Skip to content

Commit

Permalink
v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KateOrient committed May 29, 2023
1 parent 1f16ed1 commit f468f0e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions dist/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { FC } from 'react';
import { IPdfDocumentProps } from './components/pdfDocument/PdfDocument';
import { scrollToActiveBbox } from './services/bboxService';
import './styles.scss';
export interface IBboxLocation {
page: number;
Expand All @@ -12,4 +13,5 @@ interface IPdfViewerProps extends IPdfDocumentProps {
className?: string;
}
declare const App: FC<IPdfViewerProps>;
export { scrollToActiveBbox, };
export default App;
1 change: 1 addition & 0 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -76319,4 +76319,5 @@ var App = function (props) {
};

exports["default"] = App;
exports.scrollToActiveBbox = scrollToActiveBbox;
//# sourceMappingURL=index.js.map
2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "verapdf-js-viewer",
"version": "1.6.1",
"version": "1.7.0",
"description": "",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit f468f0e

Please sign in to comment.