@sis-cc/dotstatsuite-visions 7.2.0 → 7.2.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.
|
@@ -78,7 +78,7 @@ var CollapsibleTree = function CollapsibleTree(_ref) {
|
|
|
78
78
|
{
|
|
79
79
|
'aria-label': buttonAllOpenLabel,
|
|
80
80
|
color: 'primary',
|
|
81
|
-
endIcon: isAllOpen ? React.createElement(
|
|
81
|
+
endIcon: isAllOpen ? React.createElement(KeyboardArrowUpIcon, { color: 'primary' }) : React.createElement(KeyboardArrowDownIcon, { color: 'primary' }),
|
|
82
82
|
onClick: function onClick() {
|
|
83
83
|
return handleCollapse(isAllOpen);
|
|
84
84
|
}
|
|
@@ -122,7 +122,7 @@ var CollapsibleTree = function CollapsibleTree(_ref) {
|
|
|
122
122
|
{
|
|
123
123
|
'aria-label': buttonAllOpenLabel,
|
|
124
124
|
color: 'primary',
|
|
125
|
-
endIcon: isAllOpen ? _react2.default.createElement(
|
|
125
|
+
endIcon: isAllOpen ? _react2.default.createElement(_KeyboardArrowUp2.default, { color: 'primary' }) : _react2.default.createElement(_KeyboardArrowDown2.default, { color: 'primary' }),
|
|
126
126
|
onClick: function onClick() {
|
|
127
127
|
return handleCollapse(isAllOpen);
|
|
128
128
|
}
|