dgz-ui 1.4.1 → 1.4.2
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/package.json +10 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dgz-ui",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.2",
|
|
4
4
|
"description": "Custom ui library using React.js, Shadcn/ui, TailwindCSS, Typescript",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"shadcn/ui",
|
|
@@ -144,8 +144,8 @@
|
|
|
144
144
|
},
|
|
145
145
|
"./utils": {
|
|
146
146
|
"types": "./dist/types/lib/index.d.ts",
|
|
147
|
-
"import": "./dist/index.es.js",
|
|
148
|
-
"require": "./dist/index.cjs.js"
|
|
147
|
+
"import": "./dist/utils/index.es.js",
|
|
148
|
+
"require": "./dist/utils/index.cjs.js"
|
|
149
149
|
},
|
|
150
150
|
"./types": {
|
|
151
151
|
"types": "./dist/types/types/index.d.ts"
|
|
@@ -234,6 +234,9 @@
|
|
|
234
234
|
],
|
|
235
235
|
"types": [
|
|
236
236
|
"./dist/types/types/index.d.ts"
|
|
237
|
+
],
|
|
238
|
+
"*": [
|
|
239
|
+
"./dist/types/ui/*/index.d.ts"
|
|
237
240
|
]
|
|
238
241
|
}
|
|
239
242
|
},
|
|
@@ -321,10 +324,10 @@
|
|
|
321
324
|
"dayjs": "^1.11.19",
|
|
322
325
|
"i18next": "^25.8.0",
|
|
323
326
|
"lucide-react": "^0.563.0",
|
|
324
|
-
"react": "^19.0.
|
|
325
|
-
"react-dom": "^19.0.
|
|
327
|
+
"react": "^18.0.0 || ^19.0.0",
|
|
328
|
+
"react-dom": "^18.0.0 || ^19.0.0",
|
|
326
329
|
"react-hook-form": "^7.71.1",
|
|
327
|
-
"tailwindcss": "^4.
|
|
330
|
+
"tailwindcss": "^4.0.0"
|
|
328
331
|
},
|
|
329
332
|
"peerDependenciesMeta": {
|
|
330
333
|
"dayjs": {
|
|
@@ -341,7 +344,7 @@
|
|
|
341
344
|
}
|
|
342
345
|
},
|
|
343
346
|
"engines": {
|
|
344
|
-
"node": ">=
|
|
347
|
+
"node": ">=22.0.0"
|
|
345
348
|
},
|
|
346
349
|
"publishConfig": {
|
|
347
350
|
"access": "public"
|