@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,25 @@
|
|
|
1
|
+
export { createIcon, IconSizeRow } from "./createIcon";
|
|
2
|
+
export type { CreateIconOptions, IconPathSet } from "./createIcon";
|
|
3
|
+
|
|
4
|
+
export { ChevronIcon } from "./ChevronIcon";
|
|
5
|
+
export type { ChevronIconProps } from "./ChevronIcon";
|
|
6
|
+
export { ArrowIcon } from "./ArrowIcon";
|
|
7
|
+
export type { ArrowIconProps } from "./ArrowIcon";
|
|
8
|
+
|
|
9
|
+
export { iconsData } from "./icons-data";
|
|
10
|
+
export type { IconDataEntry, IconDataName } from "./icons-data";
|
|
11
|
+
|
|
12
|
+
export * from "./generated";
|
|
13
|
+
|
|
14
|
+
export { Icon, iconRegistry } from "./Icon";
|
|
15
|
+
export type { IconName, IconRegistryProps } from "./Icon";
|
|
16
|
+
|
|
17
|
+
export { hasIconSize, getFilledSizes, getOutlineSizes } from "./icon-sizes";
|
|
18
|
+
|
|
19
|
+
export {
|
|
20
|
+
ICON_BOX,
|
|
21
|
+
type ArrowDirection,
|
|
22
|
+
type ChevronDirection,
|
|
23
|
+
type IconProps,
|
|
24
|
+
type IconSize,
|
|
25
|
+
} from "./types";
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export type IconSize = "large" | "small" | "xs";
|
|
2
|
+
|
|
3
|
+
export const ICON_BOX: Record<IconSize, number> = {
|
|
4
|
+
large: 24,
|
|
5
|
+
small: 16,
|
|
6
|
+
xs: 12,
|
|
7
|
+
};
|
|
8
|
+
|
|
9
|
+
export type IconProps = {
|
|
10
|
+
size?: IconSize;
|
|
11
|
+
filled?: boolean;
|
|
12
|
+
variant?: string;
|
|
13
|
+
className?: string;
|
|
14
|
+
};
|
|
15
|
+
|
|
16
|
+
export type ChevronDirection = "left" | "right" | "up" | "down" | "upDown";
|
|
17
|
+
|
|
18
|
+
export type ArrowDirection = "left" | "right";
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { createIllustration } from "./createIllustration";
|
|
2
|
+
|
|
3
|
+
export const AuditPreparationIllustration = createIllustration({
|
|
4
|
+
name: "Audit preparation",
|
|
5
|
+
children: (
|
|
6
|
+
<>
|
|
7
|
+
<rect x="36" y="24" width="48" height="64" rx="6" fill="var(--grey-50)" stroke="var(--grey-300)" strokeWidth="1.5" />
|
|
8
|
+
<rect x="44" y="36" width="32" height="4" rx="2" fill="var(--orange-50)" />
|
|
9
|
+
<rect x="44" y="48" width="24" height="4" rx="2" fill="var(--grey-200)" />
|
|
10
|
+
<rect x="44" y="60" width="28" height="4" rx="2" fill="var(--grey-200)" />
|
|
11
|
+
<path d="M28 88h64" stroke="var(--grey-300)" strokeWidth="2" strokeLinecap="round" />
|
|
12
|
+
<path d="M52 76v12M68 76v12" stroke="var(--grey-400)" strokeWidth="2" strokeLinecap="round" />
|
|
13
|
+
</>
|
|
14
|
+
),
|
|
15
|
+
});
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { createIllustration } from "./createIllustration";
|
|
2
|
+
|
|
3
|
+
export const CompletedTasksIllustration = createIllustration({
|
|
4
|
+
name: "Completed tasks",
|
|
5
|
+
children: (
|
|
6
|
+
<>
|
|
7
|
+
<rect x="28" y="32" width="64" height="12" rx="4" fill="var(--green-100)" />
|
|
8
|
+
<rect x="28" y="52" width="64" height="12" rx="4" fill="var(--green-100)" />
|
|
9
|
+
<rect x="28" y="72" width="48" height="12" rx="4" fill="var(--grey-100)" />
|
|
10
|
+
<circle cx="36" cy="38" r="4" fill="var(--green-700)" />
|
|
11
|
+
<circle cx="36" cy="58" r="4" fill="var(--green-700)" />
|
|
12
|
+
<circle cx="36" cy="78" r="4" fill="var(--grey-300)" />
|
|
13
|
+
<path d="M34 38l1.5 1.5 3-3M34 58l1.5 1.5 3-3" stroke="white" strokeWidth="1.2" strokeLinecap="round" strokeLinejoin="round" />
|
|
14
|
+
</>
|
|
15
|
+
),
|
|
16
|
+
});
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { createIllustration } from "./createIllustration";
|
|
2
|
+
|
|
3
|
+
export const CreationIllustration = createIllustration({
|
|
4
|
+
name: "Creation",
|
|
5
|
+
children: (
|
|
6
|
+
<>
|
|
7
|
+
<rect x="32" y="28" width="56" height="64" rx="8" fill="var(--grey-50)" stroke="var(--grey-300)" strokeWidth="1.5" />
|
|
8
|
+
<path d="M44 48h32M44 60h24M44 72h28" stroke="var(--grey-300)" strokeWidth="2" strokeLinecap="round" />
|
|
9
|
+
<circle cx="84" cy="36" r="12" fill="var(--blue-600)" />
|
|
10
|
+
<path d="M84 30v12M78 36h12" stroke="white" strokeWidth="2" strokeLinecap="round" />
|
|
11
|
+
</>
|
|
12
|
+
),
|
|
13
|
+
});
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { createIllustration } from "./createIllustration";
|
|
2
|
+
|
|
3
|
+
export const InternalAuditIllustration = createIllustration({
|
|
4
|
+
name: "Internal audit",
|
|
5
|
+
children: (
|
|
6
|
+
<>
|
|
7
|
+
<circle cx="60" cy="52" r="24" fill="var(--purple-100)" stroke="var(--purple-700)" strokeWidth="1.5" />
|
|
8
|
+
<path d="M60 40v16M52 52h16" stroke="var(--purple-700)" strokeWidth="2" strokeLinecap="round" />
|
|
9
|
+
<rect x="32" y="80" width="56" height="8" rx="4" fill="var(--grey-200)" />
|
|
10
|
+
<rect x="40" y="72" width="40" height="4" rx="2" fill="var(--grey-300)" />
|
|
11
|
+
</>
|
|
12
|
+
),
|
|
13
|
+
});
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { createIllustration } from "./createIllustration";
|
|
2
|
+
|
|
3
|
+
export const InviteIllustration = createIllustration({
|
|
4
|
+
name: "Invite",
|
|
5
|
+
children: (
|
|
6
|
+
<>
|
|
7
|
+
<circle cx="48" cy="52" r="16" fill="var(--green-100)" stroke="var(--green-700)" strokeWidth="1.5" />
|
|
8
|
+
<circle cx="76" cy="52" r="12" fill="var(--blue-100)" stroke="var(--blue-600)" strokeWidth="1.5" />
|
|
9
|
+
<path d="M64 52h8M68 48v8" stroke="var(--grey-700)" strokeWidth="2" strokeLinecap="round" />
|
|
10
|
+
<rect x="32" y="76" width="56" height="20" rx="6" fill="var(--grey-100)" stroke="var(--grey-200)" strokeWidth="1.5" />
|
|
11
|
+
</>
|
|
12
|
+
),
|
|
13
|
+
});
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { createIllustration } from "./createIllustration";
|
|
2
|
+
|
|
3
|
+
export const PortStateControlIllustration = createIllustration({
|
|
4
|
+
name: "Port state control",
|
|
5
|
+
children: (
|
|
6
|
+
<>
|
|
7
|
+
<path d="M24 80h72" stroke="var(--blue-400)" strokeWidth="2" strokeLinecap="round" />
|
|
8
|
+
<path d="M36 80V52l24-16 24 16v28" fill="var(--blue-50)" stroke="var(--blue-600)" strokeWidth="1.5" strokeLinejoin="round" />
|
|
9
|
+
<rect x="52" y="60" width="16" height="20" rx="2" fill="var(--blue-100)" stroke="var(--blue-600)" strokeWidth="1.5" />
|
|
10
|
+
<circle cx="72" cy="44" r="8" fill="var(--orange-50)" stroke="var(--orange-700)" strokeWidth="1.5" />
|
|
11
|
+
</>
|
|
12
|
+
),
|
|
13
|
+
});
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { createIllustration } from "./createIllustration";
|
|
2
|
+
|
|
3
|
+
export const ProcessingIllustration = createIllustration({
|
|
4
|
+
name: "Processing",
|
|
5
|
+
children: (
|
|
6
|
+
<>
|
|
7
|
+
<circle cx="60" cy="60" r="28" fill="var(--blue-50)" stroke="var(--blue-100)" strokeWidth="1.5" />
|
|
8
|
+
<path
|
|
9
|
+
d="M60 36a24 24 0 0 1 20.78 12"
|
|
10
|
+
stroke="var(--blue-600)"
|
|
11
|
+
strokeWidth="3"
|
|
12
|
+
strokeLinecap="round"
|
|
13
|
+
/>
|
|
14
|
+
<circle cx="60" cy="60" r="4" fill="var(--blue-600)" />
|
|
15
|
+
</>
|
|
16
|
+
),
|
|
17
|
+
});
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { createIllustration } from "./createIllustration";
|
|
2
|
+
|
|
3
|
+
export const QuestionsDoneIllustration = createIllustration({
|
|
4
|
+
name: "Questions done",
|
|
5
|
+
children: (
|
|
6
|
+
<>
|
|
7
|
+
<rect x="32" y="28" width="56" height="64" rx="8" fill="var(--grey-50)" stroke="var(--grey-300)" strokeWidth="1.5" />
|
|
8
|
+
<circle cx="44" cy="48" r="6" fill="var(--green-100)" stroke="var(--green-700)" strokeWidth="1.5" />
|
|
9
|
+
<path d="M42 48l1.5 1.5 3-3" stroke="var(--green-700)" strokeWidth="1.2" strokeLinecap="round" strokeLinejoin="round" />
|
|
10
|
+
<rect x="56" y="44" width="24" height="4" rx="2" fill="var(--grey-200)" />
|
|
11
|
+
<circle cx="44" cy="68" r="6" fill="var(--green-100)" stroke="var(--green-700)" strokeWidth="1.5" />
|
|
12
|
+
<path d="M42 68l1.5 1.5 3-3" stroke="var(--green-700)" strokeWidth="1.2" strokeLinecap="round" strokeLinejoin="round" />
|
|
13
|
+
<rect x="56" y="64" width="20" height="4" rx="2" fill="var(--grey-200)" />
|
|
14
|
+
</>
|
|
15
|
+
),
|
|
16
|
+
});
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { createIllustration } from "./createIllustration";
|
|
2
|
+
|
|
3
|
+
export const RightShipInspectionIllustration = createIllustration({
|
|
4
|
+
name: "RightShip inspection",
|
|
5
|
+
children: (
|
|
6
|
+
<>
|
|
7
|
+
<path
|
|
8
|
+
d="M30 72c0-16 13.5-28 30-28s30 12 30 28"
|
|
9
|
+
fill="var(--blue-50)"
|
|
10
|
+
stroke="var(--blue-600)"
|
|
11
|
+
strokeWidth="1.5"
|
|
12
|
+
/>
|
|
13
|
+
<rect x="46" y="44" width="28" height="16" rx="4" fill="var(--blue-100)" stroke="var(--blue-600)" strokeWidth="1.5" />
|
|
14
|
+
<path d="M42 72h36" stroke="var(--grey-400)" strokeWidth="2" strokeLinecap="round" />
|
|
15
|
+
<circle cx="78" cy="36" r="6" fill="var(--green-700)" />
|
|
16
|
+
</>
|
|
17
|
+
),
|
|
18
|
+
});
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { createIllustration } from "./createIllustration";
|
|
2
|
+
|
|
3
|
+
export const UploadIllustration = createIllustration({
|
|
4
|
+
name: "Upload",
|
|
5
|
+
children: (
|
|
6
|
+
<>
|
|
7
|
+
<rect x="28" y="36" width="64" height="48" rx="8" fill="var(--grey-100)" stroke="var(--grey-300)" strokeWidth="1.5" />
|
|
8
|
+
<path d="M60 52v20M52 60l8-8 8 8" stroke="var(--blue-600)" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" />
|
|
9
|
+
<rect x="36" y="28" width="48" height="8" rx="4" fill="var(--grey-200)" />
|
|
10
|
+
</>
|
|
11
|
+
),
|
|
12
|
+
});
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { createIllustration } from "./createIllustration";
|
|
2
|
+
|
|
3
|
+
export const WorkflowCreatedIllustration = createIllustration({
|
|
4
|
+
name: "Workflow created",
|
|
5
|
+
children: (
|
|
6
|
+
<>
|
|
7
|
+
<rect x="24" y="40" width="72" height="40" rx="8" fill="var(--blue-50)" stroke="var(--blue-600)" strokeWidth="1.5" />
|
|
8
|
+
<path d="M40 60h40M52 48v24" stroke="var(--blue-400)" strokeWidth="1.5" strokeLinecap="round" />
|
|
9
|
+
<circle cx="84" cy="32" r="14" fill="var(--green-100)" stroke="var(--green-700)" strokeWidth="1.5" />
|
|
10
|
+
<path d="M79 32l3 3 6-6" stroke="var(--green-700)" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" />
|
|
11
|
+
</>
|
|
12
|
+
),
|
|
13
|
+
});
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { createIllustration } from "./createIllustration";
|
|
2
|
+
|
|
3
|
+
export const WorkflowsIllustration = createIllustration({
|
|
4
|
+
name: "Workflows",
|
|
5
|
+
children: (
|
|
6
|
+
<>
|
|
7
|
+
<rect x="20" y="24" width="32" height="24" rx="6" fill="var(--blue-50)" stroke="var(--blue-600)" strokeWidth="1.5" />
|
|
8
|
+
<rect x="68" y="24" width="32" height="24" rx="6" fill="var(--blue-50)" stroke="var(--blue-600)" strokeWidth="1.5" />
|
|
9
|
+
<rect x="44" y="72" width="32" height="24" rx="6" fill="var(--blue-100)" stroke="var(--blue-600)" strokeWidth="1.5" />
|
|
10
|
+
<path d="M52 48v12M68 48v12M52 60h16" stroke="var(--blue-400)" strokeWidth="1.5" strokeLinecap="round" />
|
|
11
|
+
</>
|
|
12
|
+
),
|
|
13
|
+
});
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import type { ReactNode, SVGProps } from "react";
|
|
2
|
+
import { cn } from "../utils/cn";
|
|
3
|
+
|
|
4
|
+
export type IllustrationProps = SVGProps<SVGSVGElement>;
|
|
5
|
+
|
|
6
|
+
type CreateIllustrationOptions = {
|
|
7
|
+
name: string;
|
|
8
|
+
children: ReactNode;
|
|
9
|
+
};
|
|
10
|
+
|
|
11
|
+
export const createIllustration = ({ name, children }: CreateIllustrationOptions) => {
|
|
12
|
+
const Illustration = ({ className, ...props }: IllustrationProps) => (
|
|
13
|
+
<svg
|
|
14
|
+
width={120}
|
|
15
|
+
height={120}
|
|
16
|
+
viewBox="0 0 120 120"
|
|
17
|
+
fill="none"
|
|
18
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
19
|
+
role="img"
|
|
20
|
+
aria-label={name}
|
|
21
|
+
className={cn("shrink-0", className)}
|
|
22
|
+
{...props}
|
|
23
|
+
>
|
|
24
|
+
{children}
|
|
25
|
+
</svg>
|
|
26
|
+
);
|
|
27
|
+
|
|
28
|
+
Illustration.displayName = name;
|
|
29
|
+
return Illustration;
|
|
30
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export { createIllustration, type IllustrationProps } from "./createIllustration";
|
|
2
|
+
|
|
3
|
+
export { WorkflowsIllustration } from "./Workflows";
|
|
4
|
+
export { UploadIllustration } from "./Upload";
|
|
5
|
+
export { ProcessingIllustration } from "./Processing";
|
|
6
|
+
export { InviteIllustration } from "./Invite";
|
|
7
|
+
export { CreationIllustration } from "./Creation";
|
|
8
|
+
export { CompletedTasksIllustration } from "./CompletedTasks";
|
|
9
|
+
export { WorkflowCreatedIllustration } from "./WorkflowCreated";
|
|
10
|
+
export { AuditPreparationIllustration } from "./AuditPreparation";
|
|
11
|
+
export { PortStateControlIllustration } from "./PortStateControl";
|
|
12
|
+
export { RightShipInspectionIllustration } from "./RightShipInspection";
|
|
13
|
+
export { InternalAuditIllustration } from "./InternalAudit";
|
|
14
|
+
export { QuestionsDoneIllustration } from "./QuestionsDone";
|
package/src/index.ts
CHANGED
|
@@ -1,4 +1,50 @@
|
|
|
1
|
-
export { theme as tailwindTheme } from "
|
|
2
|
-
export { materialTheme } from "../src/material-theme";
|
|
1
|
+
export { theme as tailwindTheme } from "./tailwind-theme";
|
|
3
2
|
|
|
4
|
-
export * from "
|
|
3
|
+
export * from "./tokens";
|
|
4
|
+
export * from "./icons";
|
|
5
|
+
export * from "./primitives";
|
|
6
|
+
export * from "./illustrations";
|
|
7
|
+
|
|
8
|
+
export {
|
|
9
|
+
Input,
|
|
10
|
+
ReportInput,
|
|
11
|
+
InputType,
|
|
12
|
+
Chip,
|
|
13
|
+
Checkbox,
|
|
14
|
+
Tab,
|
|
15
|
+
Tabs,
|
|
16
|
+
Header,
|
|
17
|
+
Entry,
|
|
18
|
+
EmptyState,
|
|
19
|
+
ModalPanel,
|
|
20
|
+
PdfViewer,
|
|
21
|
+
ImageViewer,
|
|
22
|
+
DocumentEditor,
|
|
23
|
+
} from "./components";
|
|
24
|
+
|
|
25
|
+
export type {
|
|
26
|
+
InputProps,
|
|
27
|
+
InputState,
|
|
28
|
+
ReportInputProps,
|
|
29
|
+
ReportInputState,
|
|
30
|
+
InputTypeProps,
|
|
31
|
+
InputTypeKind,
|
|
32
|
+
InputTypeState,
|
|
33
|
+
ChipProps,
|
|
34
|
+
ChipVariant,
|
|
35
|
+
CheckboxProps,
|
|
36
|
+
TabProps,
|
|
37
|
+
TabState,
|
|
38
|
+
TabsProps,
|
|
39
|
+
TabsItem,
|
|
40
|
+
TabsType,
|
|
41
|
+
HeaderProps,
|
|
42
|
+
HeaderVariant,
|
|
43
|
+
EntryProps,
|
|
44
|
+
EntryType,
|
|
45
|
+
EntryState,
|
|
46
|
+
EmptyStateProps,
|
|
47
|
+
} from "./components";
|
|
48
|
+
|
|
49
|
+
export * as Patterns from "./patterns";
|
|
50
|
+
export * as Domain from "./domain";
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { FileIcon } from "../../icons";
|
|
2
|
+
import { cn } from "../../utils/cn";
|
|
3
|
+
|
|
4
|
+
export type AttachmentProps = {
|
|
5
|
+
name?: string;
|
|
6
|
+
size?: string;
|
|
7
|
+
className?: string;
|
|
8
|
+
};
|
|
9
|
+
|
|
10
|
+
export const Attachment = ({
|
|
11
|
+
name = "inspection-report.pdf",
|
|
12
|
+
size = "2.4 MB",
|
|
13
|
+
className,
|
|
14
|
+
}: AttachmentProps) => (
|
|
15
|
+
<div
|
|
16
|
+
className={cn(
|
|
17
|
+
"inline-flex items-center gap-2 rounded-control border border-divider-primary bg-background-secondary px-3 py-2",
|
|
18
|
+
className,
|
|
19
|
+
)}
|
|
20
|
+
>
|
|
21
|
+
<FileIcon className="size-5 shrink-0 text-display-on-light-tertiary" />
|
|
22
|
+
<div className="min-w-0">
|
|
23
|
+
<p className="truncate text-caption-2-em text-display-on-light-primary">{name}</p>
|
|
24
|
+
<p className="text-footnote text-display-on-light-quaternary">{size}</p>
|
|
25
|
+
</div>
|
|
26
|
+
</div>
|
|
27
|
+
);
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { type ReactNode } from "react";
|
|
2
|
+
import { Avatar } from "../../primitives";
|
|
3
|
+
import { cn } from "../../utils/cn";
|
|
4
|
+
import type { Chief } from "../Sidebar/Switcher";
|
|
5
|
+
|
|
6
|
+
export type ChatEntryRole = "user" | "chief";
|
|
7
|
+
|
|
8
|
+
export type ChatEntryProps = {
|
|
9
|
+
role?: ChatEntryRole;
|
|
10
|
+
chief?: Chief;
|
|
11
|
+
children?: ReactNode;
|
|
12
|
+
className?: string;
|
|
13
|
+
};
|
|
14
|
+
|
|
15
|
+
export const ChatEntry = ({
|
|
16
|
+
role = "chief",
|
|
17
|
+
chief = "technical",
|
|
18
|
+
children = "Based on the inspection data, all critical systems are operating within acceptable parameters.",
|
|
19
|
+
className,
|
|
20
|
+
}: ChatEntryProps) => (
|
|
21
|
+
<div
|
|
22
|
+
className={cn(
|
|
23
|
+
"flex gap-3",
|
|
24
|
+
role === "user" ? "flex-row-reverse" : "flex-row",
|
|
25
|
+
className,
|
|
26
|
+
)}
|
|
27
|
+
data-role={role}
|
|
28
|
+
>
|
|
29
|
+
{role === "chief" && <Avatar chief={chief} size={32} />}
|
|
30
|
+
<div
|
|
31
|
+
className={cn(
|
|
32
|
+
"max-w-[80%] rounded-control px-4 py-3 text-body",
|
|
33
|
+
role === "user"
|
|
34
|
+
? "bg-action-primary-idle text-action-primary-on-idle"
|
|
35
|
+
: "bg-background-secondary text-display-on-light-primary",
|
|
36
|
+
)}
|
|
37
|
+
>
|
|
38
|
+
{children}
|
|
39
|
+
</div>
|
|
40
|
+
</div>
|
|
41
|
+
);
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { Avatar, IconButton } from "../../primitives";
|
|
2
|
+
import { MoreIcon } from "../../icons";
|
|
3
|
+
import { cn } from "../../utils/cn";
|
|
4
|
+
import type { Chief } from "../Sidebar/Switcher";
|
|
5
|
+
|
|
6
|
+
export type ChatHeaderProps = {
|
|
7
|
+
chief?: Chief;
|
|
8
|
+
title?: string;
|
|
9
|
+
className?: string;
|
|
10
|
+
};
|
|
11
|
+
|
|
12
|
+
const chiefTitles: Record<Chief, string> = {
|
|
13
|
+
technical: "Technical Chief",
|
|
14
|
+
compliance: "Compliance Chief",
|
|
15
|
+
};
|
|
16
|
+
|
|
17
|
+
export const ChatHeader = ({
|
|
18
|
+
chief = "technical",
|
|
19
|
+
title = "Hull inspection report",
|
|
20
|
+
className,
|
|
21
|
+
}: ChatHeaderProps) => (
|
|
22
|
+
<header
|
|
23
|
+
className={cn(
|
|
24
|
+
"flex items-center gap-3 border-b border-divider-primary px-4 py-3",
|
|
25
|
+
className,
|
|
26
|
+
)}
|
|
27
|
+
>
|
|
28
|
+
<Avatar chief={chief} size={32} />
|
|
29
|
+
<div className="min-w-0 flex-1">
|
|
30
|
+
<p className="truncate text-caption-2 text-display-on-light-tertiary">
|
|
31
|
+
{chiefTitles[chief]}
|
|
32
|
+
</p>
|
|
33
|
+
<h2 className="truncate text-subheader-em text-display-on-light-primary">{title}</h2>
|
|
34
|
+
</div>
|
|
35
|
+
<IconButton hierarchy="quaternary" size="small" aria-label="More options">
|
|
36
|
+
<MoreIcon />
|
|
37
|
+
</IconButton>
|
|
38
|
+
</header>
|
|
39
|
+
);
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { IconButton } from "../../primitives";
|
|
2
|
+
import { AttachmentIcon, SendIcon } from "../../icons";
|
|
3
|
+
import { cn } from "../../utils/cn";
|
|
4
|
+
|
|
5
|
+
export type ChatInputProps = {
|
|
6
|
+
placeholder?: string;
|
|
7
|
+
className?: string;
|
|
8
|
+
};
|
|
9
|
+
|
|
10
|
+
export const ChatInput = ({
|
|
11
|
+
placeholder = "Ask your Chief anything...",
|
|
12
|
+
className,
|
|
13
|
+
}: ChatInputProps) => (
|
|
14
|
+
<div
|
|
15
|
+
className={cn(
|
|
16
|
+
"flex items-end gap-2 rounded-control border border-divider-primary bg-background-primary p-3 shadow-raise1",
|
|
17
|
+
className,
|
|
18
|
+
)}
|
|
19
|
+
>
|
|
20
|
+
<IconButton hierarchy="quaternary" size="small" aria-label="Attach file">
|
|
21
|
+
<AttachmentIcon />
|
|
22
|
+
</IconButton>
|
|
23
|
+
|
|
24
|
+
<textarea
|
|
25
|
+
rows={1}
|
|
26
|
+
placeholder={placeholder}
|
|
27
|
+
className="max-h-32 min-h-6 flex-1 resize-none bg-transparent text-body text-display-on-light-primary placeholder:text-display-on-light-quaternary focus:outline-none"
|
|
28
|
+
aria-label="Message input"
|
|
29
|
+
/>
|
|
30
|
+
|
|
31
|
+
<IconButton hierarchy="tertiary" size="small" aria-label="Send message">
|
|
32
|
+
<SendIcon />
|
|
33
|
+
</IconButton>
|
|
34
|
+
</div>
|
|
35
|
+
);
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { ThinkingDot } from "../../primitives";
|
|
2
|
+
import { cn } from "../../utils/cn";
|
|
3
|
+
|
|
4
|
+
export type ChatStatusProps = {
|
|
5
|
+
status?: "thinking" | "typing" | "idle";
|
|
6
|
+
message?: string;
|
|
7
|
+
className?: string;
|
|
8
|
+
};
|
|
9
|
+
|
|
10
|
+
export const ChatStatus = ({
|
|
11
|
+
status = "thinking",
|
|
12
|
+
message = "Chief is thinking",
|
|
13
|
+
className,
|
|
14
|
+
}: ChatStatusProps) => (
|
|
15
|
+
<div
|
|
16
|
+
className={cn(
|
|
17
|
+
"flex items-center gap-2 text-caption-2 text-display-on-light-tertiary",
|
|
18
|
+
className,
|
|
19
|
+
)}
|
|
20
|
+
role="status"
|
|
21
|
+
data-status={status}
|
|
22
|
+
>
|
|
23
|
+
{status === "thinking" && <ThinkingDot />}
|
|
24
|
+
<span>{message}</span>
|
|
25
|
+
</div>
|
|
26
|
+
);
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { ChatIcon } from "../../icons";
|
|
2
|
+
import { Avatar } from "../../primitives";
|
|
3
|
+
import { cn } from "../../utils/cn";
|
|
4
|
+
import type { Chief } from "../Sidebar/Switcher";
|
|
5
|
+
|
|
6
|
+
export type ChatTileProps = {
|
|
7
|
+
chief?: Chief;
|
|
8
|
+
title?: string;
|
|
9
|
+
preview?: string;
|
|
10
|
+
timestamp?: string;
|
|
11
|
+
className?: string;
|
|
12
|
+
};
|
|
13
|
+
|
|
14
|
+
export const ChatTile = ({
|
|
15
|
+
chief = "technical",
|
|
16
|
+
title = "Hull inspection report",
|
|
17
|
+
preview = "Based on the inspection data, all critical systems are operating...",
|
|
18
|
+
timestamp = "2h ago",
|
|
19
|
+
className,
|
|
20
|
+
}: ChatTileProps) => (
|
|
21
|
+
<button
|
|
22
|
+
type="button"
|
|
23
|
+
className={cn(
|
|
24
|
+
"flex w-full items-start gap-3 rounded-control border border-divider-primary bg-background-primary p-3 text-left transition-colors hover:border-divider-secondary hover:bg-background-hover",
|
|
25
|
+
className,
|
|
26
|
+
)}
|
|
27
|
+
>
|
|
28
|
+
<Avatar chief={chief} size={32} />
|
|
29
|
+
<div className="min-w-0 flex-1">
|
|
30
|
+
<div className="flex items-center justify-between gap-2">
|
|
31
|
+
<span className="truncate text-caption-1-em text-display-on-light-primary">{title}</span>
|
|
32
|
+
<span className="shrink-0 text-footnote text-display-on-light-quaternary">{timestamp}</span>
|
|
33
|
+
</div>
|
|
34
|
+
<p className="mt-0.5 line-clamp-2 text-caption-2 text-display-on-light-secondary">
|
|
35
|
+
{preview}
|
|
36
|
+
</p>
|
|
37
|
+
</div>
|
|
38
|
+
<ChatIcon className="size-4 shrink-0 text-display-on-light-quaternary" />
|
|
39
|
+
</button>
|
|
40
|
+
);
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { ChatEntry } from "./ChatEntry";
|
|
2
|
+
import { ChatHeader } from "./ChatHeader";
|
|
3
|
+
import { ChatInput } from "./ChatInput";
|
|
4
|
+
import { ChatStatus } from "./ChatStatus";
|
|
5
|
+
import { Greeting } from "./Greeting";
|
|
6
|
+
import { Sources } from "./Sources";
|
|
7
|
+
import { Suggestions } from "./Suggestions";
|
|
8
|
+
import { cn } from "../../utils/cn";
|
|
9
|
+
import type { Chief } from "../Sidebar/Switcher";
|
|
10
|
+
|
|
11
|
+
export type CopilotProps = {
|
|
12
|
+
chief?: Chief;
|
|
13
|
+
empty?: boolean;
|
|
14
|
+
thinking?: boolean;
|
|
15
|
+
className?: string;
|
|
16
|
+
};
|
|
17
|
+
|
|
18
|
+
export const Copilot = ({
|
|
19
|
+
chief = "technical",
|
|
20
|
+
empty = false,
|
|
21
|
+
thinking = false,
|
|
22
|
+
className,
|
|
23
|
+
}: CopilotProps) => (
|
|
24
|
+
<div className={cn("flex h-full flex-col bg-background-primary", className)}>
|
|
25
|
+
<ChatHeader chief={chief} />
|
|
26
|
+
|
|
27
|
+
<div className="flex flex-1 flex-col gap-4 overflow-y-auto p-4">
|
|
28
|
+
{empty ? (
|
|
29
|
+
<>
|
|
30
|
+
<Greeting chief={chief} />
|
|
31
|
+
<Suggestions />
|
|
32
|
+
</>
|
|
33
|
+
) : (
|
|
34
|
+
<>
|
|
35
|
+
<ChatEntry role="user">Can you review the hull inspection report?</ChatEntry>
|
|
36
|
+
<ChatEntry role="chief" chief={chief}>
|
|
37
|
+
I've reviewed the hull inspection report. The overall condition is satisfactory
|
|
38
|
+
with minor observations noted in sections 4 and 7.
|
|
39
|
+
</ChatEntry>
|
|
40
|
+
<Sources count={2} />
|
|
41
|
+
{thinking && <ChatStatus status="thinking" />}
|
|
42
|
+
</>
|
|
43
|
+
)}
|
|
44
|
+
</div>
|
|
45
|
+
|
|
46
|
+
<div className="border-t border-divider-primary p-4">
|
|
47
|
+
<ChatInput />
|
|
48
|
+
</div>
|
|
49
|
+
</div>
|
|
50
|
+
);
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { cn } from "../../utils/cn";
|
|
2
|
+
|
|
3
|
+
export type DraftProps = {
|
|
4
|
+
content?: string;
|
|
5
|
+
className?: string;
|
|
6
|
+
};
|
|
7
|
+
|
|
8
|
+
export const Draft = ({
|
|
9
|
+
content = "Based on the inspection report, I recommend scheduling a follow-up survey within 30 days...",
|
|
10
|
+
className,
|
|
11
|
+
}: DraftProps) => (
|
|
12
|
+
<div
|
|
13
|
+
className={cn(
|
|
14
|
+
"rounded-control border border-divider-primary bg-background-secondary px-4 py-3",
|
|
15
|
+
className,
|
|
16
|
+
)}
|
|
17
|
+
role="region"
|
|
18
|
+
aria-label="Draft response"
|
|
19
|
+
>
|
|
20
|
+
<p className="mb-2 text-footnote-em text-display-on-light-tertiary">Draft</p>
|
|
21
|
+
<p className="text-body text-display-on-light-primary">{content}</p>
|
|
22
|
+
</div>
|
|
23
|
+
);
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { Avatar } from "../../primitives";
|
|
2
|
+
import { cn } from "../../utils/cn";
|
|
3
|
+
import type { Chief } from "../Sidebar/Switcher";
|
|
4
|
+
|
|
5
|
+
export type GreetingProps = {
|
|
6
|
+
chief?: Chief;
|
|
7
|
+
name?: string;
|
|
8
|
+
className?: string;
|
|
9
|
+
};
|
|
10
|
+
|
|
11
|
+
const chiefGreetings: Record<Chief, string> = {
|
|
12
|
+
technical: "How can I help with technical matters?",
|
|
13
|
+
compliance: "How can I help with compliance today?",
|
|
14
|
+
};
|
|
15
|
+
|
|
16
|
+
export const Greeting = ({
|
|
17
|
+
chief = "technical",
|
|
18
|
+
name = "there",
|
|
19
|
+
className,
|
|
20
|
+
}: GreetingProps) => (
|
|
21
|
+
<div className={cn("flex flex-col items-center gap-4 text-center", className)}>
|
|
22
|
+
<Avatar chief={chief} size={32} />
|
|
23
|
+
<div>
|
|
24
|
+
<h1 className="font-heading text-heading text-display-on-light-primary">
|
|
25
|
+
Hello, {name}
|
|
26
|
+
</h1>
|
|
27
|
+
<p className="mt-2 text-body text-display-on-light-secondary">
|
|
28
|
+
{chiefGreetings[chief]}
|
|
29
|
+
</p>
|
|
30
|
+
</div>
|
|
31
|
+
</div>
|
|
32
|
+
);
|