@sis-cc/dotstatsuite-visions 7.14.2 → 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.
|
@@ -52,7 +52,7 @@ var useStyles = makeStyles(function (theme) {
|
|
|
52
52
|
right: theme.spacing(1)
|
|
53
53
|
},
|
|
54
54
|
sectionLabelsContainer: {
|
|
55
|
-
padding: theme.spacing(0.5, 0
|
|
55
|
+
padding: theme.spacing(0.5, 0)
|
|
56
56
|
}
|
|
57
57
|
};
|
|
58
58
|
});
|
|
@@ -117,15 +117,17 @@ var SectionHeader = function SectionHeader(_ref) {
|
|
|
117
117
|
),
|
|
118
118
|
React.createElement(Flags, { flags: R.path(['value', 'flags'], sectionHeader) })
|
|
119
119
|
);
|
|
120
|
-
}, R.path([0, 'data'], section))
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
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
|
+
)
|
|
129
131
|
)
|
|
130
132
|
)
|
|
131
133
|
)
|
|
@@ -88,7 +88,7 @@ var useStyles = (0, _styles.makeStyles)(function (theme) {
|
|
|
88
88
|
right: theme.spacing(1)
|
|
89
89
|
},
|
|
90
90
|
sectionLabelsContainer: {
|
|
91
|
-
padding: theme.spacing(0.5, 0
|
|
91
|
+
padding: theme.spacing(0.5, 0)
|
|
92
92
|
}
|
|
93
93
|
};
|
|
94
94
|
});
|
|
@@ -153,15 +153,17 @@ var SectionHeader = function SectionHeader(_ref) {
|
|
|
153
153
|
),
|
|
154
154
|
_react2.default.createElement(_flags2.default, { flags: R.path(['value', 'flags'], sectionHeader) })
|
|
155
155
|
);
|
|
156
|
-
}, R.path([0, 'data'], section))
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
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
|
+
)
|
|
165
167
|
)
|
|
166
168
|
)
|
|
167
169
|
)
|