@m4l/styles 7.1.29 → 7.1.30
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 +1 -1
- package/theme/overrides/index.js +79 -83
- package/theme/palette/baseChipsPalette.js +3 -3
- package/theme/palette/baseColors.js +16 -16
- package/theme/palette/defaultColors.js +17 -9
- package/theme/palette/presetColors.js +66 -26
- package/theme/palette/semanticColors.js +52 -20
- package/theme/shadows.js +2 -2
- package/types/types.d.ts +10 -0
- package/utils/getPaletteByPreset.js +25 -25
- 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
package/package.json
CHANGED
package/theme/overrides/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { A as r } from "./MUIComponents/Avatar.js";
|
|
2
2
|
import { B as a } from "./MUIComponents/Button.js";
|
|
3
|
-
import { I as
|
|
4
|
-
import { F as
|
|
3
|
+
import { I as m } from "./MUIComponents/IconButton.js";
|
|
4
|
+
import { F as i } from "./MUIComponents/Fab.js";
|
|
5
5
|
import { C as p } from "./MUIComponents/Card.js";
|
|
6
6
|
import { M } from "./MUIComponents/Menu.js";
|
|
7
7
|
import { L as s } from "./MUIComponents/Link.js";
|
|
@@ -27,8 +27,8 @@ import { T as R } from "./MUIComponents/Timeline.js";
|
|
|
27
27
|
import { C as y } from "./MUIComponents/Checkbox.js";
|
|
28
28
|
import { A as H } from "./MUIComponents/Accordion.js";
|
|
29
29
|
import { T as v } from "./MUIComponents/Typography.js";
|
|
30
|
-
import { P as
|
|
31
|
-
import { B as
|
|
30
|
+
import { P as k } from "./MUIComponents/Pagination.js";
|
|
31
|
+
import { B as D } from "./MUIComponents/Breadcrumbs.js";
|
|
32
32
|
import { B as x } from "./MUIComponents/ButtonGroup.js";
|
|
33
33
|
import { C as w } from "./MUIComponents/CssBaseline.js";
|
|
34
34
|
import { A as G } from "./MUIComponents/Autocomplete.js";
|
|
@@ -51,56 +51,54 @@ import { M as _ } from "./M4LExtendedComponents/M4LButton.js";
|
|
|
51
51
|
import { M as $ } from "./M4LRHFComponents/M4LRHFAutocomplete.js";
|
|
52
52
|
import { M as e } from "./M4LRHFComponents/M4LRHFAutocompleteAsync.js";
|
|
53
53
|
import { M as h } from "./M4LExtendedComponents/M4LNavLink.js";
|
|
54
|
-
import { M as oo } from "./M4LExtendedComponents/
|
|
55
|
-
import { M as ro } from "./M4LExtendedComponents/
|
|
56
|
-
import { M as ao } from "./M4LExtendedComponents/
|
|
57
|
-
import { M as io } from "./M4LExtendedComponents/M4LAppBar.js";
|
|
54
|
+
import { M as oo } from "./M4LExtendedComponents/M4LAreasAdmin.js";
|
|
55
|
+
import { M as ro } from "./M4LExtendedComponents/M4LAreasViewer.js";
|
|
56
|
+
import { M as ao } from "./M4LExtendedComponents/M4LAppBar.js";
|
|
58
57
|
import { M as mo } from "./M4LExtendedComponents/M4LAvatar.js";
|
|
59
|
-
import { M as
|
|
60
|
-
import { M as
|
|
61
|
-
import { M as
|
|
62
|
-
import { M as
|
|
63
|
-
import { M as
|
|
64
|
-
import { M as
|
|
65
|
-
import { M as
|
|
66
|
-
import { M as
|
|
67
|
-
import { M as
|
|
68
|
-
import { M as
|
|
69
|
-
import { M as
|
|
70
|
-
import { M as
|
|
71
|
-
import { M as
|
|
72
|
-
import { M as
|
|
73
|
-
import { M as
|
|
74
|
-
import { M as
|
|
75
|
-
import { M as
|
|
76
|
-
import { M as
|
|
77
|
-
import { M as
|
|
78
|
-
import { M as
|
|
79
|
-
import { M as
|
|
80
|
-
import { M as
|
|
81
|
-
import { M as
|
|
82
|
-
import { M as
|
|
83
|
-
import { M as
|
|
84
|
-
import { M as ko } from "./M4LExtendedComponents/
|
|
85
|
-
import { M as
|
|
86
|
-
import { M as
|
|
87
|
-
import { M as
|
|
88
|
-
import { M as
|
|
89
|
-
import { M as
|
|
90
|
-
import { M as
|
|
91
|
-
import { M as
|
|
92
|
-
import { M as
|
|
93
|
-
import { M as
|
|
94
|
-
import { M as
|
|
95
|
-
import { M as
|
|
96
|
-
import { M as
|
|
97
|
-
import { M as
|
|
98
|
-
import { M as
|
|
99
|
-
import { M as
|
|
100
|
-
|
|
101
|
-
function Ua(o) {
|
|
58
|
+
import { M as io } from "./M4LExtendedComponents/M4LAccountPopover.js";
|
|
59
|
+
import { M as po } from "./M4LExtendedComponents/M4LModuleLayout.js";
|
|
60
|
+
import { M as Mo } from "./M4LExtendedComponents/M4LMasterDetailLayout.js";
|
|
61
|
+
import { M as so } from "./M4LExtendedComponents/M4LSplitLayout.js";
|
|
62
|
+
import { M as fo } from "./M4LExtendedComponents/M4LCommonActions.js";
|
|
63
|
+
import { M as to } from "./M4LRHFComponents/M4LRHFDateTime.js";
|
|
64
|
+
import { M as Lo } from "./M4LExtendedComponents/M4LinearProgressIndeterminate.js";
|
|
65
|
+
import { M as no } from "./M4LExtendedComponents/M4LPropertyValue.js";
|
|
66
|
+
import { M as lo } from "./M4LExtendedComponents/M4LTab.js";
|
|
67
|
+
import { M as co } from "./M4LExtendedComponents/M4LAccordion.js";
|
|
68
|
+
import { M as uo } from "./M4LExtendedComponents/M4LRHFormProvider.js";
|
|
69
|
+
import { M as Bo } from "./M4LRHFComponents/M4LRHFUploadImage.js";
|
|
70
|
+
import { M as go } from "./M4LExtendedComponents/M4LPeriod.js";
|
|
71
|
+
import { M as Po } from "./M4LRHFComponents/M4LRHFPeriod.js";
|
|
72
|
+
import { M as To } from "./M4LExtendedComponents/M4LModalDialog.js";
|
|
73
|
+
import { M as Ao } from "./M4LExtendedComponents/M4LPaperForm.js";
|
|
74
|
+
import { M as Co } from "./M4LExtendedComponents/M4LTooltip.js";
|
|
75
|
+
import { M as Fo } from "./M4LExtendedComponents/M4LBadge.js";
|
|
76
|
+
import { M as So } from "./M4LExtendedComponents/M4LPager.js";
|
|
77
|
+
import { M as bo } from "./M4LExtendedComponents/M4LCheckBox.js";
|
|
78
|
+
import { M as Io } from "./M4LExtendedComponents/M4LStack.js";
|
|
79
|
+
import { M as Ro } from "./M4LExtendedComponents/M4LTabs.js";
|
|
80
|
+
import { M as yo } from "./M4LExtendedComponents/M4LNoItemSelected.js";
|
|
81
|
+
import { M as Ho } from "./M4LExtendedComponents/M4LScrollBar.js";
|
|
82
|
+
import { M as vo } from "./M4LExtendedComponents/M4LGridLayout.js";
|
|
83
|
+
import { M as ko } from "./M4LExtendedComponents/M4LTabContent.js";
|
|
84
|
+
import { M as Do } from "./M4LExtendedComponents/M4LMenuActions.js";
|
|
85
|
+
import { M as xo } from "./M4LExtendedComponents/M4LPrintingSystem.js";
|
|
86
|
+
import { M as wo } from "./M4LExtendedComponents/M4LFormatter.js";
|
|
87
|
+
import { M as Go } from "./M4LExtendedComponents/M4LoadingError.js";
|
|
88
|
+
import { M as Vo } from "./M4LExtendedComponents/M4LMFLoader.js";
|
|
89
|
+
import { M as Eo } from "./M4LRHFComponents/M4LRHFColorPicker.js";
|
|
90
|
+
import { M as No } from "./M4LExtendedComponents/M4LoadingButton.js";
|
|
91
|
+
import { M as Oo } from "./M4LExtendedComponents/M4LPDFViewer.js";
|
|
92
|
+
import { M as jo } from "./M4LExtendedComponents/M4LTopBar.js";
|
|
93
|
+
import { M as Uo } from "./M4LExtendedComponents/M4LAppBarCommercial.js";
|
|
94
|
+
import { M as qo } from "./M4LExtendedComponents/M4LSectionCommercial.js";
|
|
95
|
+
import { M as zo } from "./M4LExtendedComponents/M4LHamburgerMenuCommercial.js";
|
|
96
|
+
import { M as Jo } from "./M4LExtendedComponents/M4LFieldLabel.js";
|
|
97
|
+
import { M as Ko } from "./M4LExtendedComponents/M4LMap.js";
|
|
98
|
+
import { M as Qo } from "./M4LExtendedComponents/M4LMapGpsTools.js";
|
|
99
|
+
function Ea(o) {
|
|
102
100
|
return Object.assign(
|
|
103
|
-
|
|
101
|
+
i(o),
|
|
104
102
|
// Chip(theme),
|
|
105
103
|
p(o),
|
|
106
104
|
M(o),
|
|
@@ -116,7 +114,7 @@ function Ua(o) {
|
|
|
116
114
|
g(o),
|
|
117
115
|
// Select(theme),
|
|
118
116
|
a(o),
|
|
119
|
-
|
|
117
|
+
m(o),
|
|
120
118
|
// Rating(theme),
|
|
121
119
|
r(o),
|
|
122
120
|
B(o),
|
|
@@ -134,80 +132,78 @@ function Ua(o) {
|
|
|
134
132
|
I(o),
|
|
135
133
|
H(o),
|
|
136
134
|
v(o),
|
|
137
|
-
D(o),
|
|
138
|
-
x(o),
|
|
139
135
|
k(o),
|
|
136
|
+
x(o),
|
|
137
|
+
D(o),
|
|
140
138
|
w(),
|
|
141
139
|
G(o),
|
|
142
140
|
E(o),
|
|
143
141
|
V(o),
|
|
144
142
|
N(o),
|
|
145
|
-
|
|
143
|
+
No(o),
|
|
146
144
|
/* Owner components */
|
|
147
145
|
O(),
|
|
148
146
|
U(o),
|
|
149
147
|
j(),
|
|
150
148
|
$(o),
|
|
151
149
|
e(),
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
150
|
+
to(o),
|
|
151
|
+
uo(),
|
|
152
|
+
Bo(o),
|
|
153
|
+
Po(),
|
|
156
154
|
q(o),
|
|
157
155
|
z(o),
|
|
158
156
|
J(),
|
|
159
157
|
K(o),
|
|
160
158
|
h(o),
|
|
161
159
|
Q(),
|
|
162
|
-
|
|
160
|
+
Fo(o),
|
|
163
161
|
W(o),
|
|
164
162
|
X(o),
|
|
165
|
-
bo(o),
|
|
166
163
|
Y(o),
|
|
167
164
|
Z(o),
|
|
168
165
|
_(o),
|
|
166
|
+
ao(o),
|
|
169
167
|
oo(o),
|
|
170
|
-
io(o),
|
|
171
168
|
ro(o),
|
|
172
|
-
ao(o),
|
|
173
169
|
mo(o),
|
|
174
|
-
|
|
175
|
-
|
|
170
|
+
io(o),
|
|
171
|
+
po(),
|
|
172
|
+
Mo(o),
|
|
176
173
|
so(o),
|
|
177
|
-
fo(
|
|
178
|
-
|
|
174
|
+
fo(),
|
|
175
|
+
Lo(o),
|
|
179
176
|
no(o),
|
|
180
177
|
lo(o),
|
|
181
178
|
co(o),
|
|
182
|
-
|
|
183
|
-
|
|
179
|
+
go(o),
|
|
180
|
+
To(o),
|
|
184
181
|
Ao(o),
|
|
185
182
|
Co(o),
|
|
186
|
-
|
|
187
|
-
|
|
183
|
+
So(o),
|
|
184
|
+
bo(o),
|
|
185
|
+
Io(),
|
|
188
186
|
Ro(o),
|
|
189
187
|
yo(),
|
|
190
188
|
Ho(o),
|
|
191
189
|
vo(),
|
|
190
|
+
ko(o),
|
|
192
191
|
Do(o),
|
|
193
|
-
ko(),
|
|
194
192
|
xo(o),
|
|
195
193
|
wo(o),
|
|
196
194
|
Go(o),
|
|
197
|
-
Vo(
|
|
195
|
+
Vo(),
|
|
198
196
|
Eo(o),
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
Uo(),
|
|
197
|
+
Oo(),
|
|
198
|
+
jo(o),
|
|
199
|
+
Uo(o),
|
|
202
200
|
qo(o),
|
|
203
|
-
zo(
|
|
201
|
+
zo(),
|
|
204
202
|
Jo(o),
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
Xo(),
|
|
208
|
-
Wo(o)
|
|
203
|
+
Qo(),
|
|
204
|
+
Ko(o)
|
|
209
205
|
);
|
|
210
206
|
}
|
|
211
207
|
export {
|
|
212
|
-
|
|
208
|
+
Ea as f
|
|
213
209
|
};
|
|
@@ -507,7 +507,7 @@ const c = {
|
|
|
507
507
|
default: {
|
|
508
508
|
outlined: {
|
|
509
509
|
/* opacidad */
|
|
510
|
-
color: o.
|
|
510
|
+
color: o.coolGrey[20],
|
|
511
511
|
// Comprobado
|
|
512
512
|
backgroundColor: r.mint[40],
|
|
513
513
|
// Comprobado
|
|
@@ -516,7 +516,7 @@ const c = {
|
|
|
516
516
|
backgroundActive: r.mint[30],
|
|
517
517
|
// Comprobado
|
|
518
518
|
/* Tone */
|
|
519
|
-
colorTone: o.
|
|
519
|
+
colorTone: o.coolGrey[20],
|
|
520
520
|
// Comprobado
|
|
521
521
|
backgroundColorTone: o.coolGrey[70],
|
|
522
522
|
// Comprobado
|
|
@@ -527,7 +527,7 @@ const c = {
|
|
|
527
527
|
},
|
|
528
528
|
contained: {
|
|
529
529
|
/* opacidad */
|
|
530
|
-
color: o.
|
|
530
|
+
color: o.coolGrey[20],
|
|
531
531
|
// Comprobado
|
|
532
532
|
backgroundColor: r.mint[10],
|
|
533
533
|
// Comprobado
|
|
@@ -20,7 +20,7 @@ const F = {
|
|
|
20
20
|
// Comprobado
|
|
21
21
|
90: "#1E3A8A",
|
|
22
22
|
// Comprobado
|
|
23
|
-
95: "#
|
|
23
|
+
95: "#1D2531"
|
|
24
24
|
// Comprobado
|
|
25
25
|
},
|
|
26
26
|
crayonBlue: {
|
|
@@ -140,7 +140,7 @@ const F = {
|
|
|
140
140
|
// Comprobado
|
|
141
141
|
90: "#27423A",
|
|
142
142
|
// Comprobado
|
|
143
|
-
95: "#
|
|
143
|
+
95: "#1C2B25"
|
|
144
144
|
// Comprobado
|
|
145
145
|
},
|
|
146
146
|
desertBeige: {
|
|
@@ -164,7 +164,7 @@ const F = {
|
|
|
164
164
|
// Comprobado
|
|
165
165
|
90: "#735133",
|
|
166
166
|
// Comprobado
|
|
167
|
-
95: "#
|
|
167
|
+
95: "#322D29"
|
|
168
168
|
// Comprobado
|
|
169
169
|
},
|
|
170
170
|
turquiBlue: {
|
|
@@ -188,7 +188,7 @@ const F = {
|
|
|
188
188
|
// Comprobado
|
|
189
189
|
90: "#2E3D41",
|
|
190
190
|
// Comprobado
|
|
191
|
-
95: "#
|
|
191
|
+
95: "#212A2E"
|
|
192
192
|
// Comprobado
|
|
193
193
|
},
|
|
194
194
|
blazeOrange: {
|
|
@@ -212,7 +212,7 @@ const F = {
|
|
|
212
212
|
// Comprobado
|
|
213
213
|
90: "#7C2D12",
|
|
214
214
|
// Comprobado
|
|
215
|
-
95: "#
|
|
215
|
+
95: "#36281F"
|
|
216
216
|
// Comprobado
|
|
217
217
|
},
|
|
218
218
|
flameRed: {
|
|
@@ -236,7 +236,7 @@ const F = {
|
|
|
236
236
|
// Comprobado
|
|
237
237
|
90: "#3E3231",
|
|
238
238
|
// Comprobado
|
|
239
|
-
95: ""
|
|
239
|
+
95: "#3E3231"
|
|
240
240
|
// No aplica
|
|
241
241
|
},
|
|
242
242
|
coolGrey: {
|
|
@@ -284,7 +284,7 @@ const F = {
|
|
|
284
284
|
// Comprobado
|
|
285
285
|
90: "#654432",
|
|
286
286
|
// Comprobado
|
|
287
|
-
95: "#
|
|
287
|
+
95: "#2A2523"
|
|
288
288
|
// Comprobado
|
|
289
289
|
},
|
|
290
290
|
marbleLight: {
|
|
@@ -314,23 +314,23 @@ const F = {
|
|
|
314
314
|
onyx: {
|
|
315
315
|
5: "",
|
|
316
316
|
// No aplica
|
|
317
|
-
10: "#
|
|
317
|
+
10: "#3a3f3f",
|
|
318
318
|
// Comprobado
|
|
319
|
-
20: "#
|
|
319
|
+
20: "#343939",
|
|
320
320
|
// Comprobado
|
|
321
|
-
30: "#
|
|
321
|
+
30: "#292f2f",
|
|
322
322
|
// Comprobado
|
|
323
|
-
40: "#
|
|
323
|
+
40: "#262b2b",
|
|
324
324
|
// Comprobado
|
|
325
|
-
50: "#
|
|
325
|
+
50: "#262626",
|
|
326
326
|
// Comprobado
|
|
327
|
-
60: "#
|
|
327
|
+
60: "#202020",
|
|
328
328
|
// Comprobado
|
|
329
|
-
70: "#
|
|
329
|
+
70: "#1C1C1C",
|
|
330
330
|
// Comprobado
|
|
331
|
-
80: "",
|
|
331
|
+
80: "#1A1A1A",
|
|
332
332
|
// No aplica
|
|
333
|
-
90: "",
|
|
333
|
+
90: "#141414",
|
|
334
334
|
// No aplica
|
|
335
335
|
95: ""
|
|
336
336
|
// No aplica
|
|
@@ -48,6 +48,14 @@ const t = {
|
|
|
48
48
|
// Comprobado
|
|
49
49
|
mainDark: a.mint[20],
|
|
50
50
|
// Comprobado
|
|
51
|
+
opacityGradient1Light: e(a.oxford[20], 0.25),
|
|
52
|
+
// Comprobado
|
|
53
|
+
opacityGradient1Dark: e(a.mint[20], 0.25),
|
|
54
|
+
// Comprobado
|
|
55
|
+
opacityGradient2Light: e(a.oxford[20], 0.1),
|
|
56
|
+
// Comprobado
|
|
57
|
+
opacityGradient2Dark: e(a.mint[20], 0.1),
|
|
58
|
+
// Comprobado
|
|
51
59
|
light: a.oxford[20],
|
|
52
60
|
// Comprobado
|
|
53
61
|
lighter: a.oxford[40],
|
|
@@ -59,9 +67,9 @@ const t = {
|
|
|
59
67
|
// Tone colors
|
|
60
68
|
toneOpacityLight: i.marbleLight[30],
|
|
61
69
|
// Comprobado
|
|
62
|
-
toneOpacityDark: i.onyx[
|
|
70
|
+
toneOpacityDark: i.onyx[50]
|
|
63
71
|
// Comprobado
|
|
64
|
-
},
|
|
72
|
+
}, n = {
|
|
65
73
|
enabled: t.enabledLight,
|
|
66
74
|
enabledOpacity: t.enabledOpacityLight,
|
|
67
75
|
hover: t.hoverLight,
|
|
@@ -74,14 +82,14 @@ const t = {
|
|
|
74
82
|
active: t.activeLight,
|
|
75
83
|
activeOpacity: t.activeOpacityLight,
|
|
76
84
|
opacity: t.light,
|
|
77
|
-
opacityGradient1:
|
|
78
|
-
opacityGradient2:
|
|
85
|
+
opacityGradient1: t.opacityGradient1Light,
|
|
86
|
+
opacityGradient2: t.opacityGradient2Light,
|
|
79
87
|
toneOpacity: t.toneOpacityLight,
|
|
80
88
|
//Por compatibilidad con MUI
|
|
81
89
|
main: t.mainLight,
|
|
82
90
|
light: t.light,
|
|
83
91
|
dark: t.dark
|
|
84
|
-
},
|
|
92
|
+
}, y = {
|
|
85
93
|
enabled: t.enabledDark,
|
|
86
94
|
enabledOpacity: t.enabledOpacityDark,
|
|
87
95
|
hover: t.hoverDark,
|
|
@@ -94,8 +102,8 @@ const t = {
|
|
|
94
102
|
active: t.activeDark,
|
|
95
103
|
activeOpacity: t.activeOpacityDark,
|
|
96
104
|
opacity: t.dark,
|
|
97
|
-
opacityGradient1:
|
|
98
|
-
opacityGradient2:
|
|
105
|
+
opacityGradient1: t.opacityGradient1Dark,
|
|
106
|
+
opacityGradient2: t.opacityGradient2Dark,
|
|
99
107
|
toneOpacity: t.toneOpacityDark,
|
|
100
108
|
//Por compatibilidad con MUI
|
|
101
109
|
main: t.mainDark,
|
|
@@ -103,7 +111,7 @@ const t = {
|
|
|
103
111
|
dark: t.dark
|
|
104
112
|
};
|
|
105
113
|
export {
|
|
106
|
-
|
|
114
|
+
y as B,
|
|
107
115
|
t as P,
|
|
108
|
-
|
|
116
|
+
n as a
|
|
109
117
|
};
|
|
@@ -43,6 +43,14 @@ const a = {
|
|
|
43
43
|
// comprobado,
|
|
44
44
|
focusOpacityDark: e.patronus[20],
|
|
45
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),
|
|
53
|
+
// comprobado,
|
|
46
54
|
opacityLight: e.patronus[10],
|
|
47
55
|
// comprobado,
|
|
48
56
|
opacityDark: e.patronus[10],
|
|
@@ -115,6 +123,14 @@ const a = {
|
|
|
115
123
|
// comprobado,
|
|
116
124
|
focusOpacityDark: e.grass[15] || "#fff",
|
|
117
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,
|
|
118
134
|
opacityLight: e.grass[10],
|
|
119
135
|
// comprobado,
|
|
120
136
|
opacityDark: e.grass[10],
|
|
@@ -187,6 +203,14 @@ const a = {
|
|
|
187
203
|
// comprobado,
|
|
188
204
|
focusOpacityDark: e.turqui[20],
|
|
189
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,
|
|
190
214
|
opacityLight: e.turqui[10],
|
|
191
215
|
// comprobado,
|
|
192
216
|
opacityDark: e.turqui[10],
|
|
@@ -261,6 +285,14 @@ const a = {
|
|
|
261
285
|
// comprobado,
|
|
262
286
|
opacityLight: e.brown[10],
|
|
263
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,
|
|
264
296
|
opacityDark: e.brown[10],
|
|
265
297
|
// comprobado,
|
|
266
298
|
main: t.brown[40],
|
|
@@ -333,6 +365,14 @@ const a = {
|
|
|
333
365
|
// comprobado,
|
|
334
366
|
opacityLight: e.blaze[10],
|
|
335
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,
|
|
336
376
|
opacityDark: e.blaze[10],
|
|
337
377
|
// comprobado,
|
|
338
378
|
main: t.blazeOrange[50],
|
|
@@ -362,7 +402,7 @@ const a = {
|
|
|
362
402
|
borderMainDark: e.blaze[40]
|
|
363
403
|
// comprobado,
|
|
364
404
|
}
|
|
365
|
-
},
|
|
405
|
+
}, p = {
|
|
366
406
|
patronus: {
|
|
367
407
|
enabled: a.patronus.enabledLight,
|
|
368
408
|
enabledOpacity: a.patronus.enabledOpacityLight,
|
|
@@ -376,8 +416,8 @@ const a = {
|
|
|
376
416
|
active: a.patronus.activeLight,
|
|
377
417
|
activeOpacity: a.patronus.activeOpacityLight,
|
|
378
418
|
opacity: a.patronus.opacityLight,
|
|
379
|
-
opacityGradient1:
|
|
380
|
-
opacityGradient2:
|
|
419
|
+
opacityGradient1: a.patronus.opacityGradient1Light,
|
|
420
|
+
opacityGradient2: a.patronus.opacityGradient2Light,
|
|
381
421
|
toneOpacity: a.patronus.toneOpacityLight,
|
|
382
422
|
contrastText: a.patronus.contrastText,
|
|
383
423
|
semanticText: a.patronus.semanticTextLight,
|
|
@@ -399,8 +439,8 @@ const a = {
|
|
|
399
439
|
active: a.blaze.activeLight,
|
|
400
440
|
activeOpacity: a.blaze.activeOpacityLight,
|
|
401
441
|
opacity: a.blaze.opacityLight,
|
|
402
|
-
opacityGradient1:
|
|
403
|
-
opacityGradient2:
|
|
442
|
+
opacityGradient1: a.blaze.opacityGradient1Light,
|
|
443
|
+
opacityGradient2: a.blaze.opacityGradient2Light,
|
|
404
444
|
toneOpacity: a.blaze.toneOpacityLight,
|
|
405
445
|
contrastText: a.blaze.contrastText,
|
|
406
446
|
semanticText: a.blaze.semanticTextLight,
|
|
@@ -422,8 +462,8 @@ const a = {
|
|
|
422
462
|
active: a.brown.activeLight,
|
|
423
463
|
activeOpacity: a.brown.activeOpacityLight,
|
|
424
464
|
opacity: a.brown.opacityLight,
|
|
425
|
-
opacityGradient1:
|
|
426
|
-
opacityGradient2:
|
|
465
|
+
opacityGradient1: a.brown.opacityGradient1Light,
|
|
466
|
+
opacityGradient2: a.brown.opacityGradient2Light,
|
|
427
467
|
toneOpacity: a.brown.toneOpacityLight,
|
|
428
468
|
contrastText: a.brown.contrastText,
|
|
429
469
|
semanticText: a.brown.semanticTextLight,
|
|
@@ -445,8 +485,8 @@ const a = {
|
|
|
445
485
|
active: a.grass.activeLight,
|
|
446
486
|
activeOpacity: a.grass.activeOpacityLight,
|
|
447
487
|
opacity: a.grass.opacityLight,
|
|
448
|
-
opacityGradient1:
|
|
449
|
-
opacityGradient2:
|
|
488
|
+
opacityGradient1: a.grass.opacityGradient1Light,
|
|
489
|
+
opacityGradient2: a.grass.opacityGradient2Light,
|
|
450
490
|
toneOpacity: a.grass.toneOpacityLight,
|
|
451
491
|
contrastText: a.grass.contrastText,
|
|
452
492
|
semanticText: a.grass.semanticTextLight,
|
|
@@ -468,8 +508,8 @@ const a = {
|
|
|
468
508
|
active: a.turqui.activeLight,
|
|
469
509
|
activeOpacity: a.turqui.activeOpacityLight,
|
|
470
510
|
opacity: a.turqui.opacityLight,
|
|
471
|
-
opacityGradient1:
|
|
472
|
-
opacityGradient2:
|
|
511
|
+
opacityGradient1: a.turqui.opacityGradient1Light,
|
|
512
|
+
opacityGradient2: a.turqui.opacityGradient2Light,
|
|
473
513
|
toneOpacity: a.turqui.toneOpacityLight,
|
|
474
514
|
contrastText: a.turqui.contrastText,
|
|
475
515
|
semanticText: a.turqui.semanticTextLight,
|
|
@@ -478,7 +518,7 @@ const a = {
|
|
|
478
518
|
light: a.turqui.light,
|
|
479
519
|
dark: a.turqui.dark
|
|
480
520
|
}
|
|
481
|
-
},
|
|
521
|
+
}, u = {
|
|
482
522
|
patronus: {
|
|
483
523
|
enabled: a.patronus.enabledDark,
|
|
484
524
|
enabledOpacity: a.patronus.enabledOpacityDark,
|
|
@@ -492,8 +532,8 @@ const a = {
|
|
|
492
532
|
active: a.patronus.activeDark,
|
|
493
533
|
activeOpacity: a.patronus.activeOpacityDark,
|
|
494
534
|
opacity: a.patronus.opacityDark,
|
|
495
|
-
opacityGradient1:
|
|
496
|
-
opacityGradient2:
|
|
535
|
+
opacityGradient1: a.patronus.opacityGradient1Dark,
|
|
536
|
+
opacityGradient2: a.patronus.opacityGradient2Dark,
|
|
497
537
|
toneOpacity: a.patronus.toneOpacityDark,
|
|
498
538
|
contrastText: a.patronus.contrastText,
|
|
499
539
|
semanticText: a.patronus.semanticTextDark,
|
|
@@ -515,8 +555,8 @@ const a = {
|
|
|
515
555
|
active: a.blaze.activeDark,
|
|
516
556
|
activeOpacity: a.blaze.activeOpacityDark,
|
|
517
557
|
opacity: a.blaze.opacityDark,
|
|
518
|
-
opacityGradient1:
|
|
519
|
-
opacityGradient2:
|
|
558
|
+
opacityGradient1: a.blaze.opacityGradient1Dark,
|
|
559
|
+
opacityGradient2: a.blaze.opacityGradient2Dark,
|
|
520
560
|
toneOpacity: a.blaze.toneOpacityDark,
|
|
521
561
|
contrastText: a.blaze.contrastText,
|
|
522
562
|
semanticText: a.blaze.semanticTextDark,
|
|
@@ -538,8 +578,8 @@ const a = {
|
|
|
538
578
|
active: a.brown.activeDark,
|
|
539
579
|
activeOpacity: a.brown.activeOpacityDark,
|
|
540
580
|
opacity: a.brown.opacityDark,
|
|
541
|
-
opacityGradient1:
|
|
542
|
-
opacityGradient2:
|
|
581
|
+
opacityGradient1: a.brown.opacityGradient1Dark,
|
|
582
|
+
opacityGradient2: a.brown.opacityGradient2Dark,
|
|
543
583
|
toneOpacity: a.brown.toneOpacityDark,
|
|
544
584
|
contrastText: a.brown.contrastText,
|
|
545
585
|
semanticText: a.brown.semanticTextDark,
|
|
@@ -561,8 +601,8 @@ const a = {
|
|
|
561
601
|
active: a.grass.activeDark,
|
|
562
602
|
activeOpacity: a.grass.activeOpacityDark,
|
|
563
603
|
opacity: a.grass.opacityDark,
|
|
564
|
-
opacityGradient1:
|
|
565
|
-
opacityGradient2:
|
|
604
|
+
opacityGradient1: a.grass.opacityGradient1Dark,
|
|
605
|
+
opacityGradient2: a.grass.opacityGradient2Dark,
|
|
566
606
|
toneOpacity: a.grass.toneOpacityDark,
|
|
567
607
|
contrastText: a.grass.contrastText,
|
|
568
608
|
semanticText: a.grass.semanticTextDark,
|
|
@@ -584,8 +624,8 @@ const a = {
|
|
|
584
624
|
active: a.turqui.activeDark,
|
|
585
625
|
activeOpacity: a.turqui.activeOpacityDark,
|
|
586
626
|
opacity: a.turqui.opacityDark,
|
|
587
|
-
opacityGradient1:
|
|
588
|
-
opacityGradient2:
|
|
627
|
+
opacityGradient1: a.turqui.opacityGradient1Dark,
|
|
628
|
+
opacityGradient2: a.turqui.opacityGradient2Dark,
|
|
589
629
|
toneOpacity: a.turqui.toneOpacityDark,
|
|
590
630
|
contrastText: a.turqui.contrastText,
|
|
591
631
|
semanticText: a.turqui.semanticTextDark,
|
|
@@ -594,13 +634,13 @@ const a = {
|
|
|
594
634
|
light: a.turqui.light,
|
|
595
635
|
dark: a.turqui.dark
|
|
596
636
|
}
|
|
597
|
-
}, c = Object.keys(a),
|
|
637
|
+
}, c = Object.keys(a), g = c.map((r) => ({
|
|
598
638
|
name: r,
|
|
599
639
|
value: a[r].main
|
|
600
640
|
}));
|
|
601
641
|
export {
|
|
602
642
|
a as P,
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
643
|
+
u as a,
|
|
644
|
+
p as b,
|
|
645
|
+
g as p
|
|
606
646
|
};
|