prosekit 0.1.3 → 0.1.4

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 (96) hide show
  1. package/dist/basic/internal/preflight.css +93 -105
  2. package/dist/prosekit-basic.d.ts +277 -0
  3. package/dist/prosekit-core.d.ts +213 -0
  4. package/dist/prosekit-extensions-autocomplete.d.ts +276 -0
  5. package/dist/prosekit-extensions-blockquote.d.ts +277 -0
  6. package/dist/prosekit-extensions-bold.d.ts +275 -0
  7. package/dist/prosekit-extensions-code-block.d.ts +274 -0
  8. package/dist/prosekit-extensions-code.d.ts +275 -0
  9. package/dist/prosekit-extensions-heading.d.ts +273 -0
  10. package/dist/prosekit-extensions-image.d.ts +275 -0
  11. package/dist/prosekit-extensions-italic.d.ts +276 -1
  12. package/dist/prosekit-extensions-link.d.ts +275 -0
  13. package/dist/prosekit-extensions-list.d.ts +273 -0
  14. package/dist/prosekit-extensions-mention.d.ts +276 -0
  15. package/dist/prosekit-extensions-placeholder.d.ts +277 -0
  16. package/dist/prosekit-extensions-strike.d.ts +275 -0
  17. package/dist/prosekit-extensions-suggestion.d.ts +276 -0
  18. package/dist/prosekit-extensions-underline.d.ts +275 -0
  19. package/dist/prosekit-extensions.d.ts +279 -1
  20. package/dist/prosekit-lit-autocomplete-empty.d.ts +276 -0
  21. package/dist/prosekit-lit-autocomplete-item.d.ts +277 -1
  22. package/dist/prosekit-lit-autocomplete-list.d.ts +277 -1
  23. package/dist/prosekit-lit-autocomplete-popover.d.ts +276 -1
  24. package/dist/prosekit-lit-combo-box-input.d.ts +277 -1
  25. package/dist/prosekit-lit-combo-box-item.d.ts +277 -1
  26. package/dist/prosekit-lit-combo-box-list.d.ts +277 -1
  27. package/dist/prosekit-lit-combo-box.d.ts +277 -1
  28. package/dist/prosekit-lit-inline-popover.d.ts +277 -2
  29. package/dist/prosekit-lit-popover.d.ts +276 -2
  30. package/dist/prosekit-lit.d.ts +279 -1
  31. package/dist/prosekit-pm-commands.d.ts +252 -2
  32. package/dist/prosekit-pm-history.d.ts +273 -0
  33. package/dist/prosekit-pm-inputrules.d.ts +267 -0
  34. package/dist/prosekit-pm-keymap.d.ts +277 -0
  35. package/dist/prosekit-pm-model.d.ts +256 -0
  36. package/dist/prosekit-pm-state.d.ts +263 -0
  37. package/dist/prosekit-pm-transform.d.ts +256 -0
  38. package/dist/prosekit-pm-view.d.ts +268 -0
  39. package/dist/prosekit-pm.d.ts +279 -1
  40. package/dist/prosekit-preact-autocomplete-empty.d.ts +279 -2
  41. package/dist/prosekit-preact-autocomplete-item.d.ts +279 -2
  42. package/dist/prosekit-preact-autocomplete-list.d.ts +279 -2
  43. package/dist/prosekit-preact-autocomplete-popover.d.ts +279 -3
  44. package/dist/prosekit-preact-combo-box-input.d.ts +279 -2
  45. package/dist/prosekit-preact-combo-box-item.d.ts +279 -2
  46. package/dist/prosekit-preact-combo-box-list.d.ts +279 -2
  47. package/dist/prosekit-preact-combo-box.d.ts +279 -2
  48. package/dist/prosekit-preact-inline-popover.d.ts +279 -2
  49. package/dist/prosekit-preact-popover.d.ts +279 -2
  50. package/dist/prosekit-preact.d.ts +274 -0
  51. package/dist/prosekit-react-autocomplete-empty.d.ts +279 -2
  52. package/dist/prosekit-react-autocomplete-item.d.ts +279 -2
  53. package/dist/prosekit-react-autocomplete-list.d.ts +279 -2
  54. package/dist/prosekit-react-autocomplete-popover.d.ts +279 -3
  55. package/dist/prosekit-react-combo-box-input.d.ts +279 -2
  56. package/dist/prosekit-react-combo-box-item.d.ts +279 -2
  57. package/dist/prosekit-react-combo-box-list.d.ts +279 -2
  58. package/dist/prosekit-react-combo-box.d.ts +279 -2
  59. package/dist/prosekit-react-inline-popover.d.ts +279 -2
  60. package/dist/prosekit-react-popover.d.ts +279 -2
  61. package/dist/prosekit-react.d.ts +274 -5
  62. package/dist/prosekit-solid-autocomplete-empty.d.ts +279 -2
  63. package/dist/prosekit-solid-autocomplete-item.d.ts +279 -2
  64. package/dist/prosekit-solid-autocomplete-list.d.ts +279 -2
  65. package/dist/prosekit-solid-autocomplete-popover.d.ts +279 -3
  66. package/dist/prosekit-solid-combo-box-input.d.ts +279 -2
  67. package/dist/prosekit-solid-combo-box-item.d.ts +279 -2
  68. package/dist/prosekit-solid-combo-box-list.d.ts +279 -2
  69. package/dist/prosekit-solid-combo-box.d.ts +279 -2
  70. package/dist/prosekit-solid-inline-popover.d.ts +279 -2
  71. package/dist/prosekit-solid-popover.d.ts +279 -2
  72. package/dist/prosekit-solid.d.ts +279 -5
  73. package/dist/prosekit-svelte-autocomplete-empty.d.ts +279 -2
  74. package/dist/prosekit-svelte-autocomplete-item.d.ts +279 -2
  75. package/dist/prosekit-svelte-autocomplete-list.d.ts +279 -2
  76. package/dist/prosekit-svelte-autocomplete-popover.d.ts +279 -2
  77. package/dist/prosekit-svelte-combo-box-input.d.ts +279 -2
  78. package/dist/prosekit-svelte-combo-box-item.d.ts +279 -2
  79. package/dist/prosekit-svelte-combo-box-list.d.ts +279 -2
  80. package/dist/prosekit-svelte-combo-box.d.ts +279 -2
  81. package/dist/prosekit-svelte-inline-popover.d.ts +279 -2
  82. package/dist/prosekit-svelte-popover.d.ts +279 -2
  83. package/dist/prosekit-svelte.d.ts +279 -4
  84. package/dist/prosekit-vue-autocomplete-empty.d.ts +279 -2
  85. package/dist/prosekit-vue-autocomplete-item.d.ts +279 -2
  86. package/dist/prosekit-vue-autocomplete-list.d.ts +279 -2
  87. package/dist/prosekit-vue-autocomplete-popover.d.ts +279 -3
  88. package/dist/prosekit-vue-combo-box-input.d.ts +279 -2
  89. package/dist/prosekit-vue-combo-box-item.d.ts +279 -2
  90. package/dist/prosekit-vue-combo-box-list.d.ts +279 -2
  91. package/dist/prosekit-vue-combo-box.d.ts +279 -2
  92. package/dist/prosekit-vue-inline-popover.d.ts +279 -3
  93. package/dist/prosekit-vue-popover.d.ts +279 -2
  94. package/dist/prosekit-vue.d.ts +279 -4
  95. package/dist/prosekit.d.ts +279 -1
  96. package/package.json +3 -3
