@mbs-dev/react-editor 1.3.0 → 1.4.0

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/dist/Editor.js CHANGED
@@ -156,6 +156,7 @@ var config = function (_a) {
156
156
  'ol',
157
157
  '|',
158
158
  'image',
159
+ 'file',
159
160
  '|',
160
161
  'video',
161
162
  '|',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mbs-dev/react-editor",
3
- "version": "1.3.0",
3
+ "version": "1.4.0",
4
4
  "description": "react editor",
5
5
  "main": "dist/index.js",
6
6
  "types": "types/index.d.ts",
package/src/Editor.tsx CHANGED
@@ -139,6 +139,7 @@ export const config = ({
139
139
  'ol',
140
140
  '|',
141
141
  'image',
142
+ 'file', // ✅ added
142
143
  '|',
143
144
  'video',
144
145
  '|',