-
Notifications
You must be signed in to change notification settings - Fork 10
feat(theme-generator): implement the component inside Storybook with … #935
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
"@types/scheduler": "< 0.23.0" | ||
} | ||
}, | ||
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove
packages/storybook/src/components/themeGenerator/ThemeGenerator.tsx
Outdated
Show resolved
Hide resolved
packages/storybook/src/components/themeGenerator/ThemeGenerator.tsx
Outdated
Show resolved
Hide resolved
packages/storybook/src/components/themeGenerator/ThemeGenerator.tsx
Outdated
Show resolved
Hide resolved
packages/storybook/src/components/themeGenerator/ThemeGenerator.tsx
Outdated
Show resolved
Hide resolved
packages/storybook/src/components/themeGenerator/useThemeGenerator.ts
Outdated
Show resolved
Hide resolved
packages/storybook/src/components/themeGenerator/useThemeGenerator.ts
Outdated
Show resolved
Hide resolved
packages/storybook/src/components/themeGenerator/useThemeGenerator.ts
Outdated
Show resolved
Hide resolved
@@ -0,0 +1,17 @@ | |||
/* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TBD - shall all new themes extend default and only overrides what they need?
import * as ODSReact from '@ovhcloud/ods-react'; | ||
import { ORIENTATION, OrientationSwitch } from '../sandbox/actions/OrientationSwitch'; | ||
import styles from './themeGenerator.module.css'; | ||
import { ThemeGeneratorTreeView } from './themeGeneratorTreeView/ThemeGeneratorTreeView'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rename the directory to match this (there is a capital letter on the actual dir, this breaks the CI deployement)
b556d46
to
decd45f
Compare
…corresponding stories
… improved maintainability
… imports for themes
decd45f
to
aaa2dbd
Compare
…corresponding stories