@meduza/ui-kit-2 0.8.618 → 0.8.620

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.
@@ -1867,7 +1867,7 @@ const MetaContainer = ({
1867
1867
  });
1868
1868
  }
1869
1869
  const hasSource = !!components.find(item => item.type === 'source_name');
1870
- const classNames = [[styles$s.containerInDynamicBlock, styleContext === 'isInDynamicBlock'], [styles$s.containerInDynamicBlockAndMaterial, styleContext === 'isInDynamicBlock' && type === 'isInMaterial']];
1870
+ const classNames = [[styles$s.containerInDynamicBlock, styleContext === 'isInDynamicBlock' || styleContext.includes('episode')], [styles$s.containerInDynamicBlockAndMaterial, styleContext === 'isInDynamicBlock' && type === 'isInMaterial']];
1871
1871
  return /*#__PURE__*/React.createElement("div", {
1872
1872
  className: makeClassName(classNames)
1873
1873
  }, /*#__PURE__*/React.createElement(Meta, {
@@ -1902,10 +1902,7 @@ const MetaContainer = ({
1902
1902
  hasSource: hasSource,
1903
1903
  bullets: true,
1904
1904
  key: component.id
1905
- }, /*#__PURE__*/React.createElement(React.Fragment, null, styleContext !== 'isInDynamicBlock' && ( /*#__PURE__*/React.createElement(SvgSymbol, {
1906
- icon: "podcast",
1907
- size: "small"
1908
- })), component.text));
1905
+ }, /*#__PURE__*/React.createElement(React.Fragment, null, component.text));
1909
1906
  }
1910
1907
  case 'datetime':
1911
1908
  {