@factorialco/f0-react 1.317.0 → 1.317.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 +4 -4
- package/dist/experimental.js +9 -3
- package/dist/f0.d.ts +4 -4
- package/dist/i18n-provider-defaults.d.ts +4 -4
- package/dist/styles.css +1 -1
- package/package.json +1 -1
package/dist/experimental.d.ts
CHANGED
|
@@ -6495,8 +6495,8 @@ declare module "@tiptap/core" {
|
|
|
6495
6495
|
|
|
6496
6496
|
declare module "@tiptap/core" {
|
|
6497
6497
|
interface Commands<ReturnType> {
|
|
6498
|
-
|
|
6499
|
-
|
|
6498
|
+
transcript: {
|
|
6499
|
+
insertTranscript: (data: TranscriptData, config?: TranscriptConfig) => ReturnType;
|
|
6500
6500
|
};
|
|
6501
6501
|
}
|
|
6502
6502
|
}
|
|
@@ -6504,8 +6504,8 @@ declare module "@tiptap/core" {
|
|
|
6504
6504
|
|
|
6505
6505
|
declare module "@tiptap/core" {
|
|
6506
6506
|
interface Commands<ReturnType> {
|
|
6507
|
-
|
|
6508
|
-
|
|
6507
|
+
liveCompanion: {
|
|
6508
|
+
insertLiveCompanion: (data: LiveCompanionData, config?: LiveCompanionConfig) => ReturnType;
|
|
6509
6509
|
};
|
|
6510
6510
|
}
|
|
6511
6511
|
}
|
package/dist/experimental.js
CHANGED
|
@@ -26953,7 +26953,7 @@ const F3e = Kt(Zb, xX), kX = ({ data: t, dataConfig: e, scaleMin: n, scaleMax: i
|
|
|
26953
26953
|
}, D3e = kM(ha("RadarChart", kX)), wX = ge.create(D4), bX = () => {
|
|
26954
26954
|
const t = Ze();
|
|
26955
26955
|
return x("div", {
|
|
26956
|
-
className: "
|
|
26956
|
+
className: "flex flex-row items-center gap-1 rounded-full border border-solid border-f1-border-secondary bg-f1-background px-2 py-1.5 pr-2.5 shadow-md",
|
|
26957
26957
|
children: [f(wX, {
|
|
26958
26958
|
size: "xs",
|
|
26959
26959
|
animate: {
|
|
@@ -28193,7 +28193,10 @@ const zX = Pi({
|
|
|
28193
28193
|
})
|
|
28194
28194
|
}), s && f(GX, {})]
|
|
28195
28195
|
}), o && f(ge.div, {
|
|
28196
|
-
className: "
|
|
28196
|
+
className: "fixed z-50 flex h-screen w-full items-center justify-center",
|
|
28197
|
+
style: {
|
|
28198
|
+
inset: 0
|
|
28199
|
+
},
|
|
28197
28200
|
initial: {
|
|
28198
28201
|
opacity: 0,
|
|
28199
28202
|
scale: 0.95
|
|
@@ -28206,7 +28209,10 @@ const zX = Pi({
|
|
|
28206
28209
|
opacity: 0,
|
|
28207
28210
|
scale: 0.95
|
|
28208
28211
|
},
|
|
28209
|
-
children: f(
|
|
28212
|
+
children: f("div", {
|
|
28213
|
+
className: "translate-y-48",
|
|
28214
|
+
children: f(CX, {})
|
|
28215
|
+
})
|
|
28210
28216
|
})]
|
|
28211
28217
|
})
|
|
28212
28218
|
});
|
package/dist/f0.d.ts
CHANGED
|
@@ -4984,8 +4984,8 @@ declare module "@tiptap/core" {
|
|
|
4984
4984
|
|
|
4985
4985
|
declare module "@tiptap/core" {
|
|
4986
4986
|
interface Commands<ReturnType> {
|
|
4987
|
-
|
|
4988
|
-
|
|
4987
|
+
transcript: {
|
|
4988
|
+
insertTranscript: (data: TranscriptData, config?: TranscriptConfig) => ReturnType;
|
|
4989
4989
|
};
|
|
4990
4990
|
}
|
|
4991
4991
|
}
|
|
@@ -4993,8 +4993,8 @@ declare module "@tiptap/core" {
|
|
|
4993
4993
|
|
|
4994
4994
|
declare module "@tiptap/core" {
|
|
4995
4995
|
interface Commands<ReturnType> {
|
|
4996
|
-
|
|
4997
|
-
|
|
4996
|
+
liveCompanion: {
|
|
4997
|
+
insertLiveCompanion: (data: LiveCompanionData, config?: LiveCompanionConfig) => ReturnType;
|
|
4998
4998
|
};
|
|
4999
4999
|
}
|
|
5000
5000
|
}
|
|
@@ -487,8 +487,8 @@ declare module "@tiptap/core" {
|
|
|
487
487
|
|
|
488
488
|
declare module "@tiptap/core" {
|
|
489
489
|
interface Commands<ReturnType> {
|
|
490
|
-
|
|
491
|
-
|
|
490
|
+
transcript: {
|
|
491
|
+
insertTranscript: (data: TranscriptData, config?: TranscriptConfig) => ReturnType;
|
|
492
492
|
};
|
|
493
493
|
}
|
|
494
494
|
}
|
|
@@ -496,8 +496,8 @@ declare module "@tiptap/core" {
|
|
|
496
496
|
|
|
497
497
|
declare module "@tiptap/core" {
|
|
498
498
|
interface Commands<ReturnType> {
|
|
499
|
-
|
|
500
|
-
|
|
499
|
+
liveCompanion: {
|
|
500
|
+
insertLiveCompanion: (data: LiveCompanionData, config?: LiveCompanionConfig) => ReturnType;
|
|
501
501
|
};
|
|
502
502
|
}
|
|
503
503
|
}
|