@meduza/ui-kit-2 0.1.56 → 0.1.58

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.
@@ -1062,6 +1062,7 @@ var Timestamp = function Timestamp(_ref) {
1062
1062
  }
1063
1063
 
1064
1064
  return React.createElement("time", {
1065
+ suppressHydrationWarning: true,
1065
1066
  "data-testid": "timestamp",
1066
1067
  className: styles$g.root
1067
1068
  }, published);
@@ -1219,7 +1220,7 @@ var EmbedBlock = function EmbedBlock(_ref) {
1219
1220
 
1220
1221
  var style = {};
1221
1222
  var isProportional = block.data.height && block.data.width;
1222
- var fullWidthProviders = ['youtube', 'vimeo', 'onetv', 'coub', 'facebook_video'];
1223
+ var fullWidthProviders = ['youtube', 'vimeo', 'onetv', 'coub', 'meduza', 'facebook_video'];
1223
1224
  var mobileFullwidth = fullWidthProviders.indexOf(provider) > -1 || block.type === 'dots_on_image';
1224
1225
 
1225
1226
  var renderCC = function renderCC(context) {