feat(registry): update diceui registry url to support style (#10881)

This commit is contained in:
Sadman Sakib
2026-06-06 12:19:34 -07:00
committed by GitHub
parent e6d9d6023b
commit f47d48f316

View File

@@ -303,7 +303,7 @@
{ {
"name": "@diceui", "name": "@diceui",
"homepage": "https://www.diceui.com/", "homepage": "https://www.diceui.com/",
"url": "https://diceui.com/r/{name}.json", "url": "https://diceui.com/r/{style}/{name}.json",
"description": "Accessible shadcn/ui components built with React, TypeScript, and Tailwind CSS. Copy-paste ready, and customizable.", "description": "Accessible shadcn/ui components built with React, TypeScript, and Tailwind CSS. Copy-paste ready, and customizable.",
"logo": "<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' class='fill-none!' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' aria-hidden='true' viewBox='0 0 24 24'><rect width='18' height='18' x='3' y='3' rx='2' ry='2'/><path d='M16 8h.01M8 8h.01M8 16h.01M16 16h.01'/></svg>" "logo": "<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' class='fill-none!' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' aria-hidden='true' viewBox='0 0 24 24'><rect width='18' height='18' x='3' y='3' rx='2' ry='2'/><path d='M16 8h.01M8 8h.01M8 16h.01M16 16h.01'/></svg>"
}, },