@thecb/components 9.2.10-beta.15 → 9.2.10-beta.16

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 CHANGED
@@ -48372,7 +48372,8 @@ var PaymentFormCard = function PaymentFormCard(_ref) {
48372
48372
  dataQa: "Save credit card to wallet",
48373
48373
  title: "Save credit card to wallet.",
48374
48374
  checked: walletCheckboxMarked,
48375
- onChange: saveToWallet
48375
+ onChange: saveToWallet,
48376
+ checkboxAriaLabel: "Save credit card to wallet."
48376
48377
  }), showTerms && /*#__PURE__*/React__default.createElement(Cover, {
48377
48378
  singleChild: true
48378
48379
  }, /*#__PURE__*/React__default.createElement(TermsAndConditions, {
@@ -48380,7 +48381,8 @@ var PaymentFormCard = function PaymentFormCard(_ref) {
48380
48381
  showCheckbox: false,
48381
48382
  description: "View",
48382
48383
  terms: termsContent,
48383
- initialFocusSelector: ".modal-close-button"
48384
+ initialFocusSelector: ".modal-close-button",
48385
+ checkboxAriaLabel: "I agree to the Terms and Conditions"
48384
48386
  })))));
48385
48387
  };
48386
48388