@popmenu/admin-ui 0.116.2 → 0.118.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 +30 -30
- package/build/index.es.js.map +1 -1
- package/build/index.js +30 -30
- package/build/index.js.map +1 -1
- package/package.json +2 -2
package/build/index.js
CHANGED
|
@@ -230,10 +230,10 @@ function __rest(s, e) {
|
|
|
230
230
|
|
|
231
231
|
var _path$1D;
|
|
232
232
|
|
|
233
|
-
function _extends$
|
|
233
|
+
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); }
|
|
234
234
|
|
|
235
235
|
function SvgUser(props) {
|
|
236
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
236
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$3H({
|
|
237
237
|
viewBox: "0 0 16 16",
|
|
238
238
|
fill: "none",
|
|
239
239
|
strokeLinecap: "round",
|
|
@@ -961,19 +961,19 @@ core.makeStyles(function () { return ({
|
|
|
961
961
|
},
|
|
962
962
|
}); });
|
|
963
963
|
|
|
964
|
-
var _g$
|
|
964
|
+
var _g$2C;
|
|
965
965
|
|
|
966
|
-
function _extends$
|
|
966
|
+
function _extends$4K() { _extends$4K = 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$4K.apply(this, arguments); }
|
|
967
967
|
|
|
968
968
|
function SvgCheckCircle(props) {
|
|
969
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
969
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$4K({
|
|
970
970
|
viewBox: "0 0 16 16",
|
|
971
971
|
fill: "none",
|
|
972
972
|
strokeLinecap: "round",
|
|
973
973
|
strokeLinejoin: "round",
|
|
974
974
|
width: "1em",
|
|
975
975
|
height: "1em"
|
|
976
|
-
}, props), _g$
|
|
976
|
+
}, props), _g$2C || (_g$2C = /*#__PURE__*/React__namespace.createElement("g", {
|
|
977
977
|
stroke: "currentColor"
|
|
978
978
|
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
979
979
|
d: "M14.667 7.387V8a6.667 6.667 0 11-3.954-6.093"
|
|
@@ -984,10 +984,10 @@ function SvgCheckCircle(props) {
|
|
|
984
984
|
|
|
985
985
|
var _path$26;
|
|
986
986
|
|
|
987
|
-
function _extends$
|
|
987
|
+
function _extends$4H() { _extends$4H = 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$4H.apply(this, arguments); }
|
|
988
988
|
|
|
989
989
|
function SvgX(props) {
|
|
990
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
990
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$4H({
|
|
991
991
|
viewBox: "0 0 16 16",
|
|
992
992
|
fill: "none",
|
|
993
993
|
strokeLinecap: "round",
|
|
@@ -1000,26 +1000,26 @@ function SvgX(props) {
|
|
|
1000
1000
|
})));
|
|
1001
1001
|
}
|
|
1002
1002
|
|
|
1003
|
-
var _g$
|
|
1003
|
+
var _g$2p, _defs$1u;
|
|
1004
1004
|
|
|
1005
|
-
function _extends$
|
|
1005
|
+
function _extends$4p() { _extends$4p = 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$4p.apply(this, arguments); }
|
|
1006
1006
|
|
|
1007
1007
|
function SvgHelp(props) {
|
|
1008
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
1008
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$4p({
|
|
1009
1009
|
viewBox: "0 0 16 16",
|
|
1010
1010
|
fill: "none",
|
|
1011
1011
|
strokeLinecap: "round",
|
|
1012
1012
|
strokeLinejoin: "round",
|
|
1013
1013
|
width: "1em",
|
|
1014
1014
|
height: "1em"
|
|
1015
|
-
}, props), _g$
|
|
1015
|
+
}, props), _g$2p || (_g$2p = /*#__PURE__*/React__namespace.createElement("g", {
|
|
1016
1016
|
clipPath: "url(#help_svg__clip0_8_5446)",
|
|
1017
1017
|
stroke: "currentColor"
|
|
1018
1018
|
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
1019
1019
|
d: "M8 14.667A6.667 6.667 0 108 1.334a6.667 6.667 0 000 13.333z"
|
|
1020
1020
|
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
1021
1021
|
d: "M6.06 6a2 2 0 013.887.667c0 1.333-2 2-2 2M8 11.334h.007"
|
|
1022
|
-
}))), _defs$
|
|
1022
|
+
}))), _defs$1u || (_defs$1u = /*#__PURE__*/React__namespace.createElement("defs", null, /*#__PURE__*/React__namespace.createElement("clipPath", {
|
|
1023
1023
|
id: "help_svg__clip0_8_5446"
|
|
1024
1024
|
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
1025
1025
|
fill: "currentColor",
|
|
@@ -1027,24 +1027,24 @@ function SvgHelp(props) {
|
|
|
1027
1027
|
})))));
|
|
1028
1028
|
}
|
|
1029
1029
|
|
|
1030
|
-
var _g$
|
|
1030
|
+
var _g$2m, _defs$1t;
|
|
1031
1031
|
|
|
1032
|
-
function _extends$
|
|
1032
|
+
function _extends$4m() { _extends$4m = 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$4m.apply(this, arguments); }
|
|
1033
1033
|
|
|
1034
1034
|
function SvgInfo(props) {
|
|
1035
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
1035
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$4m({
|
|
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), _g$
|
|
1042
|
+
}, props), _g$2m || (_g$2m = /*#__PURE__*/React__namespace.createElement("g", {
|
|
1043
1043
|
clipPath: "url(#info_svg__clip0_8_5377)",
|
|
1044
1044
|
stroke: "currentColor"
|
|
1045
1045
|
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
1046
1046
|
d: "M8 14.667A6.667 6.667 0 108 1.334a6.667 6.667 0 000 13.333zm0-4V8m0-2.667h.007"
|
|
1047
|
-
}))), _defs$
|
|
1047
|
+
}))), _defs$1t || (_defs$1t = /*#__PURE__*/React__namespace.createElement("defs", null, /*#__PURE__*/React__namespace.createElement("clipPath", {
|
|
1048
1048
|
id: "info_svg__clip0_8_5377"
|
|
1049
1049
|
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
1050
1050
|
fill: "currentColor",
|
|
@@ -1052,24 +1052,24 @@ function SvgInfo(props) {
|
|
|
1052
1052
|
})))));
|
|
1053
1053
|
}
|
|
1054
1054
|
|
|
1055
|
-
var _g$
|
|
1055
|
+
var _g$20, _defs$1f;
|
|
1056
1056
|
|
|
1057
|
-
function _extends$
|
|
1057
|
+
function _extends$3w() { _extends$3w = 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$3w.apply(this, arguments); }
|
|
1058
1058
|
|
|
1059
1059
|
function SvgError(props) {
|
|
1060
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
1060
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$3w({
|
|
1061
1061
|
viewBox: "0 0 16 16",
|
|
1062
1062
|
fill: "none",
|
|
1063
1063
|
strokeLinecap: "round",
|
|
1064
1064
|
strokeLinejoin: "round",
|
|
1065
1065
|
width: "1em",
|
|
1066
1066
|
height: "1em"
|
|
1067
|
-
}, props), _g$
|
|
1067
|
+
}, props), _g$20 || (_g$20 = /*#__PURE__*/React__namespace.createElement("g", {
|
|
1068
1068
|
clipPath: "url(#error_svg__clip0_8_5411)",
|
|
1069
1069
|
stroke: "currentColor"
|
|
1070
1070
|
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
1071
1071
|
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"
|
|
1072
|
-
}))), _defs$
|
|
1072
|
+
}))), _defs$1f || (_defs$1f = /*#__PURE__*/React__namespace.createElement("defs", null, /*#__PURE__*/React__namespace.createElement("clipPath", {
|
|
1073
1073
|
id: "error_svg__clip0_8_5411"
|
|
1074
1074
|
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
1075
1075
|
fill: "currentColor",
|
|
@@ -1079,10 +1079,10 @@ function SvgError(props) {
|
|
|
1079
1079
|
|
|
1080
1080
|
var _path$1u;
|
|
1081
1081
|
|
|
1082
|
-
function _extends$
|
|
1082
|
+
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); }
|
|
1083
1083
|
|
|
1084
1084
|
function SvgWarning(props) {
|
|
1085
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
1085
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$3v({
|
|
1086
1086
|
viewBox: "0 0 16 16",
|
|
1087
1087
|
fill: "none",
|
|
1088
1088
|
strokeLinecap: "round",
|
|
@@ -1095,24 +1095,24 @@ function SvgWarning(props) {
|
|
|
1095
1095
|
})));
|
|
1096
1096
|
}
|
|
1097
1097
|
|
|
1098
|
-
var _g$
|
|
1098
|
+
var _g$X, _defs$C;
|
|
1099
1099
|
|
|
1100
|
-
function _extends$
|
|
1100
|
+
function _extends$1y() { _extends$1y = 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$1y.apply(this, arguments); }
|
|
1101
1101
|
|
|
1102
1102
|
function SvgCircle(props) {
|
|
1103
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
1103
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$1y({
|
|
1104
1104
|
viewBox: "0 0 16 16",
|
|
1105
1105
|
fill: "none",
|
|
1106
1106
|
strokeLinecap: "round",
|
|
1107
1107
|
strokeLinejoin: "round",
|
|
1108
1108
|
width: "1em",
|
|
1109
1109
|
height: "1em"
|
|
1110
|
-
}, props), _g$
|
|
1110
|
+
}, props), _g$X || (_g$X = /*#__PURE__*/React__namespace.createElement("g", {
|
|
1111
1111
|
clipPath: "url(#circle_svg__clip0_8_2293)"
|
|
1112
1112
|
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
1113
1113
|
d: "M8 14.667A6.667 6.667 0 108 1.334a6.667 6.667 0 000 13.333z",
|
|
1114
1114
|
stroke: "currentColor"
|
|
1115
|
-
}))), _defs$
|
|
1115
|
+
}))), _defs$C || (_defs$C = /*#__PURE__*/React__namespace.createElement("defs", null, /*#__PURE__*/React__namespace.createElement("clipPath", {
|
|
1116
1116
|
id: "circle_svg__clip0_8_2293"
|
|
1117
1117
|
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
1118
1118
|
fill: "currentColor",
|