@livechat/design-system-react-components 1.0.0-alpha.6 → 1.0.0-alpha.61

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