@thecb/components 5.9.0-beta.0 → 5.9.0-beta.1
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 +4 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +4 -2
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/molecules/obligation/modules/AutopayModalModule.js +1 -1
- package/src/components/molecules/obligation/modules/InactiveControlsModule.js +6 -1
package/dist/index.esm.js
CHANGED
|
@@ -40371,7 +40371,7 @@ var AutopayModal = function AutopayModal(_ref) {
|
|
|
40371
40371
|
toggleModal(true);
|
|
40372
40372
|
},
|
|
40373
40373
|
dataQa: "Turn off Autopay",
|
|
40374
|
-
extraStyles: isMobile ? "flex-grow: 1; width: 100%;" : "flex-grow: 1; min-width: 165px;"
|
|
40374
|
+
extraStyles: isMobile ? "flex-grow: 1; width: 100%; margin: 0;" : "flex-grow: 1; min-width: 165px;"
|
|
40375
40375
|
});
|
|
40376
40376
|
}
|
|
40377
40377
|
|
|
@@ -40639,7 +40639,9 @@ var InactiveControlsModule = function InactiveControlsModule(_ref) {
|
|
|
40639
40639
|
borderWidthOverride: isMobile ? "1px 0 0 0" : "0px"
|
|
40640
40640
|
}, /*#__PURE__*/React.createElement(Cluster, {
|
|
40641
40641
|
childGap: autoPayEnabled ? "8px" : "0",
|
|
40642
|
-
nowrap: true
|
|
40642
|
+
nowrap: true,
|
|
40643
|
+
justify: isMobile && autoPayEnabled && "center",
|
|
40644
|
+
align: isMobile && autoPayEnabled && "center"
|
|
40643
40645
|
}, autoPayEnabled && /*#__PURE__*/React.createElement(Box, {
|
|
40644
40646
|
padding: "0",
|
|
40645
40647
|
extraStyles: "flex-grow: 1;"
|