@sinco/react 1.1.2-rc.56 → 1.1.2-rc.57
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 +1 -4
- package/package.json +1 -1
- package/6b9c10915ea2b5ed.gif +0 -0
package/index.esm.js
CHANGED
|
@@ -14660,8 +14660,6 @@ const PageHeader = ({
|
|
|
14660
14660
|
}, actions))));
|
|
14661
14661
|
};
|
|
14662
14662
|
|
|
14663
|
-
var spinnerSinco = "6b9c10915ea2b5ed.gif";
|
|
14664
|
-
|
|
14665
14663
|
const ProgressSinco = ({
|
|
14666
14664
|
time,
|
|
14667
14665
|
variant: _variant = 'indeterminate',
|
|
@@ -14677,7 +14675,6 @@ const ProgressSinco = ({
|
|
|
14677
14675
|
const {
|
|
14678
14676
|
progressToast
|
|
14679
14677
|
} = useProgress(0, timeProgress, false, _lote);
|
|
14680
|
-
const gifProgress = spinnerSinco;
|
|
14681
14678
|
useEffect(() => {
|
|
14682
14679
|
if (progressToast >= 100) {
|
|
14683
14680
|
setShowToast(false);
|
|
@@ -14700,7 +14697,7 @@ const ProgressSinco = ({
|
|
|
14700
14697
|
height: 60,
|
|
14701
14698
|
justifyContent: 'center'
|
|
14702
14699
|
}, /*#__PURE__*/React__default.createElement("img", {
|
|
14703
|
-
src:
|
|
14700
|
+
src: "../assets/SpinnerSincoERP.gif",
|
|
14704
14701
|
alt: "logo"
|
|
14705
14702
|
}))), _text && ( /*#__PURE__*/React__default.createElement(Typography$1, {
|
|
14706
14703
|
variant: "body2",
|
package/package.json
CHANGED
package/6b9c10915ea2b5ed.gif
DELETED
|
Binary file
|