@thecb/components 6.0.7 → 6.0.8
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
|
@@ -40248,6 +40248,8 @@ var getApplicationNode = function getApplicationNode() {
|
|
|
40248
40248
|
var Modal$1 = function Modal(_ref) {
|
|
40249
40249
|
var hideModal = _ref.hideModal,
|
|
40250
40250
|
continueAction = _ref.continueAction,
|
|
40251
|
+
_ref$isContinueAction = _ref.isContinueActionDisabled,
|
|
40252
|
+
isContinueActionDisabled = _ref$isContinueAction === void 0 ? false : _ref$isContinueAction,
|
|
40251
40253
|
cancelAction = _ref.cancelAction,
|
|
40252
40254
|
modalOpen = _ref.modalOpen,
|
|
40253
40255
|
modalHeaderText = _ref.modalHeaderText,
|
|
@@ -40350,6 +40352,7 @@ var Modal$1 = function Modal(_ref) {
|
|
|
40350
40352
|
text: continueButtonText,
|
|
40351
40353
|
dataQa: continueButtonText,
|
|
40352
40354
|
isLoading: isLoading,
|
|
40355
|
+
disabled: isContinueActionDisabled,
|
|
40353
40356
|
extraStyles: buttonExtraStyles,
|
|
40354
40357
|
className: "modal-continue-button"
|
|
40355
40358
|
}))) : /*#__PURE__*/React__default.createElement(Stack, {
|
|
@@ -40369,6 +40372,7 @@ var Modal$1 = function Modal(_ref) {
|
|
|
40369
40372
|
text: continueButtonText,
|
|
40370
40373
|
dataQa: continueButtonText,
|
|
40371
40374
|
isLoading: isLoading,
|
|
40375
|
+
disabled: isContinueActionDisabled,
|
|
40372
40376
|
extraStyles: buttonExtraStyles,
|
|
40373
40377
|
className: "modal-continue-button"
|
|
40374
40378
|
}))) : /*#__PURE__*/React__default.createElement(Box, {
|