mui-image-alter 3.0.0 → 3.0.1
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 +3 -1
- package/dist/index.d.cts +0 -2
- package/dist/index.d.ts +0 -2
- package/package.json +28 -28
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
</p>
|
|
7
7
|
<div align="center">
|
|
8
8
|
|
|
9
|
-
     [](https://www.buymeacoffee.com/mddanish00)
|
|
9
|
+
 [](https://www.npmjs.com/package/mui-image-alter)    [](https://www.buymeacoffee.com/mddanish00)
|
|
10
10
|
|
|
11
11
|
</div>
|
|
12
12
|
<p align="center">
|
|
@@ -85,6 +85,8 @@ Now, you can install the `mui-image-alter`.
|
|
|
85
85
|
|
|
86
86
|
#### Install from npm
|
|
87
87
|
|
|
88
|
+
[View library details on npm](https://www.npmjs.com/package/mui-image-alter)
|
|
89
|
+
|
|
88
90
|
```bash
|
|
89
91
|
npm install mui-image-alter
|
|
90
92
|
```
|
package/dist/index.d.cts
CHANGED
package/dist/index.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mui-image-alter",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.1",
|
|
4
4
|
"description": "Fork of mui-image. Display images as per the Material guidelines using Material-UI v5. With component prop support.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -36,32 +36,36 @@
|
|
|
36
36
|
"test:coverage": "vitest run --coverage",
|
|
37
37
|
"test:coverage-ci": "vitest run --coverage.enabled --coverage.reporter='text-summary'"
|
|
38
38
|
},
|
|
39
|
+
"dependencies": {
|
|
40
|
+
"clsx": "^2.1.1",
|
|
41
|
+
"use-resize-observer": "^9.1.0"
|
|
42
|
+
},
|
|
39
43
|
"peerDependencies": {
|
|
40
44
|
"@mui/material": "^5.0.1",
|
|
41
|
-
"react": "^17.0.2 || ^18.0.0"
|
|
45
|
+
"react": "^17.0.2 || ^18.0.0",
|
|
46
|
+
"react-dom": "^17.0.2 || ^18.0.0"
|
|
42
47
|
},
|
|
43
48
|
"devDependencies": {
|
|
44
|
-
"@emotion/react": "^11.
|
|
45
|
-
"@emotion/styled": "^11.
|
|
46
|
-
"@fontsource/fira-code": "^5.0.
|
|
47
|
-
"@mui/types": "^7.2.
|
|
48
|
-
"@size-limit/preset-small-lib": "^11.
|
|
49
|
-
"@testing-library/jest-dom": "^6.
|
|
50
|
-
"@testing-library/react": "^
|
|
51
|
-
"@types/react": "^18.
|
|
52
|
-
"@types/react-dom": "^18.
|
|
53
|
-
"@vitejs/plugin-react": "^4.
|
|
54
|
-
"@vitest/coverage-v8": "^0.
|
|
55
|
-
"jsdom": "^
|
|
56
|
-
"prettier": "^3.
|
|
57
|
-
"
|
|
58
|
-
"
|
|
59
|
-
"
|
|
60
|
-
"
|
|
61
|
-
"
|
|
62
|
-
"vite": "^
|
|
63
|
-
"
|
|
64
|
-
"vitest": "^0.34.6"
|
|
49
|
+
"@emotion/react": "^11.13.0",
|
|
50
|
+
"@emotion/styled": "^11.13.0",
|
|
51
|
+
"@fontsource/fira-code": "^5.0.18",
|
|
52
|
+
"@mui/types": "^7.2.15",
|
|
53
|
+
"@size-limit/preset-small-lib": "^11.1.4",
|
|
54
|
+
"@testing-library/jest-dom": "^6.4.8",
|
|
55
|
+
"@testing-library/react": "^16.0.0",
|
|
56
|
+
"@types/react": "^18.3.3",
|
|
57
|
+
"@types/react-dom": "^18.3.0",
|
|
58
|
+
"@vitejs/plugin-react": "^4.3.1",
|
|
59
|
+
"@vitest/coverage-v8": "^2.0.4",
|
|
60
|
+
"jsdom": "^24.1.1",
|
|
61
|
+
"prettier": "^3.3.3",
|
|
62
|
+
"rimraf": "^6.0.1",
|
|
63
|
+
"size-limit": "^11.1.4",
|
|
64
|
+
"typeit-react": "^2.7.2",
|
|
65
|
+
"typescript": "^5.5.4",
|
|
66
|
+
"vite": "^5.3.5",
|
|
67
|
+
"vite-plugin-dts": "^3.9.1",
|
|
68
|
+
"vitest": "^2.0.4"
|
|
65
69
|
},
|
|
66
70
|
"size-limit": [
|
|
67
71
|
{
|
|
@@ -92,9 +96,5 @@
|
|
|
92
96
|
"material design",
|
|
93
97
|
"react",
|
|
94
98
|
"loading image"
|
|
95
|
-
]
|
|
96
|
-
"dependencies": {
|
|
97
|
-
"clsx": "^2.0.0",
|
|
98
|
-
"use-resize-observer": "^9.1.0"
|
|
99
|
-
}
|
|
99
|
+
]
|
|
100
100
|
}
|