@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
package/dist/f0.d.ts
CHANGED
|
@@ -2356,6 +2356,28 @@ export declare const defaultTranslations: {
|
|
|
2356
2356
|
};
|
|
2357
2357
|
};
|
|
2358
2358
|
readonly ask: "Ask One";
|
|
2359
|
+
readonly growth: {
|
|
2360
|
+
readonly demoCard: {
|
|
2361
|
+
readonly title: "See {{moduleName}} in action";
|
|
2362
|
+
readonly actionLabel: "Start demo";
|
|
2363
|
+
};
|
|
2364
|
+
readonly bookAMeetingCard: {
|
|
2365
|
+
readonly title: "Talk with an expert";
|
|
2366
|
+
readonly schedule: "Mon-Fri · 09:00-21:00 (CEST)";
|
|
2367
|
+
readonly actionLabel: "Book a meeting";
|
|
2368
|
+
};
|
|
2369
|
+
readonly questionCard: {
|
|
2370
|
+
readonly actionLabel: "Next";
|
|
2371
|
+
readonly skipLabel: "Skip";
|
|
2372
|
+
readonly sendLabel: "Send";
|
|
2373
|
+
};
|
|
2374
|
+
readonly moduleCard: {
|
|
2375
|
+
readonly actionLabel: "Learn more";
|
|
2376
|
+
};
|
|
2377
|
+
readonly faqCard: {
|
|
2378
|
+
readonly title: "Questions before getting started";
|
|
2379
|
+
};
|
|
2380
|
+
};
|
|
2359
2381
|
};
|
|
2360
2382
|
readonly select: {
|
|
2361
2383
|
readonly noResults: "No results found";
|