@factorialco/f0-react 1.291.1 → 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.
@@ -2391,6 +2391,8 @@ declare const defaultTranslations: {
2391
2391
  readonly thoughtsGroupTitle: "Reflection";
2392
2392
  readonly resourcesGroupTitle: "Resources";
2393
2393
  readonly thinking: "Thinking...";
2394
+ readonly exportTable: "Download table";
2395
+ readonly generatedTableFilename: "OneGeneratedTable";
2394
2396
  readonly feedbackModal: {
2395
2397
  readonly positive: {
2396
2398
  readonly title: "What did you like about this response?";
@@ -6319,11 +6321,6 @@ declare module "@tiptap/core" {
6319
6321
  }
6320
6322
 
6321
6323
 
6322
- declare namespace Calendar {
6323
- var displayName: string;
6324
- }
6325
-
6326
-
6327
6324
  declare module "@tiptap/core" {
6328
6325
  interface Commands<ReturnType> {
6329
6326
  moodTracker: {
@@ -6331,3 +6328,8 @@ declare module "@tiptap/core" {
6331
6328
  };
6332
6329
  }
6333
6330
  }
6331
+
6332
+
6333
+ declare namespace Calendar {
6334
+ var displayName: string;
6335
+ }