reend-components 1.2.0 → 1.2.1
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/README.md +11 -16
- package/dist/bin/cli.cjs +2 -2
- package/dist/lib/index.cjs +2 -2
- package/dist/lib/index.cjs.map +1 -1
- package/dist/lib/index.mjs +32 -34
- package/dist/lib/index.mjs.map +1 -1
- package/dist/tailwind/index.cjs +2 -0
- package/package.json +4 -16
package/dist/tailwind/index.cjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "reend-components",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Tactical, sci-fi, and gaming-inspired React component library — Arknights: Endfield Design System",
|
|
6
6
|
"type": "module",
|
|
@@ -72,11 +72,8 @@
|
|
|
72
72
|
"hud"
|
|
73
73
|
],
|
|
74
74
|
"peerDependencies": {
|
|
75
|
-
"framer-motion": ">=10.0.0",
|
|
76
|
-
"lucide-react": ">=0.400.0",
|
|
77
75
|
"react": "^18.0.0 || ^19.0.0",
|
|
78
76
|
"react-dom": "^18.0.0 || ^19.0.0",
|
|
79
|
-
"react-resizable-panels": ">=4.0.0",
|
|
80
77
|
"recharts": ">=3.0.0",
|
|
81
78
|
"tailwindcss": ">=3.4.0"
|
|
82
79
|
},
|
|
@@ -84,17 +81,8 @@
|
|
|
84
81
|
"tailwindcss": {
|
|
85
82
|
"optional": true
|
|
86
83
|
},
|
|
87
|
-
"framer-motion": {
|
|
88
|
-
"optional": true
|
|
89
|
-
},
|
|
90
|
-
"lucide-react": {
|
|
91
|
-
"optional": true
|
|
92
|
-
},
|
|
93
84
|
"recharts": {
|
|
94
85
|
"optional": true
|
|
95
|
-
},
|
|
96
|
-
"react-resizable-panels": {
|
|
97
|
-
"optional": true
|
|
98
86
|
}
|
|
99
87
|
},
|
|
100
88
|
"scripts": {
|
|
@@ -130,6 +118,9 @@
|
|
|
130
118
|
"@radix-ui/react-tooltip": "^1.2.7",
|
|
131
119
|
"class-variance-authority": "^0.7.1",
|
|
132
120
|
"clsx": "^2.1.1",
|
|
121
|
+
"framer-motion": "^12.34.0",
|
|
122
|
+
"lucide-react": "^0.462.0",
|
|
123
|
+
"react-resizable-panels": "^4.6.4",
|
|
133
124
|
"sonner": "^1.7.4",
|
|
134
125
|
"tailwind-merge": "^2.6.0",
|
|
135
126
|
"tailwindcss-animate": "^1.0.7"
|
|
@@ -153,20 +144,17 @@
|
|
|
153
144
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
154
145
|
"eslint-plugin-react-refresh": "^0.4.20",
|
|
155
146
|
"eslint-plugin-security": "^4.0.0",
|
|
156
|
-
"framer-motion": "^12.34.0",
|
|
157
147
|
"fuse.js": "^7.1.0",
|
|
158
148
|
"globals": "^15.15.0",
|
|
159
149
|
"i18next": "^25.8.10",
|
|
160
150
|
"i18next-browser-languagedetector": "^8.2.1",
|
|
161
151
|
"jsdom": "^20.0.3",
|
|
162
|
-
"lucide-react": "^0.462.0",
|
|
163
152
|
"postcss": "^8.5.6",
|
|
164
153
|
"prompts": "^2.4.2",
|
|
165
154
|
"react": "^18.3.1",
|
|
166
155
|
"react-dom": "^18.3.1",
|
|
167
156
|
"react-error-boundary": "^6.1.1",
|
|
168
157
|
"react-i18next": "^16.5.4",
|
|
169
|
-
"react-resizable-panels": "^4.6.4",
|
|
170
158
|
"react-router-dom": "^6.30.1",
|
|
171
159
|
"recharts": "^3.7.0",
|
|
172
160
|
"shiki": "^3.22.0",
|