mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 11:22:15 +00:00
feat(editor): Add color picker design system component (#6179)
* feat(editor): Add color picker design system component * fix(editor): remove type imports * fix(editor): fix v-model * fix(editor): fix props * fix(editor): color picker view model * test(editor): add some basic test to color picker * fix(editor): update color picker styles * fix(editor): color picker view model * test(editor): update snapshot
This commit is contained in:
@@ -51,6 +51,7 @@ import {
|
||||
N8nResizeWrapper,
|
||||
N8nRecycleScroller,
|
||||
N8nCheckbox,
|
||||
N8nColorPicker,
|
||||
} from './components';
|
||||
|
||||
export const N8nPlugin: PluginObject<{}> = {
|
||||
@@ -105,5 +106,6 @@ export const N8nPlugin: PluginObject<{}> = {
|
||||
app.component('n8n-resize-wrapper', N8nResizeWrapper);
|
||||
app.component('n8n-recycle-scroller', N8nRecycleScroller);
|
||||
app.component('n8n-checkbox', N8nCheckbox);
|
||||
app.component('n8n-color-picker', N8nColorPicker);
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user