@skippr/live-agent-sdk 0.58.0 → 0.60.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.
- package/dist/esm/lib-exports.js +36 -40
- package/dist/skippr-sdk.css +1 -1
- package/dist/skippr-sdk.js +100 -100
- package/dist/types/lib/launcher.d.ts +1 -0
- package/package.json +1 -1
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export declare const DEFAULT_LAUNCHER_BOTTOM_PX = 48;
|
|
2
2
|
export declare const LAUNCHER_HEIGHT_PX = 50;
|
|
3
|
+
export declare const WIDGET_EDGE_MARGIN_PX = 12;
|
|
3
4
|
export declare const SESSION_BAR_CLEARANCE_PX = 76;
|
|
4
5
|
export declare const TRIGGER_HEIGHT_PX = 48;
|
|
5
6
|
export declare const IDLE_TRIGGER_CLEARANCE_PX: number;
|