@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.cjs.js
CHANGED
|
@@ -40643,11 +40643,11 @@ var InactiveControlsModule = function InactiveControlsModule(_ref) {
|
|
|
40643
40643
|
border: isMobile ? "1px solid ".concat(GHOST_GREY) : "0px",
|
|
40644
40644
|
borderWidthOverride: isMobile ? "1px 0 0 0" : "0px"
|
|
40645
40645
|
}, /*#__PURE__*/React__default.createElement(Cluster, {
|
|
40646
|
-
childGap:
|
|
40646
|
+
childGap: "8px",
|
|
40647
40647
|
nowrap: true
|
|
40648
40648
|
}, autoPayEnabled && /*#__PURE__*/React__default.createElement(Box, {
|
|
40649
40649
|
padding: "0",
|
|
40650
|
-
extraStyles: "flex-grow: 1;"
|
|
40650
|
+
extraStyles: "flex-grow: 1; min-width: 165px;"
|
|
40651
40651
|
}, /*#__PURE__*/React__default.createElement(AutopayModalModule, {
|
|
40652
40652
|
autoPayActive: autoPayEnabled,
|
|
40653
40653
|
autoPaySchedule: autoPaySchedule,
|
|
@@ -40669,7 +40669,7 @@ var InactiveControlsModule = function InactiveControlsModule(_ref) {
|
|
|
40669
40669
|
text: "Remove",
|
|
40670
40670
|
action: handleRemoveAccount,
|
|
40671
40671
|
dataQa: "Remove Account",
|
|
40672
|
-
extraStyles: isMobile ? "flex-grow: 1; width: 100%;" : "
|
|
40672
|
+
extraStyles: isMobile ? "flex-grow: 1; width: 100%;" : "flex-grow: 1;"
|
|
40673
40673
|
}))));
|
|
40674
40674
|
};
|
|
40675
40675
|
|