@m4l/styles 7.1.7 → 7.1.8

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.
@@ -1,295 +1,555 @@
1
- import { B as a } from "./baseColors.js";
2
- import { B as i } from "./baseOpacityColors.js";
3
- const t = {
1
+ import { B as t } from "./baseColors.js";
2
+ import { B as e } from "./baseOpacityColors.js";
3
+ const a = {
4
4
  patronus: {
5
- main: a.patronusBlue[50],
6
- lighter: a.patronusBlue[70],
7
- light: a.patronusBlue[40],
8
- dark: a.patronusBlue[30],
9
- darker: a.patronusBlue[10],
10
- contrastText: a.marbleLight[30],
5
+ enabledLight: t.patronusBlue[50],
6
+ // comprobado
7
+ enabledDark: t.patronusBlue[50],
8
+ // comprobado
9
+ hoverLight: t.patronusBlue[40],
10
+ // comprobado,
11
+ hoverDark: t.patronusBlue[40],
12
+ // comprobado,
13
+ selectedLight: t.patronusBlue[60],
14
+ // comprobado,
15
+ selectedDark: t.patronusBlue[60],
16
+ // comprobado,
17
+ activeLight: t.patronusBlue[70],
18
+ // comprobado,
19
+ activeDark: t.patronusBlue[70],
20
+ // comprobado,
21
+ focusLight: t.patronusBlue[80],
22
+ // comprobado,
23
+ focusDark: t.patronusBlue[80],
24
+ // comprobado,
25
+ enabledOpacityLight: e.patronus[20],
26
+ // comprobado
27
+ enabledOpacityDark: e.patronus[20],
28
+ // comprobado,
29
+ hoverOpacityLight: e.patronus[10],
30
+ // comprobado,
31
+ hoverOpacityDark: e.patronus[10],
32
+ // comprobado,
33
+ selectedOpacityLight: e.patronus[30],
34
+ // comprobado,
35
+ selectedOpacityDark: e.patronus[30],
36
+ // comprobado,
37
+ activeOpacityLight: e.patronus[40],
38
+ // comprobado,
39
+ activeOpacityDark: e.patronus[40],
40
+ // comprobado,
41
+ focusOpacityLight: e.patronus[50],
42
+ // comprobado,
43
+ focusOpacityDark: e.patronus[50],
44
+ // comprobado,
45
+ opacityLight: e.patronus[10],
46
+ // comprobado,
47
+ opacityDark: e.patronus[10],
48
+ // comprobado,
49
+ main: t.patronusBlue[50],
50
+ // comprobado,,
51
+ lighter: t.patronusBlue[70],
52
+ // comprobado,,
53
+ light: t.patronusBlue[40],
54
+ // comprobado,,
55
+ dark: t.patronusBlue[30],
56
+ // comprobado,,
57
+ darker: t.patronusBlue[10],
58
+ // comprobado,,
59
+ contrastText: t.marbleLight[30],
60
+ // comprobado,
11
61
  // Tone colors
12
- toneOpacityLight: a.patronusBlue.toneOpacity10,
13
- toneOpacityDark: a.patronusBlue.toneOpacity20,
14
- // opacity backgrounds light
15
- opacityHoverLight: i.patronus[10],
16
- opacityFocusLight: i.patronus[20],
17
- opacityActiveLight: i.patronus[30],
18
- // opacity backgrounds Dark
19
- opacityHoverDark: i.patronus[20],
20
- opacityFocusDark: i.patronus[30],
21
- opacityActiveDark: i.patronus[40],
62
+ toneOpacityLight: t.patronusBlue[5],
63
+ // comprobado,
64
+ toneOpacityDark: t.patronusBlue[95],
65
+ // comprobado,
22
66
  // border
23
- borderMainDark: i.patronus[50],
24
- borderMainLight: i.patronus[50]
67
+ borderMainDark: e.patronus[50],
68
+ // comprobado,
69
+ borderMainLight: e.patronus[50]
70
+ // comprobado,
25
71
  },
26
72
  turqui: {
27
- lighter: a.turquiBlue[70],
28
- light: a.turquiBlue[40],
29
- main: a.turquiBlue[50],
30
- dark: a.turquiBlue[30],
31
- darker: a.turquiBlue[10],
32
- contrastText: a.marbleLight[30],
73
+ enabledLight: t.turquiBlue[50],
74
+ // comprobado
75
+ enabledDark: t.turquiBlue[50],
76
+ // comprobado
77
+ hoverLight: t.turquiBlue[40],
78
+ // comprobado,
79
+ hoverDark: t.turquiBlue[40],
80
+ // comprobado,
81
+ selectedLight: t.turquiBlue[60],
82
+ // comprobado,
83
+ selectedDark: t.turquiBlue[60],
84
+ // comprobado,
85
+ activeLight: t.turquiBlue[70],
86
+ // comprobado,
87
+ activeDark: t.turquiBlue[70],
88
+ // comprobado,
89
+ focusLight: t.turquiBlue[80],
90
+ // comprobado,
91
+ focusDark: t.turquiBlue[80],
92
+ // comprobado,
93
+ enabledOpacityLight: e.turqui[20],
94
+ // comprobado
95
+ enabledOpacityDark: e.turqui[20],
96
+ // comprobado,
97
+ hoverOpacityLight: e.turqui[10],
98
+ // comprobado,
99
+ hoverOpacityDark: e.turqui[10],
100
+ // comprobado,
101
+ selectedOpacityLight: e.turqui[30],
102
+ // comprobado,
103
+ selectedOpacityDark: e.turqui[30],
104
+ // comprobado,
105
+ activeOpacityLight: e.turqui[40],
106
+ // comprobado,
107
+ activeOpacityDark: e.turqui[40],
108
+ // comprobado,
109
+ focusOpacityLight: e.turqui[50],
110
+ // comprobado,
111
+ focusOpacityDark: e.turqui[50],
112
+ // comprobado,
113
+ opacityLight: e.turqui[10],
114
+ // comprobado,
115
+ opacityDark: e.turqui[10],
116
+ // comprobado,
117
+ main: t.turquiBlue[50],
118
+ // comprobado,,
119
+ lighter: t.turquiBlue[70],
120
+ // comprobado,,
121
+ light: t.turquiBlue[40],
122
+ // comprobado,,
123
+ dark: t.turquiBlue[30],
124
+ // comprobado,,
125
+ darker: t.turquiBlue[10],
126
+ // comprobado,,
127
+ contrastText: t.marbleLight[30],
128
+ // comprobado,
33
129
  // Tone colors
34
- toneOpacityLight: a.turquiBlue.toneOpacity10,
35
- toneOpacityDark: a.turquiBlue.toneOpacity20,
36
- // opacity backgrounds light
37
- opacityHoverLight: i.turqui[10],
38
- opacityFocusLight: i.turqui[20],
39
- opacityActiveLight: i.turqui[30],
40
- // opacity backgrounds Dark
41
- opacityHoverDark: i.turqui[20],
42
- opacityFocusDark: i.turqui[30],
43
- opacityActiveDark: i.turqui[40],
130
+ toneOpacityLight: t.turquiBlue[5],
131
+ // comprobado,
132
+ toneOpacityDark: t.turquiBlue[95],
133
+ // comprobado,
44
134
  // border
45
- borderMainDark: i.turqui[50],
46
- borderMainLight: i.turqui[50]
135
+ borderMainDark: e.turqui[50],
136
+ // comprobado,
137
+ borderMainLight: e.turqui[50]
138
+ // comprobado,
47
139
  },
48
- grass: {
49
- lighter: a.grassGreen[70],
50
- light: a.grassGreen[40],
51
- main: a.grassGreen[50],
52
- dark: a.grassGreen[30],
53
- darker: a.grassGreen[10],
54
- contrastText: a.marbleLight[30],
140
+ brown: {
141
+ enabledLight: t.brown[50],
142
+ // comprobado
143
+ enabledDark: t.brown[50],
144
+ // comprobado
145
+ hoverLight: t.brown[40],
146
+ // comprobado,
147
+ hoverDark: t.brown[40],
148
+ // comprobado,
149
+ selectedLight: t.brown[60],
150
+ // comprobado,
151
+ selectedDark: t.brown[60],
152
+ // comprobado,
153
+ activeLight: t.brown[70],
154
+ // comprobado,
155
+ activeDark: t.brown[70],
156
+ // comprobado,
157
+ focusLight: t.brown[80],
158
+ // comprobado,
159
+ focusDark: t.brown[80],
160
+ // comprobado,
161
+ enabledOpacityLight: e.brown[20],
162
+ // comprobado
163
+ enabledOpacityDark: e.brown[20],
164
+ // comprobado,
165
+ hoverOpacityLight: e.brown[10],
166
+ // comprobado,
167
+ hoverOpacityDark: e.brown[10],
168
+ // comprobado,
169
+ selectedOpacityLight: e.brown[30],
170
+ // comprobado,
171
+ selectedOpacityDark: e.brown[30],
172
+ // comprobado,
173
+ activeOpacityLight: e.brown[40],
174
+ // comprobado,
175
+ activeOpacityDark: e.brown[40],
176
+ // comprobado,
177
+ focusOpacityLight: e.brown[50],
178
+ // comprobado,
179
+ focusOpacityDark: e.brown[50],
180
+ // comprobado,
181
+ opacityLight: e.brown[10],
182
+ // comprobado,
183
+ opacityDark: e.brown[10],
184
+ // comprobado,
185
+ main: t.brown[50],
186
+ // comprobado,,
187
+ lighter: t.brown[70],
188
+ // comprobado,,
189
+ light: t.brown[40],
190
+ // comprobado,,
191
+ dark: t.brown[30],
192
+ // comprobado,,
193
+ darker: t.brown[10],
194
+ // comprobado,,
195
+ contrastText: t.marbleLight[30],
196
+ // comprobado,
55
197
  // Tone colors
56
- toneOpacityLight: a.grassGreen.toneOpacity10,
57
- toneOpacityDark: a.grassGreen.toneOpacity20,
58
- // opacity backgrounds light
59
- opacityHoverLight: i.grass[10],
60
- opacityFocusLight: i.grass[20],
61
- opacityActiveLight: i.grass[30],
62
- // opacity backgrounds Dark
63
- opacityHoverDark: i.grass[20],
64
- opacityFocusDark: i.grass[30],
65
- opacityActiveDark: i.grass[40],
198
+ toneOpacityLight: t.brown[5],
199
+ // comprobado,
200
+ toneOpacityDark: t.brown[95],
201
+ // comprobado,
66
202
  // border
67
- borderMainDark: i.grass[50],
68
- borderMainLight: i.grass[50]
203
+ borderMainDark: e.brown[50],
204
+ // comprobado,
205
+ borderMainLight: e.brown[50]
206
+ // comprobado,
69
207
  },
70
- brown: {
71
- lighter: a.brown[70],
72
- light: a.brown[40],
73
- main: a.brown[50],
74
- dark: a.brown[30],
75
- darker: a.brown[10],
76
- contrastText: a.marbleLight[30],
208
+ blaze: {
209
+ enabledLight: t.blazeOrange[50],
210
+ // comprobado
211
+ enabledDark: t.blazeOrange[50],
212
+ // comprobado
213
+ hoverLight: t.blazeOrange[40],
214
+ // comprobado,
215
+ hoverDark: t.blazeOrange[40],
216
+ // comprobado,
217
+ selectedLight: t.blazeOrange[60],
218
+ // comprobado,
219
+ selectedDark: t.blazeOrange[60],
220
+ // comprobado,
221
+ activeLight: t.blazeOrange[70],
222
+ // comprobado,
223
+ activeDark: t.blazeOrange[70],
224
+ // comprobado,
225
+ focusLight: t.blazeOrange[80],
226
+ // comprobado,
227
+ focusDark: t.blazeOrange[80],
228
+ // comprobado,
229
+ enabledOpacityLight: e.blaze[20],
230
+ // comprobado
231
+ enabledOpacityDark: e.blaze[20],
232
+ // comprobado,
233
+ hoverOpacityLight: e.blaze[10],
234
+ // comprobado,
235
+ hoverOpacityDark: e.blaze[10],
236
+ // comprobado,
237
+ selectedOpacityLight: e.blaze[30],
238
+ // comprobado,
239
+ selectedOpacityDark: e.blaze[30],
240
+ // comprobado,
241
+ activeOpacityLight: e.blaze[40],
242
+ // comprobado,
243
+ activeOpacityDark: e.blaze[40],
244
+ // comprobado,
245
+ focusOpacityLight: e.blaze[50],
246
+ // comprobado,
247
+ focusOpacityDark: e.blaze[50],
248
+ // comprobado,
249
+ opacityLight: e.blaze[10],
250
+ // comprobado,
251
+ opacityDark: e.blaze[10],
252
+ // comprobado,
253
+ main: t.blazeOrange[50],
254
+ // comprobado,,
255
+ lighter: t.blazeOrange[70],
256
+ // comprobado,,
257
+ light: t.blazeOrange[40],
258
+ // comprobado,,
259
+ dark: t.blazeOrange[30],
260
+ // comprobado,,
261
+ darker: t.blazeOrange[10],
262
+ // comprobado,,
263
+ contrastText: t.marbleLight[30],
264
+ // comprobado,
77
265
  // Tone colors
78
- toneOpacityLight: a.brown.toneOpacity10,
79
- toneOpacityDark: a.brown.toneOpacity20,
80
- // opacity backgrounds light
81
- opacityHoverLight: i.brown[10],
82
- opacityFocusLight: i.brown[20],
83
- opacityActiveLight: i.brown[30],
84
- // opacity backgrounds Dark
85
- opacityHoverDark: i.brown[20],
86
- opacityFocusDark: i.brown[30],
87
- opacityActiveDark: i.brown[40],
266
+ toneOpacityLight: t.blazeOrange[5],
267
+ // comprobado,
268
+ toneOpacityDark: t.blazeOrange[95],
269
+ // comprobado,
88
270
  // border
89
- borderMainDark: i.brown[50],
90
- borderMainLight: i.brown[50]
271
+ borderMainDark: e.blaze[50],
272
+ // comprobado,
273
+ borderMainLight: e.blaze[50]
274
+ // comprobado,
91
275
  },
92
- blaze: {
93
- lighter: a.blazeOrange[70],
94
- light: a.blazeOrange[40],
95
- main: a.blazeOrange[50],
96
- dark: a.blazeOrange[30],
97
- darker: a.blazeOrange[10],
98
- contrastText: a.marbleLight[30],
276
+ grass: {
277
+ enabledLight: t.grassGreen[50],
278
+ // comprobado
279
+ enabledDark: t.grassGreen[50],
280
+ // comprobado
281
+ hoverLight: t.grassGreen[40],
282
+ // comprobado,
283
+ hoverDark: t.grassGreen[40],
284
+ // comprobado,
285
+ selectedLight: t.grassGreen[60],
286
+ // comprobado,
287
+ selectedDark: t.grassGreen[60],
288
+ // comprobado,
289
+ activeLight: t.grassGreen[70],
290
+ // comprobado,
291
+ activeDark: t.grassGreen[70],
292
+ // comprobado,
293
+ focusLight: t.grassGreen[80],
294
+ // comprobado,
295
+ focusDark: t.grassGreen[80],
296
+ // comprobado,
297
+ enabledOpacityLight: e.grass[20],
298
+ // comprobado
299
+ enabledOpacityDark: e.grass[20],
300
+ // comprobado,
301
+ hoverOpacityLight: e.grass[10],
302
+ // comprobado,
303
+ hoverOpacityDark: e.grass[10],
304
+ // comprobado,
305
+ selectedOpacityLight: e.grass[30],
306
+ // comprobado,
307
+ selectedOpacityDark: e.grass[30],
308
+ // comprobado,
309
+ activeOpacityLight: e.grass[40],
310
+ // comprobado,
311
+ activeOpacityDark: e.grass[40],
312
+ // comprobado,
313
+ focusOpacityLight: e.grass[50],
314
+ // comprobado,
315
+ focusOpacityDark: e.grass[50],
316
+ // comprobado,
317
+ opacityLight: e.grass[10],
318
+ // comprobado,
319
+ opacityDark: e.grass[10],
320
+ // comprobado,
321
+ main: t.grassGreen[50],
322
+ // comprobado,,
323
+ lighter: t.grassGreen[70],
324
+ // comprobado,,
325
+ light: t.grassGreen[40],
326
+ // comprobado,,
327
+ dark: t.grassGreen[30],
328
+ // comprobado,,
329
+ darker: t.grassGreen[10],
330
+ // comprobado,,
331
+ contrastText: t.marbleLight[30],
332
+ // comprobado,
99
333
  // Tone colors
100
- toneOpacityLight: a.blazeOrange.toneOpacity10,
101
- toneOpacityDark: a.blazeOrange.toneOpacity20,
102
- // opacity backgrounds light
103
- opacityHoverLight: i.blaze[10],
104
- opacityFocusLight: i.blaze[20],
105
- opacityActiveLight: i.blaze[30],
106
- // opacity backgrounds Dark
107
- opacityHoverDark: i.blaze[20],
108
- opacityFocusDark: i.blaze[30],
109
- opacityActiveDark: i.blaze[40],
334
+ toneOpacityLight: t.grassGreen[5],
335
+ // comprobado,
336
+ toneOpacityDark: t.grassGreen[95],
337
+ // comprobado,
110
338
  // border
111
- borderMainDark: i.blaze[50],
112
- borderMainLight: i.blaze[50]
339
+ borderMainDark: e.grass[50],
340
+ // comprobado,
341
+ borderMainLight: e.grass[50]
342
+ // comprobado,
113
343
  }
114
- }, s = {
344
+ }, o = {
115
345
  patronus: {
116
- main: t.patronus.main,
117
- focusVisible: t.patronus.light,
118
- active: t.patronus.lighter,
119
- hover: t.patronus.light,
120
- opacity: t.patronus.opacityHoverLight,
121
- toneOpacity: t.patronus.toneOpacityLight,
122
- contrastText: t.patronus.contrastText,
123
- hoverOpacity: t.patronus.opacityHoverLight,
124
- focusOpacity: t.patronus.opacityFocusLight,
125
- activeOpacity: t.patronus.opacityActiveLight,
126
- selected: t.patronus.opacityHoverLight,
346
+ enabled: a.patronus.enabledLight,
347
+ enabledOpacity: a.patronus.enabledOpacityLight,
348
+ hover: a.patronus.hoverLight,
349
+ hoverOpacity: a.patronus.hoverOpacityLight,
350
+ focus: a.patronus.focusLight,
351
+ focusOpacity: a.patronus.focusOpacityLight,
352
+ focusVisible: a.patronus.light,
353
+ selected: a.patronus.selectedLight,
354
+ selectedOpacity: a.patronus.selectedOpacityLight,
355
+ active: a.patronus.activeLight,
356
+ activeOpacity: a.patronus.activeOpacityLight,
357
+ opacity: a.patronus.opacityLight,
358
+ toneOpacity: a.patronus.toneOpacityLight,
359
+ contrastText: a.patronus.contrastText,
127
360
  //Por compatibilidad con MUI
128
- light: t.patronus.light,
129
- dark: t.patronus.dark
361
+ main: a.patronus.main,
362
+ light: a.patronus.light,
363
+ dark: a.patronus.dark
130
364
  },
131
365
  blaze: {
132
- main: t.blaze.main,
133
- focusVisible: t.blaze.light,
134
- active: t.blaze.lighter,
135
- hover: t.blaze.light,
136
- opacity: t.blaze.opacityHoverLight,
137
- toneOpacity: t.blaze.toneOpacityLight,
138
- contrastText: t.blaze.contrastText,
139
- hoverOpacity: t.blaze.opacityHoverLight,
140
- focusOpacity: t.blaze.opacityFocusLight,
141
- activeOpacity: t.blaze.opacityActiveLight,
142
- selected: t.blaze.opacityHoverLight,
366
+ enabled: a.blaze.enabledLight,
367
+ enabledOpacity: a.blaze.enabledOpacityLight,
368
+ hover: a.blaze.hoverLight,
369
+ hoverOpacity: a.blaze.hoverOpacityLight,
370
+ focus: a.blaze.focusLight,
371
+ focusOpacity: a.blaze.focusOpacityLight,
372
+ focusVisible: a.blaze.light,
373
+ selected: a.blaze.selectedLight,
374
+ selectedOpacity: a.blaze.selectedOpacityLight,
375
+ active: a.blaze.activeLight,
376
+ activeOpacity: a.blaze.activeOpacityLight,
377
+ opacity: a.blaze.opacityLight,
378
+ toneOpacity: a.blaze.toneOpacityLight,
379
+ contrastText: a.blaze.contrastText,
143
380
  //Por compatibilidad con MUI
144
- light: t.blaze.light,
145
- dark: t.blaze.dark
381
+ main: a.blaze.main,
382
+ light: a.blaze.light,
383
+ dark: a.blaze.dark
146
384
  },
147
385
  brown: {
148
- main: t.brown.main,
149
- focusVisible: t.brown.light,
150
- active: t.brown.lighter,
151
- hover: t.brown.light,
152
- opacity: t.brown.opacityHoverLight,
153
- toneOpacity: t.brown.toneOpacityLight,
154
- contrastText: t.brown.contrastText,
155
- hoverOpacity: t.brown.opacityHoverLight,
156
- focusOpacity: t.brown.opacityFocusLight,
157
- activeOpacity: t.brown.opacityActiveLight,
158
- selected: t.brown.opacityHoverLight,
386
+ enabled: a.brown.enabledLight,
387
+ enabledOpacity: a.brown.enabledOpacityLight,
388
+ hover: a.brown.hoverLight,
389
+ hoverOpacity: a.brown.hoverOpacityLight,
390
+ focus: a.brown.focusLight,
391
+ focusOpacity: a.brown.focusOpacityLight,
392
+ focusVisible: a.brown.light,
393
+ selected: a.brown.selectedLight,
394
+ selectedOpacity: a.brown.selectedOpacityLight,
395
+ active: a.brown.activeLight,
396
+ activeOpacity: a.brown.activeOpacityLight,
397
+ opacity: a.brown.opacityLight,
398
+ toneOpacity: a.brown.toneOpacityLight,
399
+ contrastText: a.brown.contrastText,
159
400
  //Por compatibilidad con MUI
160
- light: t.brown.light,
161
- dark: t.brown.dark
401
+ main: a.brown.main,
402
+ light: a.brown.light,
403
+ dark: a.brown.dark
162
404
  },
163
405
  grass: {
164
- main: t.grass.main,
165
- focusVisible: t.grass.light,
166
- active: t.grass.lighter,
167
- hover: t.grass.light,
168
- opacity: t.grass.opacityHoverLight,
169
- toneOpacity: t.grass.toneOpacityLight,
170
- contrastText: t.grass.contrastText,
171
- hoverOpacity: t.grass.opacityHoverLight,
172
- focusOpacity: t.grass.opacityFocusLight,
173
- activeOpacity: t.grass.opacityActiveLight,
174
- selected: t.grass.opacityHoverLight,
406
+ enabled: a.grass.enabledLight,
407
+ enabledOpacity: a.grass.enabledOpacityLight,
408
+ hover: a.grass.hoverLight,
409
+ hoverOpacity: a.grass.hoverOpacityLight,
410
+ focus: a.grass.focusLight,
411
+ focusOpacity: a.grass.focusOpacityLight,
412
+ focusVisible: a.grass.light,
413
+ selected: a.grass.selectedLight,
414
+ selectedOpacity: a.grass.selectedOpacityLight,
415
+ active: a.grass.activeLight,
416
+ activeOpacity: a.grass.activeOpacityLight,
417
+ opacity: a.grass.opacityLight,
418
+ toneOpacity: a.grass.toneOpacityLight,
419
+ contrastText: a.grass.contrastText,
175
420
  //Por compatibilidad con MUI
176
- light: t.grass.light,
177
- dark: t.grass.dark
421
+ main: a.grass.main,
422
+ light: a.grass.light,
423
+ dark: a.grass.dark
178
424
  },
179
425
  turqui: {
180
- main: t.turqui.main,
181
- focusVisible: t.turqui.light,
182
- active: t.turqui.lighter,
183
- hover: t.turqui.light,
184
- opacity: t.turqui.opacityHoverLight,
185
- toneOpacity: t.turqui.toneOpacityLight,
186
- contrastText: t.turqui.contrastText,
187
- hoverOpacity: t.turqui.opacityHoverLight,
188
- focusOpacity: t.turqui.opacityFocusLight,
189
- activeOpacity: t.turqui.opacityActiveLight,
190
- selected: t.turqui.opacityHoverLight,
426
+ enabled: a.turqui.enabledLight,
427
+ enabledOpacity: a.turqui.enabledOpacityLight,
428
+ hover: a.turqui.hoverLight,
429
+ hoverOpacity: a.turqui.hoverOpacityLight,
430
+ focus: a.turqui.focusLight,
431
+ focusOpacity: a.turqui.focusOpacityLight,
432
+ focusVisible: a.turqui.light,
433
+ selected: a.turqui.selectedLight,
434
+ selectedOpacity: a.turqui.selectedOpacityLight,
435
+ active: a.turqui.activeLight,
436
+ activeOpacity: a.turqui.activeOpacityLight,
437
+ opacity: a.turqui.opacityLight,
438
+ toneOpacity: a.turqui.toneOpacityLight,
439
+ contrastText: a.turqui.contrastText,
191
440
  //Por compatibilidad con MUI
192
- light: t.turqui.light,
193
- dark: t.turqui.dark
441
+ main: a.turqui.main,
442
+ light: a.turqui.light,
443
+ dark: a.turqui.dark
194
444
  }
195
445
  }, n = {
196
446
  patronus: {
197
- main: t.patronus.main,
198
- focusVisible: t.patronus.light,
199
- // validar para dark
200
- active: t.patronus.lighter,
201
- // validar para dark
202
- hover: t.patronus.dark,
203
- opacity: t.patronus.opacityHoverDark,
204
- toneOpacity: t.patronus.toneOpacityDark,
205
- contrastText: t.patronus.contrastText,
206
- hoverOpacity: t.patronus.opacityHoverDark,
207
- focusOpacity: t.patronus.opacityFocusDark,
208
- activeOpacity: t.patronus.opacityActiveDark,
209
- selected: t.patronus.opacityHoverDark,
447
+ enabled: a.patronus.enabledDark,
448
+ enabledOpacity: a.patronus.enabledOpacityDark,
449
+ hover: a.patronus.hoverDark,
450
+ hoverOpacity: a.patronus.hoverOpacityDark,
451
+ focus: a.patronus.focusDark,
452
+ focusOpacity: a.patronus.focusOpacityDark,
453
+ focusVisible: a.patronus.dark,
454
+ selected: a.patronus.selectedDark,
455
+ selectedOpacity: a.patronus.selectedOpacityDark,
456
+ active: a.patronus.activeDark,
457
+ activeOpacity: a.patronus.activeOpacityDark,
458
+ opacity: a.patronus.opacityDark,
459
+ toneOpacity: a.patronus.toneOpacityDark,
460
+ contrastText: a.patronus.contrastText,
210
461
  //Por compatibilidad con MUI
211
- light: t.patronus.light,
212
- dark: t.patronus.dark
462
+ main: a.patronus.main,
463
+ light: a.patronus.light,
464
+ dark: a.patronus.dark
213
465
  },
214
466
  blaze: {
215
- main: t.blaze.main,
216
- focusVisible: t.blaze.light,
217
- // validar para dark
218
- active: t.blaze.lighter,
219
- // validar para dark
220
- hover: t.blaze.dark,
221
- opacity: t.blaze.opacityHoverDark,
222
- toneOpacity: t.blaze.toneOpacityDark,
223
- contrastText: t.blaze.contrastText,
224
- hoverOpacity: t.blaze.opacityHoverDark,
225
- focusOpacity: t.blaze.opacityFocusDark,
226
- activeOpacity: t.blaze.opacityActiveDark,
227
- selected: t.blaze.opacityHoverDark,
467
+ enabled: a.blaze.enabledDark,
468
+ enabledOpacity: a.blaze.enabledOpacityDark,
469
+ hover: a.blaze.hoverDark,
470
+ hoverOpacity: a.blaze.hoverOpacityDark,
471
+ focus: a.blaze.focusDark,
472
+ focusOpacity: a.blaze.focusOpacityDark,
473
+ focusVisible: a.blaze.dark,
474
+ selected: a.blaze.selectedDark,
475
+ selectedOpacity: a.blaze.selectedOpacityDark,
476
+ active: a.blaze.activeDark,
477
+ activeOpacity: a.blaze.activeOpacityDark,
478
+ opacity: a.blaze.opacityDark,
479
+ toneOpacity: a.blaze.toneOpacityDark,
480
+ contrastText: a.blaze.contrastText,
228
481
  //Por compatibilidad con MUI
229
- light: t.blaze.light,
230
- dark: t.blaze.dark
482
+ main: a.blaze.main,
483
+ light: a.blaze.light,
484
+ dark: a.blaze.dark
231
485
  },
232
486
  brown: {
233
- main: t.brown.main,
234
- focusVisible: t.brown.light,
235
- // validar para dark
236
- active: t.brown.lighter,
237
- // validar para dark
238
- hover: t.brown.dark,
239
- opacity: t.brown.opacityHoverDark,
240
- toneOpacity: t.brown.toneOpacityDark,
241
- contrastText: t.brown.contrastText,
242
- hoverOpacity: t.brown.opacityHoverDark,
243
- focusOpacity: t.brown.opacityFocusDark,
244
- activeOpacity: t.brown.opacityActiveDark,
245
- selected: t.brown.opacityHoverDark,
487
+ enabled: a.brown.enabledDark,
488
+ enabledOpacity: a.brown.enabledOpacityDark,
489
+ hover: a.brown.hoverDark,
490
+ hoverOpacity: a.brown.hoverOpacityDark,
491
+ focus: a.brown.focusDark,
492
+ focusOpacity: a.brown.focusOpacityDark,
493
+ focusVisible: a.brown.dark,
494
+ selected: a.brown.selectedDark,
495
+ selectedOpacity: a.brown.selectedOpacityDark,
496
+ active: a.brown.activeDark,
497
+ activeOpacity: a.brown.activeOpacityDark,
498
+ opacity: a.brown.opacityDark,
499
+ toneOpacity: a.brown.toneOpacityDark,
500
+ contrastText: a.brown.contrastText,
246
501
  //Por compatibilidad con MUI
247
- light: t.brown.light,
248
- dark: t.brown.dark
502
+ main: a.brown.main,
503
+ light: a.brown.light,
504
+ dark: a.brown.dark
249
505
  },
250
506
  grass: {
251
- main: t.grass.main,
252
- focusVisible: t.grass.light,
253
- // validar para dark
254
- active: t.grass.lighter,
255
- // validar para dark
256
- hover: t.grass.dark,
257
- opacity: t.grass.opacityHoverDark,
258
- toneOpacity: t.grass.toneOpacityDark,
259
- contrastText: t.grass.contrastText,
260
- hoverOpacity: t.grass.opacityHoverDark,
261
- focusOpacity: t.grass.opacityFocusDark,
262
- activeOpacity: t.grass.opacityActiveDark,
263
- selected: t.grass.opacityHoverDark,
507
+ enabled: a.grass.enabledDark,
508
+ enabledOpacity: a.grass.enabledOpacityDark,
509
+ hover: a.grass.hoverDark,
510
+ hoverOpacity: a.grass.hoverOpacityDark,
511
+ focus: a.grass.focusDark,
512
+ focusOpacity: a.grass.focusOpacityDark,
513
+ focusVisible: a.grass.dark,
514
+ selected: a.grass.selectedDark,
515
+ selectedOpacity: a.grass.selectedOpacityDark,
516
+ active: a.grass.activeDark,
517
+ activeOpacity: a.grass.activeOpacityDark,
518
+ opacity: a.grass.opacityDark,
519
+ toneOpacity: a.grass.toneOpacityDark,
520
+ contrastText: a.grass.contrastText,
264
521
  //Por compatibilidad con MUI
265
- light: t.grass.light,
266
- dark: t.grass.dark
522
+ main: a.grass.main,
523
+ light: a.grass.light,
524
+ dark: a.grass.dark
267
525
  },
268
526
  turqui: {
269
- main: t.turqui.main,
270
- focusVisible: t.turqui.light,
271
- // validar para dark
272
- active: t.turqui.lighter,
273
- // validar para dark
274
- hover: t.turqui.dark,
275
- opacity: t.turqui.opacityHoverDark,
276
- toneOpacity: t.turqui.toneOpacityDark,
277
- contrastText: t.turqui.contrastText,
278
- hoverOpacity: t.turqui.opacityHoverDark,
279
- focusOpacity: t.turqui.opacityFocusDark,
280
- activeOpacity: t.turqui.opacityActiveDark,
281
- selected: t.turqui.opacityHoverDark,
527
+ enabled: a.turqui.enabledDark,
528
+ enabledOpacity: a.turqui.enabledOpacityDark,
529
+ hover: a.turqui.hoverDark,
530
+ hoverOpacity: a.turqui.hoverOpacityDark,
531
+ focus: a.turqui.focusDark,
532
+ focusOpacity: a.turqui.focusOpacityDark,
533
+ focusVisible: a.turqui.dark,
534
+ selected: a.turqui.selectedDark,
535
+ selectedOpacity: a.turqui.selectedOpacityDark,
536
+ active: a.turqui.activeDark,
537
+ activeOpacity: a.turqui.activeOpacityDark,
538
+ opacity: a.turqui.opacityDark,
539
+ toneOpacity: a.turqui.toneOpacityDark,
540
+ contrastText: a.turqui.contrastText,
282
541
  //Por compatibilidad con MUI
283
- light: t.turqui.light,
284
- dark: t.turqui.dark
542
+ main: a.turqui.main,
543
+ light: a.turqui.light,
544
+ dark: a.turqui.dark
285
545
  }
286
- }, o = Object.keys(t), p = o.map((r) => ({
546
+ }, i = Object.keys(a), u = i.map((r) => ({
287
547
  name: r,
288
- value: t[r].main
548
+ value: a[r].main
289
549
  }));
290
550
  export {
291
- t as P,
292
- s as a,
551
+ a as P,
552
+ o as a,
293
553
  n as b,
294
- p
554
+ u as p
295
555
  };