@evergis/react 2.0.145 → 2.0.146

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.
@@ -1,3 +1,3 @@
1
1
  export * from './MapLegend';
2
2
  export * from './MapLegendSymbol';
3
- export { MapLegendContainer, MapLegendHeader, } from './styled';
3
+ export { MapLegendContainer, MapLegendHeader, MapLegendValueDescr, MapLegendExpandButton, } from './styled';
@@ -5569,8 +5569,10 @@ exports.MapControl = MapControl;
5569
5569
  exports.MapControls = MapControls;
5570
5570
  exports.MapLegend = MapLegend;
5571
5571
  exports.MapLegendContainer = MapLegendContainer;
5572
+ exports.MapLegendExpandButton = MapLegendExpandButton;
5572
5573
  exports.MapLegendHeader = MapLegendHeader;
5573
5574
  exports.MapLegendSymbol = MapLegendSymbol;
5575
+ exports.MapLegendValueDescr = MapLegendValueDescr;
5574
5576
  exports.MapProvider = MapProvider;
5575
5577
  exports.Measure = Measure;
5576
5578
  exports.MeasureTool = MeasureTool;