Created
May 15, 2025 08:28
-
-
Save romgrk/98b47d15d498704bd61f89082374c36d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --color -bur mui-master/Accordion/AccordionContext.js mui-new/Accordion/AccordionContext.js | |
--- mui-master/Accordion/AccordionContext.js 2025-05-15 04:27:00.978150724 -0400 | |
+++ mui-new/Accordion/AccordionContext.js 2025-05-15 04:23:53.077302969 -0400 | |
@@ -12,7 +12,5 @@ | |
* @type {React.Context<{} | {expanded: boolean, disabled: boolean, toggle: () => void}>} | |
*/ | |
const AccordionContext = /*#__PURE__*/React.createContext({}); | |
-if (process.env.NODE_ENV !== 'production') { | |
- AccordionContext.displayName = 'AccordionContext'; | |
-} | |
+if (process.env.NODE_ENV !== "production") AccordionContext.displayName = "AccordionContext"; | |
var _default = exports.default = AccordionContext; | |
\ No newline at end of file | |
diff --color -bur mui-master/Accordion/Accordion.js mui-new/Accordion/Accordion.js | |
--- mui-master/Accordion/Accordion.js 2025-05-15 04:27:00.978061661 -0400 | |
+++ mui-new/Accordion/Accordion.js 2025-05-15 04:23:53.077238524 -0400 | |
@@ -238,6 +238,7 @@ | |
})] | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") Accordion.displayName = "Accordion"; | |
process.env.NODE_ENV !== "production" ? Accordion.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/AccordionActions/AccordionActions.js mui-new/AccordionActions/AccordionActions.js | |
--- mui-master/AccordionActions/AccordionActions.js 2025-05-15 04:27:00.978484855 -0400 | |
+++ mui-new/AccordionActions/AccordionActions.js 2025-05-15 04:23:53.077577441 -0400 | |
@@ -70,6 +70,7 @@ | |
...other | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") AccordionActions.displayName = "AccordionActions"; | |
process.env.NODE_ENV !== "production" ? AccordionActions.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/AccordionDetails/AccordionDetails.js mui-new/AccordionDetails/AccordionDetails.js | |
--- mui-master/AccordionDetails/AccordionDetails.js 2025-05-15 04:27:00.978812027 -0400 | |
+++ mui-new/AccordionDetails/AccordionDetails.js 2025-05-15 04:23:53.077830515 -0400 | |
@@ -51,6 +51,7 @@ | |
...other | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") AccordionDetails.displayName = "AccordionDetails"; | |
process.env.NODE_ENV !== "production" ? AccordionDetails.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/AccordionSummary/AccordionSummary.js mui-new/AccordionSummary/AccordionSummary.js | |
--- mui-master/AccordionSummary/AccordionSummary.js 2025-05-15 04:27:00.979109671 -0400 | |
+++ mui-new/AccordionSummary/AccordionSummary.js 2025-05-15 04:23:53.078081004 -0400 | |
@@ -194,6 +194,7 @@ | |
})] | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") AccordionSummary.displayName = "AccordionSummary"; | |
process.env.NODE_ENV !== "production" ? AccordionSummary.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/Alert/Alert.js mui-new/Alert/Alert.js | |
--- mui-master/Alert/Alert.js 2025-05-15 04:27:00.979425847 -0400 | |
+++ mui-new/Alert/Alert.js 2025-05-15 04:23:53.078364130 -0400 | |
@@ -262,6 +262,7 @@ | |
}) : null] | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") Alert.displayName = "Alert"; | |
process.env.NODE_ENV !== "production" ? Alert.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/AlertTitle/AlertTitle.js mui-new/AlertTitle/AlertTitle.js | |
--- mui-master/AlertTitle/AlertTitle.js 2025-05-15 04:27:00.979732676 -0400 | |
+++ mui-new/AlertTitle/AlertTitle.js 2025-05-15 04:23:53.078674710 -0400 | |
@@ -57,6 +57,7 @@ | |
...other | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") AlertTitle.displayName = "AlertTitle"; | |
process.env.NODE_ENV !== "production" ? AlertTitle.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/AppBar/AppBar.js mui-new/AppBar/AppBar.js | |
--- mui-master/AppBar/AppBar.js 2025-05-15 04:27:00.980014750 -0400 | |
+++ mui-new/AppBar/AppBar.js 2025-05-15 04:23:53.078937146 -0400 | |
@@ -190,6 +190,7 @@ | |
...other | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") AppBar.displayName = "AppBar"; | |
process.env.NODE_ENV !== "production" ? AppBar.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/Autocomplete/Autocomplete.js mui-new/Autocomplete/Autocomplete.js | |
--- mui-master/Autocomplete/Autocomplete.js 2025-05-15 04:27:00.980348905 -0400 | |
+++ mui-new/Autocomplete/Autocomplete.js 2025-05-15 04:23:53.079232644 -0400 | |
@@ -626,6 +626,7 @@ | |
children: params.children | |
})] | |
}, params.key); | |
+ if (process.env.NODE_ENV !== "production") defaultRenderGroup.displayName = "defaultRenderGroup"; | |
const renderGroup = renderGroupProp || defaultRenderGroup; | |
const defaultRenderOption = (props2, option) => { | |
// Need to clearly apply key because of https://github.com/vercel/next.js/issues/55642 | |
@@ -638,6 +639,7 @@ | |
children: getOptionLabel(option) | |
}, key); | |
}; | |
+ if (process.env.NODE_ENV !== "production") defaultRenderOption.displayName = "defaultRenderOption"; | |
const renderOption = renderOptionProp || defaultRenderOption; | |
const renderListOption = (option, index) => { | |
const optionProps = getOptionProps({ | |
@@ -745,6 +747,7 @@ | |
}) : null] | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") Autocomplete.displayName = "Autocomplete"; | |
process.env.NODE_ENV !== "production" ? Autocomplete.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/Avatar/Avatar.js mui-new/Avatar/Avatar.js | |
--- mui-master/Avatar/Avatar.js 2025-05-15 04:27:00.980701086 -0400 | |
+++ mui-new/Avatar/Avatar.js 2025-05-15 04:23:53.079627959 -0400 | |
@@ -247,6 +247,7 @@ | |
children: children | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") Avatar.displayName = "Avatar"; | |
process.env.NODE_ENV !== "production" ? Avatar.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/AvatarGroup/AvatarGroup.js mui-new/AvatarGroup/AvatarGroup.js | |
--- mui-master/AvatarGroup/AvatarGroup.js 2025-05-15 04:27:00.980988950 -0400 | |
+++ mui-new/AvatarGroup/AvatarGroup.js 2025-05-15 04:23:53.079926210 -0400 | |
@@ -147,6 +147,7 @@ | |
})] | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") AvatarGroup.displayName = "AvatarGroup"; | |
process.env.NODE_ENV !== "production" ? AvatarGroup.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/Backdrop/Backdrop.js mui-new/Backdrop/Backdrop.js | |
--- mui-master/Backdrop/Backdrop.js 2025-05-15 04:27:00.981393167 -0400 | |
+++ mui-new/Backdrop/Backdrop.js 2025-05-15 04:23:53.080226541 -0400 | |
@@ -119,6 +119,7 @@ | |
}) | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") Backdrop.displayName = "Backdrop"; | |
process.env.NODE_ENV !== "production" ? Backdrop.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/Badge/Badge.js mui-new/Badge/Badge.js | |
--- mui-master/Badge/Badge.js 2025-05-15 04:27:00.981585589 -0400 | |
+++ mui-new/Badge/Badge.js 2025-05-15 04:23:53.080511580 -0400 | |
@@ -325,6 +325,7 @@ | |
})] | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") Badge.displayName = "Badge"; | |
process.env.NODE_ENV !== "production" ? Badge.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/BottomNavigation/BottomNavigation.js mui-new/BottomNavigation/BottomNavigation.js | |
--- mui-master/BottomNavigation/BottomNavigation.js 2025-05-15 04:27:00.981862133 -0400 | |
+++ mui-new/BottomNavigation/BottomNavigation.js 2025-05-15 04:23:53.080968168 -0400 | |
@@ -82,6 +82,7 @@ | |
}) | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") BottomNavigation.displayName = "BottomNavigation"; | |
process.env.NODE_ENV !== "production" ? BottomNavigation.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/BottomNavigationAction/BottomNavigationAction.js mui-new/BottomNavigationAction/BottomNavigationAction.js | |
--- mui-master/BottomNavigationAction/BottomNavigationAction.js 2025-05-15 04:27:00.982032336 -0400 | |
+++ mui-new/BottomNavigationAction/BottomNavigationAction.js 2025-05-15 04:23:53.081275754 -0400 | |
@@ -167,6 +167,7 @@ | |
})] | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") BottomNavigationAction.displayName = "BottomNavigationAction"; | |
process.env.NODE_ENV !== "production" ? BottomNavigationAction.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/Breadcrumbs/Breadcrumbs.js mui-new/Breadcrumbs/Breadcrumbs.js | |
--- mui-master/Breadcrumbs/Breadcrumbs.js 2025-05-15 04:27:00.982406629 -0400 | |
+++ mui-new/Breadcrumbs/Breadcrumbs.js 2025-05-15 04:23:53.081900064 -0400 | |
@@ -145,6 +145,7 @@ | |
onClick: handleClickExpand | |
}, "ellipsis"), ...allItems.slice(allItems.length - itemsAfterCollapse, allItems.length)]; | |
}; | |
+ if (process.env.NODE_ENV !== "production") renderItemsBeforeAndAfter.displayName = "renderItemsBeforeAndAfter"; | |
const allItems = React.Children.toArray(children).filter(child => { | |
if (process.env.NODE_ENV !== 'production') { | |
if ((0, _reactIs.isFragment)(child)) { | |
@@ -171,6 +172,7 @@ | |
}) | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") Breadcrumbs.displayName = "Breadcrumbs"; | |
process.env.NODE_ENV !== "production" ? Breadcrumbs.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/Button/Button.js mui-new/Button/Button.js | |
--- mui-master/Button/Button.js 2025-05-15 04:27:00.982572085 -0400 | |
+++ mui-new/Button/Button.js 2025-05-15 04:23:53.082195273 -0400 | |
@@ -574,6 +574,7 @@ | |
children: [startIcon, loadingPosition !== 'end' && loader, children, loadingPosition === 'end' && loader, endIcon] | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") Button.displayName = "Button"; | |
process.env.NODE_ENV !== "production" ? Button.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/ButtonBase/ButtonBase.js mui-new/ButtonBase/ButtonBase.js | |
--- mui-master/ButtonBase/ButtonBase.js 2025-05-15 04:27:00.982775757 -0400 | |
+++ mui-new/ButtonBase/ButtonBase.js 2025-05-15 04:23:53.082518336 -0400 | |
@@ -281,6 +281,7 @@ | |
}) : null] | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") ButtonBase.displayName = "ButtonBase"; | |
function useRippleHandler(ripple, rippleAction, eventCallback, skipRippleAction = false) { | |
return (0, _useEventCallback.default)(event => { | |
if (eventCallback) { | |
diff --color -bur mui-master/ButtonBase/TouchRipple.js mui-new/ButtonBase/TouchRipple.js | |
--- mui-master/ButtonBase/TouchRipple.js 2025-05-15 04:27:00.982835904 -0400 | |
+++ mui-new/ButtonBase/TouchRipple.js 2025-05-15 04:23:53.082613467 -0400 | |
@@ -313,6 +313,7 @@ | |
}) | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") TouchRipple.displayName = "TouchRipple"; | |
process.env.NODE_ENV !== "production" ? TouchRipple.propTypes /* remove-proptypes */ = { | |
/** | |
* If `true`, the ripple starts at the center of the component | |
diff --color -bur mui-master/ButtonGroup/ButtonGroupButtonContext.js mui-new/ButtonGroup/ButtonGroupButtonContext.js | |
--- mui-master/ButtonGroup/ButtonGroupButtonContext.js 2025-05-15 04:27:00.983103327 -0400 | |
+++ mui-new/ButtonGroup/ButtonGroupButtonContext.js 2025-05-15 04:23:53.083079133 -0400 | |
@@ -11,7 +11,5 @@ | |
* @ignore - internal component. | |
*/ | |
const ButtonGroupButtonContext = /*#__PURE__*/React.createContext(undefined); | |
-if (process.env.NODE_ENV !== 'production') { | |
- ButtonGroupButtonContext.displayName = 'ButtonGroupButtonContext'; | |
-} | |
+if (process.env.NODE_ENV !== "production") ButtonGroupButtonContext.displayName = "ButtonGroupButtonContext"; | |
var _default = exports.default = ButtonGroupButtonContext; | |
\ No newline at end of file | |
diff --color -bur mui-master/ButtonGroup/ButtonGroupContext.js mui-new/ButtonGroup/ButtonGroupContext.js | |
--- mui-master/ButtonGroup/ButtonGroupContext.js 2025-05-15 04:27:00.983130593 -0400 | |
+++ mui-new/ButtonGroup/ButtonGroupContext.js 2025-05-15 04:23:53.083126505 -0400 | |
@@ -11,7 +11,5 @@ | |
* @ignore - internal component. | |
*/ | |
const ButtonGroupContext = /*#__PURE__*/React.createContext({}); | |
-if (process.env.NODE_ENV !== 'production') { | |
- ButtonGroupContext.displayName = 'ButtonGroupContext'; | |
-} | |
+if (process.env.NODE_ENV !== "production") ButtonGroupContext.displayName = "ButtonGroupContext"; | |
var _default = exports.default = ButtonGroupContext; | |
\ No newline at end of file | |
diff --color -bur mui-master/ButtonGroup/ButtonGroup.js mui-new/ButtonGroup/ButtonGroup.js | |
--- mui-master/ButtonGroup/ButtonGroup.js 2025-05-15 04:27:00.983067455 -0400 | |
+++ mui-new/ButtonGroup/ButtonGroup.js 2025-05-15 04:23:53.083017116 -0400 | |
@@ -319,6 +319,7 @@ | |
}) | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") ButtonGroup.displayName = "ButtonGroup"; | |
process.env.NODE_ENV !== "production" ? ButtonGroup.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/Card/Card.js mui-new/Card/Card.js | |
--- mui-master/Card/Card.js 2025-05-15 04:27:00.983338914 -0400 | |
+++ mui-new/Card/Card.js 2025-05-15 04:23:53.083506808 -0400 | |
@@ -55,6 +55,7 @@ | |
...other | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") Card.displayName = "Card"; | |
process.env.NODE_ENV !== "production" ? Card.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/CardActionArea/CardActionArea.js mui-new/CardActionArea/CardActionArea.js | |
--- mui-master/CardActionArea/CardActionArea.js 2025-05-15 04:27:00.983497261 -0400 | |
+++ mui-new/CardActionArea/CardActionArea.js 2025-05-15 04:23:53.083788821 -0400 | |
@@ -116,6 +116,7 @@ | |
})] | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") CardActionArea.displayName = "CardActionArea"; | |
process.env.NODE_ENV !== "production" ? CardActionArea.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/CardActions/CardActions.js mui-new/CardActions/CardActions.js | |
--- mui-master/CardActions/CardActions.js 2025-05-15 04:27:00.983659266 -0400 | |
+++ mui-new/CardActions/CardActions.js 2025-05-15 04:23:53.084070720 -0400 | |
@@ -71,6 +71,7 @@ | |
...other | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") CardActions.displayName = "CardActions"; | |
process.env.NODE_ENV !== "production" ? CardActions.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/CardContent/CardContent.js mui-new/CardContent/CardContent.js | |
--- mui-master/CardContent/CardContent.js 2025-05-15 04:27:00.983824318 -0400 | |
+++ mui-new/CardContent/CardContent.js 2025-05-15 04:23:53.084366222 -0400 | |
@@ -56,6 +56,7 @@ | |
...other | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") CardContent.displayName = "CardContent"; | |
process.env.NODE_ENV !== "production" ? CardContent.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/CardHeader/CardHeader.js mui-new/CardHeader/CardHeader.js | |
--- mui-master/CardHeader/CardHeader.js 2025-05-15 04:27:00.983982393 -0400 | |
+++ mui-new/CardHeader/CardHeader.js 2025-05-15 04:23:53.084637805 -0400 | |
@@ -185,6 +185,7 @@ | |
})] | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") CardHeader.displayName = "CardHeader"; | |
process.env.NODE_ENV !== "production" ? CardHeader.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/CardMedia/CardMedia.js mui-new/CardMedia/CardMedia.js | |
--- mui-master/CardMedia/CardMedia.js 2025-05-15 04:27:00.984187058 -0400 | |
+++ mui-new/CardMedia/CardMedia.js 2025-05-15 04:23:53.084952140 -0400 | |
@@ -101,6 +101,7 @@ | |
children: children | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") CardMedia.displayName = "CardMedia"; | |
process.env.NODE_ENV !== "production" ? CardMedia.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/Checkbox/Checkbox.js mui-new/Checkbox/Checkbox.js | |
--- mui-master/Checkbox/Checkbox.js 2025-05-15 04:27:00.984364562 -0400 | |
+++ mui-new/Checkbox/Checkbox.js 2025-05-15 04:23:53.085243422 -0400 | |
@@ -170,6 +170,7 @@ | |
classes: classes | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") Checkbox.displayName = "Checkbox"; | |
process.env.NODE_ENV !== "production" ? Checkbox.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/Chip/Chip.js mui-new/Chip/Chip.js | |
--- mui-master/Chip/Chip.js 2025-05-15 04:27:00.984554379 -0400 | |
+++ mui-new/Chip/Chip.js 2025-05-15 04:23:53.085552274 -0400 | |
@@ -478,6 +478,7 @@ | |
}), deleteIcon] | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") Chip.displayName = "Chip"; | |
process.env.NODE_ENV !== "production" ? Chip.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/CircularProgress/CircularProgress.js mui-new/CircularProgress/CircularProgress.js | |
--- mui-master/CircularProgress/CircularProgress.js 2025-05-15 04:27:00.984746820 -0400 | |
+++ mui-new/CircularProgress/CircularProgress.js 2025-05-15 04:23:53.085872533 -0400 | |
@@ -224,6 +224,7 @@ | |
}) | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") CircularProgress.displayName = "CircularProgress"; | |
process.env.NODE_ENV !== "production" ? CircularProgress.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/Collapse/Collapse.js mui-new/Collapse/Collapse.js | |
--- mui-master/Collapse/Collapse.js 2025-05-15 04:27:00.985039485 -0400 | |
+++ mui-new/Collapse/Collapse.js 2025-05-15 04:23:53.086395354 -0400 | |
@@ -315,6 +315,7 @@ | |
}) | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") Collapse.displayName = "Collapse"; | |
process.env.NODE_ENV !== "production" ? Collapse.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/Dialog/DialogContext.js mui-new/Dialog/DialogContext.js | |
--- mui-master/Dialog/DialogContext.js 2025-05-15 04:27:00.985693707 -0400 | |
+++ mui-new/Dialog/DialogContext.js 2025-05-15 04:23:53.087446081 -0400 | |
@@ -8,7 +8,5 @@ | |
exports.default = void 0; | |
var React = _interopRequireWildcard(require("react")); | |
const DialogContext = /*#__PURE__*/React.createContext({}); | |
-if (process.env.NODE_ENV !== 'production') { | |
- DialogContext.displayName = 'DialogContext'; | |
-} | |
+if (process.env.NODE_ENV !== "production") DialogContext.displayName = "DialogContext"; | |
var _default = exports.default = DialogContext; | |
\ No newline at end of file | |
diff --color -bur mui-master/Dialog/Dialog.js mui-new/Dialog/Dialog.js | |
--- mui-master/Dialog/Dialog.js 2025-05-15 04:27:00.985649894 -0400 | |
+++ mui-new/Dialog/Dialog.js 2025-05-15 04:23:53.087386819 -0400 | |
@@ -358,6 +358,7 @@ | |
}) | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") Dialog.displayName = "Dialog"; | |
process.env.NODE_ENV !== "production" ? Dialog.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/DialogActions/DialogActions.js mui-new/DialogActions/DialogActions.js | |
--- mui-master/DialogActions/DialogActions.js 2025-05-15 04:27:00.985891143 -0400 | |
+++ mui-new/DialogActions/DialogActions.js 2025-05-15 04:23:53.087730424 -0400 | |
@@ -73,6 +73,7 @@ | |
...other | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") DialogActions.displayName = "DialogActions"; | |
process.env.NODE_ENV !== "production" ? DialogActions.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/DialogContent/DialogContent.js mui-new/DialogContent/DialogContent.js | |
--- mui-master/DialogContent/DialogContent.js 2025-05-15 04:27:00.986067293 -0400 | |
+++ mui-new/DialogContent/DialogContent.js 2025-05-15 04:23:53.088001668 -0400 | |
@@ -86,6 +86,7 @@ | |
...other | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") DialogContent.displayName = "DialogContent"; | |
process.env.NODE_ENV !== "production" ? DialogContent.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/DialogContentText/DialogContentText.js mui-new/DialogContentText/DialogContentText.js | |
--- mui-master/DialogContentText/DialogContentText.js 2025-05-15 04:27:00.986252221 -0400 | |
+++ mui-new/DialogContentText/DialogContentText.js 2025-05-15 04:23:53.088284640 -0400 | |
@@ -58,6 +58,7 @@ | |
classes: classes | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") DialogContentText.displayName = "DialogContentText"; | |
process.env.NODE_ENV !== "production" ? DialogContentText.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/DialogTitle/DialogTitle.js mui-new/DialogTitle/DialogTitle.js | |
--- mui-master/DialogTitle/DialogTitle.js 2025-05-15 04:27:00.986436162 -0400 | |
+++ mui-new/DialogTitle/DialogTitle.js 2025-05-15 04:23:53.088519464 -0400 | |
@@ -58,6 +58,7 @@ | |
...other | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") DialogTitle.displayName = "DialogTitle"; | |
process.env.NODE_ENV !== "production" ? DialogTitle.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/Divider/Divider.js mui-new/Divider/Divider.js | |
--- mui-master/Divider/Divider.js 2025-05-15 04:27:00.986630505 -0400 | |
+++ mui-new/Divider/Divider.js 2025-05-15 04:23:53.088764452 -0400 | |
@@ -252,6 +252,7 @@ | |
* The following flag is used to ensure that this component isn't tabbable i.e. | |
* does not get highlight/focus inside of MUI List. | |
*/ | |
+if (process.env.NODE_ENV !== "production") Divider.displayName = "Divider"; | |
if (Divider) { | |
Divider.muiSkipListHighlight = true; | |
} | |
diff --color -bur mui-master/Drawer/Drawer.js mui-new/Drawer/Drawer.js | |
--- mui-master/Drawer/Drawer.js 2025-05-15 04:27:00.986821600 -0400 | |
+++ mui-new/Drawer/Drawer.js 2025-05-15 04:23:53.089008655 -0400 | |
@@ -330,6 +330,7 @@ | |
children: slidingDrawer | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") Drawer.displayName = "Drawer"; | |
process.env.NODE_ENV !== "production" ? Drawer.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/Accordion/AccordionContext.js mui-new/esm/Accordion/AccordionContext.js | |
--- mui-master/esm/Accordion/AccordionContext.js 2025-05-15 04:27:01.006279010 -0400 | |
+++ mui-new/esm/Accordion/AccordionContext.js 2025-05-15 04:23:53.106436861 -0400 | |
@@ -7,7 +7,5 @@ | |
* @type {React.Context<{} | {expanded: boolean, disabled: boolean, toggle: () => void}>} | |
*/ | |
const AccordionContext = /*#__PURE__*/React.createContext({}); | |
-if (process.env.NODE_ENV !== 'production') { | |
- AccordionContext.displayName = 'AccordionContext'; | |
-} | |
+if (process.env.NODE_ENV !== "production") AccordionContext.displayName = "AccordionContext"; | |
export default AccordionContext; | |
\ No newline at end of file | |
diff --color -bur mui-master/esm/Accordion/Accordion.js mui-new/esm/Accordion/Accordion.js | |
--- mui-master/esm/Accordion/Accordion.js 2025-05-15 04:27:01.006263823 -0400 | |
+++ mui-new/esm/Accordion/Accordion.js 2025-05-15 04:23:53.106423117 -0400 | |
@@ -231,6 +231,7 @@ | |
})] | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") Accordion.displayName = "Accordion"; | |
process.env.NODE_ENV !== "production" ? Accordion.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/AccordionActions/AccordionActions.js mui-new/esm/AccordionActions/AccordionActions.js | |
--- mui-master/esm/AccordionActions/AccordionActions.js 2025-05-15 04:27:01.006352951 -0400 | |
+++ mui-new/esm/AccordionActions/AccordionActions.js 2025-05-15 04:23:53.106510779 -0400 | |
@@ -63,6 +63,7 @@ | |
...other | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") AccordionActions.displayName = "AccordionActions"; | |
process.env.NODE_ENV !== "production" ? AccordionActions.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/AccordionDetails/AccordionDetails.js mui-new/esm/AccordionDetails/AccordionDetails.js | |
--- mui-master/esm/AccordionDetails/AccordionDetails.js 2025-05-15 04:27:01.006425924 -0400 | |
+++ mui-new/esm/AccordionDetails/AccordionDetails.js 2025-05-15 04:23:53.106583381 -0400 | |
@@ -44,6 +44,7 @@ | |
...other | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") AccordionDetails.displayName = "AccordionDetails"; | |
process.env.NODE_ENV !== "production" ? AccordionDetails.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/AccordionSummary/AccordionSummary.js mui-new/esm/AccordionSummary/AccordionSummary.js | |
--- mui-master/esm/AccordionSummary/AccordionSummary.js 2025-05-15 04:27:01.006504043 -0400 | |
+++ mui-new/esm/AccordionSummary/AccordionSummary.js 2025-05-15 04:23:53.106658152 -0400 | |
@@ -187,6 +187,7 @@ | |
})] | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") AccordionSummary.displayName = "AccordionSummary"; | |
process.env.NODE_ENV !== "production" ? AccordionSummary.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/Alert/Alert.js mui-new/esm/Alert/Alert.js | |
--- mui-master/esm/Alert/Alert.js 2025-05-15 04:27:01.006577460 -0400 | |
+++ mui-new/esm/Alert/Alert.js 2025-05-15 04:23:53.106734818 -0400 | |
@@ -255,6 +255,7 @@ | |
}) : null] | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") Alert.displayName = "Alert"; | |
process.env.NODE_ENV !== "production" ? Alert.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/AlertTitle/AlertTitle.js mui-new/esm/AlertTitle/AlertTitle.js | |
--- mui-master/esm/AlertTitle/AlertTitle.js 2025-05-15 04:27:01.006663516 -0400 | |
+++ mui-new/esm/AlertTitle/AlertTitle.js 2025-05-15 04:23:53.106836083 -0400 | |
@@ -50,6 +50,7 @@ | |
...other | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") AlertTitle.displayName = "AlertTitle"; | |
process.env.NODE_ENV !== "production" ? AlertTitle.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/AppBar/AppBar.js mui-new/esm/AppBar/AppBar.js | |
--- mui-master/esm/AppBar/AppBar.js 2025-05-15 04:27:01.006737250 -0400 | |
+++ mui-new/esm/AppBar/AppBar.js 2025-05-15 04:23:53.106907091 -0400 | |
@@ -183,6 +183,7 @@ | |
...other | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") AppBar.displayName = "AppBar"; | |
process.env.NODE_ENV !== "production" ? AppBar.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/Autocomplete/Autocomplete.js mui-new/esm/Autocomplete/Autocomplete.js | |
--- mui-master/esm/Autocomplete/Autocomplete.js 2025-05-15 04:27:01.006818739 -0400 | |
+++ mui-new/esm/Autocomplete/Autocomplete.js 2025-05-15 04:23:53.106988069 -0400 | |
@@ -614,6 +614,7 @@ | |
children: params.children | |
})] | |
}, params.key); | |
+ if (process.env.NODE_ENV !== "production") defaultRenderGroup.displayName = "defaultRenderGroup"; | |
const renderGroup = renderGroupProp || defaultRenderGroup; | |
const defaultRenderOption = (props2, option) => { | |
// Need to clearly apply key because of https://github.com/vercel/next.js/issues/55642 | |
@@ -626,6 +627,7 @@ | |
children: getOptionLabel(option) | |
}, key); | |
}; | |
+ if (process.env.NODE_ENV !== "production") defaultRenderOption.displayName = "defaultRenderOption"; | |
const renderOption = renderOptionProp || defaultRenderOption; | |
const renderListOption = (option, index) => { | |
const optionProps = getOptionProps({ | |
@@ -733,6 +735,7 @@ | |
}) : null] | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") Autocomplete.displayName = "Autocomplete"; | |
process.env.NODE_ENV !== "production" ? Autocomplete.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/Avatar/Avatar.js mui-new/esm/Avatar/Avatar.js | |
--- mui-master/esm/Avatar/Avatar.js 2025-05-15 04:27:01.006917462 -0400 | |
+++ mui-new/esm/Avatar/Avatar.js 2025-05-15 04:23:53.107077583 -0400 | |
@@ -240,6 +240,7 @@ | |
children: children | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") Avatar.displayName = "Avatar"; | |
process.env.NODE_ENV !== "production" ? Avatar.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/AvatarGroup/AvatarGroup.js mui-new/esm/AvatarGroup/AvatarGroup.js | |
--- mui-master/esm/AvatarGroup/AvatarGroup.js 2025-05-15 04:27:01.006993081 -0400 | |
+++ mui-new/esm/AvatarGroup/AvatarGroup.js 2025-05-15 04:23:53.107156388 -0400 | |
@@ -140,6 +140,7 @@ | |
})] | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") AvatarGroup.displayName = "AvatarGroup"; | |
process.env.NODE_ENV !== "production" ? AvatarGroup.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/Backdrop/Backdrop.js mui-new/esm/Backdrop/Backdrop.js | |
--- mui-master/esm/Backdrop/Backdrop.js 2025-05-15 04:27:01.007070518 -0400 | |
+++ mui-new/esm/Backdrop/Backdrop.js 2025-05-15 04:23:53.107236244 -0400 | |
@@ -112,6 +112,7 @@ | |
}) | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") Backdrop.displayName = "Backdrop"; | |
process.env.NODE_ENV !== "production" ? Backdrop.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/Badge/Badge.js mui-new/esm/Badge/Badge.js | |
--- mui-master/esm/Badge/Badge.js 2025-05-15 04:27:01.007157170 -0400 | |
+++ mui-new/esm/Badge/Badge.js 2025-05-15 04:23:53.107321230 -0400 | |
@@ -318,6 +318,7 @@ | |
})] | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") Badge.displayName = "Badge"; | |
process.env.NODE_ENV !== "production" ? Badge.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/BottomNavigation/BottomNavigation.js mui-new/esm/BottomNavigation/BottomNavigation.js | |
--- mui-master/esm/BottomNavigation/BottomNavigation.js 2025-05-15 04:27:01.007276277 -0400 | |
+++ mui-new/esm/BottomNavigation/BottomNavigation.js 2025-05-15 04:23:53.107442568 -0400 | |
@@ -75,6 +75,7 @@ | |
}) | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") BottomNavigation.displayName = "BottomNavigation"; | |
process.env.NODE_ENV !== "production" ? BottomNavigation.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/BottomNavigationAction/BottomNavigationAction.js mui-new/esm/BottomNavigationAction/BottomNavigationAction.js | |
--- mui-master/esm/BottomNavigationAction/BottomNavigationAction.js 2025-05-15 04:27:01.007352278 -0400 | |
+++ mui-new/esm/BottomNavigationAction/BottomNavigationAction.js 2025-05-15 04:23:53.107518252 -0400 | |
@@ -160,6 +160,7 @@ | |
})] | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") BottomNavigationAction.displayName = "BottomNavigationAction"; | |
process.env.NODE_ENV !== "production" ? BottomNavigationAction.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/Breadcrumbs/Breadcrumbs.js mui-new/esm/Breadcrumbs/Breadcrumbs.js | |
--- mui-master/esm/Breadcrumbs/Breadcrumbs.js 2025-05-15 04:27:01.007519327 -0400 | |
+++ mui-new/esm/Breadcrumbs/Breadcrumbs.js 2025-05-15 04:23:53.107687457 -0400 | |
@@ -138,6 +138,7 @@ | |
onClick: handleClickExpand | |
}, "ellipsis"), ...allItems.slice(allItems.length - itemsAfterCollapse, allItems.length)]; | |
}; | |
+ if (process.env.NODE_ENV !== "production") renderItemsBeforeAndAfter.displayName = "renderItemsBeforeAndAfter"; | |
const allItems = React.Children.toArray(children).filter(child => { | |
if (process.env.NODE_ENV !== 'production') { | |
if (isFragment(child)) { | |
@@ -164,6 +165,7 @@ | |
}) | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") Breadcrumbs.displayName = "Breadcrumbs"; | |
process.env.NODE_ENV !== "production" ? Breadcrumbs.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/Button/Button.js mui-new/esm/Button/Button.js | |
--- mui-master/esm/Button/Button.js 2025-05-15 04:27:01.007594306 -0400 | |
+++ mui-new/esm/Button/Button.js 2025-05-15 04:23:53.107762202 -0400 | |
@@ -567,6 +567,7 @@ | |
children: [startIcon, loadingPosition !== 'end' && loader, children, loadingPosition === 'end' && loader, endIcon] | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") Button.displayName = "Button"; | |
process.env.NODE_ENV !== "production" ? Button.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/ButtonBase/ButtonBase.js mui-new/esm/ButtonBase/ButtonBase.js | |
--- mui-master/esm/ButtonBase/ButtonBase.js 2025-05-15 04:27:01.007692842 -0400 | |
+++ mui-new/esm/ButtonBase/ButtonBase.js 2025-05-15 04:23:53.107857678 -0400 | |
@@ -274,6 +274,7 @@ | |
}) : null] | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") ButtonBase.displayName = "ButtonBase"; | |
function useRippleHandler(ripple, rippleAction, eventCallback, skipRippleAction = false) { | |
return useEventCallback(event => { | |
if (eventCallback) { | |
diff --color -bur mui-master/esm/ButtonBase/TouchRipple.js mui-new/esm/ButtonBase/TouchRipple.js | |
--- mui-master/esm/ButtonBase/TouchRipple.js 2025-05-15 04:27:01.007727531 -0400 | |
+++ mui-new/esm/ButtonBase/TouchRipple.js 2025-05-15 04:23:53.107886651 -0400 | |
@@ -306,6 +306,7 @@ | |
}) | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") TouchRipple.displayName = "TouchRipple"; | |
process.env.NODE_ENV !== "production" ? TouchRipple.propTypes /* remove-proptypes */ = { | |
/** | |
* If `true`, the ripple starts at the center of the component | |
diff --color -bur mui-master/esm/ButtonGroup/ButtonGroupButtonContext.js mui-new/esm/ButtonGroup/ButtonGroupButtonContext.js | |
--- mui-master/esm/ButtonGroup/ButtonGroupButtonContext.js 2025-05-15 04:27:01.007859251 -0400 | |
+++ mui-new/esm/ButtonGroup/ButtonGroupButtonContext.js 2025-05-15 04:23:53.108015516 -0400 | |
@@ -5,7 +5,5 @@ | |
* @ignore - internal component. | |
*/ | |
const ButtonGroupButtonContext = /*#__PURE__*/React.createContext(undefined); | |
-if (process.env.NODE_ENV !== 'production') { | |
- ButtonGroupButtonContext.displayName = 'ButtonGroupButtonContext'; | |
-} | |
+if (process.env.NODE_ENV !== "production") ButtonGroupButtonContext.displayName = "ButtonGroupButtonContext"; | |
export default ButtonGroupButtonContext; | |
\ No newline at end of file | |
diff --color -bur mui-master/esm/ButtonGroup/ButtonGroupContext.js mui-new/esm/ButtonGroup/ButtonGroupContext.js | |
--- mui-master/esm/ButtonGroup/ButtonGroupContext.js 2025-05-15 04:27:01.007868879 -0400 | |
+++ mui-new/esm/ButtonGroup/ButtonGroupContext.js 2025-05-15 04:23:53.108024721 -0400 | |
@@ -5,7 +5,5 @@ | |
* @ignore - internal component. | |
*/ | |
const ButtonGroupContext = /*#__PURE__*/React.createContext({}); | |
-if (process.env.NODE_ENV !== 'production') { | |
- ButtonGroupContext.displayName = 'ButtonGroupContext'; | |
-} | |
+if (process.env.NODE_ENV !== "production") ButtonGroupContext.displayName = "ButtonGroupContext"; | |
export default ButtonGroupContext; | |
\ No newline at end of file | |
diff --color -bur mui-master/esm/ButtonGroup/ButtonGroup.js mui-new/esm/ButtonGroup/ButtonGroup.js | |
--- mui-master/esm/ButtonGroup/ButtonGroup.js 2025-05-15 04:27:01.007840435 -0400 | |
+++ mui-new/esm/ButtonGroup/ButtonGroup.js 2025-05-15 04:23:53.107997518 -0400 | |
@@ -312,6 +312,7 @@ | |
}) | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") ButtonGroup.displayName = "ButtonGroup"; | |
process.env.NODE_ENV !== "production" ? ButtonGroup.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/Card/Card.js mui-new/esm/Card/Card.js | |
--- mui-master/esm/Card/Card.js 2025-05-15 04:27:01.007964974 -0400 | |
+++ mui-new/esm/Card/Card.js 2025-05-15 04:23:53.108124737 -0400 | |
@@ -48,6 +48,7 @@ | |
...other | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") Card.displayName = "Card"; | |
process.env.NODE_ENV !== "production" ? Card.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/CardActionArea/CardActionArea.js mui-new/esm/CardActionArea/CardActionArea.js | |
--- mui-master/esm/CardActionArea/CardActionArea.js 2025-05-15 04:27:01.008041199 -0400 | |
+++ mui-new/esm/CardActionArea/CardActionArea.js 2025-05-15 04:23:53.108205462 -0400 | |
@@ -109,6 +109,7 @@ | |
})] | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") CardActionArea.displayName = "CardActionArea"; | |
process.env.NODE_ENV !== "production" ? CardActionArea.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/CardActions/CardActions.js mui-new/esm/CardActions/CardActions.js | |
--- mui-master/esm/CardActions/CardActions.js 2025-05-15 04:27:01.008124862 -0400 | |
+++ mui-new/esm/CardActions/CardActions.js 2025-05-15 04:23:53.108285906 -0400 | |
@@ -64,6 +64,7 @@ | |
...other | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") CardActions.displayName = "CardActions"; | |
process.env.NODE_ENV !== "production" ? CardActions.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/CardContent/CardContent.js mui-new/esm/CardContent/CardContent.js | |
--- mui-master/esm/CardContent/CardContent.js 2025-05-15 04:27:01.008195273 -0400 | |
+++ mui-new/esm/CardContent/CardContent.js 2025-05-15 04:23:53.108357047 -0400 | |
@@ -49,6 +49,7 @@ | |
...other | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") CardContent.displayName = "CardContent"; | |
process.env.NODE_ENV !== "production" ? CardContent.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/CardHeader/CardHeader.js mui-new/esm/CardHeader/CardHeader.js | |
--- mui-master/esm/CardHeader/CardHeader.js 2025-05-15 04:27:01.008269805 -0400 | |
+++ mui-new/esm/CardHeader/CardHeader.js 2025-05-15 04:23:53.108431742 -0400 | |
@@ -178,6 +178,7 @@ | |
})] | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") CardHeader.displayName = "CardHeader"; | |
process.env.NODE_ENV !== "production" ? CardHeader.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/CardMedia/CardMedia.js mui-new/esm/CardMedia/CardMedia.js | |
--- mui-master/esm/CardMedia/CardMedia.js 2025-05-15 04:27:01.008356793 -0400 | |
+++ mui-new/esm/CardMedia/CardMedia.js 2025-05-15 04:23:53.108512817 -0400 | |
@@ -94,6 +94,7 @@ | |
children: children | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") CardMedia.displayName = "CardMedia"; | |
process.env.NODE_ENV !== "production" ? CardMedia.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/Checkbox/Checkbox.js mui-new/esm/Checkbox/Checkbox.js | |
--- mui-master/esm/Checkbox/Checkbox.js 2025-05-15 04:27:01.008432258 -0400 | |
+++ mui-new/esm/Checkbox/Checkbox.js 2025-05-15 04:23:53.108587266 -0400 | |
@@ -163,6 +163,7 @@ | |
classes: classes | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") Checkbox.displayName = "Checkbox"; | |
process.env.NODE_ENV !== "production" ? Checkbox.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/Chip/Chip.js mui-new/esm/Chip/Chip.js | |
--- mui-master/esm/Chip/Chip.js 2025-05-15 04:27:01.008517093 -0400 | |
+++ mui-new/esm/Chip/Chip.js 2025-05-15 04:23:53.108665704 -0400 | |
@@ -471,6 +471,7 @@ | |
}), deleteIcon] | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") Chip.displayName = "Chip"; | |
process.env.NODE_ENV !== "production" ? Chip.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/CircularProgress/CircularProgress.js mui-new/esm/CircularProgress/CircularProgress.js | |
--- mui-master/esm/CircularProgress/CircularProgress.js 2025-05-15 04:27:01.008613882 -0400 | |
+++ mui-new/esm/CircularProgress/CircularProgress.js 2025-05-15 04:23:53.108755500 -0400 | |
@@ -217,6 +217,7 @@ | |
}) | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") CircularProgress.displayName = "CircularProgress"; | |
process.env.NODE_ENV !== "production" ? CircularProgress.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/Collapse/Collapse.js mui-new/esm/Collapse/Collapse.js | |
--- mui-master/esm/Collapse/Collapse.js 2025-05-15 04:27:01.008753819 -0400 | |
+++ mui-new/esm/Collapse/Collapse.js 2025-05-15 04:23:53.108890398 -0400 | |
@@ -308,6 +308,7 @@ | |
}) | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") Collapse.displayName = "Collapse"; | |
process.env.NODE_ENV !== "production" ? Collapse.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/Dialog/DialogContext.js mui-new/esm/Dialog/DialogContext.js | |
--- mui-master/esm/Dialog/DialogContext.js 2025-05-15 04:27:01.009038823 -0400 | |
+++ mui-new/esm/Dialog/DialogContext.js 2025-05-15 04:23:53.109172133 -0400 | |
@@ -2,7 +2,5 @@ | |
import * as React from 'react'; | |
const DialogContext = /*#__PURE__*/React.createContext({}); | |
-if (process.env.NODE_ENV !== 'production') { | |
- DialogContext.displayName = 'DialogContext'; | |
-} | |
+if (process.env.NODE_ENV !== "production") DialogContext.displayName = "DialogContext"; | |
export default DialogContext; | |
\ No newline at end of file | |
diff --color -bur mui-master/esm/Dialog/Dialog.js mui-new/esm/Dialog/Dialog.js | |
--- mui-master/esm/Dialog/Dialog.js 2025-05-15 04:27:01.009019164 -0400 | |
+++ mui-new/esm/Dialog/Dialog.js 2025-05-15 04:23:53.109153776 -0400 | |
@@ -351,6 +351,7 @@ | |
}) | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") Dialog.displayName = "Dialog"; | |
process.env.NODE_ENV !== "production" ? Dialog.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/DialogActions/DialogActions.js mui-new/esm/DialogActions/DialogActions.js | |
--- mui-master/esm/DialogActions/DialogActions.js 2025-05-15 04:27:01.009129187 -0400 | |
+++ mui-new/esm/DialogActions/DialogActions.js 2025-05-15 04:23:53.109251220 -0400 | |
@@ -66,6 +66,7 @@ | |
...other | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") DialogActions.displayName = "DialogActions"; | |
process.env.NODE_ENV !== "production" ? DialogActions.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/DialogContent/DialogContent.js mui-new/esm/DialogContent/DialogContent.js | |
--- mui-master/esm/DialogContent/DialogContent.js 2025-05-15 04:27:01.009203870 -0400 | |
+++ mui-new/esm/DialogContent/DialogContent.js 2025-05-15 04:23:53.109324304 -0400 | |
@@ -79,6 +79,7 @@ | |
...other | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") DialogContent.displayName = "DialogContent"; | |
process.env.NODE_ENV !== "production" ? DialogContent.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/DialogContentText/DialogContentText.js mui-new/esm/DialogContentText/DialogContentText.js | |
--- mui-master/esm/DialogContentText/DialogContentText.js 2025-05-15 04:27:01.009281289 -0400 | |
+++ mui-new/esm/DialogContentText/DialogContentText.js 2025-05-15 04:23:53.109399683 -0400 | |
@@ -51,6 +51,7 @@ | |
classes: classes | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") DialogContentText.displayName = "DialogContentText"; | |
process.env.NODE_ENV !== "production" ? DialogContentText.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/DialogTitle/DialogTitle.js mui-new/esm/DialogTitle/DialogTitle.js | |
--- mui-master/esm/DialogTitle/DialogTitle.js 2025-05-15 04:27:01.009354806 -0400 | |
+++ mui-new/esm/DialogTitle/DialogTitle.js 2025-05-15 04:23:53.109471105 -0400 | |
@@ -51,6 +51,7 @@ | |
...other | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") DialogTitle.displayName = "DialogTitle"; | |
process.env.NODE_ENV !== "production" ? DialogTitle.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/Divider/Divider.js mui-new/esm/Divider/Divider.js | |
--- mui-master/esm/Divider/Divider.js 2025-05-15 04:27:01.009426423 -0400 | |
+++ mui-new/esm/Divider/Divider.js 2025-05-15 04:23:53.109542156 -0400 | |
@@ -245,6 +245,7 @@ | |
* The following flag is used to ensure that this component isn't tabbable i.e. | |
* does not get highlight/focus inside of MUI List. | |
*/ | |
+if (process.env.NODE_ENV !== "production") Divider.displayName = "Divider"; | |
if (Divider) { | |
Divider.muiSkipListHighlight = true; | |
} | |
diff --color -bur mui-master/esm/Drawer/Drawer.js mui-new/esm/Drawer/Drawer.js | |
--- mui-master/esm/Drawer/Drawer.js 2025-05-15 04:27:01.009505464 -0400 | |
+++ mui-new/esm/Drawer/Drawer.js 2025-05-15 04:23:53.109621033 -0400 | |
@@ -321,6 +321,7 @@ | |
children: slidingDrawer | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") Drawer.displayName = "Drawer"; | |
process.env.NODE_ENV !== "production" ? Drawer.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/Fab/Fab.js mui-new/esm/Fab/Fab.js | |
--- mui-master/esm/Fab/Fab.js 2025-05-15 04:27:01.009591874 -0400 | |
+++ mui-new/esm/Fab/Fab.js 2025-05-15 04:23:53.109708612 -0400 | |
@@ -200,6 +200,7 @@ | |
children: children | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") Fab.displayName = "Fab"; | |
process.env.NODE_ENV !== "production" ? Fab.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/Fade/Fade.js mui-new/esm/Fade/Fade.js | |
--- mui-master/esm/Fade/Fade.js 2025-05-15 04:27:01.009667955 -0400 | |
+++ mui-new/esm/Fade/Fade.js 2025-05-15 04:23:53.109785367 -0400 | |
@@ -132,6 +132,7 @@ | |
} | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") Fade.displayName = "Fade"; | |
process.env.NODE_ENV !== "production" ? Fade.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/FilledInput/FilledInput.js mui-new/esm/FilledInput/FilledInput.js | |
--- mui-master/esm/FilledInput/FilledInput.js 2025-05-15 04:27:01.009724858 -0400 | |
+++ mui-new/esm/FilledInput/FilledInput.js 2025-05-15 04:23:53.109840207 -0400 | |
@@ -320,6 +320,7 @@ | |
classes: classes | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") FilledInput.displayName = "FilledInput"; | |
process.env.NODE_ENV !== "production" ? FilledInput.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/FormControl/FormControlContext.js mui-new/esm/FormControl/FormControlContext.js | |
--- mui-master/esm/FormControl/FormControlContext.js 2025-05-15 04:27:01.009822884 -0400 | |
+++ mui-new/esm/FormControl/FormControlContext.js 2025-05-15 04:23:53.109938748 -0400 | |
@@ -5,7 +5,5 @@ | |
* @ignore - internal component. | |
*/ | |
const FormControlContext = /*#__PURE__*/React.createContext(undefined); | |
-if (process.env.NODE_ENV !== 'production') { | |
- FormControlContext.displayName = 'FormControlContext'; | |
-} | |
+if (process.env.NODE_ENV !== "production") FormControlContext.displayName = "FormControlContext"; | |
export default FormControlContext; | |
\ No newline at end of file | |
diff --color -bur mui-master/esm/FormControl/FormControl.js mui-new/esm/FormControl/FormControl.js | |
--- mui-master/esm/FormControl/FormControl.js 2025-05-15 04:27:01.009806013 -0400 | |
+++ mui-new/esm/FormControl/FormControl.js 2025-05-15 04:23:53.109922425 -0400 | |
@@ -222,6 +222,7 @@ | |
}) | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") FormControl.displayName = "FormControl"; | |
process.env.NODE_ENV !== "production" ? FormControl.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/FormControlLabel/FormControlLabel.js mui-new/esm/FormControlLabel/FormControlLabel.js | |
--- mui-master/esm/FormControlLabel/FormControlLabel.js 2025-05-15 04:27:01.009939269 -0400 | |
+++ mui-new/esm/FormControlLabel/FormControlLabel.js 2025-05-15 04:23:53.110061225 -0400 | |
@@ -191,6 +191,7 @@ | |
}) : label] | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") FormControlLabel.displayName = "FormControlLabel"; | |
process.env.NODE_ENV !== "production" ? FormControlLabel.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/FormGroup/FormGroup.js mui-new/esm/FormGroup/FormGroup.js | |
--- mui-master/esm/FormGroup/FormGroup.js 2025-05-15 04:27:01.010017550 -0400 | |
+++ mui-new/esm/FormGroup/FormGroup.js 2025-05-15 04:23:53.110141555 -0400 | |
@@ -78,6 +78,7 @@ | |
...other | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") FormGroup.displayName = "FormGroup"; | |
process.env.NODE_ENV !== "production" ? FormGroup.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/FormHelperText/FormHelperText.js mui-new/esm/FormHelperText/FormHelperText.js | |
--- mui-master/esm/FormHelperText/FormHelperText.js 2025-05-15 04:27:01.010090091 -0400 | |
+++ mui-new/esm/FormHelperText/FormHelperText.js 2025-05-15 04:23:53.110213960 -0400 | |
@@ -125,6 +125,7 @@ | |
})) : children | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") FormHelperText.displayName = "FormHelperText"; | |
process.env.NODE_ENV !== "production" ? FormHelperText.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/FormLabel/FormLabel.js mui-new/esm/FormLabel/FormLabel.js | |
--- mui-master/esm/FormLabel/FormLabel.js 2025-05-15 04:27:01.010175911 -0400 | |
+++ mui-new/esm/FormLabel/FormLabel.js 2025-05-15 04:23:53.110289347 -0400 | |
@@ -125,6 +125,7 @@ | |
})] | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") FormLabel.displayName = "FormLabel"; | |
process.env.NODE_ENV !== "production" ? FormLabel.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/GridLegacy/GridLegacyContext.js mui-new/esm/GridLegacy/GridLegacyContext.js | |
--- mui-master/esm/GridLegacy/GridLegacyContext.js 2025-05-15 04:27:01.010412287 -0400 | |
+++ mui-new/esm/GridLegacy/GridLegacyContext.js 2025-05-15 04:23:53.110514170 -0400 | |
@@ -6,7 +6,5 @@ | |
* @ignore - internal component. | |
*/ | |
const GridLegacyContext = /*#__PURE__*/React.createContext(); | |
-if (process.env.NODE_ENV !== 'production') { | |
- GridLegacyContext.displayName = 'GridLegacyContext'; | |
-} | |
+if (process.env.NODE_ENV !== "production") GridLegacyContext.displayName = "GridLegacyContext"; | |
export default GridLegacyContext; | |
\ No newline at end of file | |
diff --color -bur mui-master/esm/GridLegacy/GridLegacy.js mui-new/esm/GridLegacy/GridLegacy.js | |
--- mui-master/esm/GridLegacy/GridLegacy.js 2025-05-15 04:27:01.010391753 -0400 | |
+++ mui-new/esm/GridLegacy/GridLegacy.js 2025-05-15 04:23:53.110494144 -0400 | |
@@ -441,6 +441,7 @@ | |
}) | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") GridLegacy.displayName = "GridLegacy"; | |
process.env.NODE_ENV !== "production" ? GridLegacy.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/Grow/Grow.js mui-new/esm/Grow/Grow.js | |
--- mui-master/esm/Grow/Grow.js 2025-05-15 04:27:01.010492851 -0400 | |
+++ mui-new/esm/Grow/Grow.js 2025-05-15 04:23:53.110582395 -0400 | |
@@ -182,6 +182,7 @@ | |
} | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") Grow.displayName = "Grow"; | |
process.env.NODE_ENV !== "production" ? Grow.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/Icon/Icon.js mui-new/esm/Icon/Icon.js | |
--- mui-master/esm/Icon/Icon.js 2025-05-15 04:27:01.010549159 -0400 | |
+++ mui-new/esm/Icon/Icon.js 2025-05-15 04:23:53.110641900 -0400 | |
@@ -136,6 +136,7 @@ | |
...other | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") Icon.displayName = "Icon"; | |
process.env.NODE_ENV !== "production" ? Icon.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/IconButton/IconButton.js mui-new/esm/IconButton/IconButton.js | |
--- mui-master/esm/IconButton/IconButton.js 2025-05-15 04:27:01.010624836 -0400 | |
+++ mui-new/esm/IconButton/IconButton.js 2025-05-15 04:23:53.110717505 -0400 | |
@@ -234,6 +234,7 @@ | |
}), children] | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") IconButton.displayName = "IconButton"; | |
process.env.NODE_ENV !== "production" ? IconButton.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/ImageList/ImageListContext.js mui-new/esm/ImageList/ImageListContext.js | |
--- mui-master/esm/ImageList/ImageListContext.js 2025-05-15 04:27:01.010716123 -0400 | |
+++ mui-new/esm/ImageList/ImageListContext.js 2025-05-15 04:23:53.110805948 -0400 | |
@@ -7,7 +7,5 @@ | |
* @type {React.Context<{} | {expanded: boolean, disabled: boolean, toggle: () => void}>} | |
*/ | |
const ImageListContext = /*#__PURE__*/React.createContext({}); | |
-if (process.env.NODE_ENV !== 'production') { | |
- ImageListContext.displayName = 'ImageListContext'; | |
-} | |
+if (process.env.NODE_ENV !== "production") ImageListContext.displayName = "ImageListContext"; | |
export default ImageListContext; | |
\ No newline at end of file | |
diff --color -bur mui-master/esm/ImageList/ImageList.js mui-new/esm/ImageList/ImageList.js | |
--- mui-master/esm/ImageList/ImageList.js 2025-05-15 04:27:01.010702059 -0400 | |
+++ mui-new/esm/ImageList/ImageList.js 2025-05-15 04:23:53.110791692 -0400 | |
@@ -96,6 +96,7 @@ | |
}) | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") ImageList.displayName = "ImageList"; | |
process.env.NODE_ENV !== "production" ? ImageList.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/ImageListItem/ImageListItem.js mui-new/esm/ImageListItem/ImageListItem.js | |
--- mui-master/esm/ImageListItem/ImageListItem.js 2025-05-15 04:27:01.010792733 -0400 | |
+++ mui-new/esm/ImageListItem/ImageListItem.js 2025-05-15 04:23:53.110874062 -0400 | |
@@ -144,6 +144,7 @@ | |
}) | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") ImageListItem.displayName = "ImageListItem"; | |
process.env.NODE_ENV !== "production" ? ImageListItem.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/ImageListItemBar/ImageListItemBar.js mui-new/esm/ImageListItemBar/ImageListItemBar.js | |
--- mui-master/esm/ImageListItemBar/ImageListItemBar.js 2025-05-15 04:27:01.010868158 -0400 | |
+++ mui-new/esm/ImageListItemBar/ImageListItemBar.js 2025-05-15 04:23:53.110952792 -0400 | |
@@ -203,6 +203,7 @@ | |
}) : null] | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") ImageListItemBar.displayName = "ImageListItemBar"; | |
process.env.NODE_ENV !== "production" ? ImageListItemBar.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/Input/Input.js mui-new/esm/Input/Input.js | |
--- mui-master/esm/Input/Input.js 2025-05-15 04:27:01.010997917 -0400 | |
+++ mui-new/esm/Input/Input.js 2025-05-15 04:23:53.111082134 -0400 | |
@@ -172,6 +172,7 @@ | |
classes: classes | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") Input.displayName = "Input"; | |
process.env.NODE_ENV !== "production" ? Input.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/InputAdornment/InputAdornment.js mui-new/esm/InputAdornment/InputAdornment.js | |
--- mui-master/esm/InputAdornment/InputAdornment.js 2025-05-15 04:27:01.011076190 -0400 | |
+++ mui-new/esm/InputAdornment/InputAdornment.js 2025-05-15 04:23:53.111169749 -0400 | |
@@ -135,6 +135,7 @@ | |
}) | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") InputAdornment.displayName = "InputAdornment"; | |
process.env.NODE_ENV !== "production" ? InputAdornment.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/InputBase/InputBase.js mui-new/esm/InputBase/InputBase.js | |
--- mui-master/esm/InputBase/InputBase.js 2025-05-15 04:27:01.011166479 -0400 | |
+++ mui-new/esm/InputBase/InputBase.js 2025-05-15 04:23:53.111250379 -0400 | |
@@ -518,6 +518,7 @@ | |
})] | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") InputBase.displayName = "InputBase"; | |
process.env.NODE_ENV !== "production" ? InputBase.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/InputLabel/InputLabel.js mui-new/esm/InputLabel/InputLabel.js | |
--- mui-master/esm/InputLabel/InputLabel.js 2025-05-15 04:27:01.011266841 -0400 | |
+++ mui-new/esm/InputLabel/InputLabel.js 2025-05-15 04:23:53.111346815 -0400 | |
@@ -213,6 +213,7 @@ | |
classes: classes | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") InputLabel.displayName = "InputLabel"; | |
process.env.NODE_ENV !== "production" ? InputLabel.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/internal/SwitchBase.js mui-new/esm/internal/SwitchBase.js | |
--- mui-master/esm/internal/SwitchBase.js 2025-05-15 04:27:01.018258687 -0400 | |
+++ mui-new/esm/internal/SwitchBase.js 2025-05-15 04:23:53.120622746 -0400 | |
@@ -233,6 +233,7 @@ | |
// NB: If changed, please update Checkbox, Switch and Radio | |
// so that the API documentation is updated. | |
+if (process.env.NODE_ENV !== "production") SwitchBase.displayName = "SwitchBase"; | |
process.env.NODE_ENV !== "production" ? SwitchBase.propTypes = { | |
/** | |
* If `true`, the `input` element is focused during the first mount. | |
diff --color -bur mui-master/esm/LinearProgress/LinearProgress.js mui-new/esm/LinearProgress/LinearProgress.js | |
--- mui-master/esm/LinearProgress/LinearProgress.js 2025-05-15 04:27:01.011347685 -0400 | |
+++ mui-new/esm/LinearProgress/LinearProgress.js 2025-05-15 04:23:53.111422409 -0400 | |
@@ -411,6 +411,7 @@ | |
})] | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") LinearProgress.displayName = "LinearProgress"; | |
process.env.NODE_ENV !== "production" ? LinearProgress.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/Link/Link.js mui-new/esm/Link/Link.js | |
--- mui-master/esm/Link/Link.js 2025-05-15 04:27:01.011437085 -0400 | |
+++ mui-new/esm/Link/Link.js 2025-05-15 04:23:53.111507016 -0400 | |
@@ -222,6 +222,7 @@ | |
} | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") Link.displayName = "Link"; | |
process.env.NODE_ENV !== "production" ? Link.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/List/ListContext.js mui-new/esm/List/ListContext.js | |
--- mui-master/esm/List/ListContext.js 2025-05-15 04:27:01.011551003 -0400 | |
+++ mui-new/esm/List/ListContext.js 2025-05-15 04:23:53.111623084 -0400 | |
@@ -6,7 +6,5 @@ | |
* @ignore - internal component. | |
*/ | |
const ListContext = /*#__PURE__*/React.createContext({}); | |
-if (process.env.NODE_ENV !== 'production') { | |
- ListContext.displayName = 'ListContext'; | |
-} | |
+if (process.env.NODE_ENV !== "production") ListContext.displayName = "ListContext"; | |
export default ListContext; | |
\ No newline at end of file | |
diff --color -bur mui-master/esm/List/List.js mui-new/esm/List/List.js | |
--- mui-master/esm/List/List.js 2025-05-15 04:27:01.011534824 -0400 | |
+++ mui-new/esm/List/List.js 2025-05-15 04:23:53.111609240 -0400 | |
@@ -88,6 +88,7 @@ | |
}) | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") List.displayName = "List"; | |
process.env.NODE_ENV !== "production" ? List.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/ListItem/ListItem.js mui-new/esm/ListItem/ListItem.js | |
--- mui-master/esm/ListItem/ListItem.js 2025-05-15 04:27:01.011630362 -0400 | |
+++ mui-new/esm/ListItem/ListItem.js 2025-05-15 04:23:53.111702503 -0400 | |
@@ -260,6 +260,7 @@ | |
}) | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") ListItem.displayName = "ListItem"; | |
process.env.NODE_ENV !== "production" ? ListItem.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/ListItemAvatar/ListItemAvatar.js mui-new/esm/ListItemAvatar/ListItemAvatar.js | |
--- mui-master/esm/ListItemAvatar/ListItemAvatar.js 2025-05-15 04:27:01.011711965 -0400 | |
+++ mui-new/esm/ListItemAvatar/ListItemAvatar.js 2025-05-15 04:23:53.111782019 -0400 | |
@@ -66,6 +66,7 @@ | |
...other | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") ListItemAvatar.displayName = "ListItemAvatar"; | |
process.env.NODE_ENV !== "production" ? ListItemAvatar.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/ListItemButton/ListItemButton.js mui-new/esm/ListItemButton/ListItemButton.js | |
--- mui-master/esm/ListItemButton/ListItemButton.js 2025-05-15 04:27:01.011789969 -0400 | |
+++ mui-new/esm/ListItemButton/ListItemButton.js 2025-05-15 04:23:53.111856737 -0400 | |
@@ -183,6 +183,7 @@ | |
}) | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") ListItemButton.displayName = "ListItemButton"; | |
process.env.NODE_ENV !== "production" ? ListItemButton.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/ListItemIcon/ListItemIcon.js mui-new/esm/ListItemIcon/ListItemIcon.js | |
--- mui-master/esm/ListItemIcon/ListItemIcon.js 2025-05-15 04:27:01.011866921 -0400 | |
+++ mui-new/esm/ListItemIcon/ListItemIcon.js 2025-05-15 04:23:53.111935183 -0400 | |
@@ -71,6 +71,7 @@ | |
...other | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") ListItemIcon.displayName = "ListItemIcon"; | |
process.env.NODE_ENV !== "production" ? ListItemIcon.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/ListItemSecondaryAction/ListItemSecondaryAction.js mui-new/esm/ListItemSecondaryAction/ListItemSecondaryAction.js | |
--- mui-master/esm/ListItemSecondaryAction/ListItemSecondaryAction.js 2025-05-15 04:27:01.011944146 -0400 | |
+++ mui-new/esm/ListItemSecondaryAction/ListItemSecondaryAction.js 2025-05-15 04:23:53.112010655 -0400 | |
@@ -70,6 +70,7 @@ | |
...other | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") ListItemSecondaryAction.displayName = "ListItemSecondaryAction"; | |
process.env.NODE_ENV !== "production" ? ListItemSecondaryAction.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/ListItemText/ListItemText.js mui-new/esm/ListItemText/ListItemText.js | |
--- mui-master/esm/ListItemText/ListItemText.js 2025-05-15 04:27:01.012025765 -0400 | |
+++ mui-new/esm/ListItemText/ListItemText.js 2025-05-15 04:23:53.112082428 -0400 | |
@@ -150,6 +150,7 @@ | |
children: [primary, secondary] | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") ListItemText.displayName = "ListItemText"; | |
process.env.NODE_ENV !== "production" ? ListItemText.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/ListSubheader/ListSubheader.js mui-new/esm/ListSubheader/ListSubheader.js | |
--- mui-master/esm/ListSubheader/ListSubheader.js 2025-05-15 04:27:01.012104442 -0400 | |
+++ mui-new/esm/ListSubheader/ListSubheader.js 2025-05-15 04:23:53.112167941 -0400 | |
@@ -114,6 +114,7 @@ | |
...other | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") ListSubheader.displayName = "ListSubheader"; | |
if (ListSubheader) { | |
ListSubheader.muiSkipListHighlight = true; | |
} | |
diff --color -bur mui-master/esm/Menu/Menu.js mui-new/esm/Menu/Menu.js | |
--- mui-master/esm/Menu/Menu.js 2025-05-15 04:27:01.012186400 -0400 | |
+++ mui-new/esm/Menu/Menu.js 2025-05-15 04:23:53.112241864 -0400 | |
@@ -224,6 +224,7 @@ | |
}) | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") Menu.displayName = "Menu"; | |
process.env.NODE_ENV !== "production" ? Menu.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/MenuItem/MenuItem.js mui-new/esm/MenuItem/MenuItem.js | |
--- mui-master/esm/MenuItem/MenuItem.js 2025-05-15 04:27:01.012266256 -0400 | |
+++ mui-new/esm/MenuItem/MenuItem.js 2025-05-15 04:23:53.112320060 -0400 | |
@@ -205,6 +205,7 @@ | |
}) | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") MenuItem.displayName = "MenuItem"; | |
process.env.NODE_ENV !== "production" ? MenuItem.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/MenuList/MenuList.js mui-new/esm/MenuList/MenuList.js | |
--- mui-master/esm/MenuList/MenuList.js 2025-05-15 04:27:01.012349990 -0400 | |
+++ mui-new/esm/MenuList/MenuList.js 2025-05-15 04:23:53.112405768 -0400 | |
@@ -242,6 +242,7 @@ | |
children: items | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") MenuList.displayName = "MenuList"; | |
process.env.NODE_ENV !== "production" ? MenuList.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/MobileStepper/MobileStepper.js mui-new/esm/MobileStepper/MobileStepper.js | |
--- mui-master/esm/MobileStepper/MobileStepper.js 2025-05-15 04:27:01.012412838 -0400 | |
+++ mui-new/esm/MobileStepper/MobileStepper.js 2025-05-15 04:23:53.112463313 -0400 | |
@@ -230,6 +230,7 @@ | |
}), nextButton] | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") MobileStepper.displayName = "MobileStepper"; | |
process.env.NODE_ENV !== "production" ? MobileStepper.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/Modal/Modal.js mui-new/esm/Modal/Modal.js | |
--- mui-master/esm/Modal/Modal.js 2025-05-15 04:27:01.012492262 -0400 | |
+++ mui-new/esm/Modal/Modal.js 2025-05-15 04:23:53.112541343 -0400 | |
@@ -216,6 +216,7 @@ | |
}) | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") Modal.displayName = "Modal"; | |
process.env.NODE_ENV !== "production" ? Modal.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/NativeSelect/NativeSelectInput.js mui-new/esm/NativeSelect/NativeSelectInput.js | |
--- mui-master/esm/NativeSelect/NativeSelectInput.js 2025-05-15 04:27:01.012654883 -0400 | |
+++ mui-new/esm/NativeSelect/NativeSelectInput.js 2025-05-15 04:23:53.112703010 -0400 | |
@@ -182,6 +182,7 @@ | |
})] | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") NativeSelectInput.displayName = "NativeSelectInput"; | |
process.env.NODE_ENV !== "production" ? NativeSelectInput.propTypes = { | |
/** | |
* The option elements to populate the select with. | |
diff --color -bur mui-master/esm/NativeSelect/NativeSelect.js mui-new/esm/NativeSelect/NativeSelect.js | |
--- mui-master/esm/NativeSelect/NativeSelect.js 2025-05-15 04:27:01.012636146 -0400 | |
+++ mui-new/esm/NativeSelect/NativeSelect.js 2025-05-15 04:23:53.112687007 -0400 | |
@@ -76,6 +76,7 @@ | |
}) | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") NativeSelect.displayName = "NativeSelect"; | |
process.env.NODE_ENV !== "production" ? NativeSelect.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/OutlinedInput/OutlinedInput.js mui-new/esm/OutlinedInput/OutlinedInput.js | |
--- mui-master/esm/OutlinedInput/OutlinedInput.js 2025-05-15 04:27:01.012825393 -0400 | |
+++ mui-new/esm/OutlinedInput/OutlinedInput.js 2025-05-15 04:23:53.112877183 -0400 | |
@@ -253,6 +253,7 @@ | |
} | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") OutlinedInput.displayName = "OutlinedInput"; | |
process.env.NODE_ENV !== "production" ? OutlinedInput.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/Pagination/Pagination.js mui-new/esm/Pagination/Pagination.js | |
--- mui-master/esm/Pagination/Pagination.js 2025-05-15 04:27:01.012953306 -0400 | |
+++ mui-new/esm/Pagination/Pagination.js 2025-05-15 04:23:53.112998358 -0400 | |
@@ -126,7 +126,7 @@ | |
}); | |
// @default tags synced with default values from usePagination | |
- | |
+if (process.env.NODE_ENV !== "production") Pagination.displayName = "Pagination"; | |
process.env.NODE_ENV !== "production" ? Pagination.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/PaginationItem/PaginationItem.js mui-new/esm/PaginationItem/PaginationItem.js | |
--- mui-master/esm/PaginationItem/PaginationItem.js 2025-05-15 04:27:01.013031103 -0400 | |
+++ mui-new/esm/PaginationItem/PaginationItem.js 2025-05-15 04:23:53.113079252 -0400 | |
@@ -365,6 +365,7 @@ | |
}) : null] | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") PaginationItem.displayName = "PaginationItem"; | |
process.env.NODE_ENV !== "production" ? PaginationItem.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/Paper/Paper.js mui-new/esm/Paper/Paper.js | |
--- mui-master/esm/Paper/Paper.js 2025-05-15 04:27:01.013109245 -0400 | |
+++ mui-new/esm/Paper/Paper.js 2025-05-15 04:23:53.113161503 -0400 | |
@@ -111,6 +111,7 @@ | |
} | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") Paper.displayName = "Paper"; | |
process.env.NODE_ENV !== "production" ? Paper.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/PigmentContainer/PigmentContainer.js mui-new/esm/PigmentContainer/PigmentContainer.js | |
--- mui-master/esm/PigmentContainer/PigmentContainer.js 2025-05-15 04:27:01.013188314 -0400 | |
+++ mui-new/esm/PigmentContainer/PigmentContainer.js 2025-05-15 04:23:53.113235983 -0400 | |
@@ -53,6 +53,7 @@ | |
ref: ref | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") PigmentContainer.displayName = "PigmentContainer"; | |
process.env.NODE_ENV !== "production" ? PigmentContainer.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/PigmentGrid/PigmentGrid.js mui-new/esm/PigmentGrid/PigmentGrid.js | |
--- mui-master/esm/PigmentGrid/PigmentGrid.js 2025-05-15 04:27:01.013241681 -0400 | |
+++ mui-new/esm/PigmentGrid/PigmentGrid.js 2025-05-15 04:23:53.113293945 -0400 | |
@@ -55,6 +55,7 @@ | |
...other | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") PigmentGrid.displayName = "PigmentGrid"; | |
process.env.NODE_ENV !== "production" ? PigmentGrid.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/PigmentStack/PigmentStack.js mui-new/esm/PigmentStack/PigmentStack.js | |
--- mui-master/esm/PigmentStack/PigmentStack.js 2025-05-15 04:27:01.013301635 -0400 | |
+++ mui-new/esm/PigmentStack/PigmentStack.js 2025-05-15 04:23:53.113358021 -0400 | |
@@ -33,6 +33,7 @@ | |
...props | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") PigmentStack.displayName = "PigmentStack"; | |
process.env.NODE_ENV !== "production" ? PigmentStack.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/Popover/Popover.js mui-new/esm/Popover/Popover.js | |
--- mui-master/esm/Popover/Popover.js 2025-05-15 04:27:01.013358263 -0400 | |
+++ mui-new/esm/Popover/Popover.js 2025-05-15 04:23:53.113412654 -0400 | |
@@ -379,6 +379,7 @@ | |
}) | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") Popover.displayName = "Popover"; | |
process.env.NODE_ENV !== "production" ? Popover.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/Popper/BasePopper.js mui-new/esm/Popper/BasePopper.js | |
--- mui-master/esm/Popper/BasePopper.js 2025-05-15 04:27:01.013445342 -0400 | |
+++ mui-new/esm/Popper/BasePopper.js 2025-05-15 04:23:53.113498213 -0400 | |
@@ -175,6 +175,7 @@ | |
/** | |
* @ignore - internal component. | |
*/ | |
+if (process.env.NODE_ENV !== "production") PopperTooltip.displayName = "PopperTooltip"; | |
const Popper = /*#__PURE__*/React.forwardRef(function Popper(props, forwardedRef) { | |
const { | |
anchorEl, | |
@@ -251,6 +252,7 @@ | |
}) | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") Popper.displayName = "Popper"; | |
process.env.NODE_ENV !== "production" ? Popper.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/Popper/Popper.js mui-new/esm/Popper/Popper.js | |
--- mui-master/esm/Popper/Popper.js 2025-05-15 04:27:01.013472917 -0400 | |
+++ mui-new/esm/Popper/Popper.js 2025-05-15 04:23:53.113525849 -0400 | |
@@ -75,6 +75,7 @@ | |
ref: ref | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") Popper.displayName = "Popper"; | |
process.env.NODE_ENV !== "production" ? Popper.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/Portal/Portal.js mui-new/esm/Portal/Portal.js | |
--- mui-master/esm/Portal/Portal.js 2025-05-15 04:27:01.013572801 -0400 | |
+++ mui-new/esm/Portal/Portal.js 2025-05-15 04:23:53.113617242 -0400 | |
@@ -58,6 +58,7 @@ | |
} | |
return mountNode ? /*#__PURE__*/ReactDOM.createPortal(children, mountNode) : mountNode; | |
}); | |
+if (process.env.NODE_ENV !== "production") Portal.displayName = "Portal"; | |
process.env.NODE_ENV !== "production" ? Portal.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/Radio/Radio.js mui-new/esm/Radio/Radio.js | |
--- mui-master/esm/Radio/Radio.js 2025-05-15 04:27:01.013643623 -0400 | |
+++ mui-new/esm/Radio/Radio.js 2025-05-15 04:23:53.113695018 -0400 | |
@@ -201,6 +201,7 @@ | |
classes: classes | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") Radio.displayName = "Radio"; | |
process.env.NODE_ENV !== "production" ? Radio.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/RadioGroup/RadioGroupContext.js mui-new/esm/RadioGroup/RadioGroupContext.js | |
--- mui-master/esm/RadioGroup/RadioGroupContext.js 2025-05-15 04:27:01.013747302 -0400 | |
+++ mui-new/esm/RadioGroup/RadioGroupContext.js 2025-05-15 04:23:53.113795547 -0400 | |
@@ -5,7 +5,5 @@ | |
* @ignore - internal component. | |
*/ | |
const RadioGroupContext = /*#__PURE__*/React.createContext(undefined); | |
-if (process.env.NODE_ENV !== 'production') { | |
- RadioGroupContext.displayName = 'RadioGroupContext'; | |
-} | |
+if (process.env.NODE_ENV !== "production") RadioGroupContext.displayName = "RadioGroupContext"; | |
export default RadioGroupContext; | |
\ No newline at end of file | |
diff --color -bur mui-master/esm/RadioGroup/RadioGroup.js mui-new/esm/RadioGroup/RadioGroup.js | |
--- mui-master/esm/RadioGroup/RadioGroup.js 2025-05-15 04:27:01.013734621 -0400 | |
+++ mui-new/esm/RadioGroup/RadioGroup.js 2025-05-15 04:23:53.113782793 -0400 | |
@@ -76,6 +76,7 @@ | |
}) | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") RadioGroup.displayName = "RadioGroup"; | |
process.env.NODE_ENV !== "production" ? RadioGroup.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/Rating/Rating.js mui-new/esm/Rating/Rating.js | |
--- mui-master/esm/Rating/Rating.js 2025-05-15 04:27:01.013847651 -0400 | |
+++ mui-new/esm/Rating/Rating.js 2025-05-15 04:23:53.113895364 -0400 | |
@@ -621,6 +621,7 @@ | |
})] | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") Rating.displayName = "Rating"; | |
process.env.NODE_ENV !== "production" ? Rating.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/ScopedCssBaseline/ScopedCssBaseline.js mui-new/esm/ScopedCssBaseline/ScopedCssBaseline.js | |
--- mui-master/esm/ScopedCssBaseline/ScopedCssBaseline.js 2025-05-15 04:27:01.013935461 -0400 | |
+++ mui-new/esm/ScopedCssBaseline/ScopedCssBaseline.js 2025-05-15 04:23:53.113990455 -0400 | |
@@ -83,6 +83,7 @@ | |
...other | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") ScopedCssBaseline.displayName = "ScopedCssBaseline"; | |
process.env.NODE_ENV !== "production" ? ScopedCssBaseline.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/Select/SelectInput.js mui-new/esm/Select/SelectInput.js | |
--- mui-master/esm/Select/SelectInput.js 2025-05-15 04:27:01.014024885 -0400 | |
+++ mui-new/esm/Select/SelectInput.js 2025-05-15 04:23:53.114081097 -0400 | |
@@ -521,6 +521,7 @@ | |
})] | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") SelectInput.displayName = "SelectInput"; | |
process.env.NODE_ENV !== "production" ? SelectInput.propTypes = { | |
/** | |
* @ignore | |
diff --color -bur mui-master/esm/Select/Select.js mui-new/esm/Select/Select.js | |
--- mui-master/esm/Select/Select.js 2025-05-15 04:27:01.014008071 -0400 | |
+++ mui-new/esm/Select/Select.js 2025-05-15 04:23:53.114063292 -0400 | |
@@ -148,6 +148,7 @@ | |
}) | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") Select.displayName = "Select"; | |
process.env.NODE_ENV !== "production" ? Select.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/Skeleton/Skeleton.js mui-new/esm/Skeleton/Skeleton.js | |
--- mui-master/esm/Skeleton/Skeleton.js 2025-05-15 04:27:01.014118235 -0400 | |
+++ mui-new/esm/Skeleton/Skeleton.js 2025-05-15 04:23:53.114173548 -0400 | |
@@ -214,6 +214,7 @@ | |
} | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") Skeleton.displayName = "Skeleton"; | |
process.env.NODE_ENV !== "production" ? Skeleton.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/Slide/Slide.js mui-new/esm/Slide/Slide.js | |
--- mui-master/esm/Slide/Slide.js 2025-05-15 04:27:01.014196324 -0400 | |
+++ mui-new/esm/Slide/Slide.js 2025-05-15 04:23:53.114256542 -0400 | |
@@ -233,6 +233,7 @@ | |
} | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") Slide.displayName = "Slide"; | |
process.env.NODE_ENV !== "production" ? Slide.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/Slider/Slider.js mui-new/esm/Slider/Slider.js | |
--- mui-master/esm/Slider/Slider.js 2025-05-15 04:27:01.014256392 -0400 | |
+++ mui-new/esm/Slider/Slider.js 2025-05-15 04:23:53.114318619 -0400 | |
@@ -811,6 +811,7 @@ | |
})] | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") Slider.displayName = "Slider"; | |
process.env.NODE_ENV !== "production" ? Slider.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/Snackbar/Snackbar.js mui-new/esm/Snackbar/Snackbar.js | |
--- mui-master/esm/Snackbar/Snackbar.js 2025-05-15 04:27:01.014443789 -0400 | |
+++ mui-new/esm/Snackbar/Snackbar.js 2025-05-15 04:23:53.114503764 -0400 | |
@@ -266,6 +266,7 @@ | |
}) | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") Snackbar.displayName = "Snackbar"; | |
process.env.NODE_ENV !== "production" ? Snackbar.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/SnackbarContent/SnackbarContent.js mui-new/esm/SnackbarContent/SnackbarContent.js | |
--- mui-master/esm/SnackbarContent/SnackbarContent.js 2025-05-15 04:27:01.014572157 -0400 | |
+++ mui-new/esm/SnackbarContent/SnackbarContent.js 2025-05-15 04:23:53.114628137 -0400 | |
@@ -95,6 +95,7 @@ | |
}) : null] | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") SnackbarContent.displayName = "SnackbarContent"; | |
process.env.NODE_ENV !== "production" ? SnackbarContent.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/SpeedDial/SpeedDial.js mui-new/esm/SpeedDial/SpeedDial.js | |
--- mui-master/esm/SpeedDial/SpeedDial.js 2025-05-15 04:27:01.014648544 -0400 | |
+++ mui-new/esm/SpeedDial/SpeedDial.js 2025-05-15 04:23:53.114704218 -0400 | |
@@ -444,6 +444,7 @@ | |
})] | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") SpeedDial.displayName = "SpeedDial"; | |
process.env.NODE_ENV !== "production" ? SpeedDial.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/SpeedDialAction/SpeedDialAction.js mui-new/esm/SpeedDialAction/SpeedDialAction.js | |
--- mui-master/esm/SpeedDialAction/SpeedDialAction.js 2025-05-15 04:27:01.014729338 -0400 | |
+++ mui-new/esm/SpeedDialAction/SpeedDialAction.js 2025-05-15 04:23:53.114788889 -0400 | |
@@ -263,6 +263,7 @@ | |
children: fab | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") SpeedDialAction.displayName = "SpeedDialAction"; | |
process.env.NODE_ENV !== "production" ? SpeedDialAction.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/SpeedDialIcon/SpeedDialIcon.js mui-new/esm/SpeedDialIcon/SpeedDialIcon.js | |
--- mui-master/esm/SpeedDialIcon/SpeedDialIcon.js 2025-05-15 04:27:01.014812330 -0400 | |
+++ mui-new/esm/SpeedDialIcon/SpeedDialIcon.js 2025-05-15 04:23:53.114873629 -0400 | |
@@ -121,6 +121,7 @@ | |
})] | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") SpeedDialIcon.displayName = "SpeedDialIcon"; | |
process.env.NODE_ENV !== "production" ? SpeedDialIcon.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/Step/StepContext.js mui-new/esm/Step/StepContext.js | |
--- mui-master/esm/Step/StepContext.js 2025-05-15 04:27:01.014977092 -0400 | |
+++ mui-new/esm/Step/StepContext.js 2025-05-15 04:23:53.115041288 -0400 | |
@@ -5,14 +5,12 @@ | |
* Provides information about the current step in Stepper. | |
*/ | |
const StepContext = /*#__PURE__*/React.createContext({}); | |
-if (process.env.NODE_ENV !== 'production') { | |
- StepContext.displayName = 'StepContext'; | |
-} | |
/** | |
* Returns the current StepContext or an empty object if no StepContext | |
* has been defined in the component tree. | |
*/ | |
+if (process.env.NODE_ENV !== "production") StepContext.displayName = "StepContext"; | |
export function useStepContext() { | |
return React.useContext(StepContext); | |
} | |
diff --color -bur mui-master/esm/Step/Step.js mui-new/esm/Step/Step.js | |
--- mui-master/esm/Step/Step.js 2025-05-15 04:27:01.014962635 -0400 | |
+++ mui-new/esm/Step/Step.js 2025-05-15 04:23:53.115024994 -0400 | |
@@ -118,6 +118,7 @@ | |
}) : newChildren | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") Step.displayName = "Step"; | |
process.env.NODE_ENV !== "production" ? Step.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/StepButton/StepButton.js mui-new/esm/StepButton/StepButton.js | |
--- mui-master/esm/StepButton/StepButton.js 2025-05-15 04:27:01.015056599 -0400 | |
+++ mui-new/esm/StepButton/StepButton.js 2025-05-15 04:23:53.115125622 -0400 | |
@@ -100,6 +100,7 @@ | |
children: child | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") StepButton.displayName = "StepButton"; | |
process.env.NODE_ENV !== "production" ? StepButton.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/StepConnector/StepConnector.js mui-new/esm/StepConnector/StepConnector.js | |
--- mui-master/esm/StepConnector/StepConnector.js 2025-05-15 04:27:01.015138575 -0400 | |
+++ mui-new/esm/StepConnector/StepConnector.js 2025-05-15 04:23:53.115205917 -0400 | |
@@ -131,6 +131,7 @@ | |
}) | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") StepConnector.displayName = "StepConnector"; | |
process.env.NODE_ENV !== "production" ? StepConnector.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/StepContent/StepContent.js mui-new/esm/StepContent/StepContent.js | |
--- mui-master/esm/StepContent/StepContent.js 2025-05-15 04:27:01.015212844 -0400 | |
+++ mui-new/esm/StepContent/StepContent.js 2025-05-15 04:23:53.115286304 -0400 | |
@@ -122,6 +122,7 @@ | |
}) | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") StepContent.displayName = "StepContent"; | |
process.env.NODE_ENV !== "production" ? StepContent.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/StepIcon/StepIcon.js mui-new/esm/StepIcon/StepIcon.js | |
--- mui-master/esm/StepIcon/StepIcon.js 2025-05-15 04:27:01.015289444 -0400 | |
+++ mui-new/esm/StepIcon/StepIcon.js 2025-05-15 04:23:53.115361506 -0400 | |
@@ -119,6 +119,7 @@ | |
} | |
return icon; | |
}); | |
+if (process.env.NODE_ENV !== "production") StepIcon.displayName = "StepIcon"; | |
process.env.NODE_ENV !== "production" ? StepIcon.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/StepLabel/StepLabel.js mui-new/esm/StepLabel/StepLabel.js | |
--- mui-master/esm/StepLabel/StepLabel.js 2025-05-15 04:27:01.015366143 -0400 | |
+++ mui-new/esm/StepLabel/StepLabel.js 2025-05-15 04:23:53.115438534 -0400 | |
@@ -202,6 +202,7 @@ | |
})] | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") StepLabel.displayName = "StepLabel"; | |
process.env.NODE_ENV !== "production" ? StepLabel.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/Stepper/StepperContext.js mui-new/esm/Stepper/StepperContext.js | |
--- mui-master/esm/Stepper/StepperContext.js 2025-05-15 04:27:01.015463102 -0400 | |
+++ mui-new/esm/Stepper/StepperContext.js 2025-05-15 04:23:53.115535684 -0400 | |
@@ -5,14 +5,12 @@ | |
* Provides information about the current step in Stepper. | |
*/ | |
const StepperContext = /*#__PURE__*/React.createContext({}); | |
-if (process.env.NODE_ENV !== 'production') { | |
- StepperContext.displayName = 'StepperContext'; | |
-} | |
/** | |
* Returns the current StepperContext or an empty object if no StepperContext | |
* has been defined in the component tree. | |
*/ | |
+if (process.env.NODE_ENV !== "production") StepperContext.displayName = "StepperContext"; | |
export function useStepperContext() { | |
return React.useContext(StepperContext); | |
} | |
diff --color -bur mui-master/esm/Stepper/Stepper.js mui-new/esm/Stepper/Stepper.js | |
--- mui-master/esm/Stepper/Stepper.js 2025-05-15 04:27:01.015448618 -0400 | |
+++ mui-new/esm/Stepper/Stepper.js 2025-05-15 04:23:53.115521033 -0400 | |
@@ -110,6 +110,7 @@ | |
}) | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") Stepper.displayName = "Stepper"; | |
process.env.NODE_ENV !== "production" ? Stepper.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/SvgIcon/SvgIcon.js mui-new/esm/SvgIcon/SvgIcon.js | |
--- mui-master/esm/SvgIcon/SvgIcon.js 2025-05-15 04:27:01.015553142 -0400 | |
+++ mui-new/esm/SvgIcon/SvgIcon.js 2025-05-15 04:23:53.115615872 -0400 | |
@@ -158,6 +158,7 @@ | |
}) : null] | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") SvgIcon.displayName = "SvgIcon"; | |
process.env.NODE_ENV !== "production" ? SvgIcon.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/SwipeableDrawer/SwipeableDrawer.js mui-new/esm/SwipeableDrawer/SwipeableDrawer.js | |
--- mui-master/esm/SwipeableDrawer/SwipeableDrawer.js 2025-05-15 04:27:01.015645321 -0400 | |
+++ mui-new/esm/SwipeableDrawer/SwipeableDrawer.js 2025-05-15 04:23:53.115708113 -0400 | |
@@ -512,6 +512,7 @@ | |
})] | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") SwipeableDrawer.displayName = "SwipeableDrawer"; | |
process.env.NODE_ENV !== "production" ? SwipeableDrawer.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/SwipeableDrawer/SwipeArea.js mui-new/esm/SwipeableDrawer/SwipeArea.js | |
--- mui-master/esm/SwipeableDrawer/SwipeArea.js 2025-05-15 04:27:01.015631871 -0400 | |
+++ mui-new/esm/SwipeableDrawer/SwipeArea.js 2025-05-15 04:23:53.115694826 -0400 | |
@@ -78,6 +78,7 @@ | |
...other | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") SwipeArea.displayName = "SwipeArea"; | |
process.env.NODE_ENV !== "production" ? SwipeArea.propTypes = { | |
/** | |
* Side on which to attach the discovery area. | |
diff --color -bur mui-master/esm/Switch/Switch.js mui-new/esm/Switch/Switch.js | |
--- mui-master/esm/Switch/Switch.js 2025-05-15 04:27:01.015707951 -0400 | |
+++ mui-new/esm/Switch/Switch.js 2025-05-15 04:23:53.115770779 -0400 | |
@@ -284,6 +284,7 @@ | |
})] | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") Switch.displayName = "Switch"; | |
process.env.NODE_ENV !== "production" ? Switch.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/Tab/Tab.js mui-new/esm/Tab/Tab.js | |
--- mui-master/esm/Tab/Tab.js 2025-05-15 04:27:01.015794918 -0400 | |
+++ mui-new/esm/Tab/Tab.js 2025-05-15 04:23:53.115858852 -0400 | |
@@ -259,6 +259,7 @@ | |
}), indicator] | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") Tab.displayName = "Tab"; | |
process.env.NODE_ENV !== "production" ? Tab.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/Table/TableContext.js mui-new/esm/Table/TableContext.js | |
--- mui-master/esm/Table/TableContext.js 2025-05-15 04:27:01.015965658 -0400 | |
+++ mui-new/esm/Table/TableContext.js 2025-05-15 04:23:53.116030339 -0400 | |
@@ -6,7 +6,5 @@ | |
* @ignore - internal component. | |
*/ | |
const TableContext = /*#__PURE__*/React.createContext(); | |
-if (process.env.NODE_ENV !== 'production') { | |
- TableContext.displayName = 'TableContext'; | |
-} | |
+if (process.env.NODE_ENV !== "production") TableContext.displayName = "TableContext"; | |
export default TableContext; | |
\ No newline at end of file | |
diff --color -bur mui-master/esm/Table/Table.js mui-new/esm/Table/Table.js | |
--- mui-master/esm/Table/Table.js 2025-05-15 04:27:01.015950014 -0400 | |
+++ mui-new/esm/Table/Table.js 2025-05-15 04:23:53.116016227 -0400 | |
@@ -91,6 +91,7 @@ | |
}) | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") Table.displayName = "Table"; | |
process.env.NODE_ENV !== "production" ? Table.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/Table/Tablelvl2Context.js mui-new/esm/Table/Tablelvl2Context.js | |
--- mui-master/esm/Table/Tablelvl2Context.js 2025-05-15 04:27:01.015974820 -0400 | |
+++ mui-new/esm/Table/Tablelvl2Context.js 2025-05-15 04:23:53.116039984 -0400 | |
@@ -6,7 +6,5 @@ | |
* @ignore - internal component. | |
*/ | |
const Tablelvl2Context = /*#__PURE__*/React.createContext(); | |
-if (process.env.NODE_ENV !== 'production') { | |
- Tablelvl2Context.displayName = 'Tablelvl2Context'; | |
-} | |
+if (process.env.NODE_ENV !== "production") Tablelvl2Context.displayName = "Tablelvl2Context"; | |
export default Tablelvl2Context; | |
\ No newline at end of file | |
diff --color -bur mui-master/esm/TableBody/TableBody.js mui-new/esm/TableBody/TableBody.js | |
--- mui-master/esm/TableBody/TableBody.js 2025-05-15 04:27:01.016070138 -0400 | |
+++ mui-new/esm/TableBody/TableBody.js 2025-05-15 04:23:53.116141283 -0400 | |
@@ -55,6 +55,7 @@ | |
}) | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") TableBody.displayName = "TableBody"; | |
process.env.NODE_ENV !== "production" ? TableBody.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/TableCell/TableCell.js mui-new/esm/TableCell/TableCell.js | |
--- mui-master/esm/TableCell/TableCell.js 2025-05-15 04:27:01.016151156 -0400 | |
+++ mui-new/esm/TableCell/TableCell.js 2025-05-15 04:23:53.116253442 -0400 | |
@@ -209,6 +209,7 @@ | |
...other | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") TableCell.displayName = "TableCell"; | |
process.env.NODE_ENV !== "production" ? TableCell.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/TableContainer/TableContainer.js mui-new/esm/TableContainer/TableContainer.js | |
--- mui-master/esm/TableContainer/TableContainer.js 2025-05-15 04:27:01.016233173 -0400 | |
+++ mui-new/esm/TableContainer/TableContainer.js 2025-05-15 04:23:53.116330253 -0400 | |
@@ -47,6 +47,7 @@ | |
...other | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") TableContainer.displayName = "TableContainer"; | |
process.env.NODE_ENV !== "production" ? TableContainer.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/TableFooter/TableFooter.js mui-new/esm/TableFooter/TableFooter.js | |
--- mui-master/esm/TableFooter/TableFooter.js 2025-05-15 04:27:01.016308710 -0400 | |
+++ mui-new/esm/TableFooter/TableFooter.js 2025-05-15 04:23:53.116404783 -0400 | |
@@ -55,6 +55,7 @@ | |
}) | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") TableFooter.displayName = "TableFooter"; | |
process.env.NODE_ENV !== "production" ? TableFooter.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/TableHead/TableHead.js mui-new/esm/TableHead/TableHead.js | |
--- mui-master/esm/TableHead/TableHead.js 2025-05-15 04:27:01.016389165 -0400 | |
+++ mui-new/esm/TableHead/TableHead.js 2025-05-15 04:23:53.116486599 -0400 | |
@@ -55,6 +55,7 @@ | |
}) | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") TableHead.displayName = "TableHead"; | |
process.env.NODE_ENV !== "production" ? TableHead.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/TablePagination/TablePaginationActions.js mui-new/esm/TablePagination/TablePaginationActions.js | |
--- mui-master/esm/TablePagination/TablePaginationActions.js 2025-05-15 04:27:01.016485607 -0400 | |
+++ mui-new/esm/TablePagination/TablePaginationActions.js 2025-05-15 04:23:53.116582667 -0400 | |
@@ -110,6 +110,7 @@ | |
})] | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") TablePaginationActions.displayName = "TablePaginationActions"; | |
process.env.NODE_ENV !== "production" ? TablePaginationActions.propTypes = { | |
/** | |
* Props applied to the back arrow [`IconButton`](/material-ui/api/icon-button/) element. | |
diff --color -bur mui-master/esm/TablePagination/TablePagination.js mui-new/esm/TablePagination/TablePagination.js | |
--- mui-master/esm/TablePagination/TablePagination.js 2025-05-15 04:27:01.016466054 -0400 | |
+++ mui-new/esm/TablePagination/TablePagination.js 2025-05-15 04:23:53.116561105 -0400 | |
@@ -302,6 +302,7 @@ | |
}) | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") TablePagination.displayName = "TablePagination"; | |
process.env.NODE_ENV !== "production" ? TablePagination.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/TableRow/TableRow.js mui-new/esm/TableRow/TableRow.js | |
--- mui-master/esm/TableRow/TableRow.js 2025-05-15 04:27:01.016574525 -0400 | |
+++ mui-new/esm/TableRow/TableRow.js 2025-05-15 04:23:53.116679430 -0400 | |
@@ -87,6 +87,7 @@ | |
...other | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") TableRow.displayName = "TableRow"; | |
process.env.NODE_ENV !== "production" ? TableRow.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/TableSortLabel/TableSortLabel.js mui-new/esm/TableSortLabel/TableSortLabel.js | |
--- mui-master/esm/TableSortLabel/TableSortLabel.js 2025-05-15 04:27:01.016657733 -0400 | |
+++ mui-new/esm/TableSortLabel/TableSortLabel.js 2025-05-15 04:23:53.116763249 -0400 | |
@@ -151,6 +151,7 @@ | |
})] | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") TableSortLabel.displayName = "TableSortLabel"; | |
process.env.NODE_ENV !== "production" ? TableSortLabel.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/Tabs/Tabs.js mui-new/esm/Tabs/Tabs.js | |
--- mui-master/esm/Tabs/Tabs.js 2025-05-15 04:27:01.016747774 -0400 | |
+++ mui-new/esm/Tabs/Tabs.js 2025-05-15 04:23:53.116852387 -0400 | |
@@ -787,6 +787,7 @@ | |
}), conditionalElements.scrollButtonEnd] | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") Tabs.displayName = "Tabs"; | |
process.env.NODE_ENV !== "production" ? Tabs.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/TabScrollButton/TabScrollButton.js mui-new/esm/TabScrollButton/TabScrollButton.js | |
--- mui-master/esm/TabScrollButton/TabScrollButton.js 2025-05-15 04:27:01.015872356 -0400 | |
+++ mui-new/esm/TabScrollButton/TabScrollButton.js 2025-05-15 04:23:53.115937899 -0400 | |
@@ -113,6 +113,7 @@ | |
}) | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") TabScrollButton.displayName = "TabScrollButton"; | |
process.env.NODE_ENV !== "production" ? TabScrollButton.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/TextareaAutosize/TextareaAutosize.js mui-new/esm/TextareaAutosize/TextareaAutosize.js | |
--- mui-master/esm/TextareaAutosize/TextareaAutosize.js 2025-05-15 04:27:01.016921438 -0400 | |
+++ mui-new/esm/TextareaAutosize/TextareaAutosize.js 2025-05-15 04:23:53.117025006 -0400 | |
@@ -218,6 +218,7 @@ | |
})] | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") TextareaAutosize.displayName = "TextareaAutosize"; | |
process.env.NODE_ENV !== "production" ? TextareaAutosize.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/TextField/TextField.js mui-new/esm/TextField/TextField.js | |
--- mui-master/esm/TextField/TextField.js 2025-05-15 04:27:01.016836207 -0400 | |
+++ mui-new/esm/TextField/TextField.js 2025-05-15 04:23:53.116941485 -0400 | |
@@ -251,6 +251,7 @@ | |
})] | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") TextField.displayName = "TextField"; | |
process.env.NODE_ENV !== "production" ? TextField.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/ToggleButton/ToggleButton.js mui-new/esm/ToggleButton/ToggleButton.js | |
--- mui-master/esm/ToggleButton/ToggleButton.js 2025-05-15 04:27:01.017008428 -0400 | |
+++ mui-new/esm/ToggleButton/ToggleButton.js 2025-05-15 04:23:53.117108420 -0400 | |
@@ -184,6 +184,7 @@ | |
children: children | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") ToggleButton.displayName = "ToggleButton"; | |
process.env.NODE_ENV !== "production" ? ToggleButton.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/ToggleButtonGroup/ToggleButtonGroupButtonContext.js mui-new/esm/ToggleButtonGroup/ToggleButtonGroupButtonContext.js | |
--- mui-master/esm/ToggleButtonGroup/ToggleButtonGroupButtonContext.js 2025-05-15 04:27:01.017106291 -0400 | |
+++ mui-new/esm/ToggleButtonGroup/ToggleButtonGroupButtonContext.js 2025-05-15 04:23:53.117210826 -0400 | |
@@ -5,7 +5,5 @@ | |
* @ignore - internal component. | |
*/ | |
const ToggleButtonGroupButtonContext = /*#__PURE__*/React.createContext(undefined); | |
-if (process.env.NODE_ENV !== 'production') { | |
- ToggleButtonGroupButtonContext.displayName = 'ToggleButtonGroupButtonContext'; | |
-} | |
+if (process.env.NODE_ENV !== "production") ToggleButtonGroupButtonContext.displayName = "ToggleButtonGroupButtonContext"; | |
export default ToggleButtonGroupButtonContext; | |
\ No newline at end of file | |
diff --color -bur mui-master/esm/ToggleButtonGroup/ToggleButtonGroupContext.js mui-new/esm/ToggleButtonGroup/ToggleButtonGroupContext.js | |
--- mui-master/esm/ToggleButtonGroup/ToggleButtonGroupContext.js 2025-05-15 04:27:01.017121355 -0400 | |
+++ mui-new/esm/ToggleButtonGroup/ToggleButtonGroupContext.js 2025-05-15 04:23:53.117219791 -0400 | |
@@ -5,7 +5,5 @@ | |
* @ignore - internal component. | |
*/ | |
const ToggleButtonGroupContext = /*#__PURE__*/React.createContext({}); | |
-if (process.env.NODE_ENV !== 'production') { | |
- ToggleButtonGroupContext.displayName = 'ToggleButtonGroupContext'; | |
-} | |
+if (process.env.NODE_ENV !== "production") ToggleButtonGroupContext.displayName = "ToggleButtonGroupContext"; | |
export default ToggleButtonGroupContext; | |
\ No newline at end of file | |
diff --color -bur mui-master/esm/ToggleButtonGroup/ToggleButtonGroup.js mui-new/esm/ToggleButtonGroup/ToggleButtonGroup.js | |
--- mui-master/esm/ToggleButtonGroup/ToggleButtonGroup.js 2025-05-15 04:27:01.017090099 -0400 | |
+++ mui-new/esm/ToggleButtonGroup/ToggleButtonGroup.js 2025-05-15 04:23:53.117194029 -0400 | |
@@ -208,6 +208,7 @@ | |
}) | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") ToggleButtonGroup.displayName = "ToggleButtonGroup"; | |
process.env.NODE_ENV !== "production" ? ToggleButtonGroup.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/Toolbar/Toolbar.js mui-new/esm/Toolbar/Toolbar.js | |
--- mui-master/esm/Toolbar/Toolbar.js 2025-05-15 04:27:01.017226666 -0400 | |
+++ mui-new/esm/Toolbar/Toolbar.js 2025-05-15 04:23:53.117323862 -0400 | |
@@ -88,6 +88,7 @@ | |
...other | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") Toolbar.displayName = "Toolbar"; | |
process.env.NODE_ENV !== "production" ? Toolbar.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/Tooltip/Tooltip.js mui-new/esm/Tooltip/Tooltip.js | |
--- mui-master/esm/Tooltip/Tooltip.js 2025-05-15 04:27:01.017307242 -0400 | |
+++ mui-new/esm/Tooltip/Tooltip.js 2025-05-15 04:23:53.118941812 -0400 | |
@@ -707,6 +707,7 @@ | |
})] | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") Tooltip.displayName = "Tooltip"; | |
process.env.NODE_ENV !== "production" ? Tooltip.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/Typography/Typography.js mui-new/esm/Typography/Typography.js | |
--- mui-master/esm/Typography/Typography.js 2025-05-15 04:27:01.017400823 -0400 | |
+++ mui-new/esm/Typography/Typography.js 2025-05-15 04:23:53.119059035 -0400 | |
@@ -179,6 +179,7 @@ | |
} | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") Typography.displayName = "Typography"; | |
process.env.NODE_ENV !== "production" ? Typography.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/esm/Zoom/Zoom.js mui-new/esm/Zoom/Zoom.js | |
--- mui-master/esm/Zoom/Zoom.js 2025-05-15 04:27:01.017559871 -0400 | |
+++ mui-new/esm/Zoom/Zoom.js 2025-05-15 04:23:53.119910519 -0400 | |
@@ -132,6 +132,7 @@ | |
} | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") Zoom.displayName = "Zoom"; | |
process.env.NODE_ENV !== "production" ? Zoom.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/Fab/Fab.js mui-new/Fab/Fab.js | |
--- mui-master/Fab/Fab.js 2025-05-15 04:27:00.987031006 -0400 | |
+++ mui-new/Fab/Fab.js 2025-05-15 04:23:53.089274192 -0400 | |
@@ -207,6 +207,7 @@ | |
children: children | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") Fab.displayName = "Fab"; | |
process.env.NODE_ENV !== "production" ? Fab.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/Fade/Fade.js mui-new/Fade/Fade.js | |
--- mui-master/Fade/Fade.js 2025-05-15 04:27:00.987227477 -0400 | |
+++ mui-new/Fade/Fade.js 2025-05-15 04:23:53.089500152 -0400 | |
@@ -139,6 +139,7 @@ | |
} | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") Fade.displayName = "Fade"; | |
process.env.NODE_ENV !== "production" ? Fade.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/FilledInput/FilledInput.js mui-new/FilledInput/FilledInput.js | |
--- mui-master/FilledInput/FilledInput.js 2025-05-15 04:27:00.987394844 -0400 | |
+++ mui-new/FilledInput/FilledInput.js 2025-05-15 04:23:53.089662601 -0400 | |
@@ -327,6 +327,7 @@ | |
classes: classes | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") FilledInput.displayName = "FilledInput"; | |
process.env.NODE_ENV !== "production" ? FilledInput.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/FormControl/FormControlContext.js mui-new/FormControl/FormControlContext.js | |
--- mui-master/FormControl/FormControlContext.js 2025-05-15 04:27:00.987661695 -0400 | |
+++ mui-new/FormControl/FormControlContext.js 2025-05-15 04:23:53.089957857 -0400 | |
@@ -11,7 +11,5 @@ | |
* @ignore - internal component. | |
*/ | |
const FormControlContext = /*#__PURE__*/React.createContext(undefined); | |
-if (process.env.NODE_ENV !== 'production') { | |
- FormControlContext.displayName = 'FormControlContext'; | |
-} | |
+if (process.env.NODE_ENV !== "production") FormControlContext.displayName = "FormControlContext"; | |
var _default = exports.default = FormControlContext; | |
\ No newline at end of file | |
diff --color -bur mui-master/FormControl/FormControl.js mui-new/FormControl/FormControl.js | |
--- mui-master/FormControl/FormControl.js 2025-05-15 04:27:00.987620007 -0400 | |
+++ mui-new/FormControl/FormControl.js 2025-05-15 04:23:53.089908145 -0400 | |
@@ -229,6 +229,7 @@ | |
}) | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") FormControl.displayName = "FormControl"; | |
process.env.NODE_ENV !== "production" ? FormControl.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/FormControlLabel/FormControlLabel.js mui-new/FormControlLabel/FormControlLabel.js | |
--- mui-master/FormControlLabel/FormControlLabel.js 2025-05-15 04:27:00.987990394 -0400 | |
+++ mui-new/FormControlLabel/FormControlLabel.js 2025-05-15 04:23:53.090268115 -0400 | |
@@ -198,6 +198,7 @@ | |
}) : label] | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") FormControlLabel.displayName = "FormControlLabel"; | |
process.env.NODE_ENV !== "production" ? FormControlLabel.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/FormGroup/FormGroup.js mui-new/FormGroup/FormGroup.js | |
--- mui-master/FormGroup/FormGroup.js 2025-05-15 04:27:00.988225587 -0400 | |
+++ mui-new/FormGroup/FormGroup.js 2025-05-15 04:23:53.090476584 -0400 | |
@@ -85,6 +85,7 @@ | |
...other | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") FormGroup.displayName = "FormGroup"; | |
process.env.NODE_ENV !== "production" ? FormGroup.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/FormHelperText/FormHelperText.js mui-new/FormHelperText/FormHelperText.js | |
--- mui-master/FormHelperText/FormHelperText.js 2025-05-15 04:27:00.988422980 -0400 | |
+++ mui-new/FormHelperText/FormHelperText.js 2025-05-15 04:23:53.090681095 -0400 | |
@@ -132,6 +132,7 @@ | |
})) : children | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") FormHelperText.displayName = "FormHelperText"; | |
process.env.NODE_ENV !== "production" ? FormHelperText.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/FormLabel/FormLabel.js mui-new/FormLabel/FormLabel.js | |
--- mui-master/FormLabel/FormLabel.js 2025-05-15 04:27:00.988638635 -0400 | |
+++ mui-new/FormLabel/FormLabel.js 2025-05-15 04:23:53.090885010 -0400 | |
@@ -132,6 +132,7 @@ | |
})] | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") FormLabel.displayName = "FormLabel"; | |
process.env.NODE_ENV !== "production" ? FormLabel.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/GridLegacy/GridLegacyContext.js mui-new/GridLegacy/GridLegacyContext.js | |
--- mui-master/GridLegacy/GridLegacyContext.js 2025-05-15 04:27:00.989317450 -0400 | |
+++ mui-new/GridLegacy/GridLegacyContext.js 2025-05-15 04:23:53.091506799 -0400 | |
@@ -11,7 +11,5 @@ | |
* @ignore - internal component. | |
*/ | |
const GridLegacyContext = /*#__PURE__*/React.createContext(); | |
-if (process.env.NODE_ENV !== 'production') { | |
- GridLegacyContext.displayName = 'GridLegacyContext'; | |
-} | |
+if (process.env.NODE_ENV !== "production") GridLegacyContext.displayName = "GridLegacyContext"; | |
var _default = exports.default = GridLegacyContext; | |
\ No newline at end of file | |
diff --color -bur mui-master/GridLegacy/GridLegacy.js mui-new/GridLegacy/GridLegacy.js | |
--- mui-master/GridLegacy/GridLegacy.js 2025-05-15 04:27:00.989254470 -0400 | |
+++ mui-new/GridLegacy/GridLegacy.js 2025-05-15 04:23:53.091454601 -0400 | |
@@ -454,6 +454,7 @@ | |
}) | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") GridLegacy.displayName = "GridLegacy"; | |
process.env.NODE_ENV !== "production" ? GridLegacy.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/Grow/Grow.js mui-new/Grow/Grow.js | |
--- mui-master/Grow/Grow.js 2025-05-15 04:27:00.989524463 -0400 | |
+++ mui-new/Grow/Grow.js 2025-05-15 04:23:53.091706668 -0400 | |
@@ -189,6 +189,7 @@ | |
} | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") Grow.displayName = "Grow"; | |
process.env.NODE_ENV !== "production" ? Grow.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/Icon/Icon.js mui-new/Icon/Icon.js | |
--- mui-master/Icon/Icon.js 2025-05-15 04:27:00.989681470 -0400 | |
+++ mui-new/Icon/Icon.js 2025-05-15 04:23:53.091859302 -0400 | |
@@ -143,6 +143,7 @@ | |
...other | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") Icon.displayName = "Icon"; | |
process.env.NODE_ENV !== "production" ? Icon.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/IconButton/IconButton.js mui-new/IconButton/IconButton.js | |
--- mui-master/IconButton/IconButton.js 2025-05-15 04:27:00.989889626 -0400 | |
+++ mui-new/IconButton/IconButton.js 2025-05-15 04:23:53.092062433 -0400 | |
@@ -241,6 +241,7 @@ | |
}), children] | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") IconButton.displayName = "IconButton"; | |
process.env.NODE_ENV !== "production" ? IconButton.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/ImageList/ImageListContext.js mui-new/ImageList/ImageListContext.js | |
--- mui-master/ImageList/ImageListContext.js 2025-05-15 04:27:00.990150600 -0400 | |
+++ mui-new/ImageList/ImageListContext.js 2025-05-15 04:23:53.092315483 -0400 | |
@@ -12,7 +12,5 @@ | |
* @type {React.Context<{} | {expanded: boolean, disabled: boolean, toggle: () => void}>} | |
*/ | |
const ImageListContext = /*#__PURE__*/React.createContext({}); | |
-if (process.env.NODE_ENV !== 'production') { | |
- ImageListContext.displayName = 'ImageListContext'; | |
-} | |
+if (process.env.NODE_ENV !== "production") ImageListContext.displayName = "ImageListContext"; | |
var _default = exports.default = ImageListContext; | |
\ No newline at end of file | |
diff --color -bur mui-master/ImageList/ImageList.js mui-new/ImageList/ImageList.js | |
--- mui-master/ImageList/ImageList.js 2025-05-15 04:27:00.990103772 -0400 | |
+++ mui-new/ImageList/ImageList.js 2025-05-15 04:23:53.092280117 -0400 | |
@@ -103,6 +103,7 @@ | |
}) | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") ImageList.displayName = "ImageList"; | |
process.env.NODE_ENV !== "production" ? ImageList.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/ImageListItem/ImageListItem.js mui-new/ImageListItem/ImageListItem.js | |
--- mui-master/ImageListItem/ImageListItem.js 2025-05-15 04:27:00.990337638 -0400 | |
+++ mui-new/ImageListItem/ImageListItem.js 2025-05-15 04:23:53.092518113 -0400 | |
@@ -151,6 +151,7 @@ | |
}) | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") ImageListItem.displayName = "ImageListItem"; | |
process.env.NODE_ENV !== "production" ? ImageListItem.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/ImageListItemBar/ImageListItemBar.js mui-new/ImageListItemBar/ImageListItemBar.js | |
--- mui-master/ImageListItemBar/ImageListItemBar.js 2025-05-15 04:27:00.990544229 -0400 | |
+++ mui-new/ImageListItemBar/ImageListItemBar.js 2025-05-15 04:23:53.092726071 -0400 | |
@@ -210,6 +210,7 @@ | |
}) : null] | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") ImageListItemBar.displayName = "ImageListItemBar"; | |
process.env.NODE_ENV !== "production" ? ImageListItemBar.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/Input/Input.js mui-new/Input/Input.js | |
--- mui-master/Input/Input.js 2025-05-15 04:27:00.990895780 -0400 | |
+++ mui-new/Input/Input.js 2025-05-15 04:23:53.093067997 -0400 | |
@@ -179,6 +179,7 @@ | |
classes: classes | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") Input.displayName = "Input"; | |
process.env.NODE_ENV !== "production" ? Input.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/InputAdornment/InputAdornment.js mui-new/InputAdornment/InputAdornment.js | |
--- mui-master/InputAdornment/InputAdornment.js 2025-05-15 04:27:00.991094405 -0400 | |
+++ mui-new/InputAdornment/InputAdornment.js 2025-05-15 04:23:53.093266327 -0400 | |
@@ -142,6 +142,7 @@ | |
}) | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") InputAdornment.displayName = "InputAdornment"; | |
process.env.NODE_ENV !== "production" ? InputAdornment.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/InputBase/InputBase.js mui-new/InputBase/InputBase.js | |
--- mui-master/InputBase/InputBase.js 2025-05-15 04:27:00.991298485 -0400 | |
+++ mui-new/InputBase/InputBase.js 2025-05-15 04:23:53.093465139 -0400 | |
@@ -527,6 +527,7 @@ | |
})] | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") InputBase.displayName = "InputBase"; | |
process.env.NODE_ENV !== "production" ? InputBase.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/InputLabel/InputLabel.js mui-new/InputLabel/InputLabel.js | |
--- mui-master/InputLabel/InputLabel.js 2025-05-15 04:27:00.991535089 -0400 | |
+++ mui-new/InputLabel/InputLabel.js 2025-05-15 04:23:53.093683756 -0400 | |
@@ -220,6 +220,7 @@ | |
classes: classes | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") InputLabel.displayName = "InputLabel"; | |
process.env.NODE_ENV !== "production" ? InputLabel.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/internal/SwitchBase.js mui-new/internal/SwitchBase.js | |
--- mui-master/internal/SwitchBase.js 2025-05-15 04:27:01.003546591 -0400 | |
+++ mui-new/internal/SwitchBase.js 2025-05-15 04:23:53.103797419 -0400 | |
@@ -240,6 +240,7 @@ | |
// NB: If changed, please update Checkbox, Switch and Radio | |
// so that the API documentation is updated. | |
+if (process.env.NODE_ENV !== "production") SwitchBase.displayName = "SwitchBase"; | |
process.env.NODE_ENV !== "production" ? SwitchBase.propTypes = { | |
/** | |
* If `true`, the `input` element is focused during the first mount. | |
diff --color -bur mui-master/LinearProgress/LinearProgress.js mui-new/LinearProgress/LinearProgress.js | |
--- mui-master/LinearProgress/LinearProgress.js 2025-05-15 04:27:00.991711539 -0400 | |
+++ mui-new/LinearProgress/LinearProgress.js 2025-05-15 04:23:53.093879310 -0400 | |
@@ -418,6 +418,7 @@ | |
})] | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") LinearProgress.displayName = "LinearProgress"; | |
process.env.NODE_ENV !== "production" ? LinearProgress.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/Link/Link.js mui-new/Link/Link.js | |
--- mui-master/Link/Link.js 2025-05-15 04:27:00.991901065 -0400 | |
+++ mui-new/Link/Link.js 2025-05-15 04:23:53.094063454 -0400 | |
@@ -229,6 +229,7 @@ | |
} | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") Link.displayName = "Link"; | |
process.env.NODE_ENV !== "production" ? Link.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/List/ListContext.js mui-new/List/ListContext.js | |
--- mui-master/List/ListContext.js 2025-05-15 04:27:00.992168078 -0400 | |
+++ mui-new/List/ListContext.js 2025-05-15 04:23:53.094338496 -0400 | |
@@ -11,7 +11,5 @@ | |
* @ignore - internal component. | |
*/ | |
const ListContext = /*#__PURE__*/React.createContext({}); | |
-if (process.env.NODE_ENV !== 'production') { | |
- ListContext.displayName = 'ListContext'; | |
-} | |
+if (process.env.NODE_ENV !== "production") ListContext.displayName = "ListContext"; | |
var _default = exports.default = ListContext; | |
\ No newline at end of file | |
diff --color -bur mui-master/List/List.js mui-new/List/List.js | |
--- mui-master/List/List.js 2025-05-15 04:27:00.992135568 -0400 | |
+++ mui-new/List/List.js 2025-05-15 04:23:53.094309315 -0400 | |
@@ -95,6 +95,7 @@ | |
}) | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") List.displayName = "List"; | |
process.env.NODE_ENV !== "production" ? List.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/ListItem/ListItem.js mui-new/ListItem/ListItem.js | |
--- mui-master/ListItem/ListItem.js 2025-05-15 04:27:00.992367241 -0400 | |
+++ mui-new/ListItem/ListItem.js 2025-05-15 04:23:53.094527522 -0400 | |
@@ -268,6 +268,7 @@ | |
}) | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") ListItem.displayName = "ListItem"; | |
process.env.NODE_ENV !== "production" ? ListItem.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/ListItemAvatar/ListItemAvatar.js mui-new/ListItemAvatar/ListItemAvatar.js | |
--- mui-master/ListItemAvatar/ListItemAvatar.js 2025-05-15 04:27:00.992548842 -0400 | |
+++ mui-new/ListItemAvatar/ListItemAvatar.js 2025-05-15 04:23:53.094709924 -0400 | |
@@ -73,6 +73,7 @@ | |
...other | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") ListItemAvatar.displayName = "ListItemAvatar"; | |
process.env.NODE_ENV !== "production" ? ListItemAvatar.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/ListItemButton/ListItemButton.js mui-new/ListItemButton/ListItemButton.js | |
--- mui-master/ListItemButton/ListItemButton.js 2025-05-15 04:27:00.992710332 -0400 | |
+++ mui-new/ListItemButton/ListItemButton.js 2025-05-15 04:23:53.094861578 -0400 | |
@@ -191,6 +191,7 @@ | |
}) | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") ListItemButton.displayName = "ListItemButton"; | |
process.env.NODE_ENV !== "production" ? ListItemButton.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/ListItemIcon/ListItemIcon.js mui-new/ListItemIcon/ListItemIcon.js | |
--- mui-master/ListItemIcon/ListItemIcon.js 2025-05-15 04:27:00.992878975 -0400 | |
+++ mui-new/ListItemIcon/ListItemIcon.js 2025-05-15 04:23:53.095023315 -0400 | |
@@ -78,6 +78,7 @@ | |
...other | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") ListItemIcon.displayName = "ListItemIcon"; | |
process.env.NODE_ENV !== "production" ? ListItemIcon.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/ListItemSecondaryAction/ListItemSecondaryAction.js mui-new/ListItemSecondaryAction/ListItemSecondaryAction.js | |
--- mui-master/ListItemSecondaryAction/ListItemSecondaryAction.js 2025-05-15 04:27:00.993047793 -0400 | |
+++ mui-new/ListItemSecondaryAction/ListItemSecondaryAction.js 2025-05-15 04:23:53.095213129 -0400 | |
@@ -77,6 +77,7 @@ | |
...other | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") ListItemSecondaryAction.displayName = "ListItemSecondaryAction"; | |
process.env.NODE_ENV !== "production" ? ListItemSecondaryAction.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/ListItemText/ListItemText.js mui-new/ListItemText/ListItemText.js | |
--- mui-master/ListItemText/ListItemText.js 2025-05-15 04:27:00.993228458 -0400 | |
+++ mui-new/ListItemText/ListItemText.js 2025-05-15 04:23:53.095367377 -0400 | |
@@ -157,6 +157,7 @@ | |
children: [primary, secondary] | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") ListItemText.displayName = "ListItemText"; | |
process.env.NODE_ENV !== "production" ? ListItemText.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/ListSubheader/ListSubheader.js mui-new/ListSubheader/ListSubheader.js | |
--- mui-master/ListSubheader/ListSubheader.js 2025-05-15 04:27:00.993398908 -0400 | |
+++ mui-new/ListSubheader/ListSubheader.js 2025-05-15 04:23:53.095526500 -0400 | |
@@ -121,6 +121,7 @@ | |
...other | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") ListSubheader.displayName = "ListSubheader"; | |
if (ListSubheader) { | |
ListSubheader.muiSkipListHighlight = true; | |
} | |
diff --color -bur mui-master/Menu/Menu.js mui-new/Menu/Menu.js | |
--- mui-master/Menu/Menu.js 2025-05-15 04:27:00.993569283 -0400 | |
+++ mui-new/Menu/Menu.js 2025-05-15 04:23:53.095672240 -0400 | |
@@ -231,6 +231,7 @@ | |
}) | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") Menu.displayName = "Menu"; | |
process.env.NODE_ENV !== "production" ? Menu.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/MenuItem/MenuItem.js mui-new/MenuItem/MenuItem.js | |
--- mui-master/MenuItem/MenuItem.js 2025-05-15 04:27:00.993759828 -0400 | |
+++ mui-new/MenuItem/MenuItem.js 2025-05-15 04:23:53.095835198 -0400 | |
@@ -213,6 +213,7 @@ | |
}) | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") MenuItem.displayName = "MenuItem"; | |
process.env.NODE_ENV !== "production" ? MenuItem.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/MenuList/MenuList.js mui-new/MenuList/MenuList.js | |
--- mui-master/MenuList/MenuList.js 2025-05-15 04:27:00.993922726 -0400 | |
+++ mui-new/MenuList/MenuList.js 2025-05-15 04:23:53.095988232 -0400 | |
@@ -249,6 +249,7 @@ | |
children: items | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") MenuList.displayName = "MenuList"; | |
process.env.NODE_ENV !== "production" ? MenuList.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/MobileStepper/MobileStepper.js mui-new/MobileStepper/MobileStepper.js | |
--- mui-master/MobileStepper/MobileStepper.js 2025-05-15 04:27:00.994041759 -0400 | |
+++ mui-new/MobileStepper/MobileStepper.js 2025-05-15 04:23:53.096094014 -0400 | |
@@ -237,6 +237,7 @@ | |
}), nextButton] | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") MobileStepper.displayName = "MobileStepper"; | |
process.env.NODE_ENV !== "production" ? MobileStepper.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/Modal/Modal.js mui-new/Modal/Modal.js | |
--- mui-master/Modal/Modal.js 2025-05-15 04:27:00.994211433 -0400 | |
+++ mui-new/Modal/Modal.js 2025-05-15 04:23:53.096245732 -0400 | |
@@ -223,6 +223,7 @@ | |
}) | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") Modal.displayName = "Modal"; | |
process.env.NODE_ENV !== "production" ? Modal.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/NativeSelect/NativeSelectInput.js mui-new/NativeSelect/NativeSelectInput.js | |
--- mui-master/NativeSelect/NativeSelectInput.js 2025-05-15 04:27:00.994543672 -0400 | |
+++ mui-new/NativeSelect/NativeSelectInput.js 2025-05-15 04:23:53.096544925 -0400 | |
@@ -189,6 +189,7 @@ | |
})] | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") NativeSelectInput.displayName = "NativeSelectInput"; | |
process.env.NODE_ENV !== "production" ? NativeSelectInput.propTypes = { | |
/** | |
* The option elements to populate the select with. | |
diff --color -bur mui-master/NativeSelect/NativeSelect.js mui-new/NativeSelect/NativeSelect.js | |
--- mui-master/NativeSelect/NativeSelect.js 2025-05-15 04:27:00.994514850 -0400 | |
+++ mui-new/NativeSelect/NativeSelect.js 2025-05-15 04:23:53.096518546 -0400 | |
@@ -83,6 +83,7 @@ | |
}) | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") NativeSelect.displayName = "NativeSelect"; | |
process.env.NODE_ENV !== "production" ? NativeSelect.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/OutlinedInput/OutlinedInput.js mui-new/OutlinedInput/OutlinedInput.js | |
--- mui-master/OutlinedInput/OutlinedInput.js 2025-05-15 04:27:00.994903153 -0400 | |
+++ mui-new/OutlinedInput/OutlinedInput.js 2025-05-15 04:23:53.096879464 -0400 | |
@@ -260,6 +260,7 @@ | |
} | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") OutlinedInput.displayName = "OutlinedInput"; | |
process.env.NODE_ENV !== "production" ? OutlinedInput.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/Pagination/Pagination.js mui-new/Pagination/Pagination.js | |
--- mui-master/Pagination/Pagination.js 2025-05-15 04:27:00.995154489 -0400 | |
+++ mui-new/Pagination/Pagination.js 2025-05-15 04:23:53.097091535 -0400 | |
@@ -133,7 +133,7 @@ | |
}); | |
// @default tags synced with default values from usePagination | |
- | |
+if (process.env.NODE_ENV !== "production") Pagination.displayName = "Pagination"; | |
process.env.NODE_ENV !== "production" ? Pagination.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/PaginationItem/PaginationItem.js mui-new/PaginationItem/PaginationItem.js | |
--- mui-master/PaginationItem/PaginationItem.js 2025-05-15 04:27:00.995313540 -0400 | |
+++ mui-new/PaginationItem/PaginationItem.js 2025-05-15 04:23:53.097226600 -0400 | |
@@ -372,6 +372,7 @@ | |
}) : null] | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") PaginationItem.displayName = "PaginationItem"; | |
process.env.NODE_ENV !== "production" ? PaginationItem.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/Paper/Paper.js mui-new/Paper/Paper.js | |
--- mui-master/Paper/Paper.js 2025-05-15 04:27:00.995493375 -0400 | |
+++ mui-new/Paper/Paper.js 2025-05-15 04:23:53.097365141 -0400 | |
@@ -118,6 +118,7 @@ | |
} | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") Paper.displayName = "Paper"; | |
process.env.NODE_ENV !== "production" ? Paper.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/PigmentContainer/PigmentContainer.js mui-new/PigmentContainer/PigmentContainer.js | |
--- mui-master/PigmentContainer/PigmentContainer.js 2025-05-15 04:27:00.995655862 -0400 | |
+++ mui-new/PigmentContainer/PigmentContainer.js 2025-05-15 04:23:53.097501348 -0400 | |
@@ -62,6 +62,7 @@ | |
ref: ref | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") PigmentContainer.displayName = "PigmentContainer"; | |
process.env.NODE_ENV !== "production" ? PigmentContainer.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/PigmentGrid/PigmentGrid.js mui-new/PigmentGrid/PigmentGrid.js | |
--- mui-master/PigmentGrid/PigmentGrid.js 2025-05-15 04:27:00.995775771 -0400 | |
+++ mui-new/PigmentGrid/PigmentGrid.js 2025-05-15 04:23:53.097592817 -0400 | |
@@ -64,6 +64,7 @@ | |
...other | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") PigmentGrid.displayName = "PigmentGrid"; | |
process.env.NODE_ENV !== "production" ? PigmentGrid.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/PigmentStack/PigmentStack.js mui-new/PigmentStack/PigmentStack.js | |
--- mui-master/PigmentStack/PigmentStack.js 2025-05-15 04:27:00.995895330 -0400 | |
+++ mui-new/PigmentStack/PigmentStack.js 2025-05-15 04:23:53.097685068 -0400 | |
@@ -42,6 +42,7 @@ | |
...props | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") PigmentStack.displayName = "PigmentStack"; | |
process.env.NODE_ENV !== "production" ? PigmentStack.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/Popover/Popover.js mui-new/Popover/Popover.js | |
--- mui-master/Popover/Popover.js 2025-05-15 04:27:00.996013254 -0400 | |
+++ mui-new/Popover/Popover.js 2025-05-15 04:23:53.097779635 -0400 | |
@@ -388,6 +388,7 @@ | |
}) | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") Popover.displayName = "Popover"; | |
process.env.NODE_ENV !== "production" ? Popover.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/Popper/BasePopper.js mui-new/Popper/BasePopper.js | |
--- mui-master/Popper/BasePopper.js 2025-05-15 04:27:00.996210119 -0400 | |
+++ mui-new/Popper/BasePopper.js 2025-05-15 04:23:53.097933401 -0400 | |
@@ -182,6 +182,7 @@ | |
/** | |
* @ignore - internal component. | |
*/ | |
+if (process.env.NODE_ENV !== "production") PopperTooltip.displayName = "PopperTooltip"; | |
const Popper = /*#__PURE__*/React.forwardRef(function Popper(props, forwardedRef) { | |
const { | |
anchorEl, | |
@@ -258,6 +259,7 @@ | |
}) | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") Popper.displayName = "Popper"; | |
process.env.NODE_ENV !== "production" ? Popper.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/Popper/Popper.js mui-new/Popper/Popper.js | |
--- mui-master/Popper/Popper.js 2025-05-15 04:27:00.996265275 -0400 | |
+++ mui-new/Popper/Popper.js 2025-05-15 04:23:53.097979390 -0400 | |
@@ -82,6 +82,7 @@ | |
ref: ref | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") Popper.displayName = "Popper"; | |
process.env.NODE_ENV !== "production" ? Popper.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/Portal/Portal.js mui-new/Portal/Portal.js | |
--- mui-master/Portal/Portal.js 2025-05-15 04:27:00.996462359 -0400 | |
+++ mui-new/Portal/Portal.js 2025-05-15 04:23:53.098137578 -0400 | |
@@ -65,6 +65,7 @@ | |
} | |
return mountNode ? /*#__PURE__*/ReactDOM.createPortal(children, mountNode) : mountNode; | |
}); | |
+if (process.env.NODE_ENV !== "production") Portal.displayName = "Portal"; | |
process.env.NODE_ENV !== "production" ? Portal.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/Radio/Radio.js mui-new/Radio/Radio.js | |
--- mui-master/Radio/Radio.js 2025-05-15 04:27:00.996616781 -0400 | |
+++ mui-new/Radio/Radio.js 2025-05-15 04:23:53.098252600 -0400 | |
@@ -208,6 +208,7 @@ | |
classes: classes | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") Radio.displayName = "Radio"; | |
process.env.NODE_ENV !== "production" ? Radio.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/RadioGroup/RadioGroupContext.js mui-new/RadioGroup/RadioGroupContext.js | |
--- mui-master/RadioGroup/RadioGroupContext.js 2025-05-15 04:27:00.996820352 -0400 | |
+++ mui-new/RadioGroup/RadioGroupContext.js 2025-05-15 04:23:53.098410399 -0400 | |
@@ -11,7 +11,5 @@ | |
* @ignore - internal component. | |
*/ | |
const RadioGroupContext = /*#__PURE__*/React.createContext(undefined); | |
-if (process.env.NODE_ENV !== 'production') { | |
- RadioGroupContext.displayName = 'RadioGroupContext'; | |
-} | |
+if (process.env.NODE_ENV !== "production") RadioGroupContext.displayName = "RadioGroupContext"; | |
var _default = exports.default = RadioGroupContext; | |
\ No newline at end of file | |
diff --color -bur mui-master/RadioGroup/RadioGroup.js mui-new/RadioGroup/RadioGroup.js | |
--- mui-master/RadioGroup/RadioGroup.js 2025-05-15 04:27:00.996793729 -0400 | |
+++ mui-new/RadioGroup/RadioGroup.js 2025-05-15 04:23:53.098389533 -0400 | |
@@ -83,6 +83,7 @@ | |
}) | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") RadioGroup.displayName = "RadioGroup"; | |
process.env.NODE_ENV !== "production" ? RadioGroup.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/Rating/Rating.js mui-new/Rating/Rating.js | |
--- mui-master/Rating/Rating.js 2025-05-15 04:27:00.997024013 -0400 | |
+++ mui-new/Rating/Rating.js 2025-05-15 04:23:53.098559200 -0400 | |
@@ -628,6 +628,7 @@ | |
})] | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") Rating.displayName = "Rating"; | |
process.env.NODE_ENV !== "production" ? Rating.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/ScopedCssBaseline/ScopedCssBaseline.js mui-new/ScopedCssBaseline/ScopedCssBaseline.js | |
--- mui-master/ScopedCssBaseline/ScopedCssBaseline.js 2025-05-15 04:27:00.997194597 -0400 | |
+++ mui-new/ScopedCssBaseline/ScopedCssBaseline.js 2025-05-15 04:23:53.098680859 -0400 | |
@@ -90,6 +90,7 @@ | |
...other | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") ScopedCssBaseline.displayName = "ScopedCssBaseline"; | |
process.env.NODE_ENV !== "production" ? ScopedCssBaseline.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/Select/SelectInput.js mui-new/Select/SelectInput.js | |
--- mui-master/Select/SelectInput.js 2025-05-15 04:27:00.997386056 -0400 | |
+++ mui-new/Select/SelectInput.js 2025-05-15 04:23:53.098814877 -0400 | |
@@ -528,6 +528,7 @@ | |
})] | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") SelectInput.displayName = "SelectInput"; | |
process.env.NODE_ENV !== "production" ? SelectInput.propTypes = { | |
/** | |
* @ignore | |
diff --color -bur mui-master/Select/Select.js mui-new/Select/Select.js | |
--- mui-master/Select/Select.js 2025-05-15 04:27:00.997349161 -0400 | |
+++ mui-new/Select/Select.js 2025-05-15 04:23:53.098789703 -0400 | |
@@ -155,6 +155,7 @@ | |
}) | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") Select.displayName = "Select"; | |
process.env.NODE_ENV !== "production" ? Select.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/Skeleton/Skeleton.js mui-new/Skeleton/Skeleton.js | |
--- mui-master/Skeleton/Skeleton.js 2025-05-15 04:27:00.997575167 -0400 | |
+++ mui-new/Skeleton/Skeleton.js 2025-05-15 04:23:53.098949380 -0400 | |
@@ -221,6 +221,7 @@ | |
} | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") Skeleton.displayName = "Skeleton"; | |
process.env.NODE_ENV !== "production" ? Skeleton.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/Slide/Slide.js mui-new/Slide/Slide.js | |
--- mui-master/Slide/Slide.js 2025-05-15 04:27:00.997723021 -0400 | |
+++ mui-new/Slide/Slide.js 2025-05-15 04:23:53.099062366 -0400 | |
@@ -240,6 +240,7 @@ | |
} | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") Slide.displayName = "Slide"; | |
process.env.NODE_ENV !== "production" ? Slide.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/Slider/Slider.js mui-new/Slider/Slider.js | |
--- mui-master/Slider/Slider.js 2025-05-15 04:27:00.997837170 -0400 | |
+++ mui-new/Slider/Slider.js 2025-05-15 04:23:53.099158519 -0400 | |
@@ -817,6 +817,7 @@ | |
})] | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") Slider.displayName = "Slider"; | |
process.env.NODE_ENV !== "production" ? Slider.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/Snackbar/Snackbar.js mui-new/Snackbar/Snackbar.js | |
--- mui-master/Snackbar/Snackbar.js 2025-05-15 04:27:00.998171412 -0400 | |
+++ mui-new/Snackbar/Snackbar.js 2025-05-15 04:23:53.099409157 -0400 | |
@@ -273,6 +273,7 @@ | |
}) | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") Snackbar.displayName = "Snackbar"; | |
process.env.NODE_ENV !== "production" ? Snackbar.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/SnackbarContent/SnackbarContent.js mui-new/SnackbarContent/SnackbarContent.js | |
--- mui-master/SnackbarContent/SnackbarContent.js 2025-05-15 04:27:00.998384651 -0400 | |
+++ mui-new/SnackbarContent/SnackbarContent.js 2025-05-15 04:23:53.099579343 -0400 | |
@@ -102,6 +102,7 @@ | |
}) : null] | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") SnackbarContent.displayName = "SnackbarContent"; | |
process.env.NODE_ENV !== "production" ? SnackbarContent.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/SpeedDial/SpeedDial.js mui-new/SpeedDial/SpeedDial.js | |
--- mui-master/SpeedDial/SpeedDial.js 2025-05-15 04:27:00.998521121 -0400 | |
+++ mui-new/SpeedDial/SpeedDial.js 2025-05-15 04:23:53.099677983 -0400 | |
@@ -451,6 +451,7 @@ | |
})] | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") SpeedDial.displayName = "SpeedDial"; | |
process.env.NODE_ENV !== "production" ? SpeedDial.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/SpeedDialAction/SpeedDialAction.js mui-new/SpeedDialAction/SpeedDialAction.js | |
--- mui-master/SpeedDialAction/SpeedDialAction.js 2025-05-15 04:27:00.998672968 -0400 | |
+++ mui-new/SpeedDialAction/SpeedDialAction.js 2025-05-15 04:23:53.099801724 -0400 | |
@@ -270,6 +270,7 @@ | |
children: fab | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") SpeedDialAction.displayName = "SpeedDialAction"; | |
process.env.NODE_ENV !== "production" ? SpeedDialAction.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/SpeedDialIcon/SpeedDialIcon.js mui-new/SpeedDialIcon/SpeedDialIcon.js | |
--- mui-master/SpeedDialIcon/SpeedDialIcon.js 2025-05-15 04:27:00.998815485 -0400 | |
+++ mui-new/SpeedDialIcon/SpeedDialIcon.js 2025-05-15 04:23:53.099906624 -0400 | |
@@ -128,6 +128,7 @@ | |
})] | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") SpeedDialIcon.displayName = "SpeedDialIcon"; | |
process.env.NODE_ENV !== "production" ? SpeedDialIcon.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/Step/StepContext.js mui-new/Step/StepContext.js | |
--- mui-master/Step/StepContext.js 2025-05-15 04:27:00.999094743 -0400 | |
+++ mui-new/Step/StepContext.js 2025-05-15 04:23:53.100144581 -0400 | |
@@ -12,14 +12,12 @@ | |
* Provides information about the current step in Stepper. | |
*/ | |
const StepContext = /*#__PURE__*/React.createContext({}); | |
-if (process.env.NODE_ENV !== 'production') { | |
- StepContext.displayName = 'StepContext'; | |
-} | |
/** | |
* Returns the current StepContext or an empty object if no StepContext | |
* has been defined in the component tree. | |
*/ | |
+if (process.env.NODE_ENV !== "production") StepContext.displayName = "StepContext"; | |
function useStepContext() { | |
return React.useContext(StepContext); | |
} | |
diff --color -bur mui-master/Step/Step.js mui-new/Step/Step.js | |
--- mui-master/Step/Step.js 2025-05-15 04:27:00.999072127 -0400 | |
+++ mui-new/Step/Step.js 2025-05-15 04:23:53.100119203 -0400 | |
@@ -125,6 +125,7 @@ | |
}) : newChildren | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") Step.displayName = "Step"; | |
process.env.NODE_ENV !== "production" ? Step.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/StepButton/StepButton.js mui-new/StepButton/StepButton.js | |
--- mui-master/StepButton/StepButton.js 2025-05-15 04:27:00.999231373 -0400 | |
+++ mui-new/StepButton/StepButton.js 2025-05-15 04:23:53.100249954 -0400 | |
@@ -107,6 +107,7 @@ | |
children: child | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") StepButton.displayName = "StepButton"; | |
process.env.NODE_ENV !== "production" ? StepButton.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/StepConnector/StepConnector.js mui-new/StepConnector/StepConnector.js | |
--- mui-master/StepConnector/StepConnector.js 2025-05-15 04:27:00.999355324 -0400 | |
+++ mui-new/StepConnector/StepConnector.js 2025-05-15 04:23:53.100343076 -0400 | |
@@ -138,6 +138,7 @@ | |
}) | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") StepConnector.displayName = "StepConnector"; | |
process.env.NODE_ENV !== "production" ? StepConnector.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/StepContent/StepContent.js mui-new/StepContent/StepContent.js | |
--- mui-master/StepContent/StepContent.js 2025-05-15 04:27:00.999477524 -0400 | |
+++ mui-new/StepContent/StepContent.js 2025-05-15 04:23:53.100439733 -0400 | |
@@ -129,6 +129,7 @@ | |
}) | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") StepContent.displayName = "StepContent"; | |
process.env.NODE_ENV !== "production" ? StepContent.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/StepIcon/StepIcon.js mui-new/StepIcon/StepIcon.js | |
--- mui-master/StepIcon/StepIcon.js 2025-05-15 04:27:00.999609406 -0400 | |
+++ mui-new/StepIcon/StepIcon.js 2025-05-15 04:23:53.100539457 -0400 | |
@@ -126,6 +126,7 @@ | |
} | |
return icon; | |
}); | |
+if (process.env.NODE_ENV !== "production") StepIcon.displayName = "StepIcon"; | |
process.env.NODE_ENV !== "production" ? StepIcon.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/StepLabel/StepLabel.js mui-new/StepLabel/StepLabel.js | |
--- mui-master/StepLabel/StepLabel.js 2025-05-15 04:27:00.999729279 -0400 | |
+++ mui-new/StepLabel/StepLabel.js 2025-05-15 04:23:53.100631949 -0400 | |
@@ -209,6 +209,7 @@ | |
})] | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") StepLabel.displayName = "StepLabel"; | |
process.env.NODE_ENV !== "production" ? StepLabel.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/Stepper/StepperContext.js mui-new/Stepper/StepperContext.js | |
--- mui-master/Stepper/StepperContext.js 2025-05-15 04:27:00.999882322 -0400 | |
+++ mui-new/Stepper/StepperContext.js 2025-05-15 04:23:53.100750894 -0400 | |
@@ -12,14 +12,12 @@ | |
* Provides information about the current step in Stepper. | |
*/ | |
const StepperContext = /*#__PURE__*/React.createContext({}); | |
-if (process.env.NODE_ENV !== 'production') { | |
- StepperContext.displayName = 'StepperContext'; | |
-} | |
/** | |
* Returns the current StepperContext or an empty object if no StepperContext | |
* has been defined in the component tree. | |
*/ | |
+if (process.env.NODE_ENV !== "production") StepperContext.displayName = "StepperContext"; | |
function useStepperContext() { | |
return React.useContext(StepperContext); | |
} | |
diff --color -bur mui-master/Stepper/Stepper.js mui-new/Stepper/Stepper.js | |
--- mui-master/Stepper/Stepper.js 2025-05-15 04:27:00.999859001 -0400 | |
+++ mui-new/Stepper/Stepper.js 2025-05-15 04:23:53.100733168 -0400 | |
@@ -117,6 +117,7 @@ | |
}) | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") Stepper.displayName = "Stepper"; | |
process.env.NODE_ENV !== "production" ? Stepper.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/SvgIcon/SvgIcon.js mui-new/SvgIcon/SvgIcon.js | |
--- mui-master/SvgIcon/SvgIcon.js 2025-05-15 04:27:01.000017997 -0400 | |
+++ mui-new/SvgIcon/SvgIcon.js 2025-05-15 04:23:53.100849656 -0400 | |
@@ -165,6 +165,7 @@ | |
}) : null] | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") SvgIcon.displayName = "SvgIcon"; | |
process.env.NODE_ENV !== "production" ? SvgIcon.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/SwipeableDrawer/SwipeableDrawer.js mui-new/SwipeableDrawer/SwipeableDrawer.js | |
--- mui-master/SwipeableDrawer/SwipeableDrawer.js 2025-05-15 04:27:01.000163563 -0400 | |
+++ mui-new/SwipeableDrawer/SwipeableDrawer.js 2025-05-15 04:23:53.100964817 -0400 | |
@@ -519,6 +519,7 @@ | |
})] | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") SwipeableDrawer.displayName = "SwipeableDrawer"; | |
process.env.NODE_ENV !== "production" ? SwipeableDrawer.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/SwipeableDrawer/SwipeArea.js mui-new/SwipeableDrawer/SwipeArea.js | |
--- mui-master/SwipeableDrawer/SwipeArea.js 2025-05-15 04:27:01.000143669 -0400 | |
+++ mui-new/SwipeableDrawer/SwipeArea.js 2025-05-15 04:23:53.100950200 -0400 | |
@@ -85,6 +85,7 @@ | |
...other | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") SwipeArea.displayName = "SwipeArea"; | |
process.env.NODE_ENV !== "production" ? SwipeArea.propTypes = { | |
/** | |
* Side on which to attach the discovery area. | |
diff --color -bur mui-master/Switch/Switch.js mui-new/Switch/Switch.js | |
--- mui-master/Switch/Switch.js 2025-05-15 04:27:01.000257198 -0400 | |
+++ mui-new/Switch/Switch.js 2025-05-15 04:23:53.101035305 -0400 | |
@@ -291,6 +291,7 @@ | |
})] | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") Switch.displayName = "Switch"; | |
process.env.NODE_ENV !== "production" ? Switch.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/Tab/Tab.js mui-new/Tab/Tab.js | |
--- mui-master/Tab/Tab.js 2025-05-15 04:27:01.000378460 -0400 | |
+++ mui-new/Tab/Tab.js 2025-05-15 04:23:53.101135542 -0400 | |
@@ -266,6 +266,7 @@ | |
}), indicator] | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") Tab.displayName = "Tab"; | |
process.env.NODE_ENV !== "production" ? Tab.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/Table/TableContext.js mui-new/Table/TableContext.js | |
--- mui-master/Table/TableContext.js 2025-05-15 04:27:01.000639097 -0400 | |
+++ mui-new/Table/TableContext.js 2025-05-15 04:23:53.101334340 -0400 | |
@@ -11,7 +11,5 @@ | |
* @ignore - internal component. | |
*/ | |
const TableContext = /*#__PURE__*/React.createContext(); | |
-if (process.env.NODE_ENV !== 'production') { | |
- TableContext.displayName = 'TableContext'; | |
-} | |
+if (process.env.NODE_ENV !== "production") TableContext.displayName = "TableContext"; | |
var _default = exports.default = TableContext; | |
\ No newline at end of file | |
diff --color -bur mui-master/Table/Table.js mui-new/Table/Table.js | |
--- mui-master/Table/Table.js 2025-05-15 04:27:01.000620045 -0400 | |
+++ mui-new/Table/Table.js 2025-05-15 04:23:53.101317714 -0400 | |
@@ -98,6 +98,7 @@ | |
}) | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") Table.displayName = "Table"; | |
process.env.NODE_ENV !== "production" ? Table.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/Table/Tablelvl2Context.js mui-new/Table/Tablelvl2Context.js | |
--- mui-master/Table/Tablelvl2Context.js 2025-05-15 04:27:01.000652041 -0400 | |
+++ mui-new/Table/Tablelvl2Context.js 2025-05-15 04:23:53.101344965 -0400 | |
@@ -11,7 +11,5 @@ | |
* @ignore - internal component. | |
*/ | |
const Tablelvl2Context = /*#__PURE__*/React.createContext(); | |
-if (process.env.NODE_ENV !== 'production') { | |
- Tablelvl2Context.displayName = 'Tablelvl2Context'; | |
-} | |
+if (process.env.NODE_ENV !== "production") Tablelvl2Context.displayName = "Tablelvl2Context"; | |
var _default = exports.default = Tablelvl2Context; | |
\ No newline at end of file | |
diff --color -bur mui-master/TableBody/TableBody.js mui-new/TableBody/TableBody.js | |
--- mui-master/TableBody/TableBody.js 2025-05-15 04:27:01.000779086 -0400 | |
+++ mui-new/TableBody/TableBody.js 2025-05-15 04:23:53.101447078 -0400 | |
@@ -62,6 +62,7 @@ | |
}) | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") TableBody.displayName = "TableBody"; | |
process.env.NODE_ENV !== "production" ? TableBody.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/TableCell/TableCell.js mui-new/TableCell/TableCell.js | |
--- mui-master/TableCell/TableCell.js 2025-05-15 04:27:01.000882040 -0400 | |
+++ mui-new/TableCell/TableCell.js 2025-05-15 04:23:53.101540616 -0400 | |
@@ -216,6 +216,7 @@ | |
...other | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") TableCell.displayName = "TableCell"; | |
process.env.NODE_ENV !== "production" ? TableCell.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/TableContainer/TableContainer.js mui-new/TableContainer/TableContainer.js | |
--- mui-master/TableContainer/TableContainer.js 2025-05-15 04:27:01.000997897 -0400 | |
+++ mui-new/TableContainer/TableContainer.js 2025-05-15 04:23:53.101634543 -0400 | |
@@ -54,6 +54,7 @@ | |
...other | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") TableContainer.displayName = "TableContainer"; | |
process.env.NODE_ENV !== "production" ? TableContainer.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/TableFooter/TableFooter.js mui-new/TableFooter/TableFooter.js | |
--- mui-master/TableFooter/TableFooter.js 2025-05-15 04:27:01.001099731 -0400 | |
+++ mui-new/TableFooter/TableFooter.js 2025-05-15 04:23:53.101717863 -0400 | |
@@ -62,6 +62,7 @@ | |
}) | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") TableFooter.displayName = "TableFooter"; | |
process.env.NODE_ENV !== "production" ? TableFooter.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/TableHead/TableHead.js mui-new/TableHead/TableHead.js | |
--- mui-master/TableHead/TableHead.js 2025-05-15 04:27:01.001214626 -0400 | |
+++ mui-new/TableHead/TableHead.js 2025-05-15 04:23:53.101801280 -0400 | |
@@ -62,6 +62,7 @@ | |
}) | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") TableHead.displayName = "TableHead"; | |
process.env.NODE_ENV !== "production" ? TableHead.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/TablePagination/TablePaginationActions.js mui-new/TablePagination/TablePaginationActions.js | |
--- mui-master/TablePagination/TablePaginationActions.js 2025-05-15 04:27:01.001347760 -0400 | |
+++ mui-new/TablePagination/TablePaginationActions.js 2025-05-15 04:23:53.101906975 -0400 | |
@@ -115,6 +115,7 @@ | |
})] | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") TablePaginationActions.displayName = "TablePaginationActions"; | |
process.env.NODE_ENV !== "production" ? TablePaginationActions.propTypes = { | |
/** | |
* Props applied to the back arrow [`IconButton`](/material-ui/api/icon-button/) element. | |
diff --color -bur mui-master/TablePagination/TablePagination.js mui-new/TablePagination/TablePagination.js | |
--- mui-master/TablePagination/TablePagination.js 2025-05-15 04:27:01.001323329 -0400 | |
+++ mui-new/TablePagination/TablePagination.js 2025-05-15 04:23:53.101886382 -0400 | |
@@ -309,6 +309,7 @@ | |
}) | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") TablePagination.displayName = "TablePagination"; | |
process.env.NODE_ENV !== "production" ? TablePagination.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/TableRow/TableRow.js mui-new/TableRow/TableRow.js | |
--- mui-master/TableRow/TableRow.js 2025-05-15 04:27:01.001467885 -0400 | |
+++ mui-new/TableRow/TableRow.js 2025-05-15 04:23:53.102006569 -0400 | |
@@ -94,6 +94,7 @@ | |
...other | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") TableRow.displayName = "TableRow"; | |
process.env.NODE_ENV !== "production" ? TableRow.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/TableSortLabel/TableSortLabel.js mui-new/TableSortLabel/TableSortLabel.js | |
--- mui-master/TableSortLabel/TableSortLabel.js 2025-05-15 04:27:01.001570350 -0400 | |
+++ mui-new/TableSortLabel/TableSortLabel.js 2025-05-15 04:23:53.102087822 -0400 | |
@@ -158,6 +158,7 @@ | |
})] | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") TableSortLabel.displayName = "TableSortLabel"; | |
process.env.NODE_ENV !== "production" ? TableSortLabel.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/Tabs/Tabs.js mui-new/Tabs/Tabs.js | |
--- mui-master/Tabs/Tabs.js 2025-05-15 04:27:01.001690501 -0400 | |
+++ mui-new/Tabs/Tabs.js 2025-05-15 04:23:53.102189379 -0400 | |
@@ -794,6 +794,7 @@ | |
}), conditionalElements.scrollButtonEnd] | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") Tabs.displayName = "Tabs"; | |
process.env.NODE_ENV !== "production" ? Tabs.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/TabScrollButton/TabScrollButton.js mui-new/TabScrollButton/TabScrollButton.js | |
--- mui-master/TabScrollButton/TabScrollButton.js 2025-05-15 04:27:01.000493828 -0400 | |
+++ mui-new/TabScrollButton/TabScrollButton.js 2025-05-15 04:23:53.101223792 -0400 | |
@@ -120,6 +120,7 @@ | |
}) | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") TabScrollButton.displayName = "TabScrollButton"; | |
process.env.NODE_ENV !== "production" ? TabScrollButton.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/TextareaAutosize/TextareaAutosize.js mui-new/TextareaAutosize/TextareaAutosize.js | |
--- mui-master/TextareaAutosize/TextareaAutosize.js 2025-05-15 04:27:01.001917450 -0400 | |
+++ mui-new/TextareaAutosize/TextareaAutosize.js 2025-05-15 04:23:53.102386008 -0400 | |
@@ -225,6 +225,7 @@ | |
})] | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") TextareaAutosize.displayName = "TextareaAutosize"; | |
process.env.NODE_ENV !== "production" ? TextareaAutosize.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/TextField/TextField.js mui-new/TextField/TextField.js | |
--- mui-master/TextField/TextField.js 2025-05-15 04:27:01.001808531 -0400 | |
+++ mui-new/TextField/TextField.js 2025-05-15 04:23:53.102290635 -0400 | |
@@ -258,6 +258,7 @@ | |
})] | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") TextField.displayName = "TextField"; | |
process.env.NODE_ENV !== "production" ? TextField.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/ToggleButton/ToggleButton.js mui-new/ToggleButton/ToggleButton.js | |
--- mui-master/ToggleButton/ToggleButton.js 2025-05-15 04:27:01.002016399 -0400 | |
+++ mui-new/ToggleButton/ToggleButton.js 2025-05-15 04:23:53.102466346 -0400 | |
@@ -191,6 +191,7 @@ | |
children: children | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") ToggleButton.displayName = "ToggleButton"; | |
process.env.NODE_ENV !== "production" ? ToggleButton.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/ToggleButtonGroup/ToggleButtonGroupButtonContext.js mui-new/ToggleButtonGroup/ToggleButtonGroupButtonContext.js | |
--- mui-master/ToggleButtonGroup/ToggleButtonGroupButtonContext.js 2025-05-15 04:27:01.002144979 -0400 | |
+++ mui-new/ToggleButtonGroup/ToggleButtonGroupButtonContext.js 2025-05-15 04:23:53.102572965 -0400 | |
@@ -11,7 +11,5 @@ | |
* @ignore - internal component. | |
*/ | |
const ToggleButtonGroupButtonContext = /*#__PURE__*/React.createContext(undefined); | |
-if (process.env.NODE_ENV !== 'production') { | |
- ToggleButtonGroupButtonContext.displayName = 'ToggleButtonGroupButtonContext'; | |
-} | |
+if (process.env.NODE_ENV !== "production") ToggleButtonGroupButtonContext.displayName = "ToggleButtonGroupButtonContext"; | |
var _default = exports.default = ToggleButtonGroupButtonContext; | |
\ No newline at end of file | |
diff --color -bur mui-master/ToggleButtonGroup/ToggleButtonGroupContext.js mui-new/ToggleButtonGroup/ToggleButtonGroupContext.js | |
--- mui-master/ToggleButtonGroup/ToggleButtonGroupContext.js 2025-05-15 04:27:01.002156972 -0400 | |
+++ mui-new/ToggleButtonGroup/ToggleButtonGroupContext.js 2025-05-15 04:23:53.102582786 -0400 | |
@@ -11,7 +11,5 @@ | |
* @ignore - internal component. | |
*/ | |
const ToggleButtonGroupContext = /*#__PURE__*/React.createContext({}); | |
-if (process.env.NODE_ENV !== 'production') { | |
- ToggleButtonGroupContext.displayName = 'ToggleButtonGroupContext'; | |
-} | |
+if (process.env.NODE_ENV !== "production") ToggleButtonGroupContext.displayName = "ToggleButtonGroupContext"; | |
var _default = exports.default = ToggleButtonGroupContext; | |
\ No newline at end of file | |
diff --color -bur mui-master/ToggleButtonGroup/ToggleButtonGroup.js mui-new/ToggleButtonGroup/ToggleButtonGroup.js | |
--- mui-master/ToggleButtonGroup/ToggleButtonGroup.js 2025-05-15 04:27:01.002124665 -0400 | |
+++ mui-new/ToggleButtonGroup/ToggleButtonGroup.js 2025-05-15 04:23:53.102555377 -0400 | |
@@ -215,6 +215,7 @@ | |
}) | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") ToggleButtonGroup.displayName = "ToggleButtonGroup"; | |
process.env.NODE_ENV !== "production" ? ToggleButtonGroup.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/Toolbar/Toolbar.js mui-new/Toolbar/Toolbar.js | |
--- mui-master/Toolbar/Toolbar.js 2025-05-15 04:27:01.002293475 -0400 | |
+++ mui-new/Toolbar/Toolbar.js 2025-05-15 04:23:53.102693538 -0400 | |
@@ -95,6 +95,7 @@ | |
...other | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") Toolbar.displayName = "Toolbar"; | |
process.env.NODE_ENV !== "production" ? Toolbar.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/Tooltip/Tooltip.js mui-new/Tooltip/Tooltip.js | |
--- mui-master/Tooltip/Tooltip.js 2025-05-15 04:27:01.002388014 -0400 | |
+++ mui-new/Tooltip/Tooltip.js 2025-05-15 04:23:53.102773229 -0400 | |
@@ -715,6 +715,7 @@ | |
})] | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") Tooltip.displayName = "Tooltip"; | |
process.env.NODE_ENV !== "production" ? Tooltip.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/Typography/Typography.js mui-new/Typography/Typography.js | |
--- mui-master/Typography/Typography.js 2025-05-15 04:27:01.002500500 -0400 | |
+++ mui-new/Typography/Typography.js 2025-05-15 04:23:53.102867550 -0400 | |
@@ -186,6 +186,7 @@ | |
} | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") Typography.displayName = "Typography"; | |
process.env.NODE_ENV !== "production" ? Typography.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ | |
diff --color -bur mui-master/Zoom/Zoom.js mui-new/Zoom/Zoom.js | |
--- mui-master/Zoom/Zoom.js 2025-05-15 04:27:01.002695731 -0400 | |
+++ mui-new/Zoom/Zoom.js 2025-05-15 04:23:53.103037407 -0400 | |
@@ -139,6 +139,7 @@ | |
} | |
}); | |
}); | |
+if (process.env.NODE_ENV !== "production") Zoom.displayName = "Zoom"; | |
process.env.NODE_ENV !== "production" ? Zoom.propTypes /* remove-proptypes */ = { | |
// ┌────────────────────────────── Warning ──────────────────────────────┐ | |
// │ These PropTypes are generated from the TypeScript type definitions. │ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment