Merge branch 'development'

# Conflicts:
#	package.json
#	src/components/ConnectButton/index.jsx
#	src/components/Sidebar/LegalLinks.jsx
#	src/routes/safe/components/Settings/SafeDetails/index.jsx
#	src/routes/safe/components/Transactions/TxsTable/ExpandedTx/TxDescription/index.jsx
#	src/routes/safe/container/actions.js
#	src/routes/safe/container/index.jsx
#	src/routes/safe/container/selector.js
#	src/routes/safe/store/actions/createTransaction.js
#	src/routes/safe/store/actions/fetchSafe.js
#	src/store/index.js
#	yarn.lock
This commit is contained in:
fernandomg 2020-02-04 13:47:55 -03:00
commit b3d386406c
194 changed files with 5216 additions and 2405 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@ build_webpack/
build/
yarn-error.log
.env*
.idea/

View File

@ -1,5 +1,5 @@
// flow-typed signature: 03f6172f8afaa11cebaf6f91b752ca51
// flow-typed version: <<STUB>>/@babel/cli_v7.7.4/flow_v0.112.0
// flow-typed signature: 9dd2066366ce03cc55563ffc57057343
// flow-typed version: <<STUB>>/@babel/cli_v7.7.5/flow_v0.114.0
/**
* This is an autogenerated libdef stub for:

View File

@ -1,5 +1,5 @@
// flow-typed signature: 0c834c1005910ea98a79204bc13754cf
// flow-typed version: <<STUB>>/@babel/core_v7.7.4/flow_v0.112.0
// flow-typed signature: f38f288c662323ae0ee8bccb9f8e57f0
// flow-typed version: <<STUB>>/@babel/core_v7.7.5/flow_v0.114.0
/**
* This is an autogenerated libdef stub for:

View File

@ -1,5 +1,5 @@
// flow-typed signature: eedd4be0d1b8f9110416a1e625d0f4a7
// flow-typed version: <<STUB>>/@babel/plugin-proposal-class-properties_v7.7.4/flow_v0.112.0
// flow-typed signature: fa52302ca72090208e82ad40a1a6f350
// flow-typed version: <<STUB>>/@babel/plugin-proposal-class-properties_v7.7.4/flow_v0.114.0
/**
* This is an autogenerated libdef stub for:

View File

@ -1,5 +1,5 @@
// flow-typed signature: f3e17093f6b321404b11c758449c7a3b
// flow-typed version: <<STUB>>/@babel/plugin-proposal-decorators_v7.7.4/flow_v0.112.0
// flow-typed signature: 2a669a77c802c1f43c266c2aebe70f83
// flow-typed version: <<STUB>>/@babel/plugin-proposal-decorators_v7.7.4/flow_v0.114.0
/**
* This is an autogenerated libdef stub for:

View File

@ -1,5 +1,5 @@
// flow-typed signature: 6e2a261d58fbe6beb6e48aed3214db8b
// flow-typed version: <<STUB>>/@babel/plugin-proposal-do-expressions_v7.7.4/flow_v0.112.0
// flow-typed signature: 06dd3217e8d9fd0fab17df7ad908f840
// flow-typed version: <<STUB>>/@babel/plugin-proposal-do-expressions_v7.7.4/flow_v0.114.0
/**
* This is an autogenerated libdef stub for:

View File

@ -1,5 +1,5 @@
// flow-typed signature: 7fdb17b9f1d5ee077f5ade91b11e6f52
// flow-typed version: <<STUB>>/@babel/plugin-proposal-export-default-from_v7.7.4/flow_v0.112.0
// flow-typed signature: 8fd194379c4868cdf154f0c218e63178
// flow-typed version: <<STUB>>/@babel/plugin-proposal-export-default-from_v7.7.4/flow_v0.114.0
/**
* This is an autogenerated libdef stub for:

View File

@ -1,5 +1,5 @@
// flow-typed signature: 6d69605964539738b01c97746ee636ec
// flow-typed version: <<STUB>>/@babel/plugin-proposal-export-namespace-from_v7.7.4/flow_v0.112.0
// flow-typed signature: e313a5d200ef7a8a502548fc65eec726
// flow-typed version: <<STUB>>/@babel/plugin-proposal-export-namespace-from_v7.7.4/flow_v0.114.0
/**
* This is an autogenerated libdef stub for:

View File

@ -1,5 +1,5 @@
// flow-typed signature: 04bb7b503359963d46ffeeb0a00f0193
// flow-typed version: <<STUB>>/@babel/plugin-proposal-function-bind_v7.7.4/flow_v0.112.0
// flow-typed signature: 62e2bd171243642898d0982ec73e28ca
// flow-typed version: <<STUB>>/@babel/plugin-proposal-function-bind_v7.7.4/flow_v0.114.0
/**
* This is an autogenerated libdef stub for:

View File

@ -1,5 +1,5 @@
// flow-typed signature: b859ccd77f9f6d753239bae2470efd75
// flow-typed version: <<STUB>>/@babel/plugin-proposal-function-sent_v7.7.4/flow_v0.112.0
// flow-typed signature: 0d8aab922e89f42878bb98b5dbf44c6d
// flow-typed version: <<STUB>>/@babel/plugin-proposal-function-sent_v7.7.4/flow_v0.114.0
/**
* This is an autogenerated libdef stub for:

View File

@ -1,5 +1,5 @@
// flow-typed signature: 3989cd090f2689d27ab0f1aefa0a2d53
// flow-typed version: <<STUB>>/@babel/plugin-proposal-json-strings_v7.7.4/flow_v0.112.0
// flow-typed signature: 7ac3cb593333dce36a10798ac4f8a92b
// flow-typed version: <<STUB>>/@babel/plugin-proposal-json-strings_v7.7.4/flow_v0.114.0
/**
* This is an autogenerated libdef stub for:

View File

@ -1,5 +1,5 @@
// flow-typed signature: fbbf458d368eeb167848d6f45113b88d
// flow-typed version: <<STUB>>/@babel/plugin-proposal-logical-assignment-operators_v7.7.4/flow_v0.112.0
// flow-typed signature: f9fa95bce9b25d809edc1336cb7e9225
// flow-typed version: <<STUB>>/@babel/plugin-proposal-logical-assignment-operators_v7.7.4/flow_v0.114.0
/**
* This is an autogenerated libdef stub for:

View File

@ -1,5 +1,5 @@
// flow-typed signature: fe03676f8a8ca16e3b7850d6701dd9e7
// flow-typed version: <<STUB>>/@babel/plugin-proposal-nullish-coalescing-operator_v7.7.4/flow_v0.112.0
// flow-typed signature: b8848124eb077e9ff0aef324ba1277c2
// flow-typed version: <<STUB>>/@babel/plugin-proposal-nullish-coalescing-operator_v7.7.4/flow_v0.114.0
/**
* This is an autogenerated libdef stub for:

View File

@ -1,5 +1,5 @@
// flow-typed signature: 4f44892afa3654ca3aa720290857f10f
// flow-typed version: <<STUB>>/@babel/plugin-proposal-numeric-separator_v7.7.4/flow_v0.112.0
// flow-typed signature: 5d329600803f9f0d5709dab1aa53a263
// flow-typed version: <<STUB>>/@babel/plugin-proposal-numeric-separator_v7.7.4/flow_v0.114.0
/**
* This is an autogenerated libdef stub for:

View File

@ -1,5 +1,5 @@
// flow-typed signature: aea5dda3f06e99cb5efb7c87be4efefd
// flow-typed version: <<STUB>>/@babel/plugin-proposal-optional-chaining_v7.7.4/flow_v0.112.0
// flow-typed signature: 396fc3d6948172db4fd924c168c241da
// flow-typed version: <<STUB>>/@babel/plugin-proposal-optional-chaining_v7.7.5/flow_v0.114.0
/**
* This is an autogenerated libdef stub for:

View File

@ -1,5 +1,5 @@
// flow-typed signature: 3ed73d509b56368b98a6a1535a593eb5
// flow-typed version: <<STUB>>/@babel/plugin-proposal-pipeline-operator_v7.7.4/flow_v0.112.0
// flow-typed signature: 97be509dba10ea40d27e64ca99ba55d0
// flow-typed version: <<STUB>>/@babel/plugin-proposal-pipeline-operator_v7.7.4/flow_v0.114.0
/**
* This is an autogenerated libdef stub for:

View File

@ -1,5 +1,5 @@
// flow-typed signature: 4f25195df419b337cab67b0c468909bf
// flow-typed version: <<STUB>>/@babel/plugin-proposal-throw-expressions_v7.7.4/flow_v0.112.0
// flow-typed signature: 371da58209d73e91ae0774a1a6a003dd
// flow-typed version: <<STUB>>/@babel/plugin-proposal-throw-expressions_v7.7.4/flow_v0.114.0
/**
* This is an autogenerated libdef stub for:

View File

@ -1,5 +1,5 @@
// flow-typed signature: e4af99832bee19c2f284578bf8eff028
// flow-typed version: <<STUB>>/@babel/plugin-syntax-dynamic-import_v7.7.4/flow_v0.112.0
// flow-typed signature: b8a0cfbafebea83240c27aa70c00e080
// flow-typed version: <<STUB>>/@babel/plugin-syntax-dynamic-import_v7.7.4/flow_v0.114.0
/**
* This is an autogenerated libdef stub for:

View File

@ -1,5 +1,5 @@
// flow-typed signature: 6c4433237be34e04c21f3a63f5498cde
// flow-typed version: <<STUB>>/@babel/plugin-syntax-import-meta_v7.7.4/flow_v0.112.0
// flow-typed signature: ca4e3bfdbb2aba2901e59170005c263a
// flow-typed version: <<STUB>>/@babel/plugin-syntax-import-meta_v7.7.4/flow_v0.114.0
/**
* This is an autogenerated libdef stub for:

View File

@ -1,5 +1,5 @@
// flow-typed signature: 32bc978c942f1510876da8bb0edd868c
// flow-typed version: <<STUB>>/@babel/plugin-transform-member-expression-literals_v7.7.4/flow_v0.112.0
// flow-typed signature: 527ff379248b0884fe41cafe01b8bb0b
// flow-typed version: <<STUB>>/@babel/plugin-transform-member-expression-literals_v7.7.4/flow_v0.114.0
/**
* This is an autogenerated libdef stub for:

View File

@ -1,5 +1,5 @@
// flow-typed signature: 5f6dcd8b0a1ec54ea3cdd9ac9626c47b
// flow-typed version: <<STUB>>/@babel/plugin-transform-property-literals_v7.7.4/flow_v0.112.0
// flow-typed signature: 1366774d9f3355070594bb88ce8bda8c
// flow-typed version: <<STUB>>/@babel/plugin-transform-property-literals_v7.7.4/flow_v0.114.0
/**
* This is an autogenerated libdef stub for:

View File

@ -1,5 +1,5 @@
// flow-typed signature: 756314a78d976ff7f8ef184a8981ee3c
// flow-typed version: <<STUB>>/@babel/preset-env_v7.7.4/flow_v0.112.0
// flow-typed signature: 133ab6f0d1c2ced355e7235c3456bcb2
// flow-typed version: <<STUB>>/@babel/preset-env_v7.7.6/flow_v0.114.0
/**
* This is an autogenerated libdef stub for:

View File

@ -1,5 +1,5 @@
// flow-typed signature: fe7504d5fc313888465cf35fb1804793
// flow-typed version: <<STUB>>/@babel/preset-flow_v7.7.4/flow_v0.112.0
// flow-typed signature: b25f527af07aa5e08210cd47d1d94701
// flow-typed version: <<STUB>>/@babel/preset-flow_v7.7.4/flow_v0.114.0
/**
* This is an autogenerated libdef stub for:

View File

@ -1,5 +1,5 @@
// flow-typed signature: 3b95c0bf558ec6bceb983300f9b99fd6
// flow-typed version: <<STUB>>/@babel/preset-react_v7.7.4/flow_v0.112.0
// flow-typed signature: aa68d845a7df0d164b59b535b7d93a9a
// flow-typed version: <<STUB>>/@babel/preset-react_v7.7.4/flow_v0.114.0
/**
* This is an autogenerated libdef stub for:

View File

@ -1,5 +1,5 @@
// flow-typed signature: b976a39727afa080906d6c7b059fafb0
// flow-typed version: <<STUB>>/@gnosis.pm/safe-contracts_v1.0.0/flow_v0.112.0
// flow-typed signature: 09e0a6be4eeb2ba7360b27aebad3845e
// flow-typed version: <<STUB>>/@gnosis.pm/safe-contracts_v1.0.0/flow_v0.114.0
/**
* This is an autogenerated libdef stub for:

View File

@ -1,5 +1,5 @@
// flow-typed signature: b700798c2cbf29c43d53b822bc1a59c2
// flow-typed version: <<STUB>>/@gnosis.pm/util-contracts_v2.0.4/flow_v0.112.0
// flow-typed signature: e1656269373f75cc4eff330415ab3e1c
// flow-typed version: <<STUB>>/@gnosis.pm/util-contracts_v2.0.4/flow_v0.114.0
/**
* This is an autogenerated libdef stub for:

View File

@ -1,5 +1,5 @@
// flow-typed signature: d673190d7430655fc840036f9c76add7
// flow-typed version: <<STUB>>/@material-ui/core_v4.7.0/flow_v0.112.0
// flow-typed signature: feaaa71f44bef0d8a09af60df800c7d2
// flow-typed version: <<STUB>>/@material-ui/core_v4.8.0/flow_v0.114.0
/**
* This is an autogenerated libdef stub for:
@ -990,6 +990,10 @@ declare module '@material-ui/core/es/internal/svg-icons/MoreHoriz' {
declare module.exports: any;
}
declare module '@material-ui/core/es/internal/svg-icons/Person' {
declare module.exports: any;
}
declare module '@material-ui/core/es/internal/svg-icons/RadioButtonChecked' {
declare module.exports: any;
}
@ -1494,6 +1498,14 @@ declare module '@material-ui/core/es/TableCell/TableCell' {
declare module.exports: any;
}
declare module '@material-ui/core/es/TableContainer' {
declare module.exports: any;
}
declare module '@material-ui/core/es/TableContainer/TableContainer' {
declare module.exports: any;
}
declare module '@material-ui/core/es/TableFooter' {
declare module.exports: any;
}
@ -2370,6 +2382,10 @@ declare module '@material-ui/core/esm/internal/svg-icons/MoreHoriz' {
declare module.exports: any;
}
declare module '@material-ui/core/esm/internal/svg-icons/Person' {
declare module.exports: any;
}
declare module '@material-ui/core/esm/internal/svg-icons/RadioButtonChecked' {
declare module.exports: any;
}
@ -2874,6 +2890,14 @@ declare module '@material-ui/core/esm/TableCell/TableCell' {
declare module.exports: any;
}
declare module '@material-ui/core/esm/TableContainer' {
declare module.exports: any;
}
declare module '@material-ui/core/esm/TableContainer/TableContainer' {
declare module.exports: any;
}
declare module '@material-ui/core/esm/TableFooter' {
declare module.exports: any;
}
@ -3398,6 +3422,10 @@ declare module '@material-ui/core/internal/svg-icons/MoreHoriz' {
declare module.exports: any;
}
declare module '@material-ui/core/internal/svg-icons/Person' {
declare module.exports: any;
}
declare module '@material-ui/core/internal/svg-icons/RadioButtonChecked' {
declare module.exports: any;
}
@ -3902,6 +3930,14 @@ declare module '@material-ui/core/TableCell/TableCell' {
declare module.exports: any;
}
declare module '@material-ui/core/TableContainer' {
declare module.exports: any;
}
declare module '@material-ui/core/TableContainer/TableContainer' {
declare module.exports: any;
}
declare module '@material-ui/core/TableFooter' {
declare module.exports: any;
}
@ -5160,6 +5196,9 @@ declare module '@material-ui/core/es/internal/svg-icons/KeyboardArrowRight.js' {
declare module '@material-ui/core/es/internal/svg-icons/MoreHoriz.js' {
declare module.exports: $Exports<'@material-ui/core/es/internal/svg-icons/MoreHoriz'>;
}
declare module '@material-ui/core/es/internal/svg-icons/Person.js' {
declare module.exports: $Exports<'@material-ui/core/es/internal/svg-icons/Person'>;
}
declare module '@material-ui/core/es/internal/svg-icons/RadioButtonChecked.js' {
declare module.exports: $Exports<'@material-ui/core/es/internal/svg-icons/RadioButtonChecked'>;
}
@ -5673,6 +5712,15 @@ declare module '@material-ui/core/es/TableCell/index.js' {
declare module '@material-ui/core/es/TableCell/TableCell.js' {
declare module.exports: $Exports<'@material-ui/core/es/TableCell/TableCell'>;
}
declare module '@material-ui/core/es/TableContainer/index' {
declare module.exports: $Exports<'@material-ui/core/es/TableContainer'>;
}
declare module '@material-ui/core/es/TableContainer/index.js' {
declare module.exports: $Exports<'@material-ui/core/es/TableContainer'>;
}
declare module '@material-ui/core/es/TableContainer/TableContainer.js' {
declare module.exports: $Exports<'@material-ui/core/es/TableContainer/TableContainer'>;
}
declare module '@material-ui/core/es/TableFooter/index' {
declare module.exports: $Exports<'@material-ui/core/es/TableFooter'>;
}
@ -6555,6 +6603,9 @@ declare module '@material-ui/core/esm/internal/svg-icons/KeyboardArrowRight.js'
declare module '@material-ui/core/esm/internal/svg-icons/MoreHoriz.js' {
declare module.exports: $Exports<'@material-ui/core/esm/internal/svg-icons/MoreHoriz'>;
}
declare module '@material-ui/core/esm/internal/svg-icons/Person.js' {
declare module.exports: $Exports<'@material-ui/core/esm/internal/svg-icons/Person'>;
}
declare module '@material-ui/core/esm/internal/svg-icons/RadioButtonChecked.js' {
declare module.exports: $Exports<'@material-ui/core/esm/internal/svg-icons/RadioButtonChecked'>;
}
@ -7068,6 +7119,15 @@ declare module '@material-ui/core/esm/TableCell/index.js' {
declare module '@material-ui/core/esm/TableCell/TableCell.js' {
declare module.exports: $Exports<'@material-ui/core/esm/TableCell/TableCell'>;
}
declare module '@material-ui/core/esm/TableContainer/index' {
declare module.exports: $Exports<'@material-ui/core/esm/TableContainer'>;
}
declare module '@material-ui/core/esm/TableContainer/index.js' {
declare module.exports: $Exports<'@material-ui/core/esm/TableContainer'>;
}
declare module '@material-ui/core/esm/TableContainer/TableContainer.js' {
declare module.exports: $Exports<'@material-ui/core/esm/TableContainer/TableContainer'>;
}
declare module '@material-ui/core/esm/TableFooter/index' {
declare module.exports: $Exports<'@material-ui/core/esm/TableFooter'>;
}
@ -7593,6 +7653,9 @@ declare module '@material-ui/core/internal/svg-icons/KeyboardArrowRight.js' {
declare module '@material-ui/core/internal/svg-icons/MoreHoriz.js' {
declare module.exports: $Exports<'@material-ui/core/internal/svg-icons/MoreHoriz'>;
}
declare module '@material-ui/core/internal/svg-icons/Person.js' {
declare module.exports: $Exports<'@material-ui/core/internal/svg-icons/Person'>;
}
declare module '@material-ui/core/internal/svg-icons/RadioButtonChecked.js' {
declare module.exports: $Exports<'@material-ui/core/internal/svg-icons/RadioButtonChecked'>;
}
@ -8106,6 +8169,15 @@ declare module '@material-ui/core/TableCell/index.js' {
declare module '@material-ui/core/TableCell/TableCell.js' {
declare module.exports: $Exports<'@material-ui/core/TableCell/TableCell'>;
}
declare module '@material-ui/core/TableContainer/index' {
declare module.exports: $Exports<'@material-ui/core/TableContainer'>;
}
declare module '@material-ui/core/TableContainer/index.js' {
declare module.exports: $Exports<'@material-ui/core/TableContainer'>;
}
declare module '@material-ui/core/TableContainer/TableContainer.js' {
declare module.exports: $Exports<'@material-ui/core/TableContainer/TableContainer'>;
}
declare module '@material-ui/core/TableFooter/index' {
declare module.exports: $Exports<'@material-ui/core/TableFooter'>;
}

View File

@ -1,5 +1,5 @@
// flow-typed signature: 3ae28865f486ed67f1ca4e1bf7b08d07
// flow-typed version: <<STUB>>/@portis/web3_v^2.0.0-beta.45/flow_v0.112.0
// flow-typed signature: 8a4cfaf0b83694dba841185d915ccbbe
// flow-typed version: <<STUB>>/@portis/web3_v^2.0.0-beta.45/flow_v0.114.0
/**
* This is an autogenerated libdef stub for:

View File

@ -1,5 +1,5 @@
// flow-typed signature: ee010e9c75b42bfb961c1c5c4ee4160f
// flow-typed version: <<STUB>>/@toruslabs/torus-embed_v0.2.6/flow_v0.112.0
// flow-typed signature: 437bd1e8c988ec39022e36807a3c7800
// flow-typed version: <<STUB>>/@toruslabs/torus-embed_v0.2.10/flow_v0.114.0
/**
* This is an autogenerated libdef stub for:
@ -46,6 +46,10 @@ declare module '@toruslabs/torus-embed/dist/inpage-provider' {
declare module.exports: any;
}
declare module '@toruslabs/torus-embed/dist/PopupHandler' {
declare module.exports: any;
}
declare module '@toruslabs/torus-embed/dist/stream-utils' {
declare module.exports: any;
}
@ -77,6 +81,9 @@ declare module '@toruslabs/torus-embed/dist/embedUtils.js' {
declare module '@toruslabs/torus-embed/dist/inpage-provider.js' {
declare module.exports: $Exports<'@toruslabs/torus-embed/dist/inpage-provider'>;
}
declare module '@toruslabs/torus-embed/dist/PopupHandler.js' {
declare module.exports: $Exports<'@toruslabs/torus-embed/dist/PopupHandler'>;
}
declare module '@toruslabs/torus-embed/dist/stream-utils.js' {
declare module.exports: $Exports<'@toruslabs/torus-embed/dist/stream-utils'>;
}

View File

@ -1,5 +1,5 @@
// flow-typed signature: 3eaa4e89310de6b5c376039de7790cff
// flow-typed version: <<STUB>>/@walletconnect/web3-provider_v^1.0.0-beta.37/flow_v0.112.0
// flow-typed signature: 4cdf2713ff71e463478d370538858891
// flow-typed version: <<STUB>>/@walletconnect/web3-provider_v^1.0.0-beta.37/flow_v0.114.0
/**
* This is an autogenerated libdef stub for:

View File

@ -1,5 +1,5 @@
// flow-typed signature: 1dcae8f2428dbf43f98138c8c527a4c8
// flow-typed version: <<STUB>>/@welldone-software/why-did-you-render_v3.3.9/flow_v0.112.0
// flow-typed signature: 60e150b8530ccd0bdac6bede4acb8fa9
// flow-typed version: <<STUB>>/@welldone-software/why-did-you-render_v3.4.1/flow_v0.114.0
/**
* This is an autogenerated libdef stub for:

View File

@ -1,5 +1,5 @@
// flow-typed signature: cae711a84a8bc4c92c63880dc64fbd1e
// flow-typed version: <<STUB>>/autoprefixer_v9.7.2/flow_v0.112.0
// flow-typed signature: c27a24976d8d7a54b24e54ddd38f61d7
// flow-typed version: <<STUB>>/autoprefixer_v9.7.3/flow_v0.114.0
/**
* This is an autogenerated libdef stub for:

View File

@ -1,5 +1,5 @@
// flow-typed signature: 32c105e3630f5f2e3a8f6b779d7821e5
// flow-typed version: 358ad43cd9/axios_v0.19.x/flow_>=v0.80.x
// flow-typed signature: fe7f00984c44d69833f19bc39895832f
// flow-typed version: a4cc3d5e98/axios_v0.19.x/flow_>=v0.104.x
declare module 'axios' {
import type { Agent as HttpAgent } from 'http';
@ -7,16 +7,16 @@ declare module 'axios' {
declare type AxiosTransformer<T> = (
data: T,
headers?: { [key: string]: any }
) => any;
headers?: { [key: string]: mixed, ...},
) => mixed;
declare type ProxyConfig = {|
host: string,
port: number,
auth?: {
auth?: {|
username: string,
password: string,
},
|},
protocol?: string,
|};
@ -65,25 +65,25 @@ declare module 'axios' {
| 'stream';
declare type AxiosAdapter = (
config: AxiosXHRConfig<any>
) => Promise<AxiosXHR<any>>;
config: AxiosXHRConfig<mixed>
) => Promise<AxiosXHR<mixed>>;
declare type AxiosXHRConfigBase<T, R = T> = {
adapter?: AxiosAdapter,
auth?: {
auth?: {|
username: string,
password: string,
},
|},
baseURL?: string,
cancelToken?: CancelToken,
headers?: { [key: string]: any },
headers?: { [key: string]: mixed, ...},
httpAgent?: HttpAgent,
httpsAgent?: HttpsAgent,
maxContentLength?: number,
maxRedirects?: number,
socketPath?: string | null,
params?: { [key: string]: any },
paramsSerializer?: (params: { [key: string]: any }) => string,
params?: { [key: string]: mixed, ...},
paramsSerializer?: (params: { [key: string]: mixed, ...}) => string,
onUploadProgress?: (progressEvent: ProgressEvent) => void,
onDownloadProgress?: (progressEvent: ProgressEvent) => void,
proxy?: ProxyConfig | false,
@ -95,25 +95,27 @@ declare module 'axios' {
withCredentials?: boolean,
xsrfCookieName?: string,
xsrfHeaderName?: string,
...
};
declare type AxiosXHRConfig<T, R = T> = {|
declare type AxiosXHRConfig<T, R = T> = {
...$Exact<AxiosXHRConfigBase<T, R>>,
data?: T,
method?: Method,
url: string,
|};
...
};
declare type AxiosXHRConfigShape<T, R = T> = $Shape<AxiosXHRConfig<T, R>>;
declare type AxiosXHR<T, R = T> = {
declare type AxiosXHR<T, R = T> = {|
config: AxiosXHRConfig<T, R>,
data: R,
headers: ?{ [key: string]: any },
headers: ?{[key: string]: mixed, ...},
status: number,
statusText: string,
request: http$ClientRequest<> | XMLHttpRequest | mixed,
};
|};
declare type AxiosInterceptorIdent = number;
@ -159,6 +161,10 @@ declare module 'axios' {
url: string,
config?: AxiosXHRConfigBase<mixed, R>
): AxiosPromise<mixed, R>;
options<R>(
url: string,
config?: AxiosXHRConfigBase<mixed, R>
): AxiosPromise<mixed, R>;
post<T, R>(
url: string,
data?: T,
@ -174,13 +180,13 @@ declare module 'axios' {
data?: T,
config?: AxiosXHRConfigBase<T, R>
): AxiosPromise<T, R>;
interceptors: {
interceptors: {|
request: AxiosRequestInterceptor<mixed>,
response: AxiosResponseInterceptor<mixed>,
};
|};
defaults: {|
...$Exact<AxiosXHRConfigBase<mixed>>,
headers: { [key: string]: any },
headers: { [key: string]: mixed, ...},
|};
getUri<T, R>(config?: AxiosXHRConfig<T, R>): string;
}
@ -201,8 +207,8 @@ declare module 'axios' {
Axios: typeof Axios;
Cancel: typeof Cancel;
CancelToken: typeof CancelToken;
isCancel(value: any): boolean;
create(config?: AxiosXHRConfigBase<any>): Axios;
isCancel(value: mixed): boolean;
create(config?: AxiosXHRConfigBase<T, R>): Axios;
all: typeof Promise.all;
spread<T, R>(callback: (...args: T) => R): (array: T) => R;
}

View File

@ -1,5 +1,5 @@
// flow-typed signature: 850766ea767253b9e905a156cf75c3cc
// flow-typed version: <<STUB>>/babel-core_v^7.0.0-bridge.0/flow_v0.112.0
// flow-typed signature: 70964b8e34b651dd02067461a1438532
// flow-typed version: <<STUB>>/babel-core_v^7.0.0-bridge.0/flow_v0.114.0
/**
* This is an autogenerated libdef stub for:

View File

@ -1,5 +1,5 @@
// flow-typed signature: e3cee9dfee0ad0c03de73fcff4acd4c2
// flow-typed version: <<STUB>>/babel-eslint_v10.0.3/flow_v0.112.0
// flow-typed signature: b9ee0b1591392a19039c5acdd9840c77
// flow-typed version: <<STUB>>/babel-eslint_v10.0.3/flow_v0.114.0
/**
* This is an autogenerated libdef stub for:

View File

@ -1,5 +1,5 @@
// flow-typed signature: ad623e8f15f453902fa325fbb391788f
// flow-typed version: <<STUB>>/babel-jest_v24.9.0/flow_v0.112.0
// flow-typed signature: ea8714c3044c236fe3420a85249f31cd
// flow-typed version: <<STUB>>/babel-jest_v24.9.0/flow_v0.114.0
/**
* This is an autogenerated libdef stub for:

View File

@ -1,5 +1,5 @@
// flow-typed signature: f0757b6993e2b927ca395dd3cc265609
// flow-typed version: <<STUB>>/babel-loader_v8.0.6/flow_v0.112.0
// flow-typed signature: 9a6b83e14f3c3acd679fba1e936d054c
// flow-typed version: <<STUB>>/babel-loader_v8.0.6/flow_v0.114.0
/**
* This is an autogenerated libdef stub for:

View File

@ -1,5 +1,5 @@
// flow-typed signature: ff7bbe09c04f48039ca543aef0702696
// flow-typed version: <<STUB>>/babel-plugin-dynamic-import-node_v^2.3.0/flow_v0.112.0
// flow-typed signature: 462b396c5e61fe2597baa33e857fc1cb
// flow-typed version: <<STUB>>/babel-plugin-dynamic-import-node_v^2.3.0/flow_v0.114.0
/**
* This is an autogenerated libdef stub for:

View File

@ -1,5 +1,5 @@
// flow-typed signature: 91d0ca7223e9ba3612856a29394dbc6f
// flow-typed version: <<STUB>>/babel-plugin-transform-es3-member-expression-literals_v^6.22.0/flow_v0.112.0
// flow-typed signature: 3564e4b3f5b962221e79b81c4c13c44e
// flow-typed version: <<STUB>>/babel-plugin-transform-es3-member-expression-literals_v^6.22.0/flow_v0.114.0
/**
* This is an autogenerated libdef stub for:

View File

@ -1,5 +1,5 @@
// flow-typed signature: ade8f6729fc5b109296672ffbde6db97
// flow-typed version: <<STUB>>/babel-plugin-transform-es3-property-literals_v^6.22.0/flow_v0.112.0
// flow-typed signature: 333df6943cd457165d99ad23a70ab5a8
// flow-typed version: <<STUB>>/babel-plugin-transform-es3-property-literals_v^6.22.0/flow_v0.114.0
/**
* This is an autogenerated libdef stub for:

View File

@ -1,5 +1,5 @@
// flow-typed signature: 6ddbf74d89dbbc81cf7dc4f89c048f14
// flow-typed version: <<STUB>>/bignumber.js_v9.0.0/flow_v0.112.0
// flow-typed signature: d659ddc4491d6414d9b811108f0d9f22
// flow-typed version: <<STUB>>/bignumber.js_v9.0.0/flow_v0.114.0
/**
* This is an autogenerated libdef stub for:

View File

@ -1,5 +1,5 @@
// flow-typed signature: 0fd161dec4901d154560607c8cf2030c
// flow-typed version: <<STUB>>/connected-react-router_v6.6.1/flow_v0.112.0
// flow-typed signature: 2470e4df3226bf5856293d15929c5d50
// flow-typed version: <<STUB>>/connected-react-router_v6.6.1/flow_v0.114.0
/**
* This is an autogenerated libdef stub for:

View File

@ -1,5 +1,5 @@
// flow-typed signature: 8be125d440f53f0f0072f775299d8eb4
// flow-typed version: <<STUB>>/css-loader_v3.2.0/flow_v0.112.0
// flow-typed signature: 50c3630c13b8b3be7346bb912131ac29
// flow-typed version: <<STUB>>/css-loader_v3.4.0/flow_v0.114.0
/**
* This is an autogenerated libdef stub for:

18
flow-typed/npm/currency-flags_vx.x.x.js vendored Normal file
View File

@ -0,0 +1,18 @@
// flow-typed signature: 679bf917ad510e03db498f47eca96544
// flow-typed version: <<STUB>>/currency-flags_v^2.1.1/flow_v0.114.0
/**
* This is an autogenerated libdef stub for:
*
* 'currency-flags'
*
* Fill this stub out by replacing all the `any` types.
*
* Once filled out, we encourage you to share your work with the
* community by sending a pull request to:
* https://github.com/flowtype/flow-typed
*/
declare module 'currency-flags' {
declare module.exports: any;
}

