Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@mui/material-next

Package Overview
Dependencies
Maintainers
8
Versions
127
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mui/material-next - npm Package Compare versions

Comparing version 6.0.0-alpha.15 to 6.0.0-alpha.16

8

Button/Button.d.ts

@@ -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

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