@m4l/components 9.2.60-16062025.beta.1 → 9.2.60-16062025.beta.2
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.
|
@@ -87,7 +87,7 @@ const propertyValueStyles = {
|
|
|
87
87
|
justifyContent: "flex-start",
|
|
88
88
|
alignItems: "center",
|
|
89
89
|
overflow: "hidden",
|
|
90
|
-
height: ownerState?.valueHeight ? ownerState?.valueHeight : "
|
|
90
|
+
height: ownerState?.valueHeight ? ownerState?.valueHeight : "auto",
|
|
91
91
|
...ownerState?.isForm && {
|
|
92
92
|
gap: theme.vars.size.baseSpacings["sp0-5"],
|
|
93
93
|
flexDirection: "column"
|
|
@@ -84,7 +84,8 @@ const accordionStyles = {
|
|
|
84
84
|
* *******************************************************************
|
|
85
85
|
*/
|
|
86
86
|
accordionLabel: ({ theme }) => ({
|
|
87
|
-
color: theme.vars.palette.text.primary
|
|
87
|
+
color: theme.vars.palette.text.primary,
|
|
88
|
+
paddingLeft: theme.vars.size.baseSpacings.sp1
|
|
88
89
|
}),
|
|
89
90
|
/**
|
|
90
91
|
* *************************************************
|
|
@@ -124,8 +124,9 @@ const tabStyles = {
|
|
|
124
124
|
* Slot de Tipografía:
|
|
125
125
|
* - **Estilos Generales**: Configura el color base del texto, aplicando especificidad para clases específicas.
|
|
126
126
|
*/
|
|
127
|
-
tipography: ({ ownerState }) => ({
|
|
127
|
+
tipography: ({ theme, ownerState }) => ({
|
|
128
128
|
cursor: "pointer",
|
|
129
|
+
paddingLeft: theme.vars.size.baseSpacings.sp1,
|
|
129
130
|
...ownerState?.tabSkeleton && {
|
|
130
131
|
width: "32px"
|
|
131
132
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@m4l/components",
|
|
3
|
-
"version": "9.2.60-16062025.beta.
|
|
3
|
+
"version": "9.2.60-16062025.beta.2",
|
|
4
4
|
"license": "UNLICENSED",
|
|
5
5
|
"description": "M4L Components",
|
|
6
6
|
"lint-staged": {
|
|
@@ -11,8 +11,8 @@
|
|
|
11
11
|
"@googlemaps/js-api-loader": "^1.16.6",
|
|
12
12
|
"@hookform/resolvers": "2.9.11",
|
|
13
13
|
"@m4l/core": "^2.0.0",
|
|
14
|
-
"@m4l/graphics": "
|
|
15
|
-
"@m4l/styles": "7.1.29-16062025.beta.
|
|
14
|
+
"@m4l/graphics": "9.2.60-16062025.beta.2",
|
|
15
|
+
"@m4l/styles": "7.1.29-16062025.beta.2",
|
|
16
16
|
"@microlink/react-json-view": "^1.23.3",
|
|
17
17
|
"@mui/lab": "5.0.0-alpha.173",
|
|
18
18
|
"@mui/material": "5.16.7",
|