@livechat/design-system-react-components 1.17.1-alpha.3 → 1.17.1-alpha.4

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 (105) hide show
  1. package/dist/chunks/Heading-617540b6.js +1 -0
  2. package/dist/chunks/Heading-6b95d08b.js +64 -0
  3. package/dist/chunks/Text-b31d1e9a.js +66 -0
  4. package/dist/chunks/Text-df483689.js +1 -0
  5. package/dist/chunks/Tooltip-1c5cb6fe.js +182 -0
  6. package/dist/chunks/Tooltip-f9f79274.js +1 -0
  7. package/dist/chunks/Typography.module-2558416b.js +1 -0
  8. package/dist/chunks/Typography.module-93efb34d.js +23 -0
  9. package/dist/chunks/keyCodes-30323e90.js +15 -0
  10. package/dist/chunks/keyCodes-c4c35e49.js +1 -0
  11. package/dist/components/ActionBar/index.cjs.js +1 -0
  12. package/dist/components/ActionBar/index.es.js +192 -0
  13. package/dist/components/ActionMenu/index.cjs.js +1 -0
  14. package/dist/components/ActionMenu/index.es.js +199 -0
  15. package/dist/components/Alert/index.cjs.js +1 -0
  16. package/dist/components/Alert/index.es.js +129 -0
  17. package/dist/components/Avatar/index.cjs.js +1 -0
  18. package/dist/components/Avatar/index.es.js +190 -0
  19. package/dist/components/Badge/index.cjs.js +1 -0
  20. package/dist/components/Badge/index.es.js +65 -0
  21. package/dist/components/Button/index.cjs.js +1 -0
  22. package/dist/components/Button/index.es.js +143 -0
  23. package/dist/components/Card/index.cjs.js +1 -0
  24. package/dist/components/Card/index.es.js +96 -0
  25. package/dist/components/Checkbox/index.cjs.js +1 -0
  26. package/dist/components/Checkbox/index.es.js +64 -0
  27. package/dist/components/DatePicker/index.cjs.js +1 -0
  28. package/dist/components/DatePicker/index.es.js +516 -0
  29. package/dist/components/DetailsCard/index.cjs.js +1 -0
  30. package/dist/components/DetailsCard/index.es.js +140 -0
  31. package/dist/components/DetailsCardInfo/index.cjs.js +1 -0
  32. package/dist/components/DetailsCardInfo/index.es.js +12 -0
  33. package/dist/components/FieldDescription/index.cjs.js +1 -0
  34. package/dist/components/FieldDescription/index.es.js +41 -0
  35. package/dist/components/FieldError/index.cjs.js +1 -0
  36. package/dist/components/FieldError/index.es.js +51 -0
  37. package/dist/components/FieldGroup/index.cjs.js +1 -0
  38. package/dist/components/FieldGroup/index.es.js +58 -0
  39. package/dist/components/FileUploadProgress/index.cjs.js +1 -0
  40. package/dist/components/FileUploadProgress/index.es.js +109 -0
  41. package/dist/components/Form/index.cjs.js +1 -0
  42. package/dist/components/Form/index.es.js +50 -0
  43. package/dist/components/FormField/index.cjs.js +1 -0
  44. package/dist/components/FormField/index.es.js +116 -0
  45. package/dist/components/FormGroup/index.cjs.js +1 -0
  46. package/dist/components/FormGroup/index.es.js +58 -0
  47. package/dist/components/Icon/index.cjs.js +1 -0
  48. package/dist/components/Icon/index.es.js +103 -0
  49. package/dist/components/Input/index.cjs.js +1 -0
  50. package/dist/components/Input/index.es.js +123 -0
  51. package/dist/components/Link/index.cjs.js +1 -0
  52. package/dist/components/Link/index.es.js +47 -0
  53. package/dist/components/Loader/index.cjs.js +1 -0
  54. package/dist/components/Loader/index.es.js +39 -0
  55. package/dist/components/Modal/index.cjs.js +1 -0
  56. package/dist/components/Modal/index.es.js +249 -0
  57. package/dist/components/NumericInput/index.cjs.js +1 -0
  58. package/dist/components/NumericInput/index.es.js +139 -0
  59. package/dist/components/Picker/index.cjs.js +1 -0
  60. package/dist/components/Picker/index.es.js +740 -0
  61. package/dist/components/Popover/index.cjs.js +1 -0
  62. package/dist/components/Popover/index.es.js +75 -0
  63. package/dist/components/Progress/index.cjs.js +1 -0
  64. package/dist/components/Progress/index.es.js +160 -0
  65. package/dist/components/PromoBanner/index.cjs.js +1 -0
  66. package/dist/components/PromoBanner/index.es.js +74 -0
  67. package/dist/components/PromoBannerV2/index.cjs.js +1 -0
  68. package/dist/components/PromoBannerV2/index.es.js +79 -0
  69. package/dist/components/RadioButton/index.cjs.js +1 -0
  70. package/dist/components/RadioButton/index.es.js +58 -0
  71. package/dist/components/Search/index.cjs.js +1 -0
  72. package/dist/components/Search/index.es.js +117 -0
  73. package/dist/components/SegmentedControl/index.cjs.js +1 -0
  74. package/dist/components/SegmentedControl/index.es.js +55 -0
  75. package/dist/components/Switch/index.cjs.js +1 -0
  76. package/dist/components/Switch/index.es.js +145 -0
  77. package/dist/components/Tab/index.cjs.js +1 -0
  78. package/dist/components/Tab/index.es.js +93 -0
  79. package/dist/components/Tag/index.cjs.js +1 -0
  80. package/dist/components/Tag/index.es.js +143 -0
  81. package/dist/components/TagInput/index.cjs.js +1 -0
  82. package/dist/components/TagInput/index.es.js +244 -0
  83. package/dist/components/Textarea/index.cjs.js +1 -0
  84. package/dist/components/Textarea/index.es.js +55 -0
  85. package/dist/components/Toast/index.cjs.js +1 -0
  86. package/dist/components/Toast/index.es.js +163 -0
  87. package/dist/components/Tooltip/components/UserGuide/index.cjs.js +1 -0
  88. package/dist/components/Tooltip/components/UserGuide/index.es.js +196 -0
  89. package/dist/components/Tooltip/components/index.cjs.js +1 -0
  90. package/dist/components/Tooltip/components/index.es.js +117 -0
  91. package/dist/components/Tooltip/index.cjs.js +1 -0
  92. package/dist/components/Tooltip/index.es.js +21 -0
  93. package/dist/components/Typography/index.cjs.js +1 -0
  94. package/dist/components/Typography/index.es.js +48 -0
  95. package/dist/components/UploadBar/index.cjs.js +1 -0
  96. package/dist/components/UploadBar/index.es.js +111 -0
  97. package/dist/foundations/index.cjs.js +1 -0
  98. package/dist/foundations/index.es.js +353 -0
  99. package/dist/index.cjs.js +1 -1
  100. package/dist/index.es.js +133 -5231
  101. package/dist/preview-stats.json +1231 -1237
  102. package/dist/style.css +1 -1
  103. package/dist/utils/index.cjs.js +1 -0
  104. package/dist/utils/index.es.js +4 -0
  105. package/package.json +2 -6
@@ -1,1244 +1,1292 @@
1
1
  {
2
2
  "modules": [
3
3
  {
4
- "id": "./src/index.scss",
5
- "name": "./src/index.scss",
4
+ "id": "./src/components/Picker/Picker.tsx",
5
+ "name": "./src/components/Picker/Picker.tsx",
6
6
  "reasons": [
7
7
  {
8
- "moduleName": "./src/index.ts"
8
+ "moduleName": "./src/components/Picker/index.ts"
9
9
  }
10
10
  ]
11
11
  },
12
12
  {
13
- "id": "./src/foundations/index.ts",
14
- "name": "./src/foundations/index.ts",
13
+ "id": "./src/components/Picker/components/PickerList.tsx",
14
+ "name": "./src/components/Picker/components/PickerList.tsx",
15
15
  "reasons": [
16
16
  {
17
- "moduleName": "./src/index.ts"
17
+ "moduleName": "./src/components/Picker/index.ts"
18
+ },
19
+ {
20
+ "moduleName": "./src/components/Picker/Picker.tsx"
18
21
  }
19
22
  ]
20
23
  },
21
24
  {
22
- "id": "./src/utils/index.ts",
23
- "name": "./src/utils/index.ts",
25
+ "id": "./src/components/FileUploadProgress/FileUploadProgress.tsx",
26
+ "name": "./src/components/FileUploadProgress/FileUploadProgress.tsx",
24
27
  "reasons": [
25
28
  {
26
- "moduleName": "./src/index.ts"
29
+ "moduleName": "./src/components/FileUploadProgress/index.ts"
27
30
  }
28
31
  ]
29
32
  },
30
33
  {
31
- "id": "./src/components/ActionBar/index.ts",
32
- "name": "./src/components/ActionBar/index.ts",
34
+ "id": "./src/components/FileUploadProgress/FileUploadProgressActions.tsx",
35
+ "name": "./src/components/FileUploadProgress/FileUploadProgressActions.tsx",
33
36
  "reasons": [
34
37
  {
35
- "moduleName": "./src/index.ts"
38
+ "moduleName": "./src/components/FileUploadProgress/index.ts"
39
+ },
40
+ {
41
+ "moduleName": "./src/components/FileUploadProgress/FileUploadProgress.tsx"
36
42
  }
37
43
  ]
38
44
  },
39
45
  {
40
- "id": "./src/components/ActionMenu/index.ts",
41
- "name": "./src/components/ActionMenu/index.ts",
46
+ "id": "./src/components/FormGroup/FormGroup.tsx",
47
+ "name": "./src/components/FormGroup/FormGroup.tsx",
42
48
  "reasons": [
43
49
  {
44
- "moduleName": "./src/index.ts"
45
- },
46
- {
47
- "moduleName": "./src/components/ActionBar/ActionBar.tsx"
50
+ "moduleName": "./src/components/FormGroup/index.ts"
48
51
  }
49
52
  ]
50
53
  },
51
54
  {
52
- "id": "./src/components/Alert/index.ts",
53
- "name": "./src/components/Alert/index.ts",
55
+ "id": "./src/components/Typography/Heading.tsx",
56
+ "name": "./src/components/Typography/Heading.tsx",
54
57
  "reasons": [
55
58
  {
56
- "moduleName": "./src/index.ts"
59
+ "moduleName": "./src/components/Typography/index.ts"
57
60
  }
58
61
  ]
59
62
  },
60
63
  {
61
- "id": "./src/components/Avatar/index.ts",
62
- "name": "./src/components/Avatar/index.ts",
64
+ "id": "./src/components/Typography/Text.tsx",
65
+ "name": "./src/components/Typography/Text.tsx",
63
66
  "reasons": [
64
67
  {
65
- "moduleName": "./src/index.ts"
66
- },
67
- {
68
- "moduleName": "./src/components/Modal/components/ModalHeader.tsx"
68
+ "moduleName": "./src/components/Typography/index.ts"
69
69
  }
70
70
  ]
71
71
  },
72
72
  {
73
- "id": "./src/components/Badge/index.ts",
74
- "name": "./src/components/Badge/index.ts",
73
+ "id": "./src/components/Typography/Display.tsx",
74
+ "name": "./src/components/Typography/Display.tsx",
75
75
  "reasons": [
76
76
  {
77
- "moduleName": "./src/index.ts"
78
- },
79
- {
80
- "moduleName": "./src/components/Tab/Tab.tsx"
77
+ "moduleName": "./src/components/Typography/index.ts"
81
78
  }
82
79
  ]
83
80
  },
84
81
  {
85
- "id": "./src/components/Button/index.ts",
86
- "name": "./src/components/Button/index.ts",
82
+ "id": "./src/components/Tab/Tab.tsx",
83
+ "name": "./src/components/Tab/Tab.tsx",
87
84
  "reasons": [
88
85
  {
89
- "moduleName": "./src/index.ts"
90
- },
91
- {
92
- "moduleName": "./src/components/ActionBar/ActionBar.tsx"
93
- },
94
- {
95
- "moduleName": "./src/components/SegmentedControl/SegmentedControl.tsx"
96
- },
97
- {
98
- "moduleName": "./src/components/Alert/Alert.tsx"
99
- },
100
- {
101
- "moduleName": "./src/components/Card/Card.tsx"
102
- },
103
- {
104
- "moduleName": "./src/components/DetailsCard/DetailsCard.tsx"
105
- },
106
- {
107
- "moduleName": "./src/components/Input/Input.tsx"
108
- },
109
- {
110
- "moduleName": "./src/components/Modal/components/ModalCloseButton.tsx"
111
- },
112
- {
113
- "moduleName": "./src/components/PromoBannerV2/PromoBannerV2.tsx"
114
- },
115
- {
116
- "moduleName": "./src/components/PromoBanner/PromoBanner.tsx"
117
- },
86
+ "moduleName": "./src/components/Tab/index.ts"
87
+ }
88
+ ]
89
+ },
90
+ {
91
+ "id": "./src/components/Tab/TabsWrapper.tsx",
92
+ "name": "./src/components/Tab/TabsWrapper.tsx",
93
+ "reasons": [
118
94
  {
119
- "moduleName": "./src/components/Search/Search.tsx"
120
- },
95
+ "moduleName": "./src/components/Tab/index.ts"
96
+ }
97
+ ]
98
+ },
99
+ {
100
+ "id": "./src/components/TagInput/TagInput.tsx",
101
+ "name": "./src/components/TagInput/TagInput.tsx",
102
+ "reasons": [
121
103
  {
122
- "moduleName": "./src/components/Toast/Toast.tsx"
104
+ "moduleName": "./src/components/TagInput/index.ts"
123
105
  },
124
106
  {
125
- "moduleName": "./src/components/ActionBar/ActionBarItem.tsx"
126
- },
107
+ "moduleName": "./src/components/TagInput/EmailTagInput.tsx"
108
+ }
109
+ ]
110
+ },
111
+ {
112
+ "id": "./src/components/TagInput/EmailTagInput.tsx",
113
+ "name": "./src/components/TagInput/EmailTagInput.tsx",
114
+ "reasons": [
127
115
  {
128
- "moduleName": "./src/components/Tooltip/components/Interactive.tsx"
116
+ "moduleName": "./src/components/TagInput/index.ts"
129
117
  }
130
118
  ]
131
119
  },
132
120
  {
133
- "id": "./src/components/SegmentedControl/index.ts",
134
- "name": "./src/components/SegmentedControl/index.ts",
121
+ "id": "./src/components/RadioButton/RadioButton.tsx",
122
+ "name": "./src/components/RadioButton/RadioButton.tsx",
135
123
  "reasons": [
136
124
  {
137
- "moduleName": "./src/index.ts"
125
+ "moduleName": "./src/components/RadioButton/index.ts"
138
126
  }
139
127
  ]
140
128
  },
141
129
  {
142
- "id": "./src/components/Card/index.ts",
143
- "name": "./src/components/Card/index.ts",
130
+ "id": "./src/components/Modal/Modal.tsx",
131
+ "name": "./src/components/Modal/Modal.tsx",
144
132
  "reasons": [
145
133
  {
146
- "moduleName": "./src/index.ts"
134
+ "moduleName": "./src/components/Modal/index.ts"
147
135
  }
148
136
  ]
149
137
  },
150
138
  {
151
- "id": "./src/components/Checkbox/index.ts",
152
- "name": "./src/components/Checkbox/index.ts",
139
+ "id": "./src/components/Modal/components/ModalBase.tsx",
140
+ "name": "./src/components/Modal/components/ModalBase.tsx",
153
141
  "reasons": [
154
142
  {
155
- "moduleName": "./src/index.ts"
143
+ "moduleName": "./src/components/Modal/index.ts"
156
144
  },
157
145
  {
158
- "moduleName": "./src/components/Picker/components/PickerListItem.tsx"
146
+ "moduleName": "./src/components/Modal/Modal.tsx"
159
147
  }
160
148
  ]
161
149
  },
162
150
  {
163
- "id": "./src/components/DatePicker/index.ts",
164
- "name": "./src/components/DatePicker/index.ts",
151
+ "id": "./src/components/Modal/components/ModalCloseButton.tsx",
152
+ "name": "./src/components/Modal/components/ModalCloseButton.tsx",
165
153
  "reasons": [
166
154
  {
167
- "moduleName": "./src/index.ts"
155
+ "moduleName": "./src/components/Modal/index.ts"
156
+ },
157
+ {
158
+ "moduleName": "./src/components/Modal/Modal.tsx"
168
159
  }
169
160
  ]
170
161
  },
171
162
  {
172
- "id": "./src/components/DetailsCard/index.ts",
173
- "name": "./src/components/DetailsCard/index.ts",
163
+ "id": "./src/components/Modal/components/ModalPortal.tsx",
164
+ "name": "./src/components/Modal/components/ModalPortal.tsx",
174
165
  "reasons": [
175
166
  {
176
- "moduleName": "./src/index.ts"
167
+ "moduleName": "./src/components/Modal/index.ts"
177
168
  }
178
169
  ]
179
170
  },
180
171
  {
181
- "id": "./src/components/DetailsCardInfo/index.ts",
182
- "name": "./src/components/DetailsCardInfo/index.ts",
172
+ "id": "./src/components/Modal/components/ModalHeader.tsx",
173
+ "name": "./src/components/Modal/components/ModalHeader.tsx",
183
174
  "reasons": [
184
175
  {
185
- "moduleName": "./src/index.ts"
176
+ "moduleName": "./src/components/Modal/index.ts"
186
177
  }
187
178
  ]
188
179
  },
189
180
  {
190
- "id": "./src/components/FieldDescription/index.ts",
191
- "name": "./src/components/FieldDescription/index.ts",
181
+ "id": "./src/components/Tooltip/components/Simple.tsx",
182
+ "name": "./src/components/Tooltip/components/Simple.tsx",
192
183
  "reasons": [
193
184
  {
194
- "moduleName": "./src/index.ts"
195
- },
196
- {
197
- "moduleName": "./src/components/Checkbox/Checkbox.tsx"
198
- },
199
- {
200
- "moduleName": "./src/components/FieldGroup/FieldGroup.tsx"
201
- },
202
- {
203
- "moduleName": "./src/components/FormField/FormField.tsx"
204
- },
205
- {
206
- "moduleName": "./src/components/RadioButton/RadioButton.tsx"
185
+ "moduleName": "./src/components/Tooltip/components/index.ts"
207
186
  }
208
187
  ]
209
188
  },
210
189
  {
211
- "id": "./src/components/FieldError/index.ts",
212
- "name": "./src/components/FieldError/index.ts",
190
+ "id": "./src/components/Tooltip/components/Info.tsx",
191
+ "name": "./src/components/Tooltip/components/Info.tsx",
213
192
  "reasons": [
214
193
  {
215
- "moduleName": "./src/index.ts"
216
- },
194
+ "moduleName": "./src/components/Tooltip/components/index.ts"
195
+ }
196
+ ]
197
+ },
198
+ {
199
+ "id": "./src/components/Tooltip/components/Interactive.tsx",
200
+ "name": "./src/components/Tooltip/components/Interactive.tsx",
201
+ "reasons": [
217
202
  {
218
- "moduleName": "./src/components/FieldGroup/FieldGroup.tsx"
219
- },
203
+ "moduleName": "./src/components/Tooltip/components/index.ts"
204
+ }
205
+ ]
206
+ },
207
+ {
208
+ "id": "./src/components/Tooltip/components/UserGuide/index.ts",
209
+ "name": "./src/components/Tooltip/components/UserGuide/index.ts",
210
+ "reasons": [
220
211
  {
221
- "moduleName": "./src/components/FormField/FormField.tsx"
212
+ "moduleName": "./src/components/Tooltip/components/index.ts"
222
213
  },
223
214
  {
224
- "moduleName": "./src/components/TagInput/TagInput.tsx"
215
+ "moduleName": "./src/components/Tooltip/index.ts"
225
216
  }
226
217
  ]
227
218
  },
228
219
  {
229
- "id": "./src/components/FieldGroup/index.ts",
230
- "name": "./src/components/FieldGroup/index.ts",
220
+ "id": "./src/components/Tooltip/components/Reports.tsx",
221
+ "name": "./src/components/Tooltip/components/Reports.tsx",
231
222
  "reasons": [
232
223
  {
233
- "moduleName": "./src/index.ts"
224
+ "moduleName": "./src/components/Tooltip/components/index.ts"
234
225
  }
235
226
  ]
236
227
  },
237
228
  {
238
- "id": "./src/components/Form/index.ts",
239
- "name": "./src/components/Form/index.ts",
229
+ "id": "./src/components/Search/Search.tsx",
230
+ "name": "./src/components/Search/Search.tsx",
240
231
  "reasons": [
241
232
  {
242
- "moduleName": "./src/index.ts"
233
+ "moduleName": "./src/components/Search/index.ts"
243
234
  }
244
235
  ]
245
236
  },
246
237
  {
247
- "id": "./src/components/FormField/index.ts",
248
- "name": "./src/components/FormField/index.ts",
238
+ "id": "./src/components/Button/Button.tsx",
239
+ "name": "./src/components/Button/Button.tsx",
249
240
  "reasons": [
250
241
  {
251
- "moduleName": "./src/index.ts"
242
+ "moduleName": "./src/components/Button/index.ts"
252
243
  }
253
244
  ]
254
245
  },
255
246
  {
256
- "id": "./src/components/FormGroup/index.ts",
257
- "name": "./src/components/FormGroup/index.ts",
247
+ "id": "./src/components/ActionBar/ActionBar.tsx",
248
+ "name": "./src/components/ActionBar/ActionBar.tsx",
258
249
  "reasons": [
259
250
  {
260
- "moduleName": "./src/index.ts"
251
+ "moduleName": "./src/components/ActionBar/index.ts"
261
252
  }
262
253
  ]
263
254
  },
