ui8kit 0.0.5 → 0.0.7

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 (45) hide show
  1. package/package.json +1 -1
  2. package/r/semantic/components/article.json +1 -2
  3. package/r/semantic/components/aside.json +1 -2
  4. package/r/semantic/components/footer.json +1 -2
  5. package/r/semantic/components/header.json +1 -2
  6. package/r/semantic/components/main.json +1 -2
  7. package/r/semantic/components/markup.json +1 -2
  8. package/r/semantic/components/media.json +1 -2
  9. package/r/semantic/components/nav.json +0 -1
  10. package/r/semantic/components/section.json +1 -2
  11. package/r/semantic/components/sheet.json +1 -2
  12. package/r/semantic/index.json +1 -1
  13. package/r/semantic/ui/alert.json +1 -2
  14. package/r/semantic/ui/avatar.json +1 -2
  15. package/r/semantic/ui/badge.json +0 -1
  16. package/r/semantic/ui/breadcrumb.json +1 -2
  17. package/r/semantic/ui/button.json +1 -2
  18. package/r/semantic/ui/card.json +1 -2
  19. package/r/semantic/ui/input.json +1 -2
  20. package/r/semantic/ui/label.json +1 -2
  21. package/r/semantic/ui/link.json +1 -2
  22. package/r/semantic/ui/skeleton.json +1 -3
  23. package/r/semantic/ui/table.json +1 -2
  24. package/r/semantic/ui/textarea.json +1 -2
  25. package/r/utility/components/article.json +1 -2
  26. package/r/utility/components/aside.json +1 -2
  27. package/r/utility/components/footer.json +1 -2
  28. package/r/utility/components/header.json +1 -2
  29. package/r/utility/components/main.json +1 -2
  30. package/r/utility/components/markup.json +1 -2
  31. package/r/utility/components/media.json +1 -2
  32. package/r/utility/components/nav.json +0 -1
  33. package/r/utility/components/section.json +1 -2
  34. package/r/utility/components/sheet.json +1 -2
  35. package/r/utility/index.json +1 -1
  36. package/r/utility/ui/alert.json +1 -2
  37. package/r/utility/ui/avatar.json +1 -2
  38. package/r/utility/ui/badge.json +1 -2
  39. package/r/utility/ui/breadcrumb.json +1 -2
  40. package/r/utility/ui/input.json +1 -2
  41. package/r/utility/ui/label.json +1 -2
  42. package/r/utility/ui/link.json +1 -2
  43. package/r/utility/ui/skeleton.json +1 -3
  44. package/r/utility/ui/table.json +1 -2
  45. package/r/utility/ui/textarea.json +1 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ui8kit",
3
- "version": "0.0.5",
3
+ "version": "0.0.7",
4
4
  "description": "UI8Kit components registry for buildy-ui cli",
5
5
  "main": "index.js",
