ai-or-die 0.1.21 → 0.1.22
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/package.json
CHANGED
package/src/public/index.html
CHANGED
|
@@ -164,12 +164,12 @@
|
|
|
164
164
|
<span>Paste as Plain Text</span>
|
|
165
165
|
</div>
|
|
166
166
|
<div class="ctx-item" data-action="pasteImage" role="menuitem" tabindex="-1">
|
|
167
|
-
<span class="ctx-icon"></span>
|
|
167
|
+
<span class="ctx-icon"><svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><rect x="3" y="3" width="18" height="18" rx="2"/><circle cx="8.5" cy="8.5" r="1.5"/><path d="M21 15l-5-5L5 21"/></svg></span>
|
|
168
168
|
<span>Paste Image</span>
|
|
169
169
|
</div>
|
|
170
170
|
<div class="ctx-sep" role="separator"></div>
|
|
171
171
|
<div class="ctx-item" data-action="attachImage" role="menuitem" tabindex="-1">
|
|
172
|
-
<span class="ctx-icon"></span>
|
|
172
|
+
<span class="ctx-icon"><svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M21.44 11.05l-9.19 9.19a6 6 0 0 1-8.49-8.49l9.19-9.19a4 4 0 0 1 5.66 5.66l-9.2 9.19a2 2 0 0 1-2.83-2.83l8.49-8.48"/></svg></span>
|
|
173
173
|
<span>Attach Image...</span>
|
|
174
174
|
</div>
|
|
175
175
|
<div class="ctx-sep" role="separator"></div>
|