@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.
- package/dist/ui-kit-2.cjs.development.js +3 -1
- package/dist/ui-kit-2.cjs.development.js.map +1 -1
- package/dist/ui-kit-2.cjs.production.min.js +1 -1
- package/dist/ui-kit-2.cjs.production.min.js.map +1 -1
- package/dist/ui-kit-2.esm.js +3 -1
- package/dist/ui-kit-2.esm.js.map +1 -1
- package/dist/ui-kit.css +3065 -3065
- package/package.json +1 -1
- package/src/AnnouncementInText/index.tsx +6 -1
package/dist/ui-kit-2.esm.js
CHANGED
|
@@ -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
|
|