@sinco/react 1.1.2-rc.81 → 1.1.2-rc.83

Sign up to get free protection for your applications and to get access to all the features.
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
+ id: styles['spinner'],
13650
13650
  viewBox: "0 0 91 60"
13651
13651
  }, React__default.createElement("path", {
13652
13652
  id: styles['path1'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sinco/react",
3
- "version": "1.1.2-rc.81",
3
+ "version": "1.1.2-rc.83",
4
4
  "description": "package for the configuration of mui react sinco",
5
5
  "private": false,
6
6
  "license": "MIT",
package/src/index.d.ts CHANGED
@@ -3,3 +3,4 @@ export * from './lib/Components';
3
3
  export * from './lib/Hooks';
4
4
  export * from './lib/Utils';
5
5
  export * from './module';
6
+ export * from "./react.module.css";