@groupeactual/ui-kit 0.4.3 → 0.4.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cjs/index.js CHANGED
@@ -5938,7 +5938,7 @@ const styleFunctionSx = unstable_createStyleFunctionSx();
5938
5938
  styleFunctionSx.filterProps = ['sx'];
5939
5939
  var styleFunctionSx$1 = styleFunctionSx;
5940
5940
 
5941
- const _excluded$M = ["sx"];
5941
+ const _excluded$L = ["sx"];
5942
5942
  const splitProps = props => {
5943
5943
  var _props$theme$unstable, _props$theme;
5944
5944
  const result = {
@@ -5959,7 +5959,7 @@ function extendSxProp(props) {
5959
5959
  const {
5960
5960
  sx: inSx
5961
5961
  } = props,
5962
- other = _objectWithoutPropertiesLoose(props, _excluded$M);
5962
+ other = _objectWithoutPropertiesLoose(props, _excluded$L);
5963
5963
  const {
5964
5964
  systemProps,
5965
5965
  otherProps
@@ -5985,7 +5985,7 @@ function extendSxProp(props) {
5985
5985
 
5986
5986
  function r(e){var t,f,n="";if("string"==typeof e||"number"==typeof e)n+=e;else if("object"==typeof e)if(Array.isArray(e))for(t=0;t<e.length;t++)e[t]&&(f=r(e[t]))&&(n&&(n+=" "),n+=f);else for(t in e)e[t]&&(n&&(n+=" "),n+=t);return n}function clsx(){for(var e,t,f=0,n="";f<arguments.length;)(e=arguments[f++])&&(t=r(e))&&(n&&(n+=" "),n+=t);return n}
5987
5987
 
5988
- const _excluded$L = ["values", "unit", "step"];
5988
+ const _excluded$K = ["values", "unit", "step"];
5989
5989
  const sortBreakpointsValues = values => {
5990
5990
  const breakpointsAsArray = Object.keys(values).map(key => ({
5991
5991
  key,
@@ -6020,7 +6020,7 @@ function createBreakpoints(breakpoints) {
6020
6020
  unit = 'px',
6021
6021
  step = 5
6022
6022
  } = breakpoints,
6023
- other = _objectWithoutPropertiesLoose(breakpoints, _excluded$L);
6023
+ other = _objectWithoutPropertiesLoose(breakpoints, _excluded$K);
6024
6024
  const sortedValues = sortBreakpointsValues(values);
6025
6025
  const keys = Object.keys(sortedValues);
6026
6026
  function up(key) {
@@ -6099,7 +6099,7 @@ function createSpacing(spacingInput = 8) {
6099
6099
  return spacing;
6100
6100
  }
6101
6101
 
6102
- const _excluded$K = ["breakpoints", "palette", "spacing", "shape"];
6102
+ const _excluded$J = ["breakpoints", "palette", "spacing", "shape"];
6103
6103
  function createTheme$1(options = {}, ...args) {
6104
6104
  const {
6105
6105
  breakpoints: breakpointsInput = {},
@@ -6107,7 +6107,7 @@ function createTheme$1(options = {}, ...args) {
6107
6107
  spacing: spacingInput,
6108
6108
  shape: shapeInput = {}
6109
6109
  } = options,
6110
- other = _objectWithoutPropertiesLoose(options, _excluded$K);
6110
+ other = _objectWithoutPropertiesLoose(options, _excluded$J);
6111
6111
  const breakpoints = createBreakpoints(breakpointsInput);
6112
6112
  const spacing = createSpacing(spacingInput);
6113
6113
  let muiTheme = deepmerge({
@@ -6218,7 +6218,7 @@ function useTheme$1(defaultTheme = systemDefaultTheme$1) {
6218
6218
  return useTheme$2(defaultTheme);
6219
6219
  }
6220
6220
 
6221
- const _excluded$J = ["className", "component"];
6221
+ const _excluded$I = ["className", "component"];
6222
6222
  function createBox(options = {}) {
6223
6223
  const {
6224
6224
  defaultTheme,
@@ -6235,7 +6235,7 @@ function createBox(options = {}) {
6235
6235
  className,
6236
6236
  component = 'div'
6237
6237
  } = _extendSxProp,
6238
- other = _objectWithoutPropertiesLoose(_extendSxProp, _excluded$J);
6238
+ other = _objectWithoutPropertiesLoose(_extendSxProp, _excluded$I);
6239
6239
  return /*#__PURE__*/jsxRuntime.jsx(BoxRoot, _extends({
6240
6240
  as: component,
6241
6241
  ref: ref,
@@ -6268,7 +6268,7 @@ process.env.NODE_ENV !== "production" ? Box$2.propTypes /* remove-proptypes */ =
6268
6268
  } : void 0;
6269
6269
  var Box$3 = Box$2;
6270
6270
 
6271
- const _excluded$I = ["variant"];
6271
+ const _excluded$H = ["variant"];
6272
6272
  function isEmpty$3(string) {
6273
6273
  return string.length === 0;
6274
6274
  }
@@ -6282,7 +6282,7 @@ function propsToClassKey(props) {
6282
6282
  const {
6283
6283
  variant
6284
6284
  } = props,
6285
- other = _objectWithoutPropertiesLoose(props, _excluded$I);
6285
+ other = _objectWithoutPropertiesLoose(props, _excluded$H);
6286
6286
  let classKey = variant || '';
6287
6287
  Object.keys(other).sort().forEach(key => {
6288
6288
  if (key === 'color') {
@@ -6294,7 +6294,7 @@ function propsToClassKey(props) {
6294
6294
  return classKey;
6295
6295
  }
6296
6296
 
6297
- const _excluded$H = ["name", "slot", "skipVariantsResolver", "skipSx", "overridesResolver"],
6297
+ const _excluded$G = ["name", "slot", "skipVariantsResolver", "skipSx", "overridesResolver"],
6298
6298
  _excluded2$2 = ["theme"],
6299
6299
  _excluded3 = ["theme"];
6300
6300
  function isEmpty$2(obj) {
@@ -6381,7 +6381,7 @@ function createStyled(input = {}) {
6381
6381
  skipSx: inputSkipSx,
6382
6382
  overridesResolver
6383
6383
  } = inputOptions,
6384
- options = _objectWithoutPropertiesLoose(inputOptions, _excluded$H);
6384
+ options = _objectWithoutPropertiesLoose(inputOptions, _excluded$G);
6385
6385
 
6386
6386
  // if skipVariantsResolver option is defined, take the value, otherwise, true for root and false for other slots.
6387
6387
  const skipVariantsResolver = inputSkipVariantsResolver !== undefined ? inputSkipVariantsResolver : componentSlot && componentSlot !== 'Root' || false;
@@ -6813,7 +6813,7 @@ function createMixins(breakpoints, mixins) {
6813
6813
  }, mixins);
6814
6814
  }
6815
6815
 
6816
- const _excluded$G = ["mode", "contrastThreshold", "tonalOffset"];
6816
+ const _excluded$F = ["mode", "contrastThreshold", "tonalOffset"];
6817
6817
  const light = {
6818
6818
  // The colors used to style the text.
6819
6819
  text: {
@@ -6982,7 +6982,7 @@ function createPalette(palette) {
6982
6982
  contrastThreshold = 3,
6983
6983
  tonalOffset = 0.2
6984
6984
  } = palette,
6985
- other = _objectWithoutPropertiesLoose(palette, _excluded$G);
6985
+ other = _objectWithoutPropertiesLoose(palette, _excluded$F);
6986
6986
  const primary = palette.primary || getDefaultPrimary(mode);
6987
6987
  const secondary = palette.secondary || getDefaultSecondary(mode);
6988
6988
  const error = palette.error || getDefaultError(mode);
@@ -7106,7 +7106,7 @@ const theme2 = createTheme({ palette: {
7106
7106
  return paletteOutput;
7107
7107
  }
7108
7108
 
7109
- const _excluded$F = ["fontFamily", "fontSize", "fontWeightLight", "fontWeightRegular", "fontWeightMedium", "fontWeightBold", "htmlFontSize", "allVariants", "pxToRem"];
7109
+ const _excluded$E = ["fontFamily", "fontSize", "fontWeightLight", "fontWeightRegular", "fontWeightMedium", "fontWeightBold", "htmlFontSize", "allVariants", "pxToRem"];
7110
7110
  function round(value) {
7111
7111
  return Math.round(value * 1e5) / 1e5;
7112
7112
  }
@@ -7137,7 +7137,7 @@ function createTypography(palette, typography) {
7137
7137
  allVariants,
7138
7138
  pxToRem: pxToRem2
7139
7139
  } = _ref,
7140
- other = _objectWithoutPropertiesLoose(_ref, _excluded$F);
7140
+ other = _objectWithoutPropertiesLoose(_ref, _excluded$E);
7141
7141
  if (process.env.NODE_ENV !== 'production') {
7142
7142
  if (typeof fontSize !== 'number') {
7143
7143
  console.error('MUI: `fontSize` is required to be a number.');
@@ -7197,7 +7197,7 @@ function createShadow(...px) {
7197
7197
  const shadows = ['none', createShadow(0, 2, 1, -1, 0, 1, 1, 0, 0, 1, 3, 0), createShadow(0, 3, 1, -2, 0, 2, 2, 0, 0, 1, 5, 0), createShadow(0, 3, 3, -2, 0, 3, 4, 0, 0, 1, 8, 0), createShadow(0, 2, 4, -1, 0, 4, 5, 0, 0, 1, 10, 0), createShadow(0, 3, 5, -1, 0, 5, 8, 0, 0, 1, 14, 0), createShadow(0, 3, 5, -1, 0, 6, 10, 0, 0, 1, 18, 0), createShadow(0, 4, 5, -2, 0, 7, 10, 1, 0, 2, 16, 1), createShadow(0, 5, 5, -3, 0, 8, 10, 1, 0, 3, 14, 2), createShadow(0, 5, 6, -3, 0, 9, 12, 1, 0, 3, 16, 2), createShadow(0, 6, 6, -3, 0, 10, 14, 1, 0, 4, 18, 3), createShadow(0, 6, 7, -4, 0, 11, 15, 1, 0, 4, 20, 3), createShadow(0, 7, 8, -4, 0, 12, 17, 2, 0, 5, 22, 4), createShadow(0, 7, 8, -4, 0, 13, 19, 2, 0, 5, 24, 4), createShadow(0, 7, 9, -4, 0, 14, 21, 2, 0, 5, 26, 4), createShadow(0, 8, 9, -5, 0, 15, 22, 2, 0, 6, 28, 5), createShadow(0, 8, 10, -5, 0, 16, 24, 2, 0, 6, 30, 5), createShadow(0, 8, 11, -5, 0, 17, 26, 2, 0, 6, 32, 5), createShadow(0, 9, 11, -5, 0, 18, 28, 2, 0, 7, 34, 6), createShadow(0, 9, 12, -6, 0, 19, 29, 2, 0, 7, 36, 6), createShadow(0, 10, 13, -6, 0, 20, 31, 3, 0, 8, 38, 7), createShadow(0, 10, 13, -6, 0, 21, 33, 3, 0, 8, 40, 7), createShadow(0, 10, 14, -6, 0, 22, 35, 3, 0, 8, 42, 7), createShadow(0, 11, 14, -7, 0, 23, 36, 3, 0, 9, 44, 8), createShadow(0, 11, 15, -7, 0, 24, 38, 3, 0, 9, 46, 8)];
7198
7198
  var shadows$1 = shadows;
7199
7199
 
7200
- const _excluded$E = ["duration", "easing", "delay"];
7200
+ const _excluded$D = ["duration", "easing", "delay"];
7201
7201
  // Follow https://material.google.com/motion/duration-easing.html#duration-easing-natural-easing-curves
7202
7202
  // to learn the context in which each easing should be used.
7203
7203
  const easing = {
@@ -7248,7 +7248,7 @@ function createTransitions(inputTransitions) {
7248
7248
  easing: easingOption = mergedEasing.easeInOut,
7249
7249
  delay = 0
7250
7250
  } = options,
7251
- other = _objectWithoutPropertiesLoose(options, _excluded$E);
7251
+ other = _objectWithoutPropertiesLoose(options, _excluded$D);
7252
7252
  if (process.env.NODE_ENV !== 'production') {
7253
7253
  const isString = value => typeof value === 'string';
7254
7254
  // IE11 support, replace with Number.isNaN
@@ -7295,7 +7295,7 @@ const zIndex = {
7295
7295
  };
7296
7296
  var zIndex$1 = zIndex;
7297
7297
 
7298
- const _excluded$D = ["breakpoints", "mixins", "spacing", "palette", "transitions", "typography", "shape"];
7298
+ const _excluded$C = ["breakpoints", "mixins", "spacing", "palette", "transitions", "typography", "shape"];
7299
7299
  function createTheme(options = {}, ...args) {
7300
7300
  const {
7301
7301
  mixins: mixinsInput = {},
@@ -7303,7 +7303,7 @@ function createTheme(options = {}, ...args) {
7303
7303
  transitions: transitionsInput = {},
7304
7304
  typography: typographyInput = {}
7305
7305
  } = options,
7306
- other = _objectWithoutPropertiesLoose(options, _excluded$D);
7306
+ other = _objectWithoutPropertiesLoose(options, _excluded$C);
7307
7307
  if (options.vars) {
7308
7308
  throw new Error(process.env.NODE_ENV !== "production" ? `MUI: \`vars\` is a private field used for CSS variables support.
7309
7309
  Please use another name.` : formatMuiErrorMessage(18));
@@ -7545,7 +7545,7 @@ function mergeSlotProps(parameters) {
7545
7545
  };
7546
7546
  }
7547
7547
 
7548
- const _excluded$C = ["elementType", "externalSlotProps", "ownerState"];
7548
+ const _excluded$B = ["elementType", "externalSlotProps", "ownerState"];
7549
7549
  /**
7550
7550
  * Builds the props to be passed into the slot of an unstyled component.
7551
7551
  * It merges the internal props of the component with the ones supplied by the user, allowing to customize the behavior.
@@ -7560,7 +7560,7 @@ function useSlotProps(parameters) {
7560
7560
  externalSlotProps,
7561
7561
  ownerState
7562
7562
  } = parameters,
7563
- rest = _objectWithoutPropertiesLoose(parameters, _excluded$C);
7563
+ rest = _objectWithoutPropertiesLoose(parameters, _excluded$B);
7564
7564
  const resolvedComponentsProps = resolveComponentProps(externalSlotProps, ownerState);
7565
7565
  const {
7566
7566
  props: mergedProps,
@@ -39034,8 +39034,8 @@ function getModalUtilityClass(slot) {
39034
39034
  }
39035
39035
  generateUtilityClasses('MuiModal', ['root', 'hidden']);
39036
39036
 
39037
- const _excluded$B = ["children", "classes", "closeAfterTransition", "component", "container", "disableAutoFocus", "disableEnforceFocus", "disableEscapeKeyDown", "disablePortal", "disableRestoreFocus", "disableScrollLock", "hideBackdrop", "keepMounted", "manager", "onBackdropClick", "onClose", "onKeyDown", "open", "onTransitionEnter", "onTransitionExited", "slotProps", "slots"];
39038
- const useUtilityClasses$u = ownerState => {
39037
+ const _excluded$A = ["children", "classes", "closeAfterTransition", "component", "container", "disableAutoFocus", "disableEnforceFocus", "disableEscapeKeyDown", "disablePortal", "disableRestoreFocus", "disableScrollLock", "hideBackdrop", "keepMounted", "manager", "onBackdropClick", "onClose", "onKeyDown", "open", "onTransitionEnter", "onTransitionExited", "slotProps", "slots"];
39038
+ const useUtilityClasses$t = ownerState => {
39039
39039
  const {
39040
39040
  open,
39041
39041
  exited,
@@ -39099,7 +39099,7 @@ const ModalUnstyled = /*#__PURE__*/React__namespace.forwardRef(function ModalUns
39099
39099
  slotProps = {},
39100
39100
  slots = {}
39101
39101
  } = props,
39102
- other = _objectWithoutPropertiesLoose(props, _excluded$B);
39102
+ other = _objectWithoutPropertiesLoose(props, _excluded$A);
39103
39103
  const [exited, setExited] = React__namespace.useState(!open);
39104
39104
  const modal = React__namespace.useRef({});
39105
39105
  const mountNodeRef = React__namespace.useRef(null);
@@ -39170,7 +39170,7 @@ const ModalUnstyled = /*#__PURE__*/React__namespace.forwardRef(function ModalUns
39170
39170
  hideBackdrop,
39171
39171
  keepMounted
39172
39172
  });
39173
- const classes = useUtilityClasses$u(ownerState);
39173
+ const classes = useUtilityClasses$t(ownerState);
39174
39174
  const handleEnter = () => {
39175
39175
  setExited(false);
39176
39176
  if (onTransitionEnter) {
@@ -39396,7 +39396,7 @@ process.env.NODE_ENV !== "production" ? ModalUnstyled.propTypes /* remove-propty
39396
39396
  } : void 0;
39397
39397
  var ModalUnstyled$1 = ModalUnstyled;
39398
39398
 
39399
- const _excluded$A = ["onChange", "maxRows", "minRows", "style", "value"];
39399
+ const _excluded$z = ["onChange", "maxRows", "minRows", "style", "value"];
39400
39400
  function getStyleValue(computedStyle, property) {
39401
39401
  return parseInt(computedStyle[property], 10) || 0;
39402
39402
  }
@@ -39426,7 +39426,7 @@ const TextareaAutosize = /*#__PURE__*/React__namespace.forwardRef(function Texta
39426
39426
  style,
39427
39427
  value
39428
39428
  } = props,
39429
- other = _objectWithoutPropertiesLoose(props, _excluded$A);
39429
+ other = _objectWithoutPropertiesLoose(props, _excluded$z);
39430
39430
  const {
39431
39431
  current: isControlled
39432
39432
  } = React__namespace.useRef(value != null);
@@ -39637,8 +39637,8 @@ function getSvgIconUtilityClass(slot) {
39637
39637
  }
39638
39638
  generateUtilityClasses('MuiSvgIcon', ['root', 'colorPrimary', 'colorSecondary', 'colorAction', 'colorError', 'colorDisabled', 'fontSizeInherit', 'fontSizeSmall', 'fontSizeMedium', 'fontSizeLarge']);
39639
39639
 
39640
- const _excluded$z = ["children", "className", "color", "component", "fontSize", "htmlColor", "inheritViewBox", "titleAccess", "viewBox"];
39641
- const useUtilityClasses$t = ownerState => {
39640
+ const _excluded$y = ["children", "className", "color", "component", "fontSize", "htmlColor", "inheritViewBox", "titleAccess", "viewBox"];
39641
+ const useUtilityClasses$s = ownerState => {
39642
39642
  const {
39643
39643
  color,
39644
39644
  fontSize,
@@ -39703,7 +39703,7 @@ const SvgIcon = /*#__PURE__*/React__namespace.forwardRef(function SvgIcon(inProp
39703
39703
  titleAccess,
39704
39704
  viewBox = '0 0 24 24'
39705
39705
  } = props,
39706
- other = _objectWithoutPropertiesLoose(props, _excluded$z);
39706
+ other = _objectWithoutPropertiesLoose(props, _excluded$y);
39707
39707
  const ownerState = _extends({}, props, {
39708
39708
  color,
39709
39709
  component,
@@ -39716,7 +39716,7 @@ const SvgIcon = /*#__PURE__*/React__namespace.forwardRef(function SvgIcon(inProp
39716
39716
  if (!inheritViewBox) {
39717
39717
  more.viewBox = viewBox;
39718
39718
  }
39719
- const classes = useUtilityClasses$t(ownerState);
39719
+ const classes = useUtilityClasses$s(ownerState);
39720
39720
  return /*#__PURE__*/jsxRuntime.jsxs(SvgIconRoot, _extends({
39721
39721
  as: component,
39722
39722
  className: clsx(classes.root, className),
@@ -40832,8 +40832,8 @@ function getCollapseUtilityClass(slot) {
40832
40832
  }
40833
40833
  generateUtilityClasses('MuiCollapse', ['root', 'horizontal', 'vertical', 'entered', 'hidden', 'wrapper', 'wrapperInner']);
40834
40834
 
40835
- const _excluded$y = ["addEndListener", "children", "className", "collapsedSize", "component", "easing", "in", "onEnter", "onEntered", "onEntering", "onExit", "onExited", "onExiting", "orientation", "style", "timeout", "TransitionComponent"];
40836
- const useUtilityClasses$s = ownerState => {
40835
+ const _excluded$x = ["addEndListener", "children", "className", "collapsedSize", "component", "easing", "in", "onEnter", "onEntered", "onEntering", "onExit", "onExited", "onExiting", "orientation", "style", "timeout", "TransitionComponent"];
40836
+ const useUtilityClasses$r = ownerState => {
40837
40837
  const {
40838
40838
  orientation,
40839
40839
  classes
@@ -40932,12 +40932,12 @@ const Collapse = /*#__PURE__*/React__namespace.forwardRef(function Collapse(inPr
40932
40932
  // eslint-disable-next-line react/prop-types
40933
40933
  TransitionComponent = Transition$1
40934
40934
  } = props,
40935
- other = _objectWithoutPropertiesLoose(props, _excluded$y);
40935
+ other = _objectWithoutPropertiesLoose(props, _excluded$x);
40936
40936
  const ownerState = _extends({}, props, {
40937
40937
  orientation,
40938
40938
  collapsedSize: collapsedSizeProp
40939
40939
  });
40940
- const classes = useUtilityClasses$s(ownerState);
40940
+ const classes = useUtilityClasses$r(ownerState);
40941
40941
  const theme = useTheme();
40942
40942
  const timer = React__namespace.useRef();
40943
40943
  const wrapperRef = React__namespace.useRef(null);
@@ -41199,8 +41199,8 @@ function getPaperUtilityClass(slot) {
41199
41199
  }
41200
41200
  generateUtilityClasses('MuiPaper', ['root', 'rounded', 'outlined', 'elevation', 'elevation0', 'elevation1', 'elevation2', 'elevation3', 'elevation4', 'elevation5', 'elevation6', 'elevation7', 'elevation8', 'elevation9', 'elevation10', 'elevation11', 'elevation12', 'elevation13', 'elevation14', 'elevation15', 'elevation16', 'elevation17', 'elevation18', 'elevation19', 'elevation20', 'elevation21', 'elevation22', 'elevation23', 'elevation24']);
41201
41201
 
41202
- const _excluded$x = ["className", "component", "elevation", "square", "variant"];
41203
- const useUtilityClasses$r = ownerState => {
41202
+ const _excluded$w = ["className", "component", "elevation", "square", "variant"];
41203
+ const useUtilityClasses$q = ownerState => {
41204
41204
  const {
41205
41205
  square,
41206
41206
  elevation,
@@ -41254,14 +41254,14 @@ const Paper = /*#__PURE__*/React__namespace.forwardRef(function Paper(inProps, r
41254
41254
  square = false,
41255
41255
  variant = 'elevation'
41256
41256
  } = props,
41257
- other = _objectWithoutPropertiesLoose(props, _excluded$x);
41257
+ other = _objectWithoutPropertiesLoose(props, _excluded$w);
41258
41258
  const ownerState = _extends({}, props, {
41259
41259
  component,
41260
41260
  elevation,
41261
41261
  square,
41262
41262
  variant
41263
41263
  });
41264
- const classes = useUtilityClasses$r(ownerState);
41264
+ const classes = useUtilityClasses$q(ownerState);
41265
41265
  if (process.env.NODE_ENV !== 'production') {
41266
41266
  // eslint-disable-next-line react-hooks/rules-of-hooks
41267
41267
  const theme = useTheme();
@@ -41346,8 +41346,8 @@ function getAccordionUtilityClass(slot) {
41346
41346
  const accordionClasses = generateUtilityClasses('MuiAccordion', ['root', 'rounded', 'expanded', 'disabled', 'gutters', 'region']);
41347
41347
  var accordionClasses$1 = accordionClasses;
41348
41348
 
41349
- const _excluded$w = ["children", "className", "defaultExpanded", "disabled", "disableGutters", "expanded", "onChange", "square", "TransitionComponent", "TransitionProps"];
41350
- const useUtilityClasses$q = ownerState => {
41349
+ const _excluded$v = ["children", "className", "defaultExpanded", "disabled", "disableGutters", "expanded", "onChange", "square", "TransitionComponent", "TransitionProps"];
41350
+ const useUtilityClasses$p = ownerState => {
41351
41351
  const {
41352
41352
  classes,
41353
41353
  square,
@@ -41459,7 +41459,7 @@ const Accordion = /*#__PURE__*/React__namespace.forwardRef(function Accordion(in
41459
41459
  TransitionComponent = Collapse$1,
41460
41460
  TransitionProps
41461
41461
  } = props,
41462
- other = _objectWithoutPropertiesLoose(props, _excluded$w);
41462
+ other = _objectWithoutPropertiesLoose(props, _excluded$v);
41463
41463
  const [expanded, setExpandedState] = useControlled({
41464
41464
  controlled: expandedProp,
41465
41465
  default: defaultExpanded,
@@ -41485,7 +41485,7 @@ const Accordion = /*#__PURE__*/React__namespace.forwardRef(function Accordion(in
41485
41485
  disableGutters,
41486
41486
  expanded
41487
41487
  });
41488
- const classes = useUtilityClasses$q(ownerState);
41488
+ const classes = useUtilityClasses$p(ownerState);
41489
41489
  return /*#__PURE__*/jsxRuntime.jsxs(AccordionRoot, _extends({
41490
41490
  className: clsx(classes.root, className),
41491
41491
  ref: ref,
@@ -41590,8 +41590,8 @@ function getAccordionDetailsUtilityClass(slot) {
41590
41590
  }
41591
41591
  generateUtilityClasses('MuiAccordionDetails', ['root']);
41592
41592
 
41593
- const _excluded$v = ["className"];
41594
- const useUtilityClasses$p = ownerState => {
41593
+ const _excluded$u = ["className"];
41594
+ const useUtilityClasses$o = ownerState => {
41595
41595
  const {
41596
41596
  classes
41597
41597
  } = ownerState;
@@ -41617,9 +41617,9 @@ const AccordionDetails = /*#__PURE__*/React__namespace.forwardRef(function Accor
41617
41617
  const {
41618
41618
  className
41619
41619
  } = props,
41620
- other = _objectWithoutPropertiesLoose(props, _excluded$v);
41620
+ other = _objectWithoutPropertiesLoose(props, _excluded$u);
41621
41621
  const ownerState = props;
41622
- const classes = useUtilityClasses$p(ownerState);
41622
+ const classes = useUtilityClasses$o(ownerState);
41623
41623
  return /*#__PURE__*/jsxRuntime.jsx(AccordionDetailsRoot, _extends({
41624
41624
  className: clsx(classes.root, className),
41625
41625
  ref: ref,
@@ -41732,7 +41732,7 @@ process.env.NODE_ENV !== "production" ? Ripple.propTypes = {
41732
41732
  const touchRippleClasses = generateUtilityClasses('MuiTouchRipple', ['root', 'ripple', 'rippleVisible', 'ripplePulsate', 'child', 'childLeaving', 'childPulsate']);
41733
41733
  var touchRippleClasses$1 = touchRippleClasses;
41734
41734
 
41735
- const _excluded$u = ["center", "classes", "className"];
41735
+ const _excluded$t = ["center", "classes", "className"];
41736
41736
  let _ = t => t,
41737
41737
  _t,
41738
41738
  _t2,
@@ -41861,7 +41861,7 @@ const TouchRipple = /*#__PURE__*/React__namespace.forwardRef(function TouchRippl
41861
41861
  classes = {},
41862
41862
  className
41863
41863
  } = props,
41864
- other = _objectWithoutPropertiesLoose(props, _excluded$u);
41864
+ other = _objectWithoutPropertiesLoose(props, _excluded$t);
41865
41865
  const [ripples, setRipples] = React__namespace.useState([]);
41866
41866
  const nextKey = React__namespace.useRef(0);
41867
41867
  const rippleCallback = React__namespace.useRef(null);
@@ -42062,8 +42062,8 @@ function getButtonBaseUtilityClass(slot) {
42062
42062
  const buttonBaseClasses = generateUtilityClasses('MuiButtonBase', ['root', 'disabled', 'focusVisible']);
42063
42063
  var buttonBaseClasses$1 = buttonBaseClasses;
42064
42064
 
42065
- const _excluded$t = ["action", "centerRipple", "children", "className", "component", "disabled", "disableRipple", "disableTouchRipple", "focusRipple", "focusVisibleClassName", "LinkComponent", "onBlur", "onClick", "onContextMenu", "onDragLeave", "onFocus", "onFocusVisible", "onKeyDown", "onKeyUp", "onMouseDown", "onMouseLeave", "onMouseUp", "onTouchEnd", "onTouchMove", "onTouchStart", "tabIndex", "TouchRippleProps", "touchRippleRef", "type"];
42066
- const useUtilityClasses$o = ownerState => {
42065
+ const _excluded$s = ["action", "centerRipple", "children", "className", "component", "disabled", "disableRipple", "disableTouchRipple", "focusRipple", "focusVisibleClassName", "LinkComponent", "onBlur", "onClick", "onContextMenu", "onDragLeave", "onFocus", "onFocusVisible", "onKeyDown", "onKeyUp", "onMouseDown", "onMouseLeave", "onMouseUp", "onTouchEnd", "onTouchMove", "onTouchStart", "tabIndex", "TouchRippleProps", "touchRippleRef", "type"];
42066
+ const useUtilityClasses$n = ownerState => {
42067
42067
  const {
42068
42068
  disabled,
42069
42069
  focusVisible,
@@ -42164,7 +42164,7 @@ const ButtonBase = /*#__PURE__*/React__namespace.forwardRef(function ButtonBase(
42164
42164
  touchRippleRef,
42165
42165
  type
42166
42166
  } = props,
42167
- other = _objectWithoutPropertiesLoose(props, _excluded$t);
42167
+ other = _objectWithoutPropertiesLoose(props, _excluded$s);
42168
42168
  const buttonRef = React__namespace.useRef(null);
42169
42169
  const rippleRef = React__namespace.useRef(null);
42170
42170
  const handleRippleRef = useForkRef(rippleRef, touchRippleRef);
@@ -42331,7 +42331,7 @@ const ButtonBase = /*#__PURE__*/React__namespace.forwardRef(function ButtonBase(
42331
42331
  tabIndex,
42332
42332
  focusVisible
42333
42333
  });
42334
- const classes = useUtilityClasses$o(ownerState);
42334
+ const classes = useUtilityClasses$n(ownerState);
42335
42335
  return /*#__PURE__*/jsxRuntime.jsxs(ButtonBaseRoot, _extends({
42336
42336
  as: ComponentProp,
42337
42337
  className: clsx(classes.root, className),
@@ -42528,8 +42528,8 @@ function getAccordionSummaryUtilityClass(slot) {
42528
42528
  const accordionSummaryClasses = generateUtilityClasses('MuiAccordionSummary', ['root', 'expanded', 'focusVisible', 'disabled', 'gutters', 'contentGutters', 'content', 'expandIconWrapper']);
42529
42529
  var accordionSummaryClasses$1 = accordionSummaryClasses;
42530
42530
 
42531
- const _excluded$s = ["children", "className", "expandIcon", "focusVisibleClassName", "onClick"];
42532
- const useUtilityClasses$n = ownerState => {
42531
+ const _excluded$r = ["children", "className", "expandIcon", "focusVisibleClassName", "onClick"];
42532
+ const useUtilityClasses$m = ownerState => {
42533
42533
  const {
42534
42534
  classes,
42535
42535
  expanded,
@@ -42623,7 +42623,7 @@ const AccordionSummary = /*#__PURE__*/React__namespace.forwardRef(function Accor
42623
42623
  focusVisibleClassName,
42624
42624
  onClick
42625
42625
  } = props,
42626
- other = _objectWithoutPropertiesLoose(props, _excluded$s);
42626
+ other = _objectWithoutPropertiesLoose(props, _excluded$r);
42627
42627
  const {
42628
42628
  disabled = false,
42629
42629
  disableGutters,
@@ -42643,7 +42643,7 @@ const AccordionSummary = /*#__PURE__*/React__namespace.forwardRef(function Accor
42643
42643
  disabled,
42644
42644
  disableGutters
42645
42645
  });
42646
- const classes = useUtilityClasses$n(ownerState);
42646
+ const classes = useUtilityClasses$m(ownerState);
42647
42647
  return /*#__PURE__*/jsxRuntime.jsxs(AccordionSummaryRoot, _extends({
42648
42648
  focusRipple: false,
42649
42649
  disableRipple: true,
@@ -42713,8 +42713,8 @@ function getTypographyUtilityClass(slot) {
42713
42713
  }
42714
42714
  generateUtilityClasses('MuiTypography', ['root', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'subtitle1', 'subtitle2', 'body1', 'body2', 'inherit', 'button', 'caption', 'overline', 'alignLeft', 'alignRight', 'alignCenter', 'alignJustify', 'noWrap', 'gutterBottom', 'paragraph']);
42715
42715
 
42716
- const _excluded$r = ["align", "className", "component", "gutterBottom", "noWrap", "paragraph", "variant", "variantMapping"];
42717
- const useUtilityClasses$m = ownerState => {
42716
+ const _excluded$q = ["align", "className", "component", "gutterBottom", "noWrap", "paragraph", "variant", "variantMapping"];
42717
+ const useUtilityClasses$l = ownerState => {
42718
42718
  const {
42719
42719
  align,
42720
42720
  gutterBottom,
@@ -42797,7 +42797,7 @@ const Typography = /*#__PURE__*/React__namespace.forwardRef(function Typography(
42797
42797
  variant = 'body1',
42798
42798
  variantMapping = defaultVariantMapping
42799
42799
  } = props,
42800
- other = _objectWithoutPropertiesLoose(props, _excluded$r);
42800
+ other = _objectWithoutPropertiesLoose(props, _excluded$q);
42801
42801
  const ownerState = _extends({}, props, {
42802
42802
  align,
42803
42803
  color,
@@ -42810,7 +42810,7 @@ const Typography = /*#__PURE__*/React__namespace.forwardRef(function Typography(
42810
42810
  variantMapping
42811
42811
  });
42812
42812
  const Component = component || (paragraph ? 'p' : variantMapping[variant] || defaultVariantMapping[variant]) || 'span';
42813
- const classes = useUtilityClasses$m(ownerState);
42813
+ const classes = useUtilityClasses$l(ownerState);
42814
42814
  return /*#__PURE__*/jsxRuntime.jsx(TypographyRoot, _extends({
42815
42815
  as: Component,
42816
42816
  ref: ref,
@@ -42979,7 +42979,7 @@ function getInputBaseUtilityClass(slot) {
42979
42979
  const inputBaseClasses = generateUtilityClasses('MuiInputBase', ['root', 'formControl', 'focused', 'disabled', 'adornedStart', 'adornedEnd', 'error', 'sizeSmall', 'multiline', 'colorSecondary', 'fullWidth', 'hiddenLabel', 'readOnly', 'input', 'inputSizeSmall', 'inputMultiline', 'inputTypeSearch', 'inputAdornedStart', 'inputAdornedEnd', 'inputHiddenLabel']);
42980
42980
  var inputBaseClasses$1 = inputBaseClasses;
42981
42981
 
42982
- const _excluded$q = ["aria-describedby", "autoComplete", "autoFocus", "className", "color", "components", "componentsProps", "defaultValue", "disabled", "disableInjectingGlobalStyles", "endAdornment", "error", "fullWidth", "id", "inputComponent", "inputProps", "inputRef", "margin", "maxRows", "minRows", "multiline", "name", "onBlur", "onChange", "onClick", "onFocus", "onKeyDown", "onKeyUp", "placeholder", "readOnly", "renderSuffix", "rows", "size", "slotProps", "slots", "startAdornment", "type", "value"];
42982
+ const _excluded$p = ["aria-describedby", "autoComplete", "autoFocus", "className", "color", "components", "componentsProps", "defaultValue", "disabled", "disableInjectingGlobalStyles", "endAdornment", "error", "fullWidth", "id", "inputComponent", "inputProps", "inputRef", "margin", "maxRows", "minRows", "multiline", "name", "onBlur", "onChange", "onClick", "onFocus", "onKeyDown", "onKeyUp", "placeholder", "readOnly", "renderSuffix", "rows", "size", "slotProps", "slots", "startAdornment", "type", "value"];
42983
42983
  const rootOverridesResolver = (props, styles) => {
42984
42984
  const {
42985
42985
  ownerState
@@ -42992,7 +42992,7 @@ const inputOverridesResolver = (props, styles) => {
42992
42992
  } = props;
42993
42993
  return [styles.input, ownerState.size === 'small' && styles.inputSizeSmall, ownerState.multiline && styles.inputMultiline, ownerState.type === 'search' && styles.inputTypeSearch, ownerState.startAdornment && styles.inputAdornedStart, ownerState.endAdornment && styles.inputAdornedEnd, ownerState.hiddenLabel && styles.inputHiddenLabel];
42994
42994
  };
42995
- const useUtilityClasses$l = ownerState => {
42995
+ const useUtilityClasses$k = ownerState => {
42996
42996
  const {
42997
42997
  classes,
42998
42998
  color,
@@ -43210,7 +43210,7 @@ const InputBase = /*#__PURE__*/React__namespace.forwardRef(function InputBase(in
43210
43210
  type = 'text',
43211
43211
  value: valueProp
43212
43212
  } = props,
43213
- other = _objectWithoutPropertiesLoose(props, _excluded$q);
43213
+ other = _objectWithoutPropertiesLoose(props, _excluded$p);
43214
43214
  const value = inputPropsProp.value != null ? inputPropsProp.value : valueProp;
43215
43215
  const {
43216
43216
  current: isControlled
@@ -43384,7 +43384,7 @@ const InputBase = /*#__PURE__*/React__namespace.forwardRef(function InputBase(in
43384
43384
  startAdornment,
43385
43385
  type
43386
43386
  });
43387
- const classes = useUtilityClasses$l(ownerState);
43387
+ const classes = useUtilityClasses$k(ownerState);
43388
43388
  const Root = slots.root || components.Root || InputBaseRoot;
43389
43389
  const rootProps = slotProps.root || componentsProps.root || {};
43390
43390
  const Input = slots.input || components.Input || InputBaseComponent;
@@ -43688,7 +43688,7 @@ var ArrowDropDownIcon = createSvgIcon( /*#__PURE__*/jsxRuntime.jsx("path", {
43688
43688
  d: "M7 10l5 5 5-5z"
43689
43689
  }), 'ArrowDropDown');
43690
43690
 
43691
- const _excluded$p = ["addEndListener", "appear", "children", "easing", "in", "onEnter", "onEntered", "onEntering", "onExit", "onExited", "onExiting", "style", "timeout", "TransitionComponent"];
43691
+ const _excluded$o = ["addEndListener", "appear", "children", "easing", "in", "onEnter", "onEntered", "onEntering", "onExit", "onExited", "onExiting", "style", "timeout", "TransitionComponent"];
43692
43692
  const styles$1 = {
43693
43693
  entering: {
43694
43694
  opacity: 1
@@ -43725,7 +43725,7 @@ const Fade = /*#__PURE__*/React__namespace.forwardRef(function Fade(props, ref)
43725
43725
  // eslint-disable-next-line react/prop-types
43726
43726
  TransitionComponent = Transition$1
43727
43727
  } = props,
43728
- other = _objectWithoutPropertiesLoose(props, _excluded$p);
43728
+ other = _objectWithoutPropertiesLoose(props, _excluded$o);
43729
43729
  const nodeRef = React__namespace.useRef(null);
43730
43730
  const handleRef = useForkRef(nodeRef, children.ref, ref);
43731
43731
  const normalizedTransitionCallback = callback => maybeIsAppearing => {
@@ -43886,8 +43886,8 @@ function getBackdropUtilityClass(slot) {
43886
43886
  }
43887
43887
  generateUtilityClasses('MuiBackdrop', ['root', 'invisible']);
43888
43888
 
43889
- const _excluded$o = ["children", "component", "components", "componentsProps", "className", "invisible", "open", "slotProps", "slots", "transitionDuration", "TransitionComponent"];
43890
- const useUtilityClasses$k = ownerState => {
43889
+ const _excluded$n = ["children", "component", "components", "componentsProps", "className", "invisible", "open", "slotProps", "slots", "transitionDuration", "TransitionComponent"];
43890
+ const useUtilityClasses$j = ownerState => {
43891
43891
  const {
43892
43892
  classes,
43893
43893
  invisible
@@ -43942,12 +43942,12 @@ const Backdrop = /*#__PURE__*/React__namespace.forwardRef(function Backdrop(inPr
43942
43942
  // eslint-disable-next-line react/prop-types
43943
43943
  TransitionComponent = Fade$1
43944
43944
  } = props,
43945
- other = _objectWithoutPropertiesLoose(props, _excluded$o);
43945
+ other = _objectWithoutPropertiesLoose(props, _excluded$n);
43946
43946
  const ownerState = _extends({}, props, {
43947
43947
  component,
43948
43948
  invisible
43949
43949
  });
43950
- const classes = useUtilityClasses$k(ownerState);
43950
+ const classes = useUtilityClasses$j(ownerState);
43951
43951
  const rootSlotProps = (_slotProps$root = slotProps.root) != null ? _slotProps$root : componentsProps.root;
43952
43952
  return /*#__PURE__*/jsxRuntime.jsx(TransitionComponent, _extends({
43953
43953
  in: open,
@@ -44099,8 +44099,8 @@ if (process.env.NODE_ENV !== 'production') {
44099
44099
  }
44100
44100
  var ButtonGroupContext$1 = ButtonGroupContext;
44101
44101
 
44102
- const _excluded$n = ["children", "color", "component", "className", "disabled", "disableElevation", "disableFocusRipple", "endIcon", "focusVisibleClassName", "fullWidth", "size", "startIcon", "type", "variant"];
44103
- const useUtilityClasses$j = ownerState => {
44102
+ const _excluded$m = ["children", "color", "component", "className", "disabled", "disableElevation", "disableFocusRipple", "endIcon", "focusVisibleClassName", "fullWidth", "size", "startIcon", "type", "variant"];
44103
+ const useUtilityClasses$i = ownerState => {
44104
44104
  const {
44105
44105
  color,
44106
44106
  disableElevation,
@@ -44325,7 +44325,7 @@ const Button = /*#__PURE__*/React__namespace.forwardRef(function Button(inProps,
44325
44325
  type,
44326
44326
  variant = 'text'
44327
44327
  } = props,
44328
- other = _objectWithoutPropertiesLoose(props, _excluded$n);
44328
+ other = _objectWithoutPropertiesLoose(props, _excluded$m);
44329
44329
  const ownerState = _extends({}, props, {
44330
44330
  color,
44331
44331
  component,
@@ -44337,7 +44337,7 @@ const Button = /*#__PURE__*/React__namespace.forwardRef(function Button(inProps,
44337
44337
  type,
44338
44338
  variant
44339
44339
  });
44340
- const classes = useUtilityClasses$j(ownerState);
44340
+ const classes = useUtilityClasses$i(ownerState);
44341
44341
  const startIcon = startIconProp && /*#__PURE__*/jsxRuntime.jsx(ButtonStartIcon, {
44342
44342
  className: classes.startIcon,
44343
44343
  ownerState: ownerState,
@@ -44463,8 +44463,8 @@ function getSwitchBaseUtilityClass(slot) {
44463
44463
  }
44464
44464
  generateUtilityClasses('PrivateSwitchBase', ['root', 'checked', 'disabled', 'input', 'edgeStart', 'edgeEnd']);
44465
44465
 
44466
- const _excluded$m = ["autoFocus", "checked", "checkedIcon", "className", "defaultChecked", "disabled", "disableFocusRipple", "edge", "icon", "id", "inputProps", "inputRef", "name", "onBlur", "onChange", "onFocus", "readOnly", "required", "tabIndex", "type", "value"];
44467
- const useUtilityClasses$i = ownerState => {
44466
+ const _excluded$l = ["autoFocus", "checked", "checkedIcon", "className", "defaultChecked", "disabled", "disableFocusRipple", "edge", "icon", "id", "inputProps", "inputRef", "name", "onBlur", "onChange", "onFocus", "readOnly", "required", "tabIndex", "type", "value"];
44467
+ const useUtilityClasses$h = ownerState => {
44468
44468
  const {
44469
44469
  classes,
44470
44470
  checked,
@@ -44527,7 +44527,7 @@ const SwitchBase = /*#__PURE__*/React__namespace.forwardRef(function SwitchBase(
44527
44527
  type,
44528
44528
  value
44529
44529
  } = props,
44530
- other = _objectWithoutPropertiesLoose(props, _excluded$m);
44530
+ other = _objectWithoutPropertiesLoose(props, _excluded$l);
44531
44531
  const [checked, setCheckedState] = useControlled({
44532
44532
  controlled: checkedProp,
44533
44533
  default: Boolean(defaultChecked),
@@ -44576,7 +44576,7 @@ const SwitchBase = /*#__PURE__*/React__namespace.forwardRef(function SwitchBase(
44576
44576
  disableFocusRipple,
44577
44577
  edge
44578
44578
  });
44579
- const classes = useUtilityClasses$i(ownerState);
44579
+ const classes = useUtilityClasses$h(ownerState);
44580
44580
  return /*#__PURE__*/jsxRuntime.jsxs(SwitchBaseRoot, _extends({
44581
44581
  component: "span",
44582
44582
  className: clsx(classes.root, className),
@@ -44737,8 +44737,8 @@ function getCheckboxUtilityClass(slot) {
44737
44737
  const checkboxClasses = generateUtilityClasses('MuiCheckbox', ['root', 'checked', 'disabled', 'indeterminate', 'colorPrimary', 'colorSecondary']);
44738
44738
  var checkboxClasses$1 = checkboxClasses;
44739
44739
 
44740
- const _excluded$l = ["checkedIcon", "color", "icon", "indeterminate", "indeterminateIcon", "inputProps", "size", "className"];
44741
- const useUtilityClasses$h = ownerState => {
44740
+ const _excluded$k = ["checkedIcon", "color", "icon", "indeterminate", "indeterminateIcon", "inputProps", "size", "className"];
44741
+ const useUtilityClasses$g = ownerState => {
44742
44742
  const {
44743
44743
  classes,
44744
44744
  indeterminate,
@@ -44800,7 +44800,7 @@ const Checkbox$1 = /*#__PURE__*/React__namespace.forwardRef(function Checkbox(in
44800
44800
  size = 'medium',
44801
44801
  className
44802
44802
  } = props,
44803
- other = _objectWithoutPropertiesLoose(props, _excluded$l);
44803
+ other = _objectWithoutPropertiesLoose(props, _excluded$k);
44804
44804
  const icon = indeterminate ? indeterminateIconProp : iconProp;
44805
44805
  const indeterminateIcon = indeterminate ? indeterminateIconProp : checkedIcon;
44806
44806
  const ownerState = _extends({}, props, {
@@ -44808,7 +44808,7 @@ const Checkbox$1 = /*#__PURE__*/React__namespace.forwardRef(function Checkbox(in
44808
44808
  indeterminate,
44809
44809
  size
44810
44810
  });
44811
- const classes = useUtilityClasses$h(ownerState);
44811
+ const classes = useUtilityClasses$g(ownerState);
44812
44812
  return /*#__PURE__*/jsxRuntime.jsx(CheckboxRoot, _extends({
44813
44813
  type: "checkbox",
44814
44814
  inputProps: _extends({
@@ -44927,7 +44927,7 @@ process.env.NODE_ENV !== "production" ? Checkbox$1.propTypes /* remove-proptypes
44927
44927
  } : void 0;
44928
44928
  var CheckboxMUI = Checkbox$1;
44929
44929
 
44930
- const _excluded$k = ["BackdropComponent", "BackdropProps", "closeAfterTransition", "children", "component", "components", "componentsProps", "disableAutoFocus", "disableEnforceFocus", "disableEscapeKeyDown", "disablePortal", "disableRestoreFocus", "disableScrollLock", "hideBackdrop", "keepMounted", "slotProps", "slots", "theme"];
44930
+ const _excluded$j = ["BackdropComponent", "BackdropProps", "closeAfterTransition", "children", "component", "components", "componentsProps", "disableAutoFocus", "disableEnforceFocus", "disableEscapeKeyDown", "disablePortal", "disableRestoreFocus", "disableScrollLock", "hideBackdrop", "keepMounted", "slotProps", "slots", "theme"];
44931
44931
  const extendUtilityClasses = ownerState => {
44932
44932
  return ownerState.classes;
44933
44933
  };
@@ -45003,7 +45003,7 @@ const Modal = /*#__PURE__*/React__namespace.forwardRef(function Modal(inProps, r
45003
45003
  // eslint-disable-next-line react/prop-types
45004
45004
  theme
45005
45005
  } = props,
45006
- other = _objectWithoutPropertiesLoose(props, _excluded$k);
45006
+ other = _objectWithoutPropertiesLoose(props, _excluded$j);
45007
45007
  const [exited, setExited] = React__namespace.useState(true);
45008
45008
  const commonProps = {
45009
45009
  closeAfterTransition,
@@ -45213,8 +45213,8 @@ process.env.NODE_ENV !== "production" ? Modal.propTypes /* remove-proptypes */ =
45213
45213
  } : void 0;
45214
45214
  var Modal$1 = Modal;
45215
45215
 
45216
- const _excluded$j = ["disableUnderline", "components", "componentsProps", "fullWidth", "hiddenLabel", "inputComponent", "multiline", "slotProps", "slots", "type"];
45217
- const useUtilityClasses$g = ownerState => {
45216
+ const _excluded$i = ["disableUnderline", "components", "componentsProps", "fullWidth", "hiddenLabel", "inputComponent", "multiline", "slotProps", "slots", "type"];
45217
+ const useUtilityClasses$f = ownerState => {
45218
45218
  const {
45219
45219
  classes,
45220
45220
  disableUnderline
@@ -45397,14 +45397,14 @@ const FilledInput = /*#__PURE__*/React__namespace.forwardRef(function FilledInpu
45397
45397
  slots = {},
45398
45398
  type = 'text'
45399
45399
  } = props,
45400
- other = _objectWithoutPropertiesLoose(props, _excluded$j);
45400
+ other = _objectWithoutPropertiesLoose(props, _excluded$i);
45401
45401
  const ownerState = _extends({}, props, {
45402
45402
  fullWidth,
45403
45403
  inputComponent,
45404
45404
  multiline,
45405
45405
  type
45406
45406
  });
45407
- const classes = useUtilityClasses$g(props);
45407
+ const classes = useUtilityClasses$f(props);
45408
45408
  const filledInputComponentsProps = {
45409
45409
  root: {
45410
45410
  ownerState
@@ -45632,8 +45632,8 @@ function getFormControlUtilityClasses(slot) {
45632
45632
  }
45633
45633
  generateUtilityClasses('MuiFormControl', ['root', 'marginNone', 'marginNormal', 'marginDense', 'fullWidth', 'disabled']);
45634
45634
 
45635
- const _excluded$i = ["children", "className", "color", "component", "disabled", "error", "focused", "fullWidth", "hiddenLabel", "margin", "required", "size", "variant"];
45636
- const useUtilityClasses$f = ownerState => {
45635
+ const _excluded$h = ["children", "className", "color", "component", "disabled", "error", "focused", "fullWidth", "hiddenLabel", "margin", "required", "size", "variant"];
45636
+ const useUtilityClasses$e = ownerState => {
45637
45637
  const {
45638
45638
  classes,
45639
45639
  margin,
@@ -45718,7 +45718,7 @@ const FormControl = /*#__PURE__*/React__namespace.forwardRef(function FormContro
45718
45718
  size = 'medium',
45719
45719
  variant = 'outlined'
45720
45720
  } = props,
45721
- other = _objectWithoutPropertiesLoose(props, _excluded$i);
45721
+ other = _objectWithoutPropertiesLoose(props, _excluded$h);
45722
45722
  const ownerState = _extends({}, props, {
45723
45723
  color,
45724
45724
  component,
@@ -45731,7 +45731,7 @@ const FormControl = /*#__PURE__*/React__namespace.forwardRef(function FormContro
45731
45731
  size,
45732
45732
  variant
45733
45733
  });
45734
- const classes = useUtilityClasses$f(ownerState);
45734
+ const classes = useUtilityClasses$e(ownerState);
45735
45735
  const [adornedStart, setAdornedStart] = React__namespace.useState(() => {
45736
45736
  // We need to iterate through the children and find the Input in order
45737
45737
  // to fully support server-side rendering.
@@ -45913,8 +45913,8 @@ function getFormControlLabelUtilityClasses(slot) {
45913
45913
  const formControlLabelClasses = generateUtilityClasses('MuiFormControlLabel', ['root', 'labelPlacementStart', 'labelPlacementTop', 'labelPlacementBottom', 'disabled', 'label', 'error']);
45914
45914
  var formControlLabelClasses$1 = formControlLabelClasses;
45915
45915
 
45916
- const _excluded$h = ["checked", "className", "componentsProps", "control", "disabled", "disableTypography", "inputRef", "label", "labelPlacement", "name", "onChange", "slotProps", "value"];
45917
- const useUtilityClasses$e = ownerState => {
45916
+ const _excluded$g = ["checked", "className", "componentsProps", "control", "disabled", "disableTypography", "inputRef", "label", "labelPlacement", "name", "onChange", "slotProps", "value"];
45917
+ const useUtilityClasses$d = ownerState => {
45918
45918
  const {
45919
45919
  classes,
45920
45920
  disabled,
@@ -45993,7 +45993,7 @@ const FormControlLabel = /*#__PURE__*/React__namespace.forwardRef(function FormC
45993
45993
  labelPlacement = 'end',
45994
45994
  slotProps = {}
45995
45995
  } = props,
45996
- other = _objectWithoutPropertiesLoose(props, _excluded$h);
45996
+ other = _objectWithoutPropertiesLoose(props, _excluded$g);
45997
45997
  const muiFormControl = useFormControl();
45998
45998
  let disabled = disabledProp;
45999
45999
  if (typeof disabled === 'undefined' && typeof control.props.disabled !== 'undefined') {
@@ -46020,7 +46020,7 @@ const FormControlLabel = /*#__PURE__*/React__namespace.forwardRef(function FormC
46020
46020
  labelPlacement,
46021
46021
  error: fcs.error
46022
46022
  });
46023
- const classes = useUtilityClasses$e(ownerState);
46023
+ const classes = useUtilityClasses$d(ownerState);
46024
46024
  const typographySlotProps = (_slotProps$typography = slotProps.typography) != null ? _slotProps$typography : componentsProps.typography;
46025
46025
  let label = labelProp;
46026
46026
  if (label != null && label.type !== Typography$1 && !disableTypography) {
@@ -46124,8 +46124,8 @@ const formHelperTextClasses = generateUtilityClasses('MuiFormHelperText', ['root
46124
46124
  var formHelperTextClasses$1 = formHelperTextClasses;
46125
46125
 
46126
46126
  var _span$2;
46127
- const _excluded$g = ["children", "className", "component", "disabled", "error", "filled", "focused", "margin", "required", "variant"];
46128
- const useUtilityClasses$d = ownerState => {
46127
+ const _excluded$f = ["children", "className", "component", "disabled", "error", "filled", "focused", "margin", "required", "variant"];
46128
+ const useUtilityClasses$c = ownerState => {
46129
46129
  const {
46130
46130
  classes,
46131
46131
  contained,
@@ -46183,7 +46183,7 @@ const FormHelperText = /*#__PURE__*/React__namespace.forwardRef(function FormHel
46183
46183
  className,
46184
46184
  component = 'p'
46185
46185
  } = props,
46186
- other = _objectWithoutPropertiesLoose(props, _excluded$g);
46186
+ other = _objectWithoutPropertiesLoose(props, _excluded$f);
46187
46187
  const muiFormControl = useFormControl();
46188
46188
  const fcs = formControlState({
46189
46189
  props,
@@ -46201,7 +46201,7 @@ const FormHelperText = /*#__PURE__*/React__namespace.forwardRef(function FormHel
46201
46201
  focused: fcs.focused,
46202
46202
  required: fcs.required
46203
46203
  });
46204
- const classes = useUtilityClasses$d(ownerState);
46204
+ const classes = useUtilityClasses$c(ownerState);
46205
46205
  return /*#__PURE__*/jsxRuntime.jsx(FormHelperTextRoot, _extends({
46206
46206
  as: component,
46207
46207
  ownerState: ownerState,
@@ -46281,8 +46281,8 @@ function getFormLabelUtilityClasses(slot) {
46281
46281
  const formLabelClasses = generateUtilityClasses('MuiFormLabel', ['root', 'colorSecondary', 'focused', 'disabled', 'error', 'filled', 'required', 'asterisk']);
46282
46282
  var formLabelClasses$1 = formLabelClasses;
46283
46283
 
46284
- const _excluded$f = ["children", "className", "color", "component", "disabled", "error", "filled", "focused", "required"];
46285
- const useUtilityClasses$c = ownerState => {
46284
+ const _excluded$e = ["children", "className", "color", "component", "disabled", "error", "filled", "focused", "required"];
46285
+ const useUtilityClasses$b = ownerState => {
46286
46286
  const {
46287
46287
  classes,
46288
46288
  color,
@@ -46346,7 +46346,7 @@ const FormLabel = /*#__PURE__*/React__namespace.forwardRef(function FormLabel(in
46346
46346
  className,
46347
46347
  component = 'label'
46348
46348
  } = props,
46349
- other = _objectWithoutPropertiesLoose(props, _excluded$f);
46349
+ other = _objectWithoutPropertiesLoose(props, _excluded$e);
46350
46350
  const muiFormControl = useFormControl();
46351
46351
  const fcs = formControlState({
46352
46352
  props,
@@ -46362,7 +46362,7 @@ const FormLabel = /*#__PURE__*/React__namespace.forwardRef(function FormLabel(in
46362
46362
  focused: fcs.focused,
46363
46363
  required: fcs.required
46364
46364
  });
46365
- const classes = useUtilityClasses$c(ownerState);
46365
+ const classes = useUtilityClasses$b(ownerState);
46366
46366
  return /*#__PURE__*/jsxRuntime.jsxs(FormLabelRoot, _extends({
46367
46367
  as: component,
46368
46368
  ownerState: ownerState,
@@ -46432,7 +46432,7 @@ process.env.NODE_ENV !== "production" ? FormLabel.propTypes /* remove-proptypes
46432
46432
  } : void 0;
46433
46433
  var FormLabel$1 = FormLabel;
46434
46434
 
46435
- const _excluded$e = ["addEndListener", "appear", "children", "easing", "in", "onEnter", "onEntered", "onEntering", "onExit", "onExited", "onExiting", "style", "timeout", "TransitionComponent"];
46435
+ const _excluded$d = ["addEndListener", "appear", "children", "easing", "in", "onEnter", "onEntered", "onEntering", "onExit", "onExited", "onExiting", "style", "timeout", "TransitionComponent"];
46436
46436
  function getScale(value) {
46437
46437
  return `scale(${value}, ${value ** 2})`;
46438
46438
  }
@@ -46476,7 +46476,7 @@ const Grow = /*#__PURE__*/React__namespace.forwardRef(function Grow(props, ref)
46476
46476
  // eslint-disable-next-line react/prop-types
46477
46477
  TransitionComponent = Transition$1
46478
46478
  } = props,
46479
- other = _objectWithoutPropertiesLoose(props, _excluded$e);
46479
+ other = _objectWithoutPropertiesLoose(props, _excluded$d);
46480
46480
  const timer = React__namespace.useRef();
46481
46481
  const autoTimeout = React__namespace.useRef();
46482
46482
  const theme = useTheme();
@@ -46680,8 +46680,8 @@ process.env.NODE_ENV !== "production" ? Grow.propTypes /* remove-proptypes */ =
46680
46680
  Grow.muiSupportAuto = true;
46681
46681
  var Grow$1 = Grow;
46682
46682
 
46683
- const _excluded$d = ["disableUnderline", "components", "componentsProps", "fullWidth", "inputComponent", "multiline", "slotProps", "slots", "type"];
46684
- const useUtilityClasses$b = ownerState => {
46683
+ const _excluded$c = ["disableUnderline", "components", "componentsProps", "fullWidth", "inputComponent", "multiline", "slotProps", "slots", "type"];
46684
+ const useUtilityClasses$a = ownerState => {
46685
46685
  const {
46686
46686
  classes,
46687
46687
  disableUnderline
@@ -46793,8 +46793,8 @@ const Input = /*#__PURE__*/React__namespace.forwardRef(function Input(inProps, r
46793
46793
  slots = {},
46794
46794
  type = 'text'
46795
46795
  } = props,
46796
- other = _objectWithoutPropertiesLoose(props, _excluded$d);
46797
- const classes = useUtilityClasses$b(props);
46796
+ other = _objectWithoutPropertiesLoose(props, _excluded$c);
46797
+ const classes = useUtilityClasses$a(props);
46798
46798
  const ownerState = {
46799
46799
  disableUnderline
46800
46800
  };
@@ -47015,8 +47015,8 @@ function getInputLabelUtilityClasses(slot) {
47015
47015
  }
47016
47016
  generateUtilityClasses('MuiInputLabel', ['root', 'focused', 'disabled', 'error', 'required', 'asterisk', 'formControl', 'sizeSmall', 'shrink', 'animated', 'standard', 'filled', 'outlined']);
47017
47017
 
47018
- const _excluded$c = ["disableAnimation", "margin", "shrink", "variant", "className"];
47019
- const useUtilityClasses$a = ownerState => {
47018
+ const _excluded$b = ["disableAnimation", "margin", "shrink", "variant", "className"];
47019
+ const useUtilityClasses$9 = ownerState => {
47020
47020
  const {
47021
47021
  classes,
47022
47022
  formControl,
@@ -47115,7 +47115,7 @@ const InputLabel = /*#__PURE__*/React__namespace.forwardRef(function InputLabel(
47115
47115
  shrink: shrinkProp,
47116
47116
  className
47117
47117
  } = props,
47118
- other = _objectWithoutPropertiesLoose(props, _excluded$c);
47118
+ other = _objectWithoutPropertiesLoose(props, _excluded$b);
47119
47119
  const muiFormControl = useFormControl();
47120
47120
  let shrink = shrinkProp;
47121
47121
  if (typeof shrink === 'undefined' && muiFormControl) {
@@ -47134,7 +47134,7 @@ const InputLabel = /*#__PURE__*/React__namespace.forwardRef(function InputLabel(
47134
47134
  variant: fcs.variant,
47135
47135
  required: fcs.required
47136
47136
  });
47137
- const classes = useUtilityClasses$a(ownerState);
47137
+ const classes = useUtilityClasses$9(ownerState);
47138
47138
  return /*#__PURE__*/jsxRuntime.jsx(InputLabelRoot, _extends({
47139
47139
  "data-shrink": shrink,
47140
47140
  ownerState: ownerState,
@@ -47243,8 +47243,8 @@ const getTextDecoration = ({
47243
47243
  };
47244
47244
  var getTextDecoration$1 = getTextDecoration;
47245
47245
 
47246
- const _excluded$b = ["className", "color", "component", "onBlur", "onFocus", "TypographyClasses", "underline", "variant", "sx"];
47247
- const useUtilityClasses$9 = ownerState => {
47246
+ const _excluded$a = ["className", "color", "component", "onBlur", "onFocus", "TypographyClasses", "underline", "variant", "sx"];
47247
+ const useUtilityClasses$8 = ownerState => {
47248
47248
  const {
47249
47249
  classes,
47250
47250
  component,
@@ -47332,7 +47332,7 @@ const Link$1 = /*#__PURE__*/React__namespace.forwardRef(function Link(inProps, r
47332
47332
  variant = 'inherit',
47333
47333
  sx
47334
47334
  } = props,
47335
- other = _objectWithoutPropertiesLoose(props, _excluded$b);
47335
+ other = _objectWithoutPropertiesLoose(props, _excluded$a);
47336
47336
  const {
47337
47337
  isFocusVisibleRef,
47338
47338
  onBlur: handleBlurVisible,
@@ -47366,7 +47366,7 @@ const Link$1 = /*#__PURE__*/React__namespace.forwardRef(function Link(inProps, r
47366
47366
  underline,
47367
47367
  variant
47368
47368
  });
47369
- const classes = useUtilityClasses$9(ownerState);
47369
+ const classes = useUtilityClasses$8(ownerState);
47370
47370
  return /*#__PURE__*/jsxRuntime.jsx(LinkRoot, _extends({
47371
47371
  color: color,
47372
47372
  className: clsx(classes.root, className),
@@ -47452,8 +47452,8 @@ function getListUtilityClass(slot) {
47452
47452
  }
47453
47453
  generateUtilityClasses('MuiList', ['root', 'padding', 'dense', 'subheader']);
47454
47454
 
47455
- const _excluded$a = ["children", "className", "component", "dense", "disablePadding", "subheader"];
47456
- const useUtilityClasses$8 = ownerState => {
47455
+ const _excluded$9 = ["children", "className", "component", "dense", "disablePadding", "subheader"];
47456
+ const useUtilityClasses$7 = ownerState => {
47457
47457
  const {
47458
47458
  classes,
47459
47459
  disablePadding,
@@ -47500,7 +47500,7 @@ const List = /*#__PURE__*/React__namespace.forwardRef(function List(inProps, ref
47500
47500
  disablePadding = false,
47501
47501
  subheader
47502
47502
  } = props,
47503
- other = _objectWithoutPropertiesLoose(props, _excluded$a);
47503
+ other = _objectWithoutPropertiesLoose(props, _excluded$9);
47504
47504
  const context = React__namespace.useMemo(() => ({
47505
47505
  dense
47506
47506
  }), [dense]);
@@ -47509,7 +47509,7 @@ const List = /*#__PURE__*/React__namespace.forwardRef(function List(inProps, ref
47509
47509
  dense,
47510
47510
  disablePadding
47511
47511
  });
47512
- const classes = useUtilityClasses$8(ownerState);
47512
+ const classes = useUtilityClasses$7(ownerState);
47513
47513
  return /*#__PURE__*/jsxRuntime.jsx(ListContext$1.Provider, {
47514
47514
  value: context,
47515
47515
  children: /*#__PURE__*/jsxRuntime.jsxs(ListRoot, _extends({
@@ -47567,7 +47567,7 @@ process.env.NODE_ENV !== "production" ? List.propTypes /* remove-proptypes */ =
47567
47567
  } : void 0;
47568
47568
  var List$1 = List;
47569
47569
 
47570
- const _excluded$9 = ["actions", "autoFocus", "autoFocusItem", "children", "className", "disabledItemsFocusable", "disableListWrap", "onKeyDown", "variant"];
47570
+ const _excluded$8 = ["actions", "autoFocus", "autoFocusItem", "children", "className", "disabledItemsFocusable", "disableListWrap", "onKeyDown", "variant"];
47571
47571
  function nextItem(list, item, disableListWrap) {
47572
47572
  if (list === item) {
47573
47573
  return list.firstChild;
@@ -47649,7 +47649,7 @@ const MenuList = /*#__PURE__*/React__namespace.forwardRef(function MenuList(prop
47649
47649
  onKeyDown,
47650
47650
  variant = 'selectedMenu'
47651
47651
  } = props,
47652
- other = _objectWithoutPropertiesLoose(props, _excluded$9);
47652
+ other = _objectWithoutPropertiesLoose(props, _excluded$8);
47653
47653
  const listRef = React__namespace.useRef(null);
47654
47654
  const textCriteriaRef = React__namespace.useRef({
47655
47655
  keys: [],
@@ -47828,7 +47828,7 @@ function getPopoverUtilityClass(slot) {
47828
47828
  }
47829
47829
  generateUtilityClasses('MuiPopover', ['root', 'paper']);
47830
47830
 
47831
- const _excluded$8 = ["onEntering"],
47831
+ const _excluded$7 = ["onEntering"],
47832
47832
  _excluded2$1 = ["action", "anchorEl", "anchorOrigin", "anchorPosition", "anchorReference", "children", "className", "container", "elevation", "marginThreshold", "open", "PaperProps", "transformOrigin", "TransitionComponent", "transitionDuration", "TransitionProps"];
47833
47833
  function getOffsetTop(rect, vertical) {
47834
47834
  let offset = 0;
@@ -47858,7 +47858,7 @@ function getTransformOriginValue(transformOrigin) {
47858
47858
  function resolveAnchorEl(anchorEl) {
47859
47859
  return typeof anchorEl === 'function' ? anchorEl() : anchorEl;
47860
47860
  }
47861
- const useUtilityClasses$7 = ownerState => {
47861
+ const useUtilityClasses$6 = ownerState => {
47862
47862
  const {
47863
47863
  classes
47864
47864
  } = ownerState;
@@ -47921,7 +47921,7 @@ const Popover = /*#__PURE__*/React__namespace.forwardRef(function Popover(inProp
47921
47921
  onEntering
47922
47922
  } = {}
47923
47923
  } = props,
47924
- TransitionProps = _objectWithoutPropertiesLoose(props.TransitionProps, _excluded$8),
47924
+ TransitionProps = _objectWithoutPropertiesLoose(props.TransitionProps, _excluded$7),
47925
47925
  other = _objectWithoutPropertiesLoose(props, _excluded2$1);
47926
47926
  const paperRef = React__namespace.useRef();
47927
47927
  const handlePaperRef = useForkRef(paperRef, PaperProps.ref);
@@ -47936,7 +47936,7 @@ const Popover = /*#__PURE__*/React__namespace.forwardRef(function Popover(inProp
47936
47936
  transitionDuration: transitionDurationProp,
47937
47937
  TransitionProps
47938
47938
  });
47939
- const classes = useUtilityClasses$7(ownerState);
47939
+ const classes = useUtilityClasses$6(ownerState);
47940
47940
 
47941
47941
  // Returns the top/left offset of the position
47942
47942
  // to attach to on the anchor element (or body if none is provided)
@@ -48282,7 +48282,7 @@ function getMenuUtilityClass(slot) {
48282
48282
  }
48283
48283
  generateUtilityClasses('MuiMenu', ['root', 'paper', 'list']);
48284
48284
 
48285
- const _excluded$7 = ["onEntering"],
48285
+ const _excluded$6 = ["onEntering"],
48286
48286
  _excluded2 = ["autoFocus", "children", "disableAutoFocusItem", "MenuListProps", "onClose", "open", "PaperProps", "PopoverClasses", "transitionDuration", "TransitionProps", "variant"];
48287
48287
  const RTL_ORIGIN = {
48288
48288
  vertical: 'top',
@@ -48292,7 +48292,7 @@ const LTR_ORIGIN = {
48292
48292
  vertical: 'top',
48293
48293
  horizontal: 'left'
48294
48294
  };
48295
- const useUtilityClasses$6 = ownerState => {
48295
+ const useUtilityClasses$5 = ownerState => {
48296
48296
  const {
48297
48297
  classes
48298
48298
  } = ownerState;
@@ -48349,7 +48349,7 @@ const Menu = /*#__PURE__*/React__namespace.forwardRef(function Menu(inProps, ref
48349
48349
  } = {},
48350
48350
  variant = 'selectedMenu'
48351
48351
  } = props,
48352
- TransitionProps = _objectWithoutPropertiesLoose(props.TransitionProps, _excluded$7),
48352
+ TransitionProps = _objectWithoutPropertiesLoose(props.TransitionProps, _excluded$6),
48353
48353
  other = _objectWithoutPropertiesLoose(props, _excluded2);
48354
48354
  const theme = useTheme();
48355
48355
  const isRtl = theme.direction === 'rtl';
@@ -48363,7 +48363,7 @@ const Menu = /*#__PURE__*/React__namespace.forwardRef(function Menu(inProps, ref
48363
48363
  TransitionProps,
48364
48364
  variant
48365
48365
  });
48366
- const classes = useUtilityClasses$6(ownerState);
48366
+ const classes = useUtilityClasses$5(ownerState);
48367
48367
  const autoFocusItem = autoFocus && !disableAutoFocusItem && open;
48368
48368
  const menuListActionsRef = React__namespace.useRef(null);
48369
48369
  const handleEntering = (element, isAppearing) => {
@@ -48536,8 +48536,8 @@ function getNativeSelectUtilityClasses(slot) {
48536
48536
  const nativeSelectClasses = generateUtilityClasses('MuiNativeSelect', ['root', 'select', 'multiple', 'filled', 'outlined', 'standard', 'disabled', 'icon', 'iconOpen', 'iconFilled', 'iconOutlined', 'iconStandard', 'nativeInput']);
48537
48537
  var nativeSelectClasses$1 = nativeSelectClasses;
48538
48538
 
48539
- const _excluded$6 = ["className", "disabled", "IconComponent", "inputRef", "variant"];
48540
- const useUtilityClasses$5 = ownerState => {
48539
+ const _excluded$5 = ["className", "disabled", "IconComponent", "inputRef", "variant"];
48540
+ const useUtilityClasses$4 = ownerState => {
48541
48541
  const {
48542
48542
  classes,
48543
48543
  variant,
@@ -48663,12 +48663,12 @@ const NativeSelectInput = /*#__PURE__*/React__namespace.forwardRef(function Nati
48663
48663
  inputRef,
48664
48664
  variant = 'standard'
48665
48665
  } = props,
48666
- other = _objectWithoutPropertiesLoose(props, _excluded$6);
48666
+ other = _objectWithoutPropertiesLoose(props, _excluded$5);
48667
48667
  const ownerState = _extends({}, props, {
48668
48668
  disabled,
48669
48669
  variant
48670
48670
  });
48671
- const classes = useUtilityClasses$5(ownerState);
48671
+ const classes = useUtilityClasses$4(ownerState);
48672
48672
  return /*#__PURE__*/jsxRuntime.jsxs(React__namespace.Fragment, {
48673
48673
  children: [/*#__PURE__*/jsxRuntime.jsx(NativeSelectSelect, _extends({
48674
48674
  ownerState: ownerState,
@@ -48737,7 +48737,7 @@ process.env.NODE_ENV !== "production" ? NativeSelectInput.propTypes = {
48737
48737
  var NativeSelectInput$1 = NativeSelectInput;
48738
48738
 
48739
48739
  var _span$1;
48740
- const _excluded$5 = ["children", "classes", "className", "label", "notched"];
48740
+ const _excluded$4 = ["children", "classes", "className", "label", "notched"];
48741
48741
  const NotchedOutlineRoot$1 = styled$1('fieldset')({
48742
48742
  textAlign: 'left',
48743
48743
  position: 'absolute',
@@ -48810,7 +48810,7 @@ function NotchedOutline(props) {
48810
48810
  label,
48811
48811
  notched
48812
48812
  } = props,
48813
- other = _objectWithoutPropertiesLoose(props, _excluded$5);
48813
+ other = _objectWithoutPropertiesLoose(props, _excluded$4);
48814
48814
  const withLabel = label != null && label !== '';
48815
48815
  const ownerState = _extends({}, props, {
48816
48816
  notched,
@@ -48861,8 +48861,8 @@ process.env.NODE_ENV !== "production" ? NotchedOutline.propTypes = {
48861
48861
  style: PropTypes.object
48862
48862
  } : void 0;
48863
48863
 
48864
- const _excluded$4 = ["components", "fullWidth", "inputComponent", "label", "multiline", "notched", "slots", "type"];
48865
- const useUtilityClasses$4 = ownerState => {
48864
+ const _excluded$3 = ["components", "fullWidth", "inputComponent", "label", "multiline", "notched", "slots", "type"];
48865
+ const useUtilityClasses$3 = ownerState => {
48866
48866
  const {
48867
48867
  classes
48868
48868
  } = ownerState;
@@ -48980,8 +48980,8 @@ const OutlinedInput = /*#__PURE__*/React__namespace.forwardRef(function Outlined
48980
48980
  slots = {},
48981
48981
  type = 'text'
48982
48982
  } = props,
48983
- other = _objectWithoutPropertiesLoose(props, _excluded$4);
48984
- const classes = useUtilityClasses$4(props);
48983
+ other = _objectWithoutPropertiesLoose(props, _excluded$3);
48984
+ const classes = useUtilityClasses$3(props);
48985
48985
  const muiFormControl = useFormControl();
48986
48986
  const fcs = formControlState({
48987
48987
  props,
@@ -49202,7 +49202,7 @@ const selectClasses = generateUtilityClasses('MuiSelect', ['select', 'multiple',
49202
49202
  var selectClasses$1 = selectClasses;
49203
49203
 
49204
49204
  var _span;
49205
- const _excluded$3 = ["aria-describedby", "aria-label", "autoFocus", "autoWidth", "children", "className", "defaultOpen", "defaultValue", "disabled", "displayEmpty", "IconComponent", "inputRef", "labelId", "MenuProps", "multiple", "name", "onBlur", "onChange", "onClose", "onFocus", "onOpen", "open", "readOnly", "renderValue", "SelectDisplayProps", "tabIndex", "type", "value", "variant"];
49205
+ const _excluded$2 = ["aria-describedby", "aria-label", "autoFocus", "autoWidth", "children", "className", "defaultOpen", "defaultValue", "disabled", "displayEmpty", "IconComponent", "inputRef", "labelId", "MenuProps", "multiple", "name", "onBlur", "onChange", "onClose", "onFocus", "onOpen", "open", "readOnly", "renderValue", "SelectDisplayProps", "tabIndex", "type", "value", "variant"];
49206
49206
  const SelectSelect = styled$1('div', {
49207
49207
  name: 'MuiSelect',
49208
49208
  slot: 'Select',
@@ -49267,7 +49267,7 @@ function areEqualValues(a, b) {
49267
49267
  function isEmpty(display) {
49268
49268
  return display == null || typeof display === 'string' && !display.trim();
49269
49269
  }
49270
- const useUtilityClasses$3 = ownerState => {
49270
+ const useUtilityClasses$2 = ownerState => {
49271
49271
  const {
49272
49272
  classes,
49273
49273
  variant,
@@ -49317,7 +49317,7 @@ const SelectInput = /*#__PURE__*/React__namespace.forwardRef(function SelectInpu
49317
49317
  value: valueProp,
49318
49318
  variant = 'standard'
49319
49319
  } = props,
49320
- other = _objectWithoutPropertiesLoose(props, _excluded$3);
49320
+ other = _objectWithoutPropertiesLoose(props, _excluded$2);
49321
49321
  const [value, setValueState] = useControlled({
49322
49322
  controlled: valueProp,
49323
49323
  default: defaultValue,
@@ -49620,7 +49620,7 @@ const SelectInput = /*#__PURE__*/React__namespace.forwardRef(function SelectInpu
49620
49620
  value,
49621
49621
  open
49622
49622
  });
49623
- const classes = useUtilityClasses$3(ownerState);
49623
+ const classes = useUtilityClasses$2(ownerState);
49624
49624
  return /*#__PURE__*/jsxRuntime.jsxs(React__namespace.Fragment, {
49625
49625
  children: [/*#__PURE__*/jsxRuntime.jsx(SelectSelect, _extends({
49626
49626
  ref: handleDisplayRef,
@@ -49834,8 +49834,8 @@ process.env.NODE_ENV !== "production" ? SelectInput.propTypes = {
49834
49834
  var SelectInput$1 = SelectInput;
49835
49835
 
49836
49836
  var _StyledInput, _StyledFilledInput;
49837
- const _excluded$2 = ["autoWidth", "children", "classes", "className", "defaultOpen", "displayEmpty", "IconComponent", "id", "input", "inputProps", "label", "labelId", "MenuProps", "multiple", "native", "onClose", "onOpen", "open", "renderValue", "SelectDisplayProps", "variant"];
49838
- const useUtilityClasses$2 = ownerState => {
49837
+ const _excluded$1 = ["autoWidth", "children", "classes", "className", "defaultOpen", "displayEmpty", "IconComponent", "id", "input", "inputProps", "label", "labelId", "MenuProps", "multiple", "native", "onClose", "onOpen", "open", "renderValue", "SelectDisplayProps", "variant"];
49838
+ const useUtilityClasses$1 = ownerState => {
49839
49839
  const {
49840
49840
  classes
49841
49841
  } = ownerState;
@@ -49878,7 +49878,7 @@ const Select = /*#__PURE__*/React__namespace.forwardRef(function Select(inProps,
49878
49878
  SelectDisplayProps,
49879
49879
  variant: variantProp = 'outlined'
49880
49880
  } = props,
49881
- other = _objectWithoutPropertiesLoose(props, _excluded$2);
49881
+ other = _objectWithoutPropertiesLoose(props, _excluded$1);
49882
49882
  const inputComponent = native ? NativeSelectInput$1 : SelectInput$1;
49883
49883
  const muiFormControl = useFormControl();
49884
49884
  const fcs = formControlState({
@@ -49898,7 +49898,7 @@ const Select = /*#__PURE__*/React__namespace.forwardRef(function Select(inProps,
49898
49898
  variant,
49899
49899
  classes: classesProp
49900
49900
  });
49901
- const classes = useUtilityClasses$2(ownerState);
49901
+ const classes = useUtilityClasses$1(ownerState);
49902
49902
  const inputComponentRef = useForkRef(ref, InputComponent.ref);
49903
49903
  return /*#__PURE__*/jsxRuntime.jsx(React__namespace.Fragment, {
49904
49904
  children: /*#__PURE__*/React__namespace.cloneElement(InputComponent, _extends({
@@ -50090,140 +50090,6 @@ process.env.NODE_ENV !== "production" ? Select.propTypes /* remove-proptypes */
50090
50090
  Select.muiName = 'Select';
50091
50091
  var Select$1 = Select;
50092
50092
 
50093
- /**
50094
- * @ignore - internal component.
50095
- */
50096
- const TableContext = /*#__PURE__*/React__namespace.createContext();
50097
- if (process.env.NODE_ENV !== 'production') {
50098
- TableContext.displayName = 'TableContext';
50099
- }
50100
- var TableContext$1 = TableContext;
50101
-
50102
- function getTableUtilityClass(slot) {
50103
- return generateUtilityClass('MuiTable', slot);
50104
- }
50105
- generateUtilityClasses('MuiTable', ['root', 'stickyHeader']);
50106
-
50107
- const _excluded$1 = ["className", "component", "padding", "size", "stickyHeader"];
50108
- const useUtilityClasses$1 = ownerState => {
50109
- const {
50110
- classes,
50111
- stickyHeader
50112
- } = ownerState;
50113
- const slots = {
50114
- root: ['root', stickyHeader && 'stickyHeader']
50115
- };
50116
- return composeClasses(slots, getTableUtilityClass, classes);
50117
- };
50118
- const TableRoot = styled$1('table', {
50119
- name: 'MuiTable',
50120
- slot: 'Root',
50121
- overridesResolver: (props, styles) => {
50122
- const {
50123
- ownerState
50124
- } = props;
50125
- return [styles.root, ownerState.stickyHeader && styles.stickyHeader];
50126
- }
50127
- })(({
50128
- theme,
50129
- ownerState
50130
- }) => _extends({
50131
- display: 'table',
50132
- width: '100%',
50133
- borderCollapse: 'collapse',
50134
- borderSpacing: 0,
50135
- '& caption': _extends({}, theme.typography.body2, {
50136
- padding: theme.spacing(2),
50137
- color: (theme.vars || theme).palette.text.secondary,
50138
- textAlign: 'left',
50139
- captionSide: 'bottom'
50140
- })
50141
- }, ownerState.stickyHeader && {
50142
- borderCollapse: 'separate'
50143
- }));
50144
- const defaultComponent = 'table';
50145
- const Table = /*#__PURE__*/React__namespace.forwardRef(function Table(inProps, ref) {
50146
- const props = useThemeProps({
50147
- props: inProps,
50148
- name: 'MuiTable'
50149
- });
50150
- const {
50151
- className,
50152
- component = defaultComponent,
50153
- padding = 'normal',
50154
- size = 'medium',
50155
- stickyHeader = false
50156
- } = props,
50157
- other = _objectWithoutPropertiesLoose(props, _excluded$1);
50158
- const ownerState = _extends({}, props, {
50159
- component,
50160
- padding,
50161
- size,
50162
- stickyHeader
50163
- });
50164
- const classes = useUtilityClasses$1(ownerState);
50165
- const table = React__namespace.useMemo(() => ({
50166
- padding,
50167
- size,
50168
- stickyHeader
50169
- }), [padding, size, stickyHeader]);
50170
- return /*#__PURE__*/jsxRuntime.jsx(TableContext$1.Provider, {
50171
- value: table,
50172
- children: /*#__PURE__*/jsxRuntime.jsx(TableRoot, _extends({
50173
- as: component,
50174
- role: component === defaultComponent ? null : 'table',
50175
- ref: ref,
50176
- className: clsx(classes.root, className),
50177
- ownerState: ownerState
50178
- }, other))
50179
- });
50180
- });
50181
- process.env.NODE_ENV !== "production" ? Table.propTypes /* remove-proptypes */ = {
50182
- // ----------------------------- Warning --------------------------------
50183
- // | These PropTypes are generated from the TypeScript type definitions |
50184
- // | To update them edit the d.ts file and run "yarn proptypes" |
50185
- // ----------------------------------------------------------------------
50186
- /**
50187
- * The content of the table, normally `TableHead` and `TableBody`.
50188
- */
50189
- children: PropTypes.node,
50190
- /**
50191
- * Override or extend the styles applied to the component.
50192
- */
50193
- classes: PropTypes.object,
50194
- /**
50195
- * @ignore
50196
- */
50197
- className: PropTypes.string,
50198
- /**
50199
- * The component used for the root node.
50200
- * Either a string to use a HTML element or a component.
50201
- */
50202
- component: PropTypes.elementType,
50203
- /**
50204
- * Allows TableCells to inherit padding of the Table.
50205
- * @default 'normal'
50206
- */
50207
- padding: PropTypes.oneOf(['checkbox', 'none', 'normal']),
50208
- /**
50209
- * Allows TableCells to inherit size of the Table.
50210
- * @default 'medium'
50211
- */
50212
- size: PropTypes /* @typescript-to-proptypes-ignore */.oneOfType([PropTypes.oneOf(['medium', 'small']), PropTypes.string]),
50213
- /**
50214
- * Set the header sticky.
50215
- *
50216
- * ⚠️ It doesn't work with IE11.
50217
- * @default false
50218
- */
50219
- stickyHeader: PropTypes.bool,
50220
- /**
50221
- * The system prop that allows defining system overrides as well as additional CSS styles.
50222
- */
50223
- sx: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func, PropTypes.object, PropTypes.bool])), PropTypes.func, PropTypes.object])
50224
- } : void 0;
50225
- var Table$1 = Table;
50226
-
50227
50093
  function getTextFieldUtilityClass(slot) {
50228
50094
  return generateUtilityClass('MuiTextField', slot);
50229
50095
  }
@@ -50613,15 +50479,15 @@ var TextField = function (_a) {
50613
50479
  setInternalValue(value);
50614
50480
  }
50615
50481
  }, [value]);
50616
- return (jsxRuntime.jsx(MuiTextField, __assign$1({ variant: "outlined", name: name, label: label, value: internalValue, placeholder: placeholder, InputLabelProps: { shrink: true }, onClick: function (e) { return e.stopPropagation(); }, onChange: function (e) {
50482
+ return (jsxRuntime.jsx(MuiTextField, __assign$1({ variant: "outlined", name: name, label: label, value: internalValue, placeholder: placeholder, FormHelperTextProps: { component: 'div' }, InputLabelProps: { shrink: true }, onClick: function (e) { return e.stopPropagation(); }, onChange: function (e) {
50617
50483
  setInternalValue(e.currentTarget.value);
50618
50484
  onChange(e);
50619
50485
  }, onBlur: function (e) {
50620
50486
  onBlur(e);
50621
- }, error: !!error, disabled: disabled, InputProps: { endAdornment: endAdornment }, inputProps: { maxLength: maxLength } }, props, { helperText: jsxRuntime.jsxs(Table$1, { children: [(error || props.helperText) && (jsxRuntime.jsx("div", __assign$1({ style: {
50487
+ }, error: !!error, disabled: disabled, InputProps: { endAdornment: endAdornment }, inputProps: { maxLength: maxLength } }, props, { helperText: jsxRuntime.jsxs("div", __assign$1({ style: { display: 'table', width: '100%' } }, { children: [(error || props.helperText) && (jsxRuntime.jsx("div", __assign$1({ style: {
50622
50488
  display: maxLength ? 'table-cell' : '',
50623
50489
  float: 'left'
50624
- } }, { children: error || props.helperText }))), maxLength && (jsxRuntime.jsxs("div", __assign$1({ style: { display: 'table-cell', float: 'right' } }, { children: [internalValue.length, "/", maxLength, " caract."] })))] }) })));
50490
+ } }, { children: error || props.helperText }))), maxLength && (jsxRuntime.jsxs("div", __assign$1({ style: { display: 'table-cell', float: 'right' } }, { children: [internalValue.length, "/", maxLength, " caract."] })))] })) })));
50625
50491
  };
50626
50492
 
50627
50493
  var Checkbox = function (_a) {
@@ -51096,7 +50962,7 @@ var useMaterialThemeCss = function (muiTokens) {
51096
50962
  styleOverrides: {
51097
50963
  root: {
51098
50964
  fontWeight: 400,
51099
- fontSize: '10px',
50965
+ fontSize: '11px',
51100
50966
  marginLeft: '8px',
51101
50967
  marginRight: '8px',
51102
50968
  marginTop: '5px',
@@ -51109,11 +50975,16 @@ var useMaterialThemeCss = function (muiTokens) {
51109
50975
  }
51110
50976
  },
51111
50977
  MuiOutlinedInput: {
50978
+ defaultProps: {
50979
+ notched: true
50980
+ },
51112
50981
  styleOverrides: {
51113
50982
  input: {
51114
50983
  fontSize: '14px',
51115
50984
  lineHeight: '18px',
51116
50985
  fontWeight: 400,
50986
+ padding: '12px 14px',
50987
+ height: '18px',
51117
50988
  color: muiTokens.palette.greyXDark,
51118
50989
  '&::placeholder': {
51119
50990
  color: "".concat(muiTokens.palette.greyDark, " !important"),
@@ -51126,7 +50997,7 @@ var useMaterialThemeCss = function (muiTokens) {
51126
50997
  backgroundColor: muiTokens.palette.greyXLight,
51127
50998
  color: muiTokens.palette.greyDark,
51128
50999
  borderColor: muiTokens.palette.greyLightDefaultborder,
51129
- '-webkit-text-fill-color': muiTokens.palette.greyDark
51000
+ WebkitTextFillColor: muiTokens.palette.greyDark
51130
51001
  }
51131
51002
  },
51132
51003
  root: {
@@ -51152,9 +51023,11 @@ var useMaterialThemeCss = function (muiTokens) {
51152
51023
  MuiInputLabel: {
51153
51024
  styleOverrides: {
51154
51025
  root: {
51155
- fontSize: '17.33px',
51026
+ fontSize: '16px',
51156
51027
  lineHeight: '16px',
51028
+ height: '16px',
51157
51029
  fontWeight: 500,
51030
+ transform: 'translate(14px, -7px) scale(0.75)',
51158
51031
  color: muiTokens.palette.greyXDark,
51159
51032
  '&.Mui-disabled': {
51160
51033
  color: muiTokens.palette.greyXDark