@magemetrics/ai 0.0.54-RC2 → 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.
- package/dist/react/index.d.ts +4 -1
- package/package.json +2 -11
package/dist/react/index.d.ts
CHANGED
|
@@ -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 = {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@magemetrics/ai",
|
|
3
|
-
"version": "0.0.54-
|
|
3
|
+
"version": "0.0.54-RC3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"@ai-sdk/react": "2.0.8",
|
|
@@ -9,16 +9,8 @@
|
|
|
9
9
|
"@fontsource-variable/source-code-pro": "^5.2.6",
|
|
10
10
|
"@fontsource-variable/source-sans-3": "^5.2.8",
|
|
11
11
|
"@kurkle/color": "^0.4.0",
|
|
12
|
-
"@progress/kendo-intl": "^3.1.2",
|
|
13
|
-
"@progress/kendo-licensing": "^1.7.0",
|
|
14
|
-
"@progress/kendo-popup-common": "^1.9.2",
|
|
15
|
-
"@progress/kendo-react-animation": "^11.2.0",
|
|
16
|
-
"@progress/kendo-react-buttons": "^11.2.0",
|
|
17
|
-
"@progress/kendo-react-common": "^11.2.0",
|
|
18
|
-
"@progress/kendo-react-intl": "^11.2.0",
|
|
19
12
|
"@progress/kendo-react-layout": "11.2.0",
|
|
20
|
-
"@progress/kendo-
|
|
21
|
-
"@progress/kendo-react-progressbars": "^11.2.0",
|
|
13
|
+
"@progress/kendo-svg-icons": "^4.5.0",
|
|
22
14
|
"@progress/kendo-theme-default": "11.2.0",
|
|
23
15
|
"@r2wc/react-to-web-component": "^2.0.4",
|
|
24
16
|
"@radix-ui/react-collapsible": "^1.1.11",
|
|
@@ -45,7 +37,6 @@
|
|
|
45
37
|
"react-error-boundary": "^6.0.0",
|
|
46
38
|
"react-markdown": "^10.1.0",
|
|
47
39
|
"react-textarea-autosize": "^8.5.9",
|
|
48
|
-
"react-transition-group": "^4.4.5",
|
|
49
40
|
"tailwind-merge": "^3.3.1",
|
|
50
41
|
"vaul": "^1.1.2",
|
|
51
42
|
"zod": "^3.25.76"
|