Skip to content

Commit

Permalink
Merge pull request #5666 from nextcloud-libraries/chore/re-export-nc-…
Browse files Browse the repository at this point in the history
…ellipsised-option

fix: re-export `NcEllipsisedOption` and `NcInputField` in root export
  • Loading branch information
ShGKme authored Jun 4, 2024
2 parents cfe5e74 + 2fe66e8 commit f0e4e75
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/components/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,16 +63,14 @@ export { default as NcDateTimePicker } from './NcDateTimePicker/index.js'
export { default as NcDateTimePickerNative } from './NcDateTimePickerNative/index.js'
export { default as NcDialog } from './NcDialog/index.js'
export { default as NcDialogButton } from './NcDialogButton/index.js'
// Not exported on purpose
// export { default as NcEllipsisedOption } from './NcEllipsisedOption/index.js'
export { default as NcEllipsisedOption } from './NcEllipsisedOption/index.js'
export { default as NcEmojiPicker } from './NcEmojiPicker/index.js'
export { default as NcEmptyContent } from './NcEmptyContent/index.js'
export { default as NcGuestContent } from './NcGuestContent/index.js'
export { default as NcHeaderMenu } from './NcHeaderMenu/index.js'
export { default as NcHighlight } from './NcHighlight/index.js'
export { default as NcIconSvgWrapper } from './NcIconSvgWrapper/index.js'
// Not exported on purpose as it is only meant as a base component
// export { default as NcInputField } from './NcInputField/index.js'
export { default as NcInputField } from './NcInputField/index.js'
export { default as NcListItem } from './NcListItem/index.js'
export { default as NcListItemIcon } from './NcListItemIcon/index.js'
export { default as NcLoadingIcon } from './NcLoadingIcon/index.js'
Expand Down

0 comments on commit f0e4e75

Please sign in to comment.