@meduza/ui-kit-2 0.8.701 → 0.8.703

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.
@@ -1192,7 +1192,7 @@ const EmbedBlock = ({
1192
1192
  return /*#__PURE__*/React.createElement("div", {
1193
1193
  className: styles$r.object
1194
1194
  }, /*#__PURE__*/React.createElement("div", {
1195
- className: styles$r.wrapper,
1195
+ className: makeClassName([[styles$r.wrapper, true], [styles$r.isYoutube, provider === 'youtube' && isProportional]]),
1196
1196
  style: style
1197
1197
  }, /*#__PURE__*/React.createElement(DangerousHTML, {
1198
1198
  className: styles$r.objectWrap,