@factorialco/f0-react 2.41.5 → 2.42.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.
- package/dist/ai.d.ts +11 -11
- package/dist/experimental.d.ts +11 -11
- package/dist/f0.d.ts +11 -11
- package/dist/i18n-provider-defaults.d.ts +11 -11
- package/dist/styles.css +1 -1
- package/package.json +1 -1
package/dist/ai.d.ts
CHANGED
|
@@ -4263,6 +4263,11 @@ declare module "gridstack" {
|
|
|
4263
4263
|
}
|
|
4264
4264
|
|
|
4265
4265
|
|
|
4266
|
+
declare namespace Calendar {
|
|
4267
|
+
var displayName: string;
|
|
4268
|
+
}
|
|
4269
|
+
|
|
4270
|
+
|
|
4266
4271
|
declare module "@tiptap/core" {
|
|
4267
4272
|
interface Commands<ReturnType> {
|
|
4268
4273
|
aiBlock: {
|
|
@@ -4294,10 +4299,8 @@ declare module "@tiptap/core" {
|
|
|
4294
4299
|
|
|
4295
4300
|
declare module "@tiptap/core" {
|
|
4296
4301
|
interface Commands<ReturnType> {
|
|
4297
|
-
|
|
4298
|
-
|
|
4299
|
-
src: string;
|
|
4300
|
-
}) => ReturnType;
|
|
4302
|
+
transcript: {
|
|
4303
|
+
insertTranscript: (data: TranscriptData) => ReturnType;
|
|
4301
4304
|
};
|
|
4302
4305
|
}
|
|
4303
4306
|
}
|
|
@@ -4305,18 +4308,15 @@ declare module "@tiptap/core" {
|
|
|
4305
4308
|
|
|
4306
4309
|
declare module "@tiptap/core" {
|
|
4307
4310
|
interface Commands<ReturnType> {
|
|
4308
|
-
|
|
4309
|
-
|
|
4311
|
+
videoEmbed: {
|
|
4312
|
+
setVideoEmbed: (options: {
|
|
4313
|
+
src: string;
|
|
4314
|
+
}) => ReturnType;
|
|
4310
4315
|
};
|
|
4311
4316
|
}
|
|
4312
4317
|
}
|
|
4313
4318
|
|
|
4314
4319
|
|
|
4315
|
-
declare namespace Calendar {
|
|
4316
|
-
var displayName: string;
|
|
4317
|
-
}
|
|
4318
|
-
|
|
4319
|
-
|
|
4320
4320
|
declare namespace F0GraphNodeWrapperInner {
|
|
4321
4321
|
var displayName: string;
|
|
4322
4322
|
}
|
package/dist/experimental.d.ts
CHANGED
|
@@ -8733,6 +8733,11 @@ declare module "gridstack" {
|
|
|
8733
8733
|
}
|
|
8734
8734
|
|
|
8735
8735
|
|
|
8736
|
+
declare namespace Calendar {
|
|
8737
|
+
var displayName: string;
|
|
8738
|
+
}
|
|
8739
|
+
|
|
8740
|
+
|
|
8736
8741
|
declare module "@tiptap/core" {
|
|
8737
8742
|
interface Commands<ReturnType> {
|
|
8738
8743
|
aiBlock: {
|
|
@@ -8764,10 +8769,8 @@ declare module "@tiptap/core" {
|
|
|
8764
8769
|
|
|
8765
8770
|
declare module "@tiptap/core" {
|
|
8766
8771
|
interface Commands<ReturnType> {
|
|
8767
|
-
|
|
8768
|
-
|
|
8769
|
-
src: string;
|
|
8770
|
-
}) => ReturnType;
|
|
8772
|
+
transcript: {
|
|
8773
|
+
insertTranscript: (data: TranscriptData) => ReturnType;
|
|
8771
8774
|
};
|
|
8772
8775
|
}
|
|
8773
8776
|
}
|
|
@@ -8775,18 +8778,15 @@ declare module "@tiptap/core" {
|
|
|
8775
8778
|
|
|
8776
8779
|
declare module "@tiptap/core" {
|
|
8777
8780
|
interface Commands<ReturnType> {
|
|
8778
|
-
|
|
8779
|
-
|
|
8781
|
+
videoEmbed: {
|
|
8782
|
+
setVideoEmbed: (options: {
|
|
8783
|
+
src: string;
|
|
8784
|
+
}) => ReturnType;
|
|
8780
8785
|
};
|
|
8781
8786
|
}
|
|
8782
8787
|
}
|
|
8783
8788
|
|
|
8784
8789
|
|
|
8785
|
-
declare namespace Calendar {
|
|
8786
|
-
var displayName: string;
|
|
8787
|
-
}
|
|
8788
|
-
|
|
8789
|
-
|
|
8790
8790
|
declare namespace F0GraphNodeWrapperInner {
|
|
8791
8791
|
var displayName: string;
|
|
8792
8792
|
}
|
package/dist/f0.d.ts
CHANGED
|
@@ -15557,6 +15557,11 @@ declare module "gridstack" {
|
|
|
15557
15557
|
}
|
|
15558
15558
|
|
|
15559
15559
|
|
|
15560
|
+
declare namespace Calendar {
|
|
15561
|
+
var displayName: string;
|
|
15562
|
+
}
|
|
15563
|
+
|
|
15564
|
+
|
|
15560
15565
|
declare module "@tiptap/core" {
|
|
15561
15566
|
interface Commands<ReturnType> {
|
|
15562
15567
|
aiBlock: {
|
|
@@ -15588,10 +15593,8 @@ declare module "@tiptap/core" {
|
|
|
15588
15593
|
|
|
15589
15594
|
declare module "@tiptap/core" {
|
|
15590
15595
|
interface Commands<ReturnType> {
|
|
15591
|
-
|
|
15592
|
-
|
|
15593
|
-
src: string;
|
|
15594
|
-
}) => ReturnType;
|
|
15596
|
+
transcript: {
|
|
15597
|
+
insertTranscript: (data: TranscriptData) => ReturnType;
|
|
15595
15598
|
};
|
|
15596
15599
|
}
|
|
15597
15600
|
}
|
|
@@ -15599,18 +15602,15 @@ declare module "@tiptap/core" {
|
|
|
15599
15602
|
|
|
15600
15603
|
declare module "@tiptap/core" {
|
|
15601
15604
|
interface Commands<ReturnType> {
|
|
15602
|
-
|
|
15603
|
-
|
|
15605
|
+
videoEmbed: {
|
|
15606
|
+
setVideoEmbed: (options: {
|
|
15607
|
+
src: string;
|
|
15608
|
+
}) => ReturnType;
|
|
15604
15609
|
};
|
|
15605
15610
|
}
|
|
15606
15611
|
}
|
|
15607
15612
|
|
|
15608
15613
|
|
|
15609
|
-
declare namespace Calendar {
|
|
15610
|
-
var displayName: string;
|
|
15611
|
-
}
|
|
15612
|
-
|
|
15613
|
-
|
|
15614
15614
|
declare namespace F0GraphNodeWrapperInner {
|
|
15615
15615
|
var displayName: string;
|
|
15616
15616
|
}
|
|
@@ -850,6 +850,11 @@ declare module "gridstack" {
|
|
|
850
850
|
}
|
|
851
851
|
|
|
852
852
|
|
|
853
|
+
declare namespace Calendar {
|
|
854
|
+
var displayName: string;
|
|
855
|
+
}
|
|
856
|
+
|
|
857
|
+
|
|
853
858
|
declare module "@tiptap/core" {
|
|
854
859
|
interface Commands<ReturnType> {
|
|
855
860
|
aiBlock: {
|
|
@@ -881,10 +886,8 @@ declare module "@tiptap/core" {
|
|
|
881
886
|
|
|
882
887
|
declare module "@tiptap/core" {
|
|
883
888
|
interface Commands<ReturnType> {
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
src: string;
|
|
887
|
-
}) => ReturnType;
|
|
889
|
+
transcript: {
|
|
890
|
+
insertTranscript: (data: TranscriptData) => ReturnType;
|
|
888
891
|
};
|
|
889
892
|
}
|
|
890
893
|
}
|
|
@@ -892,18 +895,15 @@ declare module "@tiptap/core" {
|
|
|
892
895
|
|
|
893
896
|
declare module "@tiptap/core" {
|
|
894
897
|
interface Commands<ReturnType> {
|
|
895
|
-
|
|
896
|
-
|
|
898
|
+
videoEmbed: {
|
|
899
|
+
setVideoEmbed: (options: {
|
|
900
|
+
src: string;
|
|
901
|
+
}) => ReturnType;
|
|
897
902
|
};
|
|
898
903
|
}
|
|
899
904
|
}
|
|
900
905
|
|
|
901
906
|
|
|
902
|
-
declare namespace Calendar {
|
|
903
|
-
var displayName: string;
|
|
904
|
-
}
|
|
905
|
-
|
|
906
|
-
|
|
907
907
|
declare namespace F0GraphNodeWrapperInner {
|
|
908
908
|
var displayName: string;
|
|
909
909
|
}
|