@factorialco/f0-react 1.415.0 → 1.416.1

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.
@@ -358,6 +358,7 @@ export declare const defaultTranslations: {
358
358
  readonly openChat: "Open Chat with One AI";
359
359
  readonly closeChat: "Close Chat with One AI";
360
360
  readonly startNewChat: "Start new chat";
361
+ readonly settings: "Settings";
361
362
  readonly scrollToBottom: "Scroll to bottom";
362
363
  readonly welcome: "Ask or create with One";
363
364
  readonly defaultInitialMessage: "How can I help you today?";
@@ -405,18 +406,30 @@ export declare const defaultTranslations: {
405
406
  readonly ask: "Ask One";
406
407
  readonly viewProfile: "View profile";
407
408
  readonly tools: "Tools";
409
+ readonly credits: {
410
+ readonly title: "Credits";
411
+ readonly creditsLeft: "{{total}} left";
412
+ readonly monthlyCredits: "Monthly credits";
413
+ readonly creditsError: "Could not load credits";
414
+ readonly upgradePlan: "Upgrade";
415
+ readonly needMoreCredits: "Need more credits?";
416
+ };
408
417
  readonly reportCard: {
409
418
  readonly reportLabel: "Report";
410
419
  readonly openButton: "Open";
411
420
  };
412
421
  readonly dataDownload: {
413
422
  readonly download: "Download {{format}}";
423
+ readonly exportDashboard: "Export dashboard as {{format}}";
424
+ readonly exporting: "Exporting...";
414
425
  };
415
426
  readonly pong: {
416
- readonly ai: "AI";
417
- readonly you: "YOU";
427
+ readonly title: "Pong";
418
428
  readonly youWin: "You win!";
419
429
  readonly youLose: "You lose!";
430
+ readonly goal: "Goal";
431
+ readonly controls: "← → to move";
432
+ readonly escToExit: "Esc to exit";
420
433
  };
421
434
  readonly growth: {
422
435
  readonly demoCard: {
@@ -697,6 +710,11 @@ declare module "gridstack" {
697
710
  }
698
711
 
699
712
 
713
+ declare namespace Calendar {
714
+ var displayName: string;
715
+ }
716
+
717
+
700
718
  declare module "@tiptap/core" {
701
719
  interface Commands<ReturnType> {
702
720
  aiBlock: {
@@ -744,8 +762,3 @@ declare module "@tiptap/core" {
744
762
  };
745
763
  }
746
764
  }
747
-
748
-
749
- declare namespace Calendar {
750
- var displayName: string;
751
- }
@@ -358,6 +358,7 @@ const e = {
358
358
  openChat: "Open Chat with One AI",
359
359
  closeChat: "Close Chat with One AI",
360
360
  startNewChat: "Start new chat",
361
+ settings: "Settings",
361
362
  scrollToBottom: "Scroll to bottom",
362
363
  welcome: "Ask or create with One",
363
364
  defaultInitialMessage: "How can I help you today?",
@@ -405,18 +406,30 @@ const e = {
405
406
  ask: "Ask One",
406
407
  viewProfile: "View profile",
407
408
  tools: "Tools",
409
+ credits: {
410
+ title: "Credits",
411
+ creditsLeft: "{{total}} left",
412
+ monthlyCredits: "Monthly credits",
413
+ creditsError: "Could not load credits",
414
+ upgradePlan: "Upgrade",
415
+ needMoreCredits: "Need more credits?"
416
+ },
408
417
  reportCard: {
409
418
  reportLabel: "Report",
410
419
  openButton: "Open"
411
420
  },
412
421
  dataDownload: {
413
- download: "Download {{format}}"
422
+ download: "Download {{format}}",
423
+ exportDashboard: "Export dashboard as {{format}}",
424
+ exporting: "Exporting..."
414
425
  },
415
426
  pong: {
416
- ai: "AI",
417
- you: "YOU",
427
+ title: "Pong",
418
428
  youWin: "You win!",
419
- youLose: "You lose!"
429
+ youLose: "You lose!",
430
+ goal: "Goal",
431
+ controls: "← → to move",
432
+ escToExit: "Esc to exit"
420
433
  },
421
434
  growth: {
422
435
  demoCard: {