@factorialco/f0-react 1.336.0 → 1.336.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.
@@ -22036,9 +22036,9 @@ export {
22036
22036
  I9 as m,
22037
22037
  R3 as n,
22038
22038
  i6 as o,
22039
- l9 as p,
22040
- Pn as q,
22041
- $8 as r,
22039
+ Pn as p,
22040
+ $8 as q,
22041
+ l9 as r,
22042
22042
  J4 as s,
22043
22043
  Q4 as t,
22044
22044
  Ae as u,
package/dist/ai.d.ts CHANGED
@@ -714,11 +714,6 @@ declare module "gridstack" {
714
714
  }
715
715
 
716
716
 
717
- declare namespace Calendar {
718
- var displayName: string;
719
- }
720
-
721
-
722
717
  declare module "@tiptap/core" {
723
718
  interface Commands<ReturnType> {
724
719
  aiBlock: {
@@ -745,3 +740,8 @@ declare module "@tiptap/core" {
745
740
  };
746
741
  }
747
742
  }
743
+
744
+
745
+ declare namespace Calendar {
746
+ var displayName: string;
747
+ }
package/dist/ai.js CHANGED
@@ -1,4 +1,4 @@
1
- import { A as i, a as r, b as t, d as o, c as n, H as e, e as A, u as l, f as u } from "./AiChatTranslationsProvider-CSN_jvHE.js";
1
+ import { A as i, a as r, b as t, d as o, c as n, H as e, e as A, u as l, f as u } from "./AiChatTranslationsProvider-DZYg0JyG.js";
2
2
  import { I as f, u as h } from "./index-CKWAEs9z.js";
3
3
  import { defaultTranslations as m } from "./i18n-provider-defaults.js";
4
4
  export {
@@ -4445,6 +4445,10 @@ declare type OnChangeQuestionParams = BaseQuestionOnChangeParams & ({
4445
4445
  } | {
4446
4446
  type: "rating";
4447
4447
  value: number;
4448
+ options?: {
4449
+ value: number;
4450
+ label: string;
4451
+ }[];
4448
4452
  } | {
4449
4453
  type: "select";
4450
4454
  value?: string | null;
@@ -6505,11 +6509,6 @@ declare module "gridstack" {
6505
6509
  }
6506
6510
 
6507
6511
 
6508
- declare namespace Calendar {
6509
- var displayName: string;
6510
- }
6511
-
6512
-
6513
6512
  declare module "@tiptap/core" {
6514
6513
  interface Commands<ReturnType> {
6515
6514
  aiBlock: {
@@ -6536,3 +6535,8 @@ declare module "@tiptap/core" {
6536
6535
  };
6537
6536
  }
6538
6537
  }
6538
+
6539
+
6540
+ declare namespace Calendar {
6541
+ var displayName: string;
6542
+ }