@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.esm.js
CHANGED
|
@@ -40240,6 +40240,8 @@ var getApplicationNode = function getApplicationNode() {
|
|
|
40240
40240
|
var Modal$1 = function Modal(_ref) {
|
|
40241
40241
|
var hideModal = _ref.hideModal,
|
|
40242
40242
|
continueAction = _ref.continueAction,
|
|
40243
|
+
_ref$isContinueAction = _ref.isContinueActionDisabled,
|
|
40244
|
+
isContinueActionDisabled = _ref$isContinueAction === void 0 ? false : _ref$isContinueAction,
|
|
40243
40245
|
cancelAction = _ref.cancelAction,
|
|
40244
40246
|
modalOpen = _ref.modalOpen,
|
|
40245
40247
|
modalHeaderText = _ref.modalHeaderText,
|
|
@@ -40342,6 +40344,7 @@ var Modal$1 = function Modal(_ref) {
|
|
|
40342
40344
|
text: continueButtonText,
|
|
40343
40345
|
dataQa: continueButtonText,
|
|
40344
40346
|
isLoading: isLoading,
|
|
40347
|
+
disabled: isContinueActionDisabled,
|
|
40345
40348
|
extraStyles: buttonExtraStyles,
|
|
40346
40349
|
className: "modal-continue-button"
|
|
40347
40350
|
}))) : /*#__PURE__*/React.createElement(Stack, {
|
|
@@ -40361,6 +40364,7 @@ var Modal$1 = function Modal(_ref) {
|
|
|
40361
40364
|
text: continueButtonText,
|
|
40362
40365
|
dataQa: continueButtonText,
|
|
40363
40366
|
isLoading: isLoading,
|
|
40367
|
+
disabled: isContinueActionDisabled,
|
|
40364
40368
|
extraStyles: buttonExtraStyles,
|
|
40365
40369
|
className: "modal-continue-button"
|
|
40366
40370
|
}))) : /*#__PURE__*/React.createElement(Box, {
|