264
255
  {
265
- "id": "./src/components/Icon/index.ts",
266
- "name": "./src/components/Icon/index.ts",
256
+ "id": "./src/components/Alert/Alert.tsx",
257
+ "name": "./src/components/Alert/Alert.tsx",
267
258
  "reasons": [
268
259
  {
269
- "moduleName": "./src/index.ts"
270
- },
271
- {
272
- "moduleName": "./src/components/ActionBar/ActionBar.tsx"
273
- },
260
+ "moduleName": "./src/components/Alert/index.ts"
261
+ }
262
+ ]
263
+ },
264
+ {
265
+ "id": "./src/components/FieldError/FieldError.tsx",
266
+ "name": "./src/components/FieldError/FieldError.tsx",
267
+ "reasons": [
274
268
  {
275
- "moduleName": "./src/components/ActionMenu/ActionMenu.tsx"
276
- },
277
- {
278
- "moduleName": "./src/components/Avatar/Avatar.tsx"
279
- },
280
- {
281
- "moduleName": "./src/components/Alert/Alert.tsx"
282
- },
283
- {
284
- "moduleName": "./src/components/Card/Card.tsx"
285
- },
286
- {
287
- "moduleName": "./src/components/DetailsCard/DetailsCard.tsx"
288
- },
289
- {
290
- "moduleName": "./src/components/FieldError/FieldError.tsx"
291
- },
292
- {
293
- "moduleName": "./src/components/Input/Input.tsx"
294
- },
295
- {
296
- "moduleName": "./src/components/Modal/components/ModalCloseButton.tsx"
297
- },
298
- {
299
- "moduleName": "./src/components/Modal/components/ModalHeader.tsx"
300
- },
301
- {
302
- "moduleName": "./src/components/NumericInput/NumericInput.tsx"
303
- },
304
- {
305
- "moduleName": "./src/components/PromoBannerV2/PromoBannerV2.tsx"
306
- },
307
- {
308
- "moduleName": "./src/components/PromoBanner/PromoBanner.tsx"
309
- },
310
- {
311
- "moduleName": "./src/components/Search/Search.tsx"
312
- },
313
- {
314
- "moduleName": "./src/components/Tag/Tag.tsx"
315
- },
316
- {
317
- "moduleName": "./src/components/Switch/Switch.tsx"
318
- },
319
- {
320
- "moduleName": "./src/components/Toast/Toast.tsx"
321
- },
322
- {
323
- "moduleName": "./src/components/FileUploadProgress/FileUploadProgressActions.tsx"
324
- },
325
- {
326
- "moduleName": "./src/components/FileUploadProgress/FileUploadProgress.tsx"
327
- },
328
- {
329
- "moduleName": "./src/components/UploadBar/UploadBar.tsx"
330
- },
331
- {
332
- "moduleName": "./src/components/DatePicker/DatePickerNavbar.tsx"
333
- },
334
- {
335
- "moduleName": "./src/components/Picker/components/PickerListItem.tsx"
336
- },
337
- {
338
- "moduleName": "./src/components/Picker/components/PickerTrigger.tsx"
339
- },
340
- {
341
- "moduleName": "./src/components/Picker/components/PickerTriggerBody.tsx"
342
- },
343
- {
344
- "moduleName": "./src/components/Tooltip/components/Info.tsx"
345
- },
346
- {
347
- "moduleName": "./src/components/Tooltip/components/Interactive.tsx"
269
+ "moduleName": "./src/components/FieldError/index.ts"
348
270
  }
349
271
  ]
350
272
  },
351
273
  {
352
- "id": "./src/components/Input/index.ts",
353
- "name": "./src/components/Input/index.ts",
274
+ "id": "./src/components/Badge/Badge.tsx",
275
+ "name": "./src/components/Badge/Badge.tsx",
354
276
  "reasons": [
355
277
  {
356
- "moduleName": "./src/index.ts"
278
+ "moduleName": "./src/components/Badge/index.ts"
357
279
  }
358
280
  ]
359
281
  },
360
282
  {
361
- "id": "./src/components/Link/index.ts",
362
- "name": "./src/components/Link/index.ts",
283
+ "id": "./src/components/Avatar/Avatar.tsx",
284
+ "name": "./src/components/Avatar/Avatar.tsx",
363
285
  "reasons": [
364
286
  {
365
- "moduleName": "./src/index.ts"
287
+ "moduleName": "./src/components/Avatar/index.ts"
366
288
  }
367
289
  ]
368
290
  },
369
291
  {
370
- "id": "./src/components/Loader/index.ts",
371
- "name": "./src/components/Loader/index.ts",
292
+ "id": "./src/components/Avatar/Avatar.helpers.ts",
293
+ "name": "./src/components/Avatar/Avatar.helpers.ts",
372
294
  "reasons": [
373
295
  {
374
- "moduleName": "./src/index.ts"
375
- },
376
- {
377
- "moduleName": "./src/components/Button/Button.tsx"
378
- },
379
- {
380
- "moduleName": "./src/components/Search/Search.tsx"
296
+ "moduleName": "./src/components/Avatar/index.ts"
381
297
  },
382
298
  {
383
- "moduleName": "./src/components/Switch/Switch.tsx"
299
+ "moduleName": "./src/components/Avatar/Avatar.tsx"
384
300
  }
385
301
  ]
386
302
  },
387
303
  {
388
- "id": "./src/components/Modal/index.ts",
389
- "name": "./src/components/Modal/index.ts",
304
+ "id": "./src/components/Form/Form.tsx",
305
+ "name": "./src/components/Form/Form.tsx",
390
306
  "reasons": [
391
307
  {
392
- "moduleName": "./src/index.ts"
308
+ "moduleName": "./src/components/Form/index.ts"
393
309
  }
394
310
  ]
395
311
  },
396
312
  {
397
- "id": "./src/components/NumericInput/index.ts",
398
- "name": "./src/components/NumericInput/index.ts",
313
+ "id": "./src/components/Input/Input.tsx",
314
+ "name": "./src/components/Input/Input.tsx",
399
315
  "reasons": [
400
316
  {
401
- "moduleName": "./src/index.ts"
317
+ "moduleName": "./src/components/Input/index.ts"
402
318
  }
403
319
  ]
404
320
  },
405
321
  {
406
- "id": "./src/components/Picker/index.ts",
407
- "name": "./src/components/Picker/index.ts",
322
+ "id": "./src/components/Tooltip/components/UserGuide/UserGuide.tsx",
323
+ "name": "./src/components/Tooltip/components/UserGuide/UserGuide.tsx",
408
324
  "reasons": [
409
325
  {
410
- "moduleName": "./src/index.ts"
326
+ "moduleName": "./src/components/Tooltip/components/UserGuide/index.ts"
411
327
  }
412
328
  ]
413
329
  },
414
330
  {
415
- "id": "./src/components/Popover/index.ts",
416
- "name": "./src/components/Popover/index.ts",
331
+ "id": "./src/components/FieldGroup/FieldGroup.tsx",
332
+ "name": "./src/components/FieldGroup/FieldGroup.tsx",
417
333
  "reasons": [
418
334
  {
419
- "moduleName": "./src/index.ts"
335
+ "moduleName": "./src/components/FieldGroup/index.ts"
420
336
  }
421
337
  ]
422
338
  },
423
339
  {
424
- "id": "./src/components/Progress/index.ts",
425
- "name": "./src/components/Progress/index.ts",
340
+ "id": "./src/components/PromoBannerV2/PromoBannerV2.tsx",
341
+ "name": "./src/components/PromoBannerV2/PromoBannerV2.tsx",
426
342
  "reasons": [
427
343
  {
428
- "moduleName": "./src/index.ts"
429
- },
344
+ "moduleName": "./src/components/PromoBannerV2/index.ts"
345
+ }
346
+ ]
347
+ },
348
+ {
349
+ "id": "./src/components/Card/Card.tsx",
350
+ "name": "./src/components/Card/Card.tsx",
351
+ "reasons": [
430
352
  {
431
- "moduleName": "./src/components/FileUploadProgress/FileUploadProgress.tsx"
432
- },
353
+ "moduleName": "./src/components/Card/index.ts"
354
+ }
355
+ ]
356
+ },
357
+ {
358
+ "id": "./src/components/FormField/FormField.tsx",
359
+ "name": "./src/components/FormField/FormField.tsx",
360
+ "reasons": [
433
361
  {
434
- "moduleName": "./src/components/UploadBar/UploadBar.tsx"
362
+ "moduleName": "./src/components/FormField/index.ts"
435
363
  }
436
364
  ]
437
365
  },
438
366
  {
439
- "id": "./src/components/PromoBanner/index.ts",
440
- "name": "./src/components/PromoBanner/index.ts",
367
+ "id": "./src/components/Icon/Icon.tsx",
368
+ "name": "./src/components/Icon/Icon.tsx",
441
369
  "reasons": [
442
370
  {
443
- "moduleName": "./src/index.ts"
371
+ "moduleName": "./src/components/Icon/index.ts"
444
372
  }
445
373
  ]
446
374
  },
447
375
  {
448
- "id": "./src/components/PromoBannerV2/index.ts",
449
- "name": "./src/components/PromoBannerV2/index.ts",
376
+ "id": "./src/components/Checkbox/Checkbox.tsx",
377
+ "name": "./src/components/Checkbox/Checkbox.tsx",
450
378
  "reasons": [
451
379
  {
452
- "moduleName": "./src/index.ts"
380
+ "moduleName": "./src/components/Checkbox/index.ts"
453
381
  }
454
382
  ]
455
383
  },
456
384
  {
457
- "id": "./src/components/RadioButton/index.ts",
458
- "name": "./src/components/RadioButton/index.ts",
385
+ "id": "./src/components/Tag/Tag.tsx",
386
+ "name": "./src/components/Tag/Tag.tsx",
459
387
  "reasons": [
460
388
  {
461
- "moduleName": "./src/index.ts"
389
+ "moduleName": "./src/components/Tag/index.ts"
462
390
  }
463
391
  ]
464
392
  },
465
393
  {
466
- "id": "./src/components/Search/index.ts",
467
- "name": "./src/components/Search/index.ts",
394
+ "id": "./src/components/DetailsCard/DetailsCard.tsx",
395
+ "name": "./src/components/DetailsCard/DetailsCard.tsx",
468
396
  "reasons": [
469
397
  {
470
- "moduleName": "./src/index.ts"
398
+ "moduleName": "./src/components/DetailsCard/index.ts"
471
399
  }
472
400
  ]
473
401
  },
474
402
  {
475
- "id": "./src/components/Switch/index.ts",
476
- "name": "./src/components/Switch/index.ts",
403
+ "id": "./src/components/Link/Link.tsx",
404
+ "name": "./src/components/Link/Link.tsx",
477
405
  "reasons": [
478
406
  {
479
- "moduleName": "./src/index.ts"
407
+ "moduleName": "./src/components/Link/index.ts"
480
408
  }
481
409
  ]
482
410
  },
483
411
  {
484
- "id": "./src/components/Tab/index.ts",
485
- "name": "./src/components/Tab/index.ts",
412
+ "id": "./src/foundations/design-token.ts",
413
+ "name": "./src/foundations/design-token.ts",
486
414
  "reasons": [
487
415
  {
488
- "moduleName": "./src/index.ts"
416
+ "moduleName": "./src/foundations/index.ts"
489
417
  }
490
418
  ]
491
419
  },
492
420
  {
493
- "id": "./src/components/Tag/index.ts",
494
- "name": "./src/components/Tag/index.ts",
421
+ "id": "./src/foundations/spacing-token.ts",
422
+ "name": "./src/foundations/spacing-token.ts",
495
423
  "reasons": [
496
424
  {
497
- "moduleName": "./src/index.ts"
498
- },
425
+ "moduleName": "./src/foundations/index.ts"
426
+ }
427
+ ]
428
+ },
429
+ {
430
+ "id": "./src/foundations/shadow-token.ts",
431
+ "name": "./src/foundations/shadow-token.ts",
432
+ "reasons": [
499
433
  {
500
- "moduleName": "./src/components/Picker/components/PickerTriggerBody.tsx"
501
- },
434
+ "moduleName": "./src/foundations/index.ts"
435
+ }
436
+ ]
437
+ },
438
+ {
439
+ "id": "./src/foundations/radius-token.ts",
440
+ "name": "./src/foundations/radius-token.ts",
441
+ "reasons": [
502
442
  {
503
- "moduleName": "./src/components/TagInput/EditableTag.tsx"
443
+ "moduleName": "./src/foundations/index.ts"
504
444
  }
505
445
  ]
506
446
  },
507
447
  {
508
- "id": "./src/components/TagInput/index.ts",
509
- "name": "./src/components/TagInput/index.ts",
448
+ "id": "./src/foundations/transition-token.ts",
449
+ "name": "./src/foundations/transition-token.ts",
510
450
  "reasons": [
511
451
  {
512
- "moduleName": "./src/index.ts"
452
+ "moduleName": "./src/foundations/index.ts"
513
453
  }
514
454
  ]
515
455
  },
516
456
  {
517
- "id": "./src/components/Toast/index.ts",
518
- "name": "./src/components/Toast/index.ts",
457
+ "id": "./src/components/ActionMenu/ActionMenu.tsx",
458
+ "name": "./src/components/ActionMenu/ActionMenu.tsx",
519
459
  "reasons": [
520
460
  {
521
- "moduleName": "./src/index.ts"
461
+ "moduleName": "./src/components/ActionMenu/index.ts"
522
462
  }
523
463
  ]
524
464
  },
525
465
  {
526
- "id": "./src/components/Tooltip/index.ts",
527
- "name": "./src/components/Tooltip/index.ts",
466
+ "id": "./src/components/ActionMenu/ActionMenuItem.tsx",
467
+ "name": "./src/components/ActionMenu/ActionMenuItem.tsx",
528
468
  "reasons": [
529
469
  {
530
- "moduleName": "./src/index.ts"
531
- },
470
+ "moduleName": "./src/components/ActionMenu/index.ts"
471
+ }
472
+ ]
473
+ },
474
+ {
475
+ "id": "./src/components/Popover/Popover.tsx",
476
+ "name": "./src/components/Popover/Popover.tsx",
477
+ "reasons": [
532
478
  {
533
- "moduleName": "./src/components/ActionBar/ActionBarItem.tsx"
479
+ "moduleName": "./src/components/Popover/index.ts"
534
480
  }
535
481
  ]
536
482
  },
537
483
  {
538
- "id": "./src/components/Typography/index.ts",
539
- "name": "./src/components/Typography/index.ts",
484
+ "id": "./src/components/PromoBanner/PromoBanner.tsx",
485
+ "name": "./src/components/PromoBanner/PromoBanner.tsx",
540
486
  "reasons": [
541
487
  {
542
- "moduleName": "./src/index.ts"
543
- },
488
+ "moduleName": "./src/components/PromoBanner/index.ts"
489
+ }
490
+ ]
491
+ },
492
+ {
493
+ "id": "./src/components/Toast/Toast.tsx",
494
+ "name": "./src/components/Toast/Toast.tsx",
495
+ "reasons": [
544
496
  {
545
- "moduleName": "./src/components/ActionMenu/ActionMenuItem.tsx"
497
+ "moduleName": "./src/components/Toast/index.ts"
546
498
  },
547
499
  {
548
- "moduleName": "./src/components/Avatar/Avatar.tsx"
549
- },
550
- {
551
- "moduleName": "./src/components/Checkbox/Checkbox.tsx"
552
- },
553
- {
554
- "moduleName": "./src/components/Alert/Alert.tsx"
555
- },
556
- {
557
- "moduleName": "./src/components/FieldDescription/FieldDescription.tsx"
558
- },
559
- {
560
- "moduleName": "./src/components/Card/Card.tsx"
561
- },
562
- {
563
- "moduleName": "./src/components/DetailsCard/DetailsCard.tsx"
564
- },
565
- {
566
- "moduleName": "./src/components/FieldError/FieldError.tsx"
567
- },
568
- {
569
- "moduleName": "./src/components/Form/Form.tsx"
570
- },
571
- {
572
- "moduleName": "./src/components/FormField/FormField.tsx"
573
- },
574
- {
575
- "moduleName": "./src/components/FormGroup/FormGroup.tsx"
576
- },
577
- {
578
- "moduleName": "./src/components/Input/Input.tsx"
579
- },
580
- {
581
- "moduleName": "./src/components/Modal/Modal.tsx"
582
- },
583
- {
584
- "moduleName": "./src/components/Modal/components/ModalHeader.tsx"
585
- },
586
- {
587
- "moduleName": "./src/components/Popover/Popover.tsx"
588
- },
589
- {
590
- "moduleName": "./src/components/PromoBanner/PromoBanner.tsx"
591
- },
592
- {
593
- "moduleName": "./src/components/Loader/Loader.tsx"
594
- },
595
- {
596
- "moduleName": "./src/components/Search/Search.tsx"
597
- },
598
- {
599
- "moduleName": "./src/components/RadioButton/RadioButton.tsx"
600
- },
601
- {
602
- "moduleName": "./src/components/Tag/Tag.tsx"
603
- },
604
- {
605
- "moduleName": "./src/components/TagInput/TagInput.tsx"
606
- },
607
- {
608
- "moduleName": "./src/components/Tab/Tab.tsx"
609
- },
610
- {
611
- "moduleName": "./src/components/Tooltip/Tooltip.tsx"
612
- },
613
- {
614
- "moduleName": "./src/components/Toast/Toast.tsx"
615
- },
616
- {
617
- "moduleName": "./src/components/Textarea/Textarea.tsx"
618
- },
619
- {
620
- "moduleName": "./src/components/FileUploadProgress/FileUploadProgress.tsx"
621
- },
622
- {
623
- "moduleName": "./src/components/UploadBar/UploadBar.tsx"
624
- },
625
- {
626
- "moduleName": "./src/components/Picker/components/PickerListItem.tsx"
627
- },
628
- {
629
- "moduleName": "./src/components/Picker/components/PickerTrigger.tsx"
630
- },
631
- {
632
- "moduleName": "./src/components/Tooltip/components/Info.tsx"
633
- },
634
- {
635
- "moduleName": "./src/components/Tooltip/components/Interactive.tsx"
636
- },
637
- {
638
- "moduleName": "./src/components/Tooltip/components/Reports.tsx"
500
+ "moduleName": "./src/components/Toast/ToastWrapper.tsx"
639
501
  }
640
502
  ]
641
503
  },
642
504
  {
643
- "id": "./src/components/Textarea/index.ts",
644
- "name": "./src/components/Textarea/index.ts",
505
+ "id": "./src/components/Toast/ToastWrapper.tsx",
506
+ "name": "./src/components/Toast/ToastWrapper.tsx",
645
507
  "reasons": [
646
508
  {
647
- "moduleName": "./src/index.ts"
509
+ "moduleName": "./src/components/Toast/index.ts"
648
510
  }
649
511
  ]
650
512
  },
651
513
  {
652
- "id": "./src/components/FileUploadProgress/index.ts",
653
- "name": "./src/components/FileUploadProgress/index.ts",
514
+ "id": "./src/components/DatePicker/DatePicker.tsx",
515
+ "name": "./src/components/DatePicker/DatePicker.tsx",
654
516
  "reasons": [
655
517
  {
656
- "moduleName": "./src/index.ts"
657
- },
658
- {
659
- "moduleName": "./src/components/UploadBar/UploadBar.tsx"
518
+ "moduleName": "./src/components/DatePicker/index.ts"
660
519
  }
661
520
  ]
662
521
  },
663
522
  {
664
- "id": "./src/components/UploadBar/index.ts",
665
- "name": "./src/components/UploadBar/index.ts",
523
+ "id": "./src/components/DatePicker/RangeDatePicker.tsx",
524
+ "name": "./src/components/DatePicker/RangeDatePicker.tsx",
666
525
  "reasons": [
667
526
  {
668
- "moduleName": "./src/index.ts"
527
+ "moduleName": "./src/components/DatePicker/index.ts"
669
528
  }
670
529
  ]
671
530
  },
672
531
  {
673
- "id": "./src/foundations/design-token.ts",
674
- "name": "./src/foundations/design-token.ts",
532
+ "id": "./src/components/DatePicker/DatePickerRangeCalendarsWrapper.tsx",
533
+ "name": "./src/components/DatePicker/DatePickerRangeCalendarsWrapper.tsx",
675
534
  "reasons": [
676
535
  {
677
- "moduleName": "./src/foundations/index.ts"
536
+ "moduleName": "./src/components/DatePicker/index.ts"
678
537
  }
679
538
  ]
680
539
  },
681
540
  {
682
- "id": "./src/foundations/spacing-token.ts",
683
- "name": "./src/foundations/spacing-token.ts",
541
+ "id": "./src/components/Tooltip/Tooltip.tsx",
542
+ "name": "./src/components/Tooltip/Tooltip.tsx",
684
543
  "reasons": [
685
544
  {
686
- "moduleName": "./src/foundations/index.ts"
687
- }
688
- ]
689
- },
690
- {
691
- "id": "./src/foundations/shadow-token.ts",
692
- "name": "./src/foundations/shadow-token.ts",
693
- "reasons": [
545
+ "moduleName": "./src/components/Tooltip/index.ts"
546
+ },
694
547
  {
695
- "moduleName": "./src/foundations/index.ts"
548
+ "moduleName": "./src/components/Tooltip/components/UserGuide/UserGuide.tsx"
696
549
  }
697
550
  ]
698
551
  },
699
552
  {
700
- "id": "./src/foundations/radius-token.ts",
701
- "name": "./src/foundations/radius-token.ts",
553
+ "id": "./src/components/Tooltip/components/index.ts",
554
+ "name": "./src/components/Tooltip/components/index.ts",
702
555
  "reasons": [
703
556
  {
704
- "moduleName": "./src/foundations/index.ts"
557
+ "moduleName": "./src/components/Tooltip/index.ts"
705
558
  }
706
559
  ]
707
560
  },
