@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.cjs.js
CHANGED
|
@@ -40379,7 +40379,7 @@ var AutopayModal = function AutopayModal(_ref) {
|
|
|
40379
40379
|
toggleModal(true);
|
|
40380
40380
|
},
|
|
40381
40381
|
dataQa: "Turn off Autopay",
|
|
40382
|
-
extraStyles: isMobile ? "flex-grow: 1; width: 100%;" : "flex-grow: 1; min-width: 165px;"
|
|
40382
|
+
extraStyles: isMobile ? "flex-grow: 1; width: 100%; margin: 0;" : "flex-grow: 1; min-width: 165px;"
|
|
40383
40383
|
});
|
|
40384
40384
|
}
|
|
40385
40385
|
|
|
@@ -40647,7 +40647,9 @@ var InactiveControlsModule = function InactiveControlsModule(_ref) {
|
|
|
40647
40647
|
borderWidthOverride: isMobile ? "1px 0 0 0" : "0px"
|
|
40648
40648
|
}, /*#__PURE__*/React__default.createElement(Cluster, {
|
|
40649
40649
|
childGap: autoPayEnabled ? "8px" : "0",
|
|
40650
|
-
nowrap: true
|
|
40650
|
+
nowrap: true,
|
|
40651
|
+
justify: isMobile && autoPayEnabled && "center",
|
|
40652
|
+
align: isMobile && autoPayEnabled && "center"
|
|
40651
40653
|
}, autoPayEnabled && /*#__PURE__*/React__default.createElement(Box, {
|
|
40652
40654
|
padding: "0",
|
|
40653
40655
|
extraStyles: "flex-grow: 1;"
|