@zipify/wysiwyg 1.0.0-dev.13 → 1.0.0-dev.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/lib/Wysiwyg.vue CHANGED
@@ -97,8 +97,9 @@ export default {
97
97
  default: 'zw-list--'
98
98
  },
99
99
 
100
+ // Requires Window type but it different in iframe and outside
101
+ // eslint-disable-next-line vue/require-prop-types
100
102
  window: {
101
- type: Window,
102
103
  required: false,
103
104
  default: () => window
104
105
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zipify/wysiwyg",
3
- "version": "1.0.0-dev.13",
3
+ "version": "1.0.0-dev.16",
4
4
  "description": "Zipify modification of TipTap text editor",
5
5
  "main": "dist/wysiwyg.js",
6
6
  "repository": {