708
561
  {
709
- "id": "./src/foundations/transition-token.ts",
710
- "name": "./src/foundations/transition-token.ts",
562
+ "id": "./src/components/Loader/Loader.tsx",
563
+ "name": "./src/components/Loader/Loader.tsx",
711
564
  "reasons": [
712
565
  {
713
- "moduleName": "./src/foundations/index.ts"
566
+ "moduleName": "./src/components/Loader/index.ts"
714
567
  }
715
568
  ]
716
569
  },
717
570
  {
718
- "id": "./src/components/ActionMenu/ActionMenu.tsx",
719
- "name": "./src/components/ActionMenu/ActionMenu.tsx",
571
+ "id": "./src/components/NumericInput/NumericInput.tsx",
572
+ "name": "./src/components/NumericInput/NumericInput.tsx",
720
573
  "reasons": [
721
574
  {
722
- "moduleName": "./src/components/ActionMenu/index.ts"
575
+ "moduleName": "./src/components/NumericInput/index.ts"
723
576
  }
724
577
  ]
725
578
  },
726
579
  {
727
- "id": "./src/components/ActionMenu/ActionMenuItem.tsx",
728
- "name": "./src/components/ActionMenu/ActionMenuItem.tsx",
580
+ "id": "./src/index.scss",
581
+ "name": "./src/index.scss",
729
582
  "reasons": [
730
583
  {
731
- "moduleName": "./src/components/ActionMenu/index.ts"
584
+ "moduleName": "./src/index.ts"
732
585
  }
733
586
  ]
734
587
  },
735
588
  {
736
- "id": "./src/components/ActionBar/ActionBar.tsx",
737
- "name": "./src/components/ActionBar/ActionBar.tsx",
589
+ "id": "./src/foundations/index.ts",
590
+ "name": "./src/foundations/index.ts",
738
591
  "reasons": [
739
592
  {
740
- "moduleName": "./src/components/ActionBar/index.ts"
593
+ "moduleName": "./src/index.ts"
741
594
  }
742
595
  ]
743
596
  },
744
597
  {
745
- "id": "./src/utils/getDesignTokenWithOpacity.ts",
746
- "name": "./src/utils/getDesignTokenWithOpacity.ts",
598
+ "id": "./src/utils/index.ts",
599
+ "name": "./src/utils/index.ts",
747
600
  "reasons": [
748
601
  {
749
- "moduleName": "./src/utils/index.ts"
602
+ "moduleName": "./src/index.ts"
750
603
  }
751
604
  ]
752
605
  },
753
606
  {
754
- "id": "./src/components/Avatar/Avatar.tsx",
755
- "name": "./src/components/Avatar/Avatar.tsx",
607
+ "id": "./src/components/ActionBar/index.ts",
608
+ "name": "./src/components/ActionBar/index.ts",
756
609
  "reasons": [
757
610
  {
758
- "moduleName": "./src/components/Avatar/index.ts"
611
+ "moduleName": "./src/index.ts"
759
612
  }
760
613
  ]
761
614
  },
762
615
  {
763
- "id": "./src/components/Avatar/Avatar.helpers.ts",
764
- "name": "./src/components/Avatar/Avatar.helpers.ts",
616
+ "id": "./src/components/ActionMenu/index.ts",
617
+ "name": "./src/components/ActionMenu/index.ts",
765
618
  "reasons": [
766
619
  {
767
- "moduleName": "./src/components/Avatar/index.ts"
620
+ "moduleName": "./src/index.ts"
768
621
  },
769
622
  {
770
- "moduleName": "./src/components/Avatar/Avatar.tsx"
623
+ "moduleName": "./src/components/ActionBar/ActionBar.tsx"
771
624
  }
772
625
  ]
773
626
  },
774
627
  {
775
- "id": "./src/components/Badge/Badge.tsx",
776
- "name": "./src/components/Badge/Badge.tsx",
628
+ "id": "./src/components/Alert/index.ts",
629
+ "name": "./src/components/Alert/index.ts",
777
630
  "reasons": [
778
631
  {
779
- "moduleName": "./src/components/Badge/index.ts"
632
+ "moduleName": "./src/index.ts"
780
633
  }
781
634
  ]
782
635
  },
783
636
  {
784
- "id": "./src/components/Alert/Alert.tsx",
785
- "name": "./src/components/Alert/Alert.tsx",
637
+ "id": "./src/components/Avatar/index.ts",
638
+ "name": "./src/components/Avatar/index.ts",
786
639
  "reasons": [
787
640
  {
788
- "moduleName": "./src/components/Alert/index.ts"
641
+ "moduleName": "./src/index.ts"
642
+ },
643
+ {
644
+ "moduleName": "./src/components/Modal/components/ModalHeader.tsx"
789
645
  }
790
646
  ]
791
647
  },
792
648
  {
793
- "id": "./src/components/SegmentedControl/SegmentedControl.tsx",
794
- "name": "./src/components/SegmentedControl/SegmentedControl.tsx",
649
+ "id": "./src/components/Badge/index.ts",
650
+ "name": "./src/components/Badge/index.ts",
795
651
  "reasons": [
796
652
  {
797
- "moduleName": "./src/components/SegmentedControl/index.ts"
653
+ "moduleName": "./src/index.ts"
654
+ },
655
+ {
656
+ "moduleName": "./src/components/Tab/Tab.tsx"
798
657
  }
799
658
  ]
800
659
  },
801
660
  {
802
- "id": "./src/components/Button/Button.tsx",
803
- "name": "./src/components/Button/Button.tsx",
661
+ "id": "./src/components/Button/index.ts",
662
+ "name": "./src/components/Button/index.ts",
804
663
  "reasons": [
805
664
  {
806
- "moduleName": "./src/components/Button/index.ts"
665
+ "moduleName": "./src/index.ts"
666
+ },
667
+ {
668
+ "moduleName": "./src/components/Modal/components/ModalCloseButton.tsx"
669
+ },
670
+ {
671
+ "moduleName": "./src/components/Tooltip/components/Interactive.tsx"
672
+ },
673
+ {
674
+ "moduleName": "./src/components/Search/Search.tsx"
675
+ },
676
+ {
677
+ "moduleName": "./src/components/ActionBar/ActionBar.tsx"
678
+ },
679
+ {
680
+ "moduleName": "./src/components/Alert/Alert.tsx"
681
+ },
682
+ {
683
+ "moduleName": "./src/components/Input/Input.tsx"
684
+ },
685
+ {
686
+ "moduleName": "./src/components/PromoBannerV2/PromoBannerV2.tsx"
687
+ },
688
+ {
689
+ "moduleName": "./src/components/Card/Card.tsx"
690
+ },
691
+ {
692
+ "moduleName": "./src/components/DetailsCard/DetailsCard.tsx"
693
+ },
694
+ {
695
+ "moduleName": "./src/components/PromoBanner/PromoBanner.tsx"
696
+ },
697
+ {
698
+ "moduleName": "./src/components/Toast/Toast.tsx"
699
+ },
700
+ {
701
+ "moduleName": "./src/components/SegmentedControl/SegmentedControl.tsx"
702
+ },
703
+ {
704
+ "moduleName": "./src/components/ActionBar/ActionBarItem.tsx"
807
705
  }
808
706
  ]
809
707
  },
810
708
  {
811
- "id": "./src/components/Checkbox/Checkbox.tsx",
812
- "name": "./src/components/Checkbox/Checkbox.tsx",
709
+ "id": "./src/components/SegmentedControl/index.ts",
710
+ "name": "./src/components/SegmentedControl/index.ts",
813
711
  "reasons": [
814
712
  {
815
- "moduleName": "./src/components/Checkbox/index.ts"
713
+ "moduleName": "./src/index.ts"
816
714
  }
817
715
  ]
818
716
  },
819
717
  {
820
- "id": "./src/components/DatePicker/DatePicker.tsx",
821
- "name": "./src/components/DatePicker/DatePicker.tsx",
718
+ "id": "./src/components/Card/index.ts",
719
+ "name": "./src/components/Card/index.ts",
822
720
  "reasons": [
823
721
  {
824
- "moduleName": "./src/components/DatePicker/index.ts"
722
+ "moduleName": "./src/index.ts"
825
723
  }
826
724
  ]
827
725
  },
828
726
  {
829
- "id": "./src/components/DatePicker/RangeDatePicker.tsx",
830
- "name": "./src/components/DatePicker/RangeDatePicker.tsx",
727
+ "id": "./src/components/Checkbox/index.ts",
728
+ "name": "./src/components/Checkbox/index.ts",
831
729
  "reasons": [
832
730
  {
833
- "moduleName": "./src/components/DatePicker/index.ts"
731
+ "moduleName": "./src/index.ts"
732
+ },
733
+ {
734
+ "moduleName": "./src/components/Picker/components/PickerListItem.tsx"
834
735
  }
835
736
  ]
836
737
  },
837
738
  {
838
- "id": "./src/components/DatePicker/DatePickerRangeCalendarsWrapper.tsx",
839
- "name": "./src/components/DatePicker/DatePickerRangeCalendarsWrapper.tsx",
739
+ "id": "./src/components/DatePicker/index.ts",
740
+ "name": "./src/components/DatePicker/index.ts",
840
741
  "reasons": [
841
742
  {
842
- "moduleName": "./src/components/DatePicker/index.ts"
743
+ "moduleName": "./src/index.ts"
843
744
  }
844
745
  ]
845
746
  },
846
747
  {
847
- "id": "./src/components/DetailsCard/DetailsCard.tsx",
848
- "name": "./src/components/DetailsCard/DetailsCard.tsx",
748
+ "id": "./src/components/DetailsCard/index.ts",
749
+ "name": "./src/components/DetailsCard/index.ts",
849
750
  "reasons": [
850
751
  {
851
- "moduleName": "./src/components/DetailsCard/index.ts"
752
+ "moduleName": "./src/index.ts"
852
753
  }
853
754
  ]
854
755
  },
855
756
  {
856
- "id": "./src/components/Card/Card.tsx",
857
- "name": "./src/components/Card/Card.tsx",
757
+ "id": "./src/components/DetailsCardInfo/index.ts",
758
+ "name": "./src/components/DetailsCardInfo/index.ts",
858
759
  "reasons": [
859
760
  {
860
- "moduleName": "./src/components/Card/index.ts"
761
+ "moduleName": "./src/index.ts"
861
762
  }
862
763
  ]
863
764
  },
864
765
  {
865
- "id": "./src/components/DetailsCardInfo/DetailsCardInfo.tsx",
866
- "name": "./src/components/DetailsCardInfo/DetailsCardInfo.tsx",
766
+ "id": "./src/components/FieldDescription/index.ts",
767
+ "name": "./src/components/FieldDescription/index.ts",
867
768
  "reasons": [
868
769
  {
869
- "moduleName": "./src/components/DetailsCardInfo/index.ts"
770
+ "moduleName": "./src/index.ts"
771
+ },
772
+ {
773
+ "moduleName": "./src/components/RadioButton/RadioButton.tsx"
774
+ },
775
+ {
776
+ "moduleName": "./src/components/FieldGroup/FieldGroup.tsx"
777
+ },
778
+ {
779
+ "moduleName": "./src/components/FormField/FormField.tsx"
780
+ },
781
+ {
782
+ "moduleName": "./src/components/Checkbox/Checkbox.tsx"
870
783
  }
871
784
  ]
872
785
  },
873
786
  {
874
- "id": "./src/components/FieldDescription/FieldDescription.tsx",
875
- "name": "./src/components/FieldDescription/FieldDescription.tsx",
787
+ "id": "./src/components/FieldError/index.ts",
788
+ "name": "./src/components/FieldError/index.ts",
876
789
  "reasons": [
877
790
  {
878
- "moduleName": "./src/components/FieldDescription/index.ts"
791
+ "moduleName": "./src/index.ts"
792
+ },
793
+ {
794
+ "moduleName": "./src/components/TagInput/TagInput.tsx"
795
+ },
796
+ {
797
+ "moduleName": "./src/components/FieldGroup/FieldGroup.tsx"
798
+ },
799
+ {
800
+ "moduleName": "./src/components/FormField/FormField.tsx"
879
801
  }
880
802
  ]
881
803
  },
882
804
  {
883
- "id": "./src/components/FieldError/FieldError.tsx",
884
- "name": "./src/components/FieldError/FieldError.tsx",
805
+ "id": "./src/components/FieldGroup/index.ts",
806
+ "name": "./src/components/FieldGroup/index.ts",
885
807
  "reasons": [
886
808
  {
887
- "moduleName": "./src/components/FieldError/index.ts"
809
+ "moduleName": "./src/index.ts"
888
810
  }
889
811
  ]
890
812
  },
891
813
  {
892
- "id": "./src/components/FieldGroup/FieldGroup.tsx",
893
- "name": "./src/components/FieldGroup/FieldGroup.tsx",
814
+ "id": "./src/components/Form/index.ts",
815
+ "name": "./src/components/Form/index.ts",
894
816
  "reasons": [
895
817
  {
896
- "moduleName": "./src/components/FieldGroup/index.ts"
818
+ "moduleName": "./src/index.ts"
897
819
  }
898
820
  ]
899
821
  },
900
822
  {
901
- "id": "./src/components/Form/Form.tsx",
902
- "name": "./src/components/Form/Form.tsx",
823
+ "id": "./src/components/FormField/index.ts",
824
+ "name": "./src/components/FormField/index.ts",
903
825
  "reasons": [
904
826
  {
905
- "moduleName": "./src/components/Form/index.ts"
827
+ "moduleName": "./src/index.ts"
906
828
  }
907
829
  ]
908
830
  },
909
831
  {
910
- "id": "./src/components/FormField/FormField.tsx",
911
- "name": "./src/components/FormField/FormField.tsx",
832
+ "id": "./src/components/FormGroup/index.ts",
833
+ "name": "./src/components/FormGroup/index.ts",
912
834
  "reasons": [
913
835
  {
914
- "moduleName": "./src/components/FormField/index.ts"
836
+ "moduleName": "./src/index.ts"
915
837
  }
916
838
  ]
917
839
  },
918
840
  {
919
- "id": "./src/components/FormGroup/FormGroup.tsx",
920
- "name": "./src/components/FormGroup/FormGroup.tsx",
841
+ "id": "./src/components/Icon/index.ts",
842
+ "name": "./src/components/Icon/index.ts",
921
843
  "reasons": [
922
844
  {
923
- "moduleName": "./src/components/FormGroup/index.ts"
924
- }
925
- ]
926
- },
927
- {
928
- "id": "./src/components/Input/Input.tsx",
929
- "name": "./src/components/Input/Input.tsx",
930
- "reasons": [
845
+ "moduleName": "./src/index.ts"
846
+ },
847
+ {
848
+ "moduleName": "./src/components/FileUploadProgress/FileUploadProgress.tsx"
849
+ },
850
+ {
851
+ "moduleName": "./src/components/FileUploadProgress/FileUploadProgressActions.tsx"
852
+ },
853
+ {
854
+ "moduleName": "./src/components/Modal/components/ModalCloseButton.tsx"
855
+ },
856
+ {
857
+ "moduleName": "./src/components/Modal/components/ModalHeader.tsx"
858
+ },
859
+ {
860
+ "moduleName": "./src/components/Tooltip/components/Info.tsx"
861
+ },
862
+ {
863
+ "moduleName": "./src/components/Tooltip/components/Interactive.tsx"
864
+ },
865
+ {
866
+ "moduleName": "./src/components/Search/Search.tsx"
867
+ },
868
+ {
869
+ "moduleName": "./src/components/ActionBar/ActionBar.tsx"
870
+ },
871
+ {
872
+ "moduleName": "./src/components/Alert/Alert.tsx"
873
+ },
874
+ {
875
+ "moduleName": "./src/components/FieldError/FieldError.tsx"
876
+ },
877
+ {
878
+ "moduleName": "./src/components/Avatar/Avatar.tsx"
879
+ },
880
+ {
881
+ "moduleName": "./src/components/Input/Input.tsx"
882
+ },
883
+ {
884
+ "moduleName": "./src/components/PromoBannerV2/PromoBannerV2.tsx"
885
+ },
886
+ {
887
+ "moduleName": "./src/components/Tag/Tag.tsx"
888
+ },
889
+ {
890
+ "moduleName": "./src/components/Card/Card.tsx"
891
+ },
892
+ {
893
+ "moduleName": "./src/components/DetailsCard/DetailsCard.tsx"
894
+ },
895
+ {
896
+ "moduleName": "./src/components/ActionMenu/ActionMenu.tsx"
897
+ },
898
+ {
899
+ "moduleName": "./src/components/PromoBanner/PromoBanner.tsx"
900
+ },
901
+ {
902
+ "moduleName": "./src/components/Toast/Toast.tsx"
903
+ },
904
+ {
905
+ "moduleName": "./src/components/UploadBar/UploadBar.tsx"
906
+ },
907
+ {
908
+ "moduleName": "./src/components/NumericInput/NumericInput.tsx"
909
+ },
910
+ {
911
+ "moduleName": "./src/components/Switch/Switch.tsx"
912
+ },
931
913
  {
932
- "moduleName": "./src/components/Input/index.ts"
933
- }
934
- ]
935
- },
936
- {
937
- "id": "./src/components/Icon/Icon.tsx",
938
- "name": "./src/components/Icon/Icon.tsx",
939
- "reasons": [
914
+ "moduleName": "./src/components/Picker/components/PickerTrigger.tsx"
915
+ },
940
916
  {
941
- "moduleName": "./src/components/Icon/index.ts"
917
+ "moduleName": "./src/components/Picker/components/PickerTriggerBody.tsx"
918
+ },
919
+ {
920
+ "moduleName": "./src/components/Picker/components/PickerListItem.tsx"
921
+ },
922
+ {
923
+ "moduleName": "./src/components/DatePicker/DatePickerNavbar.tsx"
942
924
  }
943
925
  ]
944
926
  },
945
927
  {
946
- "id": "./src/components/Link/Link.tsx",
947
- "name": "./src/components/Link/Link.tsx",
928
+ "id": "./src/components/Input/index.ts",
929
+ "name": "./src/components/Input/index.ts",
948
930
  "reasons": [
949
931
  {
950
- "moduleName": "./src/components/Link/index.ts"
932
+ "moduleName": "./src/index.ts"
951
933
  }
952
934
  ]
953
935
  },
954
936
  {
955
- "id": "./src/components/Modal/Modal.tsx",
956
- "name": "./src/components/Modal/Modal.tsx",
937
+ "id": "./src/components/Link/index.ts",
938
+ "name": "./src/components/Link/index.ts",
957
939
  "reasons": [
958
940
  {
959
- "moduleName": "./src/components/Modal/index.ts"
941
+ "moduleName": "./src/index.ts"
960
942
  }
961
943
  ]
962
944
  },
963
945
  {
964
- "id": "./src/components/Modal/components/ModalBase.tsx",
965
- "name": "./src/components/Modal/components/ModalBase.tsx",
946
+ "id": "./src/components/Loader/index.ts",
947
+ "name": "./src/components/Loader/index.ts",
966
948
  "reasons": [
967
949
  {
968
- "moduleName": "./src/components/Modal/index.ts"
950
+ "moduleName": "./src/index.ts"
969
951
  },
970
952
  {
971
- "moduleName": "./src/components/Modal/Modal.tsx"
972
- }
973
- ]
974
- },
975
- {
976
- "id": "./src/components/Modal/components/ModalCloseButton.tsx",
977
- "name": "./src/components/Modal/components/ModalCloseButton.tsx",
978
- "reasons": [
953
+ "moduleName": "./src/components/Search/Search.tsx"
954
+ },
979
955
  {
980
- "moduleName": "./src/components/Modal/index.ts"
956
+ "moduleName": "./src/components/Button/Button.tsx"
981
957
  },
982
958
  {
983
- "moduleName": "./src/components/Modal/Modal.tsx"
959
+ "moduleName": "./src/components/Switch/Switch.tsx"
984
960
  }
985
961
  ]
986
962
  },
987
963
  {
988
- "id": "./src/components/Modal/components/ModalPortal.tsx",
989
- "name": "./src/components/Modal/components/ModalPortal.tsx",
964
+ "id": "./src/components/Modal/index.ts",
965
+ "name": "./src/components/Modal/index.ts",
990
966
  "reasons": [
991
967
  {
992
- "moduleName": "./src/components/Modal/index.ts"
968
+ "moduleName": "./src/index.ts"
993
969
  }
994
970
  ]
995
971
  },
996
972
  {
997
- "id": "./src/components/Modal/components/ModalHeader.tsx",
998
- "name": "./src/components/Modal/components/ModalHeader.tsx",
973
+ "id": "./src/components/NumericInput/index.ts",
974
+ "name": "./src/components/NumericInput/index.ts",
999
975
  "reasons": [
1000
976
  {
1001
- "moduleName": "./src/components/Modal/index.ts"
977
+ "moduleName": "./src/index.ts"
1002
978
  }
1003
979
  ]
1004
980
  },
1005
981
  {
1006
- "id": "./src/components/NumericInput/NumericInput.tsx",
1007
- "name": "./src/components/NumericInput/NumericInput.tsx",
982
+ "id": "./src/components/Picker/index.ts",
983
+ "name": "./src/components/Picker/index.ts",
1008
984
  "reasons": [
1009
985
  {
1010
- "moduleName": "./src/components/NumericInput/index.ts"
986
+ "moduleName": "./src/index.ts"
1011
987
  }
1012
988
  ]
1013
989
  },
1014
990
  {
1015
- "id": "./src/components/Picker/Picker.tsx",
1016
- "name": "./src/components/Picker/Picker.tsx",
991
+ "id": "./src/components/Popover/index.ts",
992
+ "name": "./src/components/Popover/index.ts",
1017
993
  "reasons": [
1018
994
  {
1019
- "moduleName": "./src/components/Picker/index.ts"
995
+ "moduleName": "./src/index.ts"
1020
996
  }
1021
997
  ]
1022
998
  },
