@prose-reader/react-reader 1.234.0 → 1.236.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/dist/annotations/useReaderWithAnnotations.d.ts +4 -0
- package/dist/context/useReader.d.ts +4 -0
- package/dist/gallery/GalleryDialog.d.ts +1 -1
- package/dist/help/HelpDialog.d.ts +1 -1
- package/dist/index.js +481 -512
- package/dist/index.js.map +1 -1
- package/dist/index.umd.cjs +1 -1
- package/dist/index.umd.cjs.map +1 -1
- package/dist/search/SearchDialogContent.d.ts +1 -1
- package/dist/toc/TableOfContentsDialogContent.d.ts +1 -1
- package/package.json +3 -3
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { default as React } from 'react';
|
|
2
|
-
export declare const SearchDialogContent: React.MemoExoticComponent<({ onNavigate
|
|
2
|
+
export declare const SearchDialogContent: React.MemoExoticComponent<({ onNavigate }: {
|
|
3
3
|
onNavigate: () => void;
|
|
4
4
|
}) => import("react/jsx-runtime").JSX.Element>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { default as React } from 'react';
|
|
2
|
-
export declare const TableOfContentsDialogContent: React.MemoExoticComponent<({ onNavigate
|
|
2
|
+
export declare const TableOfContentsDialogContent: React.MemoExoticComponent<({ onNavigate }: {
|
|
3
3
|
onNavigate: () => void;
|
|
4
4
|
}) => import("react/jsx-runtime").JSX.Element>;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@prose-reader/react-reader",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.236.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
7
7
|
"exports": {
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"react-dom": "^19.0.0",
|
|
23
23
|
"rollup-plugin-node-externals": "^8.0.0",
|
|
24
24
|
"typescript": "*",
|
|
25
|
-
"vite": "^
|
|
25
|
+
"vite": "^7"
|
|
26
26
|
},
|
|
27
27
|
"peerDependencies": {
|
|
28
28
|
"@chakra-ui/react": "3.x",
|
|
@@ -50,5 +50,5 @@
|
|
|
50
50
|
"optional": true
|
|
51
51
|
}
|
|
52
52
|
},
|
|
53
|
-
"gitHead": "
|
|
53
|
+
"gitHead": "b0f635ae0bd8936342399ea917fe3293d9ac2524"
|
|
54
54
|
}
|