prlg-ui 1.8.220 → 1.8.222

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.
@@ -14,7 +14,7 @@ For more information, see https://www.reka-ui.com/docs/components/${r}`,s=`Warni
14
14
  display: flex;
15
15
  align-items: center;
16
16
  justify-content: center;
17
- z-index: 3000;
17
+ z-index: auto;
18
18
  backdrop-filter: blur(1px);
19
19
  border-radius: inherit;
20
20
  width: calc(100% + 2px);
@@ -17749,7 +17749,7 @@ function Cb() {
17749
17749
  display: flex;
17750
17750
  align-items: center;
17751
17751
  justify-content: center;
17752
- z-index: 3000;
17752
+ z-index: auto;
17753
17753
  backdrop-filter: blur(1px);
17754
17754
  border-radius: inherit;
17755
17755
  width: calc(100% + 2px);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "prlg-ui",
3
3
  "private": false,
4
- "version": "1.8.220",
4
+ "version": "1.8.222",
5
5
  "type": "module",
6
6
  "main": "dist/prlg-ui.umd.js",
7
7
  "module": "dist/prlg-ui.es.js",