@mui/material 5.14.20 → 5.15.1

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 (106) hide show
  1. package/AccordionActions/AccordionActions.js +1 -1
  2. package/Autocomplete/Autocomplete.js +4 -5
  3. package/ButtonBase/ButtonBase.js +1 -2
  4. package/ButtonGroup/index.d.ts +2 -0
  5. package/ButtonGroup/index.js +3 -1
  6. package/CHANGELOG.md +102 -2
  7. package/CardActions/CardActions.js +1 -1
  8. package/CircularProgress/CircularProgress.js +0 -1
  9. package/FilledInput/FilledInput.js +0 -2
  10. package/Input/Input.js +0 -2
  11. package/InputBase/InputBase.js +0 -2
  12. package/InputLabel/InputLabel.js +1 -5
  13. package/Link/Link.js +0 -1
  14. package/NativeSelect/NativeSelectInput.js +0 -2
  15. package/Select/SelectInput.js +1 -3
  16. package/TablePagination/TablePagination.d.ts +8 -0
  17. package/TablePagination/TablePagination.js +27 -6
  18. package/TablePagination/TablePaginationActions.d.ts +49 -0
  19. package/TablePagination/TablePaginationActions.js +54 -19
  20. package/Tabs/Tabs.js +0 -1
  21. package/colors/amber.d.ts +0 -1
  22. package/colors/blue.d.ts +0 -1
  23. package/colors/blueGrey.d.ts +0 -1
  24. package/colors/brown.d.ts +0 -1
  25. package/colors/common.d.ts +0 -1
  26. package/colors/cyan.d.ts +0 -1
  27. package/colors/deepOrange.d.ts +0 -1
  28. package/colors/deepPurple.d.ts +0 -1
  29. package/colors/green.d.ts +0 -1
  30. package/colors/grey.d.ts +0 -1
  31. package/colors/indigo.d.ts +0 -1
  32. package/colors/lightBlue.d.ts +0 -1
  33. package/colors/lightGreen.d.ts +0 -1
  34. package/colors/lime.d.ts +0 -1
  35. package/colors/orange.d.ts +0 -1
  36. package/colors/pink.d.ts +0 -1
  37. package/colors/purple.d.ts +0 -1
  38. package/colors/red.d.ts +0 -1
  39. package/colors/teal.d.ts +0 -1
  40. package/colors/yellow.d.ts +0 -1
  41. package/index.js +1 -1
  42. package/legacy/AccordionActions/AccordionActions.js +1 -1
  43. package/legacy/Autocomplete/Autocomplete.js +4 -5
  44. package/legacy/ButtonBase/ButtonBase.js +1 -1
  45. package/legacy/ButtonGroup/index.js +3 -1
  46. package/legacy/CardActions/CardActions.js +1 -1
  47. package/legacy/CircularProgress/CircularProgress.js +0 -1
  48. package/legacy/InputLabel/InputLabel.js +1 -5
  49. package/legacy/NativeSelect/NativeSelectInput.js +0 -2
  50. package/legacy/Select/SelectInput.js +1 -3
  51. package/legacy/TablePagination/TablePagination.js +29 -6
  52. package/legacy/TablePagination/TablePaginationActions.js +56 -19
  53. package/legacy/Tabs/Tabs.js +0 -1
  54. package/legacy/index.js +1 -1
  55. package/legacy/locale/index.js +0 -11
  56. package/legacy/styles/experimental_extendTheme.js +12 -6
  57. package/legacy/useTouchRipple/useTouchRipple.js +1 -1
  58. package/locale/index.js +0 -11
  59. package/modern/AccordionActions/AccordionActions.js +1 -1
  60. package/modern/Autocomplete/Autocomplete.js +4 -5
  61. package/modern/ButtonBase/ButtonBase.js +1 -2
  62. package/modern/ButtonGroup/index.js +3 -1
  63. package/modern/CardActions/CardActions.js +1 -1
  64. package/modern/CircularProgress/CircularProgress.js +0 -1
  65. package/modern/FilledInput/FilledInput.js +0 -2
  66. package/modern/Input/Input.js +0 -2
  67. package/modern/InputBase/InputBase.js +0 -2
  68. package/modern/InputLabel/InputLabel.js +1 -5
  69. package/modern/Link/Link.js +0 -1
  70. package/modern/NativeSelect/NativeSelectInput.js +0 -2
  71. package/modern/Select/SelectInput.js +1 -3
  72. package/modern/TablePagination/TablePagination.js +27 -6
  73. package/modern/TablePagination/TablePaginationActions.js +53 -18
  74. package/modern/Tabs/Tabs.js +0 -1
  75. package/modern/index.js +1 -1
  76. package/modern/locale/index.js +0 -11
  77. package/modern/styles/experimental_extendTheme.js +12 -6
  78. package/modern/useTouchRipple/useTouchRipple.js +1 -1
  79. package/node/AccordionActions/AccordionActions.js +1 -1
  80. package/node/Autocomplete/Autocomplete.js +4 -5
  81. package/node/ButtonBase/ButtonBase.js +1 -2
  82. package/node/ButtonGroup/index.js +17 -1
  83. package/node/CardActions/CardActions.js +1 -1
  84. package/node/CircularProgress/CircularProgress.js +0 -1
  85. package/node/FilledInput/FilledInput.js +0 -2
  86. package/node/Input/Input.js +0 -2
  87. package/node/InputBase/InputBase.js +0 -2
  88. package/node/InputLabel/InputLabel.js +1 -5
  89. package/node/Link/Link.js +0 -1
  90. package/node/NativeSelect/NativeSelectInput.js +0 -2
  91. package/node/Select/SelectInput.js +1 -3
  92. package/node/TablePagination/TablePagination.js +27 -6
  93. package/node/TablePagination/TablePaginationActions.js +54 -19
  94. package/node/Tabs/Tabs.js +0 -1
  95. package/node/index.js +1 -1
  96. package/node/locale/index.js +0 -11
  97. package/node/styles/experimental_extendTheme.js +11 -5
  98. package/node/styles/index.js +1 -0
  99. package/node/useTouchRipple/useTouchRipple.js +1 -1
  100. package/package.json +8 -8
  101. package/styles/components.d.ts +115 -115
  102. package/styles/experimental_extendTheme.js +12 -6
  103. package/styles/variants.d.ts +1 -2
  104. package/umd/material-ui.development.js +111 -73
  105. package/umd/material-ui.production.min.js +20 -20
  106. package/useTouchRipple/useTouchRipple.js +1 -1
package/colors/blue.d.ts CHANGED
@@ -1,4 +1,3 @@
1
- /* tslint:disable max-line-length */
2
1
  /**
3
2
  * ![blue 50](https://mui.com/static/colors-preview/blue-50-24x24.png) ![blue 100](https://mui.com/static/colors-preview/blue-100-24x24.png) ![blue 200](https://mui.com/static/colors-preview/blue-200-24x24.png) ![blue 300](https://mui.com/static/colors-preview/blue-300-24x24.png) ![blue 400](https://mui.com/static/colors-preview/blue-400-24x24.png) ![blue 500](https://mui.com/static/colors-preview/blue-500-24x24.png) ![blue 600](https://mui.com/static/colors-preview/blue-600-24x24.png) ![blue 700](https://mui.com/static/colors-preview/blue-700-24x24.png) ![blue 800](https://mui.com/static/colors-preview/blue-800-24x24.png) ![blue 900](https://mui.com/static/colors-preview/blue-900-24x24.png) ![blue A100](https://mui.com/static/colors-preview/blue-A100-24x24.png) ![blue A200](https://mui.com/static/colors-preview/blue-A200-24x24.png) ![blue A400](https://mui.com/static/colors-preview/blue-A400-24x24.png) ![blue A700](https://mui.com/static/colors-preview/blue-A700-24x24.png)
4
3
  */
