@triiiceratops/plugin-annotation-editor 1.0.0-rc.5 → 1.0.0-rc.7

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/index.js CHANGED
@@ -5480,7 +5480,7 @@ function ja(t, e) {
5480
5480
  get tip() {
5481
5481
  return l($);
5482
5482
  },
5483
- placement: "bottom",
5483
+ placement: "top",
5484
5484
  class: "join-item tool-tip",
5485
5485
  children: (Ce, Ke) => {
5486
5486
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@triiiceratops/plugin-annotation-editor",
3
- "version": "1.0.0-rc.5",
3
+ "version": "1.0.0-rc.7",
4
4
  "type": "module",
5
5
  "description": "Annotation editor plugin for the triiiceratops IIIF viewer, authored on @triiiceratops/plugin-sdk.",
6
6
  "license": "MIT",
@@ -53,8 +53,8 @@
53
53
  "lint:fix": "eslint . --fix --max-warnings 0"
54
54
  },
55
55
  "peerDependencies": {
56
- "triiiceratops": "^1.0.0-rc.29",
57
- "@triiiceratops/plugin-sdk": "^1.0.0-rc.5"
56
+ "triiiceratops": "^1.0.0-rc.33",
57
+ "@triiiceratops/plugin-sdk": "^1.0.0-rc.6"
58
58
  },
59
59
  "dependencies": {
60
60
  "@annotorious/annotorious": "^3.7.19",
@@ -63,14 +63,14 @@
63
63
  },
64
64
  "devDependencies": {
65
65
  "@sveltejs/vite-plugin-svelte": "^6.2.1",
66
- "@triiiceratops/plugin-sdk": "1.0.0-rc.5",
66
+ "@triiiceratops/plugin-sdk": "1.0.0-rc.6",
67
67
  "@triiiceratops/ui": "0.0.0",
68
68
  "@types/node": "^24.10.1",
69
69
  "@types/openseadragon": "^5.0.1",
70
70
  "@vitest/coverage-v8": "4.0.15",
71
71
  "svelte": "5.45.5",
72
72
  "svelte-check": "^4.3.4",
73
- "triiiceratops": "1.0.0-rc.29",
73
+ "triiiceratops": "1.0.0-rc.33",
74
74
  "typescript": "~5.9.3",
75
75
  "vite": "^6.0.0",
76
76
  "vitest": "^4.0.15"