@manamerge/mana-atomic-ui 1.0.162 → 1.0.164
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/dist/themes/themes/davidWeb/atoms/heading.ts +109 -72
- package/dist/themes/themes/davidWeb/atoms/text.ts +2 -2
- package/dist/themes/themes/davidWeb/fonts/Array/Array-BoldWide.woff2 +0 -0
- package/dist/themes/themes/davidWeb/fonts/Array/Array-Regular.woff2 +0 -0
- package/dist/themes/themes/davidWeb/fonts/Array/Array-Semibold.woff2 +0 -0
- package/dist/themes/themes/davidWeb/fonts/Array/Array-SemiboldWide.woff2 +0 -0
- package/dist/themes/themes/davidWeb/fonts/Array/Array-Wide.woff2 +0 -0
- package/dist/themes/themes/davidWeb/fonts/index.js +5 -3
- package/dist/types/themes/DavidWebTheme.d.ts +72 -0
- package/dist/types/themes/davidWeb/atoms/heading.d.ts +36 -0
- package/package.json +1 -1
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import colors from "../miscellaneous/colorpalette";
|
|
2
|
+
import fontsizes from "../miscellaneous/fontsizes";
|
|
2
3
|
|
|
3
4
|
const heading = {
|
|
4
5
|
"Heading-primary-h1": {
|
|
@@ -7,21 +8,24 @@ const heading = {
|
|
|
7
8
|
lineHeight: "34px",
|
|
8
9
|
fontWeight: 700,
|
|
9
10
|
color: colors.one.b,
|
|
10
|
-
margin: "0px"
|
|
11
|
+
margin: "0px",
|
|
12
|
+
fontFamily: "ManamergeGilmer"
|
|
11
13
|
},
|
|
12
14
|
tablet: {
|
|
13
15
|
fontSize: "34px",
|
|
14
16
|
lineHeight: "40px",
|
|
15
17
|
fontWeight: 700,
|
|
16
18
|
color: colors.one.b,
|
|
17
|
-
margin: "0px"
|
|
19
|
+
margin: "0px",
|
|
20
|
+
fontFamily: "ManamergeGilmer"
|
|
18
21
|
},
|
|
19
22
|
desktop: {
|
|
20
23
|
fontSize: "36px",
|
|
21
24
|
lineHeight: "40px",
|
|
22
25
|
fontWeight: 700,
|
|
23
26
|
color: colors.one.b,
|
|
24
|
-
margin: "0px"
|
|
27
|
+
margin: "0px",
|
|
28
|
+
fontFamily: "ManamergeGilmer"
|
|
25
29
|
}
|
|
26
30
|
},
|
|
27
31
|
"Heading-primary-h2": {
|
|
@@ -30,21 +34,24 @@ const heading = {
|
|
|
30
34
|
lineHeight: "30px",
|
|
31
35
|
fontWeight: 700,
|
|
32
36
|
color: colors.one.b,
|
|
33
|
-
margin: "0px"
|
|
37
|
+
margin: "0px",
|
|
38
|
+
fontFamily: "ManamergeGilmer"
|
|
34
39
|
},
|
|
35
40
|
tablet: {
|
|
36
41
|
fontSize: "28px",
|
|
37
42
|
lineHeight: "34px",
|
|
38
43
|
fontWeight: 700,
|
|
39
44
|
color: colors.one.b,
|
|
40
|
-
margin: "0px"
|
|
45
|
+
margin: "0px",
|
|
46
|
+
fontFamily: "ManamergeGilmer"
|
|
41
47
|
},
|
|
42
48
|
desktop: {
|
|
43
49
|
fontSize: "30px",
|
|
44
50
|
lineHeight: "34px",
|
|
45
51
|
fontWeight: 700,
|
|
46
52
|
color: colors.one.b,
|
|
47
|
-
margin: "0px"
|
|
53
|
+
margin: "0px",
|
|
54
|
+
fontFamily: "ManamergeGilmer"
|
|
48
55
|
}
|
|
49
56
|
},
|
|
50
57
|
"Heading-primary-h3": {
|
|
@@ -53,21 +60,24 @@ const heading = {
|
|
|
53
60
|
lineHeight: "25px",
|
|
54
61
|
fontWeight: 700,
|
|
55
62
|
color: colors.one.b,
|
|
56
|
-
margin: "0px"
|
|
63
|
+
margin: "0px",
|
|
64
|
+
fontFamily: "ManamergeGilmer"
|
|
57
65
|
},
|
|
58
66
|
tablet: {
|
|
59
67
|
fontSize: "20px",
|
|
60
68
|
lineHeight: "25px",
|
|
61
69
|
fontWeight: 700,
|
|
62
70
|
color: colors.one.b,
|
|
63
|
-
margin: "0px"
|
|
71
|
+
margin: "0px",
|
|
72
|
+
fontFamily: "ManamergeGilmer"
|
|
64
73
|
},
|
|
65
74
|
desktop: {
|
|
66
75
|
fontSize: "24px",
|
|
67
76
|
lineHeight: "30px",
|
|
68
77
|
fontWeight: 700,
|
|
69
78
|
color: colors.one.b,
|
|
70
|
-
margin: "0px"
|
|
79
|
+
margin: "0px",
|
|
80
|
+
fontFamily: "ManamergeGilmer"
|
|
71
81
|
}
|
|
72
82
|
},
|
|
73
83
|
"Heading-primary-h4": {
|
|
@@ -76,21 +86,24 @@ const heading = {
|
|
|
76
86
|
lineHeight: "23px",
|
|
77
87
|
fontWeight: 700,
|
|
78
88
|
color: colors.one.b,
|
|
79
|
-
margin: "0px"
|
|
89
|
+
margin: "0px",
|
|
90
|
+
fontFamily: "ManamergeGilmer"
|
|
80
91
|
},
|
|
81
92
|
tablet: {
|
|
82
93
|
fontSize: "18px",
|
|
83
94
|
lineHeight: "24px",
|
|
84
95
|
fontWeight: 700,
|
|
85
96
|
color: colors.one.b,
|
|
86
|
-
margin: "0px"
|
|
97
|
+
margin: "0px",
|
|
98
|
+
fontFamily: "ManamergeGilmer"
|
|
87
99
|
},
|
|
88
100
|
desktop: {
|
|
89
101
|
fontSize: "20px",
|
|
90
102
|
lineHeight: "25px",
|
|
91
103
|
fontWeight: 700,
|
|
92
104
|
color: colors.one.b,
|
|
93
|
-
margin: "0px"
|
|
105
|
+
margin: "0px",
|
|
106
|
+
fontFamily: "ManamergeGilmer"
|
|
94
107
|
}
|
|
95
108
|
},
|
|
96
109
|
"Heading-primary-h5": {
|
|
@@ -99,21 +112,24 @@ const heading = {
|
|
|
99
112
|
lineHeight: "20px",
|
|
100
113
|
fontWeight: 700,
|
|
101
114
|
color: colors.one.b,
|
|
102
|
-
margin: "0px"
|
|
115
|
+
margin: "0px",
|
|
116
|
+
fontFamily: "ManamergeGilmer"
|
|
103
117
|
},
|
|
104
118
|
tablet: {
|
|
105
119
|
fontSize: "16px",
|
|
106
120
|
lineHeight: "20px",
|
|
107
121
|
fontWeight: 700,
|
|
108
122
|
color: colors.one.b,
|
|
109
|
-
margin: "0px"
|
|
123
|
+
margin: "0px",
|
|
124
|
+
fontFamily: "ManamergeGilmer"
|
|
110
125
|
},
|
|
111
126
|
desktop: {
|
|
112
127
|
fontSize: "16px",
|
|
113
128
|
lineHeight: "20px",
|
|
114
129
|
fontWeight: 700,
|
|
115
130
|
color: colors.one.b,
|
|
116
|
-
margin: "0px"
|
|
131
|
+
margin: "0px",
|
|
132
|
+
fontFamily: "ManamergeGilmer"
|
|
117
133
|
}
|
|
118
134
|
},
|
|
119
135
|
"Heading-primary-h6": {
|
|
@@ -122,159 +138,180 @@ const heading = {
|
|
|
122
138
|
lineHeight: "20px",
|
|
123
139
|
fontWeight: 700,
|
|
124
140
|
color: colors.one.b,
|
|
125
|
-
margin: "0px"
|
|
141
|
+
margin: "0px",
|
|
142
|
+
fontFamily: "ManamergeGilmer"
|
|
126
143
|
},
|
|
127
144
|
tablet: {
|
|
128
145
|
fontSize: "14px",
|
|
129
146
|
lineHeight: "20px",
|
|
130
147
|
fontWeight: 700,
|
|
131
148
|
color: colors.one.b,
|
|
132
|
-
margin: "0px"
|
|
149
|
+
margin: "0px",
|
|
150
|
+
fontFamily: "ManamergeGilmer"
|
|
133
151
|
},
|
|
134
152
|
desktop: {
|
|
135
153
|
fontSize: "14px",
|
|
136
154
|
lineHeight: "20px",
|
|
137
155
|
fontWeight: 700,
|
|
138
156
|
color: colors.one.b,
|
|
139
|
-
margin: "0px"
|
|
157
|
+
margin: "0px",
|
|
158
|
+
fontFamily: "ManamergeGilmer"
|
|
140
159
|
}
|
|
141
160
|
},
|
|
142
161
|
"Heading-secondary-h1": {
|
|
143
162
|
mobile: {
|
|
144
163
|
fontSize: "30px",
|
|
145
164
|
lineHeight: "34px",
|
|
146
|
-
fontWeight:
|
|
147
|
-
color: colors.
|
|
148
|
-
margin: "0px"
|
|
165
|
+
fontWeight: 400,
|
|
166
|
+
color: colors.one.b,
|
|
167
|
+
margin: "0px",
|
|
168
|
+
fontFamily: "Array"
|
|
149
169
|
},
|
|
150
170
|
tablet: {
|
|
151
171
|
fontSize: "34px",
|
|
152
172
|
lineHeight: "40px",
|
|
153
|
-
fontWeight:
|
|
154
|
-
color: colors.
|
|
155
|
-
margin: "0px"
|
|
173
|
+
fontWeight: 400,
|
|
174
|
+
color: colors.one.b,
|
|
175
|
+
margin: "0px",
|
|
176
|
+
fontFamily: "Array"
|
|
156
177
|
},
|
|
157
178
|
desktop: {
|
|
158
179
|
fontSize: "36px",
|
|
159
180
|
lineHeight: "40px",
|
|
160
|
-
fontWeight:
|
|
161
|
-
color: colors.
|
|
162
|
-
margin: "0px"
|
|
181
|
+
fontWeight: 400,
|
|
182
|
+
color: colors.one.b,
|
|
183
|
+
margin: "0px",
|
|
184
|
+
fontFamily: "Array"
|
|
163
185
|
}
|
|
164
186
|
},
|
|
165
187
|
"Heading-secondary-h2": {
|
|
166
188
|
mobile: {
|
|
167
189
|
fontSize: "24px",
|
|
168
190
|
lineHeight: "30px",
|
|
169
|
-
fontWeight:
|
|
170
|
-
color: colors.
|
|
171
|
-
margin: "0px"
|
|
191
|
+
fontWeight: 400,
|
|
192
|
+
color: colors.one.b,
|
|
193
|
+
margin: "0px",
|
|
194
|
+
fontFamily: "Array"
|
|
172
195
|
},
|
|
173
196
|
tablet: {
|
|
174
197
|
fontSize: "28px",
|
|
175
198
|
lineHeight: "34px",
|
|
176
|
-
fontWeight:
|
|
177
|
-
color: colors.
|
|
178
|
-
margin: "0px"
|
|
199
|
+
fontWeight: 400,
|
|
200
|
+
color: colors.one.b,
|
|
201
|
+
margin: "0px",
|
|
202
|
+
fontFamily: "Array"
|
|
179
203
|
},
|
|
180
204
|
desktop: {
|
|
181
205
|
fontSize: "30px",
|
|
182
206
|
lineHeight: "34px",
|
|
183
|
-
fontWeight:
|
|
184
|
-
color: colors.
|
|
185
|
-
margin: "0px"
|
|
207
|
+
fontWeight: 400,
|
|
208
|
+
color: colors.one.b,
|
|
209
|
+
margin: "0px",
|
|
210
|
+
fontFamily: "Array"
|
|
186
211
|
}
|
|
187
212
|
},
|
|
188
213
|
"Heading-secondary-h3": {
|
|
189
214
|
mobile: {
|
|
190
215
|
fontSize: "20px",
|
|
191
216
|
lineHeight: "25px",
|
|
192
|
-
fontWeight:
|
|
193
|
-
color: colors.
|
|
194
|
-
margin: "0px"
|
|
217
|
+
fontWeight: 400,
|
|
218
|
+
color: colors.one.b,
|
|
219
|
+
margin: "0px",
|
|
220
|
+
fontFamily: "Array"
|
|
195
221
|
},
|
|
196
222
|
tablet: {
|
|
197
223
|
fontSize: "20px",
|
|
198
224
|
lineHeight: "25px",
|
|
199
|
-
fontWeight:
|
|
200
|
-
color: colors.
|
|
201
|
-
margin: "0px"
|
|
225
|
+
fontWeight: 400,
|
|
226
|
+
color: colors.one.b,
|
|
227
|
+
margin: "0px",
|
|
228
|
+
fontFamily: "Array"
|
|
202
229
|
},
|
|
203
230
|
desktop: {
|
|
204
231
|
fontSize: "24px",
|
|
205
232
|
lineHeight: "30px",
|
|
206
|
-
fontWeight:
|
|
207
|
-
color: colors.
|
|
208
|
-
margin: "0px"
|
|
233
|
+
fontWeight: 400,
|
|
234
|
+
color: colors.one.b,
|
|
235
|
+
margin: "0px",
|
|
236
|
+
fontFamily: "Array"
|
|
209
237
|
}
|
|
210
238
|
},
|
|
211
239
|
"Heading-secondary-h4": {
|
|
212
240
|
mobile: {
|
|
213
241
|
fontSize: "18px",
|
|
214
242
|
lineHeight: "23px",
|
|
215
|
-
fontWeight:
|
|
216
|
-
color: colors.
|
|
217
|
-
margin: "0px"
|
|
243
|
+
fontWeight: 400,
|
|
244
|
+
color: colors.one.b,
|
|
245
|
+
margin: "0px",
|
|
246
|
+
fontFamily: "Array"
|
|
218
247
|
},
|
|
219
248
|
tablet: {
|
|
220
249
|
fontSize: "18px",
|
|
221
250
|
lineHeight: "24px",
|
|
222
|
-
fontWeight:
|
|
223
|
-
color: colors.
|
|
224
|
-
margin: "0px"
|
|
251
|
+
fontWeight: 400,
|
|
252
|
+
color: colors.one.b,
|
|
253
|
+
margin: "0px",
|
|
254
|
+
fontFamily: "Array"
|
|
225
255
|
},
|
|
226
256
|
desktop: {
|
|
227
257
|
fontSize: "20px",
|
|
228
258
|
lineHeight: "25px",
|
|
229
|
-
fontWeight:
|
|
230
|
-
color: colors.
|
|
231
|
-
margin: "0px"
|
|
259
|
+
fontWeight: 400,
|
|
260
|
+
color: colors.one.b,
|
|
261
|
+
margin: "0px",
|
|
262
|
+
fontFamily: "Array"
|
|
232
263
|
}
|
|
233
264
|
},
|
|
234
265
|
"Heading-secondary-h5": {
|
|
235
266
|
mobile: {
|
|
236
267
|
fontSize: "16px",
|
|
237
268
|
lineHeight: "20px",
|
|
238
|
-
fontWeight:
|
|
239
|
-
color: colors.
|
|
240
|
-
margin: "0px"
|
|
269
|
+
fontWeight: 400,
|
|
270
|
+
color: colors.one.b,
|
|
271
|
+
margin: "0px",
|
|
272
|
+
fontFamily: "Array"
|
|
241
273
|
},
|
|
242
274
|
tablet: {
|
|
243
275
|
fontSize: "16px",
|
|
244
276
|
lineHeight: "20px",
|
|
245
|
-
fontWeight:
|
|
246
|
-
color: colors.
|
|
247
|
-
margin: "0px"
|
|
277
|
+
fontWeight: 400,
|
|
278
|
+
color: colors.one.b,
|
|
279
|
+
margin: "0px",
|
|
280
|
+
fontFamily: "Array"
|
|
248
281
|
},
|
|
249
282
|
desktop: {
|
|
250
283
|
fontSize: "16px",
|
|
251
284
|
lineHeight: "20px",
|
|
252
|
-
fontWeight:
|
|
253
|
-
color: colors.
|
|
254
|
-
margin: "0px"
|
|
285
|
+
fontWeight: 400,
|
|
286
|
+
color: colors.one.b,
|
|
287
|
+
margin: "0px",
|
|
288
|
+
fontFamily: "Array"
|
|
255
289
|
}
|
|
256
290
|
},
|
|
257
291
|
"Heading-secondary-h6": {
|
|
258
292
|
mobile: {
|
|
259
293
|
fontSize: "14px",
|
|
260
294
|
lineHeight: "20px",
|
|
261
|
-
fontWeight:
|
|
262
|
-
color: colors.
|
|
263
|
-
margin: "0px"
|
|
295
|
+
fontWeight: 400,
|
|
296
|
+
color: colors.one.b,
|
|
297
|
+
margin: "0px",
|
|
298
|
+
fontFamily: "Array"
|
|
264
299
|
},
|
|
265
300
|
tablet: {
|
|
266
301
|
fontSize: "14px",
|
|
267
302
|
lineHeight: "20px",
|
|
268
|
-
fontWeight:
|
|
269
|
-
color: colors.
|
|
270
|
-
margin: "0px"
|
|
303
|
+
fontWeight: 400,
|
|
304
|
+
color: colors.one.b,
|
|
305
|
+
margin: "0px",
|
|
306
|
+
fontFamily: "Array"
|
|
271
307
|
},
|
|
272
308
|
desktop: {
|
|
273
309
|
fontSize: "14px",
|
|
274
310
|
lineHeight: "20px",
|
|
275
|
-
fontWeight:
|
|
276
|
-
color: colors.
|
|
277
|
-
margin: "0px"
|
|
311
|
+
fontWeight: 400,
|
|
312
|
+
color: colors.one.b,
|
|
313
|
+
margin: "0px",
|
|
314
|
+
fontFamily: "Array"
|
|
278
315
|
}
|
|
279
316
|
}
|
|
280
317
|
};
|
|
@@ -49,7 +49,7 @@ const text = {
|
|
|
49
49
|
fontWeight: 400,
|
|
50
50
|
vColor: colors.one.h,
|
|
51
51
|
margin: "0px",
|
|
52
|
-
fontFamily: "
|
|
52
|
+
fontFamily: "Array"
|
|
53
53
|
},
|
|
54
54
|
"Text-secondary-italic": {
|
|
55
55
|
vFontSize: fontsizes.lg,
|
|
@@ -58,7 +58,7 @@ const text = {
|
|
|
58
58
|
fontStyle: "italic",
|
|
59
59
|
vColor: colors.one.h,
|
|
60
60
|
margin: "0px",
|
|
61
|
-
fontFamily: "
|
|
61
|
+
fontFamily: "Array"
|
|
62
62
|
}
|
|
63
63
|
};
|
|
64
64
|
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -10,10 +10,12 @@ var _GilmerBold = _interopRequireDefault(require("./Gilmer/Gilmer-Bold.woff2"));
|
|
|
10
10
|
var _GilmerHeavy = _interopRequireDefault(require("./Gilmer/Gilmer-Heavy.woff2"));
|
|
11
11
|
var _GilmerLight = _interopRequireDefault(require("./Gilmer/Gilmer-Light.woff2"));
|
|
12
12
|
var _GilmerMedium = _interopRequireDefault(require("./Gilmer/Gilmer-Medium.woff2"));
|
|
13
|
-
var
|
|
14
|
-
var
|
|
13
|
+
var _ArrayRegular = _interopRequireDefault(require("./Array/Array-Regular.woff2"));
|
|
14
|
+
var _ArrayBoldWide = _interopRequireDefault(require("./Array/Array-BoldWide.woff2"));
|
|
15
15
|
var _templateObject; // Fonts Manamerge Gilmer
|
|
16
16
|
// Fonts SpringWood
|
|
17
|
+
// import SpringwoodBrushItalic from "./Springwood/SpringwoodBrush-Italic.woff2";
|
|
18
|
+
// import SpringwoodBrushRegular from "./Springwood/SpringwoodBrush-Regular.woff2";
|
|
17
19
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
|
|
18
20
|
function _taggedTemplateLiteral(e, t) { return t || (t = e.slice(0)), Object.freeze(Object.defineProperties(e, { raw: { value: Object.freeze(t) } })); }
|
|
19
|
-
var DavidWebStyles = exports.DavidWebStyles = (0, _styledComponents.createGlobalStyle)(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n @font-face {\n font-family: ManamergeGilmer;\n src: url(", ") format('woff2');\n font-style: normal;\n font-weight: 300;\n }\n @font-face {\n font-family: ManamergeGilmer;\n src: url(", ") format('woff2');\n font-style: normal;\n font-weight: 400;\n }\n @font-face {\n font-family: ManamergeGilmer;\n src: url(", ") format('woff2');\n font-style: normal;\n font-weight: 500;\n }\n @font-face {\n font-family: ManamergeGilmer;\n src: url(", ") format('woff2');\n font-style: normal;\n font-weight: 700;\n }\n\n @font-face {\n font-family: ManamergeGilmer;\n src: url(", ") format('woff2');\n font-style: normal;\n font-weight: 900;\n }\n @font-face {\n font-family:
|
|
21
|
+
var DavidWebStyles = exports.DavidWebStyles = (0, _styledComponents.createGlobalStyle)(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n @font-face {\n font-family: ManamergeGilmer;\n src: url(", ") format('woff2');\n font-style: normal;\n font-weight: 300;\n }\n @font-face {\n font-family: ManamergeGilmer;\n src: url(", ") format('woff2');\n font-style: normal;\n font-weight: 400;\n }\n @font-face {\n font-family: ManamergeGilmer;\n src: url(", ") format('woff2');\n font-style: normal;\n font-weight: 500;\n }\n @font-face {\n font-family: ManamergeGilmer;\n src: url(", ") format('woff2');\n font-style: normal;\n font-weight: 700;\n }\n\n @font-face {\n font-family: ManamergeGilmer;\n src: url(", ") format('woff2');\n font-style: normal;\n font-weight: 900;\n }\n @font-face {\n font-family: Array;\n src: url(", ") format('woff2');\n font-style: italic;\n font-weight: 400;\n }\n @font-face {\n font-family: Array;\n src: url(", ") format('woff2');\n font-style: normal;\n font-weight: 400;\n }\n"])), _GilmerLight["default"], _GilmerRegular["default"], _GilmerMedium["default"], _GilmerBold["default"], _GilmerHeavy["default"], _ArrayRegular["default"], _ArrayBoldWide["default"]);
|
|
@@ -85,6 +85,7 @@ export declare const DavidWebTheme: {
|
|
|
85
85
|
fontWeight: number;
|
|
86
86
|
color: string;
|
|
87
87
|
margin: string;
|
|
88
|
+
fontFamily: string;
|
|
88
89
|
};
|
|
89
90
|
tablet: {
|
|
90
91
|
fontSize: string;
|
|
@@ -92,6 +93,7 @@ export declare const DavidWebTheme: {
|
|
|
92
93
|
fontWeight: number;
|
|
93
94
|
color: string;
|
|
94
95
|
margin: string;
|
|
96
|
+
fontFamily: string;
|
|
95
97
|
};
|
|
96
98
|
desktop: {
|
|
97
99
|
fontSize: string;
|
|
@@ -99,6 +101,7 @@ export declare const DavidWebTheme: {
|
|
|
99
101
|
fontWeight: number;
|
|
100
102
|
color: string;
|
|
101
103
|
margin: string;
|
|
104
|
+
fontFamily: string;
|
|
102
105
|
};
|
|
103
106
|
};
|
|
104
107
|
"Heading-primary-h2": {
|
|
@@ -108,6 +111,7 @@ export declare const DavidWebTheme: {
|
|
|
108
111
|
fontWeight: number;
|
|
109
112
|
color: string;
|
|
110
113
|
margin: string;
|
|
114
|
+
fontFamily: string;
|
|
111
115
|
};
|
|
112
116
|
tablet: {
|
|
113
117
|
fontSize: string;
|
|
@@ -115,6 +119,7 @@ export declare const DavidWebTheme: {
|
|
|
115
119
|
fontWeight: number;
|
|
116
120
|
color: string;
|
|
117
121
|
margin: string;
|
|
122
|
+
fontFamily: string;
|
|
118
123
|
};
|
|
119
124
|
desktop: {
|
|
120
125
|
fontSize: string;
|
|
@@ -122,6 +127,7 @@ export declare const DavidWebTheme: {
|
|
|
122
127
|
fontWeight: number;
|
|
123
128
|
color: string;
|
|
124
129
|
margin: string;
|
|
130
|
+
fontFamily: string;
|
|
125
131
|
};
|
|
126
132
|
};
|
|
127
133
|
"Heading-primary-h3": {
|
|
@@ -131,6 +137,7 @@ export declare const DavidWebTheme: {
|
|
|
131
137
|
fontWeight: number;
|
|
132
138
|
color: string;
|
|
133
139
|
margin: string;
|
|
140
|
+
fontFamily: string;
|
|
134
141
|
};
|
|
135
142
|
tablet: {
|
|
136
143
|
fontSize: string;
|
|
@@ -138,6 +145,7 @@ export declare const DavidWebTheme: {
|
|
|
138
145
|
fontWeight: number;
|
|
139
146
|
color: string;
|
|
140
147
|
margin: string;
|
|
148
|
+
fontFamily: string;
|
|
141
149
|
};
|
|
142
150
|
desktop: {
|
|
143
151
|
fontSize: string;
|
|
@@ -145,6 +153,7 @@ export declare const DavidWebTheme: {
|
|
|
145
153
|
fontWeight: number;
|
|
146
154
|
color: string;
|
|
147
155
|
margin: string;
|
|
156
|
+
fontFamily: string;
|
|
148
157
|
};
|
|
149
158
|
};
|
|
150
159
|
"Heading-primary-h4": {
|
|
@@ -154,6 +163,7 @@ export declare const DavidWebTheme: {
|
|
|
154
163
|
fontWeight: number;
|
|
155
164
|
color: string;
|
|
156
165
|
margin: string;
|
|
166
|
+
fontFamily: string;
|
|
157
167
|
};
|
|
158
168
|
tablet: {
|
|
159
169
|
fontSize: string;
|
|
@@ -161,6 +171,7 @@ export declare const DavidWebTheme: {
|
|
|
161
171
|
fontWeight: number;
|
|
162
172
|
color: string;
|
|
163
173
|
margin: string;
|
|
174
|
+
fontFamily: string;
|
|
164
175
|
};
|
|
165
176
|
desktop: {
|
|
166
177
|
fontSize: string;
|
|
@@ -168,6 +179,7 @@ export declare const DavidWebTheme: {
|
|
|
168
179
|
fontWeight: number;
|
|
169
180
|
color: string;
|
|
170
181
|
margin: string;
|
|
182
|
+
fontFamily: string;
|
|
171
183
|
};
|
|
172
184
|
};
|
|
173
185
|
"Heading-primary-h5": {
|
|
@@ -177,6 +189,7 @@ export declare const DavidWebTheme: {
|
|
|
177
189
|
fontWeight: number;
|
|
178
190
|
color: string;
|
|
179
191
|
margin: string;
|
|
192
|
+
fontFamily: string;
|
|
180
193
|
};
|
|
181
194
|
tablet: {
|
|
182
195
|
fontSize: string;
|
|
@@ -184,6 +197,7 @@ export declare const DavidWebTheme: {
|
|
|
184
197
|
fontWeight: number;
|
|
185
198
|
color: string;
|
|
186
199
|
margin: string;
|
|
200
|
+
fontFamily: string;
|
|
187
201
|
};
|
|
188
202
|
desktop: {
|
|
189
203
|
fontSize: string;
|
|
@@ -191,6 +205,7 @@ export declare const DavidWebTheme: {
|
|
|
191
205
|
fontWeight: number;
|
|
192
206
|
color: string;
|
|
193
207
|
margin: string;
|
|
208
|
+
fontFamily: string;
|
|
194
209
|
};
|
|
195
210
|
};
|
|
196
211
|
"Heading-primary-h6": {
|
|
@@ -200,6 +215,7 @@ export declare const DavidWebTheme: {
|
|
|
200
215
|
fontWeight: number;
|
|
201
216
|
color: string;
|
|
202
217
|
margin: string;
|
|
218
|
+
fontFamily: string;
|
|
203
219
|
};
|
|
204
220
|
tablet: {
|
|
205
221
|
fontSize: string;
|
|
@@ -207,6 +223,7 @@ export declare const DavidWebTheme: {
|
|
|
207
223
|
fontWeight: number;
|
|
208
224
|
color: string;
|
|
209
225
|
margin: string;
|
|
226
|
+
fontFamily: string;
|
|
210
227
|
};
|
|
211
228
|
desktop: {
|
|
212
229
|
fontSize: string;
|
|
@@ -214,6 +231,7 @@ export declare const DavidWebTheme: {
|
|
|
214
231
|
fontWeight: number;
|
|
215
232
|
color: string;
|
|
216
233
|
margin: string;
|
|
234
|
+
fontFamily: string;
|
|
217
235
|
};
|
|
218
236
|
};
|
|
219
237
|
"Heading-secondary-h1": {
|
|
@@ -223,6 +241,7 @@ export declare const DavidWebTheme: {
|
|
|
223
241
|
fontWeight: number;
|
|
224
242
|
color: string;
|
|
225
243
|
margin: string;
|
|
244
|
+
fontFamily: string;
|
|
226
245
|
};
|
|
227
246
|
tablet: {
|
|
228
247
|
fontSize: string;
|
|
@@ -230,6 +249,7 @@ export declare const DavidWebTheme: {
|
|
|
230
249
|
fontWeight: number;
|
|
231
250
|
color: string;
|
|
232
251
|
margin: string;
|
|
252
|
+
fontFamily: string;
|
|
233
253
|
};
|
|
234
254
|
desktop: {
|
|
235
255
|
fontSize: string;
|
|
@@ -237,6 +257,7 @@ export declare const DavidWebTheme: {
|
|
|
237
257
|
fontWeight: number;
|
|
238
258
|
color: string;
|
|
239
259
|
margin: string;
|
|
260
|
+
fontFamily: string;
|
|
240
261
|
};
|
|
241
262
|
};
|
|
242
263
|
"Heading-secondary-h2": {
|
|
@@ -246,6 +267,7 @@ export declare const DavidWebTheme: {
|
|
|
246
267
|
fontWeight: number;
|
|
247
268
|
color: string;
|
|
248
269
|
margin: string;
|
|
270
|
+
fontFamily: string;
|
|
249
271
|
};
|
|
250
272
|
tablet: {
|
|
251
273
|
fontSize: string;
|
|
@@ -253,6 +275,7 @@ export declare const DavidWebTheme: {
|
|
|
253
275
|
fontWeight: number;
|
|
254
276
|
color: string;
|
|
255
277
|
margin: string;
|
|
278
|
+
fontFamily: string;
|
|
256
279
|
};
|
|
257
280
|
desktop: {
|
|
258
281
|
fontSize: string;
|
|
@@ -260,6 +283,7 @@ export declare const DavidWebTheme: {
|
|
|
260
283
|
fontWeight: number;
|
|
261
284
|
color: string;
|
|
262
285
|
margin: string;
|
|
286
|
+
fontFamily: string;
|
|
263
287
|
};
|
|
264
288
|
};
|
|
265
289
|
"Heading-secondary-h3": {
|
|
@@ -269,6 +293,7 @@ export declare const DavidWebTheme: {
|
|
|
269
293
|
fontWeight: number;
|
|
270
294
|
color: string;
|
|
271
295
|
margin: string;
|
|
296
|
+
fontFamily: string;
|
|
272
297
|
};
|
|
273
298
|
tablet: {
|
|
274
299
|
fontSize: string;
|
|
@@ -276,6 +301,7 @@ export declare const DavidWebTheme: {
|
|
|
276
301
|
fontWeight: number;
|
|
277
302
|
color: string;
|
|
278
303
|
margin: string;
|
|
304
|
+
fontFamily: string;
|
|
279
305
|
};
|
|
280
306
|
desktop: {
|
|
281
307
|
fontSize: string;
|
|
@@ -283,6 +309,7 @@ export declare const DavidWebTheme: {
|
|
|
283
309
|
fontWeight: number;
|
|
284
310
|
color: string;
|
|
285
311
|
margin: string;
|
|
312
|
+
fontFamily: string;
|
|
286
313
|
};
|
|
287
314
|
};
|
|
288
315
|
"Heading-secondary-h4": {
|
|
@@ -292,6 +319,7 @@ export declare const DavidWebTheme: {
|
|
|
292
319
|
fontWeight: number;
|
|
293
320
|
color: string;
|
|
294
321
|
margin: string;
|
|
322
|
+
fontFamily: string;
|
|
295
323
|
};
|
|
296
324
|
tablet: {
|
|
297
325
|
fontSize: string;
|
|
@@ -299,6 +327,7 @@ export declare const DavidWebTheme: {
|
|
|
299
327
|
fontWeight: number;
|
|
300
328
|
color: string;
|
|
301
329
|
margin: string;
|
|
330
|
+
fontFamily: string;
|
|
302
331
|
};
|
|
303
332
|
desktop: {
|
|
304
333
|
fontSize: string;
|
|
@@ -306,6 +335,7 @@ export declare const DavidWebTheme: {
|
|
|
306
335
|
fontWeight: number;
|
|
307
336
|
color: string;
|
|
308
337
|
margin: string;
|
|
338
|
+
fontFamily: string;
|
|
309
339
|
};
|
|
310
340
|
};
|
|
311
341
|
"Heading-secondary-h5": {
|
|
@@ -315,6 +345,7 @@ export declare const DavidWebTheme: {
|
|
|
315
345
|
fontWeight: number;
|
|
316
346
|
color: string;
|
|
317
347
|
margin: string;
|
|
348
|
+
fontFamily: string;
|
|
318
349
|
};
|
|
319
350
|
tablet: {
|
|
320
351
|
fontSize: string;
|
|
@@ -322,6 +353,7 @@ export declare const DavidWebTheme: {
|
|
|
322
353
|
fontWeight: number;
|
|
323
354
|
color: string;
|
|
324
355
|
margin: string;
|
|
356
|
+
fontFamily: string;
|
|
325
357
|
};
|
|
326
358
|
desktop: {
|
|
327
359
|
fontSize: string;
|
|
@@ -329,6 +361,7 @@ export declare const DavidWebTheme: {
|
|
|
329
361
|
fontWeight: number;
|
|
330
362
|
color: string;
|
|
331
363
|
margin: string;
|
|
364
|
+
fontFamily: string;
|
|
332
365
|
};
|
|
333
366
|
};
|
|
334
367
|
"Heading-secondary-h6": {
|
|
@@ -338,6 +371,7 @@ export declare const DavidWebTheme: {
|
|
|
338
371
|
fontWeight: number;
|
|
339
372
|
color: string;
|
|
340
373
|
margin: string;
|
|
374
|
+
fontFamily: string;
|
|
341
375
|
};
|
|
342
376
|
tablet: {
|
|
343
377
|
fontSize: string;
|
|
@@ -345,6 +379,7 @@ export declare const DavidWebTheme: {
|
|
|
345
379
|
fontWeight: number;
|
|
346
380
|
color: string;
|
|
347
381
|
margin: string;
|
|
382
|
+
fontFamily: string;
|
|
348
383
|
};
|
|
349
384
|
desktop: {
|
|
350
385
|
fontSize: string;
|
|
@@ -352,6 +387,7 @@ export declare const DavidWebTheme: {
|
|
|
352
387
|
fontWeight: number;
|
|
353
388
|
color: string;
|
|
354
389
|
margin: string;
|
|
390
|
+
fontFamily: string;
|
|
355
391
|
};
|
|
356
392
|
};
|
|
357
393
|
};
|
|
@@ -557,6 +593,7 @@ export declare const DavidWebTheme: {
|
|
|
557
593
|
fontWeight: number;
|
|
558
594
|
color: string;
|
|
559
595
|
margin: string;
|
|
596
|
+
fontFamily: string;
|
|
560
597
|
};
|
|
561
598
|
tablet: {
|
|
562
599
|
fontSize: string;
|
|
@@ -564,6 +601,7 @@ export declare const DavidWebTheme: {
|
|
|
564
601
|
fontWeight: number;
|
|
565
602
|
color: string;
|
|
566
603
|
margin: string;
|
|
604
|
+
fontFamily: string;
|
|
567
605
|
};
|
|
568
606
|
desktop: {
|
|
569
607
|
fontSize: string;
|
|
@@ -571,6 +609,7 @@ export declare const DavidWebTheme: {
|
|
|
571
609
|
fontWeight: number;
|
|
572
610
|
color: string;
|
|
573
611
|
margin: string;
|
|
612
|
+
fontFamily: string;
|
|
574
613
|
};
|
|
575
614
|
};
|
|
576
615
|
"Heading-primary-h2": {
|
|
@@ -580,6 +619,7 @@ export declare const DavidWebTheme: {
|
|
|
580
619
|
fontWeight: number;
|
|
581
620
|
color: string;
|
|
582
621
|
margin: string;
|
|
622
|
+
fontFamily: string;
|
|
583
623
|
};
|
|
584
624
|
tablet: {
|
|
585
625
|
fontSize: string;
|
|
@@ -587,6 +627,7 @@ export declare const DavidWebTheme: {
|
|
|
587
627
|
fontWeight: number;
|
|
588
628
|
color: string;
|
|
589
629
|
margin: string;
|
|
630
|
+
fontFamily: string;
|
|
590
631
|
};
|
|
591
632
|
desktop: {
|
|
592
633
|
fontSize: string;
|
|
@@ -594,6 +635,7 @@ export declare const DavidWebTheme: {
|
|
|
594
635
|
fontWeight: number;
|
|
595
636
|
color: string;
|
|
596
637
|
margin: string;
|
|
638
|
+
fontFamily: string;
|
|
597
639
|
};
|
|
598
640
|
};
|
|
599
641
|
"Heading-primary-h3": {
|
|
@@ -603,6 +645,7 @@ export declare const DavidWebTheme: {
|
|
|
603
645
|
fontWeight: number;
|
|
604
646
|
color: string;
|
|
605
647
|
margin: string;
|
|
648
|
+
fontFamily: string;
|
|
606
649
|
};
|
|
607
650
|
tablet: {
|
|
608
651
|
fontSize: string;
|
|
@@ -610,6 +653,7 @@ export declare const DavidWebTheme: {
|
|
|
610
653
|
fontWeight: number;
|
|
611
654
|
color: string;
|
|
612
655
|
margin: string;
|
|
656
|
+
fontFamily: string;
|
|
613
657
|
};
|
|
614
658
|
desktop: {
|
|
615
659
|
fontSize: string;
|
|
@@ -617,6 +661,7 @@ export declare const DavidWebTheme: {
|
|
|
617
661
|
fontWeight: number;
|
|
618
662
|
color: string;
|
|
619
663
|
margin: string;
|
|
664
|
+
fontFamily: string;
|
|
620
665
|
};
|
|
621
666
|
};
|
|
622
667
|
"Heading-primary-h4": {
|
|
@@ -626,6 +671,7 @@ export declare const DavidWebTheme: {
|
|
|
626
671
|
fontWeight: number;
|
|
627
672
|
color: string;
|
|
628
673
|
margin: string;
|
|
674
|
+
fontFamily: string;
|
|
629
675
|
};
|
|
630
676
|
tablet: {
|
|
631
677
|
fontSize: string;
|
|
@@ -633,6 +679,7 @@ export declare const DavidWebTheme: {
|
|
|
633
679
|
fontWeight: number;
|
|
634
680
|
color: string;
|
|
635
681
|
margin: string;
|
|
682
|
+
fontFamily: string;
|
|
636
683
|
};
|
|
637
684
|
desktop: {
|
|
638
685
|
fontSize: string;
|
|
@@ -640,6 +687,7 @@ export declare const DavidWebTheme: {
|
|
|
640
687
|
fontWeight: number;
|
|
641
688
|
color: string;
|
|
642
689
|
margin: string;
|
|
690
|
+
fontFamily: string;
|
|
643
691
|
};
|
|
644
692
|
};
|
|
645
693
|
"Heading-primary-h5": {
|
|
@@ -649,6 +697,7 @@ export declare const DavidWebTheme: {
|
|
|
649
697
|
fontWeight: number;
|
|
650
698
|
color: string;
|
|
651
699
|
margin: string;
|
|
700
|
+
fontFamily: string;
|
|
652
701
|
};
|
|
653
702
|
tablet: {
|
|
654
703
|
fontSize: string;
|
|
@@ -656,6 +705,7 @@ export declare const DavidWebTheme: {
|
|
|
656
705
|
fontWeight: number;
|
|
657
706
|
color: string;
|
|
658
707
|
margin: string;
|
|
708
|
+
fontFamily: string;
|
|
659
709
|
};
|
|
660
710
|
desktop: {
|
|
661
711
|
fontSize: string;
|
|
@@ -663,6 +713,7 @@ export declare const DavidWebTheme: {
|
|
|
663
713
|
fontWeight: number;
|
|
664
714
|
color: string;
|
|
665
715
|
margin: string;
|
|
716
|
+
fontFamily: string;
|
|
666
717
|
};
|
|
667
718
|
};
|
|
668
719
|
"Heading-primary-h6": {
|
|
@@ -672,6 +723,7 @@ export declare const DavidWebTheme: {
|
|
|
672
723
|
fontWeight: number;
|
|
673
724
|
color: string;
|
|
674
725
|
margin: string;
|
|
726
|
+
fontFamily: string;
|
|
675
727
|
};
|
|
676
728
|
tablet: {
|
|
677
729
|
fontSize: string;
|
|
@@ -679,6 +731,7 @@ export declare const DavidWebTheme: {
|
|
|
679
731
|
fontWeight: number;
|
|
680
732
|
color: string;
|
|
681
733
|
margin: string;
|
|
734
|
+
fontFamily: string;
|
|
682
735
|
};
|
|
683
736
|
desktop: {
|
|
684
737
|
fontSize: string;
|
|
@@ -686,6 +739,7 @@ export declare const DavidWebTheme: {
|
|
|
686
739
|
fontWeight: number;
|
|
687
740
|
color: string;
|
|
688
741
|
margin: string;
|
|
742
|
+
fontFamily: string;
|
|
689
743
|
};
|
|
690
744
|
};
|
|
691
745
|
"Heading-secondary-h1": {
|
|
@@ -695,6 +749,7 @@ export declare const DavidWebTheme: {
|
|
|
695
749
|
fontWeight: number;
|
|
696
750
|
color: string;
|
|
697
751
|
margin: string;
|
|
752
|
+
fontFamily: string;
|
|
698
753
|
};
|
|
699
754
|
tablet: {
|
|
700
755
|
fontSize: string;
|
|
@@ -702,6 +757,7 @@ export declare const DavidWebTheme: {
|
|
|
702
757
|
fontWeight: number;
|
|
703
758
|
color: string;
|
|
704
759
|
margin: string;
|
|
760
|
+
fontFamily: string;
|
|
705
761
|
};
|
|
706
762
|
desktop: {
|
|
707
763
|
fontSize: string;
|
|
@@ -709,6 +765,7 @@ export declare const DavidWebTheme: {
|
|
|
709
765
|
fontWeight: number;
|
|
710
766
|
color: string;
|
|
711
767
|
margin: string;
|
|
768
|
+
fontFamily: string;
|
|
712
769
|
};
|
|
713
770
|
};
|
|
714
771
|
"Heading-secondary-h2": {
|
|
@@ -718,6 +775,7 @@ export declare const DavidWebTheme: {
|
|
|
718
775
|
fontWeight: number;
|
|
719
776
|
color: string;
|
|
720
777
|
margin: string;
|
|
778
|
+
fontFamily: string;
|
|
721
779
|
};
|
|
722
780
|
tablet: {
|
|
723
781
|
fontSize: string;
|
|
@@ -725,6 +783,7 @@ export declare const DavidWebTheme: {
|
|
|
725
783
|
fontWeight: number;
|
|
726
784
|
color: string;
|
|
727
785
|
margin: string;
|
|
786
|
+
fontFamily: string;
|
|
728
787
|
};
|
|
729
788
|
desktop: {
|
|
730
789
|
fontSize: string;
|
|
@@ -732,6 +791,7 @@ export declare const DavidWebTheme: {
|
|
|
732
791
|
fontWeight: number;
|
|
733
792
|
color: string;
|
|
734
793
|
margin: string;
|
|
794
|
+
fontFamily: string;
|
|
735
795
|
};
|
|
736
796
|
};
|
|
737
797
|
"Heading-secondary-h3": {
|
|
@@ -741,6 +801,7 @@ export declare const DavidWebTheme: {
|
|
|
741
801
|
fontWeight: number;
|
|
742
802
|
color: string;
|
|
743
803
|
margin: string;
|
|
804
|
+
fontFamily: string;
|
|
744
805
|
};
|
|
745
806
|
tablet: {
|
|
746
807
|
fontSize: string;
|
|
@@ -748,6 +809,7 @@ export declare const DavidWebTheme: {
|
|
|
748
809
|
fontWeight: number;
|
|
749
810
|
color: string;
|
|
750
811
|
margin: string;
|
|
812
|
+
fontFamily: string;
|
|
751
813
|
};
|
|
752
814
|
desktop: {
|
|
753
815
|
fontSize: string;
|
|
@@ -755,6 +817,7 @@ export declare const DavidWebTheme: {
|
|
|
755
817
|
fontWeight: number;
|
|
756
818
|
color: string;
|
|
757
819
|
margin: string;
|
|
820
|
+
fontFamily: string;
|
|
758
821
|
};
|
|
759
822
|
};
|
|
760
823
|
"Heading-secondary-h4": {
|
|
@@ -764,6 +827,7 @@ export declare const DavidWebTheme: {
|
|
|
764
827
|
fontWeight: number;
|
|
765
828
|
color: string;
|
|
766
829
|
margin: string;
|
|
830
|
+
fontFamily: string;
|
|
767
831
|
};
|
|
768
832
|
tablet: {
|
|
769
833
|
fontSize: string;
|
|
@@ -771,6 +835,7 @@ export declare const DavidWebTheme: {
|
|
|
771
835
|
fontWeight: number;
|
|
772
836
|
color: string;
|
|
773
837
|
margin: string;
|
|
838
|
+
fontFamily: string;
|
|
774
839
|
};
|
|
775
840
|
desktop: {
|
|
776
841
|
fontSize: string;
|
|
@@ -778,6 +843,7 @@ export declare const DavidWebTheme: {
|
|
|
778
843
|
fontWeight: number;
|
|
779
844
|
color: string;
|
|
780
845
|
margin: string;
|
|
846
|
+
fontFamily: string;
|
|
781
847
|
};
|
|
782
848
|
};
|
|
783
849
|
"Heading-secondary-h5": {
|
|
@@ -787,6 +853,7 @@ export declare const DavidWebTheme: {
|
|
|
787
853
|
fontWeight: number;
|
|
788
854
|
color: string;
|
|
789
855
|
margin: string;
|
|
856
|
+
fontFamily: string;
|
|
790
857
|
};
|
|
791
858
|
tablet: {
|
|
792
859
|
fontSize: string;
|
|
@@ -794,6 +861,7 @@ export declare const DavidWebTheme: {
|
|
|
794
861
|
fontWeight: number;
|
|
795
862
|
color: string;
|
|
796
863
|
margin: string;
|
|
864
|
+
fontFamily: string;
|
|
797
865
|
};
|
|
798
866
|
desktop: {
|
|
799
867
|
fontSize: string;
|
|
@@ -801,6 +869,7 @@ export declare const DavidWebTheme: {
|
|
|
801
869
|
fontWeight: number;
|
|
802
870
|
color: string;
|
|
803
871
|
margin: string;
|
|
872
|
+
fontFamily: string;
|
|
804
873
|
};
|
|
805
874
|
};
|
|
806
875
|
"Heading-secondary-h6": {
|
|
@@ -810,6 +879,7 @@ export declare const DavidWebTheme: {
|
|
|
810
879
|
fontWeight: number;
|
|
811
880
|
color: string;
|
|
812
881
|
margin: string;
|
|
882
|
+
fontFamily: string;
|
|
813
883
|
};
|
|
814
884
|
tablet: {
|
|
815
885
|
fontSize: string;
|
|
@@ -817,6 +887,7 @@ export declare const DavidWebTheme: {
|
|
|
817
887
|
fontWeight: number;
|
|
818
888
|
color: string;
|
|
819
889
|
margin: string;
|
|
890
|
+
fontFamily: string;
|
|
820
891
|
};
|
|
821
892
|
desktop: {
|
|
822
893
|
fontSize: string;
|
|
@@ -824,6 +895,7 @@ export declare const DavidWebTheme: {
|
|
|
824
895
|
fontWeight: number;
|
|
825
896
|
color: string;
|
|
826
897
|
margin: string;
|
|
898
|
+
fontFamily: string;
|
|
827
899
|
};
|
|
828
900
|
};
|
|
829
901
|
};
|
|
@@ -6,6 +6,7 @@ declare const heading: {
|
|
|
6
6
|
fontWeight: number;
|
|
7
7
|
color: string;
|
|
8
8
|
margin: string;
|
|
9
|
+
fontFamily: string;
|
|
9
10
|
};
|
|
10
11
|
tablet: {
|
|
11
12
|
fontSize: string;
|
|
@@ -13,6 +14,7 @@ declare const heading: {
|
|
|
13
14
|
fontWeight: number;
|
|
14
15
|
color: string;
|
|
15
16
|
margin: string;
|
|
17
|
+
fontFamily: string;
|
|
16
18
|
};
|
|
17
19
|
desktop: {
|
|
18
20
|
fontSize: string;
|
|
@@ -20,6 +22,7 @@ declare const heading: {
|
|
|
20
22
|
fontWeight: number;
|
|
21
23
|
color: string;
|
|
22
24
|
margin: string;
|
|
25
|
+
fontFamily: string;
|
|
23
26
|
};
|
|
24
27
|
};
|
|
25
28
|
"Heading-primary-h2": {
|
|
@@ -29,6 +32,7 @@ declare const heading: {
|
|
|
29
32
|
fontWeight: number;
|
|
30
33
|
color: string;
|
|
31
34
|
margin: string;
|
|
35
|
+
fontFamily: string;
|
|
32
36
|
};
|
|
33
37
|
tablet: {
|
|
34
38
|
fontSize: string;
|
|
@@ -36,6 +40,7 @@ declare const heading: {
|
|
|
36
40
|
fontWeight: number;
|
|
37
41
|
color: string;
|
|
38
42
|
margin: string;
|
|
43
|
+
fontFamily: string;
|
|
39
44
|
};
|
|
40
45
|
desktop: {
|
|
41
46
|
fontSize: string;
|
|
@@ -43,6 +48,7 @@ declare const heading: {
|
|
|
43
48
|
fontWeight: number;
|
|
44
49
|
color: string;
|
|
45
50
|
margin: string;
|
|
51
|
+
fontFamily: string;
|
|
46
52
|
};
|
|
47
53
|
};
|
|
48
54
|
"Heading-primary-h3": {
|
|
@@ -52,6 +58,7 @@ declare const heading: {
|
|
|
52
58
|
fontWeight: number;
|
|
53
59
|
color: string;
|
|
54
60
|
margin: string;
|
|
61
|
+
fontFamily: string;
|
|
55
62
|
};
|
|
56
63
|
tablet: {
|
|
57
64
|
fontSize: string;
|
|
@@ -59,6 +66,7 @@ declare const heading: {
|
|
|
59
66
|
fontWeight: number;
|
|
60
67
|
color: string;
|
|
61
68
|
margin: string;
|
|
69
|
+
fontFamily: string;
|
|
62
70
|
};
|
|
63
71
|
desktop: {
|
|
64
72
|
fontSize: string;
|
|
@@ -66,6 +74,7 @@ declare const heading: {
|
|
|
66
74
|
fontWeight: number;
|
|
67
75
|
color: string;
|
|
68
76
|
margin: string;
|
|
77
|
+
fontFamily: string;
|
|
69
78
|
};
|
|
70
79
|
};
|
|
71
80
|
"Heading-primary-h4": {
|
|
@@ -75,6 +84,7 @@ declare const heading: {
|
|
|
75
84
|
fontWeight: number;
|
|
76
85
|
color: string;
|
|
77
86
|
margin: string;
|
|
87
|
+
fontFamily: string;
|
|
78
88
|
};
|
|
79
89
|
tablet: {
|
|
80
90
|
fontSize: string;
|
|
@@ -82,6 +92,7 @@ declare const heading: {
|
|
|
82
92
|
fontWeight: number;
|
|
83
93
|
color: string;
|
|
84
94
|
margin: string;
|
|
95
|
+
fontFamily: string;
|
|
85
96
|
};
|
|
86
97
|
desktop: {
|
|
87
98
|
fontSize: string;
|
|
@@ -89,6 +100,7 @@ declare const heading: {
|
|
|
89
100
|
fontWeight: number;
|
|
90
101
|
color: string;
|
|
91
102
|
margin: string;
|
|
103
|
+
fontFamily: string;
|
|
92
104
|
};
|
|
93
105
|
};
|
|
94
106
|
"Heading-primary-h5": {
|
|
@@ -98,6 +110,7 @@ declare const heading: {
|
|
|
98
110
|
fontWeight: number;
|
|
99
111
|
color: string;
|
|
100
112
|
margin: string;
|
|
113
|
+
fontFamily: string;
|
|
101
114
|
};
|
|
102
115
|
tablet: {
|
|
103
116
|
fontSize: string;
|
|
@@ -105,6 +118,7 @@ declare const heading: {
|
|
|
105
118
|
fontWeight: number;
|
|
106
119
|
color: string;
|
|
107
120
|
margin: string;
|
|
121
|
+
fontFamily: string;
|
|
108
122
|
};
|
|
109
123
|
desktop: {
|
|
110
124
|
fontSize: string;
|
|
@@ -112,6 +126,7 @@ declare const heading: {
|
|
|
112
126
|
fontWeight: number;
|
|
113
127
|
color: string;
|
|
114
128
|
margin: string;
|
|
129
|
+
fontFamily: string;
|
|
115
130
|
};
|
|
116
131
|
};
|
|
117
132
|
"Heading-primary-h6": {
|
|
@@ -121,6 +136,7 @@ declare const heading: {
|
|
|
121
136
|
fontWeight: number;
|
|
122
137
|
color: string;
|
|
123
138
|
margin: string;
|
|
139
|
+
fontFamily: string;
|
|
124
140
|
};
|
|
125
141
|
tablet: {
|
|
126
142
|
fontSize: string;
|
|
@@ -128,6 +144,7 @@ declare const heading: {
|
|
|
128
144
|
fontWeight: number;
|
|
129
145
|
color: string;
|
|
130
146
|
margin: string;
|
|
147
|
+
fontFamily: string;
|
|
131
148
|
};
|
|
132
149
|
desktop: {
|
|
133
150
|
fontSize: string;
|
|
@@ -135,6 +152,7 @@ declare const heading: {
|
|
|
135
152
|
fontWeight: number;
|
|
136
153
|
color: string;
|
|
137
154
|
margin: string;
|
|
155
|
+
fontFamily: string;
|
|
138
156
|
};
|
|
139
157
|
};
|
|
140
158
|
"Heading-secondary-h1": {
|
|
@@ -144,6 +162,7 @@ declare const heading: {
|
|
|
144
162
|
fontWeight: number;
|
|
145
163
|
color: string;
|
|
146
164
|
margin: string;
|
|
165
|
+
fontFamily: string;
|
|
147
166
|
};
|
|
148
167
|
tablet: {
|
|
149
168
|
fontSize: string;
|
|
@@ -151,6 +170,7 @@ declare const heading: {
|
|
|
151
170
|
fontWeight: number;
|
|
152
171
|
color: string;
|
|
153
172
|
margin: string;
|
|
173
|
+
fontFamily: string;
|
|
154
174
|
};
|
|
155
175
|
desktop: {
|
|
156
176
|
fontSize: string;
|
|
@@ -158,6 +178,7 @@ declare const heading: {
|
|
|
158
178
|
fontWeight: number;
|
|
159
179
|
color: string;
|
|
160
180
|
margin: string;
|
|
181
|
+
fontFamily: string;
|
|
161
182
|
};
|
|
162
183
|
};
|
|
163
184
|
"Heading-secondary-h2": {
|
|
@@ -167,6 +188,7 @@ declare const heading: {
|
|
|
167
188
|
fontWeight: number;
|
|
168
189
|
color: string;
|
|
169
190
|
margin: string;
|
|
191
|
+
fontFamily: string;
|
|
170
192
|
};
|
|
171
193
|
tablet: {
|
|
172
194
|
fontSize: string;
|
|
@@ -174,6 +196,7 @@ declare const heading: {
|
|
|
174
196
|
fontWeight: number;
|
|
175
197
|
color: string;
|
|
176
198
|
margin: string;
|
|
199
|
+
fontFamily: string;
|
|
177
200
|
};
|
|
178
201
|
desktop: {
|
|
179
202
|
fontSize: string;
|
|
@@ -181,6 +204,7 @@ declare const heading: {
|
|
|
181
204
|
fontWeight: number;
|
|
182
205
|
color: string;
|
|
183
206
|
margin: string;
|
|
207
|
+
fontFamily: string;
|
|
184
208
|
};
|
|
185
209
|
};
|
|
186
210
|
"Heading-secondary-h3": {
|
|
@@ -190,6 +214,7 @@ declare const heading: {
|
|
|
190
214
|
fontWeight: number;
|
|
191
215
|
color: string;
|
|
192
216
|
margin: string;
|
|
217
|
+
fontFamily: string;
|
|
193
218
|
};
|
|
194
219
|
tablet: {
|
|
195
220
|
fontSize: string;
|
|
@@ -197,6 +222,7 @@ declare const heading: {
|
|
|
197
222
|
fontWeight: number;
|
|
198
223
|
color: string;
|
|
199
224
|
margin: string;
|
|
225
|
+
fontFamily: string;
|
|
200
226
|
};
|
|
201
227
|
desktop: {
|
|
202
228
|
fontSize: string;
|
|
@@ -204,6 +230,7 @@ declare const heading: {
|
|
|
204
230
|
fontWeight: number;
|
|
205
231
|
color: string;
|
|
206
232
|
margin: string;
|
|
233
|
+
fontFamily: string;
|
|
207
234
|
};
|
|
208
235
|
};
|
|
209
236
|
"Heading-secondary-h4": {
|
|
@@ -213,6 +240,7 @@ declare const heading: {
|
|
|
213
240
|
fontWeight: number;
|
|
214
241
|
color: string;
|
|
215
242
|
margin: string;
|
|
243
|
+
fontFamily: string;
|
|
216
244
|
};
|
|
217
245
|
tablet: {
|
|
218
246
|
fontSize: string;
|
|
@@ -220,6 +248,7 @@ declare const heading: {
|
|
|
220
248
|
fontWeight: number;
|
|
221
249
|
color: string;
|
|
222
250
|
margin: string;
|
|
251
|
+
fontFamily: string;
|
|
223
252
|
};
|
|
224
253
|
desktop: {
|
|
225
254
|
fontSize: string;
|
|
@@ -227,6 +256,7 @@ declare const heading: {
|
|
|
227
256
|
fontWeight: number;
|
|
228
257
|
color: string;
|
|
229
258
|
margin: string;
|
|
259
|
+
fontFamily: string;
|
|
230
260
|
};
|
|
231
261
|
};
|
|
232
262
|
"Heading-secondary-h5": {
|
|
@@ -236,6 +266,7 @@ declare const heading: {
|
|
|
236
266
|
fontWeight: number;
|
|
237
267
|
color: string;
|
|
238
268
|
margin: string;
|
|
269
|
+
fontFamily: string;
|
|
239
270
|
};
|
|
240
271
|
tablet: {
|
|
241
272
|
fontSize: string;
|
|
@@ -243,6 +274,7 @@ declare const heading: {
|
|
|
243
274
|
fontWeight: number;
|
|
244
275
|
color: string;
|
|
245
276
|
margin: string;
|
|
277
|
+
fontFamily: string;
|
|
246
278
|
};
|
|
247
279
|
desktop: {
|
|
248
280
|
fontSize: string;
|
|
@@ -250,6 +282,7 @@ declare const heading: {
|
|
|
250
282
|
fontWeight: number;
|
|
251
283
|
color: string;
|
|
252
284
|
margin: string;
|
|
285
|
+
fontFamily: string;
|
|
253
286
|
};
|
|
254
287
|
};
|
|
255
288
|
"Heading-secondary-h6": {
|
|
@@ -259,6 +292,7 @@ declare const heading: {
|
|
|
259
292
|
fontWeight: number;
|
|
260
293
|
color: string;
|
|
261
294
|
margin: string;
|
|
295
|
+
fontFamily: string;
|
|
262
296
|
};
|
|
263
297
|
tablet: {
|
|
264
298
|
fontSize: string;
|
|
@@ -266,6 +300,7 @@ declare const heading: {
|
|
|
266
300
|
fontWeight: number;
|
|
267
301
|
color: string;
|
|
268
302
|
margin: string;
|
|
303
|
+
fontFamily: string;
|
|
269
304
|
};
|
|
270
305
|
desktop: {
|
|
271
306
|
fontSize: string;
|
|
@@ -273,6 +308,7 @@ declare const heading: {
|
|
|
273
308
|
fontWeight: number;
|
|
274
309
|
color: string;
|
|
275
310
|
margin: string;
|
|
311
|
+
fontFamily: string;
|
|
276
312
|
};
|
|
277
313
|
};
|
|
278
314
|
};
|