@panneau/field-html 3.0.165 → 3.0.167

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
@@ -109,8 +109,6 @@ var HtmlField = function HtmlField(_ref) {
109
109
  className = _ref.className;
110
110
  var CKEditorBuild = useCKEditorBuild() || null;
111
111
  var CKValue = value !== null ? value : '';
112
- // console.log('build', CKEditorBuild);
113
-
114
112
  var finalClassName = inline ? classNames([styles.container, 'form-control', _defineProperty(_defineProperty(_defineProperty({}, className, className !== null), 'is-valid', feedback === 'valid'), 'is-invalid', feedback === 'invalid' || errors !== null && errors.length > 0)]) : classNames([styles.container, _defineProperty({}, className, className !== null)]);
115
113
  var onCkEditorChange = useCallback(function (event, editor) {
116
114
  var data = editor.getData();
package/lib/index.js CHANGED
@@ -113,8 +113,6 @@ var HtmlField = function HtmlField(_ref) {
113
113
  className = _ref.className;
114
114
  var CKEditorBuild = useCKEditorBuild() || null;
115
115
  var CKValue = value !== null ? value : '';
116
- // console.log('build', CKEditorBuild);
117
-
118
116
  var finalClassName = inline ? classNames([styles.container, 'form-control', _defineProperty(_defineProperty(_defineProperty({}, className, className !== null), 'is-valid', feedback === 'valid'), 'is-invalid', feedback === 'invalid' || errors !== null && errors.length > 0)]) : classNames([styles.container, _defineProperty({}, className, className !== null)]);
119
117
  var onCkEditorChange = React.useCallback(function (event, editor) {
120
118
  var data = editor.getData();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@panneau/field-html",
3
- "version": "3.0.165",
3
+ "version": "3.0.167",
4
4
  "description": "A HTML field, using either Quill or CK Editor",
5
5
  "keywords": [
6
6
  "javascript"
@@ -55,7 +55,7 @@
55
55
  "dependencies": {
56
56
  "@babel/runtime": "^7.12.5",
57
57
  "@ckeditor/ckeditor5-react": "^6.2.0",
58
- "@panneau/ckeditor": "^3.0.165",
58
+ "@panneau/ckeditor": "^3.0.167",
59
59
  "@panneau/core": "^3.0.164",
60
60
  "@panneau/field-input-group": "^3.0.164",
61
61
  "@panneau/themes": "^3.0.164",
@@ -65,5 +65,5 @@
65
65
  "publishConfig": {
66
66
  "access": "public"
67
67
  },
68
- "gitHead": "3be43601dbd39c37504b9364886f6d1071f9b5a0"
68
+ "gitHead": "7b34ecccc64aedd17b4cd8e0beea24bfa7338771"
69
69
  }