@sinco/react 1.1.2-rc.82 → 1.1.2-rc.84

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/index.esm.js +2 -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
- id: "spinner",
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: "#spinner"
13668
+ xlinkHref: ".spinner"
13669
13669
  }))), React__default.createElement(Typography$1, {
13670
13670
  variant: "body2",
13671
13671
  color: 'text.secondary'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sinco/react",
3
- "version": "1.1.2-rc.82",
3
+ "version": "1.1.2-rc.84",
4
4
  "description": "package for the configuration of mui react sinco",
5
5
  "private": false,
6
6
  "license": "MIT",