-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
123 changed files
with
2,353 additions
and
551 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,10 @@ _Mar 5, 2024_ | |
A big thanks to the 21 contributors who made this release possible. | ||
This release was mostly about 🐛 bug fixes and 📚 documentation improvements. | ||
|
||
### `@pigment-css/[email protected]`, `@pigment-css/[email protected]`, `@pigment-css/[email protected]`, & `@pigment-css/[email protected]` | ||
|
||
- This is the first public release of our new zero-runtime CSS-in-JS library, Pigment CSS. | ||
|
||
### `@mui/[email protected]` | ||
|
||
- ​<!-- 52 -->Support props callback type in theme variants (#40946) @ZeeshanTamboli | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,22 @@ | ||
import * as React from 'react'; | ||
import { useTheme } from '@mui/joy/styles'; | ||
import Stack from '@mui/joy/Stack'; | ||
import Person from '@mui/icons-material/Person'; | ||
|
||
export default function IconFontSizes() { | ||
const theme = useTheme(); | ||
return ( | ||
<Stack | ||
spacing={2} | ||
direction="row" | ||
sx={{ gridColumn: '1 / -1', alignItems: 'center', justifyContent: 'center' }} | ||
> | ||
{Object.keys(theme.fontSize).map((size) => ( | ||
<Person key={size} fontSize={size} /> | ||
))} | ||
<Person fontSize="xs" /> | ||
<Person fontSize="sm" /> | ||
<Person fontSize="md" /> | ||
<Person fontSize="lg" /> | ||
<Person fontSize="xl" /> | ||
<Person fontSize="xl2" /> | ||
<Person fontSize="xl3" /> | ||
<Person fontSize="xl4" /> | ||
</Stack> | ||
); | ||
} |
13 changes: 8 additions & 5 deletions
13
docs/data/joy/integrations/icon-libraries/IconFontSizes.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,22 @@ | ||
import * as React from 'react'; | ||
import { useTheme } from '@mui/joy/styles'; | ||
import Stack from '@mui/joy/Stack'; | ||
import Person from '@mui/icons-material/Person'; | ||
|
||
export default function IconFontSizes() { | ||
const theme = useTheme(); | ||
return ( | ||
<Stack | ||
spacing={2} | ||
direction="row" | ||
sx={{ gridColumn: '1 / -1', alignItems: 'center', justifyContent: 'center' }} | ||
> | ||
{Object.keys(theme.fontSize).map((size) => ( | ||
<Person key={size} fontSize={size} /> | ||
))} | ||
<Person fontSize="xs" /> | ||
<Person fontSize="sm" /> | ||
<Person fontSize="md" /> | ||
<Person fontSize="lg" /> | ||
<Person fontSize="xl" /> | ||
<Person fontSize="xl2" /> | ||
<Person fontSize="xl3" /> | ||
<Person fontSize="xl4" /> | ||
</Stack> | ||
); | ||
} |
11 changes: 8 additions & 3 deletions
11
docs/data/joy/integrations/icon-libraries/IconFontSizes.tsx.preview
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
{Object.keys(theme.fontSize).map((size) => ( | ||
<Person key={size} fontSize={size} /> | ||
))} | ||
<Person fontSize="xs" /> | ||
<Person fontSize="sm" /> | ||
<Person fontSize="md" /> | ||
<Person fontSize="lg" /> | ||
<Person fontSize="xl" /> | ||
<Person fontSize="xl2" /> | ||
<Person fontSize="xl3" /> | ||
<Person fontSize="xl4" /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
[ | ||
{ | ||
"id": 68, | ||
"title": "<b>Check out Base UI today</b> 💥", | ||
"title": "Check out Base UI today 💥", | ||
"text": "Love Material UI, but don't need Material Design? Try Base UI, the new \"unstyled\" alternative. <a style=\"color: inherit;\" data-ga-event-category=\"Blog\" data-ga-event-action=\"notification\" data-ga-event-label=\"introducing-base-ui\" href=\"/blog/introducing-base-ui/\">Read more in this announcement</a>." | ||
}, | ||
{ | ||
"id": 78, | ||
"title": "<b>MUI X v6.18.x and the latest improvements before the next major</b>", | ||
"title": "MUI X v6.18.x and the latest improvements before the next major", | ||
"text": "New stable components, polished features, better performance and more. Check out the details in our <a style=\"color: inherit;\" data-ga-event-category=\"Announcement\" data-ga-event-action=\"notification\" data-ga-event-label=\"mui-x-end-v6\" href=\"https://mui.com/blog/mui-x-end-v6-features/\">recent blog post</a>." | ||
}, | ||
{ | ||
"id": 79, | ||
"title": "<b>A new Developer Survey is open</b>", | ||
"title": "A new Developer Survey is open", | ||
"text": "Take a few minutes to share your feedback and expectations in the <a style=\"color: inherit;\" data-ga-event-category=\"Announcement\" data-ga-event-action=\"notification\" data-ga-event-label=\"mui-survey\" href=\"https://tally.so/r/3Ex4PN?source=docs-notification\">Developer Survey</a>." | ||
}, | ||
{ | ||
"id": 80, | ||
"title": "<b>MUI X v7.0.0-beta.0</b>", | ||
"title": "MUI X v7.0.0-beta.0", | ||
"text": "Featuring new components and multiple enhancements for both developers and end-users. Discover all the specifics in the <a style=\"color: inherit;\" data-ga-event-category=\"Announcement\" data-ga-event-action=\"notification\" data-ga-event-label=\"mui-x-v7-beta\" href=\"https://mui.com/blog/mui-x-v7-beta/\">announcement blog post</a>." | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.