Skip to content

Commit

Permalink
[docs] Link to react-transition group with https
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Feb 20, 2024
1 parent 04d9cff commit b6bec6c
Show file tree
Hide file tree
Showing 40 changed files with 40 additions and 40 deletions.
2 changes: 1 addition & 1 deletion docs/pages/material-ui/api/collapse.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"filename": "/packages/mui-material/src/Collapse/Collapse.js",
"inheritance": {
"component": "Transition",
"pathname": "http://reactcommunity.org/react-transition-group/transition/#Transition-props"
"pathname": "https://reactcommunity.org/react-transition-group/transition/#Transition-props"
},
"demos": "<ul><li><a href=\"/material-ui/react-card/\">Card</a></li>\n<li><a href=\"/material-ui/react-list/\">Lists</a></li>\n<li><a href=\"/material-ui/transitions/\">Transitions</a></li></ul>",
"cssComponent": false
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/material-ui/api/fade.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"filename": "/packages/mui-material/src/Fade/Fade.js",
"inheritance": {
"component": "Transition",
"pathname": "http://reactcommunity.org/react-transition-group/transition/#Transition-props"
"pathname": "https://reactcommunity.org/react-transition-group/transition/#Transition-props"
},
"demos": "<ul><li><a href=\"/material-ui/transitions/\">Transitions</a></li></ul>",
"cssComponent": false
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/material-ui/api/grow.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"filename": "/packages/mui-material/src/Grow/Grow.js",
"inheritance": {
"component": "Transition",
"pathname": "http://reactcommunity.org/react-transition-group/transition/#Transition-props"
"pathname": "https://reactcommunity.org/react-transition-group/transition/#Transition-props"
},
"demos": "<ul><li><a href=\"/material-ui/react-popover/\">Popover</a></li>\n<li><a href=\"/material-ui/transitions/\">Transitions</a></li></ul>",
"cssComponent": false
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/material-ui/api/slide.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"filename": "/packages/mui-material/src/Slide/Slide.js",
"inheritance": {
"component": "Transition",
"pathname": "http://reactcommunity.org/react-transition-group/transition/#Transition-props"
"pathname": "https://reactcommunity.org/react-transition-group/transition/#Transition-props"
},
"demos": "<ul><li><a href=\"/material-ui/react-dialog/\">Dialog</a></li>\n<li><a href=\"/material-ui/transitions/\">Transitions</a></li></ul>",
"cssComponent": false
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/material-ui/api/zoom.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"filename": "/packages/mui-material/src/Zoom/Zoom.js",
"inheritance": {
"component": "Transition",
"pathname": "http://reactcommunity.org/react-transition-group/transition/#Transition-props"
"pathname": "https://reactcommunity.org/react-transition-group/transition/#Transition-props"
},
"demos": "<ul><li><a href=\"/material-ui/transitions/\">Transitions</a></li></ul>",
"cssComponent": false
Expand Down
2 changes: 1 addition & 1 deletion docs/translations/api-docs/accordion/accordion.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"description": "The component used for the transition. <a href=\"/material-ui/transitions/#transitioncomponent-prop\">Follow this guide</a> to learn more about the requirements for this component."
},
"TransitionProps": {
"description": "Props applied to the transition element. By default, the element is based on this <a href=\"http://reactcommunity.org/react-transition-group/transition/\"><code>Transition</code></a> component."
"description": "Props applied to the transition element. By default, the element is based on this <a href=\"https://reactcommunity.org/react-transition-group/transition/\"><code>Transition</code></a> component."
}
},
"classDescriptions": {
Expand Down
2 changes: 1 addition & 1 deletion docs/translations/api-docs/dialog/dialog.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"description": "The duration for the transition, in milliseconds. You may specify a single timeout for all transitions, or individually with an object."
},
"TransitionProps": {
"description": "Props applied to the transition element. By default, the element is based on this <a href=\"http://reactcommunity.org/react-transition-group/transition/\"><code>Transition</code></a> component."
"description": "Props applied to the transition element. By default, the element is based on this <a href=\"https://reactcommunity.org/react-transition-group/transition/\"><code>Transition</code></a> component."
}
},
"classDescriptions": {
Expand Down
2 changes: 1 addition & 1 deletion docs/translations/api-docs/menu/menu.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"description": "The length of the transition in <code>ms</code>, or &#39;auto&#39;"
},
"TransitionProps": {
"description": "Props applied to the transition element. By default, the element is based on this <a href=\"http://reactcommunity.org/react-transition-group/transition/\"><code>Transition</code></a> component."
"description": "Props applied to the transition element. By default, the element is based on this <a href=\"https://reactcommunity.org/react-transition-group/transition/\"><code>Transition</code></a> component."
},
"variant": {
"description": "The variant to use. Use <code>menu</code> to prevent selected items from impacting the initial focus."
Expand Down
2 changes: 1 addition & 1 deletion docs/translations/api-docs/popover/popover.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"description": "Set to &#39;auto&#39; to automatically calculate transition time based on height."
},
"TransitionProps": {
"description": "Props applied to the transition element. By default, the element is based on this <a href=\"http://reactcommunity.org/react-transition-group/transition/\"><code>Transition</code></a> component."
"description": "Props applied to the transition element. By default, the element is based on this <a href=\"https://reactcommunity.org/react-transition-group/transition/\"><code>Transition</code></a> component."
}
},
"classDescriptions": {
Expand Down
2 changes: 1 addition & 1 deletion docs/translations/api-docs/snackbar/snackbar.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"description": "The duration for the transition, in milliseconds. You may specify a single timeout for all transitions, or individually with an object."
},
"TransitionProps": {
"description": "Props applied to the transition element. By default, the element is based on this <a href=\"http://reactcommunity.org/react-transition-group/transition/\"><code>Transition</code></a> component."
"description": "Props applied to the transition element. By default, the element is based on this <a href=\"https://reactcommunity.org/react-transition-group/transition/\"><code>Transition</code></a> component."
}
},
"classDescriptions": {
Expand Down
2 changes: 1 addition & 1 deletion docs/translations/api-docs/speed-dial/speed-dial.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"description": "The duration for the transition, in milliseconds. You may specify a single timeout for all transitions, or individually with an object."
},
"TransitionProps": {
"description": "Props applied to the transition element. By default, the element is based on this <a href=\"http://reactcommunity.org/react-transition-group/transition/\"><code>Transition</code></a> component."
"description": "Props applied to the transition element. By default, the element is based on this <a href=\"https://reactcommunity.org/react-transition-group/transition/\"><code>Transition</code></a> component."
}
},
"classDescriptions": {
Expand Down
2 changes: 1 addition & 1 deletion docs/translations/api-docs/step-content/step-content.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"description": "Adjust the duration of the content expand transition. Passed as a prop to the transition component.<br>Set to &#39;auto&#39; to automatically calculate transition time based on height."
},
"TransitionProps": {
"description": "Props applied to the transition element. By default, the element is based on this <a href=\"http://reactcommunity.org/react-transition-group/transition/\"><code>Transition</code></a> component."
"description": "Props applied to the transition element. By default, the element is based on this <a href=\"https://reactcommunity.org/react-transition-group/transition/\"><code>Transition</code></a> component."
}
},
"classDescriptions": {
Expand Down
2 changes: 1 addition & 1 deletion docs/translations/api-docs/tooltip/tooltip.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"description": "The component used for the transition. <a href=\"/material-ui/transitions/#transitioncomponent-prop\">Follow this guide</a> to learn more about the requirements for this component."
},
"TransitionProps": {
"description": "Props applied to the transition element. By default, the element is based on this <a href=\"http://reactcommunity.org/react-transition-group/transition/\"><code>Transition</code></a> component."
"description": "Props applied to the transition element. By default, the element is based on this <a href=\"https://reactcommunity.org/react-transition-group/transition/\"><code>Transition</code></a> component."
}
},
"classDescriptions": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export function getBaseUiComponentInfo(filename: string): ComponentInfo {
name: inheritedComponent,
apiPathname:
inheritedComponent === 'Transition'
? 'http://reactcommunity.org/react-transition-group/transition/#Transition-props'
? 'https://reactcommunity.org/react-transition-group/transition/#Transition-props'
: `/base-ui/api/${kebabCase(inheritedComponent)}/`,
};
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export function getMaterialUiComponentInfo(filename: string): ComponentInfo {
name: inheritedComponent.replace(/unstyled/i, ''),
apiPathname:
inheritedComponent === 'Transition'
? 'http://reactcommunity.org/react-transition-group/transition/#Transition-props'
? 'https://reactcommunity.org/react-transition-group/transition/#Transition-props'
: `/${
inheritedComponent.match(/unstyled/i) ? 'base-ui' : 'material-ui'
}/api/${kebabCase(inheritedComponent.replace(/unstyled/i, ''))}/`,
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-material-next/src/Menu/Menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ Menu.propTypes /* remove-proptypes */ = {
]),
/**
* Props applied to the transition element.
* By default, the element is based on this [`Transition`](http://reactcommunity.org/react-transition-group/transition/) component.
* By default, the element is based on this [`Transition`](https://reactcommunity.org/react-transition-group/transition/) component.
* @default {}
*/
TransitionProps: PropTypes.object,
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-material-next/src/Menu/Menu.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export interface MenuTypeMap<AdditionalProps = {}, RootComponent extends React.E
transitionDuration?: TransitionProps['timeout'] | 'auto';
/**
* Props applied to the transition element.
* By default, the element is based on this [`Transition`](http://reactcommunity.org/react-transition-group/transition/) component.
* By default, the element is based on this [`Transition`](https://reactcommunity.org/react-transition-group/transition/) component.
* @default {}
*/
TransitionProps?: TransitionProps;
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-material-next/src/Snackbar/Snackbar.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export interface SnackbarProps extends StandardProps<React.HTMLAttributes<HTMLDi
transitionDuration?: TransitionProps['timeout'];
/**
* Props applied to the transition element.
* By default, the element is based on this [`Transition`](http://reactcommunity.org/react-transition-group/transition/) component.
* By default, the element is based on this [`Transition`](https://reactcommunity.org/react-transition-group/transition/) component.
* @default {}
*/
TransitionProps?: TransitionProps;
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-material-next/src/Snackbar/Snackbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ Snackbar.propTypes /* remove-proptypes */ = {
]),
/**
* Props applied to the transition element.
* By default, the element is based on this [`Transition`](http://reactcommunity.org/react-transition-group/transition/) component.
* By default, the element is based on this [`Transition`](https://reactcommunity.org/react-transition-group/transition/) component.
* @default {}
*/
TransitionProps: PropTypes.object,
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-material/src/Accordion/Accordion.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export type AccordionTypeMap<
>;
/**
* Props applied to the transition element.
* By default, the element is based on this [`Transition`](http://reactcommunity.org/react-transition-group/transition/) component.
* By default, the element is based on this [`Transition`](https://reactcommunity.org/react-transition-group/transition/) component.
* @deprecated Use `slotProps.transition` instead. This prop will be removed in v7. [How to migrate](/material-ui/migration/migrating-from-deprecated-apis/).
*/
TransitionProps?: TransitionProps;
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-material/src/Accordion/Accordion.js
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ Accordion.propTypes /* remove-proptypes */ = {
TransitionComponent: PropTypes.elementType,
/**
* Props applied to the transition element.
* By default, the element is based on this [`Transition`](http://reactcommunity.org/react-transition-group/transition/) component.
* By default, the element is based on this [`Transition`](https://reactcommunity.org/react-transition-group/transition/) component.
* @deprecated Use `slotProps.transition` instead. This prop will be removed in v7. [How to migrate](/material-ui/migration/migrating-from-deprecated-apis/).
*/
TransitionProps: PropTypes.object,
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-material/src/Collapse/Collapse.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export interface CollapseProps extends StandardProps<TransitionProps, 'timeout'>
* API:
*
* - [Collapse API](https://mui.com/material-ui/api/collapse/)
* - inherits [Transition API](http://reactcommunity.org/react-transition-group/transition/#Transition-props)
* - inherits [Transition API](https://reactcommunity.org/react-transition-group/transition/#Transition-props)
*/

export default function Collapse(props: CollapseProps): JSX.Element;
2 changes: 1 addition & 1 deletion packages/mui-material/src/Dialog/Dialog.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export interface DialogProps extends StandardProps<ModalProps, 'children'> {
transitionDuration?: TransitionProps['timeout'];
/**
* Props applied to the transition element.
* By default, the element is based on this [`Transition`](http://reactcommunity.org/react-transition-group/transition/) component.
* By default, the element is based on this [`Transition`](https://reactcommunity.org/react-transition-group/transition/) component.
*/
TransitionProps?: TransitionProps;
}
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-material/src/Dialog/Dialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ Dialog.propTypes /* remove-proptypes */ = {
]),
/**
* Props applied to the transition element.
* By default, the element is based on this [`Transition`](http://reactcommunity.org/react-transition-group/transition/) component.
* By default, the element is based on this [`Transition`](https://reactcommunity.org/react-transition-group/transition/) component.
*/
TransitionProps: PropTypes.object,
};
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-material/src/Fade/Fade.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ export interface FadeProps extends Omit<TransitionProps, 'children'> {
* API:
*
* - [Fade API](https://mui.com/material-ui/api/fade/)
* - inherits [Transition API](http://reactcommunity.org/react-transition-group/transition/#Transition-props)
* - inherits [Transition API](https://reactcommunity.org/react-transition-group/transition/#Transition-props)
*/
export default function Fade(props: FadeProps): JSX.Element;
2 changes: 1 addition & 1 deletion packages/mui-material/src/Grow/Grow.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ export interface GrowProps extends Omit<TransitionProps, 'timeout'> {
* API:
*
* - [Grow API](https://mui.com/material-ui/api/grow/)
* - inherits [Transition API](http://reactcommunity.org/react-transition-group/transition/#Transition-props)
* - inherits [Transition API](https://reactcommunity.org/react-transition-group/transition/#Transition-props)
*/
export default function Grow(props: GrowProps): JSX.Element;
2 changes: 1 addition & 1 deletion packages/mui-material/src/Menu/Menu.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export interface MenuProps extends StandardProps<PopoverProps> {
transitionDuration?: TransitionProps['timeout'] | 'auto';
/**
* Props applied to the transition element.
* By default, the element is based on this [`Transition`](http://reactcommunity.org/react-transition-group/transition/) component.
* By default, the element is based on this [`Transition`](https://reactcommunity.org/react-transition-group/transition/) component.
* @default {}
*/
TransitionProps?: TransitionProps;
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-material/src/Menu/Menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ Menu.propTypes /* remove-proptypes */ = {
]),
/**
* Props applied to the transition element.
* By default, the element is based on this [`Transition`](http://reactcommunity.org/react-transition-group/transition/) component.
* By default, the element is based on this [`Transition`](https://reactcommunity.org/react-transition-group/transition/) component.
* @default {}
*/
TransitionProps: PropTypes.object,
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-material/src/Popover/Popover.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ export interface PopoverProps
transitionDuration?: TransitionProps['timeout'] | 'auto';
/**
* Props applied to the transition element.
* By default, the element is based on this [`Transition`](http://reactcommunity.org/react-transition-group/transition/) component.
* By default, the element is based on this [`Transition`](https://reactcommunity.org/react-transition-group/transition/) component.
* @default {}
*/
TransitionProps?: TransitionProps;
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-material/src/Popover/Popover.js
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,7 @@ Popover.propTypes /* remove-proptypes */ = {
]),
/**
* Props applied to the transition element.
* By default, the element is based on this [`Transition`](http://reactcommunity.org/react-transition-group/transition/) component.
* By default, the element is based on this [`Transition`](https://reactcommunity.org/react-transition-group/transition/) component.
* @default {}
*/
TransitionProps: PropTypes.object,
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-material/src/Slide/Slide.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ export interface SlideProps extends TransitionProps {
* API:
*
* - [Slide API](https://mui.com/material-ui/api/slide/)
* - inherits [Transition API](http://reactcommunity.org/react-transition-group/transition/#Transition-props)
* - inherits [Transition API](https://reactcommunity.org/react-transition-group/transition/#Transition-props)
*/
export default function Slide(props: SlideProps): JSX.Element;
2 changes: 1 addition & 1 deletion packages/mui-material/src/Snackbar/Snackbar.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export interface SnackbarProps extends StandardProps<React.HTMLAttributes<HTMLDi
transitionDuration?: TransitionProps['timeout'];
/**
* Props applied to the transition element.
* By default, the element is based on this [`Transition`](http://reactcommunity.org/react-transition-group/transition/) component.
* By default, the element is based on this [`Transition`](https://reactcommunity.org/react-transition-group/transition/) component.
* @default {}
*/
TransitionProps?: TransitionProps;
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-material/src/Snackbar/Snackbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ Snackbar.propTypes /* remove-proptypes */ = {
]),
/**
* Props applied to the transition element.
* By default, the element is based on this [`Transition`](http://reactcommunity.org/react-transition-group/transition/) component.
* By default, the element is based on this [`Transition`](https://reactcommunity.org/react-transition-group/transition/) component.
* @default {}
*/
TransitionProps: PropTypes.object,
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-material/src/SpeedDial/SpeedDial.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export interface SpeedDialProps
transitionDuration?: TransitionProps['timeout'];
/**
* Props applied to the transition element.
* By default, the element is based on this [`Transition`](http://reactcommunity.org/react-transition-group/transition/) component.
* By default, the element is based on this [`Transition`](https://reactcommunity.org/react-transition-group/transition/) component.
*/
TransitionProps?: TransitionProps;
}
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-material/src/SpeedDial/SpeedDial.js
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ SpeedDial.propTypes /* remove-proptypes */ = {
]),
/**
* Props applied to the transition element.
* By default, the element is based on this [`Transition`](http://reactcommunity.org/react-transition-group/transition/) component.
* By default, the element is based on this [`Transition`](https://reactcommunity.org/react-transition-group/transition/) component.
*/
TransitionProps: PropTypes.object,
};
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-material/src/StepContent/StepContent.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export interface StepContentProps extends StandardProps<React.HTMLAttributes<HTM
transitionDuration?: TransitionProps['timeout'] | 'auto';
/**
* Props applied to the transition element.
* By default, the element is based on this [`Transition`](http://reactcommunity.org/react-transition-group/transition/) component.
* By default, the element is based on this [`Transition`](https://reactcommunity.org/react-transition-group/transition/) component.
*/
TransitionProps?: TransitionProps;
}
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-material/src/StepContent/StepContent.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ StepContent.propTypes /* remove-proptypes */ = {
]),
/**
* Props applied to the transition element.
* By default, the element is based on this [`Transition`](http://reactcommunity.org/react-transition-group/transition/) component.
* By default, the element is based on this [`Transition`](https://reactcommunity.org/react-transition-group/transition/) component.
*/
TransitionProps: PropTypes.object,
};
Expand Down

0 comments on commit b6bec6c

Please sign in to comment.