teodor-new-chat-ui 4.3.80 → 4.3.82
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 +2 -2
- package/dist/index.umd.js +28 -28
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -11672,8 +11672,8 @@ const ru = U.memo(function({
|
|
|
11672
11672
|
return te(
|
|
11673
11673
|
ie,
|
|
11674
11674
|
"w-full md:max-w-[95%]",
|
|
11675
|
-
"bg-
|
|
11676
|
-
"border border-border/60 shadow-sm"
|
|
11675
|
+
"bg-[hsl(var(--chat-bubble-ai))] text-[hsl(var(--chat-bubble-ai-text))]",
|
|
11676
|
+
"border border-border/60 dark:border-border/40 shadow-sm"
|
|
11677
11677
|
);
|
|
11678
11678
|
switch (_) {
|
|
11679
11679
|
case "user":
|