6
6
  "files": [
@@ -4,8 +4,7 @@
4
4
  "type": "registry:component",
5
5
  "description": "Helper function for determining styles that the parser will be able to process",
6
6
  "dependencies": [
7
- "react",
8
- "@/lib/utils"
7
+ "react"
9
8
  ],
10
9
  "devDependencies": [],
11
10
  "files": [
@@ -4,8 +4,7 @@
4
4
  "type": "registry:component",
5
5
  "description": "",
6
6
  "dependencies": [
7
- "react",
8
- "@/lib/utils"
7
+ "react"
9
8
  ],
10
9
  "devDependencies": [],
11
10
  "files": [
@@ -4,8 +4,7 @@
4
4
  "type": "registry:component",
5
5
  "description": "",
6
6
  "dependencies": [
7
- "react",
8
- "@/lib/utils"
7
+ "react"
9
8
  ],
10
9
  "devDependencies": [],
11
10
  "files": [
@@ -4,8 +4,7 @@
4
4
  "type": "registry:component",
5
5
  "description": "",
6
6
  "dependencies": [
7
- "react",
8
- "@/lib/utils"
7
+ "react"
9
8
  ],
10
9
  "devDependencies": [],
11
10
  "files": [
@@ -4,8 +4,7 @@
4
4
  "type": "registry:component",
5
5
  "description": "",
6
6
  "dependencies": [
7
- "react",
8
- "@/lib/utils"
7
+ "react"
9
8
  ],
10
9
  "devDependencies": [],
11
10
  "files": [
@@ -4,8 +4,7 @@
4
4
  "type": "registry:component",
5
5
  "description": "",
6
6
  "dependencies": [
7
- "react",
8
- "@/lib/utils"
7
+ "react"
9
8
  ],
10
9
  "devDependencies": [],
11
10
  "files": [
@@ -4,8 +4,7 @@
4
4
  "type": "registry:component",
5
5
  "description": "",
6
6
  "dependencies": [
7
- "react",
8
- "@/lib/utils"
7
+ "react"
9
8
  ],
10
9
  "devDependencies": [],
11
10
  "files": [
@@ -5,7 +5,6 @@
5
5
  "description": "CSS-only Navigation component with responsive design\n * \n * No external JavaScript dependencies or runtime requirements.\n * Works with server-side rendering (SSR) and static site generation (SSG).\n * \n * Required Tailwind CSS:\n * ```css\n * @layer components {\n * \n * .peer:checked ~[data - slot=\"nav-mobile\"] {\n * @apply opacity - 100 visible translate - y - 0;\n * }\n * \n * \n * .group: target[data - slot= \"nav-dropdown-content\"] {\n * @apply opacity - 100 visible scale - 100;\n * }\n * \n * \n * details[data - slot=\"nav-mobile-dropdown\"][open] summary {\n * @apply bg - accent text - accent - foreground;\n * }\n * }\n * ```\n * \n * Key features:\n * - Pure CSS dropdowns using :target selector\n * - Checkbox-based mobile menu\n * - Auto-closing mobile menu when clicking outside\n * - Accessible keyboard navigation\n * \n * Usage example:\n * \n * <NavLayout>\n * <NavBar>\n * <h2>Logo</h2>\n *\n * \n * <Nav>\n * <NavList>\n * <NavItem>\n * <NavLink href=\"/\" active>Home</NavLink>\n * </NavItem>\n * <NavItem>\n * <NavDropdown id=\"products-dropdown\" title=\"Products\">\n * <NavDropdownItem href=\"/products/web\">Web</NavDropdownItem>\n * <NavDropdownItem href=\"/products/mobile\">Mobile</NavDropdownItem>\n * </NavDropdown>\n * </NavItem>\n * </NavList>\n * </Nav>\n *\n * \n * <NavTrigger />\n * </NavBar>\n *\n * \n * <NavMobile>\n * <NavMobileList>\n * <NavMobileItem>\n * <NavMobileLink href=\"/\" active>Home</NavMobileLink>\n * </NavMobileItem>\n * <NavMobileItem>\n * <NavMobileDropdown title=\"Products\">\n * <NavMobileDropdownItem href=\"/products/web\">Web</NavMobileDropdownItem>\n * <NavMobileDropdownItem href=\"/products/mobile\">Mobile</NavMobileDropdownItem>\n * </NavMobileDropdown>\n * </NavMobileItem>\n * </NavMobileList>\n * </NavMobile>\n * </NavLayout>\n * ```",
6
6
  "dependencies": [
7
7
  "react",
8
- "@/lib/utils",
9
8
  "lucide-react"
10
9
  ],
11
10
  "devDependencies": [],
@@ -4,8 +4,7 @@
4
4
  "type": "registry:component",
5
5
  "description": "",
6
6
  "dependencies": [
7
- "react",
8
- "@/lib/utils"
7
+ "react"
9
8
  ],
10
9
  "devDependencies": [],
11
10
  "files": [
@@ -5,8 +5,7 @@
5
5
  "description": "CSS-only Sheet component for SSR/SSG compatibility\n * \n * Usage example:\n * ```tsx\n * <Sheet>\n * <SheetTrigger href=\"#my-sheet\">Open Sheet</SheetTrigger>\n * <SheetContent id=\"my-sheet\">\n * <SheetHeader>\n * <SheetTitle>Sheet Title</SheetTitle>\n * <SheetDescription>Description text</SheetDescription>\n * </SheetHeader>\n * <div className=\"p-6\">Content here</div>\n * <SheetFooter>\n * <SheetClose>Close</SheetClose>\n * </SheetFooter>\n * </SheetContent>\n * </Sheet>\n * ```",
6
6
  "dependencies": [
7
7
  "react",
8
- "lucide-react",
9
- "@/lib/utils"
8
+ "lucide-react"
10
9
  ],
11
10
  "devDependencies": [],
12
11
  "files": [
@@ -125,6 +125,6 @@
125
125
  "templates"
126
126
  ],
127
127
  "version": "1.0.0",
128
- "lastUpdated": "2025-06-02T11:53:50.586Z",
128
+ "lastUpdated": "2025-06-02T13:09:29.921Z",
129
129
  "registry": "utility"
130
130
  }
@@ -5,8 +5,7 @@
5
5
  "description": "",
6
6
  "dependencies": [
7
7
  "react",
8
- "class-variance-authority",
9
- "@/lib/utils"
8
+ "class-variance-authority"
10
9
  ],
11
10
  "devDependencies": [],
12
11
  "files": [
@@ -4,8 +4,7 @@
4
4
  "type": "registry:ui",
5
5
  "description": "Avatar context for image loading status",
6
6
  "dependencies": [
7
- "react",
8
- "@/lib/utils"
7
+ "react"
9
8
  ],
10
9
  "devDependencies": [],
11
10
  "files": [
@@ -5,7 +5,6 @@
5
5
  "description": "Simple array of badge variant keys for semantic classes",
6
6
  "dependencies": [
7
7
  "react",
8
- "@/lib/utils",
9
8
  "@radix-ui/react-slot"
10
9
  ],
11
10
  "devDependencies": [],
@@ -6,8 +6,7 @@
6
6
  "dependencies": [
7
7
  "react",
8
8
  "@radix-ui/react-slot",
9
- "lucide-react",
10
- "@/lib/utils"
9
+ "lucide-react"
11
10
  ],
12
11
  "devDependencies": [],
13
12
  "files": [
@@ -5,8 +5,7 @@
5
5
  "description": "Simple arrays of button variant keys for semantic classes",
6
6
  "dependencies": [
7
7
  "react",
8
- "@radix-ui/react-slot",
9
- "@/lib/utils"
8
+ "@radix-ui/react-slot"
10
9
  ],
11
10
  "devDependencies": [],
12
11
  "files": [
@@ -4,8 +4,7 @@
4
4
  "type": "registry:ui",
5
5
  "description": "",
6
6
  "dependencies": [
7
- "react",
8
- "@/lib/utils"
7
+ "react"
9
8
  ],
10
9
  "devDependencies": [],
11
10
  "files": [
@@ -4,8 +4,7 @@
4
4
  "type": "registry:ui",
5
5
  "description": "",
6
6
  "dependencies": [
7
- "react",
8
- "@/lib/utils"
7
+ "react"
9
8
  ],
10
9
  "devDependencies": [],
11
10
  "files": [
@@ -4,8 +4,7 @@
4
4
  "type": "registry:ui",
5
5
  "description": "",
6
6
  "dependencies": [
7
- "react",
8
- "@/lib/utils"
7
+ "react"
9
8
  ],
10
9
  "devDependencies": [],
11
10
  "files": [
@@ -5,8 +5,7 @@
5
5
  "description": "",
6
6
  "dependencies": [
7
7
  "react",
8
- "class-variance-authority",
9
- "@/lib/utils"
8
+ "class-variance-authority"
10
9
  ],
11
10
  "devDependencies": [],
12
11
  "files": [
@@ -3,9 +3,7 @@
3
3
  "name": "skeleton",
4
4
  "type": "registry:ui",
5
5
  "description": "",
6
- "dependencies": [
7
- "@/lib/utils"
8
- ],
6
+ "dependencies": [],
9
7
  "devDependencies": [],
10
8
  "files": [
11
9
  {
@@ -4,8 +4,7 @@
4
4
  "type": "registry:ui",
5
5
  "description": "",
6
6
  "dependencies": [
7
- "react",
8
- "@/lib/utils"
7
+ "react"
9
8
  ],
10
9
  "devDependencies": [],
11
10
  "files": [
@@ -4,8 +4,7 @@
4
4
  "type": "registry:ui",
5
5
  "description": "",
6
6
  "dependencies": [
7
- "react",
8
- "@/lib/utils"
7
+ "react"
9
8
  ],
10
9
  "devDependencies": [],
11
10
  "files": [
@@ -4,8 +4,7 @@
4
4
  "type": "registry:component",
5
5
  "description": "Helper function for determining styles that the parser will be able to process",
6
6
  "dependencies": [
7
- "react",
8
- "@/lib/utils"
7
+ "react"
9
8
  ],
10
9
  "devDependencies": [],
11
10
  "files": [
@@ -4,8 +4,7 @@
4
4
  "type": "registry:component",
5
5
  "description": "",
6
6
  "dependencies": [
7
- "react",
8
- "@/lib/utils"
7
+ "react"
9
8
  ],
10
9
  "devDependencies": [],
11
10
  "files": [
@@ -4,8 +4,7 @@
4
4
  "type": "registry:component",
5
5
  "description": "",
6
6
  "dependencies": [
7
- "react",
8
- "@/lib/utils"
7
+ "react"
9
8
  ],
10
9
  "devDependencies": [],
11
10
  "files": [
@@ -4,8 +4,7 @@
4
4
  "type": "registry:component",
5
5
  "description": "",
6
6
  "dependencies": [
7
- "react",
8
- "@/lib/utils"
7
+ "react"
9
8
  ],
10
9
  "devDependencies": [],
11
10
  "files": [
@@ -4,8 +4,7 @@
4
4
  "type": "registry:component",
5
5
  "description": "",
6
6
  "dependencies": [
7
- "react",
8
- "@/lib/utils"
7
+ "react"
9
8
  ],
10
9
  "devDependencies": [],
11
10
  "files": [
@@ -4,8 +4,7 @@
4
4
  "type": "registry:component",
5
5
  "description": "",
6
6
  "dependencies": [
7
- "react",
8
- "@/lib/utils"
7
+ "react"
9
8
  ],
10
9
  "devDependencies": [],
11
10
  "files": [
@@ -4,8 +4,7 @@
4
4
  "type": "registry:component",
5
5
  "description": "",
6
6
  "dependencies": [
7
- "react",
8
- "@/lib/utils"
7
+ "react"
9
8
  ],
10
9
  "devDependencies": [],
11
10
  "files": [
@@ -5,7 +5,6 @@
5
5
  "description": "CSS-only Navigation component with responsive design\n * \n * No external JavaScript dependencies or runtime requirements.\n * Works with server-side rendering (SSR) and static site generation (SSG).\n * \n * Required Tailwind CSS:\n * ```css\n * @layer components {\n * \n * .peer:checked ~[data - slot=\"nav-mobile\"] {\n * @apply opacity - 100 visible translate - y - 0;\n * }\n * \n * \n * .group: target[data - slot= \"nav-dropdown-content\"] {\n * @apply opacity - 100 visible scale - 100;\n * }\n * \n * \n * details[data - slot=\"nav-mobile-dropdown\"][open] summary {\n * @apply bg - accent text - accent - foreground;\n * }\n * }\n * ```\n * \n * Key features:\n * - Pure CSS dropdowns using :target selector\n * - Checkbox-based mobile menu\n * - Auto-closing mobile menu when clicking outside\n * - Accessible keyboard navigation\n * \n * Usage example:\n * \n * <NavLayout>\n * <NavBar>\n * <h2>Logo</h2>\n *\n * \n * <Nav>\n * <NavList>\n * <NavItem>\n * <NavLink href=\"/\" active>Home</NavLink>\n * </NavItem>\n * <NavItem>\n * <NavDropdown id=\"products-dropdown\" title=\"Products\">\n * <NavDropdownItem href=\"/products/web\">Web</NavDropdownItem>\n * <NavDropdownItem href=\"/products/mobile\">Mobile</NavDropdownItem>\n * </NavDropdown>\n * </NavItem>\n * </NavList>\n * </Nav>\n *\n * \n * <NavTrigger />\n * </NavBar>\n *\n * \n * <NavMobile>\n * <NavMobileList>\n * <NavMobileItem>\n * <NavMobileLink href=\"/\" active>Home</NavMobileLink>\n * </NavMobileItem>\n * <NavMobileItem>\n * <NavMobileDropdown title=\"Products\">\n * <NavMobileDropdownItem href=\"/products/web\">Web</NavMobileDropdownItem>\n * <NavMobileDropdownItem href=\"/products/mobile\">Mobile</NavMobileDropdownItem>\n * </NavMobileDropdown>\n * </NavMobileItem>\n * </NavMobileList>\n * </NavMobile>\n * </NavLayout>\n * ```",
6
6
  "dependencies": [
7
7
  "react",
8
- "@/lib/utils",
9
8
  "lucide-react"
10
9
  ],
11
10
  "devDependencies": [],
@@ -4,8 +4,7 @@
4
4
  "type": "registry:component",
5
5
  "description": "",
6
6
  "dependencies": [
7
- "react",
8
- "@/lib/utils"
7
+ "react"
9
8
  ],
10
9
  "devDependencies": [],
11
10
  "files": [
@@ -5,8 +5,7 @@
5
5
  "description": "CSS-only Sheet component for SSR/SSG compatibility\n * \n * Usage example:\n * ```tsx\n * <Sheet>\n * <SheetTrigger href=\"#my-sheet\">Open Sheet</SheetTrigger>\n * <SheetContent id=\"my-sheet\">\n * <SheetHeader>\n * <SheetTitle>Sheet Title</SheetTitle>\n * <SheetDescription>Description text</SheetDescription>\n * </SheetHeader>\n * <div className=\"p-6\">Content here</div>\n * <SheetFooter>\n * <SheetClose>Close</SheetClose>\n * </SheetFooter>\n * </SheetContent>\n * </Sheet>\n * ```",
6
6
  "dependencies": [
7
7
  "react",
8
- "lucide-react",
9
- "@/lib/utils"
8
+ "lucide-react"
10
9
  ],
11
10
  "devDependencies": [],
12
11
  "files": [
@@ -145,6 +145,6 @@
145
145
  "templates"
146
146
  ],
147
147
  "version": "1.0.0",
148
- "lastUpdated": "2025-06-02T06:24:38.685Z",
148
+ "lastUpdated": "2025-06-02T13:06:19.458Z",
149
149
  "registry": "utility"
150
150
  }
@@ -5,8 +5,7 @@
5
5
  "description": "",
6
6
  "dependencies": [
7
7
  "react",
8
- "class-variance-authority",
9
- "@/lib/utils"
8
+ "class-variance-authority"
10
9
  ],
11
10
  "devDependencies": [],
12
11
  "files": [
@@ -4,8 +4,7 @@
4
4
  "type": "registry:ui",
5
5
  "description": "Avatar context for image loading status",
6
6
  "dependencies": [
7
- "react",
8
- "@/lib/utils"
7
+ "react"
9
8
  ],
10
9
  "devDependencies": [],
11
10
  "files": [
@@ -6,8 +6,7 @@
6
6
  "dependencies": [
7
7
  "react",
8
8
  "@radix-ui/react-slot",
9
- "class-variance-authority",
10
- "@/lib/utils"
9
+ "class-variance-authority"
11
10
  ],
12
11
  "devDependencies": [],
13
12
  "files": [
@@ -6,8 +6,7 @@
6
6
  "dependencies": [
7
7
  "react",
8
8
  "@radix-ui/react-slot",
9
- "lucide-react",
10
- "@/lib/utils"
9
+ "lucide-react"
11
10
  ],
12
11
  "devDependencies": [],
13
12
  "files": [
@@ -4,8 +4,7 @@
4
4
  "type": "registry:ui",
5
5
  "description": "",
6
6
  "dependencies": [
7
- "react",
8
- "@/lib/utils"
7
+ "react"
9
8
  ],
10
9
  "devDependencies": [],
11
10
  "files": [
@@ -4,8 +4,7 @@
4
4
  "type": "registry:ui",
5
5
  "description": "",
6
6
  "dependencies": [
7
- "react",
8
- "@/lib/utils"
7
+ "react"
9
8
  ],
10
9
  "devDependencies": [],
11
10
  "files": [
@@ -5,8 +5,7 @@
5
5
  "description": "",
6
6
  "dependencies": [
7
7
  "react",
8
- "class-variance-authority",
9
- "@/lib/utils"
8
+ "class-variance-authority"
10
9
  ],
11
10
  "devDependencies": [],
12
11
  "files": [
@@ -3,9 +3,7 @@
3
3
  "name": "skeleton",
4
4
  "type": "registry:ui",
5
5
  "description": "",
6
- "dependencies": [
7
- "@/lib/utils"
8
- ],
6
+ "dependencies": [],
9
7
  "devDependencies": [],
10
8
  "files": [
11
9
  {
@@ -4,8 +4,7 @@
4
4
  "type": "registry:ui",
5
5
  "description": "",
6
6
  "dependencies": [
7
- "react",
8
- "@/lib/utils"
7
+ "react"
9
8
  ],
10
9
  "devDependencies": [],
11
10
  "files": [
@@ -4,8 +4,7 @@
4
4
  "type": "registry:ui",
5
5
  "description": "",
6
6
  "dependencies": [
7
- "react",
8
- "@/lib/utils"
7
+ "react"
9
8
  ],
10
9
  "devDependencies": [],
11
10
  "files": [