@factorialco/f0-react 1.388.2 → 1.388.3
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 +10 -10
- package/dist/experimental.d.ts +10 -10
- package/dist/f0.d.ts +10 -10
- package/dist/f0.js +3 -3
- package/dist/i18n-provider-defaults.d.ts +10 -10
- package/dist/styles.css +1 -1
- package/package.json +1 -1
package/dist/ai.d.ts
CHANGED
|
@@ -1428,11 +1428,6 @@ declare module "gridstack" {
|
|
|
1428
1428
|
}
|
|
1429
1429
|
|
|
1430
1430
|
|
|
1431
|
-
declare namespace Calendar {
|
|
1432
|
-
var displayName: string;
|
|
1433
|
-
}
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
1431
|
declare module "@tiptap/core" {
|
|
1437
1432
|
interface Commands<ReturnType> {
|
|
1438
1433
|
aiBlock: {
|
|
@@ -1445,9 +1440,8 @@ declare module "@tiptap/core" {
|
|
|
1445
1440
|
|
|
1446
1441
|
declare module "@tiptap/core" {
|
|
1447
1442
|
interface Commands<ReturnType> {
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
clearEnhanceHighlight: () => ReturnType;
|
|
1443
|
+
moodTracker: {
|
|
1444
|
+
insertMoodTracker: (data: MoodTrackerData) => ReturnType;
|
|
1451
1445
|
};
|
|
1452
1446
|
}
|
|
1453
1447
|
}
|
|
@@ -1455,8 +1449,9 @@ declare module "@tiptap/core" {
|
|
|
1455
1449
|
|
|
1456
1450
|
declare module "@tiptap/core" {
|
|
1457
1451
|
interface Commands<ReturnType> {
|
|
1458
|
-
|
|
1459
|
-
|
|
1452
|
+
enhanceHighlight: {
|
|
1453
|
+
setEnhanceHighlight: (from: number, to: number) => ReturnType;
|
|
1454
|
+
clearEnhanceHighlight: () => ReturnType;
|
|
1460
1455
|
};
|
|
1461
1456
|
}
|
|
1462
1457
|
}
|
|
@@ -1480,3 +1475,8 @@ declare module "@tiptap/core" {
|
|
|
1480
1475
|
};
|
|
1481
1476
|
}
|
|
1482
1477
|
}
|
|
1478
|
+
|
|
1479
|
+
|
|
1480
|
+
declare namespace Calendar {
|
|
1481
|
+
var displayName: string;
|
|
1482
|
+
}
|
package/dist/experimental.d.ts
CHANGED
|
@@ -7167,11 +7167,6 @@ declare module "gridstack" {
|
|
|
7167
7167
|
}
|
|
7168
7168
|
|
|
7169
7169
|
|
|
7170
|
-
declare namespace Calendar {
|
|
7171
|
-
var displayName: string;
|
|
7172
|
-
}
|
|
7173
|
-
|
|
7174
|
-
|
|
7175
7170
|
declare module "@tiptap/core" {
|
|
7176
7171
|
interface Commands<ReturnType> {
|
|
7177
7172
|
aiBlock: {
|
|
@@ -7184,9 +7179,8 @@ declare module "@tiptap/core" {
|
|
|
7184
7179
|
|
|
7185
7180
|
declare module "@tiptap/core" {
|
|
7186
7181
|
interface Commands<ReturnType> {
|
|
7187
|
-
|
|
7188
|
-
|
|
7189
|
-
clearEnhanceHighlight: () => ReturnType;
|
|
7182
|
+
moodTracker: {
|
|
7183
|
+
insertMoodTracker: (data: MoodTrackerData) => ReturnType;
|
|
7190
7184
|
};
|
|
7191
7185
|
}
|
|
7192
7186
|
}
|
|
@@ -7194,8 +7188,9 @@ declare module "@tiptap/core" {
|
|
|
7194
7188
|
|
|
7195
7189
|
declare module "@tiptap/core" {
|
|
7196
7190
|
interface Commands<ReturnType> {
|
|
7197
|
-
|
|
7198
|
-
|
|
7191
|
+
enhanceHighlight: {
|
|
7192
|
+
setEnhanceHighlight: (from: number, to: number) => ReturnType;
|
|
7193
|
+
clearEnhanceHighlight: () => ReturnType;
|
|
7199
7194
|
};
|
|
7200
7195
|
}
|
|
7201
7196
|
}
|
|
@@ -7219,3 +7214,8 @@ declare module "@tiptap/core" {
|
|
|
7219
7214
|
};
|
|
7220
7215
|
}
|
|
7221
7216
|
}
|
|
7217
|
+
|
|
7218
|
+
|
|
7219
|
+
declare namespace Calendar {
|
|
7220
|
+
var displayName: string;
|
|
7221
|
+
}
|
package/dist/f0.d.ts
CHANGED
|
@@ -8631,11 +8631,6 @@ declare module "gridstack" {
|
|
|
8631
8631
|
}
|
|
8632
8632
|
|
|
8633
8633
|
|
|
8634
|
-
declare namespace Calendar {
|
|
8635
|
-
var displayName: string;
|
|
8636
|
-
}
|
|
8637
|
-
|
|
8638
|
-
|
|
8639
8634
|
declare module "@tiptap/core" {
|
|
8640
8635
|
interface Commands<ReturnType> {
|
|
8641
8636
|
aiBlock: {
|
|
@@ -8648,9 +8643,8 @@ declare module "@tiptap/core" {
|
|
|
8648
8643
|
|
|
8649
8644
|
declare module "@tiptap/core" {
|
|
8650
8645
|
interface Commands<ReturnType> {
|
|
8651
|
-
|
|
8652
|
-
|
|
8653
|
-
clearEnhanceHighlight: () => ReturnType;
|
|
8646
|
+
moodTracker: {
|
|
8647
|
+
insertMoodTracker: (data: MoodTrackerData) => ReturnType;
|
|
8654
8648
|
};
|
|
8655
8649
|
}
|
|
8656
8650
|
}
|
|
@@ -8658,8 +8652,9 @@ declare module "@tiptap/core" {
|
|
|
8658
8652
|
|
|
8659
8653
|
declare module "@tiptap/core" {
|
|
8660
8654
|
interface Commands<ReturnType> {
|
|
8661
|
-
|
|
8662
|
-
|
|
8655
|
+
enhanceHighlight: {
|
|
8656
|
+
setEnhanceHighlight: (from: number, to: number) => ReturnType;
|
|
8657
|
+
clearEnhanceHighlight: () => ReturnType;
|
|
8663
8658
|
};
|
|
8664
8659
|
}
|
|
8665
8660
|
}
|
|
@@ -8683,3 +8678,8 @@ declare module "@tiptap/core" {
|
|
|
8683
8678
|
};
|
|
8684
8679
|
}
|
|
8685
8680
|
}
|
|
8681
|
+
|
|
8682
|
+
|
|
8683
|
+
declare namespace Calendar {
|
|
8684
|
+
var displayName: string;
|
|
8685
|
+
}
|
package/dist/f0.js
CHANGED
|
@@ -16536,7 +16536,7 @@ const bg = () => {
|
|
|
16536
16536
|
goPrevious: g.goPrevious,
|
|
16537
16537
|
steps: r,
|
|
16538
16538
|
allowStepSkipping: h,
|
|
16539
|
-
children: /* @__PURE__ */ W("div", { className: "flex
|
|
16539
|
+
children: /* @__PURE__ */ W("div", { className: "flex h-[58vh] flex-1 flex-row", children: [
|
|
16540
16540
|
/* @__PURE__ */ f("div", { className: "w-1/3 shrink-0 overflow-y-auto border-x-0 border-b-0 border-r border-t-0 border-dashed border-f1-border-secondary p-2", children: /* @__PURE__ */ f(vg, {}) }),
|
|
16541
16541
|
/* @__PURE__ */ f("div", { className: "flex-1 overflow-y-auto px-8", children: e({
|
|
16542
16542
|
currentStep: g.currentStep,
|
|
@@ -16739,7 +16739,7 @@ function _g({
|
|
|
16739
16739
|
data: ee,
|
|
16740
16740
|
fullData: { ...R.current }
|
|
16741
16741
|
});
|
|
16742
|
-
return Pe.current = $, $.success && we($.message), $;
|
|
16742
|
+
return Pe.current = $, $.success && $.message && we($.message), $;
|
|
16743
16743
|
},
|
|
16744
16744
|
[_, we]
|
|
16745
16745
|
), me = K(() => {
|
|
@@ -16791,7 +16791,7 @@ function _g({
|
|
|
16791
16791
|
w
|
|
16792
16792
|
);
|
|
16793
16793
|
return /* @__PURE__ */ W(Yt, { children: [
|
|
16794
|
-
/* @__PURE__ */ f("div", { className: "flex flex-col gap-6", children: ee.map(($) => {
|
|
16794
|
+
/* @__PURE__ */ f("div", { className: "flex flex-col gap-6 pb-5", children: ee.map(($) => {
|
|
16795
16795
|
const De = y[$];
|
|
16796
16796
|
if (!De) return null;
|
|
16797
16797
|
const Te = g?.[$], He = R.current[$], Ne = A?.[$];
|
|
@@ -640,11 +640,6 @@ declare module "gridstack" {
|
|
|
640
640
|
}
|
|
641
641
|
|
|
642
642
|
|
|
643
|
-
declare namespace Calendar {
|
|
644
|
-
var displayName: string;
|
|
645
|
-
}
|
|
646
|
-
|
|
647
|
-
|
|
648
643
|
declare module "@tiptap/core" {
|
|
649
644
|
interface Commands<ReturnType> {
|
|
650
645
|
aiBlock: {
|
|
@@ -657,9 +652,8 @@ declare module "@tiptap/core" {
|
|
|
657
652
|
|
|
658
653
|
declare module "@tiptap/core" {
|
|
659
654
|
interface Commands<ReturnType> {
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
clearEnhanceHighlight: () => ReturnType;
|
|
655
|
+
moodTracker: {
|
|
656
|
+
insertMoodTracker: (data: MoodTrackerData) => ReturnType;
|
|
663
657
|
};
|
|
664
658
|
}
|
|
665
659
|
}
|
|
@@ -667,8 +661,9 @@ declare module "@tiptap/core" {
|
|
|
667
661
|
|
|
668
662
|
declare module "@tiptap/core" {
|
|
669
663
|
interface Commands<ReturnType> {
|
|
670
|
-
|
|
671
|
-
|
|
664
|
+
enhanceHighlight: {
|
|
665
|
+
setEnhanceHighlight: (from: number, to: number) => ReturnType;
|
|
666
|
+
clearEnhanceHighlight: () => ReturnType;
|
|
672
667
|
};
|
|
673
668
|
}
|
|
674
669
|
}
|
|
@@ -692,3 +687,8 @@ declare module "@tiptap/core" {
|
|
|
692
687
|
};
|
|
693
688
|
}
|
|
694
689
|
}
|
|
690
|
+
|
|
691
|
+
|
|
692
|
+
declare namespace Calendar {
|
|
693
|
+
var displayName: string;
|
|
694
|
+
}
|