@breadstone/mosaik-elements-svelte 0.0.167 → 0.0.168

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.168 (2025-10-26)
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.167 (2025-10-26)
2
6
 
3
7
  This was a version bump only for mosaik-elements-svelte to align it with other projects, there were no code changes.
package/index.mjs CHANGED
@@ -68859,7 +68859,7 @@ function nW(o) {
68859
68859
  `)}
68860
68860
  ${A(o.isCheckable || o.icon, () => v`
68861
68861
  <mosaik-flip part="flip"
68862
- ?is-flipped="${o.isChecked}"
68862
+ .side="${o.isChecked ? "back" : "front"}"
68863
68863
  ?disabled="${o.disabled}">
68864
68864
  <slot slot="front"
68865
68865
  name="icon">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@breadstone/mosaik-elements-svelte",
3
- "version": "0.0.167",
3
+ "version": "0.0.168",
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.167",
19
- "@breadstone/mosaik-elements-foundation": "^0.0.167",
18
+ "@breadstone/mosaik-elements": "^0.0.168",
19
+ "@breadstone/mosaik-elements-foundation": "^0.0.168",
20
20
  "tslib": "^2.8.1"
21
21
  },
22
22
  "exports": {