@uraiagent/react 0.0.2 → 0.0.4

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.
@@ -26,9 +26,8 @@ declare const get: <K extends keyof typeof json>(key: K) => {
26
26
  "update-dashboard-agent": string;
27
27
  };
28
28
  peerDependencies: {
29
- "framer-motion": string;
30
- postcss: string;
31
29
  react: string;
30
+ "react-dom": string;
32
31
  };
33
32
  devDependencies: {
34
33
  "@eslint/js": string;
@@ -41,7 +40,6 @@ declare const get: <K extends keyof typeof json>(key: K) => {
41
40
  eslint: string;
42
41
  "eslint-plugin-react-hooks": string;
43
42
  "eslint-plugin-react-refresh": string;
44
- postcss: string;
45
43
  prettier: string;
46
44
  react: string;
47
45
  "react-dom": string;
@@ -58,56 +56,30 @@ declare const get: <K extends keyof typeof json>(key: K) => {
58
56
  url: string;
59
57
  };
60
58
  main: string;
59
+ module: string;
61
60
  types: string;
62
61
  exports: {
63
62
  ".": {
64
- require: string;
63
+ types: string;
65
64
  import: string;
65
+ require: string;
66
66
  default: string;
67
- types: string;
68
67
  };
69
68
  };
70
69
  dependencies: {
71
70
  "@heroicons/react": string;
72
- "@hookform/resolvers": string;
73
- "@radix-ui/react-avatar": string;
74
- "@radix-ui/react-checkbox": string;
75
- "@radix-ui/react-dialog": string;
76
- "@radix-ui/react-icons": string;
77
- "@radix-ui/react-label": string;
78
- "@radix-ui/react-popover": string;
79
- "@radix-ui/react-progress": string;
80
- "@radix-ui/react-radio-group": string;
81
- "@radix-ui/react-scroll-area": string;
82
- "@radix-ui/react-select": string;
83
- "@radix-ui/react-separator": string;
84
- "@radix-ui/react-slider": string;
85
- "@radix-ui/react-slot": string;
86
- "@radix-ui/react-switch": string;
87
- "@radix-ui/react-tabs": string;
88
- "@radix-ui/react-toast": string;
89
71
  "@uidotdev/usehooks": string;
90
- "class-variance-authority": string;
91
72
  clsx: string;
92
- cmdk: string;
93
73
  "date-fns": string;
94
74
  "framer-motion": string;
95
75
  "html-react-parser": string;
96
76
  immer: string;
97
- "input-otp": string;
98
77
  "lucide-react": string;
99
78
  nanoid: string;
100
79
  "pusher-js": string;
101
- "react-day-picker": string;
102
- "react-dropzone": string;
103
- "react-hook-form": string;
104
- "react-intersection-observer": string;
105
80
  "react-markdown": string;
106
- "react-phone-number-input": string;
107
81
  "react-textarea-autosize": string;
108
82
  "remark-gfm": string;
109
- sonner: string;
110
- vaul: string;
111
83
  zod: string;
112
84
  };
113
85
  }[K];