@thecb/components 9.2.4 → 9.2.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.
- package/dist/index.cjs.js +2 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +2 -1
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/molecules/modal/Modal.js +2 -1
- package/dist/src/apps/checkout/pages/payment/sub-pages/payment-amount/PaymentAmount_old.js +0 -49322
- package/src/.DS_Store +0 -0
- package/src/components/.DS_Store +0 -0
- package/src/components/atoms/.DS_Store +0 -0
- package/src/components/atoms/icons/.DS_Store +0 -0
package/dist/index.esm.js
CHANGED
|
@@ -45769,7 +45769,8 @@ var Modal$1 = function Modal(_ref) {
|
|
|
45769
45769
|
alignItems: "center"
|
|
45770
45770
|
},
|
|
45771
45771
|
dialogStyle: {
|
|
45772
|
-
width: customWidth || "615px"
|
|
45772
|
+
width: customWidth || "615px",
|
|
45773
|
+
overflow: "auto"
|
|
45773
45774
|
},
|
|
45774
45775
|
underlayClickExits: underlayClickExits
|
|
45775
45776
|
}, /*#__PURE__*/React.createElement(Box, {
|