@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.js
CHANGED
|
@@ -23805,6 +23805,7 @@ const PromoTile = styled__default.default.a`
|
|
|
23805
23805
|
display: block;
|
|
23806
23806
|
width: 100%;
|
|
23807
23807
|
height: 100%;
|
|
23808
|
+
padding: 5px 10px;
|
|
23808
23809
|
background: ${(props) =>
|
|
23809
23810
|
props.theme.cardinal_name === 'north'
|
|
23810
23811
|
? props.theme.theme_vars.colours.white
|
|
@@ -26999,6 +27000,10 @@ const Container$l = styled__default.default.main`
|
|
|
26999
27000
|
th {
|
|
27000
27001
|
padding: 10px;
|
|
27001
27002
|
text-align: left;
|
|
27003
|
+
|
|
27004
|
+
a {
|
|
27005
|
+
padding: 5px 10px;
|
|
27006
|
+
}
|
|
27002
27007
|
}
|
|
27003
27008
|
th {
|
|
27004
27009
|
font-weight: bold;
|
|
@@ -28286,7 +28291,6 @@ const QuicklinkList = styled__default.default.ul`
|
|
|
28286
28291
|
const QuicklinkItem = styled__default.default.li`
|
|
28287
28292
|
margin-bottom: 10px;
|
|
28288
28293
|
padding: 0 !important;
|
|
28289
|
-
padding-left: 25px;
|
|
28290
28294
|
position: relative;
|
|
28291
28295
|
left: 0;
|
|
28292
28296
|
|
|
@@ -28311,6 +28315,7 @@ const Quicklink = styled__default.default.a`
|
|
|
28311
28315
|
${(props) => props.theme.linkStyles}
|
|
28312
28316
|
font-weight: 400 !important;
|
|
28313
28317
|
text-decoration: none !important;
|
|
28318
|
+
padding: 5px 10px;
|
|
28314
28319
|
|
|
28315
28320
|
&:hover {
|
|
28316
28321
|
${(props) => props.theme.linkStylesHover}
|
|
@@ -29640,6 +29645,7 @@ const generate_theme = (theme_vars) => {
|
|
|
29640
29645
|
color: ${theme_vars.colours.action};
|
|
29641
29646
|
font-weight: 700;
|
|
29642
29647
|
text-decoration: underline;
|
|
29648
|
+
padding: 5px 10px;
|
|
29643
29649
|
`,
|
|
29644
29650
|
linkStylesHover: `
|
|
29645
29651
|
color: ${theme_vars.colours.action_dark};
|