From 32552dc83a7d7bb29332510f4d38a5a071cd0d2d Mon Sep 17 00:00:00 2001 From: zernonia Date: Mon, 5 Feb 2024 11:06:21 +0800 Subject: [PATCH 1/3] chore: bump radix-vue --- apps/www/package.json | 2 +- packages/cli/package.json | 2 +- packages/cli/test/fixtures/nuxt/package.json | 2 +- packages/module/playground/package.json | 2 +- pnpm-lock.yaml | 17 +++++++++++------ 5 files changed, 15 insertions(+), 10 deletions(-) diff --git a/apps/www/package.json b/apps/www/package.json index 6719993a..97e9415a 100644 --- a/apps/www/package.json +++ b/apps/www/package.json @@ -32,7 +32,7 @@ "embla-carousel-autoplay": "^8.0.0-rc22", "embla-carousel-vue": "^8.0.0-rc22", "lucide-vue-next": "^0.276.0", - "radix-vue": "^1.4.0", + "radix-vue": "^1.4.1", "tailwindcss-animate": "^1.0.7", "v-calendar": "^3.1.2", "vee-validate": "4.12.5", diff --git a/packages/cli/package.json b/packages/cli/package.json index 4e76a7cd..837c6939 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -63,7 +63,7 @@ "node-fetch": "^3.3.2", "ora": "^7.0.1", "prompts": "^2.4.2", - "radix-vue": "^1.3.0", + "radix-vue": "^1.4.1", "recast": "^0.23.4", "rimraf": "^5.0.1", "ts-morph": "^19.0.0", diff --git a/packages/cli/test/fixtures/nuxt/package.json b/packages/cli/test/fixtures/nuxt/package.json index 06c2c638..9b4ee1f9 100644 --- a/packages/cli/test/fixtures/nuxt/package.json +++ b/packages/cli/test/fixtures/nuxt/package.json @@ -13,7 +13,7 @@ "class-variance-authority": "^0.7.0", "clsx": "^2.0.0", "lucide-vue-next": "^0.276.0", - "radix-vue": "^1.3.0", + "radix-vue": "^1.4.1", "tailwind-merge": "^1.14.0", "tailwindcss-animate": "^1.0.7" }, diff --git a/packages/module/playground/package.json b/packages/module/playground/package.json index 9ed5f882..b8012a53 100644 --- a/packages/module/playground/package.json +++ b/packages/module/playground/package.json @@ -14,7 +14,7 @@ "embla-carousel": "8.0.0-rc19", "embla-carousel-vue": "8.0.0-rc19", "lucide-vue-next": "^0.276.0", - "radix-vue": "^1.3.0", + "radix-vue": "^1.4.1", "tailwind-merge": "^2.0.0", "tailwindcss-animate": "^1.0.7" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5674ad6b..1f767de3 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -96,8 +96,8 @@ importers: specifier: ^0.276.0 version: 0.276.0(vue@3.4.15) radix-vue: - specifier: ^1.4.0 - version: 1.4.0(vue@3.4.15) + specifier: ^1.4.1 + version: 1.4.1(vue@3.4.15) tailwindcss-animate: specifier: ^1.0.7 version: 1.0.7(tailwindcss@3.4.1) @@ -256,8 +256,8 @@ importers: specifier: ^2.4.2 version: 2.4.2 radix-vue: - specifier: ^1.3.0 - version: 1.4.0(vue@3.4.15) + specifier: ^1.4.1 + version: 1.4.1(vue@3.4.15) recast: specifier: ^0.23.4 version: 0.23.4 @@ -2823,6 +2823,7 @@ packages: dependencies: is-glob: 4.0.3 micromatch: 4.0.5 + napi-wasm: 1.1.0 dev: true bundledDependencies: - napi-wasm @@ -9399,6 +9400,10 @@ packages: hasBin: true dev: true + /napi-wasm@1.1.0: + resolution: {integrity: sha512-lHwIAJbmLSjF9VDRm9GoVOy9AGp3aIvkjv+Kvz9h16QR3uSVYH78PNQUnT2U4X53mhlnV2M7wrhibQ3GHicDmg==} + dev: true + /natural-compare@1.4.0: resolution: {integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==} dev: true @@ -10843,8 +10848,8 @@ packages: resolution: {integrity: sha512-RKJ22hX8mHe3Y6wH/N3wCM6BWtjaxIyyUIkpHOvfFnxdI4yD4tBXEBKSbriGujF6jnSVkJrffuo6vxACiSSxIw==} dev: false - /radix-vue@1.4.0(vue@3.4.15): - resolution: {integrity: sha512-KqG1Ed7/LL+9yh+VBPLZgWCkblBjGEo/AueMLD/g6Sx0Wb7ZAvfXPUSVTriVRj3IczMZecgleiLnVOEfwM2AXg==} + /radix-vue@1.4.1(vue@3.4.15): + resolution: {integrity: sha512-eJsyIHDZPfIdH0iqrfTODuklPqDXfO0iNDNI1isOYIr+ejmeCjP6Yw1LA7LtDryPnjsSkqj0t04DF7eBn2wtMQ==} dependencies: '@floating-ui/dom': 1.6.1 '@floating-ui/vue': 1.0.6(vue@3.4.15) From b486a10129d91b6ef6bf54e595f179e48df2b121 Mon Sep 17 00:00:00 2001 From: Sadegh Barati Date: Mon, 5 Feb 2024 12:00:32 +0330 Subject: [PATCH 2/3] fix: `CommandItem` hightlighted bg (#322) * fix: `CommandItem` hightlighted bg * fix: escape key not closing combobox --------- Co-authored-by: zernonia --- apps/www/src/lib/registry/default/ui/command/CommandItem.vue | 3 +-- apps/www/src/lib/registry/default/ui/command/CommandList.vue | 2 +- apps/www/src/lib/registry/new-york/ui/command/CommandItem.vue | 3 +-- apps/www/src/lib/registry/new-york/ui/command/CommandList.vue | 2 +- apps/www/src/public/registry/styles/default/command.json | 4 ++-- apps/www/src/public/registry/styles/new-york/command.json | 4 ++-- 6 files changed, 8 insertions(+), 10 deletions(-) diff --git a/apps/www/src/lib/registry/default/ui/command/CommandItem.vue b/apps/www/src/lib/registry/default/ui/command/CommandItem.vue index 29725b18..c373d12e 100644 --- a/apps/www/src/lib/registry/default/ui/command/CommandItem.vue +++ b/apps/www/src/lib/registry/default/ui/command/CommandItem.vue @@ -19,8 +19,7 @@ const forwarded = useForwardPropsEmits(delegatedProps, emits)