@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.
- package/dist/components/common/common-popup-trigger.d.ts +3 -3
- package/dist/index.cjs +56 -56
- package/dist/index.js +6882 -6882
- package/package.json +1 -1
|
@@ -16,14 +16,14 @@ export interface CommonPopupTriggerProps {
|
|
|
16
16
|
*/
|
|
17
17
|
isRunning?: boolean;
|
|
18
18
|
/**
|
|
19
|
-
* Custom logo URL. If not provided,
|
|
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
|
|
26
|
-
* Uses
|
|
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;
|