@@ -1,4 +1,3 @@
1
- /* tslint:disable max-line-length */
2
1
  /**
3
2
  * ![blueGrey 50](https://mui.com/static/colors-preview/blueGrey-50-24x24.png) ![blueGrey 100](https://mui.com/static/colors-preview/blueGrey-100-24x24.png) ![blueGrey 200](https://mui.com/static/colors-preview/blueGrey-200-24x24.png) ![blueGrey 300](https://mui.com/static/colors-preview/blueGrey-300-24x24.png) ![blueGrey 400](https://mui.com/static/colors-preview/blueGrey-400-24x24.png) ![blueGrey 500](https://mui.com/static/colors-preview/blueGrey-500-24x24.png) ![blueGrey 600](https://mui.com/static/colors-preview/blueGrey-600-24x24.png) ![blueGrey 700](https://mui.com/static/colors-preview/blueGrey-700-24x24.png) ![blueGrey 800](https://mui.com/static/colors-preview/blueGrey-800-24x24.png) ![blueGrey 900](https://mui.com/static/colors-preview/blueGrey-900-24x24.png) ![blueGrey A100](https://mui.com/static/colors-preview/blueGrey-A100-24x24.png) ![blueGrey A200](https://mui.com/static/colors-preview/blueGrey-A200-24x24.png) ![blueGrey A400](https://mui.com/static/colors-preview/blueGrey-A400-24x24.png) ![blueGrey A700](https://mui.com/static/colors-preview/blueGrey-A700-24x24.png)
4
3
  */
package/colors/brown.d.ts CHANGED
@@ -1,4 +1,3 @@
1
- /* tslint:disable max-line-length */
2
1
  /**
3
2
  * ![brown 50](https://mui.com/static/colors-preview/brown-50-24x24.png) ![brown 100](https://mui.com/static/colors-preview/brown-100-24x24.png) ![brown 200](https://mui.com/static/colors-preview/brown-200-24x24.png) ![brown 300](https://mui.com/static/colors-preview/brown-300-24x24.png) ![brown 400](https://mui.com/static/colors-preview/brown-400-24x24.png) ![brown 500](https://mui.com/static/colors-preview/brown-500-24x24.png) ![brown 600](https://mui.com/static/colors-preview/brown-600-24x24.png) ![brown 700](https://mui.com/static/colors-preview/brown-700-24x24.png) ![brown 800](https://mui.com/static/colors-preview/brown-800-24x24.png) ![brown 900](https://mui.com/static/colors-preview/brown-900-24x24.png) ![brown A100](https://mui.com/static/colors-preview/brown-A100-24x24.png) ![brown A200](https://mui.com/static/colors-preview/brown-A200-24x24.png) ![brown A400](https://mui.com/static/colors-preview/brown-A400-24x24.png) ![brown A700](https://mui.com/static/colors-preview/brown-A700-24x24.png)
4
3
  */
@@ -1,4 +1,3 @@
1
- /* tslint:disable max-line-length */
2
1
  /**
3
2
  * ![common black](https://mui.com/static/colors-preview/common-black-24x24.png) ![common white](https://mui.com/static/colors-preview/common-white-24x24.png)
4
3
  */
package/colors/cyan.d.ts CHANGED
@@ -1,4 +1,3 @@
1
- /* tslint:disable max-line-length */
2
1
  /**
3
2
  * ![cyan 50](https://mui.com/static/colors-preview/cyan-50-24x24.png) ![cyan 100](https://mui.com/static/colors-preview/cyan-100-24x24.png) ![cyan 200](https://mui.com/static/colors-preview/cyan-200-24x24.png) ![cyan 300](https://mui.com/static/colors-preview/cyan-300-24x24.png) ![cyan 400](https://mui.com/static/colors-preview/cyan-400-24x24.png) ![cyan 500](https://mui.com/static/colors-preview/cyan-500-24x24.png) ![cyan 600](https://mui.com/static/colors-preview/cyan-600-24x24.png) ![cyan 700](https://mui.com/static/colors-preview/cyan-700-24x24.png) ![cyan 800](https://mui.com/static/colors-preview/cyan-800-24x24.png) ![cyan 900](https://mui.com/static/colors-preview/cyan-900-24x24.png) ![cyan A100](https://mui.com/static/colors-preview/cyan-A100-24x24.png) ![cyan A200](https://mui.com/static/colors-preview/cyan-A200-24x24.png) ![cyan A400](https://mui.com/static/colors-preview/cyan-A400-24x24.png) ![cyan A700](https://mui.com/static/colors-preview/cyan-A700-24x24.png)
4
3
  */
@@ -1,4 +1,3 @@
1
- /* tslint:disable max-line-length */
2
1
  /**
3
2
  * ![deepOrange 50](https://mui.com/static/colors-preview/deepOrange-50-24x24.png) ![deepOrange 100](https://mui.com/static/colors-preview/deepOrange-100-24x24.png) ![deepOrange 200](https://mui.com/static/colors-preview/deepOrange-200-24x24.png) ![deepOrange 300](https://mui.com/static/colors-preview/deepOrange-300-24x24.png) ![deepOrange 400](https://mui.com/static/colors-preview/deepOrange-400-24x24.png) ![deepOrange 500](https://mui.com/static/colors-preview/deepOrange-500-24x24.png) ![deepOrange 600](https://mui.com/static/colors-preview/deepOrange-600-24x24.png) ![deepOrange 700](https://mui.com/static/colors-preview/deepOrange-700-24x24.png) ![deepOrange 800](https://mui.com/static/colors-preview/deepOrange-800-24x24.png) ![deepOrange 900](https://mui.com/static/colors-preview/deepOrange-900-24x24.png) ![deepOrange A100](https://mui.com/static/colors-preview/deepOrange-A100-24x24.png) ![deepOrange A200](https://mui.com/static/colors-preview/deepOrange-A200-24x24.png) ![deepOrange A400](https://mui.com/static/colors-preview/deepOrange-A400-24x24.png) ![deepOrange A700](https://mui.com/static/colors-preview/deepOrange-A700-24x24.png)
4
3
  */
@@ -1,4 +1,3 @@
1
- /* tslint:disable max-line-length */
2
1
  /**
3
2
  * ![deepPurple 50](https://mui.com/static/colors-preview/deepPurple-50-24x24.png) ![deepPurple 100](https://mui.com/static/colors-preview/deepPurple-100-24x24.png) ![deepPurple 200](https://mui.com/static/colors-preview/deepPurple-200-24x24.png) ![deepPurple 300](https://mui.com/static/colors-preview/deepPurple-300-24x24.png) ![deepPurple 400](https://mui.com/static/colors-preview/deepPurple-400-24x24.png) ![deepPurple 500](https://mui.com/static/colors-preview/deepPurple-500-24x24.png) ![deepPurple 600](https://mui.com/static/colors-preview/deepPurple-600-24x24.png) ![deepPurple 700](https://mui.com/static/colors-preview/deepPurple-700-24x24.png) ![deepPurple 800](https://mui.com/static/colors-preview/deepPurple-800-24x24.png) ![deepPurple 900](https://mui.com/static/colors-preview/deepPurple-900-24x24.png) ![deepPurple A100](https://mui.com/static/colors-preview/deepPurple-A100-24x24.png) ![deepPurple A200](https://mui.com/static/colors-preview/deepPurple-A200-24x24.png) ![deepPurple A400](https://mui.com/static/colors-preview/deepPurple-A400-24x24.png) ![deepPurple A700](https://mui.com/static/colors-preview/deepPurple-A700-24x24.png)
4
3
  */
