@timbal-ai/timbal-react 0.8.2 → 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,22 +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,
58
65
  ensureThemeFontLink,
66
+ formatLintReport,
59
67
  getStoredThemePreset,
60
68
  getThemePreset,
69
+ lintGeneratedUi,
70
+ reviewGeneratedUi,
61
71
  themeToCss,
62
72
  useAppCopilotContext,
63
73
  useAppShellChat
64
- } from "./chunk-6YVKCVEP.esm.js";
74
+ } from "./chunk-GLPOVYEA.esm.js";
65
75
  import {
66
76
  THREAD_DEFAULT_MAX_WIDTH,
67
77
  assistantMessageContentClass,
@@ -82,11 +92,11 @@ import {
82
92
  useOptionalSession,
83
93
  useSession,
84
94
  useWorkforces
85
- } from "./chunk-VWHHKAHN.esm.js";
95
+ } from "./chunk-C6IXFM4T.esm.js";
86
96
  import "./chunk-QIABF4KB.esm.js";
87
97
  import {
88
98
  WorkforceSelector
89
- } from "./chunk-CFU3YDTV.esm.js";
99
+ } from "./chunk-RZ6QC6RG.esm.js";
90
100
  import {
91
101
  ARTIFACT_FENCE_LANGUAGES,
92
102
  ArtifactCard,
@@ -143,8 +153,87 @@ import {
143
153
  useUiDispatch,
144
154
  useUiEventEmitter,
145
155
  useUiState
146
- } from "./chunk-5ZKLPWVN.esm.js";
156
+ } from "./chunk-SNLXVG7H.esm.js";
147
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,
148
237
  DropdownMenu,
149
238
  DropdownMenuCheckboxItem,
150
239
  DropdownMenuContent,
