Bug fixes

This commit is contained in:
Fabio Berger
2018-03-05 07:10:55 +01:00
parent 1817f6eaf6
commit 874e667849
19 changed files with 48 additions and 29 deletions

View File

@@ -1,5 +1,5 @@
import { ZeroEx } from '0x.js';
import { styles } from '@0xproject/react-shared';
import { Styles } from '@0xproject/react-shared';
import { BigNumber } from '@0xproject/utils';
import DharmaLoanFrame from 'dharma-loan-frame';
import * as _ from 'lodash';

View File

@@ -1,4 +1,4 @@
import { styles } from '@0xproject/react-shared';
import { Styles } from '@0xproject/react-shared';
import * as _ from 'lodash';
import Drawer from 'material-ui/Drawer';
import Menu from 'material-ui/Menu';

View File

@@ -1,6 +1,6 @@
import { Styles } from '@0xproject/react-shared';
import * as _ from 'lodash';
import * as React from 'react';
import { Styles } from 'ts/types';
const styles: Styles = {
badge: {

View File

@@ -1,6 +1,6 @@
import { Styles } from '@0xproject/react-shared';
import * as React from 'react';
import { InputLabel } from 'ts/components/ui/input_label';
import { Styles } from 'ts/types';
const styles: Styles = {
hr: {

View File

@@ -1,3 +1,4 @@
import { Styles } from '@0xproject/react-shared';
import * as _ from 'lodash';
import * as React from 'react';
import * as DocumentTitle from 'react-document-title';
@@ -5,7 +6,7 @@ import { Footer } from 'ts/components/footer';
import { TopBar } from 'ts/components/top_bar/top_bar';
import { Profile } from 'ts/pages/about/profile';
import { Dispatcher } from 'ts/redux/dispatcher';
import { ProfileInfo, Styles } from 'ts/types';
import { ProfileInfo } from 'ts/types';
import { colors } from 'ts/utils/colors';
import { constants } from 'ts/utils/constants';
import { Translate } from 'ts/utils/translate';

View File

@@ -1,6 +1,7 @@
import { Styles } from '@0xproject/react-shared';
import * as _ from 'lodash';
import * as React from 'react';
import { ProfileInfo, Styles } from 'ts/types';
import { ProfileInfo } from 'ts/types';
import { colors } from 'ts/utils/colors';
const IMAGE_DIMENSION = 149;

View File

@@ -1,4 +1,4 @@
import { styles } from '@0xproject/react-shared';
import { Styles } from '@0xproject/react-shared';
import * as _ from 'lodash';
import CircularProgress from 'material-ui/CircularProgress';
import * as React from 'react';

View File

@@ -1,4 +1,4 @@
import { AnchorTitle, HeaderSizes } from '@0xproject/react-shared/anchor_title';
import { AnchorTitle, HeaderSizes } from '@0xproject/react-shared';
import * as _ from 'lodash';
import * as React from 'react';
import { DocsInfo } from 'ts/pages/documentation/docs_info';

View File

@@ -1,4 +1,4 @@
import { AnchorTitle, HeaderSizes, Styles } from '@0xproject/react-shared/anchor_title';
import { AnchorTitle, HeaderSizes, Styles } from '@0xproject/react-shared';
import * as _ from 'lodash';
import * as React from 'react';
import { Comment } from 'ts/pages/documentation/comment';

View File

@@ -1,4 +1,4 @@
import { AnchorTitle, HeaderSizes } from '@0xproject/react-shared/anchor_title';
import { AnchorTitle, HeaderSizes } from '@0xproject/react-shared';
import * as _ from 'lodash';
import * as React from 'react';
import { Comment } from 'ts/pages/documentation/comment';

View File

@@ -1,4 +1,4 @@
import { styles } from '@0xproject/react-shared';
import { Styles } from '@0xproject/react-shared';
import * as _ from 'lodash';
import * as React from 'react';
import * as DocumentTitle from 'react-document-title';

View File

@@ -1,9 +1,9 @@
import { Styles } from '@0xproject/react-shared';
import * as _ from 'lodash';
import * as React from 'react';
import { Footer } from 'ts/components/footer';
import { TopBar } from 'ts/components/top_bar/top_bar';
import { Dispatcher } from 'ts/redux/dispatcher';
import { Styles } from 'ts/types';
import { Translate } from 'ts/utils/translate';
export interface NotFoundProps {

View File

@@ -1,4 +1,4 @@
import { AnchorTitle, HeaderSizes } from '@0xproject/react-shared/anchor_title';
import { AnchorTitle, HeaderSizes } from '@0xproject/react-shared';
import * as _ from 'lodash';
import RaisedButton from 'material-ui/RaisedButton';
import * as React from 'react';

View File

@@ -1,4 +1,4 @@
import { AnchorTitle, HeaderSizes } from '@0xproject/react-shared/anchor_title';
import { AnchorTitle, HeaderSizes } from '@0xproject/react-shared';
import * as React from 'react';
import { Element as ScrollElement } from 'react-scroll';
import { colors } from 'ts/utils/colors';

View File

@@ -1,4 +1,4 @@
import { HeaderSizes, styles } from '@0xproject/react-shared';
import { HeaderSizes, Styles } from '@0xproject/react-shared';
import * as _ from 'lodash';
import CircularProgress from 'material-ui/CircularProgress';
import RaisedButton from 'material-ui/RaisedButton';