@thecb/components 7.10.4-beta.0 → 7.10.4-beta.1

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
@@ -47659,7 +47659,8 @@ var PaymentFormACH = function PaymentFormACH(_ref) {
47659
47659
  checked: defaultMethod.value,
47660
47660
  hidden: hideDefaultPayment
47661
47661
  }), (showWalletCheckbox || showTerms) && /*#__PURE__*/React__default.createElement(Cluster, {
47662
- childGap: "4px"
47662
+ childGap: "4px",
47663
+ align: "center"
47663
47664
  }, showWalletCheckbox && /*#__PURE__*/React__default.createElement(Checkbox$1, {
47664
47665
  name: "bank checkbox",
47665
47666
  title: "Save checking account to wallet.",
@@ -47842,7 +47843,8 @@ var PaymentFormCard = function PaymentFormCard(_ref) {
47842
47843
  },
47843
47844
  autocomplete: "billing postal-code"
47844
47845
  })), (showWalletCheckbox || showTerms) && /*#__PURE__*/React__default.createElement(Cluster, {
47845
- childGap: "4px"
47846
+ childGap: "4px",
47847
+ align: "center"
47846
47848
  }, showWalletCheckbox && /*#__PURE__*/React__default.createElement(Checkbox$1, {
47847
47849
  name: "credit card checkbox",
47848
47850
  title: "Save credit card to wallet.",