@rango-dev/ui 0.36.1-next.0 → 0.36.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.
Files changed (47) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/dist/index.js +1 -1
  3. package/dist/index.js.map +4 -4
  4. package/dist/ui.build.json +1 -1
  5. package/dist/widget/ui/src/components/ListItem/ListItem.styles.d.ts.map +1 -1
  6. package/dist/widget/ui/src/components/ListItemButton/ListItemButton.styles.d.ts.map +1 -1
  7. package/dist/widget/ui/src/components/Modal/Modal.d.ts.map +1 -1
  8. package/dist/widget/ui/src/components/Modal/Modal.types.d.ts +0 -4
  9. package/dist/widget/ui/src/components/Modal/Modal.types.d.ts.map +1 -1
  10. package/dist/widget/ui/src/components/NotFound/NotFound.d.ts.map +1 -1
  11. package/dist/widget/ui/src/components/NotFound/NotFound.types.d.ts +2 -0
  12. package/dist/widget/ui/src/components/NotFound/NotFound.types.d.ts.map +1 -1
  13. package/dist/widget/ui/src/components/Popover/Popover.d.ts.map +1 -1
  14. package/dist/widget/ui/src/components/Popover/Popover.styles.d.ts.map +1 -1
  15. package/dist/widget/ui/src/components/Popover/Popover.types.d.ts +1 -0
  16. package/dist/widget/ui/src/components/Popover/Popover.types.d.ts.map +1 -1
  17. package/dist/widget/ui/src/components/TokenAmount/TokenAmount.d.ts.map +1 -1
  18. package/dist/widget/ui/src/components/TokenAmount/TokenAmount.styles.d.ts +3 -0
  19. package/dist/widget/ui/src/components/TokenAmount/TokenAmount.styles.d.ts.map +1 -1
  20. package/dist/widget/ui/src/containers/SwapInput/SwapInput.styles.d.ts +1 -3
  21. package/dist/widget/ui/src/containers/SwapInput/SwapInput.styles.d.ts.map +1 -1
  22. package/dist/widget/ui/src/containers/SwapInput/SwapInput.types.d.ts +1 -0
  23. package/dist/widget/ui/src/containers/SwapInput/SwapInput.types.d.ts.map +1 -1
  24. package/dist/widget/ui/src/icons/Bullhorn.d.ts.map +1 -1
  25. package/dist/widget/ui/src/icons/Filter.d.ts +5 -0
  26. package/dist/widget/ui/src/icons/Filter.d.ts.map +1 -0
  27. package/dist/widget/ui/src/icons/index.d.ts +1 -0
  28. package/dist/widget/ui/src/icons/index.d.ts.map +1 -1
  29. package/package.json +3 -3
  30. package/src/components/ListItem/ListItem.styles.ts +0 -3
  31. package/src/components/ListItemButton/ListItemButton.styles.ts +1 -0
  32. package/src/components/Modal/Modal.styles.ts +2 -2
  33. package/src/components/Modal/Modal.tsx +19 -31
  34. package/src/components/Modal/Modal.types.ts +0 -4
  35. package/src/components/NotFound/NotFound.tsx +4 -2
  36. package/src/components/NotFound/NotFound.types.ts +2 -0
  37. package/src/components/Popover/Popover.styles.ts +1 -0
  38. package/src/components/Popover/Popover.tsx +2 -1
  39. package/src/components/Popover/Popover.types.ts +1 -0
  40. package/src/components/TokenAmount/TokenAmount.styles.ts +4 -0
  41. package/src/components/TokenAmount/TokenAmount.tsx +2 -1
  42. package/src/containers/SwapInput/SwapInput.styles.ts +0 -11
  43. package/src/containers/SwapInput/SwapInput.tsx +2 -2
  44. package/src/containers/SwapInput/SwapInput.types.ts +1 -0
  45. package/src/icons/Bullhorn.tsx +11 -5
  46. package/src/icons/Filter.tsx +21 -0
  47. package/src/icons/index.ts +1 -0
package/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## [0.36.1](https://github.com/rango-exchange/rango-client/compare/ui@0.36.0...ui@0.36.1) (2024-07-14)
2
+
3
+
4
+
1
5
  # [0.36.0](https://github.com/rango-exchange/rango-client/compare/ui@0.34.0...ui@0.36.0) (2024-07-09)
2
6
 
3
7