Skip to content

Commit

Permalink
Merge pull request #19598 from storybookjs/jeppe/sb-604-create-a-stan…
Browse files Browse the repository at this point in the history
…dalone-storybook-for-our-phase-2
  • Loading branch information
JReinhold authored Oct 25, 2022
2 parents 03551d1 + 120f5f8 commit 9d6b4e6
Show file tree
Hide file tree
Showing 126 changed files with 1,261 additions and 1,009 deletions.
2 changes: 1 addition & 1 deletion code/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ module.exports = {
'**/lib/theming/**/*',
'**/lib/router/**/*',
'**/ui/manager/**/*',
'**/lib/components/**/*',
'**/ui/components/**/*',
],
rules: {
'import/no-extraneous-dependencies': ['error', { bundledDependencies: false }],
Expand Down
2 changes: 1 addition & 1 deletion code/addons/links/src/react/components/RoutedLink.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from 'react';

// NOTE: this is a copy of `lib/components/src/navigation/RoutedLink.tsx`.
// NOTE: this is a copy of `code/ui/components/src/navigation/RoutedLink.tsx`.
// It's duplicated here because that copy has an explicit dependency on
// React 16.3+, which breaks older versions of React running in the preview.
// The proper DRY solution is to create a new package that doesn't depend
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -819,7 +819,7 @@ const newWebpackConfiguration = (
'@storybook/api': '/Users/joe/storybook/lib/api',
'@storybook/channels': '/Users/joe/storybook/lib/channels',
'@storybook/channel-postmessage': '/Users/joe/storybook/lib/channel-postmessage',
'@storybook/components': '/Users/joe/storybook/lib/components',
'@storybook/components': '/Users/joe/storybook/ui/components',
'@storybook/core-events': '/Users/joe/storybook/lib/core-events',
'@storybook/router': '/Users/joe/storybook/lib/router',
'@storybook/theming': '/Users/joe/storybook/lib/theming',
Expand Down
13 changes: 0 additions & 13 deletions code/lib/components/src/Badge/Badge.stories.tsx

This file was deleted.

59 changes: 0 additions & 59 deletions code/lib/components/src/Button/Button.stories.tsx

This file was deleted.

6 changes: 0 additions & 6 deletions code/lib/components/src/brand/StorybookIcon.stories.tsx

This file was deleted.

156 changes: 0 additions & 156 deletions code/lib/components/src/form/form.stories.tsx

This file was deleted.

72 changes: 0 additions & 72 deletions code/lib/components/src/spaced/Spaced.stories.tsx

This file was deleted.

Loading

0 comments on commit 9d6b4e6

Please sign in to comment.