init project
Some checks failed
No response / noResponse (push) Has been cancelled
CI / Continuous releases (push) Has been cancelled
CI / test-dev (macos-latest) (push) Has been cancelled
CI / test-dev (ubuntu-latest) (push) Has been cancelled
CI / test-dev (windows-latest) (push) Has been cancelled
Maintenance / main (push) Has been cancelled
Scorecards supply-chain security / Scorecards analysis (push) Has been cancelled
CodeQL / Analyze (push) Has been cancelled

This commit is contained in:
how2ice
2025-12-12 14:26:25 +09:00
commit 005cf56baf
43188 changed files with 1079531 additions and 0 deletions

27
docs/public/_headers Normal file
View File

@@ -0,0 +1,27 @@
/_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
# TODO: progressively reduce the CSP scopes
# Start with a wildcard, using https://github.com/mui/toolpad/blob/f4c4eb046b352e4fc00729c3bed605e671b040c4/packages/toolpad-studio/src/server/index.ts#L241
Content-Security-Policy: default-src * data: mediastream: blob: filesystem: about: ws: wss: 'unsafe-eval' 'wasm-unsafe-eval' 'unsafe-inline'; script-src * data: blob: 'unsafe-inline' 'unsafe-eval'; script-src-elem * data: blob: 'unsafe-inline'; connect-src * data: blob: 'unsafe-inline'; img-src * data: blob: 'unsafe-inline'; media-src * data: blob: 'unsafe-inline'; frame-src * data: blob: ; style-src * data: blob: 'unsafe-inline'; font-src * data: blob: 'unsafe-inline'; frame-ancestors *;

555
docs/public/_redirects Normal file
View File

