@livechat/design-system-react-components 1.17.1-alpha.1 → 1.17.1-alpha.2

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