@magemetrics/ai 0.0.38 → 0.0.40

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.
@@ -34,6 +34,7 @@ export declare type SearchElementAttributes = ComponentPropsWithoutRef<typeof Ma
34
34
 
35
35
  declare type StartOptions = DisplayControlProps & {
36
36
  label?: string;
37
+ recommendationsLabel?: string;
37
38
  };
38
39
 
39
40
  export { }
@@ -1,4 +1,4 @@
1
- import { c as o, l as r } from "./web-component-B-Q_tXDP.js";
1
+ import { c as o, l as r } from "./web-component-Do6GLPMb.js";
2
2
  export {
3
3
  o as createMagemetrics,
4
4
  r as logout
package/package.json CHANGED
@@ -1,43 +1,43 @@
1
1
  {
2
2
  "name": "@magemetrics/ai",
3
- "version": "0.0.38",
3
+ "version": "0.0.40",
4
4
  "type": "module",
5
5
  "dependencies": {
6
- "@ai-sdk/react": "^1.2.8",
7
- "@ai-sdk/ui-utils": "^1.2.7",
6
+ "@ai-sdk/react": "^1.2.12",
7
+ "@ai-sdk/ui-utils": "^1.2.11",
8
8
  "@dagrejs/dagre": "^1.1.4",
9
- "@fontsource-variable/bitter": "^5.2.6",
9
+ "@fontsource-variable/bitter": "^5.2.7",
10
10
  "@fontsource-variable/source-code-pro": "^5.2.5",
11
- "@fontsource-variable/source-sans-3": "^5.2.6",
11
+ "@fontsource-variable/source-sans-3": "^5.2.7",
12
12
  "@kurkle/color": "^0.3.4",
13
13
  "@r2wc/react-to-web-component": "^2.0.4",
14
- "@radix-ui/react-collapsible": "^1.1.10",
15
- "@radix-ui/react-dialog": "^1.1.13",
16
- "@radix-ui/react-hover-card": "^1.1.13",
17
- "@radix-ui/react-popover": "^1.1.13",
14
+ "@radix-ui/react-collapsible": "^1.1.11",
15
+ "@radix-ui/react-dialog": "^1.1.14",
16
+ "@radix-ui/react-hover-card": "^1.1.14",
17
+ "@radix-ui/react-popover": "^1.1.14",
18
18
  "@radix-ui/react-scroll-area": "^1.2.9",
19
- "@radix-ui/react-slot": "^1.2.2",
19
+ "@radix-ui/react-slot": "^1.2.3",
20
20
  "@radix-ui/react-tooltip": "^1.2.7",
21
- "@radix-ui/react-visually-hidden": "^1.2.2",
22
- "@supabase/supabase-js": "2.49.4",
23
- "@tanstack/react-query": "^5.73.3",
24
- "@tanstack/react-table": "^8.21.2",
25
- "@tanstack/react-virtual": "^3.13.6",
21
+ "@radix-ui/react-visually-hidden": "^1.2.3",
22
+ "@supabase/supabase-js": "2.49.8",
23
+ "@tanstack/react-query": "^5.77.1",
24
+ "@tanstack/react-table": "^8.21.3",
25
+ "@tanstack/react-virtual": "^3.13.9",
26
26
  "@uidotdev/usehooks": "^2.4.1",
27
- "@xyflow/react": "^12.5.5",
27
+ "@xyflow/react": "^12.6.4",
28
28
  "class-variance-authority": "^0.7.1",
29
29
  "clsx": "^2.1.1",
30
30
  "dayjs": "^1.11.13",
31
31
  "framer-motion": "^12.4.3",
32
32
  "html2canvas": "^1.4.1",
33
- "jotai": "^2.12.2",
34
- "jotai-location": "^0.5.5",
33
+ "jotai": "^2.12.4",
34
+ "jotai-location": "^0.6.0",
35
35
  "openapi-fetch": "^0.13.4",
36
36
  "react-markdown": "^10.1.0",
37
- "recharts": "^2.15.2",
38
- "tailwind-merge": "^3.2.0",
37
+ "recharts": "^2.15.3",
38
+ "tailwind-merge": "^3.3.0",
39
39
  "vaul": "^1.1.2",
40
- "zod": "^3.24.2"
40
+ "zod": "^3.25.28"
41
41
  },
42
42
  "peerDependencies": {
43
43
  "react": "^18.2.0 || ^19.0.0",