@meduza/ui-kit-2 0.1.30 → 0.1.32
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/ui-kit-2.cjs.development.js +3 -2
- 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 -2
- package/dist/ui-kit-2.esm.js.map +1 -1
- package/dist/ui-kit.css +1170 -1170
- package/package.json +1 -1
- package/src/Meta/MetaContainer.tsx +1 -1
- package/src/RelatedRichBlock/index.tsx +5 -2
|
@@ -1757,7 +1757,8 @@ var RelatedRichBlock = function RelatedRichBlock(_ref) {
|
|
|
1757
1757
|
className: styles$s.wrapper
|
|
1758
1758
|
}, React__default.createElement(RelatedBlock, {
|
|
1759
1759
|
block: fallback,
|
|
1760
|
-
trackClick: true
|
|
1760
|
+
trackClick: true,
|
|
1761
|
+
styleContext: styleContext
|
|
1761
1762
|
}));
|
|
1762
1763
|
}
|
|
1763
1764
|
|
|
@@ -1992,7 +1993,7 @@ var MetaContainer = function MetaContainer(_ref) {
|
|
|
1992
1993
|
|
|
1993
1994
|
case 'datetime':
|
|
1994
1995
|
{
|
|
1995
|
-
var format = toCamel(component.format) || 'date';
|
|
1996
|
+
var format = component.format && toCamel(component.format) || 'date';
|
|
1996
1997
|
return React__default.createElement(MetaItem, {
|
|
1997
1998
|
hasSource: hasSource,
|
|
1998
1999
|
bullets: true,
|