@sis-cc/dotstatsuite-visions 8.7.0 → 8.8.1

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.
@@ -4,7 +4,7 @@ import React, { Fragment } from 'react';
4
4
  import PropTypes from 'prop-types';
5
5
  import * as R from 'ramda';
6
6
  import Container from '@material-ui/core/Container';
7
- import PlaylistAddCheckIcon from '@material-ui/icons/PlaylistAddCheck';
7
+ import ZoomOutMapIcon from '@material-ui/icons/ZoomOutMap';
8
8
  import { ExpansionPanel, Tag as InternalTag, VerticalButton, Spotlight, VirtualizedTree, Tooltip } from '../';
9
9
  import { withExpansionTree } from '../VirtualizedTree/withExpansionTree';
10
10
  import { withSpotlight } from '../VirtualizedTree/withSpotlight';
@@ -97,7 +97,7 @@ var HierarchicalFilter = function HierarchicalFilter(props) {
97
97
  classes: { root: classes.bulkSelectionIcon },
98
98
  onClick: onAdvancedToggle
99
99
  },
100
- React.createElement(PlaylistAddCheckIcon, { color: 'primary' })
100
+ React.createElement(ZoomOutMapIcon, { color: 'primary' })
101
101
  )
102
102
  )
103
103
  )
@@ -81,8 +81,8 @@ var Cell = function Cell(_ref) {
81
81
  },
82
82
  className: classes.link
83
83
  },
84
- R.is(Function, HTMLRenderer) ? React.createElement(HTMLRenderer, { html: value }) : value
85
- ) : R.is(Function, HTMLRenderer) ? React.createElement(HTMLRenderer, { html: value }) : value;
84
+ R.is(Function, HTMLRenderer) ? React.createElement(HTMLRenderer, { html: value, style: { float: textAlign } }) : value
85
+ ) : R.is(Function, HTMLRenderer) ? React.createElement(HTMLRenderer, { html: value, style: { float: textAlign } }) : value;
86
86
 
87
87
  return React.createElement(
88
88
  TableCell,
@@ -20,9 +20,9 @@ var _Container = require('@material-ui/core/Container');
20
20
 
21
21
  var _Container2 = _interopRequireDefault(_Container);
22
22
 
23
- var _PlaylistAddCheck = require('@material-ui/icons/PlaylistAddCheck');
23
+ var _ZoomOutMap = require('@material-ui/icons/ZoomOutMap');
24
24
 
25
- var _PlaylistAddCheck2 = _interopRequireDefault(_PlaylistAddCheck);
25
+ var _ZoomOutMap2 = _interopRequireDefault(_ZoomOutMap);
26
26
 
27
27
  var _ = require('../');
28
28
 
@@ -125,7 +125,7 @@ var HierarchicalFilter = function HierarchicalFilter(props) {
125
125
  classes: { root: classes.bulkSelectionIcon },
126
126
  onClick: onAdvancedToggle
127
127
  },
128
- _react2.default.createElement(_PlaylistAddCheck2.default, { color: 'primary' })
128
+ _react2.default.createElement(_ZoomOutMap2.default, { color: 'primary' })
129
129
  )
130
130
  )
131
131
  )
@@ -111,8 +111,8 @@ var Cell = function Cell(_ref) {
111
111
  },
112
112
  className: classes.link
113
113
  },
114
- R.is(Function, HTMLRenderer) ? _react2.default.createElement(HTMLRenderer, { html: value }) : value
115
- ) : R.is(Function, HTMLRenderer) ? _react2.default.createElement(HTMLRenderer, { html: value }) : value;
114
+ R.is(Function, HTMLRenderer) ? _react2.default.createElement(HTMLRenderer, { html: value, style: { float: textAlign } }) : value
115
+ ) : R.is(Function, HTMLRenderer) ? _react2.default.createElement(HTMLRenderer, { html: value, style: { float: textAlign } }) : value;
116
116
 
117
117
  return _react2.default.createElement(
118
118
  _TableCell2.default,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sis-cc/dotstatsuite-visions",
3
- "version": "8.7.0",
3
+ "version": "8.8.1",
4
4
  "description": "Library of visual components",
5
5
  "author": "OECD",
6
6
  "homepage": "https://visions-qa.siscc.org/#o",