@tiptap/pm 2.0.0-beta.210

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 (92) hide show
  1. package/README.md +22 -0
  2. package/changeset/dist/index.cjs +2 -0
  3. package/changeset/dist/index.d.ts +1 -0
  4. package/changeset/dist/index.js +2 -0
  5. package/changeset/index.ts +1 -0
  6. package/changeset/package.json +14 -0
  7. package/collab/dist/index.cjs +2 -0
  8. package/collab/dist/index.d.ts +1 -0
  9. package/collab/dist/index.js +2 -0
  10. package/collab/index.ts +1 -0
  11. package/collab/package.json +14 -0
  12. package/commands/dist/index.cjs +2 -0
  13. package/commands/dist/index.d.ts +1 -0
  14. package/commands/dist/index.js +2 -0
  15. package/commands/index.ts +1 -0
  16. package/commands/package.json +14 -0
  17. package/dropcursor/dist/index.cjs +2 -0
  18. package/dropcursor/dist/index.d.ts +1 -0
  19. package/dropcursor/dist/index.js +2 -0
  20. package/dropcursor/index.ts +1 -0
  21. package/dropcursor/package.json +14 -0
  22. package/gapcursor/dist/index.cjs +2 -0
  23. package/gapcursor/dist/index.d.ts +1 -0
  24. package/gapcursor/dist/index.js +2 -0
  25. package/gapcursor/index.ts +1 -0
  26. package/gapcursor/package.json +14 -0
  27. package/history/dist/index.cjs +2 -0
  28. package/history/dist/index.d.ts +1 -0
  29. package/history/dist/index.js +2 -0
  30. package/history/index.ts +1 -0
  31. package/history/package.json +14 -0
  32. package/inputrules/dist/index.cjs +2 -0
  33. package/inputrules/dist/index.d.ts +1 -0
  34. package/inputrules/dist/index.js +2 -0
  35. package/inputrules/index.ts +1 -0
  36. package/inputrules/package.json +14 -0
  37. package/keymap/dist/index.cjs +2 -0
  38. package/keymap/dist/index.d.ts +1 -0
  39. package/keymap/dist/index.js +2 -0
  40. package/keymap/index.ts +1 -0
  41. package/keymap/package.json +14 -0
  42. package/markdown/dist/index.cjs +2 -0
  43. package/markdown/dist/index.d.ts +1 -0
  44. package/markdown/dist/index.js +2 -0
  45. package/markdown/index.ts +1 -0
  46. package/markdown/package.json +14 -0
  47. package/menu/dist/index.cjs +2 -0
  48. package/menu/dist/index.d.ts +1 -0
  49. package/menu/dist/index.js +2 -0
  50. package/menu/index.ts +1 -0
  51. package/menu/package.json +14 -0
  52. package/model/dist/index.cjs +2 -0
  53. package/model/dist/index.d.ts +1 -0
  54. package/model/dist/index.js +2 -0
  55. package/model/index.ts +1 -0
  56. package/model/package.json +14 -0
  57. package/package.json +177 -0
  58. package/schema-basic/dist/index.cjs +2 -0
  59. package/schema-basic/dist/index.d.ts +1 -0
  60. package/schema-basic/dist/index.js +2 -0
  61. package/schema-basic/index.ts +1 -0
  62. package/schema-basic/package.json +14 -0
  63. package/schema-list/dist/index.cjs +2 -0
  64. package/schema-list/dist/index.d.ts +1 -0
  65. package/schema-list/dist/index.js +2 -0
  66. package/schema-list/index.ts +1 -0
  67. package/schema-list/package.json +14 -0
  68. package/state/dist/index.cjs +2 -0
  69. package/state/dist/index.d.ts +1 -0
  70. package/state/dist/index.js +2 -0
  71. package/state/index.ts +1 -0
  72. package/state/package.json +14 -0
  73. package/tables/dist/index.cjs +2 -0
  74. package/tables/dist/index.d.ts +1 -0
  75. package/tables/dist/index.js +2 -0
  76. package/tables/index.ts +1 -0
  77. package/tables/package.json +14 -0
  78. package/trailing-node/dist/index.cjs +2 -0
  79. package/trailing-node/dist/index.d.ts +1 -0
  80. package/trailing-node/dist/index.js +2 -0
  81. package/trailing-node/index.ts +1 -0
  82. package/trailing-node/package.json +14 -0
  83. package/transform/dist/index.cjs +2 -0
  84. package/transform/dist/index.d.ts +1 -0
  85. package/transform/dist/index.js +2 -0
  86. package/transform/index.ts +1 -0
  87. package/transform/package.json +14 -0
  88. package/view/dist/index.cjs +2 -0
  89. package/view/dist/index.d.ts +1 -0
  90. package/view/dist/index.js +2 -0
  91. package/view/index.ts +1 -0
  92. package/view/package.json +14 -0
