@factorialco/f0-react 1.355.1 → 1.356.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/{DataCollectionStorageProvider-Dy49ePeE.js → DataCollectionStorageProvider-nQp95dIe.js} +7428 -7531
- package/dist/{F0AiChat-DSTFlRy-.js → F0AiChat-C56OUd8N.js} +20023 -19368
- package/dist/{F0HILActionConfirmation-CzSWycy_.js → F0HILActionConfirmation-DvFKrPSK.js} +1 -1
- package/dist/ai.d.ts +22 -0
- package/dist/ai.js +2 -2
- package/dist/experimental.d.ts +22 -0
- package/dist/experimental.js +748 -748
- package/dist/f0.d.ts +22 -0
- package/dist/f0.js +6128 -3651
- package/dist/i18n-provider-defaults.d.ts +22 -0
- package/dist/i18n-provider-defaults.js +23 -1
- package/dist/styles.css +1 -1
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as X, jsxs as le } from "react/jsx-runtime";
|
|
2
2
|
import { useInsertionEffect as Xe, createContext as ke, useContext as $e, useRef as _, useEffect as ne, useState as _e, useCallback as ze, useMemo as Ye } from "react";
|
|
3
|
-
import { y as qe, z as We, D as He, G as je, J as Ne, K as Ke, M as Qe, N as Je, Q as Ze, R as et, V as Ce, W as tt, X as rt, Y as nt, Z as it, _ as ot, $ as at, a0 as st, a1 as ie, a2 as ct, a3 as ut, a4 as lt, a5 as ft, a6 as mt, a7 as dt, a8 as fe, a9 as ht } from "./F0AiChat-
|
|
3
|
+
import { y as qe, z as We, D as He, G as je, J as Ne, K as Ke, M as Qe, N as Je, Q as Ze, R as et, V as Ce, W as tt, X as rt, Y as nt, Z as it, _ as ot, $ as at, a0 as st, a1 as ie, a2 as ct, a3 as ut, a4 as lt, a5 as ft, a6 as mt, a7 as dt, a8 as fe, a9 as ht } from "./F0AiChat-C56OUd8N.js";
|
|
4
4
|
import { useTrackVolume as pt } from "@livekit/components-react";
|
|
5
5
|
function vt(t, e, r) {
|
|
6
6
|
Xe(() => t.on(e, r), [t, e, r]);
|
package/dist/ai.d.ts
CHANGED
|
@@ -574,6 +574,28 @@ export declare const defaultTranslations: {
|
|
|
574
574
|
};
|
|
575
575
|
};
|
|
576
576
|
readonly ask: "Ask One";
|
|
577
|
+
readonly growth: {
|
|
578
|
+
readonly demoCard: {
|
|
579
|
+
readonly title: "See {{moduleName}} in action";
|
|
580
|
+
readonly actionLabel: "Start demo";
|
|
581
|
+
};
|
|
582
|
+
readonly bookAMeetingCard: {
|
|
583
|
+
readonly title: "Talk with an expert";
|
|
584
|
+
readonly schedule: "Mon-Fri · 09:00-21:00 (CEST)";
|
|
585
|
+
readonly actionLabel: "Book a meeting";
|
|
586
|
+
};
|
|
587
|
+
readonly questionCard: {
|
|
588
|
+
readonly actionLabel: "Next";
|
|
589
|
+
readonly skipLabel: "Skip";
|
|
590
|
+
readonly sendLabel: "Send";
|
|
591
|
+
};
|
|
592
|
+
readonly moduleCard: {
|
|
593
|
+
readonly actionLabel: "Learn more";
|
|
594
|
+
};
|
|
595
|
+
readonly faqCard: {
|
|
596
|
+
readonly title: "Questions before getting started";
|
|
597
|
+
};
|
|
598
|
+
};
|
|
577
599
|
};
|
|
578
600
|
readonly select: {
|
|
579
601
|
readonly noResults: "No results found";
|
package/dist/ai.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { A as e, B as o, C as t, E as n, h as i, F as r, a as l, x as c, i as A, b as u, s as F, t as h, v as C, w as T, c as d, n as m, o as I, p as f, H as g, I as S, k as p, L as x, O as H, q as P, P as b, S as k, T as O, l as v, m as w, U as M, r as E, j as L, d as q, e as B, u as U, g as j, f as z } from "./F0AiChat-
|
|
1
|
+
import { A as e, B as o, C as t, E as n, h as i, F as r, a as l, x as c, i as A, b as u, s as F, t as h, v as C, w as T, c as d, n as m, o as I, p as f, H as g, I as S, k as p, L as x, O as H, q as P, P as b, S as k, T as O, l as v, m as w, U as M, r as E, j as L, d as q, e as B, u as U, g as j, f as z } from "./F0AiChat-C56OUd8N.js";
|
|
2
2
|
import { defaultTranslations as R } from "./i18n-provider-defaults.js";
|
|
3
|
-
import { A as y, F as G, c as J, b as K, a as N, o as Q, u as W } from "./F0HILActionConfirmation-
|
|
3
|
+
import { A as y, F as G, c as J, b as K, a as N, o as Q, u as W } from "./F0HILActionConfirmation-DvFKrPSK.js";
|
|
4
4
|
export {
|
|
5
5
|
e as A,
|
|
6
6
|
y as AiChatTranslationsProvider,
|
package/dist/experimental.d.ts
CHANGED
|
@@ -2508,6 +2508,28 @@ declare const defaultTranslations: {
|
|
|
2508
2508
|
};
|
|
2509
2509
|
};
|
|
2510
2510
|
readonly ask: "Ask One";
|
|
2511
|
+
readonly growth: {
|
|
2512
|
+
readonly demoCard: {
|
|
2513
|
+
readonly title: "See {{moduleName}} in action";
|
|
2514
|
+
readonly actionLabel: "Start demo";
|
|
2515
|
+
};
|
|
2516
|
+
readonly bookAMeetingCard: {
|
|
2517
|
+
readonly title: "Talk with an expert";
|
|
2518
|
+
readonly schedule: "Mon-Fri · 09:00-21:00 (CEST)";
|
|
2519
|
+
readonly actionLabel: "Book a meeting";
|
|
2520
|
+
};
|
|
2521
|
+
readonly questionCard: {
|
|
2522
|
+
readonly actionLabel: "Next";
|
|
2523
|
+
readonly skipLabel: "Skip";
|
|
2524
|
+
readonly sendLabel: "Send";
|
|
2525
|
+
};
|
|
2526
|
+
readonly moduleCard: {
|
|
2527
|
+
readonly actionLabel: "Learn more";
|
|
2528
|
+
};
|
|
2529
|
+
readonly faqCard: {
|
|
2530
|
+
readonly title: "Questions before getting started";
|
|
2531
|
+
};
|
|
2532
|
+
};
|
|
2511
2533
|
};
|
|
2512
2534
|
readonly select: {
|
|
2513
2535
|
readonly noResults: "No results found";
|