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 CHANGED
@@ -6,7 +6,7 @@
6
6
  </p>
7
7
  <div align="center">
8
8
 
9
- ![GitHub License](https://img.shields.io/github/license/mddanish00/mui-image-alter?style=flat-square) ![npm](https://img.shields.io/npm/v/mui-image-alter?style=flat-square) ![npm bundle size](https://img.shields.io/bundlephobia/minzip/mui-image-alter%40latest?style=flat-square) ![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/mddanish00/mui-image-alter/test.yml?style=flat-square) ![Coverage from badge.yml](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/mddanish00/83c2a74197bb80b661019a2747e71daa/raw/mui-image-alter_coverage__main.json) [![Buy Me A Coffee](https://img.shields.io/badge/mddanish00-black?style=flat-square&logo=buymeacoffee&logoColor=black&label=Buy%20Me%20A%20Coffee&labelColor=%23FFDD00)](https://www.buymeacoffee.com/mddanish00)
9
+ ![GitHub License](https://img.shields.io/github/license/mddanish00/mui-image-alter?style=flat-square) [![npm](https://img.shields.io/npm/v/mui-image-alter?style=flat-square)](https://www.npmjs.com/package/mui-image-alter) ![npm bundle size](https://img.shields.io/bundlephobia/minzip/mui-image-alter%40latest?style=flat-square) ![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/mddanish00/mui-image-alter/test.yml?style=flat-square) ![Coverage from badge.yml](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/mddanish00/83c2a74197bb80b661019a2747e71daa/raw/mui-image-alter_coverage__main.json) [![Buy Me A Coffee](https://img.shields.io/badge/mddanish00-black?style=flat-square&logo=buymeacoffee&logoColor=black&label=Buy%20Me%20A%20Coffee&labelColor=%23FFDD00)](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
@@ -1,5 +1,3 @@
1
- /// <reference types="react" />
2
-
3
1
  import { OverridableComponent } from '@mui/types';
4
2
  import { OverridableTypeMap } from '@mui/types';
5
3
  import { OverrideProps } from '@mui/types';
package/dist/index.d.ts CHANGED
@@ -1,5 +1,3 @@
1
- /// <reference types="react" />
2
-
3
1
  import { OverridableComponent } from '@mui/types';
4
2
  import { OverridableTypeMap } from '@mui/types';
5
3
  import { OverrideProps } from '@mui/types';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mui-image-alter",
3
- "version": "3.0.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.11.1",
45
- "@emotion/styled": "^11.11.0",
46
- "@fontsource/fira-code": "^5.0.15",
47
- "@mui/types": "^7.2.10",
48
- "@size-limit/preset-small-lib": "^11.0.0",
49
- "@testing-library/jest-dom": "^6.1.5",
50
- "@testing-library/react": "^14.1.2",
51
- "@types/react": "^18.2.42",
52
- "@types/react-dom": "^18.2.17",
53
- "@vitejs/plugin-react": "^4.2.1",
54
- "@vitest/coverage-v8": "^0.34.6",
55
- "jsdom": "^22.1.0",
56
- "prettier": "^3.1.0",
57
- "react-dom": "^18.2.0",
58
- "rimraf": "^5.0.5",
59
- "size-limit": "^11.0.0",
60
- "typeit-react": "^2.7.0",
61
- "typescript": "^5.3.2",
62
- "vite": "^5.0.5",
63
- "vite-plugin-dts": "^3.6.4",
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
  }