@mui/styled-engine-sc 5.14.10 → 5.14.12
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/CHANGELOG.md +159 -0
- package/index.d.ts +10 -1
- package/index.js +1 -1
- package/legacy/index.js +1 -1
- package/modern/index.js +1 -1
- package/node/GlobalStyles/GlobalStyles.js +1 -2
- package/node/index.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,164 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## 5.14.12
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v5.14.11..master -->
|
|
6
|
+
|
|
7
|
+
_Oct 3, 2023_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
|
|
10
|
+
|
|
11
|
+
- 🎨 Introduced color inversion utilities to Joy UI (#38916) @siriwatknp
|
|
12
|
+
- 🚀 Added Chip and related TextField components to Material You @DiegoAndai, @mj12albert
|
|
13
|
+
|
|
14
|
+
### `@mui/material@5.14.12`
|
|
15
|
+
|
|
16
|
+
- [DialogActions] Apply margin-left when children is not of `button` type (#39189) @sai6855
|
|
17
|
+
- [Select] Improve a11y by adding combobox role and aria-controls attribute (#38785) @xulingzhihou
|
|
18
|
+
- [Select] Fix MenuProps slotProps forwarding (#39177) @DiegoAndai
|
|
19
|
+
- [TextField] Polish types in Textfield demo (#39140) @sai6855
|
|
20
|
+
- [ButtonGroup] Fix rendering with conditional elements (#38989) @ZeeshanTamboli
|
|
21
|
+
|
|
22
|
+
### `@mui/system@5.14.12`
|
|
23
|
+
|
|
24
|
+
- [system] Add support for `variants` in the styled() util (#39073) @mnajdova
|
|
25
|
+
- [Box] Add missing logical spacing property types (#39169) @Semigradsky
|
|
26
|
+
|
|
27
|
+
### `@mui/base@5.0.0-beta.18`
|
|
28
|
+
|
|
29
|
+
- [useSlider] Align externalProps handling (#38854) @mj12albert
|
|
30
|
+
- [useTabs] Align external props handling for useTab/useTabPanel/useTabsList (#39037) @mj12albert
|
|
31
|
+
- [test] Fix import paths in useTab tests (#39291) @mj12albert
|
|
32
|
+
|
|
33
|
+
### `@mui/material-next@6.0.0-alpha.104`
|
|
34
|
+
|
|
35
|
+
- [Chip] Add Material You Chip component (#38927) @DiegoAndai
|
|
36
|
+
- [Divider] Copy v5 Divider (#39197) @mj12albert
|
|
37
|
+
- [FilledInput] Copy v5 FilledInput (#39040) @mj12albert
|
|
38
|
+
- [FormControl] Add FormControl component (#39032) @mj12albert
|
|
39
|
+
- [Select] Copy Select files from v5 (#39188) @DiegoAndai
|
|
40
|
+
- [TextField] Copy v5 TextField's inner components (#39166) @mj12albert
|
|
41
|
+
|
|
42
|
+
### `@mui/joy@5.0.0-beta.9`
|
|
43
|
+
|
|
44
|
+
- Introduce color inversion utilities (#38916) @siriwatknp
|
|
45
|
+
- Replace margin with `gap` property (#39147) @siriwatknp
|
|
46
|
+
- [CssBaseline] use Joy `GlobalStyles` (#39278) @siriwatknp
|
|
47
|
+
- [Drawer] Apply content styles from theme to content slot (#39199) @sai6855
|
|
48
|
+
- [List] Add gap and missing active styles (#39146) @siriwatknp
|
|
49
|
+
- [Switch] Slight adjustments to the design (#39276) @danilo-leal
|
|
50
|
+
|
|
51
|
+
### Docs
|
|
52
|
+
|
|
53
|
+
- [docs] Update Autocomplete demo for React 18 (#39162) @oliviertassinari
|
|
54
|
+
- [docs-infra] Tweak feedback footer section design (#36556) @danilo-leal
|
|
55
|
+
- [docs-infra] Improve code syntax highlight (#39181) @oliviertassinari
|
|
56
|
+
- [docs][base] Add Tailwind CSS + plain CSS demo on the TextArea page (#39046) @alisasanib
|
|
57
|
+
- [docs][base-ui] Fix style for root div of multiline input (#39182) @ttlpta
|
|
58
|
+
- [docs][base-ui] Improve Select's country select demo (#38983) @oliviertassinari
|
|
59
|
+
- [docs][joy-ui] Add scrollable tabs example (#39260) @siriwatknp
|
|
60
|
+
- [docs][joy-ui] Match `Autocomplete` github label demo to actual github label dropdown (#39228) @sai6855
|
|
61
|
+
- [docs][joy-ui] Refine the Rental dashboard template (#39059) @zanivan
|
|
62
|
+
- [docs][joy-ui] Removed incomplete sentence in the Aspect Ratio page (#39227) @Erik-McKelvey
|
|
63
|
+
- [docs][joy-ui] Fix typo in the Accordion page (#39226) @Erik-McKelvey
|
|
64
|
+
- [docs][joy-ui] Update and standardize template Sidemenus (#39271) @zanivan
|
|
65
|
+
- [docs][joy-ui] Add a roadmap page (#39163) @danilo-leal
|
|
66
|
+
- [docs][material-ui] Replace `Box` with `Stack` in applicable demos (#39174) @sai6855
|
|
67
|
+
- [docs][material-ui] Add small polish to the Templates page (#39224) @danilo-leal
|
|
68
|
+
- [docs][material-ui] Small revision to the Icons page (#38840) @danilo-leal
|
|
69
|
+
|
|
70
|
+
### Core
|
|
71
|
+
|
|
72
|
+
- Add next lint config to eslint (#39183) @Janpot
|
|
73
|
+
- [core] Update eslint rules (#39178) @romgrk
|
|
74
|
+
- [core] Fix Greg GitHub slug @oliviertassinari
|
|
75
|
+
- [core] Priority Support casing normalization @oliviertassinari
|
|
76
|
+
- [website] Add Heat map in pricing page (#39269) @oliviertassinari
|
|
77
|
+
- [website] Update `React Engineer - xCharts` Ashby link (#39172) @DanailH
|
|
78
|
+
- [website] Add Charts to the pricing table (#38680) @alexfauquette
|
|
79
|
+
- [website] Polish career experience @oliviertassinari
|
|
80
|
+
- [website] Simplify the Core products file (#39194) @danilo-leal
|
|
81
|
+
|
|
82
|
+
All contributors of this release in alphabetical order: @alexfauquette, @brijeshb42, @DanailH, @danilo-leal, @DiegoAndai, @Erik-McKelvey, @Janpot, @mj12albert, @mnajdova, @oliviertassinari, @romgrk, @sai6855, @Semigradsky, @siriwatknp, @xulingzhihou, @zanivan, @ZeeshanTamboli
|
|
83
|
+
|
|
84
|
+
## 5.14.11
|
|
85
|
+
|
|
86
|
+
<!-- generated comparing v5.14.10..master -->
|
|
87
|
+
|
|
88
|
+
_Sep 26, 2023_
|
|
89
|
+
|
|
90
|
+
A big thanks to the 23 contributors who made this release possible.
|
|
91
|
+
This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
|
|
92
|
+
|
|
93
|
+
### `@mui/material@5.14.11`
|
|
94
|
+
|
|
95
|
+
- [Autocomplete] Re-export `AutocompleteValue` to make it available from path import (#38638) @vadimka123
|
|
96
|
+
- [Select][material-ui] Missing aria-multiselectable attribute on multiple Select component (#38855) @gitstart
|
|
97
|
+
- [l10n] labelDisplayedRows is added for trTR localization (#39056) @tebersefa
|
|
98
|
+
|
|
99
|
+
### `@mui/utils@5.14.11`
|
|
100
|
+
|
|
101
|
+
- Support RSC in `isMuiElement` util (#38129) @sai6855
|
|
102
|
+
|
|
103
|
+
### `@mui/base@5.0.0-beta.17`
|
|
104
|
+
|
|
105
|
+
- [NumberInput] Support adornments (#38900) @anle9650
|
|
106
|
+
- [Menu] Align external props handling for useMenu/MenuButton/MenuItem (#38946) @mj12albert
|
|
107
|
+
- [Select] Align external props handling (#39038) @mj12albert
|
|
108
|
+
- [TextareaAutosize] Simplify logic and add test (#38728) @oliviertassinari
|
|
109
|
+
|
|
110
|
+
### `@mui/joy@5.0.0-beta.8`
|
|
111
|
+
|
|
112
|
+
- [Button] Fix disabled button styling when component prop is provided (#38996) @sai6855
|
|
113
|
+
- [Drawer] Add missing `JoyDrawer` in theme components (#39074) @Studio384
|
|
114
|
+
|
|
115
|
+
### `@mui/material-next@6.0.0-alpha.103`
|
|
116
|
+
|
|
117
|
+
- [FormControl] Copy v5 FormControl (#39039) @mj12albert
|
|
118
|
+
|
|
119
|
+
### `@mui/lab@5.0.0-alpha.146`
|
|
120
|
+
|
|
121
|
+
- [TreeView] Fix JSDoc comments in TreeView and TreeItem (#38874) @jergason
|
|
122
|
+
|
|
123
|
+
### Docs
|
|
124
|
+
|
|
125
|
+
- Improve focus trap demo (#38985) @oliviertassinari
|
|
126
|
+
- Add Tailwind CSS + plain CSS demo on the Tabs page (#39000) @alisasanib
|
|
127
|
+
- Improve the default theme viewer design (#39049) @danilo-leal
|
|
128
|
+
- Add live demo with CssVarsProvider (#38792) @oliviertassinari
|
|
129
|
+
- Fix wrong hash on Card's page (#39151) @mnajdova
|
|
130
|
+
- Revise the Drawer page (#38988) @danilo-leal
|
|
131
|
+
- Simplify the button's loading indicator demo (#39082) @danilo-leal
|
|
132
|
+
- Fix the Templates link on the Overview page (#39086) @danilo-leal
|
|
133
|
+
- Refine the Sign in template (#38942) @zanivan
|
|
134
|
+
- Add `use-count-up` integration with the Circular Progress (#38952) @anon-phantom
|
|
135
|
+
|
|
136
|
+
### Core
|
|
137
|
+
|
|
138
|
+
- [blog] Add a company values blog post (#38802) @mikailaread
|
|
139
|
+
- [core] Downgrade lerna to 7.2.0 (#39149) @michaldudak
|
|
140
|
+
- [core] Simplify docs feedback interaction (#39075) @alexfauquette
|
|
141
|
+
- [core] Improve ref type definition (#38903) @oliviertassinari
|
|
142
|
+
- [core] Simplify career (#39112) @oliviertassinari
|
|
143
|
+
- [core] Update Babel types along with source packages (#39070) @michaldudak
|
|
144
|
+
- [core] Add a comment to explain `useEnhancedEffect` (#39035) @Janpot
|
|
145
|
+
- [docs-infra] Fix code removal in table of content (#39165) @alexfauquette
|
|
146
|
+
- [docs-infra] Improve callouts design (#39084) @danilo-leal
|
|
147
|
+
- [docs-infra] Fix key warning in Base UI Slider slots section (#38954) @ZeeshanTamboli
|
|
148
|
+
- [docs-infra] Fix error when redirecting to the root page (#38451) @maheshguntur
|
|
149
|
+
- [docs-infra] Open demo crash in the right repository (#39006) @oliviertassinari
|
|
150
|
+
- [test] Split the test package (#39061) @michaldudak
|
|
151
|
+
- [website] React Engineer - xCharts role (#38976) @DanailH
|
|
152
|
+
- [website] Improve the highlighter component colors (#39087) @danilo-leal
|
|
153
|
+
- [website] Fix Pricing page row hover (#39097) @danilo-leal
|
|
154
|
+
- [website] Fix typo with straight quote @oliviertassinari
|
|
155
|
+
- [website] Sync about page @oliviertassinari
|
|
156
|
+
- [website] Update the about page (#38733) @danilo-leal
|
|
157
|
+
- [website] Small fixes on the X marketing page (#38975) @flaviendelangle
|
|
158
|
+
- [website] Add stray design tweaks to the X page (#38589) @danilo-leal
|
|
159
|
+
|
|
160
|
+
All contributors of this release in alphabetical order: @alexfauquette, @alisasanib, @anle9650, @anon-phantom, @DanailH, @danilo-leal, @DiegoAndai, @flaviendelangle, @gitstart, @Janpot, @jergason, @maheshguntur, @michaldudak, @mikailaread, @mj12albert, @mnajdova, @oliviertassinari, @sai6855, @Studio384, @tebersefa, @vadimka123, @zanivan, @ZeeshanTamboli
|
|
161
|
+
|
|
3
162
|
## 5.14.10
|
|
4
163
|
|
|
5
164
|
<!-- generated comparing v5.14.9..master -->
|
package/index.d.ts
CHANGED
|
@@ -50,11 +50,20 @@ export interface CSSOthersObjectForCSSObject {
|
|
|
50
50
|
[propertiesName: string]: CSSInterpolation;
|
|
51
51
|
}
|
|
52
52
|
|
|
53
|
-
|
|
53
|
+
// Omit variants as a key, because we have a special handling for it
|
|
54
|
+
export interface CSSObject
|
|
55
|
+
extends CSSPropertiesWithMultiValues,
|
|
56
|
+
CSSPseudos,
|
|
57
|
+
Omit<CSSOthersObject, 'variants'> {}
|
|
58
|
+
|
|
59
|
+
interface CSSObjectWithVariants<Props> extends Omit<CSSObject, 'variants'> {
|
|
60
|
+
variants: Array<{ props: Props; variants: CSSObject }>;
|
|
61
|
+
}
|
|
54
62
|
|
|
55
63
|
export type FalseyValue = undefined | null | false;
|
|
56
64
|
export type Interpolation<P> =
|
|
57
65
|
| InterpolationValue
|
|
66
|
+
| CSSObjectWithVariants<P>
|
|
58
67
|
| InterpolationFunction<P>
|
|
59
68
|
| FlattenInterpolation<P>;
|
|
60
69
|
// cannot be made a self-referential interface, breaks WithPropNested
|
package/index.js
CHANGED
package/legacy/index.js
CHANGED
package/modern/index.js
CHANGED
|
@@ -20,8 +20,7 @@ const GlobalStyles = (0, _styledComponents.createGlobalStyle)(props => {
|
|
|
20
20
|
}
|
|
21
21
|
return styles;
|
|
22
22
|
});
|
|
23
|
-
var _default = GlobalStyles;
|
|
24
|
-
exports.default = _default;
|
|
23
|
+
var _default = exports.default = GlobalStyles;
|
|
25
24
|
GlobalStyles.propTypes = {
|
|
26
25
|
defaultTheme: _propTypes.default.object,
|
|
27
26
|
styles: _propTypes.default.oneOfType([_propTypes.default.array, _propTypes.default.string, _propTypes.default.object, _propTypes.default.func])
|
package/node/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mui/styled-engine-sc",
|
|
3
|
-
"version": "5.14.
|
|
3
|
+
"version": "5.14.12",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "MUI Team",
|
|
6
6
|
"description": "styled() API wrapper package for styled-components.",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"url": "https://opencollective.com/mui"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@babel/runtime": "^7.
|
|
29
|
+
"@babel/runtime": "^7.23.1",
|
|
30
30
|
"csstype": "^3.1.2",
|
|
31
31
|
"prop-types": "^15.8.1"
|
|
32
32
|
},
|