@sis-cc/dotstatsuite-visions 8.9.0 → 8.10.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.
|
@@ -17,7 +17,6 @@ import CardContent from '@material-ui/core/CardContent';
|
|
|
17
17
|
import Paper from '@material-ui/core/Paper';
|
|
18
18
|
import Grid from '@material-ui/core/Grid';
|
|
19
19
|
import Typography from '@material-ui/core/Typography';
|
|
20
|
-
import PlaylistAddCheckIcon from '@material-ui/icons/PlaylistAddCheck';
|
|
21
20
|
import CloseIcon from '@material-ui/icons/Close';
|
|
22
21
|
import HintIcon from '@material-ui/icons/EmojiObjects';
|
|
23
22
|
import ExpandMoreIcon from '@material-ui/icons/ExpandMore';
|
|
@@ -371,7 +370,6 @@ var AdvancedFilterDialog = function AdvancedFilterDialog(props) {
|
|
|
371
370
|
React.createElement(
|
|
372
371
|
'div',
|
|
373
372
|
{ className: classes.headerLabel },
|
|
374
|
-
React.createElement(PlaylistAddCheckIcon, { color: 'primary' }),
|
|
375
373
|
'\xA0',
|
|
376
374
|
title
|
|
377
375
|
),
|
|
@@ -63,10 +63,6 @@ var _Typography = require('@material-ui/core/Typography');
|
|
|
63
63
|
|
|
64
64
|
var _Typography2 = _interopRequireDefault(_Typography);
|
|
65
65
|
|
|
66
|
-
var _PlaylistAddCheck = require('@material-ui/icons/PlaylistAddCheck');
|
|
67
|
-
|
|
68
|
-
var _PlaylistAddCheck2 = _interopRequireDefault(_PlaylistAddCheck);
|
|
69
|
-
|
|
70
66
|
var _Close = require('@material-ui/icons/Close');
|
|
71
67
|
|
|
72
68
|
var _Close2 = _interopRequireDefault(_Close);
|
|
@@ -473,7 +469,6 @@ var AdvancedFilterDialog = function AdvancedFilterDialog(props) {
|
|
|
473
469
|
_react2.default.createElement(
|
|
474
470
|
'div',
|
|
475
471
|
{ className: classes.headerLabel },
|
|
476
|
-
_react2.default.createElement(_PlaylistAddCheck2.default, { color: 'primary' }),
|
|
477
472
|
'\xA0',
|
|
478
473
|
title
|
|
479
474
|
),
|