@skippr/live-agent-sdk 0.122.0 → 0.123.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 +11 -3
- package/dist/skippr-sdk.js +62 -62
- package/package.json +1 -1
package/dist/esm/lib-exports.js
CHANGED
|
@@ -5508,7 +5508,7 @@ function usePlanUpdates() {
|
|
|
5508
5508
|
// src/hooks/useSession.ts
|
|
5509
5509
|
import { useCallback as useCallback15, useEffect as useEffect20, useRef as useRef15, useState as useState17 } from "react";
|
|
5510
5510
|
var API_URL4 = "https://app.skippr.ai/api";
|
|
5511
|
-
var SDK_VERSION = "0.
|
|
5511
|
+
var SDK_VERSION = "0.123.0";
|
|
5512
5512
|
async function fetchSessionMessages(sessionId, authedFetch) {
|
|
5513
5513
|
try {
|
|
5514
5514
|
const resp = await authedFetch(`${API_URL4}/v1/sessions/${sessionId}/messages`);
|
|
@@ -12170,7 +12170,11 @@ function SplashAlwaysOn({
|
|
|
12170
12170
|
onClick: start,
|
|
12171
12171
|
className: `${FOCUS_RING3} skippr:flex skippr:w-full skippr:cursor-pointer skippr:items-center skippr:justify-center skippr:gap-2 skippr:rounded-full skippr:bg-primary skippr:px-5 skippr:py-[13px] skippr:text-[16px] skippr:font-semibold skippr:text-primary-foreground skippr:transition-all skippr:hover:bg-primary/90`,
|
|
12172
12172
|
children: [
|
|
12173
|
-
/* @__PURE__ */ jsx44(
|
|
12173
|
+
headerIconUrl ? /* @__PURE__ */ jsx44("img", {
|
|
12174
|
+
src: headerIconUrl,
|
|
12175
|
+
alt: "",
|
|
12176
|
+
className: "skippr:size-4 skippr:object-contain"
|
|
12177
|
+
}) : /* @__PURE__ */ jsx44(Sparkles, {
|
|
12174
12178
|
className: "skippr:size-4",
|
|
12175
12179
|
strokeWidth: ROW_ICON_STROKE,
|
|
12176
12180
|
"aria-hidden": true
|
|
@@ -12433,7 +12437,11 @@ function SplashPrimary({
|
|
|
12433
12437
|
onClick: start,
|
|
12434
12438
|
className: `${FOCUS_RING3} skippr:flex skippr:w-full skippr:cursor-pointer skippr:items-center skippr:justify-center skippr:gap-2 skippr:rounded-full skippr:bg-primary skippr:px-5 skippr:py-[13px] skippr:text-[16px] skippr:font-semibold skippr:text-primary-foreground skippr:transition-all skippr:hover:bg-primary/90`,
|
|
12435
12439
|
children: [
|
|
12436
|
-
/* @__PURE__ */ jsx45(
|
|
12440
|
+
headerIconUrl ? /* @__PURE__ */ jsx45("img", {
|
|
12441
|
+
src: headerIconUrl,
|
|
12442
|
+
alt: "",
|
|
12443
|
+
className: "skippr:size-4 skippr:object-contain"
|
|
12444
|
+
}) : /* @__PURE__ */ jsx45(Sparkles, {
|
|
12437
12445
|
className: "skippr:size-4",
|
|
12438
12446
|
strokeWidth: ROW_ICON_STROKE,
|
|
12439
12447
|
"aria-hidden": true
|