@lifi/widget 1.14.0 → 1.14.1

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.
@@ -15,7 +15,7 @@ const VirtualizedTokenList = ({ tokens, featuredTokensLength, scrollElementRef,
15
15
  const { getVirtualItems, getTotalSize, scrollToIndex } = (0, react_virtual_1.useVirtualizer)({
16
16
  count: tokens.length,
17
17
  getScrollElement: () => scrollElementRef.current,
18
- overscan: 5,
18
+ overscan: 10,
19
19
  paddingEnd: 12,
20
20
  estimateSize: (index) => {
21
21
  var _a, _b;
@@ -1,2 +1,2 @@
1
1
  export declare const name = "@lifi/widget";
2
- export declare const version = "1.14.0";
2
+ export declare const version = "1.14.1";
@@ -2,4 +2,4 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.version = exports.name = void 0;
4
4
  exports.name = '@lifi/widget';
5
- exports.version = '1.14.0';
5
+ exports.version = '1.14.1';
@@ -12,7 +12,7 @@ export const VirtualizedTokenList = ({ tokens, featuredTokensLength, scrollEleme
12
12
  const { getVirtualItems, getTotalSize, scrollToIndex } = useVirtualizer({
13
13
  count: tokens.length,
14
14
  getScrollElement: () => scrollElementRef.current,
15
- overscan: 5,
15
+ overscan: 10,
16
16
  paddingEnd: 12,
17
17
  estimateSize: (index) => {
18
18
  var _a, _b;
@@ -1,2 +1,2 @@
1
1
  export declare const name = "@lifi/widget";
2
- export declare const version = "1.14.0";
2
+ export declare const version = "1.14.1";
package/config/version.js CHANGED
@@ -1,2 +1,2 @@
1
1
  export const name = '@lifi/widget';
2
- export const version = '1.14.0';
2
+ export const version = '1.14.1';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lifi/widget",
3
- "version": "1.14.0",
3
+ "version": "1.14.1",
4
4
  "description": "LI.FI Widget for cross-chain bridging and swapping. It will drive your multi-chain strategy and attract new users from everywhere.",
5
5
  "main": "./cjs/index.js",
6
6
  "module": "./index.js",