@meduza/ui-kit-2 0.2.12 → 0.2.13
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 +2448 -2457
- package/package.json +1 -1
- package/src/AnnouncementInText/AnnouncementInText.module.css +30 -39
- package/src/AnnouncementInText/index.tsx +3 -3
- package/src/DonatesTeaser/DonatesTeaser.module.css +23 -20
- package/src/DonatesTeaser/index.tsx +2 -2
|
@@ -2014,13 +2014,13 @@ var DonatesTeaser = function DonatesTeaser(_ref) {
|
|
|
2014
2014
|
title: 'Meduza Loves You',
|
|
2015
2015
|
text: 'Ваша помощь важна. А любовь победит',
|
|
2016
2016
|
button: 'Yeah! Yeah! Yeah!',
|
|
2017
|
-
href: 'https://mdza.io/
|
|
2017
|
+
href: 'https://mdza.io/7LFGwEFzFEc '
|
|
2018
2018
|
},
|
|
2019
2019
|
en: {
|
|
2020
2020
|
title: 'Meduza Loves You',
|
|
2021
2021
|
text: 'Your support matters. Love will prevail!',
|
|
2022
2022
|
button: 'Yeah! Yeah! Yeah!',
|
|
2023
|
-
href: 'https://mdza.io/
|
|
2023
|
+
href: 'https://mdza.io/mzts1Ru0ci0'
|
|
2024
2024
|
}
|
|
2025
2025
|
};
|
|
2026
2026
|
return React__default.createElement("div", {
|
|
@@ -2067,13 +2067,13 @@ var AnnouncementInText = function AnnouncementInText(_ref) {
|
|
|
2067
2067
|
title: 'Любовь победит. С вашей помощью',
|
|
2068
2068
|
text: 'Мы знаем, что справиться с новостями бывает непросто. Поэтому, рассказывая вам о тревожных событиях в России и мире, мы стараемся говорить не только о проблемах, но и о том, как их можно решить. И конечно, мы не верим в войну. Мы верим в любовь. Пожалуйста, поддержите «Медузу» прямо сейчас. Не откладывайте это на потом.',
|
|
2069
2069
|
button: 'Жму на кнопку любви!',
|
|
2070
|
-
href: 'https://mdza.io/
|
|
2070
|
+
href: 'https://mdza.io/Tey0iLzheJQ'
|
|
2071
2071
|
},
|
|
2072
2072
|
en: {
|
|
2073
2073
|
title: 'Love will prevail (with your help)',
|
|
2074
|
-
text: 'We know the news cycle can be a lot. That’s why, when telling you
|
|
2074
|
+
text: 'We know the news cycle can be a lot. That’s why, when telling you about all the disturbing things happening in Russia and around the world, we try to report not only the problems but also the possible solutions and resolutions. Of course, we don’t believe in war — we believe in love. Please support Meduza today to help sustain our work. Don’t put it off any longer!',
|
|
2075
2075
|
button: 'Click the button of love!',
|
|
2076
|
-
href: 'https://mdza.io/
|
|
2076
|
+
href: 'https://mdza.io/JUgT9ZejcPY'
|
|
2077
2077
|
}
|
|
2078
2078
|
};
|
|
2079
2079
|
var localeData = data[lang];
|