@mui/material 5.11.12 → 5.11.14

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.
Files changed (212) hide show
  1. package/Accordion/accordionClasses.d.ts +18 -18
  2. package/AccordionActions/accordionActionsClasses.d.ts +10 -10
  3. package/AccordionDetails/accordionDetailsClasses.d.ts +8 -8
  4. package/AccordionSummary/accordionSummaryClasses.d.ts +22 -22
  5. package/Alert/alertClasses.d.ts +44 -44
  6. package/AlertTitle/alertTitleClasses.d.ts +8 -8
  7. package/AppBar/appBarClasses.d.ts +28 -28
  8. package/Autocomplete/autocompleteClasses.d.ts +56 -56
  9. package/Avatar/avatarClasses.d.ts +20 -20
  10. package/AvatarGroup/avatarGroupClasses.d.ts +10 -10
  11. package/Backdrop/backdropClasses.d.ts +10 -10
  12. package/Badge/badgeClasses.d.ts +56 -56
  13. package/BottomNavigation/BottomNavigation.js +0 -0
  14. package/BottomNavigation/bottomNavigationClasses.d.ts +8 -8
  15. package/BottomNavigationAction/bottomNavigationActionClasses.d.ts +14 -14
  16. package/Breadcrumbs/BreadcrumbCollapsed.js +26 -3
  17. package/Breadcrumbs/Breadcrumbs.d.ts +31 -0
  18. package/Breadcrumbs/Breadcrumbs.js +30 -2
  19. package/Breadcrumbs/breadcrumbsClasses.d.ts +14 -14
  20. package/Button/buttonClasses.d.ts +100 -100
  21. package/ButtonBase/buttonBaseClasses.d.ts +12 -12
  22. package/ButtonBase/touchRippleClasses.d.ts +20 -20
  23. package/ButtonGroup/ButtonGroupContext.d.ts +18 -18
  24. package/ButtonGroup/buttonGroupClasses.d.ts +58 -58
  25. package/CHANGELOG.md +114 -5
  26. package/Card/cardClasses.d.ts +8 -8
  27. package/CardActionArea/cardActionAreaClasses.d.ts +12 -12
  28. package/CardActions/cardActionsClasses.d.ts +10 -10
  29. package/CardContent/cardContentClasses.d.ts +8 -8
  30. package/CardHeader/cardHeaderClasses.d.ts +18 -18
  31. package/CardMedia/cardMediaClasses.d.ts +12 -12
  32. package/Checkbox/checkboxClasses.d.ts +18 -18
  33. package/Chip/chipClasses.d.ts +96 -96
  34. package/CircularProgress/circularProgressClasses.d.ts +26 -26
  35. package/ClickAwayListener/index.d.ts +2 -2
  36. package/Collapse/collapseClasses.d.ts +18 -18
  37. package/Container/containerClasses.d.ts +6 -6
  38. package/Dialog/DialogContext.d.ts +6 -6
  39. package/Dialog/dialogClasses.d.ts +36 -36
  40. package/DialogActions/dialogActionsClasses.d.ts +10 -10
  41. package/DialogContent/dialogContentClasses.d.ts +10 -10
  42. package/DialogContentText/dialogContentTextClasses.d.ts +8 -8
  43. package/DialogTitle/dialogTitleClasses.d.ts +8 -8
  44. package/Divider/dividerClasses.d.ts +34 -34
  45. package/Drawer/drawerClasses.d.ts +30 -30
  46. package/Fab/fabClasses.d.ts +26 -26
  47. package/FilledInput/filledInputClasses.d.ts +40 -40
  48. package/FormControl/FormControlContext.d.ts +17 -17
  49. package/FormControl/formControlClasses.d.ts +14 -14
  50. package/FormControl/useFormControl.d.ts +2 -2
  51. package/FormControlLabel/formControlLabelClasses.d.ts +20 -20
  52. package/FormGroup/formGroupClasses.d.ts +12 -12
  53. package/FormHelperText/formHelperTextClasses.d.ts +22 -22
  54. package/FormLabel/formLabelClasses.d.ts +22 -22
  55. package/Grid/gridClasses.d.ts +48 -48
  56. package/Icon/iconClasses.d.ts +24 -24
  57. package/IconButton/iconButtonClasses.d.ts +34 -34
  58. package/ImageList/imageListClasses.d.ts +16 -16
  59. package/ImageListItem/imageListItemClasses.d.ts +18 -18
  60. package/ImageListItemBar/imageListItemBarClasses.d.ts +30 -30
  61. package/Input/inputClasses.d.ts +34 -34
  62. package/InputAdornment/inputAdornmentClasses.d.ts +24 -24
  63. package/InputBase/inputBaseClasses.d.ts +46 -46
  64. package/InputLabel/inputLabelClasses.d.ts +32 -32
  65. package/LinearProgress/linearProgressClasses.d.ts +42 -42
  66. package/Link/getTextDecoration.d.ts +15 -15
  67. package/Link/linkClasses.d.ts +18 -18
  68. package/List/listClasses.d.ts +14 -14
  69. package/ListItem/listItemClasses.d.ts +30 -30
  70. package/ListItemAvatar/listItemAvatarClasses.d.ts +10 -10
  71. package/ListItemButton/ListItemButton.js +4 -2
  72. package/ListItemButton/listItemButtonClasses.d.ts +22 -22
  73. package/ListItemIcon/listItemIconClasses.d.ts +10 -10
  74. package/ListItemSecondaryAction/listItemSecondaryActionClasses.d.ts +10 -10
  75. package/ListItemText/listItemTextClasses.d.ts +18 -18
  76. package/ListSubheader/listSubheaderClasses.d.ts +18 -18
  77. package/Menu/menuClasses.d.ts +12 -12
  78. package/MenuItem/menuItemClasses.d.ts +20 -20
  79. package/MobileStepper/mobileStepperClasses.d.ts +22 -22
  80. package/NativeSelect/nativeSelectClasses.d.ts +32 -32
  81. package/OutlinedInput/outlinedInputClasses.d.ts +36 -36
  82. package/Pagination/paginationClasses.d.ts +14 -14
  83. package/PaginationItem/paginationItemClasses.d.ts +42 -42
  84. package/Paper/paperClasses.d.ts +39 -39
  85. package/Popover/popoverClasses.d.ts +10 -10
  86. package/Popper/Popper.d.ts +55 -55
  87. package/README.md +5 -4
  88. package/Radio/radioClasses.d.ts +16 -16
  89. package/RadioGroup/RadioGroupContext.d.ts +11 -11
  90. package/RadioGroup/useRadioGroup.d.ts +4 -4
  91. package/Rating/ratingClasses.d.ts +40 -40
  92. package/ScopedCssBaseline/scopedCssBaselineClasses.d.ts +8 -8
  93. package/Select/selectClasses.d.ts +30 -30
  94. package/Skeleton/skeletonClasses.d.ts +26 -26
  95. package/Slider/SliderValueLabel.d.ts +15 -15
  96. package/Slider/SliderValueLabel.types.d.ts +24 -24
  97. package/Slider/sliderClasses.d.ts +58 -58
  98. package/Snackbar/snackbarClasses.d.ts +20 -20
  99. package/SnackbarContent/snackbarContentClasses.d.ts +12 -12
  100. package/SpeedDial/speedDialClasses.d.ts +22 -22
  101. package/SpeedDialAction/speedDialActionClasses.d.ts +20 -20
  102. package/SpeedDialIcon/speedDialIconClasses.d.ts +18 -18
  103. package/Stack/stackClasses.d.ts +6 -6
  104. package/Step/StepContext.d.ts +20 -20
  105. package/Step/stepClasses.d.ts +16 -16
  106. package/StepButton/StepButton.js +4 -2
  107. package/StepButton/stepButtonClasses.d.ts +14 -14
  108. package/StepConnector/stepConnectorClasses.d.ts +26 -26
  109. package/StepContent/stepContentClasses.d.ts +12 -12
  110. package/StepIcon/stepIconClasses.d.ts +16 -16
  111. package/StepLabel/stepLabelClasses.d.ts +28 -28
  112. package/Stepper/StepperContext.d.ts +18 -18
  113. package/Stepper/stepperClasses.d.ts +14 -14
  114. package/SvgIcon/svgIconClasses.d.ts +26 -26
  115. package/Switch/switchClasses.d.ts +32 -32
  116. package/Tab/tabClasses.d.ts +26 -26
  117. package/TabScrollButton/TabScrollButton.d.ts +34 -1
  118. package/TabScrollButton/TabScrollButton.js +41 -8
  119. package/TabScrollButton/tabScrollButtonClasses.d.ts +12 -12
  120. package/Table/tableClasses.d.ts +10 -10
  121. package/TableBody/tableBodyClasses.d.ts +8 -8
  122. package/TableCell/tableCellClasses.d.ts +32 -32
  123. package/TableContainer/tableContainerClasses.d.ts +8 -8
  124. package/TableFooter/tableFooterClasses.d.ts +8 -8
  125. package/TableHead/tableHeadClasses.d.ts +8 -8
  126. package/TablePagination/tablePaginationClasses.d.ts +28 -28
  127. package/TableRow/tableRowClasses.d.ts +16 -16
  128. package/TableSortLabel/tableSortLabelClasses.d.ts +16 -16
  129. package/Tabs/Tabs.d.ts +40 -0
  130. package/Tabs/Tabs.js +43 -2
  131. package/Tabs/tabsClasses.d.ts +32 -32
  132. package/TextField/textFieldClasses.d.ts +8 -8
  133. package/ToggleButton/toggleButtonClasses.d.ts +24 -24
  134. package/ToggleButtonGroup/toggleButtonGroupClasses.d.ts +18 -18
  135. package/Toolbar/toolbarClasses.d.ts +14 -14
  136. package/Tooltip/tooltipClasses.d.ts +30 -30
  137. package/Typography/typographyClasses.d.ts +50 -50
  138. package/Unstable_Grid2/Grid2.d.ts +4 -4
  139. package/Unstable_Grid2/Grid2Props.d.ts +15 -15
  140. package/Unstable_Grid2/grid2Classes.d.ts +5 -5
  141. package/Unstable_Grid2/index.d.ts +4 -4
  142. package/className/index.d.ts +1 -1
  143. package/darkScrollbar/index.d.ts +28 -28
  144. package/generateUtilityClass/index.d.ts +2 -2
  145. package/generateUtilityClasses/index.d.ts +1 -1
  146. package/index.js +1 -1
  147. package/internal/switchBaseClasses.d.ts +12 -12
  148. package/legacy/BottomNavigation/BottomNavigation.js +0 -0
  149. package/legacy/Breadcrumbs/BreadcrumbCollapsed.js +25 -3
  150. package/legacy/Breadcrumbs/Breadcrumbs.js +32 -2
  151. package/legacy/ListItemButton/ListItemButton.js +4 -2
  152. package/legacy/StepButton/StepButton.js +4 -2
  153. package/legacy/TabScrollButton/TabScrollButton.js +43 -8
  154. package/legacy/Tabs/Tabs.js +45 -2
  155. package/legacy/index.js +1 -1
  156. package/legacy/locale/index.js +156 -80
  157. package/legacy/styles/createTypography.js +8 -1
  158. package/legacy/styles/experimental_extendTheme.js +1 -6
  159. package/legacy/styles/index.js +1 -0
  160. package/legacy/styles/shouldSkipGeneratingVar.js +6 -0
  161. package/locale/index.d.ts +76 -75
  162. package/locale/index.js +73 -0
  163. package/modern/BottomNavigation/BottomNavigation.js +0 -0
  164. package/modern/Breadcrumbs/BreadcrumbCollapsed.js +26 -3
  165. package/modern/Breadcrumbs/Breadcrumbs.js +30 -2
  166. package/modern/ListItemButton/ListItemButton.js +4 -2
  167. package/modern/StepButton/StepButton.js +4 -2
  168. package/modern/TabScrollButton/TabScrollButton.js +40 -8
  169. package/modern/Tabs/Tabs.js +43 -2
  170. package/modern/index.js +1 -1
  171. package/modern/locale/index.js +73 -0
  172. package/modern/styles/createTypography.js +8 -1
  173. package/modern/styles/experimental_extendTheme.js +1 -3
  174. package/modern/styles/index.js +1 -0
  175. package/modern/styles/shouldSkipGeneratingVar.js +5 -0
  176. package/node/BottomNavigation/BottomNavigation.js +0 -0
  177. package/node/Breadcrumbs/BreadcrumbCollapsed.js +26 -3
  178. package/node/Breadcrumbs/Breadcrumbs.js +29 -1
  179. package/node/ListItemButton/ListItemButton.js +4 -2
  180. package/node/StepButton/StepButton.js +4 -2
  181. package/node/TabScrollButton/TabScrollButton.js +42 -9
  182. package/node/Tabs/Tabs.js +42 -1
  183. package/node/index.js +1 -1
  184. package/node/locale/index.js +75 -1
  185. package/node/styles/createTypography.js +8 -1
  186. package/node/styles/experimental_extendTheme.js +2 -9
  187. package/node/styles/index.js +8 -0
  188. package/node/styles/shouldSkipGeneratingVar.js +12 -0
  189. package/package.json +5 -5
  190. package/styles/CssVarsProvider.d.ts +15 -15
  191. package/styles/createTypography.js +8 -1
  192. package/styles/excludeVariablesFromRoot.d.ts +5 -5
  193. package/styles/experimental_extendTheme.d.ts +5 -1
  194. package/styles/experimental_extendTheme.js +1 -6
  195. package/styles/getOverlayAlpha.d.ts +2 -2
  196. package/styles/index.d.ts +1 -0
  197. package/styles/index.js +1 -0
  198. package/styles/shouldSkipGeneratingVar.d.ts +1 -0
  199. package/styles/shouldSkipGeneratingVar.js +6 -0
  200. package/transitions/index.d.ts +1 -1
  201. package/transitions/transition.d.ts +13 -13
  202. package/transitions/utils.d.ts +23 -23
  203. package/types/OverridableComponentAugmentation.d.ts +31 -31
  204. package/umd/material-ui.development.js +335 -131
  205. package/umd/material-ui.production.min.js +20 -20
  206. package/useMediaQuery/useMediaQuery.d.ts +46 -46
  207. package/useTouchRipple/index.d.ts +1 -1
  208. package/useTouchRipple/useTouchRipple.d.ts +28 -28
  209. package/utils/getScrollbarSize.d.ts +2 -2
  210. package/utils/ownerDocument.d.ts +2 -2
  211. package/utils/ownerWindow.d.ts +2 -2
  212. package/utils/setRef.d.ts +2 -2
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/material v5.11.12
2
+ * @mui/material v5.11.14
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
@@ -2292,7 +2292,7 @@
2292
2292
  return output;
