@lifi/widget 2.2.3 → 2.2.4

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.
@@ -20,7 +20,7 @@ exports.HeaderAppBar = (0, styles_1.styled)(material_1.AppBar)(({ theme }) => ({
20
20
  exports.Container = (0, styles_1.styled)(material_1.Box, {
21
21
  shouldForwardProp: (prop) => prop !== 'sticky',
22
22
  })(({ theme, sticky }) => ({
23
- backgroundColor: (0, styles_1.alpha)(theme.palette.background.default, 0.84),
23
+ backgroundColor: theme.palette.background.default,
24
24
  backdropFilter: 'blur(12px)',
25
25
  position: sticky ? 'sticky' : 'relative',
26
26
  top: 0,
@@ -26,7 +26,7 @@ exports.Container = (0, styles_1.styled)(material_1.ScopedCssBaseline)(({ theme
26
26
  flexDirection: 'column',
27
27
  }));
28
28
  exports.Header = (0, styles_1.styled)(material_1.Box)(({ theme }) => ({
29
- backgroundColor: (0, styles_1.alpha)(theme.palette.background.default, 0.84),
29
+ backgroundColor: theme.palette.background.default,
30
30
  backdropFilter: 'blur(12px)',
31
31
  display: 'flex',
32
32
  justifyContent: 'space-between',
@@ -1,2 +1,2 @@
1
1
  export declare const name = "@lifi/widget";
2
- export declare const version = "2.2.3";
2
+ export declare const version = "2.2.4";
@@ -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.2.3';
5
+ exports.version = '2.2.4';
@@ -17,7 +17,7 @@ export const HeaderAppBar = styled(AppBar)(({ theme }) => ({
17
17
  export const Container = styled(Box, {
18
18
  shouldForwardProp: (prop) => prop !== 'sticky',
19
19
  })(({ theme, sticky }) => ({
20
- backgroundColor: alpha(theme.palette.background.default, 0.84),
20
+ backgroundColor: theme.palette.background.default,
21
21
  backdropFilter: 'blur(12px)',
22
22
  position: sticky ? 'sticky' : 'relative',
23
23
  top: 0,
@@ -1,5 +1,5 @@
1
1
  import { Box, ScopedCssBaseline } from '@mui/material';
2
- import { alpha, styled } from '@mui/material/styles';
2
+ import { styled } from '@mui/material/styles';
3
3
  import { maxHeight } from '../AppContainer';
4
4
  export const CollapseContainer = styled(Box)(({ theme }) => ({
5
5
  height: maxHeight,
@@ -23,7 +23,7 @@ export const Container = styled(ScopedCssBaseline)(({ theme }) => ({
23
23
  flexDirection: 'column',
24
24
  }));
25
25
  export const Header = styled(Box)(({ theme }) => ({
26
- backgroundColor: alpha(theme.palette.background.default, 0.84),
26
+ backgroundColor: theme.palette.background.default,
27
27
  backdropFilter: 'blur(12px)',
28
28
  display: 'flex',
29
29
  justifyContent: 'space-between',
@@ -1,2 +1,2 @@
1
1
  export declare const name = "@lifi/widget";
2
- export declare const version = "2.2.3";
2
+ export declare const version = "2.2.4";
package/config/version.js CHANGED
@@ -1,2 +1,2 @@
1
1
  export const name = '@lifi/widget';
2
- export const version = '2.2.3';
2
+ export const version = '2.2.4';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lifi/widget",
3
- "version": "2.2.3",
3
+ "version": "2.2.4",
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",