teodor-new-chat-ui 4.3.666 → 4.3.667
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/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -8429,7 +8429,7 @@ const jr = Q.memo(function({
|
|
|
8429
8429
|
// Variant-based styling
|
|
8430
8430
|
i === "minimal" ? "bg-transparent border border-border/50 shadow-none" : i === "accent" ? "ring-2 ring-primary/20" : "",
|
|
8431
8431
|
// Role-based styling
|
|
8432
|
-
l ? "bg-[hsl(var(--chat-bubble-user-bg))] text-[hsl(var(--chat-bubble-user-text))] shadow-sm w-full max-w-full" : "bg-[hsl(var(--chat-bubble-ai-bg))] text-[hsl(var(--chat-bubble-ai-text))] w-full max-w-full",
|
|
8432
|
+
l ? "bg-[hsl(var(--chat-bubble-user-bg,210_40%_96%))] text-[hsl(var(--chat-bubble-user-text,222_47%_11%))] shadow-sm border border-border/40 w-full max-w-full" : "bg-[hsl(var(--chat-bubble-ai-bg))] text-[hsl(var(--chat-bubble-ai-text))] w-full max-w-full",
|
|
8433
8433
|
// System styling: subtle, often centered or borderless
|
|
8434
8434
|
c && "bg-transparent border-none shadow-none text-muted-foreground max-w-full opacity-80",
|
|
8435
8435
|
// Geometry
|