@thecb/components 5.8.1-beta.5 → 5.8.1-beta.6
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 +6 -4
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +6 -4
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/molecules/obligation/Obligation.js +1 -1
- package/src/components/molecules/obligation/modules/AutopayModalModule.js +3 -1
- package/src/components/molecules/obligation/modules/InactiveControlsModule.js +4 -2
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
|
|
40378
|
+
extraStyles: isMobile ? "flex-grow: 1; width: 100%;" : "margin: 0px"
|
|
40379
40379
|
});
|
|
40380
40380
|
}
|
|
40381
40381
|
|
|
@@ -40647,7 +40647,8 @@ var InactiveControlsModule = function InactiveControlsModule(_ref) {
|
|
|
40647
40647
|
border: isMobile ? "1px solid ".concat(GHOST_GREY) : "0px",
|
|
40648
40648
|
borderWidthOverride: isMobile ? "1px 0 0 0" : "0px"
|
|
40649
40649
|
}, /*#__PURE__*/React__default.createElement(Cluster, {
|
|
40650
|
-
childGap: isMobile ? "8px" : "
|
|
40650
|
+
childGap: isMobile ? "8px" : "16px",
|
|
40651
|
+
nowrap: true
|
|
40651
40652
|
}, autoPayEnabled && /*#__PURE__*/React__default.createElement(Box, {
|
|
40652
40653
|
padding: "0",
|
|
40653
40654
|
extraStyles: "flex-grow: 1;"
|
|
@@ -40672,7 +40673,7 @@ var InactiveControlsModule = function InactiveControlsModule(_ref) {
|
|
|
40672
40673
|
text: "Remove",
|
|
40673
40674
|
action: handleRemoveAccount,
|
|
40674
40675
|
dataQa: "Remove Account",
|
|
40675
|
-
extraStyles: isMobile
|
|
40676
|
+
extraStyles: isMobile ? "flex-grow: 1; width: 100%;" : "margin: 0px;"
|
|
40676
40677
|
}))));
|
|
40677
40678
|
};
|
|
40678
40679
|
|
|
@@ -40749,7 +40750,8 @@ var Obligation = function Obligation(_ref) {
|
|
|
40749
40750
|
as: "section",
|
|
40750
40751
|
"aria-label": "".concat((_firstObligation$desc = firstObligation === null || firstObligation === void 0 ? void 0 : firstObligation.description) !== null && _firstObligation$desc !== void 0 ? _firstObligation$desc : "account", " ").concat((_firstObligation$subD = firstObligation === null || firstObligation === void 0 ? void 0 : firstObligation.subDescription) !== null && _firstObligation$subD !== void 0 ? _firstObligation$subD : obligationAssocID)
|
|
40751
40752
|
}, /*#__PURE__*/React__default.createElement(Box, {
|
|
40752
|
-
background: WHITE
|
|
40753
|
+
background: WHITE,
|
|
40754
|
+
padding: "24px 16px"
|
|
40753
40755
|
}, /*#__PURE__*/React__default.createElement(Stack, {
|
|
40754
40756
|
childGap: "14px"
|
|
40755
40757
|
}, /*#__PURE__*/React__default.createElement(Box, {
|