From ccc4caad9c409850fca5d2f84e98cf8b7e6c6005 Mon Sep 17 00:00:00 2001 From: vzkiss Date: Sat, 4 Apr 2026 01:13:04 +0200 Subject: [PATCH 1/2] feat(registry): add @flowkit-ui to directory.json --- apps/v4/registry/directory.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/apps/v4/registry/directory.json b/apps/v4/registry/directory.json index 45eac876d39..1065ac7b245 100644 --- a/apps/v4/registry/directory.json +++ b/apps/v4/registry/directory.json @@ -1168,5 +1168,12 @@ "url": "https://www.openpolicy.sh/r/{name}.json", "description": "Open-source components for building terms, privacy policies and cookie banners.", "logo": "" + }, + { + "name": "@flowkit-ui", + "homepage": "https://flowkit-ui.vzkiss.com", + "url": "https://flowkit-ui.vzkiss.com/r/{name}.json", + "description": "Opinionated, accessible components on Base UI and shadcn-style primitives — starting with a Creatable Combobox.", + "logo": "" } ] From 16b7bea50d3a6bbf5c7ddbfa30944aa207074715 Mon Sep 17 00:00:00 2001 From: vzkiss Date: Sat, 4 Apr 2026 01:36:16 +0200 Subject: [PATCH 2/2] feat(registry): build @flowkit-ui to registries.json --- apps/v4/public/r/registries.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/apps/v4/public/r/registries.json b/apps/v4/public/r/registries.json index cc3be560dd6..ba0445256a7 100644 --- a/apps/v4/public/r/registries.json +++ b/apps/v4/public/r/registries.json @@ -1000,5 +1000,11 @@ "homepage": "https://www.openpolicy.sh", "url": "https://www.openpolicy.sh/r/{name}.json", "description": "Open-source components for building terms, privacy policies and cookie banners." + }, + { + "name": "@flowkit-ui", + "homepage": "https://flowkit-ui.vzkiss.com", + "url": "https://flowkit-ui.vzkiss.com/r/{name}.json", + "description": "Opinionated, accessible components on Base UI and shadcn-style primitives — starting with a Creatable Combobox." } ]