@breadstone/mosaik-elements-svelte 0.0.105 → 0.0.107

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 +14513 -13457
  3. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,16 @@
1
+ ## 0.0.107 (2025-08-15)
2
+
3
+ ### 🚀 Features
4
+
5
+ - **instructions:** add guideline for using "const object + derived union" pattern chore: update release version to 0.0.106 ([28ffdf76fb](https://github.com/RueDeRennes/mosaik/commit/28ffdf76fb))
6
+
7
+ ## 0.0.106 (2025-08-15)
8
+
9
+ ### 🚀 Features
10
+
11
+ - Add ScrubSlider component with multiple themes and styles ([d1db809262](https://github.com/RueDeRennes/mosaik/commit/d1db809262))
12
+ - **instructions:** add guidelines for self-closing tags and update constructor injection recommendation ([12118c959d](https://github.com/RueDeRennes/mosaik/commit/12118c959d))
13
+
1
14
  ## 0.0.105 (2025-08-14)
2
15
 
3
16
  ### 🚀 Features