@melv1c/ui-kit 1.3.0 → 1.5.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/README.md +2 -32
- package/dist/index.cjs +54 -51
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +19 -56
- package/dist/index.d.ts +19 -56
- package/dist/index.js +55 -51
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@melv1c/ui-kit",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.5.0",
|
|
4
4
|
"description": "A collection of reusable UI components built around Tailwind CSS, shadcn components, and other popular libraries.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -128,11 +128,13 @@
|
|
|
128
128
|
"cmdk": "^1.1.1",
|
|
129
129
|
"date-fns": "^4.1.0",
|
|
130
130
|
"embla-carousel-react": "^8.6.0",
|
|
131
|
+
"i18next": "^25.7.3",
|
|
131
132
|
"input-otp": "^1.4.2",
|
|
132
133
|
"lucide-react": "^0.555.0",
|
|
133
134
|
"next-themes": "^0.4.6",
|
|
134
135
|
"react-day-picker": "^9.13.0",
|
|
135
136
|
"react-hook-form": "^7.69.0",
|
|
137
|
+
"react-i18next": "^16.5.0",
|
|
136
138
|
"react-resizable-panels": "^3.0.6",
|
|
137
139
|
"recharts": "^2.15.4",
|
|
138
140
|
"sonner": "^2.0.7",
|
|
@@ -162,13 +164,11 @@
|
|
|
162
164
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
163
165
|
"eslint-plugin-react-refresh": "^0.4.20",
|
|
164
166
|
"globals": "^16.2.0",
|
|
165
|
-
"i18next": "^25.7.3",
|
|
166
167
|
"monaco-editor": "^0.55.1",
|
|
167
168
|
"prettier": "^3.5.3",
|
|
168
169
|
"prettier-plugin-tailwindcss": "^0.6.12",
|
|
169
170
|
"react": "^19.2.0",
|
|
170
171
|
"react-dom": "^19.2.0",
|
|
171
|
-
"react-i18next": "^16.5.0",
|
|
172
172
|
"storybook": "^10.1.0",
|
|
173
173
|
"storybook-i18n": "^10.0.0",
|
|
174
174
|
"tailwindcss": "^4.1.17",
|