@lifi/widget 3.40.5 → 3.40.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/CHANGELOG.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [3.40.6](https://github.com/lifinance/widget/compare/v3.40.5...v3.40.6) (2026-02-04)
6
+
5
7
  ### [3.40.5](https://github.com/lifinance/widget/compare/v3.40.4...v3.40.5) (2026-01-20)
6
8
 
7
9
  ### [3.40.4](https://github.com/lifinance/widget/compare/v3.40.3...v3.40.4) (2026-01-20)
@@ -1,10 +1,10 @@
1
- import type { FocusEventHandler, FormEventHandler, RefObject } from 'react';
1
+ import type { ChangeEventHandler, FocusEventHandler, RefObject } from 'react';
2
2
  interface SearchInputProps {
3
3
  inputRef?: RefObject<HTMLInputElement | null>;
4
4
  name?: string;
5
5
  value?: string;
6
6
  placeholder?: string;
7
- onChange?: FormEventHandler<HTMLInputElement>;
7
+ onChange?: ChangeEventHandler<HTMLInputElement>;
8
8
  onBlur?: FocusEventHandler<HTMLInputElement>;
9
9
  onClear?: () => void;
10
10
  autoFocus?: boolean;
@@ -1,2 +1,2 @@
1
1
  export declare const name = "@lifi/widget";
2
- export declare const version = "3.40.5";
2
+ export declare const version = "3.40.6";
@@ -1,3 +1,3 @@
1
1
  export const name = '@lifi/widget';
2
- export const version = '3.40.5';
2
+ export const version = '3.40.6';
3
3
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lifi/widget",
3
- "version": "3.40.5",
3
+ "version": "3.40.6",
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
  "type": "module",
6
6
  "main": "./dist/esm/index.js",
@@ -34,7 +34,7 @@
34
34
  "@bigmi/core": "^0.6.5",
35
35
  "@emotion/react": "^11.14.0",
36
36
  "@emotion/styled": "^11.14.1",
37
- "@lifi/sdk": "^3.15.4",
37
+ "@lifi/sdk": "^3.15.5",
38
38
  "@mui/icons-material": "^7.3.7",
39
39
  "@mui/material": "^7.3.7",
40
40
  "@mui/system": "^7.3.7",
@@ -43,16 +43,16 @@
43
43
  "@solana/wallet-adapter-coinbase": "^0.1.23",
44
44
  "@solana/web3.js": "^1.98.4",
45
45
  "@tanstack/react-virtual": "^3.13.18",
46
- "i18next": "^25.7.4",
46
+ "i18next": "^25.8.1",
47
47
  "microdiff": "^1.5.0",
48
48
  "mitt": "^3.0.1",
49
- "react-i18next": "^16.5.3",
49
+ "react-i18next": "^16.5.4",
50
50
  "react-intersection-observer": "^9.16.0",
51
51
  "react-router-dom": "^6.30.3",
52
52
  "react-transition-group": "^4.4.5",
53
- "viem": "^2.44.4",
54
- "zustand": "^5.0.10",
55
- "@lifi/wallet-management": "^3.22.4"
53
+ "viem": "^2.45.1",
54
+ "zustand": "^5.0.11",
55
+ "@lifi/wallet-management": "^3.22.5"
56
56
  },
57
57
  "peerDependencies": {
58
58
  "@bigmi/react": ">=0.6.0",
package/package.json.tmp CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lifi/widget",
3
- "version": "3.40.5",
3
+ "version": "3.40.6",
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
  "type": "module",
6
6
  "main": "./src/index.ts",
@@ -53,7 +53,7 @@
53
53
  "@bigmi/core": "^0.6.5",
54
54
  "@emotion/react": "^11.14.0",
55
55
  "@emotion/styled": "^11.14.1",
56
- "@lifi/sdk": "^3.15.4",
56
+ "@lifi/sdk": "^3.15.5",
57
57
  "@lifi/wallet-management": "workspace:^",
58
58
  "@mui/icons-material": "^7.3.7",
59
59
  "@mui/material": "^7.3.7",
@@ -63,24 +63,24 @@
63
63
  "@solana/wallet-adapter-coinbase": "^0.1.23",
64
64
  "@solana/web3.js": "^1.98.4",
65
65
  "@tanstack/react-virtual": "^3.13.18",
66
- "i18next": "^25.7.4",
66
+ "i18next": "^25.8.1",
67
67
  "microdiff": "^1.5.0",
68
68
  "mitt": "^3.0.1",
69
- "react-i18next": "^16.5.3",
69
+ "react-i18next": "^16.5.4",
70
70
  "react-intersection-observer": "^9.16.0",
71
71
  "react-router-dom": "^6.30.3",
72
72
  "react-transition-group": "^4.4.5",
73
- "viem": "^2.44.4",
74
- "zustand": "^5.0.10"
73
+ "viem": "^2.45.1",
74
+ "zustand": "^5.0.11"
75
75
  },
76
76
  "devDependencies": {
77
77
  "@types/react-transition-group": "^4.4.12",
78
78
  "cpy-cli": "^6.0.0",
79
79
  "madge": "^8.0.0",
80
- "react": "^19.2.3",
81
- "react-dom": "^19.2.3",
80
+ "react": "^19.2.4",
81
+ "react-dom": "^19.2.4",
82
82
  "typescript": "^5.9.3",
83
- "vitest": "^4.0.17"
83
+ "vitest": "^4.0.18"
84
84
  },
85
85
  "peerDependencies": {
86
86
  "@bigmi/react": ">=0.6.0",
@@ -1,7 +1,7 @@
1
1
  import ClearIcon from '@mui/icons-material/Clear'
2
2
  import Search from '@mui/icons-material/Search'
3
3
  import { FormControl, IconButton, InputAdornment } from '@mui/material'
4
- import type { FocusEventHandler, FormEventHandler, RefObject } from 'react'
4
+ import type { ChangeEventHandler, FocusEventHandler, RefObject } from 'react'
5
5
  import { InputCard } from '../../components/Card/InputCard.js'
6
6
  import { useHeaderHeight } from '../../stores/header/useHeaderStore.js'
7
7
  import { Input, StickySearchInputContainer } from './SearchInput.style.js'
@@ -11,7 +11,7 @@ interface SearchInputProps {
11
11
  name?: string
12
12
  value?: string
13
13
  placeholder?: string
14
- onChange?: FormEventHandler<HTMLInputElement>
14
+ onChange?: ChangeEventHandler<HTMLInputElement>
15
15
  onBlur?: FocusEventHandler<HTMLInputElement>
16
16
  onClear?: () => void
17
17
  autoFocus?: boolean
@@ -1,2 +1,2 @@
1
1
  export const name = '@lifi/widget'
2
- export const version = '3.40.5'
2
+ export const version = '3.40.6'