@meduza/ui-kit-2 0.2.8 → 0.2.9-g

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.
@@ -2004,15 +2004,15 @@ var DonatesTeaser = function DonatesTeaser(_ref) {
2004
2004
 
2005
2005
  var data = {
2006
2006
  ru: {
2007
- title: 'Успеть сделать важное дело:<br/>Поддержать «Медузу» — ',
2008
- // subtitle: 'Нам нужна ваша поддержка',
2009
- button: 'Бегу!',
2007
+ title: '«Медуза» работает для вас',
2008
+ subtitle: 'Нам нужна ваша поддержка',
2009
+ button: 'Да!',
2010
2010
  href: 'https://support.meduza.io'
2011
2011
  },
2012
2012
  en: {
2013
- title: 'There’s still time for a good deed&nbsp;in&nbsp;2021!<br/>Support Meduza ',
2014
- // subtitle: 'And we need your support',
2015
- button: 'Donate',
2013
+ title: 'Meduza is working for you',
2014
+ subtitle: 'And we need your support',
2015
+ button: 'Okay!',
2016
2016
  href: 'https://support.meduza.io/en'
2017
2017
  }
2018
2018
  };
@@ -2027,6 +2027,11 @@ var DonatesTeaser = function DonatesTeaser(_ref) {
2027
2027
  dangerouslySetInnerHTML: {
2028
2028
  __html: data[lang].title
2029
2029
  }
2030
+ }), " ", React.createElement("span", {
2031
+ className: styles$w.text,
2032
+ dangerouslySetInnerHTML: {
2033
+ __html: data[lang].subtitle
2034
+ }
2030
2035
  }))), React.createElement("div", {
2031
2036
  className: styles$w.cta
2032
2037
  }, React.createElement("a", {
@@ -2052,15 +2057,15 @@ var AnnouncementInText = function AnnouncementInText(_ref) {
2052
2057
 
2053
2058
  var data = {
2054
2059
  ru: {
2055
- title: 'Подарите себе «Медузу»',
2056
- text: 'В&nbsp;2021 году &laquo;Медуза&raquo; смогла выжить&nbsp;&mdash; благодаря читателям. Но&nbsp;нам по-прежнему нужна поддержка. Один раз или регулярно, маленькая сумма или большая&nbsp;&mdash; любая помощь критически важна. В&nbsp;2022-м наша редакция может рассчитывать только на&nbsp;вас. А&nbsp;вы&nbsp;знаете, что делать.',
2057
- button: 'О да, я знаю!',
2060
+ title: '&laquo;Медузе&raquo; нужна ваша помощь. Прямо сейчас',
2061
+ text: 'Каждый день наша редакция продолжает работать&nbsp;&mdash; вопреки давлению государства и&nbsp;только благодаря вам. Спасибо вам огромное! Это очень воодушевляет. &laquo;Медузе&raquo; по-прежнему нужна ваша помощь. Пожалуйста, поддержите нас.',
2062
+ button: 'Жму на кнопку!',
2058
2063
  href: 'https://mdza.io/FNtRa28cc1o'
2059
2064
  },
2060
2065
  en: {
2061
- title: 'This holiday season, make Meduza your gift to&nbsp;yourself',
2062
- 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.',
2063
- button: 'Lets do this!',
2066
+ title: 'Meduza needs your help right now.',
2067
+ 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.',
2068
+ button: 'Ill pitch in!',
2064
2069
  href: 'https://mdza.io/c-m1LRBgwEA'
2065
2070
  }
2066
2071
  };