Socket
Socket
Sign inDemoInstall

@mui/base

Package Overview
Dependencies
Maintainers
5
Versions
137
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mui/base - npm Package Compare versions

Comparing version 5.0.0-alpha.71 to 5.0.0-alpha.72

0

BackdropUnstyled/backdropUnstyledClasses.d.ts

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

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

@@ -0,0 +0,0 @@ import * as React from 'react';

@@ -0,0 +0,0 @@ import * as React from 'react';

4

ButtonUnstyled/ButtonUnstyled.d.ts

@@ -12,7 +12,7 @@ import * as React from 'react';

*
* - [Buttons](https://mui.com/components/buttons/)
* - [Button](https://mui.com/base/react-button/)
*
* API:
*
* - [ButtonUnstyled API](https://mui.com/api/button-unstyled/)
* - [ButtonUnstyled API](https://mui.com/base/api/button-unstyled/)
*/

@@ -19,0 +19,0 @@ declare const ButtonUnstyled: React.ForwardRefExoticComponent<Pick<ButtonUnstyledOwnProps & Omit<any, keyof ButtonUnstyledOwnProps> & {

@@ -30,7 +30,7 @@ import _extends from "@babel/runtime/helpers/esm/extends";

*
* - [Buttons](https://mui.com/components/buttons/)
* - [Button](https://mui.com/base/react-button/)
*
* API:
*
* - [ButtonUnstyled API](https://mui.com/api/button-unstyled/)
* - [ButtonUnstyled API](https://mui.com/base/api/button-unstyled/)
*/

@@ -37,0 +37,0 @@

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

import { OverrideProps } from '@mui/types';
import React from 'react';
import { OverrideProps, Simplify } from '@mui/types';
import { UseButtonParameters, UseButtonRootSlotProps } from './useButton.types';

@@ -48,6 +48,6 @@ export interface ButtonUnstyledActions {

};
export declare type ButtonUnstyledRootSlotProps = UseButtonRootSlotProps & {
export declare type ButtonUnstyledRootSlotProps = Simplify<UseButtonRootSlotProps & {
ownerState: ButtonUnstyledOwnerState;
className: string;
children?: React.ReactNode;
};
}>;

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

@@ -0,0 +0,0 @@ export { default } from './ButtonUnstyled';

@@ -0,0 +0,0 @@ import * as React from 'react';

@@ -0,0 +0,0 @@ import * as React from 'react';

@@ -0,0 +0,0 @@ declare const ClassNameGenerator: {

export { default as unstable_ClassNameGenerator } from './ClassNameGenerator';

@@ -0,0 +0,0 @@ import * as React from 'react';

export { default } from './ClickAwayListener';
export * from './ClickAwayListener';
export default function composeClasses<ClassKey extends string>(slots: Record<ClassKey, ReadonlyArray<string | false | undefined | null>>, getUtilityClass: (slot: string) => string, classes: Record<string, string> | undefined): Record<ClassKey, string>;
export { default } from './composeClasses';

@@ -0,0 +0,0 @@ import * as React from 'react';

@@ -0,0 +0,0 @@ import { OverridableComponent } from '@mui/types';

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

@@ -0,0 +0,0 @@ import { OverrideProps } from '@mui/types';

@@ -0,0 +0,0 @@ export { default } from './FormControlUnstyled';

export default function useFormControlUnstyled(): import("./FormControlContext").FormControlUnstyledState | undefined;
export declare type GlobalStateSlot = 'active' | 'checked' | 'completed' | 'disabled' | 'error' | 'expanded' | 'focused' | 'focusVisible' | 'required' | 'selected';
export default function generateUtilityClass(componentName: string, slot: string): string;
export { default } from './generateUtilityClass';
export * from './generateUtilityClass';
export default function generateUtilityClasses<T extends string>(componentName: string, slots: T[]): Record<T, string>;
export { default } from './generateUtilityClasses';

@@ -1,2 +0,2 @@

/** @license MUI v5.0.0-alpha.71
/** @license MUI v5.0.0-alpha.72
*

@@ -3,0 +3,0 @@ * This source code is licensed under the MIT license found in the

@@ -0,0 +0,0 @@ export { default } from './InputUnstyled';

@@ -0,0 +0,0 @@ import { OverridableComponent } from '@mui/types';

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

@@ -0,0 +0,0 @@ import React from 'react';

@@ -0,0 +0,0 @@ import * as React from 'react';

@@ -27,7 +27,7 @@ import _extends from "@babel/runtime/helpers/esm/extends";

*
* - [Buttons](https://mui.com/components/buttons/)
* - [Button](https://mui.com/base/react-button/)
*
* API:
*
* - [ButtonUnstyled API](https://mui.com/api/button-unstyled/)
* - [ButtonUnstyled API](https://mui.com/base/api/button-unstyled/)
*/

@@ -34,0 +34,0 @@

@@ -1,2 +0,2 @@

/** @license MUI v5.0.0-alpha.71
/** @license MUI v5.0.0-alpha.72
*

@@ -3,0 +3,0 @@ * This source code is licensed under the MIT license found in the

@@ -24,7 +24,7 @@ import _extends from "@babel/runtime/helpers/esm/extends";

*
* - [Menus](https://mui.com/components/menus/)
* - [Menu](https://mui.com/base/react-menu/)
*
* API:
*
* - [MenuItemUnstyled API](https://mui.com/api/menu-item-unstyled/)
* - [MenuItemUnstyled API](https://mui.com/base/api/menu-item-unstyled/)
*/

@@ -31,0 +31,0 @@

@@ -27,7 +27,7 @@ import _extends from "@babel/runtime/helpers/esm/extends";

*
* - [Menus](https://mui.com/components/menus/)
* - [Menu](https://mui.com/base/react-menu/)
*
* API:
*
* - [MenuUnstyled API](https://mui.com/api/menu-unstyled/)
* - [MenuUnstyled API](https://mui.com/base/api/menu-unstyled/)
*/

@@ -34,0 +34,0 @@

import { ListboxState, ListboxAction } from './useListbox.types';
export default function defaultListboxReducer<TOption>(state: Readonly<ListboxState<TOption>>, action: ListboxAction<TOption>): Readonly<ListboxState<TOption>>;
export { default as useListbox } from './useListbox';
export { default as defaultListboxReducer } from './defaultListboxReducer';
export * from './useListbox.types';
import { ListboxAction, ListboxReducer, ListboxState, UseListboxStrictProps } from './useListbox.types';
export default function useControllableReducer<TOption>(internalReducer: ListboxReducer<TOption>, externalReducer: ListboxReducer<TOption> | undefined, props: UseListboxStrictProps<TOption>): [ListboxState<TOption>, (action: ListboxAction<TOption>) => void];

@@ -0,0 +0,0 @@ import { UseListboxParameters, OptionState, UseListboxOptionSlotProps, UseListboxRootSlotProps } from './useListbox.types';

@@ -0,0 +0,0 @@ import * as React from 'react';

@@ -0,0 +0,0 @@ export { default } from './MenuItemUnstyled';

@@ -7,9 +7,9 @@ import * as React from 'react';

*
* - [Menus](https://mui.com/components/menus/)
* - [Menu](https://mui.com/base/react-menu/)
*
* API:
*
* - [MenuItemUnstyled API](https://mui.com/api/menu-item-unstyled/)
* - [MenuItemUnstyled API](https://mui.com/base/api/menu-item-unstyled/)
*/
declare const MenuItemUnstyled: React.ForwardRefExoticComponent<MenuItemUnstyledProps & Pick<React.DetailedHTMLProps<React.LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "key" | keyof React.LiHTMLAttributes<HTMLLIElement>> & React.RefAttributes<any>>;
export default MenuItemUnstyled;

@@ -27,7 +27,7 @@ import _extends from "@babel/runtime/helpers/esm/extends";

*
* - [Menus](https://mui.com/components/menus/)
* - [Menu](https://mui.com/base/react-menu/)
*
* API:
*
* - [MenuItemUnstyled API](https://mui.com/api/menu-item-unstyled/)
* - [MenuItemUnstyled API](https://mui.com/base/api/menu-item-unstyled/)
*/

@@ -34,0 +34,0 @@

@@ -0,0 +0,0 @@ import * as React from 'react';

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

@@ -0,0 +0,0 @@ import * as React from 'react';

@@ -0,0 +0,0 @@ /// <reference types="react" />

@@ -0,0 +0,0 @@ export { default } from './MenuUnstyled';

@@ -7,9 +7,9 @@ import * as React from 'react';

*
* - [Menus](https://mui.com/components/menus/)
* - [Menu](https://mui.com/base/react-menu/)
*
* API:
*
* - [MenuUnstyled API](https://mui.com/api/menu-unstyled/)
* - [MenuUnstyled API](https://mui.com/base/api/menu-unstyled/)
*/
declare const MenuUnstyled: React.ForwardRefExoticComponent<MenuUnstyledProps & React.HTMLAttributes<HTMLElement> & React.RefAttributes<any>>;
export default MenuUnstyled;

@@ -30,7 +30,7 @@ import _extends from "@babel/runtime/helpers/esm/extends";

*
* - [Menus](https://mui.com/components/menus/)
* - [Menu](https://mui.com/base/react-menu/)
*
* API:
*
* - [MenuUnstyled API](https://mui.com/api/menu-unstyled/)
* - [MenuUnstyled API](https://mui.com/base/api/menu-unstyled/)
*/

@@ -37,0 +37,0 @@

@@ -0,0 +0,0 @@ import React from 'react';

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

@@ -0,0 +0,0 @@ import * as React from '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 ManagedModalProps {

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

@@ -30,7 +30,7 @@ import _extends from "@babel/runtime/helpers/esm/extends";

*
* - [Buttons](https://mui.com/components/buttons/)
* - [Button](https://mui.com/base/react-button/)
*
* API:
*
* - [ButtonUnstyled API](https://mui.com/api/button-unstyled/)
* - [ButtonUnstyled API](https://mui.com/base/api/button-unstyled/)
*/

@@ -37,0 +37,0 @@

@@ -1,2 +0,2 @@

/** @license MUI v5.0.0-alpha.71
/** @license MUI v5.0.0-alpha.72
*

@@ -3,0 +3,0 @@ * This source code is licensed under the MIT license found in the

@@ -27,7 +27,7 @@ import _extends from "@babel/runtime/helpers/esm/extends";

*
* - [Menus](https://mui.com/components/menus/)
* - [Menu](https://mui.com/base/react-menu/)
*
* API:
*
* - [MenuItemUnstyled API](https://mui.com/api/menu-item-unstyled/)
* - [MenuItemUnstyled API](https://mui.com/base/api/menu-item-unstyled/)
*/

@@ -34,0 +34,0 @@

@@ -30,7 +30,7 @@ import _extends from "@babel/runtime/helpers/esm/extends";

*
* - [Menus](https://mui.com/components/menus/)
* - [Menu](https://mui.com/base/react-menu/)
*
* API:
*
* - [MenuUnstyled API](https://mui.com/api/menu-unstyled/)
* - [MenuUnstyled API](https://mui.com/base/api/menu-unstyled/)
*/

@@ -37,0 +37,0 @@

export { default } from './MultiSelectUnstyled';
export * from './MultiSelectUnstyled.types';

@@ -0,0 +0,0 @@ import * as React from 'react';

import * as React from 'react';
import { Simplify } from '@mui/types';
import PopperUnstyled, { PopperUnstyledProps } from '../PopperUnstyled';

@@ -51,12 +52,12 @@ import { SelectOption, SelectUnstyledCommonProps, UseSelectButtonSlotProps, UseSelectListboxSlotProps } from '../SelectUnstyled';

}
export declare type MultiSelectUnstyledRootSlotProps<TValue> = UseSelectButtonSlotProps & {
export declare type MultiSelectUnstyledRootSlotProps<TValue> = Simplify<UseSelectButtonSlotProps & {
className: string;
children?: React.ReactNode;
ownerState: MultiSelectUnstyledOwnerState<TValue>;
};
export declare type MultiSelectUnstyledListboxSlotProps<TValue> = UseSelectListboxSlotProps & {
}>;
export declare type MultiSelectUnstyledListboxSlotProps<TValue> = Simplify<UseSelectListboxSlotProps & {
className: string;
children?: React.ReactNode;
ownerState: MultiSelectUnstyledOwnerState<TValue>;
};
}>;
export declare type MultiSelectUnstyledPopperSlotProps<TValue> = {

@@ -63,0 +64,0 @@ anchorEl: PopperUnstyledProps['anchorEl'];

@@ -54,7 +54,7 @@ "use strict";

*
* - [Buttons](https://mui.com/components/buttons/)
* - [Button](https://mui.com/base/react-button/)
*
* API:
*
* - [ButtonUnstyled API](https://mui.com/api/button-unstyled/)
* - [ButtonUnstyled API](https://mui.com/base/api/button-unstyled/)
*/

@@ -61,0 +61,0 @@

@@ -1,2 +0,2 @@

/** @license MUI v5.0.0-alpha.71
/** @license MUI v5.0.0-alpha.72
*

@@ -3,0 +3,0 @@ * This source code is licensed under the MIT license found in the

@@ -50,7 +50,7 @@ "use strict";

*
* - [Menus](https://mui.com/components/menus/)
* - [Menu](https://mui.com/base/react-menu/)
*
* API:
*
* - [MenuItemUnstyled API](https://mui.com/api/menu-item-unstyled/)
* - [MenuItemUnstyled API](https://mui.com/base/api/menu-item-unstyled/)
*/

@@ -57,0 +57,0 @@

@@ -56,7 +56,7 @@ "use strict";

*
* - [Menus](https://mui.com/components/menus/)
* - [Menu](https://mui.com/base/react-menu/)
*
* API:
*
* - [MenuUnstyled API](https://mui.com/api/menu-unstyled/)
* - [MenuUnstyled API](https://mui.com/base/api/menu-unstyled/)
*/

@@ -63,0 +63,0 @@

@@ -0,0 +0,0 @@ export { default } from './OptionGroupUnstyled';

@@ -0,0 +0,0 @@ import React from 'react';

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

@@ -0,0 +0,0 @@ import React from 'react';

@@ -0,0 +0,0 @@ export { default } from './OptionUnstyled';

@@ -0,0 +0,0 @@ import React from 'react';

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

@@ -0,0 +0,0 @@ import React from 'react';

{
"name": "@mui/base",
"version": "5.0.0-alpha.71",
"version": "5.0.0-alpha.72",
"private": false,

@@ -43,3 +43,3 @@ "author": "MUI Team",

"@mui/utils": "^5.4.4",
"@popperjs/core": "^2.11.2",
"@popperjs/core": "^2.11.3",
"clsx": "^1.1.1",

@@ -46,0 +46,0 @@ "prop-types": "^15.7.2",

@@ -0,0 +0,0 @@ export { default } from './SelectUnstyled';

@@ -0,0 +0,0 @@ import * as React from 'react';

import * as React from 'react';
import { Simplify } from '@mui/types';
import { SelectOption, UseSelectButtonSlotProps, UseSelectListboxSlotProps } from './useSelect.types';

@@ -80,12 +81,12 @@ import PopperUnstyled, { PopperUnstyledProps } from '../PopperUnstyled';

}
export declare type SelectUnstyledRootSlotProps<TValue> = UseSelectButtonSlotProps & {
export declare type SelectUnstyledRootSlotProps<TValue> = Simplify<UseSelectButtonSlotProps & {
className: string;
children?: React.ReactNode;
ownerState: SelectUnstyledOwnerState<TValue>;
};
export declare type SelectUnstyledListboxSlotProps<TValue> = UseSelectListboxSlotProps & {
}>;
export declare type SelectUnstyledListboxSlotProps<TValue> = Simplify<UseSelectListboxSlotProps & {
className: string;
children?: React.ReactNode;
ownerState: SelectUnstyledOwnerState<TValue>;
};
}>;
export declare type SelectUnstyledPopperSlotProps<TValue> = {

@@ -92,0 +93,0 @@ anchorEl: PopperUnstyledProps['anchorEl'];

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

@@ -0,0 +0,0 @@ import * as React from 'react';

@@ -0,0 +0,0 @@ import { UseSelectMultiParameters, UseSelectMultiResult, UseSelectSingleParameters, UseSelectSingleResult } from './useSelect.types';

@@ -0,0 +0,0 @@ import React from 'react';

@@ -0,0 +0,0 @@ import React from 'react';

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

@@ -0,0 +0,0 @@ /// <reference types="react" />

@@ -0,0 +0,0 @@ export { default } from './SwitchUnstyled';

@@ -0,0 +0,0 @@ import * as React from 'react';

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

@@ -0,0 +0,0 @@ import * as React from 'react';

@@ -0,0 +0,0 @@ export { default } from './TablePaginationUnstyled';

@@ -0,0 +0,0 @@ import { OverridableComponent } from '@mui/types';

@@ -0,0 +0,0 @@ import * as React from 'react';

@@ -0,0 +0,0 @@ import { OverridableComponent } from '@mui/types';

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

@@ -0,0 +0,0 @@ import * as React from 'react';

@@ -0,0 +0,0 @@ export { default } from './TabPanelUnstyled';

@@ -0,0 +0,0 @@ import { OverridableComponent } from '@mui/types';

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

@@ -0,0 +0,0 @@ import React from 'react';

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

@@ -0,0 +0,0 @@ export { default } from './TabsListUnstyled';

@@ -0,0 +0,0 @@ import { OverridableComponent } from '@mui/types';

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

@@ -0,0 +0,0 @@ import React from 'react';

@@ -0,0 +0,0 @@ import * as React from 'react';

@@ -0,0 +0,0 @@ export { default } from './TabsUnstyled';

@@ -0,0 +0,0 @@ import * as React from 'react';

@@ -0,0 +0,0 @@ import { OverridableComponent } from '@mui/types';

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

@@ -0,0 +0,0 @@ import React from 'react';

@@ -0,0 +0,0 @@ import * as React from 'react';

@@ -0,0 +0,0 @@ export { default } from './TabUnstyled';

@@ -0,0 +0,0 @@ import { OverridableComponent } from '@mui/types';

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

@@ -0,0 +0,0 @@ /// <reference types="react" />

@@ -0,0 +0,0 @@ /// <reference types="react" />

@@ -0,0 +0,0 @@ /// <reference types="react" />

declare type ItemComparer<T> = (a: T, b: T) => boolean;
export default function areArraysEqual<T>(array1: T[], array2: T[], itemComparer?: ItemComparer<T>): boolean;
export {};

@@ -0,0 +0,0 @@ import { EventHandlers } from './types';

@@ -0,0 +0,0 @@ export { default as appendOwnerState } from './appendOwnerState';

@@ -0,0 +0,0 @@ import React from 'react';

@@ -0,0 +0,0 @@ /// <reference types="react" />

Sorry, the diff of this file is too big to display

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