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,301 +0,0 @@
1
- export declare const styles: {
2
- global: {
3
- mainMenu: {
4
- background: {
5
- boxShadow: string;
6
- backgroundColor: string;
7
- };
8
- footerBackground: {
9
- backgroundColor: string;
10
- };
11
- lines: {
12
- backgroundColor: string;
13
- };
14
- iconBackground: {
15
- default: {
16
- backgroundColor: string;
17
- };
18
- hover: {
19
- backgroundColor: string;
20
- };
21
- active: {
22
- backgroundColor: string;
23
- };
24
- };
25
- desktop: {
26
- open: {};
27
- };
28
- };
29
- drawer: {
30
- background: {
31
- boxShadow: string;
32
- backgroundColor: string;
33
- };
34
- };
35
- topBar: {
36
- lines: {
37
- backgroundColor: string;
38
- };
39
- };
40
- background: {
41
- backgroundColor: string;
42
- backgroundImage: string;
43
- };
44
- };
45
- general: {
46
- divider: {
47
- backgroundColor: string;
48
- };
49
- };
50
- tables: {
51
- loadingOverlay: {
52
- backgroundColor: string;
53
- backgroundImage: string;
54
- };
55
- rows: {
56
- divider: {
57
- backgroundColor: string;
58
- };
59
- };
60
- header: {
61
- groupLine: {
62
- backgroundColor: string;
63
- };
64
- divider: {
65
- backgroundColor: string;
66
- };
67
- sortable: {
68
- default: {
69
- backgroundColor: string;
70
- };
71
- hover: {
72
- backgroundColor: string;
73
- };
74
- };
75
- };
76
- };
77
- filters: {
78
- filterButton: {
79
- hover: {
80
- boxShadow: string;
81
- backgroundColor: string;
82
- borderColor: string;
83
- border: string;
84
- textColor: string;
85
- };
86
- default: {
87
- boxShadow: string;
88
- backgroundColor: string;
89
- borderColor: string;
90
- border: string;
91
- textColor: string;
92
- };
93
- active: {
94
- boxShadow: string;
95
- backgroundColor: string;
96
- borderColor: string;
97
- border: string;
98
- textColor: string;
99
- };
100
- };
101
- searchInput: {
102
- default: {
103
- boxShadow: string;
104
- backgroundColor: string;
105
- borderColor: string;
106
- border: string;
107
- };
108
- focused: {
109
- boxShadow: string;
110
- backgroundColor: string;
111
- borderColor: string;
112
- border: string;
113
- };
114
- };
115
- dropdownContainer: {
116
- topBorder: {
117
- backgroundColor: string;
118
- };
119
- background: {
120
- boxShadow: string;
121
- backgroundColor: string;
122
- borderColor: string;
123
- border: string;
124
- };
125
- };
126
- };
127
- form: {
128
- checkbox: {
129
- unchecked: {
130
- disabled: {
131
- backgroundColor: string;
132
- borderColor: string;
133
- border: string;
134
- };
135
- default: {
136
- borderColor: string;
137
- border: string;
138
- };
139
- };
140
- checked: {
141
- default: {
142
- boxShadow: string;
143
- backgroundColor: string;
144
- };
145
- disabled: {
146
- boxShadow: string;
147
- backgroundColor: string;
148
- };
149
- };
150
- };
151
- button: {
152
- secondary: {
153
- hover: {
154
- backgroundColor: string;
155
- };
156
- disabled: {
157
- backgroundColor: string;
158
- };
159
- actionArea: {
160
- backgroundColor: string;
161
- };
162
- default: {
163
- backgroundColor: string;
164
- };
165
- divider: {
166
- backgroundColor: string;
167
- };
168
- active: {
169
- backgroundColor: string;
170
- };
171
- };
172
- danger: {
173
- disabled: {
174
- backgroundColor: string;
175
- };
176
- divider: {
177
- backgroundColor: string;
178
- };
179
- };
180
- };
181
- input: {
182
- default: {
183
- normal: {
184
- backgroundColor: string;
185
- borderColor: string;
186
- border: string;
187
- };
188
- focused: {
189
- backgroundColor: string;
190
- borderColor: string;
191
- border: string;
192
- boxShadow: string;
193
- };
194
- };
195
- required: {
196
- normal: {
197
- backgroundColor: string;
198
- borderColor: string;
199
- border: string;
200
- };
201
- focused: {
202
- boxShadow: string;
203
- backgroundColor: string;
204
- borderColor: string;
205
- border: string;
206
- };
207
- };
208
- processing: {
209
- focused: {
210
- boxShadow: string;
211
- backgroundColor: string;
212
- borderColor: string;
213
- border: string;
214
- };
215
- normal: {
216
- backgroundColor: string;
217
- borderColor: string;
218
- border: string;
219
- };
220
- };
221
- disabled: {
222
- normal: {
223
- backgroundColor: string;
224
- borderColor: string;
225
- border: string;
226
- };
227
- };
228
- valid: {
229
- normal: {
230
- backgroundColor: string;
231
- borderColor: string;
232
- border: string;
233
- };
234
- focused: {
235
- boxShadow: string;
236
- backgroundColor: string;
237
- borderColor: string;
238
- border: string;
239
- };
240
- };
241
- invalid: {
242
- normal: {
243
- backgroundColor: string;
244
- borderColor: string;
245
- border: string;
246
- };
247
- focused: {
248
- boxShadow: string;
249
- backgroundColor: string;
250
- borderColor: string;
251
- border: string;
252
- };
253
- };
254
- };
255
- };
256
- indicators: {
257
- spinner: {
258
- secondary: {
259
- top: {
260
- borderColor: string;
261
- border: string;
262
- };
263
- base: {
264
- borderColor: string;
265
- border: string;
266
- };
267
- };
268
- simple: {
269
- base: {
270
- borderColor: string;
271
- border: string;
272
- };
273
- top: {
274
- borderColor: string;
275
- border: string;
276
- };
277
- };
278
- primary: {
279
- base: {
280
- borderColor: string;
281
- border: string;
282
- };
283
- top: {
284
- borderColor: string;
285
- border: string;
286
- };
287
- };
288
- };
289
- };
290
- modal: {
291
- container: {
292
- boxShadow: string;
293
- backgroundColor: string;
294
- borderColor: string;
295
- border: string;
296
- };
297
- overlay: {
298
- backgroundColor: string;
299
- };
300
- };
301
- };