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

@mui/material-next

Package Overview
Dependencies
Maintainers
6
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.69 to 6.0.0-alpha.70

0

Button/Button.d.ts

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

4

index.js

@@ -1,3 +0,5 @@

/** @license MUI v6.0.0-alpha.69
/**
* @mui/material-next v6.0.0-alpha.70
*
* @license MIT
* This source code is licensed under the MIT license found in the

@@ -4,0 +6,0 @@ * LICENSE file in the root directory of this source tree.

export { default } from './Input';
export { default as inputClasses } from './inputClasses';

@@ -0,0 +0,0 @@ export interface InputClasses {

@@ -1,3 +0,5 @@

/** @license MUI v6.0.0-alpha.69
/**
* @mui/material-next v6.0.0-alpha.70
*
* @license MIT
* This source code is licensed under the MIT license found in the

@@ -4,0 +6,0 @@ * LICENSE file in the root directory of this source tree.

@@ -1,3 +0,5 @@

/** @license MUI v6.0.0-alpha.69
/**
* @mui/material-next v6.0.0-alpha.70
*
* @license MIT
* This source code is licensed under the MIT license found in the

@@ -4,0 +6,0 @@ * LICENSE file in the root directory of this source tree.

{
"name": "@mui/material-next",
"version": "6.0.0-alpha.69",
"version": "6.0.0-alpha.70",
"private": false,

@@ -49,5 +49,5 @@ "author": "MUI Team",

"@babel/runtime": "^7.20.7",
"@mui/base": "5.0.0-alpha.112",
"@mui/material": "^5.11.3",
"@mui/system": "^5.11.2",
"@mui/base": "5.0.0-alpha.113",
"@mui/material": "^5.11.4",
"@mui/system": "^5.11.4",
"@mui/types": "^7.2.3",

@@ -54,0 +54,0 @@ "@mui/utils": "^5.11.2",

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

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