@saleor/macaw-ui 0.5.2 → 0.6.2

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 (484) hide show
  1. package/dist/cjs/index.js +2 -2
  2. package/dist/cjs/index.js.map +3 -3
  3. package/dist/esm/index.js +2 -2
  4. package/dist/esm/index.js.map +3 -3
  5. package/dist/types/CircleIndicator/CircleIndicator.d.ts +2 -0
  6. package/dist/types/Indicator/Circle.d.ts +5 -0
  7. package/dist/types/Indicator/CircleFilled.d.ts +8 -0
  8. package/dist/types/Indicator/CircleOutline.d.ts +8 -0
  9. package/dist/types/Indicator/Indicator.d.ts +14 -0
  10. package/dist/types/Indicator/Indicator.stories.d.ts +11 -0
  11. package/dist/types/Indicator/IndicatorCircle.d.ts +7 -0
  12. package/dist/types/Indicator/IndicatorCircle.stories.d.ts +7 -0
  13. package/dist/types/Indicator/IndicatorOutlined.d.ts +9 -0
  14. package/dist/types/Indicator/IndicatorOutlined.stories.d.ts +18 -0
  15. package/dist/types/Indicator/index.d.ts +3 -0
  16. package/dist/types/Indicator/styles.d.ts +5 -0
  17. package/dist/types/Pagination/Pagination.d.ts +5 -2
  18. package/dist/types/Pagination/PaginationActions.d.ts +16 -5
  19. package/dist/types/Tooltip/Arrow.d.ts +11 -0
  20. package/dist/types/Tooltip/Tooltip.d.ts +17 -3
  21. package/dist/types/Tooltip/Tooltip.stories.d.ts +7 -5
  22. package/dist/types/Tooltip/TooltipMountWrapper.d.ts +8 -0
  23. package/dist/types/Tooltip/index.d.ts +1 -0
  24. package/dist/types/Tooltip/styles.d.ts +10 -1
  25. package/dist/types/icons/20x20/BackSmallIcon.d.ts +10 -0
  26. package/dist/types/icons/20x20/BookmarksSmallIcon.d.ts +10 -0
  27. package/dist/types/icons/20x20/CheckboxSmallIcon.d.ts +10 -0
  28. package/dist/types/icons/20x20/ChevronSmallIcon.d.ts +10 -0
  29. package/dist/types/icons/20x20/CloseSmallIcon.d.ts +10 -0
  30. package/dist/types/icons/20x20/DragSmallIcon.d.ts +10 -0
  31. package/dist/types/icons/20x20/FilterSmallIcon.d.ts +10 -0
  32. package/dist/types/icons/20x20/MinusSmallIcon.d.ts +10 -0
  33. package/dist/types/icons/20x20/MoreSmallIcon.d.ts +10 -0
  34. package/dist/types/icons/20x20/NextSmallIcon.d.ts +10 -0
  35. package/dist/types/icons/20x20/PlusSmallIcon.d.ts +10 -0
  36. package/dist/types/icons/20x20/SearchSmallIcon.d.ts +10 -0
  37. package/dist/types/icons/20x20/SortBigSmallIcon.d.ts +10 -0
  38. package/dist/types/icons/20x20/SortSmallSmallIcon.d.ts +10 -0
  39. package/dist/types/icons/20x20/index.d.ts +14 -0
  40. package/dist/types/icons/24x24/AddEnvironmentIcon.d.ts +10 -0
  41. package/dist/types/icons/24x24/AppsIcon.d.ts +10 -0
  42. package/dist/types/icons/24x24/ArrowRightIcon.d.ts +10 -0
  43. package/dist/types/icons/24x24/BackspaceIcon.d.ts +10 -0
  44. package/dist/types/icons/24x24/BagIcon.d.ts +10 -0
  45. package/dist/types/icons/24x24/BillingIcon.d.ts +10 -0
  46. package/dist/types/icons/24x24/BookmarkIcon.d.ts +10 -0
  47. package/dist/types/icons/24x24/CalendarIcon.d.ts +10 -0
  48. package/dist/types/icons/24x24/CheckIcon.d.ts +10 -0
  49. package/dist/types/icons/24x24/ChevronIcon.d.ts +10 -0
  50. package/dist/types/icons/24x24/Close2Icon.d.ts +10 -0
  51. package/dist/types/icons/24x24/CloseIcon.d.ts +10 -0
  52. package/dist/types/icons/24x24/CodeIcon.d.ts +10 -0
  53. package/dist/types/icons/24x24/ColumnsIcon.d.ts +10 -0
  54. package/dist/types/icons/24x24/CopyIcon.d.ts +10 -0
  55. package/dist/types/icons/24x24/CustomersIcon.d.ts +10 -0
  56. package/dist/types/icons/24x24/DashboardIcon.d.ts +10 -0
  57. package/dist/types/icons/24x24/DeleteIcon.d.ts +10 -0
  58. package/dist/types/icons/24x24/DeveloperIcon.d.ts +10 -0
  59. package/dist/types/icons/24x24/DiscountsIcon.d.ts +10 -0
  60. package/dist/types/icons/24x24/DownloadIcon.d.ts +10 -0
  61. package/dist/types/icons/24x24/DragIcon.d.ts +10 -0
  62. package/dist/types/icons/24x24/EditIcon.d.ts +10 -0
  63. package/dist/types/icons/24x24/EnvironmentIcon.d.ts +10 -0
  64. package/dist/types/icons/24x24/ExpandIcon.d.ts +10 -0
  65. package/dist/types/icons/24x24/ExpendableIcon.d.ts +10 -0
  66. package/dist/types/icons/24x24/EyeClosedIcon.d.ts +10 -0
  67. package/dist/types/icons/24x24/EyeIcon.d.ts +10 -0
  68. package/dist/types/icons/24x24/FilteringIcon.d.ts +10 -0
  69. package/dist/types/icons/24x24/GenerateIcon.d.ts +10 -0
  70. package/dist/types/icons/24x24/GithubIcon.d.ts +10 -0
  71. package/dist/types/icons/24x24/GridIcon.d.ts +10 -0
  72. package/dist/types/icons/24x24/HelpIcon.d.ts +10 -0
  73. package/dist/types/icons/24x24/HowToIcon.d.ts +10 -0
  74. package/dist/types/icons/24x24/LinkIcon.d.ts +10 -0
  75. package/dist/types/icons/24x24/ListIcon.d.ts +10 -0
  76. package/dist/types/icons/24x24/MailIcon.d.ts +10 -0
  77. package/dist/types/icons/24x24/MigrateIcon.d.ts +10 -0
  78. package/dist/types/icons/24x24/MinusIcon.d.ts +10 -0
  79. package/dist/types/icons/24x24/ModelsIcon.d.ts +10 -0
  80. package/dist/types/icons/24x24/MoreHorizontalIcon.d.ts +10 -0
  81. package/dist/types/icons/24x24/NavigationIcon.d.ts +10 -0
  82. package/dist/types/icons/24x24/NavigatorIcon.d.ts +10 -0
  83. package/dist/types/icons/24x24/NextIcon.d.ts +10 -0
  84. package/dist/types/icons/24x24/NoConnectionIcon.d.ts +10 -0
  85. package/dist/types/icons/24x24/NotificationsIcon.d.ts +10 -0
  86. package/dist/types/icons/24x24/OrdersIcon.d.ts +10 -0
  87. package/dist/types/icons/24x24/PagesIcon.d.ts +10 -0
  88. package/dist/types/icons/24x24/PermissionsIcon.d.ts +10 -0
  89. package/dist/types/icons/24x24/PhotoIcon.d.ts +10 -0
  90. package/dist/types/icons/24x24/PlayIcon.d.ts +10 -0
  91. package/dist/types/icons/24x24/PlusIcon.d.ts +10 -0
  92. package/dist/types/icons/24x24/PresetIcon.d.ts +10 -0
  93. package/dist/types/icons/24x24/PreviousIcon.d.ts +10 -0
  94. package/dist/types/icons/24x24/PrinterIcon.d.ts +10 -0
  95. package/dist/types/icons/24x24/PrivacyIcon.d.ts +10 -0
  96. package/dist/types/icons/24x24/ProcessIcon.d.ts +10 -0
  97. package/dist/types/icons/24x24/ProductIcon.d.ts +10 -0
  98. package/dist/types/icons/24x24/RefreshIcon.d.ts +10 -0
  99. package/dist/types/icons/24x24/RemoveMemberIcon.d.ts +10 -0
  100. package/dist/types/icons/24x24/ReplyIcon.d.ts +10 -0
  101. package/dist/types/icons/24x24/SearchIcon.d.ts +10 -0
  102. package/dist/types/icons/24x24/SettingsIcon.d.ts +10 -0
  103. package/dist/types/icons/24x24/SnapshotsIcon.d.ts +10 -0
  104. package/dist/types/icons/24x24/SortDownIcon.d.ts +10 -0
  105. package/dist/types/icons/24x24/SortUpIcon.d.ts +10 -0
  106. package/dist/types/icons/24x24/TasksIcon.d.ts +10 -0
  107. package/dist/types/icons/24x24/TimeIcon.d.ts +10 -0
  108. package/dist/types/icons/24x24/ToIcon.d.ts +10 -0
  109. package/dist/types/icons/24x24/TransferIcon.d.ts +10 -0
  110. package/dist/types/icons/24x24/TranslateIcon.d.ts +10 -0
  111. package/dist/types/icons/24x24/TranslationIcon.d.ts +10 -0
  112. package/dist/types/icons/24x24/WebsiteIcon.d.ts +10 -0
  113. package/dist/types/icons/24x24/WifiIcon.d.ts +10 -0
  114. package/dist/types/icons/24x24/index.d.ts +74 -0
  115. package/dist/types/icons/32x32/AttributesLargeIcon.d.ts +10 -0
  116. package/dist/types/icons/32x32/CustomerLargeIcon.d.ts +10 -0
  117. package/dist/types/icons/32x32/DigitalLargeIcon.d.ts +10 -0
  118. package/dist/types/icons/32x32/DiscountLargeIcon.d.ts +10 -0
  119. package/dist/types/icons/32x32/FilteringLargeIcon.d.ts +10 -0
  120. package/dist/types/icons/32x32/GiftCardLargeIcon.d.ts +10 -0
  121. package/dist/types/icons/32x32/NavigationLargeIcon.d.ts +10 -0
  122. package/dist/types/icons/32x32/NotesLargeIcon.d.ts +10 -0
  123. package/dist/types/icons/32x32/OmnichannelLargeIcon.d.ts +10 -0
  124. package/dist/types/icons/32x32/PermissionLargeIcon.d.ts +10 -0
  125. package/dist/types/icons/32x32/ProductLargeIcon.d.ts +10 -0
  126. package/dist/types/icons/32x32/SearchLargeIcon.d.ts +10 -0
  127. package/dist/types/icons/32x32/ShippingLargeIcon.d.ts +10 -0
  128. package/dist/types/icons/32x32/SiteSettingsLargeIcon.d.ts +10 -0
  129. package/dist/types/icons/32x32/StaffMembersLargeIcon.d.ts +10 -0
  130. package/dist/types/icons/32x32/TaxesLargeIcon.d.ts +10 -0
  131. package/dist/types/icons/32x32/TokenLargeIcon.d.ts +10 -0
  132. package/dist/types/icons/32x32/WarehouseLargeIcon.d.ts +10 -0
  133. package/dist/types/icons/32x32/WifiLargeIcon.d.ts +10 -0
  134. package/dist/types/icons/32x32/index.d.ts +19 -0
  135. package/dist/types/icons/index.d.ts +9 -67
  136. package/dist/types/icons/indicator/index.d.ts +2 -0
  137. package/dist/types/icons/indicator/regular/ErrorIndicatorIcon.d.ts +2 -0
  138. package/dist/types/icons/indicator/regular/FailIndicatorIcon.d.ts +2 -0
  139. package/dist/types/icons/indicator/regular/FailOutlineIndicatorIcon.d.ts +2 -0
  140. package/dist/types/icons/indicator/regular/HelpIndicatorIcon.d.ts +2 -0
  141. package/dist/types/icons/indicator/regular/SuccessIndicatorIcon.d.ts +2 -0
  142. package/dist/types/icons/indicator/regular/WarningIndicatorIcon.d.ts +2 -0
  143. package/dist/types/icons/indicator/regular/index.d.ts +6 -0
  144. package/dist/types/icons/indicator/small/ErrorSmallIndicatorIcon.d.ts +2 -0
  145. package/dist/types/icons/indicator/small/SuccessSmallIndicatorIcon.d.ts +2 -0
  146. package/dist/types/icons/indicator/small/WarningSmallIndicatorIcon.d.ts +2 -0
  147. package/dist/types/icons/indicator/small/index.d.ts +3 -0
  148. package/dist/types/icons/styles.d.ts +1 -0
  149. package/dist/types/icons/types.d.ts +3 -0
  150. package/dist/types/index.d.ts +1 -0
  151. package/dist/types/utils/mergeRefs.d.ts +1 -1
  152. package/package.json +21 -8
  153. package/src/CircleIndicator/CircleIndicator.tsx +2 -0
  154. package/src/Filter/FilterField/MultipleValueAutocompleteFilterField.tsx +42 -41
  155. package/src/Indicator/Circle.tsx +17 -0
  156. package/src/Indicator/CircleFilled.tsx +16 -0
  157. package/src/Indicator/CircleOutline.tsx +34 -0
  158. package/src/Indicator/Indicator.stories.tsx +49 -0
  159. package/src/Indicator/Indicator.tsx +65 -0
  160. package/src/Indicator/IndicatorCircle.stories.tsx +28 -0
  161. package/src/Indicator/IndicatorCircle.tsx +45 -0
  162. package/src/Indicator/IndicatorOutlined.stories.tsx +86 -0
  163. package/src/Indicator/IndicatorOutlined.tsx +63 -0
  164. package/src/Indicator/index.ts +3 -0
  165. package/src/Indicator/styles.ts +61 -0
  166. package/src/MultipleValueAutocomplete/MultipleValueAutocomplete.tsx +134 -133
  167. package/src/Pagination/Pagination.tsx +6 -4
  168. package/src/Pagination/PaginationActions.tsx +16 -9
  169. package/src/Pagination/PaginationRowNumberSelect.tsx +35 -34
  170. package/src/Tooltip/Arrow.tsx +54 -0
  171. package/src/Tooltip/Tooltip.stories.tsx +71 -8
  172. package/src/Tooltip/Tooltip.tsx +156 -15
  173. package/src/Tooltip/TooltipMountWrapper.tsx +25 -0
  174. package/src/Tooltip/index.ts +1 -0
  175. package/src/Tooltip/styles.ts +133 -9
  176. package/src/assets/icons/20x20/back_small_icon.svg +1 -0
  177. package/src/assets/icons/20x20/bookmarks_small_icon.svg +1 -0
  178. package/src/assets/icons/20x20/checkbox_small_icon.svg +1 -0
  179. package/src/assets/icons/20x20/chevron_small_icon.svg +1 -0
  180. package/src/assets/icons/20x20/close_small_icon.svg +1 -0
  181. package/src/assets/icons/20x20/drag_small_icon.svg +1 -0
  182. package/src/assets/icons/20x20/filter_small_icon.svg +1 -0
  183. package/src/assets/icons/20x20/minus_small_icon.svg +1 -0
  184. package/src/assets/icons/20x20/more_small_icon.svg +1 -0
  185. package/src/assets/icons/20x20/next_small_icon.svg +1 -0
  186. package/src/assets/icons/20x20/plus_small_icon.svg +1 -0
  187. package/src/assets/icons/20x20/search_small_icon.svg +1 -0
  188. package/src/assets/icons/20x20/sort_big_small_icon.svg +1 -0
  189. package/src/assets/icons/20x20/sort_small_small_icon.svg +1 -0
  190. package/src/assets/icons/24x24/add_environment_icon.svg +1 -0
  191. package/src/assets/icons/24x24/apps_icon.svg +1 -0
  192. package/src/assets/icons/24x24/arrow_right_icon.svg +1 -0
  193. package/src/assets/icons/24x24/backspace_icon.svg +1 -0
  194. package/src/assets/icons/24x24/bag_icon.svg +1 -0
  195. package/src/assets/icons/24x24/billing_icon.svg +1 -0
  196. package/src/assets/icons/24x24/bookmark_icon.svg +1 -0
  197. package/src/assets/icons/24x24/calendar_icon.svg +1 -0
  198. package/src/assets/icons/24x24/check_icon.svg +1 -0
  199. package/src/assets/icons/24x24/chevron_icon.svg +1 -0
  200. package/src/assets/icons/24x24/close_2_icon.svg +1 -0
  201. package/src/assets/icons/24x24/close_icon.svg +1 -0
  202. package/src/assets/icons/24x24/code_icon.svg +1 -0
  203. package/src/assets/icons/24x24/columns_icon.svg +1 -0
  204. package/src/assets/icons/24x24/copy_icon.svg +1 -0
  205. package/src/assets/icons/24x24/customers_icon.svg +1 -0
  206. package/src/assets/icons/24x24/dashboard_icon.svg +1 -0
  207. package/src/assets/icons/24x24/delete_icon.svg +1 -0
  208. package/src/assets/icons/24x24/developer_icon.svg +1 -0
  209. package/src/assets/icons/24x24/discounts_icon.svg +1 -0
  210. package/src/assets/icons/24x24/download_icon.svg +1 -0
  211. package/src/assets/icons/24x24/drag_icon.svg +1 -0
  212. package/src/assets/icons/24x24/edit_icon.svg +1 -0
  213. package/src/assets/icons/24x24/environment_icon.svg +1 -0
  214. package/src/assets/icons/24x24/expand_icon.svg +1 -0
  215. package/src/assets/icons/24x24/expendable_icon.svg +1 -0
  216. package/src/assets/icons/24x24/eye_closed_icon.svg +1 -0
  217. package/src/assets/icons/24x24/eye_icon.svg +1 -0
  218. package/src/assets/icons/24x24/filtering_icon.svg +1 -0
  219. package/src/assets/icons/24x24/generate_icon.svg +1 -0
  220. package/src/assets/icons/24x24/github_icon.svg +1 -0
  221. package/src/assets/icons/24x24/grid_icon.svg +1 -0
  222. package/src/assets/icons/24x24/help_icon.svg +1 -0
  223. package/src/assets/icons/24x24/how to_icon.svg +1 -0
  224. package/src/assets/icons/24x24/link_icon.svg +1 -0
  225. package/src/assets/icons/24x24/list_icon.svg +1 -0
  226. package/src/assets/icons/24x24/mail_icon.svg +1 -0
  227. package/src/assets/icons/24x24/migrate_icon.svg +1 -0
  228. package/src/assets/icons/24x24/minus_icon.svg +1 -0
  229. package/src/assets/icons/24x24/models_icon.svg +1 -0
  230. package/src/assets/icons/24x24/more_horizontal_icon.svg +1 -0
  231. package/src/assets/icons/24x24/navigation_icon.svg +1 -0
  232. package/src/assets/icons/24x24/navigator_icon.svg +1 -0
  233. package/src/assets/icons/24x24/next_icon.svg +1 -0
  234. package/src/assets/icons/24x24/no_connection_icon.svg +1 -0
  235. package/src/assets/icons/24x24/notifications_icon.svg +1 -0
  236. package/src/assets/icons/24x24/orders_icon.svg +1 -0
  237. package/src/assets/icons/24x24/pages_icon.svg +1 -0
  238. package/src/assets/icons/24x24/permissions_icon.svg +1 -0
  239. package/src/assets/icons/24x24/photo_icon.svg +1 -0
  240. package/src/assets/icons/24x24/play_icon.svg +1 -0
  241. package/src/assets/icons/24x24/plus_icon.svg +1 -0
  242. package/src/assets/icons/24x24/preset_icon.svg +1 -0
  243. package/src/assets/icons/24x24/previous_icon.svg +1 -0
  244. package/src/assets/icons/24x24/printer_icon.svg +1 -0
  245. package/src/assets/icons/24x24/privacy_icon.svg +1 -0
  246. package/src/assets/icons/24x24/process_icon.svg +1 -0
  247. package/src/assets/icons/24x24/product_icon.svg +1 -0
  248. package/src/assets/icons/24x24/refresh_icon.svg +1 -0
  249. package/src/assets/icons/24x24/remove_member_icon.svg +1 -0
  250. package/src/assets/icons/24x24/reply_icon.svg +1 -0
  251. package/src/assets/icons/24x24/search_icon.svg +1 -0
  252. package/src/assets/icons/24x24/settings_icon.svg +1 -0
  253. package/src/assets/icons/24x24/snapshots_icon.svg +1 -0
  254. package/src/assets/icons/24x24/sort_down_icon.svg +1 -0
  255. package/src/assets/icons/24x24/sort_up_icon.svg +1 -0
  256. package/src/assets/icons/24x24/tasks_icon.svg +1 -0
  257. package/src/assets/icons/24x24/time_icon.svg +1 -0
  258. package/src/assets/icons/24x24/to_icon.svg +1 -0
  259. package/src/assets/icons/24x24/transfer_icon.svg +1 -0
  260. package/src/assets/icons/24x24/translate_icon.svg +1 -0
  261. package/src/assets/icons/24x24/translation_icon.svg +1 -0
  262. package/src/assets/icons/24x24/website_icon.svg +1 -0
  263. package/src/assets/icons/24x24/wifi_icon.svg +1 -0
  264. package/src/assets/icons/32x32/attributes_large_icon.svg +1 -0
  265. package/src/assets/icons/32x32/customer_large_icon.svg +1 -0
  266. package/src/assets/icons/32x32/digital_large_icon.svg +1 -0
  267. package/src/assets/icons/32x32/discount_large_icon.svg +1 -0
  268. package/src/assets/icons/32x32/filtering_large_icon.svg +1 -0
  269. package/src/assets/icons/32x32/gift card_large_icon.svg +1 -0
  270. package/src/assets/icons/32x32/navigation_large_icon.svg +1 -0
  271. package/src/assets/icons/32x32/notes_large_icon.svg +1 -0
  272. package/src/assets/icons/32x32/omnichannel_large_icon.svg +1 -0
  273. package/src/assets/icons/32x32/permission_large_icon.svg +1 -0
  274. package/src/assets/icons/32x32/product_large_icon.svg +1 -0
  275. package/src/assets/icons/32x32/search_large_icon.svg +1 -0
  276. package/src/assets/icons/32x32/shipping_large_icon.svg +1 -0
  277. package/src/assets/icons/32x32/site settings_large_icon.svg +1 -0
  278. package/src/assets/icons/32x32/staff members_large_icon.svg +1 -0
  279. package/src/assets/icons/32x32/taxes_large_icon.svg +1 -0
  280. package/src/assets/icons/32x32/token_large_icon.svg +1 -0
  281. package/src/assets/icons/32x32/warehouse_large_icon.svg +1 -0
  282. package/src/assets/icons/32x32/wifi_large_icon.svg +1 -0
  283. package/src/assets/icons/indicator/regular/error_indicator_icon.svg +1 -0
  284. package/src/assets/icons/indicator/regular/fail_indicator_icon.svg +1 -0
  285. package/src/assets/icons/indicator/regular/fail_outline_indicator_icon.svg +1 -0
  286. package/src/assets/icons/indicator/regular/help_indicator_icon.svg +1 -0
  287. package/src/assets/icons/indicator/regular/success_indicator_icon.svg +1 -0
  288. package/src/assets/icons/indicator/regular/warning_indicator_icon.svg +1 -0
  289. package/src/assets/icons/indicator/small/error_small_indicator_icon.svg +1 -0
  290. package/src/assets/icons/indicator/small/success_small_indicator_icon.svg +1 -0
  291. package/src/assets/icons/indicator/small/warning_small_indicator_icon.svg +1 -0
  292. package/src/icons/20x20/BackSmallIcon.tsx +32 -0
  293. package/src/icons/20x20/BookmarksSmallIcon.tsx +29 -0
  294. package/src/icons/20x20/CheckboxSmallIcon.tsx +32 -0
  295. package/src/icons/20x20/ChevronSmallIcon.tsx +32 -0
  296. package/src/icons/20x20/CloseSmallIcon.tsx +31 -0
  297. package/src/icons/20x20/DragSmallIcon.tsx +31 -0
  298. package/src/icons/20x20/FilterSmallIcon.tsx +31 -0
  299. package/src/icons/20x20/MinusSmallIcon.tsx +32 -0
  300. package/src/icons/20x20/MoreSmallIcon.tsx +31 -0
  301. package/src/icons/20x20/NextSmallIcon.tsx +32 -0
  302. package/src/icons/20x20/PlusSmallIcon.tsx +32 -0
  303. package/src/icons/20x20/SearchSmallIcon.tsx +31 -0
  304. package/src/icons/20x20/SortBigSmallIcon.tsx +31 -0
  305. package/src/icons/20x20/SortSmallSmallIcon.tsx +31 -0
  306. package/src/icons/20x20/index.ts +14 -0
  307. package/src/icons/24x24/AddEnvironmentIcon.tsx +32 -0
  308. package/src/icons/24x24/AppsIcon.tsx +31 -0
  309. package/src/icons/24x24/ArrowRightIcon.tsx +32 -0
  310. package/src/icons/24x24/BackspaceIcon.tsx +32 -0
  311. package/src/icons/24x24/BagIcon.tsx +29 -0
  312. package/src/icons/24x24/BillingIcon.tsx +32 -0
  313. package/src/icons/24x24/BookmarkIcon.tsx +29 -0
  314. package/src/icons/24x24/CalendarIcon.tsx +32 -0
  315. package/src/icons/24x24/CheckIcon.tsx +32 -0
  316. package/src/icons/24x24/ChevronIcon.tsx +32 -0
  317. package/src/icons/24x24/Close2Icon.tsx +39 -0
  318. package/src/icons/24x24/CloseIcon.tsx +31 -0
  319. package/src/icons/24x24/CodeIcon.tsx +38 -0
  320. package/src/icons/24x24/ColumnsIcon.tsx +30 -0
  321. package/src/icons/24x24/CopyIcon.tsx +39 -0
  322. package/src/icons/24x24/CustomersIcon.tsx +33 -0
  323. package/src/icons/24x24/DashboardIcon.tsx +30 -0
  324. package/src/icons/24x24/DeleteIcon.tsx +32 -0
  325. package/src/icons/24x24/DeveloperIcon.tsx +44 -0
  326. package/src/icons/24x24/DiscountsIcon.tsx +31 -0
  327. package/src/icons/24x24/DownloadIcon.tsx +32 -0
  328. package/src/icons/24x24/DragIcon.tsx +31 -0
  329. package/src/icons/24x24/EditIcon.tsx +36 -0
  330. package/src/icons/24x24/EnvironmentIcon.tsx +36 -0
  331. package/src/icons/24x24/ExpandIcon.tsx +39 -0
  332. package/src/icons/24x24/ExpendableIcon.tsx +34 -0
  333. package/src/icons/24x24/EyeClosedIcon.tsx +30 -0
  334. package/src/icons/24x24/EyeIcon.tsx +31 -0
  335. package/src/icons/24x24/FilteringIcon.tsx +32 -0
  336. package/src/icons/24x24/GenerateIcon.tsx +32 -0
  337. package/src/icons/24x24/GithubIcon.tsx +40 -0
  338. package/src/icons/24x24/GridIcon.tsx +61 -0
  339. package/src/icons/24x24/HelpIcon.tsx +35 -0
  340. package/src/icons/24x24/HowToIcon.tsx +39 -0
  341. package/src/icons/24x24/LinkIcon.tsx +32 -0
  342. package/src/icons/24x24/ListIcon.tsx +34 -0
  343. package/src/icons/24x24/MailIcon.tsx +31 -0
  344. package/src/icons/24x24/MigrateIcon.tsx +36 -0
  345. package/src/icons/24x24/MinusIcon.tsx +32 -0
  346. package/src/icons/24x24/ModelsIcon.tsx +38 -0
  347. package/src/icons/24x24/MoreHorizontalIcon.tsx +31 -0
  348. package/src/icons/24x24/NavigationIcon.tsx +31 -0
  349. package/src/icons/24x24/NavigatorIcon.tsx +32 -0
  350. package/src/icons/24x24/NextIcon.tsx +32 -0
  351. package/src/icons/24x24/NoConnectionIcon.tsx +36 -0
  352. package/src/icons/24x24/NotificationsIcon.tsx +32 -0
  353. package/src/icons/24x24/OrdersIcon.tsx +36 -0
  354. package/src/icons/24x24/PagesIcon.tsx +32 -0
  355. package/src/icons/24x24/PermissionsIcon.tsx +32 -0
  356. package/src/icons/24x24/PhotoIcon.tsx +32 -0
  357. package/src/icons/24x24/PlayIcon.tsx +31 -0
  358. package/src/icons/24x24/PlusIcon.tsx +32 -0
  359. package/src/icons/24x24/PresetIcon.tsx +35 -0
  360. package/src/icons/24x24/PreviousIcon.tsx +32 -0
  361. package/src/icons/24x24/PrinterIcon.tsx +32 -0
  362. package/src/icons/24x24/PrivacyIcon.tsx +39 -0
  363. package/src/icons/24x24/ProcessIcon.tsx +73 -0
  364. package/src/icons/24x24/ProductIcon.tsx +32 -0
  365. package/src/icons/24x24/RefreshIcon.tsx +32 -0
  366. package/src/icons/24x24/RemoveMemberIcon.tsx +34 -0
  367. package/src/icons/24x24/ReplyIcon.tsx +32 -0
  368. package/src/icons/24x24/SearchIcon.tsx +39 -0
  369. package/src/icons/24x24/SettingsIcon.tsx +34 -0
  370. package/src/icons/24x24/SnapshotsIcon.tsx +39 -0
  371. package/src/icons/24x24/SortDownIcon.tsx +31 -0
  372. package/src/icons/24x24/SortUpIcon.tsx +31 -0
  373. package/src/icons/24x24/TasksIcon.tsx +32 -0
  374. package/src/icons/24x24/TimeIcon.tsx +39 -0
  375. package/src/icons/24x24/ToIcon.tsx +32 -0
  376. package/src/icons/24x24/TransferIcon.tsx +32 -0
  377. package/src/icons/24x24/TranslateIcon.tsx +32 -0
  378. package/src/icons/24x24/TranslationIcon.tsx +33 -0
  379. package/src/icons/24x24/WebsiteIcon.tsx +53 -0
  380. package/src/icons/24x24/WifiIcon.tsx +32 -0
  381. package/src/icons/24x24/index.ts +74 -0
  382. package/src/icons/32x32/AttributesLargeIcon.tsx +36 -0
  383. package/src/icons/32x32/CustomerLargeIcon.tsx +38 -0
  384. package/src/icons/32x32/DigitalLargeIcon.tsx +31 -0
  385. package/src/icons/32x32/DiscountLargeIcon.tsx +35 -0
  386. package/src/icons/32x32/FilteringLargeIcon.tsx +32 -0
  387. package/src/icons/32x32/GiftCardLargeIcon.tsx +44 -0
  388. package/src/icons/32x32/NavigationLargeIcon.tsx +39 -0
  389. package/src/icons/32x32/NotesLargeIcon.tsx +53 -0
  390. package/src/icons/32x32/OmnichannelLargeIcon.tsx +64 -0
  391. package/src/icons/32x32/PermissionLargeIcon.tsx +39 -0
  392. package/src/icons/32x32/ProductLargeIcon.tsx +31 -0
  393. package/src/icons/32x32/SearchLargeIcon.tsx +39 -0
  394. package/src/icons/32x32/ShippingLargeIcon.tsx +32 -0
  395. package/src/icons/32x32/SiteSettingsLargeIcon.tsx +32 -0
  396. package/src/icons/32x32/StaffMembersLargeIcon.tsx +40 -0
  397. package/src/icons/32x32/TaxesLargeIcon.tsx +55 -0
  398. package/src/icons/32x32/TokenLargeIcon.tsx +38 -0
  399. package/src/icons/32x32/WarehouseLargeIcon.tsx +32 -0
  400. package/src/icons/32x32/WifiLargeIcon.tsx +32 -0
  401. package/src/icons/32x32/index.ts +19 -0
  402. package/src/icons/index.ts +12 -67
  403. package/src/icons/indicator/index.ts +2 -0
  404. package/src/icons/indicator/regular/ErrorIndicatorIcon.tsx +24 -0
  405. package/src/icons/indicator/regular/FailIndicatorIcon.tsx +31 -0
  406. package/src/icons/indicator/regular/FailOutlineIndicatorIcon.tsx +31 -0
  407. package/src/icons/indicator/regular/HelpIndicatorIcon.tsx +30 -0
  408. package/src/icons/indicator/regular/SuccessIndicatorIcon.tsx +24 -0
  409. package/src/icons/indicator/regular/WarningIndicatorIcon.tsx +23 -0
  410. package/src/icons/indicator/regular/index.ts +6 -0
  411. package/src/icons/indicator/small/ErrorSmallIndicatorIcon.tsx +24 -0
  412. package/src/icons/indicator/small/SuccessSmallIndicatorIcon.tsx +24 -0
  413. package/src/icons/indicator/small/WarningSmallIndicatorIcon.tsx +23 -0
  414. package/src/icons/indicator/small/index.ts +3 -0
  415. package/src/icons/styles.ts +10 -0
  416. package/src/icons/types.ts +3 -0
  417. package/src/index.tsx +1 -0
  418. package/src/utils/Decorator.tsx +1 -0
  419. package/src/utils/mergeRefs.ts +4 -4
  420. package/src/icons/AddEnvironmentIcon.tsx +0 -12
  421. package/src/icons/AppsIcon.tsx +0 -12
  422. package/src/icons/ArrowRightIcon.tsx +0 -12
  423. package/src/icons/AttributesLargeIcon.tsx +0 -15
  424. package/src/icons/BackspaceIcon.tsx +0 -12
  425. package/src/icons/BillingIcon.tsx +0 -12
  426. package/src/icons/CalendarIcon.tsx +0 -12
  427. package/src/icons/ChevronIcon.tsx +0 -14
  428. package/src/icons/Close2Icon.tsx +0 -12
  429. package/src/icons/CloseIcon.tsx +0 -12
  430. package/src/icons/ColumnsIcon.tsx +0 -12
  431. package/src/icons/CopyIcon.tsx +0 -12
  432. package/src/icons/CustomersIcon.tsx +0 -12
  433. package/src/icons/DashboardIcon.tsx +0 -12
  434. package/src/icons/DeleteIcon.tsx +0 -12
  435. package/src/icons/DeveloperIcon.tsx +0 -38
  436. package/src/icons/DigitalLargeIcon.tsx +0 -15
  437. package/src/icons/DiscountsIcon.tsx +0 -20
  438. package/src/icons/DiscountsLargeIcon.tsx +0 -26
  439. package/src/icons/DownloadIcon.tsx +0 -12
  440. package/src/icons/DragIcon.tsx +0 -12
  441. package/src/icons/EditIcon.tsx +0 -12
  442. package/src/icons/EnvironmentIcon.tsx +0 -12
  443. package/src/icons/ExpandIcon.tsx +0 -22
  444. package/src/icons/EyeIcon.tsx +0 -12
  445. package/src/icons/FilteringIcon.tsx +0 -12
  446. package/src/icons/FilteringLargeIcon.tsx +0 -15
  447. package/src/icons/HelpIcon.tsx +0 -12
  448. package/src/icons/LinkIcon.tsx +0 -12
  449. package/src/icons/MailIcon.tsx +0 -16
  450. package/src/icons/MinusIcon.tsx +0 -12
  451. package/src/icons/MoreHorizontalIcon.tsx +0 -12
  452. package/src/icons/NavigationIcon.tsx +0 -26
  453. package/src/icons/NavigationLargeIcon.tsx +0 -15
  454. package/src/icons/NavigatorIcon.tsx +0 -14
  455. package/src/icons/NextIcon.tsx +0 -14
  456. package/src/icons/NoConnectionIcon.tsx +0 -25
  457. package/src/icons/NotesLargeIcon.tsx +0 -38
  458. package/src/icons/NotificationsIcon.tsx +0 -12
  459. package/src/icons/OmnichannelLargeIcon.tsx +0 -15
  460. package/src/icons/OrdersIcon.tsx +0 -12
  461. package/src/icons/PagesIcon.tsx +0 -12
  462. package/src/icons/PermissionLargeIcon.tsx +0 -15
  463. package/src/icons/PhotoIcon.tsx +0 -12
  464. package/src/icons/PlusIcon.tsx +0 -12
  465. package/src/icons/PreviousIcon.tsx +0 -14
  466. package/src/icons/PrinterIcon.tsx +0 -15
  467. package/src/icons/PrivacyIcon.tsx +0 -15
  468. package/src/icons/ProductIcon.tsx +0 -12
  469. package/src/icons/ProductLargeIcon.tsx +0 -16
  470. package/src/icons/RefreshIcon.tsx +0 -14
  471. package/src/icons/ReplyIcon.tsx +0 -12
  472. package/src/icons/SearchIcon.tsx +0 -12
  473. package/src/icons/SettingsIcon.tsx +0 -15
  474. package/src/icons/ShippingLargeIcon.tsx +0 -15
  475. package/src/icons/SnapshotsIcon.tsx +0 -12
  476. package/src/icons/TaxesLargeIcon.tsx +0 -15
  477. package/src/icons/TimeIcon.tsx +0 -12
  478. package/src/icons/TokenLargeIcon.tsx +0 -17
  479. package/src/icons/TransferIcon.tsx +0 -22
  480. package/src/icons/TranslationIcon.tsx +0 -12
  481. package/src/icons/WarehouseLargeIcon.tsx +0 -15
  482. package/src/icons/WebsiteIcon.tsx +0 -22
  483. package/src/icons/WifiIcon.tsx +0 -23
  484. package/src/icons/WifiLargeIcon.tsx +0 -33
