@breadstone/mosaik-elements-svelte 0.0.119 → 0.0.121

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 +13 -0
  2. package/index.mjs +14298 -13718
  3. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,16 @@
1
+ ## 0.0.121 (2025-08-20)
2
+
3
+ ### 🚀 Features
4
+
5
+ - Add ToggleButtonGroup and DockPanel components with associated styles and tokens ([a9728a1a4e](https://github.com/RueDeRennes/mosaik/commit/a9728a1a4e))
6
+ - Enhance Wizard and ScrubSlider components with new slot definitions and improved documentation ([9b2319130d](https://github.com/RueDeRennes/mosaik/commit/9b2319130d))
7
+
8
+ ## 0.0.120 (2025-08-18)
9
+
10
+ ### 🚀 Features
11
+
12
+ - Add ToggleButtonElementValueAccessor and integrate with ToggleButtonComponent ([5e831d7fbd](https://github.com/RueDeRennes/mosaik/commit/5e831d7fbd))
13
+
1
14
  ## 0.0.119 (2025-08-18)
2
15
 
3
16
  ### 🚀 Features