@timbal-ai/timbal-react 0.7.1 → 0.8.0
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/CHANGELOG.md +14 -0
- package/dist/app.esm.js +4 -4
- package/dist/chat.esm.js +3 -3
- package/dist/{chunk-EQC5JEDZ.esm.js → chunk-4AO3HCAR.esm.js} +4 -4
- package/dist/chunk-LSEUKTU5.esm.js +435 -0
- package/dist/{chunk-2XZ3S4OP.esm.js → chunk-QKO67F4V.esm.js} +39 -0
- package/dist/{chunk-RY3LB3JN.esm.js → chunk-VVTTLIGT.esm.js} +1 -1
- package/dist/{chunk-TDIJHV4I.esm.js → chunk-YNDXBN6C.esm.js} +1 -1
- package/dist/{chunk-7U2N6XZA.esm.js → chunk-ZEDE2TWQ.esm.js} +3 -3
- package/dist/{chunk-3WCG6ZRL.esm.js → chunk-ZG5NBHOS.esm.js} +2 -2
- package/dist/index.cjs +499 -0
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.esm.js +70 -6
- package/dist/studio.esm.js +5 -5
- package/dist/ui.cjs +507 -8
- package/dist/ui.d.cts +45 -2
- package/dist/ui.d.ts +45 -2
- package/dist/ui.esm.js +66 -2
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -49,7 +49,7 @@ import {
|
|
|
49
49
|
connectionRowListClass,
|
|
50
50
|
useAppCopilotContext,
|
|
51
51
|
useAppShellChat
|
|
52
|
-
} from "./chunk-
|
|
52
|
+
} from "./chunk-ZEDE2TWQ.esm.js";
|
|
53
53
|
import {
|
|
54
54
|
THREAD_DEFAULT_MAX_WIDTH,
|
|
55
55
|
assistantMessageContentClass,
|
|
@@ -70,11 +70,11 @@ import {
|
|
|
70
70
|
useOptionalSession,
|
|
71
71
|
useSession,
|
|
72
72
|
useWorkforces
|
|
73
|
-
} from "./chunk-
|
|
73
|
+
} from "./chunk-4AO3HCAR.esm.js";
|
|
74
74
|
import "./chunk-Z27GBSOT.esm.js";
|
|
75
75
|
import {
|
|
76
76
|
WorkforceSelector
|
|
77
|
-
} from "./chunk-
|
|
77
|
+
} from "./chunk-ZG5NBHOS.esm.js";
|
|
78
78
|
import {
|
|
79
79
|
ARTIFACT_FENCE_LANGUAGES,
|
|
80
80
|
ArtifactCard,
|
|
@@ -131,11 +131,41 @@ import {
|
|
|
131
131
|
useUiDispatch,
|
|
132
132
|
useUiEventEmitter,
|
|
133
133
|
useUiState
|
|
134
|
-
} from "./chunk-
|
|
134
|
+
} from "./chunk-VVTTLIGT.esm.js";
|
|
135
|
+
import {
|
|
136
|
+
DropdownMenu,
|
|
137
|
+
DropdownMenuCheckboxItem,
|
|
138
|
+
DropdownMenuContent,
|
|
139
|
+
DropdownMenuGroup,
|
|
140
|
+
DropdownMenuItem,
|
|
141
|
+
DropdownMenuLabel,
|
|
142
|
+
DropdownMenuRadioGroup,
|
|
143
|
+
DropdownMenuRadioItem,
|
|
144
|
+
DropdownMenuSeparator,
|
|
145
|
+
DropdownMenuShortcut,
|
|
146
|
+
DropdownMenuSub,
|
|
147
|
+
DropdownMenuSubContent,
|
|
148
|
+
DropdownMenuSubTrigger,
|
|
149
|
+
DropdownMenuTrigger,
|
|
150
|
+
Popover,
|
|
151
|
+
PopoverAnchor,
|
|
152
|
+
PopoverContent,
|
|
153
|
+
PopoverTrigger,
|
|
154
|
+
Select,
|
|
155
|
+
SelectContent,
|
|
156
|
+
SelectGroup,
|
|
157
|
+
SelectItem,
|
|
158
|
+
SelectLabel,
|
|
159
|
+
SelectScrollDownButton,
|
|
160
|
+
SelectScrollUpButton,
|
|
161
|
+
SelectSeparator,
|
|
162
|
+
SelectTrigger,
|
|
163
|
+
SelectValue
|
|
164
|
+
} from "./chunk-LSEUKTU5.esm.js";
|
|
135
165
|
import {
|
|
136
166
|
MemoPillSegmentedTabs,
|
|
137
167
|
PillSegmentedTabs
|
|
138
|
-
} from "./chunk-
|
|
168
|
+
} from "./chunk-YNDXBN6C.esm.js";
|
|
139
169
|
import {
|
|
140
170
|
Avatar,
|
|
141
171
|
AvatarFallback,
|
|
@@ -144,6 +174,9 @@ import {
|
|
|
144
174
|
Dialog,
|
|
145
175
|
DialogClose,
|
|
146
176
|
DialogContent,
|
|
177
|
+
DialogDescription,
|
|
178
|
+
DialogFooter,
|
|
179
|
+
DialogHeader,
|
|
147
180
|
DialogOverlay,
|
|
148
181
|
DialogPortal,
|
|
149
182
|
DialogTitle,
|
|
@@ -154,7 +187,7 @@ import {
|
|
|
154
187
|
TooltipProvider,
|
|
155
188
|
TooltipTrigger,
|
|
156
189
|
cn
|
|
157
|
-
} from "./chunk-
|
|
190
|
+
} from "./chunk-QKO67F4V.esm.js";
|
|
158
191
|
|
|
159
192
|
// src/index.ts
|
|
160
193
|
import { parseSSELine } from "@timbal-ai/timbal-sdk";
|
|
@@ -360,10 +393,27 @@ export {
|
|
|
360
393
|
Dialog,
|
|
361
394
|
DialogClose,
|
|
362
395
|
DialogContent,
|
|
396
|
+
DialogDescription,
|
|
397
|
+
DialogFooter,
|
|
398
|
+
DialogHeader,
|
|
363
399
|
DialogOverlay,
|
|
364
400
|
DialogPortal,
|
|
365
401
|
DialogTitle,
|
|
366
402
|
DialogTrigger,
|
|
403
|
+
DropdownMenu,
|
|
404
|
+
DropdownMenuCheckboxItem,
|
|
405
|
+
DropdownMenuContent,
|
|
406
|
+
DropdownMenuGroup,
|
|
407
|
+
DropdownMenuItem,
|
|
408
|
+
DropdownMenuLabel,
|
|
409
|
+
DropdownMenuRadioGroup,
|
|
410
|
+
DropdownMenuRadioItem,
|
|
411
|
+
DropdownMenuSeparator,
|
|
412
|
+
DropdownMenuShortcut,
|
|
413
|
+
DropdownMenuSub,
|
|
414
|
+
DropdownMenuSubContent,
|
|
415
|
+
DropdownMenuSubTrigger,
|
|
416
|
+
DropdownMenuTrigger,
|
|
367
417
|
EmptyState,
|
|
368
418
|
ExpandableSection,
|
|
369
419
|
Field,
|
|
@@ -393,11 +443,25 @@ export {
|
|
|
393
443
|
PageHeader,
|
|
394
444
|
PillSegmentedTabs,
|
|
395
445
|
PlanBadge,
|
|
446
|
+
Popover,
|
|
447
|
+
PopoverAnchor,
|
|
448
|
+
PopoverContent,
|
|
449
|
+
PopoverTrigger,
|
|
396
450
|
QuestionArtifactView,
|
|
397
451
|
ResourceCard,
|
|
398
452
|
STUDIO_NAV_MODE,
|
|
399
453
|
SearchInput,
|
|
400
454
|
Section,
|
|
455
|
+
Select,
|
|
456
|
+
SelectContent,
|
|
457
|
+
SelectGroup,
|
|
458
|
+
SelectItem,
|
|
459
|
+
SelectLabel,
|
|
460
|
+
SelectScrollDownButton,
|
|
461
|
+
SelectScrollUpButton,
|
|
462
|
+
SelectSeparator,
|
|
463
|
+
SelectTrigger,
|
|
464
|
+
SelectValue,
|
|
401
465
|
SessionProvider,
|
|
402
466
|
SettingsSection,
|
|
403
467
|
SettingsSectionHeader,
|
package/dist/studio.esm.js
CHANGED
|
@@ -8,12 +8,12 @@ import {
|
|
|
8
8
|
TimbalChatShell,
|
|
9
9
|
TimbalMark,
|
|
10
10
|
TimbalStudioShell
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-4AO3HCAR.esm.js";
|
|
12
12
|
import "./chunk-Z27GBSOT.esm.js";
|
|
13
|
-
import "./chunk-
|
|
14
|
-
import "./chunk-
|
|
15
|
-
import "./chunk-
|
|
16
|
-
import "./chunk-
|
|
13
|
+
import "./chunk-ZG5NBHOS.esm.js";
|
|
14
|
+
import "./chunk-VVTTLIGT.esm.js";
|
|
15
|
+
import "./chunk-YNDXBN6C.esm.js";
|
|
16
|
+
import "./chunk-QKO67F4V.esm.js";
|
|
17
17
|
export {
|
|
18
18
|
ModeToggle,
|
|
19
19
|
STUDIO_NAV_MODE,
|