From b8b8a6056d8253e1e39f22e465c103c006cc1997 Mon Sep 17 00:00:00 2001 From: Glary-Bot Date: Wed, 13 May 2026 13:19:40 +0000 Subject: [PATCH] feat: add Anthropic partner icon Adds the Anthropic logo to the partner-node icon set so nodes with category 'api node/text/Anthropic' (e.g. the Claude node from Comfy-Org/ComfyUI#13867) render the correct provider badge in the node library. - packages/design-system/src/icons/anthropic.svg (auto-discovered) - categoryUtil.ts: register brand coral (#D97757) border color --- packages/design-system/src/icons/anthropic.svg | 1 + src/utils/categoryUtil.ts | 1 + 2 files changed, 2 insertions(+) create mode 100644 packages/design-system/src/icons/anthropic.svg diff --git a/packages/design-system/src/icons/anthropic.svg b/packages/design-system/src/icons/anthropic.svg new file mode 100644 index 0000000000..f9f90c67c9 --- /dev/null +++ b/packages/design-system/src/icons/anthropic.svg @@ -0,0 +1 @@ +Anthropic diff --git a/src/utils/categoryUtil.ts b/src/utils/categoryUtil.ts index 240713e50b..876a3c5192 100644 --- a/src/utils/categoryUtil.ts +++ b/src/utils/categoryUtil.ts @@ -56,6 +56,7 @@ export const getCategoryIcon = (categoryId: string): string => { * Each entry can be a single color or [color1, color2] for gradient. */ const PROVIDER_COLORS: Record = { + anthropic: '#D97757', bfl: '#ffffff', bria: '#B6B6B6', elevenlabs: '#B6B6B6',