Skip to content

Commit

Permalink
Updated the dapp to the new exp release
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishek-01k committed Jun 24, 2024
1 parent 8ef7d08 commit b57036e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@mui/material": "^5.5.0",
"@pushprotocol/restapi": "1.7.20",
"@pushprotocol/socket": "0.5.3",
"@pushprotocol/uiweb": "1.0.0-exp.11",
"@pushprotocol/uiweb": "1.0.0-exp.13",
"@reduxjs/toolkit": "^1.7.1",
"@testing-library/dom": "^9.0.1",
"@testing-library/jest-dom": "^4.2.4",
Expand Down
4 changes: 2 additions & 2 deletions src/sections/chat/ChatSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ const ChatSection = ({ chatId, setChatId, loggedIn }) => {

{/* Render unlock profile here if user is not logged in and chat instance is loaded */}
{userPushSDKInstance && userPushSDKInstance?.readmode() && chatId && (
<UnlockProfileWrapper type={UNLOCK_PROFILE_TYPE.BOTTOM_BAR} />
<UnlockProfileWrapper type={UNLOCK_PROFILE_TYPE.MODAL} />
)}
</ChatViewContainer>
)}
Expand Down Expand Up @@ -127,7 +127,7 @@ const ChatViewContainer = styled(ItemVV2)`
overflow: hidden;
`;

const IntroContainer = styled(ItemVV2)<IntroContainerProps>`
const IntroContainer = styled(ItemVV2) <IntroContainerProps>`
flex: 1;
height: inherit;
background: ${(props) => props.bg || 'transparent'};
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4000,9 +4000,9 @@ __metadata:
languageName: node
linkType: hard

"@pushprotocol/uiweb@npm:1.0.0-exp.11":
version: 1.0.0-exp.11
resolution: "@pushprotocol/uiweb@npm:1.0.0-exp.11"
"@pushprotocol/uiweb@npm:1.0.0-exp.13":
version: 1.0.0-exp.13
resolution: "@pushprotocol/uiweb@npm:1.0.0-exp.13"
dependencies:
"@livekit/components-react": "npm:^1.2.2"
"@livekit/components-styles": "npm:^1.0.6"
Expand Down Expand Up @@ -4044,7 +4044,7 @@ __metadata:
react-dom: 17.0.2
styled-components: ^6.0.8
viem: ^1.3.0
checksum: 10/57f5282d492d2a5fbb47006402d13ecbdc8c74d850b2ed7e24f431b04bb7673cc9a6739c06974f3d8cf1fa94cb5fe73ef56c24b73a9cd52cf5cd29ba876ba4b7
checksum: 10/a5d5280debdc3017ea1dfb6e8885a1d1253fd5a768a01d979d0317a99f3b47bd08f9bdc1390437eb3b09f2c8c07e4c730f2dac4bc284c8f224dc100343c3880b
languageName: node
linkType: hard

Expand Down Expand Up @@ -17681,7 +17681,7 @@ __metadata:
"@mui/material": "npm:^5.5.0"
"@pushprotocol/restapi": "npm:1.7.20"
"@pushprotocol/socket": "npm:0.5.3"
"@pushprotocol/uiweb": "npm:1.0.0-exp.11"
"@pushprotocol/uiweb": "npm:1.0.0-exp.13"
"@reduxjs/toolkit": "npm:^1.7.1"
"@testing-library/dom": "npm:^9.0.1"
"@testing-library/jest-dom": "npm:^4.2.4"
Expand Down

0 comments on commit b57036e

Please sign in to comment.