@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
package/dist/ui.esm.js
CHANGED
|
@@ -3225,7 +3225,8 @@ function TokenSelector(props) {
|
|
|
3225
3225
|
}
|
|
3226
3226
|
|
|
3227
3227
|
var ListContainer$1 = /*#__PURE__*/styled('div', {
|
|
3228
|
-
overflowY: 'auto'
|
|
3228
|
+
overflowY: 'auto',
|
|
3229
|
+
padding: '0 $4'
|
|
3229
3230
|
});
|
|
3230
3231
|
var filterBlockchains = function filterBlockchains(list, searchedFor) {
|
|
3231
3232
|
return list.filter(function (blockchain) {
|
|
@@ -3568,7 +3569,8 @@ var MainContainer$1 = /*#__PURE__*/styled('div', {
|
|
|
3568
3569
|
variants: {
|
|
3569
3570
|
loaded: {
|
|
3570
3571
|
"true": {
|
|
3571
|
-
overflowY: 'auto'
|
|
3572
|
+
overflowY: 'auto',
|
|
3573
|
+
padding: '0 $4'
|
|
3572
3574
|
}
|
|
3573
3575
|
}
|
|
3574
3576
|
}
|