@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.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: "[role=\"button\"]:not(.modal-trigger)"
47938
+ initialFocus: ".modal-close-button"
47938
47939
  })), /*#__PURE__*/React.createElement("div", {
47939
47940
  "aria-live": "polite",
47940
47941
  "aria-atomic": true