@uniformdev/richtext 20.69.1-alpha.10 → 20.70.1-alpha.10

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.
Files changed (2) hide show
  1. package/dist/index.js +3 -3
  2. package/package.json +9 -9
package/dist/index.js CHANGED
@@ -18,8 +18,8 @@ var __copyProps = (to, from, except, desc) => {
18
18
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
19
 
20
20
  // src/index.ts
21
- var src_exports = {};
22
- __export(src_exports, {
21
+ var index_exports = {};
22
+ __export(index_exports, {
23
23
  assetHtmlRenderer: () => assetHtmlRenderer,
24
24
  defaultParameterConfiguration: () => defaultParameterConfiguration,
25
25
  emptyRichTextValue: () => emptyRichTextValue,
@@ -58,7 +58,7 @@ __export(src_exports, {
58
58
  textHtmlRenderer: () => textHtmlRenderer,
59
59
  walkRichTextTree: () => walkRichTextTree
60
60
  });
61
- module.exports = __toCommonJS(src_exports);
61
+ module.exports = __toCommonJS(index_exports);
62
62
 
63
63
  // src/elements.ts
64
64
  var rendererTypeTagMap = /* @__PURE__ */ new Map([
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/richtext",
3
- "version": "20.69.1-alpha.10+3d89a58006",
3
+ "version": "20.70.1-alpha.10+6e0ecaf156",
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",
@@ -39,13 +39,13 @@
39
39
  "apidocs-extract": "api-extractor run --local"
40
40
  },
41
41
  "devDependencies": {
42
- "@lexical/headless": "0.39.0",
43
- "@lexical/html": "0.39.0",
44
- "@lexical/link": "0.39.0",
45
- "@lexical/list": "0.39.0",
46
- "@lexical/rich-text": "0.39.0",
47
- "@uniformdev/assets": "20.69.1-alpha.10+3d89a58006",
48
- "lexical": "0.39.0"
42
+ "@lexical/headless": "0.45.0",
43
+ "@lexical/html": "0.45.0",
44
+ "@lexical/link": "0.45.0",
45
+ "@lexical/list": "0.45.0",
46
+ "@lexical/rich-text": "0.45.0",
47
+ "@uniformdev/assets": "20.70.1-alpha.10+6e0ecaf156",
48
+ "lexical": "0.45.0"
49
49
  },
50
50
  "files": [
51
51
  "/dist"
@@ -53,5 +53,5 @@
53
53
  "publishConfig": {
54
54
  "access": "public"
55
55
  },
56
- "gitHead": "3d89a5800698d773fd45afbcbec0bc5a3493cf0a"
56
+ "gitHead": "6e0ecaf15691da45ddab84cc3ca11c4d048bbbdd"
57
57
  }