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.
Files changed (78) hide show
  1. package/README.md +211 -194
  2. package/dist/index.d.ts +1 -0
  3. package/dist/index.js +2930 -0
  4. package/dist/index.js.map +1 -0
  5. package/package.json +70 -28
  6. package/css/dist/styles.css +0 -3325
  7. package/css/src/semantic/alert.css +0 -11
  8. package/css/src/semantic/article.css +0 -59
  9. package/css/src/semantic/avatar.css +0 -11
  10. package/css/src/semantic/badge.css +0 -19
  11. package/css/src/semantic/breadcrumb.css +0 -23
  12. package/css/src/semantic/button.css +0 -39
  13. package/css/src/semantic/card.css +0 -43
  14. package/css/src/semantic/index.css +0 -19
  15. package/css/src/semantic/input.css +0 -3
  16. package/css/src/semantic/label.css +0 -3
  17. package/css/src/semantic/link.css +0 -39
  18. package/css/src/semantic/main.css +0 -3
  19. package/css/src/semantic/markup.css +0 -23
  20. package/css/src/semantic/nav.css +0 -63
  21. package/css/src/semantic/pagination.css +0 -11
  22. package/css/src/semantic/section.css +0 -43
  23. package/css/src/semantic/sheet.css +0 -35
  24. package/css/src/semantic/skeleton.css +0 -3
  25. package/css/src/semantic/table.css +0 -31
  26. package/css/src/semantic/textarea.css +0 -3
  27. package/r/schema/registry-item.json +0 -68
  28. package/r/schema/registry.json +0 -93
  29. package/r/schema.json +0 -60
  30. package/r/semantic/components/article.json +0 -17
  31. package/r/semantic/components/aside.json +0 -17
  32. package/r/semantic/components/footer.json +0 -17
  33. package/r/semantic/components/header.json +0 -17
  34. package/r/semantic/components/main.json +0 -17
  35. package/r/semantic/components/markup.json +0 -17
  36. package/r/semantic/components/media.json +0 -17
  37. package/r/semantic/components/nav.json +0 -18
  38. package/r/semantic/components/section.json +0 -17
  39. package/r/semantic/components/sheet.json +0 -18
  40. package/r/semantic/index.json +0 -130
  41. package/r/semantic/lib/utils.json +0 -18
  42. package/r/semantic/ui/alert.json +0 -18
  43. package/r/semantic/ui/avatar.json +0 -17
  44. package/r/semantic/ui/badge.json +0 -18
  45. package/r/semantic/ui/breadcrumb.json +0 -19
  46. package/r/semantic/ui/button.json +0 -18
  47. package/r/semantic/ui/card.json +0 -17
  48. package/r/semantic/ui/input.json +0 -17
  49. package/r/semantic/ui/label.json +0 -17
  50. package/r/semantic/ui/link.json +0 -18
  51. package/r/semantic/ui/skeleton.json +0 -15
  52. package/r/semantic/ui/table.json +0 -17
  53. package/r/semantic/ui/textarea.json +0 -17
  54. package/r/utility/components/article.json +0 -17
  55. package/r/utility/components/aside.json +0 -17
  56. package/r/utility/components/footer.json +0 -17
  57. package/r/utility/components/header.json +0 -17
  58. package/r/utility/components/main.json +0 -17
  59. package/r/utility/components/markup.json +0 -17
  60. package/r/utility/components/media.json +0 -17
  61. package/r/utility/components/nav.json +0 -18
  62. package/r/utility/components/navbar.json +0 -15
  63. package/r/utility/components/section.json +0 -17
  64. package/r/utility/components/sheet.json +0 -18
  65. package/r/utility/index.json +0 -135
  66. package/r/utility/lib/utils.json +0 -18
  67. package/r/utility/ui/alert.json +0 -18
  68. package/r/utility/ui/avatar.json +0 -17
  69. package/r/utility/ui/badge.json +0 -19
  70. package/r/utility/ui/breadcrumb.json +0 -19
  71. package/r/utility/ui/button.json +0 -19
  72. package/r/utility/ui/card.json +0 -17
  73. package/r/utility/ui/input.json +0 -17
  74. package/r/utility/ui/label.json +0 -17
  75. package/r/utility/ui/link.json +0 -18
  76. package/r/utility/ui/skeleton.json +0 -15
  77. package/r/utility/ui/table.json +0 -17
  78. package/r/utility/ui/textarea.json +0 -17
package/package.json CHANGED
@@ -1,28 +1,70 @@
1
- {
2
- "name": "ui8kit",
3
- "version": "1.0.6",
4
- "description": "UI8Kit components registry for buildy-ui CLI - published from npm to CDN",
5
- "main": "index.js",
6
- "files": [
7
- "*.css",
8
- "**/*.css",
9
- "semantic/",
10
- "dist/",
11
- "src/",
12
- "r/",
13
- "index.json"
14
- ],
15
- "keywords": [
16
- "ui",
17
- "components",
18
- "registry",
19
- "buildy"
20
- ],
21
- "author": "buildy",
22
- "license": "MIT",
23
- "repository": {
24
- "type": "git",
25
- "url": "https://github.com/buildy-ui/ui.git"
26
- },
27
- "url": "https://unpkg.com/ui8kit@latest/r/index.json"
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
+ }