@thecb/components 5.9.0-beta.5 → 5.9.0-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 +4 -6
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +4 -6
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/.DS_Store +0 -0
- package/src/components/atoms/add-obligation/AddObligation.js +1 -3
- package/src/components/atoms/placeholder/Placeholder.js +1 -1
- package/src/components/molecules/obligation/modules/PaymentDetailsActions.js +1 -1
- package/src/components/.DS_Store +0 -0
- package/src/components/molecules/.DS_Store +0 -0
- package/src/deprecated/.DS_Store +0 -0
package/dist/index.cjs.js
CHANGED
|
@@ -15364,8 +15364,7 @@ var AddObligation = function AddObligation(_ref) {
|
|
|
15364
15364
|
action = _ref.action,
|
|
15365
15365
|
themeValues = _ref.themeValues,
|
|
15366
15366
|
extraStyles = _ref.extraStyles,
|
|
15367
|
-
textExtraStyles = _ref.textExtraStyles
|
|
15368
|
-
dataQa = _ref.dataQa;
|
|
15367
|
+
textExtraStyles = _ref.textExtraStyles;
|
|
15369
15368
|
var hoverStyles = "\n &:hover {\n .fill { fill: ".concat(themeValues.hoverColor, "; }\n .stroke { stroke: ").concat(themeValues.hoverColor, "; }\n button { text-decoration: underline; text-decoration-color: ").concat(themeValues.hoverColor, "; }\n span { color: ").concat(themeValues.hoverColor, "; }\n }");
|
|
15370
15369
|
var activeStyles = "\n &:active {\n .fill { fill: ".concat(themeValues.activeColor, "; }\n .stroke { stroke: ").concat(themeValues.activeColor, "; }\n button { text-decoration: underline; text-decoration-color: ").concat(themeValues.activeColor, "; }\n span { color: ").concat(themeValues.activeColor, "; }\n }");
|
|
15371
15370
|
var defaultStyles = "\n min-height: 0;\n .fill { fill: ".concat(themeValues.color, "; }\n .stroke { stroke: ").concat(themeValues.color, "; }\n &:focus {\n outline: 3px solid ").concat(ROYAL_BLUE, ";\n outline-offset: 2px;\n }\n ");
|
|
@@ -15376,8 +15375,7 @@ var AddObligation = function AddObligation(_ref) {
|
|
|
15376
15375
|
activeStyles: activeStyles,
|
|
15377
15376
|
extraStyles: defaultStyles,
|
|
15378
15377
|
onClick: action,
|
|
15379
|
-
tabIndex: "0"
|
|
15380
|
-
dataQa: dataQa
|
|
15378
|
+
tabIndex: "0"
|
|
15381
15379
|
}, /*#__PURE__*/React__default.createElement(Cover, {
|
|
15382
15380
|
singleChild: true,
|
|
15383
15381
|
minHeight: "100%"
|
|
@@ -22124,7 +22122,7 @@ var PlaceholderContentWrapper = function PlaceholderContentWrapper(_ref) {
|
|
|
22124
22122
|
dataQa = _ref.dataQa;
|
|
22125
22123
|
return isLink ? /*#__PURE__*/React__default.createElement(reactRouterDom.Link, {
|
|
22126
22124
|
to: destination,
|
|
22127
|
-
|
|
22125
|
+
"data-qa": dataQa
|
|
22128
22126
|
}, /*#__PURE__*/React__default.createElement(Box, {
|
|
22129
22127
|
padding: "0",
|
|
22130
22128
|
minHeight: "100%",
|
|
@@ -39511,7 +39509,7 @@ var PaymentDetailsActions = function PaymentDetailsActions(_ref) {
|
|
|
39511
39509
|
variant: "tertiary",
|
|
39512
39510
|
text: "Set Up ".concat(planType),
|
|
39513
39511
|
action: function action() {
|
|
39514
|
-
setDetailedObligation(obligations, config
|
|
39512
|
+
setDetailedObligation(obligations, config);
|
|
39515
39513
|
handleAutopayAction();
|
|
39516
39514
|
},
|
|
39517
39515
|
dataQa: "Set Up Autopay",
|