@breadstone/mosaik-elements-svelte 0.0.216 → 0.0.218

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 +17 -0
  2. package/index.mjs +28195 -21535
  3. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,20 @@
1
+ ## 0.0.218 (2026-01-15)
2
+
3
+ ### 🚀 Features
4
+
5
+ - **meter:** enhance MeterRing and MeterBar components with new styles and properties ([026b313a58](https://github.com/RueDeRennes/mosaik/commit/026b313a58))
6
+
7
+ ## 0.0.217 (2026-01-09)
8
+
9
+ ### 🚀 Features
10
+
11
+ - **theme:** update transition properties and add new component tokens for Joy and Memphis themes ([904888d0f5](https://github.com/RueDeRennes/mosaik/commit/904888d0f5))
12
+ - **llms:** add new components and llms plugin for documentation generation ([3c4d1ad7a1](https://github.com/RueDeRennes/mosaik/commit/3c4d1ad7a1))
13
+
14
+ ### 🩹 Fixes
15
+
16
+ - **package:** streamline build scripts to include alias replacement and package copying ([65637ebced](https://github.com/RueDeRennes/mosaik/commit/65637ebced))
17
+
1
18
  ## 0.0.216 (2026-01-04)
2
19
 
3
20
  This was a version bump only for mosaik-elements-svelte to align it with other projects, there were no code changes.