@factorialco/f0-react 1.241.2 → 1.242.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/f0.d.ts CHANGED
@@ -1112,6 +1112,7 @@ export declare const defaultTranslations: {
1112
1112
  readonly add: "Add";
1113
1113
  readonly edit: "Edit";
1114
1114
  readonly save: "Save";
1115
+ readonly send: "Send";
1115
1116
  readonly cancel: "Cancel";
1116
1117
  readonly copy: "Copy";
1117
1118
  readonly close: "Close";
@@ -1281,10 +1282,22 @@ export declare const defaultTranslations: {
1281
1282
  readonly scrollToBottom: "Scroll to bottom";
1282
1283
  readonly welcome: "Ask or create with One";
1283
1284
  readonly defaultInitialMessage: "How can I help you today?";
1284
- readonly inputPlaceholder: "Write something here...";
1285
+ readonly inputPlaceholder: "Ask about time, people, or company info…";
1285
1286
  readonly stopAnswerGeneration: "Stop generating";
1286
1287
  readonly sendMessage: "Send message";
1287
1288
  readonly thoughtsGroupTitle: "Reflection";
1289
+ readonly feedbackModal: {
1290
+ readonly positive: {
1291
+ readonly title: "What did you like about this response?";
1292
+ readonly placeholder: "What did you like about this response? How could it be even better?";
1293
+ readonly description: "Your feedback helps Factorial Al improve. The messages from your chat, the search results, and your feedback will be sent to Factorial to help improve Factorial Al.";
1294
+ };
1295
+ readonly negative: {
1296
+ readonly title: "What could have been better in this response?";
1297
+ readonly placeholder: "What could have been better in this response? How could it be even better?";
1298
+ readonly description: "Your feedback helps Factorial Al improve. The messages from your chat, the search results, and your feedback will be sent to Factorial to help improve Factorial Al.";
1299
+ };
1300
+ };
1288
1301
  };
1289
1302
  readonly select: {
1290
1303
  readonly noResults: "No results found";
@@ -3434,11 +3447,6 @@ declare module "@tiptap/core" {
3434
3447
  }
3435
3448
 
3436
3449
 
3437
- declare namespace Calendar {
3438
- var displayName: string;
3439
- }
3440
-
3441
-
3442
3450
  declare module "@tiptap/core" {
3443
3451
  interface Commands<ReturnType> {
3444
3452
  moodTracker: {
@@ -3446,3 +3454,8 @@ declare module "@tiptap/core" {
3446
3454
  };
3447
3455
  }
3448
3456
  }
3457
+
3458
+
3459
+ declare namespace Calendar {
3460
+ var displayName: string;
3461
+ }