@thecb/components 9.2.7-beta.5 → 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.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
|
|