@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.js
CHANGED
|
@@ -27000,10 +27000,9 @@ const Container$l = styled__default.default.main`
|
|
|
27000
27000
|
th {
|
|
27001
27001
|
padding: 10px;
|
|
27002
27002
|
text-align: left;
|
|
27003
|
-
|
|
27004
|
-
|
|
27005
|
-
|
|
27006
|
-
}
|
|
27003
|
+
}
|
|
27004
|
+
td > a {
|
|
27005
|
+
padding: 5px 10px;
|
|
27007
27006
|
}
|
|
27008
27007
|
th {
|
|
27009
27008
|
font-weight: bold;
|
|
@@ -29645,7 +29644,6 @@ const generate_theme = (theme_vars) => {
|
|
|
29645
29644
|
color: ${theme_vars.colours.action};
|
|
29646
29645
|
font-weight: 700;
|
|
29647
29646
|
text-decoration: underline;
|
|
29648
|
-
padding: 5px 10px;
|
|
29649
29647
|
`,
|
|
29650
29648
|
linkStylesHover: `
|
|
29651
29649
|
color: ${theme_vars.colours.action_dark};
|