@spaced-out/ui-design-system 0.4.13-beta.0 → 0.4.13-beta.1

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 (447) hide show
  1. package/.cspell/custom-words.txt +2 -0
  2. package/CHANGELOG.md +7 -0
  3. package/cspell.json +3 -1
  4. package/gulpfile.js +2 -1
  5. package/lib/styles/index.js +535 -275
  6. package/package.json +2 -2
  7. package/lib/components/AIPromptFlow/AIPromptFlow.stories.tsx +0 -465
  8. package/lib/components/Accordion/Accordion.stories.tsx +0 -165
  9. package/lib/components/Accordion/Accordion.tsx +0 -112
  10. package/lib/components/Accordion/AccordionGroup.stories.tsx +0 -215
  11. package/lib/components/Accordion/AccordionGroup.tsx +0 -77
  12. package/lib/components/Accordion/index.ts +0 -2
  13. package/lib/components/Avatar/Avatar.stories.tsx +0 -152
  14. package/lib/components/Avatar/Avatar.tsx +0 -272
  15. package/lib/components/Avatar/index.ts +0 -1
  16. package/lib/components/AvatarGroup/AvatarGroup.stories.tsx +0 -138
  17. package/lib/components/AvatarGroup/AvatarGroup.tsx +0 -164
  18. package/lib/components/AvatarGroup/index.ts +0 -1
  19. package/lib/components/Badge/Badge.stories.tsx +0 -131
  20. package/lib/components/Badge/Badge.tsx +0 -149
  21. package/lib/components/Badge/index.ts +0 -1
  22. package/lib/components/BadgedIcon/BadgedIcon.stories.tsx +0 -80
  23. package/lib/components/BadgedIcon/BadgedIcon.tsx +0 -76
  24. package/lib/components/BadgedIcon/index.ts +0 -1
  25. package/lib/components/Banner/Banner.stories.tsx +0 -187
  26. package/lib/components/Banner/Banner.tsx +0 -55
  27. package/lib/components/Banner/index.ts +0 -1
  28. package/lib/components/Breadcrumbs/BreadcrumbLink/BreadcrumbLink.stories.tsx +0 -114
  29. package/lib/components/Breadcrumbs/BreadcrumbLink/BreadcrumbLink.tsx +0 -52
  30. package/lib/components/Breadcrumbs/BreadcrumbLink/index.ts +0 -1
  31. package/lib/components/Breadcrumbs/Breadcrumbs.stories.tsx +0 -189
  32. package/lib/components/Breadcrumbs/Breadcrumbs.tsx +0 -59
  33. package/lib/components/Breadcrumbs/index.ts +0 -2
  34. package/lib/components/Button/Button.stories.tsx +0 -220
  35. package/lib/components/Button/Button.tsx +0 -285
  36. package/lib/components/Button/index.ts +0 -8
  37. package/lib/components/ButtonDropdown/ButtonDropdown.stories.tsx +0 -677
  38. package/lib/components/ButtonDropdown/ButtonDropdown.tsx +0 -221
  39. package/lib/components/ButtonDropdown/SimpleButtonDropdown.stories.tsx +0 -624
  40. package/lib/components/ButtonDropdown/SimpleButtonDropdown.tsx +0 -167
  41. package/lib/components/ButtonDropdown/index.ts +0 -2
  42. package/lib/components/ButtonTabs/ButtonTab/ButtonTab.stories.tsx +0 -125
  43. package/lib/components/ButtonTabs/ButtonTab/ButtonTab.tsx +0 -76
  44. package/lib/components/ButtonTabs/ButtonTab/index.ts +0 -1
  45. package/lib/components/ButtonTabs/ButtonTabDropdown.tsx +0 -147
  46. package/lib/components/ButtonTabs/ButtonTabs.stories.tsx +0 -393
  47. package/lib/components/ButtonTabs/ButtonTabs.tsx +0 -119
  48. package/lib/components/ButtonTabs/index.ts +0 -2
  49. package/lib/components/Card/Card.stories.tsx +0 -245
  50. package/lib/components/Card/Card.tsx +0 -172
  51. package/lib/components/Card/index.ts +0 -1
  52. package/lib/components/Charts/ChartTooltip/index.ts +0 -13
  53. package/lib/components/Charts/ChartWrapper/ChartWrapper.tsx +0 -179
  54. package/lib/components/Charts/ChartWrapper/index.ts +0 -1
  55. package/lib/components/Charts/ColumnChart/ColumnChart.stories.tsx +0 -574
  56. package/lib/components/Charts/ColumnChart/ColumnChart.tsx +0 -125
  57. package/lib/components/Charts/ColumnChart/index.ts +0 -1
  58. package/lib/components/Charts/DonutChart/DonutChart.stories.tsx +0 -415
  59. package/lib/components/Charts/DonutChart/DonutChart.tsx +0 -155
  60. package/lib/components/Charts/DonutChart/index.ts +0 -1
  61. package/lib/components/Charts/FunnelChart/FunnelChart.stories.tsx +0 -510
  62. package/lib/components/Charts/FunnelChart/FunnelChart.tsx +0 -110
  63. package/lib/components/Charts/FunnelChart/index.ts +0 -1
  64. package/lib/components/Charts/LineChart/LineChart.stories.tsx +0 -590
  65. package/lib/components/Charts/LineChart/LineChart.tsx +0 -109
  66. package/lib/components/Charts/LineChart/index.ts +0 -1
  67. package/lib/components/Charts/SpiderChart/SpiderChart.stories.tsx +0 -467
  68. package/lib/components/Charts/SpiderChart/SpiderChart.tsx +0 -104
  69. package/lib/components/Charts/SpiderChart/index.ts +0 -1
  70. package/lib/components/Charts/index.ts +0 -11
  71. package/lib/components/ChatBubble/ChatAnchor.stories.tsx +0 -95
  72. package/lib/components/ChatBubble/ChatBubble.stories.tsx +0 -277
  73. package/lib/components/ChatBubble/ChatBubble.tsx +0 -232
  74. package/lib/components/ChatBubble/index.ts +0 -1
  75. package/lib/components/Checkbox/Checkbox.stories.tsx +0 -180
  76. package/lib/components/Checkbox/Checkbox.tsx +0 -168
  77. package/lib/components/Checkbox/CheckboxGroup.stories.tsx +0 -381
  78. package/lib/components/Checkbox/CheckboxGroup.tsx +0 -119
  79. package/lib/components/Checkbox/index.ts +0 -2
  80. package/lib/components/Chip/Chip.stories.tsx +0 -335
  81. package/lib/components/Chip/Chip.tsx +0 -204
  82. package/lib/components/Chip/index.ts +0 -2
  83. package/lib/components/CircularLoader/CircularLoader.stories.tsx +0 -75
  84. package/lib/components/CircularLoader/CircularLoader.tsx +0 -51
  85. package/lib/components/CircularLoader/index.ts +0 -1
  86. package/lib/components/CollapsibleCard/CollapsibleCard.stories.tsx +0 -311
  87. package/lib/components/CollapsibleCard/CollapsibleCard.tsx +0 -135
  88. package/lib/components/CollapsibleCard/index.ts +0 -1
  89. package/lib/components/Combobox/Combobox.stories.tsx +0 -306
  90. package/lib/components/Combobox/Combobox.tsx +0 -297
  91. package/lib/components/Combobox/helper.ts +0 -201
  92. package/lib/components/Combobox/index.ts +0 -1
  93. package/lib/components/ConditionalWrapper/ConditionalWrapper.stories.tsx +0 -51
  94. package/lib/components/ConditionalWrapper/ConditionalWrapper.ts +0 -16
  95. package/lib/components/ConditionalWrapper/index.ts +0 -1
  96. package/lib/components/DateRangePicker/Calendar.tsx +0 -110
  97. package/lib/components/DateRangePicker/DateRangePicker.stories.tsx +0 -397
  98. package/lib/components/DateRangePicker/DateRangePicker.tsx +0 -210
  99. package/lib/components/DateRangePicker/DateRangeWrapper.tsx +0 -386
  100. package/lib/components/DateRangePicker/Day.tsx +0 -74
  101. package/lib/components/DateRangePicker/index.ts +0 -1
  102. package/lib/components/Dialog/Dialog.stories.tsx +0 -254
  103. package/lib/components/Dialog/Dialog.tsx +0 -222
  104. package/lib/components/Dialog/index.ts +0 -1
  105. package/lib/components/Disclaimer/Disclaimer.stories.tsx +0 -148
  106. package/lib/components/Disclaimer/Disclaimer.tsx +0 -35
  107. package/lib/components/Disclaimer/index.ts +0 -1
  108. package/lib/components/Dropdown/Dropdown.stories.tsx +0 -785
  109. package/lib/components/Dropdown/Dropdown.tsx +0 -174
  110. package/lib/components/Dropdown/SimpleDropdown.stories.tsx +0 -534
  111. package/lib/components/Dropdown/SimpleDropdown.tsx +0 -167
  112. package/lib/components/Dropdown/index.ts +0 -2
  113. package/lib/components/EmptyState/EmptyImages/CalendarEmptyImage.tsx +0 -108
  114. package/lib/components/EmptyState/EmptyImages/ChartEmptyImage.tsx +0 -194
  115. package/lib/components/EmptyState/EmptyImages/DataEmptyImage.tsx +0 -116
  116. package/lib/components/EmptyState/EmptyImages/FileEmptyImage.tsx +0 -133
  117. package/lib/components/EmptyState/EmptyImages/MessageEmptyImage.tsx +0 -64
  118. package/lib/components/EmptyState/EmptyImages/UploadEmptyImage.tsx +0 -67
  119. package/lib/components/EmptyState/EmptyImages/index.ts +0 -6
  120. package/lib/components/EmptyState/EmptyState.stories.tsx +0 -104
  121. package/lib/components/EmptyState/EmptyState.tsx +0 -83
  122. package/lib/components/EmptyState/index.ts +0 -1
  123. package/lib/components/ErrorMessage/ErrorImages/ForbiddenImage.tsx +0 -85
  124. package/lib/components/ErrorMessage/ErrorImages/NotFoundImage.tsx +0 -117
  125. package/lib/components/ErrorMessage/ErrorImages/ServerErrorImage.tsx +0 -237
  126. package/lib/components/ErrorMessage/ErrorImages/UnauthorizedImage.tsx +0 -73
  127. package/lib/components/ErrorMessage/ErrorImages/index.ts +0 -4
  128. package/lib/components/ErrorMessage/ErrorMessage.stories.tsx +0 -112
  129. package/lib/components/ErrorMessage/ErrorMessage.tsx +0 -87
  130. package/lib/components/ErrorMessage/index.ts +0 -1
  131. package/lib/components/FileUpload/FileBlock/FileBlock.stories.tsx +0 -85
  132. package/lib/components/FileUpload/FileBlock/FileBlock.tsx +0 -136
  133. package/lib/components/FileUpload/FileBlock/index.ts +0 -1
  134. package/lib/components/FileUpload/FileUpload.stories.tsx +0 -958
  135. package/lib/components/FileUpload/FileUpload.tsx +0 -206
  136. package/lib/components/FileUpload/index.ts +0 -2
  137. package/lib/components/FilterButtonOverlay/FilterButtonOverlay.stories.tsx +0 -345
  138. package/lib/components/FilterButtonOverlay/FilterButtonOverlay.tsx +0 -163
  139. package/lib/components/FilterButtonOverlay/index.ts +0 -1
  140. package/lib/components/FocusManager/FocusManager.stories.tsx +0 -117
  141. package/lib/components/FocusManager/FocusManager.tsx +0 -59
  142. package/lib/components/FocusManager/index.ts +0 -1
  143. package/lib/components/FocusManagerWithArrowKeyNavigation/FocusManagerWithArrowKeyNavigation.stories.tsx +0 -557
  144. package/lib/components/FocusManagerWithArrowKeyNavigation/FocusManagerWithArrowKeyNavigation.tsx +0 -156
  145. package/lib/components/FocusManagerWithArrowKeyNavigation/index.ts +0 -1
  146. package/lib/components/FormTitleWrapper/FormTitleWrapper.stories.tsx +0 -173
  147. package/lib/components/FormTitleWrapper/FormTitleWrapper.tsx +0 -63
  148. package/lib/components/FormTitleWrapper/index.ts +0 -1
  149. package/lib/components/Grid/Col.stories.tsx +0 -114
  150. package/lib/components/Grid/Grid.tsx +0 -119
  151. package/lib/components/Grid/GridPatterns.stories.tsx +0 -420
  152. package/lib/components/Grid/Row.stories.tsx +0 -135
  153. package/lib/components/Grid/Tablist.layout.stories.tsx +0 -281
  154. package/lib/components/Grid/index.ts +0 -1
  155. package/lib/components/Icon/ClickableIcon.tsx +0 -104
  156. package/lib/components/Icon/Icon.docs.ts +0 -118
  157. package/lib/components/Icon/Icon.stories.tsx +0 -79
  158. package/lib/components/Icon/Icon.tsx +0 -78
  159. package/lib/components/Icon/SemanticIcon.stories.tsx +0 -74
  160. package/lib/components/Icon/SemanticIcon.tsx +0 -49
  161. package/lib/components/Icon/index.ts +0 -3
  162. package/lib/components/InContextAlert/InContextAlert.stories.tsx +0 -164
  163. package/lib/components/InContextAlert/InContextAlert.tsx +0 -204
  164. package/lib/components/InContextAlert/index.ts +0 -1
  165. package/lib/components/InfinitePagination/InfinitePagination.stories.tsx +0 -323
  166. package/lib/components/InfinitePagination/InfinitePagination.tsx +0 -121
  167. package/lib/components/InfinitePagination/index.ts +0 -1
  168. package/lib/components/InlineDropdown/InlineDropdown.stories.tsx +0 -415
  169. package/lib/components/InlineDropdown/InlineDropdown.tsx +0 -175
  170. package/lib/components/InlineDropdown/SimpleInlineDropdown.stories.tsx +0 -513
  171. package/lib/components/InlineDropdown/SimpleInlineDropdown.tsx +0 -165
  172. package/lib/components/InlineDropdown/index.ts +0 -2
  173. package/lib/components/Input/Input.stories.tsx +0 -590
  174. package/lib/components/Input/Input.tsx +0 -336
  175. package/lib/components/Input/NativeColorpicker.stories.tsx +0 -337
  176. package/lib/components/Input/NativeDatepicker.stories.tsx +0 -424
  177. package/lib/components/Input/index.ts +0 -1
  178. package/lib/components/KPIBox/KPIBox.stories.tsx +0 -321
  179. package/lib/components/KPIBox/KPIBox.tsx +0 -94
  180. package/lib/components/KPIBox/index.ts +0 -1
  181. package/lib/components/LinearLoader/LinearLoader.stories.tsx +0 -132
  182. package/lib/components/LinearLoader/LinearLoader.tsx +0 -48
  183. package/lib/components/LinearLoader/index.ts +0 -1
  184. package/lib/components/Link/Link.stories.tsx +0 -302
  185. package/lib/components/Link/Link.tsx +0 -231
  186. package/lib/components/Link/index.ts +0 -1
  187. package/lib/components/Menu/Menu.stories.tsx +0 -1046
  188. package/lib/components/Menu/Menu.tsx +0 -391
  189. package/lib/components/Menu/MenuOptionButton.tsx +0 -206
  190. package/lib/components/Menu/index.ts +0 -2
  191. package/lib/components/Modal/Modal.stories.tsx +0 -430
  192. package/lib/components/Modal/Modal.tsx +0 -379
  193. package/lib/components/Modal/index.ts +0 -8
  194. package/lib/components/Notification/Notification.stories.tsx +0 -132
  195. package/lib/components/Notification/Notification.tsx +0 -140
  196. package/lib/components/Notification/index.ts +0 -1
  197. package/lib/components/OptionButton/OptionButton.stories.tsx +0 -397
  198. package/lib/components/OptionButton/OptionButton.tsx +0 -149
  199. package/lib/components/OptionButton/SimpleOptionButton.stories.tsx +0 -525
  200. package/lib/components/OptionButton/SimpleOptionButton.tsx +0 -160
  201. package/lib/components/OptionButton/index.ts +0 -2
  202. package/lib/components/PageTitle/PageTitle.stories.tsx +0 -257
  203. package/lib/components/PageTitle/PageTitle.tsx +0 -276
  204. package/lib/components/PageTitle/index.ts +0 -1
  205. package/lib/components/Pagination/Pagination.stories.tsx +0 -259
  206. package/lib/components/Pagination/Pagination.tsx +0 -147
  207. package/lib/components/Pagination/PaginationItem.tsx +0 -118
  208. package/lib/components/Pagination/index.ts +0 -1
  209. package/lib/components/Panel/Panel.stories.tsx +0 -452
  210. package/lib/components/Panel/Panel.tsx +0 -181
  211. package/lib/components/Panel/index.ts +0 -2
  212. package/lib/components/ProgressDonut/ProgressDonut.stories.tsx +0 -97
  213. package/lib/components/ProgressDonut/ProgressDonut.tsx +0 -111
  214. package/lib/components/ProgressDonut/index.ts +0 -1
  215. package/lib/components/PromptChip/PromptChip.stories.tsx +0 -202
  216. package/lib/components/PromptChip/PromptChip.tsx +0 -166
  217. package/lib/components/PromptChip/index.ts +0 -1
  218. package/lib/components/PromptInput/PromptInput.stories.tsx +0 -349
  219. package/lib/components/PromptInput/PromptInput.tsx +0 -190
  220. package/lib/components/PromptInput/index.ts +0 -1
  221. package/lib/components/RadioButton/RadioButton.stories.tsx +0 -157
  222. package/lib/components/RadioButton/RadioButton.tsx +0 -135
  223. package/lib/components/RadioButton/RadioGroup.stories.tsx +0 -283
  224. package/lib/components/RadioButton/RadioGroup.tsx +0 -90
  225. package/lib/components/RadioButton/index.ts +0 -2
  226. package/lib/components/RadioTile/RadioTile.stories.tsx +0 -276
  227. package/lib/components/RadioTile/RadioTile.tsx +0 -107
  228. package/lib/components/RadioTile/index.ts +0 -1
  229. package/lib/components/RangeSlider/RangeSlider.stories.tsx +0 -342
  230. package/lib/components/RangeSlider/RangeSlider.tsx +0 -201
  231. package/lib/components/RangeSlider/index.ts +0 -1
  232. package/lib/components/Rating/Rating.stories.tsx +0 -257
  233. package/lib/components/Rating/Rating.tsx +0 -141
  234. package/lib/components/Rating/index.ts +0 -1
  235. package/lib/components/ScoreBar/ScoreBar.stories.tsx +0 -182
  236. package/lib/components/ScoreBar/ScoreBar.tsx +0 -133
  237. package/lib/components/ScoreBar/index.ts +0 -1
  238. package/lib/components/SearchInput/SearchInput.stories.tsx +0 -260
  239. package/lib/components/SearchInput/SearchInput.tsx +0 -81
  240. package/lib/components/SearchInput/index.ts +0 -2
  241. package/lib/components/Separator/Separator.stories.tsx +0 -95
  242. package/lib/components/Separator/Separator.tsx +0 -57
  243. package/lib/components/Separator/index.ts +0 -1
  244. package/lib/components/Shimmer/Shimmer.stories.tsx +0 -317
  245. package/lib/components/Shimmer/Shimmer.tsx +0 -143
  246. package/lib/components/Shimmer/index.ts +0 -1
  247. package/lib/components/SideMenuLink/SideMenuLink.stories.tsx +0 -153
  248. package/lib/components/SideMenuLink/SideMenuLink.tsx +0 -344
  249. package/lib/components/SideMenuLink/index.ts +0 -1
  250. package/lib/components/StatusIndicator/StatusIndicator.stories.tsx +0 -130
  251. package/lib/components/StatusIndicator/StatusIndicator.tsx +0 -62
  252. package/lib/components/StatusIndicator/index.ts +0 -1
  253. package/lib/components/Stepper/Step/Step.stories.tsx +0 -117
  254. package/lib/components/Stepper/Step/Step.tsx +0 -125
  255. package/lib/components/Stepper/Step/StepContent.tsx +0 -40
  256. package/lib/components/Stepper/Step/StepLabel.tsx +0 -40
  257. package/lib/components/Stepper/Step/index.ts +0 -3
  258. package/lib/components/Stepper/Stepper.stories.tsx +0 -422
  259. package/lib/components/Stepper/Stepper.tsx +0 -68
  260. package/lib/components/Stepper/index.ts +0 -2
  261. package/lib/components/StickyBar/StickyBar.stories.tsx +0 -152
  262. package/lib/components/StickyBar/StickyBar.tsx +0 -65
  263. package/lib/components/StickyBar/index.ts +0 -1
  264. package/lib/components/SubMenu/SubMenu.stories.tsx +0 -413
  265. package/lib/components/SubMenu/SubMenu.tsx +0 -96
  266. package/lib/components/SubMenu/SubMenuGroup.tsx +0 -161
  267. package/lib/components/SubMenu/SubMenuItem.tsx +0 -170
  268. package/lib/components/SubMenu/SubMenuLink.tsx +0 -87
  269. package/lib/components/SubMenu/index.ts +0 -4
  270. package/lib/components/Table/BasicTable.stories.tsx +0 -647
  271. package/lib/components/Table/BulkActions.stories.tsx +0 -267
  272. package/lib/components/Table/Cell.tsx +0 -125
  273. package/lib/components/Table/DefaultRow.tsx +0 -159
  274. package/lib/components/Table/DefaultTableHeader.tsx +0 -244
  275. package/lib/components/Table/InlineEdit.stories.tsx +0 -390
  276. package/lib/components/Table/StaticTable.tsx +0 -230
  277. package/lib/components/Table/Table.docs.ts +0 -495
  278. package/lib/components/Table/Table.tsx +0 -135
  279. package/lib/components/Table/TableActionBar.tsx +0 -55
  280. package/lib/components/Table/TableBottomBar.tsx +0 -25
  281. package/lib/components/Table/TableTopBar.tsx +0 -25
  282. package/lib/components/Table/dummyTableData.ts +0 -2189
  283. package/lib/components/Table/hooks.ts +0 -102
  284. package/lib/components/Table/index.ts +0 -8
  285. package/lib/components/Tabs/Tab/Tab.stories.tsx +0 -151
  286. package/lib/components/Tabs/Tab/Tab.tsx +0 -152
  287. package/lib/components/Tabs/Tab/index.ts +0 -1
  288. package/lib/components/Tabs/TabList/TabDropdown.tsx +0 -125
  289. package/lib/components/Tabs/TabList/TabList.stories.tsx +0 -172
  290. package/lib/components/Tabs/TabList/TabList.tsx +0 -178
  291. package/lib/components/Tabs/TabList/index.ts +0 -1
  292. package/lib/components/Tabs/index.ts +0 -2
  293. package/lib/components/Text/HighlightedText.stories.tsx +0 -122
  294. package/lib/components/Text/Text.stories.tsx +0 -302
  295. package/lib/components/Text/Text.tsx +0 -882
  296. package/lib/components/Text/index.ts +0 -30
  297. package/lib/components/TextTile/TextTile.stories.tsx +0 -89
  298. package/lib/components/TextTile/TextTile.tsx +0 -51
  299. package/lib/components/TextTile/index.ts +0 -1
  300. package/lib/components/Textarea/Textarea.stories.tsx +0 -324
  301. package/lib/components/Textarea/Textarea.tsx +0 -148
  302. package/lib/components/Textarea/index.ts +0 -2
  303. package/lib/components/Timeline/Timeline.stories.tsx +0 -272
  304. package/lib/components/Timeline/Timeline.tsx +0 -57
  305. package/lib/components/Timeline/TimelineItem/TimelineItem.stories.tsx +0 -216
  306. package/lib/components/Timeline/TimelineItem/TimelineItem.tsx +0 -128
  307. package/lib/components/Timeline/TimelineItem/index.ts +0 -1
  308. package/lib/components/Timeline/index.ts +0 -2
  309. package/lib/components/Toast/Toast.stories.tsx +0 -274
  310. package/lib/components/Toast/Toast.tsx +0 -264
  311. package/lib/components/Toast/ToastContainer.tsx +0 -123
  312. package/lib/components/Toast/ToastManager.ts +0 -60
  313. package/lib/components/Toast/index.ts +0 -10
  314. package/lib/components/Toggle/Toggle.stories.tsx +0 -175
  315. package/lib/components/Toggle/Toggle.tsx +0 -121
  316. package/lib/components/Toggle/index.ts +0 -1
  317. package/lib/components/TokenListInput/TokenListInput.stories.tsx +0 -678
  318. package/lib/components/TokenListInput/TokenListInput.tsx +0 -393
  319. package/lib/components/TokenListInput/TokenValueChips.tsx +0 -69
  320. package/lib/components/TokenListInput/index.ts +0 -1
  321. package/lib/components/Tooltip/Tooltip.stories.tsx +0 -316
  322. package/lib/components/Tooltip/Tooltip.tsx +0 -188
  323. package/lib/components/Tooltip/index.ts +0 -1
  324. package/lib/components/Truncate/Truncate.stories.tsx +0 -106
  325. package/lib/components/Truncate/Truncate.tsx +0 -80
  326. package/lib/components/Truncate/index.ts +0 -2
  327. package/lib/components/TruncatedTextWithTooltip/TruncatedTextWithTooltip.stories.tsx +0 -147
  328. package/lib/components/TruncatedTextWithTooltip/TruncatedTextWithTooltip.tsx +0 -109
  329. package/lib/components/TruncatedTextWithTooltip/index.ts +0 -1
  330. package/lib/components/Typeahead/SimpleTypeahead.stories.tsx +0 -567
  331. package/lib/components/Typeahead/SimpleTypeahead.tsx +0 -159
  332. package/lib/components/Typeahead/Typeahead.stories.tsx +0 -552
  333. package/lib/components/Typeahead/Typeahead.tsx +0 -243
  334. package/lib/components/Typeahead/index.ts +0 -2
  335. package/lib/components/WeekdayPicker/WeekdayPicker.stories.tsx +0 -263
  336. package/lib/components/WeekdayPicker/WeekdayPicker.tsx +0 -224
  337. package/lib/components/WeekdayPicker/index.ts +0 -1
  338. package/lib/components/index.ts +0 -77
  339. package/lib/hooks/index.ts +0 -16
  340. package/lib/hooks/useArbitraryOptionAddition/index.ts +0 -1
  341. package/lib/hooks/useArbitraryOptionAddition/useArbitraryOptionAddition.stories.tsx +0 -158
  342. package/lib/hooks/useArbitraryOptionAddition/useArbitraryOptionAddition.ts +0 -127
  343. package/lib/hooks/useCopyToClipboard/index.ts +0 -1
  344. package/lib/hooks/useCopyToClipboard/useCopyToClipboard.stories.tsx +0 -112
  345. package/lib/hooks/useCopyToClipboard/useCopyToClipboard.ts +0 -29
  346. package/lib/hooks/useDebounce/index.ts +0 -1
  347. package/lib/hooks/useDebounce/useDebounce.stories.tsx +0 -82
  348. package/lib/hooks/useDebounce/useDebounce.ts +0 -15
  349. package/lib/hooks/useFileUpload/index.ts +0 -1
  350. package/lib/hooks/useFileUpload/useFileUpload.stories.tsx +0 -468
  351. package/lib/hooks/useFileUpload/useFileUpload.ts +0 -326
  352. package/lib/hooks/useFilteredOptions/index.ts +0 -1
  353. package/lib/hooks/useFilteredOptions/useFilteredOptions.stories.tsx +0 -142
  354. package/lib/hooks/useFilteredOptions/useFilteredOptions.ts +0 -92
  355. package/lib/hooks/useInfiniteScroll/index.ts +0 -1
  356. package/lib/hooks/useInfiniteScroll/useInfiniteScroll.ts +0 -85
  357. package/lib/hooks/useInputState/index.ts +0 -1
  358. package/lib/hooks/useInputState/useInputState.stories.tsx +0 -62
  359. package/lib/hooks/useInputState/useInputState.ts +0 -24
  360. package/lib/hooks/useLockedBody/index.ts +0 -1
  361. package/lib/hooks/useLockedBody/useLockedBody.stories.tsx +0 -71
  362. package/lib/hooks/useLockedBody/useLockedBody.ts +0 -53
  363. package/lib/hooks/useModal/index.ts +0 -1
  364. package/lib/hooks/useModal/useModal.stories.tsx +0 -134
  365. package/lib/hooks/useModal/useModal.ts +0 -36
  366. package/lib/hooks/useMountTransition/index.ts +0 -25
  367. package/lib/hooks/useMountTransition/useMountTransition.stories.tsx +0 -64
  368. package/lib/hooks/usePagination/index.ts +0 -1
  369. package/lib/hooks/usePagination/usePagination.stories.tsx +0 -72
  370. package/lib/hooks/usePagination/usePagination.ts +0 -151
  371. package/lib/hooks/useReferenceElementWidth/index.ts +0 -1
  372. package/lib/hooks/useReferenceElementWidth/useReferenceElementWidth.ts +0 -19
  373. package/lib/hooks/useResizeObserver/index.ts +0 -1
  374. package/lib/hooks/useResizeObserver/useResizeObserver.ts +0 -29
  375. package/lib/hooks/useToastPortal/index.ts +0 -1
  376. package/lib/hooks/useToastPortal/useToastPortal.ts +0 -34
  377. package/lib/hooks/useToggle/index.ts +0 -1
  378. package/lib/hooks/useToggle/useToggle.stories.tsx +0 -70
  379. package/lib/hooks/useToggle/useToggle.ts +0 -13
  380. package/lib/hooks/useWindowSize/index.ts +0 -1
  381. package/lib/hooks/useWindowSize/useWindowSize.stories.tsx +0 -62
  382. package/lib/hooks/useWindowSize/useWindowSize.ts +0 -39
  383. package/lib/index.ts +0 -6
  384. package/lib/styles/index.ts +0 -533
  385. package/lib/styles/variables/_border.ts +0 -23
  386. package/lib/styles/variables/_color.ts +0 -207
  387. package/lib/styles/variables/_elevation.ts +0 -13
  388. package/lib/styles/variables/_font.ts +0 -59
  389. package/lib/styles/variables/_motion.ts +0 -11
  390. package/lib/styles/variables/_opacity.ts +0 -29
  391. package/lib/styles/variables/_shadow.ts +0 -47
  392. package/lib/styles/variables/_size.ts +0 -113
  393. package/lib/styles/variables/_space.ts +0 -23
  394. package/lib/types/charts.ts +0 -247
  395. package/lib/types/common.ts +0 -11
  396. package/lib/types/cssvariables.d.ts +0 -8
  397. package/lib/types/date-range-picker.ts +0 -20
  398. package/lib/types/flow-to-typescript-codemod.d.ts +0 -48
  399. package/lib/types/global.d.ts +0 -84
  400. package/lib/types/index.ts +0 -6
  401. package/lib/types/menu.ts +0 -13
  402. package/lib/types/toast.ts +0 -34
  403. package/lib/types/typography.ts +0 -17
  404. package/lib/utils/array/are-arrays-equal.ts +0 -12
  405. package/lib/utils/array/index.ts +0 -1
  406. package/lib/utils/charts/charts.ts +0 -110
  407. package/lib/utils/charts/columnChart.ts +0 -62
  408. package/lib/utils/charts/donutChart.ts +0 -123
  409. package/lib/utils/charts/funnelChart.ts +0 -97
  410. package/lib/utils/charts/helpers.ts +0 -65
  411. package/lib/utils/charts/index.ts +0 -7
  412. package/lib/utils/charts/lineChart.ts +0 -51
  413. package/lib/utils/charts/spiderChart.ts +0 -57
  414. package/lib/utils/charts/typography.ts +0 -52
  415. package/lib/utils/classify/classify.stories.tsx +0 -65
  416. package/lib/utils/classify/index.ts +0 -27
  417. package/lib/utils/click-away/ClickAway.stories.tsx +0 -248
  418. package/lib/utils/click-away/click-away.ts +0 -230
  419. package/lib/utils/click-away/index.ts +0 -1
  420. package/lib/utils/date-range-picker/date-range-picker.ts +0 -430
  421. package/lib/utils/date-range-picker/index.ts +0 -2
  422. package/lib/utils/date-range-picker/timezones.ts +0 -263
  423. package/lib/utils/dom/dom.stories.tsx +0 -59
  424. package/lib/utils/dom/dom.ts +0 -247
  425. package/lib/utils/dom/index.ts +0 -1
  426. package/lib/utils/helpers/helpers.stories.tsx +0 -124
  427. package/lib/utils/helpers/helpers.ts +0 -51
  428. package/lib/utils/helpers/index.ts +0 -1
  429. package/lib/utils/index.ts +0 -14
  430. package/lib/utils/makeClassNameComponent/index.ts +0 -1
  431. package/lib/utils/makeClassNameComponent/makeClassNameComponent.stories.tsx +0 -46
  432. package/lib/utils/makeClassNameComponent/makeClassNameComponent.tsx +0 -60
  433. package/lib/utils/menu/index.ts +0 -1
  434. package/lib/utils/menu/menu.ts +0 -174
  435. package/lib/utils/merge-refs/index.ts +0 -1
  436. package/lib/utils/merge-refs/merge-refs.stories.tsx +0 -92
  437. package/lib/utils/merge-refs/merge-refs.ts +0 -16
  438. package/lib/utils/rating/index.ts +0 -1
  439. package/lib/utils/rating/rating.ts +0 -30
  440. package/lib/utils/score-bar/index.ts +0 -1
  441. package/lib/utils/score-bar/score-bar.ts +0 -45
  442. package/lib/utils/string/index.ts +0 -1
  443. package/lib/utils/string/string.stories.tsx +0 -71
  444. package/lib/utils/string/string.ts +0 -26
  445. package/lib/utils/token-list-input/token-list-input.ts +0 -32
  446. package/lib/utils/tokens/index.ts +0 -1
  447. package/lib/utils/tokens/tokens.ts +0 -237