View File

@ -1,5 +1,5 @@
// flow-typed signature: fe4bb27a8d38d849f6ed1f5ae57e7c94
// flow-typed version: <<STUB>>/detect-port_v^1.3.0/flow_v0.112.0
// flow-typed signature: 44540df268f6335c78e602ebb0b27cbc
// flow-typed version: <<STUB>>/detect-port_v^1.3.0/flow_v0.114.0
/**
* This is an autogenerated libdef stub for:

32
flow-typed/npm/dotenv-expand_vx.x.x.js vendored Normal file
View File

@ -0,0 +1,32 @@
// flow-typed signature: 5653b8ca5bb6e3ea60f7bfb0e5e6bde9
// flow-typed version: <<STUB>>/dotenv-expand_v^5.1.0/flow_v0.114.0
/**
* This is an autogenerated libdef stub for:
*
* 'dotenv-expand'
*
* Fill this stub out by replacing all the `any` types.
*
* Once filled out, we encourage you to share your work with the
* community by sending a pull request to:
* https://github.com/flowtype/flow-typed
*/
declare module 'dotenv-expand' {
declare module.exports: any;
}
/**
* We include stubs for each file inside this npm package in case you need to
* require those files directly. Feel free to delete any files that aren't
* needed.
*/
declare module 'dotenv-expand/lib/main' {
declare module.exports: any;
}
// Filename aliases
declare module 'dotenv-expand/lib/main.js' {
declare module.exports: $Exports<'dotenv-expand/lib/main'>;
}

