@breadstone/mosaik-elements-svelte 0.0.224 → 0.0.226

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 +20 -0
  2. package/index.mjs +13836 -12665
  3. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,23 @@
1
+ ## 0.0.226 (2026-01-28)
2
+
3
+ ### 🚀 Features
4
+
5
+ - **message:** refactor message component and update theme tokens for improved styling ([b5e23ce50a](https://github.com/RueDeRennes/mosaik/commit/b5e23ce50a))
6
+
7
+ ### 🩹 Fixes
8
+
9
+ - **package:** add missing newline at end of file ([876a6f3b9f](https://github.com/RueDeRennes/mosaik/commit/876a6f3b9f))
10
+
11
+ ## 0.0.225 (2026-01-27)
12
+
13
+ ### 🚀 Features
14
+
15
+ - **message:** refactor message component and update theme tokens for improved styling ([b5e23ce50a](https://github.com/RueDeRennes/mosaik/commit/b5e23ce50a))
16
+
17
+ ### 🩹 Fixes
18
+
19
+ - **package:** add missing newline at end of file ([876a6f3b9f](https://github.com/RueDeRennes/mosaik/commit/876a6f3b9f))
20
+
1
21
  ## 0.0.224 (2026-01-26)
2
22
 
3
23
  This was a version bump only for mosaik-elements-svelte to align it with other projects, there were no code changes.