@popmenu/admin-ui 0.49.0 → 0.51.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 +54 -33
- package/build/index.es.js.map +1 -1
- package/build/index.js +54 -33
- package/build/index.js.map +1 -1
- package/package.json +2 -2
package/build/index.es.js
CHANGED
|
@@ -176,19 +176,19 @@ function __rest(s, e) {
|
|
|
176
176
|
return t;
|
|
177
177
|
}
|
|
178
178
|
|
|
179
|
-
var _path$
|
|
179
|
+
var _path$E;
|
|
180
180
|
|
|
181
|
-
function _extends$
|
|
181
|
+
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); }
|
|
182
182
|
|
|
183
183
|
function SvgUser(props) {
|
|
184
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
184
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1w({
|
|
185
185
|
viewBox: "0 0 16 16",
|
|
186
186
|
fill: "none",
|
|
187
187
|
strokeLinecap: "round",
|
|
188
188
|
strokeLinejoin: "round",
|
|
189
189
|
width: "1em",
|
|
190
190
|
height: "1em"
|
|
191
|
-
}, props), _path$
|
|
191
|
+
}, props), _path$E || (_path$E = /*#__PURE__*/React.createElement("path", {
|
|
192
192
|
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",
|
|
193
193
|
stroke: "currentColor"
|
|
194
194
|
})));
|
|
@@ -389,6 +389,27 @@ Avatar.defaultProps = {
|
|
|
389
389
|
};
|
|
390
390
|
Avatar.displayName = 'Avatar';
|
|
391
391
|
|
|
392
|
+
makeStyles$1(function (theme) { return ({
|
|
393
|
+
circle: {
|
|
394
|
+
backgroundColor: theme.palette.grey[300],
|
|
395
|
+
borderRadius: '50%',
|
|
396
|
+
height: theme.spacing(0.65),
|
|
397
|
+
width: theme.spacing(0.65),
|
|
398
|
+
margin: theme.spacing(1) + "px 0 " + theme.spacing(1) + "px " + theme.spacing(1) + "px",
|
|
399
|
+
},
|
|
400
|
+
container: {
|
|
401
|
+
border: "1px solid " + theme.palette.secondary.light,
|
|
402
|
+
borderRadius: theme.spacing(0.5),
|
|
403
|
+
flexGrow: 1,
|
|
404
|
+
},
|
|
405
|
+
titleBar: {
|
|
406
|
+
display: 'flex',
|
|
407
|
+
flexDirection: 'row',
|
|
408
|
+
borderBottom: "1px solid " + theme.palette.secondary.light,
|
|
409
|
+
width: '100%',
|
|
410
|
+
},
|
|
411
|
+
}); });
|
|
412
|
+
|
|
392
413
|
var useButtonStyles$1 = makeStyles$1(function () { return ({
|
|
393
414
|
root: {
|
|
394
415
|
minWidth: 'unset',
|
|
@@ -834,26 +855,26 @@ makeStyles(function (theme) { return ({
|
|
|
834
855
|
},
|
|
835
856
|
}); });
|
|
836
857
|
|
|
837
|
-
var _g$
|
|
858
|
+
var _g$1e, _defs$J;
|
|
838
859
|
|
|
839
|
-
function _extends$
|
|
860
|
+
function _extends$29() { _extends$29 = 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$29.apply(this, arguments); }
|
|
840
861
|
|
|
841
862
|
function SvgCheckCircle(props) {
|
|
842
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
863
|
+
return /*#__PURE__*/React.createElement("svg", _extends$29({
|
|
843
864
|
viewBox: "0 0 16 16",
|
|
844
865
|
fill: "none",
|
|
845
866
|
strokeLinecap: "round",
|
|
846
867
|
strokeLinejoin: "round",
|
|
847
868
|
width: "1em",
|
|
848
869
|
height: "1em"
|
|
849
|
-
}, props), _g$
|
|
870
|
+
}, props), _g$1e || (_g$1e = /*#__PURE__*/React.createElement("g", {
|
|
850
871
|
clipPath: "url(#check-circle_svg__clip0_8_5831)",
|
|
851
872
|
stroke: "currentColor"
|
|
852
873
|
}, /*#__PURE__*/React.createElement("path", {
|
|
853
874
|
d: "M14.667 7.387V8a6.667 6.667 0 11-3.954-6.093"
|
|
854
875
|
}), /*#__PURE__*/React.createElement("path", {
|
|
855
876
|
d: "M14.667 2.667L8 9.34l-2-2"
|
|
856
|
-
}))), _defs$
|
|
877
|
+
}))), _defs$J || (_defs$J = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
857
878
|
id: "check-circle_svg__clip0_8_5831"
|
|
858
879
|
}, /*#__PURE__*/React.createElement("path", {
|
|
859
880
|
fill: "currentColor",
|
|
@@ -863,10 +884,10 @@ function SvgCheckCircle(props) {
|
|
|
863
884
|
|
|
864
885
|
var _path$V;
|
|
865
886
|
|
|
866
|
-
function _extends$
|
|
887
|
+
function _extends$27() { _extends$27 = 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$27.apply(this, arguments); }
|
|
867
888
|
|
|
868
889
|
function SvgX(props) {
|
|
869
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
890
|
+
return /*#__PURE__*/React.createElement("svg", _extends$27({
|
|
870
891
|
viewBox: "0 0 16 16",
|
|
871
892
|
fill: "none",
|
|
872
893
|
strokeLinecap: "round",
|
|
@@ -879,26 +900,26 @@ function SvgX(props) {
|
|
|
879
900
|
})));
|
|
880
901
|
}
|
|
881
902
|
|
|
882
|
-
var _g$
|
|
903
|
+
var _g$16, _defs$C;
|
|
883
904
|
|
|
884
|
-
function _extends$
|
|
905
|
+
function _extends$1Z() { _extends$1Z = 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$1Z.apply(this, arguments); }
|
|
885
906
|
|
|
886
907
|
function SvgHelp(props) {
|
|
887
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
908
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1Z({
|
|
888
909
|
viewBox: "0 0 16 16",
|
|
889
910
|
fill: "none",
|
|
890
911
|
strokeLinecap: "round",
|
|
891
912
|
strokeLinejoin: "round",
|
|
892
913
|
width: "1em",
|
|
893
914
|
height: "1em"
|
|
894
|
-
}, props), _g$
|
|
915
|
+
}, props), _g$16 || (_g$16 = /*#__PURE__*/React.createElement("g", {
|
|
895
916
|
clipPath: "url(#help_svg__clip0_8_5446)",
|
|
896
917
|
stroke: "currentColor"
|
|
897
918
|
}, /*#__PURE__*/React.createElement("path", {
|
|
898
919
|
d: "M8 14.667A6.667 6.667 0 108 1.334a6.667 6.667 0 000 13.333z"
|
|
899
920
|
}), /*#__PURE__*/React.createElement("path", {
|
|
900
921
|
d: "M6.06 6a2 2 0 013.887.667c0 1.333-2 2-2 2M8 11.334h.007"
|
|
901
|
-
}))), _defs$
|
|
922
|
+
}))), _defs$C || (_defs$C = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
902
923
|
id: "help_svg__clip0_8_5446"
|
|
903
924
|
}, /*#__PURE__*/React.createElement("path", {
|
|
904
925
|
fill: "currentColor",
|
|
@@ -906,24 +927,24 @@ function SvgHelp(props) {
|
|
|
906
927
|
})))));
|
|
907
928
|
}
|
|
908
929
|
|
|
909
|
-
var _g$
|
|
930
|
+
var _g$14, _defs$B;
|
|
910
931
|
|
|
911
|
-
function _extends$
|
|
932
|
+
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); }
|
|
912
933
|
|
|
913
934
|
function SvgInfo(props) {
|
|
914
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
935
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1X({
|
|
915
936
|
viewBox: "0 0 16 16",
|
|
916
937
|
fill: "none",
|
|
917
938
|
strokeLinecap: "round",
|
|
918
939
|
strokeLinejoin: "round",
|
|
919
940
|
width: "1em",
|
|
920
941
|
height: "1em"
|
|
921
|
-
}, props), _g$
|
|
942
|
+
}, props), _g$14 || (_g$14 = /*#__PURE__*/React.createElement("g", {
|
|
922
943
|
clipPath: "url(#info_svg__clip0_8_5377)",
|
|
923
944
|
stroke: "currentColor"
|
|
924
945
|
}, /*#__PURE__*/React.createElement("path", {
|
|
925
946
|
d: "M8 14.667A6.667 6.667 0 108 1.334a6.667 6.667 0 000 13.333zm0-4V8m0-2.667h.007"
|
|
926
|
-
}))), _defs$
|
|
947
|
+
}))), _defs$B || (_defs$B = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
927
948
|
id: "info_svg__clip0_8_5377"
|
|
928
949
|
}, /*#__PURE__*/React.createElement("path", {
|
|
929
950
|
fill: "currentColor",
|
|
@@ -931,24 +952,24 @@ function SvgInfo(props) {
|
|
|
931
952
|
})))));
|
|
932
953
|
}
|
|
933
954
|
|
|
934
|
-
var _g$
|
|
955
|
+
var _g$R, _defs$s;
|
|
935
956
|
|
|
936
|
-
function _extends$
|
|
957
|
+
function _extends$1s() { _extends$1s = 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$1s.apply(this, arguments); }
|
|
937
958
|
|
|
938
959
|
function SvgError(props) {
|
|
939
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
960
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1s({
|
|
940
961
|
viewBox: "0 0 16 16",
|
|
941
962
|
fill: "none",
|
|
942
963
|
strokeLinecap: "round",
|
|
943
964
|
strokeLinejoin: "round",
|
|
944
965
|
width: "1em",
|
|
945
966
|
height: "1em"
|
|
946
|
-
}, props), _g$
|
|
967
|
+
}, props), _g$R || (_g$R = /*#__PURE__*/React.createElement("g", {
|
|
947
968
|
clipPath: "url(#error_svg__clip0_8_5411)",
|
|
948
969
|
stroke: "currentColor"
|
|
949
970
|
}, /*#__PURE__*/React.createElement("path", {
|
|
950
971
|
d: "M5.24 1.333h5.52l3.907 3.907v5.52l-3.907 3.907H5.24L1.333 10.76V5.24L5.24 1.333zm2.76 4V8m0 2.666h.008"
|
|
951
|
-
}))), _defs$
|
|
972
|
+
}))), _defs$s || (_defs$s = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
952
973
|
id: "error_svg__clip0_8_5411"
|
|
953
974
|
}, /*#__PURE__*/React.createElement("path", {
|
|
954
975
|
fill: "currentColor",
|
|
@@ -958,10 +979,10 @@ function SvgError(props) {
|
|
|
958
979
|
|
|
959
980
|
var _path$B;
|
|
960
981
|
|
|
961
|
-
function _extends$
|
|
982
|
+
function _extends$1r() { _extends$1r = 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$1r.apply(this, arguments); }
|
|
962
983
|
|
|
963
984
|
function SvgWarning(props) {
|
|
964
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
985
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1r({
|
|
965
986
|
viewBox: "0 0 16 16",
|
|
966
987
|
fill: "none",
|
|
967
988
|
strokeLinecap: "round",
|
|
@@ -974,24 +995,24 @@ function SvgWarning(props) {
|
|
|
974
995
|
})));
|
|
975
996
|
}
|
|
976
997
|
|
|
977
|
-
var _g$
|
|
998
|
+
var _g$v, _defs$k;
|
|
978
999
|
|
|
979
|
-
function _extends$
|
|
1000
|
+
function _extends$J() { _extends$J = 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$J.apply(this, arguments); }
|
|
980
1001
|
|
|
981
1002
|
function SvgCircle(props) {
|
|
982
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1003
|
+
return /*#__PURE__*/React.createElement("svg", _extends$J({
|
|
983
1004
|
viewBox: "0 0 16 16",
|
|
984
1005
|
fill: "none",
|
|
985
1006
|
strokeLinecap: "round",
|
|
986
1007
|
strokeLinejoin: "round",
|
|
987
1008
|
width: "1em",
|
|
988
1009
|
height: "1em"
|
|
989
|
-
}, props), _g$
|
|
1010
|
+
}, props), _g$v || (_g$v = /*#__PURE__*/React.createElement("g", {
|
|
990
1011
|
clipPath: "url(#circle_svg__clip0_8_2293)"
|
|
991
1012
|
}, /*#__PURE__*/React.createElement("path", {
|
|
992
1013
|
d: "M8 14.667A6.667 6.667 0 108 1.334a6.667 6.667 0 000 13.333z",
|
|
993
1014
|
stroke: "currentColor"
|
|
994
|
-
}))), _defs$
|
|
1015
|
+
}))), _defs$k || (_defs$k = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
995
1016
|
id: "circle_svg__clip0_8_2293"
|
|
996
1017
|
}, /*#__PURE__*/React.createElement("path", {
|
|
997
1018
|
fill: "currentColor",
|