@commonsku/styles 1.13.4 → 1.13.7

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.
Files changed (127) hide show
  1. package/dist/index.es.js +1667 -202
  2. package/dist/index.es.js.map +1 -1
  3. package/dist/index.js +1695 -201
  4. package/dist/index.js.map +1 -1
  5. package/dist/styles/Artwork.d.ts +1 -1
  6. package/dist/styles/Artwork.d.ts.map +1 -1
  7. package/dist/styles/Box.d.ts +3 -2
  8. package/dist/styles/Box.d.ts.map +1 -1
  9. package/dist/styles/Button.d.ts +19 -2
  10. package/dist/styles/Button.d.ts.map +1 -1
  11. package/dist/styles/Datepicker.d.ts +6 -14
  12. package/dist/styles/Datepicker.d.ts.map +1 -1
  13. package/dist/styles/DropArea.d.ts +3 -2
  14. package/dist/styles/DropArea.d.ts.map +1 -1
  15. package/dist/styles/Dropdown.d.ts +18 -13
  16. package/dist/styles/Dropdown.d.ts.map +1 -1
  17. package/dist/styles/Input.d.ts +58 -27
  18. package/dist/styles/Input.d.ts.map +1 -1
  19. package/dist/styles/MultiProgress.d.ts +5 -2
  20. package/dist/styles/MultiProgress.d.ts.map +1 -1
  21. package/dist/styles/Select.d.ts +8 -10
  22. package/dist/styles/Select.d.ts.map +1 -1
  23. package/dist/styles/SharedStyles.d.ts +0 -1
  24. package/dist/styles/SharedStyles.d.ts.map +1 -1
  25. package/dist/styles/Sizer.d.ts +18 -14
  26. package/dist/styles/Sizer.d.ts.map +1 -1
  27. package/dist/styles/StateDropdown.d.ts +18 -22
  28. package/dist/styles/StateDropdown.d.ts.map +1 -1
  29. package/dist/styles/Table.d.ts +4 -4
  30. package/dist/styles/Table.d.ts.map +1 -1
  31. package/dist/styles/Tabs.d.ts +8 -7
  32. package/dist/styles/Tabs.d.ts.map +1 -1
  33. package/dist/styles/Task.d.ts +9 -3
  34. package/dist/styles/Task.d.ts.map +1 -1
  35. package/dist/styles/Text.d.ts +10 -7
  36. package/dist/styles/Text.d.ts.map +1 -1
  37. package/dist/styles/Textarea.d.ts +17 -7
  38. package/dist/styles/Textarea.d.ts.map +1 -1
  39. package/dist/styles/Theme.d.ts +349 -28
  40. package/dist/styles/Theme.d.ts.map +1 -1
  41. package/dist/styles/Thermometer.d.ts +10 -0
  42. package/dist/styles/Thermometer.d.ts.map +1 -0
  43. package/dist/styles/Toggle.d.ts +4 -2
  44. package/dist/styles/Toggle.d.ts.map +1 -1
  45. package/dist/styles/calendar/CalendarDayBody.d.ts +1 -1
  46. package/dist/styles/calendar/CalendarDayBody.d.ts.map +1 -1
  47. package/dist/styles/calendar/DraggableTasksCalendar.d.ts +7 -4
  48. package/dist/styles/calendar/DraggableTasksCalendar.d.ts.map +1 -1
  49. package/dist/styles/calendar/DroppableFooter.d.ts.map +1 -1
  50. package/dist/styles/calendar/StyledDayText.d.ts +2 -1
  51. package/dist/styles/calendar/StyledDayText.d.ts.map +1 -1
  52. package/dist/styles/calendar/TasksCalendar.d.ts +6 -3
  53. package/dist/styles/calendar/TasksCalendar.d.ts.map +1 -1
  54. package/dist/styles/calendar/TasksCalendarHeader.d.ts +9 -3
  55. package/dist/styles/calendar/TasksCalendarHeader.d.ts.map +1 -1
  56. package/dist/styles/calendar/types.d.ts +8 -0
  57. package/dist/styles/calendar/types.d.ts.map +1 -1
  58. package/dist/styles/colors.d.ts +495 -0
  59. package/dist/styles/colors.d.ts.map +1 -0
  60. package/dist/styles/globalStyles.d.ts.map +1 -1
  61. package/dist/styles/hooks/useCalendar.d.ts +4 -0
  62. package/dist/styles/hooks/useCalendar.d.ts.map +1 -1
  63. package/dist/styles/icons/ArrowLeftIcon.d.ts +8 -0
  64. package/dist/styles/icons/ArrowLeftIcon.d.ts.map +1 -0
  65. package/dist/styles/icons/ArrowRightIcon.d.ts +8 -0
  66. package/dist/styles/icons/ArrowRightIcon.d.ts.map +1 -0
  67. package/dist/styles/icons/BotIcon.d.ts +8 -0
  68. package/dist/styles/icons/BotIcon.d.ts.map +1 -0
  69. package/dist/styles/icons/BulletIcon.d.ts +8 -0
  70. package/dist/styles/icons/BulletIcon.d.ts.map +1 -0
  71. package/dist/styles/icons/Calendar2Icon.d.ts +9 -0
  72. package/dist/styles/icons/Calendar2Icon.d.ts.map +1 -0
  73. package/dist/styles/icons/CalendarIcon.d.ts +7 -7
  74. package/dist/styles/icons/CalendarIcon.d.ts.map +1 -1
  75. package/dist/styles/icons/CheckboxIcon.d.ts +8 -0
  76. package/dist/styles/icons/CheckboxIcon.d.ts.map +1 -0
  77. package/dist/styles/icons/CheckmarkIcon.d.ts +8 -0
  78. package/dist/styles/icons/CheckmarkIcon.d.ts.map +1 -0
  79. package/dist/styles/icons/CrossIcon.d.ts +8 -0
  80. package/dist/styles/icons/CrossIcon.d.ts.map +1 -0
  81. package/dist/styles/icons/DollarIcon.d.ts +8 -0
  82. package/dist/styles/icons/DollarIcon.d.ts.map +1 -0
  83. package/dist/styles/icons/ErrorIcon.d.ts +8 -0
  84. package/dist/styles/icons/ErrorIcon.d.ts.map +1 -0
  85. package/dist/styles/icons/EstimateCircleIcon.d.ts +6 -0
  86. package/dist/styles/icons/EstimateCircleIcon.d.ts.map +1 -0
  87. package/dist/styles/icons/FolderIcon.d.ts +8 -0
  88. package/dist/styles/icons/FolderIcon.d.ts.map +1 -0
  89. package/dist/styles/icons/GalleryIcon.d.ts +8 -0
  90. package/dist/styles/icons/GalleryIcon.d.ts.map +1 -0
  91. package/dist/styles/icons/LeftArrowIcon.d.ts +8 -0
  92. package/dist/styles/icons/LeftArrowIcon.d.ts.map +1 -0
  93. package/dist/styles/icons/ListIcon.d.ts +8 -0
  94. package/dist/styles/icons/ListIcon.d.ts.map +1 -0
  95. package/dist/styles/icons/Loading.d.ts +1 -0
  96. package/dist/styles/icons/Loading.d.ts.map +1 -1
  97. package/dist/styles/icons/OpportunityCircleIcon.d.ts +6 -0
  98. package/dist/styles/icons/OpportunityCircleIcon.d.ts.map +1 -0
  99. package/dist/styles/icons/PresentationCircleIcon.d.ts +6 -0
  100. package/dist/styles/icons/PresentationCircleIcon.d.ts.map +1 -0
  101. package/dist/styles/icons/PromostandardsIcon.d.ts +8 -0
  102. package/dist/styles/icons/PromostandardsIcon.d.ts.map +1 -0
  103. package/dist/styles/icons/ReceiptLongIcon.d.ts +8 -0
  104. package/dist/styles/icons/ReceiptLongIcon.d.ts.map +1 -0
  105. package/dist/styles/icons/RightArrowIcon.d.ts +8 -0
  106. package/dist/styles/icons/RightArrowIcon.d.ts.map +1 -0
  107. package/dist/styles/icons/SalesDownArrowIcon.d.ts +8 -0
  108. package/dist/styles/icons/SalesDownArrowIcon.d.ts.map +1 -0
  109. package/dist/styles/icons/SalesOrderCircleIcon.d.ts +6 -0
  110. package/dist/styles/icons/SalesOrderCircleIcon.d.ts.map +1 -0
  111. package/dist/styles/icons/SalesUpArrowIcon.d.ts +8 -0
  112. package/dist/styles/icons/SalesUpArrowIcon.d.ts.map +1 -0
  113. package/dist/styles/icons/TilesIcon.d.ts +8 -0
  114. package/dist/styles/icons/TilesIcon.d.ts.map +1 -0
  115. package/dist/styles/icons/UserIcon.d.ts +8 -0
  116. package/dist/styles/icons/UserIcon.d.ts.map +1 -0
  117. package/dist/styles/icons/index.d.ts +25 -0
  118. package/dist/styles/icons/index.d.ts.map +1 -1
  119. package/dist/styles/index.d.ts +1 -0
  120. package/dist/styles/index.d.ts.map +1 -1
  121. package/dist/styles/tables/SimpleWindowedTable.d.ts +22 -3
  122. package/dist/styles/tables/SimpleWindowedTable.d.ts.map +1 -1
  123. package/dist/styles/tables/types.d.ts +6 -1
  124. package/dist/styles/tables/types.d.ts.map +1 -1
  125. package/dist/utils/sizes.d.ts +2 -1
  126. package/dist/utils/sizes.d.ts.map +1 -1
  127. package/package.json +1 -1
