@mui/material 5.5.0 → 5.5.3

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 (344) 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/Alert.d.ts +3 -1
  6. package/Alert/Alert.js +3 -1
  7. package/Alert/alertClasses.d.ts +44 -44
  8. package/AlertTitle/alertTitleClasses.d.ts +8 -8
  9. package/AppBar/AppBar.d.ts +3 -1
  10. package/AppBar/AppBar.js +3 -1
  11. package/AppBar/appBarClasses.d.ts +28 -28
  12. package/Autocomplete/Autocomplete.js +1 -1
  13. package/Autocomplete/autocompleteClasses.d.ts +54 -54
  14. package/Avatar/avatarClasses.d.ts +20 -20
  15. package/AvatarGroup/avatarGroupClasses.d.ts +10 -10
  16. package/Backdrop/Backdrop.d.ts +32 -15
  17. package/Backdrop/Backdrop.js +26 -20
  18. package/Backdrop/backdropClasses.d.ts +10 -0
  19. package/Backdrop/backdropClasses.js +6 -0
  20. package/Backdrop/index.d.ts +3 -0
  21. package/Backdrop/index.js +2 -1
  22. package/Badge/Badge.d.ts +3 -1
  23. package/Badge/Badge.js +3 -1
  24. package/BottomNavigation/BottomNavigation.js +0 -0
  25. package/BottomNavigation/bottomNavigationClasses.d.ts +8 -8
  26. package/BottomNavigationAction/bottomNavigationActionClasses.d.ts +14 -14
  27. package/Breadcrumbs/breadcrumbsClasses.d.ts +14 -14
  28. package/Button/Button.d.ts +3 -1
  29. package/Button/Button.js +3 -1
  30. package/Button/buttonClasses.d.ts +76 -76
  31. package/ButtonBase/ButtonBase.js +7 -7
  32. package/ButtonBase/buttonBaseClasses.d.ts +12 -12
  33. package/ButtonBase/touchRippleClasses.d.ts +20 -20
  34. package/ButtonGroup/ButtonGroup.d.ts +3 -1
  35. package/ButtonGroup/ButtonGroup.js +3 -1
  36. package/ButtonGroup/ButtonGroupContext.d.ts +18 -18
  37. package/ButtonGroup/buttonGroupClasses.d.ts +58 -58
  38. package/CHANGELOG.md +206 -0
  39. package/Card/Card.d.ts +1 -0
  40. package/Card/cardClasses.d.ts +8 -8
  41. package/CardActionArea/cardActionAreaClasses.d.ts +12 -12
  42. package/CardActions/cardActionsClasses.d.ts +10 -10
  43. package/CardContent/cardContentClasses.d.ts +8 -8
  44. package/CardHeader/cardHeaderClasses.d.ts +18 -18
  45. package/CardMedia/cardMediaClasses.d.ts +12 -12
  46. package/Checkbox/Checkbox.d.ts +3 -1
  47. package/Checkbox/Checkbox.js +3 -1
  48. package/Checkbox/checkboxClasses.d.ts +18 -18
  49. package/Chip/Chip.d.ts +3 -1
  50. package/Chip/Chip.js +3 -1
  51. package/Chip/chipClasses.d.ts +80 -80
  52. package/CircularProgress/CircularProgress.d.ts +3 -1
  53. package/CircularProgress/CircularProgress.js +3 -1
  54. package/CircularProgress/circularProgressClasses.d.ts +26 -26
  55. package/ClickAwayListener/index.d.ts +2 -2
  56. package/Collapse/collapseClasses.d.ts +18 -18
  57. package/Container/containerClasses.d.ts +22 -22
  58. package/Dialog/DialogContext.d.ts +6 -6
  59. package/Dialog/dialogClasses.d.ts +36 -36
  60. package/DialogActions/dialogActionsClasses.d.ts +10 -10
  61. package/DialogContent/dialogContentClasses.d.ts +10 -10
  62. package/DialogContentText/dialogContentTextClasses.d.ts +8 -8
  63. package/DialogTitle/dialogTitleClasses.d.ts +8 -8
  64. package/Divider/dividerClasses.d.ts +34 -34
  65. package/Drawer/drawerClasses.d.ts +30 -30
  66. package/Fab/Fab.d.ts +3 -1
  67. package/Fab/Fab.js +4 -1
  68. package/Fab/fabClasses.d.ts +26 -26
  69. package/FilledInput/FilledInput.js +4 -2
  70. package/FilledInput/filledInputClasses.d.ts +40 -40
  71. package/FormControl/FormControl.d.ts +3 -1
  72. package/FormControl/FormControl.js +3 -1
  73. package/FormControl/formControlClasses.d.ts +14 -14
  74. package/FormControlLabel/FormControlLabel.d.ts +1 -1
  75. package/FormControlLabel/FormControlLabel.js +14 -9
  76. package/FormControlLabel/formControlLabelClasses.d.ts +20 -20
  77. package/FormGroup/formGroupClasses.d.ts +12 -12
  78. package/FormHelperText/formHelperTextClasses.d.ts +22 -22
  79. package/FormLabel/FormLabel.d.ts +3 -1
  80. package/FormLabel/FormLabel.js +3 -1
  81. package/FormLabel/formLabelClasses.d.ts +22 -22
  82. package/Grid/Grid.js +10 -14
  83. package/Grid/gridClasses.d.ts +48 -48
  84. package/Grow/Grow.js +11 -5
  85. package/Icon/Icon.d.ts +3 -1
  86. package/Icon/Icon.js +3 -1
  87. package/Icon/iconClasses.d.ts +24 -24
  88. package/IconButton/IconButton.d.ts +3 -1
  89. package/IconButton/IconButton.js +3 -1
  90. package/IconButton/iconButtonClasses.d.ts +26 -26
  91. package/ImageList/imageListClasses.d.ts +16 -16
  92. package/ImageListItem/imageListItemClasses.d.ts +18 -18
  93. package/ImageListItemBar/imageListItemBarClasses.d.ts +30 -30
  94. package/Input/Input.js +4 -2
  95. package/Input/inputClasses.d.ts +34 -34
  96. package/InputAdornment/inputAdornmentClasses.d.ts +24 -24
  97. package/InputBase/InputBase.d.ts +4 -2
  98. package/InputBase/InputBase.js +4 -2
  99. package/InputBase/inputBaseClasses.d.ts +44 -44
  100. package/InputLabel/InputLabel.js +3 -1
  101. package/InputLabel/inputLabelClasses.d.ts +32 -32
  102. package/LinearProgress/LinearProgress.d.ts +3 -1
  103. package/LinearProgress/LinearProgress.js +3 -1
  104. package/LinearProgress/linearProgressClasses.d.ts +42 -42
  105. package/Link/linkClasses.d.ts +18 -18
  106. package/List/listClasses.d.ts +14 -14
  107. package/ListItem/listItemClasses.d.ts +30 -30
  108. package/ListItemAvatar/listItemAvatarClasses.d.ts +10 -10
  109. package/ListItemButton/listItemButtonClasses.d.ts +22 -22
  110. package/ListItemIcon/listItemIconClasses.d.ts +10 -10
  111. package/ListItemSecondaryAction/listItemSecondaryActionClasses.d.ts +10 -10
  112. package/ListItemText/listItemTextClasses.d.ts +18 -18
  113. package/ListSubheader/listSubheaderClasses.d.ts +18 -18
  114. package/Menu/menuClasses.d.ts +12 -12
  115. package/MenuItem/menuItemClasses.d.ts +20 -20
  116. package/MobileStepper/mobileStepperClasses.d.ts +22 -22
  117. package/NativeSelect/nativeSelectClasses.d.ts +32 -32
  118. package/OutlinedInput/NotchedOutline.js +3 -1
  119. package/OutlinedInput/OutlinedInput.js +4 -2
  120. package/OutlinedInput/outlinedInputClasses.d.ts +36 -36
  121. package/Pagination/Pagination.d.ts +2 -0
  122. package/Pagination/Pagination.js +2 -0
  123. package/Pagination/paginationClasses.d.ts +14 -14
  124. package/PaginationItem/PaginationItem.d.ts +2 -0
  125. package/PaginationItem/PaginationItem.js +2 -0
  126. package/PaginationItem/paginationItemClasses.d.ts +42 -42
  127. package/Paper/paperClasses.d.ts +39 -39
  128. package/Popover/popoverClasses.d.ts +10 -10
  129. package/Popper/Popper.d.ts +29 -17
  130. package/Popper/Popper.js +21 -6
  131. package/README.md +1 -0
  132. package/Radio/Radio.d.ts +3 -1
  133. package/Radio/Radio.js +3 -1
  134. package/Radio/radioClasses.d.ts +16 -16
  135. package/RadioGroup/RadioGroupContext.d.ts +11 -11
  136. package/RadioGroup/useRadioGroup.d.ts +4 -4
  137. package/Rating/ratingClasses.d.ts +40 -40
  138. package/ScopedCssBaseline/scopedCssBaselineClasses.d.ts +8 -8
  139. package/Select/selectClasses.d.ts +30 -30
  140. package/Skeleton/skeletonClasses.d.ts +24 -24
  141. package/Slider/Slider.d.ts +3 -1
  142. package/Slider/Slider.js +3 -1
  143. package/Snackbar/Snackbar.js +1 -1
  144. package/Snackbar/snackbarClasses.d.ts +20 -20
  145. package/SnackbarContent/snackbarContentClasses.d.ts +12 -12
  146. package/SpeedDial/speedDialClasses.d.ts +22 -22
  147. package/SpeedDialAction/speedDialActionClasses.d.ts +20 -20
  148. package/SpeedDialIcon/speedDialIconClasses.d.ts +18 -18
  149. package/Step/StepContext.d.ts +20 -20
  150. package/Step/stepClasses.d.ts +16 -16
  151. package/StepButton/stepButtonClasses.d.ts +14 -14
  152. package/StepConnector/stepConnectorClasses.d.ts +26 -26
  153. package/StepContent/stepContentClasses.d.ts +12 -12
  154. package/StepIcon/stepIconClasses.d.ts +16 -16
  155. package/StepLabel/stepLabelClasses.d.ts +28 -28
  156. package/Stepper/stepperClasses.d.ts +14 -14
  157. package/SvgIcon/SvgIcon.d.ts +3 -1
  158. package/SvgIcon/SvgIcon.js +3 -1
  159. package/SvgIcon/svgIconClasses.d.ts +24 -24
  160. package/Switch/Switch.d.ts +3 -1
  161. package/Switch/Switch.js +3 -1
  162. package/Switch/switchClasses.d.ts +32 -32
  163. package/Tab/tabClasses.d.ts +26 -26
  164. package/TabScrollButton/tabScrollButtonClasses.d.ts +12 -12
  165. package/Table/tableClasses.d.ts +10 -10
  166. package/TableBody/tableBodyClasses.d.ts +8 -8
  167. package/TableCell/tableCellClasses.d.ts +32 -32
  168. package/TableContainer/tableContainerClasses.d.ts +8 -8
  169. package/TableFooter/tableFooterClasses.d.ts +8 -8
  170. package/TableHead/tableHeadClasses.d.ts +8 -8
  171. package/TablePagination/tablePaginationClasses.d.ts +28 -28
  172. package/TableRow/tableRowClasses.d.ts +16 -16
  173. package/TableSortLabel/tableSortLabelClasses.d.ts +16 -16
  174. package/Tabs/tabsClasses.d.ts +32 -32
  175. package/TextField/TextField.d.ts +3 -1
  176. package/TextField/TextField.js +3 -1
  177. package/TextField/textFieldClasses.d.ts +8 -8
  178. package/ToggleButton/ToggleButton.d.ts +2 -0
  179. package/ToggleButton/ToggleButton.js +2 -0
  180. package/ToggleButton/toggleButtonClasses.d.ts +24 -24
  181. package/ToggleButtonGroup/ToggleButtonGroup.d.ts +3 -1
  182. package/ToggleButtonGroup/ToggleButtonGroup.js +3 -1
  183. package/ToggleButtonGroup/toggleButtonGroupClasses.d.ts +18 -18
  184. package/Toolbar/toolbarClasses.d.ts +14 -14
  185. package/Tooltip/tooltipClasses.d.ts +30 -30
  186. package/Typography/typographyClasses.d.ts +50 -50
  187. package/Unstable_TrapFocus/index.d.ts +2 -2
  188. package/Unstable_TrapFocus/index.js +1 -1
  189. package/className/index.d.ts +8 -8
  190. package/darkScrollbar/index.d.ts +28 -28
  191. package/index.js +1 -1
  192. package/internal/switchBaseClasses.d.ts +12 -12
  193. package/legacy/Alert/Alert.js +3 -1
  194. package/legacy/AppBar/AppBar.js +3 -1
  195. package/legacy/Autocomplete/Autocomplete.js +1 -1
  196. package/legacy/Backdrop/Backdrop.js +27 -20
  197. package/legacy/Backdrop/backdropClasses.js +6 -0
  198. package/legacy/Backdrop/index.js +2 -1
  199. package/legacy/Badge/Badge.js +3 -1
  200. package/legacy/BottomNavigation/BottomNavigation.js +0 -0
  201. package/legacy/Button/Button.js +3 -1
  202. package/legacy/ButtonBase/ButtonBase.js +11 -11
  203. package/legacy/ButtonGroup/ButtonGroup.js +3 -1
  204. package/legacy/Checkbox/Checkbox.js +3 -1
  205. package/legacy/Chip/Chip.js +3 -1
  206. package/legacy/CircularProgress/CircularProgress.js +3 -1
  207. package/legacy/Fab/Fab.js +4 -1
  208. package/legacy/FilledInput/FilledInput.js +4 -2
  209. package/legacy/FormControl/FormControl.js +3 -1
  210. package/legacy/FormControlLabel/FormControlLabel.js +14 -9
  211. package/legacy/FormLabel/FormLabel.js +3 -1
  212. package/legacy/Grid/Grid.js +11 -17
  213. package/legacy/Grow/Grow.js +11 -5
  214. package/legacy/Icon/Icon.js +3 -1
  215. package/legacy/IconButton/IconButton.js +3 -1
  216. package/legacy/Input/Input.js +4 -2
  217. package/legacy/InputBase/InputBase.js +4 -2
  218. package/legacy/InputLabel/InputLabel.js +3 -1
  219. package/legacy/LinearProgress/LinearProgress.js +3 -1
  220. package/legacy/OutlinedInput/NotchedOutline.js +3 -1
  221. package/legacy/OutlinedInput/OutlinedInput.js +4 -2
  222. package/legacy/Pagination/Pagination.js +2 -0
  223. package/legacy/PaginationItem/PaginationItem.js +2 -0
  224. package/legacy/Popper/Popper.js +23 -6
  225. package/legacy/Radio/Radio.js +3 -1
  226. package/legacy/Slider/Slider.js +3 -1
  227. package/legacy/Snackbar/Snackbar.js +1 -1
  228. package/legacy/SvgIcon/SvgIcon.js +3 -1
  229. package/legacy/Switch/Switch.js +3 -1
  230. package/legacy/TextField/TextField.js +3 -1
  231. package/legacy/ToggleButton/ToggleButton.js +2 -0
  232. package/legacy/ToggleButtonGroup/ToggleButtonGroup.js +3 -1
  233. package/legacy/Unstable_TrapFocus/index.js +1 -1
  234. package/legacy/index.js +1 -1
  235. package/legacy/locale/index.js +149 -64
  236. package/legacy/styles/zIndex.js +1 -0
  237. package/locale/index.d.ts +71 -70
  238. package/locale/index.js +84 -0
  239. package/modern/Alert/Alert.js +3 -1
  240. package/modern/AppBar/AppBar.js +3 -1
  241. package/modern/Autocomplete/Autocomplete.js +1 -1
  242. package/modern/Backdrop/Backdrop.js +25 -19
  243. package/modern/Backdrop/backdropClasses.js +6 -0
  244. package/modern/Backdrop/index.js +2 -1
  245. package/modern/Badge/Badge.js +3 -1
  246. package/modern/BottomNavigation/BottomNavigation.js +0 -0
  247. package/modern/Button/Button.js +3 -1
  248. package/modern/ButtonBase/ButtonBase.js +7 -7
  249. package/modern/ButtonGroup/ButtonGroup.js +3 -1
  250. package/modern/Checkbox/Checkbox.js +3 -1
  251. package/modern/Chip/Chip.js +3 -1
  252. package/modern/CircularProgress/CircularProgress.js +3 -1
  253. package/modern/Fab/Fab.js +4 -1
  254. package/modern/FilledInput/FilledInput.js +4 -2
  255. package/modern/FormControl/FormControl.js +3 -1
  256. package/modern/FormControlLabel/FormControlLabel.js +14 -9
  257. package/modern/FormLabel/FormLabel.js +3 -1
  258. package/modern/Grid/Grid.js +10 -14
  259. package/modern/Grow/Grow.js +11 -5
  260. package/modern/Icon/Icon.js +3 -1
  261. package/modern/IconButton/IconButton.js +3 -1
  262. package/modern/Input/Input.js +4 -2
  263. package/modern/InputBase/InputBase.js +4 -2
  264. package/modern/InputLabel/InputLabel.js +3 -1
  265. package/modern/LinearProgress/LinearProgress.js +3 -1
  266. package/modern/OutlinedInput/NotchedOutline.js +3 -1
  267. package/modern/OutlinedInput/OutlinedInput.js +4 -2
  268. package/modern/Pagination/Pagination.js +2 -0
  269. package/modern/PaginationItem/PaginationItem.js +2 -0
  270. package/modern/Popper/Popper.js +21 -6
  271. package/modern/Radio/Radio.js +3 -1
  272. package/modern/Slider/Slider.js +3 -1
  273. package/modern/Snackbar/Snackbar.js +1 -1
  274. package/modern/SvgIcon/SvgIcon.js +3 -1
  275. package/modern/Switch/Switch.js +3 -1
  276. package/modern/TextField/TextField.js +3 -1
  277. package/modern/ToggleButton/ToggleButton.js +2 -0
  278. package/modern/ToggleButtonGroup/ToggleButtonGroup.js +3 -1
  279. package/modern/Unstable_TrapFocus/index.js +1 -1
  280. package/modern/index.js +1 -1
  281. package/modern/locale/index.js +84 -0
  282. package/modern/styles/zIndex.js +1 -0
  283. package/node/Alert/Alert.js +3 -1
  284. package/node/AppBar/AppBar.js +3 -1
  285. package/node/Autocomplete/Autocomplete.js +1 -1
  286. package/node/Backdrop/Backdrop.js +28 -23
  287. package/node/Backdrop/backdropClasses.js +17 -0
  288. package/node/Backdrop/index.js +17 -5
  289. package/node/Badge/Badge.js +3 -1
  290. package/node/BottomNavigation/BottomNavigation.js +0 -0
  291. package/node/Button/Button.js +3 -1
  292. package/node/ButtonBase/ButtonBase.js +7 -7
  293. package/node/ButtonGroup/ButtonGroup.js +3 -1
  294. package/node/Checkbox/Checkbox.js +3 -1
  295. package/node/Chip/Chip.js +3 -1
  296. package/node/CircularProgress/CircularProgress.js +3 -1
  297. package/node/Fab/Fab.js +4 -1
  298. package/node/FilledInput/FilledInput.js +4 -2
  299. package/node/FormControl/FormControl.js +3 -1
  300. package/node/FormControlLabel/FormControlLabel.js +14 -9
  301. package/node/FormLabel/FormLabel.js +3 -1
  302. package/node/Grid/Grid.js +10 -14
  303. package/node/Grow/Grow.js +10 -4
  304. package/node/Icon/Icon.js +3 -1
  305. package/node/IconButton/IconButton.js +3 -1
  306. package/node/Input/Input.js +4 -2
  307. package/node/InputBase/InputBase.js +4 -2
  308. package/node/InputLabel/InputLabel.js +3 -1
  309. package/node/LinearProgress/LinearProgress.js +3 -1
  310. package/node/OutlinedInput/NotchedOutline.js +3 -1
  311. package/node/OutlinedInput/OutlinedInput.js +4 -2
  312. package/node/Pagination/Pagination.js +2 -0
  313. package/node/PaginationItem/PaginationItem.js +2 -0
  314. package/node/Popper/Popper.js +24 -7
  315. package/node/Radio/Radio.js +3 -1
  316. package/node/Slider/Slider.js +3 -1
  317. package/node/Snackbar/Snackbar.js +1 -1
  318. package/node/SvgIcon/SvgIcon.js +3 -1
  319. package/node/Switch/Switch.js +3 -1
  320. package/node/TextField/TextField.js +3 -1
  321. package/node/ToggleButton/ToggleButton.js +2 -0
  322. package/node/ToggleButtonGroup/ToggleButtonGroup.js +3 -1
  323. package/node/Unstable_TrapFocus/index.js +2 -2
  324. package/node/index.js +1 -1
  325. package/node/locale/index.js +87 -2
  326. package/node/styles/zIndex.js +1 -0
  327. package/package.json +5 -5
  328. package/styles/components.d.ts +3 -0
  329. package/styles/props.d.ts +2 -0
  330. package/styles/zIndex.d.ts +1 -0
  331. package/styles/zIndex.js +1 -0
  332. package/transitions/index.d.ts +1 -1
  333. package/transitions/transition.d.ts +13 -13
  334. package/transitions/utils.d.ts +23 -23
  335. package/umd/material-ui.development.js +320 -319
  336. package/umd/material-ui.production.min.js +21 -21
  337. package/useMediaQuery/useMediaQuery.d.ts +31 -31
  338. package/usePagination/usePagination.d.ts +1 -1
  339. package/useTouchRipple/index.d.ts +1 -1
  340. package/useTouchRipple/useTouchRipple.d.ts +28 -28
  341. package/utils/getScrollbarSize.d.ts +2 -2
  342. package/utils/ownerDocument.d.ts +2 -2
  343. package/utils/ownerWindow.d.ts +2 -2
  344. package/utils/setRef.d.ts +2 -2
