@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.esm.js
CHANGED
|
@@ -31555,9 +31555,9 @@ function Modal(_ref) {
|
|
|
31555
31555
|
onClose: onClose
|
|
31556
31556
|
},
|
|
31557
31557
|
children: /*#__PURE__*/jsx("div", {
|
|
31558
|
-
className: "fixed left-0 top-0 z-overlay flex h-full w-full items-center justify-center bg-background-backgroundOverlayBlack",
|
|
31558
|
+
className: "fixed left-0 top-0 z-overlay flex h-full w-full items-center justify-center bg-background-backgroundOverlayBlack py-4",
|
|
31559
31559
|
children: /*#__PURE__*/jsx("div", {
|
|
31560
|
-
className: "grid grid-rows-[max-content_1fr_max-content] flex-col rounded-lg bg-background-uiBackground01 shadow-modalShadow",
|
|
31560
|
+
className: "grid max-h-full min-h-[120px] grid-rows-[max-content_1fr_max-content] flex-col rounded-lg bg-background-uiBackground01 shadow-modalShadow",
|
|
31561
31561
|
style: {
|
|
31562
31562
|
width: renderWidth,
|
|
31563
31563
|
height: renderHeight
|