@breadstone/mosaik-elements-svelte 0.0.121 → 0.0.123

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 +854 -822
  3. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,16 @@
1
+ ## 0.0.123 (2025-08-20)
2
+
3
+ ### 🚀 Features
4
+
5
+ - add alignment property to HintComponent for better layout control ([2213e85eb3](https://github.com/RueDeRennes/mosaik/commit/2213e85eb3))
6
+ - add alignment property to HintElement and update template to support it ([985785e116](https://github.com/RueDeRennes/mosaik/commit/985785e116))
7
+
8
+ ## 0.0.122 (2025-08-20)
9
+
10
+ ### 🩹 Fixes
11
+
12
+ - add missing newline at end of package.json ([d79563d401](https://github.com/RueDeRennes/mosaik/commit/d79563d401))
13
+
1
14
  ## 0.0.121 (2025-08-20)
2
15
 
3
16
  ### 🚀 Features