@cbm-common/cbm-types 0.0.90 → 0.0.92

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/public-api.d.ts +5 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cbm-common/cbm-types",
3
- "version": "0.0.90",
3
+ "version": "0.0.92",
4
4
  "main": "index.js",
5
5
  "types": "public-api.d.ts",
6
6
  "exports": {
package/public-api.d.ts CHANGED
@@ -200,7 +200,11 @@ export * from './lib/components/attachments/attachments';
200
200
 
201
201
  //#region documents reference component
202
202
  export * from './lib/components/documents-reference/documents-reference';
203
- // export * from './lib/components/documents-reference/types';
203
+ export {
204
+ CbmDocumentsReferenceModel,
205
+ TLabels as TDocumentsReferenceLabels,
206
+ TOptionType as TDocumentsReferenceOptionType
207
+ } from './lib/components/documents-reference/types';
204
208
 
205
209
  //#region dropzone component
206
210
  export * from './lib/components/dropzone/dropzone';