ywana-core8 0.0.753 → 0.0.754

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.
@@ -1863,7 +1863,7 @@ var DataTableRow = function DataTableRow(props) {
1863
1863
  isInfoOpen = _useState3[0],
1864
1864
  toggleInfo = _useState3[1];
1865
1865
 
1866
- var infoIcon = isInfoOpen ? 'expand_more' : 'expand_less';
1866
+ var infoIcon = isInfoOpen ? 'expand_less' : 'expand_more';
1867
1867
  var style = isInfoOpen ? "expanded" : "";
1868
1868
  if (selected) style += " selected";
1869
1869
  return /*#__PURE__*/React.createElement(Fragment, null, /*#__PURE__*/React.createElement("tr", {