26
flow-typed/npm/dotenv_v8.x.x.js vendored Normal file
View File

@ -0,0 +1,26 @@
// flow-typed signature: f4a700556e8a1a83c5e3ae513140d88c
// flow-typed version: 9899c09849/dotenv_v8.x.x/flow_>=v0.53.x
// @flow
declare module 'dotenv' {
declare type ParseResult = {| [key: string]: string |};
declare type ConfigResult = {| parsed: ParseResult |} | {| error: Error |};
declare function config(
options?: $Shape<{| path: string, encoding: string, debug: boolean |}>
): ConfigResult;
declare function parse(
buffer: Buffer | string,
options?: $Shape<{| debug: boolean |}>
): ParseResult;
declare module.exports: {|
config: typeof config,
parse: typeof parse,
|};
}
// eslint-disable-next-line no-empty
declare module 'dotenv/config' {
}

View File

@ -1,5 +1,5 @@
// flow-typed signature: 4bf87240ce2c8dc65ac75db092f91e80
// flow-typed version: <<STUB>>/eslint-config-airbnb_v18.0.1/flow_v0.112.0
// flow-typed signature: 10884ae7c70a1acf9129d34449657124
// flow-typed version: <<STUB>>/eslint-config-airbnb_v18.0.1/flow_v0.114.0
/**
* This is an autogenerated libdef stub for:

View File

@ -1,5 +1,5 @@
// flow-typed signature: e69396bfc51d18d2bd9c592aa7c2329d
// flow-typed version: <<STUB>>/eslint-plugin-flowtype_v4.5.2/flow_v0.112.0
// flow-typed signature: 44989c31ab09e114d3912f966c32085a
// flow-typed version: <<STUB>>/eslint-plugin-flowtype_v4.5.2/flow_v0.114.0
/**
* This is an autogenerated libdef stub for:

View File

@ -1,5 +1,5 @@
// flow-typed signature: 35d1f5958822a3d21d13ca4846f30840
// flow-typed version: <<STUB>>/eslint-plugin-import_v2.18.2/flow_v0.112.0
// flow-typed signature: fdbc1b16dd4b11248a9219afa62776b2
// flow-typed version: <<STUB>>/eslint-plugin-import_v2.19.1/flow_v0.114.0
/**
* This is an autogenerated libdef stub for:

View File

@ -1,5 +1,5 @@
// flow-typed signature: 100cedf51d108f2e1dda17b3060fa172
// flow-typed version: <<STUB>>/eslint-plugin-jest_v23.0.4/flow_v0.112.0
// flow-typed signature: ea56b41ce621288a406beeece961aac0
// flow-typed version: <<STUB>>/eslint-plugin-jest_v23.1.1/flow_v0.114.0
/**
* This is an autogenerated libdef stub for:

View File

@ -1,5 +1,5 @@
// flow-typed signature: 750f6e196696e952abecdc8e96cd14ee
// flow-typed version: <<STUB>>/eslint-plugin-jsx-a11y_v6.2.3/flow_v0.112.0
// flow-typed signature: c757ffaac58e9a5447b161cb294c3e5a
// flow-typed version: <<STUB>>/eslint-plugin-jsx-a11y_v6.2.3/flow_v0.114.0
/**
* This is an autogenerated libdef stub for:

View File

@ -1,5 +1,5 @@
// flow-typed signature: 2fe58e53f903d0bbe77c95a360fba4c2
// flow-typed version: <<STUB>>/eslint-plugin-react_v7.16.0/flow_v0.112.0
// flow-typed signature: 56bbf7ea0af156abc12c3c0312e566f0
// flow-typed version: <<STUB>>/eslint-plugin-react_v7.17.0/flow_v0.114.0
/**
* This is an autogenerated libdef stub for:

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,5 @@
// flow-typed signature: 4f191da9c1b2bcc9b2bc0a09bf97bae4
// flow-typed version: <<STUB>>/ethereum-ens_v0.7.8/flow_v0.112.0
// flow-typed signature: e0b11cd98817d59fdc9ed07230d34dde
// flow-typed version: <<STUB>>/ethereum-ens_v0.7.8/flow_v0.114.0
/**
* This is an autogenerated libdef stub for:

View File

@ -1,5 +1,5 @@
// flow-typed signature: b763be656561225bc1e468340ec4af36
// flow-typed version: <<STUB>>/ethereumjs-abi_v0.6.8/flow_v0.112.0
// flow-typed signature: b52c55ca142d1df418c7dbd93ead2542
// flow-typed version: <<STUB>>/ethereumjs-abi_v0.6.8/flow_v0.114.0
/**
* This is an autogenerated libdef stub for:

View File

@ -1,5 +1,5 @@
// flow-typed signature: fd5f43aa52855989033745a6dc710ba4
// flow-typed version: <<STUB>>/extract-text-webpack-plugin_v^4.0.0-beta.0/flow_v0.112.0
// flow-typed signature: 8b8417e7ecafba32ce660dbd1c1a8f8c
// flow-typed version: <<STUB>>/extract-text-webpack-plugin_v^4.0.0-beta.0/flow_v0.114.0
/**
* This is an autogenerated libdef stub for:

View File

@ -1,5 +1,5 @@
// flow-typed signature: 6be297574cb5cd800ebf8881ac275d38
// flow-typed version: <<STUB>>/file-loader_v4.3.0/flow_v0.112.0
// flow-typed signature: 83c28d49723c12d7cc81f48a33395013
// flow-typed version: <<STUB>>/file-loader_v5.0.2/flow_v0.114.0
/**
* This is an autogenerated libdef stub for:

39
flow-typed/npm/fortmatic_vx.x.x.js vendored Normal file
View File

@ -0,0 +1,39 @@
// flow-typed signature: 257f7edaf77fffda41b532e22c147355
// flow-typed version: <<STUB>>/fortmatic_v^1.0.1/flow_v0.114.0
/**
* This is an autogenerated libdef stub for:
*
* 'fortmatic'
*
* Fill this stub out by replacing all the `any` types.
*
* Once filled out, we encourage you to share your work with the
* community by sending a pull request to:
* https://github.com/flowtype/flow-typed
*/
declare module 'fortmatic' {
declare module.exports: any;
}
/**
* We include stubs for each file inside this npm package in case you need to
* require those files directly. Feel free to delete any files that aren't
* needed.
*/
declare module 'fortmatic/dist/fortmatic' {
declare module.exports: any;
}
declare module 'fortmatic/lib/fortmatic' {
declare module.exports: any;
}
// Filename aliases
declare module 'fortmatic/dist/fortmatic.js' {
declare module.exports: $Exports<'fortmatic/dist/fortmatic'>;
}
declare module 'fortmatic/lib/fortmatic.js' {
declare module.exports: $Exports<'fortmatic/lib/fortmatic'>;
}

