@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.
- package/6b9c10915ea2b5ed.gif +0 -0
- package/index.esm.js +6 -1
- package/package.json +1 -1
|
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:
|
|
14705
|
+
src: progressGif.gif,
|
|
14701
14706
|
alt: "logo"
|
|
14702
14707
|
}))), _text && ( /*#__PURE__*/React__default.createElement(Typography$1, {
|
|
14703
14708
|
variant: "body2",
|