@breadstone/mosaik-elements-svelte 0.0.72 → 0.0.74

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 +12 -0
  2. package/index.mjs +4885 -4858
  3. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ ## 0.0.74 (2025-07-06)
2
+
3
+ ### 🩹 Fixes
4
+
5
+ - add missing newline at end of package.json ([649ed1b503](https://github.com/RueDeRennes/mosaik/commit/649ed1b503))
6
+
7
+ ## 0.0.73 (2025-07-06)
8
+
9
+ ### 🚀 Features
10
+
11
+ - add expand, collapse, and toggle methods to MenuItem and TreeItem components with descriptions ([8881f5f730](https://github.com/RueDeRennes/mosaik/commit/8881f5f730))
12
+
1
13
  ## 0.0.72 (2025-07-05)
2
14
 
3
15
  ### 🚀 Features