@breadstone/mosaik-elements-svelte 0.0.220 → 0.0.222

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/index.mjs +16663 -16104
  3. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,22 @@
1
+ ## 0.0.222 (2026-01-21)
2
+
3
+ ### 🚀 Features
4
+
5
+ - **Cdk/Utils:** add deepMerge function for merging nested objects ([958d8b1db2](https://github.com/RueDeRennes/mosaik/commit/958d8b1db2))
6
+ - **theming): update Theme2Component to include 'name' and 'global' props refactor(theming): reorganize ITheme utility functions for better clarity feat(theming): add THEME_MODES and THEME_MODES_WITH_SYSTEM constants fix(theming:** export ThemeMode and THEME_MODES from index ([5b0d68ef4a](https://github.com/RueDeRennes/mosaik/commit/5b0d68ef4a))
7
+
8
+ ### 🩹 Fixes
9
+
10
+ - **theme:** update paths for Tailwind presets and add Snyk organization setting ([a2defd1849](https://github.com/RueDeRennes/mosaik/commit/a2defd1849))
11
+ - **package.json:** add missing newline at end of file ([8b6d8f8c2b](https://github.com/RueDeRennes/mosaik/commit/8b6d8f8c2b))
12
+
13
+ ## 0.0.221 (2026-01-16)
14
+
15
+ ### 🩹 Fixes
16
+
17
+ - **package.json:** update release version to 0.0.221 ([03ebc3de62](https://github.com/RueDeRennes/mosaik/commit/03ebc3de62))
18
+ - **package.json:** update release version to 0.0.220 ([320c50e503](https://github.com/RueDeRennes/mosaik/commit/320c50e503))
19
+
1
20
  ## 0.0.220 (2026-01-15)
2
21
 
3
22
  ### 🩹 Fixes