1023
999
  {
1024
- "id": "./src/components/Picker/components/PickerList.tsx",
1025
- "name": "./src/components/Picker/components/PickerList.tsx",
1000
+ "id": "./src/components/Progress/index.ts",
1001
+ "name": "./src/components/Progress/index.ts",
1026
1002
  "reasons": [
1027
1003
  {
1028
- "moduleName": "./src/components/Picker/index.ts"
1004
+ "moduleName": "./src/index.ts"
1029
1005
  },
1030
1006
  {
1031
- "moduleName": "./src/components/Picker/Picker.tsx"
1007
+ "moduleName": "./src/components/FileUploadProgress/FileUploadProgress.tsx"
1008
+ },
1009
+ {
1010
+ "moduleName": "./src/components/UploadBar/UploadBar.tsx"
1032
1011
  }
1033
1012
  ]
1034
1013
  },
1035
1014
  {
1036
- "id": "./src/components/Popover/Popover.tsx",
1037
- "name": "./src/components/Popover/Popover.tsx",
1015
+ "id": "./src/components/PromoBanner/index.ts",
1016
+ "name": "./src/components/PromoBanner/index.ts",
1038
1017
  "reasons": [
1039
1018
  {
1040
- "moduleName": "./src/components/Popover/index.ts"
1019
+ "moduleName": "./src/index.ts"
1041
1020
  }
1042
1021
  ]
1043
1022
  },
1044
1023
  {
1045
- "id": "./src/components/Progress/ProgressCircle.tsx",
1046
- "name": "./src/components/Progress/ProgressCircle.tsx",
1024
+ "id": "./src/components/PromoBannerV2/index.ts",
1025
+ "name": "./src/components/PromoBannerV2/index.ts",
1047
1026
  "reasons": [
1048
1027
  {
1049
- "moduleName": "./src/components/Progress/index.ts"
1028
+ "moduleName": "./src/index.ts"
1050
1029
  }
1051
1030
  ]
1052
1031
  },
1053
1032
  {
1054
- "id": "./src/components/Progress/ProgressBar.tsx",
1055
- "name": "./src/components/Progress/ProgressBar.tsx",
1033
+ "id": "./src/components/RadioButton/index.ts",
1034
+ "name": "./src/components/RadioButton/index.ts",
1056
1035
  "reasons": [
1057
1036
  {
1058
- "moduleName": "./src/components/Progress/index.ts"
1037
+ "moduleName": "./src/index.ts"
1059
1038
  }
1060
1039
  ]
1061
1040
  },
1062
1041
  {
1063
- "id": "./src/components/PromoBanner/PromoBanner.tsx",
1064
- "name": "./src/components/PromoBanner/PromoBanner.tsx",
1042
+ "id": "./src/components/Search/index.ts",
1043
+ "name": "./src/components/Search/index.ts",
1065
1044
  "reasons": [
1066
1045
  {
1067
- "moduleName": "./src/components/PromoBanner/index.ts"
1046
+ "moduleName": "./src/index.ts"
1068
1047
  }
1069
1048
  ]
1070
1049
  },
1071
1050
  {
1072
- "id": "./src/components/PromoBannerV2/PromoBannerV2.tsx",
1073
- "name": "./src/components/PromoBannerV2/PromoBannerV2.tsx",
1051
+ "id": "./src/components/Switch/index.ts",
1052
+ "name": "./src/components/Switch/index.ts",
1074
1053
  "reasons": [
1075
1054
  {
1076
- "moduleName": "./src/components/PromoBannerV2/index.ts"
1055
+ "moduleName": "./src/index.ts"
1077
1056
  }
1078
1057
  ]
1079
1058
  },
1080
1059
  {
1081
- "id": "./src/components/Loader/Loader.tsx",
1082
- "name": "./src/components/Loader/Loader.tsx",
1060
+ "id": "./src/components/Tab/index.ts",
1061
+ "name": "./src/components/Tab/index.ts",
1083
1062
  "reasons": [
1084
1063
  {
1085
- "moduleName": "./src/components/Loader/index.ts"
1064
+ "moduleName": "./src/index.ts"
1086
1065
  }
1087
1066
  ]
1088
1067
  },
1089
1068
  {
1090
- "id": "./src/components/Search/Search.tsx",
1091
- "name": "./src/components/Search/Search.tsx",
1069
+ "id": "./src/components/Tag/index.ts",
1070
+ "name": "./src/components/Tag/index.ts",
1092
1071
  "reasons": [
1093
1072
  {
1094
- "moduleName": "./src/components/Search/index.ts"
1073
+ "moduleName": "./src/index.ts"
1074
+ },
1075
+ {
1076
+ "moduleName": "./src/components/Picker/components/PickerTriggerBody.tsx"
1077
+ },
1078
+ {
1079
+ "moduleName": "./src/components/TagInput/EditableTag.tsx"
1095
1080
  }
1096
1081
  ]
1097
1082
  },
1098
1083
  {
1099
- "id": "./src/components/Tag/Tag.tsx",
1100
- "name": "./src/components/Tag/Tag.tsx",
1084
+ "id": "./src/components/TagInput/index.ts",
1085
+ "name": "./src/components/TagInput/index.ts",
1101
1086
  "reasons": [
1102
1087
  {
1103
- "moduleName": "./src/components/Tag/index.ts"
1088
+ "moduleName": "./src/index.ts"
1104
1089
  }
1105
1090
  ]
1106
1091
  },
1107
1092
  {
1108
- "id": "./src/components/TagInput/TagInput.tsx",
1109
- "name": "./src/components/TagInput/TagInput.tsx",
1093
+ "id": "./src/components/Toast/index.ts",
1094
+ "name": "./src/components/Toast/index.ts",
1110
1095
  "reasons": [
1111
1096
  {
1112
- "moduleName": "./src/components/TagInput/index.ts"
1113
- },
1114
- {
1115
- "moduleName": "./src/components/TagInput/EmailTagInput.tsx"
1097
+ "moduleName": "./src/index.ts"
1116
1098
  }
1117
1099
  ]
1118
1100
  },
1119
1101
  {
1120
- "id": "./src/components/TagInput/EmailTagInput.tsx",
1121
- "name": "./src/components/TagInput/EmailTagInput.tsx",
1102
+ "id": "./src/components/Tooltip/index.ts",
1103
+ "name": "./src/components/Tooltip/index.ts",
1122
1104
  "reasons": [
1123
1105
  {
1124
- "moduleName": "./src/components/TagInput/index.ts"
1106
+ "moduleName": "./src/index.ts"
1107
+ },
1108
+ {
1109
+ "moduleName": "./src/components/ActionBar/ActionBarItem.tsx"
1125
1110
  }
1126
1111
  ]
1127
1112
  },
1128
1113
  {
1129
- "id": "./src/components/RadioButton/RadioButton.tsx",
1130
- "name": "./src/components/RadioButton/RadioButton.tsx",
1114
+ "id": "./src/components/Typography/index.ts",
1115
+ "name": "./src/components/Typography/index.ts",
1131
1116
  "reasons": [
1132
1117
  {
1133
- "moduleName": "./src/components/RadioButton/index.ts"
1134
- }
1135
- ]
1136
- },
1137
- {
1138
- "id": "./src/components/Tab/Tab.tsx",
1139
- "name": "./src/components/Tab/Tab.tsx",
1140
- "reasons": [
1118
+ "moduleName": "./src/index.ts"
1119
+ },
1120
+ {
1121
+ "moduleName": "./src/components/FileUploadProgress/FileUploadProgress.tsx"
1122
+ },
1123
+ {
1124
+ "moduleName": "./src/components/FormGroup/FormGroup.tsx"
1125
+ },
1126
+ {
1127
+ "moduleName": "./src/components/Tab/Tab.tsx"
1128
+ },
1129
+ {
1130
+ "moduleName": "./src/components/TagInput/TagInput.tsx"
1131
+ },
1132
+ {
1133
+ "moduleName": "./src/components/RadioButton/RadioButton.tsx"
1134
+ },
1135
+ {
1136
+ "moduleName": "./src/components/Modal/Modal.tsx"
1137
+ },
1138
+ {
1139
+ "moduleName": "./src/components/Modal/components/ModalHeader.tsx"
1140
+ },
1141
+ {
1142
+ "moduleName": "./src/components/Tooltip/components/Info.tsx"
1143
+ },
1144
+ {
1145
+ "moduleName": "./src/components/Tooltip/components/Interactive.tsx"
1146
+ },
1147
+ {
1148
+ "moduleName": "./src/components/Tooltip/components/Reports.tsx"
1149
+ },
1150
+ {
1151
+ "moduleName": "./src/components/Search/Search.tsx"
1152
+ },
1153
+ {
1154
+ "moduleName": "./src/components/Alert/Alert.tsx"
1155
+ },
1156
+ {
1157
+ "moduleName": "./src/components/FieldError/FieldError.tsx"
1158
+ },
1159
+ {
1160
+ "moduleName": "./src/components/Avatar/Avatar.tsx"
1161
+ },
1162
+ {
1163
+ "moduleName": "./src/components/Input/Input.tsx"
1164
+ },
1165
+ {
1166
+ "moduleName": "./src/components/Form/Form.tsx"
1167
+ },
1168
+ {
1169
+ "moduleName": "./src/components/FormField/FormField.tsx"
1170
+ },
1171
+ {
1172
+ "moduleName": "./src/components/Checkbox/Checkbox.tsx"
1173
+ },
1174
+ {
1175
+ "moduleName": "./src/components/Tag/Tag.tsx"
1176
+ },
1177
+ {
1178
+ "moduleName": "./src/components/Card/Card.tsx"
1179
+ },
1180
+ {
1181
+ "moduleName": "./src/components/DetailsCard/DetailsCard.tsx"
1182
+ },
1183
+ {
1184
+ "moduleName": "./src/components/ActionMenu/ActionMenuItem.tsx"
1185
+ },
1186
+ {
1187
+ "moduleName": "./src/components/Popover/Popover.tsx"
1188
+ },
1189
+ {
1190
+ "moduleName": "./src/components/PromoBanner/PromoBanner.tsx"
1191
+ },
1192
+ {
1193
+ "moduleName": "./src/components/Toast/Toast.tsx"
1194
+ },
1195
+ {
1196
+ "moduleName": "./src/components/Loader/Loader.tsx"
1197
+ },
1198
+ {
1199
+ "moduleName": "./src/components/Tooltip/Tooltip.tsx"
1200
+ },
1201
+ {
1202
+ "moduleName": "./src/components/Textarea/Textarea.tsx"
1203
+ },
1141
1204
  {
1142
- "moduleName": "./src/components/Tab/index.ts"
1143
- }
1144
- ]
1145
- },
1146
- {
1147
- "id": "./src/components/Tab/TabsWrapper.tsx",
1148
- "name": "./src/components/Tab/TabsWrapper.tsx",
1149
- "reasons": [
1205
+ "moduleName": "./src/components/UploadBar/UploadBar.tsx"
1206
+ },
1150
1207
  {
1151
- "moduleName": "./src/components/Tab/index.ts"
1208
+ "moduleName": "./src/components/FieldDescription/FieldDescription.tsx"
1209
+ },
1210
+ {
1211
+ "moduleName": "./src/components/Picker/components/PickerTrigger.tsx"
1212
+ },
1213
+ {
1214
+ "moduleName": "./src/components/Picker/components/PickerListItem.tsx"
1152
1215
  }
1153
1216
  ]
1154
1217
  },
1155
1218
  {
1156
- "id": "./src/components/Switch/Switch.tsx",
1157
- "name": "./src/components/Switch/Switch.tsx",
1219
+ "id": "./src/components/Textarea/index.ts",
1220
+ "name": "./src/components/Textarea/index.ts",
1158
1221
  "reasons": [
1159
1222
  {
1160
- "moduleName": "./src/components/Switch/index.ts"
1223
+ "moduleName": "./src/index.ts"
1161
1224
  }
1162
1225
  ]
1163
1226
  },
1164
1227
  {
1165
- "id": "./src/components/Tooltip/Tooltip.tsx",
1166
- "name": "./src/components/Tooltip/Tooltip.tsx",
1228
+ "id": "./src/components/FileUploadProgress/index.ts",
1229
+ "name": "./src/components/FileUploadProgress/index.ts",
1167
1230
  "reasons": [
1168
1231
  {
1169
- "moduleName": "./src/components/Tooltip/index.ts"
1232
+ "moduleName": "./src/index.ts"
1170
1233
  },
1171
1234
  {
1172
- "moduleName": "./src/components/Tooltip/components/UserGuide/UserGuide.tsx"
1173
- }
1174
- ]
1175
- },
1176
- {
1177
- "id": "./src/components/Tooltip/components/index.ts",
1178
- "name": "./src/components/Tooltip/components/index.ts",
1179
- "reasons": [
1180
- {
1181
- "moduleName": "./src/components/Tooltip/index.ts"
1235
+ "moduleName": "./src/components/UploadBar/UploadBar.tsx"
1182
1236
  }
1183
1237
  ]
1184
1238
  },
1185
1239
  {
1186
- "id": "./src/components/Tooltip/components/UserGuide/index.ts",
1187
- "name": "./src/components/Tooltip/components/UserGuide/index.ts",
1240
+ "id": "./src/components/UploadBar/index.ts",
1241
+ "name": "./src/components/UploadBar/index.ts",
1188
1242
  "reasons": [
1189
1243
  {
1190
- "moduleName": "./src/components/Tooltip/index.ts"
1191
- },
1192
- {
1193
- "moduleName": "./src/components/Tooltip/components/index.ts"
1244
+ "moduleName": "./src/index.ts"
1194
1245
  }
1195
1246
  ]
1196
1247
  },
1197
1248
  {
1198
- "id": "./src/components/Toast/Toast.tsx",
1199
- "name": "./src/components/Toast/Toast.tsx",
1249
+ "id": "./src/utils/getDesignTokenWithOpacity.ts",
1250
+ "name": "./src/utils/getDesignTokenWithOpacity.ts",
1200
1251
  "reasons": [
1201
1252
  {
1202
- "moduleName": "./src/components/Toast/index.ts"
1203
- },
1204
- {
1205
- "moduleName": "./src/components/Toast/ToastWrapper.tsx"
1253
+ "moduleName": "./src/utils/index.ts"
1206
1254
  }
1207
1255
  ]
1208
1256
  },
1209
1257
  {
1210
- "id": "./src/components/Toast/ToastWrapper.tsx",
1211
- "name": "./src/components/Toast/ToastWrapper.tsx",
1258
+ "id": "./src/components/UploadBar/UploadBar.tsx",
1259
+ "name": "./src/components/UploadBar/UploadBar.tsx",
1212
1260
  "reasons": [
1213
1261
  {
1214
- "moduleName": "./src/components/Toast/index.ts"
1262
+ "moduleName": "./src/components/UploadBar/index.ts"
1215
1263
  }
1216
1264
  ]
1217
1265
  },
1218
1266
  {
1219
- "id": "./src/components/Typography/Heading.tsx",
1220
- "name": "./src/components/Typography/Heading.tsx",
1267
+ "id": "./src/components/SegmentedControl/SegmentedControl.tsx",
1268
+ "name": "./src/components/SegmentedControl/SegmentedControl.tsx",
1221
1269
  "reasons": [
1222
1270
  {
1223
- "moduleName": "./src/components/Typography/index.ts"
1271
+ "moduleName": "./src/components/SegmentedControl/index.ts"
1224
1272
  }
1225
1273
  ]
1226
1274
  },
1227
1275
  {
1228
- "id": "./src/components/Typography/Text.tsx",
1229
- "name": "./src/components/Typography/Text.tsx",
1276
+ "id": "./src/components/DetailsCardInfo/DetailsCardInfo.tsx",
1277
+ "name": "./src/components/DetailsCardInfo/DetailsCardInfo.tsx",
1230
1278
  "reasons": [
1231
1279
  {
1232
- "moduleName": "./src/components/Typography/index.ts"
1280
+ "moduleName": "./src/components/DetailsCardInfo/index.ts"
1233
1281
  }
1234
1282
  ]
1235
1283
  },
1236
1284
  {
1237
- "id": "./src/components/Typography/Display.tsx",
1238
- "name": "./src/components/Typography/Display.tsx",
1285
+ "id": "./src/components/FieldDescription/FieldDescription.tsx",
1286
+ "name": "./src/components/FieldDescription/FieldDescription.tsx",
1239
1287
  "reasons": [
1240
1288
  {
1241
- "moduleName": "./src/components/Typography/index.ts"
1289
+ "moduleName": "./src/components/FieldDescription/index.ts"
1242
1290
  }
1243
1291
  ]
1244
1292
  },
@@ -1252,32 +1300,29 @@
1252
1300
  ]
1253
1301
  },
1254
1302
  {
1255
- "id": "./src/components/FileUploadProgress/FileUploadProgress.tsx",
1256
- "name": "./src/components/FileUploadProgress/FileUploadProgress.tsx",
1303
+ "id": "./src/components/Switch/Switch.tsx",
1304
+ "name": "./src/components/Switch/Switch.tsx",
1257
1305
  "reasons": [
1258
1306
  {
1259
- "moduleName": "./src/components/FileUploadProgress/index.ts"
1307
+ "moduleName": "./src/components/Switch/index.ts"
1260
1308
  }
1261
1309
  ]
1262
1310
  },
1263
1311
  {
1264
- "id": "./src/components/FileUploadProgress/FileUploadProgressActions.tsx",
1265
- "name": "./src/components/FileUploadProgress/FileUploadProgressActions.tsx",
1312
+ "id": "./src/components/Progress/ProgressCircle.tsx",
1313
+ "name": "./src/components/Progress/ProgressCircle.tsx",
1266
1314
  "reasons": [
1267
1315
  {
1268
- "moduleName": "./src/components/FileUploadProgress/index.ts"
1269
- },
1270
- {
1271
- "moduleName": "./src/components/FileUploadProgress/FileUploadProgress.tsx"
1316
+ "moduleName": "./src/components/Progress/index.ts"
1272
1317
  }
1273
1318
  ]
1274
1319
  },
1275
1320
  {
1276
- "id": "./src/components/UploadBar/UploadBar.tsx",
1277
- "name": "./src/components/UploadBar/UploadBar.tsx",
1321
+ "id": "./src/components/Progress/ProgressBar.tsx",
1322
+ "name": "./src/components/Progress/ProgressBar.tsx",
1278
1323
  "reasons": [
1279
1324
  {
1280
- "moduleName": "./src/components/UploadBar/index.ts"
1325
+ "moduleName": "./src/components/Progress/index.ts"
1281
1326
  }
1282
1327
  ]
1283
1328
  },
@@ -1286,127 +1331,31 @@
1286
1331
  "name": "./react",
