@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.
- package/dist/ui-kit-2.cjs.development.js +1 -1
- package/dist/ui-kit-2.cjs.development.js.map +1 -1
- package/dist/ui-kit-2.cjs.production.min.js +1 -1
- package/dist/ui-kit-2.cjs.production.min.js.map +1 -1
- package/dist/ui-kit-2.esm.js +1 -1
- package/dist/ui-kit-2.esm.js.map +1 -1
- package/dist/ui-kit-game.css +1 -0
- package/dist/ui-kit.css +1 -0
- package/package.json +1 -1
- package/src/Meta/Meta.module.css +1 -0
- package/src/Meta/MetaContainer.tsx +4 -1
|
@@ -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, {
|