@stokelp/ui 2.18.2 → 2.18.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.
- package/dist/style.css +1 -1
- package/dist/ui.cjs +1 -1
- package/dist/ui.cjs.map +1 -1
- package/dist/ui.js +1 -1
- package/dist/ui.js.map +1 -1
- package/package.json +1 -1
package/dist/ui.js
CHANGED
|
@@ -17560,7 +17560,7 @@ const Fs = X({
|
|
|
17560
17560
|
backdropFilter: "blur(4px)",
|
|
17561
17561
|
background: "primary.300/20",
|
|
17562
17562
|
position: "fixed",
|
|
17563
|
-
zIndex: "
|
|
17563
|
+
zIndex: "modal",
|
|
17564
17564
|
inset: 0,
|
|
17565
17565
|
_open: {
|
|
17566
17566
|
animation: "backdrop-in"
|