dgz-ui-shared 1.0.9 → 1.0.11
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 +4 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dgz-ui-shared",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.11",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist"
|
|
@@ -119,7 +119,8 @@
|
|
|
119
119
|
"types": "./dist/types/providers/index.d.ts",
|
|
120
120
|
"import": "./dist/providers/index.es.js",
|
|
121
121
|
"require": "./dist/providers/index.umd.js"
|
|
122
|
-
}
|
|
122
|
+
},
|
|
123
|
+
"./dist/dgz-ui-shared.css": "./dist/dgz-ui-shared.css"
|
|
123
124
|
},
|
|
124
125
|
"sideEffects": false,
|
|
125
126
|
"scripts": {
|
|
@@ -141,7 +142,7 @@
|
|
|
141
142
|
"@hookform/resolvers": "^5.0.1",
|
|
142
143
|
"@tailwindcss/vite": "^4.1.7",
|
|
143
144
|
"dayjs": "^1.11.13",
|
|
144
|
-
"dgz-ui": "^1.2.
|
|
145
|
+
"dgz-ui": "^1.2.6",
|
|
145
146
|
"filepond-plugin-file-validate-size": "^2.2.8",
|
|
146
147
|
"filepond-plugin-file-validate-type": "^1.2.9",
|
|
147
148
|
"filepond-plugin-image-preview": "^4.6.12",
|