@thecb/components 9.2.7-beta.4 → 9.2.7-beta.6

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