@contentful/field-editor-rich-text 4.19.1 → 4.19.3-alpha.0

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/README.md +0 -1
  2. package/package.json +8 -5
package/README.md CHANGED
@@ -7,7 +7,6 @@ npm install @contentful/field-editor-rich-text
7
7
  This package contains a React `RichTextEditor` component that is used as the default for `RichText` field type in the Contentful web application.
8
8
 
9
9
  ```js
10
- import 'codemirror/lib/codemirror.css';
11
10
  import { RichTextEditor } from '@contentful/field-editor-rich-text';
12
11
  ```
13
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contentful/field-editor-rich-text",
3
- "version": "4.19.1",
3
+ "version": "4.19.3-alpha.0",
4
4
  "source": "./src/index.tsx",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -44,8 +44,8 @@
44
44
  "@contentful/f36-icons": "^5.4.1",
45
45
  "@contentful/f36-tokens": "^5.1.0",
46
46
  "@contentful/f36-utils": "^5.1.0",
47
- "@contentful/field-editor-reference": "^6.19.0",
48
- "@contentful/field-editor-shared": "^2.17.0",
47
+ "@contentful/field-editor-reference": "^6.19.2-alpha.0",
48
+ "@contentful/field-editor-shared": "^2.17.1-alpha.0",
49
49
  "@contentful/rich-text-plain-text-renderer": "^17.0.0",
50
50
  "@contentful/rich-text-types": "^17.2.5",
51
51
  "@popperjs/core": "^2.11.5",
@@ -86,10 +86,13 @@
86
86
  "@types/is-hotkey": "^0.1.6",
87
87
  "@udecode/plate-test-utils": "^3.2.0",
88
88
  "prism-react-renderer": "2.4.1",
89
- "react": "18.3.1"
89
+ "react": "18.3.1",
90
+ "slate": "0.118.1",
91
+ "slate-dom": "0.118.1",
92
+ "slate-react": "0.118.2"
90
93
  },
91
94
  "publishConfig": {
92
95
  "registry": "https://npm.pkg.github.com/"
93
96
  },
94
- "gitHead": "25039e978332b8efc8511a3e2ee2a6398f334a7f"
97
+ "gitHead": "447875c5a2ef25eb4552c29b990d90ec40bc6985"
95
98
  }