mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
feat: Add support for dark mode node icons and colors (#9412)
Co-authored-by: Giulio Andreini <g.andreini@gmail.com>
This commit is contained in:
@@ -12,6 +12,7 @@ import type {
|
||||
INodeType,
|
||||
ILoadOptionsFunctions,
|
||||
INodeListSearchResult,
|
||||
Icon,
|
||||
} from 'n8n-workflow';
|
||||
import type { Embeddings } from '@langchain/core/embeddings';
|
||||
import type { Document } from '@langchain/core/documents';
|
||||
@@ -27,7 +28,7 @@ interface NodeMeta {
|
||||
name: string;
|
||||
description: string;
|
||||
docsUrl: string;
|
||||
icon: string;
|
||||
icon: Icon;
|
||||
credentials?: INodeCredentialDescription[];
|
||||
}
|
||||
interface VectorStoreNodeConstructorArgs {
|
||||
|
||||
Reference in New Issue
Block a user