@webiny/lexical-editor 6.4.0-beta.1 → 6.4.0-beta.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,15 @@
1
+ export { LexicalHtmlRenderer } from "../../../components/LexicalHtmlRenderer.js";
2
+ export { getNodeFromSelection } from "../../../hooks/index.js";
3
+ export { useCurrentElement } from "../../../hooks/index.js";
4
+ export { useCurrentSelection } from "../../../hooks/index.js";
5
+ export { useDeriveValueFromSelection } from "../../../hooks/index.js";
6
+ export { useRichTextEditor } from "../../../hooks/index.js";
7
+ export { useFontColorPicker } from "../../../hooks/index.js";
8
+ export { useTextAlignmentAction } from "../../../hooks/index.js";
9
+ export { useTypographyAction } from "../../../hooks/index.js";
10
+ export { useIsMounted } from "../../../hooks/index.js";
11
+ export { Divider } from "../../../ui/Divider.js";
12
+ export { DropDownItem } from "../../../ui/DropDown.js";
13
+ export { DropDown } from "../../../ui/DropDown.js";
14
+ export type { Klass, LexicalNode } from "../../../types.js";
15
+ export { LexicalEditorConfig, useLexicalEditorConfig } from "../../../components/LexicalEditorConfig/LexicalEditorConfig.js";
@@ -0,0 +1,5 @@
1
+ export { LexicalHtmlRenderer } from "../../../components/LexicalHtmlRenderer.js";
2
+ export { getNodeFromSelection, useCurrentElement, useCurrentSelection, useDeriveValueFromSelection, useFontColorPicker, useIsMounted, useRichTextEditor, useTextAlignmentAction, useTypographyAction } from "../../../hooks/index.js";
3
+ export { Divider } from "../../../ui/Divider.js";
4
+ export { DropDown, DropDownItem } from "../../../ui/DropDown.js";
5
+ export { LexicalEditorConfig, useLexicalEditorConfig } from "../../../components/LexicalEditorConfig/LexicalEditorConfig.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webiny/lexical-editor",
3
- "version": "6.4.0-beta.1",
3
+ "version": "6.4.0-beta.3",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": "./index.js",
@@ -20,21 +20,21 @@
20
20
  "@lexical/selection": "0.44.0",
21
21
  "@lexical/text": "0.44.0",
22
22
  "@lexical/utils": "0.44.0",
23
- "@webiny/lexical-nodes": "6.4.0-beta.1",
24
- "@webiny/lexical-theme": "6.4.0-beta.1",
25
- "@webiny/react-composition": "6.4.0-beta.1",
26
- "@webiny/react-properties": "6.4.0-beta.1",
23
+ "@webiny/lexical-nodes": "6.4.0-beta.3",
24
+ "@webiny/lexical-theme": "6.4.0-beta.3",
25
+ "@webiny/react-composition": "6.4.0-beta.3",
26
+ "@webiny/react-properties": "6.4.0-beta.3",
27
27
  "lexical": "0.44.0",
28
28
  "lodash": "4.18.1",
29
29
  "react": "18.3.1",
30
30
  "react-dom": "18.3.1"
31
31
  },
32
32
  "devDependencies": {
33
- "@webiny/build-tools": "6.4.0-beta.1"
33
+ "@webiny/build-tools": "6.4.0-beta.3"
34
34
  },
35
35
  "publishConfig": {
36
36
  "access": "public",
37
37
  "directory": "dist"
38
38
  },
39
- "gitHead": "73237b8243693038c072bae1c0b783387448cbbe"
39
+ "gitHead": "2e58681d4344024bfb60e6180338e2f154ec87f0"
40
40
  }
@@ -1,15 +0,0 @@
1
- export { LexicalHtmlRenderer } from "../../components/LexicalHtmlRenderer.js";
2
- export { getNodeFromSelection } from "../../hooks/index.js";
3
- export { useCurrentElement } from "../../hooks/index.js";
4
- export { useCurrentSelection } from "../../hooks/index.js";
5
- export { useDeriveValueFromSelection } from "../../hooks/index.js";
6
- export { useRichTextEditor } from "../../hooks/index.js";
7
- export { useFontColorPicker } from "../../hooks/index.js";
8
- export { useTextAlignmentAction } from "../../hooks/index.js";
9
- export { useTypographyAction } from "../../hooks/index.js";
10
- export { useIsMounted } from "../../hooks/index.js";
11
- export { Divider } from "../../ui/Divider.js";
12
- export { DropDownItem } from "../../ui/DropDown.js";
13
- export { DropDown } from "../../ui/DropDown.js";
14
- export type { Klass, LexicalNode } from "../../types.js";
15
- export { LexicalEditorConfig, useLexicalEditorConfig } from "../../components/LexicalEditorConfig/LexicalEditorConfig.js";
@@ -1,5 +0,0 @@
1
- export { LexicalHtmlRenderer } from "../../components/LexicalHtmlRenderer.js";
2
- export { getNodeFromSelection, useCurrentElement, useCurrentSelection, useDeriveValueFromSelection, useFontColorPicker, useIsMounted, useRichTextEditor, useTextAlignmentAction, useTypographyAction } from "../../hooks/index.js";
3
- export { Divider } from "../../ui/Divider.js";
4
- export { DropDown, DropDownItem } from "../../ui/DropDown.js";
5
- export { LexicalEditorConfig, useLexicalEditorConfig } from "../../components/LexicalEditorConfig/LexicalEditorConfig.js";