@blocklet/editor 2.4.69 → 2.4.70

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.
@@ -129,8 +129,8 @@ const StyledEditorWrapper = styled(Box) `
129
129
  }
130
130
 
131
131
  @container blocklet-editor (max-width: 1000px) {
132
- .be-editable img,
133
- .be-editable *:has(img) {
132
+ .be-editable > p > span:has(> div > img),
133
+ .be-editable > p > span > div > img {
134
134
  width: 100% !important;
135
135
  }
136
136
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/editor",
3
- "version": "2.4.69",
3
+ "version": "2.4.70",
4
4
  "main": "lib/index.js",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -70,7 +70,7 @@
70
70
  "ufo": "^1.5.4",
71
71
  "url-join": "^4.0.1",
72
72
  "zustand": "^4.5.5",
73
- "@blocklet/pdf": "2.4.69"
73
+ "@blocklet/pdf": "2.4.70"
74
74
  },
75
75
  "devDependencies": {
76
76
  "@babel/core": "^7.25.2",