@economic/taco 1.17.0-alpha.0 → 1.17.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +82 -82
- package/dist/components/Accordion/Accordion.d.ts +42 -0
- package/dist/components/Accordion/Accordion.stories.d.ts +26 -0
- package/dist/components/AlertDialog/AlertDialog.d.ts +24 -0
- package/dist/components/AlertDialog/AlertDialog.stories.d.ts +10 -0
- package/dist/components/AlertDialog/Context.d.ts +7 -0
- package/dist/components/AlertDialog/components/Content.d.ts +13 -0
- package/dist/components/AlertDialog/components/Footer.d.ts +7 -0
- package/dist/components/AlertDialog/components/Trigger.d.ts +3 -0
- package/dist/components/Backdrop/Backdrop.d.ts +3 -0
- package/dist/components/Backdrop/Backdrop.stories.d.ts +7 -0
- package/dist/components/Badge/Badge.d.ts +23 -0
- package/dist/components/Badge/Badge.stories.d.ts +15 -0
- package/dist/components/Banner/Banner.d.ts +20 -0
- package/dist/components/Banner/Banner.stories.d.ts +5 -0
- package/dist/components/Banner/util.d.ts +3 -0
- package/dist/components/Button/Button.d.ts +60 -0
- package/dist/components/Button/Button.stories.d.ts +77 -0
- package/dist/components/Button/util.d.ts +6 -0
- package/dist/components/Calendar/Calendar.d.ts +35 -0
- package/dist/components/Calendar/Calendar.stories.d.ts +13 -0
- package/dist/components/Card/Card.d.ts +14 -0
- package/dist/components/Card/Card.stories.d.ts +12 -0
- package/dist/components/Checkbox/Checkbox.d.ts +26 -0
- package/dist/components/Combobox/Combobox.d.ts +51 -0
- package/dist/components/Combobox/useCombobox.d.ts +20 -0
- package/dist/components/Datepicker/Datepicker.d.ts +50 -0
- package/dist/components/Datepicker/Datepicker.stories.d.ts +43 -0
- package/dist/components/Datepicker/useDatepicker.d.ts +13 -0
- package/dist/components/Dialog/Context.d.ts +21 -0
- package/dist/components/Dialog/Dialog.d.ts +47 -0
- package/dist/components/Dialog/Dialog.stories.d.ts +57 -0
- package/dist/components/Dialog/components/Content.d.ts +23 -0
- package/dist/components/Dialog/components/Drawer.d.ts +10 -0
- package/dist/components/Dialog/components/Extra.d.ts +4 -0
- package/dist/components/Dialog/components/Trigger.d.ts +3 -0
- package/dist/components/Dialog/types.d.ts +1 -0
- package/dist/components/Dialog/util.d.ts +4 -0
- package/dist/components/Field/Field.d.ts +26 -0
- package/dist/components/Field/Field.stories.d.ts +14 -0
- package/dist/components/Form/Form.d.ts +14 -0
- package/dist/components/Form/Form.stories.d.ts +14 -0
- package/dist/components/Group/Group.d.ts +30 -0
- package/dist/components/Group/Group.stories.d.ts +23 -0
- package/dist/components/Hanger/Hanger.d.ts +31 -0
- package/dist/components/Hanger/Hanger.stories.d.ts +11 -0
- package/dist/components/HoverCard/HoverCard.d.ts +16 -0
- package/dist/components/HoverCard/HoverCard.stories.d.ts +16 -0
- package/dist/components/HoverCard/Primitives.d.ts +2 -0
- package/dist/components/Icon/Icon.d.ts +12 -0
- package/dist/components/Icon/Icon.stories.d.ts +8 -0
- package/dist/components/Icon/components/AccountPreview.d.ts +3 -0
- package/dist/components/Icon/components/Accounting.d.ts +3 -0
- package/dist/components/Icon/components/AccountingYear.d.ts +3 -0
- package/dist/components/Icon/components/AccountingYearCancel.d.ts +3 -0
- package/dist/components/Icon/components/ArrowBottom.d.ts +3 -0
- package/dist/components/Icon/components/ArrowDown.d.ts +3 -0
- package/dist/components/Icon/components/ArrowEnd.d.ts +3 -0
- package/dist/components/Icon/components/ArrowLeft.d.ts +3 -0
- package/dist/components/Icon/components/ArrowRight.d.ts +3 -0
- package/dist/components/Icon/components/ArrowStart.d.ts +3 -0
- package/dist/components/Icon/components/ArrowTop.d.ts +3 -0
- package/dist/components/Icon/components/ArrowUp.d.ts +3 -0
- package/dist/components/Icon/components/Attach.d.ts +3 -0
- package/dist/components/Icon/components/AttachAuto.d.ts +3 -0
- package/dist/components/Icon/components/AttachCancel.d.ts +3 -0
- package/dist/components/Icon/components/Autotext.d.ts +3 -0
- package/dist/components/Icon/components/AutotextInsert.d.ts +3 -0
- package/dist/components/Icon/components/Basic.d.ts +3 -0
- package/dist/components/Icon/components/BasicTabs.d.ts +3 -0
- package/dist/components/Icon/components/BellSolid.d.ts +3 -0
- package/dist/components/Icon/components/Book.d.ts +3 -0
- package/dist/components/Icon/components/Booking.d.ts +3 -0
- package/dist/components/Icon/components/Budget.d.ts +3 -0
- package/dist/components/Icon/components/Calendar.d.ts +3 -0
- package/dist/components/Icon/components/CashAccount.d.ts +3 -0
- package/dist/components/Icon/components/CashReports.d.ts +3 -0
- package/dist/components/Icon/components/Chat.d.ts +3 -0
- package/dist/components/Icon/components/ChatSolid.d.ts +3 -0
- package/dist/components/Icon/components/ChevronDown.d.ts +3 -0
- package/dist/components/Icon/components/ChevronDownDouble.d.ts +3 -0
- package/dist/components/Icon/components/ChevronDownSolid.d.ts +3 -0
- package/dist/components/Icon/components/ChevronLeft.d.ts +3 -0
- package/dist/components/Icon/components/ChevronLeftDouble.d.ts +3 -0
- package/dist/components/Icon/components/ChevronLeftSolid.d.ts +3 -0
- package/dist/components/Icon/components/ChevronRight.d.ts +3 -0
- package/dist/components/Icon/components/ChevronRightDouble.d.ts +3 -0
- package/dist/components/Icon/components/ChevronRightSolid.d.ts +3 -0
- package/dist/components/Icon/components/ChevronUp.d.ts +3 -0
- package/dist/components/Icon/components/ChevronUpDouble.d.ts +3 -0
- package/dist/components/Icon/components/ChevronUpSolid.d.ts +3 -0
- package/dist/components/Icon/components/CircleClose.d.ts +3 -0
- package/dist/components/Icon/components/CircleMinus.d.ts +3 -0
- package/dist/components/Icon/components/CirclePlus.d.ts +3 -0
- package/dist/components/Icon/components/CircleTick.d.ts +3 -0
- package/dist/components/Icon/components/Clamp.d.ts +3 -0
- package/dist/components/Icon/components/ClampOpen.d.ts +3 -0
- package/dist/components/Icon/components/Close.d.ts +3 -0
- package/dist/components/Icon/components/ConnectionEnable.d.ts +3 -0
- package/dist/components/Icon/components/ConnectionRevoke.d.ts +3 -0
- package/dist/components/Icon/components/Contacts.d.ts +3 -0
- package/dist/components/Icon/components/Copy.d.ts +3 -0
- package/dist/components/Icon/components/Courses.d.ts +3 -0
- package/dist/components/Icon/components/Credit.d.ts +3 -0
- package/dist/components/Icon/components/Delete.d.ts +3 -0
- package/dist/components/Icon/components/DeletePermanently.d.ts +3 -0
- package/dist/components/Icon/components/Depecriate.d.ts +3 -0
- package/dist/components/Icon/components/Developer.d.ts +3 -0
- package/dist/components/Icon/components/DistributionTemplate.d.ts +3 -0
- package/dist/components/Icon/components/Document.d.ts +3 -0
- package/dist/components/Icon/components/DocumentApprove.d.ts +3 -0
- package/dist/components/Icon/components/DocumentCreateEntry.d.ts +3 -0
- package/dist/components/Icon/components/DocumentCut.d.ts +3 -0
- package/dist/components/Icon/components/DocumentError.d.ts +3 -0
- package/dist/components/Icon/components/DocumentIsolatePage.d.ts +3 -0
- package/dist/components/Icon/components/DocumentMerge.d.ts +3 -0
- package/dist/components/Icon/components/DocumentMove.d.ts +3 -0
- package/dist/components/Icon/components/DocumentPreview.d.ts +3 -0
- package/dist/components/Icon/components/DocumentReceived.d.ts +3 -0
- package/dist/components/Icon/components/DocumentRejectedRequest.d.ts +3 -0
- package/dist/components/Icon/components/DocumentSplit.d.ts +3 -0
- package/dist/components/Icon/components/DocumentTime.d.ts +3 -0
- package/dist/components/Icon/components/Download.d.ts +3 -0
- package/dist/components/Icon/components/Drag.d.ts +3 -0
- package/dist/components/Icon/components/ECopedia.d.ts +3 -0
- package/dist/components/Icon/components/ESignature.d.ts +3 -0
- package/dist/components/Icon/components/Edit.d.ts +3 -0
- package/dist/components/Icon/components/EllipsisHorizontal.d.ts +3 -0
- package/dist/components/Icon/components/EllipsisVertical.d.ts +3 -0
- package/dist/components/Icon/components/EntriesOnAccount.d.ts +3 -0
- package/dist/components/Icon/components/EntriesOpen.d.ts +3 -0
- package/dist/components/Icon/components/EntriesWarning.d.ts +3 -0
- package/dist/components/Icon/components/EntryTypeCustomerInvoice.d.ts +3 -0
- package/dist/components/Icon/components/EntryTypeCustomerPayment.d.ts +3 -0
- package/dist/components/Icon/components/EntryTypeJournalEntry.d.ts +3 -0
- package/dist/components/Icon/components/EntryTypeManualCustomerInvoice.d.ts +3 -0
- package/dist/components/Icon/components/EntryTypeSupplierInvoice.d.ts +3 -0
- package/dist/components/Icon/components/EntryTypeSupplierPayment.d.ts +3 -0
- package/dist/components/Icon/components/Envelope.d.ts +3 -0
- package/dist/components/Icon/components/EnvelopeApproved.d.ts +3 -0
- package/dist/components/Icon/components/ExpandView.d.ts +3 -0
- package/dist/components/Icon/components/Expenses.d.ts +3 -0
- package/dist/components/Icon/components/Export.d.ts +3 -0
- package/dist/components/Icon/components/ExportToExcel.d.ts +3 -0
- package/dist/components/Icon/components/ExportToPdf.d.ts +3 -0
- package/dist/components/Icon/components/Filter.d.ts +3 -0
- package/dist/components/Icon/components/FilterSolid.d.ts +3 -0
- package/dist/components/Icon/components/GraphSolid.d.ts +3 -0
- package/dist/components/Icon/components/Hash.d.ts +3 -0
- package/dist/components/Icon/components/Home.d.ts +3 -0
- package/dist/components/Icon/components/Images.d.ts +3 -0
- package/dist/components/Icon/components/Import.d.ts +3 -0
- package/dist/components/Icon/components/Inbox.d.ts +3 -0
- package/dist/components/Icon/components/InboxEinvoicing.d.ts +3 -0
- package/dist/components/Icon/components/InboxScanning.d.ts +3 -0
- package/dist/components/Icon/components/InboxSmart.d.ts +3 -0
- package/dist/components/Icon/components/Info.d.ts +3 -0
- package/dist/components/Icon/components/Inventory.d.ts +3 -0
- package/dist/components/Icon/components/InventoryMatrix.d.ts +3 -0
- package/dist/components/Icon/components/JournalPro.d.ts +3 -0
- package/dist/components/Icon/components/Layout.d.ts +3 -0
- package/dist/components/Icon/components/LayoutBoth.d.ts +3 -0
- package/dist/components/Icon/components/LayoutFirst.d.ts +3 -0
- package/dist/components/Icon/components/LayoutLast.d.ts +3 -0
- package/dist/components/Icon/components/LayoutNone.d.ts +3 -0
- package/dist/components/Icon/components/LedgerCard.d.ts +3 -0
- package/dist/components/Icon/components/LedgerCardCustomerReminder.d.ts +3 -0
- package/dist/components/Icon/components/LedgerCardManualCustomerInvoice.d.ts +3 -0
- package/dist/components/Icon/components/LedgerCardObsoleteStock.d.ts +3 -0
- package/dist/components/Icon/components/LedgerCardOpeningEntry.d.ts +3 -0
- package/dist/components/Icon/components/LedgerCardReservedEntry.d.ts +3 -0
- package/dist/components/Icon/components/LedgerCardShrinkagePilferage.d.ts +3 -0
- package/dist/components/Icon/components/LedgerCardStockAdjustment.d.ts +3 -0
- package/dist/components/Icon/components/LedgerCardTransferredOpeningEntry.d.ts +3 -0
- package/dist/components/Icon/components/Lightbulb.d.ts +3 -0
- package/dist/components/Icon/components/Line.d.ts +3 -0
- package/dist/components/Icon/components/List.d.ts +3 -0
- package/dist/components/Icon/components/ListBulleted.d.ts +3 -0
- package/dist/components/Icon/components/ListSearch.d.ts +3 -0
- package/dist/components/Icon/components/LockOpen.d.ts +3 -0
- package/dist/components/Icon/components/Log.d.ts +3 -0
- package/dist/components/Icon/components/LogOut.d.ts +3 -0
- package/dist/components/Icon/components/Market.d.ts +3 -0
- package/dist/components/Icon/components/MatchAmount.d.ts +3 -0
- package/dist/components/Icon/components/MatchEntries.d.ts +3 -0
- package/dist/components/Icon/components/Menu.d.ts +3 -0
- package/dist/components/Icon/components/Mileage.d.ts +3 -0
- package/dist/components/Icon/components/ModalResize.d.ts +3 -0
- package/dist/components/Icon/components/ModalShrink.d.ts +3 -0
- package/dist/components/Icon/components/More.d.ts +3 -0
- package/dist/components/Icon/components/MoreSolid.d.ts +3 -0
- package/dist/components/Icon/components/Move.d.ts +3 -0
- package/dist/components/Icon/components/NavigationList.d.ts +3 -0
- package/dist/components/Icon/components/Note.d.ts +3 -0
- package/dist/components/Icon/components/NoteFollowUp.d.ts +3 -0
- package/dist/components/Icon/components/NoteRead.d.ts +3 -0
- package/dist/components/Icon/components/Numbers.d.ts +3 -0
- package/dist/components/Icon/components/PartnerApi.d.ts +3 -0
- package/dist/components/Icon/components/Period.d.ts +3 -0
- package/dist/components/Icon/components/PersonChange.d.ts +3 -0
- package/dist/components/Icon/components/PersonMinus.d.ts +3 -0
- package/dist/components/Icon/components/PersonPlus.d.ts +3 -0
- package/dist/components/Icon/components/PersonTick.d.ts +3 -0
- package/dist/components/Icon/components/Play.d.ts +3 -0
- package/dist/components/Icon/components/PlusMinus.d.ts +3 -0
- package/dist/components/Icon/components/Print.d.ts +3 -0
- package/dist/components/Icon/components/ProcessPayment.d.ts +3 -0
- package/dist/components/Icon/components/ProductLedgerCard.d.ts +3 -0
- package/dist/components/Icon/components/Profile.d.ts +3 -0
- package/dist/components/Icon/components/ProjectCards.d.ts +3 -0
- package/dist/components/Icon/components/Projects.d.ts +3 -0
- package/dist/components/Icon/components/Quicklinks.d.ts +3 -0
- package/dist/components/Icon/components/RatingBankruptcy.d.ts +3 -0
- package/dist/components/Icon/components/RatingPaymentProblems.d.ts +3 -0
- package/dist/components/Icon/components/Reconciled.d.ts +3 -0
- package/dist/components/Icon/components/Refresh.d.ts +3 -0
- package/dist/components/Icon/components/Report.d.ts +3 -0
- package/dist/components/Icon/components/ReportSolid.d.ts +3 -0
- package/dist/components/Icon/components/Restore.d.ts +3 -0
- package/dist/components/Icon/components/RotateLeft.d.ts +3 -0
- package/dist/components/Icon/components/RotateRight.d.ts +3 -0
- package/dist/components/Icon/components/Sales.d.ts +3 -0
- package/dist/components/Icon/components/Search.d.ts +3 -0
- package/dist/components/Icon/components/SearchBold.d.ts +3 -0
- package/dist/components/Icon/components/Secure.d.ts +3 -0
- package/dist/components/Icon/components/SecureTick.d.ts +3 -0
- package/dist/components/Icon/components/Settings.d.ts +3 -0
- package/dist/components/Icon/components/SettingsSolid.d.ts +3 -0
- package/dist/components/Icon/components/Shortcuts.d.ts +3 -0
- package/dist/components/Icon/components/ShowAll.d.ts +3 -0
- package/dist/components/Icon/components/ShowLess.d.ts +3 -0
- package/dist/components/Icon/components/ShowMore.d.ts +3 -0
- package/dist/components/Icon/components/ShowTemplate.d.ts +3 -0
- package/dist/components/Icon/components/Sliders.d.ts +3 -0
- package/dist/components/Icon/components/Smartpay.d.ts +3 -0
- package/dist/components/Icon/components/SortBy.d.ts +3 -0
- package/dist/components/Icon/components/Spinner.d.ts +3 -0
- package/dist/components/Icon/components/Star.d.ts +3 -0
- package/dist/components/Icon/components/StarSolid.d.ts +3 -0
- package/dist/components/Icon/components/Subscriptions.d.ts +3 -0
- package/dist/components/Icon/components/SystemEntries.d.ts +3 -0
- package/dist/components/Icon/components/Tag.d.ts +3 -0
- package/dist/components/Icon/components/TemplateOverride.d.ts +3 -0
- package/dist/components/Icon/components/Templates.d.ts +3 -0
- package/dist/components/Icon/components/ThumbBoth.d.ts +3 -0
- package/dist/components/Icon/components/ThumbDown.d.ts +3 -0
- package/dist/components/Icon/components/ThumbDownSolid.d.ts +3 -0
- package/dist/components/Icon/components/ThumbUp.d.ts +3 -0
- package/dist/components/Icon/components/ThumbUpSolid.d.ts +3 -0
- package/dist/components/Icon/components/Tick.d.ts +3 -0
- package/dist/components/Icon/components/Time.d.ts +3 -0
- package/dist/components/Icon/components/Transfer.d.ts +3 -0
- package/dist/components/Icon/components/TransferCancel.d.ts +3 -0
- package/dist/components/Icon/components/TransferLocked.d.ts +3 -0
- package/dist/components/Icon/components/Undo.d.ts +3 -0
- package/dist/components/Icon/components/Undock.d.ts +3 -0
- package/dist/components/Icon/components/Unreconciled.d.ts +3 -0
- package/dist/components/Icon/components/Warning.d.ts +3 -0
- package/dist/components/Icon/components/Webshop.d.ts +3 -0
- package/dist/components/Icon/components/Website.d.ts +3 -0
- package/dist/components/Icon/components/Workflow.d.ts +3 -0
- package/dist/components/Icon/components/Zoom.d.ts +3 -0
- package/dist/components/Icon/components/index.d.ts +3 -0
- package/dist/components/IconButton/IconButton.d.ts +92 -0
- package/dist/components/IconButton/IconButton.stories.d.ts +12 -0
- package/dist/components/Input/Input.d.ts +27 -0
- package/dist/components/Input/Input.stories.d.ts +17 -0
- package/dist/components/Input/util.d.ts +2 -0
- package/dist/components/Listbox/Listbox.d.ts +96 -0
- package/dist/components/Listbox/Listbox.stories.d.ts +44 -0
- package/dist/components/Listbox/ScrollableList.d.ts +120 -0
- package/dist/components/Listbox/useListbox.d.ts +9 -0
- package/dist/components/Listbox/useMultiListbox.d.ts +9 -0
- package/dist/components/Listbox/useTypeahead.d.ts +10 -0
- package/dist/components/Listbox/util.d.ts +25 -0
- package/dist/components/Menu/Context.d.ts +15 -0
- package/dist/components/Menu/Menu.d.ts +30 -0
- package/dist/components/Menu/Menu.stories.d.ts +73 -0
- package/dist/components/Menu/components/Checkbox.d.ts +11 -0
- package/dist/components/Menu/components/Content.d.ts +15 -0
- package/dist/components/Menu/components/Header.d.ts +3 -0
- package/dist/components/Menu/components/Item.d.ts +26 -0
- package/dist/components/Menu/components/Link.d.ts +14 -0
- package/dist/components/Menu/components/RadioGroup.d.ts +9 -0
- package/dist/components/Menu/components/Separator.d.ts +2 -0
- package/dist/components/Menu/components/Trigger.d.ts +7 -0
- package/dist/components/Navigation/Navigation.d.ts +50 -0
- package/dist/components/Navigation/Navigation.stories.d.ts +7 -0
- package/dist/components/Pagination/PageNumbers.d.ts +8 -0
- package/dist/components/Pagination/Pagination.d.ts +100 -0
- package/dist/components/Pagination/Pagination.stories.d.ts +28 -0
- package/dist/components/Pagination/usePagination.d.ts +11 -0
- package/dist/components/Pagination/usePaginationShortcuts.d.ts +8 -0
- package/dist/components/Popover/Popover.d.ts +31 -0
- package/dist/components/Popover/Popover.stories.d.ts +29 -0
- package/dist/components/Popover/Primitives.d.ts +2 -0
- package/dist/components/Popover/util.d.ts +1 -0
- package/dist/components/Progress/Progress.d.ts +10 -0
- package/dist/components/Progress/Progress.stories.d.ts +8 -0
- package/dist/components/Provider/Localization.d.ts +158 -0
- package/dist/components/Provider/Provider.d.ts +9 -0
- package/dist/components/RadioGroup/RadioGroup.d.ts +52 -0
- package/dist/components/RadioGroup/RadioGroup.stories.d.ts +49 -0
- package/dist/components/ScrollArea/ScrollArea.d.ts +4 -0
- package/dist/components/ScrollArea/ScrollArea.stories.d.ts +8 -0
- package/dist/components/SearchInput/SearchInput.d.ts +15 -0
- package/dist/components/SearchInput/SearchInput.stories.d.ts +38 -0
- package/dist/components/Select/Select.d.ts +40 -0
- package/dist/components/Select/Select.stories.d.ts +35 -0
- package/dist/components/Select/useSelect.d.ts +21 -0
- package/dist/components/Select2/Select2.d.ts +45 -0
- package/dist/components/Select2/Select2.stories.d.ts +51 -0
- package/dist/components/Select2/components/All.d.ts +7 -0
- package/dist/components/Select2/components/Collection.d.ts +6 -0
- package/dist/components/Select2/components/Context.d.ts +29 -0
- package/dist/components/Select2/components/Create.d.ts +9 -0
- package/dist/components/Select2/components/Edit.d.ts +10 -0
- package/dist/components/Select2/components/Group.d.ts +4 -0
- package/dist/components/Select2/components/Option.d.ts +16 -0
- package/dist/components/Select2/components/Search.d.ts +12 -0
- package/dist/components/Select2/components/Title.d.ts +4 -0
- package/dist/components/Select2/components/Trigger.d.ts +5 -0
- package/dist/components/Select2/hooks/useChildren.d.ts +17 -0
- package/dist/components/Select2/types.d.ts +3 -0
- package/dist/components/Select2/utilities.d.ts +2 -0
- package/dist/components/Spinner/Spinner.d.ts +20 -0
- package/dist/components/Spinner/Spinner.stories.d.ts +15 -0
- package/dist/components/Switch/Switch.d.ts +19 -0
- package/dist/components/Table/Table.d.ts +14 -0
- package/dist/components/Table/Table.stories.d.ts +32 -0
- package/dist/components/Table/Table.storyexample.d.ts +9 -0
- package/dist/components/Table/components/BaseTable.d.ts +8 -0
- package/dist/components/Table/components/PaginatedTable.d.ts +2 -0
- package/dist/components/Table/components/Table.d.ts +2 -0
- package/dist/components/Table/components/WindowedTable.d.ts +2 -0
- package/dist/components/Table/hooks/plugins/useRowActions.d.ts +4 -0
- package/dist/components/Table/hooks/plugins/useRowDraggable.d.ts +3 -0
- package/dist/components/Table/hooks/plugins/useRowEditing.d.ts +2 -0
- package/dist/components/Table/hooks/plugins/useRowSelect.d.ts +3 -0
- package/dist/components/Table/hooks/useRowCreation.d.ts +11 -0
- package/dist/components/Table/hooks/useTable.d.ts +38 -0
- package/dist/components/Table/hooks/useTableKeyboardNavigation.d.ts +3 -0
- package/dist/components/Table/types.d.ts +284 -0
- package/dist/components/Table/util/renderColumn.d.ts +1 -0
- package/dist/components/Table/util/renderRow.d.ts +2 -0
- package/dist/components/Table/util/rowIndexPath.d.ts +5 -0
- package/dist/components/Table/util/sortTypes.d.ts +4 -0
- package/dist/components/Table/util.d.ts +12 -0
- package/dist/components/Tabs/Tabs.d.ts +55 -0
- package/dist/components/Tabs/Tabs.stories.d.ts +19 -0
- package/dist/components/Tag/Tag.d.ts +19 -0
- package/dist/components/Tag/Tag.stories.d.ts +9 -0
- package/dist/components/Textarea/Textarea.d.ts +15 -0
- package/dist/components/Textarea/Textarea.stories.d.ts +40 -0
- package/dist/components/Toast/Toast.d.ts +36 -0
- package/dist/components/Toast/Toast.stories.d.ts +12 -0
- package/dist/components/Toast/Toaster.d.ts +35 -0
- package/dist/components/Toast/util.d.ts +3 -0
- package/dist/components/Tooltip/Tooltip.d.ts +23 -0
- package/dist/components/Tooltip/Tooltip.stories.d.ts +26 -0
- package/dist/components/Tour/Tour.d.ts +72 -0
- package/dist/components/Tour/Tour.stories.d.ts +11 -0
- package/dist/components/Treeview/Treeview.d.ts +25 -0
- package/dist/components/VisuallyHidden/VisuallyHidden.d.ts +4 -0
- package/dist/css/Typography.stories.d.ts +6 -0
- package/dist/{taco.css → esm/index.css} +415 -413
- package/dist/esm/node_modules/babel-plugin-transform-async-to-promises/helpers.mjs.js +19 -0
- package/dist/esm/node_modules/babel-plugin-transform-async-to-promises/helpers.mjs.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Accordion/Accordion.js +86 -0
- package/dist/esm/packages/taco/src/components/Accordion/Accordion.js.map +1 -0
- package/dist/esm/packages/taco/src/components/AlertDialog/AlertDialog.js +37 -0
- package/dist/esm/packages/taco/src/components/AlertDialog/AlertDialog.js.map +1 -0
- package/dist/esm/packages/taco/src/components/AlertDialog/Context.js +13 -0
- package/dist/esm/packages/taco/src/components/AlertDialog/Context.js.map +1 -0
- package/dist/esm/packages/taco/src/components/AlertDialog/components/Content.js +26 -0
- package/dist/esm/packages/taco/src/components/AlertDialog/components/Content.js.map +1 -0
- package/dist/esm/packages/taco/src/components/AlertDialog/components/Footer.js +26 -0
- package/dist/esm/packages/taco/src/components/AlertDialog/components/Footer.js.map +1 -0
- package/dist/esm/packages/taco/src/components/AlertDialog/components/Trigger.js +19 -0
- package/dist/esm/packages/taco/src/components/AlertDialog/components/Trigger.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Backdrop/Backdrop.js +14 -0
- package/dist/esm/packages/taco/src/components/Backdrop/Backdrop.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Badge/Badge.js +32 -0
- package/dist/esm/packages/taco/src/components/Badge/Badge.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Banner/Banner.js +31 -0
- package/dist/esm/packages/taco/src/components/Banner/Banner.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Banner/util.js +32 -0
- package/dist/esm/packages/taco/src/components/Banner/util.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Button/Button.js +52 -0
- package/dist/esm/packages/taco/src/components/Button/Button.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Button/util.js +73 -0
- package/dist/esm/packages/taco/src/components/Button/util.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Calendar/Calendar.js +125 -0
- package/dist/esm/packages/taco/src/components/Calendar/Calendar.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Card/Card.js +43 -0
- package/dist/esm/packages/taco/src/components/Card/Card.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Checkbox/Checkbox.js +65 -0
- package/dist/esm/packages/taco/src/components/Checkbox/Checkbox.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Combobox/Combobox.js +90 -0
- package/dist/esm/packages/taco/src/components/Combobox/Combobox.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Combobox/useCombobox.js +253 -0
- package/dist/esm/packages/taco/src/components/Combobox/useCombobox.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Datepicker/Datepicker.js +75 -0
- package/dist/esm/packages/taco/src/components/Datepicker/Datepicker.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Datepicker/useDatepicker.js +83 -0
- package/dist/esm/packages/taco/src/components/Datepicker/useDatepicker.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Dialog/Context.js +26 -0
- package/dist/esm/packages/taco/src/components/Dialog/Context.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Dialog/Dialog.js +77 -0
- package/dist/esm/packages/taco/src/components/Dialog/Dialog.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Dialog/components/Content.js +118 -0
- package/dist/esm/packages/taco/src/components/Dialog/components/Content.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Dialog/components/Drawer.js +41 -0
- package/dist/esm/packages/taco/src/components/Dialog/components/Drawer.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Dialog/components/Extra.js +15 -0
- package/dist/esm/packages/taco/src/components/Dialog/components/Extra.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Dialog/components/Trigger.js +19 -0
- package/dist/esm/packages/taco/src/components/Dialog/components/Trigger.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Dialog/util.js +19 -0
- package/dist/esm/packages/taco/src/components/Dialog/util.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Field/Field.js +31 -0
- package/dist/esm/packages/taco/src/components/Field/Field.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Form/Form.js +20 -0
- package/dist/esm/packages/taco/src/components/Form/Form.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Group/Group.js +21 -0
- package/dist/esm/packages/taco/src/components/Group/Group.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Hanger/Hanger.js +101 -0
- package/dist/esm/packages/taco/src/components/Hanger/Hanger.js.map +1 -0
- package/dist/esm/packages/taco/src/components/HoverCard/HoverCard.js +37 -0
- package/dist/esm/packages/taco/src/components/HoverCard/HoverCard.js.map +1 -0
- package/dist/esm/packages/taco/src/components/HoverCard/Primitives.js +27 -0
- package/dist/esm/packages/taco/src/components/HoverCard/Primitives.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/Icon.js +27 -0
- package/dist/esm/packages/taco/src/components/Icon/Icon.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/AccountPreview.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/AccountPreview.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Accounting.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Accounting.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/AccountingYear.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/AccountingYear.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/AccountingYearCancel.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/AccountingYearCancel.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/ArrowBottom.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/ArrowBottom.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/ArrowDown.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/ArrowDown.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/ArrowEnd.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/ArrowEnd.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/ArrowLeft.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/ArrowLeft.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/ArrowRight.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/ArrowRight.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/ArrowStart.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/ArrowStart.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/ArrowTop.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/ArrowTop.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/ArrowUp.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/ArrowUp.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Attach.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Attach.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/AttachAuto.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/AttachAuto.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/AttachCancel.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/AttachCancel.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Autotext.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Autotext.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/AutotextInsert.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/AutotextInsert.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Basic.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Basic.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/BasicTabs.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/BasicTabs.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/BellSolid.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/BellSolid.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Book.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Book.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Booking.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Booking.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Budget.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Budget.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Calendar.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Calendar.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/CashAccount.js +16 -0
- package/dist/esm/packages/taco/src/components/Icon/components/CashAccount.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/CashReports.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/CashReports.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Chat.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Chat.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/ChatSolid.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/ChatSolid.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/ChevronDown.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/ChevronDown.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/ChevronDownDouble.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/ChevronDownDouble.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/ChevronDownSolid.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/ChevronDownSolid.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/ChevronLeft.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/ChevronLeft.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/ChevronLeftDouble.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/ChevronLeftDouble.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/ChevronLeftSolid.js +19 -0
- package/dist/esm/packages/taco/src/components/Icon/components/ChevronLeftSolid.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/ChevronRight.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/ChevronRight.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/ChevronRightDouble.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/ChevronRightDouble.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/ChevronRightSolid.js +19 -0
- package/dist/esm/packages/taco/src/components/Icon/components/ChevronRightSolid.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/ChevronUp.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/ChevronUp.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/ChevronUpDouble.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/ChevronUpDouble.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/ChevronUpSolid.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/ChevronUpSolid.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/CircleClose.js +18 -0
- package/dist/esm/packages/taco/src/components/Icon/components/CircleClose.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/CircleMinus.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/CircleMinus.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/CirclePlus.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/CirclePlus.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/CircleTick.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/CircleTick.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Clamp.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Clamp.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/ClampOpen.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/ClampOpen.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Close.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Close.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/ConnectionEnable.js +16 -0
- package/dist/esm/packages/taco/src/components/Icon/components/ConnectionEnable.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/ConnectionRevoke.js +16 -0
- package/dist/esm/packages/taco/src/components/Icon/components/ConnectionRevoke.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Contacts.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Contacts.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Copy.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Copy.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Courses.js +16 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Courses.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Credit.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Credit.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Delete.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Delete.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/DeletePermanently.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/DeletePermanently.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Depecriate.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Depecriate.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Developer.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Developer.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/DistributionTemplate.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/DistributionTemplate.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Document.js +16 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Document.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/DocumentApprove.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/DocumentApprove.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/DocumentCreateEntry.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/DocumentCreateEntry.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/DocumentCut.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/DocumentCut.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/DocumentError.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/DocumentError.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/DocumentIsolatePage.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/DocumentIsolatePage.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/DocumentMerge.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/DocumentMerge.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/DocumentMove.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/DocumentMove.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/DocumentPreview.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/DocumentPreview.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/DocumentReceived.js +16 -0
- package/dist/esm/packages/taco/src/components/Icon/components/DocumentReceived.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/DocumentRejectedRequest.js +16 -0
- package/dist/esm/packages/taco/src/components/Icon/components/DocumentRejectedRequest.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/DocumentSplit.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/DocumentSplit.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/DocumentTime.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/DocumentTime.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Download.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Download.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Drag.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Drag.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/ECopedia.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/ECopedia.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/ESignature.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/ESignature.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Edit.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Edit.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/EllipsisHorizontal.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/EllipsisHorizontal.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/EllipsisVertical.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/EllipsisVertical.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/EntriesOnAccount.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/EntriesOnAccount.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/EntriesOpen.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/EntriesOpen.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/EntriesWarning.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/EntriesWarning.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/EntryTypeCustomerInvoice.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/EntryTypeCustomerInvoice.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/EntryTypeCustomerPayment.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/EntryTypeCustomerPayment.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/EntryTypeJournalEntry.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/EntryTypeJournalEntry.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/EntryTypeManualCustomerInvoice.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/EntryTypeManualCustomerInvoice.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/EntryTypeSupplierInvoice.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/EntryTypeSupplierInvoice.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/EntryTypeSupplierPayment.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/EntryTypeSupplierPayment.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Envelope.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Envelope.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/EnvelopeApproved.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/EnvelopeApproved.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/ExpandView.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/ExpandView.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Expenses.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Expenses.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Export.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Export.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/ExportToExcel.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/ExportToExcel.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/ExportToPdf.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/ExportToPdf.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Filter.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Filter.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/FilterSolid.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/FilterSolid.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/GraphSolid.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/GraphSolid.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Hash.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Hash.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Home.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Home.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Images.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Images.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Import.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Import.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Inbox.js +19 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Inbox.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/InboxEinvoicing.js +19 -0
- package/dist/esm/packages/taco/src/components/Icon/components/InboxEinvoicing.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/InboxScanning.js +19 -0
- package/dist/esm/packages/taco/src/components/Icon/components/InboxScanning.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/InboxSmart.js +19 -0
- package/dist/esm/packages/taco/src/components/Icon/components/InboxSmart.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Info.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Info.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Inventory.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Inventory.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/InventoryMatrix.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/InventoryMatrix.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/JournalPro.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/JournalPro.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Layout.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Layout.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/LayoutBoth.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/LayoutBoth.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/LayoutFirst.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/LayoutFirst.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/LayoutLast.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/LayoutLast.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/LayoutNone.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/LayoutNone.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/LedgerCard.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/LedgerCard.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/LedgerCardCustomerReminder.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/LedgerCardCustomerReminder.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/LedgerCardManualCustomerInvoice.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/LedgerCardManualCustomerInvoice.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/LedgerCardObsoleteStock.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/LedgerCardObsoleteStock.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/LedgerCardOpeningEntry.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/LedgerCardOpeningEntry.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/LedgerCardReservedEntry.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/LedgerCardReservedEntry.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/LedgerCardShrinkagePilferage.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/LedgerCardShrinkagePilferage.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/LedgerCardStockAdjustment.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/LedgerCardStockAdjustment.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/LedgerCardTransferredOpeningEntry.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/LedgerCardTransferredOpeningEntry.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Lightbulb.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Lightbulb.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Line.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Line.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/List.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/List.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/ListBulleted.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/ListBulleted.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/ListSearch.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/ListSearch.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/LockOpen.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/LockOpen.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Log.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Log.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/LogOut.js +19 -0
- package/dist/esm/packages/taco/src/components/Icon/components/LogOut.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Market.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Market.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/MatchAmount.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/MatchAmount.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/MatchEntries.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/MatchEntries.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Menu.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Menu.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Mileage.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Mileage.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/ModalResize.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/ModalResize.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/ModalShrink.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/ModalShrink.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/More.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/More.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/MoreSolid.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/MoreSolid.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Move.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Move.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/NavigationList.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/NavigationList.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Note.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Note.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/NoteFollowUp.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/NoteFollowUp.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/NoteRead.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/NoteRead.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Numbers.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Numbers.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/PartnerApi.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/PartnerApi.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Period.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Period.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/PersonChange.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/PersonChange.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/PersonMinus.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/PersonMinus.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/PersonPlus.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/PersonPlus.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/PersonTick.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/PersonTick.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Play.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Play.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/PlusMinus.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/PlusMinus.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Print.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Print.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/ProcessPayment.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/ProcessPayment.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/ProductLedgerCard.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/ProductLedgerCard.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Profile.js +19 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Profile.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/ProjectCards.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/ProjectCards.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Projects.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Projects.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Quicklinks.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Quicklinks.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/RatingBankruptcy.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/RatingBankruptcy.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/RatingPaymentProblems.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/RatingPaymentProblems.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Reconciled.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Reconciled.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Refresh.js +16 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Refresh.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Report.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Report.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/ReportSolid.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/ReportSolid.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Restore.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Restore.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/RotateLeft.js +16 -0
- package/dist/esm/packages/taco/src/components/Icon/components/RotateLeft.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/RotateRight.js +16 -0
- package/dist/esm/packages/taco/src/components/Icon/components/RotateRight.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Sales.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Sales.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Search.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Search.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/SearchBold.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/SearchBold.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Secure.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Secure.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/SecureTick.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/SecureTick.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Settings.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Settings.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/SettingsSolid.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/SettingsSolid.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Shortcuts.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Shortcuts.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/ShowAll.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/ShowAll.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/ShowLess.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/ShowLess.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/ShowMore.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/ShowMore.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/ShowTemplate.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/ShowTemplate.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Sliders.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Sliders.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Smartpay.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Smartpay.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/SortBy.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/SortBy.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Spinner.js +20 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Spinner.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Star.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Star.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/StarSolid.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/StarSolid.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Subscriptions.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Subscriptions.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/SystemEntries.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/SystemEntries.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Tag.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Tag.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/TemplateOverride.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/TemplateOverride.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Templates.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Templates.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/ThumbBoth.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/ThumbBoth.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/ThumbDown.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/ThumbDown.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/ThumbDownSolid.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/ThumbDownSolid.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/ThumbUp.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/ThumbUp.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/ThumbUpSolid.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/ThumbUpSolid.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Tick.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Tick.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Time.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Time.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Transfer.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Transfer.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/TransferCancel.js +23 -0
- package/dist/esm/packages/taco/src/components/Icon/components/TransferCancel.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/TransferLocked.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/TransferLocked.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Undo.js +25 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Undo.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Undock.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Undock.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Unreconciled.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Unreconciled.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Warning.js +16 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Warning.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Webshop.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Webshop.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Website.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Website.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Workflow.js +16 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Workflow.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Zoom.js +17 -0
- package/dist/esm/packages/taco/src/components/Icon/components/Zoom.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Icon/components/index.js +428 -0
- package/dist/esm/packages/taco/src/components/Icon/components/index.js.map +1 -0
- package/dist/esm/packages/taco/src/components/IconButton/IconButton.js +50 -0
- package/dist/esm/packages/taco/src/components/IconButton/IconButton.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Input/Input.js +131 -0
- package/dist/esm/packages/taco/src/components/Input/Input.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Input/util.js +31 -0
- package/dist/esm/packages/taco/src/components/Input/util.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Listbox/Listbox.js +55 -0
- package/dist/esm/packages/taco/src/components/Listbox/Listbox.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Listbox/ScrollableList.js +165 -0
- package/dist/esm/packages/taco/src/components/Listbox/ScrollableList.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Listbox/useListbox.js +130 -0
- package/dist/esm/packages/taco/src/components/Listbox/useListbox.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Listbox/useMultiListbox.js +177 -0
- package/dist/esm/packages/taco/src/components/Listbox/useMultiListbox.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Listbox/useTypeahead.js +26 -0
- package/dist/esm/packages/taco/src/components/Listbox/useTypeahead.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Listbox/util.js +130 -0
- package/dist/esm/packages/taco/src/components/Listbox/util.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Menu/Context.js +9 -0
- package/dist/esm/packages/taco/src/components/Menu/Context.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Menu/Menu.js +59 -0
- package/dist/esm/packages/taco/src/components/Menu/Menu.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Menu/components/Checkbox.js +32 -0
- package/dist/esm/packages/taco/src/components/Menu/components/Checkbox.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Menu/components/Content.js +31 -0
- package/dist/esm/packages/taco/src/components/Menu/components/Content.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Menu/components/Header.js +19 -0
- package/dist/esm/packages/taco/src/components/Menu/components/Header.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Menu/components/Item.js +88 -0
- package/dist/esm/packages/taco/src/components/Menu/components/Item.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Menu/components/Link.js +37 -0
- package/dist/esm/packages/taco/src/components/Menu/components/Link.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Menu/components/RadioGroup.js +49 -0
- package/dist/esm/packages/taco/src/components/Menu/components/RadioGroup.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Menu/components/Separator.js +11 -0
- package/dist/esm/packages/taco/src/components/Menu/components/Separator.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Menu/components/Trigger.js +21 -0
- package/dist/esm/packages/taco/src/components/Menu/components/Trigger.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Navigation/Navigation.js +120 -0
- package/dist/esm/packages/taco/src/components/Navigation/Navigation.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Pagination/PageNumbers.js +44 -0
- package/dist/esm/packages/taco/src/components/Pagination/PageNumbers.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Pagination/Pagination.js +102 -0
- package/dist/esm/packages/taco/src/components/Pagination/Pagination.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Pagination/usePagination.js +15 -0
- package/dist/esm/packages/taco/src/components/Pagination/usePagination.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Pagination/usePaginationShortcuts.js +44 -0
- package/dist/esm/packages/taco/src/components/Pagination/usePaginationShortcuts.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Popover/Popover.js +98 -0
- package/dist/esm/packages/taco/src/components/Popover/Popover.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Popover/Primitives.js +27 -0
- package/dist/esm/packages/taco/src/components/Popover/Primitives.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Popover/util.js +4 -0
- package/dist/esm/packages/taco/src/components/Popover/util.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Progress/Progress.js +30 -0
- package/dist/esm/packages/taco/src/components/Progress/Progress.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Provider/Localization.js +113 -0
- package/dist/esm/packages/taco/src/components/Provider/Localization.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Provider/Provider.js +17 -0
- package/dist/esm/packages/taco/src/components/Provider/Provider.js.map +1 -0
- package/dist/esm/packages/taco/src/components/RadioGroup/RadioGroup.js +106 -0
- package/dist/esm/packages/taco/src/components/RadioGroup/RadioGroup.js.map +1 -0
- package/dist/esm/packages/taco/src/components/ScrollArea/ScrollArea.js +37 -0
- package/dist/esm/packages/taco/src/components/ScrollArea/ScrollArea.js.map +1 -0
- package/dist/esm/packages/taco/src/components/SearchInput/SearchInput.js +59 -0
- package/dist/esm/packages/taco/src/components/SearchInput/SearchInput.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Select/Select.js +97 -0
- package/dist/esm/packages/taco/src/components/Select/Select.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Select/useSelect.js +191 -0
- package/dist/esm/packages/taco/src/components/Select/useSelect.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Select2/Select2.js +218 -0
- package/dist/esm/packages/taco/src/components/Select2/Select2.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Select2/components/Collection.js +14 -0
- package/dist/esm/packages/taco/src/components/Select2/components/Collection.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Select2/components/Context.js +7 -0
- package/dist/esm/packages/taco/src/components/Select2/components/Context.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Select2/components/Create.js +82 -0
- package/dist/esm/packages/taco/src/components/Select2/components/Create.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Select2/components/Edit.js +189 -0
- package/dist/esm/packages/taco/src/components/Select2/components/Edit.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Select2/components/Group.js +18 -0
- package/dist/esm/packages/taco/src/components/Select2/components/Group.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Select2/components/Option.js +93 -0
- package/dist/esm/packages/taco/src/components/Select2/components/Option.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Select2/components/Search.js +57 -0
- package/dist/esm/packages/taco/src/components/Select2/components/Search.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Select2/components/Title.js +17 -0
- package/dist/esm/packages/taco/src/components/Select2/components/Title.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Select2/components/Trigger.js +230 -0
- package/dist/esm/packages/taco/src/components/Select2/components/Trigger.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Select2/hooks/useChildren.js +55 -0
- package/dist/esm/packages/taco/src/components/Select2/hooks/useChildren.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Select2/utilities.js +5 -0
- package/dist/esm/packages/taco/src/components/Select2/utilities.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Spinner/Spinner.js +44 -0
- package/dist/esm/packages/taco/src/components/Spinner/Spinner.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Switch/Switch.js +48 -0
- package/dist/esm/packages/taco/src/components/Switch/Switch.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Table/components/BaseTable.js +48 -0
- package/dist/esm/packages/taco/src/components/Table/components/BaseTable.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Table/components/PaginatedTable.js +14 -0
- package/dist/esm/packages/taco/src/components/Table/components/PaginatedTable.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Table/components/Table.js +52 -0
- package/dist/esm/packages/taco/src/components/Table/components/Table.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Table/components/WindowedTable.js +178 -0
- package/dist/esm/packages/taco/src/components/Table/components/WindowedTable.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Table/hooks/plugins/useRowActions.js +207 -0
- package/dist/esm/packages/taco/src/components/Table/hooks/plugins/useRowActions.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Table/hooks/plugins/useRowDraggable.js +113 -0
- package/dist/esm/packages/taco/src/components/Table/hooks/plugins/useRowDraggable.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Table/hooks/plugins/useRowEditing.js +92 -0
- package/dist/esm/packages/taco/src/components/Table/hooks/plugins/useRowEditing.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Table/hooks/plugins/useRowSelect.js +95 -0
- package/dist/esm/packages/taco/src/components/Table/hooks/plugins/useRowSelect.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Table/hooks/useRowCreation.js +95 -0
- package/dist/esm/packages/taco/src/components/Table/hooks/useRowCreation.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Table/hooks/useTable.js +211 -0
- package/dist/esm/packages/taco/src/components/Table/hooks/useTable.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Table/hooks/useTableKeyboardNavigation.js +118 -0
- package/dist/esm/packages/taco/src/components/Table/hooks/useTableKeyboardNavigation.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Table/util/renderColumn.js +40 -0
- package/dist/esm/packages/taco/src/components/Table/util/renderColumn.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Table/util/renderRow.js +100 -0
- package/dist/esm/packages/taco/src/components/Table/util/renderRow.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Table/util/rowIndexPath.js +47 -0
- package/dist/esm/packages/taco/src/components/Table/util/rowIndexPath.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Table/util/sortTypes.js +87 -0
- package/dist/esm/packages/taco/src/components/Table/util/sortTypes.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Table/util.js +87 -0
- package/dist/esm/packages/taco/src/components/Table/util.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Tabs/Tabs.js +69 -0
- package/dist/esm/packages/taco/src/components/Tabs/Tabs.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Tag/Tag.js +42 -0
- package/dist/esm/packages/taco/src/components/Tag/Tag.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Textarea/Textarea.js +37 -0
- package/dist/esm/packages/taco/src/components/Textarea/Textarea.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Toast/Toast.js +79 -0
- package/dist/esm/packages/taco/src/components/Toast/Toast.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Toast/Toaster.js +151 -0
- package/dist/esm/packages/taco/src/components/Toast/Toaster.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Toast/util.js +40 -0
- package/dist/esm/packages/taco/src/components/Toast/util.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Tooltip/Tooltip.js +35 -0
- package/dist/esm/packages/taco/src/components/Tooltip/Tooltip.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Tour/Tour.js +136 -0
- package/dist/esm/packages/taco/src/components/Tour/Tour.js.map +1 -0
- package/dist/esm/packages/taco/src/components/Treeview/Treeview.js +70 -0
- package/dist/esm/packages/taco/src/components/Treeview/Treeview.js.map +1 -0
- package/dist/esm/packages/taco/src/components/VisuallyHidden/VisuallyHidden.js +11 -0
- package/dist/esm/packages/taco/src/components/VisuallyHidden/VisuallyHidden.js.map +1 -0
- package/dist/esm/packages/taco/src/hooks/useBoundingClientRectListener.js +43 -0
- package/dist/esm/packages/taco/src/hooks/useBoundingClientRectListener.js.map +1 -0
- package/dist/esm/packages/taco/src/hooks/useId.js +10 -0
- package/dist/esm/packages/taco/src/hooks/useId.js.map +1 -0
- package/dist/esm/packages/taco/src/hooks/useIsFormControl.js +28 -0
- package/dist/esm/packages/taco/src/hooks/useIsFormControl.js.map +1 -0
- package/dist/esm/packages/taco/src/hooks/useMergedRef.js +19 -0
- package/dist/esm/packages/taco/src/hooks/useMergedRef.js.map +1 -0
- package/dist/esm/packages/taco/src/hooks/usePrevious.js +17 -0
- package/dist/esm/packages/taco/src/hooks/usePrevious.js.map +1 -0
- package/dist/esm/packages/taco/src/index.js +58 -0
- package/dist/esm/packages/taco/src/index.js.map +1 -0
- package/dist/esm/packages/taco/src/primitives/BubbleSelect.js +53 -0
- package/dist/esm/packages/taco/src/primitives/BubbleSelect.js.map +1 -0
- package/dist/esm/packages/taco/src/primitives/Button.js +21 -0
- package/dist/esm/packages/taco/src/primitives/Button.js.map +1 -0
- package/dist/esm/packages/taco/src/primitives/Collection/components/Root.js +146 -0
- package/dist/esm/packages/taco/src/primitives/Collection/components/Root.js.map +1 -0
- package/dist/esm/packages/taco/src/primitives/Listbox2/components/Context.js +7 -0
- package/dist/esm/packages/taco/src/primitives/Listbox2/components/Context.js.map +1 -0
- package/dist/esm/packages/taco/src/primitives/Listbox2/components/Group.js +19 -0
- package/dist/esm/packages/taco/src/primitives/Listbox2/components/Group.js.map +1 -0
- package/dist/esm/packages/taco/src/primitives/Listbox2/components/Option.js +56 -0
- package/dist/esm/packages/taco/src/primitives/Listbox2/components/Option.js.map +1 -0
- package/dist/esm/packages/taco/src/primitives/Listbox2/components/Root.js +62 -0
- package/dist/esm/packages/taco/src/primitives/Listbox2/components/Root.js.map +1 -0
- package/dist/esm/packages/taco/src/primitives/Listbox2/components/Title.js +25 -0
- package/dist/esm/packages/taco/src/primitives/Listbox2/components/Title.js.map +1 -0
- package/dist/esm/packages/taco/src/utils/aria.js +15 -0
- package/dist/esm/packages/taco/src/utils/aria.js.map +1 -0
- package/dist/esm/packages/taco/src/utils/colors.js +14 -0
- package/dist/esm/packages/taco/src/utils/colors.js.map +1 -0
- package/dist/esm/packages/taco/src/utils/date.js +61 -0
- package/dist/esm/packages/taco/src/utils/date.js.map +1 -0
- package/dist/esm/packages/taco/src/utils/debounce.js +10 -0
- package/dist/esm/packages/taco/src/utils/debounce.js.map +1 -0
- package/dist/esm/packages/taco/src/utils/device.js +5 -0
- package/dist/esm/packages/taco/src/utils/device.js.map +1 -0
- package/dist/esm/packages/taco/src/utils/dom.js +18 -0
- package/dist/esm/packages/taco/src/utils/dom.js.map +1 -0
- package/dist/esm/packages/taco/src/utils/hooks/useDraggable.js +47 -0
- package/dist/esm/packages/taco/src/utils/hooks/useDraggable.js.map +1 -0
- package/dist/esm/packages/taco/src/utils/hooks/useDropTarget.js +36 -0
- package/dist/esm/packages/taco/src/utils/hooks/useDropTarget.js.map +1 -0
- package/dist/esm/packages/taco/src/utils/hooks/useListKeyboardNavigation.js +34 -0
- package/dist/esm/packages/taco/src/utils/hooks/useListKeyboardNavigation.js.map +1 -0
- package/dist/esm/packages/taco/src/utils/hooks/useListScrollTo.js +33 -0
- package/dist/esm/packages/taco/src/utils/hooks/useListScrollTo.js.map +1 -0
- package/dist/esm/packages/taco/src/utils/hooks/useOnClickOutside.js +22 -0
- package/dist/esm/packages/taco/src/utils/hooks/useOnClickOutside.js.map +1 -0
- package/dist/esm/packages/taco/src/utils/hooks/useTimer.js +49 -0
- package/dist/esm/packages/taco/src/utils/hooks/useTimer.js.map +1 -0
- package/dist/esm/packages/taco/src/utils/input.js +42 -0
- package/dist/esm/packages/taco/src/utils/input.js.map +1 -0
- package/dist/esm/packages/taco/src/utils/mergeRefs.js +14 -0
- package/dist/esm/packages/taco/src/utils/mergeRefs.js.map +1 -0
- package/dist/esm/packages/taco/src/utils/taillwind.js +33 -0
- package/dist/esm/packages/taco/src/utils/taillwind.js.map +1 -0
- package/dist/hooks/useBoundaryOverflowDetection.d.ts +2 -0
- package/dist/hooks/useBoundingClientRectListener.d.ts +2 -0
- package/dist/hooks/useId.d.ts +1 -0
- package/dist/hooks/useIsFormControl.d.ts +2 -0
- package/dist/hooks/useIsRefOverflowing.d.ts +2 -0
- package/dist/hooks/useMergedRef.d.ts +2 -0
- package/dist/hooks/usePrevious.d.ts +2 -0
- package/dist/{taco.esm.css → index.css} +415 -413
- package/dist/index.d.ts +53 -0
- package/dist/index.js +8 -0
- package/dist/primitives/BubbleSelect.d.ts +2 -0
- package/dist/primitives/Button.d.ts +19 -0
- package/dist/primitives/Collection/Collection.d.ts +2 -0
- package/dist/primitives/Collection/Collection.stories.d.ts +8 -0
- package/dist/primitives/Collection/components/Root.d.ts +12 -0
- package/dist/primitives/Listbox2/Listbox2.d.ts +5 -0
- package/dist/primitives/Listbox2/Listbox2.stories.d.ts +16 -0
- package/dist/primitives/Listbox2/components/Context.d.ts +10 -0
- package/dist/primitives/Listbox2/components/Group.d.ts +8 -0
- package/dist/primitives/Listbox2/components/Option.d.ts +10 -0
- package/dist/primitives/Listbox2/components/Root.d.ts +20 -0
- package/dist/primitives/Listbox2/components/Title.d.ts +3 -0
- package/dist/primitives/Listbox2/types.d.ts +2 -0
- package/dist/primitives/Sortable/Sortable.d.ts +6 -0
- package/dist/primitives/Sortable/Sortable.stories.d.ts +14 -0
- package/dist/primitives/Sortable/components/Container.d.ts +11 -0
- package/dist/primitives/Sortable/components/Item.d.ts +10 -0
- package/dist/primitives/Sortable/components/List.d.ts +8 -0
- package/dist/taco.cjs.development.js +10571 -0
- package/dist/taco.cjs.development.js.map +1 -0
- package/dist/taco.cjs.production.min.js +2 -0
- package/dist/taco.cjs.production.min.js.map +1 -0
- package/dist/types.d.ts +6 -1891
- package/dist/utils/aria.d.ts +2 -0
- package/dist/utils/colors.d.ts +12 -0
- package/dist/utils/date.d.ts +3 -0
- package/dist/utils/debounce.d.ts +1 -0
- package/dist/utils/device.d.ts +1 -0
- package/dist/utils/dom.d.ts +2 -0
- package/dist/utils/hooks/useDraggable.d.ts +2 -0
- package/dist/utils/hooks/useDropTarget.d.ts +8 -0
- package/dist/utils/hooks/useListKeyboardNavigation.d.ts +8 -0
- package/dist/utils/hooks/useListScrollTo.d.ts +1 -0
- package/dist/utils/hooks/useOnClickOutside.d.ts +2 -0
- package/dist/utils/hooks/useRefState.d.ts +1 -0
- package/dist/utils/hooks/useTimer.d.ts +7 -0
- package/dist/utils/input.d.ts +3 -0
- package/dist/utils/mergeRefs.d.ts +2 -0
- package/dist/utils/storyutils.d.ts +8 -0
- package/dist/utils/taillwind.d.ts +4 -0
- package/dist/utils/tailwind.d.ts +1 -0
- package/package.json +133 -139
- package/plugins/tailwindcss-aria-attributes.js +73 -73
- package/plugins/tailwindcss-group-peer.js +12 -0
- package/tailwind.config.js +534 -284
- package/types.json +66 -19
- package/dist/taco.css.map +0 -1
- package/dist/taco.esm.css.map +0 -1
- package/dist/taco.esm.js +0 -11833
- package/dist/taco.esm.js.map +0 -1
- package/dist/taco.js +0 -13436
- package/dist/taco.js.map +0 -1
- package/dist/types.d.ts.map +0 -1
package/dist/taco.esm.js.map
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
{"mappings":"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","sources":["packages/taco/src/index.ts","packages/taco/src/components/AlertDialog/AlertDialog.tsx","packages/taco/src/components/AlertDialog/Context.tsx","packages/taco/src/components/AlertDialog/components/Trigger.tsx","packages/taco/src/utils/mergeRefs.ts","packages/taco/src/components/AlertDialog/components/Footer.tsx","packages/taco/src/components/AlertDialog/components/Content.tsx","packages/taco/src/components/Backdrop/Backdrop.tsx","packages/taco/src/components/Dialog/util.ts","packages/taco/src/components/Accordion/Accordion.tsx","packages/taco/src/components/Icon/Icon.tsx","packages/taco/src/components/Icon/components/index.tsx","packages/taco/src/components/Icon/components/AccountPreview.tsx","packages/taco/src/components/Icon/components/AccountingYearCancel.tsx","packages/taco/src/components/Icon/components/AccountingYear.tsx","packages/taco/src/components/Icon/components/Accounting.tsx","packages/taco/src/components/Icon/components/ArrowBottom.tsx","packages/taco/src/components/Icon/components/ArrowDown.tsx","packages/taco/src/components/Icon/components/ArrowEnd.tsx","packages/taco/src/components/Icon/components/ArrowLeft.tsx","packages/taco/src/components/Icon/components/ArrowRight.tsx","packages/taco/src/components/Icon/components/ArrowStart.tsx","packages/taco/src/components/Icon/components/ArrowTop.tsx","packages/taco/src/components/Icon/components/ArrowUp.tsx","packages/taco/src/components/Icon/components/AttachAuto.tsx","packages/taco/src/components/Icon/components/AttachCancel.tsx","packages/taco/src/components/Icon/components/Attach.tsx","packages/taco/src/components/Icon/components/AutotextInsert.tsx","packages/taco/src/components/Icon/components/Autotext.tsx","packages/taco/src/components/Icon/components/BasicTabs.tsx","packages/taco/src/components/Icon/components/Basic.tsx","packages/taco/src/components/Icon/components/BellSolid.tsx","packages/taco/src/components/Icon/components/Book.tsx","packages/taco/src/components/Icon/components/Booking.tsx","packages/taco/src/components/Icon/components/Budget.tsx","packages/taco/src/components/Icon/components/Calendar.tsx","packages/taco/src/components/Icon/components/CashAccount.tsx","packages/taco/src/components/Icon/components/CashReports.tsx","packages/taco/src/components/Icon/components/ChatSolid.tsx","packages/taco/src/components/Icon/components/Chat.tsx","packages/taco/src/components/Icon/components/ChevronDownDouble.tsx","packages/taco/src/components/Icon/components/ChevronDownSolid.tsx","packages/taco/src/components/Icon/components/ChevronDown.tsx","packages/taco/src/components/Icon/components/ChevronLeftDouble.tsx","packages/taco/src/components/Icon/components/ChevronLeftSolid.tsx","packages/taco/src/components/Icon/components/ChevronLeft.tsx","packages/taco/src/components/Icon/components/ChevronRightDouble.tsx","packages/taco/src/components/Icon/components/ChevronRightSolid.tsx","packages/taco/src/components/Icon/components/ChevronRight.tsx","packages/taco/src/components/Icon/components/ChevronUpDouble.tsx","packages/taco/src/components/Icon/components/ChevronUpSolid.tsx","packages/taco/src/components/Icon/components/ChevronUp.tsx","packages/taco/src/components/Icon/components/CircleClose.tsx","packages/taco/src/components/Icon/components/CircleMinus.tsx","packages/taco/src/components/Icon/components/CirclePlus.tsx","packages/taco/src/components/Icon/components/CircleTick.tsx","packages/taco/src/components/Icon/components/ClampOpen.tsx","packages/taco/src/components/Icon/components/Clamp.tsx","packages/taco/src/components/Icon/components/Close.tsx","packages/taco/src/components/Icon/components/ConnectionEnable.tsx","packages/taco/src/components/Icon/components/ConnectionRevoke.tsx","packages/taco/src/components/Icon/components/Contacts.tsx","packages/taco/src/components/Icon/components/Copy.tsx","packages/taco/src/components/Icon/components/Courses.tsx","packages/taco/src/components/Icon/components/Credit.tsx","packages/taco/src/components/Icon/components/DeletePermanently.tsx","packages/taco/src/components/Icon/components/Delete.tsx","packages/taco/src/components/Icon/components/Depecriate.tsx","packages/taco/src/components/Icon/components/Developer.tsx","packages/taco/src/components/Icon/components/DistributionTemplate.tsx","packages/taco/src/components/Icon/components/DocumentApprove.tsx","packages/taco/src/components/Icon/components/DocumentCreateEntry.tsx","packages/taco/src/components/Icon/components/DocumentCut.tsx","packages/taco/src/components/Icon/components/DocumentError.tsx","packages/taco/src/components/Icon/components/DocumentIsolatePage.tsx","packages/taco/src/components/Icon/components/DocumentMerge.tsx","packages/taco/src/components/Icon/components/DocumentMove.tsx","packages/taco/src/components/Icon/components/DocumentPreview.tsx","packages/taco/src/components/Icon/components/DocumentReceived.tsx","packages/taco/src/components/Icon/components/DocumentRejectedRequest.tsx","packages/taco/src/components/Icon/components/DocumentSplit.tsx","packages/taco/src/components/Icon/components/DocumentTime.tsx","packages/taco/src/components/Icon/components/Document.tsx","packages/taco/src/components/Icon/components/Download.tsx","packages/taco/src/components/Icon/components/Drag.tsx","packages/taco/src/components/Icon/components/ECopedia.tsx","packages/taco/src/components/Icon/components/ESignature.tsx","packages/taco/src/components/Icon/components/Edit.tsx","packages/taco/src/components/Icon/components/EllipsisHorizontal.tsx","packages/taco/src/components/Icon/components/EllipsisVertical.tsx","packages/taco/src/components/Icon/components/EntriesOnAccount.tsx","packages/taco/src/components/Icon/components/EntriesOpen.tsx","packages/taco/src/components/Icon/components/EntriesWarning.tsx","packages/taco/src/components/Icon/components/EntryTypeCustomerInvoice.tsx","packages/taco/src/components/Icon/components/EntryTypeCustomerPayment.tsx","packages/taco/src/components/Icon/components/EntryTypeJournalEntry.tsx","packages/taco/src/components/Icon/components/EntryTypeManualCustomerInvoice.tsx","packages/taco/src/components/Icon/components/EntryTypeSupplierInvoice.tsx","packages/taco/src/components/Icon/components/EntryTypeSupplierPayment.tsx","packages/taco/src/components/Icon/components/EnvelopeApproved.tsx","packages/taco/src/components/Icon/components/Envelope.tsx","packages/taco/src/components/Icon/components/ExpandView.tsx","packages/taco/src/components/Icon/components/Expenses.tsx","packages/taco/src/components/Icon/components/ExportToExcel.tsx","packages/taco/src/components/Icon/components/ExportToPdf.tsx","packages/taco/src/components/Icon/components/Export.tsx","packages/taco/src/components/Icon/components/FilterSolid.tsx","packages/taco/src/components/Icon/components/Filter.tsx","packages/taco/src/components/Icon/components/GraphSolid.tsx","packages/taco/src/components/Icon/components/Hash.tsx","packages/taco/src/components/Icon/components/Home.tsx","packages/taco/src/components/Icon/components/Images.tsx","packages/taco/src/components/Icon/components/Import.tsx","packages/taco/src/components/Icon/components/InboxEinvoicing.tsx","packages/taco/src/components/Icon/components/InboxScanning.tsx","packages/taco/src/components/Icon/components/InboxSmart.tsx","packages/taco/src/components/Icon/components/Inbox.tsx","packages/taco/src/components/Icon/components/Info.tsx","packages/taco/src/components/Icon/components/InventoryMatrix.tsx","packages/taco/src/components/Icon/components/Inventory.tsx","packages/taco/src/components/Icon/components/JournalPro.tsx","packages/taco/src/components/Icon/components/LayoutBoth.tsx","packages/taco/src/components/Icon/components/LayoutFirst.tsx","packages/taco/src/components/Icon/components/LayoutLast.tsx","packages/taco/src/components/Icon/components/LayoutNone.tsx","packages/taco/src/components/Icon/components/Layout.tsx","packages/taco/src/components/Icon/components/LedgerCardCustomerReminder.tsx","packages/taco/src/components/Icon/components/LedgerCardManualCustomerInvoice.tsx","packages/taco/src/components/Icon/components/LedgerCardObsoleteStock.tsx","packages/taco/src/components/Icon/components/LedgerCardOpeningEntry.tsx","packages/taco/src/components/Icon/components/LedgerCardReservedEntry.tsx","packages/taco/src/components/Icon/components/LedgerCardShrinkagePilferage.tsx","packages/taco/src/components/Icon/components/LedgerCardStockAdjustment.tsx","packages/taco/src/components/Icon/components/LedgerCardTransferredOpeningEntry.tsx","packages/taco/src/components/Icon/components/LedgerCard.tsx","packages/taco/src/components/Icon/components/Lightbulb.tsx","packages/taco/src/components/Icon/components/Line.tsx","packages/taco/src/components/Icon/components/ListBulleted.tsx","packages/taco/src/components/Icon/components/ListSearch.tsx","packages/taco/src/components/Icon/components/List.tsx","packages/taco/src/components/Icon/components/LockOpen.tsx","packages/taco/src/components/Icon/components/LogOut.tsx","packages/taco/src/components/Icon/components/Log.tsx","packages/taco/src/components/Icon/components/Market.tsx","packages/taco/src/components/Icon/components/MatchAmount.tsx","packages/taco/src/components/Icon/components/MatchEntries.tsx","packages/taco/src/components/Icon/components/Menu.tsx","packages/taco/src/components/Icon/components/Mileage.tsx","packages/taco/src/components/Icon/components/ModalResize.tsx","packages/taco/src/components/Icon/components/ModalShrink.tsx","packages/taco/src/components/Icon/components/MoreSolid.tsx","packages/taco/src/components/Icon/components/More.tsx","packages/taco/src/components/Icon/components/Move.tsx","packages/taco/src/components/Icon/components/NavigationList.tsx","packages/taco/src/components/Icon/components/NoteFollowUp.tsx","packages/taco/src/components/Icon/components/NoteRead.tsx","packages/taco/src/components/Icon/components/Note.tsx","packages/taco/src/components/Icon/components/Numbers.tsx","packages/taco/src/components/Icon/components/PartnerApi.tsx","packages/taco/src/components/Icon/components/Period.tsx","packages/taco/src/components/Icon/components/PersonChange.tsx","packages/taco/src/components/Icon/components/PersonMinus.tsx","packages/taco/src/components/Icon/components/PersonPlus.tsx","packages/taco/src/components/Icon/components/PersonTick.tsx","packages/taco/src/components/Icon/components/Play.tsx","packages/taco/src/components/Icon/components/PlusMinus.tsx","packages/taco/src/components/Icon/components/Print.tsx","packages/taco/src/components/Icon/components/ProcessPayment.tsx","packages/taco/src/components/Icon/components/ProductLedgerCard.tsx","packages/taco/src/components/Icon/components/Profile.tsx","packages/taco/src/components/Icon/components/ProjectCards.tsx","packages/taco/src/components/Icon/components/Projects.tsx","packages/taco/src/components/Icon/components/Quicklinks.tsx","packages/taco/src/components/Icon/components/RatingBankruptcy.tsx","packages/taco/src/components/Icon/components/RatingPaymentProblems.tsx","packages/taco/src/components/Icon/components/Reconciled.tsx","packages/taco/src/components/Icon/components/Refresh.tsx","packages/taco/src/components/Icon/components/ReportSolid.tsx","packages/taco/src/components/Icon/components/Report.tsx","packages/taco/src/components/Icon/components/Restore.tsx","packages/taco/src/components/Icon/components/RotateLeft.tsx","packages/taco/src/components/Icon/components/RotateRight.tsx","packages/taco/src/components/Icon/components/Sales.tsx","packages/taco/src/components/Icon/components/SearchBold.tsx","packages/taco/src/components/Icon/components/Search.tsx","packages/taco/src/components/Icon/components/SecureTick.tsx","packages/taco/src/components/Icon/components/Secure.tsx","packages/taco/src/components/Icon/components/SettingsSolid.tsx","packages/taco/src/components/Icon/components/Settings.tsx","packages/taco/src/components/Icon/components/Shortcuts.tsx","packages/taco/src/components/Icon/components/ShowAll.tsx","packages/taco/src/components/Icon/components/ShowLess.tsx","packages/taco/src/components/Icon/components/ShowMore.tsx","packages/taco/src/components/Icon/components/ShowTemplate.tsx","packages/taco/src/components/Icon/components/Sliders.tsx","packages/taco/src/components/Icon/components/Smartpay.tsx","packages/taco/src/components/Icon/components/SortBy.tsx","packages/taco/src/components/Icon/components/Spinner.tsx","packages/taco/src/components/Icon/components/StarSolid.tsx","packages/taco/src/components/Icon/components/Star.tsx","packages/taco/src/components/Icon/components/Subscriptions.tsx","packages/taco/src/components/Icon/components/SystemEntries.tsx","packages/taco/src/components/Icon/components/Tag.tsx","packages/taco/src/components/Icon/components/TemplateOverride.tsx","packages/taco/src/components/Icon/components/Templates.tsx","packages/taco/src/components/Icon/components/ThumbBoth.tsx","packages/taco/src/components/Icon/components/ThumbDownSolid.tsx","packages/taco/src/components/Icon/components/ThumbDown.tsx","packages/taco/src/components/Icon/components/ThumbUpSolid.tsx","packages/taco/src/components/Icon/components/ThumbUp.tsx","packages/taco/src/components/Icon/components/Tick.tsx","packages/taco/src/components/Icon/components/Time.tsx","packages/taco/src/components/Icon/components/TransferCancel.tsx","packages/taco/src/components/Icon/components/TransferLocked.tsx","packages/taco/src/components/Icon/components/Transfer.tsx","packages/taco/src/components/Icon/components/Undo.tsx","packages/taco/src/components/Icon/components/Undock.tsx","packages/taco/src/components/Icon/components/Unreconciled.tsx","packages/taco/src/components/Icon/components/Warning.tsx","packages/taco/src/components/Icon/components/Webshop.tsx","packages/taco/src/components/Icon/components/Website.tsx","packages/taco/src/components/Icon/components/Workflow.tsx","packages/taco/src/components/Icon/components/Zoom.tsx","packages/taco/src/components/Badge/Badge.tsx","packages/taco/src/components/VisuallyHidden/VisuallyHidden.tsx","packages/taco/src/utils/taillwind.ts","packages/taco/src/components/Banner/Banner.tsx","packages/taco/src/components/Banner/util.tsx","packages/taco/src/components/IconButton/IconButton.tsx","packages/taco/src/components/Button/util.tsx","packages/taco/src/primitives/Button.tsx","packages/taco/src/components/Tooltip/Tooltip.tsx","packages/taco/src/components/Provider/Localization.tsx","packages/taco/src/components/Button/Button.tsx","packages/taco/src/components/Calendar/Calendar.tsx","packages/taco/src/components/Card/Card.tsx","packages/taco/src/components/Checkbox/Checkbox.tsx","packages/taco/src/hooks/useId.ts","packages/taco/src/components/Combobox/Combobox.tsx","packages/taco/src/components/Input/Input.tsx","packages/taco/src/hooks/useMergedRef.ts","packages/taco/src/components/Input/util.ts","packages/taco/src/components/Combobox/useCombobox.tsx","packages/taco/src/components/Listbox/util.ts","packages/taco/src/components/Listbox/ScrollableList.tsx","packages/taco/src/utils/hooks/useListKeyboardNavigation.ts","packages/taco/src/utils/hooks/useListScrollTo.ts","packages/taco/src/components/Spinner/Spinner.tsx","packages/taco/src/utils/input.ts","packages/taco/src/hooks/useBoundingClientRectListener.ts","packages/taco/src/utils/debounce.ts","packages/taco/src/components/Datepicker/Datepicker.tsx","packages/taco/src/components/Datepicker/useDatepicker.tsx","packages/taco/src/utils/date.ts","packages/taco/src/components/Popover/Popover.tsx","packages/taco/src/components/Popover/Primitives.tsx","packages/taco/src/components/Popover/util.ts","packages/taco/src/components/Dialog/Dialog.tsx","packages/taco/src/components/Dialog/components/Trigger.tsx","packages/taco/src/components/Dialog/Context.tsx","packages/taco/src/components/Dialog/components/Content.tsx","packages/taco/src/utils/hooks/useDraggable.tsx","packages/taco/src/components/Dialog/components/Drawer.tsx","packages/taco/src/components/Dialog/components/Extra.tsx","packages/taco/src/components/Field/Field.tsx","packages/taco/src/components/Form/Form.tsx","packages/taco/src/components/Group/Group.tsx","packages/taco/src/components/Hanger/Hanger.tsx","packages/taco/src/components/HoverCard/HoverCard.tsx","packages/taco/src/components/HoverCard/Primitives.tsx","packages/taco/src/components/SearchInput/SearchInput.tsx","packages/taco/src/components/Listbox/Listbox.tsx","packages/taco/src/components/Listbox/useListbox.tsx","packages/taco/src/components/Listbox/useTypeahead.tsx","packages/taco/src/utils/hooks/useTimer.ts","packages/taco/src/components/Listbox/useMultiListbox.tsx","packages/taco/src/components/Menu/Menu.tsx","packages/taco/src/components/Menu/Context.tsx","packages/taco/src/components/Menu/components/Content.tsx","packages/taco/src/components/Menu/components/Item.tsx","packages/taco/src/components/Menu/components/Link.tsx","packages/taco/src/components/Menu/components/Trigger.tsx","packages/taco/src/components/Menu/components/Checkbox.tsx","packages/taco/src/components/Menu/components/RadioGroup.tsx","packages/taco/src/components/RadioGroup/RadioGroup.tsx","packages/taco/src/components/Menu/components/Separator.tsx","packages/taco/src/components/Menu/components/Header.tsx","packages/taco/src/components/Navigation/Navigation.tsx","packages/taco/src/components/Treeview/Treeview.tsx","packages/taco/src/utils/hooks/useDropTarget.ts","packages/taco/src/components/Pagination/Pagination.tsx","packages/taco/src/components/Pagination/PageNumbers.tsx","packages/taco/src/components/Select/Select.tsx","packages/taco/src/components/Select/useSelect.tsx","packages/taco/src/components/Pagination/usePaginationShortcuts.tsx","packages/taco/src/components/Pagination/usePagination.tsx","packages/taco/src/components/Progress/Progress.tsx","packages/taco/src/components/Provider/Provider.tsx","packages/taco/src/components/Toast/Toaster.tsx","packages/taco/src/components/Toast/Toast.tsx","packages/taco/src/components/Toast/util.tsx","packages/taco/src/components/Select2/Select2.tsx","packages/taco/src/primitives/Listbox2/Listbox2.tsx","packages/taco/src/primitives/Listbox2/components/Root.tsx","packages/taco/src/primitives/Collection/Collection.tsx","packages/taco/src/primitives/Collection/components/Root.tsx","packages/taco/src/utils/aria.ts","packages/taco/src/primitives/Listbox2/components/Context.tsx","packages/taco/src/primitives/Listbox2/components/Option.tsx","packages/taco/src/primitives/Listbox2/components/Group.tsx","packages/taco/src/primitives/Listbox2/components/Title.tsx","packages/taco/src/components/Select2/components/Option.tsx","packages/taco/src/components/Tag/Tag.tsx","packages/taco/src/utils/colors.ts","packages/taco/src/components/Select2/utilities.ts","packages/taco/src/components/Select2/components/Context.tsx","packages/taco/src/components/Select2/components/Edit.tsx","packages/taco/src/utils/device.ts","packages/taco/src/components/Select2/components/Group.tsx","packages/taco/src/components/Select2/components/Title.tsx","packages/taco/src/components/Select2/components/Trigger.tsx","packages/taco/src/utils/dom.ts","packages/taco/src/components/ScrollArea/ScrollArea.tsx","packages/taco/src/hooks/useIsFormControl.ts","packages/taco/src/primitives/BubbleSelect.tsx","packages/taco/src/hooks/usePrevious.ts","packages/taco/src/components/Select2/components/Search.tsx","packages/taco/src/components/Select2/hooks/useChildren.tsx","packages/taco/src/components/Select2/components/Create.tsx","packages/taco/src/components/Select2/components/Collection.tsx","packages/taco/src/components/Table/Table.tsx","packages/taco/src/components/Table/components/Table.tsx","packages/taco/src/components/Table/hooks/useTable.tsx","packages/taco/src/components/Table/util.ts","packages/taco/src/components/Table/util/sortTypes.ts","packages/taco/src/components/Table/hooks/plugins/useRowEditing.tsx","packages/taco/src/components/Table/hooks/plugins/useRowActions.tsx","packages/taco/src/components/Table/hooks/plugins/useRowSelect.tsx","packages/taco/src/components/Table/hooks/useTableKeyboardNavigation.ts","packages/taco/src/components/Table/hooks/plugins/useRowDraggable.tsx","packages/taco/src/components/Table/util/renderRow.tsx","packages/taco/src/components/Table/components/BaseTable.tsx","packages/taco/src/components/Table/util/renderColumn.tsx","packages/taco/src/components/Table/components/PaginatedTable.tsx","packages/taco/src/components/Table/components/WindowedTable.tsx","packages/taco/src/components/Table/util/rowIndexPath.ts","packages/taco/src/components/Table/hooks/useRowCreation.tsx","packages/taco/src/components/Tabs/Tabs.tsx","packages/taco/src/components/Textarea/Textarea.tsx","packages/taco/src/components/Switch/Switch.tsx","packages/taco/src/components/Tour/Tour.tsx","packages/taco/src/utils/hooks/useOnClickOutside.ts","packages/taco/src/types.ts"],"sourcesContent":["import './css/global.css';\r\n\r\n// Components\r\nexport * from './components/AlertDialog/AlertDialog';\r\nexport * from './components/Accordion/Accordion';\r\nexport * from './components/Backdrop/Backdrop';\r\nexport * from './components/Badge/Badge';\r\nexport * from './components/Banner/Banner';\r\nexport * from './components/Button/Button';\r\nexport * from './components/Calendar/Calendar';\r\nexport * from './components/Card/Card';\r\nexport * from './components/Checkbox/Checkbox';\r\nexport * from './components/Combobox/Combobox';\r\nexport * from './components/Datepicker/Datepicker';\r\nexport * from './components/Dialog/Dialog';\r\nexport * from './components/Field/Field';\r\nexport * from './components/Form/Form';\r\nexport * from './components/Group/Group';\r\nexport * from './components/Hanger/Hanger';\r\nexport * from './components/HoverCard/HoverCard';\r\nexport * from './components/Icon/Icon';\r\nexport * from './components/IconButton/IconButton';\r\nexport * from './components/Input/Input';\r\nexport * from './components/SearchInput/SearchInput';\r\nexport * from './components/Listbox/Listbox';\r\nexport * from './components/Menu/Menu';\r\nexport * from './components/Navigation/Navigation';\r\nexport * from './components/Pagination/Pagination';\r\nexport * from './components/Popover/Popover';\r\nexport * from './components/Progress/Progress';\r\nexport * from './components/Provider/Provider';\r\nexport * from './components/Provider/Localization';\r\nexport * from './components/RadioGroup/RadioGroup';\r\nexport * from './components/Select/Select';\r\nexport * from './components/Select2/Select2';\r\nexport * from './components/Spinner/Spinner';\r\nexport * from './components/Table/Table';\r\nexport * from './components/Tabs/Tabs';\r\nexport * from './components/Tag/Tag';\r\nexport * from './components/Textarea/Textarea';\r\nexport * from './components/Toast/Toaster';\r\nexport * from './components/Switch/Switch';\r\nexport * from './components/Tooltip/Tooltip';\r\nexport * from './components/Tour/Tour';\r\nexport * from './components/Treeview/Treeview';\r\nexport * from './components/VisuallyHidden/VisuallyHidden';\r\n\r\n// Utilities\r\nexport * from './utils/date';\r\nexport * from './utils/mergeRefs';\r\n\r\n// Hooks\r\nexport * from './hooks/useBoundingClientRectListener';\r\nexport * from './hooks/useMergedRef';\r\nexport * from './utils/hooks/useDropTarget';\r\nexport * from './utils/hooks/useListKeyboardNavigation';\r\nexport * from './utils/hooks/useListScrollTo';\r\nexport * from './utils/hooks/useOnClickOutside';\r\n\r\n// Types\r\nexport * from './types';\r\n","import * as React from 'react';\r\nimport * as AlertDialogPrimitive from '@radix-ui/react-alert-dialog';\r\nimport { AlertDialogContext } from './Context';\r\nimport { Trigger, AlertDialogTriggerProps } from './components/Trigger';\r\nimport {\r\n Cancel,\r\n Action,\r\n Footer,\r\n AlertDialogCancelProps,\r\n AlertDialogActionProps,\r\n AlertDialogFooterProps,\r\n} from './components/Footer';\r\nimport { Title, Content, AlertDialogContentProps, AlertDialogTitleProps } from './components/Content';\r\n\r\nexport type AlertDialogProps = {\r\n children: React.ReactNode | React.ReactNode[];\r\n /** Set whether the alert dialog is open by default or not, use when not providing a trigger */\r\n defaultOpen?: boolean;\r\n /** Called when the alert 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 /** A trigger to be used for the alert dialog, should not be set if `children` already contains a trigger */\r\n trigger?: JSX.Element;\r\n};\r\n\r\nexport type ForwardedAlertDialogWithStatics = React.ForwardRefExoticComponent<\r\n AlertDialogProps & React.RefAttributes<HTMLElement>\r\n> & {\r\n Trigger: React.ForwardRefExoticComponent<AlertDialogTriggerProps & React.RefAttributes<HTMLButtonElement>>;\r\n Content: React.ForwardRefExoticComponent<AlertDialogContentProps & React.RefAttributes<HTMLDivElement>>;\r\n Title: React.ForwardRefExoticComponent<AlertDialogTitleProps & React.RefAttributes<HTMLHeadingElement>>;\r\n Footer: React.ForwardRefExoticComponent<AlertDialogFooterProps & React.RefAttributes<HTMLDivElement>>;\r\n Action: React.ForwardRefExoticComponent<AlertDialogActionProps & React.RefAttributes<HTMLButtonElement>>;\r\n Cancel: React.ForwardRefExoticComponent<AlertDialogCancelProps & React.RefAttributes<HTMLButtonElement>>;\r\n};\r\n\r\nexport const AlertDialog = React.forwardRef(function AlertDialog(props: AlertDialogProps, ref: React.Ref<HTMLElement>) {\r\n const { children: initialChildren, defaultOpen, onChange, open, trigger, ...otherProps } = props;\r\n\r\n const context = React.useMemo(\r\n () => ({\r\n props: otherProps,\r\n ref,\r\n }),\r\n [open, otherProps]\r\n );\r\n\r\n return (\r\n <AlertDialogContext.Provider value={context}>\r\n <AlertDialogPrimitive.Root {...props} defaultOpen={defaultOpen} open={open} onOpenChange={onChange}>\r\n {trigger && <Trigger>{trigger}</Trigger>}\r\n {props.children}\r\n </AlertDialogPrimitive.Root>\r\n </AlertDialogContext.Provider>\r\n );\r\n}) as ForwardedAlertDialogWithStatics;\r\n\r\nAlertDialog.Trigger = Trigger;\r\nAlertDialog.Content = Content;\r\nAlertDialog.Title = Title;\r\nAlertDialog.Cancel = Cancel;\r\nAlertDialog.Action = Action;\r\nAlertDialog.Footer = Footer;\r\n","/* eslint-disable @typescript-eslint/no-empty-function */\r\nimport React from 'react';\r\n\r\nexport type AlertDialogContext = {\r\n props: Record<string, any>;\r\n ref: React.Ref<HTMLElement>;\r\n};\r\n\r\nexport const AlertDialogContext = React.createContext<AlertDialogContext>({\r\n props: {},\r\n ref: null,\r\n});\r\n\r\nexport const useCurrentAlertDialog = () => {\r\n return React.useContext(AlertDialogContext);\r\n};\r\n","import * as React from 'react';\r\nimport * as AlertDialogPrimitive from '@radix-ui/react-alert-dialog';\r\nimport { useCurrentAlertDialog } from '../Context';\r\nimport { mergeRefs } from '../../../utils/mergeRefs';\r\n\r\nexport type AlertDialogTriggerProps = React.HTMLAttributes<HTMLButtonElement>;\r\n\r\nexport const Trigger = React.forwardRef(function AlertDialogTrigger(\r\n props: AlertDialogTriggerProps,\r\n externalRef: React.Ref<HTMLButtonElement>\r\n) {\r\n const { ref: parentRef, props: parentProps } = useCurrentAlertDialog();\r\n const refCallback = mergeRefs([parentRef, externalRef]);\r\n\r\n return <AlertDialogPrimitive.Trigger {...parentProps} {...props} ref={refCallback} asChild />;\r\n});\r\n","import React from 'react';\r\n\r\nexport 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 * as AlertDialogPrimitive from '@radix-ui/react-alert-dialog';\r\n\r\nexport type AlertDialogFooterProps = React.HTMLAttributes<HTMLDivElement>;\r\nexport const Footer = React.forwardRef(function AlertDialogFooter(props: AlertDialogFooterProps, ref: React.Ref<HTMLDivElement>) {\r\n const className = 'flex justify-end gap-2';\r\n\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 AlertDialogCancelProps = React.HTMLAttributes<HTMLButtonElement>;\r\nexport const Cancel = React.forwardRef(function AlertDialogCancel(\r\n props: AlertDialogCancelProps,\r\n ref: React.Ref<HTMLButtonElement>\r\n) {\r\n return <AlertDialogPrimitive.Cancel {...props} ref={ref} asChild />;\r\n});\r\n\r\nexport type AlertDialogActionProps = React.HTMLAttributes<HTMLButtonElement>;\r\nexport const Action = React.forwardRef(function AlertDialogAction(\r\n props: AlertDialogActionProps,\r\n ref: React.Ref<HTMLButtonElement>\r\n) {\r\n return <AlertDialogPrimitive.Action {...props} className={props.className} ref={ref} asChild />;\r\n});\r\n","import * as React from 'react';\r\nimport * as AlertDialogPrimitive from '@radix-ui/react-alert-dialog';\r\nimport cn from 'classnames';\r\nimport { Backdrop } from '../../Backdrop/Backdrop';\r\nimport { getDialogPositionClassnames, getDialogSizeClassnames, getDialogStylingClassnames } from '../../Dialog/util';\r\n\r\nexport type AlertDialogTitleProps = React.HTMLAttributes<HTMLHeadingElement>;\r\nexport const Title = React.forwardRef(function AlertDialogTitle(\r\n props: AlertDialogTitleProps,\r\n ref: React.Ref<HTMLHeadingElement>\r\n) {\r\n const className = cn('text-center', props.className);\r\n return <AlertDialogPrimitive.Title {...props} className={className} ref={ref} />;\r\n});\r\n\r\nexport type AlertDialogContentProps = 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: React.ReactNode;\r\n};\r\nexport const Content = React.forwardRef(function AlertDialogContent(\r\n props: AlertDialogContentProps,\r\n ref: React.Ref<HTMLDivElement>\r\n) {\r\n const className = cn('p-6', getDialogPositionClassnames(), getDialogStylingClassnames(), getDialogSizeClassnames('dialog'));\r\n\r\n return (\r\n <AlertDialogPrimitive.Portal>\r\n <AlertDialogPrimitive.Overlay asChild>\r\n <Backdrop>\r\n <AlertDialogPrimitive.Content\r\n {...props}\r\n ref={ref}\r\n className={className}\r\n onEscapeKeyDown={event => event.preventDefault()}>\r\n {props.children}\r\n </AlertDialogPrimitive.Content>\r\n </Backdrop>\r\n </AlertDialogPrimitive.Overlay>\r\n </AlertDialogPrimitive.Portal>\r\n );\r\n});\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-purple-darker/[0.3] aria-hidden:invisible',\r\n props.className\r\n );\r\n\r\n return <div {...props} className={className} data-taco=\"backdrop\" ref={ref} />;\r\n});\r\n","import { DialogSize } from './types';\r\n\r\nexport const getDialogSizeClassnames = (size: DialogSize) => {\r\n switch (size) {\r\n case 'dialog':\r\n return 'w-128';\r\n case 'xs':\r\n return 'w-xs';\r\n case 'sm':\r\n return 'w-sm';\r\n case 'md':\r\n return 'w-md';\r\n case 'lg':\r\n return 'w-lg';\r\n }\r\n};\r\n\r\nexport const getDialogPositionClassnames = () => 'mt-16 mx-auto';\r\n\r\nexport const getDialogStylingClassnames = () =>\r\n 'bg-white rounded animate-[fade-in_150ms] shadow-[0_6px_9px_0_rgba(89,85,98,0.3),0_0_1px_0_rgba(89,85,98,0.2)]';\r\n","import React from 'react';\nimport cn from 'classnames';\nimport * as AccordionPrimitive from '@radix-ui/react-accordion';\nimport { Icon } from '../Icon/Icon';\n\ntype AccordionContext = {\n as: 'h2' | 'h3' | 'h4' | 'h5' | 'h6';\n};\nconst AccordionContext = React.createContext<AccordionContext>({\n as: 'h2',\n});\n\nexport type AccordionTriggerProps = React.HTMLAttributes<HTMLElement>;\n\nconst StyledTrigger = React.forwardRef(function AccordionStyledTrigger(\n props: AccordionPrimitive.AccordionTriggerProps,\n ref: React.Ref<HTMLButtonElement>\n) {\n const isExpanded = !!props['aria-expanded'];\n\n const className = cn(\n 'w-full inline-flex justify-between items-center align-middle',\n 'focus:rounded-sm focus:border-blue focus:yt-focus',\n props.className\n );\n\n return (\n <button {...props} ref={ref} className={className}>\n {props.children}\n <Icon name={isExpanded ? 'chevron-up' : 'chevron-down'} />\n </button>\n );\n});\n\nconst Trigger = React.forwardRef(function AccordionTrigger(props: AccordionTriggerProps, ref: React.Ref<HTMLButtonElement>) {\n const { children } = props;\n const { as: Heading } = React.useContext(AccordionContext);\n\n return (\n <AccordionPrimitive.Header asChild>\n <Heading className=\"my-3\">\n <AccordionPrimitive.Trigger ref={ref} asChild>\n <StyledTrigger>{children}</StyledTrigger>\n </AccordionPrimitive.Trigger>\n </Heading>\n </AccordionPrimitive.Header>\n );\n});\n\nexport type AccordionContentProps = React.HTMLAttributes<HTMLElement>;\nconst Content = React.forwardRef(function AccordionContent(props: AccordionContentProps, ref: React.Ref<HTMLDivElement>) {\n return <AccordionPrimitive.Content {...props} ref={ref} />;\n});\n\nexport type AccordionItemProps = React.HTMLAttributes<HTMLDivElement> & {\n id: string;\n disabled?: boolean;\n};\nconst Item = (props: AccordionItemProps) => {\n const { id, ...otherProps } = props;\n return <AccordionPrimitive.Item {...otherProps} value={id} />;\n};\n\ntype AccordionBaseProps = {\n children: React.ReactNode[];\n\n /** Change what heading element accordion regions will render */\n as?: 'h2' | 'h3' | 'h4' | 'h5' | 'h6';\n\n /** Additional classes for Accordion root element */\n className?: string;\n};\n\nexport interface AccordionUncontrolledProps extends AccordionBaseProps {\n /** Default expanded accordion(s) */\n defaultId: string | string[];\n\n id?: never;\n onChange?: never;\n}\n\nexport interface AccordionMultipleControlledProps extends AccordionBaseProps {\n /** Expanded accordions */\n id: string[];\n\n /** onChange function to receive ids of expanded accordions */\n onChange: (id: string[]) => void;\n\n defaultId?: never;\n}\nexport interface AccordionSingleControlledProps extends AccordionBaseProps {\n /** Expanded accordion */\n id: string;\n\n /** onChange function to receive id of expanded accordion */\n onChange: (id: string) => void;\n\n defaultId?: never;\n}\n\nexport type AccordionProps = AccordionUncontrolledProps | AccordionMultipleControlledProps | AccordionSingleControlledProps;\n\nexport const Accordion = (props: AccordionProps) => {\n const { id, defaultId, onChange, as = 'h2', ...otherProps } = props;\n const context = React.useMemo(() => ({ as }), [as]);\n\n let valueProps;\n\n if (defaultId) {\n valueProps = {\n defaultValue: defaultId || undefined,\n };\n } else {\n valueProps = {\n onValueChange: onChange,\n value: id || undefined,\n };\n }\n\n const type = Array.isArray(valueProps.defaultValue) || Array.isArray(valueProps.value) ? 'multiple' : 'single';\n const className = cn('divide-y divide-grey', props.className);\n\n return (\n <AccordionContext.Provider value={context}>\n <AccordionPrimitive.Root {...otherProps} {...valueProps} data-taco=\"accordion\" className={className} type={type} />\n </AccordionContext.Provider>\n );\n};\n\nAccordion.Item = Item;\nAccordion.Trigger = Trigger;\nAccordion.Content = Content;\n","import React from 'react';\nimport cn from 'classnames';\nimport { IconName, icons } from './components/index';\n\nexport { icons } from './components/index';\nexport type { IconName } from './components/index';\n\nexport type IconProps = React.SVGAttributes<SVGSVGElement> & {\n /** Set what svg icon should be rendered */\n name: IconName; // this dynamic type causes the type extraction for props to fail\n};\n\nexport const Icon = React.forwardRef(function Icon(props: IconProps, ref: React.Ref<SVGSVGElement>) {\n const { name, ...otherProps } = props;\n const Component = icons[name];\n /* 24x24 _at the base body font_ - must be em so that they scale with font size - tailwind spacing uses rem */\n const className = cn('inline-flex h-[1.715em] w-[1.715em] flex-shrink-0', props.className, {\n 'p-[3px]': props.className?.includes('rounded-full'),\n });\n\n return Component ? (\n <Component {...otherProps} className={className} data-taco=\"icon\" focusable=\"false\" ref={ref} role=\"img\" />\n ) : null;\n});\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 ChevronLeftSolid from './ChevronLeftSolid';\r\nimport ChevronLeft from './ChevronLeft';\r\nimport ChevronRightDouble from './ChevronRightDouble';\r\nimport ChevronRightSolid from './ChevronRightSolid';\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 Numbers from './Numbers';\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 Undo from './Undo';\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-solid': ChevronLeftSolid,\r\n 'chevron-left': ChevronLeft,\r\n 'chevron-right-double': ChevronRightDouble,\r\n 'chevron-right-solid': ChevronRightSolid,\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 numbers: Numbers,\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 undo: Undo,\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-solid'\r\n | 'chevron-left'\r\n | 'chevron-right-double'\r\n | 'chevron-right-solid'\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 | 'numbers'\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 | 'undo'\r\n | 'undock'\r\n | 'unreconciled'\r\n | 'warning'\r\n | 'webshop'\r\n | 'website'\r\n | 'workflow'\r\n | 'zoom';\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconAccountPreview);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconAccountingYearCancel);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconAccountingYear);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconAccounting);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconArrowBottom);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconArrowDown);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconArrowEnd);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconArrowLeft);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconArrowRight);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconArrowStart);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconArrowTop);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconArrowUp);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconAttachAuto);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconAttachCancel);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconAttach);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconAutotextInsert);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconAutotext);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconBasicTabs);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconBasic);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconBellSolid);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconBook);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconBooking);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconBudget);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconCalendar);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconCashAccount);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconCashReports);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconChatSolid);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconChat);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconChevronDownDouble);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconChevronDownSolid);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconChevronDown);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconChevronLeftDouble);\r\n","import * as React from 'react';\r\nfunction IconChevronLeftSolid(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=\"M15.5 6.207a.5.5 0 00-.854-.353l-5.792 5.792a.5.5 0 000 .708l5.792 5.792a.5.5 0 00.854-.353V6.207z\"\r\n fill=\"currentColor\"\r\n />\r\n </svg>\r\n );\r\n}\r\nexport default React.forwardRef(IconChevronLeftSolid);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconChevronLeft);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconChevronRightDouble);\r\n","import * as React from 'react';\r\nfunction IconChevronRightSolid(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=\"M8.5 17.793a.5.5 0 00.854.353l5.792-5.792a.5.5 0 000-.708L9.354 5.854a.5.5 0 00-.854.353v11.586z\"\r\n fill=\"currentColor\"\r\n />\r\n </svg>\r\n );\r\n}\r\nexport default React.forwardRef(IconChevronRightSolid);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconChevronRight);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconChevronUpDouble);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconChevronUpSolid);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconChevronUp);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconCircleClose);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconCircleMinus);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconCirclePlus);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconCircleTick);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconClampOpen);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconClamp);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconClose);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconConnectionEnable);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconConnectionRevoke);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconContacts);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconCopy);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconCourses);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconCredit);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconDeletePermanently);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconDelete);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconDepecriate);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconDeveloper);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconDistributionTemplate);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconDocumentApprove);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconDocumentCreateEntry);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconDocumentCut);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconDocumentError);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconDocumentIsolatePage);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconDocumentMerge);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconDocumentMove);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconDocumentPreview);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconDocumentReceived);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconDocumentRejectedRequest);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconDocumentSplit);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconDocumentTime);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconDocument);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconDownload);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconDrag);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconECopedia);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconESignature);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconEdit);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconEllipsisHorizontal);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconEllipsisVertical);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconEntriesOnAccount);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconEntriesOpen);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconEntriesWarning);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconEntryTypeCustomerInvoice);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconEntryTypeCustomerPayment);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconEntryTypeJournalEntry);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconEntryTypeManualCustomerInvoice);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconEntryTypeSupplierInvoice);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconEntryTypeSupplierPayment);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconEnvelopeApproved);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconEnvelope);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconExpandView);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconExpenses);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconExportToExcel);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconExportToPdf);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconExport);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconFilterSolid);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconFilter);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconGraphSolid);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconHash);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconHome);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconImages);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconImport);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconInboxEinvoicing);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconInboxScanning);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconInboxSmart);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconInbox);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconInfo);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconInventoryMatrix);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconInventory);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconJournalPro);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconLayoutBoth);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconLayoutFirst);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconLayoutLast);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconLayoutNone);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconLayout);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconLedgerCardCustomerReminder);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconLedgerCardManualCustomerInvoice);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconLedgerCardObsoleteStock);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconLedgerCardOpeningEntry);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconLedgerCardReservedEntry);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconLedgerCardShrinkagePilferage);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconLedgerCardStockAdjustment);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconLedgerCardTransferredOpeningEntry);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconLedgerCard);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconLightbulb);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconLine);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconListBulleted);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconListSearch);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconList);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconLockOpen);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconLogOut);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconLog);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconMarket);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconMatchAmount);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconMatchEntries);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconMenu);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconMileage);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconModalResize);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconModalShrink);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconMoreSolid);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconMore);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconMove);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconNavigationList);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconNoteFollowUp);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconNoteRead);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconNote);\r\n","import * as React from 'react';\r\nfunction IconNumbers(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=\"M3.203 16.625c0 .602.328.96.875.96.555 0 .875-.35.875-.96V7.898c0-.671-.437-1.132-1.078-1.132-.375 0-.742.14-1.273.515L1.125 8.344c-.367.25-.54.508-.54.789 0 .367.282.656.65.656.195 0 .382-.07.663-.266l1.258-.898h.047v8zm4.149.031c0 .516.414.844 1.046.844h5.22c.53 0 .843-.281.843-.734 0-.461-.328-.743-.844-.743H9.648v-.101l2.665-2.953c1.367-1.492 1.812-2.313 1.812-3.36 0-1.742-1.43-2.984-3.422-2.984-2.086 0-3.492 1.375-3.492 2.742 0 .485.312.813.766.813.367 0 .617-.211.804-.657.266-.906.93-1.43 1.82-1.43 1.063 0 1.774.665 1.774 1.657 0 .688-.344 1.313-1.21 2.266l-3.071 3.406c-.563.601-.742.89-.742 1.234zm8.562-1.375c0 1.242 1.555 2.446 3.617 2.446 2.274 0 3.867-1.297 3.867-3.141 0-1.352-.992-2.484-2.296-2.617v-.11c1.078-.171 1.953-1.257 1.953-2.421 0-1.649-1.461-2.813-3.524-2.813-1.984 0-3.414 1.156-3.414 2.39 0 .454.305.766.742.766.344 0 .578-.164.782-.578.367-.742 1.007-1.156 1.851-1.156 1.086 0 1.828.648 1.828 1.61 0 .952-.758 1.64-1.804 1.64h-.813c-.43 0-.726.305-.726.71 0 .423.304.735.726.735h.86c1.25 0 2.085.719 2.085 1.79 0 1.077-.82 1.765-2.093 1.765-.961 0-1.711-.422-2.14-1.188-.25-.414-.47-.57-.782-.57-.422 0-.719.313-.719.742z\"\r\n fill=\"currentColor\"\r\n />\r\n </svg>\r\n );\r\n}\r\nexport default React.forwardRef(IconNumbers);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconPartnerApi);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconPeriod);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconPersonChange);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconPersonMinus);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconPersonPlus);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconPersonTick);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconPlay);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconPlusMinus);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconPrint);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconProcessPayment);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconProductLedgerCard);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconProfile);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconProjectCards);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconProjects);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconQuicklinks);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconRatingBankruptcy);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconRatingPaymentProblems);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconReconciled);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconRefresh);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconReportSolid);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconReport);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconRestore);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconRotateLeft);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconRotateRight);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconSales);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconSearchBold);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconSearch);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconSecureTick);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconSecure);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconSettingsSolid);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconSettings);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconShortcuts);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconShowAll);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconShowLess);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconShowMore);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconShowTemplate);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconSliders);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconSmartpay);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconSortBy);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconSpinner);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconStarSolid);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconStar);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconSubscriptions);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconSystemEntries);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconTag);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconTemplateOverride);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconTemplates);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconThumbBoth);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconThumbDownSolid);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconThumbDown);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconThumbUpSolid);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconThumbUp);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconTick);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconTime);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconTransferCancel);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconTransferLocked);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconTransfer);\r\n","import * as React from 'react';\r\nfunction IconUndo(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 d=\"M6.75 4.75l-4 4 4 4\" stroke=\"currentColor\" strokeWidth={1.5} strokeLinecap=\"round\" strokeLinejoin=\"round\" />\r\n <path\r\n d=\"M3 8.75h13c2.9 0 5.25 2.35 5.25 5.25v0c0 2.9-2.35 5.25-5.25 5.25h-5.5\"\r\n stroke=\"currentColor\"\r\n strokeWidth={1.5}\r\n strokeLinecap=\"round\"\r\n />\r\n </svg>\r\n );\r\n}\r\nexport default React.forwardRef(IconUndo);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconUndock);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconUnreconciled);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconWarning);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconWebshop);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconWebsite);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconWorkflow);\r\n","import * as React from 'react';\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\nexport default React.forwardRef(IconZoom);\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',\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 {compact ? <VisuallyHidden>{children}</VisuallyHidden> : children}\r\n </span>\r\n );\r\n});\r\n","import * as React from 'react';\n\ntype Props = React.HTMLAttributes<HTMLSpanElement>;\n\nexport const VisuallyHidden = React.forwardRef(function VisuallyHidden(props: Props, ref: React.Ref<HTMLSpanElement>) {\n return <span {...props} className=\"sr-only\" ref={ref} />;\n});\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 { State } from '../../types';\r\nimport { getBannerIcon } from './util';\r\nimport { IconButton } from '../IconButton/IconButton';\r\nimport { useLocalization } from '../Provider/Localization';\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 type BannerTexts = {\r\n /** Aria-label for the close icon button of banner */\r\n close: string;\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 { texts } = useLocalization();\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\r\n aria-label={texts.banner.close}\r\n className=\"ml-auto -mr-2 self-start\"\r\n icon=\"close\"\r\n appearance=\"discrete\"\r\n onClick={onClose}\r\n />\r\n ) : null}\r\n </div>\r\n );\r\n});\r\n","import React from 'react';\nimport { Icon } from '../Icon/Icon';\nimport { State } from '../../types';\n\nexport const getBannerIcon = (type: State): JSX.Element | null => {\n switch (type) {\n case 'success':\n return <Icon name=\"tick\" className=\"yt-green-solid mt-1 self-start rounded-full\" />;\n\n case 'error':\n return <Icon name=\"warning\" className=\"yt-red-solid mt-1 self-start rounded-full\" />;\n\n case 'warning':\n return <Icon name=\"warning\" className=\"yt-yellow-solid mt-1 self-start rounded-full\" />;\n\n case 'information':\n return <Icon name=\"info\" className=\"yt-blue-solid mt-1 self-start rounded-full\" />;\n\n default:\n return null;\n }\n};\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, createButtonWithTooltip, createButtonWithOverlays } 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 Base = React.forwardRef(function IconButtonBase(\r\n props: IconButtonProps,\r\n ref: React.Ref<HTMLButtonElement | HTMLAnchorElement>\r\n) {\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 createButtonWithTooltip(\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\r\nexport const IconButton = React.forwardRef(function Button(\r\n props: IconButtonProps,\r\n ref: React.Ref<HTMLButtonElement | HTMLAnchorElement>\r\n) {\r\n const { dialog, hanger, menu, popover, ...buttonProps } = props;\r\n const button = <Base {...buttonProps} ref={ref} />;\r\n\r\n return createButtonWithOverlays({ dialog, hanger, menu, popover }, button);\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 createButtonWithTooltip = (\r\n props: any,\r\n className: string,\r\n ref: React.Ref<HTMLButtonElement | HTMLAnchorElement>\r\n): JSX.Element => {\r\n const { tooltip, ...buttonProps } = props;\r\n const button = <ButtonPrimitive.Button {...buttonProps} className={className} ref={ref} />;\r\n\r\n if (tooltip) {\r\n return <Tooltip title={tooltip}>{button}</Tooltip>;\r\n }\r\n\r\n return button;\r\n};\r\n\r\nexport const createButtonWithOverlays = (props: any, buttonBase: JSX.Element) => {\r\n const { dialog, hanger, menu, popover } = props;\r\n let button = buttonBase;\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 });\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 return button;\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 {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 };\r\nexport type { ButtonProps };\r\n","import * as React from 'react';\r\nimport * as TooltipPrimitive from '@radix-ui/react-tooltip';\r\nimport cn from 'classnames';\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 const className = cn(otherProps.className);\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.Portal>\r\n <TooltipPrimitive.Content {...otherProps} asChild className={className} side={placement} sideOffset={3}>\r\n <div\r\n className=\"wcag-purple xs:max-w-[theme(spacing.56)] max-w-[theme(spacing.32)] 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 <TooltipPrimitive.Arrow className=\"fill-purple stroke-purple -mt-px\" />\r\n {title}\r\n </div>\r\n </TooltipPrimitive.Content>\r\n </TooltipPrimitive.Portal>\r\n </TooltipPrimitive.Root>\r\n );\r\n});\r\n","import * as React from 'react';\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 { Select2Texts } from '../Select2/Select2';\r\nimport { BannerTexts } from '../Banner/Banner';\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 [Banner](component:banner) component */\r\n banner: BannerTexts;\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 [Select2](component:select2) component */\r\n select2: Select2Texts;\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\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 banner: {\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 select2: {\r\n allSelect: 'Select all',\r\n allDeselect: 'Deselect all',\r\n cancel: 'Cancel',\r\n chooseColor: 'Pick a color',\r\n create: 'Create',\r\n delete: 'Delete',\r\n save: 'Save',\r\n search: 'Search...',\r\n searchOrCreate: 'Search or create...',\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 buttonLabel: '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\nexport const LocalizationContext = React.createContext<Localization>(defaultLocalizationContext);\r\nexport interface LocalizationProviderProps {\r\n children: React.ReactNode;\r\n localization?: Localization;\r\n}\r\nexport const LocalizationProvider: React.FC<LocalizationProviderProps> = ({ localization, children }) => {\r\n return (\r\n <LocalizationContext.Provider value={localization || defaultLocalizationContext}>{children}</LocalizationContext.Provider>\r\n );\r\n};\r\n\r\nexport const useLocalization = () => React.useContext(LocalizationContext);\r\n","import * as React from 'react';\nimport cn from 'classnames';\nimport { Appearance } from '../../types';\nimport { ButtonProps as ButtonPrimitiveProps } from '../../primitives/Button';\nimport { getAppearanceClasses, getButtonClasses, createButtonWithTooltip, createButtonWithOverlays } from './util';\nimport { HangerProps } from '../Hanger/Hanger';\nimport { MenuProps } from '../Menu/Menu';\nimport { DialogProps } from '../Dialog/Dialog';\nimport { PopoverProps } from '../Popover/Popover';\nimport './Button.css';\nimport { Icon } from '../Icon/Icon';\n\nexport type ButtonProps = ButtonPrimitiveProps & {\n /** Appearance will change the style of the button */\n appearance?: Appearance;\n /**\n * Dialog component associated with the button, clicking the button will open the dialog.\n * *Note* that `onClick` event on button won't be handled, as in this case, the purpose of\n * the button should be only to open the associated dialog when clicked.\n */\n dialog?: (props: Partial<DialogProps>) => JSX.Element;\n /** If fluid, button expands to the width of it's container */\n fluid?: boolean;\n /** Hanger component associated with the button. */\n hanger?: (props: Partial<HangerProps>) => JSX.Element;\n /** Menu component associated with the button. */\n menu?: (props: Partial<MenuProps>) => JSX.Element;\n /**\n * Popover component associated with the button, clicking the button will open the popover.\n * *Note* that `onClick` event on button won't be handled, as in this case, the purpose of\n * the button should be only to open the associated popover when clicked.\n */\n popover?: (props: Partial<PopoverProps>) => JSX.Element;\n /** A tooltip to show when hovering over the button */\n tooltip?: string;\n};\n\nconst Base = React.forwardRef(function ButtonBase(props: ButtonProps, ref: React.Ref<HTMLButtonElement | HTMLAnchorElement>) {\n const { fluid, ...otherProps } = props;\n const className = cn(\n getButtonClasses(),\n getAppearanceClasses(otherProps.appearance),\n 'rounded px-3',\n {\n 'cursor-not-allowed opacity-50': props.disabled,\n 'focus:yt-focus active:focus:yt-focus': !props.disabled,\n 'w-full': fluid,\n },\n props.className\n );\n\n return createButtonWithTooltip({ ...otherProps, 'data-taco': 'button' }, className, ref);\n});\n\nexport const Button = React.forwardRef(function Button(\n props: ButtonProps,\n ref: React.Ref<HTMLButtonElement | HTMLAnchorElement>\n) {\n const { dialog, hanger, menu, popover, ...buttonProps } = props;\n\n let children = buttonProps.children;\n\n // add a chevron icon to menu buttons\n if (typeof menu === 'function') {\n children = Array.isArray(children)\n ? [...children, <Icon key=\"chevron-down\" name=\"chevron-down\" />]\n : [children, <Icon key=\"chevron-down\" name=\"chevron-down\" />];\n }\n\n const button = (\n <Base {...buttonProps} ref={ref}>\n {children}\n </Base>\n );\n\n return createButtonWithOverlays({ dialog, hanger, menu, popover }, button);\n});\n","import * as React from 'react';\r\nimport cn from 'classnames';\r\nimport ReactDayPicker, { NavbarElementProps, Modifier } from 'react-day-picker';\r\nimport { useLocalization } from '../Provider/Localization';\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\n/** @internal */\r\ntype CustomNavbarElementProps = NavbarElementProps & {\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 disabledDays?: Modifier[];\r\n};\r\n\r\nexport const Calendar = React.forwardRef(function Calendar(props: CalendarProps, ref: React.Ref<ReactDayPicker>) {\r\n const { onChange: handleChange, value, disabledDays, ...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 numberOfMonths={1}\r\n ref={ref}\r\n disabledDays={disabledDays}\r\n />\r\n </div>\r\n );\r\n});\r\n","import * as React from 'react';\r\nimport cn from 'classnames';\r\n\r\nimport { MenuProps } from '../Menu/Menu';\r\nimport { IconButton } from '../IconButton/IconButton';\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","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\nimport { useId } from '../../hooks/useId';\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 const id = useId(props.id);\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 let labelledByProps: Record<string, string> | null = null;\r\n\r\n if (label) {\r\n labelledByProps = {\r\n 'aria-labelledby': `${id}-label`,\r\n id,\r\n };\r\n }\r\n\r\n const element = (\r\n <CheckboxPrimitive.Root\r\n {...otherProps}\r\n {...labelledByProps}\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 <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 labelContainerClassName = 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 <span className={labelContainerClassName}>\r\n {element}\r\n <label htmlFor={id} id={`${id}-label`}>\r\n {label}\r\n </label>\r\n </span>\r\n );\r\n }\r\n\r\n return element;\r\n});\r\n","import { v4 as uuid } from 'uuid';\r\nimport React from 'react';\r\n\r\n// React 18 has this built-in, when we upgrade this hook should be removed and the uuid dependency should be removed\r\n\r\nexport const useId = (nativeId: string | undefined) => {\r\n return React.useMemo(() => nativeId ?? uuid(), []);\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 '../../hooks/useBoundingClientRectListener';\r\nimport { IconButton } from '../IconButton/IconButton';\r\nimport './Combobox.css';\r\nimport { DialogProps } from '../Dialog/Dialog';\r\nimport { useLocalization } from '../Provider/Localization';\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 // In case of inline combobox, this icon button acts only as visual chevron representation,\r\n // so should be taken out of screen reader scope.\r\n aria-hidden\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 aria-label={texts.combobox.tooltip}\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.Portal>\r\n <PopoverPrimitive.Content\r\n align=\"start\"\r\n onOpenAutoFocus={event => {\r\n event.preventDefault();\r\n }}\r\n sideOffset={4}>\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.Portal>\r\n </PopoverPrimitive.Root>\r\n </span>\r\n );\r\n});\r\n","import * as React from 'react';\r\nimport cn from 'classnames';\r\nimport { Icon, IconName } from '../Icon/Icon';\r\nimport { useMergedRef } from '../../hooks/useMergedRef';\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 = useMergedRef<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\n\r\n// merges an external ref (optional) with an internal ref (required)\r\nexport const useMergedRef = <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 const disabled = props.disabled || !!props['aria-disabled'];\r\n const readOnly = props.readOnly || !!props['aria-readonly'];\r\n const invalid = props.invalid || !!props['aria-invalid'];\r\n\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 min-h-[theme(spacing.8)]',\r\n {\r\n 'cursor-not-allowed text-black bg-grey border-grey-dark': readOnly,\r\n 'border-grey text-opacity-25 cursor-not-allowed': disabled,\r\n 'bg-[rgba(255,255,0,0.075)]': props.highlighted && disabled,\r\n 'bg-[rgba(255,255,0,0.2)]': props.highlighted && !disabled,\r\n 'border-grey-dark': !invalid,\r\n 'hover:shadow-[0_0_0.1rem_theme(colors.grey.darker)] focus:border-blue-light focus:yt-focus active:border-blue-dark':\r\n !disabled && !readOnly,\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 invalid && !disabled && !readOnly,\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 { v4 as uuid } from 'uuid';\r\nimport { debounce } from 'lodash-es';\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 { useMergedRef } from '../../hooks/useMergedRef';\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 = useMergedRef<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.key) {\r\n case 'Backspace': {\r\n return;\r\n }\r\n\r\n case 'Escape': {\r\n event.preventDefault();\r\n setInputValue(convertToInputValue(value));\r\n setOpen(false);\r\n return;\r\n }\r\n\r\n case 'Tab':\r\n case 'Enter': {\r\n if (event.key !== '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 'ArrowDown':\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 'ArrowUp':\r\n case 'Home':\r\n case '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.key === 'ArrowUp' || event.key === 'ArrowDown') {\r\n event.preventDefault();\r\n const initialIndex = event.key === 'ArrowUp' ? 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 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 cn from 'classnames';\r\nimport { useMergedRef } from '../../hooks/useMergedRef';\r\nimport { getNextIndexFromKey } 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/Localization';\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 = getNextIndexFromKey(event.key, 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 = useMergedRef<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 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 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: options.length <= 0 || loading ? 'presentation' : 'listbox',\r\n tabIndex: otherProps.tabIndex || 0,\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 // In multiselect variant, this checkbox only acts as visual representation of item being selected,\r\n // so need to be taken out of screen reader scope.\r\n aria-hidden\r\n tabIndex={-1}\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","import React from 'react';\r\nimport { Orientation } from '../../types';\r\n\r\nexport const getNextIndexFromKey = (\r\n key: string,\r\n length: number,\r\n index: number | undefined,\r\n direction: Orientation = 'vertical'\r\n): number | undefined => {\r\n const previousKey = direction === 'horizontal' ? 'ArrowLeft' : 'ArrowUp';\r\n const nextKey = direction === 'horizontal' ? 'ArrowRight' : 'ArrowDown';\r\n\r\n switch (key) {\r\n case previousKey:\r\n return index !== undefined ? (index - 1 < 0 ? 0 : index - 1) : index;\r\n\r\n case nextKey:\r\n return index !== undefined ? (index + 1 >= length ? index : index + 1) : index;\r\n\r\n case 'Home':\r\n return 0;\r\n\r\n case '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 = getNextIndexFromKey(event.key, 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 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 <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","// 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.key = event.key;\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 * as React from 'react';\r\nimport { debounce } from '../utils/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 = (\r\n ref: React.RefObject<HTMLElement>,\r\n dependencies?: Array<any>\r\n): 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 React.useEffect(() => {\r\n if (dependencies) {\r\n setDimensions(ref.current?.getBoundingClientRect());\r\n }\r\n }, dependencies);\r\n\r\n return dimensions;\r\n};\r\n","export const debounce = (fn: Function, delay: number) => {\r\n let timeoutId: ReturnType<typeof setTimeout>;\r\n\r\n return function (this: any, ...args: any[]) {\r\n clearTimeout(timeoutId);\r\n timeoutId = setTimeout(() => fn.apply(this, args), delay);\r\n };\r\n};\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/Localization';\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 DatePickerShortcut = {\r\n onClick: (event: React.MouseEvent) => void;\r\n text: 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?: DatePickerShortcut[];\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 => (\r\n <li key={shortcut.text}>\r\n <button\r\n type=\"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 {shortcut.text}\r\n </button>\r\n </li>\r\n ))}\r\n </ul>\r\n {handleReset && (\r\n <button\r\n type=\"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 {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","import * as React from 'react';\r\nimport { parseFromCustomString, format } from '../../utils/date';\r\nimport { useLocalization } from '../Provider/Localization';\r\nimport { setInputValueByRef } from '../../utils/input';\r\nimport { useMergedRef } from '../../hooks/useMergedRef';\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 = useMergedRef<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 { 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 cn from 'classnames';\r\nimport * as PopoverPrimitive from '@radix-ui/react-popover';\r\nimport { Placement } from '../..';\r\nimport { UnstyledArrow } from './Primitives';\r\nimport { mergeRefs } from '../../utils/mergeRefs';\r\nimport { getPopoverStyleClassnames } from './util';\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<HTMLElement>;\r\nconst Trigger = React.forwardRef(function PopoverAnchor(props: PopoverTriggerProps, externalRef: React.Ref<HTMLElement>) {\r\n const { ref: parentRef, props: parentProps } = React.useContext(PopoverContext);\r\n const refCallback = mergeRefs([parentRef, externalRef]);\r\n\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 {...parentProps} {...props} ref={refCallback} asChild>\r\n {children}\r\n </PopoverPrimitive.Trigger>\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<PopoverPrimitive.PopoverContentProps, 'side'> & {\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 { placement: side, ...popoverContentProps } = props;\r\n const className = cn(getPopoverStyleClassnames(), 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 <PopoverPrimitive.Portal>\r\n <PopoverPrimitive.Content\r\n {...popoverContentProps}\r\n className={className}\r\n data-taco=\"popover\"\r\n side={side}\r\n sideOffset={1}\r\n ref={ref}>\r\n {output}\r\n <UnstyledArrow className=\"text-white\" />\r\n </PopoverPrimitive.Content>\r\n </PopoverPrimitive.Portal>\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 modal?: boolean;\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 /** Set whether the popover is open by default or not, use when not providing a trigger */\r\n defaultOpen?: boolean;\r\n /** Control the open state of the popover from outside the component */\r\n open?: boolean;\r\n /** Called when the popover opens or closes, must be used in conjunction with open */\r\n onChange?: (open: boolean) => void;\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 Portal: React.FunctionComponent<PopoverPrimitive.PortalProps>;\r\n};\r\n\r\nexport const Popover = React.forwardRef<HTMLElement, PopoverProps>(function Popover(props, ref) {\r\n const { children, defaultOpen, modal = false, open, onChange, 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 defaultOpen={defaultOpen} modal={modal} open={open} onOpenChange={onChange}>\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\nPopover.Portal = PopoverPrimitive.Portal;\r\n","import * as React from 'react';\r\nimport * as PopoverPrimitive from '@radix-ui/react-popover';\r\n\r\nexport const UnstyledArrow = React.forwardRef<SVGSVGElement, React.SVGAttributes<SVGElement>>(function PopoverArrow(props, ref) {\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\"></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\"></path>\r\n </svg>\r\n </PopoverPrimitive.Arrow>\r\n );\r\n});\r\n","export const getPopoverStyleClassnames = () =>\r\n 'bg-white focus:border-blue-light border border-transparent rounded p-3 yt-shadow focus:yt-focus outline-none group';\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 Close,\r\n Content,\r\n Footer,\r\n Title,\r\n DialogCloseProps,\r\n DialogContentDrawerRenderProps,\r\n DialogContentProps,\r\n DialogContentRenderProps,\r\n DialogFooterProps,\r\n DialogTitleProps,\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 type {\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 * 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(\r\n props: DialogTriggerProps,\r\n externalRef: React.Ref<HTMLButtonElement>\r\n) {\r\n const { ref: parentRef, props: parentProps } = useCurrentDialog();\r\n const refCallback = mergeRefs([parentRef, externalRef]);\r\n\r\n return <DialogPrimitive.Trigger {...parentProps} {...props} ref={refCallback} asChild />;\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: Record<string, any>;\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 cn from 'classnames';\r\nimport * as DialogPrimitive from '@radix-ui/react-dialog';\r\nimport { useMergedRef } from '../../../hooks/useMergedRef';\r\nimport { useDraggable } from '../../../utils/hooks/useDraggable';\r\nimport { DialogContext, useCurrentDialog } from '../Context';\r\nimport { useLocalization } from '../../Provider/Localization';\r\nimport { IconButton } from '../../IconButton/IconButton';\r\nimport { Backdrop } from '../../Backdrop/Backdrop';\r\nimport { getDialogPositionClassnames, getDialogSizeClassnames } from '../util';\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 = useMergedRef<HTMLDivElement>(ref);\r\n const { position, dragging, handleProps: dragHandleProps } = useDraggable(internalRef);\r\n const { texts } = useLocalization();\r\n\r\n const className = cn(\r\n 'relative bg-white animate-[fade-in_150ms]',\r\n getDialogPositionClassnames(),\r\n getDialogSizeClassnames(dialog.size)\r\n );\r\n\r\n const containerClassName = cn(\r\n 'bg-white p-6 rounded relative z-10',\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 ref={internalRef}\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 <div className={containerClassName} data-taco=\"dialog\">\r\n {output}\r\n {dialog.draggable && (\r\n <div\r\n {...dragHandleProps}\r\n role=\"button\"\r\n draggable\r\n aria-grabbed={dragging}\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 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 [dragging, setDragging] = React.useState(false);\r\n\r\n const { moveProps } = useMove({\r\n onMoveStart() {\r\n setDragging(true);\r\n },\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 onMoveEnd() {\r\n setDragging(false);\r\n },\r\n });\r\n\r\n return {\r\n position,\r\n dragging,\r\n handleProps: moveProps,\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 -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 {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';\nimport cn from 'classnames';\n\nexport type DialogExtraProps = React.HTMLAttributes<HTMLDivElement>;\n\nconst Extra = React.forwardRef(function DialogExtra(props: DialogExtraProps, ref: React.Ref<HTMLDivElement>) {\n const className = cn(\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',\n props.className\n );\n\n return <div {...props} className={className} data-taco=\"dialog-extra\" ref={ref} />;\n});\nExtra.displayName = 'DialogExtra';\n\nexport { Extra };\n","import * as React from 'react';\nimport cn from 'classnames';\n\nimport './Field.css';\n\nexport type FieldProps = React.LabelHTMLAttributes<HTMLLabelElement> & {\n /** Content of the field */\n children: React.ReactNode;\n /**\tChanges the style to indicate the element is disabled */\n disabled?: boolean;\n /* Whether the input is in an invalid state */\n invalid?: boolean;\n /**\n * Text displayed below the children of Field.\n * Should be a short text that indicates feedback for user.\n */\n message?: string;\n};\n\nexport const Field = React.forwardRef(function Field(props: FieldProps, ref: React.Ref<HTMLLabelElement>) {\n const { disabled, children, invalid = false, message, ...otherProps } = props;\n const className = cn(\n 'flex flex-col font-bold text-xs leading-loose pb-4 min-h-[theme(spacing.18)]',\n {\n 'text-grey-dark': disabled,\n },\n props.className\n );\n const messageClassName = cn(\n 'h-4 text-xs text-left leading-normal font-normal truncate -mb-4',\n {\n 'text-grey-darkest': !invalid,\n 'text-red': invalid,\n 'opacity-50': disabled,\n },\n props.className\n );\n\n return (\n <label {...otherProps} className={className} data-taco=\"label\" ref={ref}>\n {children}\n {message && (\n <span className={messageClassName} role={invalid ? 'alert' : undefined}>\n {message}\n </span>\n )}\n </label>\n );\n});\n","import * as React from 'react';\nimport cn from 'classnames';\nimport './Form.css';\n\nexport type FormProps = React.FormHTMLAttributes<HTMLFormElement> & {\n /** Content should be composed of other Taco form elements */\n children: React.ReactNode;\n /** Display the form fields in a horizontal layout */\n horizontal?: boolean;\n};\n\nexport const Form = React.forwardRef(function Form(props: FormProps, ref: React.Ref<HTMLFormElement>) {\n const { horizontal = false, ...otherProps } = props;\n const className = cn(\n 'yt-form',\n {\n 'yt-form--horizontal flex flex-wrap': horizontal,\n },\n props.className\n );\n\n return <form {...otherProps} className={className} data-taco=\"form\" ref={ref} />;\n});\n","import * as React from 'react';\r\nimport cn from 'classnames';\r\nimport { Orientation } from '../../types';\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 * Define orientation of grouping.\r\n * @defaultValue horizontal\r\n */\r\n orientation?: Orientation;\r\n};\r\n\r\nexport const Group = React.forwardRef(function Group(props: GroupProps, ref: React.Ref<HTMLDivElement>) {\r\n const { as: Tag = 'span', orientation = 'horizontal', ...otherProps } = props;\r\n const className = cn('flex ', 'gap-2', { 'flex-col ': orientation === 'vertical' }, 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 } from '../Popover/Primitives';\r\nimport { useLocalization } from '../Provider/Localization';\r\nimport './Hanger.css';\r\nimport { mergeRefs } from '../../utils/mergeRefs';\r\n\r\ntype HangerContextValue = {\r\n /** Handler called when hanger closes by user interaction */\r\n onClose?: () => void;\r\n props: Record<string, any>;\r\n ref: React.Ref<HTMLElement>;\r\n};\r\nconst HangerContext = React.createContext<HangerContextValue>({\r\n onClose: undefined,\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, externalRef: React.Ref<HTMLDivElement>) {\r\n const { ref: parentRef, props: parentProps } = React.useContext(HangerContext);\r\n const refCallback = mergeRefs([parentRef, externalRef]);\r\n\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 {...parentProps} {...props} ref={refCallback} asChild>\r\n {children}\r\n </PopoverPrimitive.Anchor>\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 { placement: side } = props;\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 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 <PopoverPrimitive.Portal>\r\n <PopoverPrimitive.Content\r\n className={className}\r\n data-taco=\"hanger\"\r\n onInteractOutside={handleInteractOutside}\r\n side={side}\r\n sideOffset={1}\r\n ref={ref}>\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.onClose}\r\n />\r\n </PopoverPrimitive.Close>\r\n </PopoverPrimitive.Content>\r\n </PopoverPrimitive.Portal>\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<HTMLElement, HangerProps>(function Hanger(props, ref) {\r\n const { anchor, children, defaultOpen = true, onClose, ...otherProps } = props;\r\n const context = React.useMemo(() => ({ onClose, props: otherProps, ref }), [onClose, 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\nimport { UnstyledArrow } from './Primitives';\r\nimport { getPopoverStyleClassnames } from '../Popover/util';\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(props: HoverCardContentProps, ref: React.Ref<HTMLDivElement>) {\r\n const { placement: side } = props;\r\n const className = cn(getPopoverStyleClassnames(), 'min-w-[theme(spacing.40)] max-w-[theme(spacing.96)]', props.className);\r\n\r\n return (\r\n <HoverCardPrimitive.Portal>\r\n <HoverCardPrimitive.Content className={className} data-taco=\"hover-card\" side={side} sideOffset={1} ref={ref}>\r\n {props.children}\r\n <UnstyledArrow className=\"text-white\" />\r\n </HoverCardPrimitive.Content>\r\n </HoverCardPrimitive.Portal>\r\n );\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 * as HoverCardPrimitive from '@radix-ui/react-hover-card';\r\n\r\nexport const UnstyledArrow = React.forwardRef(function HoverCardArrow(\r\n props: React.SVGAttributes<SVGElement>,\r\n ref: React.Ref<SVGSVGElement>\r\n) {\r\n return (\r\n <HoverCardPrimitive.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\"></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\"></path>\r\n </svg>\r\n </HoverCardPrimitive.Arrow>\r\n );\r\n});\r\n","import * as React from 'react';\r\nimport { Input, InputProps } from '../Input/Input';\r\nimport { useLocalization } from '../Provider/Localization';\r\nimport { IconButton } from '../IconButton/IconButton';\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 * aria-label text for the search button\r\n */\r\n buttonLabel: 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.key === '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 aria-label={texts.searchInput.buttonLabel}\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';\nimport cn from 'classnames';\nimport { useListbox } from './useListbox';\nimport { useMultiListbox } from './useMultiListbox';\nimport { ScrollableList, ScrollableListItemValue, ScrollableListItem } from './ScrollableList';\n\nexport type ListboxItem = ScrollableListItem;\nexport type ListboxValue = ScrollableListItemValue;\n\nexport type ListboxTexts = {\n /**\n * Text displayed in the listbox if no data provided.\n * To read more about how to provide the text, see [Provider](component:provider) component\n */\n empty: string;\n /**\n * Text displayed in the listbox to indicate the data is loading.\n * Read more about how to provide the text in [Provider](component:provider) component\n */\n loading: string;\n /**\n * The first option displayed in a multiselect listbox that selects all available options.\n * Read more about how to provide the text in [Provider](component:provider) component\n */\n allOption: string;\n};\n\nexport type ListboxProps = Pick<React.InputHTMLAttributes<HTMLInputElement>, 'onChange' | 'onFocus'> &\n Omit<React.InputHTMLAttributes<HTMLElement>, 'defaultValue' | 'onChange' | 'value'> & {\n /** Data indicating the options in listbox */\n data?: ListboxItem[];\n /**\n * Initial value of the listbox.\n * This is used when listbox is mounted, if no value is provided.\n * *Note* that listbox is a controlled component, setting this will also trigger the `onChange` event\n */\n defaultValue?: ListboxValue;\n /** Set what value should have an empty option in listbox */\n emptyValue?: ListboxValue;\n /** Draws attention to the listbox by changing its style and making it visually prominent */\n highlighted?: boolean;\n /* Whether the input is in an invalid state */\n invalid?: boolean;\n /**\n * Shows a loading indicator with a text next to it.\n * Read more about how to provide the text in [Provider](component:provider) component\n */\n loading?: boolean;\n /**\n * Value of the listbox representing the selected item.\n * It needs to be an existing value from the provided data\n */\n value?: ListboxValue;\n };\n\nexport const Listbox = React.forwardRef(function Listbox(props: ListboxProps, ref: React.Ref<HTMLInputElement>) {\n const { className: externalClassName, ...otherProps } = props;\n const { list, input } = useListbox(otherProps, ref);\n const className = cn('bg-white inline-flex relative w-full', externalClassName);\n\n return (\n <span data-taco=\"listbox\" className={className}>\n <ScrollableList\n {...list}\n style={{ ...list.style, maxHeight: 'calc(12rem + 2px)' /* (6 * option height) + listbox border */ }}\n />\n <input {...input} className=\"hidden\" type=\"text\" />\n </span>\n );\n});\n\nexport const MultiListbox = React.forwardRef(function Listbox(props: ListboxProps, ref: React.Ref<HTMLInputElement>) {\n const { className: externalClassName, ...otherProps } = props;\n const { list, input } = useMultiListbox(otherProps, ref);\n const className = cn('bg-white inline-flex relative w-full', externalClassName);\n\n return (\n <span data-taco=\"listbox\" className={className}>\n <ScrollableList\n {...list}\n style={{\n ...list.style,\n maxHeight: 'calc(12rem + 2px + 2px)' /* (6 * option height) + listbox border + ALL_OPTIONS bottom border */,\n }}\n />\n <input {...input} className=\"hidden\" type=\"text\" />\n </span>\n );\n});\n","import * as React from 'react';\r\nimport { v4 as uuid } from 'uuid';\r\nimport { ListboxProps } from './Listbox';\r\nimport { useMergedRef } from '../../hooks/useMergedRef';\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 = useMergedRef<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 = event.key;\r\n\r\n // event.key always returns the whole string (String.fromCharCode(event.keyCode) does not)\r\n // We need to filter out only alphabetical or numeric letters, that's why that condition has been changed\r\n if (charKey.length === 1 && /(\\w)/g.test(charKey)) {\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';\nimport useTimer from '../../utils/hooks/useTimer';\nimport { findNextIndexByValue } from './util';\nimport { ScrollableListItem } from './ScrollableList';\n\ntype useTypeahead = {\n getNextIndex: (key: string) => number;\n};\n\ntype useTypeaheadProps = {\n data: ScrollableListItem[];\n currentIndex: number | undefined;\n};\n\nexport const useTypeahead = ({ data, currentIndex }: useTypeaheadProps): useTypeahead => {\n const typeaheadQuery = React.useRef<string | undefined>();\n const typeaheadQueryTimer = useTimer(1000, () => {\n typeaheadQuery.current = undefined;\n });\n\n const getNextIndex = (charKey: string): number => {\n const query = (typeaheadQuery.current ? typeaheadQuery.current + charKey : charKey).toLowerCase();\n const nextIndex = findNextIndexByValue(data, query, currentIndex);\n\n typeaheadQueryTimer.start();\n typeaheadQuery.current = query;\n\n return nextIndex;\n };\n\n return { getNextIndex };\n};\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 * as React from 'react';\r\nimport { v4 as uuid } from 'uuid';\r\nimport { useLocalization } from '../Provider/Localization';\r\nimport { ListboxProps } from './Listbox';\r\nimport { useMergedRef } from '../../hooks/useMergedRef';\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 = useMergedRef<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 = event.key;\r\n\r\n // event.key always returns the whole string (String.fromCharCode(event.keyCode) does not)\r\n // We need to filter out only alphabetical or numeric letters, that's why that condition has been changed\r\n if (charKey.length === 1 && /(\\w)/g.test(charKey)) {\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.key) {\r\n case ' ': {\r\n event.preventDefault();\r\n setInputValueByIndex(index);\r\n break;\r\n }\r\n\r\n case 'Enter': {\r\n setInputValueByIndex(index);\r\n break;\r\n }\r\n\r\n default:\r\n }\r\n setCurrentIndex(index !== undefined ? index : 0);\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 * as DropdownMenuPrimitive from '@radix-ui/react-dropdown-menu';\r\nimport { useControllableState } from '@radix-ui/react-use-controllable-state';\r\nimport { MenuContext } from './Context';\r\nimport { Content, MenuContentProps } from './components/Content';\r\nimport { Item, MenuItemProps } from './components/Item';\r\nimport { Link, MenuLinkItemProps } from './components/Link';\r\nimport { Trigger, MenuTriggerProps } from './components/Trigger';\r\nimport { Checkbox, MenuCheckboxItemProps } from './components/Checkbox';\r\nimport { ForwardedMenuRadioGroupWithStatics, RadioGroup } from './components/RadioGroup';\r\nimport { Separator } from './components/Separator';\r\nimport { Header, MenuHeaderProps } from './components/Header';\r\n\r\nexport type MenuProps = {\r\n children: React.ReactNode;\r\n /** Set whether the menu is open by default or not */\r\n defaultOpen?: boolean;\r\n /** Called when the menu opens or closes, must be used in conjunction with open */\r\n onChange?: (open: boolean) => void;\r\n /** Control the open state of the menu from outside the component */\r\n open?: boolean;\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\nexport type ForwardedMenuWithStatics = React.ForwardRefExoticComponent<MenuProps & React.RefAttributes<HTMLElement>> & {\r\n Trigger: React.ForwardRefExoticComponent<MenuTriggerProps>;\r\n Content: React.ForwardRefExoticComponent<MenuContentProps>;\r\n Item: React.ForwardRefExoticComponent<MenuItemProps>;\r\n Link: React.ForwardRefExoticComponent<MenuLinkItemProps>;\r\n Checkbox: React.ForwardRefExoticComponent<MenuCheckboxItemProps>;\r\n Separator: React.FunctionComponent;\r\n Header: React.ForwardRefExoticComponent<MenuHeaderProps>;\r\n RadioGroup: ForwardedMenuRadioGroupWithStatics;\r\n};\r\n\r\nexport const Menu = React.forwardRef<HTMLButtonElement, MenuProps>(function Menu(externalProps, ref) {\r\n const { children, defaultOpen: defaultProp, onChange, open: prop, trigger, ...props } = externalProps;\r\n const [indented, setIndented] = React.useState(false);\r\n const [minWidth, setMinWidth] = React.useState<number | undefined>(undefined);\r\n\r\n const [open, setOpen] = useControllableState<boolean>({\r\n // uncontrolled\r\n defaultProp,\r\n // controlled\r\n onChange,\r\n prop,\r\n });\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 ref={ref}>{trigger}</Trigger>}\r\n {children}\r\n </DropdownMenuPrimitive.Root>\r\n </MenuContext.Provider>\r\n );\r\n}) as ForwardedMenuWithStatics;\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 * as React from 'react';\n\nexport const MenuContext = React.createContext<\n | {\n indented: boolean;\n registerIndentation: () => void;\n minWidth?: number;\n setMinWidth: (width: number) => void;\n close: () => void;\n }\n | undefined\n>(undefined);\n\nexport const useCurrentMenu = () => {\n return React.useContext(MenuContext);\n};\n","import * as React from 'react';\r\nimport * as DropdownMenuPrimitive from '@radix-ui/react-dropdown-menu';\r\nimport cn from 'classnames';\r\nimport { Align, Placement } from '../../../types';\r\nimport { useMergedRef } from '../../../hooks/useMergedRef';\r\nimport { useCurrentMenu } from '../Context';\r\n\r\nexport type MenuContentProps = Omit<DropdownMenuPrimitive.DropdownMenuContentProps, 'children' | 'side'> & {\r\n align?: Align;\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 = useMergedRef<any>(ref);\r\n const menu = useCurrentMenu();\r\n const { align = 'start', children, placement: side, ...otherProps } = props;\r\n const className = cn('border border-transparent rounded block outline-none p-1 yt-shadow wcag-white', props.className);\r\n\r\n return (\r\n <DropdownMenuPrimitive.Portal>\r\n <DropdownMenuPrimitive.Content\r\n {...otherProps}\r\n align={align}\r\n className={className}\r\n data-taco=\"menu\"\r\n side={side}\r\n sideOffset={3}\r\n style={{ minWidth: menu?.minWidth }}\r\n ref={internalRef}>\r\n {children}\r\n </DropdownMenuPrimitive.Content>\r\n </DropdownMenuPrimitive.Portal>\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 {\r\n 'pl-7': menu?.indented,\r\n 'pl-1.5': !menu?.indented,\r\n 'cursor-pointer hover:bg-grey-light text-black hover:text-black': !disabled,\r\n 'cursor-not-allowed hover:bg-white text-grey-dark': 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 menu = useCurrentMenu();\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, onClose: menu?.close });\r\n }\r\n\r\n return button;\r\n});\r\n","import * as React from 'react';\nimport * as DropdownMenuPrimitive from '@radix-ui/react-dropdown-menu';\nimport { IconName } from '../../Icon/Icon';\nimport { Icon, useItemStyling } from './Item';\nimport { useCurrentMenu } from '../Context';\n\nexport type MenuLinkItemProps = Omit<React.HTMLAttributes<HTMLDivElement>, 'onSelect'> & {\n disabled?: boolean;\n icon?: IconName;\n href: string;\n onClick?: (event: React.MouseEvent<HTMLDivElement, MouseEvent>) => void;\n};\n\nexport const Link = React.forwardRef(function MenuLink(props: MenuLinkItemProps, ref: React.Ref<HTMLDivElement>) {\n const { href, icon, onClick, ...otherProps } = props;\n const menu = useCurrentMenu();\n\n const className = useItemStyling({\n disabled: props.disabled,\n indented: !!icon,\n className: props.className,\n });\n\n const handleClick: React.MouseEventHandler<HTMLDivElement> = event => {\n onClick?.(event);\n menu?.close();\n };\n\n return (\n <DropdownMenuPrimitive.Item {...otherProps} asChild className={className} ref={ref} onClick={handleClick}>\n <a href={href} target=\"_blank\">\n {icon && <Icon name={icon} />}\n {props.children}\n </a>\n </DropdownMenuPrimitive.Item>\n );\n});\n","import * as React from 'react';\r\nimport * as DropdownMenuPrimitive from '@radix-ui/react-dropdown-menu';\r\nimport { useMergedRef } from '../../../hooks/useMergedRef';\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 = useMergedRef<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 = React.forwardRef<HTMLDivElement, MenuCheckboxItemProps>(function MenuCheckboxItem(props, ref) {\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\r\n {...otherProps}\r\n checked={checked}\r\n className={className}\r\n onCheckedChange={onChange}\r\n ref={ref}>\r\n <DropdownMenuPrimitive.ItemIndicator className=\"absolute left-0 ml-1.5\">\r\n <Icon name=\"tick\" className=\"-ml-px !h-4 !w-4\" />\r\n </DropdownMenuPrimitive.ItemIndicator>\r\n {children}\r\n </DropdownMenuPrimitive.CheckboxItem>\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 { 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 <DropdownMenuPrimitive.ItemIndicator className=\"absolute left-0 ml-1.5\">\r\n <span className=\"ml-1 flex h-1.5 w-1.5 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 type ForwardedMenuRadioGroupWithStatics = React.ForwardRefExoticComponent<\r\n MenuRadioGroupProps & React.RefAttributes<HTMLElement>\r\n> & {\r\n Item: React.FunctionComponent<MenuRadioGroupItemProps>;\r\n};\r\n\r\nexport const RadioGroup = React.forwardRef<HTMLDivElement, MenuRadioGroupProps>(function MenuRadioItem(props, ref) {\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} ref={ref} />\r\n </MenuRadioGroupContext.Provider>\r\n );\r\n}) as ForwardedMenuRadioGroupWithStatics;\r\nRadioGroup.Item = RadioItem;\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 <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 disabled,\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';\nimport * as DropdownMenuPrimitive from '@radix-ui/react-dropdown-menu';\n\nexport const Separator = () => {\n return <DropdownMenuPrimitive.Separator className=\"bg-grey-dark my-1 h-px\" />;\n};\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 = React.forwardRef<HTMLDivElement, MenuHeaderProps>(function MenuHeader(props, ref) {\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} ref={ref} />;\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 { useMergedRef } from '../../hooks/useMergedRef';\r\nimport './Navigation.css';\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 = useMergedRef<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 typeof props.className === 'function' ? props.className(false) : 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: React.ReactNode[] = [];\r\n\r\n const children = React.Children.toArray(props.children).filter(\r\n child => !!child\r\n ) as React.ReactElement<NavigationMenuGroupProps>[];\r\n\r\n children.forEach(child => {\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 {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 {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 React from 'react';\nimport cn from 'classnames';\n\nexport type TreeviewItemProps = React.LinkHTMLAttributes<HTMLAnchorElement>;\n\nconst TreeviewItem = React.forwardRef(function TreeviewItem(props: TreeviewItemProps, ref: React.Ref<HTMLAnchorElement>) {\n return <a {...props} ref={ref} />;\n});\n\nexport type TreeviewGroupProps = Omit<React.LinkHTMLAttributes<HTMLDivElement>, 'className' | 'onClick' | 'title'> & {\n /** Add a classname to the treeview */\n className?: string | ((expanded: boolean) => string);\n /**\n * Set wheter the region is expanded, showing the children, or collapsed.\n * Default value is `false`\n */\n expanded?: boolean;\n /** Region is expanded at mount and can't be collapsed */\n fixed?: boolean;\n /** Handler called when user clicks the title of the group */\n onClick?: (event: React.MouseEvent<HTMLDivElement>, expanded: boolean) => void;\n /** Text displayed in the group's header */\n title: React.ReactNode | ((expanded: boolean) => React.ReactNode);\n};\n\nconst TreeviewGroup = React.forwardRef(function TreeviewGroup(props: TreeviewGroupProps, ref: React.Ref<HTMLDivElement>) {\n const {\n children,\n className: externalClassName,\n expanded: initialExpanded = false,\n title,\n fixed,\n onClick,\n ...otherProps\n } = props;\n const [expanded, setExpanded] = React.useState(fixed || initialExpanded);\n\n React.useEffect(() => {\n if (!fixed) {\n setExpanded(fixed || initialExpanded);\n }\n }, [fixed, initialExpanded]);\n\n const listClassName = cn('flex-col mb-0', {\n flex: expanded,\n hidden: !expanded,\n });\n\n const itemProps = {\n ...otherProps,\n 'aria-expanded': expanded,\n role: 'treeitem',\n tabIndex: -1,\n };\n\n const handleClick = (event: React.MouseEvent<HTMLDivElement>): void => {\n const nextState = !expanded;\n\n if (!fixed) {\n setExpanded(nextState);\n }\n\n if (onClick) {\n onClick(event, nextState);\n }\n };\n\n const className = typeof externalClassName === 'function' ? externalClassName(expanded) : externalClassName;\n\n return (\n <div {...itemProps} className={className} ref={ref}>\n <div onClick={handleClick}>{typeof title === 'function' ? title(expanded) : title}</div>\n <ul role=\"group\" className={listClassName}>\n {React.Children.toArray(children)\n .filter(item => !!item)\n .map((item, i) => (\n <li key={i} role=\"none\">\n {React.cloneElement(item as React.ReactElement<any>, { role: 'treeitem' })}\n </li>\n ))}\n </ul>\n </div>\n );\n});\n\nexport type TreeviewProps = React.HTMLAttributes<HTMLDivElement>;\n\nexport type ForwardedTreeviewWithStatics = React.ForwardRefExoticComponent<\n TreeviewProps & React.RefAttributes<HTMLDivElement>\n> & {\n /** Navigable link */\n Item: React.ForwardRefExoticComponent<TreeviewItemProps & React.RefAttributes<HTMLAnchorElement>>;\n /** Container for a set of related links, usually expandable */\n Group: React.ForwardRefExoticComponent<TreeviewGroupProps & React.RefAttributes<HTMLDivElement>>;\n};\n\nexport const Treeview = React.forwardRef(function Treeview(props: TreeviewProps, ref: React.Ref<HTMLDivElement>) {\n return <div {...props} ref={ref} role=\"tree\" />;\n}) as ForwardedTreeviewWithStatics;\n\nTreeview.Group = TreeviewGroup;\nTreeview.Item = TreeviewItem;\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 * as React from 'react';\r\nimport cn from 'classnames';\r\nimport { PageNumbers } from './PageNumbers';\r\nimport { LocalizationTexts, useLocalization } from '../Provider/Localization';\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 * as React from 'react';\r\nimport { Button } from '../Button/Button';\r\nimport { useLocalization } from '../Provider/Localization';\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 {pageNumber}\r\n </Button>\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 { Icon } from '../Icon/Icon';\r\nimport { Listbox, MultiListbox, ListboxProps } from '../Listbox/Listbox';\r\nimport { useBoundingClientRectListener } from '../../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.Portal>\r\n <PopoverPrimitive.Content align=\"start\" sideOffset={4}>\r\n {props.multiselect ? <MultiListbox {...commonListboxProps} /> : <Listbox {...commonListboxProps} />}\r\n </PopoverPrimitive.Content>\r\n </PopoverPrimitive.Portal>\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 * as React from 'react';\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/Localization';\r\nimport { SelectProps } from './Select';\r\nimport { ListboxProps } from '../Listbox/Listbox';\r\nimport { useMergedRef } from '../../hooks/useMergedRef';\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 = useMergedRef<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.key === 'ArrowUp' || event.key === 'ArrowDown') {\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.key) {\r\n case '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 'Tab':\r\n case 'Enter': {\r\n if (event.key !== '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 React from 'react';\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.key === 'Home') {\r\n event.preventDefault();\r\n setPageIndex(0);\r\n return;\r\n }\r\n\r\n if (setPageIndex && event.key === 'End') {\r\n event.preventDefault();\r\n setPageIndex(maxPageIndex);\r\n return;\r\n }\r\n\r\n if (setPageIndex && event.key === 'PageUp') {\r\n event.preventDefault();\r\n setPageIndex(Math.max(0, pageIndex - 1));\r\n return;\r\n }\r\n\r\n if (setPageIndex && event.key === 'PageDown') {\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';\n\nexport type usePaginationValues = {\n /** Current page index (zero based) */\n pageIndex: number;\n /** Number of items displayed on a page */\n pageSize: number;\n /** Handler called when navigating through pages */\n setPageIndex: (pageIndex: number) => void;\n /** Handler called when changing the size of the page */\n setPageSize: (size: number) => void;\n};\n\nexport const usePagination = (initialPageIndex = 0, initialPageSize = 10): usePaginationValues => {\n const [pageIndex, setPageIndex] = React.useState(initialPageIndex);\n const [pageSize, setPageSize] = React.useState(initialPageSize);\n\n return {\n pageIndex,\n pageSize,\n setPageIndex,\n setPageSize,\n };\n};\n","import React from 'react';\nimport cn from 'classnames';\nimport './Progress.css';\n\nexport type ProgressProps = React.HTMLAttributes<HTMLSpanElement> & {\n /**\n * Indicates how long (in milliseconds) a progress bar will take to progress through.\n * By default, progress bar has no duration\n */\n duration?: number;\n};\n\nexport const Progress = ({ duration = undefined, ...props }: ProgressProps): JSX.Element => {\n let style;\n\n if (duration) {\n style = {\n animationDuration: `${duration}ms`,\n };\n }\n\n const className = cn('bg-grey-light rounded block h-1 overflow-hidden w-full', props.className);\n\n const progressClassName = cn('yt-progress__bar block h-1', {\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-[' ']\":\n !duration,\n [`w-0 bg-grey-dark animate-[progress_linear]`]: duration,\n });\n\n return (\n <span {...props} data-taco=\"progress\" className={className}>\n <span className={progressClassName} data-taco=\"progress-bar\" style={style} />\n </span>\n );\n};\n","import * as React from 'react';\r\nimport * as Tooltip from '@radix-ui/react-tooltip';\r\nimport { ToastProvider } from '../Toast/Toaster';\r\nimport { Localization, LocalizationProvider } from './Localization';\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 } = props;\r\n\r\n return (\r\n <LocalizationProvider localization={localization}>\r\n <Tooltip.Provider>\r\n <ToastProvider>{children}</ToastProvider>\r\n </Tooltip.Provider>\r\n </LocalizationProvider>\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, ToastContent } from './Toast';\r\nimport './Toast.css';\r\n\r\nconst DEFAULT_AUTO_CLOSE_TIMEOUT = 7500;\r\n\r\ntype ToastCreator<T> = (content: ToastContent | ((close: () => void) => ToastContent), 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: ToastContent,\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: ToastContent, 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: ToastContent, 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: ToastContent, options?: Omit<ToastOptions, 'type'>): void => {\r\n update(content, { autoClose: DEFAULT_AUTO_CLOSE_TIMEOUT, ...options, type: 'success' });\r\n };\r\n const error = (content: ToastContent, options?: Omit<ToastOptions, 'type'>): void => {\r\n update(content, { ...options, type: 'error' });\r\n };\r\n const warning = (content: ToastContent, options?: Omit<ToastOptions, 'type'>): void => {\r\n update(content, { ...options, type: 'warning' });\r\n };\r\n const information = (content: ToastContent, options?: Omit<ToastOptions, 'type'>): void => {\r\n update(content, { ...options, type: 'information' });\r\n };\r\n const loading = (content: ToastContent, 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: ToastContent, options?: Omit<ToastOptions, 'type'>): ToastReference =>\r\n toaster(content, { autoClose: DEFAULT_AUTO_CLOSE_TIMEOUT, ...options, type: 'success' });\r\n toaster.error = (content: ToastContent, options?: Omit<ToastOptions, 'type'>): ToastReference =>\r\n toaster(content, { ...options, type: 'error' });\r\n toaster.warning = (content: ToastContent, options?: Omit<ToastOptions, 'type'>): ToastReference =>\r\n toaster(content, { ...options, type: 'warning' });\r\n toaster.information = (content: ToastContent, options?: Omit<ToastOptions, 'type'>): ToastReference =>\r\n toaster(content, { ...options, type: 'information' });\r\n toaster.loading = (content: ToastContent, 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 <AnimatePresence initial={false}>\r\n {toasts.map((toast: InternalToast) => (\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 <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\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/Localization';\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 ToastContent = Omit<React.ReactNode, 'null' | 'undefined'>;\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 */\r\n content: ToastContent;\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 if (!content) {\r\n console.warn(\r\n `Toast requires 'content' property, which can't be empty string, null or undefined. Current content value is set to ${\r\n content === '' ? 'empty string' : content\r\n }.`\r\n );\r\n }\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 {getBadgeIcon(type)}\r\n <div className=\"flex-grow\">{content}</div>\r\n <IconButton\r\n appearance=\"discrete\"\r\n className=\"text-grey-darkest -mr-2 cursor-pointer self-start !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 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 mt-1 self-start';\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 { useControllableState } from '@radix-ui/react-use-controllable-state';\r\nimport * as PopoverPrimitive from '@radix-ui/react-popover';\r\nimport * as ListboxPrimitive from '../../primitives/Listbox2/Listbox2';\r\nimport { Select2OptionValue, Select2Value } from './types';\r\nimport { Option, Select2OptionProps } from './components/Option';\r\nimport { Group, Select2GroupProps } from './components/Group';\r\nimport { Select2TitleProps, Title } from './components/Title';\r\nimport { Select2Context } from './components/Context';\r\nimport { createCollectionClassName } from './utilities';\r\nimport { useMergedRef } from '../../hooks/useMergedRef';\r\nimport { useBoundingClientRectListener } from '../../hooks/useBoundingClientRectListener';\r\nimport { createCustomKeyboardEvent } from '../../utils/input';\r\nimport { Trigger } from './components/Trigger';\r\nimport { useIsFormControl } from '../../hooks/useIsFormControl';\r\nimport { BubbleSelect } from '../../primitives/BubbleSelect';\r\nimport { Search } from './components/Search';\r\nimport { useChildren } from './hooks/useChildren';\r\nimport { Color } from '../../utils/colors';\r\nimport { Create } from './components/Create';\r\nimport { Collection } from './components/Collection';\r\nimport { CollectionRef } from '../../primitives/Collection/Collection';\r\nimport { useLocalization } from '../Provider/Localization';\r\n//import { All } from './components/All';\r\n\r\ntype Select2Texts = {\r\n allSelect: string;\r\n allDeselect: string;\r\n cancel: string;\r\n chooseColor: string;\r\n create: string;\r\n delete: string;\r\n save: string;\r\n search: string;\r\n searchOrCreate: string;\r\n};\r\n\r\ntype Select2Props = Omit<React.HTMLAttributes<HTMLButtonElement>, 'children' | 'defaultValue' | 'onChange' | 'value'> & {\r\n children: React.ReactElement<Select2OptionProps>[];\r\n defaultValue?: Select2Value;\r\n emptyValue?: Select2OptionValue;\r\n disabled?: boolean;\r\n disableSearch?: boolean;\r\n highlighted?: boolean;\r\n invalid?: boolean;\r\n multiple?: boolean;\r\n name?: string;\r\n onChange?: (value: Select2Value) => void;\r\n onCreate?: (name: string, color: Color | undefined) => Promise<Select2OptionProps>;\r\n onDelete?: (value: Select2OptionValue) => Promise<void>;\r\n onEdit?: (value: Select2OptionValue, text: string, color: Color | undefined) => Promise<void>;\r\n readOnly?: boolean;\r\n tags?: boolean;\r\n value?: Select2Value;\r\n};\r\ntype Select2PropsWithStatics = React.ForwardRefExoticComponent<Select2Props & React.RefAttributes<HTMLButtonElement>> & {\r\n Option: React.ForwardRefExoticComponent<Select2OptionProps>;\r\n Group: React.ForwardRefExoticComponent<Select2GroupProps>;\r\n Title: React.ForwardRefExoticComponent<Select2TitleProps>;\r\n};\r\n\r\nconst Select2 = React.forwardRef<HTMLButtonElement, Select2Props>(function Select2(props, ref) {\r\n const {\r\n children: initialChildren,\r\n defaultValue: defaultProp,\r\n disabled = false,\r\n disableSearch = false,\r\n emptyValue = undefined,\r\n highlighted = false,\r\n invalid = false,\r\n multiple = false,\r\n name,\r\n onChange,\r\n onCreate,\r\n onDelete,\r\n onEdit,\r\n readOnly = false,\r\n tabIndex = 0,\r\n tags = false,\r\n value: prop,\r\n ...otherProps\r\n } = props;\r\n\r\n // refs\r\n const internalRef = useMergedRef<HTMLButtonElement>(ref);\r\n const listboxRef = React.useRef<CollectionRef>(null);\r\n const searchRef = React.useRef<HTMLInputElement>(null);\r\n const { texts } = useLocalization();\r\n // align the listbox min width with the width of the input - it should never be smaller\r\n const dimensions = useBoundingClientRectListener(internalRef);\r\n\r\n // state\r\n const [open, setOpen] = React.useState(false);\r\n const [value, _setValue] = useControllableState<Select2Value>({\r\n // uncontrolled\r\n defaultProp,\r\n // controlled\r\n onChange,\r\n prop,\r\n });\r\n const setValue = ListboxPrimitive.createListboxValueSetter(multiple, _setValue);\r\n const [validationError, setValidationError] = React.useState<Error | undefined>();\r\n\r\n const { allChildren, filteredChildren, searchQuery, setSearchQuery } = useChildren({\r\n children: initialChildren,\r\n emptyValue,\r\n open,\r\n setValue,\r\n value,\r\n });\r\n\r\n // context\r\n const context = {\r\n disabled,\r\n highlighted,\r\n invalid,\r\n listboxRef,\r\n multiple,\r\n onCreate,\r\n onDelete,\r\n onEdit,\r\n open,\r\n readOnly,\r\n ref: internalRef,\r\n searchQuery,\r\n searchRef,\r\n setOpen,\r\n setSearchQuery,\r\n setValidationError,\r\n setValue,\r\n tags,\r\n validationError,\r\n value,\r\n };\r\n\r\n const handleKeyDown = (event: React.KeyboardEvent<HTMLElement>) => {\r\n if (open) {\r\n event.preventDefault();\r\n } else if (event.key === 'ArrowDown' || event.key === 'ArrowUp') {\r\n setOpen(true);\r\n }\r\n\r\n // the focus should always remain on the input, so we forward events on to the listbox\r\n listboxRef.current?.dispatchEvent(createCustomKeyboardEvent(event as React.KeyboardEvent<HTMLInputElement>));\r\n };\r\n\r\n const className = cn('border-grey-dark rounded border bg-white py-1.5 shadow-md outline-none', createCollectionClassName());\r\n\r\n return (\r\n <Select2Context.Provider value={context}>\r\n <PopoverPrimitive.Root open={open} onOpenChange={setOpen}>\r\n <ControlledHiddenField\r\n emptyValue={emptyValue}\r\n multiple={multiple || tags}\r\n name={name}\r\n options={allChildren.map(child => child.props.value)}\r\n parentRef={internalRef}\r\n setValue={setValue}\r\n value={value}\r\n />\r\n <PopoverPrimitive.Trigger asChild data-taco=\"Select2\">\r\n <Trigger {...otherProps} aria-haspopup=\"listbox\" onKeyDown={handleKeyDown} ref={internalRef}>\r\n {allChildren}\r\n </Trigger>\r\n </PopoverPrimitive.Trigger>\r\n <PopoverPrimitive.Portal>\r\n <PopoverPrimitive.Content\r\n asChild\r\n align=\"start\"\r\n onOpenAutoFocus={event => {\r\n event.preventDefault();\r\n event.stopPropagation();\r\n internalRef.current?.focus();\r\n }}\r\n onCloseAutoFocus={event => {\r\n event.preventDefault();\r\n event.stopPropagation();\r\n internalRef.current?.focus();\r\n }}\r\n sideOffset={4}\r\n tabIndex={-1}>\r\n <div className={className} style={{ minWidth: dimensions?.width ? `${dimensions.width}px` : undefined }}>\r\n {!disableSearch && (allChildren.length > 0 || onCreate) ? (\r\n <Search\r\n placeholder={onCreate ? texts.select2.searchOrCreate : texts.select2.search}\r\n ref={searchRef}\r\n />\r\n ) : null}\r\n {allChildren.length <= 0 ? (\r\n <div className=\"text-grey-darkest -mt-0.5 flex h-8 items-center px-2\" role=\"presentation\">\r\n No results found...\r\n </div>\r\n ) : (\r\n <ListboxPrimitive.Root\r\n className=\"flex flex-col gap-0.5\"\r\n customSelector=\":scope > button\"\r\n disabled={disabled}\r\n multiple={multiple}\r\n readOnly={readOnly}\r\n ref={listboxRef}\r\n setValue={setValue}\r\n tabIndex={-1}\r\n value={value}>\r\n {/*multiple && !searchQuery && Array.isArray(value) ? (\r\n <All\r\n children={allChildren}\r\n onToggle={_setValue}\r\n selected={value.length === allChildren.length}\r\n />\r\n ) : null*/}\r\n <Collection>{filteredChildren}</Collection>\r\n {onCreate ? <Create onCreate={onCreate} options={allChildren} /> : null}\r\n </ListboxPrimitive.Root>\r\n )}\r\n </div>\r\n </PopoverPrimitive.Content>\r\n </PopoverPrimitive.Portal>\r\n </PopoverPrimitive.Root>\r\n </Select2Context.Provider>\r\n );\r\n}) as Select2PropsWithStatics;\r\nSelect2.Option = Option;\r\nSelect2.Group = Group;\r\nSelect2.Title = Title;\r\n\r\nconst ControlledHiddenField = props => {\r\n const { emptyValue, multiple, name, options, parentRef, value, setValue } = props;\r\n const isFormControl = useIsFormControl(parentRef, () => setValue(multiple ? [] : undefined));\r\n\r\n let bubbleValue;\r\n\r\n if (isFormControl) {\r\n if (value !== undefined) {\r\n if (multiple) {\r\n bubbleValue = Array.isArray(value) ? value.map(String) : [value === null ? '' : String(value)];\r\n } else {\r\n bubbleValue = value === null ? '' : String(value);\r\n }\r\n }\r\n\r\n return (\r\n <BubbleSelect aria-hidden key={String(bubbleValue)} multiple={multiple} name={name} value={bubbleValue}>\r\n {emptyValue !== undefined ? <option value={emptyValue} /> : null}\r\n {options.map(option => (\r\n <option key={String(option)} value={String(option)} />\r\n ))}\r\n </BubbleSelect>\r\n );\r\n }\r\n\r\n return null;\r\n};\r\n\r\nexport { Select2 };\r\n\r\nexport type {\r\n Select2Texts,\r\n Select2GroupProps,\r\n Select2OptionProps,\r\n Select2OptionValue,\r\n Select2Value,\r\n Select2Props,\r\n Select2TitleProps,\r\n};\r\n","export * from './components/Root';\r\nexport * from './components/Option';\r\nexport * from './components/Group';\r\nexport * from './components/Title';\r\nexport * from './types';\r\n","import React from 'react';\r\nimport { useId } from '../../../hooks/useId';\r\nimport * as CollectionPrimitive from '../../Collection/Collection';\r\nimport { Listbox2Value } from '../types';\r\nimport { Listbox2Context } from './Context';\r\n\r\nexport type Listbox2Props = React.HTMLAttributes<HTMLDivElement> & {\r\n customSelector?: string;\r\n disabled?: boolean;\r\n multiple?: boolean;\r\n readOnly?: boolean;\r\n setValue: (value: Listbox2Value) => void;\r\n value?: Listbox2Value;\r\n};\r\n\r\nconst DEFAULT_SELECTOR = '[role=\"option\"]';\r\n\r\nexport const Root = React.forwardRef<CollectionPrimitive.CollectionRef, Listbox2Props>(function Listbox2(props, ref) {\r\n const {\r\n children,\r\n customSelector,\r\n disabled = false,\r\n id: nativeId,\r\n multiple,\r\n readOnly = false,\r\n setValue,\r\n title,\r\n value,\r\n ...otherProps\r\n } = props;\r\n const id = useId(nativeId);\r\n\r\n const context = React.useMemo(\r\n () => ({\r\n disabled,\r\n readOnly,\r\n setValue,\r\n value,\r\n }),\r\n [disabled, readOnly, value]\r\n );\r\n\r\n return (\r\n <Listbox2Context.Provider value={context}>\r\n <div data-taco=\"listbox2\">\r\n <CollectionPrimitive.Root\r\n {...otherProps}\r\n aria-multiselectable={multiple ? true : undefined}\r\n id={id}\r\n ref={ref}\r\n role=\"listbox\"\r\n querySelector={customSelector ? `${DEFAULT_SELECTOR}, ${customSelector}` : DEFAULT_SELECTOR}>\r\n {children}\r\n </CollectionPrimitive.Root>\r\n </div>\r\n </Listbox2Context.Provider>\r\n );\r\n});\r\n\r\nexport const createListboxValueSetter =\r\n (multiple: boolean, setValue: React.Dispatch<React.SetStateAction<Listbox2Value | undefined>>) =>\r\n (nextValue: Listbox2Value) => {\r\n setValue(value => {\r\n if (Array.isArray(nextValue)) {\r\n return nextValue;\r\n }\r\n\r\n if (multiple) {\r\n if (value === undefined) {\r\n return [nextValue];\r\n } else if (Array.isArray(value)) {\r\n if (value.includes(nextValue)) {\r\n return value.filter(v => v !== nextValue);\r\n }\r\n\r\n return [...value, nextValue];\r\n } else if (value === nextValue) {\r\n return [];\r\n }\r\n\r\n return [value, nextValue];\r\n }\r\n\r\n return nextValue;\r\n });\r\n };\r\n","export { Root } from './components/Root';\r\nexport type { CollectionProps, CollectionRef } from './components/Root';\r\n","import React from 'react';\r\nimport { useMergedRef } from '../../../hooks/useMergedRef';\r\nimport { isAriaDirectionKey } from '../../../utils/aria';\r\nimport { createCustomKeyboardEvent } from '../../../utils/input';\r\n\r\n/* This component provides a keyboard navigable collection primitive for use in lists\r\n * It is unlikely you need to edit this component\r\n */\r\n\r\nexport type CollectionProps = React.HTMLAttributes<HTMLDivElement> & {\r\n querySelector: string;\r\n};\r\n\r\nexport type CollectionRef = HTMLDivElement & {\r\n setActiveIndex: (option: HTMLDivElement) => void;\r\n};\r\n\r\nconst getOptionsFromCollection = (collection: HTMLDivElement, selector: string): NodeListOf<Element> =>\r\n collection.querySelectorAll(selector);\r\n\r\n// we use javascript to set attributes (rather than cloning children and adding them)\r\n// so that we can support nesting (e.g. groups) - child elements that aren't options.\r\n// without doing this we would have to unwrap and flatten all groups\r\nexport const Root = React.forwardRef<CollectionRef, CollectionProps>(function CollectionRoot(props, ref) {\r\n const { querySelector, tabIndex = 0, ...otherProps } = props;\r\n const internalRef = useMergedRef<CollectionRef>(ref);\r\n const [activeIndex, setActiveIndex] = React.useState<number | undefined>();\r\n const lastLengthRef = React.useRef(0);\r\n\r\n const setActiveOption = (index: number, collection: HTMLDivElement, option: Element) => {\r\n collection.querySelector(`[aria-current]`)?.removeAttribute('aria-current');\r\n option.setAttribute('aria-current', 'true');\r\n option.scrollIntoView({ block: 'nearest' });\r\n setActiveIndex(index);\r\n };\r\n\r\n const setActiveIndexByElement = React.useCallback(\r\n (option: HTMLDivElement) => {\r\n if (internalRef.current) {\r\n if (option.matches(querySelector)) {\r\n const options = getOptionsFromCollection(internalRef.current, querySelector);\r\n const nextActiveIndex = Array.from(options).indexOf(option);\r\n\r\n if (nextActiveIndex > -1) {\r\n setActiveOption(nextActiveIndex, internalRef.current, option);\r\n }\r\n }\r\n }\r\n },\r\n [internalRef.current, querySelector]\r\n );\r\n\r\n React.useEffect(() => {\r\n if (internalRef.current) {\r\n internalRef.current.setActiveIndex = setActiveIndexByElement;\r\n }\r\n }, [internalRef.current]);\r\n\r\n React.useEffect(() => {\r\n if (internalRef.current) {\r\n const options = getOptionsFromCollection(internalRef.current, querySelector);\r\n\r\n if (options.length && options.length !== lastLengthRef.current) {\r\n const selected = internalRef.current.querySelectorAll(`[aria-selected]`);\r\n\r\n if (selected.length === 1) {\r\n if (options) {\r\n const firstSelected = selected.item(0);\r\n const selectedIndex = Array.from(options).indexOf(firstSelected);\r\n\r\n if (selectedIndex > -1) {\r\n setActiveOption(selectedIndex, internalRef.current, firstSelected);\r\n }\r\n }\r\n } else {\r\n // multiple selected or none selected should go to 0\r\n setActiveOption(0, internalRef.current, options.item(0));\r\n }\r\n }\r\n\r\n lastLengthRef.current = options.length;\r\n }\r\n }, [props.children]);\r\n\r\n const handleClick = (event: React.MouseEvent<HTMLDivElement>) => {\r\n const option = event.target as HTMLElement;\r\n\r\n if (option.matches(querySelector)) {\r\n const options = getOptionsFromCollection(event.currentTarget, querySelector);\r\n const nextActiveIndex = Array.from(options).indexOf(option);\r\n\r\n if (nextActiveIndex > -1) {\r\n setActiveOption(nextActiveIndex, event.currentTarget, option);\r\n }\r\n }\r\n };\r\n\r\n const handleKeyDown = (event: React.KeyboardEvent<HTMLDivElement>) => {\r\n // this stops the event dispatched to the option rebounding back and starting an infinite loop\r\n if (event.target !== event.currentTarget) {\r\n return;\r\n }\r\n\r\n const options = getOptionsFromCollection(event.currentTarget, querySelector);\r\n\r\n if (options) {\r\n if (isAriaDirectionKey(event)) {\r\n const nextActiveIndex = getNextEnabledItem(event, options, activeIndex);\r\n\r\n if (nextActiveIndex !== undefined && nextActiveIndex !== activeIndex) {\r\n event.preventDefault();\r\n setActiveOption(nextActiveIndex, event.currentTarget, options.item(nextActiveIndex));\r\n }\r\n } else if (activeIndex !== undefined) {\r\n // forward events onto the underlying option - this lets consumers place onKeyDown handlers on their own components\r\n options\r\n .item(activeIndex)\r\n .dispatchEvent(createCustomKeyboardEvent(event as React.KeyboardEvent<HTMLInputElement>));\r\n }\r\n }\r\n };\r\n\r\n return <div {...otherProps} onClick={handleClick} onKeyDown={handleKeyDown} ref={internalRef} tabIndex={tabIndex} />;\r\n});\r\n\r\nexport const getNextIndexFromKeycode = (\r\n event: React.KeyboardEvent,\r\n length: number,\r\n activeIndex: number | undefined\r\n): number | undefined => {\r\n switch (event.key) {\r\n case 'ArrowUp':\r\n return activeIndex === undefined ? length - 1 : activeIndex > 0 ? activeIndex - 1 : activeIndex;\r\n\r\n case 'ArrowDown':\r\n return activeIndex === undefined ? 0 : activeIndex < length - 1 ? activeIndex + 1 : activeIndex;\r\n\r\n case 'Home':\r\n return 0;\r\n\r\n case 'End':\r\n return length - 1;\r\n\r\n default:\r\n return;\r\n }\r\n};\r\n\r\nexport const getNextEnabledItem = (\r\n event: React.KeyboardEvent<HTMLElement>,\r\n options: NodeListOf<Element>,\r\n activeIndex: number | undefined,\r\n recurse = true\r\n): number | undefined => {\r\n const nextIndex = getNextIndexFromKeycode(event, options.length, activeIndex);\r\n\r\n if (nextIndex !== undefined) {\r\n if (nextIndex === activeIndex) {\r\n return activeIndex;\r\n } else if (options.item(nextIndex) && isSkippableItem(options.item(nextIndex))) {\r\n // check in the other direction if the first or last item is disabled,\r\n // but prevent infinite loops if all elements are disabled by disabling recursion\r\n if (recurse) {\r\n if (nextIndex === 0) {\r\n return getNextEnabledItem(\r\n new KeyboardEvent(event.type, { ...(event as any), key: 'ArrowDown' }) as any,\r\n options,\r\n nextIndex,\r\n false\r\n );\r\n } else if (nextIndex === options.length - 1) {\r\n return getNextEnabledItem(\r\n new KeyboardEvent(event.type, { ...(event as any), key: 'ArrowUp' }) as any,\r\n options,\r\n nextIndex,\r\n false\r\n );\r\n }\r\n }\r\n\r\n return getNextEnabledItem(event, options, nextIndex, recurse);\r\n }\r\n }\r\n\r\n return nextIndex;\r\n};\r\n\r\nconst isSkippableItem = (element: Element) => {\r\n return (\r\n element.getAttribute('role') === 'presentation' ||\r\n !!element.hasAttribute('disabled') ||\r\n !!element.getAttribute('aria-disabled') ||\r\n !!element.getAttribute('aria-hidden')\r\n );\r\n};\r\n","export const isAriaSelectionKey = (event: React.KeyboardEvent) => {\r\n if (event.key === 'Enter' || event.key === ' ' || event.key === 'Tab') {\r\n return true;\r\n }\r\n\r\n return false;\r\n};\r\n\r\nexport const isAriaDirectionKey = (event: React.KeyboardEvent) => {\r\n if (event.key === 'ArrowUp' || event.key === 'ArrowDown' || event.key === 'Home' || event.key === 'End') {\r\n return true;\r\n }\r\n\r\n return false;\r\n};\r\n","import React from 'react';\r\nimport { Listbox2Value } from '../types';\r\n\r\nexport type Listbox2ContextProps = {\r\n disabled: boolean;\r\n readOnly: boolean;\r\n setValue: (value: Listbox2Value) => void;\r\n value?: Listbox2Value;\r\n};\r\n\r\nexport const Listbox2Context = React.createContext({} as Listbox2ContextProps);\r\nexport const useListbox2Context = () => React.useContext(Listbox2Context);\r\n","import React from 'react';\r\nimport { useId } from '../../../hooks/useId';\r\nimport { isAriaSelectionKey } from '../../../utils/aria';\r\nimport { Listbox2OptionValue } from '../types';\r\nimport { useListbox2Context } from './Context';\r\n\r\nexport type Listbox2OptionProps = React.HTMLAttributes<HTMLDivElement> & {\r\n disabled?: boolean;\r\n value: Listbox2OptionValue;\r\n};\r\n\r\nexport const Option = React.forwardRef<HTMLDivElement, Listbox2OptionProps>(function Listbox2Option(props, ref) {\r\n const { disabled, id: nativeId, title, value, ...otherProps } = props;\r\n const { disabled: listboxDisabled, readOnly: listboxReadOnly, setValue, value: currentValue } = useListbox2Context();\r\n const id = useId(nativeId);\r\n const selected = Array.isArray(currentValue) ? currentValue.includes(value) : currentValue === value;\r\n\r\n const handleClick = (event: React.MouseEvent<HTMLDivElement>) => {\r\n if (disabled || listboxDisabled || listboxReadOnly) {\r\n event.stopPropagation();\r\n return;\r\n } else {\r\n setValue(value);\r\n }\r\n\r\n if (typeof props.onClick === 'function') {\r\n props.onClick(event);\r\n }\r\n };\r\n\r\n const handleKeyDown = (event: React.KeyboardEvent<HTMLDivElement>) => {\r\n if (disabled || listboxDisabled || listboxReadOnly) {\r\n event.stopPropagation();\r\n return;\r\n } else if (isAriaSelectionKey(event)) {\r\n setValue(value);\r\n }\r\n\r\n if (typeof props.onKeyDown === 'function') {\r\n props.onKeyDown(event);\r\n }\r\n };\r\n\r\n return (\r\n <div\r\n {...otherProps}\r\n aria-disabled={listboxDisabled || disabled ? 'true' : undefined}\r\n aria-selected={selected ? 'true' : undefined}\r\n id={id}\r\n onClick={handleClick}\r\n onKeyDown={handleKeyDown}\r\n ref={ref}\r\n role=\"option\"\r\n />\r\n );\r\n});\r\n","import React from 'react';\r\n\r\nexport type Listbox2GroupProps = React.HTMLAttributes<HTMLDivElement>;\r\n\r\nexport const Group = React.forwardRef<HTMLDivElement, Listbox2GroupProps>(function Listbox2Group(props, ref) {\r\n const [labelledById, setLabelledById] = React.useState<string>();\r\n\r\n return (\r\n <Listbox2GroupContext.Provider value={{ setLabelledById }}>\r\n <div {...props} aria-labelledby={labelledById} ref={ref} role=\"group\" />\r\n </Listbox2GroupContext.Provider>\r\n );\r\n});\r\n\r\nexport type Listbox2GroupContextProps = {\r\n setLabelledById: (id: string) => void;\r\n};\r\n\r\nexport const Listbox2GroupContext = React.createContext({} as Listbox2GroupContextProps);\r\nexport const useListbox2GroupContext = () => React.useContext(Listbox2GroupContext);\r\n","import React from 'react';\r\nimport { useId } from '../../../hooks/useId';\r\nimport { useListbox2GroupContext } from './Group';\r\n\r\nexport type Listbox2TitleProps = React.HTMLAttributes<HTMLDivElement>;\r\n\r\nexport const Title = React.forwardRef<HTMLDivElement, Listbox2TitleProps>(function Listbox2Group(props, ref) {\r\n const { id: nativeId, ...otherProps } = props;\r\n const { setLabelledById } = useListbox2GroupContext();\r\n const id = useId(nativeId);\r\n\r\n React.useEffect(() => {\r\n setLabelledById(id);\r\n }, [id]);\r\n\r\n return <div {...otherProps} id={id} ref={ref} role=\"presentation\" />;\r\n});\r\n","import React from 'react';\r\nimport cn from 'classnames';\r\nimport { Icon, IconName, IconProps } from '../../Icon/Icon';\r\nimport { Tag } from '../../Tag/Tag';\r\nimport { isAriaSelectionKey } from '../../../utils/aria';\r\nimport { Color } from '../../../utils/colors';\r\nimport * as ListboxPrimitive from '../../../primitives/Listbox2/Listbox2';\r\nimport { createOptionClassName } from '../utilities';\r\nimport { useSelect2Context } from './Context';\r\nimport { IconButton } from '../../IconButton/IconButton';\r\nimport { EditPopover } from './Edit';\r\nimport { isMobileDevice } from '../../../utils/device';\r\n\r\nexport type Select2OptionProps = Omit<ListboxPrimitive.Listbox2OptionProps, 'children'> & {\r\n children: string;\r\n color?: Color;\r\n icon?: React.ReactElement<IconProps> | IconName;\r\n textValue?: string;\r\n};\r\n\r\nexport const Option = React.forwardRef<HTMLDivElement, Select2OptionProps>(function Select2Option(props, ref) {\r\n const { children, color, icon, ...otherProps } = props;\r\n const className = createOptionClassName();\r\n const { onDelete, onEdit, listboxRef, multiple, ref: selectRef, setOpen, tags, value } = useSelect2Context();\r\n\r\n const hasValue = Array.isArray(value) ? !!value.length : value !== undefined;\r\n const isTag = tags && !!color;\r\n\r\n const handleClick = () => {\r\n if (!multiple) {\r\n setOpen(false);\r\n } else {\r\n selectRef.current?.focus();\r\n }\r\n };\r\n\r\n const handleKeyDown = (event: React.KeyboardEvent) => {\r\n if (isAriaSelectionKey(event)) {\r\n if (!multiple || event.key === 'Tab') {\r\n setOpen(false);\r\n }\r\n }\r\n };\r\n\r\n const popover =\r\n onEdit || onDelete\r\n ? popoverProps => (\r\n <EditPopover\r\n {...popoverProps}\r\n color={props.color}\r\n key={props.textValue ?? String(props.children)}\r\n text={props.textValue ?? String(props.children)}\r\n value={props.value}\r\n />\r\n )\r\n : undefined;\r\n\r\n return (\r\n <ListboxPrimitive.Option {...otherProps} className={className} onClick={handleClick} onKeyDown={handleKeyDown} ref={ref}>\r\n {hasValue ? (\r\n <Icon name=\"tick\" className=\"group-aria-selected:visible pointer-events-none invisible -mx-1 !h-4 !w-4\" />\r\n ) : null}\r\n {isTag ? (\r\n <Tag className=\"pointer-events-none\" color={color} icon={icon}>\r\n {children}\r\n </Tag>\r\n ) : (\r\n <>\r\n {icon ? typeof icon === 'string' ? <Icon name={icon} /> : icon : null}\r\n {children}\r\n </>\r\n )}\r\n {popover ? (\r\n <IconButton\r\n rounded\r\n icon=\"ellipsis-vertical\"\r\n appearance=\"discrete\"\r\n className={cn('group-aria-current:visible invisible ml-auto -mr-2 focus:!shadow-none group-hover:visible', {\r\n '!visible': isMobileDevice(window?.navigator),\r\n })}\r\n onClick={event => {\r\n event.stopPropagation();\r\n listboxRef?.current?.setActiveIndex(event.currentTarget.parentElement as HTMLDivElement);\r\n }}\r\n popover={popover}\r\n tabIndex={-1}\r\n />\r\n ) : null}\r\n </ListboxPrimitive.Option>\r\n );\r\n});\r\n","import React from 'react';\r\nimport cn from 'classnames';\r\nimport { Color, colors } from '../../utils/colors';\r\nimport { Icon, IconName, IconProps } from '../Icon/Icon';\r\n\r\nexport type TagProps = Omit<React.HTMLAttributes<HTMLSpanElement>, 'children'> & {\r\n children: string;\r\n color?: Color;\r\n disabled?: boolean;\r\n icon?: React.ReactElement<IconProps> | IconName;\r\n readOnly?: boolean;\r\n onDelete?: (event: React.MouseEvent<SVGSVGElement>) => void;\r\n};\r\n\r\nexport const Tag = React.forwardRef<HTMLSpanElement, TagProps>((props, ref) => {\r\n const { children, color, disabled, icon, readOnly, onDelete, ...otherProps } = props;\r\n const textRef = React.useRef<HTMLDivElement>(null);\r\n\r\n const className = cn(\r\n 'inline-flex items-center rounded h-6 cursor-default',\r\n {\r\n 'opacity-50': disabled,\r\n 'hover:bg-opacity-75': !disabled,\r\n 'cursor-pointer': !!otherProps.onClick,\r\n 'pointer-events-none': disabled || readOnly,\r\n },\r\n color ? colors[color] : colors.grey,\r\n props.className\r\n );\r\n\r\n return (\r\n <span {...otherProps} className={className} ref={ref}>\r\n <span className=\"truncate px-2\" ref={textRef}>\r\n {icon ? (\r\n typeof icon === 'string' ? (\r\n <Icon name={icon} className=\"mr-1 -ml-1 -mt-0.5 !h-5 !w-5\" />\r\n ) : (\r\n React.cloneElement(icon, { className: 'mr-1 -ml-1 -mt-0.5 !h-5 !w-5' })\r\n )\r\n ) : null}\r\n {children}\r\n </span>\r\n {onDelete ? (\r\n <Icon\r\n name=\"close\"\r\n onClick={onDelete}\r\n className=\"-ml-1.5 !h-6 !w-5 flex-shrink-0 cursor-pointer rounded-r p-0.5 hover:bg-black/5\"\r\n />\r\n ) : null}\r\n </span>\r\n );\r\n});\r\n","export const colors = {\r\n green: 'bg-[#cdf0e7] text-[#14493a]',\r\n yellow: 'bg-[#fff1c3] text-[#733700]',\r\n red: 'bg-[#ffdad2] text-[#64001b]',\r\n blue: 'bg-[#deebff] text-[#29283e]',\r\n purple: 'bg-[#eee5ff] text-[#412970]',\r\n orange: 'bg-[#ffe3bb] text-[#4a2811]',\r\n brown: 'bg-[#eee0da] text-[#45291f]',\r\n pink: 'bg-[#ffe3f7] text-[#870062]',\r\n grey: 'bg-grey text-[#303030]',\r\n};\r\n\r\nexport type Color = keyof typeof colors;\r\n","export const createOptionClassName = () =>\r\n 'group mb-px flex h-8 w-full text-sm flex-shrink-0 font-normal cursor-pointer items-center rounded bg-white px-2 leading-8 text-black aria-hidden:hidden gap-1.5 bg-white hover:bg-grey-light aria-current:bg-grey-light aria-disabled:text-black/25 aria-disabled:pointer-events-none';\r\n\r\nexport const createCollectionClassName = () => 'flex flex-col gap-px';\r\n","import React from 'react';\r\nimport { CollectionRef } from '../../../primitives/Collection/Collection';\r\nimport { Color } from '../../../utils/colors';\r\nimport { Select2OptionValue, Select2Value } from '../types';\r\nimport { Select2OptionProps } from './Option';\r\n\r\nexport type Select2ContextProps = {\r\n disabled: boolean;\r\n highlighted: boolean;\r\n invalid: boolean;\r\n listboxRef: React.RefObject<CollectionRef>;\r\n multiple: boolean;\r\n onCreate?: (text: string, color: Color | undefined) => Promise<Select2OptionProps>;\r\n onDelete?: (value: Select2OptionValue) => Promise<void>;\r\n onEdit?: (value: Select2OptionValue, text: string, color: Color | undefined) => Promise<void>;\r\n open: boolean;\r\n readOnly: boolean;\r\n ref: React.RefObject<HTMLButtonElement>;\r\n searchQuery: string;\r\n searchRef?: React.RefObject<HTMLInputElement>;\r\n setOpen: (open: boolean) => void;\r\n setSearchQuery: (value: string) => void;\r\n setValidationError: (error: Error | undefined) => void;\r\n setValue: (value: Select2OptionValue) => void;\r\n tags?: boolean;\r\n validationError?: Error;\r\n value?: Select2Value;\r\n};\r\n\r\nexport const Select2Context = React.createContext({} as Select2ContextProps);\r\nexport const useSelect2Context = () => React.useContext(Select2Context);\r\n","import React from 'react';\nimport cn from 'classnames';\nimport * as RadioGroup from '@radix-ui/react-radio-group';\nimport { Color, colors } from '../../../utils/colors';\nimport { Button } from '../../Button/Button';\nimport { Input } from '../../Input/Input';\nimport { Popover, PopoverProps } from '../../Popover/Popover';\nimport { Icon } from '../../Icon/Icon';\nimport { Select2OptionValue } from '../types';\nimport { useSelect2Context } from './Context';\nimport { Field } from '../../Field/Field';\nimport { Group } from '../../Group/Group';\nimport { useLocalization } from '../../Provider/Localization';\n\nconst AVAILABLE_COLORS = Object.keys(colors);\n\nexport type EditPopoverProps = PopoverProps & {\n color?: Color;\n text: string;\n value: Select2OptionValue;\n};\n\nexport const EditPopover = (props: EditPopoverProps) => {\n const { color: initialColor, text: initialName, value, ...popoverProps } = props;\n const ref = React.useRef<HTMLInputElement>(null);\n const { onDelete, onEdit, searchRef, ref: selectRef } = useSelect2Context();\n const { texts } = useLocalization();\n const [name, setName] = React.useState(initialName);\n const [color, setColor] = React.useState(initialColor);\n const [validationError, setValidationError] = React.useState<Error | undefined>();\n\n const handleInputChange = event => {\n setName(event.target.value);\n setValidationError(undefined);\n };\n\n const handleInputKeyDown = close => async event => {\n event.stopPropagation();\n\n if (event.key === 'Escape') {\n close();\n } else if (event.key === 'Enter') {\n handleSave(close)(event);\n }\n };\n\n const handleDelete = close => async event => {\n event.stopPropagation();\n close();\n\n if (onDelete) {\n await onDelete(value);\n }\n };\n\n const handleSave = close => async event => {\n if (onEdit && (name !== initialName || color !== initialColor)) {\n try {\n await onEdit(value, name, color);\n close();\n } catch (error) {\n event.preventDefault();\n event.stopPropagation();\n setValidationError(error as any);\n ref.current?.focus();\n }\n } else {\n close();\n }\n };\n\n const handleCloseAutoFocus = event => {\n event.preventDefault();\n setName(initialName);\n setColor(initialColor);\n setValidationError(undefined);\n\n if (searchRef?.current) {\n searchRef.current?.focus();\n } else {\n selectRef.current?.focus();\n }\n };\n\n const handleInteractOutside = () => {\n setName(initialName);\n setColor(initialColor);\n };\n\n const preventKeyDownPropagation = event => {\n if (event.key !== 'Escape') {\n event.stopPropagation();\n }\n };\n\n return (\n <Popover {...popoverProps} modal>\n <Popover.Content\n onCloseAutoFocus={handleCloseAutoFocus}\n onInteractOutside={handleInteractOutside}\n onClick={event => event.stopPropagation()}\n placement=\"right\"\n tabIndex={-1}\n className=\"focus:!shadow-none\">\n {({ close }) => (\n <>\n <div className=\"flex w-32 flex-col space-y-2\">\n {onEdit ? (\n <>\n <Field\n className={cn('!min-h-fit', { '!pb-0': !validationError })}\n invalid={!!validationError}\n message={validationError?.message}>\n <Input\n invalid={!!validationError}\n onChange={handleInputChange}\n onKeyDown={handleInputKeyDown(close)}\n ref={ref}\n value={name}\n />\n </Field>\n {initialColor ? (\n <>\n <h5>Colours</h5>\n <Colours\n color={color}\n onChangeColor={setColor}\n onKeyDown={preventKeyDownPropagation}\n />\n </>\n ) : null}\n <Group>\n <Button onClick={close}>{texts.select2.cancel}</Button>\n <Button appearance=\"primary\" onClick={handleSave(close)}>\n {texts.select2.save}\n </Button>\n </Group>\n </>\n ) : null}\n {onEdit && onDelete ? <hr /> : null}\n {onDelete ? (\n <button\n className=\"hover:text-grey-darkest flex items-center justify-start gap-1\"\n onClick={handleDelete(close)}\n onKeyDown={preventKeyDownPropagation}>\n <Icon className=\"!h-5 !w-5\" name=\"delete-permanently\" /> {texts.select2.delete}\n </button>\n ) : null}\n </div>\n </>\n )}\n </Popover.Content>\n </Popover>\n );\n};\n\nconst Colours = props => {\n const { color, onChangeColor, onClick, onKeyDown } = props;\n const { texts } = useLocalization();\n\n return (\n <RadioGroup.Root\n aria-label={texts.select2.chooseColor}\n className=\"grid grid-cols-4 gap-2 focus:outline-none\"\n onClick={onClick}\n onKeyDown={onKeyDown}\n onValueChange={color => onChangeColor(color)}\n value={color}>\n {AVAILABLE_COLORS.map((availableColor: string) => (\n <RadioGroup.Item\n aria-label={color}\n className={cn('flex h-6 w-6 cursor-pointer items-center justify-center rounded', colors[availableColor])}\n key={availableColor}\n onFocus={() => onChangeColor(availableColor)}\n value={availableColor}>\n <RadioGroup.Indicator asChild>\n <Icon name=\"tick\" className=\"!h-5 !w-5\" />\n </RadioGroup.Indicator>\n </RadioGroup.Item>\n ))}\n </RadioGroup.Root>\n );\n};\n","const mobiles = /iPhone|iPad|iPod|Android/i;\r\n\r\nexport const isMobileDevice = (navigator: Navigator | undefined) => !!navigator?.userAgent && mobiles.test(navigator.userAgent);\r\n","import React from 'react';\r\nimport cn from 'classnames';\r\nimport * as ListboxPrimitive from '../../../primitives/Listbox2/Listbox2';\r\nimport { createCollectionClassName } from '../utilities';\r\n\r\nexport type Select2GroupProps = ListboxPrimitive.Listbox2GroupProps;\r\n\r\nexport const Group = React.forwardRef<HTMLDivElement, Select2GroupProps>(function Select2Group(props, ref) {\r\n const className = cn(createCollectionClassName(), props.className);\r\n return <ListboxPrimitive.Group {...props} className={className} ref={ref} />;\r\n});\r\n","import React from 'react';\r\nimport cn from 'classnames';\r\nimport * as ListboxPrimitive from '../../../primitives/Listbox2/Listbox2';\r\n\r\nexport type Select2TitleProps = ListboxPrimitive.Listbox2TitleProps;\r\n\r\nexport const Title = React.forwardRef<HTMLDivElement, Select2TitleProps>(function Select2Title(props, ref) {\r\n const className = cn('flex items-center text-xs pl-2 h-8', props.className);\r\n return <ListboxPrimitive.Title {...props} className={className} ref={ref} />;\r\n});\r\n","import React from 'react';\r\nimport cn from 'classnames';\r\nimport { Tag } from '../../Tag/Tag';\r\nimport { Tooltip } from '../../Tooltip/Tooltip';\r\nimport { Icon } from '../../Icon/Icon';\r\nimport { Badge } from '../../Badge/Badge';\r\nimport { getInputClasses } from '../../Input/util';\r\nimport { Select2OptionValue } from '../types';\r\nimport { useSelect2Context } from './Context';\r\nimport { Select2OptionProps } from './Option';\r\nimport { getIndexOfFirstChildOverflowingParent } from '../../../utils/dom';\r\nimport { ScrollArea } from '../../ScrollArea/ScrollArea';\r\n\r\ntype Select2TriggerProps = Omit<React.HTMLAttributes<HTMLButtonElement>, 'children' | 'defaultValue' | 'onChange' | 'value'> & {\r\n children: React.ReactElement<Select2OptionProps>[];\r\n};\r\n\r\nexport const Trigger = React.forwardRef<HTMLButtonElement, Select2TriggerProps>(function Select2Trigger(props, ref) {\r\n const { multiple, value } = useSelect2Context();\r\n\r\n if (Array.isArray(value) || multiple) {\r\n const values = Array.isArray(value) ? value : value !== undefined ? [value] : undefined;\r\n return <Multiple {...props} ref={ref} values={values} />;\r\n }\r\n\r\n return <Single {...props} ref={ref} value={value} />;\r\n});\r\n\r\ntype ButtonProps = React.HTMLAttributes<HTMLButtonElement> &\r\n Omit<Select2TriggerProps, 'children' | 'open' | 'setValue' | 'value'>;\r\n\r\nconst Button = React.forwardRef<HTMLButtonElement, ButtonProps>(function Select2TriggerButton(props, ref) {\r\n const { children, onClick, tabIndex = 0, ...otherProps } = props;\r\n const { disabled, highlighted, invalid, open, readOnly } = useSelect2Context();\r\n\r\n const className = cn(\r\n 'cursor-pointer !px-1.5',\r\n getInputClasses({ ...props, disabled, highlighted, invalid, readOnly }).replace('w-full ', ''),\r\n { 'w-full': !props.className?.includes('w-') },\r\n props.className\r\n );\r\n\r\n const handleClick = (event: React.MouseEvent<HTMLButtonElement>) => {\r\n if (disabled || readOnly) {\r\n event.preventDefault();\r\n return;\r\n }\r\n\r\n if (typeof onClick === 'function') {\r\n onClick(event);\r\n }\r\n };\r\n\r\n return (\r\n <button\r\n {...otherProps}\r\n aria-invalid={invalid ? true : undefined}\r\n aria-readonly={readOnly ? true : undefined}\r\n className={className}\r\n disabled={disabled}\r\n onClick={handleClick}\r\n ref={ref}\r\n role=\"combobox\"\r\n tabIndex={disabled || readOnly ? -1 : tabIndex}\r\n type=\"button\">\r\n {children}\r\n <Icon name={open ? 'chevron-up' : 'chevron-down'} className=\"pointer-events-none -mr-1 ml-auto\" />\r\n </button>\r\n );\r\n});\r\n\r\ntype SingleProps = Omit<Select2TriggerProps, 'value'> & { value?: Select2OptionValue };\r\n\r\nconst Single = React.forwardRef<HTMLButtonElement, SingleProps>(function Select2TriggerSingle(props, ref) {\r\n const { children, value, ...buttonProps } = props;\r\n const { disabled, readOnly, tags } = useSelect2Context();\r\n const contentClassName = cn('truncate flex items-center gap-1');\r\n\r\n const currentValue = children.find(matchesValue(value));\r\n\r\n let output;\r\n\r\n if (currentValue) {\r\n if (tags) {\r\n output = (\r\n <Tag\r\n className=\"truncate\"\r\n color={currentValue.props.color}\r\n disabled={disabled}\r\n icon={currentValue.props.icon}\r\n readOnly={readOnly}>\r\n {currentValue.props.children}\r\n </Tag>\r\n );\r\n } else {\r\n output = (\r\n <>\r\n {currentValue.props.icon ? (\r\n typeof currentValue.props.icon === 'string' ? (\r\n <Icon name={currentValue.props.icon} />\r\n ) : (\r\n currentValue.props.icon\r\n )\r\n ) : null}\r\n {currentValue.props.children}\r\n </>\r\n );\r\n }\r\n }\r\n\r\n return (\r\n <Button {...buttonProps} ref={ref}>\r\n <span className={contentClassName}>{output}</span>\r\n </Button>\r\n );\r\n});\r\n\r\ntype MultipleProps = Omit<Select2TriggerProps, 'value'> & {\r\n values?: Select2OptionValue[];\r\n};\r\n\r\nconst Multiple = React.forwardRef<HTMLButtonElement, MultipleProps>(function Select2TriggerMultiple(props, ref) {\r\n const { children, values = [], ...buttonProps } = props;\r\n const { disabled, open, readOnly, setValue, tags } = useSelect2Context();\r\n\r\n const valuesAsChildren = values.map(value =>\r\n children.find(c => c.props.value === value)\r\n ) as React.ReactElement<Select2OptionProps>[];\r\n\r\n let content;\r\n let { className } = buttonProps;\r\n\r\n if (open) {\r\n className = cn('absolute z-20', buttonProps.className);\r\n content = (\r\n <ScrollArea className=\"my-1 flex max-h-[5.5rem] flex-col\">\r\n <span className=\"flex flex-wrap gap-1\">\r\n {valuesAsChildren.map(child => (\r\n <Tag\r\n key={child.props.value}\r\n className=\"truncate\"\r\n color={tags ? child.props.color : undefined}\r\n disabled={disabled}\r\n icon={child.props.icon}\r\n onDelete={event => {\r\n event?.stopPropagation();\r\n event?.preventDefault();\r\n\r\n if (!disabled && !readOnly) {\r\n setValue(child.props.value);\r\n }\r\n }}\r\n readOnly={readOnly}>\r\n {child.props.children}\r\n </Tag>\r\n ))}\r\n </span>\r\n </ScrollArea>\r\n );\r\n } else {\r\n content = <MultipleValue key={String(open)} valuesAsChildren={valuesAsChildren} />;\r\n }\r\n\r\n return (\r\n <span className={cn({ 'relative h-8': open })}>\r\n <Button {...buttonProps} className={className} ref={ref}>\r\n {content}\r\n </Button>\r\n </span>\r\n );\r\n});\r\n\r\nconst MultipleValue = ({ valuesAsChildren }) => {\r\n const { disabled, open, readOnly, setValue, tags } = useSelect2Context();\r\n const [contentRef, setContentRef] = React.useState<HTMLSpanElement | null>(null);\r\n const boundaryIndex = contentRef ? getIndexOfFirstChildOverflowingParent(contentRef, 30) : undefined;\r\n\r\n const createClickHandler = tagValue => event => {\r\n event?.stopPropagation();\r\n event?.preventDefault();\r\n\r\n if (!disabled && !readOnly) {\r\n setValue(tagValue);\r\n }\r\n };\r\n\r\n return (\r\n <span className=\"relative flex items-center gap-1 overflow-hidden\">\r\n <span className=\"flex gap-1 truncate\" ref={el => setContentRef(el)}>\r\n {valuesAsChildren.map((child, index) => {\r\n const tag = (\r\n <Tag\r\n key={child.props.value}\r\n className={cn('cursor-pointer', {\r\n truncate: index === boundaryIndex,\r\n hidden: boundaryIndex !== undefined && boundaryIndex !== null ? index > boundaryIndex : false,\r\n })}\r\n color={tags ? child.props.color : undefined}\r\n disabled={disabled}\r\n icon={child.props.icon}\r\n onDelete={open ? createClickHandler(child.props.value) : undefined}\r\n readOnly={readOnly}>\r\n {child.props.children}\r\n </Tag>\r\n );\r\n\r\n if (index === boundaryIndex) {\r\n return (\r\n <Tooltip key={child.props.value} title={String(child.props.children)}>\r\n {tag}\r\n </Tooltip>\r\n );\r\n }\r\n\r\n return tag;\r\n })}\r\n </span>\r\n {boundaryIndex !== undefined && boundaryIndex !== null && boundaryIndex < valuesAsChildren.length - 1 ? (\r\n <Tooltip\r\n title={valuesAsChildren\r\n .slice(boundaryIndex + 1)\r\n .map(child => (child ? String(child.props.children) : ''))\r\n .join(', ')}>\r\n <Badge className=\"flex-shrink-0\">+{valuesAsChildren.length - (boundaryIndex + 1)}</Badge>\r\n </Tooltip>\r\n ) : null}\r\n </span>\r\n );\r\n};\r\n\r\nconst matchesValue = (value: undefined | any | any[]) => (child: React.ReactElement<any>) => {\r\n if (Array.isArray(value)) {\r\n return value.includes(child.props.value);\r\n }\r\n\r\n return child.props.value === value;\r\n};\r\n","export const isOverflowing = (element: HTMLElement | null) =>\r\n element !== null ? element.scrollWidth > element.offsetWidth : false;\r\n\r\nexport const getIndexOfFirstChildOverflowingParent = (element: HTMLElement, overscan = 0) => {\r\n let index = 0;\r\n let boundaryChildIndex: number | null = null;\r\n const clientRect = element.getBoundingClientRect();\r\n\r\n for (const child of Array.from(element.children)) {\r\n const right = child.getBoundingClientRect().right - clientRect.left;\r\n const width = clientRect.width - overscan;\r\n\r\n if (right > width) {\r\n boundaryChildIndex = index;\r\n break;\r\n }\r\n index++;\r\n }\r\n\r\n return boundaryChildIndex;\r\n};\r\n","import React from 'react';\r\nimport cn from 'classnames';\r\nimport * as ScrollAreaPrimitive from '@radix-ui/react-scroll-area';\r\n\r\n\r\nconst Bar = props => {\r\n const className = cn(`flex select-none touch-none transition-colors hover:bg-grey`, {\r\n 'w-[7px] hover:w-[14px] mr-[2px] hover:px-[2px] hover:mr-0': props.orientation === 'vertical',\r\n 'flex-col h-[7px] hover:h-[14px] mb-[2px] hover:py-[2px] hover:mb-0': props.orientation === 'horizontal',\r\n });\r\n return <ScrollAreaPrimitive.Scrollbar {...props} className={className} />;\r\n};\r\n\r\nconst Thumb = props => <ScrollAreaPrimitive.Thumb {...props} className=\"flex-[1] rounded bg-black opacity-50\" />;\r\n\r\nconst Corner = props => <ScrollAreaPrimitive.Corner {...props} classname=\"bg-grey-darker\" />;\r\n\r\nexport type ScrollbarProps = Omit<ScrollAreaPrimitive.ScrollAreaProps, 'scrollHideDelay'>;\r\n\r\nexport const ScrollArea = (props: ScrollbarProps) => {\r\n const { children, ...otherProps } = props;\r\n\r\n return (\r\n <ScrollAreaPrimitive.Root {...otherProps} className={cn('overflow-hidden', props.className)}>\r\n <ScrollAreaPrimitive.Viewport className=\"h-full w-full\">{children}</ScrollAreaPrimitive.Viewport>\r\n <Bar orientation=\"vertical\">\r\n <Thumb />\r\n </Bar>\r\n <Bar orientation=\"horizontal\">\r\n <Thumb />\r\n </Bar>\r\n <Corner />\r\n </ScrollAreaPrimitive.Root>\r\n );\r\n};\r\n","import * as React from 'react';\r\n\r\n// taken from radix\r\n// determines whether a given ref is a descendant of a form element\r\nexport const useIsFormControl = (ref: React.RefObject<HTMLElement>, reset: () => void) => {\r\n const [isFormControl, setIsFormControl] = React.useState(false);\r\n\r\n React.useEffect(() => {\r\n let formElement: HTMLFormElement | null;\r\n\r\n if (ref.current) {\r\n formElement = ref.current.closest('form');\r\n setIsFormControl(!!formElement);\r\n\r\n if (reset && formElement) {\r\n formElement.addEventListener('reset', reset);\r\n }\r\n\r\n ref.current.closest('form')?.addEventListener('reset', reset);\r\n }\r\n\r\n return () => {\r\n if (formElement) {\r\n formElement.removeEventListener('reset', reset);\r\n }\r\n };\r\n }, [ref]);\r\n\r\n return isFormControl;\r\n};\r\n","import React from 'react';\r\nimport { usePreviousValue } from '../hooks/usePrevious';\r\n\r\n// taken from radix - https://github.com/radix-ui/primitives/blob/main/packages/react/select/src/Select.tsx#L1183-L1224\r\nexport const BubbleSelect = (props: React.SelectHTMLAttributes<HTMLSelectElement>) => {\r\n const { value, ...selectProps } = props;\r\n const ref = React.useRef<HTMLSelectElement>(null);\r\n const prevValue = usePreviousValue(value);\r\n\r\n // Bubble value change to parents (e.g form change event)\r\n React.useEffect(() => {\r\n const select = ref.current!;\r\n const descriptor = Object.getOwnPropertyDescriptor(window.HTMLSelectElement.prototype, 'value') as PropertyDescriptor;\r\n const setValue = descriptor.set;\r\n\r\n if (prevValue !== value && setValue) {\r\n if (Array.isArray(value)) {\r\n value.forEach(v => {\r\n const option: HTMLOptionElement | null = select.querySelector(`option[value='${v}']`);\r\n\r\n if (option) {\r\n option.selected = true;\r\n }\r\n });\r\n } else {\r\n setValue.call(select, value);\r\n }\r\n\r\n const event = new Event('change', { bubbles: true });\r\n select.dispatchEvent(event);\r\n }\r\n }, [prevValue, value]);\r\n\r\n /**\r\n * We purposefully do not use `type=\"hidden\"` here otherwise forms that\r\n * wrap it will not be able to access its value via the FormData API.\r\n *\r\n * We purposefully do not add the `value` attribute here to allow the value\r\n * to be set programatically and bubble to any parent form `onChange` event.\r\n * Adding the `value` will cause React to consider the programatic\r\n * dispatch a duplicate and it will get swallowed.\r\n */\r\n return <select {...selectProps} defaultValue={value} ref={ref} style={{ display: 'none' }} />;\r\n};\r\n","import React from 'react';\r\n\r\n// taken from radix\r\nfunction usePreviousValue<T>(value: T) {\r\n // The ref object is a generic container whose current property is mutable ...\r\n // ... and can hold any value, similar to an instance property on a class\r\n const ref = React.useRef<T>(value);\r\n\r\n // Store current value in ref\r\n React.useEffect(() => {\r\n ref.current = value;\r\n }, [value]); // Only re-run if value changes\r\n\r\n // Return previous value (happens before update in useEffect above)\r\n return ref.current;\r\n}\r\n\r\nexport { usePreviousValue };\r\n","import React from 'react';\r\nimport cn from 'classnames';\r\nimport { createCustomKeyboardEvent } from '../../../utils/input';\r\nimport { Input, InputProps } from '../../Input/Input';\r\nimport { useSelect2Context } from './Context';\r\nimport { Field } from '../../Field/Field';\r\nimport { isAriaSelectionKey } from '../../../utils/aria';\r\n\r\nexport type Select2SearchProps = InputProps & {};\r\n\r\nexport const Search = React.forwardRef<HTMLInputElement, Select2SearchProps>(function ListboxSearch(props, ref) {\r\n const { ...otherProps } = props;\r\n const { listboxRef, searchQuery, setSearchQuery, setValidationError, validationError } = useSelect2Context();\r\n\r\n const handleChange = event => {\r\n if (validationError) {\r\n setValidationError(undefined);\r\n }\r\n\r\n setSearchQuery(event.target.value);\r\n };\r\n\r\n const handleKeyDown = event => {\r\n // space is an aria selection key, so we have to remove it to allow spaces\r\n if (event.key === ' ') {\r\n return;\r\n }\r\n\r\n if (isAriaSelectionKey(event) || event.key === 'ArrowDown' || event.key === 'ArrowUp') {\r\n event.preventDefault();\r\n // forward navigation events onto the underlying collection - we want arrow keys to work from inside the filter input\r\n listboxRef?.current?.dispatchEvent(createCustomKeyboardEvent(event as React.KeyboardEvent<HTMLInputElement>));\r\n return;\r\n }\r\n };\r\n\r\n return (\r\n <Field\r\n className={cn('mx-1.5 mb-1.5 !min-h-fit ', { '!pb-0': !validationError })}\r\n invalid={!!validationError}\r\n message={validationError?.message}>\r\n <Input\r\n {...otherProps}\r\n aria-hidden\r\n autoFocus\r\n invalid={!!validationError}\r\n onChange={handleChange}\r\n onKeyDown={handleKeyDown}\r\n ref={ref}\r\n value={searchQuery}\r\n />\r\n </Field>\r\n );\r\n});\r\n","import React from 'react';\r\nimport { Option, Select2OptionProps } from '../components/Option';\r\nimport { Select2OptionValue, Select2Value } from '../types';\r\n\r\nexport type useChildrenArgs = {\r\n children: React.ReactElement<Select2OptionProps>[];\r\n emptyValue?: Select2OptionValue;\r\n open?: boolean;\r\n setValue: (nextValue: Select2OptionValue) => void;\r\n value?: Select2Value;\r\n};\r\nexport const useChildren = ({ children: initialChildren, emptyValue, open, setValue, value }: useChildrenArgs) => {\r\n const [searchQuery, setSearchQuery] = React.useState<string>('');\r\n\r\n // support empty value - probably a more elegant way to achieve this\r\n const allChildren: React.ReactElement<Select2OptionProps>[] = React.useMemo(() => {\r\n const initial = initialChildren || [];\r\n if (emptyValue !== undefined) {\r\n return [<Option key=\"__empty\" children=\"\" value={emptyValue} />, ...initial];\r\n }\r\n\r\n return initial;\r\n }, [initialChildren, emptyValue]);\r\n\r\n // set an initial value if none is set, we have to trigger state updates for controlled components\r\n React.useEffect(() => {\r\n if (emptyValue === undefined && value === undefined) {\r\n setValue(allChildren?.[0]?.props.value);\r\n }\r\n }, []);\r\n\r\n React.useEffect(() => {\r\n if (!open) {\r\n setSearchQuery('');\r\n }\r\n }, [open]);\r\n\r\n // apply filtering\r\n const filteredChildren: React.ReactElement<Select2OptionProps>[] = React.useMemo(() => {\r\n return allChildren.filter(child => {\r\n if (child.props.textValue) {\r\n return child.props.textValue.toLowerCase().includes(searchQuery.toLowerCase());\r\n }\r\n\r\n return String(child.props.children).toLowerCase().includes(searchQuery.toLowerCase());\r\n });\r\n }, [allChildren, searchQuery]);\r\n\r\n return {\r\n allChildren,\r\n filteredChildren,\r\n searchQuery,\r\n setSearchQuery,\r\n };\r\n};\r\n","import React from 'react';\r\nimport cn from 'classnames';\r\nimport { isAriaSelectionKey } from '../../../utils/aria';\r\nimport { Color } from '../../../utils/colors';\r\nimport { Tag } from '../../Tag/Tag';\r\nimport { createOptionClassName } from '../utilities';\r\nimport { useSelect2Context } from './Context';\r\nimport { Select2OptionProps } from './Option';\r\nimport { useLocalization } from '../../Provider/Localization';\r\n\r\nexport type CreateProps = {\r\n onCreate: (name: string, color: Color | undefined) => Promise<Select2OptionProps>;\r\n options: React.ReactElement<Select2OptionProps>[];\r\n};\r\n\r\nexport const getNextColor = (options: React.ReactElement<Select2OptionProps>[]): Color | undefined => {\r\n const occurences = options.reduce((occurences, option) => {\r\n if (option.props.color) {\r\n occurences[option.props.color] = occurences[option.props.color] ? occurences[option.props.color] + 1 : 1;\r\n }\r\n return occurences;\r\n }, {});\r\n\r\n const colors = Object.keys(occurences);\r\n\r\n if (colors.length) {\r\n return colors.sort((a, b) => occurences[b] - occurences[a])[0] as Color;\r\n }\r\n\r\n return undefined;\r\n};\r\n\r\nexport const Create = (props: CreateProps) => {\r\n const { onCreate: handleCreate, options } = props;\r\n const { multiple, searchQuery, setOpen, setSearchQuery, setValidationError, setValue } = useSelect2Context();\r\n const { texts } = useLocalization();\r\n\r\n // determine what the next color tag should be based on color occurences\r\n const nextColor = React.useMemo(() => getNextColor(options), [options]);\r\n\r\n if (!searchQuery) {\r\n return null;\r\n }\r\n\r\n const handleClick = async () => {\r\n try {\r\n const item = await handleCreate(searchQuery, nextColor);\r\n setValue(item.value);\r\n\r\n if (multiple) {\r\n setSearchQuery('');\r\n } else {\r\n setOpen(false);\r\n }\r\n } catch (error) {\r\n setValidationError(error as Error);\r\n }\r\n };\r\n\r\n const handleKeyDown = event => {\r\n if (isAriaSelectionKey(event)) {\r\n event.currentTarget.click();\r\n }\r\n };\r\n\r\n const className = cn('!w-[calc(100%_-_theme(spacing.3))] ml-1.5', createOptionClassName());\r\n return (\r\n <button className={className} onClick={handleClick} onKeyDown={handleKeyDown}>\r\n <span className=\"flex items-center gap-1.5\">\r\n {texts.select2.create}\r\n <Tag color={nextColor} className=\"cursor-pointer\">\r\n {searchQuery}\r\n </Tag>\r\n </span>\r\n </button>\r\n );\r\n};\r\n","import React from 'react';\r\nimport { ScrollArea } from '../../ScrollArea/ScrollArea';\r\nimport { Select2OptionProps } from './Option';\r\n\r\nexport type Select2CollectionProps = {\r\n children: React.ReactElement<Select2OptionProps>[];\r\n};\r\n\r\nexport const Collection = (props: Select2CollectionProps) => {\r\n const { children } = props;\r\n\r\n return <ScrollArea className=\"flex max-h-[10.25rem] w-full flex-col gap-y-0.5 px-1.5\">{children}</ScrollArea>;\r\n};\r\n","export * from './components/Table';\nexport * from './components/PaginatedTable';\nexport * from './components/WindowedTable';\nexport type {\n PaginationHandler,\n Row,\n RowIndexPath,\n RowClickHandler,\n RowDragHandler,\n RowCreateHandler,\n RowCopyHandler,\n RowDeleteHandler,\n RowActionHandler,\n SelectedRowsHandler,\n SelectedRowsState,\n SortDirection,\n SortHandler,\n SortRule,\n SortTypes,\n TableCell,\n TableColumnProps,\n TableGroupProps,\n TableProps,\n TableRow,\n TableRef,\n} from './types';\nexport * from './util/rowIndexPath';\nexport * from './hooks/useRowCreation';\n\nexport type TableTexts = {\n actions: string;\n edit: string;\n copy: string;\n del: string;\n newSubRow: string;\n loading: string;\n};\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 { useMergedRef } from '../../../hooks/useMergedRef';\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 = useMergedRef<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 { 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/Localization';\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: _,\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 //index\r\n activeIndex: _1,\r\n defaultActiveIndex: _2,\r\n onChangeActiveIndex: _3,\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, locale } = 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 // @ts-expect-error: 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(locale), []),\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 { 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\nconst stringsLocaleCompare = (a: string, b: string, locale: string): 0 | 1 | -1 => {\r\n // In some browsers 'localCompare' may return -2 or 2 instead of -1 or 1\r\n const compareResult = a.localeCompare(b, locale);\r\n return compareResult === 0 ? 0 : compareResult > 0 ? 1 : -1;\r\n};\r\n\r\nconst compareBasicStrings = (a: string | undefined, b: string | undefined, locale: string): 0 | 1 | -1 => {\r\n if (a && b) {\r\n return stringsLocaleCompare(a, b, locale);\r\n }\r\n\r\n return compareBasic(a, b);\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 = (locale: string): Record<SortTypes, SortHandler<any>> => {\r\n return {\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 compareBasicStrings(a, b, locale);\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 if (typeof a === 'string' && typeof b === 'string') {\r\n return compareBasicStrings(a, b, locale);\r\n } else {\r\n return compareBasic(a, b);\r\n }\r\n },\r\n };\r\n};\r\n","import React from 'react';\nimport { actions, PluginHook } from 'react-table';\n\nconst pluginName = 'useRowEditing';\n\nactions.resetRowEditing = 'resetRowEditing';\nactions.toggleRowEditing = 'toggleRowEditing';\nactions.toggleEditing = 'toggleEditing';\n\nfunction reducer(state: any, action: any): object {\n if (action.type === actions.init) {\n return {\n allowEditing: true,\n editingRowUniqueId: null,\n ...state,\n };\n }\n\n if (action.type === actions.resetRowEditing || action.type === actions.resetPage || action.type === actions.gotoPage) {\n return {\n ...state,\n editingRowUniqueId: null,\n };\n }\n\n if (action.type === actions.toggleRowEditing) {\n const { id } = action;\n return {\n ...state,\n editingRowUniqueId: id,\n };\n }\n\n if (action.type === actions.toggleEditing) {\n return {\n ...state,\n allowEditing: !state.allowEditing,\n };\n }\n\n return state;\n}\n\nfunction useInstance(instance: any): void {\n const { dispatch } = instance;\n\n const resetRowEditing = React.useCallback(() => {\n dispatch({ type: actions.resetRowEditing });\n }, [dispatch]);\n\n const toggleRowEditing = React.useCallback(\n id => {\n dispatch({ type: actions.toggleRowEditing, id });\n },\n [dispatch]\n );\n\n const toggleEditing = React.useCallback(() => {\n dispatch({ type: actions.toggleEditing });\n }, [dispatch]);\n\n Object.assign(instance, {\n resetRowEditing,\n toggleRowEditing,\n toggleEditing,\n });\n}\n\nconst prepareRow =\n <T extends {}>(uniqueId: keyof T) =>\n (row: any, { instance }: any): void => {\n const id = row.original[uniqueId];\n\n row.toggleRowEditing = () => {\n if (instance.state.editingRowUniqueId === id) {\n instance.resetRowEditing();\n } else {\n instance.toggleRowEditing(id);\n }\n };\n\n row.isEditing = row.original._createKey\n ? instance.state.editingRowUniqueId === row.original._createKey\n : instance.state.editingRowUniqueId === id;\n row.canEdit = instance.state.allowEditing && (row.isEditing || !instance.state.editingRowUniqueId);\n };\n\nexport const useRowEditing = <T extends {}>(uniqueId: keyof T | undefined): PluginHook<{}> => {\n const plugin = (hooks: any): void => {\n if (uniqueId) {\n hooks.stateReducers.push(reducer);\n hooks.useInstance.push(useInstance);\n hooks.prepareRow.push(prepareRow<T>(uniqueId));\n }\n };\n plugin.pluginName = pluginName;\n\n return plugin;\n};\n","import React from 'react';\r\nimport { PluginHook } from 'react-table';\r\nimport { InView } from 'react-intersection-observer';\r\nimport { sanitizeRowProps } from '../../util';\r\nimport { IconButton } from '../../../IconButton/IconButton';\r\nimport { LocalizationTexts } from '../../../Provider/Localization';\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 && typeof x !== 'boolean') as RowAction<any>[];\r\n\r\n if (row) {\r\n visibleActions = visibleActions.filter(action => {\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 => {\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.key === '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 {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\nimport React from 'react';\nimport { useRowSelect as useBaseRowSelect, Row, PluginHook } from 'react-table';\nimport { Checkbox } from '../../../Checkbox/Checkbox';\nimport { SelectedRowsHandler } from '../../types';\n\nconst toggleBetween = (fromRowIndex: number, toRowIndex: number): [number, number] => {\n const fromIndex = toRowIndex < fromRowIndex ? toRowIndex : fromRowIndex;\n const toIndex = toRowIndex > fromRowIndex ? toRowIndex : fromRowIndex;\n\n return [fromIndex, toIndex];\n};\n\n// react-table calls \"index paths\" row ids. we named them indexPaths to reduce confusion with natural ids\n// the selection hook usess react-table's row selection, so this hok references row.id - it is the index path\n\nexport const useRowSelect = (onSelectedRows: SelectedRowsHandler | undefined): PluginHook<{}> => {\n const plugin = (hooks: any): void => {\n // eslint-disable-next-line react-hooks/rules-of-hooks\n useBaseRowSelect(hooks);\n\n if (onSelectedRows) {\n const toggleRowSelected = (indexPath: string, checked: boolean): void =>\n onSelectedRows(state => {\n const nextState = { ...state };\n\n if (checked) {\n nextState[indexPath] = true;\n } else {\n delete nextState[indexPath];\n }\n\n return nextState;\n });\n\n const prepareRow = (row: any) => {\n row.toggleRowSelected = () => toggleRowSelected(row.id, !row.isSelected);\n };\n\n hooks.prepareRow.push(prepareRow);\n\n // eslint-disable-next-line react-hooks/rules-of-hooks\n const lastSelectedSortedIndex = React.useRef();\n\n hooks.visibleColumns.push((columns: any) => [\n {\n id: 'selection',\n Header: ({ getToggleAllRowsSelectedProps, rows }: any) => {\n const { onChange: _, ...props } = getToggleAllRowsSelectedProps();\n\n const onChange = (checked): void => {\n if (checked) {\n // this intentionally only selects top level rows - sub rows add too much complexity\n onSelectedRows(Object.assign({}, Array(rows.length).fill(true)));\n } else {\n onSelectedRows({});\n }\n };\n\n return <Checkbox {...props} onChange={onChange} />;\n },\n Cell: ({ row, rows }: any) => {\n const { onChange: _, ...props } = row.getToggleRowSelectedProps();\n // row.index refers to the index in the original data, not the current index\n const sortedIndex = rows.findIndex((r: Row) => r.index === row.index);\n\n const onClick = (event: React.MouseEvent): void => {\n if (event.shiftKey) {\n const [fromIndex, toIndex] = toggleBetween(lastSelectedSortedIndex.current || 0, sortedIndex);\n\n for (let i = fromIndex; i <= toIndex; i++) {\n toggleRowSelected(rows[i].id, true);\n }\n } else {\n toggleRowSelected(row.id, !props.checked);\n }\n\n lastSelectedSortedIndex.current = sortedIndex;\n };\n\n return (\n <Checkbox\n {...props}\n className=\"mt-2.5\"\n onClick={onClick}\n // this is necessary to remove console spam from eslint\n onChange={() => false}\n />\n );\n },\n flex: '0 0 36px',\n className: 'flex-col justify-start !py-0',\n },\n ...columns,\n ]);\n }\n };\n plugin.pluginName = 'useRowSelect';\n return plugin;\n};\n","import React from 'react';\r\nimport { useControllableState } from '@radix-ui/react-use-controllable-state';\r\nimport { getNextIndexFromKey } 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: index => {\r\n if (index !== undefined) {\r\n props.onChangeActiveIndex?.(index);\r\n }\r\n },\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.key === 'Enter') {\r\n event.preventDefault();\r\n rowProps.onRowClick(sanitizedRow);\r\n return;\r\n }\r\n\r\n if (currentRow.toggleRowSelected && event.key === ' ') {\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.key === 'ArrowLeft') {\r\n event.preventDefault();\r\n currentRow.toggleRowExpanded();\r\n return;\r\n } else if (!currentRow.isExpanded && event.key === 'ArrowRight') {\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.key === '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.key === '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.key === '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.key === '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.key === '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 = getNextIndexFromKey(event.key, 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';\nimport { actions, PluginHook } from 'react-table';\nimport { Icon } from '../../../Icon/Icon';\nimport { RowDragHandler } from '../../types';\nimport { sanitizeRowProps } from '../../util';\n\nconst pluginName = 'useRowDraggable';\n\nactions.resetRowDragging = 'resetRowDragging';\nactions.toggleRowDragging = 'toggleRowDragging';\n\nfunction reducer(state: any, action: any): object {\n if (action.type === actions.init) {\n return {\n draggingRowIndexPath: null,\n ...state,\n };\n }\n\n if (action.type === actions.resetRowDragging) {\n return {\n ...state,\n draggingRowIndexPath: null,\n };\n }\n\n if (action.type === actions.toggleRowDragging) {\n const { indexPath } = action;\n return {\n ...state,\n draggingRowIndexPath: indexPath,\n };\n }\n\n return state;\n}\n\nconst prepareRow = (row: any, { instance }: any): void => {\n row.toggleRowDragging = () => {\n if (instance.state.draggingRowIndexPath === row.id) {\n instance.dispatch({ type: actions.resetRowDragging });\n } else {\n instance.dispatch({ type: actions.toggleRowDragging, indexPath: row.id });\n }\n };\n\n if (instance.state.draggingRowIndexPath) {\n row.isDragging = instance.state.draggingRowIndexPath === row.id || !!instance.state.selectedRowIds?.[row.id];\n } else {\n row.isDragging = false;\n }\n};\n\nconst visibleColumns = (columns: any) => {\n return [\n {\n id: 'draggable',\n className: 'yt-table__cell--draggable flex-col px-0',\n Cell: () => <Icon name=\"drag\" className=\"text-grey-darkest invisible w-[20px] cursor-grab\" />,\n flex: '0 0 20px',\n },\n ...columns,\n ];\n};\n\nconst getRowProps =\n (onRowDrag: RowDragHandler<any>) =>\n (props: any, { instance, row }: any) => {\n const onDragStart = (event: React.DragEvent): void => {\n event.persist();\n row.toggleRowDragging();\n\n const indexPaths = [row.id, ...Object.keys(instance.state.selectedRowIds)];\n const data = instance.rows.filter((r: any) => indexPaths.includes(r.id)).map(sanitizeRowProps);\n\n const showPlaceholder = (placeholder: string) => {\n const element = window.document.createElement('div');\n element.id = 'yt-table__drag__placeholder';\n element.innerText = placeholder;\n window.document.body.appendChild(element);\n\n if (typeof DataTransfer.prototype.setDragImage === 'function') {\n event.dataTransfer.setDragImage(element, 0, 20);\n }\n };\n\n onRowDrag(data, showPlaceholder, event);\n };\n\n const onDragEnd = (): void => {\n const element: HTMLElement | null = document.getElementById('yt-table__drag__placeholder');\n\n if (element && element.parentNode) {\n element.parentNode.removeChild(element);\n }\n\n row.toggleRowDragging();\n };\n\n return [\n props,\n {\n draggable: true,\n onDragStart,\n onDragEnd,\n },\n ];\n };\n\nexport const useRowDraggable = (onRowDrag: RowDragHandler<any> | undefined): PluginHook<{}> => {\n const plugin = (hooks: any): void => {\n if (onRowDrag) {\n hooks.stateReducers.push(reducer);\n hooks.prepareRow.push(prepareRow);\n hooks.visibleColumns.push(visibleColumns);\n hooks.getRowProps.push(getRowProps(onRowDrag));\n }\n };\n plugin.pluginName = pluginName;\n\n return plugin;\n};\n","import React from 'react';\nimport cn from 'classnames';\nimport { FocusScope } from '@react-aria/focus';\nimport { InternalTableCell, TableRow } from '../types';\nimport { sanitizeRowProps } from '../util';\n\nconst renderCell = (cell: InternalTableCell, row: TableRow<any>): JSX.Element => {\n const props = {\n ...cell.getCellProps(),\n className: cn('yt-table__cell flex-1 truncate p-2 align-middle', cell.column.className, {\n 'justify-start text-left': cell.column.align === 'left',\n 'justify-end text-right': cell.column.align === 'right',\n 'text-center': !cell.column.align,\n }),\n style: {\n ...cell.column.style,\n flex: typeof cell.column.flex === 'function' ? cell.column.flex(row) : cell.column.flex,\n },\n };\n return (\n <div {...props} role=\"gridcell\" data-taco=\"table-cell\">\n {cell.render('Cell') || null}\n </div>\n );\n};\n\nexport const Row = React.forwardRef(function TableRow({ row, index, instance, headerGroups, ...rowProps }: any, ref: any) {\n const {\n activeIndex,\n onRowClick,\n rowClassName,\n rowExpansionRenderer,\n rowHeight,\n setActiveIndex,\n style,\n inlineEditingUniqueId,\n } = rowProps;\n const sanitizedRow = sanitizeRowProps(row, rowExpansionRenderer);\n\n const props = {\n ...row.getRowProps(),\n style: {\n ...style,\n minHeight: rowHeight ? `${rowHeight}px` : undefined,\n paddingLeft: row.depth ? `${row.depth * 2}rem` : undefined,\n },\n className: cn(\n 'yt-table__row border-grey-light flex border-b min-h-[2.5rem] hover:bg-grey-light',\n {\n 'yt-table__row--active bg-grey-light hover:bg-grey-light': activeIndex === index,\n 'yt-table__row--clickable': !!onRowClick,\n 'yt-table__row--dragging': !!row.isDragging,\n 'yt-table__row--editing': !!row.isEditing,\n },\n typeof rowClassName === 'function' ? rowClassName(sanitizedRow) : rowClassName\n ),\n onClick: onRowClick\n ? (event: React.MouseEvent<HTMLElement>) => {\n if (\n event.target === event.currentTarget ||\n (event.target as HTMLElement).classList.contains('yt-table__cell')\n ) {\n event.preventDefault();\n event.persist();\n setActiveIndex(index);\n onRowClick(sanitizedRow);\n }\n }\n : () => {\n setActiveIndex(index);\n },\n };\n\n let cells = row.cells;\n\n if (row.depth > 0) {\n cells = row.cells.filter((cell: any) => !cell.column.hiddenOnSubRows);\n }\n\n const expandedRow = rowExpansionRenderer && row.isExpanded && <div>{rowExpansionRenderer(sanitizedRow, instance)}</div>;\n const rowContent = React.useMemo(() => {\n return (\n <>\n <FocusScope key={row.original._createKey} contain restoreFocus autoFocus>\n <div {...props} role=\"row\" ref={ref}>\n <input type=\"hidden\" name=\"_rowIndexPath\" value={row.id} />\n <input type=\"hidden\" name=\"_inlineEditingUniqueId\" value={row.original[inlineEditingUniqueId]} />\n {cells.map((cell: InternalTableCell) => renderCell(cell, sanitizedRow))}\n </div>\n </FocusScope>\n {expandedRow}\n </>\n );\n }, [row.original._createKey]);\n\n if (row.isEditing) {\n return rowContent;\n }\n\n return (\n <>\n <div {...props} role=\"row\" ref={ref}>\n {cells.map((cell: InternalTableCell) => renderCell(cell, sanitizedRow))}\n </div>\n {expandedRow}\n </>\n );\n});\n","import React from 'react';\r\nimport cn from 'classnames';\r\nimport { HeaderGroup } from 'react-table';\r\nimport { useMergedRef } from '../../../hooks/useMergedRef';\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 = useMergedRef<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 {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';\nimport cn from 'classnames';\nimport { Icon } from '../../Icon/Icon';\n\nexport const Column = ({ cell }: any): any => {\n const props = {\n ...cell.getHeaderProps(),\n ...(cell.getSortByToggleProps && cell.getSortByToggleProps({ title: undefined })),\n className: cn('yt-table__cell flex flex-1 truncate p-2 align-middle text-grey-darkest hover:text-black', cell.className, {\n 'yt-table__cell__group': !!cell.columns,\n 'cursor-pointer': !cell.disableSorting,\n 'justify-start text-left': cell.align === 'left',\n 'justify-end text-right': cell.align === 'right',\n 'justify-center text-center': cell.align === 'center' || !cell.align,\n }),\n style: { ...cell.style, flex: cell.flex },\n };\n\n if (cell.isSorted) {\n props['aria-sort'] = cell.isSortedDesc ? 'descending' : 'ascending';\n }\n\n return (\n <div {...props} key={cell.id} data-taco=\"table-column\">\n <span className=\"truncate\">{cell.render('Header')}</span>\n {cell.isSorted ? (\n <Icon name={cell.isSortedDesc ? 'chevron-down-solid' : 'chevron-up-solid'} className=\"-mt-0.5\" />\n ) : null}\n </div>\n );\n};\n","import React from 'react';\nimport { ForwardedGenericTableWithStatics, TableProps, TableRef } from '../types';\nimport { Table } from './Table';\n\nexport const PaginatedTable = React.forwardRef(function PaginatedTable<T>(props: TableProps<T>, ref: React.Ref<TableRef>) {\n return <Table {...props} disablePagination={false} ref={ref} />;\n}) as ForwardedGenericTableWithStatics;\n\nPaginatedTable.Column = () => null;\nPaginatedTable.Group = () => null;\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 '../../../hooks/useBoundingClientRectListener';\r\nimport { useMergedRef } from '../../../hooks/useMergedRef';\r\nimport { Row } from '../util/renderRow';\r\nimport { DefaultEmptyState, BaseTable } from './BaseTable';\r\nimport { useLocalization } from '../../Provider/Localization';\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 = useMergedRef<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 {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 {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-es';\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 extends {}>(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] as Row<TRow>, currenTRow[startIndex]);\r\n }\r\n\r\n return undefined;\r\n};\r\n\r\nexport const setByRowIndexPath = <TRow extends {}>(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 { compact, get, pullAt, set, unset } from 'lodash-es';\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 {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';\nimport cn from 'classnames';\nimport { getInputClasses } from '../Input/util';\n\nexport type TextareaProps = React.TextareaHTMLAttributes<HTMLTextAreaElement> & {\n /** Draws attention to the textarea by changing its style and making it visually prominent */\n highlighted?: boolean;\n /* Whether the input is in an invalid state */\n invalid?: boolean;\n /** Value of the textarea */\n value?: string;\n};\n\nexport const Textarea = React.forwardRef(function Textarea(props: TextareaProps, ref: React.Ref<HTMLTextAreaElement>) {\n const { defaultValue: _, highlighted, invalid, onKeyDown, ...otherProps } = props;\n const classNames = cn(getInputClasses(props), 'py-1 min-h-[75px] disabled:resize-none', props.className);\n\n // home and end keys only navigate to the start/end of textarea value if the textarea container does not scroll\n // if it has scroll height then the browser reverts to native scrolling behaviour only\n // so we manually override it to ensure _our_ desired behaviour remains intact\n const handleKeyDown = (event: React.KeyboardEvent<HTMLTextAreaElement>) => {\n if (event.key === 'Home' || event.key === 'End') {\n event.preventDefault();\n const position = event.key === 'End' ? event.currentTarget.value.length : 0;\n event.currentTarget.setSelectionRange(position, position);\n event.currentTarget.scrollTop = event.key === 'End' ? event.currentTarget.scrollHeight : 0;\n }\n\n if (onKeyDown) {\n onKeyDown(event);\n }\n };\n\n return <textarea {...otherProps} className={classNames} data-taco=\"textarea\" onKeyDown={handleKeyDown} ref={ref} />;\n});\n","import * as React from 'react';\r\nimport cn from 'classnames';\r\nimport * as PrimitiveSwitch from '@radix-ui/react-switch';\r\nimport { useId } from '../../hooks/useId';\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 const id = useId(props.id);\r\n\r\n const className = cn(\r\n 'group h-5 w-9 flex flex-shrink-0 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 let labelledByProps: Record<string, string> | null = null;\r\n\r\n if (label) {\r\n labelledByProps = {\r\n 'aria-labelledby': `${id}-label`,\r\n id,\r\n };\r\n }\r\n\r\n const element = (\r\n <PrimitiveSwitch.Root {...otherProps} {...labelledByProps} className={className} onCheckedChange={onChange} ref={ref}>\r\n <PrimitiveSwitch.Thumb className=\"'will-change-transform mt-0.5 h-4 w-4 translate-x-[0.15rem] rounded-full bg-white transition-transform group-disabled:opacity-50 group-aria-checked:translate-x-[1.1rem]\" />\r\n </PrimitiveSwitch.Root>\r\n );\r\n\r\n if (label) {\r\n const labelContainerClassName = cn('flex self-start cursor-pointer', {\r\n 'cursor-not-allowed text-grey-dark': props.disabled,\r\n });\r\n\r\n return (\r\n <span className={labelContainerClassName}>\r\n {element}\r\n <label htmlFor={id} id={`${id}-label`}>\r\n {label}\r\n </label>\r\n </span>\r\n );\r\n }\r\n\r\n return element;\r\n});\r\n","import * 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/Localization';\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.key === 'Escape' && 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 /** The scroll distance from the element scrollTop value. */\r\n scrollOffset?: number;\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 scrollOffset,\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 const 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 scrollOffset={scrollOffset}\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","export type Appearance = 'default' | 'primary' | 'danger' | 'ghost' | 'discrete';\r\nexport type State = 'default' | 'success' | 'error' | 'warning' | 'information';\r\nexport type Locale = 'en-GB' | 'da-DK' | 'sv-SE' | 'no-NO';\r\nexport type Orientation = 'horizontal' | 'vertical';\r\nexport type Align = 'start' | 'center' | 'end';\r\nexport type Placement = 'right' | 'left' | 'top' | 'bottom';\r\n"],"names":[],"version":3,"file":"taco.esm.js.map"}
|