mui-image-alter 3.2.0 → 3.4.0
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.
- package/README.md +1 -1
- package/package.json +25 -23
package/README.md
CHANGED
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
<strong><a href="https://mddanish00.github.io/mui-image-alter/">Demo Playground ↗️</a></strong> <br />
|
|
17
17
|
</p>
|
|
18
18
|
|
|
19
|
-
### If you're already using [Material UI v5
|
|
19
|
+
### If you're already using [Material UI v5 and above](https://material-ui.com), why not display your images according to the Material guidelines too?
|
|
20
20
|
|
|
21
21
|
> Illustrations and photographs may load and transition in three phases at staggered durations, rather than relying on opacity changes alone.
|
|
22
22
|
>
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mui-image-alter",
|
|
3
|
-
"version": "3.
|
|
4
|
-
"description": "Fork of mui-image. Display images as per the Material guidelines using Material-UI v5
|
|
3
|
+
"version": "3.4.0",
|
|
4
|
+
"description": "Fork of mui-image. Display images as per the Material guidelines using Material-UI v5 and above. With component prop support.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
7
7
|
"types": "./dist/index.d.cts",
|
|
@@ -38,33 +38,35 @@
|
|
|
38
38
|
"clsx": "^2.1.1"
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|
|
41
|
-
"@mui/material": "^5.0.0 || ^6.0.0",
|
|
41
|
+
"@mui/material": "^5.0.0 || ^6.0.0 || ^7.0.0 ",
|
|
42
42
|
"react": "^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
43
43
|
"react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@emotion/react": "^11.14.0",
|
|
47
|
-
"@emotion/styled": "^11.14.
|
|
48
|
-
"@fontsource/fira-code": "^5.
|
|
49
|
-
"@
|
|
50
|
-
"@
|
|
51
|
-
"@
|
|
52
|
-
"@testing-library/
|
|
53
|
-
"@
|
|
54
|
-
"@types/
|
|
55
|
-
"@types/react
|
|
56
|
-
"@
|
|
57
|
-
"@
|
|
58
|
-
"
|
|
59
|
-
"
|
|
60
|
-
"
|
|
61
|
-
"react
|
|
47
|
+
"@emotion/styled": "^11.14.1",
|
|
48
|
+
"@fontsource/fira-code": "^5.2.6",
|
|
49
|
+
"@juggle/resize-observer": "^3.4.0",
|
|
50
|
+
"@mui/material": "^7.3.2",
|
|
51
|
+
"@size-limit/preset-small-lib": "^11.2.0",
|
|
52
|
+
"@testing-library/jest-dom": "^6.8.0",
|
|
53
|
+
"@testing-library/react": "^16.3.0",
|
|
54
|
+
"@types/node": "^22.18.3",
|
|
55
|
+
"@types/react": "^19.1.13",
|
|
56
|
+
"@types/react-dom": "^19.1.9",
|
|
57
|
+
"@vitejs/plugin-react": "^5.0.2",
|
|
58
|
+
"@vitest/coverage-v8": "^3.2.4",
|
|
59
|
+
"jsdom": "^27.0.0",
|
|
60
|
+
"prettier": "^3.6.2",
|
|
61
|
+
"react": "^19.1.1",
|
|
62
|
+
"react-dom": "^19.1.1",
|
|
62
63
|
"rimraf": "^6.0.1",
|
|
63
|
-
"size-limit": "^11.
|
|
64
|
-
"
|
|
65
|
-
"
|
|
66
|
-
"vite
|
|
67
|
-
"
|
|
64
|
+
"size-limit": "^11.2.0",
|
|
65
|
+
"typeit-react": "^2.7.8",
|
|
66
|
+
"typescript": "^5.9.2",
|
|
67
|
+
"vite": "^7.1.5",
|
|
68
|
+
"vite-plugin-dts": "^4.5.4",
|
|
69
|
+
"vitest": "^3.2.4"
|
|
68
70
|
},
|
|
69
71
|
"size-limit": [
|
|
70
72
|
{
|