@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.esm.js
CHANGED
|
@@ -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);
|
|
@@ -40404,9 +40403,6 @@ var AutopayModal = function AutopayModal(_ref) {
|
|
|
40404
40403
|
return toggleModal(true);
|
|
40405
40404
|
},
|
|
40406
40405
|
onKeyPress: function onKeyPress(e) {
|
|
40407
|
-
console.log({
|
|
40408
|
-
e: e
|
|
40409
|
-
});
|
|
40410
40406
|
e.key === "Enter" && toggleModal(true);
|
|
40411
40407
|
},
|
|
40412
40408
|
tabIndex: "0",
|
|
@@ -40819,17 +40815,18 @@ var Obligation = function Obligation(_ref) {
|
|
|
40819
40815
|
as: "section",
|
|
40820
40816
|
"aria-label": "".concat(inactiveLookupTitle, " ").concat(inactiveLookupInput, ": ").concat(inactiveLookupValue)
|
|
40821
40817
|
}, /*#__PURE__*/React.createElement(Box, {
|
|
40822
|
-
background: ATHENS_GREY
|
|
40818
|
+
background: ATHENS_GREY,
|
|
40819
|
+
padding: "24px"
|
|
40823
40820
|
}, /*#__PURE__*/React.createElement(Stack, {
|
|
40824
40821
|
childGap: "14px"
|
|
40825
40822
|
}, /*#__PURE__*/React.createElement(Box, {
|
|
40826
40823
|
key: "".concat(obligationAssocID, "-top"),
|
|
40827
|
-
padding: "0
|
|
40824
|
+
padding: "0",
|
|
40828
40825
|
minWidth: "100%"
|
|
40829
40826
|
}, /*#__PURE__*/React.createElement(Cluster, {
|
|
40830
40827
|
justify: "space-between",
|
|
40831
40828
|
align: "center",
|
|
40832
|
-
childGap: "
|
|
40829
|
+
childGap: "40px",
|
|
40833
40830
|
nowrap: true
|
|
40834
40831
|
}, /*#__PURE__*/React.createElement(Box, {
|
|
40835
40832
|
padding: "0"
|