@lexical/html 0.46.0 → 0.46.1-nightly.20260630.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.
- package/dist/types.d.ts +1 -1
- package/package.json +6 -6
- package/src/types.ts +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -50,7 +50,7 @@ export type ContextConfigUpdater<Ctx extends AnyContextSymbol, V> = {
|
|
|
50
50
|
/**
|
|
51
51
|
* @experimental
|
|
52
52
|
*
|
|
53
|
-
* Set the
|
|
53
|
+
* Set the context at `cfg` to a specific value, constructed with {@link contextValue}
|
|
54
54
|
*/
|
|
55
55
|
export type ContextConfigPair<Ctx extends AnyContextSymbol, V> = readonly [
|
|
56
56
|
ContextConfig<Ctx, V>,
|
package/package.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"html"
|
|
9
9
|
],
|
|
10
10
|
"license": "MIT",
|
|
11
|
-
"version": "0.46.0",
|
|
11
|
+
"version": "0.46.1-nightly.20260630.0",
|
|
12
12
|
"main": "./dist/LexicalHtml.js",
|
|
13
13
|
"types": "./dist/typescript-too-old.d.ts",
|
|
14
14
|
"repository": {
|
|
@@ -17,11 +17,11 @@
|
|
|
17
17
|
"directory": "packages/lexical-html"
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@lexical/extension": "0.46.0",
|
|
21
|
-
"@lexical/internal": "0.46.0",
|
|
22
|
-
"@lexical/selection": "0.46.0",
|
|
23
|
-
"@lexical/utils": "0.46.0",
|
|
24
|
-
"lexical": "0.46.0"
|
|
20
|
+
"@lexical/extension": "0.46.1-nightly.20260630.0",
|
|
21
|
+
"@lexical/internal": "0.46.1-nightly.20260630.0",
|
|
22
|
+
"@lexical/selection": "0.46.1-nightly.20260630.0",
|
|
23
|
+
"@lexical/utils": "0.46.1-nightly.20260630.0",
|
|
24
|
+
"lexical": "0.46.1-nightly.20260630.0"
|
|
25
25
|
},
|
|
26
26
|
"module": "./dist/LexicalHtml.mjs",
|
|
27
27
|
"sideEffects": false,
|
package/src/types.ts
CHANGED
|
@@ -67,7 +67,7 @@ export type ContextConfigUpdater<Ctx extends AnyContextSymbol, V> = {
|
|
|
67
67
|
/**
|
|
68
68
|
* @experimental
|
|
69
69
|
*
|
|
70
|
-
* Set the
|
|
70
|
+
* Set the context at `cfg` to a specific value, constructed with {@link contextValue}
|
|
71
71
|
*/
|
|
72
72
|
export type ContextConfigPair<Ctx extends AnyContextSymbol, V> = readonly [
|
|
73
73
|
ContextConfig<Ctx, V>,
|