@sinco/react 1.0.10-rc.6 → 1.0.10-rc.7

Sign up to get free protection for your applications and to get access to all the features.
package/index.js CHANGED
@@ -15951,6 +15951,7 @@ const DrawerComponent = ({
15951
15951
  sx: stylesEncabezado,
15952
15952
  children: [jsx(Typography$1, {
15953
15953
  variant: "h6",
15954
+ color: "text.primary",
15954
15955
  children: titulo
15955
15956
  }), jsx(Box$2, {
15956
15957
  children: jsx(IconButton$1, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sinco/react",
3
- "version": "1.0.10-rc.6",
3
+ "version": "1.0.10-rc.7",
4
4
  "description": "package for the configuration of mui react sinco",
5
5
  "private": false,
6
6
  "license": "MIT",
@@ -7,9 +7,4 @@ declare module "@mui/material/styles" {
7
7
  body3?: React.CSSProperties;
8
8
  }
9
9
  }
10
- declare module "@mui/material/Typography" {
11
- interface TypographyPropsVariantOverrides {
12
- body3: true;
13
- }
14
- }
15
10
  export declare const SincoTheme: import("@mui/material/styles").Theme;