@evergis/react 2.0.232 → 2.0.234

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
@@ -5594,11 +5594,6 @@ const getMinimizedLegendValues = (attribute, classified, formatValue, index, oth
5594
5594
  result.hiddenCondition = createHiddenCondition(attribute.name, attribute.type, getClassificationValue(paramValue.value, result.title, new ClassificationCondition(paramValue.condition)));
5595
5595
  return result;
5596
5596
  });
5597
-
5598
- if (attribute.type !== AttributeType.String) {
5599
- items.reverse();
5600
- }
5601
-
5602
5597
  return [...items, other];
5603
5598
  };
5604
5599
  const getMaximizedLegendValues = (attribute, param, params, classified, symbol, formatValue, sectionIndex, otherTitle) => {
@@ -5617,11 +5612,6 @@ const getMaximizedLegendValues = (attribute, param, params, classified, symbol,
5617
5612
  result.hiddenCondition = createHiddenCondition(attribute.name, attribute.type, getClassificationValue(paramValue.value, result.title, new ClassificationCondition(classified.values[index].condition)));
5618
5613
  return result;
5619
5614
  });
5620
-
5621
- if (attribute.type !== AttributeType.String) {
5622
- items.reverse();
5623
- }
5624
-
5625
5615
  return [...items, other];
5626
5616
  };
5627
5617
  const classifyParamsReduce = (symbol, classifyParams, index) => {