@lifi/widget 2.6.2 → 2.6.3

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.
@@ -57,16 +57,16 @@ exports.CircularProgressPending = (0, styles_1.styled)(material_1.CircularProgre
57
57
  color: ${({ theme }) => theme.palette.mode === 'light'
58
58
  ? theme.palette.primary.main
59
59
  : theme.palette.primary.light};
60
- animation-duration: '3s';
61
- position: 'absolute';
62
- left: '-2px';
60
+ animation-duration: 3s;
61
+ position: absolute;
62
+ left: -2px;
63
63
  .${CircularProgress_1.circularProgressClasses.circle} {
64
- animation-duration: '2s';
65
- animation-timing-function: 'linear';
64
+ animation-duration: 2s;
65
+ animation-timing-function: linear;
66
66
  animation-name: ${circleAnimation};
67
67
  stroke-dasharray: 129;
68
68
  stroke-dashoffset: 129;
69
- stroke-linecap: 'round';
70
- transform-origin: '100% 100%';
69
+ stroke-linecap: round;
70
+ transform-origin: 100% 100%;
71
71
  }
72
72
  `;
@@ -1,2 +1,2 @@
1
1
  export declare const name = "@lifi/widget";
2
- export declare const version = "2.6.2";
2
+ export declare const version = "2.6.3";
@@ -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 = '2.6.2';
5
+ exports.version = '2.6.3';
@@ -54,16 +54,16 @@ export const CircularProgressPending = styled(MuiCircularProgress) `
54
54
  color: ${({ theme }) => theme.palette.mode === 'light'
55
55
  ? theme.palette.primary.main
56
56
  : theme.palette.primary.light};
57
- animation-duration: '3s';
58
- position: 'absolute';
59
- left: '-2px';
57
+ animation-duration: 3s;
58
+ position: absolute;
59
+ left: -2px;
60
60
  .${circularProgressClasses.circle} {
61
- animation-duration: '2s';
62
- animation-timing-function: 'linear';
61
+ animation-duration: 2s;
62
+ animation-timing-function: linear;
63
63
  animation-name: ${circleAnimation};
64
64
  stroke-dasharray: 129;
65
65
  stroke-dashoffset: 129;
66
- stroke-linecap: 'round';
67
- transform-origin: '100% 100%';
66
+ stroke-linecap: round;
67
+ transform-origin: 100% 100%;
68
68
  }
69
69
  `;
@@ -1,2 +1,2 @@
1
1
  export declare const name = "@lifi/widget";
2
- export declare const version = "2.6.2";
2
+ export declare const version = "2.6.3";
package/config/version.js CHANGED
@@ -1,2 +1,2 @@
1
1
  export const name = '@lifi/widget';
2
- export const version = '2.6.2';
2
+ export const version = '2.6.3';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lifi/widget",
3
- "version": "2.6.2",
3
+ "version": "2.6.3",
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",
@@ -45,9 +45,9 @@
45
45
  "@ethersproject/providers": "^5.7.2",
46
46
  "@lifi/sdk": "^2.4.3",
47
47
  "@lifi/wallet-management": "^2.3.7",
48
- "@mui/icons-material": "^5.14.13",
49
- "@mui/lab": "^5.0.0-alpha.148",
50
- "@mui/material": "^5.14.13",
48
+ "@mui/icons-material": "^5.14.14",
49
+ "@mui/lab": "^5.0.0-alpha.149",
50
+ "@mui/material": "^5.14.14",
51
51
  "@tanstack/react-query": "^4.36.1",
52
52
  "@tanstack/react-virtual": "^3.0.0-beta.65",
53
53
  "big.js": "^6.2.1",
@@ -58,9 +58,9 @@
58
58
  "react": "^18.2.0",
59
59
  "react-dom": "^18.2.0",
60
60
  "react-hook-form": "^7.47.0",
61
- "react-i18next": "^13.2.2",
61
+ "react-i18next": "^13.3.0",
62
62
  "react-intersection-observer": "^9.5.2",
63
- "react-router-dom": "^6.16.0",
63
+ "react-router-dom": "^6.17.0",
64
64
  "react-timer-hook": "^3.0.7",
65
65
  "uuid": "^9.0.1",
66
66
  "zustand": "^4.4.3"