@popmenu/dashboard 0.54.0 → 0.56.0

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/build/index.es.js CHANGED
@@ -803,19 +803,19 @@ makeStyles(function (theme) { return ({
803
803
  },
804
804
  }); });
805
805
 
806
- var _path$18;
806
+ var _path$19;
807
807
 
808
- function _extends$2x() { _extends$2x = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$2x.apply(this, arguments); }
808
+ function _extends$2y() { _extends$2y = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$2y.apply(this, arguments); }
809
809
 
810
810
  function SvgChevronDown(props) {
811
- return /*#__PURE__*/React.createElement("svg", _extends$2x({
811
+ return /*#__PURE__*/React.createElement("svg", _extends$2y({
812
812
  viewBox: "0 0 16 16",
813
813
  fill: "none",
814
814
  strokeLinecap: "round",
815
815
  strokeLinejoin: "round",
816
816
  width: "1em",
817
817
  height: "1em"
818
- }, props), _path$18 || (_path$18 = /*#__PURE__*/React.createElement("path", {
818
+ }, props), _path$19 || (_path$19 = /*#__PURE__*/React.createElement("path", {
819
819
  d: "M4 6l4 4 4-4",
820
820
  stroke: "currentColor"
821
821
  })));