@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.
@@ -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 font-medium leading-normal max-w-[85%]", {
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-main-900 text-white",
91
+ className: "bg-[#3F3F46] text-[#F4F4F5]",
92
92
  },
93
93
  {
94
94
  color: "grey",
95
95
  theme: "light",
96
- className: "bg-main-100 text-main-[#52525B]",
96
+ className: "bg-main-100 text-[#52525B]",
97
97
  },
98
98
  // Green variants
99
99
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@a2v2ai/uikit",
3
- "version": "0.0.15",
3
+ "version": "0.0.16",
4
4
  "author": "Arulraj V & abofficial1997@gmail.com",
5
5
  "description": "A React UI component library built with shadcn/ui and Tailwind CSS",
6
6
  "license": "MIT",