@sis-cc/dotstatsuite-visions 7.14.1 → 7.14.2

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: {
@@ -53,7 +52,7 @@ var useStyles = makeStyles(function (theme) {
53
52
  right: theme.spacing(1)
54
53
  },
55
54
  sectionLabelsContainer: {
56
- padding: theme.spacing(0.5, 0)
55
+ padding: theme.spacing(0.5, 0.5)
57
56
  }
58
57
  };
59
58
  });
@@ -125,8 +124,8 @@ var SectionHeader = function SectionHeader(_ref) {
125
124
  {
126
125
  className: cx(classes.flag, classes.stickyHeaderSection, classes.rightLabelPosition, classes.sectionLabelsContainer)
127
126
  },
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) })
127
+ React.createElement(Flags, { HTMLRenderer: HTMLRenderer, flags: R.path([0, 'flags'], section) }),
128
+ !R.isNil(SideIcon) && React.createElement(SideIcon, { sideProps: R.path([0, 'sideProps'], section) })
130
129
  )
131
130
  )
132
131
  )
@@ -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: {
@@ -89,7 +88,7 @@ var useStyles = (0, _styles.makeStyles)(function (theme) {
89
88
  right: theme.spacing(1)
90
89
  },
91
90
  sectionLabelsContainer: {
92
- padding: theme.spacing(0.5, 0)
91
+ padding: theme.spacing(0.5, 0.5)
93
92
  }
94
93
  };
95
94
  });
@@ -161,8 +160,8 @@ var SectionHeader = function SectionHeader(_ref) {
161
160
  {
162
161
  className: (0, _classnames2.default)(classes.flag, classes.stickyHeaderSection, classes.rightLabelPosition, classes.sectionLabelsContainer)
163
162
  },
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) })
163
+ _react2.default.createElement(_flags2.default, { HTMLRenderer: HTMLRenderer, flags: R.path([0, 'flags'], section) }),
164
+ !R.isNil(SideIcon) && _react2.default.createElement(SideIcon, { sideProps: R.path([0, 'sideProps'], section) })
166
165
  )
167
166
  )
168
167
  )
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.2",
4
4
  "description": "Library of visual components",
5
5
  "author": "OECD",
6
6
  "homepage": "https://visions-qa.siscc.org/#o",