Skip to content

Commit

Permalink
feat: export GridViewIcon and TableViewIcon components; update Catalo…
Browse files Browse the repository at this point in the history
…gDesignTable exports

Signed-off-by: Amit Amrutiya <[email protected]>
  • Loading branch information
amitamrutiya committed Nov 11, 2024
1 parent 14457f0 commit 721c1b5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/custom/CatalogDesignTable/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import CatalogDesignsTable from './CatalogDesignTable';
import { colViews, createDesignColumns } from './columnConfig';
export { CatalogTableVisibilityControl } from './CatalogTableVisibilityControl';
export { ViewSwitch } from './ViewSwitch';
export { CatalogDesignsTable, colViews, createDesignColumns };
1 change: 1 addition & 0 deletions src/icons/GridView/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export { default as GridViewIcon } from './GridViewIcon';
1 change: 1 addition & 0 deletions src/icons/TableView/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export { default as TableViewIcon } from './TableViewIcon';
2 changes: 2 additions & 0 deletions src/icons/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ export * from './EmptyStyle';
export * from './Environment';
export * from './ExternalLink';
export * from './Feedback';
export * from './GridView';
export * from './HelpIcon';
export * from './Idea';
export * from './InfoOutlined';
Expand Down Expand Up @@ -88,6 +89,7 @@ export * from './Share';
export * from './SocialMedial';
export * from './Star';
export * from './Success';
export * from './TableView';
export * from './TerminalIcon';
export * from './Toolkit';
export * from './Touch';
Expand Down

0 comments on commit 721c1b5

Please sign in to comment.