@factorialco/f0-react 1.366.0 → 1.367.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/experimental.js +1 -0
- package/dist/f0.d.ts +11 -11
- package/dist/i18n-provider-defaults.d.ts +11 -11
- package/package.json +1 -1
package/dist/ai.d.ts
CHANGED
|
@@ -1149,13 +1149,8 @@ declare module "gridstack" {
|
|
|
1149
1149
|
}
|
|
1150
1150
|
|
|
1151
1151
|
|
|
1152
|
-
declare
|
|
1153
|
-
|
|
1154
|
-
aiBlock: {
|
|
1155
|
-
insertAIBlock: (data: AIBlockData, config: AIBlockConfig) => ReturnType;
|
|
1156
|
-
executeAIAction: (actionType: string, config: AIBlockConfig) => ReturnType;
|
|
1157
|
-
};
|
|
1158
|
-
}
|
|
1152
|
+
declare namespace Calendar {
|
|
1153
|
+
var displayName: string;
|
|
1159
1154
|
}
|
|
1160
1155
|
|
|
1161
1156
|
|
|
@@ -1180,13 +1175,18 @@ declare module "@tiptap/core" {
|
|
|
1180
1175
|
|
|
1181
1176
|
declare module "@tiptap/core" {
|
|
1182
1177
|
interface Commands<ReturnType> {
|
|
1183
|
-
|
|
1184
|
-
|
|
1178
|
+
aiBlock: {
|
|
1179
|
+
insertAIBlock: (data: AIBlockData, config: AIBlockConfig) => ReturnType;
|
|
1180
|
+
executeAIAction: (actionType: string, config: AIBlockConfig) => ReturnType;
|
|
1185
1181
|
};
|
|
1186
1182
|
}
|
|
1187
1183
|
}
|
|
1188
1184
|
|
|
1189
1185
|
|
|
1190
|
-
declare
|
|
1191
|
-
|
|
1186
|
+
declare module "@tiptap/core" {
|
|
1187
|
+
interface Commands<ReturnType> {
|
|
1188
|
+
transcript: {
|
|
1189
|
+
insertTranscript: (data: TranscriptData) => ReturnType;
|
|
1190
|
+
};
|
|
1191
|
+
}
|
|
1192
1192
|
}
|
package/dist/experimental.d.ts
CHANGED
|
@@ -6629,13 +6629,8 @@ declare module "gridstack" {
|
|
|
6629
6629
|
}
|
|
6630
6630
|
|
|
6631
6631
|
|
|
6632
|
-
declare
|
|
6633
|
-
|
|
6634
|
-
aiBlock: {
|
|
6635
|
-
insertAIBlock: (data: AIBlockData, config: AIBlockConfig) => ReturnType;
|
|
6636
|
-
executeAIAction: (actionType: string, config: AIBlockConfig) => ReturnType;
|
|
6637
|
-
};
|
|
6638
|
-
}
|
|
6632
|
+
declare namespace Calendar {
|
|
6633
|
+
var displayName: string;
|
|
6639
6634
|
}
|
|
6640
6635
|
|
|
6641
6636
|
|
|
@@ -6660,13 +6655,18 @@ declare module "@tiptap/core" {
|
|
|
6660
6655
|
|
|
6661
6656
|
declare module "@tiptap/core" {
|
|
6662
6657
|
interface Commands<ReturnType> {
|
|
6663
|
-
|
|
6664
|
-
|
|
6658
|
+
aiBlock: {
|
|
6659
|
+
insertAIBlock: (data: AIBlockData, config: AIBlockConfig) => ReturnType;
|
|
6660
|
+
executeAIAction: (actionType: string, config: AIBlockConfig) => ReturnType;
|
|
6665
6661
|
};
|
|
6666
6662
|
}
|
|
6667
6663
|
}
|
|
6668
6664
|
|
|
6669
6665
|
|
|
6670
|
-
declare
|
|
6671
|
-
|
|
6666
|
+
declare module "@tiptap/core" {
|
|
6667
|
+
interface Commands<ReturnType> {
|
|
6668
|
+
transcript: {
|
|
6669
|
+
insertTranscript: (data: TranscriptData) => ReturnType;
|
|
6670
|
+
};
|
|
6671
|
+
}
|
|
6672
6672
|
}
|
package/dist/experimental.js
CHANGED
|
@@ -11446,6 +11446,7 @@ const wN = oe("Reactions", yN), zc = (t) => {
|
|
|
11446
11446
|
return g("div", {
|
|
11447
11447
|
className: "flex w-full cursor-pointer flex-row gap-3 rounded-xl border border-solid border-transparent p-3 pt-2 hover:bg-f1-background-hover focus:border-f1-border-secondary focus:outline focus:outline-1 focus:outline-offset-1 focus:outline-f1-border-selected-bold md:pb-4 md:pt-3",
|
|
11448
11448
|
onClick: w,
|
|
11449
|
+
id: `community-post-${t}`,
|
|
11449
11450
|
children: [l("div", {
|
|
11450
11451
|
className: "hidden md:block",
|
|
11451
11452
|
children: e ? l(En, {
|
package/dist/f0.d.ts
CHANGED
|
@@ -7727,13 +7727,8 @@ declare module "gridstack" {
|
|
|
7727
7727
|
}
|
|
7728
7728
|
|
|
7729
7729
|
|
|
7730
|
-
declare
|
|
7731
|
-
|
|
7732
|
-
aiBlock: {
|
|
7733
|
-
insertAIBlock: (data: AIBlockData, config: AIBlockConfig) => ReturnType;
|
|
7734
|
-
executeAIAction: (actionType: string, config: AIBlockConfig) => ReturnType;
|
|
7735
|
-
};
|
|
7736
|
-
}
|
|
7730
|
+
declare namespace Calendar {
|
|
7731
|
+
var displayName: string;
|
|
7737
7732
|
}
|
|
7738
7733
|
|
|
7739
7734
|
|
|
@@ -7758,13 +7753,18 @@ declare module "@tiptap/core" {
|
|
|
7758
7753
|
|
|
7759
7754
|
declare module "@tiptap/core" {
|
|
7760
7755
|
interface Commands<ReturnType> {
|
|
7761
|
-
|
|
7762
|
-
|
|
7756
|
+
aiBlock: {
|
|
7757
|
+
insertAIBlock: (data: AIBlockData, config: AIBlockConfig) => ReturnType;
|
|
7758
|
+
executeAIAction: (actionType: string, config: AIBlockConfig) => ReturnType;
|
|
7763
7759
|
};
|
|
7764
7760
|
}
|
|
7765
7761
|
}
|
|
7766
7762
|
|
|
7767
7763
|
|
|
7768
|
-
declare
|
|
7769
|
-
|
|
7764
|
+
declare module "@tiptap/core" {
|
|
7765
|
+
interface Commands<ReturnType> {
|
|
7766
|
+
transcript: {
|
|
7767
|
+
insertTranscript: (data: TranscriptData) => ReturnType;
|
|
7768
|
+
};
|
|
7769
|
+
}
|
|
7770
7770
|
}
|
|
@@ -603,13 +603,8 @@ declare module "gridstack" {
|
|
|
603
603
|
}
|
|
604
604
|
|
|
605
605
|
|
|
606
|
-
declare
|
|
607
|
-
|
|
608
|
-
aiBlock: {
|
|
609
|
-
insertAIBlock: (data: AIBlockData, config: AIBlockConfig) => ReturnType;
|
|
610
|
-
executeAIAction: (actionType: string, config: AIBlockConfig) => ReturnType;
|
|
611
|
-
};
|
|
612
|
-
}
|
|
606
|
+
declare namespace Calendar {
|
|
607
|
+
var displayName: string;
|
|
613
608
|
}
|
|
614
609
|
|
|
615
610
|
|
|
@@ -634,13 +629,18 @@ declare module "@tiptap/core" {
|
|
|
634
629
|
|
|
635
630
|
declare module "@tiptap/core" {
|
|
636
631
|
interface Commands<ReturnType> {
|
|
637
|
-
|
|
638
|
-
|
|
632
|
+
aiBlock: {
|
|
633
|
+
insertAIBlock: (data: AIBlockData, config: AIBlockConfig) => ReturnType;
|
|
634
|
+
executeAIAction: (actionType: string, config: AIBlockConfig) => ReturnType;
|
|
639
635
|
};
|
|
640
636
|
}
|
|
641
637
|
}
|
|
642
638
|
|
|
643
639
|
|
|
644
|
-
declare
|
|
645
|
-
|
|
640
|
+
declare module "@tiptap/core" {
|
|
641
|
+
interface Commands<ReturnType> {
|
|
642
|
+
transcript: {
|
|
643
|
+
insertTranscript: (data: TranscriptData) => ReturnType;
|
|
644
|
+
};
|
|
645
|
+
}
|
|
646
646
|
}
|