@utrecht/component-library-css 1.0.0-alpha.427 → 1.0.0-alpha.429
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/dist/html.css +1 -0
- package/dist/index.css +2 -0
- package/package.json +2 -2
package/dist/html.css
CHANGED
|
@@ -944,6 +944,7 @@ however browsers don't seem to have implemented great looking supixel tweening y
|
|
|
944
944
|
--utrecht-icon-size: var(--utrecht-link-icon-size, 1em);
|
|
945
945
|
color: var(--utrecht-link-color, blue);
|
|
946
946
|
text-decoration: var(--utrecht-link-text-decoration, underline);
|
|
947
|
+
text-decoration-color: var(--utrecht-link-text-decoration-color, currentColor);
|
|
947
948
|
text-decoration-skip-ink: all;
|
|
948
949
|
text-decoration-thickness: max(var(--utrecht-link-text-decoration-thickness), 1px);
|
|
949
950
|
text-underline-offset: var(--utrecht-link-text-underline-offset);
|
package/dist/index.css
CHANGED
|
@@ -3180,6 +3180,7 @@ however browsers don't seem to have implemented great looking supixel tweening y
|
|
|
3180
3180
|
--utrecht-icon-size: var(--utrecht-link-icon-size, 1em);
|
|
3181
3181
|
color: var(--utrecht-link-color, blue);
|
|
3182
3182
|
text-decoration: var(--utrecht-link-text-decoration, underline);
|
|
3183
|
+
text-decoration-color: var(--utrecht-link-text-decoration-color, currentColor);
|
|
3183
3184
|
text-decoration-skip-ink: all;
|
|
3184
3185
|
text-decoration-thickness: max(var(--utrecht-link-text-decoration-thickness), 1px);
|
|
3185
3186
|
text-underline-offset: var(--utrecht-link-text-underline-offset);
|
|
@@ -3439,6 +3440,7 @@ however browsers don't seem to have implemented great looking supixel tweening y
|
|
|
3439
3440
|
--utrecht-icon-size: var(--utrecht-link-icon-size, 1em);
|
|
3440
3441
|
color: var(--utrecht-link-color, blue);
|
|
3441
3442
|
text-decoration: var(--utrecht-link-text-decoration, underline);
|
|
3443
|
+
text-decoration-color: var(--utrecht-link-text-decoration-color, currentColor);
|
|
3442
3444
|
text-decoration-skip-ink: all;
|
|
3443
3445
|
text-decoration-thickness: max(var(--utrecht-link-text-decoration-thickness), 1px);
|
|
3444
3446
|
text-underline-offset: var(--utrecht-link-text-underline-offset);
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.0.0-alpha.
|
|
2
|
+
"version": "1.0.0-alpha.429",
|
|
3
3
|
"author": "Community for NL Design System",
|
|
4
4
|
"description": "Component library bundle for the Municipality of Utrecht based on the NL Design System architecture",
|
|
5
5
|
"license": "EUPL-1.2",
|
|
@@ -26,5 +26,5 @@
|
|
|
26
26
|
"clean": "rimraf dist/"
|
|
27
27
|
},
|
|
28
28
|
"main": "dist/index.css",
|
|
29
|
-
"gitHead": "
|
|
29
|
+
"gitHead": "0e2d73f81d414b64e60cdde1334ef533f60088cb"
|
|
30
30
|
}
|