1287
1332
  "reasons": [
1288
1333
  {
1289
- "moduleName": "./src/components/ActionMenu/ActionMenuItem.tsx"
1290
- },
1291
- {
1292
- "moduleName": "./src/components/ActionBar/ActionBar.tsx"
1293
- },
1294
- {
1295
- "moduleName": "./src/components/ActionMenu/ActionMenu.tsx"
1296
- },
1297
- {
1298
- "moduleName": "./src/components/Avatar/Avatar.tsx"
1299
- },
1300
- {
1301
- "moduleName": "./src/components/Badge/Badge.tsx"
1302
- },
1303
- {
1304
- "moduleName": "./src/components/SegmentedControl/SegmentedControl.tsx"
1305
- },
1306
- {
1307
- "moduleName": "./src/components/Button/Button.tsx"
1308
- },
1309
- {
1310
- "moduleName": "./src/components/Checkbox/Checkbox.tsx"
1311
- },
1312
- {
1313
- "moduleName": "./src/components/Alert/Alert.tsx"
1314
- },
1315
- {
1316
- "moduleName": "./src/components/DatePicker/DatePicker.tsx"
1317
- },
1318
- {
1319
- "moduleName": "./src/components/DatePicker/DatePickerRangeCalendarsWrapper.tsx"
1320
- },
1321
- {
1322
- "moduleName": "./src/components/DatePicker/RangeDatePicker.tsx"
1323
- },
1324
- {
1325
- "moduleName": "./src/components/FieldDescription/FieldDescription.tsx"
1326
- },
1327
- {
1328
- "moduleName": "./src/components/Card/Card.tsx"
1329
- },
1330
- {
1331
- "moduleName": "./src/components/FieldGroup/FieldGroup.tsx"
1332
- },
1333
- {
1334
- "moduleName": "./src/components/DetailsCardInfo/DetailsCardInfo.tsx"
1335
- },
1336
- {
1337
- "moduleName": "./src/components/DetailsCard/DetailsCard.tsx"
1338
- },
1339
- {
1340
- "moduleName": "./src/components/FieldError/FieldError.tsx"
1341
- },
1342
- {
1343
- "moduleName": "./src/components/Form/Form.tsx"
1344
- },
1345
- {
1346
- "moduleName": "./src/components/FormField/FormField.tsx"
1347
- },
1348
- {
1349
- "moduleName": "./src/components/FormGroup/FormGroup.tsx"
1350
- },
1351
- {
1352
- "moduleName": "./src/components/Icon/Icon.tsx"
1353
- },
1354
- {
1355
- "moduleName": "./src/components/Input/Input.tsx"
1356
- },
1357
- {
1358
- "moduleName": "./src/components/Modal/components/ModalCloseButton.tsx"
1359
- },
1360
- {
1361
- "moduleName": "./src/components/Link/Link.tsx"
1362
- },
1363
- {
1364
- "moduleName": "./src/components/Modal/Modal.tsx"
1365
- },
1366
- {
1367
- "moduleName": "./src/components/Modal/components/ModalPortal.tsx"
1368
- },
1369
- {
1370
- "moduleName": "./src/components/Modal/components/ModalBase.tsx"
1371
- },
1372
- {
1373
- "moduleName": "./src/components/Modal/components/ModalHeader.tsx"
1374
- },
1375
- {
1376
- "moduleName": "./src/components/NumericInput/NumericInput.tsx"
1377
- },
1378
- {
1379
- "moduleName": "./src/components/Progress/ProgressBar.tsx"
1380
- },
1381
- {
1382
- "moduleName": "./src/components/Progress/ProgressCircle.tsx"
1334
+ "moduleName": "./src/components/Picker/Picker.tsx"
1383
1335
  },
1384
1336
  {
1385
1337
  "moduleName": "./src/components/Picker/components/PickerList.tsx"
1386
1338
  },
1387
1339
  {
1388
- "moduleName": "./src/components/Popover/Popover.tsx"
1389
- },
1390
- {
1391
- "moduleName": "./src/components/Picker/Picker.tsx"
1340
+ "moduleName": "./src/components/FileUploadProgress/FileUploadProgress.tsx"
1392
1341
  },
1393
1342
  {
1394
- "moduleName": "./src/components/PromoBannerV2/PromoBannerV2.tsx"
1343
+ "moduleName": "./src/components/FileUploadProgress/FileUploadProgressActions.tsx"
1395
1344
  },
1396
1345
  {
1397
- "moduleName": "./src/components/PromoBanner/PromoBanner.tsx"
1346
+ "moduleName": "./src/components/FormGroup/FormGroup.tsx"
1398
1347
  },
1399
1348
  {
1400
- "moduleName": "./src/components/Loader/Loader.tsx"
1349
+ "moduleName": "./src/components/Typography/Heading.tsx"
1401
1350
  },
1402
1351
  {
1403
- "moduleName": "./src/components/Search/Search.tsx"
1352
+ "moduleName": "./src/components/Typography/Display.tsx"
1404
1353
  },
1405
1354
  {
1406
- "moduleName": "./src/components/RadioButton/RadioButton.tsx"
1355
+ "moduleName": "./src/components/Typography/Text.tsx"
1407
1356
  },
1408
1357
  {
1409
- "moduleName": "./src/components/Tag/Tag.tsx"
1358
+ "moduleName": "./src/components/Tab/Tab.tsx"
1410
1359
  },
1411
1360
  {
1412
1361
  "moduleName": "./src/components/TagInput/TagInput.tsx"
@@ -1418,262 +1367,262 @@
1418
1367
  "moduleName": "./src/components/Tab/TabsWrapper.tsx"
1419
1368
  },
1420
1369
  {
1421
- "moduleName": "./src/components/Tab/Tab.tsx"
1422
- },
1423
- {
1424
- "moduleName": "./src/components/Switch/Switch.tsx"
1425
- },
1426
- {
1427
- "moduleName": "./src/components/Tooltip/Tooltip.tsx"
1428
- },
1429
- {
1430
- "moduleName": "./src/components/Typography/Display.tsx"
1370
+ "moduleName": "./src/components/RadioButton/RadioButton.tsx"
1431
1371
  },
1432
1372
  {
1433
- "moduleName": "./src/components/Typography/Heading.tsx"
1373
+ "moduleName": "./src/components/Modal/Modal.tsx"
1434
1374
  },
1435
1375
  {
1436
- "moduleName": "./src/components/Toast/Toast.tsx"
1376
+ "moduleName": "./src/components/Modal/components/ModalBase.tsx"
1437
1377
  },
1438
1378
  {
1439
- "moduleName": "./src/components/Toast/ToastWrapper.tsx"
1379
+ "moduleName": "./src/components/Modal/components/ModalCloseButton.tsx"
1440
1380
  },
1441
1381
  {
1442
- "moduleName": "./src/components/Typography/Text.tsx"
1382
+ "moduleName": "./src/components/Modal/components/ModalPortal.tsx"
1443
1383
  },
1444
1384
  {
1445
- "moduleName": "./src/components/FileUploadProgress/FileUploadProgressActions.tsx"
1385
+ "moduleName": "./src/components/Tooltip/components/Simple.tsx"
1446
1386
  },
1447
1387
  {
1448
- "moduleName": "./src/components/Textarea/Textarea.tsx"
1388
+ "moduleName": "./src/components/Modal/components/ModalHeader.tsx"
1449
1389
  },
1450
1390
  {
1451
- "moduleName": "./src/components/FileUploadProgress/FileUploadProgress.tsx"
1391
+ "moduleName": "./src/components/Tooltip/components/Info.tsx"
1452
1392
  },
1453
1393
  {
1454
- "moduleName": "./src/components/UploadBar/UploadBar.tsx"
1394
+ "moduleName": "./src/components/Tooltip/components/Interactive.tsx"
1455
1395
  },
1456
1396
  {
1457
- "moduleName": "./src/components/DatePicker/DatePickerNavbar.tsx"
1397
+ "moduleName": "./src/components/Tooltip/components/Reports.tsx"
1458
1398
  },
1459
1399
  {
1460
- "moduleName": "./src/components/ActionBar/ActionBarItem.tsx"
1400
+ "moduleName": "./src/components/Search/Search.tsx"
1461
1401
  },
1462
1402
  {
1463
- "moduleName": "./src/components/DatePicker/hooks.ts"
1403
+ "moduleName": "./src/components/Button/Button.tsx"
1464
1404
  },
1465
1405
  {
1466
- "moduleName": "./src/components/Picker/components/PickerListItem.tsx"
1406
+ "moduleName": "./src/components/ActionBar/ActionBar.tsx"
1467
1407
  },
1468
1408
  {
1469
- "moduleName": "./src/components/Picker/components/PickerTrigger.tsx"
1409
+ "moduleName": "./src/components/Alert/Alert.tsx"
1470
1410
  },
1471
1411
  {
1472
- "moduleName": "./src/components/Picker/hooks/usePickerItems.ts"
1412
+ "moduleName": "./src/components/FieldError/FieldError.tsx"
1473
1413
  },
1474
1414
  {
1475
- "moduleName": "./src/components/Picker/components/PickerTriggerBody.tsx"
1415
+ "moduleName": "./src/components/Badge/Badge.tsx"
1476
1416
  },
1477
1417
  {
1478
- "moduleName": "./src/components/Picker/hooks/useFloatingPicker.ts"
1418
+ "moduleName": "./src/components/Avatar/Avatar.tsx"
1479
1419
  },
1480
1420
  {
1481
- "moduleName": "./src/components/TagInput/EditableTag.tsx"
1421
+ "moduleName": "./src/components/Input/Input.tsx"
1482
1422
  },
1483
1423
  {
1484
- "moduleName": "./src/components/Tooltip/components/Simple.tsx"
1424
+ "moduleName": "./src/components/Form/Form.tsx"
1485
1425
  },
1486
1426
  {
1487
1427
  "moduleName": "./src/components/Tooltip/components/UserGuide/UserGuide.tsx"
1488
1428
  },
1489
1429
  {
1490
- "moduleName": "./src/components/Tooltip/components/Info.tsx"
1430
+ "moduleName": "./src/components/FieldGroup/FieldGroup.tsx"
1491
1431
  },
1492
1432
  {
1493
- "moduleName": "./src/components/Tooltip/components/Interactive.tsx"
1433
+ "moduleName": "./src/components/PromoBannerV2/PromoBannerV2.tsx"
1494
1434
  },
1495
1435
  {
1496
- "moduleName": "./src/components/Tooltip/components/Reports.tsx"
1436
+ "moduleName": "./src/components/FormField/FormField.tsx"
1497
1437
  },
1498
1438
  {
1499
- "moduleName": "./src/components/TagInput/EditableTagContent.tsx"
1439
+ "moduleName": "./src/components/Icon/Icon.tsx"
1500
1440
  },
1501
1441
  {
1502
- "moduleName": "./src/components/Tooltip/components/UserGuide/SpotlightOverlay.tsx"
1503
- }
1504
- ]
1505
- },
1506
- {
1507
- "id": "./clsx",
1508
- "name": "./clsx",
1509
- "reasons": [
1510
- {
1511
- "moduleName": "./src/components/ActionMenu/ActionMenuItem.tsx"
1442
+ "moduleName": "./src/components/Checkbox/Checkbox.tsx"
1512
1443
  },
1513
1444
  {
1514
- "moduleName": "./src/components/ActionBar/ActionBar.tsx"
1445
+ "moduleName": "./src/components/Tag/Tag.tsx"
1515
1446
  },
1516
1447
  {
1517
- "moduleName": "./src/components/ActionMenu/ActionMenu.tsx"
1448
+ "moduleName": "./src/components/Card/Card.tsx"
1518
1449
  },
1519
1450
  {
1520
- "moduleName": "./src/components/Avatar/Avatar.tsx"
1451
+ "moduleName": "./src/components/Link/Link.tsx"
1521
1452
  },
1522
1453
  {
1523
- "moduleName": "./src/components/Badge/Badge.tsx"
1454
+ "moduleName": "./src/components/DetailsCard/DetailsCard.tsx"
1524
1455
  },
1525
1456
  {
1526
- "moduleName": "./src/components/SegmentedControl/SegmentedControl.tsx"
1457
+ "moduleName": "./src/components/ActionMenu/ActionMenuItem.tsx"
1527
1458
  },
1528
1459
  {
1529
- "moduleName": "./src/components/Button/Button.tsx"
1460
+ "moduleName": "./src/components/Popover/Popover.tsx"
1530
1461
  },
1531
1462
  {
1532
- "moduleName": "./src/components/Checkbox/Checkbox.tsx"
1463
+ "moduleName": "./src/components/ActionMenu/ActionMenu.tsx"
1533
1464
  },
1534
1465
  {
1535
- "moduleName": "./src/components/Alert/Alert.tsx"
1466
+ "moduleName": "./src/components/PromoBanner/PromoBanner.tsx"
1536
1467
  },
1537
1468
  {
1538
- "moduleName": "./src/components/DatePicker/DatePickerRangeCalendarsWrapper.tsx"
1469
+ "moduleName": "./src/components/Toast/Toast.tsx"
1539
1470
  },
1540
1471
  {
1541
- "moduleName": "./src/components/FieldDescription/FieldDescription.tsx"
1472
+ "moduleName": "./src/components/Toast/ToastWrapper.tsx"
1542
1473
  },
1543
1474
  {
1544
- "moduleName": "./src/components/Card/Card.tsx"
1475
+ "moduleName": "./src/components/DatePicker/RangeDatePicker.tsx"
1545
1476
  },
1546
1477
  {
1547
- "moduleName": "./src/components/FieldGroup/FieldGroup.tsx"
1478
+ "moduleName": "./src/components/DatePicker/DatePickerRangeCalendarsWrapper.tsx"
1548
1479
  },
1549
1480
  {
1550
- "moduleName": "./src/components/DetailsCard/DetailsCard.tsx"
1481
+ "moduleName": "./src/components/Loader/Loader.tsx"
1551
1482
  },
1552
1483
  {
1553
- "moduleName": "./src/components/FieldError/FieldError.tsx"
1484
+ "moduleName": "./src/components/Tooltip/Tooltip.tsx"
1554
1485
  },
1555
1486
  {
1556
- "moduleName": "./src/components/Form/Form.tsx"
1487
+ "moduleName": "./src/components/DetailsCardInfo/DetailsCardInfo.tsx"
1557
1488
  },
1558
1489
  {
1559
- "moduleName": "./src/components/FormField/FormField.tsx"
1490
+ "moduleName": "./src/components/Textarea/Textarea.tsx"
1560
1491
  },
1561
1492
  {
1562
- "moduleName": "./src/components/FormGroup/FormGroup.tsx"
1493
+ "moduleName": "./src/components/UploadBar/UploadBar.tsx"
1563
1494
  },
1564
1495
  {
1565
- "moduleName": "./src/components/Icon/Icon.tsx"
1496
+ "moduleName": "./src/components/SegmentedControl/SegmentedControl.tsx"
1566
1497
  },
1567
1498
  {
1568
- "moduleName": "./src/components/Input/Input.tsx"
1499
+ "moduleName": "./src/components/FieldDescription/FieldDescription.tsx"
1569
1500
  },
1570
1501
  {
1571
- "moduleName": "./src/components/Modal/components/ModalCloseButton.tsx"
1502
+ "moduleName": "./src/components/NumericInput/NumericInput.tsx"
1572
1503
  },
1573
1504
  {
1574
- "moduleName": "./src/components/Link/Link.tsx"
1505
+ "moduleName": "./src/components/DatePicker/DatePicker.tsx"
1575
1506
  },
1576
1507
  {
1577
- "moduleName": "./src/components/Modal/Modal.tsx"
1508
+ "moduleName": "./src/components/Progress/ProgressBar.tsx"
1578
1509
  },
1579
1510
  {
1580
- "moduleName": "./src/components/Modal/components/ModalBase.tsx"
1511
+ "moduleName": "./src/components/Switch/Switch.tsx"
1581
1512
  },
1582
1513
  {
1583
- "moduleName": "./src/components/NumericInput/NumericInput.tsx"
1514
+ "moduleName": "./src/components/Progress/ProgressCircle.tsx"
1584
1515
  },
1585
1516
  {
1586
- "moduleName": "./src/components/Progress/ProgressBar.tsx"
1517
+ "moduleName": "./src/components/Picker/components/PickerTrigger.tsx"
1587
1518
  },
1588
1519
  {
1589
- "moduleName": "./src/components/Progress/ProgressCircle.tsx"
1520
+ "moduleName": "./src/components/Picker/components/PickerTriggerBody.tsx"
1590
1521
  },
1591
1522
  {
1592
- "moduleName": "./src/components/Picker/components/PickerList.tsx"
1523
+ "moduleName": "./src/components/Picker/hooks/usePickerItems.ts"
1593
1524
  },
1594
1525
  {
1595
- "moduleName": "./src/components/Popover/Popover.tsx"
1526
+ "moduleName": "./src/components/Picker/hooks/useFloatingPicker.ts"
1596
1527
  },
1597
1528
  {
1598
- "moduleName": "./src/components/Picker/Picker.tsx"
1529
+ "moduleName": "./src/components/Picker/components/PickerListItem.tsx"
1599
1530
  },
1600
1531
  {
1601
- "moduleName": "./src/components/PromoBannerV2/PromoBannerV2.tsx"
1532
+ "moduleName": "./src/components/ActionBar/ActionBarItem.tsx"
1602
1533
  },
1603
1534
  {
1604
- "moduleName": "./src/components/PromoBanner/PromoBanner.tsx"
1535
+ "moduleName": "./src/components/TagInput/EditableTag.tsx"
1605
1536
  },
1606
1537
  {
1607
- "moduleName": "./src/components/Loader/Loader.tsx"
1538
+ "moduleName": "./src/components/Tooltip/components/UserGuide/SpotlightOverlay.tsx"
1608
1539
  },
1609
1540
  {
1610
- "moduleName": "./src/components/Search/Search.tsx"
1541
+ "moduleName": "./src/components/DatePicker/hooks.ts"
1611
1542
  },
1612
1543
  {
1613
- "moduleName": "./src/components/RadioButton/RadioButton.tsx"
1544
+ "moduleName": "./src/components/DatePicker/DatePickerNavbar.tsx"
1614
1545
  },
1615
1546
  {
1616
- "moduleName": "./src/components/Tag/Tag.tsx"
1547
+ "moduleName": "./src/components/TagInput/EditableTagContent.tsx"
1548
+ }
1549
+ ]
1550
+ },
1551
+ {
1552
+ "id": "./@floating-ui/react",
1553
+ "name": "./@floating-ui/react",
1554
+ "reasons": [
1555
+ {
1556
+ "moduleName": "./src/components/Picker/Picker.tsx"
1617
1557
  },
1618
1558
  {
1619
- "moduleName": "./src/components/TagInput/TagInput.tsx"
1559
+ "moduleName": "./src/components/Picker/components/PickerList.tsx"
1620
1560
  },
1621
1561
  {
1622
- "moduleName": "./src/components/Tab/TabsWrapper.tsx"
1562
+ "moduleName": "./src/components/Modal/components/ModalBase.tsx"
1623
1563
  },
1624
1564
  {
1625
- "moduleName": "./src/components/Tab/Tab.tsx"
1565
+ "moduleName": "./src/components/Popover/Popover.tsx"
1626
1566
  },
1627
1567
  {
1628
- "moduleName": "./src/components/Switch/Switch.tsx"
1568
+ "moduleName": "./src/components/ActionMenu/ActionMenu.tsx"
1629
1569
  },
1630
1570
  {
1631
1571
  "moduleName": "./src/components/Tooltip/Tooltip.tsx"
1632
1572
  },
1633
1573
  {
1634
- "moduleName": "./src/components/Typography/Display.tsx"
1574
+ "moduleName": "./src/components/Picker/hooks/useFloatingPicker.ts"
1575
+ }
1576
+ ]
1577
+ },
1578
+ {
1579
+ "id": "./clsx",
1580
+ "name": "./clsx",
1581
+ "reasons": [
1582
+ {
1583
+ "moduleName": "./src/components/Picker/Picker.tsx"
1635
1584
  },
1636
1585
  {
1637
- "moduleName": "./src/components/Typography/Heading.tsx"
1586
+ "moduleName": "./src/components/Picker/components/PickerList.tsx"
1638
1587
  },
1639
1588
  {
1640
- "moduleName": "./src/components/Toast/Toast.tsx"
1589
+ "moduleName": "./src/components/FileUploadProgress/FileUploadProgress.tsx"
1641
1590
  },
1642
1591
  {
1643
- "moduleName": "./src/components/Toast/ToastWrapper.tsx"
1592
+ "moduleName": "./src/components/FormGroup/FormGroup.tsx"
1644
1593
  },
1645
1594
  {
1646
- "moduleName": "./src/components/Typography/Text.tsx"
1595
+ "moduleName": "./src/components/Typography/Heading.tsx"
1647
1596
  },
1648
1597
  {
1649
- "moduleName": "./src/components/Textarea/Textarea.tsx"
1598
+ "moduleName": "./src/components/Typography/Display.tsx"
1650
1599
  },
1651
1600
  {
1652
- "moduleName": "./src/components/FileUploadProgress/FileUploadProgress.tsx"
1601
+ "moduleName": "./src/components/Typography/Text.tsx"
1653
1602
  },
1654
1603
  {
1655
- "moduleName": "./src/components/UploadBar/UploadBar.tsx"
1604
+ "moduleName": "./src/components/Tab/Tab.tsx"
1656
1605
  },
1657
1606
  {
1658
- "moduleName": "./src/components/DatePicker/DatePickerNavbar.tsx"
1607
+ "moduleName": "./src/components/TagInput/TagInput.tsx"
1659
1608
  },
1660
1609
  {
1661
- "moduleName": "./src/components/ActionBar/ActionBarItem.tsx"
1610
+ "moduleName": "./src/components/Tab/TabsWrapper.tsx"
1662
1611
  },
1663
1612
  {
1664
- "moduleName": "./src/components/DatePicker/helpers.ts"
1613
+ "moduleName": "./src/components/RadioButton/RadioButton.tsx"
1665
1614
  },
1666
1615
  {
1667
- "moduleName": "./src/components/Picker/components/PickerListItem.tsx"
1616
+ "moduleName": "./src/components/Modal/Modal.tsx"
1668
1617
  },
1669
1618
  {
1670
- "moduleName": "./src/components/Picker/components/PickerTrigger.tsx"
1619
+ "moduleName": "./src/components/Modal/components/ModalBase.tsx"
1671
1620
  },
1672
1621
  {
1673
- "moduleName": "./src/components/Picker/components/PickerTriggerBody.tsx"
1622
+ "moduleName": "./src/components/Modal/components/ModalCloseButton.tsx"
1674
1623
  },
1675
1624
  {
1676
- "moduleName": "./src/components/Tooltip/components/UserGuide/UserGuide.tsx"
1625
+ "moduleName": "./src/components/Modal/components/ModalHeader.tsx"
1677
1626
  },
1678
1627
  {
1679
1628
  "moduleName": "./src/components/Tooltip/components/Info.tsx"
@@ -1682,955 +1631,1000 @@
1682
1631
  "moduleName": "./src/components/Tooltip/components/Interactive.tsx"
1683
1632
  },
1684
1633
  {
1685
- "moduleName": "./src/components/Tooltip/components/UserGuide/SpotlightOverlay.tsx"
1686
- }
1687
- ]
1688
- },
1689
- {
1690
- "id": "./src/components/ActionMenu/ActionMenuItem.module.scss",
1691
- "name": "./src/components/ActionMenu/ActionMenuItem.module.scss",
1692
- "reasons": [
1693
- {
1694
- "moduleName": "./src/components/ActionMenu/ActionMenuItem.tsx"
1695
- }
1696
- ]
1697
- },
1698
- {
1699
- "id": "./@livechat/design-system-icons",
1700
- "name": "./@livechat/design-system-icons",
1701
- "reasons": [
1702
- {
1703
- "moduleName": "./src/components/ActionBar/ActionBar.tsx"
1634
+ "moduleName": "./src/components/Search/Search.tsx"
1704
1635
  },
1705
1636
  {
1706
- "moduleName": "./src/components/ActionMenu/ActionMenu.tsx"
1637
+ "moduleName": "./src/components/Button/Button.tsx"
1707
1638
  },
1708
1639
  {
1709
- "moduleName": "./src/components/Avatar/Avatar.tsx"
1640
+ "moduleName": "./src/components/ActionBar/ActionBar.tsx"
1710
1641
  },
1711
1642
  {
1712
1643
  "moduleName": "./src/components/Alert/Alert.tsx"
1713
1644
  },
1714
1645
  {
1715
- "moduleName": "./src/components/Card/Card.tsx"
1646
+ "moduleName": "./src/components/FieldError/FieldError.tsx"
1716
1647
  },
1717
1648
  {
1718
- "moduleName": "./src/components/DetailsCard/DetailsCard.tsx"
1649
+ "moduleName": "./src/components/Badge/Badge.tsx"
1719
1650
  },
1720
1651
  {
1721
- "moduleName": "./src/components/FieldError/FieldError.tsx"
1652
+ "moduleName": "./src/components/Avatar/Avatar.tsx"
1722
1653
  },
1723
1654
  {
1724
1655
  "moduleName": "./src/components/Input/Input.tsx"
1725
1656
  },
1726
1657
  {
1727
- "moduleName": "./src/components/Modal/components/ModalCloseButton.tsx"
1658
+ "moduleName": "./src/components/Form/Form.tsx"
1728
1659
  },
1729
1660
  {
1730
- "moduleName": "./src/components/NumericInput/NumericInput.tsx"
1661
+ "moduleName": "./src/components/Tooltip/components/UserGuide/UserGuide.tsx"
1731
1662
  },
1732
1663
  {
1733
- "moduleName": "./src/components/PromoBannerV2/PromoBannerV2.tsx"
1664
+ "moduleName": "./src/components/FieldGroup/FieldGroup.tsx"
1734
1665
  },
1735
1666
  {
1736
- "moduleName": "./src/components/PromoBanner/PromoBanner.tsx"
1667
+ "moduleName": "./src/components/PromoBannerV2/PromoBannerV2.tsx"
1737
1668
  },
1738
1669
  {
1739
- "moduleName": "./src/components/Search/Search.tsx"
1670
+ "moduleName": "./src/components/FormField/FormField.tsx"
1740
1671
  },
1741
1672
  {
1742
- "moduleName": "./src/components/Tag/Tag.tsx"
1673
+ "moduleName": "./src/components/Icon/Icon.tsx"
1743
1674
  },
1744
1675
  {
1745
- "moduleName": "./src/components/Switch/Switch.tsx"
1676
+ "moduleName": "./src/components/Checkbox/Checkbox.tsx"
1746
1677
  },
1747
1678
  {
1748
- "moduleName": "./src/components/Toast/Toast.tsx"
1679
+ "moduleName": "./src/components/Tag/Tag.tsx"
1749
1680
  },
1750
1681
  {
1751
- "moduleName": "./src/components/FileUploadProgress/FileUploadProgressActions.tsx"
1682
+ "moduleName": "./src/components/Card/Card.tsx"
1752
1683
  },
1753
1684
  {
1754
- "moduleName": "./src/components/FileUploadProgress/FileUploadProgress.tsx"
1685
+ "moduleName": "./src/components/Link/Link.tsx"
1755
1686
  },
1756
1687
  {
1757
- "moduleName": "./src/components/UploadBar/UploadBar.tsx"
1688
+ "moduleName": "./src/components/DetailsCard/DetailsCard.tsx"
1758
1689
  },
1759
1690
  {
1760
- "moduleName": "./src/components/DatePicker/DatePickerNavbar.tsx"
1691
+ "moduleName": "./src/components/ActionMenu/ActionMenuItem.tsx"
1761
1692
  },
1762
1693
  {
1763
- "moduleName": "./src/components/Picker/constants.ts"
1694
+ "moduleName": "./src/components/Popover/Popover.tsx"
1764
1695
  },
1765
1696
  {
1766
- "moduleName": "./src/components/Picker/components/PickerListItem.tsx"
1697
+ "moduleName": "./src/components/ActionMenu/ActionMenu.tsx"
1767
1698
  },
1768
1699
  {
1769
- "moduleName": "./src/components/Picker/components/PickerTrigger.tsx"
1700
+ "moduleName": "./src/components/PromoBanner/PromoBanner.tsx"
1770
1701
  },
1771
1702
  {
1772
- "moduleName": "./src/components/Tooltip/components/Info.tsx"
1703
+ "moduleName": "./src/components/Toast/Toast.tsx"
1773
1704
  },
1774
1705
  {
1775
- "moduleName": "./src/components/Tooltip/components/Interactive.tsx"
1776
- }
1777
- ]
1778
- },
1779
- {
1780
- "id": "./src/components/ActionBar/ActionBarItem.tsx",
1781
- "name": "./src/components/ActionBar/ActionBarItem.tsx",
1782
- "reasons": [
1783
- {
1784
- "moduleName": "./src/components/ActionBar/ActionBar.tsx"
1785
- }
1786
- ]
1787
- },
1788
- {
1789
- "id": "./src/components/ActionBar/ActionBar.module.scss",
1790
- "name": "./src/components/ActionBar/ActionBar.module.scss",
1791
- "reasons": [
1706
+ "moduleName": "./src/components/Toast/ToastWrapper.tsx"
1707
+ },
1792
1708
  {
1793
- "moduleName": "./src/components/ActionBar/ActionBar.tsx"
1709
+ "moduleName": "./src/components/DatePicker/DatePickerRangeCalendarsWrapper.tsx"
1794
1710
  },
1795
1711
  {
1796
- "moduleName": "./src/components/ActionBar/ActionBarItem.tsx"
1797
- }
1798
- ]
1799
- },
1800
- {
1801
- "id": "./polished",
1802
- "name": "./polished",
1803
- "reasons": [
1712
+ "moduleName": "./src/components/Loader/Loader.tsx"
1713
+ },
1804
1714
  {
1805
- "moduleName": "./src/components/Avatar/Avatar.helpers.ts"
1715
+ "moduleName": "./src/components/Tooltip/Tooltip.tsx"
1806
1716
  },
1807
1717
  {
1808
- "moduleName": "./src/components/Tag/Tag.tsx"
1809
- }
1810
- ]
1811
- },
1812
- {
1813
- "id": "./@floating-ui/react",
1814
- "name": "./@floating-ui/react",
1815
- "reasons": [
1718
+ "moduleName": "./src/components/Textarea/Textarea.tsx"
1719
+ },
1816
1720
  {
1817
- "moduleName": "./src/components/ActionMenu/ActionMenu.tsx"
1721
+ "moduleName": "./src/components/UploadBar/UploadBar.tsx"
1818
1722
  },
1819
1723
  {
1820
- "moduleName": "./src/components/Modal/components/ModalBase.tsx"
1724
+ "moduleName": "./src/components/SegmentedControl/SegmentedControl.tsx"
1821
1725
  },
1822
1726
  {
1823
- "moduleName": "./src/components/Picker/components/PickerList.tsx"
1727
+ "moduleName": "./src/components/FieldDescription/FieldDescription.tsx"
1824
1728
  },
1825
1729
  {
1826
- "moduleName": "./src/components/Popover/Popover.tsx"
1730
+ "moduleName": "./src/components/NumericInput/NumericInput.tsx"
1827
1731
  },
1828
1732
  {
1829
- "moduleName": "./src/components/Picker/Picker.tsx"
1733
+ "moduleName": "./src/components/Progress/ProgressBar.tsx"
1830
1734
  },
1831
1735
  {
1832
- "moduleName": "./src/components/Tooltip/Tooltip.tsx"
1736
+ "moduleName": "./src/components/Switch/Switch.tsx"
1833
1737
  },
1834
1738
  {
1835
- "moduleName": "./src/components/Picker/hooks/useFloatingPicker.ts"
1836
- }
1837
- ]
1838
- },
1839
- {
1840
- "id": "./src/utils/keyCodes.ts",
1841
- "name": "./src/utils/keyCodes.ts",
1842
- "reasons": [
1739
+ "moduleName": "./src/components/Progress/ProgressCircle.tsx"
1740
+ },
1843
1741
  {
1844
- "moduleName": "./src/components/ActionMenu/ActionMenu.tsx"
1742
+ "moduleName": "./src/components/Picker/components/PickerTrigger.tsx"
1845
1743
  },
1846
1744
  {
1847
- "moduleName": "./src/components/Modal/components/ModalBase.tsx"
1745
+ "moduleName": "./src/components/Picker/components/PickerTriggerBody.tsx"
1848
1746
  },
1849
1747
  {
1850
- "moduleName": "./src/components/NumericInput/NumericInput.tsx"
1748
+ "moduleName": "./src/components/Picker/components/PickerListItem.tsx"
1851
1749
  },
1852
1750
  {
1853
- "moduleName": "./src/components/Search/Search.tsx"
1751
+ "moduleName": "./src/components/ActionBar/ActionBarItem.tsx"
1854
1752
  },
1855
1753
  {
1856
- "moduleName": "./src/components/TagInput/TagInput.tsx"
1754
+ "moduleName": "./src/components/Tooltip/components/UserGuide/SpotlightOverlay.tsx"
1857
1755
  },
1858
1756
  {
1859
- "moduleName": "./src/components/TagInput/EditableTagContent.tsx"
1757
+ "moduleName": "./src/components/DatePicker/helpers.ts"
1758
+ },
1759
+ {
1760
+ "moduleName": "./src/components/DatePicker/DatePickerNavbar.tsx"
1860
1761
  }
1861
1762
  ]
