@sustaina/shared-ui 1.59.1 → 1.59.2
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/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -10014,13 +10014,13 @@ function DialogContent3({
|
|
|
10014
10014
|
...props
|
|
10015
10015
|
}) {
|
|
10016
10016
|
return /* @__PURE__ */ jsxs(DialogPortal3, { "data-slot": "dialog-portal", children: [
|
|
10017
|
-
/* @__PURE__ */ jsx(DialogOverlay3, { className: "z-
|
|
10017
|
+
/* @__PURE__ */ jsx(DialogOverlay3, { className: "z-99" }),
|
|
10018
10018
|
/* @__PURE__ */ jsxs(
|
|
10019
10019
|
SheetPrimitive.Content,
|
|
10020
10020
|
{
|
|
10021
10021
|
"data-slot": "dialog-content",
|
|
10022
10022
|
className: cn2(
|
|
10023
|
-
"w-full sm:max-w-[360px] max-w-[calc(100%-2rem)] bg-white data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 fixed top-[50%] left-[50%]
|
|
10023
|
+
"z-100 w-full sm:max-w-[360px] max-w-[calc(100%-2rem)] bg-white data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 fixed top-[50%] left-[50%] grid translate-x-[-50%] translate-y-[-50%] gap-4 rounded-lg border p-4 shadow-lg duration-200",
|
|
10024
10024
|
className
|
|
10025
10025
|
),
|
|
10026
10026
|
...props,
|