@m4l/styles 7.1.28 → 7.1.29-16062025.beta.1
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/index.js +55 -47
- package/package.json +1 -1
- package/theme/overrides/MUIComponents/ControlLabel.d.ts +1 -1
- package/theme/overrides/MUIComponents/TreeView.d.ts +1 -1
- package/theme/overrides/index.js +79 -83
- package/theme/palette/baseChipsPalette.js +58 -58
- package/theme/palette/baseColors.js +30 -30
- package/theme/palette/baseOpacityColors.js +5 -5
- package/theme/palette/defaultColors.js +33 -20
- package/theme/palette/index.d.ts +4 -0
- package/theme/palette/presetColors.js +154 -93
- package/theme/palette/semanticColors.js +104 -54
- package/theme/shadows.js +52 -60
- package/theme/sizes/size.js +3 -3
- package/theme/typography/baseWeight.js +3 -4
- package/theme/typography/types.d.ts +3 -4
- package/theme/typography/typography.js +3 -3
- package/theme/typography/typographySizes.js +108 -108
- package/types/augmentations.d.ts +2 -0
- package/types/types.d.ts +10 -0
- package/utils/getPaletteByPreset.d.ts +26 -2
- package/utils/getPaletteByPreset.js +99 -103
- package/utils/getUserThemeOptions.js +20 -18
- package/theme/overrides/M4LExtendedComponents/M4LDataGrid.d.ts +0 -358
- package/theme/overrides/M4LExtendedComponents/M4LDataGrid.js +0 -393
- package/theme/overrides/M4LExtendedComponents/M4LSideBar.d.ts +0 -2441
- package/theme/overrides/M4LExtendedComponents/M4LSideBar.js +0 -1747
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { alpha as i } from "@mui/material";
|
|
1
2
|
import { B as t } from "./baseColors.js";
|
|
2
3
|
import { B as e } from "./baseOpacityColors.js";
|
|
3
4
|
const a = {
|
|
@@ -38,9 +39,17 @@ const a = {
|
|
|
38
39
|
// comprobado,
|
|
39
40
|
activeOpacityDark: e.patronus[50],
|
|
40
41
|
// comprobado,
|
|
41
|
-
focusOpacityLight: e.patronus[
|
|
42
|
+
focusOpacityLight: e.patronus[10] || "#fff",
|
|
42
43
|
// comprobado,
|
|
43
|
-
focusOpacityDark: e.patronus[
|
|
44
|
+
focusOpacityDark: e.patronus[20],
|
|
45
|
+
// comprobado,
|
|
46
|
+
opacityGradient1Light: i(e.patronus[10], 0.35),
|
|
47
|
+
// comprobado,
|
|
48
|
+
opacityGradient2Light: i(e.patronus[10], 0.15),
|
|
49
|
+
// comprobado,
|
|
50
|
+
opacityGradient1Dark: i(e.patronus[10], 0.45),
|
|
51
|
+
// comprobado,
|
|
52
|
+
opacityGradient2Dark: i(e.patronus[10], 0.25),
|
|
44
53
|
// comprobado,
|
|
45
54
|
opacityLight: e.patronus[10],
|
|
46
55
|
// comprobado,
|
|
@@ -54,13 +63,13 @@ const a = {
|
|
|
54
63
|
// comprobado,,
|
|
55
64
|
dark: t.patronusBlue[30],
|
|
56
65
|
// comprobado,,
|
|
57
|
-
darker: t.patronusBlue[
|
|
66
|
+
darker: t.patronusBlue[10],
|
|
58
67
|
// comprobado,,
|
|
59
68
|
contrastText: t.marbleLight[30],
|
|
60
69
|
// comprobado,
|
|
61
70
|
semanticTextLight: t.patronusBlue[70],
|
|
62
71
|
// comprobado,
|
|
63
|
-
semanticTextDark: t.patronusBlue[
|
|
72
|
+
semanticTextDark: t.patronusBlue[30],
|
|
64
73
|
// comprobado,
|
|
65
74
|
// Tone colors
|
|
66
75
|
toneOpacityLight: t.patronusBlue[5],
|
|
@@ -68,9 +77,89 @@ const a = {
|
|
|
68
77
|
toneOpacityDark: t.patronusBlue[95],
|
|
69
78
|
// comprobado,
|
|
70
79
|
// border
|
|
71
|
-
|
|
80
|
+
borderMainLight: e.patronus[50],
|
|
72
81
|
// comprobado,
|
|
73
|
-
|
|
82
|
+
borderMainDark: e.patronus[40]
|
|
83
|
+
// comprobado,
|
|
84
|
+
},
|
|
85
|
+
grass: {
|
|
86
|
+
enabledLight: t.grassGreen[50],
|
|
87
|
+
// comprobado
|
|
88
|
+
enabledDark: t.grassGreen[50],
|
|
89
|
+
// comprobado
|
|
90
|
+
hoverLight: t.grassGreen[40],
|
|
91
|
+
// comprobado,
|
|
92
|
+
hoverDark: t.grassGreen[40],
|
|
93
|
+
// comprobado,
|
|
94
|
+
selectedLight: t.grassGreen[60],
|
|
95
|
+
// comprobado,
|
|
96
|
+
selectedDark: t.grassGreen[60],
|
|
97
|
+
// comprobado,
|
|
98
|
+
activeLight: t.grassGreen[70],
|
|
99
|
+
// comprobado,
|
|
100
|
+
activeDark: t.grassGreen[70],
|
|
101
|
+
// comprobado,
|
|
102
|
+
focusLight: t.grassGreen[40],
|
|
103
|
+
// comprobado,
|
|
104
|
+
focusDark: t.grassGreen[60],
|
|
105
|
+
// comprobado,
|
|
106
|
+
enabledOpacityLight: e.grass[30],
|
|
107
|
+
// comprobado
|
|
108
|
+
enabledOpacityDark: e.grass[30],
|
|
109
|
+
// comprobado,
|
|
110
|
+
hoverOpacityLight: e.grass[20],
|
|
111
|
+
// comprobado,
|
|
112
|
+
hoverOpacityDark: e.grass[20],
|
|
113
|
+
// comprobado,
|
|
114
|
+
selectedOpacityLight: e.grass[30],
|
|
115
|
+
// comprobado,
|
|
116
|
+
selectedOpacityDark: e.grass[40],
|
|
117
|
+
// comprobado,
|
|
118
|
+
activeOpacityLight: e.grass[40],
|
|
119
|
+
// comprobado,
|
|
120
|
+
activeOpacityDark: e.grass[50],
|
|
121
|
+
// comprobado,
|
|
122
|
+
focusOpacityLight: e.grass[10],
|
|
123
|
+
// comprobado,
|
|
124
|
+
focusOpacityDark: e.grass[15] || "#fff",
|
|
125
|
+
// comprobado,
|
|
126
|
+
opacityGradient1Light: i(e.grass[10], 0.35),
|
|
127
|
+
// comprobado,
|
|
128
|
+
opacityGradient2Light: i(e.grass[10], 0.15),
|
|
129
|
+
// comprobado,
|
|
130
|
+
opacityGradient1Dark: i(e.grass[10], 0.45),
|
|
131
|
+
// comprobado,
|
|
132
|
+
opacityGradient2Dark: i(e.grass[10], 0.25),
|
|
133
|
+
// comprobado,
|
|
134
|
+
opacityLight: e.grass[10],
|
|
135
|
+
// comprobado,
|
|
136
|
+
opacityDark: e.grass[10],
|
|
137
|
+
// comprobado,
|
|
138
|
+
main: t.grassGreen[50],
|
|
139
|
+
// comprobado,,
|
|
140
|
+
light: t.grassGreen[30],
|
|
141
|
+
// comprobado,,
|
|
142
|
+
lighter: t.grassGreen[70],
|
|
143
|
+
// comprobado,,
|
|
144
|
+
dark: t.grassGreen[20],
|
|
145
|
+
// comprobado,,
|
|
146
|
+
darker: t.grassGreen[10],
|
|
147
|
+
// comprobado,,
|
|
148
|
+
contrastText: t.marbleLight[30],
|
|
149
|
+
// comprobado,
|
|
150
|
+
semanticTextLight: t.grassGreen[60],
|
|
151
|
+
// comprobado,
|
|
152
|
+
semanticTextDark: t.grassGreen[30],
|
|
153
|
+
// comprobado,
|
|
154
|
+
// Tone colors
|
|
155
|
+
toneOpacityLight: t.grassGreen[5],
|
|
156
|
+
// comprobado,
|
|
157
|
+
toneOpacityDark: t.grassGreen[95],
|
|
158
|
+
// comprobado,
|
|
159
|
+
// border
|
|
160
|
+
borderMainLight: e.grass[50],
|
|
161
|
+
// comprobado,
|
|
162
|
+
borderMainDark: e.grass[40]
|
|
74
163
|
// comprobado,
|
|
75
164
|
},
|
|
76
165
|
turqui: {
|
|
@@ -114,6 +203,14 @@ const a = {
|
|
|
114
203
|
// comprobado,
|
|
115
204
|
focusOpacityDark: e.turqui[20],
|
|
116
205
|
// comprobado,
|
|
206
|
+
opacityGradient1Light: i(e.turqui[10], 0.35),
|
|
207
|
+
// comprobado,
|
|
208
|
+
opacityGradient2Light: i(e.turqui[10], 0.15),
|
|
209
|
+
// comprobado,
|
|
210
|
+
opacityGradient1Dark: i(e.turqui[10], 0.45),
|
|
211
|
+
// comprobado,
|
|
212
|
+
opacityGradient2Dark: i(e.turqui[10], 0.25),
|
|
213
|
+
// comprobado,
|
|
117
214
|
opacityLight: e.turqui[10],
|
|
118
215
|
// comprobado,
|
|
119
216
|
opacityDark: e.turqui[10],
|
|
@@ -132,7 +229,7 @@ const a = {
|
|
|
132
229
|
// comprobado,
|
|
133
230
|
semanticTextLight: t.turquiBlue[50],
|
|
134
231
|
// comprobado,
|
|
135
|
-
semanticTextDark: t.turquiBlue[
|
|
232
|
+
semanticTextDark: t.turquiBlue[20],
|
|
136
233
|
// comprobado,
|
|
137
234
|
// Tone colors
|
|
138
235
|
toneOpacityLight: t.turquiBlue[5],
|
|
@@ -140,9 +237,9 @@ const a = {
|
|
|
140
237
|
toneOpacityDark: t.turquiBlue[95],
|
|
141
238
|
// comprobado,
|
|
142
239
|
// border
|
|
143
|
-
|
|
240
|
+
borderMainLight: e.turqui[50],
|
|
144
241
|
// comprobado,
|
|
145
|
-
|
|
242
|
+
borderMainDark: e.turqui[40]
|
|
146
243
|
// comprobado,
|
|
147
244
|
},
|
|
148
245
|
brown: {
|
|
@@ -180,7 +277,7 @@ const a = {
|
|
|
180
277
|
// comprobado,
|
|
181
278
|
activeOpacityLight: e.brown[40],
|
|
182
279
|
// comprobado,
|
|
183
|
-
activeOpacityDark: e.brown[
|
|
280
|
+
activeOpacityDark: e.brown[50],
|
|
184
281
|
// comprobado,
|
|
185
282
|
focusOpacityLight: e.brown[10],
|
|
186
283
|
// comprobado,
|
|
@@ -188,6 +285,14 @@ const a = {
|
|
|
188
285
|
// comprobado,
|
|
189
286
|
opacityLight: e.brown[10],
|
|
190
287
|
// comprobado,
|
|
288
|
+
opacityGradient1Light: i(e.brown[10], 0.35),
|
|
289
|
+
// comprobado,
|
|
290
|
+
opacityGradient2Light: i(e.brown[10], 0.15),
|
|
291
|
+
// comprobado,
|
|
292
|
+
opacityGradient1Dark: i(e.brown[10], 0.45),
|
|
293
|
+
// comprobado,
|
|
294
|
+
opacityGradient2Dark: i(e.brown[10], 0.25),
|
|
295
|
+
// comprobado,
|
|
191
296
|
opacityDark: e.brown[10],
|
|
192
297
|
// comprobado,
|
|
193
298
|
main: t.brown[40],
|
|
@@ -204,7 +309,7 @@ const a = {
|
|
|
204
309
|
// comprobado,
|
|
205
310
|
semanticTextLight: t.brown[50],
|
|
206
311
|
// comprobado,
|
|
207
|
-
semanticTextDark: t.brown[
|
|
312
|
+
semanticTextDark: t.brown[10],
|
|
208
313
|
// comprobado,
|
|
209
314
|
// Tone colors
|
|
210
315
|
toneOpacityLight: t.brown[5],
|
|
@@ -212,9 +317,9 @@ const a = {
|
|
|
212
317
|
toneOpacityDark: t.brown[95],
|
|
213
318
|
// comprobado,
|
|
214
319
|
// border
|
|
215
|
-
borderMainDark: e.brown[
|
|
320
|
+
borderMainDark: e.brown[40],
|
|
216
321
|
// comprobado,
|
|
217
|
-
borderMainLight: e.brown[
|
|
322
|
+
borderMainLight: e.brown[40]
|
|
218
323
|
// comprobado,
|
|
219
324
|
},
|
|
220
325
|
blaze: {
|
|
@@ -260,6 +365,14 @@ const a = {
|
|
|
260
365
|
// comprobado,
|
|
261
366
|
opacityLight: e.blaze[10],
|
|
262
367
|
// comprobado,
|
|
368
|
+
opacityGradient1Light: i(e.blaze[10], 0.35),
|
|
369
|
+
// comprobado,
|
|
370
|
+
opacityGradient2Light: i(e.blaze[10], 0.15),
|
|
371
|
+
// comprobado,
|
|
372
|
+
opacityGradient1Dark: i(e.blaze[10], 0.45),
|
|
373
|
+
// comprobado,
|
|
374
|
+
opacityGradient2Dark: i(e.blaze[10], 0.25),
|
|
375
|
+
// comprobado,
|
|
263
376
|
opacityDark: e.blaze[10],
|
|
264
377
|
// comprobado,
|
|
265
378
|
main: t.blazeOrange[50],
|
|
@@ -284,84 +397,12 @@ const a = {
|
|
|
284
397
|
toneOpacityDark: t.blazeOrange[95],
|
|
285
398
|
// comprobado,
|
|
286
399
|
// border
|
|
287
|
-
|
|
288
|
-
// comprobado,
|
|
289
|
-
borderMainLight: e.blaze[50]
|
|
290
|
-
// comprobado,
|
|
291
|
-
},
|
|
292
|
-
grass: {
|
|
293
|
-
enabledLight: t.grassGreen[50],
|
|
294
|
-
// comprobado
|
|
295
|
-
enabledDark: t.grassGreen[50],
|
|
296
|
-
// comprobado
|
|
297
|
-
hoverLight: t.grassGreen[40],
|
|
298
|
-
// comprobado,
|
|
299
|
-
hoverDark: t.grassGreen[40],
|
|
300
|
-
// comprobado,
|
|
301
|
-
selectedLight: t.grassGreen[60],
|
|
302
|
-
// comprobado,
|
|
303
|
-
selectedDark: t.grassGreen[60],
|
|
304
|
-
// comprobado,
|
|
305
|
-
activeLight: t.grassGreen[70],
|
|
306
|
-
// comprobado,
|
|
307
|
-
activeDark: t.grassGreen[70],
|
|
308
|
-
// comprobado,
|
|
309
|
-
focusLight: t.grassGreen[40],
|
|
310
|
-
// comprobado,
|
|
311
|
-
focusDark: t.grassGreen[60],
|
|
312
|
-
// comprobado,
|
|
313
|
-
enabledOpacityLight: e.grass[30],
|
|
314
|
-
// comprobado
|
|
315
|
-
enabledOpacityDark: e.grass[30],
|
|
316
|
-
// comprobado,
|
|
317
|
-
hoverOpacityLight: e.grass[20],
|
|
318
|
-
// comprobado,
|
|
319
|
-
hoverOpacityDark: e.grass[20],
|
|
320
|
-
// comprobado,
|
|
321
|
-
selectedOpacityLight: e.grass[30],
|
|
322
|
-
// comprobado,
|
|
323
|
-
selectedOpacityDark: e.grass[40],
|
|
324
|
-
// comprobado,
|
|
325
|
-
activeOpacityLight: e.grass[40],
|
|
326
|
-
// comprobado,
|
|
327
|
-
activeOpacityDark: e.grass[50],
|
|
328
|
-
// comprobado,
|
|
329
|
-
focusOpacityLight: e.grass[10],
|
|
330
|
-
// comprobado,
|
|
331
|
-
focusOpacityDark: e.grass[15] || "#fff",
|
|
332
|
-
// comprobado,
|
|
333
|
-
opacityLight: e.grass[10],
|
|
334
|
-
// comprobado,
|
|
335
|
-
opacityDark: e.grass[10],
|
|
336
|
-
// comprobado,
|
|
337
|
-
main: t.grassGreen[50],
|
|
338
|
-
// comprobado,,
|
|
339
|
-
light: t.grassGreen[30],
|
|
340
|
-
// comprobado,,
|
|
341
|
-
lighter: t.grassGreen[70],
|
|
342
|
-
// comprobado,,
|
|
343
|
-
dark: t.grassGreen[20],
|
|
344
|
-
// comprobado,,
|
|
345
|
-
darker: t.grassGreen[10],
|
|
346
|
-
// comprobado,,
|
|
347
|
-
contrastText: t.marbleLight[30],
|
|
348
|
-
// comprobado,
|
|
349
|
-
semanticTextLight: t.grassGreen[60],
|
|
350
|
-
// comprobado,
|
|
351
|
-
semanticTextDark: t.grassGreen[40],
|
|
352
|
-
// comprobado,
|
|
353
|
-
// Tone colors
|
|
354
|
-
toneOpacityLight: t.grassGreen[5],
|
|
355
|
-
// comprobado,
|
|
356
|
-
toneOpacityDark: t.grassGreen[95],
|
|
357
|
-
// comprobado,
|
|
358
|
-
// border
|
|
359
|
-
borderMainDark: e.grass[50],
|
|
400
|
+
borderMainLight: e.blaze[50],
|
|
360
401
|
// comprobado,
|
|
361
|
-
|
|
402
|
+
borderMainDark: e.blaze[40]
|
|
362
403
|
// comprobado,
|
|
363
404
|
}
|
|
364
|
-
},
|
|
405
|
+
}, p = {
|
|
365
406
|
patronus: {
|
|
366
407
|
enabled: a.patronus.enabledLight,
|
|
367
408
|
enabledOpacity: a.patronus.enabledOpacityLight,
|
|
@@ -375,6 +416,8 @@ const a = {
|
|
|
375
416
|
active: a.patronus.activeLight,
|
|
376
417
|
activeOpacity: a.patronus.activeOpacityLight,
|
|
377
418
|
opacity: a.patronus.opacityLight,
|
|
419
|
+
opacityGradient1: a.patronus.opacityGradient1Light,
|
|
420
|
+
opacityGradient2: a.patronus.opacityGradient2Light,
|
|
378
421
|
toneOpacity: a.patronus.toneOpacityLight,
|
|
379
422
|
contrastText: a.patronus.contrastText,
|
|
380
423
|
semanticText: a.patronus.semanticTextLight,
|
|
@@ -396,6 +439,8 @@ const a = {
|
|
|
396
439
|
active: a.blaze.activeLight,
|
|
397
440
|
activeOpacity: a.blaze.activeOpacityLight,
|
|
398
441
|
opacity: a.blaze.opacityLight,
|
|
442
|
+
opacityGradient1: a.blaze.opacityGradient1Light,
|
|
443
|
+
opacityGradient2: a.blaze.opacityGradient2Light,
|
|
399
444
|
toneOpacity: a.blaze.toneOpacityLight,
|
|
400
445
|
contrastText: a.blaze.contrastText,
|
|
401
446
|
semanticText: a.blaze.semanticTextLight,
|
|
@@ -417,6 +462,8 @@ const a = {
|
|
|
417
462
|
active: a.brown.activeLight,
|
|
418
463
|
activeOpacity: a.brown.activeOpacityLight,
|
|
419
464
|
opacity: a.brown.opacityLight,
|
|
465
|
+
opacityGradient1: a.brown.opacityGradient1Light,
|
|
466
|
+
opacityGradient2: a.brown.opacityGradient2Light,
|
|
420
467
|
toneOpacity: a.brown.toneOpacityLight,
|
|
421
468
|
contrastText: a.brown.contrastText,
|
|
422
469
|
semanticText: a.brown.semanticTextLight,
|
|
@@ -438,6 +485,8 @@ const a = {
|
|
|
438
485
|
active: a.grass.activeLight,
|
|
439
486
|
activeOpacity: a.grass.activeOpacityLight,
|
|
440
487
|
opacity: a.grass.opacityLight,
|
|
488
|
+
opacityGradient1: a.grass.opacityGradient1Light,
|
|
489
|
+
opacityGradient2: a.grass.opacityGradient2Light,
|
|
441
490
|
toneOpacity: a.grass.toneOpacityLight,
|
|
442
491
|
contrastText: a.grass.contrastText,
|
|
443
492
|
semanticText: a.grass.semanticTextLight,
|
|
@@ -459,6 +508,8 @@ const a = {
|
|
|
459
508
|
active: a.turqui.activeLight,
|
|
460
509
|
activeOpacity: a.turqui.activeOpacityLight,
|
|
461
510
|
opacity: a.turqui.opacityLight,
|
|
511
|
+
opacityGradient1: a.turqui.opacityGradient1Light,
|
|
512
|
+
opacityGradient2: a.turqui.opacityGradient2Light,
|
|
462
513
|
toneOpacity: a.turqui.toneOpacityLight,
|
|
463
514
|
contrastText: a.turqui.contrastText,
|
|
464
515
|
semanticText: a.turqui.semanticTextLight,
|
|
@@ -467,7 +518,7 @@ const a = {
|
|
|
467
518
|
light: a.turqui.light,
|
|
468
519
|
dark: a.turqui.dark
|
|
469
520
|
}
|
|
470
|
-
},
|
|
521
|
+
}, u = {
|
|
471
522
|
patronus: {
|
|
472
523
|
enabled: a.patronus.enabledDark,
|
|
473
524
|
enabledOpacity: a.patronus.enabledOpacityDark,
|
|
@@ -481,6 +532,8 @@ const a = {
|
|
|
481
532
|
active: a.patronus.activeDark,
|
|
482
533
|
activeOpacity: a.patronus.activeOpacityDark,
|
|
483
534
|
opacity: a.patronus.opacityDark,
|
|
535
|
+
opacityGradient1: a.patronus.opacityGradient1Dark,
|
|
536
|
+
opacityGradient2: a.patronus.opacityGradient2Dark,
|
|
484
537
|
toneOpacity: a.patronus.toneOpacityDark,
|
|
485
538
|
contrastText: a.patronus.contrastText,
|
|
486
539
|
semanticText: a.patronus.semanticTextDark,
|
|
@@ -502,6 +555,8 @@ const a = {
|
|
|
502
555
|
active: a.blaze.activeDark,
|
|
503
556
|
activeOpacity: a.blaze.activeOpacityDark,
|
|
504
557
|
opacity: a.blaze.opacityDark,
|
|
558
|
+
opacityGradient1: a.blaze.opacityGradient1Dark,
|
|
559
|
+
opacityGradient2: a.blaze.opacityGradient2Dark,
|
|
505
560
|
toneOpacity: a.blaze.toneOpacityDark,
|
|
506
561
|
contrastText: a.blaze.contrastText,
|
|
507
562
|
semanticText: a.blaze.semanticTextDark,
|
|
@@ -523,6 +578,8 @@ const a = {
|
|
|
523
578
|
active: a.brown.activeDark,
|
|
524
579
|
activeOpacity: a.brown.activeOpacityDark,
|
|
525
580
|
opacity: a.brown.opacityDark,
|
|
581
|
+
opacityGradient1: a.brown.opacityGradient1Dark,
|
|
582
|
+
opacityGradient2: a.brown.opacityGradient2Dark,
|
|
526
583
|
toneOpacity: a.brown.toneOpacityDark,
|
|
527
584
|
contrastText: a.brown.contrastText,
|
|
528
585
|
semanticText: a.brown.semanticTextDark,
|
|
@@ -544,6 +601,8 @@ const a = {
|
|
|
544
601
|
active: a.grass.activeDark,
|
|
545
602
|
activeOpacity: a.grass.activeOpacityDark,
|
|
546
603
|
opacity: a.grass.opacityDark,
|
|
604
|
+
opacityGradient1: a.grass.opacityGradient1Dark,
|
|
605
|
+
opacityGradient2: a.grass.opacityGradient2Dark,
|
|
547
606
|
toneOpacity: a.grass.toneOpacityDark,
|
|
548
607
|
contrastText: a.grass.contrastText,
|
|
549
608
|
semanticText: a.grass.semanticTextDark,
|
|
@@ -565,6 +624,8 @@ const a = {
|
|
|
565
624
|
active: a.turqui.activeDark,
|
|
566
625
|
activeOpacity: a.turqui.activeOpacityDark,
|
|
567
626
|
opacity: a.turqui.opacityDark,
|
|
627
|
+
opacityGradient1: a.turqui.opacityGradient1Dark,
|
|
628
|
+
opacityGradient2: a.turqui.opacityGradient2Dark,
|
|
568
629
|
toneOpacity: a.turqui.toneOpacityDark,
|
|
569
630
|
contrastText: a.turqui.contrastText,
|
|
570
631
|
semanticText: a.turqui.semanticTextDark,
|
|
@@ -573,13 +634,13 @@ const a = {
|
|
|
573
634
|
light: a.turqui.light,
|
|
574
635
|
dark: a.turqui.dark
|
|
575
636
|
}
|
|
576
|
-
},
|
|
637
|
+
}, c = Object.keys(a), g = c.map((r) => ({
|
|
577
638
|
name: r,
|
|
578
639
|
value: a[r].main
|
|
579
640
|
}));
|
|
580
641
|
export {
|
|
581
642
|
a as P,
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
643
|
+
u as a,
|
|
644
|
+
p as b,
|
|
645
|
+
g as p
|
|
585
646
|
};
|