1862
1763
  },
1863
1764
  {
1864
- "id": "./src/components/ActionMenu/ActionMenu.module.scss",
1865
- "name": "./src/components/ActionMenu/ActionMenu.module.scss",
1765
+ "id": "./src/components/Picker/components/PickerTrigger.tsx",
1766
+ "name": "./src/components/Picker/components/PickerTrigger.tsx",
1866
1767
  "reasons": [
1867
1768
  {
1868
- "moduleName": "./src/components/ActionMenu/ActionMenu.tsx"
1769
+ "moduleName": "./src/components/Picker/Picker.tsx"
1869
1770
  }
1870
1771
  ]
1871
1772
  },
1872
1773
  {
1873
- "id": "./src/components/Avatar/Avatar.module.scss",
1874
- "name": "./src/components/Avatar/Avatar.module.scss",
1774
+ "id": "./src/components/Picker/components/PickerTriggerBody.tsx",
1775
+ "name": "./src/components/Picker/components/PickerTriggerBody.tsx",
1875
1776
  "reasons": [
1876
1777
  {
1877
- "moduleName": "./src/components/Avatar/Avatar.tsx"
1778
+ "moduleName": "./src/components/Picker/Picker.tsx"
1878
1779
  }
1879
1780
  ]
1880
1781
  },
1881
1782
  {
1882
- "id": "./src/components/Badge/Badge.helpers.ts",
1883
- "name": "./src/components/Badge/Badge.helpers.ts",
1783
+ "id": "./src/components/Picker/hooks/useFloatingPicker.ts",
1784
+ "name": "./src/components/Picker/hooks/useFloatingPicker.ts",
1884
1785
  "reasons": [
1885
1786
  {
1886
- "moduleName": "./src/components/Badge/Badge.tsx"
1787
+ "moduleName": "./src/components/Picker/Picker.tsx"
1887
1788
  }
1888
1789
  ]
1889
1790
  },
1890
1791
  {
1891
- "id": "./src/components/Badge/Badge.module.scss",
1892
- "name": "./src/components/Badge/Badge.module.scss",
1792
+ "id": "./src/components/Picker/hooks/usePickerItems.ts",
1793
+ "name": "./src/components/Picker/hooks/usePickerItems.ts",
1893
1794
  "reasons": [
1894
1795
  {
1895
- "moduleName": "./src/components/Badge/Badge.tsx"
1796
+ "moduleName": "./src/components/Picker/Picker.tsx"
1896
1797
  }
1897
1798
  ]
1898
1799
  },
1899
1800
  {
1900
- "id": "./src/utils/noop.ts",
1901
- "name": "./src/utils/noop.ts",
1801
+ "id": "./src/components/Picker/Picker.module.scss",
1802
+ "name": "./src/components/Picker/Picker.module.scss",
1902
1803
  "reasons": [
1903
1804
  {
1904
- "moduleName": "./src/components/SegmentedControl/SegmentedControl.tsx"
1805
+ "moduleName": "./src/components/Picker/Picker.tsx"
1905
1806
  }
1906
1807
  ]
1907
1808
  },
1908
1809
  {
1909
- "id": "./src/components/SegmentedControl/SegmentedControl.module.scss",
1910
- "name": "./src/components/SegmentedControl/SegmentedControl.module.scss",
1810
+ "id": "./react-virtuoso",
1811
+ "name": "./react-virtuoso",
1911
1812
  "reasons": [
1912
1813
  {
1913
- "moduleName": "./src/components/SegmentedControl/SegmentedControl.tsx"
1814
+ "moduleName": "./src/components/Picker/components/PickerList.tsx"
1914
1815
  }
1915
1816
  ]
1916
1817
  },
1917
1818
  {
1918
- "id": "./src/components/Button/helpers.ts",
1919
- "name": "./src/components/Button/helpers.ts",
1819
+ "id": "./src/components/Picker/constants.ts",
1820
+ "name": "./src/components/Picker/constants.ts",
1920
1821
  "reasons": [
1921
1822
  {
1922
- "moduleName": "./src/components/Button/Button.tsx"
1823
+ "moduleName": "./src/components/Picker/components/PickerList.tsx"
1824
+ },
1825
+ {
1826
+ "moduleName": "./src/components/Picker/hooks/usePickerItems.ts"
1827
+ },
1828
+ {
1829
+ "moduleName": "./src/components/Picker/helpers.ts"
1830
+ },
1831
+ {
1832
+ "moduleName": "./src/components/Picker/components/PickerListItem.tsx"
1923
1833
  }
1924
1834
  ]
1925
1835
  },
1926
1836
  {
1927
- "id": "./src/components/Button/Button.module.scss",
1928
- "name": "./src/components/Button/Button.module.scss",
1837
+ "id": "./src/components/Picker/helpers.ts",
1838
+ "name": "./src/components/Picker/helpers.ts",
1929
1839
  "reasons": [
1930
1840
  {
1931
- "moduleName": "./src/components/Button/Button.tsx"
1841
+ "moduleName": "./src/components/Picker/components/PickerList.tsx"
1842
+ },
1843
+ {
1844
+ "moduleName": "./src/components/Picker/hooks/usePickerItems.ts"
1845
+ },
1846
+ {
1847
+ "moduleName": "./src/components/Picker/hooks/useFloatingPicker.ts"
1932
1848
  }
1933
1849
  ]
1934
1850
  },
1935
1851
  {
1936
- "id": "./src/components/Checkbox/Checkbox.module.scss",
1937
- "name": "./src/components/Checkbox/Checkbox.module.scss",
1852
+ "id": "./src/components/Picker/components/PickerListItem.tsx",
1853
+ "name": "./src/components/Picker/components/PickerListItem.tsx",
1938
1854
  "reasons": [
1939
1855
  {
1940
- "moduleName": "./src/components/Checkbox/Checkbox.tsx"
1856
+ "moduleName": "./src/components/Picker/components/PickerList.tsx"
1941
1857
  }
1942
1858
  ]
1943
1859
  },
1944
1860
  {
1945
- "id": "./lodash.debounce",
1946
- "name": "./lodash.debounce",
1861
+ "id": "./src/components/Picker/components/PickerList.module.scss",
1862
+ "name": "./src/components/Picker/components/PickerList.module.scss",
1863
+ "reasons": [
1864
+ {
1865
+ "moduleName": "./src/components/Picker/components/PickerList.tsx"
1866
+ }
1867
+ ]
1868
+ },
1869
+ {
1870
+ "id": "./@livechat/design-system-icons",
1871
+ "name": "./@livechat/design-system-icons",
1947
1872
  "reasons": [
1873
+ {
1874
+ "moduleName": "./src/components/FileUploadProgress/FileUploadProgress.tsx"
1875
+ },
1876
+ {
1877
+ "moduleName": "./src/components/FileUploadProgress/FileUploadProgressActions.tsx"
1878
+ },
1879
+ {
1880
+ "moduleName": "./src/components/Modal/components/ModalCloseButton.tsx"
1881
+ },
1882
+ {
1883
+ "moduleName": "./src/components/Tooltip/components/Info.tsx"
1884
+ },
1885
+ {
1886
+ "moduleName": "./src/components/Tooltip/components/Interactive.tsx"
1887
+ },
1888
+ {
1889
+ "moduleName": "./src/components/Search/Search.tsx"
1890
+ },
1891
+ {
1892
+ "moduleName": "./src/components/ActionBar/ActionBar.tsx"
1893
+ },
1948
1894
  {
1949
1895
  "moduleName": "./src/components/Alert/Alert.tsx"
1950
1896
  },
1897
+ {
1898
+ "moduleName": "./src/components/FieldError/FieldError.tsx"
1899
+ },
1900
+ {
1901
+ "moduleName": "./src/components/Avatar/Avatar.tsx"
1902
+ },
1903
+ {
1904
+ "moduleName": "./src/components/Input/Input.tsx"
1905
+ },
1906
+ {
1907
+ "moduleName": "./src/components/PromoBannerV2/PromoBannerV2.tsx"
1908
+ },
1909
+ {
1910
+ "moduleName": "./src/components/Tag/Tag.tsx"
1911
+ },
1912
+ {
1913
+ "moduleName": "./src/components/Card/Card.tsx"
1914
+ },
1915
+ {
1916
+ "moduleName": "./src/components/DetailsCard/DetailsCard.tsx"
1917
+ },
1918
+ {
1919
+ "moduleName": "./src/components/ActionMenu/ActionMenu.tsx"
1920
+ },
1951
1921
  {
1952
1922
  "moduleName": "./src/components/PromoBanner/PromoBanner.tsx"
1923
+ },
1924
+ {
1925
+ "moduleName": "./src/components/Toast/Toast.tsx"
1926
+ },
1927
+ {
1928
+ "moduleName": "./src/components/UploadBar/UploadBar.tsx"
1929
+ },
1930
+ {
1931
+ "moduleName": "./src/components/NumericInput/NumericInput.tsx"
1932
+ },
1933
+ {
1934
+ "moduleName": "./src/components/Switch/Switch.tsx"
1935
+ },
1936
+ {
1937
+ "moduleName": "./src/components/Picker/components/PickerTrigger.tsx"
1938
+ },
1939
+ {
1940
+ "moduleName": "./src/components/Picker/constants.ts"
1941
+ },
1942
+ {
1943
+ "moduleName": "./src/components/Picker/components/PickerListItem.tsx"
1944
+ },
1945
+ {
1946
+ "moduleName": "./src/components/DatePicker/DatePickerNavbar.tsx"
1953
1947
  }
1954
1948
  ]
1955
1949
  },
1956
1950
  {
1957
- "id": "./src/components/Alert/Alert.module.scss",
1958
- "name": "./src/components/Alert/Alert.module.scss",
1951
+ "id": "./src/components/FileUploadProgress/FileUploadProgress.module.scss",
1952
+ "name": "./src/components/FileUploadProgress/FileUploadProgress.module.scss",
1959
1953
  "reasons": [
1960
1954
  {
1961
- "moduleName": "./src/components/Alert/Alert.tsx"
1955
+ "moduleName": "./src/components/FileUploadProgress/FileUploadProgress.tsx"
1962
1956
  }
1963
1957
  ]
1964
1958
  },
1965
1959
  {
1966
- "id": "./react-day-picker",
1967
- "name": "./react-day-picker",
1960
+ "id": "./src/components/FileUploadProgress/FileUploadProgressActions.module.scss",
1961
+ "name": "./src/components/FileUploadProgress/FileUploadProgressActions.module.scss",
1968
1962
  "reasons": [
1969
1963
  {
1970
- "moduleName": "./src/components/DatePicker/DatePicker.tsx"
1964
+ "moduleName": "./src/components/FileUploadProgress/FileUploadProgressActions.tsx"
1971
1965
  }
1972
1966
  ]
1973
1967
  },
1974
1968
  {
1975
- "id": "./src/components/DatePicker/DatePickerNavbar.tsx",
1976
- "name": "./src/components/DatePicker/DatePickerNavbar.tsx",
1969
+ "id": "./src/components/FormGroup/FormGroup.module.scss",
1970
+ "name": "./src/components/FormGroup/FormGroup.module.scss",
1977
1971
  "reasons": [
1978
1972
  {
1979
- "moduleName": "./src/components/DatePicker/DatePicker.tsx"
1973
+ "moduleName": "./src/components/FormGroup/FormGroup.tsx"
1980
1974
  }
1981
1975
  ]
1982
1976
  },
1983
1977
  {
1984
- "id": "./src/components/DatePicker/helpers.ts",
1985
- "name": "./src/components/DatePicker/helpers.ts",
1978
+ "id": "./src/components/Typography/Typography.module.scss",
1979
+ "name": "./src/components/Typography/Typography.module.scss",
1986
1980
  "reasons": [
1987
1981
  {
1988
- "moduleName": "./src/components/DatePicker/DatePicker.tsx"
1982
+ "moduleName": "./src/components/Typography/Heading.tsx"
1989
1983
  },
1990
1984
  {
1991
- "moduleName": "./src/components/DatePicker/RangeDatePicker.tsx"
1985
+ "moduleName": "./src/components/Typography/Display.tsx"
1992
1986
  },
1993
1987
  {
1994
- "moduleName": "./src/components/DatePicker/hooks.ts"
1988
+ "moduleName": "./src/components/Typography/Text.tsx"
1995
1989
  }
1996
1990
  ]
1997
1991
  },
1998
1992
  {
1999
- "id": "./src/components/DatePicker/DatePicker.module.scss",
2000
- "name": "./src/components/DatePicker/DatePicker.module.scss",
1993
+ "id": "./src/components/Tab/Tab.module.scss",
1994
+ "name": "./src/components/Tab/Tab.module.scss",
2001
1995
  "reasons": [
2002
1996
  {
2003
- "moduleName": "./src/components/DatePicker/DatePicker.tsx"
2004
- },
2005
- {
2006
- "moduleName": "./src/components/DatePicker/DatePickerRangeCalendarsWrapper.tsx"
2007
- },
2008
- {
2009
- "moduleName": "./src/components/DatePicker/DatePickerNavbar.tsx"
2010
- },
2011
- {
2012
- "moduleName": "./src/components/DatePicker/helpers.ts"
1997
+ "moduleName": "./src/components/Tab/Tab.tsx"
2013
1998
  }
2014
1999
  ]
2015
2000
  },