View File

@ -1,5 +1,5 @@
// flow-typed signature: 1f85b07ff6881b7109015dc3562f578b
// flow-typed version: <<STUB>>/fs-extra_v8.1.0/flow_v0.112.0
// flow-typed signature: d673dfd0f3d18cf6b7081fad3cb382d5
// flow-typed version: <<STUB>>/fs-extra_v8.1.0/flow_v0.114.0
/**
* This is an autogenerated libdef stub for:

View File

@ -1,5 +1,5 @@
// flow-typed signature: 6e69fe7ef8f0314834176092cc8f3462
// flow-typed version: <<STUB>>/html-loader_v^0.5.5/flow_v0.112.0
// flow-typed signature: 8ff6f114dee54ddc0ae229dd5370270a
// flow-typed version: <<STUB>>/html-loader_v^0.5.5/flow_v0.114.0
/**
* This is an autogenerated libdef stub for:

View File

@ -1,5 +1,5 @@
// flow-typed signature: 42b18743047b1911024893301cd3465d
// flow-typed version: <<STUB>>/html-webpack-plugin_v^3.2.0/flow_v0.112.0
// flow-typed signature: f493213d2e5599c35b47b7b845ca80ea
// flow-typed version: <<STUB>>/html-webpack-plugin_v^3.2.0/flow_v0.114.0
/**
* This is an autogenerated libdef stub for:

View File

@ -1,5 +1,5 @@
// flow-typed signature: 1b4028f3a45c75cbfe93b0c1e97debe7
// flow-typed version: <<STUB>>/immortal-db_v^1.0.2/flow_v0.112.0
// flow-typed signature: 31fcec9a50e7373fa86d8050c505b6e4
// flow-typed version: <<STUB>>/immortal-db_v^1.0.2/flow_v0.114.0
/**
* This is an autogenerated libdef stub for:

View File

@ -1,5 +1,5 @@
// flow-typed signature: 34844f2d068c8f62d0db62a231ae83c5
// flow-typed version: <<STUB>>/jest-dom_v4.0.0/flow_v0.112.0
// flow-typed signature: 0b5bee3ca75fb6f398d23a175dba4f0a
// flow-typed version: <<STUB>>/jest-dom_v4.0.0/flow_v0.114.0
/**
* This is an autogenerated libdef stub for:

View File

@ -1,5 +1,5 @@
// flow-typed signature: 94d9b00476c3f553cdd4c60da7545b30
// flow-typed version: <<STUB>>/json-loader_v^0.5.7/flow_v0.112.0
// flow-typed signature: 6af945eafe807b768a76da0ecf58021f
// flow-typed version: <<STUB>>/json-loader_v^0.5.7/flow_v0.114.0
/**
* This is an autogenerated libdef stub for:

View File

@ -1,5 +1,5 @@
// flow-typed signature: 1b8175b8922bedb25de8c048cfb20009
// flow-typed version: <<STUB>>/material-ui-search-bar_v^1.0.0-beta.13/flow_v0.112.0
// flow-typed signature: 253218205dc9bd667fde14f81df3ce47
// flow-typed version: <<STUB>>/material-ui-search-bar_v^1.0.0-beta.13/flow_v0.114.0
/**
* This is an autogenerated libdef stub for:

View File

@ -1,5 +1,5 @@
// flow-typed signature: 6c0b56b463813e6d7e6ce19c6fe483b8
// flow-typed version: <<STUB>>/mini-css-extract-plugin_v0.8.0/flow_v0.112.0
// flow-typed signature: 4882c297b97f0e5748384f5ce2deeba4
// flow-typed version: <<STUB>>/mini-css-extract-plugin_v0.8.1/flow_v0.114.0
/**
* This is an autogenerated libdef stub for:
@ -26,6 +26,10 @@ declare module 'mini-css-extract-plugin/dist/cjs' {
declare module.exports: any;
}
declare module 'mini-css-extract-plugin/dist/CssDependency' {
declare module.exports: any;
}
declare module 'mini-css-extract-plugin/dist/hmr/hotModuleReplacement' {
declare module.exports: any;
}
@ -42,6 +46,9 @@ declare module 'mini-css-extract-plugin/dist/loader' {
declare module 'mini-css-extract-plugin/dist/cjs.js' {
declare module.exports: $Exports<'mini-css-extract-plugin/dist/cjs'>;
}
declare module 'mini-css-extract-plugin/dist/CssDependency.js' {
declare module.exports: $Exports<'mini-css-extract-plugin/dist/CssDependency'>;
}
declare module 'mini-css-extract-plugin/dist/hmr/hotModuleReplacement.js' {
declare module.exports: $Exports<'mini-css-extract-plugin/dist/hmr/hotModuleReplacement'>;
}

View File

@ -1,5 +1,5 @@
// flow-typed signature: f8bc383f329f40ec2db2c9088119e8cb
// flow-typed version: <<STUB>>/notistack_vhttps://github.com/gnosis/notistack.git#v0.9.4/flow_v0.112.0
// flow-typed signature: ca5b75b975c4c8e8995b9030836dc2d7
// flow-typed version: <<STUB>>/notistack_vhttps://github.com/gnosis/notistack.git#v0.9.4/flow_v0.114.0
/**
* This is an autogenerated libdef stub for:

View File

@ -1,5 +1,5 @@
// flow-typed signature: d858b38388e2987b69819b5a5e59e5de
// flow-typed version: <<STUB>>/optimize-css-assets-webpack-plugin_v5.0.3/flow_v0.112.0
// flow-typed signature: 0025a60e926d5e5f3cd9d8c41460113c
// flow-typed version: <<STUB>>/optimize-css-assets-webpack-plugin_v5.0.3/flow_v0.114.0
/**
* This is an autogenerated libdef stub for:

View File

@ -1,5 +1,5 @@
// flow-typed signature: 30d1a857eca100f0f8897669ec1534c9
// flow-typed version: <<STUB>>/postcss-loader_v^3.0.0/flow_v0.112.0
// flow-typed signature: dfac45e324ddd245c1545f2e001aa380
// flow-typed version: <<STUB>>/postcss-loader_v^3.0.0/flow_v0.114.0
/**
* This is an autogenerated libdef stub for:

View File

@ -1,5 +1,5 @@
// flow-typed signature: c7ff35ccf29eb9a19b8c65171af15618
// flow-typed version: <<STUB>>/postcss-mixins_v6.2.3/flow_v0.112.0
// flow-typed signature: ddc4b9b480b6a1083082aeef20d52ec2
// flow-typed version: <<STUB>>/postcss-mixins_v6.2.3/flow_v0.114.0
/**
* This is an autogenerated libdef stub for:

View File

@ -1,5 +1,5 @@
// flow-typed signature: 19c5eeedd333e80fc8c36291e8a8102e
// flow-typed version: <<STUB>>/postcss-simple-vars_v^5.0.2/flow_v0.112.0
// flow-typed signature: 2c09aca8bcd11572a7229dc31d6e8f8f
// flow-typed version: <<STUB>>/postcss-simple-vars_v^5.0.2/flow_v0.114.0
/**
* This is an autogenerated libdef stub for:

View File

@ -1,5 +1,5 @@
// flow-typed signature: 00a9cde2a47118327550bc88dd0b4a10
// flow-typed version: <<STUB>>/pre-commit_v^1.2.2/flow_v0.112.0
// flow-typed signature: b9d13a4fe81c6ba594e0338d302a5dc2
// flow-typed version: <<STUB>>/pre-commit_v^1.2.2/flow_v0.114.0
/**
* This is an autogenerated libdef stub for:

View File

@ -1,5 +1,5 @@
// flow-typed signature: ced24ab69cedf9e693d089727125bef3
// flow-typed version: <<STUB>>/prettier-eslint-cli_v5.0.0/flow_v0.112.0
// flow-typed signature: b581c090d59f5057457db58b4e7ccb23
// flow-typed version: <<STUB>>/prettier-eslint-cli_v5.0.0/flow_v0.114.0
/**
* This is an autogenerated libdef stub for:

View File

@ -1,5 +1,5 @@
// flow-typed signature: 0263e9e9a8b1e1b00f24616149d6cdec
// flow-typed version: <<STUB>>/qrcode.react_v1.0.0/flow_v0.112.0
// flow-typed signature: ff136e8568ac477c05b6366f510c17f9
// flow-typed version: <<STUB>>/qrcode.react_v1.0.0/flow_v0.114.0
/**
* This is an autogenerated libdef stub for:

34
flow-typed/npm/query-string_v6.x.x.js vendored Normal file
View File

@ -0,0 +1,34 @@
// flow-typed signature: 559755d92745c3c37f1994db98b5f339
// flow-typed version: 6d6fd081f3/query-string_v6.x.x/flow_>=v0.104.x
declare module 'query-string' {
declare type ArrayFormat = 'none' | 'bracket' | 'index' | 'comma'
declare type ParseOptions = {|
arrayFormat?: ArrayFormat,
|}
declare type StringifyOptions = {|
arrayFormat?: ArrayFormat,
encode?: boolean,
strict?: boolean,
sort?: false | <A, B>(A, B) => number,
|}
declare type ObjectParameter = string | number | boolean | null | void;
declare type ObjectParameters = $ReadOnly<{ [string]: ObjectParameter | $ReadOnlyArray<ObjectParameter>, ... }>
declare type QueryParameters = { [string]: string | Array<string> | null, ... }
declare module.exports: {
extract(str: string): string,
parse(str: string, opts?: ParseOptions): QueryParameters,
parseUrl(str: string, opts?: ParseOptions): {
url: string,
query: QueryParameters,
...
},
stringify(obj: ObjectParameters, opts?: StringifyOptions): string,
...
}
}

249
flow-typed/npm/react-dev-utils_vx.x.x.js vendored Normal file
View File

@ -0,0 +1,249 @@
// flow-typed signature: 10a8c2b374d6509265b4f147c9ad392e
// flow-typed version: <<STUB>>/react-dev-utils_v^10.0.0/flow_v0.114.0
/**
* This is an autogenerated libdef stub for:
*
* 'react-dev-utils'
*
* Fill this stub out by replacing all the `any` types.
*
* Once filled out, we encourage you to share your work with the
* community by sending a pull request to:
* https://github.com/flowtype/flow-typed
*/
declare module 'react-dev-utils' {
declare module.exports: any;
}
/**
* We include stubs for each file inside this npm package in case you need to
* require those files directly. Feel free to delete any files that aren't
* needed.
*/
declare module 'react-dev-utils/browsersHelper' {
declare module.exports: any;
}
declare module 'react-dev-utils/chalk' {
declare module.exports: any;
}
declare module 'react-dev-utils/checkRequiredFiles' {
declare module.exports: any;
}
declare module 'react-dev-utils/clearConsole' {
declare module.exports: any;
}
declare module 'react-dev-utils/crossSpawn' {
declare module.exports: any;
}
declare module 'react-dev-utils/errorOverlayMiddleware' {
declare module.exports: any;
}
declare module 'react-dev-utils/eslintFormatter' {
declare module.exports: any;
}
declare module 'react-dev-utils/evalSourceMapMiddleware' {
declare module.exports: any;
}
declare module 'react-dev-utils/FileSizeReporter' {
declare module.exports: any;
}
declare module 'react-dev-utils/ForkTsCheckerWebpackPlugin' {
declare module.exports: any;
}
declare module 'react-dev-utils/formatWebpackMessages' {
declare module.exports: any;
}
declare module 'react-dev-utils/getCacheIdentifier' {
declare module.exports: any;
}
declare module 'react-dev-utils/getCSSModuleLocalIdent' {
declare module.exports: any;
}
declare module 'react-dev-utils/getProcessForPort' {
declare module.exports: any;
}
declare module 'react-dev-utils/globby' {
declare module.exports: any;
}
declare module 'react-dev-utils/ignoredFiles' {
declare module.exports: any;
}
declare module 'react-dev-utils/immer' {
declare module.exports: any;
}
declare module 'react-dev-utils/InlineChunkHtmlPlugin' {
declare module.exports: any;
}
declare module 'react-dev-utils/inquirer' {
declare module.exports: any;
}
declare module 'react-dev-utils/InterpolateHtmlPlugin' {
declare module.exports: any;
}
declare module 'react-dev-utils/launchEditor' {
declare module.exports: any;
}
declare module 'react-dev-utils/launchEditorEndpoint' {
declare module.exports: any;
}
declare module 'react-dev-utils/ModuleNotFoundPlugin' {
declare module.exports: any;
}
declare module 'react-dev-utils/ModuleScopePlugin' {
declare module.exports: any;
}
declare module 'react-dev-utils/noopServiceWorkerMiddleware' {
declare module.exports: any;
}
declare module 'react-dev-utils/openBrowser' {
declare module.exports: any;
}
declare module 'react-dev-utils/printBuildError' {
declare module.exports: any;
}
declare module 'react-dev-utils/printHostingInstructions' {
declare module.exports: any;
}
declare module 'react-dev-utils/typescriptFormatter' {
declare module.exports: any;
}
declare module 'react-dev-utils/WatchMissingNodeModulesPlugin' {
declare module.exports: any;
}
declare module 'react-dev-utils/WebpackDevServerUtils' {
declare module.exports: any;
}
declare module 'react-dev-utils/webpackHotDevClient' {
declare module.exports: any;
}
// Filename aliases
declare module 'react-dev-utils/browsersHelper.js' {
declare module.exports: $Exports<'react-dev-utils/browsersHelper'>;
}
declare module 'react-dev-utils/chalk.js' {
declare module.exports: $Exports<'react-dev-utils/chalk'>;
}
declare module 'react-dev-utils/checkRequiredFiles.js' {
declare module.exports: $Exports<'react-dev-utils/checkRequiredFiles'>;
}
declare module 'react-dev-utils/clearConsole.js' {
declare module.exports: $Exports<'react-dev-utils/clearConsole'>;
}
declare module 'react-dev-utils/crossSpawn.js' {
declare module.exports: $Exports<'react-dev-utils/crossSpawn'>;
}
declare module 'react-dev-utils/errorOverlayMiddleware.js' {
declare module.exports: $Exports<'react-dev-utils/errorOverlayMiddleware'>;
}
declare module 'react-dev-utils/eslintFormatter.js' {
declare module.exports: $Exports<'react-dev-utils/eslintFormatter'>;
}
declare module 'react-dev-utils/evalSourceMapMiddleware.js' {
declare module.exports: $Exports<'react-dev-utils/evalSourceMapMiddleware'>;
}
declare module 'react-dev-utils/FileSizeReporter.js' {
declare module.exports: $Exports<'react-dev-utils/FileSizeReporter'>;
}
declare module 'react-dev-utils/ForkTsCheckerWebpackPlugin.js' {
declare module.exports: $Exports<'react-dev-utils/ForkTsCheckerWebpackPlugin'>;
}
declare module 'react-dev-utils/formatWebpackMessages.js' {
declare module.exports: $Exports<'react-dev-utils/formatWebpackMessages'>;
}
declare module 'react-dev-utils/getCacheIdentifier.js' {
declare module.exports: $Exports<'react-dev-utils/getCacheIdentifier'>;
}
declare module 'react-dev-utils/getCSSModuleLocalIdent.js' {
declare module.exports: $Exports<'react-dev-utils/getCSSModuleLocalIdent'>;
}
declare module 'react-dev-utils/getProcessForPort.js' {
declare module.exports: $Exports<'react-dev-utils/getProcessForPort'>;
}
declare module 'react-dev-utils/globby.js' {
declare module.exports: $Exports<'react-dev-utils/globby'>;
}
declare module 'react-dev-utils/ignoredFiles.js' {
declare module.exports: $Exports<'react-dev-utils/ignoredFiles'>;
}
declare module 'react-dev-utils/immer.js' {
declare module.exports: $Exports<'react-dev-utils/immer'>;
}
declare module 'react-dev-utils/InlineChunkHtmlPlugin.js' {
declare module.exports: $Exports<'react-dev-utils/InlineChunkHtmlPlugin'>;
}
declare module 'react-dev-utils/inquirer.js' {
declare module.exports: $Exports<'react-dev-utils/inquirer'>;
}
declare module 'react-dev-utils/InterpolateHtmlPlugin.js' {
declare module.exports: $Exports<'react-dev-utils/InterpolateHtmlPlugin'>;
}
declare module 'react-dev-utils/launchEditor.js' {
declare module.exports: $Exports<'react-dev-utils/launchEditor'>;
}
declare module 'react-dev-utils/launchEditorEndpoint.js' {
declare module.exports: $Exports<'react-dev-utils/launchEditorEndpoint'>;
}
declare module 'react-dev-utils/ModuleNotFoundPlugin.js' {
declare module.exports: $Exports<'react-dev-utils/ModuleNotFoundPlugin'>;
}
declare module 'react-dev-utils/ModuleScopePlugin.js' {
declare module.exports: $Exports<'react-dev-utils/ModuleScopePlugin'>;
}
declare module 'react-dev-utils/noopServiceWorkerMiddleware.js' {
declare module.exports: $Exports<'react-dev-utils/noopServiceWorkerMiddleware'>;
}
declare module 'react-dev-utils/openBrowser.js' {
declare module.exports: $Exports<'react-dev-utils/openBrowser'>;
}
declare module 'react-dev-utils/printBuildError.js' {
declare module.exports: $Exports<'react-dev-utils/printBuildError'>;
}
declare module 'react-dev-utils/printHostingInstructions.js' {
declare module.exports: $Exports<'react-dev-utils/printHostingInstructions'>;
}
declare module 'react-dev-utils/typescriptFormatter.js' {
declare module.exports: $Exports<'react-dev-utils/typescriptFormatter'>;
}
declare module 'react-dev-utils/WatchMissingNodeModulesPlugin.js' {
declare module.exports: $Exports<'react-dev-utils/WatchMissingNodeModulesPlugin'>;
}
declare module 'react-dev-utils/WebpackDevServerUtils.js' {
declare module.exports: $Exports<'react-dev-utils/WebpackDevServerUtils'>;
}
declare module 'react-dev-utils/webpackHotDevClient.js' {
declare module.exports: $Exports<'react-dev-utils/webpackHotDevClient'>;
}

