Skip to content

Commit 7d34d9b

Browse files
Merge pull request #229 from multiversx/development
v0.0.31
2 parents 777f1e0 + 88268e4 commit 7d34d9b

File tree

94 files changed

+737
-1075
lines changed

Some content is hidden

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

94 files changed

+737
-1075
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [[0.0.31](https://github.com/multiversx/mx-sdk-dapp-ui/pull/229)] - 2025-09-25
11+
12+
- [Updated simple toast styles](https://github.com/multiversx/mx-sdk-dapp-ui/pull/228)
13+
- [Updated custom toast styles](https://github.com/multiversx/mx-sdk-dapp-ui/pull/226)
14+
- [Refactored icons to leverage on new centralised component](https://github.com/multiversx/mx-sdk-dapp-ui/pull/219)
15+
1016
## [[0.0.30](https://github.com/multiversx/mx-sdk-dapp-ui/pull/224)] - 2025-09-22
1117

1218
- [Bring back stencil/react-output-target](https://github.com/multiversx/mx-sdk-dapp-ui/pull/224)

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@multiversx/sdk-dapp-ui",
3-
"version": "0.0.30",
3+
"version": "0.0.31",
44
"description": "A library to hold UI components for a dApp on the MultiversX blockchain",
55
"author": "MultiversX",
66
"license": "MIT",
@@ -92,12 +92,12 @@
9292
},
9393
"devDependencies": {
9494
"sass-embedded": "^1.85.1",
95-
"storybook": "^9.1.3",
95+
"storybook": "^9.1.7",
9696
"@stencil/storybook-plugin": "^0.4.2",
97-
"@storybook/addon-links": "9.1.3",
97+
"@storybook/addon-links": "9.1.7",
9898
"@stencil/sass": "^3.0.12",
9999
"@stencil/store": "2.0.16",
100-
"@storybook/addon-docs": "9.1.3",
100+
"@storybook/addon-docs": "9.1.7",
101101
"@rollup/plugin-image": "^3.0.3",
102102
"@tailwindcss/cli": "4.0.17",
103103
"@tailwindcss/postcss": "4.1.3",
@@ -109,7 +109,7 @@
109109
"@typescript-eslint/parser": "^8.23.0",
110110
"eslint": "^9.19.0",
111111
"eslint-plugin-simple-import-sort": "^12.1.1",
112-
"eslint-plugin-storybook": "9.1.3",
112+
"eslint-plugin-storybook": "9.1.7",
113113
"globals": "^15.14.0",
114114
"jest": "^29.7.0",
115115
"jest-cli": "^29.7.0",

pnpm-lock.yaml

Lines changed: 53 additions & 153 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/assets/icons/angles-left-icon/angles-left-icon.tsx

Lines changed: 0 additions & 15 deletions
This file was deleted.

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

Lines changed: 0 additions & 15 deletions
This file was deleted.

src/assets/icons/arrow-up-right-icon/arrow-up-right-icon.scss

Lines changed: 0 additions & 8 deletions
This file was deleted.

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

Lines changed: 0 additions & 22 deletions
This file was deleted.

src/assets/icons/check-icon/check-icon.scss

Lines changed: 0 additions & 8 deletions
This file was deleted.

src/assets/icons/check-icon/check-icon.tsx

Lines changed: 0 additions & 25 deletions
This file was deleted.

src/assets/icons/circle-exclamation-icon/circle-exclamation-icon.tsx

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)