@thecb/components 5.8.2-beta.0 → 5.8.2-beta.3

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
@@ -40375,7 +40375,7 @@ var AutopayModal = function AutopayModal(_ref) {
40375
40375
  toggleModal(true);
40376
40376
  },
40377
40377
  dataQa: "Turn off Autopay",
40378
- extraStyles: isMobile ? "flex-grow: 1; width: 100%;" : "margin: 0px"
40378
+ extraStyles: isMobile ? "flex-grow: 1; width: 100%;" : "flex-grow: 1; min-width: 165px;"
40379
40379
  });
40380
40380
  }
40381
40381
 
@@ -40394,8 +40394,7 @@ var AutopayModal = function AutopayModal(_ref) {
40394
40394
 
40395
40395
  case "link":
40396
40396
  {
40397
- /*#__PURE__*/
40398
- React__default.createElement(Box, {
40397
+ return /*#__PURE__*/React__default.createElement(Box, {
40399
40398
  padding: "0",
40400
40399
  onClick: function onClick() {
40401
40400
  toggleModal(true);
@@ -40644,7 +40643,7 @@ var InactiveControlsModule = function InactiveControlsModule(_ref) {
40644
40643
  border: isMobile ? "1px solid ".concat(GHOST_GREY) : "0px",
40645
40644
  borderWidthOverride: isMobile ? "1px 0 0 0" : "0px"
40646
40645
  }, /*#__PURE__*/React__default.createElement(Cluster, {
40647
- childGap: isMobile ? "8px" : "16px",
40646
+ childGap: "8px",
40648
40647
  nowrap: true
40649
40648
  }, autoPayEnabled && /*#__PURE__*/React__default.createElement(Box, {
40650
40649
  padding: "0",
@@ -40670,7 +40669,7 @@ var InactiveControlsModule = function InactiveControlsModule(_ref) {
40670
40669
  text: "Remove",
40671
40670
  action: handleRemoveAccount,
40672
40671
  dataQa: "Remove Account",
40673
- extraStyles: isMobile ? "flex-grow: 1; width: 100%;" : "margin: 0px;"
40672
+ extraStyles: isMobile ? "flex-grow: 1; width: 100%;" : "flex-grow: 1;"
40674
40673
  }))));
40675
40674
  };
40676
40675