@meduza/ui-kit-2 0.8.618 → 0.8.619

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.
@@ -1863,7 +1863,7 @@ const MetaContainer = ({
1863
1863
  });
1864
1864
  }
1865
1865
  const hasSource = !!components.find(item => item.type === 'source_name');
1866
- const classNames = [[styles$s.containerInDynamicBlock, styleContext === 'isInDynamicBlock'], [styles$s.containerInDynamicBlockAndMaterial, styleContext === 'isInDynamicBlock' && type === 'isInMaterial']];
1866
+ const classNames = [[styles$s.containerInDynamicBlock, styleContext === 'isInDynamicBlock' || styleContext.includes('episode')], [styles$s.containerInDynamicBlockAndMaterial, styleContext === 'isInDynamicBlock' && type === 'isInMaterial']];
1867
1867
  return /*#__PURE__*/React.createElement("div", {
1868
1868
  className: makeClassName(classNames)
1869
1869
  }, /*#__PURE__*/React.createElement(Meta, {