@meduza/ui-kit-2 0.2.1 → 0.2.3
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 +6 -6
- 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 +6 -6
- package/dist/ui-kit-2.esm.js.map +1 -1
- package/dist/ui-kit.css +2662 -2662
- package/package.json +1 -1
- package/src/DonatesTeaser/DonatesTeaser.module.css +6 -6
- package/src/DonatesTeaser/index.tsx +6 -7
|
@@ -2011,15 +2011,15 @@ var DonatesTeaser = function DonatesTeaser(_ref) {
|
|
|
2011
2011
|
|
|
2012
2012
|
var data = {
|
|
2013
2013
|
ru: {
|
|
2014
|
-
title: '
|
|
2015
|
-
subtitle: '
|
|
2016
|
-
button: '
|
|
2014
|
+
title: '«Медуза» работает для вас',
|
|
2015
|
+
subtitle: 'Нам нужна ваша поддержка',
|
|
2016
|
+
button: 'Да!',
|
|
2017
2017
|
href: 'https://support.meduza.io'
|
|
2018
2018
|
},
|
|
2019
2019
|
en: {
|
|
2020
|
-
title: '
|
|
2021
|
-
subtitle: '
|
|
2022
|
-
button: '
|
|
2020
|
+
title: 'Meduza is working for you',
|
|
2021
|
+
subtitle: 'And we need your support',
|
|
2022
|
+
button: 'Okay!',
|
|
2023
2023
|
href: 'https://support.meduza.io/en'
|
|
2024
2024
|
}
|
|
2025
2025
|
};
|