@breadstone/mosaik-elements-svelte 0.0.173 → 0.0.175

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 +19 -0
  2. package/index.mjs +2344 -2526
  3. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,22 @@
1
+ ## 0.0.175 (2025-11-28)
2
+
3
+ ### 🩹 Fixes
4
+
5
+ - add missing newline at end of package.json ([b00046e27b](https://github.com/RueDeRennes/mosaik/commit/b00046e27b))
6
+
7
+ ## 0.0.174 (2025-11-28)
8
+
9
+ ### 🚀 Features
10
+
11
+ - **tailwind:** add Joy Tailwind plugin with configuration options and token exposure ([72bbf954a8](https://github.com/RueDeRennes/mosaik/commit/72bbf954a8))
12
+ - **svg:** add SVG to path conversion utility ([f2f74da782](https://github.com/RueDeRennes/mosaik/commit/f2f74da782))
13
+
14
+ ### 🩹 Fixes
15
+
16
+ - remove unused elevation2 light token and update release version in package.json ([9a63ade438](https://github.com/RueDeRennes/mosaik/commit/9a63ade438))
17
+ - remove unused dependency 'element-to-path' from yarn.lock ([df86dc94de](https://github.com/RueDeRennes/mosaik/commit/df86dc94de))
18
+ - add newline at end of package.json ([73db364d3c](https://github.com/RueDeRennes/mosaik/commit/73db364d3c))
19
+
1
20
  ## 0.0.173 (2025-11-26)
2
21
 
3
22
  ### 🚀 Features