@sinco/react 1.1.2-rc.67 → 1.1.2-rc.68

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 CHANGED
@@ -14643,8 +14643,6 @@ const PageHeader = ({
14643
14643
  }, actions))));
14644
14644
  };
14645
14645
 
14646
- var IconSvg = "9bbea60ac8f56ee6.svg";
14647
-
14648
14646
  const FontIcons = ({
14649
14647
  iconName: _iconName = 'sinco-document-check',
14650
14648
  size: _size = 'medium'
@@ -14655,7 +14653,7 @@ const FontIcons = ({
14655
14653
  height: _size === 'small' ? 50 : _size === 'medium' ? 100 : _size === 'large' ? 200 : 50
14656
14654
  }
14657
14655
  }, /*#__PURE__*/React__default.createElement("use", {
14658
- xlinkHref: `${IconSvg}#${_iconName}`
14656
+ xlinkHref: `../assets/FontIcons.svg#${_iconName}`
14659
14657
  })));
14660
14658
  };
14661
14659
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sinco/react",
3
- "version": "1.1.2-rc.67",
3
+ "version": "1.1.2-rc.68",
4
4
  "description": "package for the configuration of mui react sinco",
5
5
  "private": false,
6
6
  "license": "MIT",