@sinco/react 1.1.2-rc.82 → 1.1.2-rc.84
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 +2 -2
- package/package.json +1 -1
package/index.esm.js
CHANGED
|
@@ -13646,7 +13646,7 @@ var ProgressSinco = function ProgressSinco(_ref) {
|
|
|
13646
13646
|
height: "60",
|
|
13647
13647
|
viewBox: "0 0 100 100"
|
|
13648
13648
|
}, React__default.createElement("symbol", {
|
|
13649
|
-
|
|
13649
|
+
className: styles['spinner'],
|
|
13650
13650
|
viewBox: "0 0 91 60"
|
|
13651
13651
|
}, React__default.createElement("path", {
|
|
13652
13652
|
id: styles['path1'],
|
|
@@ -13665,7 +13665,7 @@ var ProgressSinco = function ProgressSinco(_ref) {
|
|
|
13665
13665
|
d: "M35.4515 42.6838L19.1216 59.9965L76.425 60L90.1772 42.6838H35.4515Z",
|
|
13666
13666
|
fill: "#4E91C3"
|
|
13667
13667
|
})), React__default.createElement("use", {
|
|
13668
|
-
xlinkHref: "
|
|
13668
|
+
xlinkHref: ".spinner"
|
|
13669
13669
|
}))), React__default.createElement(Typography$1, {
|
|
13670
13670
|
variant: "body2",
|
|
13671
13671
|
color: 'text.secondary'
|