Skip to content

Commit 55e0d43

Browse files
0.1.5 (#275)
* Refactored sign transactions panel internal components (#267) * Update styles * Refactored sign transactions footer * Refactored copy button * Refactored button component * Refactored tooltip component * Refactored spinner icon component * Refactored arrow right component * Updated copy button * Updated styles * Refactored sign transactions overview * Refactored sign-transactions-advanced and sign-transactions-header * Updated styles * Fixed test * Updated changelog * Updated files * Fixes after review * Eslint and prettierrc fixes (#270) * Eslint fixes * Prettierrc fixes * Updated changelog * Added minimize/maximize toasts (#272) * Added min/max toasts * Update changelog * Replace icon * Fixed trimmed address not showing in address-table (#273) * Fixed addresses not showing * Fix issue with trimWrapperVisible * Fixed unlockPanelFooter styles * Updated Trim * Updated Trim * Updated changelog --------- Co-authored-by: Gavrila Andrei <[email protected]> * Refactored side panel components (#271) * Update styles * Refactored sign transactions footer * Refactored copy button * Refactored button component * Refactored tooltip component * Refactored spinner icon component * Refactored arrow right component * Updated copy button * Updated styles * Refactored sign transactions overview * Refactored sign-transactions-advanced and sign-transactions-header * Updated styles * Updated styles * Fixed test * Updated changelog * Updated changelog * Updated files * Fixes after review * Fixes after review * Updates files location * Refactored side-panel-header comp * Refactored side-panel comp * Refactored side-panel-swipper styles * Refactored side panel swiper component. * Updated components * Updated styles * Updated changelog * Fixed test * Fixes after review * Refactored transaction list item (#274) * Refactored styles * Refactored transaction-list-item component * Updated changelog * Fixed tests * Fixes after review * Upgraded version --------- Co-authored-by: Gavrila Andrei <[email protected]>
1 parent fb81bd4 commit 55e0d43

File tree

183 files changed

+2635
-3334
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

183 files changed

+2635
-3334
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [[0.1.5](https://github.com/multiversx/mx-sdk-dapp-ui/pull/275)] - 2025-12-08
11+
12+
- [Refactored transaction list item](https://github.com/multiversx/mx-sdk-dapp-ui/pull/274)
13+
- [Refactored side panel components](https://github.com/multiversx/mx-sdk-dapp-ui/pull/271)
14+
- [Fixed trimmed address not showing in address-table](https://github.com/multiversx/mx-sdk-dapp-ui/pull/273)
15+
- [Added minimize/maximize action for toasts](https://github.com/multiversx/mx-sdk-dapp-ui/pull/272)
16+
- [Eslint and prettierrc fixes](https://github.com/multiversx/mx-sdk-dapp-ui/pull/270)
17+
- [Refactored sign transactions panel internal components](https://github.com/multiversx/mx-sdk-dapp-ui/pull/267)
18+
1019
## [[0.1.4](https://github.com/multiversx/mx-sdk-dapp-ui/pull/269)] - 2025-11-21
1120

1221
- [Added Vue.js component outputs](https://github.com/multiversx/mx-sdk-dapp-ui/pull/268)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@multiversx/sdk-dapp-ui",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"description": "A library to hold UI components for a dApp on the MultiversX blockchain",
55
"author": "MultiversX",
66
"license": "MIT",
@@ -146,4 +146,4 @@
146146
"typescript": "^5.7.3",
147147
"vite": "^7.0.6"
148148
}
149-
}
149+
}

src/assets/icons/arrow-right-icon/arrow-right-icon.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@ export class ArrowRightIcon {
1515
viewBox="0 0 448 512"
1616
class={{ 'arrow-right-icon': true, [this.class]: Boolean(this.class) }}
1717
>
18-
<path fill="currentColor" d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z" />
18+
<path
19+
fill="currentColor"
20+
d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"
21+
/>
1922
</svg>
2023
);
2124
}

src/assets/icons/ledger-provider-icon/ledger-provider-icon.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@ export class LedgerProviderIcon {
1010

1111
render() {
1212
return (
13-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40" class={{ 'ledger-provider-icon': true, [this.class]: Boolean(this.class) }}>
13+
<svg
14+
xmlns="http://www.w3.org/2000/svg"
15+
viewBox="0 0 40 40"
16+
class={{ 'ledger-provider-icon': true, [this.class]: Boolean(this.class) }}
17+
>
1418
<path
1519
d="M0.5 20.3198C0.5 15.5916 0.501062 12.0958 0.861658 9.41373C1.22032 6.74604 1.9264 4.95839 3.28249 3.60231C4.63857 2.24623 6.42621 1.54014 9.09391 1.18148C11.776 0.820886 15.2718 0.819824 20 0.819824C24.7282 0.819824 28.224 0.820886 30.9061 1.18148C33.5738 1.54014 35.3614 2.24623 36.7175 3.60231C38.0736 4.95839 38.7797 6.74604 39.1383 9.41373C39.4989 12.0958 39.5 15.5916 39.5 20.3198C39.5 25.048 39.4989 28.5438 39.1383 31.2259C38.7797 33.8936 38.0736 35.6813 36.7175 37.0373C35.3614 38.3934 33.5738 39.0995 30.9061 39.4582C28.224 39.8188 24.7282 39.8198 20 39.8198C15.2718 39.8198 11.776 39.8188 9.09391 39.4582C6.42621 39.0995 4.63857 38.3934 3.28249 37.0373C1.9264 35.6813 1.22032 33.8936 0.861658 31.2259C0.501062 28.5438 0.5 25.048 0.5 20.3198Z"
1620
fill="#171717"

src/assets/icons/magnifying-glass-icon/magnifying-glass-icon.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@ export class MagnifyingGlassIcon {
1010

1111
render() {
1212
return (
13-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class={{ 'magnifying-glass-icon': true, [this.class]: Boolean(this.class) }}>
13+
<svg
14+
xmlns="http://www.w3.org/2000/svg"
15+
viewBox="0 0 512 512"
16+
class={{ 'magnifying-glass-icon': true, [this.class]: Boolean(this.class) }}
17+
>
1418
<path d="M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352a144 144 0 1 0 0-288 144 144 0 1 0 0 288z" />
1519
</svg>
1620
);

src/assets/icons/metamask-provider-icon/metamask-provider-icon.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@ export class MetaMaskProviderIcon {
1010

1111
render() {
1212
return (
13-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40" class={{ 'metamask-provider-icon': true, [this.class]: Boolean(this.class) }}>
13+
<svg
14+
xmlns="http://www.w3.org/2000/svg"
15+
viewBox="0 0 40 40"
16+
class={{ 'metamask-provider-icon': true, [this.class]: Boolean(this.class) }}
17+
>
1418
<path
1519
d="M0.5 20.3198C0.5 15.5916 0.501062 12.0958 0.861658 9.41373C1.22032 6.74604 1.9264 4.95839 3.28249 3.60231C4.63857 2.24623 6.42621 1.54014 9.09391 1.18148C11.776 0.820886 15.2718 0.819824 20 0.819824C24.7282 0.819824 28.224 0.820886 30.9061 1.18148C33.5738 1.54014 35.3614 2.24623 36.7175 3.60231C38.0736 4.95839 38.7797 6.74604 39.1383 9.41373C39.4989 12.0958 39.5 15.5916 39.5 20.3198C39.5 25.048 39.4989 28.5438 39.1383 31.2259C38.7797 33.8936 38.0736 35.6813 36.7175 37.0373C35.3614 38.3934 33.5738 39.0995 30.9061 39.4582C28.224 39.8188 24.7282 39.8198 20 39.8198C15.2718 39.8198 11.776 39.8188 9.09391 39.4582C6.42621 39.0995 4.63857 38.3934 3.28249 37.0373C1.9264 35.6813 1.22032 33.8936 0.861658 31.2259C0.501062 28.5438 0.5 25.048 0.5 20.3198Z"
1620
fill="#171717"

src/assets/icons/multiversx-logo-icon/multiversx-logo-icon.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@ export class MultiversXLogoIcon {
1010

1111
render() {
1212
return (
13-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40" class={{ 'multiversx-logo-icon': true, [this.class]: Boolean(this.class) }}>
13+
<svg
14+
xmlns="http://www.w3.org/2000/svg"
15+
viewBox="0 0 40 40"
16+
class={{ 'multiversx-logo-icon': true, [this.class]: Boolean(this.class) }}
17+
>
1418
<path
1519
d="M0 20.3198C0 10.8917 0 6.17769 2.92893 3.24876C5.85786 0.319824 10.5719 0.319824 20 0.319824C29.4281 0.319824 34.1421 0.319824 37.0711 3.24876C40 6.17769 40 10.8917 40 20.3198C40 29.7479 40 34.462 37.0711 37.3909C34.1421 40.3198 29.4281 40.3198 20 40.3198C10.5719 40.3198 5.85786 40.3198 2.92893 37.3909C0 34.462 0 29.7479 0 20.3198Z"
1620
fill="#23F7DD"

src/assets/icons/multiversx-symbol-icon/multiversx-symbol-icon.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
.multiversx-symbol-icon {
55
@apply mvx:w-3 mvx:h-3 mvx:fill-current;
66
}
7-
}
7+
}

src/assets/icons/wallet-connect-app-gallery-icon/wallet-connect-app-gallery-icon.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
@apply mvx:w-48 mvx:h-16 mvx:flex mvx:fill-none;
66

77
rect {
8-
&:hover {
9-
fill: var(--mvx-neutral-800);
10-
}
8+
&:hover {
9+
fill: var(--mvx-neutral-800);
10+
}
1111
}
1212
}
13-
}
13+
}

src/assets/icons/wallet-connect-app-store-icon/wallet-connect-app-store-icon.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
@apply mvx:w-48 mvx:h-16 mvx:flex mvx:fill-none;
66

77
rect {
8-
&:hover {
9-
fill: var(--mvx-neutral-800);
10-
}
8+
&:hover {
9+
fill: var(--mvx-neutral-800);
10+
}
1111
}
1212
}
13-
}
13+
}

0 commit comments

Comments
 (0)