implement share button option to share recipient's sign url after finishing a doc creation using request signature flow

This commit is contained in:
RaktimaNXG
2024-04-09 18:48:32 +05:30
parent 0fc12c957e
commit d779720f26
8 changed files with 614 additions and 533 deletions
+10
View File
@@ -43,6 +43,7 @@
"react-select": "^5.8.0",
"react-signature-canvas": "^1.0.6",
"react-tooltip": "^5.26.3",
"react-web-share": "^2.0.2",
"reactour": "^1.19.2",
"redux": "^5.0.1",
"redux-thunk": "^3.1.0",
@@ -20225,6 +20226,15 @@
"react-dom": ">=16.6.0"
}
},
"node_modules/react-web-share": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/react-web-share/-/react-web-share-2.0.2.tgz",
"integrity": "sha512-bGm1TJc6xtC0MhAnYFsrzT4En7l2oAdLTgCK7nk7b4xGTg3L5gOldiPrmYQ8a/dEXNydgekvOj/tfjduIlIRVA==",
"peerDependencies": {
"react": "^16 || ^17 || ^18",
"react-dom": "^16 || ^17 || ^18"
}
},
"node_modules/reactour": {
"version": "1.19.2",
"resolved": "https://registry.npmjs.org/reactour/-/reactour-1.19.2.tgz",