@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.
- package/dist/MaterialNote/MaterialNote.types.d.ts +1 -1
- package/dist/ui-kit-2.cjs.development.js +3 -3
- package/dist/ui-kit-2.cjs.development.js.map +1 -1
- package/dist/ui-kit-2.cjs.production.min.js +1 -1
- package/dist/ui-kit-2.cjs.production.min.js.map +1 -1
- package/dist/ui-kit-2.esm.js +3 -3
- package/dist/ui-kit-2.esm.js.map +1 -1
- package/dist/ui-kit.css +2356 -2356
- package/package.json +1 -1
- package/src/DonatesTeaser/index.tsx +2 -2
- package/src/MaterialNote/MaterialNote.types.ts +1 -1
- package/src/RenderBlocks/index.tsx +5 -1
package/dist/ui-kit-2.esm.js
CHANGED
|
@@ -920,8 +920,8 @@ var DonatesTeaser = function DonatesTeaser(_ref) {
|
|
|
920
920
|
href: 'https://support.meduza.io'
|
|
921
921
|
},
|
|
922
922
|
en: {
|
|
923
|
-
title: 'You read Meduza. You listen to Meduza. You follow Meduza',
|
|
924
|
-
subtitle: 'Help save Meduza',
|
|
923
|
+
title: 'You read Meduza. You listen to Meduza. You follow Meduza.',
|
|
924
|
+
subtitle: 'Help save Meduza.',
|
|
925
925
|
button: 'Pledge today',
|
|
926
926
|
href: 'https://support.meduza.io/en'
|
|
927
927
|
}
|
|
@@ -2190,7 +2190,7 @@ var RenderBlocks = function RenderBlocks(_ref) {
|
|
|
2190
2190
|
case 'material_note':
|
|
2191
2191
|
return React.createElement(MaterialNote, {
|
|
2192
2192
|
block: block,
|
|
2193
|
-
lang: lang,
|
|
2193
|
+
lang: block.lang,
|
|
2194
2194
|
styleContext: styleContext
|
|
2195
2195
|
});
|
|
2196
2196
|
|