Bump/embed pdfv2.8.0 (#5921)

please merge #5919, alternatively, just push this and delete that PR
because this is a continuation of that.

This PR bumps the embed PDF version to 2.8.0 and also adds comments
functionaliy

---------

Co-authored-by: ConnorYoh <40631091+ConnorYoh@users.noreply.github.com>
Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com>
This commit is contained in:
EthanHealy01
2026-03-23 14:35:39 +00:00
committed by GitHub
parent 41945543e0
commit c46156f37f
23 changed files with 1932 additions and 629 deletions

View File

@@ -12,29 +12,29 @@
"@atlaskit/pragmatic-drag-and-drop": "^1.7.7",
"@cantoo/pdf-lib": "^2.5.3",
"@dnd-kit/core": "^6.3.1",
"@embedpdf/core": "^2.7.0",
"@embedpdf/engines": "^2.7.0",
"@embedpdf/models": "^2.7.0",
"@embedpdf/plugin-annotation": "^2.7.0",
"@embedpdf/plugin-attachment": "^2.7.0",
"@embedpdf/plugin-bookmark": "^2.7.0",
"@embedpdf/plugin-document-manager": "^2.7.0",
"@embedpdf/plugin-export": "^2.7.0",
"@embedpdf/plugin-history": "^2.7.0",
"@embedpdf/plugin-interaction-manager": "^2.7.0",
"@embedpdf/plugin-pan": "^2.7.0",
"@embedpdf/plugin-print": "^2.7.0",
"@embedpdf/plugin-redaction": "^2.7.0",
"@embedpdf/plugin-render": "^2.7.0",
"@embedpdf/plugin-rotate": "^2.7.0",
"@embedpdf/plugin-scroll": "^2.7.0",
"@embedpdf/plugin-search": "^2.7.0",
"@embedpdf/plugin-selection": "^2.7.0",
"@embedpdf/plugin-spread": "^2.7.0",
"@embedpdf/plugin-thumbnail": "^2.7.0",
"@embedpdf/plugin-tiling": "^2.7.0",
"@embedpdf/plugin-viewport": "^2.7.0",
"@embedpdf/plugin-zoom": "^2.7.0",
"@embedpdf/core": "^2.8.0",
"@embedpdf/engines": "^2.8.0",
"@embedpdf/models": "^2.8.0",
"@embedpdf/plugin-annotation": "^2.8.0",
"@embedpdf/plugin-attachment": "^2.8.0",
"@embedpdf/plugin-bookmark": "^2.8.0",
"@embedpdf/plugin-document-manager": "^2.8.0",
"@embedpdf/plugin-export": "^2.8.0",
"@embedpdf/plugin-history": "^2.8.0",
"@embedpdf/plugin-interaction-manager": "^2.8.0",
"@embedpdf/plugin-pan": "^2.8.0",
"@embedpdf/plugin-print": "^2.8.0",
"@embedpdf/plugin-redaction": "^2.8.0",
"@embedpdf/plugin-render": "^2.8.0",
"@embedpdf/plugin-rotate": "^2.8.0",
"@embedpdf/plugin-scroll": "^2.8.0",
"@embedpdf/plugin-search": "^2.8.0",
"@embedpdf/plugin-selection": "^2.8.0",
"@embedpdf/plugin-spread": "^2.8.0",
"@embedpdf/plugin-thumbnail": "^2.8.0",
"@embedpdf/plugin-tiling": "^2.8.0",
"@embedpdf/plugin-viewport": "^2.8.0",
"@embedpdf/plugin-zoom": "^2.8.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@iconify/react": "^6.0.2",
@@ -576,14 +576,14 @@
}
},
"node_modules/@embedpdf/core": {
"version": "2.7.0",
"resolved": "https://registry.npmjs.org/@embedpdf/core/-/core-2.7.0.tgz",
"integrity": "sha512-dJ9pCWXVJxh6uSJP4sKuJP4v67+6Vlmw4WqJcv+CKJSUPdX9LhOSTIgTjwKLZ5zXo0c3DihNvrUupovb/DrhgQ==",
"version": "2.8.0",
"resolved": "https://registry.npmjs.org/@embedpdf/core/-/core-2.8.0.tgz",
"integrity": "sha512-ui0HR4fl7ndiGPw40kMBxXCO9gZHctV1u3Q+/XTd34ONYJ+Pa2LoWNVW2IuPDK7PgKzABPT2axntowlVLPP10g==",
"license": "MIT",
"peer": true,
"dependencies": {
"@embedpdf/engines": "2.7.0",
"@embedpdf/models": "2.7.0"
"@embedpdf/engines": "2.8.0",
"@embedpdf/models": "2.8.0"
},
"peerDependencies": {
"preact": "^10.26.4",
@@ -594,9 +594,9 @@
}
},
"node_modules/@embedpdf/engines": {
"version": "2.7.0",
"resolved": "https://registry.npmjs.org/@embedpdf/engines/-/engines-2.7.0.tgz",
"integrity": "sha512-9BW/0f1EhMtklOXzpq+TtAELpXrvWcgCioFX9tSvPXBwWw/xva9c3UFx8NKehfrAkmcLGNz2c2Kqe8hDlKp9Rw==",
"version": "2.8.0",
"resolved": "https://registry.npmjs.org/@embedpdf/engines/-/engines-2.8.0.tgz",
"integrity": "sha512-s749nppKxOcgvFraySKrwtiCt2VMXFe8TFuZUV5R7z8TtMagt6o5NOk6VsdvIpggUYxIsiKhLkFvAqvkNgcjng==",
"license": "MIT",
"dependencies": {
"@embedpdf/fonts-arabic": "1.0.0",
@@ -606,8 +606,8 @@
"@embedpdf/fonts-latin": "1.0.0",
"@embedpdf/fonts-sc": "1.0.0",
"@embedpdf/fonts-tc": "1.0.0",
"@embedpdf/models": "2.7.0",
"@embedpdf/pdfium": "2.7.0"
"@embedpdf/models": "2.8.0",
"@embedpdf/pdfium": "2.8.0"
},
"peerDependencies": {
"preact": "^10.26.4",
@@ -660,32 +660,32 @@
"license": "OFL-1.1"
},
"node_modules/@embedpdf/models": {
"version": "2.7.0",
"resolved": "https://registry.npmjs.org/@embedpdf/models/-/models-2.7.0.tgz",
"integrity": "sha512-SRtDqYUn6Qw677ECIyipg0qqZR0+iLUU1mGI/X70ad4/qhw+TAOF5/aWddoFdPAw5XviEYVw5zR0oTz+MLBUbw==",
"version": "2.8.0",
"resolved": "https://registry.npmjs.org/@embedpdf/models/-/models-2.8.0.tgz",
"integrity": "sha512-kk3Fm8exMmEX9Ce7VQePybmo04NQGdpsO3FsX1YOQqHpLVBk7tiTeOdetjBqI+YhQ2zWLa2naNKSOSGGzYLyxA==",
"license": "MIT"
},
"node_modules/@embedpdf/pdfium": {
"version": "2.7.0",
"resolved": "https://registry.npmjs.org/@embedpdf/pdfium/-/pdfium-2.7.0.tgz",
"integrity": "sha512-PW6JnbBERvRKVrBzeCH/iGorQ8OTTRwr8rciyv2Kstqf3IdIFHjjNWvl6exK1/3K5wbbxYnHSNpRotl0OcsFJA==",
"version": "2.8.0",
"resolved": "https://registry.npmjs.org/@embedpdf/pdfium/-/pdfium-2.8.0.tgz",
"integrity": "sha512-RlNLRNboF1Y6fNDy4sJ/a/FEYxATZyeM+n25r3KZJjG+RaM6bxBWXvWlFlGBU5Vx2eqQ5AzDAmIE9cn1agFmqA==",
"license": "MIT"
},
"node_modules/@embedpdf/plugin-annotation": {
"version": "2.7.0",
"resolved": "https://registry.npmjs.org/@embedpdf/plugin-annotation/-/plugin-annotation-2.7.0.tgz",
"integrity": "sha512-bkn9+91XfcFoKgwZ0kiJLbnvWNyrorhcbX5grsvUw2gJ8mL0RtwHSnCjZVT3WOPleQVwnNkBZUHefJhNT+LEKw==",
"version": "2.8.0",
"resolved": "https://registry.npmjs.org/@embedpdf/plugin-annotation/-/plugin-annotation-2.8.0.tgz",
"integrity": "sha512-h31dT0pvQjFSwsBLytL4BBLf3WDdz9kmAYNKR10filikge7MpgTzgVYFD0C6AOyy2qK1Y/vqworCyh+emVD5aA==",
"license": "MIT",
"peer": true,
"dependencies": {
"@embedpdf/models": "2.7.0",
"@embedpdf/utils": "2.7.0"
"@embedpdf/models": "2.8.0",
"@embedpdf/utils": "2.8.0"
},
"peerDependencies": {
"@embedpdf/core": "2.7.0",
"@embedpdf/plugin-history": "2.7.0",
"@embedpdf/plugin-interaction-manager": "2.7.0",
"@embedpdf/plugin-selection": "2.7.0",
"@embedpdf/core": "2.8.0",
"@embedpdf/plugin-history": "2.8.0",
"@embedpdf/plugin-interaction-manager": "2.8.0",
"@embedpdf/plugin-selection": "2.8.0",
"preact": "^10.26.4",
"react": ">=16.8.0",
"react-dom": ">=16.8.0",
@@ -694,15 +694,15 @@
}
},
"node_modules/@embedpdf/plugin-attachment": {
"version": "2.7.0",
"resolved": "https://registry.npmjs.org/@embedpdf/plugin-attachment/-/plugin-attachment-2.7.0.tgz",
"integrity": "sha512-APH9Y/P4KyawckS68bouQ5aGsmQurgkdBG0oRq9kirDM+yIVGonS2P+gzwu9otgNKve880S5mBImC3FndJL4Tg==",
"version": "2.8.0",
"resolved": "https://registry.npmjs.org/@embedpdf/plugin-attachment/-/plugin-attachment-2.8.0.tgz",
"integrity": "sha512-g2jCwjhQsij9zz2JOxZJkIeLTAUxiBKsFh6K4hcsG45ougw/mI3WCw1f+bZlAPkZuOWPo2/nthsHb+wAlrcykQ==",
"license": "MIT",
"dependencies": {
"@embedpdf/models": "2.7.0"
"@embedpdf/models": "2.8.0"
},
"peerDependencies": {
"@embedpdf/core": "2.7.0",
"@embedpdf/core": "2.8.0",
"preact": "^10.26.4",
"react": ">=16.8.0",
"react-dom": ">=16.8.0",
@@ -711,15 +711,15 @@
}
},
"node_modules/@embedpdf/plugin-bookmark": {
"version": "2.7.0",
"resolved": "https://registry.npmjs.org/@embedpdf/plugin-bookmark/-/plugin-bookmark-2.7.0.tgz",
"integrity": "sha512-um+naqyEAhBp4uFIis6K+V0t3dY4Dgry/vW17SwK9lFyMPQNCUT8PZMb7ysvj88vBXaDbzqCbtnlV6AyBEqxEQ==",
"version": "2.8.0",
"resolved": "https://registry.npmjs.org/@embedpdf/plugin-bookmark/-/plugin-bookmark-2.8.0.tgz",
"integrity": "sha512-ab49e17amEshweobU2GbtDEuRDHj89vRYiahkRq9nU1ACI16JIyh4t4fE/m/ucL9YhMMXldjwdtTGHceV566Jg==",
"license": "MIT",
"dependencies": {
"@embedpdf/models": "2.7.0"
"@embedpdf/models": "2.8.0"
},
"peerDependencies": {
"@embedpdf/core": "2.7.0",
"@embedpdf/core": "2.8.0",
"preact": "^10.26.4",
"react": ">=16.8.0",
"react-dom": ">=16.8.0",
@@ -728,15 +728,15 @@
}
},
"node_modules/@embedpdf/plugin-document-manager": {
"version": "2.7.0",
"resolved": "https://registry.npmjs.org/@embedpdf/plugin-document-manager/-/plugin-document-manager-2.7.0.tgz",
"integrity": "sha512-eKM0MEUCPZmNkOkz5n6QWBcKN7m1c3RBZlfXB7faHBaScPyO3f+xgfipAht86UvfYwxT9BWk9ozbAtm2UPBHcQ==",
"version": "2.8.0",
"resolved": "https://registry.npmjs.org/@embedpdf/plugin-document-manager/-/plugin-document-manager-2.8.0.tgz",
"integrity": "sha512-SS+IKJ2+rk4dHM3PvQQrvnfNdb5oOF1INR5r2w0MKo22C9WPD8Ncg1Jak/mCrGbSrJemW3pkIrKZhoREQtSrbA==",
"license": "MIT",
"dependencies": {
"@embedpdf/models": "2.7.0"
"@embedpdf/models": "2.8.0"
},
"peerDependencies": {
"@embedpdf/core": "2.7.0",
"@embedpdf/core": "2.8.0",
"preact": "^10.26.4",
"react": ">=16.8.0",
"react-dom": ">=16.8.0",
@@ -745,15 +745,15 @@
}
},
"node_modules/@embedpdf/plugin-export": {
"version": "2.7.0",
"resolved": "https://registry.npmjs.org/@embedpdf/plugin-export/-/plugin-export-2.7.0.tgz",
"integrity": "sha512-wlP/ZdWPLCnJpsQWNCyZAlicvNiapbo7Dc95HMWHg2YgmkCjDe26z4C1QoubUanNSerGWJCK0qKXxJ/PVkJSnw==",
"version": "2.8.0",
"resolved": "https://registry.npmjs.org/@embedpdf/plugin-export/-/plugin-export-2.8.0.tgz",
"integrity": "sha512-AvqfyhB58HLoZMKyXLLT+1ebE7wrMEnIAjr+OqEuaNnekxvb8atD8EBByzgtXLiNLStlxFn5g1CKyQThpw4Pcw==",
"license": "MIT",
"dependencies": {
"@embedpdf/models": "2.7.0"
"@embedpdf/models": "2.8.0"
},
"peerDependencies": {
"@embedpdf/core": "2.7.0",
"@embedpdf/core": "2.8.0",
"preact": "^10.26.4",
"react": ">=16.8.0",
"react-dom": ">=16.8.0",
@@ -762,16 +762,16 @@
}
},
"node_modules/@embedpdf/plugin-history": {
"version": "2.7.0",
"resolved": "https://registry.npmjs.org/@embedpdf/plugin-history/-/plugin-history-2.7.0.tgz",
"integrity": "sha512-k2c5M2Nwey+j6EtZyf5Sw+cuyNT4MTWdqPQGR9NbmZUiNnkSrg/TmPWZCyaXZKGRjLmoJocc0qRdyaZnaaTpqw==",
"version": "2.8.0",
"resolved": "https://registry.npmjs.org/@embedpdf/plugin-history/-/plugin-history-2.8.0.tgz",
"integrity": "sha512-S6TO7DqMqVtBYsztgvPvq8BOJTMl8rWdGjVMuoxD93HZdSgogoculwCATrJGor/BC+X6Vmtaqg6NJWSdIAeBEQ==",
"license": "MIT",
"peer": true,
"dependencies": {
"@embedpdf/models": "2.7.0"
"@embedpdf/models": "2.8.0"
},
"peerDependencies": {
"@embedpdf/core": "2.7.0",
"@embedpdf/core": "2.8.0",
"preact": "^10.26.4",
"react": ">=16.8.0",
"react-dom": ">=16.8.0",
@@ -780,16 +780,16 @@
}
},
"node_modules/@embedpdf/plugin-interaction-manager": {
"version": "2.7.0",
"resolved": "https://registry.npmjs.org/@embedpdf/plugin-interaction-manager/-/plugin-interaction-manager-2.7.0.tgz",
"integrity": "sha512-IfJiugr2k9VD8/gryMb22wC5yk4EQwSS3/Co0EdOhzkmkGSgUHA/KcG83WBu8wPEtj5Gwy473xe41fYKsGMlsA==",
"version": "2.8.0",
"resolved": "https://registry.npmjs.org/@embedpdf/plugin-interaction-manager/-/plugin-interaction-manager-2.8.0.tgz",
"integrity": "sha512-xdRTAp1YiXWm+3WVqIN8dkRT3I/dHTumLJy5Kvt7lc1W2XM3M5bfCk5eTTcjY1DPv2buyt44i/4XNWoXAgBXDg==",
"license": "MIT",
"peer": true,
"dependencies": {
"@embedpdf/models": "2.7.0"
"@embedpdf/models": "2.8.0"
},
"peerDependencies": {
"@embedpdf/core": "2.7.0",
"@embedpdf/core": "2.8.0",
"preact": "^10.26.4",
"react": ">=16.8.0",
"react-dom": ">=16.8.0",
@@ -798,17 +798,17 @@
}
},
"node_modules/@embedpdf/plugin-pan": {
"version": "2.7.0",
"resolved": "https://registry.npmjs.org/@embedpdf/plugin-pan/-/plugin-pan-2.7.0.tgz",
"integrity": "sha512-/jUyM4K42gd7eoVsKFDSfN4t8CHIf6ZX7kU4BHBBFvOcNB7bToOvibPiznC4oPrHmOuzcs4e+VOfu+yHKn6DrA==",
"version": "2.8.0",
"resolved": "https://registry.npmjs.org/@embedpdf/plugin-pan/-/plugin-pan-2.8.0.tgz",
"integrity": "sha512-EFqTEHk9E7AMRwguRO24jRl0J/5+pG07wlAm5U2rB0LDk30oAqVklFuDygaALdi8ZRBdkWOfD3Wl3gurQvfwAA==",
"license": "MIT",
"dependencies": {
"@embedpdf/models": "2.7.0"
"@embedpdf/models": "2.8.0"
},
"peerDependencies": {
"@embedpdf/core": "2.7.0",
"@embedpdf/plugin-interaction-manager": "2.7.0",
"@embedpdf/plugin-viewport": "2.7.0",
"@embedpdf/core": "2.8.0",
"@embedpdf/plugin-interaction-manager": "2.8.0",
"@embedpdf/plugin-viewport": "2.8.0",
"preact": "^10.26.4",
"react": ">=16.8.0",
"react-dom": ">=16.8.0",
@@ -817,15 +817,15 @@
}
},
"node_modules/@embedpdf/plugin-print": {
"version": "2.7.0",
"resolved": "https://registry.npmjs.org/@embedpdf/plugin-print/-/plugin-print-2.7.0.tgz",
"integrity": "sha512-sQqRSCN+r59EjKibQ3yMt1lKyHMxO1UqhZ6iI+w5hUBm9yTIHvkQRTVbawbkCfty8QNldjMQEwN3iYkf8LNHsg==",
"version": "2.8.0",
"resolved": "https://registry.npmjs.org/@embedpdf/plugin-print/-/plugin-print-2.8.0.tgz",
"integrity": "sha512-PUdw2/1GwbewYrxVgsb+3lkYyYYcLU5qpazrBZjjx0v+SEpb2SMQOOPNUILeJGKbYUlxSz3qv/loFwqzALkUQA==",
"license": "MIT",
"dependencies": {
"@embedpdf/models": "2.7.0"
"@embedpdf/models": "2.8.0"
},
"peerDependencies": {
"@embedpdf/core": "2.7.0",
"@embedpdf/core": "2.8.0",
"preact": "^10.26.4",
"react": ">=18.0.0",
"react-dom": ">=18.0.0",
@@ -834,20 +834,20 @@
}
},
"node_modules/@embedpdf/plugin-redaction": {
"version": "2.7.0",
"resolved": "https://registry.npmjs.org/@embedpdf/plugin-redaction/-/plugin-redaction-2.7.0.tgz",
"integrity": "sha512-N6LD9k35ZCkpHPDW5I6pW6g/YTDXGuNp/kWTHU4bcRGfTwinu6i0PaFJQKus1t1pkVprhmjJgCXbkM2xmIKXAg==",
"version": "2.8.0",
"resolved": "https://registry.npmjs.org/@embedpdf/plugin-redaction/-/plugin-redaction-2.8.0.tgz",
"integrity": "sha512-pIDFNd9rX7cwrhY6rFCBa5MTnGdLZHX7magToqna/Ffs1KEr0CfNF8jIXG0/E6KB6SsppbHwC7AkwRVWz8NoHg==",
"license": "MIT",
"dependencies": {
"@embedpdf/models": "2.7.0",
"@embedpdf/utils": "2.7.0"
"@embedpdf/models": "2.8.0",
"@embedpdf/utils": "2.8.0"
},
"peerDependencies": {
"@embedpdf/core": "2.7.0",
"@embedpdf/plugin-annotation": "2.7.0",
"@embedpdf/plugin-history": "2.7.0",
"@embedpdf/plugin-interaction-manager": "2.7.0",
"@embedpdf/plugin-selection": "2.7.0",
"@embedpdf/core": "2.8.0",
"@embedpdf/plugin-annotation": "2.8.0",
"@embedpdf/plugin-history": "2.8.0",
"@embedpdf/plugin-interaction-manager": "2.8.0",
"@embedpdf/plugin-selection": "2.8.0",
"preact": "^10.26.4",
"react": ">=16.8.0",
"react-dom": ">=16.8.0",
@@ -856,16 +856,16 @@
}
},
"node_modules/@embedpdf/plugin-render": {
"version": "2.7.0",
"resolved": "https://registry.npmjs.org/@embedpdf/plugin-render/-/plugin-render-2.7.0.tgz",
"integrity": "sha512-qJcBxl2Kgqbw/Yb4qiX3qNsBKmzI8ijAKix3PoYL+nlhX6iFbcCkUbJgF0rPCBbhIy59Bpp7eJL+RyY5DhQvUg==",
"version": "2.8.0",
"resolved": "https://registry.npmjs.org/@embedpdf/plugin-render/-/plugin-render-2.8.0.tgz",
"integrity": "sha512-jVGSuyg366LmFzbDpqszLbu3G6VOfv1u46D1C0ph6pL3jisTlRswRosaXS4eVE/fAYTryBrI0olCpVYYct4bQw==",
"license": "MIT",
"peer": true,
"dependencies": {
"@embedpdf/models": "2.7.0"
"@embedpdf/models": "2.8.0"
},
"peerDependencies": {
"@embedpdf/core": "2.7.0",
"@embedpdf/core": "2.8.0",
"preact": "^10.26.4",
"react": ">=16.8.0",
"react-dom": ">=16.8.0",
@@ -874,15 +874,15 @@
}
},
"node_modules/@embedpdf/plugin-rotate": {
"version": "2.7.0",
"resolved": "https://registry.npmjs.org/@embedpdf/plugin-rotate/-/plugin-rotate-2.7.0.tgz",
"integrity": "sha512-ggqhQzpJB7ydfx9fDcuUrlGS9wxfsLG+rQwf1MMmUMMdEK1NPsHw5abSuQBerAm1vrpZ3Dyz0v2TxPVejvIhjA==",
"version": "2.8.0",
"resolved": "https://registry.npmjs.org/@embedpdf/plugin-rotate/-/plugin-rotate-2.8.0.tgz",
"integrity": "sha512-lWATWEwhkBW77dJaKXlSJbqEMLTSy1lOhn0kDAZ5eyPZRo+7UWe7LHuT5HWzzRlbY9rpvnyixCT6Zp9rKT+WnQ==",
"license": "MIT",
"dependencies": {
"@embedpdf/models": "2.7.0"
"@embedpdf/models": "2.8.0"
},
"peerDependencies": {
"@embedpdf/core": "2.7.0",
"@embedpdf/core": "2.8.0",
"preact": "^10.26.4",
"react": ">=16.8.0",
"react-dom": ">=16.8.0",
@@ -891,17 +891,17 @@
}
},
"node_modules/@embedpdf/plugin-scroll": {
"version": "2.7.0",
"resolved": "https://registry.npmjs.org/@embedpdf/plugin-scroll/-/plugin-scroll-2.7.0.tgz",
"integrity": "sha512-uEs5XdHZ3XqH3OWnM8E2eHen+7+MxK9SrlBnfM8ZcPkzHR9n7hT/Aqy05BiLKxKem585HvtbRgFzNQZqmNIGHw==",
"version": "2.8.0",
"resolved": "https://registry.npmjs.org/@embedpdf/plugin-scroll/-/plugin-scroll-2.8.0.tgz",
"integrity": "sha512-l6hFH6lsAI+07ZGuOwbC8qcRNdYzWSIfRszjt9UmhKZbvXLEp6YJeS/XOUC/37Kqi30tsmLDyZhMW1AooGAr1A==",
"license": "MIT",
"peer": true,
"dependencies": {
"@embedpdf/models": "2.7.0"
"@embedpdf/models": "2.8.0"
},
"peerDependencies": {
"@embedpdf/core": "2.7.0",
"@embedpdf/plugin-viewport": "2.7.0",
"@embedpdf/core": "2.8.0",
"@embedpdf/plugin-viewport": "2.8.0",
"preact": "^10.26.4",
"react": ">=16.8.0",
"react-dom": ">=16.8.0",
@@ -910,15 +910,15 @@
}
},
"node_modules/@embedpdf/plugin-search": {
"version": "2.7.0",
"resolved": "https://registry.npmjs.org/@embedpdf/plugin-search/-/plugin-search-2.7.0.tgz",
"integrity": "sha512-TeUMvlp6j4NXkkbPURSkg7fd6l/X8wUnN+ImFiM01VM+YBLQWTPXcP7AAyFzoI5iAh2m5+ZZEB/uGb5qm3Vamg==",
"version": "2.8.0",
"resolved": "https://registry.npmjs.org/@embedpdf/plugin-search/-/plugin-search-2.8.0.tgz",
"integrity": "sha512-HZ7munHdAF2pJ1cT02yc5I0Xcr4b4CQ8GkhD4qhTpZK0yga/tQiDY2Jjstygv7XiZwHIDKvqOuQsQmOXDsEemw==",
"license": "MIT",
"dependencies": {
"@embedpdf/models": "2.7.0"
"@embedpdf/models": "2.8.0"
},
"peerDependencies": {
"@embedpdf/core": "2.7.0",
"@embedpdf/core": "2.8.0",
"preact": "^10.26.4",
"react": ">=16.8.0",
"react-dom": ">=16.8.0",
@@ -927,18 +927,18 @@
}
},
"node_modules/@embedpdf/plugin-selection": {
"version": "2.7.0",
"resolved": "https://registry.npmjs.org/@embedpdf/plugin-selection/-/plugin-selection-2.7.0.tgz",
"integrity": "sha512-MhTUHZ5jBh1jQU66xrtkx2jEtcreCfHy4zpmMY7iCoZtWUxrML+zf4jYNrR/ZP93O4i5HNBSnJNTG+RmRJ5KPw==",
"version": "2.8.0",
"resolved": "https://registry.npmjs.org/@embedpdf/plugin-selection/-/plugin-selection-2.8.0.tgz",
"integrity": "sha512-DcPyOp2WKoVYVpbZIP5t+JsEmCL9Y7bxe8PmiEBtlm1lustuUezdWyA2G4wsGCR4I/5uNlY85qBGCBhL195sSA==",
"license": "MIT",
"peer": true,
"dependencies": {
"@embedpdf/models": "2.7.0",
"@embedpdf/utils": "2.7.0"
"@embedpdf/models": "2.8.0",
"@embedpdf/utils": "2.8.0"
},
"peerDependencies": {
"@embedpdf/core": "2.7.0",
"@embedpdf/plugin-interaction-manager": "2.7.0",
"@embedpdf/core": "2.8.0",
"@embedpdf/plugin-interaction-manager": "2.8.0",
"preact": "^10.26.4",
"react": ">=16.8.0",
"react-dom": ">=16.8.0",
@@ -947,15 +947,15 @@
}
},
"node_modules/@embedpdf/plugin-spread": {
"version": "2.7.0",
"resolved": "https://registry.npmjs.org/@embedpdf/plugin-spread/-/plugin-spread-2.7.0.tgz",
"integrity": "sha512-FMW6nXlyZhjQKrj8l4gduu0+IWI/H8Sda9iiKKYOGLrDWcIsSo3Gt3mSJgUsjUxA2YS+l0m48VeuSESa7Ab8oA==",
"version": "2.8.0",
"resolved": "https://registry.npmjs.org/@embedpdf/plugin-spread/-/plugin-spread-2.8.0.tgz",
"integrity": "sha512-0Ld5HERaG8cKyWW7ktojG3FK6angkzYnBnw7Rnqf4cQuNdO7nKSTslyxkrLzF3vvmKrB//2ghm/pRVkgci4BOw==",
"license": "MIT",
"dependencies": {
"@embedpdf/models": "2.7.0"
"@embedpdf/models": "2.8.0"
},
"peerDependencies": {
"@embedpdf/core": "2.7.0",
"@embedpdf/core": "2.8.0",
"preact": "^10.26.4",
"react": ">=16.8.0",
"react-dom": ">=16.8.0",
@@ -964,16 +964,16 @@
}
},
"node_modules/@embedpdf/plugin-thumbnail": {
"version": "2.7.0",
"resolved": "https://registry.npmjs.org/@embedpdf/plugin-thumbnail/-/plugin-thumbnail-2.7.0.tgz",
"integrity": "sha512-ZnXt9ebtExFQUMUbWApUK8yC1eXYjDMEzS9631QpbLm0BhW9jYu9cs6U37Sww+zhYi7IFih4zb38lgAsbDgOcA==",
"version": "2.8.0",
"resolved": "https://registry.npmjs.org/@embedpdf/plugin-thumbnail/-/plugin-thumbnail-2.8.0.tgz",
"integrity": "sha512-Dq/Cqsn4GClRXNWerqlXNH8WDWK/TtHxwq6yr2kqgXPo1FyREto4I7GfdO1hygTu0Dl6HK2auEVHBVC8QT53fw==",
"license": "MIT",
"dependencies": {
"@embedpdf/models": "2.7.0"
"@embedpdf/models": "2.8.0"
},
"peerDependencies": {
"@embedpdf/core": "2.7.0",
"@embedpdf/plugin-render": "2.7.0",
"@embedpdf/core": "2.8.0",
"@embedpdf/plugin-render": "2.8.0",
"preact": "^10.26.4",
"react": ">=16.8.0",
"react-dom": ">=16.8.0",
@@ -982,18 +982,18 @@
}
},
"node_modules/@embedpdf/plugin-tiling": {
"version": "2.7.0",
"resolved": "https://registry.npmjs.org/@embedpdf/plugin-tiling/-/plugin-tiling-2.7.0.tgz",
"integrity": "sha512-/Cd7dR0kA5/Y1gykYLYS3gecStycc4m5Jjm+a0mFzO/7yQ6BLb0g4zkM95YloBAsFoP5GPXKKhBw3pi32pTObw==",
"version": "2.8.0",
"resolved": "https://registry.npmjs.org/@embedpdf/plugin-tiling/-/plugin-tiling-2.8.0.tgz",
"integrity": "sha512-gPe5mG6hyyruki1eSuQYD2KDbo0Z0TxzSk8TcHIdEYYF6NlI2OghuO8Vczz5WLU8clX8xzn8c/c+tQMHEXfbZA==",
"license": "MIT",
"dependencies": {
"@embedpdf/models": "2.7.0"
"@embedpdf/models": "2.8.0"
},
"peerDependencies": {
"@embedpdf/core": "2.7.0",
"@embedpdf/plugin-render": "2.7.0",
"@embedpdf/plugin-scroll": "2.7.0",
"@embedpdf/plugin-viewport": "2.7.0",
"@embedpdf/core": "2.8.0",
"@embedpdf/plugin-render": "2.8.0",
"@embedpdf/plugin-scroll": "2.8.0",
"@embedpdf/plugin-viewport": "2.8.0",
"preact": "^10.26.4",
"react": ">=16.8.0",
"react-dom": ">=16.8.0",
@@ -1002,16 +1002,16 @@
}
},
"node_modules/@embedpdf/plugin-viewport": {
"version": "2.7.0",
"resolved": "https://registry.npmjs.org/@embedpdf/plugin-viewport/-/plugin-viewport-2.7.0.tgz",
"integrity": "sha512-nVDoU86CgHme7f2r7OFhziqHz1Yg8vdE2K+bXzRCmtZaubH+qVo5C+77at9brYCSinA67znQn1yy6zbfxs4FwA==",
"version": "2.8.0",
"resolved": "https://registry.npmjs.org/@embedpdf/plugin-viewport/-/plugin-viewport-2.8.0.tgz",
"integrity": "sha512-E16hc4yPA54XQGHp0Dy3OYyE8ilBaJE7LJirVmha4kMkP7XBu6xHNOJrXtq4GsZmdLQkf+x8ie2DDbWS+tcwnw==",
"license": "MIT",
"peer": true,
"dependencies": {
"@embedpdf/models": "2.7.0"
"@embedpdf/models": "2.8.0"
},
"peerDependencies": {
"@embedpdf/core": "2.7.0",
"@embedpdf/core": "2.8.0",
"preact": "^10.26.4",
"react": ">=16.8.0",
"react-dom": ">=16.8.0",
@@ -1020,17 +1020,17 @@
}
},
"node_modules/@embedpdf/plugin-zoom": {
"version": "2.7.0",
"resolved": "https://registry.npmjs.org/@embedpdf/plugin-zoom/-/plugin-zoom-2.7.0.tgz",
"integrity": "sha512-5u2cQcahHkbOfa5Ug5hxXwtIOz4TzrQSgvmXvO7+jV0jXKOp1vFVB9tU26SKwwwW9OL6e4L/P6roKJRPbOnWyw==",
"version": "2.8.0",
"resolved": "https://registry.npmjs.org/@embedpdf/plugin-zoom/-/plugin-zoom-2.8.0.tgz",
"integrity": "sha512-HepSQ7NFYhMsQsgfnC/G3b3LOYtNCWkCME0C0jBLrEYsgqsWozf97jIgzfOAeJsugyjQmojpgLUNt3xE9CtG6Q==",
"license": "MIT",
"dependencies": {
"@embedpdf/models": "2.7.0"
"@embedpdf/models": "2.8.0"
},
"peerDependencies": {
"@embedpdf/core": "2.7.0",
"@embedpdf/plugin-scroll": "2.7.0",
"@embedpdf/plugin-viewport": "2.7.0",
"@embedpdf/core": "2.8.0",
"@embedpdf/plugin-scroll": "2.8.0",
"@embedpdf/plugin-viewport": "2.8.0",
"preact": "^10.26.4",
"react": ">=16.8.0",
"react-dom": ">=16.8.0",
@@ -1039,9 +1039,9 @@
}
},
"node_modules/@embedpdf/utils": {
"version": "2.7.0",
"resolved": "https://registry.npmjs.org/@embedpdf/utils/-/utils-2.7.0.tgz",
"integrity": "sha512-QtHOChToxkemBbJSwBTbgUqQbUO+obRj5HBaA/8KGv1ESCjtrdwjfAHMCBYdRuyvMVvrQGe1bHuSbKpb2JVS5w==",
"version": "2.8.0",
"resolved": "https://registry.npmjs.org/@embedpdf/utils/-/utils-2.8.0.tgz",
"integrity": "sha512-mt3DiQ8pnPk95q0zv7dXfN+y5fzJT2WtXyST8ziYEgmfhz0l2HT/MHCAwLzB3Whlnd2BdHThLfJyG1UD6pC84g==",
"license": "MIT",
"peerDependencies": {
"preact": "^10.26.4",