@breadstone/mosaik-elements-svelte 0.1.26 → 0.1.28

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 +14 -0
  2. package/index.mjs +15041 -14758
  3. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## 0.1.28 (2026-06-24)
2
+
3
+ ### 🚀 Features
4
+
5
+ - **toast:** add new positions and action ([a8d2411bae](https://github.com/RueDeRennes/mosaik/commit/a8d2411bae))
6
+ - **toast:** add new positions and action ([87095811db](https://github.com/RueDeRennes/mosaik/commit/87095811db))
7
+
8
+ ## 0.1.27 (2026-06-23)
9
+
10
+ ### 🩹 Fixes
11
+
12
+ - **split-button:** floating element in dedicated portal ([ab706da4e4](https://github.com/RueDeRennes/mosaik/commit/ab706da4e4))
13
+ - **split-button:** fix focus ring on selection ([eead797e27](https://github.com/RueDeRennes/mosaik/commit/eead797e27))
14
+
1
15
  ## 0.1.26 (2026-06-23)
2
16
 
3
17
  ### 🩹 Fixes