import React from 'react' import type { StoryFn, Meta } from '@storybook/react-webpack5' import { YourContentHere } from '../__utils/docs' import { LogoAdaptiveWork, LogoAdvisorExpress, LogoAdvisor, LogoAgilePlace, LogoBarometer, LogoChangePoint, LogoDaptiv, LogoEA, LogoIdeaPlace, LogoOKR, LogoPortfolios, LogoPPMPro, LogoPVAdmin, LogoRoadmaps, LogoProjectPlace, LogoHub, LogoViz, LogoPlanview, LogoProjectAdvantage, LogoReleaseAndVerify, } from '../logos/' import { NavigationBar } from '../navigation-bar' export default { title: 'pv-toolbar/Product Logos', tags: ['hidden'], parameters: { viewMode: 'docs', previewTabs: { canvas: { hidden: true }, }, }, } satisfies Meta export const Planview: StoryFn = () => ( }> ) Planview.storyName = 'ProjectPlace' export const AdaptiveWork: StoryFn = () => ( }> ) AdaptiveWork.storyName = 'Adaptive Work' export const AdvisorExpress: StoryFn = () => ( }> ) AdvisorExpress.storyName = 'Advisor Express' export const Advisor: StoryFn = () => ( }> ) Advisor.storyName = 'Advisor' export const AgilePlace: StoryFn = () => ( }> ) AgilePlace.storyName = 'AgilePlace' export const Barometer: StoryFn = () => ( }> ) Barometer.storyName = 'Barometer' export const ChangePoint: StoryFn = () => ( }> ) ChangePoint.storyName = 'ChangePoint' export const Daptiv: StoryFn = () => ( }> ) Daptiv.storyName = 'Daptiv' export const EA: StoryFn = () => ( }> ) EA.storyName = 'Enterprise Architecture' export const IdeaPlace: StoryFn = () => ( }> ) IdeaPlace.storyName = 'IdeaPlace' export const OKR: StoryFn = () => ( }> ) OKR.storyName = 'OKR' export const Portfolios: StoryFn = () => ( }> ) Portfolios.storyName = 'Portfolios' export const PPMPro: StoryFn = () => ( }> ) PPMPro.storyName = 'PPM Pro' export const PVAdmin: StoryFn = () => ( }> ) PVAdmin.storyName = 'PV Admin' export const Roadmaps: StoryFn = () => ( }> ) Roadmaps.storyName = 'Roadmaps' export const ProjectPlace: StoryFn = () => ( }> ) ProjectPlace.storyName = 'ProjectPlace' export const Hub: StoryFn = () => ( }> ) Hub.storyName = 'Hub' export const Viz: StoryFn = () => ( }> ) Viz.storyName = 'Viz' export const ProjectAdvantage: StoryFn = () => ( }> ) ProjectAdvantage.storyName = 'Project Advantage' export const ReleaseAndVerify: StoryFn = () => ( }> ) ReleaseAndVerify.storyName = 'Release and Verify'