## Description - Update Storybook and related dependencies - Delete the stories for old widget components - Rewrite stories for new widgets(mdx to tsx) Note: local chromatic doesn't work because of this https://github.com/storybookjs/storybook/issues/22531 <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Introduced new component stories across various packages to enhance design system documentation and user experience. - **Documentation** - Updated `.gitignore` files to optimize version control settings for Storybook and build logs. - **Refactor** - Modified UI element positioning in Storybook theming for improved layout management. - **Style** - Adjusted CSS properties for the `Select` component to ensure better visual presentation. - **Chores** - Updated dependencies and scripts in package configurations to maintain up-to-date development tools. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
45 lines
1.4 KiB
JSON
45 lines
1.4 KiB
JSON
{
|
|
"name": "@design-system/storybook",
|
|
"version": "1.0.0",
|
|
"main": "src/index.ts",
|
|
"author": "Valera Melnikov <valera@appsmith.com>, Pawan Kumar <pawan@appsmith.com>",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"lint": "yarn g:lint",
|
|
"storybook": "storybook dev -p 6006",
|
|
"build-storybook": "storybook build",
|
|
"chromatic": "CHROMATIC=1 storybook dev -p 6006"
|
|
},
|
|
"devDependencies": {
|
|
"@chromatic-com/storybook": "^1.3.3",
|
|
"@storybook/addon-a11y": "^8.0.8",
|
|
"@storybook/addon-controls": "^8.0.8",
|
|
"@storybook/addon-docs": "^8.0.8",
|
|
"@storybook/addon-measure": "^8.0.8",
|
|
"@storybook/addon-outline": "^8.0.8",
|
|
"@storybook/addon-toolbars": "^8.0.8",
|
|
"@storybook/addon-viewport": "^8.0.8",
|
|
"@storybook/blocks": "^8.0.8",
|
|
"@storybook/builder-vite": "^8.0.8",
|
|
"@storybook/components": "^8.0.8",
|
|
"@storybook/manager-api": "^8.0.8",
|
|
"@storybook/preset-create-react-app": "^8.0.8",
|
|
"@storybook/react-vite": "^8.0.8",
|
|
"@storybook/theming": "^8.0.8",
|
|
"@vitejs/plugin-react": "^4.2.1",
|
|
"babel-loader": "9.1.2",
|
|
"chromatic": "^11.3.0",
|
|
"react-docgen-typescript": "^2.2.2",
|
|
"storybook": "^8.0.8",
|
|
"vite": "^5.2.9",
|
|
"vite-plugin-svgr": "^4.2.0"
|
|
},
|
|
"dependencies": {
|
|
"@design-system/headless": "workspace:^",
|
|
"@design-system/theming": "workspace:^",
|
|
"@design-system/widgets": "workspace:^",
|
|
"@design-system/widgets-old": "workspace:^",
|
|
"colorjs.io": "^0.4.3"
|
|
}
|
|
}
|