@contentful/field-editor-rich-text 2.1.0 → 2.1.3

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.
@@ -0,0 +1 @@
1
+ export declare const removeInternalMarks: (document: Record<string, unknown>) => any;
@@ -3,4 +3,4 @@ export interface CommandListProps {
3
3
  query: string;
4
4
  editor: PlateEditor;
5
5
  }
6
- export declare const CommandList: ({ query, editor }: CommandListProps) => JSX.Element | null;
6
+ export declare const CommandList: ({ query, editor }: CommandListProps) => JSX.Element;
@@ -1,3 +1,4 @@
1
1
  export declare const useCommandList: (commandItems: any, container: any) => {
2
2
  selectedItem: string;
3
+ isOpen: boolean;
3
4
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contentful/field-editor-rich-text",
3
- "version": "2.1.0",
3
+ "version": "2.1.3",
4
4
  "source": "./src/index.tsx",
5
5
  "main": "./dist/index.js",
6
6
  "module": "dist/field-editor-rich-text.esm.js",
@@ -29,7 +29,7 @@
29
29
  "@contentful/f36-components": "^4.0.33",
30
30
  "@contentful/f36-icons": "^4.1.1",
31
31
  "@contentful/f36-tokens": "^4.0.0",
32
- "@contentful/field-editor-reference": "^4.3.11",
32
+ "@contentful/field-editor-reference": "^4.4.0",
33
33
  "@contentful/field-editor-shared": "^1.1.3",
34
34
  "@contentful/rich-text-plain-text-renderer": "^15.12.1",
35
35
  "@contentful/rich-text-types": "^15.12.1",
@@ -70,5 +70,5 @@
70
70
  "@udecode/plate-test-utils": "^3.2.0",
71
71
  "react": ">=16.14.0"
72
72
  },
73
- "gitHead": "0a64b352a8e7f64c4ba35a1075beb32ac3d9b432"
73
+ "gitHead": "7b92e403ace78fccd003adaf46f48dfbd420c72c"
74
74
  }