@meduza/ui-kit-2 0.2.8 → 0.2.9

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.
@@ -2011,15 +2011,15 @@ var DonatesTeaser = function DonatesTeaser(_ref) {
2011
2011
 
2012
2012
  var data = {
2013
2013
  ru: {
2014
- title: 'Успеть сделать важное дело:<br/>Поддержать «Медузу» — ',
2015
- // subtitle: 'Нам нужна ваша поддержка',
2016
- button: 'Бегу!',
2014
+ title: '«Медуза» работает для вас',
2015
+ subtitle: 'Нам нужна ваша поддержка',
2016
+ button: 'Да!',
2017
2017
  href: 'https://support.meduza.io'
2018
2018
  },
2019
2019
  en: {
2020
- title: 'There’s still time for a good deed&nbsp;in&nbsp;2021!<br/>Support Meduza ',
2021
- // subtitle: 'And we need your support',
2022
- button: 'Donate',
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
  };
@@ -2034,6 +2034,11 @@ var DonatesTeaser = function DonatesTeaser(_ref) {
2034
2034
  dangerouslySetInnerHTML: {
2035
2035
  __html: data[lang].title
2036
2036
  }
2037
+ }), " ", React__default.createElement("span", {
2038
+ className: styles$w.text,
2039
+ dangerouslySetInnerHTML: {
2040
+ __html: data[lang].subtitle
2041
+ }
2037
2042
  }))), React__default.createElement("div", {
2038
2043
  className: styles$w.cta
2039
2044
  }, React__default.createElement("a", {
@@ -2059,15 +2064,15 @@ var AnnouncementInText = function AnnouncementInText(_ref) {
2059
2064
 
2060
2065
  var data = {
2061
2066
  ru: {
2062
- title: 'Подарите себе «Медузу»',
2063
- text: 'В&nbsp;2021 году &laquo;Медуза&raquo; смогла выжить&nbsp;&mdash; благодаря читателям. Но&nbsp;нам по-прежнему нужна поддержка. Один раз или регулярно, маленькая сумма или большая&nbsp;&mdash; любая помощь критически важна. В&nbsp;2022-м наша редакция может рассчитывать только на&nbsp;вас. А&nbsp;вы&nbsp;знаете, что делать.',
2064
- button: 'О да, я знаю!',
2067
+ title: '&laquo;Медузе&raquo; нужна ваша помощь. Прямо сейчас',
2068
+ text: 'Каждый день наша редакция продолжает работать&nbsp;&mdash; вопреки давлению государства и&nbsp;только благодаря вам. Спасибо вам огромное! Это очень воодушевляет. &laquo;Медузе&raquo; по-прежнему нужна ваша помощь. Пожалуйста, поддержите нас.',
2069
+ button: 'Жму на кнопку!',
2065
2070
  href: 'https://mdza.io/FNtRa28cc1o'
2066
2071
  },
2067
2072
  en: {
2068
- title: 'This holiday season, make Meduza your gift to&nbsp;yourself',
2069
- text: 'Meduza survived 2021 thanks to readers like&nbsp;you. To make it through another year, we need your continued support. One-time contributions and especially recurring donations will sustain Meduza’s work in 2022. Whatever you can give, your help is critical. The future of our newsroom is in your hands. You know what to do.',
2070
- button: 'Lets do this!',
2073
+ title: 'Meduza needs your help right now.',
2074
+ 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.',
2075
+ button: 'Ill pitch in!',
2071
2076
  href: 'https://mdza.io/c-m1LRBgwEA'
2072
2077
  }
2073
2078
  };