@sinco/react 1.1.2-rc.57 → 1.1.2-rc.58

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.
Binary file
package/index.esm.js CHANGED
@@ -14660,6 +14660,11 @@ const PageHeader = ({
14660
14660
  }, actions))));
14661
14661
  };
14662
14662
 
14663
+ var spinnerSinco = "6b9c10915ea2b5ed.gif";
14664
+
14665
+ const progressGif = {
14666
+ gif: spinnerSinco
14667
+ };
14663
14668
  const ProgressSinco = ({
14664
14669
  time,
14665
14670
  variant: _variant = 'indeterminate',
@@ -14697,7 +14702,7 @@ const ProgressSinco = ({
14697
14702
  height: 60,
14698
14703
  justifyContent: 'center'
14699
14704
  }, /*#__PURE__*/React__default.createElement("img", {
14700
- src: "../assets/SpinnerSincoERP.gif",
14705
+ src: progressGif.gif,
14701
14706
  alt: "logo"
14702
14707
  }))), _text && ( /*#__PURE__*/React__default.createElement(Typography$1, {
14703
14708
  variant: "body2",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sinco/react",
3
- "version": "1.1.2-rc.57",
3
+ "version": "1.1.2-rc.58",
4
4
  "description": "package for the configuration of mui react sinco",
5
5
  "private": false,
6
6
  "license": "MIT",