@nnc-digital/nnc-design-system 0.4.26 → 0.4.27

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/build/index.js CHANGED
@@ -26087,6 +26087,10 @@ const Container$l = styled__default["default"].main`
26087
26087
  max-width: ${(props) => (props.fullWidthText ? `100%` : '750px')};
26088
26088
  }
26089
26089
 
26090
+ li {
26091
+ margin-bottom: ${(props) => props.theme.theme_vars.spacingSizes.extra_small};
26092
+ }
26093
+
26090
26094
  strong,
26091
26095
  bold {
26092
26096
  font-weight: 700;