@popmenu/admin-ui 0.68.0 → 0.70.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 +20 -20
- package/build/index.es.js.map +1 -1
- package/build/index.js +20 -20
- package/build/index.js.map +1 -1
- package/package.json +2 -2
package/build/index.es.js
CHANGED
|
@@ -177,7 +177,7 @@ function __rest(s, e) {
|
|
|
177
177
|
return t;
|
|
178
178
|
}
|
|
179
179
|
|
|
180
|
-
var _path$
|
|
180
|
+
var _path$J;
|
|
181
181
|
|
|
182
182
|
function _extends$1D() { _extends$1D = 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$1D.apply(this, arguments); }
|
|
183
183
|
|
|
@@ -189,7 +189,7 @@ function SvgUser(props) {
|
|
|
189
189
|
strokeLinejoin: "round",
|
|
190
190
|
width: "1em",
|
|
191
191
|
height: "1em"
|
|
192
|
-
}, props), _path$
|
|
192
|
+
}, props), _path$J || (_path$J = /*#__PURE__*/React.createElement("path", {
|
|
193
193
|
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",
|
|
194
194
|
stroke: "currentColor"
|
|
195
195
|
})));
|
|
@@ -856,7 +856,7 @@ makeStyles(function (theme) { return ({
|
|
|
856
856
|
},
|
|
857
857
|
}); });
|
|
858
858
|
|
|
859
|
-
var _g$
|
|
859
|
+
var _g$1i;
|
|
860
860
|
|
|
861
861
|
function _extends$2j() { _extends$2j = 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$2j.apply(this, arguments); }
|
|
862
862
|
|
|
@@ -868,7 +868,7 @@ function SvgCheckCircle(props) {
|
|
|
868
868
|
strokeLinejoin: "round",
|
|
869
869
|
width: "1em",
|
|
870
870
|
height: "1em"
|
|
871
|
-
}, props), _g$
|
|
871
|
+
}, props), _g$1i || (_g$1i = /*#__PURE__*/React.createElement("g", {
|
|
872
872
|
stroke: "currentColor"
|
|
873
873
|
}, /*#__PURE__*/React.createElement("path", {
|
|
874
874
|
d: "M14.667 7.387V8a6.667 6.667 0 11-3.954-6.093"
|
|
@@ -877,7 +877,7 @@ function SvgCheckCircle(props) {
|
|
|
877
877
|
}))));
|
|
878
878
|
}
|
|
879
879
|
|
|
880
|
-
var _path
|
|
880
|
+
var _path$$;
|
|
881
881
|
|
|
882
882
|
function _extends$2h() { _extends$2h = 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$2h.apply(this, arguments); }
|
|
883
883
|
|
|
@@ -889,13 +889,13 @@ function SvgX(props) {
|
|
|
889
889
|
strokeLinejoin: "round",
|
|
890
890
|
width: "1em",
|
|
891
891
|
height: "1em"
|
|
892
|
-
}, props), _path
|
|
892
|
+
}, props), _path$$ || (_path$$ = /*#__PURE__*/React.createElement("path", {
|
|
893
893
|
d: "M12 4l-8 8m0-8l8 8",
|
|
894
894
|
stroke: "currentColor"
|
|
895
895
|
})));
|
|
896
896
|
}
|
|
897
897
|
|
|
898
|
-
var _g$
|
|
898
|
+
var _g$1a, _defs$B;
|
|
899
899
|
|
|
900
900
|
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); }
|
|
901
901
|
|
|
@@ -907,14 +907,14 @@ function SvgHelp(props) {
|
|
|
907
907
|
strokeLinejoin: "round",
|
|
908
908
|
width: "1em",
|
|
909
909
|
height: "1em"
|
|
910
|
-
}, props), _g$
|
|
910
|
+
}, props), _g$1a || (_g$1a = /*#__PURE__*/React.createElement("g", {
|
|
911
911
|
clipPath: "url(#help_svg__clip0_8_5446)",
|
|
912
912
|
stroke: "currentColor"
|
|
913
913
|
}, /*#__PURE__*/React.createElement("path", {
|
|
914
914
|
d: "M8 14.667A6.667 6.667 0 108 1.334a6.667 6.667 0 000 13.333z"
|
|
915
915
|
}), /*#__PURE__*/React.createElement("path", {
|
|
916
916
|
d: "M6.06 6a2 2 0 013.887.667c0 1.333-2 2-2 2M8 11.334h.007"
|
|
917
|
-
}))), _defs$
|
|
917
|
+
}))), _defs$B || (_defs$B = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
918
918
|
id: "help_svg__clip0_8_5446"
|
|
919
919
|
}, /*#__PURE__*/React.createElement("path", {
|
|
920
920
|
fill: "currentColor",
|
|
@@ -922,7 +922,7 @@ function SvgHelp(props) {
|
|
|
922
922
|
})))));
|
|
923
923
|
}
|
|
924
924
|
|
|
925
|
-
var _g$
|
|
925
|
+
var _g$17, _defs$A;
|
|
926
926
|
|
|
927
927
|
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); }
|
|
928
928
|
|
|
@@ -934,12 +934,12 @@ function SvgInfo(props) {
|
|
|
934
934
|
strokeLinejoin: "round",
|
|
935
935
|
width: "1em",
|
|
936
936
|
height: "1em"
|
|
937
|
-
}, props), _g$
|
|
937
|
+
}, props), _g$17 || (_g$17 = /*#__PURE__*/React.createElement("g", {
|
|
938
938
|
clipPath: "url(#info_svg__clip0_8_5377)",
|
|
939
939
|
stroke: "currentColor"
|
|
940
940
|
}, /*#__PURE__*/React.createElement("path", {
|
|
941
941
|
d: "M8 14.667A6.667 6.667 0 108 1.334a6.667 6.667 0 000 13.333zm0-4V8m0-2.667h.007"
|
|
942
|
-
}))), _defs$
|
|
942
|
+
}))), _defs$A || (_defs$A = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
943
943
|
id: "info_svg__clip0_8_5377"
|
|
944
944
|
}, /*#__PURE__*/React.createElement("path", {
|
|
945
945
|
fill: "currentColor",
|
|
@@ -947,7 +947,7 @@ function SvgInfo(props) {
|
|
|
947
947
|
})))));
|
|
948
948
|
}
|
|
949
949
|
|
|
950
|
-
var _g$
|
|
950
|
+
var _g$T, _defs$r;
|
|
951
951
|
|
|
952
952
|
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); }
|
|
953
953
|
|
|
@@ -959,12 +959,12 @@ function SvgError(props) {
|
|
|
959
959
|
strokeLinejoin: "round",
|
|
960
960
|
width: "1em",
|
|
961
961
|
height: "1em"
|
|
962
|
-
}, props), _g$
|
|
962
|
+
}, props), _g$T || (_g$T = /*#__PURE__*/React.createElement("g", {
|
|
963
963
|
clipPath: "url(#error_svg__clip0_8_5411)",
|
|
964
964
|
stroke: "currentColor"
|
|
965
965
|
}, /*#__PURE__*/React.createElement("path", {
|
|
966
966
|
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"
|
|
967
|
-
}))), _defs$
|
|
967
|
+
}))), _defs$r || (_defs$r = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
968
968
|
id: "error_svg__clip0_8_5411"
|
|
969
969
|
}, /*#__PURE__*/React.createElement("path", {
|
|
970
970
|
fill: "currentColor",
|
|
@@ -972,7 +972,7 @@ function SvgError(props) {
|
|
|
972
972
|
})))));
|
|
973
973
|
}
|
|
974
974
|
|
|
975
|
-
var _path$
|
|
975
|
+
var _path$G;
|
|
976
976
|
|
|
977
977
|
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); }
|
|
978
978
|
|
|
@@ -984,13 +984,13 @@ function SvgWarning(props) {
|
|
|
984
984
|
strokeLinejoin: "round",
|
|
985
985
|
width: "1em",
|
|
986
986
|
height: "1em"
|
|
987
|
-
}, props), _path$
|
|
987
|
+
}, props), _path$G || (_path$G = /*#__PURE__*/React.createElement("path", {
|
|
988
988
|
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",
|
|
989
989
|
stroke: "currentColor"
|
|
990
990
|
})));
|
|
991
991
|
}
|
|
992
992
|
|
|
993
|
-
var _g$
|
|
993
|
+
var _g$x, _defs$j;
|
|
994
994
|
|
|
995
995
|
function _extends$P() { _extends$P = 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$P.apply(this, arguments); }
|
|
996
996
|
|
|
@@ -1002,12 +1002,12 @@ function SvgCircle(props) {
|
|
|
1002
1002
|
strokeLinejoin: "round",
|
|
1003
1003
|
width: "1em",
|
|
1004
1004
|
height: "1em"
|
|
1005
|
-
}, props), _g$
|
|
1005
|
+
}, props), _g$x || (_g$x = /*#__PURE__*/React.createElement("g", {
|
|
1006
1006
|
clipPath: "url(#circle_svg__clip0_8_2293)"
|
|
1007
1007
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1008
1008
|
d: "M8 14.667A6.667 6.667 0 108 1.334a6.667 6.667 0 000 13.333z",
|
|
1009
1009
|
stroke: "currentColor"
|
|
1010
|
-
}))), _defs$
|
|
1010
|
+
}))), _defs$j || (_defs$j = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
1011
1011
|
id: "circle_svg__clip0_8_2293"
|
|
1012
1012
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1013
1013
|
fill: "currentColor",
|