2016
2001
  {
2017
- "id": "./date-fns",
2018
- "name": "./date-fns",
2002
+ "id": "./src/utils/keyCodes.ts",
2003
+ "name": "./src/utils/keyCodes.ts",
2019
2004
  "reasons": [
2020
2005
  {
2021
- "moduleName": "./src/components/DatePicker/RangeDatePicker.tsx"
2006
+ "moduleName": "./src/components/TagInput/TagInput.tsx"
2007
+ },
2008
+ {
2009
+ "moduleName": "./src/components/Modal/components/ModalBase.tsx"
2010
+ },
2011
+ {
2012
+ "moduleName": "./src/components/Search/Search.tsx"
2013
+ },
2014
+ {
2015
+ "moduleName": "./src/components/ActionMenu/ActionMenu.tsx"
2022
2016
  },
2023
2017
  {
2024
- "moduleName": "./src/components/DatePicker/DatePickerNavbar.tsx"
2018
+ "moduleName": "./src/components/NumericInput/NumericInput.tsx"
2025
2019
  },
2026
2020
  {
2027
- "moduleName": "./src/components/DatePicker/helpers.ts"
2021
+ "moduleName": "./src/components/TagInput/EditableTagContent.tsx"
2028
2022
  }
2029
2023
  ]
2030
2024
  },
2031
2025
  {
2032
- "id": "./src/components/DatePicker/hooks.ts",
2033
- "name": "./src/components/DatePicker/hooks.ts",
2026
+ "id": "./src/components/TagInput/EditableTag.tsx",
2027
+ "name": "./src/components/TagInput/EditableTag.tsx",
2034
2028
  "reasons": [
2035
2029
  {
2036
- "moduleName": "./src/components/DatePicker/RangeDatePicker.tsx"
2030
+ "moduleName": "./src/components/TagInput/TagInput.tsx"
2037
2031
  }
2038
2032
  ]
2039
2033
  },
2040
2034
  {
2041
- "id": "./src/components/DatePicker/types.ts",
2042
- "name": "./src/components/DatePicker/types.ts",
2035
+ "id": "./src/components/TagInput/TagInput.module.scss",
2036
+ "name": "./src/components/TagInput/TagInput.module.scss",
2043
2037
  "reasons": [
2044
2038
  {
2045
- "moduleName": "./src/components/DatePicker/RangeDatePicker.tsx"
2039
+ "moduleName": "./src/components/TagInput/TagInput.tsx"
2046
2040
  },
2047
2041
  {
2048
- "moduleName": "./src/components/DatePicker/hooks.ts"
2042
+ "moduleName": "./src/components/TagInput/EditableTag.tsx"
2049
2043
  }
2050
2044
  ]
2051
2045
  },
2052
2046
  {
2053
- "id": "./src/components/FieldDescription/FieldDescription.module.scss",
2054
- "name": "./src/components/FieldDescription/FieldDescription.module.scss",
2047
+ "id": "./src/components/Tab/TabsWrapper.module.scss",
2048
+ "name": "./src/components/Tab/TabsWrapper.module.scss",
2055
2049
  "reasons": [
2056
2050
  {
2057
- "moduleName": "./src/components/FieldDescription/FieldDescription.tsx"
2051
+ "moduleName": "./src/components/Tab/TabsWrapper.tsx"
2058
2052
  }
2059
2053
  ]
2060
2054
  },
2061
2055
  {
2062
- "id": "./src/components/Card/Card.module.scss",
2063
- "name": "./src/components/Card/Card.module.scss",
2056
+ "id": "./src/components/RadioButton/RadioButton.module.scss",
2057
+ "name": "./src/components/RadioButton/RadioButton.module.scss",
2064
2058
  "reasons": [
2065
2059
  {
2066
- "moduleName": "./src/components/Card/Card.tsx"
2060
+ "moduleName": "./src/components/RadioButton/RadioButton.tsx"
2067
2061
  }
2068
2062
  ]
2069
2063
  },
2070
2064
  {
2071
- "id": "./src/components/FieldGroup/FieldGroup.module.scss",
2072
- "name": "./src/components/FieldGroup/FieldGroup.module.scss",
2065
+ "id": "./src/components/Modal/Modal.module.scss",
2066
+ "name": "./src/components/Modal/Modal.module.scss",
2073
2067
  "reasons": [
2074
2068
  {
2075
- "moduleName": "./src/components/FieldGroup/FieldGroup.tsx"
2069
+ "moduleName": "./src/components/Modal/Modal.tsx"
2070
+ },
2071
+ {
2072
+ "moduleName": "./src/components/Modal/components/ModalBase.tsx"
2073
+ },
2074
+ {
2075
+ "moduleName": "./src/components/Modal/components/ModalCloseButton.tsx"
2076
2076
  }
2077
2077
  ]
2078
2078
  },
2079
2079
  {
2080
- "id": "./src/components/DetailsCardInfo/DetailsCardInfo.module.scss",
2081
- "name": "./src/components/DetailsCardInfo/DetailsCardInfo.module.scss",
2080
+ "id": "./react-dom",
2081
+ "name": "./react-dom",
2082
2082
  "reasons": [
2083
2083
  {
2084
- "moduleName": "./src/components/DetailsCardInfo/DetailsCardInfo.tsx"
2084
+ "moduleName": "./src/components/Modal/components/ModalPortal.tsx"
2085
+ },
2086
+ {
2087
+ "moduleName": "./src/components/Picker/hooks/useFloatingPicker.ts"
2085
2088
  }
2086
2089
  ]
2087
2090
  },
2088
2091
  {
2089
- "id": "./src/components/DetailsCard/DetailsCard.module.scss",
2090
- "name": "./src/components/DetailsCard/DetailsCard.module.scss",
2092
+ "id": "./src/components/Modal/components/ModalHeader.module.scss",
2093
+ "name": "./src/components/Modal/components/ModalHeader.module.scss",
2091
2094
  "reasons": [
2092
2095
  {
2093
- "moduleName": "./src/components/DetailsCard/DetailsCard.tsx"
2096
+ "moduleName": "./src/components/Modal/components/ModalHeader.tsx"
2094
2097
  }
2095
2098
  ]
2096
2099
  },
2097
2100
  {
2098
- "id": "./src/components/FieldError/FieldError.module.scss",
2099
- "name": "./src/components/FieldError/FieldError.module.scss",
2101
+ "id": "./src/components/Tooltip/helpers.ts",
2102
+ "name": "./src/components/Tooltip/helpers.ts",
2100
2103
  "reasons": [
2101
2104
  {
2102
- "moduleName": "./src/components/FieldError/FieldError.tsx"
2105
+ "moduleName": "./src/components/Tooltip/components/Info.tsx"
2106
+ },
2107
+ {
2108
+ "moduleName": "./src/components/Tooltip/components/Interactive.tsx"
2109
+ },
2110
+ {
2111
+ "moduleName": "./src/components/Tooltip/Tooltip.tsx"
2103
2112
  }
2104
2113
  ]
2105
2114
  },
2106
2115
  {
2107
- "id": "./src/components/Form/Form.module.scss",
2108
- "name": "./src/components/Form/Form.module.scss",
2116
+ "id": "./src/components/Tooltip/Tooltip.module.scss",
2117
+ "name": "./src/components/Tooltip/Tooltip.module.scss",
2109
2118
  "reasons": [
2110
2119
  {
2111
- "moduleName": "./src/components/Form/Form.tsx"
2120
+ "moduleName": "./src/components/Tooltip/components/Info.tsx"
2121
+ },
2122
+ {
2123
+ "moduleName": "./src/components/Tooltip/components/Interactive.tsx"
2124
+ },
2125
+ {
2126
+ "moduleName": "./src/components/Tooltip/components/Reports.tsx"
2127
+ },
2128
+ {
2129
+ "moduleName": "./src/components/Tooltip/components/UserGuide/UserGuide.tsx"
2130
+ },
2131
+ {
2132
+ "moduleName": "./src/components/Tooltip/Tooltip.tsx"
2133
+ },
2134
+ {
2135
+ "moduleName": "./src/components/Tooltip/components/UserGuide/SpotlightOverlay.tsx"
2112
2136
  }
2113
2137
  ]
2114
2138
  },
2115
2139
  {
2116
- "id": "./src/components/FormField/FormField.module.scss",
2117
- "name": "./src/components/FormField/FormField.module.scss",
2140
+ "id": "./src/components/Search/Search.module.scss",
2141
+ "name": "./src/components/Search/Search.module.scss",
2118
2142
  "reasons": [
2119
2143
  {
2120
- "moduleName": "./src/components/FormField/FormField.tsx"
2144
+ "moduleName": "./src/components/Search/Search.tsx"
2121
2145
  }
2122
2146
  ]
2123
2147
  },
2124
2148
  {
2125
- "id": "./src/components/FormGroup/FormGroup.module.scss",
2126
- "name": "./src/components/FormGroup/FormGroup.module.scss",
2149
+ "id": "./src/components/Button/helpers.ts",
2150
+ "name": "./src/components/Button/helpers.ts",
2127
2151
  "reasons": [
2128
2152
  {
2129
- "moduleName": "./src/components/FormGroup/FormGroup.tsx"
2153
+ "moduleName": "./src/components/Button/Button.tsx"
2130
2154
  }
2131
2155
  ]
2132
2156
  },
2133
2157
  {
2134
- "id": "./src/components/Icon/Icon.module.scss",
2135
- "name": "./src/components/Icon/Icon.module.scss",
2158
+ "id": "./src/components/Button/Button.module.scss",
2159
+ "name": "./src/components/Button/Button.module.scss",
2136
2160
  "reasons": [
2137
2161
  {
2138
- "moduleName": "./src/components/Icon/Icon.tsx"
2162
+ "moduleName": "./src/components/Button/Button.tsx"
2139
2163
  }
2140
2164
  ]
2141
2165
  },
2142
2166
  {
2143
- "id": "./src/components/Input/Input.module.scss",
2144
- "name": "./src/components/Input/Input.module.scss",
2167
+ "id": "./src/components/ActionBar/ActionBarItem.tsx",
2168
+ "name": "./src/components/ActionBar/ActionBarItem.tsx",
2145
2169
  "reasons": [
2146
2170
  {
2147
- "moduleName": "./src/components/Input/Input.tsx"
2171
+ "moduleName": "./src/components/ActionBar/ActionBar.tsx"
2148
2172
  }
2149
2173
  ]
2150
2174
  },
2151
2175
  {
2152
- "id": "./src/components/Modal/Modal.module.scss",
2153
- "name": "./src/components/Modal/Modal.module.scss",
2176
+ "id": "./src/components/ActionBar/ActionBar.module.scss",
2177
+ "name": "./src/components/ActionBar/ActionBar.module.scss",
2154
2178
  "reasons": [
2155
2179
  {
2156
- "moduleName": "./src/components/Modal/components/ModalCloseButton.tsx"
2157
- },
2158
- {
2159
- "moduleName": "./src/components/Modal/Modal.tsx"
2180
+ "moduleName": "./src/components/ActionBar/ActionBar.tsx"
2160
2181
  },
2161
2182
  {
2162
- "moduleName": "./src/components/Modal/components/ModalBase.tsx"
2163
- }
2164
- ]
2165
- },
2166
- {
2167
- "id": "./src/components/Link/Link.module.scss",
2168
- "name": "./src/components/Link/Link.module.scss",
2169
- "reasons": [
2170
- {
2171
- "moduleName": "./src/components/Link/Link.tsx"
2183
+ "moduleName": "./src/components/ActionBar/ActionBarItem.tsx"
2172
2184
  }
2173
2185
  ]
2174
2186
  },
2175
2187
  {
2176
- "id": "./react-dom",
2177
- "name": "./react-dom",
2188
+ "id": "./lodash.debounce",
2189
+ "name": "./lodash.debounce",
2178
2190
  "reasons": [
2179
2191
  {
2180
- "moduleName": "./src/components/Modal/components/ModalPortal.tsx"
2192
+ "moduleName": "./src/components/Alert/Alert.tsx"
2181
2193
  },
2182
2194
  {
2183
- "moduleName": "./src/components/Picker/hooks/useFloatingPicker.ts"
2195
+ "moduleName": "./src/components/PromoBanner/PromoBanner.tsx"
2184
2196
  }
2185
2197
  ]
2186
2198
  },
2187
2199
  {
2188
- "id": "./@emotion/css",
2189
- "name": "./@emotion/css",
2200
+ "id": "./src/components/Alert/Alert.module.scss",
2201
+ "name": "./src/components/Alert/Alert.module.scss",
2190
2202
  "reasons": [
2191
2203
  {
2192
- "moduleName": "./src/components/Modal/components/ModalHeader.tsx"
2204
+ "moduleName": "./src/components/Alert/Alert.tsx"
2193
2205
  }
2194
2206
  ]
2195
2207
  },
2196
2208
  {
2197
- "id": "./src/components/Modal/components/ModalHeader.module.scss",
2198
- "name": "./src/components/Modal/components/ModalHeader.module.scss",
2209
+ "id": "./src/components/FieldError/FieldError.module.scss",
2210
+ "name": "./src/components/FieldError/FieldError.module.scss",
2199
2211
  "reasons": [
2200
2212
  {
2201
- "moduleName": "./src/components/Modal/components/ModalHeader.tsx"
2213
+ "moduleName": "./src/components/FieldError/FieldError.tsx"
2202
2214
  }
2203
2215
  ]
2204
2216
  },
2205
2217
  {
2206
- "id": "./src/components/NumericInput/NumericInput.module.scss",
2207
- "name": "./src/components/NumericInput/NumericInput.module.scss",
2218
+ "id": "./src/components/Badge/Badge.helpers.ts",
2219
+ "name": "./src/components/Badge/Badge.helpers.ts",
2208
2220
  "reasons": [
2209
2221
  {
2210
- "moduleName": "./src/components/NumericInput/NumericInput.tsx"
2222
+ "moduleName": "./src/components/Badge/Badge.tsx"
2211
2223
  }
2212
2224
  ]
2213
2225
  },
2214
2226
  {
2215
- "id": "./src/components/Progress/helpers.ts",
2216
- "name": "./src/components/Progress/helpers.ts",
2227
+ "id": "./src/components/Badge/Badge.module.scss",
2228
+ "name": "./src/components/Badge/Badge.module.scss",
2217
2229
  "reasons": [
2218
2230
  {
2219
- "moduleName": "./src/components/Progress/ProgressBar.tsx"
2220
- },
2221
- {
2222
- "moduleName": "./src/components/Progress/ProgressCircle.tsx"
2231
+ "moduleName": "./src/components/Badge/Badge.tsx"
2223
2232
  }
2224
2233
  ]
2225
2234
  },
2226
2235
  {
2227
- "id": "./src/components/Progress/ProgressBar.module.scss",
2228
- "name": "./src/components/Progress/ProgressBar.module.scss",
2236
+ "id": "./src/components/Avatar/Avatar.module.scss",
2237
+ "name": "./src/components/Avatar/Avatar.module.scss",
2229
2238
  "reasons": [
2230
2239
  {
2231
- "moduleName": "./src/components/Progress/ProgressBar.tsx"
2240
+ "moduleName": "./src/components/Avatar/Avatar.tsx"
2232
2241
  }
2233
2242
  ]
2234
2243
  },
2235
2244
  {
2236
- "id": "./src/components/Progress/ProgressCircle.module.scss",
2237
- "name": "./src/components/Progress/ProgressCircle.module.scss",
2245
+ "id": "./polished",
2246
+ "name": "./polished",
2238
2247
  "reasons": [
2239
2248
  {
2240
- "moduleName": "./src/components/Progress/ProgressCircle.tsx"
2249
+ "moduleName": "./src/components/Avatar/Avatar.helpers.ts"
2250
+ },
2251
+ {
2252
+ "moduleName": "./src/components/Tag/Tag.tsx"
2241
2253
  }
2242
2254
  ]
2243
2255
  },
2244
2256
  {
2245
- "id": "./react-virtuoso",
2246
- "name": "./react-virtuoso",
2257
+ "id": "./src/components/Input/Input.module.scss",
2258
+ "name": "./src/components/Input/Input.module.scss",
2247
2259
  "reasons": [
2248
2260
  {
2249
- "moduleName": "./src/components/Picker/components/PickerList.tsx"
2261
+ "moduleName": "./src/components/Input/Input.tsx"
2250
2262
  }
2251
2263
  ]
2252
2264
  },
2253
2265
  {
2254
- "id": "./src/components/Picker/constants.ts",
2255
- "name": "./src/components/Picker/constants.ts",
2266
+ "id": "./src/components/Form/Form.module.scss",
2267
+ "name": "./src/components/Form/Form.module.scss",
2256
2268
  "reasons": [
2257
2269
  {
2258
- "moduleName": "./src/components/Picker/components/PickerList.tsx"
2259
- },
2260
- {
2261
- "moduleName": "./src/components/Picker/helpers.ts"
2262
- },
2263
- {
2264
- "moduleName": "./src/components/Picker/components/PickerListItem.tsx"
2265
- },
2266
- {
2267
- "moduleName": "./src/components/Picker/hooks/usePickerItems.ts"
2270
+ "moduleName": "./src/components/Form/Form.tsx"
2268
2271
  }
2269
2272
  ]
2270
2273
  },
2271
2274
  {
2272
- "id": "./src/components/Picker/helpers.ts",
2273
- "name": "./src/components/Picker/helpers.ts",
2275
+ "id": "./src/components/Tooltip/components/UserGuide/SpotlightOverlay.tsx",
2276
+ "name": "./src/components/Tooltip/components/UserGuide/SpotlightOverlay.tsx",
2274
2277
  "reasons": [
2275
2278
  {
2276
- "moduleName": "./src/components/Picker/components/PickerList.tsx"
2277
- },
2278
- {
2279
- "moduleName": "./src/components/Picker/hooks/usePickerItems.ts"
2280
- },
2281
- {
2282
- "moduleName": "./src/components/Picker/hooks/useFloatingPicker.ts"
2279
+ "moduleName": "./src/components/Tooltip/components/UserGuide/UserGuide.tsx"
2283
2280
  }
2284
2281
  ]
2285
2282
  },
2286
2283
  {
2287
- "id": "./src/components/Picker/components/PickerListItem.tsx",
2288
- "name": "./src/components/Picker/components/PickerListItem.tsx",
2284
+ "id": "./src/components/Tooltip/components/UserGuide/virtualElementReference.ts",
2285
+ "name": "./src/components/Tooltip/components/UserGuide/virtualElementReference.ts",
2289
2286
  "reasons": [
2290
2287
  {
2291
- "moduleName": "./src/components/Picker/components/PickerList.tsx"
2288
+ "moduleName": "./src/components/Tooltip/components/UserGuide/UserGuide.tsx"
2292
2289
  }
2293
2290
  ]
2294
2291
  },
2295
2292
  {
2296
- "id": "./src/components/Picker/components/PickerList.module.scss",
2297
- "name": "./src/components/Picker/components/PickerList.module.scss",
2293
+ "id": "./src/components/FieldGroup/FieldGroup.module.scss",
2294
+ "name": "./src/components/FieldGroup/FieldGroup.module.scss",
2298
2295
  "reasons": [
2299
2296
  {
2300
- "moduleName": "./src/components/Picker/components/PickerList.tsx"
2297
+ "moduleName": "./src/components/FieldGroup/FieldGroup.tsx"
2301
2298
  }
2302
2299
  ]
2303
2300
  },
2304
2301
  {
2305
- "id": "./src/components/Popover/Popover.module.scss",
2306
- "name": "./src/components/Popover/Popover.module.scss",
2302
+ "id": "./src/components/PromoBannerV2/PromoBannerV2.module.scss",
2303
+ "name": "./src/components/PromoBannerV2/PromoBannerV2.module.scss",
2307
2304
  "reasons": [
2308
2305
  {
2309
- "moduleName": "./src/components/Popover/Popover.tsx"
2306
+ "moduleName": "./src/components/PromoBannerV2/PromoBannerV2.tsx"
2310
2307
  }
2311
2308
  ]
2312
2309
  },
2313
2310
  {
2314
- "id": "./src/components/Picker/components/PickerTrigger.tsx",
2315
- "name": "./src/components/Picker/components/PickerTrigger.tsx",
2311
+ "id": "./src/components/FormField/FormField.module.scss",
2312
+ "name": "./src/components/FormField/FormField.module.scss",
2316
2313
  "reasons": [
2317
2314
  {
2318
- "moduleName": "./src/components/Picker/Picker.tsx"
2315
+ "moduleName": "./src/components/FormField/FormField.tsx"
2319
2316
  }
2320
2317
  ]
2321
2318
  },
2322
2319
  {
2323
- "id": "./src/components/Picker/components/PickerTriggerBody.tsx",
2324
- "name": "./src/components/Picker/components/PickerTriggerBody.tsx",
2320
+ "id": "./src/components/Icon/Icon.module.scss",
2321
+ "name": "./src/components/Icon/Icon.module.scss",
2325
2322
  "reasons": [
2326
2323
  {
2327
- "moduleName": "./src/components/Picker/Picker.tsx"
2324
+ "moduleName": "./src/components/Icon/Icon.tsx"
2328
2325
  }
2329
2326
  ]
2330
2327
  },
2331
2328
  {
2332
- "id": "./src/components/Picker/hooks/useFloatingPicker.ts",
2333
- "name": "./src/components/Picker/hooks/useFloatingPicker.ts",
2329
+ "id": "./src/components/Checkbox/Checkbox.module.scss",
2330
+ "name": "./src/components/Checkbox/Checkbox.module.scss",
2334
2331
  "reasons": [
2335
2332
  {
2336
- "moduleName": "./src/components/Picker/Picker.tsx"
2333
+ "moduleName": "./src/components/Checkbox/Checkbox.tsx"
2337
2334
  }
2338
2335
  ]
2339
2336
  },
