Skip to content

Commit

Permalink
Merge pull request #478 from karancoder/kjivani/cosmos-social-logins-…
Browse files Browse the repository at this point in the history
…theme-update

update leap-capsule packages
  • Loading branch information
pyramation committed Jun 18, 2024
2 parents d5f38a3 + 357621f commit 0b5ecef
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 19 deletions.
2 changes: 1 addition & 1 deletion packages/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@cosmos-kit/vectis": "^2.10.0",
"@cosmos-kit/web3auth": "^2.9.0",
"@interchain-ui/react": "^1.23.13",
"@leapwallet/cosmos-social-login-capsule-provider-ui": "0.0.55",
"@leapwallet/cosmos-social-login-capsule-provider-ui": "0.0.56",
"@radix-ui/react-dropdown-menu": "^2.0.5",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-slot": "^1.0.2",
Expand Down
2 changes: 1 addition & 1 deletion wallets/leap-capsule-social-login/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"dependencies": {
"@chain-registry/keplr": "1.64.4",
"@cosmos-kit/core": "^2.12.0",
"@leapwallet/cosmos-social-login-capsule-provider": "0.0.38"
"@leapwallet/cosmos-social-login-capsule-provider": "0.0.39"
},
"peerDependencies": {
"@cosmjs/amino": ">= 0.28",
Expand Down
9 changes: 0 additions & 9 deletions wallets/leap-capsule-social-login/src/main-wallet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,6 @@ export class LeapCapsuleWallet extends MainWalletBase {
process.env.CAPSULE_ENV ||
(process.env
.NEXT_PUBLIC_CAPSULE_ENV as unknown as CapsuleEnvironment),
opts: {
emailPrimaryColor: '#29a873',
homepageUrl: 'https://www.leapwallet.io',
portalTheme: {
backgroundColor: '#141414',
foregroundColor: '#29a873',
borderRadius: 'sm',
},
},
}),
})
);
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3141,10 +3141,10 @@
bignumber.js "^9.1.2"
long "^5.2.3"

"@leapwallet/cosmos-social-login-capsule-provider-ui@0.0.55":
version "0.0.55"
resolved "https://registry.yarnpkg.com/@leapwallet/cosmos-social-login-capsule-provider-ui/-/cosmos-social-login-capsule-provider-ui-0.0.55.tgz#09ef21ca4ad63002b902429842d5b4cb38739fab"
integrity sha512-x2CNk7rL6gpFbGVXyeUdwsbOF2Rd3XxnSaYMBag3BC+R5huFG5KxDULl5fDBjNqN0uC4mZvAvMU11rcEtaKnNA==
"@leapwallet/cosmos-social-login-capsule-provider-ui@0.0.56":
version "0.0.56"
resolved "https://registry.yarnpkg.com/@leapwallet/cosmos-social-login-capsule-provider-ui/-/cosmos-social-login-capsule-provider-ui-0.0.56.tgz#68eeb2f230357b065ab529f6d76c8e6f6d464540"
integrity sha512-qExaCqWK9d/55zStcaMWHNTqhtOx40W8tGvXWRGv/CrgktLRkzeQdu1inv+zbNGbidyd//K2/Dxr/0+5l70ukw==
dependencies:
"@cosmjs/amino" "0.31.3"
"@emotion/react" "^11.11.1"
Expand All @@ -3168,10 +3168,10 @@
react-loading-skeleton "^3.3.1"
swr "^2.2.4"

"@leapwallet/cosmos-social-login-capsule-provider@0.0.38":
version "0.0.38"
resolved "https://registry.yarnpkg.com/@leapwallet/cosmos-social-login-capsule-provider/-/cosmos-social-login-capsule-provider-0.0.38.tgz#3ab0c9b472b10e515f0466e5c94edfea8917a7ab"
integrity sha512-mG9aasEJyXBM1spy6DqNFLtl3qnnY5Po07Z7RkJeUym//6JLuB6qr5T7y30bEqNbY5EJIOxReL1jyf7X1HWf0Q==
"@leapwallet/cosmos-social-login-capsule-provider@0.0.39":
version "0.0.39"
resolved "https://registry.yarnpkg.com/@leapwallet/cosmos-social-login-capsule-provider/-/cosmos-social-login-capsule-provider-0.0.39.tgz#a8d2dab8c0db8759bceaa4762356f7df2812870a"
integrity sha512-7u9ZhiBHK7MeCNFNcnN4ttS11LITL5P6NtBwZ331MppAsGqRkexJQq6fofDZIiGaKiBqAp4qsFKEVM0fohOZBA==
dependencies:
"@cosmjs/amino" "0.31.3"
"@leapwallet/cosmos-social-login-core" "0.0.1"
Expand Down

0 comments on commit 0b5ecef

Please sign in to comment.