scorer-ui-kit 2.1.0-beta.3 → 2.1.0-beta.6

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.
@@ -1,485 +0,0 @@
1
- export declare const typography: {
2
- form: {
3
- label: {
4
- default: {
5
- textAlign: string;
6
- fontSize: string;
7
- fontWeight: number;
8
- textDecoration: string;
9
- color: string;
10
- };
11
- };
12
- input: {
13
- label: {
14
- textAlign: string;
15
- fontSize: string;
16
- fontWeight: number;
17
- textDecoration: string;
18
- color: string;
19
- };
20
- placeholder: {
21
- normal: {
22
- textAlign: string;
23
- fontStyle: string;
24
- fontSize: string;
25
- fontWeight: number;
26
- textDecoration: string;
27
- color: string;
28
- };
29
- };
30
- value: {
31
- normal: {
32
- textAlign: string;
33
- fontSize: string;
34
- fontWeight: number;
35
- lineHeight: string;
36
- textDecoration: string;
37
- color: string;
38
- };
39
- };
40
- };
41
- button: {
42
- secondary: {
43
- normal: {
44
- textAlign: string;
45
- fontSize: string;
46
- fontWeight: number;
47
- textDecoration: string;
48
- color: string;
49
- };
50
- large: {
51
- textAlign: string;
52
- fontSize: string;
53
- fontWeight: number;
54
- textDecoration: string;
55
- color: string;
56
- };
57
- small: {
58
- textAlign: string;
59
- fontSize: string;
60
- fontWeight: number;
61
- textDecoration: string;
62
- color: string;
63
- };
64
- xsmall: {
65
- textAlign: string;
66
- fontSize: string;
67
- fontWeight: number;
68
- textDecoration: string;
69
- color: string;
70
- };
71
- };
72
- };
73
- };
74
- global: {
75
- mainMenu: {
76
- subItem: {
77
- default: {
78
- textAlign: string;
79
- fontSize: string;
80
- fontWeight: number;
81
- textDecoration: string;
82
- color: string;
83
- };
84
- hover: {
85
- textAlign: string;
86
- fontSize: string;
87
- fontWeight: number;
88
- textDecoration: string;
89
- color: string;
90
- };
91
- };
92
- subheader: {
93
- textAlign: string;
94
- fontSize: string;
95
- fontWeight: number;
96
- textTransform: string;
97
- letterSpacing: string;
98
- textDecoration: string;
99
- color: string;
100
- };
101
- identity: {
102
- textAlign: string;
103
- fontSize: string;
104
- fontWeight: number;
105
- textDecoration: string;
106
- color: string;
107
- };
108
- menuItem: {
109
- active: {
110
- textAlign: string;
111
- fontSize: string;
112
- fontWeight: number;
113
- textDecoration: string;
114
- color: string;
115
- };
116
- default: {
117
- textAlign: string;
118
- fontSize: string;
119
- fontWeight: number;
120
- textDecoration: string;
121
- color: string;
122
- };
123
- hover: {
124
- textAlign: string;
125
- fontSize: string;
126
- fontWeight: number;
127
- textDecoration: string;
128
- color: string;
129
- };
130
- };
131
- hidePrompt: {
132
- textAlign: string;
133
- fontSize: string;
134
- fontWeight: number;
135
- textDecoration: string;
136
- color: string;
137
- };
138
- "sub-MenuItem": {
139
- default: {
140
- textAlign: string;
141
- fontSize: string;
142
- fontWeight: number;
143
- textDecoration: string;
144
- color: string;
145
- };
146
- active: {
147
- textAlign: string;
148
- fontSize: string;
149
- fontWeight: number;
150
- textDecoration: string;
151
- color: string;
152
- };
153
- hover: {
154
- textAlign: string;
155
- fontSize: string;
156
- fontWeight: number;
157
- textDecoration: string;
158
- color: string;
159
- };
160
- };
161
- };
162
- topBar: {
163
- search: {
164
- value: {
165
- textAlign: string;
166
- fontSize: string;
167
- fontWeight: number;
168
- textDecoration: string;
169
- color: string;
170
- };
171
- };
172
- };
173
- };
174
- pageHeader: {
175
- introduction: {
176
- textAlign: string;
177
- fontSize: string;
178
- fontWeight: number;
179
- lineHeight: string;
180
- textDecoration: string;
181
- color: string;
182
- };
183
- mainTitle: {
184
- textAlign: string;
185
- fontSize: string;
186
- fontWeight: number;
187
- textDecoration: string;
188
- color: string;
189
- };
190
- areaTitle: {
191
- textAlign: string;
192
- fontSize: string;
193
- fontWeight: number;
194
- textDecoration: string;
195
- color: string;
196
- };
197
- };
198
- styleGuide: {
199
- guideTitle: {
200
- textAlign: string;
201
- fontSize: string;
202
- fontWeight: number;
203
- textDecoration: string;
204
- color: string;
205
- textTransform: string;
206
- letterSpacing: string;
207
- };
208
- guideNotes: {
209
- textAlign: string;
210
- fontStyle: string;
211
- fontSize: string;
212
- fontWeight: number;
213
- lineHeight: string;
214
- paragraphSpacing: string;
215
- textDecoration: string;
216
- color: string;
217
- };
218
- itemName: {
219
- textAlign: string;
220
- fontSize: string;
221
- fontWeight: number;
222
- textDecoration: string;
223
- color: string;
224
- };
225
- guideAreaSubtitle: {
226
- textAlign: string;
227
- fontSize: string;
228
- fontWeight: number;
229
- textTransform: string;
230
- textDecoration: string;
231
- color: string;
232
- };
233
- guideAreaTitle: {
234
- textAlign: string;
235
- fontSize: string;
236
- fontWeight: number;
237
- textTransform: string;
238
- textDecoration: string;
239
- color: string;
240
- };
241
- };
242
- active: {
243
- textAlign: string;
244
- fontSize: string;
245
- fontWeight: number;
246
- textDecoration: string;
247
- color: string;
248
- };
249
- filters: {
250
- filterButton: {
251
- default: {
252
- textAlign: string;
253
- fontSize: string;
254
- fontWeight: number;
255
- textDecoration: string;
256
- color: string;
257
- };
258
- active: {
259
- textAlign: string;
260
- fontSize: string;
261
- fontWeight: number;
262
- textDecoration: string;
263
- color: string;
264
- };
265
- hover: {
266
- textAlign: string;
267
- fontSize: string;
268
- fontWeight: number;
269
- textDecoration: string;
270
- color: string;
271
- };
272
- };
273
- searchInput: {
274
- placeholder: {
275
- textAlign: string;
276
- fontStyle: string;
277
- fontSize: string;
278
- fontWeight: number;
279
- textDecoration: string;
280
- color: string;
281
- };
282
- value: {
283
- textAlign: string;
284
- fontSize: string;
285
- fontWeight: number;
286
- textDecoration: string;
287
- color: string;
288
- };
289
- };
290
- };
291
- table: {
292
- columnData: {
293
- firstColumn: {
294
- textAlign: string;
295
- fontSize: string;
296
- fontWeight: number;
297
- textDecoration: string;
298
- color: string;
299
- };
300
- lowImportance: {
301
- left: {
302
- textAlign: string;
303
- fontStyle: string;
304
- fontSize: string;
305
- fontWeight: number;
306
- textDecoration: string;
307
- color: string;
308
- };
309
- center: {
310
- textAlign: string;
311
- fontStyle: string;
312
- fontSize: string;
313
- fontWeight: number;
314
- textDecoration: string;
315
- color: string;
316
- };
317
- right: {
318
- textAlign: string;
319
- fontStyle: string;
320
- fontSize: string;
321
- fontWeight: number;
322
- textDecoration: string;
323
- color: string;
324
- };
325
- };
326
- highImportance: {
327
- left: {
328
- textAlign: string;
329
- fontSize: string;
330
- fontWeight: number;
331
- textDecoration: string;
332
- color: string;
333
- };
334
- right: {
335
- textAlign: string;
336
- fontSize: string;
337
- fontWeight: number;
338
- textDecoration: string;
339
- color: string;
340
- };
341
- center: {
342
- textAlign: string;
343
- fontSize: string;
344
- fontWeight: number;
345
- textDecoration: string;
346
- color: string;
347
- };
348
- };
349
- normalImportance: {
350
- right: {
351
- textAlign: string;
352
- fontSize: string;
353
- fontWeight: number;
354
- textDecoration: string;
355
- color: string;
356
- };
357
- center: {
358
- textAlign: string;
359
- fontSize: string;
360
- fontWeight: number;
361
- textDecoration: string;
362
- color: string;
363
- };
364
- left: {
365
- textAlign: string;
366
- fontSize: string;
367
- fontWeight: number;
368
- textDecoration: string;
369
- color: string;
370
- };
371
- };
372
- unit: {
373
- textAlign: string;
374
- fontStyle: string;
375
- fontSize: string;
376
- fontWeight: number;
377
- textDecoration: string;
378
- color: string;
379
- };
380
- };
381
- header: {
382
- right: {
383
- textAlign: string;
384
- fontSize: string;
385
- fontWeight: number;
386
- letterSpacing: string;
387
- textDecoration: string;
388
- color: string;
389
- };
390
- left: {
391
- textAlign: string;
392
- fontSize: string;
393
- fontWeight: number;
394
- letterSpacing: string;
395
- textDecoration: string;
396
- color: string;
397
- };
398
- center: {
399
- textAlign: string;
400
- fontSize: string;
401
- fontWeight: number;
402
- letterSpacing: string;
403
- textDecoration: string;
404
- color: string;
405
- };
406
- };
407
- subHeader: {
408
- right: {
409
- textAlign: string;
410
- fontSize: string;
411
- fontWeight: number;
412
- letterSpacing: string;
413
- textDecoration: string;
414
- color: string;
415
- };
416
- left: {
417
- textAlign: string;
418
- fontSize: string;
419
- fontWeight: number;
420
- letterSpacing: string;
421
- textDecoration: string;
422
- color: string;
423
- };
424
- center: {
425
- textAlign: string;
426
- fontSize: string;
427
- fontWeight: number;
428
- letterSpacing: string;
429
- textDecoration: string;
430
- color: string;
431
- };
432
- };
433
- };
434
- tables: {
435
- groupName: {
436
- textAlign: string;
437
- fontSize: string;
438
- fontWeight: number;
439
- letterSpacing: string;
440
- textDecoration: string;
441
- color: string;
442
- };
443
- };
444
- meta: {
445
- tagList: {
446
- item: {
447
- normal: {
448
- textAlign: string;
449
- fontSize: string;
450
- fontWeight: number;
451
- textDecoration: string;
452
- color: string;
453
- };
454
- };
455
- };
456
- };
457
- searchBar: {
458
- placeholder: {
459
- textAlign: string;
460
- fontStyle: string;
461
- fontSize: string;
462
- fontWeight: number;
463
- textDecoration: string;
464
- color: string;
465
- };
466
- };
467
- modal: {
468
- basicContent: {
469
- textAlign: string;
470
- fontSize: string;
471
- fontWeight: number;
472
- lineHeight: string;
473
- textDecoration: string;
474
- color: string;
475
- };
476
- title: {
477
- textAlign: string;
478
- fontSize: string;
479
- fontWeight: number;
480
- textShadow: string;
481
- textDecoration: string;
482
- color: string;
483
- };
484
- };
485
- };
@@ -1,5 +0,0 @@
1
- interface ThemeLike {
2
- [key: string]: string | number | ThemeLike;
3
- }
4
- export default function themeFallbackHelper(theme: ThemeLike, themeFallback: ThemeLike): any;
5
- export {};