New features:
- [jss-theme] Added new
ThemeProvider API
. IT is global theme store which uses rxjs under the hood (optional dependency, should be insalled manually if it is necessary). - [jss-theme] Added
UseStyles
property decorator for creating classes and keep track on theme changes. - [jss-theme] Added
createJssStyledComponent
factory for creating class, which already usesThemeProvider
under the hood.
Small types bug fixes.