@mui/docs 5.12.4 → 5.13.6
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 +267 -4
- package/NProgressBar/NProgressBar.js +7 -6
- package/index.js +1 -1
- package/legacy/NProgressBar/NProgressBar.js +3 -5
- package/legacy/index.js +1 -1
- package/legacy/svgIcons/FileDownload.js +2 -4
- package/legacy/svgIcons/JavaScript.js +2 -4
- package/legacy/svgIcons/TypeScript.js +2 -4
- package/node/NProgressBar/NProgressBar.js +7 -6
- package/node/index.js +1 -1
- package/node/svgIcons/FileDownload.js +3 -3
- package/node/svgIcons/JavaScript.js +3 -3
- package/node/svgIcons/TypeScript.js +3 -3
- package/package.json +3 -3
- package/svgIcons/FileDownload.js +3 -3
- package/svgIcons/JavaScript.js +3 -3
- package/svgIcons/TypeScript.js +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,268 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## 5.13.6
|
|
4
|
+
|
|
5
|
+
_Jun 21, 2023_
|
|
6
|
+
|
|
7
|
+
A big thanks to the 25 contributors who made this release possible. Here are some highlights ✨:
|
|
8
|
+
|
|
9
|
+
- 💫 Added [Slider](https://mui.com/material-ui/react-slider/#material-you-version) component using the new Material You design language (#37520) @DiegoAndai.
|
|
10
|
+
- 📚 Added [examples](https://github.com/mui/material-ui/tree/master/examples/material-next-app-router-ts) showcasing how you can use Material UI with next.js's app directory (#37315) @smo043
|
|
11
|
+
|
|
12
|
+
### `@mui/material@5.13.6`
|
|
13
|
+
|
|
14
|
+
- ​<!-- 45 -->[Autocomplete] Fixed autocomplete's existing option selection (#37012) @bencevoros
|
|
15
|
+
- ​<!-- 44 -->[Autocomplete] Add hint demos to Material UI and Joy UI docs (#37496) @sai6855
|
|
16
|
+
- ​<!-- 13 -->[Masonry] Fix ResizeObserver loop limit exceeded error (#37208) @hbjORbj
|
|
17
|
+
- ​<!-- 11 -->[Tooltip][material] Improve warning when Tooltip receives string child (#37530) @DiegoAndai
|
|
18
|
+
- ​<!-- 10 -->[Modal] Add missing members to ModalOwnProps (#37568) @ivp-dev
|
|
19
|
+
- ​<!-- 09 -->[Slider] Arrow keys control does not work with float numbers (#37071) @gitstart
|
|
20
|
+
- ​<!-- 08 -->[SvgIcon] allow `svg` as a child (#37231) @siriwatknp
|
|
21
|
+
- ​<!-- 07 -->[Timeline] Add alternate reverse position (#37311) @abhinavkmrru
|
|
22
|
+
- ​<!-- 06 -->[Tooltip] Fix type of sx prop in `slotProps` (#37550) @SuperKXT
|
|
23
|
+
- ​<!-- 05 -->[TouchRipple] perf: avoid calling `clearTimeout()` (#37512) @romgrk
|
|
24
|
+
|
|
25
|
+
### `@mui/material-next@6.0.0-alpha.90`
|
|
26
|
+
|
|
27
|
+
- ​<!-- 12 -->[Material You] Add Slider component with Material You design (#37520) @DiegoAndai
|
|
28
|
+
|
|
29
|
+
### `@mui/joy@5.0.0-alpha.85`
|
|
30
|
+
|
|
31
|
+
- ​<!-- 37 -->[ButtonGroup][joy] Missing border when spacing is more than zero (#37577) @siriwatknp
|
|
32
|
+
- ​<!-- 36 -->[CardActions][joy] Add `CardActions` component (#37441) @siriwatknp
|
|
33
|
+
- ​<!-- 14 -->[Menu][joy] Fix closing of `Menu` in demos (#36917) @sai6855
|
|
34
|
+
|
|
35
|
+
### `@mui/base@5.0.0-beta.5`
|
|
36
|
+
|
|
37
|
+
- ​<!-- 39 -->[Menu][base] Add the resetHighlight action (#37392) @michaldudak
|
|
38
|
+
- ​<!-- 38 -->[Select][base] Expose the `areOptionsEqual` prop (#37615) @michaldudak
|
|
39
|
+
|
|
40
|
+
### `@mui/utils@5.13.2`
|
|
41
|
+
|
|
42
|
+
- ​<!-- 04 -->[utils] Allow nested imports in @mui/utils to speed up build (#37586) @flaviendelangle
|
|
43
|
+
|
|
44
|
+
### Docs
|
|
45
|
+
|
|
46
|
+
- ​<!-- 43 -->[docs][base] Improve Base UI all components images (#37590) @danilo-leal
|
|
47
|
+
- ​<!-- 42 -->[docs][base] Add pages for coming soon components (#37575) @danilo-leal
|
|
48
|
+
- ​<!-- 41 -->[docs][base] Add a Snackbar introduction demo (#37602) @danilo-leal
|
|
49
|
+
- ​<!-- 40 -->[docs][base] Add page for all Base UI components (#37536) @danilo-leal
|
|
50
|
+
- ​<!-- 33 -->[docs] Fix scrollbar on snackbar page (#37657) @oliviertassinari
|
|
51
|
+
- ​<!-- 32 -->[docs] Switch order of snackbar buttons in demos (#37389) @Primajin
|
|
52
|
+
- ​<!-- 31 -->[docs] Add support for Tailwind CSS and plain CSS demos (#37319) @mnajdova
|
|
53
|
+
- ​<!-- 30 -->[docs] Tree view color fix for dark mode in Gmail example (#37051) @PunitSoniME
|
|
54
|
+
- ​<!-- 29 -->[docs] Inline the Base UI demo (#37603) @oliviertassinari
|
|
55
|
+
- ​<!-- 28 -->[docs] Fix typo in themed components page (#37598) @vinayr
|
|
56
|
+
- ​<!-- 27 -->[docs] Fix render inline code in CSS description generation (#37448) @alexfauquette
|
|
57
|
+
- ​<!-- 26 -->[docs] Add styles to styled argument list (#37558) @DiegoAndai
|
|
58
|
+
- ​<!-- 25 -->[docs] Improve awkward wording in READMEs of example projects (#37110) @DIWAKARKASHYAP
|
|
59
|
+
- ​<!-- 24 -->[docs] Fix small base -> base-ui migration issue (#37594) @oliviertassinari
|
|
60
|
+
- ​<!-- 23 -->[docs] Fix GitHub typo (#37578) @oliviertassinari
|
|
61
|
+
- ​<!-- 22 -->[docs] Improve release guide (#37547) @DiegoAndai
|
|
62
|
+
- ​<!-- 21 -->[docs] Review fixes to the Material UI's "Example projects" page (#37444) @danilo-leal
|
|
63
|
+
- ​<!-- 17 -->[docs][joy] Add a messages template (#37546) @sernstberger
|
|
64
|
+
- ​<!-- 16 -->[docs][joy] Add pages for coming soon Joy UI components (#36920) @danilo-leal
|
|
65
|
+
- ​<!-- 15 -->[docs][joy] Add design and consistency tweaks to the Playground (#37580) @danilo-leal
|
|
66
|
+
- ​<!-- 37 -->[docs] Add and revise Base UI + Create React App examples (#36825) @samuelsycamore
|
|
67
|
+
- ​<!-- 20 -->[docs-infra] Fix demos border radius (#37658) @oliviertassinari
|
|
68
|
+
- ​<!-- 19 -->[docs-infra] Add analyticsTags to Algolia (#37600) @Janpot
|
|
69
|
+
- ​<!-- 18 -->[docs-infra] Simplify product id handling (#37593) @oliviertassinari
|
|
70
|
+
- ​<!-- 35 -->[CHANGELOG] Add missing release date for v5.13.5 @oliviertassinari
|
|
71
|
+
- ​<!-- 16 -->[examples] Shell command fix in the readme file of material-next-app-router-ts example (#37675) @bablukpik
|
|
72
|
+
- ​<!-- 15 -->[examples] Next.js v13 app router with Material UI (#37315) @smo043
|
|
73
|
+
|
|
74
|
+
### Core
|
|
75
|
+
|
|
76
|
+
- ​<!-- 34 -->[core] Update to Node.js v18 for `test-dev` CI (#37604) @ZeeshanTamboli
|
|
77
|
+
- ​<!-- 39 -->[core] Add priority support issue template (#37671) @DanailH
|
|
78
|
+
- ​<!-- 03 -->[website] Update roadmap page (#37587) @cherniavskii
|
|
79
|
+
- ​<!-- 02 -->[website] Add CSP to limit iframes to self @oliviertassinari
|
|
80
|
+
- ​<!-- 01 -->[website] Link mui-x Stack Overflow in footer link (#37509) @richbustos
|
|
81
|
+
|
|
82
|
+
All contributors of this release in alphabetical order: @abhinavkmrru, @alexfauquette, @bencevoros, @cherniavskii, @danilo-leal, @DiegoAndai, @DIWAKARKASHYAP, @flaviendelangle, @gitstart, @hbjORbj, @ivp-dev, @Janpot, @michaldudak, @mnajdova, @oliviertassinari, @Primajin, @PunitSoniME, @richbustos, @romgrk, @sai6855, @sernstberger, @siriwatknp, @SuperKXT, @vinayr, @ZeeshanTamboli
|
|
83
|
+
|
|
84
|
+
## 5.13.5
|
|
85
|
+
|
|
86
|
+
_Jun 12, 2023_
|
|
87
|
+
|
|
88
|
+
A big thanks to the 9 contributors who made this release possible. Here are some highlights ✨:
|
|
89
|
+
|
|
90
|
+
- 💫 Added `ButtonGroup` component in Joy UI (#37407) @siriwatknp.
|
|
91
|
+
- 🐛 bug fixes and 📚 documentation improvements.
|
|
92
|
+
|
|
93
|
+
### `@mui/material@5.13.5`
|
|
94
|
+
|
|
95
|
+
- ​<!-- 03 -->[Material][Popover] Add support for virtual element as anchorEl (#37465) @DiegoAndai
|
|
96
|
+
|
|
97
|
+
### `@mui/joy@5.0.0-alpha.84`
|
|
98
|
+
|
|
99
|
+
- ​<!-- 20 -->[ButtonGroup][joy] Replace `detached` prop with `spacing`. (#37562) @siriwatknp
|
|
100
|
+
- ​<!-- 19 -->[ButtonGroup][joy] Add `ButtonGroup` component (#37407) @siriwatknp
|
|
101
|
+
- ​<!-- 04 -->[Input][joy] Simplify focus with `:focus-within` and add examples (#37385) @siriwatknp
|
|
102
|
+
|
|
103
|
+
### Docs
|
|
104
|
+
|
|
105
|
+
- ​<!-- 17 -->[docs] Move Toolpad from alpha to beta (#37288) @bharatkashyap
|
|
106
|
+
- ​<!-- 16 -->[docs] Add usage of createCssVarsProvider (#37513) @brijeshb42
|
|
107
|
+
- ​<!-- 15 -->[docs] Update /base url references to /base-ui (#37412) @brijeshb42
|
|
108
|
+
- ​<!-- 14 -->[docs] Skip components and hooks due to duplicate index (#37539) @siriwatknp
|
|
109
|
+
- ​<!-- 13 -->[docs] Polish Sign in to your account joy demo (#37498) @oliviertassinari
|
|
110
|
+
- ​<!-- 12 -->[docs] Remove outdated Material UI FAQ @oliviertassinari
|
|
111
|
+
- ​<!-- 11 -->[docs] Fix crash access to localStorage in Firefox (#37518) @brijeshb42
|
|
112
|
+
- ​<!-- 10 -->[docs-infra] Enforce max length on description (#37565) @oliviertassinari
|
|
113
|
+
- ​<!-- 09 -->[docs-infra] Mandatory versions (#37497) @oliviertassinari
|
|
114
|
+
- ​<!-- 08 -->[docs-infra] Fix lighthouse img size issue (#37415) @oliviertassinari
|
|
115
|
+
- ​<!-- 07 -->[docs][joy] Replace JoyInput with Input component in JoyUI Text Field documentation (#37548) @musama619
|
|
116
|
+
- ​<!-- 06 -->[docs][joy] Add typography introduction demo component (#37553) @sernstberger
|
|
117
|
+
- ​<!-- 05 -->[docs][joy] Add a rental dashboard template (#37453) @sernstberger
|
|
118
|
+
|
|
119
|
+
### Core
|
|
120
|
+
|
|
121
|
+
- ​<!-- 21 -->Move the React Community Engineer - X in Open Roles (#37552) @DanailH
|
|
122
|
+
- ​<!-- 18 -->[core] Update Node.js version to v18 on CircleCI, CodeSandbox, and Netlify (#37173) @ZeeshanTamboli
|
|
123
|
+
- ​<!-- 02 -->[website] RIDI gold sponsorship end (#37517) @oliviertassinari
|
|
124
|
+
- ​<!-- 01 -->[website] Update X landing page (#37387) @cherniavskii
|
|
125
|
+
|
|
126
|
+
All contributors of this release in alphabetical order: @brijeshb42, @cherniavskii, @DanailH, @DiegoAndai, @musama619, @oliviertassinari, @sernstberger, @siriwatknp, @ZeeshanTamboli
|
|
127
|
+
|
|
128
|
+
## 5.13.4
|
|
129
|
+
|
|
130
|
+
<!-- generated comparing v5.13.3..master -->
|
|
131
|
+
|
|
132
|
+
_Jun 5, 2023_
|
|
133
|
+
|
|
134
|
+
A big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:
|
|
135
|
+
|
|
136
|
+
### `@mui/material@5.13.4`
|
|
137
|
+
|
|
138
|
+
- ​<!-- 20 -->[Autocomplete][material] Add missing `focusVisible` class in AutocompleteClasses (#37502) @sai6855
|
|
139
|
+
- ​<!-- 04 -->[Menu][material] Fix MenuPaper class composition precedence (#37390) @DiegoAndai
|
|
140
|
+
- ​<!-- 03 -->[MenuList] Fix to allow conditional rendering for a menu item under ListSubheader (#36890) @danielplewes
|
|
141
|
+
- ​<!-- 02 -->[Stepper] Handle progress bar of mobile stepper when `steps` is one (#37079) @gitstart
|
|
142
|
+
|
|
143
|
+
### `@mui/base@5.0.0-beta.4`
|
|
144
|
+
|
|
145
|
+
- ​<!-- 16 -->[Input][base] Fix calling slotProps event handlers (#37463) @sai6855
|
|
146
|
+
|
|
147
|
+
### `@mui/joy@5.0.0-alpha.82`
|
|
148
|
+
|
|
149
|
+
- ​<!-- 19 -->[Avatar][joy] Fallback to `alt` when `src` or `srcSet` are not defined (#37469) @vishalthatipamula0219
|
|
150
|
+
- ​<!-- 15 -->[Card][joy] Improve usability of card family (#37474) @siriwatknp
|
|
151
|
+
|
|
152
|
+
### Docs
|
|
153
|
+
|
|
154
|
+
- ​<!-- 18 -->[docs][base] useAutocomplete demos & docs (#37029) @mj12albert
|
|
155
|
+
- ​<!-- 17 -->[docs][base] Remove usage of `component` prop in docs (#37462) @sai6855
|
|
156
|
+
- ​<!-- 13 -->[docs] Fix docs redirections @oliviertassinari
|
|
157
|
+
- ​<!-- 12 -->[docs] Fix Fluent -> Fluent UI @oliviertassinari
|
|
158
|
+
- ​<!-- 11 -->[docs] Fix MUI Base -> Base UI @oliviertassinari
|
|
159
|
+
- ​<!-- 10 -->[docs] Add base-vite-tailwind example repo (#36994) @mj12albert
|
|
160
|
+
- ​<!-- 09 -->[docs] Fix search bar layout shift (#37460) @oliviertassinari
|
|
161
|
+
- ​<!-- 08 -->[docs] Tweak Material UI's "Showcase" page design (#37259) @danilo-leal
|
|
162
|
+
- ​<!-- 07 -->[docs] Tweak Material UI's "Template" page design (#37260) @danilo-leal
|
|
163
|
+
- ​<!-- 06 -->[docs] Fix "Language" page removal leftovers (#37408) @danilo-leal
|
|
164
|
+
- ​<!-- 05 -->[docs] Move contents of css-variables to sibling pages (#37411) @brijeshb42
|
|
165
|
+
|
|
166
|
+
### Core
|
|
167
|
+
|
|
168
|
+
- ​<!-- 14 -->[core] Do not let Renovate handle `examples` packages updates (#37386) @ZeeshanTamboli
|
|
169
|
+
- ​<!-- 01 -->[website] Add header filters to the pricing table (#37455) @MBilalShafi
|
|
170
|
+
|
|
171
|
+
All contributors of this release in alphabetical order: @brijeshb42, @danielplewes, @danilo-leal, @DiegoAndai, @gitstart, @MBilalShafi, @mj12albert, @oliviertassinari, @sai6855, @siriwatknp, @vishalthatipamula0219, @ZeeshanTamboli
|
|
172
|
+
|
|
173
|
+
## 5.13.3
|
|
174
|
+
|
|
175
|
+
<!-- generated comparing v5.13.2..master -->
|
|
176
|
+
|
|
177
|
+
_May 29, 2023_
|
|
178
|
+
|
|
179
|
+
A big thanks to the 15 contributors who made this release possible.
|
|
180
|
+
This release focuses primarily on 🐛 bug fixes and 📚 documentation improvements.
|
|
181
|
+
|
|
182
|
+
### `@mui/material@5.13.3
|
|
183
|
+
|
|
184
|
+
- ​<!-- 22 -->[Autocomplete] Accept external Listbox ref (#37325) @sai6855
|
|
185
|
+
- ​<!-- 06 -->[Modal] Pass `className` from `BackdropProps` (#37399) @hbjORbj
|
|
186
|
+
|
|
187
|
+
### `@mui/base@5.0.0-beta.3`
|
|
188
|
+
|
|
189
|
+
- ​<!-- 20 -->[base] Maintain nodes document order in compound components (#36857) @michaldudak
|
|
190
|
+
- ​<!-- 19 -->[base][joy] Prevent persisting hover state styles onclick on mobile (#36704) @gitstart
|
|
191
|
+
- ​<!-- 18 -->[Menu][base] MenuItem as a link does not work (#37242) @nicolas-ot
|
|
192
|
+
- ​<!-- 17 -->[MenuItem][Base] Pass idGenerator function (#37364) @sai6855
|
|
193
|
+
- ​<!-- 16 -->[Slider][Base] Add Vertical slider demo (#37357) @sai6855
|
|
194
|
+
|
|
195
|
+
### `@mui/joy@5.0.0-alpha.82`
|
|
196
|
+
|
|
197
|
+
- ​<!-- 23 -->[Select][joy] Fix popup does not close (#37435) @siriwatknp
|
|
198
|
+
- ​<!-- 21 -->[Badge][Joy] Fix `slots` element type in API docs (#37329) @zignis
|
|
199
|
+
- ​<!-- 04 -->[Select] [joy] Handle long text content (#37289) @akash191095
|
|
200
|
+
- ​<!-- 07 -->[Tooltip][Joy] Interactive doesn't work (#37159) @nicolas-ot
|
|
201
|
+
|
|
202
|
+
### `@mui/codemod@5.13.3
|
|
203
|
+
|
|
204
|
+
- ​<!-- 05 -->[mui-codemod] Add missing script to README (#37377) @hbjORbj
|
|
205
|
+
|
|
206
|
+
### Docs
|
|
207
|
+
|
|
208
|
+
- ​<!-- 14 -->[docs] Clarify Hidden down props as exclusive (#36927) @canac
|
|
209
|
+
- ​<!-- 13 -->[docs] Add refine to Material UI "Related projects" and "More advanced example projects" pages (#37308) @necatiozmen
|
|
210
|
+
- ​<!-- 12 -->[docs] Remove todo link from sidebar (#37373) @brijeshb42
|
|
211
|
+
- ​<!-- 11 -->[docs] Clarify the peer dependency with react (#37360) @oliviertassinari
|
|
212
|
+
- ​<!-- 10 -->[docs] Divider vertical middle prop migration (#36840) @JhonnK08
|
|
213
|
+
- ​<!-- 09 -->[docs] Fix branding theme tabs and navigation bar regressions (#37362) @ZeeshanTamboli
|
|
214
|
+
- ​<!-- 08 -->[docs-infra] Throw on incorrect internal links (#37326) @oliviertassinari
|
|
215
|
+
|
|
216
|
+
### Core
|
|
217
|
+
|
|
218
|
+
- ​<!-- 15 -->[core] Include scoped JSX namespace when resolving props (#37404) @LukasTy
|
|
219
|
+
- ​<!-- 03 -->[test][useMediaQuery] Change SSR test description (#37403) @zignis
|
|
220
|
+
- ​<!-- 02 -->[website] Sync with Ashby @oliviertassinari
|
|
221
|
+
- ​<!-- 01 -->[website] Add David to about page (#37379) @DavidCnoops
|
|
222
|
+
|
|
223
|
+
All contributors of this release in alphabetical order: @akash191095, @brijeshb42, @canac, @DavidCnoops, @gitstart, @hbjORbj, @JhonnK08, @LukasTy, @michaldudak, @necatiozmen, @nicolas-ot, @oliviertassinari, @sai6855, @ZeeshanTamboli, @zignis
|
|
224
|
+
|
|
225
|
+
## 5.13.2
|
|
226
|
+
|
|
227
|
+
<!-- generated comparing v5.13.1..master -->
|
|
228
|
+
|
|
229
|
+
_May 22, 2023_
|
|
230
|
+
|
|
231
|
+
A big thanks to the 12 contributors who made this release possible.
|
|
232
|
+
📚 This release focuses primarily on documentation improvements.
|
|
233
|
+
|
|
234
|
+
### `@mui/material@5.13.2
|
|
235
|
+
|
|
236
|
+
- [Slider] Tooltip positioning fixed for vertical slider (#37049) @PunitSoniME
|
|
237
|
+
|
|
238
|
+
### Docs
|
|
239
|
+
|
|
240
|
+
- [docs][base] Remove default annotations from useTabsList return type (#37324) @TinaSay
|
|
241
|
+
- [docs][base] Remove default annotations from useTabPanel return type (#37323) @TinaSay
|
|
242
|
+
- [docs][base] Remove default annotations from useSwitch return type (#37322) @TinaSay
|
|
243
|
+
- [docs][base] Remove default annotations from useInput return type (#37321) @TinaSay
|
|
244
|
+
- [docs][base] Remove default annotations from useAutocomplete return type (#37320) @TinaSay
|
|
245
|
+
- [docs][base] Remove default annotations from useBadge's return type (#37313) @TinaSay
|
|
246
|
+
- [docs][base] Remove default annotations from useButton's return type (#37312) @TinaSay
|
|
247
|
+
- [docs][base] Remove default annotations from useSlider's return type (#37309) @TinaSay
|
|
248
|
+
- [docs] Remove Material UI's "Languages" page (#37314) @danilo-leal
|
|
249
|
+
- [docs] Prefer to link GitHub repository @oliviertassinari
|
|
250
|
+
- [docs] Move product versions to page context (#35078) @m4theushw
|
|
251
|
+
- [docs] Fix v5 migration npm install instruction (#37293) @oliviertassinari
|
|
252
|
+
- [docs][Tab] Add vertical tabs demo (#37292) @sai6855
|
|
253
|
+
- [docs][Transitions] Fix typo in code sample (#37300) @alexfauquette
|
|
254
|
+
- [examples] Remove `@babel/plugin-proposal-class-properties` from Material-Express-SSR example (#37305) @ZeeshanTamboli
|
|
255
|
+
- [Website] Add Brijesh to About page (#37318) @brijeshb42
|
|
256
|
+
- [website] Update pricing table (#37290) @cherniavskii
|
|
257
|
+
- [website] Update core open roles (#37224) @mnajdova
|
|
258
|
+
|
|
259
|
+
### Core
|
|
260
|
+
|
|
261
|
+
- Revert "[core] Remove outdated babel proposal plugins (#36795)" (#37331) @michaldudak
|
|
262
|
+
- [core] Move esmExternals to the shared next config (#37332) @michaldudak
|
|
263
|
+
|
|
264
|
+
All contributors of this release in alphabetical order: @alexfauquette, @brijeshb42, @cherniavskii, @danilo-leal, @m4theushw, @michaldudak, @mnajdova, @oliviertassinari, @PunitSoniME, @sai6855, @TinaSay, @ZeeshanTamboli
|
|
265
|
+
|
|
3
266
|
## 5.13.1
|
|
4
267
|
|
|
5
268
|
<!-- generated comparing v5.13.0..master -->
|
|
@@ -627,7 +890,7 @@ _Mar 14, 2023_
|
|
|
627
890
|
|
|
628
891
|
A big thanks to the 13 contributors who made this release possible. Here are some highlights ✨:
|
|
629
892
|
|
|
630
|
-
- @michaldudak added an option for [disabling the generation](https://mui.com/base/getting-started/customization/#disabling-default-css-classes) of the default classes in Base UI (#35963)
|
|
893
|
+
- @michaldudak added an option for [disabling the generation](https://mui.com/base-ui/getting-started/customization/#disabling-default-css-classes) of the default classes in Base UI (#35963)
|
|
631
894
|
- other 🐛 bug fixes and 📚 documentation improvements.
|
|
632
895
|
|
|
633
896
|
### `@mui/material@5.11.13`
|
|
@@ -812,7 +1075,7 @@ _Feb 27, 2023_
|
|
|
812
1075
|
|
|
813
1076
|
A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
|
|
814
1077
|
|
|
815
|
-
- 📚 added API documentation for the slots in Base UI and Joy UI by @hbjORbj, for e.g. [SliderUnstyled API](https://mui.com/base/api/slider-unstyled/#slots)
|
|
1078
|
+
- 📚 added API documentation for the slots in Base UI and Joy UI by @hbjORbj, for e.g. [SliderUnstyled API](https://mui.com/base-ui/api/slider-unstyled/#slots)
|
|
816
1079
|
- other 🐛 bug fixes and 📚 documentation improvements.
|
|
817
1080
|
|
|
818
1081
|
### `@mui/material@5.11.11`
|
|
@@ -1181,7 +1444,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
|
|
|
1181
1444
|
+ <SliderUnstyled slots={{ valueLabel: SliderValueLabel }} />
|
|
1182
1445
|
```
|
|
1183
1446
|
|
|
1184
|
-
The following demo shows how to show a value label when it is hovered over with the thumb: https://mui.com/base/react-slider/#value-label
|
|
1447
|
+
The following demo shows how to show a value label when it is hovered over with the thumb: https://mui.com/base-ui/react-slider/#value-label
|
|
1185
1448
|
|
|
1186
1449
|
- The following classes are removed from `sliderUnstyledClasses` since they are not needed for the value label:
|
|
1187
1450
|
|
|
@@ -2174,7 +2437,7 @@ _Oct 3, 2022_
|
|
|
2174
2437
|
|
|
2175
2438
|
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
|
|
2176
2439
|
|
|
2177
|
-
- 🚀 [SnackbarUnstyled](https://mui.com/base/react-snackbar/) component & headless hook are added to Base UI (#33227) @ZeeshanTamboli
|
|
2440
|
+
- 🚀 [SnackbarUnstyled](https://mui.com/base-ui/react-snackbar/) component & headless hook are added to Base UI (#33227) @ZeeshanTamboli
|
|
2178
2441
|
- 📚 [CSS variables documentation](https://mui.com/material-ui/experimental-api/css-theme-variables/overview/) for Material UI has been added by @siriwatknp (#33958)
|
|
2179
2442
|
- And more 🐛 bug fixes and 📚 documentation improvements.
|
|
2180
2443
|
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import _extends from "@babel/runtime/helpers/esm/extends";
|
|
1
2
|
let _ = t => t,
|
|
2
3
|
_t;
|
|
3
4
|
import * as React from 'react';
|
|
@@ -40,7 +41,7 @@ function NProgressBar(props) {
|
|
|
40
41
|
return /*#__PURE__*/_jsxs(NoSsr, {
|
|
41
42
|
children: [props.children, /*#__PURE__*/_jsx(GlobalStyles, {
|
|
42
43
|
styles: theme => ({
|
|
43
|
-
'#nprogress': {
|
|
44
|
+
'#nprogress': _extends({
|
|
44
45
|
direction: 'ltr',
|
|
45
46
|
pointerEvents: 'none',
|
|
46
47
|
position: 'fixed',
|
|
@@ -49,10 +50,10 @@ function NProgressBar(props) {
|
|
|
49
50
|
right: 0,
|
|
50
51
|
height: 2,
|
|
51
52
|
zIndex: (theme.vars || theme).zIndex.tooltip,
|
|
52
|
-
backgroundColor: (theme.vars || theme).palette.primary[200]
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
53
|
+
backgroundColor: (theme.vars || theme).palette.primary[200]
|
|
54
|
+
}, theme.applyDarkStyles({
|
|
55
|
+
backgroundColor: (theme.vars || theme).palette.primary[700]
|
|
56
|
+
}), {
|
|
56
57
|
'& .nprogress-bar': {
|
|
57
58
|
position: 'fixed',
|
|
58
59
|
backgroundColor: (theme.vars || theme).palette.primary.main,
|
|
@@ -81,7 +82,7 @@ function NProgressBar(props) {
|
|
|
81
82
|
right: -80,
|
|
82
83
|
clip: 'rect(-6px,90px,14px,-6px)'
|
|
83
84
|
}
|
|
84
|
-
}
|
|
85
|
+
})
|
|
85
86
|
})
|
|
86
87
|
})]
|
|
87
88
|
});
|
package/index.js
CHANGED
|
@@ -1,8 +1,6 @@
|
|
|
1
|
-
import
|
|
1
|
+
import _extends from "@babel/runtime/helpers/esm/extends";
|
|
2
2
|
import _taggedTemplateLiteral from "@babel/runtime/helpers/esm/taggedTemplateLiteral";
|
|
3
3
|
var _templateObject;
|
|
4
|
-
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
5
|
-
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
6
4
|
import * as React from 'react';
|
|
7
5
|
import PropTypes from 'prop-types';
|
|
8
6
|
import NProgress from 'nprogress';
|
|
@@ -27,7 +25,7 @@ function NProgressBar(props) {
|
|
|
27
25
|
children: [props.children, /*#__PURE__*/_jsx(GlobalStyles, {
|
|
28
26
|
styles: function styles(theme) {
|
|
29
27
|
return {
|
|
30
|
-
'#nprogress':
|
|
28
|
+
'#nprogress': _extends({
|
|
31
29
|
direction: 'ltr',
|
|
32
30
|
pointerEvents: 'none',
|
|
33
31
|
position: 'fixed',
|
|
@@ -39,7 +37,7 @@ function NProgressBar(props) {
|
|
|
39
37
|
backgroundColor: (theme.vars || theme).palette.primary[200]
|
|
40
38
|
}, theme.applyDarkStyles({
|
|
41
39
|
backgroundColor: (theme.vars || theme).palette.primary[700]
|
|
42
|
-
})
|
|
40
|
+
}), {
|
|
43
41
|
'& .nprogress-bar': {
|
|
44
42
|
position: 'fixed',
|
|
45
43
|
backgroundColor: (theme.vars || theme).palette.primary.main,
|
package/legacy/index.js
CHANGED
|
@@ -1,12 +1,10 @@
|
|
|
1
|
-
import
|
|
1
|
+
import _extends from "@babel/runtime/helpers/esm/extends";
|
|
2
2
|
var _path;
|
|
3
|
-
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
4
|
-
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
5
3
|
import * as React from 'react';
|
|
6
4
|
import SvgIcon from '@mui/material/SvgIcon';
|
|
7
5
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
8
6
|
function FileDownload(props) {
|
|
9
|
-
return /*#__PURE__*/_jsx(SvgIcon,
|
|
7
|
+
return /*#__PURE__*/_jsx(SvgIcon, _extends({}, props, {
|
|
10
8
|
children: _path || (_path = /*#__PURE__*/_jsx("path", {
|
|
11
9
|
d: "M19 9h-4V3H9v6H5l7 7 7-7zM5 18v2h14v-2H5z"
|
|
12
10
|
}))
|
|
@@ -1,12 +1,10 @@
|
|
|
1
|
-
import
|
|
1
|
+
import _extends from "@babel/runtime/helpers/esm/extends";
|
|
2
2
|
var _path;
|
|
3
|
-
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
4
|
-
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
5
3
|
import * as React from 'react';
|
|
6
4
|
import SvgIcon from '@mui/material/SvgIcon';
|
|
7
5
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
8
6
|
function JavaScript(props) {
|
|
9
|
-
return /*#__PURE__*/_jsx(SvgIcon,
|
|
7
|
+
return /*#__PURE__*/_jsx(SvgIcon, _extends({}, props, {
|
|
10
8
|
children: _path || (_path = /*#__PURE__*/_jsx("path", {
|
|
11
9
|
d: "M3,3H21V21H3V3M7.73,18.04C8.13,18.89 8.92,19.59 10.27,19.59C11.77,19.59 12.8,18.79 12.8,17.04V11.26H11.1V17C11.1,17.86 10.75,18.08 10.2,18.08C9.62,18.08 9.38,17.68 9.11,17.21L7.73,18.04M13.71,17.86C14.21,18.84 15.22,19.59 16.8,19.59C18.4,19.59 19.6,18.76 19.6,17.23C19.6,15.82 18.79,15.19 17.35,14.57L16.93,14.39C16.2,14.08 15.89,13.87 15.89,13.37C15.89,12.96 16.2,12.64 16.7,12.64C17.18,12.64 17.5,12.85 17.79,13.37L19.1,12.5C18.55,11.54 17.77,11.17 16.7,11.17C15.19,11.17 14.22,12.13 14.22,13.4C14.22,14.78 15.03,15.43 16.25,15.95L16.67,16.13C17.45,16.47 17.91,16.68 17.91,17.26C17.91,17.74 17.46,18.09 16.76,18.09C15.93,18.09 15.45,17.66 15.09,17.06L13.71,17.86Z"
|
|
12
10
|
}))
|
|
@@ -1,12 +1,10 @@
|
|
|
1
|
-
import
|
|
1
|
+
import _extends from "@babel/runtime/helpers/esm/extends";
|
|
2
2
|
var _path;
|
|
3
|
-
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
4
|
-
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
5
3
|
import * as React from 'react';
|
|
6
4
|
import SvgIcon from '@mui/material/SvgIcon';
|
|
7
5
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
8
6
|
function TypeScript(props) {
|
|
9
|
-
return /*#__PURE__*/_jsx(SvgIcon,
|
|
7
|
+
return /*#__PURE__*/_jsx(SvgIcon, _extends({}, props, {
|
|
10
8
|
children: _path || (_path = /*#__PURE__*/_jsx("path", {
|
|
11
9
|
d: "M3,3H21V21H3V3M13.71,17.86C14.21,18.84 15.22,19.59 16.8,19.59C18.4,19.59 19.6,18.76 19.6,17.23C19.6,15.82 18.79,15.19 17.35,14.57L16.93,14.39C16.2,14.08 15.89,13.87 15.89,13.37C15.89,12.96 16.2,12.64 16.7,12.64C17.18,12.64 17.5,12.85 17.79,13.37L19.1,12.5C18.55,11.54 17.77,11.17 16.7,11.17C15.19,11.17 14.22,12.13 14.22,13.4C14.22,14.78 15.03,15.43 16.25,15.95L16.67,16.13C17.45,16.47 17.91,16.68 17.91,17.26C17.91,17.74 17.46,18.09 16.76,18.09C15.93,18.09 15.45,17.66 15.09,17.06L13.71,17.86M13,11.25H8V12.75H9.5V20H11.25V12.75H13V11.25Z"
|
|
12
10
|
}))
|
|
@@ -5,6 +5,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
value: true
|
|
6
6
|
});
|
|
7
7
|
exports.default = void 0;
|
|
8
|
+
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
8
9
|
var React = _interopRequireWildcard(require("react"));
|
|
9
10
|
var _propTypes = _interopRequireDefault(require("prop-types"));
|
|
10
11
|
var _nprogress = _interopRequireDefault(require("nprogress"));
|
|
@@ -46,7 +47,7 @@ function NProgressBar(props) {
|
|
|
46
47
|
return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_NoSsr.default, {
|
|
47
48
|
children: [props.children, /*#__PURE__*/(0, _jsxRuntime.jsx)(_GlobalStyles.default, {
|
|
48
49
|
styles: theme => ({
|
|
49
|
-
'#nprogress': {
|
|
50
|
+
'#nprogress': (0, _extends2.default)({
|
|
50
51
|
direction: 'ltr',
|
|
51
52
|
pointerEvents: 'none',
|
|
52
53
|
position: 'fixed',
|
|
@@ -55,10 +56,10 @@ function NProgressBar(props) {
|
|
|
55
56
|
right: 0,
|
|
56
57
|
height: 2,
|
|
57
58
|
zIndex: (theme.vars || theme).zIndex.tooltip,
|
|
58
|
-
backgroundColor: (theme.vars || theme).palette.primary[200]
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
59
|
+
backgroundColor: (theme.vars || theme).palette.primary[200]
|
|
60
|
+
}, theme.applyDarkStyles({
|
|
61
|
+
backgroundColor: (theme.vars || theme).palette.primary[700]
|
|
62
|
+
}), {
|
|
62
63
|
'& .nprogress-bar': {
|
|
63
64
|
position: 'fixed',
|
|
64
65
|
backgroundColor: (theme.vars || theme).palette.primary.main,
|
|
@@ -87,7 +88,7 @@ function NProgressBar(props) {
|
|
|
87
88
|
right: -80,
|
|
88
89
|
clip: 'rect(-6px,90px,14px,-6px)'
|
|
89
90
|
}
|
|
90
|
-
}
|
|
91
|
+
})
|
|
91
92
|
})
|
|
92
93
|
})]
|
|
93
94
|
});
|
package/node/index.js
CHANGED
|
@@ -5,6 +5,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
value: true
|
|
6
6
|
});
|
|
7
7
|
exports.default = void 0;
|
|
8
|
+
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
8
9
|
var React = _interopRequireWildcard(require("react"));
|
|
9
10
|
var _SvgIcon = _interopRequireDefault(require("@mui/material/SvgIcon"));
|
|
10
11
|
var _jsxRuntime = require("react/jsx-runtime");
|
|
@@ -12,12 +13,11 @@ var _path;
|
|
|
12
13
|
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
13
14
|
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
14
15
|
function FileDownload(props) {
|
|
15
|
-
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_SvgIcon.default, {
|
|
16
|
-
...props,
|
|
16
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_SvgIcon.default, (0, _extends2.default)({}, props, {
|
|
17
17
|
children: _path || (_path = /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
18
18
|
d: "M19 9h-4V3H9v6H5l7 7 7-7zM5 18v2h14v-2H5z"
|
|
19
19
|
}))
|
|
20
|
-
});
|
|
20
|
+
}));
|
|
21
21
|
}
|
|
22
22
|
FileDownload.muiName = 'SvgIcon';
|
|
23
23
|
var _default = FileDownload;
|
|
@@ -5,6 +5,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
value: true
|
|
6
6
|
});
|
|
7
7
|
exports.default = void 0;
|
|
8
|
+
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
8
9
|
var React = _interopRequireWildcard(require("react"));
|
|
9
10
|
var _SvgIcon = _interopRequireDefault(require("@mui/material/SvgIcon"));
|
|
10
11
|
var _jsxRuntime = require("react/jsx-runtime");
|
|
@@ -12,12 +13,11 @@ var _path;
|
|
|
12
13
|
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
13
14
|
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
14
15
|
function JavaScript(props) {
|
|
15
|
-
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_SvgIcon.default, {
|
|
16
|
-
...props,
|
|
16
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_SvgIcon.default, (0, _extends2.default)({}, props, {
|
|
17
17
|
children: _path || (_path = /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
18
18
|
d: "M3,3H21V21H3V3M7.73,18.04C8.13,18.89 8.92,19.59 10.27,19.59C11.77,19.59 12.8,18.79 12.8,17.04V11.26H11.1V17C11.1,17.86 10.75,18.08 10.2,18.08C9.62,18.08 9.38,17.68 9.11,17.21L7.73,18.04M13.71,17.86C14.21,18.84 15.22,19.59 16.8,19.59C18.4,19.59 19.6,18.76 19.6,17.23C19.6,15.82 18.79,15.19 17.35,14.57L16.93,14.39C16.2,14.08 15.89,13.87 15.89,13.37C15.89,12.96 16.2,12.64 16.7,12.64C17.18,12.64 17.5,12.85 17.79,13.37L19.1,12.5C18.55,11.54 17.77,11.17 16.7,11.17C15.19,11.17 14.22,12.13 14.22,13.4C14.22,14.78 15.03,15.43 16.25,15.95L16.67,16.13C17.45,16.47 17.91,16.68 17.91,17.26C17.91,17.74 17.46,18.09 16.76,18.09C15.93,18.09 15.45,17.66 15.09,17.06L13.71,17.86Z"
|
|
19
19
|
}))
|
|
20
|
-
});
|
|
20
|
+
}));
|
|
21
21
|
}
|
|
22
22
|
JavaScript.muiName = 'SvgIcon';
|
|
23
23
|
var _default = JavaScript;
|
|
@@ -5,6 +5,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
value: true
|
|
6
6
|
});
|
|
7
7
|
exports.default = void 0;
|
|
8
|
+
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
8
9
|
var React = _interopRequireWildcard(require("react"));
|
|
9
10
|
var _SvgIcon = _interopRequireDefault(require("@mui/material/SvgIcon"));
|
|
10
11
|
var _jsxRuntime = require("react/jsx-runtime");
|
|
@@ -12,12 +13,11 @@ var _path;
|
|
|
12
13
|
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
13
14
|
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
14
15
|
function TypeScript(props) {
|
|
15
|
-
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_SvgIcon.default, {
|
|
16
|
-
...props,
|
|
16
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_SvgIcon.default, (0, _extends2.default)({}, props, {
|
|
17
17
|
children: _path || (_path = /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
18
18
|
d: "M3,3H21V21H3V3M13.71,17.86C14.21,18.84 15.22,19.59 16.8,19.59C18.4,19.59 19.6,18.76 19.6,17.23C19.6,15.82 18.79,15.19 17.35,14.57L16.93,14.39C16.2,14.08 15.89,13.87 15.89,13.37C15.89,12.96 16.2,12.64 16.7,12.64C17.18,12.64 17.5,12.85 17.79,13.37L19.1,12.5C18.55,11.54 17.77,11.17 16.7,11.17C15.19,11.17 14.22,12.13 14.22,13.4C14.22,14.78 15.03,15.43 16.25,15.95L16.67,16.13C17.45,16.47 17.91,16.68 17.91,17.26C17.91,17.74 17.46,18.09 16.76,18.09C15.93,18.09 15.45,17.66 15.09,17.06L13.71,17.86M13,11.25H8V12.75H9.5V20H11.25V12.75H13V11.25Z"
|
|
19
19
|
}))
|
|
20
|
-
});
|
|
20
|
+
}));
|
|
21
21
|
}
|
|
22
22
|
TypeScript.muiName = 'SvgIcon';
|
|
23
23
|
var _default = TypeScript;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mui/docs",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.13.6",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "MUI Team",
|
|
6
6
|
"description": "MUI Docs - Documentation building blocks.",
|
|
@@ -33,8 +33,8 @@
|
|
|
33
33
|
}
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@babel/runtime": "^7.
|
|
37
|
-
"@mui/utils": "^5.13.
|
|
36
|
+
"@babel/runtime": "^7.22.5",
|
|
37
|
+
"@mui/utils": "^5.13.6",
|
|
38
38
|
"nprogress": "^0.2.0"
|
|
39
39
|
},
|
|
40
40
|
"publishConfig": {
|
package/svgIcons/FileDownload.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
+
import _extends from "@babel/runtime/helpers/esm/extends";
|
|
1
2
|
var _path;
|
|
2
3
|
import * as React from 'react';
|
|
3
4
|
import SvgIcon from '@mui/material/SvgIcon';
|
|
4
5
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
5
6
|
function FileDownload(props) {
|
|
6
|
-
return /*#__PURE__*/_jsx(SvgIcon, {
|
|
7
|
-
...props,
|
|
7
|
+
return /*#__PURE__*/_jsx(SvgIcon, _extends({}, props, {
|
|
8
8
|
children: _path || (_path = /*#__PURE__*/_jsx("path", {
|
|
9
9
|
d: "M19 9h-4V3H9v6H5l7 7 7-7zM5 18v2h14v-2H5z"
|
|
10
10
|
}))
|
|
11
|
-
});
|
|
11
|
+
}));
|
|
12
12
|
}
|
|
13
13
|
FileDownload.muiName = 'SvgIcon';
|
|
14
14
|
export default FileDownload;
|
package/svgIcons/JavaScript.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
+
import _extends from "@babel/runtime/helpers/esm/extends";
|
|
1
2
|
var _path;
|
|
2
3
|
import * as React from 'react';
|
|
3
4
|
import SvgIcon from '@mui/material/SvgIcon';
|
|
4
5
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
5
6
|
function JavaScript(props) {
|
|
6
|
-
return /*#__PURE__*/_jsx(SvgIcon, {
|
|
7
|
-
...props,
|
|
7
|
+
return /*#__PURE__*/_jsx(SvgIcon, _extends({}, props, {
|
|
8
8
|
children: _path || (_path = /*#__PURE__*/_jsx("path", {
|
|
9
9
|
d: "M3,3H21V21H3V3M7.73,18.04C8.13,18.89 8.92,19.59 10.27,19.59C11.77,19.59 12.8,18.79 12.8,17.04V11.26H11.1V17C11.1,17.86 10.75,18.08 10.2,18.08C9.62,18.08 9.38,17.68 9.11,17.21L7.73,18.04M13.71,17.86C14.21,18.84 15.22,19.59 16.8,19.59C18.4,19.59 19.6,18.76 19.6,17.23C19.6,15.82 18.79,15.19 17.35,14.57L16.93,14.39C16.2,14.08 15.89,13.87 15.89,13.37C15.89,12.96 16.2,12.64 16.7,12.64C17.18,12.64 17.5,12.85 17.79,13.37L19.1,12.5C18.55,11.54 17.77,11.17 16.7,11.17C15.19,11.17 14.22,12.13 14.22,13.4C14.22,14.78 15.03,15.43 16.25,15.95L16.67,16.13C17.45,16.47 17.91,16.68 17.91,17.26C17.91,17.74 17.46,18.09 16.76,18.09C15.93,18.09 15.45,17.66 15.09,17.06L13.71,17.86Z"
|
|
10
10
|
}))
|
|
11
|
-
});
|
|
11
|
+
}));
|
|
12
12
|
}
|
|
13
13
|
JavaScript.muiName = 'SvgIcon';
|
|
14
14
|
export default JavaScript;
|
package/svgIcons/TypeScript.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
+
import _extends from "@babel/runtime/helpers/esm/extends";
|
|
1
2
|
var _path;
|
|
2
3
|
import * as React from 'react';
|
|
3
4
|
import SvgIcon from '@mui/material/SvgIcon';
|
|
4
5
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
5
6
|
function TypeScript(props) {
|
|
6
|
-
return /*#__PURE__*/_jsx(SvgIcon, {
|
|
7
|
-
...props,
|
|
7
|
+
return /*#__PURE__*/_jsx(SvgIcon, _extends({}, props, {
|
|
8
8
|
children: _path || (_path = /*#__PURE__*/_jsx("path", {
|
|
9
9
|
d: "M3,3H21V21H3V3M13.71,17.86C14.21,18.84 15.22,19.59 16.8,19.59C18.4,19.59 19.6,18.76 19.6,17.23C19.6,15.82 18.79,15.19 17.35,14.57L16.93,14.39C16.2,14.08 15.89,13.87 15.89,13.37C15.89,12.96 16.2,12.64 16.7,12.64C17.18,12.64 17.5,12.85 17.79,13.37L19.1,12.5C18.55,11.54 17.77,11.17 16.7,11.17C15.19,11.17 14.22,12.13 14.22,13.4C14.22,14.78 15.03,15.43 16.25,15.95L16.67,16.13C17.45,16.47 17.91,16.68 17.91,17.26C17.91,17.74 17.46,18.09 16.76,18.09C15.93,18.09 15.45,17.66 15.09,17.06L13.71,17.86M13,11.25H8V12.75H9.5V20H11.25V12.75H13V11.25Z"
|
|
10
10
|
}))
|
|
11
|
-
});
|
|
11
|
+
}));
|
|
12
12
|
}
|
|
13
13
|
TypeScript.muiName = 'SvgIcon';
|
|
14
14
|
export default TypeScript;
|