@factorialco/f0-react 4.4.1 → 4.5.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 CHANGED
@@ -1835,6 +1835,9 @@ export declare const defaultTranslations: {
1835
1835
  readonly options: "Recording options";
1836
1836
  readonly playbackSpeed: "Playback speed";
1837
1837
  readonly position: "{{current}} of {{total}}";
1838
+ readonly viewDetail: "View detail";
1839
+ readonly hideDetail: "Hide detail";
1840
+ readonly details: "Recording details";
1838
1841
  };
1839
1842
  readonly actions: {
1840
1843
  readonly add: "Add";
@@ -4739,8 +4742,10 @@ declare module "@tiptap/core" {
4739
4742
 
4740
4743
  declare module "@tiptap/core" {
4741
4744
  interface Commands<ReturnType> {
4742
- transcript: {
4743
- insertTranscript: (data: TranscriptData) => ReturnType;
4745
+ videoEmbed: {
4746
+ setVideoEmbed: (options: {
4747
+ src: string;
4748
+ }) => ReturnType;
4744
4749
  };
4745
4750
  }
4746
4751
  }
@@ -4748,10 +4753,8 @@ declare module "@tiptap/core" {
4748
4753
 
4749
4754
  declare module "@tiptap/core" {
4750
4755
  interface Commands<ReturnType> {
4751
- videoEmbed: {
4752
- setVideoEmbed: (options: {
4753
- src: string;
4754
- }) => ReturnType;
4756
+ transcript: {
4757
+ insertTranscript: (data: TranscriptData) => ReturnType;
4755
4758
  };
4756
4759
  }
4757
4760
  }
package/dist/ai.js CHANGED
@@ -1,6 +1,6 @@
1
- import { C as e, D as r, c as t, F as o, a as i, f as n, g as F, d as C, e as A, I as l, P as d, b as u, u as m } from "./F0CanvasPanel-QUIIThsf.js";
1
+ import { C as e, D as r, c as t, F as o, a as i, f as n, g as F, d as C, e as A, I as l, P as d, b as u, u as m } from "./F0CanvasPanel-BiW5s0PT.js";
2
2
  import { defaultTranslations as c } from "./i18n-provider-defaults.js";
3
- import { A as P, s as v, t as f, w as g, l as p, i as T, q as y, x as S, p as x, r as H, j as V, e as b, g as k, k as w, F as M, h as O, a as D, n as j, m as q, o as z, b as B, f as E, v as L, c as R, d as G, u as J } from "./useChatHistory-D212C-fT.js";
3
+ import { A as P, s as v, t as f, w as g, l as p, i as T, q as y, x as S, p as x, r as H, j as V, e as b, g as k, k as w, F as M, h as O, a as D, n as j, m as q, o as z, b as B, f as E, v as L, c as R, d as G, u as J } from "./useChatHistory-BgraXtVf.js";
4
4
  export {
5
5
  P as AiChatTranslationsProvider,
6
6
  e as ChatSpinner,
@@ -3195,6 +3195,9 @@ declare const defaultTranslations: {
3195
3195
  readonly options: "Recording options";
3196
3196
  readonly playbackSpeed: "Playback speed";
3197
3197
  readonly position: "{{current}} of {{total}}";
3198
+ readonly viewDetail: "View detail";
3199
+ readonly hideDetail: "Hide detail";
3200
+ readonly details: "Recording details";
3198
3201
  };
3199
3202
  readonly actions: {
3200
3203
  readonly add: "Add";
@@ -4966,6 +4969,18 @@ export declare type F0SearchInputProps = {
4966
4969
  autoFocus?: boolean;
4967
4970
  } & Pick<InputFieldProps<string>, "size" | "loading" | "clearable" | "placeholder" | "disabled" | "onBlur" | "onFocus" | "onChange" | "name">;
4968
4971
 
4972
+ /**
4973
+ * @experimental This is an experimental component, use it at your own risk.
4974
+ */
4975
+ export declare const F0SegmentedBar: WithDataTestIdReturnType_2<ForwardRefExoticComponent<F0SegmentedBarProps & RefAttributes<HTMLDivElement>>>;
4976
+
4977
+ export declare interface F0SegmentedBarProps extends WithDataTestIdProps {
4978
+ value: number;
4979
+ max: number;
4980
+ color?: SegmentColorToken;
4981
+ label: string;
4982
+ }
4983
+
4969
4984
  /**
4970
4985
  * @experimental This is an experimental component, use it at your own risk.
4971
4986
  */
@@ -8086,6 +8101,8 @@ export declare interface SeedTarget<R extends RecordType, Filters extends Filter
8086
8101
  } | undefined) => void;
8087
8102
  }
8088
8103
 
8104
+ export declare type SegmentColorToken = `categorical-${1 | 2 | 3 | 4 | 5 | 6 | 7 | 8}` | "feedback-positive" | "feedback-neutral" | "feedback-negative";
8105
+
8089
8106
  /**
8090
8107
  * @experimental This is an experimental component use it at your own risk
8091
8108
  */
@@ -9768,8 +9785,10 @@ declare module "@tiptap/core" {
9768
9785
 
9769
9786
  declare module "@tiptap/core" {
9770
9787
  interface Commands<ReturnType> {
9771
- transcript: {
9772
- insertTranscript: (data: TranscriptData) => ReturnType;
9788
+ videoEmbed: {
9789
+ setVideoEmbed: (options: {
9790
+ src: string;
9791
+ }) => ReturnType;
9773
9792
  };
9774
9793
  }
9775
9794
  }
@@ -9777,10 +9796,8 @@ declare module "@tiptap/core" {
9777
9796
 
9778
9797
  declare module "@tiptap/core" {
9779
9798
  interface Commands<ReturnType> {
9780
- videoEmbed: {
9781
- setVideoEmbed: (options: {
9782
- src: string;
9783
- }) => ReturnType;
9799
+ transcript: {
9800
+ insertTranscript: (data: TranscriptData) => ReturnType;
9784
9801
  };
9785
9802
  }
9786
9803
  }