@tinymce/tinymce-webcomponent 2.0.2 → 2.0.3-feature.20230526020344367.sha40821da

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.
@@ -138,7 +138,8 @@
138
138
  images_reuse_filename: parseBooleanOrString,
139
139
  icons: parseString,
140
140
  icons_url: parseString,
141
- promotion: parseBooleanOrString
141
+ promotion: parseBooleanOrString,
142
+ ui_mode: parseString
142
143
  };
143
144
  const configRenames = {};
144
145
  class TinyMceEditor extends HTMLElement {
package/package.json CHANGED
@@ -42,13 +42,13 @@
42
42
  "esm": "^3.2.25",
43
43
  "express": "^4.18.2",
44
44
  "rollup": "^3.20.1",
45
- "tinymce": "^6.3.1",
45
+ "tinymce": "^6.4.1",
46
46
  "ts-loader": "^9.4.2",
47
47
  "ts-node": "^10.9.1",
48
48
  "typescript": "~5.0.2",
49
49
  "webpack": "^5.75.0"
50
50
  },
51
51
  "dependencies": {},
52
- "version": "2.0.2",
52
+ "version": "2.0.3-feature.20230526020344367.sha40821da",
53
53
  "name": "@tinymce/tinymce-webcomponent"
54
54
  }