@sinco/react 1.0.10-rc.16 → 1.0.10-rc.17

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 +9 -9
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -15891,14 +15891,7 @@ const stylesDrawerContainer = {
15891
15891
  justifyContent: "space-between",
15892
15892
  width: "530px",
15893
15893
  height: "100%",
15894
- overflow: "hidden",
15895
- fontFamily: "Nunito",
15896
- fontSize: 16,
15897
- fontWeight: 600,
15898
- lineHeight: 1.6,
15899
- '@media(max-width: 885px)': {
15900
- fontSize: 17
15901
- }
15894
+ overflow: "hidden"
15902
15895
  };
15903
15896
  const stylesEncabezado = {
15904
15897
  display: "flex",
@@ -15906,7 +15899,14 @@ const stylesEncabezado = {
15906
15899
  justifyContent: "space-between",
15907
15900
  backgroundColor: "secondary.light",
15908
15901
  py: "12px",
15909
- px: "8px"
15902
+ px: "8px",
15903
+ fontFamily: "Nunito",
15904
+ fontSize: 16,
15905
+ fontWeight: 600,
15906
+ lineHeight: 1.6,
15907
+ '@media(max-width: 885px)': {
15908
+ fontSize: 17
15909
+ }
15910
15910
  };
15911
15911
  const stylesContenido = {
15912
15912
  display: "flex",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sinco/react",
3
- "version": "1.0.10-rc.16",
3
+ "version": "1.0.10-rc.17",
4
4
  "description": "package for the configuration of mui react sinco",
5
5
  "private": false,
6
6
  "license": "MIT",