@mui/material-next
Advanced tools
Comparing version 6.0.0-alpha.73 to 6.0.0-alpha.74
@@ -0,0 +0,0 @@ import * as React from 'react'; |
@@ -0,0 +0,0 @@ import * as React from 'react'; |
@@ -0,0 +0,0 @@ export interface ButtonClasses { |
@@ -0,0 +0,0 @@ export { default } from './Button'; |
@@ -0,0 +0,0 @@ /// <reference types="react" /> |
@@ -0,0 +0,0 @@ import * as React from 'react'; |
@@ -0,0 +0,0 @@ import * as React from 'react'; |
@@ -0,0 +0,0 @@ export interface TouchRippleClasses { |
@@ -0,0 +0,0 @@ import * as React from 'react'; |
@@ -0,0 +0,0 @@ export { default as Button } from './Button'; |
/** | ||
* @mui/material-next v6.0.0-alpha.73 | ||
* @mui/material-next v6.0.0-alpha.74 | ||
* | ||
@@ -4,0 +4,0 @@ * @license MIT |
export { default } from './Input'; | ||
export { default as inputClasses } from './inputClasses'; |
@@ -0,0 +0,0 @@ export interface InputClasses { |
/** | ||
* @mui/material-next v6.0.0-alpha.73 | ||
* @mui/material-next v6.0.0-alpha.74 | ||
* | ||
@@ -4,0 +4,0 @@ * @license MIT |
/** | ||
* @mui/material-next v6.0.0-alpha.73 | ||
* @mui/material-next v6.0.0-alpha.74 | ||
* | ||
@@ -4,0 +4,0 @@ * @license MIT |
{ | ||
"name": "@mui/material-next", | ||
"version": "6.0.0-alpha.73", | ||
"version": "6.0.0-alpha.74", | ||
"private": false, | ||
@@ -49,5 +49,5 @@ "author": "MUI Team", | ||
"@babel/runtime": "^7.20.7", | ||
"@mui/base": "5.0.0-alpha.116", | ||
"@mui/material": "^5.11.7", | ||
"@mui/system": "^5.11.7", | ||
"@mui/base": "5.0.0-alpha.117", | ||
"@mui/material": "^5.11.8", | ||
"@mui/system": "^5.11.8", | ||
"@mui/types": "^7.2.3", | ||
@@ -54,0 +54,0 @@ "@mui/utils": "^5.11.7", |
@@ -0,0 +0,0 @@ import { MD3Palettes } from './Theme.types'; |
@@ -0,0 +0,0 @@ import { MD3Palettes } from './Theme.types'; |
@@ -0,0 +0,0 @@ /// <reference types="react" /> |
@@ -0,0 +0,0 @@ import type { Theme, CssVarsThemeOptions, ColorSystemOptions } from './Theme.types'; |
export declare const elevationLight: string[]; | ||
export declare const elevationDark: string[]; |
import { Theme, CssVarsThemeOptions } from './Theme.types'; | ||
export declare const createGetCssVar: (cssVarPrefix?: string) => <AdditionalVars extends string = never>(field: string | AdditionalVars, ...fallbacks: (string | AdditionalVars)[]) => string; | ||
export default function extendTheme(options?: CssVarsThemeOptions, ...args: any[]): Theme; |
@@ -0,0 +0,0 @@ export * from './Theme.types'; |
@@ -0,0 +0,0 @@ import { MD3Duration, MD3Easing, MotionOptions } from './Theme.types'; |
@@ -0,0 +0,0 @@ declare const mdRefPalette: { |
import { MD3Shape } from './Theme.types'; | ||
declare const mdSysShape: MD3Shape; | ||
export default mdSysShape; |
import { MD3State } from './Theme.types'; | ||
declare const mdSysState: MD3State; | ||
export default mdSysState; |
import { Theme } from './Theme.types'; | ||
declare const styled: import("@mui/system").CreateMUIStyled<Theme>; | ||
export default styled; |
import { SxConfig } from '@mui/system'; | ||
declare const sxConfig: SxConfig; | ||
export default sxConfig; |
@@ -0,0 +0,0 @@ import { SxProps as SystemSxProps, SxConfig, CSSObject } from '@mui/system'; |
@@ -0,0 +0,0 @@ declare const mdRefTypeface: { |
@@ -0,0 +0,0 @@ declare const mdSysTypescale: { |
@@ -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
1109535
+ Added@mui/base@5.0.0-alpha.117(transitive)
- Removed@mui/base@5.0.0-alpha.116(transitive)
Updated@mui/base@5.0.0-alpha.117
Updated@mui/material@^5.11.8
Updated@mui/system@^5.11.8