2340
- {
2341
- "id": "./src/components/Picker/hooks/usePickerItems.ts",
2342
- "name": "./src/components/Picker/hooks/usePickerItems.ts",
2337
+ {
2338
+ "id": "./src/components/Tag/Tag.module.scss",
2339
+ "name": "./src/components/Tag/Tag.module.scss",
2343
2340
  "reasons": [
2344
2341
  {
2345
- "moduleName": "./src/components/Picker/Picker.tsx"
2342
+ "moduleName": "./src/components/Tag/Tag.tsx"
2346
2343
  }
2347
2344
  ]
2348
2345
  },
2349
2346
  {
2350
- "id": "./src/components/Picker/Picker.module.scss",
2351
- "name": "./src/components/Picker/Picker.module.scss",
2347
+ "id": "./src/components/Card/Card.module.scss",
2348
+ "name": "./src/components/Card/Card.module.scss",
2352
2349
  "reasons": [
2353
2350
  {
2354
- "moduleName": "./src/components/Picker/Picker.tsx"
2351
+ "moduleName": "./src/components/Card/Card.tsx"
2355
2352
  }
2356
2353
  ]
2357
2354
  },
2358
2355
  {
2359
- "id": "./src/components/PromoBannerV2/PromoBannerV2.module.scss",
2360
- "name": "./src/components/PromoBannerV2/PromoBannerV2.module.scss",
2356
+ "id": "./src/components/Link/Link.module.scss",
2357
+ "name": "./src/components/Link/Link.module.scss",
2361
2358
  "reasons": [
2362
2359
  {
2363
- "moduleName": "./src/components/PromoBannerV2/PromoBannerV2.tsx"
2360
+ "moduleName": "./src/components/Link/Link.tsx"
2364
2361
  }
2365
2362
  ]
2366
2363
  },
2367
2364
  {
2368
- "id": "./src/components/PromoBanner/PromoBanner.module.scss",
2369
- "name": "./src/components/PromoBanner/PromoBanner.module.scss",
2365
+ "id": "./src/components/DetailsCard/DetailsCard.module.scss",
2366
+ "name": "./src/components/DetailsCard/DetailsCard.module.scss",
2370
2367
  "reasons": [
2371
2368
  {
2372
- "moduleName": "./src/components/PromoBanner/PromoBanner.tsx"
2369
+ "moduleName": "./src/components/DetailsCard/DetailsCard.tsx"
2373
2370
  }
2374
2371
  ]
2375
2372
  },
2376
2373
  {
2377
- "id": "./src/components/Loader/Loader.module.scss",
2378
- "name": "./src/components/Loader/Loader.module.scss",
2374
+ "id": "./src/components/ActionMenu/ActionMenuItem.module.scss",
2375
+ "name": "./src/components/ActionMenu/ActionMenuItem.module.scss",
2379
2376
  "reasons": [
2380
2377
  {
2381
- "moduleName": "./src/components/Loader/Loader.tsx"
2378
+ "moduleName": "./src/components/ActionMenu/ActionMenuItem.tsx"
2382
2379
  }
2383
2380
  ]
2384
2381
  },
2385
2382
  {
2386
- "id": "./src/components/Search/Search.module.scss",
2387
- "name": "./src/components/Search/Search.module.scss",
2383
+ "id": "./src/components/Popover/Popover.module.scss",
2384
+ "name": "./src/components/Popover/Popover.module.scss",
2388
2385
  "reasons": [
2389
2386
  {
2390
- "moduleName": "./src/components/Search/Search.tsx"
2387
+ "moduleName": "./src/components/Popover/Popover.tsx"
2391
2388
  }
2392
2389
  ]
2393
2390
  },
2394
2391
  {
2395
- "id": "./src/components/RadioButton/RadioButton.module.scss",
2396
- "name": "./src/components/RadioButton/RadioButton.module.scss",
2392
+ "id": "./src/components/ActionMenu/ActionMenu.module.scss",
2393
+ "name": "./src/components/ActionMenu/ActionMenu.module.scss",
2397
2394
  "reasons": [
2398
2395
  {
2399
- "moduleName": "./src/components/RadioButton/RadioButton.tsx"
2396
+ "moduleName": "./src/components/ActionMenu/ActionMenu.tsx"
2400
2397
  }
2401
2398
  ]
2402
2399
  },
2403
2400
  {
2404
- "id": "./src/components/Tag/Tag.module.scss",
2405
- "name": "./src/components/Tag/Tag.module.scss",
2401
+ "id": "./src/components/PromoBanner/PromoBanner.module.scss",
2402
+ "name": "./src/components/PromoBanner/PromoBanner.module.scss",
2406
2403
  "reasons": [
2407
2404
  {
2408
- "moduleName": "./src/components/Tag/Tag.tsx"
2405
+ "moduleName": "./src/components/PromoBanner/PromoBanner.tsx"
2409
2406
  }
2410
2407
  ]
2411
2408
  },
2412
2409
  {
2413
- "id": "./src/components/TagInput/EditableTag.tsx",
2414
- "name": "./src/components/TagInput/EditableTag.tsx",
2410
+ "id": "./src/components/Toast/Toast.module.scss",
2411
+ "name": "./src/components/Toast/Toast.module.scss",
2415
2412
  "reasons": [
2416
2413
  {
2417
- "moduleName": "./src/components/TagInput/TagInput.tsx"
2414
+ "moduleName": "./src/components/Toast/Toast.tsx"
2415
+ },
2416
+ {
2417
+ "moduleName": "./src/components/Toast/ToastWrapper.tsx"
2418
2418
  }
2419
2419
  ]
2420
2420
  },
2421
2421
  {
2422
- "id": "./src/components/TagInput/TagInput.module.scss",
2423
- "name": "./src/components/TagInput/TagInput.module.scss",
2422
+ "id": "./react-transition-group",
2423
+ "name": "./react-transition-group",
2424
2424
  "reasons": [
2425
2425
  {
2426
- "moduleName": "./src/components/TagInput/TagInput.tsx"
2426
+ "moduleName": "./src/components/Toast/ToastWrapper.tsx"
2427
2427
  },
2428
2428
  {
2429
- "moduleName": "./src/components/TagInput/EditableTag.tsx"
2429
+ "moduleName": "./src/components/UploadBar/UploadBar.tsx"
2430
2430
  }
2431
2431
  ]
2432
2432
  },
2433
2433
  {
2434
- "id": "./src/components/Tab/TabsWrapper.module.scss",
2435
- "name": "./src/components/Tab/TabsWrapper.module.scss",
2434
+ "id": "./date-fns",
2435
+ "name": "./date-fns",
2436
2436
  "reasons": [
2437
2437
  {
2438
- "moduleName": "./src/components/Tab/TabsWrapper.tsx"
2438
+ "moduleName": "./src/components/DatePicker/RangeDatePicker.tsx"
2439
+ },
2440
+ {
2441
+ "moduleName": "./src/components/DatePicker/helpers.ts"
2442
+ },
2443
+ {
2444
+ "moduleName": "./src/components/DatePicker/DatePickerNavbar.tsx"
2439
2445
  }
2440
2446
  ]
2441
2447
  },
2442
2448
  {
2443
- "id": "./src/components/Tab/Tab.module.scss",
2444
- "name": "./src/components/Tab/Tab.module.scss",
2449
+ "id": "./src/components/DatePicker/helpers.ts",
2450
+ "name": "./src/components/DatePicker/helpers.ts",
2445
2451
  "reasons": [
2446
2452
  {
2447
- "moduleName": "./src/components/Tab/Tab.tsx"
2453
+ "moduleName": "./src/components/DatePicker/RangeDatePicker.tsx"
2454
+ },
2455
+ {
2456
+ "moduleName": "./src/components/DatePicker/DatePicker.tsx"
2457
+ },
2458
+ {
2459
+ "moduleName": "./src/components/DatePicker/hooks.ts"
2448
2460
  }
2449
2461
  ]
2450
2462
  },
2451
2463
  {
2452
- "id": "./src/components/Tooltip/components/UserGuide/UserGuide.tsx",
2453
- "name": "./src/components/Tooltip/components/UserGuide/UserGuide.tsx",
2464
+ "id": "./src/components/DatePicker/hooks.ts",
2465
+ "name": "./src/components/DatePicker/hooks.ts",
2454
2466
  "reasons": [
2455
2467
  {
2456
- "moduleName": "./src/components/Tooltip/components/UserGuide/index.ts"
2468
+ "moduleName": "./src/components/DatePicker/RangeDatePicker.tsx"
2457
2469
  }
2458
2470
  ]
2459
2471
  },
2460
2472
  {
2461
- "id": "./src/components/Tooltip/components/Simple.tsx",
2462
- "name": "./src/components/Tooltip/components/Simple.tsx",
2473
+ "id": "./src/components/DatePicker/types.ts",
2474
+ "name": "./src/components/DatePicker/types.ts",
2463
2475
  "reasons": [
2464
2476
  {
2465
- "moduleName": "./src/components/Tooltip/components/index.ts"
2477
+ "moduleName": "./src/components/DatePicker/RangeDatePicker.tsx"
2478
+ },
2479
+ {
2480
+ "moduleName": "./src/components/DatePicker/hooks.ts"
2466
2481
  }
2467
2482
  ]
2468
2483
  },
2469
2484
  {
2470
- "id": "./src/components/Tooltip/components/Info.tsx",
2471
- "name": "./src/components/Tooltip/components/Info.tsx",
2485
+ "id": "./src/components/DatePicker/DatePicker.module.scss",
2486
+ "name": "./src/components/DatePicker/DatePicker.module.scss",
2472
2487
  "reasons": [
2473
2488
  {
2474
- "moduleName": "./src/components/Tooltip/components/index.ts"
2489
+ "moduleName": "./src/components/DatePicker/DatePickerRangeCalendarsWrapper.tsx"
2490
+ },
2491
+ {
2492
+ "moduleName": "./src/components/DatePicker/DatePicker.tsx"
2493
+ },
2494
+ {
2495
+ "moduleName": "./src/components/DatePicker/helpers.ts"
2496
+ },
2497
+ {
2498
+ "moduleName": "./src/components/DatePicker/DatePickerNavbar.tsx"
2475
2499
  }
2476
2500
  ]
2477
2501
  },
2478
2502
  {
2479
- "id": "./src/components/Tooltip/components/Interactive.tsx",
2480
- "name": "./src/components/Tooltip/components/Interactive.tsx",
2503
+ "id": "./src/components/Loader/Loader.module.scss",
2504
+ "name": "./src/components/Loader/Loader.module.scss",
2481
2505
  "reasons": [
2482
2506
  {
2483
- "moduleName": "./src/components/Tooltip/components/index.ts"
2507
+ "moduleName": "./src/components/Loader/Loader.tsx"
2484
2508
  }
2485
2509
  ]
2486
2510
  },
2487
2511
  {
2488
- "id": "./src/components/Tooltip/components/Reports.tsx",
2489
- "name": "./src/components/Tooltip/components/Reports.tsx",
2512
+ "id": "./src/components/DetailsCardInfo/DetailsCardInfo.module.scss",
2513
+ "name": "./src/components/DetailsCardInfo/DetailsCardInfo.module.scss",
2490
2514
  "reasons": [
2491
2515
  {
2492
- "moduleName": "./src/components/Tooltip/components/index.ts"
2516
+ "moduleName": "./src/components/DetailsCardInfo/DetailsCardInfo.tsx"
2493
2517
  }
2494
2518
  ]
2495
2519
  },
2496
2520
  {
2497
- "id": "./src/components/Switch/Switch.module.scss",
2498
- "name": "./src/components/Switch/Switch.module.scss",
2521
+ "id": "./src/components/Textarea/Textarea.module.scss",
2522
+ "name": "./src/components/Textarea/Textarea.module.scss",
2499
2523
  "reasons": [
2500
2524
  {
2501
- "moduleName": "./src/components/Switch/Switch.tsx"
2525
+ "moduleName": "./src/components/Textarea/Textarea.tsx"
2502
2526
  }
2503
2527
  ]
2504
2528
  },
2505
2529
  {
2506
- "id": "./src/components/Tooltip/helpers.ts",
2507
- "name": "./src/components/Tooltip/helpers.ts",
2530
+ "id": "./src/components/UploadBar/UploadBar.module.scss",
2531
+ "name": "./src/components/UploadBar/UploadBar.module.scss",
2508
2532
  "reasons": [
2509
2533
  {
2510
- "moduleName": "./src/components/Tooltip/Tooltip.tsx"
2511
- },
2512
- {
2513
- "moduleName": "./src/components/Tooltip/components/Info.tsx"
2514
- },
2515
- {
2516
- "moduleName": "./src/components/Tooltip/components/Interactive.tsx"
2534
+ "moduleName": "./src/components/UploadBar/UploadBar.tsx"
2517
2535
  }
2518
2536
  ]
2519
2537
  },
2520
2538
  {
2521
- "id": "./src/components/Tooltip/Tooltip.module.scss",
2522
- "name": "./src/components/Tooltip/Tooltip.module.scss",
2539
+ "id": "./src/utils/noop.ts",
2540
+ "name": "./src/utils/noop.ts",
2523
2541
  "reasons": [
2524
2542
  {
2525
- "moduleName": "./src/components/Tooltip/Tooltip.tsx"
2526
- },
2527
- {
2528
- "moduleName": "./src/components/Tooltip/components/UserGuide/UserGuide.tsx"
2529
- },
2530
- {
2531
- "moduleName": "./src/components/Tooltip/components/Info.tsx"
2532
- },
2533
- {
2534
- "moduleName": "./src/components/Tooltip/components/Interactive.tsx"
2535
- },
2536
- {
2537
- "moduleName": "./src/components/Tooltip/components/Reports.tsx"
2538
- },
2539
- {
2540
- "moduleName": "./src/components/Tooltip/components/UserGuide/SpotlightOverlay.tsx"
2543
+ "moduleName": "./src/components/SegmentedControl/SegmentedControl.tsx"
2541
2544
  }
2542
2545
  ]
2543
2546
  },
2544
2547
  {
2545
- "id": "./src/components/Typography/Typography.module.scss",
2546
- "name": "./src/components/Typography/Typography.module.scss",
2548
+ "id": "./src/components/SegmentedControl/SegmentedControl.module.scss",
2549
+ "name": "./src/components/SegmentedControl/SegmentedControl.module.scss",
2547
2550
  "reasons": [
2548
2551
  {
2549
- "moduleName": "./src/components/Typography/Display.tsx"
2550
- },
2551
- {
2552
- "moduleName": "./src/components/Typography/Heading.tsx"
2553
- },
2554
- {
2555
- "moduleName": "./src/components/Typography/Text.tsx"
2552
+ "moduleName": "./src/components/SegmentedControl/SegmentedControl.tsx"
2556
2553
  }
2557
2554
  ]
2558
2555
  },
2559
2556
  {
2560
- "id": "./src/components/Toast/Toast.module.scss",
2561
- "name": "./src/components/Toast/Toast.module.scss",
2557
+ "id": "./src/components/FieldDescription/FieldDescription.module.scss",
2558
+ "name": "./src/components/FieldDescription/FieldDescription.module.scss",
2562
2559
  "reasons": [
2563
2560
  {
2564
- "moduleName": "./src/components/Toast/Toast.tsx"
2565
- },
2566
- {
2567
- "moduleName": "./src/components/Toast/ToastWrapper.tsx"
2561
+ "moduleName": "./src/components/FieldDescription/FieldDescription.tsx"
2568
2562
  }
2569
2563
  ]
2570
2564
  },
2571
2565
  {
2572
- "id": "./react-transition-group",
2573
- "name": "./react-transition-group",
2566
+ "id": "./src/components/NumericInput/NumericInput.module.scss",
2567
+ "name": "./src/components/NumericInput/NumericInput.module.scss",
2574
2568
  "reasons": [
2575
2569
  {
2576
- "moduleName": "./src/components/Toast/ToastWrapper.tsx"
2577
- },
2578
- {
2579
- "moduleName": "./src/components/UploadBar/UploadBar.tsx"
2570
+ "moduleName": "./src/components/NumericInput/NumericInput.tsx"
2580
2571
  }
2581
2572
  ]
2582
2573
  },
2583
2574
  {
2584
- "id": "./src/components/FileUploadProgress/FileUploadProgressActions.module.scss",
2585
- "name": "./src/components/FileUploadProgress/FileUploadProgressActions.module.scss",
2575
+ "id": "./react-day-picker",
2576
+ "name": "./react-day-picker",
2586
2577
  "reasons": [
2587
2578
  {
2588
- "moduleName": "./src/components/FileUploadProgress/FileUploadProgressActions.tsx"
2579
+ "moduleName": "./src/components/DatePicker/DatePicker.tsx"
2589
2580
  }
2590
2581
  ]
2591
2582
  },
2592
2583
  {
2593
- "id": "./src/components/Textarea/Textarea.module.scss",
2594
- "name": "./src/components/Textarea/Textarea.module.scss",
2584
+ "id": "./src/components/DatePicker/DatePickerNavbar.tsx",
2585
+ "name": "./src/components/DatePicker/DatePickerNavbar.tsx",
2595
2586
  "reasons": [
2596
2587
  {
2597
- "moduleName": "./src/components/Textarea/Textarea.tsx"
2588
+ "moduleName": "./src/components/DatePicker/DatePicker.tsx"
2598
2589
  }
2599
2590
  ]
2600
2591
  },
2601
2592
  {
2602
- "id": "./src/components/FileUploadProgress/FileUploadProgress.module.scss",
2603
- "name": "./src/components/FileUploadProgress/FileUploadProgress.module.scss",
2593
+ "id": "./src/components/Progress/helpers.ts",
2594
+ "name": "./src/components/Progress/helpers.ts",
2604
2595
  "reasons": [
2605
2596
  {
2606
- "moduleName": "./src/components/FileUploadProgress/FileUploadProgress.tsx"
2597
+ "moduleName": "./src/components/Progress/ProgressBar.tsx"
2598
+ },
2599
+ {
2600
+ "moduleName": "./src/components/Progress/ProgressCircle.tsx"
2607
2601
  }
2608
2602
  ]
2609
2603
  },
2610
2604
  {
2611
- "id": "./src/components/UploadBar/UploadBar.module.scss",
2612
- "name": "./src/components/UploadBar/UploadBar.module.scss",
2605
+ "id": "./src/components/Progress/ProgressBar.module.scss",
2606
+ "name": "./src/components/Progress/ProgressBar.module.scss",
2613
2607
  "reasons": [
2614
2608
  {
2615
- "moduleName": "./src/components/UploadBar/UploadBar.tsx"
2609
+ "moduleName": "./src/components/Progress/ProgressBar.tsx"
2616
2610
  }
2617
2611
  ]
2618
2612
  },
2619
2613
  {
2620
- "id": "./src/components/Progress/constants.ts",
2621
- "name": "./src/components/Progress/constants.ts",
2614
+ "id": "./src/components/Switch/Switch.module.scss",
2615
+ "name": "./src/components/Switch/Switch.module.scss",
2622
2616
  "reasons": [
2623
2617
  {
2624
- "moduleName": "./src/components/Progress/helpers.ts"
2618
+ "moduleName": "./src/components/Switch/Switch.tsx"
2625
2619
  }
2626
2620
  ]
2627
2621
  },
2628
2622
  {
2629
- "id": "./src/components/Picker/components/PickerListItem.module.scss",
2630
- "name": "./src/components/Picker/components/PickerListItem.module.scss",
2623
+ "id": "./src/components/Progress/ProgressCircle.module.scss",
2624
+ "name": "./src/components/Progress/ProgressCircle.module.scss",
2631
2625
  "reasons": [
2632
2626
  {
2633
- "moduleName": "./src/components/Picker/components/PickerListItem.tsx"
2627
+ "moduleName": "./src/components/Progress/ProgressCircle.tsx"
2634
2628
  }
2635
2629
  ]
2636
2630
  },
@@ -2653,29 +2647,29 @@
2653
2647
  ]
2654
2648
  },
2655
2649
  {
2656
- "id": "./src/components/TagInput/EditableTagContent.tsx",
2657
- "name": "./src/components/TagInput/EditableTagContent.tsx",
2650
+ "id": "./src/components/Picker/components/PickerListItem.module.scss",
2651
+ "name": "./src/components/Picker/components/PickerListItem.module.scss",
2658
2652
  "reasons": [
2659
2653
  {
2660
- "moduleName": "./src/components/TagInput/EditableTag.tsx"
2654
+ "moduleName": "./src/components/Picker/components/PickerListItem.tsx"
2661
2655
  }
2662
2656
  ]
2663
2657
  },
2664
2658
  {
2665
- "id": "./src/components/Tooltip/components/UserGuide/SpotlightOverlay.tsx",
2666
- "name": "./src/components/Tooltip/components/UserGuide/SpotlightOverlay.tsx",
2659
+ "id": "./src/components/TagInput/EditableTagContent.tsx",
2660
+ "name": "./src/components/TagInput/EditableTagContent.tsx",
2667
2661
  "reasons": [
2668
2662
  {
2669
- "moduleName": "./src/components/Tooltip/components/UserGuide/UserGuide.tsx"
2663
+ "moduleName": "./src/components/TagInput/EditableTag.tsx"
2670
2664
  }
2671
2665
  ]
2672
2666
  },
2673
2667
  {
2674
- "id": "./src/components/Tooltip/components/UserGuide/virtualElementReference.ts",
2675
- "name": "./src/components/Tooltip/components/UserGuide/virtualElementReference.ts",
2668
+ "id": "./src/components/Progress/constants.ts",
2669
+ "name": "./src/components/Progress/constants.ts",
2676
2670
  "reasons": [
2677
2671
  {
2678
- "moduleName": "./src/components/Tooltip/components/UserGuide/UserGuide.tsx"
2672
+ "moduleName": "./src/components/Progress/helpers.ts"
2679
2673
  }
2680
2674
  ]
2681
2675
  },