@moderneinc/neo-styled-components 3.0.0-next.fe2ba5 → 3.0.0-next.ff608c

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
@@ -993,7 +993,7 @@ const __iconNode = [
993
993
  ];
994
994
  const X = createLucideIcon("x", __iconNode);
995
995
 
996
- const neutralSmallShadow = `${shadows.neutralSmall.x}px ${shadows.neutralSmall.y}px ${shadows.neutralSmall.blur}px ${shadows.neutralSmall.spread}px ${shadows.neutralSmall.shadow}`;
996
+ const neutralSmallShadow = `${shadows.neutral.small.x}px ${shadows.neutral.small.y}px ${shadows.neutral.small.blur}px ${shadows.neutral.small.spread}px ${shadows.neutral.small.shadow}`;
997
997
  const intentColors$1 = {
998
998
  success: semanticColors.status.success,
999
999
  error: semanticColors.status.error,