@popmenu/dashboard 0.48.0 → 0.49.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 +8 -8
- package/build/index.es.js.map +1 -1
- package/build/index.js +8 -8
- package/build/index.js.map +1 -1
- package/package.json +2 -2
package/build/index.js
CHANGED
|
@@ -827,19 +827,19 @@ core.makeStyles(function (theme) { return ({
|
|
|
827
827
|
},
|
|
828
828
|
}); });
|
|
829
829
|
|
|
830
|
-
var _path$
|
|
830
|
+
var _path$16;
|
|
831
831
|
|
|
832
|
-
function _extends$
|
|
832
|
+
function _extends$2t() { _extends$2t = 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$2t.apply(this, arguments); }
|
|
833
833
|
|
|
834
834
|
function SvgChevronDown(props) {
|
|
835
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
835
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$2t({
|
|
836
836
|
viewBox: "0 0 16 16",
|
|
837
837
|
fill: "none",
|
|
838
838
|
strokeLinecap: "round",
|
|
839
839
|
strokeLinejoin: "round",
|
|
840
840
|
width: "1em",
|
|
841
841
|
height: "1em"
|
|
842
|
-
}, props), _path$
|
|
842
|
+
}, props), _path$16 || (_path$16 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
843
843
|
d: "M4 6l4 4 4-4",
|
|
844
844
|
stroke: "currentColor"
|
|
845
845
|
})));
|
|
@@ -847,10 +847,10 @@ function SvgChevronDown(props) {
|
|
|
847
847
|
|
|
848
848
|
var _g$T;
|
|
849
849
|
|
|
850
|
-
function _extends$
|
|
850
|
+
function _extends$1x() { _extends$1x = 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$1x.apply(this, arguments); }
|
|
851
851
|
|
|
852
852
|
function SvgTrend(props) {
|
|
853
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
853
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$1x({
|
|
854
854
|
viewBox: "0 0 16 16",
|
|
855
855
|
fill: "none",
|
|
856
856
|
strokeLinecap: "round",
|
|
@@ -868,10 +868,10 @@ function SvgTrend(props) {
|
|
|
868
868
|
|
|
869
869
|
var _g$S;
|
|
870
870
|
|
|
871
|
-
function _extends$
|
|
871
|
+
function _extends$1w() { _extends$1w = 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$1w.apply(this, arguments); }
|
|
872
872
|
|
|
873
873
|
function SvgTrendDown(props) {
|
|
874
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
874
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$1w({
|
|
875
875
|
viewBox: "0 0 16 16",
|
|
876
876
|
fill: "none",
|
|
877
877
|
strokeLinecap: "round",
|