Skip to content

Commit 7960f22

Browse files
author
tiendn
committed
fix: update astra-ui package
1 parent d45137c commit 7960f22

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

components/Card/CardInfo/Components/ContractTransferInternal.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const ContractTransferInternal = ({ content }: { content: Content }) => {
2525
<span className="margin-left-xs text text-sm contrast-color-70">
2626
Transfer{' '}
2727
<span className="money money-sm">
28-
{t.value} <CryptoIcon size="sm" name={'asa'} />
28+
{t.value} <CryptoIcon size="xs" name={'asa'} />
2929
</span>
3030
{' '}
3131
From{' '}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"license": "MIT",
1919
"dependencies": {
2020
"@astradefi/address-converter": "^0.4.1",
21-
"@astraprotocol/astra-ui": "^1.0.38",
21+
"@astraprotocol/astra-ui": "^1.0.39",
2222
"@cosmjs/crypto": "^0.29.0",
2323
"@cosmjs/encoding": "^0.29.0",
2424
"@reduxjs/toolkit": "^1.8.5",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
link-module-alias "^1.2.0"
2626
shx "^0.3.4"
2727

28-
"@astraprotocol/astra-ui@^1.0.38":
29-
version "1.0.38"
30-
resolved "https://npm.pkg.github.com/download/@astraprotocol/astra-ui/1.0.38/5c3c0294e7cb9f69663eef317b8a9297fbdd64f2#5c3c0294e7cb9f69663eef317b8a9297fbdd64f2"
31-
integrity sha512-2OSLp6wEg7bDCY2kCQfTuVzwgoqMyV+IUYNnSxxOKi+FLEhlSMsTa7FZO66Ta72e77vxqEnWUHS63mFy3EpaXA==
28+
"@astraprotocol/astra-ui@^1.0.39":
29+
version "1.0.39"
30+
resolved "https://npm.pkg.github.com/download/@astraprotocol/astra-ui/1.0.39/69c8c0faae5160a10d3fd72ff9691b2d7ce82f12#69c8c0faae5160a10d3fd72ff9691b2d7ce82f12"
31+
integrity sha512-Zze/t21N7GAInwSzwLDhk5QgtLMX/+zfv5JTrdrKNaDHHHpTlnlA8BXfOfV+qUV7s+W1DqCwUuJ5YeFS4bxjIg==
3232
dependencies:
3333
"@types/numeral" "^2.0.2"
3434
"@types/react-copy-to-clipboard" "^5.0.4"

0 commit comments

Comments
 (0)