@thecb/components 12.1.0-beta.10 → 12.1.0-beta.12
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 +5 -4
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +5 -4
- 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/src/components/molecules/terms-and-conditions/TermsAndConditionsControlV2.js +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -48241,8 +48241,7 @@ var TermsAndConditionsControlV2 = function TermsAndConditionsControlV2(_ref) {
|
|
|
48241
48241
|
}, html), /*#__PURE__*/React__default.createElement(Cluster, {
|
|
48242
48242
|
justify: "flex-start",
|
|
48243
48243
|
align: "center",
|
|
48244
|
-
nowrap: true
|
|
48245
|
-
overflow: true
|
|
48244
|
+
nowrap: true
|
|
48246
48245
|
}, showCheckbox && /*#__PURE__*/React__default.createElement(Checkbox$1, {
|
|
48247
48246
|
name: id,
|
|
48248
48247
|
error: hasError,
|
|
@@ -48443,7 +48442,8 @@ var PaymentFormACH = function PaymentFormACH(_ref) {
|
|
|
48443
48442
|
hidden: hideDefaultPayment
|
|
48444
48443
|
}), (showWalletCheckbox || showTerms) && /*#__PURE__*/React__default.createElement(Cluster, {
|
|
48445
48444
|
childGap: "4px",
|
|
48446
|
-
align: "center"
|
|
48445
|
+
align: "center",
|
|
48446
|
+
overflow: true
|
|
48447
48447
|
}, showWalletCheckbox && /*#__PURE__*/React__default.createElement(Checkbox$1, {
|
|
48448
48448
|
name: "bank checkbox",
|
|
48449
48449
|
dataQa: "Save checking account to wallet",
|
|
@@ -48632,7 +48632,8 @@ var PaymentFormCard = function PaymentFormCard(_ref) {
|
|
|
48632
48632
|
isRequired: true
|
|
48633
48633
|
})), (showWalletCheckbox || showTerms) && /*#__PURE__*/React__default.createElement(Cluster, {
|
|
48634
48634
|
childGap: "4px",
|
|
48635
|
-
align: "center"
|
|
48635
|
+
align: "center",
|
|
48636
|
+
overflow: true
|
|
48636
48637
|
}, showWalletCheckbox && /*#__PURE__*/React__default.createElement(Checkbox$1, {
|
|
48637
48638
|
name: "credit card checkbox",
|
|
48638
48639
|
dataQa: "Save credit card to wallet",
|