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.
package/dist/index.umd.js CHANGED
@@ -1865,7 +1865,7 @@
1865
1865
  isInfoOpen = _useState3[0],
1866
1866
  toggleInfo = _useState3[1];
1867
1867
 
1868
- var infoIcon = isInfoOpen ? 'expand_more' : 'expand_less';
1868
+ var infoIcon = isInfoOpen ? 'expand_less' : 'expand_more';
1869
1869
  var style = isInfoOpen ? "expanded" : "";
1870
1870
  if (selected) style += " selected";
1871
1871
  return /*#__PURE__*/React__default["default"].createElement(React.Fragment, null, /*#__PURE__*/React__default["default"].createElement("tr", {