@moises.ai/design-system 3.9.13 → 3.9.14

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.js CHANGED
@@ -2111,7 +2111,7 @@ const KA = ({
2111
2111
  onClose: l
2112
2112
  }) => {
2113
2113
  const c = () => {
2114
- window.open(s, "_blank");
2114
+ window.open(s, "_self");
2115
2115
  }, u = N(
2116
2116
  (p) => {
2117
2117
  p.stopPropagation(), l == null || l();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moises.ai/design-system",
3
- "version": "3.9.13",
3
+ "version": "3.9.14",
4
4
  "description": "Design System package based on @radix-ui/themes with custom defaults",
5
5
  "private": false,
6
6
  "type": "module",
@@ -17,7 +17,7 @@ export const BannerAnnouncement = ({
17
17
  onClose,
18
18
  }) => {
19
19
  const navigateToLink = () => {
20
- window.open(link, '_blank')
20
+ window.open(link, '_self')
21
21
  }
22
22
 
23
23
  const handleClose = useCallback(