@meduza/ui-kit-2 0.2.6 → 0.2.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.
@@ -2083,7 +2083,9 @@ var AnnouncementInText = function AnnouncementInText(_ref) {
2083
2083
  className: styles$x.footer
2084
2084
  }, React.createElement("a", {
2085
2085
  className: styles$x.button,
2086
- href: localeData.href
2086
+ href: localeData.href,
2087
+ target: "_blank",
2088
+ rel: "noreferrer"
2087
2089
  }, localeData.button)));
2088
2090
  };
2089
2091