@panneau/field-html 1.0.0-alpha.236 → 1.0.0-alpha.252

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 CHANGED
@@ -145,7 +145,8 @@ var HtmlField = function HtmlField(_ref) {
145
145
  var commonProps = {
146
146
  onFocus: onFocus,
147
147
  onBlur: onBlur
148
- };
148
+ }; // console.log('CKValue', CKValue);
149
+
149
150
  var ckElement = CKEditorBuild !== null ? /*#__PURE__*/React.createElement("div", {
150
151
  className: finalClassName
151
152
  }, /*#__PURE__*/React.createElement(CKEditor, Object.assign({
package/lib/index.js CHANGED
@@ -176,7 +176,8 @@ var HtmlField = function HtmlField(_ref) {
176
176
  var commonProps = {
177
177
  onFocus: onFocus,
178
178
  onBlur: onBlur
179
- };
179
+ }; // console.log('CKValue', CKValue);
180
+
180
181
  var ckElement = CKEditorBuild !== null ? /*#__PURE__*/React__default["default"].createElement("div", {
181
182
  className: finalClassName
182
183
  }, /*#__PURE__*/React__default["default"].createElement(ckeditor5React.CKEditor, Object.assign({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@panneau/field-html",
3
- "version": "1.0.0-alpha.236",
3
+ "version": "1.0.0-alpha.252",
4
4
  "description": "A HTML field, using either Quill or CK Editor",
5
5
  "keywords": [
6
6
  "javascript"
@@ -56,14 +56,14 @@
56
56
  "@ckeditor/ckeditor5-build-classic": "^27.0.0",
57
57
  "@ckeditor/ckeditor5-build-inline": "^27.0.0",
58
58
  "@ckeditor/ckeditor5-react": "^3.0.2",
59
- "@panneau/core": "^1.0.0-alpha.236",
60
- "@panneau/field-input-group": "^1.0.0-alpha.236",
61
- "@panneau/themes": "^1.0.0-alpha.236",
59
+ "@panneau/core": "^1.0.0-alpha.242",
60
+ "@panneau/field-input-group": "^1.0.0-alpha.242",
61
+ "@panneau/themes": "^1.0.0-alpha.242",
62
62
  "classnames": "^2.2.6",
63
63
  "prop-types": "^15.7.2"
64
64
  },
65
65
  "publishConfig": {
66
66
  "access": "public"
67
67
  },
68
- "gitHead": "ac8add5d37f0c2439d9b3726d052f2698ee1ea3b"
68
+ "gitHead": "6a0e4fe04b53f603d16d446460d591635ce29838"
69
69
  }