@mui/material-pigment-css 9.0.0 → 9.1.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/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- The MIT License (MIT)
1
+ MIT License
2
2
 
3
3
  Copyright (c) 2014 Call-Em-All
4
4
 
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/material-pigment-css v9.0.0
2
+ * @mui/material-pigment-css v9.1.0
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
package/index.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/material-pigment-css v9.0.0
2
+ * @mui/material-pigment-css v9.1.0
3
3
  *
4
4
  * @license MIT
5
5
  * This source code is licensed under the MIT license found in the
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/material-pigment-css",
3
- "version": "9.0.0",
3
+ "version": "9.1.0",
4
4
  "author": "MUI Team",
5
5
  "description": "A wrapper over Pigment CSS that provides the same styled and theming APIs as Material UI.",
6
6
  "license": "MIT",
@@ -26,7 +26,7 @@
26
26
  },
27
27
  "dependencies": {
28
28
  "@babel/runtime": "^7.29.2",
29
- "@mui/system": "9.0.0"
29
+ "@mui/system": "9.1.0"
30
30
  },
31
31
  "peerDependencies": {
32
32
  "@pigment-css/react": "^0.0.30"