From c4ccdf55cbc832116e56eba9435392727d16a16f Mon Sep 17 00:00:00 2001 From: junwen-k <40173716+junwen-k@users.noreply.github.com> Date: Sat, 18 Jul 2026 16:14:56 +0800 Subject: [PATCH] fix(registry): sync emoji picker and date picker popups with nova styling Emoji picker search now uses the boxed InputGroup recipe from the nova command palette, and the date picker popup swaps its border for the nova ring treatment. Co-Authored-By: Claude Fable 5 --- apps/v4/registry.json | 2 +- .../src/registry/new-york/ui/date-picker.tsx | 2 +- .../src/registry/new-york/ui/emoji-picker.tsx | 21 ++++++++++++------- 3 files changed, 15 insertions(+), 10 deletions(-) diff --git a/apps/v4/registry.json b/apps/v4/registry.json index 875675f..dff5b37 100644 --- a/apps/v4/registry.json +++ b/apps/v4/registry.json @@ -51,7 +51,7 @@ "title": "Emoji Picker", "description": "A emoji picker is a component that allows users to select an emoji from a list of emojis.", "dependencies": ["@base-ui/react", "frimousse"], - "registryDependencies": ["button", "popover"], + "registryDependencies": ["button", "input-group", "popover"], "files": [ { "path": "src/registry/new-york/ui/emoji-picker.tsx", diff --git a/apps/v4/src/registry/new-york/ui/date-picker.tsx b/apps/v4/src/registry/new-york/ui/date-picker.tsx index f3a5685..bf0a87a 100644 --- a/apps/v4/src/registry/new-york/ui/date-picker.tsx +++ b/apps/v4/src/registry/new-york/ui/date-picker.tsx @@ -218,7 +218,7 @@ function DatePickerContent({ - - + + + + + + ); }