gearboxdownloadmodal 3.0.27 → 4.0.0

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.
@@ -0,0 +1,2 @@
1
+ declare const GetMoreIcon: () => import("react/jsx-runtime").JSX.Element;
2
+ export default GetMoreIcon;
@@ -0,0 +1,7 @@
1
+ import { FC } from "react";
2
+ interface SpendCreditProps {
3
+ downloadFlex: any;
4
+ api: string;
5
+ }
6
+ declare const SpendCredit: FC<SpendCreditProps>;
7
+ export default SpendCredit;
@@ -10,6 +10,8 @@ interface TopBarProps {
10
10
  handleIosChange: any;
11
11
  handleGoogleChange: any;
12
12
  disabled: boolean;
13
+ downloadFlex: any;
14
+ api: any;
13
15
  }
14
16
  declare const TopBar: FC<TopBarProps>;
15
17
  export default TopBar;
@@ -9,6 +9,8 @@ interface TopBarInfoProps {
9
9
  handleIosChange: any;
10
10
  handleGoogleChange: any;
11
11
  disabled: boolean;
12
+ downloadFlex: any;
13
+ api: string;
12
14
  }
13
15
  declare const TopBarInfo: FC<TopBarInfoProps>;
14
16
  export default TopBarInfo;
@@ -0,0 +1 @@
1
+ export default function buyRequest(requestType: string, api: string): Promise<any>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "gearboxdownloadmodal",
3
3
  "private": false,
4
- "version": "3.0.27",
4
+ "version": "4.0.0",
5
5
  "type": "module",
6
6
  "main": "dist/index.umd.js",
7
7
  "module": "dist/index.esm.js",