@moderneinc/design-system-components 7.5.1-next.fef5b2 → 7.5.1

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.esm.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
2
- import { semanticColors, spacing, typography, borderRadius, shadows, colors, semanticColorsDark, semanticTypography, height } from '@moderneinc/design-system-tokens';
2
+ import { semanticColors, spacing, typography, borderRadius, shadows, colors, semanticColorsDark, semanticTypography, iconSize, height } from '@moderneinc/design-system-tokens';
3
3
  import Box from '@mui/material/Box';
4
4
  import { styled, useTheme, alpha } from '@mui/material/styles';
5
5
  import Chip, { chipClasses } from '@mui/material/Chip';
@@ -1849,7 +1849,7 @@ const IconWrapper$1 = styled('span')(({ theme }) => ({
1849
1849
  alignItems: 'center',
1850
1850
  justifyContent: 'center',
1851
1851
  flexShrink: 0,
1852
- fontSize: theme.typography.pxToRem(typography.fontSize.h4),
1852
+ fontSize: theme.typography.pxToRem(iconSize.lg),
1853
1853
  color: semanticColors.color.icon.default,
1854
1854
  }));
1855
1855
  const LabelContainer$3 = styled('div')({