@rango-dev/ui 0.44.1-next.5 → 0.45.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/dist/index.js +1 -1
- package/dist/index.js.map +4 -4
- 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/ChainToken/ChainToken.constants.d.ts +1 -0
- package/dist/widget/ui/src/components/ChainToken/ChainToken.constants.d.ts.map +1 -1
- package/dist/widget/ui/src/components/ChainToken/ChainToken.d.ts.map +1 -1
- package/dist/widget/ui/src/components/ChainToken/ChainToken.types.d.ts +2 -2
- package/dist/widget/ui/src/components/ChainToken/ChainToken.types.d.ts.map +1 -1
- package/dist/widget/ui/src/components/CustomTokenWarning/CustomTokenWarning.d.ts +4 -0
- package/dist/widget/ui/src/components/CustomTokenWarning/CustomTokenWarning.d.ts.map +1 -0
- package/dist/widget/ui/src/components/CustomTokenWarning/CustomTokenWarning.styles.d.ts +486 -0
- package/dist/widget/ui/src/components/CustomTokenWarning/CustomTokenWarning.styles.d.ts.map +1 -0
- package/dist/widget/ui/src/components/CustomTokenWarning/CustomTokenWarning.types.d.ts +4 -0
- package/dist/widget/ui/src/components/CustomTokenWarning/CustomTokenWarning.types.d.ts.map +1 -0
- package/dist/widget/ui/src/components/CustomTokenWarning/index.d.ts +2 -0
- package/dist/widget/ui/src/components/CustomTokenWarning/index.d.ts.map +1 -0
- package/dist/widget/ui/src/components/FullExpandedQuote/FullExpandedQuote.Skeletons.d.ts.map +1 -1
- package/dist/widget/ui/src/components/SwapListItem/SwapListItem.types.d.ts +4 -4
- package/dist/widget/ui/src/components/SwapListItem/SwapListItem.types.d.ts.map +1 -1
- package/dist/widget/ui/src/components/SwapListItem/SwapToken.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/Notifications/Notifications.types.d.ts +2 -2
- package/dist/widget/ui/src/containers/Notifications/Notifications.types.d.ts.map +1 -1
- package/dist/widget/ui/src/containers/SwapInput/SwapInput.d.ts.map +1 -1
- package/dist/widget/ui/src/containers/SwapInput/SwapInput.types.d.ts +6 -3
- package/dist/widget/ui/src/containers/SwapInput/SwapInput.types.d.ts.map +1 -1
- package/dist/widget/ui/src/containers/SwapInput/TokenSection.d.ts.map +1 -1
- package/dist/widget/ui/src/containers/SwapInput/TokenSection.styles.d.ts +160 -0
- package/dist/widget/ui/src/containers/SwapInput/TokenSection.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/containers/SwapInput/TokenSection.types.d.ts +4 -2
- package/dist/widget/ui/src/containers/SwapInput/TokenSection.types.d.ts.map +1 -1
- package/package.json +3 -3
- package/src/components/ChainToken/ChainToken.constants.ts +3 -0
- package/src/components/ChainToken/ChainToken.tsx +15 -7
- package/src/components/ChainToken/ChainToken.types.ts +2 -2
- package/src/components/CustomTokenWarning/CustomTokenWarning.styles.ts +30 -0
- package/src/components/CustomTokenWarning/CustomTokenWarning.tsx +44 -0
- package/src/components/CustomTokenWarning/CustomTokenWarning.types.ts +3 -0
- package/src/components/CustomTokenWarning/index.ts +1 -0
- package/src/components/FullExpandedQuote/FullExpandedQuote.Skeletons.tsx +1 -7
- package/src/components/SwapListItem/SwapListItem.types.ts +4 -4
- package/src/components/SwapListItem/SwapToken.tsx +2 -12
- package/src/components/index.ts +1 -0
- package/src/containers/Notifications/Notifications.types.ts +2 -2
- package/src/containers/SwapInput/SwapInput.tsx +2 -0
- package/src/containers/SwapInput/SwapInput.types.ts +5 -3
- package/src/containers/SwapInput/TokenSection.styles.ts +7 -0
- package/src/containers/SwapInput/TokenSection.tsx +17 -5
- package/src/containers/SwapInput/TokenSection.types.ts +4 -2
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.