@opengeoweb/theme 12.11.0 → 12.13.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.
Files changed (2) hide show
  1. package/index.esm.js +1 -0
  2. package/package.json +2 -2
package/index.esm.js CHANGED
@@ -2066,6 +2066,7 @@ var hex2rgba = function hex2rgba(hex, alpha) {
2066
2066
  if (alpha === void 0) {
2067
2067
  alpha = 1;
2068
2068
  }
2069
+ // eslint-disable-next-line id-length
2069
2070
  var _hex$match$map = hex.match(/\w\w/g).map(function (x) {
2070
2071
  return parseInt(x, 16);
2071
2072
  }),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opengeoweb/theme",
3
- "version": "12.11.0",
3
+ "version": "12.13.0",
4
4
  "description": "GeoWeb Theme library for the opengeoweb project",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -8,7 +8,7 @@
8
8
  "url": "git@gitlab.com:opengeoweb/opengeoweb.git"
9
9
  },
10
10
  "dependencies": {
11
- "@mui/system": "^7.0.1",
11
+ "@mui/system": "^7.3.1",
12
12
  "@mui/x-date-pickers": "^8.1.0",
13
13
  "i18next": "^25.0.1",
14
14
  "@mui/material": "^7.0.1",