@abyss-project/commons-front-core 1.0.36 → 1.0.37

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.
@@ -1,10 +1,10 @@
1
1
  var s9 = Object.defineProperty;
2
2
  var l9 = (e, t, r) => t in e ? s9(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r;
3
3
  var Qa = (e, t, r) => l9(e, typeof t != "symbol" ? t + "" : t, r);
4
- import { jsx as g, jsxs as J, Fragment as ct } from "react/jsx-runtime";
4
+ import { jsx as g, jsxs as J, Fragment as st } from "react/jsx-runtime";
5
5
  import * as me from "react";
6
6
  import Pr, { createElement as pt, useRef as Rt, useLayoutEffect as Ix, useEffect as Qe, useReducer as qx, useState as Ce, isValidElement as nn, cloneElement as Ri, useCallback as de, useMemo as xn, createContext as Ox, forwardRef as Vx, useContext as B0, Children as c9, useImperativeHandle as u9, Fragment as d9 } from "react";
7
- import { alpha as ae, createTheme as f9, Paper as hl, Stack as At, Typography as ge, Box as N, Button as We, Tooltip as ki, Avatar as L0, CircularProgress as or, Chip as W0, TextField as Hn, InputAdornment as Ux, Grid as kr, Pagination as p9, styled as Di, Dialog as _0, Popover as gl, Checkbox as Fx, Collapse as Px, Select as kx, MenuItem as j0, IconButton as sr, FormLabel as jn, DialogTitle as Ea, DialogContent as Mi, DialogActions as G0, ListItem as lu, ListItemText as h9, ListItemButton as om, List as g9, Badge as m9, useTheme as Dx, Skeleton as Mx, Menu as v9, Divider as Ci, Fade as y9, Input as b9, Link as x9, CssBaseline as S9, Drawer as sm, AppBar as C9, Toolbar as A9 } from "@mui/material";
7
+ import { alpha as ae, createTheme as f9, Paper as hl, Stack as At, Typography as ge, Box as M, Button as We, Tooltip as ki, Avatar as L0, CircularProgress as or, Chip as W0, TextField as Hn, InputAdornment as Ux, Grid as kr, Pagination as p9, styled as Di, Dialog as _0, Popover as gl, Checkbox as Fx, Collapse as Px, Select as kx, MenuItem as j0, IconButton as sr, FormLabel as jn, DialogTitle as Ea, DialogContent as Mi, DialogActions as G0, ListItem as lu, ListItemText as h9, ListItemButton as om, List as g9, Badge as m9, useTheme as Dx, Skeleton as Mx, Menu as v9, Divider as Ci, Fade as y9, Input as b9, Link as x9, CssBaseline as S9, Drawer as sm, AppBar as C9, Toolbar as A9 } from "@mui/material";
8
8
  import { keyframes as Tn, css as Nx } from "@emotion/react";
9
9
  import { useIntl as w9 } from "react-intl";
10
10
  import { UserLanguage as va, AbyssService as rn, byteSizeIEC as zs, ProjectStatus as Xp, activateService as Kx, Code as T9, getServiceName as E9, paginateUserNotification as R9, getPublicUser as I9, openUserNotification as q9, getNotificationTitleTranslatePath as O9, getNotificationContentTranslatePath as V9, SubscriptionLevel as za, isSubscriptionExpired as lm, UserTicketCategory as U9, updateUser as F9, listProject as P9, listApplication as k9 } from "@abyss-project/main";
@@ -682,7 +682,7 @@ function CR() {
682
682
  return qs.exports;
683
683
  }
684
684
  var AR = /* @__PURE__ */ CR();
685
- const M = /* @__PURE__ */ Hr(AR);
685
+ const N = /* @__PURE__ */ Hr(AR);
686
686
  var gu, Sm;
687
687
  function wR() {
688
688
  if (Sm) return gu;
@@ -2696,7 +2696,7 @@ process.env.NODE_ENV !== "production" && (d0.propTypes = {
2696
2696
  /**
2697
2697
  * Your component tree.
2698
2698
  */
2699
- children: M.node,
2699
+ children: N.node,
2700
2700
  /**
2701
2701
  * You can disable the generation of the styles with this option.
2702
2702
  * It can be useful when traversing the React tree outside of the HTML
@@ -2704,25 +2704,25 @@ process.env.NODE_ENV !== "production" && (d0.propTypes = {
2704
2704
  * Let's say you are using react-apollo to extract all
2705
2705
  * the queries made by the interface server-side - you can significantly speed up the traversal with this prop.
2706
2706
  */
2707
- disableGeneration: M.bool,
2707
+ disableGeneration: N.bool,
2708
2708
  /**
2709
2709
  * JSS's class name generator.
2710
2710
  */
2711
- generateClassName: M.func,
2711
+ generateClassName: N.func,
2712
2712
  /**
2713
2713
  * By default, the styles are injected last in the <head> element of the page.
2714
2714
  * As a result, they gain more specificity than any other style sheet.
2715
2715
  * If you want to override MUI's styles, set this prop.
2716
2716
  */
2717
- injectFirst: M.bool,
2717
+ injectFirst: N.bool,
2718
2718
  /**
2719
2719
  * JSS's instance.
2720
2720
  */
2721
- jss: M.object,
2721
+ jss: N.object,
2722
2722
  /**
2723
2723
  * @ignore
2724
2724
  */
2725
- serverGenerateClassName: M.func,
2725
+ serverGenerateClassName: N.func,
2726
2726
  /**
2727
2727
  * @ignore
2728
2728
  *
@@ -2730,7 +2730,7 @@ process.env.NODE_ENV !== "production" && (d0.propTypes = {
2730
2730
  *
2731
2731
  * Cache for the sheets.
2732
2732
  */
2733
- sheetsCache: M.object,
2733
+ sheetsCache: N.object,
2734
2734
  /**
2735
2735
  * @ignore
2736
2736
  *
@@ -2738,13 +2738,13 @@ process.env.NODE_ENV !== "production" && (d0.propTypes = {
2738
2738
  * It's deduplicating using the (theme, styles) couple.
2739
2739
  * On the server, you should provide a new instance for each request.
2740
2740
  */
2741
- sheetsManager: M.object,
2741
+ sheetsManager: N.object,
2742
2742
  /**
2743
2743
  * @ignore
2744
2744
  *
2745
2745
  * Collect the sheets.
2746
2746
  */
2747
- sheetsRegistry: M.object
2747
+ sheetsRegistry: N.object
2748
2748
  });
2749
2749
  process.env.NODE_ENV !== "production" && process.env.NODE_ENV !== "production" && (d0.propTypes = VR(d0.propTypes));
2750
2750
  let Ru = -1e9;
@@ -2989,7 +2989,7 @@ const _e = (e, t = {}) => (r) => {
2989
2989
  /**
2990
2990
  * Override or extend the styles applied to the component.
2991
2991
  */
2992
- classes: M.object
2992
+ classes: N.object
2993
2993
  }), process.env.NODE_ENV !== "production" && (f.displayName = `WithStyles(${uo(r)})`), ER(f, r), process.env.NODE_ENV !== "production" && (f.Naked = r, f.options = t, f.useStyles = d), f;
2994
2994
  }, O = {
2995
2995
  abyssPrimary: "#7490DB",
@@ -5008,14 +5008,14 @@ const lq = ({
5008
5008
  })
5009
5009
  }
5010
5010
  ),
