@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
package/dist/ui-kit-2.esm.js
CHANGED
|
@@ -2055,14 +2055,14 @@ var AnnouncementInText = function AnnouncementInText(_ref) {
|
|
|
2055
2055
|
|
|
2056
2056
|
var data = {
|
|
2057
2057
|
ru: {
|
|
2058
|
-
title: '
|
|
2059
|
-
text: '
|
|
2058
|
+
title: '«Медуза» заблокирована в России. Мы были к этому готовы — и продолжаем работать. Несмотря ни на что',
|
|
2059
|
+
text: '<p>Нам нужна ваша помощь как никогда. Прямо сейчас. Дальше всем нам будет еще труднее. Мы независимое издание и работаем только в интересах читателей.</p>',
|
|
2060
2060
|
button: 'Хочу помочь',
|
|
2061
2061
|
href: 'https://mdza.io/yiNxPZ7Bs-k'
|
|
2062
2062
|
},
|
|
2063
2063
|
en: {
|
|
2064
|
-
title: 'Meduza
|
|
2065
|
-
text: 'We
|
|
2064
|
+
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. ',
|
|
2065
|
+
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>',
|
|
2066
2066
|
button: 'I want to help',
|
|
2067
2067
|
href: 'https://support.meduza.io/en'
|
|
2068
2068
|
}
|
|
@@ -2078,7 +2078,7 @@ var AnnouncementInText = function AnnouncementInText(_ref) {
|
|
|
2078
2078
|
dangerouslySetInnerHTML: {
|
|
2079
2079
|
__html: localeData.title
|
|
2080
2080
|
}
|
|
2081
|
-
}), React.createElement("
|
|
2081
|
+
}), React.createElement("div", {
|
|
2082
2082
|
dangerouslySetInnerHTML: {
|
|
2083
2083
|
__html: localeData.text
|
|
2084
2084
|
}
|