@mui/codemod 6.1.1 → 6.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -7,8 +7,6 @@ const IconRoot = styled('span')(({
|
|
|
7
7
|
userSelect: 'none',
|
|
8
8
|
width: '1em',
|
|
9
9
|
height: '1em',
|
|
10
|
-
// Chrome fix for https://bugs.chromium.org/p/chromium/issues/detail?id=820541
|
|
11
|
-
// To remove at some point.
|
|
12
10
|
overflow: 'hidden',
|
|
13
11
|
display: 'inline-block',
|
|
14
12
|
// allow overflow hidden to take action
|
|
@@ -6,8 +6,6 @@ const IconRoot = styled('span')(({
|
|
|
6
6
|
userSelect: 'none',
|
|
7
7
|
width: '1em',
|
|
8
8
|
height: '1em',
|
|
9
|
-
// Chrome fix for https://bugs.chromium.org/p/chromium/issues/detail?id=820541
|
|
10
|
-
// To remove at some point.
|
|
11
9
|
overflow: 'hidden',
|
|
12
10
|
// allow overflow hidden to take action
|
|
13
11
|
display: 'inline-block',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mui/codemod",
|
|
3
|
-
"version": "6.1.
|
|
3
|
+
"version": "6.1.2",
|
|
4
4
|
"bin": "./codemod.js",
|
|
5
5
|
"private": false,
|
|
6
6
|
"author": "MUI Team",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"yargs": "^17.7.2"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@types/chai": "^4.3.
|
|
37
|
+
"@types/chai": "^4.3.20",
|
|
38
38
|
"@types/jscodeshift": "0.11.11",
|
|
39
39
|
"chai": "^4.5.0"
|
|
40
40
|
},
|