Skip to content

Commit

Permalink
strange
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Sep 1, 2024
1 parent bf9dc34 commit d785cf0
Show file tree
Hide file tree
Showing 19 changed files with 4 additions and 27 deletions.
4 changes: 2 additions & 2 deletions .browserslistrc
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ firefox 78
ios_saf 12.2
kaios 2.5
op_mini all
op_mob 73
op_mob 80
opera 76
safari 14
samsung 13.0
Expand All @@ -44,7 +44,7 @@ firefox 78
ios_saf 12.2
kaios 2.5
op_mini all
op_mob 73
op_mob 80
opera 76
safari 14
samsung 13.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ const Autocomplete = React.forwardRef(function Autocomplete(props, ref) {
<ClearIcon />
</Button>
)}

<Button
{...getPopupIndicatorProps()}
className={clsx(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ const Autocomplete = React.forwardRef(function Autocomplete(props, ref) {
<ClearIcon />
</StyledClearIndicator>
)}

<StyledPopupIndicator
{...getPopupIndicatorProps()}
className={popupOpen ? 'popupOpen' : undefined}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ const Autocomplete = React.forwardRef(function Autocomplete(props, ref) {
<ClearIcon className="translate-y-[2px] scale-90" />
</Button>
)}

<Button
{...getPopupIndicatorProps()}
className="self-center outline-0 shadow-none border-0 py-0 px-0.5 rounded-[4px] bg-transparent hover:bg-violet-100 dark:hover:bg-gray-700 hover:cursor-pointer"
Expand Down
1 change: 0 additions & 1 deletion docs/data/base/components/focus-trap/PortalFocusTrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ export default function PortalFocusTrap() {
</Box>
</FocusTrap>
)}

<div ref={setContainer} />
</Box>
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ export default function FreeSoloCreateOption() {
<Add />
</ListItemDecorator>
)}

{option.title}
</AutocompleteOption>
)}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ export default function ExampleChoiceChipCheckbox() {
sx={{ ml: -0.5, zIndex: 2, pointerEvents: 'none' }}
/>
)}

<Checkbox
size="sm"
disabled={index === 0}
Expand Down
1 change: 0 additions & 1 deletion docs/data/joy/components/input/InputSubscription.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ export default function InputSubscription() {
Oops! something went wrong, please try again later.
</FormHelperText>
)}

{data.status === 'sent' && (
<FormHelperText
sx={(theme) => ({ color: theme.vars.palette.primary[400] })}
Expand Down
2 changes: 0 additions & 2 deletions docs/data/material/components/app-bar/BottomAppBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,13 +93,11 @@ export default function BottomAppBar() {
Today
</ListSubheader>
)}

{id === 3 && (
<ListSubheader sx={{ bgcolor: 'background.paper' }}>
Yesterday
</ListSubheader>
)}

<ListItemButton>
<ListItemAvatar>
<Avatar alt="Profile Picture" src={person} />
Expand Down
1 change: 0 additions & 1 deletion docs/data/material/components/skeleton/Facebook.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ function Media(props) {
alt="Nicola Sturgeon on a TED talk stage"
/>
)}

<CardContent>
{loading ? (
<React.Fragment>
Expand Down
1 change: 0 additions & 1 deletion docs/data/material/components/skeleton/YouTube.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ function Media(props) {
) : (
<Skeleton variant="rectangular" width={210} height={118} />
)}

{item ? (
<Box sx={{ pr: 2 }}>
<Typography gutterBottom variant="body2">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ export default function HorizontalLinearStepper() {
Skip
</Button>
)}

<Button onClick={handleNext}>
{activeStep === steps.length - 1 ? 'Finish' : 'Next'}
</Button>
Expand Down
1 change: 0 additions & 1 deletion docs/data/material/components/table/EnhancedTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@ function EnhancedTableToolbar(props) {
Nutrition
</Typography>
)}

{numSelected > 0 ? (
<Tooltip title="Delete">
<IconButton>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,6 @@ export default function Checkout() {
Previous
</Button>
)}

{activeStep !== 0 && (
<Button
startIcon={<ChevronLeftRoundedIcon />}
Expand All @@ -378,7 +377,6 @@ export default function Checkout() {
Previous
</Button>
)}

<Button
variant="contained"
endIcon={<ChevronRightRoundedIcon />}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,6 @@ export default function PaymentForm() {
/>
</Box>
)}

{paymentType === 'bankTransfer' && (
<Box
sx={{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ function ProductValues() {
{
'From the latest trendy boutique hotel to the iconic palace with XXL pool'
}

{
', go for a mini-vacation just a few subway stops away from your home.'
}
Expand All @@ -63,7 +62,6 @@ function ProductValues() {
{
'Privatize a pool, take a Japanese bath or wake up in 900m2 of garden… '
}

{'your Sundays will not be alike.'}
</Typography>
</Box>
Expand Down
1 change: 0 additions & 1 deletion docs/src/pages/premium-themes/paperbase/Paperbase.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@ export default function Paperbase() {
onClose={handleDrawerToggle}
/>
)}

<Navigator
PaperProps={{ style: { width: drawerWidth } }}
sx={{ display: { sm: 'block', xs: 'none' } }}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import { styled as _styled3 } from '@pigment-css/react';
import { styled as _styled2 } from '@pigment-css/react';
import { styled as _styled } from '@pigment-css/react';
import { styled as _styled, styled as _styled2, styled as _styled3 } from '@pigment-css/react';
import _theme from '@pigment-css/react/theme';
const Component = /*#__PURE__*/ _styled('div')({
classes: ['c1h7nuob'],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import { styled as _styled3 } from '@pigment-css/react';
import { styled as _styled2 } from '@pigment-css/react';
import { styled as _styled } from '@pigment-css/react';
import { styled as _styled, styled as _styled2, styled as _styled3 } from '@pigment-css/react';
import _theme from '@pigment-css/react/theme';
const Component = /*#__PURE__*/ _styled('div')({
classes: ['c1aiqtje'],
Expand Down

0 comments on commit d785cf0

Please sign in to comment.