5.5.0
Minor Changes
- #1284
2875130Thanks @arnoldstoba! - Add themt-theme-selectcomponent for choosing the application color theme (light, dark, or system) and theuseThemecomposable that resolves the system preference, applies the resolved theme todata-theme, and persists the choice.
Patch Changes
- #1289
5377579Thanks @arnoldstoba! - Moveinter-uitodevDependencies. The Inter font files are copied intodist/assets/fonts/at build time, so the package stays self-contained — keep using thefont.cssexport. If you importedinter-uidirectly without declaring it, add it to your owndependencies. - #1289
5377579Thanks @arnoldstoba! - Stop publishing source maps. They were built withsourcemap: "hidden", so no published file referenced them — removes 23.6 MB of unreachable files from the package. - #1289
5377579Thanks @arnoldstoba! - Stop publishing thesrcdirectory. Theexportsmap only exposesdist, sosrcwas never reachable through supported imports. If you reached intosrcvia rawnode_modulespaths (e.g. SCSS imports), switch to the documenteddistentry points. - Updated dependencies [
2875130,5377579]:- @shopware-ag/meteor-admin-sdk@6.11.0
- @shopware-ag/meteor-icon-kit@5.9.1