View File

@ -1,5 +1,5 @@
// flow-typed signature: 07c4a3f5d999e123126e4525eece89d8
// flow-typed version: <<STUB>>/react-ga_vlatest/flow_v0.112.0
// flow-typed signature: 29e8d9b66872e9b07a063010ca223095
// flow-typed version: <<STUB>>/react-ga_v^2.7.0/flow_v0.114.0
/**
* This is an autogenerated libdef stub for:

View File

@ -1,5 +1,5 @@
// flow-typed signature: 59ec6ff0528ed29fef86e4a4ed3077d7
// flow-typed version: <<STUB>>/react-qr-reader_v^2.2.1/flow_v0.112.0
// flow-typed signature: 1e75e72b4f3234be07c5d1758d1c272e
// flow-typed version: <<STUB>>/react-qr-reader_v^2.2.1/flow_v0.114.0
/**
* This is an autogenerated libdef stub for:

View File

@ -1,5 +1,5 @@
// flow-typed signature: 534cc44290ecb51ca6c58c064dc82788
// flow-typed version: <<STUB>>/redux-thunk_v^2.3.0/flow_v0.112.0
// flow-typed signature: 217f5b5f605d0584b82e90c6aea82965
// flow-typed version: <<STUB>>/redux-thunk_v^2.3.0/flow_v0.114.0
/**
* This is an autogenerated libdef stub for:

View File

@ -1,5 +1,5 @@
// flow-typed signature: fec3be1b4a65dfea6545024fdcb3f5fd
// flow-typed version: <<STUB>>/run-with-testrpc_v0.3.1/flow_v0.112.0
// flow-typed signature: 0c544369c683430feae80f945f0237d8
// flow-typed version: <<STUB>>/run-with-testrpc_v0.3.1/flow_v0.114.0
/**
* This is an autogenerated libdef stub for:

335
flow-typed/npm/semver_vx.x.x.js vendored Normal file
View File

@ -0,0 +1,335 @@
// flow-typed signature: 9f0fa78c9130d0c722ffb2a235dd33ff
// flow-typed version: <<STUB>>/semver_v^7.1.1/flow_v0.114.0
/**
* This is an autogenerated libdef stub for:
*
* 'semver'
*
* Fill this stub out by replacing all the `any` types.
*
* Once filled out, we encourage you to share your work with the
* community by sending a pull request to:
* https://github.com/flowtype/flow-typed
*/
declare module 'semver' {
declare module.exports: any;
}
/**
* We include stubs for each file inside this npm package in case you need to
* require those files directly. Feel free to delete any files that aren't
* needed.
*/
declare module 'semver/bin/semver' {
declare module.exports: any;
}
declare module 'semver/classes/comparator' {
declare module.exports: any;
}
declare module 'semver/classes' {
declare module.exports: any;
}
declare module 'semver/classes/range' {
declare module.exports: any;
}
declare module 'semver/classes/semver' {
declare module.exports: any;
}
declare module 'semver/functions/clean' {
declare module.exports: any;
}
declare module 'semver/functions/cmp' {
declare module.exports: any;
}
declare module 'semver/functions/coerce' {
declare module.exports: any;
}
declare module 'semver/functions/compare-build' {
declare module.exports: any;
}
declare module 'semver/functions/compare-loose' {
declare module.exports: any;
}
declare module 'semver/functions/compare' {
declare module.exports: any;
}
declare module 'semver/functions/diff' {
declare module.exports: any;
}
declare module 'semver/functions/eq' {
declare module.exports: any;
}
declare module 'semver/functions/gt' {
declare module.exports: any;
}
declare module 'semver/functions/gte' {
declare module.exports: any;
}
declare module 'semver/functions/inc' {
declare module.exports: any;
}
declare module 'semver/functions/lt' {
declare module.exports: any;
}
declare module 'semver/functions/lte' {
declare module.exports: any;
}
declare module 'semver/functions/major' {
declare module.exports: any;
}
declare module 'semver/functions/minor' {
declare module.exports: any;
}
declare module 'semver/functions/neq' {
declare module.exports: any;
}
declare module 'semver/functions/parse' {
declare module.exports: any;
}
declare module 'semver/functions/patch' {
declare module.exports: any;
}
declare module 'semver/functions/prerelease' {
declare module.exports: any;
}
declare module 'semver/functions/rcompare' {
declare module.exports: any;
}
declare module 'semver/functions/rsort' {
declare module.exports: any;
}
declare module 'semver/functions/satisfies' {
declare module.exports: any;
}
declare module 'semver/functions/sort' {
declare module.exports: any;
}
declare module 'semver/functions/valid' {
declare module.exports: any;
}
declare module 'semver/internal/constants' {
declare module.exports: any;
}
declare module 'semver/internal/debug' {
declare module.exports: any;
}
declare module 'semver/internal/identifiers' {
declare module.exports: any;
}
declare module 'semver/internal/re' {
declare module.exports: any;
}
declare module 'semver/preload' {
declare module.exports: any;
}
declare module 'semver/ranges/gtr' {
declare module.exports: any;
}
declare module 'semver/ranges/intersects' {
declare module.exports: any;
}
declare module 'semver/ranges/ltr' {
declare module.exports: any;
}
declare module 'semver/ranges/max-satisfying' {
declare module.exports: any;
}
declare module 'semver/ranges/min-satisfying' {
declare module.exports: any;
}
declare module 'semver/ranges/min-version' {
declare module.exports: any;
}
declare module 'semver/ranges/outside' {
declare module.exports: any;
}
declare module 'semver/ranges/to-comparators' {
declare module.exports: any;
}
declare module 'semver/ranges/valid' {
declare module.exports: any;
}
// Filename aliases
declare module 'semver/bin/semver.js' {
declare module.exports: $Exports<'semver/bin/semver'>;
}
declare module 'semver/classes/comparator.js' {
declare module.exports: $Exports<'semver/classes/comparator'>;
}
declare module 'semver/classes/index' {
declare module.exports: $Exports<'semver/classes'>;
}
declare module 'semver/classes/index.js' {
declare module.exports: $Exports<'semver/classes'>;
}
declare module 'semver/classes/range.js' {
declare module.exports: $Exports<'semver/classes/range'>;
}
declare module 'semver/classes/semver.js' {
declare module.exports: $Exports<'semver/classes/semver'>;
}
declare module 'semver/functions/clean.js' {
declare module.exports: $Exports<'semver/functions/clean'>;
}
declare module 'semver/functions/cmp.js' {
declare module.exports: $Exports<'semver/functions/cmp'>;
}
declare module 'semver/functions/coerce.js' {
declare module.exports: $Exports<'semver/functions/coerce'>;
}
declare module 'semver/functions/compare-build.js' {
declare module.exports: $Exports<'semver/functions/compare-build'>;
}
declare module 'semver/functions/compare-loose.js' {
declare module.exports: $Exports<'semver/functions/compare-loose'>;
}
declare module 'semver/functions/compare.js' {
declare module.exports: $Exports<'semver/functions/compare'>;
}
declare module 'semver/functions/diff.js' {
declare module.exports: $Exports<'semver/functions/diff'>;
}
declare module 'semver/functions/eq.js' {
declare module.exports: $Exports<'semver/functions/eq'>;
}
declare module 'semver/functions/gt.js' {
declare module.exports: $Exports<'semver/functions/gt'>;
}
declare module 'semver/functions/gte.js' {
declare module.exports: $Exports<'semver/functions/gte'>;
}
declare module 'semver/functions/inc.js' {
declare module.exports: $Exports<'semver/functions/inc'>;
}
declare module 'semver/functions/lt.js' {
declare module.exports: $Exports<'semver/functions/lt'>;
}
declare module 'semver/functions/lte.js' {
declare module.exports: $Exports<'semver/functions/lte'>;
}
declare module 'semver/functions/major.js' {
declare module.exports: $Exports<'semver/functions/major'>;
}
declare module 'semver/functions/minor.js' {
declare module.exports: $Exports<'semver/functions/minor'>;
}
declare module 'semver/functions/neq.js' {
declare module.exports: $Exports<'semver/functions/neq'>;
}
declare module 'semver/functions/parse.js' {
declare module.exports: $Exports<'semver/functions/parse'>;
}
declare module 'semver/functions/patch.js' {
declare module.exports: $Exports<'semver/functions/patch'>;
}
declare module 'semver/functions/prerelease.js' {
declare module.exports: $Exports<'semver/functions/prerelease'>;
}
declare module 'semver/functions/rcompare.js' {
declare module.exports: $Exports<'semver/functions/rcompare'>;
}
declare module 'semver/functions/rsort.js' {
declare module.exports: $Exports<'semver/functions/rsort'>;
}
declare module 'semver/functions/satisfies.js' {
declare module.exports: $Exports<'semver/functions/satisfies'>;
}
declare module 'semver/functions/sort.js' {
declare module.exports: $Exports<'semver/functions/sort'>;
}
declare module 'semver/functions/valid.js' {
declare module.exports: $Exports<'semver/functions/valid'>;
}
declare module 'semver/index' {
declare module.exports: $Exports<'semver'>;
}
declare module 'semver/index.js' {
declare module.exports: $Exports<'semver'>;
}
declare module 'semver/internal/constants.js' {
declare module.exports: $Exports<'semver/internal/constants'>;
}
declare module 'semver/internal/debug.js' {
declare module.exports: $Exports<'semver/internal/debug'>;
}
declare module 'semver/internal/identifiers.js' {
declare module.exports: $Exports<'semver/internal/identifiers'>;
}
declare module 'semver/internal/re.js' {
declare module.exports: $Exports<'semver/internal/re'>;
}
declare module 'semver/preload.js' {
declare module.exports: $Exports<'semver/preload'>;
}
declare module 'semver/ranges/gtr.js' {
declare module.exports: $Exports<'semver/ranges/gtr'>;
}
declare module 'semver/ranges/intersects.js' {
declare module.exports: $Exports<'semver/ranges/intersects'>;
}
declare module 'semver/ranges/ltr.js' {
declare module.exports: $Exports<'semver/ranges/ltr'>;
}
declare module 'semver/ranges/max-satisfying.js' {
declare module.exports: $Exports<'semver/ranges/max-satisfying'>;
}
declare module 'semver/ranges/min-satisfying.js' {
declare module.exports: $Exports<'semver/ranges/min-satisfying'>;
}
declare module 'semver/ranges/min-version.js' {
declare module.exports: $Exports<'semver/ranges/min-version'>;
}
declare module 'semver/ranges/outside.js' {
declare module.exports: $Exports<'semver/ranges/outside'>;
}
declare module 'semver/ranges/to-comparators.js' {
declare module.exports: $Exports<'semver/ranges/to-comparators'>;
}
declare module 'semver/ranges/valid.js' {
declare module.exports: $Exports<'semver/ranges/valid'>;
}

