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

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 CHANGED
@@ -8286,7 +8286,7 @@ var components = {
8286
8286
  },
8287
8287
  ".MuiChip-deleteIconMedium": {
8288
8288
  height: 20,
8289
- widht: 20
8289
+ width: 20
8290
8290
  }
8291
8291
  }
8292
8292
  }
@@ -8317,7 +8317,7 @@ var components = {
8317
8317
  root: {
8318
8318
  fontFamily: "Roboto",
8319
8319
  textTransform: "unset",
8320
- fontWeightLight: 300,
8320
+ fontWeight: 500,
8321
8321
  fontSize: "13px",
8322
8322
  lineHeight: "normal",
8323
8323
  "@media(max-width: 885px)": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sinco/react",
3
- "version": "1.1.2-rc.80",
3
+ "version": "1.1.2-rc.82",
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";