@zenkigen-inc/component-ui 1.7.2 → 1.7.4
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.esm.js +2 -2
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -31547,9 +31547,9 @@ function Modal({
|
|
|
31547
31547
|
onClose
|
|
31548
31548
|
},
|
|
31549
31549
|
children: /*#__PURE__*/jsx("div", {
|
|
31550
|
-
className: "fixed left-0 top-0 z-overlay flex h-full w-full items-center justify-center bg-background-backgroundOverlayBlack",
|
|
31550
|
+
className: "fixed left-0 top-0 z-overlay flex h-full w-full items-center justify-center bg-background-backgroundOverlayBlack py-4",
|
|
31551
31551
|
children: /*#__PURE__*/jsx("div", {
|
|
31552
|
-
className: "grid grid-rows-[max-content_1fr_max-content] flex-col rounded-lg bg-background-uiBackground01 shadow-modalShadow",
|
|
31552
|
+
className: "grid max-h-full min-h-[120px] grid-rows-[max-content_1fr_max-content] flex-col rounded-lg bg-background-uiBackground01 shadow-modalShadow",
|
|
31553
31553
|
style: {
|
|
31554
31554
|
width: renderWidth,
|
|
31555
31555
|
height: renderHeight
|