@factorialco/f0-react 1.239.3 → 1.239.4
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 +4 -4
- package/dist/experimental.js +1 -1
- package/dist/f0.d.ts +4 -4
- package/dist/styles.css +1 -1
- package/package.json +1 -1
package/dist/experimental.d.ts
CHANGED
|
@@ -5394,8 +5394,8 @@ declare module "@tiptap/core" {
|
|
|
5394
5394
|
|
|
5395
5395
|
declare module "@tiptap/core" {
|
|
5396
5396
|
interface Commands<ReturnType> {
|
|
5397
|
-
|
|
5398
|
-
|
|
5397
|
+
transcript: {
|
|
5398
|
+
insertTranscript: (data: TranscriptData, config?: TranscriptConfig) => ReturnType;
|
|
5399
5399
|
};
|
|
5400
5400
|
}
|
|
5401
5401
|
}
|
|
@@ -5403,8 +5403,8 @@ declare module "@tiptap/core" {
|
|
|
5403
5403
|
|
|
5404
5404
|
declare module "@tiptap/core" {
|
|
5405
5405
|
interface Commands<ReturnType> {
|
|
5406
|
-
|
|
5407
|
-
|
|
5406
|
+
liveCompanion: {
|
|
5407
|
+
insertLiveCompanion: (data: LiveCompanionData, config?: LiveCompanionConfig) => ReturnType;
|
|
5408
5408
|
};
|
|
5409
5409
|
}
|
|
5410
5410
|
}
|
package/dist/experimental.js
CHANGED
|
@@ -14963,7 +14963,7 @@ const Ga = z.forwardRef(({ className: t, children: e, ...n }, i) => {
|
|
|
14963
14963
|
const r = EB(), { multiple: s } = r, o = ce(() => Array.isArray(r.value) ? r.value.includes(n.value) : r.value === n.value, [r.value, n.value]);
|
|
14964
14964
|
return b(L8, {
|
|
14965
14965
|
ref: i,
|
|
14966
|
-
className: M("relative grid w-full cursor-default select-none gap-x-1.5 rounded px-3 py-2 outline-none transition-colors after:absolute after:inset-x-1 after:inset-y-0 after:z-0 after:h-full after:rounded after:bg-f1-background-hover after:opacity-0 after:transition-opacity after:duration-75 after:content-['']
|
|
14966
|
+
className: M("relative grid w-full cursor-default select-none gap-x-1.5 rounded px-3 py-2 outline-none transition-colors after:absolute after:inset-x-1 after:inset-y-0 after:z-0 after:h-full after:rounded after:bg-f1-background-hover after:opacity-0 after:transition-opacity after:duration-75 after:content-[''] last:pb-3 last:after:bottom-1 last:after:h-[calc(100%-0.25rem)] first-of-type:pt-3 first-of-type:after:top-1 first-of-type:after:h-[calc(100%-0.25rem)] hover:after:opacity-100 focus:after:bg-f1-background-hover focus:after:text-f1-foreground focus:after:opacity-100 data-[disabled]:pointer-events-none data-[disabled]:opacity-50 [&_*]:z-10", "data-[state=checked]:after:bg-f1-background-selected-bold/10 data-[state=checked]:after:opacity-100 hover:data-[state=checked]:after:bg-f1-background-selected-bold/10 dark:data-[state=checked]:after:bg-f1-background-selected-bold/20 dark:hover:data-[state=checked]:after:bg-f1-background-selected-bold/20", "focus:outline-none focus:ring-0 focus:ring-transparent", s || o ? "grid-cols-[1fr_20px]" : void 0, t),
|
|
14967
14967
|
...n,
|
|
14968
14968
|
children: [f(vz, {
|
|
14969
14969
|
children: e
|
package/dist/f0.d.ts
CHANGED
|
@@ -3410,8 +3410,8 @@ declare module "@tiptap/core" {
|
|
|
3410
3410
|
|
|
3411
3411
|
declare module "@tiptap/core" {
|
|
3412
3412
|
interface Commands<ReturnType> {
|
|
3413
|
-
|
|
3414
|
-
|
|
3413
|
+
transcript: {
|
|
3414
|
+
insertTranscript: (data: TranscriptData, config?: TranscriptConfig) => ReturnType;
|
|
3415
3415
|
};
|
|
3416
3416
|
}
|
|
3417
3417
|
}
|
|
@@ -3419,8 +3419,8 @@ declare module "@tiptap/core" {
|
|
|
3419
3419
|
|
|
3420
3420
|
declare module "@tiptap/core" {
|
|
3421
3421
|
interface Commands<ReturnType> {
|
|
3422
|
-
|
|
3423
|
-
|
|
3422
|
+
liveCompanion: {
|
|
3423
|
+
insertLiveCompanion: (data: LiveCompanionData, config?: LiveCompanionConfig) => ReturnType;
|
|
3424
3424
|
};
|
|
3425
3425
|
}
|
|
3426
3426
|
}
|