@factorialco/f0-react 1.434.0 → 1.436.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.
@@ -447,6 +447,15 @@ export declare const defaultTranslations: {
447
447
  };
448
448
  readonly attachFile: "Attach file";
449
449
  readonly removeFile: "Remove";
450
+ readonly clarifyingQuestion: {
451
+ readonly submit: "Submit";
452
+ readonly next: "Next";
453
+ readonly back: "Back";
454
+ readonly typeYourAnswer: "Type your answer…";
455
+ readonly stepOf: "{{current}} of {{total}}";
456
+ readonly custom: "own answer";
457
+ readonly skipped: "skipped";
458
+ };
450
459
  readonly growth: {
451
460
  readonly demoCard: {
452
461
  readonly title: "See {{moduleName}} in action";
@@ -739,6 +748,11 @@ declare module "gridstack" {
739
748
  }
740
749
 
741
750
 
751
+ declare namespace Calendar {
752
+ var displayName: string;
753
+ }
754
+
755
+
742
756
  declare module "@tiptap/core" {
743
757
  interface Commands<ReturnType> {
744
758
  aiBlock: {
@@ -786,8 +800,3 @@ declare module "@tiptap/core" {
786
800
  };
787
801
  }
788
802
  }
789
-
790
-
791
- declare namespace Calendar {
792
- var displayName: string;
793
- }
@@ -100,7 +100,7 @@ const e = {
100
100
  jo: "Jordan",
101
101
  jp: "Japan",
102
102
  ke: "Kenya"
103
- }, a = {
103
+ }, t = {
104
104
  countries: e,
105
105
  approvals: {
106
106
  history: "Approval history",
@@ -447,6 +447,15 @@ const e = {
447
447
  },
448
448
  attachFile: "Attach file",
449
449
  removeFile: "Remove",
450
+ clarifyingQuestion: {
451
+ submit: "Submit",
452
+ next: "Next",
453
+ back: "Back",
454
+ typeYourAnswer: "Type your answer…",
455
+ stepOf: "{{current}} of {{total}}",
456
+ custom: "own answer",
457
+ skipped: "skipped"
458
+ },
450
459
  growth: {
451
460
  demoCard: {
452
461
  title: "See {{moduleName}} in action",
@@ -685,5 +694,5 @@ const e = {
685
694
  }
686
695
  };
687
696
  export {
688
- a as defaultTranslations
697
+ t as defaultTranslations
689
698
  };