@evergis/react 3.1.85 → 3.1.86

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
@@ -5571,10 +5571,13 @@ const ChartLegendName = styled.div `
5571
5571
  const ContainerAlias = styled(Flex) `
5572
5572
  align-items: center;
5573
5573
  flex-wrap: nowrap;
5574
- margin-bottom: ${({ hasBottomMargin }) => (hasBottomMargin ? 0.25 : 0)}rem;
5575
5574
  font-size: 0.75rem;
5576
5575
  color: ${({ theme: { palette } }) => palette.textSecondary};
5577
5576
 
5577
+ &&& {
5578
+ margin-bottom: ${({ hasBottomMargin }) => (hasBottomMargin ? 0.25 : 0)}rem;
5579
+ }
5580
+
5578
5581
  span[kind] {
5579
5582
  margin-right: 0.5rem;
5580
5583