@g4rcez/components 2.0.25 → 2.0.26
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.map +1 -1
- package/dist/components/floating/modal.js +6 -4
- package/dist/hooks/use-form.d.ts +2 -4
- package/dist/hooks/use-form.d.ts.map +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +12269 -12034
- package/dist/index.mjs.map +1 -1
- package/dist/index.umd.js +18 -241
- package/dist/index.umd.js.map +1 -1
- package/package.json +23 -23
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@g4rcez/components",
|
|
3
3
|
"description": "Customizable react components.",
|
|
4
|
-
"version": "2.0.
|
|
4
|
+
"version": "2.0.26",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"private": false,
|
|
7
7
|
"packageManager": "pnpm@10.12.3",
|
|
@@ -37,50 +37,50 @@
|
|
|
37
37
|
"react-dom": ">=18"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@floating-ui/react": "0.27.
|
|
41
|
-
"@xyflow/react": "12.
|
|
40
|
+
"@floating-ui/react": "0.27.16",
|
|
41
|
+
"@xyflow/react": "12.10.0",
|
|
42
42
|
"class-variance-authority": "0.7.1",
|
|
43
43
|
"clsx": "2.1.1",
|
|
44
44
|
"date-fns": "4.1.0",
|
|
45
45
|
"linq-arrays": "3.2.5",
|
|
46
|
-
"lucide-react": "0.
|
|
47
|
-
"motion": "12.
|
|
48
|
-
"pretty-bytes": "7.
|
|
49
|
-
"qs": "6.14.
|
|
50
|
-
"radix-ui": "1.4.
|
|
46
|
+
"lucide-react": "0.562.0",
|
|
47
|
+
"motion": "12.27.5",
|
|
48
|
+
"pretty-bytes": "7.1.0",
|
|
49
|
+
"qs": "6.14.1",
|
|
50
|
+
"radix-ui": "1.4.3",
|
|
51
51
|
"react-dropzone": "14.3.8",
|
|
52
52
|
"react-use-measure": "2.1.7",
|
|
53
|
-
"react-virtuoso": "4.
|
|
53
|
+
"react-virtuoso": "4.18.1",
|
|
54
54
|
"sidekicker": "0.1.10",
|
|
55
55
|
"storage-manager-js": "4.2.6-5",
|
|
56
|
-
"tailwind-merge": "3.
|
|
56
|
+
"tailwind-merge": "3.4.0",
|
|
57
57
|
"the-mask-input": "3.3.13",
|
|
58
58
|
"use-typed-reducer": "4.2.5",
|
|
59
59
|
"zod": "3.25.67"
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
62
|
-
"@eslint/js": "9.
|
|
63
|
-
"@tailwindcss/forms": "0.5.
|
|
64
|
-
"@types/node": "
|
|
62
|
+
"@eslint/js": "9.39.2",
|
|
63
|
+
"@tailwindcss/forms": "0.5.11",
|
|
64
|
+
"@types/node": "25.0.9",
|
|
65
65
|
"@types/qs": "6.14.0",
|
|
66
|
-
"@types/react": "19.
|
|
67
|
-
"@types/react-dom": "19.
|
|
68
|
-
"@vitejs/plugin-react": "
|
|
69
|
-
"eslint": "9.
|
|
66
|
+
"@types/react": "19.2.9",
|
|
67
|
+
"@types/react-dom": "19.2.3",
|
|
68
|
+
"@vitejs/plugin-react": "5.1.2",
|
|
69
|
+
"eslint": "9.39.2",
|
|
70
70
|
"eslint-config-react-app": "7.0.1",
|
|
71
71
|
"eslint-plugin-jsx-a11y": "6.10.2",
|
|
72
72
|
"eslint-plugin-react-hooks": "5.2.0",
|
|
73
73
|
"eslint-plugin-react-refresh": "0.4.20",
|
|
74
|
-
"globals": "
|
|
74
|
+
"globals": "17.0.0",
|
|
75
75
|
"postcss": "8.5.6",
|
|
76
|
-
"prettier": "3.
|
|
76
|
+
"prettier": "3.8.0",
|
|
77
77
|
"tailwindcss": "3.4.14",
|
|
78
78
|
"tslib": "2.8.1",
|
|
79
|
-
"typescript": "5.
|
|
79
|
+
"typescript": "5.9.3",
|
|
80
80
|
"typescript-eslint": "8.35.0",
|
|
81
|
-
"vite": "7.
|
|
82
|
-
"vite-tsconfig-paths": "
|
|
83
|
-
"vitest": "
|
|
81
|
+
"vite": "7.3.1",
|
|
82
|
+
"vite-tsconfig-paths": "6.0.4",
|
|
83
|
+
"vitest": "4.0.17"
|
|
84
84
|
},
|
|
85
85
|
"source": "./src/index.ts",
|
|
86
86
|
"types": "./dist/index.d.ts",
|