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