package/colors/green.d.ts CHANGED
@@ -1,4 +1,3 @@
1
- /* tslint:disable max-line-length */
2
1
  /**
3
2
  * ![green 50](https://mui.com/static/colors-preview/green-50-24x24.png) ![green 100](https://mui.com/static/colors-preview/green-100-24x24.png) ![green 200](https://mui.com/static/colors-preview/green-200-24x24.png) ![green 300](https://mui.com/static/colors-preview/green-300-24x24.png) ![green 400](https://mui.com/static/colors-preview/green-400-24x24.png) ![green 500](https://mui.com/static/colors-preview/green-500-24x24.png) ![green 600](https://mui.com/static/colors-preview/green-600-24x24.png) ![green 700](https://mui.com/static/colors-preview/green-700-24x24.png) ![green 800](https://mui.com/static/colors-preview/green-800-24x24.png) ![green 900](https://mui.com/static/colors-preview/green-900-24x24.png) ![green A100](https://mui.com/static/colors-preview/green-A100-24x24.png) ![green A200](https://mui.com/static/colors-preview/green-A200-24x24.png) ![green A400](https://mui.com/static/colors-preview/green-A400-24x24.png) ![green A700](https://mui.com/static/colors-preview/green-A700-24x24.png)
4
3
  */
package/colors/grey.d.ts CHANGED
@@ -1,4 +1,3 @@
1
- /* tslint:disable max-line-length */
2
1
  /**
3
2
  * ![grey 50](https://mui.com/static/colors-preview/grey-50-24x24.png) ![grey 100](https://mui.com/static/colors-preview/grey-100-24x24.png) ![grey 200](https://mui.com/static/colors-preview/grey-200-24x24.png) ![grey 300](https://mui.com/static/colors-preview/grey-300-24x24.png) ![grey 400](https://mui.com/static/colors-preview/grey-400-24x24.png) ![grey 500](https://mui.com/static/colors-preview/grey-500-24x24.png) ![grey 600](https://mui.com/static/colors-preview/grey-600-24x24.png) ![grey 700](https://mui.com/static/colors-preview/grey-700-24x24.png) ![grey 800](https://mui.com/static/colors-preview/grey-800-24x24.png) ![grey 900](https://mui.com/static/colors-preview/grey-900-24x24.png) ![grey A100](https://mui.com/static/colors-preview/grey-A100-24x24.png) ![grey A200](https://mui.com/static/colors-preview/grey-A200-24x24.png) ![grey A400](https://mui.com/static/colors-preview/grey-A400-24x24.png) ![grey A700](https://mui.com/static/colors-preview/grey-A700-24x24.png)
4
3
  */
@@ -1,4 +1,3 @@
1
- /* tslint:disable max-line-length */
2
1
  /**
3
2
  * ![indigo 50](https://mui.com/static/colors-preview/indigo-50-24x24.png) ![indigo 100](https://mui.com/static/colors-preview/indigo-100-24x24.png) ![indigo 200](https://mui.com/static/colors-preview/indigo-200-24x24.png) ![indigo 300](https://mui.com/static/colors-preview/indigo-300-24x24.png) ![indigo 400](https://mui.com/static/colors-preview/indigo-400-24x24.png) ![indigo 500](https://mui.com/static/colors-preview/indigo-500-24x24.png) ![indigo 600](https://mui.com/static/colors-preview/indigo-600-24x24.png) ![indigo 700](https://mui.com/static/colors-preview/indigo-700-24x24.png) ![indigo 800](https://mui.com/static/colors-preview/indigo-800-24x24.png) ![indigo 900](https://mui.com/static/colors-preview/indigo-900-24x24.png) ![indigo A100](https://mui.com/static/colors-preview/indigo-A100-24x24.png) ![indigo A200](https://mui.com/static/colors-preview/indigo-A200-24x24.png) ![indigo A400](https://mui.com/static/colors-preview/indigo-A400-24x24.png) ![indigo A700](https://mui.com/static/colors-preview/indigo-A700-24x24.png)
4
3
  */
@@ -1,4 +1,3 @@
1
- /* tslint:disable max-line-length */
2
1
  /**
3
2
  * ![lightBlue 50](https://mui.com/static/colors-preview/lightBlue-50-24x24.png) ![lightBlue 100](https://mui.com/static/colors-preview/lightBlue-100-24x24.png) ![lightBlue 200](https://mui.com/static/colors-preview/lightBlue-200-24x24.png) ![lightBlue 300](https://mui.com/static/colors-preview/lightBlue-300-24x24.png) ![lightBlue 400](https://mui.com/static/colors-preview/lightBlue-400-24x24.png) ![lightBlue 500](https://mui.com/static/colors-preview/lightBlue-500-24x24.png) ![lightBlue 600](https://mui.com/static/colors-preview/lightBlue-600-24x24.png) ![lightBlue 700](https://mui.com/static/colors-preview/lightBlue-700-24x24.png) ![lightBlue 800](https://mui.com/static/colors-preview/lightBlue-800-24x24.png) ![lightBlue 900](https://mui.com/static/colors-preview/lightBlue-900-24x24.png) ![lightBlue A100](https://mui.com/static/colors-preview/lightBlue-A100-24x24.png) ![lightBlue A200](https://mui.com/static/colors-preview/lightBlue-A200-24x24.png) ![lightBlue A400](https://mui.com/static/colors-preview/lightBlue-A400-24x24.png) ![lightBlue A700](https://mui.com/static/colors-preview/lightBlue-A700-24x24.png)
4
3
  */
@@ -1,4 +1,3 @@
1
- /* tslint:disable max-line-length */
2
1
  /**
3
2
  * ![lightGreen 50](https://mui.com/static/colors-preview/lightGreen-50-24x24.png) ![lightGreen 100](https://mui.com/static/colors-preview/lightGreen-100-24x24.png) ![lightGreen 200](https://mui.com/static/colors-preview/lightGreen-200-24x24.png) ![lightGreen 300](https://mui.com/static/colors-preview/lightGreen-300-24x24.png) ![lightGreen 400](https://mui.com/static/colors-preview/lightGreen-400-24x24.png) ![lightGreen 500](https://mui.com/static/colors-preview/lightGreen-500-24x24.png) ![lightGreen 600](https://mui.com/static/colors-preview/lightGreen-600-24x24.png) ![lightGreen 700](https://mui.com/static/colors-preview/lightGreen-700-24x24.png) ![lightGreen 800](https://mui.com/static/colors-preview/lightGreen-800-24x24.png) ![lightGreen 900](https://mui.com/static/colors-preview/lightGreen-900-24x24.png) ![lightGreen A100](https://mui.com/static/colors-preview/lightGreen-A100-24x24.png) ![lightGreen A200](https://mui.com/static/colors-preview/lightGreen-A200-24x24.png) ![lightGreen A400](https://mui.com/static/colors-preview/lightGreen-A400-24x24.png) ![lightGreen A700](https://mui.com/static/colors-preview/lightGreen-A700-24x24.png)
4
3
  */
