@thecb/components 7.10.4-beta.0 → 7.10.4
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 +4 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +4 -2
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/molecules/payment-form-ach/PaymentFormACH.js +1 -1
- package/src/components/molecules/payment-form-card/PaymentFormCard.js +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -47651,7 +47651,8 @@ var PaymentFormACH = function PaymentFormACH(_ref) {
|
|
|
47651
47651
|
checked: defaultMethod.value,
|
|
47652
47652
|
hidden: hideDefaultPayment
|
|
47653
47653
|
}), (showWalletCheckbox || showTerms) && /*#__PURE__*/React.createElement(Cluster, {
|
|
47654
|
-
childGap: "4px"
|
|
47654
|
+
childGap: "4px",
|
|
47655
|
+
align: "center"
|
|
47655
47656
|
}, showWalletCheckbox && /*#__PURE__*/React.createElement(Checkbox$1, {
|
|
47656
47657
|
name: "bank checkbox",
|
|
47657
47658
|
title: "Save checking account to wallet.",
|
|
@@ -47834,7 +47835,8 @@ var PaymentFormCard = function PaymentFormCard(_ref) {
|
|
|
47834
47835
|
},
|
|
47835
47836
|
autocomplete: "billing postal-code"
|
|
47836
47837
|
})), (showWalletCheckbox || showTerms) && /*#__PURE__*/React.createElement(Cluster, {
|
|
47837
|
-
childGap: "4px"
|
|
47838
|
+
childGap: "4px",
|
|
47839
|
+
align: "center"
|
|
47838
47840
|
}, showWalletCheckbox && /*#__PURE__*/React.createElement(Checkbox$1, {
|
|
47839
47841
|
name: "credit card checkbox",
|
|
47840
47842
|
title: "Save credit card to wallet.",
|