@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.
@@ -1,10 +1,10 @@
1
1
  import {
2
- studioSecondaryChromeClass,
3
2
  studioTopbarPillHeightClass
4
- } from "./chunk-5ZKLPWVN.esm.js";
3
+ } from "./chunk-SNLXVG7H.esm.js";
5
4
  import {
6
- cn
7
- } from "./chunk-QVAUCVQA.esm.js";
5
+ cn,
6
+ controlSurfaceClass
7
+ } from "./chunk-FOD67Z6G.esm.js";
8
8
 
9
9
  // src/chat/workforce-selector.tsx
10
10
  import { ChevronDownIcon } from "lucide-react";
@@ -24,8 +24,8 @@ var WorkforceSelector = ({
24
24
  {
25
25
  className: cn(
26
26
  "aui-workforce-selector relative inline-flex items-center",
27
+ controlSurfaceClass,
27
28
  studioTopbarPillHeightClass,
28
- studioSecondaryChromeClass,
29
29
  "rounded-full",
30
30
  className
31
31
  ),
@@ -18,7 +18,7 @@ import {
18
18
  TooltipProvider,
19
19
  TooltipTrigger,
20
20
  cn
21
- } from "./chunk-QVAUCVQA.esm.js";
21
+ } from "./chunk-FOD67Z6G.esm.js";
22
22
 
23
23
  // src/chat/tooltip-icon-button.tsx
24
24
  import { forwardRef } from "react";
@@ -3907,8 +3907,6 @@ export {
3907
3907
  studioTopbarPillHeightClass,
3908
3908
  studioTopbarIconPillClass,
3909
3909
  studioPlaygroundGradientClass,
3910
- studioSecondaryChromeClass,
3911
- studioSearchChromeClass,
3912
3910
  studioIntegrationCardClass,
3913
3911
  studioSidebarPanelClass,
3914
3912
  studioSidebarNavItemClass,