@breadstone/mosaik-elements-foundation 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.
@@ -148,7 +148,7 @@ export function busyStateElementCosmopolitanStyle() {
148
148
  display: flex;
149
149
  }
150
150
 
151
- :host [part="actions"]:empty {
151
+ :host [part="actions"]:hidden {
152
152
  display: none;
153
153
  }
154
154
 
@@ -148,7 +148,7 @@ export function busyStateElementJoyStyle() {
148
148
  display: flex;
149
149
  }
150
150
 
151
- :host [part="actions"]:empty {
151
+ :host [part="actions"]:hidden {
152
152
  display: none;
153
153
  }
154
154
 
@@ -148,7 +148,7 @@ export function busyStateElementMemphisStyle() {
148
148
  display: flex;
149
149
  }
150
150
 
151
- :host [part="actions"]:empty {
151
+ :host [part="actions"]:hidden {
152
152
  display: none;
153
153
  }
154
154
 
@@ -148,7 +148,7 @@ export function emptyStateElementCosmopolitanStyle() {
148
148
  display: flex;
149
149
  }
150
150
 
151
- :host [part="actions"]:empty {
151
+ :host [part="actions"]:hidden {
152
152
  display: none;
153
153
  }
154
154
 
@@ -148,7 +148,7 @@ export function emptyStateElementJoyStyle() {
148
148
  display: flex;
149
149
  }
150
150
 
151
- :host [part="actions"]:empty {
151
+ :host [part="actions"]:hidden {
152
152
  display: none;
153
153
  }
154
154
 
@@ -148,7 +148,7 @@ export function emptyStateElementMemphisStyle() {
148
148
  display: flex;
149
149
  }
150
150
 
151
- :host [part="actions"]:empty {
151
+ :host [part="actions"]:hidden {
152
152
  display: none;
153
153
  }
154
154
 
@@ -143,7 +143,7 @@ export function errorStateElementCosmopolitanStyle() {
143
143
  display: flex;
144
144
  }
145
145
 
146
- :host [part="actions"]:empty {
146
+ :host [part="actions"]:hidden {
147
147
  display: none;
148
148
  }
149
149
 
@@ -142,7 +142,7 @@ export function errorStateElementJoyStyle() {
142
142
  display: flex;
143
143
  }
144
144
 
145
- :host [part="actions"]:empty {
145
+ :host [part="actions"]:hidden {
146
146
  display: none;
147
147
  }
148
148
 
@@ -143,7 +143,7 @@ export function errorStateElementMemphisStyle() {
143
143
  display: flex;
144
144
  }
145
145
 
146
- :host [part="actions"]:empty {
146
+ :host [part="actions"]:hidden {
147
147
  display: none;
148
148
  }
149
149
 
@@ -143,7 +143,7 @@ export function successStateElementCosmopolitanStyle() {
143
143
  display: flex;
144
144
  }
145
145
 
146
- :host [part="actions"]:empty {
146
+ :host [part="actions"]:hidden {
147
147
  display: none;
148
148
  }
149
149
 
@@ -142,7 +142,7 @@ export function successStateElementJoyStyle() {
142
142
  display: flex;
143
143
  }
144
144
 
145
- :host [part="actions"]:empty {
145
+ :host [part="actions"]:hidden {
146
146
  display: none;
147
147
  }
148
148
 
@@ -143,7 +143,7 @@ export function successStateElementMemphisStyle() {
143
143
  display: flex;
144
144
  }
145
145
 
146
- :host [part="actions"]:empty {
146
+ :host [part="actions"]:hidden {
147
147
  display: none;
148
148
  }
149
149
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@breadstone/mosaik-elements-foundation",
3
- "version": "0.1.13",
3
+ "version": "0.1.14",
4
4
  "description": "Mosaik elements components package.",
5
5
  "license": "MIT",
6
6
  "author": "andre.wehlert <awehlert@breadstone.de> (https://www.breadstone.de)",
@@ -14,8 +14,8 @@
14
14
  "url": "git+ssh://git@github.com/RueDeRennes/mosaik.git"
15
15
  },
16
16
  "dependencies": {
17
- "@breadstone/mosaik-elements": "0.1.13",
18
- "@breadstone/mosaik-themes": "0.1.13",
17
+ "@breadstone/mosaik-elements": "0.1.14",
18
+ "@breadstone/mosaik-themes": "0.1.14",
19
19
  "tslib": "2.8.1"
20
20
  },
21
21
  "peerDependencies": {