@sinco/react 1.1.2-rc.55 → 1.1.2-rc.56

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.
Files changed (2) hide show
  1. package/index.esm.js +2 -1
  2. package/package.json +1 -1
package/index.esm.js CHANGED
@@ -14677,6 +14677,7 @@ const ProgressSinco = ({
14677
14677
  const {
14678
14678
  progressToast
14679
14679
  } = useProgress(0, timeProgress, false, _lote);
14680
+ const gifProgress = spinnerSinco;
14680
14681
  useEffect(() => {
14681
14682
  if (progressToast >= 100) {
14682
14683
  setShowToast(false);
@@ -14699,7 +14700,7 @@ const ProgressSinco = ({
14699
14700
  height: 60,
14700
14701
  justifyContent: 'center'
14701
14702
  }, /*#__PURE__*/React__default.createElement("img", {
14702
- src: spinnerSinco,
14703
+ src: gifProgress,
14703
14704
  alt: "logo"
14704
14705
  }))), _text && ( /*#__PURE__*/React__default.createElement(Typography$1, {
14705
14706
  variant: "body2",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sinco/react",
3
- "version": "1.1.2-rc.55",
3
+ "version": "1.1.2-rc.56",
4
4
  "description": "package for the configuration of mui react sinco",
5
5
  "private": false,
6
6
  "license": "MIT",