@thecb/components 10.6.10-beta.1 → 10.6.10
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 -4
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +2 -4
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/molecules/obligation/modules/PaymentDetailsActions.js +1 -3
- package/src/components/molecules/reset-confirmation-form/ResetConfirmationForm.js +1 -1
- /package/src/components/molecules/reset-confirmation-form/{ResetConfirmatForm.theme.js → ResetConfirmationForm.theme.js} +0 -0
package/dist/index.cjs.js
CHANGED
|
@@ -46221,10 +46221,8 @@ var PaymentDetailsActions = function PaymentDetailsActions(_ref) {
|
|
|
46221
46221
|
width: "100%"
|
|
46222
46222
|
}, /*#__PURE__*/React__default.createElement(ButtonWithAction, {
|
|
46223
46223
|
isLoading: isLoading,
|
|
46224
|
-
action: function
|
|
46225
|
-
return
|
|
46226
|
-
return handleClick(obligations);
|
|
46227
|
-
};
|
|
46224
|
+
action: disableActions ? noop : function () {
|
|
46225
|
+
return handleClick(obligations);
|
|
46228
46226
|
},
|
|
46229
46227
|
text: "Pay Now",
|
|
46230
46228
|
variant: isMobile ? "smallSecondary" : "secondary",
|