@sinco/react 1.1.2-rc.74 → 1.1.2-rc.76
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 +3 -1
- package/package.json +1 -1
package/index.esm.js
CHANGED
|
@@ -13604,6 +13604,8 @@ var PageHeader = function PageHeader(_ref2) {
|
|
|
13604
13604
|
}, actions)));
|
|
13605
13605
|
};
|
|
13606
13606
|
|
|
13607
|
+
var spinnerSinco = "data:image/svg+xml,%3Csvg%20width%3D%2291%22%20height%3D%2260%22%20viewBox%3D%220%200%2091%2060%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M16.8395%2059.9966L34.0333%2041.8759L23.6316%2019.7821L0.100342%2019.845L16.8395%2059.9966Z%22%20fill%3D%22%230C4271%22%2F%3E%3Cpath%20d%3D%22M0%2018.1417H54.2501L69.5867%200L13.9796%200.160958L0%2018.1417Z%22%20fill%3D%22%233872A9%22%2F%3E%3Cpath%20d%3D%22M90.177%2041.0402L71.8396%200.0457764L55.4082%2019.2962L65.6909%2041.0332L90.177%2041.0402Z%22%20fill%3D%22%232063A0%22%2F%3E%3Cpath%20d%3D%22M35.4515%2042.6838L19.1216%2059.9965L76.425%2060L90.1772%2042.6838H35.4515Z%22%20fill%3D%22%234E91C3%22%2F%3E%3C%2Fsvg%3E";
|
|
13608
|
+
|
|
13607
13609
|
var ProgressSinco = function ProgressSinco(_ref) {
|
|
13608
13610
|
var time = _ref.time,
|
|
13609
13611
|
_ref$variant = _ref.variant,
|
|
@@ -13640,7 +13642,7 @@ var ProgressSinco = function ProgressSinco(_ref) {
|
|
|
13640
13642
|
height: 60,
|
|
13641
13643
|
justifyContent: 'center'
|
|
13642
13644
|
}, React__default.createElement("img", {
|
|
13643
|
-
src:
|
|
13645
|
+
src: spinnerSinco,
|
|
13644
13646
|
alt: "logo"
|
|
13645
13647
|
})), React__default.createElement(Typography$1, {
|
|
13646
13648
|
variant: "body2",
|