2293
2293
  }
2294
2294
 
2295
- function composeClasses(slots, getUtilityClass, classes) {
2295
+ function composeClasses(slots, getUtilityClass, classes = undefined) {
2296
2296
  const output = {};
2297
2297
  Object.keys(slots).forEach(
2298
2298
  // `Objet.keys(slots)` can't be wider than `T` because we infer `T` from `slots`.
@@ -2300,7 +2300,10 @@
2300
2300
  slot => {
2301
2301
  output[slot] = slots[slot].reduce((acc, key) => {
2302
2302
  if (key) {
2303
- acc.push(getUtilityClass(key));
2303
+ const utilityClass = getUtilityClass(key);
2304
+ if (utilityClass !== '') {
2305
+ acc.push(utilityClass);
2306
+ }
2304
2307
  if (classes && classes[key]) {
2305
2308
  acc.push(classes[key]);
2306
2309
  }
@@ -6447,6 +6450,36 @@
6447
6450
  });
6448
6451
  compose(width, maxWidth, minWidth, height, maxHeight, minHeight, boxSizing);
6449
6452
 
6453
+ const createFontStyleFunction = prop => {
6454
+ return props => {
6455
+ if (props[prop] !== undefined && props[prop] !== null) {
6456
+ const styleFromPropValue = propValue => {
6457
+ var _props$theme$typograp;
6458
+ // fetch the value directly defined in the theme, like fontWeightLight
6459
+ let value = (_props$theme$typograp = props.theme.typography) == null ? void 0 : _props$theme$typograp[propValue];
6460
+ if (typeof value === 'object') {
6461
+ // typography variant was pulled, but these props can't be an object
6462
+ value = null;
6463
+ }
6464
+ if (!value) {
6465
+ var _props$theme$typograp2, _props$prop;
6466
+ // fetch fontWeightLight when the value is 'light'
6467
+ value = (_props$theme$typograp2 = props.theme.typography) == null ? void 0 : _props$theme$typograp2[`${prop}${props[prop] === 'default' || props[prop] === prop ? '' : capitalize((_props$prop = props[prop]) == null ? void 0 : _props$prop.toString())}`];
6468
+ }
6469
+ if (!value) {
6470
+ var _props$theme$typograp3, _props$theme$typograp4, _props$theme$typograp5;
6471
+ // fetch the value from the typography variant or default to the propValue
6472
+ value = (_props$theme$typograp3 = (_props$theme$typograp4 = props.theme.typography) == null ? void 0 : (_props$theme$typograp5 = _props$theme$typograp4[propValue]) == null ? void 0 : _props$theme$typograp5[prop]) != null ? _props$theme$typograp3 : propValue;
6473
+ }
6474
+ return {
6475
+ [prop]: value
6476
+ };
6477
+ };
6478
+ return handleBreakpoints(props, props[prop], styleFromPropValue);
6479
+ }
6480
+ return null;
6481
+ };
6482
+ };
6450
6483
  const defaultSxConfig = {
6451
6484
  // borders
6452
6485
  border: {
@@ -6705,16 +6738,19 @@
6705
6738
  boxSizing: {},
6706
6739
  // typography
6707
6740
  fontFamily: {
6708
- themeKey: 'typography'
6741
+ themeKey: 'typography',
6742
+ style: createFontStyleFunction('fontFamily')
6709
6743
  },
6710
6744
  fontSize: {
6711
- themeKey: 'typography'
6745
+ themeKey: 'typography',
6746
+ style: createFontStyleFunction('fontSize')
6712
6747
  },
6713
6748
  fontStyle: {
6714
6749
  themeKey: 'typography'
6715
6750
  },
6716
6751
  fontWeight: {
6717
- themeKey: 'typography'
6752
+ themeKey: 'typography',
6753
+ style: createFontStyleFunction('fontWeight')
6718
6754
  },
6719
6755
  letterSpacing: {},
6720
6756
  textTransform: {},
@@ -6844,7 +6880,7 @@
6844
6880
  styleFunctionSx.filterProps = ['sx'];
6845
6881
  var styleFunctionSx$1 = styleFunctionSx;
6846
6882
 
6847
- const _excluded$2n = ["sx"];
6883
+ const _excluded$2o = ["sx"];
6848
6884
  const splitProps = props => {
6849
6885
  var _props$theme$unstable, _props$theme;
6850
6886
  const result = {
@@ -6865,7 +6901,7 @@
6865
6901
  const {
6866
6902
  sx: inSx
6867
6903
  } = props,
6868
- other = _objectWithoutPropertiesLoose(props, _excluded$2n);
6904
+ other = _objectWithoutPropertiesLoose(props, _excluded$2o);
6869
6905
  const {
6870
6906
  systemProps,
6871
6907
  otherProps
@@ -6891,7 +6927,7 @@
6891
6927
 
6892
6928
  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}
6893
6929
 
6894
- const _excluded$2m = ["values", "unit", "step"];
6930
+ const _excluded$2n = ["values", "unit", "step"];
6895
6931
  const sortBreakpointsValues = values => {
6896
6932
  const breakpointsAsArray = Object.keys(values).map(key => ({
6897
6933
  key,
@@ -6926,7 +6962,7 @@
6926
6962
  unit = 'px',
6927
6963
  step = 5
6928
6964
  } = breakpoints,
6929
- other = _objectWithoutPropertiesLoose(breakpoints, _excluded$2m);
6965
+ other = _objectWithoutPropertiesLoose(breakpoints, _excluded$2n);
6930
6966
  const sortedValues = sortBreakpointsValues(values);
6931
6967
  const keys = Object.keys(sortedValues);
6932
6968
  function up(key) {
@@ -7005,7 +7041,7 @@
7005
7041
  return spacing;
7006
7042
  }
7007
7043
 
7008
- const _excluded$2l = ["breakpoints", "palette", "spacing", "shape"];
7044
+ const _excluded$2m = ["breakpoints", "palette", "spacing", "shape"];
7009
7045
  function createTheme$1(options = {}, ...args) {
7010
7046
  const {
7011
7047
  breakpoints: breakpointsInput = {},
@@ -7013,7 +7049,7 @@
7013
7049
  spacing: spacingInput,
7014
7050
  shape: shapeInput = {}
7015
7051
  } = options,
7016
- other = _objectWithoutPropertiesLoose(options, _excluded$2l);
7052
+ other = _objectWithoutPropertiesLoose(options, _excluded$2m);
7017
7053
  const breakpoints = createBreakpoints(breakpointsInput);
7018
7054
  const spacing = createSpacing(spacingInput);
7019
7055
  let muiTheme = deepmerge({
@@ -7124,7 +7160,7 @@
7124
7160
  return useTheme$2(defaultTheme);
7125
7161
  }
7126
7162
 
7127
- const _excluded$2k = ["className", "component"];
7163
+ const _excluded$2l = ["className", "component"];
7128
7164
  function createBox(options = {}) {
7129
7165
  const {
7130
7166
  defaultTheme,
@@ -7141,7 +7177,7 @@
7141
7177
  className,
7142
7178
  component = 'div'
7143
7179
  } = _extendSxProp,
7144
- other = _objectWithoutPropertiesLoose(_extendSxProp, _excluded$2k);
7180
+ other = _objectWithoutPropertiesLoose(_extendSxProp, _excluded$2l);
7145
7181
  return /*#__PURE__*/jsxRuntime_1(BoxRoot, _extends({
7146
7182
  as: component,
7147
7183
  ref: ref,
@@ -7152,7 +7188,7 @@
7152
7188
  return Box;
7153
7189
  }
7154
7190
 
7155
- const _excluded$2j = ["variant"];
7191
+ const _excluded$2k = ["variant"];
7156
7192
  function isEmpty$3(string) {
7157
7193
  return string.length === 0;
7158
7194
  }
@@ -7166,7 +7202,7 @@
7166
7202
  const {
7167
7203
  variant
7168
7204
  } = props,
7169
- other = _objectWithoutPropertiesLoose(props, _excluded$2j);
7205
+ other = _objectWithoutPropertiesLoose(props, _excluded$2k);
7170
7206
  let classKey = variant || '';
7171
7207
  Object.keys(other).sort().forEach(key => {
7172
7208
  if (key === 'color') {
@@ -7178,7 +7214,7 @@
7178
7214
  return classKey;
7179
7215
  }
7180
7216
 
7181
- const _excluded$2i = ["name", "slot", "skipVariantsResolver", "skipSx", "overridesResolver"],
7217
+ const _excluded$2j = ["name", "slot", "skipVariantsResolver", "skipSx", "overridesResolver"],
7182
7218
  _excluded2$d = ["theme"],
7183
7219
  _excluded3$1 = ["theme"];
7184
7220
  function isEmpty$2(obj) {
@@ -7265,7 +7301,7 @@
7265
7301
  skipSx: inputSkipSx,
7266
7302
  overridesResolver
7267
7303
  } = inputOptions,
7268
- options = _objectWithoutPropertiesLoose(inputOptions, _excluded$2i);
7304
+ options = _objectWithoutPropertiesLoose(inputOptions, _excluded$2j);
7269
7305
 
7270
7306
  // if skipVariantsResolver option is defined, take the value, otherwise, true for root and false for other slots.
7271
7307
  const skipVariantsResolver = inputSkipVariantsResolver !== undefined ? inputSkipVariantsResolver : componentSlot && componentSlot !== 'Root' || false;
@@ -8035,7 +8071,7 @@ The following color spaces are supported: srgb, display-p3, a98-rgb, prophoto-rg
8035
8071
  });
8036
8072
  }
8037
8073
 
8038
- const _excluded$2h = ["colorSchemes", "components", "generateCssVars", "cssVarPrefix"];
8074
+ const _excluded$2i = ["colorSchemes", "components", "generateCssVars", "cssVarPrefix"];
8039
8075
  const DISABLE_CSS_TRANSITION = '*{-webkit-transition:none!important;-moz-transition:none!important;-o-transition:none!important;-ms-transition:none!important;transition:none!important}';
8040
8076
  function createCssVarsProvider(options) {
8041
8077
  const {
@@ -8089,7 +8125,7 @@ The following color spaces are supported: srgb, display-p3, a98-rgb, prophoto-rg
8089
8125
  }),
8090
8126
  cssVarPrefix
8091
8127
  } = themeProp,
8092
- restThemeProp = _objectWithoutPropertiesLoose(themeProp, _excluded$2h);
8128
+ restThemeProp = _objectWithoutPropertiesLoose(themeProp, _excluded$2i);
8093
8129
  const allColorSchemes = Object.keys(colorSchemes);
8094
8130
  const defaultLightColorScheme = typeof defaultColorScheme === 'string' ? defaultColorScheme : defaultColorScheme.light;
8095
8131
  const defaultDarkColorScheme = typeof defaultColorScheme === 'string' ? defaultColorScheme : defaultColorScheme.dark;
@@ -8508,14 +8544,14 @@ The following color spaces are supported: srgb, display-p3, a98-rgb, prophoto-rg
8508
8544
  };
8509
8545
  }
8510
8546
 
8511
- const _excluded$2g = ["colorSchemes", "components"],
8547
+ const _excluded$2h = ["colorSchemes", "components"],
8512
8548
  _excluded2$c = ["light"];
8513
8549
  function prepareCssVars(theme, parserConfig) {
8514
8550
  // @ts-ignore - ignore components do not exist
8515
8551
  const {
8516
8552
  colorSchemes = {}
8517
8553
  } = theme,
8518
- otherTheme = _objectWithoutPropertiesLoose(theme, _excluded$2g);
8554
+ otherTheme = _objectWithoutPropertiesLoose(theme, _excluded$2h);
8519
8555
  const {
8520
8556
  vars: rootVars,
8521
8557
  css: rootCss,
@@ -8567,7 +8603,7 @@ The following color spaces are supported: srgb, display-p3, a98-rgb, prophoto-rg
8567
8603
  };
8568
8604
  }
8569
8605
 
8570
- const _excluded$2f = ["className", "component", "disableGutters", "fixed", "maxWidth", "classes"];
8606
+ const _excluded$2g = ["className", "component", "disableGutters", "fixed", "maxWidth", "classes"];
8571
8607
  const defaultTheme$6 = createTheme$1();
8572
8608
  const defaultCreateStyledComponent$2 = systemStyled('div', {
8573
8609
  name: 'MuiContainer',
@@ -8663,7 +8699,7 @@ The following color spaces are supported: srgb, display-p3, a98-rgb, prophoto-rg
8663
8699
  fixed = false,
8664
8700
  maxWidth = 'lg'
8665
8701
  } = props,
8666
- other = _objectWithoutPropertiesLoose(props, _excluded$2f);
8702
+ other = _objectWithoutPropertiesLoose(props, _excluded$2g);
8667
8703
  const ownerState = _extends({}, props, {
8668
8704
  component,
8669
8705
  disableGutters,
@@ -8950,7 +8986,7 @@ The following color spaces are supported: srgb, display-p3, a98-rgb, prophoto-rg
8950
8986
  return [`direction-xs-${String(direction)}`];
8951
8987
  };
8952
8988
 
8953
- const _excluded$2e = ["className", "columns", "container", "component", "direction", "wrap", "spacing", "rowSpacing", "columnSpacing", "disableEqualOverflow"];
8989
+ const _excluded$2f = ["className", "columns", "container", "component", "direction", "wrap", "spacing", "rowSpacing", "columnSpacing", "disableEqualOverflow"];
8954
8990
  const defaultTheme$5 = createTheme$1();
8955
8991
 
8956
8992
  // widening Theme to any so that the consumer can own the theme structure.
@@ -9008,7 +9044,7 @@ The following color spaces are supported: srgb, display-p3, a98-rgb, prophoto-rg
9008
9044
  columnSpacing: columnSpacingProp = spacingProp,
9009
9045
  disableEqualOverflow: themeDisableEqualOverflow
9010
9046
  } = props,
9011
- rest = _objectWithoutPropertiesLoose(props, _excluded$2e);
9047
+ rest = _objectWithoutPropertiesLoose(props, _excluded$2f);
9012
9048
  // Because `disableEqualOverflow` can be set from the theme's defaultProps, the **nested** grid should look at the instance props instead.
9013
9049
  let disableEqualOverflow = themeDisableEqualOverflow;
9014
9050
  if (level && themeDisableEqualOverflow !== undefined) {
@@ -9098,7 +9134,7 @@ The following color spaces are supported: srgb, display-p3, a98-rgb, prophoto-rg
9098
9134
  return Grid;
9099
9135
  }
9100
9136
 
9101
- const _excluded$2d = ["component", "direction", "spacing", "divider", "children", "className"];
9137
+ const _excluded$2e = ["component", "direction", "spacing", "divider", "children", "className"];
9102
9138
  const defaultTheme$4 = createTheme$1();
9103
9139
  // widening Theme to any so that the consumer can own the theme structure.
9104
9140
  const defaultCreateStyledComponent = systemStyled('div', {
@@ -9221,7 +9257,7 @@ The following color spaces are supported: srgb, display-p3, a98-rgb, prophoto-rg
9221
9257
  children,
9222
9258
  className
9223
9259
  } = props,
9224
- other = _objectWithoutPropertiesLoose(props, _excluded$2d);
9260
+ other = _objectWithoutPropertiesLoose(props, _excluded$2e);
9225
9261
  const ownerState = {
9226
9262
  direction,
9227
9263
  spacing
@@ -9246,7 +9282,7 @@ The following color spaces are supported: srgb, display-p3, a98-rgb, prophoto-rg
9246
9282
  return Stack;
9247
9283
  }
9248
9284
 
9249
- const _excluded$2c = ["defaultProps", "mixins", "overrides", "palette", "props", "styleOverrides"],
9285
+ const _excluded$2d = ["defaultProps", "mixins", "overrides", "palette", "props", "styleOverrides"],
9250
9286
  _excluded2$b = ["type", "mode"];
9251
9287
  function adaptV4Theme(inputTheme) {
9252
9288
  {
@@ -9260,7 +9296,7 @@ The following color spaces are supported: srgb, display-p3, a98-rgb, prophoto-rg
9260
9296
  props = {},
9261
9297
  styleOverrides = {}
9262
9298
  } = inputTheme,
9263
- other = _objectWithoutPropertiesLoose(inputTheme, _excluded$2c);
9299
+ other = _objectWithoutPropertiesLoose(inputTheme, _excluded$2d);
9264
9300
  const theme = _extends({}, other, {
9265
9301
  components: {}
9266
9302
  });
@@ -9341,7 +9377,7 @@ The following color spaces are supported: srgb, display-p3, a98-rgb, prophoto-rg
9341
9377
  }, mixins);
9342
9378
  }
9343
9379
 
9344
- const _excluded$2b = ["mode", "contrastThreshold", "tonalOffset"];
9380
+ const _excluded$2c = ["mode", "contrastThreshold", "tonalOffset"];
9345
9381
  const light = {
9346
9382
  // The colors used to style the text.
9347
9383
  text: {
@@ -9510,7 +9546,7 @@ The following color spaces are supported: srgb, display-p3, a98-rgb, prophoto-rg
9510
9546
  contrastThreshold = 3,
9511
9547
  tonalOffset = 0.2
9512
9548
  } = palette,
9513
- other = _objectWithoutPropertiesLoose(palette, _excluded$2b);
9549
+ other = _objectWithoutPropertiesLoose(palette, _excluded$2c);
9514
9550
  const primary = palette.primary || getDefaultPrimary(mode);
9515
9551
  const secondary = palette.secondary || getDefaultSecondary(mode);
9516
9552
  const error = palette.error || getDefaultError(mode);
@@ -9634,7 +9670,7 @@ const theme2 = createTheme({ palette: {
9634
9670
  return paletteOutput;
9635
9671
  }
9636
9672
 
9637
- const _excluded$2a = ["fontFamily", "fontSize", "fontWeightLight", "fontWeightRegular", "fontWeightMedium", "fontWeightBold", "htmlFontSize", "allVariants", "pxToRem"];
9673
+ const _excluded$2b = ["fontFamily", "fontSize", "fontWeightLight", "fontWeightRegular", "fontWeightMedium", "fontWeightBold", "htmlFontSize", "allVariants", "pxToRem"];
9638
9674
  function round$2(value) {
9639
9675
  return Math.round(value * 1e5) / 1e5;
9640
9676
  }
@@ -9665,7 +9701,7 @@ const theme2 = createTheme({ palette: {
9665
9701
  allVariants,
9666
9702
  pxToRem: pxToRem2
9667
9703
  } = _ref,
9668
- other = _objectWithoutPropertiesLoose(_ref, _excluded$2a);
9704
+ other = _objectWithoutPropertiesLoose(_ref, _excluded$2b);
9669
9705
  {
9670
9706
  if (typeof fontSize !== 'number') {
9671
9707
  console.error('MUI: `fontSize` is required to be a number.');
@@ -9698,7 +9734,14 @@ const theme2 = createTheme({ palette: {
9698
9734
  body2: buildVariant(fontWeightRegular, 14, 1.43, 0.15),
9699
9735
  button: buildVariant(fontWeightMedium, 14, 1.75, 0.4, caseAllCaps),
9700
9736
  caption: buildVariant(fontWeightRegular, 12, 1.66, 0.4),
9701
- overline: buildVariant(fontWeightRegular, 12, 2.66, 1, caseAllCaps)
9737
+ overline: buildVariant(fontWeightRegular, 12, 2.66, 1, caseAllCaps),
9738
+ inherit: {
9739
+ fontFamily: 'inherit',
9740
+ fontWeight: 'inherit',
9741
+ fontSize: 'inherit',
9742
+ lineHeight: 'inherit',
9743
+ letterSpacing: 'inherit'
9744
+ }
9702
9745
  };
9703
9746
  return deepmerge(_extends({
9704
9747
  htmlFontSize,
@@ -9725,7 +9768,7 @@ const theme2 = createTheme({ palette: {
9725
9768
  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)];
9726
9769
  var shadows$1 = shadows;
9727
9770
 
9728
- const _excluded$29 = ["duration", "easing", "delay"];
9771
+ const _excluded$2a = ["duration", "easing", "delay"];
9729
9772
  // Follow https://material.google.com/motion/duration-easing.html#duration-easing-natural-easing-curves
9730
9773
  // to learn the context in which each easing should be used.
9731
9774
  const easing = {
@@ -9776,7 +9819,7 @@ const theme2 = createTheme({ palette: {
9776
9819
  easing: easingOption = mergedEasing.easeInOut,
9777
9820
  delay = 0
9778
9821
  } = options,
9779
- other = _objectWithoutPropertiesLoose(options, _excluded$29);
9822
+ other = _objectWithoutPropertiesLoose(options, _excluded$2a);
9780
9823
  {
9781
9824
  const isString = value => typeof value === 'string';
9782
9825
  // IE11 support, replace with Number.isNaN
@@ -9823,7 +9866,7 @@ const theme2 = createTheme({ palette: {
9823
9866
  };
9824
9867
  var zIndex$1 = zIndex;
9825
9868
 
9826
- const _excluded$28 = ["breakpoints", "mixins", "spacing", "palette", "transitions", "typography", "shape"];
9869
+ const _excluded$29 = ["breakpoints", "mixins", "spacing", "palette", "transitions", "typography", "shape"];
9827
9870
  function createTheme(options = {}, ...args) {
9828
9871
  const {
9829
9872
  mixins: mixinsInput = {},
@@ -9831,7 +9874,7 @@ const theme2 = createTheme({ palette: {
9831
9874
  transitions: transitionsInput = {},
9832
9875
  typography: typographyInput = {}
9833
9876
  } = options,
9834
- other = _objectWithoutPropertiesLoose(options, _excluded$28);
9877
+ other = _objectWithoutPropertiesLoose(options, _excluded$29);
9835
9878
  if (options.vars) {
9836
9879
  throw new Error(`MUI: \`vars\` is a private field used for CSS variables support.
9837
9880
  Please use another name.` );
@@ -10148,6 +10191,13 @@ You have to import it from @mui/styles.
10148
10191
  See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
10149
10192
  }
10150
10193
 
10194
+ function shouldSkipGeneratingVar(keys) {
10195
+ var _keys$;
10196
+ return !!keys[0].match(/(cssVarPrefix|typography|mixins|breakpoints|direction|transitions)/) || !!keys[0].match(/sxConfig$/) ||
10197
+ // ends with sxConfig
10198
+ keys[0] === 'palette' && !!((_keys$ = keys[1]) != null && _keys$.match(/(mode|contrastThreshold|tonalOffset)/));
10199
+ }
10200
+
10151
10201
  // Inspired by https://github.com/material-components/material-components-ios/blob/bca36107405594d5b7b16265a5b0ed698f85a5ee/components/Elevation/src/UIColor%2BMaterialElevation.m#L61
10152
10202
  const getOverlayAlpha = elevation => {
10153
10203
  let alphaValue;
@@ -10160,7 +10210,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
10160
10210
  };
10161
10211
  var getOverlayAlpha$1 = getOverlayAlpha;
10162
10212
 
10163
- const _excluded$27 = ["colorSchemes", "cssVarPrefix", "shouldSkipGeneratingVar"],
10213
+ const _excluded$28 = ["colorSchemes", "cssVarPrefix", "shouldSkipGeneratingVar"],
10164
10214
  _excluded2$a = ["palette"];
10165
10215
  const defaultDarkOverlays = [...Array(25)].map((_, index) => {
10166
10216
  if (index === 0) {
@@ -10197,20 +10247,14 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
10197
10247
  return undefined;
10198
10248
  };
10199
10249
  const createGetCssVar = (cssVarPrefix = 'mui') => createGetCssVar$1(cssVarPrefix);
10200
- const defaultShouldSkipGeneratingVar = keys => {
10201
- var _keys$;
10202
- return !!keys[0].match(/(typography|mixins|breakpoints|direction|transitions)/) || !!keys[0].match(/sxConfig$/) ||
10203
- // ends with sxConfig
10204
- keys[0] === 'palette' && !!((_keys$ = keys[1]) != null && _keys$.match(/(mode|contrastThreshold|tonalOffset)/));
10205
- };
10206
10250
  function extendTheme(options = {}, ...args) {
10207
10251
  var _colorSchemesInput$li, _colorSchemesInput$da, _colorSchemesInput$li2, _colorSchemesInput$li3, _colorSchemesInput$da2, _colorSchemesInput$da3;
10208
10252
  const {
10209
10253
  colorSchemes: colorSchemesInput = {},
10210
10254
  cssVarPrefix = 'mui',
10211
- shouldSkipGeneratingVar = defaultShouldSkipGeneratingVar
10255
+ shouldSkipGeneratingVar: shouldSkipGeneratingVar$1 = shouldSkipGeneratingVar
10212
10256
  } = options,
10213
- input = _objectWithoutPropertiesLoose(options, _excluded$27);
10257
+ input = _objectWithoutPropertiesLoose(options, _excluded$28);
10214
10258
  const getCssVar = createGetCssVar(cssVarPrefix);
10215
10259
  const _createThemeWithoutVa = createTheme(_extends({}, input, colorSchemesInput.light && {
10216
10260
  palette: (_colorSchemesInput$li = colorSchemesInput.light) == null ? void 0 : _colorSchemesInput$li.palette
@@ -10436,7 +10480,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
10436
10480
  theme = args.reduce((acc, argument) => deepmerge(acc, argument), theme);
10437
10481
  const parserConfig = {
10438
10482
  prefix: cssVarPrefix,
10439
- shouldSkipGeneratingVar
10483
+ shouldSkipGeneratingVar: shouldSkipGeneratingVar$1
10440
10484
  };
10441
10485
  const {
10442
10486
  vars: themeVars,
@@ -10444,7 +10488,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
10444
10488
  } = prepareCssVars(theme, parserConfig);
10445
10489
  theme.vars = themeVars;
10446
10490
  theme.generateCssVars = generateCssVars;
10447
- theme.shouldSkipGeneratingVar = shouldSkipGeneratingVar;
10491
+ theme.shouldSkipGeneratingVar = shouldSkipGeneratingVar$1;
10448
10492
  theme.unstable_sxConfig = _extends({}, defaultSxConfig$1, input == null ? void 0 : input.unstable_sxConfig);
10449
10493
  theme.unstable_sx = function sx(props) {
10450
10494
  return styleFunctionSx$1({
@@ -10525,6 +10569,30 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
10525
10569
  });
10526
10570
  }
10527
10571
 
10572
+ const defaultContextValue = {
10573
+ disableDefaultClasses: false
10574
+ };
10575
+ const ClassNameConfiguratorContext = /*#__PURE__*/React__namespace.createContext(defaultContextValue);
10576
+ /**
10577
+ * @ignore - internal hook.
10578
+ *
10579
+ * Wraps the `generateUtilityClass` function and controls how the classes are generated.
10580
+ * Currently it only affects whether the classes are applied or not.
10581
+ *
10582
+ * @returns Function to be called with the `generateUtilityClass` function specific to a component to generate the classes.
10583
+ */
10584
+ function useClassNamesOverride(generateUtilityClass) {
10585
+ const {
10586
+ disableDefaultClasses
10587
+ } = React__namespace.useContext(ClassNameConfiguratorContext);
10588
+ return slot => {
10589
+ if (disableDefaultClasses) {
10590
+ return '';
10591
+ }
10592
+ return generateUtilityClass(slot);
10593
+ };
10594
+ }
10595
+
10528
10596
  /**
10529
10597
  * Extracts event handlers from a given object.
10530
10598
  * A prop is considered an event handler if it is a function and its name starts with `on`.
@@ -10638,7 +10706,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
10638
10706
  };
10639
10707
  }
10640
10708
 
10641
- const _excluded$26 = ["elementType", "externalSlotProps", "ownerState"];
10709
+ const _excluded$27 = ["elementType", "externalSlotProps", "ownerState"];
10642
10710
  /**
10643
10711
  * @ignore - do not document.
10644
10712
  * Builds the props to be passed into the slot of an unstyled component.
@@ -10654,7 +10722,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
10654
10722
  externalSlotProps,
10655
10723
  ownerState
10656
10724
  } = parameters,
10657
- rest = _objectWithoutPropertiesLoose(parameters, _excluded$26);
10725
+ rest = _objectWithoutPropertiesLoose(parameters, _excluded$27);
10658
10726
  const resolvedComponentsProps = resolveComponentProps(externalSlotProps, ownerState);
10659
10727
  const {
10660
10728
  props: mergedProps,
@@ -10876,6 +10944,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
10876
10944
  ClickAwayListener['propTypes' + ''] = exactProp(ClickAwayListener.propTypes);
10877
10945
  }
10878
10946
 
10947
+ /* eslint-disable consistent-return, jsx-a11y/no-noninteractive-tabindex */
10879
10948
  // Inspired by https://github.com/focus-trap/tabbable
10880
10949
  const candidatesSelector = ['input', 'select', 'textarea', 'a[href]', 'button', '[tabindex]', 'audio[controls]', 'video[controls]', '[contenteditable]:not([contenteditable="false"])'].join(',');
10881
10950
  function getTabIndex(node) {
@@ -13259,7 +13328,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
13259
13328
  }
13260
13329
  generateUtilityClasses('MuiPopper', ['root']);
13261
13330
 
13262
- const _excluded$25 = ["anchorEl", "children", "component", "direction", "disablePortal", "modifiers", "open", "ownerState", "placement", "popperOptions", "popperRef", "slotProps", "slots", "TransitionProps"],
13331
+ const _excluded$26 = ["anchorEl", "children", "component", "direction", "disablePortal", "modifiers", "open", "ownerState", "placement", "popperOptions", "popperRef", "slotProps", "slots", "TransitionProps"],
13263
13332
  _excluded2$9 = ["anchorEl", "children", "container", "direction", "disablePortal", "keepMounted", "modifiers", "open", "placement", "popperOptions", "popperRef", "style", "transition", "slotProps", "slots"];
13264
13333
  function flipPlacement(placement, direction) {
13265
13334
  if (direction === 'ltr') {
@@ -13291,7 +13360,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
13291
13360
  const slots = {
13292
13361
  root: ['root']
13293
13362
  };
13294
- return composeClasses(slots, getPopperUnstyledUtilityClass, {});
13363
+ return composeClasses(slots, useClassNamesOverride(getPopperUnstyledUtilityClass));
13295
13364
  };
13296
13365
  const defaultPopperOptions = {};
13297
13366
  const PopperTooltip = /*#__PURE__*/React__namespace.forwardRef(function PopperTooltip(props, ref) {
@@ -13312,7 +13381,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
13312
13381
  slots = {},
13313
13382
  TransitionProps
13314
13383
  } = props,
13315
- other = _objectWithoutPropertiesLoose(props, _excluded$25);
13384
+ other = _objectWithoutPropertiesLoose(props, _excluded$26);
13316
13385
  const tooltipRef = React__namespace.useRef(null);
13317
13386
  const ownRef = useForkRef(tooltipRef, ref);
13318
13387
  const popperRef = React__namespace.useRef(null);
@@ -13844,7 +13913,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
13844
13913
  const modalUnstyledClasses = generateUtilityClasses('MuiModal', ['root', 'hidden', 'backdrop']);
13845
13914
  var modalUnstyledClasses$1 = modalUnstyledClasses;
13846
13915
 
13847
- const _excluded$24 = ["children", "closeAfterTransition", "component", "container", "disableAutoFocus", "disableEnforceFocus", "disableEscapeKeyDown", "disablePortal", "disableRestoreFocus", "disableScrollLock", "hideBackdrop", "keepMounted", "manager", "onBackdropClick", "onClose", "onKeyDown", "open", "onTransitionEnter", "onTransitionExited", "slotProps", "slots"];
13916
+ const _excluded$25 = ["children", "closeAfterTransition", "component", "container", "disableAutoFocus", "disableEnforceFocus", "disableEscapeKeyDown", "disablePortal", "disableRestoreFocus", "disableScrollLock", "hideBackdrop", "keepMounted", "manager", "onBackdropClick", "onClose", "onKeyDown", "open", "onTransitionEnter", "onTransitionExited", "slotProps", "slots"];
13848
13917
  const useUtilityClasses$1N = ownerState => {
13849
13918
  const {
13850
13919
  open,
@@ -13854,7 +13923,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
13854
13923
  root: ['root', !open && exited && 'hidden'],
13855
13924
  backdrop: ['backdrop']
13856
13925
  };
13857
- return composeClasses(slots, getModalUtilityClass, undefined);
13926
+ return composeClasses(slots, useClassNamesOverride(getModalUtilityClass));
13858
13927
  };
13859
13928
  function getContainer(container) {
13860
13929
  return typeof container === 'function' ? container() : container;
@@ -13914,7 +13983,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
13914
13983
  slotProps = {},
13915
13984
  slots = {}
13916
13985
  } = props,
13917
- other = _objectWithoutPropertiesLoose(props, _excluded$24);
13986
+ other = _objectWithoutPropertiesLoose(props, _excluded$25);
13918
13987
  const [exited, setExited] = React__namespace.useState(!open);
13919
13988
  const modal = React__namespace.useRef({});
13920
13989
  const mountNodeRef = React__namespace.useRef(null);
@@ -15015,7 +15084,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
15015
15084
  };
15016
15085
  }
15017
15086
 
15018
- const _excluded$23 = ["onChange", "maxRows", "minRows", "style", "value"];
15087
+ const _excluded$24 = ["onChange", "maxRows", "minRows", "style", "value"];
15019
15088
  function getStyleValue(value) {
15020
15089
  return parseInt(value, 10) || 0;
15021
15090
  }
@@ -15057,7 +15126,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
15057
15126
  style,
15058
15127
  value
15059
15128
  } = props,
15060
- other = _objectWithoutPropertiesLoose(props, _excluded$23);
15129
+ other = _objectWithoutPropertiesLoose(props, _excluded$24);
15061
15130
  const {
15062
15131
  current: isControlled
15063
15132
  } = React__namespace.useRef(value != null);
@@ -16054,7 +16123,12 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
16054
16123
  reason: 'mouse'
16055
16124
  });
16056
16125
  };
16057
- const handleOptionTouchStart = () => {
16126
+ const handleOptionTouchStart = event => {
16127
+ setHighlightedIndex({
16128
+ event,
16129
+ index: Number(event.currentTarget.getAttribute('data-option-index')),
16130
+ reason: 'touch'
16131
+ });
16058
16132
  isTouch.current = true;
16059
16133
  };
16060
16134
  const handleOptionClick = event => {
@@ -16213,6 +16287,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
16213
16287
  inputValue,
16214
16288
  value,
16215
16289
  dirty,
16290
+ expanded: popupOpen && anchorEl,
16216
16291
  popupOpen,
16217
16292
  focused: focused || focusedTag !== -1,
16218
16293
  anchorEl,
@@ -16228,7 +16303,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
16228
16303
  const svgIconClasses = generateUtilityClasses('MuiSvgIcon', ['root', 'colorPrimary', 'colorSecondary', 'colorAction', 'colorError', 'colorDisabled', 'fontSizeInherit', 'fontSizeSmall', 'fontSizeMedium', 'fontSizeLarge']);
16229
16304
  var svgIconClasses$1 = svgIconClasses;
16230
16305
 
16231
- const _excluded$22 = ["children", "className", "color", "component", "fontSize", "htmlColor", "inheritViewBox", "titleAccess", "viewBox"];
16306
+ const _excluded$23 = ["children", "className", "color", "component", "fontSize", "htmlColor", "inheritViewBox", "titleAccess", "viewBox"];
16232
16307
  const useUtilityClasses$1M = ownerState => {
16233
16308
  const {
16234
16309
  color,
@@ -16294,7 +16369,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
16294
16369
  titleAccess,
16295
16370
  viewBox = '0 0 24 24'
16296
16371
  } = props,
16297
- other = _objectWithoutPropertiesLoose(props, _excluded$22);
16372
+ other = _objectWithoutPropertiesLoose(props, _excluded$23);
16298
16373
  const ownerState = _extends({}, props, {
16299
16374
  color,
16300
16375
  component,
@@ -17435,7 +17510,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
17435
17510
  const collapseClasses = generateUtilityClasses('MuiCollapse', ['root', 'horizontal', 'vertical', 'entered', 'hidden', 'wrapper', 'wrapperInner']);
17436
17511
  var collapseClasses$1 = collapseClasses;
17437
17512
 
17438
- const _excluded$21 = ["addEndListener", "children", "className", "collapsedSize", "component", "easing", "in", "onEnter", "onEntered", "onEntering", "onExit", "onExited", "onExiting", "orientation", "style", "timeout", "TransitionComponent"];
17513
+ const _excluded$22 = ["addEndListener", "children", "className", "collapsedSize", "component", "easing", "in", "onEnter", "onEntered", "onEntering", "onExit", "onExited", "onExiting", "orientation", "style", "timeout", "TransitionComponent"];
17439
17514
  const useUtilityClasses$1L = ownerState => {
17440
17515
  const {
17441
17516
  orientation,
@@ -17535,7 +17610,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
17535
17610
  // eslint-disable-next-line react/prop-types
17536
17611
  TransitionComponent = Transition$1
17537
17612
  } = props,
17538
- other = _objectWithoutPropertiesLoose(props, _excluded$21);
17613
+ other = _objectWithoutPropertiesLoose(props, _excluded$22);
17539
17614
  const ownerState = _extends({}, props, {
17540
17615
  orientation,
17541
17616
  collapsedSize: collapsedSizeProp
@@ -17803,7 +17878,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
17803
17878
  const paperClasses = 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']);
17804
17879
  var paperClasses$1 = paperClasses;
17805
17880
 
17806
- const _excluded$20 = ["className", "component", "elevation", "square", "variant"];
17881
+ const _excluded$21 = ["className", "component", "elevation", "square", "variant"];
17807
17882
  const useUtilityClasses$1K = ownerState => {
17808
17883
  const {
17809
17884
  square,
@@ -17858,7 +17933,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
17858
17933
  square = false,
17859
17934
  variant = 'elevation'
17860
17935
  } = props,
17861
- other = _objectWithoutPropertiesLoose(props, _excluded$20);
17936
+ other = _objectWithoutPropertiesLoose(props, _excluded$21);
17862
17937
  const ownerState = _extends({}, props, {
17863
17938
  component,
17864
17939
  elevation,
@@ -17950,7 +18025,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
17950
18025
  const accordionClasses = generateUtilityClasses('MuiAccordion', ['root', 'rounded', 'expanded', 'disabled', 'gutters', 'region']);
17951
18026
  var accordionClasses$1 = accordionClasses;
17952
18027
 
17953
- const _excluded$1$ = ["children", "className", "defaultExpanded", "disabled", "disableGutters", "expanded", "onChange", "square", "TransitionComponent", "TransitionProps"];
18028
+ const _excluded$20 = ["children", "className", "defaultExpanded", "disabled", "disableGutters", "expanded", "onChange", "square", "TransitionComponent", "TransitionProps"];
17954
18029
  const useUtilityClasses$1J = ownerState => {
17955
18030
  const {
17956
18031
  classes,
@@ -18063,7 +18138,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
18063
18138
  TransitionComponent = Collapse$1,
18064
18139
  TransitionProps
18065
18140
  } = props,
18066
- other = _objectWithoutPropertiesLoose(props, _excluded$1$);
18141
+ other = _objectWithoutPropertiesLoose(props, _excluded$20);
18067
18142
  const [expanded, setExpandedState] = useControlled({
18068
18143
  controlled: expandedProp,
18069
18144
  default: defaultExpanded,
@@ -18195,7 +18270,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
18195
18270
  const accordionActionsClasses = generateUtilityClasses('MuiAccordionActions', ['root', 'spacing']);
18196
18271
  var accordionActionsClasses$1 = accordionActionsClasses;
18197
18272
 
18198
- const _excluded$1_ = ["className", "disableSpacing"];
18273
+ const _excluded$1$ = ["className", "disableSpacing"];
18199
18274
  const useUtilityClasses$1I = ownerState => {
18200
18275
  const {
18201
18276
  classes,
@@ -18236,7 +18311,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
18236
18311
  className,
18237
18312
  disableSpacing = false
18238
18313
  } = props,
18239
- other = _objectWithoutPropertiesLoose(props, _excluded$1_);
18314
+ other = _objectWithoutPropertiesLoose(props, _excluded$1$);
18240
18315
  const ownerState = _extends({}, props, {
18241
18316
  disableSpacing
18242
18317
  });
@@ -18282,7 +18357,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
18282
18357
  const accordionDetailsClasses = generateUtilityClasses('MuiAccordionDetails', ['root']);
18283
18358
  var accordionDetailsClasses$1 = accordionDetailsClasses;
18284
18359
 
18285
- const _excluded$1Z = ["className"];
18360
+ const _excluded$1_ = ["className"];
18286
18361
  const useUtilityClasses$1H = ownerState => {
18287
18362
  const {
18288
18363
  classes
@@ -18309,7 +18384,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
18309
18384
  const {
18310
18385
  className
18311
18386
  } = props,
18312
- other = _objectWithoutPropertiesLoose(props, _excluded$1Z);
18387
+ other = _objectWithoutPropertiesLoose(props, _excluded$1_);
18313
18388
  const ownerState = props;
18314
18389
  const classes = useUtilityClasses$1H(ownerState);
18315
18390
  return /*#__PURE__*/jsxRuntime_1(AccordionDetailsRoot, _extends({
@@ -18427,7 +18502,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
18427
18502
  const touchRippleClasses = generateUtilityClasses('MuiTouchRipple', ['root', 'ripple', 'rippleVisible', 'ripplePulsate', 'child', 'childLeaving', 'childPulsate']);
18428
18503
  var touchRippleClasses$1 = touchRippleClasses;
18429
18504
 
18430
- const _excluded$1Y = ["center", "classes", "className"];
18505
+ const _excluded$1Z = ["center", "classes", "className"];
18431
18506
  let _$3 = t => t,
18432
18507
  _t$3,
18433
18508
  _t2$3,
@@ -18556,7 +18631,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
18556
18631
  classes = {},
18557
18632
  className
18558
18633
  } = props,
18559
- other = _objectWithoutPropertiesLoose(props, _excluded$1Y);
18634
+ other = _objectWithoutPropertiesLoose(props, _excluded$1Z);
18560
18635
  const [ripples, setRipples] = React__namespace.useState([]);
18561
18636
  const nextKey = React__namespace.useRef(0);
18562
18637
  const rippleCallback = React__namespace.useRef(null);
@@ -18757,7 +18832,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
18757
18832
  const buttonBaseClasses = generateUtilityClasses('MuiButtonBase', ['root', 'disabled', 'focusVisible']);
18758
18833
  var buttonBaseClasses$1 = buttonBaseClasses;
18759
18834
 
18760
- const _excluded$1X = ["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"];
18835
+ const _excluded$1Y = ["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"];
18761
18836
  const useUtilityClasses$1G = ownerState => {
18762
18837
  const {
18763
18838
  disabled,
@@ -18859,7 +18934,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
18859
18934
  touchRippleRef,
18860
18935
  type
18861
18936
  } = props,
18862
- other = _objectWithoutPropertiesLoose(props, _excluded$1X);
18937
+ other = _objectWithoutPropertiesLoose(props, _excluded$1Y);
18863
18938
  const buttonRef = React__namespace.useRef(null);
18864
18939
  const rippleRef = React__namespace.useRef(null);
18865
18940
  const handleRippleRef = useForkRef(rippleRef, touchRippleRef);
@@ -19223,7 +19298,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
19223
19298
  const accordionSummaryClasses = generateUtilityClasses('MuiAccordionSummary', ['root', 'expanded', 'focusVisible', 'disabled', 'gutters', 'contentGutters', 'content', 'expandIconWrapper']);
19224
19299
  var accordionSummaryClasses$1 = accordionSummaryClasses;
19225
19300
 
19226
- const _excluded$1W = ["children", "className", "expandIcon", "focusVisibleClassName", "onClick"];
19301
+ const _excluded$1X = ["children", "className", "expandIcon", "focusVisibleClassName", "onClick"];
19227
19302
  const useUtilityClasses$1F = ownerState => {
19228
19303
  const {
19229
19304
  classes,
@@ -19318,7 +19393,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
19318
19393
  focusVisibleClassName,
19319
19394
  onClick
19320
19395
  } = props,
19321
- other = _objectWithoutPropertiesLoose(props, _excluded$1W);
19396
+ other = _objectWithoutPropertiesLoose(props, _excluded$1X);
19322
19397
  const {
19323
19398
  disabled = false,
19324
19399
  disableGutters,
@@ -19415,7 +19490,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
19415
19490
  const iconButtonClasses = generateUtilityClasses('MuiIconButton', ['root', 'disabled', 'colorInherit', 'colorPrimary', 'colorSecondary', 'colorError', 'colorInfo', 'colorSuccess', 'colorWarning', 'edgeStart', 'edgeEnd', 'sizeSmall', 'sizeMedium', 'sizeLarge']);
19416
19491
  var iconButtonClasses$1 = iconButtonClasses;
19417
19492
 
19418
- const _excluded$1V = ["edge", "children", "className", "color", "disabled", "disableFocusRipple", "size"];
19493
+ const _excluded$1W = ["edge", "children", "className", "color", "disabled", "disableFocusRipple", "size"];
19419
19494
  const useUtilityClasses$1E = ownerState => {
19420
19495
  const {
19421
19496
  classes,
@@ -19516,7 +19591,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
19516
19591
  disableFocusRipple = false,
19517
19592
  size = 'medium'
19518
19593
  } = props,
19519
- other = _objectWithoutPropertiesLoose(props, _excluded$1V);
19594
+ other = _objectWithoutPropertiesLoose(props, _excluded$1W);
19520
19595
  const ownerState = _extends({}, props, {
19521
19596
  edge,
19522
19597
  color,
@@ -19625,7 +19700,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
19625
19700
  d: "M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"
19626
19701
  }), 'Close');
19627
19702
 
19628
- const _excluded$1U = ["action", "children", "className", "closeText", "color", "components", "componentsProps", "icon", "iconMapping", "onClose", "role", "severity", "slotProps", "slots", "variant"];
19703
+ const _excluded$1V = ["action", "children", "className", "closeText", "color", "components", "componentsProps", "icon", "iconMapping", "onClose", "role", "severity", "slotProps", "slots", "variant"];
19629
19704
  const useUtilityClasses$1D = ownerState => {
19630
19705
  const {
19631
19706
  variant,
@@ -19755,7 +19830,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
19755
19830
  slots = {},
19756
19831
  variant = 'standard'
19757
19832
  } = props,
19758
- other = _objectWithoutPropertiesLoose(props, _excluded$1U);
19833
+ other = _objectWithoutPropertiesLoose(props, _excluded$1V);
19759
19834
  const ownerState = _extends({}, props, {
19760
19835
  color,
19761
19836
  severity,
@@ -19936,7 +20011,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
19936
20011
  const typographyClasses = generateUtilityClasses('MuiTypography', ['root', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'subtitle1', 'subtitle2', 'body1', 'body2', 'inherit', 'button', 'caption', 'overline', 'alignLeft', 'alignRight', 'alignCenter', 'alignJustify', 'noWrap', 'gutterBottom', 'paragraph']);
19937
20012
  var typographyClasses$1 = typographyClasses;
19938
20013
 
19939
- const _excluded$1T = ["align", "className", "component", "gutterBottom", "noWrap", "paragraph", "variant", "variantMapping"];
20014
+ const _excluded$1U = ["align", "className", "component", "gutterBottom", "noWrap", "paragraph", "variant", "variantMapping"];
19940
20015
  const useUtilityClasses$1C = ownerState => {
19941
20016
  const {
19942
20017
  align,
@@ -20020,7 +20095,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
20020
20095
  variant = 'body1',
20021
20096
  variantMapping = defaultVariantMapping
20022
20097
  } = props,
20023
- other = _objectWithoutPropertiesLoose(props, _excluded$1T);
20098
+ other = _objectWithoutPropertiesLoose(props, _excluded$1U);
20024
20099
  const ownerState = _extends({}, props, {
20025
20100
  align,
20026
20101
  color,
@@ -20124,7 +20199,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
20124
20199
  const alertTitleClasses = generateUtilityClasses('MuiAlertTitle', ['root']);
20125
20200
  var alertTitleClasses$1 = alertTitleClasses;
20126
20201
 
20127
- const _excluded$1S = ["className"];
20202
+ const _excluded$1T = ["className"];
20128
20203
  const useUtilityClasses$1B = ownerState => {
20129
20204
  const {
20130
20205
  classes
@@ -20154,7 +20229,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
20154
20229
  const {
20155
20230
  className
20156
20231
  } = props,
20157
- other = _objectWithoutPropertiesLoose(props, _excluded$1S);
20232
+ other = _objectWithoutPropertiesLoose(props, _excluded$1T);
20158
20233
  const ownerState = props;
20159
20234
  const classes = useUtilityClasses$1B(ownerState);
20160
20235
  return /*#__PURE__*/jsxRuntime_1(AlertTitleRoot, _extends({
@@ -20195,7 +20270,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
20195
20270
  const appBarClasses = generateUtilityClasses('MuiAppBar', ['root', 'positionFixed', 'positionAbsolute', 'positionSticky', 'positionStatic', 'positionRelative', 'colorDefault', 'colorPrimary', 'colorSecondary', 'colorInherit', 'colorTransparent']);
20196
20271
  var appBarClasses$1 = appBarClasses;
20197
20272
 
20198
- const _excluded$1R = ["className", "color", "enableColorOnDark", "position"];
20273
+ const _excluded$1S = ["className", "color", "enableColorOnDark", "position"];
20199
20274
  const useUtilityClasses$1A = ownerState => {
20200
20275
  const {
20201
20276
  color,
@@ -20301,7 +20376,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
20301
20376
  enableColorOnDark = false,
20302
20377
  position = 'fixed'
20303
20378
  } = props,
20304
- other = _objectWithoutPropertiesLoose(props, _excluded$1R);
20379
+ other = _objectWithoutPropertiesLoose(props, _excluded$1S);
20305
20380
  const ownerState = _extends({}, props, {
20306
20381
  color,
20307
20382
  position,
@@ -20360,7 +20435,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
20360
20435
  } ;
20361
20436
  var AppBar$1 = AppBar;
20362
20437
 
20363
- const _excluded$1Q = ["components", "componentsProps", "slots", "slotProps"];
20438
+ const _excluded$1R = ["components", "componentsProps", "slots", "slotProps"];
20364
20439
  const PopperRoot = styled$1(PopperUnstyled$1, {
20365
20440
  name: 'MuiPopper',
20366
20441
  slot: 'Root',
@@ -20392,7 +20467,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
20392
20467
  slots,
20393
20468
  slotProps
20394
20469
  } = props,
20395
- other = _objectWithoutPropertiesLoose(props, _excluded$1Q);
20470
+ other = _objectWithoutPropertiesLoose(props, _excluded$1R);
20396
20471
  const RootComponent = (_slots$root = slots == null ? void 0 : slots.root) != null ? _slots$root : components == null ? void 0 : components.Root;
20397
20472
  return /*#__PURE__*/jsxRuntime_1(PopperRoot, _extends({
20398
20473
  direction: theme == null ? void 0 : theme.direction,
@@ -20539,7 +20614,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
20539
20614
  const listSubheaderClasses = generateUtilityClasses('MuiListSubheader', ['root', 'colorPrimary', 'colorInherit', 'gutters', 'inset', 'sticky']);
20540
20615
  var listSubheaderClasses$1 = listSubheaderClasses;
20541
20616
 
20542
- const _excluded$1P = ["className", "color", "component", "disableGutters", "disableSticky", "inset"];
20617
+ const _excluded$1Q = ["className", "color", "component", "disableGutters", "disableSticky", "inset"];
20543
20618
  const useUtilityClasses$1z = ownerState => {
20544
20619
  const {
20545
20620
  classes,
@@ -20601,7 +20676,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
20601
20676
  disableSticky = false,
20602
20677
  inset = false
20603
20678
  } = props,
20604
- other = _objectWithoutPropertiesLoose(props, _excluded$1P);
20679
+ other = _objectWithoutPropertiesLoose(props, _excluded$1Q);
20605
20680
  const ownerState = _extends({}, props, {
20606
20681
  color,
20607
20682
  component,
@@ -20677,7 +20752,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
20677
20752
  const chipClasses = generateUtilityClasses('MuiChip', ['root', 'sizeSmall', 'sizeMedium', 'colorError', 'colorInfo', 'colorPrimary', 'colorSecondary', 'colorSuccess', 'colorWarning', 'disabled', 'clickable', 'clickableColorPrimary', 'clickableColorSecondary', 'deletable', 'deletableColorPrimary', 'deletableColorSecondary', 'outlined', 'filled', 'outlinedPrimary', 'outlinedSecondary', 'filledPrimary', 'filledSecondary', 'avatar', 'avatarSmall', 'avatarMedium', 'avatarColorPrimary', 'avatarColorSecondary', 'icon', 'iconSmall', 'iconMedium', 'iconColorPrimary', 'iconColorSecondary', 'label', 'labelSmall', 'labelMedium', 'deleteIcon', 'deleteIconSmall', 'deleteIconMedium', 'deleteIconColorPrimary', 'deleteIconColorSecondary', 'deleteIconOutlinedColorPrimary', 'deleteIconOutlinedColorSecondary', 'deleteIconFilledColorPrimary', 'deleteIconFilledColorSecondary', 'focusVisible']);
20678
20753
  var chipClasses$1 = chipClasses;
20679
20754
 
20680
- const _excluded$1O = ["avatar", "className", "clickable", "color", "component", "deleteIcon", "disabled", "icon", "label", "onClick", "onDelete", "onKeyDown", "onKeyUp", "size", "variant", "tabIndex", "skipFocusWhenDisabled"];
20755
+ const _excluded$1P = ["avatar", "className", "clickable", "color", "component", "deleteIcon", "disabled", "icon", "label", "onClick", "onDelete", "onKeyDown", "onKeyUp", "size", "variant", "tabIndex", "skipFocusWhenDisabled"];
20681
20756
  const useUtilityClasses$1y = ownerState => {
20682
20757
  const {
20683
20758
  classes,
@@ -20958,7 +21033,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
20958
21033
  tabIndex,
20959
21034
  skipFocusWhenDisabled = false
20960
21035
  } = props,
20961
- other = _objectWithoutPropertiesLoose(props, _excluded$1O);
21036
+ other = _objectWithoutPropertiesLoose(props, _excluded$1P);
20962
21037
  const chipRef = React__namespace.useRef(null);
20963
21038
  const handleRef = useForkRef(chipRef, ref);
20964
21039
  const handleDeleteIconClick = event => {
@@ -21244,7 +21319,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
21244
21319
  const inputBaseClasses = generateUtilityClasses('MuiInputBase', ['root', 'formControl', 'focused', 'disabled', 'adornedStart', 'adornedEnd', 'error', 'sizeSmall', 'multiline', 'colorSecondary', 'fullWidth', 'hiddenLabel', 'readOnly', 'input', 'inputSizeSmall', 'inputMultiline', 'inputTypeSearch', 'inputAdornedStart', 'inputAdornedEnd', 'inputHiddenLabel']);
21245
21320
  var inputBaseClasses$1 = inputBaseClasses;
21246
21321
 
21247
- const _excluded$1N = ["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"];
21322
+ const _excluded$1O = ["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"];
21248
21323
  const rootOverridesResolver = (props, styles) => {
21249
21324
  const {
21250
21325
  ownerState
@@ -21475,7 +21550,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
21475
21550
  type = 'text',
21476
21551
  value: valueProp
21477
21552
  } = props,
21478
- other = _objectWithoutPropertiesLoose(props, _excluded$1N);
21553
+ other = _objectWithoutPropertiesLoose(props, _excluded$1O);
21479
21554
  const value = inputPropsProp.value != null ? inputPropsProp.value : valueProp;
21480
21555
  const {
21481
21556
  current: isControlled
@@ -21960,7 +22035,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
21960
22035
  var autocompleteClasses$1 = autocompleteClasses;
21961
22036
 
21962
22037
  var _ClearIcon, _ArrowDropDownIcon;
21963
- const _excluded$1M = ["autoComplete", "autoHighlight", "autoSelect", "blurOnSelect", "ChipProps", "className", "clearIcon", "clearOnBlur", "clearOnEscape", "clearText", "closeText", "componentsProps", "defaultValue", "disableClearable", "disableCloseOnSelect", "disabled", "disabledItemsFocusable", "disableListWrap", "disablePortal", "filterOptions", "filterSelectedOptions", "forcePopupIcon", "freeSolo", "fullWidth", "getLimitTagsText", "getOptionDisabled", "getOptionLabel", "isOptionEqualToValue", "groupBy", "handleHomeEndKeys", "id", "includeInputInList", "inputValue", "limitTags", "ListboxComponent", "ListboxProps", "loading", "loadingText", "multiple", "noOptionsText", "onChange", "onClose", "onHighlightChange", "onInputChange", "onOpen", "open", "openOnFocus", "openText", "options", "PaperComponent", "PopperComponent", "popupIcon", "readOnly", "renderGroup", "renderInput", "renderOption", "renderTags", "selectOnFocus", "size", "slotProps", "value"];
22038
+ const _excluded$1N = ["autoComplete", "autoHighlight", "autoSelect", "blurOnSelect", "ChipProps", "className", "clearIcon", "clearOnBlur", "clearOnEscape", "clearText", "closeText", "componentsProps", "defaultValue", "disableClearable", "disableCloseOnSelect", "disabled", "disabledItemsFocusable", "disableListWrap", "disablePortal", "filterOptions", "filterSelectedOptions", "forcePopupIcon", "freeSolo", "fullWidth", "getLimitTagsText", "getOptionDisabled", "getOptionLabel", "isOptionEqualToValue", "groupBy", "handleHomeEndKeys", "id", "includeInputInList", "inputValue", "limitTags", "ListboxComponent", "ListboxProps", "loading", "loadingText", "multiple", "noOptionsText", "onChange", "onClose", "onHighlightChange", "onInputChange", "onOpen", "open", "openOnFocus", "openText", "options", "PaperComponent", "PopperComponent", "popupIcon", "readOnly", "renderGroup", "renderInput", "renderOption", "renderTags", "selectOnFocus", "size", "slotProps", "value"];
21964
22039
  const useUtilityClasses$1w = ownerState => {
21965
22040
  const {
21966
22041
  classes,
@@ -22360,7 +22435,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
22360
22435
  size = 'medium',
22361
22436
  slotProps = {}
22362
22437
  } = props,
22363
- other = _objectWithoutPropertiesLoose(props, _excluded$1M);
22438
+ other = _objectWithoutPropertiesLoose(props, _excluded$1N);
22364
22439
  /* eslint-enable @typescript-eslint/no-unused-vars */
22365
22440
 
22366
22441
  const {
@@ -22979,7 +23054,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
22979
23054
  const avatarClasses = generateUtilityClasses('MuiAvatar', ['root', 'colorDefault', 'circular', 'rounded', 'square', 'img', 'fallback']);
22980
23055
  var avatarClasses$1 = avatarClasses;
22981
23056
 
22982
- const _excluded$1L = ["alt", "children", "className", "component", "imgProps", "sizes", "src", "srcSet", "variant"];
23057
+ const _excluded$1M = ["alt", "children", "className", "component", "imgProps", "sizes", "src", "srcSet", "variant"];
22983
23058
  const useUtilityClasses$1v = ownerState => {
22984
23059
  const {
22985
23060
  classes,
@@ -23107,7 +23182,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
23107
23182
  srcSet,
23108
23183
  variant = 'circular'
23109
23184
  } = props,
23110
- other = _objectWithoutPropertiesLoose(props, _excluded$1L);
23185
+ other = _objectWithoutPropertiesLoose(props, _excluded$1M);
23111
23186
  let children = null;
23112
23187
 
23113
23188
  // Use a hook instead of onError on the img element to support server-side rendering.
@@ -23215,7 +23290,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
23215
23290
  const avatarGroupClasses = generateUtilityClasses('MuiAvatarGroup', ['root', 'avatar']);
23216
23291
  var avatarGroupClasses$1 = avatarGroupClasses;
23217
23292
 
23218
- const _excluded$1K = ["children", "className", "component", "componentsProps", "max", "slotProps", "spacing", "total", "variant"];
23293
+ const _excluded$1L = ["children", "className", "component", "componentsProps", "max", "slotProps", "spacing", "total", "variant"];
23219
23294
  const SPACINGS$2 = {
23220
23295
  small: -16,
23221
23296
  medium: null
@@ -23281,7 +23356,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
23281
23356
  total,
23282
23357
  variant = 'circular'
23283
23358
  } = props,
23284
- other = _objectWithoutPropertiesLoose(props, _excluded$1K);
23359
+ other = _objectWithoutPropertiesLoose(props, _excluded$1L);
23285
23360
  let clampedMax = max < 2 ? 2 : max;
23286
23361
  const ownerState = _extends({}, props, {
23287
23362
  max,
@@ -23412,7 +23487,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
23412
23487
  } ;
23413
23488
  var AvatarGroup$1 = AvatarGroup;
23414
23489
 
23415
- const _excluded$1J = ["addEndListener", "appear", "children", "easing", "in", "onEnter", "onEntered", "onEntering", "onExit", "onExited", "onExiting", "style", "timeout", "TransitionComponent"];
23490
+ const _excluded$1K = ["addEndListener", "appear", "children", "easing", "in", "onEnter", "onEntered", "onEntering", "onExit", "onExited", "onExiting", "style", "timeout", "TransitionComponent"];
23416
23491
  const styles$4 = {
23417
23492
  entering: {
23418
23493
  opacity: 1
@@ -23449,7 +23524,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
23449
23524
  // eslint-disable-next-line react/prop-types
23450
23525
  TransitionComponent = Transition$1
23451
23526
  } = props,
23452
- other = _objectWithoutPropertiesLoose(props, _excluded$1J);
23527
+ other = _objectWithoutPropertiesLoose(props, _excluded$1K);
23453
23528
  const nodeRef = React__namespace.useRef(null);
23454
23529
  const handleRef = useForkRef(nodeRef, children.ref, ref);
23455
23530
  const normalizedTransitionCallback = callback => maybeIsAppearing => {
@@ -23611,7 +23686,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
23611
23686
  const backdropClasses = generateUtilityClasses('MuiBackdrop', ['root', 'invisible']);
23612
23687
  var backdropClasses$1 = backdropClasses;
23613
23688
 
23614
- const _excluded$1I = ["children", "className", "component", "components", "componentsProps", "invisible", "open", "slotProps", "slots", "TransitionComponent", "transitionDuration"];
23689
+ const _excluded$1J = ["children", "className", "component", "components", "componentsProps", "invisible", "open", "slotProps", "slots", "TransitionComponent", "transitionDuration"];
23615
23690
  const useUtilityClasses$1t = ownerState => {
23616
23691
  const {
23617
23692
  classes,
@@ -23666,7 +23741,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
23666
23741
  TransitionComponent = Fade$1,
23667
23742
  transitionDuration
23668
23743
  } = props,
23669
- other = _objectWithoutPropertiesLoose(props, _excluded$1I);
23744
+ other = _objectWithoutPropertiesLoose(props, _excluded$1J);
23670
23745
  const ownerState = _extends({}, props, {
23671
23746
  component,
23672
23747
  invisible
@@ -23795,7 +23870,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
23795
23870
  'anchorOriginTopLeftCircular', 'anchorOriginTopLeftRectangular', 'anchorOriginTopRightCircular', 'anchorOriginTopRightRectangular', 'anchorOriginBottomLeftCircular', 'anchorOriginBottomLeftRectangular', 'anchorOriginBottomRightCircular', 'anchorOriginBottomRightRectangular']);
23796
23871
  var badgeClasses$1 = badgeClasses;
23797
23872
 
23798
- const _excluded$1H = ["anchorOrigin", "className", "classes", "component", "components", "componentsProps", "children", "overlap", "color", "invisible", "max", "badgeContent", "slots", "slotProps", "showZero", "variant"];
23873
+ const _excluded$1I = ["anchorOrigin", "className", "classes", "component", "components", "componentsProps", "children", "overlap", "color", "invisible", "max", "badgeContent", "slots", "slotProps", "showZero", "variant"];
23799
23874
  const RADIUS_STANDARD = 10;
23800
23875
  const RADIUS_DOT = 4;
23801
23876
  const useUtilityClasses$1s = ownerState => {
@@ -23963,7 +24038,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
23963
24038
  showZero = false,
23964
24039
  variant: variantProp = 'standard'
23965
24040
  } = props,
23966
- other = _objectWithoutPropertiesLoose(props, _excluded$1H);
24041
+ other = _objectWithoutPropertiesLoose(props, _excluded$1I);
23967
24042
  const {
23968
24043
  badgeContent,
23969
24044
  invisible: invisibleFromHook,
@@ -24155,7 +24230,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
24155
24230
  const bottomNavigationClasses = generateUtilityClasses('MuiBottomNavigation', ['root']);
24156
24231
  var bottomNavigationClasses$1 = bottomNavigationClasses;
24157
24232
 
24158
- const _excluded$1G = ["children", "className", "component", "onChange", "showLabels", "value"];
24233
+ const _excluded$1H = ["children", "className", "component", "onChange", "showLabels", "value"];
24159
24234
  const useUtilityClasses$1r = ownerState => {
24160
24235
  const {
24161
24236
  classes
@@ -24190,7 +24265,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
24190
24265
  showLabels = false,
24191
24266
  value
24192
24267
  } = props,
24193
- other = _objectWithoutPropertiesLoose(props, _excluded$1G);
24268
+ other = _objectWithoutPropertiesLoose(props, _excluded$1H);
24194
24269
  const ownerState = _extends({}, props, {
24195
24270
  component,
24196
24271
  showLabels
@@ -24273,7 +24348,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
24273
24348
  const bottomNavigationActionClasses = generateUtilityClasses('MuiBottomNavigationAction', ['root', 'iconOnly', 'selected', 'label']);
24274
24349
  var bottomNavigationActionClasses$1 = bottomNavigationActionClasses;
24275
24350
 
24276
- const _excluded$1F = ["className", "icon", "label", "onChange", "onClick", "selected", "showLabel", "value"];
24351
+ const _excluded$1G = ["className", "icon", "label", "onChange", "onClick", "selected", "showLabel", "value"];
24277
24352
  const useUtilityClasses$1q = ownerState => {
24278
24353
  const {
24279
24354
  classes,
@@ -24351,7 +24426,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
24351
24426
  onClick,
24352
24427
  value
24353
24428
  } = props,
24354
- other = _objectWithoutPropertiesLoose(props, _excluded$1F);
24429
+ other = _objectWithoutPropertiesLoose(props, _excluded$1G);
24355
24430
  const ownerState = props;
24356
24431
  const classes = useUtilityClasses$1q(ownerState);
24357
24432
  const handleChange = event => {
@@ -24460,6 +24535,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
24460
24535
  d: "M6 10c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm12 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm-6 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"
24461
24536
  }), 'MoreHoriz');
24462
24537
 
24538
+ const _excluded$1F = ["slots", "slotProps"];
24463
24539
  const BreadcrumbCollapsedButton = styled$1(ButtonBase$1)(({
24464
24540
  theme
24465
24541
  }) => _extends({
@@ -24496,19 +24572,40 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
24496
24572
  * @ignore - internal component.
24497
24573
  */
24498
24574
  function BreadcrumbCollapsed(props) {
24575
+ const {
24576
+ slots = {},
24577
+ slotProps = {}
24578
+ } = props,
24579
+ otherProps = _objectWithoutPropertiesLoose(props, _excluded$1F);
24499
24580
  const ownerState = props;
24500
24581
  return /*#__PURE__*/jsxRuntime_1("li", {
24501
24582
  children: /*#__PURE__*/jsxRuntime_1(BreadcrumbCollapsedButton, _extends({
24502
24583
  focusRipple: true
24503
- }, props, {
24584
+ }, otherProps, {
24504
24585
  ownerState: ownerState,
24505
- children: /*#__PURE__*/jsxRuntime_1(BreadcrumbCollapsedIcon, {
24586
+ children: /*#__PURE__*/jsxRuntime_1(BreadcrumbCollapsedIcon, _extends({
24587
+ as: slots.CollapsedIcon,
24506
24588
  ownerState: ownerState
24507
- })
24589
+ }, slotProps.collapsedIcon))
24508
24590
  }))
24509
24591
  });
24510
24592
  }
24511
24593
  BreadcrumbCollapsed.propTypes = {
24594
+ /**
24595
+ * The props used for the CollapsedIcon slot.
24596
+ * @default {}
24597
+ */
24598
+ slotProps: PropTypes.shape({
24599
+ collapsedIcon: PropTypes.oneOfType([PropTypes.func, PropTypes.object])
24600
+ }),
24601
+ /**
24602
+ * The components used for each slot inside the BreadcumbCollapsed.
24603
+ * Either a string to use a HTML element or a component.
24604
+ * @default {}
24605
+ */
24606
+ slots: PropTypes.shape({
24607
+ CollapsedIcon: PropTypes.elementType
24608
+ }),
24512
24609
  /**
24513
24610
  * The system prop that allows defining system overrides as well as additional CSS styles.
24514
24611
  */
@@ -24521,7 +24618,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
24521
24618
  const breadcrumbsClasses = generateUtilityClasses('MuiBreadcrumbs', ['root', 'ol', 'li', 'separator']);
24522
24619
  var breadcrumbsClasses$1 = breadcrumbsClasses;
24523
24620
 
24524
- const _excluded$1E = ["children", "className", "component", "expandText", "itemsAfterCollapse", "itemsBeforeCollapse", "maxItems", "separator"];
24621
+ const _excluded$1E = ["children", "className", "component", "slots", "slotProps", "expandText", "itemsAfterCollapse", "itemsBeforeCollapse", "maxItems", "separator"];
24525
24622
  const useUtilityClasses$1p = ownerState => {
24526
24623
  const {
24527
24624
  classes
@@ -24589,6 +24686,8 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
24589
24686
  children,
24590
24687
  className,
24591
24688
  component = 'nav',
24689
+ slots = {},
24690
+ slotProps = {},
24592
24691
  expandText = 'Show path',
24593
24692
  itemsAfterCollapse = 1,
24594
24693
  itemsBeforeCollapse = 1,
@@ -24607,6 +24706,11 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
24607
24706
  separator
24608
24707
  });
24609
24708
  const classes = useUtilityClasses$1p(ownerState);
24709
+ const collapsedIconSlotProps = useSlotProps({
24710
+ elementType: slots.CollapsedIcon,
24711
+ externalSlotProps: slotProps.collapsedIcon,
24712
+ ownerState
24713
+ });
24610
24714
  const listRef = React__namespace.useRef(null);
24611
24715
  const renderItemsBeforeAndAfter = allItems => {
24612
24716
  const handleClickExpand = () => {
@@ -24632,6 +24736,12 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
24632
24736
  }
24633
24737
  return [...allItems.slice(0, itemsBeforeCollapse), /*#__PURE__*/jsxRuntime_1(BreadcrumbCollapsed, {
24634
24738
  "aria-label": expandText,
24739
+ slots: {
24740
+ CollapsedIcon: slots.CollapsedIcon
24741
+ },
24742
+ slotProps: {
24743
+ collapsedIcon: collapsedIconSlotProps
24744
+ },
24635
24745
  onClick: handleClickExpand
24636
24746
  }, "ellipsis"), ...allItems.slice(allItems.length - itemsAfterCollapse, allItems.length)];
24637
24747
  };
@@ -24712,6 +24822,21 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
24712
24822
  * @default '/'
24713
24823
  */
24714
24824
  separator: PropTypes.node,
24825
+ /**
24826
+ * The props used for each slot inside the Breadcumb.
24827
+ * @default {}
24828
+ */
24829
+ slotProps: PropTypes.shape({
24830
+ collapsedIcon: PropTypes.oneOfType([PropTypes.func, PropTypes.object])
24831
+ }),
24832
+ /**
24833
+ * The components used for each slot inside the Breadcumb.
24834
+ * Either a string to use a HTML element or a component.
24835
+ * @default {}
24836
+ */
24837
+ slots: PropTypes.shape({
24838
+ CollapsedIcon: PropTypes.elementType
24839
+ }),
24715
24840
  /**
24716
24841
  * The system prop that allows defining system overrides as well as additional CSS styles.
24717
24842
  */
@@ -34018,8 +34143,10 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
34018
34143
  value: childContext,
34019
34144
  children: /*#__PURE__*/jsxRuntime_1(ListItemButtonRoot, _extends({
34020
34145
  ref: handleRef,
34021
- href: other.href || other.to,
34022
- component: (other.href || other.to) && component === 'div' ? 'a' : component,
34146
+ href: other.href || other.to
34147
+ // `ButtonBase` processes `href` or `to` if `component` is set to 'button'
34148
+ ,
34149
+ component: (other.href || other.to) && component === 'div' ? 'button' : component,
34023
34150
  focusVisibleClassName: clsx(classes.focusVisible, focusVisibleClassName),
34024
34151
  ownerState: ownerState,
34025
34152
  className: clsx(classes.root, className)
@@ -43933,7 +44060,8 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
43933
44060
  } = props,
43934
44061
  other = _objectWithoutPropertiesLoose(props, _excluded$p);
43935
44062
  const {
43936
- disabled
44063
+ disabled,
44064
+ active
43937
44065
  } = React__namespace.useContext(StepContext$1);
43938
44066
  const {
43939
44067
  orientation
@@ -43957,7 +44085,8 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
43957
44085
  },
43958
44086
  className: clsx(classes.root, className),
43959
44087
  ref: ref,
43960
- ownerState: ownerState
44088
+ ownerState: ownerState,
44089
+ "aria-current": active ? 'step' : undefined
43961
44090
  }, other, {
43962
44091
  children: child
43963
44092
  }));
@@ -46405,7 +46534,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
46405
46534
  d: "M8.59 16.34l4.58-4.59-4.58-4.59L10 5.75l6 6-6 6z"
46406
46535
  }), 'KeyboardArrowRight');
46407
46536
 
46408
- var _LastPageIcon, _FirstPageIcon, _KeyboardArrowRight$1, _KeyboardArrowLeft$1, _KeyboardArrowLeft2, _KeyboardArrowRight2, _FirstPageIcon2, _LastPageIcon2;
46537
+ var _LastPageIcon, _FirstPageIcon, _KeyboardArrowRight, _KeyboardArrowLeft, _KeyboardArrowLeft2, _KeyboardArrowRight2, _FirstPageIcon2, _LastPageIcon2;
46409
46538
  const _excluded$a = ["backIconButtonProps", "count", "getItemAriaLabel", "nextIconButtonProps", "onPageChange", "page", "rowsPerPage", "showFirstButton", "showLastButton"];
46410
46539
  const TablePaginationActions = /*#__PURE__*/React__namespace.forwardRef(function TablePaginationActions(props, ref) {
46411
46540
  const {
@@ -46449,7 +46578,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
46449
46578
  "aria-label": getItemAriaLabel('previous', page),
46450
46579
  title: getItemAriaLabel('previous', page)
46451
46580
  }, backIconButtonProps, {
46452
- children: theme.direction === 'rtl' ? _KeyboardArrowRight$1 || (_KeyboardArrowRight$1 = /*#__PURE__*/jsxRuntime_1(KeyboardArrowRight, {})) : _KeyboardArrowLeft$1 || (_KeyboardArrowLeft$1 = /*#__PURE__*/jsxRuntime_1(KeyboardArrowLeft, {}))
46581
+ children: theme.direction === 'rtl' ? _KeyboardArrowRight || (_KeyboardArrowRight = /*#__PURE__*/jsxRuntime_1(KeyboardArrowRight, {})) : _KeyboardArrowLeft || (_KeyboardArrowLeft = /*#__PURE__*/jsxRuntime_1(KeyboardArrowLeft, {}))
46453
46582
  })), /*#__PURE__*/jsxRuntime_1(IconButton$1, _extends({
46454
46583
  onClick: handleNextButtonClick,
46455
46584
  disabled: count !== -1 ? page >= Math.ceil(count / rowsPerPage) - 1 : false,
@@ -47273,8 +47402,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
47273
47402
  const tabScrollButtonClasses = generateUtilityClasses('MuiTabScrollButton', ['root', 'vertical', 'horizontal', 'disabled']);
47274
47403
  var tabScrollButtonClasses$1 = tabScrollButtonClasses;
47275
47404
 
47276
- var _KeyboardArrowLeft, _KeyboardArrowRight;
47277
- const _excluded$5 = ["className", "direction", "orientation", "disabled"];
47405
+ const _excluded$5 = ["className", "slots", "slotProps", "direction", "orientation", "disabled"];
47278
47406
  const useUtilityClasses$4 = ownerState => {
47279
47407
  const {
47280
47408
  classes,
@@ -47312,12 +47440,15 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
47312
47440
  }
47313
47441
  }));
47314
47442
  const TabScrollButton = /*#__PURE__*/React__namespace.forwardRef(function TabScrollButton(inProps, ref) {
47443
+ var _slots$StartScrollBut, _slots$EndScrollButto;
47315
47444
  const props = useThemeProps({
47316
47445
  props: inProps,
47317
47446
  name: 'MuiTabScrollButton'
47318
47447
  });
47319
47448
  const {
47320
47449
  className,
47450
+ slots = {},
47451
+ slotProps = {},
47321
47452
  direction
47322
47453
  } = props,
47323
47454
  other = _objectWithoutPropertiesLoose(props, _excluded$5);
@@ -47327,6 +47458,24 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
47327
47458
  isRtl
47328
47459
  }, props);
47329
47460
  const classes = useUtilityClasses$4(ownerState);
47461
+ const StartButtonIcon = (_slots$StartScrollBut = slots.StartScrollButtonIcon) != null ? _slots$StartScrollBut : KeyboardArrowLeft;
47462
+ const EndButtonIcon = (_slots$EndScrollButto = slots.EndScrollButtonIcon) != null ? _slots$EndScrollButto : KeyboardArrowRight;
47463
+ const startButtonIconProps = useSlotProps({
47464
+ elementType: StartButtonIcon,
47465
+ externalSlotProps: slotProps.startScrollButtonIcon,
47466
+ additionalProps: {
47467
+ fontSize: 'small'
47468
+ },
47469
+ ownerState
47470
+ });
47471
+ const endButtonIconProps = useSlotProps({
47472
+ elementType: EndButtonIcon,
47473
+ externalSlotProps: slotProps.endScrollButtonIcon,
47474
+ additionalProps: {
47475
+ fontSize: 'small'
47476
+ },
47477
+ ownerState
47478
+ });
47330
47479
  return /*#__PURE__*/jsxRuntime_1(TabScrollButtonRoot, _extends({
47331
47480
  component: "div",
47332
47481
  className: clsx(classes.root, className),
@@ -47335,11 +47484,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
47335
47484
  ownerState: ownerState,
47336
47485
  tabIndex: null
47337
47486
  }, other, {
47338
- children: direction === 'left' ? _KeyboardArrowLeft || (_KeyboardArrowLeft = /*#__PURE__*/jsxRuntime_1(KeyboardArrowLeft, {
47339
- fontSize: "small"
47340
- })) : _KeyboardArrowRight || (_KeyboardArrowRight = /*#__PURE__*/jsxRuntime_1(KeyboardArrowRight, {
47341
- fontSize: "small"
47342
- }))
47487
+ children: direction === 'left' ? /*#__PURE__*/jsxRuntime_1(StartButtonIcon, _extends({}, startButtonIconProps)) : /*#__PURE__*/jsxRuntime_1(EndButtonIcon, _extends({}, endButtonIconProps))
47343
47488
  }));
47344
47489
  });
47345
47490
  TabScrollButton.propTypes /* remove-proptypes */ = {
@@ -47372,6 +47517,23 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
47372
47517
  * The component orientation (layout flow direction).
47373
47518
  */
47374
47519
  orientation: PropTypes.oneOf(['horizontal', 'vertical']).isRequired,
47520
+ /**
47521
+ * The extra props for the slot components.
47522
+ * You can override the existing props or add new ones.
47523
+ * @default {}
47524
+ */
47525
+ slotProps: PropTypes.shape({
47526
+ endScrollButtonIcon: PropTypes.oneOfType([PropTypes.func, PropTypes.object]),
47527
+ startScrollButtonIcon: PropTypes.oneOfType([PropTypes.func, PropTypes.object])
47528
+ }),
47529
+ /**
47530
+ * The components used for each slot inside.
47531
+ * @default {}
47532
+ */
47533
+ slots: PropTypes.shape({
47534
+ EndScrollButtonIcon: PropTypes.elementType,
47535
+ StartScrollButtonIcon: PropTypes.elementType
47536
+ }),
47375
47537
  /**
47376
47538
  * The system prop that allows defining system overrides as well as additional CSS styles.
47377
47539
  */
@@ -47385,7 +47547,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
47385
47547
  const tabsClasses = generateUtilityClasses('MuiTabs', ['root', 'vertical', 'flexContainer', 'flexContainerVertical', 'centered', 'scroller', 'fixed', 'scrollableX', 'scrollableY', 'hideScrollbar', 'scrollButtons', 'scrollButtonsHideMobile', 'indicator']);
47386
47548
  var tabsClasses$1 = tabsClasses;
47387
47549
 
47388
- const _excluded$4 = ["aria-label", "aria-labelledby", "action", "centered", "children", "className", "component", "allowScrollButtonsMobile", "indicatorColor", "onChange", "orientation", "ScrollButtonComponent", "scrollButtons", "selectionFollowsFocus", "TabIndicatorProps", "TabScrollButtonProps", "textColor", "value", "variant", "visibleScrollbar"];
47550
+ const _excluded$4 = ["aria-label", "aria-labelledby", "action", "centered", "children", "className", "component", "allowScrollButtonsMobile", "indicatorColor", "onChange", "orientation", "ScrollButtonComponent", "scrollButtons", "selectionFollowsFocus", "slots", "slotProps", "TabIndicatorProps", "TabScrollButtonProps", "textColor", "value", "variant", "visibleScrollbar"];
47389
47551
  const nextItem = (list, item) => {
47390
47552
  if (list === item) {
47391
47553
  return list.firstChild;
@@ -47591,6 +47753,8 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
47591
47753
  ScrollButtonComponent = TabScrollButton$1,
47592
47754
  scrollButtons = 'auto',
47593
47755
  selectionFollowsFocus,
47756
+ slots = {},
47757
+ slotProps = {},
47594
47758
  TabIndicatorProps = {},
47595
47759
  TabScrollButtonProps = {},
47596
47760
  textColor = 'primary',
@@ -47624,6 +47788,16 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
47624
47788
  scrollButtonsHideMobile: !allowScrollButtonsMobile
47625
47789
  });
47626
47790
  const classes = useUtilityClasses$3(ownerState);
47791
+ const startScrollButtonIconProps = useSlotProps({
47792
+ elementType: slots.StartScrollButtonIcon,
47793
+ externalSlotProps: slotProps.startScrollButtonIcon,
47794
+ ownerState
47795
+ });
47796
+ const endScrollButtonIconProps = useSlotProps({
47797
+ elementType: slots.EndScrollButtonIcon,
47798
+ externalSlotProps: slotProps.endScrollButtonIcon,
47799
+ ownerState
47800
+ });
47627
47801
  {
47628
47802
  if (centered && scrollable) {
47629
47803
  console.error('MUI: You can not use the `centered={true}` and `variant="scrollable"` properties ' + 'at the same time on a `Tabs` component.');
@@ -47788,6 +47962,12 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
47788
47962
  const scrollButtonsActive = displayScroll.start || displayScroll.end;
47789
47963
  const showScrollButtons = scrollable && (scrollButtons === 'auto' && scrollButtonsActive || scrollButtons === true);
47790
47964
  conditionalElements.scrollButtonStart = showScrollButtons ? /*#__PURE__*/jsxRuntime_1(ScrollButtonComponent, _extends({
47965
+ slots: {
47966
+ StartScrollButtonIcon: slots.StartScrollButtonIcon
47967
+ },
47968
+ slotProps: {
47969
+ startScrollButtonIcon: startScrollButtonIconProps
47970
+ },
47791
47971
  orientation: orientation,
47792
47972
  direction: isRtl ? 'right' : 'left',
47793
47973
  onClick: handleStartScrollClick,
@@ -47796,6 +47976,12 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
47796
47976
  className: clsx(classes.scrollButtons, TabScrollButtonProps.className)
47797
47977
  })) : null;
47798
47978
  conditionalElements.scrollButtonEnd = showScrollButtons ? /*#__PURE__*/jsxRuntime_1(ScrollButtonComponent, _extends({
47979
+ slots: {
47980
+ EndScrollButtonIcon: slots.EndScrollButtonIcon
47981
+ },
47982
+ slotProps: {
47983
+ endScrollButtonIcon: endScrollButtonIconProps
47984
+ },
47799
47985
  orientation: orientation,
47800
47986
  direction: isRtl ? 'left' : 'right',
47801
47987
  onClick: handleEndScrollClick,
@@ -48095,6 +48281,23 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
48095
48281
  * changes on activation.
48096
48282
  */
48097
48283
  selectionFollowsFocus: PropTypes.bool,
48284
+ /**
48285
+ * The extra props for the slot components.
48286
+ * You can override the existing props or add new ones.
48287
+ * @default {}
48288
+ */
48289
+ slotProps: PropTypes.shape({
48290
+ endScrollButtonIcon: PropTypes.oneOfType([PropTypes.func, PropTypes.object]),
48291
+ startScrollButtonIcon: PropTypes.oneOfType([PropTypes.func, PropTypes.object])
48292
+ }),
48293
+ /**
48294
+ * The components used for each slot inside.
48295
+ * @default {}
48296
+ */
48297
+ slots: PropTypes.shape({
48298
+ EndScrollButtonIcon: PropTypes.elementType,
48299
+ StartScrollButtonIcon: PropTypes.elementType
48300
+ }),
48098
48301
  /**
48099
48302
  * The system prop that allows defining system overrides as well as additional CSS styles.
48100
48303
  */
@@ -49377,6 +49580,7 @@ See https://mui.com/r/migration-v4/#mui-material-styles for more details.` );
49377
49580
  exports.scopedCssBaselineClasses = scopedCssBaselineClasses$1;
49378
49581
  exports.selectClasses = selectClasses$1;
49379
49582
  exports.setRef = setRef;
49583
+ exports.shouldSkipGeneratingVar = shouldSkipGeneratingVar;
49380
49584
  exports.skeletonClasses = skeletonClasses$1;
49381
49585
  exports.sliderClasses = sliderClasses$1;
49382
49586
  exports.snackbarClasses = snackbarClasses$1;