@meduza/ui-kit-2 0.1.57 → 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.
@@ -1227,7 +1227,7 @@ var EmbedBlock = function EmbedBlock(_ref) {
1227
1227
 
1228
1228
  var style = {};
1229
1229
  var isProportional = block.data.height && block.data.width;
1230
- var fullWidthProviders = ['youtube', 'vimeo', 'onetv', 'coub', 'facebook_video'];
1230
+ var fullWidthProviders = ['youtube', 'vimeo', 'onetv', 'coub', 'meduza', 'facebook_video'];
1231
1231
  var mobileFullwidth = fullWidthProviders.indexOf(provider) > -1 || block.type === 'dots_on_image';
1232
1232
 
1233
1233
  var renderCC = function renderCC(context) {