@rango-dev/ui 0.17.1-next.8 → 0.18.0
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 +2 -2
- package/dist/index.js.map +4 -4
- package/dist/translations/en.d.ts.map +1 -1
- package/dist/translations/es.d.ts.map +1 -1
- package/dist/translations/fr.d.ts.map +1 -1
- package/dist/translations/{jp.d.ts → ja.d.ts} +1 -1
- package/dist/translations/ja.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Flags/English.d.ts +4 -0
- package/dist/widget/ui/src/components/Flags/English.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Flags/Flags.constants.d.ts +2 -0
- package/dist/widget/ui/src/components/Flags/Flags.constants.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Flags/Flags.types.d.ts +4 -0
- package/dist/widget/ui/src/components/Flags/Flags.types.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Flags/French.d.ts +4 -0
- package/dist/widget/ui/src/components/Flags/French.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Flags/Japanese.d.ts +4 -0
- package/dist/widget/ui/src/components/Flags/Japanese.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Flags/Spanish.d.ts +4 -0
- package/dist/widget/ui/src/components/Flags/Spanish.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Flags/index.d.ts +7 -0
- package/dist/widget/ui/src/components/Flags/index.d.ts.map +1 -0
- package/dist/widget/ui/src/components/I18nManager/I18nManager.d.ts +2 -2
- package/dist/widget/ui/src/components/I18nManager/I18nManager.d.ts.map +1 -1
- package/dist/widget/ui/src/components/StepDetail/StepDetail.d.ts +2 -1
- package/dist/widget/ui/src/components/StepDetail/StepDetail.d.ts.map +1 -1
- package/dist/widget/ui/src/components/StepDetails/StepDetails.d.ts.map +1 -1
- package/dist/widget/ui/src/components/SvgIcon/SvgIcon.style.d.ts.map +1 -1
- package/dist/widget/ui/src/components/SwapDetailsPlaceholder/SwapDetailsPlaceholder.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Typography/Typography.styles.d.ts +4 -4
- package/dist/widget/ui/src/components/Wallet/Content.d.ts +1 -1
- package/dist/widget/ui/src/components/Wallet/Content.d.ts.map +1 -1
- package/dist/widget/ui/src/components/index.d.ts +1 -0
- package/dist/widget/ui/src/components/index.d.ts.map +1 -1
- package/dist/widget/ui/src/containers/Warnings/HighSlippageWarning.d.ts.map +1 -1
- package/dist/widget/ui/src/containers/Warnings/MinRequiredSlippage.d.ts.map +1 -1
- package/package.json +6 -4
- package/src/components/Alert/Alert.styles.ts +2 -2
- package/src/components/BestRoute/BestRoute.tsx +1 -1
- package/src/components/BestRoute/BestRouteSkeleton.styles.ts +1 -1
- package/src/components/BottomLogo/BottomLogo.tsx +2 -2
- package/src/components/Button/Button.styles.tsx +6 -6
- package/src/components/Checkbox/Checkbox.styles.ts +1 -1
- package/src/components/Chip/Chip.tsx +1 -1
- package/src/components/Flags/English.tsx +35 -0
- package/src/components/Flags/Flags.constants.ts +1 -0
- package/src/components/Flags/Flags.types.ts +3 -0
- package/src/components/Flags/French.tsx +26 -0
- package/src/components/Flags/Japanese.tsx +25 -0
- package/src/components/Flags/Spanish.tsx +85 -0
- package/src/components/Flags/index.ts +8 -0
- package/src/components/I18nManager/I18nManager.tsx +18 -9
- package/src/components/LiquiditySourceList/LiquiditySourceList.tsx +2 -2
- package/src/components/ListItem/ListItem.tsx +1 -1
- package/src/components/MessageBox/DefaultMessageBox.tsx +1 -1
- package/src/components/NotFound/NotFound.tsx +1 -1
- package/src/components/PriceImpact/PriceImpact.tsx +2 -2
- package/src/components/Radio/Radio.styles.tsx +1 -1
- package/src/components/RoutesOverview/RoutesOverview.tsx +1 -1
- package/src/components/StepDetail/StepDetail.tsx +7 -4
- package/src/components/StepDetails/StepDetails.tsx +3 -4
- package/src/components/SvgIcon/SvgIcon.style.ts +2 -6
- package/src/components/SwapDetailsPlaceholder/SwapDetailsPlaceholder.tsx +4 -5
- package/src/components/SwapListItem/SwapListItem.tsx +1 -1
- package/src/components/SwapListItem/SwapToken.tsx +3 -3
- package/src/components/Switch/Switch.styles.tsx +2 -2
- package/src/components/TextField/TextField.styles.ts +1 -1
- package/src/components/TokenAmount/TokenAmount.tsx +2 -2
- package/src/components/TokenList/TokenItem.tsx +1 -1
- package/src/components/TokenPreview/TokenPreview.tsx +2 -2
- package/src/components/Wallet/Content.tsx +5 -3
- package/src/components/Wallet/SelectableWallet.tsx +1 -1
- package/src/components/Wallet/Wallet.helpers.ts +2 -2
- package/src/components/index.ts +1 -0
- package/src/containers/SwapHistory/SwapHistory.tsx +4 -4
- package/src/containers/SwapInput/SwapInput.tsx +3 -3
- package/src/containers/SwapInput/TokenSection.styles.ts +2 -2
- package/src/containers/SwapInput/TokenSection.tsx +1 -1
- package/src/containers/TokenInfo/TokenInfo.tsx +4 -4
- package/src/containers/Warnings/BalanceErrors.tsx +1 -1
- package/src/containers/Warnings/HighSlippageWarning.tsx +7 -10
- package/src/containers/Warnings/MinRequiredSlippage.tsx +7 -10
- package/src/theme.ts +8 -8
- package/dist/translations/jp.d.ts.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,23 @@
|
|
|
1
|
+
# [0.18.0](https://github.com/rango-exchange/rango-client/compare/ui@0.17.0...ui@0.18.0) (2023-11-08)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* add presets from v1 ([c7d75df](https://github.com/rango-exchange/rango-client/commit/c7d75dff53f02d6df0a399bb0e58462af707a73e))
|
|
7
|
+
* fix dynamic content issue in crowdin ([481ce06](https://github.com/rango-exchange/rango-client/commit/481ce06496353fce094496da21edc98dac61e1b2))
|
|
8
|
+
* input outlines & blockchains displayNames ([079afc1](https://github.com/rango-exchange/rango-client/commit/079afc1c9e84d35de078a87121a83777176c3bd4))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
* custom colors for presets (style sidebar) ([5268162](https://github.com/rango-exchange/rango-client/commit/52681624732e542f9841f5963d61e7f9778c78cd))
|
|
14
|
+
* implement default chain/token/amount section to playground ([5649fb9](https://github.com/rango-exchange/rango-client/commit/5649fb96f6bdd7de1f78386b7960cdf1c83fb8ad))
|
|
15
|
+
* implement Themes section in Style for playground ([c32bf10](https://github.com/rango-exchange/rango-client/commit/c32bf10ee0dded5a92a33305a06202435eb55b6b))
|
|
16
|
+
* setup crowdin localization ([4642e6a](https://github.com/rango-exchange/rango-client/commit/4642e6a60e647dfc0953e6f7aaf519b59d415d2e))
|
|
17
|
+
* support multi languages ([551e8ef](https://github.com/rango-exchange/rango-client/commit/551e8ef93786a92a950bd54a2b8af24bad0259a1))
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
1
21
|
# [0.14.0](https://github.com/rango-exchange/rango-client/compare/ui@0.13.0...ui@0.14.0) (2023-08-03)
|
|
2
22
|
|
|
3
23
|
|