@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.esm.js CHANGED
@@ -15356,8 +15356,7 @@ var AddObligation = function AddObligation(_ref) {
15356
15356
  action = _ref.action,
15357
15357
  themeValues = _ref.themeValues,
15358
15358
  extraStyles = _ref.extraStyles,
15359
- textExtraStyles = _ref.textExtraStyles,
15360
- dataQa = _ref.dataQa;
15359
+ textExtraStyles = _ref.textExtraStyles;
15361
15360
  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 }");
15362
15361
  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 }");
15363
15362
  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 ");
@@ -15368,8 +15367,7 @@ var AddObligation = function AddObligation(_ref) {
15368
15367
  activeStyles: activeStyles,
15369
15368
  extraStyles: defaultStyles,
15370
15369
  onClick: action,
15371
- tabIndex: "0",
15372
- dataQa: dataQa
15370
+ tabIndex: "0"
15373
15371
  }, /*#__PURE__*/React.createElement(Cover, {
15374
15372
  singleChild: true,
15375
15373
  minHeight: "100%"
@@ -22116,7 +22114,7 @@ var PlaceholderContentWrapper = function PlaceholderContentWrapper(_ref) {
22116
22114
  dataQa = _ref.dataQa;
22117
22115
  return isLink ? /*#__PURE__*/React.createElement(Link, {
22118
22116
  to: destination,
22119
- dataQa: dataQa
22117
+ "data-qa": dataQa
22120
22118
  }, /*#__PURE__*/React.createElement(Box, {
22121
22119
  padding: "0",
22122
22120
  minHeight: "100%",
@@ -39503,7 +39501,7 @@ var PaymentDetailsActions = function PaymentDetailsActions(_ref) {
39503
39501
  variant: "tertiary",
39504
39502
  text: "Set Up ".concat(planType),
39505
39503
  action: function action() {
39506
- setDetailedObligation(obligations, config, obligationAssocID);
39504
+ setDetailedObligation(obligations, config);
39507
39505
  handleAutopayAction();
39508
39506
  },
39509
39507
  dataQa: "Set Up Autopay",