Skip to content

Commit

Permalink
chore: bump versions, adjust popup position
Browse files Browse the repository at this point in the history
  • Loading branch information
fsher committed Apr 25, 2022
1 parent 8a03dd5 commit a2abdd1
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"bn.js": "5.2.0"
},
"dependencies": {
"@dialectlabs/react": "^0.4.3",
"@dialectlabs/react-ui": "^0.6.4",
"@dialectlabs/react": "^0.4.8",
"@dialectlabs/react-ui": "^0.6.10",
"@headlessui/react": "^1.5.0",
"@heroicons/react": "^1.0.6",
"@raydium-io/raydium-sdk": "^1.0.1-beta.46",
Expand Down
3 changes: 1 addition & 2 deletions src/components/PageLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,6 @@ function DialectNotificationsButton() {
colors: {
bg: 'bg-[#20285F]',
highlight: 'bg-[#FFFFFF]/5',
highlightSolid: 'invisible' // small hack to remove powered by logo
},
textStyles: {
body: 'text-[#ABE2E5] text-[0.9375rem]',
Expand All @@ -294,7 +293,7 @@ function DialectNotificationsButton() {
bellButton:
'text-[#ABC4FF] opacity-60 hover:opacity-75 clickable clickable-filter-effect clickable-mask-offset-3a !bg-transparent',
modal: 'rounded-lg pc:!drop-shadow-popup-white-thick mobile:!drop-shadow-none pt-1',
modalWrapper: `fixed pc:h-[35rem] pc:w-[30rem] z-popover top-auto right-auto mobile:top-0 mobile:right-0 mobile:w-screen mobile:h-screen`,
modalWrapper: `fixed pc:h-[35rem] pc:w-[30rem] z-popover top-20 right-auto -mr-5 mobile:mr-0 mobile:top-0 mobile:right-0 mobile:w-screen mobile:h-screen`,
button:
'Button px-4 py-2.5 rounded-xl mobile:rounded-lg whitespace-nowrap appearance-none inline-block font-medium bg-formkit-thumb text-formkit-thumb-text-normal clickable clickable-filter-effect !frosted-glass-teal mobile:py-2 mobile:text-xs'
}
Expand Down
21 changes: 11 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -186,10 +186,10 @@
dependencies:
"@cspotcode/source-map-consumer" "0.8.0"

"@dialectlabs/react-ui@^0.6.4":
version "0.6.4"
resolved "https://registry.yarnpkg.com/@dialectlabs/react-ui/-/react-ui-0.6.4.tgz#d15b79afa9ae833d7aad1a579d6c5a68970a3feb"
integrity sha512-0m8VNRC4SX9JbClGo/n/CeD/B9Ei2BE03+eF90fo5Oa9VSNInmWuApA29jHYVqkL2QuWfiE7pnUpKIl6P6DAFA==
"@dialectlabs/react-ui@^0.6.10":
version "0.6.10"
resolved "https://registry.yarnpkg.com/@dialectlabs/react-ui/-/react-ui-0.6.10.tgz#9129d56cb66a9b233467f716e59267f46f8250d7"
integrity sha512-XoMrRSlSqAt31XPOSfVc9zaCGp5W7lrKVuFjxZgskPHaGiSU597mz/JhWlmVnBsY1Q6HeRRaHlm5aUL8rLYrFg==
dependencies:
"@cardinal/namespaces-components" "2.5.0"
"@dialectlabs/web3" "^0.2.0"
Expand All @@ -201,14 +201,15 @@
react-media-hook "^0.4.9"
swr "^0.5.6"

"@dialectlabs/react@^0.4.3":
version "0.4.3"
resolved "https://registry.yarnpkg.com/@dialectlabs/react/-/react-0.4.3.tgz#6b5b6f25ed6323ff59b8ef11040185c82e5d7f4d"
integrity sha512-2k95WyvnwADFBzo4wSFLHGu0l6ZLl8yVTxxmePsMoOdZLrgtLAOlWyzPi21vYt8M91d4T0OElgYaFsyhC7sTTA==
"@dialectlabs/react@^0.4.8":
version "0.4.8"
resolved "https://registry.yarnpkg.com/@dialectlabs/react/-/react-0.4.8.tgz#ae0cf344f4d9b024a01a9b35fbf3368240ecfd9d"
integrity sha512-2VoxMnu5wQHb+6vJ9gp8XYgr/Gk18YTAS7AYdmGEJ4SpeUp4k1sADZIwuG/8YeBrkdKaXG4z6PGCBiyu0GjKwQ==
dependencies:
"@dialectlabs/web3" "^0.2.0"
"@project-serum/anchor" "^0.23.0"
"@solana/web3.js" "^1.39.1"
"@solana/web3.js" "1.38.0"
object-hash "^3.0.0"
swr "^0.5.6"
unfetch "^4.2.0"

Expand Down Expand Up @@ -1368,7 +1369,7 @@
"@solana/wallet-adapter-tokenpocket" "^0.4.2"
"@solana/wallet-adapter-torus" "^0.11.10"

"@solana/[email protected]", "@solana/web3.js@^1.17.0", "@solana/web3.js@^1.20.0", "@solana/web3.js@^1.21.0", "@solana/web3.js@^1.22.0", "@solana/web3.js@^1.30.2", "@solana/web3.js@^1.31.0", "@solana/web3.js@^1.36.0", "@solana/web3.js@^1.39.1":
"@solana/[email protected]", "@solana/web3.js@1.38.0", "@solana/web3.js@^1.17.0", "@solana/web3.js@^1.20.0", "@solana/web3.js@^1.21.0", "@solana/web3.js@^1.22.0", "@solana/web3.js@^1.30.2", "@solana/web3.js@^1.31.0", "@solana/web3.js@^1.36.0":
version "1.36.0"
resolved "https://registry.yarnpkg.com/@solana/web3.js/-/web3.js-1.36.0.tgz#79d7d5217b49b80139f4de68953adc5b9a9a264f"
integrity sha512-RNT1451iRR7TyW7EJKMCrH/0OXawIe4zVm0DWQASwXlR/u1jmW6FrmH0lujIh7cGTlfOVbH+2ZU9AVUPLBFzwA==
Expand Down

0 comments on commit a2abdd1

Please sign in to comment.