Skip to content

Commit

Permalink
Merge pull request #324 from wso2/revert-314-feat/226
Browse files Browse the repository at this point in the history
Revert "feat(react): Add `Table`, `TableRow`, `TableHead`, `TableBody`, `TableCell` and `TableContainer` components."
  • Loading branch information
DonOmalVindula authored Jan 10, 2025
2 parents 56faa5d + b93aef2 commit 6ef8bb9
Show file tree
Hide file tree
Showing 45 changed files with 12,222 additions and 16,486 deletions.
2 changes: 1 addition & 1 deletion docs/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
},
"devDependencies": {
"@oxygen-ui/logger": "2.1.0",
"@wso2/eslint-plugin": "https://gitpkg.now.sh/brionmario/wso2-ui-configs/packages/eslint-plugin?21281faa4f8354491747075f40f58b497d0c4730",
"@wso2/eslint-plugin": "https://gitpkg.now.sh/brionmario/wso2-ui-configs/packages/eslint-plugin?b21bbbd7379ab3b7315d7d9478dbd88c0bf11241",
"@wso2/prettier-config": "https://gitpkg.now.sh/brionmario/wso2-ui-configs/packages/prettier-config?b21bbbd7379ab3b7315d7d9478dbd88c0bf11241",
"@wso2/stylelint-config": "https://gitpkg.now.sh/brionmario/wso2-ui-configs/packages/stylelint-config?b21bbbd7379ab3b7315d7d9478dbd88c0bf11241",
"dotenv": "^16.0.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/multi-brand-identity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.9",
"@types/testing-library__jest-dom": "^5.14.5",
"@wso2/eslint-plugin": "https://gitpkg.now.sh/brionmario/wso2-ui-configs/packages/eslint-plugin?21281faa4f8354491747075f40f58b497d0c4730",
"@wso2/eslint-plugin": "https://gitpkg.now.sh/brionmario/wso2-ui-configs/packages/eslint-plugin?b21bbbd7379ab3b7315d7d9478dbd88c0bf11241",
"@wso2/prettier-config": "https://gitpkg.now.sh/brionmario/wso2-ui-configs/packages/prettier-config?b21bbbd7379ab3b7315d7d9478dbd88c0bf11241",
"@wso2/stylelint-config": "https://gitpkg.now.sh/brionmario/wso2-ui-configs/packages/stylelint-config?b21bbbd7379ab3b7315d7d9478dbd88c0bf11241",
"eslint": "8.25.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@types/chalk": "^2.2.0",
"@types/jest": "^29.2.3",
"@types/node": "^18.11.18",
"@wso2/eslint-plugin": "https://gitpkg.now.sh/brionmario/wso2-ui-configs/packages/eslint-plugin?21281faa4f8354491747075f40f58b497d0c4730",
"@wso2/eslint-plugin": "https://gitpkg.now.sh/brionmario/wso2-ui-configs/packages/eslint-plugin?b21bbbd7379ab3b7315d7d9478dbd88c0bf11241",
"@wso2/prettier-config": "https://gitpkg.now.sh/brionmario/wso2-ui-configs/packages/prettier-config?b21bbbd7379ab3b7315d7d9478dbd88c0bf11241",
"babel-jest": "^29.3.1",
"eslint": "8.25.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/primitives/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@oxygen-ui/logger": "2.1.0",
"@types/jest": "^29.2.3",
"@types/node": "^18.11.18",
"@wso2/eslint-plugin": "https://gitpkg.now.sh/brionmario/wso2-ui-configs/packages/eslint-plugin?21281faa4f8354491747075f40f58b497d0c4730",
"@wso2/eslint-plugin": "https://gitpkg.now.sh/brionmario/wso2-ui-configs/packages/eslint-plugin?b21bbbd7379ab3b7315d7d9478dbd88c0bf11241",
"@wso2/prettier-config": "https://gitpkg.now.sh/brionmario/wso2-ui-configs/packages/prettier-config?b21bbbd7379ab3b7315d7d9478dbd88c0bf11241",
"cheerio": "1.0.0-rc.12",
"eslint": "8.25.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@types/react": "18.0.25",
"@wso2/eslint-plugin": "https://gitpkg.now.sh/brionmario/wso2-ui-configs/packages/eslint-plugin?21281faa4f8354491747075f40f58b497d0c4730",
"@wso2/eslint-plugin": "https://gitpkg.now.sh/brionmario/wso2-ui-configs/packages/eslint-plugin?d84dd6df97ba9812d30b17d482ecaec5d35d3e54",
"@wso2/prettier-config": "https://gitpkg.now.sh/brionmario/wso2-ui-configs/packages/prettier-config?d84dd6df97ba9812d30b17d482ecaec5d35d3e54",
"babel-jest": "^29.3.1",
"eslint": "8.25.0",
Expand Down
28 changes: 0 additions & 28 deletions packages/react/.storybook/story-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,13 +114,6 @@ export type Stories =
| 'Stepper'
| 'Switch'
| 'Tab'
| 'Table'
| 'TableBody'
| 'TableCell'
| 'TableContainer'
| 'TableFooter'
| 'TableHead'
| 'TableRow'
| 'TabPanel'
| 'Tabs'
| 'TransitionStepper'
Expand Down Expand Up @@ -399,27 +392,6 @@ const StoryConfig: StorybookConfig = {
Tab: {
hierarchy: `${StorybookCategories.Navigation}/Tab`,
},
Table: {
hierarchy: `${StorybookCategories.DataDisplay}/Table`,
},
TableBody: {
hierarchy: `${StorybookCategories.DataDisplay}/Table Body`,
},
TableCell: {
hierarchy: `${StorybookCategories.DataDisplay}/Table Cell`,
},
TableContainer: {
hierarchy: `${StorybookCategories.DataDisplay}/Table Container`,
},
TableFooter: {
hierarchy: `${StorybookCategories.DataDisplay}/Table Footer`,
},
TableHead: {
hierarchy: `${StorybookCategories.DataDisplay}/Table Head`,
},
TableRow: {
hierarchy: `${StorybookCategories.DataDisplay}/Table Row`,
},
TabPanel: {
hierarchy: `${StorybookCategories.Navigation}/Tab Panel`,
},
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.9",
"@types/testing-library__jest-dom": "^5.14.5",
"@wso2/eslint-plugin": "https://gitpkg.now.sh/brionmario/wso2-ui-configs/packages/eslint-plugin?21281faa4f8354491747075f40f58b497d0c4730",
"@wso2/eslint-plugin": "https://gitpkg.now.sh/brionmario/wso2-ui-configs/packages/eslint-plugin?b21bbbd7379ab3b7315d7d9478dbd88c0bf11241",
"@wso2/prettier-config": "https://gitpkg.now.sh/brionmario/wso2-ui-configs/packages/prettier-config?b21bbbd7379ab3b7315d7d9478dbd88c0bf11241",
"@wso2/stylelint-config": "https://gitpkg.now.sh/brionmario/wso2-ui-configs/packages/stylelint-config?b21bbbd7379ab3b7315d7d9478dbd88c0bf11241",
"babel-jest": "^29.3.1",
Expand Down
90 changes: 0 additions & 90 deletions packages/react/src/components/Table/Table.stories.mdx

This file was deleted.

67 changes: 0 additions & 67 deletions packages/react/src/components/Table/Table.tsx

This file was deleted.

40 changes: 0 additions & 40 deletions packages/react/src/components/Table/__tests__/Table.test.tsx

This file was deleted.

This file was deleted.

23 changes: 0 additions & 23 deletions packages/react/src/components/Table/index.ts

This file was deleted.

Loading

0 comments on commit 6ef8bb9

Please sign in to comment.