vite-plugin-ai-annotator 1.14.6 → 1.14.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.
@@ -6538,6 +6538,7 @@
6538
6538
  overlay.className = "annotator-highlight-overlay annotator-ignore";
6539
6539
  overlay.style.cssText = `
6540
6540
  position: fixed;
6541
+ margin: 0 !important;
6541
6542
  cursor: pointer;
6542
6543
  box-sizing: border-box;
6543
6544
  z-index: ${Z_INDEX.HIGHLIGHT_OVERLAY};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vite-plugin-ai-annotator",
3
- "version": "1.14.6",
3
+ "version": "1.14.7",
4
4
  "description": "AI-powered element annotator for Vite - Pick elements and get instant AI code modifications",
5
5
  "type": "module",
6
6
  "main": "dist/vite-plugin.js",