@popmenu/admin-ui 0.66.0 → 0.68.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 CHANGED
@@ -177,19 +177,19 @@ function __rest(s, e) {
177
177
  return t;
178
178
  }
179
179
 
180
- var _path$H;
180
+ var _path$I;
181
181
 
182
- function _extends$1C() { _extends$1C = 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$1C.apply(this, arguments); }
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
 
184
184
  function SvgUser(props) {
185
- return /*#__PURE__*/React.createElement("svg", _extends$1C({
185
+ return /*#__PURE__*/React.createElement("svg", _extends$1D({
186
186
  viewBox: "0 0 16 16",
187
187
  fill: "none",
188
188
  strokeLinecap: "round",
189
189
  strokeLinejoin: "round",
190
190
  width: "1em",
191
191
  height: "1em"
192
- }, props), _path$H || (_path$H = /*#__PURE__*/React.createElement("path", {
192
+ }, props), _path$I || (_path$I = /*#__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,64 +856,58 @@ makeStyles(function (theme) { return ({
856
856
  },
857
857
  }); });
858
858
 
859
- var _g$1i, _defs$J;
859
+ var _g$1j;
860
860
 
861
- 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); }
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
 
863
863
  function SvgCheckCircle(props) {
864
- return /*#__PURE__*/React.createElement("svg", _extends$2h({
864
+ return /*#__PURE__*/React.createElement("svg", _extends$2j({
865
865
  viewBox: "0 0 16 16",
866
866
  fill: "none",
867
867
  strokeLinecap: "round",
868
868
  strokeLinejoin: "round",
869
869
  width: "1em",
870
870
  height: "1em"
871
- }, props), _g$1i || (_g$1i = /*#__PURE__*/React.createElement("g", {
872
- clipPath: "url(#check-circle_svg__clip0_8_5831)",
871
+ }, props), _g$1j || (_g$1j = /*#__PURE__*/React.createElement("g", {
873
872
  stroke: "currentColor"
874
873
  }, /*#__PURE__*/React.createElement("path", {
875
874
  d: "M14.667 7.387V8a6.667 6.667 0 11-3.954-6.093"
876
875
  }), /*#__PURE__*/React.createElement("path", {
877
876
  d: "M14.667 2.667L8 9.34l-2-2"
878
- }))), _defs$J || (_defs$J = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
879
- id: "check-circle_svg__clip0_8_5831"
880
- }, /*#__PURE__*/React.createElement("path", {
881
- fill: "currentColor",
882
- d: "M0 0h16v16H0z"
883
- })))));
877
+ }))));
884
878
  }
885
879
 
886
- var _path$Z;
880
+ var _path$_;
887
881
 
888
- function _extends$2f() { _extends$2f = 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$2f.apply(this, arguments); }
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); }
889
883
 
890
884
  function SvgX(props) {
891
- return /*#__PURE__*/React.createElement("svg", _extends$2f({
885
+ return /*#__PURE__*/React.createElement("svg", _extends$2h({
892
886
  viewBox: "0 0 16 16",
893
887
  fill: "none",
894
888
  strokeLinecap: "round",
895
889
  strokeLinejoin: "round",
896
890
  width: "1em",
897
891
  height: "1em"
898
- }, props), _path$Z || (_path$Z = /*#__PURE__*/React.createElement("path", {
892
+ }, props), _path$_ || (_path$_ = /*#__PURE__*/React.createElement("path", {
899
893
  d: "M12 4l-8 8m0-8l8 8",
900
894
  stroke: "currentColor"
901
895
  })));
902
896
  }
903
897
 
904
- var _g$1a, _defs$C;
898
+ var _g$1b, _defs$C;
905
899
 
906
- function _extends$25() { _extends$25 = 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$25.apply(this, arguments); }
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); }
907
901
 
908
902
  function SvgHelp(props) {
909
- return /*#__PURE__*/React.createElement("svg", _extends$25({
903
+ return /*#__PURE__*/React.createElement("svg", _extends$27({
910
904
  viewBox: "0 0 16 16",
911
905
  fill: "none",
912
906
  strokeLinecap: "round",
913
907
  strokeLinejoin: "round",
914
908
  width: "1em",
915
909
  height: "1em"
916
- }, props), _g$1a || (_g$1a = /*#__PURE__*/React.createElement("g", {
910
+ }, props), _g$1b || (_g$1b = /*#__PURE__*/React.createElement("g", {
917
911
  clipPath: "url(#help_svg__clip0_8_5446)",
918
912
  stroke: "currentColor"
919
913
  }, /*#__PURE__*/React.createElement("path", {
@@ -930,10 +924,10 @@ function SvgHelp(props) {
930
924
 
931
925
  var _g$18, _defs$B;
932
926
 
933
- function _extends$23() { _extends$23 = 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$23.apply(this, arguments); }
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); }
934
928
 
935
929
  function SvgInfo(props) {
936
- return /*#__PURE__*/React.createElement("svg", _extends$23({
930
+ return /*#__PURE__*/React.createElement("svg", _extends$24({
937
931
  viewBox: "0 0 16 16",
938
932
  fill: "none",
939
933
  strokeLinecap: "round",
@@ -955,10 +949,10 @@ function SvgInfo(props) {
955
949
 
956
950
  var _g$U, _defs$s;
957
951
 
958
- 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); }
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); }
959
953
 
960
954
  function SvgError(props) {
961
- return /*#__PURE__*/React.createElement("svg", _extends$1y({
955
+ return /*#__PURE__*/React.createElement("svg", _extends$1z({
962
956
  viewBox: "0 0 16 16",
963
957
  fill: "none",
964
958
  strokeLinecap: "round",
@@ -978,19 +972,19 @@ function SvgError(props) {
978
972
  })))));
979
973
  }
980
974
 
981
- var _path$E;
975
+ var _path$F;
982
976
 
983
- 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); }
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); }
984
978
 
985
979
  function SvgWarning(props) {
986
- return /*#__PURE__*/React.createElement("svg", _extends$1x({
980
+ return /*#__PURE__*/React.createElement("svg", _extends$1y({
987
981
  viewBox: "0 0 16 16",
988
982
  fill: "none",
989
983
  strokeLinecap: "round",
990
984
  strokeLinejoin: "round",
991
985
  width: "1em",
992
986
  height: "1em"
993
- }, props), _path$E || (_path$E = /*#__PURE__*/React.createElement("path", {
987
+ }, props), _path$F || (_path$F = /*#__PURE__*/React.createElement("path", {
994
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",
995
989
  stroke: "currentColor"
996
990
  })));