@meduza/ui-kit-2 0.2.10 → 0.2.11
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 +2999 -2999
- package/package.json +1 -1
- package/src/AnnouncementInText/index.tsx +2 -2
- package/src/DonatesTeaser/index.tsx +2 -2
package/package.json
CHANGED
|
@@ -24,7 +24,7 @@ export const AnnouncementInText: React.FC<AnnouncementInTextProps> = ({
|
|
|
24
24
|
text:
|
|
25
25
|
'Каждый день наша редакция продолжает работать — вопреки давлению государства и только благодаря вам. Спасибо вам огромное! Это очень воодушевляет. «Медузе» по-прежнему нужна ваша помощь. Пожалуйста, поддержите нас.',
|
|
26
26
|
button: 'Жму на кнопку!',
|
|
27
|
-
href: 'https://mdza.io/
|
|
27
|
+
href: 'https://mdza.io/_CL3KcERuqM'
|
|
28
28
|
},
|
|
29
29
|
|
|
30
30
|
en: {
|
|
@@ -32,7 +32,7 @@ export const AnnouncementInText: React.FC<AnnouncementInTextProps> = ({
|
|
|
32
32
|
text:
|
|
33
33
|
'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.',
|
|
34
34
|
button: 'I’ll pitch in!',
|
|
35
|
-
href: 'https://mdza.io/
|
|
35
|
+
href: 'https://mdza.io/DdMs_RWpAS0'
|
|
36
36
|
}
|
|
37
37
|
}
|
|
38
38
|
|
|
@@ -20,13 +20,13 @@ export const DonatesTeaser: React.FC<DonatesTeaserProps> = ({
|
|
|
20
20
|
title: '«Медуза» работает для вас',
|
|
21
21
|
subtitle: 'Нам нужна ваша поддержка',
|
|
22
22
|
button: 'Да!',
|
|
23
|
-
href: 'https://mdza.io/
|
|
23
|
+
href: 'https://mdza.io/WP4YuV4xTEM'
|
|
24
24
|
},
|
|
25
25
|
en: {
|
|
26
26
|
title: 'Meduza is working for you',
|
|
27
27
|
subtitle: 'And we need your support',
|
|
28
28
|
button: 'Okay!',
|
|
29
|
-
href: 'https://mdza.io/
|
|
29
|
+
href: 'https://mdza.io/qopxag5BGec'
|
|
30
30
|
}
|
|
31
31
|
}
|
|
32
32
|
|