@factorialco/f0-react 1.303.5 → 1.303.6

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.
package/dist/f0.d.ts CHANGED
@@ -1884,6 +1884,7 @@ export declare const defaultTranslations: {
1884
1884
  readonly placeholder: "Respondent's answer";
1885
1885
  };
1886
1886
  readonly labels: {
1887
+ readonly applyingChanges: "Applying changes";
1887
1888
  readonly endOfSection: "End of section";
1888
1889
  readonly title: "Title";
1889
1890
  readonly titlePlaceholder: "Question title";
@@ -4682,28 +4683,11 @@ declare global {
4682
4683
  }
4683
4684
  }
4684
4685
 
4685
- declare module "gridstack" {
4686
- interface GridStackWidget {
4687
- id?: string;
4688
- allowedSizes?: Array<{
4689
- w: number;
4690
- h: number;
4691
- }>;
4692
- meta?: Record<string, unknown>;
4693
- }
4694
- interface GridStackNode {
4695
- allowedSizes?: Array<{
4696
- w: number;
4697
- h: number;
4698
- }>;
4699
- }
4700
- }
4701
-
4702
4686
 
4703
4687
  declare module "@tiptap/core" {
4704
4688
  interface Commands<ReturnType> {
4705
- aiBlock: {
4706
- insertAIBlock: (data: AIBlockData, config: AIBlockConfigWithLabels) => ReturnType;
4689
+ liveCompanion: {
4690
+ insertLiveCompanion: (data: LiveCompanionData, config?: LiveCompanionConfig) => ReturnType;
4707
4691
  };
4708
4692
  }
4709
4693
  }
@@ -4711,8 +4695,8 @@ declare module "@tiptap/core" {
4711
4695
 
4712
4696
  declare module "@tiptap/core" {
4713
4697
  interface Commands<ReturnType> {
4714
- liveCompanion: {
4715
- insertLiveCompanion: (data: LiveCompanionData, config?: LiveCompanionConfig) => ReturnType;
4698
+ transcript: {
4699
+ insertTranscript: (data: TranscriptData, config?: TranscriptConfig) => ReturnType;
4716
4700
  };
4717
4701
  }
4718
4702
  }
@@ -4720,12 +4704,29 @@ declare module "@tiptap/core" {
4720
4704
 
4721
4705
  declare module "@tiptap/core" {
4722
4706
  interface Commands<ReturnType> {
4723
- transcript: {
4724
- insertTranscript: (data: TranscriptData, config?: TranscriptConfig) => ReturnType;
4707
+ aiBlock: {
4708
+ insertAIBlock: (data: AIBlockData, config: AIBlockConfigWithLabels) => ReturnType;
4725
4709
  };
4726
4710
  }
4727
4711
  }
4728
4712
 
4713
+ declare module "gridstack" {
4714
+ interface GridStackWidget {
4715
+ id?: string;
4716
+ allowedSizes?: Array<{
4717
+ w: number;
4718
+ h: number;
4719
+ }>;
4720
+ meta?: Record<string, unknown>;
4721
+ }
4722
+ interface GridStackNode {
4723
+ allowedSizes?: Array<{
4724
+ w: number;
4725
+ h: number;
4726
+ }>;
4727
+ }
4728
+ }
4729
+
4729
4730
 
4730
4731
  declare namespace Calendar {
4731
4732
  var displayName: string;
@@ -408,6 +408,7 @@ export declare const defaultTranslations: {
408
408
  readonly placeholder: "Respondent's answer";
409
409
  };
410
410
  readonly labels: {
411
+ readonly applyingChanges: "Applying changes";
411
412
  readonly endOfSection: "End of section";
412
413
  readonly title: "Title";
413
414
  readonly titlePlaceholder: "Question title";
@@ -449,28 +450,11 @@ declare global {
449
450
  }
450
451
  }
451
452
 
452
- declare module "gridstack" {
453
- interface GridStackWidget {
454
- id?: string;
455
- allowedSizes?: Array<{
456
- w: number;
457
- h: number;
458
- }>;
459
- meta?: Record<string, unknown>;
460
- }
461
- interface GridStackNode {
462
- allowedSizes?: Array<{
463
- w: number;
464
- h: number;
465
- }>;
466
- }
467
- }
468
-
469
453
 
470
454
  declare module "@tiptap/core" {
471
455
  interface Commands<ReturnType> {
472
- aiBlock: {
473
- insertAIBlock: (data: AIBlockData, config: AIBlockConfigWithLabels) => ReturnType;
456
+ liveCompanion: {
457
+ insertLiveCompanion: (data: LiveCompanionData, config?: LiveCompanionConfig) => ReturnType;
474
458
  };
475
459
  }
476
460
  }
@@ -478,8 +462,8 @@ declare module "@tiptap/core" {
478
462
 
479
463
  declare module "@tiptap/core" {
480
464
  interface Commands<ReturnType> {
481
- liveCompanion: {
482
- insertLiveCompanion: (data: LiveCompanionData, config?: LiveCompanionConfig) => ReturnType;
465
+ transcript: {
466
+ insertTranscript: (data: TranscriptData, config?: TranscriptConfig) => ReturnType;
483
467
  };
484
468
  }
485
469
  }
@@ -487,12 +471,29 @@ declare module "@tiptap/core" {
487
471
 
488
472
  declare module "@tiptap/core" {
489
473
  interface Commands<ReturnType> {
490
- transcript: {
491
- insertTranscript: (data: TranscriptData, config?: TranscriptConfig) => ReturnType;
474
+ aiBlock: {
475
+ insertAIBlock: (data: AIBlockData, config: AIBlockConfigWithLabels) => ReturnType;
492
476
  };
493
477
  }
494
478
  }
495
479
 
480
+ declare module "gridstack" {
481
+ interface GridStackWidget {
482
+ id?: string;
483
+ allowedSizes?: Array<{
484
+ w: number;
485
+ h: number;
486
+ }>;
487
+ meta?: Record<string, unknown>;
488
+ }
489
+ interface GridStackNode {
490
+ allowedSizes?: Array<{
491
+ w: number;
492
+ h: number;
493
+ }>;
494
+ }
495
+ }
496
+
496
497
 
497
498
  declare namespace Calendar {
498
499
  var displayName: string;
@@ -408,6 +408,7 @@ const e = {
408
408
  placeholder: "Respondent's answer"
409
409
  },
410
410
  labels: {
411
+ applyingChanges: "Applying changes",
411
412
  endOfSection: "End of section",
412
413
  title: "Title",
413
414
  titlePlaceholder: "Question title",