package/colors/lime.d.ts CHANGED
@@ -1,4 +1,3 @@
1
- /* tslint:disable max-line-length */
2
1
  /**
3
2
  * ![lime 50](https://mui.com/static/colors-preview/lime-50-24x24.png) ![lime 100](https://mui.com/static/colors-preview/lime-100-24x24.png) ![lime 200](https://mui.com/static/colors-preview/lime-200-24x24.png) ![lime 300](https://mui.com/static/colors-preview/lime-300-24x24.png) ![lime 400](https://mui.com/static/colors-preview/lime-400-24x24.png) ![lime 500](https://mui.com/static/colors-preview/lime-500-24x24.png) ![lime 600](https://mui.com/static/colors-preview/lime-600-24x24.png) ![lime 700](https://mui.com/static/colors-preview/lime-700-24x24.png) ![lime 800](https://mui.com/static/colors-preview/lime-800-24x24.png) ![lime 900](https://mui.com/static/colors-preview/lime-900-24x24.png) ![lime A100](https://mui.com/static/colors-preview/lime-A100-24x24.png) ![lime A200](https://mui.com/static/colors-preview/lime-A200-24x24.png) ![lime A400](https://mui.com/static/colors-preview/lime-A400-24x24.png) ![lime A700](https://mui.com/static/colors-preview/lime-A700-24x24.png)
4
3
  */
@@ -1,4 +1,3 @@
1
- /* tslint:disable max-line-length */
2
1
  /**
3
2
  * ![orange 50](https://mui.com/static/colors-preview/orange-50-24x24.png) ![orange 100](https://mui.com/static/colors-preview/orange-100-24x24.png) ![orange 200](https://mui.com/static/colors-preview/orange-200-24x24.png) ![orange 300](https://mui.com/static/colors-preview/orange-300-24x24.png) ![orange 400](https://mui.com/static/colors-preview/orange-400-24x24.png) ![orange 500](https://mui.com/static/colors-preview/orange-500-24x24.png) ![orange 600](https://mui.com/static/colors-preview/orange-600-24x24.png) ![orange 700](https://mui.com/static/colors-preview/orange-700-24x24.png) ![orange 800](https://mui.com/static/colors-preview/orange-800-24x24.png) ![orange 900](https://mui.com/static/colors-preview/orange-900-24x24.png) ![orange A100](https://mui.com/static/colors-preview/orange-A100-24x24.png) ![orange A200](https://mui.com/static/colors-preview/orange-A200-24x24.png) ![orange A400](https://mui.com/static/colors-preview/orange-A400-24x24.png) ![orange A700](https://mui.com/static/colors-preview/orange-A700-24x24.png)
4
3
  */
package/colors/pink.d.ts CHANGED
@@ -1,4 +1,3 @@
1
- /* tslint:disable max-line-length */
2
1
  /**
3
2
  * ![pink 50](https://mui.com/static/colors-preview/pink-50-24x24.png) ![pink 100](https://mui.com/static/colors-preview/pink-100-24x24.png) ![pink 200](https://mui.com/static/colors-preview/pink-200-24x24.png) ![pink 300](https://mui.com/static/colors-preview/pink-300-24x24.png) ![pink 400](https://mui.com/static/colors-preview/pink-400-24x24.png) ![pink 500](https://mui.com/static/colors-preview/pink-500-24x24.png) ![pink 600](https://mui.com/static/colors-preview/pink-600-24x24.png) ![pink 700](https://mui.com/static/colors-preview/pink-700-24x24.png) ![pink 800](https://mui.com/static/colors-preview/pink-800-24x24.png) ![pink 900](https://mui.com/static/colors-preview/pink-900-24x24.png) ![pink A100](https://mui.com/static/colors-preview/pink-A100-24x24.png) ![pink A200](https://mui.com/static/colors-preview/pink-A200-24x24.png) ![pink A400](https://mui.com/static/colors-preview/pink-A400-24x24.png) ![pink A700](https://mui.com/static/colors-preview/pink-A700-24x24.png)
4
3
  */
@@ -1,4 +1,3 @@
1
- /* tslint:disable max-line-length */
2
1
  /**
3
2
  * ![purple 50](https://mui.com/static/colors-preview/purple-50-24x24.png) ![purple 100](https://mui.com/static/colors-preview/purple-100-24x24.png) ![purple 200](https://mui.com/static/colors-preview/purple-200-24x24.png) ![purple 300](https://mui.com/static/colors-preview/purple-300-24x24.png) ![purple 400](https://mui.com/static/colors-preview/purple-400-24x24.png) ![purple 500](https://mui.com/static/colors-preview/purple-500-24x24.png) ![purple 600](https://mui.com/static/colors-preview/purple-600-24x24.png) ![purple 700](https://mui.com/static/colors-preview/purple-700-24x24.png) ![purple 800](https://mui.com/static/colors-preview/purple-800-24x24.png) ![purple 900](https://mui.com/static/colors-preview/purple-900-24x24.png) ![purple A100](https://mui.com/static/colors-preview/purple-A100-24x24.png) ![purple A200](https://mui.com/static/colors-preview/purple-A200-24x24.png) ![purple A400](https://mui.com/static/colors-preview/purple-A400-24x24.png) ![purple A700](https://mui.com/static/colors-preview/purple-A700-24x24.png)
4
3
  */
package/colors/red.d.ts CHANGED
@@ -1,4 +1,3 @@
1
- /* tslint:disable max-line-length */
2
1
  /**
3
2
  * ![red 50](https://mui.com/static/colors-preview/red-50-24x24.png) ![red 100](https://mui.com/static/colors-preview/red-100-24x24.png) ![red 200](https://mui.com/static/colors-preview/red-200-24x24.png) ![red 300](https://mui.com/static/colors-preview/red-300-24x24.png) ![red 400](https://mui.com/static/colors-preview/red-400-24x24.png) ![red 500](https://mui.com/static/colors-preview/red-500-24x24.png) ![red 600](https://mui.com/static/colors-preview/red-600-24x24.png) ![red 700](https://mui.com/static/colors-preview/red-700-24x24.png) ![red 800](https://mui.com/static/colors-preview/red-800-24x24.png) ![red 900](https://mui.com/static/colors-preview/red-900-24x24.png) ![red A100](https://mui.com/static/colors-preview/red-A100-24x24.png) ![red A200](https://mui.com/static/colors-preview/red-A200-24x24.png) ![red A400](https://mui.com/static/colors-preview/red-A400-24x24.png) ![red A700](https://mui.com/static/colors-preview/red-A700-24x24.png)
4
3
  */
package/colors/teal.d.ts CHANGED
@@ -1,4 +1,3 @@
1
- /* tslint:disable max-line-length */
2
1
  /**
3
2
  * ![teal 50](https://mui.com/static/colors-preview/teal-50-24x24.png) ![teal 100](https://mui.com/static/colors-preview/teal-100-24x24.png) ![teal 200](https://mui.com/static/colors-preview/teal-200-24x24.png) ![teal 300](https://mui.com/static/colors-preview/teal-300-24x24.png) ![teal 400](https://mui.com/static/colors-preview/teal-400-24x24.png) ![teal 500](https://mui.com/static/colors-preview/teal-500-24x24.png) ![teal 600](https://mui.com/static/colors-preview/teal-600-24x24.png) ![teal 700](https://mui.com/static/colors-preview/teal-700-24x24.png) ![teal 800](https://mui.com/static/colors-preview/teal-800-24x24.png) ![teal 900](https://mui.com/static/colors-preview/teal-900-24x24.png) ![teal A100](https://mui.com/static/colors-preview/teal-A100-24x24.png) ![teal A200](https://mui.com/static/colors-preview/teal-A200-24x24.png) ![teal A400](https://mui.com/static/colors-preview/teal-A400-24x24.png) ![teal A700](https://mui.com/static/colors-preview/teal-A700-24x24.png)
4
3
  */
