Socket
Socket
Sign inDemoInstall

@mui/utils

Package Overview
Dependencies
Maintainers
10
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mui/utils - npm Package Compare versions

Comparing version 6.0.0-alpha.13 to 6.0.0-alpha.14

isFocusVisible/index.d.ts

2

getDisplayName/getDisplayName.d.ts

@@ -5,4 +5,4 @@ import * as React from 'react';

* https://github.com/facebook/react/blob/769b1f270e1251d9dbdce0fcbd9e92e502d059b8/packages/shared/getComponentName.js
* originally forked from recompose/getDisplayName with added IE11 support
* originally forked from recompose/getDisplayName
*/
export default function getDisplayName(Component: React.ElementType): string | undefined;

@@ -13,3 +13,3 @@ import { ForwardRef, Memo } from 'react-is';

* https://github.com/facebook/react/blob/769b1f270e1251d9dbdce0fcbd9e92e502d059b8/packages/shared/getComponentName.js
* originally forked from recompose/getDisplayName with added IE11 support
* originally forked from recompose/getDisplayName
*/

@@ -16,0 +16,0 @@ export default function getDisplayName(Component) {

@@ -30,5 +30,4 @@ export { default as chainPropTypes } from './chainPropTypes';

export { default as unstable_useOnMount } from './useOnMount';
export { default as unstable_useIsFocusVisible } from './useIsFocusVisible';
export { default as unstable_isFocusVisible } from './isFocusVisible';
export { default as unstable_getScrollbarSize } from './getScrollbarSize';
export { detectScrollType as unstable_detectScrollType, getNormalizedScrollLeft as unstable_getNormalizedScrollLeft, } from './scrollLeft';
export { default as usePreviousProps } from './usePreviousProps';

@@ -35,0 +34,0 @@ export { default as getValidReactChildren } from './getValidReactChildren';

/**
* @mui/utils v6.0.0-alpha.13
* @mui/utils v6.0.0-alpha.14
*

@@ -37,5 +37,4 @@ * @license MIT

export { default as unstable_useOnMount } from './useOnMount';
export { default as unstable_useIsFocusVisible } from './useIsFocusVisible';
export { default as unstable_isFocusVisible } from './isFocusVisible';
export { default as unstable_getScrollbarSize } from './getScrollbarSize';
export { detectScrollType as unstable_detectScrollType, getNormalizedScrollLeft as unstable_getNormalizedScrollLeft } from './scrollLeft';
export { default as usePreviousProps } from './usePreviousProps';

@@ -42,0 +41,0 @@ export { default as getValidReactChildren } from './getValidReactChildren';

@@ -13,3 +13,3 @@ import { ForwardRef, Memo } from 'react-is';

* https://github.com/facebook/react/blob/769b1f270e1251d9dbdce0fcbd9e92e502d059b8/packages/shared/getComponentName.js
* originally forked from recompose/getDisplayName with added IE11 support
* originally forked from recompose/getDisplayName
*/

@@ -16,0 +16,0 @@ export default function getDisplayName(Component) {

/**
* @mui/utils v6.0.0-alpha.13
* @mui/utils v6.0.0-alpha.14
*

@@ -37,5 +37,4 @@ * @license MIT

export { default as unstable_useOnMount } from './useOnMount';
export { default as unstable_useIsFocusVisible } from './useIsFocusVisible';
export { default as unstable_isFocusVisible } from './isFocusVisible';
export { default as unstable_getScrollbarSize } from './getScrollbarSize';
export { detectScrollType as unstable_detectScrollType, getNormalizedScrollLeft as unstable_getNormalizedScrollLeft } from './scrollLeft';
export { default as usePreviousProps } from './usePreviousProps';

@@ -42,0 +41,0 @@ export { default as getValidReactChildren } from './getValidReactChildren';

@@ -19,3 +19,3 @@ "use strict";

* https://github.com/facebook/react/blob/769b1f270e1251d9dbdce0fcbd9e92e502d059b8/packages/shared/getComponentName.js
* originally forked from recompose/getDisplayName with added IE11 support
* originally forked from recompose/getDisplayName
*/

@@ -22,0 +22,0 @@ function getDisplayName(Component) {

/**
* @mui/utils v6.0.0-alpha.13
* @mui/utils v6.0.0-alpha.14
*

@@ -45,6 +45,4 @@ * @license MIT

unstable_useOnMount: true,
unstable_useIsFocusVisible: true,
unstable_isFocusVisible: true,
unstable_getScrollbarSize: true,
unstable_detectScrollType: true,
unstable_getNormalizedScrollLeft: true,
usePreviousProps: true,

@@ -194,8 +192,2 @@ getValidReactChildren: true,

});
Object.defineProperty(exports, "unstable_detectScrollType", {
enumerable: true,
get: function () {
return _scrollLeft.detectScrollType;
}
});
Object.defineProperty(exports, "unstable_generateUtilityClass", {

@@ -213,12 +205,12 @@ enumerable: true,

});
Object.defineProperty(exports, "unstable_getNormalizedScrollLeft", {
Object.defineProperty(exports, "unstable_getScrollbarSize", {
enumerable: true,
get: function () {
return _scrollLeft.getNormalizedScrollLeft;
return _getScrollbarSize.default;
}
});
Object.defineProperty(exports, "unstable_getScrollbarSize", {
Object.defineProperty(exports, "unstable_isFocusVisible", {
enumerable: true,
get: function () {
return _getScrollbarSize.default;
return _isFocusVisible.default;
}

@@ -298,8 +290,2 @@ });

});
Object.defineProperty(exports, "unstable_useIsFocusVisible", {
enumerable: true,
get: function () {
return _useIsFocusVisible.default;
}
});
Object.defineProperty(exports, "unstable_useLazyRef", {

@@ -363,5 +349,4 @@ enumerable: true,

var _useOnMount = _interopRequireDefault(require("./useOnMount"));
var _useIsFocusVisible = _interopRequireDefault(require("./useIsFocusVisible"));
var _isFocusVisible = _interopRequireDefault(require("./isFocusVisible"));
var _getScrollbarSize = _interopRequireDefault(require("./getScrollbarSize"));
var _scrollLeft = require("./scrollLeft");
var _usePreviousProps = _interopRequireDefault(require("./usePreviousProps"));

@@ -368,0 +353,0 @@ var _getValidReactChildren = _interopRequireDefault(require("./getValidReactChildren"));

{
"name": "@mui/utils",
"version": "6.0.0-alpha.13",
"version": "6.0.0-alpha.14",
"private": false,

@@ -32,3 +32,3 @@ "author": "MUI Team",

"prop-types": "^15.8.1",
"react-is": "^18.2.0"
"react-is": "^18.3.1"
},

@@ -35,0 +35,0 @@ "peerDependencies": {

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc