@altimateai/ui-components 0.0.1-beta.10

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.
Files changed (58) hide show
  1. package/dist/Button-BKBSxoPA.d.ts +14 -0
  2. package/dist/CoachForm.css +1 -0
  3. package/dist/CoachForm.js +40505 -0
  4. package/dist/DbtDocsRenderer.js +45647 -0
  5. package/dist/NativeSelect.js +8994 -0
  6. package/dist/assets/icons/index.d.ts +96 -0
  7. package/dist/assets/icons/index.js +49 -0
  8. package/dist/chatbotV2/index.d.ts +80 -0
  9. package/dist/chatbotV2/index.js +20 -0
  10. package/dist/flowchart-elk-definition-170a3958.js +46393 -0
  11. package/dist/index.css +1 -0
  12. package/dist/index.d.ts +278 -0
  13. package/dist/index.js +72 -0
  14. package/dist/index2.js +682 -0
  15. package/dist/is_dark.js +8 -0
  16. package/dist/lineage/index.d.ts +189 -0
  17. package/dist/lineage/index.js +6680 -0
  18. package/dist/main.css +1 -0
  19. package/dist/main.js +4568 -0
  20. package/dist/mindmap-definition-44684416.js +20514 -0
  21. package/dist/redux-toolkit.css +1 -0
  22. package/dist/redux-toolkit.modern.js +12579 -0
  23. package/dist/shadcn/index.d.ts +521 -0
  24. package/dist/shadcn/index.js +6054 -0
  25. package/dist/storybook/Accordion.stories.tsx +52 -0
  26. package/dist/storybook/Alert.stories.tsx +61 -0
  27. package/dist/storybook/AlertDialog.stories.tsx +161 -0
  28. package/dist/storybook/Avatar.stories.tsx +58 -0
  29. package/dist/storybook/Badge.stories.tsx +36 -0
  30. package/dist/storybook/Button.stories.tsx +109 -0
  31. package/dist/storybook/Card.stories.tsx +69 -0
  32. package/dist/storybook/Checkbox.stories.tsx +65 -0
  33. package/dist/storybook/Command.stories.tsx +35 -0
  34. package/dist/storybook/DropdownMenu.stories.tsx +36 -0
  35. package/dist/storybook/Form.stories.tsx +114 -0
  36. package/dist/storybook/HoverCard.stories.tsx +99 -0
  37. package/dist/storybook/Input.stories.tsx +53 -0
  38. package/dist/storybook/Label.stories.tsx +42 -0
  39. package/dist/storybook/Menubar.stories.tsx +159 -0
  40. package/dist/storybook/Pagination.stories.tsx +152 -0
  41. package/dist/storybook/Popover.stories.tsx +23 -0
  42. package/dist/storybook/Progress.stories.tsx +89 -0
  43. package/dist/storybook/RadioGroup.stories.tsx +58 -0
  44. package/dist/storybook/Resizable.stories.tsx +119 -0
  45. package/dist/storybook/ScrollArea.stories.tsx +101 -0
  46. package/dist/storybook/Select.stories.tsx +118 -0
  47. package/dist/storybook/Sheet.stories.tsx +69 -0
  48. package/dist/storybook/Sidebar.stories.tsx +97 -0
  49. package/dist/storybook/Slider.stories.tsx +79 -0
  50. package/dist/storybook/Switch.stories.tsx +90 -0
  51. package/dist/storybook/Textarea.stories.tsx +50 -0
  52. package/dist/storybook/Toast.stories.tsx +107 -0
  53. package/dist/storybook/Tooltip.stories.tsx +28 -0
  54. package/dist/storybook/Typography.stories.tsx +178 -0
  55. package/dist/timeline-definition-8e5a9bc6.js +825 -0
  56. package/dist/types-6QSONCz1.d.ts +249 -0
  57. package/package.json +55 -0
  58. package/readme.md +11 -0
