Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinpalkovic committed Aug 1, 2024
1 parent 8d09bac commit a37cd7f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion code/.storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ const config: StorybookConfig = {
features: {
viewportStoryGlobals: true,
backgroundsStoryGlobals: true,
// themesStoryGlobals: true,
},
viteFinal: (viteConfig, { configType }) =>
mergeConfig(viteConfig, {
Expand Down
1 change: 0 additions & 1 deletion code/.storybook/preview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ const ThemeBlock = styled.div<{ side: 'left' | 'right'; layout: string }>(
const ThemeStack = styled.div<{ layout: string }>(
{
position: 'relative',
// minHeight: 'calc(50vh - 15px)',
flex: 1,
},
({ theme }) => ({
Expand Down
4 changes: 0 additions & 4 deletions code/core/src/types/modules/core-common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -384,10 +384,6 @@ export interface StorybookConfigRaw {
* use globals & globalTypes for configuring the backgrounds addon
*/
backgroundsStoryGlobals?: boolean;
/**
* use globals & globalTypes for configuring the themes addon
*/
themesStoryGlobals?: boolean;
};

build?: TestBuildConfig;
Expand Down

0 comments on commit a37cd7f

Please sign in to comment.