@meduza/ui-kit-2 0.2.9 → 0.2.10
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 +4 -4
- 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 +4 -4
- package/dist/ui-kit-2.esm.js.map +1 -1
- package/dist/ui-kit.css +2404 -2404
- package/package.json +1 -1
- package/src/AnnouncementInText/index.tsx +2 -2
- package/src/DonatesTeaser/index.tsx +2 -2
- package/src/vars_games.css +20 -8
package/dist/ui-kit-2.esm.js
CHANGED
|
@@ -2007,13 +2007,13 @@ var DonatesTeaser = function DonatesTeaser(_ref) {
|
|
|
2007
2007
|
title: '«Медуза» работает для вас',
|
|
2008
2008
|
subtitle: 'Нам нужна ваша поддержка',
|
|
2009
2009
|
button: 'Да!',
|
|
2010
|
-
href: 'https://
|
|
2010
|
+
href: 'https://mdza.io/hxFCqqfH7L0'
|
|
2011
2011
|
},
|
|
2012
2012
|
en: {
|
|
2013
2013
|
title: 'Meduza is working for you',
|
|
2014
2014
|
subtitle: 'And we need your support',
|
|
2015
2015
|
button: 'Okay!',
|
|
2016
|
-
href: 'https://
|
|
2016
|
+
href: 'https://mdza.io/ALUeH56VkjQ'
|
|
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/6qxJvW_lG14'
|
|
2064
2064
|
},
|
|
2065
2065
|
en: {
|
|
2066
2066
|
title: 'Meduza needs your help — right now.',
|
|
2067
2067
|
text: 'To sustain our newsroom in the face of government pressure, we have relied on readers like you. Thank you very much! Your support inspires us, and we need it still! Please consider a contribution to Meduza.',
|
|
2068
2068
|
button: 'I’ll pitch in!',
|
|
2069
|
-
href: 'https://mdza.io/
|
|
2069
|
+
href: 'https://mdza.io/_QmwBN0wQdc'
|
|
2070
2070
|
}
|
|
2071
2071
|
};
|
|
2072
2072
|
var localeData = data[lang];
|