@florid-kit/components 0.4.2 → 0.4.3

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/index.js +1 -0
  2. package/index.mjs +1 -0
  3. package/package.json +1 -1
package/index.js CHANGED
@@ -728,6 +728,7 @@
728
728
  height: 100%;
729
729
  width: 100%;
730
730
  pointer-events: none;
731
+ z-index: var(--z-overlay);
731
732
  }
732
733
 
733
734
  .overlay {
package/index.mjs CHANGED
@@ -1716,6 +1716,7 @@ b.styles = A`
1716
1716
  height: 100%;
1717
1717
  width: 100%;
1718
1718
  pointer-events: none;
1719
+ z-index: var(--z-overlay);
1719
1720
  }
1720
1721
 
1721
1722
  .overlay {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@florid-kit/components",
3
- "version": "0.4.2",
3
+ "version": "0.4.3",
4
4
  "main": "index.js",
5
5
  "module": "index.mjs",
6
6
  "typings": "index.d.ts",