@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.esm.js +6 -0
- package/build/index.esm.js.map +1 -1
- package/build/index.js +6 -0
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.esm.js
CHANGED
|
@@ -23196,6 +23196,8 @@ var WarningTextDisclaimer = function () {
|
|
|
23196
23196
|
const AccessibleList = styled.ul`
|
|
23197
23197
|
list-style-type: none;
|
|
23198
23198
|
padding-left: 0;
|
|
23199
|
+
margin: 0;
|
|
23200
|
+
margin-top: -1rem;
|
|
23199
23201
|
`;
|
|
23200
23202
|
|
|
23201
23203
|
// Styling for the li
|
|
@@ -26070,6 +26072,10 @@ const Container$l = styled.main`
|
|
|
26070
26072
|
max-width: ${(props) => (props.fullWidthText ? `100%` : '750px')};
|
|
26071
26073
|
}
|
|
26072
26074
|
|
|
26075
|
+
li {
|
|
26076
|
+
margin-bottom: ${(props) => props.theme.theme_vars.spacingSizes.extra_small};
|
|
26077
|
+
}
|
|
26078
|
+
|
|
26073
26079
|
strong,
|
|
26074
26080
|
bold {
|
|
26075
26081
|
font-weight: 700;
|