@evergis/react 2.0.137 → 2.0.138

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/react.esm.js CHANGED
@@ -5044,7 +5044,8 @@ const MapLegend = _ref => {
5044
5044
  }, React.createElement(MapLegendControl, {
5045
5045
  className: className
5046
5046
  }, React.createElement(MapLegendHeader, null, layer == null ? void 0 : layer.alias), React.createElement(MapLegendContainer, null, isExpanded ? React.createElement(Legend, {
5047
- layer: layer
5047
+ layer: layer,
5048
+ config: config
5048
5049
  }) : React.createElement(React.Fragment, null, item.title !== (layer == null ? void 0 : layer.alias) && React.createElement(MapLegendValueDescr, null, item.title), React.createElement(MapLegendItems, null, item.values.map(value => React.createElement(MapLegendItem, {
5049
5050
  key: value.title,
5050
5051
  title: value.title,