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