@clidey/ux 0.36.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.
- package/dist/index.js +1 -1
- package/package.json +55 -55
package/dist/index.js
CHANGED
|
@@ -2860,7 +2860,7 @@ const _A = ({
|
|
|
2860
2860
|
description: r,
|
|
2861
2861
|
icon: n,
|
|
2862
2862
|
children: i
|
|
2863
|
-
}) => /* @__PURE__ */ m("div", { className: b("flex justify-center items-center w-full h-full grow", e), children: /* @__PURE__ */ j(
|
|
2863
|
+
}) => /* @__PURE__ */ m("div", { className: b("flex justify-center items-center w-full h-full grow", e), "data-testid": "empty-state", children: /* @__PURE__ */ j(
|
|
2864
2864
|
"div",
|
|
2865
2865
|
{
|
|
2866
2866
|
className: b(
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@clidey/ux",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "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": "
|
|
36
|
-
"react-dom": "
|
|
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": "
|
|
40
|
-
"@radix-ui/react-alert-dialog": "
|
|
41
|
-
"@radix-ui/react-checkbox": "
|
|
42
|
-
"@radix-ui/react-context-menu": "
|
|
43
|
-
"@radix-ui/react-dialog": "
|
|
44
|
-
"@radix-ui/react-dropdown-menu": "
|
|
45
|
-
"@radix-ui/react-label": "
|
|
46
|
-
"@radix-ui/react-popover": "
|
|
47
|
-
"@radix-ui/react-progress": "
|
|
48
|
-
"@radix-ui/react-scroll-area": "
|
|
49
|
-
"@radix-ui/react-select": "
|
|
50
|
-
"@radix-ui/react-separator": "
|
|
51
|
-
"@radix-ui/react-slot": "
|
|
52
|
-
"@radix-ui/react-switch": "
|
|
53
|
-
"@radix-ui/react-tabs": "
|
|
54
|
-
"@radix-ui/react-tooltip": "
|
|
55
|
-
"class-variance-authority": "
|
|
56
|
-
"clsx": "
|
|
57
|
-
"cmdk": "
|
|
58
|
-
"lucide-react": "
|
|
59
|
-
"next-themes": "
|
|
60
|
-
"react-resizable-panels": "
|
|
61
|
-
"recharts": "
|
|
62
|
-
"sonner": "
|
|
63
|
-
"tailwind-merge": "
|
|
64
|
-
"use-resize-observer": "
|
|
65
|
-
"vaul": "
|
|
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": "
|
|
69
|
-
"@tailwindcss/vite": "
|
|
70
|
-
"@testing-library/jest-dom": "
|
|
71
|
-
"@testing-library/react": "
|
|
72
|
-
"@testing-library/user-event": "
|
|
73
|
-
"@types/node": "
|
|
74
|
-
"@types/react": "
|
|
75
|
-
"@types/react-dom": "
|
|
76
|
-
"@types/react-window": "
|
|
77
|
-
"@vitejs/plugin-react": "
|
|
78
|
-
"@vitejs/plugin-react-swc": "
|
|
79
|
-
"@vitest/coverage-v8": "
|
|
80
|
-
"eslint": "
|
|
81
|
-
"eslint-plugin-react-hooks": "
|
|
82
|
-
"eslint-plugin-react-refresh": "
|
|
83
|
-
"globals": "
|
|
84
|
-
"jsdom": "
|
|
85
|
-
"react": "
|
|
86
|
-
"react-dom": "
|
|
87
|
-
"tailwindcss": "
|
|
88
|
-
"tw-animate-css": "
|
|
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": "
|
|
91
|
-
"vite": "
|
|
92
|
-
"vite-plugin-dts": "
|
|
93
|
-
"vitest": "
|
|
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",
|