@panneau/field-html 4.0.0 → 4.0.2
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/es/index.js +1 -1
- package/package.json +5 -5
package/es/index.js
CHANGED
|
@@ -2,7 +2,7 @@ import _objectSpread from '@babel/runtime/helpers/objectSpread2';
|
|
|
2
2
|
import _defineProperty from '@babel/runtime/helpers/defineProperty';
|
|
3
3
|
import { CKEditor } from '@ckeditor/ckeditor5-react';
|
|
4
4
|
import classNames from 'classnames';
|
|
5
|
-
import
|
|
5
|
+
import { useState, useRef, useEffect, useCallback } from 'react';
|
|
6
6
|
import InputGroup from '@panneau/field-input-group';
|
|
7
7
|
import _slicedToArray from '@babel/runtime/helpers/slicedToArray';
|
|
8
8
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@panneau/field-html",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.2",
|
|
4
4
|
"description": "A HTML field, using either Quill or CK Editor",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript"
|
|
@@ -62,9 +62,9 @@
|
|
|
62
62
|
"@ckeditor/ckeditor5-editor-multi-root": "^47.1.0",
|
|
63
63
|
"@ckeditor/ckeditor5-react": "^11.0.0",
|
|
64
64
|
"@panneau/ckeditor": "^4.0.0",
|
|
65
|
-
"@panneau/core": "^4.0.
|
|
66
|
-
"@panneau/field-input-group": "^4.0.
|
|
67
|
-
"@panneau/themes": "^4.0.
|
|
65
|
+
"@panneau/core": "^4.0.2",
|
|
66
|
+
"@panneau/field-input-group": "^4.0.2",
|
|
67
|
+
"@panneau/themes": "^4.0.2",
|
|
68
68
|
"classnames": "^2.5.1",
|
|
69
69
|
"prop-types": "^15.7.2"
|
|
70
70
|
},
|
|
@@ -74,5 +74,5 @@
|
|
|
74
74
|
"publishConfig": {
|
|
75
75
|
"access": "public"
|
|
76
76
|
},
|
|
77
|
-
"gitHead": "
|
|
77
|
+
"gitHead": "53ad0f27e467992c23158732e0f7d39d8615780b"
|
|
78
78
|
}
|