@nnc-digital/nnc-design-system 1.0.0-alpha5 → 1.0.0-alpha6
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 +7 -1
- package/build/index.js.map +1 -1
- package/build/index.mjs.js +7 -1
- package/build/index.mjs.js.map +1 -1
- package/package.json +1 -1
package/build/index.mjs.js
CHANGED
|
@@ -23792,6 +23792,7 @@ const PromoTile = styled.a`
|
|
|
23792
23792
|
display: block;
|
|
23793
23793
|
width: 100%;
|
|
23794
23794
|
height: 100%;
|
|
23795
|
+
padding: 5px 10px;
|
|
23795
23796
|
background: ${(props) =>
|
|
23796
23797
|
props.theme.cardinal_name === 'north'
|
|
23797
23798
|
? props.theme.theme_vars.colours.white
|
|
@@ -26986,6 +26987,10 @@ const Container$l = styled.main`
|
|
|
26986
26987
|
th {
|
|
26987
26988
|
padding: 10px;
|
|
26988
26989
|
text-align: left;
|
|
26990
|
+
|
|
26991
|
+
a {
|
|
26992
|
+
padding: 5px 10px;
|
|
26993
|
+
}
|
|
26989
26994
|
}
|
|
26990
26995
|
th {
|
|
26991
26996
|
font-weight: bold;
|
|
@@ -28273,7 +28278,6 @@ const QuicklinkList = styled.ul`
|
|
|
28273
28278
|
const QuicklinkItem = styled.li`
|
|
28274
28279
|
margin-bottom: 10px;
|
|
28275
28280
|
padding: 0 !important;
|
|
28276
|
-
padding-left: 25px;
|
|
28277
28281
|
position: relative;
|
|
28278
28282
|
left: 0;
|
|
28279
28283
|
|
|
@@ -28298,6 +28302,7 @@ const Quicklink = styled.a`
|
|
|
28298
28302
|
${(props) => props.theme.linkStyles}
|
|
28299
28303
|
font-weight: 400 !important;
|
|
28300
28304
|
text-decoration: none !important;
|
|
28305
|
+
padding: 5px 10px;
|
|
28301
28306
|
|
|
28302
28307
|
&:hover {
|
|
28303
28308
|
${(props) => props.theme.linkStylesHover}
|
|
@@ -29627,6 +29632,7 @@ const generate_theme = (theme_vars) => {
|
|
|
29627
29632
|
color: ${theme_vars.colours.action};
|
|
29628
29633
|
font-weight: 700;
|
|
29629
29634
|
text-decoration: underline;
|
|
29635
|
+
padding: 5px 10px;
|
|
29630
29636
|
`,
|
|
29631
29637
|
linkStylesHover: `
|
|
29632
29638
|
color: ${theme_vars.colours.action_dark};
|