@sinco/react 1.0.10-rc.18 → 1.0.10-rc.19

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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -15948,7 +15948,7 @@ const DrawerComponent = ({
15948
15948
  sx: stylesEncabezado,
15949
15949
  children: [jsx(Typography$1, {
15950
15950
  variant: "h6",
15951
- component: "h6",
15951
+ component: "div",
15952
15952
  color: "text.primary",
15953
15953
  children: titulo
15954
15954
  }), jsx(Box$2, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sinco/react",
3
- "version": "1.0.10-rc.18",
3
+ "version": "1.0.10-rc.19",
4
4
  "description": "package for the configuration of mui react sinco",
5
5
  "private": false,
6
6
  "license": "MIT",