@warp-ds/elements 1.0.1-next.7 → 1.0.1-next.9

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 (2) hide show
  1. package/dist/index.js +5 -0
  2. 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;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@warp-ds/elements",
3
3
  "type": "module",
4
- "version": "1.0.1-next.7",
4
+ "version": "1.0.1-next.9",
5
5
  "description": "Custom elements for Warp",
6
6
  "exports": {
7
7
  ".": "./dist/index.js",