Skip to content

Commit

Permalink
Merge branch 'develop' into ledge-ack-copy
Browse files Browse the repository at this point in the history
  • Loading branch information
gomesalexandre authored Aug 22, 2024
2 parents 7dec834 + b7b78d6 commit 61e1867
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
"@lifi/sdk": "^3.1.5",
"@lukemorales/query-key-factory": "^1.3.4",
"@metamask/detect-provider": "^2.0.0",
"@react-spring/web": "^9.7.4",
"@reduxjs/toolkit": "^1.9.7",
"@sentry-internal/browser-utils": "^8.26.0",
"@sentry/react": "^8.26.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ export const Status: React.FC<StatusProps> = ({ accountId }) => {
}
default:
return {
statusIcon: <AssetIcon size='xs' src={asset?.icon} />,
statusIcon: <AssetIcon size='xs' src={asset?.icon} justifyContent='center' />,
statusText: StatusTextEnum.pending,
statusBody: translate('modals.deposit.status.pending'),
statusBg: 'transparent',
Expand Down
67 changes: 67 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10469,6 +10469,72 @@ __metadata:
languageName: node
linkType: hard

"@react-spring/animated@npm:~9.7.4":
version: 9.7.4
resolution: "@react-spring/animated@npm:9.7.4"
dependencies:
"@react-spring/shared": ~9.7.4
"@react-spring/types": ~9.7.4
peerDependencies:
react: ^16.8.0 || ^17.0.0 || ^18.0.0
checksum: 4de4f0424ccce5eee5916723c080e121cd8488626c4a2e22586b55c5f13c35fe5b9f1a3a636388f9797d9095c94856bd5bce235b43d3452b1c2a06cf61cd2e61
languageName: node
linkType: hard

"@react-spring/core@npm:~9.7.4":
version: 9.7.4
resolution: "@react-spring/core@npm:9.7.4"
dependencies:
"@react-spring/animated": ~9.7.4
"@react-spring/shared": ~9.7.4
"@react-spring/types": ~9.7.4
peerDependencies:
react: ^16.8.0 || ^17.0.0 || ^18.0.0
checksum: fb00bd70611711873197f80ea0b2d4cd378ef82dd1396602e856268790ad1e330064c7a2174751d2b63fac4a07246b8e1b48deaf9cd6c2d25c89a61ca07b5062
languageName: node
linkType: hard

"@react-spring/rafz@npm:~9.7.4":
version: 9.7.4
resolution: "@react-spring/rafz@npm:9.7.4"
checksum: 0a2d6af7bd5410030de51826e0e6f879a19a6e7f4f95add97df22973d8f054af9951ad172f5ab80b0538d778548e6342712a4fc76327330c37254a809289fc00
languageName: node
linkType: hard

"@react-spring/shared@npm:~9.7.4":
version: 9.7.4
resolution: "@react-spring/shared@npm:9.7.4"
dependencies:
"@react-spring/rafz": ~9.7.4
"@react-spring/types": ~9.7.4
peerDependencies:
react: ^16.8.0 || ^17.0.0 || ^18.0.0
checksum: 2161717c20e66e48159d5a4eddf238317a9fec1cfb113ad4f89acb806f98a762759fd8e5192470ca24408ef2348c40c8d1a3f34c4126e094a7f949837eee6f30
languageName: node
linkType: hard

"@react-spring/types@npm:~9.7.4":
version: 9.7.4
resolution: "@react-spring/types@npm:9.7.4"
checksum: 9002a0006902d6ec30c487b9670ca1f2820c33510c7025c1e56740b9a6dec347e18dd9ea3aeb7fe4619bfa87c15cc88fedd3d6df6342742872cf36b6c6e43cb5
languageName: node
linkType: hard

"@react-spring/web@npm:^9.7.4":
version: 9.7.4
resolution: "@react-spring/web@npm:9.7.4"
dependencies:
"@react-spring/animated": ~9.7.4
"@react-spring/core": ~9.7.4
"@react-spring/shared": ~9.7.4
"@react-spring/types": ~9.7.4
peerDependencies:
react: ^16.8.0 || ^17.0.0 || ^18.0.0
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0
checksum: 9244bb0078537695054444174dbbd53c2aaf5d6bcd6961fac4a12e368967267622b76e63758f5d8b206b95ba8c1674642b2e74eced649e08b408b5f8dcc7aeb9
languageName: node
linkType: hard

"@reduxjs/toolkit@npm:^1.9.7":
version: 1.9.7
resolution: "@reduxjs/toolkit@npm:1.9.7"
Expand Down Expand Up @@ -11419,6 +11485,7 @@ __metadata:
"@lukemorales/query-key-factory": ^1.3.4
"@metamask/detect-provider": ^2.0.0
"@peculiar/webcrypto": ^1.3.3
"@react-spring/web": ^9.7.4
"@reduxjs/toolkit": ^1.9.7
"@sentry-internal/browser-utils": ^8.26.0
"@sentry/react": ^8.26.0
Expand Down

0 comments on commit 61e1867

Please sign in to comment.