Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(compass-global-writes): zone table - add search and collapse/expand COMPASS-8336 #6356

Merged
merged 13 commits into from
Oct 23, 2024
234 changes: 183 additions & 51 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion packages/compass-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@leafygreen-ui/search-input": "^2.1.5",
"@leafygreen-ui/segmented-control": "^8.2.10",
"@leafygreen-ui/select": "^11.2.2",
"@leafygreen-ui/table": "^12.6.1",
"@leafygreen-ui/table": "^12.7.0",
"@leafygreen-ui/tabs": "^11.1.13",
"@leafygreen-ui/text-area": "^8.1.2",
"@leafygreen-ui/text-input": "^12.1.26",
Expand All @@ -76,6 +76,7 @@
"@react-aria/interactions": "^3.9.1",
"@react-aria/utils": "^3.13.1",
"@react-aria/visually-hidden": "^3.3.1",
"@tanstack/table-core": "^8.14.0",
"bson": "^6.8.0",
"focus-trap-react": "^9.0.2",
"hadron-document": "^8.6.4",
Expand Down
5 changes: 5 additions & 0 deletions packages/compass-components/src/components/leafygreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,10 @@ import {
TableBody,
flexRender,
useLeafyGreenTable,
getFilteredRowModel,
} from '@leafygreen-ui/table';
import type { Row as LgTableRowType } from '@tanstack/table-core';

export type {
LGColumnDef,
HeaderGroup,
Expand Down Expand Up @@ -172,4 +175,6 @@ export {
InfoSprinkle,
flexRender,
useLeafyGreenTable,
getFilteredRowModel,
type LgTableRowType,
};
Loading
Loading