@@ -1,4 +1,3 @@
1
- /* tslint:disable max-line-length */
2
1
  /**
3
2
  * ![yellow 50](https://mui.com/static/colors-preview/yellow-50-24x24.png) ![yellow 100](https://mui.com/static/colors-preview/yellow-100-24x24.png) ![yellow 200](https://mui.com/static/colors-preview/yellow-200-24x24.png) ![yellow 300](https://mui.com/static/colors-preview/yellow-300-24x24.png) ![yellow 400](https://mui.com/static/colors-preview/yellow-400-24x24.png) ![yellow 500](https://mui.com/static/colors-preview/yellow-500-24x24.png) ![yellow 600](https://mui.com/static/colors-preview/yellow-600-24x24.png) ![yellow 700](https://mui.com/static/colors-preview/yellow-700-24x24.png) ![yellow 800](https://mui.com/static/colors-preview/yellow-800-24x24.png) ![yellow 900](https://mui.com/static/colors-preview/yellow-900-24x24.png) ![yellow A100](https://mui.com/static/colors-preview/yellow-A100-24x24.png) ![yellow A200](https://mui.com/static/colors-preview/yellow-A200-24x24.png) ![yellow A400](https://mui.com/static/colors-preview/yellow-A400-24x24.png) ![yellow A700](https://mui.com/static/colors-preview/yellow-A700-24x24.png)
4
3
  */
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/material v5.14.20
2
+ * @mui/material v5.15.1
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
@@ -33,7 +33,7 @@ var AccordionActionsRoot = styled('div', {
33
33
  padding: 8,
34
34
  justifyContent: 'flex-end'
35
35
  }, !ownerState.disableSpacing && {
36
- '& > :not(:first-of-type)': {
36
+ '& > :not(style) ~ :not(style)': {
37
37
  marginLeft: 8
38
38
  }
39
39
  });
@@ -165,7 +165,6 @@ var AutocompleteEndAdornment = styled('div', {
165
165
  right: 0,
166
166
  top: 'calc(50% - 14px)' // Center vertically
167
167
  });
168
-
169
168
  var AutocompleteClearIndicator = styled(IconButton, {
170
169
  name: 'MuiAutocomplete',
171
170
  slot: 'ClearIndicator',
@@ -672,7 +671,7 @@ process.env.NODE_ENV !== "production" ? Autocomplete.propTypes /* remove-proptyp
672
671
  // | To update them edit the d.ts file and run "yarn proptypes" |
673
672
  // ----------------------------------------------------------------------
674
673
  /**
675
- * If `true`, the portion of the selected suggestion that has not been typed by the user,
674
+ * If `true`, the portion of the selected suggestion that the user hasn't typed,
676
675
  * known as the completion string, appears inline after the input cursor in the textbox.
677
676
  * The inline completion string is visually highlighted and has a selected state.
678
677
  * @default false
@@ -688,7 +687,7 @@ process.env.NODE_ENV !== "production" ? Autocomplete.propTypes /* remove-proptyp
688
687
  * when the Autocomplete loses focus unless the user chooses
689
688
  * a different option or changes the character string in the input.
690
689
  *
691
- * When using `freeSolo` mode, the typed value will be the input value
690
+ * When using the `freeSolo` mode, the typed value will be the input value
692
691
  * if the Autocomplete loses focus without highlighting an option.
693
692
  * @default false
694
693
  */
@@ -723,8 +722,8 @@ process.env.NODE_ENV !== "production" ? Autocomplete.propTypes /* remove-proptyp
723
722
  /**
724
723
  * If `true`, the input's text is cleared on blur if no value is selected.
725
724
  *
726
- * Set to `true` if you want to help the user enter a new value.
727
- * Set to `false` if you want to help the user resume their search.
725
+ * Set it to `true` if you want to help the user enter a new value.
726
+ * Set it to `false` if you want to help the user resume their search.
728
727
  * @default !props.freeSolo
729
728
  */
730
729
  clearOnBlur: PropTypes.bool,
@@ -244,7 +244,7 @@ var ButtonBase = /*#__PURE__*/React.forwardRef(function ButtonBase(inProps, ref)
244
244
  });
245
245
  var handleKeyUp = useEventCallback(function (event) {
246
246
  // calling preventDefault in keyUp on a <button> will not dispatch a click event if Space is pressed
247
- // https://codesandbox.io/s/button-keyup-preventdefault-dn7f0
247
+ // https://codesandbox.io/p/sandbox/button-keyup-preventdefault-dn7f0
248
248
  if (focusRipple && event.key === ' ' && rippleRef.current && focusVisible && !event.defaultPrevented) {
249
249
  keydownRef.current = false;
250
250
  rippleRef.current.stop(event, function () {
@@ -2,4 +2,6 @@
2
2
 
3
3
  export { default } from './ButtonGroup';
4
4
  export { default as buttonGroupClasses } from './buttonGroupClasses';
5
- export * from './buttonGroupClasses';
5
+ export * from './buttonGroupClasses';
6
+ export { default as ButtonGroupContext } from './ButtonGroupContext';
7
+ export { default as ButtonGroupButtonContext } from './ButtonGroupButtonContext';
@@ -32,7 +32,7 @@ var CardActionsRoot = styled('div', {
32
32
  alignItems: 'center',
33
33
  padding: 8
34
34
  }, !ownerState.disableSpacing && {
35
- '& > :not(:first-of-type)': {
35
+ '& > :not(style) ~ :not(style)': {
36
36
  marginLeft: 8
37
37
  }
38
38
  });
@@ -60,7 +60,6 @@ var CircularProgressSVG = styled('svg', {
60
60
  })({
61
61
  display: 'block' // Keeps the progress centered
62
62
  });
63
-
64
63
  var CircularProgressCircle = styled('circle', {
65
64
  name: 'MuiCircularProgress',
66
65
  slot: 'Circle',
@@ -101,11 +101,7 @@ var InputLabelRoot = styled(FormLabel, {
101
101
  // but it feels a better when it bleeds a bit on the left, so 32px.
102
102
  maxWidth: 'calc(133% - 32px)',
103
103
  transform: 'translate(14px, -9px) scale(0.75)'
104
- }), ownerState.variant === 'standard' && {
105
- '&:not(label) + div': {
106
- marginTop: 16
107
- }
108
- });
104
+ }));
109
105
  });
110
106
  var InputLabel = /*#__PURE__*/React.forwardRef(function InputLabel(inProps, ref) {
111
107
  var props = useThemeProps({
@@ -47,7 +47,6 @@ export var nativeSelectSelectStyles = function nativeSelectSelectStyles(_ref) {
47
47
  }, {
48
48
  borderRadius: 0 // Reset Chrome style
49
49
  }),
50
-
51
50
  // Remove IE11 arrow
52
51
  '&::-ms-expand': {
53
52
  display: 'none'
@@ -70,7 +69,6 @@ export var nativeSelectSelectStyles = function nativeSelectSelectStyles(_ref) {
70
69
  '&:focus': {
71
70
  borderRadius: (theme.vars || theme).shape.borderRadius // Reset the reset for Chrome style
72
71
  },
73
-
74
72
  '&&&': {
75
73
  paddingRight: 32
76
74
  }
@@ -391,7 +391,6 @@ var SelectInput = /*#__PURE__*/React.forwardRef(function SelectInput(props, ref)
391
391
  'data-value': child.props.value // Instead, we provide it as a data attribute.
392
392
  });
393
393
  });
394
-
395
394
  if (process.env.NODE_ENV !== 'production') {
396
395
  // eslint-disable-next-line react-hooks/rules-of-hooks
397
396
  React.useEffect(function () {
@@ -446,7 +445,6 @@ var SelectInput = /*#__PURE__*/React.forwardRef(function SelectInput(props, ref)
446
445
  var classes = useUtilityClasses(ownerState);
447
446
  var paperProps = _extends({}, MenuProps.PaperProps, (_MenuProps$slotProps = MenuProps.slotProps) == null ? void 0 : _MenuProps$slotProps.paper);
448
447
  var listboxId = useId();
449
- var hiddenInputId = useId();
450
448
  return /*#__PURE__*/_jsxs(React.Fragment, {
451
449
  children: [/*#__PURE__*/_jsx(SelectSelect, _extends({
452
450
  ref: handleDisplayRef,
@@ -477,7 +475,7 @@ var SelectInput = /*#__PURE__*/React.forwardRef(function SelectInput(props, ref)
477
475
  })), /*#__PURE__*/_jsx(SelectNativeInput, _extends({
478
476
  "aria-invalid": error,
479
477
  value: Array.isArray(value) ? value.join(',') : value,
480
- name: name != null ? name : hiddenInputId,
478
+ name: name,
481
479
  ref: inputRef,
482
480
  "aria-hidden": true,
483
481
  onChange: handleChange,
@@ -100,7 +100,6 @@ var TablePaginationSelect = styled(Select, {
100
100
  textAlign: 'right',
101
101
  textAlignLast: 'right' // Align <select> on Chrome.
102
102
  }));
103
-
104
103
  var TablePaginationMenuItem = styled(MenuItem, {
105
104
  name: 'MuiTablePagination',
106
105
  slot: 'MenuItem',
@@ -184,8 +183,11 @@ var TablePagination = /*#__PURE__*/React.forwardRef(function TablePagination(inP
184
183
  showFirstButton = _props$showFirstButto === void 0 ? false : _props$showFirstButto,
185
184
  _props$showLastButton = props.showLastButton,
186
185
  showLastButton = _props$showLastButton === void 0 ? false : _props$showLastButton,
187
- slotProps = props.slotProps,
188
- other = _objectWithoutProperties(props, ["ActionsComponent", "backIconButtonProps", "className", "colSpan", "component", "count", "disabled", "getItemAriaLabel", "labelDisplayedRows", "labelRowsPerPage", "nextIconButtonProps", "onPageChange", "onRowsPerPageChange", "page", "rowsPerPage", "rowsPerPageOptions", "SelectProps", "showFirstButton", "showLastButton", "slotProps"]);
186
+ _props$slotProps = props.slotProps,
187
+ slotProps = _props$slotProps === void 0 ? {} : _props$slotProps,
188
+ _props$slots = props.slots,
189
+ slots = _props$slots === void 0 ? {} : _props$slots,
190
+ other = _objectWithoutProperties(props, ["ActionsComponent", "backIconButtonProps", "className", "colSpan", "component", "count", "disabled", "getItemAriaLabel", "labelDisplayedRows", "labelRowsPerPage", "nextIconButtonProps", "onPageChange", "onRowsPerPageChange", "page", "rowsPerPage", "rowsPerPageOptions", "SelectProps", "showFirstButton", "showLastButton", "slotProps", "slots"]);
189
191
  var ownerState = props;
190
192
  var classes = useUtilityClasses(ownerState);
191
193
  var selectProps = (_slotProps$select = slotProps == null ? void 0 : slotProps.select) != null ? _slotProps$select : SelectProps;
@@ -194,7 +196,6 @@ var TablePagination = /*#__PURE__*/React.forwardRef(function TablePagination(inP
194
196
  if (component === TableCell || component === 'td') {
195
197
  colSpan = colSpanProp || 1000; // col-span over everything
196
198
  }
197
-
198
199
  var selectId = useId(selectProps.id);
199
200
  var labelId = useId(selectProps.labelId);
200
201
  var getLabelDisplayedRowsTo = function getLabelDisplayedRowsTo() {
@@ -263,7 +264,8 @@ var TablePagination = /*#__PURE__*/React.forwardRef(function TablePagination(inP
263
264
  rowsPerPage: rowsPerPage,
264
265
  showFirstButton: showFirstButton,
265
266
  showLastButton: showLastButton,
266
- slotProps: slotProps == null ? void 0 : slotProps.actions,
267
+ slotProps: slotProps.actions,
268
+ slots: slots.actions,
267
269
  getItemAriaLabel: getItemAriaLabel,
268
270
  disabled: disabled
269
271
  })]
@@ -423,12 +425,33 @@ process.env.NODE_ENV !== "production" ? TablePagination.propTypes /* remove-prop
423
425
  slotProps: PropTypes.shape({
424
426
  actions: PropTypes.shape({
425
427
  firstButton: PropTypes.object,
428
+ firstButtonIcon: PropTypes.object,
426
429
  lastButton: PropTypes.object,
430
+ lastButtonIcon: PropTypes.object,
427
431
  nextButton: PropTypes.object,
428
- previousButton: PropTypes.object
432
+ nextButtonIcon: PropTypes.object,
433
+ previousButton: PropTypes.object,
434
+ previousButtonIcon: PropTypes.object
429
435
  }),
430
436
  select: PropTypes.object
431
437
  }),
438
+ /**
439
+ * The components used for each slot inside the TablePagination.
440
+ * Either a string to use a HTML element or a component.
441
+ * @default {}
442
+ */
443
+ slots: PropTypes.shape({
444
+ actions: PropTypes.shape({
445
+ firstButton: PropTypes.elementType,
446
+ firstButtonIcon: PropTypes.elementType,
447
+ lastButton: PropTypes.elementType,
448
+ lastButtonIcon: PropTypes.elementType,
449
+ nextButton: PropTypes.elementType,
450
+ nextButtonIcon: PropTypes.elementType,
451
+ previousButton: PropTypes.elementType,
452
+ previousButtonIcon: PropTypes.elementType
453
+ })
454
+ }),
432
455
  /**
433
456
  * The system prop that allows defining system overrides as well as additional CSS styles.
434
457
  */
@@ -2,15 +2,14 @@
2
2
 
3
3
  import _extends from "@babel/runtime/helpers/esm/extends";
4
4
  import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
5
- var _LastPageIcon, _FirstPageIcon, _KeyboardArrowRight, _KeyboardArrowLeft, _KeyboardArrowLeft2, _KeyboardArrowRight2, _FirstPageIcon2, _LastPageIcon2;
6
5
  import * as React from 'react';
7
6
  import PropTypes from 'prop-types';
8
7
  import KeyboardArrowLeft from '../internal/svg-icons/KeyboardArrowLeft';
9
8
  import KeyboardArrowRight from '../internal/svg-icons/KeyboardArrowRight';
10
9
  import useTheme from '../styles/useTheme';
11
10
  import IconButton from '../IconButton';
12
- import LastPageIcon from '../internal/svg-icons/LastPage';
13
- import FirstPageIcon from '../internal/svg-icons/FirstPage';
11
+ import LastPageIconDefault from '../internal/svg-icons/LastPage';
12
+ import FirstPageIconDefault from '../internal/svg-icons/FirstPage';
14
13
 
15
14
  /**
16
15
  * @ignore - internal component.
@@ -18,7 +17,7 @@ import FirstPageIcon from '../internal/svg-icons/FirstPage';
18
17
  import { jsx as _jsx } from "react/jsx-runtime";
19
18
  import { jsxs as _jsxs } from "react/jsx-runtime";
20
19
  var TablePaginationActions = /*#__PURE__*/React.forwardRef(function TablePaginationActions(props, ref) {
21
- var _slotProps$firstButto, _slotProps$previousBu, _slotProps$nextButton, _slotProps$lastButton;
20
+ var _slots$firstButton, _slots$lastButton, _slots$nextButton, _slots$previousButton, _slots$firstButtonIco, _slots$lastButtonIcon, _slots$nextButtonIcon, _slots$previousButton2;
22
21
  var backIconButtonProps = props.backIconButtonProps,
23
22
  count = props.count,
24
23
  _props$disabled = props.disabled,
@@ -30,8 +29,11 @@ var TablePaginationActions = /*#__PURE__*/React.forwardRef(function TablePaginat
30
29
  rowsPerPage = props.rowsPerPage,
31
30
  showFirstButton = props.showFirstButton,
32
31
  showLastButton = props.showLastButton,
33
- slotProps = props.slotProps,
34
- other = _objectWithoutProperties(props, ["backIconButtonProps", "count", "disabled", "getItemAriaLabel", "nextIconButtonProps", "onPageChange", "page", "rowsPerPage", "showFirstButton", "showLastButton", "slotProps"]);
32
+ _props$slots = props.slots,
33
+ slots = _props$slots === void 0 ? {} : _props$slots,
34
+ _props$slotProps = props.slotProps,
35
+ slotProps = _props$slotProps === void 0 ? {} : _props$slotProps,
36
+ other = _objectWithoutProperties(props, ["backIconButtonProps", "count", "disabled", "getItemAriaLabel", "nextIconButtonProps", "onPageChange", "page", "rowsPerPage", "showFirstButton", "showLastButton", "slots", "slotProps"]);
35
37
  var theme = useTheme();
36
38
  var handleFirstPageButtonClick = function handleFirstPageButtonClick(event) {
37
39
  onPageChange(event, 0);
@@ -45,39 +47,55 @@ var TablePaginationActions = /*#__PURE__*/React.forwardRef(function TablePaginat
45
47
  var handleLastPageButtonClick = function handleLastPageButtonClick(event) {
46
48
  onPageChange(event, Math.max(0, Math.ceil(count / rowsPerPage) - 1));
47
49
  };
50
+ var FirstButton = (_slots$firstButton = slots.firstButton) != null ? _slots$firstButton : IconButton;
51
+ var LastButton = (_slots$lastButton = slots.lastButton) != null ? _slots$lastButton : IconButton;
52
+ var NextButton = (_slots$nextButton = slots.nextButton) != null ? _slots$nextButton : IconButton;
53
+ var PreviousButton = (_slots$previousButton = slots.previousButton) != null ? _slots$previousButton : IconButton;
54
+ var FirstButtonIcon = (_slots$firstButtonIco = slots.firstButtonIcon) != null ? _slots$firstButtonIco : FirstPageIconDefault;
55
+ var LastButtonIcon = (_slots$lastButtonIcon = slots.lastButtonIcon) != null ? _slots$lastButtonIcon : LastPageIconDefault;
56
+ var NextButtonIcon = (_slots$nextButtonIcon = slots.nextButtonIcon) != null ? _slots$nextButtonIcon : KeyboardArrowRight;
57
+ var PreviousButtonIcon = (_slots$previousButton2 = slots.previousButtonIcon) != null ? _slots$previousButton2 : KeyboardArrowLeft;
58
+ var FirstButtonSlot = theme.direction === 'rtl' ? LastButton : FirstButton;
59
+ var PreviousButtonSlot = theme.direction === 'rtl' ? NextButton : PreviousButton;
60
+ var NextButtonSlot = theme.direction === 'rtl' ? PreviousButton : NextButton;
61
+ var LastButtonSlot = theme.direction === 'rtl' ? FirstButton : LastButton;
62
+ var firstButtonSlotProps = theme.direction === 'rtl' ? slotProps.lastButton : slotProps.firstButton;
63
+ var previousButtonSlotProps = theme.direction === 'rtl' ? slotProps.nextButton : slotProps.previousButton;
64
+ var nextButtonSlotProps = theme.direction === 'rtl' ? slotProps.previousButton : slotProps.nextButton;
65
+ var lastButtonSlotProps = theme.direction === 'rtl' ? slotProps.firstButton : slotProps.lastButton;
48
66
  return /*#__PURE__*/_jsxs("div", _extends({
49
67
  ref: ref
50
68
  }, other, {
51
- children: [showFirstButton && /*#__PURE__*/_jsx(IconButton, _extends({
69
+ children: [showFirstButton && /*#__PURE__*/_jsx(FirstButtonSlot, _extends({
52
70
  onClick: handleFirstPageButtonClick,
53
71
  disabled: disabled || page === 0,
54
72
  "aria-label": getItemAriaLabel('first', page),
55
73
  title: getItemAriaLabel('first', page)
56
- }, (_slotProps$firstButto = slotProps == null ? void 0 : slotProps.firstButton) != null ? _slotProps$firstButto : {}, {
57
- children: theme.direction === 'rtl' ? _LastPageIcon || (_LastPageIcon = /*#__PURE__*/_jsx(LastPageIcon, {})) : _FirstPageIcon || (_FirstPageIcon = /*#__PURE__*/_jsx(FirstPageIcon, {}))
58
- })), /*#__PURE__*/_jsx(IconButton, _extends({
74
+ }, firstButtonSlotProps, {
75
+ children: theme.direction === 'rtl' ? /*#__PURE__*/_jsx(LastButtonIcon, _extends({}, slotProps.lastButtonIcon)) : /*#__PURE__*/_jsx(FirstButtonIcon, _extends({}, slotProps.firstButtonIcon))
76
+ })), /*#__PURE__*/_jsx(PreviousButtonSlot, _extends({
59
77
  onClick: handleBackButtonClick,
60
78
  disabled: disabled || page === 0,
61
79
  color: "inherit",
62
80
  "aria-label": getItemAriaLabel('previous', page),
63
81
  title: getItemAriaLabel('previous', page)
64
- }, (_slotProps$previousBu = slotProps == null ? void 0 : slotProps.previousButton) != null ? _slotProps$previousBu : backIconButtonProps, {
65
- children: theme.direction === 'rtl' ? _KeyboardArrowRight || (_KeyboardArrowRight = /*#__PURE__*/_jsx(KeyboardArrowRight, {})) : _KeyboardArrowLeft || (_KeyboardArrowLeft = /*#__PURE__*/_jsx(KeyboardArrowLeft, {}))
66
- })), /*#__PURE__*/_jsx(IconButton, _extends({
82
+ }, previousButtonSlotProps != null ? previousButtonSlotProps : backIconButtonProps, {
83
+ children: theme.direction === 'rtl' ? /*#__PURE__*/_jsx(NextButtonIcon, _extends({}, slotProps.nextButtonIcon)) : /*#__PURE__*/_jsx(PreviousButtonIcon, _extends({}, slotProps.previousButtonIcon))
84
+ })), /*#__PURE__*/_jsx(NextButtonSlot, _extends({
67
85
  onClick: handleNextButtonClick,
68
86
  disabled: disabled || (count !== -1 ? page >= Math.ceil(count / rowsPerPage) - 1 : false),
69
87
  color: "inherit",
70
88
  "aria-label": getItemAriaLabel('next', page),
71
89
  title: getItemAriaLabel('next', page)
72
- }, (_slotProps$nextButton = slotProps == null ? void 0 : slotProps.nextButton) != null ? _slotProps$nextButton : nextIconButtonProps, {
73
- children: theme.direction === 'rtl' ? _KeyboardArrowLeft2 || (_KeyboardArrowLeft2 = /*#__PURE__*/_jsx(KeyboardArrowLeft, {})) : _KeyboardArrowRight2 || (_KeyboardArrowRight2 = /*#__PURE__*/_jsx(KeyboardArrowRight, {}))
74
- })), showLastButton && /*#__PURE__*/_jsx(IconButton, _extends({
90
+ }, nextButtonSlotProps != null ? nextButtonSlotProps : nextIconButtonProps, {
91
+ children: theme.direction === 'rtl' ? /*#__PURE__*/_jsx(PreviousButtonIcon, _extends({}, slotProps.previousButtonIcon)) : /*#__PURE__*/_jsx(NextButtonIcon, _extends({}, slotProps.nextButtonIcon))
92
+ })), showLastButton && /*#__PURE__*/_jsx(LastButtonSlot, _extends({
75
93
  onClick: handleLastPageButtonClick,
76
94
  disabled: disabled || page >= Math.ceil(count / rowsPerPage) - 1,
77
95
  "aria-label": getItemAriaLabel('last', page),
78
96
  title: getItemAriaLabel('last', page)
79
- }, (_slotProps$lastButton = slotProps == null ? void 0 : slotProps.lastButton) != null ? _slotProps$lastButton : {}, {
80
- children: theme.direction === 'rtl' ? _FirstPageIcon2 || (_FirstPageIcon2 = /*#__PURE__*/_jsx(FirstPageIcon, {})) : _LastPageIcon2 || (_LastPageIcon2 = /*#__PURE__*/_jsx(LastPageIcon, {}))
97
+ }, lastButtonSlotProps, {
98
+ children: theme.direction === 'rtl' ? /*#__PURE__*/_jsx(FirstButtonIcon, _extends({}, slotProps.firstButtonIcon)) : /*#__PURE__*/_jsx(LastButtonIcon, _extends({}, slotProps.lastButtonIcon))
81
99
  }))]
82
100
  }));
83
101
  });
@@ -138,9 +156,28 @@ process.env.NODE_ENV !== "production" ? TablePaginationActions.propTypes = {
138
156
  */
139
157
  slotProps: PropTypes.shape({
140
158
  firstButton: PropTypes.object,
159
+ firstButtonIcon: PropTypes.object,
141
160
  lastButton: PropTypes.object,
161
+ lastButtonIcon: PropTypes.object,
142
162
  nextButton: PropTypes.object,
143
- previousButton: PropTypes.object
163
+ nextButtonIcon: PropTypes.object,
164
+ previousButton: PropTypes.object,
165
+ previousButtonIcon: PropTypes.object
166
+ }),
167
+ /**
168
+ * The components used for each slot inside the TablePaginationActions.
169
+ * Either a string to use a HTML element or a component.
170
+ * @default {}
171
+ */
172
+ slots: PropTypes.shape({
173
+ firstButton: PropTypes.elementType,
174
+ firstButtonIcon: PropTypes.elementType,
175
+ lastButton: PropTypes.elementType,
176
+ lastButtonIcon: PropTypes.elementType,
177
+ nextButton: PropTypes.elementType,
178
+ nextButtonIcon: PropTypes.elementType,
179
+ previousButton: PropTypes.elementType,
180
+ previousButtonIcon: PropTypes.elementType
144
181
  })
145
182
  } : void 0;
146
183
  export default TablePaginationActions;
@@ -190,7 +190,6 @@ var TabsScrollbarSize = styled(ScrollbarSize)({
190
190
  display: 'none' // Safari + Chrome
191
191
  }
192
192
  });
193
-
194
193
  var defaultIndicatorStyle = {};
195
194
  var warnedOnceTabPresent = false;
196
195
  var Tabs = /*#__PURE__*/React.forwardRef(function Tabs(inProps, ref) {
package/legacy/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/material v5.14.20
2
+ * @mui/material v5.15.1
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
@@ -329,7 +329,6 @@ export var azAZ = {
329
329
  // `${from}–${to} dən ${count !== -1 ? count : `more than ${to}`}`,
330
330
  }
331
331
  },
332
-
333
332
  MuiRating: {
334
333
  defaultProps: {
335
334
  getLabelText: function getLabelText(value) {
@@ -569,7 +568,6 @@ export var bgBG = {
569
568
  // `${from}–${to} от ${count !== -1 ? count : `more than ${to}`}`,
570
569
  }
571
570
  },
572
-
573
571
  MuiRating: {
574
572
  defaultProps: {
575
573
  getLabelText: function getLabelText(value) {
@@ -642,7 +640,6 @@ export var caES = {
642
640
  // `${from}–${to} de ${count !== -1 ? count : `more than ${to}`}`,
643
641
  }
644
642
  },
645
-
646
643
  MuiRating: {
647
644
  defaultProps: {
648
645
  getLabelText: function getLabelText(value) {
@@ -688,7 +685,6 @@ export var caES = {
688
685
  // },
689
686
  }
690
687
  };
691
-
692
688
  export var csCZ = {
693
689
  components: {
694
690
  MuiBreadcrumbs: {
@@ -1710,7 +1706,6 @@ export var huHU = {
1710
1706
  // `${from}–${to} / ${count !== -1 ? count : `more than ${to}`}`,
1711
1707
  }
1712
1708
  },
1713
-
1714
1709
  MuiRating: {
1715
1710
  defaultProps: {
1716
1711
  getLabelText: function getLabelText(value) {
@@ -1783,7 +1778,6 @@ export var hyAM = {
1783
1778
  // `${from}–${to} / ${count !== -1 ? count : `more than ${to}`}`,
1784
1779
  }
1785
1780
  },
1786
-
1787
1781
  MuiRating: {
1788
1782
  defaultProps: {
1789
1783
  getLabelText: function getLabelText(value) {
@@ -1829,7 +1823,6 @@ export var hyAM = {
1829
1823
  // },
1830
1824
  }
1831
1825
  };
1832
-
1833
1826
  export var idID = {
1834
1827
  components: {
1835
1828
  // MuiBreadcrumbs: {
@@ -1857,7 +1850,6 @@ export var idID = {
1857
1850
  // `${from}–${to} dari ${count !== -1 ? count : `more than ${to}`}`,
1858
1851
  }
1859
1852
  },
1860
-
1861
1853
  MuiRating: {
1862
1854
  defaultProps: {
1863
1855
  getLabelText: function getLabelText(value) {
@@ -1866,7 +1858,6 @@ export var idID = {
1866
1858
  // emptyLabelText: 'Empty',
1867
1859
  }
1868
1860
  },
1869
-
1870
1861
  MuiAutocomplete: {
1871
1862
  defaultProps: {
1872
1863
  clearText: 'Hapus',
@@ -1904,7 +1895,6 @@ export var idID = {
1904
1895
  // },
1905
1896
  }
1906
1897
  };
1907
-
1908
1898
  export var isIS = {
1909
1899
  components: {
1910
1900
  MuiBreadcrumbs: {
@@ -3322,7 +3312,6 @@ export var roRO = {
3322
3312
  // `${from}–${to} din ${count !== -1 ? count : `more than ${to}`}`,
3323
3313
  }
3324
3314
  },
3325
-
3326
3315
  MuiRating: {
3327
3316
  defaultProps: {
3328
3317
  getLabelText: function getLabelText(value) {