@breadstone/mosaik-elements-svelte 0.0.164 → 0.0.166

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 +16 -0
  2. package/index.mjs +899 -812
  3. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,19 @@
1
+ ## 0.0.166 (2025-10-26)
2
+
3
+ ### 🚀 Features
4
+
5
+ - **List:** add inset property and update styles for flexible layout ([3dc4e28f0d](https://github.com/RueDeRennes/mosaik/commit/3dc4e28f0d))
6
+
7
+ ### 🩹 Fixes
8
+
9
+ - **package:** add missing newline at end of file ([4aa435a5b6](https://github.com/RueDeRennes/mosaik/commit/4aa435a5b6))
10
+
11
+ ## 0.0.165 (2025-10-24)
12
+
13
+ ### 🚀 Features
14
+
15
+ - **List:** add orientation property and update styles for flexible layout ([44aa6a89cb](https://github.com/RueDeRennes/mosaik/commit/44aa6a89cb))
16
+
1
17
  ## 0.0.164 (2025-10-24)
2
18
 
3
19
  This was a version bump only for mosaik-elements-svelte to align it with other projects, there were no code changes.