@meduza/ui-kit-2 0.2.1 → 0.2.2
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 +1489 -1491
- package/package.json +1 -1
- package/src/DonatesTeaser/DonatesTeaser.module.css +0 -2
- package/src/DonatesTeaser/index.tsx +5 -6
|
@@ -2011,15 +2011,15 @@ var DonatesTeaser = function DonatesTeaser(_ref) {
|
|
|
2011
2011
|
|
|
2012
2012
|
var data = {
|
|
2013
2013
|
ru: {
|
|
2014
|
-
title: '
|
|
2015
|
-
subtitle: '
|
|
2014
|
+
title: 'Мы не сдаемся',
|
|
2015
|
+
subtitle: 'Потому что вы с нами',
|
|
2016
2016
|
button: '«Медуза», я с тобой ',
|
|
2017
2017
|
href: 'https://support.meduza.io'
|
|
2018
2018
|
},
|
|
2019
2019
|
en: {
|
|
2020
|
-
title: '
|
|
2021
|
-
subtitle: '
|
|
2022
|
-
button: '
|
|
2020
|
+
title: 'We won’t give up',
|
|
2021
|
+
subtitle: 'Because you’re with us',
|
|
2022
|
+
button: 'I’m with you, Meduza',
|
|
2023
2023
|
href: 'https://support.meduza.io/en'
|
|
2024
2024
|
}
|
|
2025
2025
|
};
|