@thecb/components 9.2.10-beta.2 → 9.2.10-beta.3
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 -0
- package/src/components/molecules/payment-form-card/PaymentFormCard.js +1 -0
- package/src/components/molecules/terms-and-conditions/TermsAndConditions.stories.js +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -48163,7 +48163,8 @@ var PaymentFormACH = function PaymentFormACH(_ref) {
|
|
|
48163
48163
|
version: "v2",
|
|
48164
48164
|
showCheckbox: false,
|
|
48165
48165
|
description: "View",
|
|
48166
|
-
terms: termsContent
|
|
48166
|
+
terms: termsContent,
|
|
48167
|
+
initialFocusSelector: ".modal-close-button"
|
|
48167
48168
|
})))));
|
|
48168
48169
|
};
|
|
48169
48170
|
|
|
@@ -48359,7 +48360,8 @@ var PaymentFormCard = function PaymentFormCard(_ref) {
|
|
|
48359
48360
|
version: "v2",
|
|
48360
48361
|
showCheckbox: false,
|
|
48361
48362
|
description: "View",
|
|
48362
|
-
terms: termsContent
|
|
48363
|
+
terms: termsContent,
|
|
48364
|
+
initialFocusSelector: ".modal-close-button"
|
|
48363
48365
|
})))));
|
|
48364
48366
|
};
|
|
48365
48367
|
|