@@ -6,9 +6,6 @@
6
6
  border-style: solid;
7
7
  }
8
8
  *:has(> div.ProseMirror) {
9
- display: flex;
10
- flex-direction: column;
11
- width: 100%;
12
9
  box-sizing: border-box;
13
10
  font-family:
14
11
  ui-sans-serif,
@@ -22,108 +19,99 @@
22
19
  *:has(> div.ProseMirror) * {
23
20
  box-sizing: border-box;
24
21
  }
25
- .ProseMirror h1:first-of-type,
26
- .ProseMirror h2:first-of-type,
27
- .ProseMirror h3:first-of-type,
28
- .ProseMirror h4:first-of-type,
29
- .ProseMirror h5:first-of-type,
30
- .ProseMirror h6:first-of-type,
31
- .ProseMirror p:first-of-type {
32
- margin-top: 0;
33
- }
34
- .ProseMirror h1:last-of-type,
35
- .ProseMirror h2:last-of-type,
36
- .ProseMirror h3:last-of-type,
37
- .ProseMirror h4:last-of-type,
38
- .ProseMirror h5:last-of-type,
39
- .ProseMirror h6:last-of-type,
40
- .ProseMirror p:last-of-type {
41
- margin-bottom: 0;
42
- }
43
- .ProseMirror h1,
44
- .ProseMirror h2,
45
- .ProseMirror h3,
46
- .ProseMirror h4,
47
- .ProseMirror h5,
48
- .ProseMirror h6 {
49
- font-weight: 600;
50
- line-height: 1.25;
51
- }
52
- .ProseMirror a {
53
- text-decoration: underline;
54
- font-weight: 500;
55
- }
56
- .ProseMirror p,
57
- .ProseMirror ul,
58
- .ProseMirror ol,
59
- .ProseMirror pre {
60
- margin: 1em 0;
61
- line-height: 1.5;
62
- }
63
- .ProseMirror blockquote {
64
- margin: 1em 0;
65
- padding-left: 1em;
66
- font-style: italic;
67
- }
68
- .ProseMirror h1 {
69
- margin: 1rem 0;
70
- font-size: 2.25em;
71
- }
72
- .ProseMirror h2 {
73
- margin: 1.75em 0 0.5em;
74
- font-size: 1.75em;
75
- }
76
- .ProseMirror h3 {
77
- margin: 1.5em 0 0.5em;
78
- font-size: 1.375em;
79
- }
80
- .ProseMirror h4 {
81
- margin: 1em 0;
82
- font-size: 1.125em;
83
- }
84
- .ProseMirror img,
85
- .ProseMirror video {
86
- max-width: 100%;
87
- }
88
- .ProseMirror code {
89
- font-size: 0.875em;
90
- font-weight: 600;
91
- }
92
- .ProseMirror pre {
93
- padding: 2rem 2rem;
94
- overflow-x: auto;
95
- border-radius: 0.375rem;
96
- }
97
- .ProseMirror pre,
98
- .ProseMirror code {
99
- white-space: pre;
100
- word-spacing: normal;
101
- word-break: normal;
102
- word-wrap: normal;
103
- tab-size: 4;
104
- hyphens: none;
105
- }
106
- .ProseMirror pre code {
107
- font-weight: inherit;
108
- }
109
- .ProseMirror hr {
110
- margin: 2em 0;
111
- }
112
- .ProseMirror .prosemirror-flat-list {
113
- line-height: 1.5;
114
- }
115
- .ProseMirror span[data-mention=user] {
116
- border-radius: 0.5rem;
117
- color: rgb(59 130 246);
118
- }
119
- .ProseMirror span[data-mention=tag] {
120
- border-radius: 0.5rem;
121
- padding: 0.125rem 0.25rem;
122
- background-color: rgb(229 231 235);
123
- }
124
- @media (prefers-color-scheme: dark) {
125
- .ProseMirror span[data-mention=tag] {
126
- background-color: rgb(75 85 99);
22
+ div.ProseMirror {
23
+ & p:first-child,
24
+ & h1:first-child,
25
+ & h2:first-child,
26
+ & h3:first-child,
27
+ & h4:first-child,
28
+ & h5:first-child,
29
+ & h6:first-child {
30
+ margin-top: 0;
31
+ }
32
+ & p:last-child,
33
+ & h1:last-child,
34
+ & h2:last-child,
35
+ & h3:last-child,
36
+ & h4:last-child,
37
+ & h5:last-child,
38
+ & h6:last-child {
39
+ margin-bottom: 0;
40
+ }
41
+ & h1,
42
+ & h2,
43
+ & h3,
44
+ & h4,
45
+ & h5,
46
+ & h6 {
47
+ font-weight: 600;
48
+ line-height: 1.25;
49
+ padding-top: 0;
50
+ padding-bottom: 0;
51
+ border-style: none;
52
+ }
53
+ & a {
54
+ text-decoration: underline;
55
+ font-weight: 500;
56
+ }
57
+ & p,
58
+ & ul,
59
+ & ol,
60
+ & pre {
61
+ margin: 1em 0;
62
+ line-height: 1.5;
63
+ }
64
+ & blockquote {
65
+ margin: 1em 0;
66
+ padding-left: 1em;
67
+ font-style: italic;
68
+ }
69
+ & h1 {
70
+ margin: 1rem 0;
71
+ font-size: 2.25em;
72
+ }
73
+ & h2 {
74
+ margin: 1.75em 0 0.5em;
75
+ font-size: 1.75em;
76
+ }
77
+ & h3 {
78
+ margin: 1.5em 0 0.5em;
79
+ font-size: 1.375em;
80
+ }
81
+ & h4 {
82
+ margin: 1em 0;
83
+ font-size: 1.125em;
84
+ }
85
+ & img,
86
+ & video {
87
+ max-width: 100%;
88
+ }
89
+ & code {
90
+ font-size: 0.875em;
91
+ font-weight: 600;
92
+ }
93
+ & pre {
94
+ padding: 2rem 2rem;
95
+ overflow-x: auto;
96
+ border-radius: 0.375rem;
97
+ }
98
+ & pre,
99
+ & code {
100
+ white-space: pre;
101
+ word-spacing: normal;
102
+ word-break: normal;
103
+ word-wrap: normal;
104
+ tab-size: 4;
105
+ hyphens: none;
106
+ }
107
+ & pre code {
108
+ font-weight: inherit;
109
+ }
110
+ & hr {
111
+ margin: 2em 0;
112
+ }
113
+ & .prosemirror-flat-list {
114
+ line-height: 1.5;
127
115
  }
128
116
  }
129
117
 
@@ -1,2 +1,279 @@
1
1
  export { defineBasicExtension } from './_tsup-dts-rollup';
2
2
  export { BasicExtension } from './_tsup-dts-rollup';
3
+ export { addMark } from './_tsup-dts-rollup';
4
+ export { insertNode } from './_tsup-dts-rollup';
5
+ export { removeMark } from './_tsup-dts-rollup';
6
+ export { setBlockType } from './_tsup-dts-rollup';
7
+ export { toggleMark } from './_tsup-dts-rollup';
8
+ export { toggleNode } from './_tsup-dts-rollup';
9
+ export { Editor } from './_tsup-dts-rollup';
10
+ export { createEditor } from './_tsup-dts-rollup';
11
+ export { EditorOptions } from './_tsup-dts-rollup';
12
+ export { union } from './_tsup-dts-rollup';
13
+ export { withPriority } from './_tsup-dts-rollup';
14
+ export { ProseKitError } from './_tsup-dts-rollup';
15
+ export { defineBaseCommands } from './_tsup-dts-rollup';
16
+ export { defineCommands } from './_tsup-dts-rollup';
17
+ export { defineDefaultState } from './_tsup-dts-rollup';
18
+ export { DefaultStateOptions } from './_tsup-dts-rollup';
19
+ export { defineDoc } from './_tsup-dts-rollup';
20
+ export { defineHistory } from './_tsup-dts-rollup';
21
+ export { defineInputRule } from './_tsup-dts-rollup';
22
+ export { defineBaseKeymap } from './_tsup-dts-rollup';
23
+ export { defineKeymap } from './_tsup-dts-rollup';
24
+ export { Keymap } from './_tsup-dts-rollup';
25
+ export { defineMarkSpec } from './_tsup-dts-rollup';
26
+ export { MarkSpecOptions } from './_tsup-dts-rollup';
27
+ export { defineNodeSpec } from './_tsup-dts-rollup';
28
+ export { NodeSpecOptions } from './_tsup-dts-rollup';
29
+ export { defineNodeView } from './_tsup-dts-rollup';
30
+ export { NodeViewOptions } from './_tsup-dts-rollup';
31
+ export { defineNodeViewEffect } from './_tsup-dts-rollup';
32
+ export { NodeViewEffectOptions } from './_tsup-dts-rollup';
33
+ export { defineParagraph } from './_tsup-dts-rollup';
34
+ export { definePlugin } from './_tsup-dts-rollup';
35
+ export { pluginFacet } from './_tsup-dts-rollup';
36
+ export { PluginPayload } from './_tsup-dts-rollup';
37
+ export { defineText } from './_tsup-dts-rollup';
38
+ export { defineUpdateHandler } from './_tsup-dts-rollup';
39
+ export { Facet } from './_tsup-dts-rollup';
40
+ export { FacetOptions } from './_tsup-dts-rollup';
41
+ export { CommandArgs } from './_tsup-dts-rollup';
42
+ export { Extension } from './_tsup-dts-rollup';
43
+ export { ExtractCommandAppliers } from './_tsup-dts-rollup';
44
+ export { ExtractCommandCreators } from './_tsup-dts-rollup';
45
+ export { ExtractMarks } from './_tsup-dts-rollup';
46
+ export { ExtractNodes } from './_tsup-dts-rollup';
47
+ export { SimplifyExtension } from './_tsup-dts-rollup';
48
+ export { ExtensionTyping } from './_tsup-dts-rollup';
49
+ export { NodeJSON } from './_tsup-dts-rollup';
50
+ export { SelectionJSON } from './_tsup-dts-rollup';
51
+ export { StateJSON } from './_tsup-dts-rollup';
52
+ export { Priority } from './_tsup-dts-rollup';
53
+ export { SimplifyUnion } from './_tsup-dts-rollup';
54
+ export { getMarkType } from './_tsup-dts-rollup';
55
+ export { getNodeType } from './_tsup-dts-rollup';
56
+ export { jsonFromElement } from './_tsup-dts-rollup';
57
+ export { jsonFromHTML } from './_tsup-dts-rollup';
58
+ export { jsonFromNode } from './_tsup-dts-rollup';
59
+ export { jsonFromState } from './_tsup-dts-rollup';
60
+ export { nodeFromElement } from './_tsup-dts-rollup';
61
+ export { nodeFromHTML } from './_tsup-dts-rollup';
62
+ export { nodeFromJSON } from './_tsup-dts-rollup';
63
+ export { stateFromJSON } from './_tsup-dts-rollup';
64
+ export { isAllSelection } from './_tsup-dts-rollup';
65
+ export { isMark } from './_tsup-dts-rollup';
66
+ export { isNodeSelection } from './_tsup-dts-rollup';
67
+ export { isProseMirrorNode } from './_tsup-dts-rollup';
68
+ export { isTextSelection } from './_tsup-dts-rollup';
69
+ export { ProseKit } from './_tsup-dts-rollup';
70
+ export { ProseKitProps } from './_tsup-dts-rollup';
71
+ export { useEditor } from './_tsup-dts-rollup';
72
+ export { useExtension } from './_tsup-dts-rollup';
73
+ export { useKeymap } from './_tsup-dts-rollup';
74
+ export { useNodeViewContext } from './_tsup-dts-rollup';
75
+ export { defineReactNodeView } from './_tsup-dts-rollup';
76
+ export { ReactNodeViewComponentProps } from './_tsup-dts-rollup';
77
+ export { ReactNodeViewOptions } from './_tsup-dts-rollup';
78
+ export { UseEditorOptions } from './_tsup-dts-rollup';
79
+ export { defineAutocomplete } from './_tsup-dts-rollup';
80
+ export { AutocompleteRule } from './_tsup-dts-rollup';
81
+ export { MatchHandler } from './_tsup-dts-rollup';
82
+ export { defineBlockquoteSpec } from './_tsup-dts-rollup';
83
+ export { defineBlockquote } from './_tsup-dts-rollup';
84
+ export { defineBoldSpec } from './_tsup-dts-rollup';
85
+ export { defineBoldCommands } from './_tsup-dts-rollup';
86
+ export { defineBoldKeymap } from './_tsup-dts-rollup';
87
+ export { defineBold } from './_tsup-dts-rollup';
88
+ export { defineCodeBlockSpec } from './_tsup-dts-rollup';
89
+ export { defineCodeBlockInputRule } from './_tsup-dts-rollup';
90
+ export { defineCodeBlockCommands } from './_tsup-dts-rollup';
91
+ export { defineCodeBlock } from './_tsup-dts-rollup';
92
+ export { CodeBlockAttrs } from './_tsup-dts-rollup';
93
+ export { defineCodeSpec } from './_tsup-dts-rollup';
94
+ export { defineCodeCommands } from './_tsup-dts-rollup';
95
+ export { defineItalicKeymap } from './_tsup-dts-rollup';
96
+ export { defineCode } from './_tsup-dts-rollup';
97
+ export { defineHeadingSpec } from './_tsup-dts-rollup';
98
+ export { defineHeadingKeymap } from './_tsup-dts-rollup';
99
+ export { defineHeadingInputRule } from './_tsup-dts-rollup';
100
+ export { defineHeadingCommands } from './_tsup-dts-rollup';
101
+ export { defineHeading } from './_tsup-dts-rollup';
102
+ export { HeadingAttrs } from './_tsup-dts-rollup';
103
+ export { defineImageSpec } from './_tsup-dts-rollup';
104
+ export { defineImageCommands } from './_tsup-dts-rollup';
105
+ export { defineImage } from './_tsup-dts-rollup';
106
+ export { ImageAttrs } from './_tsup-dts-rollup';
107
+ export { defineItalicSpec } from './_tsup-dts-rollup';
108
+ export { defineItalicCommands } from './_tsup-dts-rollup';
109
+ export { defineItalic } from './_tsup-dts-rollup';
110
+ export { defineLinkSpec } from './_tsup-dts-rollup';
111
+ export { defineLinkCommands } from './_tsup-dts-rollup';
112
+ export { defineLink } from './_tsup-dts-rollup';
113
+ export { LinkAttrs } from './_tsup-dts-rollup';
114
+ export { defineListSpec } from './_tsup-dts-rollup';
115
+ export { defineListPlugins } from './_tsup-dts-rollup';
116
+ export { defineListKeymap } from './_tsup-dts-rollup';
117
+ export { defineListInputRules } from './_tsup-dts-rollup';
118
+ export { defineListCommands } from './_tsup-dts-rollup';
119
+ export { defineList } from './_tsup-dts-rollup';
120
+ export { defineMentionSpec } from './_tsup-dts-rollup';
121
+ export { defineMention } from './_tsup-dts-rollup';
122
+ export { MentionAttrs } from './_tsup-dts-rollup';
123
+ export { definePlaceholder } from './_tsup-dts-rollup';
124
+ export { PlaceholderOptions } from './_tsup-dts-rollup';
125
+ export { defineStrikeSpec } from './_tsup-dts-rollup';
126
+ export { defineStrikeCommands } from './_tsup-dts-rollup';
127
+ export { defineStrikeKeymap } from './_tsup-dts-rollup';
128
+ export { defineStrike } from './_tsup-dts-rollup';
129
+ export { defineSuggestion } from './_tsup-dts-rollup';
130
+ export { PredictionRule } from './_tsup-dts-rollup';
131
+ export { SuggestionOptions } from './_tsup-dts-rollup';
132
+ export { defineUnderlineSpec } from './_tsup-dts-rollup';
133
+ export { defineUnderlineCommands } from './_tsup-dts-rollup';
134
+ export { defineUnderlineKeymap } from './_tsup-dts-rollup';
135
+ export { defineUnderline } from './_tsup-dts-rollup';
136
+ export { propNames } from './_tsup-dts-rollup';
137
+ export { AutocompleteEmptyProps } from './_tsup-dts-rollup';
138
+ export { AutocompleteEmpty } from './_tsup-dts-rollup';
139
+ export { AutocompleteItemProps } from './_tsup-dts-rollup';
140
+ export { AutocompleteItem } from './_tsup-dts-rollup';
141
+ export { AutocompleteList } from './_tsup-dts-rollup';
142
+ export { AutocompleteListProps } from './_tsup-dts-rollup';
143
+ export { PopoverOptions } from './_tsup-dts-rollup';
144
+ export { AutocompletePopoverProps } from './_tsup-dts-rollup';
145
+ export { AutocompletePopover } from './_tsup-dts-rollup';
146
+ export { ComboBoxInputProps } from './_tsup-dts-rollup';
147
+ export { ComboBoxInput } from './_tsup-dts-rollup';
148
+ export { ComboBoxItem } from './_tsup-dts-rollup';
149
+ export { ComboBoxItemProps } from './_tsup-dts-rollup';
150
+ export { ComboBoxList } from './_tsup-dts-rollup';
151
+ export { ComboBoxListProps } from './_tsup-dts-rollup';
152
+ export { ComboBoxProps } from './_tsup-dts-rollup';
153
+ export { ComboBox } from './_tsup-dts-rollup';
154
+ export { InlinePopoverProps } from './_tsup-dts-rollup';
155
+ export { InlinePopover } from './_tsup-dts-rollup';
156
+ export { AutoUpdateOptions } from './_tsup-dts-rollup';
157
+ export { PopoverProps } from './_tsup-dts-rollup';
158
+ export { Popover } from './_tsup-dts-rollup';
159
+ export { autoJoin } from './_tsup-dts-rollup';
160
+ export { baseKeymap } from './_tsup-dts-rollup';
161
+ export { chainCommands } from './_tsup-dts-rollup';
162
+ export { createParagraphNear } from './_tsup-dts-rollup';
163
+ export { deleteSelection } from './_tsup-dts-rollup';
164
+ export { exitCode } from './_tsup-dts-rollup';
165
+ export { joinBackward } from './_tsup-dts-rollup';
166
+ export { joinDown } from './_tsup-dts-rollup';
167
+ export { joinForward } from './_tsup-dts-rollup';
168
+ export { joinTextblockBackward } from './_tsup-dts-rollup';
169
+ export { joinTextblockForward } from './_tsup-dts-rollup';
170
+ export { joinUp } from './_tsup-dts-rollup';
171
+ export { lift } from './_tsup-dts-rollup';
172
+ export { liftEmptyBlock } from './_tsup-dts-rollup';
173
+ export { macBaseKeymap } from './_tsup-dts-rollup';
174
+ export { newlineInCode } from './_tsup-dts-rollup';
175
+ export { pcBaseKeymap } from './_tsup-dts-rollup';
176
+ export { selectAll } from './_tsup-dts-rollup';
177
+ export { selectNodeBackward } from './_tsup-dts-rollup';
178
+ export { selectNodeForward } from './_tsup-dts-rollup';
179
+ export { selectParentNode } from './_tsup-dts-rollup';
180
+ export { selectTextblockEnd } from './_tsup-dts-rollup';
181
+ export { selectTextblockStart } from './_tsup-dts-rollup';
182
+ export { splitBlock } from './_tsup-dts-rollup';
183
+ export { splitBlockAs } from './_tsup-dts-rollup';
184
+ export { splitBlockKeepMarks } from './_tsup-dts-rollup';
185
+ export { wrapIn } from './_tsup-dts-rollup';
186
+ export { closeHistory } from './_tsup-dts-rollup';
187
+ export { history } from './_tsup-dts-rollup';
188
+ export { redo } from './_tsup-dts-rollup';
189
+ export { redoDepth } from './_tsup-dts-rollup';
190
+ export { undo } from './_tsup-dts-rollup';
191
+ export { undoDepth } from './_tsup-dts-rollup';
192
+ export { InputRule } from './_tsup-dts-rollup';
193
+ export { closeDoubleQuote } from './_tsup-dts-rollup';
194
+ export { closeSingleQuote } from './_tsup-dts-rollup';
195
+ export { ellipsis } from './_tsup-dts-rollup';
196
+ export { emDash } from './_tsup-dts-rollup';
197
+ export { inputRules } from './_tsup-dts-rollup';
198
+ export { openDoubleQuote } from './_tsup-dts-rollup';
199
+ export { openSingleQuote } from './_tsup-dts-rollup';
200
+ export { smartQuotes } from './_tsup-dts-rollup';
201
+ export { textblockTypeInputRule } from './_tsup-dts-rollup';
202
+ export { undoInputRule } from './_tsup-dts-rollup';
203
+ export { wrappingInputRule } from './_tsup-dts-rollup';
204
+ export { keydownHandler } from './_tsup-dts-rollup';
205
+ export { keymap } from './_tsup-dts-rollup';
206
+ export { ProseMirrorNode } from './_tsup-dts-rollup';
207
+ export { ProseMirrorFragment } from './_tsup-dts-rollup';
208
+ export { AttributeSpec } from './_tsup-dts-rollup';
209
+ export { Attrs } from './_tsup-dts-rollup';
210
+ export { ContentMatch } from './_tsup-dts-rollup';
211
+ export { DOMOutputSpec } from './_tsup-dts-rollup';
212
+ export { DOMParser } from './_tsup-dts-rollup';
213
+ export { DOMSerializer } from './_tsup-dts-rollup';
214
+ export { Fragment } from './_tsup-dts-rollup';
215
+ export { Mark } from './_tsup-dts-rollup';
216
+ export { MarkSpec } from './_tsup-dts-rollup';
217
+ export { MarkType } from './_tsup-dts-rollup';
218
+ export { Node } from './_tsup-dts-rollup';
219
+ export { NodeRange } from './_tsup-dts-rollup';
220
+ export { NodeSpec } from './_tsup-dts-rollup';
221
+ export { NodeType } from './_tsup-dts-rollup';
222
+ export { ParseOptions } from './_tsup-dts-rollup';
223
+ export { ParseRule } from './_tsup-dts-rollup';
224
+ export { ReplaceError } from './_tsup-dts-rollup';
225
+ export { ResolvedPos } from './_tsup-dts-rollup';
226
+ export { Schema } from './_tsup-dts-rollup';
227
+ export { SchemaSpec } from './_tsup-dts-rollup';
228
+ export { Slice } from './_tsup-dts-rollup';
229
+ export { ProseMirrorPlugin } from './_tsup-dts-rollup';
230
+ export { AllSelection } from './_tsup-dts-rollup';
231
+ export { Command } from './_tsup-dts-rollup';
232
+ export { EditorState } from './_tsup-dts-rollup';
233
+ export { EditorStateConfig } from './_tsup-dts-rollup';
234
+ export { NodeSelection } from './_tsup-dts-rollup';
235
+ export { Plugin } from './_tsup-dts-rollup';
236
+ export { PluginKey } from './_tsup-dts-rollup';
237
+ export { PluginSpec } from './_tsup-dts-rollup';
238
+ export { PluginView } from './_tsup-dts-rollup';
239
+ export { Selection } from './_tsup-dts-rollup';
240
+ export { SelectionBookmark } from './_tsup-dts-rollup';
241
+ export { SelectionRange } from './_tsup-dts-rollup';
242
+ export { StateField } from './_tsup-dts-rollup';
243
+ export { TextSelection } from './_tsup-dts-rollup';
244
+ export { Transaction } from './_tsup-dts-rollup';
245
+ export { AddMarkStep } from './_tsup-dts-rollup';
246
+ export { AddNodeMarkStep } from './_tsup-dts-rollup';
247
+ export { AttrStep } from './_tsup-dts-rollup';
248
+ export { DocAttrStep } from './_tsup-dts-rollup';
249
+ export { MapResult } from './_tsup-dts-rollup';
250
+ export { Mappable } from './_tsup-dts-rollup';
251
+ export { Mapping } from './_tsup-dts-rollup';
252
+ export { RemoveMarkStep } from './_tsup-dts-rollup';
253
+ export { RemoveNodeMarkStep } from './_tsup-dts-rollup';
254
+ export { ReplaceAroundStep } from './_tsup-dts-rollup';
255
+ export { ReplaceStep } from './_tsup-dts-rollup';
256
+ export { Step } from './_tsup-dts-rollup';
257
+ export { StepMap } from './_tsup-dts-rollup';
258
+ export { StepResult } from './_tsup-dts-rollup';
259
+ export { Transform } from './_tsup-dts-rollup';
260
+ export { canJoin } from './_tsup-dts-rollup';
261
+ export { canSplit } from './_tsup-dts-rollup';
262
+ export { dropPoint } from './_tsup-dts-rollup';
263
+ export { findWrapping } from './_tsup-dts-rollup';
264
+ export { insertPoint } from './_tsup-dts-rollup';
265
+ export { joinPoint } from './_tsup-dts-rollup';
266
+ export { liftTarget } from './_tsup-dts-rollup';
267
+ export { replaceStep } from './_tsup-dts-rollup';
268
+ export { DOMEventMap } from './_tsup-dts-rollup';
269
+ export { Decoration } from './_tsup-dts-rollup';
270
+ export { DecorationAttrs } from './_tsup-dts-rollup';
271
+ export { DecorationSet } from './_tsup-dts-rollup';
272
+ export { DecorationSource } from './_tsup-dts-rollup';
273
+ export { DirectEditorProps } from './_tsup-dts-rollup';
274
+ export { EditorProps } from './_tsup-dts-rollup';
275
+ export { EditorView } from './_tsup-dts-rollup';
276
+ export { MarkViewConstructor } from './_tsup-dts-rollup';
277
+ export { NodeView } from './_tsup-dts-rollup';
278
+ export { NodeViewConstructor } from './_tsup-dts-rollup';
279
+ export { default_alias as default } from './_tsup-dts-rollup';