@sis-cc/dotstatsuite-visions 7.17.4 → 7.17.5

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.
@@ -1,12 +1,9 @@
1
- var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
2
-
3
1
  import React, { Fragment } from 'react';
4
2
  import * as R from 'ramda';
5
3
  import PropTypes from 'prop-types';
6
4
  import cx from 'classnames';
7
5
  import Typography from '@material-ui/core/Typography';
8
6
  import { makeStyles } from '@material-ui/core/styles';
9
- import Lens from '@material-ui/icons/Lens';
10
7
  import TableCell from '@material-ui/core/TableCell';
11
8
  import TableRow from '@material-ui/core/TableRow';
12
9
  import Flags from './flags';
@@ -24,10 +21,6 @@ var useStyles = makeStyles(function (theme) {
24
21
  verticalAlign: 'middle',
25
22
  whiteSpace: 'nowrap'
26
23
  },
27
- lens: _extends({}, theme.mixins.table.dot, {
28
- marginLeft: theme.spacing(1),
29
- marginRight: theme.spacing(1)
30
- }),
31
24
  label: {
32
25
  fontStyle: 'italic',
33
26
  fontWeight: 'bold',
@@ -97,7 +90,7 @@ var SectionHeader = function SectionHeader(_ref) {
97
90
  return React.createElement(
98
91
  Fragment,
99
92
  { key: index },
100
- index !== 0 && React.createElement(Lens, { className: classes.lens }),
93
+ index !== 0 && React.createElement('br', null),
101
94
  React.createElement(
102
95
  Typography,
103
96
  {
@@ -2,8 +2,6 @@
2
2
 
3
3
  exports.__esModule = true;
4
4
 
5
- var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
6
-
7
5
  var _react = require('react');
8
6
 
9
7
  var _react2 = _interopRequireDefault(_react);
@@ -26,10 +24,6 @@ var _Typography2 = _interopRequireDefault(_Typography);
26
24
 
27
25
  var _styles = require('@material-ui/core/styles');
28
26
 
29
- var _Lens = require('@material-ui/icons/Lens');
30
-
31
- var _Lens2 = _interopRequireDefault(_Lens);
32
-
33
27
  var _TableCell = require('@material-ui/core/TableCell');
34
28
 
35
29
  var _TableCell2 = _interopRequireDefault(_TableCell);
@@ -60,10 +54,6 @@ var useStyles = (0, _styles.makeStyles)(function (theme) {
60
54
  verticalAlign: 'middle',
61
55
  whiteSpace: 'nowrap'
62
56
  },
63
- lens: _extends({}, theme.mixins.table.dot, {
64
- marginLeft: theme.spacing(1),
65
- marginRight: theme.spacing(1)
66
- }),
67
57
  label: {
68
58
  fontStyle: 'italic',
69
59
  fontWeight: 'bold',
@@ -133,7 +123,7 @@ var SectionHeader = function SectionHeader(_ref) {
133
123
  return _react2.default.createElement(
134
124
  _react.Fragment,
135
125
  { key: index },
136
- index !== 0 && _react2.default.createElement(_Lens2.default, { className: classes.lens }),
126
+ index !== 0 && _react2.default.createElement('br', null),
137
127
  _react2.default.createElement(
138
128
  _Typography2.default,
139
129
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sis-cc/dotstatsuite-visions",
3
- "version": "7.17.4",
3
+ "version": "7.17.5",
4
4
  "description": "Library of visual components",
5
5
  "author": "OECD",
6
6
  "homepage": "https://visions-qa.siscc.org/#o",