@livechat/design-system-react-components 1.0.0-alpha.57 → 1.0.0-alpha.59

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