@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.
- package/CHANGELOG.md +4 -0
- 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/ListItem/ListItem.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/ListItemButton/ListItemButton.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Modal/Modal.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Modal/Modal.types.d.ts +0 -4
- package/dist/widget/ui/src/components/Modal/Modal.types.d.ts.map +1 -1
- package/dist/widget/ui/src/components/NotFound/NotFound.d.ts.map +1 -1
- package/dist/widget/ui/src/components/NotFound/NotFound.types.d.ts +2 -0
- package/dist/widget/ui/src/components/NotFound/NotFound.types.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Popover/Popover.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Popover/Popover.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Popover/Popover.types.d.ts +1 -0
- package/dist/widget/ui/src/components/Popover/Popover.types.d.ts.map +1 -1
- package/dist/widget/ui/src/components/TokenAmount/TokenAmount.d.ts.map +1 -1
- package/dist/widget/ui/src/components/TokenAmount/TokenAmount.styles.d.ts +3 -0
- package/dist/widget/ui/src/components/TokenAmount/TokenAmount.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/containers/SwapInput/SwapInput.styles.d.ts +1 -3
- package/dist/widget/ui/src/containers/SwapInput/SwapInput.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/containers/SwapInput/SwapInput.types.d.ts +1 -0
- package/dist/widget/ui/src/containers/SwapInput/SwapInput.types.d.ts.map +1 -1
- package/dist/widget/ui/src/icons/Bullhorn.d.ts.map +1 -1
- package/dist/widget/ui/src/icons/Filter.d.ts +5 -0
- package/dist/widget/ui/src/icons/Filter.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/index.d.ts +1 -0
- package/dist/widget/ui/src/icons/index.d.ts.map +1 -1
- package/package.json +3 -3
- package/src/components/ListItem/ListItem.styles.ts +0 -3
- package/src/components/ListItemButton/ListItemButton.styles.ts +1 -0
- package/src/components/Modal/Modal.styles.ts +2 -2
- package/src/components/Modal/Modal.tsx +19 -31
- package/src/components/Modal/Modal.types.ts +0 -4
- package/src/components/NotFound/NotFound.tsx +4 -2
- package/src/components/NotFound/NotFound.types.ts +2 -0
- package/src/components/Popover/Popover.styles.ts +1 -0
- package/src/components/Popover/Popover.tsx +2 -1
- package/src/components/Popover/Popover.types.ts +1 -0
- package/src/components/TokenAmount/TokenAmount.styles.ts +4 -0
- package/src/components/TokenAmount/TokenAmount.tsx +2 -1
- package/src/containers/SwapInput/SwapInput.styles.ts +0 -11
- package/src/containers/SwapInput/SwapInput.tsx +2 -2
- package/src/containers/SwapInput/SwapInput.types.ts +1 -0
- package/src/icons/Bullhorn.tsx +11 -5
- package/src/icons/Filter.tsx +21 -0
- package/src/icons/index.ts +1 -0