@@ -1,28 +1,169 @@
1
- import MUITooltip from "@material-ui/core/Tooltip";
2
- import { TooltipProps as MUITooltipProps } from "@material-ui/core/Tooltip";
1
+ import {
2
+ arrow,
3
+ autoUpdate,
4
+ flip,
5
+ FloatingPortal,
6
+ offset,
7
+ Placement,
8
+ shift,
9
+ Side,
10
+ useDismiss,
11
+ useFloating,
12
+ useFocus,
13
+ useHover,
14
+ useInteractions,
15
+ useRole,
16
+ } from "@floating-ui/react-dom-interactions";
17
+ import clsx from "clsx";
3
18
  import React from "react";
4
19
 
20
+ import { useTheme } from "../theme";
21
+ import { mergeRefs } from "../utils/mergeRefs";
22
+ import { Arrow } from "./Arrow";
5
23
  import useStyles from "./styles";
6
24
 
7
- export interface TooltipProps extends MUITooltipProps {
8
- variant?: "info" | "success" | "warning" | "error";
25
+ export interface TooltipProps {
26
+ variant?: "success" | "warning" | "error";
27
+ placement?: Placement;
28
+ arrow?: boolean;
29
+ onClick?: React.MouseEventHandler<any>;
30
+ onOpen?: () => void;
31
+ onClose?: () => void;
32
+ open?: boolean;
33
+ initialOpen?: boolean;
9
34
  disabled?: boolean;
35
+ children: React.ReactElement;
36
+ header?: React.ReactNode;
37
+ title?: React.ReactNode;
38
+ /** Ref for element that triggers opening the tooltip on hover */
39
+ referenceRef?: React.Ref<HTMLElement>;
40
+ /** Ref for tooltip div element */
41
+ floatingRef?: React.Ref<HTMLDivElement>;
10
42
  }
11
43
 
12
44
  export const Tooltip: React.FC<TooltipProps> = ({
13
- children,
45
+ variant,
46
+ placement: initialPlacement = "bottom-start",
47
+ arrow: hasArrow = true,
48
+ onOpen,
49
+ onClose,
50
+ onClick,
51
+ open: forceState,
52
+ initialOpen = false,
14
53
  disabled = false,
15
- variant = "info",
16
- ...rest
54
+ children,
55
+ header,
56
+ title,
57
+ referenceRef,
58
+ floatingRef,
17
59
  }) => {
18
- const classes = useStyles({ variant, children, ...rest });
19
-
20
- return disabled ? (
21
- children
22
- ) : (
23
- <MUITooltip classes={classes} {...rest}>
24
- {children}
25
- </MUITooltip>
60
+ const { themeType } = useTheme();
61
+
62
+ const [stateOpen, setStateOpen] = React.useState(initialOpen);
63
+ const arrowRef = React.useRef<HTMLSpanElement | null>(null);
64
+
65
+ const open = forceState ?? stateOpen;
66
+
67
+ const {
68
+ x,
69
+ y,
70
+ placement,
71
+ strategy,
72
+ context,
73
+ update,
74
+ reference,
75
+ floating,
76
+ middlewareData: { arrow: { x: arrowX, y: arrowY } = {} },
77
+ } = useFloating({
78
+ placement: initialPlacement,
79
+ open,
80
+ onOpenChange: (isOpen) => {
81
+ setStateOpen(isOpen);
82
+
83
+ if (isOpen) {
84
+ onOpen?.();
85
+ } else {
86
+ onClose?.();
87
+ }
88
+ },
89
+ middleware: [
90
+ offset(5),
91
+ flip(),
92
+ // padding matches padding of tooltip box
93
+ shift({ padding: 12 }),
94
+ // padding matches border-radius of tooltip box
95
+ arrow({ element: arrowRef, padding: 8 }),
96
+ ],
97
+ whileElementsMounted: autoUpdate,
98
+ });
99
+
100
+ const { getReferenceProps, getFloatingProps } = useInteractions([
101
+ useHover(context, { restMs: 10 }),
102
+ useFocus(context),
103
+ useRole(context, { role: "tooltip" }),
104
+ useDismiss(context),
105
+ ]);
106
+
107
+ const side = React.useMemo<Side>(() => {
108
+ return placement.split("-")[0] as Side;
109
+ }, [placement]);
110
+
111
+ const classes = useStyles({ variant, side });
112
+
113
+ if (disabled) {
114
+ return children;
115
+ }
116
+
117
+ const mountReference = React.useCallback(
118
+ mergeRefs(reference, referenceRef),
119
+ []
120
+ );
121
+ const mountFloating = React.useCallback(mergeRefs(floating, floatingRef), []);
122
+ const mountArrow = React.useCallback((el: HTMLDivElement) => {
123
+ arrowRef.current = el;
124
+ update();
125
+ }, []);
126
+
127
+ return (
128
+ <>
129
+ {React.cloneElement(
130
+ children,
131
+ getReferenceProps({
132
+ ref: mountReference,
133
+ ...children.props,
134
+ })
135
+ )}
136
+ <FloatingPortal>
137
+ {open && (
138
+ <div
139
+ {...getFloatingProps({
140
+ ref: mountFloating,
141
+ className: clsx(themeType === "dark" && classes.dark),
142
+ style: {
143
+ position: strategy,
144
+ top: y ?? "",
145
+ left: x ?? "",
146
+ },
147
+ })}
148
+ onClick={onClick}
149
+ >
150
+ <div className={classes.tooltip}>
151
+ {header && <div className={classes.header}>{header}</div>}
152
+ {title}
153
+ </div>
154
+ {hasArrow && (
155
+ <Arrow
156
+ ref={mountArrow}
157
+ x={arrowX}
158
+ y={arrowY}
159
+ variant={variant}
160
+ side={side}
161
+ />
162
+ )}
163
+ </div>
164
+ )}
165
+ </FloatingPortal>
166
+ </>
26
167
  );
27
168
  };
28
169
 
@@ -0,0 +1,25 @@
1
+ import React from "react";
2
+
3
+ import { useMountWrapperStyles } from "./styles";
4
+
5
+ export interface MountWrapperProps
6
+ extends React.DetailedHTMLProps<
7
+ React.HTMLAttributes<HTMLButtonElement>,
8
+ HTMLButtonElement
9
+ > {
10
+ children: React.ReactNode;
11
+ }
12
+
13
+ /** Component used to wrap non-buttons for Tooltip support */
14
+ export const TooltipMountWrapper = React.forwardRef<
15
+ HTMLButtonElement,
16
+ { children: React.ReactNode }
17
+ >(({ children, ...props }, ref) => {
18
+ const classes = useMountWrapperStyles();
19
+
20
+ return (
21
+ <button className={classes.wrapper} {...props} ref={ref}>
22
+ {children}
23
+ </button>
24
+ );
25
+ });
@@ -1 +1,2 @@
1
1
  export * from "./Tooltip";
2
+ export * from "./TooltipMountWrapper";
@@ -1,28 +1,152 @@
1
- import { makeStyles } from "../theme";
1
+ import { Side } from "@floating-ui/core";
2
+
3
+ import { dark, light, makeStyles, SaleorTheme } from "../theme";
2
4
  import { TooltipProps } from "./Tooltip";
3
5
 
4
- const useStyles = makeStyles<TooltipProps, "tooltip">(
6
+ export type StyleProps = Pick<TooltipProps, "variant"> & { side: Side };
7
+
8
+ export const getBorderColor = (isDark: boolean) => (props: StyleProps) => {
9
+ if (isDark) {
10
+ switch (props.variant) {
11
+ case "success":
12
+ return dark.success.light;
13
+ case "warning":
14
+ return dark.warning.light;
15
+ case "error":
16
+ return dark.fail.light;
17
+ default:
18
+ return "#797d7d"; // dark.main[3] without alpha
19
+ }
20
+ }
21
+
22
+ switch (props.variant) {
23
+ case "success":
24
+ return light.success.mid;
25
+ case "warning":
26
+ return light.warning.mid;
27
+ case "error":
28
+ return light.fail.mid;
29
+ default:
30
+ return "#7d7f7f"; // light.main[3] without alpha
31
+ }
32
+ };
33
+
34
+ export const getBackgroundColor =
35
+ (isDark: boolean, theme: SaleorTheme) => (props: StyleProps) => {
36
+ if (isDark) {
37
+ switch (props.variant) {
38
+ case "success":
39
+ return dark.success.dark;
40
+ case "warning":
41
+ return dark.warning.dark;
42
+ case "error":
43
+ return dark.fail.dark;
44
+ default:
45
+ return dark.main[1];
46
+ }
47
+ }
48
+
49
+ return theme.palette.common.white;
50
+ };
51
+
52
+ const useStyles = makeStyles<StyleProps, "tooltip" | "dark" | "header">(
5
53
  (theme) => ({
54
+ dark: {
55
+ "& $tooltip": {
56
+ color: (props) => {
57
+ return props.variant ? dark.main[2] : light.main[2];
58
+ },
59
+ backgroundColor: getBackgroundColor(true, theme),
60
+ borderColor: getBorderColor(true),
61
+ },
62
+ },
6
63
  tooltip: {
7
- backgroundColor: (props) => {
64
+ backgroundColor: getBackgroundColor(false, theme),
65
+ padding: theme.spacing(1.5),
66
+ borderRadius: theme.spacing(1),
67
+ border: `1px solid ${theme.palette.saleor.main[3]}`,
68
+ borderWidth: "1px",
69
+ fontWeight: 500,
70
+ borderColor: getBorderColor(false),
71
+
72
+ color: (props) => {
8
73
  switch (props.variant) {
9
- case "info":
10
- return theme.palette.info.main;
11
74
  case "success":
12
- return theme.palette.success.main;
75
+ return theme.palette.success.dark;
13
76
  case "warning":
14
- return theme.palette.warning.main;
77
+ return theme.palette.warning.dark;
15
78
  case "error":
16
- return theme.palette.error.main;
79
+ return theme.palette.error.dark;
17
80
  default:
18
- return theme.palette.info.main;
81
+ return theme.palette.saleor.main[1];
19
82
  }
20
83
  },
21
84
  },
85
+ header: {
86
+ fontSize: theme.typography.caption.fontSize,
87
+ letterSpacing: "0.1em",
88
+ fontWeight: 500,
89
+ textTransform: "uppercase",
90
+ marginBottom: theme.spacing(0.5),
91
+ color: light.main[3],
92
+ },
22
93
  }),
23
94
  {
24
95
  name: "Tooltip",
25
96
  }
26
97
  );
27
98
 
99
+ export const useArrowStyles = makeStyles<StyleProps>(
100
+ (theme) => ({
101
+ borderPath: {
102
+ fill: getBorderColor(false),
103
+ },
104
+ backgroundPath: {
105
+ fill: getBackgroundColor(false, theme),
106
+ },
107
+ arrowContainer: {
108
+ width: "14px",
109
+ height: "8px",
110
+ position: "absolute",
111
+ transform: (props) => {
112
+ switch (props.side) {
113
+ case "top":
114
+ return "rotate(180deg)";
115
+ case "bottom":
116
+ return "rotate(0deg)";
117
+ case "left":
118
+ return "rotate(90deg)";
119
+ case "right":
120
+ return "rotate(-90deg)";
121
+ }
122
+ },
123
+ top: (props) => (props.side === "bottom" && "-13px") || "",
124
+ bottom: (props) => (props.side === "top" && "-13px") || "",
125
+ left: (props) => (props.side === "right" && "-16px") || "",
126
+ right: (props) => (props.side === "left" && "-16px") || "",
127
+ },
128
+ dark: {
129
+ "& $borderPath": {
130
+ fill: getBorderColor(true),
131
+ },
132
+
133
+ "& $backgroundPath": {
134
+ fill: getBackgroundColor(true, theme),
135
+ },
136
+ },
137
+ }),
138
+ { name: "TooltipArrow" }
139
+ );
28
140
  export default useStyles;
141
+
142
+ export const useMountWrapperStyles = makeStyles(
143
+ {
144
+ wrapper: {
145
+ all: "unset",
146
+ display: "inline-block",
147
+ lineHeight: 0,
148
+ pointerEvents: "all",
149
+ },
150
+ },
151
+ { name: "TooltipMountWrapper" }
152
+ );
@@ -0,0 +1 @@
1
+ <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.5 5.5 8 10l4.5 4.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5 17.5h-.75a.75.75 0 0 0 1.085.67L5 17.5Zm5-2.5.335-.67a.75.75 0 0 0-.67 0L10 15Zm5 2.5-.335.67a.75.75 0 0 0 1.085-.67H15ZM4.25 4v13.5h1.5V4h-1.5Zm1.085 14.17 5-2.5-.67-1.34-5 2.5.67 1.34Zm4.33-2.5 5 2.5.67-1.34-5-2.5-.67 1.34Zm6.085 1.83V4h-1.5v13.5h1.5ZM13 1.25H7v1.5h6v-1.5ZM15.75 4A2.75 2.75 0 0 0 13 1.25v1.5c.69 0 1.25.56 1.25 1.25h1.5Zm-10 0c0-.69.56-1.25 1.25-1.25v-1.5A2.75 2.75 0 0 0 4.25 4h1.5Z" fill="currentColor"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m4 11 3 3 9-9" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m6 8 4 4 4-4" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M14.53 6.53a.75.75 0 0 0-1.06-1.06L10 8.94 6.53 5.47a.75.75 0 0 0-1.06 1.06L8.94 10l-3.47 3.47a.75.75 0 1 0 1.06 1.06L10 11.06l3.47 3.47a.75.75 0 1 0 1.06-1.06L11.06 10l3.47-3.47Z" fill="currentColor"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M7.5 7a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Zm5 0a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Zm1.5 3a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm-6.5 1.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Zm1.5 3a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm3.5 1.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z" fill="currentColor"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3 7V3h14v4l-5 5v3.5L8 17v-5L3 7Z" stroke="currentColor" stroke-width="1.5" stroke-linejoin="round"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5 10h10" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M5.5 11a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Zm6-1.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm4.5 0a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z" fill="currentColor"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m8 14.5 4.5-4.5L8 5.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10 5v10m-5-5h10" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M3.75 9a5.25 5.25 0 1 1 10.5 0 5.25 5.25 0 0 1-10.5 0ZM9 2.25a6.75 6.75 0 1 0 4.213 12.024l3.257 3.256a.75.75 0 1 0 1.06-1.06l-3.256-3.257A6.75 6.75 0 0 0 9 2.25Z" fill="currentColor"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10 4v12m0-12L6 8m4-4 4 4" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10 4v12m0 0-4-4m4 4 4-4" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.5 10H3m0 0v5a2 2 0 0 0 2 2h7m-9-7V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v5m0 0v5a2 2 0 0 1-2 2h-7m9-7h-2.5M12 17v4m0 0H6m6 0h7M12 7.002v6m3-3H9" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7 3.5v7M3.5 7h7m4 14H20a1 1 0 0 0 1-1v-5.5a1 1 0 0 0-1-1h-5.5a1 1 0 0 0-1 1V20a1 1 0 0 0 1 1Zm0-10.5H20a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1h-5.5a1 1 0 0 0-1 1v5.5a1 1 0 0 0 1 1ZM4 21h5.5a1 1 0 0 0 1-1v-5.5a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1V20a1 1 0 0 0 1 1Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 12h15.5m0 0-5-5m5 5-5 5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M22 6H7l-5 6 5 6h15V6Zm-10 4 4 4m0-4-4 4" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 7v-.75a.75.75 0 0 0-.748.697L4 7ZM3 21l-.748-.053A.75.75 0 0 0 3 21.75V21Zm18 0v.75a.75.75 0 0 0 .748-.803L21 21ZM20 7l.748-.053A.75.75 0 0 0 20 6.25V7ZM8.75 11a.75.75 0 0 0-1.5 0h1.5Zm8 0a.75.75 0 0 0-1.5 0h1.5ZM3.252 6.947l-1 14 1.496.106 1-14-1.496-.106ZM3 21.75h18v-1.5H3v1.5Zm18.748-.803-1-14-1.496.106 1 14 1.497-.106ZM8 6.25H4v1.5h4v-1.5ZM8 7h.75v.003a.613.613 0 0 0 0-.023l.006-.098c.007-.09.02-.223.047-.384.054-.326.161-.749.368-1.163a2.77 2.77 0 0 1 .933-1.086c.426-.284 1.028-.499 1.896-.499v-1.5c-1.13 0-2.03.285-2.728.751A4.26 4.26 0 0 0 7.83 4.665a5.665 5.665 0 0 0-.507 1.587 5.655 5.655 0 0 0-.073.744V7H8Zm12-.75h-4v1.5h4v-1.5Zm-4 0H8v1.5h8v-1.5Zm-4-2.5c.87 0 1.47.215 1.897.499.43.287.727.675.932 1.086.207.414.315.837.369 1.163a4.15 4.15 0 0 1 .052.482v.023V7h1.5v-.024l-.001-.046a5.625 5.625 0 0 0-.071-.678 5.663 5.663 0 0 0-.507-1.587A4.259 4.259 0 0 0 14.73 3c-.7-.466-1.597-.751-2.729-.751v1.5ZM8 11l-.75.001v.009a1.558 1.558 0 0 0 .002.057c.002.034.004.079.01.133a3.817 3.817 0 0 0 .615 1.716C8.531 13.9 9.781 14.75 12 14.75v-1.5c-1.781 0-2.532-.65-2.876-1.166A2.317 2.317 0 0 1 8.751 11v-.008V11H8Zm4 3.75c2.219 0 3.468-.85 4.124-1.834a3.815 3.815 0 0 0 .615-1.716 2.62 2.62 0 0 0 .011-.175V11h-1.5v-.008V11a2.055 2.055 0 0 1-.044.306 2.314 2.314 0 0 1-.33.778c-.344.516-1.094 1.166-2.876 1.166v1.5Z" fill="currentColor"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17 10.5V21l-3.5-2-3.5 2-3.5-2L3 21V6a3 3 0 0 1 3-3h12.5M17 10.5h2.5a1 1 0 0 0 1-1V5a2 2 0 0 0-2-2v0M17 10.5V6c0-2 1.5-3 1.5-3m-12 5h7m-7 3h7m-7 3h7" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5 21h-.75a.75.75 0 0 0 1.122.651L5 21Zm7-4 .373-.651a.75.75 0 0 0-.745 0L12 17Zm7 4-.372.651A.75.75 0 0 0 19.75 21H19ZM4.25 5v16h1.5V5h-1.5Zm1.122 16.651 7-4-.744-1.302-7 4 .744 1.302Zm6.256-4 7 4 .744-1.302-7-4-.744 1.302ZM19.75 21V5h-1.5v16h1.5ZM17 2.25H7v1.5h10v-1.5ZM19.75 5A2.75 2.75 0 0 0 17 2.25v1.5c.69 0 1.25.56 1.25 1.25h1.5Zm-14 0c0-.69.56-1.25 1.25-1.25v-1.5A2.75 2.75 0 0 0 4.25 5h1.5Z" fill="currentColor"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 11V6a1 1 0 0 1 1-1h3m-4 6v9a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1v-9M4 11h16m0 0V6a1 1 0 0 0-1-1h-3M8 5V3m0 2v2m0-2h8m0 0V3m0 2v2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m6 13.5 3 3 9-9" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m8 10 4 4 4-4" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m8 8.002 8 8m-8 0 8-8" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><circle cx="12" cy="12.002" r="10" stroke="currentColor" stroke-width="1.5"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M7.53 6.472a.75.75 0 1 0-1.06 1.06l4.47 4.47-4.47 4.47a.75.75 0 0 0 1.06 1.06l4.47-4.47 4.47 4.47a.75.75 0 1 0 1.06-1.06l-4.47-4.47 4.47-4.47a.75.75 0 0 0-1.06-1.06L12 10.942l-4.47-4.47Z" fill="currentColor"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m4 18 6-6-6-6" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M12 18h8" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9 3.002H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h4m0-18v18m0-18h6m-6 18h6m0 0h4a2 2 0 0 0 2-2v-14a2 2 0 0 0-2-2h-4m0 18v-18" stroke="currentColor" stroke-width="1.5"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19 20H8a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1h11a1 1 0 0 1 1 1v11a1 1 0 0 1-1 1Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M4 16V5a1 1 0 0 1 1-1h11" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="12" cy="7" r="4" stroke="currentColor" stroke-width="1.5"/><path d="M20.83 21H3.17a.17.17 0 0 1-.17-.17A6.83 6.83 0 0 1 9.83 14h4.34A6.83 6.83 0 0 1 21 20.83a.17.17 0 0 1-.17.17Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.5 4a1 1 0 0 1 1-1H20a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1h-5.5a1 1 0 0 1-1-1V4Zm0 9a1 1 0 0 1 1-1H20a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1h-5.5a1 1 0 0 1-1-1v-7ZM3 16a1 1 0 0 1 1-1h5.5a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1v-4ZM3 4a1 1 0 0 1 1-1h5.5a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4Z" stroke="currentColor" stroke-width="1.5"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9 10v8m3-8v8m3-8v8M5 4.5V21a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4.5m-14 0H4m1 0h4m10 0h1m-1 0h-4m-6 0V3a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v1.5m-6 0h6" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m12.5 10.5-1.5 7" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M3 7V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v2M3 7v12a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V7M3 7h18" stroke="currentColor" stroke-width="1.5"/><path d="m8 12-2 2 2 2m8-4 2 2-2 2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M14.414 2.25c-.464 0-.91.184-1.237.513L4.97 10.97l-2.293 2.293a1.75 1.75 0 0 0 0 2.474l5.586 5.586a1.75 1.75 0 0 0 2.474 0l2.293-2.293 8.207-8.207a1.75 1.75 0 0 0 .513-1.237V5.914c0-.464-.184-.909-.513-1.237l-1.914-1.914a1.75 1.75 0 0 0-1.237-.513h-3.672Zm-.177 1.573a.25.25 0 0 1 .177-.073h3.672a.25.25 0 0 1 .177.073l1.914 1.914a.25.25 0 0 1 .073.177v3.672a.25.25 0 0 1-.073.177L12.5 17.439 6.56 11.5l7.677-7.677ZM5.5 12.561l5.94 5.939-1.763 1.763a.25.25 0 0 1-.354 0l-5.586-5.586a.25.25 0 0 1 0-.354L5.5 12.561ZM16 9a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z" fill="currentColor"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12 3v14m0 0-4-4m4 4 4-4M3 21h18"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M9.5 8a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Zm5 0a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Zm1.5 4a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm-6.5 1.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Zm1.5 4a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm3.5 1.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z" fill="currentColor"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m16 3 .53-.53a.75.75 0 0 0-1.06 0L16 3Zm4 4 .53.53a.75.75 0 0 0 0-1.06L20 7ZM10 17v.75a.75.75 0 0 0 .53-.22L10 17Zm-4 0h-.75c0 .414.336.75.75.75V17Zm0-4-.53-.53a.75.75 0 0 0-.22.53H6Zm9.47-9.47 4 4 1.06-1.06-4-4-1.06 1.06ZM10 16.25H6v1.5h4v-1.5ZM6.75 17v-4h-1.5v4h1.5Zm-.22-3.47 8-8-1.06-1.06-8 8 1.06 1.06Zm8-8 2-2-1.06-1.06-2 2 1.06 1.06Zm4.94.94-2 2 1.06 1.06 2-2-1.06-1.06Zm-2 2-8 8 1.06 1.06 8-8-1.06-1.06Zm-4-2.94 4 4 1.06-1.06-4-4-1.06 1.06Z" fill="currentColor"/><path d="M3 21h18" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3 10h18M3 10v5a2 2 0 0 0 2 2h7m-9-7V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v5m0 0v5a2 2 0 0 1-2 2h-7m0 0v4m0 0H6m6 0h7" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M8 13.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm0-7a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z" fill="currentColor"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m8 10.5 4 4 4-4" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><circle cx="12" cy="12" r="10.25" stroke="currentColor" stroke-width="1.5"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7 7h13m-10 5h10m-10 5h10" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/><circle cx="4" cy="7" r="1" fill="currentColor"/><circle cx="7" cy="12" r="1" fill="currentColor"/><circle cx="7" cy="17" r="1" fill="currentColor"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="24" height="24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M18.5 4.375a.625.625 0 0 0-1-.75l-2.693 3.59A11.965 11.965 0 0 0 12 6.876c-2.642 0-5.005.923-6.703 1.968-.85.523-1.548 1.086-2.043 1.598a4.647 4.647 0 0 0-.603.748c-.137.22-.276.507-.276.811 0 .304.14.59.276.81.15.24.356.494.603.75.495.511 1.194 1.074 2.043 1.597.753.464 1.637.903 2.618 1.248L5.5 19.625a.625.625 0 1 0 1 .75l2.693-3.59c.884.213 1.826.34 2.807.34 2.642 0 5.005-.923 6.703-1.968.85-.523 1.548-1.086 2.043-1.598.247-.255.454-.508.603-.748.137-.22.276-.507.276-.811 0-.304-.14-.59-.276-.81a4.65 4.65 0 0 0-.603-.75c-.495-.511-1.194-1.074-2.043-1.597a13.73 13.73 0 0 0-2.618-1.248l2.415-3.22zm-4.781 4.291a3.75 3.75 0 0 0-4.438 5.917l4.438-5.917zm-3.438 6.668 4.438-5.917a3.75 3.75 0 0 1-4.438 5.917zM3.633 12a.97.97 0 0 0 .08.15c.088.143.233.327.44.54.41.426 1.024.926 1.8 1.403.632.389 1.361.757 2.163 1.056A4.98 4.98 0 0 1 7 12a4.98 4.98 0 0 1 1.116-3.149c-.802.3-1.531.667-2.163 1.056-.776.477-1.39.977-1.8 1.402a3.43 3.43 0 0 0-.44.54.97.97 0 0 0-.08.151zm14.414 2.093c-.632.389-1.361.757-2.163 1.056A4.979 4.979 0 0 0 17 12a4.98 4.98 0 0 0-1.116-3.149c.802.3 1.531.667 2.163 1.056.776.477 1.39.977 1.8 1.402.207.214.352.398.44.54a.967.967 0 0 1 .08.151.967.967 0 0 1-.08.15 3.425 3.425 0 0 1-.44.54c-.41.426-1.024.926-1.8 1.403z" fill="currentColor"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M3.818 12.086a1.16 1.16 0 0 1-.048-.084c.011-.021.027-.05.048-.084.083-.133.222-.31.424-.52.403-.417 1.008-.91 1.776-1.382.576-.355 1.232-.69 1.951-.973A4.978 4.978 0 0 0 7 12.002c0 1.107.36 2.13.969 2.959a12.35 12.35 0 0 1-1.95-.973c-.769-.472-1.374-.965-1.777-1.382a3.307 3.307 0 0 1-.424-.52Zm12.213 2.875a12.35 12.35 0 0 0 1.95-.973c.769-.472 1.374-.965 1.777-1.382.202-.21.34-.387.424-.52l.048-.084a1.164 1.164 0 0 0-.048-.084 3.302 3.302 0 0 0-.424-.52c-.403-.417-1.008-.91-1.776-1.382a12.347 12.347 0 0 0-1.951-.973c.61.829.969 1.852.969 2.959s-.36 2.13-.969 2.959ZM12 6.75c-2.67 0-5.056.933-6.768 1.987-.857.528-1.565 1.097-2.068 1.618-.25.259-.464.52-.62.77-.14.225-.294.537-.294.876 0 .34.154.651.295.877.155.25.368.51.619.77.503.52 1.21 1.09 2.068 1.617C6.944 16.32 9.329 17.252 12 17.252c2.67 0 5.056-.932 6.768-1.986.857-.528 1.565-1.097 2.068-1.618.25-.26.464-.52.62-.77.14-.225.294-.537.294-.876 0-.34-.154-.651-.295-.877a4.769 4.769 0 0 0-.619-.77c-.503-.52-1.21-1.09-2.068-1.617C17.056 7.684 14.671 6.752 12 6.752Zm3.5 5.251a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0Z" fill="currentColor"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20 3H4a1 1 0 0 0-1 1v3.086a1 1 0 0 0 .293.707l5.914 5.914a1 1 0 0 1 .293.707V21l4.371-1.749a1 1 0 0 0 .629-.928v-3.909a1 1 0 0 1 .293-.707l5.914-5.914A1 1 0 0 0 21 7.086V4a1 1 0 0 0-1-1Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.5 6.5H4a1 1 0 0 0-1 1V20a1 1 0 0 0 1 1h12.5a1 1 0 0 0 1-1v-6.5m-3.5-7h3.5m3.5 0h-3.5m0 0V3m0 3.5V10" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="25" fill="none" viewBox="0 0 24 25"><path stroke="currentColor" stroke-width="1.5" d="M14.6 6.064c.315.023.75-.026 1.108-.25 1.297-.816 2.626-1.504 4.047-1.971.06-.02.124-.038.199-.055.099.266.175.492.215.716.026.147.053.292.08.435.16.872.306 1.665.29 2.45-.018.888.271 1.482.695 2.074.78 1.089 1.067 2.357 1.009 3.768-.038.907-.144 1.765-.366 2.57-.25.903-.646 1.74-1.266 2.503-.797.982-1.832 1.62-3.07 2.023-.657.214-1.05.313-1.444.364-.406.053-.839.059-1.597.059h-5c-1.428 0-2.96-.247-4.212-.907-1.52-.801-2.52-2.018-3.046-3.67a10.598 10.598 0 0 1-.49-3.43c.022-1.325.387-2.497 1.178-3.514a2.55 2.55 0 0 0 .416-.73c.102-.294.133-.599.108-.93-.053-.684.053-1.409.181-2.204.074-.454.203-.887.346-1.37l.057-.192c1.531.43 2.92 1.169 4.293 2.057.342.221.777.258 1.09.203a14.222 14.222 0 0 1 1.623-.185c.67-.04 1.348-.036 2.031-.004m1.524.19a9.544 9.544 0 0 1-.776-.099m.776.099-.776-.099m-.748-.091c.213.01.433.042.692.082m-.692-.082.692.082m0 0 .056.01m-.056-.01.056.01"/><path stroke="currentColor" stroke-width="2" d="M16 16c0 .357-.11.641-.24.814-.129.173-.231.186-.26.186-.029 0-.131-.013-.26-.186-.13-.173-.24-.457-.24-.814 0-.357.11-.641.24-.814.129-.173.231-.186.26-.186.029 0 .131.013.26.186.13.173.24.457.24.814Zm-7 0c0 .357-.11.641-.24.814-.129.173-.231.186-.26.186-.029 0-.131-.013-.26-.186C8.11 16.641 8 16.357 8 16c0-.357.11-.641.24-.814.129-.173.231-.186.26-.186.029 0 .131.013.26.186.13.173.24.457.24.814Z"/><path stroke="currentColor" stroke-width="1.5" d="M6.753 11.314c-.798.05-1.457.38-2.012.85-1.133.962-1.6 2.166-1.562 3.36.032 1.02.43 1.993 1.013 2.78.836 1.128 2.02 1.613 3.171 1.883A20.33 20.33 0 0 0 12 20.75a20 20 0 0 0 4.653-.568c.787-.188 1.671-.47 2.415-1.113.647-.56 1.143-1.108 1.437-1.762.346-.771.363-1.582.216-2.53-.095-.616-.274-1.21-.616-1.73-.347-.53-.836-.944-1.483-1.23-.74-.329-1.565-.467-2.308-.512m-9.56.01a32.676 32.676 0 0 1 2.255-.065m-2.256.064 2.256-.064m0 0a30.224 30.224 0 0 0 .98-.007c.319-.005.65-.008 1.033.003.57.017 1.176.012 1.785.008.4-.004.803-.007 1.198-.004m-4.996 0h4.996m0 0 .161.001m-.16-.001.16.001m2.148.054c-.731-.044-1.44-.049-2.148-.054m2.148.054-2.148-.054"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="3" y="3" width="7" height="7" rx="1" stroke="currentColor" stroke-width="1.5"/><rect x="14" y="3" width="7" height="7" rx="1" stroke="currentColor" stroke-width="1.5"/><rect x="3" y="14" width="7" height="7" rx="1" stroke="currentColor" stroke-width="1.5"/><rect x="14" y="14" width="7" height="7" rx="1" stroke="currentColor" stroke-width="1.5"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.5 9.5A2.5 2.5 0 1 1 12 12v0a.5.5 0 0 0-.5.5v1" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/><path d="M12.5 16a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM3 21h-.75c0 .414.336.75.75.75V21Zm.75 0v-9h-1.5v9h1.5Zm8.25-.75H3v1.5h9v-1.5ZM20.25 12A8.25 8.25 0 0 1 12 20.25v1.5A9.75 9.75 0 0 0 21.75 12h-1.5ZM12 3.75A8.25 8.25 0 0 1 20.25 12h1.5A9.75 9.75 0 0 0 12 2.25v1.5ZM3.75 12A8.25 8.25 0 0 1 12 3.75v-1.5A9.75 9.75 0 0 0 2.25 12h1.5Z" fill="currentColor"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3 18.667V4a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v11.556a2 2 0 0 1-2 2H4.984a2 2 0 0 0-1.359.532L3 18.667Zm0 0v1.36c0 .55.23 1.074.633 1.448v0c.365.337.844.525 1.34.525h14.044a2 2 0 0 0 1.358-.532l.625-.58" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M9.5 7.5A2.5 2.5 0 1 1 12 10v0a.5.5 0 0 0-.5.5v1" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/><path d="M12.5 14a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z" fill="currentColor"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11 5.002H4a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1v-7m-8 0 10-10m0 0v6m0-6h-6" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7 7h13M7 12h13M7 17h13" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/><circle cx="4" cy="7" r="1" fill="currentColor"/><circle cx="4" cy="12" r="1" fill="currentColor"/><circle cx="4" cy="17" r="1" fill="currentColor"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="25" fill="none" viewBox="0 0 24 25"><path stroke="currentColor" stroke-linejoin="round" stroke-width="1.5" d="M3.63 6.622c.375-.372.872-.62 1.37-.62h14c.5 0 1 .25 1.375.625M3.63 6.622C3.252 6.997 3 7.5 3 8.002v8c0 .502.252 1.005.63 1.38m0-10.76 5.38 5.38m11.365-5.375c.375.375.625.875.625 1.375v8c0 1-1 2-2 2H5c-.498 0-.995-.248-1.37-.62M20.375 6.627 15 12.002m-5.99 0 1 1c1 1 2.99 1 3.99 0l1-1m-5.99 0-5.38 5.38M15 12.002l5.38 5.38"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19 11.5V7.828a2 2 0 0 0-.586-1.414l-2.828-2.828A2 2 0 0 0 14.172 3H7a2 2 0 0 0-2 2v2.5a2 2 0 0 0 2 2h9m0 0-2-2m2 2-2 2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="m8 15-.53-.53a.75.75 0 0 0 0 1.06L8 15Zm1.47 2.53a.75.75 0 1 0 1.06-1.06l-1.06 1.06Zm1.06-4a.75.75 0 1 0-1.06-1.06l1.06 1.06ZM5.75 13a.75.75 0 0 0-1.5 0h1.5ZM7 21.75h10v-1.5H7v1.5ZM19.75 19v-2h-1.5v2h1.5ZM17 14.25H8v1.5h9v-1.5Zm-9.53 1.28 2 2 1.06-1.06-2-2-1.06 1.06Zm1.06 0 2-2-1.06-1.06-2 2 1.06 1.06ZM5.75 19v-6h-1.5v6h1.5Zm14-2A2.75 2.75 0 0 0 17 14.25v1.5c.69 0 1.25.56 1.25 1.25h1.5ZM17 21.75A2.75 2.75 0 0 0 19.75 19h-1.5c0 .69-.56 1.25-1.25 1.25v1.5Zm-10-1.5c-.69 0-1.25-.56-1.25-1.25h-1.5A2.75 2.75 0 0 0 7 21.75v-1.5Z" fill="currentColor"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 12.002h12" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 5.5 12 3l6 2.5m-12 0L12 8M6 5.5v8l6 2.5m6-10.5L12 8m6-2.5v8L12 16m0-8v8" stroke="currentColor" stroke-width="1.5" stroke-linejoin="round"/><path d="M20 16.2c1.256.501 2 1.125 2 1.8 0 1.261-2.595 2.341-6.27 2.785M12 21c-5.522 0-10-1.365-10-3.048 0-.743.871-1.423 2.318-1.952" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M6.5 13a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Zm7-1.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm5.5 0a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z" fill="currentColor"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 8.002h16m-16 4h16m-16 4h16" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.469 13.238 12.831 2.9c.28-.455.982-.213.923.317l-.692 6.228a.5.5 0 0 0 .497.555h3.58a.5.5 0 0 1 .434.748l-6.408 11.213c-.267.468-.985.239-.931-.298l.711-7.113a.5.5 0 0 0-.498-.55H6.896a.5.5 0 0 1-.426-.762Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m10 16 4-4-4-4" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>