@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.js
CHANGED
|
@@ -837,19 +837,19 @@ core.makeStyles(function (theme) { return ({
|
|
|
837
837
|
},
|
|
838
838
|
}); });
|
|
839
839
|
|
|
840
|
-
var _path$
|
|
840
|
+
var _path$2p;
|
|
841
841
|
|
|
842
|
-
function _extends$
|
|
842
|
+
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); }
|
|
843
843
|
|
|
844
844
|
function SvgChevronDown(props) {
|
|
845
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
845
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$5p({
|
|
846
846
|
viewBox: "0 0 16 16",
|
|
847
847
|
fill: "none",
|
|
848
848
|
strokeLinecap: "round",
|
|
849
849
|
strokeLinejoin: "round",
|
|
850
850
|
width: "1em",
|
|
851
851
|
height: "1em"
|
|
852
|
-
}, props), _path$
|
|
852
|
+
}, props), _path$2p || (_path$2p = /*#__PURE__*/React__namespace.createElement("path", {
|
|
853
853
|
d: "M4 6l4 4 4-4",
|
|
854
854
|
stroke: "currentColor"
|
|
855
855
|
})));
|