@thecb/components 11.1.4 → 11.1.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.esm.js CHANGED
@@ -45425,6 +45425,8 @@ var Modal$1 = function Modal(_ref) {
45425
45425
  continueAction = _ref.continueAction,
45426
45426
  _ref$isContinueAction = _ref.isContinueActionDisabled,
45427
45427
  isContinueActionDisabled = _ref$isContinueAction === void 0 ? false : _ref$isContinueAction,
45428
+ _ref$isCloseActionDis = _ref.isCloseActionDisabled,
45429
+ isCloseActionDisabled = _ref$isCloseActionDis === void 0 ? false : _ref$isCloseActionDis,
45428
45430
  cancelAction = _ref.cancelAction,
45429
45431
  modalOpen = _ref.modalOpen,
45430
45432
  modalHeaderText = _ref.modalHeaderText,
@@ -45602,6 +45604,7 @@ var Modal$1 = function Modal(_ref) {
45602
45604
  variant: "primary",
45603
45605
  text: closeButtonText,
45604
45606
  dataQa: closeButtonText,
45607
+ disabled: isCloseActionDisabled,
45605
45608
  extraStyles: buttonExtraStyles,
45606
45609
  className: "modal-close-button",
45607
45610
  role: "button",