@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.esm.js
CHANGED
|
@@ -47712,7 +47712,8 @@ var AccountAndRoutingModal = function AccountAndRoutingModal(_ref) {
|
|
|
47712
47712
|
weight: themeValues.fontWeight,
|
|
47713
47713
|
hoverStyles: themeValues.modalLinkHoverFocus,
|
|
47714
47714
|
extraStyles: "cursor: pointer;",
|
|
47715
|
-
role: "button"
|
|
47715
|
+
role: "button",
|
|
47716
|
+
className: "modal-trigger"
|
|
47716
47717
|
}, link));
|
|
47717
47718
|
};
|
|
47718
47719
|
|
|
@@ -47934,7 +47935,7 @@ var TermsAndConditionsControlV2 = function TermsAndConditionsControlV2(_ref) {
|
|
|
47934
47935
|
toggleOpen: toggleTerms,
|
|
47935
47936
|
linkVariant: modalVariant,
|
|
47936
47937
|
title: modalTitle,
|
|
47937
|
-
initialFocus: "
|
|
47938
|
+
initialFocus: ".modal-close-button"
|
|
47938
47939
|
})), /*#__PURE__*/React.createElement("div", {
|
|
47939
47940
|
"aria-live": "polite",
|
|
47940
47941
|
"aria-atomic": true
|