@breadstone/mosaik-elements-svelte 0.0.120 → 0.0.122
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.
- package/CHANGELOG.md +13 -0
- package/index.mjs +14268 -13713
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
## 0.0.122 (2025-08-20)
|
|
2
|
+
|
|
3
|
+
### 🩹 Fixes
|
|
4
|
+
|
|
5
|
+
- add missing newline at end of package.json ([d79563d401](https://github.com/RueDeRennes/mosaik/commit/d79563d401))
|
|
6
|
+
|
|
7
|
+
## 0.0.121 (2025-08-20)
|
|
8
|
+
|
|
9
|
+
### 🚀 Features
|
|
10
|
+
|
|
11
|
+
- Add ToggleButtonGroup and DockPanel components with associated styles and tokens ([a9728a1a4e](https://github.com/RueDeRennes/mosaik/commit/a9728a1a4e))
|
|
12
|
+
- Enhance Wizard and ScrubSlider components with new slot definitions and improved documentation ([9b2319130d](https://github.com/RueDeRennes/mosaik/commit/9b2319130d))
|
|
13
|
+
|
|
1
14
|
## 0.0.120 (2025-08-18)
|
|
2
15
|
|
|
3
16
|
### 🚀 Features
|