View File

@ -1,5 +1,5 @@
// flow-typed signature: 7488a0e2e38d5417e371f62c9655f90d
// flow-typed version: <<STUB>>/squarelink_v^1.1.3/flow_v0.112.0
// flow-typed signature: 11a4e30bb50907410ac0b3cafb3ebbf6
// flow-typed version: <<STUB>>/squarelink_v^1.1.4/flow_v0.114.0
/**
* This is an autogenerated libdef stub for:

View File

@ -1,5 +1,5 @@
// flow-typed signature: 2b966465827b4a50a50c9dbde9e2b0b8
// flow-typed version: <<STUB>>/style-loader_v1.0.0/flow_v0.112.0
// flow-typed signature: d159d241fa68fc43317c3522c6499b1b
// flow-typed version: <<STUB>>/style-loader_v1.0.2/flow_v0.114.0
/**
* This is an autogenerated libdef stub for:

View File

@ -0,0 +1,77 @@
// flow-typed signature: ee4fa84ffbcffec92d53a318dd7d6f42
// flow-typed version: <<STUB>>/terser-webpack-plugin_v2.3.1/flow_v0.114.0
/**
* This is an autogenerated libdef stub for:
*
* 'terser-webpack-plugin'
*
* Fill this stub out by replacing all the `any` types.
*
* Once filled out, we encourage you to share your work with the
* community by sending a pull request to:
* https://github.com/flowtype/flow-typed
*/
declare module 'terser-webpack-plugin' {
declare module.exports: any;
}
/**
* We include stubs for each file inside this npm package in case you need to
* require those files directly. Feel free to delete any files that aren't
* needed.
*/
declare module 'terser-webpack-plugin/dist/cjs' {
declare module.exports: any;
}
declare module 'terser-webpack-plugin/dist' {
declare module.exports: any;
}
declare module 'terser-webpack-plugin/dist/minify' {
declare module.exports: any;
}
declare module 'terser-webpack-plugin/dist/TaskRunner' {
declare module.exports: any;
}
declare module 'terser-webpack-plugin/dist/Webpack4Cache' {
declare module.exports: any;
}
declare module 'terser-webpack-plugin/dist/Webpack5Cache' {
declare module.exports: any;
}
declare module 'terser-webpack-plugin/dist/worker' {
declare module.exports: any;
}
// Filename aliases
declare module 'terser-webpack-plugin/dist/cjs.js' {
declare module.exports: $Exports<'terser-webpack-plugin/dist/cjs'>;
}
declare module 'terser-webpack-plugin/dist/index' {
declare module.exports: $Exports<'terser-webpack-plugin/dist'>;
}
declare module 'terser-webpack-plugin/dist/index.js' {
declare module.exports: $Exports<'terser-webpack-plugin/dist'>;
}
declare module 'terser-webpack-plugin/dist/minify.js' {
declare module.exports: $Exports<'terser-webpack-plugin/dist/minify'>;
}
declare module 'terser-webpack-plugin/dist/TaskRunner.js' {
declare module.exports: $Exports<'terser-webpack-plugin/dist/TaskRunner'>;
}
declare module 'terser-webpack-plugin/dist/Webpack4Cache.js' {
declare module.exports: $Exports<'terser-webpack-plugin/dist/Webpack4Cache'>;
}
declare module 'terser-webpack-plugin/dist/Webpack5Cache.js' {
declare module.exports: $Exports<'terser-webpack-plugin/dist/Webpack5Cache'>;
}
declare module 'terser-webpack-plugin/dist/worker.js' {
declare module.exports: $Exports<'terser-webpack-plugin/dist/worker'>;
}

