@nnc-digital/nnc-design-system 0.4.25 → 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
@@ -23211,6 +23211,8 @@ var WarningTextDisclaimer = function () {
23211
23211
  const AccessibleList = styled__default["default"].ul`
23212
23212
  list-style-type: none;
23213
23213
  padding-left: 0;
23214
+ margin: 0;
23215
+ margin-top: -1rem;
23214
23216
  `;
23215
23217
 
23216
23218
  // Styling for the li
@@ -26085,6 +26087,10 @@ const Container$l = styled__default["default"].main`
26085
26087
  max-width: ${(props) => (props.fullWidthText ? `100%` : '750px')};
26086
26088
  }
26087
26089
 
26090
+ li {
26091
+ margin-bottom: ${(props) => props.theme.theme_vars.spacingSizes.extra_small};
26092
+ }
26093
+
26088
26094
  strong,
26089
26095
  bold {
26090
26096
  font-weight: 700;