@altimateai/ui-components 0.0.37-beta.4 → 0.0.37
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/CoachForm.css +1 -1
- package/dist/CoachForm.js +10695 -10744
- package/dist/Form.js +1623 -1916
- package/dist/Stack.js +562 -507
- package/dist/assets/icons/index.js +1 -1
- package/dist/chatbotV2/index.d.ts +2 -2
- package/dist/index.css +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/index.js +1 -1
- package/dist/index2.js +14 -14
- package/dist/lineage/index.js +3891 -3480
- package/dist/main.js +75 -75
- package/dist/redux-toolkit.modern.js +1 -1
- package/dist/shadcn/index.js +2297 -2070
- package/dist/{types-COyBAkqH.d.ts → types-BynvDMUq.d.ts} +0 -2
- package/package.json +1 -1
|
@@ -78,7 +78,6 @@ interface ChatbotProps {
|
|
|
78
78
|
modes?: Mode[];
|
|
79
79
|
classNames?: {
|
|
80
80
|
chatbot?: string;
|
|
81
|
-
chatMessages?: string;
|
|
82
81
|
};
|
|
83
82
|
}
|
|
84
83
|
interface ChatbotProviderProps extends ChatbotProps {
|
|
@@ -176,7 +175,6 @@ interface ChatState {
|
|
|
176
175
|
modes?: Mode[];
|
|
177
176
|
classNames?: {
|
|
178
177
|
chatbot?: string;
|
|
179
|
-
chatMessages?: string;
|
|
180
178
|
};
|
|
181
179
|
}
|
|
182
180
|
declare const todoItemSchema: z.ZodObject<{
|