@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.cjs.js
CHANGED
|
@@ -48670,7 +48670,7 @@ var PaymentFormCard = function PaymentFormCard(_ref) {
|
|
|
48670
48670
|
autocompleteValue: "billing postal-code",
|
|
48671
48671
|
isRequired: true
|
|
48672
48672
|
})), showWalletCheckbox && /*#__PURE__*/React__default.createElement(Checkbox$1, {
|
|
48673
|
-
name: "
|
|
48673
|
+
name: "credit card checkbox",
|
|
48674
48674
|
dataQa: "Save credit card to wallet",
|
|
48675
48675
|
customAriaLabel: "Save credit card to wallet (optional).",
|
|
48676
48676
|
title: /*#__PURE__*/React__default.createElement(React__default.Fragment, null, "Save credit card to wallet (optional).", " ", showTerms && /*#__PURE__*/React__default.createElement("span", {
|