@m4l/styles 7.1.8 → 7.1.10

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@m4l/styles",
3
- "version": "7.1.8",
3
+ "version": "7.1.10",
4
4
  "license": "UNLICENSED",
5
5
  "author": "m4l team",
6
6
  "publishConfig": {
@@ -64,7 +64,7 @@ const c = {
64
64
  errorOpacity: {
65
65
  contrastText: e.onyx[20],
66
66
  // Comprobado
67
- semanticText: e.flameRed[70],
67
+ semanticText: e.flameRed[80],
68
68
  // Comprobado
69
69
  backgroundColor: o.flame[30],
70
70
  // Comprobado
@@ -125,7 +125,7 @@ const c = {
125
125
  default: {
126
126
  contrastText: e.marbleLight[10],
127
127
  // Comprobado
128
- semanticText: e.mint[20],
128
+ semanticText: e.oxford[10],
129
129
  // Comprobado
130
130
  backgroundColor: e.oxford[40],
131
131
  // Comprobado
@@ -149,7 +149,7 @@ const c = {
149
149
  warning: {
150
150
  contrastText: e.onyx[20],
151
151
  // Comprobado
152
- semanticText: e.middleYellow[70],
152
+ semanticText: e.middleYellow[30],
153
153
  // Comprobado
154
154
  backgroundColor: e.middleYellow[40],
155
155
  // Comprobado
@@ -173,7 +173,7 @@ const c = {
173
173
  error: {
174
174
  contrastText: e.marbleLight[30],
175
175
  // Comprobado
176
- semanticText: e.flameRed[70],
176
+ semanticText: e.flameRed[20],
177
177
  // Comprobado
178
178
  backgroundColor: e.flameRed[40],
179
179
  // Comprobado
@@ -185,7 +185,7 @@ const c = {
185
185
  errorOpacity: {
186
186
  contrastText: e.marbleLight[30],
187
187
  // Comprobado
188
- semanticText: e.flameRed[50],
188
+ semanticText: e.flameRed[20],
189
189
  // Comprobado
190
190
  backgroundColor: o.flame[40],
191
191
  // Comprobado
@@ -197,7 +197,7 @@ const c = {
197
197
  success: {
198
198
  contrastText: e.marbleLight[30],
199
199
  // Comprobado
200
- semanticText: e.acidGreen[70],
200
+ semanticText: e.acidGreen[20],
201
201
  // Comprobado
202
202
  backgroundColor: e.acidGreen[50],
203
203
  // Comprobado
@@ -209,7 +209,7 @@ const c = {
209
209
  successOpacity: {
210
210
  contrastText: e.marbleLight[30],
211
211
  // Comprobado
212
- semanticText: e.acidGreen[50],
212
+ semanticText: e.acidGreen[20],
213
213
  // Comprobado
214
214
  backgroundColor: o.acid[20],
215
215
  // Comprobado
@@ -221,7 +221,7 @@ const c = {
221
221
  info: {
222
222
  contrastText: e.marbleLight[30],
223
223
  // Comprobado
224
- semanticText: e.crayonBlue[50],
224
+ semanticText: e.crayonBlue[20],
225
225
  // Comprobado
226
226
  backgroundColor: e.crayonBlue[50],
227
227
  // Comprobado
@@ -340,15 +340,15 @@ const F = {
340
340
  // Comprobado
341
341
  10: "#F7F8F9",
342
342
  // Comprobado
343
- 20: "#DCDFE4",
343
+ 20: "#E8EAED",
344
344
  // Comprobado
345
- 30: "#A7ADB8",
345
+ 30: "#D0D4DD",
346
346
  // Comprobado
347
347
  40: "#9EB1C7",
348
348
  // Comprobado
349
349
  50: "#8E9DB4",
350
350
  // Comprobado
351
- 60: "#626F86",
351
+ 60: "#7887A1",
352
352
  // Comprobado
353
353
  70: "#44546F",
354
354
  // Comprobado
@@ -1,21 +1,21 @@
1
1
  import { B as t } from "./baseOpacityColors.js";
2
2
  import { B as i } from "./baseColors.js";
3
3
  const a = {
4
- enabledLight: i.oxford[50],
4
+ enabledLight: i.oxford[20],
5
5
  // Comprobado
6
- enabledDark: i.oxford[50],
6
+ enabledDark: i.onyx[30],
7
7
  // Comprobado
8
- hoverLight: i.oxford[40],
8
+ hoverLight: i.oxford[10],
9
9
  // Comprobado
10
- hoverDark: i.oxford[40],
10
+ hoverDark: i.onyx[10],
11
11
  // Comprobado
12
- activeLight: i.oxford[60],
12
+ activeLight: i.oxford[30],
13
13
  // Comprobado
14
- activeDark: i.oxford[60],
14
+ activeDark: i.onyx[40],
15
15
  // Comprobado
16
- focusLight: i.oxford[70],
16
+ focusLight: i.oxford[40],
17
17
  // Comprobado
18
- focusDark: i.oxford[70],
18
+ focusDark: i.oxford[50],
19
19
  // Comprobado
20
20
  enabledOpacityLight: t.oxford[20],
21
21
  // Comprobado
@@ -18,9 +18,9 @@ const a = {
18
18
  // comprobado,
19
19
  activeDark: t.patronusBlue[70],
20
20
  // comprobado,
21
- focusLight: t.patronusBlue[80],
21
+ focusLight: t.patronusBlue[50],
22
22
  // comprobado,
23
- focusDark: t.patronusBlue[80],
23
+ focusDark: t.patronusBlue[50],
24
24
  // comprobado,
25
25
  enabledOpacityLight: e.patronus[20],
26
26
  // comprobado
@@ -86,9 +86,9 @@ const a = {
86
86
  // comprobado,
87
87
  activeDark: t.turquiBlue[70],
88
88
  // comprobado,
89
- focusLight: t.turquiBlue[80],
89
+ focusLight: t.turquiBlue[50],
90
90
  // comprobado,
91
- focusDark: t.turquiBlue[80],
91
+ focusDark: t.turquiBlue[50],
92
92
  // comprobado,
93
93
  enabledOpacityLight: e.turqui[20],
94
94
  // comprobado
@@ -154,9 +154,9 @@ const a = {
154
154
  // comprobado,
155
155
  activeDark: t.brown[70],
156
156
  // comprobado,
157
- focusLight: t.brown[80],
157
+ focusLight: t.brown[50],
158
158
  // comprobado,
159
- focusDark: t.brown[80],
159
+ focusDark: t.brown[50],
160
160
  // comprobado,
161
161
  enabledOpacityLight: e.brown[20],
162
162
  // comprobado
@@ -222,9 +222,9 @@ const a = {
222
222
  // comprobado,
223
223
  activeDark: t.blazeOrange[70],
224
224
  // comprobado,
225
- focusLight: t.blazeOrange[80],
225
+ focusLight: t.blazeOrange[50],
226
226
  // comprobado,
227
- focusDark: t.blazeOrange[80],
227
+ focusDark: t.blazeOrange[50],
228
228
  // comprobado,
229
229
  enabledOpacityLight: e.blaze[20],
230
230
  // comprobado
@@ -290,9 +290,9 @@ const a = {
290
290
  // comprobado,
291
291
  activeDark: t.grassGreen[70],
292
292
  // comprobado,
293
- focusLight: t.grassGreen[80],
293
+ focusLight: t.grassGreen[50],
294
294
  // comprobado,
295
- focusDark: t.grassGreen[80],
295
+ focusDark: t.grassGreen[50],
296
296
  // comprobado,
297
297
  enabledOpacityLight: e.grass[20],
298
298
  // comprobado
@@ -1,4 +1,4 @@
1
- import { Shadows } from '@mui/material/styles/shadows';
1
+ import { Shadows } from '@mui/material/styles';
2
2
  export interface CustomShadowOptions {
3
3
  z1: string;
4
4
  z2: string;