@rango-dev/ui 0.45.1-next.9 → 0.46.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 +20 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +3 -3
- package/dist/translations/af.d.ts.map +1 -1
- package/dist/translations/ar.d.ts.map +1 -1
- package/dist/translations/bn.d.ts.map +1 -1
- package/dist/translations/ca.d.ts.map +1 -1
- package/dist/translations/da.d.ts.map +1 -1
- package/dist/translations/de.d.ts.map +1 -1
- package/dist/translations/el.d.ts.map +1 -1
- package/dist/translations/en.d.ts.map +1 -1
- package/dist/translations/es.d.ts.map +1 -1
- package/dist/translations/fi.d.ts.map +1 -1
- package/dist/translations/fil.d.ts.map +1 -1
- package/dist/translations/fr.d.ts.map +1 -1
- package/dist/translations/hi.d.ts.map +1 -1
- package/dist/translations/hu.d.ts.map +1 -1
- package/dist/translations/id.d.ts.map +1 -1
- package/dist/translations/it.d.ts.map +1 -1
- package/dist/translations/ja.d.ts.map +1 -1
- package/dist/translations/ko.d.ts.map +1 -1
- package/dist/translations/lt.d.ts.map +1 -1
- package/dist/translations/ms.d.ts.map +1 -1
- package/dist/translations/nl.d.ts.map +1 -1
- package/dist/translations/pl.d.ts.map +1 -1
- package/dist/translations/pt.d.ts.map +1 -1
- package/dist/translations/ru.d.ts.map +1 -1
- package/dist/translations/sk.d.ts.map +1 -1
- package/dist/translations/sr.d.ts.map +1 -1
- package/dist/translations/sv.d.ts.map +1 -1
- package/dist/translations/sw.d.ts.map +1 -1
- package/dist/translations/th.d.ts.map +1 -1
- package/dist/translations/tr.d.ts.map +1 -1
- package/dist/translations/uk.d.ts.map +1 -1
- package/dist/translations/ur.d.ts.map +1 -1
- package/dist/translations/vi.d.ts.map +1 -1
- package/dist/translations/zh-CN.d.ts.map +1 -1
- package/dist/translations/zh-TW.d.ts.map +1 -1
- package/dist/ui.build.json +1 -1
- package/dist/widget/ui/src/components/Modal/Modal.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/StepDetails/StepDetails.d.ts.map +1 -1
- package/package.json +4 -4
- package/src/components/Modal/Modal.styles.ts +1 -0
- package/src/components/StepDetails/StepDetails.tsx +5 -3
- package/src/containers/SwapInput/TokenSection.styles.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,23 @@
|
|
|
1
|
+
# [0.46.0](https://github.com/rango-exchange/rango-client/compare/ui@0.45.0...ui@0.46.0) (2025-04-30)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* adjust the warning alert position for custom tokens on the homepage ([cdb5815](https://github.com/rango-exchange/rango-client/commit/cdb5815f4860e9ebde7bd0745566c71eb9a9fdab))
|
|
7
|
+
* fix long token names in widget home page ([0a16339](https://github.com/rango-exchange/rango-client/commit/0a163391f2a1f1b00ac2b259a1130ef38839d4b9))
|
|
8
|
+
* rename pbt to ptb for sui ([3d6d89f](https://github.com/rango-exchange/rango-client/commit/3d6d89f2265766607a15d61e0df92643fb33072b))
|
|
9
|
+
* swap subtitle for history page ([320d095](https://github.com/rango-exchange/rango-client/commit/320d095e60acf17d1a4a7d713b38569d3f9e8feb))
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Features
|
|
13
|
+
|
|
14
|
+
* implement updated design for initial connect modal ([2873c63](https://github.com/rango-exchange/rango-client/commit/2873c630de0740bb3b9f4e52bfa018857bd54dcd))
|
|
15
|
+
* improve widget ux on small devices with dynamic height ([47275b0](https://github.com/rango-exchange/rango-client/commit/47275b01001a953b8aee218aa0429bbf3307ba3b))
|
|
16
|
+
* make the swap header scrollable on the swap details page ([7f10f49](https://github.com/rango-exchange/rango-client/commit/7f10f49b3e859c9432d86164166b75428ed169f0))
|
|
17
|
+
* update sui to consider recent api changes ([d764b25](https://github.com/rango-exchange/rango-client/commit/d764b2501df9bb295f63cdbc0b05acd4a3abb4b9))
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
1
21
|
# [0.45.0](https://github.com/rango-exchange/rango-client/compare/ui@0.44.0...ui@0.45.0) (2025-03-11)
|
|
2
22
|
|
|
3
23
|
|