@meduza/ui-kit-2 0.1.94 → 0.1.95

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.
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.1.94",
2
+ "version": "0.1.95",
3
3
  "license": "MIT",
4
4
  "description": "UIKit for Meduza",
5
5
  "repository": "https://github.com/meduza-corp/ui-kit-2.git",
@@ -361,7 +361,7 @@
361
361
  "id": "15-51cb069a4b41ba245b0db5b47b7a6a4726589fb8f87ce86871c71a999c4f4230"
362
362
  },
363
363
  {
364
- "type": "dotanes",
364
+ "type": "donation",
365
365
  "id": "16-4f353cda18c2baa0c0354bb5f9a3ecbe5ed12ab4d8e11ba873c2f11161202b945"
366
366
  },
367
367
  {
@@ -120,7 +120,7 @@ export const RenderBlocks: React.FC<RenderBlocksProps> = ({
120
120
  case 'grouped':
121
121
  return <GroupedBlock block={block} styleContext={styleContext} />
122
122
 
123
- case 'dotanes':
123
+ case 'donation':
124
124
  return <DonatesTeaser styleContext={styleContext} lang={lang} />
125
125
 
126
126
  case 'material_note':