From 7ea124b25dc01b4ebfaf175fe124159a17d8cae9 Mon Sep 17 00:00:00 2001 From: Denish Navadiya <57515871+withden@users.noreply.github.com> Date: Fri, 30 Jan 2026 17:42:39 +0530 Subject: [PATCH 1/4] Rename @paceui to @pacekit with updated details --- apps/v4/public/r/registries.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/v4/public/r/registries.json b/apps/v4/public/r/registries.json index 8a09aaafc9..d12c20afeb 100644 --- a/apps/v4/public/r/registries.json +++ b/apps/v4/public/r/registries.json @@ -342,10 +342,10 @@ "description": "React Aria Components with shadcn characteristics.Copy-and-paste react aria components that run side-by-side with shadcn components." }, { - "name": "@paceui", - "homepage": "https://ui.paceui.com", - "url": "https://ui.paceui.com/r/{name}.json", - "description": "Animated components and building blocks built for smooth interaction and rich detail. Copy, customise, and create without the extra setup." + "name": "@pacekit", + "homepage": "https://ui.pacekit.dev", + "url": "https://ui.pacekit.dev/r/{name}.json", + "description": "Carefully built UI blocks for real apps and dashboards, designed to integrate smoothly from early ideas to production releases." }, { "name": "@pastecn", From acc847bed3870d42dd4f4fb9c9f9f59c19a59a77 Mon Sep 17 00:00:00 2001 From: Chad Bell <91705805+CBell045@users.noreply.github.com> Date: Sun, 1 Feb 2026 00:19:59 -0600 Subject: [PATCH 2/4] docs(select): add SelectGroup to usage examples (#9508) --- apps/v4/content/docs/components/base/select.mdx | 9 ++++++--- apps/v4/content/docs/components/radix/select.mdx | 9 ++++++--- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/apps/v4/content/docs/components/base/select.mdx b/apps/v4/content/docs/components/base/select.mdx index 1a366d5995..5282d7d547 100644 --- a/apps/v4/content/docs/components/base/select.mdx +++ b/apps/v4/content/docs/components/base/select.mdx @@ -59,6 +59,7 @@ npm install @base-ui/react import { Select, SelectContent, + SelectGroup, SelectItem, SelectTrigger, SelectValue, @@ -71,9 +72,11 @@ import { - Light - Dark - System + + Light + Dark + System + ``` diff --git a/apps/v4/content/docs/components/radix/select.mdx b/apps/v4/content/docs/components/radix/select.mdx index e20ba4e821..073faf5b35 100644 --- a/apps/v4/content/docs/components/radix/select.mdx +++ b/apps/v4/content/docs/components/radix/select.mdx @@ -59,6 +59,7 @@ npm install radix-ui import { Select, SelectContent, + SelectGroup, SelectItem, SelectTrigger, SelectValue, @@ -71,9 +72,11 @@ import { - Light - Dark - System + + Light + Dark + System + ``` From 03a7804c42ab8c5e872a9d3bbee9f53a8ef2c943 Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Sun, 1 Feb 2026 15:44:23 +0400 Subject: [PATCH 3/4] Update callout component to use rounded-xl (#9512) * Initial plan * Fix callout component to use rounded-lg in style-lyra.css Co-authored-by: shadcn <124599+shadcn@users.noreply.github.com> * Revert CSS change - callout.tsx already has rounded-lg Co-authored-by: shadcn <124599+shadcn@users.noreply.github.com> * Change callout rounded class from rounded-lg to rounded-xl Co-authored-by: shadcn <124599+shadcn@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: shadcn <124599+shadcn@users.noreply.github.com> --- apps/v4/components/callout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/v4/components/callout.tsx b/apps/v4/components/callout.tsx index 5b08e3f2a2..11197b7d1f 100644 --- a/apps/v4/components/callout.tsx +++ b/apps/v4/components/callout.tsx @@ -20,7 +20,7 @@ export function Callout({ Date: Mon, 2 Feb 2026 10:07:22 +0530 Subject: [PATCH 4/4] Rename @paceui to @pacekit with updated details Updated '@paceui' to '@pacekit' with new homepage, URL, and description. --- apps/v4/registry/directory.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/v4/registry/directory.json b/apps/v4/registry/directory.json index d38e7edca3..c085b8cc64 100644 --- a/apps/v4/registry/directory.json +++ b/apps/v4/registry/directory.json @@ -399,10 +399,10 @@ "logo": "" }, { - "name": "@paceui", - "homepage": "https://ui.paceui.com", - "url": "https://ui.paceui.com/r/{name}.json", - "description": "Animated components and building blocks built for smooth interaction and rich detail. Copy, customise, and create without the extra setup.", + "name": "@pacekit", + "homepage": "https://ui.pacekit.dev", + "url": "https://ui.pacekit.dev/r/{name}.json", + "description": "Carefully built UI blocks for real apps and dashboards, designed to integrate smoothly from early ideas to production releases.", "logo": "" }, {