@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.cjs.js
CHANGED
|
@@ -45777,7 +45777,8 @@ var Modal$1 = function Modal(_ref) {
|
|
|
45777
45777
|
alignItems: "center"
|
|
45778
45778
|
},
|
|
45779
45779
|
dialogStyle: {
|
|
45780
|
-
width: customWidth || "615px"
|
|
45780
|
+
width: customWidth || "615px",
|
|
45781
|
+
overflow: "auto"
|
|
45781
45782
|
},
|
|
45782
45783
|
underlayClickExits: underlayClickExits
|
|
45783
45784
|
}, /*#__PURE__*/React__default.createElement(Box, {
|