Skip to content

Commit

Permalink
chore: remove storybook, chromatic
Browse files Browse the repository at this point in the history
    - delete root storybook config: `/.storybook/`'
    - uninstall root storybook config deps: `npm uninstall @storybook/addon-essentials`
    - delete spark lib storybook config: `/libs/spark/.storybook/`
    - uninstall spark lib storybook config:
        - explicit: `npm uninstall @storybook/addon-links storybook-addon-pseudo-states @storybook/react`
        - implicit: `npm uninstall @storybook/manager-webpack5 @storybook/builder-webpack5 @svgr/webpack @types/webpack webpack`
        - dangling: `nom uninstall @storybook/addon-storyshots`
    - delete nx storybook stuff
        - workspace spark project targets: storybook, build-storybook
    - uninstall nx storybook stuff: `nom uninstall @nrwl/storybook`
    - delete `/libs/spark/public/` (used for storybook asset storage)
    - delete `/libs/spark/stories/` (used for story utils)
  • Loading branch information
WilliamKelley committed Nov 16, 2023
1 parent 14e7652 commit 49bbc35
Show file tree
Hide file tree
Showing 93 changed files with 1,806 additions and 16,373 deletions.
3 changes: 1 addition & 2 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
/coverage
/dist
/libs/spark/public/fonts/**/LICENSE.(txt|md)
/dist
11 changes: 0 additions & 11 deletions .storybook/main.js

This file was deleted.

30 changes: 0 additions & 30 deletions .storybook/manager.tsx

This file was deleted.

10 changes: 0 additions & 10 deletions .storybook/tsconfig.json

This file was deleted.

27 changes: 0 additions & 27 deletions libs/spark/.storybook/main.js

This file was deleted.

2 changes: 0 additions & 2 deletions libs/spark/.storybook/manager.js

This file was deleted.

23 changes: 0 additions & 23 deletions libs/spark/.storybook/preview.js

This file was deleted.

19 changes: 0 additions & 19 deletions libs/spark/.storybook/tsconfig.json

This file was deleted.

93 changes: 0 additions & 93 deletions libs/spark/public/fonts/Nunito - SIL Open Font License.txt

This file was deleted.

Binary file removed libs/spark/public/fonts/nunito-bold-webfont.woff
Binary file not shown.
Binary file removed libs/spark/public/fonts/nunito-bold-webfont.woff2
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed libs/spark/public/fonts/nunito-italic-webfont.woff
Binary file not shown.
Binary file not shown.
Binary file removed libs/spark/public/fonts/nunito-regular-webfont.woff
Binary file not shown.
Binary file removed libs/spark/public/fonts/nunito-regular-webfont.woff2
Binary file not shown.
Binary file removed libs/spark/public/fonts/nunito-semibold-webfont.woff
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed libs/spark/public/img/guide-1.png
Binary file not shown.
Binary file removed libs/spark/public/img/guide-2.png
Binary file not shown.
Binary file removed libs/spark/public/img/guide-3.png
Binary file not shown.
Binary file removed libs/spark/public/img/microschool-site-1.jpg
Binary file not shown.
Binary file removed libs/spark/public/img/microschool-site-2.jpg
Binary file not shown.
Binary file removed libs/spark/public/img/microschool-site-3.jpg
Binary file not shown.
Binary file removed libs/spark/public/img/microschool-site-4.jpg
Binary file not shown.
Binary file removed libs/spark/public/img/multicolor-blobs.jpg
Binary file not shown.
3 changes: 0 additions & 3 deletions libs/spark/public/img/pds-brand-image.svg

This file was deleted.

Loading

0 comments on commit 49bbc35

Please sign in to comment.