@clidey/ux 0.37.0 → 0.38.0

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.
Files changed (1) hide show
  1. package/package.json +55 -55
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@clidey/ux",
3
3
  "private": false,
4
- "version": "0.37.0",
4
+ "version": "0.38.0",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist/index.js",
@@ -32,65 +32,65 @@
32
32
  "prepublishOnly": "npm run build:lib"
33
33
  },
34
34
  "peerDependencies": {
35
- "react": "^18.0.0 || ^19.0.0",
36
- "react-dom": "^18.0.0 || ^19.0.0"
35
+ "react": "18.0.0 || 19.1.0",
36
+ "react-dom": "18.0.0 || 19.1.0"
37
37
  },
38
38
  "dependencies": {
39
- "@radix-ui/react-accordion": "^1.2.11",
40
- "@radix-ui/react-alert-dialog": "^1.1.14",
41
- "@radix-ui/react-checkbox": "^1.3.2",
42
- "@radix-ui/react-context-menu": "^2.2.15",
43
- "@radix-ui/react-dialog": "^1.1.14",
44
- "@radix-ui/react-dropdown-menu": "^2.1.15",
45
- "@radix-ui/react-label": "^2.1.7",
46
- "@radix-ui/react-popover": "^1.1.14",
47
- "@radix-ui/react-progress": "^1.1.7",
48
- "@radix-ui/react-scroll-area": "^1.2.9",
49
- "@radix-ui/react-select": "^2.2.6",
50
- "@radix-ui/react-separator": "^1.1.7",
51
- "@radix-ui/react-slot": "^1.2.3",
52
- "@radix-ui/react-switch": "^1.2.5",
53
- "@radix-ui/react-tabs": "^1.1.12",
54
- "@radix-ui/react-tooltip": "^1.2.7",
55
- "class-variance-authority": "^0.7.1",
56
- "clsx": "^2.1.1",
57
- "cmdk": "^1.1.1",
58
- "lucide-react": "^0.528.0",
59
- "next-themes": "^0.4.6",
60
- "react-resizable-panels": "^3.0.4",
61
- "recharts": "^3.2.1",
62
- "sonner": "^2.0.7",
63
- "tailwind-merge": "^3.3.1",
64
- "use-resize-observer": "^9.1.0",
65
- "vaul": "^1.1.2"
39
+ "@radix-ui/react-accordion": "1.2.11",
40
+ "@radix-ui/react-alert-dialog": "1.1.14",
41
+ "@radix-ui/react-checkbox": "1.3.2",
42
+ "@radix-ui/react-context-menu": "2.2.15",
43
+ "@radix-ui/react-dialog": "1.1.14",
44
+ "@radix-ui/react-dropdown-menu": "2.1.15",
45
+ "@radix-ui/react-label": "2.1.7",
46
+ "@radix-ui/react-popover": "1.1.14",
47
+ "@radix-ui/react-progress": "1.1.7",
48
+ "@radix-ui/react-scroll-area": "1.2.9",
49
+ "@radix-ui/react-select": "2.2.6",
50
+ "@radix-ui/react-separator": "1.1.7",
51
+ "@radix-ui/react-slot": "1.2.3",
52
+ "@radix-ui/react-switch": "1.2.5",
53
+ "@radix-ui/react-tabs": "1.1.12",
54
+ "@radix-ui/react-tooltip": "1.2.7",
55
+ "class-variance-authority": "0.7.1",
56
+ "clsx": "2.1.1",
57
+ "cmdk": "1.1.1",
58
+ "lucide-react": "0.528.0",
59
+ "next-themes": "0.4.6",
60
+ "react-resizable-panels": "3.0.4",
61
+ "recharts": "3.2.1",
62
+ "sonner": "2.0.7",
63
+ "tailwind-merge": "3.3.1",
64
+ "use-resize-observer": "9.1.0",
65
+ "vaul": "1.1.2"
66
66
  },
67
67
  "devDependencies": {
68
- "@eslint/js": "^9.30.1",
69
- "@tailwindcss/vite": "^4.1.12",
70
- "@testing-library/jest-dom": "^6.8.0",
71
- "@testing-library/react": "^16.3.0",
72
- "@testing-library/user-event": "^14.6.1",
73
- "@types/node": "^24.1.0",
74
- "@types/react": "^19.1.8",
75
- "@types/react-dom": "^19.1.6",
76
- "@types/react-window": "^1.8.8",
77
- "@vitejs/plugin-react": "^4.7.0",
78
- "@vitejs/plugin-react-swc": "^4.0.1",
79
- "@vitest/coverage-v8": "^3.2.4",
80
- "eslint": "^9.30.1",
81
- "eslint-plugin-react-hooks": "^5.2.0",
82
- "eslint-plugin-react-refresh": "^0.4.20",
83
- "globals": "^16.3.0",
84
- "jsdom": "^26.1.0",
85
- "react": "^19.1.0",
86
- "react-dom": "^19.1.0",
87
- "tailwindcss": "^4.1.11",
88
- "tw-animate-css": "^1.3.6",
68
+ "@eslint/js": "9.30.1",
69
+ "@tailwindcss/vite": "4.1.12",
70
+ "@testing-library/jest-dom": "6.8.0",
71
+ "@testing-library/react": "16.3.0",
72
+ "@testing-library/user-event": "14.6.1",
73
+ "@types/node": "24.1.0",
74
+ "@types/react": "19.1.8",
75
+ "@types/react-dom": "19.1.6",
76
+ "@types/react-window": "1.8.8",
77
+ "@vitejs/plugin-react": "4.7.0",
78
+ "@vitejs/plugin-react-swc": "4.0.1",
79
+ "@vitest/coverage-v8": "3.2.4",
80
+ "eslint": "9.30.1",
81
+ "eslint-plugin-react-hooks": "5.2.0",
82
+ "eslint-plugin-react-refresh": "0.4.20",
83
+ "globals": "16.3.0",
84
+ "jsdom": "26.1.0",
85
+ "react": "19.1.0",
86
+ "react-dom": "19.1.0",
87
+ "tailwindcss": "4.1.11",
88
+ "tw-animate-css": "1.3.6",
89
89
  "typescript": "~5.8.3",
90
- "typescript-eslint": "^8.35.1",
91
- "vite": "^7.1.4",
92
- "vite-plugin-dts": "^4.0.0",
93
- "vitest": "^3.2.4"
90
+ "typescript-eslint": "8.35.1",
91
+ "vite": "7.1.11",
92
+ "vite-plugin-dts": "4.0.0",
93
+ "vitest": "3.2.4"
94
94
  },
95
95
  "keywords": [
96
96
  "react",