@factorialco/f0-react 1.291.0 → 1.292.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.
@@ -350,6 +350,8 @@ export declare const defaultTranslations: {
350
350
  readonly thoughtsGroupTitle: "Reflection";
351
351
  readonly resourcesGroupTitle: "Resources";
352
352
  readonly thinking: "Thinking...";
353
+ readonly exportTable: "Download table";
354
+ readonly generatedTableFilename: "OneGeneratedTable";
353
355
  readonly feedbackModal: {
354
356
  readonly positive: {
355
357
  readonly title: "What did you like about this response?";
@@ -503,11 +505,6 @@ declare module "@tiptap/core" {
503
505
  }
504
506
 
505
507
 
506
- declare namespace Calendar {
507
- var displayName: string;
508
- }
509
-
510
-
511
508
  declare module "@tiptap/core" {
512
509
  interface Commands<ReturnType> {
513
510
  moodTracker: {
@@ -515,3 +512,8 @@ declare module "@tiptap/core" {
515
512
  };
516
513
  }
517
514
  }
515
+
516
+
517
+ declare namespace Calendar {
518
+ var displayName: string;
519
+ }
@@ -350,6 +350,8 @@ const e = {
350
350
  thoughtsGroupTitle: "Reflection",
351
351
  resourcesGroupTitle: "Resources",
352
352
  thinking: "Thinking...",
353
+ exportTable: "Download table",
354
+ generatedTableFilename: "OneGeneratedTable",
353
355
  feedbackModal: {
354
356
  positive: {
355
357
  title: "What did you like about this response?",