@weni/unnnic-system 3.7.1-alpha.1 → 3.7.1-alpha.2

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": "3.7.1-alpha.1",
3
+ "version": "3.7.1-alpha.2",
4
4
  "type": "commonjs",
5
5
  "files": [
6
6
  "dist",
@@ -6,6 +6,7 @@
6
6
  icon="close-1"
7
7
  scheme="neutral-dark"
8
8
  size="sm"
9
+ clickable
9
10
  @click="$emit('close')"
10
11
  />
11
12
  </div>
@@ -128,6 +129,7 @@ export default {
128
129
  default: '',
129
130
  },
130
131
  },
132
+ emits: ['close', 'file-change', 'cancel', 'action'],
131
133
 
132
134
  data() {
133
135
  return {};