@popmenu/dashboard 0.61.0 → 0.63.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 +12 -12
- package/build/index.es.js.map +1 -1
- package/build/index.js +12 -12
- package/build/index.js.map +1 -1
- package/package.json +2 -2
package/build/index.js
CHANGED
|
@@ -171,10 +171,10 @@ function __rest(s, e) {
|
|
|
171
171
|
|
|
172
172
|
var _path$H;
|
|
173
173
|
|
|
174
|
-
function _extends$
|
|
174
|
+
function _extends$1C() { _extends$1C = 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$1C.apply(this, arguments); }
|
|
175
175
|
|
|
176
176
|
function SvgUser(props) {
|
|
177
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
177
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$1C({
|
|
178
178
|
viewBox: "0 0 16 16",
|
|
179
179
|
fill: "none",
|
|
180
180
|
strokeLinecap: "round",
|
|
@@ -866,19 +866,19 @@ function SvgChevronDown(props) {
|
|
|
866
866
|
})));
|
|
867
867
|
}
|
|
868
868
|
|
|
869
|
-
var _g$
|
|
869
|
+
var _g$X;
|
|
870
870
|
|
|
871
|
-
function _extends$
|
|
871
|
+
function _extends$1E() { _extends$1E = 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$1E.apply(this, arguments); }
|
|
872
872
|
|
|
873
873
|
function SvgTrend(props) {
|
|
874
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
874
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$1E({
|
|
875
875
|
viewBox: "0 0 16 16",
|
|
876
876
|
fill: "none",
|
|
877
877
|
strokeLinecap: "round",
|
|
878
878
|
strokeLinejoin: "round",
|
|
879
879
|
width: "1em",
|
|
880
880
|
height: "1em"
|
|
881
|
-
}, props), _g$
|
|
881
|
+
}, props), _g$X || (_g$X = /*#__PURE__*/React__namespace.createElement("g", {
|
|
882
882
|
stroke: "currentColor"
|
|
883
883
|
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
884
884
|
d: "M15.333 4L9 10.333 5.667 7l-5 5"
|
|
@@ -887,19 +887,19 @@ function SvgTrend(props) {
|
|
|
887
887
|
}))));
|
|
888
888
|
}
|
|
889
889
|
|
|
890
|
-
var _g$
|
|
890
|
+
var _g$W;
|
|
891
891
|
|
|
892
|
-
function _extends$
|
|
892
|
+
function _extends$1D() { _extends$1D = 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$1D.apply(this, arguments); }
|
|
893
893
|
|
|
894
894
|
function SvgTrendDown(props) {
|
|
895
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
895
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$1D({
|
|
896
896
|
viewBox: "0 0 16 16",
|
|
897
897
|
fill: "none",
|
|
898
898
|
strokeLinecap: "round",
|
|
899
899
|
strokeLinejoin: "round",
|
|
900
900
|
width: "1em",
|
|
901
901
|
height: "1em"
|
|
902
|
-
}, props), _g$
|
|
902
|
+
}, props), _g$W || (_g$W = /*#__PURE__*/React__namespace.createElement("g", {
|
|
903
903
|
stroke: "currentColor"
|
|
904
904
|
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
905
905
|
d: "M15.333 12L9 5.667 5.667 9l-5-5"
|
|
@@ -910,10 +910,10 @@ function SvgTrendDown(props) {
|
|
|
910
910
|
|
|
911
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",
|