vite-plugin-ai-annotator 1.2.2 → 1.2.3
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/annotator-toolbar.js +1 -14
- package/package.json +1 -1
|
@@ -7896,7 +7896,7 @@
|
|
|
7896
7896
|
placement: "bottom-start",
|
|
7897
7897
|
middleware: [
|
|
7898
7898
|
offset2(6),
|
|
7899
|
-
flip2({ fallbackPlacements: ["
|
|
7899
|
+
flip2({ fallbackPlacements: ["top-start", "bottom-end", "top-end"] }),
|
|
7900
7900
|
shift2({ padding: 8 })
|
|
7901
7901
|
]
|
|
7902
7902
|
}).then(({ x: x2, y: y3 }) => {
|
|
@@ -8343,19 +8343,6 @@
|
|
|
8343
8343
|
animation: popover-in 0.15s ease-out;
|
|
8344
8344
|
}
|
|
8345
8345
|
|
|
8346
|
-
.popover::before {
|
|
8347
|
-
content: '// COMMENT_INPUT';
|
|
8348
|
-
position: absolute;
|
|
8349
|
-
top: -20px;
|
|
8350
|
-
left: -2px;
|
|
8351
|
-
padding: 2px 6px;
|
|
8352
|
-
font-size: 9px;
|
|
8353
|
-
color: var(--cyber-cyan);
|
|
8354
|
-
background: var(--cyber-black);
|
|
8355
|
-
border: 1px solid var(--cyber-cyan);
|
|
8356
|
-
text-transform: uppercase;
|
|
8357
|
-
letter-spacing: 1px;
|
|
8358
|
-
}
|
|
8359
8346
|
|
|
8360
8347
|
@keyframes popover-in {
|
|
8361
8348
|
from {
|
package/package.json
CHANGED