@annotorious/annotorious
Advanced tools
Comparing version 3.0.0-rc.7 to 3.0.0-rc.8
@@ -9,9 +9,3 @@ export * from './annotation'; | ||
export * from './keyboardCommands'; | ||
export * from '@annotorious/core/src/model'; | ||
export * from '@annotorious/core/src/presence'; | ||
export * from '@annotorious/core/src/utils'; | ||
export type { HoverState, Selection, SelectionState, Store, StoreChangeEvent, StoreObserver } from '@annotorious/core/src/state'; | ||
import { Origin as _Origin, PointerSelectAction as _PointerSelectAction } from '@annotorious/core/src/state'; | ||
export { _Origin as Origin }; | ||
export { _PointerSelectAction as PointerSelectAction }; | ||
export type { Annotation, AnnotationBody, AnnotationTarget, Annotator, AnnotatorState, Appearance, AppearanceProvider, Color, DrawingStyle, Filter, FormatAdapter, HoverState, LifecycleEvents, ParseResult, PresentUser, Purpose, Selection, SelectionState, Store, StoreChangeEvent, StoreObserver, User, W3CAnnotation, W3CAnnotationBody, W3CAnnotationTarget, W3CSelector } from '@annotorious/core'; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "@annotorious/annotorious", | ||
"version": "3.0.0-rc.7", | ||
"version": "3.0.0-rc.8", | ||
"description": "Add image annotation functionality to any web page with a few lines of JavaScript", | ||
@@ -5,0 +5,0 @@ "author": "Rainer Simon", |
@@ -10,9 +10,20 @@ export * from './annotation'; | ||
// Re-export essentials from @annotorious/core utilities for convenience | ||
export * from '@annotorious/core/src/model'; | ||
export * from '@annotorious/core/src/presence'; | ||
export * from '@annotorious/core/src/utils'; | ||
export type { | ||
// Essential re-exports from @annotorious/core | ||
export type { | ||
Annotation, | ||
AnnotationBody, | ||
AnnotationTarget, | ||
Annotator, | ||
AnnotatorState, | ||
Appearance, | ||
AppearanceProvider, | ||
Color, | ||
DrawingStyle, | ||
Filter, | ||
FormatAdapter, | ||
HoverState, | ||
LifecycleEvents, | ||
ParseResult, | ||
PresentUser, | ||
Purpose, | ||
Selection, | ||
@@ -22,11 +33,8 @@ SelectionState, | ||
StoreChangeEvent, | ||
StoreObserver | ||
} from '@annotorious/core/src/state'; | ||
import { | ||
Origin as _Origin, | ||
PointerSelectAction as _PointerSelectAction | ||
} from '@annotorious/core/src/state'; | ||
export { _Origin as Origin }; | ||
export { _PointerSelectAction as PointerSelectAction }; | ||
StoreObserver, | ||
User, | ||
W3CAnnotation, | ||
W3CAnnotationBody, | ||
W3CAnnotationTarget, | ||
W3CSelector | ||
} from '@annotorious/core'; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
2
860065
5611