@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
package/dist/ui-kit-2.esm.js
CHANGED
|
@@ -2007,13 +2007,13 @@ var DonatesTeaser = function DonatesTeaser(_ref) {
|
|
|
2007
2007
|
title: 'Meduza Loves You',
|
|
2008
2008
|
text: 'Ваша помощь важна. А любовь победит',
|
|
2009
2009
|
button: 'Yeah! Yeah! Yeah!',
|
|
2010
|
-
href: 'https://mdza.io/
|
|
2010
|
+
href: 'https://mdza.io/7LFGwEFzFEc '
|
|
2011
2011
|
},
|
|
2012
2012
|
en: {
|
|
2013
2013
|
title: 'Meduza Loves You',
|
|
2014
2014
|
text: 'Your support matters. Love will prevail!',
|
|
2015
2015
|
button: 'Yeah! Yeah! Yeah!',
|
|
2016
|
-
href: 'https://mdza.io/
|
|
2016
|
+
href: 'https://mdza.io/mzts1Ru0ci0'
|
|
2017
2017
|
}
|
|
2018
2018
|
};
|
|
2019
2019
|
return React.createElement("div", {
|
|
@@ -2060,13 +2060,13 @@ var AnnouncementInText = function AnnouncementInText(_ref) {
|
|
|
2060
2060
|
title: 'Любовь победит. С вашей помощью',
|
|
2061
2061
|
text: 'Мы знаем, что справиться с новостями бывает непросто. Поэтому, рассказывая вам о тревожных событиях в России и мире, мы стараемся говорить не только о проблемах, но и о том, как их можно решить. И конечно, мы не верим в войну. Мы верим в любовь. Пожалуйста, поддержите «Медузу» прямо сейчас. Не откладывайте это на потом.',
|
|
2062
2062
|
button: 'Жму на кнопку любви!',
|
|
2063
|
-
href: 'https://mdza.io/
|
|
2063
|
+
href: 'https://mdza.io/Tey0iLzheJQ'
|
|
2064
2064
|
},
|
|
2065
2065
|
en: {
|
|
2066
2066
|
title: 'Love will prevail (with your help)',
|
|
2067
|
-
text: 'We know the news cycle can be a lot. That’s why, when telling you
|
|
2067
|
+
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!',
|
|
2068
2068
|
button: 'Click the button of love!',
|
|
2069
|
-
href: 'https://mdza.io/
|
|
2069
|
+
href: 'https://mdza.io/JUgT9ZejcPY'
|
|
2070
2070
|
}
|
|
2071
2071
|
};
|
|
2072
2072
|
var localeData = data[lang];
|