@designcrowd/fe-shared-lib 1.1.6-rte-ast-15 → 1.1.6-rte-ast-16

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": "@designcrowd/fe-shared-lib",
3
- "version": "1.1.6-rte-ast-15",
3
+ "version": "1.1.6-rte-ast-16",
4
4
  "scripts": {
5
5
  "start": "npm run storybook",
6
6
  "build": "npm run build:css --production",
@@ -307,6 +307,7 @@ export default {
307
307
  e.target.value = newNumber;
308
308
  this.$emit('update:modelValue', this.number);
309
309
  this.$emit('input', this.number);
310
+ this.$emit('blur', this.number);
310
311
  },
311
312
  },
312
313
  };