@nnc-digital/nnc-design-system 1.0.0-alpha6 → 1.0.0-alpha8
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 +3 -5
- package/build/index.js.map +1 -1
- package/build/index.mjs.js +3 -5
- package/build/index.mjs.js.map +1 -1
- package/package.json +1 -1
package/build/index.mjs.js
CHANGED
|
@@ -26987,10 +26987,9 @@ const Container$l = styled.main`
|
|
|
26987
26987
|
th {
|
|
26988
26988
|
padding: 10px;
|
|
26989
26989
|
text-align: left;
|
|
26990
|
-
|
|
26991
|
-
|
|
26992
|
-
|
|
26993
|
-
}
|
|
26990
|
+
}
|
|
26991
|
+
td > a {
|
|
26992
|
+
padding: 5px 10px;
|
|
26994
26993
|
}
|
|
26995
26994
|
th {
|
|
26996
26995
|
font-weight: bold;
|
|
@@ -29632,7 +29631,6 @@ const generate_theme = (theme_vars) => {
|
|
|
29632
29631
|
color: ${theme_vars.colours.action};
|
|
29633
29632
|
font-weight: 700;
|
|
29634
29633
|
text-decoration: underline;
|
|
29635
|
-
padding: 5px 10px;
|
|
29636
29634
|
`,
|
|
29637
29635
|
linkStylesHover: `
|
|
29638
29636
|
color: ${theme_vars.colours.action_dark};
|