@weni/unnnic-system 2.0.22 → 2.0.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@weni/unnnic-system",
3
- "version": "2.0.22",
3
+ "version": "2.0.23",
4
4
  "type": "commonjs",
5
5
  "files": [
6
6
  "dist",
@@ -74,4 +74,4 @@
74
74
  "vite": "4.3.5",
75
75
  "vue-eslint-parser": "^9.4.2"
76
76
  }
77
- }
77
+ }
@@ -9,7 +9,7 @@
9
9
  waiting: waitingTime && !discussionGoal,
10
10
  }"
11
11
  :tabindex="0"
12
- @click="$emit('click')"
12
+ @click.stop="$emit('click', $event)"
13
13
  @keypress.enter="$emit('click')"
14
14
  @mouseenter="isHovered = true"
15
15
  @mouseleave="isHovered = false"
@@ -99,6 +99,8 @@ export default {
99
99
  Checkbox,
100
100
  },
101
101
 
102
+ emits: ['click'],
103
+
102
104
  mixins: [UnnnicI18n],
103
105
 
104
106
  props: {