@mui/material 5.14.19 → 5.15.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Autocomplete/Autocomplete.js +0 -1
- package/ButtonBase/ButtonBase.js +1 -2
- package/ButtonGroup/index.d.ts +2 -0
- package/ButtonGroup/index.js +3 -1
- package/CHANGELOG.md +97 -2
- package/CircularProgress/CircularProgress.js +0 -1
- package/FilledInput/FilledInput.js +0 -2
- package/Input/Input.js +0 -2
- package/InputBase/InputBase.js +0 -2
- package/InputLabel/InputLabel.js +1 -5
- package/Link/Link.js +0 -1
- package/NativeSelect/NativeSelectInput.js +0 -2
- package/Select/SelectInput.js +1 -3
- package/TablePagination/TablePagination.js +0 -2
- package/Tabs/Tabs.js +0 -1
- package/colors/amber.d.ts +0 -1
- package/colors/blue.d.ts +0 -1
- package/colors/blueGrey.d.ts +0 -1
- package/colors/brown.d.ts +0 -1
- package/colors/common.d.ts +0 -1
- package/colors/cyan.d.ts +0 -1
- package/colors/deepOrange.d.ts +0 -1
- package/colors/deepPurple.d.ts +0 -1
- package/colors/green.d.ts +0 -1
- package/colors/grey.d.ts +0 -1
- package/colors/indigo.d.ts +0 -1
- package/colors/lightBlue.d.ts +0 -1
- package/colors/lightGreen.d.ts +0 -1
- package/colors/lime.d.ts +0 -1
- package/colors/orange.d.ts +0 -1
- package/colors/pink.d.ts +0 -1
- package/colors/purple.d.ts +0 -1
- package/colors/red.d.ts +0 -1
- package/colors/teal.d.ts +0 -1
- package/colors/yellow.d.ts +0 -1
- package/index.js +1 -1
- package/legacy/Autocomplete/Autocomplete.js +0 -1
- package/legacy/ButtonBase/ButtonBase.js +1 -1
- package/legacy/ButtonGroup/index.js +3 -1
- package/legacy/CircularProgress/CircularProgress.js +0 -1
- package/legacy/InputLabel/InputLabel.js +1 -5
- package/legacy/NativeSelect/NativeSelectInput.js +0 -2
- package/legacy/Select/SelectInput.js +1 -3
- package/legacy/TablePagination/TablePagination.js +0 -2
- package/legacy/Tabs/Tabs.js +0 -1
- package/legacy/index.js +1 -1
- package/legacy/locale/index.js +0 -11
- package/legacy/useTouchRipple/useTouchRipple.js +1 -1
- package/locale/index.js +0 -11
- package/modern/Autocomplete/Autocomplete.js +0 -1
- package/modern/ButtonBase/ButtonBase.js +1 -2
- package/modern/ButtonGroup/index.js +3 -1
- package/modern/CircularProgress/CircularProgress.js +0 -1
- package/modern/FilledInput/FilledInput.js +0 -2
- package/modern/Input/Input.js +0 -2
- package/modern/InputBase/InputBase.js +0 -2
- package/modern/InputLabel/InputLabel.js +1 -5
- package/modern/Link/Link.js +0 -1
- package/modern/NativeSelect/NativeSelectInput.js +0 -2
- package/modern/Select/SelectInput.js +1 -3
- package/modern/TablePagination/TablePagination.js +0 -2
- package/modern/Tabs/Tabs.js +0 -1
- package/modern/index.js +1 -1
- package/modern/locale/index.js +0 -11
- package/modern/useTouchRipple/useTouchRipple.js +1 -1
- package/node/Autocomplete/Autocomplete.js +0 -1
- package/node/ButtonBase/ButtonBase.js +1 -2
- package/node/ButtonGroup/index.js +17 -1
- package/node/CircularProgress/CircularProgress.js +0 -1
- package/node/FilledInput/FilledInput.js +0 -2
- package/node/Input/Input.js +0 -2
- package/node/InputBase/InputBase.js +0 -2
- package/node/InputLabel/InputLabel.js +1 -5
- package/node/Link/Link.js +0 -1
- package/node/NativeSelect/NativeSelectInput.js +0 -2
- package/node/Select/SelectInput.js +1 -3
- package/node/TablePagination/TablePagination.js +0 -2
- package/node/Tabs/Tabs.js +0 -1
- package/node/index.js +1 -1
- package/node/locale/index.js +0 -11
- package/node/styles/index.js +1 -0
- package/node/useTouchRipple/useTouchRipple.js +1 -1
- package/package.json +7 -7
- package/styles/components.d.ts +115 -115
- package/styles/variants.d.ts +1 -2
- package/umd/material-ui.development.js +9 -35
- package/umd/material-ui.production.min.js +4 -4
- package/useTouchRipple/useTouchRipple.js +1 -1
package/node/Tabs/Tabs.js
CHANGED
|
@@ -207,7 +207,6 @@ const TabsScrollbarSize = (0, _styled.default)(_ScrollbarSize.default)({
|
|
|
207
207
|
display: 'none' // Safari + Chrome
|
|
208
208
|
}
|
|
209
209
|
});
|
|
210
|
-
|
|
211
210
|
const defaultIndicatorStyle = {};
|
|
212
211
|
let warnedOnceTabPresent = false;
|
|
213
212
|
const Tabs = /*#__PURE__*/React.forwardRef(function Tabs(inProps, ref) {
|
package/node/index.js
CHANGED
package/node/locale/index.js
CHANGED
|
@@ -323,7 +323,6 @@ const azAZ = exports.azAZ = {
|
|
|
323
323
|
// `${from}–${to} dən ${count !== -1 ? count : `more than ${to}`}`,
|
|
324
324
|
}
|
|
325
325
|
},
|
|
326
|
-
|
|
327
326
|
MuiRating: {
|
|
328
327
|
defaultProps: {
|
|
329
328
|
getLabelText: value => {
|
|
@@ -559,7 +558,6 @@ const bgBG = exports.bgBG = {
|
|
|
559
558
|
// `${from}–${to} от ${count !== -1 ? count : `more than ${to}`}`,
|
|
560
559
|
}
|
|
561
560
|
},
|
|
562
|
-
|
|
563
561
|
MuiRating: {
|
|
564
562
|
defaultProps: {
|
|
565
563
|
getLabelText: value => `${value} Звезд${value !== 1 ? 'и' : 'а'}`,
|
|
@@ -630,7 +628,6 @@ const caES = exports.caES = {
|
|
|
630
628
|
// `${from}–${to} de ${count !== -1 ? count : `more than ${to}`}`,
|
|
631
629
|
}
|
|
632
630
|
},
|
|
633
|
-
|
|
634
631
|
MuiRating: {
|
|
635
632
|
defaultProps: {
|
|
636
633
|
getLabelText: value => `${value} ${value !== 1 ? 'Estrelles' : 'Estrella'}`,
|
|
@@ -674,7 +671,6 @@ const caES = exports.caES = {
|
|
|
674
671
|
// },
|
|
675
672
|
}
|
|
676
673
|
};
|
|
677
|
-
|
|
678
674
|
const csCZ = exports.csCZ = {
|
|
679
675
|
components: {
|
|
680
676
|
MuiBreadcrumbs: {
|
|
@@ -1664,7 +1660,6 @@ const huHU = exports.huHU = {
|
|
|
1664
1660
|
// `${from}–${to} / ${count !== -1 ? count : `more than ${to}`}`,
|
|
1665
1661
|
}
|
|
1666
1662
|
},
|
|
1667
|
-
|
|
1668
1663
|
MuiRating: {
|
|
1669
1664
|
defaultProps: {
|
|
1670
1665
|
getLabelText: value => `${value} Csillag`,
|
|
@@ -1735,7 +1730,6 @@ const hyAM = exports.hyAM = {
|
|
|
1735
1730
|
// `${from}–${to} / ${count !== -1 ? count : `more than ${to}`}`,
|
|
1736
1731
|
}
|
|
1737
1732
|
},
|
|
1738
|
-
|
|
1739
1733
|
MuiRating: {
|
|
1740
1734
|
defaultProps: {
|
|
1741
1735
|
getLabelText: value => `${value} Աստղ`,
|
|
@@ -1779,7 +1773,6 @@ const hyAM = exports.hyAM = {
|
|
|
1779
1773
|
// },
|
|
1780
1774
|
}
|
|
1781
1775
|
};
|
|
1782
|
-
|
|
1783
1776
|
const idID = exports.idID = {
|
|
1784
1777
|
components: {
|
|
1785
1778
|
// MuiBreadcrumbs: {
|
|
@@ -1807,14 +1800,12 @@ const idID = exports.idID = {
|
|
|
1807
1800
|
// `${from}–${to} dari ${count !== -1 ? count : `more than ${to}`}`,
|
|
1808
1801
|
}
|
|
1809
1802
|
},
|
|
1810
|
-
|
|
1811
1803
|
MuiRating: {
|
|
1812
1804
|
defaultProps: {
|
|
1813
1805
|
getLabelText: value => `${value} Bintang`
|
|
1814
1806
|
// emptyLabelText: 'Empty',
|
|
1815
1807
|
}
|
|
1816
1808
|
},
|
|
1817
|
-
|
|
1818
1809
|
MuiAutocomplete: {
|
|
1819
1810
|
defaultProps: {
|
|
1820
1811
|
clearText: 'Hapus',
|
|
@@ -1852,7 +1843,6 @@ const idID = exports.idID = {
|
|
|
1852
1843
|
// },
|
|
1853
1844
|
}
|
|
1854
1845
|
};
|
|
1855
|
-
|
|
1856
1846
|
const isIS = exports.isIS = {
|
|
1857
1847
|
components: {
|
|
1858
1848
|
MuiBreadcrumbs: {
|
|
@@ -3226,7 +3216,6 @@ const roRO = exports.roRO = {
|
|
|
3226
3216
|
// `${from}–${to} din ${count !== -1 ? count : `more than ${to}`}`,
|
|
3227
3217
|
}
|
|
3228
3218
|
},
|
|
3229
|
-
|
|
3230
3219
|
MuiRating: {
|
|
3231
3220
|
defaultProps: {
|
|
3232
3221
|
getLabelText: value => `${value} St${value !== 1 ? 'ele' : 'ea'}`,
|
package/node/styles/index.js
CHANGED
|
@@ -44,7 +44,7 @@ const useTouchRipple = props => {
|
|
|
44
44
|
});
|
|
45
45
|
const handleKeyUp = (0, _utils.useEventCallback)(event => {
|
|
46
46
|
// calling preventDefault in keyUp on a <button> will not dispatch a click event if Space is pressed
|
|
47
|
-
// https://codesandbox.io/
|
|
47
|
+
// https://codesandbox.io/p/sandbox/button-keyup-preventdefault-dn7f0
|
|
48
48
|
if (!disableFocusRipple && event.key === ' ' && rippleRef.current && focusVisible && !event.defaultPrevented) {
|
|
49
49
|
keydownRef.current = false;
|
|
50
50
|
rippleRef.current.stop(event, () => {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mui/material",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.15.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "MUI Team",
|
|
6
6
|
"description": "React components that implement Google's Material Design.",
|
|
@@ -27,12 +27,12 @@
|
|
|
27
27
|
"url": "https://opencollective.com/mui-org"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@babel/runtime": "^7.23.
|
|
31
|
-
"@mui/base": "5.0.0-beta.
|
|
32
|
-
"@mui/core-downloads-tracker": "^5.
|
|
33
|
-
"@mui/system": "^5.
|
|
34
|
-
"@mui/types": "^7.2.
|
|
35
|
-
"@mui/utils": "^5.
|
|
30
|
+
"@babel/runtime": "^7.23.5",
|
|
31
|
+
"@mui/base": "5.0.0-beta.27",
|
|
32
|
+
"@mui/core-downloads-tracker": "^5.15.0",
|
|
33
|
+
"@mui/system": "^5.15.0",
|
|
34
|
+
"@mui/types": "^7.2.11",
|
|
35
|
+
"@mui/utils": "^5.15.0",
|
|
36
36
|
"@types/react-transition-group": "^4.4.9",
|
|
37
37
|
"clsx": "^2.0.0",
|
|
38
38
|
"csstype": "^3.1.2",
|