@@ -1,167 +0,0 @@
1
- import {Flow} from 'flow-to-typescript-codemod';
2
-
3
- import * as React from 'react';
4
-
5
- import type {MenuClassNames, MenuLabelTooltip} from '../../types/menu';
6
- import type {ClickAwayRefType} from '../../utils/click-away';
7
- import {
8
- getSelectedKeysFromSelectedOption,
9
- getTextLabelFromSelectedKeys,
10
- } from '../../utils/menu';
11
- import type {InputProps} from '../Input';
12
- import type {MenuOption, MenuOptionsVariant, Virtualization} from '../Menu';
13
- import type {ElevationType} from '../Tooltip';
14
-
15
- import {Dropdown} from './Dropdown';
16
-
17
-
18
- type ClassNames = Readonly<{
19
- wrapper?: string;
20
- box?: string;
21
- }>;
22
-
23
- export type SimpleDropdownRef = {
24
- selectedKeys?: Array<string>;
25
- };
26
-
27
- export type SimpleDropdownProps = (// Input props
28
- (InputProps) & {
29
- elevation?: ElevationType;
30
- classNames?: ClassNames;
31
- clickAwayRef?: ClickAwayRefType;
32
- // Menu props
33
- options?: Array<MenuOption>;
34
- optionsVariant?: MenuOptionsVariant;
35
- allowSearch?: boolean;
36
- selectedKeys?: Array<string>;
37
- isMenuFluid?: boolean;
38
- menuVirtualization?: Virtualization;
39
- header?: React.ReactNode;
40
- footer?: React.ReactNode;
41
- menuClassNames?: MenuClassNames;
42
- showLabelTooltip?: MenuLabelTooltip;
43
- allowWrap?: boolean;
44
- staticLabels?: {
45
- RESULT?: string;
46
- RESULTS?: string;
47
- SEARCH_PLACEHOLDER?: string;
48
- };
49
- // events
50
- onChange?: (
51
- option: MenuOption,
52
- arg2?: React.SyntheticEvent<HTMLElement> | null | undefined,
53
- ) => unknown;
54
- onMenuOpen?: () => unknown;
55
- onMenuClose?: () => unknown;
56
- // Resolvers
57
- resolveLabel?: (option: MenuOption) => string | React.ReactNode;
58
- resolveSecondaryLabel?: (option: MenuOption) => string | React.ReactNode;
59
- });
60
-
61
- const SimpleDropdownBase = (props: SimpleDropdownProps & Omit<Omit<Flow.ComponentProps<typeof Dropdown>, 'classNames' | 'size' | 'elevation' | 'placeholder' | 'onChange' | 'onMenuOpen' | 'onMenuClose' | 'dropdownInputText' | 'clickAwayRef' | 'menu'>, keyof SimpleDropdownProps>, ref: ((arg1: null | SimpleDropdownRef) => unknown) | {
62
- current: null | SimpleDropdownRef;
63
- }) => {
64
- const {
65
- size = 'medium',
66
- classNames,
67
- placeholder = 'Select...',
68
- options,
69
- optionsVariant,
70
- allowSearch,
71
- selectedKeys,
72
- onChange,
73
- onMenuOpen,
74
- onMenuClose,
75
- resolveLabel,
76
- elevation = 'modal',
77
- menuVirtualization,
78
- resolveSecondaryLabel,
79
- isMenuFluid = true,
80
- header,
81
- footer,
82
- menuClassNames,
83
- showLabelTooltip,
84
- clickAwayRef,
85
- allowWrap = false,
86
- staticLabels,
87
- ...inputProps
88
- } = props;
89
-
90
- const [dropdownInputText, setDropdownInputText] = React.useState('');
91
- const [dropdownSelectedKeys, setDropdownSelectedKeys] =
92
- React.useState(selectedKeys);
93
-
94
- React.useEffect(() => {
95
- const newDropdownText = getTextLabelFromSelectedKeys(selectedKeys, options);
96
-
97
- setDropdownSelectedKeys(selectedKeys);
98
- setDropdownInputText(newDropdownText);
99
- }, [selectedKeys]);
100
-
101
- const handleOptionChange = (selectedOption: MenuOption, e: React.SyntheticEvent<HTMLElement> | null | undefined) => {
102
- e?.stopPropagation();
103
- let newSelectedKeys: Array<never> | Array<string> = [];
104
-
105
- if (optionsVariant === 'checkbox') {
106
- newSelectedKeys = getSelectedKeysFromSelectedOption(
107
- selectedOption,
108
- dropdownSelectedKeys,
109
- );
110
- } else {
111
- newSelectedKeys = [selectedOption.key];
112
- }
113
-
114
- const newDropdownText = getTextLabelFromSelectedKeys(
115
- newSelectedKeys,
116
- options,
117
- );
118
-
119
- setDropdownSelectedKeys(newSelectedKeys);
120
- setDropdownInputText(newDropdownText);
121
-
122
- setTimeout(() => {
123
- onChange?.(selectedOption, e);
124
- });
125
- };
126
-
127
- // @ts-ignore - TS2345 - Argument of type '{ current: SimpleDropdownRef | null; } | ((arg1: SimpleDropdownRef | null) => unknown)' is not assignable to parameter of type 'Ref<SimpleDropdownRef> | undefined'.
128
- React.useImperativeHandle(ref, () => ({
129
- selectedKeys: dropdownSelectedKeys,
130
- }));
131
-
132
- return (
133
- <Dropdown
134
- {...inputProps}
135
- classNames={classNames}
136
- size={size}
137
- elevation={elevation}
138
- placeholder={placeholder}
139
- // @ts-ignore - TS2769 - No overload matches this call.
140
- onChange={handleOptionChange}
141
- onMenuOpen={onMenuOpen}
142
- onMenuClose={onMenuClose}
143
- dropdownInputText={dropdownInputText}
144
- clickAwayRef={clickAwayRef}
145
- menu={{
146
- options,
147
- selectedKeys: dropdownSelectedKeys,
148
- optionsVariant,
149
- allowSearch,
150
- resolveLabel,
151
- resolveSecondaryLabel,
152
- virtualization: menuVirtualization,
153
- size,
154
- isFluid: isMenuFluid,
155
- header,
156
- footer,
157
- classNames: menuClassNames,
158
- showLabelTooltip,
159
- allowWrap,
160
- staticLabels,
161
- }}
162
- />
163
- );
164
- };
165
-
166
- // @ts-ignore - TS2345 - Argument of type '(props: SimpleDropdownProps & Omit<Omit<Flow.ComponentProps<typeof Dropdown>, 'classNames' | 'size' | 'elevation' | 'placeholder' | 'onChange' | 'onMenuOpen' | 'onMenuClose' | 'dropdownInputText' | 'clickAwayRef' | 'menu'>, keyof SimpleDropdownProps>, ref: { current: null | SimpleDropdownRef; } | ((arg1: null | Simp...' is not assignable to parameter of type 'ForwardRefRenderFunction<SimpleDropdownProps, SimpleDropdownRef>'.
167
- export const SimpleDropdown: Flow.AbstractComponent<SimpleDropdownProps, SimpleDropdownRef> = React.forwardRef<SimpleDropdownProps, SimpleDropdownRef>(SimpleDropdownBase);
@@ -1,2 +0,0 @@
1
- export * from './Dropdown';
2
- export * from './SimpleDropdown';
@@ -1,108 +0,0 @@
1
- import * as React from 'react';
2
-
3
-
4
- export const CalendarEmptyImage = () => (<svg
5
- width="140"
6
- height="140"
7
- viewBox="0 0 140 140"
8
- fill="none"
9
- xmlns="http://www.w3.org/2000/svg"
10
- >
11
- <path
12
- d="M70.0002 120C97.6145 120 120 97.6142 120 70C120 42.3858 97.6145 20 70.0002 20C42.3859 20 20 42.3858 20 70C20 97.6142 42.3859 120 70.0002 120Z"
13
- fill="#E6E5EF"
14
- />
15
- <path
16
- d="M115.834 31.7826C117.296 30.4418 117.398 28.1655 116.062 26.6982C114.726 25.231 112.457 25.1285 110.995 26.4693C109.533 27.8102 109.43 30.0865 110.767 31.5537C112.103 33.021 114.372 33.1234 115.834 31.7826Z"
17
- fill="#9F9FBC"
18
- />
19
- <path
20
- d="M44.0578 24.862C45.2971 24.4578 45.9752 23.1221 45.5724 21.8786C45.1696 20.635 43.8384 19.9546 42.5991 20.3588C41.3597 20.763 40.6816 22.0987 41.0844 23.3422C41.4873 24.5858 42.8185 25.2662 44.0578 24.862Z"
21
- fill="#9F9FBC"
22
- />
23
- <path
24
- d="M97.4061 106.626H12.1772L27.7506 34.7443H113.074L97.4061 106.626Z"
25
- fill="white"
26
- />
27
- <path
28
- d="M97.4061 106.626H12.1772L27.7506 34.7443H113.074L97.4061 106.626Z"
29
- fill="#F1F1F5"
30
- stroke="#D3D2E0"
31
- strokeWidth="2"
32
- strokeMiterlimit="10"
33
- />
34
- <path
35
- opacity="0.1"
36
- d="M48.2321 106.626H30.5822C27.3731 106.626 24.7304 103.879 24.9192 100.659L27.7507 34.7443H31.998L48.2321 106.626Z"
37
- fill="#9F9FBC"
38
- />
39
- <path
40
- d="M131.762 106.626H46.5331L32.0924 51.4125L31.998 51.0336L27.7507 34.7443H113.074L116.755 48.8554L117.321 51.0336L117.416 51.4125L131.762 106.626Z"
41
- fill="white"
42
- stroke="#D3D2E0"
43
- strokeWidth="2"
44
- strokeMiterlimit="10"
45
- strokeLinejoin="round"
46
- />
47
- <path d="M33 51.0335H116.263L112.5 35.5H29L33 51.0335Z" fill="#F1F1F5" />
48
- <path
49
- d="M50.2141 46.393C51.8822 46.393 53.2344 45.0361 53.2344 43.3624C53.2344 41.6886 51.8822 40.3318 50.2141 40.3318C48.5461 40.3318 47.1938 41.6886 47.1938 43.3624C47.1938 45.0361 48.5461 46.393 50.2141 46.393Z"
50
- fill="#EBEBEB"
51
- stroke="#8D8CAF"
52
- strokeWidth="2"
53
- strokeMiterlimit="10"
54
- />
55
- <path
56
- d="M100.049 46.393C101.717 46.393 103.069 45.0361 103.069 43.3624C103.069 41.6886 101.717 40.3318 100.049 40.3318C98.381 40.3318 97.0288 41.6886 97.0288 43.3624C97.0288 45.0361 98.381 46.393 100.049 46.393Z"
57
- fill="#EBEBEB"
58
- stroke="#8D8CAF"
59
- strokeWidth="2"
60
- strokeMiterlimit="10"
61
- />
62
- <path
63
- d="M50.4182 44.1411C49.8519 44.1411 49.3799 43.6676 49.3799 43.0993C49.3799 42.5311 49.8519 42.0576 50.4182 42.0576C52.4946 42.0576 54.6654 39.1217 54.6654 34.6705C54.6654 34.5758 54.6654 34.3864 54.6654 34.2917C54.5711 29.9353 52.4002 27.2835 50.4182 27.2835C48.5305 27.2835 46.454 29.8405 46.1709 33.8182H44C44.2832 28.8935 47.0203 25.2 50.3238 25.2C53.816 25.2 56.5531 29.2723 56.7419 34.4811C56.7419 34.5758 56.7419 34.6705 56.7419 34.7652C56.8363 39.9741 54.0048 44.1411 50.4182 44.1411Z"
64
- fill="#66658D"
65
- />
66
- <path
67
- d="M100.011 44.1411C99.4443 44.1411 98.9724 43.6676 98.9724 43.0993C98.9724 42.5311 99.4443 42.0576 100.011 42.0576C102.087 42.0576 104.258 39.1217 104.258 34.6705C104.258 34.5758 104.258 34.3864 104.258 34.2917C104.164 29.9353 101.993 27.2835 100.011 27.2835C98.1229 27.2835 96.0465 29.8405 95.7633 33.8182H93.5925C93.8756 28.8935 96.6128 25.2 99.9162 25.2C103.409 25.2 106.146 29.2723 106.334 34.4811C106.334 34.5758 106.334 34.6705 106.334 34.7652C106.429 39.9741 103.597 44.1411 100.011 44.1411Z"
68
- fill="#66658D"
69
- />
70
- <path
71
- d="M1.32324 106.531H138.652"
72
- stroke="#D3D2E0"
73
- strokeWidth="2"
74
- strokeMiterlimit="10"
75
- strokeLinecap="round"
76
- strokeLinejoin="round"
77
- />
78
- <path
79
- opacity="0.3"
80
- d="M100.521 72.3424C99.9544 72.3424 99.5769 71.8688 99.5769 71.3953C99.5769 70.8271 99.9544 70.4482 100.521 70.4482H103.447C104.013 70.4482 104.391 70.9218 104.391 71.3953C104.391 71.9635 103.919 72.3424 103.447 72.3424H100.521Z"
81
- fill="#E6E5EF"
82
- />
83
- <path
84
- opacity="0.3"
85
- d="M60.3132 99.0494C59.9356 99.0494 59.5581 98.7653 59.3693 98.3865L57.8592 92.7988H50.4028C49.8365 92.7988 49.459 92.3253 49.459 91.8518C49.459 91.2835 49.9309 90.9047 50.4028 90.9047H57.2929L54.9333 82.5706H47.7601C47.1938 82.5706 46.8162 82.0971 46.8162 81.6235C46.8162 81.0553 47.1938 80.6765 47.7601 80.6765H54.367L52.0074 72.3424H45.2117C44.6454 72.3424 44.2679 71.8689 44.2679 71.3953C44.2679 70.8271 44.6454 70.4483 45.2117 70.4483H51.5355L49.1758 62.1142H42.6633C42.097 62.1142 41.7195 61.6406 41.7195 61.1671C41.7195 60.5989 42.097 60.22 42.6633 60.22H48.6095L47.6657 56.8106C47.5713 56.3371 47.8545 55.7689 48.3264 55.6742C48.4208 55.6742 48.5152 55.6742 48.6095 55.6742C48.9871 55.6742 49.3646 55.9583 49.5534 56.3371L50.686 60.22H58.2367C58.803 60.22 59.1806 60.5989 59.1806 61.1671C59.1806 61.7353 58.803 62.1142 58.2367 62.1142H51.2523L53.6119 70.4483H65.5043L61.7289 56.8106C61.6346 56.3371 61.9177 55.7689 62.3896 55.6742C62.484 55.6742 62.5784 55.6742 62.6728 55.6742C63.0503 55.6742 63.4279 55.9583 63.6166 56.3371L64.7492 60.22H68.8078C69.3741 60.22 69.7516 60.5989 69.7516 61.1671C69.7516 61.7353 69.2797 62.1142 68.8078 62.1142H65.3155L67.6751 70.4483H75.6978C76.2641 70.4483 76.6416 70.9218 76.6416 71.3953C76.6416 71.9636 76.2641 72.3424 75.6978 72.3424H68.2415L70.6011 80.6765H82.5878L77.3967 62.1142H74.8483C74.282 62.1142 73.9045 61.6406 73.9045 61.1671C73.9045 60.5989 74.3764 60.22 74.8483 60.22H76.8304L75.8866 56.8106C75.7922 56.5265 75.8866 56.3371 75.981 56.053C76.0753 55.8636 76.2641 55.6742 76.5473 55.5795C76.6416 55.5795 76.736 55.5795 76.8304 55.5795C77.2079 55.5795 77.5855 55.8636 77.7743 56.2424L78.9069 60.1253H80.8889C81.4552 60.1253 81.8328 60.5042 81.8328 61.0724C81.8328 61.6406 81.4552 62.0195 80.8889 62.0195H79.4732L81.8328 70.3536H93.8196L91.46 62.0195H85.325C84.7587 62.0195 84.3811 61.5459 84.3811 61.0724C84.3811 60.5042 84.8531 60.1253 85.325 60.1253H90.6105L89.6667 56.7159C89.5723 56.2424 89.8554 55.6742 90.3274 55.5795C90.4217 55.5795 90.5161 55.5795 90.6105 55.5795C90.988 55.5795 91.3656 55.8636 91.5543 56.2424L92.687 60.1253H104.674L103.73 56.7159C103.636 56.2424 103.919 55.6742 104.391 55.5795C104.485 55.5795 104.579 55.5795 104.674 55.5795C105.051 55.5795 105.429 55.8636 105.618 56.2424L106.75 60.1253H114.112C114.678 60.1253 115.056 60.5042 115.056 61.0724C115.056 61.6406 114.678 62.0195 114.112 62.0195H107.033L109.393 70.3536H116.472C117.038 70.3536 117.416 70.8271 117.416 71.3006C117.416 71.8689 117.038 72.2477 116.472 72.2477H109.959L112.319 80.5818H119.115C119.681 80.5818 120.058 81.0553 120.058 81.5288C120.058 82.0971 119.681 82.4759 119.115 82.4759H112.885L115.245 90.81H121.663C122.229 90.81 122.607 91.2835 122.607 91.7571C122.607 92.3253 122.135 92.7041 121.663 92.7041H115.717L117.132 97.7235C117.227 98.197 116.944 98.7653 116.472 98.86C116.377 98.86 116.283 98.86 116.189 98.86C115.811 98.86 115.434 98.5759 115.245 98.197L113.735 92.7041H101.748L103.164 97.6288C103.258 97.9129 103.164 98.1023 103.069 98.3865C102.975 98.5759 102.786 98.7653 102.503 98.86C102.409 98.86 102.314 98.86 102.22 98.86C101.842 98.86 101.465 98.5759 101.276 98.197L99.7658 92.7988H87.779L89.1947 97.7235C89.2891 98.197 89.006 98.7653 88.534 98.86C88.4397 98.86 88.3453 98.86 88.2509 98.86C87.8734 98.86 87.4958 98.5759 87.3071 98.197L85.7969 92.7988H73.8101L75.2259 97.7235C75.3203 98.197 75.0371 98.7653 74.5652 98.86C74.4708 98.86 74.3764 98.86 74.282 98.86C73.9045 98.86 73.527 98.5759 73.3382 98.197L71.828 92.7988H59.8413L61.257 97.8182C61.3514 98.1023 61.257 98.2918 61.1626 98.5759C61.0683 98.7653 60.8795 98.9547 60.5963 99.0494C60.5019 99.0494 60.4076 99.0494 60.3132 99.0494ZM87.2127 90.9047H113.168L110.809 82.5706H98.8219L99.6714 85.6012C99.7658 85.8853 99.6714 86.0747 99.577 86.3588C99.4826 86.5482 99.2938 86.7377 99.0107 86.8324C98.9163 86.8324 98.8219 86.8324 98.7275 86.8324C98.35 86.8324 97.9725 86.5482 97.7837 86.1694L96.8399 82.6653H93.2533C92.687 82.6653 92.3094 82.1918 92.3094 81.7183C92.3094 81.15 92.687 80.7712 93.2533 80.7712H96.2736L93.9139 72.4371H82.0215L84.3811 80.7712H87.3071C87.8734 80.7712 88.2509 81.2447 88.2509 81.7183C88.2509 82.2865 87.8734 82.6653 87.3071 82.6653H84.8531L87.2127 90.9047ZM73.2438 90.9047H85.2306L82.871 82.5706H70.8842L73.2438 90.9047ZM59.275 90.9047H71.2617L68.9021 82.5706H65.4099C64.8436 82.5706 64.4661 82.0971 64.4661 81.6235C64.4661 81.0553 64.938 80.6765 65.4099 80.6765H68.4302L66.0706 72.3424H54.0838L56.4434 80.6765H59.5581C60.1244 80.6765 60.5019 81.15 60.5019 81.6235C60.5019 82.1918 60.03 82.5706 59.5581 82.5706H57.0097L59.275 90.9047ZM98.35 80.6765H110.337L105.146 62.1142H93.0645L98.35 80.6765Z"
86
- fill="#E6E5EF"
87
- />
88
- <path
89
- d="M71.3621 71.012C67.4401 71.012 64.1456 68.5027 62.8905 64.8955C62.5768 64.1114 63.0474 63.3272 63.8318 63.0135C64.6162 62.6999 65.4006 63.1704 65.7144 63.9545C66.4988 66.307 68.852 68.0322 71.3621 68.0322C73.8722 68.0322 76.2254 66.4639 77.0099 63.9545C77.3236 63.1704 78.108 62.6999 78.8924 63.0135C79.6768 63.3272 80.1475 64.1114 79.8337 64.8955C78.5787 68.6595 75.2842 71.012 71.3621 71.012Z"
90
- fill="#66658D"
91
- />
92
- <path
93
- d="M95.0513 71.012C91.1292 71.012 87.8347 68.5027 86.5797 64.8955C86.2659 64.1114 86.7366 63.3272 87.521 63.0135C88.3054 62.6999 89.0898 63.1704 89.4035 63.9545C90.188 66.307 92.5412 68.0322 95.0513 68.0322C97.5614 68.0322 99.9146 66.4639 100.699 63.9545C101.013 63.1704 101.797 62.6999 102.582 63.0135C103.366 63.3272 103.837 64.1114 103.523 64.8955C102.268 68.6595 98.9733 71.012 95.0513 71.012Z"
94
- fill="#66658D"
95
- />
96
- <path
97
- d="M87.8522 90.2147C89.845 90.2147 91.4604 88.5997 91.4604 86.6075C91.4604 84.6153 89.845 83.0004 87.8522 83.0004C85.8594 83.0004 84.2439 84.6153 84.2439 86.6075C84.2439 88.5997 85.8594 90.2147 87.8522 90.2147Z"
98
- fill="#66658D"
99
- />
100
- <path
101
- d="M12.8117 25.1494V20.4998H30.7818V25.1494L18.5199 39.9438H30.9932V44.5935H12.1775V39.9438L24.4394 25.1494H12.8117Z"
102
- fill="#66658D"
103
- />
104
- <path
105
- d="M36.0112 54.494V51.5352H47.639V54.494L39.8167 64.0047H47.8504V66.9636H35.5884V64.0047L43.4107 54.494H36.0112Z"
106
- fill="#66658D"
107
- />
108
- </svg>);
@@ -1,194 +0,0 @@
1
- import * as React from 'react';
2
-
3
-
4
- export const ChartEmptyImage = () => (<svg
5
- width="140"
6
- height="140"
7
- viewBox="0 0 140 140"
8
- fill="none"
9
- xmlns="http://www.w3.org/2000/svg"
10
- >
11
- <path
12
- d="M122.505 46.6312C124.77 46.6312 126.605 44.7955 126.605 42.5312C126.605 40.2668 124.77 38.4312 122.505 38.4312C120.241 38.4312 118.405 40.2668 118.405 42.5312C118.405 44.7955 120.241 46.6312 122.505 46.6312Z"
13
- fill="#9F9FBC"
14
- />
15
- <path
16
- d="M128.505 30.6312C130.052 30.6312 131.305 29.3776 131.305 27.8313C131.305 26.2849 130.052 25.0312 128.505 25.0312C126.959 25.0312 125.705 26.2849 125.705 27.8313C125.705 29.3776 126.959 30.6312 128.505 30.6312Z"
17
- fill="#9F9FBC"
18
- />
19
- <path
20
- d="M70 120C97.6143 120 120 97.6142 120 70C120 42.3858 97.6143 20 70 20C42.3857 20 20 42.3858 20 70C20 97.6142 42.3857 120 70 120Z"
21
- fill="#E6E5EF"
22
- />
23
- <path
24
- d="M120 68.5C120 82.7857 113.924 96.2245 104.255 105L26.0493 104.5C25.0525 104.5 24.255 103.684 24.255 102.663V36.3367C24.255 35.3163 25.0525 34.5 26.0493 34.5H105C113.772 42.9694 120 55.0306 120 68.5Z"
25
- fill="#E6E5EF"
26
- />
27
- <path
28
- d="M58.803 76.6H28.6031C28.1031 76.6 27.7031 76.2 27.7031 75.7V53.2C27.7031 52.7 28.1031 52.3 28.6031 52.3H58.803C59.303 52.3 59.703 52.7 59.703 53.2V75.6C59.703 76.1 59.303 76.6 58.803 76.6Z"
29
- fill="white"
30
- />
31
- <path
32
- d="M116 51H28.899C28.3995 51 28 50.5484 28 49.9839V38.0161C28 37.4516 28.3995 37 28.899 37H107.809C109.008 38.4677 110.107 40.0484 111.205 41.629C112.304 43.3226 113.403 45.2419 114.302 47.0484C114.901 48.4032 115.501 49.6452 116 51Z"
33
- fill="white"
34
- />
35
- <path
36
- d="M114.103 47.1H100.303C100.003 47.1 99.8031 46.9 99.8031 46.6V42.8C99.8031 42.5 100.003 42.3 100.303 42.3H110.903C112.103 43.8 113.103 45.4 114.103 47.1Z"
37
- fill="#66658D"
38
- />
39
- <path
40
- d="M111.703 45.1H103.303C103.003 45.1 102.803 44.9001 102.803 44.6C102.803 44.3 103.003 44.1 103.303 44.1H111.703C112.003 44.1 112.203 44.3 112.203 44.6C112.203 44.9001 112.003 45.1 111.703 45.1Z"
41
- fill="white"
42
- />
43
- <path
44
- d="M93.4031 76.6H62.2031C61.7031 76.6 61.3031 76.2 61.3031 75.7V53.2C61.3031 52.7 61.7031 52.3 62.2031 52.3H93.4031C93.9031 52.3 94.3031 52.7 94.3031 53.2V75.6C94.4031 76.1 94.0031 76.6 93.4031 76.6Z"
45
- fill="white"
46
- />
47
- <path
48
- d="M119.403 62.5C118.803 58.9 117.903 55.5 116.603 52.3H96.903C96.403 52.3 96.003 52.7 96.003 53.3V75.7C96.003 76.2 96.403 76.6 96.903 76.6H119.503C119.803 74.4 120.003 72.1 120.003 69.9C120.003 67.9 119.903 65.9 119.603 63.9L119.403 62.5Z"
49
- fill="white"
50
- />
51
- <path
52
- d="M59.1 102H28.9C28.4 102 28 101.603 28 101.107V78.8926C28 78.3967 28.4 78 28.9 78H59.1C59.6 78 60 78.3967 60 78.8926V101.107C60 101.603 59.6 102 59.1 102Z"
53
- fill="white"
54
- />
55
- <path
56
- d="M93.0851 102H61.8996C61.3998 102 61 101.603 61 101.107V78.8926C61 78.3967 61.3998 78 61.8996 78H93.0851C93.5849 78 93.9847 78.3967 93.9847 78.8926V101.107C94.0846 101.603 93.6848 102 93.0851 102Z"
57
- fill="white"
58
- />
59
- <path
60
- d="M119 78C118.803 79.1852 118.509 80.2716 118.214 81.358C118.115 81.7531 118.017 82.0494 117.919 82.4444C117.624 83.5309 117.231 84.6173 116.838 85.7037C116.543 86.4938 116.15 87.3827 115.855 88.1728C115.56 88.7654 115.265 89.358 114.97 89.9506C114.872 90.2469 114.675 90.5432 114.479 90.8395C113.889 91.9259 113.299 93.0123 112.611 94.0988C112.415 94.3951 112.218 94.7901 111.923 95.0864C111.235 96.0741 110.547 97.0617 109.859 98.0494C109.564 98.4444 109.269 98.7407 108.974 99.1358C108.188 100.123 107.399 101.111 106.514 102H96.8846C96.3932 102 96 101.605 96 101.111V78.8889C96 78.3951 96.3932 78 96.8846 78H119Z"
61
- fill="white"
62
- />
63
- <path
64
- d="M47.203 91.7C47.203 91.8 47.203 91.9 47.103 92C47.003 92.2 47.003 92.4 47.003 92.6C46.903 92.7 46.903 92.8 46.903 92.9C46.803 93.1 46.803 93.3 46.703 93.4V93.5C46.603 93.6 46.603 93.7 46.603 93.7C46.503 93.8 46.503 93.9 46.403 93.9L48.203 95.5C48.303 95.4 48.303 95.3 48.403 95.2C48.603 94.9 48.803 94.6 48.903 94.3C49.003 94.2 49.003 94.1 49.003 94C49.103 93.7 49.203 93.4 49.403 93.1C49.403 93 49.503 92.9 49.503 92.9C49.603 92.7 49.603 92.5 49.603 92.4C49.603 92.3 49.703 92.2 49.703 92.2C49.703 92.1 49.703 92 49.803 92V91.9C49.803 91.8 49.803 91.7 49.803 91.7H47.203ZM42.103 96.2C39.303 96.2 36.903 93.9 36.903 91.1C36.903 88.4 38.903 86.3 41.403 86V83.6C37.603 83.9 34.503 87.2 34.503 91.2C34.503 95.4 37.903 98.8 42.103 98.8C44.203 98.8 46.103 98 47.403 96.6L45.603 94.9C44.703 95.8 43.403 96.2 42.103 96.2ZM42.703 83.5V85.9C45.103 86.2 46.903 88 47.203 90.3H49.703C49.403 86.7 46.403 83.8 42.703 83.5Z"
65
- fill="#E6E5EF"
66
- />
67
- <path
68
- d="M49.703 90.3999H47.303C47.003 87.9999 45.103 86.1999 42.803 85.9999V83.5999C46.403 83.7999 49.403 86.6999 49.703 90.3999Z"
69
- fill="#66658D"
70
- />
71
- <path
72
- d="M49.703 91.7C49.703 91.8 49.703 91.8999 49.703 91.8999V91.9999C49.703 92.0999 49.703 92.2 49.603 92.2C49.603 92.3 49.603 92.3999 49.503 92.3999C49.403 92.5999 49.403 92.7999 49.403 92.8999C49.403 92.9999 49.303 93.0999 49.303 93.0999C49.203 93.3999 49.103 93.6999 48.903 93.9999C48.803 94.0999 48.803 94.1999 48.803 94.2999C48.703 94.5999 48.503 94.9 48.303 95.2C48.203 95.3 48.203 95.3999 48.103 95.4999L46.403 93.8999C46.503 93.7999 46.503 93.7 46.603 93.7C46.703 93.6 46.703 93.4999 46.703 93.4999V93.3999C46.803 93.1999 46.903 92.9999 46.903 92.8999C47.003 92.7999 47.003 92.6999 47.003 92.5999C47.103 92.3999 47.103 92.1999 47.103 91.9999C47.103 91.8999 47.203 91.8 47.203 91.7H49.703Z"
73
- fill="#D3D2E0"
74
- />
75
- <path
76
- d="M119.603 63.8C119.603 63.4 119.503 63 119.403 62.5L114.103 67.8C113.903 67.7 113.603 67.6 113.403 67.6C113.203 67.6 112.903 67.7 112.703 67.8L107.903 63C108.003 62.8 108.003 62.7 108.003 62.4C108.003 61.5 107.303 60.9 106.503 60.9C105.703 60.9 105.003 61.6 105.003 62.4C105.003 62.6 105.003 62.8 105.103 63L101.003 66.9C100.803 66.8 100.603 66.8 100.403 66.8C99.5031 66.8 98.9031 67.5 98.9031 68.3C98.9031 69.1 99.6031 69.8 100.403 69.8C101.203 69.8 101.903 69.1 101.903 68.3C101.903 68.1 101.803 67.9 101.703 67.7L105.603 63.7C105.903 63.8 106.003 63.9 106.203 63.9C106.403 63.9 106.703 63.8 106.803 63.7L111.603 68.5C111.503 68.7 111.503 68.8 111.503 69C111.503 69.9 112.203 70.5 113.003 70.5C113.903 70.5 114.503 69.8 114.503 69C114.503 68.8 114.503 68.7 114.403 68.5L119.603 63.8ZM100.503 69.2C100.103 69.2 99.8031 68.9 99.8031 68.5C99.8031 68.1 100.103 67.8 100.503 67.8C100.903 67.8 101.203 68.1 101.203 68.5C101.203 68.8 100.903 69.2 100.503 69.2ZM106.503 63.1C106.103 63.1 105.803 62.8 105.803 62.4C105.803 62 106.103 61.7 106.503 61.7C106.903 61.7 107.203 62 107.203 62.4C107.203 62.8 107.003 63.1 106.503 63.1ZM113.503 69.9C113.103 69.9 112.803 69.6 112.803 69.2C112.803 68.8 113.103 68.5 113.503 68.5C113.903 68.5 114.203 68.8 114.203 69.2C114.303 69.6 114.003 69.9 113.503 69.9Z"
77
- fill="#D3D2E0"
78
- />
79
- <path
80
- d="M67.303 68.6H65.903C65.803 68.6 65.603 68.4 65.603 68.3V60.7C65.603 60.5 65.703 60.4 65.903 60.4H67.303C67.403 60.4 67.603 60.6 67.603 60.7V68.3C67.503 68.4 67.403 68.6 67.303 68.6Z"
81
- fill="#66658D"
82
- />
83
- <path
84
- d="M68.103 68.6H66.503C66.403 68.6 66.303 68.5 66.303 68.4V64.9C66.303 64.7 66.403 64.7 66.503 64.7H68.103C68.203 64.7 68.303 64.8 68.303 64.9V68.4C68.303 68.5 68.203 68.6 68.103 68.6Z"
85
- fill="#D3D2E0"
86
- />
87
- <path
88
- d="M70.903 68.6H69.503C69.403 68.6 69.203 68.3999 69.203 68.2999V63C69.203 62.8 69.303 62.7 69.503 62.7H70.903C71.003 62.7 71.203 62.9 71.203 63V68.2999C71.203 68.3999 71.003 68.6 70.903 68.6Z"
89
- fill="#66658D"
90
- />
91
- <path
92
- d="M74.503 68.6H73.103C73.003 68.6 72.803 68.4001 72.803 68.3001V64.9C72.803 64.7 72.903 64.6 73.103 64.6H74.503C74.603 64.6 74.803 64.8 74.803 64.9V68.2C74.803 68.4 74.603 68.6 74.503 68.6Z"
93
- fill="#66658D"
94
- />
95
- <path
96
- d="M78.103 68.6H76.703C76.603 68.6 76.403 68.3999 76.403 68.2999V62C76.403 61.8 76.503 61.7 76.703 61.7H78.103C78.203 61.7 78.403 61.9 78.403 62V68.2999C78.403 68.3999 78.303 68.6 78.103 68.6Z"
97
- fill="#66658D"
98
- />
99
- <path
100
- d="M81.803 68.6H80.403C80.303 68.6 80.103 68.3999 80.103 68.2999V64.5C80.103 64.3 80.203 64.2 80.403 64.2H81.803C81.903 64.2 82.103 64.4 82.103 64.5V68.2999C82.103 68.3999 82.003 68.6 81.803 68.6Z"
101
- fill="#66658D"
102
- />
103
- <path
104
- d="M85.403 68.6H84.003C83.903 68.6 83.703 68.3999 83.703 68.2999V63C83.703 62.8 83.803 62.7 84.003 62.7H85.403C85.503 62.7 85.703 62.9 85.703 63V68.2999C85.703 68.3999 85.603 68.6 85.403 68.6Z"
105
- fill="#66658D"
106
- />
107
- <path
108
- d="M89.103 68.6H87.703C87.603 68.6 87.403 68.4001 87.403 68.3001V64.9C87.403 64.7 87.503 64.6 87.703 64.6H89.103C89.203 64.6 89.403 64.8 89.403 64.9V68.2C89.303 68.4 89.203 68.6 89.103 68.6Z"
109
- fill="#66658D"
110
- />
111
- <path
112
- d="M71.703 68.6H70.003C69.903 68.6 69.903 68.5 69.903 68.4V66.3001C69.903 66.2001 70.003 66.1 70.003 66.1H71.703C71.803 66.1 71.803 66.2001 71.803 66.3001V68.4C71.903 68.5 71.803 68.6 71.703 68.6Z"
113
- fill="#D3D2E0"
114
- />
115
- <path
116
- d="M75.403 68.6H73.703C73.603 68.6 73.603 68.5 73.603 68.4V67.4C73.603 67.3 73.703 67.2 73.703 67.2H75.403C75.503 67.2 75.503 67.3 75.503 67.4V68.4C75.503 68.5 75.503 68.6 75.403 68.6Z"
117
- fill="#D3D2E0"
118
- />
119
- <path
120
- d="M79.003 68.6H77.303C77.203 68.6 77.203 68.5 77.203 68.4V66.9C77.203 66.8 77.303 66.7 77.303 66.7H79.003C79.103 66.7 79.103 66.8 79.103 66.9V68.4C79.203 68.5 79.203 68.6 79.003 68.6Z"
121
- fill="#D3D2E0"
122
- />
123
- <path
124
- d="M82.703 68.6H81.103C81.003 68.6 81.003 68.5 81.003 68.4V65.7C81.003 65.6 81.103 65.5 81.103 65.5H82.703C82.803 65.5 82.803 65.6 82.803 65.7V68.4C82.903 68.5 82.803 68.6 82.703 68.6Z"
125
- fill="#D3D2E0"
126
- />
127
- <path
128
- d="M86.503 68.6H84.703C84.603 68.6 84.603 68.6 84.603 68.5V68C84.603 67.9 84.603 67.9 84.703 67.9H86.503C86.603 67.9 86.603 67.9 86.603 68V68.4C86.603 68.5 86.603 68.6 86.503 68.6Z"
129
- fill="#D3D2E0"
130
- />
131
- <path
132
- d="M90.103 68.6H88.303C88.303 68.6 88.203 68.6 88.203 68.5V68.2999C88.203 68.2999 88.203 68.2 88.303 68.2H90.103C90.103 68.2 90.203 68.1999 90.203 68.2999L90.103 68.6C90.203 68.5 90.103 68.6 90.103 68.6Z"
133
- fill="#D3D2E0"
134
- />
135
- <path d="M91.703 81.6H64.003V85.3001H91.703V81.6Z" fill="#E6E5EF" />
136
- <path d="M80.103 82.8H72.503V83.9H80.103V82.8Z" fill="#D3D2E0" />
137
- <path d="M89.703 82.8H87.003V83.9H89.703V82.8Z" fill="#D3D2E0" />
138
- <path d="M91.703 88.6H64.003V92.3001H91.703V88.6Z" fill="#E6E5EF" />
139
- <path d="M77.803 89.9H72.503V91H77.803V89.9Z" fill="#D3D2E0" />
140
- <path d="M89.703 89.9H85.003V91H89.703V89.9Z" fill="#D3D2E0" />
141
- <path d="M91.703 95.7H64.003V99.3999H91.703V95.7Z" fill="#E6E5EF" />
142
- <path d="M81.303 97H72.503V98.1H81.303V97Z" fill="#D3D2E0" />
143
- <path d="M89.703 97H88.203V98.1H89.703V97Z" fill="#D3D2E0" />
144
- <path
145
- d="M34.1031 43H29.9031C29.6031 43 29.4031 42.7 29.4031 42.5V42C29.4031 41.7 29.7031 41.5 29.9031 41.5H34.1031C34.4031 41.5 34.6031 41.8 34.6031 42V42.5C34.6031 42.7 34.4031 43 34.1031 43Z"
146
- fill="#D3D2E0"
147
- />
148
- <path
149
- d="M63.003 43H38.203C37.903 43 37.703 42.7 37.703 42.5V42C37.703 41.7 38.003 41.5 38.203 41.5H63.003C63.303 41.5 63.503 41.8 63.503 42V42.5C63.503 42.7 63.303 43 63.003 43Z"
150
- fill="#E6E5EF"
151
- />
152
- <path
153
- d="M34.1031 47.1H29.9031C29.6031 47.1 29.4031 46.8001 29.4031 46.6V46.1C29.4031 45.8 29.7031 45.6 29.9031 45.6H34.1031C34.4031 45.6 34.6031 45.9 34.6031 46.1V46.6C34.6031 46.9001 34.4031 47.1 34.1031 47.1Z"
154
- fill="#D3D2E0"
155
- />
156
- <path
157
- d="M51.503 46.6C51.503 46.9001 51.203 47.1 51.003 47.1H38.203C37.903 47.1 37.703 46.8001 37.703 46.6V46.1C37.703 45.8 38.003 45.6 38.203 45.6H51.003C51.303 45.6 51.503 45.9 51.503 46.1V46.6Z"
158
- fill="#E6E5EF"
159
- />
160
- <path
161
- d="M56.2031 73.6H29.4031V57C30.8031 57.1 32.2031 57.2 33.5031 57.6C34.1031 57.8 34.5031 58 34.9031 58.4C35.1031 58.6 35.1031 58.7 35.1031 58.8C35.3031 59.3 35.7031 59.6 36.4031 59.7L37.0031 59.8C38.2031 59.9 39.1031 60.6 39.2031 61.4L39.4031 62.8C40.7031 63.1 40.8031 63.1 42.0031 63.4C42.2031 63.5 42.2031 63.4 42.3031 63.3C42.4031 63.2 42.5031 63.2 42.6031 63.2C42.8031 63.2 42.8031 63.2 43.0031 63.1C43.2031 63 43.4031 63 43.5031 63.2C44.0031 63.9 45.0031 64.3 45.6031 64.9C46.3031 65.6 47.5031 65.5 48.3031 65.5C48.5031 65.5 48.8031 65.6 49.0031 65.7C50.0031 66.4 51.6031 68.7 52.9031 68.7C53.4031 68.7 53.8031 68.9 54.1031 69.1C55.2031 70.6 55.9031 72 56.2031 73.6Z"
162
- fill="#E6E5EF"
163
- />
164
- <path
165
- d="M55.5031 73.8C55.2031 72.3 54.5031 71.1 53.4031 69.8C53.3031 69.7 53.0031 69.6 52.7031 69.6C51.5031 69.6 50.5031 68.5 49.5031 67.5C49.1031 67.1 48.7031 66.7 48.4031 66.5C48.3031 66.4 48.1031 66.4 48.1031 66.4C47.9031 66.4 47.8031 66.4 47.6031 66.4C46.8031 66.4 45.7031 66.3 44.9031 65.6C44.7031 65.3 44.4031 65.1 44.0031 64.9C43.6031 64.6 43.2031 64.4 42.9031 64C42.8031 64 42.6031 64 42.5031 64C42.4031 64.1 42.0031 64.3 41.5031 64.1L40.9031 63.9C40.3031 63.8 40.0031 63.7 39.0031 63.5H38.7031L38.5031 61.6C38.5031 61.1 37.8031 60.7 37.0031 60.6L36.4031 60.5C35.5031 60.4 34.7031 59.9 34.5031 59.1V59C34.2031 58.7 33.9031 58.5 33.5031 58.4C32.1031 57.9 30.7031 57.8 29.4031 57.8L29.5031 56.3C30.9031 56.4 32.4031 56.5 33.8031 57C34.5031 57.2 35.1031 57.6 35.5031 58.1C35.6031 58.2 35.8031 58.5 35.9031 58.9C36.0031 59.1 36.2031 59.2 36.5031 59.2L37.1031 59.3C38.7031 59.4 39.8031 60.4 40.0031 61.6L40.1031 62.4C40.7031 62.5 41.0031 62.6 41.5031 62.7L42.1031 62.8C42.3031 62.7 42.5031 62.6 42.7031 62.6C42.8031 62.6 42.8031 62.6 42.9031 62.6C43.4031 62.4 44.0031 62.6 44.3031 63C44.5031 63.2 44.9031 63.5 45.2031 63.7C45.6031 64 46.0031 64.2 46.3031 64.6C46.6031 64.9 47.3031 64.9 48.0031 65C48.2031 65 48.3031 65 48.5031 65C48.9031 65 49.2031 65.2 49.5031 65.3L49.6031 65.4C50.0031 65.7 50.5031 66.1 50.9031 66.6C51.5031 67.3 52.5031 68.2 53.0031 68.2C53.6031 68.2 54.2031 68.4 54.7031 68.8C56.1031 70.3 56.9031 71.8 57.2031 73.6L55.5031 73.8Z"
166
- fill="#D3D2E0"
167
- />
168
- <path
169
- d="M55.1031 63.5H43.3031C42.8031 63.5 42.4031 63.1 42.4031 62.6V58.4C42.4031 57.9 42.8031 57.5 43.3031 57.5H55.1031C55.6031 57.5 56.0031 57.9 56.0031 58.4V62.6C56.0031 63.1 55.6031 63.5 55.1031 63.5Z"
170
- fill="#66658D"
171
- />
172
- <path
173
- d="M53.603 59.2H44.903C44.703 59.2 44.603 59.4 44.603 59.5C44.603 59.7 44.803 59.7999 44.903 59.7999H53.603C53.803 59.7999 53.903 59.6 53.903 59.5C53.903 59.4 53.703 59.2 53.603 59.2Z"
174
- fill="white"
175
- />
176
- <path
177
- d="M49.503 61.2H44.803C44.603 61.2 44.503 61.4 44.503 61.5C44.503 61.6 44.703 61.7999 44.803 61.7999H49.503C49.703 61.7999 49.803 61.6 49.803 61.5C49.803 61.4 49.603 61.2 49.503 61.2Z"
178
- fill="white"
179
- />
180
- <path
181
- d="M107.603 90.4H99.7031V87.1H107.603V90.4ZM99.8031 91.4H107.703V94.7001H99.8031V91.4ZM100.403 82.9H107.703V86.3H99.8031V83.6C99.8031 83.1 100.103 82.9 100.403 82.9ZM99.8031 98V95.6H107.703V98.6H100.403C100.103 98.7 99.8031 98.4 99.8031 98ZM118.103 82.9C118.203 82.5 118.303 82.2 118.403 81.8H100.403C99.5031 81.8 98.9031 82.6 98.9031 83.5V98C98.9031 98.9 99.6031 99.7001 100.403 99.7001H109.203C109.503 99.3001 109.803 99 110.103 98.6H108.703V95.6H112.203C112.403 95.3 112.603 94.9 112.903 94.6H108.703V91.3H114.703C114.903 91 115.003 90.7 115.203 90.4H108.703V87.1H116.103V88.5C116.503 87.7 116.803 86.8 117.103 86H117.003V82.9H118.103ZM116.003 86.2001H108.703V82.9H116.103V86.2001H116.003Z"
182
- fill="#E6E5EF"
183
- />
184
- <path
185
- d="M120 68.2411C120 82.6282 113.908 96.1623 104.213 105L25.7991 104.496C24.7996 104.496 24 103.674 24 102.647V35.8498C24 34.8221 24.7996 34 25.7991 34L104 34.5C112.796 43.0295 120 54.6762 120 68.2411Z"
186
- stroke="#D3D2E0"
187
- strokeWidth="2"
188
- strokeMiterlimit="10"
189
- />
190
- <path
191
- d="M29.5054 29.1312C32.3772 29.1312 34.7054 26.8031 34.7054 23.9312C34.7054 21.0593 32.3772 18.7312 29.5054 18.7312C26.6335 18.7312 24.3054 21.0593 24.3054 23.9312C24.3054 26.8031 26.6335 29.1312 29.5054 29.1312Z"
192
- fill="#9F9FBC"
193
- />
194
- </svg>);
@@ -1,116 +0,0 @@
1
- import * as React from 'react';
2
-
3
-
4
- export const DataEmptyImage = () => (<svg
5
- width="140"
6
- height="140"
7
- viewBox="0 0 140 140"
8
- fill="none"
9
- xmlns="http://www.w3.org/2000/svg"
10
- >
11
- <path
12
- d="M70.0001 120C97.551 120 120 97.5815 120 70.0465C119.907 42.4186 97.551 20 70.0001 20C42.3563 20 20 42.4186 20 69.9535C20 97.5815 42.3563 120 70.0001 120Z"
13
- fill="#E6E5EF"
14
- />
15
- <path
16
- d="M125 78.2962C125 89.187 116.158 97.9944 105.13 97.9944C104.939 97.9944 103.323 97.9944 91.439 97.9944C83.1676 97.9944 69.9525 97.9944 48.8462 97.9944H38.7684C25.5532 98.2785 15 87.7665 15 75.0763C15 62.2915 25.6482 51.6848 39.0536 52.3477C50.5575 16.5501 103.228 21.5693 107.697 58.5981C117.584 59.8292 125 68.163 125 78.2962Z"
17
- fill="white"
18
- stroke="#D3D2E0"
19
- strokeWidth="1.89405"
20
- strokeMiterlimit="10"
21
- />
22
- <mask id="path-3-inside-1_1602_9728" fill="white">
23
- <path d="M107.411 58.6928C106.651 58.5981 105.89 58.5981 105.13 58.5981C101.232 58.5981 97.5237 59.7346 94.3862 61.7233" />
24
- </mask>
25
- <path
26
- d="M107.411 58.6928C106.651 58.5981 105.89 58.5981 105.13 58.5981C101.232 58.5981 97.5237 59.7346 94.3862 61.7233"
27
- fill="white"
28
- />
29
- <path
30
- d="M107.528 57.7531C106.7 57.6499 105.881 57.6511 105.13 57.6511V59.5452C105.9 59.5452 106.602 59.5464 107.294 59.6326L107.528 57.7531ZM105.13 57.6511C101.046 57.6511 97.1635 58.8416 93.8792 60.9235L94.8933 62.5232C97.8838 60.6275 101.417 59.5452 105.13 59.5452V57.6511Z"
31
- fill="#D3D2E0"
32
- mask="url(#path-3-inside-1_1602_9728)"
33
- />
34
- <path
35
- d="M107.411 58.6928C106.651 58.5981 105.89 58.5981 105.13 58.5981C101.232 58.5981 97.5237 59.7346 94.3862 61.7233"
36
- stroke="#D3D2E0"
37
- strokeWidth="1.89405"
38
- strokeMiterlimit="10"
39
- strokeLinecap="round"
40
- />
41
- <mask id="path-6-inside-2_1602_9728" fill="white">
42
- <path d="M39.0536 52.3477C37.9127 55.757 37.3423 59.3557 37.3423 63.1438C37.3423 64.659 37.4374 66.0795 37.6275 67.5001" />
43
- </mask>
44
- <path
45
- d="M39.0536 52.3477C37.9127 55.757 37.3423 59.3557 37.3423 63.1438C37.3423 64.659 37.4374 66.0795 37.6275 67.5001"
46
- fill="white"
47
- />
48
- <path
49
- d="M38.1555 52.0471C36.9805 55.5584 36.3953 59.259 36.3953 63.1438H38.2893C38.2893 59.4523 38.8449 55.9555 39.9517 52.6482L38.1555 52.0471ZM36.3953 63.1438C36.3953 64.7 36.493 66.1625 36.6889 67.6257L38.5662 67.3744C38.3817 65.9965 38.2893 64.618 38.2893 63.1438H36.3953Z"
50
- fill="#D3D2E0"
51
- mask="url(#path-6-inside-2_1602_9728)"
52
- />
53
- <path
54
- d="M39.0536 52.3477C37.9127 55.757 37.3423 59.3557 37.3423 63.1438C37.3423 64.659 37.4374 66.0795 37.6275 67.5001"
55
- stroke="#D3D2E0"
56
- strokeWidth="1.89405"
57
- strokeMiterlimit="10"
58
- strokeLinecap="round"
59
- strokeLinejoin="round"
60
- />
61
- <path
62
- d="M60.3602 74.589C61.8573 74.589 63.124 73.3273 63.124 71.836C63.124 70.3448 61.8573 69.083 60.3602 69.083C58.8632 69.083 57.5964 70.3448 57.5964 71.836C57.5964 73.3273 58.8632 74.589 60.3602 74.589Z"
63
- fill="#66658D"
64
- />
65
- <path
66
- d="M81.5494 74.589C83.0468 74.589 84.3132 73.3273 84.3132 71.836C84.3132 70.3448 83.0468 69.083 81.5494 69.083C80.0524 69.083 78.7856 70.3448 78.7856 71.836C78.7856 73.442 80.0524 74.589 81.5494 74.589Z"
67
- fill="#66658D"
68
- />
69
- <path
70
- d="M60.4301 64.0498L55.1844 66.8711L54.8151 66.1898L60.0608 63.3685L60.4301 64.0498Z"
71
- fill="#66658D"
72
- stroke="#D3D2E0"
73
- strokeWidth="0.947027"
74
- />
75
- <path
76
- d="M86.6112 66.1455L86.2419 66.827L80.9958 64.0063L81.3653 63.3247L86.6112 66.1455Z"
77
- fill="#66658D"
78
- stroke="#D3D2E0"
79
- strokeWidth="0.947027"
80
- />
81
- <path
82
- d="M70.9549 81.0126C72.7357 81.0126 74.1794 79.9342 74.1794 78.6038C74.1794 77.2734 72.7357 76.1948 70.9549 76.1948C69.1741 76.1948 67.7305 77.2734 67.7305 78.6038C67.7305 79.9342 69.1741 81.0126 70.9549 81.0126Z"
83
- fill="#66658D"
84
- />
85
- <path
86
- d="M17.8137 19.4949C17.8137 19.4949 7.32981 22.1567 10.5068 24.2862C13.6837 26.3091 21.2025 29.8227 28.2976 27.4803C35.3928 25.1379 28.2976 21.8373 28.4035 21.8373C28.5094 21.8373 17.8137 19.4949 17.8137 19.4949Z"
87
- fill="#E6E5EF"
88
- stroke="#D3D2E0"
89
- strokeWidth="1.5"
90
- strokeMiterlimit="10"
91
- />
92
- <path
93
- d="M5 18.6431C8.81233 19.8143 20.567 17.8978 28.0858 13C34.0161 20.3467 36.2399 22.2632 38.3579 22.4761C35.075 25.7768 24.1676 31.1004 18.0254 24.1797C10.8244 28.758 5 18.6431 5 18.6431Z"
94
- fill="white"
95
- stroke="#D3D2E0"
96
- strokeWidth="1.5"
97
- strokeMiterlimit="10"
98
- strokeLinejoin="round"
99
- />
100
- <path
101
- d="M105 39.2861C109.024 39.4991 119.932 34.6013 125.862 28C133.487 33.6431 136.028 34.9207 138.252 34.6013C135.817 38.6473 128.404 47.4846 117.919 48.1234C110.295 43.6515 105 39.2861 105 39.2861Z"
102
- fill="white"
103
- stroke="#D3D2E0"
104
- strokeWidth="1.5"
105
- strokeMiterlimit="10"
106
- strokeLinejoin="round"
107
- />
108
- <path
109
- d="M92.127 133.037C91.3308 129.087 83.8704 119.743 76 115.644C79.5659 106.854 80.1702 104.074 79.3069 102C83.8321 103.351 94.2373 108.329 97.4675 118.323C95.0359 126.821 92.127 133.037 92.127 133.037Z"
110
- fill="white"
111
- stroke="#D3D2E0"
112
- strokeWidth="1.5"
113
- strokeMiterlimit="10"
114
- strokeLinejoin="round"
115
- />
116
- </svg>);