@markprompt/web
Advanced tools
Comparing version 0.2.2-beta12 to 0.2.2-beta13
@@ -219,3 +219,6 @@ import { LitElement, html, css, nothing } from 'lit'; | ||
></div> | ||
<prose-block class="response"> | ||
<prose-block | ||
class="response" | ||
style="border:4px solid blue; background:orange;" | ||
> | ||
${this.loading && !(this.answer.length > 0) | ||
@@ -222,0 +225,0 @@ ? html`<animated-caret></animated-caret>` |
{ | ||
"name": "@markprompt/web", | ||
"version": "0.2.2-beta12", | ||
"version": "0.2.2-beta13", | ||
"description": "Prompt web component for Markprompt", | ||
@@ -17,3 +17,4 @@ "main": "index.js", | ||
"build": "npx tsc -b", | ||
"dev": "npx tsc -b -w" | ||
"dev": "npx tsc -b -w", | ||
"vite": "vite" | ||
}, | ||
@@ -31,4 +32,5 @@ "dependencies": { | ||
"devDependencies": { | ||
"typescript": "^5.0.4" | ||
"typescript": "^5.0.4", | ||
"vite": "^4.2.0" | ||
} | ||
} |
27008
861
2