@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.esm.js
CHANGED
|
@@ -48364,7 +48364,8 @@ var PaymentFormCard = function PaymentFormCard(_ref) {
|
|
|
48364
48364
|
dataQa: "Save credit card to wallet",
|
|
48365
48365
|
title: "Save credit card to wallet.",
|
|
48366
48366
|
checked: walletCheckboxMarked,
|
|
48367
|
-
onChange: saveToWallet
|
|
48367
|
+
onChange: saveToWallet,
|
|
48368
|
+
checkboxAriaLabel: "Save credit card to wallet."
|
|
48368
48369
|
}), showTerms && /*#__PURE__*/React.createElement(Cover, {
|
|
48369
48370
|
singleChild: true
|
|
48370
48371
|
}, /*#__PURE__*/React.createElement(TermsAndConditions, {
|
|
@@ -48372,7 +48373,8 @@ var PaymentFormCard = function PaymentFormCard(_ref) {
|
|
|
48372
48373
|
showCheckbox: false,
|
|
48373
48374
|
description: "View",
|
|
48374
48375
|
terms: termsContent,
|
|
48375
|
-
initialFocusSelector: ".modal-close-button"
|
|
48376
|
+
initialFocusSelector: ".modal-close-button",
|
|
48377
|
+
checkboxAriaLabel: "I agree to the Terms and Conditions"
|
|
48376
48378
|
})))));
|
|
48377
48379
|
};
|
|
48378
48380
|
|