tycho-components 0.23.0 → 0.23.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/features/index.d.ts
CHANGED
|
@@ -23,6 +23,7 @@ export type { default as SentenceSplitLanguage } from './SentenceSplit/types/Lan
|
|
|
23
23
|
export type { SentenceSplitTranslationsInput, SentenceSplitIconButtonProps, } from './SentenceSplit/SentenceSplit';
|
|
24
24
|
export { SentenceSplitTexts } from './SentenceSplit/localization/SentenceSplitTexts';
|
|
25
25
|
export { default as DocumentDrawer } from './DocumentDrawer';
|
|
26
|
+
export { default as DocumentExport } from './DocumentDrawer/DocumentExport';
|
|
26
27
|
export type { DocumentDrawerProps } from './DocumentDrawer';
|
|
27
28
|
export type { DocumentDrawerActionId } from './DocumentDrawer/types/DocumentDrawerActionId';
|
|
28
29
|
export { DOCUMENT_DRAWER_ACTION_IDS, isDocumentDrawerActionId, } from './DocumentDrawer/types/DocumentDrawerActionId';
|
package/dist/features/index.js
CHANGED
|
@@ -16,5 +16,6 @@ export { default as SentenceSplitService } from './SentenceSplit/SentenceSplitSe
|
|
|
16
16
|
export { emptySentenceSplitRequest, isSentenceSplitCommentAction, SENTENCE_SPLIT_COMMENT_ACTIONS, } from './SentenceSplit/types/SentenceSplitRequest';
|
|
17
17
|
export { SentenceSplitTexts } from './SentenceSplit/localization/SentenceSplitTexts';
|
|
18
18
|
export { default as DocumentDrawer } from './DocumentDrawer';
|
|
19
|
+
export { default as DocumentExport } from './DocumentDrawer/DocumentExport';
|
|
19
20
|
export { DOCUMENT_DRAWER_ACTION_IDS, isDocumentDrawerActionId, } from './DocumentDrawer/types/DocumentDrawerActionId';
|
|
20
21
|
export { emptyCatalogSearchFilter, hasActiveCatalogFilter, } from './DocumentDrawer/types/CatalogSearchFilter';
|