@@ -0,0 +1,495 @@
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
+ dark: string;
106
+ bodyText: string;
107
+ bg1: string;
108
+ white: string;
109
+ };
110
+ export declare const errors: {
111
+ 10: string;
112
+ 20: string;
113
+ 30: string;
114
+ 40: string;
115
+ 50: string;
116
+ 60: string;
117
+ 70: string;
118
+ 80: string;
119
+ 90: string;
120
+ main: string;
121
+ lightest: string;
122
+ light: string;
123
+ dark: string;
124
+ darkest: string;
125
+ };
126
+ declare const colors: {
127
+ primary1: {
128
+ 10: string;
129
+ 20: string;
130
+ 30: string;
131
+ 40: string;
132
+ 50: string;
133
+ 60: string;
134
+ 65: string;
135
+ 70: string;
136
+ 75: string;
137
+ 80: string;
138
+ 85: string;
139
+ 90: string;
140
+ main: string;
141
+ 'main-hover': string;
142
+ light: string;
143
+ lightest: string;
144
+ dark: string;
145
+ 'dark-hover': string;
146
+ darkest: string;
147
+ };
148
+ secondary1: {
149
+ 10: string;
150
+ 20: string;
151
+ 30: string;
152
+ 40: string;
153
+ 50: string;
154
+ 60: string;
155
+ 70: string;
156
+ 80: string;
157
+ 90: string;
158
+ main: string;
159
+ lightest: string;
160
+ light: string;
161
+ dark: string;
162
+ darkest: string;
163
+ };
164
+ secondary2: {
165
+ 10: string;
166
+ 20: string;
167
+ 30: string;
168
+ 40: string;
169
+ 50: string;
170
+ 60: string;
171
+ 70: string;
172
+ 80: string;
173
+ 90: string;
174
+ main: string;
175
+ lightest: string;
176
+ light: string;
177
+ dark: string;
178
+ darkest: string;
179
+ };
180
+ secondary3: {
181
+ 10: string;
182
+ 20: string;
183
+ 30: string;
184
+ 40: string;
185
+ 50: string;
186
+ 60: string;
187
+ 70: string;
188
+ 80: string;
189
+ 90: string;
190
+ main: string;
191
+ lightest: string;
192
+ light: string;
193
+ dark: string;
194
+ darkest: string;
195
+ };
196
+ secondary4: {
197
+ 10: string;
198
+ 20: string;
199
+ 30: string;
200
+ 40: string;
201
+ 50: string;
202
+ 60: string;
203
+ 70: string;
204
+ 80: string;
205
+ 90: string;
206
+ main: string;
207
+ lightest: string;
208
+ light: string;
209
+ dark: string;
210
+ darkest: string;
211
+ };
212
+ teal: {
213
+ 10: string;
214
+ 20: string;
215
+ 30: string;
216
+ 40: string;
217
+ 50: string;
218
+ 60: string;
219
+ 65: string;
220
+ 70: string;
221
+ 75: string;
222
+ 80: string;
223
+ 85: string;
224
+ 90: string;
225
+ main: string;
226
+ 'main-hover': string;
227
+ light: string;
228
+ lightest: string;
229
+ dark: string;
230
+ 'dark-hover': string;
231
+ darkest: string;
232
+ };
233
+ pink: {
234
+ 10: string;
235
+ 20: string;
236
+ 30: string;
237
+ 40: string;
238
+ 50: string;
239
+ 60: string;
240
+ 70: string;
241
+ 80: string;
242
+ 90: string;
243
+ main: string;
244
+ lightest: string;
245
+ light: string;
246
+ dark: string;
247
+ darkest: string;
248
+ };
249
+ yellow: {
250
+ 10: string;
251
+ 20: string;
252
+ 30: string;
253
+ 40: string;
254
+ 50: string;
255
+ 60: string;
256
+ 70: string;
257
+ 80: string;
258
+ 90: string;
259
+ main: string;
260
+ lightest: string;
261
+ light: string;
262
+ dark: string;
263
+ darkest: string;
264
+ };
265
+ green: {
266
+ 10: string;
267
+ 20: string;
268
+ 30: string;
269
+ 40: string;
270
+ 50: string;
271
+ 60: string;
272
+ 70: string;
273
+ 80: string;
274
+ 90: string;
275
+ main: string;
276
+ lightest: string;
277
+ light: string;
278
+ dark: string;
279
+ darkest: string;
280
+ };
281
+ navy: {
282
+ 10: string;
283
+ 20: string;
284
+ 30: string;
285
+ 40: string;
286
+ 50: string;
287
+ 60: string;
288
+ 70: string;
289
+ 80: string;
290
+ 90: string;
291
+ main: string;
292
+ lightest: string;
293
+ light: string;
294
+ dark: string;
295
+ darkest: string;
296
+ };
297
+ neutrals: {
298
+ 10: string;
299
+ 20: string;
300
+ 30: string;
301
+ 40: string;
302
+ 50: string;
303
+ 60: string;
304
+ 70: string;
305
+ 80: string;
306
+ 90: string;
307
+ 100: string;
308
+ main: string;
309
+ darkest: string;
310
+ dark: string;
311
+ bodyText: string;
312
+ bg1: string;
313
+ white: string;
314
+ };
315
+ errors: {
316
+ 10: string;
317
+ 20: string;
318
+ 30: string;
319
+ 40: string;
320
+ 50: string;
321
+ 60: string;
322
+ 70: string;
323
+ 80: string;
324
+ 90: string;
325
+ main: string;
326
+ lightest: string;
327
+ light: string;
328
+ dark: string;
329
+ darkest: string;
330
+ };
331
+ orders: {
332
+ OPPORTUNITY: {
333
+ main: string;
334
+ };
335
+ PRESENTATION: {
336
+ main: string;
337
+ };
338
+ ESTIMATE: {
339
+ main: string;
340
+ };
341
+ 'PRE-SALES': {
342
+ main: string;
343
+ };
344
+ 'SALES ORDER': {
345
+ main: string;
346
+ current: string;
347
+ previous: string;
348
+ };
349
+ INVOICE: {
350
+ main: string;
351
+ };
352
+ TARGET: {
353
+ main: string;
354
+ };
355
+ };
356
+ notes: {
357
+ main: string;
358
+ };
359
+ calls: {
360
+ main: string;
361
+ };
362
+ meetings: {
363
+ main: string;
364
+ };
365
+ left_nav: {
366
+ main: string;
367
+ sub_menu: {
368
+ bg: string;
369
+ link: {
370
+ bg: string;
371
+ text: string;
372
+ };
373
+ };
374
+ link: {
375
+ text: string;
376
+ };
377
+ };
378
+ text: {
379
+ main: string;
380
+ bold: string;
381
+ body: string;
382
+ title: string;
383
+ label: string;
384
+ placeholder: {
385
+ default: string;
386
+ hover: string;
387
+ };
388
+ };
389
+ white: string;
390
+ black: string;
391
+ primary: string;
392
+ cta: string;
393
+ primary0: string;
394
+ primary10: string;
395
+ primary100: string;
396
+ disabledButton: string;
397
+ disabledButtonBorder: string;
398
+ texttitle: string;
399
+ textlabel: string;
400
+ textbody: string;
401
+ textplaceholder: string;
402
+ bggray: string;
403
+ bgblue: string;
404
+ inputBorder: string;
405
+ special1: string;
406
+ special2: string;
407
+ special3: string;
408
+ primaryBg: string;
409
+ special2Bg: string;
410
+ transparent: string;
411
+ error: string;
412
+ primary2: string;
413
+ primary20: string;
414
+ primary200: string;
415
+ tableHeaderBg: string;
416
+ tableBorder: string;
417
+ input: {
418
+ background: string;
419
+ border: string;
420
+ text: string;
421
+ placeholder: string;
422
+ active: {
423
+ border: string;
424
+ text: string;
425
+ };
426
+ hover: {
427
+ border: string;
428
+ placeholder: string;
429
+ };
430
+ error: {
431
+ border: string;
432
+ };
433
+ disabled: {
434
+ text: string;
435
+ background: string;
436
+ };
437
+ iconWrapper: {
438
+ background: string;
439
+ active: {
440
+ background: string;
441
+ };
442
+ hover: {
443
+ background: string;
444
+ };
445
+ disabled: {
446
+ background: string;
447
+ };
448
+ };
449
+ icon: {
450
+ fill: string;
451
+ active: {
452
+ fill: string;
453
+ };
454
+ hover: {
455
+ fill: string;
456
+ };
457
+ disabled: {
458
+ fill: string;
459
+ };
460
+ };
461
+ };
462
+ select: {
463
+ background: string;
464
+ border: string;
465
+ text: string;
466
+ placeholder: string;
467
+ active: {
468
+ border: string;
469
+ text: string;
470
+ };
471
+ hover: {
472
+ border: string;
473
+ placeholder: string;
474
+ };
475
+ error: {
476
+ border: string;
477
+ };
478
+ disabled: {
479
+ background: string;
480
+ border: string;
481
+ };
482
+ dropdownIcon: {
483
+ color: string;
484
+ error: {
485
+ color: string;
486
+ };
487
+ disabled: string;
488
+ };
489
+ clearIcon: {
490
+ color: string;
491
+ };
492
+ };
493
+ };
494
+ export default colors;
495
+ //# 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;;;;;;;;;;;;;;;;;CAiBpB,CAAC;AAQF,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;CAelB,CAAC;AAOF,QAAA,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmLX,CAAC;AAEF,eAAe,MAAM,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"globalStyles.d.ts","sourceRoot":"","sources":["../src/@commonsku/styles/globalStyles.ts"],"names":[],"mappings":"AAIA,QAAA,MAAM,WAAW,gGAIhB,CAAC;AAEF,eAAe,WAAW,CAAC"}
1
+ {"version":3,"file":"globalStyles.d.ts","sourceRoot":"","sources":["../src/@commonsku/styles/globalStyles.ts"],"names":[],"mappings":"AAmBA,QAAA,MAAM,WAAW,gGAqBhB,CAAC;AAEF,eAAe,WAAW,CAAC"}
@@ -13,6 +13,8 @@ export declare type onChangeMonthFunc = (obj: {
13
13
  year: number;
14
14
  action: string;
15
15
  }) => void;
