@annotorious/svelte 3.0.0-rc.4 → 3.0.0-rc.5
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/annotorious-svelte.es.js +2 -2
- package/dist/annotorious-svelte.es5.js +279 -274
- package/dist/annotorious-svelte.es5.js.map +1 -1
- package/dist/annotorious-svelte.es6.js +7 -7
- package/dist/annotorious-svelte.es9.js +514 -508
- package/dist/annotorious-svelte.es9.js.map +1 -1
- package/package.json +1 -1
|
@@ -3,12 +3,12 @@ import { PointerSelectAction as o } from "./annotorious-svelte.es3.js";
|
|
|
3
3
|
import { createBody as e } from "./annotorious-svelte.es4.js";
|
|
4
4
|
import { ShapeType as t, W3CImageFormat as r } from "./annotorious-svelte.es5.js";
|
|
5
5
|
import { default as u } from "./annotorious-svelte.es6.js";
|
|
6
|
-
import { default as
|
|
6
|
+
import { default as g } from "./annotorious-svelte.es7.js";
|
|
7
7
|
const c = o, m = e, s = t, i = r;
|
|
8
8
|
export {
|
|
9
9
|
l as MouseOverTooltip,
|
|
10
10
|
u as OpenSeadragonAnnotator,
|
|
11
|
-
|
|
11
|
+
g as OpenSeadragonPopup,
|
|
12
12
|
c as PointerSelectAction,
|
|
13
13
|
s as ShapeType,
|
|
14
14
|
i as W3CImageFormat,
|