@@ -159,10 +248,67 @@ import {
159
248
  DropdownMenuSubContent,
160
249
  DropdownMenuSubTrigger,
161
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,
162
303
  Popover,
163
304
  PopoverAnchor,
164
305
  PopoverContent,
165
306
  PopoverTrigger,
307
+ Progress,
308
+ RadioGroup,
309
+ RadioGroupItem,
310
+ ScrollArea,
311
+ ScrollBar,
166
312
  Select,
167
313
  SelectContent,
168
314
  SelectGroup,
@@ -172,17 +318,64 @@ import {
172
318
  SelectScrollUpButton,
173
319
  SelectSeparator,
174
320
  SelectTrigger,
175
- SelectValue
176
- } 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";
177
369
  import {
178
370
  MemoPillSegmentedTabs,
179
371
  PillSegmentedTabs
180
- } from "./chunk-OISVICYF.esm.js";
372
+ } from "./chunk-AYHOVAMI.esm.js";
181
373
  import {
182
374
  Avatar,
183
375
  AvatarFallback,
184
376
  AvatarImage,
185
377
  Button,
378
+ CONTROL_SIZE,
186
379
  Dialog,
187
380
  DialogClose,
188
381
  DialogContent,
@@ -198,8 +391,14 @@ import {
198
391
  TooltipContent,
199
392
  TooltipProvider,
200
393
  TooltipTrigger,
201
- cn
202
- } 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";
203
402
 
204
403
  // src/index.ts
205
404
  import { parseSSELine } from "@timbal-ai/timbal-sdk";
@@ -372,7 +571,25 @@ export {
372
571
  APP_KIT_AGENT_INSTRUCTIONS,
373
572
  ARTIFACT_AGENT_INSTRUCTIONS,
374
573
  ARTIFACT_FENCE_LANGUAGES,
574
+ Accordion,
575
+ AccordionContent,
576
+ AccordionItem,
577
+ AccordionTrigger,
375
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,
376
593
  AppChatPanel,
377
594
  AppConfirmDialog,
378
595
  AppCopilotProvider,
@@ -382,25 +599,88 @@ export {
382
599
  ArtifactCard,
383
600
  ArtifactRegistryProvider,
384
601
  ArtifactView,
602
+ AspectRatio,
385
603
  AssistantRuntimeProvider,
386
604
  AuiIf,
387
605
  AuthGuard,
388
606
  Avatar,
389
607
  AvatarFallback,
390
608
  AvatarImage,
609
+ Badge,
610
+ Breadcrumb,
611
+ BreadcrumbEllipsis,
612
+ BreadcrumbItem,
613
+ BreadcrumbLink,
614
+ BreadcrumbList,
615
+ BreadcrumbPage,
616
+ BreadcrumbSeparator,
391
617
  Breadcrumbs,
392
618
  Button,
393
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,
394
630
  ChartArtifactView,
395
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,
396
657
  Composer,
397
658
  ComposerPrimitive,
398
659
  ConnectionRow,
399
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,
400
675
  DEFAULT_UPLOAD_ACCEPT,
401
676
  DangerZone,
402
677
  DangerZoneAction,
403
678
  DataTable,
679
+ DatePicker,
680
+ DatePickerButton,
681
+ DatePickerCalendar,
682
+ DatePickerContent,
683
+ DatePickerTrigger,
404
684
  DescriptionList,
405
685
  Dialog,
406
686
  DialogClose,
@@ -436,32 +716,93 @@ export {
436
716
  FieldTextarea,
437
717
  FilterBar,
438
718
  FloatingUnsavedChangesBar,
719
+ Form,
720
+ FormControl,
721
+ FormField,
722
+ FormItem,
723
+ FormLabel,
724
+ FormMessage,
439
725
  FormSection,
726
+ FormSubmit,
727
+ HOUSE_RULES,
728
+ HoverCard,
729
+ HoverCardContent,
730
+ HoverCardTrigger,
440
731
  HtmlArtifactView,
441
732
  INTEGRATION_CATALOG_CARD_HEIGHT_CLASS,
442
733
  InfoCard,
734
+ Input,
735
+ InputGroup,
736
+ InputGroupAddon,
737
+ InputGroupInput,
738
+ InputGroupText,
739
+ InputOTP,
740
+ InputOTPGroup,
741
+ InputOTPHiddenInput,
742
+ InputOTPSeparator,
743
+ InputOTPSlot,
443
744
  IntegrationCard,
444
745
  IntegrationsEmptyState,
445
746
  JsonArtifactView,
747
+ Kbd,
748
+ KbdGroup,
749
+ Label,
446
750
  LineAreaChart,
447
751
  MarkdownText,
448
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,
449
767
  MessagePrimitive,
450
768
  MetricChartCard,
451
769
  MetricRow,
452
770
  MetricTile,
453
771
  ModeToggle,
772
+ NavigationMenu,
773
+ NavigationMenuContent,
774
+ NavigationMenuIndicator,
775
+ NavigationMenuItem,
776
+ NavigationMenuLink,
777
+ NavigationMenuList,
778
+ NavigationMenuTrigger,
779
+ NavigationMenuViewport,
454
780
  Page,
455
781
  PageHeader,
782
+ Pagination,
783
+ PaginationContent,
784
+ PaginationEllipsis,
785
+ PaginationItem,
786
+ PaginationLink,
787
+ PaginationNext,
788
+ PaginationPrevious,
456
789
  PillSegmentedTabs,
457
790
  PlanBadge,
458
791
  Popover,
459
792
  PopoverAnchor,
460
793
  PopoverContent,
461
794
  PopoverTrigger,
795
+ Progress,
462
796
  QuestionArtifactView,
797
+ RESERVED_GRADIENT_TOKENS,
798
+ RadioGroup,
799
+ RadioGroupItem,
463
800
  ResourceCard,
801
+ SEMANTIC_COLOR_TOKENS,
802
+ SLOP_BUDGETS,
464
803
  STUDIO_NAV_MODE,
804
+ ScrollArea,
805
+ ScrollBar,
465
806
  SearchInput,
466
807
  Section,
467
808
  Select,
@@ -474,11 +815,23 @@ export {
474
815
  SelectSeparator,
475
816
  SelectTrigger,
476
817
  SelectValue,
818
+ Separator,
477
819
  SessionProvider,
478
820
  SettingsSection,
479
821
  SettingsSectionHeader,
822
+ Sheet,
823
+ SheetClose,
824
+ SheetContent,
825
+ SheetDescription,
826
+ SheetFooter,
827
+ SheetHeader,
828
+ SheetTitle,
829
+ SheetTrigger,
480
830
  Shimmer,
831
+ Skeleton,
832
+ Slider,
481
833
  Sparkline,
834
+ Spinner,
482
835
  StatTile,
483
836
  StatusBadge,
484
837
  StatusDot,
@@ -488,10 +841,21 @@ export {
488
841
  SubNav,
489
842
  Suggestions,
490
843
  SurfaceCard,
844
+ Switch,
845
+ TAILWIND_PALETTE_COLORS,
491
846
  THEME_AGENT_INSTRUCTIONS,
492
847
  THREAD_DEFAULT_MAX_WIDTH,
493
848
  TIMBAL_THEME_PRESETS,
849
+ Table,
494
850
  TableArtifactView,
851
+ TableBody,
852
+ TableCaption,
853
+ TableCell,
854
+ TableFooter,
855
+ TableHead,
856
+ TableHeader,
857
+ TableRow,
858
+ Textarea,
495
859
  ThemePresetGallery,
496
860
  Thread,
497
861
  ThreadPrimitive,
@@ -501,27 +865,49 @@ export {
501
865
  TimbalRuntimeProvider,
502
866
  TimbalStudioShell,
503
867
  TimbalThemeStyle,
868
+ Toast,
869
+ ToastAction,
870
+ ToastClose,
871
+ ToastDescription,
872
+ ToastProvider,
873
+ ToastTitle,
874
+ ToastViewport,
875
+ Toaster,
876
+ Toggle,
877
+ ToggleGroup,
878
+ ToggleGroupItem,
504
879
  ToolArtifactFallback,
505
880
  ToolFallback,
881
+ Toolbar,
882
+ ToolbarButton,
883
+ ToolbarLink,
884
+ ToolbarSeparator,
885
+ ToolbarToggleGroup,
886
+ ToolbarToggleItem,
506
887
  Tooltip,
507
888
  TooltipContent,
508
889
  TooltipIconButton,
509
890
  TooltipProvider,
510
891
  TooltipTrigger,
892
+ UI_REVIEW_AGENT_INSTRUCTIONS,
511
893
  UiArtifactView,
512
894
  UiCustomNodeRegistryProvider,
513
895
  UiEventProvider,
514
896
  UiNodeView,
515
897
  WorkforceSelector,
898
+ alertVariants,
516
899
  applyThemePreset,
517
900
  applyTimbalTheme,
518
901
  assistantMessageContentClass,
519
902
  assistantMessageRootClass,
520
903
  authFetch,
904
+ badgeVariants,
521
905
  clearTimbalTheme,
522
906
  clearTokens,
523
907
  cn,
524
908
  connectionRowListClass,
909
+ controlClass,
910
+ controlSurfaceClass,
525
911
  createDefaultAttachmentAdapter,
526
912
  createTimbalTheme,
527
913
  createUploadAttachmentAdapter,
@@ -529,6 +915,8 @@ export {
529
915
  ensureThemeFontLink,
530
916
  fetchCurrentUser,
531
917
  findMarkdownArtifacts,
918
+ formatLintReport,
919
+ formatPickerDate,
532
920
  getAccessToken,
533
921
  getPath,
534
922
  getRefreshToken,
@@ -537,17 +925,26 @@ export {
537
925
  isArtifact,
538
926
  isArtifactFenceLanguage,
539
927
  isUiBinding,
928
+ lintGeneratedUi,
929
+ navigationMenuTriggerStyle,
930
+ overlayAnimationClass,
931
+ overlayItemClass,
932
+ overlayListPanelClass,
933
+ overlaySurfaceClass,
540
934
  parseArtifactFromToolResult,
541
935
  parseSSELine,
542
936
  refreshAccessToken,
543
937
  resolveAttachmentAdapter,
544
938
  resolveBindable,
939
+ reviewGeneratedUi,
545
940
  setAccessToken,
546
941
  setPath,
547
942
  setRefreshToken,
548
943
  splitMarkdownByArtifacts,
549
944
  themeToCss,
550
945
  threadMessageColumnClass,
946
+ toast,
947
+ toggleVariants,
551
948
  useAppCopilotContext,
552
949
  useAppShellChat,
553
950
  useArtifactRegistry,
@@ -560,6 +957,7 @@ export {
560
957
  useThreadRuntime,
561
958
  useTimbalRuntime,
562
959
  useTimbalStream,
960
+ useToast,
563
961
  useToolRunning,
564
962
  useUiCustomNodeRegistry,
565
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,