@panneau/field-html 3.0.169 → 3.0.174
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 +0 -5
- package/lib/index.js +0 -5
- package/package.json +10 -6
package/es/index.js
CHANGED
|
@@ -19,8 +19,6 @@ var useCKEditorBuild = function useCKEditorBuild() {
|
|
|
19
19
|
canceled = true;
|
|
20
20
|
};
|
|
21
21
|
}
|
|
22
|
-
|
|
23
|
-
// console.log('hey editor', loaded, ref.current);
|
|
24
22
|
import('@panneau/ckeditor/build').then(function (_ref) {
|
|
25
23
|
var _ref$default = _ref["default"],
|
|
26
24
|
Editor = _ref$default === void 0 ? null : _ref$default;
|
|
@@ -125,9 +123,6 @@ var HtmlField = function HtmlField(_ref) {
|
|
|
125
123
|
onFocus: onFocus,
|
|
126
124
|
onBlur: onBlur
|
|
127
125
|
};
|
|
128
|
-
|
|
129
|
-
// console.log('my build', CKEditorBuild);
|
|
130
|
-
|
|
131
126
|
var ckElement = CKEditorBuild !== null ? /*#__PURE__*/React.createElement("div", {
|
|
132
127
|
className: finalClassName
|
|
133
128
|
}, /*#__PURE__*/React.createElement(CKEditor, Object.assign({
|
package/lib/index.js
CHANGED
|
@@ -23,8 +23,6 @@ var useCKEditorBuild = function useCKEditorBuild() {
|
|
|
23
23
|
canceled = true;
|
|
24
24
|
};
|
|
25
25
|
}
|
|
26
|
-
|
|
27
|
-
// console.log('hey editor', loaded, ref.current);
|
|
28
26
|
import('@panneau/ckeditor/build').then(function (_ref) {
|
|
29
27
|
var _ref$default = _ref["default"],
|
|
30
28
|
Editor = _ref$default === void 0 ? null : _ref$default;
|
|
@@ -129,9 +127,6 @@ var HtmlField = function HtmlField(_ref) {
|
|
|
129
127
|
onFocus: onFocus,
|
|
130
128
|
onBlur: onBlur
|
|
131
129
|
};
|
|
132
|
-
|
|
133
|
-
// console.log('my build', CKEditorBuild);
|
|
134
|
-
|
|
135
130
|
var ckElement = CKEditorBuild !== null ? /*#__PURE__*/React.createElement("div", {
|
|
136
131
|
className: finalClassName
|
|
137
132
|
}, /*#__PURE__*/React.createElement(ckeditor5React.CKEditor, Object.assign({
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@panneau/field-html",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.174",
|
|
4
4
|
"description": "A HTML field, using either Quill or CK Editor",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript"
|
|
@@ -54,16 +54,20 @@
|
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
56
|
"@babel/runtime": "^7.12.5",
|
|
57
|
+
"@ckeditor/ckeditor5-editor-multi-root": "^41.3.1",
|
|
57
58
|
"@ckeditor/ckeditor5-react": "^6.2.0",
|
|
58
|
-
"@panneau/ckeditor": "^3.0.
|
|
59
|
-
"@panneau/core": "^3.0.
|
|
60
|
-
"@panneau/field-input-group": "^3.0.
|
|
61
|
-
"@panneau/themes": "^3.0.
|
|
59
|
+
"@panneau/ckeditor": "^3.0.170",
|
|
60
|
+
"@panneau/core": "^3.0.174",
|
|
61
|
+
"@panneau/field-input-group": "^3.0.174",
|
|
62
|
+
"@panneau/themes": "^3.0.174",
|
|
62
63
|
"classnames": "^2.5.1",
|
|
63
64
|
"prop-types": "^15.7.2"
|
|
64
65
|
},
|
|
66
|
+
"overrides": {
|
|
67
|
+
"@ckeditor/ckeditor5-editor-multi-root": "^41.3.1"
|
|
68
|
+
},
|
|
65
69
|
"publishConfig": {
|
|
66
70
|
"access": "public"
|
|
67
71
|
},
|
|
68
|
-
"gitHead": "
|
|
72
|
+
"gitHead": "0b3a328b97ef9e9c02f8cfe731ac50a1611dc854"
|
|
69
73
|
}
|