@breadstone/mosaik-elements-svelte 0.1.8 → 0.1.10
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 +11 -0
- package/index.mjs +564 -174
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
1
|
+
## 0.1.10 (2026-06-13)
|
|
2
|
+
|
|
3
|
+
### 🚀 Features
|
|
4
|
+
|
|
5
|
+
- **stepper:** enhance stepper component with slot handling and styling improvements ([b11dd29f63](https://github.com/RueDeRennes/mosaik/commit/b11dd29f63))
|
|
6
|
+
- **empty-state:** update slots for header and content in EmptyStateElement ([491a61d272](https://github.com/RueDeRennes/mosaik/commit/491a61d272))
|
|
7
|
+
|
|
8
|
+
## 0.1.9 (2026-06-10)
|
|
9
|
+
|
|
10
|
+
This was a version bump only for mosaik-elements-svelte to align it with other projects, there were no code changes.
|
|
11
|
+
|
|
1
12
|
## 0.1.8 (2026-06-10)
|
|
2
13
|
|
|
3
14
|
### 🚀 Features
|