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