@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 CHANGED
@@ -1,4 +1,4 @@
1
- import * as __rspack_external__types_js_7eec16d2 from "./types.js";
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 { __rspack_external__types_js_7eec16d2 as types };
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.4",
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.44.0",
16
- "@lexical/history": "0.44.0",
17
- "@lexical/react": "0.44.0",
18
- "@lexical/rich-text": "0.44.0",
19
- "@lexical/selection": "0.44.0",
20
- "@lexical/text": "0.44.0",
21
- "@lexical/utils": "0.44.0",
22
- "@webiny/lexical-nodes": "6.4.4-beta.4",
23
- "@webiny/lexical-theme": "6.4.4-beta.4",
24
- "@webiny/react-composition": "6.4.4-beta.4",
25
- "@webiny/react-properties": "6.4.4-beta.4",
26
- "lexical": "0.44.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.5.0",
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.4"
33
+ "@webiny/build-tools": "6.4.4-beta.6"
34
34
  },
35
35
  "publishConfig": {
36
36
  "access": "public"
@@ -11,10 +11,10 @@
11
11
  0% {
12
12
  background: #f9f9f9;
13
13
  }
14
- .50% {
14
+ 0.5% {
15
15
  background: #eeeeee;
16
16
  }
17
- .100% {
17
+ 0.1% {
18
18
  background: #f9f9f9;
19
19
  }
20
20
  }