@prose-reader/react-reader 1.222.0 → 1.224.0

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@prose-reader/react-reader",
3
3
  "private": false,
4
- "version": "1.222.0",
4
+ "version": "1.224.0",
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",
7
7
  "exports": {
@@ -29,10 +29,10 @@
29
29
  "@emotion/react": "11.x",
30
30
  "@prose-reader/core": "^1.169.0",
31
31
  "@prose-reader/enhancer-annotations": "^1.169.0",
32
- "@prose-reader/enhancer-bookmarks": "^1.169.0",
33
32
  "@prose-reader/enhancer-gallery": "^1.169.0",
34
33
  "@prose-reader/enhancer-gestures": "^1.169.0",
35
34
  "@prose-reader/enhancer-search": "^1.169.0",
35
+ "@prose-reader/shared": "^1.169.0",
36
36
  "rc-slider": "11.1.x",
37
37
  "react": "19.x || 18.x",
38
38
  "react-dom": "19.x || 18.x",
@@ -46,12 +46,9 @@
46
46
  "@prose-reader/enhancer-annotations": {
47
47
  "optional": true
48
48
  },
49
- "@prose-reader/enhancer-bookmarks": {
50
- "optional": true
51
- },
52
49
  "@prose-reader/enhancer-gallery": {
53
50
  "optional": true
54
51
  }
55
52
  },
56
- "gitHead": "fec4160259adf7bef78577a863f6bc837c4a471e"
53
+ "gitHead": "cee0d20f1ec04bd7b5d287778cdfca32a541caac"
57
54
  }
@@ -1,5 +0,0 @@
1
- export declare const BookmarksDialog: import('react').MemoExoticComponent<({ open, setOpen, onNavigate, }: {
2
- open: boolean;
3
- setOpen: (open: boolean) => void;
4
- onNavigate: () => void;
5
- }) => import("react/jsx-runtime").JSX.Element>;
@@ -1,3 +0,0 @@
1
- export declare const BookmarksDialogContent: import('react').MemoExoticComponent<({ onNavigate }: {
2
- onNavigate: () => void;
3
- }) => import("react/jsx-runtime").JSX.Element>;