@vertigis/react-ui 11.32.1 → 11.33.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vertigis/react-ui",
3
- "version": "11.32.1",
3
+ "version": "11.33.0",
4
4
  "description": "Utilities and React components used in VertiGIS applications.",
5
5
  "keywords": [
6
6
  "vertigis",
@@ -38,7 +38,7 @@
38
38
  "@types/lodash.escape": "^4.0.1",
39
39
  "@types/marked": "^4.0.2",
40
40
  "@types/react-color": "^3.0.6",
41
- "@vertigis/icons": "5.0.612"
41
+ "@vertigis/icons": "5.0.614"
42
42
  },
43
43
  "peerDependencies": {
44
44
  "@esri/arcgis-html-sanitizer": "^3.0.1",
@@ -483,10 +483,12 @@ function getOverrides(theme) {
483
483
  borderColor: blue.A100,
484
484
  boxShadow: "none",
485
485
  },
486
- "&.Mui-error": {
486
+ "&.Mui-error, &.Mui-error.Mui-focused": {
487
487
  backgroundColor: "transparent",
488
- borderColor: "transparent",
489
- boxShadow: `0 0 0 1px ${isDarkMode ? palette.common.white : "transparent"} inset, 0 0 0 3px ${palette.error.main} inset, 0 0 0 4px ${isDarkMode ? palette.common.white : "transparent"} inset`,
488
+ borderWidth: "2px",
489
+ borderColor: palette.error.main,
490
+ boxSizing: "border-box",
491
+ boxShadow: `0 0 0 1px ${isDarkMode ? palette.common.white : "transparent"} inset, 0 0 0 1px ${isDarkMode ? palette.common.white : "transparent"}`,
490
492
  },
491
493
  "&.Mui-disabled": {
492
494
  borderColor: palette.grey[300],