Skip to content
This repository was archived by the owner on Jan 30, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@superdoc-dev/esign": "link:../.",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"superdoc": "^0.35.3"
"superdoc": "^0.36.1"
},
"devDependencies": {
"@types/react": "^18.3.12",
Expand Down
376 changes: 200 additions & 176 deletions demo/pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions demo/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,8 @@ export function App() {
source:
'https://storage.googleapis.com/public_static_hosting/public_demo_docs/service_agreement.docx',
mode: 'full',
layoutMode: 'responsive',
layoutMargins: { top: 10, bottom: 10, left: 10, right: 10 },
validation: {
scroll: { required: true },
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"react": "^19.2.0",
"react-dom": "^19.2.0",
"semantic-release": "^24.2.9",
"superdoc": "^0.35.3",
"superdoc": "^0.36.1",
"typescript": "^5.9.2",
"typescript-eslint": "^8.44.1",
"vite": "^7.1.7",
Expand Down
Loading