vite-plugin-ai-annotator 1.1.13 → 1.1.14

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.
@@ -8095,7 +8095,6 @@
8095
8095
  min-height: 24px;
8096
8096
  max-height: 37px;
8097
8097
  padding: 8px 12px;
8098
- padding-bottom: 32px;
8099
8098
  border: none;
8100
8099
  background: transparent;
8101
8100
  color: #fff;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vite-plugin-ai-annotator",
3
- "version": "1.1.13",
3
+ "version": "1.1.14",
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",