@factorialco/f0-react 1.187.0 → 1.188.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/f0.d.ts CHANGED
@@ -1540,7 +1540,7 @@ export declare const OneFilterPicker: {
1540
1540
  * Props for the Filters component.
1541
1541
  * @template Definition - The type defining the structure of available filters
1542
1542
  */
1543
- declare interface OneFilterPickerRootProps<Definition extends FiltersDefinition> {
1543
+ declare type OneFilterPickerRootProps<Definition extends FiltersDefinition> = {
1544
1544
  /** The definition of available filters and their configurations */
1545
1545
  filters?: Definition;
1546
1546
  /** Current state of applied filters */
@@ -1551,7 +1551,7 @@ declare interface OneFilterPickerRootProps<Definition extends FiltersDefinition>
1551
1551
  onChange: (value: FiltersState<Definition>) => void;
1552
1552
  /** The children of the component */
1553
1553
  children?: React.ReactNode;
1554
- }
1554
+ };
1555
1555
 
1556
1556
  export declare type PersonAvatarVariant = Extract<AvatarVariant, {
1557
1557
  type: "person";
@@ -2098,8 +2098,8 @@ declare global {
2098
2098
 
2099
2099
  declare module "@tiptap/core" {
2100
2100
  interface Commands<ReturnType> {
2101
- aiBlock: {
2102
- insertAIBlock: (data: AIBlockData, config: AIBlockConfigWithLabels) => ReturnType;
2101
+ liveCompanion: {
2102
+ insertLiveCompanion: (data: LiveCompanionData, config?: LiveCompanionConfig) => ReturnType;
2103
2103
  };
2104
2104
  }
2105
2105
  }
@@ -2107,8 +2107,8 @@ declare module "@tiptap/core" {
2107
2107
 
2108
2108
  declare module "@tiptap/core" {
2109
2109
  interface Commands<ReturnType> {
2110
- liveCompanion: {
2111
- insertLiveCompanion: (data: LiveCompanionData, config?: LiveCompanionConfig) => ReturnType;
2110
+ aiBlock: {
2111
+ insertAIBlock: (data: AIBlockData, config: AIBlockConfigWithLabels) => ReturnType;
2112
2112
  };
2113
2113
  }
2114
2114
  }
@@ -2123,11 +2123,6 @@ declare module "@tiptap/core" {
2123
2123
  }
2124
2124
 
2125
2125
 
2126
- declare namespace Calendar {
2127
- var displayName: string;
2128
- }
2129
-
2130
-
2131
2126
  declare module "@tiptap/core" {
2132
2127
  interface Commands<ReturnType> {
2133
2128
  moodTracker: {
@@ -2135,3 +2130,8 @@ declare module "@tiptap/core" {
2135
2130
  };
2136
2131
  }
2137
2132
  }
2133
+
2134
+
2135
+ declare namespace Calendar {
2136
+ var displayName: string;
2137
+ }
package/dist/f0.js CHANGED
@@ -1,5 +1,5 @@
1
- import { C as v, L as pe, c as ve, P as H, a as b, f as ge, b as be, A as xe, B as Ce, d as ye, e as we, g as Ne, V as Le, h as U, i as W, j as Pe, k as Y, S as G, l as D, m as X, n as ke, O as Fe, o as J, p as Se, q as Me, F as K, r as De, s as Te, t as Be, D as Re, u as Ie, v as $e, w as Oe, x as Q, y as w, U as Z, z as Ee, E as _e, G as z, H as je, I as ee, J as ze, K as Ve, M as qe, N as Ae, Q as He, R as Ue, X as We, T as Ye, W as Ge, Y as Xe, Z as Je } from "./hooks-BmsAvt-I.js";
2
- import { ao as Ua, _ as Wa, aq as Ya, ay as Ga, $ as Xa, a0 as Ja, a1 as Ka, a2 as Qa, a3 as Za, a4 as er, a5 as ar, a6 as rr, a8 as sr, a9 as tr, aa as lr, ab as or, ad as nr, ae as ir, af as dr, ag as cr, aj as ur, ak as fr, al as hr, am as mr, ac as pr, an as vr, ai as gr, av as br, ap as xr, az as Cr, a7 as yr, ah as wr, ar as Nr, as as Lr, at as Pr, aA as kr, au as Fr, ax as Sr, aw as Mr } from "./hooks-BmsAvt-I.js";
1
+ import { C as v, L as pe, c as ve, P as H, a as b, f as ge, b as be, A as xe, B as Ce, d as ye, e as we, g as Ne, V as Le, h as U, i as W, j as Pe, k as Y, S as G, l as D, m as X, n as ke, O as Fe, o as J, p as Se, q as Me, F as K, r as De, s as Te, t as Be, D as Re, u as Ie, v as $e, w as Oe, x as Q, y as w, U as Z, z as Ee, E as _e, G as z, H as je, I as ee, J as ze, K as Ve, M as qe, N as Ae, Q as He, R as Ue, X as We, T as Ye, W as Ge, Y as Xe, Z as Je } from "./hooks-DJZUy5yN.js";
2
+ import { ao as Ua, _ as Wa, aq as Ya, ay as Ga, $ as Xa, a0 as Ja, a1 as Ka, a2 as Qa, a3 as Za, a4 as er, a5 as ar, a6 as rr, a8 as sr, a9 as tr, aa as lr, ab as or, ad as nr, ae as ir, af as dr, ag as cr, aj as ur, ak as fr, al as hr, am as mr, ac as pr, an as vr, ai as gr, av as br, ap as xr, az as Cr, a7 as yr, ah as wr, ar as Nr, as as Lr, at as Pr, aA as kr, au as Fr, ax as Sr, aw as Mr } from "./hooks-DJZUy5yN.js";
3
3
  import { jsx as e, jsxs as c, Fragment as O } from "react/jsx-runtime";
4
4
  import * as E from "react";
5
5
  import Ke, { useState as g, forwardRef as B, useRef as ae, useImperativeHandle as Qe, Children as Ze, useEffect as re, createContext as ea } from "react";