@uniformdev/richtext 19.38.2 → 19.38.3-alpha.78

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.esm.js CHANGED
@@ -383,6 +383,10 @@ var richTextBuiltInElements = [
383
383
  {
384
384
  label: "Code Block",
385
385
  type: "code"
386
+ },
387
+ {
388
+ label: "Dynamic Token",
389
+ type: "variable"
386
390
  }
387
391
  ];
388
392
  var richTextBuiltInFormats = [
package/dist/index.js CHANGED
@@ -438,6 +438,10 @@ var richTextBuiltInElements = [
438
438
  {
439
439
  label: "Code Block",
440
440
  type: "code"
441
+ },
442
+ {
443
+ label: "Dynamic Token",
444
+ type: "variable"
441
445
  }
442
446
  ];
443
447
  var richTextBuiltInFormats = [
package/dist/index.mjs CHANGED
@@ -383,6 +383,10 @@ var richTextBuiltInElements = [
383
383
  {
384
384
  label: "Code Block",
385
385
  type: "code"
386
+ },
387
+ {
388
+ label: "Dynamic Token",
389
+ type: "variable"
386
390
  }
387
391
  ];
388
392
  var richTextBuiltInFormats = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/richtext",
3
- "version": "19.38.2",
3
+ "version": "19.38.3-alpha.78+5c9892bf1",
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",
@@ -40,13 +40,13 @@
40
40
  "document": "api-extractor run --local"
41
41
  },
42
42
  "devDependencies": {
43
- "@lexical/headless": "^0.11.1",
44
- "@lexical/html": "^0.11.1",
45
- "@lexical/link": "^0.11.1",
46
- "@lexical/list": "^0.11.1",
47
- "@lexical/rich-text": "^0.11.1",
48
- "@uniformdev/canvas": "^19.38.2",
49
- "lexical": "^0.11.1"
43
+ "@lexical/headless": "^0.12.0",
44
+ "@lexical/html": "^0.12.0",
45
+ "@lexical/link": "^0.12.0",
46
+ "@lexical/list": "^0.12.0",
47
+ "@lexical/rich-text": "^0.12.0",
48
+ "@uniformdev/canvas": "^19.38.3-alpha.78+5c9892bf1",
49
+ "lexical": "^0.12.0"
50
50
  },
51
51
  "files": [
52
52
  "/dist"
@@ -54,5 +54,5 @@
54
54
  "publishConfig": {
55
55
  "access": "public"
56
56
  },
57
- "gitHead": "b97fd17fd44e0f5bd3806e942b516cb2bd218096"
57
+ "gitHead": "5c9892bf101584d351d06b65e1658a1237594cfb"
58
58
  }