@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.
Files changed (85) hide show
  1. package/dist/index.js +1 -1
  2. package/dist/index.js.map +4 -4
  3. package/dist/translations/af.d.ts.map +1 -1
  4. package/dist/translations/ar.d.ts.map +1 -1
  5. package/dist/translations/bn.d.ts.map +1 -1
  6. package/dist/translations/ca.d.ts.map +1 -1
  7. package/dist/translations/da.d.ts.map +1 -1
  8. package/dist/translations/de.d.ts.map +1 -1
  9. package/dist/translations/el.d.ts.map +1 -1
  10. package/dist/translations/en.d.ts.map +1 -1
  11. package/dist/translations/es.d.ts.map +1 -1
  12. package/dist/translations/fi.d.ts.map +1 -1
  13. package/dist/translations/fil.d.ts.map +1 -1
  14. package/dist/translations/fr.d.ts.map +1 -1
  15. package/dist/translations/hi.d.ts.map +1 -1
  16. package/dist/translations/hu.d.ts.map +1 -1
  17. package/dist/translations/id.d.ts.map +1 -1
  18. package/dist/translations/it.d.ts.map +1 -1
  19. package/dist/translations/ja.d.ts.map +1 -1
  20. package/dist/translations/ko.d.ts.map +1 -1
  21. package/dist/translations/lt.d.ts.map +1 -1
  22. package/dist/translations/ms.d.ts.map +1 -1
  23. package/dist/translations/nl.d.ts.map +1 -1
  24. package/dist/translations/pl.d.ts.map +1 -1
  25. package/dist/translations/pt.d.ts.map +1 -1
  26. package/dist/translations/ru.d.ts.map +1 -1
  27. package/dist/translations/sk.d.ts.map +1 -1
  28. package/dist/translations/sr.d.ts.map +1 -1
  29. package/dist/translations/sv.d.ts.map +1 -1
  30. package/dist/translations/sw.d.ts.map +1 -1
  31. package/dist/translations/th.d.ts.map +1 -1
  32. package/dist/translations/tr.d.ts.map +1 -1
  33. package/dist/translations/uk.d.ts.map +1 -1
  34. package/dist/translations/ur.d.ts.map +1 -1
  35. package/dist/translations/vi.d.ts.map +1 -1
  36. package/dist/translations/zh-CN.d.ts.map +1 -1
  37. package/dist/translations/zh-TW.d.ts.map +1 -1
  38. package/dist/ui.build.json +1 -1
  39. package/dist/widget/ui/src/components/ChainToken/ChainToken.constants.d.ts +1 -0
  40. package/dist/widget/ui/src/components/ChainToken/ChainToken.constants.d.ts.map +1 -1
  41. package/dist/widget/ui/src/components/ChainToken/ChainToken.d.ts.map +1 -1
  42. package/dist/widget/ui/src/components/ChainToken/ChainToken.types.d.ts +2 -2
  43. package/dist/widget/ui/src/components/ChainToken/ChainToken.types.d.ts.map +1 -1
  44. package/dist/widget/ui/src/components/CustomTokenWarning/CustomTokenWarning.d.ts +4 -0
  45. package/dist/widget/ui/src/components/CustomTokenWarning/CustomTokenWarning.d.ts.map +1 -0
  46. package/dist/widget/ui/src/components/CustomTokenWarning/CustomTokenWarning.styles.d.ts +486 -0
  47. package/dist/widget/ui/src/components/CustomTokenWarning/CustomTokenWarning.styles.d.ts.map +1 -0
  48. package/dist/widget/ui/src/components/CustomTokenWarning/CustomTokenWarning.types.d.ts +4 -0
  49. package/dist/widget/ui/src/components/CustomTokenWarning/CustomTokenWarning.types.d.ts.map +1 -0
  50. package/dist/widget/ui/src/components/CustomTokenWarning/index.d.ts +2 -0
  51. package/dist/widget/ui/src/components/CustomTokenWarning/index.d.ts.map +1 -0
  52. package/dist/widget/ui/src/components/FullExpandedQuote/FullExpandedQuote.Skeletons.d.ts.map +1 -1
  53. package/dist/widget/ui/src/components/SwapListItem/SwapListItem.types.d.ts +4 -4
  54. package/dist/widget/ui/src/components/SwapListItem/SwapListItem.types.d.ts.map +1 -1
  55. package/dist/widget/ui/src/components/SwapListItem/SwapToken.d.ts.map +1 -1
  56. package/dist/widget/ui/src/components/index.d.ts +1 -0
  57. package/dist/widget/ui/src/components/index.d.ts.map +1 -1
  58. package/dist/widget/ui/src/containers/Notifications/Notifications.types.d.ts +2 -2
  59. package/dist/widget/ui/src/containers/Notifications/Notifications.types.d.ts.map +1 -1
  60. package/dist/widget/ui/src/containers/SwapInput/SwapInput.d.ts.map +1 -1
  61. package/dist/widget/ui/src/containers/SwapInput/SwapInput.types.d.ts +6 -3
  62. package/dist/widget/ui/src/containers/SwapInput/SwapInput.types.d.ts.map +1 -1
  63. package/dist/widget/ui/src/containers/SwapInput/TokenSection.d.ts.map +1 -1
  64. package/dist/widget/ui/src/containers/SwapInput/TokenSection.styles.d.ts +160 -0
  65. package/dist/widget/ui/src/containers/SwapInput/TokenSection.styles.d.ts.map +1 -1
  66. package/dist/widget/ui/src/containers/SwapInput/TokenSection.types.d.ts +4 -2
  67. package/dist/widget/ui/src/containers/SwapInput/TokenSection.types.d.ts.map +1 -1
  68. package/package.json +3 -3
  69. package/src/components/ChainToken/ChainToken.constants.ts +3 -0
  70. package/src/components/ChainToken/ChainToken.tsx +15 -7
  71. package/src/components/ChainToken/ChainToken.types.ts +2 -2
  72. package/src/components/CustomTokenWarning/CustomTokenWarning.styles.ts +30 -0
  73. package/src/components/CustomTokenWarning/CustomTokenWarning.tsx +44 -0
  74. package/src/components/CustomTokenWarning/CustomTokenWarning.types.ts +3 -0
  75. package/src/components/CustomTokenWarning/index.ts +1 -0
  76. package/src/components/FullExpandedQuote/FullExpandedQuote.Skeletons.tsx +1 -7
  77. package/src/components/SwapListItem/SwapListItem.types.ts +4 -4
  78. package/src/components/SwapListItem/SwapToken.tsx +2 -12
  79. package/src/components/index.ts +1 -0
  80. package/src/containers/Notifications/Notifications.types.ts +2 -2
  81. package/src/containers/SwapInput/SwapInput.tsx +2 -0
  82. package/src/containers/SwapInput/SwapInput.types.ts +5 -3
  83. package/src/containers/SwapInput/TokenSection.styles.ts +7 -0
  84. package/src/containers/SwapInput/TokenSection.tsx +17 -5
  85. 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.