@m4l/styles 6.1.1 → 6.2.0
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 +6 -6
- package/package.json +1 -1
- package/theme/{index-Y2nvv8zQ.js → index-Cmq61IsH.js} +23 -22
- package/theme/overrides/M4LExtendedComponents/{index-BO_x8lkT.js → index-BRJrPI_I.js} +1 -1
- package/theme/overrides/{index-DLjfQaz-.js → index-R-QzrtEX.js} +1 -1
- package/theme/{palette-voCQl3kP.js → palette-DNUOTnQG.js} +219 -40
- package/theme/{shadows-Cek_1mpN.js → shadows-DmISA5S1.js} +1 -1
- package/theme/sizes/types.d.ts +2 -0
- package/theme/typography/baseFontSize.d.ts +2 -0
- package/theme/typography/baseLineHeight.d.ts +8 -0
- package/theme/typography/baseWeight.d.ts +2 -0
- package/theme/typography/types.d.ts +98 -0
- package/theme/typography/typography.d.ts +2 -0
- package/theme/typography/typographySizes.d.ts +3 -0
- package/theme/typography-BSiavZtl.js +260 -0
- package/types/augmentations.d.ts +2 -1
- package/types/types.d.ts +1 -1
- package/utils/{getColorPresets-DgmrCj5l.js → getColorPresets-ClqVMwFE.js} +1 -1
- package/theme/typography-BsOO459U.js +0 -134
package/index.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { D as o, g as a, m as r } from "./config-B8bZIPuH.js";
|
|
2
|
-
import { O as p, g as m } from "./theme/index-
|
|
3
|
-
import { c as O, s as x } from "./theme/shadows-
|
|
4
|
-
import { t as g } from "./theme/typography-
|
|
5
|
-
import { f as S } from "./theme/overrides/index-
|
|
6
|
-
import { B as n, a as R, C as T, G as i, p as P } from "./theme/palette-
|
|
2
|
+
import { O as p, g as m } from "./theme/index-Cmq61IsH.js";
|
|
3
|
+
import { c as O, s as x } from "./theme/shadows-DmISA5S1.js";
|
|
4
|
+
import { t as g } from "./theme/typography-BSiavZtl.js";
|
|
5
|
+
import { f as S } from "./theme/overrides/index-R-QzrtEX.js";
|
|
6
|
+
import { B as n, a as R, C as T, G as i, p as P } from "./theme/palette-DNUOTnQG.js";
|
|
7
7
|
import { u } from "./utils/useResponsive-DaeQVwlH.js";
|
|
8
|
-
import { D as L, d, g as B } from "./utils/getColorPresets-
|
|
8
|
+
import { D as L, d, g as B } from "./utils/getColorPresets-ClqVMwFE.js";
|
|
9
9
|
import { g as F, p as h, a as v, r as y } from "./utils/getFontValue-BEO-XID9.js";
|
|
10
10
|
import { g as U } from "./utils/getColorState-D1JKXD4T.js";
|
|
11
11
|
export {
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { createTheme as h, alpha as O } from "@mui/material/styles";
|
|
2
|
-
import { t as p } from "./typography-
|
|
3
|
-
import { s as
|
|
4
|
-
import { C as i, D as l, B as s, P as m, a as e, S as d, G as n, b as c, c as
|
|
5
|
-
import { g as
|
|
2
|
+
import { T as R, t as p } from "./typography-BSiavZtl.js";
|
|
3
|
+
import { s as _, c as b } from "./shadows-DmISA5S1.js";
|
|
4
|
+
import { C as i, D as l, B as s, P as m, a as e, S as d, G as n, b as c, c as g, d as f, e as S } from "./palette-DNUOTnQG.js";
|
|
5
|
+
import { g as y } from "../utils/getColorPresets-ClqVMwFE.js";
|
|
6
6
|
const o = {
|
|
7
7
|
light: {
|
|
8
8
|
scrollBar: "#5663763D",
|
|
@@ -13,7 +13,7 @@ const o = {
|
|
|
13
13
|
gridHover: "#282E2E"
|
|
14
14
|
}
|
|
15
15
|
}, L = (a) => {
|
|
16
|
-
const t =
|
|
16
|
+
const t = f?.[a], u = S?.[a];
|
|
17
17
|
return {
|
|
18
18
|
light: {
|
|
19
19
|
mode: "light",
|
|
@@ -90,7 +90,7 @@ const o = {
|
|
|
90
90
|
secondary: e.mint[40],
|
|
91
91
|
dens: e.mint[60],
|
|
92
92
|
disabled: e.mint[20],
|
|
93
|
-
error:
|
|
93
|
+
error: g.error.main
|
|
94
94
|
},
|
|
95
95
|
general: {
|
|
96
96
|
scrollBar: o.light.scrollBar,
|
|
@@ -101,7 +101,7 @@ const o = {
|
|
|
101
101
|
default: e.mint[20],
|
|
102
102
|
transition: e.mint[40]
|
|
103
103
|
},
|
|
104
|
-
...
|
|
104
|
+
...g
|
|
105
105
|
}
|
|
106
106
|
};
|
|
107
107
|
}, E = {
|
|
@@ -132,7 +132,7 @@ const o = {
|
|
|
132
132
|
sp13: "52px",
|
|
133
133
|
sp14: "56px",
|
|
134
134
|
"sp14.5": "58px"
|
|
135
|
-
},
|
|
135
|
+
}, C = {
|
|
136
136
|
base: {
|
|
137
137
|
small: r["sp3.5"],
|
|
138
138
|
medium: r.sp4,
|
|
@@ -148,7 +148,7 @@ const o = {
|
|
|
148
148
|
medium: r.sp8,
|
|
149
149
|
large: r.sp9
|
|
150
150
|
}
|
|
151
|
-
},
|
|
151
|
+
}, T = {
|
|
152
152
|
base: {
|
|
153
153
|
small: r.sp5,
|
|
154
154
|
medium: r.sp6,
|
|
@@ -164,33 +164,34 @@ const o = {
|
|
|
164
164
|
medium: r.sp10,
|
|
165
165
|
large: r.sp11
|
|
166
166
|
}
|
|
167
|
-
},
|
|
167
|
+
}, A = {
|
|
168
168
|
desktop: {
|
|
169
|
-
...
|
|
169
|
+
...C
|
|
170
170
|
},
|
|
171
171
|
mobile: {
|
|
172
|
-
...
|
|
172
|
+
...T
|
|
173
173
|
},
|
|
174
174
|
borderRadius: {
|
|
175
175
|
...E
|
|
176
|
-
}
|
|
177
|
-
|
|
176
|
+
},
|
|
177
|
+
typography: R
|
|
178
|
+
}, P = h(), x = L("patronus"), H = {
|
|
178
179
|
...p,
|
|
179
|
-
...
|
|
180
|
-
...
|
|
180
|
+
..._.light,
|
|
181
|
+
...x,
|
|
181
182
|
customShadows: {
|
|
182
|
-
primary: `0 8px 16px 0 ${O(
|
|
183
|
-
...
|
|
183
|
+
primary: `0 8px 16px 0 ${O(y("patronus").main, 0.2)}`,
|
|
184
|
+
...b("light")
|
|
184
185
|
},
|
|
185
186
|
stretch: !0,
|
|
186
187
|
palette: {
|
|
187
|
-
...
|
|
188
|
-
...
|
|
188
|
+
...P.palette,
|
|
189
|
+
...x.light
|
|
189
190
|
},
|
|
190
191
|
typography: p,
|
|
191
|
-
size:
|
|
192
|
+
size: A
|
|
192
193
|
};
|
|
193
194
|
export {
|
|
194
|
-
|
|
195
|
+
H as O,
|
|
195
196
|
L as g
|
|
196
197
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { F as s, C as o, M as r, L, c as M, I as i, R as n, B as p, a as l, T as c, P as d, S as u, b as g, d as B, A as F, e as P, D as A, f as T, g as b, h as C, i as S, j as y, k as R, l as v, m as H, n as I, o as k, p as D, q as f, r as x, s as w, t as G, u as V, v as j, w as E, x as N, y as O, z as q } from "./MUIComponents/index-DrBJTI1s.js";
|
|
2
2
|
import { M as z, a as U, b as J, c as K, d as Q, e as W, f as X, g as Y, h as Z } from "./M4LRHFComponents/index-Dv4h8DSV.js";
|
|
3
|
-
import { M as _, a as $, b as t, c as m, d as e, e as h, f as aa, g as sa, h as oa, i as ra, j as La, k as Ma, l as ia, m as na, n as pa, o as la, p as ca, q as da, r as ua, s as ga, t as Ba, u as Fa, v as Pa, w as Aa, x as Ta, y as ba, z as Ca, A as Sa, B as ya, C as Ra, D as va, E as Ha, F as Ia, G as ka, H as Da, I as fa, J as xa, K as wa, L as Ga, N as Va, O as ja, P as Ea, Q as Na, R as Oa, S as qa, T as za, U as Ua, V as Ja, W as Ka, X as Qa, Y as Wa, Z as Xa, _ as Ya } from "./M4LExtendedComponents/index-
|
|
3
|
+
import { M as _, a as $, b as t, c as m, d as e, e as h, f as aa, g as sa, h as oa, i as ra, j as La, k as Ma, l as ia, m as na, n as pa, o as la, p as ca, q as da, r as ua, s as ga, t as Ba, u as Fa, v as Pa, w as Aa, x as Ta, y as ba, z as Ca, A as Sa, B as ya, C as Ra, D as va, E as Ha, F as Ia, G as ka, H as Da, I as fa, J as xa, K as wa, L as Ga, N as Va, O as ja, P as Ea, Q as Na, R as Oa, S as qa, T as za, U as Ua, V as Ja, W as Ka, X as Qa, Y as Wa, Z as Xa, _ as Ya } from "./M4LExtendedComponents/index-BRJrPI_I.js";
|
|
4
4
|
function ta(a) {
|
|
5
5
|
return Object.assign(
|
|
6
6
|
s(a),
|
|
@@ -2,214 +2,393 @@ import { alpha as a } from "@mui/material/styles";
|
|
|
2
2
|
const t = {
|
|
3
3
|
patronusBlue: {
|
|
4
4
|
toneOpacity10: "#EBF3FF",
|
|
5
|
+
// comprobado
|
|
5
6
|
toneOpacity20: "#263747",
|
|
7
|
+
// comprobado
|
|
6
8
|
10: "#DBE9FF",
|
|
9
|
+
// comprobado
|
|
7
10
|
20: "#B6D3FF",
|
|
11
|
+
// comprobado
|
|
8
12
|
30: "#6DA8FF",
|
|
13
|
+
// comprobado
|
|
9
14
|
40: "#3787FF",
|
|
15
|
+
// comprobado
|
|
10
16
|
50: "#0064FF",
|
|
17
|
+
// comprobado
|
|
11
18
|
60: "#0050C8",
|
|
19
|
+
// comprobado
|
|
12
20
|
70: "#003A92",
|
|
21
|
+
// comprobado
|
|
13
22
|
80: "#00245B",
|
|
23
|
+
// comprobado
|
|
14
24
|
90: "#000F24",
|
|
25
|
+
// comprobado
|
|
15
26
|
100: "#2C4053"
|
|
27
|
+
// Todo: Validar este color desde figma
|
|
16
28
|
},
|
|
17
29
|
crayonBlue: {
|
|
18
30
|
toneOpacity10: "#E5EEFC",
|
|
31
|
+
// comprobado
|
|
19
32
|
toneOpacity20: "#263543",
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
33
|
+
// comprobado
|
|
34
|
+
10: "#D7E6FC",
|
|
35
|
+
// comprobado
|
|
36
|
+
20: "#BBD4FA",
|
|
37
|
+
// comprobado
|
|
38
|
+
30: "#A4C6F9",
|
|
39
|
+
// comprobado
|
|
40
|
+
40: "#87B4F7",
|
|
41
|
+
// comprobado
|
|
42
|
+
50: "#5494F3",
|
|
43
|
+
// comprobado
|
|
44
|
+
60: "#2B7BF0",
|
|
45
|
+
// comprobado
|
|
46
|
+
70: "#1064E0",
|
|
47
|
+
// comprobado
|
|
48
|
+
80: "#0E56C2",
|
|
49
|
+
// comprobado
|
|
50
|
+
90: "#0A3F8F",
|
|
51
|
+
// comprobado
|
|
29
52
|
100: "#113366"
|
|
53
|
+
// Todo: Validar este color desde figma
|
|
30
54
|
},
|
|
31
55
|
middleYellow: {
|
|
32
56
|
toneOpacity10: "#FBF9E0",
|
|
57
|
+
// comprobado
|
|
33
58
|
toneOpacity20: "#3C4027",
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
59
|
+
// comprobado
|
|
60
|
+
10: "#FFFDE9",
|
|
61
|
+
// comprobado
|
|
62
|
+
20: "#FFFBC5",
|
|
63
|
+
// comprobado
|
|
64
|
+
30: "#FFF688",
|
|
65
|
+
// comprobado
|
|
66
|
+
40: "#FFF25A",
|
|
67
|
+
// comprobado
|
|
68
|
+
50: "#FFEF26",
|
|
69
|
+
// comprobado
|
|
70
|
+
60: "#EFDD00",
|
|
71
|
+
// comprobado
|
|
72
|
+
70: "#D0C000",
|
|
73
|
+
// comprobado
|
|
74
|
+
80: "#BBAD00",
|
|
75
|
+
// comprobado
|
|
76
|
+
90: "#877D00",
|
|
77
|
+
// comprobado
|
|
43
78
|
100: "#353100"
|
|
79
|
+
// Todo: Validar este color desde figma
|
|
44
80
|
},
|
|
45
81
|
acidGreen: {
|
|
46
82
|
toneOpacity10: "#E9F8E5",
|
|
83
|
+
// comprobado
|
|
47
84
|
toneOpacity20: "#2A3F2C",
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
85
|
+
// comprobado
|
|
86
|
+
10: "#ECFAEA",
|
|
87
|
+
// comprobado
|
|
88
|
+
20: "#C7F1BF",
|
|
89
|
+
// comprobado
|
|
90
|
+
30: "#A2E794",
|
|
91
|
+
// comprobado
|
|
92
|
+
40: "#7CDE69",
|
|
93
|
+
// comprobado
|
|
94
|
+
50: "#47CC2D",
|
|
95
|
+
// comprobado
|
|
96
|
+
60: "#3CAD26",
|
|
97
|
+
// comprobado
|
|
98
|
+
70: "#2E851D",
|
|
99
|
+
// comprobado
|
|
100
|
+
80: "#246617",
|
|
101
|
+
// comprobado
|
|
102
|
+
90: "#153D0E",
|
|
103
|
+
// comprobado
|
|
57
104
|
100: "#0B3D00"
|
|
105
|
+
// Todo: Validar este color desde figma
|
|
58
106
|
},
|
|
59
107
|
grassGreen: {
|
|
60
108
|
toneOpacity10: "#D9ECE6",
|
|
109
|
+
// comprobado
|
|
61
110
|
toneOpacity20: "#27423A",
|
|
111
|
+
// comprobado
|
|
62
112
|
10: "#E3F4EB",
|
|
113
|
+
// comprobado
|
|
63
114
|
20: "#AADEC2",
|
|
115
|
+
// comprobado
|
|
64
116
|
30: "#7BCCA1",
|
|
117
|
+
// comprobado
|
|
65
118
|
40: "#3FA26D",
|
|
119
|
+
// comprobado
|
|
66
120
|
50: "#00804C",
|
|
121
|
+
// comprobado
|
|
67
122
|
60: "#005B37",
|
|
123
|
+
// comprobado
|
|
68
124
|
70: "#004026",
|
|
125
|
+
// comprobado
|
|
69
126
|
80: "#002416",
|
|
127
|
+
// comprobado
|
|
70
128
|
90: "#00120B",
|
|
129
|
+
// comprobado
|
|
71
130
|
100: "#2C433D"
|
|
131
|
+
// Todo: Validar este color desde figma
|
|
72
132
|
},
|
|
73
133
|
desertBeige: {
|
|
74
134
|
toneOpacity10: "#F2F0EB",
|
|
135
|
+
// comprobado
|
|
75
136
|
toneOpacity20: "#454742",
|
|
137
|
+
// comprobado
|
|
76
138
|
10: "#F6EBE2",
|
|
139
|
+
// comprobado
|
|
77
140
|
20: "#EDD7C5",
|
|
141
|
+
// comprobado
|
|
78
142
|
30: "#E7CAB1",
|
|
143
|
+
// comprobado
|
|
79
144
|
40: "#DDB490",
|
|
145
|
+
// comprobado
|
|
80
146
|
50: "#D4A276",
|
|
147
|
+
// comprobado
|
|
81
148
|
60: "#BD8F68",
|
|
149
|
+
// comprobado
|
|
82
150
|
70: "#AD794C",
|
|
151
|
+
// comprobado
|
|
83
152
|
80: "#90653F",
|
|
153
|
+
// comprobado
|
|
84
154
|
90: "#735133",
|
|
155
|
+
// comprobado
|
|
85
156
|
100: "#454742"
|
|
157
|
+
// Todo: Validar este color desde figma
|
|
86
158
|
},
|
|
87
159
|
turquiBlue: {
|
|
88
160
|
toneOpacity10: "#DEE9EB",
|
|
161
|
+
// comprobado
|
|
89
162
|
toneOpacity20: "#314042",
|
|
163
|
+
// comprobado
|
|
90
164
|
10: "#C8E1EC",
|
|
165
|
+
// comprobado
|
|
91
166
|
20: "#A3CDDF",
|
|
167
|
+
// comprobado
|
|
92
168
|
30: "#76A5BA",
|
|
169
|
+
// comprobado
|
|
93
170
|
40: "#377F9D",
|
|
171
|
+
// comprobado
|
|
94
172
|
50: "#2A6077",
|
|
173
|
+
// comprobado
|
|
95
174
|
60: "#214C5F",
|
|
175
|
+
// comprobado
|
|
96
176
|
70: "#1B3F4E",
|
|
177
|
+
// comprobado
|
|
97
178
|
80: "#15313C",
|
|
179
|
+
// comprobado
|
|
98
180
|
90: "#0F232B",
|
|
181
|
+
// comprobado
|
|
99
182
|
100: "#314042"
|
|
183
|
+
// Todo: Validar este color desde figma
|
|
100
184
|
},
|
|
101
185
|
blazeOrange: {
|
|
102
186
|
toneOpacity10: "#F4EFE1",
|
|
187
|
+
// comprobado
|
|
103
188
|
toneOpacity20: "#474638",
|
|
189
|
+
// comprobado
|
|
104
190
|
10: "#F9E9D0",
|
|
191
|
+
// comprobado
|
|
105
192
|
20: "#F4D3A1",
|
|
193
|
+
// comprobado
|
|
106
194
|
30: "#F2BD6D",
|
|
195
|
+
// comprobado
|
|
107
196
|
40: "#EBAE53",
|
|
197
|
+
// comprobado
|
|
108
198
|
50: "#E59722",
|
|
199
|
+
// comprobado
|
|
109
200
|
60: "#BA7916",
|
|
201
|
+
// comprobado
|
|
110
202
|
70: "#925F11",
|
|
203
|
+
// comprobado
|
|
111
204
|
80: "#774D0E",
|
|
112
|
-
|
|
205
|
+
// comprobado
|
|
206
|
+
90: "#55370A",
|
|
207
|
+
// comprobado
|
|
113
208
|
100: "#474638"
|
|
209
|
+
// Todo: Validar este color desde figma
|
|
114
210
|
},
|
|
115
211
|
flameRed: {
|
|
116
212
|
toneOpacity10: "#FCDEDC",
|
|
213
|
+
// comprobado
|
|
117
214
|
toneOpacity20: "#3E3231",
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
215
|
+
// comprobado
|
|
216
|
+
10: "#FCDEDC",
|
|
217
|
+
// comprobado
|
|
218
|
+
20: "#F9BDB9",
|
|
219
|
+
// comprobado
|
|
220
|
+
30: "#F79D96",
|
|
221
|
+
// comprobado
|
|
222
|
+
40: "#F47C73",
|
|
223
|
+
// comprobado
|
|
224
|
+
50: "#F15B50",
|
|
225
|
+
// comprobado
|
|
226
|
+
60: "#EE382B",
|
|
227
|
+
// comprobado
|
|
228
|
+
70: "#D01E11",
|
|
229
|
+
// comprobado
|
|
125
230
|
80: "#8A0F0F",
|
|
231
|
+
// Todo: Validar este color desde figma
|
|
126
232
|
90: "#660C0C",
|
|
233
|
+
// Todo: Validar este color desde figma
|
|
127
234
|
100: "#660C0C"
|
|
235
|
+
// Todo: Validar este color desde figma
|
|
128
236
|
},
|
|
129
237
|
coolGrey: {
|
|
130
238
|
toneOpacity10: "#",
|
|
239
|
+
// No aplica
|
|
131
240
|
toneOpacity20: "#",
|
|
241
|
+
// No aplica
|
|
132
242
|
10: "#BAC6CC",
|
|
243
|
+
// comprobado
|
|
133
244
|
20: "#A7B4B9",
|
|
245
|
+
// comprobado
|
|
134
246
|
30: "#94A1A6",
|
|
247
|
+
// comprobado
|
|
135
248
|
40: "#818F93",
|
|
136
|
-
|
|
137
|
-
|
|
249
|
+
// comprobado
|
|
250
|
+
50: "#687180",
|
|
251
|
+
// comprobado
|
|
252
|
+
60: "#5C696C",
|
|
253
|
+
// comprobado
|
|
138
254
|
70: "#495859",
|
|
255
|
+
// comprobado
|
|
139
256
|
80: "#364546",
|
|
257
|
+
// comprobado
|
|
140
258
|
90: "#233333",
|
|
259
|
+
// comprobado
|
|
141
260
|
100: "#233333"
|
|
261
|
+
// Todo: Validar este color desde figma
|
|
142
262
|
},
|
|
143
263
|
brown: {
|
|
144
264
|
toneOpacity10: "#ECEAE6",
|
|
265
|
+
// comprobado
|
|
145
266
|
toneOpacity20: "#43433E",
|
|
267
|
+
// comprobado
|
|
146
268
|
10: "#DFC9BD",
|
|
269
|
+
// comprobado
|
|
147
270
|
20: "#C59D88",
|
|
271
|
+
// comprobado
|
|
148
272
|
30: "#B8886E",
|
|
273
|
+
// comprobado
|
|
149
274
|
40: "#B17D61",
|
|
275
|
+
// comprobado
|
|
150
276
|
50: "#9E694D",
|
|
277
|
+
// comprobado
|
|
151
278
|
60: "#875A42",
|
|
279
|
+
// comprobado
|
|
152
280
|
70: "#7C533D",
|
|
281
|
+
// comprobado
|
|
153
282
|
80: "#704B37",
|
|
283
|
+
// comprobado
|
|
154
284
|
90: "#654432",
|
|
285
|
+
// comprobado
|
|
155
286
|
100: "#3F413D"
|
|
287
|
+
// Todo: Validar este color desde figma
|
|
156
288
|
},
|
|
157
289
|
marbleLight: {
|
|
158
290
|
toneOpacity10: "#",
|
|
291
|
+
// No aplica
|
|
159
292
|
toneOpacity20: "#",
|
|
293
|
+
// No aplica
|
|
160
294
|
10: "#FFFFFF",
|
|
295
|
+
// comprobado
|
|
161
296
|
20: "#F9FAFA",
|
|
162
|
-
//
|
|
297
|
+
// comprobado
|
|
163
298
|
30: "#F4F5F5",
|
|
299
|
+
// comprobado
|
|
164
300
|
40: "#F0F4F4",
|
|
301
|
+
// comprobado
|
|
165
302
|
50: "#E6E8EA",
|
|
303
|
+
// comprobado
|
|
166
304
|
60: "#E1E9EA",
|
|
305
|
+
// comprobado
|
|
167
306
|
70: "#E2E7E9",
|
|
307
|
+
// comprobado
|
|
168
308
|
80: "#fff0",
|
|
309
|
+
// Todo: Validar este color desde figma
|
|
169
310
|
90: "#fff0",
|
|
311
|
+
// Todo: Validar este color desde figma
|
|
170
312
|
100: "#fff0"
|
|
313
|
+
// Todo: Validar este color desde figma
|
|
171
314
|
},
|
|
172
315
|
onyx: {
|
|
173
316
|
toneOpacity10: "#",
|
|
317
|
+
// No aplica
|
|
174
318
|
toneOpacity20: "#",
|
|
319
|
+
// No aplica
|
|
175
320
|
10: "#364040",
|
|
321
|
+
// comprobado
|
|
176
322
|
20: "#323B3B",
|
|
323
|
+
// comprobado
|
|
177
324
|
30: "#2A3232",
|
|
325
|
+
// comprobado
|
|
178
326
|
40: "#252C2C",
|
|
327
|
+
// comprobado
|
|
179
328
|
50: "#212727",
|
|
180
|
-
|
|
329
|
+
// comprobado
|
|
330
|
+
60: "#1C212",
|
|
331
|
+
// comprobado
|
|
181
332
|
70: "#090A0A",
|
|
333
|
+
// comprobado
|
|
182
334
|
80: "#fff0",
|
|
335
|
+
// Todo: Validar este color desde figma
|
|
183
336
|
90: "#fff0",
|
|
337
|
+
// Todo: Validar este color desde figma
|
|
184
338
|
100: "#fff0"
|
|
339
|
+
// Todo: Validar este color desde figma
|
|
185
340
|
},
|
|
186
341
|
mint: {
|
|
187
342
|
toneOpacity10: "#",
|
|
343
|
+
// No aplica
|
|
188
344
|
toneOpacity20: "#",
|
|
345
|
+
// No aplica
|
|
189
346
|
10: "#9BB4CA",
|
|
347
|
+
// comprobado
|
|
190
348
|
20: "#A1BDD9",
|
|
349
|
+
// comprobado
|
|
191
350
|
30: "#A6C5E2",
|
|
351
|
+
// comprobado
|
|
192
352
|
40: "#BCD6F0",
|
|
353
|
+
// comprobado
|
|
193
354
|
50: "#C8E1F9",
|
|
355
|
+
// comprobado
|
|
194
356
|
60: "#BFDBF8",
|
|
357
|
+
// comprobado
|
|
195
358
|
70: "#C3DEFE",
|
|
359
|
+
// comprobado
|
|
196
360
|
80: "#DFE7F2",
|
|
361
|
+
// comprobado
|
|
197
362
|
90: "#F1F2F4",
|
|
363
|
+
// comprobado
|
|
198
364
|
100: "#F1F2F4"
|
|
365
|
+
// Todo: Validar este color desde figma
|
|
199
366
|
},
|
|
200
367
|
oxford: {
|
|
201
368
|
toneOpacity10: "#F9FAFA",
|
|
369
|
+
// comprobado
|
|
202
370
|
toneOpacity20: "#2A3232",
|
|
371
|
+
// comprobado
|
|
203
372
|
10: "#F7F8F9",
|
|
373
|
+
// comprobado
|
|
204
374
|
20: "#DCDFE4",
|
|
205
|
-
|
|
375
|
+
// comprobado
|
|
376
|
+
30: "#A7ADB8",
|
|
377
|
+
// comprobado
|
|
206
378
|
40: "#8590A2",
|
|
379
|
+
// comprobado
|
|
207
380
|
50: "#758195",
|
|
381
|
+
// comprobado
|
|
208
382
|
60: "#626F86",
|
|
383
|
+
// comprobado
|
|
209
384
|
70: "#44546F",
|
|
385
|
+
// comprobado
|
|
210
386
|
80: "#2C3E5D",
|
|
387
|
+
// comprobado
|
|
211
388
|
90: "#091E42",
|
|
389
|
+
// comprobado
|
|
212
390
|
100: "#091E42"
|
|
391
|
+
// Todo: Validar este color desde figma
|
|
213
392
|
}
|
|
214
393
|
}, e = {
|
|
215
394
|
patronus: {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { alpha as a } from "@mui/material/styles";
|
|
2
|
-
import { G as n, B as s, C as e } from "./palette-
|
|
2
|
+
import { G as n, B as s, C as e } from "./palette-DNUOTnQG.js";
|
|
3
3
|
const o = n[500], c = "#000000", t = (r) => {
|
|
4
4
|
const p = a(r, 0.2), x = a(r, 0.14), $ = a(r, 0.12);
|
|
5
5
|
return [
|
package/theme/sizes/types.d.ts
CHANGED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
* Conjunto de valores predeterminados utilizados para definir el radio de borde en los
|
|
3
3
|
* componentes de la aplicación web.
|
|
4
4
|
*/
|
|
5
|
+
import { Typography } from "../typography/types";
|
|
5
6
|
export interface BaseBorderRadius {
|
|
6
7
|
'r0': string;
|
|
7
8
|
'r0.5': string;
|
|
@@ -70,4 +71,5 @@ export interface Size {
|
|
|
70
71
|
mobile: PointerQrSizes;
|
|
71
72
|
desktop: PointerQrSizes;
|
|
72
73
|
borderRadius: BaseBorderRadius;
|
|
74
|
+
typography: Typography;
|
|
73
75
|
}
|
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
import { Sizes } from "../sizes";
|
|
2
|
+
/**
|
|
3
|
+
* Conjunto predefinido de tamaños para textos en la aplicación web.
|
|
4
|
+
*/
|
|
5
|
+
export interface BaseFontSize {
|
|
6
|
+
pt10: string;
|
|
7
|
+
pt11: string;
|
|
8
|
+
pt12: string;
|
|
9
|
+
pt13: string;
|
|
10
|
+
pt14: string;
|
|
11
|
+
pt15: string;
|
|
12
|
+
pt16: string;
|
|
13
|
+
pt17: string;
|
|
14
|
+
pt18: string;
|
|
15
|
+
pt19: string;
|
|
16
|
+
pt20: string;
|
|
17
|
+
pt21: string;
|
|
18
|
+
pt22: string;
|
|
19
|
+
pt23: string;
|
|
20
|
+
pt24: string;
|
|
21
|
+
pt25: string;
|
|
22
|
+
pt26: string;
|
|
23
|
+
pt27: string;
|
|
24
|
+
pt28: string;
|
|
25
|
+
pt29: string;
|
|
26
|
+
pt30: string;
|
|
27
|
+
pt31: string;
|
|
28
|
+
pt32: string;
|
|
29
|
+
pt33: string;
|
|
30
|
+
pt34: string;
|
|
31
|
+
pt35: string;
|
|
32
|
+
pt36: string;
|
|
33
|
+
pt37: string;
|
|
34
|
+
pt38: string;
|
|
35
|
+
pt39: string;
|
|
36
|
+
pt40: string;
|
|
37
|
+
pt41: string;
|
|
38
|
+
pt42: string;
|
|
39
|
+
pt43: string;
|
|
40
|
+
pt44: string;
|
|
41
|
+
pt45: string;
|
|
42
|
+
pt46: string;
|
|
43
|
+
pt47: string;
|
|
44
|
+
pt48: string;
|
|
45
|
+
pt49: string;
|
|
46
|
+
pt50: string;
|
|
47
|
+
pt51: string;
|
|
48
|
+
pt52: string;
|
|
49
|
+
pt53: string;
|
|
50
|
+
pt54: string;
|
|
51
|
+
pt55: string;
|
|
52
|
+
pt56: string;
|
|
53
|
+
pt57: string;
|
|
54
|
+
pt58: string;
|
|
55
|
+
pt59: string;
|
|
56
|
+
pt60: string;
|
|
57
|
+
}
|
|
58
|
+
/**
|
|
59
|
+
* Lista de variantes semánticas en tipografía que se pueden utilizar en la aplicación web.
|
|
60
|
+
*/
|
|
61
|
+
export declare type TypographyVariants = 'h1' | 'h2' | 'h3' | 'h5' | 'subtitle' | 'paragraph' | 'body';
|
|
62
|
+
/**
|
|
63
|
+
* Son los valores de tamaño para las diferentes variantes semánticas de tipografía.
|
|
64
|
+
*/
|
|
65
|
+
export declare type TypographySizesValues = Record<TypographyVariants, string>;
|
|
66
|
+
/**
|
|
67
|
+
* Representa las condiciones de tamaño en la aplicación web y define los diferentes valores en las variantes semánticas de tipografía.
|
|
68
|
+
*/
|
|
69
|
+
export declare type TypographySizes = Record<Sizes, TypographySizesValues>;
|
|
70
|
+
/**
|
|
71
|
+
* Representa el conjunto de opciones predefinidas para asignar las altura de línea en los textos de la aplicación web.
|
|
72
|
+
*/
|
|
73
|
+
export interface BaseLineHeight {
|
|
74
|
+
lh1: string;
|
|
75
|
+
lh2: string;
|
|
76
|
+
lh3: string;
|
|
77
|
+
lh4: string;
|
|
78
|
+
lh5: string;
|
|
79
|
+
lh6: string;
|
|
80
|
+
}
|
|
81
|
+
/**
|
|
82
|
+
* Representa el conjunto de opciones predefinidas para asginar los grosores de texto en la aplicación web.
|
|
83
|
+
*/
|
|
84
|
+
export interface BaseWeight {
|
|
85
|
+
regular: number;
|
|
86
|
+
dens: number;
|
|
87
|
+
number: number;
|
|
88
|
+
}
|
|
89
|
+
/**
|
|
90
|
+
* Representa el conjunto con el que los desarrolladores seleccionan el tamaño de los direntes textos en la aplicación web.
|
|
91
|
+
*/
|
|
92
|
+
export interface Typography {
|
|
93
|
+
mobile: TypographySizes;
|
|
94
|
+
desktop: TypographySizes;
|
|
95
|
+
lineHeight: BaseLineHeight;
|
|
96
|
+
weight: BaseWeight;
|
|
97
|
+
letterSpacing: number;
|
|
98
|
+
}
|
|
@@ -0,0 +1,260 @@
|
|
|
1
|
+
import { createTheme as i } from "@mui/material";
|
|
2
|
+
import { r as p, p as e } from "../utils/getFontValue-BEO-XID9.js";
|
|
3
|
+
const h = "Segoe UI, Poppins, sans-serif", n = i(), m = {
|
|
4
|
+
...n.typography,
|
|
5
|
+
fontFamily: h,
|
|
6
|
+
fontWeightRegular: 400,
|
|
7
|
+
fontWeightMedium: 600,
|
|
8
|
+
fontWeightBold: 700,
|
|
9
|
+
/* Definindo en Patronus */
|
|
10
|
+
h1: {
|
|
11
|
+
fontWeight: 600,
|
|
12
|
+
lineHeight: 1.5,
|
|
13
|
+
...p({ sm: 38, md: 38, lg: 38 })
|
|
14
|
+
},
|
|
15
|
+
h2: {
|
|
16
|
+
fontWeight: 600,
|
|
17
|
+
lineHeight: 1,
|
|
18
|
+
...p({ sm: 40, md: 40, lg: 40 })
|
|
19
|
+
},
|
|
20
|
+
/* Definindo en Patronus */
|
|
21
|
+
h3: {
|
|
22
|
+
fontWeight: 600,
|
|
23
|
+
lineHeight: 1.5,
|
|
24
|
+
...p({ sm: 30, md: 30, lg: 30 })
|
|
25
|
+
},
|
|
26
|
+
h4: {
|
|
27
|
+
fontWeight: 600,
|
|
28
|
+
lineHeight: 1.5,
|
|
29
|
+
...p({ sm: 20, md: 20, lg: 20 })
|
|
30
|
+
},
|
|
31
|
+
/* Definindo en Patronus */
|
|
32
|
+
h5: {
|
|
33
|
+
fontWeight: 500,
|
|
34
|
+
lineHeight: "28px",
|
|
35
|
+
letterSpacing: "-0.01em",
|
|
36
|
+
...p({ sm: 22, md: 22, lg: 22 })
|
|
37
|
+
},
|
|
38
|
+
h6: {
|
|
39
|
+
fontWeight: 500,
|
|
40
|
+
lineHeight: "24px",
|
|
41
|
+
letterSpacing: "-0.08em",
|
|
42
|
+
...p({ sm: 18, md: 18, lg: 18 })
|
|
43
|
+
},
|
|
44
|
+
/* Definindo en Patronus */
|
|
45
|
+
subtitle: {
|
|
46
|
+
fontWeight: 400,
|
|
47
|
+
lineHeight: "20px",
|
|
48
|
+
letterSpacing: "-0.006em",
|
|
49
|
+
...p({ sm: 15, md: 15, lg: 15 })
|
|
50
|
+
},
|
|
51
|
+
/* Definindo en Patronus */
|
|
52
|
+
subtitleDens: {
|
|
53
|
+
fontWeight: 600,
|
|
54
|
+
lineHeight: "24px",
|
|
55
|
+
letterSpacing: "-0.006em",
|
|
56
|
+
...p({ sm: 15, md: 15, lg: 15 })
|
|
57
|
+
},
|
|
58
|
+
/* Definindo en Patronus */
|
|
59
|
+
paragraph: {
|
|
60
|
+
fontWeight: 400,
|
|
61
|
+
lineHeight: "16px",
|
|
62
|
+
letterSpacing: "-0.003em",
|
|
63
|
+
...p({ sm: 13, md: 13, lg: 13 })
|
|
64
|
+
},
|
|
65
|
+
/* Definindo en Patronus */
|
|
66
|
+
paragraphDens: {
|
|
67
|
+
fontWeight: 600,
|
|
68
|
+
lineHeight: "20px",
|
|
69
|
+
letterSpacing: "-0.003em",
|
|
70
|
+
...p({ sm: 13, md: 13, lg: 13 })
|
|
71
|
+
},
|
|
72
|
+
subtitle1: {
|
|
73
|
+
fontWeight: 600,
|
|
74
|
+
lineHeight: 1.5,
|
|
75
|
+
fontSize: e(14)
|
|
76
|
+
},
|
|
77
|
+
subtitle2: {
|
|
78
|
+
fontWeight: 600,
|
|
79
|
+
lineHeight: 1.5,
|
|
80
|
+
fontSize: e(12)
|
|
81
|
+
},
|
|
82
|
+
/* Definindo en Patronus */
|
|
83
|
+
body: {
|
|
84
|
+
fontWeight: 400,
|
|
85
|
+
lineHeight: "16px",
|
|
86
|
+
...p({ sm: 11, md: 11, lg: 11 })
|
|
87
|
+
},
|
|
88
|
+
/* Definindo en Patronus */
|
|
89
|
+
bodyDens: {
|
|
90
|
+
fontWeight: 600,
|
|
91
|
+
lineHeight: "16px",
|
|
92
|
+
...p({ sm: 11, md: 11, lg: 11 })
|
|
93
|
+
},
|
|
94
|
+
body0: {
|
|
95
|
+
lineHeight: 1.5,
|
|
96
|
+
fontWeight: 400,
|
|
97
|
+
fontSize: e(16)
|
|
98
|
+
},
|
|
99
|
+
body1: {
|
|
100
|
+
lineHeight: 1.5,
|
|
101
|
+
fontWeight: 400,
|
|
102
|
+
fontSize: e(14)
|
|
103
|
+
},
|
|
104
|
+
body2: {
|
|
105
|
+
lineHeight: 1.5,
|
|
106
|
+
fontWeight: 400,
|
|
107
|
+
fontSize: e(12)
|
|
108
|
+
},
|
|
109
|
+
caption: {
|
|
110
|
+
lineHeight: 1.5,
|
|
111
|
+
fontSize: e(11)
|
|
112
|
+
},
|
|
113
|
+
overline: {
|
|
114
|
+
fontWeight: 700,
|
|
115
|
+
lineHeight: 1.5,
|
|
116
|
+
fontSize: e(12),
|
|
117
|
+
textTransform: "uppercase"
|
|
118
|
+
},
|
|
119
|
+
button: {
|
|
120
|
+
fontWeight: 700,
|
|
121
|
+
lineHeight: 24 / 14,
|
|
122
|
+
fontSize: e(14),
|
|
123
|
+
textTransform: "capitalize"
|
|
124
|
+
},
|
|
125
|
+
/* Definindo en Patronus */
|
|
126
|
+
action: {
|
|
127
|
+
fontWeight: 600,
|
|
128
|
+
lineHeight: "16px",
|
|
129
|
+
...p({ sm: 12, md: 12, lg: 12 })
|
|
130
|
+
}
|
|
131
|
+
}, g = {
|
|
132
|
+
lh1: "14px",
|
|
133
|
+
lh2: "16px",
|
|
134
|
+
lh3: "20px",
|
|
135
|
+
lh4: "24px",
|
|
136
|
+
lh5: "28px",
|
|
137
|
+
lh6: "32px"
|
|
138
|
+
}, o = {
|
|
139
|
+
regular: 500,
|
|
140
|
+
dens: 700,
|
|
141
|
+
number: 0
|
|
142
|
+
}, t = {
|
|
143
|
+
pt10: "10px",
|
|
144
|
+
pt11: "11px",
|
|
145
|
+
pt12: "12px",
|
|
146
|
+
pt13: "13px",
|
|
147
|
+
pt14: "14px",
|
|
148
|
+
pt15: "15px",
|
|
149
|
+
pt16: "16px",
|
|
150
|
+
pt17: "17px",
|
|
151
|
+
pt18: "18px",
|
|
152
|
+
pt19: "19px",
|
|
153
|
+
pt20: "20px",
|
|
154
|
+
pt21: "21px",
|
|
155
|
+
pt22: "22px",
|
|
156
|
+
pt23: "23px",
|
|
157
|
+
pt24: "24px",
|
|
158
|
+
pt25: "25px",
|
|
159
|
+
pt26: "26px",
|
|
160
|
+
pt27: "27px",
|
|
161
|
+
pt28: "28px",
|
|
162
|
+
pt29: "29px",
|
|
163
|
+
pt30: "30px",
|
|
164
|
+
pt31: "31px",
|
|
165
|
+
pt32: "32px",
|
|
166
|
+
pt33: "33px",
|
|
167
|
+
pt34: "34px",
|
|
168
|
+
pt35: "35px",
|
|
169
|
+
pt36: "36px",
|
|
170
|
+
pt37: "37px",
|
|
171
|
+
pt38: "38px",
|
|
172
|
+
pt39: "39px",
|
|
173
|
+
pt40: "40px",
|
|
174
|
+
pt41: "41px",
|
|
175
|
+
pt42: "42px",
|
|
176
|
+
pt43: "43px",
|
|
177
|
+
pt44: "44px",
|
|
178
|
+
pt45: "45px",
|
|
179
|
+
pt46: "46px",
|
|
180
|
+
pt47: "47px",
|
|
181
|
+
pt48: "48px",
|
|
182
|
+
pt49: "49px",
|
|
183
|
+
pt50: "50px",
|
|
184
|
+
pt51: "51px",
|
|
185
|
+
pt52: "52px",
|
|
186
|
+
pt53: "53px",
|
|
187
|
+
pt54: "54px",
|
|
188
|
+
pt55: "55px",
|
|
189
|
+
pt56: "56px",
|
|
190
|
+
pt57: "57px",
|
|
191
|
+
pt58: "58px",
|
|
192
|
+
pt59: "59px",
|
|
193
|
+
pt60: "60px"
|
|
194
|
+
}, l = {
|
|
195
|
+
small: {
|
|
196
|
+
h1: t.pt42,
|
|
197
|
+
h2: t.pt32,
|
|
198
|
+
h3: t.pt26,
|
|
199
|
+
h5: t.pt20,
|
|
200
|
+
subtitle: t.pt17,
|
|
201
|
+
paragraph: t.pt15,
|
|
202
|
+
body: t.pt13
|
|
203
|
+
},
|
|
204
|
+
medium: {
|
|
205
|
+
h1: t.pt44,
|
|
206
|
+
h2: t.pt32,
|
|
207
|
+
h3: t.pt28,
|
|
208
|
+
h5: t.pt20,
|
|
209
|
+
subtitle: t.pt18,
|
|
210
|
+
paragraph: t.pt15,
|
|
211
|
+
body: t.pt14
|
|
212
|
+
},
|
|
213
|
+
large: {
|
|
214
|
+
h1: t.pt45,
|
|
215
|
+
h2: t.pt33,
|
|
216
|
+
h3: t.pt29,
|
|
217
|
+
h5: t.pt21,
|
|
218
|
+
subtitle: t.pt19,
|
|
219
|
+
paragraph: t.pt16,
|
|
220
|
+
body: t.pt14
|
|
221
|
+
}
|
|
222
|
+
}, x = {
|
|
223
|
+
small: {
|
|
224
|
+
h1: t.pt54,
|
|
225
|
+
h2: t.pt42,
|
|
226
|
+
h3: t.pt30,
|
|
227
|
+
h5: t.pt26,
|
|
228
|
+
subtitle: t.pt14,
|
|
229
|
+
paragraph: t.pt12,
|
|
230
|
+
body: t.pt10
|
|
231
|
+
},
|
|
232
|
+
medium: {
|
|
233
|
+
h1: t.pt56,
|
|
234
|
+
h2: t.pt44,
|
|
235
|
+
h3: t.pt32,
|
|
236
|
+
h5: t.pt28,
|
|
237
|
+
subtitle: t.pt15,
|
|
238
|
+
paragraph: t.pt13,
|
|
239
|
+
body: t.pt11
|
|
240
|
+
},
|
|
241
|
+
large: {
|
|
242
|
+
h1: t.pt57,
|
|
243
|
+
h2: t.pt45,
|
|
244
|
+
h3: t.pt33,
|
|
245
|
+
h5: t.pt29,
|
|
246
|
+
subtitle: t.pt16,
|
|
247
|
+
paragraph: t.pt14,
|
|
248
|
+
body: t.pt12
|
|
249
|
+
}
|
|
250
|
+
}, r = {
|
|
251
|
+
mobile: l,
|
|
252
|
+
desktop: x,
|
|
253
|
+
lineHeight: g,
|
|
254
|
+
weight: o,
|
|
255
|
+
letterSpacing: 0.5
|
|
256
|
+
};
|
|
257
|
+
export {
|
|
258
|
+
r as T,
|
|
259
|
+
m as t
|
|
260
|
+
};
|
package/types/augmentations.d.ts
CHANGED
|
@@ -2,6 +2,7 @@ import { Breakpoints } from '@mui/material';
|
|
|
2
2
|
|
|
3
3
|
import type { CustomShadowOptions } from '../theme';
|
|
4
4
|
import type { BaseBorderRadius, Size } from '../theme/sizes/types';
|
|
5
|
+
import type { Typography } from '../theme/typography/types';
|
|
5
6
|
|
|
6
7
|
declare module '@mui/material' {
|
|
7
8
|
interface Color {
|
|
@@ -72,7 +73,7 @@ declare module '@mui/material/styles' {
|
|
|
72
73
|
disabled: string;
|
|
73
74
|
error: string;
|
|
74
75
|
};
|
|
75
|
-
default: PaletteColor;
|
|
76
|
+
default: PaletteColor;
|
|
76
77
|
general: {
|
|
77
78
|
scrollBar: string;
|
|
78
79
|
gridHover: string;
|
package/types/types.d.ts
CHANGED
|
@@ -92,4 +92,4 @@ export declare type PresetsOptions = Array<{
|
|
|
92
92
|
value: string;
|
|
93
93
|
}>;
|
|
94
94
|
export declare type ColorState = 'warning' | 'delete' | 'info' | 'success';
|
|
95
|
-
export declare type OurTheme = Pick<Theme, 'palette' | 'typography' | 'customShadows' | 'stretch' | 'size'>;
|
|
95
|
+
export declare type OurTheme = Pick<Theme, 'palette' | 'typography' | 'customShadows' | 'stretch' | 'size' | 'typography'>;
|
|
@@ -1,134 +0,0 @@
|
|
|
1
|
-
import { createTheme as i } from "@mui/material";
|
|
2
|
-
import { r as e, p as t } from "../utils/getFontValue-BEO-XID9.js";
|
|
3
|
-
const n = "Segoe UI, Poppins, sans-serif", g = i(), l = {
|
|
4
|
-
...g.typography,
|
|
5
|
-
fontFamily: n,
|
|
6
|
-
fontWeightRegular: 400,
|
|
7
|
-
fontWeightMedium: 600,
|
|
8
|
-
fontWeightBold: 700,
|
|
9
|
-
/* Definindo en Patronus */
|
|
10
|
-
h1: {
|
|
11
|
-
fontWeight: 600,
|
|
12
|
-
lineHeight: 1.5,
|
|
13
|
-
...e({ sm: 38, md: 38, lg: 38 })
|
|
14
|
-
},
|
|
15
|
-
h2: {
|
|
16
|
-
fontWeight: 600,
|
|
17
|
-
lineHeight: 1,
|
|
18
|
-
...e({ sm: 40, md: 40, lg: 40 })
|
|
19
|
-
},
|
|
20
|
-
/* Definindo en Patronus */
|
|
21
|
-
h3: {
|
|
22
|
-
fontWeight: 600,
|
|
23
|
-
lineHeight: 1.5,
|
|
24
|
-
...e({ sm: 30, md: 30, lg: 30 })
|
|
25
|
-
},
|
|
26
|
-
h4: {
|
|
27
|
-
fontWeight: 600,
|
|
28
|
-
lineHeight: 1.5,
|
|
29
|
-
...e({ sm: 20, md: 20, lg: 20 })
|
|
30
|
-
},
|
|
31
|
-
/* Definindo en Patronus */
|
|
32
|
-
h5: {
|
|
33
|
-
fontWeight: 500,
|
|
34
|
-
lineHeight: "28px",
|
|
35
|
-
letterSpacing: "-0.01em",
|
|
36
|
-
...e({ sm: 22, md: 22, lg: 22 })
|
|
37
|
-
},
|
|
38
|
-
h6: {
|
|
39
|
-
fontWeight: 500,
|
|
40
|
-
lineHeight: "24px",
|
|
41
|
-
letterSpacing: "-0.08em",
|
|
42
|
-
...e({ sm: 18, md: 18, lg: 18 })
|
|
43
|
-
},
|
|
44
|
-
/* Definindo en Patronus */
|
|
45
|
-
subtitle: {
|
|
46
|
-
fontWeight: 400,
|
|
47
|
-
lineHeight: "20px",
|
|
48
|
-
letterSpacing: "-0.006em",
|
|
49
|
-
...e({ sm: 15, md: 15, lg: 15 })
|
|
50
|
-
},
|
|
51
|
-
/* Definindo en Patronus */
|
|
52
|
-
subtitleDens: {
|
|
53
|
-
fontWeight: 600,
|
|
54
|
-
lineHeight: "24px",
|
|
55
|
-
letterSpacing: "-0.006em",
|
|
56
|
-
...e({ sm: 15, md: 15, lg: 15 })
|
|
57
|
-
},
|
|
58
|
-
/* Definindo en Patronus */
|
|
59
|
-
paragraph: {
|
|
60
|
-
fontWeight: 400,
|
|
61
|
-
lineHeight: "16px",
|
|
62
|
-
letterSpacing: "-0.003em",
|
|
63
|
-
...e({ sm: 13, md: 13, lg: 13 })
|
|
64
|
-
},
|
|
65
|
-
/* Definindo en Patronus */
|
|
66
|
-
paragraphDens: {
|
|
67
|
-
fontWeight: 600,
|
|
68
|
-
lineHeight: "20px",
|
|
69
|
-
letterSpacing: "-0.003em",
|
|
70
|
-
...e({ sm: 13, md: 13, lg: 13 })
|
|
71
|
-
},
|
|
72
|
-
subtitle1: {
|
|
73
|
-
fontWeight: 600,
|
|
74
|
-
lineHeight: 1.5,
|
|
75
|
-
fontSize: t(14)
|
|
76
|
-
},
|
|
77
|
-
subtitle2: {
|
|
78
|
-
fontWeight: 600,
|
|
79
|
-
lineHeight: 1.5,
|
|
80
|
-
fontSize: t(12)
|
|
81
|
-
},
|
|
82
|
-
/* Definindo en Patronus */
|
|
83
|
-
body: {
|
|
84
|
-
fontWeight: 400,
|
|
85
|
-
lineHeight: "16px",
|
|
86
|
-
...e({ sm: 11, md: 11, lg: 11 })
|
|
87
|
-
},
|
|
88
|
-
/* Definindo en Patronus */
|
|
89
|
-
bodyDens: {
|
|
90
|
-
fontWeight: 600,
|
|
91
|
-
lineHeight: "16px",
|
|
92
|
-
...e({ sm: 11, md: 11, lg: 11 })
|
|
93
|
-
},
|
|
94
|
-
body0: {
|
|
95
|
-
lineHeight: 1.5,
|
|
96
|
-
fontWeight: 400,
|
|
97
|
-
fontSize: t(16)
|
|
98
|
-
},
|
|
99
|
-
body1: {
|
|
100
|
-
lineHeight: 1.5,
|
|
101
|
-
fontWeight: 400,
|
|
102
|
-
fontSize: t(14)
|
|
103
|
-
},
|
|
104
|
-
body2: {
|
|
105
|
-
lineHeight: 1.5,
|
|
106
|
-
fontWeight: 400,
|
|
107
|
-
fontSize: t(12)
|
|
108
|
-
},
|
|
109
|
-
caption: {
|
|
110
|
-
lineHeight: 1.5,
|
|
111
|
-
fontSize: t(11)
|
|
112
|
-
},
|
|
113
|
-
overline: {
|
|
114
|
-
fontWeight: 700,
|
|
115
|
-
lineHeight: 1.5,
|
|
116
|
-
fontSize: t(12),
|
|
117
|
-
textTransform: "uppercase"
|
|
118
|
-
},
|
|
119
|
-
button: {
|
|
120
|
-
fontWeight: 700,
|
|
121
|
-
lineHeight: 24 / 14,
|
|
122
|
-
fontSize: t(14),
|
|
123
|
-
textTransform: "capitalize"
|
|
124
|
-
},
|
|
125
|
-
/* Definindo en Patronus */
|
|
126
|
-
action: {
|
|
127
|
-
fontWeight: 600,
|
|
128
|
-
lineHeight: "16px",
|
|
129
|
-
...e({ sm: 12, md: 12, lg: 12 })
|
|
130
|
-
}
|
|
131
|
-
};
|
|
132
|
-
export {
|
|
133
|
-
l as t
|
|
134
|
-
};
|