@meduza/ui-kit-2 0.2.20 → 0.2.21

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.
@@ -2062,14 +2062,14 @@ var AnnouncementInText = function AnnouncementInText(_ref) {
2062
2062
 
2063
2063
  var data = {
2064
2064
  ru: {
2065
- title: 'Поддержите «Медузу». Сейчас. Это критически важно',
2066
- text: 'Мы готовимся к худшему. Из-за войны с Украиной власти могут начать блокировать независимые СМИ в любой момент. В то же время международные санкции в отношении Центробанка и других российских кредитных организаций создают серьезные риски для нашего краудфандинга. Поэтому мы просим вас помочь нашей редакции. Прямо сейчас. Что важно знать: мы независимое издание, мы работаем только в интересах наших читателей, мы не планируем закрываться. Несмотря ни на что. Спасибо вам!',
2065
+ title: '«Медуза» заблокирована в России. Мы были к этому готовы — и продолжаем работать. Несмотря ни на что',
2066
+ text: '<p>Нам нужна ваша помощь как никогда. Прямо сейчас. Дальше всем нам будет еще труднее. Мы&nbsp;независимое издание и&nbsp;работаем только в&nbsp;интересах читателей.</p>',
2067
2067
  button: 'Хочу помочь',
2068
2068
  href: 'https://mdza.io/yiNxPZ7Bs-k'
2069
2069
  },
2070
2070
  en: {
2071
- title: 'Meduza needs your support. We need it now, like never before.',
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!',
2071
+ title: 'Meduza has been blocked in Russia. We&nbsp;were ready for this and our work continues, no matter what, but we need your support like never before. ',
2072
+ text: '<p>We need it now. Tomorrow could be too late. We are an independent publication, and we work only in the interests of our readers. Many&nbsp;of&nbsp;our&nbsp;readers in Russia can no longer contribute, so we turn to you, our audience around the world.</p>',
2073
2073
  button: 'I want to help',
2074
2074
  href: 'https://support.meduza.io/en'
2075
2075
  }
@@ -2085,7 +2085,7 @@ var AnnouncementInText = function AnnouncementInText(_ref) {
2085
2085
  dangerouslySetInnerHTML: {
2086
2086
  __html: localeData.title
2087
2087
  }
2088
- }), React__default.createElement("p", {
2088
+ }), React__default.createElement("div", {
2089
2089
  dangerouslySetInnerHTML: {
2090
2090
  __html: localeData.text
2091
2091
  }