@rango-dev/ui 0.35.1-next.1 → 0.35.1-next.10
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/ui.build.json +1 -1
- package/dist/widget/ui/src/components/FullExpandedQuote/FullExpandedQuote.d.ts.map +1 -1
- package/dist/widget/ui/src/components/FullExpandedQuote/FullExpandedQuote.helpers.d.ts +3 -0
- package/dist/widget/ui/src/components/FullExpandedQuote/FullExpandedQuote.helpers.d.ts.map +1 -1
- package/dist/widget/ui/src/components/FullExpandedQuote/FullExpandedQuote.types.d.ts +2 -2
- package/dist/widget/ui/src/components/FullExpandedQuote/FullExpandedQuote.types.d.ts.map +1 -1
- package/dist/widget/ui/src/components/PriceImpact/PriceImpact.d.ts.map +1 -1
- package/dist/widget/ui/src/components/PriceImpact/PriceImpact.styles.d.ts +4 -2
- package/dist/widget/ui/src/components/PriceImpact/PriceImpact.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/SwapListItem/SwapToken.d.ts.map +1 -1
- package/dist/widget/ui/src/components/TextField/TextField.d.ts.map +1 -1
- package/dist/widget/ui/src/components/TokenAmount/TokenAmount.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Tooltip/NumericTooltip.d.ts +5 -0
- package/dist/widget/ui/src/components/Tooltip/NumericTooltip.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Tooltip/NumericTooltip.types.d.ts +6 -0
- package/dist/widget/ui/src/components/Tooltip/NumericTooltip.types.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Tooltip/index.d.ts +2 -0
- package/dist/widget/ui/src/components/Tooltip/index.d.ts.map +1 -1
- package/dist/widget/ui/src/containers/Notifications/NotificationNotFound.d.ts +3 -0
- package/dist/widget/ui/src/containers/Notifications/NotificationNotFound.d.ts.map +1 -0
- package/dist/widget/ui/src/containers/Notifications/Notifications.d.ts +4 -0
- package/dist/widget/ui/src/containers/Notifications/Notifications.d.ts.map +1 -0
- package/dist/widget/ui/src/containers/Notifications/Notifications.styles.d.ts +1561 -0
- package/dist/widget/ui/src/containers/Notifications/Notifications.styles.d.ts.map +1 -0
- package/dist/widget/ui/src/containers/Notifications/Notifications.types.d.ts +23 -0
- package/dist/widget/ui/src/containers/Notifications/Notifications.types.d.ts.map +1 -0
- package/dist/widget/ui/src/containers/Notifications/index.d.ts +2 -0
- package/dist/widget/ui/src/containers/Notifications/index.d.ts.map +1 -0
- package/dist/widget/ui/src/containers/SwapInput/SwapInput.d.ts.map +1 -1
- package/dist/widget/ui/src/containers/index.d.ts +1 -0
- package/dist/widget/ui/src/containers/index.d.ts.map +1 -1
- package/dist/widget/ui/src/icons/CreditCard.d.ts +5 -0
- package/dist/widget/ui/src/icons/CreditCard.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/Disconnect.d.ts +5 -0
- package/dist/widget/ui/src/icons/Disconnect.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/Swap.d.ts.map +1 -1
- package/dist/widget/ui/src/icons/index.d.ts +2 -0
- package/dist/widget/ui/src/icons/index.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/FullExpandedQuote/FullExpandedQuote.TokenSection.tsx +3 -3
- package/src/components/FullExpandedQuote/FullExpandedQuote.helpers.ts +15 -0
- package/src/components/FullExpandedQuote/FullExpandedQuote.tsx +11 -5
- package/src/components/FullExpandedQuote/FullExpandedQuote.types.ts +2 -2
- package/src/components/PriceImpact/PriceImpact.styles.ts +27 -4
- package/src/components/PriceImpact/PriceImpact.tsx +14 -20
- package/src/components/StepDetails/StepDetails.tsx +5 -5
- package/src/components/SwapListItem/SwapToken.tsx +7 -5
- package/src/components/TextField/TextField.tsx +11 -0
- package/src/components/TokenAmount/TokenAmount.tsx +9 -8
- package/src/components/Tooltip/NumericTooltip.tsx +16 -0
- package/src/components/Tooltip/NumericTooltip.types.tsx +6 -0
- package/src/components/Tooltip/index.ts +2 -0
- package/src/components/Wallet/Wallet.helpers.ts +1 -1
- package/src/containers/Notifications/NotificationNotFound.tsx +19 -0
- package/src/containers/Notifications/Notifications.styles.ts +82 -0
- package/src/containers/Notifications/Notifications.tsx +108 -0
- package/src/containers/Notifications/Notifications.types.ts +17 -0
- package/src/containers/Notifications/index.ts +1 -0
- package/src/containers/SwapInput/SwapInput.tsx +7 -5
- package/src/containers/index.ts +1 -0
- package/src/icons/CreditCard.tsx +23 -0
- package/src/icons/Disconnect.tsx +26 -0
- package/src/icons/Swap.tsx +47 -6
- package/src/icons/index.ts +2 -0
- package/src/theme.ts +2 -0
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.