@uniformdev/richtext 20.75.1-alpha.16 → 20.76.2

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 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.75.1-alpha.16+4e56d1cd21",
3
+ "version": "20.76.2",
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.75.1-alpha.16+4e56d1cd21",
47
+ "@uniformdev/assets": "20.76.2",
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": "4e56d1cd21f2d4a02b13d733e51fb71441cac298"
56
+ "gitHead": "d977f0afc2aa754b18053d9455e007712e712dbb"
57
57
  }