@timbal-ai/timbal-react 0.8.1 → 1.0.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/dist/index.esm.js CHANGED
@@ -7,6 +7,7 @@ import {
7
7
  AppShellChatTrigger,
8
8
  AppShellTopbar,
9
9
  Breadcrumbs,
10
+ COLOR_UTILITY_PREFIXES,
10
11
  ChartPanel,
11
12
  ConnectionRow,
12
13
  ConnectionRowList,
@@ -25,6 +26,7 @@ import {
25
26
  FilterBar,
26
27
  FloatingUnsavedChangesBar,
27
28
  FormSection,
29
+ HOUSE_RULES,
28
30
  INTEGRATION_CATALOG_CARD_HEIGHT_CLASS,
29
31
  InfoCard,
30
32
  IntegrationCard,
@@ -35,7 +37,10 @@ import {
35
37
  Page,
36
38
  PageHeader,
37
39
  PlanBadge,
40
+ RESERVED_GRADIENT_TOKENS,
38
41
  ResourceCard,
42
+ SEMANTIC_COLOR_TOKENS,
43
+ SLOP_BUDGETS,
39
44
  SearchInput,
40
45
  Section,
41
46
  SettingsSection,
@@ -46,21 +51,27 @@ import {
46
51
  StatusDot,
47
52
  SubNav,
48
53
  SurfaceCard,
54
+ TAILWIND_PALETTE_COLORS,
49
55
  THEME_AGENT_INSTRUCTIONS,
50
56
  TIMBAL_THEME_PRESETS,
51
57
  ThemePresetGallery,
52
58
  TimbalThemeStyle,
59
+ UI_REVIEW_AGENT_INSTRUCTIONS,
53
60
  applyThemePreset,
54
61
  applyTimbalTheme,
55
62
  clearTimbalTheme,
56
63
  connectionRowListClass,
57
64
  createTimbalTheme,
65
+ ensureThemeFontLink,
66
+ formatLintReport,
58
67
  getStoredThemePreset,
59
68
  getThemePreset,
69
+ lintGeneratedUi,
70
+ reviewGeneratedUi,
60
71
  themeToCss,
61
72
  useAppCopilotContext,
62
73
  useAppShellChat
63
- } from "./chunk-GBBLAM3G.esm.js";
74
+ } from "./chunk-GLPOVYEA.esm.js";
64
75
  import {
65
76
  THREAD_DEFAULT_MAX_WIDTH,
66
77
  assistantMessageContentClass,
@@ -81,11 +92,11 @@ import {
81
92
  useOptionalSession,
82
93
  useSession,
83
94
  useWorkforces
84
- } from "./chunk-VWHHKAHN.esm.js";
95
+ } from "./chunk-C6IXFM4T.esm.js";
85
96
  import "./chunk-QIABF4KB.esm.js";
86
97
  import {
87
98
  WorkforceSelector
88
- } from "./chunk-CFU3YDTV.esm.js";
99
+ } from "./chunk-RZ6QC6RG.esm.js";
89
100
  import {
90
101
  ARTIFACT_FENCE_LANGUAGES,
91
102
  ArtifactCard,
@@ -142,8 +153,87 @@ import {
142
153
  useUiDispatch,
143
154
  useUiEventEmitter,
144
155
  useUiState
145
- } from "./chunk-5ZKLPWVN.esm.js";
156
+ } from "./chunk-SNLXVG7H.esm.js";
146
157
  import {
158
+ Accordion,
159
+ AccordionContent,
160
+ AccordionItem,
161
+ AccordionTrigger,
162
+ Alert,
163
+ AlertDescription,
164
+ AlertDialog,
165
+ AlertDialogAction,
166
+ AlertDialogCancel,
167
+ AlertDialogContent,
168
+ AlertDialogDescription,
169
+ AlertDialogFooter,
170
+ AlertDialogHeader,
171
+ AlertDialogOverlay,
172
+ AlertDialogPortal,
173
+ AlertDialogTitle,
174
+ AlertDialogTrigger,
175
+ AlertTitle,
176
+ AspectRatio,
177
+ Badge,
178
+ Breadcrumb,
179
+ BreadcrumbEllipsis,
180
+ BreadcrumbItem,
181
+ BreadcrumbLink,
182
+ BreadcrumbList,
183
+ BreadcrumbPage,
184
+ BreadcrumbSeparator,
185
+ Calendar,
186
+ CalendarDayButton,
187
+ Card,
188
+ CardContent,
189
+ CardDescription,
190
+ CardFooter,
191
+ CardHeader,
192
+ CardTitle,
193
+ Checkbox,
194
+ Collapsible,
195
+ CollapsibleContent,
196
+ CollapsibleTrigger,
197
+ Combobox,
198
+ ComboboxAnchor,
199
+ ComboboxCommand,
200
+ ComboboxContent,
201
+ ComboboxEmpty,
202
+ ComboboxGroup,
203
+ ComboboxInput,
204
+ ComboboxItem,
205
+ ComboboxList,
206
+ ComboboxSeparator,
207
+ ComboboxShortcut,
208
+ ComboboxTrigger,
209
+ Command,
210
+ CommandDialog,
211
+ CommandEmpty,
212
+ CommandGroup,
213
+ CommandInput,
214
+ CommandItem,
215
+ CommandList,
216
+ CommandSeparator,
217
+ CommandShortcut,
218
+ ContextMenu,
219
+ ContextMenuCheckboxItem,
220
+ ContextMenuContent,
221
+ ContextMenuGroup,
222
+ ContextMenuItem,
223
+ ContextMenuLabel,
224
+ ContextMenuRadioGroup,
225
+ ContextMenuRadioItem,
226
+ ContextMenuSeparator,
227
+ ContextMenuShortcut,
228
+ ContextMenuSub,
229
+ ContextMenuSubContent,
230
+ ContextMenuSubTrigger,
231
+ ContextMenuTrigger,
232
+ DatePicker,
233
+ DatePickerButton,
234
+ DatePickerCalendar,
235
+ DatePickerContent,
236
+ DatePickerTrigger,
147
237
  DropdownMenu,
148
238
  DropdownMenuCheckboxItem,
149
239
  DropdownMenuContent,
@@ -158,10 +248,67 @@ import {
158
248
  DropdownMenuSubContent,
159
249
  DropdownMenuSubTrigger,
160
250
  DropdownMenuTrigger,
251
+ Form,
252
+ FormControl,
253
+ FormField,
254
+ FormItem,
255
+ FormLabel,
256
+ FormMessage,
257
+ FormSubmit,
258
+ HoverCard,
259
+ HoverCardContent,
260
+ HoverCardTrigger,
261
+ Input,
262
+ InputGroup,
263
+ InputGroupAddon,
264
+ InputGroupInput,
265
+ InputGroupText,
266
+ InputOTP,
267
+ InputOTPGroup,
268
+ InputOTPHiddenInput,
269
+ InputOTPSeparator,
270
+ InputOTPSlot,
271
+ Kbd,
272
+ KbdGroup,
273
+ Label,
274
+ Menubar,
275
+ MenubarCheckboxItem,
276
+ MenubarContent,
277
+ MenubarItem,
278
+ MenubarLabel,
279
+ MenubarMenu,
280
+ MenubarRadioGroup,
281
+ MenubarRadioItem,
282
+ MenubarSeparator,
283
+ MenubarShortcut,
284
+ MenubarSub,
285
+ MenubarSubContent,
286
+ MenubarSubTrigger,
287
+ MenubarTrigger,
288
+ NavigationMenu,
289
+ NavigationMenuContent,
290
+ NavigationMenuIndicator,
291
+ NavigationMenuItem,
292
+ NavigationMenuLink,
293
+ NavigationMenuList,
294
+ NavigationMenuTrigger,
295
+ NavigationMenuViewport,
296
+ Pagination,
297
+ PaginationContent,
298
+ PaginationEllipsis,
299
+ PaginationItem,
300
+ PaginationLink,
301
+ PaginationNext,
302
+ PaginationPrevious,
161
303
  Popover,
162
304
  PopoverAnchor,
163
305
  PopoverContent,
164
306
  PopoverTrigger,
307
+ Progress,
308
+ RadioGroup,
309
+ RadioGroupItem,
310
+ ScrollArea,
311
+ ScrollBar,
165
312
  Select,
166
313
  SelectContent,
167
314
  SelectGroup,
@@ -171,17 +318,64 @@ import {
171
318
  SelectScrollUpButton,
172
319
  SelectSeparator,
173
320
  SelectTrigger,
174
- SelectValue
175
- } from "./chunk-P4SN7M67.esm.js";
321
+ SelectValue,
322
+ Separator,
323
+ Sheet,
324
+ SheetClose,
325
+ SheetContent,
326
+ SheetDescription,
327
+ SheetFooter,
328
+ SheetHeader,
329
+ SheetTitle,
330
+ SheetTrigger,
331
+ Skeleton,
332
+ Slider,
333
+ Spinner,
334
+ Switch,
335
+ Table,
336
+ TableBody,
337
+ TableCaption,
338
+ TableCell,
339
+ TableFooter,
340
+ TableHead,
341
+ TableHeader,
342
+ TableRow,
343
+ Textarea,
344
+ Toast,
345
+ ToastAction,
346
+ ToastClose,
347
+ ToastDescription,
348
+ ToastProvider,
349
+ ToastTitle,
350
+ ToastViewport,
351
+ Toaster,
352
+ Toggle,
353
+ ToggleGroup,
354
+ ToggleGroupItem,
355
+ Toolbar,
356
+ ToolbarButton,
357
+ ToolbarLink,
358
+ ToolbarSeparator,
359
+ ToolbarToggleGroup,
360
+ ToolbarToggleItem,
361
+ alertVariants,
362
+ badgeVariants,
363
+ formatPickerDate,
364
+ navigationMenuTriggerStyle,
365
+ toast,
366
+ toggleVariants,
367
+ useToast
368
+ } from "./chunk-YEFBANNF.esm.js";
176
369
  import {
177
370
  MemoPillSegmentedTabs,
178
371
  PillSegmentedTabs
179
- } from "./chunk-OISVICYF.esm.js";
372
+ } from "./chunk-AYHOVAMI.esm.js";
180
373
  import {
181
374
  Avatar,
182
375
  AvatarFallback,
183
376
  AvatarImage,
184
377
  Button,
378
+ CONTROL_SIZE,
185
379
  Dialog,
186
380
  DialogClose,
187
381
  DialogContent,
@@ -197,8 +391,14 @@ import {
197
391
  TooltipContent,
198
392
  TooltipProvider,
199
393
  TooltipTrigger,
200
- cn
201
- } from "./chunk-QVAUCVQA.esm.js";
394
+ cn,
395
+ controlClass,
396
+ controlSurfaceClass,
397
+ overlayAnimationClass,
398
+ overlayItemClass,
399
+ overlayListPanelClass,
400
+ overlaySurfaceClass
401
+ } from "./chunk-FOD67Z6G.esm.js";
202
402
 
203
403
  // src/index.ts
204
404
  import { parseSSELine } from "@timbal-ai/timbal-sdk";
@@ -371,7 +571,25 @@ export {
371
571
  APP_KIT_AGENT_INSTRUCTIONS,
372
572
  ARTIFACT_AGENT_INSTRUCTIONS,
373
573
  ARTIFACT_FENCE_LANGUAGES,
574
+ Accordion,
575
+ AccordionContent,
576
+ AccordionItem,
577
+ AccordionTrigger,
374
578
  ActionBarPrimitive,
579
+ Alert,
580
+ AlertDescription,
581
+ AlertDialog,
582
+ AlertDialogAction,
583
+ AlertDialogCancel,
584
+ AlertDialogContent,
585
+ AlertDialogDescription,
586
+ AlertDialogFooter,
587
+ AlertDialogHeader,
588
+ AlertDialogOverlay,
589
+ AlertDialogPortal,
590
+ AlertDialogTitle,
591
+ AlertDialogTrigger,
592
+ AlertTitle,
375
593
  AppChatPanel,
376
594
  AppConfirmDialog,
377
595
  AppCopilotProvider,
@@ -381,25 +599,88 @@ export {
381
599
  ArtifactCard,
382
600
  ArtifactRegistryProvider,
383
601
  ArtifactView,
602
+ AspectRatio,
384
603
  AssistantRuntimeProvider,
385
604
  AuiIf,
386
605
  AuthGuard,
387
606
  Avatar,
388
607
  AvatarFallback,
389
608
  AvatarImage,
609
+ Badge,
610
+ Breadcrumb,
611
+ BreadcrumbEllipsis,
612
+ BreadcrumbItem,
613
+ BreadcrumbLink,
614
+ BreadcrumbList,
615
+ BreadcrumbPage,
616
+ BreadcrumbSeparator,
390
617
  Breadcrumbs,
391
618
  Button,
392
619
  CHART_PALETTE,
620
+ COLOR_UTILITY_PREFIXES,
621
+ CONTROL_SIZE,
622
+ Calendar,
623
+ CalendarDayButton,
624
+ Card,
625
+ CardContent,
626
+ CardDescription,
627
+ CardFooter,
628
+ CardHeader,
629
+ CardTitle,
393
630
  ChartArtifactView,
394
631
  ChartPanel,
632
+ Checkbox,
633
+ Collapsible,
634
+ CollapsibleContent,
635
+ CollapsibleTrigger,
636
+ Combobox,
637
+ ComboboxAnchor,
638
+ ComboboxCommand,
639
+ ComboboxContent,
640
+ ComboboxEmpty,
641
+ ComboboxGroup,
642
+ ComboboxInput,
643
+ ComboboxItem,
644
+ ComboboxList,
645
+ ComboboxSeparator,
646
+ ComboboxShortcut,
647
+ ComboboxTrigger,
648
+ Command,
649
+ CommandDialog,
650
+ CommandEmpty,
651
+ CommandGroup,
652
+ CommandInput,
653
+ CommandItem,
654
+ CommandList,
655
+ CommandSeparator,
656
+ CommandShortcut,
395
657
  Composer,
396
658
  ComposerPrimitive,
397
659
  ConnectionRow,
398
660
  ConnectionRowList,
661
+ ContextMenu,
662
+ ContextMenuCheckboxItem,
663
+ ContextMenuContent,
664
+ ContextMenuGroup,
665
+ ContextMenuItem,
666
+ ContextMenuLabel,
667
+ ContextMenuRadioGroup,
668
+ ContextMenuRadioItem,
669
+ ContextMenuSeparator,
670
+ ContextMenuShortcut,
671
+ ContextMenuSub,
672
+ ContextMenuSubContent,
673
+ ContextMenuSubTrigger,
674
+ ContextMenuTrigger,
399
675
  DEFAULT_UPLOAD_ACCEPT,
400
676
  DangerZone,
401
677
  DangerZoneAction,
402
678
  DataTable,
679
+ DatePicker,
680
+ DatePickerButton,
681
+ DatePickerCalendar,
682
+ DatePickerContent,
683
+ DatePickerTrigger,
403
684
  DescriptionList,
404
685
  Dialog,
405
686
  DialogClose,
@@ -435,32 +716,93 @@ export {
435
716
  FieldTextarea,
436
717
  FilterBar,
437
718
  FloatingUnsavedChangesBar,
719
+ Form,
720
+ FormControl,
721
+ FormField,
722
+ FormItem,
723
+ FormLabel,
724
+ FormMessage,
438
725
  FormSection,
726
+ FormSubmit,
727
+ HOUSE_RULES,
728
+ HoverCard,
729
+ HoverCardContent,
730
+ HoverCardTrigger,
439
731
  HtmlArtifactView,
440
732
  INTEGRATION_CATALOG_CARD_HEIGHT_CLASS,
441
733
  InfoCard,
734
+ Input,
735
+ InputGroup,
736
+ InputGroupAddon,
737
+ InputGroupInput,
738
+ InputGroupText,
739
+ InputOTP,
740
+ InputOTPGroup,
741
+ InputOTPHiddenInput,
742
+ InputOTPSeparator,
743
+ InputOTPSlot,
442
744
  IntegrationCard,
443
745
  IntegrationsEmptyState,
444
746
  JsonArtifactView,
747
+ Kbd,
748
+ KbdGroup,
749
+ Label,
445
750
  LineAreaChart,
446
751
  MarkdownText,
447
752
  MemoPillSegmentedTabs,
753
+ Menubar,
754
+ MenubarCheckboxItem,
755
+ MenubarContent,
756
+ MenubarItem,
757
+ MenubarLabel,
758
+ MenubarMenu,
759
+ MenubarRadioGroup,
760
+ MenubarRadioItem,
761
+ MenubarSeparator,
762
+ MenubarShortcut,
763
+ MenubarSub,
764
+ MenubarSubContent,
765
+ MenubarSubTrigger,
766
+ MenubarTrigger,
448
767
  MessagePrimitive,
449
768
  MetricChartCard,
450
769
  MetricRow,
451
770
  MetricTile,
452
771
  ModeToggle,
772
+ NavigationMenu,
773
+ NavigationMenuContent,
774
+ NavigationMenuIndicator,
775
+ NavigationMenuItem,
776
+ NavigationMenuLink,
777
+ NavigationMenuList,
778
+ NavigationMenuTrigger,
779
+ NavigationMenuViewport,
453
780
  Page,
454
781
  PageHeader,
782
+ Pagination,
783
+ PaginationContent,
784
+ PaginationEllipsis,
785
+ PaginationItem,
786
+ PaginationLink,
787
+ PaginationNext,
788
+ PaginationPrevious,
455
789
  PillSegmentedTabs,
456
790
  PlanBadge,
457
791
  Popover,
458
792
  PopoverAnchor,
459
793
  PopoverContent,
460
794
  PopoverTrigger,
795
+ Progress,
461
796
  QuestionArtifactView,
797
+ RESERVED_GRADIENT_TOKENS,
798
+ RadioGroup,
799
+ RadioGroupItem,
462
800
  ResourceCard,
801
+ SEMANTIC_COLOR_TOKENS,
802
+ SLOP_BUDGETS,
463
803
  STUDIO_NAV_MODE,
804
+ ScrollArea,
805
+ ScrollBar,
464
806
  SearchInput,
465
807
  Section,
466
808
  Select,
@@ -473,11 +815,23 @@ export {
473
815
  SelectSeparator,
474
816
  SelectTrigger,
475
817
  SelectValue,
818
+ Separator,
476
819
  SessionProvider,
477
820
  SettingsSection,
478
821
  SettingsSectionHeader,
822
+ Sheet,
823
+ SheetClose,
824
+ SheetContent,
825
+ SheetDescription,
826
+ SheetFooter,
827
+ SheetHeader,
828
+ SheetTitle,
829
+ SheetTrigger,
479
830
  Shimmer,
831
+ Skeleton,
832
+ Slider,
480
833
  Sparkline,
834
+ Spinner,
481
835
  StatTile,
482
836
  StatusBadge,
483
837
  StatusDot,
@@ -487,10 +841,21 @@ export {
487
841
  SubNav,
488
842
  Suggestions,
489
843
  SurfaceCard,
844
+ Switch,
845
+ TAILWIND_PALETTE_COLORS,
490
846
  THEME_AGENT_INSTRUCTIONS,
491
847
  THREAD_DEFAULT_MAX_WIDTH,
492
848
  TIMBAL_THEME_PRESETS,
849
+ Table,
493
850
  TableArtifactView,
851
+ TableBody,
852
+ TableCaption,
853
+ TableCell,
854
+ TableFooter,
855
+ TableHead,
856
+ TableHeader,
857
+ TableRow,
858
+ Textarea,
494
859
  ThemePresetGallery,
495
860
  Thread,
496
861
  ThreadPrimitive,
@@ -500,33 +865,58 @@ export {
500
865
  TimbalRuntimeProvider,
501
866
  TimbalStudioShell,
502
867
  TimbalThemeStyle,
868
+ Toast,
869
+ ToastAction,
870
+ ToastClose,
871
+ ToastDescription,
872
+ ToastProvider,
873
+ ToastTitle,
874
+ ToastViewport,
875
+ Toaster,
876
+ Toggle,
877
+ ToggleGroup,
878
+ ToggleGroupItem,
503
879
  ToolArtifactFallback,
504
880
  ToolFallback,
881
+ Toolbar,
882
+ ToolbarButton,
883
+ ToolbarLink,
884
+ ToolbarSeparator,
885
+ ToolbarToggleGroup,
886
+ ToolbarToggleItem,
505
887
  Tooltip,
506
888
  TooltipContent,
507
889
  TooltipIconButton,
508
890
  TooltipProvider,
509
891
  TooltipTrigger,
892
+ UI_REVIEW_AGENT_INSTRUCTIONS,
510
893
  UiArtifactView,
511
894
  UiCustomNodeRegistryProvider,
512
895
  UiEventProvider,
513
896
  UiNodeView,
514
897
  WorkforceSelector,
898
+ alertVariants,
515
899
  applyThemePreset,
516
900
  applyTimbalTheme,
517
901
  assistantMessageContentClass,
518
902
  assistantMessageRootClass,
519
903
  authFetch,
904
+ badgeVariants,
520
905
  clearTimbalTheme,
521
906
  clearTokens,
522
907
  cn,
523
908
  connectionRowListClass,
909
+ controlClass,
910
+ controlSurfaceClass,
524
911
  createDefaultAttachmentAdapter,
525
912
  createTimbalTheme,
526
913
  createUploadAttachmentAdapter,
527
914
  defaultArtifactRenderers,
915
+ ensureThemeFontLink,
528
916
  fetchCurrentUser,
529
917
  findMarkdownArtifacts,
918
+ formatLintReport,
919
+ formatPickerDate,
530
920
  getAccessToken,
531
921
  getPath,
532
922
  getRefreshToken,
@@ -535,17 +925,26 @@ export {
535
925
  isArtifact,
536
926
  isArtifactFenceLanguage,
537
927
  isUiBinding,
928
+ lintGeneratedUi,
929
+ navigationMenuTriggerStyle,
930
+ overlayAnimationClass,
931
+ overlayItemClass,
932
+ overlayListPanelClass,
933
+ overlaySurfaceClass,
538
934
  parseArtifactFromToolResult,
539
935
  parseSSELine,
540
936
  refreshAccessToken,
541
937
  resolveAttachmentAdapter,
542
938
  resolveBindable,
939
+ reviewGeneratedUi,
543
940
  setAccessToken,
544
941
  setPath,
545
942
  setRefreshToken,
546
943
  splitMarkdownByArtifacts,
547
944
  themeToCss,
548
945
  threadMessageColumnClass,
946
+ toast,
947
+ toggleVariants,
549
948
  useAppCopilotContext,
550
949
  useAppShellChat,
551
950
  useArtifactRegistry,
@@ -558,6 +957,7 @@ export {
558
957
  useThreadRuntime,
559
958
  useTimbalRuntime,
560
959
  useTimbalStream,
960
+ useToast,
561
961
  useToolRunning,
562
962
  useUiCustomNodeRegistry,
563
963
  useUiDispatch,
package/dist/studio.cjs CHANGED
@@ -4377,6 +4377,28 @@ function TimbalChat({
4377
4377
 
4378
4378
  // src/chat/workforce-selector.tsx
4379
4379
  var import_lucide_react9 = require("lucide-react");
4380
+
4381
+ // src/design/control-surface.ts
4382
+ var controlSurfaceClass = cn(
4383
+ TIMBAL_V2_SECONDARY_CHROME,
4384
+ "text-sm text-foreground outline-none",
4385
+ "placeholder:text-muted-foreground/70",
4386
+ "focus-visible:ring-2 focus-visible:ring-foreground/10",
4387
+ "focus-within:ring-2 focus-within:ring-foreground/10",
4388
+ "disabled:cursor-not-allowed disabled:opacity-50",
4389
+ "data-[placeholder]:text-muted-foreground"
4390
+ );
4391
+ var overlayAnimationClass = "data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2";
4392
+ var overlaySurfaceClass = cn(
4393
+ "z-[80] border border-border bg-popover text-popover-foreground shadow-card",
4394
+ overlayAnimationClass
4395
+ );
4396
+ var overlayListPanelClass = cn(
4397
+ overlaySurfaceClass,
4398
+ "overflow-hidden rounded-lg p-0 outline-hidden"
4399
+ );
4400
+
4401
+ // src/chat/workforce-selector.tsx
4380
4402
  var import_jsx_runtime31 = require("react/jsx-runtime");
4381
4403
  var WorkforceSelector = ({
4382
4404
  workforces,
@@ -4393,8 +4415,8 @@ var WorkforceSelector = ({
4393
4415
  {
4394
4416
  className: cn(
4395
4417
  "aui-workforce-selector relative inline-flex items-center",
4418
+ controlSurfaceClass,
4396
4419
  studioTopbarPillHeightClass,
4397
- studioSecondaryChromeClass,
4398
4420
  "rounded-full",
4399
4421
  className
4400
4422
  ),
@@ -8,12 +8,12 @@ import {
8
8
  TimbalChatShell,
9
9
  TimbalMark,
10
10
  TimbalStudioShell
11
- } from "./chunk-VWHHKAHN.esm.js";
11
+ } from "./chunk-C6IXFM4T.esm.js";
12
12
  import "./chunk-QIABF4KB.esm.js";
13
- import "./chunk-CFU3YDTV.esm.js";
14
- import "./chunk-5ZKLPWVN.esm.js";
15
- import "./chunk-OISVICYF.esm.js";
16
- import "./chunk-QVAUCVQA.esm.js";
13
+ import "./chunk-RZ6QC6RG.esm.js";
14
+ import "./chunk-SNLXVG7H.esm.js";
15
+ import "./chunk-AYHOVAMI.esm.js";
16
+ import "./chunk-FOD67Z6G.esm.js";
17
17
  export {
18
18
  ModeToggle,
19
19
  STUDIO_NAV_MODE,