@webless/agent 0.6.1 → 0.6.3

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/react.d.cts CHANGED
@@ -1,6 +1,6 @@
1
1
  import * as react from 'react';
2
- import { b as AgentIndexVersion, d as AgentPlacementConfig, A as AgentBrandingConfig, f as AgentRailState, g as AgentRailTheme, a as AgentColorScheme, F as FollowUpSuggestion, n as ConversationMessage, e as AgentRailPhase, V as VisitorBooking } from './manifest-D9V3kLCd.cjs';
3
- export { k as AssistEdgeTab, l as AssistTabSide, m as AssistTabVariant, C as Citation, D as DEFAULT_AGENT_PLACEMENT, J as JourneyContext, T as ToolStep, o as ToolStepState, p as defaultAgentRailTheme, q as defaultDarkAgentRailTheme, r as normalizeAgentPlacement } from './manifest-D9V3kLCd.cjs';
2
+ import { b as AgentIndexVersion, d as AgentPlacementConfig, a as AgentColorScheme, A as AgentBrandingConfig, f as AgentRailState, g as AgentRailTheme, F as FollowUpSuggestion, n as ConversationMessage, e as AgentRailPhase, V as VisitorBooking } from './manifest-H6oHn8Pc.cjs';
3
+ export { k as AssistEdgeTab, l as AssistTabSide, m as AssistTabVariant, C as Citation, D as DEFAULT_AGENT_PLACEMENT, J as JourneyContext, T as ToolStep, o as ToolStepState, p as defaultAgentRailTheme, q as defaultDarkAgentRailTheme, r as normalizeAgentPlacement } from './manifest-H6oHn8Pc.cjs';
4
4
 
5
5
  type AgentWidgetProps = {
6
6
  indexId: string;
@@ -13,9 +13,10 @@ type AgentWidgetProps = {
13
13
  defaultCollapsed?: boolean;
14
14
  pageShift?: boolean;
15
15
  registerPanelController?: boolean;
16
+ colorScheme?: AgentColorScheme;
16
17
  branding?: AgentBrandingConfig;
17
18
  };
18
- declare function AgentWidget({ indexId, customerId, getUnpublishedPreviewGrant, previewBuildId, version, runtimeOrigin, placement: placementInput, defaultCollapsed, pageShift, registerPanelController, branding, }: AgentWidgetProps): react.JSX.Element;
19
+ declare function AgentWidget({ indexId, customerId, getUnpublishedPreviewGrant, previewBuildId, version, runtimeOrigin, placement: placementInput, defaultCollapsed, pageShift, registerPanelController, colorScheme, branding, }: AgentWidgetProps): react.JSX.Element;
19
20
 
20
21
  type AgentRailProps = {
21
22
  state: AgentRailState;
package/dist/react.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  import * as react from 'react';
2
- import { b as AgentIndexVersion, d as AgentPlacementConfig, A as AgentBrandingConfig, f as AgentRailState, g as AgentRailTheme, a as AgentColorScheme, F as FollowUpSuggestion, n as ConversationMessage, e as AgentRailPhase, V as VisitorBooking } from './manifest-D9V3kLCd.js';
3
- export { k as AssistEdgeTab, l as AssistTabSide, m as AssistTabVariant, C as Citation, D as DEFAULT_AGENT_PLACEMENT, J as JourneyContext, T as ToolStep, o as ToolStepState, p as defaultAgentRailTheme, q as defaultDarkAgentRailTheme, r as normalizeAgentPlacement } from './manifest-D9V3kLCd.js';
2
+ import { b as AgentIndexVersion, d as AgentPlacementConfig, a as AgentColorScheme, A as AgentBrandingConfig, f as AgentRailState, g as AgentRailTheme, F as FollowUpSuggestion, n as ConversationMessage, e as AgentRailPhase, V as VisitorBooking } from './manifest-H6oHn8Pc.js';
3
+ export { k as AssistEdgeTab, l as AssistTabSide, m as AssistTabVariant, C as Citation, D as DEFAULT_AGENT_PLACEMENT, J as JourneyContext, T as ToolStep, o as ToolStepState, p as defaultAgentRailTheme, q as defaultDarkAgentRailTheme, r as normalizeAgentPlacement } from './manifest-H6oHn8Pc.js';
4
4
 
5
5
  type AgentWidgetProps = {
6
6
  indexId: string;
@@ -13,9 +13,10 @@ type AgentWidgetProps = {
13
13
  defaultCollapsed?: boolean;
14
14
  pageShift?: boolean;
15
15
  registerPanelController?: boolean;
16
+ colorScheme?: AgentColorScheme;
16
17
  branding?: AgentBrandingConfig;
17
18
  };
18
- declare function AgentWidget({ indexId, customerId, getUnpublishedPreviewGrant, previewBuildId, version, runtimeOrigin, placement: placementInput, defaultCollapsed, pageShift, registerPanelController, branding, }: AgentWidgetProps): react.JSX.Element;
19
+ declare function AgentWidget({ indexId, customerId, getUnpublishedPreviewGrant, previewBuildId, version, runtimeOrigin, placement: placementInput, defaultCollapsed, pageShift, registerPanelController, colorScheme, branding, }: AgentWidgetProps): react.JSX.Element;
19
20
 
20
21
  type AgentRailProps = {
21
22
  state: AgentRailState;
package/dist/react.js CHANGED
@@ -11,7 +11,7 @@ import {
11
11
  isAgentBusy,
12
12
  normalizeAgentPlacement,
13
13
  useAgentChat
14
- } from "./chunk-HATBV3YR.js";
14
+ } from "./chunk-HXKD46I6.js";
15
15
  export {
16
16
  AgentRail,
17
17
  AgentWidget,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webless/agent",
3
- "version": "0.6.1",
3
+ "version": "0.6.3",
4
4
  "description": "Webless Agent SDK — Eve runtime client, React UI, and embed bundle.",
5
5
  "type": "module",
6
6
  "license": "MIT",