@sinco/react 1.1.2-rc.43 → 1.1.2-rc.47
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/index.esm.js +2 -1
- package/package.json +1 -1
package/index.esm.js
CHANGED
|
@@ -13241,11 +13241,12 @@ var DefaultIcon = function DefaultIcon(_ref) {
|
|
|
13241
13241
|
width: '210px',
|
|
13242
13242
|
height: '185px'
|
|
13243
13243
|
} : _ref$iconStyle;
|
|
13244
|
+
var svgPath = "".concat(emptyStateIcons, "#").concat(EmptyStateImageUrls[state]);
|
|
13244
13245
|
return React__default.createElement("svg", {
|
|
13245
13246
|
"data-testid": "empty-state-icon",
|
|
13246
13247
|
style: iconStyle
|
|
13247
13248
|
}, React__default.createElement("use", {
|
|
13248
|
-
|
|
13249
|
+
xlinkHref: svgPath
|
|
13249
13250
|
}));
|
|
13250
13251
|
};
|
|
13251
13252
|
var EmptyState = function EmptyState(_ref2) {
|