@meduza/ui-kit-2 0.2.20 → 0.2.21
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 +5 -5
- 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 +5 -5
- package/dist/ui-kit-2.esm.js.map +1 -1
- package/dist/ui-kit.css +2872 -2869
- package/package.json +1 -1
- package/src/AnnouncementInText/AnnouncementInText.module.css +4 -0
- package/src/AnnouncementInText/index.tsx +7 -5
|
@@ -2062,14 +2062,14 @@ var AnnouncementInText = function AnnouncementInText(_ref) {
|
|
|
2062
2062
|
|
|
2063
2063
|
var data = {
|
|
2064
2064
|
ru: {
|
|
2065
|
-
title: '
|
|
2066
|
-
text: '
|
|
2065
|
+
title: '«Медуза» заблокирована в России. Мы были к этому готовы — и продолжаем работать. Несмотря ни на что',
|
|
2066
|
+
text: '<p>Нам нужна ваша помощь как никогда. Прямо сейчас. Дальше всем нам будет еще труднее. Мы независимое издание и работаем только в интересах читателей.</p>',
|
|
2067
2067
|
button: 'Хочу помочь',
|
|
2068
2068
|
href: 'https://mdza.io/yiNxPZ7Bs-k'
|
|
2069
2069
|
},
|
|
2070
2070
|
en: {
|
|
2071
|
-
title: 'Meduza
|
|
2072
|
-
text: 'We
|
|
2071
|
+
title: 'Meduza has been blocked in Russia. We were ready for this and our work continues, no matter what, but we need your support like never before. ',
|
|
2072
|
+
text: '<p>We need it now. Tomorrow could be too late. We are an independent publication, and we work only in the interests of our readers. Many of our readers in Russia can no longer contribute, so we turn to you, our audience around the world.</p>',
|
|
2073
2073
|
button: 'I want to help',
|
|
2074
2074
|
href: 'https://support.meduza.io/en'
|
|
2075
2075
|
}
|
|
@@ -2085,7 +2085,7 @@ var AnnouncementInText = function AnnouncementInText(_ref) {
|
|
|
2085
2085
|
dangerouslySetInnerHTML: {
|
|
2086
2086
|
__html: localeData.title
|
|
2087
2087
|
}
|
|
2088
|
-
}), React__default.createElement("
|
|
2088
|
+
}), React__default.createElement("div", {
|
|
2089
2089
|
dangerouslySetInnerHTML: {
|
|
2090
2090
|
__html: localeData.text
|
|
2091
2091
|
}
|