@breadstone/mosaik-elements-svelte 0.1.13 → 0.1.14

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 +4 -0
  2. package/index.mjs +12 -12
  3. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 0.1.14 (2026-06-14)
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.1.13 (2026-06-14)
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
@@ -72507,7 +72507,7 @@ function zI() {
72507
72507
  display: flex;
72508
72508
  }
72509
72509
 
72510
- :host [part="actions"]:empty {
72510
+ :host [part="actions"]:hidden {
72511
72511
  display: none;
72512
72512
  }
72513
72513
 
@@ -72653,7 +72653,7 @@ function BI() {
72653
72653
  display: flex;
72654
72654
  }
72655
72655
 
72656
- :host [part="actions"]:empty {
72656
+ :host [part="actions"]:hidden {
72657
72657
  display: none;
72658
72658
  }
72659
72659
 
@@ -72819,7 +72819,7 @@ function VI() {
72819
72819
  display: flex;
72820
72820
  }
72821
72821
 
72822
- :host [part="actions"]:empty {
72822
+ :host [part="actions"]:hidden {
72823
72823
  display: none;
72824
72824
  }
72825
72825
 
@@ -225555,7 +225555,7 @@ function bEe() {
225555
225555
  display: flex;
225556
225556
  }
225557
225557
 
225558
- :host [part="actions"]:empty {
225558
+ :host [part="actions"]:hidden {
225559
225559
  display: none;
225560
225560
  }
225561
225561
 
@@ -225701,7 +225701,7 @@ function xEe() {
225701
225701
  display: flex;
225702
225702
  }
225703
225703
 
225704
- :host [part="actions"]:empty {
225704
+ :host [part="actions"]:hidden {
225705
225705
  display: none;
225706
225706
  }
225707
225707
 
@@ -225867,7 +225867,7 @@ function SEe() {
225867
225867
  display: flex;
225868
225868
  }
225869
225869
 
225870
- :host [part="actions"]:empty {
225870
+ :host [part="actions"]:hidden {
225871
225871
  display: none;
225872
225872
  }
225873
225873
 
@@ -226121,7 +226121,7 @@ function wEe() {
226121
226121
  display: flex;
226122
226122
  }
226123
226123
 
226124
- :host [part="actions"]:empty {
226124
+ :host [part="actions"]:hidden {
226125
226125
  display: none;
226126
226126
  }
226127
226127
 
@@ -226261,7 +226261,7 @@ function TEe() {
226261
226261
  display: flex;
226262
226262
  }
226263
226263
 
226264
- :host [part="actions"]:empty {
226264
+ :host [part="actions"]:hidden {
226265
226265
  display: none;
226266
226266
  }
226267
226267
 
@@ -226422,7 +226422,7 @@ function EEe() {
226422
226422
  display: flex;
226423
226423
  }
226424
226424
 
226425
- :host [part="actions"]:empty {
226425
+ :host [part="actions"]:hidden {
226426
226426
  display: none;
226427
226427
  }
226428
226428
 
@@ -226690,7 +226690,7 @@ function OEe() {
226690
226690
  display: flex;
226691
226691
  }
226692
226692
 
226693
- :host [part="actions"]:empty {
226693
+ :host [part="actions"]:hidden {
226694
226694
  display: none;
226695
226695
  }
226696
226696
 
@@ -226830,7 +226830,7 @@ function kEe() {
226830
226830
  display: flex;
226831
226831
  }
226832
226832
 
226833
- :host [part="actions"]:empty {
226833
+ :host [part="actions"]:hidden {
226834
226834
  display: none;
226835
226835
  }
226836
226836
 
@@ -226991,7 +226991,7 @@ function AEe() {
226991
226991
  display: flex;
226992
226992
  }
226993
226993
 
226994
- :host [part="actions"]:empty {
226994
+ :host [part="actions"]:hidden {
226995
226995
  display: none;
226996
226996
  }
226997
226997
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@breadstone/mosaik-elements-svelte",
3
- "version": "0.1.13",
3
+ "version": "0.1.14",
4
4
  "description": "Mosaik elements for Svelte.",
5
5
  "license": "MIT",
6
6
  "author": "andre.wehlert <awehlert@breadstone.de> (https://www.breadstone.de)",
@@ -11,8 +11,8 @@
11
11
  "url": "git+ssh://git@github.com/RueDeRennes/mosaik.git"
12
12
  },
13
13
  "dependencies": {
14
- "@breadstone/mosaik-elements": "0.1.13",
15
- "@breadstone/mosaik-elements-foundation": "0.1.13",
14
+ "@breadstone/mosaik-elements": "0.1.14",
15
+ "@breadstone/mosaik-elements-foundation": "0.1.14",
16
16
  "tslib": "2.8.1"
17
17
  },
18
18
  "peerDependencies": {