View File

@ -1,5 +1,5 @@
// flow-typed signature: 2cbcee5e9c44377bc33b474b3b951a65
// flow-typed version: <<STUB>>/truffle-contract_v4.0.31/flow_v0.112.0
// flow-typed signature: 0ee258014e8648996a3b07b7503f60f4
// flow-typed version: <<STUB>>/truffle-contract_v4.0.31/flow_v0.114.0
/**
* This is an autogenerated libdef stub for:

View File

@ -1,5 +1,5 @@
// flow-typed signature: 6e29aea1d445f41f5a946eacd8707151
// flow-typed version: <<STUB>>/truffle-solidity-loader_v0.1.32/flow_v0.112.0
// flow-typed signature: a31d5257f9704184eca29fbf3a140e67
// flow-typed version: <<STUB>>/truffle-solidity-loader_v0.1.32/flow_v0.114.0
/**
* This is an autogenerated libdef stub for:

View File

@ -1,5 +1,5 @@
// flow-typed signature: fee993f4b2e5a4e4a5d47c3068af36bd
// flow-typed version: <<STUB>>/truffle_v5.1.1/flow_v0.112.0
// flow-typed signature: 3e0e7d375df1501a197fa035cd9dbe06
// flow-typed version: <<STUB>>/truffle_v5.1.4/flow_v0.114.0
/**
* This is an autogenerated libdef stub for:

View File

@ -1,63 +0,0 @@
// flow-typed signature: fa5f51f591b0da4d0ac74e522c20ad03
// flow-typed version: <<STUB>>/uglifyjs-webpack-plugin_v2.2.0/flow_v0.112.0
/**
* This is an autogenerated libdef stub for:
*
* 'uglifyjs-webpack-plugin'
*
* Fill this stub out by replacing all the `any` types.
*
* Once filled out, we encourage you to share your work with the
* community by sending a pull request to:
* https://github.com/flowtype/flow-typed
*/
declare module 'uglifyjs-webpack-plugin' {
declare module.exports: any;
}
/**
* We include stubs for each file inside this npm package in case you need to
* require those files directly. Feel free to delete any files that aren't
* needed.
*/
declare module 'uglifyjs-webpack-plugin/dist/cjs' {
declare module.exports: any;
}
declare module 'uglifyjs-webpack-plugin/dist' {
declare module.exports: any;
}
declare module 'uglifyjs-webpack-plugin/dist/minify' {
declare module.exports: any;
}
declare module 'uglifyjs-webpack-plugin/dist/TaskRunner' {
declare module.exports: any;
}
declare module 'uglifyjs-webpack-plugin/dist/worker' {
declare module.exports: any;
}
// Filename aliases
declare module 'uglifyjs-webpack-plugin/dist/cjs.js' {
declare module.exports: $Exports<'uglifyjs-webpack-plugin/dist/cjs'>;
}
declare module 'uglifyjs-webpack-plugin/dist/index' {
declare module.exports: $Exports<'uglifyjs-webpack-plugin/dist'>;
}
declare module 'uglifyjs-webpack-plugin/dist/index.js' {
declare module.exports: $Exports<'uglifyjs-webpack-plugin/dist'>;
}
declare module 'uglifyjs-webpack-plugin/dist/minify.js' {
declare module.exports: $Exports<'uglifyjs-webpack-plugin/dist/minify'>;
}
declare module 'uglifyjs-webpack-plugin/dist/TaskRunner.js' {
declare module.exports: $Exports<'uglifyjs-webpack-plugin/dist/TaskRunner'>;
}
declare module 'uglifyjs-webpack-plugin/dist/worker.js' {
declare module.exports: $Exports<'uglifyjs-webpack-plugin/dist/worker'>;
}

