@norges-domstoler/dds-design-tokens 5.1.0 → 6.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/cjs/dds/build/js/ddsTokens.d.ts +412 -629
- package/dist/cjs/dds/index.d.ts +0 -9
- package/dist/cjs/index.js +826 -11036
- package/dist/cjs/src/index.d.ts +414 -2
- package/dist/css/ddsTokens.css +218 -376
- package/dist/dds/build/js/ddsTokens.d.ts +412 -629
- package/dist/dds/build/js/ddsTokens.js +414 -630
- package/dist/dds/index.d.ts +0 -9
- package/dist/index.js +5 -2
- package/dist/scss/_ddsTokens.scss +214 -376
- package/dist/src/index.d.ts +414 -2
- package/package.json +18 -11
- package/dist/cjs/dds/build/js/borderRadius.d.ts +0 -10
- package/dist/cjs/dds/build/js/breakpoints.d.ts +0 -10
- package/dist/cjs/dds/build/js/colors.d.ts +0 -156
- package/dist/cjs/dds/build/js/font.d.ts +0 -400
- package/dist/cjs/dds/build/js/fontObject.d.ts +0 -6614
- package/dist/cjs/dds/build/js/grid.d.ts +0 -15
- package/dist/cjs/dds/build/js/iconSize.d.ts +0 -6
- package/dist/cjs/dds/build/js/outershadow.d.ts +0 -12
- package/dist/cjs/dds/build/js/spacing.d.ts +0 -28
- package/dist/cjs/dds/formattedStyles/fontPackages/fontPackages.d.ts +0 -477
- package/dist/cjs/dds/formattedStyles/fontPackages/index.d.ts +0 -1
- package/dist/cjs/dds/utils/fontPackageFormatter.d.ts +0 -22
- package/dist/cjs/src/ddsBaseTokens.d.ts +0 -1119
- package/dist/cjs/src/ddsReferenceTokens.d.ts +0 -45
- package/dist/css/borderRadius.css +0 -12
- package/dist/css/breakpoints.css +0 -12
- package/dist/css/colors.css +0 -159
- package/dist/css/font.css +0 -282
- package/dist/css/grid.css +0 -17
- package/dist/css/iconSize.css +0 -10
- package/dist/css/outershadow.css +0 -15
- package/dist/css/spacing.css +0 -21
- package/dist/dds/build/js/borderRadius.d.ts +0 -10
- package/dist/dds/build/js/borderRadius.js +0 -12
- package/dist/dds/build/js/breakpoints.d.ts +0 -10
- package/dist/dds/build/js/breakpoints.js +0 -12
- package/dist/dds/build/js/colors.d.ts +0 -156
- package/dist/dds/build/js/colors.js +0 -158
- package/dist/dds/build/js/font.d.ts +0 -400
- package/dist/dds/build/js/font.js +0 -402
- package/dist/dds/build/js/fontObject.d.ts +0 -6614
- package/dist/dds/build/js/fontObject.js +0 -8366
- package/dist/dds/build/js/grid.d.ts +0 -15
- package/dist/dds/build/js/grid.js +0 -17
- package/dist/dds/build/js/iconSize.d.ts +0 -6
- package/dist/dds/build/js/iconSize.js +0 -8
- package/dist/dds/build/js/outershadow.d.ts +0 -12
- package/dist/dds/build/js/outershadow.js +0 -14
- package/dist/dds/build/js/spacing.d.ts +0 -28
- package/dist/dds/build/js/spacing.js +0 -30
- package/dist/dds/formattedStyles/fontPackages/fontPackages.d.ts +0 -477
- package/dist/dds/formattedStyles/fontPackages/fontPackages.js +0 -33
- package/dist/dds/formattedStyles/fontPackages/index.d.ts +0 -1
- package/dist/dds/utils/fontPackageFormatter.d.ts +0 -22
- package/dist/dds/utils/fontPackageFormatter.js +0 -23
- package/dist/ddsBaseTokens.js +0 -25
- package/dist/ddsReferenceTokens.js +0 -45
- package/dist/scss/_borderRadius.scss +0 -9
- package/dist/scss/_breakpoints.scss +0 -9
- package/dist/scss/_colors.scss +0 -156
- package/dist/scss/_font.scss +0 -279
- package/dist/scss/_iconSize.scss +0 -7
- package/dist/scss/_outershadow.scss +0 -12
- package/dist/scss/_spacing.scss +0 -18
- package/dist/src/ddsBaseTokens.d.ts +0 -1119
- package/dist/src/ddsReferenceTokens.d.ts +0 -45
|
@@ -1,1119 +0,0 @@
|
|
|
1
|
-
import { borderRadius, breakpoints, colors, font, grid, iconSizes, outerShadow, spacing } from '../dds';
|
|
2
|
-
export declare const ddsBaseTokens: {
|
|
3
|
-
colors: typeof colors;
|
|
4
|
-
font: typeof font;
|
|
5
|
-
breakpoints: typeof breakpoints;
|
|
6
|
-
borderRadius: typeof borderRadius;
|
|
7
|
-
spacing: typeof spacing;
|
|
8
|
-
iconSizes: typeof iconSizes;
|
|
9
|
-
grid: typeof grid;
|
|
10
|
-
outerShadow: typeof outerShadow;
|
|
11
|
-
fontPackages: {
|
|
12
|
-
heading_sans_01: {
|
|
13
|
-
base: {
|
|
14
|
-
lineHeight: string;
|
|
15
|
-
fontSize: string;
|
|
16
|
-
letterSpacing: string;
|
|
17
|
-
fontFamily: string;
|
|
18
|
-
fontWeight: number;
|
|
19
|
-
fontStyle: string;
|
|
20
|
-
};
|
|
21
|
-
numbers: {
|
|
22
|
-
lineHeightNumber: number;
|
|
23
|
-
fontSizeNumber: number;
|
|
24
|
-
letterSpacingNumber: number;
|
|
25
|
-
paragraphSpacingNumber: number;
|
|
26
|
-
};
|
|
27
|
-
paragraph: {
|
|
28
|
-
paragraphSpacing: string;
|
|
29
|
-
};
|
|
30
|
-
};
|
|
31
|
-
heading_sans_02: {
|
|
32
|
-
base: {
|
|
33
|
-
lineHeight: string;
|
|
34
|
-
fontSize: string;
|
|
35
|
-
letterSpacing: string;
|
|
36
|
-
fontFamily: string;
|
|
37
|
-
fontWeight: number;
|
|
38
|
-
fontStyle: string;
|
|
39
|
-
};
|
|
40
|
-
numbers: {
|
|
41
|
-
lineHeightNumber: number;
|
|
42
|
-
fontSizeNumber: number;
|
|
43
|
-
letterSpacingNumber: number;
|
|
44
|
-
paragraphSpacingNumber: number;
|
|
45
|
-
};
|
|
46
|
-
paragraph: {
|
|
47
|
-
paragraphSpacing: string;
|
|
48
|
-
};
|
|
49
|
-
};
|
|
50
|
-
heading_sans_03: {
|
|
51
|
-
base: {
|
|
52
|
-
lineHeight: string;
|
|
53
|
-
fontSize: string;
|
|
54
|
-
letterSpacing: string;
|
|
55
|
-
fontFamily: string;
|
|
56
|
-
fontWeight: number;
|
|
57
|
-
fontStyle: string;
|
|
58
|
-
};
|
|
59
|
-
numbers: {
|
|
60
|
-
lineHeightNumber: number;
|
|
61
|
-
fontSizeNumber: number;
|
|
62
|
-
letterSpacingNumber: number;
|
|
63
|
-
paragraphSpacingNumber: number;
|
|
64
|
-
};
|
|
65
|
-
paragraph: {
|
|
66
|
-
paragraphSpacing: string;
|
|
67
|
-
};
|
|
68
|
-
};
|
|
69
|
-
heading_sans_04: {
|
|
70
|
-
base: {
|
|
71
|
-
lineHeight: string;
|
|
72
|
-
fontSize: string;
|
|
73
|
-
letterSpacing: string;
|
|
74
|
-
fontFamily: string;
|
|
75
|
-
fontWeight: number;
|
|
76
|
-
fontStyle: string;
|
|
77
|
-
};
|
|
78
|
-
numbers: {
|
|
79
|
-
lineHeightNumber: number;
|
|
80
|
-
fontSizeNumber: number;
|
|
81
|
-
letterSpacingNumber: number;
|
|
82
|
-
paragraphSpacingNumber: number;
|
|
83
|
-
};
|
|
84
|
-
paragraph: {
|
|
85
|
-
paragraphSpacing: string;
|
|
86
|
-
};
|
|
87
|
-
};
|
|
88
|
-
heading_sans_05: {
|
|
89
|
-
base: {
|
|
90
|
-
lineHeight: string;
|
|
91
|
-
fontSize: string;
|
|
92
|
-
letterSpacing: string;
|
|
93
|
-
fontFamily: string;
|
|
94
|
-
fontWeight: number;
|
|
95
|
-
fontStyle: string;
|
|
96
|
-
};
|
|
97
|
-
numbers: {
|
|
98
|
-
lineHeightNumber: number;
|
|
99
|
-
fontSizeNumber: number;
|
|
100
|
-
letterSpacingNumber: number;
|
|
101
|
-
paragraphSpacingNumber: number;
|
|
102
|
-
};
|
|
103
|
-
paragraph: {
|
|
104
|
-
paragraphSpacing: string;
|
|
105
|
-
};
|
|
106
|
-
};
|
|
107
|
-
heading_sans_06: {
|
|
108
|
-
base: {
|
|
109
|
-
lineHeight: string;
|
|
110
|
-
fontSize: string;
|
|
111
|
-
letterSpacing: string;
|
|
112
|
-
fontFamily: string;
|
|
113
|
-
fontWeight: number;
|
|
114
|
-
fontStyle: string;
|
|
115
|
-
};
|
|
116
|
-
numbers: {
|
|
117
|
-
lineHeightNumber: number;
|
|
118
|
-
fontSizeNumber: number;
|
|
119
|
-
letterSpacingNumber: number;
|
|
120
|
-
paragraphSpacingNumber: number;
|
|
121
|
-
};
|
|
122
|
-
paragraph: {
|
|
123
|
-
paragraphSpacing: string;
|
|
124
|
-
};
|
|
125
|
-
};
|
|
126
|
-
heading_sans_07: {
|
|
127
|
-
base: {
|
|
128
|
-
lineHeight: string;
|
|
129
|
-
fontSize: string;
|
|
130
|
-
letterSpacing: string;
|
|
131
|
-
fontFamily: string;
|
|
132
|
-
fontWeight: number;
|
|
133
|
-
fontStyle: string;
|
|
134
|
-
};
|
|
135
|
-
numbers: {
|
|
136
|
-
lineHeightNumber: number;
|
|
137
|
-
fontSizeNumber: number;
|
|
138
|
-
letterSpacingNumber: number;
|
|
139
|
-
paragraphSpacingNumber: number;
|
|
140
|
-
};
|
|
141
|
-
paragraph: {
|
|
142
|
-
paragraphSpacing: string;
|
|
143
|
-
};
|
|
144
|
-
};
|
|
145
|
-
heading_sans_08: {
|
|
146
|
-
base: {
|
|
147
|
-
lineHeight: string;
|
|
148
|
-
fontSize: string;
|
|
149
|
-
letterSpacing: string;
|
|
150
|
-
fontFamily: string;
|
|
151
|
-
fontWeight: number;
|
|
152
|
-
fontStyle: string;
|
|
153
|
-
};
|
|
154
|
-
numbers: {
|
|
155
|
-
lineHeightNumber: number;
|
|
156
|
-
fontSizeNumber: number;
|
|
157
|
-
letterSpacingNumber: number;
|
|
158
|
-
paragraphSpacingNumber: number;
|
|
159
|
-
};
|
|
160
|
-
paragraph: {
|
|
161
|
-
paragraphSpacing: string;
|
|
162
|
-
};
|
|
163
|
-
};
|
|
164
|
-
body_sans_01: {
|
|
165
|
-
base: {
|
|
166
|
-
lineHeight: string;
|
|
167
|
-
fontSize: string;
|
|
168
|
-
letterSpacing: string;
|
|
169
|
-
fontFamily: string;
|
|
170
|
-
fontWeight: number;
|
|
171
|
-
fontStyle: string;
|
|
172
|
-
};
|
|
173
|
-
numbers: {
|
|
174
|
-
lineHeightNumber: number;
|
|
175
|
-
fontSizeNumber: number;
|
|
176
|
-
letterSpacingNumber: number;
|
|
177
|
-
paragraphSpacingNumber: number;
|
|
178
|
-
};
|
|
179
|
-
paragraph: {
|
|
180
|
-
paragraphSpacing: string;
|
|
181
|
-
};
|
|
182
|
-
};
|
|
183
|
-
body_sans_02: {
|
|
184
|
-
base: {
|
|
185
|
-
lineHeight: string;
|
|
186
|
-
fontSize: string;
|
|
187
|
-
letterSpacing: string;
|
|
188
|
-
fontFamily: string;
|
|
189
|
-
fontWeight: number;
|
|
190
|
-
fontStyle: string;
|
|
191
|
-
};
|
|
192
|
-
numbers: {
|
|
193
|
-
lineHeightNumber: number;
|
|
194
|
-
fontSizeNumber: number;
|
|
195
|
-
letterSpacingNumber: number;
|
|
196
|
-
paragraphSpacingNumber: number;
|
|
197
|
-
};
|
|
198
|
-
paragraph: {
|
|
199
|
-
paragraphSpacing: string;
|
|
200
|
-
};
|
|
201
|
-
};
|
|
202
|
-
body_sans_03: {
|
|
203
|
-
base: {
|
|
204
|
-
lineHeight: string;
|
|
205
|
-
fontSize: string;
|
|
206
|
-
letterSpacing: string;
|
|
207
|
-
fontFamily: string;
|
|
208
|
-
fontWeight: number;
|
|
209
|
-
fontStyle: string;
|
|
210
|
-
};
|
|
211
|
-
numbers: {
|
|
212
|
-
lineHeightNumber: number;
|
|
213
|
-
fontSizeNumber: number;
|
|
214
|
-
letterSpacingNumber: number;
|
|
215
|
-
paragraphSpacingNumber: number;
|
|
216
|
-
};
|
|
217
|
-
paragraph: {
|
|
218
|
-
paragraphSpacing: string;
|
|
219
|
-
};
|
|
220
|
-
};
|
|
221
|
-
body_sans_04: {
|
|
222
|
-
base: {
|
|
223
|
-
lineHeight: string;
|
|
224
|
-
fontSize: string;
|
|
225
|
-
letterSpacing: string;
|
|
226
|
-
fontFamily: string;
|
|
227
|
-
fontWeight: number;
|
|
228
|
-
fontStyle: string;
|
|
229
|
-
};
|
|
230
|
-
numbers: {
|
|
231
|
-
lineHeightNumber: number;
|
|
232
|
-
fontSizeNumber: number;
|
|
233
|
-
letterSpacingNumber: number;
|
|
234
|
-
paragraphSpacingNumber: number;
|
|
235
|
-
};
|
|
236
|
-
paragraph: {
|
|
237
|
-
paragraphSpacing: string;
|
|
238
|
-
};
|
|
239
|
-
};
|
|
240
|
-
lead_sans_01: {
|
|
241
|
-
base: {
|
|
242
|
-
lineHeight: string;
|
|
243
|
-
fontSize: string;
|
|
244
|
-
letterSpacing: string;
|
|
245
|
-
fontFamily: string;
|
|
246
|
-
fontWeight: number;
|
|
247
|
-
fontStyle: string;
|
|
248
|
-
};
|
|
249
|
-
numbers: {
|
|
250
|
-
lineHeightNumber: number;
|
|
251
|
-
fontSizeNumber: number;
|
|
252
|
-
letterSpacingNumber: number;
|
|
253
|
-
paragraphSpacingNumber: number;
|
|
254
|
-
};
|
|
255
|
-
paragraph: {
|
|
256
|
-
paragraphSpacing: string;
|
|
257
|
-
};
|
|
258
|
-
};
|
|
259
|
-
lead_sans_02: {
|
|
260
|
-
base: {
|
|
261
|
-
lineHeight: string;
|
|
262
|
-
fontSize: string;
|
|
263
|
-
letterSpacing: string;
|
|
264
|
-
fontFamily: string;
|
|
265
|
-
fontWeight: number;
|
|
266
|
-
fontStyle: string;
|
|
267
|
-
};
|
|
268
|
-
numbers: {
|
|
269
|
-
lineHeightNumber: number;
|
|
270
|
-
fontSizeNumber: number;
|
|
271
|
-
letterSpacingNumber: number;
|
|
272
|
-
paragraphSpacingNumber: number;
|
|
273
|
-
};
|
|
274
|
-
paragraph: {
|
|
275
|
-
paragraphSpacing: string;
|
|
276
|
-
};
|
|
277
|
-
};
|
|
278
|
-
lead_sans_03: {
|
|
279
|
-
base: {
|
|
280
|
-
lineHeight: string;
|
|
281
|
-
fontSize: string;
|
|
282
|
-
letterSpacing: string;
|
|
283
|
-
fontFamily: string;
|
|
284
|
-
fontWeight: number;
|
|
285
|
-
fontStyle: string;
|
|
286
|
-
};
|
|
287
|
-
numbers: {
|
|
288
|
-
lineHeightNumber: number;
|
|
289
|
-
fontSizeNumber: number;
|
|
290
|
-
letterSpacingNumber: number;
|
|
291
|
-
paragraphSpacingNumber: number;
|
|
292
|
-
};
|
|
293
|
-
paragraph: {
|
|
294
|
-
paragraphSpacing: string;
|
|
295
|
-
};
|
|
296
|
-
};
|
|
297
|
-
lead_sans_04: {
|
|
298
|
-
base: {
|
|
299
|
-
lineHeight: string;
|
|
300
|
-
fontSize: string;
|
|
301
|
-
letterSpacing: string;
|
|
302
|
-
fontFamily: string;
|
|
303
|
-
fontWeight: number;
|
|
304
|
-
fontStyle: string;
|
|
305
|
-
};
|
|
306
|
-
numbers: {
|
|
307
|
-
lineHeightNumber: number;
|
|
308
|
-
fontSizeNumber: number;
|
|
309
|
-
letterSpacingNumber: number;
|
|
310
|
-
paragraphSpacingNumber: number;
|
|
311
|
-
};
|
|
312
|
-
paragraph: {
|
|
313
|
-
paragraphSpacing: string;
|
|
314
|
-
};
|
|
315
|
-
};
|
|
316
|
-
lead_sans_05: {
|
|
317
|
-
base: {
|
|
318
|
-
lineHeight: string;
|
|
319
|
-
fontSize: string;
|
|
320
|
-
letterSpacing: string;
|
|
321
|
-
fontFamily: string;
|
|
322
|
-
fontWeight: number;
|
|
323
|
-
fontStyle: string;
|
|
324
|
-
};
|
|
325
|
-
numbers: {
|
|
326
|
-
lineHeightNumber: number;
|
|
327
|
-
fontSizeNumber: number;
|
|
328
|
-
letterSpacingNumber: number;
|
|
329
|
-
paragraphSpacingNumber: number;
|
|
330
|
-
};
|
|
331
|
-
paragraph: {
|
|
332
|
-
paragraphSpacing: string;
|
|
333
|
-
};
|
|
334
|
-
};
|
|
335
|
-
supportingStyle_label_01: {
|
|
336
|
-
base: {
|
|
337
|
-
lineHeight: string;
|
|
338
|
-
fontSize: string;
|
|
339
|
-
letterSpacing: string;
|
|
340
|
-
fontFamily: string;
|
|
341
|
-
fontWeight: number;
|
|
342
|
-
fontStyle: string;
|
|
343
|
-
};
|
|
344
|
-
numbers: {
|
|
345
|
-
lineHeightNumber: number;
|
|
346
|
-
fontSizeNumber: number;
|
|
347
|
-
letterSpacingNumber: number;
|
|
348
|
-
paragraphSpacingNumber: number;
|
|
349
|
-
};
|
|
350
|
-
paragraph: {
|
|
351
|
-
paragraphSpacing: string;
|
|
352
|
-
};
|
|
353
|
-
};
|
|
354
|
-
supportingStyle_helpertext_01: {
|
|
355
|
-
base: {
|
|
356
|
-
lineHeight: string;
|
|
357
|
-
fontSize: string;
|
|
358
|
-
letterSpacing: string;
|
|
359
|
-
fontFamily: string;
|
|
360
|
-
fontWeight: number;
|
|
361
|
-
fontStyle: string;
|
|
362
|
-
};
|
|
363
|
-
numbers: {
|
|
364
|
-
lineHeightNumber: number;
|
|
365
|
-
fontSizeNumber: number;
|
|
366
|
-
letterSpacingNumber: number;
|
|
367
|
-
paragraphSpacingNumber: number;
|
|
368
|
-
};
|
|
369
|
-
paragraph: {
|
|
370
|
-
paragraphSpacing: string;
|
|
371
|
-
};
|
|
372
|
-
};
|
|
373
|
-
supportingStyle_placeholdertext_01: {
|
|
374
|
-
base: {
|
|
375
|
-
lineHeight: string;
|
|
376
|
-
fontSize: string;
|
|
377
|
-
letterSpacing: string;
|
|
378
|
-
fontFamily: string;
|
|
379
|
-
fontWeight: number;
|
|
380
|
-
fontStyle: string;
|
|
381
|
-
};
|
|
382
|
-
numbers: {
|
|
383
|
-
lineHeightNumber: number;
|
|
384
|
-
fontSizeNumber: number;
|
|
385
|
-
letterSpacingNumber: number;
|
|
386
|
-
paragraphSpacingNumber: number;
|
|
387
|
-
};
|
|
388
|
-
paragraph: {
|
|
389
|
-
paragraphSpacing: string;
|
|
390
|
-
};
|
|
391
|
-
};
|
|
392
|
-
supportingStyle_placeholdertext_02: {
|
|
393
|
-
base: {
|
|
394
|
-
lineHeight: string;
|
|
395
|
-
fontSize: string;
|
|
396
|
-
letterSpacing: string;
|
|
397
|
-
fontFamily: string;
|
|
398
|
-
fontWeight: number;
|
|
399
|
-
fontStyle: string;
|
|
400
|
-
};
|
|
401
|
-
numbers: {
|
|
402
|
-
lineHeightNumber: number;
|
|
403
|
-
fontSizeNumber: number;
|
|
404
|
-
letterSpacingNumber: number;
|
|
405
|
-
paragraphSpacingNumber: number;
|
|
406
|
-
};
|
|
407
|
-
paragraph: {
|
|
408
|
-
paragraphSpacing: string;
|
|
409
|
-
};
|
|
410
|
-
};
|
|
411
|
-
supportingStyle_placeholdertext_03: {
|
|
412
|
-
base: {
|
|
413
|
-
lineHeight: string;
|
|
414
|
-
fontSize: string;
|
|
415
|
-
letterSpacing: string;
|
|
416
|
-
fontFamily: string;
|
|
417
|
-
fontWeight: number;
|
|
418
|
-
fontStyle: string;
|
|
419
|
-
};
|
|
420
|
-
numbers: {
|
|
421
|
-
lineHeightNumber: number;
|
|
422
|
-
fontSizeNumber: number;
|
|
423
|
-
letterSpacingNumber: number;
|
|
424
|
-
paragraphSpacingNumber: number;
|
|
425
|
-
};
|
|
426
|
-
paragraph: {
|
|
427
|
-
paragraphSpacing: string;
|
|
428
|
-
};
|
|
429
|
-
};
|
|
430
|
-
supportingStyle_tiny_01: {
|
|
431
|
-
base: {
|
|
432
|
-
lineHeight: string;
|
|
433
|
-
fontSize: string;
|
|
434
|
-
letterSpacing: string;
|
|
435
|
-
fontFamily: string;
|
|
436
|
-
fontWeight: number;
|
|
437
|
-
fontStyle: string;
|
|
438
|
-
};
|
|
439
|
-
numbers: {
|
|
440
|
-
lineHeightNumber: number;
|
|
441
|
-
fontSizeNumber: number;
|
|
442
|
-
letterSpacingNumber: number;
|
|
443
|
-
paragraphSpacingNumber: number;
|
|
444
|
-
};
|
|
445
|
-
paragraph: {
|
|
446
|
-
paragraphSpacing: string;
|
|
447
|
-
};
|
|
448
|
-
};
|
|
449
|
-
supportingStyle_tiny_02: {
|
|
450
|
-
base: {
|
|
451
|
-
lineHeight: string;
|
|
452
|
-
fontSize: string;
|
|
453
|
-
letterSpacing: string;
|
|
454
|
-
fontFamily: string;
|
|
455
|
-
fontWeight: number;
|
|
456
|
-
fontStyle: string;
|
|
457
|
-
};
|
|
458
|
-
numbers: {
|
|
459
|
-
lineHeightNumber: number;
|
|
460
|
-
fontSizeNumber: number;
|
|
461
|
-
letterSpacingNumber: number;
|
|
462
|
-
paragraphSpacingNumber: number;
|
|
463
|
-
};
|
|
464
|
-
paragraph: {
|
|
465
|
-
paragraphSpacing: string;
|
|
466
|
-
};
|
|
467
|
-
};
|
|
468
|
-
code_monospace_02: {
|
|
469
|
-
base: {
|
|
470
|
-
lineHeight: string;
|
|
471
|
-
fontSize: string;
|
|
472
|
-
letterSpacing: string;
|
|
473
|
-
fontFamily: string;
|
|
474
|
-
fontWeight: number;
|
|
475
|
-
fontStyle: string;
|
|
476
|
-
};
|
|
477
|
-
numbers: {
|
|
478
|
-
lineHeightNumber: number;
|
|
479
|
-
fontSizeNumber: number;
|
|
480
|
-
letterSpacingNumber: number;
|
|
481
|
-
paragraphSpacingNumber: number;
|
|
482
|
-
};
|
|
483
|
-
paragraph: {
|
|
484
|
-
paragraphSpacing: string;
|
|
485
|
-
};
|
|
486
|
-
};
|
|
487
|
-
};
|
|
488
|
-
};
|
|
489
|
-
export declare const ddsTokens: {
|
|
490
|
-
DdsFontHeadingSans01FontSize: "16px";
|
|
491
|
-
DdsFontHeadingSans01FontSizeNumberPx: 16;
|
|
492
|
-
DdsFontHeadingSans01TextDecoration: "none";
|
|
493
|
-
DdsFontHeadingSans01FontFamily: "IBM Plex Sans";
|
|
494
|
-
DdsFontHeadingSans01FontWeight: 600;
|
|
495
|
-
DdsFontHeadingSans01FontStyle: "normal";
|
|
496
|
-
DdsFontHeadingSans01FontStretch: "normal";
|
|
497
|
-
DdsFontHeadingSans01LetterSpacing: "0em";
|
|
498
|
-
DdsFontHeadingSans01LetterSpacingNumberEm: 0;
|
|
499
|
-
DdsFontHeadingSans01LineHeight: "1.5em";
|
|
500
|
-
DdsFontHeadingSans01LineHeightNumberEm: 1.5;
|
|
501
|
-
DdsFontHeadingSans01ParagraphIndent: "0px";
|
|
502
|
-
DdsFontHeadingSans01ParagraphIndentNumberPx: 0;
|
|
503
|
-
DdsFontHeadingSans01ParagraphSpacing: "6.400000095367432px";
|
|
504
|
-
DdsFontHeadingSans01ParagraphSpacingNumberPx: 6.400000095367432;
|
|
505
|
-
DdsFontHeadingSans01TextCase: "none";
|
|
506
|
-
DdsFontHeadingSans02FontSize: "18px";
|
|
507
|
-
DdsFontHeadingSans02FontSizeNumberPx: 18;
|
|
508
|
-
DdsFontHeadingSans02TextDecoration: "none";
|
|
509
|
-
DdsFontHeadingSans02FontFamily: "IBM Plex Sans";
|
|
510
|
-
DdsFontHeadingSans02FontWeight: 600;
|
|
511
|
-
DdsFontHeadingSans02FontStyle: "normal";
|
|
512
|
-
DdsFontHeadingSans02FontStretch: "normal";
|
|
513
|
-
DdsFontHeadingSans02LetterSpacing: "0em";
|
|
514
|
-
DdsFontHeadingSans02LetterSpacingNumberEm: 0;
|
|
515
|
-
DdsFontHeadingSans02LineHeight: "1.5em";
|
|
516
|
-
DdsFontHeadingSans02LineHeightNumberEm: 1.5;
|
|
517
|
-
DdsFontHeadingSans02ParagraphIndent: "0px";
|
|
518
|
-
DdsFontHeadingSans02ParagraphIndentNumberPx: 0;
|
|
519
|
-
DdsFontHeadingSans02ParagraphSpacing: "7.199999809265137px";
|
|
520
|
-
DdsFontHeadingSans02ParagraphSpacingNumberPx: 7.199999809265137;
|
|
521
|
-
DdsFontHeadingSans02TextCase: "none";
|
|
522
|
-
DdsFontHeadingSans03FontSize: "24px";
|
|
523
|
-
DdsFontHeadingSans03FontSizeNumberPx: 24;
|
|
524
|
-
DdsFontHeadingSans03TextDecoration: "none";
|
|
525
|
-
DdsFontHeadingSans03FontFamily: "IBM Plex Sans";
|
|
526
|
-
DdsFontHeadingSans03FontWeight: 400;
|
|
527
|
-
DdsFontHeadingSans03FontStyle: "normal";
|
|
528
|
-
DdsFontHeadingSans03FontStretch: "normal";
|
|
529
|
-
DdsFontHeadingSans03LetterSpacing: "0em";
|
|
530
|
-
DdsFontHeadingSans03LetterSpacingNumberEm: 0;
|
|
531
|
-
DdsFontHeadingSans03LineHeight: "1.35em";
|
|
532
|
-
DdsFontHeadingSans03LineHeightNumberEm: 1.35;
|
|
533
|
-
DdsFontHeadingSans03ParagraphIndent: "0px";
|
|
534
|
-
DdsFontHeadingSans03ParagraphIndentNumberPx: 0;
|
|
535
|
-
DdsFontHeadingSans03ParagraphSpacing: "9.600000381469727px";
|
|
536
|
-
DdsFontHeadingSans03ParagraphSpacingNumberPx: 9.600000381469727;
|
|
537
|
-
DdsFontHeadingSans03TextCase: "none";
|
|
538
|
-
DdsFontHeadingSans04FontSize: "32px";
|
|
539
|
-
DdsFontHeadingSans04FontSizeNumberPx: 32;
|
|
540
|
-
DdsFontHeadingSans04TextDecoration: "none";
|
|
541
|
-
DdsFontHeadingSans04FontFamily: "IBM Plex Sans";
|
|
542
|
-
DdsFontHeadingSans04FontWeight: 400;
|
|
543
|
-
DdsFontHeadingSans04FontStyle: "normal";
|
|
544
|
-
DdsFontHeadingSans04FontStretch: "normal";
|
|
545
|
-
DdsFontHeadingSans04LetterSpacing: "0em";
|
|
546
|
-
DdsFontHeadingSans04LetterSpacingNumberEm: 0;
|
|
547
|
-
DdsFontHeadingSans04LineHeight: "1.35em";
|
|
548
|
-
DdsFontHeadingSans04LineHeightNumberEm: 1.35;
|
|
549
|
-
DdsFontHeadingSans04ParagraphIndent: "0px";
|
|
550
|
-
DdsFontHeadingSans04ParagraphIndentNumberPx: 0;
|
|
551
|
-
DdsFontHeadingSans04ParagraphSpacing: "12.800000190734863px";
|
|
552
|
-
DdsFontHeadingSans04ParagraphSpacingNumberPx: 12.800000190734863;
|
|
553
|
-
DdsFontHeadingSans04TextCase: "none";
|
|
554
|
-
DdsFontHeadingSans05FontSize: "40px";
|
|
555
|
-
DdsFontHeadingSans05FontSizeNumberPx: 40;
|
|
556
|
-
DdsFontHeadingSans05TextDecoration: "none";
|
|
557
|
-
DdsFontHeadingSans05FontFamily: "IBM Plex Sans";
|
|
558
|
-
DdsFontHeadingSans05FontWeight: 300;
|
|
559
|
-
DdsFontHeadingSans05FontStyle: "normal";
|
|
560
|
-
DdsFontHeadingSans05FontStretch: "normal";
|
|
561
|
-
DdsFontHeadingSans05LetterSpacing: "-0.01em";
|
|
562
|
-
DdsFontHeadingSans05LetterSpacingNumberEm: -0.01;
|
|
563
|
-
DdsFontHeadingSans05LineHeight: "1.35em";
|
|
564
|
-
DdsFontHeadingSans05LineHeightNumberEm: 1.35;
|
|
565
|
-
DdsFontHeadingSans05ParagraphIndent: "0px";
|
|
566
|
-
DdsFontHeadingSans05ParagraphIndentNumberPx: 0;
|
|
567
|
-
DdsFontHeadingSans05ParagraphSpacing: "16px";
|
|
568
|
-
DdsFontHeadingSans05ParagraphSpacingNumberPx: 16;
|
|
569
|
-
DdsFontHeadingSans05TextCase: "none";
|
|
570
|
-
DdsFontHeadingSans06FontSize: "48px";
|
|
571
|
-
DdsFontHeadingSans06FontSizeNumberPx: 48;
|
|
572
|
-
DdsFontHeadingSans06TextDecoration: "none";
|
|
573
|
-
DdsFontHeadingSans06FontFamily: "IBM Plex Sans";
|
|
574
|
-
DdsFontHeadingSans06FontWeight: 300;
|
|
575
|
-
DdsFontHeadingSans06FontStyle: "normal";
|
|
576
|
-
DdsFontHeadingSans06FontStretch: "normal";
|
|
577
|
-
DdsFontHeadingSans06LetterSpacing: "-0.01em";
|
|
578
|
-
DdsFontHeadingSans06LetterSpacingNumberEm: -0.01;
|
|
579
|
-
DdsFontHeadingSans06LineHeight: "1.2em";
|
|
580
|
-
DdsFontHeadingSans06LineHeightNumberEm: 1.2;
|
|
581
|
-
DdsFontHeadingSans06ParagraphIndent: "0px";
|
|
582
|
-
DdsFontHeadingSans06ParagraphIndentNumberPx: 0;
|
|
583
|
-
DdsFontHeadingSans06ParagraphSpacing: "19.200000762939453px";
|
|
584
|
-
DdsFontHeadingSans06ParagraphSpacingNumberPx: 19.200000762939453;
|
|
585
|
-
DdsFontHeadingSans06TextCase: "none";
|
|
586
|
-
DdsFontHeadingSans07FontSize: "64px";
|
|
587
|
-
DdsFontHeadingSans07FontSizeNumberPx: 64;
|
|
588
|
-
DdsFontHeadingSans07TextDecoration: "none";
|
|
589
|
-
DdsFontHeadingSans07FontFamily: "IBM Plex Sans";
|
|
590
|
-
DdsFontHeadingSans07FontWeight: 300;
|
|
591
|
-
DdsFontHeadingSans07FontStyle: "normal";
|
|
592
|
-
DdsFontHeadingSans07FontStretch: "normal";
|
|
593
|
-
DdsFontHeadingSans07LetterSpacing: "-0.01em";
|
|
594
|
-
DdsFontHeadingSans07LetterSpacingNumberEm: -0.01;
|
|
595
|
-
DdsFontHeadingSans07LineHeight: "1.2em";
|
|
596
|
-
DdsFontHeadingSans07LineHeightNumberEm: 1.2;
|
|
597
|
-
DdsFontHeadingSans07ParagraphIndent: "0px";
|
|
598
|
-
DdsFontHeadingSans07ParagraphIndentNumberPx: 0;
|
|
599
|
-
DdsFontHeadingSans07ParagraphSpacing: "25.600000381469727px";
|
|
600
|
-
DdsFontHeadingSans07ParagraphSpacingNumberPx: 25.600000381469727;
|
|
601
|
-
DdsFontHeadingSans07TextCase: "none";
|
|
602
|
-
DdsFontHeadingSans08FontSize: "80px";
|
|
603
|
-
DdsFontHeadingSans08FontSizeNumberPx: 80;
|
|
604
|
-
DdsFontHeadingSans08TextDecoration: "none";
|
|
605
|
-
DdsFontHeadingSans08FontFamily: "IBM Plex Sans";
|
|
606
|
-
DdsFontHeadingSans08FontWeight: 300;
|
|
607
|
-
DdsFontHeadingSans08FontStyle: "normal";
|
|
608
|
-
DdsFontHeadingSans08FontStretch: "normal";
|
|
609
|
-
DdsFontHeadingSans08LetterSpacing: "-0.01em";
|
|
610
|
-
DdsFontHeadingSans08LetterSpacingNumberEm: -0.01;
|
|
611
|
-
DdsFontHeadingSans08LineHeight: "1.2em";
|
|
612
|
-
DdsFontHeadingSans08LineHeightNumberEm: 1.2;
|
|
613
|
-
DdsFontHeadingSans08ParagraphIndent: "0px";
|
|
614
|
-
DdsFontHeadingSans08ParagraphIndentNumberPx: 0;
|
|
615
|
-
DdsFontHeadingSans08ParagraphSpacing: "32px";
|
|
616
|
-
DdsFontHeadingSans08ParagraphSpacingNumberPx: 32;
|
|
617
|
-
DdsFontHeadingSans08TextCase: "none";
|
|
618
|
-
DdsFontBodySans01FontSize: "14px";
|
|
619
|
-
DdsFontBodySans01FontSizeNumberPx: 14;
|
|
620
|
-
DdsFontBodySans01TextDecoration: "none";
|
|
621
|
-
DdsFontBodySans01FontFamily: "IBM Plex Sans";
|
|
622
|
-
DdsFontBodySans01FontWeight: 400;
|
|
623
|
-
DdsFontBodySans01FontStyle: "normal";
|
|
624
|
-
DdsFontBodySans01FontStretch: "normal";
|
|
625
|
-
DdsFontBodySans01LetterSpacing: "0.01em";
|
|
626
|
-
DdsFontBodySans01LetterSpacingNumberEm: 0.01;
|
|
627
|
-
DdsFontBodySans01LineHeight: "1.5em";
|
|
628
|
-
DdsFontBodySans01LineHeightNumberEm: 1.5;
|
|
629
|
-
DdsFontBodySans01ParagraphIndent: "0px";
|
|
630
|
-
DdsFontBodySans01ParagraphIndentNumberPx: 0;
|
|
631
|
-
DdsFontBodySans01ParagraphSpacing: "14px";
|
|
632
|
-
DdsFontBodySans01ParagraphSpacingNumberPx: 14;
|
|
633
|
-
DdsFontBodySans01TextCase: "none";
|
|
634
|
-
DdsFontBodySans02FontSize: "16px";
|
|
635
|
-
DdsFontBodySans02FontSizeNumberPx: 16;
|
|
636
|
-
DdsFontBodySans02TextDecoration: "none";
|
|
637
|
-
DdsFontBodySans02FontFamily: "IBM Plex Sans";
|
|
638
|
-
DdsFontBodySans02FontWeight: 400;
|
|
639
|
-
DdsFontBodySans02FontStyle: "normal";
|
|
640
|
-
DdsFontBodySans02FontStretch: "normal";
|
|
641
|
-
DdsFontBodySans02LetterSpacing: "0em";
|
|
642
|
-
DdsFontBodySans02LetterSpacingNumberEm: 0;
|
|
643
|
-
DdsFontBodySans02LineHeight: "1.5em";
|
|
644
|
-
DdsFontBodySans02LineHeightNumberEm: 1.5;
|
|
645
|
-
DdsFontBodySans02ParagraphIndent: "0px";
|
|
646
|
-
DdsFontBodySans02ParagraphIndentNumberPx: 0;
|
|
647
|
-
DdsFontBodySans02ParagraphSpacing: "16px";
|
|
648
|
-
DdsFontBodySans02ParagraphSpacingNumberPx: 16;
|
|
649
|
-
DdsFontBodySans02TextCase: "none";
|
|
650
|
-
DdsFontBodySans03FontSize: "18px";
|
|
651
|
-
DdsFontBodySans03FontSizeNumberPx: 18;
|
|
652
|
-
DdsFontBodySans03TextDecoration: "none";
|
|
653
|
-
DdsFontBodySans03FontFamily: "IBM Plex Sans";
|
|
654
|
-
DdsFontBodySans03FontWeight: 400;
|
|
655
|
-
DdsFontBodySans03FontStyle: "normal";
|
|
656
|
-
DdsFontBodySans03FontStretch: "normal";
|
|
657
|
-
DdsFontBodySans03LetterSpacing: "0em";
|
|
658
|
-
DdsFontBodySans03LetterSpacingNumberEm: 0;
|
|
659
|
-
DdsFontBodySans03LineHeight: "1.5em";
|
|
660
|
-
DdsFontBodySans03LineHeightNumberEm: 1.5;
|
|
661
|
-
DdsFontBodySans03ParagraphIndent: "0px";
|
|
662
|
-
DdsFontBodySans03ParagraphIndentNumberPx: 0;
|
|
663
|
-
DdsFontBodySans03ParagraphSpacing: "18px";
|
|
664
|
-
DdsFontBodySans03ParagraphSpacingNumberPx: 18;
|
|
665
|
-
DdsFontBodySans03TextCase: "none";
|
|
666
|
-
DdsFontBodySans04FontSize: "20px";
|
|
667
|
-
DdsFontBodySans04FontSizeNumberPx: 20;
|
|
668
|
-
DdsFontBodySans04TextDecoration: "none";
|
|
669
|
-
DdsFontBodySans04FontFamily: "IBM Plex Sans";
|
|
670
|
-
DdsFontBodySans04FontWeight: 400;
|
|
671
|
-
DdsFontBodySans04FontStyle: "normal";
|
|
672
|
-
DdsFontBodySans04FontStretch: "normal";
|
|
673
|
-
DdsFontBodySans04LetterSpacing: "0em";
|
|
674
|
-
DdsFontBodySans04LetterSpacingNumberEm: 0;
|
|
675
|
-
DdsFontBodySans04LineHeight: "1.5em";
|
|
676
|
-
DdsFontBodySans04LineHeightNumberEm: 1.5;
|
|
677
|
-
DdsFontBodySans04ParagraphIndent: "0px";
|
|
678
|
-
DdsFontBodySans04ParagraphIndentNumberPx: 0;
|
|
679
|
-
DdsFontBodySans04ParagraphSpacing: "20px";
|
|
680
|
-
DdsFontBodySans04ParagraphSpacingNumberPx: 20;
|
|
681
|
-
DdsFontBodySans04TextCase: "none";
|
|
682
|
-
DdsFontLeadSans01FontSize: "18px";
|
|
683
|
-
DdsFontLeadSans01FontSizeNumberPx: 18;
|
|
684
|
-
DdsFontLeadSans01TextDecoration: "none";
|
|
685
|
-
DdsFontLeadSans01FontFamily: "IBM Plex Sans";
|
|
686
|
-
DdsFontLeadSans01FontWeight: 600;
|
|
687
|
-
DdsFontLeadSans01FontStyle: "normal";
|
|
688
|
-
DdsFontLeadSans01FontStretch: "normal";
|
|
689
|
-
DdsFontLeadSans01LetterSpacing: "0em";
|
|
690
|
-
DdsFontLeadSans01LetterSpacingNumberEm: 0;
|
|
691
|
-
DdsFontLeadSans01LineHeight: "1.5em";
|
|
692
|
-
DdsFontLeadSans01LineHeightNumberEm: 1.5;
|
|
693
|
-
DdsFontLeadSans01ParagraphIndent: "0px";
|
|
694
|
-
DdsFontLeadSans01ParagraphIndentNumberPx: 0;
|
|
695
|
-
DdsFontLeadSans01ParagraphSpacing: "18px";
|
|
696
|
-
DdsFontLeadSans01ParagraphSpacingNumberPx: 18;
|
|
697
|
-
DdsFontLeadSans01TextCase: "none";
|
|
698
|
-
DdsFontLeadSans02FontSize: "24px";
|
|
699
|
-
DdsFontLeadSans02FontSizeNumberPx: 24;
|
|
700
|
-
DdsFontLeadSans02TextDecoration: "none";
|
|
701
|
-
DdsFontLeadSans02FontFamily: "IBM Plex Sans";
|
|
702
|
-
DdsFontLeadSans02FontWeight: 600;
|
|
703
|
-
DdsFontLeadSans02FontStyle: "normal";
|
|
704
|
-
DdsFontLeadSans02FontStretch: "normal";
|
|
705
|
-
DdsFontLeadSans02LetterSpacing: "0em";
|
|
706
|
-
DdsFontLeadSans02LetterSpacingNumberEm: 0;
|
|
707
|
-
DdsFontLeadSans02LineHeight: "1.35em";
|
|
708
|
-
DdsFontLeadSans02LineHeightNumberEm: 1.35;
|
|
709
|
-
DdsFontLeadSans02ParagraphIndent: "0px";
|
|
710
|
-
DdsFontLeadSans02ParagraphIndentNumberPx: 0;
|
|
711
|
-
DdsFontLeadSans02ParagraphSpacing: "16px";
|
|
712
|
-
DdsFontLeadSans02ParagraphSpacingNumberPx: 16;
|
|
713
|
-
DdsFontLeadSans02TextCase: "none";
|
|
714
|
-
DdsFontLeadSans03FontSize: "24px";
|
|
715
|
-
DdsFontLeadSans03FontSizeNumberPx: 24;
|
|
716
|
-
DdsFontLeadSans03TextDecoration: "none";
|
|
717
|
-
DdsFontLeadSans03FontFamily: "IBM Plex Sans";
|
|
718
|
-
DdsFontLeadSans03FontWeight: 300;
|
|
719
|
-
DdsFontLeadSans03FontStyle: "normal";
|
|
720
|
-
DdsFontLeadSans03FontStretch: "normal";
|
|
721
|
-
DdsFontLeadSans03LetterSpacing: "0em";
|
|
722
|
-
DdsFontLeadSans03LetterSpacingNumberEm: 0;
|
|
723
|
-
DdsFontLeadSans03LineHeight: "1.35em";
|
|
724
|
-
DdsFontLeadSans03LineHeightNumberEm: 1.35;
|
|
725
|
-
DdsFontLeadSans03ParagraphIndent: "0px";
|
|
726
|
-
DdsFontLeadSans03ParagraphIndentNumberPx: 0;
|
|
727
|
-
DdsFontLeadSans03ParagraphSpacing: "16px";
|
|
728
|
-
DdsFontLeadSans03ParagraphSpacingNumberPx: 16;
|
|
729
|
-
DdsFontLeadSans03TextCase: "none";
|
|
730
|
-
DdsFontLeadSans04FontSize: "32px";
|
|
731
|
-
DdsFontLeadSans04FontSizeNumberPx: 32;
|
|
732
|
-
DdsFontLeadSans04TextDecoration: "none";
|
|
733
|
-
DdsFontLeadSans04FontFamily: "IBM Plex Sans";
|
|
734
|
-
DdsFontLeadSans04FontWeight: 300;
|
|
735
|
-
DdsFontLeadSans04FontStyle: "normal";
|
|
736
|
-
DdsFontLeadSans04FontStretch: "normal";
|
|
737
|
-
DdsFontLeadSans04LetterSpacing: "0em";
|
|
738
|
-
DdsFontLeadSans04LetterSpacingNumberEm: 0;
|
|
739
|
-
DdsFontLeadSans04LineHeight: "1.35em";
|
|
740
|
-
DdsFontLeadSans04LineHeightNumberEm: 1.35;
|
|
741
|
-
DdsFontLeadSans04ParagraphIndent: "0px";
|
|
742
|
-
DdsFontLeadSans04ParagraphIndentNumberPx: 0;
|
|
743
|
-
DdsFontLeadSans04ParagraphSpacing: "21px";
|
|
744
|
-
DdsFontLeadSans04ParagraphSpacingNumberPx: 21;
|
|
745
|
-
DdsFontLeadSans04TextCase: "none";
|
|
746
|
-
DdsFontLeadSans05FontSize: "40px";
|
|
747
|
-
DdsFontLeadSans05FontSizeNumberPx: 40;
|
|
748
|
-
DdsFontLeadSans05TextDecoration: "none";
|
|
749
|
-
DdsFontLeadSans05FontFamily: "IBM Plex Sans";
|
|
750
|
-
DdsFontLeadSans05FontWeight: 300;
|
|
751
|
-
DdsFontLeadSans05FontStyle: "normal";
|
|
752
|
-
DdsFontLeadSans05FontStretch: "normal";
|
|
753
|
-
DdsFontLeadSans05LetterSpacing: "-0.01em";
|
|
754
|
-
DdsFontLeadSans05LetterSpacingNumberEm: -0.01;
|
|
755
|
-
DdsFontLeadSans05LineHeight: "1.35em";
|
|
756
|
-
DdsFontLeadSans05LineHeightNumberEm: 1.35;
|
|
757
|
-
DdsFontLeadSans05ParagraphIndent: "0px";
|
|
758
|
-
DdsFontLeadSans05ParagraphIndentNumberPx: 0;
|
|
759
|
-
DdsFontLeadSans05ParagraphSpacing: "26px";
|
|
760
|
-
DdsFontLeadSans05ParagraphSpacingNumberPx: 26;
|
|
761
|
-
DdsFontLeadSans05TextCase: "none";
|
|
762
|
-
DdsFontSupportingStyleLabel01FontSize: "14px";
|
|
763
|
-
DdsFontSupportingStyleLabel01FontSizeNumberPx: 14;
|
|
764
|
-
DdsFontSupportingStyleLabel01TextDecoration: "none";
|
|
765
|
-
DdsFontSupportingStyleLabel01FontFamily: "IBM Plex Sans";
|
|
766
|
-
DdsFontSupportingStyleLabel01FontWeight: 600;
|
|
767
|
-
DdsFontSupportingStyleLabel01FontStyle: "normal";
|
|
768
|
-
DdsFontSupportingStyleLabel01FontStretch: "normal";
|
|
769
|
-
DdsFontSupportingStyleLabel01LetterSpacing: "0.01em";
|
|
770
|
-
DdsFontSupportingStyleLabel01LetterSpacingNumberEm: 0.01;
|
|
771
|
-
DdsFontSupportingStyleLabel01LineHeight: "1.5em";
|
|
772
|
-
DdsFontSupportingStyleLabel01LineHeightNumberEm: 1.5;
|
|
773
|
-
DdsFontSupportingStyleLabel01ParagraphIndent: "0px";
|
|
774
|
-
DdsFontSupportingStyleLabel01ParagraphIndentNumberPx: 0;
|
|
775
|
-
DdsFontSupportingStyleLabel01ParagraphSpacing: "14px";
|
|
776
|
-
DdsFontSupportingStyleLabel01ParagraphSpacingNumberPx: 14;
|
|
777
|
-
DdsFontSupportingStyleLabel01TextCase: "none";
|
|
778
|
-
DdsFontSupportingStyleHelpertext01FontSize: "12px";
|
|
779
|
-
DdsFontSupportingStyleHelpertext01FontSizeNumberPx: 12;
|
|
780
|
-
DdsFontSupportingStyleHelpertext01TextDecoration: "none";
|
|
781
|
-
DdsFontSupportingStyleHelpertext01FontFamily: "IBM Plex Sans";
|
|
782
|
-
DdsFontSupportingStyleHelpertext01FontWeight: 400;
|
|
783
|
-
DdsFontSupportingStyleHelpertext01FontStyle: "normal";
|
|
784
|
-
DdsFontSupportingStyleHelpertext01FontStretch: "normal";
|
|
785
|
-
DdsFontSupportingStyleHelpertext01LetterSpacing: "0.01em";
|
|
786
|
-
DdsFontSupportingStyleHelpertext01LetterSpacingNumberEm: 0.01;
|
|
787
|
-
DdsFontSupportingStyleHelpertext01LineHeight: "1.5em";
|
|
788
|
-
DdsFontSupportingStyleHelpertext01LineHeightNumberEm: 1.5;
|
|
789
|
-
DdsFontSupportingStyleHelpertext01ParagraphIndent: "0px";
|
|
790
|
-
DdsFontSupportingStyleHelpertext01ParagraphIndentNumberPx: 0;
|
|
791
|
-
DdsFontSupportingStyleHelpertext01ParagraphSpacing: "12px";
|
|
792
|
-
DdsFontSupportingStyleHelpertext01ParagraphSpacingNumberPx: 12;
|
|
793
|
-
DdsFontSupportingStyleHelpertext01TextCase: "none";
|
|
794
|
-
DdsFontSupportingStylePlaceholdertext01FontSize: "16px";
|
|
795
|
-
DdsFontSupportingStylePlaceholdertext01FontSizeNumberPx: 16;
|
|
796
|
-
DdsFontSupportingStylePlaceholdertext01TextDecoration: "none";
|
|
797
|
-
DdsFontSupportingStylePlaceholdertext01FontFamily: "IBM Plex Sans";
|
|
798
|
-
DdsFontSupportingStylePlaceholdertext01FontWeight: 400;
|
|
799
|
-
DdsFontSupportingStylePlaceholdertext01FontStyle: "italic";
|
|
800
|
-
DdsFontSupportingStylePlaceholdertext01FontStretch: "normal";
|
|
801
|
-
DdsFontSupportingStylePlaceholdertext01LetterSpacing: "0em";
|
|
802
|
-
DdsFontSupportingStylePlaceholdertext01LetterSpacingNumberEm: 0;
|
|
803
|
-
DdsFontSupportingStylePlaceholdertext01LineHeight: "1.5em";
|
|
804
|
-
DdsFontSupportingStylePlaceholdertext01LineHeightNumberEm: 1.5;
|
|
805
|
-
DdsFontSupportingStylePlaceholdertext01ParagraphIndent: "0px";
|
|
806
|
-
DdsFontSupportingStylePlaceholdertext01ParagraphIndentNumberPx: 0;
|
|
807
|
-
DdsFontSupportingStylePlaceholdertext01ParagraphSpacing: "16px";
|
|
808
|
-
DdsFontSupportingStylePlaceholdertext01ParagraphSpacingNumberPx: 16;
|
|
809
|
-
DdsFontSupportingStylePlaceholdertext01TextCase: "none";
|
|
810
|
-
DdsFontSupportingStyleTiny01FontSize: "12px";
|
|
811
|
-
DdsFontSupportingStyleTiny01FontSizeNumberPx: 12;
|
|
812
|
-
DdsFontSupportingStyleTiny01TextDecoration: "none";
|
|
813
|
-
DdsFontSupportingStyleTiny01FontFamily: "IBM Plex Sans";
|
|
814
|
-
DdsFontSupportingStyleTiny01FontWeight: 400;
|
|
815
|
-
DdsFontSupportingStyleTiny01FontStyle: "normal";
|
|
816
|
-
DdsFontSupportingStyleTiny01FontStretch: "normal";
|
|
817
|
-
DdsFontSupportingStyleTiny01LetterSpacing: "0.01em";
|
|
818
|
-
DdsFontSupportingStyleTiny01LetterSpacingNumberEm: 0.01;
|
|
819
|
-
DdsFontSupportingStyleTiny01LineHeight: "1.5em";
|
|
820
|
-
DdsFontSupportingStyleTiny01LineHeightNumberEm: 1.5;
|
|
821
|
-
DdsFontSupportingStyleTiny01ParagraphIndent: "0px";
|
|
822
|
-
DdsFontSupportingStyleTiny01ParagraphIndentNumberPx: 0;
|
|
823
|
-
DdsFontSupportingStyleTiny01ParagraphSpacing: "12px";
|
|
824
|
-
DdsFontSupportingStyleTiny01ParagraphSpacingNumberPx: 12;
|
|
825
|
-
DdsFontSupportingStyleTiny01TextCase: "none";
|
|
826
|
-
DdsFontSupportingStyleTiny02FontSize: "12px";
|
|
827
|
-
DdsFontSupportingStyleTiny02FontSizeNumberPx: 12;
|
|
828
|
-
DdsFontSupportingStyleTiny02TextDecoration: "none";
|
|
829
|
-
DdsFontSupportingStyleTiny02FontFamily: "IBM Plex Sans";
|
|
830
|
-
DdsFontSupportingStyleTiny02FontWeight: 300;
|
|
831
|
-
DdsFontSupportingStyleTiny02FontStyle: "normal";
|
|
832
|
-
DdsFontSupportingStyleTiny02FontStretch: "normal";
|
|
833
|
-
DdsFontSupportingStyleTiny02LetterSpacing: "0.01em";
|
|
834
|
-
DdsFontSupportingStyleTiny02LetterSpacingNumberEm: 0.01;
|
|
835
|
-
DdsFontSupportingStyleTiny02LineHeight: "1.5em";
|
|
836
|
-
DdsFontSupportingStyleTiny02LineHeightNumberEm: 1.5;
|
|
837
|
-
DdsFontSupportingStyleTiny02ParagraphIndent: "0px";
|
|
838
|
-
DdsFontSupportingStyleTiny02ParagraphIndentNumberPx: 0;
|
|
839
|
-
DdsFontSupportingStyleTiny02ParagraphSpacing: "12px";
|
|
840
|
-
DdsFontSupportingStyleTiny02ParagraphSpacingNumberPx: 12;
|
|
841
|
-
DdsFontSupportingStyleTiny02TextCase: "none";
|
|
842
|
-
DdsFontSupportingStylePlaceholdertext02FontSize: "14px";
|
|
843
|
-
DdsFontSupportingStylePlaceholdertext02FontSizeNumberPx: 14;
|
|
844
|
-
DdsFontSupportingStylePlaceholdertext02TextDecoration: "none";
|
|
845
|
-
DdsFontSupportingStylePlaceholdertext02FontFamily: "IBM Plex Sans";
|
|
846
|
-
DdsFontSupportingStylePlaceholdertext02FontWeight: 400;
|
|
847
|
-
DdsFontSupportingStylePlaceholdertext02FontStyle: "italic";
|
|
848
|
-
DdsFontSupportingStylePlaceholdertext02FontStretch: "normal";
|
|
849
|
-
DdsFontSupportingStylePlaceholdertext02LetterSpacing: "0.01em";
|
|
850
|
-
DdsFontSupportingStylePlaceholdertext02LetterSpacingNumberEm: 0.01;
|
|
851
|
-
DdsFontSupportingStylePlaceholdertext02LineHeight: "1.5em";
|
|
852
|
-
DdsFontSupportingStylePlaceholdertext02LineHeightNumberEm: 1.5;
|
|
853
|
-
DdsFontSupportingStylePlaceholdertext02ParagraphIndent: "0px";
|
|
854
|
-
DdsFontSupportingStylePlaceholdertext02ParagraphIndentNumberPx: 0;
|
|
855
|
-
DdsFontSupportingStylePlaceholdertext02ParagraphSpacing: "14px";
|
|
856
|
-
DdsFontSupportingStylePlaceholdertext02ParagraphSpacingNumberPx: 14;
|
|
857
|
-
DdsFontSupportingStylePlaceholdertext02TextCase: "none";
|
|
858
|
-
DdsFontSupportingStylePlaceholdertext03FontSize: "12px";
|
|
859
|
-
DdsFontSupportingStylePlaceholdertext03FontSizeNumberPx: 12;
|
|
860
|
-
DdsFontSupportingStylePlaceholdertext03TextDecoration: "none";
|
|
861
|
-
DdsFontSupportingStylePlaceholdertext03FontFamily: "IBM Plex Sans";
|
|
862
|
-
DdsFontSupportingStylePlaceholdertext03FontWeight: 400;
|
|
863
|
-
DdsFontSupportingStylePlaceholdertext03FontStyle: "italic";
|
|
864
|
-
DdsFontSupportingStylePlaceholdertext03FontStretch: "normal";
|
|
865
|
-
DdsFontSupportingStylePlaceholdertext03LetterSpacing: "0.01em";
|
|
866
|
-
DdsFontSupportingStylePlaceholdertext03LetterSpacingNumberEm: 0.01;
|
|
867
|
-
DdsFontSupportingStylePlaceholdertext03LineHeight: "1.5em";
|
|
868
|
-
DdsFontSupportingStylePlaceholdertext03LineHeightNumberEm: 1.5;
|
|
869
|
-
DdsFontSupportingStylePlaceholdertext03ParagraphIndent: "0px";
|
|
870
|
-
DdsFontSupportingStylePlaceholdertext03ParagraphIndentNumberPx: 0;
|
|
871
|
-
DdsFontSupportingStylePlaceholdertext03ParagraphSpacing: "12px";
|
|
872
|
-
DdsFontSupportingStylePlaceholdertext03ParagraphSpacingNumberPx: 12;
|
|
873
|
-
DdsFontSupportingStylePlaceholdertext03TextCase: "none";
|
|
874
|
-
DdsFontCodeMonospace02FontSize: "16px";
|
|
875
|
-
DdsFontCodeMonospace02FontSizeNumberPx: 16;
|
|
876
|
-
DdsFontCodeMonospace02TextDecoration: "none";
|
|
877
|
-
DdsFontCodeMonospace02FontFamily: "IBM Plex Mono";
|
|
878
|
-
DdsFontCodeMonospace02FontWeight: 400;
|
|
879
|
-
DdsFontCodeMonospace02FontStyle: "normal";
|
|
880
|
-
DdsFontCodeMonospace02FontStretch: "normal";
|
|
881
|
-
DdsFontCodeMonospace02LetterSpacing: "0em";
|
|
882
|
-
DdsFontCodeMonospace02LetterSpacingNumberEm: 0;
|
|
883
|
-
DdsFontCodeMonospace02LineHeight: "1.5em";
|
|
884
|
-
DdsFontCodeMonospace02LineHeightNumberEm: 1.5;
|
|
885
|
-
DdsFontCodeMonospace02ParagraphIndent: "0px";
|
|
886
|
-
DdsFontCodeMonospace02ParagraphIndentNumberPx: 0;
|
|
887
|
-
DdsFontCodeMonospace02ParagraphSpacing: "9px";
|
|
888
|
-
DdsFontCodeMonospace02ParagraphSpacingNumberPx: 9;
|
|
889
|
-
DdsFontCodeMonospace02TextCase: "none";
|
|
890
|
-
DdsShadow1Ondark: " 1.0px 2.0px 4.0px 0px rgba(0, 0, 0, 0.5)";
|
|
891
|
-
DdsShadow1Onlight: " 1.0px 2.0px 4.0px 0px rgba(0, 0, 0, 0.1)";
|
|
892
|
-
DdsShadow2Ondark: " 2.0px 4.0px 8.0px 0px rgba(0, 0, 0, 0.5)";
|
|
893
|
-
DdsShadow2Onlight: " 2.0px 4.0px 8.0px 0px rgba(0, 0, 0, 0.1)";
|
|
894
|
-
DdsShadow3Ondark: " 4.0px 8.0px 16.0px 0px rgba(0, 0, 0, 0.5)";
|
|
895
|
-
DdsShadow3Onlight: " 4.0px 8.0px 16.0px 0px rgba(0, 0, 0, 0.1)";
|
|
896
|
-
DdsShadow4Ondark: " 8.0px 16.0px 32.0px 0px rgba(0, 0, 0, 0.5)";
|
|
897
|
-
DdsShadow4Onlight: " 8.0px 16.0px 32.0px 0px rgba(0, 0, 0, 0.1)";
|
|
898
|
-
DdsColorPrimaryLightest: "#eaeff4";
|
|
899
|
-
DdsColorPrimaryLighter: "#acbbc6";
|
|
900
|
-
DdsColorPrimaryLight: "#4f6a7e";
|
|
901
|
-
DdsColorPrimaryBase: "#354754";
|
|
902
|
-
DdsColorPrimaryDark: "#313d45";
|
|
903
|
-
DdsColorPrimaryDarker: "#202b32";
|
|
904
|
-
DdsColorPrimaryDarkest: "#151c22";
|
|
905
|
-
DdsColorNeutralsWhite: "#ffffff";
|
|
906
|
-
DdsColorNeutralsGray1: "#f8f9f9";
|
|
907
|
-
DdsColorNeutralsGray2: "#ebecee";
|
|
908
|
-
DdsColorNeutralsGray3: "#cfd4d7";
|
|
909
|
-
DdsColorNeutralsGray4: "#adb5ba";
|
|
910
|
-
DdsColorNeutralsGray5: "#77838c";
|
|
911
|
-
DdsColorNeutralsGray6: "#545c62";
|
|
912
|
-
DdsColorNeutralsGray7: "#3a4146";
|
|
913
|
-
DdsColorNeutralsGray8: "#22272a";
|
|
914
|
-
DdsColorNeutralsGray9: "#0b0d0e";
|
|
915
|
-
DdsColorInteractiveLightest: "#e7f1f7";
|
|
916
|
-
DdsColorInteractiveLighter: "#9fc5de";
|
|
917
|
-
DdsColorInteractiveLight: "#589ac6";
|
|
918
|
-
DdsColorInteractiveBase: "#106ead";
|
|
919
|
-
DdsColorInteractiveDark: "#0d588a";
|
|
920
|
-
DdsColorInteractiveDarker: "#0a4268";
|
|
921
|
-
DdsColorInteractiveDarkest: "#062c45";
|
|
922
|
-
DdsColorSecondaryLightest: "#e6eded";
|
|
923
|
-
DdsColorSecondaryLighter: "#cddbdb";
|
|
924
|
-
DdsColorSecondaryLight: "#b8cdcd";
|
|
925
|
-
DdsColorSecondaryBase: "#9ab8b7";
|
|
926
|
-
DdsColorSecondaryDark: "#7b9392";
|
|
927
|
-
DdsColorSecondaryDarker: "#4d6463";
|
|
928
|
-
DdsColorSecondaryDarkest: "#3e4a49";
|
|
929
|
-
DdsColorTertiaryLightest: "#ffe6df";
|
|
930
|
-
DdsColorTertiaryLighter: "#ffd6ca";
|
|
931
|
-
DdsColorTertiaryLight: "#f6c1b1";
|
|
932
|
-
DdsColorTertiaryBase: "#f2a68f";
|
|
933
|
-
DdsColorTertiaryDark: "#f59877";
|
|
934
|
-
DdsColorTertiaryDarker: "#f27e55";
|
|
935
|
-
DdsColorTertiaryDarkest: "#c26544";
|
|
936
|
-
DdsColorSuccessLightest: "#f0f9f0";
|
|
937
|
-
DdsColorSuccessLighter: "#c1e5c2";
|
|
938
|
-
DdsColorSuccessLight: "#93d294";
|
|
939
|
-
DdsColorSuccessBase: "#65be66";
|
|
940
|
-
DdsColorSuccessDark: "#519852";
|
|
941
|
-
DdsColorSuccessDarker: "#3d723d";
|
|
942
|
-
DdsColorSuccessDarkest: "#284c29";
|
|
943
|
-
DdsColorDangerLightest: "#fbebeb";
|
|
944
|
-
DdsColorDangerLighter: "#efafaf";
|
|
945
|
-
DdsColorDangerLight: "#e47373";
|
|
946
|
-
DdsColorDangerBase: "#d83737";
|
|
947
|
-
DdsColorDangerDark: "#ad2c2c";
|
|
948
|
-
DdsColorDangerDarker: "#822121";
|
|
949
|
-
DdsColorDangerDarkest: "#561616";
|
|
950
|
-
DdsColorWarningLightest: "#fefced";
|
|
951
|
-
DdsColorWarningLighter: "#fbf3b8";
|
|
952
|
-
DdsColorWarningLight: "#f7e982";
|
|
953
|
-
DdsColorWarningBase: "#f4e04d";
|
|
954
|
-
DdsColorWarningDark: "#c3b33e";
|
|
955
|
-
DdsColorWarningDarker: "#92862e";
|
|
956
|
-
DdsColorWarningDarkest: "#625a1f";
|
|
957
|
-
DdsColorInfoLightest: "#f1f8fd";
|
|
958
|
-
DdsColorInfoLighter: "#c8e3f5";
|
|
959
|
-
DdsColorInfoLight: "#9eceee";
|
|
960
|
-
DdsColorInfoBase: "#75b9e6";
|
|
961
|
-
DdsColorInfoDark: "#5e94b8";
|
|
962
|
-
DdsColorInfoDarker: "#466f8a";
|
|
963
|
-
DdsColorInfoDarkest: "#2f4a5c";
|
|
964
|
-
DdsColorVisitedBase: "#7F29B4";
|
|
965
|
-
DdsColorVisitedLighter: "#CCA9E1";
|
|
966
|
-
DdsColorBgDefault: "#ffffff";
|
|
967
|
-
DdsColorBgSubtle: "#f8f9f9";
|
|
968
|
-
DdsColorSurfaceDefault: "#ffffff";
|
|
969
|
-
DdsColorSurfaceSubtle: "#f8f9f9";
|
|
970
|
-
DdsColorSurfaceMedium: "#ebecee";
|
|
971
|
-
DdsColorSurfaceHoverDefault: "#e7f1f7";
|
|
972
|
-
DdsColorSurfaceHoverSubtle: "#f8f9f9";
|
|
973
|
-
DdsColorSurfaceSelectedDefault: "#e7f1f7";
|
|
974
|
-
DdsColorSurfaceInverseDefault: "#354754";
|
|
975
|
-
DdsColorSurfaceInverseHover: "#313d45";
|
|
976
|
-
DdsColorSurfaceInverseSelected: "#202b32";
|
|
977
|
-
DdsColorSurfaceActionResting: "#106ead";
|
|
978
|
-
DdsColorSurfaceActionHover: "#0d588a";
|
|
979
|
-
DdsColorSurfaceActionSelected: "#106ead";
|
|
980
|
-
DdsColorSurfaceActionDangerResting: "#d83737";
|
|
981
|
-
DdsColorSurfaceActionDangerHover: "#ad2c2c";
|
|
982
|
-
DdsColorSurfaceActionSelectedDisabled: "#77838c";
|
|
983
|
-
DdsColorSurfaceDangerDefault: "#fbebeb";
|
|
984
|
-
DdsColorSurfaceDangerStrong: "#e47373";
|
|
985
|
-
DdsColorSurfaceSuccessDefault: "#f0f9f0";
|
|
986
|
-
DdsColorSurfaceSuccessStrong: "#93d294";
|
|
987
|
-
DdsColorSurfaceWarningDefault: "#fefced";
|
|
988
|
-
DdsColorSurfaceWarningStrong: "#f7e982";
|
|
989
|
-
DdsColorSurfaceInfoDefault: "#f1f8fd";
|
|
990
|
-
DdsColorSurfaceInfoStrong: "#9eceee";
|
|
991
|
-
DdsColorSurfacePaperDefault: "#ffffff";
|
|
992
|
-
DdsColorSurfaceBackdropDefault: "#0b0d0e80";
|
|
993
|
-
DdsColorSurfaceFieldDefault: "#ffffff";
|
|
994
|
-
DdsColorSurfaceFieldDisabled: "#f8f9f9";
|
|
995
|
-
DdsColorSurfaceHighlightedDefault: "#ffe6df";
|
|
996
|
-
DdsColorSurfaceScrollbar: "#adb5ba";
|
|
997
|
-
DdsColorSurfaceNotification: "#d83737";
|
|
998
|
-
DdsColorSurfaceSkeleton: "#cfd4d7";
|
|
999
|
-
DdsColorBorderDefault: "#77838c";
|
|
1000
|
-
DdsColorBorderSubtle: "#cfd4d7";
|
|
1001
|
-
DdsColorBorderInverse: "#acbbc6";
|
|
1002
|
-
DdsColorBorderActionDefault: "#106ead";
|
|
1003
|
-
DdsColorBorderActionHover: "#0d588a";
|
|
1004
|
-
DdsColorBorderSuccess: "#65be66";
|
|
1005
|
-
DdsColorBorderWarning: "#f4e04d";
|
|
1006
|
-
DdsColorBorderDanger: "#d83737";
|
|
1007
|
-
DdsColorBorderInfo: "#75b9e6";
|
|
1008
|
-
DdsColorBorderOnAction: "#ffffff";
|
|
1009
|
-
DdsColorTextDefault: "#0b0d0e";
|
|
1010
|
-
DdsColorTextMedium: "#3a4146";
|
|
1011
|
-
DdsColorTextSubtle: "#545c62";
|
|
1012
|
-
DdsColorTextOnInverse: "#ffffff";
|
|
1013
|
-
DdsColorTextOnAction: "#ffffff";
|
|
1014
|
-
DdsColorTextOnStatusDefault: "#0b0d0e";
|
|
1015
|
-
DdsColorTextOnStatusStrong: "#0b0d0e";
|
|
1016
|
-
DdsColorTextActionResting: "#106ead";
|
|
1017
|
-
DdsColorTextActionHover: "#0d588a";
|
|
1018
|
-
DdsColorTextRequiredfield: "#d83737";
|
|
1019
|
-
DdsColorTextActionVisited: "#7F29B4";
|
|
1020
|
-
DdsColorTextOnNotification: "#ffffff";
|
|
1021
|
-
DdsColorIconDefault: "#0b0d0e";
|
|
1022
|
-
DdsColorIconMedium: "#3a4146";
|
|
1023
|
-
DdsColorIconSubtle: "#545c62";
|
|
1024
|
-
DdsColorIconOnInverse: "#ffffff";
|
|
1025
|
-
DdsColorIconOnAction: "#ffffff";
|
|
1026
|
-
DdsColorIconActionResting: "#106ead";
|
|
1027
|
-
DdsColorIconActionHover: "#0d588a";
|
|
1028
|
-
DdsColorIconOnSuccessDefault: "#3d723d";
|
|
1029
|
-
DdsColorIconOnSuccessStrong: "#0b0d0e";
|
|
1030
|
-
DdsColorIconOnWarningDefault: "#92862e";
|
|
1031
|
-
DdsColorIconOnWarningStrong: "#0b0d0e";
|
|
1032
|
-
DdsColorIconOnDangerDefault: "#ad2c2c";
|
|
1033
|
-
DdsColorIconOnDangerStrong: "#0b0d0e";
|
|
1034
|
-
DdsColorIconOnInfoDefault: "#466f8a";
|
|
1035
|
-
DdsColorIconOnInfoStrong: "#0b0d0e";
|
|
1036
|
-
DdsColorBrandPrimaryDefault: "#354754";
|
|
1037
|
-
DdsColorBrandPrimarySubtle: "#eaeff4";
|
|
1038
|
-
DdsColorBrandPrimaryMedium: "#4f6a7e";
|
|
1039
|
-
DdsColorBrandPrimaryStrong: "#202b32";
|
|
1040
|
-
DdsColorBrandSecondaryDefault: "#9ab8b7";
|
|
1041
|
-
DdsColorBrandSecondarySubtle: "#e6eded";
|
|
1042
|
-
DdsColorBrandSecondaryMedium: "#b8cdcd";
|
|
1043
|
-
DdsColorBrandSecondaryStrong: "#4d6463";
|
|
1044
|
-
DdsColorBrandTertiaryDefault: "#f2a68f";
|
|
1045
|
-
DdsColorBrandTertiarySubtle: "#ffe6df";
|
|
1046
|
-
DdsColorBrandTertiaryMedium: "#f6c1b1";
|
|
1047
|
-
DdsColorBrandTertiaryStrong: "#f27e55";
|
|
1048
|
-
DdsColorFocusOutside: "#2f4a5c";
|
|
1049
|
-
DdsColorFocusInside: "#f1f8fd";
|
|
1050
|
-
DdsBorderRadius0: "0px";
|
|
1051
|
-
DdsBorderRadius0NumberPx: 0;
|
|
1052
|
-
DdsBorderRadius1: "2px";
|
|
1053
|
-
DdsBorderRadius1NumberPx: 2;
|
|
1054
|
-
DdsBorderRadius2: "4px";
|
|
1055
|
-
DdsBorderRadius2NumberPx: 4;
|
|
1056
|
-
DdsBorderRadius3: "8px";
|
|
1057
|
-
DdsBorderRadius3NumberPx: 8;
|
|
1058
|
-
DdsBorderRadius100: "9999px";
|
|
1059
|
-
DdsBorderRadius100NumberPx: 9999;
|
|
1060
|
-
DdsSpacingX0: "0px";
|
|
1061
|
-
DdsSpacingX0NumberPx: 0;
|
|
1062
|
-
DdsSpacingX0125: "2px";
|
|
1063
|
-
DdsSpacingX0125NumberPx: 2;
|
|
1064
|
-
DdsSpacingX025: "4px";
|
|
1065
|
-
DdsSpacingX025NumberPx: 4;
|
|
1066
|
-
DdsSpacingX05: "8px";
|
|
1067
|
-
DdsSpacingX05NumberPx: 8;
|
|
1068
|
-
DdsSpacingX075: "12px";
|
|
1069
|
-
DdsSpacingX075NumberPx: 12;
|
|
1070
|
-
DdsSpacingX1: "16px";
|
|
1071
|
-
DdsSpacingX1NumberPx: 16;
|
|
1072
|
-
DdsSpacingX15: "24px";
|
|
1073
|
-
DdsSpacingX15NumberPx: 24;
|
|
1074
|
-
DdsSpacingX2: "32px";
|
|
1075
|
-
DdsSpacingX2NumberPx: 32;
|
|
1076
|
-
DdsSpacingX25: "40px";
|
|
1077
|
-
DdsSpacingX25NumberPx: 40;
|
|
1078
|
-
DdsSpacingX3: "48px";
|
|
1079
|
-
DdsSpacingX3NumberPx: 48;
|
|
1080
|
-
DdsSpacingX4: "64px";
|
|
1081
|
-
DdsSpacingX4NumberPx: 64;
|
|
1082
|
-
DdsSpacingX6: "96px";
|
|
1083
|
-
DdsSpacingX6NumberPx: 96;
|
|
1084
|
-
DdsSpacingX10: "160px";
|
|
1085
|
-
DdsSpacingX10NumberPx: 160;
|
|
1086
|
-
DdsSpacingPaddingTopHeading: "0.7em";
|
|
1087
|
-
DdsSpacingPaddingTopHeadingNumberEm: 0.7;
|
|
1088
|
-
DdsIconSizeLarge: "40px";
|
|
1089
|
-
DdsIconSizeLargeNumberPx: 40;
|
|
1090
|
-
DdsIconSizeMedium: "24px";
|
|
1091
|
-
DdsIconSizeMediumNumberPx: 24;
|
|
1092
|
-
DdsIconSizeSmall: "16px";
|
|
1093
|
-
DdsIconSizeSmallNumberPx: 16;
|
|
1094
|
-
DdsGridXsCount: "4";
|
|
1095
|
-
DdsGridXsGutterSize: "16px";
|
|
1096
|
-
DdsGridXsGutterSizeNumberPx: 16;
|
|
1097
|
-
DdsGridSmCount: "8";
|
|
1098
|
-
DdsGridSmGutterSize: "16px";
|
|
1099
|
-
DdsGridSmGutterSizeNumberPx: 16;
|
|
1100
|
-
DdsGridLgCount: "12";
|
|
1101
|
-
DdsGridLgGutterSize: "24px";
|
|
1102
|
-
DdsGridLgGutterSizeNumberPx: 24;
|
|
1103
|
-
DdsGridMdCount: "12";
|
|
1104
|
-
DdsGridMdGutterSize: "24px";
|
|
1105
|
-
DdsGridMdGutterSizeNumberPx: 24;
|
|
1106
|
-
DdsGridXlCount: "12";
|
|
1107
|
-
DdsGridXlGutterSize: "24px";
|
|
1108
|
-
DdsGridXlGutterSizeNumberPx: 24;
|
|
1109
|
-
DdsBreakpointXs: "1px";
|
|
1110
|
-
DdsBreakpointXsNumberPx: 1;
|
|
1111
|
-
DdsBreakpointSm: "600px";
|
|
1112
|
-
DdsBreakpointSmNumberPx: 600;
|
|
1113
|
-
DdsBreakpointMd: "960px";
|
|
1114
|
-
DdsBreakpointMdNumberPx: 960;
|
|
1115
|
-
DdsBreakpointLg: "1280px";
|
|
1116
|
-
DdsBreakpointLgNumberPx: 1280;
|
|
1117
|
-
DdsBreakpointXl: "1920px";
|
|
1118
|
-
DdsBreakpointXlNumberPx: 1920;
|
|
1119
|
-
};
|