@popmenu/admin-ui 0.43.0 → 0.45.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 +34 -34
- package/build/index.es.js.map +1 -1
- package/build/index.js +34 -34
- 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$E;
|
|
232
232
|
|
|
233
|
-
function _extends$
|
|
233
|
+
function _extends$1t() { _extends$1t = 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$1t.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$1t({
|
|
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$E || (_path$E = /*#__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
|
})));
|
|
@@ -883,26 +883,26 @@ core.makeStyles(function (theme) { return ({
|
|
|
883
883
|
},
|
|
884
884
|
}); });
|
|
885
885
|
|
|
886
|
-
var _g$
|
|
886
|
+
var _g$19, _defs$J;
|
|
887
887
|
|
|
888
|
-
function _extends$
|
|
888
|
+
function _extends$26() { _extends$26 = 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$26.apply(this, arguments); }
|
|
889
889
|
|
|
890
890
|
function SvgCheckCircle(props) {
|
|
891
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
891
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$26({
|
|
892
892
|
viewBox: "0 0 16 16",
|
|
893
893
|
fill: "none",
|
|
894
894
|
strokeLinecap: "round",
|
|
895
895
|
strokeLinejoin: "round",
|
|
896
896
|
width: "1em",
|
|
897
897
|
height: "1em"
|
|
898
|
-
}, props), _g$
|
|
898
|
+
}, props), _g$19 || (_g$19 = /*#__PURE__*/React__namespace.createElement("g", {
|
|
899
899
|
clipPath: "url(#check-circle_svg__clip0_8_5831)",
|
|
900
900
|
stroke: "currentColor"
|
|
901
901
|
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
902
902
|
d: "M14.667 7.387V8a6.667 6.667 0 11-3.954-6.093"
|
|
903
903
|
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
904
904
|
d: "M14.667 2.667L8 9.34l-2-2"
|
|
905
|
-
}))), _defs$
|
|
905
|
+
}))), _defs$J || (_defs$J = /*#__PURE__*/React__namespace.createElement("defs", null, /*#__PURE__*/React__namespace.createElement("clipPath", {
|
|
906
906
|
id: "check-circle_svg__clip0_8_5831"
|
|
907
907
|
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
908
908
|
fill: "currentColor",
|
|
@@ -910,44 +910,44 @@ function SvgCheckCircle(props) {
|
|
|
910
910
|
})))));
|
|
911
911
|
}
|
|
912
912
|
|
|
913
|
-
var _path$
|
|
913
|
+
var _path$V;
|
|
914
914
|
|
|
915
|
-
function _extends$
|
|
915
|
+
function _extends$24() { _extends$24 = 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$24.apply(this, arguments); }
|
|
916
916
|
|
|
917
917
|
function SvgX(props) {
|
|
918
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
918
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$24({
|
|
919
919
|
viewBox: "0 0 16 16",
|
|
920
920
|
fill: "none",
|
|
921
921
|
strokeLinecap: "round",
|
|
922
922
|
strokeLinejoin: "round",
|
|
923
923
|
width: "1em",
|
|
924
924
|
height: "1em"
|
|
925
|
-
}, props), _path$
|
|
925
|
+
}, props), _path$V || (_path$V = /*#__PURE__*/React__namespace.createElement("path", {
|
|
926
926
|
d: "M12 4l-8 8m0-8l8 8",
|
|
927
927
|
stroke: "currentColor"
|
|
928
928
|
})));
|
|
929
929
|
}
|
|
930
930
|
|
|
931
|
-
var _g
|
|
931
|
+
var _g$11, _defs$C;
|
|
932
932
|
|
|
933
|
-
function _extends$
|
|
933
|
+
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); }
|
|
934
934
|
|
|
935
935
|
function SvgHelp(props) {
|
|
936
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
936
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$1W({
|
|
937
937
|
viewBox: "0 0 16 16",
|
|
938
938
|
fill: "none",
|
|
939
939
|
strokeLinecap: "round",
|
|
940
940
|
strokeLinejoin: "round",
|
|
941
941
|
width: "1em",
|
|
942
942
|
height: "1em"
|
|
943
|
-
}, props), _g
|
|
943
|
+
}, props), _g$11 || (_g$11 = /*#__PURE__*/React__namespace.createElement("g", {
|
|
944
944
|
clipPath: "url(#help_svg__clip0_8_5446)",
|
|
945
945
|
stroke: "currentColor"
|
|
946
946
|
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
947
947
|
d: "M8 14.667A6.667 6.667 0 108 1.334a6.667 6.667 0 000 13.333z"
|
|
948
948
|
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
949
949
|
d: "M6.06 6a2 2 0 013.887.667c0 1.333-2 2-2 2M8 11.334h.007"
|
|
950
|
-
}))), _defs$
|
|
950
|
+
}))), _defs$C || (_defs$C = /*#__PURE__*/React__namespace.createElement("defs", null, /*#__PURE__*/React__namespace.createElement("clipPath", {
|
|
951
951
|
id: "help_svg__clip0_8_5446"
|
|
952
952
|
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
953
953
|
fill: "currentColor",
|
|
@@ -955,24 +955,24 @@ function SvgHelp(props) {
|
|
|
955
955
|
})))));
|
|
956
956
|
}
|
|
957
957
|
|
|
958
|
-
var _g
|
|
958
|
+
var _g$$, _defs$B;
|
|
959
959
|
|
|
960
|
-
function _extends$
|
|
960
|
+
function _extends$1U() { _extends$1U = 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$1U.apply(this, arguments); }
|
|
961
961
|
|
|
962
962
|
function SvgInfo(props) {
|
|
963
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
963
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$1U({
|
|
964
964
|
viewBox: "0 0 16 16",
|
|
965
965
|
fill: "none",
|
|
966
966
|
strokeLinecap: "round",
|
|
967
967
|
strokeLinejoin: "round",
|
|
968
968
|
width: "1em",
|
|
969
969
|
height: "1em"
|
|
970
|
-
}, props), _g
|
|
970
|
+
}, props), _g$$ || (_g$$ = /*#__PURE__*/React__namespace.createElement("g", {
|
|
971
971
|
clipPath: "url(#info_svg__clip0_8_5377)",
|
|
972
972
|
stroke: "currentColor"
|
|
973
973
|
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
974
974
|
d: "M8 14.667A6.667 6.667 0 108 1.334a6.667 6.667 0 000 13.333zm0-4V8m0-2.667h.007"
|
|
975
|
-
}))), _defs$
|
|
975
|
+
}))), _defs$B || (_defs$B = /*#__PURE__*/React__namespace.createElement("defs", null, /*#__PURE__*/React__namespace.createElement("clipPath", {
|
|
976
976
|
id: "info_svg__clip0_8_5377"
|
|
977
977
|
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
978
978
|
fill: "currentColor",
|
|
@@ -980,24 +980,24 @@ function SvgInfo(props) {
|
|
|
980
980
|
})))));
|
|
981
981
|
}
|
|
982
982
|
|
|
983
|
-
var _g$
|
|
983
|
+
var _g$M, _defs$s;
|
|
984
984
|
|
|
985
|
-
function _extends$
|
|
985
|
+
function _extends$1p() { _extends$1p = 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$1p.apply(this, arguments); }
|
|
986
986
|
|
|
987
987
|
function SvgError(props) {
|
|
988
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
988
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$1p({
|
|
989
989
|
viewBox: "0 0 16 16",
|
|
990
990
|
fill: "none",
|
|
991
991
|
strokeLinecap: "round",
|
|
992
992
|
strokeLinejoin: "round",
|
|
993
993
|
width: "1em",
|
|
994
994
|
height: "1em"
|
|
995
|
-
}, props), _g$
|
|
995
|
+
}, props), _g$M || (_g$M = /*#__PURE__*/React__namespace.createElement("g", {
|
|
996
996
|
clipPath: "url(#error_svg__clip0_8_5411)",
|
|
997
997
|
stroke: "currentColor"
|
|
998
998
|
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
999
999
|
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"
|
|
1000
|
-
}))), _defs$
|
|
1000
|
+
}))), _defs$s || (_defs$s = /*#__PURE__*/React__namespace.createElement("defs", null, /*#__PURE__*/React__namespace.createElement("clipPath", {
|
|
1001
1001
|
id: "error_svg__clip0_8_5411"
|
|
1002
1002
|
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
1003
1003
|
fill: "currentColor",
|
|
@@ -1005,25 +1005,25 @@ function SvgError(props) {
|
|
|
1005
1005
|
})))));
|
|
1006
1006
|
}
|
|
1007
1007
|
|
|
1008
|
-
var _path$
|
|
1008
|
+
var _path$B;
|
|
1009
1009
|
|
|
1010
|
-
function _extends$
|
|
1010
|
+
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); }
|
|
1011
1011
|
|
|
1012
1012
|
function SvgWarning(props) {
|
|
1013
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
1013
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$1o({
|
|
1014
1014
|
viewBox: "0 0 16 16",
|
|
1015
1015
|
fill: "none",
|
|
1016
1016
|
strokeLinecap: "round",
|
|
1017
1017
|
strokeLinejoin: "round",
|
|
1018
1018
|
width: "1em",
|
|
1019
1019
|
height: "1em"
|
|
1020
|
-
}, props), _path$
|
|
1020
|
+
}, props), _path$B || (_path$B = /*#__PURE__*/React__namespace.createElement("path", {
|
|
1021
1021
|
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",
|
|
1022
1022
|
stroke: "currentColor"
|
|
1023
1023
|
})));
|
|
1024
1024
|
}
|
|
1025
1025
|
|
|
1026
|
-
var _g$
|
|
1026
|
+
var _g$r, _defs$k;
|
|
1027
1027
|
|
|
1028
1028
|
function _extends$H() { _extends$H = 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$H.apply(this, arguments); }
|
|
1029
1029
|
|
|
@@ -1035,7 +1035,7 @@ function SvgCircle(props) {
|
|
|
1035
1035
|
strokeLinejoin: "round",
|
|
1036
1036
|
width: "1em",
|
|
1037
1037
|
height: "1em"
|
|
1038
|
-
}, props), _g$
|
|
1038
|
+
}, props), _g$r || (_g$r = /*#__PURE__*/React__namespace.createElement("g", {
|
|
1039
1039
|
clipPath: "url(#circle_svg__clip0_8_2293)"
|
|
1040
1040
|
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
1041
1041
|
d: "M8 14.667A6.667 6.667 0 108 1.334a6.667 6.667 0 000 13.333z",
|