@economic/taco 1.1.7 → 1.1.8

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 (939) hide show
  1. package/dist/components/Accordion/Accordion.d.ts +42 -0
  2. package/dist/components/Backdrop/Backdrop.d.ts +3 -0
  3. package/dist/components/Badge/Badge.d.ts +23 -0
  4. package/dist/components/Banner/Banner.d.ts +16 -0
  5. package/dist/components/Banner/util.d.ts +3 -0
  6. package/dist/components/Button/Button.d.ts +60 -0
  7. package/dist/components/Button/util.d.ts +5 -0
  8. package/dist/components/Calendar/Calendar.d.ts +33 -0
  9. package/dist/components/Card/Card.d.ts +14 -0
  10. package/dist/components/Checkbox/Checkbox.d.ts +26 -0
  11. package/dist/components/Combobox/Combobox.d.ts +51 -0
  12. package/dist/components/Combobox/useCombobox.d.ts +19 -0
  13. package/dist/components/Datepicker/Datepicker.d.ts +46 -0
  14. package/dist/components/Datepicker/useDatepicker.d.ts +12 -0
  15. package/dist/components/Dialog/Context.d.ts +21 -0
  16. package/dist/components/Dialog/Dialog.d.ts +47 -0
  17. package/dist/components/Dialog/components/Content.d.ts +23 -0
  18. package/dist/components/Dialog/components/Drawer.d.ts +10 -0
  19. package/dist/components/Dialog/components/Extra.d.ts +4 -0
  20. package/dist/components/Dialog/components/Trigger.d.ts +3 -0
  21. package/dist/components/Dialog/types.d.ts +1 -0
  22. package/dist/components/Field/Field.d.ts +26 -0
  23. package/dist/components/Form/Form.d.ts +14 -0
  24. package/dist/components/Group/Group.d.ts +20 -0
  25. package/dist/components/Hanger/Hanger.d.ts +31 -0
  26. package/dist/components/HoverCard/HoverCard.d.ts +16 -0
  27. package/dist/components/Icon/Icon.d.ts +12 -0
  28. package/dist/components/Icon/components/AccountPreview.d.ts +3 -0
  29. package/dist/components/Icon/components/Accounting.d.ts +3 -0
  30. package/dist/components/Icon/components/AccountingYear.d.ts +3 -0
  31. package/dist/components/Icon/components/AccountingYearCancel.d.ts +3 -0
  32. package/dist/components/Icon/components/ArrowBottom.d.ts +3 -0
  33. package/dist/components/Icon/components/ArrowDown.d.ts +3 -0
  34. package/dist/components/Icon/components/ArrowEnd.d.ts +3 -0
  35. package/dist/components/Icon/components/ArrowLeft.d.ts +3 -0
  36. package/dist/components/Icon/components/ArrowRight.d.ts +3 -0
  37. package/dist/components/Icon/components/ArrowStart.d.ts +3 -0
  38. package/dist/components/Icon/components/ArrowTop.d.ts +3 -0
  39. package/dist/components/Icon/components/ArrowUp.d.ts +3 -0
  40. package/dist/components/Icon/components/Attach.d.ts +3 -0
  41. package/dist/components/Icon/components/AttachAuto.d.ts +3 -0
  42. package/dist/components/Icon/components/AttachCancel.d.ts +3 -0
  43. package/dist/components/Icon/components/Autotext.d.ts +3 -0
  44. package/dist/components/Icon/components/AutotextInsert.d.ts +3 -0
  45. package/dist/components/Icon/components/Basic.d.ts +3 -0
  46. package/dist/components/Icon/components/BasicTabs.d.ts +3 -0
  47. package/dist/components/Icon/components/BellSolid.d.ts +3 -0
  48. package/dist/components/Icon/components/Book.d.ts +3 -0
  49. package/dist/components/Icon/components/Booking.d.ts +3 -0
  50. package/dist/components/Icon/components/Budget.d.ts +3 -0
  51. package/dist/components/Icon/components/Calendar.d.ts +3 -0
  52. package/dist/components/Icon/components/CashAccount.d.ts +3 -0
  53. package/dist/components/Icon/components/CashReports.d.ts +3 -0
  54. package/dist/components/Icon/components/Chat.d.ts +3 -0
  55. package/dist/components/Icon/components/ChatSolid.d.ts +3 -0
  56. package/dist/components/Icon/components/ChevronDown.d.ts +3 -0
  57. package/dist/components/Icon/components/ChevronDownDouble.d.ts +3 -0
  58. package/dist/components/Icon/components/ChevronDownSolid.d.ts +3 -0
  59. package/dist/components/Icon/components/ChevronLeft.d.ts +3 -0
  60. package/dist/components/Icon/components/ChevronLeftDouble.d.ts +3 -0
  61. package/dist/components/Icon/components/ChevronRight.d.ts +3 -0
  62. package/dist/components/Icon/components/ChevronRightDouble.d.ts +3 -0
  63. package/dist/components/Icon/components/ChevronUp.d.ts +3 -0
  64. package/dist/components/Icon/components/ChevronUpDouble.d.ts +3 -0
  65. package/dist/components/Icon/components/ChevronUpSolid.d.ts +3 -0
  66. package/dist/components/Icon/components/CircleClose.d.ts +3 -0
  67. package/dist/components/Icon/components/CircleMinus.d.ts +3 -0
  68. package/dist/components/Icon/components/CirclePlus.d.ts +3 -0
  69. package/dist/components/Icon/components/CircleTick.d.ts +3 -0
  70. package/dist/components/Icon/components/Clamp.d.ts +3 -0
  71. package/dist/components/Icon/components/ClampOpen.d.ts +3 -0
  72. package/dist/components/Icon/components/Close.d.ts +3 -0
  73. package/dist/components/Icon/components/ConnectionEnable.d.ts +3 -0
  74. package/dist/components/Icon/components/ConnectionRevoke.d.ts +3 -0
  75. package/dist/components/Icon/components/Contacts.d.ts +3 -0
  76. package/dist/components/Icon/components/Copy.d.ts +3 -0
  77. package/dist/components/Icon/components/Courses.d.ts +3 -0
  78. package/dist/components/Icon/components/Credit.d.ts +3 -0
  79. package/dist/components/Icon/components/Delete.d.ts +3 -0
  80. package/dist/components/Icon/components/DeletePermanently.d.ts +3 -0
  81. package/dist/components/Icon/components/Depecriate.d.ts +3 -0
  82. package/dist/components/Icon/components/Developer.d.ts +3 -0
  83. package/dist/components/Icon/components/DistributionTemplate.d.ts +3 -0
  84. package/dist/components/Icon/components/Document.d.ts +3 -0
  85. package/dist/components/Icon/components/DocumentApprove.d.ts +3 -0
  86. package/dist/components/Icon/components/DocumentCreateEntry.d.ts +3 -0
  87. package/dist/components/Icon/components/DocumentCut.d.ts +3 -0
  88. package/dist/components/Icon/components/DocumentError.d.ts +3 -0
  89. package/dist/components/Icon/components/DocumentIsolatePage.d.ts +3 -0
  90. package/dist/components/Icon/components/DocumentMerge.d.ts +3 -0
  91. package/dist/components/Icon/components/DocumentMove.d.ts +3 -0
  92. package/dist/components/Icon/components/DocumentPreview.d.ts +3 -0
  93. package/dist/components/Icon/components/DocumentReceived.d.ts +3 -0
  94. package/dist/components/Icon/components/DocumentRejectedRequest.d.ts +3 -0
  95. package/dist/components/Icon/components/DocumentSplit.d.ts +3 -0
  96. package/dist/components/Icon/components/DocumentTime.d.ts +3 -0
  97. package/dist/components/Icon/components/Download.d.ts +3 -0
  98. package/dist/components/Icon/components/Drag.d.ts +3 -0
  99. package/dist/components/Icon/components/ECopedia.d.ts +3 -0
  100. package/dist/components/Icon/components/ESignature.d.ts +3 -0
  101. package/dist/components/Icon/components/Edit.d.ts +3 -0
  102. package/dist/components/Icon/components/EllipsisHorizontal.d.ts +3 -0
  103. package/dist/components/Icon/components/EllipsisVertical.d.ts +3 -0
  104. package/dist/components/Icon/components/EntriesOnAccount.d.ts +3 -0
  105. package/dist/components/Icon/components/EntriesOpen.d.ts +3 -0
  106. package/dist/components/Icon/components/EntriesWarning.d.ts +3 -0
  107. package/dist/components/Icon/components/EntryTypeCustomerInvoice.d.ts +3 -0
  108. package/dist/components/Icon/components/EntryTypeCustomerPayment.d.ts +3 -0
  109. package/dist/components/Icon/components/EntryTypeJournalEntry.d.ts +3 -0
  110. package/dist/components/Icon/components/EntryTypeManualCustomerInvoice.d.ts +3 -0
  111. package/dist/components/Icon/components/EntryTypeSupplierInvoice.d.ts +3 -0
  112. package/dist/components/Icon/components/EntryTypeSupplierPayment.d.ts +3 -0
  113. package/dist/components/Icon/components/Envelope.d.ts +3 -0
  114. package/dist/components/Icon/components/EnvelopeApproved.d.ts +3 -0
  115. package/dist/components/Icon/components/ExpandView.d.ts +3 -0
  116. package/dist/components/Icon/components/Expenses.d.ts +3 -0
  117. package/dist/components/Icon/components/Export.d.ts +3 -0
  118. package/dist/components/Icon/components/ExportToExcel.d.ts +3 -0
  119. package/dist/components/Icon/components/ExportToPdf.d.ts +3 -0
  120. package/dist/components/Icon/components/Filter.d.ts +3 -0
  121. package/dist/components/Icon/components/FilterSolid.d.ts +3 -0
  122. package/dist/components/Icon/components/GraphSolid.d.ts +3 -0
  123. package/dist/components/Icon/components/Hash.d.ts +3 -0
  124. package/dist/components/Icon/components/Home.d.ts +3 -0
  125. package/dist/components/Icon/components/Images.d.ts +3 -0
  126. package/dist/components/Icon/components/Import.d.ts +3 -0
  127. package/dist/components/Icon/components/Inbox.d.ts +3 -0
  128. package/dist/components/Icon/components/InboxEinvoicing.d.ts +3 -0
  129. package/dist/components/Icon/components/InboxScanning.d.ts +3 -0
  130. package/dist/components/Icon/components/InboxSmart.d.ts +3 -0
  131. package/dist/components/Icon/components/Info.d.ts +3 -0
  132. package/dist/components/Icon/components/Inventory.d.ts +3 -0
  133. package/dist/components/Icon/components/InventoryMatrix.d.ts +3 -0
  134. package/dist/components/Icon/components/JournalPro.d.ts +3 -0
  135. package/dist/components/Icon/components/Layout.d.ts +3 -0
  136. package/dist/components/Icon/components/LayoutBoth.d.ts +3 -0
  137. package/dist/components/Icon/components/LayoutFirst.d.ts +3 -0
  138. package/dist/components/Icon/components/LayoutLast.d.ts +3 -0
  139. package/dist/components/Icon/components/LayoutNone.d.ts +3 -0
  140. package/dist/components/Icon/components/LedgerCard.d.ts +3 -0
  141. package/dist/components/Icon/components/LedgerCardCustomerReminder.d.ts +3 -0
  142. package/dist/components/Icon/components/LedgerCardManualCustomerInvoice.d.ts +3 -0
  143. package/dist/components/Icon/components/LedgerCardObsoleteStock.d.ts +3 -0
  144. package/dist/components/Icon/components/LedgerCardOpeningEntry.d.ts +3 -0
  145. package/dist/components/Icon/components/LedgerCardReservedEntry.d.ts +3 -0
  146. package/dist/components/Icon/components/LedgerCardShrinkagePilferage.d.ts +3 -0
  147. package/dist/components/Icon/components/LedgerCardStockAdjustment.d.ts +3 -0
  148. package/dist/components/Icon/components/LedgerCardTransferredOpeningEntry.d.ts +3 -0
  149. package/dist/components/Icon/components/Lightbulb.d.ts +3 -0
  150. package/dist/components/Icon/components/Line.d.ts +3 -0
  151. package/dist/components/Icon/components/List.d.ts +3 -0
  152. package/dist/components/Icon/components/ListBulleted.d.ts +3 -0
  153. package/dist/components/Icon/components/ListSearch.d.ts +3 -0
  154. package/dist/components/Icon/components/LockOpen.d.ts +3 -0
  155. package/dist/components/Icon/components/Log.d.ts +3 -0
  156. package/dist/components/Icon/components/LogOut.d.ts +3 -0
  157. package/dist/components/Icon/components/Market.d.ts +3 -0
  158. package/dist/components/Icon/components/MatchAmount.d.ts +3 -0
  159. package/dist/components/Icon/components/MatchEntries.d.ts +3 -0
  160. package/dist/components/Icon/components/Menu.d.ts +3 -0
  161. package/dist/components/Icon/components/Mileage.d.ts +3 -0
  162. package/dist/components/Icon/components/ModalResize.d.ts +3 -0
  163. package/dist/components/Icon/components/ModalShrink.d.ts +3 -0
  164. package/dist/components/Icon/components/More.d.ts +3 -0
  165. package/dist/components/Icon/components/MoreSolid.d.ts +3 -0
  166. package/dist/components/Icon/components/Move.d.ts +3 -0
  167. package/dist/components/Icon/components/NavigationList.d.ts +3 -0
  168. package/dist/components/Icon/components/Note.d.ts +3 -0
  169. package/dist/components/Icon/components/NoteFollowUp.d.ts +3 -0
  170. package/dist/components/Icon/components/NoteRead.d.ts +3 -0
  171. package/dist/components/Icon/components/PartnerApi.d.ts +3 -0
  172. package/dist/components/Icon/components/Period.d.ts +3 -0
  173. package/dist/components/Icon/components/PersonChange.d.ts +3 -0
  174. package/dist/components/Icon/components/PersonMinus.d.ts +3 -0
  175. package/dist/components/Icon/components/PersonPlus.d.ts +3 -0
  176. package/dist/components/Icon/components/PersonTick.d.ts +3 -0
  177. package/dist/components/Icon/components/Play.d.ts +3 -0
  178. package/dist/components/Icon/components/PlusMinus.d.ts +3 -0
  179. package/dist/components/Icon/components/Print.d.ts +3 -0
  180. package/dist/components/Icon/components/ProcessPayment.d.ts +3 -0
  181. package/dist/components/Icon/components/ProductLedgerCard.d.ts +3 -0
  182. package/dist/components/Icon/components/Profile.d.ts +3 -0
  183. package/dist/components/Icon/components/ProjectCards.d.ts +3 -0
  184. package/dist/components/Icon/components/Projects.d.ts +3 -0
  185. package/dist/components/Icon/components/Quicklinks.d.ts +3 -0
  186. package/dist/components/Icon/components/RatingBankruptcy.d.ts +3 -0
  187. package/dist/components/Icon/components/RatingPaymentProblems.d.ts +3 -0
  188. package/dist/components/Icon/components/Reconciled.d.ts +3 -0
  189. package/dist/components/Icon/components/Refresh.d.ts +3 -0
  190. package/dist/components/Icon/components/Report.d.ts +3 -0
  191. package/dist/components/Icon/components/ReportSolid.d.ts +3 -0
  192. package/dist/components/Icon/components/Restore.d.ts +3 -0
  193. package/dist/components/Icon/components/RotateLeft.d.ts +3 -0
  194. package/dist/components/Icon/components/RotateRight.d.ts +3 -0
  195. package/dist/components/Icon/components/Sales.d.ts +3 -0
  196. package/dist/components/Icon/components/Search.d.ts +3 -0
  197. package/dist/components/Icon/components/SearchBold.d.ts +3 -0
  198. package/dist/components/Icon/components/Secure.d.ts +3 -0
  199. package/dist/components/Icon/components/SecureTick.d.ts +3 -0
  200. package/dist/components/Icon/components/Settings.d.ts +3 -0
  201. package/dist/components/Icon/components/SettingsSolid.d.ts +3 -0
  202. package/dist/components/Icon/components/Shortcuts.d.ts +3 -0
  203. package/dist/components/Icon/components/ShowAll.d.ts +3 -0
  204. package/dist/components/Icon/components/ShowLess.d.ts +3 -0
  205. package/dist/components/Icon/components/ShowMore.d.ts +3 -0
  206. package/dist/components/Icon/components/ShowTemplate.d.ts +3 -0
  207. package/dist/components/Icon/components/Sliders.d.ts +3 -0
  208. package/dist/components/Icon/components/Smartpay.d.ts +3 -0
  209. package/dist/components/Icon/components/SortBy.d.ts +3 -0
  210. package/dist/components/Icon/components/Spinner.d.ts +3 -0
  211. package/dist/components/Icon/components/Star.d.ts +3 -0
  212. package/dist/components/Icon/components/StarSolid.d.ts +3 -0
  213. package/dist/components/Icon/components/Subscriptions.d.ts +3 -0
  214. package/dist/components/Icon/components/SystemEntries.d.ts +3 -0
  215. package/dist/components/Icon/components/Tag.d.ts +3 -0
  216. package/dist/components/Icon/components/TemplateOverride.d.ts +3 -0
  217. package/dist/components/Icon/components/Templates.d.ts +3 -0
  218. package/dist/components/Icon/components/ThumbBoth.d.ts +3 -0
  219. package/dist/components/Icon/components/ThumbDown.d.ts +3 -0
  220. package/dist/components/Icon/components/ThumbDownSolid.d.ts +3 -0
  221. package/dist/components/Icon/components/ThumbUp.d.ts +3 -0
  222. package/dist/components/Icon/components/ThumbUpSolid.d.ts +3 -0
  223. package/dist/components/Icon/components/Tick.d.ts +3 -0
  224. package/dist/components/Icon/components/Time.d.ts +3 -0
  225. package/dist/components/Icon/components/Transfer.d.ts +3 -0
  226. package/dist/components/Icon/components/TransferCancel.d.ts +3 -0
  227. package/dist/components/Icon/components/TransferLocked.d.ts +3 -0
  228. package/dist/components/Icon/components/Undock.d.ts +3 -0
  229. package/dist/components/Icon/components/Unreconciled.d.ts +3 -0
  230. package/dist/components/Icon/components/Warning.d.ts +3 -0
  231. package/dist/components/Icon/components/Webshop.d.ts +3 -0
  232. package/dist/components/Icon/components/Website.d.ts +3 -0
  233. package/dist/components/Icon/components/Workflow.d.ts +3 -0
  234. package/dist/components/Icon/components/Zoom.d.ts +3 -0
  235. package/dist/components/Icon/components/index.d.ts +3 -0
  236. package/dist/components/IconButton/IconButton.d.ts +63 -0
  237. package/dist/components/Input/Input.d.ts +20 -0
  238. package/dist/components/Input/util.d.ts +2 -0
  239. package/dist/components/Listbox/Listbox.d.ts +96 -0
  240. package/dist/components/Listbox/ScrollableList.d.ts +120 -0
  241. package/dist/components/Listbox/useListbox.d.ts +9 -0
  242. package/dist/components/Listbox/useMultiListbox.d.ts +9 -0
  243. package/dist/components/Listbox/useTypeahead.d.ts +10 -0
  244. package/dist/components/Listbox/util.d.ts +25 -0
  245. package/dist/components/Menu/Context.d.ts +15 -0
  246. package/dist/components/Menu/Menu.d.ts +38 -0
  247. package/dist/components/Menu/components/Checkbox.d.ts +7 -0
  248. package/dist/components/Menu/components/Content.d.ts +13 -0
  249. package/dist/components/Menu/components/Header.d.ts +3 -0
  250. package/dist/components/Menu/components/Item.d.ts +26 -0
  251. package/dist/components/Menu/components/Link.d.ts +14 -0
  252. package/dist/components/Menu/components/RadioGroup.d.ts +9 -0
  253. package/dist/components/Menu/components/Separator.d.ts +2 -0
  254. package/dist/components/Menu/components/Trigger.d.ts +7 -0
  255. package/dist/components/Navigation/Navigation.d.ts +50 -0
  256. package/dist/components/Pagination/PageNumbers.d.ts +8 -0
  257. package/dist/components/Pagination/Pagination.d.ts +100 -0
  258. package/dist/components/Pagination/usePagination.d.ts +11 -0
  259. package/dist/components/Pagination/usePaginationShortcuts.d.ts +8 -0
  260. package/dist/components/Popover/Popover.d.ts +22 -0
  261. package/dist/components/Popover/Primitives.d.ts +12 -0
  262. package/dist/components/Progress/Progress.d.ts +10 -0
  263. package/dist/components/Provider/Provider.d.ts +142 -0
  264. package/dist/components/RadioGroup/RadioGroup.d.ts +52 -0
  265. package/dist/components/SearchInput/SearchInput.d.ts +16 -0
  266. package/dist/components/Select/Select.d.ts +40 -0
  267. package/dist/components/Select/useSelect.d.ts +21 -0
  268. package/dist/components/Spinner/Spinner.d.ts +20 -0
  269. package/dist/components/Switch/Switch.d.ts +19 -0
  270. package/dist/components/Table/Table.d.ts +14 -0
  271. package/dist/components/Table/Table.storyexample.d.ts +9 -0
  272. package/dist/components/Table/components/BaseTable.d.ts +8 -0
  273. package/dist/components/Table/components/PaginatedTable.d.ts +2 -0
  274. package/dist/components/Table/components/Table.d.ts +2 -0
  275. package/dist/components/Table/components/WindowedTable.d.ts +2 -0
  276. package/dist/components/Table/hooks/plugins/useRowActions.d.ts +4 -0
  277. package/dist/components/Table/hooks/plugins/useRowDraggable.d.ts +3 -0
  278. package/dist/components/Table/hooks/plugins/useRowEditing.d.ts +2 -0
  279. package/dist/components/Table/hooks/plugins/useRowSelect.d.ts +3 -0
  280. package/dist/components/Table/hooks/useRowCreation.d.ts +11 -0
  281. package/dist/components/Table/hooks/useTable.d.ts +38 -0
  282. package/dist/components/Table/hooks/useTableKeyboardNavigation.d.ts +3 -0
  283. package/dist/components/Table/types.d.ts +284 -0
  284. package/dist/components/Table/util/renderColumn.d.ts +1 -0
  285. package/dist/components/Table/util/renderRow.d.ts +2 -0
  286. package/dist/components/Table/util/rowIndexPath.d.ts +5 -0
  287. package/dist/components/Table/util/sortTypes.d.ts +4 -0
  288. package/dist/components/Table/util.d.ts +12 -0
  289. package/dist/components/Tabs/Tabs.d.ts +55 -0
  290. package/dist/components/Textarea/Textarea.d.ts +15 -0
  291. package/dist/components/Toast/Toast.d.ts +36 -0
  292. package/dist/components/Toast/Toaster.d.ts +35 -0
  293. package/dist/components/Toast/util.d.ts +3 -0
  294. package/dist/components/Tooltip/Tooltip.d.ts +23 -0
  295. package/dist/components/Tour/Tour.d.ts +70 -0
  296. package/dist/components/Treeview/Treeview.d.ts +25 -0
  297. package/dist/components/VisuallyHidden/VisuallyHidden.d.ts +4 -0
  298. package/dist/esm/_virtual/_rollupPluginBabelHelpers.js +34 -0
  299. package/dist/esm/_virtual/_rollupPluginBabelHelpers.js.map +1 -0
  300. package/dist/esm/components/Accordion/Accordion.js +93 -0
  301. package/dist/esm/components/Accordion/Accordion.js.map +1 -0
  302. package/dist/esm/components/Backdrop/Backdrop.js +13 -0
  303. package/dist/esm/components/Backdrop/Backdrop.js.map +1 -0
  304. package/dist/esm/components/Badge/Badge.js +32 -0
  305. package/dist/esm/components/Badge/Badge.js.map +1 -0
  306. package/dist/esm/components/Banner/Banner.js +24 -0
  307. package/dist/esm/components/Banner/Banner.js.map +1 -0
  308. package/dist/esm/components/Banner/util.js +36 -0
  309. package/dist/esm/components/Banner/util.js.map +1 -0
  310. package/dist/esm/components/Button/Button.js +36 -0
  311. package/dist/esm/components/Button/Button.js.map +1 -0
  312. package/dist/esm/components/Button/util.js +77 -0
  313. package/dist/esm/components/Button/util.js.map +1 -0
  314. package/dist/esm/components/Calendar/Calendar.js +152 -0
  315. package/dist/esm/components/Calendar/Calendar.js.map +1 -0
  316. package/dist/esm/components/Card/Card.js +90 -0
  317. package/dist/esm/components/Card/Card.js.map +1 -0
  318. package/dist/esm/components/Checkbox/Checkbox.js +58 -0
  319. package/dist/esm/components/Checkbox/Checkbox.js.map +1 -0
  320. package/dist/esm/components/Combobox/Combobox.js +89 -0
  321. package/dist/esm/components/Combobox/Combobox.js.map +1 -0
  322. package/dist/esm/components/Combobox/useCombobox.js +285 -0
  323. package/dist/esm/components/Combobox/useCombobox.js.map +1 -0
  324. package/dist/esm/components/Datepicker/Datepicker.js +75 -0
  325. package/dist/esm/components/Datepicker/Datepicker.js.map +1 -0
  326. package/dist/esm/components/Datepicker/useDatepicker.js +88 -0
  327. package/dist/esm/components/Datepicker/useDatepicker.js.map +1 -0
  328. package/dist/esm/components/Dialog/Context.js +26 -0
  329. package/dist/esm/components/Dialog/Context.js.map +1 -0
  330. package/dist/esm/components/Dialog/Dialog.js +98 -0
  331. package/dist/esm/components/Dialog/Dialog.js.map +1 -0
  332. package/dist/esm/components/Dialog/components/Content.js +135 -0
  333. package/dist/esm/components/Dialog/components/Content.js.map +1 -0
  334. package/dist/esm/components/Dialog/components/Drawer.js +42 -0
  335. package/dist/esm/components/Dialog/components/Drawer.js.map +1 -0
  336. package/dist/esm/components/Dialog/components/Extra.js +15 -0
  337. package/dist/esm/components/Dialog/components/Extra.js.map +1 -0
  338. package/dist/esm/components/Dialog/components/Trigger.js +15 -0
  339. package/dist/esm/components/Dialog/components/Trigger.js.map +1 -0
  340. package/dist/esm/components/Field/Field.js +33 -0
  341. package/dist/esm/components/Field/Field.js.map +1 -0
  342. package/dist/esm/components/Form/Form.js +22 -0
  343. package/dist/esm/components/Form/Form.js.map +1 -0
  344. package/dist/esm/components/Group/Group.js +20 -0
  345. package/dist/esm/components/Group/Group.js.map +1 -0
  346. package/dist/esm/components/Hanger/Hanger.js +104 -0
  347. package/dist/esm/components/Hanger/Hanger.js.map +1 -0
  348. package/dist/esm/components/HoverCard/HoverCard.js +33 -0
  349. package/dist/esm/components/HoverCard/HoverCard.js.map +1 -0
  350. package/dist/esm/components/Icon/Icon.js +30 -0
  351. package/dist/esm/components/Icon/Icon.js.map +1 -0
  352. package/dist/esm/components/Icon/components/AccountPreview.js +18 -0
  353. package/dist/esm/components/Icon/components/AccountPreview.js.map +1 -0
  354. package/dist/esm/components/Icon/components/Accounting.js +18 -0
  355. package/dist/esm/components/Icon/components/Accounting.js.map +1 -0
  356. package/dist/esm/components/Icon/components/AccountingYear.js +18 -0
  357. package/dist/esm/components/Icon/components/AccountingYear.js.map +1 -0
  358. package/dist/esm/components/Icon/components/AccountingYearCancel.js +18 -0
  359. package/dist/esm/components/Icon/components/AccountingYearCancel.js.map +1 -0
  360. package/dist/esm/components/Icon/components/ArrowBottom.js +18 -0
  361. package/dist/esm/components/Icon/components/ArrowBottom.js.map +1 -0
  362. package/dist/esm/components/Icon/components/ArrowDown.js +18 -0
  363. package/dist/esm/components/Icon/components/ArrowDown.js.map +1 -0
  364. package/dist/esm/components/Icon/components/ArrowEnd.js +18 -0
  365. package/dist/esm/components/Icon/components/ArrowEnd.js.map +1 -0
  366. package/dist/esm/components/Icon/components/ArrowLeft.js +18 -0
  367. package/dist/esm/components/Icon/components/ArrowLeft.js.map +1 -0
  368. package/dist/esm/components/Icon/components/ArrowRight.js +18 -0
  369. package/dist/esm/components/Icon/components/ArrowRight.js.map +1 -0
  370. package/dist/esm/components/Icon/components/ArrowStart.js +18 -0
  371. package/dist/esm/components/Icon/components/ArrowStart.js.map +1 -0
  372. package/dist/esm/components/Icon/components/ArrowTop.js +18 -0
  373. package/dist/esm/components/Icon/components/ArrowTop.js.map +1 -0
  374. package/dist/esm/components/Icon/components/ArrowUp.js +18 -0
  375. package/dist/esm/components/Icon/components/ArrowUp.js.map +1 -0
  376. package/dist/esm/components/Icon/components/Attach.js +18 -0
  377. package/dist/esm/components/Icon/components/Attach.js.map +1 -0
  378. package/dist/esm/components/Icon/components/AttachAuto.js +18 -0
  379. package/dist/esm/components/Icon/components/AttachAuto.js.map +1 -0
  380. package/dist/esm/components/Icon/components/AttachCancel.js +18 -0
  381. package/dist/esm/components/Icon/components/AttachCancel.js.map +1 -0
  382. package/dist/esm/components/Icon/components/Autotext.js +18 -0
  383. package/dist/esm/components/Icon/components/Autotext.js.map +1 -0
  384. package/dist/esm/components/Icon/components/AutotextInsert.js +18 -0
  385. package/dist/esm/components/Icon/components/AutotextInsert.js.map +1 -0
  386. package/dist/esm/components/Icon/components/Basic.js +18 -0
  387. package/dist/esm/components/Icon/components/Basic.js.map +1 -0
  388. package/dist/esm/components/Icon/components/BasicTabs.js +18 -0
  389. package/dist/esm/components/Icon/components/BasicTabs.js.map +1 -0
  390. package/dist/esm/components/Icon/components/BellSolid.js +18 -0
  391. package/dist/esm/components/Icon/components/BellSolid.js.map +1 -0
  392. package/dist/esm/components/Icon/components/Book.js +18 -0
  393. package/dist/esm/components/Icon/components/Book.js.map +1 -0
  394. package/dist/esm/components/Icon/components/Booking.js +18 -0
  395. package/dist/esm/components/Icon/components/Booking.js.map +1 -0
  396. package/dist/esm/components/Icon/components/Budget.js +18 -0
  397. package/dist/esm/components/Icon/components/Budget.js.map +1 -0
  398. package/dist/esm/components/Icon/components/Calendar.js +18 -0
  399. package/dist/esm/components/Icon/components/Calendar.js.map +1 -0
  400. package/dist/esm/components/Icon/components/CashAccount.js +17 -0
  401. package/dist/esm/components/Icon/components/CashAccount.js.map +1 -0
  402. package/dist/esm/components/Icon/components/CashReports.js +18 -0
  403. package/dist/esm/components/Icon/components/CashReports.js.map +1 -0
  404. package/dist/esm/components/Icon/components/Chat.js +18 -0
  405. package/dist/esm/components/Icon/components/Chat.js.map +1 -0
  406. package/dist/esm/components/Icon/components/ChatSolid.js +18 -0
  407. package/dist/esm/components/Icon/components/ChatSolid.js.map +1 -0
  408. package/dist/esm/components/Icon/components/ChevronDown.js +18 -0
  409. package/dist/esm/components/Icon/components/ChevronDown.js.map +1 -0
  410. package/dist/esm/components/Icon/components/ChevronDownDouble.js +18 -0
  411. package/dist/esm/components/Icon/components/ChevronDownDouble.js.map +1 -0
  412. package/dist/esm/components/Icon/components/ChevronDownSolid.js +18 -0
  413. package/dist/esm/components/Icon/components/ChevronDownSolid.js.map +1 -0
  414. package/dist/esm/components/Icon/components/ChevronLeft.js +18 -0
  415. package/dist/esm/components/Icon/components/ChevronLeft.js.map +1 -0
  416. package/dist/esm/components/Icon/components/ChevronLeftDouble.js +18 -0
  417. package/dist/esm/components/Icon/components/ChevronLeftDouble.js.map +1 -0
  418. package/dist/esm/components/Icon/components/ChevronRight.js +18 -0
  419. package/dist/esm/components/Icon/components/ChevronRight.js.map +1 -0
  420. package/dist/esm/components/Icon/components/ChevronRightDouble.js +18 -0
  421. package/dist/esm/components/Icon/components/ChevronRightDouble.js.map +1 -0
  422. package/dist/esm/components/Icon/components/ChevronUp.js +18 -0
  423. package/dist/esm/components/Icon/components/ChevronUp.js.map +1 -0
  424. package/dist/esm/components/Icon/components/ChevronUpDouble.js +18 -0
  425. package/dist/esm/components/Icon/components/ChevronUpDouble.js.map +1 -0
  426. package/dist/esm/components/Icon/components/ChevronUpSolid.js +18 -0
  427. package/dist/esm/components/Icon/components/ChevronUpSolid.js.map +1 -0
  428. package/dist/esm/components/Icon/components/CircleClose.js +19 -0
  429. package/dist/esm/components/Icon/components/CircleClose.js.map +1 -0
  430. package/dist/esm/components/Icon/components/CircleMinus.js +18 -0
  431. package/dist/esm/components/Icon/components/CircleMinus.js.map +1 -0
  432. package/dist/esm/components/Icon/components/CirclePlus.js +18 -0
  433. package/dist/esm/components/Icon/components/CirclePlus.js.map +1 -0
  434. package/dist/esm/components/Icon/components/CircleTick.js +18 -0
  435. package/dist/esm/components/Icon/components/CircleTick.js.map +1 -0
  436. package/dist/esm/components/Icon/components/Clamp.js +18 -0
  437. package/dist/esm/components/Icon/components/Clamp.js.map +1 -0
  438. package/dist/esm/components/Icon/components/ClampOpen.js +18 -0
  439. package/dist/esm/components/Icon/components/ClampOpen.js.map +1 -0
  440. package/dist/esm/components/Icon/components/Close.js +18 -0
  441. package/dist/esm/components/Icon/components/Close.js.map +1 -0
  442. package/dist/esm/components/Icon/components/ConnectionEnable.js +17 -0
  443. package/dist/esm/components/Icon/components/ConnectionEnable.js.map +1 -0
  444. package/dist/esm/components/Icon/components/ConnectionRevoke.js +17 -0
  445. package/dist/esm/components/Icon/components/ConnectionRevoke.js.map +1 -0
  446. package/dist/esm/components/Icon/components/Contacts.js +18 -0
  447. package/dist/esm/components/Icon/components/Contacts.js.map +1 -0
  448. package/dist/esm/components/Icon/components/Copy.js +18 -0
  449. package/dist/esm/components/Icon/components/Copy.js.map +1 -0
  450. package/dist/esm/components/Icon/components/Courses.js +17 -0
  451. package/dist/esm/components/Icon/components/Courses.js.map +1 -0
  452. package/dist/esm/components/Icon/components/Credit.js +18 -0
  453. package/dist/esm/components/Icon/components/Credit.js.map +1 -0
  454. package/dist/esm/components/Icon/components/Delete.js +18 -0
  455. package/dist/esm/components/Icon/components/Delete.js.map +1 -0
  456. package/dist/esm/components/Icon/components/DeletePermanently.js +18 -0
  457. package/dist/esm/components/Icon/components/DeletePermanently.js.map +1 -0
  458. package/dist/esm/components/Icon/components/Depecriate.js +18 -0
  459. package/dist/esm/components/Icon/components/Depecriate.js.map +1 -0
  460. package/dist/esm/components/Icon/components/Developer.js +18 -0
  461. package/dist/esm/components/Icon/components/Developer.js.map +1 -0
  462. package/dist/esm/components/Icon/components/DistributionTemplate.js +18 -0
  463. package/dist/esm/components/Icon/components/DistributionTemplate.js.map +1 -0
  464. package/dist/esm/components/Icon/components/Document.js +17 -0
  465. package/dist/esm/components/Icon/components/Document.js.map +1 -0
  466. package/dist/esm/components/Icon/components/DocumentApprove.js +18 -0
  467. package/dist/esm/components/Icon/components/DocumentApprove.js.map +1 -0
  468. package/dist/esm/components/Icon/components/DocumentCreateEntry.js +18 -0
  469. package/dist/esm/components/Icon/components/DocumentCreateEntry.js.map +1 -0
  470. package/dist/esm/components/Icon/components/DocumentCut.js +18 -0
  471. package/dist/esm/components/Icon/components/DocumentCut.js.map +1 -0
  472. package/dist/esm/components/Icon/components/DocumentError.js +18 -0
  473. package/dist/esm/components/Icon/components/DocumentError.js.map +1 -0
  474. package/dist/esm/components/Icon/components/DocumentIsolatePage.js +18 -0
  475. package/dist/esm/components/Icon/components/DocumentIsolatePage.js.map +1 -0
  476. package/dist/esm/components/Icon/components/DocumentMerge.js +18 -0
  477. package/dist/esm/components/Icon/components/DocumentMerge.js.map +1 -0
  478. package/dist/esm/components/Icon/components/DocumentMove.js +18 -0
  479. package/dist/esm/components/Icon/components/DocumentMove.js.map +1 -0
  480. package/dist/esm/components/Icon/components/DocumentPreview.js +18 -0
  481. package/dist/esm/components/Icon/components/DocumentPreview.js.map +1 -0
  482. package/dist/esm/components/Icon/components/DocumentReceived.js +17 -0
  483. package/dist/esm/components/Icon/components/DocumentReceived.js.map +1 -0
  484. package/dist/esm/components/Icon/components/DocumentRejectedRequest.js +17 -0
  485. package/dist/esm/components/Icon/components/DocumentRejectedRequest.js.map +1 -0
  486. package/dist/esm/components/Icon/components/DocumentSplit.js +18 -0
  487. package/dist/esm/components/Icon/components/DocumentSplit.js.map +1 -0
  488. package/dist/esm/components/Icon/components/DocumentTime.js +18 -0
  489. package/dist/esm/components/Icon/components/DocumentTime.js.map +1 -0
  490. package/dist/esm/components/Icon/components/Download.js +18 -0
  491. package/dist/esm/components/Icon/components/Download.js.map +1 -0
  492. package/dist/esm/components/Icon/components/Drag.js +18 -0
  493. package/dist/esm/components/Icon/components/Drag.js.map +1 -0
  494. package/dist/esm/components/Icon/components/ECopedia.js +18 -0
  495. package/dist/esm/components/Icon/components/ECopedia.js.map +1 -0
  496. package/dist/esm/components/Icon/components/ESignature.js +18 -0
  497. package/dist/esm/components/Icon/components/ESignature.js.map +1 -0
  498. package/dist/esm/components/Icon/components/Edit.js +18 -0
  499. package/dist/esm/components/Icon/components/Edit.js.map +1 -0
  500. package/dist/esm/components/Icon/components/EllipsisHorizontal.js +18 -0
  501. package/dist/esm/components/Icon/components/EllipsisHorizontal.js.map +1 -0
  502. package/dist/esm/components/Icon/components/EllipsisVertical.js +18 -0
  503. package/dist/esm/components/Icon/components/EllipsisVertical.js.map +1 -0
  504. package/dist/esm/components/Icon/components/EntriesOnAccount.js +18 -0
  505. package/dist/esm/components/Icon/components/EntriesOnAccount.js.map +1 -0
  506. package/dist/esm/components/Icon/components/EntriesOpen.js +18 -0
  507. package/dist/esm/components/Icon/components/EntriesOpen.js.map +1 -0
  508. package/dist/esm/components/Icon/components/EntriesWarning.js +18 -0
  509. package/dist/esm/components/Icon/components/EntriesWarning.js.map +1 -0
  510. package/dist/esm/components/Icon/components/EntryTypeCustomerInvoice.js +18 -0
  511. package/dist/esm/components/Icon/components/EntryTypeCustomerInvoice.js.map +1 -0
  512. package/dist/esm/components/Icon/components/EntryTypeCustomerPayment.js +18 -0
  513. package/dist/esm/components/Icon/components/EntryTypeCustomerPayment.js.map +1 -0
  514. package/dist/esm/components/Icon/components/EntryTypeJournalEntry.js +18 -0
  515. package/dist/esm/components/Icon/components/EntryTypeJournalEntry.js.map +1 -0
  516. package/dist/esm/components/Icon/components/EntryTypeManualCustomerInvoice.js +18 -0
  517. package/dist/esm/components/Icon/components/EntryTypeManualCustomerInvoice.js.map +1 -0
  518. package/dist/esm/components/Icon/components/EntryTypeSupplierInvoice.js +18 -0
  519. package/dist/esm/components/Icon/components/EntryTypeSupplierInvoice.js.map +1 -0
  520. package/dist/esm/components/Icon/components/EntryTypeSupplierPayment.js +18 -0
  521. package/dist/esm/components/Icon/components/EntryTypeSupplierPayment.js.map +1 -0
  522. package/dist/esm/components/Icon/components/Envelope.js +18 -0
  523. package/dist/esm/components/Icon/components/Envelope.js.map +1 -0
  524. package/dist/esm/components/Icon/components/EnvelopeApproved.js +18 -0
  525. package/dist/esm/components/Icon/components/EnvelopeApproved.js.map +1 -0
  526. package/dist/esm/components/Icon/components/ExpandView.js +18 -0
  527. package/dist/esm/components/Icon/components/ExpandView.js.map +1 -0
  528. package/dist/esm/components/Icon/components/Expenses.js +18 -0
  529. package/dist/esm/components/Icon/components/Expenses.js.map +1 -0
  530. package/dist/esm/components/Icon/components/Export.js +18 -0
  531. package/dist/esm/components/Icon/components/Export.js.map +1 -0
  532. package/dist/esm/components/Icon/components/ExportToExcel.js +18 -0
  533. package/dist/esm/components/Icon/components/ExportToExcel.js.map +1 -0
  534. package/dist/esm/components/Icon/components/ExportToPdf.js +18 -0
  535. package/dist/esm/components/Icon/components/ExportToPdf.js.map +1 -0
  536. package/dist/esm/components/Icon/components/Filter.js +18 -0
  537. package/dist/esm/components/Icon/components/Filter.js.map +1 -0
  538. package/dist/esm/components/Icon/components/FilterSolid.js +18 -0
  539. package/dist/esm/components/Icon/components/FilterSolid.js.map +1 -0
  540. package/dist/esm/components/Icon/components/GraphSolid.js +18 -0
  541. package/dist/esm/components/Icon/components/GraphSolid.js.map +1 -0
  542. package/dist/esm/components/Icon/components/Hash.js +18 -0
  543. package/dist/esm/components/Icon/components/Hash.js.map +1 -0
  544. package/dist/esm/components/Icon/components/Home.js +18 -0
  545. package/dist/esm/components/Icon/components/Home.js.map +1 -0
  546. package/dist/esm/components/Icon/components/Images.js +18 -0
  547. package/dist/esm/components/Icon/components/Images.js.map +1 -0
  548. package/dist/esm/components/Icon/components/Import.js +18 -0
  549. package/dist/esm/components/Icon/components/Import.js.map +1 -0
  550. package/dist/esm/components/Icon/components/Inbox.js +20 -0
  551. package/dist/esm/components/Icon/components/Inbox.js.map +1 -0
  552. package/dist/esm/components/Icon/components/InboxEinvoicing.js +20 -0
  553. package/dist/esm/components/Icon/components/InboxEinvoicing.js.map +1 -0
  554. package/dist/esm/components/Icon/components/InboxScanning.js +20 -0
  555. package/dist/esm/components/Icon/components/InboxScanning.js.map +1 -0
  556. package/dist/esm/components/Icon/components/InboxSmart.js +20 -0
  557. package/dist/esm/components/Icon/components/InboxSmart.js.map +1 -0
  558. package/dist/esm/components/Icon/components/Info.js +18 -0
  559. package/dist/esm/components/Icon/components/Info.js.map +1 -0
  560. package/dist/esm/components/Icon/components/Inventory.js +18 -0
  561. package/dist/esm/components/Icon/components/Inventory.js.map +1 -0
  562. package/dist/esm/components/Icon/components/InventoryMatrix.js +18 -0
  563. package/dist/esm/components/Icon/components/InventoryMatrix.js.map +1 -0
  564. package/dist/esm/components/Icon/components/JournalPro.js +18 -0
  565. package/dist/esm/components/Icon/components/JournalPro.js.map +1 -0
  566. package/dist/esm/components/Icon/components/Layout.js +18 -0
  567. package/dist/esm/components/Icon/components/Layout.js.map +1 -0
  568. package/dist/esm/components/Icon/components/LayoutBoth.js +18 -0
  569. package/dist/esm/components/Icon/components/LayoutBoth.js.map +1 -0
  570. package/dist/esm/components/Icon/components/LayoutFirst.js +18 -0
  571. package/dist/esm/components/Icon/components/LayoutFirst.js.map +1 -0
  572. package/dist/esm/components/Icon/components/LayoutLast.js +18 -0
  573. package/dist/esm/components/Icon/components/LayoutLast.js.map +1 -0
  574. package/dist/esm/components/Icon/components/LayoutNone.js +18 -0
  575. package/dist/esm/components/Icon/components/LayoutNone.js.map +1 -0
  576. package/dist/esm/components/Icon/components/LedgerCard.js +18 -0
  577. package/dist/esm/components/Icon/components/LedgerCard.js.map +1 -0
  578. package/dist/esm/components/Icon/components/LedgerCardCustomerReminder.js +18 -0
  579. package/dist/esm/components/Icon/components/LedgerCardCustomerReminder.js.map +1 -0
  580. package/dist/esm/components/Icon/components/LedgerCardManualCustomerInvoice.js +18 -0
  581. package/dist/esm/components/Icon/components/LedgerCardManualCustomerInvoice.js.map +1 -0
  582. package/dist/esm/components/Icon/components/LedgerCardObsoleteStock.js +18 -0
  583. package/dist/esm/components/Icon/components/LedgerCardObsoleteStock.js.map +1 -0
  584. package/dist/esm/components/Icon/components/LedgerCardOpeningEntry.js +18 -0
  585. package/dist/esm/components/Icon/components/LedgerCardOpeningEntry.js.map +1 -0
  586. package/dist/esm/components/Icon/components/LedgerCardReservedEntry.js +18 -0
  587. package/dist/esm/components/Icon/components/LedgerCardReservedEntry.js.map +1 -0
  588. package/dist/esm/components/Icon/components/LedgerCardShrinkagePilferage.js +18 -0
  589. package/dist/esm/components/Icon/components/LedgerCardShrinkagePilferage.js.map +1 -0
  590. package/dist/esm/components/Icon/components/LedgerCardStockAdjustment.js +18 -0
  591. package/dist/esm/components/Icon/components/LedgerCardStockAdjustment.js.map +1 -0
  592. package/dist/esm/components/Icon/components/LedgerCardTransferredOpeningEntry.js +18 -0
  593. package/dist/esm/components/Icon/components/LedgerCardTransferredOpeningEntry.js.map +1 -0
  594. package/dist/esm/components/Icon/components/Lightbulb.js +18 -0
  595. package/dist/esm/components/Icon/components/Lightbulb.js.map +1 -0
  596. package/dist/esm/components/Icon/components/Line.js +18 -0
  597. package/dist/esm/components/Icon/components/Line.js.map +1 -0
  598. package/dist/esm/components/Icon/components/List.js +18 -0
  599. package/dist/esm/components/Icon/components/List.js.map +1 -0
  600. package/dist/esm/components/Icon/components/ListBulleted.js +18 -0
  601. package/dist/esm/components/Icon/components/ListBulleted.js.map +1 -0
  602. package/dist/esm/components/Icon/components/ListSearch.js +18 -0
  603. package/dist/esm/components/Icon/components/ListSearch.js.map +1 -0
  604. package/dist/esm/components/Icon/components/LockOpen.js +18 -0
  605. package/dist/esm/components/Icon/components/LockOpen.js.map +1 -0
  606. package/dist/esm/components/Icon/components/Log.js +18 -0
  607. package/dist/esm/components/Icon/components/Log.js.map +1 -0
  608. package/dist/esm/components/Icon/components/LogOut.js +20 -0
  609. package/dist/esm/components/Icon/components/LogOut.js.map +1 -0
  610. package/dist/esm/components/Icon/components/Market.js +18 -0
  611. package/dist/esm/components/Icon/components/Market.js.map +1 -0
  612. package/dist/esm/components/Icon/components/MatchAmount.js +18 -0
  613. package/dist/esm/components/Icon/components/MatchAmount.js.map +1 -0
  614. package/dist/esm/components/Icon/components/MatchEntries.js +18 -0
  615. package/dist/esm/components/Icon/components/MatchEntries.js.map +1 -0
  616. package/dist/esm/components/Icon/components/Menu.js +18 -0
  617. package/dist/esm/components/Icon/components/Menu.js.map +1 -0
  618. package/dist/esm/components/Icon/components/Mileage.js +18 -0
  619. package/dist/esm/components/Icon/components/Mileage.js.map +1 -0
  620. package/dist/esm/components/Icon/components/ModalResize.js +18 -0
  621. package/dist/esm/components/Icon/components/ModalResize.js.map +1 -0
  622. package/dist/esm/components/Icon/components/ModalShrink.js +18 -0
  623. package/dist/esm/components/Icon/components/ModalShrink.js.map +1 -0
  624. package/dist/esm/components/Icon/components/More.js +18 -0
  625. package/dist/esm/components/Icon/components/More.js.map +1 -0
  626. package/dist/esm/components/Icon/components/MoreSolid.js +18 -0
  627. package/dist/esm/components/Icon/components/MoreSolid.js.map +1 -0
  628. package/dist/esm/components/Icon/components/Move.js +18 -0
  629. package/dist/esm/components/Icon/components/Move.js.map +1 -0
  630. package/dist/esm/components/Icon/components/NavigationList.js +18 -0
  631. package/dist/esm/components/Icon/components/NavigationList.js.map +1 -0
  632. package/dist/esm/components/Icon/components/Note.js +18 -0
  633. package/dist/esm/components/Icon/components/Note.js.map +1 -0
  634. package/dist/esm/components/Icon/components/NoteFollowUp.js +18 -0
  635. package/dist/esm/components/Icon/components/NoteFollowUp.js.map +1 -0
  636. package/dist/esm/components/Icon/components/NoteRead.js +18 -0
  637. package/dist/esm/components/Icon/components/NoteRead.js.map +1 -0
  638. package/dist/esm/components/Icon/components/PartnerApi.js +18 -0
  639. package/dist/esm/components/Icon/components/PartnerApi.js.map +1 -0
  640. package/dist/esm/components/Icon/components/Period.js +18 -0
  641. package/dist/esm/components/Icon/components/Period.js.map +1 -0
  642. package/dist/esm/components/Icon/components/PersonChange.js +18 -0
  643. package/dist/esm/components/Icon/components/PersonChange.js.map +1 -0
  644. package/dist/esm/components/Icon/components/PersonMinus.js +18 -0
  645. package/dist/esm/components/Icon/components/PersonMinus.js.map +1 -0
  646. package/dist/esm/components/Icon/components/PersonPlus.js +18 -0
  647. package/dist/esm/components/Icon/components/PersonPlus.js.map +1 -0
  648. package/dist/esm/components/Icon/components/PersonTick.js +18 -0
  649. package/dist/esm/components/Icon/components/PersonTick.js.map +1 -0
  650. package/dist/esm/components/Icon/components/Play.js +18 -0
  651. package/dist/esm/components/Icon/components/Play.js.map +1 -0
  652. package/dist/esm/components/Icon/components/PlusMinus.js +18 -0
  653. package/dist/esm/components/Icon/components/PlusMinus.js.map +1 -0
  654. package/dist/esm/components/Icon/components/Print.js +18 -0
  655. package/dist/esm/components/Icon/components/Print.js.map +1 -0
  656. package/dist/esm/components/Icon/components/ProcessPayment.js +18 -0
  657. package/dist/esm/components/Icon/components/ProcessPayment.js.map +1 -0
  658. package/dist/esm/components/Icon/components/ProductLedgerCard.js +18 -0
  659. package/dist/esm/components/Icon/components/ProductLedgerCard.js.map +1 -0
  660. package/dist/esm/components/Icon/components/Profile.js +20 -0
  661. package/dist/esm/components/Icon/components/Profile.js.map +1 -0
  662. package/dist/esm/components/Icon/components/ProjectCards.js +18 -0
  663. package/dist/esm/components/Icon/components/ProjectCards.js.map +1 -0
  664. package/dist/esm/components/Icon/components/Projects.js +18 -0
  665. package/dist/esm/components/Icon/components/Projects.js.map +1 -0
  666. package/dist/esm/components/Icon/components/Quicklinks.js +18 -0
  667. package/dist/esm/components/Icon/components/Quicklinks.js.map +1 -0
  668. package/dist/esm/components/Icon/components/RatingBankruptcy.js +18 -0
  669. package/dist/esm/components/Icon/components/RatingBankruptcy.js.map +1 -0
  670. package/dist/esm/components/Icon/components/RatingPaymentProblems.js +18 -0
  671. package/dist/esm/components/Icon/components/RatingPaymentProblems.js.map +1 -0
  672. package/dist/esm/components/Icon/components/Reconciled.js +18 -0
  673. package/dist/esm/components/Icon/components/Reconciled.js.map +1 -0
  674. package/dist/esm/components/Icon/components/Refresh.js +17 -0
  675. package/dist/esm/components/Icon/components/Refresh.js.map +1 -0
  676. package/dist/esm/components/Icon/components/Report.js +18 -0
  677. package/dist/esm/components/Icon/components/Report.js.map +1 -0
  678. package/dist/esm/components/Icon/components/ReportSolid.js +18 -0
  679. package/dist/esm/components/Icon/components/ReportSolid.js.map +1 -0
  680. package/dist/esm/components/Icon/components/Restore.js +18 -0
  681. package/dist/esm/components/Icon/components/Restore.js.map +1 -0
  682. package/dist/esm/components/Icon/components/RotateLeft.js +17 -0
  683. package/dist/esm/components/Icon/components/RotateLeft.js.map +1 -0
  684. package/dist/esm/components/Icon/components/RotateRight.js +17 -0
  685. package/dist/esm/components/Icon/components/RotateRight.js.map +1 -0
  686. package/dist/esm/components/Icon/components/Sales.js +18 -0
  687. package/dist/esm/components/Icon/components/Sales.js.map +1 -0
  688. package/dist/esm/components/Icon/components/Search.js +18 -0
  689. package/dist/esm/components/Icon/components/Search.js.map +1 -0
  690. package/dist/esm/components/Icon/components/SearchBold.js +18 -0
  691. package/dist/esm/components/Icon/components/SearchBold.js.map +1 -0
  692. package/dist/esm/components/Icon/components/Secure.js +18 -0
  693. package/dist/esm/components/Icon/components/Secure.js.map +1 -0
  694. package/dist/esm/components/Icon/components/SecureTick.js +18 -0
  695. package/dist/esm/components/Icon/components/SecureTick.js.map +1 -0
  696. package/dist/esm/components/Icon/components/Settings.js +18 -0
  697. package/dist/esm/components/Icon/components/Settings.js.map +1 -0
  698. package/dist/esm/components/Icon/components/SettingsSolid.js +18 -0
  699. package/dist/esm/components/Icon/components/SettingsSolid.js.map +1 -0
  700. package/dist/esm/components/Icon/components/Shortcuts.js +18 -0
  701. package/dist/esm/components/Icon/components/Shortcuts.js.map +1 -0
  702. package/dist/esm/components/Icon/components/ShowAll.js +18 -0
  703. package/dist/esm/components/Icon/components/ShowAll.js.map +1 -0
  704. package/dist/esm/components/Icon/components/ShowLess.js +18 -0
  705. package/dist/esm/components/Icon/components/ShowLess.js.map +1 -0
  706. package/dist/esm/components/Icon/components/ShowMore.js +18 -0
  707. package/dist/esm/components/Icon/components/ShowMore.js.map +1 -0
  708. package/dist/esm/components/Icon/components/ShowTemplate.js +18 -0
  709. package/dist/esm/components/Icon/components/ShowTemplate.js.map +1 -0
  710. package/dist/esm/components/Icon/components/Sliders.js +18 -0
  711. package/dist/esm/components/Icon/components/Sliders.js.map +1 -0
  712. package/dist/esm/components/Icon/components/Smartpay.js +18 -0
  713. package/dist/esm/components/Icon/components/Smartpay.js.map +1 -0
  714. package/dist/esm/components/Icon/components/SortBy.js +18 -0
  715. package/dist/esm/components/Icon/components/SortBy.js.map +1 -0
  716. package/dist/esm/components/Icon/components/Spinner.js +21 -0
  717. package/dist/esm/components/Icon/components/Spinner.js.map +1 -0
  718. package/dist/esm/components/Icon/components/Star.js +18 -0
  719. package/dist/esm/components/Icon/components/Star.js.map +1 -0
  720. package/dist/esm/components/Icon/components/StarSolid.js +18 -0
  721. package/dist/esm/components/Icon/components/StarSolid.js.map +1 -0
  722. package/dist/esm/components/Icon/components/Subscriptions.js +18 -0
  723. package/dist/esm/components/Icon/components/Subscriptions.js.map +1 -0
  724. package/dist/esm/components/Icon/components/SystemEntries.js +18 -0
  725. package/dist/esm/components/Icon/components/SystemEntries.js.map +1 -0
  726. package/dist/esm/components/Icon/components/Tag.js +18 -0
  727. package/dist/esm/components/Icon/components/Tag.js.map +1 -0
  728. package/dist/esm/components/Icon/components/TemplateOverride.js +18 -0
  729. package/dist/esm/components/Icon/components/TemplateOverride.js.map +1 -0
  730. package/dist/esm/components/Icon/components/Templates.js +18 -0
  731. package/dist/esm/components/Icon/components/Templates.js.map +1 -0
  732. package/dist/esm/components/Icon/components/ThumbBoth.js +18 -0
  733. package/dist/esm/components/Icon/components/ThumbBoth.js.map +1 -0
  734. package/dist/esm/components/Icon/components/ThumbDown.js +18 -0
  735. package/dist/esm/components/Icon/components/ThumbDown.js.map +1 -0
  736. package/dist/esm/components/Icon/components/ThumbDownSolid.js +18 -0
  737. package/dist/esm/components/Icon/components/ThumbDownSolid.js.map +1 -0
  738. package/dist/esm/components/Icon/components/ThumbUp.js +18 -0
  739. package/dist/esm/components/Icon/components/ThumbUp.js.map +1 -0
  740. package/dist/esm/components/Icon/components/ThumbUpSolid.js +18 -0
  741. package/dist/esm/components/Icon/components/ThumbUpSolid.js.map +1 -0
  742. package/dist/esm/components/Icon/components/Tick.js +18 -0
  743. package/dist/esm/components/Icon/components/Tick.js.map +1 -0
  744. package/dist/esm/components/Icon/components/Time.js +18 -0
  745. package/dist/esm/components/Icon/components/Time.js.map +1 -0
  746. package/dist/esm/components/Icon/components/Transfer.js +18 -0
  747. package/dist/esm/components/Icon/components/Transfer.js.map +1 -0
  748. package/dist/esm/components/Icon/components/TransferCancel.js +24 -0
  749. package/dist/esm/components/Icon/components/TransferCancel.js.map +1 -0
  750. package/dist/esm/components/Icon/components/TransferLocked.js +18 -0
  751. package/dist/esm/components/Icon/components/TransferLocked.js.map +1 -0
  752. package/dist/esm/components/Icon/components/Undock.js +18 -0
  753. package/dist/esm/components/Icon/components/Undock.js.map +1 -0
  754. package/dist/esm/components/Icon/components/Unreconciled.js +18 -0
  755. package/dist/esm/components/Icon/components/Unreconciled.js.map +1 -0
  756. package/dist/esm/components/Icon/components/Warning.js +17 -0
  757. package/dist/esm/components/Icon/components/Warning.js.map +1 -0
  758. package/dist/esm/components/Icon/components/Webshop.js +18 -0
  759. package/dist/esm/components/Icon/components/Webshop.js.map +1 -0
  760. package/dist/esm/components/Icon/components/Website.js +18 -0
  761. package/dist/esm/components/Icon/components/Website.js.map +1 -0
  762. package/dist/esm/components/Icon/components/Workflow.js +17 -0
  763. package/dist/esm/components/Icon/components/Workflow.js.map +1 -0
  764. package/dist/esm/components/Icon/components/Zoom.js +18 -0
  765. package/dist/esm/components/Icon/components/Zoom.js.map +1 -0
  766. package/dist/esm/components/Icon/components/index.js +420 -0
  767. package/dist/esm/components/Icon/components/index.js.map +1 -0
  768. package/dist/esm/components/IconButton/IconButton.js +35 -0
  769. package/dist/esm/components/IconButton/IconButton.js.map +1 -0
  770. package/dist/esm/components/Input/Input.js +85 -0
  771. package/dist/esm/components/Input/Input.js.map +1 -0
  772. package/dist/esm/components/Input/util.js +22 -0
  773. package/dist/esm/components/Input/util.js.map +1 -0
  774. package/dist/esm/components/Listbox/Listbox.js +58 -0
  775. package/dist/esm/components/Listbox/Listbox.js.map +1 -0
  776. package/dist/esm/components/Listbox/ScrollableList.js +174 -0
  777. package/dist/esm/components/Listbox/ScrollableList.js.map +1 -0
  778. package/dist/esm/components/Listbox/useListbox.js +145 -0
  779. package/dist/esm/components/Listbox/useListbox.js.map +1 -0
  780. package/dist/esm/components/Listbox/useMultiListbox.js +196 -0
  781. package/dist/esm/components/Listbox/useMultiListbox.js.map +1 -0
  782. package/dist/esm/components/Listbox/useTypeahead.js +28 -0
  783. package/dist/esm/components/Listbox/useTypeahead.js.map +1 -0
  784. package/dist/esm/components/Listbox/util.js +150 -0
  785. package/dist/esm/components/Listbox/util.js.map +1 -0
  786. package/dist/esm/components/Menu/Context.js +9 -0
  787. package/dist/esm/components/Menu/Context.js.map +1 -0
  788. package/dist/esm/components/Menu/Menu.js +65 -0
  789. package/dist/esm/components/Menu/Menu.js.map +1 -0
  790. package/dist/esm/components/Menu/components/Checkbox.js +31 -0
  791. package/dist/esm/components/Menu/components/Checkbox.js.map +1 -0
  792. package/dist/esm/components/Menu/components/Content.js +30 -0
  793. package/dist/esm/components/Menu/components/Content.js.map +1 -0
  794. package/dist/esm/components/Menu/components/Header.js +18 -0
  795. package/dist/esm/components/Menu/components/Header.js.map +1 -0
  796. package/dist/esm/components/Menu/components/Item.js +92 -0
  797. package/dist/esm/components/Menu/components/Item.js.map +1 -0
  798. package/dist/esm/components/Menu/components/Link.js +39 -0
  799. package/dist/esm/components/Menu/components/Link.js.map +1 -0
  800. package/dist/esm/components/Menu/components/RadioGroup.js +48 -0
  801. package/dist/esm/components/Menu/components/RadioGroup.js.map +1 -0
  802. package/dist/esm/components/Menu/components/Separator.js +11 -0
  803. package/dist/esm/components/Menu/components/Separator.js.map +1 -0
  804. package/dist/esm/components/Menu/components/Trigger.js +21 -0
  805. package/dist/esm/components/Menu/components/Trigger.js.map +1 -0
  806. package/dist/esm/components/Navigation/Navigation.js +134 -0
  807. package/dist/esm/components/Navigation/Navigation.js.map +1 -0
  808. package/dist/esm/components/Pagination/PageNumbers.js +50 -0
  809. package/dist/esm/components/Pagination/PageNumbers.js.map +1 -0
  810. package/dist/esm/components/Pagination/Pagination.js +120 -0
  811. package/dist/esm/components/Pagination/Pagination.js.map +1 -0
  812. package/dist/esm/components/Pagination/usePagination.js +15 -0
  813. package/dist/esm/components/Pagination/usePagination.js.map +1 -0
  814. package/dist/esm/components/Pagination/usePaginationShortcuts.js +50 -0
  815. package/dist/esm/components/Pagination/usePaginationShortcuts.js.map +1 -0
  816. package/dist/esm/components/Popover/Popover.js +89 -0
  817. package/dist/esm/components/Popover/Popover.js.map +1 -0
  818. package/dist/esm/components/Popover/Primitives.js +41 -0
  819. package/dist/esm/components/Popover/Primitives.js.map +1 -0
  820. package/dist/esm/components/Progress/Progress.js +36 -0
  821. package/dist/esm/components/Progress/Progress.js.map +1 -0
  822. package/dist/esm/components/Provider/Provider.js +110 -0
  823. package/dist/esm/components/Provider/Provider.js.map +1 -0
  824. package/dist/esm/components/RadioGroup/RadioGroup.js +119 -0
  825. package/dist/esm/components/RadioGroup/RadioGroup.js.map +1 -0
  826. package/dist/esm/components/SearchInput/SearchInput.js +96 -0
  827. package/dist/esm/components/SearchInput/SearchInput.js.map +1 -0
  828. package/dist/esm/components/Select/Select.js +101 -0
  829. package/dist/esm/components/Select/Select.js.map +1 -0
  830. package/dist/esm/components/Select/useSelect.js +212 -0
  831. package/dist/esm/components/Select/useSelect.js.map +1 -0
  832. package/dist/esm/components/Spinner/Spinner.js +55 -0
  833. package/dist/esm/components/Spinner/Spinner.js.map +1 -0
  834. package/dist/esm/components/Switch/Switch.js +38 -0
  835. package/dist/esm/components/Switch/Switch.js.map +1 -0
  836. package/dist/esm/components/Table/components/BaseTable.js +48 -0
  837. package/dist/esm/components/Table/components/BaseTable.js.map +1 -0
  838. package/dist/esm/components/Table/components/PaginatedTable.js +16 -0
  839. package/dist/esm/components/Table/components/PaginatedTable.js.map +1 -0
  840. package/dist/esm/components/Table/components/Table.js +56 -0
  841. package/dist/esm/components/Table/components/Table.js.map +1 -0
  842. package/dist/esm/components/Table/components/WindowedTable.js +188 -0
  843. package/dist/esm/components/Table/components/WindowedTable.js.map +1 -0
  844. package/dist/esm/components/Table/hooks/plugins/useRowActions.js +236 -0
  845. package/dist/esm/components/Table/hooks/plugins/useRowActions.js.map +1 -0
  846. package/dist/esm/components/Table/hooks/plugins/useRowDraggable.js +129 -0
  847. package/dist/esm/components/Table/hooks/plugins/useRowDraggable.js.map +1 -0
  848. package/dist/esm/components/Table/hooks/plugins/useRowEditing.js +100 -0
  849. package/dist/esm/components/Table/hooks/plugins/useRowEditing.js.map +1 -0
  850. package/dist/esm/components/Table/hooks/plugins/useRowSelect.js +108 -0
  851. package/dist/esm/components/Table/hooks/plugins/useRowSelect.js.map +1 -0
  852. package/dist/esm/components/Table/hooks/useRowCreation.js +106 -0
  853. package/dist/esm/components/Table/hooks/useRowCreation.js.map +1 -0
  854. package/dist/esm/components/Table/hooks/useTable.js +217 -0
  855. package/dist/esm/components/Table/hooks/useTable.js.map +1 -0
  856. package/dist/esm/components/Table/hooks/useTableKeyboardNavigation.js +137 -0
  857. package/dist/esm/components/Table/hooks/useTableKeyboardNavigation.js.map +1 -0
  858. package/dist/esm/components/Table/util/renderColumn.js +40 -0
  859. package/dist/esm/components/Table/util/renderColumn.js.map +1 -0
  860. package/dist/esm/components/Table/util/renderRow.js +101 -0
  861. package/dist/esm/components/Table/util/renderRow.js.map +1 -0
  862. package/dist/esm/components/Table/util/rowIndexPath.js +57 -0
  863. package/dist/esm/components/Table/util/rowIndexPath.js.map +1 -0
  864. package/dist/esm/components/Table/util/sortTypes.js +82 -0
  865. package/dist/esm/components/Table/util/sortTypes.js.map +1 -0
  866. package/dist/esm/components/Table/util.js +99 -0
  867. package/dist/esm/components/Table/util.js.map +1 -0
  868. package/dist/esm/components/Tabs/Tabs.js +71 -0
  869. package/dist/esm/components/Tabs/Tabs.js.map +1 -0
  870. package/dist/esm/components/Textarea/Textarea.js +37 -0
  871. package/dist/esm/components/Textarea/Textarea.js.map +1 -0
  872. package/dist/esm/components/Toast/Toast.js +79 -0
  873. package/dist/esm/components/Toast/Toast.js.map +1 -0
  874. package/dist/esm/components/Toast/Toaster.js +193 -0
  875. package/dist/esm/components/Toast/Toaster.js.map +1 -0
  876. package/dist/esm/components/Toast/util.js +46 -0
  877. package/dist/esm/components/Toast/util.js.map +1 -0
  878. package/dist/esm/components/Tooltip/Tooltip.js +33 -0
  879. package/dist/esm/components/Tooltip/Tooltip.js.map +1 -0
  880. package/dist/esm/components/Tour/Tour.js +148 -0
  881. package/dist/esm/components/Tour/Tour.js.map +1 -0
  882. package/dist/esm/components/Treeview/Treeview.js +83 -0
  883. package/dist/esm/components/Treeview/Treeview.js.map +1 -0
  884. package/dist/esm/components/VisuallyHidden/VisuallyHidden.js +11 -0
  885. package/dist/esm/components/VisuallyHidden/VisuallyHidden.js.map +1 -0
  886. package/dist/esm/index.css +661 -0
  887. package/dist/esm/index.js +51 -0
  888. package/dist/esm/index.js.map +1 -0
  889. package/dist/esm/primitives/Button.js +21 -0
  890. package/dist/esm/primitives/Button.js.map +1 -0
  891. package/dist/esm/utils/date.js +98 -0
  892. package/dist/esm/utils/date.js.map +1 -0
  893. package/dist/esm/utils/hooks/useBoundingClientRectListener.js +50 -0
  894. package/dist/esm/utils/hooks/useBoundingClientRectListener.js.map +1 -0
  895. package/dist/esm/utils/hooks/useDraggable.js +42 -0
  896. package/dist/esm/utils/hooks/useDraggable.js.map +1 -0
  897. package/dist/esm/utils/hooks/useDropTarget.js +38 -0
  898. package/dist/esm/utils/hooks/useDropTarget.js.map +1 -0
  899. package/dist/esm/utils/hooks/useListKeyboardNavigation.js +58 -0
  900. package/dist/esm/utils/hooks/useListKeyboardNavigation.js.map +1 -0
  901. package/dist/esm/utils/hooks/useListScrollTo.js +38 -0
  902. package/dist/esm/utils/hooks/useListScrollTo.js.map +1 -0
  903. package/dist/esm/utils/hooks/useOnClickOutside.js +27 -0
  904. package/dist/esm/utils/hooks/useOnClickOutside.js.map +1 -0
  905. package/dist/esm/utils/hooks/useProxiedRef.js +18 -0
  906. package/dist/esm/utils/hooks/useProxiedRef.js.map +1 -0
  907. package/dist/esm/utils/hooks/useTimer.js +50 -0
  908. package/dist/esm/utils/hooks/useTimer.js.map +1 -0
  909. package/dist/esm/utils/input.js +49 -0
  910. package/dist/esm/utils/input.js.map +1 -0
  911. package/dist/esm/utils/mergeRefs.js +14 -0
  912. package/dist/esm/utils/mergeRefs.js.map +1 -0
  913. package/dist/esm/utils/taillwind.js +41 -0
  914. package/dist/esm/utils/taillwind.js.map +1 -0
  915. package/dist/index.css +661 -0
  916. package/dist/index.d.ts +46 -0
  917. package/dist/index.js +8 -0
  918. package/dist/primitives/Button.d.ts +18 -0
  919. package/dist/taco.cjs.development.js +9673 -0
  920. package/dist/taco.cjs.development.js.map +1 -0
  921. package/dist/taco.cjs.production.min.js +2 -0
  922. package/dist/taco.cjs.production.min.js.map +1 -0
  923. package/dist/types.d.ts +5 -0
  924. package/dist/utils/date.d.ts +3 -0
  925. package/dist/utils/hooks/useBoundingClientRectListener.d.ts +2 -0
  926. package/dist/utils/hooks/useDraggable.d.ts +2 -0
  927. package/dist/utils/hooks/useDropTarget.d.ts +8 -0
  928. package/dist/utils/hooks/useListKeyboardNavigation.d.ts +8 -0
  929. package/dist/utils/hooks/useListScrollTo.d.ts +1 -0
  930. package/dist/utils/hooks/useOnClickOutside.d.ts +2 -0
  931. package/dist/utils/hooks/useProxiedRef.d.ts +2 -0
  932. package/dist/utils/hooks/useRefState.d.ts +1 -0
  933. package/dist/utils/hooks/useTimer.d.ts +7 -0
  934. package/dist/utils/input.d.ts +3 -0
  935. package/dist/utils/mergeRefs.d.ts +2 -0
  936. package/dist/utils/storyutils.d.ts +7 -0
  937. package/dist/utils/taillwind.d.ts +4 -0
  938. package/dist/utils/tailwind.d.ts +1 -0
  939. package/package.json +4 -5
@@ -0,0 +1 @@
1
+ {"version":3,"file":"taco.cjs.development.js","sources":["../src/components/Icon/components/AccountPreview.tsx","../src/components/Icon/components/AccountingYearCancel.tsx","../src/components/Icon/components/AccountingYear.tsx","../src/components/Icon/components/Accounting.tsx","../src/components/Icon/components/ArrowBottom.tsx","../src/components/Icon/components/ArrowDown.tsx","../src/components/Icon/components/ArrowEnd.tsx","../src/components/Icon/components/ArrowLeft.tsx","../src/components/Icon/components/ArrowRight.tsx","../src/components/Icon/components/ArrowStart.tsx","../src/components/Icon/components/ArrowTop.tsx","../src/components/Icon/components/ArrowUp.tsx","../src/components/Icon/components/AttachAuto.tsx","../src/components/Icon/components/AttachCancel.tsx","../src/components/Icon/components/Attach.tsx","../src/components/Icon/components/AutotextInsert.tsx","../src/components/Icon/components/Autotext.tsx","../src/components/Icon/components/BasicTabs.tsx","../src/components/Icon/components/Basic.tsx","../src/components/Icon/components/BellSolid.tsx","../src/components/Icon/components/Book.tsx","../src/components/Icon/components/Booking.tsx","../src/components/Icon/components/Budget.tsx","../src/components/Icon/components/Calendar.tsx","../src/components/Icon/components/CashAccount.tsx","../src/components/Icon/components/CashReports.tsx","../src/components/Icon/components/ChatSolid.tsx","../src/components/Icon/components/Chat.tsx","../src/components/Icon/components/ChevronDownDouble.tsx","../src/components/Icon/components/ChevronDownSolid.tsx","../src/components/Icon/components/ChevronDown.tsx","../src/components/Icon/components/ChevronLeftDouble.tsx","../src/components/Icon/components/ChevronLeft.tsx","../src/components/Icon/components/ChevronRightDouble.tsx","../src/components/Icon/components/ChevronRight.tsx","../src/components/Icon/components/ChevronUpDouble.tsx","../src/components/Icon/components/ChevronUpSolid.tsx","../src/components/Icon/components/ChevronUp.tsx","../src/components/Icon/components/CircleClose.tsx","../src/components/Icon/components/CircleMinus.tsx","../src/components/Icon/components/CirclePlus.tsx","../src/components/Icon/components/CircleTick.tsx","../src/components/Icon/components/ClampOpen.tsx","../src/components/Icon/components/Clamp.tsx","../src/components/Icon/components/Close.tsx","../src/components/Icon/components/ConnectionEnable.tsx","../src/components/Icon/components/ConnectionRevoke.tsx","../src/components/Icon/components/Contacts.tsx","../src/components/Icon/components/Copy.tsx","../src/components/Icon/components/Courses.tsx","../src/components/Icon/components/Credit.tsx","../src/components/Icon/components/DeletePermanently.tsx","../src/components/Icon/components/Delete.tsx","../src/components/Icon/components/Depecriate.tsx","../src/components/Icon/components/Developer.tsx","../src/components/Icon/components/DistributionTemplate.tsx","../src/components/Icon/components/DocumentApprove.tsx","../src/components/Icon/components/DocumentCreateEntry.tsx","../src/components/Icon/components/DocumentCut.tsx","../src/components/Icon/components/DocumentError.tsx","../src/components/Icon/components/DocumentIsolatePage.tsx","../src/components/Icon/components/DocumentMerge.tsx","../src/components/Icon/components/DocumentMove.tsx","../src/components/Icon/components/DocumentPreview.tsx","../src/components/Icon/components/DocumentReceived.tsx","../src/components/Icon/components/DocumentRejectedRequest.tsx","../src/components/Icon/components/DocumentSplit.tsx","../src/components/Icon/components/DocumentTime.tsx","../src/components/Icon/components/Document.tsx","../src/components/Icon/components/Download.tsx","../src/components/Icon/components/Drag.tsx","../src/components/Icon/components/ECopedia.tsx","../src/components/Icon/components/ESignature.tsx","../src/components/Icon/components/Edit.tsx","../src/components/Icon/components/EllipsisHorizontal.tsx","../src/components/Icon/components/EllipsisVertical.tsx","../src/components/Icon/components/EntriesOnAccount.tsx","../src/components/Icon/components/EntriesOpen.tsx","../src/components/Icon/components/EntriesWarning.tsx","../src/components/Icon/components/EntryTypeCustomerInvoice.tsx","../src/components/Icon/components/EntryTypeCustomerPayment.tsx","../src/components/Icon/components/EntryTypeJournalEntry.tsx","../src/components/Icon/components/EntryTypeManualCustomerInvoice.tsx","../src/components/Icon/components/EntryTypeSupplierInvoice.tsx","../src/components/Icon/components/EntryTypeSupplierPayment.tsx","../src/components/Icon/components/EnvelopeApproved.tsx","../src/components/Icon/components/Envelope.tsx","../src/components/Icon/components/ExpandView.tsx","../src/components/Icon/components/Expenses.tsx","../src/components/Icon/components/ExportToExcel.tsx","../src/components/Icon/components/ExportToPdf.tsx","../src/components/Icon/components/Export.tsx","../src/components/Icon/components/FilterSolid.tsx","../src/components/Icon/components/Filter.tsx","../src/components/Icon/components/GraphSolid.tsx","../src/components/Icon/components/Hash.tsx","../src/components/Icon/components/Home.tsx","../src/components/Icon/components/Images.tsx","../src/components/Icon/components/Import.tsx","../src/components/Icon/components/InboxEinvoicing.tsx","../src/components/Icon/components/InboxScanning.tsx","../src/components/Icon/components/InboxSmart.tsx","../src/components/Icon/components/Inbox.tsx","../src/components/Icon/components/Info.tsx","../src/components/Icon/components/InventoryMatrix.tsx","../src/components/Icon/components/Inventory.tsx","../src/components/Icon/components/JournalPro.tsx","../src/components/Icon/components/LayoutBoth.tsx","../src/components/Icon/components/LayoutFirst.tsx","../src/components/Icon/components/LayoutLast.tsx","../src/components/Icon/components/LayoutNone.tsx","../src/components/Icon/components/Layout.tsx","../src/components/Icon/components/LedgerCardCustomerReminder.tsx","../src/components/Icon/components/LedgerCardManualCustomerInvoice.tsx","../src/components/Icon/components/LedgerCardObsoleteStock.tsx","../src/components/Icon/components/LedgerCardOpeningEntry.tsx","../src/components/Icon/components/LedgerCardReservedEntry.tsx","../src/components/Icon/components/LedgerCardShrinkagePilferage.tsx","../src/components/Icon/components/LedgerCardStockAdjustment.tsx","../src/components/Icon/components/LedgerCardTransferredOpeningEntry.tsx","../src/components/Icon/components/LedgerCard.tsx","../src/components/Icon/components/Lightbulb.tsx","../src/components/Icon/components/Line.tsx","../src/components/Icon/components/ListBulleted.tsx","../src/components/Icon/components/ListSearch.tsx","../src/components/Icon/components/List.tsx","../src/components/Icon/components/LockOpen.tsx","../src/components/Icon/components/LogOut.tsx","../src/components/Icon/components/Log.tsx","../src/components/Icon/components/Market.tsx","../src/components/Icon/components/MatchAmount.tsx","../src/components/Icon/components/MatchEntries.tsx","../src/components/Icon/components/Menu.tsx","../src/components/Icon/components/Mileage.tsx","../src/components/Icon/components/ModalResize.tsx","../src/components/Icon/components/ModalShrink.tsx","../src/components/Icon/components/MoreSolid.tsx","../src/components/Icon/components/More.tsx","../src/components/Icon/components/Move.tsx","../src/components/Icon/components/NavigationList.tsx","../src/components/Icon/components/NoteFollowUp.tsx","../src/components/Icon/components/NoteRead.tsx","../src/components/Icon/components/Note.tsx","../src/components/Icon/components/PartnerApi.tsx","../src/components/Icon/components/Period.tsx","../src/components/Icon/components/PersonChange.tsx","../src/components/Icon/components/PersonMinus.tsx","../src/components/Icon/components/PersonPlus.tsx","../src/components/Icon/components/PersonTick.tsx","../src/components/Icon/components/Play.tsx","../src/components/Icon/components/PlusMinus.tsx","../src/components/Icon/components/Print.tsx","../src/components/Icon/components/ProcessPayment.tsx","../src/components/Icon/components/ProductLedgerCard.tsx","../src/components/Icon/components/Profile.tsx","../src/components/Icon/components/ProjectCards.tsx","../src/components/Icon/components/Projects.tsx","../src/components/Icon/components/Quicklinks.tsx","../src/components/Icon/components/RatingBankruptcy.tsx","../src/components/Icon/components/RatingPaymentProblems.tsx","../src/components/Icon/components/Reconciled.tsx","../src/components/Icon/components/Refresh.tsx","../src/components/Icon/components/ReportSolid.tsx","../src/components/Icon/components/Report.tsx","../src/components/Icon/components/Restore.tsx","../src/components/Icon/components/RotateLeft.tsx","../src/components/Icon/components/RotateRight.tsx","../src/components/Icon/components/Sales.tsx","../src/components/Icon/components/SearchBold.tsx","../src/components/Icon/components/Search.tsx","../src/components/Icon/components/SecureTick.tsx","../src/components/Icon/components/Secure.tsx","../src/components/Icon/components/SettingsSolid.tsx","../src/components/Icon/components/Settings.tsx","../src/components/Icon/components/Shortcuts.tsx","../src/components/Icon/components/ShowAll.tsx","../src/components/Icon/components/ShowLess.tsx","../src/components/Icon/components/ShowMore.tsx","../src/components/Icon/components/ShowTemplate.tsx","../src/components/Icon/components/Sliders.tsx","../src/components/Icon/components/Smartpay.tsx","../src/components/Icon/components/SortBy.tsx","../src/components/Icon/components/Spinner.tsx","../src/components/Icon/components/StarSolid.tsx","../src/components/Icon/components/Star.tsx","../src/components/Icon/components/Subscriptions.tsx","../src/components/Icon/components/SystemEntries.tsx","../src/components/Icon/components/Tag.tsx","../src/components/Icon/components/TemplateOverride.tsx","../src/components/Icon/components/Templates.tsx","../src/components/Icon/components/ThumbBoth.tsx","../src/components/Icon/components/ThumbDownSolid.tsx","../src/components/Icon/components/ThumbDown.tsx","../src/components/Icon/components/ThumbUpSolid.tsx","../src/components/Icon/components/ThumbUp.tsx","../src/components/Icon/components/Tick.tsx","../src/components/Icon/components/Time.tsx","../src/components/Icon/components/TransferCancel.tsx","../src/components/Icon/components/TransferLocked.tsx","../src/components/Icon/components/Transfer.tsx","../src/components/Icon/components/Undock.tsx","../src/components/Icon/components/Unreconciled.tsx","../src/components/Icon/components/Warning.tsx","../src/components/Icon/components/Webshop.tsx","../src/components/Icon/components/Website.tsx","../src/components/Icon/components/Workflow.tsx","../src/components/Icon/components/Zoom.tsx","../src/components/Icon/components/index.tsx","../src/components/Icon/Icon.tsx","../src/components/Accordion/Accordion.tsx","../src/components/Backdrop/Backdrop.tsx","../src/components/VisuallyHidden/VisuallyHidden.tsx","../src/utils/taillwind.ts","../src/components/Badge/Badge.tsx","../src/components/Banner/util.tsx","../src/primitives/Button.tsx","../src/components/Tooltip/Tooltip.tsx","../src/components/Button/util.tsx","../src/components/IconButton/IconButton.tsx","../src/components/Banner/Banner.tsx","../src/components/Button/Button.tsx","../src/utils/hooks/useTimer.ts","../src/components/Spinner/Spinner.tsx","../src/components/Toast/util.tsx","../src/components/Toast/Toast.tsx","../src/components/Toast/Toaster.tsx","../src/components/Provider/Provider.tsx","../src/components/Calendar/Calendar.tsx","../src/components/Checkbox/Checkbox.tsx","../src/utils/hooks/useProxiedRef.ts","../src/components/Input/util.ts","../src/components/Input/Input.tsx","../src/utils/hooks/useListKeyboardNavigation.ts","../src/utils/hooks/useListScrollTo.ts","../src/components/Listbox/ScrollableList.tsx","../src/utils/input.ts","../src/components/Listbox/util.ts","../src/components/Combobox/useCombobox.tsx","../src/utils/hooks/useBoundingClientRectListener.ts","../src/components/Combobox/Combobox.tsx","../src/utils/date.ts","../src/components/Datepicker/useDatepicker.tsx","../src/components/Popover/Primitives.tsx","../src/utils/mergeRefs.ts","../src/components/Popover/Popover.tsx","../src/components/Datepicker/Datepicker.tsx","../src/components/Dialog/Context.tsx","../src/components/Dialog/components/Trigger.tsx","../src/utils/hooks/useDraggable.tsx","../src/components/Menu/Context.tsx","../src/components/Dialog/components/Content.tsx","../src/components/Dialog/components/Drawer.tsx","../src/components/Dialog/components/Extra.tsx","../src/components/Dialog/Dialog.tsx","../src/components/Field/Field.tsx","../src/components/Form/Form.tsx","../src/components/Group/Group.tsx","../src/components/Hanger/Hanger.tsx","../src/components/HoverCard/HoverCard.tsx","../src/components/SearchInput/SearchInput.tsx","../src/components/Listbox/useTypeahead.tsx","../src/components/Listbox/useListbox.tsx","../src/components/Listbox/useMultiListbox.tsx","../src/components/Listbox/Listbox.tsx","../src/components/Menu/components/Content.tsx","../src/components/Menu/components/Item.tsx","../src/components/Menu/components/Link.tsx","../src/components/Menu/components/Trigger.tsx","../src/components/Menu/components/Checkbox.tsx","../src/components/RadioGroup/RadioGroup.tsx","../src/components/Menu/components/RadioGroup.tsx","../src/components/Menu/components/Separator.tsx","../src/components/Menu/components/Header.tsx","../src/components/Menu/Menu.tsx","../src/components/Treeview/Treeview.tsx","../src/utils/hooks/useDropTarget.ts","../src/components/Navigation/Navigation.tsx","../src/components/Pagination/PageNumbers.tsx","../src/components/Select/useSelect.tsx","../src/components/Select/Select.tsx","../src/components/Pagination/usePaginationShortcuts.tsx","../src/components/Pagination/usePagination.tsx","../src/components/Pagination/Pagination.tsx","../src/components/Progress/Progress.tsx","../src/components/Table/util.ts","../src/components/Table/util/sortTypes.ts","../src/components/Table/hooks/plugins/useRowEditing.tsx","../src/components/Table/hooks/plugins/useRowActions.tsx","../src/components/Table/hooks/plugins/useRowSelect.tsx","../src/components/Table/hooks/useTableKeyboardNavigation.ts","../src/components/Table/hooks/plugins/useRowDraggable.tsx","../src/components/Table/hooks/useTable.tsx","../src/components/Table/util/renderRow.tsx","../src/components/Table/util/renderColumn.tsx","../src/components/Table/components/BaseTable.tsx","../src/components/Table/components/Table.tsx","../src/components/Table/components/PaginatedTable.tsx","../src/components/Table/components/WindowedTable.tsx","../src/components/Table/util/rowIndexPath.ts","../src/components/Table/hooks/useRowCreation.tsx","../src/components/Tabs/Tabs.tsx","../src/components/Textarea/Textarea.tsx","../src/components/Switch/Switch.tsx","../src/components/Tour/Tour.tsx","../src/utils/hooks/useOnClickOutside.ts","../src/components/Card/Card.tsx"],"sourcesContent":["import * as React from 'react';\r\n\r\nfunction IconAccountPreview(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M19.25 3c.966 0 1.75.784 1.75 1.75V11h-1.5V4.75a.25.25 0 00-.193-.243L19.25 4.5H4.75a.25.25 0 00-.243.193L4.5 4.75v14.5a.25.25 0 00.193.243l.057.007H11V21H4.75A1.75 1.75 0 013 19.25V4.75C3 3.784 3.784 3 4.75 3h14.5zm-4.5 7.25a4.5 4.5 0 013.632 7.158l.036-.05 2.362 2.362a.75.75 0 01-.976 1.133l-.084-.073-2.363-2.362-.112.077a4.5 4.5 0 11-2.495-8.245zm0 1.5a3 3 0 100 6 3 3 0 000-6zm-7 3.25a.75.75 0 110 1.5h-.5a.75.75 0 110-1.5h.5zm0-4a.75.75 0 110 1.5h-.5a.75.75 0 110-1.5h.5zm9-4a.75.75 0 110 1.5h-6.5a.75.75 0 010-1.5h6.5zm-9 0a.75.75 0 010 1.5h-.5a.75.75 0 010-1.5h.5z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconAccountPreview);\r\n","import * as React from 'react';\r\n\r\nfunction IconAccountingYearCancel(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M4.5 16.25v3a.25.25 0 00.193.243l.057.007H13V21H4.75A1.75 1.75 0 013 19.25v-3h1.5zm4.946-6.103l.084.073 3 3a.75.75 0 01.073.976l-.073.084-3 3a.75.75 0 01-1.133-.976l.073-.084 1.718-1.72H3.75a.75.75 0 01-.102-1.493L3.75 13h6.44l-1.72-1.72a.75.75 0 01-.073-.976l.073-.084a.75.75 0 01.976-.073zM16.25 2a.75.75 0 01.75.75V3h2.25c.966 0 1.75.784 1.75 1.75V13h-1.5V8h-15v3.25H3v-6.5C3 3.784 3.784 3 4.75 3H7v-.25a.75.75 0 011.5 0V3h7v-.25a.75.75 0 01.75-.75zM7 4.5H4.75a.25.25 0 00-.243.193L4.5 4.75V6.5h15V4.75a.25.25 0 00-.193-.243L19.25 4.5H17v.25a.75.75 0 11-1.5 0V4.5h-7v.25a.75.75 0 01-1.5 0V4.5zm12.804 10.147a.75.75 0 011.049 1.05l-.073.083-1.969 1.97 1.97 1.97a.75.75 0 01-.977 1.133l-.084-.073-1.97-1.969-1.97 1.97-.084.072a.75.75 0 01-1.049-1.05l.073-.083 1.969-1.97-1.97-1.97a.75.75 0 01.977-1.133l.084.073 1.97 1.969 1.97-1.97.084-.072z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconAccountingYearCancel);\r\n","import * as React from 'react';\r\n\r\nfunction IconAccountingYear(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M16.25 2a.75.75 0 01.75.75V3h2.25c.966 0 1.75.784 1.75 1.75v14.5A1.75 1.75 0 0119.25 21H4.75A1.75 1.75 0 013 19.25v-3h1.5v3a.25.25 0 00.193.243l.057.007h14.5a.25.25 0 00.243-.193l.007-.057V8h-15v3.25H3v-6.5C3 3.784 3.784 3 4.75 3H7v-.25a.75.75 0 011.5 0V3h7v-.25a.75.75 0 01.75-.75zm-6.804 8.147l.084.073 3 3a.75.75 0 01.073.976l-.073.084-3 3a.75.75 0 01-1.133-.976l.073-.084 1.719-1.72H3.75a.75.75 0 01-.102-1.493L3.75 13h6.439l-1.72-1.72a.75.75 0 01-.072-.976l.073-.084a.75.75 0 01.976-.073zM7 4.5H4.75a.25.25 0 00-.243.193L4.5 4.75V6.5h15V4.75a.25.25 0 00-.193-.243L19.25 4.5H17v.25a.75.75 0 11-1.5 0V4.5h-7v.25a.75.75 0 01-1.5 0V4.5z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconAccountingYear);\r\n","import * as React from 'react';\r\n\r\nfunction IconAccounting(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M18.25 2c.966 0 1.75.784 1.75 1.75v16.5A1.75 1.75 0 0118.25 22H5.75A1.75 1.75 0 014 20.25V3.75C4 2.784 4.784 2 5.75 2h12.5zM13 17.5H6.5a.5.5 0 00-.492.41L6 18v1.5a.5.5 0 00.41.492L6.5 20H13a.5.5 0 00.492-.41l.008-.09V18a.5.5 0 00-.41-.492L13 17.5zm4.5 0h-2a.5.5 0 00-.492.41L15 18v1.5a.5.5 0 00.41.492l.09.008h2a.5.5 0 00.492-.41L18 19.5V18a.5.5 0 00-.41-.492l-.09-.008zm-9-3.5h-2a.5.5 0 00-.492.41L6 14.5V16a.5.5 0 00.41.492l.09.008h2a.5.5 0 00.492-.41L9 16v-1.5a.5.5 0 00-.41-.492L8.5 14zm9 0h-2a.5.5 0 00-.492.41L15 14.5V16a.5.5 0 00.41.492l.09.008h2a.5.5 0 00.492-.41L18 16v-1.5a.5.5 0 00-.41-.492L17.5 14zM13 14h-2a.5.5 0 00-.492.41l-.008.09V16a.5.5 0 00.41.492l.09.008h2a.5.5 0 00.492-.41L13.5 16v-1.5a.5.5 0 00-.41-.492L13 14zm-4.5-3.5h-2a.5.5 0 00-.492.41L6 11v1.5a.5.5 0 00.41.492L6.5 13h2a.5.5 0 00.492-.41L9 12.5V11a.5.5 0 00-.41-.492L8.5 10.5zm9 0h-2a.5.5 0 00-.492.41L15 11v1.5a.5.5 0 00.41.492l.09.008h2a.5.5 0 00.492-.41L18 12.5V11a.5.5 0 00-.41-.492l-.09-.008zm-4.5 0h-2a.5.5 0 00-.492.41L10.5 11v1.5a.5.5 0 00.41.492L11 13h2a.5.5 0 00.492-.41l.008-.09V11a.5.5 0 00-.41-.492L13 10.5zM17.5 4h-11a.5.5 0 00-.492.41L6 4.5V8a.5.5 0 00.41.492l.09.008h11a.5.5 0 00.492-.41L18 8V4.5a.5.5 0 00-.41-.492L17.5 4zm-1 1a.5.5 0 01.5.5V7a.5.5 0 01-.5.5h-1A.5.5 0 0115 7V5.5a.5.5 0 01.5-.5h1z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconAccounting);\r\n","import * as React from 'react';\r\n\r\nfunction IconArrowBottom(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M8.25 18h7.5a.75.75 0 110 1.5h-7.5a.75.75 0 110-1.5zM12 4.5a.75.75 0 01.743.648l.007.102v8.189l2.22-2.22a.75.75 0 011.133.977l-.073.084-3.5 3.5a.754.754 0 01-.078.069l.078-.069-.042.04-.052.04-.114.068-.098.038-.084.02-.088.012L12 16l-.029-.002h-.023l-.021-.003-.054-.006-.07-.015-.072-.024-.1-.047-.082-.054-.08-.069-3.5-3.5a.75.75 0 01.977-1.133l.084.073 2.22 2.219V5.25A.75.75 0 0112 4.5z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconArrowBottom);\r\n","import * as React from 'react';\r\n\r\nfunction IconArrowDown(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M12 6.25a.75.75 0 01.743.648L12.75 7l-.001 8.189 2.22-2.22a.75.75 0 011.134.977l-.073.084-3.5 3.5-.038.036-.046.037h-.002l-.008.007-.081.051-.134.056-.085.02-.084.011h-.103l-.12-.018-.12-.039-.078-.038-.082-.054-.08-.069-3.5-3.5a.75.75 0 01.977-1.133l.084.073 2.219 2.218L11.25 7a.75.75 0 01.75-.75z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconArrowDown);\r\n","import * as React from 'react';\r\n\r\nfunction IconArrowEnd(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M18.75 7.5a.75.75 0 01.75.75v7.5a.75.75 0 11-1.5 0v-7.5a.75.75 0 01.75-.75zm-6.554.397l.084.073 3.5 3.5c.025.024.048.05.069.078l-.069-.078.04.042.04.052.068.114.038.098.02.084.012.088v.104l-.018.119-.03.098-.047.1-.032.051-.027.038-.064.072-3.5 3.5a.75.75 0 01-1.133-.976l.073-.084 2.219-2.22H5.25a.75.75 0 01-.102-1.493l.102-.007h8.189l-2.22-2.22a.75.75 0 01.977-1.133z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconArrowEnd);\r\n","import * as React from 'react';\r\n\r\nfunction IconArrowLeft(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M11.03 7.97a.75.75 0 01.073.976l-.073.084-2.219 2.219L17 11.25a.75.75 0 01.102 1.493L17 12.75l-8.19-.001 2.22 2.22a.75.75 0 01-.976 1.134l-.084-.073-3.5-3.5-.08-.094-.051-.081-.05-.116-.027-.103-.01-.089v-.094l.018-.124.03-.099.047-.099.054-.082.069-.08 3.5-3.5a.75.75 0 011.06 0z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconArrowLeft);\r\n","import * as React from 'react';\r\n\r\nfunction IconArrowRight(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M13.946 7.897l.084.073 3.5 3.5.036.038.044.056.051.081.05.116.027.103.01.084v.103l-.018.12-.039.12-.038.078-.06.09-.063.071-3.5 3.5a.75.75 0 01-1.133-.976l.073-.084 2.218-2.22H7a.75.75 0 01-.102-1.493L7 11.25h8.189l-2.22-2.22a.75.75 0 01.977-1.133z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconArrowRight);\r\n","import * as React from 'react';\r\n\r\nfunction IconArrowStart(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M5.25 7.5a.75.75 0 01.75.75v7.5a.75.75 0 11-1.5 0v-7.5a.75.75 0 01.75-.75zm7.53.47a.75.75 0 01.073.976l-.073.084-2.219 2.22h8.189a.75.75 0 01.102 1.493l-.102.007h-8.189l2.22 2.22a.75.75 0 01-.977 1.133l-.084-.073-3.5-3.5-.055-.06-.046-.065-.049-.088-.044-.12-.018-.089L8 11.965l.019-.136.03-.098.047-.1.054-.082.069-.08 3.5-3.5a.75.75 0 011.06 0z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconArrowStart);\r\n","import * as React from 'react';\r\n\r\nfunction IconArrowTop(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M11.86 8.013l.067-.01.125-.001.119.018.098.03.1.047.051.032.038.027.072.064 3.5 3.5a.75.75 0 01-.976 1.133l-.084-.073-2.22-2.219v8.189a.75.75 0 01-1.493.102l-.007-.102v-8.189l-2.22 2.22a.75.75 0 01-1.133-.977l.073-.084 3.5-3.5.042-.04.052-.04.114-.068.098-.038.084-.02zM15.75 4.5a.75.75 0 110 1.5h-7.5a.75.75 0 010-1.5h7.5z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconArrowTop);\r\n","import * as React from 'react';\r\n\r\nfunction IconArrowUp(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M11.864 6.262l.089-.01h.095l.123.018.12.039.078.038.09.06.071.063 3.5 3.5a.75.75 0 01-.976 1.133l-.084-.073-2.22-2.219V17a.75.75 0 01-1.493.102L11.25 17V8.81l-2.22 2.22a.75.75 0 01-1.133-.976l.073-.084 3.5-3.5.094-.08.081-.051.134-.056.085-.02z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconArrowUp);\r\n","import * as React from 'react';\r\n\r\nfunction IconAttachAuto(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M7.916 10.159l1.06 1.06-2.663 2.665a3.75 3.75 0 005.159 5.44l.144-.137 6.657-6.657a.75.75 0 011.128.984l-.067.077-6.657 6.657a5.25 5.25 0 01-7.575-7.269l.15-.156 2.664-2.664zm11.771-6.468a3.75 3.75 0 01.137 5.16l-.137.144-9.132 9.132a2.25 2.25 0 01-3.287-3.07l.105-.112 6.657-6.657a.75.75 0 011.128.984l-.067.076-6.657 6.657a.75.75 0 00.984 1.128l.077-.067 9.132-9.132a2.25 2.25 0 00-3.07-3.287l-.112.105-2.933 2.932-1.061-1.061 2.933-2.932a3.75 3.75 0 015.303 0zM4 9a2 2 0 002 2 2 2 0 00-1.995 1.85L4 13l-.004-.132A2 2 0 002 11a2 2 0 002-2zm6-2.5a2 2 0 002 2 2 2 0 00-1.995 1.85L10 10.5l-.004-.132A2 2 0 008 8.5a2 2 0 002-2zM6.5 2c0 2.21 2.015 4 4.5 4-2.412 0-4.381 1.687-4.495 3.806L6.5 10l-.01-.263C6.338 7.65 4.386 6 2 6c2.485 0 4.5-1.79 4.5-4z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconAttachAuto);\r\n","import * as React from 'react';\r\n\r\nfunction IconAttachCancel(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M19.026 18.467a.75.75 0 01-.977 1.133l-.084-.073-2.288-2.288-3.005 3.006a5.25 5.25 0 01-7.574-7.269l.15-.156 3.005-3.005-2.288-2.288a.75.75 0 01.977-1.133l.084.073 12 12zm-9.713-7.592l-3.005 3.006a3.75 3.75 0 005.16 5.44l.144-.137 3.005-3.005-1.061-1.061-3.005 3.005a2.25 2.25 0 01-3.287-3.069l.105-.113 3.005-3.005-1.061-1.061zm2.122 2.122L8.43 16.002a.75.75 0 00.984 1.128l.076-.067 3.005-3.006-1.06-1.06zm7.894-.47a.75.75 0 01.067.984l-.067.077-1.53 1.53-1.061-1.061 1.53-1.53a.75.75 0 011.061 0zm.354-8.839a3.75 3.75 0 01.137 5.16l-.137.144-4.006 4.004-1.06-1.06 4.005-4.005a2.25 2.25 0 00-3.07-3.287l-.112.105-4.005 4.005-1.061-1.061 4.005-4.005a3.75 3.75 0 015.304 0zm-4.596 4.597a.75.75 0 01.067.983l-.067.077-1.531 1.53-1.061-1.061 1.53-1.53a.75.75 0 011.062 0z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconAttachCancel);\r\n","import * as React from 'react';\r\n\r\nfunction IconAttach(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M14.38 3.688a3.75 3.75 0 015.44 5.16l-.137.144-9.132 9.131a2.25 2.25 0 01-3.287-3.069l.105-.113 6.657-6.656a.75.75 0 011.128.983l-.067.077-6.657 6.657a.75.75 0 00.984 1.128l.076-.067 9.132-9.132a2.25 2.25 0 00-3.07-3.287l-.112.105-9.132 9.132a3.75 3.75 0 005.16 5.44l.144-.137 6.657-6.657a.75.75 0 011.127.984l-.067.077-6.657 6.657a5.25 5.25 0 01-7.574-7.269l.15-.156 9.131-9.132z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconAttach);\r\n","import * as React from 'react';\r\n\r\nfunction IconAutotextInsert(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M14.75 5.75a.25.25 0 00-.193-.243L14.5 5.5H14a.75.75 0 01-.102-1.493L14 4h.5c.372 0 .718.116 1.001.315.242-.17.53-.28.841-.308L16.5 4h.5l.102.007a.75.75 0 010 1.486L17 5.5h-.5l-.057.007a.25.25 0 00-.184.175l-.009.068V8h4c.966 0 1.75.784 1.75 1.75v4.5A1.75 1.75 0 0120.25 16h-4v2.25l.007.057a.25.25 0 00.175.184l.068.009h.5l.102.007a.75.75 0 010 1.486L17 20h-.5l-.144-.006a1.74 1.74 0 01-.856-.308 1.734 1.734 0 01-.856.308L14.5 20H14a.75.75 0 01-.102-1.493L14 18.5h.5a.25.25 0 00.243-.193l.007-.057V5.75zm5.5 3.75h-4v5h4a.25.25 0 00.243-.193l.007-.057v-4.5a.25.25 0 00-.193-.243L20.25 9.5zM6 11a1 1 0 110 2 1 1 0 010-2zm3.5 0a1 1 0 110 2 1 1 0 010-2zm3.5 0c.087 0 .17.011.25.032v1.936A1.002 1.002 0 0112 12a1 1 0 011-1zm-9.25 5A1.75 1.75 0 012 14.25v-4.5C2 8.784 2.784 8 3.75 8h9.5v1.5h-9.5a.25.25 0 00-.243.193L3.5 9.75v4.5a.25.25 0 00.193.243l.057.007h9.5V16h-9.5z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconAutotextInsert);\r\n","import * as React from 'react';\r\n\r\nfunction IconAutotext(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M20.25 8c.966 0 1.75.784 1.75 1.75v4.5A1.75 1.75 0 0120.25 16H3.75A1.75 1.75 0 012 14.25v-4.5C2 8.784 2.784 8 3.75 8h16.5zm0 1.5H3.75a.25.25 0 00-.243.193L3.5 9.75v4.5a.25.25 0 00.193.243l.057.007h16.5a.25.25 0 00.243-.193l.007-.057v-4.5a.25.25 0 00-.193-.243L20.25 9.5zM6 11a1 1 0 110 2 1 1 0 010-2z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconAutotext);\r\n","import * as React from 'react';\r\n\r\nfunction IconBasicTabs(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M18.5 12.25l1.5 1.5V21a1 1 0 01-1 1H5a1 1 0 01-1-1v-7.25l1.5-1.5v8.25h13v-8.25zm-6.875.582l.375.375.375-.375a1.591 1.591 0 112.25 2.25L12 17.707l-2.625-2.625a1.591 1.591 0 012.25-2.25zm.821-10.685l.084.073L17 6.689V5.5a.5.5 0 01.5-.5h.5a.5.5 0 01.5.5v2.689l3.03 3.03a.75.75 0 01-.976 1.134l-.084-.073L12 3.811l-8.47 8.47a.75.75 0 01-.976.072l-.084-.073a.75.75 0 01-.073-.976l.073-.084 9-9a.75.75 0 01.976-.073z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconBasicTabs);\r\n","import * as React from 'react';\r\n\r\nfunction IconBasic(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M15.25 18.999V21h-2.5v-2.001h2.5zM21 16.75v2.5A1.75 1.75 0 0119.25 21h-2.5v-2.001H19V16.75h2zm-11.5-4c.966 0 1.75.784 1.75 1.75v4.75A1.75 1.75 0 019.5 21H4.75A1.75 1.75 0 013 19.25V14.5c0-.966.784-1.75 1.75-1.75H9.5zm11.5 0v2.5h-2v-2.5h2zm0-4v2.5h-2v-2.5h2zm-16 0v2.5H3v-2.5h2zM19.25 3c.966 0 1.75.784 1.75 1.75v2.5h-2V4.999h-2.25V3h2.5zm-12 0v1.999H5V7.25H3v-2.5C3 3.784 3.784 3 4.75 3h2.5zm4 0v1.999h-2.5V3h2.5zm4 0v1.999h-2.5V3h2.5z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconBasic);\r\n","import * as React from 'react';\r\n\r\nfunction IconBellSolid(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M14.5 19.5a2.5 2.5 0 01-4.995.164L9.5 19.5h5zM12 2c.915 0 1.686.767 1.924 1.815A6.002 6.002 0 0118 9.5V15l1.6 1.2A1 1 0 0119 18H5a1 1 0 01-.6-1.8L6 15V9.5a6.003 6.003 0 014.077-5.685C10.314 2.767 11.085 2 12 2z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconBellSolid);\r\n","import * as React from 'react';\r\n\r\nfunction IconBook(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M17 4.5c1.583 0 3.165.45 4.748 1.352a.5.5 0 01.252.435V19.15a.5.5 0 01-.728.445C19.848 18.865 18.424 18.5 17 18.5c-1.667 0-3.333.5-5 1.5-1.667-1-3.333-1.5-5-1.5-1.424 0-2.848.365-4.272 1.095A.5.5 0 012 19.15V6.287a.5.5 0 01.252-.435C3.835 4.951 5.417 4.5 7 4.5c1.667 0 3.333.5 5 1.5 1.667-1 3.333-1.5 5-1.5zM17 6c-1.284 0-2.586.363-3.92 1.108l-.308.178L12 7.75l-.772-.463C9.786 6.421 8.383 6 7 6c-1.11 0-2.232.271-3.378.825l-.122.062v10.739l.056-.02a10.363 10.363 0 013.059-.598L7 17c1.585 0 3.156.382 4.704 1.134l.296.149.296-.149c1.429-.694 2.878-1.073 4.339-1.127L17 17c1.027 0 2.05.16 3.065.48l.435.147V6.887l-.122-.062c-1.041-.504-2.064-.773-3.075-.818L17 6zm0 7.75c.836 0 1.669.115 2.5.344v1.567a7.98 7.98 0 00-2.5-.411c-1.16 0-2.325.266-3.501.804v-1.627A9.628 9.628 0 0117 13.75zm0-3c.836 0 1.669.115 2.5.344v1.567a7.98 7.98 0 00-2.5-.411c-1.16 0-2.325.266-3.501.804v-1.627A9.628 9.628 0 0117 10.75zm0-3c.836 0 1.669.115 2.5.344v1.567A7.98 7.98 0 0017 9.25c-1.16 0-2.325.266-3.501.804V8.427A9.628 9.628 0 0117 7.75z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconBook);\r\n","import * as React from 'react';\r\n\r\nfunction IconBooking(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M19.25 2a.75.75 0 01.743.648L20 2.75v18.5a.75.75 0 01-.648.743L19.25 22H6.75a2.75 2.75 0 01-2.739-3H4V5l.043.001A.749.749 0 014 4.75a2.75 2.75 0 012.582-2.745L6.75 2h12.5zm-.75 16H6.75a1.25 1.25 0 00-.128 2.494l.128.006H18.5v-.75H6.75a.5.5 0 110-1H18.5V18zM5.506 4.622L5.5 4.75a.749.749 0 01-.043.251L5.5 5v11.8a2.732 2.732 0 011-.289V3.525a1.25 1.25 0 00-.994 1.097zM18.5 3.5h-11v13h11v-13zM14.25 9a.75.75 0 110 1.5h-2.5a.75.75 0 110-1.5h2.5zm2-3a.75.75 0 110 1.5h-6.5a.75.75 0 010-1.5h6.5z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconBooking);\r\n","import * as React from 'react';\r\n\r\nfunction IconBudget(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M10.75 11c.966 0 1.75.784 1.75 1.75v7.5A1.75 1.75 0 0110.75 22h-6A1.75 1.75 0 013 20.25v-7.5c0-.966.784-1.75 1.75-1.75h6zm.25 8.5H9.5v1H11v-1zm-2.5 0h-4v1h4v-1zM14.586 2a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707v9.836A1.75 1.75 0 0119.25 20H13.5v-1.5h5.75a.25.25 0 00.243-.193l.007-.057V9h-3.75a1.75 1.75 0 01-1.744-1.606L14 7.25V3.499L8.25 3.5a.25.25 0 00-.243.193L8 3.75V10H6.5V3.75C6.5 2.784 7.284 2 8.25 2h6.336zM11 17.5H9.5v1H11v-1zm-2.5 0H7v1h1.5v-1zm-2.5 0H4.5v1H6v-1zm10.016-6.984c.152 0 .333.058.371.263l.008.084v.242c.554.063 1.043.247 1.34.536.21.203.32.418.32.644 0 .29-.239.492-.516.492-.242 0-.437-.074-.648-.234-.328-.25-.586-.348-.93-.348-.379 0-.61.23-.61.48 0 .226.168.369.56.457l.14.028.687.121c1 .176 1.508.68 1.508 1.508 0 .908-.638 1.554-1.67 1.741l-.185.029v.175c0 .27-.207.352-.375.352-.157 0-.34-.065-.38-.269l-.007-.083v-.164c-.649-.047-1.211-.242-1.543-.558-.2-.196-.316-.41-.316-.645 0-.347.265-.543.59-.543.159 0 .308.044.495.162l.118.08c.343.254.726.395 1.043.395.48 0 .722-.203.722-.5 0-.217-.177-.353-.617-.458l-.14-.03-.672-.133c-.996-.192-1.489-.703-1.489-1.54 0-.885.638-1.523 1.633-1.683l.18-.023v-.23c0-.274.21-.348.383-.348zM11 15.5H9.5v1H11v-1zm-2.5 0H7v1h1.5v-1zm-2.5 0H4.5v1H6v-1zm5-3H4.5v2H11v-2zm4.5-7.881V7.25a.25.25 0 00.193.243l.057.007h2.631L15.5 4.619z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconBudget);\r\n","import * as React from 'react';\r\n\r\nfunction IconCalendar(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M16.25 2c.414 0 .75.294.75.656V3h2.25c.966 0 1.75.83 1.75 1.853v14.294C21 20.17 20.216 21 19.25 21H4.75C3.784 21 3 20.17 3 19.147V4.853C3 3.83 3.784 3 4.75 3H7v-.344C7 2.294 7.336 2 7.75 2s.75.294.75.656V3h7v-.344c0-.362.336-.656.75-.656zm3.25 6h-15v11.147c0 .125.082.23.193.258l.057.007h14.5a.254.254 0 00.243-.204l.007-.06V8zm-11 7a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-2a.5.5 0 01-.5-.5v-1a.5.5 0 01.5-.5h2zm4.5 0a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-2a.5.5 0 01-.5-.5v-1a.5.5 0 01.5-.5h2zm4.5 0a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-2a.5.5 0 01-.5-.5v-1a.5.5 0 01.5-.5h2zm-9-4.5a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-2A.5.5 0 016 12v-1a.5.5 0 01.5-.5h2zm4.5 0a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-2a.5.5 0 01-.5-.5v-1a.5.5 0 01.5-.5h2zm4.5 0a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-2a.5.5 0 01-.5-.5v-1a.5.5 0 01.5-.5h2zM7 4.588H4.75a.254.254 0 00-.243.204l-.007.06V6.5h15V4.853a.262.262 0 00-.193-.258l-.057-.007H17v.256c0 .362-.336.656-.75.656s-.75-.294-.75-.656v-.256h-7v.256c0 .362-.336.656-.75.656S7 5.206 7 4.844v-.256z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconCalendar);\r\n","import * as React from 'react';\r\n\r\nfunction IconCashAccount(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M20 8a2 2 0 012 2v9a2 2 0 01-2 2H8a2 2 0 01-2-2v-9a2 2 0 012-2h12zm.5 5h-13v6a.5.5 0 00.41.492L8 19.5h12a.5.5 0 00.492-.41L20.5 19v-6zM12 15a.5.5 0 01.5.5V17a.5.5 0 01-.5.5h-2a.5.5 0 01-.5-.5v-1.5a.5.5 0 01.5-.5h2zm4.607-10.568L17.294 7h-1.553l-.583-2.18a.5.5 0 00-.524-.369l-.089.016L3.92 7.314a.5.5 0 00-.369.523l.016.089L5 13.276v3.905a1.992 1.992 0 01-.812-1.14l-2.07-7.727a2 2 0 011.414-2.45l10.625-2.846a2 2 0 012.45 1.414zM20 9.5H8a.5.5 0 00-.492.41L7.5 10v1.5h13V10a.5.5 0 00-.41-.492L20 9.5z\"\r\n fill=\"currentColor\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconCashAccount);\r\n","import * as React from 'react';\r\n\r\nfunction IconCashReports(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M13.586 2a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V20.25A1.75 1.75 0 0118.25 22H5.75A1.75 1.75 0 014 20.25V3.75C4 2.784 4.784 2 5.75 2h7.836zM13 3.5H5.75a.25.25 0 00-.243.193L5.5 3.75v16.5a.25.25 0 00.193.243l.057.007h12.5a.25.25 0 00.243-.193l.007-.057V9h-3.75a1.75 1.75 0 01-1.744-1.606L13 7.25V3.5zm-1.143 6.234c.215 0 .434.097.48.36l.009.107v.387c.714.091 1.353.338 1.75.725.301.285.463.602.463.902 0 .355-.28.602-.618.602-.29 0-.51-.102-.779-.333-.456-.435-.843-.607-1.38-.607-.634 0-1.037.36-1.037.811 0 .372.266.62.843.762l.15.033 1.016.21c1.353.263 2.02.934 2.02 2.035 0 1.218-.86 2.076-2.251 2.304l-.193.027v.338c0 .344-.247.468-.49.468-.214 0-.437-.098-.484-.361l-.01-.107v-.327c-.816-.07-1.535-.322-1.981-.736-.301-.274-.473-.585-.473-.908 0-.419.306-.655.688-.655.236 0 .43.075.735.333.478.435 1.005.66 1.547.66.758 0 1.166-.338 1.166-.853 0-.374-.264-.605-.921-.77l-.159-.036-1.01-.22c-1.3-.269-1.955-.967-1.955-2.063 0-1.187.855-2.034 2.199-2.223l.186-.022v-.376c0-.349.247-.467.489-.467zM14.5 4.62v2.63a.25.25 0 00.193.243l.057.007h2.63L14.5 4.621z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconCashReports);\r\n","import * as React from 'react';\r\n\r\nfunction IconChatSolid(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M19.557 13.056c1.474.7 2.443 1.881 2.443 3.222 0 1.294-.903 2.44-2.292 3.147l.89 1.582a.556.556 0 01-.748.761l-.084-.055-2.059-1.647a7.87 7.87 0 01-1.263.1c-2.853 0-5.205-1.506-5.52-3.444 2.666-.007 5.071-.766 6.817-1.966a7.924 7.924 0 001.802-1.682l.014-.018zM10.889 3.5c4.91 0 8.889 2.736 8.889 6.111 0 3.309-3.825 6.004-8.601 6.108l-.426.003-5.406 4.324a.556.556 0 01-.832-.706l2.398-4.262C3.999 14.074 2 12.003 2 9.61 2 6.236 5.98 3.5 10.889 3.5z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconChatSolid);\r\n","import * as React from 'react';\r\n\r\nfunction IconChat(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M20.313 12.156c.59.664.937 1.466.937 2.344 0 1.01-.467 1.944-1.272 2.68l-.21.179.885 1.77c.174.348.174.753.01 1.096l-.068.125-.084.118c-.352.44-.948.585-1.501.347l-.127-.062-.129-.09-2.446-1.955-.233.021-.19.012-.385.009c-2.065 0-3.908-.798-4.923-2.035a13.97 13.97 0 002.216-.108c.728.397 1.667.643 2.707.643.209 0 .415-.01.619-.03l.303-.037.323-.047 2.059 1.649-.969-1.94.582-.36c.86-.533 1.333-1.252 1.333-1.985 0-.371-.122-.733-.343-1.065.3-.336.562-.69.781-1.06l.125-.219zM11 3.25c4.786 0 8.75 2.725 8.75 6.25 0 3.455-3.81 6.143-8.47 6.247l-.139.001-4.662 3.73a1.25 1.25 0 01-1.567-.004l-.1-.09-.09-.102a1.25 1.25 0 01-.174-1.27l.06-.124 1.737-3.087-.23-.106c-2.193-1.046-3.646-2.768-3.842-4.737l-.017-.228-.006-.23c0-3.525 3.964-6.25 8.75-6.25zm0 1.5c-4.05 0-7.25 2.2-7.25 4.75 0 1.679 1.397 3.263 3.66 4.119l.255.092.85.293-1.969 3.498 4.072-3.255.267.002.384-.002c3.922-.095 6.981-2.253 6.981-4.747 0-2.55-3.2-4.75-7.25-4.75z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconChat);\r\n","import * as React from 'react';\r\n\r\nfunction IconChevronDownDouble(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M6.47 6.47a.75.75 0 01.976-.073l.084.073L12 10.939l4.47-4.47a.75.75 0 01.976-.072l.084.073a.75.75 0 01.073.976l-.073.084-5 5a.75.75 0 01-.976.073l-.084-.073-5-5a.75.75 0 010-1.06zm0 5a.75.75 0 01.976-.073l.084.073L12 15.939l4.47-4.47a.75.75 0 01.976-.072l.084.073a.75.75 0 01.073.976l-.073.084-5 5a.75.75 0 01-.976.073l-.084-.073-5-5a.75.75 0 010-1.06z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconChevronDownDouble);\r\n","import * as React from 'react';\r\n\r\nfunction IconChevronDownSolid(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M5.854 9.354l5.792 5.792a.5.5 0 00.708 0l5.792-5.792a.5.5 0 00-.353-.854H6.207a.5.5 0 00-.353.854z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconChevronDownSolid);\r\n","import * as React from 'react';\r\n\r\nfunction IconChevronDown(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M6.47 10.03a.75.75 0 01.976-1.133l.084.073L12 13.439l4.47-4.47a.75.75 0 01.976-.072l.084.073a.75.75 0 01.073.976l-.073.084-5 5a.75.75 0 01-.976.073l-.084-.073-5-5z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconChevronDown);\r\n","import * as React from 'react';\r\n\r\nfunction IconChevronLeftDouble(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M17.53 6.47a.75.75 0 01.073.976l-.073.084L13.061 12l4.47 4.47a.75.75 0 01.072.976l-.073.084a.75.75 0 01-.976.073l-.084-.073-5-5a.75.75 0 01-.073-.976l.073-.084 5-5a.75.75 0 011.06 0zm-5 0a.75.75 0 01.073.976l-.073.084L8.061 12l4.47 4.47a.75.75 0 01.072.976l-.073.084a.75.75 0 01-.976.073l-.084-.073-5-5a.75.75 0 01-.073-.976l.073-.084 5-5a.75.75 0 011.06 0z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconChevronLeftDouble);\r\n","import * as React from 'react';\r\n\r\nfunction IconChevronLeft(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M13.97 6.47a.75.75 0 011.133.976l-.073.084L10.561 12l4.47 4.47a.75.75 0 01.072.976l-.073.084a.75.75 0 01-.976.073l-.084-.073-5-5a.75.75 0 01-.073-.976l.073-.084 5-5z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconChevronLeft);\r\n","import * as React from 'react';\r\n\r\nfunction IconChevronRightDouble(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M11.47 6.47a.75.75 0 01.976-.073l.084.073 5 5 .073.084a.75.75 0 01.007.882l-.08.094-5 5-.084.073a.75.75 0 01-.882.007l-.094-.08-.073-.084a.75.75 0 01-.007-.882l.08-.094L15.939 12l-4.47-4.47-.072-.084a.75.75 0 01.073-.976zm-5 0a.75.75 0 01.976-.073l.084.073 5 5 .073.084a.75.75 0 01.007.882l-.08.094-5 5-.084.073a.75.75 0 01-.882.007l-.094-.08-.073-.084a.75.75 0 01-.007-.882l.08-.094L10.939 12l-4.47-4.47-.072-.084a.75.75 0 01.073-.976z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconChevronRightDouble);\r\n","import * as React from 'react';\r\n\r\nfunction IconChevronRight(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M10.03 6.47a.75.75 0 00-1.133.976l.073.084L13.439 12l-4.47 4.47a.75.75 0 00-.072.976l.073.084a.75.75 0 00.976.073l.084-.073 5-5a.75.75 0 00.073-.976l-.073-.084-5-5z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconChevronRight);\r\n","import * as React from 'react';\r\n\r\nfunction IconChevronUpDouble(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M6.47 12.53a.75.75 0 01-.073-.976l.073-.084 5-5 .084-.073a.75.75 0 01.882-.007l.094.08 5 5 .073.084a.75.75 0 01.007.882l-.08.094-.084.073a.75.75 0 01-.882.007l-.094-.08L12 8.061l-4.47 4.47-.084.072a.75.75 0 01-.976-.073zm0 5a.75.75 0 01-.073-.976l.073-.084 5-5 .084-.073a.75.75 0 01.882-.007l.094.08 5 5 .073.084a.75.75 0 01.007.882l-.08.094-.084.073a.75.75 0 01-.882.007l-.094-.08L12 13.061l-4.47 4.47-.084.072a.75.75 0 01-.976-.073z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconChevronUpDouble);\r\n","import * as React from 'react';\r\n\r\nfunction IconChevronUpSolid(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M5.854 14.646l5.792-5.792a.5.5 0 01.708 0l5.792 5.792a.5.5 0 01-.353.854H6.207a.5.5 0 01-.353-.854z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconChevronUpSolid);\r\n","import * as React from 'react';\r\n\r\nfunction IconChevronUp(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M17.53 13.97a.75.75 0 01-.976 1.133l-.084-.073L12 10.561l-4.47 4.47a.75.75 0 01-.976.072l-.084-.073a.75.75 0 01-.073-.976l.073-.084 5-5a.75.75 0 01.976-.073l.084.073 5 5z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconChevronUp);\r\n","import * as React from 'react';\r\n\r\nfunction IconCircleClose(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n clipRule=\"evenodd\"\r\n d=\"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2zm0 1.5a8.5 8.5 0 100 17 8.5 8.5 0 000-17zM8.641 8.641a.75.75 0 01.984-.067l.077.067L12 10.94l2.298-2.298a.75.75 0 011.128.984l-.067.077L13.06 12l2.298 2.298a.75.75 0 01-.984 1.128l-.077-.067L12 13.06l-2.298 2.298a.75.75 0 01-1.128-.984l.067-.077L10.94 12 8.641 9.702a.75.75 0 010-1.06z\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconCircleClose);\r\n","import * as React from 'react';\r\n\r\nfunction IconCircleMinus(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2zm0 1.5a8.5 8.5 0 100 17 8.5 8.5 0 000-17zm4 7.75c.934 0 1.027 1.366.102 1.493-8 0 0 0-8.102.007-.934 0-1.027-1.366-.102-1.493z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconCircleMinus);\r\n","import * as React from 'react';\r\n\r\nfunction IconCirclePlus(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2zm0 1.5a8.5 8.5 0 100 17 8.5 8.5 0 000-17zm0 3.75a.75.75 0 01.743.648L12.75 8v3.25H16a.75.75 0 01.102 1.493L16 12.75h-3.25V16a.75.75 0 01-1.493.102L11.25 16v-3.25H8a.75.75 0 01-.102-1.493L8 11.25h3.25V8a.75.75 0 01.75-.75z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconCirclePlus);\r\n","import * as React from 'react';\r\n\r\nfunction IconCircleTick(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2zm0 1.5a8.5 8.5 0 100 17 8.5 8.5 0 000-17zm4.403 3.867a.75.75 0 01.282.938l-.052.098-5.091 8a.75.75 0 01-1.145.145l-.074-.08-2.909-3.636a.75.75 0 011.096-1.018l.076.081 2.253 2.817 4.528-7.115a.75.75 0 011.036-.23z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconCircleTick);\r\n","import * as React from 'react';\r\n\r\nfunction IconClampOpen(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M11.03 12.97a.75.75 0 01.073.976l-.073.084-5.72 5.72H8.5a.75.75 0 01.743.648l.007.102a.75.75 0 01-.648.743l-.102.007-5.051-.002-.12-.018-.068-.019-.06-.023-.07-.035-.082-.054-.08-.07a.749.749 0 01-.096-.118l-.05-.09-.04-.103a.737.737 0 01-.026-.116L2.75 20.5v-5a.75.75 0 011.493-.102l.007.102-.001 3.189 5.72-5.72a.75.75 0 011.061 0zm4.368-10.213l.102-.007h5l.07.003.101.017.068.019.06.023.07.035.082.054.08.07a.749.749 0 01.096.118l.05.09.04.103c.012.037.02.076.026.116l.007.102v5a.75.75 0 01-1.493.102L19.75 8.5V5.31l-5.72 5.72a.75.75 0 01-1.133-.976l.073-.084 5.718-5.72H15.5a.75.75 0 01-.743-.648L14.75 3.5a.75.75 0 01.648-.743z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconClampOpen);\r\n","import * as React from 'react';\r\n\r\nfunction IconClamp(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M5.398 12.757l.102-.007h5l.07.003.101.017.068.019.06.023.07.035.082.054.08.07a.749.749 0 01.096.118l.05.09.04.103c.012.037.02.076.026.116l.007.102v5a.75.75 0 01-1.493.102L9.75 18.5v-3.19l-5.72 5.72a.75.75 0 01-1.133-.976l.073-.084 5.718-5.72H5.5a.75.75 0 01-.743-.648L4.75 13.5a.75.75 0 01.648-.743zM21.03 2.97a.75.75 0 01.073.976l-.073.084-5.72 5.72h3.19a.75.75 0 01.743.648l.007.102a.75.75 0 01-.648.743l-.102.007-5.051-.002-.12-.018-.068-.019-.06-.023-.07-.035-.082-.054-.08-.07a.749.749 0 01-.096-.118l-.05-.09-.04-.103a.737.737 0 01-.026-.116l-.007-.102v-5a.75.75 0 011.493-.102l.007.102v3.188l5.72-5.718a.75.75 0 011.06 0z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconClamp);\r\n","import * as React from 'react';\r\n\r\nfunction IconClose(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M16.554 6.397a.75.75 0 011.049 1.05l-.073.083L13.061 12l4.47 4.47a.75.75 0 01-.977 1.133l-.084-.073L12 13.061l-4.47 4.47-.084.072a.75.75 0 01-1.049-1.05l.073-.083L10.939 12l-4.47-4.47a.75.75 0 01.977-1.133l.084.073L12 10.939l4.47-4.47.084-.072z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconClose);\r\n","import * as React from 'react';\r\n\r\nfunction IconConnectionEnable(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M19 9a3 3 0 11-2.877 3.854H7.877A3.001 3.001 0 012 12a3 3 0 015.93-.647h8.14A3.001 3.001 0 0119 9zM5 10.5a1.5 1.5 0 100 3 1.5 1.5 0 000-3zm14 0a1.5 1.5 0 100 3 1.5 1.5 0 000-3z\"\r\n fill=\"currentColor\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconConnectionEnable);\r\n","import * as React from 'react';\r\n\r\nfunction IconConnectionRevoke(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M16.66 4.174a.75.75 0 01.32.933l-.045.091-8.298 14.373a.75.75 0 01-1.344-.659l.045-.091 8.298-14.373a.75.75 0 011.025-.274zM5 9a3.001 3.001 0 012.935 2.374.685.685 0 01.169-.02h1.814l-.866 1.5h-.948a.75.75 0 01-.22-.033A2.998 2.998 0 012 12a3 3 0 013-3zm14 0a3 3 0 11-2.877 3.854h-1.875l.866-1.5.956-.001A3.001 3.001 0 0119 9zM5 10.5a1.5 1.5 0 100 3 1.5 1.5 0 000-3zm14 0a1.5 1.5 0 100 3 1.5 1.5 0 000-3z\"\r\n fill=\"currentColor\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconConnectionRevoke);\r\n","import * as React from 'react';\r\n\r\nfunction IconContacts(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M18.25 2c.966 0 1.75.784 1.75 1.75v16.5A1.75 1.75 0 0118.25 22H5.75A1.75 1.75 0 014 20.25V18h-.5a.75.75 0 110-1.5H4v-3.75h-.5a.75.75 0 110-1.5H4V8h-.5a.75.75 0 010-1.5H4V3.75C4 2.784 4.784 2 5.75 2h12.5zm0 1.5H5.75a.25.25 0 00-.243.193L5.5 3.75V6.5H6A.75.75 0 016 8h-.5v3.25H6a.75.75 0 110 1.5h-.5v3.75H6A.75.75 0 116 18h-.5v2.25a.25.25 0 00.193.243l.057.007h12.5a.25.25 0 00.243-.193l.007-.057V3.75a.25.25 0 00-.193-.243L18.25 3.5zM11.866 12c2.434 0 3.88 1.316 4.34 3.95A1.75 1.75 0 0114.482 18H9.25a1.75 1.75 0 01-1.724-2.05c.46-2.634 1.906-3.95 4.34-3.95zm0-5.5c1.104 0 2 1.12 2 2.5s-.896 2.5-2 2.5c-1.105 0-2-1.12-2-2.5s.895-2.5 2-2.5z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconContacts);\r\n","import * as React from 'react';\r\n\r\nfunction IconCopy(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M6 5v1.5h-.25a.25.25 0 00-.243.193L5.5 6.75v13.5a.25.25 0 00.193.243l.057.007h9.5a.25.25 0 00.243-.193l.007-.057V20H17v.25A1.75 1.75 0 0115.25 22h-9.5A1.75 1.75 0 014 20.25V6.75C4 5.784 4.784 5 5.75 5H6zm7.586-3a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707v8.836A1.75 1.75 0 0118.25 19h-9.5A1.75 1.75 0 017 17.25V3.75C7 2.784 7.784 2 8.75 2h4.836zM13 3.5H8.75a.25.25 0 00-.243.193L8.5 3.75v13.5a.25.25 0 00.193.243l.057.007h9.5a.25.25 0 00.243-.193l.007-.057V9h-3.75a1.75 1.75 0 01-1.744-1.606L13 7.25V3.5zm1.5 1.121V7.25a.25.25 0 00.193.243l.057.007h2.629L14.5 4.621z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconCopy);\r\n","import * as React from 'react';\r\n\r\nfunction IconCourses(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M11.441 3.441a1.25 1.25 0 01.983-.058l.135.058 9.598 4.799a.85.85 0 01.464.859l-.001 6.151a.75.75 0 11-1.5 0v-4.971L19 11.339V17.5c0 1.657-3.134 3-7 3-3.772 0-6.847-1.278-6.994-2.88L5 17.5v-6.162L1.842 9.76a.85.85 0 01-.421-1.042l.041-.098a.85.85 0 01.286-.325l.094-.055 9.598-4.799zm-4.942 8.647v5.395c.009.095.385.448 1.217.791C8.82 18.73 10.351 19 12 19c1.689 0 3.253-.284 4.359-.757.472-.203.822-.425 1.023-.629l.11-.117c.003-.003.005-.004.006-.003l.002.006v-5.411l-4.941 2.47a1.25 1.25 0 01-.983.058l-.135-.058-4.942-2.471zM12 4.838L3.677 8.999l8.322 4.162 8.323-4.162L12 4.838z\"\r\n fill=\"currentColor\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconCourses);\r\n","import * as React from 'react';\r\n\r\nfunction IconCredit(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M6.499 15l.001 5.25a.25.25 0 00.193.243l.057.007h9.5a.25.25 0 00.243-.193l.007-.057V20H18v.25A1.75 1.75 0 0116.25 22h-9.5A1.75 1.75 0 015 20.25L4.999 15h1.5zm8.087-13a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707v8.836A1.75 1.75 0 0119.25 19h-9.5A1.75 1.75 0 018 17.25L7.999 15h1.5l.001 2.25a.25.25 0 00.193.243l.057.007h9.5a.25.25 0 00.243-.193l.007-.057L19.499 9H15.75a1.75 1.75 0 01-1.744-1.606L14 7.25l-.001-3.75H9.75a.25.25 0 00-.243.193L9.5 3.75 9.499 5h-1.5L8 3.75C8 2.784 8.784 2 9.75 2h4.836zM4.392 8.956a.5.5 0 01.55-.147l.082.038 2.143 1.237.074.052a.5.5 0 01.147.55l-.038.081-.052.074a.5.5 0 01-.55.147l-.081-.038-.878-.505a2.5 2.5 0 004 1.525.75.75 0 11.925 1.181 4.002 4.002 0 01-6.343-2.173l-.402.695-.052.074a.5.5 0 01-.852-.492l.038-.082L4.341 9.03l.051-.074zM8.25 6a4.001 4.001 0 013.92 3.197l.358-.62a.5.5 0 01.6-.221l.083.038a.5.5 0 01.22.601l-.037.082-1.238 2.143a.5.5 0 01-.6.221l-.083-.038-2.143-1.237a.5.5 0 01.418-.904l.082.038.914.528A2.5 2.5 0 006.711 8.03a.75.75 0 11-.925-1.181A3.985 3.985 0 018.25 6zm7.249-1.38l.001 2.63a.25.25 0 00.193.243l.057.007h2.629l-2.88-2.88z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconCredit);\r\n","import * as React from 'react';\r\n\r\nfunction IconDeletePermanently(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M12 2a4.5 4.5 0 014.472 4h-1.514a3 3 0 00-5.917 0H20.25a.75.75 0 110 1.5h-.75V18a4 4 0 01-4 4h-7a4 4 0 01-4-4V7.5h-.75a.75.75 0 010-1.5h3.777A4.5 4.5 0 0112 2zm6 5.5H6V18a2.5 2.5 0 002.336 2.495l.164.005h7a2.5 2.5 0 002.495-2.336L18 18V7.5zm-3.946 3.397a.75.75 0 011.049 1.05l-.073.083L13.061 14l1.97 1.97a.75.75 0 01-.977 1.133l-.084-.073L12 15.061l-1.97 1.97-.084.072a.75.75 0 01-1.049-1.05l.073-.083L10.939 14l-1.97-1.97a.75.75 0 01.977-1.133l.084.073L12 12.939l1.97-1.97.084-.072z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconDeletePermanently);\r\n","import * as React from 'react';\r\n\r\nfunction IconDelete(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M12 2a4.5 4.5 0 014.472 4h3.778a.75.75 0 110 1.5h-.75V18a4 4 0 01-4 4h-7a4 4 0 01-4-4V7.5h-.75a.75.75 0 010-1.5h3.777A4.5 4.5 0 0112 2zm6 5.5H6V18a2.5 2.5 0 002.336 2.495l.164.005h7a2.5 2.5 0 002.495-2.336L18 18V7.5zm-8.25 2a.75.75 0 01.75.75v7.5a.75.75 0 11-1.5 0v-7.5a.75.75 0 01.75-.75zm4.5 0a.75.75 0 01.75.75v7.5a.75.75 0 11-1.5 0v-7.5a.75.75 0 01.75-.75zM12 3.5A3 3 0 009.041 6h5.917A3 3 0 0012 3.5z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconDelete);\r\n","import * as React from 'react';\r\n\r\nfunction IconDepecriate(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M16.25 2a.75.75 0 01.75.75V3h2.25c.966 0 1.75.784 1.75 1.75v14.5A1.75 1.75 0 0119.25 21H17v-1.5h2.25a.25.25 0 00.243-.193l.007-.057V8h-15v11.25a.25.25 0 00.193.243l.057.007H7V21H4.75A1.75 1.75 0 013 19.25V4.75C3 3.784 3.784 3 4.75 3H7v-.25a.75.75 0 011.5 0V3h7v-.25a.75.75 0 01.75-.75zM12 11.25a.75.75 0 01.743.648l.007.102v6.439l1.72-1.72a.75.75 0 01.976-.072l.084.073a.75.75 0 01.073.976l-.073.084-3 3a.75.75 0 01-.976.073l-.084-.073-3-3a.75.75 0 01.976-1.133l.084.073 1.72 1.719V12a.75.75 0 01.75-.75zM7 4.5H4.75a.25.25 0 00-.243.193L4.5 4.75V6.5h15V4.75a.25.25 0 00-.193-.243L19.25 4.5H17v.25a.75.75 0 11-1.5 0V4.5h-7v.25a.75.75 0 01-1.5 0V4.5z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconDepecriate);\r\n","import * as React from 'react';\r\n\r\nfunction IconDeveloper(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M14.303 2.787a1.25 1.25 0 01.934 1.39l-.024.126-4 16a1.25 1.25 0 01-2.45-.48l.024-.126 4-16a1.25 1.25 0 011.516-.91zM7.05 5.04a1.25 1.25 0 01.242 1.65l-.082.11L2.877 12l4.333 5.2a1.25 1.25 0 01-.06 1.667l-.1.093a1.25 1.25 0 01-1.667-.06l-.093-.1-5-6a1.25 1.25 0 01-.083-1.49l.083-.11 5-6a1.25 1.25 0 011.76-.16zm9.9 0a1.25 1.25 0 011.667.06l.093.1 5 6 .083.11a1.25 1.25 0 010 1.38l-.083.11-5 6-.093.1a1.25 1.25 0 01-1.558.142l-.11-.082-.1-.093a1.25 1.25 0 01-.14-1.558l.08-.11L21.124 12 16.79 6.8l-.082-.11a1.25 1.25 0 01.242-1.65z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconDeveloper);\r\n","import * as React from 'react';\r\n\r\nfunction IconDistributionTemplate(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M20.5 17a.5.5 0 01.5.5v4a.5.5 0 01-.5.5h-4a.5.5 0 01-.5-.5v-4a.5.5 0 01.5-.5h4zm-1 1.5h-2v2h2v-2zm-5-14.75a.75.75 0 01.102 1.493l-.102.007H13a.25.25 0 00-.243.193l-.007.057v5.75h1.75a.75.75 0 01.102 1.493l-.102.007h-1.75v5.75a.25.25 0 00.193.243l.057.007h1.5a.75.75 0 01.102 1.493l-.102.007H13a1.75 1.75 0 01-1.744-1.606l-.006-.144v-5.75H9.5a.75.75 0 01-.102-1.493l.102-.007h1.75V5.5a1.75 1.75 0 011.606-1.744L13 3.75h1.5zm6 5.75a.5.5 0 01.5.5v4a.5.5 0 01-.5.5h-4a.5.5 0 01-.5-.5v-4a.5.5 0 01.5-.5h4zm-13 0a.5.5 0 01.5.5v4a.5.5 0 01-.5.5h-4A.5.5 0 013 14v-4a.5.5 0 01.5-.5h4zm12 1.5h-2v2h2v-2zm-13 0h-2v2h2v-2zm14-9a.5.5 0 01.5.5v4a.5.5 0 01-.5.5h-4a.5.5 0 01-.5-.5v-4a.5.5 0 01.5-.5h4zm-1 1.5h-2v2h2v-2z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconDistributionTemplate);\r\n","import * as React from 'react';\r\n\r\nfunction IconDocumentApprove(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M13.586 2a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V14h-1.5V9h-3.75a1.75 1.75 0 01-1.744-1.606L13 7.25V3.5H5.75a.25.25 0 00-.243.193L5.5 3.75v16.5a.25.25 0 00.193.243l.057.007H10V22H5.75A1.75 1.75 0 014 20.25V3.75C4 2.784 4.784 2 5.75 2h7.836zm6.194 13.72a.75.75 0 01.073.976l-.073.084-5 5a.75.75 0 01-.976.073l-.084-.073-3-3a.75.75 0 01.976-1.133l.084.073 2.47 2.469 4.47-4.47a.75.75 0 011.06 0zm-2.4-8.22L14.5 4.621V7.25a.25.25 0 00.193.243l.057.007h2.63z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconDocumentApprove);\r\n","import * as React from 'react';\r\n\r\nfunction IconDocumentCreateEntry(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M13.586 2a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V13h-1.5V9h-3.75a1.75 1.75 0 01-1.744-1.606L13 7.25V3.5H5.75a.25.25 0 00-.243.193L5.5 3.75v16.5a.25.25 0 00.193.243l.057.007H12V22H5.75A1.75 1.75 0 014 20.25V3.75C4 2.784 4.784 2 5.75 2h7.836zm2.164 11.5a.75.75 0 01.743.648l.007.102V17h2.75a.75.75 0 01.102 1.493l-.102.007H16.5v2.75a.75.75 0 01-1.493.102L15 21.25V18.5h-2.75a.75.75 0 01-.102-1.493L12.25 17H15v-2.75a.75.75 0 01.75-.75zM14.5 4.621V7.25a.25.25 0 00.193.243l.057.007h2.63L14.5 4.621z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconDocumentCreateEntry);\r\n","import * as React from 'react';\r\n\r\nfunction IconDocumentCut(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M11.95 11.146l2.219 3.843.868.234a2.5 2.5 0 111.826 2.042l-1.633-.438.845 1.464a2.5 2.5 0 11-2.444-1.235l-.45-.778-4.287-1.148a.75.75 0 11.388-1.45l2.839.761-1.47-2.545a.75.75 0 011.3-.75zM13.586 2a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V11h-1.5V9h-3.75a1.75 1.75 0 01-1.744-1.606L13 7.25V3.5H5.75a.25.25 0 00-.243.193L5.5 3.75v16.5a.25.25 0 00.193.243l.057.007H10V22H5.75A1.75 1.75 0 014 20.25V3.75C4 2.784 4.784 2 5.75 2h7.836zm-.176 16.675a1 1 0 101 1.732 1 1 0 00-1-1.732zm3.134-4.084a1 1 0 101.932.518 1 1 0 00-1.932-.518zM14.5 4.621V7.25a.25.25 0 00.193.243l.057.007h2.63L14.5 4.621z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconDocumentCut);\r\n","import * as React from 'react';\r\n\r\nfunction IconDocumentError(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M13.586 2a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V20.25A1.75 1.75 0 0118.25 22H5.75A1.75 1.75 0 014 20.25V3.75C4 2.784 4.784 2 5.75 2h7.836zM13 3.5H5.75a.25.25 0 00-.243.193L5.5 3.75v16.5a.25.25 0 00.193.243l.057.007h12.5a.25.25 0 00.243-.193l.007-.057V9h-3.75a1.75 1.75 0 01-1.744-1.606L13 7.25V3.5zm-1 12.91c.516 0 .935.333.935.849 0 .515-.42.848-.935.848-.516 0-.94-.333-.94-.848 0-.516.424-.849.94-.849zm0-5.978c.509 0 .883.352.917.807l.001.106-.15 3.62a.754.754 0 01-.768.736.757.757 0 01-.768-.632l-.01-.104-.135-3.62c-.022-.505.37-.913.913-.913zm2.5-5.811V7.25a.25.25 0 00.193.243l.057.007h2.63L14.5 4.621z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconDocumentError);\r\n","import * as React from 'react';\r\n\r\nfunction IconDocumentIsolatePage(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M13.586 2a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707v4.336h-1.5V9h-3.75a1.75 1.75 0 01-1.744-1.606L13 7.25V3.5H5.75a.25.25 0 00-.243.193L5.5 3.75v16.5a.25.25 0 00.193.243l.057.007h5V22h-5A1.75 1.75 0 014 20.25V3.75C4 2.784 4.784 2 5.75 2h7.836zm5.664 12.25a.75.75 0 01.743.648L20 15v4.5a.75.75 0 01-1.493.102L18.5 19.5v-2.69l-4.97 4.97a.75.75 0 01-1.133-.976l.073-.084 4.968-4.97H14.75a.75.75 0 01-.743-.648L14 15a.75.75 0 01.648-.743l.102-.007h4.5zM14.5 4.621V7.25a.25.25 0 00.193.243l.057.007h2.63L14.5 4.621z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconDocumentIsolatePage);\r\n","import * as React from 'react';\r\n\r\nfunction IconDocumentMerge(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M16.586 2a1 1 0 01.707.293l3.414 3.414a1 1 0 01.293.707v8.836A1.75 1.75 0 0119.25 17H15v3.25A1.75 1.75 0 0113.25 22h-8.5A1.75 1.75 0 013 20.25V8.75C3 7.784 3.784 7 4.75 7H9V3.75C9 2.784 9.784 2 10.75 2h5.836zM15.5 3.499l-4.75.001a.25.25 0 00-.243.193l-.007.057V7h1v1.5h-1V10H9V8.5H4.75a.25.25 0 00-.243.193L4.5 8.75v11.5a.25.25 0 00.193.243l.057.007h8.5a.25.25 0 00.243-.193l.007-.057V17h-1v-1.5h1V14H15v1.5h4.25a.25.25 0 00.243-.193l.007-.057V7.5h-2.25a1.75 1.75 0 01-1.744-1.606L15.5 5.75V3.499zM10.5 14v1.25a.25.25 0 00.193.243l.057.007h.75V17h-.75A1.75 1.75 0 019 15.25V14h1.5zm4.5-3v2h-1.5v-2H15zm-4.5 0v2H9v-2h1.5zm2-4h.75c.966 0 1.75.784 1.75 1.75V10h-1.5V8.75a.25.25 0 00-.193-.243L13.25 8.5h-.75V7zM17 4.12v1.63a.25.25 0 00.193.243L17.25 6h1.631L17 4.12z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconDocumentMerge);\r\n","import * as React from 'react';\r\n\r\nfunction IconDocumentMove(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M13.586 2a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V20.25A1.75 1.75 0 0118.25 22H5.75A1.75 1.75 0 014 20.25V12h1.5v8.25a.25.25 0 00.193.243l.057.007h12.5a.25.25 0 00.243-.193l.007-.057V9h-3.75a1.75 1.75 0 01-1.744-1.606L13 7.25V3.5h-2V2h2.586zM4.433 7.25a.5.5 0 01-.717.661l-.07-.057-1-1-.057-.07a.5.5 0 010-.568l.057-.07 1-1 .07-.057a.5.5 0 01.568 0l.07.057.057.07a.5.5 0 01.022.535L6.25 5.75V3.933a.5.5 0 01-.534-.022l-.07-.057a.5.5 0 01-.057-.638l.057-.07 1-1 .07-.057a.5.5 0 01.568 0l.07.057 1 1 .057.07a.5.5 0 010 .568l-.057.07-.07.057a.5.5 0 01-.534.022V5.75h1.817a.5.5 0 01.022-.534l.057-.07a.5.5 0 01.638-.057l.07.057 1 1a.5.5 0 01.057.638l-.057.07-1 1a.5.5 0 01-.787-.604H7.75v1.817a.5.5 0 01.534.022l.07.057a.5.5 0 01.057.638l-.057.07-1 1a.5.5 0 01-.638.057l-.07-.057-1-1a.5.5 0 01.605-.787L6.25 7.25H4.433zM14.5 4.621V7.25a.25.25 0 00.193.243l.057.007h2.63L14.5 4.621z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconDocumentMove);\r\n","import * as React from 'react';\r\n\r\nfunction IconDocumentPreview(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M13.586 2a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V12h-1.5V9h-3.75a1.75 1.75 0 01-1.744-1.606L13 7.25V3.5H5.75a.25.25 0 00-.243.193L5.5 3.75v16.5a.25.25 0 00.193.243l.057.007H10V22H5.75A1.75 1.75 0 014 20.25V3.75C4 2.784 4.784 2 5.75 2h7.836zm.164 10.75a3 3 0 100 6 3 3 0 000-6zm.75-8.129V7.25a.25.25 0 00.193.243l.057.007h2.63L14.5 4.621zm-.75 15.629a4.5 4.5 0 113.632-1.842l.036-.05 2.362 2.362a.75.75 0 01-.976 1.133l-.084-.073-2.363-2.362-.112.077a4.479 4.479 0 01-2.495.755z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconDocumentPreview);\r\n","import * as React from 'react';\r\n\r\nfunction IconDocumentReceived(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M13.586 2a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V12.5h-1.5V9h-3.75a1.75 1.75 0 01-1.744-1.606L13 7.25V3.5H5.75a.25.25 0 00-.243.193L5.5 3.75v16.5a.25.25 0 00.193.243l.057.007h12.5a.25.25 0 00.243-.193l.007-.057V17H20v3.25A1.75 1.75 0 0118.25 22H5.75A1.75 1.75 0 014 20.25V3.75C4 2.784 4.784 2 5.75 2h7.836zm-.032 9.147a.75.75 0 01.882-.007l.094.08.073.084a.75.75 0 01.007.882l-.08.094L12.811 14h6.439l.102.007a.75.75 0 010 1.486l-.102.007h-6.439l1.72 1.72.072.084a.75.75 0 01-1.05 1.049l-.083-.073-3-3-.073-.084a.75.75 0 01-.007-.882l.08-.094 3-3 .084-.073zm.946-6.526V7.25a.25.25 0 00.193.243l.057.007h2.63L14.5 4.621z\"\r\n fill=\"currentColor\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconDocumentReceived);\r\n","import * as React from 'react';\r\n\r\nfunction IconDocumentRejectedRequest(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M13.586 2a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V14h-1.5V9h-3.75a1.75 1.75 0 01-1.744-1.606L13 7.25V3.5H5.75a.25.25 0 00-.243.193L5.5 3.75v16.5a.25.25 0 00.193.243l.057.007H12V22H5.75A1.75 1.75 0 014 20.25V3.75C4 2.784 4.784 2 5.75 2h7.836zm5.218 13.647a.75.75 0 011.049 1.05l-.073.083-1.969 1.97 1.97 1.97a.75.75 0 01-.977 1.133l-.084-.073-1.97-1.969-1.97 1.97-.084.072a.75.75 0 01-1.049-1.05l.073-.083 1.969-1.97-1.97-1.97a.75.75 0 01.977-1.133l.084.073 1.97 1.969 1.97-1.97.084-.072zM14.5 4.621V7.25a.25.25 0 00.193.243l.057.007h2.63L14.5 4.621z\"\r\n fill=\"currentColor\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconDocumentRejectedRequest);\r\n","import * as React from 'react';\r\n\r\nfunction IconDocumentSplit(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M20 14v6.25A1.75 1.75 0 0118.25 22H5.75A1.75 1.75 0 014 20.25V14h4v1.5H5.5v4.75a.25.25 0 00.193.243l.057.007h12.5a.25.25 0 00.243-.193l.007-.057V15.5H16V14h4zm-6 0v1.5h-4V14h4zm0-3v1.5h-4V11h4zm.5-6.379V7.25a.25.25 0 00.193.243l.057.007h2.63L14.5 4.621zM4 3.75C4 2.784 4.784 2 5.75 2h7.836a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V12.5h-4V11h2.5V9h-3.75a1.75 1.75 0 01-1.744-1.606L13 7.25V3.5H5.75a.25.25 0 00-.243.193L5.5 3.75V11H8v1.5H4V3.75z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconDocumentSplit);\r\n","import * as React from 'react';\r\n\r\nfunction IconDocumentTime(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M13.586 2a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V20.25A1.75 1.75 0 0118.25 22H16v-1.5h2.25a.25.25 0 00.243-.193l.007-.057V9h-3.75a1.75 1.75 0 01-1.744-1.606L13 7.25V3.5H5.75a.25.25 0 00-.243.193L5.5 3.75V10H4V3.75C4 2.784 4.784 2 5.75 2h7.836zM10 10a6 6 0 110 12 6 6 0 010-12zm0 1.5a4.5 4.5 0 100 9 4.5 4.5 0 000-9zm0 .75a.75.75 0 01.743.648l.007.102v3a.75.75 0 01-.648.743L10 16.75H8a.75.75 0 01-.102-1.493L8 15.25l1.25-.001V13a.75.75 0 01.648-.743L10 12.25zm4.5-7.629V7.25a.25.25 0 00.193.243l.057.007h2.63L14.5 4.621z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconDocumentTime);\r\n","import * as React from 'react';\r\n\r\nfunction IconDocument(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M13.586 2a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V20.25A1.75 1.75 0 0118.25 22H5.75A1.75 1.75 0 014 20.25V3.75C4 2.784 4.784 2 5.75 2h7.836zM13 3.5H5.75a.25.25 0 00-.243.193L5.5 3.75v16.5a.25.25 0 00.193.243l.057.007h12.5a.25.25 0 00.243-.193l.007-.057V9h-3.75a1.75 1.75 0 01-1.744-1.606L13 7.25V3.5zm2.5 12.25a.75.75 0 01.102 1.493l-.102.007h-7a.75.75 0 01-.102-1.493l.102-.007h7zm0-4a.75.75 0 01.102 1.493l-.102.007h-7a.75.75 0 01-.102-1.493l.102-.007h7zm-1-7.129V7.25a.25.25 0 00.193.243l.057.007h2.63L14.5 4.621z\"\r\n fill=\"currentColor\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconDocument);\r\n","import * as React from 'react';\r\n\r\nfunction IconDownload(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M20.25 16.25a.75.75 0 01.743.648L21 17v1.25a3.75 3.75 0 01-3.55 3.745l-.2.005H6.75a3.75 3.75 0 01-3.745-3.55L3 18.25V17a.75.75 0 011.493-.102L4.5 17v1.25a2.25 2.25 0 002.096 2.245l.154.005h10.5a2.25 2.25 0 002.245-2.096l.005-.154V17a.75.75 0 01.75-.75zm-3.5.75a.75.75 0 110 1.5h-9.5a.75.75 0 110-1.5h9.5zM12 2a.75.75 0 01.743.648l.007.102v9.189l2.22-2.22a.75.75 0 011.133.977l-.073.084-3.5 3.5a.754.754 0 01-.078.069l.078-.069-.042.04-.052.04-.114.068-.098.038-.084.02-.088.012L12 14.5l-.052-.002-.119-.018-.098-.03-.1-.047-.082-.054-.08-.069-3.5-3.5a.75.75 0 01.977-1.133l.084.073 2.22 2.219V2.75A.75.75 0 0112 2z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconDownload);\r\n","import * as React from 'react';\r\n\r\nfunction IconDrag(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M9.5 15.5a1.5 1.5 0 110 3 1.5 1.5 0 010-3zm5 0a1.5 1.5 0 110 3 1.5 1.5 0 010-3zm-5-5a1.5 1.5 0 110 3 1.5 1.5 0 010-3zm5 0a1.5 1.5 0 110 3 1.5 1.5 0 010-3zm-5-5a1.5 1.5 0 110 3 1.5 1.5 0 010-3zm5 0a1.5 1.5 0 110 3 1.5 1.5 0 010-3z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconDrag);\r\n","import * as React from 'react';\r\n\r\nfunction IconECopedia(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M17 4c1.583 0 3.165.45 4.748 1.352a.5.5 0 01.252.435V18.65a.5.5 0 01-.728.445C19.848 18.365 18.424 18 17 18c-1.667 0-3.333.5-5 1.5-1.667-1-3.333-1.5-5-1.5-1.424 0-2.848.365-4.272 1.095A.5.5 0 012 18.65V5.787a.5.5 0 01.252-.435C3.835 4.451 5.417 4 7 4c1.667 0 3.333.5 5 1.5 1.667-1 3.333-1.5 5-1.5zM7 13.5c-1.227 0-2.289.177-3.186.536a.5.5 0 10.372.928c.77-.308 1.707-.464 2.814-.464s2.044.156 2.814.464a.5.5 0 10.372-.928C9.289 13.677 8.226 13.5 7 13.5zm10 0c-1.227 0-2.289.177-3.186.536a.5.5 0 10.372.928c.77-.308 1.707-.464 2.814-.464s2.044.156 2.814.464a.5.5 0 10.372-.928c-.897-.359-1.96-.536-3.186-.536zm-10-3c-1.227 0-2.289.177-3.186.536a.5.5 0 10.372.928c.77-.308 1.707-.464 2.814-.464s2.044.156 2.814.464a.5.5 0 10.372-.928C9.289 10.677 8.226 10.5 7 10.5zm10 0c-1.227 0-2.289.177-3.186.536a.5.5 0 10.372.928c.77-.308 1.707-.464 2.814-.464s2.044.156 2.814.464a.5.5 0 10.372-.928c-.897-.359-1.96-.536-3.186-.536zm-10-3c-1.227 0-2.289.177-3.186.536a.5.5 0 00.372.928C4.956 8.656 5.893 8.5 7 8.5s2.044.156 2.814.464a.5.5 0 10.372-.928C9.289 7.677 8.226 7.5 7 7.5zm10 0c-1.227 0-2.289.177-3.186.536a.5.5 0 00.372.928c.77-.308 1.707-.464 2.814-.464s2.044.156 2.814.464a.5.5 0 10.372-.928C19.289 7.677 18.226 7.5 17 7.5z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconECopedia);\r\n","import * as React from 'react';\r\n\r\nfunction IconESignature(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M13 2v5.25l.006.144a1.75 1.75 0 001.593 1.6L14.75 9H20v11.25A1.75 1.75 0 0118.25 22H5.75A1.75 1.75 0 014 20.25V3.75C4 2.784 4.784 2 5.75 2H13zm-3 7.75c-1.572 0-2.858 1.745-3.337 3.877l-.048.23-.039.217c-.138.832-.124 1.608.046 2.26l.07.238.055.148-.191.101c-.33.166-.672.305-1.025.413a.75.75 0 00.339 1.457l.1-.023.281-.092c.35-.122.691-.268 1.02-.435l.325-.174.098-.059.02.014c.302.18.66.293 1.074.32L9 18.25l.255-.004c1.076-.038 1.983-.315 2.706-.82l.193-.145.124-.104.014.052c.044.14.098.262.164.369l.069.102.086.107c.579.665 1.275.432 2.018-.32l.117-.122.102-.115.021.104c.043.2.09.356.163.512.209.456.598.755 1.132.708.582-.052 1.196-.55 2.042-1.612l.162-.206.32-.425.17-.23a.75.75 0 00-1.144-.965l-.071.085-.293.396-.28.362-.251.308-.22.256-.187.205-.11.112-.082-.493-.042-.199-.024-.09c-.083-.294-.201-.52-.436-.692-.598-.437-1.122-.163-1.695.514l-.258.312-.107.118-.007-.214a12.73 12.73 0 01.094-1.533c.1-.89-1.135-1.152-1.438-.372l-.033.103-.057.203c-.397 1.321-1.216 2.03-2.562 2.195l-.217.022-.176.009.199-.19a8.876 8.876 0 001.813-2.556c1.013-2.18.695-4.247-1.274-4.247zm0 1.5c.406 0 .531.695-.005 1.934l-.081.181-.116.237a7.434 7.434 0 01-1.401 1.893l-.25.236-.105.089-.032-.177c-.06-.406-.037-.911.077-1.5C8.402 12.53 9.306 11.25 10 11.25zm4.5-4V2L20 7.5h-5.25l-.057-.007a.25.25 0 01-.184-.175L14.5 7.25z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconESignature);\r\n","import * as React from 'react';\r\n\r\nfunction IconEdit(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M20.25 20.5a.75.75 0 110 1.5H3.75a.75.75 0 110-1.5h16.5zM16.013 2.927a1.75 1.75 0 012.35-.114l.124.114 1.586 1.586a1.75 1.75 0 01.114 2.35l-.114.124L8.061 19H4v-4.06L16.013 2.926zM14.499 6.56l-8.999 9v1.94h1.938l9-9-1.939-1.94zm2.928-2.573a.25.25 0 00-.3-.04l-.054.04L15.56 5.5l1.939 1.94 1.514-1.512a.25.25 0 00.065-.24l-.025-.06-.04-.054-1.586-1.586z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconEdit);\r\n","import * as React from 'react';\r\n\r\nfunction IconEllipsisHorizontal(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M12 10.5a1.5 1.5 0 110 3 1.5 1.5 0 010-3zm-5 0a1.5 1.5 0 110 3 1.5 1.5 0 010-3zm10 0a1.5 1.5 0 110 3 1.5 1.5 0 010-3z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconEllipsisHorizontal);\r\n","import * as React from 'react';\r\n\r\nfunction IconEllipsisVertical(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M12 15.5a1.5 1.5 0 110 3 1.5 1.5 0 010-3zm0-5a1.5 1.5 0 110 3 1.5 1.5 0 010-3zm0-5a1.5 1.5 0 110 3 1.5 1.5 0 010-3z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconEllipsisVertical);\r\n","import * as React from 'react';\r\n\r\nfunction IconEntriesOnAccount(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M19.25 3c.966 0 1.75.784 1.75 1.75v14.5A1.75 1.75 0 0119.25 21H4.75A1.75 1.75 0 013 19.25V4.75C3 3.784 3.784 3 4.75 3h14.5zm.25 3h-15v13.25a.25.25 0 00.193.243l.057.007h14.5a.25.25 0 00.243-.193l.007-.057V6zm-2.25 9.5a.75.75 0 110 1.5H6.75a.75.75 0 110-1.5h10.5zm0-3.5a.75.75 0 110 1.5H6.75a.75.75 0 110-1.5h10.5zm0-3.5a.75.75 0 110 1.5H6.75a.75.75 0 010-1.5h10.5z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconEntriesOnAccount);\r\n","import * as React from 'react';\r\n\r\nfunction IconEntriesOpen(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M19.25 3c.966 0 1.75.784 1.75 1.75v14.5A1.75 1.75 0 0119.25 21H4.75A1.75 1.75 0 013 19.25V4.75C3 3.784 3.784 3 4.75 3h14.5zm.25 3h-15v13.25a.25.25 0 00.193.243l.057.007h14.5a.25.25 0 00.243-.193l.007-.057V6zm-7.25 2a.5.5 0 01.5.5v9a.5.5 0 01-.5.5h-.5a.5.5 0 01-.5-.5v-9a.5.5 0 01.5-.5h.5zm-3.5 7.5a.75.75 0 110 1.5h-2a.75.75 0 110-1.5h2zm0-3.5a.75.75 0 110 1.5h-2a.75.75 0 110-1.5h2zm0-3.5a.75.75 0 010 1.5h-2a.75.75 0 010-1.5h2zm8.5 0a.75.75 0 110 1.5h-2a.75.75 0 110-1.5h2z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconEntriesOpen);\r\n","import * as React from 'react';\r\n\r\nfunction IconEntriesWarning(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M18.75 12.5a4.5 4.5 0 110 9 4.5 4.5 0 010-9zm.5-9.5c.966 0 1.75.784 1.75 1.75l.001 6.687a5.96 5.96 0 00-1.5-.39L19.5 6h-15v13.25a.25.25 0 00.193.243l.057.007h8.544a5.99 5.99 0 00.985 1.5H4.75A1.75 1.75 0 013 19.25V4.75C3 3.784 3.784 3 4.75 3h14.5zm-.5 16a.75.75 0 100 1.5.75.75 0 000-1.5zm0-5.5a.75.75 0 00-.743.648L18 14.25v3.5a.75.75 0 001.493.102l.007-.102v-3.5a.75.75 0 00-.75-.75zM12.25 8a.5.5 0 01.5.5v9a.5.5 0 01-.5.5h-.5a.5.5 0 01-.5-.5v-9a.5.5 0 01.5-.5h.5zm-3.5 7.5a.75.75 0 110 1.5h-2a.75.75 0 110-1.5h2zm0-3.5a.75.75 0 110 1.5h-2a.75.75 0 110-1.5h2zm0-3.5a.75.75 0 010 1.5h-2a.75.75 0 010-1.5h2zm8.5 0a.75.75 0 110 1.5h-2a.75.75 0 110-1.5h2z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconEntriesWarning);\r\n","import * as React from 'react';\r\n\r\nfunction IconEntryTypeCustomerInvoice(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M7.5 16c2.434 0 3.88 1.316 4.34 3.95A1.75 1.75 0 0110.116 22H4.884a1.75 1.75 0 01-1.724-2.05C3.62 17.315 5.066 16 7.5 16zm.25-12.5a.25.25 0 00-.243.193L7.5 3.75V9.5c-.54 0-1.053.164-1.5.464V3.75C6 2.784 6.784 2 7.75 2h7.525c.464 0 .91.184 1.238.513l3.974 3.974c.329.329.513.774.513 1.238V18.25A1.75 1.75 0 0119.25 20h-6.038l-.01-.063a11.184 11.184 0 00-.369-1.437h6.417a.25.25 0 00.243-.193l.007-.057v-10h-3a1.75 1.75 0 01-1.744-1.606L14.75 6.5v-3h-7zm-.25 7c1.105 0 2 1.12 2 2.5s-.895 2.5-2 2.5-2-1.12-2-2.5.895-2.5 2-2.5zm9.75 3a.75.75 0 110 1.5h-5.5a.75.75 0 110-1.5h5.5zm0-3a.75.75 0 110 1.5h-6a.75.75 0 110-1.5h6zm1.378-3.75L16.25 4.371V6.5a.25.25 0 00.193.243l.057.007h2.128z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconEntryTypeCustomerInvoice);\r\n","import * as React from 'react';\r\n\r\nfunction IconEntryTypeCustomerPayment(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M7.5 16c2.434 0 3.88 1.316 4.34 3.95A1.75 1.75 0 0110.116 22H4.884a1.75 1.75 0 01-1.724-2.05C3.62 17.315 5.066 16 7.5 16zm14.263-3.75c.155.24.237.491.237.75 0 1.272-1.978 2.358-4.77 2.795l-.516.072c-.7.087-1.443.133-2.214.133-1.25 0-2.43-.122-3.466-.339a4.583 4.583 0 00-1.063-.672c.175-.294.313-.626.404-.984.945.25 2.042.417 3.225.474l.612.019.288.002.453-.006c3.293-.078 6.014-1.006 6.81-2.243zM7.5 10.5c1.105 0 2 1.12 2 2.5s-.895 2.5-2 2.5-2-1.12-2-2.5.895-2.5 2-2.5zm14.263-1.75c.155.24.237.491.237.75 0 1.272-1.978 2.358-4.77 2.795l-.516.072c-.7.087-1.443.133-2.214.133-1.524 0-2.941-.182-4.125-.494a3.637 3.637 0 00-.68-1.398 3.187 3.187 0 00-.47-.478c1.163.463 2.705.773 4.423.85l.564.018.288.002.453-.006c3.293-.078 6.014-1.006 6.81-2.243zM14.5 3c.77 0 1.514.046 2.214.133l.516.072C20.022 3.642 22 4.728 22 6s-1.978 2.358-4.77 2.795l-.516.072c-.7.087-1.443.133-2.214.133-.77 0-1.514-.046-2.214-.133l-.516-.072C8.978 8.358 7 7.272 7 6s1.978-2.358 4.77-2.795l.516-.072A18.02 18.02 0 0114.5 3zm0 1.5c-1.835 0-3.538.288-4.746.771-.456.183-.81.381-1.042.57L8.538 6l.082.078c.225.212.613.442 1.134.65 1.208.484 2.91.772 4.746.772 1.835 0 3.538-.288 4.746-.771.456-.183.81-.381 1.042-.57L20.461 6l-.081-.078c-.225-.212-.613-.442-1.134-.65-1.208-.484-2.91-.772-4.746-.772z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconEntryTypeCustomerPayment);\r\n","import * as React from 'react';\r\n\r\nfunction IconEntryTypeJournalEntry(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M10.275 17.75c.702.931 2.675 1.627 5.072 1.735l.378.012.275.003.356-.005c2.53-.061 4.638-.776 5.37-1.745.178.236.274.489.274.75 0 1.38-2.686 2.5-6 2.5s-6-1.12-6-2.5c0-.261.096-.514.275-.75zM14.25 3c.966 0 1.75.784 1.75 1.75V9c-.516 0-1.018.026-1.5.074V5.5h-11v10.75a.25.25 0 00.193.243l.057.007H9V18H3.75A1.75 1.75 0 012 16.25V4.75C2 3.784 2.784 3 3.75 3h10.5zm-3.975 11.75c.702.931 2.675 1.627 5.072 1.735l.378.012.275.003.356-.005c2.53-.061 4.638-.776 5.37-1.745.178.236.274.489.274.75 0 1.38-2.686 2.5-6 2.5s-6-1.12-6-2.5c0-.261.096-.514.275-.75zM16 10c3.314 0 6 1.12 6 2.5S19.314 15 16 15s-6-1.12-6-2.5 2.686-2.5 6-2.5zm-8.25 3a.75.75 0 110 1.5h-1.5a.75.75 0 110-1.5h1.5zM16 11.5c-1.425 0-2.742.232-3.666.617a3.354 3.354 0 00-.65.347l-.048.036.048.036c.126.091.292.186.493.278l.157.07c.924.384 2.24.616 3.666.616 1.425 0 2.742-.232 3.666-.617.273-.114.492-.233.65-.347l.047-.037-.047-.035a3.044 3.044 0 00-.493-.278l-.157-.07c-.924-.384-2.24-.616-3.666-.616zM8.25 10a.75.75 0 110 1.5h-2a.75.75 0 110-1.5h2zm3.5-3a.75.75 0 110 1.5h-5.5a.75.75 0 010-1.5h5.5z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconEntryTypeJournalEntry);\r\n","import * as React from 'react';\r\n\r\nfunction IconEntryTypeManualCustomerInvoice(\r\n props: React.SVGProps<SVGSVGElement>,\r\n svgRef?: React.Ref<SVGSVGElement>\r\n): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M20.371 18.835l1.564 1.565a.998.998 0 010 1.414l-.392.393a.996.996 0 01-1.414 0l-1.565-1.565 1.807-1.807zM7.5 16c2.434 0 3.88 1.316 4.34 3.95A1.75 1.75 0 0110.116 22H4.884a1.75 1.75 0 01-1.724-2.05C3.62 17.315 5.066 16 7.5 16zm7.5 2.5l1.498 1.5h-3.286l-.01-.063a11.184 11.184 0 00-.369-1.437H15zm.453-4.586l4.212 4.213-1.808 1.808-4.21-4.213-.005-1.762 1.811-.046zM15.275 2c.464 0 .91.184 1.238.513l3.974 3.974c.329.329.513.774.513 1.238v10.334l-1.5-1.501V8.25h-3a1.75 1.75 0 01-1.744-1.606L14.75 6.5v-3h-7a.25.25 0 00-.243.193L7.5 3.75V9.5c-.54 0-1.053.164-1.5.464V3.75C6 2.784 6.784 2 7.75 2h7.525zM7.5 10.5c1.105 0 2 1.12 2 2.5s-.895 2.5-2 2.5-2-1.12-2-2.5.895-2.5 2-2.5zm7.25 1a.75.75 0 110 1.5h-3.5a.75.75 0 110-1.5h3.5zm1.5-7.129V6.5a.25.25 0 00.193.243l.057.007h2.128L16.25 4.371z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconEntryTypeManualCustomerInvoice);\r\n","import * as React from 'react';\r\n\r\nfunction IconEntryTypeSupplierInvoice(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M19.5 8l3 3v8.25A1.75 1.75 0 0120.75 21h-7.5a1.75 1.75 0 01-1.75-1.75v-9.5c0-.966.784-1.75 1.75-1.75h6.25zm-1 1.5h-5.25a.25.25 0 00-.243.193L13 9.75v9.5a.25.25 0 00.193.243l.057.007h7.5a.25.25 0 00.243-.193L21 19.25V12h-2.5V9.5zm.25 7a.75.75 0 110 1.5h-3.5a.75.75 0 110-1.5h3.5zM6.25 14a1.5 1.5 0 110 3 1.5 1.5 0 010-3zM18 3a1.75 1.75 0 011.744 1.606l.006.144V7h-6.27a3.11 3.11 0 00-1.955.675l-.152.13a2.654 2.654 0 00-.866 1.757l-.007.188v5.5H8.738a2.5 2.5 0 00-2.324-2.245L6.25 13a2.5 2.5 0 00-2.488 2.25H2.25l-.102-.007a.75.75 0 01-.641-.641L1.5 14.5V9.929l.008-.108a.75.75 0 01.112-.3l.066-.086 3-3.429.076-.075a.75.75 0 01.381-.173l.107-.008h2.5v-1a1.75 1.75 0 011.606-1.744L9.5 3H18zm.75 10.5a.75.75 0 110 1.5h-3.5a.75.75 0 110-1.5h3.5zM7 7.25H5.59L4 9.068V10h3V7.25z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconEntryTypeSupplierInvoice);\r\n","import * as React from 'react';\r\n\r\nfunction IconEntryTypeSupplierPayment(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M10.775 17.75c.702.931 2.675 1.627 5.072 1.735l.378.012.275.003.356-.005c2.53-.061 4.638-.776 5.37-1.745.178.236.274.489.274.75 0 1.38-2.686 2.5-6 2.5s-6-1.12-6-2.5c0-.261.096-.514.275-.75zm0-3c.702.931 2.675 1.627 5.072 1.735l.378.012.275.003.356-.005c2.53-.061 4.638-.776 5.37-1.745.178.236.274.489.274.75 0 1.38-2.686 2.5-6 2.5s-6-1.12-6-2.5c0-.261.096-.514.275-.75zM6.25 14a1.5 1.5 0 110 3 1.5 1.5 0 010-3zM18 3a1.75 1.75 0 011.744 1.606l.006.144.001 4.617A13.959 13.959 0 0016.5 9c-1.809 0-3.443.316-4.627.81-.695.289-1.247.646-1.628 1.029-.458.46-.695.97-.738 1.488L9.5 12.5v2.75h-.762a2.5 2.5 0 00-2.324-2.245L6.25 13a2.5 2.5 0 00-2.488 2.25H2.25l-.102-.007a.75.75 0 01-.641-.641L1.5 14.5V9.929l.008-.108a.75.75 0 01.112-.3l.066-.086 3-3.429.076-.075a.75.75 0 01.381-.173l.107-.008h2.5v-1a1.75 1.75 0 011.606-1.744L9.5 3H18zm-1.5 7c3.314 0 6 1.12 6 2.5s-2.686 2.5-6 2.5-6-1.12-6-2.5 2.686-2.5 6-2.5zm0 1.5c-1.425 0-2.742.232-3.666.617a3.354 3.354 0 00-.65.347l-.048.036.048.036c.126.091.292.186.493.278l.157.07c.924.384 2.24.616 3.666.616 1.425 0 2.742-.232 3.666-.617.273-.114.492-.233.65-.347l.047-.037-.047-.035a3.044 3.044 0 00-.493-.278l-.157-.07c-.924-.384-2.24-.616-3.666-.616zM7 7.25H5.59L4 9.068V10h3V7.25z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconEntryTypeSupplierPayment);\r\n","import * as React from 'react';\r\n\r\nfunction IconEnvelopeApproved(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M20.25 4c.966 0 1.75.784 1.75 1.75v6.14l-1.5-.001v-5.55l-8.04 6.253a.75.75 0 01-.826.062l-.094-.062L3.5 6.339V18.25a.25.25 0 00.193.243l.057.007H12V20H3.75A1.75 1.75 0 012 18.25V5.75C2 4.784 2.784 4 3.75 4h16.5zm1.53 9.72a.75.75 0 01.073.976l-.073.084-5 5a.75.75 0 01-.976.073l-.084-.073-3-3a.75.75 0 01.976-1.133l.084.073 2.47 2.469 4.47-4.47a.75.75 0 011.06 0zM19.134 5.5H4.865L12 11.049 19.134 5.5z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconEnvelopeApproved);\r\n","import * as React from 'react';\r\n\r\nfunction IconEnvelope(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M20.25 4c.966 0 1.75.784 1.75 1.75v12.5A1.75 1.75 0 0120.25 20H3.75A1.75 1.75 0 012 18.25V5.75C2 4.784 2.784 4 3.75 4h16.5zm.25 2.339l-8.04 6.253a.75.75 0 01-.826.062l-.094-.062L3.5 6.339V18.25a.25.25 0 00.193.243l.057.007h16.5a.25.25 0 00.243-.193l.007-.057V6.339zM19.134 5.5H4.865L12 11.049 19.134 5.5z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconEnvelope);\r\n","import * as React from 'react';\r\n\r\nfunction IconExpandView(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M19.25 3c.966 0 1.75.784 1.75 1.75v14.5A1.75 1.75 0 0119.25 21H13.5v-1.5h5.75a.25.25 0 00.243-.193l.007-.057V4.75a.25.25 0 00-.193-.243L19.25 4.5H4.75a.25.25 0 00-.243.193L4.5 4.75v5.75H3V4.75C3 3.784 3.784 3 4.75 3h14.5zm-9 9c.966 0 1.75.784 1.75 1.75v5.5A1.75 1.75 0 0110.25 21h-5.5A1.75 1.75 0 013 19.25v-5.5c0-.966.784-1.75 1.75-1.75h5.5zm0 1.5h-5.5a.25.25 0 00-.243.193l-.007.057v5.5a.25.25 0 00.193.243l.057.007h5.5a.25.25 0 00.243-.193l.007-.057v-5.5a.25.25 0 00-.193-.243l-.057-.007zm7.25-7.75a.75.75 0 01.743.648l.007.102V10a.75.75 0 01-1.493.102L16.75 10V8.31l-3.22 3.22a.75.75 0 01-1.133-.976l.073-.084 3.218-3.22H14a.75.75 0 01-.743-.648L13.25 6.5a.75.75 0 01.648-.743L14 5.75h3.5z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconExpandView);\r\n","import * as React from 'react';\r\n\r\nfunction IconExpenses(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M18.25 2a1.75 1.75 0 011.744 1.606L20 3.75v16a.75.75 0 01-.177.484l-.074.076-1.813 1.613a.75.75 0 01-.908.068l-.089-.068-1.314-1.17-1.314 1.17a.75.75 0 01-.811.121l-.097-.053-.089-.068L12 20.753l-1.314 1.17a.75.75 0 01-.811.121l-.097-.053-.089-.068-1.314-1.17-1.314 1.17a.75.75 0 01-.811.121l-.097-.053-.089-.068-1.813-1.613a.75.75 0 01-.243-.454L4 19.75v-16a1.75 1.75 0 011.606-1.744L5.75 2h12.5zm0 1.5H5.75a.25.25 0 00-.243.193L5.5 3.75v15.662l1.063.946 1.313-1.168a.75.75 0 01.812-.122l.096.053.09.069 1.314 1.168 1.313-1.168a.75.75 0 01.812-.122l.096.053.09.069 1.314 1.168 1.313-1.168a.75.75 0 01.812-.122l.096.053.09.069 1.314 1.168 1.062-.945V3.75a.25.25 0 00-.13-.22l-.063-.023-.057-.007zm-2.5 9.5a.75.75 0 110 1.5h-7.5a.75.75 0 110-1.5h7.5zm-3-3.5a.75.75 0 110 1.5h-4.5a.75.75 0 110-1.5h4.5zm3-3.5a.75.75 0 110 1.5h-7.5a.75.75 0 010-1.5h7.5z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconExpenses);\r\n","import * as React from 'react';\r\n\r\nfunction IconExportToExcel(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M13.586 2a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V20.25A1.75 1.75 0 0118.25 22H12.5v-1.5h5.75a.25.25 0 00.243-.193l.007-.057V9h-3.75a1.75 1.75 0 01-1.744-1.606L13 7.25V3.5H5.75a.25.25 0 00-.243.193L5.5 3.75v8.75H4V3.75C4 2.784 4.784 2 5.75 2h7.836zM4.648 14.507l.102-.007h5l.07.003.101.017.068.019.06.023.07.035.082.054.08.07a.749.749 0 01.096.118l.05.09.04.103c.012.037.02.076.026.116l.007.102v5a.75.75 0 01-1.493.102L9 20.25v-3.19l-4.72 4.72a.75.75 0 01-1.133-.976l.073-.084L7.938 16H4.75a.75.75 0 01-.743-.648L4 15.25a.75.75 0 01.648-.743zM16.5 16.5v2h-4v-2h4zm0-3v2h-4v-2h4zm-5-3v2h-4v-2h4zm5 0v2h-4v-2h4zm-2-5.879V7.25a.25.25 0 00.193.243l.057.007h2.63L14.5 4.621z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconExportToExcel);\r\n","import * as React from 'react';\r\n\r\nfunction IconExportToPdf(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M13.586 2a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V20.25A1.75 1.75 0 0118.25 22H12.5v-1.5h5.75a.25.25 0 00.243-.193l.007-.057V9h-3.75a1.75 1.75 0 01-1.744-1.606L13 7.25V3.5H5.75a.25.25 0 00-.243.193L5.5 3.75v8.75H4V3.75C4 2.784 4.784 2 5.75 2h7.836zM4.648 14.507l.102-.007h5l.07.003.101.017.068.019.06.023.07.035.082.054.08.07a.749.749 0 01.096.118l.05.09.04.103c.012.037.02.076.026.116l.007.102v5a.75.75 0 01-1.493.102L9 20.25v-3.19l-4.72 4.72a.75.75 0 01-1.133-.976l.073-.084L7.938 16H4.75a.75.75 0 01-.743-.648L4 15.25a.75.75 0 01.648-.743zM14.5 4.62v2.63a.25.25 0 00.193.243l.057.007h2.63L14.5 4.621z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconExportToPdf);\r\n","import * as React from 'react';\r\n\r\nfunction IconExport(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M8.5 7.999V9.5H5.75a.25.25 0 00-.243.193L5.5 9.75v10.5a.25.25 0 00.193.243l.057.007h12.5a.25.25 0 00.243-.193l.007-.057V9.75a.25.25 0 00-.193-.243L18.25 9.5H15.5V7.999L18.25 8c.966 0 1.75.784 1.75 1.75v10.5A1.75 1.75 0 0118.25 22H5.75A1.75 1.75 0 014 20.25V9.75C4 8.784 4.784 8 5.75 8l2.75-.001zM11.992 2l.1.006.076.013.08.023.107.047.091.058.084.073 3 3a.75.75 0 01-.976 1.133l-.084-.073-1.72-1.719V15.25a.75.75 0 01-1.493.102l-.007-.102V4.561l-1.72 1.72a.75.75 0 01-1.133-.977l.073-.084 3-3a.753.753 0 01.125-.101l.088-.049.119-.043.106-.021A.754.754 0 0111.992 2z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconExport);\r\n","import * as React from 'react';\r\n\r\nfunction IconFilterSolid(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M20.25 2a.75.75 0 01.75.75v2a.75.75 0 01-.15.45l-5.7 7.6a.75.75 0 00-.15.45v6.725a.75.75 0 01-.494.705l-4 1.454A.75.75 0 019.5 21.43v-8.163a.75.75 0 00-.168-.473L3.168 5.207A.75.75 0 013 4.734V2.75A.75.75 0 013.75 2h16.5z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconFilterSolid);\r\n","import * as React from 'react';\r\n\r\nfunction IconFilter(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M20.25 2a.75.75 0 01.75.75v2a.75.75 0 01-.15.45l-5.7 7.6a.75.75 0 00-.15.45v6.725a.75.75 0 01-.494.705l-4 1.454A.75.75 0 019.5 21.43v-8.163a.75.75 0 00-.168-.473L3.168 5.207A.75.75 0 013 4.734V2.75A.75.75 0 013.75 2h16.5zm-.75 1.5h-15v.967l5.996 7.38c.285.351.457.779.496 1.226l.008.193v7.092l2.5-.91V13.25c0-.426.12-.842.347-1.2l.103-.15 5.55-7.401V3.5z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconFilter);\r\n","import * as React from 'react';\r\n\r\nfunction IconGraphSolid(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M19.25 3c.966 0 1.75.784 1.75 1.75v14.5A1.75 1.75 0 0119.25 21H4.75A1.75 1.75 0 013 19.25V4.75C3 3.784 3.784 3 4.75 3h14.5zm-.925 3.324a.75.75 0 00-.95.263l-.051.088-4.124 8.591-2.924-6.09-.057-.1a.751.751 0 00-1.238 0l-.057.1-1.724 3.59-.524-1.09-.05-.09a.75.75 0 00-1.34.644l.038.095 1.2 2.5.057.1a.751.751 0 001.238 0l.057-.1L9.6 11.233l2.924 6.092.057.1a.751.751 0 001.238 0l.057-.1 4.8-10 .038-.095a.75.75 0 00-.39-.906z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconGraphSolid);\r\n","import * as React from 'react';\r\n\r\nfunction IconHash(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M18.158 2.017a.75.75 0 01.59.79l-.015.102-1.047 4.841H20a.75.75 0 01.102 1.493L20 9.25h-2.638l-1.189 5.5H18.5a.75.75 0 01.102 1.493l-.102.007h-2.652l-1.115 5.159a.75.75 0 01-1.48-.216l.014-.101 1.046-4.842H7.848l-1.115 5.159a.75.75 0 01-1.48-.216l.014-.101 1.046-4.842H4a.75.75 0 01-.102-1.493L4 14.75h2.637l1.189-5.5H5.5a.75.75 0 01-.102-1.493L5.5 7.75h2.651l1.116-5.158a.75.75 0 011.48.216l-.014.1L9.686 7.75h6.465l1.116-5.158a.75.75 0 01.891-.575zM14.637 14.75l1.189-5.5H9.362l-1.189 5.5h6.464z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconHash);\r\n","import * as React from 'react';\r\n\r\nfunction IconHome(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M12 6l8 8v7a1 1 0 01-1 1h-5v-5a1 1 0 00-.883-.993L13 16h-2a1 1 0 00-.993.883L10 17v5H5a1 1 0 01-1-1v-7l8-8zm.613-3.79l.094.083L17 6.585V4.75a.5.5 0 01.5-.5h1a.5.5 0 01.5.5v3.835l2.707 2.708a1 1 0 01-1.32 1.497l-.094-.083L12 4.415l-8.293 8.292a1 1 0 01-1.32.083l-.094-.083a1 1 0 01-.083-1.32l.083-.094 9-9a1 1 0 011.32-.083z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconHome);\r\n","import * as React from 'react';\r\n\r\nfunction IconImages(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M16.25 6c.966 0 1.75.784 1.75 1.75v11.5A1.75 1.75 0 0116.25 21H4.75A1.75 1.75 0 013 19.25V7.75C3 6.784 3.784 6 4.75 6h11.5zm0 1.5H4.75a.25.25 0 00-.243.193L4.5 7.75v11.5a.25.25 0 00.193.243l.057.007h11.5a.25.25 0 00.243-.193l.007-.057V7.75a.25.25 0 00-.193-.243L16.25 7.5zm-4.264 6.889l3.164 3.961h-9.5l2.375-3.164 1.605 2.148 2.356-2.945zM19.25 3a1.75 1.75 0 011.744 1.606L21 4.75v12.5a.75.75 0 01-1.493.102l-.007-.102V4.75a.25.25 0 00-.193-.243L19.25 4.5H6.75a.75.75 0 01-.102-1.493L6.75 3h12.5z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconImages);\r\n","import * as React from 'react';\r\n\r\nfunction IconImport(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M8.5 8v1.5H5.75a.25.25 0 00-.243.193L5.5 9.75v10.5a.25.25 0 00.193.243l.057.007h12.5a.25.25 0 00.243-.193l.007-.057V9.75a.25.25 0 00-.193-.243L18.25 9.5H15.5V8h2.75c.966 0 1.75.784 1.75 1.75v10.5A1.75 1.75 0 0118.25 22H5.75A1.75 1.75 0 014 20.25V9.75C4 8.784 4.784 8 5.75 8H8.5zM12 2a.75.75 0 01.743.648l.007.102v10.689l1.72-1.72a.75.75 0 011.133.977l-.073.084-3 3a.753.753 0 01-.125.101l-.088.049-.119.043-.106.021-.041.004-.07.002-.073-.006-.076-.013-.08-.023-.1-.043a.75.75 0 01-.182-.135l-3-3a.75.75 0 01.976-1.133l.084.073 1.72 1.719V2.75A.75.75 0 0112 2z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconImport);\r\n","import * as React from 'react';\r\n\r\nfunction IconInboxEinvoicing(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n fillRule=\"evenodd\"\r\n clipRule=\"evenodd\"\r\n d=\"M12 3.997v2H6.918l-2.8 8h3.229a1 1 0 01.916.598l.974 2.221a1 1 0 00.916.598h3.694a1 1 0 00.915-.598l.976-2.22a1 1 0 01.915-.599h3.228l-.525-1.5h2.118l.428 1.22c.065.185.098.38.098.578v3.952a1.75 1.75 0 01-1.607 1.744l-.143.006H3.75A1.75 1.75 0 012 18.247v-3.952c0-.197.033-.393.098-.578L5.09 5.169a1.75 1.75 0 011.652-1.172H12zM17.966 1c2.373 0 4.052 1.688 4.052 3.99 0 .988-.267 1.349-1.03 1.386l-.14.003h-4.72v.404c.01 1.301.836 2.136 2.216 2.136.64 0 1.114-.139 1.502-.41l.403-.307c.267-.196.425-.276.705-.276.483 0 .817.334.817.844 0 .367-.2.72-.554 1.016l-.278.216c-.63.455-1.627.727-2.745.727-2.653 0-4.32-1.515-4.416-4.023l-.005-.23V5.27c0-2.547 1.688-4.27 4.193-4.27zM18 2.763c-1.09 0-1.805.769-1.868 1.932l-.004.186h3.674v-.017c0-1.275-.703-2.101-1.802-2.101z\"\r\n fill=\"currentColor\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconInboxEinvoicing);\r\n","import * as React from 'react';\r\n\r\nfunction IconInboxScanning(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n fillRule=\"evenodd\"\r\n clipRule=\"evenodd\"\r\n d=\"M13.5 4v2H6.918l-2.8 8h3.229a1 1 0 01.916.598l.974 2.22a1 1 0 00.916.599h3.694a1 1 0 00.915-.598l.976-2.221a1 1 0 01.915-.598h3.228l-.525-1.5h2.118l.428 1.22c.065.185.098.38.098.577v3.953a1.75 1.75 0 01-1.607 1.744L20.25 20H3.75A1.75 1.75 0 012 18.25v-3.953c0-.197.033-.392.098-.578L5.09 5.172A1.75 1.75 0 016.742 4H13.5zM20 1l3 3v6c0 .51-.388.935-.884.993L22 11h-6.005a.998.998 0 01-.988-.884L15 10l.005-8a1 1 0 01.879-.993L16 1h4zm-1 1v3h3l-3-3z\"\r\n fill=\"currentColor\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconInboxScanning);\r\n","import * as React from 'react';\r\n\r\nfunction IconInboxSmart(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n fillRule=\"evenodd\"\r\n clipRule=\"evenodd\"\r\n d=\"M12 4v2H6.918l-2.8 8h3.229a1 1 0 01.916.598l.974 2.22a1 1 0 00.916.599h3.694a1 1 0 00.915-.598l.976-2.221a1 1 0 01.915-.598h3.228l-.525-1.5h2.118l.428 1.22c.065.185.098.38.098.577v3.953a1.75 1.75 0 01-1.607 1.744L20.25 20H3.75A1.75 1.75 0 012 18.25v-3.953c0-.197.033-.392.098-.578L5.09 5.172A1.75 1.75 0 016.742 4H12zm6.167-2.76a.35.35 0 01.631-.074l.036.074 1.145 3.115 3.183.179c.283.016.421.342.286.57l-.043.058-.037.036-2.476 2.104.823 3.226c.073.288-.182.527-.43.46l-.068-.025-.042-.024L18.5 9.121l-2.674 1.816c-.24.163-.535-.018-.552-.286l.003-.075.01-.049.821-3.226-2.475-2.104a.384.384 0 01.088-.637l.068-.02.05-.007 3.183-.179 1.145-3.115z\"\r\n fill=\"currentColor\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconInboxSmart);\r\n","import * as React from 'react';\r\n\r\nfunction IconInbox(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n fillRule=\"evenodd\"\r\n clipRule=\"evenodd\"\r\n d=\"M17.258 4c.744 0 1.407.47 1.652 1.172l2.992 8.547c.065.186.098.382.098.578v3.953a1.75 1.75 0 01-1.607 1.744L20.25 20H3.75A1.75 1.75 0 012 18.25v-3.953c0-.197.033-.392.098-.578L5.09 5.172A1.75 1.75 0 016.742 4h10.516zm-.177 2H6.918l-2.8 8h3.229a1 1 0 01.916.598l.974 2.22a1 1 0 00.916.599h3.694a1 1 0 00.915-.598l.976-2.221a1 1 0 01.915-.598h3.228l-2.8-8z\"\r\n fill=\"currentColor\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconInbox);\r\n","import * as React from 'react';\r\n\r\nfunction IconInfo(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M11.917 9.355c.406-.018.793.073 1.133.31.962.674.524 2.404-.048 3.869l-.158.391-.237.55-.455 1.002-.078.188c-.01.027-.02.051-.027.073-.561 1.637.086 2.057 1.037 1.797l.103-.03-.069.77c-1.848 1.337-4.443.961-3.364-2.283.052-.156.122-.33.204-.52l.176-.393.398-.867.2-.457c.385-.92.675-1.867.453-2.548-.164-.5-.684-.534-1.214-.352l-.114.042.068-.711c.543-.42 1.177-.732 1.79-.813l.202-.018zM13.148 5c.747 0 1.352.609 1.352 1.362 0 .75-.605 1.36-1.352 1.36a1.357 1.357 0 01-1.354-1.36c0-.753.605-1.362 1.354-1.362z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconInfo);\r\n","import * as React from 'react';\r\n\r\nfunction IconInventoryMatrix(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M19.25 3c.966 0 1.75.784 1.75 1.75v14.5A1.75 1.75 0 0119.25 21H4.75A1.75 1.75 0 013 19.25V4.75C3 3.784 3.784 3 4.75 3h14.5zm-8 12.25H4.5v4a.25.25 0 00.193.243l.057.007h6.5v-4.25zm8.25-5h-6.75v9.25h6.5a.25.25 0 00.243-.193l.007-.057v-9zm-2.996 2.383c.419 0 .71.26.755.67l.007.115v3.945c0 .442-.23.688-.637.688-.373 0-.597-.207-.635-.573l-.006-.115v-3.511h-.015l-.41.277c-.204.129-.313.168-.442.168a.431.431 0 01-.445-.445c0-.165.086-.314.256-.445l.091-.063.637-.426c.305-.195.582-.285.844-.285zM11.25 4.5h-6.5a.25.25 0 00-.243.193L4.5 4.75v9h6.75V4.5zM7.883 6.57c1.074 0 1.86.657 1.86 1.551 0 .505-.224.954-.764 1.519l-1.268 1.282v.055h1.625c.363 0 .59.195.59.515 0 .285-.18.468-.484.502L9.336 12H6.664c-.379 0-.629-.215-.629-.543 0-.208.102-.392.399-.699l.12-.121 1.352-1.39c.418-.427.594-.708.594-1.005 0-.383-.277-.64-.688-.64-.332 0-.574.168-.746.515-.171.266-.32.367-.546.367-.31 0-.524-.21-.524-.507 0-.727.82-1.407 1.887-1.407zM19.25 4.5h-6.5v4.25h6.75v-4a.25.25 0 00-.193-.243L19.25 4.5z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconInventoryMatrix);\r\n","import * as React from 'react';\r\n\r\nfunction IconInventory(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M10 15a3.5 3.5 0 110 7 3.5 3.5 0 010-7zm0 2.25a1.25 1.25 0 100 2.5 1.25 1.25 0 000-2.5zm11.518-1.94l.04.121a1.25 1.25 0 01-.762 1.492l-.122.04-6.175 1.654.001-.117a4.48 4.48 0 00-.633-2.302l6.16-1.65a1.25 1.25 0 011.491.762zm-3.375-9.442l1.812 6.762a1 1 0 01-.707 1.224l-5.943 1.592a4.496 4.496 0 00-2.268-1.326L9.45 8.197a1 1 0 01.707-1.224l6.761-1.812a1 1 0 011.225.707zM3.657 1.536l.128.049 2.69 1.184c.304.133.54.381.66.686l.044.134L9.97 14l-.18.005a4.475 4.475 0 00-2.218.706L4.919 4.815l-2.141-.942a1.25 1.25 0 01-.69-1.52l.05-.128c.259-.59.918-.879 1.519-.689zM15.44 7.37a.75.75 0 00-.819-.55l-.1.02-1.449.388a.75.75 0 00.288 1.469l.1-.02 1.45-.388a.75.75 0 00.53-.919z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconInventory);\r\n","import * as React from 'react';\r\n\r\nfunction IconJournalPro(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M16.737 3.668c-.055 1.093.226 2.033.894 2.7.668.669 1.608.95 2.7.897a18.08 18.08 0 01-3.09 4.184 27.666 27.666 0 01-3.127 2.706v3.318a.553.553 0 01-.162.39l-3.975 3.975a.553.553 0 01-.943-.39V18.32a.55.55 0 01.162-.39l1.24-1.24a.553.553 0 00.161-.39v-.133c-1.238.463-2.218.487-2.735-.03-.517-.517-.493-1.497-.03-2.735H7.7a.553.553 0 00-.325.105l-.066.057-1.24 1.24a.553.553 0 01-.303.154l-.087.007H2.553a.553.553 0 01-.455-.867l.064-.076 3.975-3.975a.553.553 0 01.304-.155l.086-.007h3.318a27.666 27.666 0 012.706-3.126 18.078 18.078 0 014.186-3.092zM21.93 2.07c.104.105.095.547-.048 1.212l-.083.35-.107.386-.061.204-.142.43c-.154.444-.345.928-.575 1.436-1.073.193-1.96.04-2.501-.5-.523-.523-.684-1.37-.52-2.395l.019-.107a16.762 16.762 0 011.654-.649l.416-.13.197-.055.368-.095c.76-.18 1.27-.2 1.383-.087z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconJournalPro);\r\n","import * as React from 'react';\r\n\r\nfunction IconLayoutBoth(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M10 3a1 1 0 011 1v16a1 1 0 01-1 1H4a1 1 0 01-1-1V4a1 1 0 011-1h6zm10 0a1 1 0 011 1v16a1 1 0 01-1 1h-6a1 1 0 01-1-1V4a1 1 0 011-1h6z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconLayoutBoth);\r\n","import * as React from 'react';\r\n\r\nfunction IconLayoutFirst(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M20 3a1 1 0 011 1v16a1 1 0 01-1 1h-6a1 1 0 01-1-1V4a1 1 0 011-1h6zM10 3a1 1 0 011 1v16a1 1 0 01-1 1H4a1 1 0 01-1-1V4a1 1 0 011-1h6zm9.5 1.5h-5v15h5v-15z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconLayoutFirst);\r\n","import * as React from 'react';\r\n\r\nfunction IconLayoutLast(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M10 3a1 1 0 01.993.883L11 4v16a1 1 0 01-.883.993L10 21H4a1 1 0 01-.993-.883L3 20V4a1 1 0 01.883-.993L4 3h6zm10 0a1 1 0 01.993.883L21 4v16a1 1 0 01-.883.993L20 21h-6a1 1 0 01-.993-.883L13 20V4a1 1 0 01.883-.993L14 3h6zM9.5 4.5h-5v15h5v-15z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconLayoutLast);\r\n","import * as React from 'react';\r\n\r\nfunction IconLayoutNone(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M20 3a1 1 0 011 1v16a1 1 0 01-1 1h-6a1 1 0 01-1-1V4a1 1 0 011-1h6zM10 3a1 1 0 01.993.883L11 4v16a1 1 0 01-.883.993L10 21H4a1 1 0 01-.993-.883L3 20V4a1 1 0 01.883-.993L4 3h6zm9.5 1.5h-5v15h5v-15zm-10 0h-5v15h5v-15z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconLayoutNone);\r\n","import * as React from 'react';\r\n\r\nfunction IconLayout(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M14.5 20.5V22h-5v-1.5h5zm-9-2.5v2.25a.25.25 0 00.193.243l.057.007H8V22H5.75A1.75 1.75 0 014 20.25V18h1.5zM20 18v2.25A1.75 1.75 0 0118.25 22H16v-1.5h2.25a.25.25 0 00.243-.193l.007-.057V18H20zm0-5.25v3.75h-1.5v-3.75H20zm-14.5 0v3.75H4v-3.75h1.5zM16.326 2.676a1.752 1.752 0 012.349-.113l.125.113.594.593c.59.589.676 1.502.21 2.216l-.094.131-.115.128-7.504 7.5-3 .008-.078-3.067 7.513-7.509zm-.796 2.916l-5.202 5.199.025.957.914-.002 5.209-5.207-.946-.947zM20 9v2.25h-1.5V9H20zM5.5 7.5v3.75H4V7.5h1.5zM8 2v1.5H5.75a.25.25 0 00-.243.193L5.5 3.75V6H4V3.75C4 2.784 4.784 2 5.75 2H8zm9.687 1.697a.252.252 0 00-.248 0l-.053.04-.796.795.946.947.82-.82a.248.248 0 00.043-.216l-.021-.053-.044-.06-.594-.593-.053-.04zM13 2v1.499L9.5 3.5V2H13z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconLayout);\r\n","import * as React from 'react';\r\n\r\nfunction IconLedgerCardCustomerReminder(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M10.5 11.5c1.69 0 3.093.4 4.212 1.198a4.49 4.49 0 00-.83 1.255C12.996 13.307 11.875 13 10.5 13c-3.37 0-5.211 1.84-5.806 6.002a1.313 1.313 0 001.165 1.491l.134.007h6.506L12.5 22H5.993a2.813 2.813 0 01-2.784-3.21c.695-4.86 3.125-7.29 7.291-7.29zm8.725 9.474A1.259 1.259 0 0118 22c-.605 0-1.11-.44-1.225-1.026h2.45zM18 12c.456 0 .841.392.961.927A3 3 0 0121 15.769v2.898l.835.642a.5.5 0 01-.213.888l-.092.008h-7.06a.5.5 0 01-.305-.896l.835-.642v-2.898c0-1.32.854-2.442 2.04-2.843.119-.534.504-.926.96-.926zM10.5 2C12.433 2 14 3.903 14 6.25s-1.567 4.25-3.5 4.25S7 8.597 7 6.25 8.567 2 10.5 2zm0 1.5c-1.033 0-2 1.174-2 2.75S9.467 9 10.5 9s2-1.174 2-2.75-.967-2.75-2-2.75z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconLedgerCardCustomerReminder);\r\n","import * as React from 'react';\r\n\r\nfunction IconLedgerCardManualCustomerInvoice(\r\n props: React.SVGProps<SVGSVGElement>,\r\n svgRef?: React.Ref<SVGSVGElement>\r\n): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M19.25 3c.966 0 1.75.784 1.75 1.75v14.5A1.75 1.75 0 0119.25 21H4.75A1.75 1.75 0 013 19.25V4.75C3 3.784 3.784 3 4.75 3h14.5zm.25 3h-15v13.25a.25.25 0 00.193.243l.057.007h14.5a.25.25 0 00.243-.193l.007-.057V6zm-8.75 9.5a.75.75 0 110 1.5h-4a.75.75 0 110-1.5h4zm6.5 0a.75.75 0 110 1.5h-4a.75.75 0 110-1.5h4zm-6.5-3.5a.75.75 0 110 1.5h-4a.75.75 0 110-1.5h4zm6.5 0a.75.75 0 110 1.5h-4a.75.75 0 110-1.5h4zm-6.5-3.5a.75.75 0 110 1.5h-4a.75.75 0 010-1.5h4zm6.5 0a.75.75 0 110 1.5h-4a.75.75 0 110-1.5h4z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconLedgerCardManualCustomerInvoice);\r\n","import * as React from 'react';\r\n\r\nfunction IconLedgerCardObsoleteStock(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M7.25 16.5V18h-2.5a.75.75 0 110-1.5h2.5zm12 0a.75.75 0 110 1.5h-2.5v-1.5h2.5zm-7.75 0V18H8.25v-1.5h3.25zm4.25 0V18H12.5v-1.5h3.25zm-8.5-3.501v1.5l-2.5.001a.75.75 0 110-1.5l2.5-.001zm12 .001a.75.75 0 110 1.5l-2.5-.001v-1.5l2.5.001zm-7.75-.001v1.5H8.25v-1.5h3.25zm4.25 0v1.5H12.5v-1.5h3.25zM7.25 9.5V11h-2.5a.75.75 0 110-1.5h2.5zm12 0a.75.75 0 110 1.5h-2.5V9.5h2.5zm-7.75 0V11H8.25V9.5h3.25zm4.25 0V11H12.5V9.5h3.25zM7.25 6v1.5h-2.5a.75.75 0 010-1.5h2.5zm12 0a.75.75 0 110 1.5h-2.5V6h2.5zM11.5 6v1.5H8.25V6h3.25zm4.25 0v1.5H12.5V6h3.25z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconLedgerCardObsoleteStock);\r\n","import * as React from 'react';\r\n\r\nfunction IconLedgerCardOpeningEntry(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M18.567 12.105a.4.4 0 01.1.309l-.29 2.798 2.434 1.41a.4.4 0 01-.116.737l-2.752.587-.587 2.752a.4.4 0 01-.738.116L15.21 18.38l-2.798.292a.4.4 0 01-.339-.666l1.88-2.092-1.141-2.571a.4.4 0 01.528-.528l2.57 1.141 2.093-1.88a.4.4 0 01.565.03zM19.25 3c.966 0 1.75.784 1.75 1.75V11h-1.5V6h-15v13.25a.25.25 0 00.193.243l.057.007H11V21H4.75A1.75 1.75 0 013 19.25V4.75C3 3.784 3.784 3 4.75 3h14.5zm-8.5 12.5a.75.75 0 110 1.5h-4a.75.75 0 110-1.5h4zm0-3.5a.75.75 0 110 1.5h-4a.75.75 0 110-1.5h4zm0-3.5a.75.75 0 110 1.5h-4a.75.75 0 010-1.5h4zm6.5 0a.75.75 0 110 1.5h-4a.75.75 0 110-1.5h4z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconLedgerCardOpeningEntry);\r\n","import * as React from 'react';\r\n\r\nfunction IconLedgerCardReservedEntry(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M19.25 3c.966 0 1.75.784 1.75 1.75v14.5A1.75 1.75 0 0119.25 21H4.75a1.75 1.75 0 01-1.732-1.499L19.25 19.5a.25.25 0 00.243-.193l.007-.057L19.499 6h-15v3.5h-1.5L3 4.75C3 3.784 3.784 3 4.75 3h14.5zM6.28 10.97a.75.75 0 01.073.976l-.073.084-1.719 1.719 5.689.001a.75.75 0 110 1.5l-5.69-.001 1.72 1.72a.75.75 0 01-.976 1.134l-.084-.073-3-3-.08-.094-.051-.081-.05-.116-.027-.103-.01-.089v-.094l.018-.124.03-.099.047-.099.054-.082.069-.08 3-3a.75.75 0 011.06 0zm10.97 4.53a.75.75 0 110 1.5h-3.5a.75.75 0 110-1.5h3.5zm0-3.5a.75.75 0 110 1.5h-3.5a.75.75 0 110-1.5h3.5zm0-3.5a.75.75 0 110 1.5h-8.5a.75.75 0 010-1.5h8.5z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconLedgerCardReservedEntry);\r\n","import * as React from 'react';\r\n\r\nfunction IconLedgerCardShrinkagePilferage(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M12 15.25a.75.75 0 01.743.648l.007.102v3.439l1.22-1.22a.75.75 0 011.133.977l-.073.084-2.5 2.5a.754.754 0 01-.078.069l.078-.069-.042.04-.052.04-.114.068-.098.038-.116.026-.056.006h-.104l-.119-.018-.098-.03-.1-.047-.082-.054-.08-.069-2.5-2.5a.75.75 0 01.977-1.133l.084.073 1.22 1.219V16a.75.75 0 01.75-.75zm-4.75-2.751v1.5L4.75 14a.75.75 0 110-1.5l2.5-.001zm12 .001a.75.75 0 110 1.5l-2.5-.001v-1.5l2.5.001zm-7.75-.001v1.5H8.25v-1.5h3.25zm4.25 0v1.5H12.5v-1.5h3.25zm-8.5-3.5v1.5l-2.5.001a.75.75 0 110-1.5l2.5-.001zm12 .001a.75.75 0 110 1.5l-2.5-.001v-1.5l2.5.001zm-7.75-.001v1.5H8.25v-1.5h3.25zm4.25 0v1.5H12.5v-1.5h3.25zm3.5-3.499a.75.75 0 110 1.5H4.75a.75.75 0 010-1.5h14.5zm0-3.5a.75.75 0 110 1.5H4.75a.75.75 0 010-1.5h14.5z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconLedgerCardShrinkagePilferage);\r\n","import * as React from 'react';\r\n\r\nfunction IconLedgerCardStockAdjustment(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M19.25 20.5a.75.75 0 110 1.5H4.75a.75.75 0 110-1.5h14.5zm0-3.5a.75.75 0 110 1.5H4.75a.75.75 0 110-1.5h14.5zm0-3.5a.75.75 0 110 1.5H4.75a.75.75 0 110-1.5h14.5zm0-3.5a.75.75 0 110 1.5H4.75a.75.75 0 110-1.5h14.5zm-2.5-8a.75.75 0 01.743.648l.007.102v3.439l1.22-1.22a.75.75 0 011.133.977l-.073.084-2.5 2.5a.754.754 0 01-.078.069l.078-.069-.042.04-.052.04-.114.068-.098.038-.084.02-.088.012-.052.002-.052-.002-.119-.018-.098-.03-.1-.047-.082-.054-.08-.069-2.5-2.5a.75.75 0 01.977-1.133l.084.073L16 6.189V2.75a.75.75 0 01.75-.75zm-9.576.004l.128-.002.119.018.098.03.1.047.051.032.038.027.072.064 2.5 2.5a.75.75 0 01-.976 1.133L9.22 5.78 7.999 4.56 8 8a.75.75 0 01-1.493.102L6.5 8l-.001-3.438L5.28 5.78a.75.75 0 01-1.133-.976l.073-.084 2.5-2.5.042-.04.052-.04.114-.068.098-.038.084-.02a.75.75 0 01.064-.01z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconLedgerCardStockAdjustment);\r\n","import * as React from 'react';\r\n\r\nfunction IconLedgerCardTransferredOpeningEntry(\r\n props: React.SVGProps<SVGSVGElement>,\r\n svgRef?: React.Ref<SVGSVGElement>\r\n): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M18.567 12.105a.4.4 0 01.1.309l-.29 2.798 2.434 1.41a.4.4 0 01-.116.737l-2.752.587-.587 2.752a.4.4 0 01-.738.116L15.21 18.38l-2.798.292a.4.4 0 01-.339-.666l1.88-2.092-1.141-2.571a.4.4 0 01.528-.528l2.57 1.141 2.093-1.88a.4.4 0 01.565.03zM4.5 15v4.25a.25.25 0 00.193.243l.057.007H11V21H4.75A1.75 1.75 0 013 19.25V15h1.5zm6.28-1.72l-3 3-.084.073a.75.75 0 01-1.049-1.05l.073-.083 1.718-1.72H2.75a.75.75 0 110-1.5h5.689l-1.72-1.72a.75.75 0 01.977-1.133l.084.073 3 3a.754.754 0 01.092.11l.054.095.035.086.027.103.01.084-.001.121-.017.102-.019.068-.023.06-.035.07-.06.09-.063.071zM19.25 3c.966 0 1.75.784 1.75 1.75V11h-1.5V6h-15v4.5H3V4.75C3 3.784 3.784 3 4.75 3h14.5z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconLedgerCardTransferredOpeningEntry);\r\n","import * as React from 'react';\r\n\r\nfunction IconLedgerCard(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M7.5 16c2.434 0 3.88 1.316 4.34 3.95A1.75 1.75 0 0110.116 22H4.884a1.75 1.75 0 01-1.724-2.05C3.62 17.315 5.066 16 7.5 16zM19.25 2c.966 0 1.75.784 1.75 1.75v14.5A1.75 1.75 0 0119.25 20h-6.038l-.01-.063a11.184 11.184 0 00-.369-1.437h6.417a.25.25 0 00.243-.193l.007-.057V3.75a.25.25 0 00-.193-.243L19.25 3.5H7.75a.25.25 0 00-.243.193L7.5 3.75V9.5c-.54 0-1.053.164-1.5.464V3.75C6 2.784 6.784 2 7.75 2h11.5zM7.5 10.5c1.105 0 2 1.12 2 2.5s-.895 2.5-2 2.5-2-1.12-2-2.5.895-2.5 2-2.5zm9.75 3.5a.75.75 0 110 1.5h-4.5a.75.75 0 110-1.5h4.5zm0-4a.75.75 0 110 1.5h-6a.75.75 0 110-1.5h6zm0-4a.75.75 0 110 1.5h-7.5a.75.75 0 010-1.5h7.5z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconLedgerCard);\r\n","import * as React from 'react';\r\n\r\nfunction IconLightbulb(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M14.598 20.501a2.999 2.999 0 01-5.196 0h5.196zm.152-2.251a.75.75 0 110 1.5h-5.5a.75.75 0 110-1.5h5.5zM12 4.5c3.314 0 6 2.716 6 6.067 0 1.502-.517 2.528-1.087 3.398l-.265.392-.39.561c-.418.614-.761 1.208-.82 1.929l-.01.22c0 .256-.112.4-.338.428L15 17.5H9c-.254 0-.395-.114-.423-.342l-.006-.091c0-.774-.328-1.414-.75-2.064l-.262-.392-.273-.402-.24-.364C6.492 12.978 6 11.973 6 10.567 6 7.217 8.686 4.5 12 4.5zM12 6c-2.482 0-4.5 2.04-4.5 4.567 0 .931.245 1.599.876 2.573l.647.96.152.234c.322.512.56.988.709 1.474l.052.192h4.128l.054-.192c.126-.402.314-.796.561-1.208l.156-.25.235-.352.408-.587c.736-1.07 1.022-1.78 1.022-2.844C16.5 8.04 14.482 6 12 6zm-5.846 7.875a.75.75 0 01-.19.968l-.084.057-.866.5a.75.75 0 01-.835-1.243l.085-.057.866-.5a.75.75 0 011.024.275zm12.625-.32l.091.045.866.5a.75.75 0 01-.658 1.344l-.092-.044-.866-.5a.75.75 0 01.659-1.344zm2.33-4.661a.75.75 0 01-.509.844l-.099.025-.985.173a.75.75 0 01-.36-1.453l.1-.024.985-.174a.75.75 0 01.868.609zm-17.451-.62l.101.011.985.174a.75.75 0 01-.159 1.488l-.101-.01-.985-.174a.75.75 0 01.159-1.489zm14.288-4.86a.75.75 0 01.152.974l-.06.083-.643.766a.75.75 0 01-1.209-.882l.06-.082.643-.766a.75.75 0 011.057-.093zM7.04 3.433l.07.074.644.766A.75.75 0 016.675 5.31l-.07-.073-.643-.766A.75.75 0 017.04 3.433zM12 1.25a.75.75 0 01.743.648L12.75 2v1a.75.75 0 01-1.493.102L11.25 3V2a.75.75 0 01.75-.75z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconLightbulb);\r\n","import * as React from 'react';\r\n\r\nfunction IconLine(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M18 11.25a.75.75 0 01.102 1.493L18 12.75H6a.75.75 0 01-.102-1.493L6 11.25h12z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconLine);\r\n","import * as React from 'react';\r\n\r\nfunction IconListBulleted(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M6.25 16a.75.75 0 01.75.75v2.5a.75.75 0 01-.75.75h-2.5a.75.75 0 01-.75-.75v-2.5a.75.75 0 01.75-.75h2.5zm14 1.25a.75.75 0 01.102 1.493l-.102.007H10a.75.75 0 01-.102-1.493L10 17.25h10.25zM6.25 10a.75.75 0 01.75.75v2.5a.75.75 0 01-.75.75h-2.5a.75.75 0 01-.75-.75v-2.5a.75.75 0 01.75-.75h2.5zm14 1.25a.75.75 0 01.102 1.493l-.102.007H10a.75.75 0 01-.102-1.493L10 11.25h10.25zM6.25 4a.75.75 0 01.75.75v2.5a.75.75 0 01-.75.75h-2.5A.75.75 0 013 7.25v-2.5A.75.75 0 013.75 4h2.5zm14 1.25a.75.75 0 01.102 1.493l-.102.007H10a.75.75 0 01-.102-1.493L10 5.25h10.25z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconListBulleted);\r\n","import * as React from 'react';\r\n\r\nfunction IconListSearch(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M17.5 11a4.5 4.5 0 013.632 7.158l.036-.05 1.862 1.862a.75.75 0 01-.976 1.133l-.084-.073-1.863-1.862-.112.077A4.5 4.5 0 1117.5 11zm-6.25 7.5a.75.75 0 110 1.5h-8.5a.75.75 0 110-1.5h8.5zm6.25-6a3 3 0 100 6 3 3 0 000-6zm-7.25 1.167a.75.75 0 110 1.5h-7.5a.75.75 0 010-1.5h7.5zm3-4.834a.75.75 0 110 1.5H2.75a.75.75 0 110-1.5h10.5zm8-4.833a.75.75 0 110 1.5H2.75a.75.75 0 010-1.5h18.5z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconListSearch);\r\n","import * as React from 'react';\r\n\r\nfunction IconList(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M19.25 18a.75.75 0 110 1.5H4.75a.75.75 0 110-1.5h14.5zm0-4.5a.75.75 0 110 1.5H4.75a.75.75 0 110-1.5h14.5zm0-4.5a.75.75 0 110 1.5H4.75a.75.75 0 110-1.5h14.5zm0-4.5a.75.75 0 110 1.5H4.75a.75.75 0 010-1.5h14.5z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconList);\r\n","import * as React from 'react';\r\n\r\nfunction IconLockOpen(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M12 1a5.001 5.001 0 014.87 3.863.75.75 0 01-1.461.34 3.502 3.502 0 00-6.904.605L8.5 6v2h9.75c.966 0 1.75.784 1.75 1.75v10.5A1.75 1.75 0 0118.25 22H5.75A1.75 1.75 0 014 20.25V9.75C4 8.784 4.784 8 5.75 8H7V6a5 5 0 015-5zm6.25 8.5H5.75a.25.25 0 00-.243.193L5.5 9.75v10.5a.25.25 0 00.193.243l.057.007h12.5a.25.25 0 00.243-.193l.007-.057V9.75a.25.25 0 00-.193-.243L18.25 9.5zM12 13a1.5 1.5 0 01.751 2.799l-.001.951a.75.75 0 11-1.5 0v-.95A1.5 1.5 0 0112 13z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconLockOpen);\r\n","import * as React from 'react';\r\n\r\nfunction IconLogOut(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n fillRule=\"evenodd\"\r\n clipRule=\"evenodd\"\r\n d=\"M13.25 4.5H6.5v15h6.75a1.25 1.25 0 110 2.5h-7A2.25 2.25 0 014 19.75V4.25A2.25 2.25 0 016.25 2h7a1.25 1.25 0 110 2.5zm6.384 2.616l-.102-.091a1.25 1.25 0 00-1.666 1.859l1.867 1.866H11.75l-.128.007a1.25 1.25 0 00.128 2.493h7.982l-1.866 1.866-.091.102a1.25 1.25 0 001.859 1.666l4-4 .08-.089.05-.063.068-.106.058-.112.049-.127.03-.108.016-.088.012-.112L24 12l-.004-.096-.016-.13-.03-.127-.03-.087-.046-.107-.046-.086-.065-.1a1.267 1.267 0 00-.13-.15l-4-4zm4.084 4.094l-.084-.094c.03.03.058.061.084.094z\"\r\n fill=\"currentColor\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconLogOut);\r\n","import * as React from 'react';\r\n\r\nfunction IconLog(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M13.586 2a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V10.5h-1.5V9h-3.75a1.75 1.75 0 01-1.744-1.606L13 7.25V3.5H5.75a.25.25 0 00-.243.193L5.5 3.75v16.5a.25.25 0 00.193.243l.057.007h12.5a.25.25 0 00.243-.193l.007-.057V19H20v1.25A1.75 1.75 0 0118.25 22H5.75A1.75 1.75 0 014 20.25V3.75C4 2.784 4.784 2 5.75 2h7.836zm-.105 10.074c1.447 0 2.3.875 2.367 2.279l.004.178v.621c0 1.5-.863 2.446-2.371 2.446-1.444 0-2.304-.872-2.371-2.268l-.004-.178v-.62c0-1.516.871-2.458 2.375-2.458zm5.362 0c1.328 0 2.058.776 2.172 1.653l.012.132h-1.25c-.074-.414-.406-.734-.945-.734-.638 0-1.007.443-1.05 1.222l-.005.16v.626c0 .805.293 1.414 1.09 1.414.598 0 .914-.34.956-.745l.005-.095v-.234h-.93v-.903h2.14v1.04c0 1.038-.667 1.988-2.199 1.988-1.57 0-2.3-.987-2.355-2.296l-.004-.165v-.64c0-1.427.84-2.423 2.363-2.423zm-10.182.094v4.262h2.141v1.07H7.376v-5.332h1.285zm4.82.95c-.597 0-1.012.415-1.062 1.23l-.005.168v.64c0 .926.43 1.399 1.067 1.399.593 0 1.008-.416 1.057-1.23l.005-.169v-.64c0-.926-.43-1.399-1.062-1.399zM14.5 4.62v2.63a.25.25 0 00.193.243l.057.007h2.63L14.5 4.621z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconLog);\r\n","import * as React from 'react';\r\n\r\nfunction IconMarket(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M7 17.5a.5.5 0 01.5.5v3.5a.5.5 0 01-.5.5H3.5a.5.5 0 01-.5-.5V18a.5.5 0 01.5-.5H7zm5.5 0a.5.5 0 01.5.5v3.5a.5.5 0 01-.5.5H9a.5.5 0 01-.5-.5V18a.5.5 0 01.5-.5h3.5zm5.5 0a.5.5 0 01.5.5v3.5a.5.5 0 01-.5.5h-3.5a.5.5 0 01-.5-.5V18a.5.5 0 01.5-.5H18zM7 12a.5.5 0 01.5.5V16a.5.5 0 01-.5.5H3.5A.5.5 0 013 16v-3.5a.5.5 0 01.5-.5H7zm5.5 0a.5.5 0 01.5.5V16a.5.5 0 01-.5.5H9a.5.5 0 01-.5-.5v-3.5A.5.5 0 019 12h3.5zm6.97-2.523l.906 3.381a.5.5 0 01-.353.612l-3.381.906a.5.5 0 01-.612-.353l-.906-3.381a.5.5 0 01.353-.612l3.381-.906a.5.5 0 01.612.353zM7 6.5a.5.5 0 01.5.5v3.5a.5.5 0 01-.5.5H3.5a.5.5 0 01-.5-.5V7a.5.5 0 01.5-.5H7zm3.642-2.376l3.38.906a.5.5 0 01.354.612l-.906 3.38a.5.5 0 01-.612.354l-3.38-.906a.5.5 0 01-.354-.612l.906-3.38a.5.5 0 01.612-.354zM20 2a.5.5 0 01.5.5V6a.5.5 0 01-.5.5h-3.5A.5.5 0 0116 6V2.5a.5.5 0 01.5-.5H20z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconMarket);\r\n","import * as React from 'react';\r\n\r\nfunction IconMatchAmount(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M13.586 2a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V20.25A1.75 1.75 0 0118.25 22H13l-.001-1.5h5.251a.25.25 0 00.243-.193l.007-.057L18.499 9H14.75a1.75 1.75 0 01-1.744-1.606L13 7.25l-.001-3.75H5.75a.25.25 0 00-.243.193L5.5 3.75 5.499 13H4V3.75C4 2.784 4.784 2 5.75 2h7.836zM4.142 16.956a.5.5 0 01.55-.147l.082.038 2.143 1.237.074.052a.5.5 0 01.147.55l-.038.081-.052.074a.5.5 0 01-.55.147l-.081-.038-.878-.505a2.5 2.5 0 004 1.525.75.75 0 11.925 1.181 4.002 4.002 0 01-6.343-2.173l-.402.695-.052.074a.5.5 0 01-.852-.492l.038-.082 1.238-2.143.051-.074zM8 14a4.001 4.001 0 013.92 3.197l.358-.62a.5.5 0 01.6-.221l.083.038a.5.5 0 01.22.601l-.037.082-1.238 2.143a.5.5 0 01-.6.221l-.083-.038-2.143-1.237a.5.5 0 01.418-.904l.082.038.914.528a2.5 2.5 0 00-4.033-1.798.75.75 0 11-.925-1.181A3.985 3.985 0 018 14zm6.499-9.38l.001 2.63a.25.25 0 00.193.243l.057.007h2.629l-2.88-2.88z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconMatchAmount);\r\n","import * as React from 'react';\r\n\r\nfunction IconMatchEntries(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M19.25 3a1.75 1.75 0 011.744 1.606L21 4.75v14.5a1.75 1.75 0 01-1.606 1.744L19.25 21H12v-1.5h7.25a.25.25 0 00.243-.193l.007-.057V5.996L19.406 6H4.5l.001 6H3V4.75a1.75 1.75 0 011.606-1.744L4.75 3h14.5zM3.696 15.809l.082.038 2.143 1.237.074.052a.5.5 0 01.147.55l-.038.081-.052.074a.5.5 0 01-.55.147l-.081-.038-.878-.505a2.5 2.5 0 004 1.525.75.75 0 11.925 1.181 4.002 4.002 0 01-6.343-2.173l-.402.695-.052.074a.5.5 0 01-.852-.492l.038-.082 1.238-2.143.051-.074a.5.5 0 01.55-.147zM7.002 13a4.001 4.001 0 013.92 3.197l.357-.62a.5.5 0 01.602-.221l.081.038a.5.5 0 01.221.601l-.038.082-1.237 2.143a.5.5 0 01-.601.221l-.082-.038-2.143-1.237a.5.5 0 01.418-.904l.082.038.914.528a2.5 2.5 0 00-4.034-1.798.75.75 0 11-.924-1.181A3.985 3.985 0 017.002 13zm10.248 2a.75.75 0 110 1.5h-2.5a.75.75 0 110-1.5h2.5zm-.125-3.5c.483 0 .875.336.875.75s-.392.75-.875.75h-5.25c-.483 0-.875-.336-.875-.75s.392-.75.875-.75h5.25zM17.25 8a.75.75 0 110 1.5H6.75a.75.75 0 010-1.5h10.5z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconMatchEntries);\r\n","import * as React from 'react';\r\n\r\nfunction IconMenu(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M4 19h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1zm0-6h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1zM3 6c0 .55.45 1 1 1h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1z\"\r\n fill=\"currentColor\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconMenu);\r\n","import * as React from 'react';\r\n\r\nfunction IconMileage(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M12 2c5.523 0 10 4.477 10 10 0 1.806-.479 3.5-1.316 4.962L20.66 17a.75.75 0 01-.933.32l-.091-.045-1.516-.875a.75.75 0 01.659-1.344l.091.044.84.485c.406-.874.67-1.83.757-2.834l-.967-.001a.75.75 0 01-.102-1.493l.102-.007h.967a8.447 8.447 0 00-.757-2.834l-.84.484a.75.75 0 01-.835-1.243l.085-.057.838-.483a8.548 8.548 0 00-2.075-2.075l-.483.838a.75.75 0 01-1.344-.659l.044-.091.484-.84a8.447 8.447 0 00-2.833-.757l-.001.967a.75.75 0 01-1.493.102L11.25 4.5v-.967a8.447 8.447 0 00-2.834.757l.484.84a.75.75 0 01-1.243.835L7.6 5.88l-.483-.838a8.548 8.548 0 00-2.075 2.075l.838.483a.75.75 0 01-.659 1.344L5.13 8.9l-.84-.484a8.447 8.447 0 00-.757 2.834H4.5a.75.75 0 01.102 1.493l-.102.007h-.967a8.427 8.427 0 00.758 2.835l.839-.485a.75.75 0 01.835 1.243l-.085.057-1.516.875A.75.75 0 013.34 17l-.02-.04-.003.003A9.954 9.954 0 012 12C2 6.477 6.477 2 12 2zm4.03 5.97a.75.75 0 01.073.976l-.073.084-2.792 2.794a1.25 1.25 0 11-1.061-1.061L14.97 7.97a.75.75 0 011.06 0z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconMileage);\r\n","import * as React from 'react';\r\n\r\nfunction IconModalResize(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M12 15.5a1.5 1.5 0 110 3 1.5 1.5 0 010-3zm5 0a1.5 1.5 0 110 3 1.5 1.5 0 010-3zm-10 0a1.5 1.5 0 110 3 1.5 1.5 0 010-3zm5-5a1.5 1.5 0 110 3 1.5 1.5 0 010-3zm5 0a1.5 1.5 0 110 3 1.5 1.5 0 010-3zm0-5a1.5 1.5 0 110 3 1.5 1.5 0 010-3z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconModalResize);\r\n","import * as React from 'react';\r\n\r\nfunction IconModalShrink(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M19.25 3c.966 0 1.75.784 1.75 1.75v14.5A1.75 1.75 0 0119.25 21H13.5v-1.5h5.75a.25.25 0 00.243-.193l.007-.057V4.75a.25.25 0 00-.193-.243L19.25 4.5H4.75a.25.25 0 00-.243.193L4.5 4.75v5.75H3V4.75C3 3.784 3.784 3 4.75 3h14.5zm-9 9c.966 0 1.75.784 1.75 1.75v5.5A1.75 1.75 0 0110.25 21h-5.5A1.75 1.75 0 013 19.25v-5.5c0-.966.784-1.75 1.75-1.75h5.5zm0 1.5h-5.5a.25.25 0 00-.243.193l-.007.057v5.5a.25.25 0 00.193.243l.057.007h5.5a.25.25 0 00.243-.193l.007-.057v-5.5a.25.25 0 00-.193-.243l-.057-.007zm7.78-7.53a.75.75 0 01.073.976l-.073.084-3.22 3.22h1.69a.75.75 0 01.743.648l.007.102a.75.75 0 01-.648.743l-.102.007H13a.75.75 0 01-.743-.648L12.25 11V7.5a.75.75 0 011.493-.102l.007.102v1.688l3.22-3.218a.75.75 0 011.06 0z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconModalShrink);\r\n","import * as React from 'react';\r\n\r\nfunction IconMoreSolid(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2zm0 8.5a1.5 1.5 0 100 3 1.5 1.5 0 000-3zm0 5a1.5 1.5 0 100 3 1.5 1.5 0 000-3zm0-10a1.5 1.5 0 100 3 1.5 1.5 0 000-3z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconMoreSolid);\r\n","import * as React from 'react';\r\n\r\nfunction IconMore(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M12 10a2 2 0 110 4 2 2 0 010-4zm0 6.5a2 2 0 110 4 2 2 0 010-4zm0-13a2 2 0 110 4 2 2 0 010-4z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconMore);\r\n","import * as React from 'react';\r\n\r\nfunction IconMove(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M6.924 6.254l.128-.002.119.018.098.03.1.047.051.032.038.027.072.064 3.5 3.5a.75.75 0 01-.976 1.133l-.084-.073-2.22-2.219V17a.75.75 0 01-1.493.102L6.25 17V8.811l-2.22 2.22a.75.75 0 01-1.133-.977l.073-.084 3.5-3.5.042-.04.052-.04.114-.068.098-.038.084-.02a.75.75 0 01.064-.01zM17 6.25a.75.75 0 01.743.648L17.75 7l-.001 8.19 2.22-2.22a.75.75 0 011.134.976l-.073.084-3.5 3.5a.754.754 0 01-.078.069l.078-.069-.042.04-.052.04-.114.068-.098.038-.084.02-.088.012-.052.002-.052-.002-.119-.018-.098-.03-.1-.047-.082-.054-.08-.069-3.5-3.5a.75.75 0 01.977-1.133l.084.073 2.219 2.218L16.25 7a.75.75 0 01.75-.75z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconMove);\r\n","import * as React from 'react';\r\n\r\nfunction IconNavigationList(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M5.5 22v-.018A1.75 1.75 0 014 20.25V3.75c0-.882.652-1.61 1.5-1.732V2h12.75c.966 0 1.75.784 1.75 1.75v16.5A1.75 1.75 0 0118.25 22H5.5zM9 18.3H5.5v1.95a.25.25 0 00.193.243l.057.007H9v-2.2zm9.25-14.8H10.5v17h7.75a.25.25 0 00.243-.193l.007-.057V3.75a.25.25 0 00-.193-.243L18.25 3.5zM9 14.6H5.5v2.2H9v-2.2zm0-3.7H5.5v2.2H9v-2.2zm0-3.7H5.5v2.2H9V7.2zm0-3.7H5.75a.25.25 0 00-.243.193L5.5 3.75V5.7H9V3.5z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconNavigationList);\r\n","import * as React from 'react';\r\n\r\nfunction IconNoteFollowUp(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M18.25 2c.966 0 1.75.784 1.75 1.75v16.5A1.75 1.75 0 0118.25 22H14v-1.5h4.25a.25.25 0 00.243-.193l.007-.057V3.75a.25.25 0 00-.193-.243L18.25 3.5H5.75a.25.25 0 00-.243.193L5.5 3.75V11H4V3.75C4 2.784 4.784 2 5.75 2h12.5zM9.225 20.974A1.259 1.259 0 018 22c-.605 0-1.11-.44-1.225-1.026h2.45zM8 12c.456 0 .841.392.961.927A3 3 0 0111 15.769v2.898l.835.642a.5.5 0 01-.305.896H4.47a.5.5 0 01-.305-.896L5 18.667v-2.898c0-1.32.854-2.442 2.04-2.843.119-.534.504-.926.96-.926zm7.25 2.5a.75.75 0 110 1.5h-1.5a.75.75 0 110-1.5h1.5zm0-3.5a.75.75 0 110 1.5h-3.5a.75.75 0 110-1.5h3.5zm0-3.5a.75.75 0 110 1.5h-6.5a.75.75 0 010-1.5h6.5z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconNoteFollowUp);\r\n","import * as React from 'react';\r\n\r\nfunction IconNoteRead(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M16.75 2a.75.75 0 01.75.75V3h1.75a1.75 1.75 0 011.744 1.606L21 4.75v14.5a1.75 1.75 0 01-1.606 1.744L19.25 21H4.75a1.75 1.75 0 01-1.744-1.606L3 19.25V4.75a1.75 1.75 0 011.606-1.744L4.75 3H6.5v-.25a.75.75 0 011.5 0V3h3.25v-.25a.75.75 0 111.5 0V3H16v-.25a.75.75 0 01.75-.75zM6.499 4.5H4.75l-.057.007a.25.25 0 00-.184.175L4.5 4.75v14.5l.007.057a.25.25 0 00.175.184l.068.009h14.5l.057-.007a.25.25 0 00.184-.175l.009-.068V4.75l-.007-.057a.25.25 0 00-.175-.184L19.25 4.5H17.5v.25a.75.75 0 11-1.5 0V4.5h-3.25v.25a.75.75 0 11-1.5 0V4.5H7.999L8 4.75a.75.75 0 01-1.5 0l-.001-.25zM16.25 12a.75.75 0 110 1.5h-8.5a.75.75 0 110-1.5h8.5zm0-3a.75.75 0 110 1.5h-8.5a.75.75 0 110-1.5h8.5z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconNoteRead);\r\n","import * as React from 'react';\r\n\r\nfunction IconNote(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M16.75 2a.75.75 0 01.75.75V3h1.75a1.75 1.75 0 011.744 1.606L21 4.75V14h-1.5V4.75l-.007-.057a.25.25 0 00-.175-.184L19.25 4.5H17.5v.25a.75.75 0 11-1.5 0V4.5h-3.25v.25a.75.75 0 11-1.5 0V4.5H7.999L8 4.75a.75.75 0 01-1.5 0l-.001-.25H4.75l-.057.007a.25.25 0 00-.184.175L4.5 4.75v14.5l.007.057a.25.25 0 00.175.184l.068.009H14V21H4.75a1.75 1.75 0 01-1.744-1.606L3 19.25V4.75a1.75 1.75 0 011.606-1.744L4.75 3H6.5v-.25a.75.75 0 011.5 0V3h3.25v-.25a.75.75 0 111.5 0V3H16v-.25a.75.75 0 01.75-.75zm-3.94 7.75l7.513 7.513a1.75 1.75 0 01.114 2.35l-.114.124-.586.586a1.75 1.75 0 01-2.35.114l-.124-.114-7.513-7.512V9.75h3.06zm5.697 7.818l-.938.94.754.755a.25.25 0 00.24.065l.06-.025.054-.04.586-.586a.25.25 0 00.04-.3l-.04-.054-.756-.755zm-6.318-6.318h-.939v.939l5.258 5.258.938-.94-5.257-5.257z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconNote);\r\n","import * as React from 'react';\r\n\r\nfunction IconPartnerApi(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M9.884 11.616a1.25 1.25 0 01.091 1.666l-.091.102-1.868 1.866H19a1.25 1.25 0 01.128 2.494L19 17.75H8.017l1.867 1.866a1.25 1.25 0 01-1.666 1.859l-.102-.091-4-4a1.26 1.26 0 01-.13-.152l-.068-.106-.042-.079-.046-.107-.03-.087-.03-.127-.016-.126-.004-.1.002-.08.013-.111.016-.088.03-.108.05-.127.086-.16.062-.088.064-.076 4.043-4.046a1.25 1.25 0 011.768 0zm5.898-9.091l.102.091 4 4c.03.03.058.061.084.094l-.084-.094c.048.048.09.099.13.152l.064.099.046.086.046.107.03.087.03.127.016.13.004.096-.002.08-.013.111-.016.088-.03.108-.05.127-.057.112-.069.106-.048.063-.081.089-4 4a1.25 1.25 0 01-1.859-1.666l.091-.102 1.866-1.866H5a1.25 1.25 0 01-.128-2.494L5 6.25h10.983l-1.867-1.866a1.25 1.25 0 011.666-1.859z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconPartnerApi);\r\n","import * as React from 'react';\r\n\r\nfunction IconPeriod(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M20.25 6c.966 0 1.75.784 1.75 1.75v12.5A1.75 1.75 0 0120.25 22H7.75A1.75 1.75 0 016 20.25V19h1.5v1.25a.25.25 0 00.193.243l.057.007h12.5a.25.25 0 00.243-.193l.007-.057V7.75a.25.25 0 00-.193-.243L20.25 7.5H19V6h1.25zm-7-5a.75.75 0 01.75.75V2h2.25c.966 0 1.75.784 1.75 1.75v12.5A1.75 1.75 0 0116.25 18H3.75A1.75 1.75 0 012 16.25V3.75C2 2.784 2.784 2 3.75 2H6v-.25a.75.75 0 011.5 0V2h5v-.25a.75.75 0 01.75-.75zm3.25 6.5h-13v8.75a.25.25 0 00.193.243l.057.007h12.5a.25.25 0 00.243-.193l.007-.057V7.5zm-6.195 1.277c.38 0 .62.21.662.554l.006.107v4.554c0 .356-.235.59-.582.59-.313 0-.538-.19-.58-.487l-.006-.103V9.957H9.78l-.824.574a.48.48 0 01-.312.106.402.402 0 01-.415-.422c0-.15.05-.267.172-.377l.082-.065L9.602 9a1.09 1.09 0 01.703-.223zM6 3.5H3.75a.25.25 0 00-.243.193L3.5 3.75V6h13V3.75a.25.25 0 00-.193-.243L16.25 3.5H14v.25a.75.75 0 11-1.5 0V3.5h-5v.25a.75.75 0 01-1.5 0V3.5z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconPeriod);\r\n","import * as React from 'react';\r\n\r\nfunction IconPersonChange(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M14.75 11.5c4.166 0 6.596 2.43 7.291 7.29A2.813 2.813 0 0119.257 22h-9.014a2.813 2.813 0 01-2.784-3.21c.695-4.86 3.125-7.29 7.291-7.29zm0 1.5c-3.37 0-5.211 1.84-5.806 6.002a1.313 1.313 0 001.165 1.491l.134.007h9.014a1.313 1.313 0 001.3-1.498C19.96 14.84 18.12 13 14.75 13zM6.446 6.397l.084.073 3 3a.75.75 0 01.073.976l-.073.084-3 3a.75.75 0 01-1.133-.976l.073-.084 1.719-1.72H1.75a.75.75 0 01-.102-1.493l.102-.007h5.439l-1.72-1.72a.75.75 0 01-.072-.976l.073-.084a.75.75 0 01.976-.073zM14.75 2c1.933 0 3.5 1.903 3.5 4.25s-1.567 4.25-3.5 4.25-3.5-1.903-3.5-4.25S12.817 2 14.75 2zm0 1.5c-1.033 0-2 1.174-2 2.75s.967 2.75 2 2.75 2-1.174 2-2.75-.967-2.75-2-2.75z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconPersonChange);\r\n","import * as React from 'react';\r\n\r\nfunction IconPersonMinus(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M10.5 11.5c1.486 0 2.751.31 3.796.928-.462.29-.881.644-1.246 1.047-.726-.32-1.574-.475-2.55-.475-3.37 0-5.211 1.84-5.806 6.002a1.313 1.313 0 001.165 1.491l.134.007 6.31.001a6.027 6.027 0 001.23 1.5L5.992 22a2.813 2.813 0 01-2.784-3.21c.695-4.86 3.125-7.29 7.291-7.29zm7 1.5a4.5 4.5 0 110 9 4.5 4.5 0 010-9zm2.25 3.75h-4.5a.75.75 0 00-.102 1.493l.102.007h4.5a.75.75 0 00.102-1.493l-.102-.007zM10.5 2C12.433 2 14 3.903 14 6.25s-1.567 4.25-3.5 4.25S7 8.597 7 6.25 8.567 2 10.5 2zm0 1.5c-1.033 0-2 1.174-2 2.75S9.467 9 10.5 9s2-1.174 2-2.75-.967-2.75-2-2.75z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconPersonMinus);\r\n","import * as React from 'react';\r\n\r\nfunction IconPersonPlus(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M10.5 11.5c1.486 0 2.751.31 3.796.928-.462.29-.881.644-1.246 1.047-.726-.32-1.574-.475-2.55-.475-3.37 0-5.211 1.84-5.806 6.002a1.313 1.313 0 001.165 1.491l.134.007 6.31.001a6.027 6.027 0 001.23 1.5L5.992 22a2.813 2.813 0 01-2.784-3.21c.695-4.86 3.125-7.29 7.291-7.29zm7 1.5a4.5 4.5 0 110 9 4.5 4.5 0 010-9zm0 1.5a.75.75 0 00-.743.648l-.007.102v1.5h-1.5a.75.75 0 00-.743.648l-.007.102c0 .38.282.693.648.743l.102.007h1.5v1.5c0 .38.282.693.648.743l.102.007a.75.75 0 00.743-.648l.007-.102v-1.5h1.5a.75.75 0 00.743-.648l.007-.102a.75.75 0 00-.648-.743l-.102-.007h-1.5v-1.5a.75.75 0 00-.648-.743L17.5 14.5zM10.5 2C12.433 2 14 3.903 14 6.25s-1.567 4.25-3.5 4.25S7 8.597 7 6.25 8.567 2 10.5 2zm0 1.5c-1.033 0-2 1.174-2 2.75S9.467 9 10.5 9s2-1.174 2-2.75-.967-2.75-2-2.75z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconPersonPlus);\r\n","import * as React from 'react';\r\n\r\nfunction IconPersonTick(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M10.5 11.5c1.486 0 2.751.31 3.796.928-.462.29-.881.644-1.246 1.047-.726-.32-1.574-.475-2.55-.475-3.37 0-5.211 1.84-5.806 6.002a1.313 1.313 0 001.165 1.491l.134.007 6.31.001a6.027 6.027 0 001.23 1.5L5.992 22a2.813 2.813 0 01-2.784-3.21c.695-4.86 3.125-7.29 7.291-7.29zm7 1.5a4.5 4.5 0 110 9 4.5 4.5 0 010-9zm2.403 1.867a.75.75 0 00-.97.141l-.066.09-1.983 3.114-.798-.999-.076-.081a.75.75 0 00-1.159.927l.063.091 1.455 1.819.073.079a.75.75 0 001.081-.059l.064-.086 2.546-4 .052-.098a.75.75 0 00-.282-.938zM10.5 2C12.433 2 14 3.903 14 6.25s-1.567 4.25-3.5 4.25S7 8.597 7 6.25 8.567 2 10.5 2zm0 1.5c-1.033 0-2 1.174-2 2.75S9.467 9 10.5 9s2-1.174 2-2.75-.967-2.75-2-2.75z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconPersonTick);\r\n","import * as React from 'react';\r\n\r\nfunction IconPlay(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2zm0 1.5a8.5 8.5 0 100 17 8.5 8.5 0 000-17zM9.8 8a.7.7 0 011.05-.606l.084.057 4.86 3.84a.7.7 0 01.081 1.023l-.081.075-4.86 3.84a.7.7 0 01-1.127-.449l-.007-.1V8zm1.4 1.445v4.789l3.03-2.395-3.03-2.394z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconPlay);\r\n","import * as React from 'react';\r\n\r\nfunction IconPlusMinus(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M6.169 17.055c.43 0 .734-.305.734-.75V13.43h2.649c.453 0 .757-.297.757-.72 0-.429-.304-.726-.757-.726H6.903V9.258c0-.445-.304-.758-.734-.758s-.727.313-.727.758v2.726H2.825c-.445 0-.758.297-.758.727 0 .422.313.719.758.719h2.617v2.875c0 .445.305.75.727.75zm5.598 2.453c.352 0 .64-.211.735-.555l3.453-12.25a1.17 1.17 0 00.047-.258c.007-.406-.336-.75-.766-.75-.36 0-.648.211-.742.547l-3.446 12.25a.749.749 0 00.719 1.016zm9.388-6.11c.578 0 .882-.32.882-.78 0-.462-.304-.766-.882-.766h-3.68c-.57 0-.883.312-.883.765 0 .461.305.781.883.781h3.68z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconPlusMinus);\r\n","import * as React from 'react';\r\n\r\nfunction IconPrint(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M16.75 2c.966 0 1.75.784 1.75 1.75v1.758A3.75 3.75 0 0122 9.25v7.5a1.75 1.75 0 01-1.75 1.75H18.5v1.75A1.75 1.75 0 0116.75 22h-9.5a1.75 1.75 0 01-1.75-1.75V18.5H3.75A1.75 1.75 0 012 16.75v-7.5a3.75 3.75 0 013.5-3.742V3.75C5.5 2.784 6.284 2 7.25 2h9.5zM17 14.5H7v5.75a.25.25 0 00.193.243l.057.007h9.5a.25.25 0 00.243-.193L17 20.25V14.5zM18.25 7H5.75a2.25 2.25 0 00-2.245 2.096L3.5 9.25v7.5a.25.25 0 00.193.243L3.75 17H5.5v-3.25a.75.75 0 01.75-.75h11.5a.75.75 0 01.75.75V17h1.75a.25.25 0 00.243-.193l.007-.057v-7.5a2.25 2.25 0 00-2.096-2.245L18.25 7zm-.5 3a.75.75 0 110 1.5h-2.5a.75.75 0 110-1.5h2.5zm-1-6.5h-9.5a.25.25 0 00-.243.193L7 3.75V5.5h10V3.75a.25.25 0 00-.193-.243L16.75 3.5z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconPrint);\r\n","import * as React from 'react';\r\n\r\nfunction IconProcessPayment(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M16.247 2a.75.75 0 01.75.75l-.001.25h2.25c.967 0 1.75.784 1.75 1.75v14.5a1.75 1.75 0 01-1.75 1.75h-7.25v-1.5h7.25a.25.25 0 00.244-.193l.007-.057L19.496 8h-15v4h-1.5V4.75c0-.966.784-1.75 1.75-1.75h2.25v-.25a.75.75 0 011.5 0V3h7v-.25a.75.75 0 01.75-.75zM3.139 15.956a.5.5 0 01.631-.11l2.144 1.238.073.052a.5.5 0 01.11.631l-.052.074a.5.5 0 01-.631.11l-.878-.506a2.5 2.5 0 004 1.525.75.75 0 11.925 1.181 4.002 4.002 0 01-6.343-2.173l-.402.695-.052.074a.5.5 0 01-.814-.574l1.237-2.143zM6.997 13a4.001 4.001 0 013.92 3.197l.358-.62a.5.5 0 01.6-.221l.083.038a.5.5 0 01.22.601l-.037.082-1.238 2.143a.5.5 0 01-.601.221l-.082-.038-2.143-1.237a.5.5 0 01.418-.904l.082.038.914.528a2.5 2.5 0 00-4.033-1.798.75.75 0 11-.925-1.181A3.985 3.985 0 016.997 13zm-.001-8.5h-2.25a.25.25 0 00-.243.193l-.006.057-.001 1.75h15V4.75a.25.25 0 00-.192-.243l-.057-.007h-2.251v.25a.75.75 0 11-1.5 0V4.5h-7v.25a.75.75 0 01-1.5 0V4.5z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconProcessPayment);\r\n","import * as React from 'react';\r\n\r\nfunction IconProductLedgerCard(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M7.797 9c.464 0 .91.184 1.237.513l6.229 6.228a1.75 1.75 0 010 2.475l-4.047 4.047a1.75 1.75 0 01-2.475 0l-6.228-6.229A1.75 1.75 0 012 14.797V10.75C2 9.784 2.784 9 3.75 9h4.047zM18.25 2c.966 0 1.75.784 1.75 1.75v16.5A1.75 1.75 0 0118.25 22H14.5v-1.5h3.75a.25.25 0 00.243-.193l.007-.057V3.75a.25.25 0 00-.193-.243L18.25 3.5H5.75a.25.25 0 00-.243.193L5.5 3.75V8H4V3.75C4 2.784 4.784 2 5.75 2h12.5zM7.797 10.5H3.75a.25.25 0 00-.243.193l-.007.057v4.047a.25.25 0 00.033.125l.04.052 6.228 6.228a.25.25 0 00.3.04l.054-.04 4.047-4.047a.25.25 0 00.04-.3l-.04-.054-6.228-6.228a.25.25 0 00-.112-.064l-.065-.009zm-2.504 1.793a1 1 0 111.414 1.414 1 1 0 01-1.414-1.414zM15.75 9.5a.75.75 0 110 1.5h-2.5a.75.75 0 110-1.5h2.5zm0-3.5a.75.75 0 110 1.5h-7.5a.75.75 0 010-1.5h7.5z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconProductLedgerCard);\r\n","import * as React from 'react';\r\n\r\nfunction IconProfile(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n fillRule=\"evenodd\"\r\n clipRule=\"evenodd\"\r\n d=\"M22 12c0-5.523-4.477-10-10-10S2 6.477 2 12a9.97 9.97 0 003.047 7.187A9.967 9.967 0 0012 22a9.967 9.967 0 006.953-2.813A9.97 9.97 0 0022 12zM5.704 16.936A7.986 7.986 0 0012 20a7.986 7.986 0 006.296-3.064A7 7 0 0012 13a7 7 0 00-6.296 3.936zM12 12a3.5 3.5 0 100-7 3.5 3.5 0 000 7z\"\r\n fill=\"currentColor\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconProfile);\r\n","import * as React from 'react';\r\n\r\nfunction IconProjectCards(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M19.25 3c.966 0 1.75.784 1.75 1.75v14.5A1.75 1.75 0 0119.25 21H4.75A1.75 1.75 0 013 19.25V4.75C3 3.784 3.784 3 4.75 3h14.5zm0 1.5H4.75a.25.25 0 00-.243.193L4.5 4.75v14.5a.25.25 0 00.193.243l.057.007h14.5a.25.25 0 00.243-.193l.007-.057V4.75a.25.25 0 00-.193-.243L19.25 4.5zM8.25 15a.75.75 0 01.75.75v1a.75.75 0 01-.75.75h-1a.75.75 0 01-.75-.75v-1a.75.75 0 01.75-.75h1zm8.5 1a.75.75 0 110 1.5h-4.5a.75.75 0 110-1.5h4.5zm0-3.167a.75.75 0 010 1.5h-4.5a.75.75 0 110-1.5h4.5zm0-3.166a.75.75 0 110 1.5h-4.5a.75.75 0 010-1.5h4.5zM8.25 6.5a.75.75 0 01.75.75v1a.75.75 0 01-.75.75h-1a.75.75 0 01-.75-.75v-1a.75.75 0 01.75-.75h1zm8.5 0a.75.75 0 110 1.5h-4.5a.75.75 0 110-1.5h4.5z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconProjectCards);\r\n","import * as React from 'react';\r\n\r\nfunction IconProjects(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2zm0 3a1 1 0 00-.993.883L11 6v6.02l.01.118.022.113.023.077.03.075.047.093.062.096.07.085.072.071.096.075.099.06.075.036 3.5 1.5.11.04a1 1 0 00.782-1.826l-.104-.052L13 11.34V6l-.007-.117A1 1 0 0012 5z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconProjects);\r\n","import * as React from 'react';\r\n\r\nfunction IconQuicklinks(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M7.102 11.125c.753 0 1.472.295 2.007.817l.142.148 4.806 5.407c.183.206.434.337.705.37l.136.008h3.416L17.22 16.78l-.073-.084a.75.75 0 011.05-1.049l.083.073 2.5 2.5a.753.753 0 01.097.118l.053.094.028.07.023.08.013.075.006.102-.002.042-.009.075-.027.111-.043.102-.038.066-.027.04-.035.043-.039.042-2.5 2.5-.084.073a.75.75 0 01-1.049-1.05l.073-.083 1.095-1.096-3.417.001a2.875 2.875 0 01-2.007-.817l-.142-.148-4.806-5.407a1.125 1.125 0 00-.705-.37l-.136-.008H3.75a.875.875 0 01-.11-1.743l.11-.007h3.352zm11.094-8.978l.084.073 2.5 2.5a.63.63 0 01.101.125l.049.088.043.119.021.106.004.042.002.069-.006.073-.013.076-.023.08-.047.107-.058.091-.073.084-2.5 2.5a.75.75 0 01-1.133-.976l.073-.084 1.095-1.096-3.426.001-.136.008c-.223.027-.433.12-.603.268l-.096.095-2.905 3.215-.085.083a.875.875 0 01-1.287-1.162l.074-.094 2.904-3.215.141-.146a2.875 2.875 0 011.79-.795l.203-.007 3.424-.001L17.22 3.28a.75.75 0 01.976-1.133z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconQuicklinks);\r\n","import * as React from 'react';\r\n\r\nfunction IconRatingBankruptcy(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2zm.035 4.982c-.264 0-.533.13-.533.51v.41C9.92 8.05 8.9 8.998 8.9 10.352c0 1.135.646 1.88 1.926 2.202l1.309.288c.844.181 1.178.44 1.178.879 0 .562-.446.931-1.272.931-.592 0-1.166-.246-1.687-.72-.334-.282-.545-.364-.803-.364-.416 0-.75.258-.75.715 0 .352.187.692.515.99.487.452 1.272.727 2.163.803v.358c0 .375.275.51.539.51.263 0 .533-.135.533-.51v-.37c1.64-.193 2.666-1.154 2.666-2.543 0-1.143-.66-1.862-1.997-2.176l-1.314-.273c-.744-.146-1.084-.427-1.084-.867 0-.492.44-.885 1.131-.885.586 0 1.008.188 1.506.662.293.252.533.364.85.364.369 0 .673-.27.673-.657 0-.328-.175-.673-.503-.984-.434-.422-1.131-.691-1.91-.79v-.423c0-.375-.27-.51-.534-.51z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconRatingBankruptcy);\r\n","import * as React from 'react';\r\n\r\nfunction IconRatingPaymentProblems(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M21.25 11.25A.75.75 0 0122 12c0 5.523-4.477 10-10 10a9.986 9.986 0 01-7.638-3.545l-.038 1.071a.75.75 0 01-1.496.05l-.003-.102.099-2.827a.75.75 0 01.775-.723l2.827.098a.75.75 0 01.05 1.496l-.102.004-.966-.034A8.5 8.5 0 0020.5 12a.75.75 0 01.75-.75zm-9.215-4.268c.237 0 .48.11.526.405l.007.105v.422c.78.1 1.477.37 1.91.791.329.31.504.656.504.984 0 .387-.304.657-.673.657-.317 0-.557-.112-.85-.364-.498-.474-.92-.662-1.506-.662-.691 0-1.13.393-1.13.885 0 .406.289.677.919.831l.164.036 1.108.229c1.476.287 2.203 1.02 2.203 2.22 0 1.331-.942 2.27-2.464 2.515l-.202.028v.37c0 .375-.27.51-.533.51-.238 0-.485-.11-.532-.405l-.007-.105v-.358c-.891-.076-1.676-.351-2.163-.803-.328-.298-.515-.638-.515-.99 0-.457.334-.715.75-.715.258 0 .469.082.803.364.521.474 1.095.72 1.687.72.826 0 1.271-.369 1.271-.931 0-.41-.29-.662-1.015-.842l-.162-.037-1.102-.24c-1.418-.293-2.133-1.055-2.133-2.25 0-1.298.937-2.223 2.407-2.427l.195-.023v-.41c0-.38.27-.51.533-.51zM12 2c3 0 5.77 1.332 7.639 3.545l.037-1.071a.75.75 0 011.496-.05l.003.102-.099 2.827a.75.75 0 01-.674.72l-.101.003-2.827-.098a.75.75 0 01-.05-1.496l.102-.004.966.034A8.5 8.5 0 003.5 12 .75.75 0 112 12C2 6.477 6.477 2 12 2z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconRatingPaymentProblems);\r\n","import * as React from 'react';\r\n\r\nfunction IconReconciled(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M17 7a5 5 0 01.217 9.995L17 17h-2.5a.75.75 0 01-.102-1.493l.102-.007H17a3.5 3.5 0 00.192-6.995L17 8.5h-2.5a.75.75 0 01-.102-1.493L14.5 7H17zM9.5 7a.75.75 0 01.102 1.493L9.5 8.5H7a3.5 3.5 0 00-.192 6.995L7 15.5h2.5a.75.75 0 01.102 1.493L9.5 17H7a5 5 0 01-.217-9.995L7 7h2.5zm7.5 4.25a.75.75 0 110 1.5H7a.75.75 0 110-1.5h10z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconReconciled);\r\n","import * as React from 'react';\r\n\r\nfunction IconRefresh(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M12.268 21.246L12 21.25l-.323-.006-.32-.016-.3-.025-.329-.04a9.166 9.166 0 01-2.067-.534l-.288-.117-.353-.16-.237-.117-.358-.193-.385-.233-.263-.173-.3-.215-.23-.177-.238-.196-.356-.319a9.308 9.308 0 01-.345-.343l-.151-.162a9.197 9.197 0 01-1.662-2.58l-.126-.311-.134-.372-.087-.268-.08-.285A9.229 9.229 0 012.75 12c0-.893.127-1.757.363-2.574l.137-.431.077-.218.169-.421a9.17 9.17 0 01.768-1.431l.171-.25c.213-.303.447-.595.701-.876l.168-.18c.174-.183.356-.36.545-.528l.197-.17.345-.278.328-.239.302-.202.117-.072a8.88 8.88 0 01.664-.375l.484-.23.37-.152.427-.153.353-.11.263-.071.145-.036A9.232 9.232 0 0112 2.75l.24.003.317.014.389.031.284.033.487.079.43.091.287.073.39.116.293.099.336.127.17.07.379.172.259.129.25.135.416.248.255.166a9.12 9.12 0 011.14.911V3.222a.75.75 0 01.638-.742l.111-.008a.75.75 0 01.742.639l.008.11v3.83a.75.75 0 01-.64.741l-.11.008h-3.828a.75.75 0 01-.111-1.492l.11-.008h2.009l-.197-.177-.22-.182-.131-.102-.2-.147-.225-.156-.235-.15-.236-.139-.149-.081-.222-.115-.268-.126-.121-.053a7.709 7.709 0 00-1.013-.352l-.263-.067-.258-.055-.262-.047-.278-.04-.349-.036-.353-.02L12 4.25l-.183.002-.376.018-.294.026-.248.032-.335.055-.344.073-.243.061-.202.058a7.72 7.72 0 00-.54.183l-.282.114-.204.09-.317.156-.24.13a7.755 7.755 0 00-.629.397l-.383.285-.21.174-.075.064a7.796 7.796 0 00-.195.178l-.18.174-.239.25-.175.198-.152.184a7.778 7.778 0 00-.59.84l-.174.305-.116.222-.112.232a7.079 7.079 0 00-.15.346l-.11.29-.122.368-.046.16c-.084.304-.15.612-.197.923l-.05.409.01-.098c-.05.453-.06.91-.03 1.364l.024.285c.031.307.081.611.15.913l.073.3.058.204c.072.245.157.486.255.724l.085.2c.05.112.102.223.156.332l.091.175.137.245.148.246.058.088a7.766 7.766 0 00.436.604l.141.173.093.107.174.191.174.18.18.175.246.22.324.264.349.255.123.083.24.151.2.118.259.14.257.128.33.146.24.095c.195.073.393.139.594.196l.359.094.136.03.124.026.297.053.329.045.246.024.097.008c.091.006.183.011.275.014l.275.005A7.75 7.75 0 0019.75 12a.75.75 0 111.5 0 9.25 9.25 0 01-8.982 9.246z\"\r\n fill=\"currentColor\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconRefresh);\r\n","import * as React from 'react';\r\n\r\nfunction IconReportSolid(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M6.5 12a1 1 0 011 1v6a1 1 0 01-1 1H4a1 1 0 01-1-1v-6a1 1 0 011-1h2.5zm6.75-5a1 1 0 011 1v11a1 1 0 01-1 1h-2.5a1 1 0 01-1-1V8a1 1 0 011-1h2.5zM20 4a1 1 0 011 1v14a1 1 0 01-1 1h-2.5a1 1 0 01-1-1V5a1 1 0 011-1H20z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconReportSolid);\r\n","import * as React from 'react';\r\n\r\nfunction IconReport(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M6.25 12c.966 0 1.75.784 1.75 1.75v4.5A1.75 1.75 0 016.25 20h-1.5A1.75 1.75 0 013 18.25v-4.5c0-.966.784-1.75 1.75-1.75h1.5zm6.5-5c.966 0 1.75.784 1.75 1.75v9.5A1.75 1.75 0 0112.75 20h-1.5a1.75 1.75 0 01-1.75-1.75v-9.5c0-.966.784-1.75 1.75-1.75h1.5zm6.5-3c.966 0 1.75.784 1.75 1.75v12.5A1.75 1.75 0 0119.25 20h-1.5A1.75 1.75 0 0116 18.25V5.75c0-.966.784-1.75 1.75-1.75h1.5zm-13 9.5h-1.5a.25.25 0 00-.243.193l-.007.057v4.5a.25.25 0 00.193.243l.057.007h1.5a.25.25 0 00.243-.193l.007-.057v-4.5a.25.25 0 00-.193-.243L6.25 13.5zm6.5-5h-1.5a.25.25 0 00-.243.193L11 8.75v9.5a.25.25 0 00.193.243l.057.007h1.5a.25.25 0 00.243-.193L13 18.25v-9.5a.25.25 0 00-.193-.243L12.75 8.5zm6.5-3h-1.5a.25.25 0 00-.243.193l-.007.057v12.5a.25.25 0 00.193.243l.057.007h1.5a.25.25 0 00.243-.193l.007-.057V5.75a.25.25 0 00-.193-.243L19.25 5.5z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconReport);\r\n","import * as React from 'react';\r\n\r\nfunction IconRestore(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M18 9.25a.75.75 0 01.743.648l.007.102v8.25a3.75 3.75 0 01-3.55 3.745L15 22h-5a3.75 3.75 0 01-3.745-3.55l-.005-.2V10a.75.75 0 01.648-.743L7 9.25h11zm-.75 1.5h-9.5v7.5a2.25 2.25 0 001.938 2.229l.158.016.154.005h5a2.25 2.25 0 002.245-2.096l.005-.154v-7.5zm-6.75 1.5a.75.75 0 01.743.648l.007.102v5.25a.75.75 0 01-1.493.102l-.007-.102V13a.75.75 0 01.75-.75zm4 0a.75.75 0 01.743.648l.007.102v5.25a.75.75 0 01-1.493.102l-.007-.102V13a.75.75 0 01.75-.75zm2.372-9.849a3.847 3.847 0 012.03 4.45l2.668 1.302a.75.75 0 01-.563 1.386l-.094-.038L9.086 3.732a.75.75 0 01.563-1.386l.094.038 2.373 1.157a3.847 3.847 0 014.756-1.14zM3 4.25a.75.75 0 01.743.648L3.75 5v.63c2.434-1.684 5.714-1.245 7.542 1.11a.75.75 0 11-1.185.919C8.819 6 6.547 5.647 4.777 6.749l.723.001a.75.75 0 01.743.648l.007.102a.75.75 0 01-.648.743L5.5 8.25H3a.75.75 0 01-.743-.648L2.25 7.5V5A.75.75 0 013 4.25zm10.507-.031l4.005 1.953a2.347 2.347 0 00-4.005-1.953z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconRestore);\r\n","import * as React from 'react';\r\n\r\nfunction IconRotateLeft(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M12 2.75a9.25 9.25 0 016.54 15.79.75.75 0 11-1.06-1.06 7.75 7.75 0 10-13.224-5.797l.714-.713.084-.073a.75.75 0 011.049 1.05l-.073.083-2 2-.084.073a.75.75 0 01-.882.007l-.094-.08-2-2-.073-.084a.75.75 0 01-.007-.882l.08-.094.084-.073a.75.75 0 01.882-.007l.094.08.725.724A9.25 9.25 0 0112 2.75z\"\r\n fill=\"currentColor\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconRotateLeft);\r\n","import * as React from 'react';\r\n\r\nfunction IconRotateRight(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M12 2.75a9.25 9.25 0 019.245 8.944l.725-.724a.75.75 0 01.976-.073l.084.073a.75.75 0 01.073.976l-.073.084-2 2a.75.75 0 01-.976.073l-.084-.073-2-2a.75.75 0 01.976-1.133l.084.073.714.712A7.75 7.75 0 106.52 17.48a.75.75 0 11-1.06 1.06A9.25 9.25 0 0112 2.75z\"\r\n fill=\"currentColor\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconRotateRight);\r\n","import * as React from 'react';\r\n\r\nfunction IconSales(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M12.021 23.316c.594 0 1.121-.33 1.121-1.12V21.14c3.546-.382 5.761-2.465 5.761-5.498 0-2.61-1.569-4.192-4.825-4.904l-2.676-.606C9.727 9.763 8.91 8.999 8.91 7.878c0-1.344 1.16-2.32 2.98-2.32 1.476 0 2.504.5 3.651 1.78.58.606 1.029.83 1.635.83.738 0 1.305-.514 1.305-1.279 0-.738-.435-1.542-1.173-2.267-.976-.923-2.439-1.53-4.087-1.74V1.787c0-.777-.527-1.107-1.134-1.107-.593 0-1.12.316-1.12 1.107v1.055c-3.415.317-5.59 2.36-5.59 5.287 0 2.557 1.569 4.258 4.575 4.93l2.676.62c1.951.461 2.755 1.147 2.755 2.307 0 1.503-1.173 2.452-3.27 2.452-1.568 0-2.873-.593-4.06-1.872-.672-.672-1.041-.817-1.542-.817-.805 0-1.411.514-1.411 1.397 0 .778.448 1.582 1.252 2.281 1.055.962 2.703 1.556 4.536 1.727v1.042c0 .79.527 1.12 1.133 1.12z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconSales);\r\n","import * as React from 'react';\r\n\r\nfunction IconSearchBold(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M9.75 2a7.75 7.75 0 016.292 12.275l5.592 5.591a1.25 1.25 0 01-1.666 1.859l-.102-.091-5.59-5.592A7.75 7.75 0 119.75 2zm0 2.5a5.25 5.25 0 100 10.5 5.25 5.25 0 000-10.5z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconSearchBold);\r\n","import * as React from 'react';\r\n\r\nfunction IconSearch(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M10 2.25a7.75 7.75 0 015.985 12.674l5.545 5.546a.75.75 0 01-.976 1.133l-.084-.073-5.546-5.545A7.75 7.75 0 1110 2.25zm0 1.5a6.25 6.25 0 100 12.5 6.25 6.25 0 000-12.5z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconSearch);\r\n","import * as React from 'react';\r\n\r\nfunction IconSecureTick(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M12.01 2.25a.75.75 0 01.665.402c.72 1.376 3.174 2.323 7.389 2.683a.75.75 0 01.686.748c0 7.747-1.54 11.378-5.945 14.213l-.502.312-.525.306a26.51 26.51 0 01-.834.452l-.29.148-.323.16a.75.75 0 01-.654.003c-6.293-3-8.427-6.542-8.427-15.594a.75.75 0 01.686-.748c4.215-.36 6.67-1.307 7.389-2.683a.75.75 0 01.56-.395l.126-.007zM12 4.245l-.064.067C10.702 5.54 8.479 6.317 5.277 6.705l-.523.058.01.54c.012.53.033 1.039.063 1.525l.052.713c.472 5.577 2.312 8.141 6.618 10.372l.272.139.228.113.262-.133c4.685-2.43 6.538-5.033 6.915-11.21l.038-.743.025-.778.007-.402.001-.136-.522-.058c-3.068-.372-5.238-1.1-6.5-2.242l-.159-.15L12 4.244zm4.903 4.104l.077.067a.75.75 0 01.067.984l-.067.077-5.52 5.52-3.382-3.38a.75.75 0 01.984-1.129l.076.067 2.32 2.322 4.461-4.46a.75.75 0 01.984-.068z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconSecureTick);\r\n","import * as React from 'react';\r\n\r\nfunction IconSecure(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M12.01 2.25a.75.75 0 01.665.402c.72 1.376 3.174 2.323 7.389 2.683a.75.75 0 01.686.748c0 7.747-1.54 11.378-5.945 14.213l-.502.312-.525.306a26.51 26.51 0 01-.834.452l-.29.148-.323.16a.75.75 0 01-.654.003c-6.293-3-8.427-6.542-8.427-15.594a.75.75 0 01.686-.748c4.215-.36 6.67-1.307 7.389-2.683a.75.75 0 01.56-.395l.126-.007zM12 4.245l-.064.067C10.702 5.54 8.479 6.317 5.277 6.705l-.523.058.01.54c.012.53.033 1.039.063 1.525l.052.713c.472 5.577 2.312 8.141 6.618 10.372l.272.139.228.113.262-.133c4.685-2.43 6.538-5.033 6.915-11.21l.038-.743.025-.778.007-.402.001-.136-.522-.058c-3.068-.372-5.238-1.1-6.5-2.242l-.159-.15L12 4.244zM12 8l.15.005a2 2 0 01.98 3.645L14 16h-4l.87-4.35a2 2 0 01.982-3.644L11.999 8z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconSecure);\r\n","import * as React from 'react';\r\n\r\nfunction IconSettingsSolid(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M13 2a1 1 0 011 1v1.77a7.44 7.44 0 011.698.703l1.252-1.251a1 1 0 011.414 0l1.414 1.414a1 1 0 010 1.414l-1.251 1.252c.3.53.538 1.099.703 1.698H21a1 1 0 011 1v2a1 1 0 01-1 1h-1.77a7.454 7.454 0 01-.703 1.698l1.251 1.252a1 1 0 010 1.414l-1.414 1.414a1 1 0 01-1.414 0l-1.252-1.251a7.47 7.47 0 01-1.697.703L14 21a1 1 0 01-1 1h-2a1 1 0 01-1-1v-1.77a7.454 7.454 0 01-1.698-.703L7.05 19.778a1 1 0 01-1.414 0l-1.414-1.414a1 1 0 010-1.414l1.251-1.252A7.454 7.454 0 014.77 14H3a1 1 0 01-1-1v-2a1 1 0 011-1h1.77a7.44 7.44 0 01.703-1.698L4.222 7.05a1 1 0 010-1.414l1.414-1.414a1 1 0 011.414 0l1.252 1.251c.53-.3 1.099-.538 1.698-.703V3a1 1 0 011-1h2zm-1 6a4 4 0 100 8 4 4 0 000-8z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconSettingsSolid);\r\n","import * as React from 'react';\r\n\r\nfunction IconSettings(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M13.056 2c.918 0 1.67.707 1.744 1.606l.006.144v.787l.243.093.154.063.093.042.554-.553a1.75 1.75 0 012.217-.212l.133.1.125.113 1.492 1.492a1.75 1.75 0 01.114 2.35l-.113.125-.524.523.046.1.068.156.064.157.039.108h.74a1.75 1.75 0 011.725 1.459l.018.148.006.143v2.112a1.75 1.75 0 01-1.606 1.744l-.144.006h-.739l-.04.108-.063.158-.068.156-.047.098.524.524c.553.551.663 1.389.29 2.08l-.08.136-.095.131-.115.128-1.492 1.492c-.59.59-1.502.676-2.216.21l-.131-.095-.128-.115-.554-.554-.093.043-.154.064-.243.092v.789a1.752 1.752 0 01-1.459 1.725l-.148.018-.143.006h-2.111A1.75 1.75 0 019.2 20.393l-.006-.143v-.848l-.08-.03-.148-.06-.214-.097-.602.603a1.75 1.75 0 01-2.217.212l-.133-.1-.125-.113-1.492-1.492a1.75 1.75 0 01-.114-2.35l.114-.125.632-.634-.09-.204-.079-.206h-.897a1.752 1.752 0 01-1.725-1.459l-.018-.148L2 13.056v-2.112A1.75 1.75 0 013.606 9.2l.144-.006h.896l.08-.206.089-.205-.632-.633a1.75 1.75 0 01-.213-2.217l.099-.133.114-.125 1.492-1.492c.59-.59 1.502-.676 2.216-.21l.131.095.128.115.602.601.214-.095.149-.062.079-.03V3.75c0-.791.528-1.469 1.294-1.684l.146-.035.151-.023.16-.008h2.111zm-2.069 1.499l-.073.003a.25.25 0 00-.212.186l-.007.062v1.377a.75.75 0 01-.528.717c-.417.129-.818.3-1.2.51a.75.75 0 01-.809-.054l-.083-.071-.952-.954-.058-.053a.25.25 0 00-.27-.023l-.059.044-1.493 1.493a.25.25 0 00-.04.3l.04.054 1.009 1.008a.75.75 0 01.132.883c-.2.375-.361.769-.483 1.177a.75.75 0 01-.61.528l-.108.008H3.75a.25.25 0 00-.243.193l-.007.057v2.11c0 .12.083.22.193.245l.057.007h1.433a.75.75 0 01.719.537c.121.408.283.802.482 1.176a.75.75 0 01-.061.8l-.071.083-1.009 1.008a.25.25 0 00-.04.3l.04.054 1.493 1.493a.25.25 0 00.3.04l.054-.04.985-.986a.75.75 0 01.893-.126c.38.21.782.382 1.199.511a.75.75 0 01.52.609l.008.108v1.377a.25.25 0 00.192.243l.057.007h2.111a.251.251 0 00.244-.193l.007-.057v-1.331a.75.75 0 01.545-.721 6.398 6.398 0 001.247-.503.75.75 0 01.8.06l.083.072.896.898.058.053a.25.25 0 00.27.023l.059-.044 1.462-1.46.052-.057a.25.25 0 00.023-.27l-.044-.06-.907-.905a.75.75 0 01-.126-.894 6.4 6.4 0 00.533-1.269.75.75 0 01.61-.528l.108-.008h1.275a.25.25 0 00.243-.193l.007-.057v-2.111a.25.25 0 00-.193-.244l-.057-.007h-1.275a.75.75 0 01-.718-.536 6.4 6.4 0 00-.533-1.269.75.75 0 01.055-.81l.071-.083.907-.906a.25.25 0 00.04-.3l-.04-.054-1.493-1.493a.25.25 0 00-.3-.04l-.054.04-.93.93a.75.75 0 01-.882.132 6.398 6.398 0 00-1.247-.503.75.75 0 01-.536-.611l-.008-.11-.001-1.33a.251.251 0 00-.194-.244l-.056-.007-2.069-.001zM12 7.533a4.467 4.467 0 110 8.934 4.467 4.467 0 010-8.934zm0 1.5a2.967 2.967 0 100 5.934 2.967 2.967 0 000-5.934z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconSettings);\r\n","import * as React from 'react';\r\n\r\nfunction IconShortcuts(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M20.25 5c.966 0 1.75.784 1.75 1.75v10.5A1.75 1.75 0 0120.25 19H3.75A1.75 1.75 0 012 17.25V6.75C2 5.784 2.784 5 3.75 5h16.5zm0 1.5H3.75a.25.25 0 00-.243.193L3.5 6.75v10.5a.25.25 0 00.193.243l.057.007h16.5a.25.25 0 00.243-.193l.007-.057V6.75a.25.25 0 00-.193-.243L20.25 6.5zM6.5 14a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-1a.5.5 0 01-.5-.5v-1a.5.5 0 01.5-.5h1zm9 0a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-7a.5.5 0 01-.5-.5v-1a.5.5 0 01.5-.5h7zm3 0a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-1a.5.5 0 01-.5-.5v-1a.5.5 0 01.5-.5h1zm-12-3a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-1a.5.5 0 01-.5-.5v-1a.5.5 0 01.5-.5h1zm3 0a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-1a.5.5 0 01-.5-.5v-1a.5.5 0 01.5-.5h1zm3 0a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-1a.5.5 0 01-.5-.5v-1a.5.5 0 01.5-.5h1zm3 0a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-1a.5.5 0 01-.5-.5v-1a.5.5 0 01.5-.5h1zm3 0a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-1a.5.5 0 01-.5-.5v-1a.5.5 0 01.5-.5h1zm-12-3a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-1a.5.5 0 01-.5-.5v-1a.5.5 0 01.5-.5h1zm3 0a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-1a.5.5 0 01-.5-.5v-1a.5.5 0 01.5-.5h1zm3 0a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-1a.5.5 0 01-.5-.5v-1a.5.5 0 01.5-.5h1zm3 0a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-1a.5.5 0 01-.5-.5v-1a.5.5 0 01.5-.5h1zm3 0a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-1a.5.5 0 01-.5-.5v-1a.5.5 0 01.5-.5h1z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconShortcuts);\r\n","import * as React from 'react';\r\n\r\nfunction IconShowAll(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M19.25 6a1.75 1.75 0 011.744 1.606L21 7.75V11h-1.5V7.75l-.007-.057a.25.25 0 00-.175-.184L19.25 7.5H7.75l-.057.007a.25.25 0 00-.184.175L7.5 7.75v11.5l.007.057a.25.25 0 00.175.184l.068.009H11V21H7.75a1.75 1.75 0 01-1.744-1.606L6 19.25V7.75a1.75 1.75 0 011.606-1.744L7.75 6h11.5zm-2-3l.102.007a.75.75 0 010 1.486l-.102.007H4.75l-.057.007a.25.25 0 00-.184.175L4.5 4.75v12.5l-.007.102a.75.75 0 01-1.486 0L3 17.25V4.75l.006-.144a1.75 1.75 0 011.593-1.6L4.75 3h12.5zm-2.5 8.75a3 3 0 100 6 3 3 0 000-6zm0 7.5a4.5 4.5 0 113.632-1.842l.036-.05 2.362 2.362a.75.75 0 01-.976 1.133l-.084-.073-2.363-2.362-.112.077a4.479 4.479 0 01-2.495.755z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconShowAll);\r\n","import * as React from 'react';\r\n\r\nfunction IconShowLess(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M3.75 4a.75.75 0 01.75.75v14.5a.75.75 0 11-1.5 0V4.75A.75.75 0 013.75 4zm3.5 0a.75.75 0 01.75.75v14.5a.75.75 0 11-1.5 0V4.75A.75.75 0 017.25 4zm7.78 3.97a.75.75 0 01.073.976l-.073.084-2.219 2.22h7.439a.75.75 0 01.102 1.493l-.102.007h-7.439l2.22 2.22a.75.75 0 01-.977 1.133l-.084-.073-3.5-3.5-.055-.06-.046-.065-.049-.088-.044-.12-.018-.089-.007-.143.019-.136.03-.098.047-.1.054-.082.069-.08 3.5-3.5a.75.75 0 011.06 0z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconShowLess);\r\n","import * as React from 'react';\r\n\r\nfunction IconShowMore(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M3.75 4a.75.75 0 01.75.75v14.5a.75.75 0 11-1.5 0V4.75A.75.75 0 013.75 4zm3.5 0a.75.75 0 01.75.75v14.5a.75.75 0 11-1.5 0V4.75A.75.75 0 017.25 4zm3.5 0a.75.75 0 01.75.75v6.5h6.939l-2.22-2.22a.75.75 0 01.977-1.133l.084.073 3.5 3.5c.025.024.048.05.069.078l-.069-.078.04.042.04.052.068.114.038.098.02.084.012.088v.104l-.003.02-.006.055-.015.07-.024.072-.047.1-.032.051-.027.038-.064.072-3.5 3.5a.75.75 0 01-1.133-.976l.073-.084 2.219-2.22h-6.94l.001 6.5a.75.75 0 11-1.5 0V4.75a.75.75 0 01.75-.75z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconShowMore);\r\n","import * as React from 'react';\r\n\r\nfunction IconShowTemplate(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M5.5 18v2.25a.25.25 0 00.193.243l.057.007H8V22H5.75A1.75 1.75 0 014 20.25V18h1.5zm8.25-5.25a3 3 0 100 6 3 3 0 000-6zm-8.25 0v3.75H4v-3.75h1.5zM20 7.5v3.75h-1.5V7.5H20zm-14.5 0v3.75H4V7.5h1.5zM18.25 2c.966 0 1.75.784 1.75 1.75V6h-1.5V3.75a.25.25 0 00-.193-.243L18.25 3.5 16 3.499V2h2.25zM8 2v1.5H5.75a.25.25 0 00-.243.193L5.5 3.75V6H4V3.75C4 2.784 4.784 2 5.75 2H8zm6.5 0v1.499l-5 .001V2h5zm-.75 18.25a4.5 4.5 0 113.632-1.842l.036-.05 2.362 2.362a.75.75 0 01-.976 1.133l-.084-.073-2.363-2.362-.112.077a4.479 4.479 0 01-2.495.755z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconShowTemplate);\r\n","import * as React from 'react';\r\n\r\nfunction IconSliders(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M2.5 12.75H7a.75.75 0 110 1.5H5.5v7a.75.75 0 11-1.5 0v-7H2.5a.75.75 0 110-1.5zm9.5-2a.75.75 0 01.75.75v9.75a.75.75 0 11-1.5 0V11.5a.75.75 0 01.75-.75zm9.5 4a.75.75 0 110 1.5H20v5a.75.75 0 11-1.5 0v-5H17a.75.75 0 110-1.5h4.5zM19.25 2a.75.75 0 01.75.75v9.75a.75.75 0 11-1.5 0V2.75a.75.75 0 01.75-.75zM4.75 2a.75.75 0 01.75.75v7.75a.75.75 0 11-1.5 0V2.75A.75.75 0 014.75 2zM12 2a.75.75 0 01.75.75v5h1.5a.75.75 0 110 1.5h-4.5a.75.75 0 010-1.5h1.5v-5A.75.75 0 0112 2z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconSliders);\r\n","import * as React from 'react';\r\n\r\nfunction IconSmartpay(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M19.25 3c.966 0 1.75.784 1.75 1.75V7.5h-5a5 5 0 00-4.995 4.783L11 12.5a5 5 0 004.783 4.995L16 17.5h5v1.75A1.75 1.75 0 0119.25 21H4.75A1.75 1.75 0 013 19.25V4.75C3 3.784 3.784 3 4.75 3h14.5zm1.5 6c.69 0 1.25.56 1.25 1.25v4.5c0 .69-.56 1.25-1.25 1.25H16a3.5 3.5 0 010-7h4.75zM16 11a1.5 1.5 0 100 3 1.5 1.5 0 000-3z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconSmartpay);\r\n","import * as React from 'react';\r\n\r\nfunction IconSortBy(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M5.25 18a.75.75 0 110 1.5h-2.5a.75.75 0 110-1.5h2.5zm12.5-13.5a.75.75 0 01.743.648l.007.102v11.689l2.22-2.22a.75.75 0 011.133.977l-.073.084-3.5 3.5a.753.753 0 01-.125.101l-.088.049-.119.043-.106.021-.041.004-.07.002-.073-.006-.076-.013-.08-.023-.1-.043a.75.75 0 01-.182-.135l-3.5-3.5a.75.75 0 01.976-1.133l.084.073L17 16.939V5.25a.75.75 0 01.75-.75zm-9.5 9a.75.75 0 110 1.5h-5.5a.75.75 0 110-1.5h5.5zm3-4.5a.75.75 0 110 1.5h-8.5a.75.75 0 110-1.5h8.5zm3-4.5a.75.75 0 110 1.5H2.75a.75.75 0 010-1.5h11.5z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconSortBy);\r\n","import * as React from 'react';\r\n\r\nfunction IconSpinner(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <g fill=\"currentColor\" fillRule=\"evenodd\">\r\n <path d=\"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm0 1.5a8.5 8.5 0 110 17 8.5 8.5 0 010-17z\" />\r\n <path d=\"M12 2a.75.75 0 110 1.5 8.5 8.5 0 108.5 8.5.75.75 0 111.5 0c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2z\" />\r\n </g>\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconSpinner);\r\n","import * as React from 'react';\r\n\r\nfunction IconStarSolid(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M8.895 8.726l-6.683.358-.105.012c-.608.114-.833.91-.328 1.319l5.197 4.217-1.725 6.467-.02.098c-.085.616.605 1.08 1.152.725L12 18.28l5.617 3.64.087.05c.56.27 1.214-.242 1.045-.872l-1.726-6.467 5.198-4.217.077-.072c.425-.45.14-1.225-.51-1.26l-6.684-.357L12.7 2.481a.75.75 0 00-1.4 0L8.895 8.726z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconStarSolid);\r\n","import * as React from 'react';\r\n\r\nfunction IconStar(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M8.895 8.726l-6.683.358-.105.012c-.608.114-.833.91-.328 1.319l5.197 4.217-1.725 6.467-.02.098c-.085.616.605 1.08 1.152.725L12 18.28l5.617 3.64.087.05c.56.27 1.214-.242 1.045-.872l-1.726-6.467 5.198-4.217.077-.072c.425-.45.14-1.225-.51-1.26l-6.684-.357L12.7 2.481a.75.75 0 00-1.4 0L8.895 8.726zM12 4.836l1.88 4.883.046.1a.75.75 0 00.614.38l5.223.278-4.062 3.297-.08.075a.75.75 0 00-.172.7l1.349 5.055-4.39-2.845-.096-.053a.75.75 0 00-.72.053l-4.391 2.845 1.35-5.054.02-.108a.75.75 0 00-.272-.668l-4.063-3.297 5.224-.278a.75.75 0 00.66-.48L12 4.836z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconStar);\r\n","import * as React from 'react';\r\n\r\nfunction IconSubscriptions(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M18.25 2c.966 0 1.75.784 1.75 1.75v16.5A1.75 1.75 0 0118.25 22H13l-.001-1.5h5.251a.25.25 0 00.243-.193l.007-.057V3.75a.25.25 0 00-.193-.243L18.25 3.5H5.75a.25.25 0 00-.243.193L5.5 3.75 5.499 13H4V3.75C4 2.784 4.784 2 5.75 2h12.5zM4.142 16.956a.5.5 0 01.55-.147l.082.038 2.143 1.237.074.052a.5.5 0 01.147.55l-.038.081-.052.074a.5.5 0 01-.55.147l-.081-.038-.878-.505a2.5 2.5 0 004 1.525.75.75 0 11.925 1.181 4.002 4.002 0 01-6.343-2.173l-.402.695-.052.074a.5.5 0 01-.852-.492l.038-.082 1.238-2.143.051-.074zM8 14a4.001 4.001 0 013.92 3.197l.358-.62a.5.5 0 01.6-.221l.083.038a.5.5 0 01.22.601l-.037.082-1.238 2.143a.5.5 0 01-.6.221l-.083-.038-2.143-1.237a.5.5 0 01.418-.904l.082.038.914.528a2.5 2.5 0 00-4.033-1.798.75.75 0 11-.925-1.181A3.985 3.985 0 018 14zm7.75-1a.75.75 0 110 1.5h-2.5a.75.75 0 110-1.5h2.5zm0-3.5a.75.75 0 110 1.5h-7.5a.75.75 0 110-1.5h7.5zm0-3.5a.75.75 0 110 1.5h-7.5a.75.75 0 010-1.5h7.5z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconSubscriptions);\r\n","import * as React from 'react';\r\n\r\nfunction IconSystemEntries(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M19.25 3c.966 0 1.75.784 1.75 1.75v14.5A1.75 1.75 0 0119.25 21H4.75A1.75 1.75 0 013 19.25V4.75C3 3.784 3.784 3 4.75 3h14.5zm.25 3h-15v13.25a.25.25 0 00.193.243l.057.007h14.5a.25.25 0 00.243-.193l.007-.057V6zm-8.75 9.5a.75.75 0 110 1.5h-4a.75.75 0 110-1.5h4zm6.5 0a.75.75 0 110 1.5h-4a.75.75 0 110-1.5h4zm-6.5-3.5a.75.75 0 110 1.5h-4a.75.75 0 110-1.5h4zm6.5 0a.75.75 0 110 1.5h-4a.75.75 0 110-1.5h4zm-6.5-3.5a.75.75 0 110 1.5h-4a.75.75 0 010-1.5h4zm6.5 0a.75.75 0 110 1.5h-4a.75.75 0 110-1.5h4z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconSystemEntries);\r\n","import * as React from 'react';\r\n\r\nfunction IconTag(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M10.356 2c.464 0 .909.184 1.237.513l9.92 9.919a1.75 1.75 0 010 2.475l-6.606 6.606a1.75 1.75 0 01-2.475 0l-9.92-9.92A1.75 1.75 0 012 10.356V3.75C2 2.784 2.784 2 3.75 2h6.606zm0 1.5H3.75a.25.25 0 00-.243.193L3.5 3.75v6.606a.25.25 0 00.033.125l.04.051 9.92 9.92a.25.25 0 00.3.04l.053-.04 6.606-6.606a.25.25 0 00.04-.3l-.04-.053-9.92-9.92a.25.25 0 00-.111-.064l-.065-.009zm1.57 5.394c.365-.007.652.086.852.287.256.255.225.645-.02.89-.215.215-.453.322-.78.366-.512.07-.826.211-1.13.515-.335.335-.335.742-.114.963.203.203.484.176.923-.106l.123-.084.715-.5c1.04-.729 1.934-.732 2.666 0 .809.809.81 1.956.044 3.041l-.12.163.155.155c.238.238.128.494-.02.642-.14.14-.364.246-.581.093l-.072-.062-.145-.145c-.615.532-1.285.857-1.858.87-.349.004-.642-.082-.85-.29-.306-.307-.244-.714.042-1 .145-.146.32-.24.605-.301l.151-.028c.529-.08.991-.293 1.271-.573.425-.425.46-.818.197-1.08-.193-.194-.473-.155-.963.148l-.139.09-.71.476c-1.05.711-1.938.694-2.677-.045-.789-.79-.783-1.929-.026-2.957l.12-.154-.204-.203c-.242-.242-.121-.494.03-.646.138-.137.353-.246.57-.09l.073.062.214.214c.546-.435 1.14-.704 1.657-.71zM6.042 6.043a1 1 0 111.414 1.414 1 1 0 01-1.414-1.414z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconTag);\r\n","import * as React from 'react';\r\n\r\nfunction IconTemplateOverride(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M14.5 20.5V22h-5v-1.5h5zm-9-2.5v2.25a.25.25 0 00.193.243l.057.007H8V22H5.75A1.75 1.75 0 014 20.25V18h1.5zM20 18v2.25A1.75 1.75 0 0118.25 22H16v-1.5h2.25a.25.25 0 00.243-.193l.007-.057V18H20zm0-5.25v3.75h-1.5v-3.75H20zm-14.5 0v3.75H4v-3.75h1.5zM20 7.5v3.75h-1.5V7.5H20zM4 11.25V7.5h9.25a.75.75 0 01.75.75v2.25a.75.75 0 01-.75.75H4zM18.25 2c.966 0 1.75.784 1.75 1.75V6h-1.5V3.75a.25.25 0 00-.193-.243L18.25 3.5 16 3.499V2h2.25zM8 2v1.5H5.75a.25.25 0 00-.243.193L5.5 3.75V6H4V3.75C4 2.784 4.784 2 5.75 2H8zm6.5 0v1.499l-5 .001V2h5z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconTemplateOverride);\r\n","import * as React from 'react';\r\n\r\nfunction IconTemplates(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M14.5 20.5V22h-5v-1.5h5zm-9-2.5v2.25a.25.25 0 00.193.243l.057.007H8V22H5.75A1.75 1.75 0 014 20.25V18h1.5zM20 18v2.25A1.75 1.75 0 0118.25 22H16v-1.5h2.25a.25.25 0 00.243-.193l.007-.057V18H20zm0-5.25v3.75h-1.5v-3.75H20zm-14.5 0v3.75H4v-3.75h1.5zM12.25 14a.75.75 0 110 1.5h-3.5a.75.75 0 110-1.5h3.5zm0-4a.75.75 0 110 1.5h-3.5a.75.75 0 110-1.5h3.5zM20 7.5v3.75h-1.5V7.5H20zm-14.5 0v3.75H4V7.5h1.5zM15.25 6a.75.75 0 110 1.5h-6.5a.75.75 0 010-1.5h6.5zm3-4c.966 0 1.75.784 1.75 1.75V6h-1.5V3.75a.25.25 0 00-.193-.243L18.25 3.5 16 3.499V2h2.25zM8 2v1.5H5.75a.25.25 0 00-.243.193L5.5 3.75V6H4V3.75C4 2.784 4.784 2 5.75 2H8zm6.5 0v1.499l-5 .001V2h5z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconTemplates);\r\n","import * as React from 'react';\r\n\r\nfunction IconThumbBoth(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M18 11.25a1.75 1.75 0 011.744 1.606l.006.144v4.586c0 .406-.141.797-.396 1.109l-.117.128-3.304 3.305a1.25 1.25 0 01-2.114-1.11l.032-.133.642-2.135H12.5a1.75 1.75 0 01-1.726-1.458l-.018-.148L10.75 17c0-.173.026-.345.076-.51l.059-.163 1.666-4a1.75 1.75 0 011.465-1.07l.15-.007H18zm0 1.5h-3.833a.25.25 0 00-.202.102l-.03.052-1.666 4a.25.25 0 00.174.34l.057.006h2.866a.85.85 0 01.838.99l-.024.104-.606 2.023 2.603-2.604a.25.25 0 00.064-.112l.009-.065V13a.25.25 0 00-.193-.243L18 12.75zm4-1.5c.513 0 .94.441.994 1.003l.006.122v4.5c0 .619-.45 1.125-1 1.125-.513 0-.94-.441-.994-1.003L21 16.875v-4.5c0-.619.45-1.125 1-1.125zM2 6c.513 0 .94.441.994 1.003L3 7.125v4.5c0 .619-.45 1.125-1 1.125-.513 0-.94-.441-.994-1.003L1 11.625v-4.5C1 6.506 1.45 6 2 6zm6.067-4.128a1.25 1.25 0 012.114 1.11l-.032.133-.642 2.135H11.5c.867 0 1.587.63 1.726 1.458l.018.148.006.144c0 .173-.026.345-.076.51l-.059.163-1.666 4a1.75 1.75 0 01-1.465 1.07l-.15.007H6a1.75 1.75 0 01-1.744-1.606L4.25 11V6.414c0-.406.141-.797.396-1.109l.117-.128 3.304-3.305zm.359 1.761L5.823 6.237a.25.25 0 00-.064.112l-.009.065V11a.25.25 0 00.193.243L6 11.25h3.833a.25.25 0 00.202-.102l.03-.052 1.666-4a.25.25 0 00-.174-.34L11.5 6.75H8.634c-.123-.006-.123-.006-.244-.036a.85.85 0 01-.594-.954l.024-.104.606-2.023z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconThumbBoth);\r\n","import * as React from 'react';\r\n\r\nfunction IconThumbDownSolid(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M14.839 4c.935 0 1.709.754 1.784 1.705l.006.152v9.277c0 .438-.149.86-.414 1.19l-.105.12-4.96 5.144a1.298 1.298 0 01-1.888.01 1.427 1.427 0 01-.389-1.118l.022-.155.85-4.253H4.687c-1.868 0-3.145-1.925-2.531-3.719l.06-.163 2.919-7.066c.266-.63.84-1.06 1.495-1.117L6.782 4h8.057zm5.37 0c.936 0 1.71.754 1.785 1.705l.006.152v7.43c0 1.02-.806 1.856-1.79 1.856-.936 0-1.71-.754-1.785-1.705l-.006-.152V5.857c0-1.021.806-1.857 1.79-1.857z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconThumbDownSolid);\r\n","import * as React from 'react';\r\n\r\nfunction IconThumbDown(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M14.839 4c.935 0 1.709.754 1.784 1.705l.006.152v9.277c0 .438-.149.86-.414 1.19l-.105.12-4.96 5.144a1.298 1.298 0 01-1.888.01 1.427 1.427 0 01-.389-1.118l.022-.155.85-4.253H4.687c-1.868 0-3.145-1.925-2.531-3.719l.06-.163 2.919-7.066c.266-.63.84-1.06 1.495-1.117L6.782 4h8.057zm0 1.5H6.782a.284.284 0 00-.223.129l-.038.067-2.916 7.062c-.34.83.192 1.728.97 1.808l.112.006h6.888l-1.114 5.57 4.569-4.74a.373.373 0 00.092-.19l.007-.078V5.857c0-.18-.112-.318-.237-.35L14.84 5.5zm5.37-1.5c.936 0 1.71.754 1.785 1.705l.006.152v7.43c0 1.02-.806 1.856-1.79 1.856-.936 0-1.71-.754-1.785-1.705l-.006-.152V5.857c0-1.021.806-1.857 1.79-1.857z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconThumbDown);\r\n","import * as React from 'react';\r\n\r\nfunction IconThumbUpSolid(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M12.85 2.412a1.298 1.298 0 011.888-.01c.287.298.425.705.389 1.118l-.022.155-.85 4.253h5.058c1.868 0 3.145 1.925 2.531 3.719l-.06.163-2.919 7.066a1.811 1.811 0 01-1.495 1.117l-.152.007H9.161c-.935 0-1.709-.754-1.784-1.705l-.006-.152V8.866c0-.438.149-.86.414-1.19l.105-.12 4.96-5.144zM3.79 8.857c.936 0 1.71.754 1.785 1.705l.006.152v7.429C5.58 19.164 4.775 20 3.79 20c-.936 0-1.71-.754-1.785-1.705L2 18.143v-7.43c0-1.02.806-1.856 1.79-1.856z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconThumbUpSolid);\r\n","import * as React from 'react';\r\n\r\nfunction IconThumbUp(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M14.738 2.403c.287.297.425.704.389 1.117l-.022.155-.85 4.253h5.058c1.868 0 3.145 1.925 2.531 3.719l-.06.163-2.919 7.066a1.811 1.811 0 01-1.495 1.117l-.152.007H9.161c-.935 0-1.709-.754-1.784-1.705l-.006-.152V8.866c0-.438.149-.86.414-1.19l.105-.12 4.96-5.144a1.298 1.298 0 011.888-.01zM3.79 8.857c.936 0 1.71.754 1.785 1.705l.006.152v7.429C5.58 19.164 4.775 20 3.79 20c-.936 0-1.71-.754-1.785-1.705L2 18.143v-7.43c0-1.02.806-1.856 1.79-1.856zm9.749-4.999L8.97 8.598a.373.373 0 00-.092.19l-.007.078v9.277c0 .18.112.318.237.35l.053.007h8.057c.08 0 .166-.047.223-.129l.038-.067 2.916-7.062c.34-.83-.192-1.728-.97-1.808l-.112-.006h-6.888l1.114-5.57z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconThumbUp);\r\n","import * as React from 'react';\r\n\r\nfunction IconTick(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M16.867 6.097a.75.75 0 011.318.708l-.052.098-7 11a.75.75 0 01-1.145.145l-.074-.08-4-5A.75.75 0 017.01 11.95l.076.081 3.344 4.181 6.437-10.115z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconTick);\r\n","import * as React from 'react';\r\n\r\nfunction IconTime(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M16.5 16c2.434 0 3.88 1.316 4.34 3.95A1.75 1.75 0 0119.116 22h-5.232a1.75 1.75 0 01-1.724-2.05c.46-2.634 1.906-3.95 4.34-3.95zM12 2c5.523 0 10 4.477 10 10a9.96 9.96 0 01-1.005 4.374 5.097 5.097 0 00-1.182-1.017A8.488 8.488 0 0020.5 12a8.5 8.5 0 10-9.996 8.369c.02.578.196 1.118.487 1.58C5.942 21.444 2 17.183 2 12 2 6.477 6.477 2 12 2zm4.5 8.5c1.105 0 2 1.12 2 2.5s-.895 2.5-2 2.5-2-1.12-2-2.5.895-2.5 2-2.5zM12 5.25a.75.75 0 01.743.648L12.75 6v6a.75.75 0 01-.648.743L12 12.75H7.5a.75.75 0 01-.102-1.493l.102-.007h3.75V6a.75.75 0 01.75-.75z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconTime);\r\n","import * as React from 'react';\r\n\r\nfunction IconTransferCancel(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <g fill=\"none\" fillRule=\"evenodd\">\r\n <path\r\n d=\"M18.804 15.647a.75.75 0 011.049 1.05l-.073.083-1.969 1.97 1.97 1.97a.75.75 0 01-.977 1.133l-.084-.073-1.97-1.969-1.97 1.97-.084.072a.75.75 0 01-1.049-1.05l.073-.083 1.969-1.97-1.97-1.97a.75.75 0 01.977-1.133l.084.073 1.97 1.969 1.97-1.97.084-.072z\"\r\n fill=\"#CF3C16\"\r\n fillRule=\"nonzero\"\r\n />\r\n <path\r\n d=\"M5.5 16.5v3.75a.25.25 0 00.193.243l.057.007H12V22H5.75A1.75 1.75 0 014 20.25V16.5h1.5zm2.946-6.103l.084.073 3 3a.75.75 0 01.073.976l-.073.084-3 3a.75.75 0 01-1.133-.976l.073-.084 1.719-1.72H2.75a.75.75 0 01-.102-1.493l.102-.007h6.439l-1.72-1.72a.75.75 0 01-.072-.976l.073-.084a.75.75 0 01.976-.073zM13.586 2a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V14h-1.5V9h-3.75a1.75 1.75 0 01-1.744-1.606L13 7.25V3.5H5.75a.25.25 0 00-.243.193L5.5 3.75v7.75H4V3.75C4 2.784 4.784 2 5.75 2h7.836zm.914 2.621V7.25a.25.25 0 00.193.243l.057.007h2.63L14.5 4.621z\"\r\n fill=\"currentColor\"\r\n />\r\n </g>\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconTransferCancel);\r\n","import * as React from 'react';\r\n\r\nfunction IconTransferLocked(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M5.5 16.5v3.75a.25.25 0 00.193.243l.057.007h4.75V22H5.75A1.75 1.75 0 014 20.25V16.5h1.5zM16 12a3 3 0 013 3v1a1 1 0 011 1v4a1 1 0 01-1 1h-6a1 1 0 01-1-1v-4a1 1 0 011-1v-1a3 3 0 013-3zm0 5.5a1 1 0 00-.5 1.866V20a.5.5 0 00.992.09L16.5 20l.001-.634A1 1 0 0016 17.5zm-7.554-7.103l.084.073 3 3a.75.75 0 01.073.976l-.073.084-3 3a.75.75 0 01-1.133-.976l.073-.084 1.719-1.72H2.75a.75.75 0 01-.102-1.493l.102-.007h6.439l-1.72-1.72a.75.75 0 01-.072-.976l.073-.084a.75.75 0 01.976-.073zM16 13.5a1.5 1.5 0 00-1.493 1.356L14.5 15v1h3v-1a1.5 1.5 0 00-1.356-1.493L16 13.5zM13.586 2a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V11.5h-1.5V9h-3.75a1.75 1.75 0 01-1.744-1.606L13 7.25V3.5H5.75a.25.25 0 00-.243.193L5.5 3.75v7.75H4V3.75C4 2.784 4.784 2 5.75 2h7.836zm.914 2.621V7.25a.25.25 0 00.193.243l.057.007h2.63L14.5 4.621z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconTransferLocked);\r\n","import * as React from 'react';\r\n\r\nfunction IconTransfer(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M13.586 2a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V20.25A1.75 1.75 0 0118.25 22H5.75A1.75 1.75 0 014 20.25V16.5h1.5v3.75a.25.25 0 00.193.243l.057.007h12.5a.25.25 0 00.243-.193l.007-.057V9h-3.75a1.75 1.75 0 01-1.744-1.606L13 7.25V3.5H5.75a.25.25 0 00-.243.193L5.5 3.75v7.75H4V3.75C4 2.784 4.784 2 5.75 2h7.836zm-5.14 8.397l.084.073 3 3a.75.75 0 01.073.976l-.073.084-3 3a.75.75 0 01-1.133-.976l.073-.084 1.719-1.72H2.75a.75.75 0 01-.102-1.493l.102-.007h6.439l-1.72-1.72a.75.75 0 01-.072-.976l.073-.084a.75.75 0 01.976-.073zM14.5 4.621V7.25a.25.25 0 00.193.243l.057.007h2.63L14.5 4.621z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconTransfer);\r\n","import * as React from 'react';\r\n\r\nfunction IconUndock(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M12 5v1.5H4.75a.25.25 0 00-.243.193L4.5 6.75v12.5a.25.25 0 00.193.243l.057.007h12.5a.25.25 0 00.243-.193l.007-.057V12H19v7.25A1.75 1.75 0 0117.25 21H4.75A1.75 1.75 0 013 19.25V6.75C3 5.784 3.784 5 4.75 5H12zm8.25-2a.75.75 0 01.743.648L21 3.75v4.5a.75.75 0 01-1.493.102L19.5 8.25V5.56l-4.97 4.97a.75.75 0 01-1.133-.976l.073-.084 4.968-4.97H15.75a.75.75 0 01-.743-.648L15 3.75a.75.75 0 01.648-.743L15.75 3h4.5z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconUndock);\r\n","import * as React from 'react';\r\n\r\nfunction IconUnreconciled(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M3.368 4.346l.092.062 18 14a.75.75 0 01-.828 1.246l-.092-.062-3.34-2.597L17 17h-2.5a.75.75 0 01-.102-1.493l.102-.007h.778l-3.536-2.75H7a.75.75 0 110-1.5h2.814l-3.46-2.69a3.501 3.501 0 00.454 6.935L7 15.5h2.5a.75.75 0 01.102 1.493L9.5 17H7a5 5 0 01-2.074-9.55L2.54 5.591a.75.75 0 01.828-1.246zM17 7a5 5 0 013.39 8.676l-1.208-.94a3.5 3.5 0 00-1.99-6.231L17 8.5h-2.5a.75.75 0 01-.102-1.493L14.5 7H17zm0 4.25a.75.75 0 110 1.5h-.372l-1.929-1.5H17z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconUnreconciled);\r\n","import * as React from 'react';\r\n\r\nfunction IconWarning(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M9.527 17.197c.157-.827.938-1.344 1.771-1.177a1.515 1.515 0 011.213 1.772c-.157.826-.939 1.343-1.771 1.177a1.515 1.515 0 01-1.213-1.772zm2.265-11.05c.164-.863.784-1.276 1.607-1.112.815.163 1.23.782 1.066 1.646l-.038.183-.025.097-1.368 6.473c-.179.793-.67 1.182-1.43 1.03-.712-.142-1.032-.634-.96-1.356l.02-.147 1.1-6.628.028-.185z\"\r\n fill=\"currentColor\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconWarning);\r\n","import * as React from 'react';\r\n\r\nfunction IconWebshop(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M11 15.5a2.25 2.25 0 110 4.5 2.25 2.25 0 010-4.5zm5.831 0a2.25 2.25 0 110 4.5 2.25 2.25 0 010-4.5zM11 17a.75.75 0 100 1.5.75.75 0 000-1.5zm5.831 0a.75.75 0 100 1.5.75.75 0 000-1.5zM5.287 4a1.75 1.75 0 011.56.955l.062.138 3.24 8a.25.25 0 00.173.15l.06.007h7.743a.25.25 0 00.204-.105l.028-.054 2.159-5.496a.25.25 0 00-.141-.324l-.045-.013-.047-.005-10.04-.003a.75.75 0 01-.102-1.493l.102-.007 10.04.003A1.75 1.75 0 0121.962 8l-.049.143-2.158 5.497a1.75 1.75 0 01-1.476 1.103l-.153.007h-7.743a1.75 1.75 0 01-1.56-.955l-.062-.138-3.24-8a.25.25 0 00-.173-.15l-.06-.007H2.75a.75.75 0 01-.102-1.493L2.75 4h2.537z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconWebshop);\r\n","import * as React from 'react';\r\n\r\nfunction IconWebsite(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M20.25 4c.966 0 1.75.784 1.75 1.75v12.5A1.75 1.75 0 0120.25 20H3.75A1.75 1.75 0 012 18.25V5.75C2 4.784 2.784 4 3.75 4h16.5zm.25 6h-17v8.25a.25.25 0 00.193.243l.057.007h16.5a.25.25 0 00.243-.193l.007-.057V10zm-.25-4.5H3.75a.25.25 0 00-.243.193L3.5 5.75V8.5h17V5.75a.25.25 0 00-.193-.243L20.25 5.5zM5.5 6.5v1h-1v-1h1zm2 0v1h-1v-1h1zm2 0v1h-1v-1h1z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconWebsite);\r\n","import * as React from 'react';\r\n\r\nfunction IconWorkflow(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M19.144 16.292a2.853 2.853 0 00-2.754 2.144H7.722a2.857 2.857 0 01-2.856-2.858 2.857 2.857 0 012.856-2.859h1.53a2.842 2.842 0 005.508 0h1.529a4.286 4.286 0 004.283-4.287 4.286 4.286 0 00-4.283-4.288H7.62A2.856 2.856 0 002 4.859a2.856 2.856 0 005.62.715h8.669a2.857 2.857 0 012.855 2.858 2.857 2.857 0 01-2.855 2.858h-1.53a2.842 2.842 0 00-5.508 0h-1.53a4.286 4.286 0 00-4.283 4.288 4.286 4.286 0 004.284 4.287h8.668a2.85 2.85 0 005.6-.964 2.852 2.852 0 00-2.846-2.609zM4.866 6.288a1.429 1.429 0 11.002-2.857 1.429 1.429 0 01-.002 2.857zm7.14 4.287a1.429 1.429 0 11-.002 2.857 1.429 1.429 0 01.001-2.857zm7.138 10.005a1.429 1.429 0 11.002-2.857 1.429 1.429 0 01-.002 2.857z\"\r\n fill=\"currentColor\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconWorkflow);\r\n","import * as React from 'react';\r\n\r\nfunction IconZoom(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>): JSX.Element {\r\n return (\r\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" ref={svgRef} {...props}>\r\n <path\r\n d=\"M10 2.25a7.75 7.75 0 015.985 12.674l5.545 5.546a.75.75 0 01-.976 1.133l-.084-.073-5.546-5.545A7.75 7.75 0 1110 2.25zm0 1.5a6.25 6.25 0 100 12.5 6.25 6.25 0 000-12.5zm0 2.75a.75.75 0 01.75.75v2h2a.75.75 0 110 1.5h-2v2a.75.75 0 11-1.5 0v-2h-2a.75.75 0 110-1.5h2v-2A.75.75 0 0110 6.5z\"\r\n fill=\"currentColor\"\r\n fillRule=\"evenodd\"\r\n />\r\n </svg>\r\n );\r\n}\r\n\r\nexport default React.forwardRef(IconZoom);\r\n","import AccountPreview from './AccountPreview';\r\nimport AccountingYearCancel from './AccountingYearCancel';\r\nimport AccountingYear from './AccountingYear';\r\nimport Accounting from './Accounting';\r\nimport ArrowBottom from './ArrowBottom';\r\nimport ArrowDown from './ArrowDown';\r\nimport ArrowEnd from './ArrowEnd';\r\nimport ArrowLeft from './ArrowLeft';\r\nimport ArrowRight from './ArrowRight';\r\nimport ArrowStart from './ArrowStart';\r\nimport ArrowTop from './ArrowTop';\r\nimport ArrowUp from './ArrowUp';\r\nimport AttachAuto from './AttachAuto';\r\nimport AttachCancel from './AttachCancel';\r\nimport Attach from './Attach';\r\nimport AutotextInsert from './AutotextInsert';\r\nimport Autotext from './Autotext';\r\nimport BasicTabs from './BasicTabs';\r\nimport Basic from './Basic';\r\nimport BellSolid from './BellSolid';\r\nimport Book from './Book';\r\nimport Booking from './Booking';\r\nimport Budget from './Budget';\r\nimport Calendar from './Calendar';\r\nimport CashAccount from './CashAccount';\r\nimport CashReports from './CashReports';\r\nimport ChatSolid from './ChatSolid';\r\nimport Chat from './Chat';\r\nimport ChevronDownDouble from './ChevronDownDouble';\r\nimport ChevronDownSolid from './ChevronDownSolid';\r\nimport ChevronDown from './ChevronDown';\r\nimport ChevronLeftDouble from './ChevronLeftDouble';\r\nimport ChevronLeft from './ChevronLeft';\r\nimport ChevronRightDouble from './ChevronRightDouble';\r\nimport ChevronRight from './ChevronRight';\r\nimport ChevronUpDouble from './ChevronUpDouble';\r\nimport ChevronUpSolid from './ChevronUpSolid';\r\nimport ChevronUp from './ChevronUp';\r\nimport CircleClose from './CircleClose';\r\nimport CircleMinus from './CircleMinus';\r\nimport CirclePlus from './CirclePlus';\r\nimport CircleTick from './CircleTick';\r\nimport ClampOpen from './ClampOpen';\r\nimport Clamp from './Clamp';\r\nimport Close from './Close';\r\nimport ConnectionEnable from './ConnectionEnable';\r\nimport ConnectionRevoke from './ConnectionRevoke';\r\nimport Contacts from './Contacts';\r\nimport Copy from './Copy';\r\nimport Courses from './Courses';\r\nimport Credit from './Credit';\r\nimport DeletePermanently from './DeletePermanently';\r\nimport Delete from './Delete';\r\nimport Depecriate from './Depecriate';\r\nimport Developer from './Developer';\r\nimport DistributionTemplate from './DistributionTemplate';\r\nimport DocumentApprove from './DocumentApprove';\r\nimport DocumentCreateEntry from './DocumentCreateEntry';\r\nimport DocumentCut from './DocumentCut';\r\nimport DocumentError from './DocumentError';\r\nimport DocumentIsolatePage from './DocumentIsolatePage';\r\nimport DocumentMerge from './DocumentMerge';\r\nimport DocumentMove from './DocumentMove';\r\nimport DocumentPreview from './DocumentPreview';\r\nimport DocumentReceived from './DocumentReceived';\r\nimport DocumentRejectedRequest from './DocumentRejectedRequest';\r\nimport DocumentSplit from './DocumentSplit';\r\nimport DocumentTime from './DocumentTime';\r\nimport Document from './Document';\r\nimport Download from './Download';\r\nimport Drag from './Drag';\r\nimport ECopedia from './ECopedia';\r\nimport ESignature from './ESignature';\r\nimport Edit from './Edit';\r\nimport EllipsisHorizontal from './EllipsisHorizontal';\r\nimport EllipsisVertical from './EllipsisVertical';\r\nimport EntriesOnAccount from './EntriesOnAccount';\r\nimport EntriesOpen from './EntriesOpen';\r\nimport EntriesWarning from './EntriesWarning';\r\nimport EntryTypeCustomerInvoice from './EntryTypeCustomerInvoice';\r\nimport EntryTypeCustomerPayment from './EntryTypeCustomerPayment';\r\nimport EntryTypeJournalEntry from './EntryTypeJournalEntry';\r\nimport EntryTypeManualCustomerInvoice from './EntryTypeManualCustomerInvoice';\r\nimport EntryTypeSupplierInvoice from './EntryTypeSupplierInvoice';\r\nimport EntryTypeSupplierPayment from './EntryTypeSupplierPayment';\r\nimport EnvelopeApproved from './EnvelopeApproved';\r\nimport Envelope from './Envelope';\r\nimport ExpandView from './ExpandView';\r\nimport Expenses from './Expenses';\r\nimport ExportToExcel from './ExportToExcel';\r\nimport ExportToPdf from './ExportToPdf';\r\nimport Export from './Export';\r\nimport FilterSolid from './FilterSolid';\r\nimport Filter from './Filter';\r\nimport GraphSolid from './GraphSolid';\r\nimport Hash from './Hash';\r\nimport Home from './Home';\r\nimport Images from './Images';\r\nimport Import from './Import';\r\nimport InboxEinvoicing from './InboxEinvoicing';\r\nimport InboxScanning from './InboxScanning';\r\nimport InboxSmart from './InboxSmart';\r\nimport Inbox from './Inbox';\r\nimport Info from './Info';\r\nimport InventoryMatrix from './InventoryMatrix';\r\nimport Inventory from './Inventory';\r\nimport JournalPro from './JournalPro';\r\nimport LayoutBoth from './LayoutBoth';\r\nimport LayoutFirst from './LayoutFirst';\r\nimport LayoutLast from './LayoutLast';\r\nimport LayoutNone from './LayoutNone';\r\nimport Layout from './Layout';\r\nimport LedgerCardCustomerReminder from './LedgerCardCustomerReminder';\r\nimport LedgerCardManualCustomerInvoice from './LedgerCardManualCustomerInvoice';\r\nimport LedgerCardObsoleteStock from './LedgerCardObsoleteStock';\r\nimport LedgerCardOpeningEntry from './LedgerCardOpeningEntry';\r\nimport LedgerCardReservedEntry from './LedgerCardReservedEntry';\r\nimport LedgerCardShrinkagePilferage from './LedgerCardShrinkagePilferage';\r\nimport LedgerCardStockAdjustment from './LedgerCardStockAdjustment';\r\nimport LedgerCardTransferredOpeningEntry from './LedgerCardTransferredOpeningEntry';\r\nimport LedgerCard from './LedgerCard';\r\nimport Lightbulb from './Lightbulb';\r\nimport Line from './Line';\r\nimport ListBulleted from './ListBulleted';\r\nimport ListSearch from './ListSearch';\r\nimport List from './List';\r\nimport LockOpen from './LockOpen';\r\nimport LogOut from './LogOut';\r\nimport Log from './Log';\r\nimport Market from './Market';\r\nimport MatchAmount from './MatchAmount';\r\nimport MatchEntries from './MatchEntries';\r\nimport Menu from './Menu';\r\nimport Mileage from './Mileage';\r\nimport ModalResize from './ModalResize';\r\nimport ModalShrink from './ModalShrink';\r\nimport MoreSolid from './MoreSolid';\r\nimport More from './More';\r\nimport Move from './Move';\r\nimport NavigationList from './NavigationList';\r\nimport NoteFollowUp from './NoteFollowUp';\r\nimport NoteRead from './NoteRead';\r\nimport Note from './Note';\r\nimport PartnerApi from './PartnerApi';\r\nimport Period from './Period';\r\nimport PersonChange from './PersonChange';\r\nimport PersonMinus from './PersonMinus';\r\nimport PersonPlus from './PersonPlus';\r\nimport PersonTick from './PersonTick';\r\nimport Play from './Play';\r\nimport PlusMinus from './PlusMinus';\r\nimport Print from './Print';\r\nimport ProcessPayment from './ProcessPayment';\r\nimport ProductLedgerCard from './ProductLedgerCard';\r\nimport Profile from './Profile';\r\nimport ProjectCards from './ProjectCards';\r\nimport Projects from './Projects';\r\nimport Quicklinks from './Quicklinks';\r\nimport RatingBankruptcy from './RatingBankruptcy';\r\nimport RatingPaymentProblems from './RatingPaymentProblems';\r\nimport Reconciled from './Reconciled';\r\nimport Refresh from './Refresh';\r\nimport ReportSolid from './ReportSolid';\r\nimport Report from './Report';\r\nimport Restore from './Restore';\r\nimport RotateLeft from './RotateLeft';\r\nimport RotateRight from './RotateRight';\r\nimport Sales from './Sales';\r\nimport SearchBold from './SearchBold';\r\nimport Search from './Search';\r\nimport SecureTick from './SecureTick';\r\nimport Secure from './Secure';\r\nimport SettingsSolid from './SettingsSolid';\r\nimport Settings from './Settings';\r\nimport Shortcuts from './Shortcuts';\r\nimport ShowAll from './ShowAll';\r\nimport ShowLess from './ShowLess';\r\nimport ShowMore from './ShowMore';\r\nimport ShowTemplate from './ShowTemplate';\r\nimport Sliders from './Sliders';\r\nimport Smartpay from './Smartpay';\r\nimport SortBy from './SortBy';\r\nimport Spinner from './Spinner';\r\nimport StarSolid from './StarSolid';\r\nimport Star from './Star';\r\nimport Subscriptions from './Subscriptions';\r\nimport SystemEntries from './SystemEntries';\r\nimport Tag from './Tag';\r\nimport TemplateOverride from './TemplateOverride';\r\nimport Templates from './Templates';\r\nimport ThumbBoth from './ThumbBoth';\r\nimport ThumbDownSolid from './ThumbDownSolid';\r\nimport ThumbDown from './ThumbDown';\r\nimport ThumbUpSolid from './ThumbUpSolid';\r\nimport ThumbUp from './ThumbUp';\r\nimport Tick from './Tick';\r\nimport Time from './Time';\r\nimport TransferCancel from './TransferCancel';\r\nimport TransferLocked from './TransferLocked';\r\nimport Transfer from './Transfer';\r\nimport Undock from './Undock';\r\nimport Unreconciled from './Unreconciled';\r\nimport Warning from './Warning';\r\nimport Webshop from './Webshop';\r\nimport Website from './Website';\r\nimport Workflow from './Workflow';\r\nimport Zoom from './Zoom';\r\n\r\nexport const icons: Record<\r\n IconName,\r\n React.ForwardRefExoticComponent<React.SVGAttributes<SVGSVGElement> & React.RefAttributes<SVGSVGElement>>\r\n> = {\r\n 'account-preview': AccountPreview,\r\n 'accounting-year-cancel': AccountingYearCancel,\r\n 'accounting-year': AccountingYear,\r\n accounting: Accounting,\r\n 'arrow-bottom': ArrowBottom,\r\n 'arrow-down': ArrowDown,\r\n 'arrow-end': ArrowEnd,\r\n 'arrow-left': ArrowLeft,\r\n 'arrow-right': ArrowRight,\r\n 'arrow-start': ArrowStart,\r\n 'arrow-top': ArrowTop,\r\n 'arrow-up': ArrowUp,\r\n 'attach-auto': AttachAuto,\r\n 'attach-cancel': AttachCancel,\r\n attach: Attach,\r\n 'autotext-insert': AutotextInsert,\r\n autotext: Autotext,\r\n 'basic-tabs': BasicTabs,\r\n basic: Basic,\r\n 'bell-solid': BellSolid,\r\n book: Book,\r\n booking: Booking,\r\n budget: Budget,\r\n calendar: Calendar,\r\n 'cash-account': CashAccount,\r\n 'cash-reports': CashReports,\r\n 'chat-solid': ChatSolid,\r\n chat: Chat,\r\n 'chevron-down-double': ChevronDownDouble,\r\n 'chevron-down-solid': ChevronDownSolid,\r\n 'chevron-down': ChevronDown,\r\n 'chevron-left-double': ChevronLeftDouble,\r\n 'chevron-left': ChevronLeft,\r\n 'chevron-right-double': ChevronRightDouble,\r\n 'chevron-right': ChevronRight,\r\n 'chevron-up-double': ChevronUpDouble,\r\n 'chevron-up-solid': ChevronUpSolid,\r\n 'chevron-up': ChevronUp,\r\n 'circle-close': CircleClose,\r\n 'circle-minus': CircleMinus,\r\n 'circle-plus': CirclePlus,\r\n 'circle-tick': CircleTick,\r\n 'clamp-open': ClampOpen,\r\n clamp: Clamp,\r\n close: Close,\r\n 'connection-enable': ConnectionEnable,\r\n 'connection-revoke': ConnectionRevoke,\r\n contacts: Contacts,\r\n copy: Copy,\r\n courses: Courses,\r\n credit: Credit,\r\n 'delete-permanently': DeletePermanently,\r\n delete: Delete,\r\n depecriate: Depecriate,\r\n developer: Developer,\r\n 'distribution-template': DistributionTemplate,\r\n 'document-approve': DocumentApprove,\r\n 'document-create-entry': DocumentCreateEntry,\r\n 'document-cut': DocumentCut,\r\n 'document-error': DocumentError,\r\n 'document-isolate-page': DocumentIsolatePage,\r\n 'document-merge': DocumentMerge,\r\n 'document-move': DocumentMove,\r\n 'document-preview': DocumentPreview,\r\n 'document-received': DocumentReceived,\r\n 'document-rejected-request': DocumentRejectedRequest,\r\n 'document-split': DocumentSplit,\r\n 'document-time': DocumentTime,\r\n document: Document,\r\n download: Download,\r\n drag: Drag,\r\n 'e-copedia': ECopedia,\r\n 'e-signature': ESignature,\r\n edit: Edit,\r\n 'ellipsis-horizontal': EllipsisHorizontal,\r\n 'ellipsis-vertical': EllipsisVertical,\r\n 'entries-on-account': EntriesOnAccount,\r\n 'entries-open': EntriesOpen,\r\n 'entries-warning': EntriesWarning,\r\n 'entry-type-customer-invoice': EntryTypeCustomerInvoice,\r\n 'entry-type-customer-payment': EntryTypeCustomerPayment,\r\n 'entry-type-journal-entry': EntryTypeJournalEntry,\r\n 'entry-type-manual-customer-invoice': EntryTypeManualCustomerInvoice,\r\n 'entry-type-supplier-invoice': EntryTypeSupplierInvoice,\r\n 'entry-type-supplier-payment': EntryTypeSupplierPayment,\r\n 'envelope-approved': EnvelopeApproved,\r\n envelope: Envelope,\r\n 'expand-view': ExpandView,\r\n expenses: Expenses,\r\n 'export-to-excel': ExportToExcel,\r\n 'export-to-pdf': ExportToPdf,\r\n export: Export,\r\n 'filter-solid': FilterSolid,\r\n filter: Filter,\r\n 'graph-solid': GraphSolid,\r\n hash: Hash,\r\n home: Home,\r\n images: Images,\r\n import: Import,\r\n 'inbox-einvoicing': InboxEinvoicing,\r\n 'inbox-scanning': InboxScanning,\r\n 'inbox-smart': InboxSmart,\r\n inbox: Inbox,\r\n info: Info,\r\n 'inventory-matrix': InventoryMatrix,\r\n inventory: Inventory,\r\n 'journal-pro': JournalPro,\r\n 'layout-both': LayoutBoth,\r\n 'layout-first': LayoutFirst,\r\n 'layout-last': LayoutLast,\r\n 'layout-none': LayoutNone,\r\n layout: Layout,\r\n 'ledger-card-customer-reminder': LedgerCardCustomerReminder,\r\n 'ledger-card-manual-customer-invoice': LedgerCardManualCustomerInvoice,\r\n 'ledger-card-obsolete-stock': LedgerCardObsoleteStock,\r\n 'ledger-card-opening-entry': LedgerCardOpeningEntry,\r\n 'ledger-card-reserved-entry': LedgerCardReservedEntry,\r\n 'ledger-card-shrinkage-pilferage': LedgerCardShrinkagePilferage,\r\n 'ledger-card-stock-adjustment': LedgerCardStockAdjustment,\r\n 'ledger-card-transferred-opening-entry': LedgerCardTransferredOpeningEntry,\r\n 'ledger-card': LedgerCard,\r\n lightbulb: Lightbulb,\r\n line: Line,\r\n 'list-bulleted': ListBulleted,\r\n 'list-search': ListSearch,\r\n list: List,\r\n 'lock-open': LockOpen,\r\n 'log-out': LogOut,\r\n log: Log,\r\n market: Market,\r\n 'match-amount': MatchAmount,\r\n 'match-entries': MatchEntries,\r\n menu: Menu,\r\n mileage: Mileage,\r\n 'modal-resize': ModalResize,\r\n 'modal-shrink': ModalShrink,\r\n 'more-solid': MoreSolid,\r\n more: More,\r\n move: Move,\r\n 'navigation-list': NavigationList,\r\n 'note-follow-up': NoteFollowUp,\r\n 'note-read': NoteRead,\r\n note: Note,\r\n 'partner-api': PartnerApi,\r\n period: Period,\r\n 'person-change': PersonChange,\r\n 'person-minus': PersonMinus,\r\n 'person-plus': PersonPlus,\r\n 'person-tick': PersonTick,\r\n play: Play,\r\n 'plus-minus': PlusMinus,\r\n print: Print,\r\n 'process-payment': ProcessPayment,\r\n 'product-ledger-card': ProductLedgerCard,\r\n profile: Profile,\r\n 'project-cards': ProjectCards,\r\n projects: Projects,\r\n quicklinks: Quicklinks,\r\n 'rating-bankruptcy': RatingBankruptcy,\r\n 'rating-payment-problems': RatingPaymentProblems,\r\n reconciled: Reconciled,\r\n refresh: Refresh,\r\n 'report-solid': ReportSolid,\r\n report: Report,\r\n restore: Restore,\r\n 'rotate-left': RotateLeft,\r\n 'rotate-right': RotateRight,\r\n sales: Sales,\r\n 'search-bold': SearchBold,\r\n search: Search,\r\n 'secure-tick': SecureTick,\r\n secure: Secure,\r\n 'settings-solid': SettingsSolid,\r\n settings: Settings,\r\n shortcuts: Shortcuts,\r\n 'show-all': ShowAll,\r\n 'show-less': ShowLess,\r\n 'show-more': ShowMore,\r\n 'show-template': ShowTemplate,\r\n sliders: Sliders,\r\n smartpay: Smartpay,\r\n 'sort-by': SortBy,\r\n spinner: Spinner,\r\n 'star-solid': StarSolid,\r\n star: Star,\r\n subscriptions: Subscriptions,\r\n 'system-entries': SystemEntries,\r\n tag: Tag,\r\n 'template-override': TemplateOverride,\r\n templates: Templates,\r\n 'thumb-both': ThumbBoth,\r\n 'thumb-down-solid': ThumbDownSolid,\r\n 'thumb-down': ThumbDown,\r\n 'thumb-up-solid': ThumbUpSolid,\r\n 'thumb-up': ThumbUp,\r\n tick: Tick,\r\n time: Time,\r\n 'transfer-cancel': TransferCancel,\r\n 'transfer-locked': TransferLocked,\r\n transfer: Transfer,\r\n undock: Undock,\r\n unreconciled: Unreconciled,\r\n warning: Warning,\r\n webshop: Webshop,\r\n website: Website,\r\n workflow: Workflow,\r\n zoom: Zoom,\r\n};\r\n\r\n// the prop extraction tool can't handle this\r\n//export type IconName = keyof typeof icons;\r\nexport type IconName =\r\n | 'account-preview'\r\n | 'accounting-year-cancel'\r\n | 'accounting-year'\r\n | 'accounting'\r\n | 'arrow-bottom'\r\n | 'arrow-down'\r\n | 'arrow-end'\r\n | 'arrow-left'\r\n | 'arrow-right'\r\n | 'arrow-start'\r\n | 'arrow-top'\r\n | 'arrow-up'\r\n | 'attach-auto'\r\n | 'attach-cancel'\r\n | 'attach'\r\n | 'autotext-insert'\r\n | 'autotext'\r\n | 'basic-tabs'\r\n | 'basic'\r\n | 'bell-solid'\r\n | 'book'\r\n | 'booking'\r\n | 'budget'\r\n | 'calendar'\r\n | 'cash-account'\r\n | 'cash-reports'\r\n | 'chat-solid'\r\n | 'chat'\r\n | 'chevron-down-double'\r\n | 'chevron-down-solid'\r\n | 'chevron-down'\r\n | 'chevron-left-double'\r\n | 'chevron-left'\r\n | 'chevron-right-double'\r\n | 'chevron-right'\r\n | 'chevron-up-double'\r\n | 'chevron-up-solid'\r\n | 'chevron-up'\r\n | 'circle-close'\r\n | 'circle-minus'\r\n | 'circle-plus'\r\n | 'circle-tick'\r\n | 'clamp-open'\r\n | 'clamp'\r\n | 'close'\r\n | 'connection-enable'\r\n | 'connection-revoke'\r\n | 'contacts'\r\n | 'copy'\r\n | 'courses'\r\n | 'credit'\r\n | 'delete-permanently'\r\n | 'delete'\r\n | 'depecriate'\r\n | 'developer'\r\n | 'distribution-template'\r\n | 'document-approve'\r\n | 'document-create-entry'\r\n | 'document-cut'\r\n | 'document-error'\r\n | 'document-isolate-page'\r\n | 'document-merge'\r\n | 'document-move'\r\n | 'document-preview'\r\n | 'document-received'\r\n | 'document-rejected-request'\r\n | 'document-split'\r\n | 'document-time'\r\n | 'document'\r\n | 'download'\r\n | 'drag'\r\n | 'e-copedia'\r\n | 'e-signature'\r\n | 'edit'\r\n | 'ellipsis-horizontal'\r\n | 'ellipsis-vertical'\r\n | 'entries-on-account'\r\n | 'entries-open'\r\n | 'entries-warning'\r\n | 'entry-type-customer-invoice'\r\n | 'entry-type-customer-payment'\r\n | 'entry-type-journal-entry'\r\n | 'entry-type-manual-customer-invoice'\r\n | 'entry-type-supplier-invoice'\r\n | 'entry-type-supplier-payment'\r\n | 'envelope-approved'\r\n | 'envelope'\r\n | 'expand-view'\r\n | 'expenses'\r\n | 'export-to-excel'\r\n | 'export-to-pdf'\r\n | 'export'\r\n | 'filter-solid'\r\n | 'filter'\r\n | 'graph-solid'\r\n | 'hash'\r\n | 'home'\r\n | 'images'\r\n | 'import'\r\n | 'inbox-einvoicing'\r\n | 'inbox-scanning'\r\n | 'inbox-smart'\r\n | 'inbox'\r\n | 'info'\r\n | 'inventory-matrix'\r\n | 'inventory'\r\n | 'journal-pro'\r\n | 'layout-both'\r\n | 'layout-first'\r\n | 'layout-last'\r\n | 'layout-none'\r\n | 'layout'\r\n | 'ledger-card-customer-reminder'\r\n | 'ledger-card-manual-customer-invoice'\r\n | 'ledger-card-obsolete-stock'\r\n | 'ledger-card-opening-entry'\r\n | 'ledger-card-reserved-entry'\r\n | 'ledger-card-shrinkage-pilferage'\r\n | 'ledger-card-stock-adjustment'\r\n | 'ledger-card-transferred-opening-entry'\r\n | 'ledger-card'\r\n | 'lightbulb'\r\n | 'line'\r\n | 'list-bulleted'\r\n | 'list-search'\r\n | 'list'\r\n | 'lock-open'\r\n | 'log-out'\r\n | 'log'\r\n | 'market'\r\n | 'match-amount'\r\n | 'match-entries'\r\n | 'menu'\r\n | 'mileage'\r\n | 'modal-resize'\r\n | 'modal-shrink'\r\n | 'more-solid'\r\n | 'more'\r\n | 'move'\r\n | 'navigation-list'\r\n | 'note-follow-up'\r\n | 'note-read'\r\n | 'note'\r\n | 'partner-api'\r\n | 'period'\r\n | 'person-change'\r\n | 'person-minus'\r\n | 'person-plus'\r\n | 'person-tick'\r\n | 'play'\r\n | 'plus-minus'\r\n | 'print'\r\n | 'process-payment'\r\n | 'product-ledger-card'\r\n | 'profile'\r\n | 'project-cards'\r\n | 'projects'\r\n | 'quicklinks'\r\n | 'rating-bankruptcy'\r\n | 'rating-payment-problems'\r\n | 'reconciled'\r\n | 'refresh'\r\n | 'report-solid'\r\n | 'report'\r\n | 'restore'\r\n | 'rotate-left'\r\n | 'rotate-right'\r\n | 'sales'\r\n | 'search-bold'\r\n | 'search'\r\n | 'secure-tick'\r\n | 'secure'\r\n | 'settings-solid'\r\n | 'settings'\r\n | 'shortcuts'\r\n | 'show-all'\r\n | 'show-less'\r\n | 'show-more'\r\n | 'show-template'\r\n | 'sliders'\r\n | 'smartpay'\r\n | 'sort-by'\r\n | 'spinner'\r\n | 'star-solid'\r\n | 'star'\r\n | 'subscriptions'\r\n | 'system-entries'\r\n | 'tag'\r\n | 'template-override'\r\n | 'templates'\r\n | 'thumb-both'\r\n | 'thumb-down-solid'\r\n | 'thumb-down'\r\n | 'thumb-up-solid'\r\n | 'thumb-up'\r\n | 'tick'\r\n | 'time'\r\n | 'transfer-cancel'\r\n | 'transfer-locked'\r\n | 'transfer'\r\n | 'undock'\r\n | 'unreconciled'\r\n | 'warning'\r\n | 'webshop'\r\n | 'website'\r\n | 'workflow'\r\n | 'zoom';\r\n","import React from 'react';\r\nimport cn from 'classnames';\r\nimport { IconName, icons } from './components/index';\r\n\r\nexport { icons } from './components/index';\r\nexport type { IconName } from './components/index';\r\n\r\nexport type IconProps = React.SVGAttributes<SVGSVGElement> & {\r\n /** Set what svg icon should be rendered */\r\n name: IconName; // this dynamic type causes the type extraction for props to fail\r\n};\r\n\r\nexport const Icon = React.forwardRef(function Icon(props: IconProps, ref: React.Ref<SVGSVGElement>) {\r\n const { name, ...otherProps } = props;\r\n const Component = icons[name];\r\n /* 24x24 _at the base body font_ - must be em so that they scale with font size - tailwind spacing uses rem */\r\n const className = cn('inline-flex h-[1.715em] w-[1.715em] flex-shrink-0', props.className, {\r\n 'p-[3px]': props.className?.includes('rounded-full'),\r\n });\r\n\r\n return Component ? (\r\n <Component {...otherProps} className={className} data-taco=\"icon\" focusable=\"false\" ref={ref} role=\"img\" />\r\n ) : null;\r\n});\r\n","import React from 'react';\r\nimport cn from 'classnames';\r\nimport * as AccordionPrimitive from '@radix-ui/react-accordion';\r\nimport { Icon } from '../Icon/Icon';\r\n\r\ntype AccordionContext = {\r\n as: 'h2' | 'h3' | 'h4' | 'h5' | 'h6';\r\n};\r\nconst AccordionContext = React.createContext<AccordionContext>({\r\n as: 'h2',\r\n});\r\n\r\nexport type AccordionTriggerProps = React.HTMLAttributes<HTMLElement>;\r\n\r\nconst StyledTrigger = React.forwardRef(function AccordionStyledTrigger(\r\n props: AccordionPrimitive.AccordionTriggerProps,\r\n ref: React.Ref<HTMLButtonElement>\r\n) {\r\n const isExpanded = !!props['aria-expanded'];\r\n\r\n const className = cn(\r\n 'w-full inline-flex justify-between items-center align-middle',\r\n 'focus:rounded-sm focus:border-blue focus:yt-focus',\r\n props.className\r\n );\r\n\r\n return (\r\n <button {...props} ref={ref} className={className}>\r\n {props.children}\r\n <Icon name={isExpanded ? 'chevron-up' : 'chevron-down'} />\r\n </button>\r\n );\r\n});\r\n\r\nconst Trigger = React.forwardRef(function AccordionTrigger(props: AccordionTriggerProps, ref: React.Ref<HTMLButtonElement>) {\r\n const { children } = props;\r\n const { as: Heading } = React.useContext(AccordionContext);\r\n\r\n return (\r\n <AccordionPrimitive.Header asChild>\r\n <Heading className=\"my-3\">\r\n <AccordionPrimitive.Trigger ref={ref} asChild>\r\n <StyledTrigger>{children}</StyledTrigger>\r\n </AccordionPrimitive.Trigger>\r\n </Heading>\r\n </AccordionPrimitive.Header>\r\n );\r\n});\r\n\r\nexport type AccordionContentProps = React.HTMLAttributes<HTMLElement>;\r\nconst Content = React.forwardRef(function AccordionContent(props: AccordionContentProps, ref: React.Ref<HTMLDivElement>) {\r\n return <AccordionPrimitive.Content {...props} ref={ref} />;\r\n});\r\n\r\nexport type AccordionItemProps = React.HTMLAttributes<HTMLDivElement> & {\r\n id: string;\r\n disabled?: boolean;\r\n};\r\nconst Item = (props: AccordionItemProps) => {\r\n const { id, ...otherProps } = props;\r\n return <AccordionPrimitive.Item {...otherProps} value={id} />;\r\n};\r\n\r\ntype AccordionBaseProps = {\r\n children: React.ReactNode[];\r\n\r\n /** Change what heading element accordion regions will render */\r\n as?: 'h2' | 'h3' | 'h4' | 'h5' | 'h6';\r\n\r\n /** Additional classes for Accordion root element */\r\n className?: string;\r\n};\r\n\r\nexport interface AccordionUncontrolledProps extends AccordionBaseProps {\r\n /** Default expanded accordion(s) */\r\n defaultId: string | string[];\r\n\r\n id?: never;\r\n onChange?: never;\r\n}\r\n\r\nexport interface AccordionMultipleControlledProps extends AccordionBaseProps {\r\n /** Expanded accordions */\r\n id: string[];\r\n\r\n /** onChange function to receive ids of expanded accordions */\r\n onChange: (id: string[]) => void;\r\n\r\n defaultId?: never;\r\n}\r\nexport interface AccordionSingleControlledProps extends AccordionBaseProps {\r\n /** Expanded accordion */\r\n id: string;\r\n\r\n /** onChange function to receive id of expanded accordion */\r\n onChange: (id: string) => void;\r\n\r\n defaultId?: never;\r\n}\r\n\r\nexport type AccordionProps = AccordionUncontrolledProps | AccordionMultipleControlledProps | AccordionSingleControlledProps;\r\n\r\nexport const Accordion = (props: AccordionProps) => {\r\n const { id, defaultId, onChange, as = 'h2', ...otherProps } = props;\r\n const context = React.useMemo(() => ({ as }), [as]);\r\n\r\n let valueProps;\r\n\r\n if (defaultId) {\r\n valueProps = {\r\n defaultValue: defaultId || undefined,\r\n };\r\n } else {\r\n valueProps = {\r\n onValueChange: onChange,\r\n value: id || undefined,\r\n };\r\n }\r\n\r\n const type = Array.isArray(valueProps.defaultValue) || Array.isArray(valueProps.value) ? 'multiple' : 'single';\r\n const className = cn('divide-y divide-grey', props.className);\r\n\r\n return (\r\n <AccordionContext.Provider value={context}>\r\n <AccordionPrimitive.Root {...otherProps} {...valueProps} data-taco=\"accordion\" className={className} type={type} />\r\n </AccordionContext.Provider>\r\n );\r\n};\r\n\r\nAccordion.Item = Item;\r\nAccordion.Trigger = Trigger;\r\nAccordion.Content = Content;\r\n","import * as React from 'react';\r\nimport cn from 'classnames';\r\n\r\nexport type BackdropProps = React.HTMLAttributes<HTMLDivElement>;\r\n\r\nexport const Backdrop = React.forwardRef<HTMLDivElement, BackdropProps>(function Backdrop(props, ref) {\r\n const className = cn(\r\n 'fixed inset-0 cursor-default overflow-y-auto bg-[rgba(50,46,62,0.8)] aria-hidden:hidden z-[996]',\r\n props.className\r\n );\r\n\r\n return <div {...props} className={className} ref={ref} />;\r\n});\r\n","import * as React from 'react';\r\n\r\ntype Props = React.HTMLAttributes<HTMLSpanElement>;\r\n\r\nexport const VisuallyHidden = React.forwardRef(function VisuallyHidden(props: Props, ref: React.Ref<HTMLSpanElement>) {\r\n return <span {...props} className=\"sr-only\" ref={ref} />;\r\n});\r\n","import { State, Appearance } from '../types';\r\n\r\nexport const getAppearanceClasses = (value: Appearance | undefined): string => {\r\n switch (value) {\r\n case 'primary':\r\n return 'yt-blue-solid';\r\n\r\n case 'danger':\r\n return 'yt-red-solid';\r\n\r\n case 'ghost':\r\n return 'yt-blue-inverted';\r\n\r\n case 'discrete':\r\n return 'yt-transparent';\r\n\r\n default:\r\n return 'yt-grey-solid';\r\n }\r\n};\r\n\r\nexport const getStateClasses = (value: State | undefined): string => {\r\n switch (value) {\r\n case 'information':\r\n return 'yt-blue-solid';\r\n\r\n case 'warning':\r\n return 'yt-yellow-solid';\r\n\r\n case 'error':\r\n return 'yt-red-solid';\r\n\r\n case 'success':\r\n return 'yt-green-solid';\r\n\r\n default:\r\n return 'yt-grey-solid';\r\n }\r\n};\r\n\r\nexport const getOutlineClasses = (state: Appearance | State | undefined): string => {\r\n switch (state) {\r\n case 'information':\r\n case 'primary':\r\n return 'yt-blue-inverted';\r\n\r\n case 'warning':\r\n return 'yt-yellow-inverted';\r\n\r\n case 'error':\r\n case 'danger':\r\n return 'yt-red-inverted';\r\n\r\n case 'success':\r\n return 'yt-green-inverted';\r\n\r\n default:\r\n return 'yt-grey-inverted';\r\n }\r\n};\r\n","import * as React from 'react';\r\nimport cn from 'classnames';\r\nimport { VisuallyHidden } from '../VisuallyHidden/VisuallyHidden';\r\nimport { State } from '../../types';\r\nimport { getStateClasses, getOutlineClasses } from '../../utils/taillwind';\r\nimport './Badge.css';\r\n\r\nexport type BadgeProps = React.HTMLAttributes<HTMLSpanElement> & {\r\n /** Content should be a numerical value or tag/status like text **/\r\n children: React.ReactNode;\r\n /** Show compact version **/\r\n compact?: boolean;\r\n /** Show outlined version **/\r\n outline?: boolean;\r\n /** State will change the style of the badge **/\r\n state?: State;\r\n};\r\n\r\nexport const Badge = React.forwardRef(function Badge(props: BadgeProps, ref: React.Ref<HTMLSpanElement>) {\r\n const { children, compact = false, outline = false, state, ...otherProps } = props;\r\n const className = cn(\r\n 'rounded-full border font-bold text-xs uppercase overflow-hidden whitespace-nowrap inline-flex items-center justify-center h-5',\r\n {\r\n [getOutlineClasses(state)]: outline,\r\n [`border-transparent ${getStateClasses(state)}`]: !outline,\r\n 'h-2 w-2 min-w-0': compact,\r\n 'h-5 py-0 px-1.5': !compact, // custom padding keeps single digits in a perfect circle\r\n },\r\n props.className\r\n );\r\n\r\n return (\r\n <span\r\n {...otherProps}\r\n aria-atomic=\"true\"\r\n aria-live=\"polite\"\r\n className={className}\r\n data-taco=\"badge\"\r\n ref={ref}\r\n role=\"status\"\r\n title={props['aria-label']}\r\n >\r\n {compact ? <VisuallyHidden>{children}</VisuallyHidden> : children}\r\n </span>\r\n );\r\n});\r\n","import React from 'react';\r\nimport { Icon } from '../Icon/Icon';\r\nimport { State } from '../../types';\r\n\r\nexport const getBannerIcon = (type: State): JSX.Element | null => {\r\n switch (type) {\r\n case 'success':\r\n return <Icon name=\"tick\" className=\"yt-green-solid mt-1 self-start rounded-full\" />;\r\n\r\n case 'error':\r\n return <Icon name=\"warning\" className=\"yt-red-solid mt-1 self-start rounded-full\" />;\r\n\r\n case 'warning':\r\n return <Icon name=\"warning\" className=\"yt-yellow-solid mt-1 self-start rounded-full\" />;\r\n\r\n case 'information':\r\n return <Icon name=\"info\" className=\"yt-blue-solid mt-1 self-start rounded-full\" />;\r\n\r\n default:\r\n return null;\r\n }\r\n};\r\n","import * as React from 'react';\r\n\r\ntype ButtonProps = React.ButtonHTMLAttributes<HTMLButtonElement | HTMLAnchorElement> & {\r\n /** Content should be a text */\r\n children: React.ReactNode;\r\n /** Provides url for buttons being used as a link */\r\n href?: string;\r\n /** Provides target for buttons being used as a link */\r\n target?: '_self' | '_blank' | '_parent' | '_top';\r\n};\r\n\r\nconst Button = React.forwardRef(function Button(props: ButtonProps, ref: React.Ref<HTMLButtonElement | HTMLAnchorElement>) {\r\n const { disabled, target, type = 'button', ...otherProps } = props;\r\n\r\n const Tag = props.href ? 'a' : 'button';\r\n\r\n return (\r\n <Tag\r\n {...otherProps}\r\n aria-disabled={disabled ? 'true' : undefined}\r\n disabled={disabled}\r\n target={Tag === 'a' ? target : undefined}\r\n type={Tag !== 'a' ? type : undefined}\r\n ref={ref as any}\r\n >\r\n {React.Children.count(props.children) > 1\r\n ? React.Children.map(props.children, child => (typeof child === 'string' ? <span>{child}</span> : child))\r\n : props.children}\r\n </Tag>\r\n );\r\n});\r\n\r\nexport { Button, ButtonProps };\r\n","import * as React from 'react';\r\nimport * as TooltipPrimitive from '@radix-ui/react-tooltip';\r\n\r\nexport type TooltipProps = React.HTMLAttributes<HTMLDivElement> & {\r\n /** The element which activates the tooltip when hovered. Should be a single React/HTML element */\r\n children: React.ReactElement | any;\r\n /** Text displayed in the tooltip */\r\n title: string;\r\n /**\r\n * Placement of the tooltip relative to the reference element. Placement will be reversed if a collision occurs\r\n * @defaultValue bottom\r\n */\r\n placement?: 'top' | 'right' | 'bottom' | 'left';\r\n};\r\n\r\nexport const Tooltip = React.forwardRef(function Tooltip(props: TooltipProps, ref: React.Ref<HTMLElement>) {\r\n const { title, children, placement, ...otherProps } = props;\r\n\r\n return (\r\n <TooltipPrimitive.Root delayDuration={50}>\r\n <TooltipPrimitive.Trigger asChild ref={ref as any}>\r\n {children}\r\n </TooltipPrimitive.Trigger>\r\n <TooltipPrimitive.Content {...otherProps} asChild side={placement} sideOffset={3}>\r\n <div\r\n className=\"wcag-purple max-w-[theme(spacing.56)] animate-[fade-in_150ms] rounded-sm px-2 py-1 text-xs font-bold opacity-90\"\r\n data-taco=\"tooltip\"\r\n style={{\r\n transformOrigin: 'var(--radix-tooltip-content-transform-origin)',\r\n }}\r\n >\r\n <TooltipPrimitive.Arrow className=\"fill-purple stroke-purple\" />\r\n {title}\r\n </div>\r\n </TooltipPrimitive.Content>\r\n </TooltipPrimitive.Root>\r\n );\r\n});\r\n","import React from 'react';\r\nimport { Appearance } from '../../types';\r\nimport * as ButtonPrimitive from '../../primitives/Button';\r\nimport { Tooltip } from '../Tooltip/Tooltip';\r\n\r\nexport const getButtonClasses = () => {\r\n return 'min-h-[theme(spacing.8)] min-w-[theme(spacing.8)] gap-1 h-max leading-5 inline-flex items-center justify-center';\r\n};\r\n\r\nexport const getAppearanceClasses = (value: Appearance | undefined, icon = false): string => {\r\n switch (value) {\r\n case 'primary':\r\n return `yt-blue-solid focus:bg-blue focus:text-white focus:yt-focus active:bg-blue-dark active:text-white hover:bg-blue-light hover:text-white hover:focus:bg-blue-light hover:focus:border-blue-light hover:focus:text-white disabled:hover:yt-blue-solid disabled:hover:hover:border-blue`;\r\n\r\n case 'danger':\r\n return `yt-red-solid focus:bg-red focus:text-white focus:yt-focus-red active:bg-red-dark active:text-white hover:bg-red-light hover:text-white hover:focus:bg-red-light hover:focus:text-white disabled:hover:yt-red-solid`;\r\n\r\n case 'ghost':\r\n return `bg-white shadow-[inset_0_0_0_1px_theme(colors.blue.DEFAULT)] text-blue focus:bg-transparent focus:text-blue active:bg-blue-lightest focus:!shadow-[inset_0_0_0_1px_theme(colors.blue.DEFAULT),0_0_0_2px_rgba(0,99,255,0.25)] active:text-blue-dark hover:bg-blue-lightest hover:shadow-[inset_0_0_0_1px_theme(colors.blue.light)] hover:text-blue-light hover:focus:bg-blue-lightest hover:focus:!shadow-[inset_0_0_0_1px_theme(colors.blue.light),0_0_0_2px_rgba(0,99,255,0.25)] hover:focus:text-blue-light`;\r\n\r\n case 'discrete': {\r\n if (icon) {\r\n return `bg-transparent text-black border-transparent focus:text-black focus:yt-focus active:text-black hover:text-grey-darkest hover:focus:text-grey-darkest disabled:hover:text-black `;\r\n }\r\n\r\n return `yt-transparent focus:text-blue focus:yt-focus active:text-blue-dark hover:text-blue-light hover:focus:text-blue-light disabled:hover:yt-transparent`;\r\n }\r\n\r\n default:\r\n return `yt-grey-solid focus:bg-grey focus:yt-focus active:bg-grey-dark active:text-black hover:bg-grey-light hover:text-grey-darkest hover:focus:bg-grey-light hover:focus:text-grey-darkest disabled:hover:yt-grey-solid`;\r\n }\r\n};\r\n\r\nexport const createButton = (\r\n props: any,\r\n className: string,\r\n ref: React.Ref<HTMLButtonElement | HTMLAnchorElement>\r\n): JSX.Element => {\r\n const { dialog, hanger, menu, popover, tooltip, ...otherProps } = props;\r\n\r\n let button = <ButtonPrimitive.Button {...otherProps} className={className} ref={ref} />;\r\n\r\n if (typeof dialog === 'function') {\r\n button = dialog({ trigger: button });\r\n } else if (typeof menu === 'function') {\r\n button = menu({ trigger: button, appearance: otherProps.appearance });\r\n } else if (typeof popover === 'function') {\r\n button = popover({ trigger: button });\r\n }\r\n\r\n if (typeof hanger === 'function') {\r\n button = hanger({ anchor: button });\r\n }\r\n\r\n if (tooltip) {\r\n button = <Tooltip title={tooltip}>{button}</Tooltip>;\r\n }\r\n\r\n return button;\r\n};\r\n","import * as React from 'react';\r\nimport cn from 'classnames';\r\nimport * as ButtonPrimitive from '../../primitives/Button';\r\nimport { Icon, IconName } from '../Icon/Icon';\r\nimport { getAppearanceClasses, getButtonClasses, createButton } from '../Button/util';\r\nimport { Appearance } from '../../types';\r\nimport { DialogProps, HangerProps, MenuProps, PopoverProps } from '../..';\r\n\r\nexport type IconButtonProps = Omit<ButtonPrimitive.ButtonProps, 'children'> & {\r\n /** Appearance will change the style of the button */\r\n appearance?: Appearance;\r\n /**\r\n * Dialog component associated with the button, clicking the button will open the dialog.\r\n * *Note* that `onClick` event on button won't be handled, as in this case, the purpose of\r\n * the button should be only to open the associated dialog when clicked.\r\n */\r\n dialog?: (props: Partial<DialogProps>) => JSX.Element;\r\n /** Hanger component associated with the button. */\r\n hanger?: (props: Partial<HangerProps>) => JSX.Element;\r\n /** Set which icon should be rendered within button */\r\n icon: IconName; // this dynamic type causes the type extraction for props to fail\r\n /** Menu component associated with the button. */\r\n menu?: (props: Partial<MenuProps>) => JSX.Element;\r\n /**\r\n * Popover component associated with the button, clicking the button will open the popover.\r\n * *Note* that `onClick` event on button won't be handled, as in this case, the purpose of\r\n * the button should be only to open the associated popover when clicked.\r\n */\r\n popover?: (props: Partial<PopoverProps>) => JSX.Element;\r\n /**\r\n * Set whether the button is rounded.\r\n * Default value is `false`\r\n */\r\n rounded?: boolean;\r\n /** A tooltip to show when hovering over the button */\r\n tooltip?: string;\r\n};\r\n\r\nexport const IconButton = React.forwardRef(function IconButton(props: IconButtonProps, ref: React.Ref<HTMLButtonElement>) {\r\n const { icon, rounded = false, ...otherProps } = props;\r\n\r\n const className = cn(\r\n 'w-8',\r\n getButtonClasses(),\r\n getAppearanceClasses(otherProps.appearance, true),\r\n {\r\n 'rounded-full': rounded,\r\n rounded: !rounded,\r\n 'cursor-not-allowed opacity-50': props.disabled,\r\n 'focus:yt-focus active:focus:yt-focus': !props.disabled,\r\n },\r\n props.className\r\n );\r\n\r\n if (!icon) {\r\n return null;\r\n }\r\n\r\n return createButton(\r\n { ...otherProps, children: <Icon name={icon} className=\"m-0 p-0\" />, 'data-taco': 'icon-button' },\r\n className,\r\n ref\r\n );\r\n});\r\n","import * as React from 'react';\r\nimport cn from 'classnames';\r\nimport { State } from '../../types';\r\nimport { getBannerIcon } from './util';\r\nimport { IconButton } from '../IconButton/IconButton';\r\n\r\nexport type BannerProps = React.HTMLAttributes<HTMLDivElement> & {\r\n /** Content can be any react element, for e.g. a `div` */\r\n children: React.ReactNode;\r\n /** State will change the icon displayed in banner */\r\n state: State;\r\n onClose?: () => void;\r\n};\r\n\r\nexport const Banner = React.forwardRef(function Banner(props: BannerProps, ref: React.Ref<HTMLDivElement>) {\r\n const { children, state, onClose } = props;\r\n const className = cn('bg-white relative flex items-center gap-2 py-2 px-4 leading-6 shadow-md z-10', props.className);\r\n\r\n return (\r\n <div className={className} data-taco=\"banner\" ref={ref}>\r\n {getBannerIcon(state)}\r\n {children}\r\n {onClose ? (\r\n <IconButton className=\"ml-auto -mr-2 self-start\" icon=\"close\" appearance=\"discrete\" onClick={onClose} />\r\n ) : null}\r\n </div>\r\n );\r\n});\r\n","import * as React from 'react';\r\nimport cn from 'classnames';\r\nimport { Appearance } from '../../types';\r\nimport * as ButtonPrimitive from '../../primitives/Button';\r\nimport { getAppearanceClasses, getButtonClasses, createButton } from './util';\r\nimport { HangerProps } from '../Hanger/Hanger';\r\nimport { MenuProps } from '../Menu/Menu';\r\nimport { DialogProps } from '../Dialog/Dialog';\r\nimport { PopoverProps } from '../Popover/Popover';\r\nimport './Button.css';\r\nimport { Icon } from '../Icon/Icon';\r\n\r\nexport type ButtonProps = ButtonPrimitive.ButtonProps & {\r\n /** Appearance will change the style of the button */\r\n appearance?: Appearance;\r\n /**\r\n * Dialog component associated with the button, clicking the button will open the dialog.\r\n * *Note* that `onClick` event on button won't be handled, as in this case, the purpose of\r\n * the button should be only to open the associated dialog when clicked.\r\n */\r\n dialog?: (props: Partial<DialogProps>) => JSX.Element;\r\n /** If fluid, button expands to the width of it's container */\r\n fluid?: boolean;\r\n /** Hanger component associated with the button. */\r\n hanger?: (props: Partial<HangerProps>) => JSX.Element;\r\n /** Menu component associated with the button. */\r\n menu?: (props: Partial<MenuProps>) => JSX.Element;\r\n /**\r\n * Popover component associated with the button, clicking the button will open the popover.\r\n * *Note* that `onClick` event on button won't be handled, as in this case, the purpose of\r\n * the button should be only to open the associated popover when clicked.\r\n */\r\n popover?: (props: Partial<PopoverProps>) => JSX.Element;\r\n /** A tooltip to show when hovering over the button */\r\n tooltip?: string;\r\n};\r\n\r\nexport const Button = React.forwardRef(function Button(\r\n props: ButtonProps,\r\n ref: React.Ref<HTMLButtonElement | HTMLAnchorElement>\r\n) {\r\n const { fluid, ...otherProps } = props;\r\n const className = cn(\r\n getButtonClasses(),\r\n getAppearanceClasses(otherProps.appearance),\r\n 'rounded px-3',\r\n {\r\n 'cursor-not-allowed opacity-50': props.disabled,\r\n 'focus:yt-focus active:focus:yt-focus': !props.disabled,\r\n 'w-full': fluid,\r\n },\r\n props.className\r\n );\r\n\r\n let children = otherProps.children;\r\n\r\n // add a chevron icon to menu buttons\r\n if (typeof otherProps.menu === 'function') {\r\n children = Array.isArray(children)\r\n ? [...children, <Icon key=\"chevron-down\" name=\"chevron-down\" />]\r\n : [children, <Icon key=\"chevron-down\" name=\"chevron-down\" />];\r\n }\r\n\r\n return createButton({ ...otherProps, children, 'data-taco': 'button' }, className, ref);\r\n});\r\n","import * as React from 'react';\r\n\r\nexport interface Timer {\r\n running: boolean;\r\n start: () => void;\r\n pause: () => void;\r\n resume: () => void;\r\n}\r\n\r\ntype Tracker = {\r\n remaining: number;\r\n started: number | null;\r\n};\r\n\r\nexport default function useTimer(duration = 0, callback: () => void): Timer {\r\n const timer = React.useRef<number>();\r\n const [tracker, setTracker] = React.useState<Tracker>({\r\n remaining: duration,\r\n started: null,\r\n });\r\n\r\n React.useEffect(() => {\r\n if (duration) {\r\n if (tracker.started) {\r\n timer.current = window.setTimeout(callback, tracker.remaining);\r\n } else {\r\n clearTimeout(timer.current);\r\n }\r\n }\r\n\r\n return () => {\r\n clearTimeout(timer.current);\r\n };\r\n }, [tracker.started]);\r\n\r\n return {\r\n running: !!tracker.started,\r\n start: () => {\r\n setTracker({\r\n remaining: duration,\r\n started: Date.now(),\r\n });\r\n },\r\n pause: () => {\r\n if (tracker.started) {\r\n setTracker({\r\n remaining: tracker.remaining - (Date.now() - tracker.started),\r\n started: null,\r\n });\r\n }\r\n },\r\n resume: () => {\r\n if (tracker.remaining && !tracker.started) {\r\n setTracker({\r\n remaining: tracker.remaining,\r\n started: Date.now(),\r\n });\r\n }\r\n },\r\n };\r\n}\r\n","import React from 'react';\r\nimport cn from 'classnames';\r\nimport './Spinner.css';\r\n\r\nexport type SpinnerProps = React.HTMLAttributes<HTMLDivElement> & {\r\n /**\r\n * Define a delay in milliseconds after which the spinner is shown.\r\n * Default value is `500`ms\r\n */\r\n delay?: number;\r\n /** Define a text that will be displayed below spinner */\r\n label?: string;\r\n};\r\n\r\nexport const Spinner = React.forwardRef(function Spinner(props: SpinnerProps, ref: React.Ref<HTMLDivElement>) {\r\n const { delay = 500, label, ...otherProps } = props;\r\n const [visible, setVisibility] = React.useState(!delay);\r\n\r\n React.useEffect(() => {\r\n let timeout: number;\r\n\r\n if (delay) {\r\n timeout = window.setTimeout(() => setVisibility(true), delay);\r\n }\r\n\r\n return () => {\r\n if (timeout) {\r\n clearTimeout(timeout);\r\n }\r\n };\r\n }, [delay]);\r\n\r\n if (!visible) {\r\n return null;\r\n }\r\n\r\n const className = cn('inline-flex flex-col relative items-center', otherProps.className);\r\n\r\n return (\r\n <div {...otherProps} className={className} data-taco=\"spinner\" ref={ref}>\r\n <svg\r\n className=\"h-10 w-10 animate-[spinnerRotation_2s_linear_infinite]\"\r\n viewBox=\"0 0 100 100\"\r\n xmlns=\"http://www.w3.org/2000/svg\"\r\n >\r\n <circle cx=\"50\" cy=\"50\" r=\"45\"></circle>\r\n </svg>\r\n {label && <span className=\"mt-4\">{label}</span>}\r\n </div>\r\n );\r\n});\r\n","import React from 'react';\r\nimport cn from 'classnames';\r\nimport { Icon } from '../Icon/Icon';\r\nimport { Spinner } from '../Spinner/Spinner';\r\nimport { ToastType } from './Toast';\r\n\r\nexport const getBadgeIcon = (type: ToastType): JSX.Element | null => {\r\n const css = 'rounded-full flex-shrink-0 mr-2';\r\n\r\n switch (type) {\r\n case 'success':\r\n return <Icon name=\"tick\" className={cn(css, 'yt-green-solid')} />;\r\n\r\n case 'warning':\r\n return <Icon name=\"warning\" className={cn(css, 'yt-yellow-solid')} />;\r\n\r\n case 'error':\r\n return <Icon name=\"warning\" className={cn(css, 'yt-red-solid')} />;\r\n\r\n case 'information':\r\n return <Icon name=\"info\" className={cn(css, 'yt-blue-solid')} />;\r\n\r\n case 'loading':\r\n return <Spinner delay={0} className={cn(css, 'h-6 w-6')} />;\r\n\r\n default:\r\n return null;\r\n }\r\n};\r\n","import React from 'react';\r\nimport cn from 'classnames';\r\nimport { motion, useAnimation } from 'framer-motion';\r\nimport useTimer from '../../utils/hooks/useTimer';\r\nimport { getBadgeIcon } from './util';\r\nimport { State } from '../../types';\r\nimport { useLocalization } from '../Provider/Provider';\r\nimport { IconButton } from '../IconButton/IconButton';\r\n\r\nexport type ToastsTexts = {\r\n /** Aria-label for the close icon button of toast */\r\n dismiss: string;\r\n};\r\n\r\nexport type ToastType = Omit<State, 'default'> | 'loading';\r\nexport type ToastOptions = {\r\n /** Provide time in milliseconds after which the toast should autoclose */\r\n autoClose?: number;\r\n /**\r\n * State will change the icon displayed in toast and other characteristics,\r\n * for e.g. `loading` state will display a progress animation.\r\n * Default value is `default`\r\n */\r\n type?: ToastType;\r\n};\r\nexport type ToastProps = {\r\n /** Provide a unique id for toast */\r\n id: string;\r\n /**\r\n * Content can be any valid react node, for e.g. a `div`, or a simple text.\r\n * Note that content can also be `null`, resulting in a slimmer version of your toast with a vertically centered title\r\n */\r\n content: React.ReactNode;\r\n /** Additional options to define your toast */\r\n options: ToastOptions;\r\n /**\r\n * Handler called when toast closes.\r\n * To read more about how to provide the text, see [Provider](component:provider) component\r\n */\r\n onClose: () => void;\r\n lastUpdated?: number;\r\n lastDuplicateId?: string;\r\n};\r\n\r\nexport const Toast = ({ content, lastUpdated, onClose: handleClose, options, ...props }: ToastProps): JSX.Element => {\r\n const { texts } = useLocalization();\r\n const { autoClose, type = 'default' } = options;\r\n const className = cn('bg-white relative flex items-center py-1 px-2 mt-3 w-full rounded yt-shadow', {\r\n 'border border-grey': type === 'default' || type === 'loading' || !type,\r\n 'border border-grey-darker': type === 'success',\r\n 'border border-blue': type === 'information',\r\n 'border border-yellow-dark': type === 'warning',\r\n 'border border-red': type === 'error',\r\n });\r\n const timer = useTimer(autoClose, handleClose);\r\n const controls = useAnimation();\r\n\r\n React.useEffect(() => {\r\n if (autoClose) {\r\n timer.start();\r\n }\r\n }, [autoClose]);\r\n\r\n const triggerUpdateAnimation = async () => {\r\n await controls.start({ scale: 1.05 });\r\n await controls.start({ scale: 1 });\r\n };\r\n\r\n React.useEffect(() => {\r\n if (lastUpdated) {\r\n triggerUpdateAnimation();\r\n\r\n if (timer.running) {\r\n timer.start();\r\n }\r\n }\r\n }, [lastUpdated]);\r\n\r\n return (\r\n <motion.div\r\n {...props}\r\n animate={controls}\r\n className={className}\r\n data-taco=\"toast\"\r\n onMouseEnter={timer.pause}\r\n onMouseLeave={timer.resume}\r\n >\r\n {getBadgeIcon(type)}\r\n {content && <div className=\"flex-grow\">{content}</div>}\r\n <IconButton\r\n appearance=\"discrete\"\r\n className=\"text-grey-darkest cursor-pointer -mr-2 !px-0\"\r\n icon=\"close\"\r\n aria-label={texts.toasts.dismiss}\r\n onClick={handleClose}\r\n />\r\n </motion.div>\r\n );\r\n};\r\n","import * as React from 'react';\r\nimport { v4 as uuid } from 'uuid';\r\nimport { AnimatePresence, motion } from 'framer-motion';\r\nimport { ToastOptions, Toast, ToastProps } from './Toast';\r\nimport './Toast.css';\r\n\r\nconst DEFAULT_AUTO_CLOSE_TIMEOUT = 7500;\r\n\r\ntype ToastCreator<T> = (content: React.ReactNode | ((close: () => void) => React.ReactNode), options?: ToastOptions) => T;\r\n\r\nexport interface Toaster<T> extends ToastCreator<T> {\r\n success: ToastCreator<T>;\r\n error: ToastCreator<T>;\r\n warning: ToastCreator<T>;\r\n information: ToastCreator<T>;\r\n loading: ToastCreator<T>;\r\n}\r\n\r\nexport interface ToastReference {\r\n /** Show a success toast */\r\n success: ToastCreator<void>;\r\n /** Show an error toast */\r\n error: ToastCreator<void>;\r\n /** Show a warning toast */\r\n warning: ToastCreator<void>;\r\n /** Show an information toast */\r\n information: ToastCreator<void>;\r\n /** Show a loading toast */\r\n loading: ToastCreator<void>;\r\n /**\r\n * Close an existing toast.\r\n * The toast function returns a reference to the active toast,\r\n * allowing you to programmatically close it when needed\r\n */\r\n close: () => void;\r\n}\r\n\r\nconst ToastContext = React.createContext<Toaster<ToastReference>>({} as Toaster<ToastReference>);\r\n\r\nexport interface ToastProviderProps {\r\n children: React.ReactNode;\r\n}\r\n\r\ntype InternalToast = Omit<ToastProps, 'onClose'>;\r\n\r\nconst insertToastWithoutDuplicates = (\r\n currentToasts: InternalToast[],\r\n id: string,\r\n content: React.ReactNode,\r\n options: ToastOptions,\r\n close: () => void\r\n): InternalToast[] => {\r\n const nextToasts = [...currentToasts];\r\n const existingToastIndex = currentToasts.findIndex(toast => JSON.stringify(toast.content) === JSON.stringify(content));\r\n\r\n if (existingToastIndex > -1) {\r\n nextToasts[existingToastIndex].lastDuplicateId = id;\r\n nextToasts[existingToastIndex].lastUpdated = Date.now();\r\n } else {\r\n nextToasts.push({\r\n id,\r\n content: typeof content === 'function' ? content(close) : content,\r\n options,\r\n });\r\n }\r\n\r\n return nextToasts;\r\n};\r\n\r\nexport const ToastProvider = ({ children, ...props }: ToastProviderProps): JSX.Element => {\r\n const [toasts, setToasts] = React.useState<InternalToast[]>([]);\r\n\r\n const handleClose = (id: string): void => {\r\n setToasts(currentToasts => currentToasts.filter(toast => toast.id !== id));\r\n };\r\n\r\n // memoize (useCallback) this function,\r\n // it is the value of the context provider and we don't want it to trigger state tree re-renders on provider children\r\n const toaster = React.useCallback((content: React.ReactNode, options: ToastOptions): ToastReference => {\r\n const id = uuid();\r\n const close = (): void => handleClose(id);\r\n\r\n setToasts(currentToasts => insertToastWithoutDuplicates(currentToasts, id, content, options, close));\r\n\r\n const update = (content: React.ReactNode, options: ToastOptions): void => {\r\n setToasts(currentToasts => {\r\n const nextToasts = currentToasts.filter(toast => {\r\n if (toast.lastDuplicateId) {\r\n return toast.lastDuplicateId !== id;\r\n }\r\n\r\n return toast.id !== id;\r\n });\r\n return insertToastWithoutDuplicates(nextToasts, uuid(), content, options, close);\r\n });\r\n };\r\n\r\n const success = (content: React.ReactNode, options?: Omit<ToastOptions, 'type'>): void => {\r\n update(content, { autoClose: DEFAULT_AUTO_CLOSE_TIMEOUT, ...options, type: 'success' });\r\n };\r\n const error = (content: React.ReactNode, options?: Omit<ToastOptions, 'type'>): void => {\r\n update(content, { ...options, type: 'error' });\r\n };\r\n const warning = (content: React.ReactNode, options?: Omit<ToastOptions, 'type'>): void => {\r\n update(content, { ...options, type: 'warning' });\r\n };\r\n const information = (content: React.ReactNode, options?: Omit<ToastOptions, 'type'>): void => {\r\n update(content, { ...options, type: 'information' });\r\n };\r\n const loading = (content: React.ReactNode, options?: Omit<ToastOptions, 'type'>): void => {\r\n update(content, { ...options, type: 'loading' });\r\n };\r\n\r\n return {\r\n success,\r\n error,\r\n warning,\r\n information,\r\n loading,\r\n close,\r\n };\r\n }, []) as Toaster<ToastReference>;\r\n\r\n // no need to rebind these every render, do them once in an effect\r\n React.useEffect(() => {\r\n toaster.success = (content: React.ReactNode, options?: Omit<ToastOptions, 'type'>): ToastReference =>\r\n toaster(content, { autoClose: DEFAULT_AUTO_CLOSE_TIMEOUT, ...options, type: 'success' });\r\n toaster.error = (content: React.ReactNode, options?: Omit<ToastOptions, 'type'>): ToastReference =>\r\n toaster(content, { ...options, type: 'error' });\r\n toaster.warning = (content: React.ReactNode, options?: Omit<ToastOptions, 'type'>): ToastReference =>\r\n toaster(content, { ...options, type: 'warning' });\r\n toaster.information = (content: React.ReactNode, options?: Omit<ToastOptions, 'type'>): ToastReference =>\r\n toaster(content, { ...options, type: 'information' });\r\n toaster.loading = (content: React.ReactNode, options?: Omit<ToastOptions, 'type'>): ToastReference =>\r\n toaster(content, { ...options, type: 'loading' });\r\n }, []);\r\n\r\n return (\r\n <ToastContext.Provider {...props} value={toaster}>\r\n {children}\r\n <div\r\n id=\"yt-toast__container\"\r\n className=\"pointer-events-all absolute bottom-0 right-0 !left-auto z-[1000] mb-4 mr-4 flex max-w-md flex-col items-end justify-end\"\r\n role=\"log\"\r\n >\r\n <AnimatePresence initial={false}>\r\n {toasts.map((toast: ToastProps) => (\r\n <motion.div\r\n key={toast.id}\r\n transition={{\r\n type: 'spring',\r\n damping: 20,\r\n stiffness: 300,\r\n }}\r\n initial={{ opacity: 0, y: 10, scale: 0.5 }}\r\n animate={{ opacity: 1, y: 0, scale: 1 }}\r\n exit={{ opacity: 0, scale: 0.5, transition: { duration: 0.2 } }}\r\n >\r\n <Toast {...toast} onClose={() => handleClose(toast.id)} />\r\n </motion.div>\r\n ))}\r\n </AnimatePresence>\r\n </div>\r\n </ToastContext.Provider>\r\n );\r\n};\r\n\r\nexport const useToast = (): Toaster<ToastReference> => React.useContext(ToastContext);\r\n","import * as React from 'react';\r\n\r\nimport { Locale } from '../../types';\r\nimport { CalendarTexts } from '../Calendar/Calendar';\r\nimport { ComboboxTexts } from '../Combobox/Combobox';\r\nimport { DialogTexts } from '../Dialog/Dialog';\r\nimport { PaginationTexts } from '../Pagination/Pagination';\r\nimport { ListboxTexts } from '../Listbox/Listbox';\r\nimport { ToastsTexts } from '../Toast/Toast';\r\nimport { DatepickerTexts } from '../Datepicker/Datepicker';\r\nimport { HangerTexts } from '../Hanger/Hanger';\r\nimport { SelectTexts } from '../Select/Select';\r\nimport { TourTexts } from '../Tour/Tour';\r\nimport { TableTexts } from '../Table/Table';\r\nimport { SearchInputTexts } from '../SearchInput/SearchInput';\r\nimport { ToastProvider } from '../Toast/Toaster';\r\n\r\nexport type LocalizationTexts = {\r\n /** Localized texts and aria-labels for [Calendar](component:calendar) component */\r\n calendar: CalendarTexts;\r\n /** Localized texts and aria-labels for [Combobox](component:combobox) component */\r\n combobox: ComboboxTexts;\r\n /** Localized texts and aria-labels for [DatePicker](component:datepicker) component */\r\n datepicker: DatepickerTexts;\r\n /** Localized texts and aria-labels for [Hanger](component:hanger) component */\r\n hanger: HangerTexts;\r\n /** Localized texts and aria-labels for [Listbox](component:listbox) component */\r\n listbox: ListboxTexts;\r\n /** Localized texts and aria-labels for [Dialog](component:dialog) component */\r\n dialog: DialogTexts;\r\n /** Localized texts and aria-labels for [Pagination](component:pagination) component */\r\n pagination: PaginationTexts;\r\n /** Localized texts and aria-labels for [Table](component:table) component */\r\n table: TableTexts;\r\n /** Localized texts and aria-labels for [Select](component:select) component */\r\n select: SelectTexts;\r\n /** Localized texts and aria-labels for [Toast](component:toast) component */\r\n toasts: ToastsTexts;\r\n /** Localized texts and aria-labels for [Tour](component:tour) component */\r\n tour: TourTexts;\r\n /** Localized texts and aria-labels for [SearchInput](component:searchinput) component */\r\n searchInput: SearchInputTexts;\r\n};\r\n\r\nexport type Localization = {\r\n /**\r\n * Provide the language code used in application.\r\n * Default value is `en-GB`\r\n */\r\n locale: Locale;\r\n /** Provide the texts and aria-labels for components used within the provider */\r\n texts: LocalizationTexts;\r\n /** Provide the formatting */\r\n formatting: {\r\n /** Default value is `dd.mm.yy` */\r\n date: string;\r\n };\r\n};\r\nexport type Taco = {\r\n /** Define localized texts and formatted data in your application */\r\n localization: Localization;\r\n};\r\n\r\nexport const defaultLocalisationTexts = {\r\n calendar: {\r\n months: [\r\n 'January',\r\n 'February',\r\n 'March',\r\n 'April',\r\n 'May',\r\n 'June',\r\n 'July',\r\n 'August',\r\n 'September',\r\n 'October',\r\n 'November',\r\n 'December',\r\n ],\r\n weekdaysShort: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'],\r\n actions: {\r\n previousMonth: 'Previous month',\r\n nextMonth: 'Next month',\r\n previousYear: 'Previous year',\r\n nextYear: 'Next year',\r\n today: 'Today',\r\n },\r\n },\r\n combobox: {\r\n tooltip: 'Search in list',\r\n },\r\n datepicker: {\r\n calendar: 'Calendar',\r\n clear: 'Clear',\r\n expand: 'Show calendar',\r\n shortcuts: 'Shortcuts',\r\n },\r\n hanger: {\r\n close: 'Close',\r\n },\r\n listbox: {\r\n loading: 'Loading results...',\r\n empty: 'No results found',\r\n allOption: 'All',\r\n },\r\n dialog: {\r\n close: 'Close',\r\n drag: 'Drag',\r\n },\r\n pagination: {\r\n label: 'Pagination',\r\n pageSize: 'Items per page',\r\n showingXofYofTotal: 'Showing [X] - [Y] of [total]',\r\n actions: {\r\n firstPage: 'Goto first page',\r\n firstPageWithShortcut: 'Goto first page (Home)',\r\n previousPage: 'Goto previous page',\r\n previousPageWithShortcut: 'Goto previous page (Page Up)',\r\n nextPage: 'Goto next page',\r\n nextPageWithShortcut: 'Goto next page (Page Down)',\r\n lastPage: 'Goto last page',\r\n lastPageWithShortcut: 'Goto last page (End)',\r\n pageX: 'Goto page [X]',\r\n },\r\n },\r\n table: {\r\n actions: 'Other actions',\r\n edit: 'Edit (e)',\r\n copy: 'Copy (c)',\r\n del: 'Delete (del)',\r\n newSubRow: 'New row (shift + n)',\r\n loading: 'Loading...',\r\n },\r\n select: {\r\n allOptionsSelected: 'All',\r\n },\r\n toasts: {\r\n dismiss: 'Dismiss',\r\n },\r\n tour: {\r\n back: 'Back',\r\n close: 'Close',\r\n skip: 'Close and complete',\r\n last: 'Done',\r\n next: 'Next',\r\n open: 'Open',\r\n },\r\n searchInput: {\r\n inputLabel: 'Search...',\r\n },\r\n};\r\n\r\nconst defaultLocalizationContext: Localization = {\r\n locale: 'en-GB',\r\n texts: defaultLocalisationTexts,\r\n formatting: {\r\n date: 'dd.mm.yy',\r\n },\r\n};\r\n\r\nconst Context = React.createContext<Taco>({\r\n localization: defaultLocalizationContext,\r\n});\r\n\r\nexport type ProviderProps = {\r\n /** Content would be your application */\r\n children?: any;\r\n /** Define localized texts and formatted data in your application */\r\n localization?: Localization;\r\n};\r\n\r\nexport const Provider = (props: ProviderProps): JSX.Element => {\r\n const { children, localization = defaultLocalizationContext } = props;\r\n const value = React.useMemo(() => ({ localization }), [localization]);\r\n\r\n return (\r\n <Context.Provider value={value}>\r\n <ToastProvider>{children}</ToastProvider>\r\n </Context.Provider>\r\n );\r\n};\r\n\r\nexport const useTaco = (): Taco => React.useContext(Context);\r\nexport const useLocalization = (): Localization => useTaco().localization;\r\n","import * as React from 'react';\r\nimport cn from 'classnames';\r\nimport ReactDayPicker, { NavbarElementProps, DayModifiers } from 'react-day-picker';\r\nimport { useLocalization } from '../Provider/Provider';\r\nimport './Calendar.css';\r\nimport { IconButton } from '../IconButton/IconButton';\r\n\r\nexport type CalendarTextsActions = {\r\n /** Aria-label for previous month action button */\r\n previousMonth: string;\r\n /** Aria-label for next month action button */\r\n nextMonth: string;\r\n /** Aria-label for previous year action button */\r\n previousYear: string;\r\n /** Aria-label for next year action button */\r\n nextYear: string;\r\n /** Text displayed within today action button */\r\n today: string;\r\n};\r\n\r\nexport type CalendarTexts = {\r\n /** Text and aria-label for action buttons in Calendar */\r\n actions: CalendarTextsActions;\r\n /** Text abbreviation for months in Calendar's header, starting with January */\r\n months: string[];\r\n /** Text abbreviation for days in Calendar's header, starting with Sunday */\r\n weekdaysShort: string[];\r\n};\r\n\r\nconst renderDay = (day: Date, modifiers: DayModifiers): React.ReactNode =>\r\n modifiers.disabled ? <span className=\"dot\" /> : day.getDate();\r\n\r\n/** @internal */\r\ntype CustomNavbarElementProps = NavbarElementProps & {\r\n showYearControls?: boolean;\r\n onMonthChange: (month: Date) => void;\r\n value?: Date;\r\n};\r\n\r\nconst thisYear = new Date().getFullYear();\r\nconst years: number[] = [];\r\n\r\nfor (let i = thisYear - 10; i <= thisYear + 10; i += 1) {\r\n years.push(i);\r\n}\r\n\r\nconst Navbar = React.memo(\r\n ({ onMonthChange, onNextClick, onPreviousClick, value = new Date() }: CustomNavbarElementProps): JSX.Element => {\r\n const {\r\n texts: {\r\n calendar: { actions, months },\r\n },\r\n } = useLocalization();\r\n\r\n const handleChange = function handleChange(event) {\r\n const { year, month } = event.target.form;\r\n onMonthChange(new Date(year.value, month.value));\r\n };\r\n\r\n return (\r\n <div className=\"mb-2 flex items-center justify-between\">\r\n <form className=\"inline-flex space-x-1\">\r\n <select className=\"h-8 px-2\" name=\"month\" onChange={handleChange} value={value.getMonth()}>\r\n {months.map((month, i) => (\r\n <option key={month} value={i}>\r\n {month}\r\n </option>\r\n ))}\r\n </select>\r\n <select className=\"h-8 px-2\" name=\"year\" onChange={handleChange} value={value.getFullYear()}>\r\n {years.map(year => (\r\n <option key={year} value={year}>\r\n {String(year)}\r\n </option>\r\n ))}\r\n </select>\r\n </form>\r\n <div>\r\n <IconButton\r\n appearance=\"discrete\"\r\n icon=\"chevron-left\"\r\n aria-label={actions.previousMonth}\r\n onClick={() => onPreviousClick()}\r\n rounded\r\n />\r\n <IconButton\r\n appearance=\"discrete\"\r\n icon=\"chevron-right\"\r\n aria-label={actions.nextMonth}\r\n onClick={() => onNextClick()}\r\n rounded\r\n />\r\n </div>\r\n </div>\r\n );\r\n }\r\n);\r\n\r\nexport type CalendarProps = Omit<React.HTMLAttributes<HTMLDivElement>, 'onChange' | 'value'> & {\r\n /** Handler called when a day is clicked in calendar */\r\n onChange: (date: Date, event?: React.MouseEvent<HTMLDivElement>) => void;\r\n value?: Date;\r\n};\r\n\r\nexport const Calendar = React.forwardRef(function Calendar(props: CalendarProps, ref: React.Ref<ReactDayPicker>) {\r\n const { onChange: handleChange, value, ...otherProps } = props;\r\n const { locale, texts } = useLocalization();\r\n const [visibleMonth, setVisibleMonth] = React.useState(value ?? new Date());\r\n\r\n React.useEffect(() => {\r\n if (visibleMonth !== value) {\r\n setVisibleMonth(value ?? new Date());\r\n }\r\n }, [value]);\r\n\r\n const handleDayClick = (date, modifiers, event) => {\r\n if (modifiers.outside || modifiers.disabled) {\r\n return;\r\n }\r\n\r\n handleChange(date, event);\r\n };\r\n\r\n const handleCalendarClickToday = (): void => {\r\n const today = new Date();\r\n\r\n // set to midday to avoid UTC offset causing dates to be mismatched server side\r\n today.setHours(12);\r\n today.setMinutes(0);\r\n today.setSeconds(0);\r\n\r\n handleChange(today);\r\n };\r\n\r\n const className = cn('flex bg-white text-xs p-4', otherProps.className);\r\n\r\n return (\r\n <div data-taco=\"calendar\">\r\n <ReactDayPicker\r\n {...otherProps}\r\n className={className}\r\n month={visibleMonth}\r\n selectedDays={value}\r\n locale={locale.substring(0, 2)}\r\n firstDayOfWeek={1}\r\n months={texts.calendar.months}\r\n weekdaysShort={texts.calendar.weekdaysShort}\r\n navbarElement={navProps => <Navbar {...navProps} onMonthChange={setVisibleMonth} value={visibleMonth} />}\r\n onDayClick={handleDayClick}\r\n onMonthChange={setVisibleMonth}\r\n onTodayButtonClick={handleCalendarClickToday}\r\n captionElement={() => null}\r\n todayButton={texts.calendar.actions.today}\r\n showOutsideDays\r\n renderDay={renderDay}\r\n numberOfMonths={1}\r\n ref={ref}\r\n />\r\n </div>\r\n );\r\n});\r\n","import * as React from 'react';\r\nimport cn from 'classnames';\r\nimport * as CheckboxPrimitive from '@radix-ui/react-checkbox';\r\nimport { Icon } from '../Icon/Icon';\r\n\r\ntype CheckedState = boolean | 'indeterminate';\r\n\r\ntype CheckboxBaseProps = Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, 'children' | 'onChange'> & {\r\n /* Increases visual prominenance of the checkbox */\r\n highlighted?: boolean;\r\n /**\r\n * Indeterminate state should only be used with sub-checkboxes. The indeterminate state is shown if not all\r\n * sub-checkboxes are selected. This only affects the style, changing the icon in the checkbox.\r\n */\r\n indeterminate?: boolean;\r\n /* Whether the checkbox is in an invalid state */\r\n invalid?: boolean;\r\n /** Label for the checkbox */\r\n label?: React.ReactNode;\r\n /* Whether user input is required */\r\n required?: boolean;\r\n};\r\n\r\ninterface UncontrolledCheckboxProps extends CheckboxBaseProps {\r\n checked?: never;\r\n onChange?: never;\r\n /* The default checked state (uncontrolled) */\r\n defaultChecked?: boolean;\r\n}\r\n\r\ninterface ControlledCheckboxProps extends CheckboxBaseProps {\r\n defaultChecked?: never;\r\n /* The current checked state (controlled) */\r\n checked: boolean;\r\n /* Handler called when the checked state changes */\r\n onChange: (checked: boolean) => void;\r\n}\r\n\r\nexport type CheckboxProps = UncontrolledCheckboxProps | ControlledCheckboxProps;\r\n\r\nexport const Checkbox = React.forwardRef(function Checkbox(props: CheckboxProps, ref: React.Ref<HTMLButtonElement>) {\r\n const { checked, highlighted, indeterminate, invalid, label, onChange, ...otherProps } = props;\r\n\r\n const className = cn(\r\n 'bg-white h-5 w-5 border rounded text-sm flex-shrink-0 self-start mt-[0.1rem] focus:yt-focus', //hover:shadow-[0_0_0_1px_rgba(235,235,235,1)]\r\n props.className,\r\n {\r\n 'border-grey-dark text-blue hover:text-blue-light focus:border-blue focus:hover:border-blue-light':\r\n !props.disabled && !invalid,\r\n 'border-grey text-blue-light cursor-not-allowed': props.disabled,\r\n 'bg-[rgba(255,255,0,0.2)] disabled:bg-[rgba(255,255,0,0.075)]': highlighted,\r\n 'border-red text-red hover:text-red-light hover:border-red-light focus:border-red focus:hover:border-red-light':\r\n invalid && !props.disabled,\r\n }\r\n );\r\n\r\n let handleChange: ((checked: CheckedState) => void) | undefined;\r\n\r\n if (onChange) {\r\n handleChange = (checked: CheckedState) => onChange(checked === 'indeterminate' ? false : checked);\r\n }\r\n\r\n const element = (\r\n <CheckboxPrimitive.Root\r\n {...otherProps}\r\n data-taco=\"checkbox\"\r\n checked={indeterminate ? 'indeterminate' : checked}\r\n className={className}\r\n onCheckedChange={handleChange}\r\n ref={ref}\r\n >\r\n <CheckboxPrimitive.Indicator className=\"flex h-full w-full\">\r\n <Icon name={indeterminate ? 'line' : 'tick'} className=\"!h-full !w-full\" />\r\n </CheckboxPrimitive.Indicator>\r\n </CheckboxPrimitive.Root>\r\n );\r\n\r\n if (label) {\r\n const labelClassName = cn(\r\n 'flex items-center cursor-pointer gap-2',\r\n {\r\n 'cursor-not-allowed text-grey-dark': props.disabled,\r\n },\r\n props.className\r\n );\r\n\r\n return (\r\n <label className={labelClassName}>\r\n {element}\r\n {label}\r\n </label>\r\n );\r\n }\r\n\r\n return element;\r\n});\r\n","import * as React from 'react';\r\n\r\nexport const useProxiedRef = <T extends HTMLElement>(ref: React.Ref<HTMLElement>): React.RefObject<T> => {\r\n const internalRef = React.useRef<T>(null);\r\n\r\n React.useEffect(() => {\r\n if (ref) {\r\n if (typeof ref === 'function') {\r\n ref(internalRef.current);\r\n } else {\r\n (ref as React.MutableRefObject<HTMLElement | null>).current = internalRef.current;\r\n }\r\n }\r\n }, [ref]);\r\n\r\n return internalRef;\r\n};\r\n","import cn from 'classnames';\r\n\r\nexport const getInputClasses = props => {\r\n return cn(\r\n 'peer bg-white text-black text-sm border font-normal not-italic no-underline rounded inline-flex leading-6 px-2 relative w-full text-ellipsis flex items-center',\r\n {\r\n 'cursor-not-allowed text-black bg-grey': props.readOnly,\r\n 'border-grey text-opacity-25 cursor-not-allowed': props.disabled,\r\n 'bg-[rgba(255,255,0,0.075)]': props.highlighted && props.disabled,\r\n 'bg-[rgba(255,255,0,0.2)]': props.highlighted && !props.disabled,\r\n 'border-grey-dark hover:shadow-[0_0_0.1rem_theme(colors.grey.darker)] focus:border-blue-light focus:yt-focus active:border-blue-dark':\r\n !props.invalid,\r\n 'border-red hover:shadow-[0_0_0.15rem_theme(colors.red.DEFAULT)] focus:border-red-light focus:yt-focus-red active:border-red-dark':\r\n props.invalid,\r\n }\r\n );\r\n};\r\n\r\nexport const getButtonStateClasses = (invalid: boolean | undefined): string => {\r\n if (invalid) {\r\n return '!border-red focus:!border-red-light focus:yt-focus-red peer-focus:!border-red-light peer-focus:peer-active:!border-red-dark';\r\n }\r\n\r\n return '!border-grey-dark focus:!border-blue-light peer-focus:!border-blue-light peer-focus:peer-active:!border-blue-dark';\r\n};\r\n","import * as React from 'react';\r\nimport cn from 'classnames';\r\nimport { Icon, IconName } from '../Icon/Icon';\r\nimport { useProxiedRef } from '../../utils/hooks/useProxiedRef';\r\nimport { getButtonStateClasses, getInputClasses } from './util';\r\n\r\nexport type InputProps = React.InputHTMLAttributes<HTMLInputElement> & {\r\n /** Shows a button within the input field */\r\n button?: React.ReactElement;\r\n /** Shows an icon within the input field */\r\n icon?: IconName | JSX.Element;\r\n /** Draws attention to the input by changing its style and making it visually prominent */\r\n highlighted?: boolean;\r\n /* Whether the input is in an invalid state */\r\n invalid?: boolean;\r\n};\r\n\r\nexport const Input = React.forwardRef(function Input(props: InputProps, ref: React.Ref<HTMLInputElement>) {\r\n const { button, icon, highlighted, invalid, onKeyDown, autoFocus, ...otherProps } = props;\r\n const inputRef = useProxiedRef<HTMLInputElement>(ref);\r\n const hasContainer = button || icon;\r\n const className = cn(\r\n getInputClasses(props),\r\n 'min-h-[theme(spacing.8)] pointer-events-all',\r\n {\r\n 'pr-8': !!hasContainer,\r\n },\r\n !hasContainer && otherProps.className\r\n );\r\n\r\n React.useEffect(() => {\r\n if (autoFocus && inputRef.current) {\r\n inputRef.current.focus();\r\n }\r\n }, []);\r\n\r\n // home and end keys only navigate to the start/end of input value if the input container does not scroll\r\n // if it has scroll height then the browser reverts to native scrolling behaviour only\r\n // so we manually override it to ensure _our_ desired behaviour remains intact\r\n const handleKeyDown = (event: React.KeyboardEvent<HTMLInputElement>) => {\r\n if (!event.shiftKey && (event.key === 'Home' || event.key === 'End')) {\r\n event.preventDefault();\r\n const position = event.key === 'End' ? event.currentTarget.value.length : 0;\r\n event.currentTarget.setSelectionRange(position, position);\r\n }\r\n\r\n if (onKeyDown) {\r\n onKeyDown(event);\r\n }\r\n };\r\n\r\n const input = <input {...otherProps} className={className} data-taco=\"input\" onKeyDown={handleKeyDown} ref={inputRef} />;\r\n\r\n if (hasContainer) {\r\n let extra: any;\r\n\r\n if (button) {\r\n const disabled = button.props.disabled || otherProps.disabled;\r\n const buttonClassName = cn(\r\n 'items-center flex justify-center border absolute rounded-l-none rounded-r right-0 h-full focus:rounded focus:outline-none',\r\n {\r\n [getButtonStateClasses(invalid)]: !props.disabled,\r\n },\r\n button.props.className\r\n );\r\n extra = React.cloneElement(button, {\r\n className: buttonClassName,\r\n disabled,\r\n });\r\n } else if (icon) {\r\n const iconClassName = cn(\r\n 'items-center flex justify-center absolute pointer-events-none mr-1 p-px right-0 w-5 top-1/2 -translate-y-1/2',\r\n {\r\n 'text-grey-dark': props.disabled,\r\n 'text-grey-darkest': !props.disabled,\r\n }\r\n );\r\n extra =\r\n typeof icon === 'string' ? (\r\n <Icon className={iconClassName} name={icon} />\r\n ) : (\r\n React.cloneElement(icon, { className: cn(iconClassName, icon.props.className) })\r\n );\r\n }\r\n\r\n const containerClassName = cn('bg-white inline-flex relative rounded w-full', otherProps.className);\r\n\r\n return (\r\n <div className={containerClassName} data-taco=\"input-container\">\r\n {input}\r\n {extra}\r\n </div>\r\n );\r\n }\r\n\r\n return input;\r\n});\r\n","import React from 'react';\r\nimport keycode from 'keycode';\r\nimport { Orientation } from '../../types';\r\n\r\nexport const getNextIndexFromKeycode = (\r\n keyCode: number,\r\n length: number,\r\n index: number | undefined,\r\n direction: Orientation = 'vertical'\r\n): number | undefined => {\r\n const previousKey = direction === 'horizontal' ? 'left' : 'up';\r\n const nextKey = direction === 'horizontal' ? 'right' : 'down';\r\n\r\n switch (keyCode) {\r\n case keycode(previousKey):\r\n return index !== undefined ? (index - 1 < 0 ? 0 : index - 1) : index;\r\n\r\n case keycode(nextKey):\r\n return index !== undefined ? (index + 1 >= length ? index : index + 1) : index;\r\n\r\n case keycode('home'):\r\n return 0;\r\n\r\n case keycode('end'):\r\n return length - 1;\r\n\r\n default:\r\n return;\r\n }\r\n};\r\n\r\nexport type useListKeyboardNavigationOptions = {\r\n direction?: Orientation;\r\n initialIndex?: number;\r\n};\r\n\r\nexport const useListKeyboardNavigation = (\r\n length = 0,\r\n options: useListKeyboardNavigationOptions = {\r\n direction: 'vertical',\r\n }\r\n): [number | undefined, (index: number | undefined) => void, (event: React.KeyboardEvent<HTMLElement>) => number | undefined] => {\r\n const [index, setIndex] = React.useState<number | undefined>(options.initialIndex);\r\n\r\n const getNextIndex = (event: React.KeyboardEvent<HTMLElement>): number | undefined => {\r\n const nextIndex = getNextIndexFromKeycode(event.keyCode, length, index, options.direction);\r\n\r\n if (nextIndex !== undefined) {\r\n event.preventDefault();\r\n }\r\n\r\n return nextIndex;\r\n };\r\n\r\n return [index, setIndex, getNextIndex];\r\n};\r\n","const scrollToChildElement = (parent: HTMLElement, child: HTMLElement): void => {\r\n const clientHeight = parent.clientHeight;\r\n\r\n if (parent.scrollHeight > clientHeight) {\r\n const scrollTop = parent.scrollTop;\r\n const scrollBottom = clientHeight + scrollTop;\r\n const childBottom = child.offsetTop + child.offsetHeight;\r\n\r\n if (childBottom > scrollBottom) {\r\n parent.scrollTop = childBottom - clientHeight;\r\n } else if (child.offsetTop < scrollTop) {\r\n parent.scrollTop = child.offsetTop;\r\n }\r\n }\r\n};\r\n\r\nexport const useListScrollTo = (internalRef: any, itemRefs: any[]): any => {\r\n const scrollTo = (index: number | undefined): void => {\r\n if (internalRef && internalRef.current) {\r\n if (index !== undefined) {\r\n const activeRef = itemRefs[index];\r\n\r\n if (activeRef && activeRef.current) {\r\n scrollToChildElement(internalRef.current, activeRef.current);\r\n }\r\n } else {\r\n internalRef.current.scrollTop = 0;\r\n }\r\n }\r\n };\r\n\r\n return { scrollTo };\r\n};\r\n","import * as React from 'react';\r\nimport cn from 'classnames';\r\nimport { useProxiedRef } from '../../utils/hooks/useProxiedRef';\r\nimport { getNextIndexFromKeycode } from '../../utils/hooks/useListKeyboardNavigation';\r\nimport { useListScrollTo } from '../../utils/hooks/useListScrollTo';\r\nimport './ScrollableList.css';\r\nimport { Spinner } from '../Spinner/Spinner';\r\nimport { useLocalization } from '../Provider/Provider';\r\nimport { Checkbox } from '../Checkbox/Checkbox';\r\nimport { getInputClasses } from '../Input/util';\r\n\r\nexport type ScrollableListItemValue = string | number | boolean | null;\r\n\r\nexport type ScrollableListItem = {\r\n /**\r\n * Set whether the item is disabled.\r\n * This will both change the style and make the item unselectable\r\n */\r\n disabled?: boolean;\r\n /* Specifies whether the item has child items -- intended for internal use only */\r\n hasChildren?: boolean;\r\n /** Place an icon before the item's text */\r\n icon?: React.ReactElement;\r\n /* The index path to the item -- intended for internal use only */\r\n path?: string;\r\n /** Text describing the item */\r\n text: string | JSX.Element;\r\n /** Value of the item */\r\n value: ScrollableListItemValue;\r\n /** Child items to show hierarchical data */\r\n children?: ScrollableListItem[];\r\n};\r\n\r\n/** @internal */\r\nexport type ScrollableListProps = Omit<\r\n React.HTMLAttributes<HTMLUListElement>,\r\n 'defaultValue' | 'id' | 'onChange' | 'onClick' | 'onKeyDown'\r\n> & {\r\n /** Data indicating the options in scrollable list */\r\n data: ScrollableListItem[];\r\n /** Sets the list to be disabled */\r\n disabled?: boolean;\r\n /** Draws attention to the scrollable list by changing its style and making it visually prominent */\r\n highlighted?: boolean;\r\n /** Set an id for the scrollable list */\r\n id: string;\r\n /* Whether the input is in an invalid state */\r\n invalid?: boolean;\r\n /**\r\n * Shows a loading indicator with a text next to it.\r\n * Read more about how to provide the text in `Provider` component.\r\n */\r\n loading?: boolean;\r\n /**\r\n * Handler called when current active/selected option changes in a scrollable list.\r\n * @param index indicates the index of the current active option\r\n */\r\n onChange: (index: number) => void;\r\n /** Handler called when option is clicked */\r\n onClick?: (event: React.MouseEvent<HTMLLIElement>, index: number) => void;\r\n /**\r\n * Set whether the selected item should be scrolled into view when listbox is focused.\r\n * Default value is `false`\r\n */\r\n scrollOnFocus?: boolean;\r\n /** Handler called when a key is pressed */\r\n onKeyDown?: (event: React.KeyboardEvent<HTMLUListElement>, index: number | undefined) => void;\r\n /* Sets the list to read only mode */\r\n readOnly?: boolean;\r\n /**\r\n * Value of the scrollable list representing the selected item.\r\n * It needs to be an existing value from the provided data.\r\n */\r\n value: number | undefined;\r\n /**\r\n * Allows to select multiple items from the list\r\n */\r\n multiselect?: boolean;\r\n /**\r\n * Contains the currently selected values when multiselect mode is ON.\r\n */\r\n selectedIndexes?: number[];\r\n /**\r\n * True when all available (not disabled) options are selected\r\n */\r\n allOptionsSelected?: boolean;\r\n};\r\n\r\n/** @internal */\r\nexport type ScrollableListPropsWithRef = ScrollableListProps & React.RefAttributes<HTMLUListElement>;\r\n\r\nexport const getId = (id: string, value: ScrollableListItemValue): string => `${id}_${value}`;\r\n\r\nconst getNextEnabledItem = (\r\n event: React.KeyboardEvent<HTMLElement>,\r\n data: ScrollableListItem[],\r\n index: number | undefined\r\n): number | undefined => {\r\n const nextIndex = getNextIndexFromKeycode(event.keyCode, data.length, index);\r\n\r\n if (nextIndex) {\r\n if (nextIndex === index) {\r\n return index;\r\n } else if (data[nextIndex] && data[nextIndex].disabled) {\r\n return getNextEnabledItem(event, data, nextIndex);\r\n }\r\n }\r\n\r\n return nextIndex;\r\n};\r\n\r\nexport const ScrollableList = React.forwardRef(function ScrollableList(\r\n props: ScrollableListProps,\r\n ref: React.Ref<HTMLUListElement>\r\n) {\r\n const {\r\n data,\r\n disabled,\r\n highlighted,\r\n id,\r\n invalid: _,\r\n loading,\r\n onChange: setCurrentIndex,\r\n onClick,\r\n onFocus,\r\n onKeyDown,\r\n readOnly,\r\n scrollOnFocus = false,\r\n value: currentIndex,\r\n multiselect,\r\n selectedIndexes = [],\r\n allOptionsSelected = false,\r\n ...otherProps\r\n } = props;\r\n const listRef = useProxiedRef<HTMLUListElement>(ref);\r\n const itemRefs = React.useMemo(() => data.map(() => React.createRef<HTMLLIElement>()), [data]);\r\n const { texts } = useLocalization();\r\n const { scrollTo } = useListScrollTo(listRef, itemRefs);\r\n\r\n React.useEffect(() => {\r\n if (currentIndex && itemRefs[currentIndex]?.current) {\r\n itemRefs[currentIndex].current?.scrollIntoView({\r\n block: 'center',\r\n });\r\n }\r\n }, []);\r\n\r\n React.useEffect(() => {\r\n scrollTo(currentIndex);\r\n }, [currentIndex]);\r\n\r\n const handleKeyDown = (event: React.KeyboardEvent<HTMLUListElement>): void => {\r\n const nextIndex = getNextEnabledItem(event, data, currentIndex);\r\n\r\n if (nextIndex !== undefined && nextIndex !== currentIndex) {\r\n event.preventDefault();\r\n scrollTo(nextIndex);\r\n setCurrentIndex(nextIndex);\r\n }\r\n\r\n if (onKeyDown) {\r\n event.persist();\r\n const index = nextIndex !== undefined ? nextIndex : currentIndex;\r\n onKeyDown(event, index);\r\n }\r\n };\r\n\r\n const handleClick = (index: number) => (event: React.MouseEvent<HTMLLIElement>) => {\r\n setCurrentIndex(index);\r\n\r\n if (onClick) {\r\n event.persist();\r\n onClick(event, index);\r\n }\r\n };\r\n\r\n const handleFocus = (event: React.FocusEvent<HTMLUListElement>): void => {\r\n if (scrollOnFocus) {\r\n scrollTo(currentIndex);\r\n }\r\n\r\n if (onFocus) {\r\n event.persist();\r\n onFocus(event);\r\n }\r\n };\r\n\r\n const getOptionCheckedState = (optionValue: string, index: number): boolean => {\r\n if (optionValue === '#ALL-OPTIONS#') {\r\n return allOptionsSelected;\r\n } else if (!optionValue || !selectedIndexes) {\r\n return false;\r\n } else {\r\n return selectedIndexes.findIndex(i => i === index) !== -1;\r\n }\r\n };\r\n\r\n const list: React.HTMLAttributes<HTMLUListElement> &\r\n React.RefAttributes<HTMLUListElement> & { disabled?: boolean; readOnly?: boolean } = {\r\n ...otherProps,\r\n className: cn(\r\n 'inline-flex flex-col list-none !p-0 m-0 overflow-y-auto h-auto',\r\n getInputClasses(props),\r\n {\r\n 'yt-list--multiselect': multiselect,\r\n 'pointer-events-none': disabled,\r\n 'cursor-not-allowed': disabled || readOnly,\r\n },\r\n otherProps.className\r\n ),\r\n disabled,\r\n id,\r\n onFocus: !disabled && !readOnly ? handleFocus : undefined,\r\n onKeyDown: !disabled && !readOnly ? handleKeyDown : undefined,\r\n readOnly,\r\n ref: listRef,\r\n role: 'listbox',\r\n tabIndex: otherProps.tabIndex || 0,\r\n };\r\n\r\n const options = data.map((option, index) => {\r\n const depth = option.path ? option.path.split('.').length - 1 : 0;\r\n\r\n return {\r\n 'aria-selected': multiselect ? getOptionCheckedState(String(option.value), index) : currentIndex === index,\r\n 'data-focused': currentIndex === index,\r\n children: option.text,\r\n className: cn(\r\n 'flex items-center px-3 w-full cursor-pointer bg-white flex-[0_0_2rem] focus:wcag-blue focus:border-blue',\r\n {\r\n 'sticky top-0 font-bold': depth === 0 && !!option.hasChildren,\r\n }\r\n ),\r\n disabled: option.disabled,\r\n icon: option.icon,\r\n id: getId(id, option.value),\r\n key: getId(id, option.value),\r\n onClick: !disabled && !readOnly ? handleClick(index) : undefined,\r\n ref: itemRefs[index],\r\n role: 'option',\r\n style:\r\n depth > 0\r\n ? {\r\n paddingLeft: `${depth + 1}rem`,\r\n }\r\n : undefined,\r\n };\r\n });\r\n\r\n return (\r\n <ul {...list} data-taco=\"scrollable-list\">\r\n {loading ? (\r\n <li className=\"yt-list__empty\">\r\n <span>\r\n <Spinner delay={0} />\r\n </span>\r\n <span>{texts.listbox.loading}</span>\r\n </li>\r\n ) : options.length ? (\r\n options.map(({ children, icon, ...optionProps }) => (\r\n <li {...optionProps}>\r\n {icon}\r\n <span className=\"flex-grow truncate text-left\">{children}</span>\r\n {multiselect && (\r\n <Checkbox\r\n checked={optionProps['aria-selected']}\r\n onChange={() => null}\r\n className=\"pointer-events-none ml-2 self-center p-px\"\r\n />\r\n )}\r\n </li>\r\n ))\r\n ) : (\r\n <li className=\"yt-list__empty\">\r\n <span>{texts.listbox.empty}</span>\r\n </li>\r\n )}\r\n </ul>\r\n );\r\n});\r\n","// returns a custom event compatible with all browsers\r\nexport const createCustomEvent = (eventType: string) => {\r\n let customEvent;\r\n\r\n if (typeof Event === 'function') {\r\n customEvent = new Event(eventType, { bubbles: true });\r\n } else {\r\n customEvent = document.createEvent('Event');\r\n customEvent.initEvent(eventType, true, true);\r\n }\r\n return customEvent;\r\n};\r\n\r\n// returns a custom keyboard event compatible with all browsers\r\nexport const createCustomKeyboardEvent = (event: React.KeyboardEvent<HTMLInputElement>) => {\r\n let customKeyboardEvent;\r\n\r\n if (typeof KeyboardEvent === 'function') {\r\n customKeyboardEvent = new KeyboardEvent(event.type, event as any);\r\n } else {\r\n customKeyboardEvent = document.createEvent('Event') as any;\r\n customKeyboardEvent.initEvent(event.type, true, true);\r\n customKeyboardEvent.keyCode = event.keyCode;\r\n customKeyboardEvent.charCode = event.charCode;\r\n }\r\n\r\n return customKeyboardEvent;\r\n};\r\n\r\nexport const setInputValueByRef = (input: HTMLInputElement | null, value: string | undefined, event = 'change'): void => {\r\n if (!input) {\r\n return;\r\n }\r\n\r\n const previousValue = input.value;\r\n input.value = value || '';\r\n\r\n const tracker = (input as any)._valueTracker;\r\n\r\n if (tracker) {\r\n tracker.setValue(previousValue);\r\n }\r\n\r\n // 'change' instead of 'input', see https://github.com/facebook/react/issues/11488#issuecomment-381590324\r\n input.dispatchEvent(createCustomEvent(event));\r\n};\r\n","import React from 'react';\r\nimport { ScrollableListItem, ScrollableListItemValue, getId } from './ScrollableList';\r\nimport { setInputValueByRef as setInputValueByRefBase } from '../../utils/input';\r\n\r\nconst getValue = (value: ScrollableListItemValue | undefined): string => String(value ?? '');\r\n\r\nexport const setInputValueByRef = (input: HTMLInputElement | null, value: ScrollableListItemValue, event = 'change'): void => {\r\n setInputValueByRefBase(input, getValue(value), event);\r\n};\r\n\r\nexport const getIndexFromValue = (data: ScrollableListItem[], value: ScrollableListItemValue | undefined): number | undefined => {\r\n const index = data.findIndex(option => getValue(option.value) === getValue(value));\r\n return index > -1 ? index : undefined;\r\n};\r\n\r\nexport const getSelectedIndexesFromValue = (data: ScrollableListItem[], value: ScrollableListItemValue | undefined): number[] => {\r\n if (typeof value !== 'string') return [];\r\n\r\n return value\r\n .split(',')\r\n .map(v => data.findIndex(o => String(o.value) === v))\r\n .filter(v => v !== -1);\r\n};\r\n\r\nexport const findByValue = (data: ScrollableListItem[], value: ScrollableListItemValue): ScrollableListItem | undefined => {\r\n return data.find(option => getValue(option.value) === getValue(value));\r\n};\r\n\r\nexport const searchForString = (child: JSX.Element | string, value: string, strategy = 'includes'): boolean => {\r\n try {\r\n if (typeof child !== 'string' && child.props?.children) {\r\n if (Array.isArray(child.props?.children)) {\r\n return !!child.props.children.find((subChild: JSX.Element | string) =>\r\n searchForString(subChild, value, strategy)\r\n );\r\n }\r\n\r\n return searchForString(child.props?.children, value, strategy);\r\n } else {\r\n return child.toString().toLowerCase()[strategy](String(value).toLowerCase());\r\n }\r\n } catch {\r\n return false;\r\n }\r\n};\r\n\r\nconst getIndexInRangeByValue = (\r\n data: ScrollableListItem[],\r\n query: string,\r\n firstIndex: number,\r\n lastIndex: number = data.length\r\n): number => {\r\n const index = data.slice(firstIndex, lastIndex).findIndex(option => {\r\n if (option.disabled) {\r\n return false;\r\n }\r\n\r\n return searchForString(option.text, query, 'startsWith');\r\n });\r\n\r\n return index > -1 ? index + firstIndex : -1;\r\n};\r\n\r\nexport const findNextIndexByValue = (data: ScrollableListItem[], query: string, activeIndex: number | undefined): number => {\r\n const firstIndex = activeIndex === undefined ? 0 : activeIndex + 1;\r\n let index = getIndexInRangeByValue(data, query, firstIndex);\r\n\r\n if (index === -1) {\r\n index = getIndexInRangeByValue(data, query, 0, activeIndex);\r\n }\r\n\r\n return index;\r\n};\r\n\r\nexport const getActiveDescendant = (data: ScrollableListItem[], currentIndex: number | undefined, id: string): any => {\r\n return currentIndex !== undefined && data[currentIndex] ? getId(id, data[currentIndex].value) : undefined;\r\n};\r\n\r\nexport const useFlattenedData = (data: ScrollableListItem[]): ScrollableListItem[] => {\r\n return React.useMemo(() => {\r\n const items: ScrollableListItem[] = [];\r\n\r\n const flatten = (item: ScrollableListItem, path: number, parentPath?: string, parentDisabled?: boolean) => {\r\n const currentPath = parentPath ? `${parentPath}.${path}` : `${path}`;\r\n const isItemDisabled = parentDisabled || item.disabled;\r\n\r\n items.push({\r\n ...item,\r\n disabled: isItemDisabled,\r\n path: currentPath,\r\n hasChildren: !!item.children,\r\n });\r\n\r\n if (item.children) {\r\n item.children.forEach((childItem: ScrollableListItem, childPath: number) =>\r\n flatten(childItem, childPath, currentPath, isItemDisabled)\r\n );\r\n }\r\n };\r\n\r\n data.forEach((item, index) => {\r\n flatten(item, index);\r\n });\r\n\r\n return items;\r\n }, [data]);\r\n};\r\n\r\nexport const sanitizeItem = (item: ScrollableListItem | undefined) => {\r\n if (item) {\r\n const { hasChildren: _1, path: _2, ...rest } = item;\r\n return rest;\r\n }\r\n\r\n return undefined;\r\n};\r\n\r\nexport const getOptionParents = (data: ScrollableListItem[], path?: string) => {\r\n const indexes = path?.split('.') ?? [];\r\n\r\n if (indexes.length > 1) {\r\n // we don't want to map the current item\r\n indexes.pop();\r\n // we need to rebuild the path as we map\r\n let lastPath: string;\r\n\r\n return indexes.map(i => {\r\n lastPath = lastPath ? [lastPath, i].join('.') : i;\r\n return sanitizeItem(data.find((i: ScrollableListItem) => i.path === lastPath));\r\n });\r\n }\r\n\r\n return null;\r\n};\r\n\r\nexport const filterData = (data: ScrollableListItem[], value: ScrollableListItemValue = ''): ScrollableListItem[] => {\r\n if (value === '' || value === null) {\r\n return data;\r\n }\r\n\r\n const filteredOptionValues = new Set();\r\n const shouldFilterOption = (option: ScrollableListItem): boolean => {\r\n if (option.disabled) {\r\n return false;\r\n }\r\n\r\n return searchForString(option.text, String(value));\r\n };\r\n\r\n data.forEach(option => {\r\n if (shouldFilterOption(option)) {\r\n const parents = getOptionParents(data, option.path);\r\n\r\n filteredOptionValues.add(option.value);\r\n\r\n if (parents !== null) {\r\n parents.forEach(option => filteredOptionValues.add(option?.value));\r\n }\r\n }\r\n });\r\n\r\n return data.filter(({ value }) => filteredOptionValues.has(value));\r\n};\r\n","import * as React from 'react';\r\nimport keycode from 'keycode';\r\nimport { v4 as uuid } from 'uuid';\r\nimport debounce from 'lodash/debounce';\r\nimport { ComboboxProps } from './Combobox';\r\nimport {\r\n setInputValueByRef,\r\n getIndexFromValue,\r\n findByValue,\r\n useFlattenedData,\r\n sanitizeItem,\r\n getOptionParents,\r\n filterData,\r\n} from '../Listbox/util';\r\nimport { createCustomKeyboardEvent } from '../../utils/input';\r\nimport { useProxiedRef } from '../../utils/hooks/useProxiedRef';\r\nimport { getId, ScrollableListItemValue, ScrollableListPropsWithRef } from '../Listbox/ScrollableList';\r\n\r\nconst debouncer = debounce(f => f(), 200);\r\n\r\nconst convertToInputValue = (value: ScrollableListItemValue | undefined) => String(value ?? '');\r\n\r\ntype useCombobox = React.HTMLAttributes<HTMLDivElement> & {\r\n combobox: React.HTMLAttributes<HTMLSpanElement>;\r\n input: Omit<React.InputHTMLAttributes<HTMLInputElement>, 'defaultValue'> & { ref: React.RefObject<HTMLInputElement> };\r\n list: ScrollableListPropsWithRef;\r\n button: { ref: any };\r\n popover: { open: boolean; onOpenChange: (open: boolean) => void };\r\n};\r\n\r\nexport const useCombobox = (\r\n {\r\n 'aria-label': ariaLabel,\r\n 'aria-labelledby': ariaLabelledBy,\r\n data: unfilteredData = [],\r\n defaultValue,\r\n disabled,\r\n id: nativeId,\r\n inline,\r\n loading: __,\r\n onChange,\r\n onClick,\r\n onKeyDown,\r\n onSearch,\r\n readOnly,\r\n value,\r\n ...props\r\n }: Omit<ComboboxProps, 'dialog'>,\r\n ref: React.Ref<HTMLInputElement>\r\n): useCombobox => {\r\n const inputRef = useProxiedRef<HTMLInputElement>(ref);\r\n const buttonRef = React.useRef<HTMLButtonElement>(null);\r\n const listRef = React.useRef<HTMLUListElement>(null);\r\n const [open, setOpen] = React.useState(false);\r\n const listId = React.useMemo(() => uuid(), []);\r\n const [inputValue, setInputValue] = React.useState<string>(convertToInputValue(value));\r\n const shouldFilterData = !onSearch && (!inline || (inline && inputValue !== convertToInputValue(value)));\r\n const flattenedData = useFlattenedData(unfilteredData);\r\n const data = React.useMemo(\r\n () => (shouldFilterData ? filterData(flattenedData, inputValue) : flattenedData),\r\n [shouldFilterData, inputValue, flattenedData]\r\n );\r\n // listbox/select change value _with_ the index, but combobox changes on select of an index (click/enter), so we need state\r\n const [currentIndex, setCurrentIndex] = React.useState<number | undefined>(\r\n inputValue !== undefined ? getIndexFromValue(data, inputValue) : undefined\r\n );\r\n\r\n const setInputValueByIndex = (index: number | undefined): void => {\r\n if (index !== undefined) {\r\n const option = data[index];\r\n\r\n if (option && !option.disabled) {\r\n setInputValueByRef(inputRef.current, option.value, 'focusout');\r\n }\r\n }\r\n };\r\n\r\n const setCurrentValue = (index: number | undefined) => {\r\n if (index === undefined) {\r\n return;\r\n }\r\n\r\n const option = data[index];\r\n\r\n // if the selected option is not already selected, trigger blur event\r\n if (option.value !== value) {\r\n setInputValueByIndex(index);\r\n } else {\r\n // if the selected option is already selected, refill input with its value\r\n setInputValue(convertToInputValue(value));\r\n }\r\n };\r\n\r\n // ensure the external value is synced with the internal value when mounting, e.g. incase a default value was set\r\n React.useEffect(() => {\r\n if (defaultValue && !value) {\r\n setInputValueByIndex(getIndexFromValue(data, defaultValue));\r\n }\r\n }, [data]);\r\n\r\n // update input value if it changed 'externally', e.g. clicking/entering an item in the listbox, from a modal etc\r\n React.useEffect(() => {\r\n if (value !== undefined && value !== inputValue) {\r\n setInputValue(convertToInputValue(value));\r\n }\r\n }, [value]);\r\n\r\n React.useEffect(() => {\r\n if (onSearch) {\r\n debouncer(() => {\r\n onSearch(inputValue);\r\n });\r\n }\r\n }, [inputValue]);\r\n\r\n // show listbox based on input value\r\n React.useEffect(() => {\r\n // don't show the popover if the internal (input) value already is the current value\r\n // this prevents the popover showing after selecting a value or pressing escape\r\n const isCurrentValue = value !== undefined && value !== null && inputValue === String(value);\r\n\r\n if (inputValue && data.length && !isCurrentValue) {\r\n setCurrentIndex(0);\r\n\r\n if (!open) {\r\n setOpen(true);\r\n }\r\n } else {\r\n setOpen(false);\r\n }\r\n }, [inputValue, data]);\r\n\r\n React.useEffect(() => {\r\n if (open) {\r\n setCurrentIndex(getIndexFromValue(data, inputValue) || 0);\r\n } else {\r\n setCurrentIndex(undefined);\r\n }\r\n }, [open]);\r\n\r\n // event handlers\r\n const handleInputBlur = (event: React.FocusEvent<HTMLInputElement>): void => {\r\n event.persist();\r\n\r\n if (event.relatedTarget === listRef.current) {\r\n event.preventDefault();\r\n return;\r\n }\r\n\r\n if (onChange && event.target.value !== value) {\r\n const item = findByValue(flattenedData, event.target.value);\r\n (event as any).detail = sanitizeItem(item);\r\n\r\n const parents = getOptionParents(flattenedData, item?.path);\r\n\r\n if (parents !== null && parents.length > 0) {\r\n (event as any).detail.parents = parents;\r\n }\r\n\r\n onChange(event);\r\n }\r\n\r\n if (props.onBlur) {\r\n props.onBlur(event);\r\n }\r\n };\r\n\r\n const handleInputChange = (event: React.ChangeEvent<HTMLInputElement>): void => {\r\n setInputValue(event.target.value);\r\n };\r\n\r\n const handleInputClick = (event: React.MouseEvent<HTMLInputElement>): void => {\r\n if (inline || (!open && inputValue && data.length)) {\r\n setOpen(true);\r\n }\r\n\r\n if (onClick) {\r\n event.persist();\r\n onClick(event);\r\n }\r\n };\r\n\r\n const handleInputKeyDown = (event: React.KeyboardEvent<HTMLInputElement>): void => {\r\n event.persist();\r\n\r\n switch (event.keyCode) {\r\n case keycode('backspace'): {\r\n return;\r\n }\r\n\r\n case keycode('escape'): {\r\n event.preventDefault();\r\n setInputValue(convertToInputValue(value));\r\n setOpen(false);\r\n return;\r\n }\r\n\r\n case keycode('tab'):\r\n case keycode('enter'): {\r\n if (event.keyCode !== keycode('tab')) {\r\n event.preventDefault();\r\n }\r\n\r\n setCurrentValue(currentIndex);\r\n setOpen(false);\r\n return;\r\n }\r\n\r\n case keycode('down'):\r\n if (open) {\r\n event.preventDefault();\r\n } else {\r\n if (!inline && buttonRef.current) {\r\n buttonRef.current.click();\r\n }\r\n }\r\n break;\r\n\r\n case keycode('up'):\r\n case keycode('home'):\r\n case keycode('end'): {\r\n if (open) {\r\n event.preventDefault();\r\n }\r\n break;\r\n }\r\n\r\n default:\r\n }\r\n\r\n // we aren't focused on the list, so manually forward the keydown event to it\r\n if (listRef.current) {\r\n listRef.current.dispatchEvent(createCustomKeyboardEvent(event));\r\n }\r\n\r\n if (inline && !open) {\r\n if (event.keyCode === keycode('up') || event.keyCode === keycode('down')) {\r\n event.preventDefault();\r\n const initialIndex = event.keyCode === keycode('up') ? data.length - 1 : 0;\r\n setCurrentIndex(currentIndex !== undefined ? currentIndex : initialIndex);\r\n setOpen(true);\r\n }\r\n }\r\n\r\n if (!event.isDefaultPrevented() && onKeyDown) {\r\n event.persist();\r\n onKeyDown(event);\r\n }\r\n };\r\n\r\n const handleListboxChange = (index: number): void => {\r\n setCurrentIndex(index);\r\n };\r\n\r\n const handleListboxClick = (event: React.MouseEvent<HTMLLIElement>, index: number): void => {\r\n event.preventDefault();\r\n setCurrentValue(index);\r\n setOpen(false);\r\n };\r\n\r\n const combobox = {\r\n 'aria-expanded': open,\r\n 'aria-owns': listId,\r\n 'aria-haspopup': 'listbox' as const,\r\n role: 'combobox',\r\n };\r\n\r\n const input = {\r\n ...props,\r\n 'aria-controls': listId,\r\n // Indicates that the autocomplete behavior of the text input is to suggest a list of possible values in a popup and that the suggestions\r\n // are related to the string that is present in the textbox\r\n 'aria-autocomplete': 'list' as const,\r\n // Enables assistive technologies to know which element the application regards as focused while DOM focus remains on the input element\r\n 'aria-activedescendant':\r\n currentIndex !== undefined && data[currentIndex] ? getId(listId, String(data[currentIndex].value)) : undefined,\r\n 'aria-labelledby': ariaLabelledBy,\r\n disabled,\r\n onBlur: !disabled && !readOnly ? handleInputBlur : undefined,\r\n onChange: !disabled && !readOnly ? handleInputChange : undefined,\r\n onClick: !disabled && !readOnly ? handleInputClick : undefined,\r\n onKeyDown: !disabled && !readOnly ? handleInputKeyDown : undefined,\r\n readOnly,\r\n ref: inputRef,\r\n type: 'text',\r\n value: inputValue ?? '',\r\n };\r\n\r\n const list: ScrollableListPropsWithRef = {\r\n 'aria-labelledby': ariaLabelledBy,\r\n data,\r\n disabled,\r\n id: listId,\r\n onChange: handleListboxChange,\r\n onClick: handleListboxClick,\r\n ref: listRef,\r\n scrollOnFocus: false,\r\n tabIndex: -1,\r\n value: currentIndex,\r\n };\r\n\r\n const button = {\r\n ref: buttonRef,\r\n };\r\n\r\n return {\r\n combobox,\r\n input,\r\n list,\r\n button,\r\n popover: {\r\n open,\r\n onOpenChange: setOpen,\r\n //visible: !data.length ? false : open,\r\n },\r\n };\r\n};\r\n","import * as React from 'react';\r\nimport debounce from 'lodash/debounce';\r\n\r\nconst getVisibility = (element: HTMLElement | null): boolean =>\r\n Boolean(element && (element.offsetWidth || element.offsetHeight || element.getClientRects().length));\r\n\r\nexport const useBoundingClientRectListener = (ref: React.RefObject<HTMLElement>): DOMRectReadOnly | undefined => {\r\n const [dimensions, setDimensions] = React.useState<DOMRectReadOnly | undefined>(undefined);\r\n const isRefElementVisible = getVisibility(ref.current);\r\n const [visibility, setVisibility] = React.useState(isRefElementVisible);\r\n\r\n const resize = () => {\r\n if (visibility) {\r\n setDimensions(ref.current?.getBoundingClientRect());\r\n }\r\n };\r\n\r\n React.useEffect(() => {\r\n const timeout = setTimeout(resize, 0);\r\n const debouncedResize = debounce(resize, 250);\r\n\r\n window.addEventListener('resize', debouncedResize);\r\n\r\n return () => {\r\n clearTimeout(timeout);\r\n window.removeEventListener('resize', debouncedResize);\r\n };\r\n }, [ref.current, visibility]);\r\n\r\n React.useEffect(() => {\r\n const newRefElementVisibility = getVisibility(ref.current);\r\n\r\n if (visibility !== newRefElementVisibility) {\r\n // When visibility of an element changes, then the new visibility of the element can only be checked after the\r\n // component has rendered. That's why the visibility check is inside the useEffect. This useEffect will cause\r\n // the consumer to rerender and that will cause the above hook to recalculate the dimensions\r\n setVisibility(newRefElementVisibility);\r\n }\r\n });\r\n\r\n return dimensions;\r\n};\r\n","import * as React from 'react';\r\nimport cn from 'classnames';\r\nimport * as PopoverPrimitive from '@radix-ui/react-popover';\r\nimport { Input, InputProps } from '../Input/Input';\r\nimport { useCombobox } from './useCombobox';\r\nimport { ScrollableList, ScrollableListItem, ScrollableListItemValue } from '../Listbox/ScrollableList';\r\nimport { useBoundingClientRectListener } from '../../utils/hooks/useBoundingClientRectListener';\r\nimport { IconButton } from '../IconButton/IconButton';\r\nimport './Combobox.css';\r\nimport { DialogProps } from '../Dialog/Dialog';\r\nimport { useLocalization } from '../Provider/Provider';\r\n\r\nexport type ComboboxTexts = {\r\n /* Tooltip shown for the dialog button */\r\n tooltip: string;\r\n};\r\n\r\nexport type ComboboxItem = ScrollableListItem;\r\nexport type ComboboxValue = ScrollableListItemValue;\r\n\r\ntype ComboboxBaseProps = Omit<InputProps, 'defaultValue' | 'button' | 'onChange' | 'value'> & {\r\n /** Array of options in combobox */\r\n data?: ComboboxItem[];\r\n /**\r\n * Initial value of the input in combobox.\r\n * This is used when combobox is mounted, if no value is provided.\r\n * *Note* that combobox is a controlled component, setting this will also trigger the `onChange` event\r\n */\r\n defaultValue?: ComboboxValue;\r\n /** Set what value should have an empty option in combobox */\r\n emptyValue?: ComboboxValue;\r\n /** Draws attention to the combobox by changing its style and making it visually prominent */\r\n highlighted?: boolean;\r\n /** Displays loading state in listbox */\r\n loading?: boolean;\r\n /**\r\n * Handler called when user chooses an option from the provided suggestions.\r\n * Suggestions will be calculated based on the input value.\r\n * There are two ways to choose an option: either click on it, or navigate using keyboard and press `enter`\r\n */\r\n onChange?: React.ChangeEventHandler<HTMLInputElement>;\r\n /** Handler called when the user enters a query **/\r\n onSearch?: (query: string) => void | Promise<void>;\r\n /** Value of the input in combobox */\r\n value?: ComboboxValue;\r\n};\r\n\r\ninterface InlineComboboxProps extends ComboboxBaseProps {\r\n dialog?: never;\r\n /**\r\n * Combobox will display its data when input is clicked/focused, even if the input is empty.\r\n * *Note* that default combobox will display matching data only when user starts typing in input.\r\n */\r\n inline: boolean; // Example 3 on https://www.w3.org/TR/wai-aria-practices/examples/combobox/aria1.1pattern/listbox-combo.html\r\n}\r\n\r\ninterface DialogComboboxProps extends ComboboxBaseProps {\r\n dialog: (props: Partial<DialogProps>) => JSX.Element;\r\n inline?: never;\r\n}\r\n\r\nexport type ComboboxProps = InlineComboboxProps | DialogComboboxProps;\r\n\r\nexport const Combobox = React.forwardRef(function Combobox(props: ComboboxProps, ref: React.Ref<HTMLInputElement>) {\r\n const { className: externalClassName, dialog, style, ...otherProps } = props;\r\n const { combobox, button, input, popover, list } = useCombobox(otherProps, ref);\r\n const internalRef = React.useRef<HTMLDivElement>(null);\r\n const { texts } = useLocalization();\r\n const selectDimensions = useBoundingClientRectListener(internalRef);\r\n const className = cn(\r\n 'inline-flex relative',\r\n {\r\n 'yt-combobox--inline': props.inline,\r\n },\r\n externalClassName\r\n );\r\n\r\n return (\r\n <span className={className} data-taco=\"combobox\" style={style}>\r\n <PopoverPrimitive.Root {...popover}>\r\n <PopoverPrimitive.Anchor asChild ref={internalRef}>\r\n <div {...combobox} className=\"inline w-full\" ref={ref}>\r\n <Input\r\n {...input}\r\n autoComplete=\"off\"\r\n button={\r\n props.inline ? (\r\n <IconButton\r\n appearance=\"discrete\"\r\n className=\"!border-l-0 focus:!border-none focus:!shadow-none active:!border-none\"\r\n icon={popover.open ? 'chevron-up' : 'chevron-down'}\r\n onClick={() => {\r\n popover.onOpenChange(true);\r\n input.ref.current?.focus();\r\n }}\r\n tabIndex={-1}\r\n />\r\n ) : dialog ? (\r\n <IconButton\r\n icon=\"list-search\"\r\n disabled={props.readOnly || props.disabled}\r\n dialog={dialog}\r\n onFocus={(event: React.FocusEvent<HTMLButtonElement>) => {\r\n // Prevents the default focus behaviour of showing the tooltip, on parent tooltip element\r\n event.preventDefault();\r\n input.ref.current?.focus();\r\n }}\r\n ref={button.ref}\r\n tabIndex={-1}\r\n tooltip={texts.combobox.tooltip}\r\n />\r\n ) : undefined\r\n }\r\n />\r\n </div>\r\n </PopoverPrimitive.Anchor>\r\n <PopoverPrimitive.Content\r\n align=\"start\"\r\n onOpenAutoFocus={event => {\r\n event.preventDefault();\r\n }}\r\n sideOffset={4}\r\n >\r\n <ScrollableList\r\n {...list}\r\n className={cn('!border-blue max-h-[calc(12rem+2px)] w-auto max-w-[theme(spacing.96)]')}\r\n style={{ minWidth: selectDimensions?.width }}\r\n tabIndex={popover.open ? 0 : -1}\r\n />\r\n </PopoverPrimitive.Content>\r\n </PopoverPrimitive.Root>\r\n </span>\r\n );\r\n});\r\n","import { isDate, toDate, isValid } from 'date-fns';\r\n\r\nexport const format = (date: Date | undefined, mask = 'dd.mm.yy'): string | undefined => {\r\n if (!date) {\r\n return undefined;\r\n }\r\n\r\n const value = isDate(date) ? date : toDate(date);\r\n\r\n if (!isValid(value)) {\r\n return undefined;\r\n }\r\n\r\n const pad = (v: number): string => (String(v).length === 1 ? `0${v}` : v.toString());\r\n\r\n return mask\r\n .replace('dd', pad(value.getDate()))\r\n .replace('mm', pad(value.getMonth() + 1))\r\n .replace('yy', String(value.getFullYear()).slice(2));\r\n};\r\n\r\nexport const parseFromCustomString = (date = '', mask = 'dd.mm.yy'): Date | undefined => {\r\n if (!date || !date.length) {\r\n return undefined;\r\n }\r\n\r\n const sanitizedMask = mask.split(/[^dmy]/);\r\n const dd = sanitizedMask.findIndex(x => x === 'dd');\r\n const mm = sanitizedMask.findIndex(x => x === 'mm');\r\n const yy = sanitizedMask.findIndex(x => x === 'yy' || x === 'yyyy');\r\n\r\n let day;\r\n let month;\r\n let year;\r\n\r\n const getFullYear = (y: string): string => {\r\n if (y && y.length === 2) {\r\n const z = Number.parseInt(y, 10);\r\n\r\n return z > 50 ? `19${y}` : `20${y}`;\r\n }\r\n\r\n return y;\r\n };\r\n\r\n const inputParts = date.split(/\\D/);\r\n\r\n if (inputParts.length === 1) {\r\n const fullDate = inputParts[0];\r\n const unseparatedMask = mask.replace(/[^dmy]/g, '');\r\n\r\n day = fullDate.slice(unseparatedMask.indexOf('d'), unseparatedMask.lastIndexOf('d') + 1);\r\n month = fullDate.slice(unseparatedMask.indexOf('m'), unseparatedMask.lastIndexOf('m') + 1);\r\n year = getFullYear(fullDate.slice(unseparatedMask.indexOf('y'), unseparatedMask.lastIndexOf('y') + 3)); // account for full years\r\n } else {\r\n day = inputParts[dd];\r\n month = inputParts[mm];\r\n year = getFullYear(inputParts[yy]);\r\n }\r\n\r\n day = Number.parseInt(day, 10);\r\n month = Number.parseInt(month, 10);\r\n year = Number.parseInt(year, 10);\r\n\r\n const currentDate = new Date();\r\n\r\n return new Date(\r\n /* year */ Object.is(year, NaN) ? currentDate.getFullYear() : year,\r\n /* month */ Object.is(month, NaN) ? currentDate.getMonth() : month - 1, // months are zero based in javascript, so subtract a day\r\n /* day */ Object.is(day, NaN) ? currentDate.getDate() : day,\r\n /* hours */ 12,\r\n /* minutes */ 0 // set to midday to avoid UTC offset causing dates to be mismatched server side\r\n );\r\n};\r\n\r\nexport const parseFromISOString = (date: string): Date | undefined => {\r\n const tempDate = new Date(date);\r\n return isValid(tempDate) ? parseFromCustomString(format(new Date(date))) : undefined;\r\n};\r\n","import * as React from 'react';\r\nimport { parseFromCustomString, format } from '../../utils/date';\r\nimport { useLocalization } from '../Provider/Provider';\r\nimport { setInputValueByRef } from '../../utils/input';\r\nimport { useProxiedRef } from '../../utils/hooks/useProxiedRef';\r\nimport { DatepickerProps } from './Datepicker';\r\nimport { CalendarProps } from '../Calendar/Calendar';\r\n\r\ntype InputProps = React.InputHTMLAttributes<HTMLInputElement> & { ref: React.RefObject<HTMLInputElement> };\r\n\r\ntype useDatepicker = React.HTMLAttributes<HTMLDivElement> & {\r\n calendar: CalendarProps;\r\n input: InputProps;\r\n};\r\n\r\nexport const useDatepicker = (\r\n { defaultValue: _, calendar, onBlur, onChange, value, ...props }: DatepickerProps,\r\n ref: React.Ref<HTMLInputElement>\r\n): useDatepicker => {\r\n const inputRef = useProxiedRef<HTMLInputElement>(ref);\r\n const { formatting } = useLocalization();\r\n const [internalValue, setInternalValue] = React.useState(value ? format(value, formatting.date) : '');\r\n\r\n // update internal value if it changed 'externally'\r\n React.useEffect(() => {\r\n if (value) {\r\n const formattedValue = format(value, formatting.date);\r\n\r\n if (formattedValue !== internalValue) {\r\n setInternalValue(formattedValue);\r\n }\r\n } else {\r\n setInternalValue('');\r\n }\r\n }, [value]);\r\n\r\n // event handlers\r\n const handleInputBlur = (event: React.FocusEvent<HTMLInputElement>): void => {\r\n event.persist();\r\n\r\n const valueAsDate = parseFromCustomString(event.target.value);\r\n const formattedValue = valueAsDate ? format(valueAsDate) || '' : '';\r\n\r\n event.target.value = formattedValue;\r\n\r\n if (onChange) {\r\n (event as any).detail = valueAsDate;\r\n onChange(event);\r\n } else {\r\n // update the internal value to use the formatted date\r\n setInternalValue(formattedValue);\r\n }\r\n\r\n if (onBlur) {\r\n onBlur(event);\r\n }\r\n };\r\n\r\n const handleInputChange = (event: React.ChangeEvent<HTMLInputElement>): void => {\r\n setInternalValue(event.target.value);\r\n };\r\n\r\n const handleChange = date => {\r\n setInputValueByRef(inputRef.current, format(date, formatting.date), 'focusout');\r\n };\r\n\r\n const handleKeyDown = (event: React.KeyboardEvent<HTMLInputElement>) => {\r\n if (event.key === 'Enter') {\r\n event.target.dispatchEvent(new Event('focusout', { bubbles: true }));\r\n }\r\n };\r\n\r\n const inputProps: InputProps = {\r\n ...props,\r\n autoComplete: 'off',\r\n onBlur: handleInputBlur,\r\n onChange: handleInputChange,\r\n onKeyDown: handleKeyDown,\r\n ref: inputRef,\r\n type: 'text',\r\n value: internalValue,\r\n };\r\n\r\n const calendarProps: CalendarProps = {\r\n ...calendar,\r\n onChange: handleChange,\r\n value,\r\n };\r\n\r\n return {\r\n input: inputProps,\r\n calendar: calendarProps,\r\n };\r\n};\r\n","import * as React from 'react';\r\nimport cn from 'classnames';\r\nimport * as PopoverPrimitive from '@radix-ui/react-popover';\r\nimport { Placement } from '../../types';\r\n\r\nexport const UnstyledArrow = React.forwardRef(function PopoverArrow(\r\n props: React.SVGAttributes<SVGElement>,\r\n ref: React.Ref<SVGSVGElement>\r\n) {\r\n return (\r\n <PopoverPrimitive.Arrow className=\"pointer-events-none -mt-px\" asChild offset={2} width={30} height={11}>\r\n <svg {...props} ref={ref} viewBox=\"0 19 30 11\" style={{ transform: 'rotateZ(180deg)' }}>\r\n <path\r\n className=\"text-grey-dark group-focus:text-blue-light fill-current\"\r\n d=\"M23.7,27.1L17,19.9C16.5,19.3,15.8,19,15,19s-1.6,0.3-2.1,0.9l-6.6,7.2C5.3,28.1,3.4,29,2,29h26 C26.7,29,24.6,28.1,23.7,27.1z\"\r\n ></path>\r\n <path\r\n className=\"fill-current\"\r\n d=\"M23,27.8c1.1,1.2,3.4,2.2,5,2.2h2H0h2c1.7,0,3.9-1,5-2.2l6.6-7.2c0.7-0.8,2-0.8,2.7,0L23,27.8L23,27.8z\"\r\n ></path>\r\n </svg>\r\n </PopoverPrimitive.Arrow>\r\n );\r\n});\r\n\r\nexport type UnstyledContentProps = Omit<PopoverPrimitive.PopoverContentProps, 'side'> & {\r\n /** Set the position of the Popover relative to its trigger. Default value is `bottom` */\r\n placement?: Placement;\r\n};\r\nexport const UnstyledContent = React.forwardRef(function PopoverContent(\r\n props: UnstyledContentProps,\r\n ref: React.Ref<HTMLDivElement>\r\n) {\r\n const { placement: side, ...otherProps } = props;\r\n\r\n const className = cn(\r\n 'border border-transparent rounded p-3 yt-shadow focus:yt-focus outline-none group z-[996]',\r\n props.className\r\n );\r\n\r\n return <PopoverPrimitive.Content {...otherProps} className={className} side={side} sideOffset={1} ref={ref} />;\r\n});\r\n","import React from 'react';\r\n\r\nexport default function mergeRefs<T = any>(refs: Array<React.MutableRefObject<T> | React.LegacyRef<T>>): React.RefCallback<T> {\r\n return value => {\r\n refs.forEach(ref => {\r\n if (typeof ref === 'function') {\r\n ref(value);\r\n } else if (ref != null) {\r\n (ref as React.MutableRefObject<T | null>).current = value;\r\n }\r\n });\r\n };\r\n}\r\n","import * as React from 'react';\r\nimport cn from 'classnames';\r\nimport * as PopoverPrimitive from '@radix-ui/react-popover';\r\nimport { Placement } from '../..';\r\nimport { UnstyledArrow, UnstyledContent } from './Primitives';\r\nimport mergeRefs from '../../utils/mergeRefs';\r\n\r\ntype PopoverContextValue = { props: any; ref: React.Ref<HTMLElement> };\r\n\r\nconst PopoverContext = React.createContext<PopoverContextValue>({\r\n props: {},\r\n ref: null,\r\n});\r\n\r\nexport type PopoverTriggerProps = React.HTMLAttributes<HTMLButtonElement>;\r\nconst Trigger = React.forwardRef(function PopoverTrigger(props: PopoverTriggerProps, ref: React.Ref<HTMLButtonElement>) {\r\n const context = React.useContext(PopoverContext);\r\n let children = props.children;\r\n\r\n if (React.isValidElement(props.children) && typeof props.children?.type === 'function') {\r\n console.warn(\r\n `Popover.Trigger requires its child to forwardRef so that it can attach to the dom element. Did you mean to wrap '${props.children.type.name}' in React.forwardRef()? Taco has wrapped '${props.children.type.name}' in a 'span' to maintain functionality, but this may cause unintended behaviour`\r\n );\r\n children = <span>{props.children}</span>;\r\n }\r\n\r\n return (\r\n <PopoverPrimitive.Trigger {...context.props} {...props} children={children} ref={mergeRefs([context.ref, ref])} asChild />\r\n );\r\n});\r\n\r\nconst RenderPropWrapper = React.forwardRef(function RenderPropWrapper({ children, onClick }: any, ref) {\r\n const close = () => {\r\n onClick(new CustomEvent('hide'));\r\n };\r\n\r\n return children({ close, ref });\r\n});\r\n\r\nexport type PopoverContentRenderProps = { close: () => void };\r\nexport type PopoverContentProps = Omit<React.HTMLAttributes<HTMLDivElement>, 'children'> & {\r\n children: React.ReactNode | ((props: PopoverContentRenderProps) => React.ReactNode);\r\n /** Set the position of the Popover relative to its trigger. Default value is `bottom` */\r\n placement?: Placement;\r\n};\r\nconst Content = React.forwardRef(function PopoverContent(props: PopoverContentProps, ref: React.Ref<HTMLDivElement>) {\r\n const className = cn('bg-white focus:border-blue-light', props.className);\r\n\r\n let output;\r\n\r\n if (typeof props.children === 'function') {\r\n output = (\r\n <PopoverPrimitive.Close asChild>\r\n <RenderPropWrapper>{props.children}</RenderPropWrapper>\r\n </PopoverPrimitive.Close>\r\n );\r\n } else {\r\n output = props.children;\r\n }\r\n\r\n return (\r\n <UnstyledContent className={className} placement={props.placement} ref={ref}>\r\n {output}\r\n <UnstyledArrow className=\"text-white\" />\r\n </UnstyledContent>\r\n );\r\n});\r\n\r\nexport type PopoverCloseProps = React.HTMLAttributes<HTMLButtonElement>;\r\nconst Close = React.forwardRef(\r\n (props: PopoverCloseProps, ref: React.Ref<HTMLButtonElement>): JSX.Element => (\r\n <PopoverPrimitive.Close {...props} ref={ref} asChild />\r\n )\r\n);\r\n\r\nexport type PopoverProps = React.PropsWithChildren<{\r\n /** A trigger to be used for the popover, should not be set if `children` already contains a trigger */\r\n trigger?: JSX.Element;\r\n}>;\r\nexport type ForwardedPopoverWithStatics = React.ForwardRefExoticComponent<PopoverProps & React.RefAttributes<HTMLElement>> & {\r\n Trigger: React.ForwardRefExoticComponent<PopoverTriggerProps>;\r\n Content: React.ForwardRefExoticComponent<PopoverContentProps>;\r\n Close: React.ForwardRefExoticComponent<PopoverCloseProps>;\r\n};\r\n\r\nexport const Popover = React.forwardRef(function Popover(props: PopoverProps, ref: React.Ref<HTMLElement>) {\r\n const { children, trigger, ...otherProps } = props;\r\n const context = React.useMemo(() => ({ props: otherProps, ref }), [otherProps]);\r\n\r\n return (\r\n <PopoverContext.Provider value={context}>\r\n <PopoverPrimitive.Root>\r\n {trigger && <Trigger>{trigger}</Trigger>}\r\n {children}\r\n </PopoverPrimitive.Root>\r\n </PopoverContext.Provider>\r\n );\r\n}) as ForwardedPopoverWithStatics;\r\nPopover.Trigger = Trigger;\r\nPopover.Content = Content;\r\nPopover.Close = Close;\r\n","import * as React from 'react';\r\nimport cn from 'classnames';\r\nimport { Calendar, CalendarProps } from '../Calendar/Calendar';\r\nimport { Input, InputProps } from '../Input/Input';\r\nimport { useLocalization } from '../Provider/Provider';\r\nimport { useDatepicker } from './useDatepicker';\r\nimport { IconButton } from '../IconButton/IconButton';\r\nimport { Popover } from '../Popover/Popover';\r\n\r\nexport type DatepickerTexts = {\r\n /** Aria-label for calendar */\r\n calendar: string;\r\n /** Clear button text */\r\n clear: string;\r\n /**\r\n * Aria-label for calendar icon button in the input.\r\n * Calendar will open when user clicks this icon button.\r\n */\r\n expand: string;\r\n /** Shortcut heading text */\r\n shortcuts: string;\r\n};\r\n\r\nexport type DatepickerProps = Omit<InputProps, 'value'> & {\r\n /** [Calendar](component:calendar) component associated with the DatePicker */\r\n calendar?: CalendarProps;\r\n /** List of shortcuts */\r\n shortcuts?: any;\r\n /** Title for the shortcuts panel */\r\n shortcutsText?: string;\r\n /** Handler to be called when the clear button is clicked */\r\n onReset?: (event: React.MouseEvent<HTMLButtonElement>) => void;\r\n /**\r\n * Date value of the calendar.\r\n * This will be displayed in DatePicker's input in the format given to the [Provider](component:provider) component\r\n */\r\n value?: Date;\r\n};\r\n\r\nexport const Datepicker = React.forwardRef(function Datepicker(props: DatepickerProps, ref: React.Ref<HTMLInputElement>) {\r\n const { className: externalClassName, onReset: handleReset, style, shortcuts, shortcutsText, ...otherProps } = props;\r\n const { calendar, input } = useDatepicker(otherProps, ref);\r\n const { texts } = useLocalization();\r\n const className = cn('inline-flex w-full text-black font-normal', externalClassName);\r\n\r\n return (\r\n <span className={className} data-taco=\"datepicker\" style={style}>\r\n <Input\r\n {...input}\r\n button={\r\n <Popover>\r\n <Popover.Trigger>\r\n <IconButton\r\n aria-label={texts.datepicker.expand}\r\n disabled={input.disabled || input.readOnly}\r\n icon=\"calendar\"\r\n />\r\n </Popover.Trigger>\r\n <Popover.Content>\r\n {({ close }) => (\r\n <div className=\"-m-3 flex\">\r\n <Calendar\r\n {...calendar}\r\n onChange={(date: Date, event?: React.MouseEvent<HTMLDivElement>) => {\r\n calendar.onChange(date, event);\r\n close();\r\n }}\r\n tabIndex={-1}\r\n />\r\n {shortcuts && (\r\n <div className=\"border-grey-dark flex flex-col border-l\">\r\n <span className=\"m-4 mb-3 flex h-8 w-32 items-center text-xs font-semibold\">\r\n {shortcutsText ?? texts.datepicker.shortcuts}\r\n </span>\r\n <ul>\r\n {shortcuts.map((shortcut, i) => (\r\n <li key={i}>\r\n <button\r\n className=\"hover:bg-grey-light flex w-full items-start px-4 py-1 text-xs\"\r\n onClick={event => {\r\n event.persist();\r\n shortcut.onClick(event);\r\n close();\r\n }}\r\n >\r\n {shortcut.text}\r\n </button>\r\n </li>\r\n ))}\r\n </ul>\r\n {handleReset && (\r\n <button\r\n className=\"text-blue hover:text-blue-light my-4 mx-auto mt-auto inline-flex cursor-pointer border-none bg-transparent text-xs\"\r\n onClick={event => {\r\n event.persist();\r\n handleReset(event);\r\n close();\r\n }}\r\n >\r\n {texts.datepicker.clear}\r\n </button>\r\n )}\r\n </div>\r\n )}\r\n </div>\r\n )}\r\n </Popover.Content>\r\n </Popover>\r\n }\r\n />\r\n </span>\r\n );\r\n});\r\n","/* eslint-disable @typescript-eslint/no-empty-function */\r\nimport * as React from 'react';\r\nimport { DialogSize } from './types';\r\n\r\nexport type DialogContext = {\r\n closeOnEscape: boolean;\r\n draggable: boolean;\r\n drawer: {\r\n open: boolean;\r\n toggle: () => void;\r\n };\r\n elements: {\r\n drawer?: React.ReactNode;\r\n extra?: React.ReactNode;\r\n };\r\n onClose?: () => void;\r\n props: {};\r\n ref: React.Ref<HTMLElement>;\r\n showCloseButton: boolean;\r\n size: DialogSize;\r\n};\r\n\r\nexport const DialogContext = React.createContext<DialogContext>({\r\n closeOnEscape: true,\r\n draggable: false,\r\n drawer: {\r\n open: false,\r\n toggle: () => {},\r\n },\r\n elements: {\r\n drawer: undefined,\r\n extra: undefined,\r\n },\r\n onClose: () => {},\r\n props: {},\r\n ref: null,\r\n showCloseButton: true,\r\n size: 'sm',\r\n});\r\n\r\nexport const useCurrentDialog = () => {\r\n return React.useContext(DialogContext);\r\n};\r\n","import * as React from 'react';\r\nimport * as DialogPrimitive from '@radix-ui/react-dialog';\r\nimport { useCurrentDialog } from '../Context';\r\nimport mergeRefs from '../../../utils/mergeRefs';\r\n\r\nexport type DialogTriggerProps = React.HTMLAttributes<HTMLButtonElement>;\r\n\r\nexport const Trigger = React.forwardRef(function DialogTrigger(props: DialogTriggerProps, ref: React.Ref<HTMLButtonElement>) {\r\n const dialog = useCurrentDialog();\r\n return <DialogPrimitive.Trigger {...dialog.props} {...props} ref={mergeRefs([dialog.ref, ref])} asChild />;\r\n});\r\n","import React from 'react';\r\nimport { useMove } from '@react-aria/interactions';\r\n\r\nexport const useDraggable = (ref: React.MutableRefObject<HTMLDivElement | null>): any => {\r\n const [position, setPosition] = React.useState({\r\n x: 0,\r\n y: 0,\r\n });\r\n\r\n const { moveProps } = useMove({\r\n onMove(event) {\r\n const rect = ref.current?.getBoundingClientRect();\r\n\r\n // Prevent dragging out of bounds\r\n if (\r\n rect &&\r\n (rect.left + event.deltaX < 0 ||\r\n rect.right + event.deltaX > window.innerWidth ||\r\n rect.top + event.deltaY < 0 ||\r\n rect.bottom + event.deltaY > window.innerHeight)\r\n ) {\r\n return;\r\n }\r\n\r\n setPosition(({ x, y }) => {\r\n x += event.deltaX;\r\n y += event.deltaY;\r\n return { x, y };\r\n });\r\n },\r\n });\r\n\r\n return {\r\n position,\r\n handleProps: moveProps,\r\n };\r\n};\r\n","import * as React from 'react';\r\n\r\nexport const MenuContext = React.createContext<\r\n | {\r\n indented: boolean;\r\n registerIndentation: () => void;\r\n minWidth?: number;\r\n setMinWidth: (width: number) => void;\r\n close: () => void;\r\n }\r\n | undefined\r\n>(undefined);\r\n\r\nexport const useCurrentMenu = () => {\r\n return React.useContext(MenuContext);\r\n};\r\n","import * as React from 'react';\r\nimport cn from 'classnames';\r\nimport * as DialogPrimitive from '@radix-ui/react-dialog';\r\nimport type { DialogContentProps as DialogPrimitiveContentProps } from '@radix-ui/react-dialog';\r\nimport { useProxiedRef } from '../../../utils/hooks/useProxiedRef';\r\nimport { useDraggable } from '../../../utils/hooks/useDraggable';\r\nimport { useCurrentMenu } from '../../Menu/Context';\r\nimport { DialogContext, useCurrentDialog } from '../Context';\r\nimport { useLocalization } from '../../Provider/Provider';\r\nimport { IconButton } from '../../IconButton/IconButton';\r\nimport { Backdrop } from '../../Backdrop/Backdrop';\r\n\r\nexport type DialogContentDrawerRenderProps = DialogContext['drawer'];\r\n\r\nexport type DialogContentRenderProps = {\r\n close: () => void;\r\n drawer?: DialogContentDrawerRenderProps;\r\n};\r\n\r\nexport type DialogTitleProps = React.HTMLAttributes<HTMLHeadingElement>;\r\nexport const Title = React.forwardRef(function DialogTitle(props: DialogTitleProps, ref: React.Ref<HTMLHeadingElement>) {\r\n const className = cn('text-center', props.className);\r\n return <DialogPrimitive.Title {...props} className={className} ref={ref} />;\r\n});\r\n\r\nexport type DialogFooterProps = React.HTMLAttributes<HTMLDivElement>;\r\nexport const Footer = React.forwardRef(function DialogFooter(props: DialogFooterProps, ref: React.Ref<HTMLDivElement>) {\r\n const className = cn('mt-8 flex justify-end', props.className);\r\n return (\r\n <div {...props} className={className} ref={ref}>\r\n {props.children}\r\n </div>\r\n );\r\n});\r\n\r\nexport type DialogCloseProps = React.HTMLAttributes<HTMLButtonElement>;\r\n\r\nexport const Close = React.forwardRef(function DialogClose(props: DialogCloseProps, ref: React.Ref<HTMLButtonElement>) {\r\n const dialog = useCurrentDialog();\r\n\r\n return <DialogPrimitive.Close onClick={dialog.onClose} {...props} ref={ref} asChild />;\r\n});\r\n\r\nconst RenderPropWrapper = React.forwardRef(function RenderPropWrapper({ children, onClick, renderProps }: any, ref) {\r\n const close = () => {\r\n onClick(new CustomEvent('close'));\r\n };\r\n\r\n return children({ close, ref, ...renderProps });\r\n});\r\n\r\nexport type DialogContentProps = Omit<React.HTMLAttributes<HTMLDivElement>, 'children'> & {\r\n /** An accessible label to be announced when the dialog is opened */\r\n 'aria-label': string;\r\n children: Omit<React.ReactNode, 'Function'> | ((props: DialogContentRenderProps) => JSX.Element);\r\n};\r\nexport const Content = React.forwardRef(function DialogContent(props: DialogContentProps, ref: React.Ref<HTMLDivElement>) {\r\n const dialog = useCurrentDialog();\r\n const internalRef = useProxiedRef<HTMLDivElement>(ref);\r\n const { position, handleProps: dragHandleProps } = useDraggable(internalRef);\r\n const { texts } = useLocalization();\r\n\r\n // if the dialog was opened by a menu, we need to close the menu when the dialog closes\r\n // the menu is still open (and mounted) because it is the trigger for the dialog\r\n const menu = useCurrentMenu();\r\n let handleCloseAutoFocus: DialogPrimitiveContentProps['onCloseAutoFocus'];\r\n\r\n if (menu) {\r\n handleCloseAutoFocus = () => menu.close();\r\n }\r\n\r\n const className = cn('bg-white rounded relative mt-16 mx-auto animate-[fade-in_150ms] z-[997]', {\r\n 'w-128 text-center justify-center': dialog.size === 'dialog',\r\n 'w-xs': dialog.size === 'xs',\r\n 'w-sm': dialog.size === 'sm',\r\n 'w-md': dialog.size === 'md',\r\n 'w-lg': dialog.size === 'lg',\r\n });\r\n\r\n const containerClassName = cn(\r\n 'bg-white p-6 rounded relative z-[999]',\r\n 'shadow-[0_6px_9px_0_rgba(89,85,98,0.3),0_0_1px_0_rgba(89,85,98,0.2)]',\r\n {\r\n 'rounded-b-none': !!dialog.elements.extra,\r\n },\r\n props.className\r\n );\r\n\r\n const handleEscapeKeyDown = (event: KeyboardEvent) => {\r\n if (!dialog.closeOnEscape) {\r\n event.preventDefault();\r\n } else if (dialog.onClose) {\r\n dialog.onClose();\r\n }\r\n };\r\n\r\n // the chosen behaviour in taco is that outside clicks do not close the dialog\r\n const handleInteractOutside = event => event.preventDefault();\r\n\r\n let output;\r\n\r\n if (typeof props.children === 'function') {\r\n output = (\r\n <DialogPrimitive.Close asChild>\r\n <RenderPropWrapper renderProps={{ drawer: dialog.drawer }}>{props.children}</RenderPropWrapper>\r\n </DialogPrimitive.Close>\r\n );\r\n } else {\r\n output = props.children;\r\n }\r\n\r\n return (\r\n <DialogPrimitive.Portal>\r\n <DialogPrimitive.Overlay asChild>\r\n <Backdrop>\r\n <DialogPrimitive.Content\r\n {...props}\r\n className={className}\r\n onEscapeKeyDown={handleEscapeKeyDown}\r\n onInteractOutside={handleInteractOutside}\r\n onCloseAutoFocus={handleCloseAutoFocus}\r\n ref={ref}\r\n style={{\r\n ...props.style,\r\n left: dialog.draggable ? `${position.x}px` : undefined,\r\n top: dialog.draggable ? `${position.y}px` : undefined,\r\n }}\r\n >\r\n <div className={containerClassName} data-taco=\"dialog\">\r\n {output}\r\n {dialog.draggable && (\r\n <div\r\n {...dragHandleProps}\r\n aria-label={texts.dialog.drag}\r\n className=\"yt-dialog__drag absolute-center-x bg-grey-light top-1.5 h-3 w-24 cursor-move rounded text-center\"\r\n />\r\n )}\r\n {dialog.showCloseButton ? (\r\n <DialogPrimitive.Close onClick={dialog.onClose} asChild>\r\n <IconButton\r\n appearance=\"discrete\"\r\n aria-label={texts.dialog.close}\r\n className=\"absolute top-0 right-0 mt-2 mr-2\"\r\n icon=\"close\"\r\n />\r\n </DialogPrimitive.Close>\r\n ) : null}\r\n </div>\r\n {dialog.elements.drawer}\r\n {dialog.elements.extra}\r\n </DialogPrimitive.Content>\r\n </Backdrop>\r\n </DialogPrimitive.Overlay>\r\n </DialogPrimitive.Portal>\r\n );\r\n});\r\n","import * as React from 'react';\r\nimport { motion } from 'framer-motion';\r\nimport cn from 'classnames';\r\nimport { DialogContext, useCurrentDialog } from '../Context';\r\n\r\nexport type DialogDrawerRenderProps = DialogContext['drawer'];\r\n\r\nexport type DialogDrawerProps = Omit<\r\n React.HTMLAttributes<HTMLDivElement>,\r\n 'onAnimationStart' | 'onDragStart' | 'onDragEnd' | 'onDrag'\r\n> & {\r\n children: Omit<React.ReactNode, 'Function'> | ((props: DialogDrawerRenderProps) => React.ReactNode);\r\n};\r\n\r\nconst Drawer = React.forwardRef(function DialogDrawer(props: DialogDrawerProps, ref: React.Ref<HTMLDivElement>) {\r\n const dialog = useCurrentDialog();\r\n const className = cn(\r\n 'absolute top-0 z-[998] -ml-[4px] hidden h-full w-full overflow-y-auto rounded-r bg-white p-6 text-left',\r\n props.className\r\n );\r\n\r\n return (\r\n <motion.div\r\n {...props}\r\n className={className}\r\n data-taco=\"dialog-drawer\"\r\n aria-hidden={!dialog.drawer?.open}\r\n variants={{\r\n visible: {\r\n left: '100%',\r\n display: 'block',\r\n transition: { ease: 'easeOut', duration: 0.2 },\r\n },\r\n hidden: {\r\n left: '0%',\r\n transition: { ease: 'easeOut', duration: 0.2 },\r\n transitionEnd: {\r\n display: 'none',\r\n },\r\n },\r\n }}\r\n animate={dialog.drawer?.open ? 'visible' : 'hidden'}\r\n ref={ref}\r\n >\r\n {typeof props.children === 'function' ? props.children(dialog.drawer) : props.children}\r\n </motion.div>\r\n );\r\n});\r\nDrawer.displayName = 'DialogDrawer';\r\n\r\nexport { Drawer };\r\n","import * as React from 'react';\r\nimport cn from 'classnames';\r\n\r\nexport type DialogExtraProps = React.HTMLAttributes<HTMLDivElement>;\r\n\r\nconst Extra = React.forwardRef(function DialogExtra(props: DialogExtraProps, ref: React.Ref<HTMLDivElement>) {\r\n const className = cn(\r\n 'bg-grey-light yt-shadow-inset absolute top-full left-0 -mt-px w-full rounded-t-none rounded-b p-6 text-left',\r\n props.className\r\n );\r\n\r\n return <div {...props} className={className} data-taco=\"dialog-extra\" ref={ref} />;\r\n});\r\nExtra.displayName = 'DialogExtra';\r\n\r\nexport { Extra };\r\n","import * as React from 'react';\r\nimport * as DialogPrimitive from '@radix-ui/react-dialog';\r\nimport './Dialog.css';\r\nimport { DialogTriggerProps, Trigger } from './components/Trigger';\r\nimport {\r\n Content,\r\n Title,\r\n Footer,\r\n Close,\r\n DialogContentProps,\r\n DialogContentRenderProps,\r\n DialogContentDrawerRenderProps,\r\n DialogTitleProps,\r\n DialogFooterProps,\r\n DialogCloseProps,\r\n} from './components/Content';\r\nimport { DialogDrawerProps, DialogDrawerRenderProps, Drawer } from './components/Drawer';\r\nimport { DialogExtraProps, Extra } from './components/Extra';\r\nimport { DialogContext } from './Context';\r\nimport { DialogSize } from './types';\r\n\r\nexport {\r\n DialogCloseProps,\r\n DialogContentDrawerRenderProps,\r\n DialogContentProps,\r\n DialogContentRenderProps,\r\n DialogDrawerProps,\r\n DialogDrawerRenderProps,\r\n DialogFooterProps,\r\n DialogSize,\r\n DialogTitleProps,\r\n};\r\n\r\nexport type DialogTexts = {\r\n /**\r\n * Aria-label for close icon button in dialog.\r\n * To read more about how to provide the text, see [Provider](component:provider) component\r\n */\r\n close: string;\r\n drag: string;\r\n};\r\n\r\nexport type DialogProps = {\r\n children: React.ReactNode | React.ReactNode[];\r\n /** When `true`, pressing escape will close the dialog */\r\n closeOnEscape?: boolean;\r\n /** Set whether the dialog is open by default or not, use when not providing a trigger */\r\n defaultOpen?: boolean;\r\n /** Allows dragging the dialog around the screen (window constrained) */\r\n draggable?: boolean;\r\n /** Handler called when dialog closes by user interaction */\r\n onClose?: () => void;\r\n /** Called when the dialog opens or closes, must be used in conjunction with open */\r\n onChange?: (open: boolean) => void;\r\n /** Control the open state of the dialog from outside the component */\r\n open?: boolean;\r\n /** Shows the close icon button of the dialog */\r\n showCloseButton?: boolean;\r\n /** Size of the dialog. This is the recommended way to set a size for dialog component. */\r\n size?: DialogSize;\r\n /** A trigger to be used for the dialog, should not be set if `children` already contains a trigger */\r\n trigger?: JSX.Element;\r\n};\r\n\r\nconst useSeparatedChildren = initialChildren => {\r\n return React.useMemo(() => {\r\n const children: any[] = [];\r\n let drawer;\r\n let extra;\r\n\r\n React.Children.toArray(initialChildren).forEach((child: any) => {\r\n if (child.type?.displayName === Drawer.displayName) {\r\n drawer = child;\r\n } else if (child.type?.displayName === Extra.displayName) {\r\n extra = child;\r\n } else {\r\n children.push(child);\r\n }\r\n });\r\n\r\n return [children, drawer, extra];\r\n }, [initialChildren]);\r\n};\r\n\r\nexport type ForwardedDialogWithStatics = React.ForwardRefExoticComponent<DialogProps & React.RefAttributes<HTMLElement>> & {\r\n Trigger: React.ForwardRefExoticComponent<DialogTriggerProps & React.RefAttributes<HTMLButtonElement>>;\r\n Content: React.ForwardRefExoticComponent<DialogContentProps & React.RefAttributes<HTMLDivElement>>;\r\n Title: React.ForwardRefExoticComponent<DialogTitleProps & React.RefAttributes<HTMLHeadingElement>>;\r\n Footer: React.ForwardRefExoticComponent<DialogFooterProps & React.RefAttributes<HTMLDivElement>>;\r\n Extra: React.ForwardRefExoticComponent<DialogExtraProps & React.RefAttributes<HTMLDivElement>>;\r\n Drawer: React.ForwardRefExoticComponent<DialogDrawerProps & React.RefAttributes<HTMLDivElement>>;\r\n Close: React.ForwardRefExoticComponent<DialogCloseProps & React.RefAttributes<HTMLButtonElement>>;\r\n};\r\n\r\nexport const Dialog = React.forwardRef(function Dialog(props: DialogProps, ref: React.Ref<HTMLElement>) {\r\n const {\r\n children: initialChildren,\r\n closeOnEscape = true,\r\n defaultOpen,\r\n draggable = false,\r\n onChange,\r\n onClose,\r\n open,\r\n showCloseButton = true,\r\n size = 'sm',\r\n trigger,\r\n ...otherProps\r\n } = props;\r\n const [children, drawer, extra] = useSeparatedChildren(initialChildren);\r\n const [drawerOpen, setDrawerOpen] = React.useState(false);\r\n\r\n const context = React.useMemo(\r\n () => ({\r\n closeOnEscape,\r\n draggable,\r\n drawer: {\r\n open: drawerOpen,\r\n toggle: () => setDrawerOpen(isDrawerOpen => !isDrawerOpen),\r\n },\r\n elements: {\r\n drawer,\r\n extra,\r\n },\r\n onClose,\r\n props: otherProps,\r\n showCloseButton,\r\n size,\r\n ref,\r\n }),\r\n [closeOnEscape, drawerOpen, draggable, drawer, extra, open, otherProps, showCloseButton]\r\n );\r\n\r\n return (\r\n <DialogContext.Provider value={context}>\r\n <DialogPrimitive.Root defaultOpen={defaultOpen} open={open} onOpenChange={onChange}>\r\n {trigger && <Trigger>{trigger}</Trigger>}\r\n {children}\r\n </DialogPrimitive.Root>\r\n </DialogContext.Provider>\r\n );\r\n}) as ForwardedDialogWithStatics;\r\n\r\nDialog.Trigger = Trigger;\r\nDialog.Content = Content;\r\nDialog.Title = Title;\r\nDialog.Footer = Footer;\r\nDialog.Extra = Extra;\r\nDialog.Drawer = Drawer;\r\nDialog.Close = Close;\r\n","import * as React from 'react';\r\nimport cn from 'classnames';\r\n\r\nimport './Field.css';\r\n\r\nexport type FieldProps = React.LabelHTMLAttributes<HTMLLabelElement> & {\r\n /** Content of the field */\r\n children: React.ReactNode;\r\n /**\tChanges the style to indicate the element is disabled */\r\n disabled?: boolean;\r\n /* Whether the input is in an invalid state */\r\n invalid?: boolean;\r\n /**\r\n * Text displayed below the children of Field.\r\n * Should be a short text that indicates feedback for user.\r\n */\r\n message?: string;\r\n};\r\n\r\nexport const Field = React.forwardRef(function Field(props: FieldProps, ref: React.Ref<HTMLLabelElement>) {\r\n const { disabled, children, invalid = false, message, ...otherProps } = props;\r\n const className = cn(\r\n 'flex flex-col font-bold text-xs leading-loose pb-4 min-h-[theme(spacing.18)]',\r\n {\r\n 'text-grey-dark': disabled,\r\n },\r\n props.className\r\n );\r\n const messageClassName = cn(\r\n 'h-4 text-xs text-left leading-normal font-normal truncate -mb-4',\r\n {\r\n 'text-grey-darkest': !invalid,\r\n 'text-red': invalid,\r\n 'opacity-50': disabled,\r\n },\r\n props.className\r\n );\r\n\r\n return (\r\n <label {...otherProps} className={className} data-taco=\"label\" ref={ref}>\r\n {children}\r\n {message && (\r\n <span className={messageClassName} role={invalid ? 'alert' : undefined}>\r\n {message}\r\n </span>\r\n )}\r\n </label>\r\n );\r\n});\r\n","import * as React from 'react';\r\nimport cn from 'classnames';\r\nimport './Form.css';\r\n\r\nexport type FormProps = React.FormHTMLAttributes<HTMLFormElement> & {\r\n /** Content should be composed of other Taco form elements */\r\n children: React.ReactNode;\r\n /** Display the form fields in a horizontal layout */\r\n horizontal?: boolean;\r\n};\r\n\r\nexport const Form = React.forwardRef(function Form(props: FormProps, ref: React.Ref<HTMLFormElement>) {\r\n const { horizontal = false, ...otherProps } = props;\r\n const className = cn(\r\n 'yt-form',\r\n {\r\n 'yt-form--horizontal flex flex-wrap': horizontal,\r\n },\r\n props.className\r\n );\r\n\r\n return <form {...otherProps} className={className} data-taco=\"form\" ref={ref} />;\r\n});\r\n","import * as React from 'react';\r\nimport cn from 'classnames';\r\nimport './Group.css';\r\n\r\nexport type GroupProps = React.HTMLAttributes<HTMLElement> & {\r\n /**\r\n * Change what html tag element will render.\r\n * Default value is `span`\r\n */\r\n as?: 'div' | 'span' | 'nav';\r\n /** Content should be composed of other Taco elements */\r\n children: React.ReactNode;\r\n};\r\n\r\nexport const Group = React.forwardRef(function Group(props: GroupProps, ref: React.Ref<HTMLDivElement>) {\r\n const { as: Tag = 'span', ...otherProps } = props;\r\n const className = cn('flex ', props.className);\r\n return <Tag {...otherProps} className={className} data-taco=\"group\" ref={ref} />;\r\n});\r\n","import * as React from 'react';\r\nimport cn from 'classnames';\r\nimport * as PopoverPrimitive from '@radix-ui/react-popover';\r\nimport { IconButton } from '../IconButton/IconButton';\r\nimport { Placement } from '../..';\r\nimport { UnstyledArrow, UnstyledContent } from '../Popover/Primitives';\r\nimport { useLocalization } from '../Provider/Provider';\r\nimport './Hanger.css';\r\nimport mergeRefs from '../../utils/mergeRefs';\r\n\r\ntype HangerContextValue = {\r\n props: any;\r\n ref: React.Ref<HTMLElement>;\r\n};\r\nconst HangerContext = React.createContext<HangerContextValue>({\r\n props: {},\r\n ref: null,\r\n});\r\n\r\nexport type HangerTexts = {\r\n /** Aria-label for the close icon button of hanger */\r\n close: string;\r\n};\r\n\r\nexport type HangerAnchorProps = React.HTMLAttributes<HTMLDivElement>;\r\nconst Anchor = React.forwardRef(function HangerAnchor(props: HangerAnchorProps, ref: React.Ref<HTMLDivElement>) {\r\n const context = React.useContext(HangerContext);\r\n let children = props.children;\r\n\r\n if (React.isValidElement(props.children) && typeof props.children?.type === 'function') {\r\n console.warn(\r\n `Hanger.Anchor requires its child to forwardRef so that it can attach to the dom element. Did you mean to wrap '${props.children.type.name}' in React.forwardRef()? Taco has wrapped '${props.children.type.name}' in a 'span' to maintain functionality, but this may cause unintended behaviour`\r\n );\r\n children = <span>{props.children}</span>;\r\n }\r\n\r\n return (\r\n <PopoverPrimitive.Anchor {...context.props} {...props} children={children} ref={mergeRefs([context.ref, ref])} asChild />\r\n );\r\n});\r\n\r\nexport type HangerTitleProps = React.HTMLAttributes<HTMLHeadingElement>;\r\nexport const Title = React.forwardRef(function DialogTitle(props: HangerTitleProps, ref: React.Ref<HTMLHeadingElement>) {\r\n const className = cn('mb-1 text-base font-bold flex w-full', props.className);\r\n return <span {...props} className={className} ref={ref} />;\r\n});\r\n\r\nexport type HangerContentProps = React.HTMLAttributes<HTMLDivElement> & {\r\n /** Set the position of the Hanger relative to its achor. Default value is `bottom` */\r\n placement?: Placement;\r\n};\r\n\r\nconst Content = React.forwardRef(function HangerContent(props: HangerContentProps, ref: React.Ref<HTMLDivElement>) {\r\n const context = React.useContext(HangerContext);\r\n const { texts } = useLocalization();\r\n const className = cn(\r\n 'wcag-blue border border-transparent rounded p-3 pr-12 yt-shadow z-[996] focus:border-transparent max-w-sm',\r\n props.className\r\n );\r\n const handleInteractOutside = (event: CustomEvent): void => {\r\n event.preventDefault();\r\n };\r\n\r\n return (\r\n <UnstyledContent\r\n className={className}\r\n data-taco=\"hanger\"\r\n onInteractOutside={handleInteractOutside}\r\n placement={props.placement}\r\n ref={ref}\r\n >\r\n {props.children}\r\n <UnstyledArrow className=\"text-blue\" />\r\n <PopoverPrimitive.Close asChild>\r\n <IconButton\r\n appearance=\"primary\"\r\n aria-label={texts.hanger.close}\r\n className=\"absolute top-0 right-0 ml-2 mr-2 mt-2 text-white\"\r\n icon=\"close\"\r\n onClick={context.props.onClose}\r\n />\r\n </PopoverPrimitive.Close>\r\n </UnstyledContent>\r\n );\r\n});\r\n\r\nexport type HangerProps = React.PropsWithChildren<{\r\n /** An anchor to be used for the hanger, should not be set if `children` already contains an anchor */\r\n anchor?: JSX.Element;\r\n /**\r\n * Shows or hides hanger depending on the value\r\n * @defaultValue true\r\n */\r\n defaultOpen?: boolean;\r\n /** Handler called when user closes the hanger */\r\n onClose?: () => void;\r\n}>;\r\n\r\nexport type ForwardedHangerWithStatics = React.ForwardRefExoticComponent<HangerProps & React.RefAttributes<HTMLElement>> & {\r\n Anchor: React.ForwardRefExoticComponent<HangerAnchorProps>;\r\n Content: React.ForwardRefExoticComponent<HangerContentProps>;\r\n Title: React.ForwardRefExoticComponent<HangerTitleProps>;\r\n};\r\n\r\nexport const Hanger = React.forwardRef(function Hanger(props: HangerProps, ref: React.Ref<HTMLElement>) {\r\n const { anchor, children, defaultOpen = true, ...otherProps } = props;\r\n const context = React.useMemo(() => ({ props: otherProps, ref }), [otherProps]);\r\n\r\n // we do this to ensure hangers are mounted after their containers, e.g. if the container is another portal\r\n const [open, setOpen] = React.useState(false);\r\n React.useEffect(() => {\r\n if (defaultOpen) {\r\n setOpen(defaultOpen);\r\n }\r\n }, []);\r\n\r\n return (\r\n <HangerContext.Provider value={context}>\r\n <PopoverPrimitive.Root key={String(open)} defaultOpen={open}>\r\n {anchor && <Anchor>{anchor}</Anchor>}\r\n {children}\r\n </PopoverPrimitive.Root>\r\n </HangerContext.Provider>\r\n );\r\n}) as ForwardedHangerWithStatics;\r\nHanger.Anchor = Anchor;\r\nHanger.Content = Content;\r\nHanger.Title = Title;\r\n","import * as React from 'react';\r\nimport cn from 'classnames';\r\nimport * as HoverCardPrimitive from '@radix-ui/react-hover-card';\r\nimport { Placement } from '../..';\r\n\r\nexport type HoverCardTriggerProps = React.HTMLAttributes<HTMLAnchorElement>;\r\nconst Trigger = React.forwardRef(function HoverCardTrigger(props: HoverCardTriggerProps, ref: React.Ref<HTMLAnchorElement>) {\r\n return <HoverCardPrimitive.Trigger {...props} asChild ref={ref} />;\r\n});\r\n\r\nexport type HoverCardContentProps = React.HTMLAttributes<HTMLDivElement> & {\r\n /** Set the position of the HoverCard relative to its trigger. Default value is `bottom` */\r\n placement?: Placement;\r\n};\r\nconst Content = React.forwardRef(function HoverCardContent(externalProps: HoverCardContentProps, ref: React.Ref<HTMLDivElement>) {\r\n const { placement, ...props } = externalProps;\r\n const className = cn('bg-white rounded p-3 yt-shadow', props.className);\r\n\r\n return <HoverCardPrimitive.Content {...props} className={className} ref={ref} side={placement} />;\r\n});\r\n\r\nexport type HoverCardProps = React.PropsWithChildren<{}>;\r\n\r\nexport const HoverCard = (props: HoverCardProps) => {\r\n return <HoverCardPrimitive.Root {...props} openDelay={300} />;\r\n};\r\nHoverCard.Trigger = Trigger;\r\nHoverCard.Content = Content;\r\n","import * as React from 'react';\r\nimport keycode from 'keycode';\r\nimport { Input, InputProps, useLocalization, IconButton } from '../..';\r\n\r\nexport type SearchInputTexts = {\r\n /**\r\n * aria-label text for input\r\n */\r\n inputLabel: string;\r\n};\r\n\r\nexport type SearchInputProps = Omit<InputProps, 'icon'> & {\r\n /** Current input value will be passed to the method. In order to get the value, the component must be controlled otherwise value will always be undefined */\r\n onSearch?: (value: string | number | readonly string[] | undefined) => void;\r\n};\r\n\r\nexport const SearchInput = React.forwardRef(function SearchInput(\r\n { onSearch, ...props }: SearchInputProps,\r\n ref: React.Ref<HTMLInputElement>\r\n) {\r\n const { texts } = useLocalization();\r\n\r\n const handleClick = (): void => {\r\n if (!props.disabled) {\r\n onSearch?.(props.value);\r\n }\r\n };\r\n\r\n const handleKeyDown = (event: React.KeyboardEvent<HTMLInputElement>): void => {\r\n const isEnterKeyPressed = event.keyCode === keycode('enter');\r\n\r\n if (isEnterKeyPressed) {\r\n handleClick();\r\n }\r\n\r\n props.onKeyDown?.(event);\r\n };\r\n\r\n return (\r\n <Input\r\n aria-label={texts.searchInput.inputLabel}\r\n {...props}\r\n button={\r\n <IconButton\r\n icon=\"search\"\r\n className=\"!border-transparent !bg-transparent focus:!border-transparent peer-focus:!border-transparent peer-focus:peer-active:!border-transparent\"\r\n disabled={props.disabled}\r\n onClick={handleClick}\r\n />\r\n }\r\n onKeyDown={handleKeyDown}\r\n ref={ref}\r\n type=\"search\"\r\n />\r\n );\r\n});\r\n","import * as React from 'react';\r\nimport useTimer from '../../utils/hooks/useTimer';\r\nimport { findNextIndexByValue } from './util';\r\nimport { ScrollableListItem } from './ScrollableList';\r\n\r\ntype useTypeahead = {\r\n getNextIndex: (key: string) => number;\r\n};\r\n\r\ntype useTypeaheadProps = {\r\n data: ScrollableListItem[];\r\n currentIndex: number | undefined;\r\n};\r\n\r\nexport const useTypeahead = ({ data, currentIndex }: useTypeaheadProps): useTypeahead => {\r\n const typeaheadQuery = React.useRef<string | undefined>();\r\n const typeaheadQueryTimer = useTimer(1000, () => {\r\n typeaheadQuery.current = undefined;\r\n });\r\n\r\n const getNextIndex = (charKey: string): number => {\r\n const query = (typeaheadQuery.current ? typeaheadQuery.current + charKey : charKey).toLowerCase();\r\n const nextIndex = findNextIndexByValue(data, query, currentIndex);\r\n\r\n typeaheadQueryTimer.start();\r\n typeaheadQuery.current = query;\r\n\r\n return nextIndex;\r\n };\r\n\r\n return { getNextIndex };\r\n};\r\n","import * as React from 'react';\r\nimport { v4 as uuid } from 'uuid';\r\nimport { ListboxProps } from './Listbox';\r\nimport { useProxiedRef } from '../../utils/hooks/useProxiedRef';\r\nimport { setInputValueByRef, getIndexFromValue, findByValue, getActiveDescendant, useFlattenedData, sanitizeItem } from './util';\r\nimport { ScrollableListProps } from './ScrollableList';\r\nimport { useTypeahead } from './useTypeahead';\r\n\r\ntype useListbox = {\r\n list: ScrollableListProps;\r\n input: Omit<React.HTMLAttributes<HTMLInputElement>, 'defaultValue'>;\r\n};\r\n\r\nexport const useListbox = (\r\n {\r\n data: externalData = [],\r\n defaultValue,\r\n disabled,\r\n emptyValue,\r\n id: nativeId,\r\n invalid,\r\n name,\r\n onChange,\r\n onFocus,\r\n onKeyDown,\r\n value = emptyValue,\r\n ...otherProps\r\n }: ListboxProps,\r\n ref: React.Ref<HTMLInputElement>\r\n): useListbox => {\r\n const data = useFlattenedData(emptyValue !== undefined ? [{ text: '', value: emptyValue }, ...externalData] : externalData);\r\n const id = React.useMemo(() => nativeId || uuid(), [nativeId]);\r\n const inputRef = useProxiedRef<HTMLInputElement>(ref);\r\n const currentIndex = value !== undefined ? getIndexFromValue(data, value) : undefined;\r\n const { getNextIndex } = useTypeahead({ data, currentIndex });\r\n\r\n const setInputValueByIndex = (index: number | undefined): void => {\r\n if (index !== undefined) {\r\n const option = data[index];\r\n\r\n if (option && !option.disabled) {\r\n setInputValueByRef(inputRef.current, option.value);\r\n }\r\n }\r\n };\r\n\r\n const handleListboxChange = (index: number): void => {\r\n setInputValueByIndex(index);\r\n };\r\n\r\n React.useEffect(() => {\r\n if (data.length && currentIndex === undefined) {\r\n if (defaultValue !== undefined) {\r\n const defaultValueIndex = getIndexFromValue(data, defaultValue);\r\n\r\n if (defaultValueIndex !== undefined) {\r\n setInputValueByIndex(defaultValueIndex);\r\n }\r\n } else {\r\n setInputValueByIndex(0);\r\n }\r\n }\r\n }, [data]);\r\n\r\n const handleListboxKeyDown = (event: React.KeyboardEvent<HTMLElement>): void => {\r\n const charKey = String.fromCharCode(event.keyCode);\r\n\r\n if (charKey.match(/(\\w)/g)) {\r\n const nextIndex = getNextIndex(charKey);\r\n\r\n if (nextIndex > -1 && nextIndex !== currentIndex) {\r\n setInputValueByIndex(nextIndex);\r\n }\r\n return;\r\n }\r\n\r\n if (onKeyDown) {\r\n event.persist();\r\n onKeyDown(event);\r\n }\r\n };\r\n\r\n const handleListboxFocus = (event: React.FocusEvent<HTMLElement>): void => {\r\n if (currentIndex === undefined && data.length) {\r\n setInputValueByIndex(0);\r\n }\r\n\r\n if (onFocus) {\r\n event.persist();\r\n onFocus(event);\r\n }\r\n };\r\n\r\n const handleInputChange = (event: React.ChangeEvent<HTMLInputElement>): void => {\r\n event.persist();\r\n\r\n if (onChange) {\r\n const item = findByValue(data, event.target.value);\r\n (event as any).detail = sanitizeItem(item);\r\n\r\n const indexes = item?.path?.split('.') ?? [];\r\n\r\n if (indexes.length > 1) {\r\n // we don't want to map the current item\r\n indexes.pop();\r\n // we need to rebuild the path as we map\r\n let lastPath: string;\r\n\r\n (event as any).detail.parents = indexes.map(i => {\r\n lastPath = lastPath ? [lastPath, i].join('.') : i;\r\n return sanitizeItem(data.find(i => i.path === lastPath));\r\n });\r\n }\r\n\r\n onChange(event);\r\n }\r\n };\r\n\r\n const list: ScrollableListProps = {\r\n ...otherProps,\r\n 'aria-activedescendant': getActiveDescendant(data, currentIndex, id),\r\n data,\r\n disabled,\r\n id,\r\n invalid,\r\n onChange: handleListboxChange,\r\n onFocus: handleListboxFocus,\r\n onKeyDown: handleListboxKeyDown,\r\n scrollOnFocus: true,\r\n tabIndex: disabled ? -1 : otherProps.tabIndex ? otherProps.tabIndex : 0,\r\n value: currentIndex,\r\n };\r\n\r\n const input = {\r\n name,\r\n onChange: handleInputChange,\r\n ref: inputRef,\r\n tabIndex: -1,\r\n value: value ?? '',\r\n };\r\n\r\n return { list, input };\r\n};\r\n","import * as React from 'react';\r\nimport keycode from 'keycode';\r\nimport { v4 as uuid } from 'uuid';\r\nimport { useLocalization } from '../Provider/Provider';\r\nimport { ListboxProps } from './Listbox';\r\nimport { useProxiedRef } from '../../utils/hooks/useProxiedRef';\r\nimport { setInputValueByRef, getIndexFromValue, getSelectedIndexesFromValue, findByValue, getActiveDescendant } from './util';\r\nimport { ScrollableListProps, ScrollableListItem, ScrollableListItemValue } from './ScrollableList';\r\nimport { useTypeahead } from './useTypeahead';\r\n\r\ntype useListbox = {\r\n list: ScrollableListProps;\r\n input: Omit<React.HTMLAttributes<HTMLInputElement>, 'defaultValue'>;\r\n};\r\n\r\nexport const useMultiListbox = (\r\n {\r\n data: externalData = [],\r\n defaultValue,\r\n disabled,\r\n emptyValue: _,\r\n id: nativeId,\r\n name,\r\n onClick,\r\n onChange,\r\n onFocus,\r\n onKeyDown,\r\n value,\r\n ...otherProps\r\n }: ListboxProps,\r\n ref: React.Ref<HTMLInputElement>\r\n): useListbox => {\r\n const { texts } = useLocalization();\r\n const id = React.useMemo(() => nativeId || uuid(), [nativeId]);\r\n const inputRef = useProxiedRef<HTMLInputElement>(ref);\r\n const data = React.useMemo(() => {\r\n return [{ text: texts.listbox.allOption, value: '#ALL-OPTIONS#' }, ...externalData];\r\n }, [externalData]);\r\n const [currentIndex, setCurrentIndex] = React.useState(getIndexFromValue(data, value) || 0);\r\n const [allOptionsSelected, setAllOptionsSelected] = React.useState(false);\r\n const { getNextIndex } = useTypeahead({ data, currentIndex });\r\n const [selectedIndexes, setSelectedIndexes] = React.useState(getSelectedIndexesFromValue(data, value));\r\n\r\n React.useEffect(() => {\r\n if (defaultValue && !value) {\r\n setInputValueByRef(inputRef.current, defaultValue.toString());\r\n }\r\n }, []);\r\n\r\n React.useEffect(() => {\r\n const selectableItemsCount = data.filter(item => !item.disabled).length - 1;\r\n\r\n if (selectableItemsCount === selectedIndexes.length) {\r\n setAllOptionsSelected(true);\r\n } else {\r\n setAllOptionsSelected(false);\r\n }\r\n }, [selectedIndexes, data]);\r\n\r\n const setInputValueByIndex = (index: number | undefined): void => {\r\n if (index !== undefined) {\r\n const option = data[index];\r\n\r\n if (option && !option.disabled) {\r\n let newInputValue: ScrollableListItemValue = '';\r\n const currentInputValue = inputRef.current?.value;\r\n const currentValuesArray = currentInputValue?.split(',') || [];\r\n const optionAlreadySelected = currentValuesArray.findIndex(val => val === String(option.value)) !== -1;\r\n\r\n // Handling the select_all option\r\n if (option.value === '#ALL-OPTIONS#') {\r\n if (!allOptionsSelected) {\r\n newInputValue = data\r\n .filter((option, index) => index !== 0 && !option.disabled)\r\n .map(option => option.value)\r\n .join(',');\r\n } else {\r\n newInputValue = '';\r\n }\r\n } else {\r\n // Handling rest options\r\n if (optionAlreadySelected) {\r\n newInputValue = currentValuesArray.filter(val => val !== String(option.value)).join(',');\r\n } else {\r\n newInputValue = currentInputValue ? `${currentInputValue},${option.value}` : option.value;\r\n }\r\n }\r\n\r\n setInputValueByRef(inputRef.current, newInputValue);\r\n }\r\n }\r\n };\r\n\r\n const handleListboxClick = (event: React.MouseEvent<HTMLLIElement>, index: number): void => {\r\n event.preventDefault();\r\n\r\n if (!data[index].disabled) {\r\n setCurrentIndex(index);\r\n setInputValueByIndex(index);\r\n }\r\n\r\n if (onClick) {\r\n onClick(event);\r\n }\r\n };\r\n\r\n const handleListboxKeyDown = (event: React.KeyboardEvent<HTMLElement>, index: number): void => {\r\n const charKey = String.fromCharCode(event.keyCode);\r\n\r\n if (charKey.match(/(\\w)/g)) {\r\n const nextIndex = getNextIndex(charKey);\r\n\r\n if (nextIndex > -1 && nextIndex !== currentIndex) {\r\n setCurrentIndex(nextIndex);\r\n }\r\n return;\r\n }\r\n\r\n switch (event.keyCode) {\r\n case keycode('space'): {\r\n event.preventDefault();\r\n setInputValueByIndex(index);\r\n break;\r\n }\r\n\r\n case keycode('enter'): {\r\n setInputValueByIndex(index);\r\n break;\r\n }\r\n\r\n default:\r\n }\r\n setCurrentIndex(index);\r\n\r\n if (onKeyDown) {\r\n event.persist();\r\n onKeyDown(event);\r\n }\r\n };\r\n\r\n const handleListboxFocus = (event: React.FocusEvent<HTMLElement>): void => {\r\n if (onFocus) {\r\n event.persist();\r\n onFocus(event);\r\n }\r\n };\r\n\r\n const handleInputChange = (event: React.ChangeEvent<HTMLInputElement>): void => {\r\n event.persist();\r\n\r\n setSelectedIndexes(getSelectedIndexesFromValue(data, event.target.value));\r\n\r\n if (onChange) {\r\n const detail: ScrollableListItem[] = [];\r\n const valuesArray = event.target.value.split(',');\r\n\r\n valuesArray.forEach(val => {\r\n const item = findByValue(data, val);\r\n if (item) {\r\n detail.push(item);\r\n }\r\n });\r\n (event as any).detail = detail;\r\n\r\n onChange(event);\r\n }\r\n };\r\n\r\n const list = {\r\n ...otherProps,\r\n 'aria-activedescendant': getActiveDescendant(data, currentIndex, id),\r\n 'aria-multiselectable': true,\r\n data,\r\n disabled,\r\n id,\r\n onChange: () => null,\r\n onClick: handleListboxClick,\r\n onFocus: handleListboxFocus,\r\n onKeyDown: handleListboxKeyDown,\r\n scrollOnFocus: false,\r\n tabIndex: disabled ? -1 : otherProps.tabIndex ? otherProps.tabIndex : 0,\r\n value: currentIndex,\r\n selectedIndexes,\r\n multiselect: true,\r\n allOptionsSelected,\r\n };\r\n\r\n const input = {\r\n name,\r\n onChange: handleInputChange,\r\n ref: inputRef,\r\n tabIndex: -1,\r\n value: value ?? '',\r\n };\r\n\r\n return { list, input };\r\n};\r\n","import * as React from 'react';\r\nimport cn from 'classnames';\r\nimport { useListbox } from './useListbox';\r\nimport { useMultiListbox } from './useMultiListbox';\r\nimport { ScrollableList, ScrollableListItemValue, ScrollableListItem } from './ScrollableList';\r\n\r\nexport type ListboxItem = ScrollableListItem;\r\nexport type ListboxValue = ScrollableListItemValue;\r\n\r\nexport type ListboxTexts = {\r\n /**\r\n * Text displayed in the listbox if no data provided.\r\n * To read more about how to provide the text, see [Provider](component:provider) component\r\n */\r\n empty: string;\r\n /**\r\n * Text displayed in the listbox to indicate the data is loading.\r\n * Read more about how to provide the text in [Provider](component:provider) component\r\n */\r\n loading: string;\r\n /**\r\n * The first option displayed in a multiselect listbox that selects all available options.\r\n * Read more about how to provide the text in [Provider](component:provider) component\r\n */\r\n allOption: string;\r\n};\r\n\r\nexport type ListboxProps = Pick<React.InputHTMLAttributes<HTMLInputElement>, 'onChange' | 'onFocus'> &\r\n Omit<React.InputHTMLAttributes<HTMLElement>, 'defaultValue' | 'onChange' | 'value'> & {\r\n /** Data indicating the options in listbox */\r\n data?: ListboxItem[];\r\n /**\r\n * Initial value of the listbox.\r\n * This is used when listbox is mounted, if no value is provided.\r\n * *Note* that listbox is a controlled component, setting this will also trigger the `onChange` event\r\n */\r\n defaultValue?: ListboxValue;\r\n /** Set what value should have an empty option in listbox */\r\n emptyValue?: ListboxValue;\r\n /** Draws attention to the listbox by changing its style and making it visually prominent */\r\n highlighted?: boolean;\r\n /* Whether the input is in an invalid state */\r\n invalid?: boolean;\r\n /**\r\n * Shows a loading indicator with a text next to it.\r\n * Read more about how to provide the text in [Provider](component:provider) component\r\n */\r\n loading?: boolean;\r\n /**\r\n * Value of the listbox representing the selected item.\r\n * It needs to be an existing value from the provided data\r\n */\r\n value?: ListboxValue;\r\n };\r\n\r\nexport const Listbox = React.forwardRef(function Listbox(props: ListboxProps, ref: React.Ref<HTMLInputElement>) {\r\n const { className: externalClassName, ...otherProps } = props;\r\n const { list, input } = useListbox(otherProps, ref);\r\n const className = cn('bg-white inline-flex relative w-full', externalClassName);\r\n\r\n return (\r\n <span data-taco=\"listbox\" className={className}>\r\n <ScrollableList\r\n {...list}\r\n style={{ ...list.style, maxHeight: 'calc(12rem + 2px)' /* (6 * option height) + listbox border */ }}\r\n />\r\n <input {...input} className=\"hidden\" type=\"text\" />\r\n </span>\r\n );\r\n});\r\n\r\nexport const MultiListbox = React.forwardRef(function Listbox(props: ListboxProps, ref: React.Ref<HTMLInputElement>) {\r\n const { className: externalClassName, ...otherProps } = props;\r\n const { list, input } = useMultiListbox(otherProps, ref);\r\n const className = cn('bg-white inline-flex relative w-full', externalClassName);\r\n\r\n return (\r\n <span data-taco=\"listbox\" className={className}>\r\n <ScrollableList\r\n {...list}\r\n style={{\r\n ...list.style,\r\n maxHeight: 'calc(12rem + 2px + 2px)' /* (6 * option height) + listbox border + ALL_OPTIONS bottom border */,\r\n }}\r\n />\r\n <input {...input} className=\"hidden\" type=\"text\" />\r\n </span>\r\n );\r\n});\r\n","import * as React from 'react';\r\nimport * as DropdownMenuPrimitive from '@radix-ui/react-dropdown-menu';\r\nimport cn from 'classnames';\r\nimport { Placement } from '../../../types';\r\nimport { useProxiedRef } from '../../../utils/hooks/useProxiedRef';\r\nimport { useCurrentMenu } from '../Context';\r\n\r\nexport type MenuContentProps = Omit<DropdownMenuPrimitive.DropdownMenuContentProps, 'children' | 'side'> & {\r\n children: React.ReactNode;\r\n /** Set the position of the Menu relative to its trigger. Default value is `bottom` */\r\n placement?: Placement;\r\n};\r\n\r\nexport const Content = React.forwardRef(function MenuContent(props: MenuContentProps, ref: React.Ref<HTMLDivElement>) {\r\n const internalRef = useProxiedRef<any>(ref);\r\n const menu = useCurrentMenu();\r\n const { children, placement: side, ...otherProps } = props;\r\n const className = cn('border rounded block outline-none p-1 wcag-white border-grey yt-shadow', props.className);\r\n\r\n return (\r\n <DropdownMenuPrimitive.Content\r\n {...otherProps}\r\n align=\"start\"\r\n className={className}\r\n data-taco=\"menu\"\r\n side={side}\r\n sideOffset={2}\r\n style={{ minWidth: menu?.minWidth }}\r\n ref={internalRef}\r\n >\r\n {children}\r\n </DropdownMenuPrimitive.Content>\r\n );\r\n});\r\n","import * as React from 'react';\r\nimport * as DropdownMenuPrimitive from '@radix-ui/react-dropdown-menu';\r\nimport cn from 'classnames';\r\nimport { IconName } from '../../Icon/Icon';\r\nimport { Icon as IconPrimitive } from '../../Icon/Icon';\r\nimport { useCurrentMenu } from '../Context';\r\nimport { DialogProps } from '../../Dialog/Dialog';\r\n\r\nexport const Icon = ({ name }) => (\r\n <span className=\"absolute left-0 ml-1\">\r\n <IconPrimitive className=\"-ml-px -mt-px !h-5 !w-5\" name={name} />\r\n </span>\r\n);\r\n\r\nexport const useItemStyling = ({ disabled, indented, className }) => {\r\n const menu = useCurrentMenu();\r\n\r\n React.useEffect(() => {\r\n if (indented && !menu?.indented) {\r\n menu?.registerIndentation();\r\n }\r\n }, [indented]);\r\n\r\n return cn(\r\n 'flex items-center justify-start h-8 pr-1.5 relative rounded w-full focus:outline-none group',\r\n 'text-black aria-disabled:text-grey hover:bg-grey-light hover:text-black',\r\n {\r\n 'pl-7': menu?.indented,\r\n 'pl-1.5': !menu?.indented,\r\n 'cursor-pointer': !disabled,\r\n 'cursor-not-allowed': disabled,\r\n },\r\n className\r\n );\r\n};\r\n\r\nexport const Shortcut = props => {\r\n return <span {...props} className=\"text-grey-darkest ml-auto pl-3\" />;\r\n};\r\n\r\nexport type MenuItemProps = Omit<React.HTMLAttributes<HTMLDivElement>, 'onSelect'> & {\r\n dialog?: (props: Partial<DialogProps>) => JSX.Element;\r\n disabled?: boolean;\r\n icon?: IconName;\r\n onClick?: (event: React.MouseEvent<HTMLDivElement, MouseEvent>) => void;\r\n shortcut?: string;\r\n};\r\n\r\nexport const Item = React.forwardRef(function MenuItem(props: MenuItemProps, ref: React.Ref<HTMLDivElement>) {\r\n const { dialog, icon, onClick, shortcut, ...otherProps } = props;\r\n const className = useItemStyling({\r\n disabled: props.disabled,\r\n indented: !!icon,\r\n className: props.className,\r\n });\r\n\r\n const disabled = props.disabled ?? props['aria-disabled'];\r\n\r\n let handleClick;\r\n\r\n // radix has a bug that does not disable clicks when disabled is set on items\r\n if (disabled) {\r\n handleClick = event => {\r\n event.preventDefault();\r\n event.stopPropagation();\r\n };\r\n }\r\n\r\n const handleSelect = event => {\r\n if (onClick) {\r\n onClick(event);\r\n }\r\n\r\n if (props['aria-haspopup'] || typeof dialog === 'function') {\r\n event.preventDefault();\r\n }\r\n };\r\n\r\n let button = (\r\n <DropdownMenuPrimitive.Item {...otherProps} className={className} onClick={handleClick} onSelect={handleSelect} ref={ref}>\r\n {icon && <Icon name={icon} />}\r\n {props.children}\r\n {shortcut && <Shortcut>{shortcut}</Shortcut>}\r\n </DropdownMenuPrimitive.Item>\r\n );\r\n\r\n if (typeof dialog === 'function') {\r\n button = dialog({ trigger: button });\r\n }\r\n\r\n return button;\r\n});\r\n","import * as React from 'react';\r\nimport * as DropdownMenuPrimitive from '@radix-ui/react-dropdown-menu';\r\nimport { IconName } from '../../Icon/Icon';\r\nimport { Icon, useItemStyling } from './Item';\r\nimport { useCurrentMenu } from '../Context';\r\n\r\nexport type MenuLinkItemProps = Omit<React.HTMLAttributes<HTMLDivElement>, 'onSelect'> & {\r\n disabled?: boolean;\r\n icon?: IconName;\r\n href: string;\r\n onClick?: (event: React.MouseEvent<HTMLDivElement, MouseEvent>) => void;\r\n};\r\n\r\nexport const Link = React.forwardRef(function MenuLink(props: MenuLinkItemProps, ref: React.Ref<HTMLDivElement>) {\r\n const { href, icon, onClick, ...otherProps } = props;\r\n const menu = useCurrentMenu();\r\n\r\n const className = useItemStyling({\r\n disabled: props.disabled,\r\n indented: !!icon,\r\n className: props.className,\r\n });\r\n\r\n const handleClick: React.MouseEventHandler<HTMLDivElement> = event => {\r\n onClick?.(event);\r\n menu?.close();\r\n };\r\n\r\n return (\r\n <DropdownMenuPrimitive.Item {...otherProps} asChild className={className} ref={ref} onClick={handleClick}>\r\n <a href={href} target=\"_blank\">\r\n {icon && <Icon name={icon} />}\r\n {props.children}\r\n </a>\r\n </DropdownMenuPrimitive.Item>\r\n );\r\n});\r\n","import * as React from 'react';\r\nimport * as DropdownMenuPrimitive from '@radix-ui/react-dropdown-menu';\r\nimport { useProxiedRef } from '../../../utils/hooks/useProxiedRef';\r\nimport { useCurrentMenu } from '../Context';\r\n\r\nexport type MenuTriggerProps = Omit<React.HTMLAttributes<HTMLButtonElement>, 'children'> & {\r\n children: React.ReactElement;\r\n};\r\n\r\nexport const Trigger = React.forwardRef(function MenuTrigger(props: MenuTriggerProps, ref: React.Ref<HTMLButtonElement>) {\r\n const menu = useCurrentMenu();\r\n const internalRef = useProxiedRef<HTMLButtonElement>(ref);\r\n\r\n React.useEffect(() => {\r\n if (internalRef.current) {\r\n menu?.setMinWidth(internalRef.current.getBoundingClientRect().width);\r\n }\r\n }, [internalRef]);\r\n\r\n return <DropdownMenuPrimitive.Trigger {...props} asChild ref={internalRef} />;\r\n});\r\n","import * as React from 'react';\r\nimport * as DropdownMenuPrimitive from '@radix-ui/react-dropdown-menu';\r\nimport { Icon } from '../../Icon/Icon';\r\nimport { useItemStyling } from './Item';\r\n\r\nexport type MenuCheckboxItemProps = Omit<React.HTMLAttributes<HTMLDivElement>, 'onSelect'> & {\r\n /* Whether the checkbox item is disabled */\r\n disabled?: boolean;\r\n /* The current checked state (controlled) */\r\n checked: boolean;\r\n /* Handler called when the checked state changes */\r\n onChange: (checked: boolean | 'indeterminate') => void;\r\n};\r\n\r\nexport const Checkbox = (props: MenuCheckboxItemProps) => {\r\n const { checked, children, onChange, ...otherProps } = props;\r\n const className = useItemStyling({\r\n disabled: props.disabled,\r\n indented: true,\r\n className: props.className,\r\n });\r\n\r\n return (\r\n <DropdownMenuPrimitive.CheckboxItem {...otherProps} className={className} checked={checked} onCheckedChange={onChange}>\r\n <DropdownMenuPrimitive.ItemIndicator className=\"absolute left-0 ml-1.5\">\r\n <Icon name=\"tick\" className=\"!h-4 !w-4 -ml-px\" />\r\n </DropdownMenuPrimitive.ItemIndicator>\r\n {children}\r\n </DropdownMenuPrimitive.CheckboxItem>\r\n );\r\n};\r\n","import * as React from 'react';\r\nimport cn from 'classnames';\r\nimport * as RadioGroupPrimitive from '@radix-ui/react-radio-group';\r\nimport { Orientation } from '../../types';\r\n\r\nexport type RadioGroupItemValue = string | number | boolean | null;\r\n\r\nexport const getRadioGroupItemValueAsString = (value: RadioGroupItemValue): string => String(value ?? '');\r\n\r\nexport const findByValue = (values: RadioGroupItemValue[], valueAsString: string): RadioGroupItemValue =>\r\n values.find(value => getRadioGroupItemValueAsString(value) === valueAsString) as RadioGroupItemValue;\r\n\r\nconst RadioGroupContext = React.createContext({ disabled: false, invalid: false });\r\n\r\nexport type RadioGroupItemProps<T = HTMLButtonElement> = Omit<\r\n React.ButtonHTMLAttributes<T>,\r\n 'children' | 'onSelect' | 'value'\r\n> & {\r\n /** Label for the radio group item */\r\n children: React.ReactNode;\r\n /* Whether the radio group item is disabled */\r\n disabled?: boolean;\r\n /** Value of the radio button */\r\n value: RadioGroupItemValue;\r\n};\r\n\r\nconst RadioGroupItem = React.forwardRef(function RadioGroupItem(props: RadioGroupItemProps, ref: React.Ref<HTMLButtonElement>) {\r\n const context = React.useContext(RadioGroupContext);\r\n const { children, value, ...otherProps } = props;\r\n\r\n const isDisabled = context.disabled || props.disabled;\r\n\r\n const className = cn(\r\n 'flex flex-shrink-0 self-start items-center justify-center h-4 w-4 mt-[0.2rem] rounded-full bg-white border-2',\r\n {\r\n 'border-grey-dark hover:border-4 focus:yt-focus aria-checked:bg-blue aria-checked:border-blue hover:aria-checked:border-blue-light':\r\n !isDisabled && !context.invalid,\r\n 'border-grey cursor-not-allowed aria-checked:bg-blue-light aria-checked:border-blue-light ': isDisabled,\r\n 'border-red hover:border-4 text-red focus:border-red focus:yt-focus-red aria-checked:bg-red aria-checked:border-red':\r\n context.invalid && !isDisabled,\r\n }\r\n );\r\n const labelClassName = cn(\r\n 'flex items-center gap-2',\r\n {\r\n 'cursor-pointer': !isDisabled,\r\n 'cursor-not-allowed text-grey-dark': isDisabled,\r\n },\r\n props.className\r\n );\r\n\r\n return (\r\n <label className={labelClassName}>\r\n <RadioGroupPrimitive.Item\r\n {...otherProps}\r\n className={className}\r\n disabled={isDisabled}\r\n ref={ref}\r\n value={getRadioGroupItemValueAsString(value)}\r\n >\r\n <RadioGroupPrimitive.Indicator className=\"h-2 w-2 rounded-full bg-white\" />\r\n </RadioGroupPrimitive.Item>\r\n {children}\r\n </label>\r\n );\r\n});\r\n\r\ntype ReactGroupBaseChild = React.ReactElement<RadioGroupItemProps> | boolean | null;\r\n\r\ntype RadioGroupBaseProps = Omit<React.HTMLAttributes<HTMLDivElement>, 'children' | 'defaultValue' | 'onChange' | 'value'> & {\r\n children: ReactGroupBaseChild[];\r\n /* Whether the radio group is disabled */\r\n disabled?: boolean;\r\n /* Whether the radio group is in an invalid state */\r\n invalid?: boolean;\r\n /** The name of the radio group, used when submitting an HTML form */\r\n name?: string;\r\n /**\r\n * Orientation of the radio group\r\n * @defaultValue vertical\r\n */\r\n orientation?: Orientation;\r\n /* Whether the radio group requires user input */\r\n required?: boolean;\r\n};\r\n\r\ninterface UncontrolledRadioGroupProps extends RadioGroupBaseProps {\r\n /* The default value (uncontrolled) */\r\n defaultValue?: RadioGroupItemValue;\r\n onChange?: never;\r\n value?: never;\r\n}\r\n\r\ninterface ControlledRadioGroupProps extends RadioGroupBaseProps {\r\n defaultValue?: never;\r\n /** Handler called when the value changes */\r\n onChange: (value: RadioGroupItemValue) => void;\r\n /** The current value (controlled) */\r\n value?: RadioGroupItemValue;\r\n}\r\n\r\nexport type RadioGroupProps = UncontrolledRadioGroupProps | ControlledRadioGroupProps;\r\n\r\nexport type ForwardedRadioGroupWithStatics = React.ForwardRefExoticComponent<\r\n RadioGroupProps & React.RefAttributes<HTMLDivElement>\r\n> & {\r\n /** Item component rendered in a `RadioGroup` component */\r\n Item: React.ForwardRefExoticComponent<RadioGroupItemProps>;\r\n};\r\n\r\nexport const useRadioGroup = (props: RadioGroupProps) => {\r\n const { children, defaultValue, disabled, invalid, onChange, orientation = 'vertical', value, ...otherProps } = props;\r\n\r\n const values = React.useMemo<RadioGroupItemValue[]>(() => {\r\n const radioGroupItemValues: RadioGroupItemValue[] = [];\r\n\r\n React.Children.forEach(children, child => {\r\n if (React.isValidElement(child)) {\r\n radioGroupItemValues.push(child.props.value);\r\n }\r\n });\r\n\r\n return radioGroupItemValues;\r\n }, [children]);\r\n\r\n const context = React.useMemo(() => ({ disabled: disabled ?? false, invalid: invalid ?? false }), [disabled, invalid]);\r\n\r\n let valueProps;\r\n\r\n if (onChange !== undefined) {\r\n const handleChange = (value: string): void => onChange(findByValue(values, value));\r\n\r\n valueProps = {\r\n onValueChange: handleChange,\r\n value: value !== undefined ? getRadioGroupItemValueAsString(value) : undefined,\r\n };\r\n } else {\r\n valueProps = {\r\n defaultValue: defaultValue !== undefined ? getRadioGroupItemValueAsString(defaultValue) : undefined,\r\n };\r\n }\r\n\r\n return {\r\n context,\r\n props: {\r\n ...otherProps,\r\n ...valueProps,\r\n children,\r\n orientation,\r\n },\r\n };\r\n};\r\n\r\nexport const RadioGroup = React.forwardRef(function RadioGroup(props: RadioGroupProps, ref: React.Ref<HTMLDivElement>) {\r\n const { context, props: otherProps } = useRadioGroup(props);\r\n const className = cn(\r\n 'flex items-start gap-y-2',\r\n {\r\n 'flex-wrap gap-x-4 ': otherProps.orientation === 'horizontal',\r\n 'flex-col': otherProps.orientation === 'vertical',\r\n },\r\n otherProps.className\r\n );\r\n\r\n return (\r\n <RadioGroupContext.Provider value={context}>\r\n <RadioGroupPrimitive.Root {...otherProps} className={className} data-taco=\"radio-group\" ref={ref} />\r\n </RadioGroupContext.Provider>\r\n );\r\n}) as ForwardedRadioGroupWithStatics;\r\nRadioGroup.Item = RadioGroupItem;\r\n","import * as React from 'react';\r\nimport * as DropdownMenuPrimitive from '@radix-ui/react-dropdown-menu';\r\nimport cn from 'classnames';\r\nimport { getRadioGroupItemValueAsString, RadioGroupItemProps, RadioGroupProps, useRadioGroup } from '../../RadioGroup/RadioGroup';\r\nimport { useItemStyling } from './Item';\r\n\r\nexport type MenuRadioGroupItemProps = RadioGroupItemProps<HTMLDivElement>;\r\n\r\nexport const RadioItem = (props: MenuRadioGroupItemProps) => {\r\n const context = React.useContext(MenuRadioGroupContext);\r\n const { children, value, ...otherProps } = props;\r\n const disabled = context.disabled || props.disabled;\r\n const className = useItemStyling({\r\n disabled: disabled,\r\n indented: true,\r\n className: props.className,\r\n });\r\n\r\n return (\r\n <DropdownMenuPrimitive.RadioItem\r\n {...otherProps}\r\n className={className}\r\n disabled={disabled}\r\n value={getRadioGroupItemValueAsString(value)}\r\n >\r\n <DropdownMenuPrimitive.ItemIndicator className=\"absolute left-0 ml-1.5\">\r\n <span className=\"flex h-1.5 w-1.5 ml-1 rounded-full bg-current \" />\r\n </DropdownMenuPrimitive.ItemIndicator>\r\n {children}\r\n </DropdownMenuPrimitive.RadioItem>\r\n );\r\n};\r\n\r\nconst MenuRadioGroupContext = React.createContext({ disabled: false });\r\n\r\nexport type MenuRadioGroupProps = RadioGroupProps;\r\n\r\nexport const RadioGroup = (props: MenuRadioGroupProps) => {\r\n const { context, props: otherProps } = useRadioGroup(props);\r\n const className = cn('flex flex-col', props.className);\r\n\r\n return (\r\n <MenuRadioGroupContext.Provider value={context}>\r\n <DropdownMenuPrimitive.RadioGroup {...otherProps} className={className} />\r\n </MenuRadioGroupContext.Provider>\r\n );\r\n};\r\nRadioGroup.Item = RadioItem;\r\n","import * as React from 'react';\r\nimport * as DropdownMenuPrimitive from '@radix-ui/react-dropdown-menu';\r\n\r\nexport const Separator = () => {\r\n return <DropdownMenuPrimitive.Separator className=\"bg-grey-dark my-1 h-px\" />;\r\n};\r\n","import * as React from 'react';\r\nimport * as DropdownMenuPrimitive from '@radix-ui/react-dropdown-menu';\r\nimport cn from 'classnames';\r\nimport { useCurrentMenu } from '../Context';\r\n\r\nexport type MenuHeaderProps = React.HTMLAttributes<HTMLDivElement>;\r\n\r\nexport const Header = (props: MenuHeaderProps) => {\r\n const menu = useCurrentMenu();\r\n const className = cn(\r\n 'flex items-center justify-start h-7 pr-1.5 text-xs text-grey-darkest',\r\n {\r\n 'pl-7': menu?.indented,\r\n 'pl-1.5': !menu?.indented,\r\n },\r\n props.className\r\n );\r\n\r\n return <DropdownMenuPrimitive.Label {...props} className={className} />;\r\n};\r\n","import * as React from 'react';\r\nimport * as DropdownMenuPrimitive from '@radix-ui/react-dropdown-menu';\r\nimport { MenuContext } from './Context';\r\nimport { Content } from './components/Content';\r\nimport { Item } from './components/Item';\r\nimport { Link } from './components/Link';\r\nimport { Trigger } from './components/Trigger';\r\nimport { Checkbox } from './components/Checkbox';\r\nimport { RadioGroup } from './components/RadioGroup';\r\nimport { Separator } from './components/Separator';\r\nimport { Header } from './components/Header';\r\n\r\nexport type MenuProps = {\r\n children: React.ReactNode;\r\n id?: string;\r\n /** A trigger to be used for the menu, should not be set if `children` already contains a trigger */\r\n trigger?: JSX.Element;\r\n};\r\n\r\nexport const Menu = (externalProps: MenuProps): JSX.Element => {\r\n const { children, trigger, ...props } = externalProps;\r\n const [open, setOpen] = React.useState(false);\r\n const [indented, setIndented] = React.useState(false);\r\n const [minWidth, setMinWidth] = React.useState<number | undefined>(undefined);\r\n\r\n const context = React.useMemo(\r\n () => ({\r\n indented,\r\n registerIndentation: () => setIndented(true),\r\n minWidth,\r\n setMinWidth: (width: number) => setMinWidth(width),\r\n close: () => setOpen(false),\r\n }),\r\n [indented, minWidth]\r\n );\r\n\r\n return (\r\n <MenuContext.Provider value={context}>\r\n <DropdownMenuPrimitive.Root {...props} modal={false} open={open} onOpenChange={setOpen}>\r\n {trigger && <Trigger>{trigger}</Trigger>}\r\n {children}\r\n </DropdownMenuPrimitive.Root>\r\n </MenuContext.Provider>\r\n );\r\n};\r\nMenu.Trigger = Trigger;\r\nMenu.Content = Content;\r\nMenu.Item = Item;\r\nMenu.Link = Link;\r\nMenu.Checkbox = Checkbox;\r\nMenu.Separator = Separator;\r\nMenu.Header = Header;\r\nMenu.RadioGroup = RadioGroup;\r\n","import React from 'react';\r\nimport cn from 'classnames';\r\n\r\nexport type TreeviewItemProps = React.LinkHTMLAttributes<HTMLAnchorElement>;\r\n\r\nconst TreeviewItem = React.forwardRef(function TreeviewItem(props: TreeviewItemProps, ref: React.Ref<HTMLAnchorElement>) {\r\n return <a {...props} ref={ref} />;\r\n});\r\n\r\nexport type TreeviewGroupProps = Omit<React.LinkHTMLAttributes<HTMLDivElement>, 'className' | 'onClick' | 'title'> & {\r\n /** Add a classname to the treeview */\r\n className?: string | ((expanded: boolean) => string);\r\n /**\r\n * Set wheter the region is expanded, showing the children, or collapsed.\r\n * Default value is `false`\r\n */\r\n expanded?: boolean;\r\n /** Region is expanded at mount and can't be collapsed */\r\n fixed?: boolean;\r\n /** Handler called when user clicks the title of the group */\r\n onClick?: (event: React.MouseEvent<HTMLDivElement>, expanded: boolean) => void;\r\n /** Text displayed in the group's header */\r\n title: React.ReactNode | ((expanded: boolean) => React.ReactNode);\r\n};\r\n\r\nconst TreeviewGroup = React.forwardRef(function TreeviewGroup(props: TreeviewGroupProps, ref: React.Ref<HTMLDivElement>) {\r\n const {\r\n children,\r\n className: externalClassName,\r\n expanded: initialExpanded = false,\r\n title,\r\n fixed,\r\n onClick,\r\n ...otherProps\r\n } = props;\r\n const [expanded, setExpanded] = React.useState(fixed || initialExpanded);\r\n\r\n React.useEffect(() => {\r\n if (!fixed) {\r\n setExpanded(fixed || initialExpanded);\r\n }\r\n }, [fixed, initialExpanded]);\r\n\r\n const listClassName = cn('flex-col mb-0', {\r\n flex: expanded,\r\n hidden: !expanded,\r\n });\r\n\r\n const itemProps = {\r\n ...otherProps,\r\n 'aria-expanded': expanded,\r\n role: 'treeitem',\r\n tabIndex: -1,\r\n };\r\n\r\n const handleClick = (event: React.MouseEvent<HTMLDivElement>): void => {\r\n const nextState = !expanded;\r\n\r\n if (!fixed) {\r\n setExpanded(nextState);\r\n }\r\n\r\n if (onClick) {\r\n onClick(event, nextState);\r\n }\r\n };\r\n\r\n const className = typeof externalClassName === 'function' ? externalClassName(expanded) : externalClassName;\r\n\r\n return (\r\n <div {...itemProps} className={className} ref={ref}>\r\n <div onClick={handleClick}>{typeof title === 'function' ? title(expanded) : title}</div>\r\n <ul role=\"group\" className={listClassName}>\r\n {React.Children.toArray(children)\r\n .filter(item => !!item)\r\n .map((item, i) => (\r\n <li key={i} role=\"none\">\r\n {React.cloneElement(item as React.ReactElement<any>, { role: 'treeitem' })}\r\n </li>\r\n ))}\r\n </ul>\r\n </div>\r\n );\r\n});\r\n\r\nexport type TreeviewProps = React.HTMLAttributes<HTMLDivElement>;\r\n\r\nexport type ForwardedTreeviewWithStatics = React.ForwardRefExoticComponent<\r\n TreeviewProps & React.RefAttributes<HTMLDivElement>\r\n> & {\r\n /** Navigable link */\r\n Item: React.ForwardRefExoticComponent<TreeviewItemProps & React.RefAttributes<HTMLAnchorElement>>;\r\n /** Container for a set of related links, usually expandable */\r\n Group: React.ForwardRefExoticComponent<TreeviewGroupProps & React.RefAttributes<HTMLDivElement>>;\r\n};\r\n\r\nexport const Treeview = React.forwardRef(function Treeview(props: TreeviewProps, ref: React.Ref<HTMLDivElement>) {\r\n return <div {...props} ref={ref} role=\"tree\" />;\r\n}) as ForwardedTreeviewWithStatics;\r\n\r\nTreeview.Group = TreeviewGroup;\r\nTreeview.Item = TreeviewItem;\r\n","import React from 'react';\r\n\r\nexport type useDropTarget = [\r\n boolean,\r\n (\r\n | undefined\r\n | {\r\n onDragEnter: React.DragEventHandler;\r\n onDragLeave: React.DragEventHandler;\r\n onDragOver: React.DragEventHandler;\r\n onDrop: React.DragEventHandler;\r\n }\r\n )\r\n];\r\n\r\nexport const useDropTarget = (onDrop: React.DragEventHandler | undefined): useDropTarget => {\r\n const [isDraggedOver, setDraggedOver] = React.useState(false);\r\n\r\n const handleDragEnter = React.useCallback((event: React.DragEvent<HTMLElement>) => {\r\n event.preventDefault();\r\n setDraggedOver(true);\r\n }, []);\r\n\r\n const handleDragLeave = React.useCallback((event: React.DragEvent<HTMLElement>) => {\r\n event.preventDefault();\r\n\r\n if (event.target === event.currentTarget) {\r\n setDraggedOver(false);\r\n }\r\n }, []);\r\n\r\n const handleDragOver = React.useCallback((event: React.DragEvent<HTMLElement>) => {\r\n event.preventDefault();\r\n }, []);\r\n\r\n const handleDrop = React.useCallback(\r\n (event: React.DragEvent<HTMLElement>) => {\r\n event.preventDefault();\r\n event.persist();\r\n\r\n setDraggedOver(false);\r\n\r\n if (onDrop) {\r\n onDrop(event);\r\n }\r\n },\r\n [onDrop]\r\n );\r\n\r\n const props = onDrop\r\n ? {\r\n onDragEnter: handleDragEnter,\r\n onDragLeave: handleDragLeave,\r\n onDragOver: handleDragOver,\r\n onDrop: handleDrop,\r\n }\r\n : undefined;\r\n\r\n return [isDraggedOver, props];\r\n};\r\n","import React from 'react';\r\nimport cn from 'classnames';\r\nimport { TreeviewProps, Treeview, TreeviewGroupProps, TreeviewItemProps } from '../Treeview/Treeview';\r\nimport { Icon } from '../Icon/Icon';\r\nimport { useDropTarget } from '../../utils/hooks/useDropTarget';\r\nimport './Navigation.css';\r\nimport { useProxiedRef } from '../../utils/hooks/useProxiedRef';\r\n\r\n// Item\r\nexport type NavigationItemProps = Omit<TreeviewItemProps, 'prefix'> & {\r\n /** Change the style to indicate the link is selected */\r\n active?: boolean;\r\n /** Handler to be used when dropping a dragged element over the navigation link */\r\n onDrop?: React.DragEventHandler;\r\n /**\r\n * Small amount of information placed next to the text of the link.\r\n * This can be any valid react element, for e.g. a `span`.\r\n * Should be used to indicate a relevant information of the link,\r\n * for e.g. the number of unread notifications\r\n */\r\n postfix?: React.ReactNode;\r\n /**\r\n * Small amount of information placed before the text of the link.\r\n * This can be any valid react element, for e.g. a `span`.\r\n * Should be used to indicate a feedback for user,\r\n * for e.g. display some sort of visual informational state or a relevant icon.\r\n */\r\n prefix?: React.ReactNode;\r\n /** Target of the link */\r\n target?: string;\r\n};\r\n\r\nconst Item = React.forwardRef(function Item(props: NavigationItemProps, ref: React.Ref<HTMLAnchorElement>) {\r\n const { active, children, onDrop, postfix, prefix, role, ...otherProps } = props;\r\n const proxyRef = useProxiedRef<HTMLAnchorElement>(ref);\r\n const [isDraggedOver, dropTargetProps] = useDropTarget(onDrop);\r\n const isTreeitem = role === 'treeitem';\r\n const className = cn(\r\n 'yt-navigation__item cursor-pointer',\r\n {\r\n 'w-full mb-px py-1 px-3 flex items-center hover:bg-grey-dark': isTreeitem,\r\n 'bg-white w-full h-10 px-3 flex-shrink-0 flex items-center justify-between cursor-pointer': !isTreeitem,\r\n 'yt-navigation__item--active': active && !isDraggedOver,\r\n 'bg-grey-dark': isTreeitem && active && !isDraggedOver,\r\n 'yt-navigation__item--dropping bg-blue': isDraggedOver,\r\n },\r\n props.className\r\n );\r\n\r\n const handleClick = (event: React.MouseEvent<HTMLSpanElement>): void => {\r\n if (event.target instanceof HTMLAnchorElement || event.target instanceof HTMLButtonElement) {\r\n return;\r\n }\r\n\r\n if (proxyRef.current) {\r\n proxyRef.current.click();\r\n }\r\n };\r\n\r\n return (\r\n <span {...dropTargetProps} className={className} onClick={handleClick} role={role}>\r\n {prefix && <span className=\"yt-navigation__item__prefix flex items-center\">{prefix}</span>}\r\n <a {...otherProps} className=\"block flex-grow truncate\" ref={proxyRef}>\r\n {children}\r\n </a>\r\n {postfix && <span className=\"yt-navigation__item__postfix ml-1\">{postfix}</span>}\r\n </span>\r\n );\r\n});\r\n\r\n// Panel\r\nexport type NavigationPanelProps = React.HTMLAttributes<HTMLDivElement>;\r\n\r\nconst Panel = React.forwardRef(function Panel(props: NavigationPanelProps, ref: React.Ref<HTMLDivElement>) {\r\n return <div {...props} className={cn('w-full bg-white p-3', props.className)} ref={ref} />;\r\n});\r\n\r\n// Group\r\nexport type NavigationMenuGroupProps = TreeviewGroupProps;\r\n\r\nconst MenuGroup = React.forwardRef(function MenuGroup(props: NavigationMenuGroupProps, ref: React.Ref<HTMLDivElement>) {\r\n const className = cn(\r\n 'flex-shrink-0 space-y-1 outline-none',\r\n {\r\n 'bg-white pb-2': props.fixed,\r\n },\r\n props.className\r\n );\r\n const title = (expanded: boolean): JSX.Element => {\r\n const className = cn('bg-white h-10 pl-3 pr-1 flex items-center justify-between w-full', {\r\n 'mb-1': expanded,\r\n 'cursor-pointer hover:text-blue': !props.fixed,\r\n });\r\n\r\n return (\r\n <span className={className}>\r\n {typeof props.title === 'function' ? props.title(expanded) : props.title}\r\n {!props.fixed && <Icon name={expanded ? 'chevron-up' : 'chevron-down'} />}\r\n </span>\r\n );\r\n };\r\n\r\n return <Treeview.Group {...props} className={className} title={title} ref={ref} />;\r\n});\r\n\r\n// Menu\r\nexport type NavigationMenuProps = React.PropsWithChildren<TreeviewProps>;\r\n\r\nexport type ForwardedNavigationMenuWithStatics = React.ForwardRefExoticComponent<\r\n NavigationMenuProps & React.RefAttributes<HTMLDivElement>\r\n> & {\r\n /** Expandable region reprezenting a group of related links */\r\n Group: React.ForwardRefExoticComponent<NavigationMenuGroupProps & React.RefAttributes<HTMLDivElement>>;\r\n};\r\n\r\nconst Menu = React.forwardRef(function Menu(props: NavigationMenuProps, ref: React.Ref<HTMLDivElement>) {\r\n const scrollableAreas = React.useMemo(() => {\r\n const scrollableAreas: any[] = [];\r\n\r\n React.Children.toArray(props.children)\r\n .filter(child => !!child)\r\n .map((child: React.ReactElement<NavigationMenuGroupProps>) => {\r\n if (child.props.fixed) {\r\n scrollableAreas.push(child);\r\n } else {\r\n const x = scrollableAreas[scrollableAreas.length - 1];\r\n if (Array.isArray(x)) {\r\n x.push(child);\r\n } else {\r\n scrollableAreas.push([child]);\r\n }\r\n }\r\n });\r\n\r\n return scrollableAreas;\r\n }, [props.children]);\r\n\r\n return (\r\n <Treeview\r\n {...props}\r\n className={cn('divide-grey-light flex flex-grow flex-col divide-y-2 overflow-y-auto', props.className)}\r\n ref={ref}\r\n >\r\n {scrollableAreas.map((area, i) =>\r\n Array.isArray(area) ? (\r\n <div\r\n className=\"divide-grey-light flex h-0 flex-auto flex-shrink-0 flex-grow flex-col divide-y-2 overflow-y-auto\"\r\n key={i}\r\n >\r\n {area}\r\n </div>\r\n ) : (\r\n area\r\n )\r\n )}\r\n </Treeview>\r\n );\r\n}) as ForwardedNavigationMenuWithStatics;\r\n\r\nMenu.Group = MenuGroup;\r\n\r\n// Navigation\r\nexport type NavigationProps = React.HTMLAttributes<HTMLDivElement>;\r\n\r\nexport type ForwardedNavigationWithStatics = React.ForwardRefExoticComponent<\r\n NavigationProps & React.RefAttributes<HTMLDivElement>\r\n> & {\r\n /** Navigation link */\r\n Item: React.ForwardRefExoticComponent<NavigationItemProps & React.RefAttributes<HTMLAnchorElement>>;\r\n /**\r\n * Container for the expandable groups that hold navigation links.\r\n * Should be used as a direct child of Navigation component, e.g. `Navigation.Menu`.\r\n * Should have the menu groups as a direct child, e.g. `Navigation.Menu.Group`\r\n */\r\n Menu: ForwardedNavigationMenuWithStatics;\r\n /**\r\n * Isolated container within the Navigation.\r\n * This can be used to create a region in the Navigation that is usually not scrollable, nor expandable,\r\n * containing useful information for user and quick actions\r\n */\r\n Panel: React.ForwardRefExoticComponent<NavigationPanelProps & React.RefAttributes<HTMLDivElement>>;\r\n};\r\n\r\nexport const Navigation = React.forwardRef(function Navigation(props: NavigationProps, ref: React.Ref<HTMLDivElement>) {\r\n const { children, ...otherProps } = props;\r\n const className = cn('h-full flex flex-col bg-grey-light divide-y-2 divide-grey-light', props.className);\r\n\r\n return (\r\n <div {...otherProps} className={className} data-taco=\"navigation\" ref={ref}>\r\n {children}\r\n </div>\r\n );\r\n}) as ForwardedNavigationWithStatics;\r\n\r\nNavigation.Menu = Menu;\r\nNavigation.Item = Item;\r\nNavigation.Panel = Panel;\r\n","import * as React from 'react';\r\nimport { Button } from '../Button/Button';\r\nimport { useLocalization } from '../Provider/Provider';\r\n\r\ntype PageNumberProps = {\r\n currentPageIndex: number;\r\n onClick: (pageIndex: number) => void;\r\n pageCount: number;\r\n};\r\n\r\nconst createPageRange = (pageCount: number, pageNumber: number): number[] => {\r\n let lowerLimit = Math.min(pageNumber, pageCount);\r\n let upperLimit = Math.min(pageNumber, pageCount);\r\n\r\n for (let b = 1; b < 5 && b < pageCount; ) {\r\n if (lowerLimit > 1) {\r\n lowerLimit--;\r\n b++;\r\n }\r\n if (b < 5 && upperLimit < pageCount) {\r\n upperLimit++;\r\n b++;\r\n }\r\n }\r\n\r\n const range: number[] = [];\r\n\r\n for (let i = lowerLimit; i <= upperLimit; i++) {\r\n range.push(i);\r\n }\r\n\r\n return range;\r\n};\r\n\r\nexport const PageNumbers = ({ currentPageIndex = 0, onClick: handleClick, pageCount }: PageNumberProps): JSX.Element => {\r\n const range = createPageRange(pageCount, currentPageIndex + 1);\r\n const { texts } = useLocalization();\r\n\r\n return (\r\n <>\r\n {range.map((pageNumber: number) => (\r\n <Button\r\n appearance={pageNumber === currentPageIndex + 1 ? 'primary' : 'default'}\r\n aria-current={pageNumber === currentPageIndex + 1 ? 'page' : undefined}\r\n key={pageNumber}\r\n onClick={() => handleClick(pageNumber - 1)}\r\n aria-label={texts.pagination.actions.pageX.replace('[X]', String(pageNumber))}\r\n tooltip={texts.pagination.actions.pageX.replace('[X]', String(pageNumber))}\r\n >\r\n {pageNumber}\r\n </Button>\r\n ))}\r\n </>\r\n );\r\n};\r\n","import * as React from 'react';\r\nimport keycode from 'keycode';\r\nimport cn from 'classnames';\r\nimport { v4 as uuid } from 'uuid';\r\nimport * as PopoverPrimitive from '@radix-ui/react-popover';\r\nimport { useLocalization } from '../Provider/Provider';\r\nimport { SelectProps } from './Select';\r\nimport { ListboxProps } from '../Listbox/Listbox';\r\nimport { useProxiedRef } from '../../utils/hooks/useProxiedRef';\r\nimport { setInputValueByRef, findByValue, useFlattenedData, sanitizeItem } from '../Listbox/util';\r\nimport { ScrollableListItemValue } from '../Listbox/ScrollableList';\r\nimport { createCustomEvent } from '../../utils/input';\r\n\r\ntype InternalButtonProps = React.ButtonHTMLAttributes<HTMLButtonElement>;\r\ntype InternalListboxProps = ListboxProps & { ref: React.ForwardedRef<HTMLInputElement> };\r\ntype InternalInputProps = React.InputHTMLAttributes<HTMLInputElement> & { ref: React.ForwardedRef<HTMLInputElement> };\r\n\r\ntype useSelect = React.HtmlHTMLAttributes<HTMLDivElement> & {\r\n button: InternalButtonProps;\r\n listbox: InternalListboxProps;\r\n input: InternalInputProps;\r\n popover: Pick<PopoverPrimitive.PopoverProps, 'onOpenChange' | 'open'>;\r\n text: string | JSX.Element;\r\n more?: number;\r\n};\r\n\r\nexport const useSelect = (\r\n {\r\n 'aria-label': ariaLabel,\r\n 'aria-labelledby': ariaLabelledBy,\r\n data = [],\r\n defaultValue,\r\n disabled,\r\n emptyValue,\r\n id: nativeId,\r\n multiselect,\r\n onBlur,\r\n onClick,\r\n onChange,\r\n readOnly,\r\n value,\r\n ...otherProps\r\n }: SelectProps,\r\n ref: React.Ref<HTMLInputElement>\r\n): useSelect => {\r\n const { texts } = useLocalization();\r\n const flattenedData = useFlattenedData(data);\r\n const listboxInputRef = useProxiedRef<HTMLInputElement>(ref);\r\n const [open, setOpen] = React.useState(false);\r\n const id = React.useMemo(() => nativeId || `select_${uuid()}`, [nativeId]);\r\n const inputRef = React.useRef<HTMLInputElement>(null);\r\n const buttonId = `${id}-button`;\r\n // support 'escape' resetting to the value that was set when the listbox opened\r\n const [lastValue, setLastValue] = React.useState<ScrollableListItemValue | undefined>(value);\r\n\r\n React.useEffect(() => {\r\n setLastValue(value);\r\n }, [open]);\r\n\r\n React.useEffect(() => {\r\n if (value === undefined) {\r\n if (defaultValue !== undefined && findByValue(flattenedData, defaultValue)) {\r\n setInputValueByRef(inputRef.current, defaultValue);\r\n } else {\r\n if (emptyValue !== undefined) {\r\n setInputValueByRef(inputRef.current, emptyValue);\r\n } else if (data.length > 0) {\r\n setInputValueByRef(inputRef.current, data[0].value);\r\n }\r\n }\r\n } else {\r\n if (!multiselect && !findByValue(flattenedData, value)) {\r\n if (emptyValue !== undefined) {\r\n setInputValueByRef(inputRef.current, emptyValue);\r\n } else if (data.length > 0) {\r\n setInputValueByRef(inputRef.current, data[0].value);\r\n }\r\n }\r\n }\r\n }, []);\r\n\r\n // event handlers\r\n const handleButtonKeyDown = (event: React.KeyboardEvent<HTMLButtonElement>): void => {\r\n if (event.keyCode === keycode('up') || event.keyCode === keycode('down')) {\r\n event.preventDefault();\r\n setOpen(true);\r\n }\r\n };\r\n\r\n const handleListboxKeyDown = (event: React.KeyboardEvent<HTMLElement>): void => {\r\n switch (event.keyCode) {\r\n case keycode('escape'): {\r\n event.preventDefault();\r\n if (lastValue !== undefined) {\r\n setInputValueByRef(listboxInputRef.current, lastValue);\r\n }\r\n\r\n setOpen(false);\r\n break;\r\n }\r\n\r\n case keycode('tab'):\r\n case keycode('enter'): {\r\n if (event.keyCode !== keycode('tab')) {\r\n event.preventDefault();\r\n }\r\n setOpen(false);\r\n break;\r\n }\r\n\r\n default:\r\n }\r\n\r\n if (otherProps.onKeyDown) {\r\n otherProps.onKeyDown(event);\r\n }\r\n };\r\n\r\n const handleListboxClick = (event: React.MouseEvent<HTMLLIElement>): void => {\r\n event.preventDefault();\r\n if (!multiselect) {\r\n setOpen(false);\r\n if (onBlur) {\r\n onBlur(createCustomEvent('blur'));\r\n }\r\n }\r\n };\r\n\r\n let text: string | JSX.Element = '';\r\n let more = 0;\r\n\r\n if (value !== undefined) {\r\n if (multiselect) {\r\n const selectedValues = value?.toString().split(',') || [];\r\n\r\n if (selectedValues.length === flattenedData.filter(item => !item.disabled).length) {\r\n text = texts.select.allOptionsSelected;\r\n } else {\r\n text = findByValue(flattenedData, selectedValues[0])?.text ?? '';\r\n more = selectedValues.length > 1 ? selectedValues.length - 1 : 0;\r\n }\r\n } else {\r\n const item = findByValue(flattenedData, value);\r\n\r\n if (item) {\r\n text = item.icon ? (\r\n <>\r\n {React.cloneElement(item.icon, {\r\n className: cn(item.icon.props.className, 'mr-1 -mt-px'),\r\n })}\r\n {item.text}\r\n </>\r\n ) : (\r\n item.text\r\n );\r\n }\r\n }\r\n }\r\n\r\n const handleInputChange = (event: React.ChangeEvent<HTMLInputElement>): void => {\r\n event.persist();\r\n\r\n if (onChange) {\r\n const item = findByValue(flattenedData, event.target.value);\r\n (event as any).detail = sanitizeItem(item);\r\n\r\n const indexes = item?.path?.split('.') ?? [];\r\n\r\n if (indexes.length > 1) {\r\n // we don't want to map the current item\r\n indexes.pop();\r\n // we need to rebuild the path as we map\r\n let lastPath: string;\r\n\r\n (event as any).detail.parents = indexes.map(i => {\r\n lastPath = lastPath ? [lastPath, i].join('.') : i;\r\n return sanitizeItem(flattenedData.find(i => i.path === lastPath));\r\n });\r\n }\r\n\r\n onChange(event);\r\n }\r\n };\r\n\r\n const button: InternalButtonProps = {\r\n 'aria-haspopup': 'listbox' as const,\r\n 'aria-label': ariaLabel ? `${ariaLabel} ${text}` : undefined,\r\n 'aria-labelledby': ariaLabelledBy ? `${ariaLabelledBy} ${buttonId}` : undefined,\r\n disabled: disabled || readOnly,\r\n id: buttonId,\r\n onKeyDown: !disabled && !readOnly ? handleButtonKeyDown : undefined,\r\n type: 'button',\r\n };\r\n\r\n const listbox: InternalListboxProps = {\r\n ...otherProps,\r\n 'aria-label': ariaLabel,\r\n 'aria-labelledby': ariaLabelledBy,\r\n data,\r\n disabled,\r\n emptyValue,\r\n onBlur,\r\n onClick: handleListboxClick,\r\n onChange: event => {\r\n setInputValueByRef(inputRef.current, event.target.value);\r\n },\r\n onKeyDown: handleListboxKeyDown,\r\n ref: listboxInputRef,\r\n value,\r\n };\r\n\r\n const input: InternalInputProps = {\r\n onChange: handleInputChange,\r\n ref: inputRef,\r\n value: String(value ?? ''),\r\n };\r\n\r\n return {\r\n button,\r\n listbox,\r\n input,\r\n popover: {\r\n open,\r\n onOpenChange: open => {\r\n if (!open && onBlur) {\r\n onBlur(createCustomEvent('blur'));\r\n }\r\n setOpen(open);\r\n },\r\n },\r\n text,\r\n more,\r\n };\r\n};\r\n","import * as React from 'react';\r\nimport cn from 'classnames';\r\nimport * as PopoverPrimitive from '@radix-ui/react-popover';\r\nimport { Icon } from '../Icon/Icon';\r\nimport { Listbox, MultiListbox, ListboxProps } from '../Listbox/Listbox';\r\nimport { useBoundingClientRectListener } from '../../utils/hooks/useBoundingClientRectListener';\r\nimport { useSelect } from './useSelect';\r\nimport { Combobox, ComboboxProps } from '../Combobox/Combobox';\r\nimport { Badge } from '../Badge/Badge';\r\nimport { getInputClasses } from '../Input/util';\r\n\r\nexport type SelectTexts = {\r\n /**\r\n * The text displayed when all options are selected when multiselect mode in on.\r\n */\r\n allOptionsSelected: string;\r\n};\r\n\r\nexport type BaseSelectProps = Omit<ListboxProps, 'dialog'> &\r\n Omit<ComboboxProps, 'inline'> & {\r\n /**\r\n * Allows to select multiple values.\r\n * All the selected values will be combined in a comma-seperated string as the value of the input.\r\n */\r\n multiselect?: boolean;\r\n };\r\n\r\nexport type SelectProps = BaseSelectProps & {\r\n /**\r\n * Creates an editable select.\r\n * Setting this will render a inline Combobox which will display the provided data on click/focus,\r\n * even if there is no value in the input.\r\n * After user starts typing, matching data will be displayed.\r\n */\r\n editable?: boolean;\r\n};\r\n\r\nconst BaseSelect = React.forwardRef(function BaseSelect(props: BaseSelectProps, ref: React.Ref<HTMLInputElement>) {\r\n const { autoFocus, className: externalClassName, highlighted, style, ...otherProps } = props;\r\n const { button, listbox, popover, input, text, more = 0 } = useSelect(otherProps, ref);\r\n const internalRef = React.useRef<HTMLButtonElement>(null);\r\n const selectDimensions = useBoundingClientRectListener(internalRef);\r\n const className = cn('inline-flex relative w-full', { 'yt-select--readonly': props.readOnly }, externalClassName);\r\n const inputClassname = cn(getInputClasses(props), 'h-8 text-left pr-0', {\r\n 'border-blue': popover.open,\r\n });\r\n\r\n React.useEffect(() => {\r\n if (autoFocus && internalRef.current) {\r\n internalRef.current.focus();\r\n }\r\n }, []);\r\n\r\n const renderMultiSelection = (): React.ReactNode => {\r\n return (\r\n <>\r\n <span className=\"flex-grow truncate text-left\">{text}</span>\r\n {more > 0 && <Badge className=\"ml-2\">{`+${more}`}</Badge>}\r\n </>\r\n );\r\n };\r\n\r\n const commonListboxProps: ListboxProps = {\r\n ...listbox,\r\n className: 'w-auto',\r\n invalid: undefined,\r\n style: { minWidth: selectDimensions?.width },\r\n tabIndex: popover.open ? 0 : -1,\r\n };\r\n\r\n return (\r\n <span className={className} data-taco=\"select\" style={style}>\r\n <PopoverPrimitive.Root {...popover}>\r\n <PopoverPrimitive.Trigger {...button} className={inputClassname} ref={internalRef}>\r\n {props.multiselect ? renderMultiSelection() : <span className=\"flex-grow truncate text-left\">{text}</span>}\r\n <span className=\"flex h-8 w-8 items-center justify-center\">\r\n <Icon className=\"pointer-events-none\" name={popover.open ? 'chevron-up' : 'chevron-down'} />\r\n </span>\r\n </PopoverPrimitive.Trigger>\r\n <PopoverPrimitive.Content align=\"start\" sideOffset={4}>\r\n {props.multiselect ? <MultiListbox {...commonListboxProps} /> : <Listbox {...commonListboxProps} />}\r\n </PopoverPrimitive.Content>\r\n <input {...input} className=\"hidden\" type=\"text\" />\r\n </PopoverPrimitive.Root>\r\n </span>\r\n );\r\n});\r\n\r\nexport const Select = React.forwardRef(function Select(props: SelectProps, ref: React.Ref<HTMLInputElement>) {\r\n const { editable, ...otherProps } = props;\r\n\r\n if (editable) {\r\n return <Combobox {...otherProps} dialog={undefined} inline ref={ref} />;\r\n }\r\n\r\n return <BaseSelect {...otherProps} ref={ref} />;\r\n});\r\n","import React from 'react';\r\nimport keycode from 'keycode';\r\n\r\ninterface Props {\r\n setPageIndex: (pageIndex: number) => void;\r\n maxPageIndex: number;\r\n pageIndex: number;\r\n dangerouslyHijackGlobalKeyboardNavigation: boolean;\r\n}\r\n\r\nexport const usePaginationShortcuts = ({\r\n setPageIndex,\r\n maxPageIndex,\r\n pageIndex,\r\n dangerouslyHijackGlobalKeyboardNavigation: useGlobalKeyboardNavigation,\r\n}: Props) => {\r\n const onKeyDown = (event: KeyboardEvent): void => {\r\n if (setPageIndex && event.keyCode === keycode('home')) {\r\n event.preventDefault();\r\n setPageIndex(0);\r\n return;\r\n }\r\n\r\n if (setPageIndex && event.keyCode === keycode('end')) {\r\n event.preventDefault();\r\n setPageIndex(maxPageIndex);\r\n return;\r\n }\r\n\r\n if (setPageIndex && event.keyCode === keycode('page up')) {\r\n event.preventDefault();\r\n setPageIndex(Math.max(0, pageIndex - 1));\r\n return;\r\n }\r\n\r\n if (setPageIndex && event.keyCode === keycode('page down')) {\r\n event.preventDefault();\r\n setPageIndex(Math.min(maxPageIndex, pageIndex + 1));\r\n return;\r\n }\r\n };\r\n\r\n React.useEffect(() => {\r\n if (useGlobalKeyboardNavigation) {\r\n window.addEventListener('keydown', onKeyDown);\r\n }\r\n\r\n return () => {\r\n if (useGlobalKeyboardNavigation) {\r\n window.removeEventListener('keydown', onKeyDown);\r\n }\r\n };\r\n }, [onKeyDown, useGlobalKeyboardNavigation]);\r\n};\r\n","import React from 'react';\r\n\r\nexport type usePaginationValues = {\r\n /** Current page index (zero based) */\r\n pageIndex: number;\r\n /** Number of items displayed on a page */\r\n pageSize: number;\r\n /** Handler called when navigating through pages */\r\n setPageIndex: (pageIndex: number) => void;\r\n /** Handler called when changing the size of the page */\r\n setPageSize: (size: number) => void;\r\n};\r\n\r\nexport const usePagination = (initialPageIndex = 0, initialPageSize = 10): usePaginationValues => {\r\n const [pageIndex, setPageIndex] = React.useState(initialPageIndex);\r\n const [pageSize, setPageSize] = React.useState(initialPageSize);\r\n\r\n return {\r\n pageIndex,\r\n pageSize,\r\n setPageIndex,\r\n setPageSize,\r\n };\r\n};\r\n","import * as React from 'react';\r\nimport cn from 'classnames';\r\nimport { PageNumbers } from './PageNumbers';\r\nimport { LocalizationTexts, useLocalization } from '../Provider/Provider';\r\nimport { Select } from '../Select/Select';\r\nimport { Group } from '../Group/Group';\r\nimport { IconButton } from '../IconButton/IconButton';\r\nimport { usePaginationValues } from './usePagination';\r\nimport { usePaginationShortcuts } from './usePaginationShortcuts';\r\n\r\nexport * from './usePagination';\r\n\r\nexport type PaginationTextsActions = {\r\n /**\r\n * Aria-label for first page action button.\r\n * To read more about how to provide the text, see [Provider](component:provider) component\r\n */\r\n firstPage: string;\r\n /**\r\n * Aria-label for first page action button with shortcut.\r\n * To read more about how to provide the text, see [Provider](component:provider) component\r\n */\r\n firstPageWithShortcut: string;\r\n /**\r\n * Aria-label for next page action button.\r\n * To read more about how to provide the text, see [Provider](component:provider) component\r\n */\r\n nextPage: string;\r\n /**\r\n * Aria-label for next page action button with shortcut.\r\n * To read more about how to provide the text, see [Provider](component:provider) component\r\n */\r\n nextPageWithShortcut: string;\r\n /**\r\n * Aria-label for previous page action button.\r\n * To read more about how to provide the text, see [Provider](component:provider) component\r\n */\r\n previousPage: string;\r\n /**\r\n * Aria-label for previous page action button with shortcut.\r\n * To read more about how to provide the text, see [Provider](component:provider) component\r\n */\r\n previousPageWithShortcut: string;\r\n /**\r\n * Aria-label for last page action button.\r\n * To read more about how to provide the text, see [Provider](component:provider) component\r\n */\r\n lastPage: string;\r\n /**\r\n * Aria-label for last page action button with shortcut.\r\n * To read more about how to provide the text, see [Provider](component:provider) component\r\n */\r\n lastPageWithShortcut: string;\r\n /**\r\n * Aria-label for page X action button.\r\n * To read more about how to provide the text, see [Provider](component:provider) component\r\n */\r\n pageX: string;\r\n};\r\n\r\nexport type PaginationTexts = {\r\n /**\r\n * Aria-label provided for page numbers and page actions group.\r\n * To read more about how to provide the text, see [Provider](component:provider) component\r\n */\r\n label: string;\r\n /**\r\n * Aria-label provided for page size selection.\r\n * To read more about how to provide the text, see [Provider](component:provider) component\r\n */\r\n pageSize: string;\r\n /**\r\n * Text that indicates the number of the first and last element displayed on the current page, out of total items\r\n * To read more about how to provide the text, see [Provider](component:provider) component\r\n */\r\n showingXofYofTotal: string;\r\n /**\r\n * Aria-labels provided for page action buttons.\r\n * To read more about how to provide the text, see [Provider](component:provider) component\r\n */\r\n actions: PaginationTextsActions;\r\n};\r\n\r\nexport type PaginationProps = React.HTMLAttributes<HTMLDivElement> &\r\n usePaginationValues & {\r\n /** Indicate total number of items that will be paginated */\r\n length: number;\r\n /** Page size options */\r\n pageSizes?: number[];\r\n /** Shows page controls */\r\n showPageControls?: boolean;\r\n /** Shows page numbers between navigation buttons, which allows users to quickly navigate to a specific page */\r\n showPageNumbers?: boolean;\r\n /** Shows a dropdown with page sizes, which allows user to change the number of items displayed on the page */\r\n showPageSize?: boolean;\r\n /** Enable pagination shortcuts */\r\n dangerouslyHijackGlobalKeyboardNavigation?: boolean;\r\n };\r\n\r\nconst getShowingLabel = (length: number, pageIndex: number, pageSize: number, texts: LocalizationTexts): string => {\r\n const minItemIndex = pageIndex * pageSize + 1;\r\n const maxItemIndex = (pageIndex + 1) * pageSize;\r\n\r\n return texts.pagination.showingXofYofTotal\r\n .replace('[X]', length === 0 ? '0' : String(minItemIndex))\r\n .replace('[Y]', String(maxItemIndex > length ? length : maxItemIndex))\r\n .replace('[total]', String(length));\r\n};\r\n\r\nexport const Pagination = React.forwardRef(function Pagination(props: PaginationProps, ref: React.Ref<HTMLDivElement>) {\r\n const {\r\n length,\r\n pageIndex,\r\n pageSize,\r\n pageSizes = [10, 25, 50, 100, 500],\r\n setPageIndex,\r\n setPageSize,\r\n showPageControls = true,\r\n showPageNumbers = true,\r\n showPageSize = true,\r\n dangerouslyHijackGlobalKeyboardNavigation = false,\r\n ...otherProps\r\n } = props;\r\n const { texts } = useLocalization();\r\n\r\n const maxPageIndex = Math.ceil(length / pageSize) - 1;\r\n const showShortcutTexts = dangerouslyHijackGlobalKeyboardNavigation;\r\n\r\n usePaginationShortcuts({\r\n setPageIndex,\r\n maxPageIndex,\r\n pageIndex,\r\n dangerouslyHijackGlobalKeyboardNavigation,\r\n });\r\n\r\n const pageCount = Math.ceil(length / pageSize);\r\n const canPreviousPage = pageIndex > 0;\r\n const canNextPage = pageIndex < pageCount - 1;\r\n\r\n const className = cn('inline-flex relative justify-between items-center', props.className);\r\n\r\n return (\r\n <div {...otherProps} className={className} data-taco=\"pagination\" ref={ref}>\r\n {showPageSize && (\r\n <span className=\"mr-4\">\r\n {getShowingLabel(length, pageIndex, pageSize, texts)}\r\n <Select\r\n aria-label={texts.pagination.pageSize}\r\n className=\"ml-4 !w-20\"\r\n data={pageSizes.map(pageSize => ({\r\n text: String(pageSize),\r\n value: pageSize,\r\n }))}\r\n onChange={event => {\r\n setPageIndex(0);\r\n setPageSize(Number(event.target.value));\r\n }}\r\n value={pageSize}\r\n />\r\n </span>\r\n )}\r\n {showPageControls && (\r\n <Group as=\"nav\" aria-label={texts.pagination.label}>\r\n <IconButton\r\n appearance=\"default\"\r\n disabled={!canPreviousPage}\r\n icon=\"arrow-start\"\r\n onClick={() => setPageIndex(0)}\r\n aria-label={\r\n showShortcutTexts\r\n ? texts.pagination.actions.firstPageWithShortcut\r\n : texts.pagination.actions.firstPage\r\n }\r\n tooltip={\r\n showShortcutTexts\r\n ? texts.pagination.actions.firstPageWithShortcut\r\n : texts.pagination.actions.firstPage\r\n }\r\n />\r\n <IconButton\r\n appearance=\"default\"\r\n disabled={!canPreviousPage}\r\n icon=\"arrow-left\"\r\n onClick={() => setPageIndex(pageIndex - 1)}\r\n aria-label={\r\n showShortcutTexts\r\n ? texts.pagination.actions.previousPageWithShortcut\r\n : texts.pagination.actions.previousPage\r\n }\r\n tooltip={\r\n showShortcutTexts\r\n ? texts.pagination.actions.previousPageWithShortcut\r\n : texts.pagination.actions.previousPage\r\n }\r\n />\r\n {showPageNumbers && pageCount > 0 && (\r\n <PageNumbers pageCount={pageCount} currentPageIndex={pageIndex} onClick={setPageIndex} />\r\n )}\r\n <IconButton\r\n appearance=\"default\"\r\n disabled={!canNextPage}\r\n icon=\"arrow-right\"\r\n onClick={() => setPageIndex(pageIndex + 1)}\r\n aria-label={\r\n showShortcutTexts ? texts.pagination.actions.nextPageWithShortcut : texts.pagination.actions.nextPage\r\n }\r\n tooltip={\r\n showShortcutTexts ? texts.pagination.actions.nextPageWithShortcut : texts.pagination.actions.nextPage\r\n }\r\n />\r\n <IconButton\r\n appearance=\"default\"\r\n disabled={!canNextPage}\r\n icon=\"arrow-end\"\r\n onClick={() => setPageIndex(pageCount - 1)}\r\n aria-label={\r\n showShortcutTexts ? texts.pagination.actions.lastPageWithShortcut : texts.pagination.actions.lastPage\r\n }\r\n tooltip={\r\n showShortcutTexts ? texts.pagination.actions.lastPageWithShortcut : texts.pagination.actions.lastPage\r\n }\r\n />\r\n </Group>\r\n )}\r\n </div>\r\n );\r\n});\r\n","import React from 'react';\r\nimport cn from 'classnames';\r\nimport './Progress.css';\r\n\r\nexport type ProgressProps = React.HTMLAttributes<HTMLSpanElement> & {\r\n /**\r\n * Indicates how long (in milliseconds) a progress bar will take to progress through.\r\n * By default, progress bar has no duration\r\n */\r\n duration?: number;\r\n};\r\n\r\nexport const Progress = ({ duration = undefined, ...props }: ProgressProps): JSX.Element => {\r\n let style;\r\n\r\n if (duration) {\r\n style = {\r\n animationDuration: `${duration}ms`,\r\n };\r\n }\r\n\r\n const className = cn('bg-grey-light rounded block h-1 overflow-hidden w-full', props.className);\r\n\r\n const progressClassName = cn('yt-progress__bar block h-1', {\r\n \"w-full before:h-1 before:bg-grey-dark before:block before:animate-[progress-indeterminate_2s_cubic-bezier(0.4,0,0.2,1)_infinite] before:content-[' ']\":\r\n !duration,\r\n [`w-0 bg-grey-dark animate-[progress_linear]`]: duration,\r\n });\r\n\r\n return (\r\n <span {...props} data-taco=\"progress\" className={className}>\r\n <span className={progressClassName} data-taco=\"progress-bar\" style={style} />\r\n </span>\r\n );\r\n};\r\n","import React from 'react';\r\nimport { TableRow, TableCell, TableChildren, InternalTableRow, InternalTableColumn, SortRule } from './types';\r\nimport { SortingRule } from 'react-table';\r\n\r\nexport const sanitizeRowProps = (row: InternalTableRow, rowExpansionRenderer: any): TableRow<any> => {\r\n const props: TableRow<any> = {\r\n index: row.index,\r\n indexPath: row.id,\r\n values: row.original,\r\n };\r\n\r\n if (row.subRows?.length > 0) {\r\n props.isExpanded = !!row.isExpanded;\r\n props.depth = row.depth;\r\n props.toggleRowExpanded = () => row.toggleRowExpanded(!props.isExpanded);\r\n } else if (rowExpansionRenderer) {\r\n props.isExpanded = !!row.isExpanded;\r\n props.toggleRowExpanded = () => row.toggleRowExpanded(!props.isExpanded);\r\n }\r\n\r\n if (row.toggleRowEditing) {\r\n props.isEditing = !!row.isEditing;\r\n props.toggleRowEditing = row.toggleRowEditing;\r\n }\r\n\r\n return props;\r\n};\r\n\r\nexport const getColumnsFromChildren = (children: TableChildren<any>, rowExpansionRenderer: any) => {\r\n const sortRules: SortingRule<any>[] = [];\r\n\r\n const columns = React.Children.toArray(children)\r\n .filter((child: any) => !!child && !child.props.hidden) // skip falsey or hidden columns\r\n .map(({ props: { children: groupChildren, ...props } }: any) => {\r\n const column: InternalTableColumn & { disableSortBy: boolean | undefined } = { ...props };\r\n\r\n column.sortType = column.sortType || 'auto';\r\n column.disableSortBy = column.disableSorting;\r\n\r\n // this is a Table.Group - TODO: Find a better way to determine the child type\r\n if (props.title && groupChildren) {\r\n column.Header = props.title;\r\n\r\n const { columns: groupColumns, sortRules: groupSortRules } = getColumnsFromChildren(\r\n groupChildren,\r\n rowExpansionRenderer\r\n );\r\n column.columns = groupColumns;\r\n groupSortRules.forEach(sort => sortRules.push(sort));\r\n } else {\r\n column.accessor = props.accessor;\r\n column.Header = props.headRenderer || '';\r\n column.Cell = (columnProps: any) => {\r\n const cell: TableCell<any> = {\r\n accessor: columnProps.cell.column.id,\r\n row: sanitizeRowProps(columnProps.cell.row, rowExpansionRenderer),\r\n value: columnProps.cell.value,\r\n };\r\n\r\n if (cell.row.isEditing && typeof props.editRenderer === 'function') {\r\n return props.editRenderer(cell);\r\n }\r\n\r\n return typeof props.cellRenderer === 'function' ? props.cellRenderer(cell) ?? null : cell.value ?? null;\r\n };\r\n\r\n // custom props\r\n column.align = props.align;\r\n column.flex = props.flex;\r\n\r\n if (props.sort && !props.disableSorting) {\r\n sortRules.push({\r\n id: props.accessor,\r\n desc: props.sort === 'desc',\r\n });\r\n }\r\n }\r\n\r\n return column;\r\n });\r\n\r\n return { columns, sortRules };\r\n};\r\n\r\nexport const getInternalSortRules = <T>(sortRules: SortRule<T>[] | undefined): SortingRule<T>[] | undefined => {\r\n return sortRules?.map<SortingRule<T>>(rule => ({ id: rule.accessor, desc: rule.desc }));\r\n};\r\n","import { SortTypes, TableRow } from '../types';\r\n\r\nconst getTime = (value: any): number | undefined => {\r\n const parsedValue: Date = typeof value === 'string' ? new Date(value) : value;\r\n return parsedValue?.getTime ? parsedValue.getTime() : undefined;\r\n};\r\n\r\nconst getNumber = (amount = '', decimalSeparator = ','): number | undefined => {\r\n if (typeof amount === 'number') {\r\n return amount;\r\n }\r\n\r\n if (amount === null || !amount.length) {\r\n return undefined;\r\n }\r\n\r\n let value;\r\n\r\n if (decimalSeparator === ',') {\r\n // replace digit seperator then replace decimal separator\r\n value = Number(amount.replace(/\\./g, '').replace(',', '.'));\r\n } else {\r\n // replace digit seperator\r\n value = Number(amount.replace(/,/g, ''));\r\n }\r\n\r\n return Number.isNaN(value) ? undefined : value;\r\n};\r\n\r\nconst getString = (value: any): string | undefined => {\r\n if (value) {\r\n return String(value).toLowerCase();\r\n }\r\n\r\n return undefined;\r\n};\r\n\r\nconst guess = (value: any): any => {\r\n if (typeof value === 'boolean') {\r\n return !!value;\r\n }\r\n\r\n return isNaN(value) ? getString(value) : Number(value);\r\n};\r\n\r\nconst compareBasic = (a: any, b: any) => {\r\n // places undefined values first in ascending order instead of descending\r\n if (a !== undefined && b === undefined) {\r\n return 1;\r\n }\r\n\r\n return a === b ? 0 : a > b ? 1 : -1;\r\n};\r\n\r\ntype SortHandler<T> = (rowA: TableRow<T>, rowB: TableRow<T>, columnId: string) => 0 | 1 | -1;\r\n\r\nexport const sortTypes: Record<SortTypes, SortHandler<any>> = {\r\n datetime: (rowA, rowB, columnId) => {\r\n const a = getTime(rowA.values[columnId]);\r\n const b = getTime(rowB.values[columnId]);\r\n return compareBasic(a, b);\r\n },\r\n string: (rowA, rowB, columnId) => {\r\n const a = getString(rowA.values[columnId]);\r\n const b = getString(rowB.values[columnId]);\r\n return compareBasic(a, b);\r\n },\r\n number: (rowA, rowB, columnId) => {\r\n const a = getNumber(rowA.values[columnId]);\r\n const b = getNumber(rowB.values[columnId]);\r\n return compareBasic(a, b);\r\n },\r\n boolean: (rowA, rowB, columnId) => {\r\n const a = !!rowA.values[columnId];\r\n const b = !!rowB.values[columnId];\r\n return compareBasic(a, b);\r\n },\r\n auto: (rowA, rowB, columnId) => {\r\n const a = guess(rowA.values[columnId]);\r\n const b = guess(rowB.values[columnId]);\r\n return compareBasic(a, b);\r\n },\r\n};\r\n","import React from 'react';\r\nimport { actions, PluginHook } from 'react-table';\r\n\r\nconst pluginName = 'useRowEditing';\r\n\r\nactions.resetRowEditing = 'resetRowEditing';\r\nactions.toggleRowEditing = 'toggleRowEditing';\r\nactions.toggleEditing = 'toggleEditing';\r\n\r\nfunction reducer(state: any, action: any): object {\r\n if (action.type === actions.init) {\r\n return {\r\n allowEditing: true,\r\n editingRowUniqueId: null,\r\n ...state,\r\n };\r\n }\r\n\r\n if (action.type === actions.resetRowEditing || action.type === actions.resetPage || action.type === actions.gotoPage) {\r\n return {\r\n ...state,\r\n editingRowUniqueId: null,\r\n };\r\n }\r\n\r\n if (action.type === actions.toggleRowEditing) {\r\n const { id } = action;\r\n return {\r\n ...state,\r\n editingRowUniqueId: id,\r\n };\r\n }\r\n\r\n if (action.type === actions.toggleEditing) {\r\n return {\r\n ...state,\r\n allowEditing: !state.allowEditing,\r\n };\r\n }\r\n\r\n return state;\r\n}\r\n\r\nfunction useInstance(instance: any): void {\r\n const { dispatch } = instance;\r\n\r\n const resetRowEditing = React.useCallback(() => {\r\n dispatch({ type: actions.resetRowEditing });\r\n }, [dispatch]);\r\n\r\n const toggleRowEditing = React.useCallback(\r\n id => {\r\n dispatch({ type: actions.toggleRowEditing, id });\r\n },\r\n [dispatch]\r\n );\r\n\r\n const toggleEditing = React.useCallback(() => {\r\n dispatch({ type: actions.toggleEditing });\r\n }, [dispatch]);\r\n\r\n Object.assign(instance, {\r\n resetRowEditing,\r\n toggleRowEditing,\r\n toggleEditing,\r\n });\r\n}\r\n\r\nconst prepareRow =\r\n <T extends {}>(uniqueId: keyof T) =>\r\n (row: any, { instance }: any): void => {\r\n const id = row.original[uniqueId];\r\n\r\n row.toggleRowEditing = () => {\r\n if (instance.state.editingRowUniqueId === id) {\r\n instance.resetRowEditing();\r\n } else {\r\n instance.toggleRowEditing(id);\r\n }\r\n };\r\n\r\n row.isEditing = row.original._createKey\r\n ? instance.state.editingRowUniqueId === row.original._createKey\r\n : instance.state.editingRowUniqueId === id;\r\n row.canEdit = instance.state.allowEditing && (row.isEditing || !instance.state.editingRowUniqueId);\r\n };\r\n\r\nexport const useRowEditing = <T extends {}>(uniqueId: keyof T | undefined): PluginHook<{}> => {\r\n const plugin = (hooks: any): void => {\r\n if (uniqueId) {\r\n hooks.stateReducers.push(reducer);\r\n hooks.useInstance.push(useInstance);\r\n hooks.prepareRow.push(prepareRow<T>(uniqueId));\r\n }\r\n };\r\n plugin.pluginName = pluginName;\r\n\r\n return plugin;\r\n};\r\n","import React from 'react';\r\nimport { PluginHook } from 'react-table';\r\nimport { InView } from 'react-intersection-observer';\r\nimport keycode from 'keycode';\r\nimport { sanitizeRowProps } from '../../util';\r\nimport { IconButton } from '../../../IconButton/IconButton';\r\nimport { LocalizationTexts } from '../../../Provider/Provider';\r\nimport { Menu } from '../../../Menu/Menu';\r\nimport { RowAction, RowActionHandler, TableRow } from '../../types';\r\n\r\nconst actionGroupClassName = '-mt-1 -mb-1 h-8 flex';\r\n\r\nconst hasActions = (inlineEditingUniqueId: any, handlers: any, actions: RowActionHandler<any>[] | undefined): number => {\r\n return (\r\n !!actions ||\r\n handlers.onRowCreate ||\r\n handlers.onRowCopy ||\r\n handlers.onRowDelete ||\r\n !!inlineEditingUniqueId ||\r\n handlers.onRowEdit\r\n );\r\n};\r\n\r\nconst getActions = (\r\n actions: RowActionHandler<any>[] | undefined,\r\n row: TableRow<any> | undefined = undefined\r\n): [RowAction<any>[], RowAction<any>[]] => {\r\n const primary: RowAction<any>[] = [];\r\n const secondary: RowAction<any>[] = [];\r\n\r\n if (actions) {\r\n let visibleActions = actions.filter(x => !!x);\r\n\r\n if (row) {\r\n visibleActions = visibleActions.filter((action: RowAction<any>) => {\r\n if (action.visible !== undefined) {\r\n if (typeof action.visible === 'function') {\r\n return action.visible(row);\r\n }\r\n\r\n return action.visible;\r\n }\r\n\r\n return true;\r\n });\r\n }\r\n\r\n visibleActions.forEach((action: RowAction<any>) => {\r\n if (action.showOnRow) {\r\n primary.push(action);\r\n } else {\r\n secondary.push(action);\r\n }\r\n });\r\n }\r\n\r\n return [primary, secondary];\r\n};\r\n\r\nconst getLength = (inlineEditingUniqueId: any, handlers: any, actions: RowActionHandler<any>[] | undefined): number => {\r\n const [primaryActions, secondaryActions] = getActions(actions);\r\n\r\n let length = primaryActions.length + (secondaryActions.length ? 1 : 0);\r\n\r\n if (handlers.onRowCreate) {\r\n length++;\r\n }\r\n\r\n if (handlers.onRowCopy) {\r\n length++;\r\n }\r\n\r\n if (handlers.onRowDelete) {\r\n length++;\r\n }\r\n\r\n if (!!inlineEditingUniqueId || handlers.onRowEdit) {\r\n length++;\r\n\r\n if (length < 2) {\r\n length++;\r\n }\r\n }\r\n\r\n return length;\r\n};\r\n\r\nconst getActionProps = (action: RowAction<any>, row: TableRow<any>) => {\r\n return {\r\n 'aria-label': typeof action.tooltip === 'function' ? action.tooltip(row) : action.tooltip,\r\n disabled: typeof action.disabled === 'function' ? action.disabled(row) : action.disabled,\r\n onClick: (event: React.MouseEvent<HTMLElement>) => {\r\n action.onClick(row, event);\r\n },\r\n };\r\n};\r\n\r\nconst EditModeActions = () => {\r\n React.useEffect(() => {\r\n const listener = (event: any) => {\r\n if (event.keyCode === keycode('escape') && event.target?.form?.reset) {\r\n event.preventDefault();\r\n event.target.form.reset();\r\n }\r\n };\r\n\r\n document.addEventListener('keydown', listener);\r\n\r\n return () => {\r\n document.removeEventListener('keydown', listener);\r\n };\r\n }, []);\r\n\r\n return (\r\n <div className={actionGroupClassName}>\r\n <IconButton appearance=\"primary\" icon=\"tick\" type=\"submit\" className=\"mr-2\" />\r\n <IconButton appearance=\"ghost\" icon=\"close\" type=\"reset\" />\r\n </div>\r\n );\r\n};\r\n\r\nexport const useRowActions = <T extends {}>(\r\n inlineEditingUniqueId: keyof T | undefined,\r\n handlers: any,\r\n actions: RowActionHandler<T>[] | undefined,\r\n rowExpansionRenderer: any,\r\n texts: LocalizationTexts,\r\n windowed = false\r\n): PluginHook<{}> => {\r\n const inlineEditing = !!inlineEditingUniqueId;\r\n const actionsLength = getLength(inlineEditingUniqueId, handlers, actions);\r\n\r\n const plugin = (hooks: any): void => {\r\n if (hasActions(inlineEditingUniqueId, handlers, actions)) {\r\n hooks.visibleColumns.push((columns: any) => [\r\n ...columns,\r\n {\r\n id: '_actions',\r\n className: 'flex justify-end px-1 overflow-visible',\r\n flex: `0 0 calc((${actionsLength} * 2rem) + .5rem)`,\r\n Cell: ({ row }: any) => {\r\n if (row.isEditing) {\r\n return <EditModeActions />;\r\n }\r\n\r\n const sanitizedRow = sanitizeRowProps(row, rowExpansionRenderer);\r\n const [primaryActions, secondaryActions] = getActions(actions, sanitizedRow);\r\n\r\n const output = (\r\n <>\r\n {handlers.onRowCreate && (\r\n <IconButton\r\n appearance=\"discrete\"\r\n icon=\"circle-plus\"\r\n aria-label={texts.table.newSubRow}\r\n tooltip={texts.table.newSubRow}\r\n disabled={inlineEditing && !row.canEdit}\r\n onClick={(event: React.MouseEvent) => {\r\n event.stopPropagation();\r\n event.persist();\r\n row.setActive();\r\n\r\n if (!row.isExpanded) {\r\n row.toggleRowExpanded();\r\n }\r\n\r\n handlers.onRowCreate(sanitizedRow, event);\r\n }}\r\n />\r\n )}\r\n {(inlineEditing || handlers.onRowEdit) && (\r\n <IconButton\r\n appearance=\"discrete\"\r\n icon=\"edit\"\r\n aria-label={texts.table.edit}\r\n tooltip={texts.table.edit}\r\n disabled={inlineEditing && !row.canEdit}\r\n onClick={(event: React.MouseEvent) => {\r\n event.stopPropagation();\r\n row.setActive();\r\n\r\n if (inlineEditing) {\r\n row.toggleRowEditing();\r\n } else if (handlers.onRowEdit) {\r\n event.persist();\r\n handlers.onRowEdit(sanitizedRow, event);\r\n }\r\n }}\r\n />\r\n )}\r\n {handlers.onRowCopy && (\r\n <IconButton\r\n appearance=\"discrete\"\r\n icon=\"copy\"\r\n aria-label={texts.table.copy}\r\n tooltip={texts.table.copy}\r\n disabled={inlineEditing && !row.canEdit}\r\n onClick={(event: React.MouseEvent) => {\r\n event.stopPropagation();\r\n event.persist();\r\n row.setActive();\r\n handlers.onRowCopy(sanitizedRow, event);\r\n }}\r\n />\r\n )}\r\n {handlers.onRowDelete && (\r\n <IconButton\r\n appearance=\"discrete\"\r\n icon=\"delete\"\r\n aria-label={texts.table.del}\r\n tooltip={texts.table.del}\r\n disabled={inlineEditing && !row.canEdit}\r\n onClick={(event: React.MouseEvent) => {\r\n event.stopPropagation();\r\n event.persist();\r\n row.setActive();\r\n handlers.onRowDelete(sanitizedRow, event);\r\n }}\r\n />\r\n )}\r\n {primaryActions.map((action: RowAction<T>, index: number) => (\r\n <IconButton\r\n {...getActionProps(action, sanitizedRow)}\r\n key={index}\r\n appearance=\"discrete\"\r\n icon={typeof action.icon === 'function' ? action.icon(sanitizedRow) : action.icon}\r\n tooltip={\r\n typeof action.tooltip === 'function' ? action.tooltip(sanitizedRow) : action.tooltip\r\n }\r\n />\r\n ))}\r\n {secondaryActions.length ? (\r\n <Menu>\r\n <Menu.Trigger>\r\n <IconButton\r\n appearance=\"discrete\"\r\n icon=\"ellipsis-vertical\"\r\n aria-label={texts.table.actions}\r\n tooltip={texts.table.actions}\r\n disabled={inlineEditing && !row.canEdit}\r\n onClick={(event: React.MouseEvent) => {\r\n event.stopPropagation();\r\n row.setActive();\r\n }}\r\n />\r\n </Menu.Trigger>\r\n <Menu.Content>\r\n {secondaryActions.map((action: RowAction<T>, index: number) => (\r\n <Menu.Item\r\n key={index}\r\n icon={\r\n typeof action.icon === 'function'\r\n ? action.icon(sanitizedRow)\r\n : action.icon\r\n }\r\n {...getActionProps(action, sanitizedRow)}\r\n >\r\n {typeof action.text === 'function' ? action.text(sanitizedRow) : action.text}\r\n </Menu.Item>\r\n ))}\r\n </Menu.Content>\r\n </Menu>\r\n ) : null}\r\n </>\r\n );\r\n\r\n if (windowed) {\r\n return <div className={actionGroupClassName}>{output}</div>;\r\n }\r\n\r\n return (\r\n <InView rootMargin=\"100px 0px\">\r\n {({ inView, ref }) => (\r\n <div className={actionGroupClassName} ref={ref}>\r\n {inView ? output : null}\r\n </div>\r\n )}\r\n </InView>\r\n );\r\n },\r\n },\r\n ]);\r\n }\r\n };\r\n plugin.pluginName = 'useRowActions';\r\n return plugin;\r\n};\r\n","// this wraps react-table's internal useRowSelect hook\r\nimport React from 'react';\r\nimport { useRowSelect as useBaseRowSelect, Row, PluginHook } from 'react-table';\r\nimport { Checkbox } from '../../../Checkbox/Checkbox';\r\nimport { SelectedRowsHandler } from '../../types';\r\n\r\nconst toggleBetween = (fromRowIndex: number, toRowIndex: number): [number, number] => {\r\n const fromIndex = toRowIndex < fromRowIndex ? toRowIndex : fromRowIndex;\r\n const toIndex = toRowIndex > fromRowIndex ? toRowIndex : fromRowIndex;\r\n\r\n return [fromIndex, toIndex];\r\n};\r\n\r\n// react-table calls \"index paths\" row ids. we named them indexPaths to reduce confusion with natural ids\r\n// the selection hook usess react-table's row selection, so this hok references row.id - it is the index path\r\n\r\nexport const useRowSelect = (onSelectedRows: SelectedRowsHandler | undefined): PluginHook<{}> => {\r\n const plugin = (hooks: any): void => {\r\n // eslint-disable-next-line react-hooks/rules-of-hooks\r\n useBaseRowSelect(hooks);\r\n\r\n if (onSelectedRows) {\r\n const toggleRowSelected = (indexPath: string, checked: boolean): void =>\r\n onSelectedRows(state => {\r\n const nextState = { ...state };\r\n\r\n if (checked) {\r\n nextState[indexPath] = true;\r\n } else {\r\n delete nextState[indexPath];\r\n }\r\n\r\n return nextState;\r\n });\r\n\r\n const prepareRow = (row: any) => {\r\n row.toggleRowSelected = () => toggleRowSelected(row.id, !row.isSelected);\r\n };\r\n\r\n hooks.prepareRow.push(prepareRow);\r\n\r\n // eslint-disable-next-line react-hooks/rules-of-hooks\r\n const lastSelectedSortedIndex = React.useRef();\r\n\r\n hooks.visibleColumns.push((columns: any) => [\r\n {\r\n id: 'selection',\r\n Header: ({ getToggleAllRowsSelectedProps, rows }: any) => {\r\n const { onChange: _, ...props } = getToggleAllRowsSelectedProps();\r\n\r\n const onChange = (checked): void => {\r\n if (checked) {\r\n // this intentionally only selects top level rows - sub rows add too much complexity\r\n onSelectedRows(Object.assign({}, Array(rows.length).fill(true)));\r\n } else {\r\n onSelectedRows({});\r\n }\r\n };\r\n\r\n return <Checkbox {...props} onChange={onChange} />;\r\n },\r\n Cell: ({ row, rows }: any) => {\r\n const { onChange: _, ...props } = row.getToggleRowSelectedProps();\r\n // row.index refers to the index in the original data, not the current index\r\n const sortedIndex = rows.findIndex((r: Row) => r.index === row.index);\r\n\r\n const onClick = (event: React.MouseEvent): void => {\r\n if (event.shiftKey) {\r\n const [fromIndex, toIndex] = toggleBetween(lastSelectedSortedIndex.current || 0, sortedIndex);\r\n\r\n for (let i = fromIndex; i <= toIndex; i++) {\r\n toggleRowSelected(rows[i].id, true);\r\n }\r\n } else {\r\n toggleRowSelected(row.id, !props.checked);\r\n }\r\n\r\n lastSelectedSortedIndex.current = sortedIndex;\r\n };\r\n\r\n return (\r\n <Checkbox\r\n {...props}\r\n className=\"mt-2.5\"\r\n onClick={onClick}\r\n // this is necessary to remove console spam from eslint\r\n onChange={() => false}\r\n />\r\n );\r\n },\r\n flex: '0 0 36px',\r\n className: 'flex-col justify-start !py-0',\r\n },\r\n ...columns,\r\n ]);\r\n }\r\n };\r\n plugin.pluginName = 'useRowSelect';\r\n return plugin;\r\n};\r\n","import React from 'react';\r\nimport keycode from 'keycode';\r\nimport { useControllableState } from '@radix-ui/react-use-controllable-state';\r\nimport { getNextIndexFromKeycode } from '../../../utils/hooks/useListKeyboardNavigation';\r\nimport { sanitizeRowProps } from '../util';\r\nimport { TableProps } from '../types';\r\n\r\nexport const useTableKeyboardNavigation = <T extends {}>(\r\n props: TableProps<T>,\r\n rows: any[],\r\n rowProps: any,\r\n ref: React.RefObject<HTMLDivElement>\r\n): [\r\n number | undefined,\r\n (index: number) => void,\r\n (event: React.KeyboardEvent<HTMLElement>) => void,\r\n (event: React.FocusEvent<HTMLElement>) => void\r\n] => {\r\n const useGlobalKeyboardNavigation = props.dangerouslyHijackGlobalKeyboardNavigation;\r\n\r\n const [activeIndex, setActiveIndex] = useControllableState<number | undefined>({\r\n prop: props.activeIndex,\r\n defaultProp:\r\n props.defaultActiveIndex !== undefined ? props.defaultActiveIndex : useGlobalKeyboardNavigation ? 0 : undefined,\r\n onChange: props.onChangeActiveIndex,\r\n });\r\n\r\n const onKeyDown = (event: KeyboardEvent): void => {\r\n const isModifierKeyPressed = event.metaKey || event.ctrlKey || event.altKey || event.shiftKey;\r\n\r\n if (\r\n useGlobalKeyboardNavigation &&\r\n document.activeElement !== ref.current &&\r\n document.activeElement?.getAttribute('type') !== 'search' &&\r\n document.activeElement !== document.body\r\n ) {\r\n return;\r\n }\r\n // abort key handling if other elements inside table are focused and we don't use global keyboard navigation\r\n if (!useGlobalKeyboardNavigation && document.activeElement !== ref.current) {\r\n return;\r\n }\r\n\r\n if (activeIndex !== undefined) {\r\n const currentRow = rows[activeIndex];\r\n\r\n if (currentRow) {\r\n const sanitizedRow = sanitizeRowProps(currentRow, rowProps.rowExpansionRenderer);\r\n\r\n if (rowProps.onRowClick && event.keyCode === keycode('enter')) {\r\n event.preventDefault();\r\n rowProps.onRowClick(sanitizedRow);\r\n return;\r\n }\r\n\r\n if (currentRow.toggleRowSelected && event.keyCode === keycode('space')) {\r\n event.preventDefault();\r\n currentRow.toggleRowSelected();\r\n return;\r\n }\r\n\r\n if (currentRow.toggleRowExpanded) {\r\n if (currentRow.isExpanded && event.keyCode === keycode('left')) {\r\n event.preventDefault();\r\n currentRow.toggleRowExpanded();\r\n return;\r\n } else if (!currentRow.isExpanded && event.keyCode === keycode('right')) {\r\n event.preventDefault();\r\n currentRow.toggleRowExpanded();\r\n return;\r\n }\r\n }\r\n\r\n // inline editing\r\n if (currentRow.toggleRowEditing) {\r\n if (currentRow.canEdit && !currentRow.isEditing) {\r\n if (rowProps.onRowCreate && event.shiftKey && event.keyCode === keycode('n')) {\r\n event.preventDefault();\r\n\r\n if (!currentRow.isExpanded) {\r\n currentRow.toggleRowExpanded();\r\n }\r\n\r\n rowProps.onRowCreate(sanitizedRow, event);\r\n return;\r\n }\r\n\r\n if (event.keyCode === keycode('e')) {\r\n event.preventDefault();\r\n currentRow.toggleRowEditing();\r\n return;\r\n }\r\n }\r\n }\r\n\r\n if (rowProps.onRowEdit && event.keyCode === keycode('e') && !isModifierKeyPressed) {\r\n event.preventDefault();\r\n rowProps.onRowEdit(sanitizedRow, event);\r\n return;\r\n }\r\n\r\n if (rowProps.onRowCopy && event.keyCode === keycode('c') && !isModifierKeyPressed) {\r\n event.preventDefault();\r\n rowProps.onRowCopy(sanitizedRow, event);\r\n return;\r\n }\r\n\r\n if (rowProps.onRowDelete && event.keyCode === keycode('delete') && !isModifierKeyPressed) {\r\n event.preventDefault();\r\n rowProps.onRowDelete(sanitizedRow, event);\r\n return;\r\n }\r\n }\r\n }\r\n\r\n const nextIndex = getNextIndexFromKeycode(event.keyCode, rows.length, activeIndex);\r\n\r\n if (nextIndex !== undefined) {\r\n event.preventDefault();\r\n setActiveIndex(nextIndex);\r\n }\r\n };\r\n\r\n const handleKeyDown = (event: React.KeyboardEvent<HTMLElement>): void => {\r\n if (!useGlobalKeyboardNavigation) {\r\n onKeyDown(event.nativeEvent);\r\n }\r\n };\r\n\r\n React.useEffect(() => {\r\n if (useGlobalKeyboardNavigation) {\r\n window.addEventListener('keydown', onKeyDown);\r\n }\r\n\r\n return () => {\r\n if (useGlobalKeyboardNavigation) {\r\n window.removeEventListener('keydown', onKeyDown);\r\n }\r\n };\r\n }, [onKeyDown]);\r\n\r\n const handleFocus = (): void => {\r\n if (activeIndex === undefined && rows.length) {\r\n setActiveIndex(0);\r\n }\r\n };\r\n\r\n return [activeIndex, setActiveIndex, handleKeyDown, handleFocus];\r\n};\r\n","import React from 'react';\r\nimport { actions, PluginHook } from 'react-table';\r\nimport { Icon } from '../../../Icon/Icon';\r\nimport { RowDragHandler } from '../../types';\r\nimport { sanitizeRowProps } from '../../util';\r\n\r\nconst pluginName = 'useRowDraggable';\r\n\r\nactions.resetRowDragging = 'resetRowDragging';\r\nactions.toggleRowDragging = 'toggleRowDragging';\r\n\r\nfunction reducer(state: any, action: any): object {\r\n if (action.type === actions.init) {\r\n return {\r\n draggingRowIndexPath: null,\r\n ...state,\r\n };\r\n }\r\n\r\n if (action.type === actions.resetRowDragging) {\r\n return {\r\n ...state,\r\n draggingRowIndexPath: null,\r\n };\r\n }\r\n\r\n if (action.type === actions.toggleRowDragging) {\r\n const { indexPath } = action;\r\n return {\r\n ...state,\r\n draggingRowIndexPath: indexPath,\r\n };\r\n }\r\n\r\n return state;\r\n}\r\n\r\nconst prepareRow = (row: any, { instance }: any): void => {\r\n row.toggleRowDragging = () => {\r\n if (instance.state.draggingRowIndexPath === row.id) {\r\n instance.dispatch({ type: actions.resetRowDragging });\r\n } else {\r\n instance.dispatch({ type: actions.toggleRowDragging, indexPath: row.id });\r\n }\r\n };\r\n\r\n if (instance.state.draggingRowIndexPath) {\r\n row.isDragging = instance.state.draggingRowIndexPath === row.id || !!instance.state.selectedRowIds?.[row.id];\r\n } else {\r\n row.isDragging = false;\r\n }\r\n};\r\n\r\nconst visibleColumns = (columns: any) => {\r\n return [\r\n {\r\n id: 'draggable',\r\n className: 'yt-table__cell--draggable flex-col px-0',\r\n Cell: () => <Icon name=\"drag\" className=\"text-grey-darkest invisible w-[20px] cursor-grab\" />,\r\n flex: '0 0 20px',\r\n },\r\n ...columns,\r\n ];\r\n};\r\n\r\nconst getRowProps =\r\n (onRowDrag: RowDragHandler<any>) =>\r\n (props: any, { instance, row }: any) => {\r\n const onDragStart = (event: React.DragEvent): void => {\r\n event.persist();\r\n row.toggleRowDragging();\r\n\r\n const indexPaths = [row.id, ...Object.keys(instance.state.selectedRowIds)];\r\n const data = instance.rows.filter((r: any) => indexPaths.includes(r.id)).map(sanitizeRowProps);\r\n\r\n const showPlaceholder = (placeholder: string) => {\r\n const element = window.document.createElement('div');\r\n element.id = 'yt-table__drag__placeholder';\r\n element.innerText = placeholder;\r\n window.document.body.appendChild(element);\r\n\r\n if (typeof DataTransfer.prototype.setDragImage === 'function') {\r\n event.dataTransfer.setDragImage(element, 0, 20);\r\n }\r\n };\r\n\r\n onRowDrag(data, showPlaceholder, event);\r\n };\r\n\r\n const onDragEnd = (): void => {\r\n const element: HTMLElement | null = document.getElementById('yt-table__drag__placeholder');\r\n\r\n if (element && element.parentNode) {\r\n element.parentNode.removeChild(element);\r\n }\r\n\r\n row.toggleRowDragging();\r\n };\r\n\r\n return [\r\n props,\r\n {\r\n draggable: true,\r\n onDragStart,\r\n onDragEnd,\r\n },\r\n ];\r\n };\r\n\r\nexport const useRowDraggable = (onRowDrag: RowDragHandler<any> | undefined): PluginHook<{}> => {\r\n const plugin = (hooks: any): void => {\r\n if (onRowDrag) {\r\n hooks.stateReducers.push(reducer);\r\n hooks.prepareRow.push(prepareRow);\r\n hooks.visibleColumns.push(visibleColumns);\r\n hooks.getRowProps.push(getRowProps(onRowDrag));\r\n }\r\n };\r\n plugin.pluginName = pluginName;\r\n\r\n return plugin;\r\n};\r\n","import React from 'react';\r\nimport { useTable as useReactTable, useExpanded, useSortBy, usePagination, useRowState } from 'react-table';\r\nimport { getColumnsFromChildren, getInternalSortRules } from '../util';\r\nimport { sortTypes } from '../util/sortTypes';\r\nimport { useRowEditing } from './plugins/useRowEditing';\r\nimport { useRowActions } from './plugins/useRowActions';\r\nimport { useRowSelect } from './plugins/useRowSelect';\r\nimport {\r\n InternalTable,\r\n InternalTableRow,\r\n PaginationHandler,\r\n RowActiveHandler,\r\n SortHandler,\r\n TableProps,\r\n TableRef,\r\n} from '../types';\r\nimport { useTableKeyboardNavigation } from './useTableKeyboardNavigation';\r\nimport { useLocalization } from '../../Provider/Provider';\r\nimport { useRowDraggable } from './plugins/useRowDraggable';\r\nimport { sanitizeRowProps } from '../util';\r\n\r\nconst useTableRowActive = (\r\n activeIndex: number | undefined,\r\n rows: InternalTableRow[],\r\n rowExpansionRenderer: TableProps<any>['rowExpansionRenderer'],\r\n handleonRowActive: RowActiveHandler<any> | undefined\r\n) => {\r\n React.useEffect(() => {\r\n if (activeIndex !== undefined && rows.length && handleonRowActive) {\r\n const focusedRow = rows[activeIndex];\r\n if (focusedRow) {\r\n const sanitizedFocusedRow = sanitizeRowProps(focusedRow, rowExpansionRenderer);\r\n handleonRowActive(sanitizedFocusedRow);\r\n }\r\n }\r\n }, [activeIndex, rows]);\r\n};\r\n\r\nconst useTableInstance = (instance: any, ref: React.RefObject<TableRef>): object => {\r\n const sanitizedInstance = React.useMemo(\r\n () => ({\r\n toggleAllRowsExpanded: instance.toggleAllRowsExpanded,\r\n toggleHideAllColumns: instance.toggleHideAllColumns,\r\n toggleHideColumn: instance.toggleHideColumn,\r\n toggleEditing: instance.toggleEditing,\r\n toggleRowEditing: instance.toggleRowEditing,\r\n resetRowEditing: instance.resetRowEditing,\r\n toggleRowExpanded: instance.toggleRowExpanded,\r\n toggleSortBy: instance.toggleSortBy,\r\n }),\r\n []\r\n );\r\n\r\n React.useEffect(() => {\r\n if (ref?.current) {\r\n ref.current.instance = sanitizedInstance;\r\n }\r\n }, [ref]);\r\n\r\n return sanitizedInstance;\r\n};\r\n\r\nconst useTablePaginationListener = (disablePagination: boolean, onPaginate: PaginationHandler | undefined, state: any): void => {\r\n React.useEffect(() => {\r\n if (!disablePagination && onPaginate) {\r\n onPaginate(state.pageIndex, state.pageSize);\r\n }\r\n }, [state.pageIndex, state.pageSize]);\r\n};\r\n\r\nconst useTableSortingListener = (\r\n data: any[],\r\n sortedRows: any[],\r\n onSort: SortHandler<any> | undefined,\r\n manualSorting: boolean,\r\n state: any\r\n): void => {\r\n React.useEffect(() => {\r\n if (onSort) {\r\n const sortRules = state.sortBy.map((rule: any) => ({ accessor: rule.id, desc: rule.desc }));\r\n\r\n if (manualSorting) {\r\n onSort(sortRules);\r\n } else {\r\n let sortedData;\r\n\r\n if (sortRules.length && sortedRows?.length) {\r\n sortedData = sortedRows.map((row: any) => row.original);\r\n }\r\n\r\n onSort(sortRules, sortedData || data);\r\n }\r\n }\r\n }, [onSort && JSON.stringify(state.sortBy), manualSorting]);\r\n};\r\n\r\nconst DEFAULT_PAGE_SIZE = 10;\r\n\r\nexport const useTable = <T extends {}>(\r\n props: TableProps<T> & { windowed?: boolean },\r\n ref: React.RefObject<TableRef>\r\n): InternalTable => {\r\n const {\r\n children,\r\n data,\r\n dangerouslyHijackGlobalKeyboardNavigation: _1,\r\n onRowClick,\r\n onRowDrag,\r\n onSelectedRows,\r\n rowClassName,\r\n rowExpansionRenderer,\r\n rowHeight,\r\n selectedRows,\r\n\r\n // sorting\r\n disableSorting,\r\n manualSorting,\r\n onSort,\r\n sortRules,\r\n\r\n // pagination\r\n disablePagination = true,\r\n length,\r\n onPaginate,\r\n pageSize = DEFAULT_PAGE_SIZE,\r\n pageIndex = 0,\r\n\r\n // row editing\r\n inlineEditingUniqueId = undefined,\r\n onRowCreate,\r\n\r\n // actions\r\n actions,\r\n onRowEdit,\r\n onRowCopy,\r\n onRowDelete,\r\n onRowActive,\r\n\r\n windowed = false,\r\n\r\n ...otherProps\r\n } = props;\r\n\r\n if ((onSelectedRows && !selectedRows) || (!onSelectedRows && selectedRows)) {\r\n throw new Error(\r\n 'Selected rows in a Table component are fully controlled - you must pass both the `onSelectedRows` and `selectedRows` props when using row selection'\r\n );\r\n }\r\n\r\n const { texts } = useLocalization();\r\n const { columns, sortRules: defaultSortRules } = React.useMemo(\r\n () => getColumnsFromChildren(children, rowExpansionRenderer),\r\n [children, rowExpansionRenderer]\r\n );\r\n\r\n const manualPagination = !disablePagination && !!onPaginate && !!length;\r\n\r\n const {\r\n headerGroups,\r\n rows,\r\n sortedRows,\r\n prepareRow: prepareBaseRow,\r\n state,\r\n // pagination\r\n page,\r\n gotoPage,\r\n setPageSize,\r\n ...instance\r\n }: any = useReactTable(\r\n {\r\n columns,\r\n data,\r\n initialState: {\r\n // eslint-disable-next-line\r\n // @ts-ignore: not sure how to type this correctly right now\r\n sortBy: getInternalSortRules(sortRules) || defaultSortRules,\r\n pageSize: !disablePagination ? pageSize : undefined,\r\n pageIndex: !disablePagination ? pageIndex : undefined,\r\n },\r\n manualPagination,\r\n pageCount: manualPagination && length ? Math.ceil(length / pageSize) : -1,\r\n manualSortBy: manualSorting,\r\n disableSortBy: disableSorting,\r\n // most of these resets preventions are needed for editing mode\r\n autoResetExpanded: false,\r\n autoResetSelectedRows: false,\r\n autoResetSortBy: false,\r\n autoResetPage: false,\r\n sortTypes: React.useMemo(() => sortTypes, []),\r\n useControlledState: currentState => {\r\n return React.useMemo(\r\n () => ({\r\n ...currentState,\r\n selectedRowIds: selectedRows || [],\r\n }),\r\n [currentState, selectedRows]\r\n );\r\n },\r\n },\r\n useRowState,\r\n useSortBy,\r\n useExpanded,\r\n usePagination,\r\n useRowSelect(onSelectedRows),\r\n useRowDraggable(onRowDrag),\r\n useRowEditing(inlineEditingUniqueId),\r\n useRowActions(\r\n inlineEditingUniqueId,\r\n { onRowCreate, onRowEdit, onRowCopy, onRowDelete },\r\n actions,\r\n rowExpansionRenderer,\r\n texts,\r\n windowed\r\n )\r\n );\r\n\r\n useTablePaginationListener(disablePagination, onPaginate, state);\r\n useTableSortingListener(data, sortedRows, onSort, !!manualSorting, state);\r\n\r\n const sanitizedInstance = useTableInstance(instance, ref);\r\n\r\n const visibleRows = !disablePagination && !manualPagination ? page : rows;\r\n\r\n const [activeIndex, setActiveIndex, handleKeyDown, handleFocus] = useTableKeyboardNavigation<T>(\r\n props,\r\n visibleRows,\r\n { onRowClick, onRowCreate, onRowEdit, onRowCopy, onRowDelete, rowExpansionRenderer },\r\n ref\r\n );\r\n\r\n useTableRowActive(activeIndex, rows, rowExpansionRenderer, onRowActive);\r\n\r\n const prepareRow = React.useCallback(\r\n (row: any, index: number) => {\r\n prepareBaseRow(row);\r\n row.setActive = () => setActiveIndex(index);\r\n },\r\n [prepareBaseRow, setActiveIndex]\r\n );\r\n\r\n return {\r\n rowProps: {\r\n activeIndex,\r\n setActiveIndex,\r\n onRowClick,\r\n rowClassName,\r\n rowExpansionRenderer,\r\n rowHeight,\r\n inlineEditingUniqueId,\r\n },\r\n tableProps: {\r\n ...otherProps,\r\n headerGroups,\r\n onFocus: handleFocus,\r\n onKeyDown: handleKeyDown,\r\n tabIndex: otherProps.tabIndex ?? 0,\r\n },\r\n state,\r\n pagination: !disablePagination\r\n ? {\r\n length: manualPagination && length ? length : data.length,\r\n pageIndex: state.pageIndex,\r\n pageSize: state.pageSize,\r\n setPageIndex: gotoPage,\r\n setPageSize: setPageSize,\r\n }\r\n : null,\r\n rows: visibleRows,\r\n prepareRow,\r\n instance: sanitizedInstance,\r\n };\r\n};\r\n","import React from 'react';\r\nimport cn from 'classnames';\r\nimport { FocusScope } from '@react-aria/focus';\r\nimport { InternalTableCell, TableRow } from '../types';\r\nimport { sanitizeRowProps } from '../util';\r\n\r\nconst renderCell = (cell: InternalTableCell, row: TableRow<any>): JSX.Element => {\r\n const props = {\r\n ...cell.getCellProps(),\r\n className: cn('yt-table__cell flex-1 truncate p-2 align-middle', cell.column.className, {\r\n 'justify-start text-left': cell.column.align === 'left',\r\n 'justify-end text-right': cell.column.align === 'right',\r\n 'text-center': !cell.column.align,\r\n }),\r\n style: {\r\n ...cell.column.style,\r\n flex: typeof cell.column.flex === 'function' ? cell.column.flex(row) : cell.column.flex,\r\n },\r\n };\r\n return (\r\n <div {...props} role=\"gridcell\" data-taco=\"table-cell\">\r\n {cell.render('Cell') || null}\r\n </div>\r\n );\r\n};\r\n\r\nexport const Row = React.forwardRef(function TableRow({ row, index, instance, headerGroups, ...rowProps }: any, ref: any) {\r\n const {\r\n activeIndex,\r\n onRowClick,\r\n rowClassName,\r\n rowExpansionRenderer,\r\n rowHeight,\r\n setActiveIndex,\r\n style,\r\n inlineEditingUniqueId,\r\n } = rowProps;\r\n const sanitizedRow = sanitizeRowProps(row, rowExpansionRenderer);\r\n\r\n const props = {\r\n ...row.getRowProps(),\r\n style: {\r\n ...style,\r\n minHeight: rowHeight ? `${rowHeight}px` : undefined,\r\n paddingLeft: row.depth ? `${row.depth * 2}rem` : undefined,\r\n },\r\n className: cn(\r\n 'yt-table__row border-grey-light flex border-b min-h-[2.5rem] hover:bg-grey-light',\r\n {\r\n 'yt-table__row--active bg-grey-light hover:bg-grey-light': activeIndex === index,\r\n 'yt-table__row--clickable': !!onRowClick,\r\n 'yt-table__row--dragging': !!row.isDragging,\r\n 'yt-table__row--editing': !!row.isEditing,\r\n },\r\n typeof rowClassName === 'function' ? rowClassName(sanitizedRow) : rowClassName\r\n ),\r\n onClick: onRowClick\r\n ? (event: React.MouseEvent<HTMLElement>) => {\r\n if (\r\n event.target === event.currentTarget ||\r\n (event.target as HTMLElement).classList.contains('yt-table__cell')\r\n ) {\r\n event.preventDefault();\r\n event.persist();\r\n setActiveIndex(index);\r\n onRowClick(sanitizedRow);\r\n }\r\n }\r\n : () => {\r\n setActiveIndex(index);\r\n },\r\n };\r\n\r\n let cells = row.cells;\r\n\r\n if (row.depth > 0) {\r\n cells = row.cells.filter((cell: any) => !cell.column.hiddenOnSubRows);\r\n }\r\n\r\n const expandedRow = rowExpansionRenderer && row.isExpanded && <div>{rowExpansionRenderer(sanitizedRow, instance)}</div>;\r\n const rowContent = React.useMemo(() => {\r\n return (\r\n <>\r\n <FocusScope key={row.original._createKey} contain restoreFocus autoFocus>\r\n <div {...props} role=\"row\" ref={ref}>\r\n <input type=\"hidden\" name=\"_rowIndexPath\" value={row.id} />\r\n <input type=\"hidden\" name=\"_inlineEditingUniqueId\" value={row.original[inlineEditingUniqueId]} />\r\n {cells.map((cell: InternalTableCell) => renderCell(cell, sanitizedRow))}\r\n </div>\r\n </FocusScope>\r\n {expandedRow}\r\n </>\r\n );\r\n }, [row.original._createKey]);\r\n\r\n if (row.isEditing) {\r\n return rowContent;\r\n }\r\n\r\n return (\r\n <>\r\n <div {...props} role=\"row\" ref={ref}>\r\n {cells.map((cell: InternalTableCell) => renderCell(cell, sanitizedRow))}\r\n </div>\r\n {expandedRow}\r\n </>\r\n );\r\n});\r\n","import React from 'react';\r\nimport cn from 'classnames';\r\nimport { Icon } from '../../Icon/Icon';\r\n\r\nexport const Column = ({ cell }: any): any => {\r\n const props = {\r\n ...cell.getHeaderProps(),\r\n ...(cell.getSortByToggleProps && cell.getSortByToggleProps({ title: undefined })),\r\n className: cn('yt-table__cell flex flex-1 truncate p-2 align-middle text-grey-darkest hover:text-black', cell.className, {\r\n 'yt-table__cell__group': !!cell.columns,\r\n 'cursor-pointer': !cell.disableSorting,\r\n 'justify-start text-left': cell.align === 'left',\r\n 'justify-end text-right': cell.align === 'right',\r\n 'justify-center text-center': cell.align === 'center' || !cell.align,\r\n }),\r\n style: { ...cell.style, flex: cell.flex },\r\n };\r\n\r\n if (cell.isSorted) {\r\n props['aria-sort'] = cell.isSortedDesc ? 'descending' : 'ascending';\r\n }\r\n\r\n return (\r\n <div {...props} key={cell.id} data-taco=\"table-column\">\r\n <span className=\"truncate\">{cell.render('Header')}</span>\r\n {cell.isSorted ? (\r\n <Icon name={cell.isSortedDesc ? 'chevron-down-solid' : 'chevron-up-solid'} className=\"-mt-0.5\" />\r\n ) : null}\r\n </div>\r\n );\r\n};\r\n","import React from 'react';\r\nimport cn from 'classnames';\r\nimport { HeaderGroup } from 'react-table';\r\nimport { useProxiedRef } from '../../../utils/hooks/useProxiedRef';\r\nimport { InternalBaseTable } from '../types';\r\nimport './Table.css';\r\nimport { Column } from '../util/renderColumn';\r\n\r\nexport const DefaultEmptyState = (): React.ReactNode => null;\r\n\r\nexport const BaseTable = React.forwardRef(function BaseTable(props: InternalBaseTable, ref: React.Ref<HTMLDivElement>) {\r\n const tableRef = useProxiedRef<HTMLDivElement>(ref);\r\n const { autoFocus, children, disableSorting: _, headerGroups, headerRef, bodyRef, ...otherProps } = props;\r\n\r\n React.useEffect(() => {\r\n if (autoFocus && tableRef.current) {\r\n tableRef.current.focus();\r\n }\r\n }, []);\r\n\r\n const className = cn('yt-table flex flex-col focus:yt-focus focus:rounded-sm', props.className);\r\n\r\n return (\r\n <div {...otherProps} role=\"table\" className={className} ref={tableRef}>\r\n <div role=\"rowgroup\" className=\"yt-table__head\" ref={headerRef}>\r\n {headerGroups?.map((headerGroup: HeaderGroup<object>, index: number) => (\r\n <div\r\n key={index}\r\n role=\"row\"\r\n className=\"border-grey-light flex h-auto min-h-[2.5rem] w-full select-none border-t-0 border-b-2 font-bold\"\r\n >\r\n {headerGroup.headers.map((cell: any, index: number) => (\r\n <Column key={index} index={index} cell={cell} />\r\n ))}\r\n </div>\r\n ))}\r\n </div>\r\n\r\n <div role=\"rowgroup\" className=\"yt-table__body\" ref={bodyRef}>\r\n {children}\r\n </div>\r\n </div>\r\n );\r\n});\r\n","import React from 'react';\r\nimport { PluginHook } from 'react-table';\r\nimport { TableProps, InternalTableRow, ForwardedGenericTableWithStatics, TableRef } from '../types';\r\nimport { useTable } from '../hooks/useTable';\r\nimport { Pagination } from '../../Pagination/Pagination';\r\nimport { useProxiedRef } from '../../../utils/hooks/useProxiedRef';\r\nimport { Row } from '../util/renderRow';\r\nimport { DefaultEmptyState, BaseTable } from './BaseTable';\r\n\r\nexport const Table = React.forwardRef(function Table<T>(\r\n props: TableProps<T> & { plugins: PluginHook<{}>[] },\r\n ref: React.Ref<TableRef>\r\n) {\r\n const { emptyStateRenderer = DefaultEmptyState, ...otherProps } = props;\r\n const tableRef: any = useProxiedRef<HTMLDivElement>(ref);\r\n const { rowProps, tableProps, rows, prepareRow, pagination, instance } = useTable(otherProps, tableRef);\r\n\r\n let paginationElement;\r\n\r\n if (pagination) {\r\n paginationElement = (\r\n <Pagination\r\n className=\"my-4 w-full\"\r\n length={pagination.length}\r\n pageIndex={pagination.pageIndex}\r\n pageSize={pagination.pageSize}\r\n setPageIndex={pagination.setPageIndex}\r\n setPageSize={pagination.setPageSize}\r\n showPageControls={pagination.length > pagination.pageSize}\r\n dangerouslyHijackGlobalKeyboardNavigation={props.dangerouslyHijackGlobalKeyboardNavigation}\r\n />\r\n );\r\n }\r\n\r\n return (\r\n <>\r\n {paginationElement}\r\n <BaseTable {...tableProps} ref={tableRef}>\r\n {rows.length\r\n ? rows.map((row: InternalTableRow, index: number) => {\r\n prepareRow(row, index);\r\n return (\r\n <Row\r\n {...rowProps}\r\n key={index}\r\n index={index}\r\n row={row}\r\n instance={instance}\r\n headerGroups={tableProps.headerGroups}\r\n />\r\n );\r\n })\r\n : emptyStateRenderer()}\r\n </BaseTable>\r\n {paginationElement}\r\n </>\r\n );\r\n}) as ForwardedGenericTableWithStatics;\r\n\r\nTable.Column = () => null;\r\nTable.Group = () => null;\r\n","import React from 'react';\r\nimport { ForwardedGenericTableWithStatics, TableProps, TableRef } from '../types';\r\nimport { Table } from './Table';\r\n\r\nexport const PaginatedTable = React.forwardRef(function PaginatedTable<T>(props: TableProps<T>, ref: React.Ref<TableRef>) {\r\n return <Table {...props} disablePagination={false} ref={ref} />;\r\n}) as ForwardedGenericTableWithStatics;\r\n\r\nPaginatedTable.Column = () => null;\r\nPaginatedTable.Group = () => null;\r\n","import React from 'react';\r\nimport cn from 'classnames';\r\nimport { PluginHook } from 'react-table';\r\nimport { areEqual, VariableSizeList } from 'react-window';\r\nimport InfiniteLoader from 'react-window-infinite-loader';\r\nimport { TableProps, ForwardedGenericTableWithStatics, TableRef } from '../types';\r\nimport { useTable } from '../hooks/useTable';\r\nimport { useBoundingClientRectListener } from '../../../utils/hooks/useBoundingClientRectListener';\r\nimport { useProxiedRef } from '../../../utils/hooks/useProxiedRef';\r\nimport { Row } from '../util/renderRow';\r\nimport { DefaultEmptyState, BaseTable } from './BaseTable';\r\nimport { useLocalization } from '../../Provider/Provider';\r\n\r\nconst ROW_HEIGHT = 40;\r\n\r\nconst VariableRow = React.memo(({ data, index, style: { height: _, ...style } }: any) => {\r\n const { texts } = useLocalization();\r\n const { rows, setRowHeight, rowProps, tableProps, instance, prepareRow, rowHeights } = data;\r\n const row = rows[index];\r\n const ref = React.useRef<HTMLDivElement>(null);\r\n\r\n React.useEffect(() => {\r\n if (ref?.current) {\r\n setRowHeight(index, ref.current.getBoundingClientRect().height);\r\n }\r\n }, [rowHeights[index]]);\r\n\r\n if (row) {\r\n prepareRow(row, index);\r\n\r\n return (\r\n <Row\r\n {...rowProps}\r\n style={style}\r\n key={index}\r\n index={index}\r\n row={row}\r\n instance={instance}\r\n headerGroups={tableProps.headerGroups}\r\n setRowHeight={setRowHeight}\r\n ref={ref}\r\n />\r\n );\r\n }\r\n\r\n return (\r\n <div className=\"yt-table__row\" role=\"row\" style={style}>\r\n <div className=\"yt-table__cell text-grey-dark\">{texts.table.loading}</div>\r\n </div>\r\n );\r\n}, areEqual);\r\n\r\nconst getAverageRowHeight = (rowHeights = {}) => {\r\n const keys = Object.keys(rowHeights);\r\n const estimatedHeight = keys.reduce((p, i) => p + rowHeights[i], 0);\r\n return estimatedHeight / keys.length;\r\n};\r\n\r\nexport const WindowedTable = React.forwardRef(function WindowedTable<T>(\r\n props: TableProps<T> & { plugins: PluginHook<{}>[] },\r\n ref: React.Ref<TableRef>\r\n) {\r\n const tableRef: any = useProxiedRef<HTMLDivElement>(ref);\r\n const { emptyStateRenderer = DefaultEmptyState, length, loadMore, ...otherProps } = props;\r\n const { rowProps, tableProps, rows, prepareRow, instance, state } = useTable<T>({ ...otherProps, windowed: true }, tableRef);\r\n\r\n // determine heights for windowing calculations\r\n const headerRef = React.useRef<HTMLDivElement>(null);\r\n const [rowsRef, setRowsRef] = React.useState<any>(null);\r\n const tableDimensions = useBoundingClientRectListener(tableRef);\r\n const headerDimensions = useBoundingClientRectListener(headerRef);\r\n const height = tableDimensions && headerDimensions ? tableDimensions.height - headerDimensions.height : null;\r\n\r\n // variable row height calculations\r\n const estimatedRowHeight = rowProps.rowHeight || ROW_HEIGHT;\r\n const rowHeights = React.useRef<Record<string, number>>({});\r\n const setRowHeight = React.useCallback((index: number, size: number) => {\r\n if (rowHeights.current[index] !== size) {\r\n rowHeights.current = {\r\n ...rowHeights.current,\r\n [index]: size,\r\n };\r\n\r\n if (rowsRef) {\r\n rowsRef.resetAfterIndex(0);\r\n }\r\n }\r\n }, []);\r\n const getRowHeight = React.useCallback(index => rowHeights.current[index] || estimatedRowHeight, []);\r\n\r\n React.useEffect(() => {\r\n if (rowsRef && rowProps.activeIndex !== undefined) {\r\n rowsRef.scrollToItem(rowProps.activeIndex, 'start');\r\n }\r\n }, [rowsRef, rowProps.activeIndex]);\r\n\r\n // trigger recalculation of variable row heights if the data changes\r\n React.useEffect(() => {\r\n rowHeights.current = {};\r\n\r\n if (rowsRef) {\r\n rowsRef.resetAfterIndex(0);\r\n }\r\n }, [rows.length]);\r\n\r\n const contentHeight = estimatedRowHeight * props.data.length || 0;\r\n const isScrollbarVisible = height !== null ? contentHeight > height : false;\r\n\r\n const className = cn(tableProps.className, 'yt-table--windowed', { 'table-with-scrollbar': isScrollbarVisible });\r\n\r\n let list;\r\n\r\n const itemData = {\r\n rows,\r\n setRowHeight,\r\n rowProps,\r\n tableProps,\r\n instance,\r\n prepareRow,\r\n state,\r\n rowHeights: rowHeights.current,\r\n };\r\n\r\n if (height && rows.length) {\r\n const listProps = {\r\n height,\r\n itemData,\r\n estimatedItemSize: getAverageRowHeight(rowHeights.current),\r\n itemSize: getRowHeight,\r\n width: '100%',\r\n };\r\n\r\n if (loadMore && length) {\r\n const isLoaded = (index: number) => !!rows[index];\r\n\r\n list = (\r\n <InfiniteLoader isItemLoaded={isLoaded} itemCount={length} loadMoreItems={loadMore as any}>\r\n {({ onItemsRendered, ref }: any) => (\r\n <VariableSizeList\r\n {...listProps}\r\n itemCount={length}\r\n onItemsRendered={onItemsRendered}\r\n ref={list => {\r\n ref(list);\r\n setRowsRef(list);\r\n }}\r\n >\r\n {VariableRow}\r\n </VariableSizeList>\r\n )}\r\n </InfiniteLoader>\r\n );\r\n } else {\r\n list = (\r\n <VariableSizeList\r\n {...listProps}\r\n itemCount={rows.length}\r\n ref={ref => {\r\n setRowsRef(ref);\r\n }}\r\n >\r\n {VariableRow}\r\n </VariableSizeList>\r\n );\r\n }\r\n }\r\n\r\n return (\r\n <BaseTable {...tableProps} className={className} headerRef={headerRef} ref={tableRef}>\r\n {list ? list : emptyStateRenderer()}\r\n </BaseTable>\r\n );\r\n}) as ForwardedGenericTableWithStatics;\r\n\r\nWindowedTable.Column = () => null;\r\nWindowedTable.Group = () => null;\r\n","import set from 'lodash/set';\r\nimport { Row, RowIndexPath } from '../types';\r\n\r\nexport const convertRowIndexPathToNumberArray = (rowIndexPath: RowIndexPath): number[] =>\r\n rowIndexPath?.split('.').map(Number) ?? [];\r\n\r\nexport const getByRowIndexPath = <TRow>(data: Row<TRow>[], rowIndexPath: RowIndexPath): Row<TRow> | undefined => {\r\n if (!rowIndexPath) {\r\n return undefined;\r\n }\r\n\r\n const currenTRow = [...data];\r\n const indexes = convertRowIndexPathToNumberArray(String(rowIndexPath));\r\n\r\n if (indexes.length) {\r\n const startIndex = indexes.shift() as number;\r\n return indexes.reduce((value, index) => value?.subRows?.[index], currenTRow[startIndex]);\r\n }\r\n\r\n return undefined;\r\n};\r\n\r\nexport const setByRowIndexPath = <TRow>(data: Row<TRow>[], rowIndexPath: RowIndexPath, values: any): Row<TRow>[] => {\r\n const nexTRow = [...data];\r\n\r\n const rowIndexes = convertRowIndexPathToNumberArray(rowIndexPath);\r\n const rootIndex = rowIndexes.shift() as number;\r\n\r\n if (rowIndexes.length) {\r\n const path = rowIndexes.map(index => `subRows[${index}]`).join('.');\r\n set(nexTRow[rootIndex], path, values);\r\n } else {\r\n nexTRow[rootIndex] = values;\r\n }\r\n\r\n return nexTRow;\r\n};\r\n\r\nexport const getParentRowIndexPath = (rowIndexPath: RowIndexPath): RowIndexPath => {\r\n let parentIndexPath;\r\n\r\n if (rowIndexPath) {\r\n const rowIndexes = convertRowIndexPathToNumberArray(rowIndexPath);\r\n rowIndexes.pop();\r\n\r\n if (rowIndexes.length) {\r\n parentIndexPath = rowIndexes.join('.');\r\n }\r\n }\r\n\r\n return parentIndexPath;\r\n};\r\n","import React from 'react';\r\nimport { v4 as uuid } from 'uuid';\r\nimport set from 'lodash/set';\r\nimport unset from 'lodash/unset';\r\nimport get from 'lodash/get';\r\nimport compact from 'lodash/compact';\r\nimport pullAt from 'lodash/pullAt';\r\n\r\nimport { convertRowIndexPathToNumberArray, getByRowIndexPath, getParentRowIndexPath } from '../util/rowIndexPath';\r\nimport { Row, RowIndexPath, TableRef } from '../types';\r\n\r\nexport const insertChildTableRow = <TRow,>(\r\n data: Row<TRow>[],\r\n rowIndexPath: RowIndexPath = undefined,\r\n values: any = {}\r\n): [Row<TRow>[], RowIndexPath] => {\r\n const nexTRow: Row<TRow>[] = JSON.parse(JSON.stringify(data));\r\n\r\n let childRowIndexPath;\r\n\r\n if (rowIndexPath) {\r\n const rowIndexes = convertRowIndexPathToNumberArray(rowIndexPath);\r\n const currentRow = getByRowIndexPath(nexTRow, rowIndexes.join('.'));\r\n const nextSubRows = currentRow?.subRows ?? [];\r\n\r\n const path = rowIndexes.map(i => `[${i}]`).join('.subRows') + '.subRows';\r\n nextSubRows.unshift(values);\r\n set(nexTRow, path, nextSubRows);\r\n\r\n // rebuild the new id\r\n rowIndexes.push(0);\r\n childRowIndexPath = rowIndexes.join('.');\r\n } else {\r\n nexTRow.unshift(values);\r\n childRowIndexPath = '0';\r\n }\r\n\r\n return [nexTRow, childRowIndexPath];\r\n};\r\n\r\nexport const removeChildTableRow = <TRow,>(data: Row<TRow>[], rowIndexPath: RowIndexPath): Row<TRow>[] => {\r\n const nexTRow = JSON.parse(JSON.stringify(data));\r\n\r\n const rowIndexes = convertRowIndexPathToNumberArray(rowIndexPath);\r\n const rootIndex = Number(rowIndexes.shift());\r\n\r\n if (rowIndexes.length) {\r\n // unset\r\n const unsetPath = rowIndexes.map(index => `subRows[${index}]`).join('.');\r\n unset(nexTRow[rootIndex], unsetPath);\r\n\r\n // remove empty value from subRows\r\n rowIndexes.pop();\r\n const setPath = rowIndexes.length ? rowIndexes.map(index => `subRows[${index}]`).join('.') + '.subRows' : 'subRows';\r\n set(nexTRow[rootIndex], setPath, compact(get(nexTRow[rootIndex], setPath)));\r\n } else {\r\n pullAt(nexTRow, rootIndex);\r\n }\r\n\r\n return nexTRow;\r\n};\r\n\r\nexport type useTableRowCreation<TRow> = {\r\n data: Row<TRow>[];\r\n create: (rowIndexPath: RowIndexPath, values?: object | undefined) => RowIndexPath;\r\n remove: (rowIndexPath: RowIndexPath) => void;\r\n isCreating: boolean;\r\n};\r\n\r\nexport const useTableRowCreation = <TRow,>(data: Row<TRow>[], tableRef: React.RefObject<TableRef>): useTableRowCreation<TRow> => {\r\n const [internalData, setInternalData] = React.useState(JSON.parse(JSON.stringify(data)));\r\n const [activeRowIndexPath, setActiveRowIndexPath] = React.useState<string | undefined>(undefined);\r\n\r\n React.useEffect(() => {\r\n if (activeRowIndexPath !== undefined) {\r\n // keep the same edit key, so that we don't remount the row/form\r\n const currentRow: any = getByRowIndexPath(internalData, activeRowIndexPath);\r\n\r\n // get the active creation rows parent\r\n const parentId = getParentRowIndexPath(activeRowIndexPath);\r\n\r\n // insert a new empty row in the external data (with the same key)\r\n const [nexTRow, newRowIndexPath] = insertChildTableRow(JSON.parse(JSON.stringify(data)), parentId, currentRow);\r\n\r\n // update and set that row as active, we basically just changed it's position in our internal data\r\n setActiveRowIndexPath(newRowIndexPath);\r\n setInternalData(nexTRow);\r\n\r\n if (tableRef?.current) {\r\n tableRef.current.instance.toggleRowEditing(currentRow?._createKey);\r\n }\r\n } else {\r\n setInternalData(data);\r\n }\r\n }, [JSON.stringify(data)]);\r\n\r\n const create = (rowIndexPath: RowIndexPath = undefined, values: object | undefined = {}): RowIndexPath => {\r\n const _createKey = uuid();\r\n const [nexTRow, newRowIndexPath] = insertChildTableRow(internalData, rowIndexPath, { ...values, _createKey });\r\n setActiveRowIndexPath(newRowIndexPath);\r\n setInternalData(nexTRow);\r\n\r\n if (tableRef?.current) {\r\n tableRef.current.instance.toggleRowEditing(_createKey);\r\n }\r\n\r\n return newRowIndexPath;\r\n };\r\n\r\n const remove = (rowIndexPath: any): void => {\r\n const nexTRow = removeChildTableRow(internalData, rowIndexPath);\r\n setInternalData(nexTRow);\r\n setActiveRowIndexPath(undefined);\r\n };\r\n\r\n return {\r\n data: internalData,\r\n create,\r\n remove,\r\n isCreating: activeRowIndexPath !== undefined,\r\n };\r\n};\r\n","import * as React from 'react';\r\nimport cn from 'classnames';\r\nimport * as TabsPrimitive from '@radix-ui/react-tabs';\r\n\r\nimport { Orientation } from '../../types';\r\nimport './Tabs.css';\r\n\r\nexport type TabsProps = React.HTMLAttributes<HTMLDivElement> & {\r\n /**\r\n * The controlled value of the tab to activate. Should be used in conjunction with `onChange`.\r\n */\r\n id?: string;\r\n /**\r\n * Set which tab is selected on mount.\r\n * This has to be one of the existing ids provided for tabs\r\n */\r\n defaultId?: string;\r\n /**\r\n * Content should be one or an array of `Tabs.Trigger` components inside `Tabs.List` and then\r\n * followed by one or an array of `Tabs.Content`.\r\n * *Note* that there can also be tabs that are rendered conditionally.\r\n */\r\n children: React.ReactNode;\r\n /**\r\n * Define orientation of tabs.\r\n * @defaultValue horizontal\r\n */\r\n orientation?: Orientation;\r\n /**\r\n * Callback that is called when tab is changed.\r\n */\r\n onChange?: (id: string) => void;\r\n};\r\n\r\nexport type TabListProps = React.HTMLAttributes<HTMLDivElement>;\r\n\r\nexport type TabTriggerProps = React.HTMLAttributes<HTMLButtonElement> & {\r\n /**\r\n * A unique value that associates the trigger with a content.\r\n */\r\n id: string;\r\n /**\r\n * When true, prevents the user from interacting with the tab.\r\n */\r\n disabled?: boolean;\r\n};\r\n\r\nexport type TabContentProps = React.HTMLAttributes<HTMLDivElement> & {\r\n /**\r\n * A unique value that associates the content with a trigger.\r\n */\r\n id: string;\r\n};\r\n\r\nexport type ForwardedTabsWithStatics = React.ForwardRefExoticComponent<TabsProps & React.RefAttributes<HTMLDivElement>> & {\r\n /** Tab list component containing all tab triggers, rendered in a `Tabs` group component */\r\n List: React.ForwardRefExoticComponent<TabListProps & React.RefAttributes<HTMLDivElement>>;\r\n /** Tab trigger component rendered in a `Tabs.List` component */\r\n Trigger: React.ForwardRefExoticComponent<TabTriggerProps & React.RefAttributes<HTMLButtonElement>>;\r\n /** Tab content component rendered in a `Tabs` group component */\r\n Content: React.ForwardRefExoticComponent<TabContentProps & React.RefAttributes<HTMLDivElement>>;\r\n};\r\n\r\nexport const Tabs = React.forwardRef(function Tabs(props: TabsProps, ref: React.Ref<HTMLDivElement>) {\r\n const { id, defaultId, children, onChange, orientation = 'horizontal', ...otherProps } = props;\r\n const className = cn(\r\n 'yt-tabs',\r\n `yt-tabs--${orientation}`,\r\n {\r\n 'flex w-full': orientation === 'vertical',\r\n },\r\n props.className\r\n );\r\n\r\n return (\r\n <TabsPrimitive.Root\r\n {...otherProps}\r\n className={className}\r\n data-taco=\"tabs\"\r\n defaultValue={defaultId}\r\n dir=\"ltr\"\r\n onValueChange={onChange}\r\n orientation={orientation}\r\n ref={ref}\r\n value={id}\r\n >\r\n {children}\r\n </TabsPrimitive.Root>\r\n );\r\n}) as ForwardedTabsWithStatics;\r\n\r\nconst TabList = React.forwardRef(function Tab(props: TabListProps, ref: React.Ref<HTMLDivElement>) {\r\n const className = cn('yt-tab__list border-b border-grey-light flex flex-row m-0 mb-4', props.className);\r\n\r\n return <TabsPrimitive.List {...props} className={className} ref={ref} />;\r\n});\r\n\r\nconst TabTrigger = React.forwardRef(function Tab(props: TabTriggerProps, ref: React.Ref<HTMLButtonElement>) {\r\n const { id, disabled, ...otherProps } = props;\r\n const className = cn(\r\n 'yt-tab bg-transparent border-b-2 border-transparent text-grey-darkest m-0 py-2 px-4',\r\n disabled\r\n ? 'cursor-not-allowed !text-grey-darker'\r\n : 'cursor-pointer rounded-t hover:border-grey-dark aria-selected:border-blue aria-selected:text-black aria-selected:hover:border-blue-light hover:text-black active:yt-focus active:border-blue focus:yt-focus focus:border-blue',\r\n props.className\r\n );\r\n\r\n return (\r\n <TabsPrimitive.Trigger\r\n {...otherProps}\r\n className={className}\r\n disabled={disabled}\r\n ref={ref}\r\n style={{\r\n transition: 'border 0.2s ease-in',\r\n }}\r\n value={id}\r\n />\r\n );\r\n});\r\n\r\nconst TabContent = React.forwardRef(function Tab(props: TabContentProps, ref: React.Ref<HTMLDivElement>) {\r\n const { id, ...otherProps } = props;\r\n const className = cn('yt-tab__panel outline-none', props.className);\r\n\r\n return <TabsPrimitive.Content {...otherProps} className={className} ref={ref} value={id} />;\r\n});\r\n\r\nTabs.List = TabList;\r\nTabs.Trigger = TabTrigger;\r\nTabs.Content = TabContent;\r\n","import * as React from 'react';\r\nimport cn from 'classnames';\r\nimport { getInputClasses } from '../Input/util';\r\n\r\nexport type TextareaProps = React.TextareaHTMLAttributes<HTMLTextAreaElement> & {\r\n /** Draws attention to the textarea by changing its style and making it visually prominent */\r\n highlighted?: boolean;\r\n /* Whether the input is in an invalid state */\r\n invalid?: boolean;\r\n /** Value of the textarea */\r\n value?: string;\r\n};\r\n\r\nexport const Textarea = React.forwardRef(function Textarea(props: TextareaProps, ref: React.Ref<HTMLTextAreaElement>) {\r\n const { defaultValue: _, highlighted, invalid, onKeyDown, ...otherProps } = props;\r\n const classNames = cn(getInputClasses(props), 'py-1 min-h-[75px] disabled:resize-none', props.className);\r\n\r\n // home and end keys only navigate to the start/end of textarea value if the textarea container does not scroll\r\n // if it has scroll height then the browser reverts to native scrolling behaviour only\r\n // so we manually override it to ensure _our_ desired behaviour remains intact\r\n const handleKeyDown = (event: React.KeyboardEvent<HTMLTextAreaElement>) => {\r\n if (event.key === 'Home' || event.key === 'End') {\r\n event.preventDefault();\r\n const position = event.key === 'End' ? event.currentTarget.value.length : 0;\r\n event.currentTarget.setSelectionRange(position, position);\r\n event.currentTarget.scrollTop = event.key === 'End' ? event.currentTarget.scrollHeight : 0;\r\n }\r\n\r\n if (onKeyDown) {\r\n onKeyDown(event);\r\n }\r\n };\r\n\r\n return <textarea {...otherProps} className={classNames} data-taco=\"textarea\" onKeyDown={handleKeyDown} ref={ref} />;\r\n});\r\n","import * as React from 'react';\r\nimport cn from 'classnames';\r\nimport * as PrimitiveSwitch from '@radix-ui/react-switch';\r\n\r\ntype SwitchBaseProps = Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, 'children' | 'onChange'> & {\r\n /** Label for the switch */\r\n label?: React.ReactNode;\r\n /* Whether user input is required */\r\n required?: boolean;\r\n};\r\n\r\ninterface UncontrolledSwitchProps extends SwitchBaseProps {\r\n checked?: never;\r\n onChange?: never;\r\n /* The default checked state (uncontrolled) */\r\n defaultChecked?: boolean;\r\n}\r\n\r\ninterface ControlledSwitchProps extends SwitchBaseProps {\r\n defaultChecked?: never;\r\n /* The current checked state (controlled) */\r\n checked: boolean;\r\n /* Handler called when the checked state changes */\r\n onChange: (checked: boolean) => void;\r\n}\r\n\r\nexport type SwitchProps = UncontrolledSwitchProps | ControlledSwitchProps;\r\n\r\nexport const Switch = React.forwardRef(function Switch(props: SwitchProps, ref: React.Ref<HTMLButtonElement>) {\r\n const { label, onChange, ...otherProps } = props;\r\n\r\n const className = cn(\r\n 'group h-5 w-9 flex rounded-full inline-flex',\r\n {\r\n 'mr-2': !!label,\r\n 'bg-grey-darker hover:bg-grey-dark aria-checked:bg-blue aria-checked:hover:bg-blue-light focus:yt-focus':\r\n !props.disabled,\r\n 'bg-grey-light cursor-not-allowed aria-checked:bg-blue-light': props.disabled,\r\n },\r\n props.className\r\n );\r\n\r\n const element = (\r\n <PrimitiveSwitch.Root {...otherProps} className={className} onCheckedChange={onChange} ref={ref}>\r\n <PrimitiveSwitch.Thumb className=\"'will-change-transform group-aria-checked:translate-x-[1.1rem] mt-0.5 h-4 w-4 translate-x-[0.15rem] rounded-full bg-white transition-transform group-disabled:opacity-50\" />\r\n </PrimitiveSwitch.Root>\r\n );\r\n\r\n if (label) {\r\n const labelClassName = cn('flex items-center cursor-pointer', {\r\n 'cursor-not-allowed text-grey-dark': props.disabled,\r\n });\r\n\r\n return (\r\n <label className={labelClassName}>\r\n {element}\r\n {label}\r\n </label>\r\n );\r\n }\r\n\r\n return element;\r\n});\r\n","import keycode from 'keycode';\r\nimport * as React from 'react';\r\nimport Joyride, { Step, CallBackProps, ACTIONS, LIFECYCLE, Placement, EVENTS, TooltipRenderProps } from 'react-joyride';\r\n\r\nimport { Button } from '../Button/Button';\r\nimport { Group } from '../Group/Group';\r\nimport { IconButton } from '../IconButton/IconButton';\r\nimport { useLocalization } from '../Provider/Provider';\r\n\r\nexport type TourTexts = {\r\n /** Text for back action button */\r\n back: string;\r\n /**\r\n * Text for close button.\r\n * This button is displayed if tour is not continuous - replacing the `Next` button.\r\n * It will pause the flow of the tour and close the tooltip\r\n */\r\n close: string;\r\n /**\r\n * Aria-label and title for close icon button in each step.\r\n * This button skips and completes the flow entirely\r\n */\r\n skip: string;\r\n /**\r\n * Text for last action button.\r\n * This button is displayed when user is on the last step of the tour\r\n */\r\n last: string;\r\n /**\r\n * Text for next action button.\r\n * This button is displayed if tour has more than one steps and is continuous\r\n */\r\n next: string;\r\n /** Aria label and title for beacon that will open the tour step */\r\n open: string;\r\n};\r\n\r\nexport type TourStepProps = {\r\n /** Content can be any valid react node, for e.g. a `div` */\r\n children: React.ReactNode;\r\n /** Define the position of the tour's popup relative to the element is presenting */\r\n position?: Placement;\r\n /** The css selector of the html element you want to include in a tour */\r\n selector: string;\r\n /**\r\n * Show beacon for step.\r\n * A beacon is a styled component which indicates the current element to be presented.\r\n * For more informations about how to create a beacon, read [Joyride](https://docs.react-joyride.com) docs\r\n */\r\n showBeacon?: boolean;\r\n /** Text displayed above the children/content of the popup */\r\n title: string;\r\n};\r\n\r\nconst Tooltip = ({\r\n continuous,\r\n index,\r\n isLastStep,\r\n step,\r\n backProps,\r\n primaryProps,\r\n skipProps,\r\n tooltipProps,\r\n size,\r\n locale,\r\n disableTourSkipOnEsc,\r\n}: TooltipRenderProps & { locale: TourTexts; disableTourSkipOnEsc?: boolean }) => {\r\n const skipButtonRef = React.useRef<HTMLButtonElement>(null);\r\n\r\n React.useEffect(() => {\r\n const onWindowKeyDown = (event: KeyboardEvent): void => {\r\n if (!disableTourSkipOnEsc) {\r\n if (event.keyCode === keycode('esc') && skipButtonRef.current !== null) {\r\n event.preventDefault();\r\n skipButtonRef.current.click();\r\n return;\r\n }\r\n }\r\n };\r\n\r\n window.addEventListener('keydown', onWindowKeyDown);\r\n\r\n return () => {\r\n window.removeEventListener('keydown', onWindowKeyDown);\r\n };\r\n }, []);\r\n\r\n return (\r\n <div {...tooltipProps} className=\"yt-tour__step w-88 relative rounded bg-white p-4\">\r\n <IconButton\r\n {...skipProps}\r\n ref={skipButtonRef}\r\n appearance=\"discrete\"\r\n icon=\"close\"\r\n title={locale.skip}\r\n aria-label={locale.skip}\r\n className=\"absolute top-0 right-0 mt-1 mr-1\"\r\n />\r\n {step.title && <h5>{step.title}</h5>}\r\n {step.content}\r\n <Group className=\"mt-4 justify-end\">\r\n {index > 0 && (\r\n <Button {...backProps} appearance=\"discrete\">\r\n {locale.back}\r\n </Button>\r\n )}\r\n <Button {...primaryProps} appearance=\"primary\">\r\n {continuous\r\n ? isLastStep\r\n ? `${locale.last} (${index + 1}/${size})`\r\n : `${locale.next} (${index + 1}/${size})`\r\n : locale.close}\r\n </Button>\r\n </Group>\r\n </div>\r\n );\r\n};\r\n\r\n// eslint-disable-next-line @typescript-eslint/no-unused-vars\r\nexport const TourStep = (_props: TourStepProps): null => null;\r\n\r\nexport type TourProps = {\r\n /** Controls if [Joyride](https://docs.react-joyride.com) is active */\r\n autoStart?: boolean;\r\n /** Children should be one or more `Tour.Step` components */\r\n children: any;\r\n /** Are there more than one steps and should you be able to navigate between them using `Next` and `Previous` buttons */\r\n continuous?: boolean;\r\n /** Disable closing of tour when click on `Escape` */\r\n disableCloseOnEsc?: boolean;\r\n /** Don't close the presenting popup of the tour step when clicking outside it */\r\n disableOverlayClose?: boolean;\r\n /** Allows user to interact with the presented components (mouse and touch events) when the popup is visible */\r\n disableScrolling?: boolean;\r\n /* When user clicks on the close icon button, which will close the tour and complete the flow */\r\n onClose?: (step: TourStepProps) => void;\r\n /* When user completes the entire flow */\r\n onComplete?: Function;\r\n /** When step is ready */\r\n onReady?: (step: TourStepProps) => void;\r\n /* Allow mouse and touch events through the spotlight */\r\n spotlightClicks?: boolean;\r\n /* Stops the injection of custom overflow styles on parent container. Can be used to prevent remaining overflow styles after tour is done. */\r\n disableScrollParentFix?: boolean;\r\n};\r\n\r\nexport const Tour = (props: TourProps) => {\r\n const {\r\n texts: { tour },\r\n } = useLocalization();\r\n\r\n const {\r\n autoStart: run,\r\n onComplete,\r\n onClose,\r\n onReady,\r\n spotlightClicks,\r\n disableCloseOnEsc: disableTourSkipOnEsc,\r\n disableScrollParentFix = false,\r\n ...rest\r\n } = props;\r\n\r\n const steps = React.useMemo(() => {\r\n return React.Children.map(props.children, child => {\r\n const step: Step = {\r\n disableBeacon: !child.props.showBeacon,\r\n target: child.props.selector,\r\n placement: child.props.position,\r\n title: child.props.title,\r\n content: child.props.children,\r\n };\r\n return step;\r\n });\r\n }, [props.children]);\r\n\r\n const getStep = React.useCallback(\r\n (selector: string | HTMLElement) => props.children.find((child: any) => child.props.selector === selector)?.props,\r\n [props.children]\r\n );\r\n\r\n function callback(state: CallBackProps) {\r\n if (state.action === ACTIONS.SKIP && state.lifecycle === LIFECYCLE.COMPLETE) {\r\n if (onClose) {\r\n onClose(getStep(state.step.target));\r\n }\r\n }\r\n\r\n if (state.type === EVENTS.TOUR_END) {\r\n if (onComplete) {\r\n onComplete();\r\n }\r\n }\r\n\r\n if (state.lifecycle === LIFECYCLE.READY) {\r\n if (onReady) {\r\n onReady(getStep(state.step.target));\r\n }\r\n }\r\n }\r\n\r\n return (\r\n <Joyride\r\n {...rest}\r\n run={run}\r\n steps={steps}\r\n showProgress\r\n floaterProps={{\r\n disableAnimation: true,\r\n }}\r\n tooltipComponent={tooltipProps => (\r\n <Tooltip {...tooltipProps} locale={tour} disableTourSkipOnEsc={disableTourSkipOnEsc} />\r\n )}\r\n locale={tour}\r\n spotlightPadding={8}\r\n spotlightClicks={spotlightClicks}\r\n disableScrollParentFix={disableScrollParentFix}\r\n callback={callback}\r\n styles={{\r\n /** style beacon */\r\n options: {\r\n // tailwind.theme.colors.blue.light\r\n primaryColor: '#6ba4ff',\r\n },\r\n }}\r\n disableCloseOnEsc\r\n />\r\n );\r\n};\r\n\r\nTour.Step = TourStep;\r\n","import React from 'react';\r\n\r\nexport const useOnClickOutside = (\r\n ref: React.RefObject<HTMLElement> | React.RefObject<HTMLElement>[],\r\n callback: (event: MouseEvent | TouchEvent) => void\r\n): void => {\r\n React.useEffect(() => {\r\n const listener = (event: MouseEvent | TouchEvent): void => {\r\n const refs = !Array.isArray(ref) ? [ref] : ref;\r\n if (refs.some(currentRef => !currentRef.current || currentRef.current.contains(event.target as Node))) {\r\n return;\r\n }\r\n callback(event);\r\n };\r\n\r\n document.addEventListener('mousedown', listener);\r\n document.addEventListener('touchstart', listener);\r\n\r\n return () => {\r\n document.removeEventListener('mousedown', listener);\r\n document.removeEventListener('touchstart', listener);\r\n };\r\n }, [ref, callback]);\r\n};\r\n","import * as React from 'react';\r\nimport cn from 'classnames';\r\n\r\nimport { MenuProps, IconButton } from '../..';\r\n\r\nexport type CardContentProps = React.HTMLAttributes<HTMLDivElement> & {\r\n noPadding?: boolean;\r\n};\r\n\r\nconst Content = React.forwardRef<HTMLDivElement, CardContentProps>(function CardContent(externalProps, ref) {\r\n const { noPadding, ...props } = externalProps;\r\n const className = cn(\r\n 'flex-grow overflow-auto',\r\n {\r\n 'mx-4 mb-4': !noPadding,\r\n },\r\n props.className\r\n );\r\n return <div {...props} className={className} ref={ref} />;\r\n});\r\n\r\nexport type CardProps = React.HTMLAttributes<HTMLDivElement> & {\r\n /** Title of the Card */\r\n title: string | React.ReactElement;\r\n /** Menu component associated with the Card */\r\n menu?: (props: Partial<MenuProps>) => JSX.Element;\r\n};\r\n\r\nexport const Card = React.forwardRef<HTMLDivElement, CardProps>(function Card(props, ref) {\r\n const { title, menu, children } = props;\r\n const className = cn(\r\n 'bg-white flex flex-col rounded-xl shadow-[0px_0px_1px_rgba(0,0,0,0.1),0px_6px_18px_rgba(47,51,68,0.2)]',\r\n props.className\r\n );\r\n\r\n return (\r\n <div className={className} data-taco=\"card\" ref={ref}>\r\n <div className=\"mx-4 mt-4 mb-2 flex\">\r\n {title && <h4 className=\"mb-0 flex-grow text-left\">{title}</h4>}\r\n {menu ? <IconButton icon=\"ellipsis-horizontal\" appearance=\"discrete\" menu={menu} className=\"-mt-[4px]\" /> : null}\r\n </div>\r\n {children}\r\n </div>\r\n );\r\n}) as React.ForwardRefExoticComponent<CardProps> & {\r\n Content: React.ForwardRefExoticComponent<CardContentProps>;\r\n};\r\nCard.Content = Content;\r\n"],"names":["IconAccountPreview","props","svgRef","React","xmlns","viewBox","ref","d","fill","fillRule","IconAccountingYearCancel","IconAccountingYear","IconAccounting","IconArrowBottom","IconArrowDown","IconArrowEnd","IconArrowLeft","IconArrowRight","IconArrowStart","IconArrowTop","IconArrowUp","IconAttachAuto","IconAttachCancel","IconAttach","IconAutotextInsert","IconAutotext","IconBasicTabs","IconBasic","IconBellSolid","IconBook","IconBooking","IconBudget","IconCalendar","IconCashAccount","IconCashReports","IconChatSolid","IconChat","IconChevronDownDouble","IconChevronDownSolid","IconChevronDown","IconChevronLeftDouble","IconChevronLeft","IconChevronRightDouble","IconChevronRight","IconChevronUpDouble","IconChevronUpSolid","IconChevronUp","IconCircleClose","clipRule","IconCircleMinus","IconCirclePlus","IconCircleTick","IconClampOpen","IconClamp","IconClose","IconConnectionEnable","IconConnectionRevoke","IconContacts","IconCopy","IconCourses","IconCredit","IconDeletePermanently","IconDelete","IconDepecriate","IconDeveloper","IconDistributionTemplate","IconDocumentApprove","IconDocumentCreateEntry","IconDocumentCut","IconDocumentError","IconDocumentIsolatePage","IconDocumentMerge","IconDocumentMove","IconDocumentPreview","IconDocumentReceived","IconDocumentRejectedRequest","IconDocumentSplit","IconDocumentTime","IconDocument","IconDownload","IconDrag","IconECopedia","IconESignature","IconEdit","IconEllipsisHorizontal","IconEllipsisVertical","IconEntriesOnAccount","IconEntriesOpen","IconEntriesWarning","IconEntryTypeCustomerInvoice","IconEntryTypeCustomerPayment","IconEntryTypeJournalEntry","IconEntryTypeManualCustomerInvoice","IconEntryTypeSupplierInvoice","IconEntryTypeSupplierPayment","IconEnvelopeApproved","IconEnvelope","IconExpandView","IconExpenses","IconExportToExcel","IconExportToPdf","IconExport","IconFilterSolid","IconFilter","IconGraphSolid","IconHash","IconHome","IconImages","IconImport","IconInboxEinvoicing","IconInboxScanning","IconInboxSmart","IconInbox","IconInfo","IconInventoryMatrix","IconInventory","IconJournalPro","IconLayoutBoth","IconLayoutFirst","IconLayoutLast","IconLayoutNone","IconLayout","IconLedgerCardCustomerReminder","IconLedgerCardManualCustomerInvoice","IconLedgerCardObsoleteStock","IconLedgerCardOpeningEntry","IconLedgerCardReservedEntry","IconLedgerCardShrinkagePilferage","IconLedgerCardStockAdjustment","IconLedgerCardTransferredOpeningEntry","IconLedgerCard","IconLightbulb","IconLine","IconListBulleted","IconListSearch","IconList","IconLockOpen","IconLogOut","IconLog","IconMarket","IconMatchAmount","IconMatchEntries","IconMenu","IconMileage","IconModalResize","IconModalShrink","IconMoreSolid","IconMore","IconMove","IconNavigationList","IconNoteFollowUp","IconNoteRead","IconNote","IconPartnerApi","IconPeriod","IconPersonChange","IconPersonMinus","IconPersonPlus","IconPersonTick","IconPlay","IconPlusMinus","IconPrint","IconProcessPayment","IconProductLedgerCard","IconProfile","IconProjectCards","IconProjects","IconQuicklinks","IconRatingBankruptcy","IconRatingPaymentProblems","IconReconciled","IconRefresh","IconReportSolid","IconReport","IconRestore","IconRotateLeft","IconRotateRight","IconSales","IconSearchBold","IconSearch","IconSecureTick","IconSecure","IconSettingsSolid","IconSettings","IconShortcuts","IconShowAll","IconShowLess","IconShowMore","IconShowTemplate","IconSliders","IconSmartpay","IconSortBy","IconSpinner","IconStarSolid","IconStar","IconSubscriptions","IconSystemEntries","IconTag","IconTemplateOverride","IconTemplates","IconThumbBoth","IconThumbDownSolid","IconThumbDown","IconThumbUpSolid","IconThumbUp","IconTick","IconTime","IconTransferCancel","IconTransferLocked","IconTransfer","IconUndock","IconUnreconciled","IconWarning","IconWebshop","IconWebsite","IconWorkflow","IconZoom","icons","AccountPreview","AccountingYearCancel","AccountingYear","accounting","Accounting","ArrowBottom","ArrowDown","ArrowEnd","ArrowLeft","ArrowRight","ArrowStart","ArrowTop","ArrowUp","AttachAuto","AttachCancel","attach","Attach","AutotextInsert","autotext","Autotext","BasicTabs","basic","Basic","BellSolid","book","Book","booking","Booking","budget","Budget","calendar","Calendar","CashAccount","CashReports","ChatSolid","chat","Chat","ChevronDownDouble","ChevronDownSolid","ChevronDown","ChevronLeftDouble","ChevronLeft","ChevronRightDouble","ChevronRight","ChevronUpDouble","ChevronUpSolid","ChevronUp","CircleClose","CircleMinus","CirclePlus","CircleTick","ClampOpen","clamp","Clamp","close","Close","ConnectionEnable","ConnectionRevoke","contacts","Contacts","copy","Copy","courses","Courses","credit","Credit","DeletePermanently","delete","Delete","depecriate","Depecriate","developer","Developer","DistributionTemplate","DocumentApprove","DocumentCreateEntry","DocumentCut","DocumentError","DocumentIsolatePage","DocumentMerge","DocumentMove","DocumentPreview","DocumentReceived","DocumentRejectedRequest","DocumentSplit","DocumentTime","document","Document","download","Download","drag","Drag","ECopedia","ESignature","edit","Edit","EllipsisHorizontal","EllipsisVertical","EntriesOnAccount","EntriesOpen","EntriesWarning","EntryTypeCustomerInvoice","EntryTypeCustomerPayment","EntryTypeJournalEntry","EntryTypeManualCustomerInvoice","EntryTypeSupplierInvoice","EntryTypeSupplierPayment","EnvelopeApproved","envelope","Envelope","ExpandView","expenses","Expenses","ExportToExcel","ExportToPdf","export","Export","FilterSolid","filter","Filter","GraphSolid","hash","Hash","home","Home","images","Images","import","Import","InboxEinvoicing","InboxScanning","InboxSmart","inbox","Inbox","info","Info","InventoryMatrix","inventory","Inventory","JournalPro","LayoutBoth","LayoutFirst","LayoutLast","LayoutNone","layout","Layout","LedgerCardCustomerReminder","LedgerCardManualCustomerInvoice","LedgerCardObsoleteStock","LedgerCardOpeningEntry","LedgerCardReservedEntry","LedgerCardShrinkagePilferage","LedgerCardStockAdjustment","LedgerCardTransferredOpeningEntry","LedgerCard","lightbulb","Lightbulb","line","Line","ListBulleted","ListSearch","list","List","LockOpen","LogOut","log","Log","market","Market","MatchAmount","MatchEntries","menu","Menu","mileage","Mileage","ModalResize","ModalShrink","MoreSolid","more","More","move","Move","NavigationList","NoteFollowUp","NoteRead","note","Note","PartnerApi","period","Period","PersonChange","PersonMinus","PersonPlus","PersonTick","play","Play","PlusMinus","print","Print","ProcessPayment","ProductLedgerCard","profile","Profile","ProjectCards","projects","Projects","quicklinks","Quicklinks","RatingBankruptcy","RatingPaymentProblems","reconciled","Reconciled","refresh","Refresh","ReportSolid","report","Report","restore","Restore","RotateLeft","RotateRight","sales","Sales","SearchBold","search","Search","SecureTick","secure","Secure","SettingsSolid","settings","Settings","shortcuts","Shortcuts","ShowAll","ShowLess","ShowMore","ShowTemplate","sliders","Sliders","smartpay","Smartpay","SortBy","spinner","Spinner","StarSolid","star","Star","subscriptions","Subscriptions","SystemEntries","tag","Tag","TemplateOverride","templates","Templates","ThumbBoth","ThumbDownSolid","ThumbDown","ThumbUpSolid","ThumbUp","tick","Tick","time","Time","TransferCancel","TransferLocked","transfer","Transfer","undock","Undock","unreconciled","Unreconciled","warning","Warning","webshop","Webshop","website","Website","workflow","Workflow","zoom","Zoom","Icon","forwardRef","name","otherProps","Component","className","cn","includes","focusable","role","AccordionContext","createContext","as","StyledTrigger","AccordionStyledTrigger","isExpanded","children","Trigger","AccordionTrigger","useContext","Heading","AccordionPrimitive","asChild","Content","AccordionContent","Item","id","value","Accordion","defaultId","onChange","context","useMemo","valueProps","defaultValue","undefined","onValueChange","type","Array","isArray","Provider","Backdrop","VisuallyHidden","getStateClasses","getOutlineClasses","state","Badge","compact","outline","title","getBannerIcon","Button","disabled","target","href","count","map","child","Tooltip","placement","TooltipPrimitive","delayDuration","side","sideOffset","style","transformOrigin","getButtonClasses","getAppearanceClasses","icon","createButton","dialog","hanger","popover","tooltip","button","ButtonPrimitive","trigger","appearance","anchor","IconButton","rounded","Banner","onClose","onClick","fluid","key","useTimer","duration","callback","timer","tracker","setTracker","remaining","started","current","window","setTimeout","clearTimeout","running","start","Date","now","pause","resume","delay","label","useState","visible","setVisibility","useEffect","timeout","cx","cy","r","getBadgeIcon","css","Toast","content","lastUpdated","handleClose","options","texts","useLocalization","autoClose","controls","useAnimation","triggerUpdateAnimation","scale","motion","div","animate","onMouseEnter","onMouseLeave","toasts","dismiss","DEFAULT_AUTO_CLOSE_TIMEOUT","ToastContext","insertToastWithoutDuplicates","currentToasts","nextToasts","existingToastIndex","findIndex","toast","JSON","stringify","lastDuplicateId","push","ToastProvider","setToasts","toaster","uuid","update","success","error","information","loading","AnimatePresence","initial","transition","damping","stiffness","opacity","y","exit","useToast","defaultLocalisationTexts","months","weekdaysShort","actions","previousMonth","nextMonth","previousYear","nextYear","today","combobox","datepicker","clear","expand","listbox","empty","allOption","pagination","pageSize","showingXofYofTotal","firstPage","firstPageWithShortcut","previousPage","previousPageWithShortcut","nextPage","nextPageWithShortcut","lastPage","lastPageWithShortcut","pageX","table","del","newSubRow","select","allOptionsSelected","tour","back","skip","last","next","open","searchInput","inputLabel","defaultLocalizationContext","locale","formatting","date","Context","localization","useTaco","renderDay","day","modifiers","getDate","thisYear","getFullYear","years","i","Navbar","onMonthChange","onNextClick","onPreviousClick","handleChange","event","form","year","month","getMonth","String","visibleMonth","setVisibleMonth","handleDayClick","outside","handleCalendarClickToday","setHours","setMinutes","setSeconds","ReactDayPicker","selectedDays","substring","firstDayOfWeek","navbarElement","navProps","onDayClick","onTodayButtonClick","captionElement","todayButton","showOutsideDays","numberOfMonths","Checkbox","checked","highlighted","indeterminate","invalid","element","CheckboxPrimitive","onCheckedChange","labelClassName","useProxiedRef","internalRef","getInputClasses","readOnly","getButtonStateClasses","Input","onKeyDown","autoFocus","inputRef","hasContainer","focus","handleKeyDown","shiftKey","preventDefault","position","currentTarget","length","setSelectionRange","input","extra","buttonClassName","iconClassName","containerClassName","getNextIndexFromKeycode","keyCode","index","direction","previousKey","nextKey","keycode","useListKeyboardNavigation","initialIndex","setIndex","getNextIndex","nextIndex","scrollToChildElement","parent","clientHeight","scrollHeight","scrollTop","scrollBottom","childBottom","offsetTop","offsetHeight","useListScrollTo","itemRefs","scrollTo","activeRef","getId","getNextEnabledItem","data","ScrollableList","_","setCurrentIndex","onFocus","scrollOnFocus","currentIndex","multiselect","selectedIndexes","listRef","scrollIntoView","block","persist","handleClick","handleFocus","getOptionCheckedState","optionValue","tabIndex","option","depth","path","split","text","hasChildren","paddingLeft","optionProps","createCustomEvent","eventType","customEvent","Event","bubbles","createEvent","initEvent","createCustomKeyboardEvent","customKeyboardEvent","KeyboardEvent","charCode","setInputValueByRef","previousValue","_valueTracker","setValue","dispatchEvent","getValue","setInputValueByRefBase","getIndexFromValue","getSelectedIndexesFromValue","v","o","findByValue","find","searchForString","strategy","subChild","toString","toLowerCase","getIndexInRangeByValue","query","firstIndex","lastIndex","slice","findNextIndexByValue","activeIndex","getActiveDescendant","useFlattenedData","items","flatten","item","parentPath","parentDisabled","currentPath","isItemDisabled","forEach","childItem","childPath","sanitizeItem","_1","_2","rest","getOptionParents","indexes","pop","lastPath","join","filterData","filteredOptionValues","Set","shouldFilterOption","parents","add","has","debouncer","debounce","f","convertToInputValue","useCombobox","ariaLabel","ariaLabelledBy","unfilteredData","nativeId","inline","__","onSearch","buttonRef","setOpen","listId","inputValue","setInputValue","shouldFilterData","flattenedData","setInputValueByIndex","setCurrentValue","isCurrentValue","handleInputBlur","relatedTarget","detail","onBlur","handleInputChange","handleInputClick","handleInputKeyDown","click","isDefaultPrevented","handleListboxChange","handleListboxClick","onOpenChange","getVisibility","Boolean","offsetWidth","getClientRects","useBoundingClientRectListener","dimensions","setDimensions","isRefElementVisible","visibility","resize","getBoundingClientRect","debouncedResize","addEventListener","removeEventListener","newRefElementVisibility","Combobox","externalClassName","selectDimensions","PopoverPrimitive","autoComplete","align","onOpenAutoFocus","minWidth","width","format","mask","isDate","toDate","isValid","pad","replace","parseFromCustomString","sanitizedMask","dd","x","mm","yy","z","Number","parseInt","inputParts","fullDate","unseparatedMask","indexOf","lastIndexOf","currentDate","Object","is","NaN","parseFromISOString","tempDate","useDatepicker","internalValue","setInternalValue","formattedValue","valueAsDate","inputProps","calendarProps","UnstyledArrow","PopoverArrow","offset","height","transform","UnstyledContent","PopoverContent","mergeRefs","refs","PopoverContext","PopoverTrigger","console","warn","RenderPropWrapper","CustomEvent","output","Popover","Datepicker","handleReset","onReset","shortcutsText","shortcut","DialogContext","closeOnEscape","draggable","drawer","toggle","elements","showCloseButton","size","useCurrentDialog","DialogTrigger","DialogPrimitive","useDraggable","setPosition","moveProps","useMove","onMove","rect","left","deltaX","right","innerWidth","top","deltaY","bottom","innerHeight","handleProps","MenuContext","useCurrentMenu","Title","DialogTitle","Footer","DialogFooter","DialogClose","renderProps","DialogContent","dragHandleProps","handleCloseAutoFocus","handleEscapeKeyDown","handleInteractOutside","onEscapeKeyDown","onInteractOutside","onCloseAutoFocus","Drawer","DialogDrawer","variants","display","ease","hidden","transitionEnd","displayName","Extra","DialogExtra","useSeparatedChildren","initialChildren","toArray","Dialog","defaultOpen","drawerOpen","setDrawerOpen","isDrawerOpen","Field","message","messageClassName","Form","horizontal","Group","HangerContext","Anchor","HangerAnchor","HangerContent","Hanger","HoverCardTrigger","HoverCardPrimitive","HoverCardContent","externalProps","HoverCard","openDelay","SearchInput","isEnterKeyPressed","useTypeahead","typeaheadQuery","typeaheadQueryTimer","charKey","useListbox","externalData","emptyValue","defaultValueIndex","handleListboxKeyDown","fromCharCode","match","handleListboxFocus","useMultiListbox","setAllOptionsSelected","setSelectedIndexes","selectableItemsCount","newInputValue","currentInputValue","currentValuesArray","optionAlreadySelected","val","valuesArray","Listbox","maxHeight","MultiListbox","MenuContent","DropdownMenuPrimitive","IconPrimitive","useItemStyling","indented","registerIndentation","Shortcut","MenuItem","stopPropagation","handleSelect","onSelect","Link","MenuLink","MenuTrigger","setMinWidth","getRadioGroupItemValueAsString","values","valueAsString","RadioGroupContext","RadioGroupItem","isDisabled","RadioGroupPrimitive","useRadioGroup","orientation","radioGroupItemValues","RadioGroup","RadioItem","MenuRadioGroupContext","Separator","Header","setIndented","modal","TreeviewItem","TreeviewGroup","expanded","initialExpanded","fixed","setExpanded","listClassName","flex","itemProps","nextState","Children","cloneElement","Treeview","useDropTarget","onDrop","isDraggedOver","setDraggedOver","handleDragEnter","useCallback","handleDragLeave","handleDragOver","handleDrop","onDragEnter","onDragLeave","onDragOver","active","postfix","prefix","proxyRef","dropTargetProps","isTreeitem","HTMLAnchorElement","HTMLButtonElement","Panel","MenuGroup","scrollableAreas","area","Navigation","createPageRange","pageCount","pageNumber","lowerLimit","Math","min","upperLimit","b","range","PageNumbers","currentPageIndex","useSelect","listboxInputRef","buttonId","lastValue","setLastValue","handleButtonKeyDown","selectedValues","BaseSelect","inputClassname","renderMultiSelection","commonListboxProps","Select","editable","usePaginationShortcuts","setPageIndex","maxPageIndex","pageIndex","dangerouslyHijackGlobalKeyboardNavigation","useGlobalKeyboardNavigation","max","usePagination","initialPageIndex","initialPageSize","setPageSize","getShowingLabel","minItemIndex","maxItemIndex","Pagination","pageSizes","showPageControls","showPageNumbers","showPageSize","ceil","showShortcutTexts","canPreviousPage","canNextPage","Progress","animationDuration","progressClassName","sanitizeRowProps","row","rowExpansionRenderer","indexPath","original","subRows","toggleRowExpanded","toggleRowEditing","isEditing","getColumnsFromChildren","sortRules","columns","groupChildren","column","sortType","disableSortBy","disableSorting","groupColumns","groupSortRules","sort","accessor","headRenderer","Cell","columnProps","cell","editRenderer","cellRenderer","desc","getInternalSortRules","rule","getTime","parsedValue","getNumber","amount","decimalSeparator","isNaN","getString","guess","compareBasic","a","sortTypes","datetime","rowA","rowB","columnId","string","number","boolean","auto","pluginName","resetRowEditing","toggleEditing","reducer","action","init","allowEditing","editingRowUniqueId","resetPage","gotoPage","useInstance","instance","dispatch","assign","prepareRow","uniqueId","_createKey","canEdit","useRowEditing","plugin","hooks","stateReducers","actionGroupClassName","hasActions","inlineEditingUniqueId","handlers","onRowCreate","onRowCopy","onRowDelete","onRowEdit","getActions","primary","secondary","visibleActions","showOnRow","getLength","primaryActions","secondaryActions","getActionProps","EditModeActions","listener","reset","useRowActions","windowed","inlineEditing","actionsLength","visibleColumns","sanitizedRow","setActive","InView","rootMargin","inView","toggleBetween","fromRowIndex","toRowIndex","fromIndex","toIndex","useRowSelect","onSelectedRows","useBaseRowSelect","toggleRowSelected","isSelected","lastSelectedSortedIndex","useRef","getToggleAllRowsSelectedProps","rows","getToggleRowSelectedProps","sortedIndex","useTableKeyboardNavigation","rowProps","setActiveIndex","useControllableState","prop","defaultProp","defaultActiveIndex","onChangeActiveIndex","isModifierKeyPressed","metaKey","ctrlKey","altKey","activeElement","getAttribute","body","currentRow","onRowClick","nativeEvent","resetRowDragging","toggleRowDragging","draggingRowIndexPath","isDragging","selectedRowIds","getRowProps","onRowDrag","onDragStart","indexPaths","keys","showPlaceholder","placeholder","createElement","innerText","appendChild","DataTransfer","prototype","setDragImage","dataTransfer","onDragEnd","getElementById","parentNode","removeChild","useRowDraggable","useTableRowActive","handleonRowActive","focusedRow","sanitizedFocusedRow","useTableInstance","sanitizedInstance","toggleAllRowsExpanded","toggleHideAllColumns","toggleHideColumn","toggleSortBy","useTablePaginationListener","disablePagination","onPaginate","useTableSortingListener","sortedRows","onSort","manualSorting","sortBy","sortedData","DEFAULT_PAGE_SIZE","useTable","rowClassName","rowHeight","selectedRows","onRowActive","Error","defaultSortRules","manualPagination","headerGroups","prepareBaseRow","page","useReactTable","initialState","manualSortBy","autoResetExpanded","autoResetSelectedRows","autoResetSortBy","autoResetPage","useControlledState","currentState","useRowState","useSortBy","useExpanded","visibleRows","tableProps","renderCell","getCellProps","render","Row","TableRow","minHeight","classList","contains","cells","hiddenOnSubRows","expandedRow","rowContent","FocusScope","contain","restoreFocus","Column","getHeaderProps","getSortByToggleProps","isSorted","isSortedDesc","DefaultEmptyState","BaseTable","tableRef","headerRef","bodyRef","headerGroup","headers","Table","emptyStateRenderer","paginationElement","PaginatedTable","ROW_HEIGHT","VariableRow","memo","setRowHeight","rowHeights","areEqual","getAverageRowHeight","estimatedHeight","reduce","p","WindowedTable","loadMore","rowsRef","setRowsRef","tableDimensions","headerDimensions","estimatedRowHeight","resetAfterIndex","getRowHeight","scrollToItem","contentHeight","isScrollbarVisible","itemData","listProps","estimatedItemSize","itemSize","isLoaded","InfiniteLoader","isItemLoaded","itemCount","loadMoreItems","onItemsRendered","VariableSizeList","convertRowIndexPathToNumberArray","rowIndexPath","getByRowIndexPath","currenTRow","startIndex","shift","setByRowIndexPath","nexTRow","rowIndexes","rootIndex","set","getParentRowIndexPath","parentIndexPath","insertChildTableRow","parse","childRowIndexPath","nextSubRows","unshift","removeChildTableRow","unsetPath","unset","setPath","get","pullAt","useTableRowCreation","internalData","setInternalData","activeRowIndexPath","setActiveRowIndexPath","parentId","newRowIndexPath","create","remove","isCreating","Tabs","TabsPrimitive","dir","TabList","Tab","TabTrigger","TabContent","Textarea","classNames","Switch","PrimitiveSwitch","continuous","isLastStep","step","backProps","primaryProps","skipProps","tooltipProps","disableTourSkipOnEsc","skipButtonRef","onWindowKeyDown","TourStep","_props","Tour","run","autoStart","onComplete","onReady","spotlightClicks","disableCloseOnEsc","disableScrollParentFix","steps","disableBeacon","showBeacon","selector","getStep","ACTIONS","SKIP","lifecycle","LIFECYCLE","COMPLETE","EVENTS","TOUR_END","READY","Joyride","showProgress","floaterProps","disableAnimation","tooltipComponent","spotlightPadding","styles","primaryColor","Step","useOnClickOutside","some","currentRef","CardContent","noPadding","Card"],"mappings":"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"}