@factorialco/f0-react 1.423.0 → 1.425.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.
@@ -508,6 +508,7 @@ export declare const defaultTranslations: {
508
508
  readonly date: "Date";
509
509
  readonly dropdownSingle: "Dropdown";
510
510
  readonly file: "File upload";
511
+ readonly checkbox: "Checkbox";
511
512
  };
512
513
  readonly selectQuestion: {
513
514
  readonly addOption: "Add option";
@@ -520,6 +521,9 @@ export declare const defaultTranslations: {
520
521
  readonly fileQuestion: {
521
522
  readonly uploadButton: "Upload file";
522
523
  };
524
+ readonly checkboxQuestion: {
525
+ readonly placeholder: "Provide a label for the checkbox";
526
+ };
523
527
  readonly answer: {
524
528
  readonly label: "Answer";
525
529
  readonly dropdownPlaceholder: "Pick an option";
@@ -725,6 +729,11 @@ declare module "gridstack" {
725
729
  }
726
730
 
727
731
 
732
+ declare namespace Calendar {
733
+ var displayName: string;
734
+ }
735
+
736
+
728
737
  declare module "@tiptap/core" {
729
738
  interface Commands<ReturnType> {
730
739
  aiBlock: {
@@ -772,8 +781,3 @@ declare module "@tiptap/core" {
772
781
  };
773
782
  }
774
783
  }
775
-
776
-
777
- declare namespace Calendar {
778
- var displayName: string;
779
- }
@@ -507,7 +507,8 @@ const e = {
507
507
  link: "Link",
508
508
  date: "Date",
509
509
  dropdownSingle: "Dropdown",
510
- file: "File upload"
510
+ file: "File upload",
511
+ checkbox: "Checkbox"
511
512
  },
512
513
  selectQuestion: {
513
514
  addOption: "Add option",
@@ -520,6 +521,9 @@ const e = {
520
521
  fileQuestion: {
521
522
  uploadButton: "Upload file"
522
523
  },
524
+ checkboxQuestion: {
525
+ placeholder: "Provide a label for the checkbox"
526
+ },
523
527
  answer: {
524
528
  label: "Answer",
525
529
  dropdownPlaceholder: "Pick an option",