@factorialco/f0-react 1.239.0 → 1.239.1
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/experimental.d.ts +11 -11
- package/dist/experimental.js +1 -1
- package/dist/f0.d.ts +11 -11
- package/dist/styles.css +1 -1
- package/package.json +1 -1
package/dist/experimental.d.ts
CHANGED
|
@@ -5385,8 +5385,8 @@ declare global {
|
|
|
5385
5385
|
|
|
5386
5386
|
declare module "@tiptap/core" {
|
|
5387
5387
|
interface Commands<ReturnType> {
|
|
5388
|
-
|
|
5389
|
-
|
|
5388
|
+
liveCompanion: {
|
|
5389
|
+
insertLiveCompanion: (data: LiveCompanionData, config?: LiveCompanionConfig) => ReturnType;
|
|
5390
5390
|
};
|
|
5391
5391
|
}
|
|
5392
5392
|
}
|
|
@@ -5394,8 +5394,8 @@ declare module "@tiptap/core" {
|
|
|
5394
5394
|
|
|
5395
5395
|
declare module "@tiptap/core" {
|
|
5396
5396
|
interface Commands<ReturnType> {
|
|
5397
|
-
|
|
5398
|
-
|
|
5397
|
+
aiBlock: {
|
|
5398
|
+
insertAIBlock: (data: AIBlockData, config: AIBlockConfigWithLabels) => ReturnType;
|
|
5399
5399
|
};
|
|
5400
5400
|
}
|
|
5401
5401
|
}
|
|
@@ -5403,13 +5403,18 @@ declare module "@tiptap/core" {
|
|
|
5403
5403
|
|
|
5404
5404
|
declare module "@tiptap/core" {
|
|
5405
5405
|
interface Commands<ReturnType> {
|
|
5406
|
-
|
|
5407
|
-
|
|
5406
|
+
transcript: {
|
|
5407
|
+
insertTranscript: (data: TranscriptData, config?: TranscriptConfig) => ReturnType;
|
|
5408
5408
|
};
|
|
5409
5409
|
}
|
|
5410
5410
|
}
|
|
5411
5411
|
|
|
5412
5412
|
|
|
5413
|
+
declare namespace Calendar {
|
|
5414
|
+
var displayName: string;
|
|
5415
|
+
}
|
|
5416
|
+
|
|
5417
|
+
|
|
5413
5418
|
declare module "@tiptap/core" {
|
|
5414
5419
|
interface Commands<ReturnType> {
|
|
5415
5420
|
moodTracker: {
|
|
@@ -5417,8 +5422,3 @@ declare module "@tiptap/core" {
|
|
|
5417
5422
|
};
|
|
5418
5423
|
}
|
|
5419
5424
|
}
|
|
5420
|
-
|
|
5421
|
-
|
|
5422
|
-
declare namespace Calendar {
|
|
5423
|
-
var displayName: string;
|
|
5424
|
-
}
|
package/dist/experimental.js
CHANGED
|
@@ -28346,7 +28346,7 @@ const yW = ({ lanes: t, title: e, description: n, avatar: i, metadata: r, onMove
|
|
|
28346
28346
|
item: e
|
|
28347
28347
|
});
|
|
28348
28348
|
return b("div", {
|
|
28349
|
-
className: M("relative flex w-full flex-col justify-between gap-4 p-3 transition-colors md:flex-row md:p-2 md:pl-3 md:pr-4", "group after:absolute after:inset-y-0 after:-right-px after:z-10 after:hidden after:h-full after:w-10 after:bg-gradient-to-r after:from-transparent after:via-f1-background after:via-75% after:to-f1-background after:transition-all after:content-[''] hover:after:via-[#F5F6F8] hover:after:to-[#F5F6F8] dark:hover:after:via-[#192231] dark:hover:after:to-[#192231] md:after:block hover:md:bg-f1-background-hover"),
|
|
28349
|
+
className: M("relative flex min-h-[64px] w-full flex-col justify-between gap-4 p-3 transition-colors md:flex-row md:p-2 md:pl-3 md:pr-4", "group after:absolute after:inset-y-0 after:-right-px after:z-10 after:hidden after:h-full after:w-10 after:bg-gradient-to-r after:from-transparent after:via-f1-background after:via-75% after:to-f1-background after:transition-all after:content-[''] hover:after:via-[#F5F6F8] hover:after:to-[#F5F6F8] dark:hover:after:via-[#192231] dark:hover:after:to-[#192231] md:after:block hover:md:bg-f1-background-hover"),
|
|
28350
28350
|
children: [f("div", {
|
|
28351
28351
|
onClick: c,
|
|
28352
28352
|
className: "pointer-events-auto absolute inset-0"
|
package/dist/f0.d.ts
CHANGED
|
@@ -3401,8 +3401,8 @@ declare global {
|
|
|
3401
3401
|
|
|
3402
3402
|
declare module "@tiptap/core" {
|
|
3403
3403
|
interface Commands<ReturnType> {
|
|
3404
|
-
|
|
3405
|
-
|
|
3404
|
+
liveCompanion: {
|
|
3405
|
+
insertLiveCompanion: (data: LiveCompanionData, config?: LiveCompanionConfig) => ReturnType;
|
|
3406
3406
|
};
|
|
3407
3407
|
}
|
|
3408
3408
|
}
|
|
@@ -3410,8 +3410,8 @@ declare module "@tiptap/core" {
|
|
|
3410
3410
|
|
|
3411
3411
|
declare module "@tiptap/core" {
|
|
3412
3412
|
interface Commands<ReturnType> {
|
|
3413
|
-
|
|
3414
|
-
|
|
3413
|
+
aiBlock: {
|
|
3414
|
+
insertAIBlock: (data: AIBlockData, config: AIBlockConfigWithLabels) => ReturnType;
|
|
3415
3415
|
};
|
|
3416
3416
|
}
|
|
3417
3417
|
}
|
|
@@ -3419,13 +3419,18 @@ declare module "@tiptap/core" {
|
|
|
3419
3419
|
|
|
3420
3420
|
declare module "@tiptap/core" {
|
|
3421
3421
|
interface Commands<ReturnType> {
|
|
3422
|
-
|
|
3423
|
-
|
|
3422
|
+
transcript: {
|
|
3423
|
+
insertTranscript: (data: TranscriptData, config?: TranscriptConfig) => ReturnType;
|
|
3424
3424
|
};
|
|
3425
3425
|
}
|
|
3426
3426
|
}
|
|
3427
3427
|
|
|
3428
3428
|
|
|
3429
|
+
declare namespace Calendar {
|
|
3430
|
+
var displayName: string;
|
|
3431
|
+
}
|
|
3432
|
+
|
|
3433
|
+
|
|
3429
3434
|
declare module "@tiptap/core" {
|
|
3430
3435
|
interface Commands<ReturnType> {
|
|
3431
3436
|
moodTracker: {
|
|
@@ -3433,8 +3438,3 @@ declare module "@tiptap/core" {
|
|
|
3433
3438
|
};
|
|
3434
3439
|
}
|
|
3435
3440
|
}
|
|
3436
|
-
|
|
3437
|
-
|
|
3438
|
-
declare namespace Calendar {
|
|
3439
|
-
var displayName: string;
|
|
3440
|
-
}
|