@webless/agent 0.6.1 → 0.6.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.
@@ -2852,6 +2852,7 @@ function AgentWidget({
2852
2852
  defaultCollapsed = true,
2853
2853
  pageShift = true,
2854
2854
  registerPanelController = false,
2855
+ colorScheme = "auto",
2855
2856
  branding
2856
2857
  }) {
2857
2858
  const isMobile = useIsMobile();
@@ -2962,6 +2963,7 @@ function AgentWidget({
2962
2963
  AgentRail,
2963
2964
  {
2964
2965
  theme,
2966
+ colorScheme,
2965
2967
  brandLabel: agentName,
2966
2968
  brandLogoUrl: branding?.logoUrl,
2967
2969
  composerPlaceholder: branding?.composerPlaceholder ?? "Ask a question\u2026",
@@ -3001,6 +3003,7 @@ function AgentWidget({
3001
3003
  mobile: isMobile,
3002
3004
  surfaceColor: branding?.colors?.surface,
3003
3005
  textColor: branding?.colors?.text,
3006
+ colorScheme,
3004
3007
  onOpen: () => setRailCollapsed(false)
3005
3008
  }
3006
3009
  ) : null
@@ -3024,4 +3027,4 @@ export {
3024
3027
  AssistEdgeTab,
3025
3028
  AgentWidget
3026
3029
  };
3027
- //# sourceMappingURL=chunk-HATBV3YR.js.map
3030
+ //# sourceMappingURL=chunk-HXKD46I6.js.map