@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.
package/dist/index.esm.js
CHANGED
|
@@ -14380,7 +14380,7 @@ function EasyopsEmpty(props) {
|
|
|
14380
14380
|
var _props$imageStyle;
|
|
14381
14381
|
|
|
14382
14382
|
var illustration = useMemo(() => props.illustration && getIllustration(props.illustration), [props.illustration]);
|
|
14383
|
-
var image = props.illustration ? illustration : /*#__PURE__*/React.createElement(EmptySvg, {
|
|
14383
|
+
var image = props.noImage ? null : props.illustration ? illustration : /*#__PURE__*/React.createElement(EmptySvg, {
|
|
14384
14384
|
isBig: props.useBigEmptyImage
|
|
14385
14385
|
});
|
|
14386
14386
|
var imageStyle = (_props$imageStyle = props.imageStyle) !== null && _props$imageStyle !== void 0 ? _props$imageStyle : props.useBigEmptyImage ? undefined : {
|