@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/index.js +4 -1
- package/dist/index.js.map +1 -1
- package/dist/react.esm.js +4 -1
- package/dist/react.esm.js.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -5573,10 +5573,13 @@ const ChartLegendName = styled.div `
|
|
|
5573
5573
|
const ContainerAlias = styled(uilibGl.Flex) `
|
|
5574
5574
|
align-items: center;
|
|
5575
5575
|
flex-wrap: nowrap;
|
|
5576
|
-
margin-bottom: ${({ hasBottomMargin }) => (hasBottomMargin ? 0.25 : 0)}rem;
|
|
5577
5576
|
font-size: 0.75rem;
|
|
5578
5577
|
color: ${({ theme: { palette } }) => palette.textSecondary};
|
|
5579
5578
|
|
|
5579
|
+
&&& {
|
|
5580
|
+
margin-bottom: ${({ hasBottomMargin }) => (hasBottomMargin ? 0.25 : 0)}rem;
|
|
5581
|
+
}
|
|
5582
|
+
|
|
5580
5583
|
span[kind] {
|
|
5581
5584
|
margin-right: 0.5rem;
|
|
5582
5585
|
|