## Description - Move [ADS](https://github.com/appsmithorg/design-system) to local packages - Fix ADS stories according of Storybook 8 - Fix type errors - Update Storybook to latest version to be able to run `test-storybook` - Remove unused files(components, tests, stories) from ADS-old(design-system-old) Following steps: - Merge `ads-old` and `widgets-old`, only 1 package should remain - Rename packages https://github.com/appsmithorg/appsmith/issues/27658 - Use `importSvg` `importRemixIcon` from ADS remove this functionality from `ads-old` Fixes #34252 ## Automation /ok-to-test tags="@tag.All" ### 🔍 Cypress test results <!-- This is an auto-generated comment: Cypress test results --> > [!TIP] > 🟢 🟢 🟢 All cypress tests have passed! 🎉 🎉 🎉 > Workflow run: <https://github.com/appsmithorg/appsmith/actions/runs/10114839347> > Commit: 64cdfec4d2acd45ca955cc0d19c3cb582e1ac0ad > <a href="https://internal.appsmith.com/app/cypress-dashboard/rundetails-65890b3c81d7400d08fa9ee5?branch=master&workflowId=10114839347&attempt=1" target="_blank">Cypress dashboard</a>. > Tags: `@tag.All` > Spec: > <hr>Fri, 26 Jul 2024 17:49:25 UTC <!-- end of auto-generated comment: Cypress test results --> ## Communication Should the DevRel and Marketing teams inform users about this change? - [ ] Yes - [x] No <!-- This is an auto-generated comment: release notes by coderabbit.ai --> <!-- end of auto-generated comment: release notes by coderabbit.ai -->
53 lines
1.6 KiB
JSON
53 lines
1.6 KiB
JSON
{
|
|
"name": "design-system",
|
|
"version": "2.1.43",
|
|
"description": "This is the package for the design system that powers the Appsmith platform",
|
|
"main": "src/index.ts",
|
|
"sideEffects": false,
|
|
"scripts": {
|
|
"generate:component": "plop component",
|
|
"lint": "yarn g:lint",
|
|
"prettier": "yarn g:prettier",
|
|
"test:unit": "yarn g:jest"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@react-aria/focus": "^3.10.1",
|
|
"@react-types/button": "^3.7.0",
|
|
"@types/loadable__component": "^5.13.4",
|
|
"@types/react-datepicker": "^4.10.0",
|
|
"axe-core": "^4.7.2",
|
|
"concurrently": "^8.2.0",
|
|
"file-loader": "6.2.0",
|
|
"normalize.css": "^8.0.1",
|
|
"remark-gfm": "^3.0.1"
|
|
},
|
|
"dependencies": {
|
|
"@radix-ui/react-dialog": "^1.0.2",
|
|
"@radix-ui/react-dropdown-menu": "^2.0.4",
|
|
"@radix-ui/react-hover-card": "^1.0.7",
|
|
"@radix-ui/react-popover": "^1.0.6",
|
|
"@radix-ui/react-tabs": "^1.0.2",
|
|
"@react-aria/button": "^3.7.0",
|
|
"@react-aria/checkbox": "^3.7.1",
|
|
"@react-aria/focus": "^3.10.1",
|
|
"@react-aria/link": "^3.3.6",
|
|
"@react-aria/radio": "^3.4.2",
|
|
"@react-aria/switch": "^3.3.1",
|
|
"@react-aria/textfield": "^3.8.1",
|
|
"@react-stately/radio": "^3.6.2",
|
|
"@react-stately/toggle": "^3.4.4",
|
|
"@xstyled/styled-components": "^3.8.0",
|
|
"csstype": "^3.1.2",
|
|
"date-fns": "^2.29.3",
|
|
"overlayscrollbars": "^2.7.2",
|
|
"overlayscrollbars-react": "^0.5.6",
|
|
"rc-select": "^14.4.3",
|
|
"rc-table": "^7.35.2",
|
|
"rc-tooltip": "^5.3.1",
|
|
"react-datepicker": "^4.10.0",
|
|
"react-toastify": "9.0.3"
|
|
}
|
|
}
|