@thecb/components 5.8.2-beta.2 → 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
 
@@ -40647,7 +40647,7 @@ var InactiveControlsModule = function InactiveControlsModule(_ref) {
40647
40647
  nowrap: true
40648
40648
  }, autoPayEnabled && /*#__PURE__*/React__default.createElement(Box, {
40649
40649
  padding: "0",
40650
- extraStyles: "flex-grow: 1; min-width: 165px;"
40650
+ extraStyles: "flex-grow: 1;"
40651
40651
  }, /*#__PURE__*/React__default.createElement(AutopayModalModule, {
40652
40652
  autoPayActive: autoPayEnabled,
40653
40653
  autoPaySchedule: autoPaySchedule,