@factorialco/f0-react 2.21.0 → 2.22.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 +12 -12
- package/dist/f0.js +211 -202
- 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
|
@@ -4106,11 +4106,6 @@ declare module "gridstack" {
|
|
|
4106
4106
|
}
|
|
4107
4107
|
|
|
4108
4108
|
|
|
4109
|
-
declare namespace Calendar {
|
|
4110
|
-
var displayName: string;
|
|
4111
|
-
}
|
|
4112
|
-
|
|
4113
|
-
|
|
4114
4109
|
declare module "@tiptap/core" {
|
|
4115
4110
|
interface Commands<ReturnType> {
|
|
4116
4111
|
aiBlock: {
|
|
@@ -4142,8 +4137,10 @@ declare module "@tiptap/core" {
|
|
|
4142
4137
|
|
|
4143
4138
|
declare module "@tiptap/core" {
|
|
4144
4139
|
interface Commands<ReturnType> {
|
|
4145
|
-
|
|
4146
|
-
|
|
4140
|
+
videoEmbed: {
|
|
4141
|
+
setVideoEmbed: (options: {
|
|
4142
|
+
src: string;
|
|
4143
|
+
}) => ReturnType;
|
|
4147
4144
|
};
|
|
4148
4145
|
}
|
|
4149
4146
|
}
|
|
@@ -4151,15 +4148,18 @@ declare module "@tiptap/core" {
|
|
|
4151
4148
|
|
|
4152
4149
|
declare module "@tiptap/core" {
|
|
4153
4150
|
interface Commands<ReturnType> {
|
|
4154
|
-
|
|
4155
|
-
|
|
4156
|
-
src: string;
|
|
4157
|
-
}) => ReturnType;
|
|
4151
|
+
transcript: {
|
|
4152
|
+
insertTranscript: (data: TranscriptData) => ReturnType;
|
|
4158
4153
|
};
|
|
4159
4154
|
}
|
|
4160
4155
|
}
|
|
4161
4156
|
|
|
4162
4157
|
|
|
4158
|
+
declare namespace Calendar {
|
|
4159
|
+
var displayName: string;
|
|
4160
|
+
}
|
|
4161
|
+
|
|
4162
|
+
|
|
4163
4163
|
declare namespace F0GraphNodeWrapperInner {
|
|
4164
4164
|
var displayName: string;
|
|
4165
4165
|
}
|
package/dist/experimental.d.ts
CHANGED
|
@@ -8438,11 +8438,6 @@ declare module "gridstack" {
|
|
|
8438
8438
|
}
|
|
8439
8439
|
|
|
8440
8440
|
|
|
8441
|
-
declare namespace Calendar {
|
|
8442
|
-
var displayName: string;
|
|
8443
|
-
}
|
|
8444
|
-
|
|
8445
|
-
|
|
8446
8441
|
declare module "@tiptap/core" {
|
|
8447
8442
|
interface Commands<ReturnType> {
|
|
8448
8443
|
aiBlock: {
|
|
@@ -8474,8 +8469,10 @@ declare module "@tiptap/core" {
|
|
|
8474
8469
|
|
|
8475
8470
|
declare module "@tiptap/core" {
|
|
8476
8471
|
interface Commands<ReturnType> {
|
|
8477
|
-
|
|
8478
|
-
|
|
8472
|
+
videoEmbed: {
|
|
8473
|
+
setVideoEmbed: (options: {
|
|
8474
|
+
src: string;
|
|
8475
|
+
}) => ReturnType;
|
|
8479
8476
|
};
|
|
8480
8477
|
}
|
|
8481
8478
|
}
|
|
@@ -8483,15 +8480,18 @@ declare module "@tiptap/core" {
|
|
|
8483
8480
|
|
|
8484
8481
|
declare module "@tiptap/core" {
|
|
8485
8482
|
interface Commands<ReturnType> {
|
|
8486
|
-
|
|
8487
|
-
|
|
8488
|
-
src: string;
|
|
8489
|
-
}) => ReturnType;
|
|
8483
|
+
transcript: {
|
|
8484
|
+
insertTranscript: (data: TranscriptData) => ReturnType;
|
|
8490
8485
|
};
|
|
8491
8486
|
}
|
|
8492
8487
|
}
|
|
8493
8488
|
|
|
8494
8489
|
|
|
8490
|
+
declare namespace Calendar {
|
|
8491
|
+
var displayName: string;
|
|
8492
|
+
}
|
|
8493
|
+
|
|
8494
|
+
|
|
8495
8495
|
declare namespace F0GraphNodeWrapperInner {
|
|
8496
8496
|
var displayName: string;
|
|
8497
8497
|
}
|
package/dist/f0.d.ts
CHANGED
|
@@ -5887,7 +5887,7 @@ export declare const F0Alert: WithDataTestIdReturnType_3<({ title, description,
|
|
|
5887
5887
|
|
|
5888
5888
|
export declare interface F0AlertProps {
|
|
5889
5889
|
title: string;
|
|
5890
|
-
description
|
|
5890
|
+
description?: string;
|
|
5891
5891
|
action?: {
|
|
5892
5892
|
label: string;
|
|
5893
5893
|
disabled?: boolean;
|
|
@@ -14942,11 +14942,6 @@ declare module "gridstack" {
|
|
|
14942
14942
|
}
|
|
14943
14943
|
|
|
14944
14944
|
|
|
14945
|
-
declare namespace Calendar {
|
|
14946
|
-
var displayName: string;
|
|
14947
|
-
}
|
|
14948
|
-
|
|
14949
|
-
|
|
14950
14945
|
declare module "@tiptap/core" {
|
|
14951
14946
|
interface Commands<ReturnType> {
|
|
14952
14947
|
aiBlock: {
|
|
@@ -14978,8 +14973,10 @@ declare module "@tiptap/core" {
|
|
|
14978
14973
|
|
|
14979
14974
|
declare module "@tiptap/core" {
|
|
14980
14975
|
interface Commands<ReturnType> {
|
|
14981
|
-
|
|
14982
|
-
|
|
14976
|
+
videoEmbed: {
|
|
14977
|
+
setVideoEmbed: (options: {
|
|
14978
|
+
src: string;
|
|
14979
|
+
}) => ReturnType;
|
|
14983
14980
|
};
|
|
14984
14981
|
}
|
|
14985
14982
|
}
|
|
@@ -14987,15 +14984,18 @@ declare module "@tiptap/core" {
|
|
|
14987
14984
|
|
|
14988
14985
|
declare module "@tiptap/core" {
|
|
14989
14986
|
interface Commands<ReturnType> {
|
|
14990
|
-
|
|
14991
|
-
|
|
14992
|
-
src: string;
|
|
14993
|
-
}) => ReturnType;
|
|
14987
|
+
transcript: {
|
|
14988
|
+
insertTranscript: (data: TranscriptData) => ReturnType;
|
|
14994
14989
|
};
|
|
14995
14990
|
}
|
|
14996
14991
|
}
|
|
14997
14992
|
|
|
14998
14993
|
|
|
14994
|
+
declare namespace Calendar {
|
|
14995
|
+
var displayName: string;
|
|
14996
|
+
}
|
|
14997
|
+
|
|
14998
|
+
|
|
14999
14999
|
declare namespace F0GraphNodeWrapperInner {
|
|
15000
15000
|
var displayName: string;
|
|
15001
15001
|
}
|