From 24080010c9a1dcd877492b28994140bd66ddc69c Mon Sep 17 00:00:00 2001 From: yyh <92089059+lyzno1@users.noreply.github.com> Date: Mon, 22 Jun 2026 10:17:07 +0800 Subject: [PATCH] chore(deps): bump base-ui to v1.6.0 (#37663) --- packages/dify-ui/src/autocomplete/index.tsx | 6 ++--- packages/dify-ui/src/button/index.tsx | 2 +- packages/dify-ui/src/collapsible/index.tsx | 2 +- packages/dify-ui/src/combobox/index.tsx | 8 +++---- packages/dify-ui/src/context-menu/index.tsx | 2 +- packages/dify-ui/src/dialog/index.tsx | 7 +++--- packages/dify-ui/src/dropdown-menu/index.tsx | 2 +- .../src/file-tree/__tests__/index.spec.tsx | 2 +- packages/dify-ui/src/file-tree/index.tsx | 4 ++-- .../src/number-field/__tests__/index.spec.tsx | 4 ++-- .../src/number-field/index.stories.tsx | 5 ---- packages/dify-ui/src/number-field/index.tsx | 4 ++-- packages/dify-ui/src/overlay-shared.ts | 2 +- .../dify-ui/src/pagination/index.stories.tsx | 8 ------- packages/dify-ui/src/pagination/index.tsx | 2 +- .../src/scroll-area/__tests__/index.spec.tsx | 8 +++++++ .../dify-ui/src/scroll-area/index.stories.tsx | 2 +- packages/dify-ui/src/scroll-area/index.tsx | 2 +- .../src/segmented-control/index.stories.tsx | 6 ----- packages/dify-ui/src/select/index.tsx | 6 ++--- packages/dify-ui/src/tooltip/index.tsx | 2 +- pnpm-lock.yaml | 24 +++++++++---------- pnpm-workspace.yaml | 2 +- 23 files changed, 50 insertions(+), 62 deletions(-) diff --git a/packages/dify-ui/src/autocomplete/index.tsx b/packages/dify-ui/src/autocomplete/index.tsx index b362a9450fd..4d115024ab1 100644 --- a/packages/dify-ui/src/autocomplete/index.tsx +++ b/packages/dify-ui/src/autocomplete/index.tsx @@ -145,9 +145,9 @@ const autocompleteControlVariants = cva( { variants: { size: { - small: 'mr-1 size-4', - medium: 'mr-1.5 size-5', - large: 'mr-2 size-5', + small: 'me-1 size-4', + medium: 'me-1.5 size-5', + large: 'me-2 size-5', }, }, defaultVariants: { diff --git a/packages/dify-ui/src/button/index.tsx b/packages/dify-ui/src/button/index.tsx index 2181b880a55..0d36d7d1510 100644 --- a/packages/dify-ui/src/button/index.tsx +++ b/packages/dify-ui/src/button/index.tsx @@ -131,7 +131,7 @@ export function Button({ {children} {loading && (