@@ -0,0 +1,555 @@
# Link used in the demos, avoid 404
/drafts / 301
/inbox* / 301
/trash / 301
/spam / 301
/sign-up / 301
/auth* / 301
/size-snapshot https://s3.eu-central-1.amazonaws.com/mui-org-ci/artifacts/master/latest/size-snapshot.json 200
# For links that we can't edit later on, for example 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://stackblitz.com/github/stackblitz/starters/tree/main/react-ts 302
/r/issue-template-next https://stackblitz.com/github/stackblitz/starters/tree/main/react-ts 302
/r/issue-template-latest https://stackblitz.com/github/stackblitz/starters/tree/main/react-ts 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
/r/pigment /blog/introducing-pigment-css/ 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/ https://v6.mui.com/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/ https://v6.mui.com/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/ https://v6.mui.com/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
/pt/styles/* /pt/system/styles/:splat 301
/zh/styles/* /zh/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/ 301
/pt/components/pickers/ /pt/x/react-date-pickers/ 301
/zh/components/pickers/ /zh/x/react-date-pickers/ 301
/material-ui/lab-date-and-time-pickers/ /x/react-date-pickers/ 301
/pt/material-ui/lab-date-and-time-pickers/ /pt/x/react-date-pickers/ 301
/zh/material-ui/lab-date-and-time-pickers/ /zh/x/react-date-pickers/ 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/integrations/styled-components/ 301
/material-ui/guides/themeable-component/ /material-ui/customization/creating-themed-components/ 301
/material-ui/guides/next-js-app-router/ /material-ui/guides/nextjs/ 301
/material-ui/guides/understand-mui-packages/ /blog/mui-product-comparison/ 301
# 2024
/material-ui/guides/nextjs/ /material-ui/integrations/nextjs/ 301
/material-ui/guides/interoperability/ /material-ui/integrations/interoperability/ 301
/material-ui/guides/theme-scoping/ /material-ui/integrations/theme-scoping/ 301
/material-ui/guides/routing/ /material-ui/integrations/routing/ 301
/material-ui/guides/creating-themed-components/ /material-ui/customization/creating-themed-components/ 301
/material-ui/guides/shadow-dom/ /material-ui/customization/shadow-dom/ 301
/material-ui/guides/right-to-left/ /material-ui/customization/right-to-left/ 301
/material-ui/guides/pickers-migration/ /material-ui/migration/pickers-migration/ 301
/material-ui/guides/styled-components/ /material-ui/integrations/styled-components/ 301
/material-ui/experimental-api/css-theme-variables/migration/ /material-ui/migration/upgrade-to-v6/#cssvarsprovider-and-extendtheme 301
/material-ui/experimental-api/css-theme-variables/overview/ /material-ui/customization/css-theme-variables/overview/ 301
/material-ui/experimental-api/css-theme-variables/usage/ /material-ui/customization/css-theme-variables/usage/ 301
/material-ui/experimental-api/css-theme-variables/customization/ /material-ui/customization/css-theme-variables/configuration/ 301
/base-ui/ https://base-ui.com/ 301
#2025
/system/styles/basics/ https://v6.mui.com/system/styles/basics/ 301
/system/styles/advanced/ https://v6.mui.com/system/styles/advanced/ 301
/system/styles/api/ https://v6.mui.com/system/styles/api/ 301
/base-ui/* https://v6.mui.com/base-ui/:splat 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
## Toolpad
/toolpad/core/templates/nextjs-dashboard/_next/* https://toolpad-core-nextjs-themed.vercel.app/_next/:splat 200
/toolpad/core/templates/nextjs-dashboard/* https://toolpad-core-nextjs-themed.vercel.app/:splat 200
/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/ /material-ui/design-resources/material-ui-for-figma/ 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
### Deploy Previews
/pr/:id https://deploy-preview-:id--material-ui.netlify.app/ 301
/x/pr/:id https://deploy-preview-:id--material-ui-x.netlify.app/ 301

BIN
docs/public/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 619 B

4
docs/public/robots.txt Normal file
View File

@@ -0,0 +1,4 @@
# Algolia-Crawler-Verif: 98C49CAFF7AEED76
User-agent: *
Allow: /

View File

@@ -0,0 +1 @@
<svg fill="none" height="400" viewBox="0 0 400 400" width="400" xmlns="http://www.w3.org/2000/svg"><path d="m289.621 252.195c2.343-1.344 3.791-3.835 3.799-6.536l.139-43.764c.009-2.7 1.456-5.191 3.798-6.536l23.745-13.632c5.043-2.895 11.33.746 11.33 6.561v79.566c0 2.709-1.449 5.212-3.798 6.561l-89.596 51.428c-2.328 1.336-5.19 1.339-7.52.007l-70.313-40.192c-2.356-1.347-3.81-3.853-3.81-6.568v-40.113c0-.049.052-.079.094-.056.043.024.095-.007.095-.055v-.044c0-.032.017-.062.045-.078l57.905-33.245c.052-.03.031-.11-.029-.11-.033 0-.06-.026-.059-.059l.113-39.335c.017-5.829-6.287-9.486-11.339-6.577l-43.051 24.786c-2.336 1.345-5.212 1.345-7.549 0l-43.179-24.861c-5.043-2.903-11.3394.737-11.3394 6.556v71.092c0 5.808-6.2731 9.449-11.3161 6.569l-23.965-13.687c-2.3618-1.349-3.8176-3.862-3.813-6.582l.2124-124.2526c.0099-5.8089 6.2923-9.4394 11.3303-6.5476l82.0788 47.1132c2.332 1.339 5.199 1.339 7.531 0l82.057-47.1004c5.043-2.8947 11.33.7459 11.33 6.5606v124.2828c0 2.706-1.446 5.206-3.791 6.556l-42.967 24.726c-5.07 2.917-5.052 10.239.032 13.131l23.702 13.484c2.328 1.324 5.183 1.319 7.506-.014zm4.974-111.488c0 5.879 6.412 9.511 11.454 6.487l22.709-13.616c2.28-1.367 3.674-3.83 3.674-6.487v-27.7352c0-5.8789-6.412-9.5109-11.454-6.4877l-22.709 13.6159c-2.279 1.367-3.674 3.83-3.674 6.488z" fill="#007fff" fill-rule="evenodd"/></svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View File

@@ -0,0 +1 @@
<svg fill="none" height="100" width="368" xmlns="http://www.w3.org/2000/svg"><path d="m50.125 87.5c17.259 0 31.25-13.991 31.25-31.25h-62.5c0 17.259 13.991 31.25 31.25 31.25zm-31.25-75c15.533 0 28.125 12.592 28.125 28.125v9.375h-28.125zm62.5 37.5a28.126 28.126 0 0 0 -28.125-28.125v28.125z" fill="#0073e6"/><path d="m118.775 19.375h19.2c5.55 0 9.85 1.1 12.9 3.3 3.1 2.2 4.65 5.75 4.65 10.65v.3c0 2.7-.65 5.05-1.95 7.05-1.3 1.95-3.475 3.4-6.525 4.35 3.65.8 6.35 2.225 8.1 4.275 1.75 2 2.625 4.8 2.625 8.4v.3c0 5-1.6 8.75-4.8 11.25-3.15 2.5-7.675 3.75-13.575 3.75h-20.625zm19.425 46.5c3.35 0 5.8-.725 7.35-2.175 1.6-1.45 2.4-3.575 2.4-6.375v-.3c0-2.8-.825-4.875-2.475-6.225-1.6-1.4-4.25-2.1-7.95-2.1h-9v17.175zm-1.425-23.925c3.3 0 5.65-.625 7.05-1.875s2.1-3.25 2.1-6v-.3c0-2.55-.75-4.4-2.25-5.55s-3.85-1.725-7.05-1.725h-8.1v15.45zm42.856 31.8c-2.3 0-4.475-.425-6.525-1.275s-3.85-2.1-5.4-3.75c-1.55-1.7-2.775-3.775-3.675-6.225s-1.35-5.275-1.35-8.475v-.6c0-3.15.45-5.975 1.35-8.475.95-2.55 2.2-4.7 3.75-6.45 1.6-1.8 3.45-3.175 5.55-4.125s4.325-1.425 6.675-1.425c3 0 5.475.65 7.425 1.95 1.95 1.25 3.5 2.85 4.65 4.8v-5.925h9.075v39.225h-9.075v-6.45c-.55.95-1.25 1.875-2.1 2.775-.85.85-1.825 1.6-2.925 2.25a17.22 17.22 0 0 1 -3.525 1.575c-1.25.4-2.55.6-3.9.6zm2.175-7.2c1.45 0 2.825-.25 4.125-.75a9.482 9.482 0 0 0 3.375-2.4c.95-1.1 1.7-2.45 2.25-4.05.55-1.65.825-3.575.825-5.775v-.6c0-4.4-.925-7.65-2.775-9.75s-4.3-3.15-7.35-3.15c-3.15 0-5.65 1.125-7.5 3.375s-2.775 5.5-2.775 9.75v.6c0 4.3.95 7.5 2.85 9.6s4.225 3.15 6.975 3.15zm42.372 7.2c-5.1 0-9.075-1.1-11.925-3.3-2.8-2.25-4.3-5.475-4.5-9.675h8.55c.25 2 .925 3.55 2.025 4.65 1.15 1.1 3.075 1.65 5.775 1.65 2.45 0 4.225-.425 5.325-1.275 1.15-.85 1.725-2.1 1.725-3.75 0-1.6-.675-2.775-2.025-3.525s-3.475-1.375-6.375-1.875c-2.6-.4-4.8-.9-6.6-1.5s-3.275-1.375-4.425-2.325c-1.1-.95-1.9-2.075-2.4-3.375s-.75-2.875-.75-4.725c0-1.95.425-3.65 1.275-5.1.85-1.5 1.95-2.725 3.3-3.675 1.4-1 2.975-1.75 4.725-2.25s3.55-.75 5.4-.75c2 0 3.875.2 5.625.6 1.8.4 3.375 1.075 4.725 2.025 1.35.9 2.45 2.125 3.3 3.675.9 1.5 1.475 3.35 1.725 5.55h-8.4c-.4-1.8-1.15-3.125-2.25-3.975-1.05-.85-2.625-1.275-4.725-1.275-1.95 0-3.475.425-4.575 1.275s-1.65 1.975-1.65 3.375c0 .7.125 1.325.375 1.875.25.5.675.95 1.275 1.35.65.35 1.5.675 2.55.975s2.35.575 3.9.825c2.3.35 4.35.8 6.15 1.35 1.85.5 3.4 1.2 4.65 2.1a8.15 8.15 0 0 1 2.85 3.375c.7 1.35 1.05 3.075 1.05 5.175 0 4-1.35 7.1-4.05 9.3-2.7 2.15-6.575 3.225-11.625 3.225zm39.678 0c-2.9 0-5.575-.45-8.025-1.35-2.4-.95-4.5-2.275-6.3-3.975-1.75-1.75-3.125-3.85-4.125-6.3-.95-2.45-1.425-5.225-1.425-8.325v-.6c0-3.05.475-5.8 1.425-8.25 1-2.5 2.375-4.625 4.125-6.375 1.75-1.8 3.8-3.175 6.15-4.125 2.4-1 5-1.5 7.8-1.5 2.45 0 4.775.375 6.975 1.125a15.85 15.85 0 0 1 5.925 3.525c1.7 1.6 3.05 3.65 4.05 6.15 1.05 2.5 1.575 5.5 1.575 9v2.625h-28.725c.15 3.75 1.125 6.625 2.925 8.625 1.85 2 4.475 3 7.875 3 2.75 0 4.85-.525 6.3-1.575s2.35-2.525 2.7-4.425h8.775c-.65 4.15-2.55 7.325-5.7 9.525-3.15 2.15-7.25 3.225-12.3 3.225zm9.15-24.45c-.25-3.4-1.2-5.875-2.85-7.425-1.6-1.55-3.825-2.325-6.675-2.325-2.75 0-5 .875-6.75 2.625-1.75 1.7-2.85 4.075-3.3 7.125zm45.644 24.45c-13.425 0-21.075-7.35-21.075-21.15v-33.225h10.05v32.475c0 9.825 3.15 13.875 11.1 13.875 7.725 0 11.625-3.45 11.625-14.55v-31.8h10.05v32.625c0 14.025-7.575 21.75-21.75 21.75zm32.374-.75v-53.625h10.05v53.625z" fill="#fff"/></svg>

After

Width:  |  Height:  |  Size: 3.3 KiB

View File

@@ -0,0 +1 @@
<svg fill="none" height="100" width="368" xmlns="http://www.w3.org/2000/svg"><path d="m50.125 87.5c17.259 0 31.25-13.991 31.25-31.25h-62.5c0 17.259 13.991 31.25 31.25 31.25zm-31.25-75c15.533 0 28.125 12.592 28.125 28.125v9.375h-28.125zm62.5 37.5a28.126 28.126 0 0 0 -28.125-28.125v28.125z" fill="#0073e6"/><path d="m118.775 19.375h19.2c5.55 0 9.85 1.1 12.9 3.3 3.1 2.2 4.65 5.75 4.65 10.65v.3c0 2.7-.65 5.05-1.95 7.05-1.3 1.95-3.475 3.4-6.525 4.35 3.65.8 6.35 2.225 8.1 4.275 1.75 2 2.625 4.8 2.625 8.4v.3c0 5-1.6 8.75-4.8 11.25-3.15 2.5-7.675 3.75-13.575 3.75h-20.625zm19.425 46.5c3.35 0 5.8-.725 7.35-2.175 1.6-1.45 2.4-3.575 2.4-6.375v-.3c0-2.8-.825-4.875-2.475-6.225-1.6-1.4-4.25-2.1-7.95-2.1h-9v17.175zm-1.425-23.925c3.3 0 5.65-.625 7.05-1.875s2.1-3.25 2.1-6v-.3c0-2.55-.75-4.4-2.25-5.55s-3.85-1.725-7.05-1.725h-8.1v15.45zm42.856 31.8c-2.3 0-4.475-.425-6.525-1.275s-3.85-2.1-5.4-3.75c-1.55-1.7-2.775-3.775-3.675-6.225s-1.35-5.275-1.35-8.475v-.6c0-3.15.45-5.975 1.35-8.475.95-2.55 2.2-4.7 3.75-6.45 1.6-1.8 3.45-3.175 5.55-4.125s4.325-1.425 6.675-1.425c3 0 5.475.65 7.425 1.95 1.95 1.25 3.5 2.85 4.65 4.8v-5.925h9.075v39.225h-9.075v-6.45c-.55.95-1.25 1.875-2.1 2.775-.85.85-1.825 1.6-2.925 2.25a17.22 17.22 0 0 1 -3.525 1.575c-1.25.4-2.55.6-3.9.6zm2.175-7.2c1.45 0 2.825-.25 4.125-.75a9.482 9.482 0 0 0 3.375-2.4c.95-1.1 1.7-2.45 2.25-4.05.55-1.65.825-3.575.825-5.775v-.6c0-4.4-.925-7.65-2.775-9.75s-4.3-3.15-7.35-3.15c-3.15 0-5.65 1.125-7.5 3.375s-2.775 5.5-2.775 9.75v.6c0 4.3.95 7.5 2.85 9.6s4.225 3.15 6.975 3.15zm42.372 7.2c-5.1 0-9.075-1.1-11.925-3.3-2.8-2.25-4.3-5.475-4.5-9.675h8.55c.25 2 .925 3.55 2.025 4.65 1.15 1.1 3.075 1.65 5.775 1.65 2.45 0 4.225-.425 5.325-1.275 1.15-.85 1.725-2.1 1.725-3.75 0-1.6-.675-2.775-2.025-3.525s-3.475-1.375-6.375-1.875c-2.6-.4-4.8-.9-6.6-1.5s-3.275-1.375-4.425-2.325c-1.1-.95-1.9-2.075-2.4-3.375s-.75-2.875-.75-4.725c0-1.95.425-3.65 1.275-5.1.85-1.5 1.95-2.725 3.3-3.675 1.4-1 2.975-1.75 4.725-2.25s3.55-.75 5.4-.75c2 0 3.875.2 5.625.6 1.8.4 3.375 1.075 4.725 2.025 1.35.9 2.45 2.125 3.3 3.675.9 1.5 1.475 3.35 1.725 5.55h-8.4c-.4-1.8-1.15-3.125-2.25-3.975-1.05-.85-2.625-1.275-4.725-1.275-1.95 0-3.475.425-4.575 1.275s-1.65 1.975-1.65 3.375c0 .7.125 1.325.375 1.875.25.5.675.95 1.275 1.35.65.35 1.5.675 2.55.975s2.35.575 3.9.825c2.3.35 4.35.8 6.15 1.35 1.85.5 3.4 1.2 4.65 2.1a8.15 8.15 0 0 1 2.85 3.375c.7 1.35 1.05 3.075 1.05 5.175 0 4-1.35 7.1-4.05 9.3-2.7 2.15-6.575 3.225-11.625 3.225zm39.678 0c-2.9 0-5.575-.45-8.025-1.35-2.4-.95-4.5-2.275-6.3-3.975-1.75-1.75-3.125-3.85-4.125-6.3-.95-2.45-1.425-5.225-1.425-8.325v-.6c0-3.05.475-5.8 1.425-8.25 1-2.5 2.375-4.625 4.125-6.375 1.75-1.8 3.8-3.175 6.15-4.125 2.4-1 5-1.5 7.8-1.5 2.45 0 4.775.375 6.975 1.125a15.85 15.85 0 0 1 5.925 3.525c1.7 1.6 3.05 3.65 4.05 6.15 1.05 2.5 1.575 5.5 1.575 9v2.625h-28.725c.15 3.75 1.125 6.625 2.925 8.625 1.85 2 4.475 3 7.875 3 2.75 0 4.85-.525 6.3-1.575s2.35-2.525 2.7-4.425h8.775c-.65 4.15-2.55 7.325-5.7 9.525-3.15 2.15-7.25 3.225-12.3 3.225zm9.15-24.45c-.25-3.4-1.2-5.875-2.85-7.425-1.6-1.55-3.825-2.325-6.675-2.325-2.75 0-5 .875-6.75 2.625-1.75 1.7-2.85 4.075-3.3 7.125zm45.644 24.45c-13.425 0-21.075-7.35-21.075-21.15v-33.225h10.05v32.475c0 9.825 3.15 13.875 11.1 13.875 7.725 0 11.625-3.45 11.625-14.55v-31.8h10.05v32.625c0 14.025-7.575 21.75-21.75 21.75zm32.374-.75v-53.625h10.05v53.625z" fill="#090b0b"/></svg>

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 177 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 105 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 110 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 131 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 143 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 136 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 191 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 101 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 165 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 99 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 189 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 149 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 123 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 91 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 99 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 180 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 113 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 179 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 97 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 194 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 142 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 168 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 103 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 146 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 113 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 101 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 144 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 84 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 112 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 235 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 168 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 193 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 219 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 180 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 155 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 476 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 146 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 141 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 134 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 830 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 133 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 146 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 85 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Some files were not shown because too many files have changed in this diff Show More