@rango-dev/ui 0.29.0 → 0.29.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 +21 -0
- package/dist/index.js +6 -6
- package/dist/index.js.map +4 -4
- package/dist/widget/ui/src/components/Alert/Alert.types.d.ts +1 -1
- package/dist/widget/ui/src/components/Alert/Alert.types.d.ts.map +1 -1
- package/dist/widget/ui/src/components/ExpandedRoute/ExpandedRoute.d.ts +4 -0
- package/dist/widget/ui/src/components/ExpandedRoute/ExpandedRoute.d.ts.map +1 -0
- package/dist/widget/ui/src/components/ExpandedRoute/ExpandedRoute.stories.d.ts +7 -0
- package/dist/widget/ui/src/components/ExpandedRoute/ExpandedRoute.stories.d.ts.map +1 -0
- package/dist/widget/ui/src/components/ExpandedRoute/ExpandedRoute.styles.d.ts +3566 -0
- package/dist/widget/ui/src/components/ExpandedRoute/ExpandedRoute.styles.d.ts.map +1 -0
- package/dist/widget/ui/src/components/ExpandedRoute/ExpandedRoute.types.d.ts +18 -0
- package/dist/widget/ui/src/components/ExpandedRoute/ExpandedRoute.types.d.ts.map +1 -0
- package/dist/widget/ui/src/components/ExpandedRoute/index.d.ts +2 -0
- package/dist/widget/ui/src/components/ExpandedRoute/index.d.ts.map +1 -0
- package/dist/widget/ui/src/components/ExpandedRoute/mock.d.ts +7 -0
- package/dist/widget/ui/src/components/ExpandedRoute/mock.d.ts.map +1 -0
- package/dist/widget/ui/src/components/PriceImpact/PriceImpact.d.ts.map +1 -1
- package/dist/widget/ui/src/components/PriceImpact/PriceImpact.types.d.ts +2 -1
- package/dist/widget/ui/src/components/PriceImpact/PriceImpact.types.d.ts.map +1 -1
- package/dist/widget/ui/src/components/QuoteTag/QuoteTag.d.ts +4 -0
- package/dist/widget/ui/src/components/QuoteTag/QuoteTag.d.ts.map +1 -0
- package/dist/widget/ui/src/components/QuoteTag/QuoteTag.styles.d.ts +327 -0
- package/dist/widget/ui/src/components/QuoteTag/QuoteTag.styles.d.ts.map +1 -0
- package/dist/widget/ui/src/components/QuoteTag/index.d.ts +2 -0
- package/dist/widget/ui/src/components/QuoteTag/index.d.ts.map +1 -0
- package/dist/widget/ui/src/components/index.d.ts +2 -1
- package/dist/widget/ui/src/components/index.d.ts.map +1 -1
- package/dist/widget/ui/src/theme.d.ts +6 -6
- package/dist/widget/ui/src/types/index.d.ts +1 -0
- package/dist/widget/ui/src/types/index.d.ts.map +1 -1
- package/package.json +3 -6
- package/src/components/Alert/Alert.types.ts +1 -1
- package/src/components/ExpandedRoute/ExpandedRoute.stories.tsx +29 -0
- package/src/components/ExpandedRoute/ExpandedRoute.styles.ts +186 -0
- package/src/components/ExpandedRoute/ExpandedRoute.tsx +147 -0
- package/src/components/ExpandedRoute/ExpandedRoute.types.ts +18 -0
- package/src/components/ExpandedRoute/index.ts +1 -0
- package/src/components/ExpandedRoute/mock.ts +236 -0
- package/src/components/PriceImpact/PriceImpact.tsx +5 -7
- package/src/components/PriceImpact/PriceImpact.types.ts +2 -1
- package/src/components/QuoteTag/QuoteTag.styles.ts +44 -0
- package/src/components/QuoteTag/QuoteTag.tsx +19 -0
- package/src/components/QuoteTag/index.ts +1 -0
- package/src/components/index.ts +2 -1
- package/src/containers/SwapInput/SwapInput.tsx +1 -1
- package/src/types/index.ts +4 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,24 @@
|
|
|
1
|
+
# [0.29.0](https://github.com/rango-exchange/rango-client/compare/ui@0.28.1...ui@0.29.0) (2024-02-20)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* apply playground improvements ([0ccf48b](https://github.com/rango-exchange/rango-client/commit/0ccf48bc14f582e55137a9c54df2f5679038f6d0))
|
|
7
|
+
* fix widget ui minor bugs ([b881755](https://github.com/rango-exchange/rango-client/commit/b881755d59af22b41d8314f9925ecc4de04169db))
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### Features
|
|
11
|
+
|
|
12
|
+
* add disabled state to reset configuration button and add successful reset toast - last changes ([3308718](https://github.com/rango-exchange/rango-client/commit/3308718f6a7699b946ec9471a96c2cd5ef1f5c19))
|
|
13
|
+
* add portuguese language to widget ([a7d40e2](https://github.com/rango-exchange/rango-client/commit/a7d40e2604eede900901865fc5ff1707819929a6))
|
|
14
|
+
* add TuneIcon & add style prop to popover ([6ba684d](https://github.com/rango-exchange/rango-client/commit/6ba684dcc230e4da35fe4c1f379fb60b957a9fa7))
|
|
15
|
+
* add various transitions to toast component ([76e910c](https://github.com/rango-exchange/rango-client/commit/76e910ccd920714d42d8ba7011c3bf3ea09a1bbb))
|
|
16
|
+
* change modal & toast interface ([009612e](https://github.com/rango-exchange/rango-client/commit/009612e09c2f269872b1e639fbcf7df8cce76f74))
|
|
17
|
+
* implement multi routing in widget ([5003446](https://github.com/rango-exchange/rango-client/commit/50034463d25c552584201d0bd0d6a970fdda1d78))
|
|
18
|
+
* passing enabled swappers/bridges to widget through the url for campaigns ([06a42a3](https://github.com/rango-exchange/rango-client/commit/06a42a3b1e3986a2735189d2e9f2d6b3725edd64))
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
1
22
|
## [0.28.1](https://github.com/rango-exchange/rango-client/compare/ui@0.28.0...ui@0.28.1) (2024-02-07)
|
|
2
23
|
|
|
3
24
|
|