@popmenu/dashboard 0.90.0 → 0.92.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 +22 -22
- package/build/index.es.js.map +1 -1
- package/build/index.js +22 -22
- package/build/index.js.map +1 -1
- package/package.json +2 -2
package/build/index.js
CHANGED
|
@@ -167,19 +167,19 @@ function __rest(s, e) {
|
|
|
167
167
|
return t;
|
|
168
168
|
}
|
|
169
169
|
|
|
170
|
-
var _path$
|
|
170
|
+
var _path$1D;
|
|
171
171
|
|
|
172
|
-
function _extends$
|
|
172
|
+
function _extends$3G() { _extends$3G = 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$3G.apply(this, arguments); }
|
|
173
173
|
|
|
174
174
|
function SvgUser(props) {
|
|
175
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
175
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$3G({
|
|
176
176
|
viewBox: "0 0 16 16",
|
|
177
177
|
fill: "none",
|
|
178
178
|
strokeLinecap: "round",
|
|
179
179
|
strokeLinejoin: "round",
|
|
180
180
|
width: "1em",
|
|
181
181
|
height: "1em"
|
|
182
|
-
}, props), _path$
|
|
182
|
+
}, props), _path$1D || (_path$1D = /*#__PURE__*/React__namespace.createElement("path", {
|
|
183
183
|
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",
|
|
184
184
|
stroke: "currentColor"
|
|
185
185
|
})));
|
|
@@ -572,10 +572,10 @@ var useTypographyStyles = styles.makeStyles(function (theme) {
|
|
|
572
572
|
});
|
|
573
573
|
|
|
574
574
|
var Typography = function (props) {
|
|
575
|
-
props.weight; props.color; var restProps = __rest(props, ["weight", "color"]);
|
|
575
|
+
props.weight; props.color; var TypographyRef = props.TypographyRef, restProps = __rest(props, ["weight", "color", "TypographyRef"]);
|
|
576
576
|
var classes = useTypographyStyles(__assign({}, props));
|
|
577
577
|
var variantMapping = { subtitle1: 'p' };
|
|
578
|
-
return React__default['default'].createElement(core.Typography, __assign({ classes: classes, variantMapping: variantMapping }, restProps));
|
|
578
|
+
return React__default['default'].createElement(core.Typography, __assign({ classes: classes, variantMapping: variantMapping, ref: TypographyRef }, restProps));
|
|
579
579
|
};
|
|
580
580
|
Typography.displayName = 'Typography';
|
|
581
581
|
Typography.defaultProps = defaultTypographyProps;
|
|
@@ -837,37 +837,37 @@ core.makeStyles(function (theme) { return ({
|
|
|
837
837
|
},
|
|
838
838
|
}); });
|
|
839
839
|
|
|
840
|
-
var _path$
|
|
840
|
+
var _path$2o;
|
|
841
841
|
|
|
842
|
-
function _extends$
|
|
842
|
+
function _extends$5o() { _extends$5o = 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$5o.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$5o({
|
|
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$2o || (_path$2o = /*#__PURE__*/React__namespace.createElement("path", {
|
|
853
853
|
d: "M4 6l4 4 4-4",
|
|
854
854
|
stroke: "currentColor"
|
|
855
855
|
})));
|
|
856
856
|
}
|
|
857
857
|
|
|
858
|
-
var _g$
|
|
858
|
+
var _g$23;
|
|
859
859
|
|
|
860
|
-
function _extends$
|
|
860
|
+
function _extends$3I() { _extends$3I = 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$3I.apply(this, arguments); }
|
|
861
861
|
|
|
862
862
|
function SvgTrend(props) {
|
|
863
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
863
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$3I({
|
|
864
864
|
viewBox: "0 0 16 16",
|
|
865
865
|
fill: "none",
|
|
866
866
|
strokeLinecap: "round",
|
|
867
867
|
strokeLinejoin: "round",
|
|
868
868
|
width: "1em",
|
|
869
869
|
height: "1em"
|
|
870
|
-
}, props), _g$
|
|
870
|
+
}, props), _g$23 || (_g$23 = /*#__PURE__*/React__namespace.createElement("g", {
|
|
871
871
|
stroke: "currentColor"
|
|
872
872
|
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
873
873
|
d: "M15.333 4L9 10.333 5.667 7l-5 5"
|
|
@@ -876,19 +876,19 @@ function SvgTrend(props) {
|
|
|
876
876
|
}))));
|
|
877
877
|
}
|
|
878
878
|
|
|
879
|
-
var _g
|
|
879
|
+
var _g$22;
|
|
880
880
|
|
|
881
|
-
function _extends$
|
|
881
|
+
function _extends$3H() { _extends$3H = 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$3H.apply(this, arguments); }
|
|
882
882
|
|
|
883
883
|
function SvgTrendDown(props) {
|
|
884
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
884
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$3H({
|
|
885
885
|
viewBox: "0 0 16 16",
|
|
886
886
|
fill: "none",
|
|
887
887
|
strokeLinecap: "round",
|
|
888
888
|
strokeLinejoin: "round",
|
|
889
889
|
width: "1em",
|
|
890
890
|
height: "1em"
|
|
891
|
-
}, props), _g
|
|
891
|
+
}, props), _g$22 || (_g$22 = /*#__PURE__*/React__namespace.createElement("g", {
|
|
892
892
|
stroke: "currentColor"
|
|
893
893
|
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
894
894
|
d: "M15.333 12L9 5.667 5.667 9l-5-5"
|
|
@@ -897,19 +897,19 @@ function SvgTrendDown(props) {
|
|
|
897
897
|
}))));
|
|
898
898
|
}
|
|
899
899
|
|
|
900
|
-
var _path$
|
|
900
|
+
var _path$w;
|
|
901
901
|
|
|
902
|
-
function _extends$
|
|
902
|
+
function _extends$1o() { _extends$1o = 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$1o.apply(this, arguments); }
|
|
903
903
|
|
|
904
904
|
function SvgGitCommit(props) {
|
|
905
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
905
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$1o({
|
|
906
906
|
viewBox: "0 0 16 16",
|
|
907
907
|
fill: "none",
|
|
908
908
|
strokeLinecap: "round",
|
|
909
909
|
strokeLinejoin: "round",
|
|
910
910
|
width: "1em",
|
|
911
911
|
height: "1em"
|
|
912
|
-
}, props), _path$
|
|
912
|
+
}, props), _path$w || (_path$w = /*#__PURE__*/React__namespace.createElement("path", {
|
|
913
913
|
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",
|
|
914
914
|
stroke: "currentColor"
|
|
915
915
|
})));
|