@a2v2ai/uikit 0.0.15 → 0.0.16
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/ChatBubble/ChatBubble.js +3 -3
- package/package.json +1 -1
package/ChatBubble/ChatBubble.js
CHANGED
|
@@ -50,7 +50,7 @@ const chatBubbleVariants = (0, class_variance_authority_1.cva)("flex flex-col ga
|
|
|
50
50
|
},
|
|
51
51
|
});
|
|
52
52
|
exports.chatBubbleVariants = chatBubbleVariants;
|
|
53
|
-
const bubbleContentVariants = (0, class_variance_authority_1.cva)("px-4 py-3
|
|
53
|
+
const bubbleContentVariants = (0, class_variance_authority_1.cva)("px-4 py-3 leading-normal max-w-[85%]", {
|
|
54
54
|
variants: {
|
|
55
55
|
color: {
|
|
56
56
|
blue: "bg-blue-500",
|
|
@@ -88,12 +88,12 @@ const bubbleContentVariants = (0, class_variance_authority_1.cva)("px-4 py-3 fon
|
|
|
88
88
|
{
|
|
89
89
|
color: "grey",
|
|
90
90
|
theme: "dark",
|
|
91
|
-
className: "bg-
|
|
91
|
+
className: "bg-[#3F3F46] text-[#F4F4F5]",
|
|
92
92
|
},
|
|
93
93
|
{
|
|
94
94
|
color: "grey",
|
|
95
95
|
theme: "light",
|
|
96
|
-
className: "bg-main-100 text-
|
|
96
|
+
className: "bg-main-100 text-[#52525B]",
|
|
97
97
|
},
|
|
98
98
|
// Green variants
|
|
99
99
|
{
|