@optigrit/optigrit-ui 0.0.4 → 0.0.5
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.
|
@@ -128,7 +128,7 @@ function Popover(props) {
|
|
|
128
128
|
/* @__PURE__ */ jsx(Show, { when: !!closeOnClickOutside, children: /* @__PURE__ */ jsx(
|
|
129
129
|
"div",
|
|
130
130
|
{
|
|
131
|
-
className: "fixed w-[100dvw] h-[100dvh] left-0 top-0 z-[1]
|
|
131
|
+
className: "fixed w-[100dvw] h-[100dvh] left-0 top-0 z-[1]",
|
|
132
132
|
style: { display: open ? "block" : "none" },
|
|
133
133
|
onClick: handleClickOutside
|
|
134
134
|
}
|
|
@@ -144,7 +144,7 @@ function Popover(props) {
|
|
|
144
144
|
transition: "all 200ms",
|
|
145
145
|
opacity: 0,
|
|
146
146
|
scale: 0.8,
|
|
147
|
-
zIndex:
|
|
147
|
+
zIndex: 9999,
|
|
148
148
|
...popoverProps.style
|
|
149
149
|
},
|
|
150
150
|
children
|
package/dist/components/index.js
CHANGED
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
ShowWithAnimation,
|
|
7
7
|
Spinner,
|
|
8
8
|
cn
|
|
9
|
-
} from "../chunk-
|
|
9
|
+
} from "../chunk-CRWBYFRD.js";
|
|
10
10
|
import "../chunk-MCQS3QNN.js";
|
|
11
11
|
import {
|
|
12
12
|
useKeyboardShortcuts
|
|
@@ -948,7 +948,7 @@ function Drawer(props) {
|
|
|
948
948
|
removeOnHide: true,
|
|
949
949
|
containerProps: {
|
|
950
950
|
style: { position: "fixed" },
|
|
951
|
-
className:
|
|
951
|
+
className: "fixed inset-0 w-screen h-screen flex z-[9999]"
|
|
952
952
|
},
|
|
953
953
|
animationDuration: 1.5 * animationDuration,
|
|
954
954
|
animationStyle: {
|
package/dist/core/index.js
CHANGED
package/index.css
CHANGED