5011
- /* @__PURE__ */ g(N, { children: /* @__PURE__ */ g(We, { loading: o, onClick: c, children: a.formatRichMessage({
5011
+ /* @__PURE__ */ g(M, { children: /* @__PURE__ */ g(We, { loading: o, onClick: c, children: a.formatRichMessage({
5012
5012
  id: "general.refresh"
5013
5013
  }) }) })
5014
5014
  ]
5015
5015
  }
5016
5016
  ),
5017
5017
  /* @__PURE__ */ g(At, { spacing: 0.5, children: t ? t.length === 0 ? /* @__PURE__ */ J(
5018
- N,
5018
+ M,
5019
5019
  {
5020
5020
  sx: {
5021
5021
  display: "flex",
@@ -5063,8 +5063,8 @@ const lq = ({
5063
5063
  }
5064
5064
  ) : t.map((d) => {
5065
5065
  var f;
5066
- return /* @__PURE__ */ g(At, { spacing: 2.5, children: /* @__PURE__ */ J(N, { children: [
5067
- /* @__PURE__ */ J(N, { display: "flex", justifyContent: "space-between", mb: 0.5, children: [
5066
+ return /* @__PURE__ */ g(At, { spacing: 2.5, children: /* @__PURE__ */ J(M, { children: [
5067
+ /* @__PURE__ */ J(M, { display: "flex", justifyContent: "space-between", mb: 0.5, children: [
5068
5068
  /* @__PURE__ */ J(At, { children: [
5069
5069
  /* @__PURE__ */ J(
5070
5070
  At,
@@ -5081,7 +5081,7 @@ const lq = ({
5081
5081
  }),
5082
5082
  children: /* @__PURE__ */ g(W9, { fontSize: "small", color: "warning" })
5083
5083
  }
5084
- ) : /* @__PURE__ */ g(ct, {}),
5084
+ ) : /* @__PURE__ */ g(st, {}),
5085
5085
  /* @__PURE__ */ g(
5086
5086
  ge,
5087
5087
  {
@@ -5163,7 +5163,7 @@ const lq = ({
5163
5163
  ] })
5164
5164
  ] }),
5165
5165
  /* @__PURE__ */ g(
5166
- N,
5166
+ M,
5167
5167
  {
5168
5168
  sx: {
5169
5169
  height: 6,
@@ -5173,7 +5173,7 @@ const lq = ({
5173
5173
  overflow: "hidden"
5174
5174
  },
5175
5175
  children: /* @__PURE__ */ g(
5176
- N,
5176
+ M,
5177
5177
  {
5178
5178
  sx: {
5179
5179
  height: "100%",
@@ -5186,7 +5186,7 @@ const lq = ({
5186
5186
  }
5187
5187
  )
5188
5188
  ] }) }, d.cloud.id);
5189
- }) : /* @__PURE__ */ g(ct, {}) })
5189
+ }) : /* @__PURE__ */ g(st, {}) })
5190
5190
  ] });
5191
5191
  }, cq = () => ({}), e_ = _e(cq)(lq), A3 = 32, w3 = 0.625, eh = {
5192
5192
  border: 2,
@@ -5215,7 +5215,7 @@ const lq = ({
5215
5215
  ...n || {}
5216
5216
  },
5217
5217
  children: [
5218
- !d && !l && r ? /* @__PURE__ */ g(N, { display: "flex", alignItems: "center", justifyContent: "center", children: /* @__PURE__ */ g(or, { size: h * w3 }) }) : l || !r ? /* @__PURE__ */ g(ge, { color: O.white, textTransform: "uppercase", children: t.charAt(0) }) : /* @__PURE__ */ g(ct, {}),
5218
+ !d && !l && r ? /* @__PURE__ */ g(M, { display: "flex", alignItems: "center", justifyContent: "center", children: /* @__PURE__ */ g(or, { size: h * w3 }) }) : l || !r ? /* @__PURE__ */ g(ge, { color: O.white, textTransform: "uppercase", children: t.charAt(0) }) : /* @__PURE__ */ g(st, {}),
5219
5219
  r ? /* @__PURE__ */ g(
5220
5220
  "img",
5221
5221
  {
@@ -5230,7 +5230,7 @@ const lq = ({
5230
5230
  onError: () => c(!0),
5231
5231
  onLoad: () => f(!0)
5232
5232
  }
5233
- ) : /* @__PURE__ */ g(ct, {})
5233
+ ) : /* @__PURE__ */ g(st, {})
5234
5234
  ]
5235
5235
  }
5236
5236
  );
@@ -5256,7 +5256,7 @@ const lq = ({
5256
5256
  ...n || {}
5257
5257
  },
5258
5258
  children: [
5259
- !d && !l && r ? /* @__PURE__ */ g(N, { display: "flex", alignItems: "center", justifyContent: "center", children: /* @__PURE__ */ g(or, { size: h * w3 }) }) : l || !r ? /* @__PURE__ */ g(ge, { color: O.white, textTransform: "uppercase", children: t.charAt(0) }) : /* @__PURE__ */ g(ct, {}),
5259
+ !d && !l && r ? /* @__PURE__ */ g(M, { display: "flex", alignItems: "center", justifyContent: "center", children: /* @__PURE__ */ g(or, { size: h * w3 }) }) : l || !r ? /* @__PURE__ */ g(ge, { color: O.white, textTransform: "uppercase", children: t.charAt(0) }) : /* @__PURE__ */ g(st, {}),
5260
5260
  r ? /* @__PURE__ */ g(
5261
5261
  "img",
5262
5262
  {
@@ -5271,7 +5271,7 @@ const lq = ({
5271
5271
  onError: () => c(!0),
5272
5272
  onLoad: () => f(!0)
5273
5273
  }
5274
- ) : /* @__PURE__ */ g(ct, {})
5274
+ ) : /* @__PURE__ */ g(st, {})
5275
5275
  ]
5276
5276
  }
5277
5277
  );
@@ -5287,7 +5287,7 @@ const lq = ({
5287
5287
  ), mq = () => ({}), t_ = _e(mq)(gq), Ps = (e) => e === null || e === Xp.ACTIVE ? O.abyssPrimary : e === Xp.ARCHIVED ? O.greyLight3 : O.focusPrimary, vq = ({ status: e }) => {
5288
5288
  const t = Ut();
5289
5289
  return /* @__PURE__ */ g(
5290
- N,
5290
+ M,
5291
5291
  {
5292
5292
  sx: {
5293
5293
  px: 2,
@@ -5298,7 +5298,7 @@ const lq = ({
5298
5298
  },
5299
5299
  children: /* @__PURE__ */ J(At, { direction: "row", alignItems: "center", spacing: 1, children: [
5300
5300
  /* @__PURE__ */ g(
5301
- N,
5301
+ M,
5302
5302
  {
5303
5303
  sx: {
5304
5304
  width: 8,
@@ -5330,7 +5330,7 @@ const lq = ({
5330
5330
  }, yq = () => ({}), r_ = _e(yq)(vq), bq = ({ responseCode: e }) => {
5331
5331
  const t = e ? e >= 200 && e < 300 ? O.green : e >= 300 && e < 400 ? O.greySuperLight2 : e >= 400 && e < 500 ? O.focusPrimary : O.softRed : O.greySuperLight2;
5332
5332
  return /* @__PURE__ */ g(
5333
- N,
5333
+ M,
5334
5334
  {
5335
5335
  sx: {
5336
5336
  px: 1.5,
@@ -5388,9 +5388,9 @@ const lq = ({
5388
5388
  }
5389
5389
  },
5390
5390
  children: [
5391
- /* @__PURE__ */ J(N, { display: "flex", alignItems: "center", gap: 2, mb: 3, children: [
5391
+ /* @__PURE__ */ J(M, { display: "flex", alignItems: "center", gap: 2, mb: 3, children: [
5392
5392
  /* @__PURE__ */ g(
5393
- N,
5393
+ M,
5394
5394
  {
5395
5395
  sx: {
5396
5396
  width: 8,
@@ -5501,8 +5501,8 @@ function Eq() {
5501
5501
  "setTimeout"
5502
5502
  ], CC = -1, dt = {};
5503
5503
  dt[Pt] = dt[er] = dt[Kr] = dt[on] = dt[sn] = dt[Br] = dt[ln] = dt[oi] = dt[si] = !0, dt[ve] = dt[xe] = dt[Re] = dt[Ee] = dt[Be] = dt[Oe] = dt[Je] = dt[oe] = dt[ut] = dt[zt] = dt[vt] = dt[Ht] = dt[Lt] = dt[B] = dt[ne] = !1;
5504
- var st = {};
5505
- st[ve] = st[xe] = st[Re] = st[Be] = st[Ee] = st[Oe] = st[Pt] = st[er] = st[Kr] = st[on] = st[sn] = st[ut] = st[zt] = st[vt] = st[Ht] = st[Lt] = st[B] = st[ce] = st[Br] = st[ln] = st[oi] = st[si] = !0, st[Je] = st[oe] = st[ne] = !1;
5504
+ var lt = {};
5505
+ lt[ve] = lt[xe] = lt[Re] = lt[Be] = lt[Ee] = lt[Oe] = lt[Pt] = lt[er] = lt[Kr] = lt[on] = lt[sn] = lt[ut] = lt[zt] = lt[vt] = lt[Ht] = lt[Lt] = lt[B] = lt[ce] = lt[Br] = lt[ln] = lt[oi] = lt[si] = !0, lt[Je] = lt[oe] = lt[ne] = !1;
5506
5506
  var AC = {
5507
5507
  // Latin-1 Supplement block.
5508
5508
  À: "A",
@@ -6322,7 +6322,7 @@ function Eq() {
6322
6322
  if (F = _ || ue ? {} : mg(i), !k)
6323
6323
  return _ ? Tw(i, zA(F, i)) : ww(i, R1(F, i));
6324
6324
  } else {
6325
- if (!st[ie])
6325
+ if (!lt[ie])
6326
6326
  return x ? i : {};
6327
6327
  F = Mw(i, ie, k);
6328
6328
  }
@@ -9147,7 +9147,7 @@ const Vu = 4, Rq = ({ onSelect: e }) => {
9147
9147
  "desc"
9148
9148
  );
9149
9149
  return /* @__PURE__ */ J(
9150
- N,
9150
+ M,
9151
9151
  {
9152
9152
  sx: {
9153
9153
  display: "flex",
@@ -9156,7 +9156,7 @@ const Vu = 4, Rq = ({ onSelect: e }) => {
9156
9156
  overflow: "hidden"
9157
9157
  },
9158
9158
  children: [
9159
- /* @__PURE__ */ g(N, { mt: 1, children: /* @__PURE__ */ g(
9159
+ /* @__PURE__ */ g(M, { mt: 1, children: /* @__PURE__ */ g(
9160
9160
  Hn,
9161
9161
  {
9162
9162
  value: l,
@@ -9178,7 +9178,7 @@ const Vu = 4, Rq = ({ onSelect: e }) => {
9178
9178
  }
9179
9179
  ) }),
9180
9180
  !y.length && r ? /* @__PURE__ */ g(
9181
- N,
9181
+ M,
9182
9182
  {
9183
9183
  display: "flex",
9184
9184
  alignItems: "center",
@@ -9186,13 +9186,13 @@ const Vu = 4, Rq = ({ onSelect: e }) => {
9186
9186
  flexGrow: 1,
9187
9187
  children: /* @__PURE__ */ g(or, {})
9188
9188
  }
9189
- ) : /* @__PURE__ */ J(N, { flexGrow: 1, className: "customScrollBar", pr: 0.5, py: 1, children: [
9189
+ ) : /* @__PURE__ */ J(M, { flexGrow: 1, className: "customScrollBar", pr: 0.5, py: 1, children: [
9190
9190
  /* @__PURE__ */ g(kr, { container: !0, spacing: 1, children: w.map((V, R) => /* @__PURE__ */ g(
9191
9191
  kr,
9192
9192
  {
9193
9193
  size: { xs: 12, sm: 12 / Vu },
9194
9194
  children: V.map((T) => /* @__PURE__ */ g(
9195
- N,
9195
+ M,
9196
9196
  {
9197
9197
  sx: {
9198
9198
  transition: "transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.2s",
@@ -9237,7 +9237,7 @@ const Vu = 4, Rq = ({ onSelect: e }) => {
9237
9237
  },
9238
9238
  `chunk_item_${R}`
9239
9239
  )) }),
9240
- /* @__PURE__ */ g(N, { display: "flex", justifyContent: "center", mt: 2, children: /* @__PURE__ */ g(
9240
+ /* @__PURE__ */ g(M, { display: "flex", justifyContent: "center", mt: 2, children: /* @__PURE__ */ g(
9241
9241
  p9,
9242
9242
  {
9243
9243
  disabled: r,
@@ -9249,12 +9249,12 @@ const Vu = 4, Rq = ({ onSelect: e }) => {
9249
9249
  ]
9250
9250
  }
9251
9251
  );
9252
- }, Iq = () => ({}), qq = _e(Iq)(Rq), Oi = Di(N)(({ theme: e }) => ({
9252
+ }, Iq = () => ({}), qq = _e(Iq)(Rq), Oi = Di(M)(({ theme: e }) => ({
9253
9253
  backgroundColor: O.abyssPrimary,
9254
9254
  height: e.spacing(0.4),
9255
9255
  borderRadius: "4px",
9256
9256
  transition: ze.FAST
9257
- })), o_ = Di(N)(
9257
+ })), o_ = Di(M)(
9258
9258
  ({ theme: e }) => ({
9259
9259
  background: `linear-gradient(135deg, ${O.abyssPrimaryDarker} 0%, ${O.purple} 100%)`,
9260
9260
  height: e.spacing(0.4),
@@ -9262,7 +9262,7 @@ const Vu = 4, Rq = ({ onSelect: e }) => {
9262
9262
  transition: ze.FAST
9263
9263
  })
9264
9264
  ), s_ = Di(
9265
- N
9265
+ M
9266
9266
  )(({ theme: e }) => ({
9267
9267
  background: `linear-gradient(135deg, ${O.abyssPrimaryDarker} 0%, ${O.focusPrimary} 100%)`,
9268
9268
  height: e.spacing(0.4),
@@ -13085,9 +13085,9 @@ var tb = Ca && Ca.isMap, bP = tb ? ch(tb) : yP, xP = "[object Set]";
13085
13085
  function SP(e) {
13086
13086
  return Bi(e) && Sn(e) == xP;
13087
13087
  }
13088
- var rb = Ca && Ca.isSet, CP = rb ? ch(rb) : SP, AP = 1, wP = 2, TP = 4, SS = "[object Arguments]", EP = "[object Array]", RP = "[object Boolean]", IP = "[object Date]", qP = "[object Error]", CS = "[object Function]", OP = "[object GeneratorFunction]", VP = "[object Map]", UP = "[object Number]", AS = "[object Object]", FP = "[object RegExp]", PP = "[object Set]", kP = "[object String]", DP = "[object Symbol]", MP = "[object WeakMap]", NP = "[object ArrayBuffer]", KP = "[object DataView]", BP = "[object Float32Array]", LP = "[object Float64Array]", WP = "[object Int8Array]", _P = "[object Int16Array]", jP = "[object Int32Array]", GP = "[object Uint8Array]", YP = "[object Uint8ClampedArray]", QP = "[object Uint16Array]", zP = "[object Uint32Array]", lt = {};
13089
- lt[SS] = lt[EP] = lt[NP] = lt[KP] = lt[RP] = lt[IP] = lt[BP] = lt[LP] = lt[WP] = lt[_P] = lt[jP] = lt[VP] = lt[UP] = lt[AS] = lt[FP] = lt[PP] = lt[kP] = lt[DP] = lt[GP] = lt[YP] = lt[QP] = lt[zP] = !0;
13090
- lt[qP] = lt[CS] = lt[MP] = !1;
13088
+ var rb = Ca && Ca.isSet, CP = rb ? ch(rb) : SP, AP = 1, wP = 2, TP = 4, SS = "[object Arguments]", EP = "[object Array]", RP = "[object Boolean]", IP = "[object Date]", qP = "[object Error]", CS = "[object Function]", OP = "[object GeneratorFunction]", VP = "[object Map]", UP = "[object Number]", AS = "[object Object]", FP = "[object RegExp]", PP = "[object Set]", kP = "[object String]", DP = "[object Symbol]", MP = "[object WeakMap]", NP = "[object ArrayBuffer]", KP = "[object DataView]", BP = "[object Float32Array]", LP = "[object Float64Array]", WP = "[object Int8Array]", _P = "[object Int16Array]", jP = "[object Int32Array]", GP = "[object Uint8Array]", YP = "[object Uint8ClampedArray]", QP = "[object Uint16Array]", zP = "[object Uint32Array]", ct = {};
13089
+ ct[SS] = ct[EP] = ct[NP] = ct[KP] = ct[RP] = ct[IP] = ct[BP] = ct[LP] = ct[WP] = ct[_P] = ct[jP] = ct[VP] = ct[UP] = ct[AS] = ct[FP] = ct[PP] = ct[kP] = ct[DP] = ct[GP] = ct[YP] = ct[QP] = ct[zP] = !0;
13090
+ ct[qP] = ct[CS] = ct[MP] = !1;
13091
13091
  function mo(e, t, r, n, a, o) {
13092
13092
  var l, c = t & AP, d = t & wP, f = t & TP;
13093
13093
  if (l !== void 0)
@@ -13106,7 +13106,7 @@ function mo(e, t, r, n, a, o) {
13106
13106
  if (l = d || y ? {} : mP(e), !c)
13107
13107
  return d ? UF(e, wF(l, e)) : OF(e, bF(l, e));
13108
13108
  } else {
13109
- if (!lt[h])
13109
+ if (!ct[h])
13110
13110
  return a ? e : {};
13111
13111
  l = hP(e, h, c);
13112
13112
  }
@@ -13884,7 +13884,7 @@ const xk = ({
13884
13884
  }, V = !!(r && r < e.sizeOctet), R = !!(n || []).find(
13885
13885
  (q) => q.id === e.id
13886
13886
  ), T = l ? l.includes(e.mimeType || "") : !0;
13887
- return V || !T ? /* @__PURE__ */ g(ct, {}) : /* @__PURE__ */ J(N, { children: [
13887
+ return V || !T ? /* @__PURE__ */ g(st, {}) : /* @__PURE__ */ J(M, { children: [
13888
13888
  e.thumbnailPublicAccessId && !C && !m && y ? /* @__PURE__ */ g(
13889
13889
  gl,
13890
13890
  {
@@ -13902,8 +13902,8 @@ const xk = ({
13902
13902
  horizontal: "left"
13903
13903
  },
13904
13904
  onClose: w,
13905
- children: /* @__PURE__ */ J(N, { p: 0.5, display: "flex", flexDirection: "column", children: [
13906
- /* @__PURE__ */ g(N, { mx: "auto", children: /* @__PURE__ */ g(
13905
+ children: /* @__PURE__ */ J(M, { p: 0.5, display: "flex", flexDirection: "column", children: [
13906
+ /* @__PURE__ */ g(M, { mx: "auto", children: /* @__PURE__ */ g(
13907
13907
  "img",
13908
13908
  {
13909
13909
  draggable: "false",
@@ -13922,9 +13922,9 @@ const xk = ({
13922
13922
  )
13923
13923
  ] })
13924
13924
  }
13925
- ) : /* @__PURE__ */ g(ct, {}),
13925
+ ) : /* @__PURE__ */ g(st, {}),
13926
13926
  /* @__PURE__ */ J(
13927
- N,
13927
+ M,
13928
13928
  {
13929
13929
  display: "flex",
13930
13930
  sx: {
@@ -13944,7 +13944,7 @@ const xk = ({
13944
13944
  size: "small",
13945
13945
  sx: { p: 0.6 }
13946
13946
  }
13947
- ) : /* @__PURE__ */ g(ct, {}),
13947
+ ) : /* @__PURE__ */ g(st, {}),
13948
13948
  /* @__PURE__ */ g(
13949
13949
  We,
13950
13950
  {
@@ -13957,7 +13957,7 @@ const xk = ({
13957
13957
  px: R ? 1.5 : ""
13958
13958
  },
13959
13959
  startIcon: e.thumbnailPublicAccessId && !C && !m ? /* @__PURE__ */ J(
13960
- N,
13960
+ M,
13961
13961
  {
13962
13962
  height: "20px",
13963
13963
  width: "20px",
@@ -13981,7 +13981,7 @@ const xk = ({
13981
13981
  onLoad: () => S(!0)
13982
13982
  }
13983
13983
  ),
13984
- !y && !m ? /* @__PURE__ */ g(or, { size: "20px" }) : /* @__PURE__ */ g(ct, {})
13984
+ !y && !m ? /* @__PURE__ */ g(or, { size: "20px" }) : /* @__PURE__ */ g(st, {})
13985
13985
  ]
13986
13986
  }
13987
13987
  ) : /* @__PURE__ */ g(J9, { htmlColor: `${O.abyssPrimaryLighter}` }),
@@ -14032,9 +14032,9 @@ const xk = ({
14032
14032
  ].filter((T) => !!T.thumbnailPublicAccessId), I = v.map((T) => T.id), w = (n || []).map((T) => T.id), V = I.every((T) => w.includes(T)) && v.some((T) => !!T.thumbnailPublicAccessId), R = !!(c || []).find(
14033
14033
  (T) => T.id === e.id
14034
14034
  );
14035
- return /* @__PURE__ */ J(N, { flexGrow: 1, display: "flex", flexDirection: "column", children: [
14035
+ return /* @__PURE__ */ J(M, { flexGrow: 1, display: "flex", flexDirection: "column", children: [
14036
14036
  /* @__PURE__ */ J(
14037
- N,
14037
+ M,
14038
14038
  {
14039
14039
  display: "flex",
14040
14040
  alignItems: "center",
@@ -14055,7 +14055,7 @@ const xk = ({
14055
14055
  size: "small",
14056
14056
  sx: { p: 0.6 }
14057
14057
  }
14058
- ) : /* @__PURE__ */ g(ct, {}),
14058
+ ) : /* @__PURE__ */ g(st, {}),
14059
14059
  /* @__PURE__ */ g(
14060
14060
  We,
14061
14061
  {
@@ -14084,7 +14084,7 @@ const xk = ({
14084
14084
  ]
14085
14085
  }
14086
14086
  ),
14087
- /* @__PURE__ */ g(Px, { in: !y, children: /* @__PURE__ */ g(N, { ml: 1, mt: 0.3, children: /* @__PURE__ */ J(At, { spacing: 0.3, children: [
14087
+ /* @__PURE__ */ g(Px, { in: !y, children: /* @__PURE__ */ g(M, { ml: 1, mt: 0.3, children: /* @__PURE__ */ J(At, { spacing: 0.3, children: [
14088
14088
  (e.childFolder || []).map((T) => /* @__PURE__ */ g(
14089
14089
  OS,
14090
14090
  {
@@ -14104,7 +14104,7 @@ const xk = ({
14104
14104
  },
14105
14105
  T.id
14106
14106
  )),
14107
- f ? /* @__PURE__ */ g(ct, {}) : (e.childFile || []).map((T) => /* @__PURE__ */ g(
14107
+ f ? /* @__PURE__ */ g(st, {}) : (e.childFile || []).map((T) => /* @__PURE__ */ g(
14108
14108
  qS,
14109
14109
  {
14110
14110
  file: T,
@@ -14249,8 +14249,8 @@ const xk = ({
14249
14249
  0,
14250
14250
  l.length - 1
14251
14251
  )}dashboard/cloud${m ? `/${m.id}` : ""}`;
14252
- return /* @__PURE__ */ g(N, { flexGrow: 1, display: "flex", overflow: "hidden", children: a != null && a.enabledService.includes(rn.ABYSS_CLOUD) ? /* @__PURE__ */ g(ct, { children: V && (!y || !C) ? /* @__PURE__ */ g(
14253
- N,
14252
+ return /* @__PURE__ */ g(M, { flexGrow: 1, display: "flex", overflow: "hidden", children: a != null && a.enabledService.includes(rn.ABYSS_CLOUD) ? /* @__PURE__ */ g(st, { children: V && (!y || !C) ? /* @__PURE__ */ g(
14253
+ M,
14254
14254
  {
14255
14255
  display: "flex",
14256
14256
  flexGrow: 1,
@@ -14259,14 +14259,14 @@ const xk = ({
14259
14259
  children: /* @__PURE__ */ g(or, {})
14260
14260
  }
14261
14261
  ) : /* @__PURE__ */ J(
14262
- N,
14262
+ M,
14263
14263
  {
14264
14264
  flexGrow: 1,
14265
14265
  display: "flex",
14266
14266
  flexDirection: "column",
14267
14267
  overflow: "hidden",
14268
14268
  children: [
14269
- /* @__PURE__ */ g(N, { ml: "auto", mb: 0.4, children: /* @__PURE__ */ g(
14269
+ /* @__PURE__ */ g(M, { ml: "auto", mb: 0.4, children: /* @__PURE__ */ g(
14270
14270
  We,
14271
14271
  {
14272
14272
  onClick: W,
@@ -14283,15 +14283,15 @@ const xk = ({
14283
14283
  )
14284
14284
  }
14285
14285
  ) }),
14286
- /* @__PURE__ */ g(N, { flexGrow: 1, display: "flex", overflow: "hidden", children: y != null && y.length || C != null && C.length ? /* @__PURE__ */ J(
14287
- N,
14286
+ /* @__PURE__ */ g(M, { flexGrow: 1, display: "flex", overflow: "hidden", children: y != null && y.length || C != null && C.length ? /* @__PURE__ */ J(
14287
+ M,
14288
14288
  {
14289
14289
  flexGrow: 1,
14290
14290
  display: "flex",
14291
14291
  flexDirection: "column",
14292
14292
  width: "100%",
14293
14293
  children: [
14294
- /* @__PURE__ */ J(N, { display: "flex", alignItems: "center", children: [
14294
+ /* @__PURE__ */ J(M, { display: "flex", alignItems: "center", children: [
14295
14295
  /* @__PURE__ */ g(
14296
14296
  kx,
14297
14297
  {
@@ -14312,7 +14312,7 @@ const xk = ({
14312
14312
  )
14313
14313
  }
14314
14314
  ),
14315
- /* @__PURE__ */ g(N, { ml: 0.5, children: /* @__PURE__ */ g(Dr, { to: Ie, target: "_blank", children: /* @__PURE__ */ g(sr, { color: "primary", children: /* @__PURE__ */ g(Hs, {}) }) }) })
14315
+ /* @__PURE__ */ g(M, { ml: 0.5, children: /* @__PURE__ */ g(Dr, { to: Ie, target: "_blank", children: /* @__PURE__ */ g(sr, { color: "primary", children: /* @__PURE__ */ g(Hs, {}) }) }) })
14316
14316
  ] }),
14317
14317
  /* @__PURE__ */ g(
14318
14318
  ge,
@@ -14329,7 +14329,7 @@ const xk = ({
14329
14329
  }
14330
14330
  ),
14331
14331
  /* @__PURE__ */ g(
14332
- N,
14332
+ M,
14333
14333
  {
14334
14334
  pb: 1,
14335
14335
  pr: 0.5,
@@ -14337,7 +14337,7 @@ const xk = ({
14337
14337
  display: "flex",
14338
14338
  overflow: "hidden",
14339
14339
  children: I ? /* @__PURE__ */ J(
14340
- N,
14340
+ M,
14341
14341
  {
14342
14342
  display: "flex",
14343
14343
  flexGrow: 1,
@@ -14345,7 +14345,7 @@ const xk = ({
14345
14345
  width: "100%",
14346
14346
  children: [
14347
14347
  /* @__PURE__ */ g(
14348
- N,
14348
+ M,
14349
14349
  {
14350
14350
  mt: 1,
14351
14351
  flexGrow: 1,
@@ -14384,7 +14384,7 @@ const xk = ({
14384
14384
  ] })
14385
14385
  }
14386
14386
  ),
14387
- /* @__PURE__ */ g(N, { mt: 1, children: /* @__PURE__ */ g(
14387
+ /* @__PURE__ */ g(M, { mt: 1, children: /* @__PURE__ */ g(
14388
14388
  We,
14389
14389
  {
14390
14390
  onClick: we,
@@ -14400,7 +14400,7 @@ const xk = ({
14400
14400
  ]
14401
14401
  }
14402
14402
  ) : /* @__PURE__ */ g(
14403
- N,
14403
+ M,
14404
14404
  {
14405
14405
  flexGrow: 1,
14406
14406
  display: "flex",
@@ -14413,9 +14413,9 @@ const xk = ({
14413
14413
  )
14414
14414
  ]
14415
14415
  }
14416
- ) : /* @__PURE__ */ J(N, { flexGrow: 1, children: [
14417
- /* @__PURE__ */ J(N, { children: [
14418
- /* @__PURE__ */ g(N, { my: 2, children: /* @__PURE__ */ g(
14416
+ ) : /* @__PURE__ */ J(M, { flexGrow: 1, children: [
14417
+ /* @__PURE__ */ J(M, { children: [
14418
+ /* @__PURE__ */ g(M, { my: 2, children: /* @__PURE__ */ g(
14419
14419
  ge,
14420
14420
  {
14421
14421
  fontStyle: "italic",
@@ -14426,7 +14426,7 @@ const xk = ({
14426
14426
  })
14427
14427
  }
14428
14428
  ) }),
14429
- /* @__PURE__ */ g(N, { mb: 0.5, children: /* @__PURE__ */ g(jn, { children: b.formatRichMessage({
14429
+ /* @__PURE__ */ g(M, { mb: 0.5, children: /* @__PURE__ */ g(jn, { children: b.formatRichMessage({
14430
14430
  id: "file-importation.import-cloud.modal.create-cloud.fields.name.label"
14431
14431
  }) }) }),
14432
14432
  /* @__PURE__ */ g(
@@ -14444,7 +14444,7 @@ const xk = ({
14444
14444
  }
14445
14445
  )
14446
14446
  ] }),
14447
- /* @__PURE__ */ g(N, { mt: 1, display: "flex", justifyContent: "end", children: /* @__PURE__ */ g(
14447
+ /* @__PURE__ */ g(M, { mt: 1, display: "flex", justifyContent: "end", children: /* @__PURE__ */ g(
14448
14448
  We,
14449
14449
  {
14450
14450
  onClick: () => le.handleSubmit(),
@@ -14460,7 +14460,7 @@ const xk = ({
14460
14460
  ]
14461
14461
  }
14462
14462
  ) }) : /* @__PURE__ */ J(
14463
- N,
14463
+ M,
14464
14464
  {
14465
14465
  flexGrow: 1,
14466
14466
  my: "auto",
@@ -14468,7 +14468,7 @@ const xk = ({
14468
14468
  display: "flex",
14469
14469
  flexDirection: "column",
14470
14470
  children: [
14471
- /* @__PURE__ */ g(N, { mb: 1, children: /* @__PURE__ */ g(ge, { align: "center", variant: "body2", children: b.formatRichMessage({
14471
+ /* @__PURE__ */ g(M, { mb: 1, children: /* @__PURE__ */ g(ge, { align: "center", variant: "body2", children: b.formatRichMessage({
14472
14472
  id: "file-importation.import-cloud.modal.service-not-enabled"
14473
14473
  }) }) }),
14474
14474
  /* @__PURE__ */ g(
@@ -14589,8 +14589,8 @@ const xk = ({
14589
14589
  j();
14590
14590
  }, []), Qe(() => {
14591
14591
  P();
14592
- }, [o]), /* @__PURE__ */ g(N, { flexGrow: 1, display: "flex", overflow: "hidden", children: t != null && t.enabledService.includes(rn.ABYSS_CLOUD) ? /* @__PURE__ */ g(ct, { children: v && (!c || !f) ? /* @__PURE__ */ g(
14593
- N,
14592
+ }, [o]), /* @__PURE__ */ g(M, { flexGrow: 1, display: "flex", overflow: "hidden", children: t != null && t.enabledService.includes(rn.ABYSS_CLOUD) ? /* @__PURE__ */ g(st, { children: v && (!c || !f) ? /* @__PURE__ */ g(
14593
+ M,
14594
14594
  {
14595
14595
  display: "flex",
14596
14596
  flexGrow: 1,
@@ -14599,14 +14599,14 @@ const xk = ({
14599
14599
  children: /* @__PURE__ */ g(or, {})
14600
14600
  }
14601
14601
  ) : /* @__PURE__ */ J(
14602
- N,
14602
+ M,
14603
14603
  {
14604
14604
  flexGrow: 1,
14605
14605
  display: "flex",
14606
14606
  flexDirection: "column",
14607
14607
  overflow: "hidden",
14608
14608
  children: [
14609
- /* @__PURE__ */ g(N, { ml: "auto", mb: 0.4, display: "flex", alignItems: "center", children: /* @__PURE__ */ g(
14609
+ /* @__PURE__ */ g(M, { ml: "auto", mb: 0.4, display: "flex", alignItems: "center", children: /* @__PURE__ */ g(
14610
14610
  We,
14611
14611
  {
14612
14612
  onClick: j,
@@ -14623,15 +14623,15 @@ const xk = ({
14623
14623
  )
14624
14624
  }
14625
14625
  ) }),
14626
- /* @__PURE__ */ g(N, { flexGrow: 1, display: "flex", overflow: "hidden", children: c != null && c.length || f != null && f.length ? /* @__PURE__ */ J(
14627
- N,
14626
+ /* @__PURE__ */ g(M, { flexGrow: 1, display: "flex", overflow: "hidden", children: c != null && c.length || f != null && f.length ? /* @__PURE__ */ J(
14627
+ M,
14628
14628
  {
14629
14629
  flexGrow: 1,
14630
14630
  display: "flex",
14631
14631
  flexDirection: "column",
14632
14632
  width: "100%",
14633
14633
  children: [
14634
- /* @__PURE__ */ J(N, { display: "flex", alignItems: "center", children: [
14634
+ /* @__PURE__ */ J(M, { display: "flex", alignItems: "center", children: [
14635
14635
  /* @__PURE__ */ g(
14636
14636
  kx,
14637
14637
  {
@@ -14652,10 +14652,10 @@ const xk = ({
14652
14652
  )
14653
14653
  }
14654
14654
  ),
14655
- /* @__PURE__ */ g(N, { ml: 0.5, children: /* @__PURE__ */ g("a", { href: fe, target: "_blank", children: /* @__PURE__ */ g(sr, { color: "primary", children: /* @__PURE__ */ g(Hs, {}) }) }) })
14655
+ /* @__PURE__ */ g(M, { ml: 0.5, children: /* @__PURE__ */ g("a", { href: fe, target: "_blank", children: /* @__PURE__ */ g(sr, { color: "primary", children: /* @__PURE__ */ g(Hs, {}) }) }) })
14656
14656
  ] }),
14657
14657
  /* @__PURE__ */ g(
14658
- N,
14658
+ M,
14659
14659
  {
14660
14660
  pb: 1,
14661
14661
  pr: 0.5,
@@ -14663,7 +14663,7 @@ const xk = ({
14663
14663
  display: "flex",
14664
14664
  overflow: "hidden",
14665
14665
  children: h ? /* @__PURE__ */ J(
14666
- N,
14666
+ M,
14667
14667
  {
14668
14668
  display: "flex",
14669
14669
  flexGrow: 1,
@@ -14671,7 +14671,7 @@ const xk = ({
14671
14671
  width: "100%",
14672
14672
  children: [
14673
14673
  /* @__PURE__ */ g(
14674
- N,
14674
+ M,
14675
14675
  {
14676
14676
  mt: 1,
14677
14677
  flexGrow: 1,
@@ -14692,7 +14692,7 @@ const xk = ({
14692
14692
  )) })
14693
14693
  }
14694
14694
  ),
14695
- /* @__PURE__ */ g(N, { mt: 1, children: /* @__PURE__ */ g(
14695
+ /* @__PURE__ */ g(M, { mt: 1, children: /* @__PURE__ */ g(
14696
14696
  We,
14697
14697
  {
14698
14698
  onClick: le,
@@ -14708,7 +14708,7 @@ const xk = ({
14708
14708
  ]
14709
14709
  }
14710
14710
  ) : /* @__PURE__ */ g(
14711
- N,
14711
+ M,
14712
14712
  {
14713
14713
  flexGrow: 1,
14714
14714
  display: "flex",
@@ -14721,9 +14721,9 @@ const xk = ({
14721
14721
  )
14722
14722
  ]
14723
14723
  }
14724
- ) : /* @__PURE__ */ J(N, { flexGrow: 1, children: [
14725
- /* @__PURE__ */ J(N, { children: [
14726
- /* @__PURE__ */ g(N, { my: 2, children: /* @__PURE__ */ g(
14724
+ ) : /* @__PURE__ */ J(M, { flexGrow: 1, children: [
14725
+ /* @__PURE__ */ J(M, { children: [
14726
+ /* @__PURE__ */ g(M, { my: 2, children: /* @__PURE__ */ g(
14727
14727
  ge,
14728
14728
  {
14729
14729
  fontStyle: "italic",
@@ -14734,7 +14734,7 @@ const xk = ({
14734
14734
  })
14735
14735
  }
14736
14736
  ) }),
14737
- /* @__PURE__ */ g(N, { mb: 0.5, children: /* @__PURE__ */ g(jn, { children: b.formatRichMessage({
14737
+ /* @__PURE__ */ g(M, { mb: 0.5, children: /* @__PURE__ */ g(jn, { children: b.formatRichMessage({
14738
14738
  id: "file-importation.import-cloud.modal.create-cloud.fields.name.label"
14739
14739
  }) }) }),
14740
14740
  /* @__PURE__ */ g(
@@ -14752,7 +14752,7 @@ const xk = ({
14752
14752
  }
14753
14753
  )
14754
14754
  ] }),
14755
- /* @__PURE__ */ g(N, { mt: 1, display: "flex", justifyContent: "end", children: /* @__PURE__ */ g(
14755
+ /* @__PURE__ */ g(M, { mt: 1, display: "flex", justifyContent: "end", children: /* @__PURE__ */ g(
14756
14756
  We,
14757
14757
  {
14758
14758
  onClick: () => H.handleSubmit(),
@@ -14768,7 +14768,7 @@ const xk = ({
14768
14768
  ]
14769
14769
  }
14770
14770
  ) }) : /* @__PURE__ */ J(
14771
- N,
14771
+ M,
14772
14772
  {
14773
14773
  flexGrow: 1,
14774
14774
  my: "auto",
@@ -14776,7 +14776,7 @@ const xk = ({
14776
14776
  display: "flex",
14777
14777
  flexDirection: "column",
14778
14778
  children: [
14779
- /* @__PURE__ */ g(N, { mb: 1, children: /* @__PURE__ */ g(ge, { align: "center", variant: "body2", children: b.formatRichMessage({
14779
+ /* @__PURE__ */ g(M, { mb: 1, children: /* @__PURE__ */ g(ge, { align: "center", variant: "body2", children: b.formatRichMessage({
14780
14780
  id: "file-importation.import-cloud.modal.service-not-enabled"
14781
14781
  }) }) }),
14782
14782
  /* @__PURE__ */ g(
@@ -16167,7 +16167,7 @@ const WD = ({ setStartDate: e, setEndDate: t }) => {
16167
16167
  const l = /* @__PURE__ */ new Date();
16168
16168
  e(vo(Kk(l))), t(yp(Nk(l)));
16169
16169
  }, []);
16170
- return /* @__PURE__ */ J(N, { children: [
16170
+ return /* @__PURE__ */ J(M, { children: [
16171
16171
  /* @__PURE__ */ g(At, { direction: "row", spacing: 1, mb: 1, children: [7, 30, 60].map((l) => /* @__PURE__ */ g(
16172
16172
  We,
16173
16173
  {
@@ -16312,9 +16312,9 @@ const WD = ({ setStartDate: e, setEndDate: t }) => {
16312
16312
  id: "modal.confirm-modal.title"
16313
16313
  }) }),
16314
16314
  t || r ? /* @__PURE__ */ J(Mi, { className: "customScrollBar", children: [
16315
- t ? /* @__PURE__ */ g(ge, { variant: "body2", children: t }) : /* @__PURE__ */ g(ct, {}),
16315
+ t ? /* @__PURE__ */ g(ge, { variant: "body2", children: t }) : /* @__PURE__ */ g(st, {}),
16316
16316
  r
16317
- ] }) : /* @__PURE__ */ g(ct, {}),
16317
+ ] }) : /* @__PURE__ */ g(st, {}),
16318
16318
  /* @__PURE__ */ J(G0, { children: [
16319
16319
  /* @__PURE__ */ g(
16320
16320
  We,
@@ -16401,7 +16401,7 @@ const WD = ({ setStartDate: e, setEndDate: t }) => {
16401
16401
  children: /* @__PURE__ */ g(Ra, {})
16402
16402
  }
16403
16403
  ),
16404
- /* @__PURE__ */ g(N, { px: 3, mt: 1, children: /* @__PURE__ */ g(Oi, {}) }),
16404
+ /* @__PURE__ */ g(M, { px: 3, mt: 1, children: /* @__PURE__ */ g(Oi, {}) }),
16405
16405
  /* @__PURE__ */ g(
16406
16406
  Mi,
16407
16407
  {
@@ -18257,7 +18257,7 @@ kl("CapacitorHttp", {
18257
18257
  web: () => new IM()
18258
18258
  });
18259
18259
  const qM = kl("Share", {
18260
- web: () => import("./web-qg7sEVOx.js").then((e) => new e.ShareWeb())
18260
+ web: () => import("./web-CPnqZpJD.js").then((e) => new e.ShareWeb())
18261
18261
  });
18262
18262
  class OM extends yh {
18263
18263
  async write(t) {
@@ -18362,10 +18362,10 @@ const VM = kl("Clipboard", {
18362
18362
  children: /* @__PURE__ */ g(Ra, {})
18363
18363
  }
18364
18364
  ),
18365
- /* @__PURE__ */ g(Mi, { children: /* @__PURE__ */ J(N, { children: [
18366
- /* @__PURE__ */ g(N, { display: "flex", alignItems: "center", justifyContent: "center", children: c ? /* @__PURE__ */ g("img", { src: c }) : /* @__PURE__ */ g(or, {}) }),
18365
+ /* @__PURE__ */ g(Mi, { children: /* @__PURE__ */ J(M, { children: [
18366
+ /* @__PURE__ */ g(M, { display: "flex", alignItems: "center", justifyContent: "center", children: c ? /* @__PURE__ */ g("img", { src: c }) : /* @__PURE__ */ g(or, {}) }),
18367
18367
  !a && /* @__PURE__ */ g(
18368
- N,
18368
+ M,
18369
18369
  {
18370
18370
  display: "flex",
18371
18371
  alignItems: "center",
@@ -18393,7 +18393,7 @@ const VM = kl("Clipboard", {
18393
18393
  }
18394
18394
  ),
18395
18395
  !n && /* @__PURE__ */ g(
18396
- N,
18396
+ M,
18397
18397
  {
18398
18398
  mt: 1,
18399
18399
  display: "flex",
@@ -18469,7 +18469,7 @@ const VM = kl("Clipboard", {
18469
18469
  children: /* @__PURE__ */ g(Ra, {})
18470
18470
  }
18471
18471
  ),
18472
- /* @__PURE__ */ g(N, { px: 3, mt: 1, children: /* @__PURE__ */ g(Oi, {}) }),
18472
+ /* @__PURE__ */ g(M, { px: 3, mt: 1, children: /* @__PURE__ */ g(Oi, {}) }),
18473
18473
  /* @__PURE__ */ g(
18474
18474
  Mi,
18475
18475
  {
@@ -18679,7 +18679,7 @@ function yo(e, t) {
18679
18679
  // No need to clone deep, it's way faster.
18680
18680
  }) : e;
18681
18681
  }
18682
- const ai = process.env.NODE_ENV !== "production" ? M.oneOfType([M.number, M.string, M.object, M.array]) : {};
18682
+ const ai = process.env.NODE_ENV !== "production" ? N.oneOfType([N.number, N.string, N.object, N.array]) : {};
18683
18683
  function BM(e, t) {
18684
18684
  if (!e.containerQueries)
18685
18685
  return t;
@@ -20003,7 +20003,7 @@ function ll(e, t) {
20003
20003
  return r;
20004
20004
  }
20005
20005
  const iK = typeof window < "u" ? me.useLayoutEffect : me.useEffect, aK = /* @__PURE__ */ me.createContext(void 0);
20006
- process.env.NODE_ENV !== "production" && (M.node, M.object);
20006
+ process.env.NODE_ENV !== "production" && (N.node, N.object);
20007
20007
  function oK(e) {
20008
20008
  const {
20009
20009
  theme: t,
@@ -21053,7 +21053,7 @@ const i5 = (e) => HK(e) && e !== "classes", Nr = $N({
21053
21053
  defaultTheme: QK,
21054
21054
  rootShouldForwardProp: i5
21055
21055
  }), zl = lK;
21056
- process.env.NODE_ENV !== "production" && (M.node, M.object.isRequired);
21056
+ process.env.NODE_ENV !== "production" && (N.node, N.object.isRequired);
21057
21057
  function Ko(e) {
21058
21058
  return sK(e);
21059
21059
  }
@@ -21265,15 +21265,15 @@ process.env.NODE_ENV !== "production" && (cl.propTypes = {
21265
21265
  /**
21266
21266
  * Node passed into the SVG element.
21267
21267
  */
21268
- children: M.node,
21268
+ children: N.node,
21269
21269
  /**
21270
21270
  * Override or extend the styles applied to the component.
21271
21271
  */
21272
- classes: M.object,
21272
+ classes: N.object,
21273
21273
  /**
21274
21274
  * @ignore
21275
21275
  */
21276
- className: M.string,
21276
+ className: N.string,
21277
21277
  /**
21278
21278
  * The color of the component.
21279
21279
  * It supports both default and custom theme colors, which can be added as shown in the
@@ -21281,21 +21281,21 @@ process.env.NODE_ENV !== "production" && (cl.propTypes = {
21281
21281
  * You can use the `htmlColor` prop to apply a color attribute to the SVG element.
21282
21282
  * @default 'inherit'
21283
21283
  */
21284
- color: M.oneOfType([M.oneOf(["inherit", "action", "disabled", "primary", "secondary", "error", "info", "success", "warning"]), M.string]),
21284
+ color: N.oneOfType([N.oneOf(["inherit", "action", "disabled", "primary", "secondary", "error", "info", "success", "warning"]), N.string]),
21285
21285
  /**
21286
21286
  * The component used for the root node.
21287
21287
  * Either a string to use a HTML element or a component.
21288
21288
  */
21289
- component: M.elementType,
21289
+ component: N.elementType,
21290
21290
  /**
21291
21291
  * The fontSize applied to the icon. Defaults to 24px, but can be configure to inherit font size.
21292
21292
  * @default 'medium'
21293
21293
  */
21294
- fontSize: M.oneOfType([M.oneOf(["inherit", "large", "medium", "small"]), M.string]),
21294
+ fontSize: N.oneOfType([N.oneOf(["inherit", "large", "medium", "small"]), N.string]),
21295
21295
  /**
21296
21296
  * Applies a color attribute to the SVG element.
21297
21297
  */
21298
- htmlColor: M.string,
21298
+ htmlColor: N.string,
21299
21299
  /**
21300
21300
  * If `true`, the root node will inherit the custom `component`'s viewBox and the `viewBox`
21301
21301
  * prop will be ignored.
@@ -21303,22 +21303,22 @@ process.env.NODE_ENV !== "production" && (cl.propTypes = {
21303
21303
  * `component`'s viewBox to the root node.
21304
21304
  * @default false
21305
21305
  */
21306
- inheritViewBox: M.bool,
21306
+ inheritViewBox: N.bool,
21307
21307
  /**
21308
21308
  * The shape-rendering attribute. The behavior of the different options is described on the
21309
21309
  * [MDN Web Docs](https://developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/shape-rendering).
21310
21310
  * If you are having issues with blurry icons you should investigate this prop.
21311
21311
  */
21312
- shapeRendering: M.string,
21312
+ shapeRendering: N.string,
21313
21313
  /**
21314
21314
  * The system prop that allows defining system overrides as well as additional CSS styles.
21315
21315
  */
21316
- sx: M.oneOfType([M.arrayOf(M.oneOfType([M.func, M.object, M.bool])), M.func, M.object]),
21316
+ sx: N.oneOfType([N.arrayOf(N.oneOfType([N.func, N.object, N.bool])), N.func, N.object]),
21317
21317
  /**
21318
21318
  * Provides a human-readable title for the element that contains it.
21319
21319
  * https://www.w3.org/TR/SVG-access/#Equivalent
21320
21320
  */
21321
- titleAccess: M.string,
21321
+ titleAccess: N.string,
21322
21322
  /**
21323
21323
  * Allows you to redefine what the coordinates without units mean inside an SVG element.
21324
21324
  * For example, if the SVG element is 500 (width) by 200 (height),
@@ -21327,7 +21327,7 @@ process.env.NODE_ENV !== "production" && (cl.propTypes = {
21327
21327
  * to bottom right (50,20) and each unit will be worth 10px.
21328
21328
  * @default '0 0 24 24'
21329
21329
  */
21330
- viewBox: M.string
21330
+ viewBox: N.string
21331
21331
  });
21332
21332
  cl.muiName = "SvgIcon";
21333
21333
  function tB(e, t) {
@@ -21367,7 +21367,7 @@ function Qs(e) {
21367
21367
  (0, t.current)(...r)
21368
21368
  )).current;
21369
21369
  }
21370
- const aB = M.oneOfType([M.func, M.object]);
21370
+ const aB = N.oneOfType([N.func, N.object]);
21371
21371
  function oB(e) {
21372
21372
  const {
21373
21373
  prototype: t = {}
@@ -21385,7 +21385,7 @@ function sB(e, t, r, n, a) {
21385
21385
  let c;
21386
21386
  return typeof o == "function" && !oB(o) && (c = "Did you accidentally provide a plain function component instead?"), c !== void 0 ? new Error(`Invalid ${n} \`${l}\` supplied to \`${r}\`. Expected an element type that can hold a ref. ${c} For more information see https://mui.com/r/caveat-with-refs-guide`) : null;
21387
21387
  }
21388
- const lB = o5(M.elementType, sB);
21388
+ const lB = o5(N.elementType, sB);
21389
21389
  function cx(e) {
21390
21390
  try {
21391
21391
  return e.matches(":focus-visible");
@@ -21585,7 +21585,7 @@ Eh.propTypes = process.env.NODE_ENV !== "production" ? {
21585
21585
  * you can pass in `component={null}`. This is useful if the wrapping div
21586
21586
  * borks your css styles.
21587
21587
  */
21588
- component: M.any,
21588
+ component: N.any,
21589
21589
  /**
21590
21590
  * A set of `<Transition>` components, that are toggled `in` and out as they
21591
21591
  * leave. the `<TransitionGroup>` will inject specific transition props, so
@@ -21599,25 +21599,25 @@ Eh.propTypes = process.env.NODE_ENV !== "production" ? {
21599
21599
  * the transition child as you change its content, this will cause
21600
21600
  * `TransitionGroup` to transition the child out and back in.
21601
21601
  */
21602
- children: M.node,
21602
+ children: N.node,
21603
21603
  /**
21604
21604
  * A convenience prop that enables or disables appear animations
21605
21605
  * for all children. Note that specifying this will override any defaults set
21606
21606
  * on individual children Transitions.
21607
21607
  */
21608
- appear: M.bool,
21608
+ appear: N.bool,
21609
21609
  /**
21610
21610
  * A convenience prop that enables or disables enter animations
21611
21611
  * for all children. Note that specifying this will override any defaults set
21612
21612
  * on individual children Transitions.
21613
21613
  */
21614
- enter: M.bool,
21614
+ enter: N.bool,
21615
21615
  /**
21616
21616
  * A convenience prop that enables or disables exit animations
21617
21617
  * for all children. Note that specifying this will override any defaults set
21618
21618
  * on individual children Transitions.
21619
21619
  */
21620
- exit: M.bool,
21620
+ exit: N.bool,
21621
21621
  /**
21622
21622
  * You may need to apply reactive updates to a child as it is exiting.
21623
21623
  * This is generally done by using `cloneElement` however in the case of an exiting
@@ -21628,7 +21628,7 @@ Eh.propTypes = process.env.NODE_ENV !== "production" ? {
21628
21628
  *
21629
21629
  * @type Function(child: ReactElement) -> ReactElement
21630
21630
  */
21631
- childFactory: M.func
21631
+ childFactory: N.func
21632
21632
  } : {};
21633
21633
  Eh.defaultProps = gB;
21634
21634
  const mB = [];
@@ -21695,36 +21695,36 @@ process.env.NODE_ENV !== "production" && (l5.propTypes = {
21695
21695
  /**
21696
21696
  * Override or extend the styles applied to the component.
21697
21697
  */
21698
- classes: M.object.isRequired,
21699
- className: M.string,
21698
+ classes: N.object.isRequired,
21699
+ className: N.string,
21700
21700
  /**
21701
21701
  * @ignore - injected from TransitionGroup
21702
21702
  */
21703
- in: M.bool,
21703
+ in: N.bool,
21704
21704
  /**
21705
21705
  * @ignore - injected from TransitionGroup
21706
21706
  */
21707
- onExited: M.func,
21707
+ onExited: N.func,
21708
21708
  /**
21709
21709
  * If `true`, the ripple pulsates, typically indicating the keyboard focus state of an element.
21710
21710
  */
21711
- pulsate: M.bool,
21711
+ pulsate: N.bool,
21712
21712
  /**
21713
21713
  * Diameter of the ripple.
21714
21714
  */
21715
- rippleSize: M.number,
21715
+ rippleSize: N.number,
21716
21716
  /**
21717
21717
  * Horizontal position of the ripple center.
21718
21718
  */
21719
- rippleX: M.number,
21719
+ rippleX: N.number,
21720
21720
  /**
21721
21721
  * Vertical position of the ripple center.
21722
21722
  */
21723
- rippleY: M.number,
21723
+ rippleY: N.number,
21724
21724
  /**
21725
21725
  * exit delay
21726
21726
  */
21727
- timeout: M.number.isRequired
21727
+ timeout: N.number.isRequired
21728
21728
  });
21729
21729
  const Ur = No("MuiTouchRipple", ["root", "ripple", "rippleVisible", "ripplePulsate", "child", "childLeaving", "childPulsate"]), U0 = 550, bB = 80, xB = Tn`
21730
21730
  0% {
@@ -21944,15 +21944,15 @@ process.env.NODE_ENV !== "production" && (c5.propTypes = {
21944
21944
  * If `true`, the ripple starts at the center of the component
21945
21945
  * rather than at the point of interaction.
21946
21946
  */
21947
- center: M.bool,
21947
+ center: N.bool,
21948
21948
  /**
21949
21949
  * Override or extend the styles applied to the component.
21950
21950
  */
21951
- classes: M.object,
21951
+ classes: N.object,
21952
21952
  /**
21953
21953
  * @ignore
21954
21954
  */
21955
- className: M.string
21955
+ className: N.string
21956
21956
  });
21957
21957
  function TB(e) {
21958
21958
  return Oa("MuiButtonBase", e);
@@ -22134,19 +22134,19 @@ process.env.NODE_ENV !== "production" && (u5.propTypes = {
22134
22134
  * They won't start at the cursor interaction position.
22135
22135
  * @default false
22136
22136
  */
22137
- centerRipple: M.bool,
22137
+ centerRipple: N.bool,
22138
22138
  /**
22139
22139
  * The content of the component.
22140
22140
  */
22141
- children: M.node,
22141
+ children: N.node,
22142
22142
  /**
22143
22143
  * Override or extend the styles applied to the component.
22144
22144
  */
22145
- classes: M.object,
22145
+ classes: N.object,
22146
22146
  /**
22147
22147
  * @ignore
22148
22148
  */
22149
- className: M.string,
22149
+ className: N.string,
22150
22150
  /**
22151
22151
  * The component used for the root node.
22152
22152
  * Either a string to use a HTML element or a component.
@@ -22156,7 +22156,7 @@ process.env.NODE_ENV !== "production" && (u5.propTypes = {
22156
22156
  * If `true`, the component is disabled.
22157
22157
  * @default false
22158
22158
  */
22159
- disabled: M.bool,
22159
+ disabled: N.bool,
22160
22160
  /**
22161
22161
  * If `true`, the ripple effect is disabled.
22162
22162
  *
@@ -22164,17 +22164,17 @@ process.env.NODE_ENV !== "production" && (u5.propTypes = {
22164
22164
  * to highlight the element by applying separate styles with the `.Mui-focusVisible` class.
22165
22165
  * @default false
22166
22166
  */
22167
- disableRipple: M.bool,
22167
+ disableRipple: N.bool,
22168
22168
  /**
22169
22169
  * If `true`, the touch ripple effect is disabled.
22170
22170
  * @default false
22171
22171
  */
22172
- disableTouchRipple: M.bool,
22172
+ disableTouchRipple: N.bool,
22173
22173
  /**
22174
22174
  * If `true`, the base button will have a keyboard focus ripple.
22175
22175
  * @default false
22176
22176
  */
22177
- focusRipple: M.bool,
22177
+ focusRipple: N.bool,
22178
22178
  /**
22179
22179
  * This prop can help identify which element has keyboard focus.
22180
22180
  * The class name will be applied when the element gains the focus through keyboard interaction.
@@ -22183,99 +22183,99 @@ process.env.NODE_ENV !== "production" && (u5.propTypes = {
22183
22183
  * A [polyfill can be used](https://github.com/WICG/focus-visible) to apply a `focus-visible` class to other components
22184
22184
  * if needed.
22185
22185
  */
22186
- focusVisibleClassName: M.string,
22186
+ focusVisibleClassName: N.string,
22187
22187
  /**
22188
22188
  * @ignore
22189
22189
  */
22190
- href: M.any,
22190
+ href: N.any,
22191
22191
  /**
22192
22192
  * The component used to render a link when the `href` prop is provided.
22193
22193
  * @default 'a'
22194
22194
  */
22195
- LinkComponent: M.elementType,
22195
+ LinkComponent: N.elementType,
22196
22196
  /**
22197
22197
  * @ignore
22198
22198
  */
22199
- onBlur: M.func,
22199
+ onBlur: N.func,
22200
22200
  /**
22201
22201
  * @ignore
22202
22202
  */
22203
- onClick: M.func,
22203
+ onClick: N.func,
22204
22204
  /**
22205
22205
  * @ignore
22206
22206
  */
22207
- onContextMenu: M.func,
22207
+ onContextMenu: N.func,
22208
22208
  /**
22209
22209
  * @ignore
22210
22210
  */
22211
- onDragLeave: M.func,
22211
+ onDragLeave: N.func,
22212
22212
  /**
22213
22213
  * @ignore
22214
22214
  */
22215
- onFocus: M.func,
22215
+ onFocus: N.func,
22216
22216
  /**
22217
22217
  * Callback fired when the component is focused with a keyboard.
22218
22218
  * We trigger a `onFocus` callback too.
22219
22219
  */
22220
- onFocusVisible: M.func,
22220
+ onFocusVisible: N.func,
22221
22221
  /**
22222
22222
  * @ignore
22223
22223
  */
22224
- onKeyDown: M.func,
22224
+ onKeyDown: N.func,
22225
22225
  /**
22226
22226
  * @ignore
22227
22227
  */
22228
- onKeyUp: M.func,
22228
+ onKeyUp: N.func,
22229
22229
  /**
22230
22230
  * @ignore
22231
22231
  */
22232
- onMouseDown: M.func,
22232
+ onMouseDown: N.func,
22233
22233
  /**
22234
22234
  * @ignore
22235
22235
  */
22236
- onMouseLeave: M.func,
22236
+ onMouseLeave: N.func,
22237
22237
  /**
22238
22238
  * @ignore
22239
22239
  */
22240
- onMouseUp: M.func,
22240
+ onMouseUp: N.func,
22241
22241
  /**
22242
22242
  * @ignore
22243
22243
  */
22244
- onTouchEnd: M.func,
22244
+ onTouchEnd: N.func,
22245
22245
  /**
22246
22246
  * @ignore
22247
22247
  */
22248
- onTouchMove: M.func,
22248
+ onTouchMove: N.func,
22249
22249
  /**
22250
22250
  * @ignore
22251
22251
  */
22252
- onTouchStart: M.func,
22252
+ onTouchStart: N.func,
22253
22253
  /**
22254
22254
  * The system prop that allows defining system overrides as well as additional CSS styles.
22255
22255
  */
22256
- sx: M.oneOfType([M.arrayOf(M.oneOfType([M.func, M.object, M.bool])), M.func, M.object]),
22256
+ sx: N.oneOfType([N.arrayOf(N.oneOfType([N.func, N.object, N.bool])), N.func, N.object]),
22257
22257
  /**
22258
22258
  * @default 0
22259
22259
  */
22260
- tabIndex: M.number,
22260
+ tabIndex: N.number,
22261
22261
  /**
22262
22262
  * Props applied to the `TouchRipple` element.
22263
22263
  */
22264
- TouchRippleProps: M.object,
22264
+ TouchRippleProps: N.object,
22265
22265
  /**
22266
22266
  * A ref that points to the `TouchRipple` element.
22267
22267
  */
22268
- touchRippleRef: M.oneOfType([M.func, M.shape({
22269
- current: M.shape({
22270
- pulsate: M.func.isRequired,
22271
- start: M.func.isRequired,
22272
- stop: M.func.isRequired
22268
+ touchRippleRef: N.oneOfType([N.func, N.shape({
22269
+ current: N.shape({
22270
+ pulsate: N.func.isRequired,
22271
+ start: N.func.isRequired,
22272
+ stop: N.func.isRequired
22273
22273
  })
22274
22274
  })]),
22275
22275
  /**
22276
22276
  * @ignore
22277
22277
  */
22278
- type: M.oneOfType([M.oneOf(["button", "reset", "submit"]), M.string])
22278
+ type: N.oneOfType([N.oneOf(["button", "reset", "submit"]), N.string])
22279
22279
  });
22280
22280
  function qB(e) {
22281
22281
  return Oa("MuiCircularProgress", e);
@@ -22465,56 +22465,56 @@ process.env.NODE_ENV !== "production" && (d5.propTypes = {
22465
22465
  /**
22466
22466
  * Override or extend the styles applied to the component.
22467
22467
  */
22468
- classes: M.object,
22468
+ classes: N.object,
22469
22469
  /**
22470
22470
  * @ignore
22471
22471
  */
22472
- className: M.string,
22472
+ className: N.string,
22473
22473
  /**
22474
22474
  * The color of the component.
22475
22475
  * It supports both default and custom theme colors, which can be added as shown in the
22476
22476
  * [palette customization guide](https://mui.com/material-ui/customization/palette/#custom-colors).
22477
22477
  * @default 'primary'
22478
22478
  */
22479
- color: M.oneOfType([M.oneOf(["inherit", "primary", "secondary", "error", "info", "success", "warning"]), M.string]),
22479
+ color: N.oneOfType([N.oneOf(["inherit", "primary", "secondary", "error", "info", "success", "warning"]), N.string]),
22480
22480
  /**
22481
22481
  * If `true`, the shrink animation is disabled.
22482
22482
  * This only works if variant is `indeterminate`.
22483
22483
  * @default false
22484
22484
  */
22485
- disableShrink: o5(M.bool, (e) => e.disableShrink && e.variant && e.variant !== "indeterminate" ? new Error("MUI: You have provided the `disableShrink` prop with a variant other than `indeterminate`. This will have no effect.") : null),
22485
+ disableShrink: o5(N.bool, (e) => e.disableShrink && e.variant && e.variant !== "indeterminate" ? new Error("MUI: You have provided the `disableShrink` prop with a variant other than `indeterminate`. This will have no effect.") : null),
22486
22486
  /**
22487
22487
  * The size of the component.
22488
22488
  * If using a number, the pixel unit is assumed.
22489
22489
  * If using a string, you need to provide the CSS unit, for example '3rem'.
22490
22490
  * @default 40
22491
22491
  */
22492
- size: M.oneOfType([M.number, M.string]),
22492
+ size: N.oneOfType([N.number, N.string]),
22493
22493
  /**
22494
22494
  * @ignore
22495
22495
  */
22496
- style: M.object,
22496
+ style: N.object,
22497
22497
  /**
22498
22498
  * The system prop that allows defining system overrides as well as additional CSS styles.
22499
22499
  */
22500
- sx: M.oneOfType([M.arrayOf(M.oneOfType([M.func, M.object, M.bool])), M.func, M.object]),
22500
+ sx: N.oneOfType([N.arrayOf(N.oneOfType([N.func, N.object, N.bool])), N.func, N.object]),
22501
22501
  /**
22502
22502
  * The thickness of the circle.
22503
22503
  * @default 3.6
22504
22504
  */
22505
- thickness: M.number,
22505
+ thickness: N.number,
22506
22506
  /**
22507
22507
  * The value of the progress indicator for the determinate variant.
22508
22508
  * Value between 0 and 100.
22509
22509
  * @default 0
22510
22510
  */
22511
- value: M.number,
22511
+ value: N.number,
22512
22512
  /**
22513
22513
  * The variant to use.
22514
22514
  * Use indeterminate when there is no progress value.
22515
22515
  * @default 'indeterminate'
22516
22516
  */
22517
- variant: M.oneOf(["determinate", "indeterminate"])
22517
+ variant: N.oneOf(["determinate", "indeterminate"])
22518
22518
  });
22519
22519
  function DB(e) {
22520
22520
  return Oa("MuiButton", e);
@@ -23056,42 +23056,42 @@ process.env.NODE_ENV !== "production" && (g5.propTypes = {
23056
23056
  /**
23057
23057
  * The content of the component.
23058
23058
  */
23059
- children: M.node,
23059
+ children: N.node,
23060
23060
  /**
23061
23061
  * Override or extend the styles applied to the component.
23062
23062
  */
23063
- classes: M.object,
23063
+ classes: N.object,
23064
23064
  /**
23065
23065
  * @ignore
23066
23066
  */
23067
- className: M.string,
23067
+ className: N.string,
23068
23068
  /**
23069
23069
  * The color of the component.
23070
23070
  * It supports both default and custom theme colors, which can be added as shown in the
23071
23071
  * [palette customization guide](https://mui.com/material-ui/customization/palette/#custom-colors).
23072
23072
  * @default 'primary'
23073
23073
  */
23074
- color: M.oneOfType([M.oneOf(["inherit", "primary", "secondary", "success", "error", "info", "warning"]), M.string]),
23074
+ color: N.oneOfType([N.oneOf(["inherit", "primary", "secondary", "success", "error", "info", "warning"]), N.string]),
23075
23075
  /**
23076
23076
  * The component used for the root node.
23077
23077
  * Either a string to use a HTML element or a component.
23078
23078
  */
23079
- component: M.elementType,
23079
+ component: N.elementType,
23080
23080
  /**
23081
23081
  * If `true`, the component is disabled.
23082
23082
  * @default false
23083
23083
  */
23084
- disabled: M.bool,
23084
+ disabled: N.bool,
23085
23085
  /**
23086
23086
  * If `true`, no elevation is used.
23087
23087
  * @default false
23088
23088
  */
23089
- disableElevation: M.bool,
23089
+ disableElevation: N.bool,
23090
23090
  /**
23091
23091
  * If `true`, the keyboard focus ripple is disabled.
23092
23092
  * @default false
23093
23093
  */
23094
- disableFocusRipple: M.bool,
23094
+ disableFocusRipple: N.bool,
23095
23095
  /**
23096
23096
  * If `true`, the ripple effect is disabled.
23097
23097
  *
@@ -23099,70 +23099,70 @@ process.env.NODE_ENV !== "production" && (g5.propTypes = {
23099
23099
  * to highlight the element by applying separate styles with the `.Mui-focusVisible` class.
23100
23100
  * @default false
23101
23101
  */
23102
- disableRipple: M.bool,
23102
+ disableRipple: N.bool,
23103
23103
  /**
23104
23104
  * Element placed after the children.
23105
23105
  */
23106
- endIcon: M.node,
23106
+ endIcon: N.node,
23107
23107
  /**
23108
23108
  * @ignore
23109
23109
  */
23110
- focusVisibleClassName: M.string,
23110
+ focusVisibleClassName: N.string,
23111
23111
  /**
23112
23112
  * If `true`, the button will take up the full width of its container.
23113
23113
  * @default false
23114
23114
  */
23115
- fullWidth: M.bool,
23115
+ fullWidth: N.bool,
23116
23116
  /**
23117
23117
  * The URL to link to when the button is clicked.
23118
23118
  * If defined, an `a` element will be used as the root node.
23119
23119
  */
23120
- href: M.string,
23120
+ href: N.string,
23121
23121
  /**
23122
23122
  * @ignore
23123
23123
  */
23124
- id: M.string,
23124
+ id: N.string,
23125
23125
  /**
23126
23126
  * If `true`, the loading indicator is visible and the button is disabled.
23127
23127
  * If `true | false`, the loading wrapper is always rendered before the children to prevent [Google Translation Crash](https://github.com/mui/material-ui/issues/27853).
23128
23128
  * @default null
23129
23129
  */
23130
- loading: M.bool,
23130
+ loading: N.bool,
23131
23131
  /**
23132
23132
  * Element placed before the children if the button is in loading state.
23133
23133
  * The node should contain an element with `role="progressbar"` with an accessible name.
23134
23134
  * By default, it renders a `CircularProgress` that is labeled by the button itself.
23135
23135
  * @default <CircularProgress color="inherit" size={16} />
23136
23136
  */
23137
- loadingIndicator: M.node,
23137
+ loadingIndicator: N.node,
23138
23138
  /**
23139
23139
  * The loading indicator can be positioned on the start, end, or the center of the button.
23140
23140
  * @default 'center'
23141
23141
  */
23142
- loadingPosition: M.oneOf(["center", "end", "start"]),
23142
+ loadingPosition: N.oneOf(["center", "end", "start"]),
23143
23143
  /**
23144
23144
  * The size of the component.
23145
23145
  * `small` is equivalent to the dense button styling.
23146
23146
  * @default 'medium'
23147
23147
  */
23148
- size: M.oneOfType([M.oneOf(["small", "medium", "large"]), M.string]),
23148
+ size: N.oneOfType([N.oneOf(["small", "medium", "large"]), N.string]),
23149
23149
  /**
23150
23150
  * Element placed before the children.
23151
23151
  */
23152
- startIcon: M.node,
23152
+ startIcon: N.node,
23153
23153
  /**
23154
23154
  * The system prop that allows defining system overrides as well as additional CSS styles.
23155
23155
  */
23156
- sx: M.oneOfType([M.arrayOf(M.oneOfType([M.func, M.object, M.bool])), M.func, M.object]),
23156
+ sx: N.oneOfType([N.arrayOf(N.oneOfType([N.func, N.object, N.bool])), N.func, N.object]),
23157
23157
  /**
23158
23158
  * @ignore
23159
23159
  */
23160
- type: M.oneOfType([M.oneOf(["button", "reset", "submit"]), M.string]),
23160
+ type: N.oneOfType([N.oneOf(["button", "reset", "submit"]), N.string]),
23161
23161
  /**
23162
23162
  * The variant to use.
23163
23163
  * @default 'text'
23164
23164
  */
23165
- variant: M.oneOfType([M.oneOf(["contained", "outlined", "text"]), M.string])
23165
+ variant: N.oneOfType([N.oneOf(["contained", "outlined", "text"]), N.string])
23166
23166
  });
23167
23167
  let px = !1;
23168
23168
  const WB = () => {
@@ -23220,7 +23220,7 @@ const WB = () => {
23220
23220
  currentTab: t,
23221
23221
  onClick: r
23222
23222
  }) => /* @__PURE__ */ g(
23223
- N,
23223
+ M,
23224
23224
  {
23225
23225
  width: "100%",
23226
23226
  sx: {
@@ -23270,7 +23270,7 @@ const WB = () => {
23270
23270
  })
23271
23271
  }
23272
23272
  ), QB = () => ({}), p_ = _e(QB)(YB), zB = ({}) => /* @__PURE__ */ g(
23273
- N,
23273
+ M,
23274
23274
  {
23275
23275
  sx: {
23276
23276
  display: {
@@ -23333,16 +23333,16 @@ const WB = () => {
23333
23333
  isLoading: e,
23334
23334
  children: t,
23335
23335
  classes: r
23336
- }) => /* @__PURE__ */ J(N, { className: `${r.mainContainer}`, children: [
23336
+ }) => /* @__PURE__ */ J(M, { className: `${r.mainContainer}`, children: [
23337
23337
  /* @__PURE__ */ g(
23338
- N,
23338
+ M,
23339
23339
  {
23340
23340
  className: `${r.childrenContainer} ${e ? r.childrenContainerUp : ""}`,
23341
23341
  children: t
23342
23342
  }
23343
23343
  ),
23344
23344
  /* @__PURE__ */ g(
23345
- N,
23345
+ M,
23346
23346
  {
23347
23347
  className: `${r.loadingOverlayContainer} ${e ? r.loadingOverlayContainerUp : ""}`,
23348
23348
  children: /* @__PURE__ */ g(or, {})
@@ -23412,7 +23412,7 @@ const WB = () => {
23412
23412
  )
23413
23413
  },
23414
23414
  l.title || "dashboard"
23415
- ) : /* @__PURE__ */ g(ct, {}),
23415
+ ) : /* @__PURE__ */ g(st, {}),
23416
23416
  ...l.elements.map((c) => "service" in c ? /* @__PURE__ */ g(lu, { disablePadding: !0, children: /* @__PURE__ */ g(
23417
23417
  om,
23418
23418
  {
@@ -23424,9 +23424,9 @@ const WB = () => {
23424
23424
  {
23425
23425
  to: c.link,
23426
23426
  target: c.isExternal ? "_blank" : "_self",
23427
- children: /* @__PURE__ */ J(N, { display: "flex", alignItems: "center", gap: 1.5, p: 1, children: [
23427
+ children: /* @__PURE__ */ J(M, { display: "flex", alignItems: "center", gap: 1.5, p: 1, children: [
23428
23428
  /* @__PURE__ */ g(
23429
- N,
23429
+ M,
23430
23430
  {
23431
23431
  sx: {
23432
23432
  width: 42,
@@ -23450,13 +23450,13 @@ const WB = () => {
23450
23450
  )
23451
23451
  }
23452
23452
  ),
23453
- /* @__PURE__ */ J(N, { children: [
23454
- /* @__PURE__ */ g(N, { sx: { fontWeight: 500, fontSize: "0.9rem" }, children: /* @__PURE__ */ J(ge, { color: "text.secondary", children: [
23453
+ /* @__PURE__ */ J(M, { children: [
23454
+ /* @__PURE__ */ g(M, { sx: { fontWeight: 500, fontSize: "0.9rem" }, children: /* @__PURE__ */ J(ge, { color: "text.secondary", children: [
23455
23455
  "Abyss ",
23456
23456
  E9(c.service)
23457
23457
  ] }) }),
23458
23458
  /* @__PURE__ */ g(
23459
- N,
23459
+ M,
23460
23460
  {
23461
23461
  sx: {
23462
23462
  fontSize: "0.75rem",
@@ -23484,9 +23484,9 @@ const WB = () => {
23484
23484
  {
23485
23485
  to: c.link,
23486
23486
  target: c.isExternal ? "_blank" : "_self",
23487
- children: /* @__PURE__ */ J(N, { display: "flex", alignItems: "center", gap: 1.5, p: 1, children: [
23487
+ children: /* @__PURE__ */ J(M, { display: "flex", alignItems: "center", gap: 1.5, p: 1, children: [
23488
23488
  /* @__PURE__ */ g(
23489
- N,
23489
+ M,
23490
23490
  {
23491
23491
  sx: {
23492
23492
  width: 42,
@@ -23508,7 +23508,7 @@ const WB = () => {
23508
23508
  )
23509
23509
  }
23510
23510
  ),
23511
- /* @__PURE__ */ g(N, { children: /* @__PURE__ */ g(N, { sx: { fontWeight: 500, fontSize: "0.9rem" }, children: /* @__PURE__ */ g(ge, { color: "text.secondary", children: a.formatRichMessage({
23511
+ /* @__PURE__ */ g(M, { children: /* @__PURE__ */ g(M, { sx: { fontWeight: 500, fontSize: "0.9rem" }, children: /* @__PURE__ */ g(ge, { color: "text.secondary", children: a.formatRichMessage({
23512
23512
  id: c.helper
23513
23513
  }) }) }) })
23514
23514
  ] })
@@ -23596,8 +23596,8 @@ const WB = () => {
23596
23596
  }
23597
23597
  },
23598
23598
  children: [
23599
- r && /* @__PURE__ */ g(ct, { children: r }),
23600
- /* @__PURE__ */ g(N, { flexGrow: 1, className: "customScrollBar", children: o })
23599
+ r && /* @__PURE__ */ g(st, { children: r }),
23600
+ /* @__PURE__ */ g(M, { flexGrow: 1, className: "customScrollBar", children: o })
23601
23601
  ]
23602
23602
  }
23603
23603
  );
@@ -23674,7 +23674,7 @@ const WB = () => {
23674
23674
  },
23675
23675
  children: [
23676
23676
  /* @__PURE__ */ g(
23677
- N,
23677
+ M,
23678
23678
  {
23679
23679
  sx: {
23680
23680
  padding: 0.5,
@@ -23787,7 +23787,7 @@ const WB = () => {
23787
23787
  I();
23788
23788
  }, []), Qe(() => {
23789
23789
  c && I();
23790
- }, [c]), /* @__PURE__ */ J(N, { children: [
23790
+ }, [c]), /* @__PURE__ */ J(M, { children: [
23791
23791
  /* @__PURE__ */ g(
23792
23792
  sr,
23793
23793
  {
@@ -23847,7 +23847,7 @@ const WB = () => {
23847
23847
  },
23848
23848
  children: [
23849
23849
  /* @__PURE__ */ J(
23850
- N,
23850
+ M,
23851
23851
  {
23852
23852
  sx: {
23853
23853
  p: 2,
@@ -23891,7 +23891,7 @@ const WB = () => {
23891
23891
  }
23892
23892
  ),
23893
23893
  /* @__PURE__ */ g(
23894
- N,
23894
+ M,
23895
23895
  {
23896
23896
  sx: {
23897
23897
  flex: 1,
@@ -23908,7 +23908,7 @@ const WB = () => {
23908
23908
  T
23909
23909
  );
23910
23910
  return /* @__PURE__ */ g(
23911
- N,
23911
+ M,
23912
23912
  {
23913
23913
  sx: {
23914
23914
  position: "relative",
@@ -23962,7 +23962,7 @@ const WB = () => {
23962
23962
  }
23963
23963
  ),
23964
23964
  /* @__PURE__ */ J(
23965
- N,
23965
+ M,
23966
23966
  {
23967
23967
  sx: {
23968
23968
  display: "flex",
@@ -23970,7 +23970,7 @@ const WB = () => {
23970
23970
  pr: 3
23971
23971
  },
23972
23972
  children: [
23973
- /* @__PURE__ */ g(N, { sx: { mr: 1.5, mt: 0.5 }, children: R.data.userId && T ? /* @__PURE__ */ g(
23973
+ /* @__PURE__ */ g(M, { sx: { mr: 1.5, mt: 0.5 }, children: R.data.userId && T ? /* @__PURE__ */ g(
23974
23974
  g0,
23975
23975
  {
23976
23976
  userId: T.id,
@@ -23987,7 +23987,7 @@ const WB = () => {
23987
23987
  hasThumbnail: !!T.profilePictureThumbnailId
23988
23988
  }
23989
23989
  ) : null }),
23990
- /* @__PURE__ */ J(N, { sx: { flex: 1, minWidth: 0 }, children: [
23990
+ /* @__PURE__ */ J(M, { sx: { flex: 1, minWidth: 0 }, children: [
23991
23991
  /* @__PURE__ */ g(
23992
23992
  ge,
23993
23993
  {
@@ -24077,7 +24077,7 @@ const WB = () => {
24077
24077
  R.id
24078
24078
  );
24079
24079
  }) : /* @__PURE__ */ J(
24080
- N,
24080
+ M,
24081
24081
  {
24082
24082
  sx: {
24083
24083
  p: 4,
@@ -24120,7 +24120,7 @@ const WB = () => {
24120
24120
  }
24121
24121
  ),
24122
24122
  t && /* @__PURE__ */ g(
24123
- N,
24123
+ M,
24124
24124
  {
24125
24125
  sx: {
24126
24126
  p: 1.5,
@@ -24163,7 +24163,7 @@ const WB = () => {
24163
24163
  }, []), d = de(() => {
24164
24164
  a(null);
24165
24165
  }, []), f = ((h = t == null ? void 0 : t.subscription) == null ? void 0 : h.level) || za.BASE, m = ((y = t == null ? void 0 : t.subscription) == null ? void 0 : y.endDate) || null;
24166
- return /* @__PURE__ */ J(N, { children: [
24166
+ return /* @__PURE__ */ J(M, { children: [
24167
24167
  /* @__PURE__ */ J(
24168
24168
  We,
24169
24169
  {
@@ -24200,7 +24200,7 @@ const WB = () => {
24200
24200
  border: `2px solid ${l.palette.primary.main}20`
24201
24201
  },
24202
24202
  children: /* @__PURE__ */ g(
24203
- N,
24203
+ M,
24204
24204
  {
24205
24205
  display: "flex",
24206
24206
  alignItems: "center",
@@ -24211,7 +24211,7 @@ const WB = () => {
24211
24211
  }
24212
24212
  ),
24213
24213
  /* @__PURE__ */ J(
24214
- N,
24214
+ M,
24215
24215
  {
24216
24216
  sx: {
24217
24217
  ml: 2,
@@ -24242,7 +24242,7 @@ const WB = () => {
24242
24242
  }
24243
24243
  ),
24244
24244
  /* @__PURE__ */ J(
24245
- N,
24245
+ M,
24246
24246
  {
24247
24247
  sx: {
24248
24248
  display: "flex",
@@ -24252,7 +24252,7 @@ const WB = () => {
24252
24252
  },
24253
24253
  children: [
24254
24254
  /* @__PURE__ */ g(
24255
- N,
24255
+ M,
24256
24256
  {
24257
24257
  sx: {
24258
24258
  width: 6,
@@ -24274,7 +24274,7 @@ const WB = () => {
24274
24274
  fontSize: "0.75rem",
24275
24275
  lineHeight: 1
24276
24276
  },
24277
- children: t != null && t.subscription && !lm(t.subscription.endDate) ? /* @__PURE__ */ J(N, { component: "span", children: [
24277
+ children: t != null && t.subscription && !lm(t.subscription.endDate) ? /* @__PURE__ */ J(M, { component: "span", children: [
24278
24278
  /* @__PURE__ */ J(
24279
24279
  "span",
24280
24280
  {
@@ -24288,7 +24288,7 @@ const WB = () => {
24288
24288
  }
24289
24289
  ),
24290
24290
  m && /* @__PURE__ */ J(
24291
- N,
24291
+ M,
24292
24292
  {
24293
24293
  component: "span",
24294
24294
  sx: {
@@ -24352,7 +24352,7 @@ const WB = () => {
24352
24352
  },
24353
24353
  children: r.map((S, C) => [
24354
24354
  S.title ? /* @__PURE__ */ g(
24355
- N,
24355
+ M,
24356
24356
  {
24357
24357
  sx: {
24358
24358
  px: 2,
@@ -24368,9 +24368,9 @@ const WB = () => {
24368
24368
  S.title
24369
24369
  ) : null,
24370
24370
  ...S.elements.map((v) => {
24371
- const I = /* @__PURE__ */ J(N, { display: "flex", alignItems: "center", gap: 1.5, children: [
24371
+ const I = /* @__PURE__ */ J(M, { display: "flex", alignItems: "center", gap: 1.5, children: [
24372
24372
  /* @__PURE__ */ J(
24373
- N,
24373
+ M,
24374
24374
  {
24375
24375
  sx: {
24376
24376
  width: 32,
@@ -24389,9 +24389,9 @@ const WB = () => {
24389
24389
  ]
24390
24390
  }
24391
24391
  ),
24392
- /* @__PURE__ */ J(N, { children: [
24393
- /* @__PURE__ */ g(N, { sx: { fontWeight: 500, fontSize: "0.9rem" }, children: v.text }),
24394
- v.subTitle && /* @__PURE__ */ g(N, { sx: { fontSize: "0.75rem", opacity: 0.7 }, children: v.subTitle })
24392
+ /* @__PURE__ */ J(M, { children: [
24393
+ /* @__PURE__ */ g(M, { sx: { fontWeight: 500, fontSize: "0.9rem" }, children: v.text }),
24394
+ v.subTitle && /* @__PURE__ */ g(M, { sx: { fontSize: "0.75rem", opacity: 0.7 }, children: v.subTitle })
24395
24395
  ] })
24396
24396
  ] });
24397
24397
  return /* @__PURE__ */ g(
@@ -24412,7 +24412,7 @@ const WB = () => {
24412
24412
  children: I
24413
24413
  }
24414
24414
  ) : /* @__PURE__ */ g(
24415
- N,
24415
+ M,
24416
24416
  {
24417
24417
  onClick: () => {
24418
24418
  v.onClick && v.onClick(), d();
@@ -24550,11 +24550,11 @@ const WB = () => {
24550
24550
  children: [
24551
24551
  /* @__PURE__ */ g(Oi, {}),
24552
24552
  /* @__PURE__ */ J(At, { mt: 2, spacing: 1, children: [
24553
- /* @__PURE__ */ J(N, { children: [
24553
+ /* @__PURE__ */ J(M, { children: [
24554
24554
  /* @__PURE__ */ g(jn, { children: d.formatRichMessage({
24555
24555
  id: "user-settings.profile.helper"
24556
24556
  }) }),
24557
- /* @__PURE__ */ g(N, { mt: "auto", borderRadius: Mt.normal, children: /* @__PURE__ */ g(Dr, { target: "_blank", to: `${l}${lL}`, children: /* @__PURE__ */ g(
24557
+ /* @__PURE__ */ g(M, { mt: "auto", borderRadius: Mt.normal, children: /* @__PURE__ */ g(Dr, { target: "_blank", to: `${l}${lL}`, children: /* @__PURE__ */ g(
24558
24558
  We,
24559
24559
  {
24560
24560
  fullWidth: !0,
@@ -24571,7 +24571,7 @@ const WB = () => {
24571
24571
  }
24572
24572
  ) }) })
24573
24573
  ] }),
24574
- /* @__PURE__ */ J(N, { display: "flex", flexDirection: "column", children: [
24574
+ /* @__PURE__ */ J(M, { display: "flex", flexDirection: "column", children: [
24575
24575
  /* @__PURE__ */ g(jn, { children: d.formatRichMessage({
24576
24576
  id: "user-settings.profile.fields.alias"
24577
24577
  }) }),
@@ -24588,7 +24588,7 @@ const WB = () => {
24588
24588
  }
24589
24589
  )
24590
24590
  ] }),
24591
- /* @__PURE__ */ J(N, { display: "flex", flexDirection: "column", children: [
24591
+ /* @__PURE__ */ J(M, { display: "flex", flexDirection: "column", children: [
24592
24592
  /* @__PURE__ */ g(jn, { children: d.formatRichMessage({
24593
24593
  id: "user-settings.profile.fields.name"
24594
24594
  }) }),
@@ -24605,7 +24605,7 @@ const WB = () => {
24605
24605
  }
24606
24606
  )
24607
24607
  ] }),
24608
- /* @__PURE__ */ J(N, { display: "flex", flexDirection: "column", children: [
24608
+ /* @__PURE__ */ J(M, { display: "flex", flexDirection: "column", children: [
24609
24609
  /* @__PURE__ */ g(jn, { children: d.formatRichMessage({
24610
24610
  id: "user-settings.profile.fields.familyName"
24611
24611
  }) }),
@@ -24623,9 +24623,9 @@ const WB = () => {
24623
24623
  )
24624
24624
  ] })
24625
24625
  ] }),
24626
- /* @__PURE__ */ g(N, { my: 2, children: /* @__PURE__ */ g(Oi, {}) }),
24627
- /* @__PURE__ */ J(N, { display: "flex", flexDirection: "column", children: [
24628
- /* @__PURE__ */ g(N, { mb: 1, children: /* @__PURE__ */ g(jn, { children: d.formatRichMessage({
24626
+ /* @__PURE__ */ g(M, { my: 2, children: /* @__PURE__ */ g(Oi, {}) }),
24627
+ /* @__PURE__ */ J(M, { display: "flex", flexDirection: "column", children: [
24628
+ /* @__PURE__ */ g(M, { mb: 1, children: /* @__PURE__ */ g(jn, { children: d.formatRichMessage({
24629
24629
  id: "user-settings.profile.fields.api-key"
24630
24630
  }) }) }),
24631
24631
  /* @__PURE__ */ J(kr, { container: !0, spacing: 1, children: [
@@ -24657,8 +24657,8 @@ const WB = () => {
24657
24657
  ) })
24658
24658
  ] })
24659
24659
  ] }),
24660
- /* @__PURE__ */ g(N, { mt: "auto", mb: 1, children: /* @__PURE__ */ g(Oi, {}) }),
24661
- /* @__PURE__ */ g(N, { children: /* @__PURE__ */ g(Dr, { to: `${l}${sL}`, target: "_blank", children: /* @__PURE__ */ g(
24660
+ /* @__PURE__ */ g(M, { mt: "auto", mb: 1, children: /* @__PURE__ */ g(Oi, {}) }),
24661
+ /* @__PURE__ */ g(M, { children: /* @__PURE__ */ g(Dr, { to: `${l}${sL}`, target: "_blank", children: /* @__PURE__ */ g(
24662
24662
  We,
24663
24663
  {
24664
24664
  variant: "contained",
@@ -26442,7 +26442,7 @@ Oh.propTypes = {
26442
26442
  * @param {File[]} params.acceptedFiles Accepted files
26443
26443
  * @param {FileRejection[]} params.fileRejections Rejected files and why they were rejected
26444
26444
  */
26445
- children: M.func,
26445
+ children: N.func,
26446
26446
  /**
26447
26447
  * Set accepted file types.
26448
26448
  * Checkout https://developer.mozilla.org/en-US/docs/Web/API/window/showOpenFilePicker types option for more information.
@@ -26450,90 +26450,90 @@ Oh.propTypes = {
26450
26450
  * for example, are reported as text/plain under macOS but as application/vnd.ms-excel under
26451
26451
  * Windows. In some cases there might not be a mime type set at all (https://github.com/react-dropzone/react-dropzone/issues/276).
26452
26452
  */
26453
- accept: M.objectOf(M.arrayOf(M.string)),
26453
+ accept: N.objectOf(N.arrayOf(N.string)),
26454
26454
  /**
26455
26455
  * Allow drag 'n' drop (or selection from the file dialog) of multiple files
26456
26456
  */
26457
- multiple: M.bool,
26457
+ multiple: N.bool,
26458
26458
  /**
26459
26459
  * If false, allow dropped items to take over the current browser window
26460
26460
  */
26461
- preventDropOnDocument: M.bool,
26461
+ preventDropOnDocument: N.bool,
26462
26462
  /**
26463
26463
  * If true, disables click to open the native file selection dialog
26464
26464
  */
26465
- noClick: M.bool,
26465
+ noClick: N.bool,
26466
26466
  /**
26467
26467
  * If true, disables SPACE/ENTER to open the native file selection dialog.
26468
26468
  * Note that it also stops tracking the focus state.
26469
26469
  */
26470
- noKeyboard: M.bool,
26470
+ noKeyboard: N.bool,
26471
26471
  /**
26472
26472
  * If true, disables drag 'n' drop
26473
26473
  */
26474
- noDrag: M.bool,
26474
+ noDrag: N.bool,
26475
26475
  /**
26476
26476
  * If true, stops drag event propagation to parents
26477
26477
  */
26478
- noDragEventsBubbling: M.bool,
26478
+ noDragEventsBubbling: N.bool,
26479
26479
  /**
26480
26480
  * Minimum file size (in bytes)
26481
26481
  */
26482
- minSize: M.number,
26482
+ minSize: N.number,
26483
26483
  /**
26484
26484
  * Maximum file size (in bytes)
26485
26485
  */
26486
- maxSize: M.number,
26486
+ maxSize: N.number,
26487
26487
  /**
26488
26488
  * Maximum accepted number of files
26489
26489
  * The default value is 0 which means there is no limitation to how many files are accepted.
26490
26490
  */
26491
- maxFiles: M.number,
26491
+ maxFiles: N.number,
26492
26492
  /**
26493
26493
  * Enable/disable the dropzone
26494
26494
  */
26495
- disabled: M.bool,
26495
+ disabled: N.bool,
26496
26496
  /**
26497
26497
  * Use this to provide a custom file aggregator
26498
26498
  *
26499
26499
  * @param {(DragEvent|Event|Array<FileSystemFileHandle>)} event A drag event or input change event (if files were selected via the file dialog)
26500
26500
  */
26501
- getFilesFromEvent: M.func,
26501
+ getFilesFromEvent: N.func,
26502
26502
  /**
26503
26503
  * Cb for when closing the file dialog with no selection
26504
26504
  */
26505
- onFileDialogCancel: M.func,
26505
+ onFileDialogCancel: N.func,
26506
26506
  /**
26507
26507
  * Cb for when opening the file dialog
26508
26508
  */
26509
- onFileDialogOpen: M.func,
26509
+ onFileDialogOpen: N.func,
26510
26510
  /**
26511
26511
  * Set to true to use the https://developer.mozilla.org/en-US/docs/Web/API/File_System_Access_API
26512
26512
  * to open the file picker instead of using an `<input type="file">` click event.
26513
26513
  */
26514
- useFsAccessApi: M.bool,
26514
+ useFsAccessApi: N.bool,
26515
26515
  /**
26516
26516
  * Set to true to focus the root element on render
26517
26517
  */
26518
- autoFocus: M.bool,
26518
+ autoFocus: N.bool,
26519
26519
  /**
26520
26520
  * Cb for when the `dragenter` event occurs.
26521
26521
  *
26522
26522
  * @param {DragEvent} event
26523
26523
  */
26524
- onDragEnter: M.func,
26524
+ onDragEnter: N.func,
26525
26525
  /**
26526
26526
  * Cb for when the `dragleave` event occurs
26527
26527
  *
26528
26528
  * @param {DragEvent} event
26529
26529
  */
26530
- onDragLeave: M.func,
26530
+ onDragLeave: N.func,
26531
26531
  /**
26532
26532
  * Cb for when the `dragover` event occurs
26533
26533
  *
26534
26534
  * @param {DragEvent} event
26535
26535
  */
26536
- onDragOver: M.func,
26536
+ onDragOver: N.func,
26537
26537
  /**
26538
26538
  * Cb for when the `drop` event occurs.
26539
26539
  * Note that this callback is invoked after the `getFilesFromEvent` callback is done.
@@ -26564,7 +26564,7 @@ Oh.propTypes = {
26564
26564
  * @param {FileRejection[]} fileRejections
26565
26565
  * @param {(DragEvent|Event)} event A drag event or input change event (if files were selected via the file dialog)
26566
26566
  */
26567
- onDrop: M.func,
26567
+ onDrop: N.func,
26568
26568
  /**
26569
26569
  * Cb for when the `drop` event occurs.
26570
26570
  * Note that if no files are accepted, this callback is not invoked.
@@ -26572,7 +26572,7 @@ Oh.propTypes = {
26572
26572
  * @param {File[]} files
26573
26573
  * @param {(DragEvent|Event)} event
26574
26574
  */
26575
- onDropAccepted: M.func,
26575
+ onDropAccepted: N.func,
26576
26576
  /**
26577
26577
  * Cb for when the `drop` event occurs.
26578
26578
  * Note that if no files are rejected, this callback is not invoked.
@@ -26580,19 +26580,19 @@ Oh.propTypes = {
26580
26580
  * @param {FileRejection[]} fileRejections
26581
26581
  * @param {(DragEvent|Event)} event
26582
26582
  */
26583
- onDropRejected: M.func,
26583
+ onDropRejected: N.func,
26584
26584
  /**
26585
26585
  * Cb for when there's some error from any of the promises.
26586
26586
  *
26587
26587
  * @param {Error} error
26588
26588
  */
26589
- onError: M.func,
26589
+ onError: N.func,
26590
26590
  /**
26591
26591
  * Custom validation function. It must return null if there's no errors.
26592
26592
  * @param {File} file
26593
26593
  * @returns {FileError|FileError[]|null}
26594
26594
  */
26595
- validator: M.func
26595
+ validator: N.func
26596
26596
  };
26597
26597
  var K0 = {
26598
26598
  isFocused: !1,
@@ -26947,7 +26947,7 @@ const oW = ({
26947
26947
  }) })
26948
26948
  }
26949
26949
  )
26950
- ] }), le = () => /* @__PURE__ */ J(N, { textAlign: "center", width: "100%", mt: 1, children: [
26950
+ ] }), le = () => /* @__PURE__ */ J(M, { textAlign: "center", width: "100%", mt: 1, children: [
26951
26951
  /* @__PURE__ */ g(
26952
26952
  ge,
26953
26953
  {
@@ -26991,17 +26991,17 @@ const oW = ({
26991
26991
  height: "100%",
26992
26992
  ...c
26993
26993
  },
26994
- children: /* @__PURE__ */ J(N, { display: "flex", flexDirection: "column", height: "100%", children: [
26995
- t && /* @__PURE__ */ g(N, { mb: 1, children: typeof t == "string" ? /* @__PURE__ */ g(jn, { sx: { fontWeight: 600, fontSize: St.xLarge }, children: t }) : t }),
26994
+ children: /* @__PURE__ */ J(M, { display: "flex", flexDirection: "column", height: "100%", children: [
26995
+ t && /* @__PURE__ */ g(M, { mb: 1, children: typeof t == "string" ? /* @__PURE__ */ g(jn, { sx: { fontWeight: 600, fontSize: St.xLarge }, children: t }) : t }),
26996
26996
  /* @__PURE__ */ g(
26997
- N,
26997
+ M,
26998
26998
  {
26999
26999
  display: "flex",
27000
27000
  flexGrow: 1,
27001
27001
  flexDirection: "column",
27002
27002
  justifyContent: "center",
27003
27003
  children: /* @__PURE__ */ J(
27004
- N,
27004
+ M,
27005
27005
  {
27006
27006
  ...P(),
27007
27007
  sx: {
@@ -27028,7 +27028,7 @@ const oW = ({
27028
27028
  children: [
27029
27029
  /* @__PURE__ */ g("input", { ...j() }),
27030
27030
  /* @__PURE__ */ g(y9, { in: !0, children: /* @__PURE__ */ J(
27031
- N,
27031
+ M,
27032
27032
  {
27033
27033
  display: "flex",
27034
27034
  flexDirection: "column",
@@ -27037,7 +27037,7 @@ const oW = ({
27037
27037
  width: "100%",
27038
27038
  py: r ? 2 : 3,
27039
27039
  children: [
27040
- a ? /* @__PURE__ */ g(N, { width: "100%", children: a }) : /* @__PURE__ */ g(
27040
+ a ? /* @__PURE__ */ g(M, { width: "100%", children: a }) : /* @__PURE__ */ g(
27041
27041
  ki,
27042
27042
  {
27043
27043
  title: D.formatRichMessage({
@@ -27064,7 +27064,7 @@ const oW = ({
27064
27064
  )
27065
27065
  }
27066
27066
  ),
27067
- d && /* @__PURE__ */ g(N, { maxWidth: "100%", mb: 1, children: d }),
27067
+ d && /* @__PURE__ */ g(M, { maxWidth: "100%", mb: 1, children: d }),
27068
27068
  I || le()
27069
27069
  ]
27070
27070
  }
@@ -27075,8 +27075,8 @@ const oW = ({
27075
27075
  }
27076
27076
  ),
27077
27077
  /* @__PURE__ */ g(Ci, { sx: { my: 2 } }),
27078
- /* @__PURE__ */ J(N, { display: "flex", alignItems: "center", justifyContent: "space-between", children: [
27079
- /* @__PURE__ */ J(N, { display: "flex", alignItems: "center", gap: 1, children: [
27078
+ /* @__PURE__ */ J(M, { display: "flex", alignItems: "center", justifyContent: "space-between", children: [
27079
+ /* @__PURE__ */ J(M, { display: "flex", alignItems: "center", gap: 1, children: [
27080
27080
  h && y && /* @__PURE__ */ g(
27081
27081
  q5,
27082
27082
  {
@@ -27102,7 +27102,7 @@ const oW = ({
27102
27102
  }
27103
27103
  }
27104
27104
  ),
27105
- !m && /* @__PURE__ */ J(ct, { children: [
27105
+ !m && /* @__PURE__ */ J(st, { children: [
27106
27106
  /* @__PURE__ */ g(
27107
27107
  gl,
27108
27108
  {
@@ -27121,7 +27121,7 @@ const oW = ({
27121
27121
  }
27122
27122
  },
27123
27123
  transitionDuration: 200,
27124
- children: /* @__PURE__ */ g(N, { p: 1, children: H() })
27124
+ children: /* @__PURE__ */ g(M, { p: 1, children: H() })
27125
27125
  }
27126
27126
  ),
27127
27127
  f ? /* @__PURE__ */ g(
@@ -27220,7 +27220,7 @@ const oW = ({
27220
27220
  children: /* @__PURE__ */ g(Ra, {})
27221
27221
  }
27222
27222
  ),
27223
- /* @__PURE__ */ g(N, { px: 3, mt: 1, children: /* @__PURE__ */ g(Oi, {}) }),
27223
+ /* @__PURE__ */ g(M, { px: 3, mt: 1, children: /* @__PURE__ */ g(Oi, {}) }),
27224
27224
  /* @__PURE__ */ g(
27225
27225
  Mi,
27226
27226
  {
@@ -27293,8 +27293,8 @@ const oW = ({
27293
27293
  }, []), j = de(async () => {
27294
27294
  I(!1);
27295
27295
  }, []);
27296
- return /* @__PURE__ */ J(N, { children: [
27297
- /* @__PURE__ */ g(N, { onClick: D, children: /* @__PURE__ */ J("label", { htmlFor: "uploadButton", children: [
27296
+ return /* @__PURE__ */ J(M, { children: [
27297
+ /* @__PURE__ */ g(M, { onClick: D, children: /* @__PURE__ */ J("label", { htmlFor: "uploadButton", children: [
27298
27298
  /* @__PURE__ */ g(
27299
27299
  b9,
27300
27300
  {
@@ -27320,7 +27320,7 @@ const oW = ({
27320
27320
  /* @__PURE__ */ g(Ea, { variant: "h4", fontWeight: 500, children: q.formatRichMessage({
27321
27321
  id: "file-importation.import-url-button"
27322
27322
  }) }),
27323
- /* @__PURE__ */ g(N, { px: 3, mt: 1, children: /* @__PURE__ */ g(Oi, {}) }),
27323
+ /* @__PURE__ */ g(M, { px: 3, mt: 1, children: /* @__PURE__ */ g(Oi, {}) }),
27324
27324
  /* @__PURE__ */ g(Mi, { children: /* @__PURE__ */ g(
27325
27325
  Hn,
27326
27326
  {
@@ -27368,7 +27368,7 @@ const oW = ({
27368
27368
  vertical: "bottom",
27369
27369
  horizontal: "left"
27370
27370
  },
27371
- children: /* @__PURE__ */ g(N, { p: 1, children: /* @__PURE__ */ J(At, { spacing: 1, children: [
27371
+ children: /* @__PURE__ */ g(M, { p: 1, children: /* @__PURE__ */ J(At, { spacing: 1, children: [
27372
27372
  /* @__PURE__ */ g(
27373
27373
  We,
27374
27374
  {
@@ -27415,7 +27415,7 @@ const oW = ({
27415
27415
  }
27416
27416
  )
27417
27417
  }
27418
- ) : /* @__PURE__ */ g(ct, {}),
27418
+ ) : /* @__PURE__ */ g(st, {}),
27419
27419
  /* @__PURE__ */ g(
27420
27420
  We,
27421
27421
  {
@@ -27461,7 +27461,7 @@ const oW = ({
27461
27461
  }
27462
27462
  )
27463
27463
  }
27464
- ) : /* @__PURE__ */ g(ct, {})
27464
+ ) : /* @__PURE__ */ g(st, {})
27465
27465
  ] }) })
27466
27466
  }
27467
27467
  ),
@@ -27489,16 +27489,16 @@ const oW = ({
27489
27489
  V(!1);
27490
27490
  }
27491
27491
  }
27492
- ) : /* @__PURE__ */ g(ct, {})
27492
+ ) : /* @__PURE__ */ g(st, {})
27493
27493
  ] });
27494
- }, dW = () => ({}), F_ = _e(dW)(uW), P_ = Di(N)(({}) => ({
27494
+ }, dW = () => ({}), F_ = _e(dW)(uW), P_ = Di(M)(({}) => ({
27495
27495
  borderColor: `${ae(O.abyssPrimary, 0.6)}`,
27496
27496
  borderStyle: "solid",
27497
27497
  borderRadius: "4px",
27498
27498
  borderWidth: "2px",
27499
27499
  backgroundColor: `${O.abyssPrimaryDarker}11`,
27500
27500
  backdropFilter: "blur(2px)"
27501
- })), k_ = Di(N)(({}) => ({
27501
+ })), k_ = Di(M)(({}) => ({
27502
27502
  backgroundColor: ae(O.softRed, 0.1),
27503
27503
  border: `1px solid ${ae(O.softRed, 0.3)}`,
27504
27504
  borderRadius: "8px",
@@ -27506,7 +27506,7 @@ const oW = ({
27506
27506
  marginBottom: "1rem",
27507
27507
  color: O.discordHover,
27508
27508
  backdropFilter: "blur(2px)"
27509
- })), D_ = Di(N)(({}) => ({
27509
+ })), D_ = Di(M)(({}) => ({
27510
27510
  borderColor: `${O.focusPrimary}DD`,
27511
27511
  borderStyle: "solid",
27512
27512
  borderRadius: "4px",
@@ -27522,7 +27522,7 @@ const oW = ({
27522
27522
  }) => {
27523
27523
  const o = Dx();
27524
27524
  return /* @__PURE__ */ J(
27525
- N,
27525
+ M,
27526
27526
  {
27527
27527
  className: e.container,
27528
27528
  sx: {
@@ -27533,7 +27533,7 @@ const oW = ({
27533
27533
  children: [
27534
27534
  /* @__PURE__ */ g(qh, {}),
27535
27535
  r && a && /* @__PURE__ */ g(
27536
- N,
27536
+ M,
27537
27537
  {
27538
27538
  p: 2,
27539
27539
  sx: {
@@ -27583,7 +27583,7 @@ const oW = ({
27583
27583
  }
27584
27584
  ),
27585
27585
  !n && /* @__PURE__ */ g(
27586
- N,
27586
+ M,
27587
27587
  {
27588
27588
  sx: {
27589
27589
  display: {
@@ -27623,7 +27623,7 @@ const oW = ({
27623
27623
  )
27624
27624
  }
27625
27625
  ),
27626
- /* @__PURE__ */ g(N, { className: e.childrenContainer, children: t })
27626
+ /* @__PURE__ */ g(M, { className: e.childrenContainer, children: t })
27627
27627
  ]
27628
27628
  }
27629
27629
  );
@@ -27673,7 +27673,7 @@ const oW = ({
27673
27673
  children: o,
27674
27674
  sxProps: l
27675
27675
  }) => /* @__PURE__ */ J(
27676
- N,
27676
+ M,
27677
27677
  {
27678
27678
  className: e.mainContainer,
27679
27679
  sx: {
@@ -27684,7 +27684,7 @@ const oW = ({
27684
27684
  /* @__PURE__ */ g(qh, {}),
27685
27685
  /* @__PURE__ */ g(S9, {}),
27686
27686
  t && /* @__PURE__ */ J(
27687
- N,
27687
+ M,
27688
27688
  {
27689
27689
  component: "nav",
27690
27690
  sx: {
@@ -27736,7 +27736,7 @@ const oW = ({
27736
27736
  }
27737
27737
  ),
27738
27738
  /* @__PURE__ */ J(
27739
- N,
27739
+ M,
27740
27740
  {
27741
27741
  component: "main",
27742
27742
  sx: {
@@ -27841,11 +27841,12 @@ const oW = ({
27841
27841
  handleStarProject: f,
27842
27842
  handleUnStarProject: m,
27843
27843
  isPublished: h,
27844
- user: y
27844
+ user: y,
27845
+ actions: S
27845
27846
  }) => {
27846
- const S = Ut(), C = Math.abs(Fk(/* @__PURE__ */ new Date(), a)) <= wW;
27847
+ const C = Ut(), v = Math.abs(Fk(/* @__PURE__ */ new Date(), a)) <= wW;
27847
27848
  return /* @__PURE__ */ J(
27848
- N,
27849
+ M,
27849
27850
  {
27850
27851
  sx: {
27851
27852
  boxShadow: xt.DARK,
@@ -27870,8 +27871,8 @@ const oW = ({
27870
27871
  },
27871
27872
  position: "relative",
27872
27873
  children: [
27873
- C && /* @__PURE__ */ g(
27874
- N,
27874
+ v && /* @__PURE__ */ g(
27875
+ M,
27875
27876
  {
27876
27877
  bgcolor: O.softRed,
27877
27878
  zIndex: 3,
@@ -27885,14 +27886,14 @@ const oW = ({
27885
27886
  boxShadow: `0 4px 12px ${O.softRed}60`,
27886
27887
  background: `linear-gradient(45deg, ${O.softRed} 0%, #ff6b6b 100%)`
27887
27888
  },
27888
- children: /* @__PURE__ */ g(ge, { variant: "h3", fontWeight: 700, color: "white", children: S.formatRichMessage({
27889
+ children: /* @__PURE__ */ g(ge, { variant: "h3", fontWeight: 700, color: "white", children: C.formatRichMessage({
27889
27890
  id: "general.new"
27890
27891
  }) })
27891
27892
  }
27892
27893
  ),
27893
- /* @__PURE__ */ J(N, { height: Jp, position: "relative", children: [
27894
+ /* @__PURE__ */ J(M, { height: Jp, position: "relative", children: [
27894
27895
  /* @__PURE__ */ J(
27895
- N,
27896
+ M,
27896
27897
  {
27897
27898
  className: "project-banner",
27898
27899
  height: Jp,
@@ -27926,7 +27927,7 @@ const oW = ({
27926
27927
  }
27927
27928
  ),
27928
27929
  /* @__PURE__ */ g(
27929
- N,
27930
+ M,
27930
27931
  {
27931
27932
  position: "absolute",
27932
27933
  top: 0,
@@ -27942,7 +27943,7 @@ const oW = ({
27942
27943
  }
27943
27944
  ),
27944
27945
  /* @__PURE__ */ g(
27945
- N,
27946
+ M,
27946
27947
  {
27947
27948
  className: "project-logo",
27948
27949
  position: "absolute",
@@ -27953,7 +27954,7 @@ const oW = ({
27953
27954
  transition: ze.FAST
27954
27955
  },
27955
27956
  children: /* @__PURE__ */ g(
27956
- N,
27957
+ M,
27957
27958
  {
27958
27959
  display: "flex",
27959
27960
  height: St.largeIcon,
@@ -27975,14 +27976,14 @@ const oW = ({
27975
27976
  },
27976
27977
  src: n
27977
27978
  }
27978
- ) : /* @__PURE__ */ g(N, { m: "auto", children: /* @__PURE__ */ g(ge, { variant: "h1", fontWeight: 700, color: "white", children: e.charAt(0).toUpperCase() }) })
27979
+ ) : /* @__PURE__ */ g(M, { m: "auto", children: /* @__PURE__ */ g(ge, { variant: "h1", fontWeight: 700, color: "white", children: e.charAt(0).toUpperCase() }) })
27979
27980
  }
27980
27981
  )
27981
27982
  }
27982
27983
  )
27983
27984
  ] }),
27984
27985
  /* @__PURE__ */ J(
27985
- N,
27986
+ M,
27986
27987
  {
27987
27988
  minHeight: Jp,
27988
27989
  sx: {
@@ -27990,7 +27991,7 @@ const oW = ({
27990
27991
  backdropFilter: "blur(10px)"
27991
27992
  },
27992
27993
  children: [
27993
- /* @__PURE__ */ g(N, { display: "flex", justifyContent: "end", p: 1.5, pt: 1, children: /* @__PURE__ */ J(At, { direction: "row", alignItems: "center", spacing: 2, children: [
27994
+ /* @__PURE__ */ g(M, { display: "flex", justifyContent: "end", p: 1.5, pt: 1, children: /* @__PURE__ */ J(At, { direction: "row", alignItems: "center", spacing: 2, children: [
27994
27995
  /* @__PURE__ */ J(
27995
27996
  At,
27996
27997
  {
@@ -28033,15 +28034,15 @@ const oW = ({
28033
28034
  boxShadow: `0 4px 12px ${d ? O.focusPrimary : O.greyLight2}30`
28034
28035
  }
28035
28036
  },
28036
- onClick: (v) => {
28037
- v.preventDefault(), d ? m() : f();
28037
+ onClick: (I) => {
28038
+ I.preventDefault(), d ? m() : f();
28038
28039
  },
28039
28040
  children: d ? /* @__PURE__ */ g(lR, { htmlColor: O.focusPrimary }) : /* @__PURE__ */ g(cR, { htmlColor: O.greyLight2 })
28040
28041
  }
28041
28042
  )
28042
28043
  ] }) }),
28043
28044
  /* @__PURE__ */ g(
28044
- N,
28045
+ M,
28045
28046
  {
28046
28047
  sx: {
28047
28048
  p: 2.5,
@@ -28049,7 +28050,7 @@ const oW = ({
28049
28050
  paddingTop: `${St.largeIcon / 2 - St.small + 4}px`
28050
28051
  },
28051
28052
  children: /* @__PURE__ */ J(At, { spacing: 2, children: [
28052
- /* @__PURE__ */ J(N, { children: [
28053
+ /* @__PURE__ */ J(M, { children: [
28053
28054
  /* @__PURE__ */ g(
28054
28055
  ge,
28055
28056
  {
@@ -28066,7 +28067,7 @@ const oW = ({
28066
28067
  }
28067
28068
  ),
28068
28069
  /* @__PURE__ */ g(
28069
- N,
28070
+ M,
28070
28071
  {
28071
28072
  sx: {
28072
28073
  display: "inline-block",
@@ -28086,7 +28087,7 @@ const oW = ({
28086
28087
  textTransform: "uppercase",
28087
28088
  letterSpacing: "0.8px"
28088
28089
  },
28089
- children: S.formatRichMessage({
28090
+ children: C.formatRichMessage({
28090
28091
  id: `project.spotlight.category.categories.${l.split("-")[1]}`
28091
28092
  }).toUpperCase()
28092
28093
  }
@@ -28111,9 +28112,9 @@ const oW = ({
28111
28112
  children: t
28112
28113
  }
28113
28114
  ),
28114
- /* @__PURE__ */ g(N, { py: 0.5, children: /* @__PURE__ */ g(AW, { tags: o }) }),
28115
+ /* @__PURE__ */ g(M, { py: 0.5, children: /* @__PURE__ */ g(AW, { tags: o }) }),
28115
28116
  /* @__PURE__ */ g(
28116
- N,
28117
+ M,
28117
28118
  {
28118
28119
  sx: {
28119
28120
  px: 2,
@@ -28131,7 +28132,7 @@ const oW = ({
28131
28132
  fontSize: St.small,
28132
28133
  fontWeight: 600,
28133
28134
  textAlign: "center",
28134
- children: S.formatRichMessage({
28135
+ children: C.formatRichMessage({
28135
28136
  id: `project.spotlight.language.languages.${c}`
28136
28137
  })
28137
28138
  }
@@ -28141,8 +28142,8 @@ const oW = ({
28141
28142
  ] })
28142
28143
  }
28143
28144
  ),
28144
- !h && /* @__PURE__ */ g(N, { px: 2.5, pb: 2, children: /* @__PURE__ */ g(
28145
- N,
28145
+ !h && /* @__PURE__ */ g(M, { px: 2.5, pb: 2, children: /* @__PURE__ */ g(
28146
+ M,
28146
28147
  {
28147
28148
  sx: {
28148
28149
  px: 2,
@@ -28175,13 +28176,14 @@ const oW = ({
28175
28176
  fontWeight: 600,
28176
28177
  fontStyle: "italic",
28177
28178
  textAlign: "center",
28178
- children: S.formatRichMessage({
28179
+ children: C.formatRichMessage({
28179
28180
  id: "project.not-published"
28180
28181
  })
28181
28182
  }
28182
28183
  )
28183
28184
  }
28184
- ) })
28185
+ ) }),
28186
+ /* @__PURE__ */ g(M, { mt: 1, children: S || /* @__PURE__ */ g(st, {}) })
28185
28187
  ]
28186
28188
  }
28187
28189
  )
@@ -28244,7 +28246,7 @@ const oW = ({
28244
28246
  },
28245
28247
  [a, f]
28246
28248
  );
28247
- return /* @__PURE__ */ J(N, { children: [
28249
+ return /* @__PURE__ */ J(M, { children: [
28248
28250
  /* @__PURE__ */ g(kr, { container: !0, spacing: 3, children: e ? e.length ? e.map((y) => {
28249
28251
  var v;
28250
28252
  const S = (y.projectDocument || []).find(
@@ -28260,7 +28262,7 @@ const oW = ({
28260
28262
  md: d || 4
28261
28263
  },
28262
28264
  children: /* @__PURE__ */ g(Dr, { to: o(y.slug), children: /* @__PURE__ */ g(
28263
- N,
28265
+ M,
28264
28266
  {
28265
28267
  sx: {
28266
28268
  transition: ze.FAST,
@@ -28295,8 +28297,8 @@ const oW = ({
28295
28297
  },
28296
28298
  y.id
28297
28299
  );
28298
- }) : /* @__PURE__ */ g(N, { width: "100%", display: "flex", justifyContent: "center", children: /* @__PURE__ */ g(
28299
- N,
28300
+ }) : /* @__PURE__ */ g(M, { width: "100%", display: "flex", justifyContent: "center", children: /* @__PURE__ */ g(
28301
+ M,
28300
28302
  {
28301
28303
  mx: "auto",
28302
28304
  my: 5,
@@ -28329,7 +28331,7 @@ const oW = ({
28329
28331
  md: 4
28330
28332
  },
28331
28333
  children: /* @__PURE__ */ g(
28332
- N,
28334
+ M,
28333
28335
  {
28334
28336
  sx: {
28335
28337
  aspectRatio: "1/1"
@@ -28348,7 +28350,7 @@ const oW = ({
28348
28350
  S
28349
28351
  )) }),
28350
28352
  t && (e != null && e.length) ? /* @__PURE__ */ g(
28351
- N,
28353
+ M,
28352
28354
  {
28353
28355
  my: 5,
28354
28356
  display: "flex",
@@ -28377,7 +28379,7 @@ const oW = ({
28377
28379
  }
28378
28380
  )
28379
28381
  }
28380
- ) : /* @__PURE__ */ g(ct, {})
28382
+ ) : /* @__PURE__ */ g(st, {})
28381
28383
  ] });
28382
28384
  }, OW = () => ({}), B_ = _e(OW)(qW), VW = (e) => e === Ti.NONE ? "project.link.none.label" : "project.link.project.label", UW = ({
28383
28385
  abyssProjectId: e,
@@ -28434,8 +28436,8 @@ const oW = ({
28434
28436
  }
28435
28437
  }
28436
28438
  },
28437
- children: R ? /* @__PURE__ */ J(N, { width: "100%", textAlign: "center", children: [
28438
- "pictureThumbnailId" in R && /* @__PURE__ */ g(N, { display: "flex", justifyContent: "center", my: 1, children: /* @__PURE__ */ g(
28439
+ children: R ? /* @__PURE__ */ J(M, { width: "100%", textAlign: "center", children: [
28440
+ "pictureThumbnailId" in R && /* @__PURE__ */ g(M, { display: "flex", justifyContent: "center", my: 1, children: /* @__PURE__ */ g(
28439
28441
  hq,
28440
28442
  {
28441
28443
  projectId: (R == null ? void 0 : R.id) || "",
@@ -28472,7 +28474,7 @@ const oW = ({
28472
28474
  children: R.description
28473
28475
  }
28474
28476
  )
28475
- ] }) : /* @__PURE__ */ g(N, { textAlign: "center", children: /* @__PURE__ */ g(
28477
+ ] }) : /* @__PURE__ */ g(M, { textAlign: "center", children: /* @__PURE__ */ g(
28476
28478
  ge,
28477
28479
  {
28478
28480
  variant: "subtitle2",
@@ -28533,7 +28535,7 @@ const oW = ({
28533
28535
  w();
28534
28536
  }, []), Qe(() => {
28535
28537
  e && V(e);
28536
- }, [e]), /* @__PURE__ */ J(N, { children: [
28538
+ }, [e]), /* @__PURE__ */ J(M, { children: [
28537
28539
  /* @__PURE__ */ g(kr, { container: !0, justifyContent: "space-around", spacing: 3, children: Object.values(Ti).map((R) => {
28538
28540
  const T = R === C;
28539
28541
  return /* @__PURE__ */ g(kr, { size: { xs: 12, md: 4.5 }, children: /* @__PURE__ */ g(
@@ -28558,7 +28560,7 @@ const oW = ({
28558
28560
  transform: "translateY(-2px)"
28559
28561
  }
28560
28562
  },
28561
- children: /* @__PURE__ */ g(N, { children: /* @__PURE__ */ g(
28563
+ children: /* @__PURE__ */ g(M, { children: /* @__PURE__ */ g(
28562
28564
  ge,
28563
28565
  {
28564
28566
  color: T ? O.abyssPrimary : O.white,
@@ -28575,8 +28577,8 @@ const oW = ({
28575
28577
  ) }, R);
28576
28578
  }) }),
28577
28579
  /* @__PURE__ */ J(Px, { in: C === Ti.PROJECT, children: [
28578
- /* @__PURE__ */ J(N, { mt: 4, children: [
28579
- /* @__PURE__ */ g(N, { px: 1, mb: 2, children: /* @__PURE__ */ g(
28580
+ /* @__PURE__ */ J(M, { mt: 4, children: [
28581
+ /* @__PURE__ */ g(M, { px: 1, mb: 2, children: /* @__PURE__ */ g(
28580
28582
  ge,
28581
28583
  {
28582
28584
  variant: "h6",
@@ -28610,7 +28612,7 @@ const oW = ({
28610
28612
  }
28611
28613
  ),
28612
28614
  /* @__PURE__ */ g(
28613
- N,
28615
+ M,
28614
28616
  {
28615
28617
  height: 130,
28616
28618
  display: "flex",
@@ -28640,7 +28642,7 @@ const oW = ({
28640
28642
  }
28641
28643
  },
28642
28644
  children: !d || !y ? /* @__PURE__ */ J(
28643
- N,
28645
+ M,
28644
28646
  {
28645
28647
  display: "flex",
28646
28648
  justifyContent: "center",
@@ -28687,7 +28689,7 @@ const oW = ({
28687
28689
  p: 3,
28688
28690
  children: [
28689
28691
  /* @__PURE__ */ g(
28690
- N,
28692
+ M,
28691
28693
  {
28692
28694
  width: "160px",
28693
28695
  height: "100%",
@@ -28700,7 +28702,7 @@ const oW = ({
28700
28702
  children: I(null)
28701
28703
  }
28702
28704
  ),
28703
- d.length > 0 && /* @__PURE__ */ J(ct, { children: [
28705
+ d.length > 0 && /* @__PURE__ */ J(st, { children: [
28704
28706
  /* @__PURE__ */ g(
28705
28707
  Ci,
28706
28708
  {
@@ -28715,7 +28717,7 @@ const oW = ({
28715
28717
  }
28716
28718
  ),
28717
28719
  d.map((R, T) => /* @__PURE__ */ g(
28718
- N,
28720
+ M,
28719
28721
  {
28720
28722
  width: "180px",
28721
28723
  sx: {
@@ -28740,7 +28742,7 @@ const oW = ({
28740
28742
  R.id
28741
28743
  ))
28742
28744
  ] }),
28743
- y.length > 0 && /* @__PURE__ */ J(ct, { children: [
28745
+ y.length > 0 && /* @__PURE__ */ J(st, { children: [
28744
28746
  /* @__PURE__ */ g(
28745
28747
  Ci,
28746
28748
  {
@@ -28754,7 +28756,7 @@ const oW = ({
28754
28756
  }
28755
28757
  }
28756
28758
  ),
28757
- /* @__PURE__ */ g(N, { px: 2, children: /* @__PURE__ */ g(
28759
+ /* @__PURE__ */ g(M, { px: 2, children: /* @__PURE__ */ g(
28758
28760
  ge,
28759
28761
  {
28760
28762
  variant: "caption",
@@ -28770,7 +28772,7 @@ const oW = ({
28770
28772
  }
28771
28773
  ) }),
28772
28774
  y.map((R, T) => /* @__PURE__ */ g(
28773
- N,
28775
+ M,
28774
28776
  {
28775
28777
  width: "180px",
28776
28778
  sx: {
@@ -28801,8 +28803,8 @@ const oW = ({
28801
28803
  }
28802
28804
  )
28803
28805
  ] }),
28804
- e ? /* @__PURE__ */ J(N, { mt: 4, children: [
28805
- /* @__PURE__ */ g(N, { px: 1, mb: 2, children: /* @__PURE__ */ g(
28806
+ e ? /* @__PURE__ */ J(M, { mt: 4, children: [
28807
+ /* @__PURE__ */ g(M, { px: 1, mb: 2, children: /* @__PURE__ */ g(
28806
28808
  ge,
28807
28809
  {
28808
28810
  variant: "h6",
@@ -28836,7 +28838,7 @@ const oW = ({
28836
28838
  }
28837
28839
  ),
28838
28840
  /* @__PURE__ */ g(
28839
- N,
28841
+ M,
28840
28842
  {
28841
28843
  height: 130,
28842
28844
  display: "flex",
@@ -28875,7 +28877,7 @@ const oW = ({
28875
28877
  p: 3,
28876
28878
  children: [
28877
28879
  /* @__PURE__ */ g(
28878
- N,
28880
+ M,
28879
28881
  {
28880
28882
  width: "160px",
28881
28883
  height: "100%",
@@ -28888,7 +28890,7 @@ const oW = ({
28888
28890
  children: I(null, !0)
28889
28891
  }
28890
28892
  ),
28891
- m.length > 0 && /* @__PURE__ */ J(ct, { children: [
28893
+ m.length > 0 && /* @__PURE__ */ J(st, { children: [
28892
28894
  /* @__PURE__ */ g(
28893
28895
  Ci,
28894
28896
  {
@@ -28903,7 +28905,7 @@ const oW = ({
28903
28905
  }
28904
28906
  ),
28905
28907
  m.map((R, T) => /* @__PURE__ */ g(
28906
- N,
28908
+ M,
28907
28909
  {
28908
28910
  width: "180px",
28909
28911
  sx: {
@@ -28931,7 +28933,7 @@ const oW = ({
28931
28933
  ]
28932
28934
  }
28933
28935
  ) : /* @__PURE__ */ J(
28934
- N,
28936
+ M,
28935
28937
  {
28936
28938
  display: "flex",
28937
28939
  justifyContent: "center",