| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-04-02 | 966 Bytes | |
| v2.0.0-next.12 source code.tar.gz | 2026-04-02 | 48.3 MB | |
| v2.0.0-next.12 source code.zip | 2026-04-02 | 50.7 MB | |
| Totals: 3 Items | 99.0 MB | 0 | |
What's Changed
- fix: theme selector, css, and builder directory update by @shinokada in https://github.com/themesberg/flowbite-svelte/pull/1931
Full Changelog: https://github.com/themesberg/flowbite-svelte/compare/v2.0.0-next.11...v2.0.0-next.12
- New Features
-
Theme selector loads a theme manifest, supports runtime/static custom themes, adds a new "minimal" theme, and responsive utilities/hooks are available.
-
Style & Theme Updates
-
Brand colors consolidated into a primary palette; many UI pieces now use semantic tokens (text-body, text-heading, text-success). Theme scoping/runtime asset handling updated; legacy runtime stylesheet removed.
-
Builder & UI
-
Builder defaults and generated snippets updated to reflect new tokens, simplified dropdown outputs, and adjusted component presets.
-
Documentation
- ThemeSelector docs and Quickstart updated with programmatic APIs and custom-theme guidance.