scorer-ui-kit 2.2.5 → 2.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/Alerts/atom/Tooltip.d.ts +13 -0
- package/dist/Alerts/index.d.ts +4 -2
- package/dist/Filters/atoms/FilterButton.d.ts +2 -0
- package/dist/Filters/atoms/FilterDropHandler.d.ts +2 -0
- package/dist/Filters/index.d.ts +2 -1
- package/dist/Filters/molecules/FilterDropdown.d.ts +2 -0
- package/dist/Filters/molecules/SortDropdown.d.ts +2 -0
- package/dist/index.d.ts +4 -4
- package/dist/index.js +1103 -1227
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +1103 -1228
- package/dist/index.modern.js.map +1 -1
- package/dist/theme/index.d.ts +0 -132
- package/dist/theme/legacy/styles.d.ts +0 -40
- package/dist/theme/legacy/typography.d.ts +0 -92
- package/dist/theme/variables/Animation.d.ts +1 -0
- package/dist/themes/common.d.ts +99 -0
- package/dist/themes/light/colors.d.ts +42 -0
- package/dist/themes/light/custom.d.ts +148 -0
- package/dist/themes/light/light.d.ts +1626 -0
- package/dist/themes/light/styles.d.ts +540 -0
- package/dist/themes/light/typography.d.ts +794 -0
- package/package.json +1 -1
package/dist/theme/index.d.ts
CHANGED
|
@@ -325,98 +325,6 @@ declare const _default: {
|
|
|
325
325
|
};
|
|
326
326
|
};
|
|
327
327
|
};
|
|
328
|
-
global: {
|
|
329
|
-
mainMenu: {
|
|
330
|
-
menuItem: {
|
|
331
|
-
default: {
|
|
332
|
-
textAlign: string;
|
|
333
|
-
fontSize: string;
|
|
334
|
-
fontWeight: number;
|
|
335
|
-
textDecoration: string;
|
|
336
|
-
color: string;
|
|
337
|
-
};
|
|
338
|
-
active: {
|
|
339
|
-
textAlign: string;
|
|
340
|
-
fontSize: string;
|
|
341
|
-
fontWeight: number;
|
|
342
|
-
textDecoration: string;
|
|
343
|
-
color: string;
|
|
344
|
-
};
|
|
345
|
-
hover: {
|
|
346
|
-
textAlign: string;
|
|
347
|
-
fontSize: string;
|
|
348
|
-
fontWeight: number;
|
|
349
|
-
textDecoration: string;
|
|
350
|
-
color: string;
|
|
351
|
-
};
|
|
352
|
-
};
|
|
353
|
-
subheader: {
|
|
354
|
-
textAlign: string;
|
|
355
|
-
fontSize: string;
|
|
356
|
-
fontWeight: number;
|
|
357
|
-
textTransform: string;
|
|
358
|
-
letterSpacing: string;
|
|
359
|
-
textDecoration: string;
|
|
360
|
-
color: string;
|
|
361
|
-
};
|
|
362
|
-
hidePrompt: {
|
|
363
|
-
textAlign: string;
|
|
364
|
-
fontSize: string;
|
|
365
|
-
fontWeight: number;
|
|
366
|
-
textDecoration: string;
|
|
367
|
-
color: string;
|
|
368
|
-
};
|
|
369
|
-
subItem: {
|
|
370
|
-
default: {
|
|
371
|
-
textAlign: string;
|
|
372
|
-
fontSize: string;
|
|
373
|
-
fontWeight: number;
|
|
374
|
-
textDecoration: string;
|
|
375
|
-
color: string;
|
|
376
|
-
};
|
|
377
|
-
active: {
|
|
378
|
-
textAlign: string;
|
|
379
|
-
fontSize: string;
|
|
380
|
-
fontWeight: number;
|
|
381
|
-
textDecoration: string;
|
|
382
|
-
color: string;
|
|
383
|
-
};
|
|
384
|
-
hover: {
|
|
385
|
-
textAlign: string;
|
|
386
|
-
fontSize: string;
|
|
387
|
-
fontWeight: number;
|
|
388
|
-
textDecoration: string;
|
|
389
|
-
color: string;
|
|
390
|
-
};
|
|
391
|
-
};
|
|
392
|
-
identity: {
|
|
393
|
-
textAlign: string;
|
|
394
|
-
fontSize: string;
|
|
395
|
-
fontWeight: number;
|
|
396
|
-
textDecoration: string;
|
|
397
|
-
color: string;
|
|
398
|
-
};
|
|
399
|
-
};
|
|
400
|
-
topBar: {
|
|
401
|
-
search: {
|
|
402
|
-
value: {
|
|
403
|
-
textAlign: string;
|
|
404
|
-
fontSize: string;
|
|
405
|
-
fontWeight: number;
|
|
406
|
-
textDecoration: string;
|
|
407
|
-
color: string;
|
|
408
|
-
};
|
|
409
|
-
placeholder: {
|
|
410
|
-
textAlign: string;
|
|
411
|
-
fontStyle: string;
|
|
412
|
-
fontSize: string;
|
|
413
|
-
fontWeight: number;
|
|
414
|
-
textDecoration: string;
|
|
415
|
-
color: string;
|
|
416
|
-
};
|
|
417
|
-
};
|
|
418
|
-
};
|
|
419
|
-
};
|
|
420
328
|
content: {
|
|
421
329
|
"section-H2": {
|
|
422
330
|
textAlign: string;
|
|
@@ -1240,46 +1148,6 @@ declare const _default: {
|
|
|
1240
1148
|
};
|
|
1241
1149
|
};
|
|
1242
1150
|
};
|
|
1243
|
-
global: {
|
|
1244
|
-
mainMenu: {
|
|
1245
|
-
iconBackground: {
|
|
1246
|
-
active: {
|
|
1247
|
-
backgroundColor: string;
|
|
1248
|
-
};
|
|
1249
|
-
hover: {
|
|
1250
|
-
backgroundColor: string;
|
|
1251
|
-
};
|
|
1252
|
-
default: {
|
|
1253
|
-
backgroundColor: string;
|
|
1254
|
-
};
|
|
1255
|
-
};
|
|
1256
|
-
background: {
|
|
1257
|
-
boxShadow: string;
|
|
1258
|
-
backgroundColor: string;
|
|
1259
|
-
};
|
|
1260
|
-
lines: {
|
|
1261
|
-
backgroundColor: string;
|
|
1262
|
-
};
|
|
1263
|
-
footerBackground: {
|
|
1264
|
-
backgroundColor: string;
|
|
1265
|
-
};
|
|
1266
|
-
};
|
|
1267
|
-
background: {
|
|
1268
|
-
backgroundColor: string;
|
|
1269
|
-
backgroundImage: string;
|
|
1270
|
-
};
|
|
1271
|
-
drawer: {
|
|
1272
|
-
background: {
|
|
1273
|
-
boxShadow: string;
|
|
1274
|
-
backgroundColor: string;
|
|
1275
|
-
};
|
|
1276
|
-
};
|
|
1277
|
-
topBar: {
|
|
1278
|
-
lines: {
|
|
1279
|
-
backgroundColor: string;
|
|
1280
|
-
};
|
|
1281
|
-
};
|
|
1282
|
-
};
|
|
1283
1151
|
indicators: {
|
|
1284
1152
|
spinner: {
|
|
1285
1153
|
danger: {
|
|
@@ -335,46 +335,6 @@ export declare const styles: {
|
|
|
335
335
|
};
|
|
336
336
|
};
|
|
337
337
|
};
|
|
338
|
-
global: {
|
|
339
|
-
mainMenu: {
|
|
340
|
-
iconBackground: {
|
|
341
|
-
active: {
|
|
342
|
-
backgroundColor: string;
|
|
343
|
-
};
|
|
344
|
-
hover: {
|
|
345
|
-
backgroundColor: string;
|
|
346
|
-
};
|
|
347
|
-
default: {
|
|
348
|
-
backgroundColor: string;
|
|
349
|
-
};
|
|
350
|
-
};
|
|
351
|
-
background: {
|
|
352
|
-
boxShadow: string;
|
|
353
|
-
backgroundColor: string;
|
|
354
|
-
};
|
|
355
|
-
lines: {
|
|
356
|
-
backgroundColor: string;
|
|
357
|
-
};
|
|
358
|
-
footerBackground: {
|
|
359
|
-
backgroundColor: string;
|
|
360
|
-
};
|
|
361
|
-
};
|
|
362
|
-
background: {
|
|
363
|
-
backgroundColor: string;
|
|
364
|
-
backgroundImage: string;
|
|
365
|
-
};
|
|
366
|
-
drawer: {
|
|
367
|
-
background: {
|
|
368
|
-
boxShadow: string;
|
|
369
|
-
backgroundColor: string;
|
|
370
|
-
};
|
|
371
|
-
};
|
|
372
|
-
topBar: {
|
|
373
|
-
lines: {
|
|
374
|
-
backgroundColor: string;
|
|
375
|
-
};
|
|
376
|
-
};
|
|
377
|
-
};
|
|
378
338
|
indicators: {
|
|
379
339
|
spinner: {
|
|
380
340
|
danger: {
|
|
@@ -256,98 +256,6 @@ export declare const typography: {
|
|
|
256
256
|
};
|
|
257
257
|
};
|
|
258
258
|
};
|
|
259
|
-
global: {
|
|
260
|
-
mainMenu: {
|
|
261
|
-
menuItem: {
|
|
262
|
-
default: {
|
|
263
|
-
textAlign: string;
|
|
264
|
-
fontSize: string;
|
|
265
|
-
fontWeight: number;
|
|
266
|
-
textDecoration: string;
|
|
267
|
-
color: string;
|
|
268
|
-
};
|
|
269
|
-
active: {
|
|
270
|
-
textAlign: string;
|
|
271
|
-
fontSize: string;
|
|
272
|
-
fontWeight: number;
|
|
273
|
-
textDecoration: string;
|
|
274
|
-
color: string;
|
|
275
|
-
};
|
|
276
|
-
hover: {
|
|
277
|
-
textAlign: string;
|
|
278
|
-
fontSize: string;
|
|
279
|
-
fontWeight: number;
|
|
280
|
-
textDecoration: string;
|
|
281
|
-
color: string;
|
|
282
|
-
};
|
|
283
|
-
};
|
|
284
|
-
subheader: {
|
|
285
|
-
textAlign: string;
|
|
286
|
-
fontSize: string;
|
|
287
|
-
fontWeight: number;
|
|
288
|
-
textTransform: string;
|
|
289
|
-
letterSpacing: string;
|
|
290
|
-
textDecoration: string;
|
|
291
|
-
color: string;
|
|
292
|
-
};
|
|
293
|
-
hidePrompt: {
|
|
294
|
-
textAlign: string;
|
|
295
|
-
fontSize: string;
|
|
296
|
-
fontWeight: number;
|
|
297
|
-
textDecoration: string;
|
|
298
|
-
color: string;
|
|
299
|
-
};
|
|
300
|
-
subItem: {
|
|
301
|
-
default: {
|
|
302
|
-
textAlign: string;
|
|
303
|
-
fontSize: string;
|
|
304
|
-
fontWeight: number;
|
|
305
|
-
textDecoration: string;
|
|
306
|
-
color: string;
|
|
307
|
-
};
|
|
308
|
-
active: {
|
|
309
|
-
textAlign: string;
|
|
310
|
-
fontSize: string;
|
|
311
|
-
fontWeight: number;
|
|
312
|
-
textDecoration: string;
|
|
313
|
-
color: string;
|
|
314
|
-
};
|
|
315
|
-
hover: {
|
|
316
|
-
textAlign: string;
|
|
317
|
-
fontSize: string;
|
|
318
|
-
fontWeight: number;
|
|
319
|
-
textDecoration: string;
|
|
320
|
-
color: string;
|
|
321
|
-
};
|
|
322
|
-
};
|
|
323
|
-
identity: {
|
|
324
|
-
textAlign: string;
|
|
325
|
-
fontSize: string;
|
|
326
|
-
fontWeight: number;
|
|
327
|
-
textDecoration: string;
|
|
328
|
-
color: string;
|
|
329
|
-
};
|
|
330
|
-
};
|
|
331
|
-
topBar: {
|
|
332
|
-
search: {
|
|
333
|
-
value: {
|
|
334
|
-
textAlign: string;
|
|
335
|
-
fontSize: string;
|
|
336
|
-
fontWeight: number;
|
|
337
|
-
textDecoration: string;
|
|
338
|
-
color: string;
|
|
339
|
-
};
|
|
340
|
-
placeholder: {
|
|
341
|
-
textAlign: string;
|
|
342
|
-
fontStyle: string;
|
|
343
|
-
fontSize: string;
|
|
344
|
-
fontWeight: number;
|
|
345
|
-
textDecoration: string;
|
|
346
|
-
color: string;
|
|
347
|
-
};
|
|
348
|
-
};
|
|
349
|
-
};
|
|
350
|
-
};
|
|
351
259
|
content: {
|
|
352
260
|
"section-H2": {
|
|
353
261
|
textAlign: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const animationVariables: import("styled-components").FlattenSimpleInterpolation;
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
export declare const fontFamily: {
|
|
2
|
+
ui: string;
|
|
3
|
+
data: string;
|
|
4
|
+
};
|
|
5
|
+
export declare const dimensions: {
|
|
6
|
+
icons: {
|
|
7
|
+
weights: {
|
|
8
|
+
light: number;
|
|
9
|
+
regular: number;
|
|
10
|
+
heavy: number;
|
|
11
|
+
strong: number;
|
|
12
|
+
};
|
|
13
|
+
};
|
|
14
|
+
form: {
|
|
15
|
+
button: {
|
|
16
|
+
xsmall: {
|
|
17
|
+
height: string;
|
|
18
|
+
padding: string;
|
|
19
|
+
iconSize: number;
|
|
20
|
+
};
|
|
21
|
+
small: {
|
|
22
|
+
height: string;
|
|
23
|
+
padding: string;
|
|
24
|
+
iconSize: number;
|
|
25
|
+
};
|
|
26
|
+
normal: {
|
|
27
|
+
height: string;
|
|
28
|
+
padding: string;
|
|
29
|
+
iconSize: number;
|
|
30
|
+
};
|
|
31
|
+
large: {
|
|
32
|
+
height: string;
|
|
33
|
+
padding: string;
|
|
34
|
+
iconSize: number;
|
|
35
|
+
};
|
|
36
|
+
};
|
|
37
|
+
input: {
|
|
38
|
+
height: string;
|
|
39
|
+
};
|
|
40
|
+
switch: {
|
|
41
|
+
outer: {
|
|
42
|
+
width: string;
|
|
43
|
+
height: string;
|
|
44
|
+
borderRadius: string;
|
|
45
|
+
};
|
|
46
|
+
inner: {
|
|
47
|
+
width: string;
|
|
48
|
+
height: string;
|
|
49
|
+
borderRadius: string;
|
|
50
|
+
};
|
|
51
|
+
positions: {
|
|
52
|
+
top: string;
|
|
53
|
+
off: string;
|
|
54
|
+
neutral: string;
|
|
55
|
+
locked: string;
|
|
56
|
+
on: string;
|
|
57
|
+
};
|
|
58
|
+
};
|
|
59
|
+
};
|
|
60
|
+
global: {
|
|
61
|
+
mainMenu: {
|
|
62
|
+
width: {
|
|
63
|
+
open: string;
|
|
64
|
+
closed: string;
|
|
65
|
+
};
|
|
66
|
+
};
|
|
67
|
+
};
|
|
68
|
+
};
|
|
69
|
+
export declare const animation: {
|
|
70
|
+
easing: {
|
|
71
|
+
primary: {
|
|
72
|
+
inOut: string;
|
|
73
|
+
out: string;
|
|
74
|
+
in: string;
|
|
75
|
+
};
|
|
76
|
+
};
|
|
77
|
+
speed: {
|
|
78
|
+
faster: string;
|
|
79
|
+
fast: string;
|
|
80
|
+
normal: string;
|
|
81
|
+
slow: string;
|
|
82
|
+
slower: string;
|
|
83
|
+
slowest: string;
|
|
84
|
+
};
|
|
85
|
+
};
|
|
86
|
+
export declare const deviceSize: {
|
|
87
|
+
small: number;
|
|
88
|
+
medium: number;
|
|
89
|
+
large: number;
|
|
90
|
+
xlarge: number;
|
|
91
|
+
xxlarge: number;
|
|
92
|
+
};
|
|
93
|
+
export declare const deviceMediaQuery: {
|
|
94
|
+
small: string;
|
|
95
|
+
medium: string;
|
|
96
|
+
large: string;
|
|
97
|
+
xlarge: string;
|
|
98
|
+
xxlarge: string;
|
|
99
|
+
};
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
export declare const colors: {
|
|
2
|
+
pureBase: string;
|
|
3
|
+
pureTop: string;
|
|
4
|
+
divider: string;
|
|
5
|
+
icons: {
|
|
6
|
+
inverse: string;
|
|
7
|
+
mono: string;
|
|
8
|
+
dimmed: string;
|
|
9
|
+
subtle: string;
|
|
10
|
+
primary: string;
|
|
11
|
+
danger: string;
|
|
12
|
+
white: string;
|
|
13
|
+
};
|
|
14
|
+
menu: {
|
|
15
|
+
active: string;
|
|
16
|
+
hover: string;
|
|
17
|
+
default: string;
|
|
18
|
+
indicator: string;
|
|
19
|
+
passive: string;
|
|
20
|
+
};
|
|
21
|
+
feedback: {
|
|
22
|
+
error: string;
|
|
23
|
+
info: string;
|
|
24
|
+
neutral: string;
|
|
25
|
+
success: string;
|
|
26
|
+
warning: string;
|
|
27
|
+
};
|
|
28
|
+
status: {
|
|
29
|
+
caution: string;
|
|
30
|
+
danger: string;
|
|
31
|
+
folder: string;
|
|
32
|
+
highlight: string;
|
|
33
|
+
good: string;
|
|
34
|
+
neutral: string;
|
|
35
|
+
};
|
|
36
|
+
transparent: string;
|
|
37
|
+
input: {
|
|
38
|
+
border: {
|
|
39
|
+
default: string;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
};
|
|
@@ -0,0 +1,148 @@
|
|
|
1
|
+
export declare const custom: {
|
|
2
|
+
lines: {
|
|
3
|
+
primary: {
|
|
4
|
+
label: {
|
|
5
|
+
fill: string;
|
|
6
|
+
};
|
|
7
|
+
contrastLine: {
|
|
8
|
+
stroke: string;
|
|
9
|
+
};
|
|
10
|
+
highlightLine: {
|
|
11
|
+
stroke: string;
|
|
12
|
+
};
|
|
13
|
+
highlightLineBorder: {
|
|
14
|
+
stroke: string;
|
|
15
|
+
};
|
|
16
|
+
grabHandle: {
|
|
17
|
+
fill: string;
|
|
18
|
+
stroke: string;
|
|
19
|
+
};
|
|
20
|
+
point: {
|
|
21
|
+
fill: string;
|
|
22
|
+
};
|
|
23
|
+
grabHandleContrast: {
|
|
24
|
+
stroke: string;
|
|
25
|
+
};
|
|
26
|
+
grabHandleText: {
|
|
27
|
+
fill: string;
|
|
28
|
+
};
|
|
29
|
+
handleBase: {
|
|
30
|
+
fill: string;
|
|
31
|
+
};
|
|
32
|
+
handleRingLayer: {
|
|
33
|
+
stroke: string;
|
|
34
|
+
};
|
|
35
|
+
handleReactiveFill: {
|
|
36
|
+
fill: string;
|
|
37
|
+
};
|
|
38
|
+
handleReactiveRing: {
|
|
39
|
+
stroke: string;
|
|
40
|
+
};
|
|
41
|
+
handleContrastLayer: {
|
|
42
|
+
stroke: string;
|
|
43
|
+
};
|
|
44
|
+
stopStart: {
|
|
45
|
+
stopColor: string;
|
|
46
|
+
};
|
|
47
|
+
stopEnd: {
|
|
48
|
+
stopColor: string;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
secondary: {
|
|
52
|
+
label: {
|
|
53
|
+
fill: string;
|
|
54
|
+
};
|
|
55
|
+
contrastLine: {
|
|
56
|
+
stroke: string;
|
|
57
|
+
};
|
|
58
|
+
highlightLine: {
|
|
59
|
+
stroke: string;
|
|
60
|
+
};
|
|
61
|
+
highlightLineBorder: {
|
|
62
|
+
stroke: string;
|
|
63
|
+
};
|
|
64
|
+
grabHandle: {
|
|
65
|
+
fill: string;
|
|
66
|
+
stroke: string;
|
|
67
|
+
};
|
|
68
|
+
point: {
|
|
69
|
+
fill: string;
|
|
70
|
+
};
|
|
71
|
+
grabHandleContrast: {
|
|
72
|
+
stroke: string;
|
|
73
|
+
};
|
|
74
|
+
grabHandleText: {
|
|
75
|
+
fill: string;
|
|
76
|
+
};
|
|
77
|
+
handleBase: {
|
|
78
|
+
fill: string;
|
|
79
|
+
};
|
|
80
|
+
handleRingLayer: {
|
|
81
|
+
stroke: string;
|
|
82
|
+
};
|
|
83
|
+
handleReactiveFill: {
|
|
84
|
+
fill: string;
|
|
85
|
+
};
|
|
86
|
+
handleReactiveRing: {
|
|
87
|
+
stroke: string;
|
|
88
|
+
};
|
|
89
|
+
handleContrastLayer: {
|
|
90
|
+
stroke: string;
|
|
91
|
+
};
|
|
92
|
+
stopStart: {
|
|
93
|
+
stopColor: string;
|
|
94
|
+
};
|
|
95
|
+
stopEnd: {
|
|
96
|
+
stopColor: string;
|
|
97
|
+
};
|
|
98
|
+
};
|
|
99
|
+
danger: {
|
|
100
|
+
label: {
|
|
101
|
+
fill: string;
|
|
102
|
+
};
|
|
103
|
+
contrastLine: {
|
|
104
|
+
stroke: string;
|
|
105
|
+
};
|
|
106
|
+
highlightLine: {
|
|
107
|
+
stroke: string;
|
|
108
|
+
};
|
|
109
|
+
highlightLineBorder: {
|
|
110
|
+
stroke: string;
|
|
111
|
+
};
|
|
112
|
+
grabHandle: {
|
|
113
|
+
fill: string;
|
|
114
|
+
stroke: string;
|
|
115
|
+
};
|
|
116
|
+
point: {
|
|
117
|
+
fill: string;
|
|
118
|
+
};
|
|
119
|
+
grabHandleText: {
|
|
120
|
+
fill: string;
|
|
121
|
+
};
|
|
122
|
+
grabHandleContrast: {
|
|
123
|
+
stroke: string;
|
|
124
|
+
};
|
|
125
|
+
handleBase: {
|
|
126
|
+
fill: string;
|
|
127
|
+
};
|
|
128
|
+
handleRingLayer: {
|
|
129
|
+
stroke: string;
|
|
130
|
+
};
|
|
131
|
+
handleReactiveFill: {
|
|
132
|
+
fill: string;
|
|
133
|
+
};
|
|
134
|
+
handleReactiveRing: {
|
|
135
|
+
stroke: string;
|
|
136
|
+
};
|
|
137
|
+
handleContrastLayer: {
|
|
138
|
+
stroke: string;
|
|
139
|
+
};
|
|
140
|
+
stopStart: {
|
|
141
|
+
stopColor: string;
|
|
142
|
+
};
|
|
143
|
+
stopEnd: {
|
|
144
|
+
stopColor: string;
|
|
145
|
+
};
|
|
146
|
+
};
|
|
147
|
+
};
|
|
148
|
+
};
|