@rango-dev/ui 0.54.0 → 0.54.1-next.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +10 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +2 -2
- package/dist/ui.build.json +1 -1
- package/dist/widget/ui/src/components/Button/Button.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/theme.d.ts +2 -0
- package/dist/widget/ui/src/theme.d.ts.map +1 -1
- package/package.json +2 -2
- package/src/components/Button/Button.styles.tsx +0 -2
- package/src/theme.ts +2 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
# [0.54.0](https://github.com/rango-exchange/rango-client/compare/ui@0.53.0...ui@0.54.0) (2025-09-29)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* handle long names and numbers ([066e8a1](https://github.com/rango-exchange/rango-client/commit/066e8a1ca97919047a446df8022dbbf2bab2da5a))
|
|
7
|
+
* use wallet image container for connect modals ([b71a210](https://github.com/rango-exchange/rango-client/commit/b71a210bdf48448f4322514997e5298a46c3ffd8))
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
|
|
1
11
|
# [0.53.0](https://github.com/rango-exchange/rango-client/compare/ui@0.52.0...ui@0.53.0) (2025-09-06)
|
|
2
12
|
|
|
3
13
|
|