@mui/material-next
Advanced tools
Comparing version 6.0.0-alpha.15 to 6.0.0-alpha.16
@@ -170,9 +170,9 @@ import * as React from 'react'; | ||
* | ||
* - [Button Group](https://material-ui.com/components/button-group/) | ||
* - [Buttons](https://material-ui.com/components/buttons/) | ||
* - [Button Group](https://mui.com/components/button-group/) | ||
* - [Buttons](https://mui.com/components/buttons/) | ||
* | ||
* API: | ||
* | ||
* - [Button API](https://material-ui.com/api/button/) | ||
* - inherits [ButtonBase API](https://material-ui.com/api/button-base/) | ||
* - [Button API](https://mui.com/api/button/) | ||
* - inherits [ButtonBase API](https://mui.com/api/button-base/) | ||
*/ | ||
@@ -179,0 +179,0 @@ declare const Button: ExtendButton<ButtonTypeMap>; |
@@ -329,3 +329,3 @@ import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/esm/objectWithoutPropertiesLoose"; | ||
if (enableTouchRipple && !rippleRef.current) { | ||
console.error(['Material-UI: The `component` prop provided to Button is invalid.', 'Please make sure the children prop is rendered in this custom component.'].join('\n')); | ||
console.error(['MUI: The `component` prop provided to Button is invalid.', 'Please make sure the children prop is rendered in this custom component.'].join('\n')); | ||
} | ||
@@ -332,0 +332,0 @@ }, [enableTouchRipple]); |
@@ -0,0 +0,0 @@ export interface ButtonClasses { |
@@ -0,0 +0,0 @@ export { default } from './Button'; |
@@ -0,0 +0,0 @@ export interface TouchRippleClasses { |
@@ -0,0 +0,0 @@ export { default as Button } from './Button'; |
@@ -1,2 +0,2 @@ | ||
/** @license MUI v6.0.0-alpha.15 | ||
/** @license MUI v6.0.0-alpha.16 | ||
* | ||
@@ -3,0 +3,0 @@ * This source code is licensed under the MIT license found in the |
export { default } from './Input'; | ||
export { default as inputClasses } from './inputClasses'; |
@@ -0,0 +0,0 @@ export interface InputClasses { |
@@ -329,3 +329,3 @@ import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/esm/objectWithoutPropertiesLoose"; | ||
if (enableTouchRipple && !rippleRef.current) { | ||
console.error(['Material-UI: The `component` prop provided to Button is invalid.', 'Please make sure the children prop is rendered in this custom component.'].join('\n')); | ||
console.error(['MUI: The `component` prop provided to Button is invalid.', 'Please make sure the children prop is rendered in this custom component.'].join('\n')); | ||
} | ||
@@ -332,0 +332,0 @@ }, [enableTouchRipple]); |
@@ -1,2 +0,2 @@ | ||
/** @license MUI v6.0.0-alpha.15 | ||
/** @license MUI v6.0.0-alpha.16 | ||
* | ||
@@ -3,0 +3,0 @@ * This source code is licensed under the MIT license found in the |
@@ -354,3 +354,3 @@ "use strict"; | ||
if (enableTouchRipple && !rippleRef.current) { | ||
console.error(['Material-UI: The `component` prop provided to Button is invalid.', 'Please make sure the children prop is rendered in this custom component.'].join('\n')); | ||
console.error(['MUI: The `component` prop provided to Button is invalid.', 'Please make sure the children prop is rendered in this custom component.'].join('\n')); | ||
} | ||
@@ -357,0 +357,0 @@ }, [enableTouchRipple]); |
@@ -1,2 +0,2 @@ | ||
/** @license MUI v6.0.0-alpha.15 | ||
/** @license MUI v6.0.0-alpha.16 | ||
* | ||
@@ -3,0 +3,0 @@ * This source code is licensed under the MIT license found in the |
{ | ||
"name": "@mui/material-next", | ||
"version": "6.0.0-alpha.15", | ||
"version": "6.0.0-alpha.16", | ||
"private": false, | ||
@@ -49,4 +49,4 @@ "author": "MUI Team", | ||
"@babel/runtime": "^7.16.3", | ||
"@mui/base": "5.0.0-alpha.61", | ||
"@mui/system": "^5.2.5", | ||
"@mui/base": "5.0.0-alpha.62", | ||
"@mui/system": "^5.2.6", | ||
"@mui/types": "^7.1.0", | ||
@@ -53,0 +53,0 @@ "@mui/utils": "^5.2.3", |
@@ -0,0 +0,0 @@ export interface TabClasses { |
@@ -0,0 +0,0 @@ export interface TablePaginationClasses { |
@@ -0,0 +0,0 @@ export interface TabsClasses { |
@@ -0,0 +0,0 @@ export interface TabScrollButtonClasses { |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
736421
+ Added@mui/base@5.0.0-alpha.62(transitive)
- Removed@mui/base@5.0.0-alpha.61(transitive)
Updated@mui/base@5.0.0-alpha.62
Updated@mui/system@^5.2.6