@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.es.js
CHANGED
|
@@ -124,19 +124,19 @@ function __rest(s, e) {
|
|
|
124
124
|
return t;
|
|
125
125
|
}
|
|
126
126
|
|
|
127
|
-
var _path$
|
|
127
|
+
var _path$1D;
|
|
128
128
|
|
|
129
|
-
function _extends$
|
|
129
|
+
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); }
|
|
130
130
|
|
|
131
131
|
function SvgUser(props) {
|
|
132
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
132
|
+
return /*#__PURE__*/React.createElement("svg", _extends$3G({
|
|
133
133
|
viewBox: "0 0 16 16",
|
|
134
134
|
fill: "none",
|
|
135
135
|
strokeLinecap: "round",
|
|
136
136
|
strokeLinejoin: "round",
|
|
137
137
|
width: "1em",
|
|
138
138
|
height: "1em"
|
|
139
|
-
}, props), _path$
|
|
139
|
+
}, props), _path$1D || (_path$1D = /*#__PURE__*/React.createElement("path", {
|
|
140
140
|
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",
|
|
141
141
|
stroke: "currentColor"
|
|
142
142
|
})));
|
|
@@ -529,10 +529,10 @@ var useTypographyStyles = makeStyles$1(function (theme) {
|
|
|
529
529
|
});
|
|
530
530
|
|
|
531
531
|
var Typography = function (props) {
|
|
532
|
-
props.weight; props.color; var restProps = __rest(props, ["weight", "color"]);
|
|
532
|
+
props.weight; props.color; var TypographyRef = props.TypographyRef, restProps = __rest(props, ["weight", "color", "TypographyRef"]);
|
|
533
533
|
var classes = useTypographyStyles(__assign({}, props));
|
|
534
534
|
var variantMapping = { subtitle1: 'p' };
|
|
535
|
-
return React__default.createElement(Typography$1, __assign({ classes: classes, variantMapping: variantMapping }, restProps));
|
|
535
|
+
return React__default.createElement(Typography$1, __assign({ classes: classes, variantMapping: variantMapping, ref: TypographyRef }, restProps));
|
|
536
536
|
};
|
|
537
537
|
Typography.displayName = 'Typography';
|
|
538
538
|
Typography.defaultProps = defaultTypographyProps;
|
|
@@ -794,37 +794,37 @@ makeStyles(function (theme) { return ({
|
|
|
794
794
|
},
|
|
795
795
|
}); });
|
|
796
796
|
|
|
797
|
-
var _path$
|
|
797
|
+
var _path$2o;
|
|
798
798
|
|
|
799
|
-
function _extends$
|
|
799
|
+
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); }
|
|
800
800
|
|
|
801
801
|
function SvgChevronDown(props) {
|
|
802
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
802
|
+
return /*#__PURE__*/React.createElement("svg", _extends$5o({
|
|
803
803
|
viewBox: "0 0 16 16",
|
|
804
804
|
fill: "none",
|
|
805
805
|
strokeLinecap: "round",
|
|
806
806
|
strokeLinejoin: "round",
|
|
807
807
|
width: "1em",
|
|
808
808
|
height: "1em"
|
|
809
|
-
}, props), _path$
|
|
809
|
+
}, props), _path$2o || (_path$2o = /*#__PURE__*/React.createElement("path", {
|
|
810
810
|
d: "M4 6l4 4 4-4",
|
|
811
811
|
stroke: "currentColor"
|
|
812
812
|
})));
|
|
813
813
|
}
|
|
814
814
|
|
|
815
|
-
var _g$
|
|
815
|
+
var _g$23;
|
|
816
816
|
|
|
817
|
-
function _extends$
|
|
817
|
+
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); }
|
|
818
818
|
|
|
819
819
|
function SvgTrend(props) {
|
|
820
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
820
|
+
return /*#__PURE__*/React.createElement("svg", _extends$3I({
|
|
821
821
|
viewBox: "0 0 16 16",
|
|
822
822
|
fill: "none",
|
|
823
823
|
strokeLinecap: "round",
|
|
824
824
|
strokeLinejoin: "round",
|
|
825
825
|
width: "1em",
|
|
826
826
|
height: "1em"
|
|
827
|
-
}, props), _g$
|
|
827
|
+
}, props), _g$23 || (_g$23 = /*#__PURE__*/React.createElement("g", {
|
|
828
828
|
stroke: "currentColor"
|
|
829
829
|
}, /*#__PURE__*/React.createElement("path", {
|
|
830
830
|
d: "M15.333 4L9 10.333 5.667 7l-5 5"
|
|
@@ -833,19 +833,19 @@ function SvgTrend(props) {
|
|
|
833
833
|
}))));
|
|
834
834
|
}
|
|
835
835
|
|
|
836
|
-
var _g
|
|
836
|
+
var _g$22;
|
|
837
837
|
|
|
838
|
-
function _extends$
|
|
838
|
+
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); }
|
|
839
839
|
|
|
840
840
|
function SvgTrendDown(props) {
|
|
841
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
841
|
+
return /*#__PURE__*/React.createElement("svg", _extends$3H({
|
|
842
842
|
viewBox: "0 0 16 16",
|
|
843
843
|
fill: "none",
|
|
844
844
|
strokeLinecap: "round",
|
|
845
845
|
strokeLinejoin: "round",
|
|
846
846
|
width: "1em",
|
|
847
847
|
height: "1em"
|
|
848
|
-
}, props), _g
|
|
848
|
+
}, props), _g$22 || (_g$22 = /*#__PURE__*/React.createElement("g", {
|
|
849
849
|
stroke: "currentColor"
|
|
850
850
|
}, /*#__PURE__*/React.createElement("path", {
|
|
851
851
|
d: "M15.333 12L9 5.667 5.667 9l-5-5"
|
|
@@ -854,19 +854,19 @@ function SvgTrendDown(props) {
|
|
|
854
854
|
}))));
|
|
855
855
|
}
|
|
856
856
|
|
|
857
|
-
var _path$
|
|
857
|
+
var _path$w;
|
|
858
858
|
|
|
859
|
-
function _extends$
|
|
859
|
+
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); }
|
|
860
860
|
|
|
861
861
|
function SvgGitCommit(props) {
|
|
862
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
862
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1o({
|
|
863
863
|
viewBox: "0 0 16 16",
|
|
864
864
|
fill: "none",
|
|
865
865
|
strokeLinecap: "round",
|
|
866
866
|
strokeLinejoin: "round",
|
|
867
867
|
width: "1em",
|
|
868
868
|
height: "1em"
|
|
869
|
-
}, props), _path$
|
|
869
|
+
}, props), _path$w || (_path$w = /*#__PURE__*/React.createElement("path", {
|
|
870
870
|
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",
|
|
871
871
|
stroke: "currentColor"
|
|
872
872
|
})));
|