From 7cd4e13a527643dcf4021211105eb6c8f7c54a13 Mon Sep 17 00:00:00 2001 From: Igor Vinicius Date: Mon, 26 Jan 2026 14:06:46 -0300 Subject: [PATCH 1/2] =?UTF-8?q?chore:=20Atualiza=20vers=C3=A3o=20do=20cuid?= =?UTF-8?q?a?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b6187dee..40f08486 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sysvale/cuida", - "version": "3.152.1", + "version": "3.152.2", "description": "A design system built by Sysvale, using storybook and Vue components", "repository": { "type": "git", From bea53c4c38e7353a08eb8aaac71e7f276a737034 Mon Sep 17 00:00:00 2001 From: Igor Vinicius Date: Mon, 26 Jan 2026 14:07:04 -0300 Subject: [PATCH 2/2] =?UTF-8?q?refactor:=20Fecha=20popover=20quando=20uma?= =?UTF-8?q?=20cor=20=C3=A9=20selecionada?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ColorPicker.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/ColorPicker.vue b/src/components/ColorPicker.vue index 5a06cac7..95188df7 100644 --- a/src/components/ColorPicker.vue +++ b/src/components/ColorPicker.vue @@ -171,6 +171,8 @@ export default { } }); + this.showPopover = false; + /** * **Implementa v-model**. Evento utilizado para emitir a *cor* selecionada. A cor é emitida como uma string no formato HEX. * @event update:modelValue