layers-design-system 2.0.6 → 2.0.7

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,7 +1,7 @@
1
1
  {
2
2
  "name": "layers-design-system",
3
3
  "main": "src/main.js",
4
- "version": "2.0.6",
4
+ "version": "2.0.7",
5
5
  "scripts": {
6
6
  "start": "vue-cli-service serve ./src/main-docs.js",
7
7
  "build": "vue-cli-service build --target lib ./src/main.js",
@@ -303,6 +303,7 @@ export default {
303
303
  },
304
304
  onFocus: () => {
305
305
  this.isEditorFocused = true
306
+ this.$emit('focus', true)
306
307
  },
307
308
  onBlur: () => {
308
309
  this.isEditorFocused = false