@thecb/components 10.5.1-beta.0 → 10.5.1-beta.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.cjs.js
CHANGED
|
@@ -62957,7 +62957,7 @@ var Modal$2 = function Modal(_ref) {
|
|
|
62957
62957
|
borderRadius: BORDER_RADIUS.MD,
|
|
62958
62958
|
margin: SPACING.XS,
|
|
62959
62959
|
overflow: "auto",
|
|
62960
|
-
width: isMobile ? "" : customWidth || "
|
|
62960
|
+
width: isMobile ? "" : customWidth || "576px"
|
|
62961
62961
|
},
|
|
62962
62962
|
underlayClickExits: underlayClickExits,
|
|
62963
62963
|
"aria-modal": true,
|
|
@@ -62973,7 +62973,8 @@ var Modal$2 = function Modal(_ref) {
|
|
|
62973
62973
|
padding: "".concat(SPACING.XS, " ").concat(SPACING.MD)
|
|
62974
62974
|
}, /*#__PURE__*/React__default.createElement(Cluster, {
|
|
62975
62975
|
justify: showCloseIconButton ? "space-between" : "flex-start",
|
|
62976
|
-
align: "center"
|
|
62976
|
+
align: "center",
|
|
62977
|
+
nowrap: true
|
|
62977
62978
|
}, /*#__PURE__*/React__default.createElement(Title$1, {
|
|
62978
62979
|
as: "h2",
|
|
62979
62980
|
weight: FONT_WEIGHT_SEMIBOLD,
|