@factorialco/f0-react 1.401.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";
@@ -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: {