@mirrormedia/lilith-draft-editor 1.2.0 → 1.3.0

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.
@@ -281,7 +281,7 @@ function ImageSelector(props) {
281
281
  const [delay, setDelay] = (0, _react.useState)(initialDelay ?? '5');
282
282
  const [align, setAlign] = (0, _react.useState)(initialAlign);
283
283
  const contentWrapperRef = (0, _react.useRef)();
284
- const pageSize = 6;
284
+ const pageSize = 18;
285
285
  const options = [{
286
286
  value: undefined,
287
287
  label: 'default',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirrormedia/lilith-draft-editor",
3
- "version": "1.2.0",
3
+ "version": "1.3.0",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {
@@ -37,4 +37,4 @@
37
37
  "files": [
38
38
  "lib"
39
39
  ]
40
- }
40
+ }