@sinco/react 1.0.10-rc.6 → 1.0.10-rc.7
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.js +1 -0
- package/package.json +1 -1
- package/src/lib/Theme/index.d.ts +0 -5
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
package/src/lib/Theme/index.d.ts
CHANGED
|
@@ -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;
|