@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.esm.js CHANGED
@@ -40367,7 +40367,7 @@ var AutopayModal = function AutopayModal(_ref) {
40367
40367
  toggleModal(true);
40368
40368
  },
40369
40369
  dataQa: "Turn off Autopay",
40370
- extraStyles: isMobile ? "flex-grow: 1; width: 100%;" : "margin: 0px"
40370
+ extraStyles: isMobile ? "flex-grow: 1; width: 100%;" : "flex-grow: 1; min-width: 165px;"
40371
40371
  });
40372
40372
  }
40373
40373
 
@@ -40639,7 +40639,7 @@ var InactiveControlsModule = function InactiveControlsModule(_ref) {
40639
40639
  nowrap: true
40640
40640
  }, autoPayEnabled && /*#__PURE__*/React.createElement(Box, {
40641
40641
  padding: "0",
40642
- extraStyles: "flex-grow: 1; min-width: 165px;"
40642
+ extraStyles: "flex-grow: 1;"
40643
40643
  }, /*#__PURE__*/React.createElement(AutopayModalModule, {
40644
40644
  autoPayActive: autoPayEnabled,
40645
40645
  autoPaySchedule: autoPaySchedule,