@next-core/brick-kit 2.154.6 → 2.154.8

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.
@@ -14379,7 +14379,7 @@
14379
14379
  var _props$imageStyle;
14380
14380
 
14381
14381
  var illustration = React.useMemo(() => props.illustration && illustrations.getIllustration(props.illustration), [props.illustration]);
14382
- var image = props.illustration ? illustration : /*#__PURE__*/React__default["default"].createElement(EmptySvg, {
14382
+ var image = props.noImage ? null : props.illustration ? illustration : /*#__PURE__*/React__default["default"].createElement(EmptySvg, {
14383
14383
  isBig: props.useBigEmptyImage
14384
14384
  });
14385
14385
  var imageStyle = (_props$imageStyle = props.imageStyle) !== null && _props$imageStyle !== void 0 ? _props$imageStyle : props.useBigEmptyImage ? undefined : {