@popmenu/dashboard 0.48.0 → 0.50.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 +37 -16
- package/build/index.es.js.map +1 -1
- package/build/index.js +37 -16
- package/build/index.js.map +1 -1
- package/package.json +2 -2
package/build/index.js
CHANGED
|
@@ -169,19 +169,19 @@ function __rest(s, e) {
|
|
|
169
169
|
return t;
|
|
170
170
|
}
|
|
171
171
|
|
|
172
|
-
var _path$
|
|
172
|
+
var _path$E;
|
|
173
173
|
|
|
174
|
-
function _extends$
|
|
174
|
+
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); }
|
|
175
175
|
|
|
176
176
|
function SvgUser(props) {
|
|
177
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
177
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$1w({
|
|
178
178
|
viewBox: "0 0 16 16",
|
|
179
179
|
fill: "none",
|
|
180
180
|
strokeLinecap: "round",
|
|
181
181
|
strokeLinejoin: "round",
|
|
182
182
|
width: "1em",
|
|
183
183
|
height: "1em"
|
|
184
|
-
}, props), _path$
|
|
184
|
+
}, props), _path$E || (_path$E = /*#__PURE__*/React__namespace.createElement("path", {
|
|
185
185
|
d: "M13.333 14v-1.333A2.667 2.667 0 0010.667 10H5.333a2.667 2.667 0 00-2.666 2.667V14M8 7.333A2.667 2.667 0 108 2a2.667 2.667 0 000 5.333z",
|
|
186
186
|
stroke: "currentColor"
|
|
187
187
|
})));
|
|
@@ -382,6 +382,27 @@ Avatar.defaultProps = {
|
|
|
382
382
|
};
|
|
383
383
|
Avatar.displayName = 'Avatar';
|
|
384
384
|
|
|
385
|
+
styles.makeStyles(function (theme) { return ({
|
|
386
|
+
circle: {
|
|
387
|
+
backgroundColor: theme.palette.grey[300],
|
|
388
|
+
borderRadius: '50%',
|
|
389
|
+
height: theme.spacing(0.65),
|
|
390
|
+
width: theme.spacing(0.65),
|
|
391
|
+
margin: theme.spacing(1) + "px 0 " + theme.spacing(1) + "px " + theme.spacing(1) + "px",
|
|
392
|
+
},
|
|
393
|
+
container: {
|
|
394
|
+
border: "1px solid " + theme.palette.secondary.light,
|
|
395
|
+
borderRadius: theme.spacing(0.5),
|
|
396
|
+
flexGrow: 1,
|
|
397
|
+
},
|
|
398
|
+
titleBar: {
|
|
399
|
+
display: 'flex',
|
|
400
|
+
flexDirection: 'row',
|
|
401
|
+
borderBottom: "1px solid " + theme.palette.secondary.light,
|
|
402
|
+
width: '100%',
|
|
403
|
+
},
|
|
404
|
+
}); });
|
|
405
|
+
|
|
385
406
|
var useButtonStyles = styles.makeStyles(function () { return ({
|
|
386
407
|
root: {
|
|
387
408
|
minWidth: 'unset',
|
|
@@ -827,37 +848,37 @@ core.makeStyles(function (theme) { return ({
|
|
|
827
848
|
},
|
|
828
849
|
}); });
|
|
829
850
|
|
|
830
|
-
var _path$
|
|
851
|
+
var _path$16;
|
|
831
852
|
|
|
832
|
-
function _extends$
|
|
853
|
+
function _extends$2u() { _extends$2u = 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$2u.apply(this, arguments); }
|
|
833
854
|
|
|
834
855
|
function SvgChevronDown(props) {
|
|
835
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
856
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$2u({
|
|
836
857
|
viewBox: "0 0 16 16",
|
|
837
858
|
fill: "none",
|
|
838
859
|
strokeLinecap: "round",
|
|
839
860
|
strokeLinejoin: "round",
|
|
840
861
|
width: "1em",
|
|
841
862
|
height: "1em"
|
|
842
|
-
}, props), _path$
|
|
863
|
+
}, props), _path$16 || (_path$16 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
843
864
|
d: "M4 6l4 4 4-4",
|
|
844
865
|
stroke: "currentColor"
|
|
845
866
|
})));
|
|
846
867
|
}
|
|
847
868
|
|
|
848
|
-
var _g$
|
|
869
|
+
var _g$U;
|
|
849
870
|
|
|
850
|
-
function _extends$
|
|
871
|
+
function _extends$1y() { _extends$1y = 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$1y.apply(this, arguments); }
|
|
851
872
|
|
|
852
873
|
function SvgTrend(props) {
|
|
853
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
874
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$1y({
|
|
854
875
|
viewBox: "0 0 16 16",
|
|
855
876
|
fill: "none",
|
|
856
877
|
strokeLinecap: "round",
|
|
857
878
|
strokeLinejoin: "round",
|
|
858
879
|
width: "1em",
|
|
859
880
|
height: "1em"
|
|
860
|
-
}, props), _g$
|
|
881
|
+
}, props), _g$U || (_g$U = /*#__PURE__*/React__namespace.createElement("g", {
|
|
861
882
|
stroke: "currentColor"
|
|
862
883
|
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
863
884
|
d: "M15.333 4L9 10.333 5.667 7l-5 5"
|
|
@@ -866,19 +887,19 @@ function SvgTrend(props) {
|
|
|
866
887
|
}))));
|
|
867
888
|
}
|
|
868
889
|
|
|
869
|
-
var _g$
|
|
890
|
+
var _g$T;
|
|
870
891
|
|
|
871
|
-
function _extends$
|
|
892
|
+
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); }
|
|
872
893
|
|
|
873
894
|
function SvgTrendDown(props) {
|
|
874
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
895
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$1x({
|
|
875
896
|
viewBox: "0 0 16 16",
|
|
876
897
|
fill: "none",
|
|
877
898
|
strokeLinecap: "round",
|
|
878
899
|
strokeLinejoin: "round",
|
|
879
900
|
width: "1em",
|
|
880
901
|
height: "1em"
|
|
881
|
-
}, props), _g$
|
|
902
|
+
}, props), _g$T || (_g$T = /*#__PURE__*/React__namespace.createElement("g", {
|
|
882
903
|
stroke: "currentColor"
|
|
883
904
|
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
884
905
|
d: "M15.333 12L9 5.667 5.667 9l-5-5"
|