@panneau/field-html 3.0.289 → 3.0.290

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.
Files changed (2) hide show
  1. package/es/index.js +1 -2
  2. package/package.json +5 -5
package/es/index.js CHANGED
@@ -150,11 +150,10 @@ var HtmlField = function HtmlField(_ref) {
150
150
  };
151
151
  HtmlField.propTypes = propTypes;
152
152
  HtmlField.defaultProps = defaultProps;
153
- var HtmlField$1 = HtmlField;
154
153
 
155
154
  var definition = {
156
155
  id: 'html',
157
156
  component: 'Html'
158
157
  };
159
158
 
160
- export { HtmlField$1 as default, definition };
159
+ export { HtmlField as default, definition };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@panneau/field-html",
3
- "version": "3.0.289",
3
+ "version": "3.0.290",
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": "^41.3.1",
63
63
  "@ckeditor/ckeditor5-react": "^6.2.0",
64
64
  "@panneau/ckeditor": "^3.0.235",
65
- "@panneau/core": "^3.0.289",
66
- "@panneau/field-input-group": "^3.0.289",
67
- "@panneau/themes": "^3.0.289",
65
+ "@panneau/core": "^3.0.290",
66
+ "@panneau/field-input-group": "^3.0.290",
67
+ "@panneau/themes": "^3.0.290",
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": "edc1e168d65812a581fdc4315bf9b0832fb1b888"
77
+ "gitHead": "682156ae8f9e789cca229bd2aab2c8f3228b5ffe"
78
78
  }