@unizap/uniui 1.0.57 → 1.0.58
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/uniui.js +785 -787
- package/dist/uniui.umd.cjs +42 -42
- package/package.json +91 -94
package/package.json
CHANGED
|
@@ -1,98 +1,95 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
},
|
|
23
|
-
"./uniui.css": "./dist/uniui.css",
|
|
24
|
-
"./utils/ColorMap": {
|
|
25
|
-
"types": "./dist/utils/ColorMap.d.ts",
|
|
26
|
-
"import": "./dist/utils/ColorMap.js",
|
|
27
|
-
"require": "./dist/utils/ColorMap.umd.cjs"
|
|
28
|
-
}
|
|
2
|
+
"name": "@unizap/uniui",
|
|
3
|
+
"version": "1.0.58",
|
|
4
|
+
"description": "UniUi helps developers and designers build beautiful, responsive UIs faster with ready-made, customizable components. Simplify your workflow and create stunning user interfaces effortlessly.",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"files": [
|
|
7
|
+
"dist",
|
|
8
|
+
"README.md"
|
|
9
|
+
],
|
|
10
|
+
"sideEffects": [
|
|
11
|
+
"**/*.css"
|
|
12
|
+
],
|
|
13
|
+
"types": "dist/index.d.ts",
|
|
14
|
+
"main": "dist/uniui.umd.cjs",
|
|
15
|
+
"module": "dist/uniui.js",
|
|
16
|
+
"style": "dist/uniui.css",
|
|
17
|
+
"exports": {
|
|
18
|
+
".": {
|
|
19
|
+
"types": "./dist/index.d.ts",
|
|
20
|
+
"import": "./dist/uniui.js",
|
|
21
|
+
"require": "./dist/uniui.umd.cjs"
|
|
29
22
|
},
|
|
30
|
-
"
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
"prepublishOnly": "pnpm run build",
|
|
36
|
-
"prepare": "pnpm run build",
|
|
37
|
-
"storybook": "storybook dev -p 6006"
|
|
38
|
-
},
|
|
39
|
-
"keywords": [
|
|
40
|
-
"react",
|
|
41
|
-
"ui-components",
|
|
42
|
-
"component-library",
|
|
43
|
-
"customizable",
|
|
44
|
-
"design-system",
|
|
45
|
-
"modern-ui",
|
|
46
|
-
"web-development",
|
|
47
|
-
"frontend",
|
|
48
|
-
"typescript"
|
|
49
|
-
],
|
|
50
|
-
"author": "Unizap",
|
|
51
|
-
"license": "MIT",
|
|
52
|
-
"homepage": "https://uniui-docs.onrender.com",
|
|
53
|
-
"peerDependencies": {
|
|
54
|
-
"react": ">=16.8.0",
|
|
55
|
-
"react-dom": ">=16.8.0"
|
|
56
|
-
},
|
|
57
|
-
"dependencies": {
|
|
58
|
-
"@tanstack/react-table": "^8.21.2",
|
|
59
|
-
"@unizap/unicss": "^2.0.0",
|
|
60
|
-
"react-dropzone": "^14.3.8"
|
|
61
|
-
},
|
|
62
|
-
"devDependencies": {
|
|
63
|
-
"@babel/runtime": "^7.28.2",
|
|
64
|
-
"@chromatic-com/storybook": "3.2.6",
|
|
65
|
-
"@eslint/js": "9.23.0",
|
|
66
|
-
"@storybook/addon-essentials": "8.6.11",
|
|
67
|
-
"@storybook/addon-onboarding": "8.6.11",
|
|
68
|
-
"@storybook/blocks": "8.6.11",
|
|
69
|
-
"@storybook/experimental-addon-test": "8.6.11",
|
|
70
|
-
"@storybook/react": "8.6.11",
|
|
71
|
-
"@storybook/react-vite": "^8.6.11",
|
|
72
|
-
"@storybook/test": "8.6.11",
|
|
73
|
-
"@types/cookie": "1.0.0",
|
|
74
|
-
"@types/node": "^24.2.1",
|
|
75
|
-
"@types/react": "19.0.12",
|
|
76
|
-
"@types/react-dom": "19.0.4",
|
|
77
|
-
"@types/statuses": "2.0.6",
|
|
78
|
-
"@vitejs/plugin-react": "^4.3.4",
|
|
79
|
-
"@vitest/browser": "3.2.4",
|
|
80
|
-
"@vitest/coverage-v8": "3.2.4",
|
|
81
|
-
"daisyui": "5.0.50",
|
|
82
|
-
"eslint": "9.23.0",
|
|
83
|
-
"eslint-plugin-react-hooks": "5.2.0",
|
|
84
|
-
"eslint-plugin-react-refresh": "0.4.19",
|
|
85
|
-
"eslint-plugin-storybook": "0.12.0",
|
|
86
|
-
"globals": "15.15.0",
|
|
87
|
-
"husky": "9.1.7",
|
|
88
|
-
"lint-staged": "15.5.0",
|
|
89
|
-
"playwright": "1.51.1",
|
|
90
|
-
"prettier": "3.5.3",
|
|
91
|
-
"react-router-dom": "7.7.1",
|
|
92
|
-
"storybook": "^8.6.11",
|
|
93
|
-
"typescript": "4.9.5",
|
|
94
|
-
"vite": "^6.2.0",
|
|
95
|
-
"vite-plugin-dts": "^4.5.3",
|
|
96
|
-
"vitest": "^3.2.4"
|
|
23
|
+
"./uniui.css": "./dist/uniui.css",
|
|
24
|
+
"./utils/ColorMap": {
|
|
25
|
+
"types": "./dist/utils/ColorMap.d.ts",
|
|
26
|
+
"import": "./dist/utils/ColorMap.js",
|
|
27
|
+
"require": "./dist/utils/ColorMap.umd.cjs"
|
|
97
28
|
}
|
|
29
|
+
},
|
|
30
|
+
"scripts": {
|
|
31
|
+
"dev": "vite",
|
|
32
|
+
"build": "tsc -b && vite build",
|
|
33
|
+
"lint": "eslint .",
|
|
34
|
+
"preview": "vite preview",
|
|
35
|
+
"prepublishOnly": "pnpm run build",
|
|
36
|
+
"prepare": "pnpm run build",
|
|
37
|
+
"storybook": "storybook dev -p 6006"
|
|
38
|
+
},
|
|
39
|
+
"keywords": [
|
|
40
|
+
"react",
|
|
41
|
+
"ui-components",
|
|
42
|
+
"component-library",
|
|
43
|
+
"customizable",
|
|
44
|
+
"design-system",
|
|
45
|
+
"modern-ui",
|
|
46
|
+
"web-development",
|
|
47
|
+
"frontend",
|
|
48
|
+
"typescript"
|
|
49
|
+
],
|
|
50
|
+
"author": "Unizap",
|
|
51
|
+
"license": "MIT",
|
|
52
|
+
"homepage": "https://uniui-docs.onrender.com",
|
|
53
|
+
"peerDependencies": {
|
|
54
|
+
"react": ">=16.8.0",
|
|
55
|
+
"react-dom": ">=16.8.0"
|
|
56
|
+
},
|
|
57
|
+
"devDependencies": {
|
|
58
|
+
"@babel/runtime": "^7.28.2",
|
|
59
|
+
"@chromatic-com/storybook": "3.2.7",
|
|
60
|
+
"@eslint/js": "9.23.0",
|
|
61
|
+
"@storybook/addon-docs": "^8.6.14",
|
|
62
|
+
"@storybook/addon-essentials": "^8.6.14",
|
|
63
|
+
"@storybook/addon-onboarding": "8.6.14",
|
|
64
|
+
"@storybook/blocks": "^8.6.14",
|
|
65
|
+
"@storybook/react": "^8.6.14",
|
|
66
|
+
"@storybook/react-vite": "^8.6.14",
|
|
67
|
+
"@tanstack/react-table": "^8.21.2",
|
|
68
|
+
"@types/cookie": "1.0.0",
|
|
69
|
+
"@types/node": "^24.2.1",
|
|
70
|
+
"@types/react": "19.0.12",
|
|
71
|
+
"@types/react-dom": "19.0.4",
|
|
72
|
+
"@types/statuses": "2.0.6",
|
|
73
|
+
"@unizap/unicss": "^2.0.0",
|
|
74
|
+
"@vitejs/plugin-react": "^4.3.4",
|
|
75
|
+
"@vitest/browser": "3.2.4",
|
|
76
|
+
"@vitest/coverage-v8": "3.2.4",
|
|
77
|
+
"daisyui": "5.0.50",
|
|
78
|
+
"eslint": "9.23.0",
|
|
79
|
+
"eslint-plugin-react-hooks": "5.2.0",
|
|
80
|
+
"eslint-plugin-react-refresh": "0.4.19",
|
|
81
|
+
"eslint-plugin-storybook": "0.12.0",
|
|
82
|
+
"globals": "15.15.0",
|
|
83
|
+
"husky": "9.1.7",
|
|
84
|
+
"lint-staged": "15.5.0",
|
|
85
|
+
"playwright": "1.51.1",
|
|
86
|
+
"prettier": "3.5.3",
|
|
87
|
+
"react-dropzone": "^14.3.8",
|
|
88
|
+
"react-router-dom": "7.7.1",
|
|
89
|
+
"storybook": "^8.6.14",
|
|
90
|
+
"typescript": "4.9.5",
|
|
91
|
+
"vite": "^6.2.0",
|
|
92
|
+
"vite-plugin-dts": "^4.5.3",
|
|
93
|
+
"vitest": "^3.2.4"
|
|
94
|
+
}
|
|
98
95
|
}
|