prosekit 0.9.12 → 0.9.13

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.
@@ -337,6 +337,7 @@ import { isMarkAbsent } from '@prosekit/core';
337
337
  import { isMarkActive } from '@prosekit/core';
338
338
  import { isNodeSelection } from '@prosekit/core';
339
339
  import { isProseMirrorNode } from '@prosekit/core';
340
+ import { isSelection } from '@prosekit/core';
340
341
  import { isTextSelection } from '@prosekit/core';
341
342
  import { ItalicCommandsExtension } from '@prosekit/extensions/italic';
342
343
  import { ItalicExtension } from '@prosekit/extensions/italic';
@@ -1355,6 +1356,8 @@ export { isNodeSelection }
1355
1356
 
1356
1357
  export { isProseMirrorNode }
1357
1358
 
1359
+ export { isSelection }
1360
+
1358
1361
  export { isTextSelection }
1359
1362
 
1360
1363
  export { ItalicCommandsExtension }
@@ -174,6 +174,7 @@ export { isAllSelection } from './_tsup-dts-rollup';
174
174
  export { isMark } from './_tsup-dts-rollup';
175
175
  export { isNodeSelection } from './_tsup-dts-rollup';
176
176
  export { isProseMirrorNode } from './_tsup-dts-rollup';
177
+ export { isSelection } from './_tsup-dts-rollup';
177
178
  export { isTextSelection } from './_tsup-dts-rollup';
178
179
  export { withSkipCodeBlock } from './_tsup-dts-rollup';
179
180
  export { OBJECT_REPLACEMENT_CHARACTER } from './_tsup-dts-rollup';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "prosekit",
3
3
  "type": "module",
4
- "version": "0.9.12",
4
+ "version": "0.9.13",
5
5
  "private": false,
6
6
  "author": {
7
7
  "name": "ocavue",
@@ -505,17 +505,17 @@
505
505
  "dist"
506
506
  ],
507
507
  "dependencies": {
508
- "@prosekit/basic": "0.3.19",
509
- "@prosekit/core": "0.7.6",
510
- "@prosekit/extensions": "0.7.7",
511
- "@prosekit/lit": "0.3.15",
508
+ "@prosekit/basic": "0.3.20",
509
+ "@prosekit/core": "0.7.7",
510
+ "@prosekit/lit": "0.3.16",
511
+ "@prosekit/extensions": "0.7.8",
512
512
  "@prosekit/pm": "0.1.7",
513
- "@prosekit/react": "0.3.19",
514
- "@prosekit/preact": "0.3.18",
515
- "@prosekit/solid": "0.3.17",
516
- "@prosekit/svelte": "0.4.9",
517
- "@prosekit/vue": "0.3.18",
518
- "@prosekit/web": "0.3.7"
513
+ "@prosekit/preact": "0.3.19",
514
+ "@prosekit/react": "0.3.20",
515
+ "@prosekit/svelte": "0.4.10",
516
+ "@prosekit/solid": "0.3.18",
517
+ "@prosekit/vue": "0.3.19",
518
+ "@prosekit/web": "0.3.8"
519
519
  },
520
520
  "peerDependencies": {
521
521
  "preact": ">= 10.11.0",