@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.
@@ -1220,7 +1220,7 @@ var EmbedBlock = function EmbedBlock(_ref) {
1220
1220
 
1221
1221
  var style = {};
1222
1222
  var isProportional = block.data.height && block.data.width;
1223
- var fullWidthProviders = ['youtube', 'vimeo', 'onetv', 'coub', 'facebook_video'];
1223
+ var fullWidthProviders = ['youtube', 'vimeo', 'onetv', 'coub', 'meduza', 'facebook_video'];
1224
1224
  var mobileFullwidth = fullWidthProviders.indexOf(provider) > -1 || block.type === 'dots_on_image';
1225
1225
 
1226
1226
  var renderCC = function renderCC(context) {