@runtypelabs/persona 4.3.1 → 4.4.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.
@@ -2843,6 +2843,12 @@ type AgentWidgetLauncherConfig = {
2843
2843
  agentIconText?: string;
2844
2844
  agentIconName?: string;
2845
2845
  agentIconHidden?: boolean;
2846
+ /**
2847
+ * Background color for the agent icon circle in the launcher button. Accepts
2848
+ * any CSS color value. When set, overrides the default primary-color
2849
+ * background (the `persona-bg-persona-primary` utility).
2850
+ */
2851
+ agentIconBackgroundColor?: string;
2846
2852
  position?: "bottom-right" | "bottom-left" | "top-right" | "top-left";
2847
2853
  /**
2848
2854
  * Controls how the launcher panel is mounted relative to the host page.
@@ -2843,6 +2843,12 @@ type AgentWidgetLauncherConfig = {
2843
2843
  agentIconText?: string;
2844
2844
  agentIconName?: string;
2845
2845
  agentIconHidden?: boolean;
2846
+ /**
2847
+ * Background color for the agent icon circle in the launcher button. Accepts
2848
+ * any CSS color value. When set, overrides the default primary-color
2849
+ * background (the `persona-bg-persona-primary` utility).
2850
+ */
2851
+ agentIconBackgroundColor?: string;
2846
2852
  position?: "bottom-right" | "bottom-left" | "top-right" | "top-left";
2847
2853
  /**
2848
2854
  * Controls how the launcher panel is mounted relative to the host page.