16
+ export declare type changeWeekFunc = (action: string, value?: Date | undefined) => void;
17
+ export declare type changeDateFunc = (value: Date) => void;
16
18
  export declare type useCalendarProps = {
17
19
  onChangeWeek?: onChangeWeekFunc;
18
20
  onChangeMonth?: onChangeMonthFunc;
@@ -29,6 +31,8 @@ declare const useCalendar: ({ onChangeWeek, onChangeMonth, }: useCalendarProps)
29
31
  onPrevWeek: () => void;
30
32
  onNextMonth: () => void;
31
33
  onPrevMonth: () => void;
34
+ changeWeek: (action: string, value?: Date | undefined) => void;
35
+ changeDate: (value: Date) => void;
32
36
  getDatesBetween: (startDt: Date, endDt: Date) => Date[];
33
37
  onReset: () => void;
34
38
  };
@@ -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;;;;;;;sBA6CU,IAAI;;;;;+BA/DQ,IAAI,SAAS,IAAI;;CAoGzD,CAAA;AAED,eAAe,WAAW,CAAC"}
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,cAAc,GAAG,CAAC,MAAM,EAAE,MAAM,EAAE,KAAK,CAAC,EAAE,IAAI,GAAG,SAAS,KAAK,IAAI,CAAC;AAChF,oBAAY,cAAc,GAAG,CAAC,KAAK,EAAE,IAAI,KAAK,IAAI,CAAC;AACnD,oBAAY,gBAAgB,GAAG;IAC3B,YAAY,CAAC,EAAE,gBAAgB,CAAC;IAChC,aAAa,CAAC,EAAE,iBAAiB,CAAC;CACrC,CAAC;AACF,QAAA,MAAM,WAAW,qCAGd,gBAAgB;;;;;;;sBA4DU,IAAI;;;;;yBArCD,MAAM;wBAwBP,IAAI;+BAnEM,IAAI,SAAS,IAAI;;CAwHzD,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=ArrowLeftIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ArrowLeftIcon.d.ts","sourceRoot":"","sources":["../../src/@commonsku/styles/icons/ArrowLeftIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,CAAC,OAAO,UAAU,IAAI,CAAC,EACzB,KAAQ,EACR,MAAS,EACT,IAAW,EACX,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=ArrowRightIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ArrowRightIcon.d.ts","sourceRoot":"","sources":["../../src/@commonsku/styles/icons/ArrowRightIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,CAAC,OAAO,UAAU,IAAI,CAAC,EACzB,KAAQ,EACR,MAAS,EACT,IAAW,EACX,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,eAuBD"}
@@ -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=BotIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BotIcon.d.ts","sourceRoot":"","sources":["../../src/@commonsku/styles/icons/BotIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,MAAM,CAAC,OAAO,UAAU,IAAI,CAAC,EACzB,KAAQ,EACR,MAAS,EACT,IAAyB,EACzB,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=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,9 @@
1
+ import React from 'react';
2
+ declare const Icon: React.ForwardRefExoticComponent<{
3
+ width?: string | number | undefined;
4
+ height?: string | number | undefined;
5
+ fill?: string | undefined;
6
+ style?: object | undefined;
7
+ } & React.RefAttributes<SVGSVGElement>>;
8
+ export default Icon;
9
+ //# sourceMappingURL=Calendar2Icon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Calendar2Icon.d.ts","sourceRoot":"","sources":["../../src/@commonsku/styles/icons/Calendar2Icon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAS1B,QAAA,MAAM,IAAI;;;;;uCAuBR,CAAC;AAEH,eAAe,IAAI,CAAC"}
@@ -1,10 +1,10 @@
1
1
  import React from 'react';
