@factorialco/f0-react 4.4.1 → 4.5.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/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";
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-NAs7-9VU.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-hrv_qH8R.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
  */