@panneau/field-html 4.0.14 → 4.0.15
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/dist/index.js +2 -2
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -7,7 +7,7 @@ import InputGroup from '@panneau/field-input-group';
|
|
|
7
7
|
import _slicedToArray from '@babel/runtime/helpers/slicedToArray';
|
|
8
8
|
import { jsx } from 'react/jsx-runtime';
|
|
9
9
|
|
|
10
|
-
|
|
10
|
+
function useCKEditorBuilds() {
|
|
11
11
|
var _useState = useState(false),
|
|
12
12
|
_useState2 = _slicedToArray(_useState, 2),
|
|
13
13
|
loaded = _useState2[0],
|
|
@@ -36,7 +36,7 @@ var useCKEditorBuilds = function useCKEditorBuilds() {
|
|
|
36
36
|
};
|
|
37
37
|
}, [loaded, setLoaded]);
|
|
38
38
|
return ref.current;
|
|
39
|
-
}
|
|
39
|
+
}
|
|
40
40
|
|
|
41
41
|
var styles = {"container":"panneau-field-html-container"};
|
|
42
42
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@panneau/field-html",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.15",
|
|
4
4
|
"description": "A HTML field, using either Quill or CK Editor",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript"
|
|
@@ -66,9 +66,9 @@
|
|
|
66
66
|
"@ckeditor/ckeditor5-editor-multi-root": "^47.1.0",
|
|
67
67
|
"@ckeditor/ckeditor5-react": "^11.0.0",
|
|
68
68
|
"@panneau/ckeditor": "^4.0.14",
|
|
69
|
-
"@panneau/core": "^4.0.
|
|
70
|
-
"@panneau/field-input-group": "^4.0.
|
|
71
|
-
"@panneau/themes": "^4.0.
|
|
69
|
+
"@panneau/core": "^4.0.15",
|
|
70
|
+
"@panneau/field-input-group": "^4.0.15",
|
|
71
|
+
"@panneau/themes": "^4.0.15",
|
|
72
72
|
"classnames": "^2.5.1"
|
|
73
73
|
},
|
|
74
74
|
"overrides": {
|
|
@@ -77,5 +77,5 @@
|
|
|
77
77
|
"publishConfig": {
|
|
78
78
|
"access": "public"
|
|
79
79
|
},
|
|
80
|
-
"gitHead": "
|
|
80
|
+
"gitHead": "83c02ca2f26e02383ef452ffcafda984d0b211cd"
|
|
81
81
|
}
|