@meduza/ui-kit-2 0.2.17 → 0.2.19
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 +7 -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 +7 -5
- package/dist/ui-kit-2.esm.js.map +1 -1
- package/dist/ui-kit.css +2970 -2950
- package/package.json +1 -1
- package/src/AnnouncementInText/AnnouncementInText.module.css +30 -7
- package/src/AnnouncementInText/index.tsx +7 -4
|
@@ -2048,7 +2048,7 @@ var DonatesTeaser = function DonatesTeaser(_ref) {
|
|
|
2048
2048
|
}, React__default.createElement("span", null, data[lang].button))));
|
|
2049
2049
|
};
|
|
2050
2050
|
|
|
2051
|
-
var styles$x = {"root":"AnnouncementInText-module_root__3zM9x","body":"AnnouncementInText-module_body__1yI8T","title":"AnnouncementInText-module_title__29CXr","footer":"AnnouncementInText-module_footer__1fyWt","button":"AnnouncementInText-module_button__2dEXa","center":"AnnouncementInText-module_center__3VLl2","isInCard":"AnnouncementInText-module_isInCard__2Xq_I","isInSlide":"AnnouncementInText-module_isInSlide__1PsC2","ru":"AnnouncementInText-module_ru__3vDy7","en":"AnnouncementInText-module_en__1Mgvm"};
|
|
2051
|
+
var styles$x = {"root":"AnnouncementInText-module_root__3zM9x","body":"AnnouncementInText-module_body__1yI8T","title":"AnnouncementInText-module_title__29CXr","footer":"AnnouncementInText-module_footer__1fyWt","button":"AnnouncementInText-module_button__2dEXa","link":"AnnouncementInText-module_link__1GxOy","center":"AnnouncementInText-module_center__3VLl2","isInCard":"AnnouncementInText-module_isInCard__2Xq_I","isInSlide":"AnnouncementInText-module_isInSlide__1PsC2","ru":"AnnouncementInText-module_ru__3vDy7","en":"AnnouncementInText-module_en__1Mgvm"};
|
|
2052
2052
|
|
|
2053
2053
|
var AnnouncementInText = function AnnouncementInText(_ref) {
|
|
2054
2054
|
var styleContext = _ref.styleContext,
|
|
@@ -2065,13 +2065,13 @@ var AnnouncementInText = function AnnouncementInText(_ref) {
|
|
|
2065
2065
|
title: 'Поддержите «Медузу». Сейчас. Это критически важно',
|
|
2066
2066
|
text: 'Мы готовимся к худшему. Из-за войны с Украиной власти могут начать блокировать независимые СМИ в любой момент. В то же время международные санкции в отношении Центробанка и других российских кредитных организаций создают серьезные риски для нашего краудфандинга. Поэтому мы просим вас помочь нашей редакции. Прямо сейчас. Что важно знать: мы независимое издание, мы работаем только в интересах наших читателей, мы не планируем закрываться. Несмотря ни на что. Спасибо вам!',
|
|
2067
2067
|
button: 'Хочу помочь',
|
|
2068
|
-
href: 'https://mdza.io/
|
|
2068
|
+
href: 'https://mdza.io/yiNxPZ7Bs-k'
|
|
2069
2069
|
},
|
|
2070
2070
|
en: {
|
|
2071
|
-
title: 'Meduza needs your support. We need it
|
|
2071
|
+
title: 'Meduza needs your support. We need it now, like never before.',
|
|
2072
2072
|
text: 'We are preparing for the worst. Due to the war with Ukraine, the Russian authorities could begin blocking the country’s independent media at any moment. International sanctions against the Central Bank and other Russian credit organizations are creating serious risks for own crowdfunding. That’s why we’re asking you to support our newsroom. Right now. What you should know: We are an independent publication. We work only in the interests of our readers. We have no plans to close, come hell or high water. Thank you, everyone!',
|
|
2073
2073
|
button: 'I want to help',
|
|
2074
|
-
href: 'https://
|
|
2074
|
+
href: 'https://support.meduza.io/en'
|
|
2075
2075
|
}
|
|
2076
2076
|
};
|
|
2077
2077
|
var localeData = data[lang];
|
|
@@ -2092,10 +2092,12 @@ var AnnouncementInText = function AnnouncementInText(_ref) {
|
|
|
2092
2092
|
})), React__default.createElement("div", {
|
|
2093
2093
|
className: styles$x.footer
|
|
2094
2094
|
}, React__default.createElement("a", {
|
|
2095
|
-
className: styles$x.
|
|
2095
|
+
className: styles$x.link,
|
|
2096
2096
|
href: localeData.href,
|
|
2097
2097
|
target: "_blank",
|
|
2098
2098
|
rel: "noreferrer"
|
|
2099
|
+
}, React__default.createElement("span", null, localeData.button)), React__default.createElement("span", {
|
|
2100
|
+
className: styles$x.button
|
|
2099
2101
|
}, React__default.createElement("span", null, localeData.button))));
|
|
2100
2102
|
};
|
|
2101
2103
|
|