@thecb/components 10.4.0-beta.3 → 10.4.0-beta.4

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
@@ -47018,7 +47018,7 @@ var PaymentDetailsActions = function PaymentDetailsActions(_ref) {
47018
47018
  return handleClick(obligations);
47019
47019
  },
47020
47020
  text: "Pay Now",
47021
- variant: isMobile ? isInCustomerManagement ? "disabledSmallSecondary" : "smallSecondary" : isInCustomerManagement ? "disabledSecondary" : "secondary",
47021
+ variant: isMobile ? "smallSecondary" : "secondary",
47022
47022
  dataQa: "Pay Now",
47023
47023
  disabled: isInCustomerManagement
47024
47024
  }))), isMobile && /*#__PURE__*/React__default.createElement(Box, {
@@ -47027,7 +47027,9 @@ var PaymentDetailsActions = function PaymentDetailsActions(_ref) {
47027
47027
  }, /*#__PURE__*/React__default.createElement(ButtonWithAction, {
47028
47028
  isLoading: isLoading,
47029
47029
  action: function action() {
47030
- return handleClick(obligations);
47030
+ return isInCustomerManagement ? noop$1 : function () {
47031
+ return handleClick(obligations);
47032
+ };
47031
47033
  },
47032
47034
  text: "Pay Now",
47033
47035
  variant: isMobile ? "smallSecondary" : "secondary",