@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.
@@ -1069,6 +1069,7 @@ var Timestamp = function Timestamp(_ref) {
1069
1069
  }
1070
1070
 
1071
1071
  return React__default.createElement("time", {
1072
+ suppressHydrationWarning: true,
1072
1073
  "data-testid": "timestamp",
1073
1074
  className: styles$g.root
1074
1075
  }, published);
@@ -1226,7 +1227,7 @@ var EmbedBlock = function EmbedBlock(_ref) {
1226
1227
 
1227
1228
  var style = {};
1228
1229
  var isProportional = block.data.height && block.data.width;
1229
- var fullWidthProviders = ['youtube', 'vimeo', 'onetv', 'coub', 'facebook_video'];
1230
+ var fullWidthProviders = ['youtube', 'vimeo', 'onetv', 'coub', 'meduza', 'facebook_video'];
1230
1231
  var mobileFullwidth = fullWidthProviders.indexOf(provider) > -1 || block.type === 'dots_on_image';
1231
1232
 
1232
1233
  var renderCC = function renderCC(context) {