@thecb/components 12.1.0-beta.11 → 12.1.0-beta.13
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 +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/atoms/checkbox/Checkbox.stories.js +25 -0
- package/src/components/molecules/payment-form-card/PaymentFormCard.js +1 -1
- package/src/components/molecules/terms-and-conditions/TermsAndConditionsControlV2.stories.js +166 -0
package/dist/index.esm.js
CHANGED
|
@@ -48662,7 +48662,7 @@ var PaymentFormCard = function PaymentFormCard(_ref) {
|
|
|
48662
48662
|
autocompleteValue: "billing postal-code",
|
|
48663
48663
|
isRequired: true
|
|
48664
48664
|
})), showWalletCheckbox && /*#__PURE__*/React__default.createElement(Checkbox$1, {
|
|
48665
|
-
name: "
|
|
48665
|
+
name: "credit card checkbox",
|
|
48666
48666
|
dataQa: "Save credit card to wallet",
|
|
48667
48667
|
customAriaLabel: "Save credit card to wallet (optional).",
|
|
48668
48668
|
title: /*#__PURE__*/React__default.createElement(React__default.Fragment, null, "Save credit card to wallet (optional).", " ", showTerms && /*#__PURE__*/React__default.createElement("span", {
|