@warp-ds/elements 1.0.1-next.6 → 1.0.1-next.8
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/dist/index.js +5 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -8347,6 +8347,7 @@ $(qr, "properties", {
|
|
|
8347
8347
|
.flex{display:flex;}
|
|
8348
8348
|
.inline-flex{display:inline-flex;}
|
|
8349
8349
|
.grid{display:grid;}
|
|
8350
|
+
.contents{display:contents;}
|
|
8350
8351
|
.before\\:hidden::before,
|
|
8351
8352
|
.group\\/stepv:last-child .group-last\\/stepv\\:hidden,
|
|
8352
8353
|
.hidden{display:none;}
|
|
@@ -8923,6 +8924,10 @@ $(qr, "properties", {
|
|
|
8923
8924
|
display: var(--attention-display);
|
|
8924
8925
|
}
|
|
8925
8926
|
|
|
8927
|
+
:host([popover]:not(:popover-open):not(dialog[open])) {
|
|
8928
|
+
display: contents;
|
|
8929
|
+
}
|
|
8930
|
+
|
|
8926
8931
|
#arrow {
|
|
8927
8932
|
border-top-left-radius: 4px;
|
|
8928
8933
|
z-index: 1;
|