@altimateai/ui-components 0.0.32 → 0.0.34
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.js +7109 -7122
- package/dist/Form.js +2211 -2089
- package/dist/Stack.js +15 -15
- package/dist/chatbotV2/index.d.ts +3 -2
- package/dist/index.d.ts +8 -3
- package/dist/index.js +23 -22
- package/dist/lineage/index.js +247 -247
- package/dist/main.js +145 -145
- package/dist/redux-toolkit.modern.js +1 -1
- package/dist/shadcn/index.d.ts +3 -2
- package/dist/shadcn/index.js +2377 -2488
- package/dist/{types-C8914kq2.d.ts → types-Bot4W1-C.d.ts} +2 -4
- package/package.json +1 -1
package/dist/Stack.js
CHANGED
|
@@ -6890,7 +6890,7 @@ const ed = ({
|
|
|
6890
6890
|
return /* @__PURE__ */ g.jsx("div", { ...u, className: h, ref: d, children: t });
|
|
6891
6891
|
});
|
|
6892
6892
|
export {
|
|
6893
|
-
|
|
6893
|
+
Tl as $,
|
|
6894
6894
|
cn as A,
|
|
6895
6895
|
Mo as B,
|
|
6896
6896
|
po as C,
|
|
@@ -6904,26 +6904,26 @@ export {
|
|
|
6904
6904
|
ve as K,
|
|
6905
6905
|
zu as L,
|
|
6906
6906
|
ca as M,
|
|
6907
|
-
|
|
6907
|
+
Xu as N,
|
|
6908
6908
|
lo as O,
|
|
6909
6909
|
$ as P,
|
|
6910
|
-
|
|
6910
|
+
qu as Q,
|
|
6911
6911
|
bl as R,
|
|
6912
|
-
|
|
6912
|
+
ua as S,
|
|
6913
6913
|
yl as T,
|
|
6914
|
-
|
|
6915
|
-
|
|
6914
|
+
au as U,
|
|
6915
|
+
Zu as V,
|
|
6916
6916
|
Gu as W,
|
|
6917
|
-
|
|
6918
|
-
|
|
6919
|
-
|
|
6920
|
-
|
|
6917
|
+
Zo as X,
|
|
6918
|
+
Pl as Y,
|
|
6919
|
+
ra as Z,
|
|
6920
|
+
Sl as _,
|
|
6921
6921
|
ae as a,
|
|
6922
|
-
|
|
6923
|
-
|
|
6924
|
-
|
|
6925
|
-
|
|
6926
|
-
|
|
6922
|
+
Nl as a0,
|
|
6923
|
+
td as a1,
|
|
6924
|
+
Al as a2,
|
|
6925
|
+
Dl as a3,
|
|
6926
|
+
ed as a4,
|
|
6927
6927
|
si as a5,
|
|
6928
6928
|
cr as a6,
|
|
6929
6929
|
Fc as a7,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React__default, { FC } from 'react';
|
|
2
|
-
import { j as ChatbotProps, k as ChatbotProviderProps, m as ChatState, A as Artifact, n as ContextOption, I as InteractionRequest, o as ChatMessage, p as AgentAction, q as ChatResponse, F as Feedback, r as LoadingState, s as ChatSession, i as Citation, t as TodoItem, u as AgentStreamResponse } from '../types-
|
|
3
|
-
export { v as AssistantMeta, x as ChatbotUrls, D as Datamate, w as FileUploadProps, H as FinalResponseData, z as InteractionChoice, y as InteractionType, M as Mode, G as ProgressUpdate, E as ToolUsageData, J as agentStreamResponseSchema, B as todoItemSchema } from '../types-
|
|
2
|
+
import { j as ChatbotProps, k as ChatbotProviderProps, m as ChatState, A as Artifact, n as ContextOption, I as InteractionRequest, o as ChatMessage, p as AgentAction, q as ChatResponse, F as Feedback, r as LoadingState, s as ChatSession, i as Citation, t as TodoItem, u as AgentStreamResponse } from '../types-Bot4W1-C.js';
|
|
3
|
+
export { v as AssistantMeta, x as ChatbotUrls, D as Datamate, w as FileUploadProps, H as FinalResponseData, z as InteractionChoice, y as InteractionType, M as Mode, G as ProgressUpdate, E as ToolUsageData, J as agentStreamResponseSchema, B as todoItemSchema } from '../types-Bot4W1-C.js';
|
|
4
4
|
import * as _reduxjs_toolkit from '@reduxjs/toolkit';
|
|
5
5
|
import { UnknownAction } from '@reduxjs/toolkit';
|
|
6
6
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
@@ -65,6 +65,7 @@ interface QuestionFormProps {
|
|
|
65
65
|
onSubmit: (message: string) => Promise<void>;
|
|
66
66
|
isLoading: boolean;
|
|
67
67
|
placeholder?: string;
|
|
68
|
+
autoFocus?: boolean;
|
|
68
69
|
components?: {
|
|
69
70
|
questionFormLeftActions?: React.ReactNode;
|
|
70
71
|
};
|
package/dist/index.d.ts
CHANGED
|
@@ -2,8 +2,9 @@ import * as React$1 from 'react';
|
|
|
2
2
|
import { HTMLAttributes, ButtonHTMLAttributes, ReactNode, FC, MouseEvent } from 'react';
|
|
3
3
|
import { B as ButtonProps } from './Button-C4jhPGlR.js';
|
|
4
4
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
5
|
-
import {
|
|
6
|
-
|
|
5
|
+
import { PlotParams } from 'react-plotly.js';
|
|
6
|
+
import { T as TaskLabels, a as TeamMateContextProps, b as TeamMateState, c as TeamMateConfig, d as TeamMateActionType, e as TeamMateAvailability } from './types-Bot4W1-C.js';
|
|
7
|
+
export { i as Citation, f as CoachAiConfirmationResponse, C as CoachAiResponse, g as ContentCategory, L as Learning, P as PersonalizationScope, h as TeamMateComponentProps, l as learningSchema } from './types-Bot4W1-C.js';
|
|
7
8
|
import * as _reduxjs_toolkit from '@reduxjs/toolkit';
|
|
8
9
|
import { PayloadAction } from '@reduxjs/toolkit';
|
|
9
10
|
import * as immer from 'immer';
|
|
@@ -69,6 +70,10 @@ interface MarkdownProps {
|
|
|
69
70
|
}
|
|
70
71
|
declare const Markdown: React.FC<MarkdownProps>;
|
|
71
72
|
|
|
73
|
+
declare const Plotly: ({ jsonData }: {
|
|
74
|
+
jsonData: PlotParams;
|
|
75
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
76
|
+
|
|
72
77
|
interface PopconfirmProps {
|
|
73
78
|
/**
|
|
74
79
|
* The content to be displayed inside the trigger
|
|
@@ -272,4 +277,4 @@ interface ProjectGovernorCheck extends z.infer<typeof ProjectGovernorCheckSchema
|
|
|
272
277
|
id: string;
|
|
273
278
|
}
|
|
274
279
|
|
|
275
|
-
export { ApiHelper, CoachForm, CoachFormButton, CodeBlockComponent as CodeBlock, Collapse, type Conversation, type ConversationGroup, ConversationGroupProvider, ConversationInputForm, ConversationSources, DbtDocs, type DbtDocsShareDetails, IconButton, LearningsPage as Learnings, LoadingButton, Markdown, MermaidDiagram, Popconfirm, ProjectGovernorAllowedFiles, type ProjectGovernorCheck, type ProjectGovernorCheckConfirmationResponse, type ProjectGovernorCheckFormValues, ProjectGovernorCheckSchema, ProjectGovernorCheckTypes, type ProjectGovernorCheckValidateResponse, Spinner, Stack, Table, TaskLabels, TeamMateActionType, TeamMateAvailability, TeamMateConfig, TeamMateContextProps, TeamMateProvider, TeamMateState, TeamMates, TeamMatesConfig, TeammateActions, useTeamMateContext };
|
|
280
|
+
export { ApiHelper, CoachForm, CoachFormButton, CodeBlockComponent as CodeBlock, Collapse, type Conversation, type ConversationGroup, ConversationGroupProvider, ConversationInputForm, ConversationSources, DbtDocs, type DbtDocsShareDetails, IconButton, LearningsPage as Learnings, LoadingButton, Markdown, MermaidDiagram, Plotly, Popconfirm, ProjectGovernorAllowedFiles, type ProjectGovernorCheck, type ProjectGovernorCheckConfirmationResponse, type ProjectGovernorCheckFormValues, ProjectGovernorCheckSchema, ProjectGovernorCheckTypes, type ProjectGovernorCheckValidateResponse, Spinner, Stack, Table, TaskLabels, TeamMateActionType, TeamMateAvailability, TeamMateConfig, TeamMateContextProps, TeamMateProvider, TeamMateState, TeamMates, TeamMatesConfig, TeammateActions, useTeamMateContext };
|
package/dist/index.js
CHANGED
|
@@ -1,39 +1,40 @@
|
|
|
1
|
-
import { j as e, i as s, h as r, C as t, D as n, L as i, T as m, m as c, l
|
|
1
|
+
import { j as e, i as s, h as r, C as t, D as n, L as i, T as m, m as c, l, k as p } from "./main.js";
|
|
2
2
|
import { C as T, T as v } from "./Table.js";
|
|
3
|
-
import {
|
|
4
|
-
import { A as
|
|
5
|
-
import {
|
|
3
|
+
import { aw as u, al as M, ai as P, av as d, au as f, am as h, at as x, ak as A, az as g, aA as y, ay as S, as as b, ax as j, ap as B, aq as D, ar as F, ao as G } from "./CoachForm.js";
|
|
4
|
+
import { A as w, C as I, I as z } from "./redux-toolkit.modern.js";
|
|
5
|
+
import { a1 as H } from "./Stack.js";
|
|
6
6
|
export {
|
|
7
|
-
|
|
7
|
+
w as ApiHelper,
|
|
8
8
|
u as CoachForm,
|
|
9
9
|
e as CoachFormButton,
|
|
10
|
-
|
|
10
|
+
I as CodeBlock,
|
|
11
11
|
T as Collapse,
|
|
12
12
|
M as ContentCategory,
|
|
13
13
|
s as ConversationGroupProvider,
|
|
14
14
|
r as ConversationInputForm,
|
|
15
15
|
t as ConversationSources,
|
|
16
16
|
n as DbtDocs,
|
|
17
|
-
|
|
17
|
+
z as IconButton,
|
|
18
18
|
i as Learnings,
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
19
|
+
P as LoadingButton,
|
|
20
|
+
d as Markdown,
|
|
21
|
+
f as MermaidDiagram,
|
|
22
|
+
h as PersonalizationScope,
|
|
23
|
+
x as Plotly,
|
|
24
|
+
A as Popconfirm,
|
|
24
25
|
g as ProjectGovernorAllowedFiles,
|
|
25
|
-
|
|
26
|
+
y as ProjectGovernorCheckSchema,
|
|
26
27
|
S as ProjectGovernorCheckTypes,
|
|
27
|
-
|
|
28
|
-
|
|
28
|
+
b as Spinner,
|
|
29
|
+
H as Stack,
|
|
29
30
|
v as Table,
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
31
|
+
j as TaskLabels,
|
|
32
|
+
B as TeamMateActionType,
|
|
33
|
+
D as TeamMateAvailability,
|
|
33
34
|
m as TeamMateProvider,
|
|
34
35
|
c as TeamMates,
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
36
|
+
F as TeamMatesConfig,
|
|
37
|
+
l as TeammateActions,
|
|
38
|
+
G as learningSchema,
|
|
39
|
+
p as useTeamMateContext
|
|
39
40
|
};
|