@meduza/ui-kit-2 0.1.77 → 0.1.89

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.
@@ -10,5 +10,5 @@ export interface MaterialNoteProps {
10
10
  type: string;
11
11
  };
12
12
  styleContext?: string | string[];
13
- lang: 'ru' | 'en';
13
+ lang?: 'ru' | 'en';
14
14
  }
@@ -927,8 +927,8 @@ var DonatesTeaser = function DonatesTeaser(_ref) {
927
927
  href: 'https://support.meduza.io'
928
928
  },
929
929
  en: {
930
- title: 'You read Meduza. You listen to Meduza. You follow Meduza',
931
- subtitle: 'Help save Meduza',
930
+ title: 'You read Meduza. You listen to Meduza. You follow Meduza.',
931
+ subtitle: 'Help save Meduza.',
932
932
  button: 'Pledge today',
933
933
  href: 'https://support.meduza.io/en'
934
934
  }
@@ -2197,7 +2197,7 @@ var RenderBlocks = function RenderBlocks(_ref) {
2197
2197
  case 'material_note':
2198
2198
  return React__default.createElement(MaterialNote, {
2199
2199
  block: block,
2200
- lang: lang,
2200
+ lang: block.lang,
2201
2201
  styleContext: styleContext
2202
2202
  });
2203
2203