@lateralus-ai/shipping-ui 1.4.15 → 2.0.0-dev.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 +70 -53
- package/dist/components/Checkbox.d.ts +9 -0
- package/dist/components/Chip.d.ts +15 -0
- package/dist/components/EmptyState.d.ts +10 -0
- package/dist/components/Entry.d.ts +13 -0
- package/dist/components/Header.d.ts +9 -0
- package/dist/components/Input.d.ts +11 -0
- package/dist/components/InputType.d.ts +10 -0
- package/dist/components/ModalPanel.d.ts +7 -7
- package/dist/components/PdfViewer/ImageViewer.d.ts +2 -2
- package/dist/components/PdfViewer/PdfViewer.d.ts +2 -2
- package/dist/components/ReportInput.d.ts +10 -0
- package/dist/components/Tab.d.ts +7 -0
- package/dist/components/Tabs.d.ts +11 -12
- package/dist/components/index.d.ts +11 -4
- package/dist/domain/Filters/FilterPill.d.ts +6 -0
- package/dist/domain/Filters/FilteredPill.d.ts +8 -0
- package/dist/domain/Filters/FiltersBar.d.ts +12 -0
- package/dist/domain/Filters/index.d.ts +3 -0
- package/dist/domain/Forms/FormCard.d.ts +12 -0
- package/dist/domain/Forms/FormHeader.d.ts +8 -0
- package/dist/domain/Forms/ListRow.d.ts +8 -0
- package/dist/domain/Forms/RiskMeter.d.ts +8 -0
- package/dist/domain/Forms/index.d.ts +4 -0
- package/dist/domain/Library/File.d.ts +8 -0
- package/dist/domain/Library/Folder.d.ts +8 -0
- package/dist/domain/Library/Folders.d.ts +11 -0
- package/dist/domain/Library/ListRow.d.ts +8 -0
- package/dist/domain/Library/Navigation.d.ts +7 -0
- package/dist/domain/Library/index.d.ts +5 -0
- package/dist/domain/Report/InfoHeading.d.ts +7 -0
- package/dist/domain/Report/InfoRow.d.ts +8 -0
- package/dist/domain/Report/Report.d.ts +7 -0
- package/dist/domain/Report/SectionHeader.d.ts +10 -0
- package/dist/domain/Report/TaskRow.d.ts +11 -0
- package/dist/domain/Report/index.d.ts +5 -0
- package/dist/domain/Settings/EquipmentRow.d.ts +8 -0
- package/dist/domain/Settings/MemberRow.d.ts +11 -0
- package/dist/domain/Settings/SettingRow.d.ts +10 -0
- package/dist/domain/Settings/index.d.ts +3 -0
- package/dist/domain/Ships/ShipRow.d.ts +10 -0
- package/dist/domain/Ships/index.d.ts +1 -0
- package/dist/domain/Workflows/GroupHeader.d.ts +8 -0
- package/dist/domain/Workflows/Importance.d.ts +8 -0
- package/dist/domain/Workflows/Progress.d.ts +7 -0
- package/dist/domain/Workflows/Question.d.ts +9 -0
- package/dist/domain/Workflows/StatusPopover.d.ts +7 -0
- package/dist/domain/Workflows/Task.d.ts +9 -0
- package/dist/domain/Workflows/TaskHeader.d.ts +9 -0
- package/dist/domain/Workflows/WorkflowFilters.d.ts +6 -0
- package/dist/domain/Workflows/WorkflowForm.d.ts +8 -0
- package/dist/domain/Workflows/WorkflowHeader.d.ts +11 -0
- package/dist/domain/Workflows/WorkflowListItem.d.ts +11 -0
- package/dist/domain/Workflows/WorkflowProgress.d.ts +6 -0
- package/dist/domain/Workflows/WorkflowRow.d.ts +10 -0
- package/dist/domain/Workflows/index.d.ts +13 -0
- package/dist/domain/index.d.ts +7 -0
- package/dist/icons/ArrowIcon.d.ts +8 -0
- package/dist/icons/ChevronIcon.d.ts +8 -0
- package/dist/icons/Icon.d.ts +96 -0
- package/dist/icons/arrow-paths.d.ts +12 -0
- package/dist/icons/chevron-paths.d.ts +27 -0
- package/dist/icons/createIcon.d.ts +34 -0
- package/dist/icons/generated.d.ts +68 -0
- package/dist/icons/icon-sizes.d.ts +5 -0
- package/dist/icons/icons-data.d.ts +1023 -0
- package/dist/icons/index.d.ts +13 -0
- package/dist/icons/types.d.ts +10 -0
- package/dist/illustrations/AuditPreparation.d.ts +4 -0
- package/dist/illustrations/CompletedTasks.d.ts +4 -0
- package/dist/illustrations/Creation.d.ts +4 -0
- package/dist/illustrations/InternalAudit.d.ts +4 -0
- package/dist/illustrations/Invite.d.ts +4 -0
- package/dist/illustrations/PortStateControl.d.ts +4 -0
- package/dist/illustrations/Processing.d.ts +4 -0
- package/dist/illustrations/QuestionsDone.d.ts +4 -0
- package/dist/illustrations/RightShipInspection.d.ts +4 -0
- package/dist/illustrations/Upload.d.ts +4 -0
- package/dist/illustrations/WorkflowCreated.d.ts +4 -0
- package/dist/illustrations/Workflows.d.ts +4 -0
- package/dist/illustrations/createIllustration.d.ts +11 -0
- package/dist/illustrations/index.d.ts +13 -0
- package/dist/index.cjs +64 -80
- package/dist/index.d.ts +9 -3
- package/dist/index.esm.js +10964 -36537
- package/dist/patterns/Chat/Attachment.d.ts +6 -0
- package/dist/patterns/Chat/ChatEntry.d.ts +10 -0
- package/dist/patterns/Chat/ChatHeader.d.ts +7 -0
- package/dist/patterns/Chat/ChatInput.d.ts +5 -0
- package/dist/patterns/Chat/ChatStatus.d.ts +6 -0
- package/dist/patterns/Chat/ChatTile.d.ts +9 -0
- package/dist/patterns/Chat/Copilot.d.ts +8 -0
- package/dist/patterns/Chat/Draft.d.ts +5 -0
- package/dist/patterns/Chat/Greeting.d.ts +7 -0
- package/dist/patterns/Chat/Reference.d.ts +6 -0
- package/dist/patterns/Chat/Source.d.ts +6 -0
- package/dist/patterns/Chat/Sources.d.ts +5 -0
- package/dist/patterns/Chat/Suggestion.d.ts +5 -0
- package/dist/patterns/Chat/Suggestions.d.ts +4 -0
- package/dist/patterns/Chat/index.d.ts +14 -0
- package/dist/patterns/Modal/Invitee.d.ts +8 -0
- package/dist/patterns/Modal/ModalFooter.d.ts +6 -0
- package/dist/patterns/Modal/ModalHeader.d.ts +10 -0
- package/dist/patterns/Modal/index.d.ts +3 -0
- package/dist/patterns/Search/Pill.d.ts +10 -0
- package/dist/patterns/Search/PillInfo.d.ts +8 -0
- package/dist/patterns/Search/ResultRow.d.ts +10 -0
- package/dist/patterns/Search/SearchModal.d.ts +6 -0
- package/dist/patterns/Search/SectionHeader.d.ts +5 -0
- package/dist/patterns/Search/index.d.ts +5 -0
- package/dist/patterns/Sidebar/Account.d.ts +22 -0
- package/dist/patterns/Sidebar/ActivityNavGroup.d.ts +17 -0
- package/dist/patterns/Sidebar/CollapsibleNavGroup.d.ts +24 -0
- package/dist/patterns/Sidebar/Indicator.d.ts +6 -0
- package/dist/patterns/Sidebar/NewChat.d.ts +10 -0
- package/dist/patterns/Sidebar/Sidebar.d.ts +13 -0
- package/dist/patterns/Sidebar/SidebarAction.d.ts +11 -0
- package/dist/patterns/Sidebar/SidebarEntry.d.ts +25 -0
- package/dist/patterns/Sidebar/SidebarHeading.d.ts +11 -0
- package/dist/patterns/Sidebar/SidebarLink.d.ts +22 -0
- package/dist/patterns/Sidebar/SidebarShell.d.ts +11 -0
- package/dist/patterns/Sidebar/Switcher.d.ts +8 -0
- package/dist/patterns/Sidebar/constants.d.ts +2 -0
- package/dist/patterns/Sidebar/figma-assets.d.ts +3 -0
- package/dist/patterns/Sidebar/figma-demo-content.d.ts +75 -0
- package/dist/patterns/Sidebar/figma-sidebar-nav.d.ts +12 -0
- package/dist/patterns/Sidebar/index.d.ts +13 -0
- package/dist/patterns/Sidebar/sidebar-styles.d.ts +45 -0
- package/dist/patterns/Skeleton/Skeleton.d.ts +6 -0
- package/dist/patterns/Skeleton/index.d.ts +1 -0
- package/dist/patterns/index.d.ts +5 -0
- package/dist/primitives/Avatar.d.ts +10 -0
- package/dist/primitives/Badge.d.ts +11 -0
- package/dist/primitives/Button.d.ts +13 -0
- package/dist/primitives/Callout.d.ts +7 -0
- package/dist/primitives/Count.d.ts +5 -0
- package/dist/primitives/DropdownMenu.d.ts +15 -0
- package/dist/primitives/GroupedAvatars.d.ts +7 -0
- package/dist/primitives/IconButton.d.ts +16 -0
- package/dist/primitives/Logo.d.ts +8 -0
- package/dist/primitives/MenuItem.d.ts +7 -0
- package/dist/primitives/Switch.d.ts +7 -0
- package/dist/primitives/ThinkingDot.d.ts +4 -0
- package/dist/primitives/Tooltip.d.ts +12 -0
- package/dist/primitives/index.d.ts +13 -0
- package/dist/style.css +1 -1
- package/dist/tailwind-theme.d.ts +234 -198
- package/dist/tokens/colors.d.ts +148 -0
- package/dist/tokens/elevation.d.ts +11 -0
- package/dist/tokens/index.d.ts +4 -0
- package/dist/tokens/semantic.d.ts +89 -0
- package/dist/tokens/typography.d.ts +85 -0
- package/package.json +27 -5
- package/src/components/Checkbox.tsx +77 -0
- package/src/components/Chip.tsx +69 -0
- package/src/components/EmptyState.tsx +44 -0
- package/src/components/Entry.tsx +64 -0
- package/src/components/Header.tsx +39 -0
- package/src/components/Input.tsx +69 -0
- package/src/components/InputType.tsx +76 -0
- package/src/components/ModalPanel.tsx +22 -37
- package/src/components/PdfViewer/ImageViewer.tsx +121 -182
- package/src/components/PdfViewer/PdfViewer.tsx +103 -155
- package/src/components/ReportInput.tsx +65 -0
- package/src/components/Tab.tsx +33 -0
- package/src/components/Tabs.tsx +43 -38
- package/src/components/index.ts +11 -4
- package/src/domain/Filters/FilterPill.tsx +25 -0
- package/src/domain/Filters/FilteredPill.tsx +39 -0
- package/src/domain/Filters/FiltersBar.tsx +76 -0
- package/src/domain/Filters/index.ts +3 -0
- package/src/domain/Forms/FormCard.tsx +61 -0
- package/src/domain/Forms/FormHeader.tsx +34 -0
- package/src/domain/Forms/ListRow.tsx +40 -0
- package/src/domain/Forms/RiskMeter.tsx +50 -0
- package/src/domain/Forms/index.ts +4 -0
- package/src/domain/Library/File.tsx +59 -0
- package/src/domain/Library/Folder.tsx +55 -0
- package/src/domain/Library/Folders.tsx +43 -0
- package/src/domain/Library/ListRow.tsx +40 -0
- package/src/domain/Library/Navigation.tsx +31 -0
- package/src/domain/Library/index.ts +5 -0
- package/src/domain/Report/InfoHeading.tsx +25 -0
- package/src/domain/Report/InfoRow.tsx +35 -0
- package/src/domain/Report/Report.tsx +53 -0
- package/src/domain/Report/SectionHeader.tsx +43 -0
- package/src/domain/Report/TaskRow.tsx +57 -0
- package/src/domain/Report/index.ts +5 -0
- package/src/domain/Settings/EquipmentRow.tsx +39 -0
- package/src/domain/Settings/MemberRow.tsx +53 -0
- package/src/domain/Settings/SettingRow.tsx +66 -0
- package/src/domain/Settings/index.ts +3 -0
- package/src/domain/Ships/ShipRow.tsx +49 -0
- package/src/domain/Ships/index.ts +1 -0
- package/src/domain/Workflows/GroupHeader.tsx +48 -0
- package/src/domain/Workflows/Importance.tsx +48 -0
- package/src/domain/Workflows/Progress.tsx +55 -0
- package/src/domain/Workflows/Question.tsx +42 -0
- package/src/domain/Workflows/StatusPopover.tsx +53 -0
- package/src/domain/Workflows/Task.tsx +46 -0
- package/src/domain/Workflows/TaskHeader.tsx +51 -0
- package/src/domain/Workflows/WorkflowFilters.tsx +40 -0
- package/src/domain/Workflows/WorkflowForm.tsx +40 -0
- package/src/domain/Workflows/WorkflowHeader.tsx +62 -0
- package/src/domain/Workflows/WorkflowListItem.tsx +45 -0
- package/src/domain/Workflows/WorkflowProgress.tsx +36 -0
- package/src/domain/Workflows/WorkflowRow.tsx +43 -0
- package/src/domain/Workflows/index.ts +13 -0
- package/src/domain/index.ts +37 -0
- package/src/icons/ArrowIcon.tsx +42 -0
- package/src/icons/ChevronIcon.tsx +42 -0
- package/src/icons/Icon.tsx +184 -0
- package/src/icons/arrow-paths.ts +8 -0
- package/src/icons/chevron-paths.ts +17 -0
- package/src/icons/createIcon.tsx +128 -0
- package/src/icons/generated.tsx +71 -0
- package/src/icons/icon-sizes.ts +20 -0
- package/src/icons/icons-data.ts +656 -0
- package/src/icons/index.ts +25 -0
- package/src/icons/types.ts +18 -0
- package/src/illustrations/AuditPreparation.tsx +15 -0
- package/src/illustrations/CompletedTasks.tsx +16 -0
- package/src/illustrations/Creation.tsx +13 -0
- package/src/illustrations/InternalAudit.tsx +13 -0
- package/src/illustrations/Invite.tsx +13 -0
- package/src/illustrations/PortStateControl.tsx +13 -0
- package/src/illustrations/Processing.tsx +17 -0
- package/src/illustrations/QuestionsDone.tsx +16 -0
- package/src/illustrations/RightShipInspection.tsx +18 -0
- package/src/illustrations/Upload.tsx +12 -0
- package/src/illustrations/WorkflowCreated.tsx +13 -0
- package/src/illustrations/Workflows.tsx +13 -0
- package/src/illustrations/createIllustration.tsx +30 -0
- package/src/illustrations/index.ts +14 -0
- package/src/index.ts +49 -3
- package/src/patterns/Chat/Attachment.tsx +27 -0
- package/src/patterns/Chat/ChatEntry.tsx +41 -0
- package/src/patterns/Chat/ChatHeader.tsx +39 -0
- package/src/patterns/Chat/ChatInput.tsx +35 -0
- package/src/patterns/Chat/ChatStatus.tsx +26 -0
- package/src/patterns/Chat/ChatTile.tsx +40 -0
- package/src/patterns/Chat/Copilot.tsx +50 -0
- package/src/patterns/Chat/Draft.tsx +23 -0
- package/src/patterns/Chat/Greeting.tsx +32 -0
- package/src/patterns/Chat/Reference.tsx +26 -0
- package/src/patterns/Chat/Source.tsx +27 -0
- package/src/patterns/Chat/Sources.tsx +23 -0
- package/src/patterns/Chat/Suggestion.tsx +23 -0
- package/src/patterns/Chat/Suggestions.tsx +21 -0
- package/src/patterns/Chat/index.ts +14 -0
- package/src/patterns/Modal/Invitee.tsx +44 -0
- package/src/patterns/Modal/ModalFooter.tsx +39 -0
- package/src/patterns/Modal/ModalHeader.tsx +77 -0
- package/src/patterns/Modal/index.ts +3 -0
- package/src/patterns/Search/Pill.tsx +44 -0
- package/src/patterns/Search/PillInfo.tsx +41 -0
- package/src/patterns/Search/ResultRow.tsx +52 -0
- package/src/patterns/Search/SearchModal.tsx +88 -0
- package/src/patterns/Search/SectionHeader.tsx +20 -0
- package/src/patterns/Search/index.ts +5 -0
- package/src/patterns/Sidebar/Account.tsx +193 -0
- package/src/patterns/Sidebar/ActivityNavGroup.tsx +71 -0
- package/src/patterns/Sidebar/CollapsibleNavGroup.tsx +106 -0
- package/src/patterns/Sidebar/Indicator.tsx +14 -0
- package/src/patterns/Sidebar/NewChat.tsx +71 -0
- package/src/patterns/Sidebar/Sidebar.tsx +363 -0
- package/src/patterns/Sidebar/SidebarAction.tsx +55 -0
- package/src/patterns/Sidebar/SidebarEntry.tsx +129 -0
- package/src/patterns/Sidebar/SidebarHeading.tsx +38 -0
- package/src/patterns/Sidebar/SidebarLink.tsx +125 -0
- package/src/patterns/Sidebar/SidebarShell.tsx +32 -0
- package/src/patterns/Sidebar/Switcher.tsx +116 -0
- package/src/patterns/Sidebar/assets/account-avatar-24.jpg +0 -0
- package/src/patterns/Sidebar/assets/account-avatar.jpg +0 -0
- package/src/patterns/Sidebar/assets/indicator-compliance.png +0 -0
- package/src/patterns/Sidebar/assets/indicator-technical.png +0 -0
- package/src/patterns/Sidebar/assets/logo-compliance-mark.png +5 -0
- package/src/patterns/Sidebar/assets/logo-compliance-mask.png +13 -0
- package/src/patterns/Sidebar/assets/logo-compliance.svg +17 -0
- package/src/patterns/Sidebar/assets/logo-technical-avatar.svg +17 -0
- package/src/patterns/Sidebar/assets/logo-technical-mark.png +5 -0
- package/src/patterns/Sidebar/assets/logo-technical.svg +16 -0
- package/src/patterns/Sidebar/constants.ts +2 -0
- package/src/patterns/Sidebar/figma-assets.ts +4 -0
- package/src/patterns/Sidebar/figma-demo-content.ts +30 -0
- package/src/patterns/Sidebar/figma-sidebar-nav.ts +79 -0
- package/src/patterns/Sidebar/index.ts +13 -0
- package/src/patterns/Sidebar/sidebar-styles.ts +101 -0
- package/src/patterns/Skeleton/Skeleton.tsx +57 -0
- package/src/patterns/Skeleton/index.ts +1 -0
- package/src/patterns/index.ts +5 -0
- package/src/primitives/Avatar.tsx +71 -0
- package/src/primitives/Badge.tsx +34 -0
- package/src/primitives/Button.tsx +67 -0
- package/src/primitives/Callout.tsx +21 -0
- package/src/primitives/Count.tsx +18 -0
- package/src/primitives/DropdownMenu.tsx +60 -0
- package/src/primitives/GroupedAvatars.tsx +36 -0
- package/src/primitives/IconButton.tsx +56 -0
- package/src/primitives/Logo.tsx +43 -0
- package/src/primitives/MenuItem.tsx +35 -0
- package/src/primitives/Switch.tsx +38 -0
- package/src/primitives/ThinkingDot.tsx +34 -0
- package/src/primitives/Tooltip.tsx +42 -0
- package/src/primitives/index.ts +13 -0
- package/src/stories/_layout/FigmaPage.tsx +94 -0
- package/src/stories/_layout/index.ts +8 -0
- package/src/stories/canvases/ButtonsCanvas.tsx +57 -0
- package/src/stories/canvases/ButtonsMatrixCanvas.tsx +64 -0
- package/src/stories/canvases/ChatCanvas.tsx +130 -0
- package/src/stories/canvases/ColorTokensCanvas.tsx +16 -0
- package/src/stories/canvases/ColorsCanvas.tsx +101 -0
- package/src/stories/canvases/ContentCanvas.tsx +88 -0
- package/src/stories/canvases/CoreCanvas.tsx +125 -0
- package/src/stories/canvases/DomainFormsCanvas.tsx +67 -0
- package/src/stories/canvases/FiltersCanvas.tsx +41 -0
- package/src/stories/canvases/FormsCanvas.tsx +71 -0
- package/src/stories/canvases/IconsCanvas.tsx +99 -0
- package/src/stories/canvases/IllustrationsCanvas.tsx +50 -0
- package/src/stories/canvases/LibraryCanvas.tsx +67 -0
- package/src/stories/canvases/ModalsCanvas.tsx +54 -0
- package/src/stories/canvases/RaiseLevelsCanvas.tsx +27 -0
- package/src/stories/canvases/ReportCanvas.tsx +33 -0
- package/src/stories/canvases/ReportLayoutCanvas.tsx +19 -0
- package/src/stories/canvases/SearchCanvas.tsx +65 -0
- package/src/stories/canvases/SettingsCanvas.tsx +41 -0
- package/src/stories/canvases/ShipsCanvas.tsx +38 -0
- package/src/stories/canvases/SidebarCanvas.tsx +147 -0
- package/src/stories/canvases/SidebarLayoutsCanvas.tsx +71 -0
- package/src/stories/canvases/SidebarPlayground.tsx +35 -0
- package/src/stories/canvases/SkeletonsCanvas.tsx +30 -0
- package/src/stories/canvases/TypographyCanvas.tsx +53 -0
- package/src/stories/canvases/WorkflowsCanvas.tsx +129 -0
- package/src/stories/canvases/figma-icons-layout.ts +318 -0
- package/src/stories/canvases/figma-sidebar-layout.ts +212 -0
- package/src/stories/canvases/figma-sidebar-layouts-layout.ts +84 -0
- package/src/stories/canvases/figma-widths.ts +28 -0
- package/src/stories/canvases/helpers.tsx +163 -0
- package/src/stories/components/Buttons.stories.tsx +12 -0
- package/src/stories/components/Chat.stories.tsx +12 -0
- package/src/stories/components/Content.stories.tsx +12 -0
- package/src/stories/components/Core.stories.tsx +12 -0
- package/src/stories/components/DomainForms.stories.tsx +12 -0
- package/src/stories/components/Filters.stories.tsx +12 -0
- package/src/stories/components/Forms.stories.tsx +12 -0
- package/src/stories/components/Icons.stories.tsx +12 -0
- package/src/stories/components/Illustrations.stories.tsx +12 -0
- package/src/stories/components/Library.stories.tsx +12 -0
- package/src/stories/components/Modals.stories.tsx +12 -0
- package/src/stories/components/Report.stories.tsx +12 -0
- package/src/stories/components/ReportLayout.stories.tsx +12 -0
- package/src/stories/components/Search.stories.tsx +12 -0
- package/src/stories/components/Settings.stories.tsx +12 -0
- package/src/stories/components/Ships.stories.tsx +12 -0
- package/src/stories/components/Sidebar.stories.tsx +37 -0
- package/src/stories/components/SidebarLayouts.stories.tsx +12 -0
- package/src/stories/components/Skeletons.stories.tsx +12 -0
- package/src/stories/components/Workflows.stories.tsx +12 -0
- package/src/stories/style-guide/Buttons.stories.tsx +12 -0
- package/src/stories/style-guide/ColorTokens.stories.tsx +12 -0
- package/src/stories/style-guide/Colors.stories.tsx +12 -0
- package/src/stories/style-guide/RaiseLevels.stories.tsx +12 -0
- package/src/stories/style-guide/Typography.stories.tsx +12 -0
- package/src/style.css +169 -2
- package/src/tailwind-theme.ts +164 -240
- package/src/tokens/colors.ts +82 -0
- package/src/tokens/elevation.ts +12 -0
- package/src/tokens/index.ts +4 -0
- package/src/tokens/semantic.ts +89 -0
- package/src/tokens/typography.ts +21 -0
- package/dist/components/HelloWorld.d.ts +0 -1
- package/dist/components/InputPrompt.d.ts +0 -20
- package/dist/components/SearchModal.d.ts +0 -24
- package/dist/components/Sidebar/Button.d.ts +0 -7
- package/dist/components/Sidebar/Container.d.ts +0 -5
- package/dist/components/Sidebar/Item.d.ts +0 -9
- package/dist/components/Sidebar/Layout.d.ts +0 -10
- package/dist/components/Sidebar/Provider.d.ts +0 -14
- package/dist/components/Sidebar/SecondaryItem.d.ts +0 -9
- package/dist/components/Sidebar/SideContainer.d.ts +0 -5
- package/dist/components/Sidebar/ToggleCollapseButton.d.ts +0 -1
- package/dist/components/Sidebar/index.d.ts +0 -8
- package/dist/components/icons/CloseSidebarIcon.d.ts +0 -2
- package/dist/components/icons/CloseSidebarMidIcon.d.ts +0 -1
- package/dist/components/icons/ExpandIcon.d.ts +0 -3
- package/dist/components/icons/SendArrowIcon.d.ts +0 -4
- package/dist/components/icons/SendArrowIconGreen.d.ts +0 -4
- package/dist/components/icons/SettingsIcon.d.ts +0 -3
- package/dist/components/icons/XIcon.d.ts +0 -3
- package/dist/material-theme.d.ts +0 -442
- package/dist/stories/Buttons.d.ts +0 -1
- package/dist/stories/Checkbox.d.ts +0 -1
- package/dist/stories/ColorPalette.d.ts +0 -1
- package/dist/stories/Dropdowns.d.ts +0 -1
- package/dist/stories/InputPrompt.d.ts +0 -1
- package/dist/stories/SearchModal.d.ts +0 -1
- package/dist/stories/Sidebar.d.ts +0 -1
- package/dist/stories/Typography.d.ts +0 -1
- package/src/components/HelloWorld.tsx +0 -3
- package/src/components/InputPrompt.tsx +0 -96
- package/src/components/SearchModal.tsx +0 -320
- package/src/components/Sidebar/Button.tsx +0 -20
- package/src/components/Sidebar/Container.tsx +0 -31
- package/src/components/Sidebar/Item.tsx +0 -39
- package/src/components/Sidebar/Layout.tsx +0 -32
- package/src/components/Sidebar/Provider.tsx +0 -47
- package/src/components/Sidebar/SecondaryItem.tsx +0 -39
- package/src/components/Sidebar/SideContainer.tsx +0 -31
- package/src/components/Sidebar/ToggleCollapseButton.tsx +0 -24
- package/src/components/Sidebar/index.ts +0 -8
- package/src/components/icons/CloseSidebarIcon.tsx +0 -19
- package/src/components/icons/CloseSidebarMidIcon.tsx +0 -19
- package/src/components/icons/ExpandIcon.tsx +0 -21
- package/src/components/icons/SendArrowIcon.tsx +0 -23
- package/src/components/icons/SendArrowIconGreen.tsx +0 -17
- package/src/components/icons/SettingsIcon.tsx +0 -33
- package/src/components/icons/XIcon.tsx +0 -21
- package/src/material-theme.ts +0 -477
- package/src/stories/Buttons.stories.tsx +0 -15
- package/src/stories/Buttons.tsx +0 -52
- package/src/stories/Checkbox.stories.tsx +0 -15
- package/src/stories/Checkbox.tsx +0 -56
- package/src/stories/ColorPalette.stories.tsx +0 -15
- package/src/stories/ColorPalette.tsx +0 -85
- package/src/stories/DocumentEditor.stories.tsx +0 -287
- package/src/stories/Dropdowns.stories.tsx +0 -15
- package/src/stories/Dropdowns.tsx +0 -52
- package/src/stories/InputPrompt.stories.tsx +0 -15
- package/src/stories/InputPrompt.tsx +0 -63
- package/src/stories/ModalHeader.stories.tsx +0 -36
- package/src/stories/PDFViewer.stories.tsx +0 -39
- package/src/stories/SearchModal.stories.tsx +0 -132
- package/src/stories/SearchModal.tsx +0 -82
- package/src/stories/Sidebar.stories.tsx +0 -15
- package/src/stories/Sidebar.tsx +0 -108
- package/src/stories/Tabs.stories.tsx +0 -51
- package/src/stories/Typography.stories.tsx +0 -15
- package/src/stories/Typography.tsx +0 -110
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export type GroupHeaderGroup = "validation-checks" | "quality-flags" | "ai-insights";
|
|
2
|
+
export type GroupHeaderProps = {
|
|
3
|
+
group?: GroupHeaderGroup;
|
|
4
|
+
title?: string;
|
|
5
|
+
count?: number;
|
|
6
|
+
className?: string;
|
|
7
|
+
};
|
|
8
|
+
export declare const GroupHeader: ({ group, title, count, className, }: GroupHeaderProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export type ImportanceLevel = "critical" | "normal" | "low" | "pending";
|
|
2
|
+
export type ImportanceStatus = "uncompleted" | "approved" | "reviewed";
|
|
3
|
+
export type ImportanceProps = {
|
|
4
|
+
importance?: ImportanceLevel;
|
|
5
|
+
status?: ImportanceStatus;
|
|
6
|
+
className?: string;
|
|
7
|
+
};
|
|
8
|
+
export declare const Importance: ({ importance, status, className, }: ImportanceProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export type ProgressState = "0%" | "40%" | "54%" | "89%" | "all-done";
|
|
2
|
+
export type ProgressProps = {
|
|
3
|
+
state?: ProgressState;
|
|
4
|
+
label?: string;
|
|
5
|
+
className?: string;
|
|
6
|
+
};
|
|
7
|
+
export declare const Progress: ({ state, label, className, }: ProgressProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export type QuestionState = "idle" | "hover";
|
|
2
|
+
export type QuestionExpanded = "on" | "off";
|
|
3
|
+
export type QuestionProps = {
|
|
4
|
+
label?: string;
|
|
5
|
+
state?: QuestionState;
|
|
6
|
+
expanded?: QuestionExpanded;
|
|
7
|
+
className?: string;
|
|
8
|
+
};
|
|
9
|
+
export declare const Question: ({ label, state, expanded, className, }: QuestionProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export type StatusPopoverState = "critical-done" | "critical-pending";
|
|
2
|
+
export type StatusPopoverProps = {
|
|
3
|
+
state?: StatusPopoverState;
|
|
4
|
+
title?: string;
|
|
5
|
+
className?: string;
|
|
6
|
+
};
|
|
7
|
+
export declare const StatusPopover: ({ state, title, className, }: StatusPopoverProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export type TaskState = "idle" | "hover";
|
|
2
|
+
export type TaskStatus = "uncompleted" | "completed";
|
|
3
|
+
export type TaskProps = {
|
|
4
|
+
label?: string;
|
|
5
|
+
state?: TaskState;
|
|
6
|
+
status?: TaskStatus;
|
|
7
|
+
className?: string;
|
|
8
|
+
};
|
|
9
|
+
export declare const Task: ({ label, state, status, className, }: TaskProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export type TaskHeaderProperty = "pending" | "in-review";
|
|
2
|
+
export type TaskHeaderProps = {
|
|
3
|
+
property?: TaskHeaderProperty;
|
|
4
|
+
title?: string;
|
|
5
|
+
subtitle?: string;
|
|
6
|
+
progressState?: "40%" | "54%" | "89%";
|
|
7
|
+
className?: string;
|
|
8
|
+
};
|
|
9
|
+
export declare const TaskHeader: ({ property, title, subtitle, progressState, className, }: TaskHeaderProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export type WorkflowFormState = "idle" | "hover";
|
|
2
|
+
export type WorkflowFormProps = {
|
|
3
|
+
name?: string;
|
|
4
|
+
description?: string;
|
|
5
|
+
state?: WorkflowFormState;
|
|
6
|
+
className?: string;
|
|
7
|
+
};
|
|
8
|
+
export declare const WorkflowForm: ({ name, description, state, className, }: WorkflowFormProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export type WorkflowHeaderWorkflow = "audit-response" | "audit-preparation" | "monthly-forms";
|
|
2
|
+
export type WorkflowHeaderVariant = "created" | "pending";
|
|
3
|
+
export type WorkflowHeaderProps = {
|
|
4
|
+
workflow?: WorkflowHeaderWorkflow;
|
|
5
|
+
variant?: WorkflowHeaderVariant;
|
|
6
|
+
title?: string;
|
|
7
|
+
description?: string;
|
|
8
|
+
dueDate?: string;
|
|
9
|
+
className?: string;
|
|
10
|
+
};
|
|
11
|
+
export declare const WorkflowHeader: ({ workflow, variant, title, description, dueDate, className, }: WorkflowHeaderProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export type WorkflowListItemHover = "on" | "off";
|
|
2
|
+
export type WorkflowListItemChief = "technical" | "compliance";
|
|
3
|
+
export type WorkflowListItemProps = {
|
|
4
|
+
title?: string;
|
|
5
|
+
subtitle?: string;
|
|
6
|
+
chief?: WorkflowListItemChief;
|
|
7
|
+
hover?: WorkflowListItemHover;
|
|
8
|
+
progress?: "37%" | "54%" | "91%";
|
|
9
|
+
className?: string;
|
|
10
|
+
};
|
|
11
|
+
export declare const WorkflowListItem: ({ title, subtitle, chief, hover, progress, className, }: WorkflowListItemProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export type WorkflowProgressValue = "7%" | "37%" | "54%" | "91%" | "100%";
|
|
2
|
+
export type WorkflowProgressProps = {
|
|
3
|
+
progress?: WorkflowProgressValue;
|
|
4
|
+
className?: string;
|
|
5
|
+
};
|
|
6
|
+
export declare const WorkflowProgress: ({ progress, className, }: WorkflowProgressProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
export type WorkflowRowState = "idle" | "hover";
|
|
3
|
+
export type WorkflowRowProps = {
|
|
4
|
+
name?: string;
|
|
5
|
+
description?: string;
|
|
6
|
+
state?: WorkflowRowState;
|
|
7
|
+
icon?: ReactNode;
|
|
8
|
+
className?: string;
|
|
9
|
+
};
|
|
10
|
+
export declare const WorkflowRow: ({ name, description, state, icon, className, }: WorkflowRowProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export { WorkflowRow, type WorkflowRowProps, type WorkflowRowState } from './WorkflowRow';
|
|
2
|
+
export { Progress, type ProgressProps, type ProgressState } from './Progress';
|
|
3
|
+
export { WorkflowHeader, type WorkflowHeaderProps, type WorkflowHeaderVariant, type WorkflowHeaderWorkflow } from './WorkflowHeader';
|
|
4
|
+
export { Task, type TaskProps, type TaskState, type TaskStatus } from './Task';
|
|
5
|
+
export { Importance, type ImportanceLevel, type ImportanceProps, type ImportanceStatus } from './Importance';
|
|
6
|
+
export { Question, type QuestionExpanded, type QuestionProps, type QuestionState } from './Question';
|
|
7
|
+
export { WorkflowForm, type WorkflowFormProps, type WorkflowFormState } from './WorkflowForm';
|
|
8
|
+
export { TaskHeader, type TaskHeaderProperty, type TaskHeaderProps } from './TaskHeader';
|
|
9
|
+
export { WorkflowProgress, type WorkflowProgressProps, type WorkflowProgressValue } from './WorkflowProgress';
|
|
10
|
+
export { WorkflowListItem, type WorkflowListItemChief, type WorkflowListItemHover, type WorkflowListItemProps } from './WorkflowListItem';
|
|
11
|
+
export { GroupHeader, type GroupHeaderGroup, type GroupHeaderProps } from './GroupHeader';
|
|
12
|
+
export { StatusPopover, type StatusPopoverProps, type StatusPopoverState } from './StatusPopover';
|
|
13
|
+
export { WorkflowFilters, type WorkflowFiltersProps } from './WorkflowFilters';
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export * from './Ships';
|
|
2
|
+
export * from './Report';
|
|
3
|
+
export * from './Settings';
|
|
4
|
+
export * from './Workflows';
|
|
5
|
+
export * from './Filters';
|
|
6
|
+
export { FormCard, FormHeader, RiskMeter, ListRow as FormListRow, type FormCardProps, type FormCardState, type FormHeaderProps, type RiskMeterLevel, type RiskMeterProps, type ListRowProps as FormListRowProps, type ListRowState as FormListRowState, } from './Forms';
|
|
7
|
+
export { Folder, File, Navigation, Folders, ListRow as LibraryListRow, type FolderProps, type FolderState, type FileProps, type FileState, type NavigationNested, type NavigationProps, type FoldersLayout, type FoldersProps, type ListRowProps as LibraryListRowProps, type ListRowState as LibraryListRowState, } from './Library';
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { SVGProps } from 'react';
|
|
2
|
+
import { ArrowDirection, IconProps } from './types';
|
|
3
|
+
export type ArrowIconProps = IconProps & {
|
|
4
|
+
direction?: ArrowDirection;
|
|
5
|
+
};
|
|
6
|
+
export declare const ArrowIcon: import('react').ForwardRefExoticComponent<Omit<IconProps & {
|
|
7
|
+
direction?: ArrowDirection;
|
|
8
|
+
} & SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { SVGProps } from 'react';
|
|
2
|
+
import { ChevronDirection, IconProps } from './types';
|
|
3
|
+
export type ChevronIconProps = IconProps & {
|
|
4
|
+
direction?: ChevronDirection;
|
|
5
|
+
};
|
|
6
|
+
export declare const ChevronIcon: import('react').ForwardRefExoticComponent<Omit<IconProps & {
|
|
7
|
+
direction?: ChevronDirection;
|
|
8
|
+
} & SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
import { SVGProps } from 'react';
|
|
2
|
+
import { ArrowDirection, ChevronDirection, IconProps } from './types';
|
|
3
|
+
declare const iconRegistry: {
|
|
4
|
+
readonly heart: import('react').ForwardRefExoticComponent<Omit<IconProps & SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
5
|
+
readonly clear: import('react').ForwardRefExoticComponent<Omit<IconProps & SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
6
|
+
readonly chevron: import('react').ForwardRefExoticComponent<Omit<IconProps & {
|
|
7
|
+
direction?: ChevronDirection;
|
|
8
|
+
} & SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
9
|
+
readonly arrow: import('react').ForwardRefExoticComponent<Omit<IconProps & {
|
|
10
|
+
direction?: ArrowDirection;
|
|
11
|
+
} & SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
12
|
+
readonly attachment: import('react').ForwardRefExoticComponent<Omit<IconProps & SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
13
|
+
readonly microphone: import('react').ForwardRefExoticComponent<Omit<IconProps & SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
14
|
+
readonly add: import('react').ForwardRefExoticComponent<Omit<IconProps & SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
15
|
+
readonly plus: import('react').ForwardRefExoticComponent<Omit<IconProps & SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
16
|
+
readonly done: import('react').ForwardRefExoticComponent<Omit<IconProps & SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
17
|
+
readonly minus: import('react').ForwardRefExoticComponent<Omit<IconProps & SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
18
|
+
readonly send: import('react').ForwardRefExoticComponent<Omit<IconProps & SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
19
|
+
readonly search: import('react').ForwardRefExoticComponent<Omit<IconProps & SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
20
|
+
readonly star: import('react').ForwardRefExoticComponent<Omit<IconProps & SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
21
|
+
readonly analytics: import('react').ForwardRefExoticComponent<Omit<IconProps & SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
22
|
+
readonly trash: import('react').ForwardRefExoticComponent<Omit<IconProps & SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
23
|
+
readonly chat: import('react').ForwardRefExoticComponent<Omit<IconProps & SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
24
|
+
readonly chatPro: import('react').ForwardRefExoticComponent<Omit<IconProps & SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
25
|
+
readonly filters: import('react').ForwardRefExoticComponent<Omit<IconProps & SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
26
|
+
readonly pen: import('react').ForwardRefExoticComponent<Omit<IconProps & SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
27
|
+
readonly tick: import('react').ForwardRefExoticComponent<Omit<IconProps & SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
28
|
+
readonly document: import('react').ForwardRefExoticComponent<Omit<IconProps & SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
29
|
+
readonly sparkles: import('react').ForwardRefExoticComponent<Omit<IconProps & SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
30
|
+
readonly expand: import('react').ForwardRefExoticComponent<Omit<IconProps & SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
31
|
+
readonly speaker: import('react').ForwardRefExoticComponent<Omit<IconProps & SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
32
|
+
readonly copy: import('react').ForwardRefExoticComponent<Omit<IconProps & SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
33
|
+
readonly date: import('react').ForwardRefExoticComponent<Omit<IconProps & SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
34
|
+
readonly refresh: import('react').ForwardRefExoticComponent<Omit<IconProps & SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
35
|
+
readonly activity: import('react').ForwardRefExoticComponent<Omit<IconProps & SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
36
|
+
readonly menu: import('react').ForwardRefExoticComponent<Omit<IconProps & SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
37
|
+
readonly invite: import('react').ForwardRefExoticComponent<Omit<IconProps & SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
38
|
+
readonly report: import('react').ForwardRefExoticComponent<Omit<IconProps & SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
39
|
+
readonly sidebar: import('react').ForwardRefExoticComponent<Omit<IconProps & SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
40
|
+
readonly download: import('react').ForwardRefExoticComponent<Omit<IconProps & SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
41
|
+
readonly upload: import('react').ForwardRefExoticComponent<Omit<IconProps & SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
42
|
+
readonly preview: import('react').ForwardRefExoticComponent<Omit<IconProps & SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
43
|
+
readonly fixes: import('react').ForwardRefExoticComponent<Omit<IconProps & SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
44
|
+
readonly issues: import('react').ForwardRefExoticComponent<Omit<IconProps & SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
45
|
+
readonly more: import('react').ForwardRefExoticComponent<Omit<IconProps & SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
46
|
+
readonly bulb: import('react').ForwardRefExoticComponent<Omit<IconProps & SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
47
|
+
readonly ship: import('react').ForwardRefExoticComponent<Omit<IconProps & SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
48
|
+
readonly person: import('react').ForwardRefExoticComponent<Omit<IconProps & SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
49
|
+
readonly archive: import('react').ForwardRefExoticComponent<Omit<IconProps & SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
50
|
+
readonly logOut: import('react').ForwardRefExoticComponent<Omit<IconProps & SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
51
|
+
readonly settings: import('react').ForwardRefExoticComponent<Omit<IconProps & SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
52
|
+
readonly tasks: import('react').ForwardRefExoticComponent<Omit<IconProps & SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
53
|
+
readonly workflow: import('react').ForwardRefExoticComponent<Omit<IconProps & SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
54
|
+
readonly form: import('react').ForwardRefExoticComponent<Omit<IconProps & SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
55
|
+
readonly approval: import('react').ForwardRefExoticComponent<Omit<IconProps & SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
56
|
+
readonly forms: import('react').ForwardRefExoticComponent<Omit<IconProps & SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
57
|
+
readonly book: import('react').ForwardRefExoticComponent<Omit<IconProps & SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
58
|
+
readonly mention: import('react').ForwardRefExoticComponent<Omit<IconProps & SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
59
|
+
readonly actions: import('react').ForwardRefExoticComponent<Omit<IconProps & SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
60
|
+
readonly critical: import('react').ForwardRefExoticComponent<Omit<IconProps & SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
61
|
+
readonly information: import('react').ForwardRefExoticComponent<Omit<IconProps & SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
62
|
+
readonly caution: import('react').ForwardRefExoticComponent<Omit<IconProps & SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
63
|
+
readonly folder: import('react').ForwardRefExoticComponent<Omit<IconProps & SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
64
|
+
readonly folderStarred: import('react').ForwardRefExoticComponent<Omit<IconProps & SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
65
|
+
readonly quality: import('react').ForwardRefExoticComponent<Omit<IconProps & SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
66
|
+
readonly location: import('react').ForwardRefExoticComponent<Omit<IconProps & SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
67
|
+
readonly users: import('react').ForwardRefExoticComponent<Omit<IconProps & SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
68
|
+
readonly undo: import('react').ForwardRefExoticComponent<Omit<IconProps & SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
69
|
+
readonly spinner: import('react').ForwardRefExoticComponent<Omit<IconProps & SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
70
|
+
readonly clock: import('react').ForwardRefExoticComponent<Omit<IconProps & SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
71
|
+
readonly gap: import('react').ForwardRefExoticComponent<Omit<IconProps & SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
72
|
+
readonly defectReport: import('react').ForwardRefExoticComponent<Omit<IconProps & SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
73
|
+
readonly task: import('react').ForwardRefExoticComponent<Omit<IconProps & SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
74
|
+
readonly file: import('react').ForwardRefExoticComponent<Omit<IconProps & SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
75
|
+
readonly reportActions: import('react').ForwardRefExoticComponent<Omit<IconProps & SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
76
|
+
readonly checkbox: import('react').ForwardRefExoticComponent<Omit<IconProps & SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
77
|
+
readonly status: import('react').ForwardRefExoticComponent<Omit<IconProps & SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
78
|
+
};
|
|
79
|
+
export type IconName = keyof typeof iconRegistry;
|
|
80
|
+
type DirectionProps = {
|
|
81
|
+
name: "chevron";
|
|
82
|
+
direction?: ChevronDirection;
|
|
83
|
+
} | {
|
|
84
|
+
name: "arrow";
|
|
85
|
+
direction?: ArrowDirection;
|
|
86
|
+
} | {
|
|
87
|
+
name: Exclude<IconName, "chevron" | "arrow">;
|
|
88
|
+
};
|
|
89
|
+
export type IconRegistryProps = IconProps & DirectionProps & {
|
|
90
|
+
className?: string;
|
|
91
|
+
} & Omit<SVGProps<SVGSVGElement>, "ref">;
|
|
92
|
+
export declare const Icon: {
|
|
93
|
+
({ name, size, filled, className, ...props }: IconRegistryProps): import("react/jsx-runtime").JSX.Element;
|
|
94
|
+
displayName: string;
|
|
95
|
+
};
|
|
96
|
+
export { iconRegistry };
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export declare const ARROW_PATHS: {
|
|
2
|
+
readonly left: {
|
|
3
|
+
readonly large: {
|
|
4
|
+
readonly d: "M10.2217 6.21973C10.5146 5.9271 10.9894 5.92692 11.2822 6.21973C11.5749 6.51254 11.5748 6.98742 11.2822 7.28027L7.56055 11.002H18.2549C18.6688 11.0023 19.0049 11.3379 19.0049 11.752C19.0049 12.166 18.6688 12.5016 18.2549 12.502H7.56055L11.2822 16.2236C11.5748 16.5165 11.5748 16.9914 11.2822 17.2842C10.9894 17.5769 10.5146 17.5768 10.2217 17.2842L5.21973 12.2822C5.16331 12.2258 5.12062 12.1611 5.08594 12.0938C5.07633 12.0751 5.06469 12.0576 5.05664 12.0381C5.04919 12.02 5.04504 12.0009 5.03906 11.9824C5.01544 11.9095 5 11.8327 5 11.752C5 11.6709 5.01525 11.5937 5.03906 11.5205C5.04453 11.5037 5.04801 11.4862 5.05469 11.4697L5.05859 11.46C5.06783 11.4381 5.08061 11.4182 5.0918 11.3975C5.12559 11.3348 5.16683 11.2746 5.21973 11.2217L10.2217 6.21973Z";
|
|
5
|
+
};
|
|
6
|
+
};
|
|
7
|
+
readonly right: {
|
|
8
|
+
readonly large: {
|
|
9
|
+
readonly d: "M13.7808 17.282C13.4878 17.5746 13.013 17.5748 12.7202 17.282C12.4276 16.9892 12.4276 16.5143 12.7202 16.2214L16.4419 12.4998L5.74756 12.4998C5.33361 12.4995 4.99756 12.1638 4.99756 11.7498C4.99756 11.3357 5.3336 11.0001 5.74756 10.9998L16.4419 10.9998L12.7202 7.27808C12.4277 6.98524 12.4276 6.51036 12.7202 6.21753C13.013 5.92476 13.4879 5.9249 13.7808 6.21753L18.7827 11.2195C18.8391 11.2759 18.8818 11.3406 18.9165 11.408C18.9261 11.4266 18.9378 11.4441 18.9458 11.4636C18.9533 11.4817 18.9574 11.5008 18.9634 11.5193C18.987 11.5922 19.0024 11.669 19.0024 11.7498C19.0024 11.8309 18.9872 11.908 18.9634 11.9812C18.9579 11.998 18.9544 12.0155 18.9478 12.032L18.9438 12.0417C18.9346 12.0636 18.9218 12.0835 18.9106 12.1042C18.8769 12.1669 18.8356 12.2271 18.7827 12.28L13.7808 17.282Z";
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
};
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
export declare const CHEVRON_PATHS: {
|
|
2
|
+
readonly right: {
|
|
3
|
+
readonly small: {
|
|
4
|
+
readonly d: "M10.9288 7.74314C11.0393 7.92719 11.0213 8.16626 10.8741 8.332L6.87414 12.832C6.69075 13.0383 6.37446 13.0572 6.16809 12.874C5.96185 12.6906 5.94294 12.3743 6.12609 12.1679L9.83117 7.99997L6.12609 3.832C5.94294 3.62563 5.96185 3.30933 6.16809 3.12595C6.37446 2.94274 6.69075 2.96168 6.87414 3.16794L10.8741 7.66794L10.9288 7.74314Z";
|
|
5
|
+
};
|
|
6
|
+
};
|
|
7
|
+
readonly left: {
|
|
8
|
+
readonly small: {
|
|
9
|
+
readonly d: "M6.07117 8.25686C5.96073 8.07281 5.97872 7.83374 6.12586 7.668L10.1259 3.168C10.3093 2.96174 10.6255 2.94279 10.8319 3.12601C11.0381 3.30938 11.0571 3.62568 10.8739 3.83206L7.16883 8.00003L10.8739 12.168C11.0571 12.3744 11.0381 12.6907 10.8319 12.8741C10.6255 13.0573 10.3093 13.0383 10.1259 12.8321L6.12586 8.33206L6.07117 8.25686Z";
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
readonly down: {
|
|
13
|
+
readonly small: {
|
|
14
|
+
readonly d: "M12.168 6.12597C12.3744 5.94274 12.6906 5.96165 12.874 6.16797C13.0572 6.37436 13.0383 6.69063 12.832 6.87402L8.33203 10.874C8.14266 11.0421 7.85733 11.0421 7.66797 10.874L3.16797 6.87402C2.96165 6.69063 2.94274 6.37436 3.12597 6.16797C3.30936 5.96165 3.62563 5.94274 3.83203 6.12597L8 9.83007L12.168 6.12597Z";
|
|
15
|
+
};
|
|
16
|
+
};
|
|
17
|
+
readonly up: {
|
|
18
|
+
readonly small: {
|
|
19
|
+
readonly d: "M7.74314 6.07117C7.92719 5.96073 8.16626 5.97872 8.332 6.12586L12.832 10.1259C13.0383 10.3093 13.0572 10.6255 12.874 10.8319C12.6906 11.0381 12.3743 11.0571 12.1679 10.8739L7.99997 7.16883L3.832 10.8739C3.62563 11.0571 3.30933 11.0381 3.12595 10.8319C2.94274 10.6255 2.96168 10.3093 3.16794 10.1259L7.66794 6.12586L7.74314 6.07117Z";
|
|
20
|
+
};
|
|
21
|
+
};
|
|
22
|
+
readonly upDown: {
|
|
23
|
+
readonly small: {
|
|
24
|
+
readonly d: "M12.1679 11.1259C12.3743 10.9426 12.6906 10.9615 12.874 11.1679C13.0572 11.3742 13.0383 11.6905 12.832 11.8739L8.332 15.8739C8.14266 16.0419 7.85728 16.0419 7.66794 15.8739L3.16794 11.8739C2.96165 11.6905 2.94278 11.3742 3.12595 11.1679C3.30933 10.9615 3.6256 10.9426 3.832 11.1259L7.99997 14.83L12.1679 11.1259ZM7.74313 0.0711718C7.92719 -0.0392683 8.16625 -0.021282 8.332 0.125859L12.832 4.12586C13.0383 4.30925 13.0572 4.62554 12.874 4.83191C12.6906 5.03814 12.3743 5.05706 12.1679 4.87391L7.99997 1.16883L3.832 4.87391C3.62563 5.05706 3.30932 5.03814 3.12595 4.83191C2.94274 4.62554 2.96168 4.30925 3.16794 4.12586L7.66794 0.125859L7.74313 0.0711718Z";
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
};
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { SVGProps } from 'react';
|
|
2
|
+
import { IconProps, IconSize } from './types';
|
|
3
|
+
export type IconShape = {
|
|
4
|
+
type?: "path" | "rect";
|
|
5
|
+
d?: string;
|
|
6
|
+
x?: number;
|
|
7
|
+
y?: number;
|
|
8
|
+
width?: number;
|
|
9
|
+
height?: number;
|
|
10
|
+
rx?: number;
|
|
11
|
+
fill?: string;
|
|
12
|
+
stroke?: string;
|
|
13
|
+
fillRule?: "evenodd";
|
|
14
|
+
strokeWidth?: number;
|
|
15
|
+
opacity?: number;
|
|
16
|
+
};
|
|
17
|
+
export type IconPathEntry = IconShape | IconShape[];
|
|
18
|
+
export type IconPathSet = Partial<Record<IconSize, IconPathEntry>>;
|
|
19
|
+
export type IconVariantSet = {
|
|
20
|
+
outline?: IconPathSet;
|
|
21
|
+
filled?: IconPathSet;
|
|
22
|
+
};
|
|
23
|
+
export type CreateIconOptions = {
|
|
24
|
+
name: string;
|
|
25
|
+
outline: IconPathSet;
|
|
26
|
+
filled?: IconPathSet;
|
|
27
|
+
variants?: Record<string, IconVariantSet>;
|
|
28
|
+
};
|
|
29
|
+
export declare const createIcon: ({ name, outline, filled, variants }: CreateIconOptions) => import('react').ForwardRefExoticComponent<Omit<IconProps & SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
30
|
+
/** Renders multiple size variants side-by-side for canvas stories */
|
|
31
|
+
export declare const IconSizeRow: ({ Icon, filled, }: {
|
|
32
|
+
Icon: React.ComponentType<IconProps>;
|
|
33
|
+
filled?: boolean;
|
|
34
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
export declare const AttachmentIcon: import('react').ForwardRefExoticComponent<Omit<import('./types').IconProps & import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
2
|
+
export declare const MicrophoneIcon: import('react').ForwardRefExoticComponent<Omit<import('./types').IconProps & import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
3
|
+
export declare const AddIcon: import('react').ForwardRefExoticComponent<Omit<import('./types').IconProps & import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
4
|
+
export declare const PlusIcon: import('react').ForwardRefExoticComponent<Omit<import('./types').IconProps & import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
5
|
+
export declare const DoneIcon: import('react').ForwardRefExoticComponent<Omit<import('./types').IconProps & import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
6
|
+
export declare const MinusIcon: import('react').ForwardRefExoticComponent<Omit<import('./types').IconProps & import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
7
|
+
export declare const SendIcon: import('react').ForwardRefExoticComponent<Omit<import('./types').IconProps & import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
8
|
+
export declare const SearchIcon: import('react').ForwardRefExoticComponent<Omit<import('./types').IconProps & import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
9
|
+
export declare const StarIcon: import('react').ForwardRefExoticComponent<Omit<import('./types').IconProps & import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
10
|
+
export declare const HeartIcon: import('react').ForwardRefExoticComponent<Omit<import('./types').IconProps & import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
11
|
+
export declare const ClearIcon: import('react').ForwardRefExoticComponent<Omit<import('./types').IconProps & import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
12
|
+
export declare const AnalyticsIcon: import('react').ForwardRefExoticComponent<Omit<import('./types').IconProps & import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
13
|
+
export declare const TrashIcon: import('react').ForwardRefExoticComponent<Omit<import('./types').IconProps & import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
14
|
+
export declare const ChatIcon: import('react').ForwardRefExoticComponent<Omit<import('./types').IconProps & import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
15
|
+
export declare const ChatProIcon: import('react').ForwardRefExoticComponent<Omit<import('./types').IconProps & import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
16
|
+
export declare const FiltersIcon: import('react').ForwardRefExoticComponent<Omit<import('./types').IconProps & import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
17
|
+
export declare const PenIcon: import('react').ForwardRefExoticComponent<Omit<import('./types').IconProps & import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
18
|
+
export declare const TickIcon: import('react').ForwardRefExoticComponent<Omit<import('./types').IconProps & import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
19
|
+
export declare const DocumentIcon: import('react').ForwardRefExoticComponent<Omit<import('./types').IconProps & import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
20
|
+
export declare const SparklesIcon: import('react').ForwardRefExoticComponent<Omit<import('./types').IconProps & import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
21
|
+
export declare const ExpandIcon: import('react').ForwardRefExoticComponent<Omit<import('./types').IconProps & import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
22
|
+
export declare const SpeakerIcon: import('react').ForwardRefExoticComponent<Omit<import('./types').IconProps & import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
23
|
+
export declare const CopyIcon: import('react').ForwardRefExoticComponent<Omit<import('./types').IconProps & import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
24
|
+
export declare const DateIcon: import('react').ForwardRefExoticComponent<Omit<import('./types').IconProps & import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
25
|
+
export declare const RefreshIcon: import('react').ForwardRefExoticComponent<Omit<import('./types').IconProps & import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
26
|
+
export declare const ActivityIcon: import('react').ForwardRefExoticComponent<Omit<import('./types').IconProps & import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
27
|
+
export declare const MenuIcon: import('react').ForwardRefExoticComponent<Omit<import('./types').IconProps & import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
28
|
+
export declare const InviteIcon: import('react').ForwardRefExoticComponent<Omit<import('./types').IconProps & import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
29
|
+
export declare const ReportIcon: import('react').ForwardRefExoticComponent<Omit<import('./types').IconProps & import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
30
|
+
export declare const SidebarIcon: import('react').ForwardRefExoticComponent<Omit<import('./types').IconProps & import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
31
|
+
export declare const DownloadIcon: import('react').ForwardRefExoticComponent<Omit<import('./types').IconProps & import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
32
|
+
export declare const UploadIcon: import('react').ForwardRefExoticComponent<Omit<import('./types').IconProps & import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
33
|
+
export declare const PreviewIcon: import('react').ForwardRefExoticComponent<Omit<import('./types').IconProps & import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
34
|
+
export declare const FixesIcon: import('react').ForwardRefExoticComponent<Omit<import('./types').IconProps & import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
35
|
+
export declare const IssuesIcon: import('react').ForwardRefExoticComponent<Omit<import('./types').IconProps & import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
36
|
+
export declare const MoreIcon: import('react').ForwardRefExoticComponent<Omit<import('./types').IconProps & import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
37
|
+
export declare const BulbIcon: import('react').ForwardRefExoticComponent<Omit<import('./types').IconProps & import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
38
|
+
export declare const ShipIcon: import('react').ForwardRefExoticComponent<Omit<import('./types').IconProps & import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
39
|
+
export declare const PersonIcon: import('react').ForwardRefExoticComponent<Omit<import('./types').IconProps & import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
40
|
+
export declare const ArchiveIcon: import('react').ForwardRefExoticComponent<Omit<import('./types').IconProps & import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
41
|
+
export declare const LogOutIcon: import('react').ForwardRefExoticComponent<Omit<import('./types').IconProps & import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
42
|
+
export declare const SettingsIcon: import('react').ForwardRefExoticComponent<Omit<import('./types').IconProps & import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
43
|
+
export declare const TasksIcon: import('react').ForwardRefExoticComponent<Omit<import('./types').IconProps & import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
44
|
+
export declare const WorkflowIcon: import('react').ForwardRefExoticComponent<Omit<import('./types').IconProps & import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
45
|
+
export declare const FormIcon: import('react').ForwardRefExoticComponent<Omit<import('./types').IconProps & import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
46
|
+
export declare const ApprovalIcon: import('react').ForwardRefExoticComponent<Omit<import('./types').IconProps & import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
47
|
+
export declare const FormsIcon: import('react').ForwardRefExoticComponent<Omit<import('./types').IconProps & import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
48
|
+
export declare const BookIcon: import('react').ForwardRefExoticComponent<Omit<import('./types').IconProps & import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
49
|
+
export declare const MentionIcon: import('react').ForwardRefExoticComponent<Omit<import('./types').IconProps & import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
50
|
+
export declare const ActionsIcon: import('react').ForwardRefExoticComponent<Omit<import('./types').IconProps & import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
51
|
+
export declare const CriticalIcon: import('react').ForwardRefExoticComponent<Omit<import('./types').IconProps & import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
52
|
+
export declare const InformationIcon: import('react').ForwardRefExoticComponent<Omit<import('./types').IconProps & import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
53
|
+
export declare const CautionIcon: import('react').ForwardRefExoticComponent<Omit<import('./types').IconProps & import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
54
|
+
export declare const FolderIcon: import('react').ForwardRefExoticComponent<Omit<import('./types').IconProps & import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
55
|
+
export declare const FolderStarredIcon: import('react').ForwardRefExoticComponent<Omit<import('./types').IconProps & import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
56
|
+
export declare const QualityIcon: import('react').ForwardRefExoticComponent<Omit<import('./types').IconProps & import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
57
|
+
export declare const LocationIcon: import('react').ForwardRefExoticComponent<Omit<import('./types').IconProps & import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
58
|
+
export declare const UsersIcon: import('react').ForwardRefExoticComponent<Omit<import('./types').IconProps & import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
59
|
+
export declare const UndoIcon: import('react').ForwardRefExoticComponent<Omit<import('./types').IconProps & import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
60
|
+
export declare const SpinnerIcon: import('react').ForwardRefExoticComponent<Omit<import('./types').IconProps & import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
61
|
+
export declare const ClockIcon: import('react').ForwardRefExoticComponent<Omit<import('./types').IconProps & import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
62
|
+
export declare const GapIcon: import('react').ForwardRefExoticComponent<Omit<import('./types').IconProps & import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
63
|
+
export declare const DefectReportIcon: import('react').ForwardRefExoticComponent<Omit<import('./types').IconProps & import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
64
|
+
export declare const TaskIcon: import('react').ForwardRefExoticComponent<Omit<import('./types').IconProps & import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
65
|
+
export declare const FileIcon: import('react').ForwardRefExoticComponent<Omit<import('./types').IconProps & import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
66
|
+
export declare const ReportActionsIcon: import('react').ForwardRefExoticComponent<Omit<import('./types').IconProps & import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
67
|
+
export declare const CheckboxIcon: import('react').ForwardRefExoticComponent<Omit<import('./types').IconProps & import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
68
|
+
export declare const StatusIcon: import('react').ForwardRefExoticComponent<Omit<import('./types').IconProps & import('react').SVGProps<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { IconDataName } from './icons-data';
|
|
2
|
+
import { IconSize } from './types';
|
|
3
|
+
export declare const getOutlineSizes: (name: IconDataName) => IconSize[];
|
|
4
|
+
export declare const getFilledSizes: (name: IconDataName) => IconSize[];
|
|
5
|
+
export declare const hasIconSize: (name: IconDataName, size: IconSize, filled?: boolean) => boolean;
|