Skip to content

Commit

Permalink
Merge pull request #844 from nextcloud/dependabot/npm_and_yarn/pdfjs-…
Browse files Browse the repository at this point in the history
…dist-3.11.174

chore(deps): Bump pdfjs-dist from 3.9.179 to 3.11.174
  • Loading branch information
danxuliu authored Oct 29, 2023
2 parents 4b9fab0 + 48ba7ac commit cb99284
Show file tree
Hide file tree
Showing 76 changed files with 13,899 additions and 10,962 deletions.
1,633 changes: 1,175 additions & 458 deletions js/pdfjs/build/pdf.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/pdfjs/build/pdf.js.map

Large diffs are not rendered by default.

16 changes: 7 additions & 9 deletions js/pdfjs/build/pdf.sandbox.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/pdfjs/build/pdf.sandbox.js.map

Large diffs are not rendered by default.

19,080 changes: 9,494 additions & 9,586 deletions js/pdfjs/build/pdf.worker.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/pdfjs/build/pdf.worker.js.map

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion js/pdfjs/web/debugger.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
* limitations under the License.
*/

:root {
--panel-width: 300px;
}

#PDFBug,
#PDFBug :is(input, button, select) {
font: message-box;
Expand All @@ -26,7 +30,7 @@
bottom: 0;
font-size: 10px;
padding: 0;
width: 300px;
width: var(--panel-width);
}
#PDFBug .controls {
background: rgba(238, 238, 238, 1);
Expand Down
Loading

0 comments on commit cb99284

Please sign in to comment.