Skip to content

Commit

Permalink
Merge pull request #19 from Todilo/Update_npm_packages
Browse files Browse the repository at this point in the history
Update npm packages
  • Loading branch information
Todilo authored May 28, 2024
2 parents 8cc78e1 + 82a0bae commit 344fa98
Show file tree
Hide file tree
Showing 5 changed files with 4,702 additions and 6,517 deletions.
10 changes: 7 additions & 3 deletions .storybook/main.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
module.exports = {
stories: ["../src/**/*.stories.mdx", "../src/**/*.stories.@(js|jsx|ts|tsx)"],
stories: ["../src/**/*.mdx", "../src/**/*.stories.@(js|jsx|ts|tsx)"],

addons: [
"@storybook/addon-links",
"@storybook/addon-essentials",
"@storybook/addon-interactions",
"@storybook/addon-webpack5-compiler-babel",
"@chromatic-com/storybook"
],

framework: {
Expand All @@ -14,7 +16,9 @@ module.exports = {

staticDirs: ["../public"],

docs: {
autodocs: true
docs: {},

typescript: {
reactDocgen: "react-docgen-typescript"
}
};
2 changes: 1 addition & 1 deletion .storybook/preview.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
export const parameters = {
actions: { argTypesRegex: "^on[A-Z].*" },
controls: {
matchers: {
color: /(background|color)$/i,
Expand All @@ -8,3 +7,4 @@ export const parameters = {
},
layout: "centered",
};
export const tags = ["autodocs"];
Loading

0 comments on commit 344fa98

Please sign in to comment.