Skip to content

Commit

Permalink
docs: drop styling addon
Browse files Browse the repository at this point in the history
  • Loading branch information
MiroslavPetrik committed Nov 29, 2023
1 parent ce4ce9d commit 5c339cb
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 518 deletions.
3 changes: 1 addition & 2 deletions .storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ export default {
addons: [
"@storybook/addon-links",
"@storybook/addon-essentials",
"@storybook/addon-interactions",
"@storybook/addon-styling",
"@storybook/addon-interactions"
],
framework: { name: "@storybook/react-vite" },
core: {
Expand Down
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"bugs": "https://github.com/form-atoms/flowbite/issues",
"license": "MIT",
"keywords": [
"react last form",
"react atom form",
"react field",
"react input",
Expand Down Expand Up @@ -51,7 +50,6 @@
"@storybook/addon-essentials": "7.6.0",
"@storybook/addon-interactions": "7.6.0",
"@storybook/addon-links": "7.6.0",
"@storybook/addon-styling": "1.3.7",
"@storybook/builder-vite": "^7.6.0",
"@storybook/jest": "0.2.3",
"@storybook/manager-api": "^7.6.0",
Expand Down
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,5 @@
"@/*": ["./src/*"]
}
},
"include": ["**/*.ts", "**/*.tsx", "**/*.cjs", "**/*.mjs"],
"exclude": ["node_modules"]
"include": ["src", "./storybook"]
}
Loading

0 comments on commit 5c339cb

Please sign in to comment.