@commonsku/styles 1.13.2 → 1.13.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.
- package/dist/index.es.js +409 -89
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +417 -89
- package/dist/index.js.map +1 -1
- package/dist/styles/Button.d.ts +3 -2
- package/dist/styles/Button.d.ts.map +1 -1
- package/dist/styles/Dropdown.d.ts +16 -13
- package/dist/styles/Dropdown.d.ts.map +1 -1
- package/dist/styles/MultiProgress.d.ts +2 -0
- package/dist/styles/MultiProgress.d.ts.map +1 -1
- package/dist/styles/Task.d.ts.map +1 -1
- package/dist/styles/Text.d.ts +1 -1
- package/dist/styles/Theme.d.ts +474 -0
- package/dist/styles/Theme.d.ts.map +1 -1
- package/dist/styles/calendar/DraggableTasksCalendar.d.ts.map +1 -1
- package/dist/styles/calendar/DroppableFooter.d.ts.map +1 -1
- package/dist/styles/calendar/StyledDayText.d.ts +1 -1
- package/dist/styles/calendar/TasksCalendar.d.ts.map +1 -1
- package/dist/styles/calendar/TasksCalendarHeader.d.ts +2 -1
- package/dist/styles/calendar/TasksCalendarHeader.d.ts.map +1 -1
- package/dist/styles/colors.d.ts +363 -0
- package/dist/styles/colors.d.ts.map +1 -0
- package/dist/styles/hooks/useCalendar.d.ts +1 -0
- package/dist/styles/hooks/useCalendar.d.ts.map +1 -1
- package/dist/styles/icons/BulletIcon.d.ts +8 -0
- package/dist/styles/icons/BulletIcon.d.ts.map +1 -0
- package/dist/styles/icons/CheckmarkIcon.d.ts +8 -0
- package/dist/styles/icons/CheckmarkIcon.d.ts.map +1 -0
- package/dist/styles/icons/ErrorIcon.d.ts +8 -0
- package/dist/styles/icons/ErrorIcon.d.ts.map +1 -0
- package/dist/styles/icons/LeftArrowIcon.d.ts +8 -0
- package/dist/styles/icons/LeftArrowIcon.d.ts.map +1 -0
- package/dist/styles/icons/RightArrowIcon.d.ts +8 -0
- package/dist/styles/icons/RightArrowIcon.d.ts.map +1 -0
- package/dist/styles/icons/SalesDownArrowIcon.d.ts +8 -0
- package/dist/styles/icons/SalesDownArrowIcon.d.ts.map +1 -0
- package/dist/styles/icons/SalesUpArrowIcon.d.ts +8 -0
- package/dist/styles/icons/SalesUpArrowIcon.d.ts.map +1 -0
- package/dist/styles/icons/index.d.ts +7 -0
- package/dist/styles/icons/index.d.ts.map +1 -1
- package/dist/styles/tables/SimpleWindowedTable.d.ts +22 -3
- package/dist/styles/tables/SimpleWindowedTable.d.ts.map +1 -1
- package/dist/styles/tables/types.d.ts +6 -1
- package/dist/styles/tables/types.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,363 @@
|
|
|
1
|
+
export declare const primary1: {
|
|
2
|
+
10: string;
|
|
3
|
+
20: string;
|
|
4
|
+
30: string;
|
|
5
|
+
40: string;
|
|
6
|
+
50: string;
|
|
7
|
+
60: string;
|
|
8
|
+
65: string;
|
|
9
|
+
70: string;
|
|
10
|
+
75: string;
|
|
11
|
+
80: string;
|
|
12
|
+
85: string;
|
|
13
|
+
90: string;
|
|
14
|
+
main: string;
|
|
15
|
+
'main-hover': string;
|
|
16
|
+
light: string;
|
|
17
|
+
lightest: string;
|
|
18
|
+
dark: string;
|
|
19
|
+
'dark-hover': string;
|
|
20
|
+
darkest: string;
|
|
21
|
+
};
|
|
22
|
+
export declare const primary2: {
|
|
23
|
+
main: string;
|
|
24
|
+
border: {
|
|
25
|
+
main: string;
|
|
26
|
+
};
|
|
27
|
+
};
|
|
28
|
+
export declare const secondary1: {
|
|
29
|
+
10: string;
|
|
30
|
+
20: string;
|
|
31
|
+
30: string;
|
|
32
|
+
40: string;
|
|
33
|
+
50: string;
|
|
34
|
+
60: string;
|
|
35
|
+
70: string;
|
|
36
|
+
80: string;
|
|
37
|
+
90: string;
|
|
38
|
+
main: string;
|
|
39
|
+
lightest: string;
|
|
40
|
+
light: string;
|
|
41
|
+
dark: string;
|
|
42
|
+
darkest: string;
|
|
43
|
+
};
|
|
44
|
+
export declare const secondary2: {
|
|
45
|
+
10: string;
|
|
46
|
+
20: string;
|
|
47
|
+
30: string;
|
|
48
|
+
40: string;
|
|
49
|
+
50: string;
|
|
50
|
+
60: string;
|
|
51
|
+
70: string;
|
|
52
|
+
80: string;
|
|
53
|
+
90: string;
|
|
54
|
+
main: string;
|
|
55
|
+
lightest: string;
|
|
56
|
+
light: string;
|
|
57
|
+
dark: string;
|
|
58
|
+
darkest: string;
|
|
59
|
+
};
|
|
60
|
+
export declare const secondary3: {
|
|
61
|
+
10: string;
|
|
62
|
+
20: string;
|
|
63
|
+
30: string;
|
|
64
|
+
40: string;
|
|
65
|
+
50: string;
|
|
66
|
+
60: string;
|
|
67
|
+
70: string;
|
|
68
|
+
80: string;
|
|
69
|
+
90: string;
|
|
70
|
+
main: string;
|
|
71
|
+
lightest: string;
|
|
72
|
+
light: string;
|
|
73
|
+
dark: string;
|
|
74
|
+
darkest: string;
|
|
75
|
+
};
|
|
76
|
+
export declare const secondary4: {
|
|
77
|
+
10: string;
|
|
78
|
+
20: string;
|
|
79
|
+
30: string;
|
|
80
|
+
40: string;
|
|
81
|
+
50: string;
|
|
82
|
+
60: string;
|
|
83
|
+
70: string;
|
|
84
|
+
80: string;
|
|
85
|
+
90: string;
|
|
86
|
+
main: string;
|
|
87
|
+
lightest: string;
|
|
88
|
+
light: string;
|
|
89
|
+
dark: string;
|
|
90
|
+
darkest: string;
|
|
91
|
+
};
|
|
92
|
+
export declare const neutrals: {
|
|
93
|
+
10: string;
|
|
94
|
+
20: string;
|
|
95
|
+
30: string;
|
|
96
|
+
40: string;
|
|
97
|
+
50: string;
|
|
98
|
+
60: string;
|
|
99
|
+
70: string;
|
|
100
|
+
80: string;
|
|
101
|
+
90: string;
|
|
102
|
+
100: string;
|
|
103
|
+
main: string;
|
|
104
|
+
darkest: string;
|
|
105
|
+
bodyText: string;
|
|
106
|
+
bg1: string;
|
|
107
|
+
white: string;
|
|
108
|
+
};
|
|
109
|
+
export declare const errors: {
|
|
110
|
+
10: string;
|
|
111
|
+
20: string;
|
|
112
|
+
30: string;
|
|
113
|
+
40: string;
|
|
114
|
+
50: string;
|
|
115
|
+
60: string;
|
|
116
|
+
70: string;
|
|
117
|
+
80: string;
|
|
118
|
+
90: string;
|
|
119
|
+
main: string;
|
|
120
|
+
lightest: string;
|
|
121
|
+
light: string;
|
|
122
|
+
dark: string;
|
|
123
|
+
darkest: string;
|
|
124
|
+
};
|
|
125
|
+
declare const colors: {
|
|
126
|
+
primary1: {
|
|
127
|
+
10: string;
|
|
128
|
+
20: string;
|
|
129
|
+
30: string;
|
|
130
|
+
40: string;
|
|
131
|
+
50: string;
|
|
132
|
+
60: string;
|
|
133
|
+
65: string;
|
|
134
|
+
70: string;
|
|
135
|
+
75: string;
|
|
136
|
+
80: string;
|
|
137
|
+
85: string;
|
|
138
|
+
90: string;
|
|
139
|
+
main: string;
|
|
140
|
+
'main-hover': string;
|
|
141
|
+
light: string;
|
|
142
|
+
lightest: string;
|
|
143
|
+
dark: string;
|
|
144
|
+
'dark-hover': string;
|
|
145
|
+
darkest: string;
|
|
146
|
+
};
|
|
147
|
+
secondary1: {
|
|
148
|
+
10: string;
|
|
149
|
+
20: string;
|
|
150
|
+
30: string;
|
|
151
|
+
40: string;
|
|
152
|
+
50: string;
|
|
153
|
+
60: string;
|
|
154
|
+
70: string;
|
|
155
|
+
80: string;
|
|
156
|
+
90: string;
|
|
157
|
+
main: string;
|
|
158
|
+
lightest: string;
|
|
159
|
+
light: string;
|
|
160
|
+
dark: string;
|
|
161
|
+
darkest: string;
|
|
162
|
+
};
|
|
163
|
+
secondary2: {
|
|
164
|
+
10: string;
|
|
165
|
+
20: string;
|
|
166
|
+
30: string;
|
|
167
|
+
40: string;
|
|
168
|
+
50: string;
|
|
169
|
+
60: string;
|
|
170
|
+
70: string;
|
|
171
|
+
80: string;
|
|
172
|
+
90: string;
|
|
173
|
+
main: string;
|
|
174
|
+
lightest: string;
|
|
175
|
+
light: string;
|
|
176
|
+
dark: string;
|
|
177
|
+
darkest: string;
|
|
178
|
+
};
|
|
179
|
+
secondary3: {
|
|
180
|
+
10: string;
|
|
181
|
+
20: string;
|
|
182
|
+
30: string;
|
|
183
|
+
40: string;
|
|
184
|
+
50: string;
|
|
185
|
+
60: string;
|
|
186
|
+
70: string;
|
|
187
|
+
80: string;
|
|
188
|
+
90: string;
|
|
189
|
+
main: string;
|
|
190
|
+
lightest: string;
|
|
191
|
+
light: string;
|
|
192
|
+
dark: string;
|
|
193
|
+
darkest: string;
|
|
194
|
+
};
|
|
195
|
+
secondary4: {
|
|
196
|
+
10: string;
|
|
197
|
+
20: string;
|
|
198
|
+
30: string;
|
|
199
|
+
40: string;
|
|
200
|
+
50: string;
|
|
201
|
+
60: string;
|
|
202
|
+
70: string;
|
|
203
|
+
80: string;
|
|
204
|
+
90: string;
|
|
205
|
+
main: string;
|
|
206
|
+
lightest: string;
|
|
207
|
+
light: string;
|
|
208
|
+
dark: string;
|
|
209
|
+
darkest: string;
|
|
210
|
+
};
|
|
211
|
+
pink: {
|
|
212
|
+
10: string;
|
|
213
|
+
20: string;
|
|
214
|
+
30: string;
|
|
215
|
+
40: string;
|
|
216
|
+
50: string;
|
|
217
|
+
60: string;
|
|
218
|
+
70: string;
|
|
219
|
+
80: string;
|
|
220
|
+
90: string;
|
|
221
|
+
main: string;
|
|
222
|
+
lightest: string;
|
|
223
|
+
light: string;
|
|
224
|
+
dark: string;
|
|
225
|
+
darkest: string;
|
|
226
|
+
};
|
|
227
|
+
yellow: {
|
|
228
|
+
10: string;
|
|
229
|
+
20: string;
|
|
230
|
+
30: string;
|
|
231
|
+
40: string;
|
|
232
|
+
50: string;
|
|
233
|
+
60: string;
|
|
234
|
+
70: string;
|
|
235
|
+
80: string;
|
|
236
|
+
90: string;
|
|
237
|
+
main: string;
|
|
238
|
+
lightest: string;
|
|
239
|
+
light: string;
|
|
240
|
+
dark: string;
|
|
241
|
+
darkest: string;
|
|
242
|
+
};
|
|
243
|
+
green: {
|
|
244
|
+
10: string;
|
|
245
|
+
20: string;
|
|
246
|
+
30: string;
|
|
247
|
+
40: string;
|
|
248
|
+
50: string;
|
|
249
|
+
60: string;
|
|
250
|
+
70: string;
|
|
251
|
+
80: string;
|
|
252
|
+
90: string;
|
|
253
|
+
main: string;
|
|
254
|
+
lightest: string;
|
|
255
|
+
light: string;
|
|
256
|
+
dark: string;
|
|
257
|
+
darkest: string;
|
|
258
|
+
};
|
|
259
|
+
navy: {
|
|
260
|
+
10: string;
|
|
261
|
+
20: string;
|
|
262
|
+
30: string;
|
|
263
|
+
40: string;
|
|
264
|
+
50: string;
|
|
265
|
+
60: string;
|
|
266
|
+
70: string;
|
|
267
|
+
80: string;
|
|
268
|
+
90: string;
|
|
269
|
+
main: string;
|
|
270
|
+
lightest: string;
|
|
271
|
+
light: string;
|
|
272
|
+
dark: string;
|
|
273
|
+
darkest: string;
|
|
274
|
+
};
|
|
275
|
+
neutrals: {
|
|
276
|
+
10: string;
|
|
277
|
+
20: string;
|
|
278
|
+
30: string;
|
|
279
|
+
40: string;
|
|
280
|
+
50: string;
|
|
281
|
+
60: string;
|
|
282
|
+
70: string;
|
|
283
|
+
80: string;
|
|
284
|
+
90: string;
|
|
285
|
+
100: string;
|
|
286
|
+
main: string;
|
|
287
|
+
darkest: string;
|
|
288
|
+
bodyText: string;
|
|
289
|
+
bg1: string;
|
|
290
|
+
white: string;
|
|
291
|
+
};
|
|
292
|
+
errors: {
|
|
293
|
+
10: string;
|
|
294
|
+
20: string;
|
|
295
|
+
30: string;
|
|
296
|
+
40: string;
|
|
297
|
+
50: string;
|
|
298
|
+
60: string;
|
|
299
|
+
70: string;
|
|
300
|
+
80: string;
|
|
301
|
+
90: string;
|
|
302
|
+
main: string;
|
|
303
|
+
lightest: string;
|
|
304
|
+
light: string;
|
|
305
|
+
dark: string;
|
|
306
|
+
darkest: string;
|
|
307
|
+
};
|
|
308
|
+
orders: {
|
|
309
|
+
OPPORTUNITY: {
|
|
310
|
+
main: string;
|
|
311
|
+
};
|
|
312
|
+
PRESENTATION: {
|
|
313
|
+
main: string;
|
|
314
|
+
};
|
|
315
|
+
ESTIMATE: {
|
|
316
|
+
main: string;
|
|
317
|
+
};
|
|
318
|
+
'PRE-SALES': {
|
|
319
|
+
main: string;
|
|
320
|
+
};
|
|
321
|
+
'SALES ORDER': {
|
|
322
|
+
main: string;
|
|
323
|
+
};
|
|
324
|
+
INVOICE: {
|
|
325
|
+
main: string;
|
|
326
|
+
};
|
|
327
|
+
TARGET: {
|
|
328
|
+
main: string;
|
|
329
|
+
};
|
|
330
|
+
};
|
|
331
|
+
notes: {
|
|
332
|
+
main: string;
|
|
333
|
+
};
|
|
334
|
+
calls: {
|
|
335
|
+
main: string;
|
|
336
|
+
};
|
|
337
|
+
meetings: {
|
|
338
|
+
main: string;
|
|
339
|
+
};
|
|
340
|
+
left_nav: {
|
|
341
|
+
main: string;
|
|
342
|
+
sub_menu: {
|
|
343
|
+
bg: string;
|
|
344
|
+
link: {
|
|
345
|
+
bg: string;
|
|
346
|
+
text: string;
|
|
347
|
+
};
|
|
348
|
+
};
|
|
349
|
+
link: {
|
|
350
|
+
text: string;
|
|
351
|
+
};
|
|
352
|
+
};
|
|
353
|
+
text: {
|
|
354
|
+
main: string;
|
|
355
|
+
bold: string;
|
|
356
|
+
body: string;
|
|
357
|
+
title: string;
|
|
358
|
+
label: string;
|
|
359
|
+
placeholder: string;
|
|
360
|
+
};
|
|
361
|
+
};
|
|
362
|
+
export default colors;
|
|
363
|
+
//# sourceMappingURL=colors.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"colors.d.ts","sourceRoot":"","sources":["../src/@commonsku/styles/colors.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;CAoBpB,CAAC;AASF,eAAO,MAAM,QAAQ;;;;;CAKpB,CAAC;AAEF,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;CAetB,CAAC;AAOF,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;CAetB,CAAC;AAOF,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;CAetB,CAAC;AAOF,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;CAetB,CAAC;AAOF,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;CAgBpB,CAAC;AAOF,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;CAelB,CAAC;AAOF,QAAA,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmEX,CAAC;AAEF,eAAe,MAAM,CAAC"}
|
|
@@ -30,6 +30,7 @@ declare const useCalendar: ({ onChangeWeek, onChangeMonth, }: useCalendarProps)
|
|
|
30
30
|
onNextMonth: () => void;
|
|
31
31
|
onPrevMonth: () => void;
|
|
32
32
|
getDatesBetween: (startDt: Date, endDt: Date) => Date[];
|
|
33
|
+
onReset: () => void;
|
|
33
34
|
};
|
|
34
35
|
export default useCalendar;
|
|
35
36
|
//# sourceMappingURL=useCalendar.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useCalendar.d.ts","sourceRoot":"","sources":["../../src/@commonsku/styles/hooks/useCalendar.ts"],"names":[],"mappings":";AAcA,eAAO,MAAM,eAAe,YAAa,IAAI,SAAS,IAAI,WAQzD,CAAC;AACF,oBAAY,gBAAgB,GAAG,CAAC,GAAG,EAAE;IAAC,IAAI,EAAE,IAAI,CAAC;IAAC,IAAI,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,MAAM,CAAC;IAAC,IAAI,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,MAAM,CAAA;CAAC,KAAK,IAAI,CAAC;AACtH,oBAAY,iBAAiB,GAAG,CAAC,GAAG,EAAE;IAAC,IAAI,EAAE,IAAI,CAAC;IAAC,KAAK,EAAE,MAAM,CAAC;IAAC,IAAI,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,MAAM,CAAA;CAAC,KAAK,IAAI,CAAC;AACzG,oBAAY,gBAAgB,GAAG;IAC3B,YAAY,CAAC,EAAE,gBAAgB,CAAC;IAChC,aAAa,CAAC,EAAE,iBAAiB,CAAC;CACrC,CAAC;AACF,QAAA,MAAM,WAAW,qCAGd,gBAAgB;;;;;;;
|
|
1
|
+
{"version":3,"file":"useCalendar.d.ts","sourceRoot":"","sources":["../../src/@commonsku/styles/hooks/useCalendar.ts"],"names":[],"mappings":";AAcA,eAAO,MAAM,eAAe,YAAa,IAAI,SAAS,IAAI,WAQzD,CAAC;AACF,oBAAY,gBAAgB,GAAG,CAAC,GAAG,EAAE;IAAC,IAAI,EAAE,IAAI,CAAC;IAAC,IAAI,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,MAAM,CAAC;IAAC,IAAI,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,MAAM,CAAA;CAAC,KAAK,IAAI,CAAC;AACtH,oBAAY,iBAAiB,GAAG,CAAC,GAAG,EAAE;IAAC,IAAI,EAAE,IAAI,CAAC;IAAC,KAAK,EAAE,MAAM,CAAC;IAAC,IAAI,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,MAAM,CAAA;CAAC,KAAK,IAAI,CAAC;AACzG,oBAAY,gBAAgB,GAAG;IAC3B,YAAY,CAAC,EAAE,gBAAgB,CAAC;IAChC,aAAa,CAAC,EAAE,iBAAiB,CAAC;CACrC,CAAC;AACF,QAAA,MAAM,WAAW,qCAGd,gBAAgB;;;;;;;sBA6CU,IAAI;;;;;+BA/DQ,IAAI,SAAS,IAAI;;CAoGzD,CAAA;AAED,eAAe,WAAW,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function Icon({ width, height, fill, style, ...props }: React.PropsWithChildren<{
|
|
3
|
+
width?: number | string;
|
|
4
|
+
height?: number | string;
|
|
5
|
+
fill?: string;
|
|
6
|
+
style?: React.CSSProperties;
|
|
7
|
+
}>): JSX.Element;
|
|
8
|
+
//# sourceMappingURL=BulletIcon.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BulletIcon.d.ts","sourceRoot":"","sources":["../../src/@commonsku/styles/icons/BulletIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,MAAM,CAAC,OAAO,UAAU,IAAI,CAAC,EACzB,KAAQ,EACR,MAAS,EACT,IAAsC,EACtC,KAAQ,EACR,GAAG,KAAK,EACX,EAAE,KAAK,CAAC,iBAAiB,CAAC;IACvB,KAAK,CAAC,EAAE,MAAM,GAAC,MAAM,CAAC;IACtB,MAAM,CAAC,EAAE,MAAM,GAAC,MAAM,CAAC;IACvB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;CAC/B,CAAC,eAaD"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function Icon({ width, height, fill, style, ...props }: React.PropsWithChildren<{
|
|
3
|
+
width?: number | string;
|
|
4
|
+
height?: number | string;
|
|
5
|
+
fill?: string;
|
|
6
|
+
style?: React.CSSProperties;
|
|
7
|
+
}>): JSX.Element;
|
|
8
|
+
//# sourceMappingURL=CheckmarkIcon.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CheckmarkIcon.d.ts","sourceRoot":"","sources":["../../src/@commonsku/styles/icons/CheckmarkIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,CAAC,OAAO,UAAU,IAAI,CAAC,EACzB,KAAQ,EACR,MAAS,EACT,IAAc,EACd,KAAQ,EACR,GAAG,KAAK,EACX,EAAE,KAAK,CAAC,iBAAiB,CAAC;IACvB,KAAK,CAAC,EAAE,MAAM,GAAC,MAAM,CAAC;IACtB,MAAM,CAAC,EAAE,MAAM,GAAC,MAAM,CAAC;IACvB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;CAC/B,CAAC,eAgBD"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function Icon({ fill, style, ...props }: React.PropsWithChildren<{
|
|
3
|
+
width?: number | string;
|
|
4
|
+
height?: number | string;
|
|
5
|
+
fill?: string;
|
|
6
|
+
style?: React.CSSProperties;
|
|
7
|
+
}>): JSX.Element;
|
|
8
|
+
//# sourceMappingURL=ErrorIcon.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ErrorIcon.d.ts","sourceRoot":"","sources":["../../src/@commonsku/styles/icons/ErrorIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,CAAC,OAAO,UAAU,IAAI,CAAC,EACzB,IAAc,EACd,KAAQ,EACR,GAAG,KAAK,EACX,EAAE,KAAK,CAAC,iBAAiB,CAAC;IACvB,KAAK,CAAC,EAAE,MAAM,GAAC,MAAM,CAAC;IACtB,MAAM,CAAC,EAAE,MAAM,GAAC,MAAM,CAAC;IACvB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;CAC/B,CAAC,eAwBD"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function Icon({ width, height, fill, style, ...props }: React.PropsWithChildren<{
|
|
3
|
+
width?: number | string;
|
|
4
|
+
height?: number | string;
|
|
5
|
+
fill?: string;
|
|
6
|
+
style?: React.CSSProperties;
|
|
7
|
+
}>): JSX.Element;
|
|
8
|
+
//# sourceMappingURL=LeftArrowIcon.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LeftArrowIcon.d.ts","sourceRoot":"","sources":["../../src/@commonsku/styles/icons/LeftArrowIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,MAAM,CAAC,OAAO,UAAU,IAAI,CAAC,EACzB,KAAQ,EACR,MAAS,EACT,IAAsC,EACtC,KAAQ,EACR,GAAG,KAAK,EACX,EAAE,KAAK,CAAC,iBAAiB,CAAC;IACvB,KAAK,CAAC,EAAE,MAAM,GAAC,MAAM,CAAC;IACtB,MAAM,CAAC,EAAE,MAAM,GAAC,MAAM,CAAC;IACvB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;CAC/B,CAAC,eAgBD"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function Icon({ width, height, fill, style, ...props }: React.PropsWithChildren<{
|
|
3
|
+
width?: number | string;
|
|
4
|
+
height?: number | string;
|
|
5
|
+
fill?: string;
|
|
6
|
+
style?: React.CSSProperties;
|
|
7
|
+
}>): JSX.Element;
|
|
8
|
+
//# sourceMappingURL=RightArrowIcon.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RightArrowIcon.d.ts","sourceRoot":"","sources":["../../src/@commonsku/styles/icons/RightArrowIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,MAAM,CAAC,OAAO,UAAU,IAAI,CAAC,EACzB,KAAQ,EACR,MAAS,EACT,IAAsC,EACtC,KAAQ,EACR,GAAG,KAAK,EACX,EAAE,KAAK,CAAC,iBAAiB,CAAC;IACvB,KAAK,CAAC,EAAE,MAAM,GAAC,MAAM,CAAC;IACtB,MAAM,CAAC,EAAE,MAAM,GAAC,MAAM,CAAC;IACvB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;CAC/B,CAAC,eAgBD"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function Icon({ width, height, fill, style, ...props }: React.PropsWithChildren<{
|
|
3
|
+
width?: number | string;
|
|
4
|
+
height?: number | string;
|
|
5
|
+
fill?: string;
|
|
6
|
+
style?: React.CSSProperties;
|
|
7
|
+
}>): JSX.Element;
|
|
8
|
+
//# sourceMappingURL=SalesDownArrowIcon.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SalesDownArrowIcon.d.ts","sourceRoot":"","sources":["../../src/@commonsku/styles/icons/SalesDownArrowIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,MAAM,CAAC,OAAO,UAAU,IAAI,CAAC,EACzB,KAAQ,EACR,MAAS,EACT,IAAoC,EACpC,KAAQ,EACR,GAAG,KAAK,EACX,EAAE,KAAK,CAAC,iBAAiB,CAAC;IACvB,KAAK,CAAC,EAAE,MAAM,GAAC,MAAM,CAAC;IACtB,MAAM,CAAC,EAAE,MAAM,GAAC,MAAM,CAAC;IACvB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;CAC/B,CAAC,eAaD"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export default function Icon({ width, height, fill, style, ...props }: React.PropsWithChildren<{
|
|
3
|
+
width?: number | string;
|
|
4
|
+
height?: number | string;
|
|
5
|
+
fill?: string;
|
|
6
|
+
style?: React.CSSProperties;
|
|
7
|
+
}>): JSX.Element;
|
|
8
|
+
//# sourceMappingURL=SalesUpArrowIcon.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SalesUpArrowIcon.d.ts","sourceRoot":"","sources":["../../src/@commonsku/styles/icons/SalesUpArrowIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,MAAM,CAAC,OAAO,UAAU,IAAI,CAAC,EACzB,KAAQ,EACR,MAAS,EACT,IAAyC,EACzC,KAAQ,EACR,GAAG,KAAK,EACX,EAAE,KAAK,CAAC,iBAAiB,CAAC;IACvB,KAAK,CAAC,EAAE,MAAM,GAAC,MAAM,CAAC;IACtB,MAAM,CAAC,EAAE,MAAM,GAAC,MAAM,CAAC;IACvB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;CAC/B,CAAC,eAaD"}
|
|
@@ -34,4 +34,11 @@ export { default as NavResourcesIcon } from './NavResourcesIcon';
|
|
|
34
34
|
export { default as WarningIcon } from './WarningIcon';
|
|
35
35
|
export { default as CircleProgressIcon } from './CircleProgressIcon';
|
|
36
36
|
export { default as Loading } from './Loading';
|
|
37
|
+
export { default as SalesUpArrowIcon } from './SalesUpArrowIcon';
|
|
38
|
+
export { default as SalesDownArrowIcon } from './SalesDownArrowIcon';
|
|
39
|
+
export { default as ErrorIcon } from './ErrorIcon';
|
|
40
|
+
export { default as CheckmarkIcon } from './CheckmarkIcon';
|
|
41
|
+
export { default as LeftArrowIcon } from './LeftArrowIcon';
|
|
42
|
+
export { default as RightArrowIcon } from './RightArrowIcon';
|
|
43
|
+
export { default as BulletIcon } from './BulletIcon';
|
|
37
44
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/@commonsku/styles/icons/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,iBAAiB,CAAC;AAChC,cAAc,oBAAoB,CAAC;AACnC,cAAc,YAAY,CAAC;AAC3B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,cAAc,CAAC;AAC7B,cAAc,qBAAqB,CAAC;AACpC,cAAc,qBAAqB,CAAC;AACpC,cAAc,uBAAuB,CAAC;AACtC,cAAc,uBAAuB,CAAC;AACtC,cAAc,sBAAsB,CAAC;AACrC,cAAc,wBAAwB,CAAC;AACvC,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,oBAAoB,CAAC;AACnC,cAAc,mBAAmB,CAAC;AAClC,cAAc,oBAAoB,CAAC;AACnC,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,kBAAkB,CAAC;AACjC,cAAc,qBAAqB,CAAC;AACpC,cAAc,YAAY,CAAC;AAC3B,cAAc,gBAAgB,CAAC;AAC/B,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACjE,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,eAAe,CAAC;AACvD,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AACrE,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,WAAW,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/@commonsku/styles/icons/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,iBAAiB,CAAC;AAChC,cAAc,oBAAoB,CAAC;AACnC,cAAc,YAAY,CAAC;AAC3B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,cAAc,CAAC;AAC7B,cAAc,qBAAqB,CAAC;AACpC,cAAc,qBAAqB,CAAC;AACpC,cAAc,uBAAuB,CAAC;AACtC,cAAc,uBAAuB,CAAC;AACtC,cAAc,sBAAsB,CAAC;AACrC,cAAc,wBAAwB,CAAC;AACvC,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,oBAAoB,CAAC;AACnC,cAAc,mBAAmB,CAAC;AAClC,cAAc,oBAAoB,CAAC;AACnC,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,kBAAkB,CAAC;AACjC,cAAc,qBAAqB,CAAC;AACpC,cAAc,YAAY,CAAC;AAC3B,cAAc,gBAAgB,CAAC;AAC/B,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACjE,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,eAAe,CAAC;AACvD,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AACrE,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,WAAW,CAAC;AAC/C,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACjE,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AACrE,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,aAAa,CAAC;AACnD,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAC3D,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAC3D,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAC7D,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,cAAc,CAAC"}
|
|
@@ -1,8 +1,13 @@
|
|
|
1
|
-
|
|
1
|
+
import { CSSObject } from 'styled-components';
|
|
2
|
+
import React from 'react';
|
|
2
3
|
import { SortingRule, Column } from 'react-table';
|
|
3
4
|
import { ListOnScrollProps } from 'react-window';
|
|
4
5
|
export declare const SimpleWindowedTableStyles: import("styled-components").StyledComponent<"div", any, {
|
|
6
|
+
bordered?: string | boolean | undefined;
|
|
5
7
|
rowClickable?: boolean | undefined;
|
|
8
|
+
hoverRowBg?: string | boolean | undefined;
|
|
9
|
+
selectedRowIndex?: number | undefined;
|
|
10
|
+
selectedRowStyle?: boolean | CSSObject | undefined;
|
|
6
11
|
}, never>;
|
|
7
12
|
export declare type SimpleWindowedTableProps = {
|
|
8
13
|
columns: Column<object>[];
|
|
@@ -12,11 +17,25 @@ export declare type SimpleWindowedTableProps = {
|
|
|
12
17
|
minWidth?: number;
|
|
13
18
|
maxWidth?: number;
|
|
14
19
|
defaultSort?: SortingRule<string>;
|
|
15
|
-
onClickRow?: (row?: object) => void;
|
|
20
|
+
onClickRow?: (row?: object, index?: number) => void;
|
|
16
21
|
onScroll?: ((props: ListOnScrollProps) => any);
|
|
17
22
|
onUpdateData?: (...args: any) => void;
|
|
18
23
|
useTableProps?: object;
|
|
24
|
+
tableHeaderProps?: {
|
|
25
|
+
className?: string;
|
|
26
|
+
style?: React.CSSProperties;
|
|
27
|
+
};
|
|
28
|
+
tableFooterProps?: {
|
|
29
|
+
className?: string;
|
|
30
|
+
style?: React.CSSProperties;
|
|
31
|
+
};
|
|
32
|
+
TableFooter?: React.ReactNode;
|
|
33
|
+
className?: string;
|
|
34
|
+
hideFooter?: boolean;
|
|
35
|
+
NoRowsFound?: (props: React.PropsWithChildren<{
|
|
36
|
+
[key: string]: any;
|
|
37
|
+
}>) => React.ReactElement;
|
|
19
38
|
};
|
|
20
|
-
declare function SimpleWindowedTable({ columns, data, itemSize, height, minWidth, maxWidth, defaultSort, onClickRow, onScroll, onUpdateData, useTableProps, }: SimpleWindowedTableProps): JSX.Element;
|
|
39
|
+
declare function SimpleWindowedTable({ columns, data, itemSize, height, minWidth, maxWidth, defaultSort, onClickRow, onScroll, onUpdateData, useTableProps, tableHeaderProps, tableFooterProps, hideFooter, className, NoRowsFound, }: SimpleWindowedTableProps): JSX.Element;
|
|
21
40
|
export default SimpleWindowedTable;
|
|
22
41
|
//# sourceMappingURL=SimpleWindowedTable.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SimpleWindowedTable.d.ts","sourceRoot":"","sources":["../../src/@commonsku/styles/tables/SimpleWindowedTable.tsx"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"SimpleWindowedTable.d.ts","sourceRoot":"","sources":["../../src/@commonsku/styles/tables/SimpleWindowedTable.tsx"],"names":[],"mappings":"AAAA,OAAe,EAAO,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAC3D,OAAO,KAA6C,MAAM,OAAO,CAAC;AAClE,OAAO,EAIH,WAAW,EACX,MAAM,EACT,MAAM,aAAa,CAAC;AACrB,OAAO,EAAiB,iBAAiB,EAAE,MAAM,cAAc,CAAC;AAMhE,eAAO,MAAM,yBAAyB;;;;;;SAiFrC,CAAC;AAEF,oBAAY,wBAAwB,GAAG;IACnC,OAAO,EAAE,MAAM,CAAC,MAAM,CAAC,EAAE,CAAC;IAC1B,IAAI,EAAE,MAAM,EAAE,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IAClC,UAAU,CAAC,EAAE,CAAC,GAAG,CAAC,EAAE,MAAM,EAAE,KAAK,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IACpD,QAAQ,CAAC,EAAE,CAAC,CAAC,KAAK,EAAE,iBAAiB,KAAK,GAAG,CAAC,CAAC;IAC/C,YAAY,CAAC,EAAE,CAAC,GAAG,IAAI,EAAE,GAAG,KAAK,IAAI,CAAC;IACtC,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,gBAAgB,CAAC,EAAE;QACf,SAAS,CAAC,EAAE,MAAM,CAAC;QACnB,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;KAC/B,CAAC;IACF,gBAAgB,CAAC,EAAE;QACf,SAAS,CAAC,EAAE,MAAM,CAAC;QACnB,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;KAC/B,CAAC;IACF,WAAW,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC9B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,WAAW,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,iBAAiB,CAAC;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;KAAE,CAAC,KAAK,KAAK,CAAC,YAAY,CAAC;CAChG,CAAC;AAEF,iBAAS,mBAAmB,CAAC,EACzB,OAAO,EACP,IAAI,EACJ,QAAW,EACX,MAAU,EACV,QAAc,EACd,QAAc,EACd,WAAW,EACX,UAAU,EACV,QAAQ,EACR,YAAY,EACZ,aAAgB,EAChB,gBAAmB,EACnB,gBAAmB,EACnB,UAAe,EACf,SAAY,EACZ,WAAW,GACd,EAAE,wBAAwB,eA0L1B;AAED,eAAe,mBAAmB,CAAC"}
|
|
@@ -1,5 +1,9 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import { HeaderGroup, TableInstance, TableState, TableOptions, SortingRule, UseSortByColumnProps } from 'react-table';
|
|
2
3
|
export interface BaseSortByHeaderGroup<D extends object = {}> extends HeaderGroup<D>, UseSortByColumnProps<D> {
|
|
4
|
+
containerProps?: object;
|
|
5
|
+
style?: React.CSSProperties;
|
|
6
|
+
className?: string;
|
|
3
7
|
}
|
|
4
8
|
export interface SortByHeaderGroup<D extends object = {}> extends Omit<BaseSortByHeaderGroup, 'headers'> {
|
|
5
9
|
headers: Array<BaseSortByHeaderGroup<D>>;
|
|
@@ -7,8 +11,9 @@ export interface SortByHeaderGroup<D extends object = {}> extends Omit<BaseSortB
|
|
|
7
11
|
export interface TableInitialStateStateWithSortBy<D extends object = {}> extends Partial<TableState<D>> {
|
|
8
12
|
sortBy?: Array<SortingRule<string>>;
|
|
9
13
|
}
|
|
10
|
-
export interface SortByTableInstance<D extends object = {}> extends Omit<TableInstance<D>, 'headerGroups'> {
|
|
14
|
+
export interface SortByTableInstance<D extends object = {}> extends Omit<Omit<TableInstance<D>, 'headerGroups'>, 'footerGroups'> {
|
|
11
15
|
headerGroups: SortByHeaderGroup<object>[];
|
|
16
|
+
footerGroups: SortByHeaderGroup<object>[];
|
|
12
17
|
}
|
|
13
18
|
export interface SortByTableOptions<D extends object = {}> extends Omit<TableOptions<D>, 'initialState'> {
|
|
14
19
|
initialState: TableInitialStateStateWithSortBy<D>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/@commonsku/styles/tables/types.ts"],"names":[],"mappings":"AAAA,OAAO,EACH,WAAW,EACX,aAAa,EACb,UAAU,EACV,YAAY,EACZ,WAAW,EACX,oBAAoB,EACvB,MAAM,aAAa,CAAC;AAErB,MAAM,WAAW,qBAAqB,CAAC,CAAC,SAAS,MAAM,GAAG,EAAE,CAAE,SAAQ,WAAW,CAAC,CAAC,CAAC,EAAE,oBAAoB,CAAC,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/@commonsku/styles/tables/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EACH,WAAW,EACX,aAAa,EACb,UAAU,EACV,YAAY,EACZ,WAAW,EACX,oBAAoB,EACvB,MAAM,aAAa,CAAC;AAErB,MAAM,WAAW,qBAAqB,CAAC,CAAC,SAAS,MAAM,GAAG,EAAE,CAAE,SAAQ,WAAW,CAAC,CAAC,CAAC,EAAE,oBAAoB,CAAC,CAAC,CAAC;IACzG,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAC5B,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB;AACD,MAAM,WAAW,iBAAiB,CAAC,CAAC,SAAS,MAAM,GAAG,EAAE,CAAE,SAAQ,IAAI,CAAC,qBAAqB,EAAE,SAAS,CAAC;IACpG,OAAO,EAAE,KAAK,CAAC,qBAAqB,CAAC,CAAC,CAAC,CAAC,CAAC;CAC5C;AAED,MAAM,WAAW,gCAAgC,CAAC,CAAC,SAAS,MAAM,GAAG,EAAE,CAAE,SAAQ,OAAO,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC;IACnG,MAAM,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC,MAAM,CAAC,CAAC,CAAC;CACvC;AAED,MAAM,WAAW,mBAAmB,CAAC,CAAC,SAAS,MAAM,GAAG,EAAE,CAAE,SAAQ,IAAI,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,EAAE,cAAc,CAAC,EAAE,cAAc,CAAC;IAC5H,YAAY,EAAE,iBAAiB,CAAC,MAAM,CAAC,EAAE,CAAC;IAC1C,YAAY,EAAE,iBAAiB,CAAC,MAAM,CAAC,EAAE,CAAC;CAC7C;AAED,MAAM,WAAW,kBAAkB,CAAC,CAAC,SAAS,MAAM,GAAG,EAAE,CAAE,SAAQ,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,EAAE,cAAc,CAAC;IACpG,YAAY,EAAE,gCAAgC,CAAC,CAAC,CAAC,CAAC;CACrD"}
|