@voxket-ai/voxket-live 1.1.44 → 1.1.46

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.
@@ -16,14 +16,14 @@ export interface CommonPopupTriggerProps {
16
16
  */
17
17
  isRunning?: boolean;
18
18
  /**
19
- * Custom logo URL. If not provided, defaults to /logo.png
19
+ * Custom logo URL. If not provided, uses the bundled Voxket logo
20
20
  */
21
21
  logoUrl?: string;
22
22
  }
23
23
  /**
24
24
  * CommonPopupTrigger
25
- * A theme-agnostic popup trigger: black circular button with logo.png centered.
26
- * Uses assets from public/logo.png, positioned in any corner.
25
+ * A theme-agnostic popup trigger: black circular button with bundled Voxket logo centered.
26
+ * Uses the logo bundled with the SDK, positioned in any corner.
27
27
  */
28
28
  export declare const CommonPopupTrigger: React.FC<CommonPopupTriggerProps>;
29
29
  export default CommonPopupTrigger;