@peng_kai/kit 0.3.0-beta.41 → 0.3.0-beta.42

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.
@@ -163,7 +163,7 @@ const editorConfig: CKEditorConfig = {
163
163
  '|',
164
164
  'resizeImage',
165
165
  ],
166
- resizeUnit: 'px',
166
+ resizeUnit: '%',
167
167
  },
168
168
  list: {
169
169
  properties: {
@@ -151,7 +151,7 @@ export const defaultConfig: Record<string, any> = {
151
151
  '|',
152
152
  'resizeImage',
153
153
  ],
154
- resizeUnit: 'px',
154
+ resizeUnit: '%',
155
155
  },
156
156
  list: {
157
157
  properties: {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@peng_kai/kit",
3
3
  "type": "module",
4
- "version": "0.3.0-beta.41",
4
+ "version": "0.3.0-beta.42",
5
5
  "description": "",
6
6
  "author": "",
7
7
  "license": "ISC",