@popmenu/dashboard 0.92.0 → 0.93.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 +4 -4
- package/build/index.es.js.map +1 -1
- package/build/index.js +4 -4
- package/build/index.js.map +1 -1
- package/package.json +2 -2
package/build/index.es.js
CHANGED
|
@@ -794,19 +794,19 @@ makeStyles(function (theme) { return ({
|
|
|
794
794
|
},
|
|
795
795
|
}); });
|
|
796
796
|
|
|
797
|
-
var _path$
|
|
797
|
+
var _path$2p;
|
|
798
798
|
|
|
799
|
-
function _extends$
|
|
799
|
+
function _extends$5p() { _extends$5p = 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$5p.apply(this, arguments); }
|
|
800
800
|
|
|
801
801
|
function SvgChevronDown(props) {
|
|
802
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
802
|
+
return /*#__PURE__*/React.createElement("svg", _extends$5p({
|
|
803
803
|
viewBox: "0 0 16 16",
|
|
804
804
|
fill: "none",
|
|
805
805
|
strokeLinecap: "round",
|
|
806
806
|
strokeLinejoin: "round",
|
|
807
807
|
width: "1em",
|
|
808
808
|
height: "1em"
|
|
809
|
-
}, props), _path$
|
|
809
|
+
}, props), _path$2p || (_path$2p = /*#__PURE__*/React.createElement("path", {
|
|
810
810
|
d: "M4 6l4 4 4-4",
|
|
811
811
|
stroke: "currentColor"
|
|
812
812
|
})));
|