@breadstone/mosaik-elements-svelte 0.0.222 → 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 +12 -0
  2. package/index.mjs +56113 -55566
  3. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
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
+
1
13
  ## 0.0.222 (2026-01-21)
2
14
 
3
15
  ### 🚀 Features