@topconsultnpm/sdkui-react-beta 6.12.47 → 6.12.48

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.
@@ -46,6 +46,7 @@ export * from './query/TMQueryEditor';
46
46
  export * from './query/TMQuerySummary';
47
47
  export * from './features/documents/TMDcmtForm';
48
48
  export * from './features/documents/TMDcmtIcon';
49
+ export * from './features/documents/TMDcmtPreview';
49
50
  export * from './features/archive/TMArchive';
50
51
  export * from './features/search/TMSearch';
51
52
  export * from './features/search/TMSearchResult';
@@ -52,6 +52,7 @@ export * from './query/TMQuerySummary';
52
52
  //documents
53
53
  export * from './features/documents/TMDcmtForm';
54
54
  export * from './features/documents/TMDcmtIcon';
55
+ export * from './features/documents/TMDcmtPreview';
55
56
  //archive
56
57
  export * from './features/archive/TMArchive';
57
58
  //search
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@topconsultnpm/sdkui-react-beta",
3
- "version": "6.12.47",
3
+ "version": "6.12.48",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",