@@ -0,0 +1,96 @@
1
+ import { FC, SVGProps } from 'react';
2
+ declare const AddIcon: FC<SVGProps<SVGSVGElement>>;
3
+ declare const ArrowLeftIcon: FC<SVGProps<SVGSVGElement>>;
4
+ declare const ArrowRightIcon: FC<SVGProps<SVGSVGElement>>;
5
+ declare const AskIcon: FC<SVGProps<SVGSVGElement>>;
6
+ declare const BoltIcon: FC<SVGProps<SVGSVGElement>>;
7
+ declare const BracketsIcon: FC<SVGProps<SVGSVGElement>>;
8
+ declare const CaseSensitiveIcon: FC<SVGProps<SVGSVGElement>>;
9
+ declare const CheckNoOutlineIcon: FC<SVGProps<SVGSVGElement>>;
10
+ declare const CheckedIcon: FC<SVGProps<SVGSVGElement>>;
11
+ declare const ChevronDownIcon: FC<SVGProps<SVGSVGElement>>;
12
+ declare const ChevronLeftIcon: FC<SVGProps<SVGSVGElement>>;
13
+ declare const ChevronRightIcon: FC<SVGProps<SVGSVGElement>>;
14
+ declare const ChevronUpIcon: FC<SVGProps<SVGSVGElement>>;
15
+ declare const CircleIcon: FC<SVGProps<SVGSVGElement>>;
16
+ declare const CloseIcon: FC<SVGProps<SVGSVGElement>>;
17
+ declare const CodeIcon: FC<SVGProps<SVGSVGElement>>;
18
+ declare const CommentAddIcon: FC<SVGProps<SVGSVGElement>>;
19
+ declare const CommentDiscussionIcon: FC<SVGProps<SVGSVGElement>>;
20
+ declare const CommentUnresolvedIcon: FC<SVGProps<SVGSVGElement>>;
21
+ declare const CopyIcon: FC<SVGProps<SVGSVGElement>>;
22
+ declare const DatabaseIcon: FC<SVGProps<SVGSVGElement>>;
23
+ declare const DeleteIcon: FC<SVGProps<SVGSVGElement>>;
24
+ declare const DownloadIcon: FC<SVGProps<SVGSVGElement>>;
25
+ declare const EditIcon: FC<SVGProps<SVGSVGElement>>;
26
+ declare const FileUploadIcon: FC<SVGProps<SVGSVGElement>>;
27
+ declare const FilesIcon: FC<SVGProps<SVGSVGElement>>;
28
+ declare const GitMergeIcon: FC<SVGProps<SVGSVGElement>>;
29
+ declare const GithubIcon: FC<SVGProps<SVGSVGElement>>;
30
+ declare const GlobeIcon: FC<SVGProps<SVGSVGElement>>;
31
+ declare const GripVerticalIcon: FC<SVGProps<SVGSVGElement>>;
32
+ declare const HalfCircleIcon: FC<SVGProps<SVGSVGElement>>;
33
+ declare const InfoCircleIcon: FC<SVGProps<SVGSVGElement>>;
34
+ declare const LoaderIcon: FC<SVGProps<SVGSVGElement>>;
35
+ declare const MoreIcon: FC<SVGProps<SVGSVGElement>>;
36
+ declare const PanelLeftIcon: FC<SVGProps<SVGSVGElement>>;
37
+ declare const RefreshIcon: FC<SVGProps<SVGSVGElement>>;
38
+ declare const RemoveIcon: FC<SVGProps<SVGSVGElement>>;
39
+ declare const RobotIcon: FC<SVGProps<SVGSVGElement>>;
40
+ declare const SearchIcon: FC<SVGProps<SVGSVGElement>>;
41
+ declare const SettingsIcon: FC<SVGProps<SVGSVGElement>>;
42
+ declare const ShareIcon: FC<SVGProps<SVGSVGElement>>;
43
+ declare const SplitHorizontalIcon: FC<SVGProps<SVGSVGElement>>;
44
+ declare const ThinkingIcon: FC<SVGProps<SVGSVGElement>>;
45
+ declare const ThumbsDownIcon: FC<SVGProps<SVGSVGElement>>;
46
+ declare const ThumbsUpIcon: FC<SVGProps<SVGSVGElement>>;
47
+ declare const UserIcon: FC<SVGProps<SVGSVGElement>>;
48
+
49
+ export {
50
+ AddIcon,
51
+ ArrowLeftIcon,
52
+ ArrowRightIcon,
53
+ AskIcon,
54
+ BoltIcon,
55
+ BracketsIcon,
56
+ CaseSensitiveIcon,
57
+ CheckNoOutlineIcon,
58
+ CheckedIcon,
59
+ ChevronDownIcon,
60
+ ChevronLeftIcon,
61
+ ChevronRightIcon,
62
+ ChevronUpIcon,
63
+ CircleIcon,
64
+ CloseIcon,
65
+ CodeIcon,
66
+ CommentAddIcon,
67
+ CommentDiscussionIcon,
68
+ CommentUnresolvedIcon,
69
+ CopyIcon,
70
+ DatabaseIcon,
71
+ DeleteIcon,
72
+ DownloadIcon,
73
+ EditIcon,
74
+ FileUploadIcon,
75
+ FilesIcon,
76
+ GitMergeIcon,
77
+ GithubIcon,
78
+ GlobeIcon,
79
+ GripVerticalIcon,
80
+ HalfCircleIcon,
81
+ InfoCircleIcon,
82
+ LoaderIcon,
83
+ MoreIcon,
84
+ PanelLeftIcon,
85
+ RefreshIcon,
86
+ RemoveIcon,
87
+ RobotIcon,
88
+ SearchIcon,
89
+ SettingsIcon,
90
+ ShareIcon,
91
+ SplitHorizontalIcon,
92
+ ThinkingIcon,
93
+ ThumbsDownIcon,
94
+ ThumbsUpIcon,
95
+ UserIcon
96
+ };
@@ -0,0 +1,49 @@
1
+ import { A as s, F as a, x as c, k as e, m as I, B as r, o as t, c as i, P as l, g as C, d as h, b as d, h as m, S as f, C as p, l as v, N as b, O as D, i as g, u as k, y as u, D as w, t as A, E as R, w as S, L as U, z as G, K as L, J as T, e as B, H as F, I as H, U as M, M as x, a as y, R as z, G as E, Q as N, f as O, p as P, q, n as J, v as K, s as Q, r as V, T as j } from "../../index2.js";
2
+ export {
3
+ s as AddIcon,
4
+ a as ArrowLeftIcon,
5
+ c as ArrowRightIcon,
6
+ e as AskIcon,
7
+ I as BoltIcon,
8
+ r as BracketsIcon,
9
+ t as CaseSensitiveIcon,
10
+ i as CheckNoOutlineIcon,
11
+ l as CheckedIcon,
12
+ C as ChevronDownIcon,
13
+ h as ChevronLeftIcon,
14
+ d as ChevronRightIcon,
15
+ m as ChevronUpIcon,
16
+ f as CircleIcon,
17
+ p as CloseIcon,
18
+ v as CodeIcon,
19
+ b as CommentAddIcon,
20
+ D as CommentDiscussionIcon,
21
+ g as CommentUnresolvedIcon,
22
+ k as CopyIcon,
23
+ u as DatabaseIcon,
24
+ w as DeleteIcon,
25
+ A as DownloadIcon,
26
+ R as EditIcon,
27
+ S as FileUploadIcon,
28
+ U as FilesIcon,
29
+ G as GitMergeIcon,
30
+ L as GithubIcon,
31
+ T as GlobeIcon,
32
+ B as GripVerticalIcon,
33
+ F as HalfCircleIcon,
34
+ H as InfoCircleIcon,
35
+ M as LoaderIcon,
36
+ x as MoreIcon,
37
+ y as PanelLeftIcon,
38
+ z as RefreshIcon,
39
+ E as RemoveIcon,
40
+ N as RobotIcon,
41
+ O as SearchIcon,
42
+ P as SettingsIcon,
43
+ q as ShareIcon,
44
+ J as SplitHorizontalIcon,
45
+ K as ThinkingIcon,
46
+ Q as ThumbsDownIcon,
47
+ V as ThumbsUpIcon,
48
+ j as UserIcon
49
+ };
@@ -0,0 +1,80 @@
1
+ import React__default, { FC } from 'react';
2
+ import { j as ChatbotProps, k as ChatbotProviderProps, A as Artifact, I as InteractionRequest, m as ChatMessage, n as AgentAction } from '../types-6QSONCz1.js';
3
+ export { x as AgentStreamResponse, p as AssistantMeta, v as ChatResponse, q as ChatSession, w as ChatState, s as ChatbotUrls, F as Feedback, r as FileUploadProps, u as InteractionChoice, t as InteractionType, o as LoadingState } from '../types-6QSONCz1.js';
4
+ import * as react_jsx_runtime from 'react/jsx-runtime';
5
+ import '@reduxjs/toolkit';
6
+ import 'zod';
7
+
8
+ declare const Chatbot: FC<ChatbotProps>;
9
+
10
+ declare const ChatProvider: React__default.FC<ChatbotProviderProps>;
11
+
12
+ interface ArtifactsProps {
13
+ artifacts: Artifact[];
14
+ }
15
+ declare const Artifacts: FC<ArtifactsProps>;
16
+
17
+ declare const CancelGenerationButton: React__default.FC;
18
+
19
+ declare const CoachAI: () => react_jsx_runtime.JSX.Element | null;
20
+
21
+ interface ContextPanelProps {
22
+ fileUploadProps?: {
23
+ allowedFiles: string;
24
+ contextFieldKey: string;
25
+ };
26
+ }
27
+ declare const ContextPanel: React.FC<ContextPanelProps>;
28
+
29
+ interface FeedbackButtonsProps {
30
+ messageId: string;
31
+ }
32
+ declare const FeedbackButtons: FC<FeedbackButtonsProps>;
33
+
34
+ interface InteractionPromptProps {
35
+ interaction: InteractionRequest;
36
+ }
37
+ declare const InteractionPrompt: React__default.FC<InteractionPromptProps>;
38
+
39
+ declare const LoadingIndicator: FC;
40
+
41
+ interface MessageItemProps {
42
+ message: ChatMessage;
43
+ isLastMessage?: boolean;
44
+ }
45
+ declare const MessageItem: FC<MessageItemProps>;
46
+
47
+ interface MessageListProps {
48
+ messages: ChatMessage[];
49
+ }
50
+ declare const MessageList: FC<MessageListProps>;
51
+
52
+ interface MessageMenuProps {
53
+ messageId: string;
54
+ content: string;
55
+ }
56
+ declare const MessageMenu: FC<MessageMenuProps>;
57
+
58
+ interface QuestionFormProps {
59
+ onSubmit: (message: string) => Promise<void>;
60
+ isLoading: boolean;
61
+ }
62
+ declare const QuestionForm: React.FC<QuestionFormProps>;
63
+
64
+ interface RegenerateButtonProps {
65
+ messageId: string;
66
+ }
67
+ declare const RegenerateButton: FC<RegenerateButtonProps>;
68
+
69
+ interface StatusUpdatesProps {
70
+ actions: AgentAction[];
71
+ isComplete?: boolean;
72
+ heading: string;
73
+ }
74
+ declare const StatusUpdates: FC<StatusUpdatesProps>;
75
+
76
+ declare const ChatTriggerLink: ({ text }: {
77
+ text: string;
78
+ }) => react_jsx_runtime.JSX.Element;
79
+
80
+ export { AgentAction, Artifact, Artifacts, CancelGenerationButton, ChatMessage, ChatProvider, ChatTriggerLink, ChatbotProps, ChatbotProviderProps, Chatbot as ChatbotV2, CoachAI, ContextPanel, FeedbackButtons, InteractionPrompt, InteractionRequest, LoadingIndicator, MessageItem, MessageList, MessageMenu, QuestionForm, RegenerateButton, StatusUpdates };
@@ -0,0 +1,20 @@
1
+ import { A as t, b as e, a as n, g as o, C as r, c as i, d as g, F as c, I as d, L as C, h as u, M as h, e as I, f as L, Q as M, R as m, S as b } from "../CoachForm.js";
2
+ export {
3
+ t as Artifacts,
4
+ e as CancelGenerationButton,
5
+ n as ChatProvider,
6
+ o as ChatTriggerLink,
7
+ r as ChatbotV2,
8
+ i as CoachAI,
9
+ g as ContextPanel,
10
+ c as FeedbackButtons,
11
+ d as InteractionPrompt,
12
+ C as LoadingIndicator,
13
+ u as LoadingState,
14
+ h as MessageItem,
15
+ I as MessageList,
16
+ L as MessageMenu,
17
+ M as QuestionForm,
18
+ m as RegenerateButton,
19
+ b as StatusUpdates
20
+ };