From 84918a860fdfa9997497bc750293b774d6519a13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Dudak?= Date: Mon, 30 May 2022 10:41:51 +0200 Subject: [PATCH] [docs] Batch small changes (#32170) --- docs/data/base/components/popper/popper.md | 2 +- docs/data/material/components/popper/popper.md | 3 +-- packages/mui-material/src/Grow/Grow.js | 7 ++++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/data/base/components/popper/popper.md b/docs/data/base/components/popper/popper.md index b192cf26bfa3ee..99a45bd75acec2 100644 --- a/docs/data/base/components/popper/popper.md +++ b/docs/data/base/components/popper/popper.md @@ -49,4 +49,4 @@ These two callbacks allow the popper to unmount the child content when closed an ## Bundle size -📦 [8 kB gzipped](/size-snapshot). +📦 [8.1 kB gzipped](/size-snapshot). diff --git a/docs/data/material/components/popper/popper.md b/docs/data/material/components/popper/popper.md index 371afcc2b4b445..baf26c54c5b5bc 100644 --- a/docs/data/material/components/popper/popper.md +++ b/docs/data/material/components/popper/popper.md @@ -4,7 +4,6 @@ title: React Popper component components: Popper githubLabel: 'component: Popper' unstyled: /base/react-popper/ -packageName: '@mui/base' --- # Popper @@ -15,7 +14,7 @@ Some important features of the `Popper` component: - 🕷 Popper relies on the 3rd party library ([Popper.js](https://popper.js.org/)) for perfect positioning. - 💄 It's an alternative API to react-popper. It aims for simplicity. -- 📦 [8 kB gzipped](/size-snapshot). +- 📦 [24.9 kB gzipped](/size-snapshot). - The children is [`Portal`](/material-ui/react-portal/) to the body of the document to avoid rendering problems. You can disable this behavior with `disablePortal`. - The scroll isn't blocked like with the [`Popover`](/material-ui/react-popover/) component. diff --git a/packages/mui-material/src/Grow/Grow.js b/packages/mui-material/src/Grow/Grow.js index a948f8a8ce6955..e8afd87bf444f9 100644 --- a/packages/mui-material/src/Grow/Grow.js +++ b/packages/mui-material/src/Grow/Grow.js @@ -21,9 +21,10 @@ const styles = { }, }; -/** - * Conditionally apply a workaround for the CSS transition bug in Safari 15.4 / WebKit browsers. - * Remove this workaround once the WebKit bug fix is released. +/* + TODO v6: remove + Conditionally apply a workaround for the CSS transition bug in Safari 15.4 / WebKit browsers. + Remove this workaround once the WebKit bug fix is released. */ const isWebKit154 = typeof navigator !== 'undefined' &&