@altimateai/ui-components 0.0.48 → 0.0.50
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 +9985 -10068
- package/dist/Stack.js +317 -316
- package/dist/TagsInput.js +2615 -2469
- package/dist/assets/icons/index.js +1 -1
- package/dist/chatbotV2/index.d.ts +6 -6
- package/dist/chatbotV2/index.js +5 -5
- package/dist/index.d.ts +2 -2
- package/dist/index.js +1 -1
- package/dist/index2.js +6 -6
- package/dist/lineage/index.js +2 -2
- package/dist/main.js +146 -146
- package/dist/redux-toolkit.modern.js +1 -1
- package/dist/shadcn/index.d.ts +16 -8
- package/dist/shadcn/index.js +3 -3
- package/dist/storybook/Combobox.stories.tsx +983 -79
- package/dist/{types-CqeMsC8t.d.ts → types-oWZJEjV7.d.ts} +1 -5
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { A as a, L as s, G as c, g as I, i as e, B as r, q as t, n as i,
|
|
1
|
+
import { A as a, L as s, G as c, g as I, i as e, B as r, q as t, n as i, a as l, V as C, c as h, p as d, C as m, d as p, S as b, e as f, h as v, T as D, U as g, f as S, y as U, J as k, k as u, D as w, w as A, E as R, F as G, _ as L, Q as F, K as T, P as B, O as H, s as M, H as P, I as x, $ as y, M as z, r as E, W as N, R as O, N as V, Y as W, b as q, x as J, o as K, l as Q, m as X, z as Y, v as Z, u as _, t as $, Z as j, X as oo } from "../../index2.js";
|
|
2
2
|
export {
|
|
3
3
|
a as AddIcon,
|
|
4
4
|
s as ArrowLeftIcon,
|
|
@@ -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, M as MessageAttachment, u as AgentStreamResponse } from '../types-
|
|
3
|
-
export { v as AssistantMeta, x as ChatbotUrls, D as Datamate, w as FileUploadProps, J as FinalResponseData, B as InteractionChoice, z as InteractionType, y as Mode, H as ProgressUpdate, G as ToolUsageData, U as UploadedFile, K as agentStreamResponseSchema, E 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, M as MessageAttachment, u as AgentStreamResponse } from '../types-oWZJEjV7.js';
|
|
3
|
+
export { v as AssistantMeta, x as ChatbotUrls, D as Datamate, w as FileUploadProps, J as FinalResponseData, B as InteractionChoice, z as InteractionType, y as Mode, H as ProgressUpdate, G as ToolUsageData, U as UploadedFile, K as agentStreamResponseSchema, E as todoItemSchema } from '../types-oWZJEjV7.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';
|
|
@@ -131,9 +131,9 @@ interface UpdateModePayload {
|
|
|
131
131
|
sessionId: string;
|
|
132
132
|
mode: string;
|
|
133
133
|
}
|
|
134
|
-
interface
|
|
134
|
+
interface UpdateDatamateInSessionPayload {
|
|
135
135
|
sessionId: string;
|
|
136
|
-
datamates
|
|
136
|
+
datamates: string[];
|
|
137
137
|
}
|
|
138
138
|
declare const initialState: ChatState;
|
|
139
139
|
declare const createSession: _reduxjs_toolkit.ActionCreatorWithPayload<{
|
|
@@ -176,7 +176,7 @@ declare const clearContext: _reduxjs_toolkit.ActionCreatorWithPayload<{
|
|
|
176
176
|
sessionId: string;
|
|
177
177
|
}, "chat/clearContext">;
|
|
178
178
|
declare const updateMode: _reduxjs_toolkit.ActionCreatorWithPayload<UpdateModePayload, "chat/updateMode">;
|
|
179
|
-
declare const
|
|
179
|
+
declare const updateDatamateInSession: _reduxjs_toolkit.ActionCreatorWithPayload<UpdateDatamateInSessionPayload, "chat/updateDatamateInSession">;
|
|
180
180
|
declare const setSessions: _reduxjs_toolkit.ActionCreatorWithPayload<Record<string, ChatSession>, "chat/setSessions">;
|
|
181
181
|
declare const resetSession: _reduxjs_toolkit.ActionCreatorWithoutPayload<"chat/resetSession">;
|
|
182
182
|
|
|
@@ -277,4 +277,4 @@ declare const Citations: ({ citations, frontEndUrl, }: {
|
|
|
277
277
|
frontEndUrl: string;
|
|
278
278
|
}) => JSX.Element | null;
|
|
279
279
|
|
|
280
|
-
export { AgentAction, AgentStreamResponse, Artifact, Artifacts, CancelGenerationButton, ChatMessage, ChatProvider, ChatResponse, ChatSession, ChatState, ChatTriggerLink, ChatbotProps, ChatbotProviderProps, Chatbot as ChatbotV2, Citations, CoachAI, ContextOption, ContextPanel, Feedback, FeedbackButtons, InteractionPrompt, InteractionRequest, LoadingIndicator, LoadingState, MessageAttachment, MessageItem, MessageList, MessageMenu, QuestionForm, RegenerateButton, StatusUpdates, TodoItem, addAction, addMessage, clearActions, clearContext, clearHistory, clearTodos, createSession, deleteMessage, initialState, processAgentMessageContent, processAgentStream, processExistingConversation, processPlaygroundSessionTurns, resetSession, sendMessageAndProcessStream, setAbortController, setCurrentSession, setError, setLoadingState, setSelectedModel, setSessions, setTodos, streamResponseToAgentMessages, updateContext,
|
|
280
|
+
export { AgentAction, AgentStreamResponse, Artifact, Artifacts, CancelGenerationButton, ChatMessage, ChatProvider, ChatResponse, ChatSession, ChatState, ChatTriggerLink, ChatbotProps, ChatbotProviderProps, Chatbot as ChatbotV2, Citations, CoachAI, ContextOption, ContextPanel, Feedback, FeedbackButtons, InteractionPrompt, InteractionRequest, LoadingIndicator, LoadingState, MessageAttachment, MessageItem, MessageList, MessageMenu, QuestionForm, RegenerateButton, StatusUpdates, TodoItem, addAction, addMessage, clearActions, clearContext, clearHistory, clearTodos, createSession, deleteMessage, initialState, processAgentMessageContent, processAgentStream, processExistingConversation, processPlaygroundSessionTurns, resetSession, sendMessageAndProcessStream, setAbortController, setCurrentSession, setError, setLoadingState, setSelectedModel, setSessions, setTodos, streamResponseToAgentMessages, updateContext, updateDatamateInSession, updateMessageFeedback, updateMode, useAgentChat, useChatContext };
|
package/dist/chatbotV2/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { A as
|
|
1
|
+
import { A as a, b as t, a as o, g as n, C as r, m as i, c as d, d as c, F as g, I as C, L as S, n as u, M as l, e as p, f as m, Q as M, R as A, S as h, H as x, x as I, o as L, J as P, P as T, z as b, N as k, r as B, B as F, q as R, k as f, p as v, j as y, l as E, W as D, s as G, G as H, w as Q, E as U, D as V, v as j, V as q, K as w, i as z, t as J, O as K, U as N, y as O, T as W, h as X, u as Y } from "../CoachForm.js";
|
|
2
2
|
export {
|
|
3
|
-
|
|
3
|
+
a as Artifacts,
|
|
4
4
|
t as CancelGenerationButton,
|
|
5
5
|
o as ChatProvider,
|
|
6
6
|
n as ChatTriggerLink,
|
|
@@ -10,8 +10,8 @@ export {
|
|
|
10
10
|
c as ContextPanel,
|
|
11
11
|
g as FeedbackButtons,
|
|
12
12
|
C as InteractionPrompt,
|
|
13
|
-
|
|
14
|
-
|
|
13
|
+
S as LoadingIndicator,
|
|
14
|
+
u as LoadingState,
|
|
15
15
|
l as MessageItem,
|
|
16
16
|
p as MessageList,
|
|
17
17
|
m as MessageMenu,
|
|
@@ -44,7 +44,7 @@ export {
|
|
|
44
44
|
z as streamResponseToAgentMessages,
|
|
45
45
|
J as todoItemSchema,
|
|
46
46
|
K as updateContext,
|
|
47
|
-
N as
|
|
47
|
+
N as updateDatamateInSession,
|
|
48
48
|
O as updateMessageFeedback,
|
|
49
49
|
W as updateMode,
|
|
50
50
|
X as useAgentChat,
|
package/dist/index.d.ts
CHANGED
|
@@ -3,8 +3,8 @@ import { HTMLAttributes, ButtonHTMLAttributes, ReactNode, FC, MouseEvent } from
|
|
|
3
3
|
import { B as ButtonProps } from './Button-CVsSwe4f.js';
|
|
4
4
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
5
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-
|
|
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-
|
|
6
|
+
import { T as TaskLabels, a as TeamMateContextProps, b as TeamMateState, c as TeamMateConfig, d as TeamMateActionType, e as TeamMateAvailability } from './types-oWZJEjV7.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-oWZJEjV7.js';
|
|
8
8
|
import * as _reduxjs_toolkit from '@reduxjs/toolkit';
|
|
9
9
|
import { PayloadAction } from '@reduxjs/toolkit';
|
|
10
10
|
import * as immer from 'immer';
|
package/dist/index.js
CHANGED
|
@@ -2,7 +2,7 @@ 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
|
|
|
2
2
|
import { C as T, T as v } from "./Table.js";
|
|
3
3
|
import { ax as u, am as M, ak as P, aw as d, av as f, an as h, au as x, al as A, aA as g, aB as y, az as S, at as B, ay as b, aq as j, ar as D, as as F, ap as G } from "./CoachForm.js";
|
|
4
4
|
import { A as w, C as I, I as z } from "./redux-toolkit.modern.js";
|
|
5
|
-
import {
|
|
5
|
+
import { a3 as H } from "./Stack.js";
|
|
6
6
|
export {
|
|
7
7
|
w as ApiHelper,
|
|
8
8
|
u as CoachForm,
|
package/dist/index2.js
CHANGED
|
@@ -635,7 +635,7 @@ export {
|
|
|
635
635
|
V0 as $,
|
|
636
636
|
B0 as A,
|
|
637
637
|
m0 as B,
|
|
638
|
-
|
|
638
|
+
n1 as C,
|
|
639
639
|
H0 as D,
|
|
640
640
|
s1 as E,
|
|
641
641
|
u1 as F,
|
|
@@ -660,11 +660,11 @@ export {
|
|
|
660
660
|
v0 as Y,
|
|
661
661
|
g0 as Z,
|
|
662
662
|
b0 as _,
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
663
|
+
q0 as a,
|
|
664
|
+
C1 as b,
|
|
665
|
+
r1 as c,
|
|
666
|
+
t1 as d,
|
|
667
|
+
l1 as e,
|
|
668
668
|
K0 as f,
|
|
669
669
|
c1 as g,
|
|
670
670
|
F0 as h,
|
package/dist/lineage/index.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import '../index.css';var Or = Object.defineProperty;
|
|
2
2
|
var Rr = (e, t, n) => t in e ? Or(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n;
|
|
3
3
|
var it = (e, t, n) => Rr(e, typeof t != "symbol" ? t + "" : t, n);
|
|
4
|
-
import { j as r, h as Cs, i as zr, k as $r, l as g2,
|
|
4
|
+
import { j as r, h as Cs, i as zr, k as $r, l as g2, d as Wr, c as Ur, m as gs, n as ms, H as ps, B as xs, I as Yr, o as Kr, R as Xr } from "../index2.js";
|
|
5
5
|
import * as g from "react";
|
|
6
6
|
import T, { createContext as It, memo as ce, useMemo as we, forwardRef as A2, useEffect as X, useRef as J, useContext as Ve, useState as se, useCallback as re, useReducer as Gr, useImperativeHandle as qr } from "react";
|
|
7
7
|
import { s as Ze, e as ws, i as e1, T as qt, f as Jt, a as Jr, g as ys, A as ue, d as Qr, C as Dt, I as Es, u as ea, b as ta } from "../redux-toolkit.modern.js";
|
|
8
|
-
import {
|
|
8
|
+
import { g as Ne, Q as Xe, S as vs, U as bs, X as xe, Y as _s, a3 as R, Z as Se, c as Ss, a6 as m2, a5 as na, a0 as V2, a1 as Ns, _ as yt, a7 as sa, J as oa, a8 as ra, a9 as aa, K as ia } from "../Stack.js";
|
|
9
9
|
import { createPortal as ot } from "react-dom";
|
|
10
10
|
import { C as la, T as ca } from "../Table.js";
|
|
11
11
|
/**
|