Skip to content

Commit

Permalink
Update MPC Core Kit Examples
Browse files Browse the repository at this point in the history
  • Loading branch information
yashovardhan committed Sep 21, 2023
1 parent a08f675 commit a91c16b
Show file tree
Hide file tree
Showing 117 changed files with 50,944 additions and 85,629 deletions.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@types/node": "^17.0.45",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.9",
"@web3auth/mpc-core-kit": "^0.2.0",
"@web3auth/mpc-core-kit": "^1.0.0",
"browserify-zlib": "^0.2.0",
"copy-webpack-plugin": "^11.0.0",
"html-webpack-plugin": "^5.5.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,13 @@
width: fit-content;
}

.flex-container-top {
display: flex;
flex-flow: row wrap;
justify-content: space-around;
align-items: top;
}

#console {
width: 100%;
height: 100%;
Expand All @@ -106,3 +113,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 a91c16b

Please sign in to comment.