Skip to content

Commit

Permalink
Fix tkey examples
Browse files Browse the repository at this point in the history
  • Loading branch information
yashovardhan committed Oct 25, 2023
1 parent af17bb8 commit e35077c
Show file tree
Hide file tree
Showing 12 changed files with 6,274 additions and 8,070 deletions.
10,371 changes: 5,243 additions & 5,128 deletions tkey-web/intrinsic-flow-examples/tkey-popup-flow-example/package-lock.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@tkey/default": "^11.0.2",
"@tkey/security-questions": "^11.0.2",
"@tkey/web-storage": "^11.0.2",
"@toruslabs/constants": "^13.0.1",
"@tkey/default": "^12.0.0",
"@tkey/security-questions": "^12.0.0",
"@tkey/web-storage": "^12.0.0",
"@toruslabs/constants": "^13.0.3",
"@types/jest": "^27.5.2",
"@types/node": "^17.0.45",
"@types/react": "^18.0.25",
Expand All @@ -19,9 +19,9 @@
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
"sweetalert": "^2.1.2",
"typescript": "^5.2.2",
"typescript": "^4.9.5",
"web-vitals": "^2.1.4",
"web3": "^1.8.1",
"web3": "^4.2.0",
"workbox-background-sync": "^6.5.4",
"workbox-broadcast-update": "^6.5.4",
"workbox-cacheable-response": "^6.5.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,3 +101,13 @@
font-size: 16px;
font-family: monospace;
}

.disabledDiv {
pointer-events: none;
opacity: 0.4;
}

.flex-column {
display: flex;
flex-direction: column;
}
Loading

0 comments on commit e35077c

Please sign in to comment.