Skip to content

Commit 9ea48e8

Browse files
author
Nir Maoz
authored
Update storybook (#218)
1 parent bd58202 commit 9ea48e8

34 files changed

+333
-765
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ lib/
4141
dist/
4242
*-compiled.js*
4343
storybook-static/
44-
.storybook/
4544
.idea/
4645
package-lock.json
4746
yarn.lock

.storybook/config.js

Lines changed: 0 additions & 7 deletions
This file was deleted.

.storybook/main.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
module.exports = {
2+
"stories": [
3+
"../src/**/*.stories.mdx",
4+
"../src/**/*.stories.@(js|jsx|ts|tsx)"
5+
],
6+
"addons": [
7+
"@storybook/preset-create-react-app",
8+
"@storybook/addon-links",
9+
"@storybook/addon-essentials"
10+
]
11+
}

.storybook/preview.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
2+
export const parameters = {
3+
actions: { argTypesRegex: "^on[A-Z].*" },
4+
}

.storybook/webpack.config.js

Lines changed: 0 additions & 18 deletions
This file was deleted.

docs/favicon.ico

-4.19 KB
Binary file not shown.

docs/iframe.html

Lines changed: 0 additions & 60 deletions
This file was deleted.

docs/index.html

Lines changed: 0 additions & 14 deletions
This file was deleted.

docs/main.a91891b402033f77dece.bundle.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/main.e173d8de98d9bb6459a0.bundle.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)