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:
Csaba Tuncsik
2023-05-11 15:28:05 +02:00
committed by GitHub
parent bd1bffcd53
commit 823e88500c
7 changed files with 449 additions and 0 deletions

View File

@@ -48,3 +48,4 @@ export { default as N8nUsersList } from './N8nUsersList';
export { default as N8nResizeWrapper } from './N8nResizeWrapper';
export { default as N8nRecycleScroller } from './N8nRecycleScroller';
export { default as N8nCheckbox } from './N8nCheckbox';
export { default as N8nColorPicker } from './N8nColorPicker';