@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.cjs.js
CHANGED
|
@@ -48171,7 +48171,8 @@ var PaymentFormACH = function PaymentFormACH(_ref) {
|
|
|
48171
48171
|
version: "v2",
|
|
48172
48172
|
showCheckbox: false,
|
|
48173
48173
|
description: "View",
|
|
48174
|
-
terms: termsContent
|
|
48174
|
+
terms: termsContent,
|
|
48175
|
+
initialFocusSelector: ".modal-close-button"
|
|
48175
48176
|
})))));
|
|
48176
48177
|
};
|
|
48177
48178
|
|
|
@@ -48367,7 +48368,8 @@ var PaymentFormCard = function PaymentFormCard(_ref) {
|
|
|
48367
48368
|
version: "v2",
|
|
48368
48369
|
showCheckbox: false,
|
|
48369
48370
|
description: "View",
|
|
48370
|
-
terms: termsContent
|
|
48371
|
+
terms: termsContent,
|
|
48372
|
+
initialFocusSelector: ".modal-close-button"
|
|
48371
48373
|
})))));
|
|
48372
48374
|
};
|
|
48373
48375
|
|