@factorialco/f0-react 1.400.0 → 1.401.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.
@@ -497,6 +497,13 @@ export declare const defaultTranslations: {
497
497
  readonly expand: "Expand";
498
498
  readonly collapse: "Collapse";
499
499
  };
500
+ readonly labels: {
501
+ readonly empty: {
502
+ readonly title: "No questions to answer";
503
+ readonly description: "This survey has no questions yet.";
504
+ readonly emoji: "📝";
505
+ };
506
+ };
500
507
  };
501
508
  readonly richTextEditor: {
502
509
  readonly bold: "Bold";
@@ -660,11 +667,6 @@ declare module "gridstack" {
660
667
  }
661
668
 
662
669
 
663
- declare namespace Calendar {
664
- var displayName: string;
665
- }
666
-
667
-
668
670
  declare module "@tiptap/core" {
669
671
  interface Commands<ReturnType> {
670
672
  aiBlock: {
@@ -712,3 +714,8 @@ declare module "@tiptap/core" {
712
714
  };
713
715
  }
714
716
  }
717
+
718
+
719
+ declare namespace Calendar {
720
+ var displayName: string;
721
+ }
@@ -496,6 +496,13 @@ const e = {
496
496
  previous: "Previous",
497
497
  expand: "Expand",
498
498
  collapse: "Collapse"
499
+ },
500
+ labels: {
501
+ empty: {
502
+ title: "No questions to answer",
503
+ description: "This survey has no questions yet.",
504
+ emoji: "📝"
505
+ }
499
506
  }
500
507
  },
501
508
  richTextEditor: {