@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.
@@ -2055,14 +2055,14 @@ var AnnouncementInText = function AnnouncementInText(_ref) {
2055
2055
 
2056
2056
  var data = {
2057
2057
  ru: {
2058
- title: 'Поддержите «Медузу». Сейчас. Это критически важно',
2059
- text: 'Мы готовимся к худшему. Из-за войны с Украиной власти могут начать блокировать независимые СМИ в любой момент. В то же время международные санкции в отношении Центробанка и других российских кредитных организаций создают серьезные риски для нашего краудфандинга. Поэтому мы просим вас помочь нашей редакции. Прямо сейчас. Что важно знать: мы независимое издание, мы работаем только в интересах наших читателей, мы не планируем закрываться. Несмотря ни на что. Спасибо вам!',
2058
+ title: '«Медуза» заблокирована в России. Мы были к этому готовы — и продолжаем работать. Несмотря ни на что',
2059
+ text: '<p>Нам нужна ваша помощь как никогда. Прямо сейчас. Дальше всем нам будет еще труднее. Мы&nbsp;независимое издание и&nbsp;работаем только в&nbsp;интересах читателей.</p>',
2060
2060
  button: 'Хочу помочь',
2061
2061
  href: 'https://mdza.io/yiNxPZ7Bs-k'
2062
2062
  },
2063
2063
  en: {
2064
- title: 'Meduza needs your support. We need it now, like never before.',
2065
- 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!',
2064
+ 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. ',
2065
+ 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>',
2066
2066
  button: 'I want to help',
2067
2067
  href: 'https://support.meduza.io/en'
2068
2068
  }
@@ -2078,7 +2078,7 @@ var AnnouncementInText = function AnnouncementInText(_ref) {
2078
2078
  dangerouslySetInnerHTML: {
2079
2079
  __html: localeData.title
2080
2080
  }
2081
- }), React.createElement("p", {
2081
+ }), React.createElement("div", {
2082
2082
  dangerouslySetInnerHTML: {
2083
2083
  __html: localeData.text
2084
2084
  }