@kids-reporter/draft-editor 0.4.6 → 0.4.8

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.
@@ -229,6 +229,10 @@ function ImageSelector(props) {
229
229
  value: undefined,
230
230
  label: 'default',
231
231
  isDisabled: false
232
+ }, {
233
+ value: 'paragraph-width',
234
+ label: '與文章段落等寬',
235
+ isDisabled: false
232
236
  }, {
233
237
  value: 'left',
234
238
  label: 'left',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kids-reporter/draft-editor",
3
- "version": "0.4.6",
3
+ "version": "0.4.8",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {
@@ -23,7 +23,7 @@
23
23
  ],
24
24
  "license": "MIT",
25
25
  "dependencies": {
26
- "@kids-reporter/draft-renderer": "^0.4.3",
26
+ "@kids-reporter/draft-renderer": "^0.4.6",
27
27
  "draft-js": "^0.11.7"
28
28
  },
29
29
  "peerDependencies": {