@thecb/components 9.2.7-beta.5 → 9.2.7-beta.7
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 +3 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +3 -2
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/molecules/account-and-routing-modal/AccountAndRoutingModal.js +1 -0
- package/src/components/molecules/terms-and-conditions/TermsAndConditionsControlV2.js +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -47720,7 +47720,8 @@ var AccountAndRoutingModal = function AccountAndRoutingModal(_ref) {
|
|
|
47720
47720
|
weight: themeValues.fontWeight,
|
|
47721
47721
|
hoverStyles: themeValues.modalLinkHoverFocus,
|
|
47722
47722
|
extraStyles: "cursor: pointer;",
|
|
47723
|
-
role: "button"
|
|
47723
|
+
role: "button",
|
|
47724
|
+
className: "modal-trigger"
|
|
47724
47725
|
}, link));
|
|
47725
47726
|
};
|
|
47726
47727
|
|
|
@@ -47942,7 +47943,7 @@ var TermsAndConditionsControlV2 = function TermsAndConditionsControlV2(_ref) {
|
|
|
47942
47943
|
toggleOpen: toggleTerms,
|
|
47943
47944
|
linkVariant: modalVariant,
|
|
47944
47945
|
title: modalTitle,
|
|
47945
|
-
initialFocus: "
|
|
47946
|
+
initialFocus: ".modal-close-button"
|
|
47946
47947
|
})), /*#__PURE__*/React__default.createElement("div", {
|
|
47947
47948
|
"aria-live": "polite",
|
|
47948
47949
|
"aria-atomic": true
|