@sinco/react 1.1.2-rc.41 → 1.1.2-rc.43

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/index.esm.js +1 -1
  2. package/package.json +1 -1
package/index.esm.js CHANGED
@@ -13245,7 +13245,7 @@ var DefaultIcon = function DefaultIcon(_ref) {
13245
13245
  "data-testid": "empty-state-icon",
13246
13246
  style: iconStyle
13247
13247
  }, React__default.createElement("use", {
13248
- xlinkHref: "".concat(emptyStateIcons, "#").concat(EmptyStateImageUrls[state])
13248
+ href: "".concat(emptyStateIcons, "#").concat(EmptyStateImageUrls[state])
13249
13249
  }));
13250
13250
  };
13251
13251
  var EmptyState = function EmptyState(_ref2) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sinco/react",
3
- "version": "1.1.2-rc.41",
3
+ "version": "1.1.2-rc.43",
4
4
  "description": "package for the configuration of mui react sinco",
5
5
  "private": false,
6
6
  "license": "MIT",