@breadstone/mosaik-elements-svelte 0.0.221 → 0.0.223

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 +24 -0
  2. package/index.mjs +56603 -55901
  3. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,27 @@
1
+ ## 0.0.223 (2026-01-25)
2
+
3
+ ### 🚀 Features
4
+
5
+ - **components:** implement inheritance controllers for Selectors and Tree components ([1907f30979](https://github.com/RueDeRennes/mosaik/commit/1907f30979))
6
+ - **colorbox): add colorPosition property to control preview position relative to input feat(expander): add actions part to ExpanderElement for enhanced functionality feat(theme): implement raw elevation shadow management methods in AppThemeView style(theme:** update AppThemeView styles for shadow group ([0d7f887487](https://github.com/RueDeRennes/mosaik/commit/0d7f887487))
7
+ - **expander:** add stacking prop to ExpanderGroupComponent for Svelte and Vue ([f9a1ed154f](https://github.com/RueDeRennes/mosaik/commit/f9a1ed154f))
8
+
9
+ ### 🩹 Fixes
10
+
11
+ - **docs:** standardize punctuation and formatting across multiple documentation files ([bed55885fe](https://github.com/RueDeRennes/mosaik/commit/bed55885fe))
12
+
13
+ ## 0.0.222 (2026-01-21)
14
+
15
+ ### 🚀 Features
16
+
17
+ - **Cdk/Utils:** add deepMerge function for merging nested objects ([958d8b1db2](https://github.com/RueDeRennes/mosaik/commit/958d8b1db2))
18
+ - **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))
19
+
20
+ ### 🩹 Fixes
21
+
22
+ - **theme:** update paths for Tailwind presets and add Snyk organization setting ([a2defd1849](https://github.com/RueDeRennes/mosaik/commit/a2defd1849))
23
+ - **package.json:** add missing newline at end of file ([8b6d8f8c2b](https://github.com/RueDeRennes/mosaik/commit/8b6d8f8c2b))
24
+
1
25
  ## 0.0.221 (2026-01-16)
2
26
 
3
27
  ### 🩹 Fixes