@meduza/ui-kit-2 0.9.1 → 0.9.2

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.
@@ -1188,7 +1188,7 @@ const EmbedBlock = ({
1188
1188
  return /*#__PURE__*/React.createElement("div", {
1189
1189
  className: styles$r.object
1190
1190
  }, /*#__PURE__*/React.createElement("div", {
1191
- className: styles$r.wrapper,
1191
+ className: makeClassName([[styles$r.wrapper, true], [styles$r.isProportional, isProportional]]),
1192
1192
  style: style
1193
1193
  }, /*#__PURE__*/React.createElement(DangerousHTML, {
1194
1194
  className: styles$r.objectWrap,