@gram-ai/elements 1.38.0 → 1.38.2
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/components/ActiveChatTitle.d.ts +22 -0
- package/dist/components/ActiveChatTitle.test.d.ts +1 -0
- package/dist/components/activeChatTitle.helpers.d.ts +12 -0
- package/dist/components/ui/tool-ui.d.ts +12 -8
- package/dist/elements.cjs +1 -1
- package/dist/elements.css +1 -1
- package/dist/elements.js +25 -24
- package/dist/{index--UMkUr53.js → index-CNSYMffp.js} +24353 -24258
- package/dist/index-CNSYMffp.js.map +1 -0
- package/dist/{index-Cz9y5YHw.cjs → index-DTZOelvp.cjs} +72 -72
- package/dist/index-DTZOelvp.cjs.map +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/{profiler-jAEvoPXB.cjs → profiler-CZDIhdNN.cjs} +2 -2
- package/dist/{profiler-jAEvoPXB.cjs.map → profiler-CZDIhdNN.cjs.map} +1 -1
- package/dist/{profiler-BHXyuGiY.js → profiler-DiD0upYa.js} +2 -2
- package/dist/{profiler-BHXyuGiY.js.map → profiler-DiD0upYa.js.map} +1 -1
- package/dist/{startRecording-Dw4aGDrV.cjs → startRecording-B2vd2HGG.cjs} +2 -2
- package/dist/{startRecording-Dw4aGDrV.cjs.map → startRecording-B2vd2HGG.cjs.map} +1 -1
- package/dist/{startRecording-D8IbKhJo.js → startRecording-DAV031k-.js} +2 -2
- package/dist/{startRecording-D8IbKhJo.js.map → startRecording-DAV031k-.js.map} +1 -1
- package/package.json +1 -1
- package/src/components/ActiveChatTitle.test.ts +39 -0
- package/src/components/ActiveChatTitle.tsx +152 -0
- package/src/components/activeChatTitle.helpers.ts +16 -0
- package/src/components/ui/tool-ui.tsx +48 -37
- package/src/hooks/useGramThreadListAdapter.tsx +37 -2
- package/src/index.ts +1 -0
- package/dist/index--UMkUr53.js.map +0 -1
- package/dist/index-Cz9y5YHw.cjs.map +0 -1
package/dist/elements.js
CHANGED
|
@@ -1,34 +1,35 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { s as
|
|
1
|
+
import { ac as e, ao as r, aw as t, aa as o, ab as n, a8 as l, a8 as d, aq as E, ag as i, af as m, av as T, ak as S, ad as c, aj as g, at as h, ae as C, ah as I, ai as u, as as M, ar as p, am as v, ap as R, au as k, an as G, al as P, a9 as f } from "./index-CNSYMffp.js";
|
|
2
|
+
import { s as U, W as b, I as y, I as A } from "./index-Bv-yE4G1.js";
|
|
3
3
|
export {
|
|
4
|
-
e as
|
|
5
|
-
r as
|
|
4
|
+
e as ActiveChatTitle,
|
|
5
|
+
r as CREDITS_EXHAUSTED_MESSAGE,
|
|
6
|
+
t as Calendar,
|
|
6
7
|
o as Chat,
|
|
7
|
-
|
|
8
|
-
|
|
8
|
+
n as ChatHistory,
|
|
9
|
+
l as ElementsProvider,
|
|
9
10
|
d as GramElementsProvider,
|
|
10
|
-
|
|
11
|
-
|
|
11
|
+
E as MODELS,
|
|
12
|
+
i as Markdown,
|
|
12
13
|
m as MessageContent,
|
|
13
|
-
|
|
14
|
+
T as PRESETS,
|
|
14
15
|
S as Replay,
|
|
15
|
-
|
|
16
|
+
c as ShareButton,
|
|
16
17
|
g as SyntaxHighlightedCode,
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
18
|
+
h as TimeRangePicker,
|
|
19
|
+
C as ToolFallback,
|
|
20
|
+
I as ToolUI,
|
|
21
|
+
u as ToolUISection,
|
|
22
|
+
M as convertGramMessagesToExported,
|
|
23
|
+
p as convertGramMessagesToUIMessages,
|
|
24
|
+
v as defineFrontendTool,
|
|
24
25
|
R as describeStreamError,
|
|
25
26
|
k as getPresetRange,
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
27
|
+
U as sleep,
|
|
28
|
+
G as trackError,
|
|
29
|
+
b as useChatId,
|
|
30
|
+
y as useElements,
|
|
31
|
+
A as useGramElements,
|
|
32
|
+
P as useRecordCassette,
|
|
33
|
+
f as useThreadId
|
|
33
34
|
};
|
|
34
35
|
//# sourceMappingURL=elements.js.map
|