@mui/material-next
Advanced tools
Comparing version 6.0.0-alpha.31 to 6.0.0-alpha.32
@@ -170,4 +170,4 @@ import * as React from 'react'; | ||
* | ||
* - [Button Group](https://mui.com/components/button-group/) | ||
* - [Buttons](https://mui.com/components/buttons/) | ||
* - [Button group](https://mui.com/material-ui/react-button-group/) | ||
* - [Button](https://mui.com/material-ui/react-button/) | ||
* | ||
@@ -174,0 +174,0 @@ * API: |
@@ -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.31 | ||
/** @license MUI v6.0.0-alpha.32 | ||
* | ||
@@ -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 { |
@@ -1,2 +0,2 @@ | ||
/** @license MUI v6.0.0-alpha.31 | ||
/** @license MUI v6.0.0-alpha.32 | ||
* | ||
@@ -3,0 +3,0 @@ * This source code is licensed under the MIT license found in the |
@@ -1,2 +0,2 @@ | ||
/** @license MUI v6.0.0-alpha.31 | ||
/** @license MUI v6.0.0-alpha.32 | ||
* | ||
@@ -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.31", | ||
"version": "6.0.0-alpha.32", | ||
"private": false, | ||
"author": "MUI Team", | ||
"description": "Material Design components built using @mui/base.", | ||
"description": "v6-alpha: React components that implement Google's Material Design", | ||
"main": "./node/index.js", | ||
@@ -49,5 +49,5 @@ "keywords": [ | ||
"@babel/runtime": "^7.17.2", | ||
"@mui/base": "5.0.0-alpha.76", | ||
"@mui/material": "^5.6.1", | ||
"@mui/system": "^5.6.1", | ||
"@mui/base": "5.0.0-alpha.77", | ||
"@mui/material": "^5.6.2", | ||
"@mui/system": "^5.6.2", | ||
"@mui/types": "^7.1.3", | ||
@@ -54,0 +54,0 @@ "@mui/utils": "^5.6.1", |
@@ -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
789261
+ Added@mui/base@5.0.0-alpha.77(transitive)
- Removed@mui/base@5.0.0-alpha.76(transitive)
Updated@mui/base@5.0.0-alpha.77
Updated@mui/material@^5.6.2
Updated@mui/system@^5.6.2