@meduza/ui-kit-2 0.1.31 → 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 +1 -1
- 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 +1 -1
- package/dist/ui-kit-2.esm.js.map +1 -1
- package/dist/ui-kit.css +730 -730
- package/package.json +1 -1
- package/src/Meta/MetaContainer.tsx +1 -1
|
@@ -1993,7 +1993,7 @@ var MetaContainer = function MetaContainer(_ref) {
|
|
|
1993
1993
|
|
|
1994
1994
|
case 'datetime':
|
|
1995
1995
|
{
|
|
1996
|
-
var format = toCamel(component.format) || 'date';
|
|
1996
|
+
var format = component.format && toCamel(component.format) || 'date';
|
|
1997
1997
|
return React__default.createElement(MetaItem, {
|
|
1998
1998
|
hasSource: hasSource,
|
|
1999
1999
|
bullets: true,
|