package/README.md ADDED
@@ -0,0 +1,22 @@
1
+ # @tiptap/pm
2
+
3
+ [![Version](https://img.shields.io/npm/v/@tiptap/pm.svg?label=version)](https://www.npmjs.com/package/@tiptap/pm)
4
+ [![Downloads](https://img.shields.io/npm/dm/@tiptap/pm.svg)](https://npmcharts.com/compare/tiptap?minimal=true)
5
+ [![License](https://img.shields.io/npm/l/@tiptap/pm.svg)](https://www.npmjs.com/package/@tiptap/pm)
6
+ [![Sponsor](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub)](https://github.com/sponsors/ueberdosis)
7
+
8
+ ## Introduction
9
+
10
+ Tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) – a toolkit for building rich text WYSIWYG editors, which is already in use at many well-known companies such as _New York Times_, _The Guardian_ or _Atlassian_.
11
+
12
+ ## What is this `pm` package?
13
+
14
+ The `pm` package is a wrapper package for [ProseMirror](https://ProseMirror.net). This includes all ProseMirror packages that are required to run Tiptap.
15
+
16
+ ## Official Documentation
17
+
18
+ Documentation can be found on the [Tiptap website](https://tiptap.dev).
19
+
20
+ ## License
21
+
22
+ tiptap is open sourced software licensed under the [MIT license](https://github.com/ueberdosis/tiptap/blob/main/LICENSE.md).
@@ -0,0 +1,2 @@
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _createStarExport(obj) { Object.keys(obj) .filter((key) => key !== "default" && key !== "__esModule") .forEach((key) => { if (exports.hasOwnProperty(key)) { return; } Object.defineProperty(exports, key, {enumerable: true, configurable: true, get: () => obj[key]}); }); }// changeset/index.ts
2
+ var _prosemirrorchangeset = require('prosemirror-changeset'); _createStarExport(_prosemirrorchangeset);
@@ -0,0 +1 @@
1
+ export * from 'prosemirror-changeset';
@@ -0,0 +1,2 @@
1
+ // changeset/index.ts
2
+ export * from "prosemirror-changeset";
@@ -0,0 +1 @@
1
+ export * from 'prosemirror-changeset'
@@ -0,0 +1,14 @@
1
+ {
2
+ "type": "module",
3
+ "exports": {
4
+ ".": {
5
+ "import": "./dist/index.js",
6
+ "require": "./dist/index.cjs",
7
+ "types": "./dist/index.d.ts"
8
+ },
9
+ "./package.json": "./package.json"
10
+ },
11
+ "main": "./dist/index.cjs",
12
+ "module": "./dist/index.js",
13
+ "types": "./dist/index.d.ts"
14
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _createStarExport(obj) { Object.keys(obj) .filter((key) => key !== "default" && key !== "__esModule") .forEach((key) => { if (exports.hasOwnProperty(key)) { return; } Object.defineProperty(exports, key, {enumerable: true, configurable: true, get: () => obj[key]}); }); }// collab/index.ts
2
+ var _prosemirrorcollab = require('prosemirror-collab'); _createStarExport(_prosemirrorcollab);
@@ -0,0 +1 @@
1
+ export * from 'prosemirror-collab';
@@ -0,0 +1,2 @@
1
+ // collab/index.ts
2
+ export * from "prosemirror-collab";
@@ -0,0 +1 @@
1
+ export * from 'prosemirror-collab'
@@ -0,0 +1,14 @@
1
+ {
2
+ "type": "module",
3
+ "exports": {
4
+ ".": {
5
+ "import": "./dist/index.js",
6
+ "require": "./dist/index.cjs",
7
+ "types": "./dist/index.d.ts"
8
+ },
9
+ "./package.json": "./package.json"
10
+ },
11
+ "main": "./dist/index.cjs",
12
+ "module": "./dist/index.js",
13
+ "types": "./dist/index.d.ts"
14
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _createStarExport(obj) { Object.keys(obj) .filter((key) => key !== "default" && key !== "__esModule") .forEach((key) => { if (exports.hasOwnProperty(key)) { return; } Object.defineProperty(exports, key, {enumerable: true, configurable: true, get: () => obj[key]}); }); }// commands/index.ts
2
+ var _prosemirrorcommands = require('prosemirror-commands'); _createStarExport(_prosemirrorcommands);
@@ -0,0 +1 @@
1
+ export * from 'prosemirror-commands';
@@ -0,0 +1,2 @@
1
+ // commands/index.ts
2
+ export * from "prosemirror-commands";
@@ -0,0 +1 @@
1
+ export * from 'prosemirror-commands'
@@ -0,0 +1,14 @@
1
+ {
2
+ "type": "module",
3
+ "exports": {
4
+ ".": {
5
+ "import": "./dist/index.js",
6
+ "require": "./dist/index.cjs",
7
+ "types": "./dist/index.d.ts"
8
+ },
9
+ "./package.json": "./package.json"
10
+ },
11
+ "main": "./dist/index.cjs",
12
+ "module": "./dist/index.js",
13
+ "types": "./dist/index.d.ts"
14
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _createStarExport(obj) { Object.keys(obj) .filter((key) => key !== "default" && key !== "__esModule") .forEach((key) => { if (exports.hasOwnProperty(key)) { return; } Object.defineProperty(exports, key, {enumerable: true, configurable: true, get: () => obj[key]}); }); }// dropcursor/index.ts
2
+ var _prosemirrordropcursor = require('prosemirror-dropcursor'); _createStarExport(_prosemirrordropcursor);
@@ -0,0 +1 @@
1
+ export * from 'prosemirror-dropcursor';
@@ -0,0 +1,2 @@
1
+ // dropcursor/index.ts
2
+ export * from "prosemirror-dropcursor";
@@ -0,0 +1 @@
1
+ export * from 'prosemirror-dropcursor'
@@ -0,0 +1,14 @@
1
+ {
2
+ "type": "module",
3
+ "exports": {
4
+ ".": {
5
+ "import": "./dist/index.js",
6
+ "require": "./dist/index.cjs",
7
+ "types": "./dist/index.d.ts"
8
+ },
9
+ "./package.json": "./package.json"
10
+ },
11
+ "main": "./dist/index.cjs",
12
+ "module": "./dist/index.js",
13
+ "types": "./dist/index.d.ts"
14
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _createStarExport(obj) { Object.keys(obj) .filter((key) => key !== "default" && key !== "__esModule") .forEach((key) => { if (exports.hasOwnProperty(key)) { return; } Object.defineProperty(exports, key, {enumerable: true, configurable: true, get: () => obj[key]}); }); }// gapcursor/index.ts
2
+ var _prosemirrorgapcursor = require('prosemirror-gapcursor'); _createStarExport(_prosemirrorgapcursor);
@@ -0,0 +1 @@
1
+ export * from 'prosemirror-gapcursor';
@@ -0,0 +1,2 @@
1
+ // gapcursor/index.ts
2
+ export * from "prosemirror-gapcursor";
@@ -0,0 +1 @@
1
+ export * from 'prosemirror-gapcursor'
@@ -0,0 +1,14 @@
1
+ {
2
+ "type": "module",
3
+ "exports": {
4
+ ".": {
5
+ "import": "./dist/index.js",
6
+ "require": "./dist/index.cjs",
7
+ "types": "./dist/index.d.ts"
8
+ },
9
+ "./package.json": "./package.json"
10
+ },
11
+ "main": "./dist/index.cjs",
12
+ "module": "./dist/index.js",
13
+ "types": "./dist/index.d.ts"
14
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _createStarExport(obj) { Object.keys(obj) .filter((key) => key !== "default" && key !== "__esModule") .forEach((key) => { if (exports.hasOwnProperty(key)) { return; } Object.defineProperty(exports, key, {enumerable: true, configurable: true, get: () => obj[key]}); }); }// history/index.ts
2
+ var _prosemirrorhistory = require('prosemirror-history'); _createStarExport(_prosemirrorhistory);
@@ -0,0 +1 @@
1
+ export * from 'prosemirror-history';
@@ -0,0 +1,2 @@
1
+ // history/index.ts
2
+ export * from "prosemirror-history";
@@ -0,0 +1 @@
1
+ export * from 'prosemirror-history'
@@ -0,0 +1,14 @@
1
+ {
2
+ "type": "module",
3
+ "exports": {
4
+ ".": {
5
+ "import": "./dist/index.js",
6
+ "require": "./dist/index.cjs",
7
+ "types": "./dist/index.d.ts"
8
+ },
9
+ "./package.json": "./package.json"
10
+ },
11
+ "main": "./dist/index.cjs",
12
+ "module": "./dist/index.js",
13
+ "types": "./dist/index.d.ts"
14
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _createStarExport(obj) { Object.keys(obj) .filter((key) => key !== "default" && key !== "__esModule") .forEach((key) => { if (exports.hasOwnProperty(key)) { return; } Object.defineProperty(exports, key, {enumerable: true, configurable: true, get: () => obj[key]}); }); }// inputrules/index.ts
2
+ var _prosemirrorinputrules = require('prosemirror-inputrules'); _createStarExport(_prosemirrorinputrules);
@@ -0,0 +1 @@
1
+ export * from 'prosemirror-inputrules';
@@ -0,0 +1,2 @@
1
+ // inputrules/index.ts
2
+ export * from "prosemirror-inputrules";
@@ -0,0 +1 @@
1
+ export * from 'prosemirror-inputrules'
@@ -0,0 +1,14 @@
1
+ {
2
+ "type": "module",
3
+ "exports": {
4
+ ".": {
5
+ "import": "./dist/index.js",
6
+ "require": "./dist/index.cjs",
7
+ "types": "./dist/index.d.ts"
8
+ },
9
+ "./package.json": "./package.json"
10
+ },
11
+ "main": "./dist/index.cjs",
12
+ "module": "./dist/index.js",
13
+ "types": "./dist/index.d.ts"
14
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _createStarExport(obj) { Object.keys(obj) .filter((key) => key !== "default" && key !== "__esModule") .forEach((key) => { if (exports.hasOwnProperty(key)) { return; } Object.defineProperty(exports, key, {enumerable: true, configurable: true, get: () => obj[key]}); }); }// keymap/index.ts
2
+ var _prosemirrorkeymap = require('prosemirror-keymap'); _createStarExport(_prosemirrorkeymap);
@@ -0,0 +1 @@
1
+ export * from 'prosemirror-keymap';
@@ -0,0 +1,2 @@
1
+ // keymap/index.ts
2
+ export * from "prosemirror-keymap";
@@ -0,0 +1 @@
1
+ export * from 'prosemirror-keymap'
@@ -0,0 +1,14 @@
1
+ {
2
+ "type": "module",
3
+ "exports": {
4
+ ".": {
5
+ "import": "./dist/index.js",
6
+ "require": "./dist/index.cjs",
7
+ "types": "./dist/index.d.ts"
8
+ },
9
+ "./package.json": "./package.json"
10
+ },
11
+ "main": "./dist/index.cjs",
12
+ "module": "./dist/index.js",
13
+ "types": "./dist/index.d.ts"
14
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _createStarExport(obj) { Object.keys(obj) .filter((key) => key !== "default" && key !== "__esModule") .forEach((key) => { if (exports.hasOwnProperty(key)) { return; } Object.defineProperty(exports, key, {enumerable: true, configurable: true, get: () => obj[key]}); }); }// markdown/index.ts
2
+ var _prosemirrormarkdown = require('prosemirror-markdown'); _createStarExport(_prosemirrormarkdown);
@@ -0,0 +1 @@
1
+ export * from 'prosemirror-markdown';
@@ -0,0 +1,2 @@
1
+ // markdown/index.ts
2
+ export * from "prosemirror-markdown";
@@ -0,0 +1 @@
1
+ export * from 'prosemirror-markdown'
@@ -0,0 +1,14 @@
1
+ {
2
+ "type": "module",
3
+ "exports": {
4
+ ".": {
5
+ "import": "./dist/index.js",
6
+ "require": "./dist/index.cjs",
7
+ "types": "./dist/index.d.ts"
8
+ },
9
+ "./package.json": "./package.json"
10
+ },
11
+ "main": "./dist/index.cjs",
12
+ "module": "./dist/index.js",
13
+ "types": "./dist/index.d.ts"
14
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _createStarExport(obj) { Object.keys(obj) .filter((key) => key !== "default" && key !== "__esModule") .forEach((key) => { if (exports.hasOwnProperty(key)) { return; } Object.defineProperty(exports, key, {enumerable: true, configurable: true, get: () => obj[key]}); }); }// menu/index.ts
2
+ var _prosemirrormenu = require('prosemirror-menu'); _createStarExport(_prosemirrormenu);
@@ -0,0 +1 @@
1
+ export * from 'prosemirror-menu';
@@ -0,0 +1,2 @@
1
+ // menu/index.ts
2
+ export * from "prosemirror-menu";
package/menu/index.ts ADDED
@@ -0,0 +1 @@
1
+ export * from 'prosemirror-menu'
@@ -0,0 +1,14 @@
1
+ {
2
+ "type": "module",
3
+ "exports": {
4
+ ".": {
5
+ "import": "./dist/index.js",
6
+ "require": "./dist/index.cjs",
7
+ "types": "./dist/index.d.ts"
8
+ },
9
+ "./package.json": "./package.json"
10
+ },
11
+ "main": "./dist/index.cjs",
12
+ "module": "./dist/index.js",
13
+ "types": "./dist/index.d.ts"
14
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _createStarExport(obj) { Object.keys(obj) .filter((key) => key !== "default" && key !== "__esModule") .forEach((key) => { if (exports.hasOwnProperty(key)) { return; } Object.defineProperty(exports, key, {enumerable: true, configurable: true, get: () => obj[key]}); }); }// model/index.ts
2
+ var _prosemirrormodel = require('prosemirror-model'); _createStarExport(_prosemirrormodel);
@@ -0,0 +1 @@
1
+ export * from 'prosemirror-model';
@@ -0,0 +1,2 @@
1
+ // model/index.ts
2
+ export * from "prosemirror-model";
package/model/index.ts ADDED
@@ -0,0 +1 @@
1
+ export * from 'prosemirror-model'
@@ -0,0 +1,14 @@
1
+ {
2
+ "type": "module",
3
+ "exports": {
4
+ ".": {
5
+ "import": "./dist/index.js",
6
+ "require": "./dist/index.cjs",
7
+ "types": "./dist/index.d.ts"
8
+ },
9
+ "./package.json": "./package.json"
10
+ },
11
+ "main": "./dist/index.cjs",
12
+ "module": "./dist/index.js",
13
+ "types": "./dist/index.d.ts"
14
+ }
package/package.json ADDED
@@ -0,0 +1,177 @@
1
+ {
2
+ "name": "@tiptap/pm",
3
+ "description": "prosemirror wrapper package for tiptap",
4
+ "version": "2.0.0-beta.210",
5
+ "homepage": "https://tiptap.dev",
6
+ "keywords": [
7
+ "tiptap",
8
+ "prosemirror"
9
+ ],
10
+ "license": "MIT",
11
+ "funding": {
12
+ "type": "github",
13
+ "url": "https://github.com/sponsors/ueberdosis"
14
+ },
15
+ "type": "module",
16
+ "exports": {
17
+ "./changeset": {
18
+ "types": "./changeset/dist/index.d.ts",
19
+ "import": "./changeset/dist/index.js",
20
+ "require": "./changeset/dist/index.cjs"
21
+ },
22
+ "./collab": {
23
+ "types": "./collab/dist/index.d.ts",
24
+ "import": "./collab/dist/index.js",
25
+ "require": "./collab/dist/index.cjs"
26
+ },
27
+ "./commands": {
28
+ "types": "./commands/dist/index.d.ts",
29
+ "import": "./commands/dist/index.js",
30
+ "require": "./commands/dist/index.cjs"
31
+ },
32
+ "./dropcursor": {
33
+ "types": "./dropcursor/dist/index.d.ts",
34
+ "import": "./dropcursor/dist/index.js",
35
+ "require": "./dropcursor/dist/index.cjs"
36
+ },
37
+ "./gapcursor": {
38
+ "types": "./gapcursor/dist/index.d.ts",
39
+ "import": "./gapcursor/dist/index.js",
40
+ "require": "./gapcursor/dist/index.cjs"
41
+ },
42
+ "./history": {
43
+ "types": "./history/dist/index.d.ts",
44
+ "import": "./history/dist/index.js",
45
+ "require": "./history/dist/index.cjs"
46
+ },
47
+ "./inputrules": {
48
+ "types": "./inputrules/dist/index.d.ts",
49
+ "import": "./inputrules/dist/index.js",
50
+ "require": "./inputrules/dist/index.cjs"
51
+ },
52
+ "./keymap": {
53
+ "types": "./keymap/dist/index.d.ts",
54
+ "import": "./keymap/dist/index.js",
55
+ "require": "./keymap/dist/index.cjs"
56
+ },
57
+ "./markdown": {
58
+ "types": "./markdown/dist/index.d.ts",
59
+ "import": "./markdown/dist/index.js",
60
+ "require": "./markdown/dist/index.cjs"
61
+ },
62
+ "./menu": {
63
+ "types": "./menu/dist/index.d.ts",
64
+ "import": "./menu/dist/index.js",
65
+ "require": "./menu/dist/index.cjs"
66
+ },
67
+ "./model": {
68
+ "types": "./model/dist/index.d.ts",
69
+ "import": "./model/dist/index.js",
70
+ "require": "./model/dist/index.cjs"
71
+ },
72
+ "./schema-basic": {
73
+ "types": "./schema-basic/dist/index.d.ts",
74
+ "import": "./schema-basic/dist/index.js",
75
+ "require": "./schema-basic/dist/index.cjs"
76
+ },
77
+ "./schema-list": {
78
+ "types": "./schema-list/dist/index.d.ts",
79
+ "import": "./schema-list/dist/index.js",
80
+ "require": "./schema-list/dist/index.cjs"
81
+ },
82
+ "./state": {
83
+ "types": "./state/dist/index.d.ts",
84
+ "import": "./state/dist/index.js",
85
+ "require": "./state/dist/index.cjs"
86
+ },
87
+ "./tables": {
88
+ "types": "./tables/dist/index.d.ts",
89
+ "import": "./tables/dist/index.js",
90
+ "require": "./tables/dist/index.cjs"
91
+ },
92
+ "./trailing-node": {
93
+ "types": "./trailing-node/dist/index.d.ts",
94
+ "import": "./trailing-node/dist/index.js",
95
+ "require": "./trailing-node/dist/index.cjs"
96
+ },
97
+ "./transform": {
98
+ "types": "./transform/dist/index.d.ts",
99
+ "import": "./transform/dist/index.js",
100
+ "require": "./transform/dist/index.cjs"
101
+ },
102
+ "./view": {
103
+ "types": "./view/dist/index.d.ts",
104
+ "import": "./view/dist/index.js",
105
+ "require": "./view/dist/index.cjs"
106
+ }
107
+ },
108
+ "files": [
109
+ "changeset/**",
110
+ "collab/**",
111
+ "commands/**",
112
+ "dropcursor/**",
113
+ "gapcursor/**",
114
+ "history/**",
115
+ "inputrules/**",
116
+ "keymap/**",
117
+ "markdown/**",
118
+ "menu/**",
119
+ "model/**",
120
+ "schema-basic/**",
121
+ "schema-list/**",
122
+ "state/**",
123
+ "tables/**",
124
+ "trailing-node/**",
125
+ "transform/**",
126
+ "view/**"
127
+ ],
128
+ "peerDependencies": {
129
+ "@tiptap/core": "^2.0.0-beta.209"
130
+ },
131
+ "dependencies": {
132
+ "prosemirror-changeset": "^2.2.0",
133
+ "prosemirror-collab": "^1.3.0",
134
+ "prosemirror-commands": "^1.3.1",
135
+ "prosemirror-dropcursor": "^1.5.0",
136
+ "prosemirror-gapcursor": "^1.3.1",
137
+ "prosemirror-history": "^1.3.0",
138
+ "prosemirror-inputrules": "^1.2.0",
139
+ "prosemirror-keymap": "^1.2.0",
140
+ "prosemirror-markdown": "^1.10.1",
141
+ "prosemirror-menu": "^1.2.1",
142
+ "prosemirror-model": "^1.18.1",
143
+ "prosemirror-schema-basic": "^1.2.0",
144
+ "prosemirror-schema-list": "^1.2.2",
145
+ "prosemirror-state": "^1.4.1",
146
+ "prosemirror-tables": "^1.3.0",
147
+ "prosemirror-trailing-node": "^2.0.2",
148
+ "prosemirror-transform": "^1.7.0",
149
+ "prosemirror-view": "^1.28.2"
150
+ },
151
+ "repository": {
152
+ "type": "git",
153
+ "url": "https://github.com/ueberdosis/tiptap",
154
+ "directory": "packages/pm"
155
+ },
156
+ "scripts": {
157
+ "build": "npm run build:changeset && npm run build:collab && npm run build:commands && npm run build:dropcursor && npm run build:gapcursor && npm run build:history && npm run build:inputrules && npm run build:keymap && npm run build:markdown && npm run build:menu && npm run build:model && npm run build:schema-basic && npm run build:schema-list && npm run build:state && npm run build:tables && npm run build:trailing-node && npm run build:transform && npm run build:view",
158
+ "build:changeset": "tsup \"changeset/index.ts\" --out-dir changeset/dist",
159
+ "build:collab": "tsup \"collab/index.ts\" --out-dir collab/dist",
160
+ "build:commands": "tsup \"commands/index.ts\" --out-dir commands/dist",
161
+ "build:dropcursor": "tsup \"dropcursor/index.ts\" --out-dir dropcursor/dist",
162
+ "build:gapcursor": "tsup \"gapcursor/index.ts\" --out-dir gapcursor/dist",
163
+ "build:history": "tsup \"history/index.ts\" --out-dir history/dist",
164
+ "build:inputrules": "tsup \"inputrules/index.ts\" --out-dir inputrules/dist",
165
+ "build:keymap": "tsup \"keymap/index.ts\" --out-dir keymap/dist",
166
+ "build:markdown": "tsup \"markdown/index.ts\" --out-dir markdown/dist",
167
+ "build:menu": "tsup \"menu/index.ts\" --out-dir menu/dist",
168
+ "build:model": "tsup \"model/index.ts\" --out-dir model/dist",
169
+ "build:schema-basic": "tsup \"schema-basic/index.ts\" --out-dir schema-basic/dist",
170
+ "build:schema-list": "tsup \"schema-list/index.ts\" --out-dir schema-list/dist",
171
+ "build:state": "tsup \"state/index.ts\" --out-dir state/dist",
172
+ "build:tables": "tsup \"tables/index.ts\" --out-dir tables/dist",
173
+ "build:trailing-node": "tsup \"trailing-node/index.ts\" --out-dir trailing-node/dist",
174
+ "build:transform": "tsup \"transform/index.ts\" --out-dir transform/dist",
175
+ "build:view": "tsup \"view/index.ts\" --out-dir view/dist"
176
+ }
177
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _createStarExport(obj) { Object.keys(obj) .filter((key) => key !== "default" && key !== "__esModule") .forEach((key) => { if (exports.hasOwnProperty(key)) { return; } Object.defineProperty(exports, key, {enumerable: true, configurable: true, get: () => obj[key]}); }); }// schema-basic/index.ts
2
+ var _prosemirrorschemabasic = require('prosemirror-schema-basic'); _createStarExport(_prosemirrorschemabasic);
@@ -0,0 +1 @@
1
+ export * from 'prosemirror-schema-basic';
@@ -0,0 +1,2 @@
1
+ // schema-basic/index.ts
2
+ export * from "prosemirror-schema-basic";
@@ -0,0 +1 @@
1
+ export * from 'prosemirror-schema-basic'
@@ -0,0 +1,14 @@
1
+ {
2
+ "type": "module",
3
+ "exports": {
4
+ ".": {
5
+ "import": "./dist/index.js",
6
+ "require": "./dist/index.cjs",
7
+ "types": "./dist/index.d.ts"
8
+ },
9
+ "./package.json": "./package.json"
10
+ },
11
+ "main": "./dist/index.cjs",
12
+ "module": "./dist/index.js",
13
+ "types": "./dist/index.d.ts"
14
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _createStarExport(obj) { Object.keys(obj) .filter((key) => key !== "default" && key !== "__esModule") .forEach((key) => { if (exports.hasOwnProperty(key)) { return; } Object.defineProperty(exports, key, {enumerable: true, configurable: true, get: () => obj[key]}); }); }// schema-list/index.ts
2
+ var _prosemirrorschemalist = require('prosemirror-schema-list'); _createStarExport(_prosemirrorschemalist);
@@ -0,0 +1 @@
1
+ export * from 'prosemirror-schema-list';
@@ -0,0 +1,2 @@
1
+ // schema-list/index.ts
2
+ export * from "prosemirror-schema-list";
@@ -0,0 +1 @@
1
+ export * from 'prosemirror-schema-list'
@@ -0,0 +1,14 @@
1
+ {
2
+ "type": "module",
3
+ "exports": {
4
+ ".": {
5
+ "import": "./dist/index.js",
6
+ "require": "./dist/index.cjs",
7
+ "types": "./dist/index.d.ts"
8
+ },
9
+ "./package.json": "./package.json"
10
+ },
11
+ "main": "./dist/index.cjs",
12
+ "module": "./dist/index.js",
13
+ "types": "./dist/index.d.ts"
14
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _createStarExport(obj) { Object.keys(obj) .filter((key) => key !== "default" && key !== "__esModule") .forEach((key) => { if (exports.hasOwnProperty(key)) { return; } Object.defineProperty(exports, key, {enumerable: true, configurable: true, get: () => obj[key]}); }); }// state/index.ts
2
+ var _prosemirrorstate = require('prosemirror-state'); _createStarExport(_prosemirrorstate);
@@ -0,0 +1 @@
1
+ export * from 'prosemirror-state';
@@ -0,0 +1,2 @@
1
+ // state/index.ts
2
+ export * from "prosemirror-state";
package/state/index.ts ADDED
@@ -0,0 +1 @@
1
+ export * from 'prosemirror-state'
@@ -0,0 +1,14 @@
1
+ {
2
+ "type": "module",
3
+ "exports": {
4
+ ".": {
5
+ "import": "./dist/index.js",
6
+ "require": "./dist/index.cjs",
7
+ "types": "./dist/index.d.ts"
8
+ },
9
+ "./package.json": "./package.json"
10
+ },
11
+ "main": "./dist/index.cjs",
12
+ "module": "./dist/index.js",
13
+ "types": "./dist/index.d.ts"
14
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _createStarExport(obj) { Object.keys(obj) .filter((key) => key !== "default" && key !== "__esModule") .forEach((key) => { if (exports.hasOwnProperty(key)) { return; } Object.defineProperty(exports, key, {enumerable: true, configurable: true, get: () => obj[key]}); }); }// tables/index.ts
2
+ var _prosemirrortables = require('prosemirror-tables'); _createStarExport(_prosemirrortables);
@@ -0,0 +1 @@
1
+ export * from 'prosemirror-tables';
@@ -0,0 +1,2 @@
1
+ // tables/index.ts
2
+ export * from "prosemirror-tables";
@@ -0,0 +1 @@
1
+ export * from 'prosemirror-tables'
@@ -0,0 +1,14 @@
1
+ {
2
+ "type": "module",
3
+ "exports": {
4
+ ".": {
5
+ "import": "./dist/index.js",
6
+ "require": "./dist/index.cjs",
7
+ "types": "./dist/index.d.ts"
8
+ },
9
+ "./package.json": "./package.json"
10
+ },
11
+ "main": "./dist/index.cjs",
12
+ "module": "./dist/index.js",
13
+ "types": "./dist/index.d.ts"
14
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _createStarExport(obj) { Object.keys(obj) .filter((key) => key !== "default" && key !== "__esModule") .forEach((key) => { if (exports.hasOwnProperty(key)) { return; } Object.defineProperty(exports, key, {enumerable: true, configurable: true, get: () => obj[key]}); }); }// trailing-node/index.ts
2
+ var _prosemirrortrailingnode = require('prosemirror-trailing-node'); _createStarExport(_prosemirrortrailingnode);
@@ -0,0 +1 @@
1
+ export * from 'prosemirror-trailing-node';
@@ -0,0 +1,2 @@
1
+ // trailing-node/index.ts
2
+ export * from "prosemirror-trailing-node";
@@ -0,0 +1 @@
1
+ export * from 'prosemirror-trailing-node'
@@ -0,0 +1,14 @@
1
+ {
2
+ "type": "module",
3
+ "exports": {
4
+ ".": {
5
+ "import": "./dist/index.js",
6
+ "require": "./dist/index.cjs",
7
+ "types": "./dist/index.d.ts"
8
+ },
9
+ "./package.json": "./package.json"
10
+ },
11
+ "main": "./dist/index.cjs",
12
+ "module": "./dist/index.js",
13
+ "types": "./dist/index.d.ts"
14
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _createStarExport(obj) { Object.keys(obj) .filter((key) => key !== "default" && key !== "__esModule") .forEach((key) => { if (exports.hasOwnProperty(key)) { return; } Object.defineProperty(exports, key, {enumerable: true, configurable: true, get: () => obj[key]}); }); }// transform/index.ts
2
+ var _prosemirrortransform = require('prosemirror-transform'); _createStarExport(_prosemirrortransform);
@@ -0,0 +1 @@
1
+ export * from 'prosemirror-transform';
@@ -0,0 +1,2 @@
1
+ // transform/index.ts
2
+ export * from "prosemirror-transform";
@@ -0,0 +1 @@
1
+ export * from 'prosemirror-transform'
@@ -0,0 +1,14 @@
1
+ {
2
+ "type": "module",
3
+ "exports": {
4
+ ".": {
5
+ "import": "./dist/index.js",
6
+ "require": "./dist/index.cjs",
7
+ "types": "./dist/index.d.ts"
8
+ },
9
+ "./package.json": "./package.json"
10
+ },
11
+ "main": "./dist/index.cjs",
12
+ "module": "./dist/index.js",
13
+ "types": "./dist/index.d.ts"
14
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _createStarExport(obj) { Object.keys(obj) .filter((key) => key !== "default" && key !== "__esModule") .forEach((key) => { if (exports.hasOwnProperty(key)) { return; } Object.defineProperty(exports, key, {enumerable: true, configurable: true, get: () => obj[key]}); }); }// view/index.ts
2
+ var _prosemirrorview = require('prosemirror-view'); _createStarExport(_prosemirrorview);
@@ -0,0 +1 @@
1
+ export * from 'prosemirror-view';
@@ -0,0 +1,2 @@
1
+ // view/index.ts
2
+ export * from "prosemirror-view";
package/view/index.ts ADDED
@@ -0,0 +1 @@
1
+ export * from 'prosemirror-view'
@@ -0,0 +1,14 @@
1
+ {
2
+ "type": "module",
3
+ "exports": {
4
+ ".": {
5
+ "import": "./dist/index.js",
6
+ "require": "./dist/index.cjs",
7
+ "types": "./dist/index.d.ts"
8
+ },
9
+ "./package.json": "./package.json"
10
+ },
11
+ "main": "./dist/index.cjs",
12
+ "module": "./dist/index.js",
13
+ "types": "./dist/index.d.ts"
14
+ }