@factorialco/f0-react 1.376.1 → 1.378.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.
@@ -612,6 +612,11 @@ declare module "gridstack" {
612
612
  }
613
613
 
614
614
 
615
+ declare namespace Calendar {
616
+ var displayName: string;
617
+ }
618
+
619
+
615
620
  declare module "@tiptap/core" {
616
621
  interface Commands<ReturnType> {
617
622
  aiBlock: {
@@ -641,15 +646,6 @@ declare module "@tiptap/core" {
641
646
  }
642
647
 
643
648
 
644
- declare module "@tiptap/core" {
645
- interface Commands<ReturnType> {
646
- transcript: {
647
- insertTranscript: (data: TranscriptData) => ReturnType;
648
- };
649
- }
650
- }
651
-
652
-
653
649
  declare module "@tiptap/core" {
654
650
  interface Commands<ReturnType> {
655
651
  videoEmbed: {
@@ -661,6 +657,10 @@ declare module "@tiptap/core" {
661
657
  }
662
658
 
663
659
 
664
- declare namespace Calendar {
665
- var displayName: string;
660
+ declare module "@tiptap/core" {
661
+ interface Commands<ReturnType> {
662
+ transcript: {
663
+ insertTranscript: (data: TranscriptData) => ReturnType;
664
+ };
665
+ }
666
666
  }