Skip to content

Commit

Permalink
rely on bundle phobia more
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Jan 14, 2024
1 parent 2386f08 commit acf8e0f
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 8 deletions.
2 changes: 0 additions & 2 deletions docs/.link-check-errors.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
Broken links found by `pnpm docs:link-check` that exist:

- https://mui.com/size-snapshot/
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ githubLabel: 'component: ClickAwayListener'

{{"component": "modules/components/ComponentPageTabs.js"}}

- 📦 [0.9 kB gzipped](/size-snapshot/).
- 📦 [0.9 kB gzipped](https://bundlephobia.com/package/@mui/base).

## Introduction

Expand Down
2 changes: 1 addition & 1 deletion docs/data/base/components/focus-trap/focus-trap.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ githubLabel: 'component: FocusTrap'

{{"component": "modules/components/ComponentPageTabs.js"}}

- 📦 [1.6 kB gzipped](/size-snapshot/).
- 📦 [1.6 kB gzipped](https://bundlephobia.com/package/@mui/base).

## Introduction

Expand Down
2 changes: 1 addition & 1 deletion docs/data/base/components/modal/modal.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ waiAria: https://www.w3.org/WAI/ARIA/apg/patterns/dialog-modal/

{{"component": "modules/components/ComponentPageTabs.js"}}

- 📦 [5.1 kB gzipped](/size-snapshot/).
- 📦 [5.1 kB gzipped](https://bundlephobia.com/package/@mui/base).

## Introduction

Expand Down
2 changes: 1 addition & 1 deletion docs/data/material/components/autocomplete/autocomplete.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ The `useAutocomplete` hook is also reexported from @mui/material for convenience
import useAutocomplete from '@mui/material/useAutocomplete';
```

- 📦 [4.5 kB gzipped](/size-snapshot/).
- 📦 [4.6 kB gzipped](https://bundlephobia.com/package/@mui/material).

{{"demo": "UseAutocomplete.js", "defaultCodeOpen": false}}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Some of the key features:

- ⚛️ It has an idiomatic React API.
- 🚀 It's performant, it observes the document to detect when its media queries change, instead of polling the values periodically.
- 📦 [1 kB gzipped](/size-snapshot/).
- 📦 [1.1 kB gzipped](https://bundlephobia.com/package/@mui/material).
- 🤖 It supports server-side rendering.

{{"component": "modules/components/ComponentLinkHeader.js", "design": false}}
Expand Down
2 changes: 1 addition & 1 deletion docs/public/_redirects
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/spam / 301
/sign-up / 301

/size-snapshot https://s3.eu-central-1.amazonaws.com/mui-org-ci/artifacts/master/latest/size-snapshot.json 200
/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!
Expand Down

0 comments on commit acf8e0f

Please sign in to comment.