@evergis/react 4.0.83 → 4.0.85

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/dist/index.js CHANGED
@@ -3878,7 +3878,7 @@ const formatAttributeValue = ({ t, type, value, stringFormat, noUnits = false })
3878
3878
  api.AttributeType.MultiLineString,
3879
3879
  ].includes(type) &&
3880
3880
  !isNaN(value)) {
3881
- if (!stringFormat) {
3881
+ if (!stringFormat && !isNilValue) {
3882
3882
  return value.toString();
3883
3883
  }
3884
3884
  return formatNumberValue(stringFormat, value, type, noUnits);
package/dist/react.esm.js CHANGED
@@ -3876,7 +3876,7 @@ const formatAttributeValue = ({ t, type, value, stringFormat, noUnits = false })
3876
3876
  AttributeType.MultiLineString,
3877
3877
  ].includes(type) &&
3878
3878
  !isNaN(value)) {
3879
- if (!stringFormat) {
3879
+ if (!stringFormat && !isNilValue) {
3880
3880
  return value.toString();
3881
3881
  }
3882
3882
  return formatNumberValue(stringFormat, value, type, noUnits);
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "4.0.83",
2
+ "version": "4.0.85",
3
3
  "name": "@evergis/react",
4
4
  "author": "Everpoint",
5
5
  "license": "MIT",
@@ -54,8 +54,8 @@
54
54
  "storybook": "^7.6.14"
55
55
  },
56
56
  "dependencies": {
57
- "@evergis/api": "^5.0.31",
58
- "@evergis/charts": "^4.0.29",
57
+ "@evergis/api": "^5.0.32",
58
+ "@evergis/charts": "^4.0.30",
59
59
  "@evergis/color": "^1.0.0-alpha.1",
60
60
  "@evergis/uilib-gl": "^1.0.117",
61
61
  "@mapbox/mapbox-gl-draw": "^1.5.1",