Skip to content

Commit

Permalink
Merge pull request #226 from Web3Auth/update-mpc-core-kit
Browse files Browse the repository at this point in the history
Update MPC Core Kit Examples
  • Loading branch information
shahbaz17 authored Sep 21, 2023
2 parents 5c177ba + a91c16b commit 854d143
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 854d143

Please sign in to comment.