View File

@ -1,5 +1,5 @@
// flow-typed signature: f72bd4362e1ae2da57490d8f43b00ec4
// flow-typed version: <<STUB>>/url-loader_v2.3.0/flow_v0.112.0
// flow-typed signature: 07153c4d9daf57eab87014963e57d50a
// flow-typed version: <<STUB>>/url-loader_v3.0.0/flow_v0.114.0
/**
* This is an autogenerated libdef stub for:

View File

@ -1,5 +1,5 @@
// flow-typed signature: 8666795a60ea2a1f36479657ed47f791
// flow-typed version: <<STUB>>/web3_v1.2.4/flow_v0.112.0
// flow-typed signature: 9599bf7307d7e4b65f09552b70d2e284
// flow-typed version: <<STUB>>/web3_v1.2.4/flow_v0.114.0
/**
* This is an autogenerated libdef stub for:

View File

@ -1,5 +1,5 @@
// flow-typed signature: 35a325d1f39c616d4cc834ae2b5e9f92
// flow-typed version: <<STUB>>/web3connect_v^1.0.0-beta.23/flow_v0.112.0
// flow-typed signature: d0113eb88f78422a1910f40e71c8713a
// flow-typed version: <<STUB>>/web3connect_v^1.0.0-beta.25/flow_v0.114.0
/**
* This is an autogenerated libdef stub for:

View File

@ -1,5 +1,5 @@
// flow-typed signature: 91d7ee23ac1b6a31de754c5364ffd35c
// flow-typed version: <<STUB>>/webpack-bundle-analyzer_v3.6.0/flow_v0.112.0
// flow-typed signature: 1edb1ca5815b3536c6da455837b4a090
// flow-typed version: <<STUB>>/webpack-bundle-analyzer_v3.6.0/flow_v0.114.0
/**
* This is an autogenerated libdef stub for:

View File

@ -1,5 +1,5 @@
// flow-typed signature: c0d9da37983c7fa447eafe41f9f22c42
// flow-typed version: <<STUB>>/webpack-cli_v3.3.10/flow_v0.112.0
// flow-typed signature: db9b42f1909559028637e61a69d2199d
// flow-typed version: <<STUB>>/webpack-cli_v3.3.10/flow_v0.114.0
/**
* This is an autogenerated libdef stub for:

View File

@ -1,5 +1,5 @@
// flow-typed signature: 618cf5507b07d7a873fa6353da6f2c92
// flow-typed version: <<STUB>>/webpack-dev-server_v3.9.0/flow_v0.112.0
// flow-typed signature: 69975d77dd7952e2dd9aded62e4c4b93
// flow-typed version: <<STUB>>/webpack-dev-server_v3.9.0/flow_v0.114.0
/**
* This is an autogenerated libdef stub for:

View File

@ -1,5 +1,5 @@
// flow-typed signature: 76943bdc23ab422ccbde4f74ab070387
// flow-typed version: <<STUB>>/webpack-manifest-plugin_v2.2.0/flow_v0.112.0
// flow-typed signature: a4e9a423e8ef34544a77ea0133dffa70
// flow-typed version: <<STUB>>/webpack-manifest-plugin_v2.2.0/flow_v0.114.0
/**
* This is an autogenerated libdef stub for:

View File

@ -23,7 +23,7 @@
"start": "node scripts/start.js",
"start-mainnet": "REACT_APP_NETWORK=mainnet yarn start",
"test": "NODE_ENV=test && node scripts/test.js --env=jsdom",
"format": "prettier-eslint \"src/**/*.js\" --write"
"format": "prettier-eslint $PWD'/src/**/*.{js,jsx}' --write"
},
"pre-commit": [
"precommit"
@ -33,6 +33,7 @@
"@gnosis.pm/util-contracts": "2.0.4",
"@material-ui/core": "4.8.0",
"@material-ui/icons": "4.5.1",
"@material-ui/lab": "^4.0.0-alpha.39",
"@portis/web3": "^2.0.0-beta.45",
"@testing-library/jest-dom": "4.2.4",
"@toruslabs/torus-embed": "0.2.10",

View File

@ -1,14 +1,15 @@
// @flow
import Checkbox from '@material-ui/core/Checkbox'
import Close from '@material-ui/icons/Close'
import FormControlLabel from '@material-ui/core/FormControlLabel'
import IconButton from '@material-ui/core/IconButton'
import React, { useEffect, useState } from 'react'
import { makeStyles } from '@material-ui/core/styles'
import { useDispatch, useSelector } from 'react-redux'
import cn from 'classnames'
import Link from '~/components/layout/Link'
import Button from '~/components/layout/Button'
import { primary, mainFontFamily, md } from '~/theme/variables'
import {
primary, mainFontFamily, md, screenSm,
} from '~/theme/variables'
import type { CookiesProps } from '~/logic/cookies/model/cookie'
import { COOKIES_KEY } from '~/logic/cookies/model/cookie'
import { loadFromCookie, saveCookie } from '~/logic/cookies/utils'
@ -48,9 +49,12 @@ const useStyles = makeStyles({
columnGap: '10px',
display: 'grid',
gridTemplateColumns: '1fr',
paddingBottom: '30px',
rowGap: '10px',
'@media (min-width: 960px)': {
[`@media (min-width: ${screenSm}px)`]: {
gridTemplateColumns: '1fr 1fr 1fr',
paddingBottom: '0',
},
},
formItem: {
@ -64,10 +68,20 @@ const useStyles = makeStyles({
textDecoration: 'none',
},
},
close: {
acceptPreferences: {
bottom: '-20px',
cursor: 'pointer',
position: 'absolute',
right: '12px',
top: '12px',
right: '20px',
textDecoration: 'underline',
[`@media (min-width: ${screenSm}px)`]: {
bottom: '-10px',
},
'&:hover': {
textDecoration: 'none',
},
},
})
@ -120,12 +134,16 @@ const CookiesBanner = () => {
const cookieBannerContent = (
<div className={classes.container}>
<IconButton onClick={() => closeCookiesBannerHandler()} className={classes.close}><Close /></IconButton>
<span role="button" tabIndex="0" onClick={closeCookiesBannerHandler} onKeyDown={closeCookiesBannerHandler} className={cn(classes.acceptPreferences, classes.text)}>
Accept preferences &gt;
</span>
<div className={classes.content}>
<p className={classes.text}>
We use cookies to give you the best experience and to help improve our website. Please read our
{' '}
<Link className={classes.link} to="https://safe.gnosis.io/cookie">Cookie Policy</Link>
<Link className={classes.link} to="https://safe.gnosis.io/cookie">
Cookie Policy
</Link>
{' '}
for more information. By clicking &quot;Accept all&quot;, you agree to the storing of cookies on your device
to enhance site navigation, analyze site usage and provide customer support.
@ -139,9 +157,7 @@ const CookiesBanner = () => {
name="Necessary"
onChange={() => setLocalNecessary((prev) => !prev)}
value={localNecessary}
control={(
<Checkbox disabled />
)}
control={<Checkbox disabled />}
/>
</div>
<div className={classes.formItem}>
@ -150,9 +166,7 @@ const CookiesBanner = () => {
name="Analytics"
onChange={() => setLocalAnalytics((prev) => !prev)}
value={localAnalytics}
control={(
<Checkbox checked={localAnalytics} />
)}
control={<Checkbox checked={localAnalytics} />}
/>
</div>
<div className={classes.formItem}>

View File

@ -2,6 +2,7 @@
import React, { useState } from 'react'
import Tooltip from '@material-ui/core/Tooltip'
import { makeStyles } from '@material-ui/core/styles'
import cn from 'classnames'
import Img from '~/components/layout/Img'
import { copyToClipboard } from '~/utils/clipboard'
import { xs } from '~/theme/variables'
@ -26,11 +27,12 @@ const useStyles = makeStyles({
})
type CopyBtnProps = {
className?: any,
content: string,
increaseZindex?: boolean,
}
const CopyBtn = ({ content, increaseZindex = false }: CopyBtnProps) => {
const CopyBtn = ({ className, content, increaseZindex = false }: CopyBtnProps) => {
const [clicked, setClicked] = useState<boolean>(false)
const classes = useStyles()
const customClasses = increaseZindex ? { popper: classes.increasedPopperZindex } : {}
@ -50,7 +52,7 @@ const CopyBtn = ({ content, increaseZindex = false }: CopyBtnProps) => {
}}
classes={customClasses}
>
<div className={classes.container}>
<div className={cn(classes.container, className)}>
<Img
src={CopyIcon}
height={20}

View File

@ -2,6 +2,7 @@
import React from 'react'
import Tooltip from '@material-ui/core/Tooltip'
import { makeStyles } from '@material-ui/core/styles'
import cn from 'classnames'
import Img from '~/components/layout/Img'
import EtherscanOpenIcon from './img/etherscan-open.svg'
import { getEtherScanLink } from '~/logic/wallets/getWeb3'
@ -26,12 +27,15 @@ const useStyles = makeStyles({
})
type EtherscanBtnProps = {
className?: any,
increaseZindex?: boolean,
type: 'tx' | 'address',
value: string,
increaseZindex?: boolean,
}
const EtherscanBtn = ({ type, value, increaseZindex = false }: EtherscanBtnProps) => {
const EtherscanBtn = ({
type, value, className, increaseZindex = false,
}: EtherscanBtnProps) => {
const classes = useStyles()
const customClasses = increaseZindex ? { popper: classes.increasedPopperZindex } : {}
@ -39,7 +43,7 @@ const EtherscanBtn = ({ type, value, increaseZindex = false }: EtherscanBtnProps
<Tooltip title="Show details on Etherscan" placement="top" classes={customClasses}>
<a
aria-label="Show details on Etherscan"
className={classes.container}
className={cn(classes.container, className)}
href={getEtherScanLink(type, value)}
rel="noopener noreferrer"
target="_blank"

Some files were not shown because too many files have changed in this diff Show More