@breadstone/mosaik-elements-svelte 0.0.209 → 0.0.210

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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 0.0.210 (2025-12-31)
2
+
3
+ This was a version bump only for mosaik-elements-svelte to align it with other projects, there were no code changes.
4
+
1
5
  ## 0.0.209 (2025-12-30)
2
6
 
3
7
  ### 🚀 Features
package/index.mjs CHANGED
@@ -88566,7 +88566,7 @@ function Nat(o) {
88566
88566
  <slot name="actions"></slot>
88567
88567
  </mosaik-stack>
88568
88568
  ${O(o.file?.current !== o.file?.total, () => y`
88569
- <mosaik-progress-ring .maximum="${o.file?.total ?? 0}"
88569
+ <mosaik-progress-ring .max="${o.file?.total ?? 0}"
88570
88570
  .value="${o.file?.current ?? 0}"
88571
88571
  .isIndeterminate="${!0}"
88572
88572
  .thickness="${2}"
@@ -139280,8 +139280,8 @@ let Gf = class extends D(M) {
139280
139280
  */
139281
139281
  onApplyTemplate() {
139282
139282
  super.onApplyTemplate();
139283
- const t = lt.current.findAncestor(this, Rh, { strict: !0 });
139284
- t.on("contentMarginChanged", (e) => {
139283
+ const t = lt.current.findAncestor(this, Rh, { strict: !1 });
139284
+ t?.on("contentMarginChanged", (e) => {
139285
139285
  F.current.setStyle(this, "margin-left", `${e.detail.left}px`), F.current.setStyle(this, "margin-right", `${e.detail.right}px`), this.opened = t.drawer?.isOpen ?? !1;
139286
139286
  }, { passive: !0 });
139287
139287
  }
@@ -142658,7 +142658,7 @@ function nut(o) {
142658
142658
  <div part="root">
142659
142659
  <mosaik-stack .orientation="${nt.Horizontal}"
142660
142660
  .verticalAlignment="${Ne.Center}"
142661
- gap="${"16px"}">
142661
+ .gap="${"16px"}">
142662
142662
  ${O(o.isBusy, () => y`
142663
142663
  <mosaik-progress-ring part="progressRing"
142664
142664
  .thickness="${"2px"}"
@@ -142686,7 +142686,7 @@ function nut(o) {
142686
142686
  ${O(o.showProgress && o.timeout > 0, () => y`
142687
142687
  <mosaik-progress-bar part="progress"
142688
142688
  .orientation="${nt.Horizontal}"
142689
- .maximum="${o.timeout}"
142689
+ .max="${o.timeout}"
142690
142690
  .value="${o.intervalTick}"
142691
142691
  .variant="${me.Primary}"></mosaik-progress-bar>
142692
142692
  `)}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@breadstone/mosaik-elements-svelte",
3
- "version": "0.0.209",
3
+ "version": "0.0.210",
4
4
  "description": "Mosaik elements for Svelte.",
5
5
  "license": "MIT",
6
6
  "author": "andre.wehlert <awehlert@breadstone.de> (https://www.breadstone.de)",
@@ -15,8 +15,8 @@
15
15
  "vite": "*"
16
16
  },
17
17
  "dependencies": {
18
- "@breadstone/mosaik-elements": "^0.0.209",
19
- "@breadstone/mosaik-elements-foundation": "^0.0.209",
18
+ "@breadstone/mosaik-elements": "^0.0.210",
19
+ "@breadstone/mosaik-elements-foundation": "^0.0.210",
20
20
  "tslib": "^2.8.1"
21
21
  },
22
22
  "exports": {