@sustaina/shared-ui 1.59.0 → 1.59.1
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 +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -10014,7 +10014,7 @@ function DialogContent3({
|
|
|
10014
10014
|
...props
|
|
10015
10015
|
}) {
|
|
10016
10016
|
return /* @__PURE__ */ jsxs(DialogPortal3, { "data-slot": "dialog-portal", children: [
|
|
10017
|
-
/* @__PURE__ */ jsx(DialogOverlay3, {}),
|
|
10017
|
+
/* @__PURE__ */ jsx(DialogOverlay3, { className: "z-49" }),
|
|
10018
10018
|
/* @__PURE__ */ jsxs(
|
|
10019
10019
|
SheetPrimitive.Content,
|
|
10020
10020
|
{
|