@uniformdev/richtext 20.75.1-alpha.16 → 20.76.1-alpha.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.
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +3 -3
package/dist/index.d.mts
CHANGED
|
@@ -241,7 +241,7 @@ declare function rehydrateDefaultRichTextProperties<T extends ParameterRichTextV
|
|
|
241
241
|
*
|
|
242
242
|
* Some node types like quote just map directly to a
|
|
243
243
|
* HTML tag (ie blockquote). For those there is a simple
|
|
244
|
-
* type -> tag Map.
|
|
244
|
+
* `type -> tag` Map.
|
|
245
245
|
*/
|
|
246
246
|
declare const resolveDefaultRenderer$1: ResolveStringRenderer;
|
|
247
247
|
/**
|
package/dist/index.d.ts
CHANGED
|
@@ -241,7 +241,7 @@ declare function rehydrateDefaultRichTextProperties<T extends ParameterRichTextV
|
|
|
241
241
|
*
|
|
242
242
|
* Some node types like quote just map directly to a
|
|
243
243
|
* HTML tag (ie blockquote). For those there is a simple
|
|
244
|
-
* type -> tag Map.
|
|
244
|
+
* `type -> tag` Map.
|
|
245
245
|
*/
|
|
246
246
|
declare const resolveDefaultRenderer$1: ResolveStringRenderer;
|
|
247
247
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/richtext",
|
|
3
|
-
"version": "20.
|
|
3
|
+
"version": "20.76.1-alpha.3+61820b0b3e",
|
|
4
4
|
"description": "Common functionality and types for Uniform Rich Text parameters",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"@lexical/link": "0.49.0",
|
|
45
45
|
"@lexical/list": "0.49.0",
|
|
46
46
|
"@lexical/rich-text": "0.49.0",
|
|
47
|
-
"@uniformdev/assets": "20.
|
|
47
|
+
"@uniformdev/assets": "20.76.1-alpha.3+61820b0b3e",
|
|
48
48
|
"lexical": "0.49.0"
|
|
49
49
|
},
|
|
50
50
|
"files": [
|
|
@@ -53,5 +53,5 @@
|
|
|
53
53
|
"publishConfig": {
|
|
54
54
|
"access": "public"
|
|
55
55
|
},
|
|
56
|
-
"gitHead": "
|
|
56
|
+
"gitHead": "61820b0b3e1be2512bcfad6bd0a30092ffa7f9a3"
|
|
57
57
|
}
|