@skippr/live-agent-sdk 0.124.0 → 0.126.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/README.md +1 -1
- package/dist/esm/lib-exports.js +109 -37
- package/dist/skippr-sdk.css +1 -1
- package/dist/skippr-sdk.js +90 -90
- package/dist/types/components/DomCapture.d.ts +2 -1
- package/dist/types/components/LiveAgent.d.ts +1 -0
- package/dist/types/components/SplashPrimary.d.ts +2 -1
- package/dist/types/context/LiveAgentContext.d.ts +2 -0
- package/dist/types/hooks/useSessionHold.d.ts +1 -1
- package/dist/types/lib/agentSender.d.ts +2 -0
- package/dist/types/lib/constants.d.ts +3 -0
- package/dist/types/lib/hostStart.d.ts +6 -0
- package/dist/types/lib/splashStyles.d.ts +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -233,7 +233,7 @@ function App() {
|
|
|
233
233
|
|
|
234
234
|
### Splash screen
|
|
235
235
|
|
|
236
|
-
When your workspace turns the splash on under Appearance, the SDK shows a pre-session card before the session starts: what the agent can do, the microphone and screen-access rows it needs, and a Start / Continue button. It is independent of the launcher style, so you can run both or turn the launcher off and let the card be the entry point.
|
|
236
|
+
When your workspace turns the splash on under Appearance, the SDK shows a pre-session card before the session starts: a greeting, what the agent can do, the microphone and screen-access rows it needs, and a Start / Continue button. It is independent of the launcher style, so you can run both or turn the launcher off and let the card be the entry point.
|
|
237
237
|
|
|
238
238
|
There is nothing for you to place. Every embed gets the card — script tag and React alike — and your workspace also chooses where it appears: centred over the page on its own backdrop, or inside the chat panel. The SDK renders it either way and handles its own dismissal.
|
|
239
239
|
|