@webiny/lexical-editor 6.4.4-beta.4 → 6.4.4-beta.6
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/index.js +2 -2
- package/package.json +15 -15
- package/ui/LinkPreview.css +2 -2
package/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as __rspack_external__types_js_b06c0ce5 from "./types.js";
|
|
2
2
|
export * from "./hooks/index.js";
|
|
3
3
|
export * from "./commands/index.js";
|
|
4
4
|
export { LexicalHtmlRenderer } from "./components/LexicalHtmlRenderer.js";
|
|
@@ -31,4 +31,4 @@ export { ImagesPlugin } from "./plugins/ImagesPlugin/ImagesPlugin.js";
|
|
|
31
31
|
export { StateHandlingPlugin } from "./plugins/StateHandlingPlugin.js";
|
|
32
32
|
export { isValidLexicalData } from "./utils/isValidLexicalData.js";
|
|
33
33
|
export { LexicalEditorConfig, useLexicalEditorConfig } from "./components/LexicalEditorConfig/LexicalEditorConfig.js";
|
|
34
|
-
export {
|
|
34
|
+
export { __rspack_external__types_js_b06c0ce5 as types };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@webiny/lexical-editor",
|
|
3
|
-
"version": "6.4.4-beta.
|
|
3
|
+
"version": "6.4.4-beta.6",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": "./index.js",
|
|
@@ -12,25 +12,25 @@
|
|
|
12
12
|
},
|
|
13
13
|
"license": "MIT",
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@lexical/code": "0.
|
|
16
|
-
"@lexical/history": "0.
|
|
17
|
-
"@lexical/react": "0.
|
|
18
|
-
"@lexical/rich-text": "0.
|
|
19
|
-
"@lexical/selection": "0.
|
|
20
|
-
"@lexical/text": "0.
|
|
21
|
-
"@lexical/utils": "0.
|
|
22
|
-
"@webiny/lexical-nodes": "6.4.4-beta.
|
|
23
|
-
"@webiny/lexical-theme": "6.4.4-beta.
|
|
24
|
-
"@webiny/react-composition": "6.4.4-beta.
|
|
25
|
-
"@webiny/react-properties": "6.4.4-beta.
|
|
26
|
-
"lexical": "0.
|
|
15
|
+
"@lexical/code": "0.46.0",
|
|
16
|
+
"@lexical/history": "0.46.0",
|
|
17
|
+
"@lexical/react": "0.46.0",
|
|
18
|
+
"@lexical/rich-text": "0.46.0",
|
|
19
|
+
"@lexical/selection": "0.46.0",
|
|
20
|
+
"@lexical/text": "0.46.0",
|
|
21
|
+
"@lexical/utils": "0.46.0",
|
|
22
|
+
"@webiny/lexical-nodes": "6.4.4-beta.6",
|
|
23
|
+
"@webiny/lexical-theme": "6.4.4-beta.6",
|
|
24
|
+
"@webiny/react-composition": "6.4.4-beta.6",
|
|
25
|
+
"@webiny/react-properties": "6.4.4-beta.6",
|
|
26
|
+
"lexical": "0.46.0",
|
|
27
27
|
"lodash": "4.18.1",
|
|
28
|
-
"radix-ui": "1.
|
|
28
|
+
"radix-ui": "1.6.2",
|
|
29
29
|
"react": "18.3.1",
|
|
30
30
|
"react-dom": "18.3.1"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"@webiny/build-tools": "6.4.4-beta.
|
|
33
|
+
"@webiny/build-tools": "6.4.4-beta.6"
|
|
34
34
|
},
|
|
35
35
|
"publishConfig": {
|
|
36
36
|
"access": "public"
|