@sis-cc/dotstatsuite-visions 7.14.1 → 7.14.3

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.
@@ -35,7 +35,6 @@ var useStyles = makeStyles(function (theme) {
35
35
  },
36
36
  containerSection: {
37
37
  display: 'flex',
38
- justifyContent: 'space-between',
39
38
  alignItems: 'center'
40
39
  },
41
40
  stickyHeaderSection: {
@@ -118,15 +117,17 @@ var SectionHeader = function SectionHeader(_ref) {
118
117
  ),
119
118
  React.createElement(Flags, { flags: R.path(['value', 'flags'], sectionHeader) })
120
119
  );
121
- }, R.path([0, 'data'], section))
122
- ),
123
- React.createElement(
124
- 'div',
125
- {
126
- className: cx(classes.flag, classes.stickyHeaderSection, classes.rightLabelPosition, classes.sectionLabelsContainer)
127
- },
128
- !R.isNil(SideIcon) && React.createElement(SideIcon, { sideProps: R.path([0, 'sideProps'], section) }),
129
- React.createElement(Flags, { HTMLRenderer: HTMLRenderer, flags: R.path([0, 'flags'], section) })
120
+ }, R.path([0, 'data'], section)),
121
+ React.createElement(
122
+ 'span',
123
+ null,
124
+ React.createElement(Flags, { HTMLRenderer: HTMLRenderer, flags: R.path([0, 'flags'], section) })
125
+ ),
126
+ !R.isNil(SideIcon) && React.createElement(
127
+ 'span',
128
+ null,
129
+ React.createElement(SideIcon, { sideProps: R.path([0, 'sideProps'], section) })
130
+ )
130
131
  )
131
132
  )
132
133
  )
@@ -71,7 +71,6 @@ var useStyles = (0, _styles.makeStyles)(function (theme) {
71
71
  },
72
72
  containerSection: {
73
73
  display: 'flex',
74
- justifyContent: 'space-between',
75
74
  alignItems: 'center'
76
75
  },
77
76
  stickyHeaderSection: {
@@ -154,15 +153,17 @@ var SectionHeader = function SectionHeader(_ref) {
154
153
  ),
155
154
  _react2.default.createElement(_flags2.default, { flags: R.path(['value', 'flags'], sectionHeader) })
156
155
  );
157
- }, R.path([0, 'data'], section))
158
- ),
159
- _react2.default.createElement(
160
- 'div',
161
- {
162
- className: (0, _classnames2.default)(classes.flag, classes.stickyHeaderSection, classes.rightLabelPosition, classes.sectionLabelsContainer)
163
- },
164
- !R.isNil(SideIcon) && _react2.default.createElement(SideIcon, { sideProps: R.path([0, 'sideProps'], section) }),
165
- _react2.default.createElement(_flags2.default, { HTMLRenderer: HTMLRenderer, flags: R.path([0, 'flags'], section) })
156
+ }, R.path([0, 'data'], section)),
157
+ _react2.default.createElement(
158
+ 'span',
159
+ null,
160
+ _react2.default.createElement(_flags2.default, { HTMLRenderer: HTMLRenderer, flags: R.path([0, 'flags'], section) })
161
+ ),
162
+ !R.isNil(SideIcon) && _react2.default.createElement(
163
+ 'span',
164
+ null,
165
+ _react2.default.createElement(SideIcon, { sideProps: R.path([0, 'sideProps'], section) })
166
+ )
166
167
  )
167
168
  )
168
169
  )
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sis-cc/dotstatsuite-visions",
3
- "version": "7.14.1",
3
+ "version": "7.14.3",
4
4
  "description": "Library of visual components",
5
5
  "author": "OECD",
6
6
  "homepage": "https://visions-qa.siscc.org/#o",