@altimateai/ui-components 0.0.69-beta.3 → 0.0.69-beta1
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/{Button-42Dj_nRE.d.ts → Button-Bsgqi8kG.d.ts} +5 -12
- package/dist/CoachForm.js +4 -4
- package/dist/Stack.js +364 -362
- package/dist/Switch.js +1 -1
- package/dist/ToggleGroup.js +80 -70
- package/dist/chatbotV2/index.d.ts +2 -2
- package/dist/dayjs.min.js +1 -1
- package/dist/index.d.ts +9 -9
- package/dist/lineage/index.js +801 -795
- package/dist/redux-toolkit.modern.js +2 -12
- package/dist/shadcn/index.d.ts +28 -23
- package/dist/shadcn/index.js +1110 -1118
- package/dist/{types-C2UJ4TLI.d.ts → types-CPALoG7v.d.ts} +0 -2
- package/package.json +1 -1
- package/dist/IconEye.js +0 -11
|
@@ -117,7 +117,6 @@ interface ChatbotProps {
|
|
|
117
117
|
classNames?: {
|
|
118
118
|
chatbot?: string;
|
|
119
119
|
chatMessages?: string;
|
|
120
|
-
messageItem?: string;
|
|
121
120
|
};
|
|
122
121
|
initialMessage?: string;
|
|
123
122
|
submitInitialMessageOnMount?: boolean;
|
|
@@ -247,7 +246,6 @@ interface ChatState {
|
|
|
247
246
|
classNames?: {
|
|
248
247
|
chatbot?: string;
|
|
249
248
|
chatMessages?: string;
|
|
250
|
-
messageItem?: string;
|
|
251
249
|
};
|
|
252
250
|
}
|
|
253
251
|
declare const todoItemSchema: z.ZodObject<{
|
package/package.json
CHANGED
package/dist/IconEye.js
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { c as e } from "./Stack.js";
|
|
2
|
-
/**
|
|
3
|
-
* @license @tabler/icons-react v3.34.1 - MIT
|
|
4
|
-
*
|
|
5
|
-
* This source code is licensed under the MIT license.
|
|
6
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
7
|
-
*/
|
|
8
|
-
const c = [["path", { d: "M10 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0", key: "svg-0" }], ["path", { d: "M21 12c-2.4 4 -5.4 6 -9 6c-3.6 0 -6.6 -2 -9 -6c2.4 -4 5.4 -6 9 -6c3.6 0 6.6 2 9 6", key: "svg-1" }]], t = e("outline", "eye", "Eye", c);
|
|
9
|
-
export {
|
|
10
|
-
t as I
|
|
11
|
-
};
|