* feat: created Uno.Themes project
* chore: added as reference of Uno.Material
* chore!: moved helper files to Uno.Theme
BREAKING CHANGE: Files moved around
* chore: removed old namespaces
* chore: change internal to public on Helpers
* chore!: moved Material.Converters to Uno.Themes
BREAKING CHANGE: Files moved around
* chore: update to new C# code style
* chore: added LinkerAttribute as link file
* chore: removed folder from csproj
* chore!: moved Converters.xaml to Uno.Themes
BREAKING CHANGE: Files moved around
* chore: remove comment line
* chore!: remove material prefix
BREAKING CHANGE: Converters rename
* chore: remove lottie references
* chore: adjust the usage of converters
* chore!: remove converters and added Uno.Themes as reference
BREAKING CHANGE: Removed files and use the converters from Uno.Themes
* chore: renamed converters namespace
* chore: add Uno.Themes RD on MergedDictionaries
* chore: fix sample apps
* chore: fixed wrong name
* chore: used a constant file for path
* chore: code suggestion
Co-authored-by: Xiaotian Gu <xiaoyao312@gmail.com>
* chore: add Uno.Themes to UWP sample
* chore: moved FromBoolToValueConverter to be general
* chore: added LinkerAttribute as link file
* chore: removed folder from csproj
* chore!: moved Converters.xaml to Uno.Themes
BREAKING CHANGE: Files moved around
* chore: deleted duplicate file due to rebase
* chore: fixed bad rebase
* chore: added LinkerAttribute as link file
* chore: removed folder from csproj
* fix: moved Converters.xaml to Uno.Themes
* chore: fixed wrong name
* chore!: Move controls extensions to Uno.Themes (#1322)
BREAKING CHANGE: Files moved around
Co-authored-by: agneszitte <agnes@platform.uno>
* feat!: Implement the BaseUnoTheme abstract class (#1324)
BREAKING CHANGE: Created a new Base class and use it for initilization
* chore: move SharedColors/Palette to Uno.Themes
* feat: created BaseUnoTheme and use it on Uno.Material
* chore: rename BaseUnoTheme -> BaseTheme
* chore: adds Uno.Theme as reference and generate markup for it
* chore: changed the markup generation to WinUI.Markup project
* chore: return just one ResourceDictionary from abstract method
* chore: forcing Markup package on Uno.Themes
* fix: Fix Markup generator on Themes.WinUI.Markup
* docs: migration docs to warning users about breaking changes
* chore: fix rebase
---------
Co-authored-by: Xiaotian Gu <xiaoyao312@gmail.com>