@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.js CHANGED
@@ -848,19 +848,19 @@ core.makeStyles(function (theme) { return ({
848
848
  },
849
849
  }); });
850
850
 
851
- var _path$18;
851
+ var _path$19;
852
852
 
853
- 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); }
853
+ 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); }
854
854
 
855
855
  function SvgChevronDown(props) {
856
- return /*#__PURE__*/React__namespace.createElement("svg", _extends$2x({
856
+ return /*#__PURE__*/React__namespace.createElement("svg", _extends$2y({
857
857
  viewBox: "0 0 16 16",
858
858
  fill: "none",
859
859
  strokeLinecap: "round",
860
860
  strokeLinejoin: "round",
861
861
  width: "1em",
862
862
  height: "1em"
863
- }, props), _path$18 || (_path$18 = /*#__PURE__*/React__namespace.createElement("path", {
863
+ }, props), _path$19 || (_path$19 = /*#__PURE__*/React__namespace.createElement("path", {
864
864
  d: "M4 6l4 4 4-4",
865
865
  stroke: "currentColor"
866
866
  })));