@@ -153,7 +153,9 @@ process.env.NODE_ENV !== "production" ? Radio.propTypes
153
153
  classes: PropTypes.object,
154
154
 
155
155
  /**
156
- * The color of the component. It supports those theme colors that make sense for this component.
156
+ * The color of the component.
157
+ * It supports both default and custom theme colors, which can be added as shown in the
158
+ * [palette customization guide](https://mui.com/customization/palette/#adding-new-colors).
157
159
  * @default 'primary'
158
160
  */
159
161
  color: PropTypes
@@ -556,7 +556,9 @@ process.env.NODE_ENV !== "production" ? Slider.propTypes
556
556
  classes: PropTypes.object,
557
557
 
558
558
  /**
559
- * The color of the component. It supports those theme colors that make sense for this component.
559
+ * The color of the component.
560
+ * It supports both default and custom theme colors, which can be added as shown in the
561
+ * [palette customization guide](https://mui.com/customization/palette/#adding-new-colors).
560
562
  * @default 'primary'
561
563
  */
562
564
  color: PropTypes
@@ -290,7 +290,7 @@ var Snackbar = /*#__PURE__*/React.forwardRef(function Snackbar(inProps, ref) {
290
290
  onMouseLeave: handleMouseLeave,
291
291
  ownerState: ownerState,
292
292
  ref: ref // ClickAwayListener adds an `onClick` prop which results in the alert not being announced.
293
- // See https://github.com/mui-org/material-ui/issues/29080
293
+ // See https://github.com/mui/material-ui/issues/29080
294
294
  ,
295
295
  role: "presentation"
296
296
  }, other, {
@@ -134,7 +134,9 @@ process.env.NODE_ENV !== "production" ? SvgIcon.propTypes
134
134
  className: PropTypes.string,
135
135
 
136
136
  /**
137
- * The color of the component. It supports those theme colors that make sense for this component.
137
+ * The color of the component.
138
+ * It supports both default and custom theme colors, which can be added as shown in the
139
+ * [palette customization guide](https://mui.com/customization/palette/#adding-new-colors).
138
140
  * You can use the `htmlColor` prop to apply a color attribute to the SVG element.
139
141
  * @default 'inherit'
140
142
  */
@@ -252,7 +252,9 @@ process.env.NODE_ENV !== "production" ? Switch.propTypes
252
252
  className: PropTypes.string,
253
253
 
254
254
  /**
255
- * The color of the component. It supports those theme colors that make sense for this component.
255
+ * The color of the component.
256
+ * It supports both default and custom theme colors, which can be added as shown in the
257
+ * [palette customization guide](https://mui.com/customization/palette/#adding-new-colors).
256
258
  * @default 'primary'
257
259
  */
258
260
  color: PropTypes
@@ -254,7 +254,9 @@ process.env.NODE_ENV !== "production" ? TextField.propTypes
254
254
  className: PropTypes.string,
255
255
 
256
256
  /**
257
- * The color of the component. It supports those theme colors that make sense for this component.
257
+ * The color of the component.
258
+ * It supports both default and custom theme colors, which can be added as shown in the
259
+ * [palette customization guide](https://mui.com/customization/palette/#adding-new-colors).
258
260
  * @default 'primary'
259
261
  */
260
262
  color: PropTypes
@@ -162,6 +162,8 @@ process.env.NODE_ENV !== "production" ? ToggleButton.propTypes
162
162
 
163
163
  /**
164
164
  * The color of the button when it is in an active state.
165
+ * It supports both default and custom theme colors, which can be added as shown in the
166
+ * [palette customization guide](https://mui.com/customization/palette/#adding-new-colors).
165
167
  * @default 'standard'
166
168
  */
167
169
  color: PropTypes
@@ -184,7 +184,9 @@ process.env.NODE_ENV !== "production" ? ToggleButtonGroup.propTypes
184
184
  className: PropTypes.string,
185
185
 
186
186
  /**
187
- * The color of a button when it is selected.
187
+ * The color of the button when it is selected.
188
+ * It supports both default and custom theme colors, which can be added as shown in the
189
+ * [palette customization guide](https://mui.com/customization/palette/#adding-new-colors).
188
190
  * @default 'standard'
189
191
  */
190
192
  color: PropTypes
@@ -1 +1 @@
1
- export { default } from '@mui/base/Unstable_TrapFocus';
1
+ export { default } from '@mui/base/TrapFocus';
package/legacy/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license MUI v5.5.0
1
+ /** @license MUI v5.5.3
2
2
  *
3
3
  * This source code is licensed under the MIT license found in the
4
4
  * LICENSE file in the root directory of this source tree.
@@ -2350,6 +2350,91 @@ export var kzKZ = {
2350
2350
  }
2351
2351
  }
2352
2352
  }
2353
+ }; // Macedonian - Македонски
2354
+
2355
+ export var mkMK = {
2356
+ components: {
2357
+ MuiBreadcrumbs: {
2358
+ defaultProps: {
2359
+ expandText: 'Прикажи патека'
2360
+ }
2361
+ },
2362
+ MuiTablePagination: {
2363
+ defaultProps: {
2364
+ getItemAriaLabel: function getItemAriaLabel(type) {
2365
+ if (type === 'first') {
2366
+ return 'Оди на прва страница';
2367
+ }
2368
+
2369
+ if (type === 'last') {
2370
+ return 'Оди на последна страница';
2371
+ }
2372
+
2373
+ if (type === 'next') {
2374
+ return 'Оди на следна страница';
2375
+ } // if (type === 'previous') {
2376
+
2377
+
2378
+ return 'Оди на предходна страница';
2379
+ },
2380
+ labelRowsPerPage: 'Редови по страница:',
2381
+ labelDisplayedRows: function labelDisplayedRows(_ref20) {
2382
+ var from = _ref20.from,
2383
+ to = _ref20.to,
2384
+ count = _ref20.count;
2385
+ return "".concat(from, "\u2013").concat(to, " \u043E\u0434 ").concat(count !== -1 ? count : "\u043F\u043E\u0432\u0435\u045C\u0435 \u043E\u0434 ".concat(to));
2386
+ }
2387
+ }
2388
+ },
2389
+ MuiRating: {
2390
+ defaultProps: {
2391
+ getLabelText: function getLabelText(value) {
2392
+ var lastDigit = value % 10;
2393
+ return "".concat(value, " \u0405\u0432\u0435\u0437\u0434").concat(lastDigit === 1 ? 'а' : 'и');
2394
+ },
2395
+ emptyLabelText: 'Празно'
2396
+ }
2397
+ },
2398
+ MuiAutocomplete: {
2399
+ defaultProps: {
2400
+ clearText: 'Избриши',
2401
+ closeText: 'Затвори',
2402
+ loadingText: 'Се презема',
2403
+ noOptionsText: 'Нема опција',
2404
+ openText: 'Отвори'
2405
+ }
2406
+ },
2407
+ MuiAlert: {
2408
+ defaultProps: {
2409
+ closeText: 'Затвори'
2410
+ }
2411
+ },
2412
+ MuiPagination: {
2413
+ defaultProps: {
2414
+ 'aria-label': 'Навигација низ страници',
2415
+ getItemAriaLabel: function getItemAriaLabel(type, page, selected) {
2416
+ if (type === 'page') {
2417
+ return "".concat(selected ? '' : 'Оди на ', "\u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430 ").concat(page);
2418
+ }
2419
+
2420
+ if (type === 'first') {
2421
+ return 'Оди на прва страница';
2422
+ }
2423
+
2424
+ if (type === 'last') {
2425
+ return 'Оди на последна страница';
2426
+ }
2427
+
2428
+ if (type === 'next') {
2429
+ return 'Оди на следна страница';
2430
+ } // if (type === 'previous') {
2431
+
2432
+
2433
+ return 'Оди на предходна страница';
2434
+ }
2435
+ }
2436
+ }
2437
+ }
2353
2438
  };
2354
2439
  export var nbNO = {
2355
2440
  components: {
@@ -2377,10 +2462,10 @@ export var nbNO = {
2377
2462
  return 'Gå til forrige side';
2378
2463
  },
2379
2464
  labelRowsPerPage: 'Rader per side:',
2380
- labelDisplayedRows: function labelDisplayedRows(_ref20) {
2381
- var from = _ref20.from,
2382
- to = _ref20.to,
2383
- count = _ref20.count;
2465
+ labelDisplayedRows: function labelDisplayedRows(_ref21) {
2466
+ var from = _ref21.from,
2467
+ to = _ref21.to,
2468
+ count = _ref21.count;
2384
2469
  return "".concat(from, "\u2013").concat(to, " av ").concat(count !== -1 ? count : "mer enn ".concat(to));
2385
2470
  }
2386
2471
  }
@@ -2460,10 +2545,10 @@ export var nlNL = {
2460
2545
  return 'Ga naar vorige pagina';
2461
2546
  },
2462
2547
  labelRowsPerPage: 'Regels per pagina:',
2463
- labelDisplayedRows: function labelDisplayedRows(_ref21) {
2464
- var from = _ref21.from,
2465
- to = _ref21.to,
2466
- count = _ref21.count;
2548
+ labelDisplayedRows: function labelDisplayedRows(_ref22) {
2549
+ var from = _ref22.from,
2550
+ to = _ref22.to,
2551
+ count = _ref22.count;
2467
2552
  return "".concat(from, "\u2013").concat(to, " van ").concat(count !== -1 ? count : "meer dan ".concat(to));
2468
2553
  }
2469
2554
  }
@@ -2543,10 +2628,10 @@ export var plPL = {
2543
2628
  return 'Przejdź do poprzedniej strony';
2544
2629
  },
2545
2630
  labelRowsPerPage: 'Wierszy na stronę:',
2546
- labelDisplayedRows: function labelDisplayedRows(_ref22) {
2547
- var from = _ref22.from,
2548
- to = _ref22.to,
2549
- count = _ref22.count;
2631
+ labelDisplayedRows: function labelDisplayedRows(_ref23) {
2632
+ var from = _ref23.from,
2633
+ to = _ref23.to,
2634
+ count = _ref23.count;
2550
2635
  return "".concat(from, "\u2013").concat(to, " z ").concat(count !== -1 ? count : "ponad ".concat(to));
2551
2636
  }
2552
2637
  }
@@ -2635,10 +2720,10 @@ export var ptBR = {
2635
2720
  return 'Ir para a página anterior';
2636
2721
  },
2637
2722
  labelRowsPerPage: 'Linhas por página:',
2638
- labelDisplayedRows: function labelDisplayedRows(_ref23) {
2639
- var from = _ref23.from,
2640
- to = _ref23.to,
2641
- count = _ref23.count;
2723
+ labelDisplayedRows: function labelDisplayedRows(_ref24) {
2724
+ var from = _ref24.from,
2725
+ to = _ref24.to,
2726
+ count = _ref24.count;
2642
2727
  return "".concat(from, "\u2013").concat(to, " de ").concat(count !== -1 ? count : "mais de ".concat(to));
2643
2728
  }
2644
2729
  }
@@ -2718,10 +2803,10 @@ export var ptPT = {
2718
2803
  return 'Página anterior';
2719
2804
  },
2720
2805
  labelRowsPerPage: 'Linhas por página:',
2721
- labelDisplayedRows: function labelDisplayedRows(_ref24) {
2722
- var from = _ref24.from,
2723
- to = _ref24.to,
2724
- count = _ref24.count;
2806
+ labelDisplayedRows: function labelDisplayedRows(_ref25) {
2807
+ var from = _ref25.from,
2808
+ to = _ref25.to,
2809
+ count = _ref25.count;
2725
2810
  return "".concat(from, "\u2013").concat(to, " de ").concat(count !== -1 ? count : "mais de ".concat(to));
2726
2811
  }
2727
2812
  }
@@ -2881,10 +2966,10 @@ export var srRS = {
2881
2966
  return 'Idi na prethodnu stranicu';
2882
2967
  },
2883
2968
  labelRowsPerPage: 'Redova po stranici:',
2884
- labelDisplayedRows: function labelDisplayedRows(_ref25) {
2885
- var from = _ref25.from,
2886
- to = _ref25.to,
2887
- count = _ref25.count;
2969
+ labelDisplayedRows: function labelDisplayedRows(_ref26) {
2970
+ var from = _ref26.from,
2971
+ to = _ref26.to,
2972
+ count = _ref26.count;
2888
2973
  return "".concat(from, "\u2013").concat(to, " od ").concat(count !== -1 ? count : "vi\u0161e nego ".concat(to));
2889
2974
  }
2890
2975
  }
@@ -2971,10 +3056,10 @@ export var ruRU = {
2971
3056
  return 'Перейти на предыдущую страницу';
2972
3057
  },
2973
3058
  labelRowsPerPage: 'Строк на странице:',
2974
- labelDisplayedRows: function labelDisplayedRows(_ref26) {
2975
- var from = _ref26.from,
2976
- to = _ref26.to,
2977
- count = _ref26.count;
3059
+ labelDisplayedRows: function labelDisplayedRows(_ref27) {
3060
+ var from = _ref27.from,
3061
+ to = _ref27.to,
3062
+ count = _ref27.count;
2978
3063
  return "".concat(from, "\u2013").concat(to, " \u0438\u0437 ").concat(count !== -1 ? count : "\u0431\u043E\u043B\u0435\u0435 \u0447\u0435\u043C ".concat(to));
2979
3064
  }
2980
3065
  }
@@ -3067,10 +3152,10 @@ export var siLK = {
3067
3152
  return 'පෙර පිටුවට යන්න';
3068
3153
  },
3069
3154
  labelRowsPerPage: 'පිටුවක පේළි:',
3070
- labelDisplayedRows: function labelDisplayedRows(_ref27) {
3071
- var from = _ref27.from,
3072
- to = _ref27.to,
3073
- count = _ref27.count;
3155
+ labelDisplayedRows: function labelDisplayedRows(_ref28) {
3156
+ var from = _ref28.from,
3157
+ to = _ref28.to,
3158
+ count = _ref28.count;
3074
3159
  return "".concat(from, "\u2013").concat(to, " \u0DAF\u0D9A\u0DCA\u0DC0\u0DCF ").concat(count !== -1 ? count : "".concat(to, " \u0DA7 \u0DC0\u0DD0\u0DA9\u0DD2 \u0DB4\u0DCA\u200D\u0DBB\u0DB8\u0DCF\u0DAB\u0DBA\u0D9A\u0DD2\u0DB1\u0DCA"));
3075
3160
  }
3076
3161
  }
@@ -3150,10 +3235,10 @@ export var skSK = {
3150
3235
  return 'Ísť na predchádzajúcu stránku';
3151
3236
  },
3152
3237
  labelRowsPerPage: 'Riadkov na stránke:',
3153
- labelDisplayedRows: function labelDisplayedRows(_ref28) {
3154
- var from = _ref28.from,
3155
- to = _ref28.to,
3156
- count = _ref28.count;
3238
+ labelDisplayedRows: function labelDisplayedRows(_ref29) {
3239
+ var from = _ref29.from,
3240
+ to = _ref29.to,
3241
+ count = _ref29.count;
3157
3242
  return "".concat(from, "\u2013").concat(to, " z ").concat(count !== -1 ? count : "viac ako ".concat(to));
3158
3243
  }
3159
3244
  }
@@ -3241,10 +3326,10 @@ export var svSE = {
3241
3326
  return 'Gå till föregående sida';
3242
3327
  },
3243
3328
  labelRowsPerPage: 'Rader per sida:',
3244
- labelDisplayedRows: function labelDisplayedRows(_ref29) {
3245
- var from = _ref29.from,
3246
- to = _ref29.to,
3247
- count = _ref29.count;
3329
+ labelDisplayedRows: function labelDisplayedRows(_ref30) {
3330
+ var from = _ref30.from,
3331
+ to = _ref30.to,
3332
+ count = _ref30.count;
3248
3333
  return "".concat(from, "\u2013").concat(to, " av ").concat(count !== -1 ? count : "fler \xE4n ".concat(to));
3249
3334
  }
3250
3335
  }
@@ -3324,10 +3409,10 @@ export var thTH = {
3324
3409
  return 'ไปที่หน้าก่อน';
3325
3410
  },
3326
3411
  labelRowsPerPage: 'จำนวนแถวต่อหน้า:',
3327
- labelDisplayedRows: function labelDisplayedRows(_ref30) {
3328
- var from = _ref30.from,
3329
- to = _ref30.to,
3330
- count = _ref30.count;
3412
+ labelDisplayedRows: function labelDisplayedRows(_ref31) {
3413
+ var from = _ref31.from,
3414
+ to = _ref31.to,
3415
+ count = _ref31.count;
3331
3416
  return "".concat(from, "\u2013").concat(to, " \u0E08\u0E32\u0E01 ").concat(count !== -1 ? count : "\u0E21\u0E32\u0E01\u0E01\u0E27\u0E48\u0E32 ".concat(to));
3332
3417
  }
3333
3418
  }
@@ -3486,10 +3571,10 @@ export var ukUA = {
3486
3571
  return 'Перейти на попередню сторінку';
3487
3572
  },
3488
3573
  labelRowsPerPage: 'Рядків на сторінці:',
3489
- labelDisplayedRows: function labelDisplayedRows(_ref31) {
3490
- var from = _ref31.from,
3491
- to = _ref31.to,
3492
- count = _ref31.count;
3574
+ labelDisplayedRows: function labelDisplayedRows(_ref32) {
3575
+ var from = _ref32.from,
3576
+ to = _ref32.to,
3577
+ count = _ref32.count;
3493
3578
  return "".concat(from, "\u2013").concat(to, " \u0437 ").concat(count !== -1 ? count : "\u043F\u043E\u043D\u0430\u0434 ".concat(to));
3494
3579
  }
3495
3580
  }
@@ -3578,10 +3663,10 @@ export var viVN = {
3578
3663
  return 'Về trang trước đó';
3579
3664
  },
3580
3665
  labelRowsPerPage: 'Số hàng mỗi trang:',
3581
- labelDisplayedRows: function labelDisplayedRows(_ref32) {
3582
- var from = _ref32.from,
3583
- to = _ref32.to,
3584
- count = _ref32.count;
3666
+ labelDisplayedRows: function labelDisplayedRows(_ref33) {
3667
+ var from = _ref33.from,
3668
+ to = _ref33.to,
3669
+ count = _ref33.count;
3585
3670
  return "".concat(from, "\u2013").concat(to, " trong ").concat(count !== -1 ? count : "nhi\u1EC1u h\u01A1n ".concat(to));
3586
3671
  }
3587
3672
  }
@@ -3660,10 +3745,10 @@ export var zhCN = {
3660
3745
  return '上一页';
3661
3746
  },
3662
3747
  labelRowsPerPage: '每页行数:',
3663
- labelDisplayedRows: function labelDisplayedRows(_ref33) {
3664
- var from = _ref33.from,
3665
- to = _ref33.to,
3666
- count = _ref33.count;
3748
+ labelDisplayedRows: function labelDisplayedRows(_ref34) {
3749
+ var from = _ref34.from,
3750
+ to = _ref34.to,
3751
+ count = _ref34.count;
3667
3752
  return "\u7B2C ".concat(from, " \u6761\u5230\u7B2C ").concat(to, " \u6761\uFF0C").concat(count !== -1 ? "\u5171 ".concat(count, " \u6761") : "\u81F3\u5C11 ".concat(to, " \u6761"));
3668
3753
  }
3669
3754
  }
@@ -3717,10 +3802,10 @@ export var zhHK = {
3717
3802
  return '上一頁';
3718
3803
  },
3719
3804
  labelRowsPerPage: '每頁行數:',
3720
- labelDisplayedRows: function labelDisplayedRows(_ref34) {
3721
- var from = _ref34.from,
3722
- to = _ref34.to,
3723
- count = _ref34.count;
3805
+ labelDisplayedRows: function labelDisplayedRows(_ref35) {
3806
+ var from = _ref35.from,
3807
+ to = _ref35.to,
3808
+ count = _ref35.count;
3724
3809
  return "\u7B2C ".concat(from, " \u9805\u81F3\u7B2C ").concat(to, " \u9805\uFF0C").concat(count !== -1 ? "\u5171 ".concat(count, " \u9805") : "\u8D85\u904E ".concat(to, " \u9805"));
3725
3810
  }
3726
3811
  }
@@ -3774,10 +3859,10 @@ export var zhTW = {
3774
3859
  return '上一頁';
3775
3860
  },
3776
3861
  labelRowsPerPage: '每行行數:',
3777
- labelDisplayedRows: function labelDisplayedRows(_ref35) {
3778
- var from = _ref35.from,
3779
- to = _ref35.to,
3780
- count = _ref35.count;
3862
+ labelDisplayedRows: function labelDisplayedRows(_ref36) {
3863
+ var from = _ref36.from,
3864
+ to = _ref36.to,
3865
+ count = _ref36.count;
3781
3866
  return "\u7B2C ".concat(from, " \u689D\u5230\u7B2C ").concat(to, " \u689D\uFF0C").concat(count !== -1 ? "\u5171 ".concat(count, " \u689D") : "\u81F3\u5C11 ".concat(to, " \u689D"));
3782
3867
  }
3783
3868
  }
@@ -2,6 +2,7 @@
2
2
  // like global values in the browser.
3
3
  var zIndex = {
4
4
  mobileStepper: 1000,
5
+ fab: 1050,
5
6
  speedDial: 1050,
6
7
  appBar: 1100,
7
8
  drawer: 1200,
package/locale/index.d.ts CHANGED
@@ -1,70 +1,71 @@
1
- import { ComponentsPropsList } from '../styles/props';
2
- export interface Localization {
3
- components?: {
4
- MuiAlert?: {
5
- defaultProps: Pick<ComponentsPropsList['MuiAlert'], 'closeText'>;
6
- };
7
- MuiBreadcrumbs?: {
8
- defaultProps: Pick<ComponentsPropsList['MuiBreadcrumbs'], 'expandText'>;
9
- };
10
- MuiTablePagination?: {
11
- defaultProps: Pick<ComponentsPropsList['MuiTablePagination'], 'labelRowsPerPage' | 'labelDisplayedRows' | 'getItemAriaLabel'>;
12
- };
13
- MuiRating?: {
14
- defaultProps: Pick<ComponentsPropsList['MuiRating'], 'emptyLabelText' | 'getLabelText'>;
15
- };
16
- MuiAutocomplete?: {
17
- defaultProps: Pick<ComponentsPropsList['MuiAutocomplete'], 'clearText' | 'closeText' | 'loadingText' | 'noOptionsText' | 'openText'>;
18
- };
19
- MuiPagination?: {
20
- defaultProps: Pick<ComponentsPropsList['MuiPagination'], 'aria-label' | 'getItemAriaLabel'>;
21
- };
22
- };
23
- }
24
- export declare const amET: Localization;
25
- export declare const arEG: Localization;
26
- export declare const arSD: Localization;
27
- export declare const azAZ: Localization;
28
- export declare const bnBD: Localization;
29
- export declare const bgBG: Localization;
30
- export declare const caES: Localization;
31
- export declare const csCZ: Localization;
32
- export declare const daDK: Localization;
33
- export declare const deDE: Localization;
34
- export declare const elGR: Localization;
35
- export declare const enUS: Localization;
36
- export declare const esES: Localization;
37
- export declare const etEE: Localization;
38
- export declare const faIR: Localization;
39
- export declare const fiFI: Localization;
40
- export declare const frFR: Localization;
41
- export declare const heIL: Localization;
42
- export declare const hiIN: Localization;
43
- export declare const hrHR: Localization;
44
- export declare const huHU: Localization;
45
- export declare const hyAM: Localization;
46
- export declare const idID: Localization;
47
- export declare const isIS: Localization;
48
- export declare const itIT: Localization;
49
- export declare const jaJP: Localization;
50
- export declare const khKH: Localization;
51
- export declare const koKR: Localization;
52
- export declare const kzKZ: Localization;
53
- export declare const nbNO: Localization;
54
- export declare const nlNL: Localization;
55
- export declare const plPL: Localization;
56
- export declare const ptBR: Localization;
57
- export declare const ptPT: Localization;
58
- export declare const roRO: Localization;
59
- export declare const srRS: Localization;
60
- export declare const ruRU: Localization;
61
- export declare const siLK: Localization;
62
- export declare const skSK: Localization;
63
- export declare const svSE: Localization;
64
- export declare const thTH: Localization;
65
- export declare const trTR: Localization;
66
- export declare const ukUA: Localization;
67
- export declare const viVN: Localization;
68
- export declare const zhCN: Localization;
69
- export declare const zhHK: Localization;
70
- export declare const zhTW: Localization;
1
+ import { ComponentsPropsList } from '../styles/props';
2
+ export interface Localization {
3
+ components?: {
4
+ MuiAlert?: {
5
+ defaultProps: Pick<ComponentsPropsList['MuiAlert'], 'closeText'>;
6
+ };
7
+ MuiBreadcrumbs?: {
8
+ defaultProps: Pick<ComponentsPropsList['MuiBreadcrumbs'], 'expandText'>;
9
+ };
10
+ MuiTablePagination?: {
11
+ defaultProps: Pick<ComponentsPropsList['MuiTablePagination'], 'labelRowsPerPage' | 'labelDisplayedRows' | 'getItemAriaLabel'>;
12
+ };
13
+ MuiRating?: {
14
+ defaultProps: Pick<ComponentsPropsList['MuiRating'], 'emptyLabelText' | 'getLabelText'>;
15
+ };
16
+ MuiAutocomplete?: {
17
+ defaultProps: Pick<ComponentsPropsList['MuiAutocomplete'], 'clearText' | 'closeText' | 'loadingText' | 'noOptionsText' | 'openText'>;
18
+ };
19
+ MuiPagination?: {
20
+ defaultProps: Pick<ComponentsPropsList['MuiPagination'], 'aria-label' | 'getItemAriaLabel'>;
21
+ };
22
+ };
23
+ }
24
+ export declare const amET: Localization;
25
+ export declare const arEG: Localization;
26
+ export declare const arSD: Localization;
27
+ export declare const azAZ: Localization;
28
+ export declare const bnBD: Localization;
29
+ export declare const bgBG: Localization;
30
+ export declare const caES: Localization;
31
+ export declare const csCZ: Localization;
32
+ export declare const daDK: Localization;
33
+ export declare const deDE: Localization;
34
+ export declare const elGR: Localization;
35
+ export declare const enUS: Localization;
36
+ export declare const esES: Localization;
37
+ export declare const etEE: Localization;
38
+ export declare const faIR: Localization;
39
+ export declare const fiFI: Localization;
40
+ export declare const frFR: Localization;
41
+ export declare const heIL: Localization;
42
+ export declare const hiIN: Localization;
43
+ export declare const hrHR: Localization;
44
+ export declare const huHU: Localization;
45
+ export declare const hyAM: Localization;
46
+ export declare const idID: Localization;
47
+ export declare const isIS: Localization;
48
+ export declare const itIT: Localization;
49
+ export declare const jaJP: Localization;
50
+ export declare const khKH: Localization;
51
+ export declare const koKR: Localization;
52
+ export declare const kzKZ: Localization;
53
+ export declare const mkMK: Localization;
54
+ export declare const nbNO: Localization;
55
+ export declare const nlNL: Localization;
56
+ export declare const plPL: Localization;
57
+ export declare const ptBR: Localization;
58
+ export declare const ptPT: Localization;
59
+ export declare const roRO: Localization;
60
+ export declare const srRS: Localization;
61
+ export declare const ruRU: Localization;
62
+ export declare const siLK: Localization;
63
+ export declare const skSK: Localization;
64
+ export declare const svSE: Localization;
65
+ export declare const thTH: Localization;
66
+ export declare const trTR: Localization;
67
+ export declare const ukUA: Localization;
68
+ export declare const viVN: Localization;
69
+ export declare const zhCN: Localization;
70
+ export declare const zhHK: Localization;
71
+ export declare const zhTW: Localization;