Skip to content

Commit

Permalink
fix(TDOPS-5534/dependencies): proper export of Icon enums (#4967)
Browse files Browse the repository at this point in the history
* fix(TDOPS-5534/dependencies): proper export of Icon enums

* fix(TDOPS-5534/dependencies): proper export of Icon enums
  • Loading branch information
ybaskaran authored Nov 6, 2023
1 parent 41bd1b5 commit 6b9f49e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/strong-trees-grin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@talend/design-system': patch
---

proper export of Icon enums
3 changes: 2 additions & 1 deletion packages/design-system/src/components/Icon/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
export * from './Icon';
export { Icon, SVG_TRANSFORMS } from './Icon';
export type { IconProps } from './Icon';
export * from './SizedIcon';

0 comments on commit 6b9f49e

Please sign in to comment.