{"version":3,"file":"NcColorPicker-CTQlyVCL.cjs","sources":["../../src/components/NcColorPicker/NcColorPicker.vue"],"sourcesContent":["\n\n\n\n### General description\n\nThis component allows the user to choose a color. It consists of 2\nactual pickers:\n\n- One simple picker with a predefined palette of colors;\n- One more advanced picker that provides the full color spectrum;\n\n### Usage\n\n* Using v-model and passing in an HTML element that will be treated as a trigger:\n\n```vue\n\n\t
\n\t\t\n\t\t\t Click Me \n\t\t\n\t\t\n\t\t\t Click Me for a custom palette \n\t\t\n\t\t\n\t
\n\n\n\n```\n\n* Using v-bind for both color and open state and emitting an event that updates the color\n\n```vue\n\n\t
\n\t\t Click Me \n\t\t\n\t\t\t\n\t\t\n\t
\n\n\n\n```\n\n* Using advanced fields including HEX, RGB, and HSL:\n\n```vue\n\n\t