Skip to content
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.

feat: repurpose as Studio design system only #61

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
legacy-peer-deps=true
16 changes: 13 additions & 3 deletions .storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,21 @@ module.exports = {
"@storybook/addon-links",
"@storybook/addon-essentials",
"@storybook/addon-interactions",
"@storybook/addon-docs",
"@storybook/preset-create-react-app",
// "@storybook/addon-docs",
{
name: '@storybook/addon-postcss',
options: {
postcssLoaderOptions: {
implementation: require('postcss'),
},
},
},
],
"framework": "@storybook/react",
core: {
builder: "webpack5"
}
},
typescript: {
reactDocgen: 'react-docgen-typescript-plugin'
},
};
2 changes: 1 addition & 1 deletion .storybook/preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ export const parameters = {
},
storySort: {
method: 'alphabetical'
}
},
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![AsyncAPI Design System](/assets/github-repobanner-designsystem.png)](https://www.asyncapi.com)
[![AsyncAPI Design System](/assets/github-repobanner-atom.png)](https://www.asyncapi.com)

# :deciduous_tree: Environment Setup

Expand Down
Binary file added assets/github-repobanner-atom.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/github-repobanner-designsystem.png
Binary file not shown.
4 changes: 2 additions & 2 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[build]
command = "npm run build && npm run build-storybook && npm run export"
command = "npm run build-storybook"
functions = "netlify/functions"
publish = "out"
publish = "storybook-static"
Loading