@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.cjs.js
CHANGED
|
@@ -48249,8 +48249,7 @@ var TermsAndConditionsControlV2 = function TermsAndConditionsControlV2(_ref) {
|
|
|
48249
48249
|
}, html), /*#__PURE__*/React__default.createElement(Cluster, {
|
|
48250
48250
|
justify: "flex-start",
|
|
48251
48251
|
align: "center",
|
|
48252
|
-
nowrap: true
|
|
48253
|
-
overflow: true
|
|
48252
|
+
nowrap: true
|
|
48254
48253
|
}, showCheckbox && /*#__PURE__*/React__default.createElement(Checkbox$1, {
|
|
48255
48254
|
name: id,
|
|
48256
48255
|
error: hasError,
|
|
@@ -48451,7 +48450,8 @@ var PaymentFormACH = function PaymentFormACH(_ref) {
|
|
|
48451
48450
|
hidden: hideDefaultPayment
|
|
48452
48451
|
}), (showWalletCheckbox || showTerms) && /*#__PURE__*/React__default.createElement(Cluster, {
|
|
48453
48452
|
childGap: "4px",
|
|
48454
|
-
align: "center"
|
|
48453
|
+
align: "center",
|
|
48454
|
+
overflow: true
|
|
48455
48455
|
}, showWalletCheckbox && /*#__PURE__*/React__default.createElement(Checkbox$1, {
|
|
48456
48456
|
name: "bank checkbox",
|
|
48457
48457
|
dataQa: "Save checking account to wallet",
|
|
@@ -48640,7 +48640,8 @@ var PaymentFormCard = function PaymentFormCard(_ref) {
|
|
|
48640
48640
|
isRequired: true
|
|
48641
48641
|
})), (showWalletCheckbox || showTerms) && /*#__PURE__*/React__default.createElement(Cluster, {
|
|
48642
48642
|
childGap: "4px",
|
|
48643
|
-
align: "center"
|
|
48643
|
+
align: "center",
|
|
48644
|
+
overflow: true
|
|
48644
48645
|
}, showWalletCheckbox && /*#__PURE__*/React__default.createElement(Checkbox$1, {
|
|
48645
48646
|
name: "credit card checkbox",
|
|
48646
48647
|
dataQa: "Save credit card to wallet",
|