@mui/utils
Advanced tools
Comparing version 5.11.9 to 5.11.11
@@ -7,2 +7,3 @@ import ClassNameGenerator from '../ClassNameGenerator'; | ||
disabled: 'disabled', | ||
readOnly: 'readOnly', | ||
error: 'error', | ||
@@ -9,0 +10,0 @@ expanded: 'expanded', |
@@ -1,2 +0,2 @@ | ||
export type GlobalStateSlot = 'active' | 'checked' | 'completed' | 'disabled' | 'error' | 'expanded' | 'focused' | 'focusVisible' | 'required' | 'selected'; | ||
export type GlobalStateSlot = 'active' | 'checked' | 'completed' | 'disabled' | 'readOnly' | 'error' | 'expanded' | 'focused' | 'focusVisible' | 'required' | 'selected'; | ||
export default function generateUtilityClass(componentName: string, slot: string, globalStatePrefix?: string): string; |
@@ -14,2 +14,3 @@ "use strict"; | ||
disabled: 'disabled', | ||
readOnly: 'readOnly', | ||
error: 'error', | ||
@@ -16,0 +17,0 @@ expanded: 'expanded', |
/** | ||
* @mui/utils v5.11.9 | ||
* @mui/utils v5.11.11 | ||
* | ||
@@ -4,0 +4,0 @@ * @license MIT |
@@ -7,2 +7,3 @@ import ClassNameGenerator from '../ClassNameGenerator'; | ||
disabled: 'disabled', | ||
readOnly: 'readOnly', | ||
error: 'error', | ||
@@ -9,0 +10,0 @@ expanded: 'expanded', |
/** | ||
* @mui/utils v5.11.9 | ||
* @mui/utils v5.11.11 | ||
* | ||
@@ -4,0 +4,0 @@ * @license MIT |
@@ -7,2 +7,3 @@ import ClassNameGenerator from '../ClassNameGenerator'; | ||
disabled: 'disabled', | ||
readOnly: 'readOnly', | ||
error: 'error', | ||
@@ -9,0 +10,0 @@ expanded: 'expanded', |
/** | ||
* @mui/utils v5.11.9 | ||
* @mui/utils v5.11.11 | ||
* | ||
@@ -4,0 +4,0 @@ * @license MIT |
{ | ||
"name": "@mui/utils", | ||
"version": "5.11.9", | ||
"version": "5.11.11", | ||
"private": false, | ||
@@ -32,3 +32,3 @@ "author": "MUI Team", | ||
"dependencies": { | ||
"@babel/runtime": "^7.20.13", | ||
"@babel/runtime": "^7.21.0", | ||
"@types/prop-types": "^15.7.5", | ||
@@ -35,0 +35,0 @@ "@types/react-is": "^16.7.1 || ^17.0.0", |
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
737150
4280
Updated@babel/runtime@^7.21.0