@activecollab/components
Version:
ActiveCollab Components
27 lines • 1.83 kB
JavaScript
/**
* Shared building blocks for the Presentation mock-ups (`Presentation/*`
* stories). The application shell, page headers, tab bar and small widgets are
* defined once here and reused by the List view, Column view, Task sheet and
* empty-page stories so the chrome stays identical and in one place.
*/
export * from "./tokens";
export { MainLogo } from "./MainLogo";
export { RoundAvatar } from "./RoundAvatar";
export { PresentationShell, StyledPagePaper } from "./PresentationShell";
export { PageHeader, ProjectPageHeader, TabHeader } from "./headers";
export { FloatingControls } from "./FloatingControls";
export { MessageDialog, DocLinkContext, messageComponents } from "./MessageDialog";
export { HelpAndSupportMenu } from "./HelpAndSupportMenu";
export { LinkingCommandsButton } from "./LinkingCommandsButton";
export { LinkBranchOrPullRequestDialog } from "./LinkBranchOrPullRequestDialog";
export { ConnectRepositoryDialog, RepositorySelect, buildRepoOptions, CONNECTIONS, PROJECT_REPOSITORIES, CONNECTABLE_REPOSITORIES } from "./ConnectRepositoryDialog";
export { WebhookLogsDialog, WEBHOOK_CONNECTIONS, WEBHOOK_REPOSITORIES } from "./WebhookLogsDialog";
export { SourceCodeSection, IssueRow, CodeRow, Spine, HistoryDialog, CompletedHeader } from "./SourceCodeSection";
export { SuggestSubtasksButton } from "./SuggestSubtasksButton";
export { TaskOptionsMenu, TaskListOptionsMenu } from "./TaskOptionsMenu";
export { UserMenu } from "./UserMenu";
export { TwoFactorShield } from "./TwoFactorShield";
export { BackupCodesDialogs, CreateLoginCodeDialogs } from "./TwoFactorDialogs";
export { SettingsHeader, SettingsContent, StyledSettingRow, RowText, SettingRow } from "./settings";
export { FeatureAvailability, DEFAULT_FEATURE_AVAILABILITY } from "./FeatureAvailability";
//# sourceMappingURL=index.js.map