@breadstone/mosaik-elements-svelte 0.0.234 → 0.0.238

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 +8676 -8363
  3. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,20 @@
1
+ ## 0.0.238 (2026-04-29)
2
+
3
+ ### 🚀 Features
4
+
5
+ - **breadcrumb:** enhance breadcrumb and item components with new properties and slots ([2aa158afd2](https://github.com/RueDeRennes/mosaik/commit/2aa158afd2))
6
+
7
+ ## 0.0.237 (2026-04-28)
8
+
9
+ ### 🚀 Features
10
+
11
+ - **tooltip:** implement TooltipDirective and ITooltipDirectiveConfig interface ([a6b0ecedfa](https://github.com/RueDeRennes/mosaik/commit/a6b0ecedfa))
12
+ - **duration-box:** add DurationBoxElementValueAccessor and related API documentation ([41c2273c72](https://github.com/RueDeRennes/mosaik/commit/41c2273c72))
13
+
14
+ ## 0.0.235 (2026-04-27)
15
+
16
+ This was a version bump only for mosaik-elements-svelte to align it with other projects, there were no code changes.
17
+
1
18
  ## 0.0.234 (2026-04-27)
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.