2
- export declare function CalendarIcon({ width, height, viewBox, fill, style, ...props }: React.PropsWithChildren<{
3
- width?: number | string;
4
- height?: number | string;
5
- viewBox?: string;
6
- fill?: string;
7
- style?: object;
8
- }>): JSX.Element;
2
+ export declare const CalendarIcon: React.ForwardRefExoticComponent<{
3
+ width?: string | number | undefined;
4
+ height?: string | number | undefined;
5
+ viewBox?: string | undefined;
6
+ fill?: string | undefined;
7
+ style?: object | undefined;
8
+ } & React.RefAttributes<SVGSVGElement>>;
9
9
  export default CalendarIcon;
10
10
  //# sourceMappingURL=CalendarIcon.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"CalendarIcon.d.ts","sourceRoot":"","sources":["../../src/@commonsku/styles/icons/CalendarIcon.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,wBAAgB,YAAY,CAAC,EAC3B,KAAc,EACd,MAAW,EACX,OAA4B,EAC5B,IAAgB,EAChB,KAAU,EACV,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,iBAAiB,CAAC;IACvB,KAAK,CAAC,EAAE,MAAM,GAAC,MAAM,CAAC;IACtB,MAAM,CAAC,EAAE,MAAM,GAAC,MAAM,CAAC;IACvB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB,CAAC,eAgBD;AAED,eAAe,YAAY,CAAC"}
1
+ {"version":3,"file":"CalendarIcon.d.ts","sourceRoot":"","sources":["../../src/@commonsku/styles/icons/CalendarIcon.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAU1B,eAAO,MAAM,YAAY;;;;;;uCAwBvB,CAAC;AAEH,eAAe,YAAY,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=CheckboxIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CheckboxIcon.d.ts","sourceRoot":"","sources":["../../src/@commonsku/styles/icons/CheckboxIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,MAAM,CAAC,OAAO,UAAU,IAAI,CAAC,EACzB,KAAQ,EACR,MAAS,EACT,IAAyB,EACzB,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=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({ 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=CrossIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CrossIcon.d.ts","sourceRoot":"","sources":["../../src/@commonsku/styles/icons/CrossIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,MAAM,CAAC,OAAO,UAAU,IAAI,CAAC,EACzB,KAAQ,EACR,MAAS,EACT,IAAyB,EACzB,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=DollarIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DollarIcon.d.ts","sourceRoot":"","sources":["../../src/@commonsku/styles/icons/DollarIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,CAAC,OAAO,UAAU,IAAI,CAAC,EACzB,KAAQ,EACR,MAAS,EACT,IAAW,EACX,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"}