@thecb/components 5.8.1-beta.6 → 5.8.2-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 +5 -8
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +5 -8
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/molecules/obligation/Obligation.js +3 -3
- package/src/components/molecules/obligation/modules/AutopayModalModule.js +31 -30
package/dist/index.cjs.js
CHANGED
|
@@ -40394,8 +40394,7 @@ var AutopayModal = function AutopayModal(_ref) {
|
|
|
40394
40394
|
|
|
40395
40395
|
case "link":
|
|
40396
40396
|
{
|
|
40397
|
-
/*#__PURE__*/
|
|
40398
|
-
React__default.createElement(Box, {
|
|
40397
|
+
return /*#__PURE__*/React__default.createElement(Box, {
|
|
40399
40398
|
padding: "0",
|
|
40400
40399
|
onClick: function onClick() {
|
|
40401
40400
|
toggleModal(true);
|
|
@@ -40412,9 +40411,6 @@ var AutopayModal = function AutopayModal(_ref) {
|
|
|
40412
40411
|
return toggleModal(true);
|
|
40413
40412
|
},
|
|
40414
40413
|
onKeyPress: function onKeyPress(e) {
|
|
40415
|
-
console.log({
|
|
40416
|
-
e: e
|
|
40417
|
-
});
|
|
40418
40414
|
e.key === "Enter" && toggleModal(true);
|
|
40419
40415
|
},
|
|
40420
40416
|
tabIndex: "0",
|
|
@@ -40827,17 +40823,18 @@ var Obligation = function Obligation(_ref) {
|
|
|
40827
40823
|
as: "section",
|
|
40828
40824
|
"aria-label": "".concat(inactiveLookupTitle, " ").concat(inactiveLookupInput, ": ").concat(inactiveLookupValue)
|
|
40829
40825
|
}, /*#__PURE__*/React__default.createElement(Box, {
|
|
40830
|
-
background: ATHENS_GREY
|
|
40826
|
+
background: ATHENS_GREY,
|
|
40827
|
+
padding: "24px"
|
|
40831
40828
|
}, /*#__PURE__*/React__default.createElement(Stack, {
|
|
40832
40829
|
childGap: "14px"
|
|
40833
40830
|
}, /*#__PURE__*/React__default.createElement(Box, {
|
|
40834
40831
|
key: "".concat(obligationAssocID, "-top"),
|
|
40835
|
-
padding: "0
|
|
40832
|
+
padding: "0",
|
|
40836
40833
|
minWidth: "100%"
|
|
40837
40834
|
}, /*#__PURE__*/React__default.createElement(Cluster, {
|
|
40838
40835
|
justify: "space-between",
|
|
40839
40836
|
align: "center",
|
|
40840
|
-
childGap: "
|
|
40837
|
+
childGap: "40px",
|
|
40841
40838
|
nowrap: true
|
|
40842
40839
|
}, /*#__PURE__*/React__default.createElement(Box, {
|
|
40843
40840
|
padding: "0"
|