@thecb/components 5.8.2-beta.1 → 5.8.2-beta.2
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
|
@@ -40635,11 +40635,11 @@ var InactiveControlsModule = function InactiveControlsModule(_ref) {
|
|
|
40635
40635
|
border: isMobile ? "1px solid ".concat(GHOST_GREY) : "0px",
|
|
40636
40636
|
borderWidthOverride: isMobile ? "1px 0 0 0" : "0px"
|
|
40637
40637
|
}, /*#__PURE__*/React.createElement(Cluster, {
|
|
40638
|
-
childGap:
|
|
40638
|
+
childGap: "8px",
|
|
40639
40639
|
nowrap: true
|
|
40640
40640
|
}, autoPayEnabled && /*#__PURE__*/React.createElement(Box, {
|
|
40641
40641
|
padding: "0",
|
|
40642
|
-
extraStyles: "flex-grow: 1;"
|
|
40642
|
+
extraStyles: "flex-grow: 1; min-width: 165px;"
|
|
40643
40643
|
}, /*#__PURE__*/React.createElement(AutopayModalModule, {
|
|
40644
40644
|
autoPayActive: autoPayEnabled,
|
|
40645
40645
|
autoPaySchedule: autoPaySchedule,
|
|
@@ -40661,7 +40661,7 @@ var InactiveControlsModule = function InactiveControlsModule(_ref) {
|
|
|
40661
40661
|
text: "Remove",
|
|
40662
40662
|
action: handleRemoveAccount,
|
|
40663
40663
|
dataQa: "Remove Account",
|
|
40664
|
-
extraStyles: isMobile ? "flex-grow: 1; width: 100%;" : "
|
|
40664
|
+
extraStyles: isMobile ? "flex-grow: 1; width: 100%;" : "flex-grow: 1;"
|
|
40665
40665
|
}))));
|
|
40666
40666
|
};
|
|
40667
40667
|
|