@sinco/react 1.1.2-rc.95 → 1.1.2-rc.96
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.css +4 -4
- package/index.esm.js +4 -4
- package/package.json +1 -1
package/index.esm.css
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
#
|
|
1
|
+
#react-module_path1__lkcOa {
|
|
2
2
|
animation: react-module_spin__OwXny 3s linear infinite;
|
|
3
3
|
}
|
|
4
4
|
|
|
5
|
-
#
|
|
5
|
+
#react-module_path2__2EGp6 {
|
|
6
6
|
animation: react-module_spin__OwXny 3s linear infinite 0.2s;
|
|
7
7
|
}
|
|
8
8
|
|
|
9
|
-
#
|
|
9
|
+
#react-module_path3__ten1m {
|
|
10
10
|
animation: react-module_spin__OwXny 3s linear infinite 0.7s;
|
|
11
11
|
}
|
|
12
12
|
|
|
13
|
-
#
|
|
13
|
+
#react-module_path4__Hbv4b {
|
|
14
14
|
animation: react-module_spin__OwXny 3s linear infinite 1.2s;
|
|
15
15
|
}
|
|
16
16
|
|
package/index.esm.js
CHANGED
|
@@ -14453,19 +14453,19 @@ var ProgressSinco = function ProgressSinco(_ref) {
|
|
|
14453
14453
|
id: "spinner",
|
|
14454
14454
|
viewBox: "0 0 91 60"
|
|
14455
14455
|
}, React__default.createElement("path", {
|
|
14456
|
-
id: "
|
|
14456
|
+
id: "path1",
|
|
14457
14457
|
d: "M16.8395 59.9966L34.0333 41.8759L23.6316 19.7821L0.100342 19.845L16.8395 59.9966Z",
|
|
14458
14458
|
fill: "#0C4271"
|
|
14459
14459
|
}), React__default.createElement("path", {
|
|
14460
|
-
id: "
|
|
14460
|
+
id: "path2",
|
|
14461
14461
|
d: "M0 18.1417H54.2501L69.5867 0L13.9796 0.160958L0 18.1417Z",
|
|
14462
14462
|
fill: "#3872A9"
|
|
14463
14463
|
}), React__default.createElement("path", {
|
|
14464
|
-
id: "
|
|
14464
|
+
id: "path3",
|
|
14465
14465
|
d: "M90.177 41.0402L71.8396 0.0457764L55.4082 19.2962L65.6909 41.0332L90.177 41.0402Z",
|
|
14466
14466
|
fill: "#2063A0"
|
|
14467
14467
|
}), React__default.createElement("path", {
|
|
14468
|
-
id: "
|
|
14468
|
+
id: "path4",
|
|
14469
14469
|
d: "M35.4515 42.6838L19.1216 59.9965L76.425 60L90.1772 42.6838H35.4515Z",
|
|
14470
14470
|
fill: "#4E91C3"
|
|
14471
14471
|
})), React__default.createElement("use", {
|