@jx3box/jx3box-vue3-ui 0.6.2 → 0.6.3

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": "@jx3box/jx3box-vue3-ui",
3
- "version": "0.6.2",
3
+ "version": "0.6.3",
4
4
  "description": "JX3BOX Vue3 UI",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -26,9 +26,9 @@
26
26
  },
27
27
  "dependencies": {
28
28
  "@element-plus/icons-vue": "^2.1.0",
29
- "@jx3box/jx3box-common": "^8.1.4",
29
+ "@jx3box/jx3box-common": "^8.2.7",
30
30
  "@jx3box/jx3box-data": "^3.5.6",
31
- "@jx3box/jx3box-emotion": "^1.2.5",
31
+ "@jx3box/jx3box-emotion": "^1.2.6",
32
32
  "@jx3box/jx3box-macro": "^1.0.1",
33
33
  "@jx3box/jx3box-talent": "^1.2.7",
34
34
  "@jx3box/reporter": "^0.0.4",
@@ -147,6 +147,7 @@ export default {
147
147
  images_upload_url: API,
148
148
  automatic_uploads: true,
149
149
  images_upload_credentials: true,
150
+ valid_children: "+body[style]",
150
151
  },
151
152
  mode: "tinymce",
152
153
  };