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.
@@ -9,6 +9,7 @@ export declare const colors: {
9
9
  subtle: string;
10
10
  primary: string;
11
11
  danger: string;
12
+ white: string;
12
13
  };
13
14
  menu: {
14
15
  active: string;
@@ -872,6 +872,7 @@ declare const _default: {
872
872
  subtle: string;
873
873
  primary: string;
874
874
  danger: string;
875
+ white: string;
875
876
  };
876
877
  menu: {
877
878
  active: string;
@@ -941,6 +942,7 @@ declare const _default: {
941
942
  normal: {
942
943
  borderColor: string;
943
944
  border: string;
945
+ backgroundColor: string;
944
946
  };
945
947
  };
946
948
  valid: {
@@ -953,6 +955,7 @@ declare const _default: {
953
955
  normal: {
954
956
  borderColor: string;
955
957
  border: string;
958
+ backgroundColor: string;
956
959
  };
957
960
  };
958
961
  invalid: {
@@ -965,6 +968,7 @@ declare const _default: {
965
968
  normal: {
966
969
  borderColor: string;
967
970
  border: string;
971
+ backgroundColor: string;
968
972
  };
969
973
  };
970
974
  processing: {
@@ -1032,6 +1036,7 @@ declare const _default: {
1032
1036
  };
1033
1037
  actionArea: {
1034
1038
  backgroundColor: string;
1039
+ backgroundImage: string;
1035
1040
  };
1036
1041
  };
1037
1042
  danger: {
@@ -37,6 +37,7 @@ export declare const styles: {
37
37
  normal: {
38
38
  borderColor: string;
39
39
  border: string;
40
+ backgroundColor: string;
40
41
  };
41
42
  };
42
43
  valid: {
@@ -49,6 +50,7 @@ export declare const styles: {
49
50
  normal: {
50
51
  borderColor: string;
51
52
  border: string;
53
+ backgroundColor: string;
52
54
  };
53
55
  };
54
56
  invalid: {
@@ -61,6 +63,7 @@ export declare const styles: {
61
63
  normal: {
62
64
  borderColor: string;
63
65
  border: string;
66
+ backgroundColor: string;
64
67
  };
65
68
  };
66
69
  processing: {
@@ -128,6 +131,7 @@ export declare const styles: {
128
131
  };
129
132
  actionArea: {
130
133
  backgroundColor: string;
134
+ backgroundImage: string;
131
135
  };
132
136
  };
133
137
  danger: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "scorer-ui-kit",
3
- "version": "2.1.0-beta.3",
3
+ "version": "2.1.0-beta.6",
4
4
  "description": "SCORER UI Components",
5
5
  "author": "Josh Lipps",
6
6
  "license": "MIT",
@@ -1,24 +0,0 @@
1
- export declare const colors: {
2
- divider: string;
3
- menu: {
4
- active: string;
5
- hover: string;
6
- default: string;
7
- };
8
- icons: {
9
- subtle: string;
10
- dimmed: string;
11
- inverse: string;
12
- mono: string;
13
- danger: string;
14
- primary: string;
15
- };
16
- status: {
17
- good: string;
18
- };
19
- input: {
20
- border: {
21
- default: string;
22
- };
23
- };
24
- };
@@ -1,139 +0,0 @@
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
- grabHandle: {
14
- fill: string;
15
- stroke: string;
16
- };
17
- point: {
18
- fill: string;
19
- };
20
- grabHandleContrast: {
21
- stroke: string;
22
- };
23
- grabHandleText: {
24
- fill: string;
25
- };
26
- handleBase: {
27
- fill: string;
28
- };
29
- handleRingLayer: {
30
- stroke: string;
31
- };
32
- handleReactiveFill: {
33
- fill: string;
34
- };
35
- handleReactiveRing: {
36
- stroke: string;
37
- };
38
- handleContrastLayer: {
39
- stroke: string;
40
- };
41
- stopStart: {
42
- stopColor: string;
43
- };
44
- stopEnd: {
45
- stopColor: string;
46
- };
47
- };
48
- secondary: {
49
- label: {
50
- fill: string;
51
- };
52
- contrastLine: {
53
- stroke: string;
54
- };
55
- highlightLine: {
56
- stroke: string;
57
- };
58
- grabHandle: {
59
- fill: string;
60
- stroke: string;
61
- };
62
- point: {
63
- fill: string;
64
- };
65
- grabHandleContrast: {
66
- stroke: string;
67
- };
68
- grabHandleText: {
69
- fill: string;
70
- };
71
- handleBase: {
72
- fill: string;
73
- };
74
- handleRingLayer: {
75
- stroke: string;
76
- };
77
- handleReactiveFill: {
78
- fill: string;
79
- };
80
- handleReactiveRing: {
81
- stroke: string;
82
- };
83
- handleContrastLayer: {
84
- stroke: string;
85
- };
86
- stopStart: {
87
- stopColor: string;
88
- };
89
- stopEnd: {
90
- stopColor: string;
91
- };
92
- };
93
- danger: {
94
- label: {
95
- fill: string;
96
- };
97
- contrastLine: {
98
- stroke: string;
99
- };
100
- highlightLine: {
101
- stroke: string;
102
- };
103
- grabHandle: {
104
- fill: string;
105
- stroke: string;
106
- };
107
- point: {
108
- fill: string;
109
- };
110
- grabHandleText: {
111
- fill: string;
112
- };
113
- grabHandleContrast: {
114
- stroke: string;
115
- };
116
- handleBase: {
117
- fill: string;
118
- };
119
- handleRingLayer: {
120
- stroke: string;
121
- };
122
- handleReactiveFill: {
123
- fill: string;
124
- };
125
- handleReactiveRing: {
126
- stroke: string;
127
- };
128
- handleContrastLayer: {
129
- stroke: string;
130
- };
131
- stopStart: {
132
- stopColor: string;
133
- };
134
- stopEnd: {
135
- stopColor: string;
136
- };
137
- };
138
- };
139
- };