@magemetrics/ai 0.0.54-RC1 → 0.0.54-RC3

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.
@@ -8,7 +8,6 @@ import { JSX } from 'react/jsx-runtime';
8
8
  import { objectOutputType } from 'zod';
9
9
  import { PropsWithChildren } from 'react';
10
10
  import { RefAttributes } from 'react';
11
- import type { Simplify } from 'type-fest';
12
11
  import { UseMutateAsyncFunction } from '@tanstack/react-query';
13
12
  import { UseMutateFunction } from '@tanstack/react-query';
14
13
  import { UseMutationOptions } from '@tanstack/react-query';
@@ -3362,6 +3361,10 @@ declare type RemoveParamsConfig = Simplify<{
3362
3361
  cookie?: string;
3363
3362
  }>;
3364
3363
 
3364
+ declare type Simplify<T> = {
3365
+ [KeyType in keyof T]: T[KeyType];
3366
+ } & {};
3367
+
3365
3368
  export declare const StandaloneConversationModal: React.FC<StandaloneConversationModalProps>;
3366
3369
 
3367
3370
  declare type StandaloneConversationModalProps = {
@@ -416,7 +416,7 @@ function Iq() {
416
416
  );
417
417
  }, Ur.useTransition = function() {
418
418
  return z.H.useTransition();
419
- }, Ur.version = "19.1.0", Ur;
419
+ }, Ur.version = "19.1.1", Ur;
420
420
  }
421
421
  var $L;
422
422
  function Eg() {
@@ -802,7 +802,7 @@ function Lq() {
802
802
  return o.H.useFormState(l, c, A);
803
803
  }, Ec.useFormStatus = function() {
804
804
  return o.H.useHostTransitionStatus();
805
- }, Ec.version = "19.1.0", Ec;
805
+ }, Ec.version = "19.1.1", Ec;
806
806
  }
807
807
  var rU;
808
808
  function J1() {
@@ -10152,12 +10152,12 @@ Error generating stack: ` + y.message + `
10152
10152
  }
10153
10153
  };
10154
10154
  var JL = e.version;
10155
- if (JL !== "19.1.0")
10155
+ if (JL !== "19.1.1")
10156
10156
  throw Error(
10157
10157
  r(
10158
10158
  527,
10159
10159
  JL,
10160
- "19.1.0"
10160
+ "19.1.1"
10161
10161
  )
10162
10162
  );
10163
10163
  ce.findDOMNode = function(u) {
@@ -10168,10 +10168,10 @@ Error generating stack: ` + y.message + `
10168
10168
  };
10169
10169
  var Mq = {
10170
10170
  bundleType: 0,
10171
- version: "19.1.0",
10171
+ version: "19.1.1",
10172
10172
  rendererPackageName: "react-dom",
10173
10173
  currentDispatcherRef: $,
10174
- reconcilerVersion: "19.1.0"
10174
+ reconcilerVersion: "19.1.1"
10175
10175
  };
10176
10176
  if (typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ < "u") {
10177
10177
  var dB = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -10217,7 +10217,7 @@ Error generating stack: ` + y.message + `
10217
10217
  Ke,
10218
10218
  Ct
10219
10219
  ), f.context = zL(null), y = f.current, C = eu(), C = vn(C), U = qe(C), U.callback = null, pt(y, U, C), y = C, f.current.lanes = y, Ut(f, y), oA(f), u[is] = f.current, h(u), new hB(f);
10220
- }, xw.version = "19.1.0", xw;
10220
+ }, xw.version = "19.1.1", xw;
10221
10221
  }
10222
10222
  var sU;
10223
10223
  function Qq() {
@@ -73327,7 +73327,7 @@ t,u,""),w.bind(null,t,u,"Resource failed to load"))};$RR("`
73327
73327
  !1,
73328
73328
  'The server used "renderToString" which does not support Suspense. If you intended for this Suspense boundary to render the fallback content on the server consider throwing an Error somewhere within the Suspense boundary. If you intended to have the server wait for the suspended component please switch to "renderToReadableStream" which supports Suspense on the server'
73329
73329
  );
73330
- }, Qw.version = "19.1.0", Qw;
73330
+ }, Qw.version = "19.1.1", Qw;
73331
73331
  }
73332
73332
  var Nw = {};
73333
73333
  /**
@@ -77274,12 +77274,12 @@ Error generating stack: ` + Ue.message + `
77274
77274
  }
77275
77275
  function RA() {
77276
77276
  var O = t.version;
77277
- if (O !== "19.1.0")
77277
+ if (O !== "19.1.1")
77278
77278
  throw Error(
77279
77279
  n(
77280
77280
  527,
77281
77281
  O,
77282
- "19.1.0"
77282
+ "19.1.1"
77283
77283
  )
77284
77284
  );
77285
77285
  }
@@ -77407,7 +77407,7 @@ Error generating stack: ` + Ue.message + `
77407
77407
  }
77408
77408
  ml(Jt);
77409
77409
  });
77410
- }, Nw.version = "19.1.0", Nw;
77410
+ }, Nw.version = "19.1.1", Nw;
77411
77411
  }
77412
77412
  var O5;
77413
77413
  function XOe() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magemetrics/ai",
3
- "version": "0.0.54-RC1",
3
+ "version": "0.0.54-RC3",
4
4
  "type": "module",
5
5
  "dependencies": {
6
6
  "@ai-sdk/react": "2.0.8",
@@ -10,6 +10,7 @@
10
10
  "@fontsource-variable/source-sans-3": "^5.2.8",
11
11
  "@kurkle/color": "^0.4.0",
12
12
  "@progress/kendo-react-layout": "11.2.0",
13
+ "@progress/kendo-svg-icons": "^4.5.0",
13
14
  "@progress/kendo-theme-default": "11.2.0",
14
15
  "@r2wc/react-to-web-component": "^2.0.4",
15
16
  "@radix-ui/react-collapsible": "^1.1.11",