@popmenu/admin-ui 0.91.0 → 0.93.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 +36 -36
- package/build/index.es.js.map +1 -1
- package/build/index.js +36 -36
- package/build/index.js.map +1 -1
- package/package.json +2 -2
package/build/index.js
CHANGED
|
@@ -228,19 +228,19 @@ function __rest(s, e) {
|
|
|
228
228
|
return t;
|
|
229
229
|
}
|
|
230
230
|
|
|
231
|
-
var _path$
|
|
231
|
+
var _path$1D;
|
|
232
232
|
|
|
233
|
-
function _extends$
|
|
233
|
+
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); }
|
|
234
234
|
|
|
235
235
|
function SvgUser(props) {
|
|
236
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
236
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$3G({
|
|
237
237
|
viewBox: "0 0 16 16",
|
|
238
238
|
fill: "none",
|
|
239
239
|
strokeLinecap: "round",
|
|
240
240
|
strokeLinejoin: "round",
|
|
241
241
|
width: "1em",
|
|
242
242
|
height: "1em"
|
|
243
|
-
}, props), _path$
|
|
243
|
+
}, props), _path$1D || (_path$1D = /*#__PURE__*/React__namespace.createElement("path", {
|
|
244
244
|
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",
|
|
245
245
|
stroke: "currentColor"
|
|
246
246
|
})));
|
|
@@ -911,19 +911,19 @@ core.makeStyles(function (theme) { return ({
|
|
|
911
911
|
},
|
|
912
912
|
}); });
|
|
913
913
|
|
|
914
|
-
var _g$
|
|
914
|
+
var _g$2B;
|
|
915
915
|
|
|
916
|
-
function _extends$
|
|
916
|
+
function _extends$4J() { _extends$4J = 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$4J.apply(this, arguments); }
|
|
917
917
|
|
|
918
918
|
function SvgCheckCircle(props) {
|
|
919
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
919
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$4J({
|
|
920
920
|
viewBox: "0 0 16 16",
|
|
921
921
|
fill: "none",
|
|
922
922
|
strokeLinecap: "round",
|
|
923
923
|
strokeLinejoin: "round",
|
|
924
924
|
width: "1em",
|
|
925
925
|
height: "1em"
|
|
926
|
-
}, props), _g$
|
|
926
|
+
}, props), _g$2B || (_g$2B = /*#__PURE__*/React__namespace.createElement("g", {
|
|
927
927
|
stroke: "currentColor"
|
|
928
928
|
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
929
929
|
d: "M14.667 7.387V8a6.667 6.667 0 11-3.954-6.093"
|
|
@@ -932,44 +932,44 @@ function SvgCheckCircle(props) {
|
|
|
932
932
|
}))));
|
|
933
933
|
}
|
|
934
934
|
|
|
935
|
-
var _path$
|
|
935
|
+
var _path$26;
|
|
936
936
|
|
|
937
|
-
function _extends$
|
|
937
|
+
function _extends$4G() { _extends$4G = 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$4G.apply(this, arguments); }
|
|
938
938
|
|
|
939
939
|
function SvgX(props) {
|
|
940
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
940
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$4G({
|
|
941
941
|
viewBox: "0 0 16 16",
|
|
942
942
|
fill: "none",
|
|
943
943
|
strokeLinecap: "round",
|
|
944
944
|
strokeLinejoin: "round",
|
|
945
945
|
width: "1em",
|
|
946
946
|
height: "1em"
|
|
947
|
-
}, props), _path$
|
|
947
|
+
}, props), _path$26 || (_path$26 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
948
948
|
d: "M12 4l-8 8m0-8l8 8",
|
|
949
949
|
stroke: "currentColor"
|
|
950
950
|
})));
|
|
951
951
|
}
|
|
952
952
|
|
|
953
|
-
var _g$
|
|
953
|
+
var _g$2o, _defs$1t;
|
|
954
954
|
|
|
955
|
-
function _extends$
|
|
955
|
+
function _extends$4o() { _extends$4o = 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$4o.apply(this, arguments); }
|
|
956
956
|
|
|
957
957
|
function SvgHelp(props) {
|
|
958
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
958
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$4o({
|
|
959
959
|
viewBox: "0 0 16 16",
|
|
960
960
|
fill: "none",
|
|
961
961
|
strokeLinecap: "round",
|
|
962
962
|
strokeLinejoin: "round",
|
|
963
963
|
width: "1em",
|
|
964
964
|
height: "1em"
|
|
965
|
-
}, props), _g$
|
|
965
|
+
}, props), _g$2o || (_g$2o = /*#__PURE__*/React__namespace.createElement("g", {
|
|
966
966
|
clipPath: "url(#help_svg__clip0_8_5446)",
|
|
967
967
|
stroke: "currentColor"
|
|
968
968
|
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
969
969
|
d: "M8 14.667A6.667 6.667 0 108 1.334a6.667 6.667 0 000 13.333z"
|
|
970
970
|
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
971
971
|
d: "M6.06 6a2 2 0 013.887.667c0 1.333-2 2-2 2M8 11.334h.007"
|
|
972
|
-
}))), _defs$
|
|
972
|
+
}))), _defs$1t || (_defs$1t = /*#__PURE__*/React__namespace.createElement("defs", null, /*#__PURE__*/React__namespace.createElement("clipPath", {
|
|
973
973
|
id: "help_svg__clip0_8_5446"
|
|
974
974
|
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
975
975
|
fill: "currentColor",
|
|
@@ -977,24 +977,24 @@ function SvgHelp(props) {
|
|
|
977
977
|
})))));
|
|
978
978
|
}
|
|
979
979
|
|
|
980
|
-
var _g$
|
|
980
|
+
var _g$2l, _defs$1s;
|
|
981
981
|
|
|
982
|
-
function _extends$
|
|
982
|
+
function _extends$4l() { _extends$4l = 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$4l.apply(this, arguments); }
|
|
983
983
|
|
|
984
984
|
function SvgInfo(props) {
|
|
985
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
985
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$4l({
|
|
986
986
|
viewBox: "0 0 16 16",
|
|
987
987
|
fill: "none",
|
|
988
988
|
strokeLinecap: "round",
|
|
989
989
|
strokeLinejoin: "round",
|
|
990
990
|
width: "1em",
|
|
991
991
|
height: "1em"
|
|
992
|
-
}, props), _g$
|
|
992
|
+
}, props), _g$2l || (_g$2l = /*#__PURE__*/React__namespace.createElement("g", {
|
|
993
993
|
clipPath: "url(#info_svg__clip0_8_5377)",
|
|
994
994
|
stroke: "currentColor"
|
|
995
995
|
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
996
996
|
d: "M8 14.667A6.667 6.667 0 108 1.334a6.667 6.667 0 000 13.333zm0-4V8m0-2.667h.007"
|
|
997
|
-
}))), _defs$
|
|
997
|
+
}))), _defs$1s || (_defs$1s = /*#__PURE__*/React__namespace.createElement("defs", null, /*#__PURE__*/React__namespace.createElement("clipPath", {
|
|
998
998
|
id: "info_svg__clip0_8_5377"
|
|
999
999
|
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
1000
1000
|
fill: "currentColor",
|
|
@@ -1002,24 +1002,24 @@ function SvgInfo(props) {
|
|
|
1002
1002
|
})))));
|
|
1003
1003
|
}
|
|
1004
1004
|
|
|
1005
|
-
var _g$
|
|
1005
|
+
var _g$1$, _defs$1e;
|
|
1006
1006
|
|
|
1007
|
-
function _extends$
|
|
1007
|
+
function _extends$3v() { _extends$3v = 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$3v.apply(this, arguments); }
|
|
1008
1008
|
|
|
1009
1009
|
function SvgError(props) {
|
|
1010
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
1010
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$3v({
|
|
1011
1011
|
viewBox: "0 0 16 16",
|
|
1012
1012
|
fill: "none",
|
|
1013
1013
|
strokeLinecap: "round",
|
|
1014
1014
|
strokeLinejoin: "round",
|
|
1015
1015
|
width: "1em",
|
|
1016
1016
|
height: "1em"
|
|
1017
|
-
}, props), _g$
|
|
1017
|
+
}, props), _g$1$ || (_g$1$ = /*#__PURE__*/React__namespace.createElement("g", {
|
|
1018
1018
|
clipPath: "url(#error_svg__clip0_8_5411)",
|
|
1019
1019
|
stroke: "currentColor"
|
|
1020
1020
|
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
1021
1021
|
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"
|
|
1022
|
-
}))), _defs$
|
|
1022
|
+
}))), _defs$1e || (_defs$1e = /*#__PURE__*/React__namespace.createElement("defs", null, /*#__PURE__*/React__namespace.createElement("clipPath", {
|
|
1023
1023
|
id: "error_svg__clip0_8_5411"
|
|
1024
1024
|
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
1025
1025
|
fill: "currentColor",
|
|
@@ -1027,42 +1027,42 @@ function SvgError(props) {
|
|
|
1027
1027
|
})))));
|
|
1028
1028
|
}
|
|
1029
1029
|
|
|
1030
|
-
var _path$
|
|
1030
|
+
var _path$1u;
|
|
1031
1031
|
|
|
1032
|
-
function _extends$
|
|
1032
|
+
function _extends$3u() { _extends$3u = 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$3u.apply(this, arguments); }
|
|
1033
1033
|
|
|
1034
1034
|
function SvgWarning(props) {
|
|
1035
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
1035
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$3u({
|
|
1036
1036
|
viewBox: "0 0 16 16",
|
|
1037
1037
|
fill: "none",
|
|
1038
1038
|
strokeLinecap: "round",
|
|
1039
1039
|
strokeLinejoin: "round",
|
|
1040
1040
|
width: "1em",
|
|
1041
1041
|
height: "1em"
|
|
1042
|
-
}, props), _path$
|
|
1042
|
+
}, props), _path$1u || (_path$1u = /*#__PURE__*/React__namespace.createElement("path", {
|
|
1043
1043
|
d: "M6.86 2.573L1.213 12a1.334 1.334 0 001.14 2h11.294a1.332 1.332 0 001.14-2L9.14 2.573a1.333 1.333 0 00-2.28 0v0zM8 6v2.667m0 2.667h.007",
|
|
1044
1044
|
stroke: "currentColor"
|
|
1045
1045
|
})));
|
|
1046
1046
|
}
|
|
1047
1047
|
|
|
1048
|
-
var _g$
|
|
1048
|
+
var _g$W, _defs$B;
|
|
1049
1049
|
|
|
1050
|
-
function _extends$
|
|
1050
|
+
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); }
|
|
1051
1051
|
|
|
1052
1052
|
function SvgCircle(props) {
|
|
1053
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
1053
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$1x({
|
|
1054
1054
|
viewBox: "0 0 16 16",
|
|
1055
1055
|
fill: "none",
|
|
1056
1056
|
strokeLinecap: "round",
|
|
1057
1057
|
strokeLinejoin: "round",
|
|
1058
1058
|
width: "1em",
|
|
1059
1059
|
height: "1em"
|
|
1060
|
-
}, props), _g$
|
|
1060
|
+
}, props), _g$W || (_g$W = /*#__PURE__*/React__namespace.createElement("g", {
|
|
1061
1061
|
clipPath: "url(#circle_svg__clip0_8_2293)"
|
|
1062
1062
|
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
1063
1063
|
d: "M8 14.667A6.667 6.667 0 108 1.334a6.667 6.667 0 000 13.333z",
|
|
1064
1064
|
stroke: "currentColor"
|
|
1065
|
-
}))), _defs$
|
|
1065
|
+
}))), _defs$B || (_defs$B = /*#__PURE__*/React__namespace.createElement("defs", null, /*#__PURE__*/React__namespace.createElement("clipPath", {
|
|
1066
1066
|
id: "circle_svg__clip0_8_2293"
|
|
1067
1067
|
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
1068
1068
|
fill: "currentColor",
|