@rango-dev/ui 0.1.11-next.5 → 0.1.11-next.6
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/ui.cjs.development.js +4 -2
- package/dist/ui.cjs.development.js.map +1 -1
- package/dist/ui.cjs.production.min.js +1 -1
- package/dist/ui.cjs.production.min.js.map +1 -1
- package/dist/ui.esm.js +4 -2
- package/dist/ui.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/BlockchainSelector/BlockchainSelector.tsx +1 -0
- package/src/components/LiquiditySourceList/LiquiditySourceList.tsx +1 -0
|
@@ -3232,7 +3232,8 @@ function TokenSelector(props) {
|
|
|
3232
3232
|
}
|
|
3233
3233
|
|
|
3234
3234
|
var ListContainer$1 = /*#__PURE__*/styled('div', {
|
|
3235
|
-
overflowY: 'auto'
|
|
3235
|
+
overflowY: 'auto',
|
|
3236
|
+
padding: '0 $4'
|
|
3236
3237
|
});
|
|
3237
3238
|
var filterBlockchains = function filterBlockchains(list, searchedFor) {
|
|
3238
3239
|
return list.filter(function (blockchain) {
|
|
@@ -3574,7 +3575,8 @@ var MainContainer$1 = /*#__PURE__*/styled('div', {
|
|
|
3574
3575
|
variants: {
|
|
3575
3576
|
loaded: {
|
|
3576
3577
|
"true": {
|
|
3577
|
-
overflowY: 'auto'
|
|
3578
|
+
overflowY: 'auto',
|
|
3579
|
+
padding: '0 $4'
|
|
3578
3580
|
}
|
|
3579
3581
|
}
|
|
3580
3582
|
}
|