@lifi/widget 3.0.0-alpha.32 → 3.0.0-alpha.33

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.
@@ -7,6 +7,7 @@ export const CardTitle = styled(Typography, {
7
7
  fontWeight: 700,
8
8
  padding: theme.spacing(2, 2, 0, 2),
9
9
  textAlign: 'left',
10
+ color: theme.palette.text.primary,
10
11
  '&:after': {
11
12
  content: required ? '" *"' : 'none',
12
13
  color: theme.palette.error.main,
@@ -1 +1 @@
1
- {"version":3,"file":"CardTitle.js","sourceRoot":"","sources":["../../../components/Card/CardTitle.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AAEnD,MAAM,CAAC,MAAM,SAAS,GAAG,MAAM,CAAC,UAAU,EAAE;IAC1C,iBAAiB,EAAE,CAAC,IAAI,EAAE,EAAE,CAAC,CAAC,CAAC,UAAU,CAAC,CAAC,QAAQ,CAAC,IAAc,CAAC;CACpE,CAAC,CAAyB,CAAC,EAAE,KAAK,EAAE,QAAQ,EAAE,EAAE,EAAE,CAAC,CAAC;IACnD,QAAQ,EAAE,EAAE;IACZ,UAAU,EAAE,CAAC;IACb,UAAU,EAAE,GAAG;IACf,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC;IAClC,SAAS,EAAE,MAAM;IACjB,SAAS,EAAE;QACT,OAAO,EAAE,QAAQ,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM;QACnC,KAAK,EAAE,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,IAAI;KAChC;CACF,CAAC,CAAC,CAAC"}
1
+ {"version":3,"file":"CardTitle.js","sourceRoot":"","sources":["../../../components/Card/CardTitle.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AAEnD,MAAM,CAAC,MAAM,SAAS,GAAG,MAAM,CAAC,UAAU,EAAE;IAC1C,iBAAiB,EAAE,CAAC,IAAI,EAAE,EAAE,CAAC,CAAC,CAAC,UAAU,CAAC,CAAC,QAAQ,CAAC,IAAc,CAAC;CACpE,CAAC,CAAyB,CAAC,EAAE,KAAK,EAAE,QAAQ,EAAE,EAAE,EAAE,CAAC,CAAC;IACnD,QAAQ,EAAE,EAAE;IACZ,UAAU,EAAE,CAAC;IACb,UAAU,EAAE,GAAG;IACf,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC;IAClC,SAAS,EAAE,MAAM;IACjB,KAAK,EAAE,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,OAAO;IACjC,SAAS,EAAE;QACT,OAAO,EAAE,QAAQ,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM;QACnC,KAAK,EAAE,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,IAAI;KAChC;CACF,CAAC,CAAC,CAAC"}
@@ -1,3 +1,5 @@
1
- export declare const Select: import("@emotion/styled").StyledComponent<import("@mui/material").SelectProps<unknown> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme> & {
1
+ export declare const Select: import("@emotion/styled").StyledComponent<{
2
+ variant?: import("@mui/material").SelectVariants | undefined;
3
+ } & Omit<import("@mui/material").SelectProps<unknown, import("@mui/material").SelectVariants>, "variant"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme> & {
2
4
  dense?: boolean | undefined;
3
5
  }, {}, {}>;
@@ -1,2 +1,2 @@
1
1
  export declare const name = "@lifi/widget";
2
- export declare const version = "3.0.0-alpha.32";
2
+ export declare const version = "3.0.0-alpha.33";
@@ -1,3 +1,3 @@
1
1
  export const name = '@lifi/widget';
2
- export const version = '3.0.0-alpha.32';
2
+ export const version = '3.0.0-alpha.33';
3
3
  //# sourceMappingURL=version.js.map
@@ -45,7 +45,7 @@ export declare const BookmarkButtonContainer: import("@emotion/styled").StyledCo
45
45
  export declare const EmptyContainer: import("@emotion/styled").StyledComponent<import("@mui/system").BoxOwnProps<import("@mui/material").Theme> & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
46
46
  ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
47
47
  }, keyof import("@mui/system").BoxOwnProps<import("@mui/material").Theme>> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
48
- export declare const ValidationAlert: import("@emotion/styled").StyledComponent<import("@mui/material").AlertProps & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
48
+ export declare const ValidationAlert: import("@emotion/styled").StyledComponent<import("@mui/material").AlertProps & import("@mui/material").AlertSlotsAndSlotProps & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
49
49
  export declare const OptionsMenuButton: import("@emotion/styled").StyledComponent<import("@mui/material").IconButtonOwnProps & Omit<import("@mui/material").ButtonBaseOwnProps, "classes"> & import("@mui/material/OverridableComponent.js").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
50
50
  ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
51
51
  }, "color" | "children" | "sx" | "style" | "className" | "tabIndex" | "disabled" | "action" | "size" | "classes" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple" | "edge"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
@@ -8,6 +8,7 @@ export const CardTitle = styled(Typography, {
8
8
  fontWeight: 700,
9
9
  padding: theme.spacing(2, 2, 0, 2),
10
10
  textAlign: 'left',
11
+ color: theme.palette.text.primary,
11
12
  '&:after': {
12
13
  content: required ? '" *"' : 'none',
13
14
  color: theme.palette.error.main,
package/config/version.ts CHANGED
@@ -1,2 +1,2 @@
1
1
  export const name = '@lifi/widget';
2
- export const version = '3.0.0-alpha.32';
2
+ export const version = '3.0.0-alpha.33';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lifi/widget",
3
- "version": "3.0.0-alpha.32",
3
+ "version": "3.0.0-alpha.33",
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": "./_esm/index.js",
@@ -32,19 +32,19 @@
32
32
  "lifi"
33
33
  ],
34
34
  "dependencies": {
35
- "@emotion/react": "^11.11.3",
35
+ "@emotion/react": "^11.11.4",
36
36
  "@emotion/styled": "^11.11.0",
37
37
  "@lifi/sdk": "^3.0.0-alpha.56",
38
38
  "@lifi/wallet-management": "^3.0.0-alpha.22",
39
- "@mui/icons-material": "^5.15.10",
40
- "@mui/lab": "^5.0.0-alpha.165",
41
- "@mui/material": "^5.15.10",
39
+ "@mui/icons-material": "^5.15.11",
40
+ "@mui/lab": "^5.0.0-alpha.166",
41
+ "@mui/material": "^5.15.11",
42
42
  "@solana/wallet-adapter-base": "^0.9.23",
43
43
  "@solana/wallet-adapter-react": "^0.15.35",
44
44
  "@solana/wallet-adapter-wallets": "^0.19.26",
45
45
  "@solana/web3.js": "^1.90.0",
46
- "@tanstack/react-query": "^5.22.2",
47
- "@tanstack/react-virtual": "^3.1.2",
46
+ "@tanstack/react-query": "^5.24.1",
47
+ "@tanstack/react-virtual": "^3.1.3",
48
48
  "i18next": "^23.10.0",
49
49
  "microdiff": "^1.3.2",
50
50
  "mitt": "^3.0.1",
@@ -55,7 +55,7 @@
55
55
  "react-router-dom": "^6.22.1",
56
56
  "react-timer-hook": "^3.0.7",
57
57
  "uuid": "^9.0.1",
58
- "viem": "^2.7.13",
58
+ "viem": "^2.7.15",
59
59
  "wagmi": "2.5.7",
60
60
  "zustand": "^4.5.1"
61
61
  },