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

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