@g4rcez/components 2.2.4 → 2.2.6
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/components/floating/modal.d.ts +4 -55
- package/dist/components/floating/modal.d.ts.map +1 -1
- package/dist/components/floating/modal.jsx +5 -7
- package/dist/hooks/use-form.d.ts +11 -11
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +12561 -11767
- package/dist/index.mjs.map +1 -1
- package/dist/index.umd.js +24 -17
- package/dist/index.umd.js.map +1 -1
- package/package.json +17 -18
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@g4rcez/components",
|
|
3
3
|
"description": "Customizable react components.",
|
|
4
|
-
"version": "2.2.
|
|
4
|
+
"version": "2.2.6",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"private": false,
|
|
7
7
|
"packageManager": "pnpm@10.12.3",
|
|
@@ -38,25 +38,24 @@
|
|
|
38
38
|
"react-dom": ">=18"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@base-ui/react": "1.
|
|
42
|
-
"@floating-ui/react": "0.27.
|
|
43
|
-
"@xyflow/react": "12.10.0",
|
|
41
|
+
"@base-ui/react": "1.2.0",
|
|
42
|
+
"@floating-ui/react": "0.27.18",
|
|
44
43
|
"class-variance-authority": "0.7.1",
|
|
45
44
|
"clsx": "2.1.1",
|
|
46
45
|
"date-fns": "4.1.0",
|
|
47
46
|
"linq-arrays": "3.2.5",
|
|
48
|
-
"lucide-react": "0.
|
|
49
|
-
"motion": "12.
|
|
47
|
+
"lucide-react": "0.575.0",
|
|
48
|
+
"motion": "12.34.3",
|
|
50
49
|
"pretty-bytes": "7.1.0",
|
|
51
|
-
"qs": "6.
|
|
52
|
-
"react-dropzone": "
|
|
50
|
+
"qs": "6.15.0",
|
|
51
|
+
"react-dropzone": "15.0.0",
|
|
53
52
|
"react-use-measure": "2.1.7",
|
|
54
53
|
"react-virtuoso": "4.18.1",
|
|
55
54
|
"sidekicker": "0.1.10",
|
|
56
55
|
"storage-manager-js": "4.2.6-5",
|
|
57
56
|
"tailwind-merge": "3.4.0",
|
|
58
57
|
"the-mask-input": "3.3.13",
|
|
59
|
-
"use-typed-reducer": "4.
|
|
58
|
+
"use-typed-reducer": "4.3.0",
|
|
60
59
|
"zod": "3.25.67"
|
|
61
60
|
},
|
|
62
61
|
"devDependencies": {
|
|
@@ -64,27 +63,27 @@
|
|
|
64
63
|
"@tailwindcss/forms": "0.5.11",
|
|
65
64
|
"@testing-library/jest-dom": "^6.9.1",
|
|
66
65
|
"@testing-library/react": "^16.3.2",
|
|
67
|
-
"@types/node": "25.
|
|
66
|
+
"@types/node": "25.3.1",
|
|
68
67
|
"@types/qs": "6.14.0",
|
|
69
|
-
"@types/react": "19.2.
|
|
68
|
+
"@types/react": "19.2.14",
|
|
70
69
|
"@types/react-dom": "19.2.3",
|
|
71
|
-
"@vitejs/plugin-react": "5.1.
|
|
72
|
-
"eslint": "
|
|
70
|
+
"@vitejs/plugin-react": "5.1.4",
|
|
71
|
+
"eslint": "10.0.2",
|
|
73
72
|
"eslint-config-react-app": "7.0.1",
|
|
74
73
|
"eslint-plugin-jsx-a11y": "6.10.2",
|
|
75
|
-
"eslint-plugin-react-hooks": "
|
|
74
|
+
"eslint-plugin-react-hooks": "7.0.1",
|
|
76
75
|
"eslint-plugin-react-refresh": "0.4.20",
|
|
77
|
-
"globals": "17.
|
|
76
|
+
"globals": "17.3.0",
|
|
78
77
|
"jsdom": "^28.1.0",
|
|
79
78
|
"postcss": "8.5.6",
|
|
80
|
-
"prettier": "3.8.
|
|
79
|
+
"prettier": "3.8.1",
|
|
81
80
|
"tailwindcss": "3.4.14",
|
|
82
81
|
"tslib": "2.8.1",
|
|
83
82
|
"typescript": "5.9.3",
|
|
84
83
|
"typescript-eslint": "8.35.0",
|
|
85
84
|
"vite": "7.3.1",
|
|
86
|
-
"vite-tsconfig-paths": "6.
|
|
87
|
-
"vitest": "4.0.
|
|
85
|
+
"vite-tsconfig-paths": "6.1.1",
|
|
86
|
+
"vitest": "4.0.18"
|
|
88
87
|
},
|
|
89
88
|
"source": "./src/index.ts",
|
|
90
89
|
"types": "./dist/index.d.ts",
|