@livechat/design-system-react-components 1.0.0-y.0 → 1.1.0

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