Skip to content

Commit

Permalink
fix(new toggle switch): export the toggle switch in index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
oyo authored Sep 17, 2024
2 parents c5fd79e + fb4f385 commit f191582
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@catena-x/portal-shared-components",
"version": "3.6.0",
"version": "3.6.1",
"description": "Catena-X Portal Shared Components",
"author": "Catena-X Contributors",
"license": "Apache-2.0",
Expand Down
1 change: 1 addition & 0 deletions src/components/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ export { UserNav } from './content/UserNav'
export { CircularProgress } from './basic/CircularProgress'
export { Datepicker } from './basic/Datepicker'
export { TransitionChip } from './basic/Chip/TransitionChip'
export { ToggleSwitch } from './basic/ToggleSwitch'
export { Tooltips } from './basic/ToolTips'
export { SortOption } from './basic/SortOption'
export { ParentSubNavigation } from './basic/SubNavigation/ParentSubNavigation'
Expand Down

0 comments on commit f191582

Please sign in to comment.