Skip to content

Commit

Permalink
chore: add missing exports for NPM package generation
Browse files Browse the repository at this point in the history
  • Loading branch information
jahow committed Jan 10, 2024
1 parent 9cf95ec commit b0c5bbb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions libs/ui/catalog/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ export * from './lib/catalog-title/catalog-title.component'
export * from './lib/language-switcher/language-switcher.component'
export * from './lib/organisation-preview/organisation-preview.component'
export * from './lib/organisations-filter/organisations-filter.component'
export * from './lib/organisations-result/organisations-result.component'
1 change: 1 addition & 0 deletions libs/ui/elements/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ export * from './lib/pagination/pagination.component'
export * from './lib/related-record-card/related-record-card.component'
export * from './lib/search-results-error/search-results-error.component'
export * from './lib/user-preview/user-preview.component'
export * from './lib/record-api-form/record-api-form.component'
3 changes: 3 additions & 0 deletions libs/ui/inputs/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@ export * from './lib/copy-text-button/copy-text-button.component'
export * from './lib/drag-and-drop-file-input/drag-and-drop-file-input.component'
export * from './lib/navigation-button/navigation-button.component'
export * from './lib/viewport-intersector/viewport-intersector.component'
export * from './lib/checkbox/checkbox.component'
export * from './lib/search-input/search-input.component'
export * from './lib/date-range-picker/date-range-picker.component'

0 comments on commit b0c5bbb

Please sign in to comment.