index
int64
0
0
repo_id
stringlengths
16
181
file_path
stringlengths
28
270
content
stringlengths
1
11.6M
__index_level_0__
int64
0
10k
0
petrpan-code/mui/material-ui/docs/pages/material-ui/getting-started
petrpan-code/mui/material-ui/docs/pages/material-ui/getting-started/templates/sign-in.js
import * as React from 'react'; import AppTheme from 'docs/src/modules/components/AppTheme'; import SignIn from 'docs/data/material/getting-started/templates/sign-in/SignIn'; export default function Page() { return ( <AppTheme> <SignIn /> </AppTheme> ); }
4,900
0
petrpan-code/mui/material-ui/docs/pages/material-ui/getting-started
petrpan-code/mui/material-ui/docs/pages/material-ui/getting-started/templates/sign-up.js
import * as React from 'react'; import AppTheme from 'docs/src/modules/components/AppTheme'; import SignUp from 'docs/data/material/getting-started/templates/sign-up/SignUp'; export default function Page() { return ( <AppTheme> <SignUp /> </AppTheme> ); }
4,901
0
petrpan-code/mui/material-ui/docs/pages/material-ui/getting-started
petrpan-code/mui/material-ui/docs/pages/material-ui/getting-started/templates/sticky-footer.js
import * as React from 'react'; import AppTheme from 'docs/src/modules/components/AppTheme'; import StickyFooter from 'docs/data/material/getting-started/templates/sticky-footer/StickyFooter'; export default function Page() { return ( <AppTheme> <StickyFooter /> </AppTheme> ); }
4,902
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/guides/api.js
import * as React from 'react'; import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs'; import * as pageProps from 'docs/data/material/guides/api/api.md?@mui/markdown'; export default function Page() { return <MarkdownDocs {...pageProps} />; }
4,903
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/guides/composition.js
import * as React from 'react'; import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs'; import * as pageProps from 'docs/data/material/guides/composition/composition.md?@mui/markdown'; export default function Page() { return <MarkdownDocs {...pageProps} />; }
4,904
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/guides/content-security-policy.js
import * as React from 'react'; import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs'; import * as pageProps from 'docs/data/material/guides/content-security-policy/content-security-policy.md?@mui/markdown'; export default function Page() { return <MarkdownDocs {...pageProps} />; }
4,905
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/guides/creating-themed-components.js
import * as React from 'react'; import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs'; import * as pageProps from 'docs/data/material/guides/creating-themed-components/creating-themed-components.md?@mui/markdown'; export default function Page() { return <MarkdownDocs {...pageProps} />; }
4,906
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/guides/interoperability.js
import * as React from 'react'; import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs'; import * as pageProps from 'docs/data/material/guides/interoperability/interoperability.md?@mui/markdown'; export default function Page() { return <MarkdownDocs {...pageProps} />; }
4,907
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/guides/localization.js
import * as React from 'react'; import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs'; import * as pageProps from 'docs/data/material/guides/localization/localization.md?@mui/markdown'; export default function Page() { return <MarkdownDocs {...pageProps} />; }
4,908
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/guides/minimizing-bundle-size.js
import * as React from 'react'; import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs'; import * as pageProps from 'docs/data/material/guides/minimizing-bundle-size/minimizing-bundle-size.md?@mui/markdown'; export default function Page() { return <MarkdownDocs {...pageProps} />; }
4,909
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/guides/next-js-app-router.js
import * as React from 'react'; import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs'; import * as pageProps from 'docs/data/material/guides/next-js-app-router/next-js-app-router.md?@mui/markdown'; export default function Page() { return <MarkdownDocs {...pageProps} />; }
4,910
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/guides/pickers-migration.js
import * as React from 'react'; import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs'; import * as pageProps from 'docs/data/material/guides/pickers-migration/pickers-migration.md?@mui/markdown'; export default function Page() { return <MarkdownDocs {...pageProps} />; }
4,911
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/guides/responsive-ui.js
import * as React from 'react'; import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs'; import * as pageProps from 'docs/data/material/guides/responsive-ui/responsive-ui.md?@mui/markdown'; export default function Page() { return <MarkdownDocs {...pageProps} />; }
4,912
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/guides/right-to-left.js
import * as React from 'react'; import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs'; import * as pageProps from 'docs/data/material/guides/right-to-left/right-to-left.md?@mui/markdown'; export default function Page() { return <MarkdownDocs {...pageProps} />; }
4,913
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/guides/routing.js
import * as React from 'react'; import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs'; import * as pageProps from 'docs/data/material/guides/routing/routing.md?@mui/markdown'; export default function Page() { return <MarkdownDocs {...pageProps} />; }
4,914
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/guides/server-rendering.js
import * as React from 'react'; import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs'; import * as pageProps from 'docs/data/material/guides/server-rendering/server-rendering.md?@mui/markdown'; export default function Page() { return <MarkdownDocs {...pageProps} />; }
4,915
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/guides/shadow-dom.js
import * as React from 'react'; import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs'; import * as pageProps from 'docs/data/material/guides/shadow-dom/shadow-dom.md?@mui/markdown'; export default function Page() { return <MarkdownDocs {...pageProps} />; }
4,916
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/guides/styled-components.js
import * as React from 'react'; import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs'; import * as pageProps from 'docs/data/material/guides/styled-components/styled-components.md?@mui/markdown'; export default function Page() { return <MarkdownDocs {...pageProps} />; }
4,917
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/guides/testing.js
import * as React from 'react'; import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs'; import * as pageProps from 'docs/data/material/guides/testing/testing.md?@mui/markdown'; export default function Page() { return <MarkdownDocs {...pageProps} />; }
4,918
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/guides/theme-scoping.js
import * as React from 'react'; import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs'; import * as pageProps from 'docs/data/material/guides/theme-scoping/theme-scoping.md?@mui/markdown'; export default function Page() { return <MarkdownDocs {...pageProps} />; }
4,919
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/guides/typescript.js
import * as React from 'react'; import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs'; import * as pageProps from 'docs/data/material/guides/typescript/typescript.md?@mui/markdown'; export default function Page() { return <MarkdownDocs {...pageProps} />; }
4,920
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/guides/understand-mui-packages.js
import * as React from 'react'; import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs'; import * as pageProps from 'docs/data/material/guides/understand-mui-packages/understand-mui-packages.md?@mui/markdown'; export default function Page() { return <MarkdownDocs {...pageProps} />; }
4,921
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/migration/migrating-from-jss.js
import * as React from 'react'; import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs'; import * as pageProps from 'docs/data/material/migration/migration-v4/migrating-from-jss.md?@mui/markdown'; export default function Page() { return <MarkdownDocs {...pageProps} />; }
4,922
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/migration/migration-grid-v2.js
import * as React from 'react'; import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs'; import * as pageProps from 'docs/data/material/migration/migration-grid-v2/migration-grid-v2.md?@mui/markdown'; export default function Page() { return <MarkdownDocs {...pageProps} />; }
4,923
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/migration/migration-v0x.js
import * as React from 'react'; import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs'; import * as pageProps from 'docs/data/material/migration/migration-v0x/migration-v0x.md?@mui/markdown'; export default function Page() { return <MarkdownDocs {...pageProps} />; }
4,924
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/migration/migration-v3.js
import * as React from 'react'; import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs'; import * as pageProps from 'docs/data/material/migration/migration-v3/migration-v3.md?@mui/markdown'; export default function Page() { return <MarkdownDocs {...pageProps} />; }
4,925
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/migration/migration-v4.js
import * as React from 'react'; import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs'; import * as pageProps from 'docs/data/material/migration/migration-v4/migration-v4.md?@mui/markdown'; export default function Page() { return <MarkdownDocs {...pageProps} />; }
4,926
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/migration/troubleshooting.js
import * as React from 'react'; import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs'; import * as pageProps from 'docs/data/material/migration/migration-v4/troubleshooting.md?@mui/markdown'; export default function Page() { return <MarkdownDocs {...pageProps} />; }
4,927
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/migration/v5-component-changes.js
import * as React from 'react'; import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs'; import * as pageProps from 'docs/data/material/migration/migration-v4/v5-component-changes.md?@mui/markdown'; export default function Page() { return <MarkdownDocs {...pageProps} />; }
4,928
0
petrpan-code/mui/material-ui/docs/pages/material-ui
petrpan-code/mui/material-ui/docs/pages/material-ui/migration/v5-style-changes.js
import * as React from 'react'; import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs'; import * as pageProps from 'docs/data/material/migration/migration-v4/v5-style-changes.md?@mui/markdown'; export default function Page() { return <MarkdownDocs {...pageProps} />; }
4,929
0
petrpan-code/mui/material-ui/docs/pages
petrpan-code/mui/material-ui/docs/pages/performance/slider-emotion.js
import * as React from 'react'; import { NoSsr } from '@mui/base/NoSsr'; import Slider from '@mui/material/Slider'; const data = { name: 'Frozen yoghurt', calories: 159, fat: 6.0, carbs: 24, protein: 4.0, }; const rows = Array.from(new Array(500)).map(() => data); export default function SliderEmotion() { return ( <NoSsr defer> <div style={{ width: 300 }}> {rows.map((row, index) => ( <Slider value={20} key={index} /> ))} </div> </NoSsr> ); }
4,930
0
petrpan-code/mui/material-ui/docs/pages
petrpan-code/mui/material-ui/docs/pages/performance/slider-jss.js
import * as React from 'react'; import { NoSsr } from '@mui/base/NoSsr'; import Slider from '@mui/material/Slider'; const data = { name: 'Frozen yoghurt', calories: 159, fat: 6.0, carbs: 24, protein: 4.0, }; const rows = Array.from(new Array(500)).map(() => data); export default function SliderJss() { return ( <NoSsr defer> <div style={{ width: 300 }}> {rows.map((row, index) => ( <Slider value={20} key={index} /> ))} </div> </NoSsr> ); }
4,931
0
petrpan-code/mui/material-ui/docs/pages
petrpan-code/mui/material-ui/docs/pages/performance/system.js
import * as React from 'react'; import { NoSsr } from '@mui/base/NoSsr'; import Box from '@mui/material/Box'; export default function SxPropBoxMaterialUI() { return ( <NoSsr defer> {new Array(1000).fill().map((_, index) => ( <Box key={index} sx={{ width: 200, height: 200, borderWidth: '3px', borderColor: 'white', backgroundColor: ['primary.main', 'text.primary', 'background.paper'], borderStyle: ['dashed', 'solid', 'dotted'], '&:hover': { backgroundColor: (theme) => theme.palette.secondary.dark, }, }} > test case </Box> ))} </NoSsr> ); }
4,932
0
petrpan-code/mui/material-ui/docs/pages
petrpan-code/mui/material-ui/docs/pages/performance/table-component.js
import * as React from 'react'; import PropTypes from 'prop-types'; import { NoSsr } from '@mui/base/NoSsr'; const createComponent = (defaultComponent) => { const MyComponent = React.forwardRef(function MyComponent(props, ref) { const { component: Component = defaultComponent, ...other } = props; return <Component ref={ref} {...other} />; }); MyComponent.propTypes = { component: PropTypes.elementType, }; return MyComponent; }; const Table = createComponent('table'); const TableHead = createComponent('thead'); const TableRow = createComponent('tr'); const TableCell = createComponent('td'); const TableBody = createComponent('tbody'); const data = { name: 'Frozen yoghurt', calories: 159, fat: 6.0, carbs: 24, protein: 4.0 }; const rows = Array.from(new Array(100)).map(() => data); export default function TableComponent() { return ( <NoSsr defer> <Table> <TableHead> <TableRow> <TableCell>Dessert (100g serving)</TableCell> <TableCell>Calories</TableCell> <TableCell>Fat&nbsp;(g)</TableCell> <TableCell>Carbs&nbsp;(g)</TableCell> <TableCell>Protein&nbsp;(g)</TableCell> </TableRow> </TableHead> <TableBody> {rows.map((row, index) => ( <TableRow key={index}> <TableCell component="th" scope="row"> {row.name} </TableCell> <TableCell>{row.calories}</TableCell> <TableCell>{row.fat}</TableCell> <TableCell>{row.carbs}</TableCell> <TableCell>{row.protein}</TableCell> </TableRow> ))} </TableBody> </Table> </NoSsr> ); }
4,933
0
petrpan-code/mui/material-ui/docs/pages
petrpan-code/mui/material-ui/docs/pages/performance/table-emotion.js
import * as React from 'react'; import PropTypes from 'prop-types'; import styled from '@emotion/styled'; // import { styled } from '@mui/material/styles'; import { NoSsr } from '@mui/base/NoSsr'; const createComponent = (defaultComponent) => { const Root = styled('div')` background: pink; `; const MyComponent = React.forwardRef(function MyComponent(props, ref) { const { component = defaultComponent, ...other } = props; return <Root as={component} ref={ref} {...other} />; }); MyComponent.propTypes = { component: PropTypes.elementType, }; return MyComponent; }; const Table = createComponent('table'); const TableHead = createComponent('thead'); const TableRow = createComponent('tr'); const TableCell = createComponent('td'); const TableBody = createComponent('tbody'); const data = { name: 'Frozen yoghurt', calories: 159, fat: 6.0, carbs: 24, protein: 4.0 }; const rows = Array.from(new Array(100)).map(() => data); export default function TableEmotion() { return ( <NoSsr defer> <Table> <TableHead> <TableRow> <TableCell>Dessert (100g serving)</TableCell> <TableCell>Calories</TableCell> <TableCell>Fat&nbsp;(g)</TableCell> <TableCell>Carbs&nbsp;(g)</TableCell> <TableCell>Protein&nbsp;(g)</TableCell> </TableRow> </TableHead> <TableBody> {rows.map((row, index) => ( <TableRow key={index}> <TableCell component="th" scope="row"> {row.name} </TableCell> <TableCell>{row.calories}</TableCell> <TableCell>{row.fat}</TableCell> <TableCell>{row.carbs}</TableCell> <TableCell>{row.protein}</TableCell> </TableRow> ))} </TableBody> </Table> </NoSsr> ); }
4,934
0
petrpan-code/mui/material-ui/docs/pages
petrpan-code/mui/material-ui/docs/pages/performance/table-hook.js
import * as React from 'react'; import PropTypes from 'prop-types'; import { makeStyles } from '@mui/styles'; import { NoSsr } from '@mui/base/NoSsr'; const createComponent = (defaultComponent) => { const useStyles = makeStyles({ root: { background: 'pink', }, }); const MyComponent = React.forwardRef(function MyComponent(props, ref) { const { component: Component = defaultComponent, ...other } = props; const classes = useStyles(); return <Component ref={ref} {...other} className={classes.root} />; }); MyComponent.propTypes = { component: PropTypes.elementType, }; return MyComponent; }; const Table = createComponent('table'); const TableHead = createComponent('thead'); const TableRow = createComponent('tr'); const TableCell = createComponent('td'); const TableBody = createComponent('tbody'); const data = { name: 'Frozen yoghurt', calories: 159, fat: 6.0, carbs: 24, protein: 4.0 }; const rows = Array.from(new Array(100)).map(() => data); export default function TableHook() { return ( <NoSsr defer> <Table> <TableHead> <TableRow> <TableCell>Dessert (100g serving)</TableCell> <TableCell>Calories</TableCell> <TableCell>Fat&nbsp;(g)</TableCell> <TableCell>Carbs&nbsp;(g)</TableCell> <TableCell>Protein&nbsp;(g)</TableCell> </TableRow> </TableHead> <TableBody> {rows.map((row, index) => ( <TableRow key={index}> <TableCell component="th" scope="row"> {row.name} </TableCell> <TableCell>{row.calories}</TableCell> <TableCell>{row.fat}</TableCell> <TableCell>{row.carbs}</TableCell> <TableCell>{row.protein}</TableCell> </TableRow> ))} </TableBody> </Table> </NoSsr> ); }
4,935
0
petrpan-code/mui/material-ui/docs/pages
petrpan-code/mui/material-ui/docs/pages/performance/table-mui.js
import * as React from 'react'; import { NoSsr } from '@mui/base/NoSsr'; import Table from '@mui/material/Table'; import TableBody from '@mui/material/TableBody'; import TableCell from '@mui/material/TableCell'; import TableHead from '@mui/material/TableHead'; import TableRow from '@mui/material/TableRow'; const data = { name: 'Frozen yoghurt', calories: 159, fat: 6.0, carbs: 24, protein: 4.0 }; const rows = Array.from(new Array(100)).map(() => data); export default function TableMui() { return ( <NoSsr defer> <Table> <TableHead> <TableRow> <TableCell>Dessert (100g serving)</TableCell> <TableCell>Calories</TableCell> <TableCell>Fat&nbsp;(g)</TableCell> <TableCell>Carbs&nbsp;(g)</TableCell> <TableCell>Protein&nbsp;(g)</TableCell> </TableRow> </TableHead> <TableBody> {rows.map((row, index) => ( <TableRow key={index}> <TableCell component="th" scope="row"> {row.name} </TableCell> <TableCell>{row.calories}</TableCell> <TableCell>{row.fat}</TableCell> <TableCell>{row.carbs}</TableCell> <TableCell>{row.protein}</TableCell> </TableRow> ))} </TableBody> </Table> </NoSsr> ); }
4,936
0
petrpan-code/mui/material-ui/docs/pages
petrpan-code/mui/material-ui/docs/pages/performance/table-raw.js
import * as React from 'react'; import { NoSsr } from '@mui/base/NoSsr'; const data = { name: 'Frozen yoghurt', calories: 159, fat: 6.0, carbs: 24, protein: 4.0 }; const rows = Array.from(new Array(100)).map(() => data); export default function TableRaw() { return ( <NoSsr defer> <table> <thead> <tr> <th>Dessert (100g serving)</th> <th>Calories</th> <th>Fat&nbsp;(g)</th> <th>Carbs&nbsp;(g)</th> <th>Protein&nbsp;(g)</th> </tr> </thead> <tbody> {rows.map((row, index) => ( <tr key={index}> <th scope="row">{row.name}</th> <td>{row.calories}</td> <td>{row.fat}</td> <td>{row.carbs}</td> <td>{row.protein}</td> </tr> ))} </tbody> </table> </NoSsr> ); }
4,937
0
petrpan-code/mui/material-ui/docs/pages
petrpan-code/mui/material-ui/docs/pages/performance/table-styled-components.js
import * as React from 'react'; import PropTypes from 'prop-types'; import styled from 'styled-components'; import { NoSsr } from '@mui/base/NoSsr'; const createComponent = (defaultComponent) => { const MyComponent = React.forwardRef(function MyComponent(props, ref) { const { component: Component = defaultComponent, ...other } = props; return <Component ref={ref} {...other} />; }); MyComponent.propTypes = { component: PropTypes.elementType, }; return styled(MyComponent)` background: pink; `; }; const Table = createComponent('table'); const TableHead = createComponent('thead'); const TableRow = createComponent('tr'); const TableCell = createComponent('td'); const TableBody = createComponent('tbody'); const data = { name: 'Frozen yoghurt', calories: 159, fat: 6.0, carbs: 24, protein: 4.0 }; const rows = Array.from(new Array(100)).map(() => data); export default function TableStyledComponents() { return ( <NoSsr defer> <Table> <TableHead> <TableRow> <TableCell>Dessert (100g serving)</TableCell> <TableCell>Calories</TableCell> <TableCell>Fat&nbsp;(g)</TableCell> <TableCell>Carbs&nbsp;(g)</TableCell> <TableCell>Protein&nbsp;(g)</TableCell> </TableRow> </TableHead> <TableBody> {rows.map((row, index) => ( <TableRow key={index}> <TableCell component="th" scope="row"> {row.name} </TableCell> <TableCell>{row.calories}</TableCell> <TableCell>{row.fat}</TableCell> <TableCell>{row.carbs}</TableCell> <TableCell>{row.protein}</TableCell> </TableRow> ))} </TableBody> </Table> </NoSsr> ); }
4,938
0
petrpan-code/mui/material-ui/docs/pages/premium-themes
petrpan-code/mui/material-ui/docs/pages/premium-themes/onepirate/forgot-password.js
import * as React from 'react'; import AppTheme from 'docs/src/modules/components/AppTheme'; import ForgotPassword from 'docs/src/pages/premium-themes/onepirate/ForgotPassword'; export default function Page() { return ( <AppTheme title="Onepirate theme - MUI" description="A onepirate theme"> <ForgotPassword /> </AppTheme> ); }
4,939
0
petrpan-code/mui/material-ui/docs/pages/premium-themes
petrpan-code/mui/material-ui/docs/pages/premium-themes/onepirate/index.js
import * as React from 'react'; import AppTheme from 'docs/src/modules/components/AppTheme'; import Home from 'docs/src/pages/premium-themes/onepirate/Home'; export default function Page() { return ( <AppTheme title="Onepirate theme - MUI" description="A onepirate theme"> <Home /> </AppTheme> ); }
4,940
0
petrpan-code/mui/material-ui/docs/pages/premium-themes
petrpan-code/mui/material-ui/docs/pages/premium-themes/onepirate/privacy.js
import * as React from 'react'; import AppTheme from 'docs/src/modules/components/AppTheme'; import Privacy from 'docs/src/pages/premium-themes/onepirate/Privacy'; export default function Page() { return ( <AppTheme title="Onepirate theme - MUI" description="A onepirate theme"> <Privacy /> </AppTheme> ); }
4,941
0
petrpan-code/mui/material-ui/docs/pages/premium-themes
petrpan-code/mui/material-ui/docs/pages/premium-themes/onepirate/sign-in.js
import * as React from 'react'; import AppTheme from 'docs/src/modules/components/AppTheme'; import SignIn from 'docs/src/pages/premium-themes/onepirate/SignIn'; export default function Page() { return ( <AppTheme title="Onepirate theme - MUI" description="A onepirate theme"> <SignIn /> </AppTheme> ); }
4,942
0
petrpan-code/mui/material-ui/docs/pages/premium-themes
petrpan-code/mui/material-ui/docs/pages/premium-themes/onepirate/sign-up.js
import * as React from 'react'; import AppTheme from 'docs/src/modules/components/AppTheme'; import SignUp from 'docs/src/pages/premium-themes/onepirate/SignUp'; export default function Page() { return ( <AppTheme title="Onepirate theme - MUI" description="A onepirate theme"> <SignUp /> </AppTheme> ); }
4,943
0
petrpan-code/mui/material-ui/docs/pages/premium-themes
petrpan-code/mui/material-ui/docs/pages/premium-themes/onepirate/terms.js
import * as React from 'react'; import AppTheme from 'docs/src/modules/components/AppTheme'; import Terms from 'docs/src/pages/premium-themes/onepirate/Terms'; export default function Page() { return ( <AppTheme title="Onepirate theme - MUI" description="A onepirate theme"> <Terms /> </AppTheme> ); }
4,944
0
petrpan-code/mui/material-ui/docs/pages/premium-themes
petrpan-code/mui/material-ui/docs/pages/premium-themes/paperbase/index.js
import * as React from 'react'; import AppTheme from 'docs/src/modules/components/AppTheme'; import Paperbase from 'docs/src/pages/premium-themes/paperbase/Paperbase'; export default function Page() { return ( <AppTheme title="Paperbase theme - MUI" description={`A page that mimics Firebase. This item includes theming using the theme provider component.`} > <Paperbase /> </AppTheme> ); }
4,945
0
petrpan-code/mui/material-ui/docs/pages
petrpan-code/mui/material-ui/docs/pages/system/borders.js
import * as React from 'react'; import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs'; import * as pageProps from 'docs/data/system/borders/borders.md?@mui/markdown'; export default function Page() { return <MarkdownDocs {...pageProps} />; }
4,946
0
petrpan-code/mui/material-ui/docs/pages
petrpan-code/mui/material-ui/docs/pages/system/display.js
import * as React from 'react'; import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs'; import * as pageProps from 'docs/data/system/display/display.md?@mui/markdown'; export default function Page() { return <MarkdownDocs {...pageProps} />; }
4,947
0
petrpan-code/mui/material-ui/docs/pages
petrpan-code/mui/material-ui/docs/pages/system/flexbox.js
import * as React from 'react'; import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs'; import * as pageProps from 'docs/data/system/flexbox/flexbox.md?@mui/markdown'; export default function Page() { return <MarkdownDocs {...pageProps} />; }
4,948
0
petrpan-code/mui/material-ui/docs/pages
petrpan-code/mui/material-ui/docs/pages/system/grid.js
import * as React from 'react'; import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs'; import * as pageProps from 'docs/data/system/grid/grid.md?@mui/markdown'; export default function Page() { return <MarkdownDocs {...pageProps} />; }
4,949
0
petrpan-code/mui/material-ui/docs/pages
petrpan-code/mui/material-ui/docs/pages/system/palette.js
import * as React from 'react'; import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs'; import * as pageProps from 'docs/data/system/palette/palette.md?@mui/markdown'; export default function Page() { return <MarkdownDocs {...pageProps} />; }
4,950
0
petrpan-code/mui/material-ui/docs/pages
petrpan-code/mui/material-ui/docs/pages/system/positions.js
import * as React from 'react'; import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs'; import * as pageProps from 'docs/data/system/positions/positions.md?@mui/markdown'; export default function Page() { return <MarkdownDocs {...pageProps} />; }
4,951
0
petrpan-code/mui/material-ui/docs/pages
petrpan-code/mui/material-ui/docs/pages/system/properties.js
import * as React from 'react'; import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs'; import * as pageProps from 'docs/data/system/properties/properties.md?@mui/markdown'; export default function Page() { return <MarkdownDocs {...pageProps} />; }
4,952
0
petrpan-code/mui/material-ui/docs/pages
petrpan-code/mui/material-ui/docs/pages/system/react-box.js
import * as React from 'react'; import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs'; import * as pageProps from 'docs/data/system/components/box/box.md?@mui/markdown'; export default function Page() { return <MarkdownDocs {...pageProps} />; }
4,953
0
petrpan-code/mui/material-ui/docs/pages
petrpan-code/mui/material-ui/docs/pages/system/react-container.js
import * as React from 'react'; import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs'; import * as pageProps from 'docs/data/system/components/container/container.md?@mui/markdown'; export default function Page() { return <MarkdownDocs {...pageProps} />; }
4,954
0
petrpan-code/mui/material-ui/docs/pages
petrpan-code/mui/material-ui/docs/pages/system/react-grid.js
import * as React from 'react'; import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs'; import * as pageProps from 'docs/data/system/components/grid/grid.md?@mui/markdown'; export default function Page() { return <MarkdownDocs {...pageProps} />; }
4,955
0
petrpan-code/mui/material-ui/docs/pages
petrpan-code/mui/material-ui/docs/pages/system/react-stack.js
import * as React from 'react'; import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs'; import * as pageProps from 'docs/data/system/components/stack/stack.md?@mui/markdown'; export default function Page() { return <MarkdownDocs {...pageProps} />; }
4,956
0
petrpan-code/mui/material-ui/docs/pages
petrpan-code/mui/material-ui/docs/pages/system/screen-readers.js
import * as React from 'react'; import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs'; import * as pageProps from 'docs/data/system/screen-readers/screen-readers.md?@mui/markdown'; export default function Page() { return <MarkdownDocs {...pageProps} />; }
4,957
0
petrpan-code/mui/material-ui/docs/pages
petrpan-code/mui/material-ui/docs/pages/system/shadows.js
import * as React from 'react'; import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs'; import * as pageProps from 'docs/data/system/shadows/shadows.md?@mui/markdown'; export default function Page() { return <MarkdownDocs {...pageProps} />; }
4,958
0
petrpan-code/mui/material-ui/docs/pages
petrpan-code/mui/material-ui/docs/pages/system/sizing.js
import * as React from 'react'; import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs'; import * as pageProps from 'docs/data/system/sizing/sizing.md?@mui/markdown'; export default function Page() { return <MarkdownDocs {...pageProps} />; }
4,959
0
petrpan-code/mui/material-ui/docs/pages
petrpan-code/mui/material-ui/docs/pages/system/spacing.js
import * as React from 'react'; import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs'; import * as pageProps from 'docs/data/system/spacing/spacing.md?@mui/markdown'; export default function Page() { return <MarkdownDocs {...pageProps} />; }
4,960
0
petrpan-code/mui/material-ui/docs/pages
petrpan-code/mui/material-ui/docs/pages/system/styled.js
import * as React from 'react'; import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs'; import * as pageProps from 'docs/data/system/styled/styled.md?@mui/markdown'; export default function Page() { return <MarkdownDocs {...pageProps} />; }
4,961
0
petrpan-code/mui/material-ui/docs/pages
petrpan-code/mui/material-ui/docs/pages/system/typography.js
import * as React from 'react'; import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs'; import * as pageProps from 'docs/data/system/typography/typography.md?@mui/markdown'; export default function Page() { return <MarkdownDocs {...pageProps} />; }
4,962
0
petrpan-code/mui/material-ui/docs/pages/system
petrpan-code/mui/material-ui/docs/pages/system/api/box.js
import * as React from 'react'; import ApiPage from 'docs/src/modules/components/ApiPage'; import mapApiPageTranslations from 'docs/src/modules/utils/mapApiPageTranslations'; import jsonPageContent from './box.json'; export default function Page(props) { const { descriptions, pageContent } = props; return <ApiPage descriptions={descriptions} pageContent={pageContent} />; } Page.getInitialProps = () => { const req = require.context('docs/translations/api-docs/box', false, /box.*.json$/); const descriptions = mapApiPageTranslations(req); return { descriptions, pageContent: jsonPageContent, }; };
4,963
0
petrpan-code/mui/material-ui/docs/pages/system
petrpan-code/mui/material-ui/docs/pages/system/api/box.json
{ "props": { "component": { "type": { "name": "elementType" } }, "sx": { "type": { "name": "union", "description": "Array&lt;func<br>&#124;&nbsp;object<br>&#124;&nbsp;bool&gt;<br>&#124;&nbsp;func<br>&#124;&nbsp;object" }, "additionalInfo": { "sx": true } } }, "name": "Box", "imports": ["import Box from '@mui/system/Box';", "import { Box } from '@mui/system';"], "styles": { "classes": ["root"], "globalClasses": {}, "name": "MuiBox" }, "spread": true, "themeDefaultProps": false, "muiName": "MuiBox", "forwardsRefTo": "HTMLDivElement", "filename": "/packages/mui-system/src/Box/Box.js", "inheritance": null, "demos": "<ul><li><a href=\"/joy-ui/react-box/\">Box (Joy UI)</a></li>\n<li><a href=\"/material-ui/react-box/\">Box (Material UI)</a></li>\n<li><a href=\"/system/react-box/\">Box (MUI System)</a></li></ul>", "cssComponent": true }
4,964
0
petrpan-code/mui/material-ui/docs/pages/system
petrpan-code/mui/material-ui/docs/pages/system/api/container.js
import * as React from 'react'; import ApiPage from 'docs/src/modules/components/ApiPage'; import mapApiPageTranslations from 'docs/src/modules/utils/mapApiPageTranslations'; import jsonPageContent from './container.json'; export default function Page(props) { const { descriptions, pageContent } = props; return <ApiPage descriptions={descriptions} pageContent={pageContent} />; } Page.getInitialProps = () => { const req = require.context('docs/translations/api-docs/container', false, /container.*.json$/); const descriptions = mapApiPageTranslations(req); return { descriptions, pageContent: jsonPageContent, }; };
4,965
0
petrpan-code/mui/material-ui/docs/pages/system
petrpan-code/mui/material-ui/docs/pages/system/api/container.json
{ "props": { "classes": { "type": { "name": "object" }, "additionalInfo": { "cssApi": true } }, "component": { "type": { "name": "elementType" } }, "disableGutters": { "type": { "name": "bool" } }, "fixed": { "type": { "name": "bool" } }, "maxWidth": { "type": { "name": "union", "description": "'xs'<br>&#124;&nbsp;'sm'<br>&#124;&nbsp;'md'<br>&#124;&nbsp;'lg'<br>&#124;&nbsp;'xl'<br>&#124;&nbsp;false<br>&#124;&nbsp;string" } }, "sx": { "type": { "name": "union", "description": "Array&lt;func<br>&#124;&nbsp;object<br>&#124;&nbsp;bool&gt;<br>&#124;&nbsp;func<br>&#124;&nbsp;object" }, "additionalInfo": { "sx": true } } }, "name": "Container", "imports": [ "import Container from '@mui/system/Container';", "import { Container } from '@mui/system';" ], "styles": { "classes": [ "root", "disableGutters", "fixed", "maxWidthXs", "maxWidthSm", "maxWidthMd", "maxWidthLg", "maxWidthXl" ], "globalClasses": {}, "name": "MuiContainer" }, "spread": true, "themeDefaultProps": true, "muiName": "MuiContainer", "forwardsRefTo": "HTMLElement", "filename": "/packages/mui-system/src/Container/Container.tsx", "inheritance": null, "demos": "<ul><li><a href=\"/material-ui/react-container/\">Container (Material UI)</a></li>\n<li><a href=\"/system/react-container/\">Container (MUI System)</a></li></ul>", "cssComponent": false }
4,966
0
petrpan-code/mui/material-ui/docs/pages/system
petrpan-code/mui/material-ui/docs/pages/system/api/grid.js
import * as React from 'react'; import ApiPage from 'docs/src/modules/components/ApiPage'; import mapApiPageTranslations from 'docs/src/modules/utils/mapApiPageTranslations'; import jsonPageContent from './grid.json'; export default function Page(props) { const { descriptions, pageContent } = props; return <ApiPage descriptions={descriptions} pageContent={pageContent} />; } Page.getInitialProps = () => { const req = require.context('docs/translations/api-docs/grid', false, /grid.*.json$/); const descriptions = mapApiPageTranslations(req); return { descriptions, pageContent: jsonPageContent, }; };
4,967
0
petrpan-code/mui/material-ui/docs/pages/system
petrpan-code/mui/material-ui/docs/pages/system/api/grid.json
{ "props": { "children": { "type": { "name": "node" } }, "columns": { "type": { "name": "union", "description": "Array&lt;number&gt;<br>&#124;&nbsp;number<br>&#124;&nbsp;object" } }, "columnSpacing": { "type": { "name": "union", "description": "Array&lt;number<br>&#124;&nbsp;string&gt;<br>&#124;&nbsp;number<br>&#124;&nbsp;object<br>&#124;&nbsp;string" } }, "container": { "type": { "name": "bool" } }, "direction": { "type": { "name": "union", "description": "'column-reverse'<br>&#124;&nbsp;'column'<br>&#124;&nbsp;'row-reverse'<br>&#124;&nbsp;'row'<br>&#124;&nbsp;Array&lt;'column-reverse'<br>&#124;&nbsp;'column'<br>&#124;&nbsp;'row-reverse'<br>&#124;&nbsp;'row'&gt;<br>&#124;&nbsp;object" } }, "disableEqualOverflow": { "type": { "name": "bool" } }, "lg": { "type": { "name": "union", "description": "'auto'<br>&#124;&nbsp;number<br>&#124;&nbsp;bool" } }, "lgOffset": { "type": { "name": "union", "description": "'auto'<br>&#124;&nbsp;number" } }, "md": { "type": { "name": "union", "description": "'auto'<br>&#124;&nbsp;number<br>&#124;&nbsp;bool" } }, "mdOffset": { "type": { "name": "union", "description": "'auto'<br>&#124;&nbsp;number" } }, "rowSpacing": { "type": { "name": "union", "description": "Array&lt;number<br>&#124;&nbsp;string&gt;<br>&#124;&nbsp;number<br>&#124;&nbsp;object<br>&#124;&nbsp;string" } }, "sm": { "type": { "name": "union", "description": "'auto'<br>&#124;&nbsp;number<br>&#124;&nbsp;bool" } }, "smOffset": { "type": { "name": "union", "description": "'auto'<br>&#124;&nbsp;number" } }, "spacing": { "type": { "name": "union", "description": "Array&lt;number<br>&#124;&nbsp;string&gt;<br>&#124;&nbsp;number<br>&#124;&nbsp;object<br>&#124;&nbsp;string" } }, "wrap": { "type": { "name": "enum", "description": "'nowrap'<br>&#124;&nbsp;'wrap-reverse'<br>&#124;&nbsp;'wrap'" } }, "xl": { "type": { "name": "union", "description": "'auto'<br>&#124;&nbsp;number<br>&#124;&nbsp;bool" } }, "xlOffset": { "type": { "name": "union", "description": "'auto'<br>&#124;&nbsp;number" } }, "xs": { "type": { "name": "union", "description": "'auto'<br>&#124;&nbsp;number<br>&#124;&nbsp;bool" } }, "xsOffset": { "type": { "name": "union", "description": "'auto'<br>&#124;&nbsp;number" } } }, "name": "Grid", "imports": [ "import Grid from '@mui/system/Unstable_Grid';", "import { Unstable_Grid as Grid } from '@mui/system';" ], "styles": { "classes": [ "root", "container", "direction-xs-column", "direction-xs-column-reverse", "direction-xs-row-reverse", "wrap-xs-nowrap", "wrap-xs-wrap-reverse" ], "globalClasses": {}, "name": "MuiGrid" }, "spread": true, "themeDefaultProps": true, "muiName": "MuiGrid", "forwardsRefTo": "HTMLElement", "filename": "/packages/mui-system/src/Unstable_Grid/Grid.tsx", "inheritance": null, "demos": "<ul><li><a href=\"/joy-ui/react-grid/\">Grid (Joy UI)</a></li>\n<li><a href=\"/material-ui/react-grid/\">Grid (Material UI)</a></li></ul>", "cssComponent": true }
4,968
0
petrpan-code/mui/material-ui/docs/pages/system
petrpan-code/mui/material-ui/docs/pages/system/api/stack.js
import * as React from 'react'; import ApiPage from 'docs/src/modules/components/ApiPage'; import mapApiPageTranslations from 'docs/src/modules/utils/mapApiPageTranslations'; import jsonPageContent from './stack.json'; export default function Page(props) { const { descriptions, pageContent } = props; return <ApiPage descriptions={descriptions} pageContent={pageContent} />; } Page.getInitialProps = () => { const req = require.context('docs/translations/api-docs/stack', false, /stack.*.json$/); const descriptions = mapApiPageTranslations(req); return { descriptions, pageContent: jsonPageContent, }; };
4,969
0
petrpan-code/mui/material-ui/docs/pages/system
petrpan-code/mui/material-ui/docs/pages/system/api/stack.json
{ "props": { "children": { "type": { "name": "node" } }, "component": { "type": { "name": "elementType" } }, "direction": { "type": { "name": "union", "description": "'column-reverse'<br>&#124;&nbsp;'column'<br>&#124;&nbsp;'row-reverse'<br>&#124;&nbsp;'row'<br>&#124;&nbsp;Array&lt;'column-reverse'<br>&#124;&nbsp;'column'<br>&#124;&nbsp;'row-reverse'<br>&#124;&nbsp;'row'&gt;<br>&#124;&nbsp;object" } }, "divider": { "type": { "name": "node" } }, "spacing": { "type": { "name": "union", "description": "Array&lt;number<br>&#124;&nbsp;string&gt;<br>&#124;&nbsp;number<br>&#124;&nbsp;object<br>&#124;&nbsp;string" } }, "sx": { "type": { "name": "union", "description": "Array&lt;func<br>&#124;&nbsp;object<br>&#124;&nbsp;bool&gt;<br>&#124;&nbsp;func<br>&#124;&nbsp;object" }, "additionalInfo": { "sx": true } }, "useFlexGap": { "type": { "name": "bool" } } }, "name": "Stack", "imports": ["import Stack from '@mui/system/Stack';", "import { Stack } from '@mui/system';"], "styles": { "classes": ["root"], "globalClasses": {}, "name": "MuiStack" }, "spread": true, "themeDefaultProps": true, "muiName": "MuiStack", "forwardsRefTo": "HTMLDivElement", "filename": "/packages/mui-system/src/Stack/Stack.tsx", "inheritance": null, "demos": "<ul><li><a href=\"/joy-ui/react-stack/\">Stack (Joy UI)</a></li>\n<li><a href=\"/material-ui/react-stack/\">Stack (Material UI)</a></li>\n<li><a href=\"/system/react-stack/\">Stack (MUI System)</a></li></ul>", "cssComponent": true }
4,970
0
petrpan-code/mui/material-ui/docs/pages/system
petrpan-code/mui/material-ui/docs/pages/system/experimental-api/configure-the-sx-prop.js
import * as React from 'react'; import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs'; import * as pageProps from 'docs/data/system/experimental-api/configure-the-sx-prop/configure-the-sx-prop.md?@mui/markdown'; export default function Page() { return <MarkdownDocs {...pageProps} />; }
4,971
0
petrpan-code/mui/material-ui/docs/pages/system
petrpan-code/mui/material-ui/docs/pages/system/experimental-api/css-theme-variables.js
import * as React from 'react'; import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs'; import * as pageProps from 'docs/data/system/experimental-api/css-theme-variables/css-theme-variables.md?@mui/markdown'; export default function Page() { return <MarkdownDocs {...pageProps} />; }
4,972
0
petrpan-code/mui/material-ui/docs/pages/system
petrpan-code/mui/material-ui/docs/pages/system/getting-started/custom-components.js
import * as React from 'react'; import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs'; import * as pageProps from 'docs/data/system/getting-started/custom-components/custom-components.md?@mui/markdown'; export default function Page() { return <MarkdownDocs {...pageProps} />; }
4,973
0
petrpan-code/mui/material-ui/docs/pages/system
petrpan-code/mui/material-ui/docs/pages/system/getting-started/index.js
import * as React from 'react'; import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs'; import * as pageProps from 'docs/data/system/getting-started/overview/overview.md?@mui/markdown'; export default function Page() { return <MarkdownDocs {...pageProps} disableAd />; }
4,974
0
petrpan-code/mui/material-ui/docs/pages/system
petrpan-code/mui/material-ui/docs/pages/system/getting-started/installation.js
import * as React from 'react'; import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs'; import * as pageProps from 'docs/data/system/getting-started/installation/installation.md?@mui/markdown'; export default function Page() { return <MarkdownDocs {...pageProps} disableAd />; }
4,975
0
petrpan-code/mui/material-ui/docs/pages/system
petrpan-code/mui/material-ui/docs/pages/system/getting-started/the-sx-prop.js
import * as React from 'react'; import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs'; import * as pageProps from 'docs/data/system/getting-started/the-sx-prop/the-sx-prop.md?@mui/markdown'; export default function Page() { return <MarkdownDocs {...pageProps} />; }
4,976
0
petrpan-code/mui/material-ui/docs/pages/system
petrpan-code/mui/material-ui/docs/pages/system/getting-started/usage.js
import * as React from 'react'; import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs'; import * as pageProps from 'docs/data/system/getting-started/usage/usage.md?@mui/markdown'; export default function Page() { return <MarkdownDocs {...pageProps} disableAd />; }
4,977
0
petrpan-code/mui/material-ui/docs/pages/system
petrpan-code/mui/material-ui/docs/pages/system/styles/advanced.js
import * as React from 'react'; import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs'; import * as pageProps from 'docs/data/styles/advanced/advanced.md?@mui/markdown'; export default function Page() { return <MarkdownDocs {...pageProps} />; }
4,978
0
petrpan-code/mui/material-ui/docs/pages/system
petrpan-code/mui/material-ui/docs/pages/system/styles/api.js
import * as React from 'react'; import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs'; import * as pageProps from 'docs/data/styles/api/api.md?@mui/markdown'; export default function Page() { return <MarkdownDocs {...pageProps} />; }
4,979
0
petrpan-code/mui/material-ui/docs/pages/system
petrpan-code/mui/material-ui/docs/pages/system/styles/basics.js
import * as React from 'react'; import MarkdownDocs from 'docs/src/modules/components/MarkdownDocs'; import * as pageProps from 'docs/data/styles/basics/basics.md?@mui/markdown'; export default function Page() { return <MarkdownDocs {...pageProps} />; }
4,980
0
petrpan-code/mui/material-ui/docs
petrpan-code/mui/material-ui/docs/public/_headers
/_next/*.js Cache-Control: public, max-age=31536000, immutable /static/images/* Cache-Control: public, max-age=86400 /favicon.ico Content-Type: image/x-icon /performance/* X-Robots-Tag: noindex /experiments/* X-Robots-Tag: noindex /* Strict-Transport-Security: max-age=31536000; includeSubDomains; preload # Block usage in iframes. X-Frame-Options: SAMEORIGIN # Force the browser to trust the Content-Type header # https://stackoverflow.com/questions/18337630/what-is-x-content-type-options-nosniff X-Content-Type-Options: nosniff X-XSS-Protection: 1; mode=block Referrer-Policy: strict-origin-when-cross-origin Content-Security-Policy: frame-ancestors 'self'
4,981
0
petrpan-code/mui/material-ui/docs
petrpan-code/mui/material-ui/docs/public/_redirects
# Link used in the demos, avoid 404 /drafts / 301 /inbox* / 301 /trash / 301 /spam / 301 /sign-up / 301 /size-snapshot https://s3.eu-central-1.amazonaws.com/mui-org-ci/artifacts/master/latest/size-snapshot.json 200 # To add when we finish work on v6 # https://next.mui.com/* https://mui.com/:splat 301! # For links that we can't edit later on, e.g. hosted in the code published on npm /r/styles-instance-warning /material-ui/getting-started/faq/#i-have-several-instances-of-styles-on-the-page 302 /r/caveat-with-refs-guide /material-ui/guides/composition/#caveat-with-refs 302 /r/pseudo-classes-guide /material-ui/customization/how-to-customize/#state-classes 302 /r/state-classes-guide /material-ui/customization/how-to-customize/#state-classes 302 /r/input-component-ref-interface /material-ui/react-text-field/#integration-with-3rd-party-input-libraries 302 /r/issue-template https://codesandbox.io/s/material-ui-issue-latest-s2dsx 302 /r/issue-template-next https://codesandbox.io/s/material-ui-issue-next-o7xkt 302 /r/issue-template-latest https://codesandbox.io/s/material-ui-issue-latest-s2dsx 302 /r/ts-issue-template https://www.typescriptlang.org/play?#code/JYWwDg9gTgLgBAKjgQwM5wEoFNkGN4BmUEIcA5FDvmQNwBQokscA3nXHAPSdwwAWWOLhKQAdllEx0ATwgBXOHNRYAJnQC+cIiXIABEHOCcQyGFijBkAGzJ06BOaPzAIouABEsICAAoAlKzsXDwAmvJQQhAqWBpAA 302 /r/custom-component-variants /material-ui/customization/how-to-customize/#adding-new-component-variants 302 /r/migration-v4 /material-ui/migration/migration-v4/ 302 /r/discord https://discord.com/invite/tewQuNeUyS 302 # Legacy redirection # Added in chronological order (the last line is the most recent one) # To be removed 3+ years after being introduced # 2019 /css-in-js/* /styles/:splat 301 /customization/css-in-js/ /system/styles/basics/ 301 /customization/overrides/ /material-ui/customization/how-to-customize/ 301 /demos/selection-controls/ /material-ui/react-radio-button/ 301 /demos/* /components/:splat 301 /getting-started/page-layout-examples/* /getting-started/templates/:splat 301 /guides/csp/ /material-ui/guides/content-security-policy/ /guides/migration-v0.x /material-ui/guides/migration-v0x/ 301 /lab/about/ /material-ui/about-the-lab/ 301 /lab/api/* /api/:splat 301 /lab/* /components/:splat 301 /layout/basics/ /material-ui/guides/responsive-ui/ 301 /layout/breakpoints/ /material-ui/customization/breakpoints/ 301 /layout/css-in-js/ /system/styles/basics/ 301 /layout/* /components/:splat 301 /page-layout-examples/* /material-ui/getting-started/templates/:splat 301 /style/color/ /material-ui/customization/color/ 301 /style/reboot/ /material-ui/react-css-baseline/ 301 /style/typography https://v3.mui.com/style/typography/#migration-to-typography-v2 301 /style/* /components/:splat 301 /utils/modals/ /material-ui/react-modal/ 301 /utils/popovers/ /material-ui/react-popover/ 301 /utils/* /components/:splat 301 /api/mui-theme-provider/ /system/styles/api/ 301 /components/expansion-panels/ /material-ui/react-accordion/ 301 /api/expansion-panel/ /material-ui/api/accordion/ 301 /:lang/api/expansion-panel/ /:lang/material-ui/api/accordion/ 301 /api/expansion-panel-actions/ /material-ui/api/accordion-actions/ 301 /:lang/api/expansion-panel-actions/ /:lang/material-ui/api/accordion-actions/ 301 /api/expansion-panel-details/ /material-ui/api/accordion-details/ 301 /:lang/api/expansion-panel-details/ /:lang/material-ui/api/accordion-details/ 301 /api/expansion-panel-summary/ /material-ui/api/accordion-summary/ 301 /:lang/api/expansion-panel-summary/ /:lang/material-ui/api/accordion-summary/ 301 # 2020 /premium-themes* https://mui.com/store/ 301 /customization/themes/ /material-ui/customization/theming/ 301 https://v1-5-0.mui.com/* https://v1.mui.com/:splat 301! https://v3-9-0.mui.com/* https://v3.mui.com/:splat 301! /components/grid-list/ /material-ui/react-image-list/ 301 /api/grid-list/ /material-ui/api/image-list/ 301 /:lang/api/grid-list/ /:lang/material-ui/api/image-list/ 301 /api/grid-list-tile/ /material-ui/api/image-list-item/ 301 /:lang/api/grid-list-tile/ /:lang/material-ui/api/image-list-item/ 301 /api/grid-list-tile-bar/ /material-ui/api/image-list-item-bar/ 301 /:lang/api/grid-list-tile-bar/ /:lang/material-ui/api/image-list-item-bar/ 301 /customization/components/ /material-ui/customization/how-to-customize/ 301 /:lang/customization/components/ /:lang/material-ui/customization/how-to-customize/ 301 /customization/globals/ /material-ui/customization/theme-components/ 301 /:lang/customization/globals/ /:lang/material-ui/customization/theme-components/ 301 # 2021 /api/root-ref/ https://v4.mui.com/api/root-ref/ 301 /:lang/api/root-ref/ https://v4.mui.com/:lang/api/root-ref/ 301 /components/slider-styled/ /material-ui/react-slider/ 301 /customization/styled/ /system/styled/ 301 /api/data-grid/x-grid/ /x/api/data-grid/data-grid-pro/ 301 /api/x-grid/ /x/api/data-grid/data-grid-pro/ 301 https://next.material-ui.com/* https://mui.com/:splat 301! https://v0.material-ui.com/* https://v0.mui.com/:splat 301! https://v1.material-ui.com/* https://v1.mui.com/:splat 301! https://v3.material-ui.com/* https://v3.mui.com/:splat 301! https://v4.material-ui.com/* https://v4.mui.com/:splat 301! /company/careers/ /careers/ 301 /:lang/company/careers/ /:lang/careers/ 301 /discover-more/team/ /about/ 301 /:lang/discover-more/team/ /:lang/about/ 301 /api/data-grid/grid-export-csv-options/ /x/api/data-grid/grid-csv-export-options/ 301 /fr/* /:splat 301 /de/* /:splat 301 /ja/* /:splat 301 /ru/* /:splat 301 /es/* /:splat 301 # 2022 /components/data-grid/* /x/react-data-grid/:splat 301 /:lang/components/data-grid/* /:lang/x/react-data-grid/:splat 301 /api/data-grid/* /x/api/data-grid/:splat 301 ### specific to current supported languages, to prevent this redirect: /x/api/data-grid/* => /x/x/api/data-grid/* /zh/api/data-grid/* /zh/x/api/data-grid/:splat 301 /pt/api/data-grid/* /pt/x/api/data-grid/:splat 301 /components/date-picker/ /x/react-date-pickers/date-picker/ 301 /:lang/components/date-picker/ /:lang/x/react-date-pickers/date-picker/ 301 /components/date-range-picker/ /x/react-date-pickers/date-range-picker/ 301 /:lang/components/date-range-picker/ /:lang/x/react-date-pickers/date-range-picker/ 301 /components/date-time-picker/ /x/react-date-pickers/date-time-picker/ 301 /:lang/components/date-time-picker/ /:lang/x/react-date-pickers/date-time-picker/ 301 /components/time-picker/ /x/react-date-pickers/time-picker/ 301 /:lang/components/time-picker/ /:lang/x/react-date-pickers/time-picker/ 301 /api/date-picker/ /x/api/date-pickers/date-picker/ 301 /zh/api/date-picker/ /zh/x/api/date-pickers/date-picker/ 301 /pt/api/date-picker/ /pt/x/api/date-pickers/date-picker/ 301 /api/date-range-picker/ /x/api/date-pickers/date-range-picker/ 301 /zh/api/date-range-picker/ /zh/x/api/date-pickers/date-range-picker/ 301 /pt/api/date-range-picker/ /pt/x/api/date-pickers/date-range-picker/ 301 /api/date-range-picker-day/ /x/api/date-pickers/date-range-picker-day/ 301 /zh/api/date-range-picker-day/ /zh/x/api/date-pickers/date-range-picker-day/ 301 /pt/api/date-range-picker-day/ /pt/x/api/date-pickers/date-range-picker-day/ 301 /api/date-time-picker/ /x/api/date-pickers/date-time-picker/ 301 /zh/api/date-time-picker/ /zh/x/api/date-pickers/date-time-picker/ 301 /pt/api/date-time-picker/ /pt/x/api/date-pickers/date-time-picker/ 301 /api/desktop-date-picker/ /x/api/date-pickers/desktop-date-picker/ 301 /zh/api/desktop-date-picker/ /zh/x/api/date-pickers/desktop-date-picker/ 301 /pt/api/desktop-date-picker/ /pt/x/api/date-pickers/desktop-date-picker/ 301 /api/desktop-date-range-picker/ /x/api/date-pickers/desktop-date-range-picker/ 301 /zh/api/desktop-date-range-picker/ /zh/x/api/date-pickers/desktop-date-range-picker/ 301 /pt/api/desktop-date-range-picker/ /pt/x/api/date-pickers/desktop-date-range-picker/ 301 /api/desktop-date-time-picker/ /x/api/date-pickers/desktop-date-time-picker/ 301 /zh/api/desktop-date-time-picker/ /zh/x/api/date-pickers/desktop-date-time-picker/ 301 /pt/api/desktop-date-time-picker/ /pt/x/api/date-pickers/desktop-date-time-picker/ 301 /api/desktop-time-picker/ /x/api/date-pickers/desktop-time-picker/ 301 /zh/api/desktop-time-picker/ /zh/x/api/date-pickers/desktop-time-picker/ 301 /pt/api/desktop-time-picker/ /pt/x/api/date-pickers/desktop-time-picker/ 301 /api/calendar-picker/ /x/api/date-pickers/calendar-picker/ 301 /zh/api/calendar-picker/ /zh/x/api/date-pickers/calendar-picker/ 301 /pt/api/calendar-picker/ /pt/x/api/date-pickers/calendar-picker/ 301 /api/calendar-picker-skeleton/ /x/api/date-pickers/calendar-picker-skeleton/ 301 /zh/api/calendar-picker-skeleton/ /zh/x/api/date-pickers/calendar-picker-skeleton/ 301 /pt/api/calendar-picker-skeleton/ /pt/x/api/date-pickers/calendar-picker-skeleton/ 301 /api/mobile-date-picker/ /x/api/date-pickers/mobile-date-picker/ 301 /zh/api/mobile-date-picker/ /zh/x/api/date-pickers/mobile-date-picker/ 301 /pt/api/mobile-date-picker/ /pt/x/api/date-pickers/mobile-date-picker/ 301 /api/month-picker/ /x/api/date-pickers/month-picker/ 301 /zh/api/month-picker/ /zh/x/api/date-pickers/month-picker/ 301 /pt/api/month-picker/ /pt/x/api/date-pickers/month-picker/ 301 /api/pickers-day/ /x/api/date-pickers/pickers-day/ 301 /zh/api/pickers-day/ /zh/x/api/date-pickers/pickers-day/ 301 /pt/api/pickers-day/ /pt/x/api/date-pickers/pickers-day/ 301 /api/static-date-picker/ /x/api/date-pickers/static-date-picker/ 301 /zh/api/static-date-picker/ /zh/x/api/date-pickers/static-date-picker/ 301 /pt/api/static-date-picker/ /pt/x/api/date-pickers/static-date-picker/ 301 /api/year-picker/ /x/api/date-pickers/year-picker/ 301 /zh/api/year-picker/ /zh/x/api/date-pickers/year-picker/ 301 /pt/api/year-picker/ /pt/x/api/date-pickers/year-picker/ 301 /api/mobile-date-range-picker/ /x/api/date-pickers/mobile-date-range-picker/ 301 /zh/api/mobile-date-range-picker/ /zh/x/api/date-pickers/mobile-date-range-picker/ 301 /pt/api/mobile-date-range-picker/ /pt/x/api/date-pickers/mobile-date-range-picker/ 301 /api/static-date-range-picker/ /x/api/date-pickers/static-date-range-picker/ 301 /zh/api/static-date-range-picker/ /zh/x/api/date-pickers/static-date-range-picker/ 301 /pt/api/static-date-range-picker/ /pt/x/api/date-pickers/static-date-range-picker/ 301 /api/mobile-date-time-picker/ /x/api/date-pickers/mobile-date-time-picker/ 301 /zh/api/mobile-date-time-picker/ /zh/x/api/date-pickers/mobile-date-time-picker/ 301 /pt/api/mobile-date-time-picker/ /pt/x/api/date-pickers/mobile-date-time-picker/ 301 /api/static-date-time-picker/ /x/api/date-pickers/static-date-time-picker/ 301 /zh/api/static-date-time-picker/ /zh/x/api/date-pickers/static-date-time-picker/ 301 /pt/api/static-date-time-picker/ /pt/x/api/date-pickers/static-date-time-picker/ 301 /api/clock-picker/ /x/api/date-pickers/clock-picker/ 301 /zh/api/clock-picker/ /zh/x/api/date-pickers/clock-picker/ 301 /pt/api/clock-picker/ /pt/x/api/date-pickers/clock-picker/ 301 /api/mobile-time-picker/ /x/api/date-pickers/mobile-time-picker/ 301 /zh/api/mobile-time-picker/ /zh/x/api/date-pickers/mobile-time-picker/ 301 /pt/api/mobile-time-picker/ /pt/x/api/date-pickers/mobile-time-picker/ 301 /api/static-time-picker/ /x/api/date-pickers/static-time-picker/ 301 /zh/api/static-time-picker/ /zh/x/api/date-pickers/static-time-picker/ 301 /pt/api/static-time-picker/ /pt/x/api/date-pickers/static-time-picker/ 301 /api/time-picker/ /x/api/date-pickers/time-picker/ 301 /zh/api/time-picker/ /zh/x/api/date-pickers/time-picker/ 301 /pt/api/time-picker/ /pt/x/api/date-pickers/time-picker/ 301 /styles/* /system/styles/:splat 301 /:lang/styles/* /:lang/system/styles/:splat 301 /getting-started/* /material-ui/getting-started/:splat 301 /pt/getting-started/* /pt/material-ui/getting-started/:splat 301 /zh/getting-started/* /zh/material-ui/getting-started/:splat 301 /customization/* /material-ui/customization/:splat 301 /pt/customization/* /pt/material-ui/customization/:splat 301 /zh/customization/* /zh/material-ui/customization/:splat 301 /guides/classname-generator/ /material-ui/experimental-api/classname-generator/ 301 /pt/guides/classname-generator/ /pt/material-ui/experimental-api/classname-generator/ 301 /zh/guides/classname-generator/ /zh/material-ui/experimental-api/classname-generator/ 301 /guides/* /material-ui/guides/:splat 301 /pt/guides/* /pt/material-ui/guides/:splat 301 /zh/guides/* /zh/material-ui/guides/:splat 301 /discover-more/* /material-ui/discover-more/:splat 301 /pt/discover-more/* /pt/material-ui/discover-more/:splat 301 /zh/discover-more/* /zh/material-ui/discover-more/:splat 301 ### Exceptions /components/icons/ /material-ui/icons/ 301 /pt/components/icons/ /pt/material-ui/icons/ 301 /zh/components/icons/ /zh/material-ui/icons/ 301 /components/material-icons/ /material-ui/material-icons/ 301 /pt/components/material-icons/ /pt/material-ui/material-icons/ 301 /zh/components/material-icons/ /zh/material-ui/material-icons/ 301 /components/transitions/ /material-ui/transitions/ 301 /pt/components/transitions/ /pt/material-ui/transitions/ 301 /zh/components/transitions/ /zh/material-ui/transitions/ 301 /components/pickers/ /x/react-date-pickers/getting-started/ 301 /pt/components/pickers/ /pt/x/react-date-pickers/getting-started/ 301 /zh/components/pickers/ /zh/x/react-date-pickers/getting-started/ 301 /material-ui/lab-date-and-time-pickers/ /x/react-date-pickers/getting-started/ 301 /pt/material-ui/lab-date-and-time-pickers/ /pt/x/react-date-pickers/getting-started/ 301 /zh/material-ui/lab-date-and-time-pickers/ /zh/x/react-date-pickers/getting-started/ 301 /components/about-the-lab/ /material-ui/about-the-lab/ 301 /pt/components/about-the-lab/ /pt/material-ui/about-the-lab/ 301 /zh/components/about-the-lab/ /zh/material-ui/about-the-lab/ 301 /components/focus-trap/ /base-ui/react-focus-trap/ 301 /pt/components/focus-trap/ /pt/base-ui/react-focus-trap/ 301 /zh/components/focus-trap/ /zh/base-ui/react-focus-trap/ 301 /system/box/ /system/react-box/ 301 /:lang/system/box/ /:lang/system/react-box/ 301 ### React plural /components/tabs/ /material-ui/react-tabs/ 301 /pt/components/tabs/ /pt/material-ui/react-tabs/ 301 /zh/components/tabs/ /zh/material-ui/react-tabs/ 301 /components/breadcrumbs/ /material-ui/react-breadcrumbs/ 301 /pt/components/breadcrumbs/ /pt/material-ui/react-breadcrumbs/ 301 /zh/components/breadcrumbs/ /zh/material-ui/react-breadcrumbs/ 301 /components/checkboxes/ /material-ui/react-checkbox/ 301 /pt/components/checkboxes/ /pt/material-ui/react-checkbox/ 301 /zh/components/checkboxes/ /zh/material-ui/react-checkbox/ 301 /components/switches/ /material-ui/react-switch/ 301 /pt/components/switches/ /pt/material-ui/react-switch/ 301 /zh/components/switches/ /zh/material-ui/react-switch/ 301 /components/buttons/ /material-ui/react-button/ 301 /pt/components/buttons/ /pt/material-ui/react-button/ 301 /zh/components/buttons/ /zh/material-ui/react-button/ 301 /components/radio-buttons/ /material-ui/react-radio-button/ 301 /pt/components/radio-buttons/ /pt/material-ui/react-radio-button/ 301 /zh/components/radio-buttons/ /zh/material-ui/react-radio-button/ 301 /components/selects/ /material-ui/react-select/ 301 /pt/components/selects/ /pt/material-ui/react-select/ 301 /zh/components/selects/ /zh/material-ui/react-select/ 301 /components/text-fields/ /material-ui/react-text-field/ 301 /pt/components/text-fields/ /pt/material-ui/react-text-field/ 301 /zh/components/text-fields/ /zh/material-ui/react-text-field/ 301 /components/avatars/ /material-ui/react-avatar/ 301 /pt/components/avatars/ /pt/material-ui/react-avatar/ 301 /zh/components/avatars/ /zh/material-ui/react-avatar/ 301 /components/badges/ /material-ui/react-badge/ 301 /pt/components/badges/ /pt/material-ui/react-badge/ 301 /zh/components/badges/ /zh/material-ui/react-badge/ 301 /components/chips/ /material-ui/react-chip/ 301 /pt/components/chips/ /pt/material-ui/react-chip/ 301 /zh/components/chips/ /zh/material-ui/react-chip/ 301 /components/dividers/ /material-ui/react-divider/ 301 /pt/components/dividers/ /pt/material-ui/react-divider/ 301 /zh/components/dividers/ /zh/material-ui/react-divider/ 301 /components/lists/ /material-ui/react-list/ 301 /pt/components/lists/ /pt/material-ui/react-list/ 301 /zh/components/lists/ /zh/material-ui/react-list/ 301 /components/tables/ /material-ui/react-table/ 301 /pt/components/tables/ /pt/material-ui/react-table/ 301 /zh/components/tables/ /zh/material-ui/react-table/ 301 /components/tooltips/ /material-ui/react-tooltip/ 301 /pt/components/tooltips/ /pt/material-ui/react-tooltip/ 301 /zh/components/tooltips/ /zh/material-ui/react-tooltip/ 301 /components/dialogs/ /material-ui/react-dialog/ 301 /pt/components/dialogs/ /pt/material-ui/react-dialog/ 301 /zh/components/dialogs/ /zh/material-ui/react-dialog/ 301 /components/snackbars/ /material-ui/react-snackbar/ 301 /pt/components/snackbars/ /pt/material-ui/react-snackbar/ 301 /zh/components/snackbars/ /zh/material-ui/react-snackbar/ 301 /components/cards/ /material-ui/react-card/ 301 /pt/components/cards/ /pt/material-ui/react-card/ 301 /zh/components/cards/ /zh/material-ui/react-card/ 301 /components/drawers/ /material-ui/react-drawer/ 301 /pt/components/drawers/ /pt/material-ui/react-drawer/ 301 /zh/components/drawers/ /zh/material-ui/react-drawer/ 301 /components/links/ /material-ui/react-link/ 301 /pt/components/links/ /pt/material-ui/react-link/ 301 /zh/components/links/ /zh/material-ui/react-link/ 301 /components/menus/ /material-ui/react-menu/ 301 /pt/components/menus/ /pt/material-ui/react-menu/ 301 /zh/components/menus/ /zh/material-ui/react-menu/ 301 /components/steppers/ /material-ui/react-stepper/ 301 /pt/components/steppers/ /pt/material-ui/react-stepper/ 301 /zh/components/steppers/ /zh/material-ui/react-stepper/ 301 /components/* /material-ui/react-:splat 301 /pt/components/* /pt/material-ui/react-:splat 301 /zh/components/* /zh/material-ui/react-:splat 301 /api/unstable-trap-focus/ /base-ui/react-focus-trap/components-api/#focus-trap 301 /pt/api/unstable-trap-focus/ /pt/base-ui/react-focus-trap/components-api/#focus-trap 301 /zh/api/unstable-trap-focus/ /zh/base-ui/react-focus-trap/components-api/#focus-trap 301 /api/click-away-listener/ /base-ui/react-click-away-listener/components-api/#click-away-listener 301 /pt/api/click-away-listener/ /pt/base-ui/react-click-away-listener/components-api/#click-away-listener 301 /zh/api/click-away-listener/ /zh/base-ui/react-click-away-listener/components-api/#click-away-listener 301 /api/input-unstyled/ /base-ui/react-input/components-api/#input 301 /pt/api/input-unstyled/ /pt/base-ui/react-input/components-api/#input 301 /zh/api/input-unstyled/ /zh/base-ui/react-input/components-api/#input 301 /api/no-ssr/ /base-ui/react-no-ssr/components-api/#no-ssr 301 /pt/api/no-ssr/ /pt/base-ui/react-no-ssr/components-api/#no-ssr 301 /zh/api/no-ssr/ /zh/base-ui/react-no-ssr/components-api/#no-ssr 301 /api/form-control-unstyled/ /base-ui/react-form-control/components-api/#form-control 301 /pt/api/form-control-unstyled/ /pt/base-ui/react-form-control/components-api/#form-control 301 /zh/api/form-control-unstyled/ /zh/base-ui/react-form-control/components-api/#form-control 301 /api/badge-unstyled/ /base-ui/react-badge/components-api/#badge 301 /pt/api/badge-unstyled/ /pt/base-ui/react-badge/components-api/#badge 301 /zh/api/badge-unstyled/ /zh/base-ui/react-badge/components-api/#badge 301 /api/backdrop-unstyled/ /base-ui/react-modal/ 301 /pt/api/backdrop-unstyled/ /pt/base-ui/react-modal/ 301 /zh/api/backdrop-unstyled/ /zh/base-ui/react-modal/ 301 /api/switch-unstyled/ /base-ui/react-switch/components-api/#switch 301 /pt/api/switch-unstyled/ /pt/base-ui/react-switch/components-api/#switch 301 /zh/api/switch-unstyled/ /zh/base-ui/react-switch/components-api/#switch 301 /api/slider-unstyled/ /base-ui/react-slider/components-api/#slider 301 /pt/api/slider-unstyled/ /pt/base-ui/react-slider/components-api/#slider 301 /zh/api/slider-unstyled/ /zh/base-ui/react-slider/components-api/#slider 301 /api/button-unstyled/ /base-ui/react-button/components-api/#button 301 /pt/api/button-unstyled/ /pt/base-ui/react-button/components-api/#button 301 /zh/api/button-unstyled/ /zh/base-ui/react-button/components-api/#button 301 /api/textarea-autosize/ /base-ui/react-textarea-autosize/components-api/#textarea-autosize 301 /pt/api/textarea-autosize/ /pt/base-ui/react-textarea-autosize/components-api/#textarea-autosize 301 /zh/api/textarea-autosize/ /zh/base-ui/react-textarea-autosize/components-api/#textarea-autosize 301 /api/modal-unstyled/ /base-ui/react-modal/components-api/#modal 301 /pt/api/modal-unstyled/ /pt/base-ui/react-modal/components-api/#modal 301 /zh/api/modal-unstyled/ /zh/base-ui/react-modal/components-api/#modal 301 /api/option-group-unstyled/ /base-ui/react-select/components-api/#option-group 301 /pt/api/option-group-unstyled/ /pt/base-ui/react-select/components-api/#option-group 301 /zh/api/option-group-unstyled/ /zh/base-ui/react-select/components-api/#option-group 301 /api/portal/ /base-ui/react-portal/components-api/#portal 301 /pt/api/portal/ /pt/base-ui/react-portal/components-api/#portal 301 /zh/api/portal/ /zh/base-ui/react-portal/components-api/#portal 301 /api/menu-item-unstyled/ /base-ui/react-menu/components-api/#menu-item 301 /pt/api/menu-item-unstyled/ /pt/base-ui/react-menu/components-api/#menu-item 301 /zh/api/menu-item-unstyled/ /zh/base-ui/react-menu/components-api/#menu-item 301 /api/tabs-list-unstyled/ /base-ui/react-tabs/components-api/#tabs-list 301 /pt/api/tabs-list-unstyled/ /pt/base-ui/react-tabs/components-api/#tabs-list 301 /zh/api/tabs-list-unstyled/ /zh/base-ui/react-tabs/components-api/#tabs-list 301 /api/menu-unstyled/ /base-ui/react-menu/components-api/#menu 301 /pt/api/menu-unstyled/ /pt/base-ui/react-menu/components-api/#menu 301 /zh/api/menu-unstyled/ /zh/base-ui/react-menu/components-api/#menu 301 /api/tab-panel-unstyled/ /base-ui/react-tabs/components-api/#tab-panel 301 /pt/api/tab-panel-unstyled/ /pt/base-ui/react-tabs/components-api/#tab-panel 301 /zh/api/tab-panel-unstyled/ /zh/base-ui/react-tabs/components-api/#tab-panel 301 /api/popper-unstyled/ /base-ui/react-popper/components-api/#popper 301 /pt/api/popper-unstyled/ /pt/base-ui/react-popper/components-api/#popper 301 /zh/api/popper-unstyled/ /zh/base-ui/react-popper/components-api/#popper 301 /api/select-unstyled/ /base-ui/react-select/components-api/#select 301 /pt/api/select-unstyled/ /pt/base-ui/react-select/components-api/#select 301 /zh/api/select-unstyled/ /zh/base-ui/react-select/components-api/#select 301 /api/* /material-ui/api/:splat 301 /zh/api/* /zh/material-ui/api/:splat 301 /pt/api/* /pt/material-ui/api/:splat 301 /company/about/ /about/ 301 /:lang/company/about/ /:lang/about/ 301 /company/jobs/ /careers/ 301 /material-ui/customization/unstyled-components/ /base-ui/getting-started/ 301 /:lang/material-ui/customization/unstyled-components/ /:lang/base-ui/getting-started/ 301 /material-ui/guides/migration-v4/ /material-ui/migration/migration-v4/ 301 /:lang/material-ui/guides/migration-v4/ /:lang/material-ui/migration/migration-v4/ 301 /material-ui/guides/migration-v3/ /material-ui/migration/migration-v3/ 301 /:lang/material-ui/guides/migration-v3/ /:lang/material-ui/migration/migration-v3/ 301 /material-ui/guides/migration-v0x/ /material-ui/migration/migration-v0x/ 301 /:lang/material-ui/guides/migration-v0x/ /:lang/material-ui/migration/migration-v0x/ 301 /material/* /material-ui/:splat 301 /zh/material/* /zh/material-ui/:splat 301 /pt/material/* /pt/material-ui/:splat 301 /zh/blog/* /blog/:splat 301 /pt/blog/* /blog/:splat 301 /:lang/size-snapshot/ /size-snapshot/ 301 /joy-ui/react-text-field/ /joy-ui/react-input/ 301 /joy-ui/customization/themed-tokens/ /joy-ui/customization/themed-components/ 301 /:lang/joy-ui/customization/one-off-styling/ /:lang/joy-ui/customization/approaches/#one-off-customization 301 /joy-ui/customization/one-off-styling/ /joy-ui/customization/approaches/#one-off-customization 301 /:lang/joy-ui/customization/theme-components/ /:lang/joy-ui/customization/themed-components/ 301 /joy-ui/customization/theme-components/ /joy-ui/customization/themed-components/ 301 /:lang/joy-ui/customization/theme-components/ /:lang/joy-ui/customization/themed-components/ 301 /base/react-chip/ /material-ui/react-chip/ 301 /system/api/ /system/properties/ 301 /:lang/system/api/ /:lang/system/properties/ 301 /joy-ui/core-features/global-variant/ /joy-ui/main-features/global-variants/ 301 /:lang/joy-ui/core-features/global-variant/ /:langjoy-ui/main-features/global-variants/ 301 /joy-ui/core-features/automatic-adjustment/ /joy-ui/main-features/automatic-adjustment/ 301 /:lang/joy-ui/core-features/automatic-adjustment/ /:lang/joy-ui/main-features/automatic-adjustment/ 301 /joy-ui/core-features/perfect-dark-mode/ /joy-ui/main-features/dark-mode-optimization/ 301 /:lang/joy-ui/core-features/perfect-dark-mode/ /:lang/joy-ui/main-features/dark-mode-optimization/ 301 /system/basics/ /system/getting-started/ 301 /:lang/system/basics/ /:lang/system/getting-started/ 301 /system/the-sx-prop/ /system/getting-started/the-sx-prop/ 301 /:lang/system/the-sx-prop/ /:lang/system/getting-started/the-sx-prop/ 301 /system/advanced/ /system/getting-started/custom-components/ 301 /:lang/system/advanced/ /:lang/system/getting-started/custom-components/ 301 /base/react-trap-focus/ /base-ui/react-focus-trap/ 301 /:lang/base/react-trap-focus/ /:lang/base-ui/react-focus-trap/ 301 /base/api/trap-focus/ /base-ui/react-focus-trap/components-api/#focus-trap 301 /:lang/base/api/trap-focus/ /:lang/base-ui/react-focus-trap/components-api/#focus-trap 301 /material-ui/experimental-api/css-variables/ /material-ui/experimental-api/css-theme-variables/overview/ 301 /:lang/material-ui/experimental-api/css-variables/ /:lang/material-ui/experimental-api/css-theme-variables/overview/ 301 /joy-ui/main-features/perfect-dark-mode/ /joy-ui/main-features/dark-mode-optimization/ 301 /:lang/joy-ui/main-features/perfect-dark-mode/ /:lang/joy-ui/main-features/dark-mode-optimization/ 301 /joy-ui/guides/applying-dark-mode/ /joy-ui/customization/dark-mode/ 301 /:lang/joy-ui/guides/applying-dark-mode/ /:lang/joy-ui/customization/dark-mode/ 301 /experimental-api/classname-generator/ /material-ui/experimental-api/classname-generator/ 301 /:lang/experimental-api/classname-generator/ /:lang/material-ui/experimental-api/classname-generator/ 301 /experimental-api/css-variables/ /material-ui/experimental-api/css-theme-variables/overview/ 301 /:lang/experimental-api/css-variables/ /:lang/material-ui/experimental-api/css-theme-variables/overview/ 301 /joy-ui/customization/default-theme/ /joy-ui/tools/default-theme-viewer/ 301 /:lang/joy-ui/customization/default-theme/ /:lang/joy-ui/tools/default-theme-viewer/ 301 /material-ui/guides/flow/ https://v4.mui.com/guides/flow/ 301 /:lang/material-ui/guides/flow/ https://v4.mui.com/:lang/guides/flow/ 301 /pt/* /:splat 301 /zh/* /:splat 301 # 2023 /base/api/badge-unstyled/ /base-ui/react-badge/components-api/#badge 301 /base/api/badge/ /base-ui/react-badge/components-api/#badge 301 /base/api/button-unstyled/ /base-ui/react-button/components-api/#button 301 /base/api/button/ /base-ui/react-button/components-api/#button 301 /base/api/click-away-listener/ /base-ui/react-click-away-listener/components-api/#click-away-listener 301 /base/api/focus-trap/ /base-ui/react-focus-trap/components-api/#focus-trap 301 /base/api/form-control-unstyled/ /base-ui/react-form-control/components-api/#form-control 301 /base/api/form-control/ /base-ui/react-form-control/components-api/#form-control 301 /base/api/input-unstyled/ /base-ui/react-input/components-api/#input 301 /base/api/input/ /base-ui/react-input/components-api/#input 301 /base/api/menu-item-unstyled/ /base-ui/react-menu/components-api/#menu-item 301 /base/api/menu-item/ /base-ui/react-menu/components-api/#menu-item 301 /base/api/menu-unstyled/ /base-ui/react-menu/components-api/#menu 301 /base/api/menu/ /base-ui/react-menu/components-api/#menu 301 /base/api/modal-unstyled/ /base-ui/react-modal/components-api/#modal 301 /base/api/modal/ /base-ui/react-modal/components-api/#modal 301 /base/api/no-ssr/ /base-ui/react-no-ssr/components-api/#no-ssr 301 /base/api/option-group-unstyled/ /base-ui/react-select/components-api/#option-group 301 /base/api/option-group/ /base-ui/react-select/components-api/#option-group 301 /base/api/option-unstyled/ /base-ui/react-select/components-api/#option 301 /base/api/option/ /base-ui/react-select/components-api/#option 301 /base/api/popper-unstyled/ /base-ui/react-popper/components-api/#popper 301 /base/api/popper/ /base-ui/react-popper/components-api/#popper 301 /base/api/portal/ /base-ui/react-portal/components-api/#portal 301 /base/api/select-unstyled/ /base-ui/react-select/components-api/#select 301 /base/api/select/ /base-ui/react-select/components-api/#select 301 /base/api/slider-unstyled/ /base-ui/react-slider/components-api/#slider 301 /base/api/slider/ /base-ui/react-slider/components-api/#slider 301 /base/api/snackbar-unstyled/ /base-ui/react-snackbar/components-api/#snackbar 301 /base/api/snackbar/ /base-ui/react-snackbar/components-api/#snackbar 301 /base/api/switch-unstyled/ /base-ui/react-switch/components-api/#switch 301 /base/api/switch/ /base-ui/react-switch/components-api/#switch 301 /base/api/table-pagination-unstyled/ /base-ui/react-table-pagination/components-api/#table-pagination 301 /base/api/table-pagination/ /base-ui/react-table-pagination/components-api/#table-pagination 301 /base/api/tab-panel-unstyled/ /base-ui/react-tabs/components-api/#tab-panel 301 /base/api/tab-panel/ /base-ui/react-tabs/components-api/#tab-panel 301 /base/api/tabs-list-unstyled/ /base-ui/react-tabs/components-api/#tabs-list 301 /base/api/tabs-list/ /base-ui/react-tabs/components-api/#tabs-list 301 /base/api/tabs-unstyled/ /base-ui/react-tabs/components-api/#tabs 301 /base/api/tabs/ /base-ui/react-tabs/components-api/#tabs 301 /base/api/tab-unstyled/ /base-ui/react-tabs/components-api/#tab 301 /base/api/tab/ /base-ui/react-tabs/components-api/#tab 301 /base/api/textarea-autosize/ /base-ui/react-textarea-autosize/components-api/#textarea-autosize 301 /base/api/use-badge/ /base-ui/react-badge/hooks-api/#use-badge 301 /base/api/use-button/ /base-ui/react-button/hooks-api/#use-button 301 /base/api/use-form-control-unstyled-context/ /base-ui/react-form-control/hooks-api/#use-form-control-context 301 /base/api/use-form-control-context/ /base-ui/react-form-control/hooks-api/#use-form-control-context 301 /base/api/use-input/ /base-ui/react-input/hooks-api/#use-input 301 /base/api/use-menu/ /base-ui/react-menu/hooks-api/#use-menu 301 /base/api/use-menu-item/ /base-ui/react-menu/hooks-api/#use-menu-item 301 /base/api/use-option/ /base-ui/react-select/hooks-api/#use-option 301 /base/api/use-select/ /base-ui/react-select/hooks-api/#use-select 301 /base/api/use-slider/ /base-ui/react-slider/hooks-api/#use-slider 301 /base/api/use-snackbar/ /base-ui/react-snackbar/hooks-api/#use-snackbar 301 /base/api/use-switch/ /base-ui/react-switch/hooks-api/#use-switch 301 /base/api/use-tab/ /base-ui/react-tabs/hooks-api/#use-tab 301 /base/api/use-tab-panel/ /base-ui/react-tabs/hooks-api/#use-tab-panel 301 /base/api/use-tabs/ /base-ui/react-tabs/hooks-api/#use-tabs 301 /base/api/use-tabs-list/ /base-ui/react-tabs/hooks-api/#use-tabs-list 301 /base/* /base-ui/:splat 301 /base-ui/api/:component/ /base-ui/react-:component/components-api/#:component 301 /joy-ui/customization/theme-tokens/ /joy-ui/customization/theme-colors/ 301 /joy-ui/guides/apply-dark-mode/ /joy-ui/customization/dark-mode/ 301 /material-ui/experimental-api/css-variables/ /material-ui/experimental-api/css-theme-variables/overview/ 301 /material-ui/experimental-api/css-theme-variables/ /material-ui/experimental-api/css-theme-variables/overview/ 302 /material-ui/getting-started/overview/ /material-ui/getting-started/ 301 /joy-ui/getting-started/overview/ /joy-ui/getting-started/ 301 /base-ui/getting-started/overview/ /base-ui/getting-started/ 301 /base-ui/react-components/ /base-ui/all-components/ 301 /system/getting-started/overview/ /system/getting-started/ 301 /blog/introducing-mui-base/ /blog/introducing-base-ui/ 301 /joy-ui/guides/themeable-component/ /joy-ui/customization/creating-themed-components/ 301 /joy-ui/guides/overriding-component-structure/ /joy-ui/customization/overriding-component-structure/ 301 /material-ui/react-tree-view/ /x/react-tree-view/ 301 /material-ui/api/tree-view/ /x/api/tree-view/tree-view/ 301 /material-ui/api/tree-item/ /x/api/tree-view/tree-item/ 301 /material-ui/guides/styled-engine/ /material-ui/guides/styled-components/ 301 /material-ui/guides/themeable-component/ /material-ui/guides/creating-themed-components/ 301 # Proxies ## MUI Store /store-asset/* https://mui-store.netlify.app/:splat 200 /store/* https://mui-store.netlify.app/store/:splat 200 /r/store-* https://mui-store.netlify.app/r/store-:splat 200 /legal/* https://mui-store.netlify.app/legal/:splat 200 /r/legal-* https://mui-store.netlify.app/r/legal-:splat 200 /.well-known/apple-developer-merchantid-domain-association https://store-wp.mui.com/.well-known/apple-developer-merchantid-domain-association 200 ## MUI X ## Unlike the store that expect to be hosted under a subfolder, ## MUI X is configured to be hosted at the root. /static/x/* https://material-ui-x.netlify.app/static/x/:splat 200 /x/_next/* https://material-ui-x.netlify.app/_next/:splat 200 /x/* https://material-ui-x.netlify.app/x/:splat 200 /r/x-* https://material-ui-x.netlify.app/r/x-:splat 200 /:lang/x/* https://material-ui-x.netlify.app/:lang/x/:splat 200 ## MUI Toolpad /static/toolpad/* https://mui-toolpad-docs.netlify.app/static/toolpad/:splat 200 /toolpad/_next/* https://mui-toolpad-docs.netlify.app/_next/:splat 200 /toolpad/* https://mui-toolpad-docs.netlify.app/toolpad/:splat 200 /r/toolpad-* https://mui-toolpad-docs.netlify.app/r/toolpad-:splat 200 ### MUI Design kits /figma/getting-started/ https://mui-org.notion.site/MUI-for-Figma-docs-4eb22360388047a9a31fc19d300a285e 302 /r/material-ui-figma-* https://mui-store.netlify.app/r/material-ui-figma-:splat 200 /r/joy-ui-figma-* https://mui-store.netlify.app/r/joy-ui-figma-:splat 200
4,982
0
petrpan-code/mui/material-ui/docs
petrpan-code/mui/material-ui/docs/public/robots.txt
# Algolia-Crawler-Verif: 98C49CAFF7AEED76 User-agent: * Allow: /
4,983
0
petrpan-code/mui/material-ui/docs/public
petrpan-code/mui/material-ui/docs/public/static/BIMI.svg
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" width="400" height="400" viewBox="0 0 400 400" fill="none" version="1.2" baseProfile="tiny-ps"><title>MUI</title><path fill-rule="evenodd" d="M289.621 252.195C291.964 250.851 293.412 248.36 293.42 245.659L293.559 201.895C293.568 199.195 295.015 196.704 297.357 195.359L321.102 181.727C326.145 178.832 332.432 182.473 332.432 188.288V267.854C332.432 270.563 330.983 273.066 328.634 274.415L239.038 325.843C236.71 327.179 233.848 327.182 231.518 325.85L161.205 285.658C158.849 284.311 157.395 281.805 157.395 279.09V238.977C157.395 238.928 157.447 238.898 157.489 238.921C157.532 238.945 157.584 238.914 157.584 238.866V238.822C157.584 238.79 157.601 238.76 157.629 238.744L215.534 205.499C215.586 205.469 215.565 205.389 215.505 205.389C215.472 205.389 215.445 205.363 215.446 205.33L215.559 165.995C215.576 160.166 209.272 156.509 204.22 159.418L161.169 184.204C158.833 185.549 155.957 185.549 153.62 184.204L110.441 159.343C105.398 156.44 99.1016 160.08 99.1016 165.899V236.991C99.1016 242.799 92.8285 246.44 87.7855 243.56L63.8205 229.873C61.4587 228.524 60.0029 226.011 60.0075 223.291L60.2199 99.0384C60.2298 93.2295 66.5122 89.599 71.5502 92.4908L153.629 139.604C155.961 140.943 158.828 140.943 161.16 139.604L243.217 92.5036C248.26 89.6089 254.547 93.2495 254.547 99.0642V223.347C254.547 226.053 253.101 228.553 250.756 229.903L207.789 254.629C202.719 257.546 202.737 264.868 207.821 267.76L231.523 281.244C233.851 282.568 236.706 282.563 239.029 281.23L289.621 252.195ZM294.595 140.707C294.595 146.586 301.007 150.218 306.049 147.194L328.758 133.578C331.038 132.211 332.432 129.748 332.432 127.091V99.3558C332.432 93.4769 326.02 89.8449 320.978 92.8681L298.269 106.484C295.99 107.851 294.595 110.314 294.595 112.972V140.707Z" fill="#007FFF"></path></svg>
4,984
0
petrpan-code/mui/material-ui/docs/public
petrpan-code/mui/material-ui/docs/public/static/error-codes.json
{ "1": "MUI: Expected valid input target. Did you use a custom `inputComponent` and forget to forward refs? See https://mui.com/r/input-component-ref-interface for more info.", "2": "MUI: The `value` prop must be an array when using the `Select` component with `multiple`.", "3": "MUI: Unsupported `%s` color.\nWe support the following formats: #nnn, #nnnnnn, rgb(), rgba(), hsl(), hsla().", "4": "MUI: The color provided to augmentColor(color) is invalid.\nThe color object needs to have a `main` property or a `%s` property.", "5": "MUI: The color provided to augmentColor(color) is invalid.\n`color.main` should be a string, but `%s` was provided instead.\n\nDid you intend to use one of the following approaches?\n\nimport { green } from \"@mui/material/colors\";\n\nconst theme1 = createTheme({ palette: {\n primary: green,\n} });\n\nconst theme2 = createTheme({ palette: {\n primary: { main: green[500] },\n} });", "6": "MUI: Unsupported non-unitless line height with grid alignment.\nUse unitless line heights instead.", "7": "MUI: `capitalize(string)` expects a string argument.", "8": "MUI: Unsupported `%s` color.\nWe support the following formats: #nnn, #nnnnnn, rgb(), rgba(), hsl(), hsla(), color().", "9": "MUI: Unsupported `%s` color.\nThe following formats are supported: #nnn, #nnnnnn, rgb(), rgba(), hsl(), hsla(), color().", "10": "MUI: unsupported `%s` color space.\nThe following color spaces are supported: srgb, display-p3, a98-rgb, prophoto-rgb, rec-2020.", "11": "MUI: The color%s provided to augmentColor(color) is invalid.\nThe color object needs to have a `main` property or a `%s` property.", "12": "MUI: The color%s provided to augmentColor(color) is invalid.\n`color.main` should be a string, but `%s` was provided instead.\n\nDid you intend to use one of the following approaches?\n\nimport { green } from \"@mui/material/colors\";\n\nconst theme1 = createTheme({ palette: {\n primary: green,\n} });\n\nconst theme2 = createTheme({ palette: {\n primary: { main: green[500] },\n} });", "13": "Can not find utils in context. It looks like you forgot to wrap your component in LocalizationProvider, or pass dateAdapter prop directly.", "14": "MUI: makeStyles is no longer exported from @mui/material/styles.\nYou have to import it from @mui/styles.\nSee https://mui.com/r/migration-v4/#mui-material-styles for more details.", "15": "MUI: withStyles is no longer exported from @mui/material/styles.\nYou have to import it from @mui/styles.\nSee https://mui.com/r/migration-v4/#mui-material-styles for more details.", "16": "MUI: withTheme is no longer exported from @mui/material/styles.\nYou have to import it from @mui/styles.\nSee https://mui.com/r/migration-v4/#mui-material-styles for more details.", "17": "MUI: Expected valid input target. Did you use a custom `slots.input` and forget to forward refs? See https://mui.com/r/input-component-ref-interface for more info.", "18": "MUI: `vars` is a private field used for CSS variables support.\nPlease use another name.", "19": "MUI: `useColorScheme` must be called under <CssVarsProvider />", "20": "MUI: The `experimental_sx` has been moved to `theme.unstable_sx`.For more details, see https://github.com/mui/material-ui/pull/35150." }
4,985
0
petrpan-code/mui/material-ui/docs/public
petrpan-code/mui/material-ui/docs/public/static/logo.svg
<svg xmlns="http://www.w3.org/2000/svg" width="36" height="32" viewBox="0 0 36 32" fill="none"><path d="M30.343 21.976a1 1 0 00.502-.864l.018-5.787a1 1 0 01.502-.864l3.137-1.802a1 1 0 011.498.867v10.521a1 1 0 01-.502.867l-11.839 6.8a1 1 0 01-.994.001l-9.291-5.314a1 1 0 01-.504-.868v-5.305c0-.006.007-.01.013-.007.005.003.012 0 .012-.007v-.006c0-.004.002-.008.006-.01l7.652-4.396c.007-.004.004-.015-.004-.015a.008.008 0 01-.008-.008l.015-5.201a1 1 0 00-1.5-.87l-5.687 3.277a1 1 0 01-.998 0L6.666 9.7a1 1 0 00-1.499.866v9.4a1 1 0 01-1.496.869l-3.166-1.81a1 1 0 01-.504-.87l.028-16.43A1 1 0 011.527.86l10.845 6.229a1 1 0 00.996 0L24.21.86a1 1 0 011.498.868v16.434a1 1 0 01-.501.867l-5.678 3.27a1 1 0 00.004 1.735l3.132 1.783a1 1 0 00.993-.002l6.685-3.839zM31 7.234a1 1 0 001.514.857l3-1.8A1 1 0 0036 5.434V1.766A1 1 0 0034.486.91l-3 1.8a1 1 0 00-.486.857v3.668z" fill="#007FFF" /></svg>
4,986
0
petrpan-code/mui/material-ui/docs/public
petrpan-code/mui/material-ui/docs/public/static/manifest.json
{ "name": "MUI", "short_name": "MUI", "display": "minimal-ui", "start_url": "/", "theme_color": "#007FFF", "background_color": "#ffffff", "icons": [ { "src": "/static/icons/48x48.png", "sizes": "48x48" }, { "src": "/static/icons/96x96.png", "sizes": "96x96" }, { "src": "/static/icons/192x192.png", "sizes": "192x192" }, { "src": "/static/icons/256x256.png", "sizes": "256x256" }, { "src": "/static/icons/384x384.png", "sizes": "384x384" }, { "src": "/static/icons/512x512.png", "sizes": "512x512" } ] }
4,987
0
petrpan-code/mui/material-ui/docs/public/static
petrpan-code/mui/material-ui/docs/public/static/branding/product-advanced-dark.svg
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_6060_47950)"> <circle cx="16" cy="16" r="16" fill="#132F4C"/> <path d="M16.6171 9.32119L22.0001 12.3972L27.3831 9.32119C27.244 9.08202 27.0429 8.87888 26.7943 8.73674C26.7942 8.73667 26.7944 8.73682 26.7943 8.73674L22.7939 6.45081C22.3022 6.16981 21.6985 6.16973 21.2067 6.45056C21.2065 6.45065 21.2068 6.45048 21.2067 6.45056L17.2063 8.73652C17.2062 8.73657 17.2063 8.73648 17.2063 8.73652C16.9576 8.87867 16.7562 9.08197 16.6171 9.32119Z" fill="#5090D3"/> <path d="M16.4 10.1257V14.6687C16.4 15.2428 16.7077 15.773 17.2062 16.0579L21.2062 18.3436C21.2064 18.3437 21.206 18.3435 21.2062 18.3436C21.452 18.4839 21.7263 18.5544 22 18.5544V12.3972L16.617 9.32118C16.4772 9.56144 16.4 9.83805 16.4 10.1257Z" fill="#1E4976"/> <path d="M22.793 18.3441C22.5473 18.4843 22.2736 18.5544 22 18.5544V12.3972L27.383 9.32118C27.5228 9.56144 27.6 9.83805 27.6 10.1257V14.6687C27.6 15.2428 27.2923 15.773 26.7938 16.0579L22.793 18.3441Z" fill="#173A5E"/> <path d="M4.61707 9.32119L10.0001 12.3972L15.3831 9.32119C15.244 9.08202 15.0429 8.87888 14.7943 8.73674C14.7942 8.73667 14.7944 8.73682 14.7943 8.73674L10.7939 6.45081C10.3022 6.16981 9.6985 6.16973 9.20669 6.45056C9.20655 6.45065 9.20683 6.45048 9.20669 6.45056L5.20626 8.73652C5.20618 8.73657 5.20634 8.73648 5.20626 8.73652C4.95761 8.87867 4.75622 9.08197 4.61707 9.32119Z" fill="#5090D3"/> <path d="M4.40002 10.1257V14.6687C4.40002 15.2428 4.70768 15.773 5.2062 16.0579L9.2062 18.3436C9.20636 18.3437 9.20604 18.3435 9.2062 18.3436C9.45203 18.4839 9.72626 18.5544 10 18.5544V12.3972L4.61701 9.32118C4.47725 9.56144 4.40002 9.83805 4.40002 10.1257Z" fill="#1E4976"/> <path d="M10.793 18.3441C10.5473 18.4843 10.2736 18.5544 10 18.5544V12.3972L15.383 9.32118C15.5228 9.56144 15.6 9.83805 15.6 10.1257V14.6687C15.6 15.2428 15.2923 15.773 14.7938 16.0579L10.793 18.3441Z" fill="#173A5E"/> <path d="M10.6171 12.9212L16.0001 15.9972L21.3831 12.9212C21.244 12.682 21.0429 12.4789 20.7943 12.3367C20.7942 12.3367 20.7944 12.3368 20.7943 12.3367L16.7939 10.0508C16.3022 9.76981 15.6985 9.76973 15.2067 10.0506C15.2065 10.0506 15.2068 10.0505 15.2067 10.0506L11.2063 12.3365C11.2062 12.3366 11.2063 12.3365 11.2063 12.3365C10.9576 12.4787 10.7562 12.682 10.6171 12.9212Z" fill="#5090D3"/> <path d="M10.4 13.7257V18.2687C10.4 18.8428 10.7077 19.373 11.2062 19.6579L15.2062 21.9436C15.2064 21.9437 15.206 21.9435 15.2062 21.9436C15.452 22.0839 15.7263 22.1544 16 22.1544V15.9972L10.617 12.9212C10.4772 13.1614 10.4 13.438 10.4 13.7257Z" fill="#1E4976"/> <path d="M16.793 21.9441C16.5473 22.0843 16.2736 22.1544 16 22.1544V15.9972L21.383 12.9212C21.5228 13.1614 21.6 13.438 21.6 13.7257V18.2687C21.6 18.8428 21.2923 19.373 20.7938 19.6579L16.793 21.9441Z" fill="#173A5E"/> <path d="M16.6171 16.5212L22.0001 19.5972L27.3831 16.5212C27.244 16.282 27.0429 16.0789 26.7943 15.9367C26.7942 15.9367 26.7944 15.9368 26.7943 15.9367L22.7939 13.6508C22.3022 13.3698 21.6985 13.3697 21.2067 13.6506C21.2065 13.6506 21.2068 13.6505 21.2067 13.6506L17.2063 15.9365C17.2062 15.9366 17.2063 15.9365 17.2063 15.9365C16.9576 16.0787 16.7562 16.282 16.6171 16.5212Z" fill="#5090D3"/> <path d="M16.4 17.3257V21.8687C16.4 22.4428 16.7077 22.973 17.2062 23.2579L21.2062 25.5436C21.2064 25.5437 21.206 25.5435 21.2062 25.5436C21.452 25.6839 21.7263 25.7544 22 25.7544V19.5972L16.617 16.5212C16.4772 16.7614 16.4 17.038 16.4 17.3257Z" fill="#1E4976"/> <path d="M22.793 25.5441C22.5473 25.6843 22.2736 25.7544 22 25.7544V19.5972L27.383 16.5212C27.5228 16.7614 27.6 17.038 27.6 17.3257V21.8687C27.6 22.4428 27.2923 22.973 26.7938 23.2579L22.793 25.5441Z" fill="#173A5E"/> <path d="M4.61707 16.5212L10.0001 19.5972L15.3831 16.5212C15.244 16.282 15.0429 16.0789 14.7943 15.9367C14.7942 15.9367 14.7944 15.9368 14.7943 15.9367L10.7939 13.6508C10.3022 13.3698 9.6985 13.3697 9.20669 13.6506C9.20655 13.6506 9.20683 13.6505 9.20669 13.6506L5.20626 15.9365C5.20618 15.9366 5.20634 15.9365 5.20626 15.9365C4.95761 16.0787 4.75622 16.282 4.61707 16.5212Z" fill="#5090D3"/> <path d="M4.40002 17.3257V21.8687C4.40002 22.4428 4.70768 22.973 5.2062 23.2579L9.2062 25.5436C9.20636 25.5437 9.20604 25.5435 9.2062 25.5436C9.45203 25.6839 9.72626 25.7544 10 25.7544V19.5972L4.61701 16.5212C4.47725 16.7614 4.40002 17.038 4.40002 17.3257Z" fill="#1E4976"/> <path d="M10.793 25.5441C10.5473 25.6843 10.2736 25.7544 10 25.7544V19.5972L15.383 16.5212C15.5228 16.7614 15.6 17.038 15.6 17.3257V21.8687C15.6 22.4428 15.2923 22.973 14.7938 23.2579L10.793 25.5441Z" fill="#173A5E"/> </g> <defs> <clipPath id="clip0_6060_47950"> <rect width="32" height="32" fill="white"/> </clipPath> </defs> </svg>
4,988
0
petrpan-code/mui/material-ui/docs/public/static
petrpan-code/mui/material-ui/docs/public/static/branding/product-advanced-light.svg
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="none"><g clip-path="url(#a)"><circle cx="16" cy="16" r="16" fill="#F0F7FF"/><path fill="#5090D3" d="M16.617 9.321 22 12.397l5.383-3.076a1.599 1.599 0 0 0-.589-.584l-4-2.286a1.6 1.6 0 0 0-1.587 0l-4 2.286a1.6 1.6 0 0 0-.59.584Z"/><path fill="#1E4976" d="M16.4 10.126v4.543a1.6 1.6 0 0 0 .806 1.389l4 2.286c.246.14.52.21.794.21v-6.157l-5.383-3.076c-.14.24-.217.517-.217.805Z"/><path fill="#173A5E" d="M22.793 18.344a1.6 1.6 0 0 1-.793.21v-6.157l5.383-3.076c.14.24.217.517.217.805v4.543a1.6 1.6 0 0 1-.806 1.389l-4.001 2.286Z"/><path fill="#5090D3" d="M4.617 9.321 10 12.397l5.383-3.076a1.599 1.599 0 0 0-.589-.584l-4-2.286a1.6 1.6 0 0 0-1.587 0l-4 2.286a1.6 1.6 0 0 0-.59.584Z"/><path fill="#1E4976" d="M4.4 10.126v4.543a1.6 1.6 0 0 0 .806 1.389l4 2.286c.246.14.52.21.794.21v-6.157L4.617 9.321c-.14.24-.217.517-.217.805Z"/><path fill="#173A5E" d="M10.793 18.344a1.6 1.6 0 0 1-.793.21v-6.157l5.383-3.076c.14.24.217.517.217.805v4.543a1.6 1.6 0 0 1-.806 1.389l-4.001 2.286Z"/><path fill="#5090D3" d="M10.617 12.921 16 15.997l5.383-3.076a1.599 1.599 0 0 0-.589-.584l-4-2.286a1.6 1.6 0 0 0-1.587 0l-4 2.285a1.6 1.6 0 0 0-.59.585Z"/><path fill="#1E4976" d="M10.4 13.726v4.543a1.6 1.6 0 0 0 .806 1.389l4 2.286c.246.14.52.21.794.21v-6.157l-5.383-3.076c-.14.24-.217.517-.217.805Z"/><path fill="#173A5E" d="M16.793 21.944a1.6 1.6 0 0 1-.793.21v-6.157l5.383-3.076c.14.24.217.517.217.805v4.543a1.6 1.6 0 0 1-.806 1.389l-4.001 2.286Z"/><path fill="#5090D3" d="M16.617 16.521 22 19.597l5.383-3.076a1.599 1.599 0 0 0-.589-.584l-4-2.286a1.6 1.6 0 0 0-1.587 0l-4 2.286a1.6 1.6 0 0 0-.59.584Z"/><path fill="#1E4976" d="M16.4 17.326v4.543a1.6 1.6 0 0 0 .806 1.389l4 2.286c.246.14.52.21.794.21v-6.157l-5.383-3.076c-.14.24-.217.517-.217.805Z"/><path fill="#173A5E" d="M22.793 25.544a1.6 1.6 0 0 1-.793.21v-6.157l5.383-3.076c.14.24.217.517.217.805v4.543a1.6 1.6 0 0 1-.806 1.389l-4.001 2.286Z"/><path fill="#5090D3" d="M4.617 16.521 10 19.597l5.383-3.076a1.599 1.599 0 0 0-.589-.584l-4-2.286a1.6 1.6 0 0 0-1.587 0l-4 2.286a1.6 1.6 0 0 0-.59.584Z"/><path fill="#1E4976" d="M4.4 17.326v4.543a1.6 1.6 0 0 0 .806 1.389l4 2.286c.246.14.52.21.794.21v-6.157l-5.383-3.076c-.14.24-.217.517-.217.805Z"/><path fill="#173A5E" d="M10.793 25.544a1.6 1.6 0 0 1-.793.21v-6.157l5.383-3.076c.14.24.217.517.217.805v4.543a1.6 1.6 0 0 1-.806 1.389l-4.001 2.286Z"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs></svg>
4,989
0
petrpan-code/mui/material-ui/docs/public/static
petrpan-code/mui/material-ui/docs/public/static/branding/product-core-dark.svg
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="none"><g clip-path="url(#a)"><circle cx="16" cy="16" r="16" fill="#132F4C"/><path fill="#66B2FF" d="M10.617 9.321 16 12.397l5.383-3.076a1.599 1.599 0 0 0-.589-.584l-4-2.286a1.6 1.6 0 0 0-1.587 0l-4 2.286a1.6 1.6 0 0 0-.59.584Z"/><path fill="#007FFF" d="M10.4 10.126v4.543a1.6 1.6 0 0 0 .806 1.389l4 2.286c.246.14.52.21.794.21v-6.157l-5.383-3.076c-.14.24-.217.517-.217.805Z"/><path fill="#0059B3" d="M16.793 18.344a1.6 1.6 0 0 1-.793.21v-6.157l5.383-3.076c.14.24.217.517.217.805v4.543a1.6 1.6 0 0 1-.806 1.389l-4.001 2.286Z"/><path fill="#66B2FF" d="M16.617 12.921 22 15.997l5.383-3.076a1.598 1.598 0 0 0-.589-.584l-4-2.286a1.6 1.6 0 0 0-1.587 0l-4 2.285a1.6 1.6 0 0 0-.59.585Z"/><path fill="#007FFF" d="M16.4 13.726v4.543a1.6 1.6 0 0 0 .806 1.389l4 2.286c.246.14.52.21.794.21v-6.157l-5.383-3.076c-.14.24-.217.517-.217.805Z"/><path fill="#0059B3" d="M22.793 21.944a1.6 1.6 0 0 1-.793.21v-6.157l5.383-3.076c.14.24.217.517.217.805v4.543a1.6 1.6 0 0 1-.806 1.389l-4.001 2.286Z"/><path fill="#66B2FF" d="M4.617 12.921 10 15.997l5.383-3.076a1.598 1.598 0 0 0-.589-.584l-4-2.286a1.6 1.6 0 0 0-1.587 0l-4 2.285a1.6 1.6 0 0 0-.59.585Z"/><path fill="#007FFF" d="M4.4 13.726v4.543a1.6 1.6 0 0 0 .806 1.389l4 2.286c.246.14.52.21.794.21v-6.157l-5.383-3.076a1.6 1.6 0 0 0-.217.805Z"/><path fill="#0059B3" d="M10.793 21.944a1.6 1.6 0 0 1-.793.21v-6.157l5.383-3.076c.14.24.217.517.217.805v4.543a1.6 1.6 0 0 1-.806 1.389l-4.001 2.286Z"/><path fill="#66B2FF" d="M10.617 16.521 16 19.597l5.383-3.076a1.599 1.599 0 0 0-.589-.584l-4-2.286a1.6 1.6 0 0 0-1.587 0l-4 2.286a1.6 1.6 0 0 0-.59.584Z"/><path fill="#007FFF" d="M10.4 17.326v4.543a1.6 1.6 0 0 0 .806 1.389l4 2.286c.246.14.52.21.794.21v-6.157l-5.383-3.076c-.14.24-.217.517-.217.805Z"/><path fill="#0059B3" d="M16.793 25.544a1.6 1.6 0 0 1-.793.21v-6.157l5.383-3.076c.14.24.217.517.217.805v4.543a1.6 1.6 0 0 1-.806 1.389l-4.001 2.286Z"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs></svg>
4,990
0
petrpan-code/mui/material-ui/docs/public/static
petrpan-code/mui/material-ui/docs/public/static/branding/product-core-light.svg
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="none"><g clip-path="url(#a)"><circle cx="16" cy="16" r="16" fill="#F0F7FF"/><path fill="#66B2FF" d="M10.617 9.321 16 12.397l5.383-3.076a1.599 1.599 0 0 0-.589-.584l-4-2.286a1.6 1.6 0 0 0-1.587 0l-4 2.286a1.6 1.6 0 0 0-.59.584Z"/><path fill="#007FFF" d="M10.4 10.126v4.543a1.6 1.6 0 0 0 .806 1.389l4 2.286c.246.14.52.21.794.21v-6.157l-5.383-3.076c-.14.24-.217.517-.217.805Z"/><path fill="#0059B3" d="M16.793 18.344a1.6 1.6 0 0 1-.793.21v-6.157l5.383-3.076c.14.24.217.517.217.805v4.543a1.6 1.6 0 0 1-.806 1.389l-4.001 2.286Z"/><path fill="#66B2FF" d="M16.617 12.921 22 15.997l5.383-3.076a1.598 1.598 0 0 0-.589-.584l-4-2.286a1.6 1.6 0 0 0-1.587 0l-4 2.285a1.6 1.6 0 0 0-.59.585Z"/><path fill="#007FFF" d="M16.4 13.726v4.543a1.6 1.6 0 0 0 .806 1.389l4 2.286c.246.14.52.21.794.21v-6.157l-5.383-3.076c-.14.24-.217.517-.217.805Z"/><path fill="#0059B3" d="M22.793 21.944a1.6 1.6 0 0 1-.793.21v-6.157l5.383-3.076c.14.24.217.517.217.805v4.543a1.6 1.6 0 0 1-.806 1.389l-4.001 2.286Z"/><path fill="#66B2FF" d="M4.617 12.921 10 15.997l5.383-3.076a1.598 1.598 0 0 0-.589-.584l-4-2.286a1.6 1.6 0 0 0-1.587 0l-4 2.285a1.6 1.6 0 0 0-.59.585Z"/><path fill="#007FFF" d="M4.4 13.726v4.543a1.6 1.6 0 0 0 .806 1.389l4 2.286c.246.14.52.21.794.21v-6.157l-5.383-3.076a1.6 1.6 0 0 0-.217.805Z"/><path fill="#0059B3" d="M10.793 21.944a1.6 1.6 0 0 1-.793.21v-6.157l5.383-3.076c.14.24.217.517.217.805v4.543a1.6 1.6 0 0 1-.806 1.389l-4.001 2.286Z"/><path fill="#66B2FF" d="M10.617 16.521 16 19.597l5.383-3.076a1.599 1.599 0 0 0-.589-.584l-4-2.286a1.6 1.6 0 0 0-1.587 0l-4 2.286a1.6 1.6 0 0 0-.59.584Z"/><path fill="#007FFF" d="M10.4 17.326v4.543a1.6 1.6 0 0 0 .806 1.389l4 2.286c.246.14.52.21.794.21v-6.157l-5.383-3.076c-.14.24-.217.517-.217.805Z"/><path fill="#0059B3" d="M16.793 25.544a1.6 1.6 0 0 1-.793.21v-6.157l5.383-3.076c.14.24.217.517.217.805v4.543a1.6 1.6 0 0 1-.806 1.389l-4.001 2.286Z"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs></svg>
4,991
0
petrpan-code/mui/material-ui/docs/public/static
petrpan-code/mui/material-ui/docs/public/static/branding/product-designkits-dark.svg
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="none"><g clip-path="url(#a)"><circle cx="16" cy="16" r="16" fill="#132F4C"/><path fill="#91B9E3" d="M7.617 13.721 13 16.797l5.383-3.076a1.598 1.598 0 0 0-.589-.584l-4-2.286a1.6 1.6 0 0 0-1.587 0l-4 2.285a1.6 1.6 0 0 0-.59.585Z"/><path fill="#5090D3" d="M7.4 14.526v4.543a1.6 1.6 0 0 0 .806 1.389l4 2.286c.246.14.52.21.794.21v-6.157l-5.383-3.076c-.14.24-.217.517-.217.805Z"/><path fill="#265D97" d="M13.793 22.744a1.6 1.6 0 0 1-.793.21v-6.157l5.383-3.076c.14.24.217.517.217.805v4.543a1.6 1.6 0 0 1-.806 1.389l-4.001 2.286Z"/><path fill="#91B9E3" d="M13.617 17.321 19 20.397l5.383-3.076a1.599 1.599 0 0 0-.589-.584l-4-2.286a1.6 1.6 0 0 0-1.587 0l-4 2.285a1.6 1.6 0 0 0-.59.585Z"/><path fill="#5090D3" d="M13.4 18.126v4.543a1.6 1.6 0 0 0 .806 1.389l4 2.286c.246.14.52.21.794.21v-6.157l-5.383-3.076c-.14.24-.217.517-.217.805Z"/><path fill="#265D97" d="M19.793 26.344a1.6 1.6 0 0 1-.793.21v-6.157l5.383-3.076c.14.24.217.517.217.805v4.543a1.6 1.6 0 0 1-.806 1.389l-4.001 2.286Z"/><path fill="#91B9E3" d="m10.417 8.521 5.383 3.076 5.383-3.076a1.599 1.599 0 0 0-.589-.584l-4-2.286a1.6 1.6 0 0 0-1.587 0l-4 2.286a1.6 1.6 0 0 0-.59.584Z"/><path fill="#5090D3" d="M10.2 9.326v4.543a1.6 1.6 0 0 0 .806 1.389l4 2.286c.246.14.52.21.794.21v-6.157l-5.383-3.076c-.14.24-.217.517-.217.805Z"/><path fill="#265D97" d="M16.593 17.544c-.246.14-.52.21-.793.21v-6.157l5.383-3.076c.14.24.217.517.217.805v4.543a1.6 1.6 0 0 1-.806 1.389l-4.001 2.286Z"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs></svg>
4,992
0
petrpan-code/mui/material-ui/docs/public/static
petrpan-code/mui/material-ui/docs/public/static/branding/product-designkits-light.svg
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="none"><g clip-path="url(#a)"><circle cx="16" cy="16" r="16" fill="#F0F7FF"/><path fill="#91B9E3" d="M7.617 13.721 13 16.797l5.383-3.076a1.598 1.598 0 0 0-.589-.584l-4-2.286a1.6 1.6 0 0 0-1.587 0l-4 2.285a1.6 1.6 0 0 0-.59.585Z"/><path fill="#5090D3" d="M7.4 14.526v4.543a1.6 1.6 0 0 0 .806 1.389l4 2.286c.246.14.52.21.794.21v-6.157l-5.383-3.076c-.14.24-.217.517-.217.805Z"/><path fill="#265D97" d="M13.793 22.744a1.6 1.6 0 0 1-.793.21v-6.157l5.383-3.076c.14.24.217.517.217.805v4.543a1.6 1.6 0 0 1-.806 1.389l-4.001 2.286Z"/><path fill="#91B9E3" d="M13.617 17.321 19 20.397l5.383-3.076a1.599 1.599 0 0 0-.589-.584l-4-2.286a1.6 1.6 0 0 0-1.587 0l-4 2.285a1.6 1.6 0 0 0-.59.585Z"/><path fill="#5090D3" d="M13.4 18.126v4.543a1.6 1.6 0 0 0 .806 1.389l4 2.286c.246.14.52.21.794.21v-6.157l-5.383-3.076c-.14.24-.217.517-.217.805Z"/><path fill="#265D97" d="M19.793 26.344a1.6 1.6 0 0 1-.793.21v-6.157l5.383-3.076c.14.24.217.517.217.805v4.543a1.6 1.6 0 0 1-.806 1.389l-4.001 2.286Z"/><path fill="#91B9E3" d="m10.417 8.521 5.383 3.076 5.383-3.076a1.599 1.599 0 0 0-.589-.584l-4-2.286a1.6 1.6 0 0 0-1.587 0l-4 2.286a1.6 1.6 0 0 0-.59.584Z"/><path fill="#5090D3" d="M10.2 9.326v4.543a1.6 1.6 0 0 0 .806 1.389l4 2.286c.246.14.52.21.794.21v-6.157l-5.383-3.076c-.14.24-.217.517-.217.805Z"/><path fill="#265D97" d="M16.593 17.544c-.246.14-.52.21-.793.21v-6.157l5.383-3.076c.14.24.217.517.217.805v4.543a1.6 1.6 0 0 1-.806 1.389l-4.001 2.286Z"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs></svg>
4,993
0
petrpan-code/mui/material-ui/docs/public/static
petrpan-code/mui/material-ui/docs/public/static/branding/product-templates-dark.svg
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="none"><g clip-path="url(#a)"><circle cx="16" cy="16" r="16" fill="#132F4C"/><path fill="#C2E0FF" d="M12.617 10.121 18 13.197l5.383-3.076a1.598 1.598 0 0 0-.589-.584l-4-2.286a1.6 1.6 0 0 0-1.587 0l-4 2.286a1.6 1.6 0 0 0-.59.584Z"/><path fill="#66B2FF" d="M12.4 10.926v4.543a1.6 1.6 0 0 0 .806 1.389l4 2.286c.246.14.52.21.794.21v-6.157l-5.383-3.076c-.14.24-.217.517-.217.805Z"/><path fill="#39F" d="M18.793 19.144a1.6 1.6 0 0 1-.793.21v-6.157l5.383-3.076c.14.24.217.517.217.805v4.543a1.6 1.6 0 0 1-.806 1.389l-4.001 2.286Z"/><path fill="#C2E0FF" d="m6.217 13.721 5.383 3.076 5.383-3.076a1.6 1.6 0 0 0-.589-.584l-4-2.286a1.6 1.6 0 0 0-1.587 0l-4 2.285a1.6 1.6 0 0 0-.59.585Z"/><path fill="#66B2FF" d="M6 14.526v4.543a1.6 1.6 0 0 0 .806 1.389l4 2.286c.246.14.52.21.794.21v-6.157l-5.383-3.076c-.14.24-.217.517-.217.805Z"/><path fill="#39F" d="M12.393 22.744a1.6 1.6 0 0 1-.793.21v-6.157l5.383-3.076c.14.24.217.517.217.805v4.543a1.6 1.6 0 0 1-.806 1.389l-4.001 2.286Z"/><path fill="#C2E0FF" d="m15.017 15.721 5.383 3.076 5.383-3.076a1.599 1.599 0 0 0-.589-.584l-4-2.286a1.6 1.6 0 0 0-1.587 0l-4 2.285a1.6 1.6 0 0 0-.59.585Z"/><path fill="#66B2FF" d="M14.8 16.526v4.543a1.6 1.6 0 0 0 .806 1.389l4 2.286c.246.14.52.21.794.21v-6.157l-5.383-3.076a1.6 1.6 0 0 0-.217.805Z"/><path fill="#39F" d="M21.193 24.744c-.246.14-.52.21-.793.21v-6.157l5.383-3.076c.14.24.217.517.217.805v4.543a1.6 1.6 0 0 1-.806 1.389l-4.001 2.286Z"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs></svg>
4,994
0
petrpan-code/mui/material-ui/docs/public/static
petrpan-code/mui/material-ui/docs/public/static/branding/product-templates-light.svg
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="none"><g clip-path="url(#a)"><circle cx="16" cy="16" r="16" fill="#F0F7FF"/><path fill="#C2E0FF" d="M12.617 10.121 18 13.197l5.383-3.076a1.598 1.598 0 0 0-.589-.584l-4-2.286a1.6 1.6 0 0 0-1.587 0l-4 2.286a1.6 1.6 0 0 0-.59.584Z"/><path fill="#66B2FF" d="M12.4 10.926v4.543a1.6 1.6 0 0 0 .806 1.389l4 2.286c.246.14.52.21.794.21v-6.157l-5.383-3.076c-.14.24-.217.517-.217.805Z"/><path fill="#39F" d="M18.793 19.144a1.6 1.6 0 0 1-.793.21v-6.157l5.383-3.076c.14.24.217.517.217.805v4.543a1.6 1.6 0 0 1-.806 1.389l-4.001 2.286Z"/><path fill="#C2E0FF" d="m6.217 13.721 5.383 3.076 5.383-3.076a1.6 1.6 0 0 0-.589-.584l-4-2.286a1.6 1.6 0 0 0-1.587 0l-4 2.285a1.6 1.6 0 0 0-.59.585Z"/><path fill="#66B2FF" d="M6 14.526v4.543a1.6 1.6 0 0 0 .806 1.389l4 2.286c.246.14.52.21.794.21v-6.157l-5.383-3.076c-.14.24-.217.517-.217.805Z"/><path fill="#39F" d="M12.393 22.744a1.6 1.6 0 0 1-.793.21v-6.157l5.383-3.076c.14.24.217.517.217.805v4.543a1.6 1.6 0 0 1-.806 1.389l-4.001 2.286Z"/><path fill="#C2E0FF" d="m15.017 15.721 5.383 3.076 5.383-3.076a1.599 1.599 0 0 0-.589-.584l-4-2.286a1.6 1.6 0 0 0-1.587 0l-4 2.285a1.6 1.6 0 0 0-.59.585Z"/><path fill="#66B2FF" d="M14.8 16.526v4.543a1.6 1.6 0 0 0 .806 1.389l4 2.286c.246.14.52.21.794.21v-6.157l-5.383-3.076a1.6 1.6 0 0 0-.217.805Z"/><path fill="#39F" d="M21.193 24.744c-.246.14-.52.21-.793.21v-6.157l5.383-3.076c.14.24.217.517.217.805v4.543a1.6 1.6 0 0 1-.806 1.389l-4.001 2.286Z"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs></svg>
4,995
0
petrpan-code/mui/material-ui/docs/public/static
petrpan-code/mui/material-ui/docs/public/static/branding/product-toolpad-dark.svg
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="none"><g clip-path="url(#a)"><circle cx="16" cy="16" r="16" fill="#132F4C"/><path fill="#99CCF3" d="M13.617 14.593 19 17.67l5.383-3.076a1.598 1.598 0 0 0-.589-.584l-4-2.286a1.6 1.6 0 0 0-1.587 0l-4 2.285a1.6 1.6 0 0 0-.59.585Z"/><path fill="#39F" d="M13.4 15.398v4.543a1.6 1.6 0 0 0 .806 1.389l4 2.286c.246.14.52.21.794.21V17.67l-5.383-3.076c-.14.24-.217.517-.217.805Z"/><path fill="#007FFF" d="M19.793 23.616a1.6 1.6 0 0 1-.793.21V17.67l5.383-3.076c.14.24.217.517.217.805v4.543a1.6 1.6 0 0 1-.806 1.389l-4.001 2.286Z"/><path fill="#99CCF3" d="M7.617 18.193 13 21.27l5.383-3.076a1.599 1.599 0 0 0-.589-.584l-4-2.286a1.6 1.6 0 0 0-1.587 0l-4 2.285a1.6 1.6 0 0 0-.59.585Z"/><path fill="#39F" d="M7.4 18.998v4.543a1.6 1.6 0 0 0 .806 1.389l4 2.286c.246.14.52.21.794.21V21.27l-5.383-3.076c-.14.24-.217.517-.217.805Z"/><path fill="#007FFF" d="M13.793 27.216a1.6 1.6 0 0 1-.793.21V21.27l5.383-3.076c.14.24.217.517.217.805v4.543a1.6 1.6 0 0 1-.806 1.389l-4.001 2.286Z"/><path fill="#99CCF3" d="M7.612 10.992 13 14.072l11.384-6.674a1.6 1.6 0 0 0-.59-.587l-3.99-2.28a1.6 1.6 0 0 0-1.603.009l-10.01 5.868a1.598 1.598 0 0 0-.58.584Z"/><path fill="#39F" d="M7.4 11.788v4.555a1.6 1.6 0 0 0 .805 1.388l3.992 2.282a1.6 1.6 0 0 0 .803.21V14.07l-5.388-3.079a1.6 1.6 0 0 0-.212.796Z"/><path fill="#007FFF" d="M13.799 20.003a1.6 1.6 0 0 1-.799.22V14.07l11.384-6.673c.14.24.216.515.216.802v4.555a1.6 1.6 0 0 1-.79 1.38l-10.011 5.868Z"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs></svg>
4,996
0
petrpan-code/mui/material-ui/docs/public/static
petrpan-code/mui/material-ui/docs/public/static/branding/product-toolpad-light.svg
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="none"><g clip-path="url(#a)"><circle cx="16" cy="16" r="16" fill="#F0F7FF"/><path fill="#99CCF3" d="M13.617 14.593 19 17.67l5.383-3.076a1.598 1.598 0 0 0-.589-.584l-4-2.286a1.6 1.6 0 0 0-1.587 0l-4 2.285a1.6 1.6 0 0 0-.59.585Z"/><path fill="#39F" d="M13.4 15.398v4.543a1.6 1.6 0 0 0 .806 1.389l4 2.286c.246.14.52.21.794.21V17.67l-5.383-3.076c-.14.24-.217.517-.217.805Z"/><path fill="#007FFF" d="M19.793 23.616a1.6 1.6 0 0 1-.793.21V17.67l5.383-3.076c.14.24.217.517.217.805v4.543a1.6 1.6 0 0 1-.806 1.389l-4.001 2.286Z"/><path fill="#99CCF3" d="M7.617 18.193 13 21.27l5.383-3.076a1.599 1.599 0 0 0-.589-.584l-4-2.286a1.6 1.6 0 0 0-1.587 0l-4 2.285a1.6 1.6 0 0 0-.59.585Z"/><path fill="#39F" d="M7.4 18.998v4.543a1.6 1.6 0 0 0 .806 1.389l4 2.286c.246.14.52.21.794.21V21.27l-5.383-3.076c-.14.24-.217.517-.217.805Z"/><path fill="#007FFF" d="M13.793 27.216a1.6 1.6 0 0 1-.793.21V21.27l5.383-3.076c.14.24.217.517.217.805v4.543a1.6 1.6 0 0 1-.806 1.389l-4.001 2.286Z"/><path fill="#99CCF3" d="M7.612 10.992 13 14.072l11.384-6.674a1.6 1.6 0 0 0-.59-.587l-3.99-2.28a1.6 1.6 0 0 0-1.603.009l-10.01 5.868a1.598 1.598 0 0 0-.58.584Z"/><path fill="#39F" d="M7.4 11.788v4.555a1.6 1.6 0 0 0 .805 1.388l3.992 2.282a1.6 1.6 0 0 0 .803.21V14.07l-5.388-3.079a1.6 1.6 0 0 0-.212.796Z"/><path fill="#007FFF" d="M13.799 20.003a1.6 1.6 0 0 1-.799.22V14.07l11.384-6.673c.14.24.216.515.216.802v4.555a1.6 1.6 0 0 1-.79 1.38l-10.011 5.868Z"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs></svg>
4,997
0
petrpan-code/mui/material-ui/docs/public/static/branding/about
petrpan-code/mui/material-ui/docs/public/static/branding/about/illustrations/better-dark.svg
<svg xmlns="http://www.w3.org/2000/svg" width="89" height="89" fill="none"><path fill="#0059B3" fill-opacity=".3" d="m82.486 51.65 4.355-1.005.525-5.66-5.69-2.484a37.494 37.494 0 0 0-.37-4.063l1.424-.968 3.7-2.511-1.556-5.467-6.182-.26a36.441 36.441 0 0 0-1.83-3.662l.975-1.41 2.542-3.678-3.426-4.536-5.88 1.998c-.072-.073-.14-.146-.214-.219a37.685 37.685 0 0 0-2.798-2.53c.162-.672.302-1.259.402-1.68l1.042-4.348-4.833-2.992-4.744 3.973a36.304 36.304 0 0 0-3.82-1.476l-.228-1.698-.6-4.43L49.694 1.5l-2.997 5.436a37.662 37.662 0 0 0-4.077.003l-.836-1.516-2.16-3.915-5.586 1.044-.83 6.133c-1.3.422-2.574.916-3.817 1.48l-1.312-1.098-3.427-2.87-4.834 2.992c.33 1.37 1.001 4.179 1.445 6.032a37.645 37.645 0 0 0-2.762 2.503c-.083.083-.162.168-.244.25l-1.641-.557-4.233-1.44-3.425 4.537 3.52 5.092a36.578 36.578 0 0 0-1.824 3.665l-1.71.071-4.468.188-1.555 5.467 5.13 3.482a37.481 37.481 0 0 0-.364 4.063l-1.589.693L2 45.023l.525 5.66 6.034 1.393c.3 1.335.674 2.648 1.118 3.936l-1.216 1.206-3.174 3.147 2.534 5.088 6.134-.882a36.8 36.8 0 0 0 2.47 3.25l-.706 1.58-1.823 4.082 4.201 3.83 5.402-3.04a36.549 36.549 0 0 0 3.475 2.156c-.035.685-.066 1.283-.086 1.711l-.225 4.465 5.3 2.053 3.937-4.782c1.319.32 2.66.567 4.018.741l.542 1.639 1.403 4.244h5.684l1.947-5.89a36.947 36.947 0 0 0 4.017-.744l1.09 1.325 2.842 3.452 5.3-2.053-.312-6.184a36.712 36.712 0 0 0 3.472-2.16c.6.339 1.124.633 1.5.844l3.897 2.193 4.2-3.83a20737.6 20737.6 0 0 1-2.53-5.668 37.065 37.065 0 0 0 2.465-3.253l1.703.244 4.425.636 2.533-5.088-4.395-4.358a36.35 36.35 0 0 0 1.114-3.937l1.672-.387-.001.008Z"/><path fill="#004C99" d="M49.796 41.43c.596-1.22 1.939 1.93 2.636 3.094.698 1.166 1.101 2.566.82 3.896-.282 1.33-1.566 3.423-2.71 2.688-2.15-1.378-1.545-8.044-.748-9.679l.002.001Z"/><path stroke="#39F" stroke-linecap="round" stroke-linejoin="round" stroke-opacity=".3" stroke-width="2.56" d="m52.718 67.406 2.934 1.6.806-3.243 3.158 1.093.261-3.332 3.295.56-.288-3.328 3.342.014-.83-3.237 3.299-.535-1.352-3.057 3.166-1.073-1.84-2.79 2.943-1.583-2.274-2.448 2.643-2.044-2.643-2.044 2.274-2.447-2.943-1.582 1.84-2.79-3.166-1.073 1.352-3.057-3.299-.535.83-3.237-3.342.014.288-3.33-3.295.561-.261-3.331-3.158 1.093L55.652 19l-2.934 1.6-1.332-3.064-2.628 2.065-1.822-2.802-2.252 2.467L42.43 16.8l-1.822 2.802-2.627-2.065-1.333 3.064-2.934-1.6-.806 3.244-3.158-1.093-.26 3.331-3.295-.56.288 3.329-3.343-.014.83 3.237-3.299.535 1.352 3.057-3.165 1.072 1.839 2.79-2.943 1.584 2.275 2.447-2.643 2.044 2.643 2.045-2.275 2.447 2.943 1.582-1.84 2.79 3.165 1.073"/><path fill="url(#a)" d="M30.846 48.487c-.388 1.82-1.506 12.119-2.064 14.578-.223 1.248-.626 2.055-1.166 3.189a2.328 2.328 0 0 0 .865 2.985c1.325.835 3.193 1.919 4.736 2.46 1.605.561 3.846.882 5.429 1.051 1.133.121 2.166-.582 2.587-1.641 1.655-4.16 2.742-4.755 3.801-6.492 2.11-3.46 6.27-6.528 9.202-9.094 1.347-1.179 2.414-2.797 3.38-4.274.858-1.31 1.766-2.587 2.673-3.861.737-1.037 1.52-1.909.324-2.962-1.318-1.163-2.72-.356-3.903.592-.758.607-1.706 2.212-2.485 2.976-1.728 1.695-3.473 2.15-4.388-.112-.393-.972-.374-4.24.004-5.748 1.212-4.366 3.384-7.94 4.518-12.04.34-1.23.634-2.77-.255-3.89-.395-.5-1.118-.773-1.727-.553-.627.225-.975.874-1.183 1.492-.868 2.58-2.441 4.762-3.903 7.262l-.022.038c-1.099 1.879-2.396 4.096-4.786 2.784-.553-.303-1.166-.598-1.787-.492-1.425.244-1.832 2.142-3.215 2.381-.664.114-1.135-.358-1.837-.085-1.179.458-1.031 1.743-1.812 2.488-.288.274-.685.219-.972.45-.407.33-.734 1.058-.925 1.534-.632 1.578-.737 3.334-1.09 4.984Z"/><path stroke="#39F" stroke-linecap="round" stroke-linejoin="round" stroke-width="3.072" d="M82.486 51.646c0 .002.001.003.003.003l2.933-.677a2.015 2.015 0 0 0 1.554-1.777l.22-2.368a2.56 2.56 0 0 0-1.525-2.582l-2.522-1.101c-.901-.393-1.49-1.269-1.567-2.249a37.987 37.987 0 0 0-.078-.863c-.1-.977.318-1.944 1.13-2.497l.096-.065 2.168-1.472a2.56 2.56 0 0 0 1.025-2.819l-.543-1.907a2.56 2.56 0 0 0-2.355-1.857l-2.728-.115c-.982-.041-1.846-.645-2.274-1.529a36.424 36.424 0 0 0-.391-.784c-.45-.876-.413-1.933.147-2.744l.058-.083 1.49-2.156a2.56 2.56 0 0 0-.063-2.998l-1.195-1.583a2.56 2.56 0 0 0-2.868-.881l-3.839 1.304a.488.488 0 0 1-.503-.12v0a37.674 37.674 0 0 0-1.575-1.488c-.734-.654-1.076-1.65-.848-2.606l.027-.117.611-2.549a2.56 2.56 0 0 0-1.142-2.773L66.246 7.15a2.56 2.56 0 0 0-2.993.214l-2.091 1.752c-.754.631-1.8.767-2.713.402a36.1 36.1 0 0 0-.818-.316c-.923-.344-1.606-1.15-1.738-2.126l-.013-.1-.351-2.597a2.56 2.56 0 0 0-2.067-2.174l-1.95-.364A2.559 2.559 0 0 0 48.8 3.12l-1.329 2.41c-.474.86-1.398 1.365-2.38 1.353a35.866 35.866 0 0 0-.865.001c-.983.013-1.909-.492-2.383-1.353l-.06-.108-1.266-2.295a2.56 2.56 0 0 0-2.712-1.28l-1.95.364a2.56 2.56 0 0 0-2.066 2.174l-.366 2.705c-.132.974-.813 1.78-1.734 2.124-.274.102-.547.208-.818.317-.913.367-1.96.231-2.715-.4l-.078-.065-2.009-1.683a2.56 2.56 0 0 0-2.991-.214L21.39 8.214c-.94.582-1.4 1.7-1.142 2.775l.64 2.673c.228.954-.113 1.949-.844 2.602-.527.47-1.042.956-1.545 1.46v0a.56.56 0 0 1-.576.138l-1.31-.445-2.48-.844a2.56 2.56 0 0 0-2.867.881l-1.196 1.584a2.56 2.56 0 0 0-.063 2.998l1.553 2.245c.56.81.599 1.865.15 2.741-.133.26-.263.52-.39.783-.428.887-1.294 1.492-2.278 1.533l-.1.004-2.62.11A2.56 2.56 0 0 0 3.97 31.31l-.543 1.908a2.56 2.56 0 0 0 1.024 2.818l2.273 1.542c.812.551 1.23 1.517 1.131 2.492-.029.288-.055.576-.077.864-.077.981-.665 1.858-1.567 2.252l-.113.05-2.401 1.047a2.56 2.56 0 0 0-1.525 2.583l.183 1.976a2.56 2.56 0 0 0 1.973 2.257l2.662.615c.96.221 1.7.975 1.957 1.925.077.282.157.563.24.842.28.943.048 1.971-.65 2.663l-.075.074-1.86 1.844a2.56 2.56 0 0 0-.489 2.96l.884 1.775a2.561 2.561 0 0 0 2.657 1.392l2.714-.39c.971-.139 1.93.294 2.515 1.082.172.232.347.462.525.69.605.778.762 1.823.36 2.722l-.048.108-1.069 2.392a2.56 2.56 0 0 0 .613 2.936l1.467 1.337a2.56 2.56 0 0 0 2.98.34l2.384-1.343c.859-.482 1.914-.423 2.744.106.246.156.493.31.741.46.842.507 1.362 1.424 1.314 2.406l-.005.105-.132 2.617a2.56 2.56 0 0 0 1.632 2.516l1.85.717a2.56 2.56 0 0 0 2.901-.76l1.741-2.115c.624-.758 1.625-1.084 2.588-.895.284.056.57.109.855.158.972.167 1.792.835 2.102 1.77l.035.108.822 2.487a2.56 2.56 0 0 0 2.43 1.757h1.984a2.56 2.56 0 0 0 2.431-1.757l.861-2.604c.31-.934 1.128-1.6 2.098-1.769.286-.05.571-.102.856-.158.964-.19 1.965.136 2.59.894.023.03.047.057.069.085l1.666 2.023a2.56 2.56 0 0 0 2.9.76l1.851-.716a2.559 2.559 0 0 0 1.632-2.515l-.138-2.733c-.05-.981.47-1.897 1.31-2.405.249-.15.495-.304.74-.46.832-.531 1.888-.59 2.748-.107l.093.052 2.284 1.285a2.56 2.56 0 0 0 2.98-.339l1.466-1.336a2.56 2.56 0 0 0 .613-2.936l-1.12-2.51c-.401-.898-.246-1.941.358-2.718.178-.23.353-.46.525-.693.584-.79 1.544-1.223 2.516-1.083l.113.016 2.593.373a2.56 2.56 0 0 0 2.656-1.393l.885-1.776a2.559 2.559 0 0 0-.49-2.958l-1.94-1.925c-.698-.692-.93-1.719-.651-2.66.187-.632.358-1.27.51-1.913a.817.817 0 0 1 .609-.61l1.173-.271c.002 0 .003.001.003.003v0Z"/><defs><linearGradient id="a" x1="63.778" x2="21.729" y1="36.074" y2="42.266" gradientUnits="userSpaceOnUse"><stop stop-color="#007FFF"/><stop offset="1" stop-color="#39F"/></linearGradient></defs></svg>
4,998
0
petrpan-code/mui/material-ui/docs/public/static/branding/about
petrpan-code/mui/material-ui/docs/public/static/branding/about/illustrations/better-light.svg
<svg xmlns="http://www.w3.org/2000/svg" width="89" height="89" fill="none"><path fill="#E7F2FE" fill-opacity=".5" d="m82.486 51.65 4.355-1.005.525-5.66-5.69-2.484a37.494 37.494 0 0 0-.37-4.063l1.424-.968 3.7-2.511-1.556-5.467-6.182-.26a36.441 36.441 0 0 0-1.83-3.662l.975-1.41 2.542-3.678-3.426-4.536-5.88 1.998c-.072-.073-.14-.146-.214-.219a37.685 37.685 0 0 0-2.798-2.53c.162-.672.302-1.259.402-1.68l1.042-4.348-4.833-2.992-4.744 3.973a36.304 36.304 0 0 0-3.82-1.476l-.228-1.698-.6-4.43L49.694 1.5l-2.997 5.436a37.662 37.662 0 0 0-4.077.003l-.836-1.516-2.16-3.915-5.586 1.044-.83 6.133c-1.3.422-2.574.916-3.817 1.48l-1.312-1.098-3.427-2.87-4.834 2.992c.33 1.37 1.001 4.179 1.445 6.032a37.645 37.645 0 0 0-2.762 2.503c-.083.083-.162.168-.244.25l-1.641-.557-4.233-1.44-3.425 4.537 3.52 5.092a36.578 36.578 0 0 0-1.824 3.665l-1.71.071-4.468.188-1.555 5.467 5.13 3.482a37.481 37.481 0 0 0-.364 4.063l-1.589.693L2 45.023l.525 5.66 6.034 1.393c.3 1.335.674 2.648 1.118 3.936l-1.216 1.206-3.174 3.147 2.534 5.088 6.134-.882a36.8 36.8 0 0 0 2.47 3.25l-.706 1.58-1.823 4.082 4.201 3.83 5.402-3.04a36.549 36.549 0 0 0 3.475 2.156c-.035.685-.066 1.283-.086 1.711l-.225 4.465 5.3 2.053 3.937-4.782c1.319.32 2.66.567 4.018.741l.542 1.639 1.403 4.244h5.684l1.947-5.89a36.947 36.947 0 0 0 4.017-.744l1.09 1.325 2.842 3.452 5.3-2.053-.312-6.184a36.712 36.712 0 0 0 3.472-2.16c.6.339 1.124.633 1.5.844l3.897 2.193 4.2-3.83a20737.6 20737.6 0 0 1-2.53-5.668 37.065 37.065 0 0 0 2.465-3.253l1.703.244 4.425.636 2.533-5.088-4.395-4.358a36.35 36.35 0 0 0 1.114-3.937l1.672-.387-.001.008Z"/><path fill="#004C99" d="M49.796 41.43c.596-1.22 1.939 1.93 2.636 3.094.698 1.166 1.101 2.566.82 3.896-.282 1.33-1.566 3.423-2.71 2.688-2.15-1.378-1.545-8.044-.748-9.679l.002.001Z"/><path stroke="#C2E0FF" stroke-linecap="round" stroke-linejoin="round" stroke-opacity=".5" stroke-width="2.56" d="m52.718 67.406 2.934 1.6.806-3.243 3.158 1.093.261-3.332 3.295.56-.288-3.328 3.342.014-.83-3.237 3.299-.535-1.352-3.057 3.166-1.073-1.84-2.79 2.943-1.583-2.274-2.448 2.643-2.044-2.643-2.044 2.274-2.447-2.943-1.582 1.84-2.79-3.166-1.073 1.352-3.057-3.299-.535.83-3.237-3.342.014.288-3.33-3.295.561-.261-3.331-3.158 1.093L55.652 19l-2.934 1.6-1.332-3.064-2.628 2.065-1.822-2.802-2.252 2.467L42.43 16.8l-1.822 2.802-2.627-2.065-1.333 3.064-2.934-1.6-.806 3.244-3.158-1.093-.26 3.331-3.295-.56.288 3.329-3.343-.014.83 3.237-3.299.535 1.352 3.057-3.165 1.072 1.839 2.79-2.943 1.584 2.275 2.447-2.643 2.044 2.643 2.045-2.275 2.447 2.943 1.582-1.84 2.79 3.165 1.073"/><path fill="url(#a)" d="M30.846 48.487c-.388 1.82-1.506 12.119-2.064 14.578-.223 1.248-.626 2.055-1.166 3.189a2.328 2.328 0 0 0 .865 2.985c1.325.835 3.193 1.919 4.736 2.46 1.605.561 3.846.882 5.429 1.051 1.133.121 2.166-.582 2.587-1.641 1.655-4.16 2.742-4.755 3.801-6.492 2.11-3.46 6.27-6.528 9.202-9.094 1.347-1.179 2.414-2.797 3.38-4.274.858-1.31 1.766-2.587 2.673-3.861.737-1.037 1.52-1.909.324-2.962-1.318-1.163-2.72-.356-3.903.592-.758.607-1.706 2.212-2.485 2.976-1.728 1.695-3.473 2.15-4.388-.112-.393-.972-.374-4.24.004-5.748 1.212-4.366 3.384-7.94 4.518-12.04.34-1.23.634-2.77-.255-3.89-.395-.5-1.118-.773-1.727-.553-.627.225-.975.874-1.183 1.492-.868 2.58-2.441 4.762-3.903 7.262l-.022.038c-1.099 1.879-2.396 4.096-4.786 2.784-.553-.303-1.166-.598-1.787-.492-1.425.244-1.832 2.142-3.215 2.381-.664.114-1.135-.358-1.837-.085-1.179.458-1.031 1.743-1.812 2.488-.288.274-.685.219-.972.45-.407.33-.734 1.058-.925 1.534-.632 1.578-.737 3.334-1.09 4.984Z"/><path stroke="#8DCEFF" stroke-linecap="round" stroke-linejoin="round" stroke-width="3.072" d="M82.486 51.646c0 .002.001.003.003.003l2.933-.677a2.015 2.015 0 0 0 1.554-1.777l.22-2.368a2.56 2.56 0 0 0-1.525-2.582l-2.522-1.101c-.901-.393-1.49-1.269-1.567-2.249a37.987 37.987 0 0 0-.078-.863c-.1-.977.318-1.944 1.13-2.497l.096-.065 2.168-1.472a2.56 2.56 0 0 0 1.025-2.819l-.543-1.907a2.56 2.56 0 0 0-2.355-1.857l-2.728-.115c-.982-.041-1.846-.645-2.274-1.529a36.424 36.424 0 0 0-.391-.784c-.45-.876-.413-1.933.147-2.744l.058-.083 1.49-2.156a2.56 2.56 0 0 0-.063-2.998l-1.195-1.583a2.56 2.56 0 0 0-2.868-.881l-3.839 1.304a.488.488 0 0 1-.503-.12v0a37.674 37.674 0 0 0-1.575-1.488c-.734-.654-1.076-1.65-.848-2.606l.027-.117.611-2.549a2.56 2.56 0 0 0-1.142-2.773L66.246 7.15a2.56 2.56 0 0 0-2.993.214l-2.091 1.752c-.754.631-1.8.767-2.713.402a36.1 36.1 0 0 0-.818-.316c-.923-.344-1.606-1.15-1.738-2.126l-.013-.1-.351-2.597a2.56 2.56 0 0 0-2.067-2.174l-1.95-.364A2.559 2.559 0 0 0 48.8 3.12l-1.329 2.41c-.474.86-1.398 1.365-2.38 1.353a35.866 35.866 0 0 0-.865.001c-.983.013-1.909-.492-2.383-1.353l-.06-.108-1.266-2.295a2.56 2.56 0 0 0-2.712-1.28l-1.95.364a2.56 2.56 0 0 0-2.066 2.174l-.366 2.705c-.132.974-.813 1.78-1.734 2.124-.274.102-.547.208-.818.317-.913.367-1.96.231-2.715-.4l-.078-.065-2.009-1.683a2.56 2.56 0 0 0-2.991-.214L21.39 8.214c-.94.582-1.4 1.7-1.142 2.775l.64 2.673c.228.954-.113 1.949-.844 2.602-.527.47-1.042.956-1.545 1.46v0a.56.56 0 0 1-.576.138l-1.31-.445-2.48-.844a2.56 2.56 0 0 0-2.867.881l-1.196 1.584a2.56 2.56 0 0 0-.063 2.998l1.553 2.245c.56.81.599 1.865.15 2.741-.133.26-.263.52-.39.783-.428.887-1.294 1.492-2.278 1.533l-.1.004-2.62.11A2.56 2.56 0 0 0 3.97 31.31l-.543 1.908a2.56 2.56 0 0 0 1.024 2.818l2.273 1.542c.812.551 1.23 1.517 1.131 2.492-.029.288-.055.576-.077.864-.077.981-.665 1.858-1.567 2.252l-.113.05-2.401 1.047a2.56 2.56 0 0 0-1.525 2.583l.183 1.976a2.56 2.56 0 0 0 1.973 2.257l2.662.615c.96.221 1.7.975 1.957 1.925.077.282.157.563.24.842.28.943.048 1.971-.65 2.663l-.075.074-1.86 1.844a2.56 2.56 0 0 0-.489 2.96l.884 1.775a2.561 2.561 0 0 0 2.657 1.392l2.714-.39c.971-.139 1.93.294 2.515 1.082.172.232.347.462.525.69.605.778.762 1.823.36 2.722l-.048.108-1.069 2.392a2.56 2.56 0 0 0 .613 2.936l1.467 1.337a2.56 2.56 0 0 0 2.98.34l2.384-1.343c.859-.482 1.914-.423 2.744.106.246.156.493.31.741.46.842.507 1.362 1.424 1.314 2.406l-.005.105-.132 2.617a2.56 2.56 0 0 0 1.632 2.516l1.85.717a2.56 2.56 0 0 0 2.901-.76l1.741-2.115c.624-.758 1.625-1.084 2.588-.895.284.056.57.109.855.158.972.167 1.792.835 2.102 1.77l.035.108.822 2.487a2.56 2.56 0 0 0 2.43 1.757h1.984a2.56 2.56 0 0 0 2.431-1.757l.861-2.604c.31-.934 1.128-1.6 2.098-1.769.286-.05.571-.102.856-.158.964-.19 1.965.136 2.59.894.023.03.047.057.069.085l1.666 2.023a2.56 2.56 0 0 0 2.9.76l1.851-.716a2.559 2.559 0 0 0 1.632-2.515l-.138-2.733c-.05-.981.47-1.897 1.31-2.405.249-.15.495-.304.74-.46.832-.531 1.888-.59 2.748-.107l.093.052 2.284 1.285a2.56 2.56 0 0 0 2.98-.339l1.466-1.336a2.56 2.56 0 0 0 .613-2.936l-1.12-2.51c-.401-.898-.246-1.941.358-2.718.178-.23.353-.46.525-.693.584-.79 1.544-1.223 2.516-1.083l.113.016 2.593.373a2.56 2.56 0 0 0 2.656-1.393l.885-1.776a2.559 2.559 0 0 0-.49-2.958l-1.94-1.925c-.698-.692-.93-1.719-.651-2.66.187-.632.358-1.27.51-1.913a.817.817 0 0 1 .609-.61l1.173-.271c.002 0 .003.001.003.003v0Z"/><defs><linearGradient id="a" x1="63.778" x2="21.729" y1="36.074" y2="42.266" gradientUnits="userSpaceOnUse"><stop stop-color="#007FFF"/><stop offset="1" stop-color="#39F"/></linearGradient></defs></svg>
4,999