@sinco/react 1.1.2-rc.27 → 1.1.2-rc.29

Sign up to get free protection for your applications and to get access to all the features.
package/index.esm.js CHANGED
@@ -9098,7 +9098,8 @@ var typography = {
9098
9098
  fontFamily: 'Nunito',
9099
9099
  fontSize: 16,
9100
9100
  fontWeight: 600,
9101
- lineHeight: 1.6,
9101
+ lineHeight: 1.4,
9102
+ letterSpacing: "0.009rem",
9102
9103
  '@media(max-width: 885px)': {
9103
9104
  fontSize: 17
9104
9105
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sinco/react",
3
- "version": "1.1.2-rc.27",
3
+ "version": "1.1.2-rc.29",
4
4
  "description": "package for the configuration of mui react sinco",
5
5
  "private": false,
6
6
  "license": "MIT",
package/src/module.d.ts CHANGED
@@ -5,7 +5,7 @@ import "@mui/material/Checkbox";
5
5
  import "@mui/material/styles";
6
6
  declare module '@mui/material/styles' {
7
7
  interface TypographyVariants {
8
- body3: React.CSSProperties;
8
+ body3?: React.CSSProperties;
9
9
  }
10
10
  interface TypographyVariantsOptions {
11
11
  body3?: React.CSSProperties;
@@ -18,12 +18,12 @@ declare module '@mui/material/Typography' {
18
18
  }
19
19
  declare module "@mui/material/Radio" {
20
20
  interface RadioPropsSizeOverrides {
21
- large: true;
21
+ large?: true;
22
22
  }
23
23
  }
24
24
  declare module "@mui/material/Checkbox" {
25
25
  interface CheckboxPropsSizeOverrides {
26
- large: true;
26
+ large?: true;
27
27
  }
28
28
  }
29
29
  declare module "@mui/material/styles" {