@altimateai/ui-components 0.0.37 → 0.0.38-beta.2

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.
@@ -78,6 +78,7 @@ interface ChatbotProps {
78
78
  modes?: Mode[];
79
79
  classNames?: {
80
80
  chatbot?: string;
81
+ chatMessages?: string;
81
82
  };
82
83
  }
83
84
  interface ChatbotProviderProps extends ChatbotProps {
@@ -175,6 +176,7 @@ interface ChatState {
175
176
  modes?: Mode[];
176
177
  classNames?: {
177
178
  chatbot?: string;
179
+ chatMessages?: string;
178
180
  };
179
181
  }
180
182
  declare const todoItemSchema: z.ZodObject<{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@altimateai/ui-components",
3
- "version": "0.0.37",
3
+ "version": "0.0.38-beta.2",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/AltimateAI/altimate-components.git"