@popmenu/dashboard 0.67.0 → 0.68.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 +6 -6
- package/build/index.es.js.map +1 -1
- package/build/index.js +6 -6
- package/build/index.js.map +1 -1
- package/package.json +2 -2
package/build/index.js
CHANGED
|
@@ -850,10 +850,10 @@ core.makeStyles(function (theme) { return ({
|
|
|
850
850
|
|
|
851
851
|
var _path$1b;
|
|
852
852
|
|
|
853
|
-
function _extends$
|
|
853
|
+
function _extends$2E() { _extends$2E = 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$2E.apply(this, arguments); }
|
|
854
854
|
|
|
855
855
|
function SvgChevronDown(props) {
|
|
856
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
856
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$2E({
|
|
857
857
|
viewBox: "0 0 16 16",
|
|
858
858
|
fill: "none",
|
|
859
859
|
strokeLinecap: "round",
|
|
@@ -908,19 +908,19 @@ function SvgTrendDown(props) {
|
|
|
908
908
|
}))));
|
|
909
909
|
}
|
|
910
910
|
|
|
911
|
-
var _path$
|
|
911
|
+
var _path$d;
|
|
912
912
|
|
|
913
|
-
function _extends$
|
|
913
|
+
function _extends$M() { _extends$M = 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$M.apply(this, arguments); }
|
|
914
914
|
|
|
915
915
|
function SvgGitCommit(props) {
|
|
916
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
916
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$M({
|
|
917
917
|
viewBox: "0 0 16 16",
|
|
918
918
|
fill: "none",
|
|
919
919
|
strokeLinecap: "round",
|
|
920
920
|
strokeLinejoin: "round",
|
|
921
921
|
width: "1em",
|
|
922
922
|
height: "1em"
|
|
923
|
-
}, props), _path$
|
|
923
|
+
}, props), _path$d || (_path$d = /*#__PURE__*/React__namespace.createElement("path", {
|
|
924
924
|
d: "M8 10.667a2.667 2.667 0 100-5.334 2.667 2.667 0 000 5.334zM.7 8h3.967m6.673 0h3.966",
|
|
925
925
|
stroke: "currentColor"
|
|
926
926
|
})));
|