ui8kit 1.0.6 → 1.3.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 +211 -194
- package/dist/index.d.ts +1 -0
- package/dist/index.js +2930 -0
- package/dist/index.js.map +1 -0
- package/package.json +70 -28
- package/css/dist/styles.css +0 -3325
- package/css/src/semantic/alert.css +0 -11
- package/css/src/semantic/article.css +0 -59
- package/css/src/semantic/avatar.css +0 -11
- package/css/src/semantic/badge.css +0 -19
- package/css/src/semantic/breadcrumb.css +0 -23
- package/css/src/semantic/button.css +0 -39
- package/css/src/semantic/card.css +0 -43
- package/css/src/semantic/index.css +0 -19
- package/css/src/semantic/input.css +0 -3
- package/css/src/semantic/label.css +0 -3
- package/css/src/semantic/link.css +0 -39
- package/css/src/semantic/main.css +0 -3
- package/css/src/semantic/markup.css +0 -23
- package/css/src/semantic/nav.css +0 -63
- package/css/src/semantic/pagination.css +0 -11
- package/css/src/semantic/section.css +0 -43
- package/css/src/semantic/sheet.css +0 -35
- package/css/src/semantic/skeleton.css +0 -3
- package/css/src/semantic/table.css +0 -31
- package/css/src/semantic/textarea.css +0 -3
- package/r/schema/registry-item.json +0 -68
- package/r/schema/registry.json +0 -93
- package/r/schema.json +0 -60
- package/r/semantic/components/article.json +0 -17
- package/r/semantic/components/aside.json +0 -17
- package/r/semantic/components/footer.json +0 -17
- package/r/semantic/components/header.json +0 -17
- package/r/semantic/components/main.json +0 -17
- package/r/semantic/components/markup.json +0 -17
- package/r/semantic/components/media.json +0 -17
- package/r/semantic/components/nav.json +0 -18
- package/r/semantic/components/section.json +0 -17
- package/r/semantic/components/sheet.json +0 -18
- package/r/semantic/index.json +0 -130
- package/r/semantic/lib/utils.json +0 -18
- package/r/semantic/ui/alert.json +0 -18
- package/r/semantic/ui/avatar.json +0 -17
- package/r/semantic/ui/badge.json +0 -18
- package/r/semantic/ui/breadcrumb.json +0 -19
- package/r/semantic/ui/button.json +0 -18
- package/r/semantic/ui/card.json +0 -17
- package/r/semantic/ui/input.json +0 -17
- package/r/semantic/ui/label.json +0 -17
- package/r/semantic/ui/link.json +0 -18
- package/r/semantic/ui/skeleton.json +0 -15
- package/r/semantic/ui/table.json +0 -17
- package/r/semantic/ui/textarea.json +0 -17
- package/r/utility/components/article.json +0 -17
- package/r/utility/components/aside.json +0 -17
- package/r/utility/components/footer.json +0 -17
- package/r/utility/components/header.json +0 -17
- package/r/utility/components/main.json +0 -17
- package/r/utility/components/markup.json +0 -17
- package/r/utility/components/media.json +0 -17
- package/r/utility/components/nav.json +0 -18
- package/r/utility/components/navbar.json +0 -15
- package/r/utility/components/section.json +0 -17
- package/r/utility/components/sheet.json +0 -18
- package/r/utility/index.json +0 -135
- package/r/utility/lib/utils.json +0 -18
- package/r/utility/ui/alert.json +0 -18
- package/r/utility/ui/avatar.json +0 -17
- package/r/utility/ui/badge.json +0 -19
- package/r/utility/ui/breadcrumb.json +0 -19
- package/r/utility/ui/button.json +0 -19
- package/r/utility/ui/card.json +0 -17
- package/r/utility/ui/input.json +0 -17
- package/r/utility/ui/label.json +0 -17
- package/r/utility/ui/link.json +0 -18
- package/r/utility/ui/skeleton.json +0 -15
- package/r/utility/ui/table.json +0 -17
- package/r/utility/ui/textarea.json +0 -17
package/package.json
CHANGED
|
@@ -1,28 +1,70 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "ui8kit",
|
|
3
|
-
"version": "1.0
|
|
4
|
-
"description": "
|
|
5
|
-
"
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
"
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
],
|
|
15
|
-
"
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
"
|
|
24
|
-
"
|
|
25
|
-
"
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
1
|
+
{
|
|
2
|
+
"name": "ui8kit",
|
|
3
|
+
"version": "1.3.0",
|
|
4
|
+
"description": "A CLI for adding UI components to your Vite React projects (UI8Kit core/blocks registries)",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"bin": {
|
|
7
|
+
"ui8kit": "./dist/index.js"
|
|
8
|
+
},
|
|
9
|
+
"main": "./dist/index.js",
|
|
10
|
+
"files": [
|
|
11
|
+
"dist",
|
|
12
|
+
"README.md",
|
|
13
|
+
"LICENSE"
|
|
14
|
+
],
|
|
15
|
+
"scripts": {
|
|
16
|
+
"build": "tsup",
|
|
17
|
+
"dev": "tsup --watch",
|
|
18
|
+
"type-check": "tsc --noEmit",
|
|
19
|
+
"prepublishOnly": "npm run build",
|
|
20
|
+
"test": "vitest run",
|
|
21
|
+
"test:watch": "vitest"
|
|
22
|
+
},
|
|
23
|
+
"dependencies": {
|
|
24
|
+
"chalk": "^5.3.0",
|
|
25
|
+
"commander": "^11.1.0",
|
|
26
|
+
"execa": "^8.0.1",
|
|
27
|
+
"fs-extra": "^11.1.1",
|
|
28
|
+
"glob": "^10.3.10",
|
|
29
|
+
"node-fetch": "^3.3.2",
|
|
30
|
+
"diff": "^7.0.0",
|
|
31
|
+
"ora": "^7.0.1",
|
|
32
|
+
"prompts": "^2.4.2",
|
|
33
|
+
"typescript": "^5.2.2",
|
|
34
|
+
"zod": "^3.22.4",
|
|
35
|
+
"zod-to-json-schema": "^3.24.5"
|
|
36
|
+
},
|
|
37
|
+
"devDependencies": {
|
|
38
|
+
"@types/fs-extra": "^11.0.4",
|
|
39
|
+
"@types/diff": "^5.2.2",
|
|
40
|
+
"@types/node": "^20.8.0",
|
|
41
|
+
"@types/prompts": "^2.4.9",
|
|
42
|
+
"tsup": "^7.2.0",
|
|
43
|
+
"vitest": "^4.0.0"
|
|
44
|
+
},
|
|
45
|
+
"keywords": [
|
|
46
|
+
"cli",
|
|
47
|
+
"ui",
|
|
48
|
+
"components",
|
|
49
|
+
"vite",
|
|
50
|
+
"react",
|
|
51
|
+
"shadcn",
|
|
52
|
+
"tailwind",
|
|
53
|
+
"ui8kit",
|
|
54
|
+
"core"
|
|
55
|
+
],
|
|
56
|
+
"author": {
|
|
57
|
+
"name": "ui8kit",
|
|
58
|
+
"url": "https://github.com/ui8kit"
|
|
59
|
+
},
|
|
60
|
+
"license": "MIT",
|
|
61
|
+
"repository": {
|
|
62
|
+
"type": "git",
|
|
63
|
+
"url": "https://github.com/ui8kit/cli.git",
|
|
64
|
+
"directory": "packages/cli"
|
|
65
|
+
},
|
|
66
|
+
"homepage": "https://ui.buildy.tw",
|
|
67
|
+
"engines": {
|
|
68
|
+
"node": ">=18.0.0"
|
|
69
|
+
}
|
|
70
|
+
}
|