@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 +2 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +2 -2
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/molecules/obligation/modules/AutopayModalModule.js +3 -1
- package/src/components/molecules/obligation/modules/InactiveControlsModule.js +1 -1
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%;" : "
|
|
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;
|
|
40650
|
+
extraStyles: "flex-grow: 1;"
|
|
40651
40651
|
}, /*#__PURE__*/React__default.createElement(AutopayModalModule, {
|
|
40652
40652
|
autoPayActive: autoPayEnabled,
|
|
40653
40653
|
autoPaySchedule: autoPaySchedule,
|