@thecb/components 5.8.2-beta.0 → 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 +4 -5
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +4 -5
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/molecules/obligation/modules/AutopayModalModule.js +34 -30
- package/src/components/molecules/obligation/modules/InactiveControlsModule.js +2 -2
package/dist/index.esm.js
CHANGED
|
@@ -40367,7 +40367,7 @@ var AutopayModal = function AutopayModal(_ref) {
|
|
|
40367
40367
|
toggleModal(true);
|
|
40368
40368
|
},
|
|
40369
40369
|
dataQa: "Turn off Autopay",
|
|
40370
|
-
extraStyles: isMobile ? "flex-grow: 1; width: 100%;" : "
|
|
40370
|
+
extraStyles: isMobile ? "flex-grow: 1; width: 100%;" : "flex-grow: 1; min-width: 165px;"
|
|
40371
40371
|
});
|
|
40372
40372
|
}
|
|
40373
40373
|
|
|
@@ -40386,8 +40386,7 @@ var AutopayModal = function AutopayModal(_ref) {
|
|
|
40386
40386
|
|
|
40387
40387
|
case "link":
|
|
40388
40388
|
{
|
|
40389
|
-
/*#__PURE__*/
|
|
40390
|
-
React.createElement(Box, {
|
|
40389
|
+
return /*#__PURE__*/React.createElement(Box, {
|
|
40391
40390
|
padding: "0",
|
|
40392
40391
|
onClick: function onClick() {
|
|
40393
40392
|
toggleModal(true);
|
|
@@ -40636,7 +40635,7 @@ var InactiveControlsModule = function InactiveControlsModule(_ref) {
|
|
|
40636
40635
|
border: isMobile ? "1px solid ".concat(GHOST_GREY) : "0px",
|
|
40637
40636
|
borderWidthOverride: isMobile ? "1px 0 0 0" : "0px"
|
|
40638
40637
|
}, /*#__PURE__*/React.createElement(Cluster, {
|
|
40639
|
-
childGap:
|
|
40638
|
+
childGap: "8px",
|
|
40640
40639
|
nowrap: true
|
|
40641
40640
|
}, autoPayEnabled && /*#__PURE__*/React.createElement(Box, {
|
|
40642
40641
|
padding: "0",
|
|
@@ -40662,7 +40661,7 @@ var InactiveControlsModule = function InactiveControlsModule(_ref) {
|
|
|
40662
40661
|
text: "Remove",
|
|
40663
40662
|
action: handleRemoveAccount,
|
|
40664
40663
|
dataQa: "Remove Account",
|
|
40665
|
-
extraStyles: isMobile ? "flex-grow: 1; width: 100%;" : "
|
|
40664
|
+
extraStyles: isMobile ? "flex-grow: 1; width: 100%;" : "flex-grow: 1;"
|
|
40666
40665
|
}))));
|
|
40667
40666
|
};
|
|
40668
40667
|
|