@utrecht/component-library-css 1.0.0-alpha.497 → 1.0.0-alpha.499
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 -1
- package/dist/index.css +26 -26
- package/package.json +2 -2
package/dist/html.css
CHANGED
|
@@ -942,7 +942,7 @@ however browsers don't seem to have implemented great looking supixel tweening y
|
|
|
942
942
|
.utrecht-html hgroup > * {
|
|
943
943
|
--utrecht-space-around: 0;
|
|
944
944
|
}
|
|
945
|
-
.utrecht-html a
|
|
945
|
+
.utrecht-html a {
|
|
946
946
|
--utrecht-icon-size: var(--utrecht-link-icon-size, 1em);
|
|
947
947
|
color: var(--utrecht-link-color, blue);
|
|
948
948
|
text-decoration: var(--utrecht-link-text-decoration, underline);
|
package/dist/index.css
CHANGED
|
@@ -982,13 +982,6 @@ ol.utrecht-breadcrumb__list {
|
|
|
982
982
|
cursor: var(--utrecht-action-disabled-cursor);
|
|
983
983
|
}
|
|
984
984
|
|
|
985
|
-
.utrecht-button:active:not(:disabled, [aria-disabled=true], .utrecht-button--disabled),
|
|
986
|
-
.utrecht-button--active {
|
|
987
|
-
background-color: var(--_utrecht-button-active-background-color);
|
|
988
|
-
border-color: var(--_utrecht-button-active-border-color);
|
|
989
|
-
color: var(--_utrecht-button-active-color);
|
|
990
|
-
}
|
|
991
|
-
|
|
992
985
|
.utrecht-button--focus-visible {
|
|
993
986
|
/* the pseudo-class for `:focus-visible` is implemented via the mixin */
|
|
994
987
|
/* - The browser default focus ring should apply when these CSS custom properties are not set.
|
|
@@ -1062,6 +1055,13 @@ ol.utrecht-breadcrumb__list {
|
|
|
1062
1055
|
scale: var(--utrecht-button-hover-scale, 1);
|
|
1063
1056
|
}
|
|
1064
1057
|
|
|
1058
|
+
.utrecht-button:active:not(:disabled, [aria-disabled=true], .utrecht-button--disabled),
|
|
1059
|
+
.utrecht-button--active {
|
|
1060
|
+
background-color: var(--_utrecht-button-active-background-color);
|
|
1061
|
+
border-color: var(--_utrecht-button-active-border-color);
|
|
1062
|
+
color: var(--_utrecht-button-active-color);
|
|
1063
|
+
}
|
|
1064
|
+
|
|
1065
1065
|
.utrecht-button--primary-action {
|
|
1066
1066
|
--_utrecht-button-appearance-active-background-color: var(--utrecht-button-primary-action-active-background-color);
|
|
1067
1067
|
--_utrecht-button-appearance-active-border-color: var(--utrecht-button-primary-action-active-border-color);
|
|
@@ -1864,18 +1864,13 @@ ol.utrecht-breadcrumb__list {
|
|
|
1864
1864
|
cursor: var(--utrecht-action-disabled-cursor);
|
|
1865
1865
|
}
|
|
1866
1866
|
|
|
1867
|
-
.utrecht-button-link--html-a:
|
|
1868
|
-
background-color: var(--_utrecht-button-active-background-color);
|
|
1869
|
-
border-color: var(--_utrecht-button-active-border-color);
|
|
1870
|
-
color: var(--_utrecht-button-active-color);
|
|
1871
|
-
}
|
|
1872
|
-
.utrecht-button-link--html-a:link:focus {
|
|
1867
|
+
.utrecht-button-link--html-a:focus {
|
|
1873
1868
|
background-color: var(--_utrecht-button-focus-background-color);
|
|
1874
1869
|
border-color: var(--_utrecht-button-focus-border-color);
|
|
1875
1870
|
color: var(--_utrecht-button-focus-color);
|
|
1876
1871
|
scale: var(--utrecht-button-focus-scale, 1);
|
|
1877
1872
|
}
|
|
1878
|
-
.utrecht-button-link--html-a:
|
|
1873
|
+
.utrecht-button-link--html-a:focus-visible {
|
|
1879
1874
|
/* the pseudo-class for `:focus-visible` is implemented via the mixin */
|
|
1880
1875
|
/* - The browser default focus ring should apply when these CSS custom properties are not set.
|
|
1881
1876
|
* - Make the `box-shadow` value available, so components that have their own `box-shadow`
|
|
@@ -1889,12 +1884,17 @@ ol.utrecht-breadcrumb__list {
|
|
|
1889
1884
|
outline-style: var(--utrecht-focus-outline-style, revert);
|
|
1890
1885
|
outline-width: var(--utrecht-focus-outline-width, revert);
|
|
1891
1886
|
}
|
|
1892
|
-
.utrecht-button-link--html-a:
|
|
1887
|
+
.utrecht-button-link--html-a:hover {
|
|
1893
1888
|
background-color: var(--_utrecht-button-hover-background-color);
|
|
1894
1889
|
border-color: var(--_utrecht-button-hover-border-color);
|
|
1895
1890
|
color: var(--_utrecht-button-hover-color);
|
|
1896
1891
|
scale: var(--utrecht-button-hover-scale, 1);
|
|
1897
1892
|
}
|
|
1893
|
+
.utrecht-button-link--html-a:active {
|
|
1894
|
+
background-color: var(--_utrecht-button-active-background-color);
|
|
1895
|
+
border-color: var(--_utrecht-button-active-border-color);
|
|
1896
|
+
color: var(--_utrecht-button-active-color);
|
|
1897
|
+
}
|
|
1898
1898
|
|
|
1899
1899
|
.utrecht-button-link--primary-action {
|
|
1900
1900
|
--_utrecht-button-appearance-active-background-color: var(--utrecht-button-primary-action-active-background-color);
|
|
@@ -3181,10 +3181,6 @@ however browsers don't seem to have implemented great looking supixel tweening y
|
|
|
3181
3181
|
text-decoration-thickness: max(var(--utrecht-link-hover-text-decoration-thickness, var(--utrecht-link-text-decoration-thickness)), 1px);
|
|
3182
3182
|
}
|
|
3183
3183
|
|
|
3184
|
-
.utrecht-link-button--active, .utrecht-link-button--html-button:not(:disabled):active {
|
|
3185
|
-
color: var(--utrecht-link-active-color, var(--utrecht-link-color));
|
|
3186
|
-
}
|
|
3187
|
-
|
|
3188
3184
|
.utrecht-link-button--disabled {
|
|
3189
3185
|
color: var(--utrecht-link-placeholder-color, var(--utrecht-link-color));
|
|
3190
3186
|
cursor: var(--utrecht-action-disabled-cursor);
|
|
@@ -3214,6 +3210,10 @@ however browsers don't seem to have implemented great looking supixel tweening y
|
|
|
3214
3210
|
outline-width: var(--utrecht-focus-outline-width, revert);
|
|
3215
3211
|
}
|
|
3216
3212
|
|
|
3213
|
+
.utrecht-link-button--active, .utrecht-link-button--html-button:not(:disabled):active {
|
|
3214
|
+
color: var(--utrecht-link-active-color, var(--utrecht-link-color));
|
|
3215
|
+
}
|
|
3216
|
+
|
|
3217
3217
|
.utrecht-link-button--inline {
|
|
3218
3218
|
--utrecht-icon-inset-block-start: var(--utrecht-icon-baseline-inset-block-start);
|
|
3219
3219
|
min-block-size: auto;
|
|
@@ -3428,7 +3428,7 @@ however browsers don't seem to have implemented great looking supixel tweening y
|
|
|
3428
3428
|
color: var(--utrecht-link-visited-color, var(--utrecht-link-color));
|
|
3429
3429
|
}
|
|
3430
3430
|
|
|
3431
|
-
.utrecht-link:
|
|
3431
|
+
.utrecht-link:hover,
|
|
3432
3432
|
.utrecht-link--hover {
|
|
3433
3433
|
color: var(--utrecht-link-hover-color, var(--utrecht-link-color));
|
|
3434
3434
|
text-decoration: var(--utrecht-link-hover-text-decoration, var(--utrecht-link-text-decoration, underline));
|
|
@@ -3437,11 +3437,6 @@ however browsers don't seem to have implemented great looking supixel tweening y
|
|
|
3437
3437
|
text-decoration-thickness: max(var(--utrecht-link-hover-text-decoration-thickness, var(--utrecht-link-text-decoration-thickness)), 1px);
|
|
3438
3438
|
}
|
|
3439
3439
|
|
|
3440
|
-
.utrecht-link:link:active,
|
|
3441
|
-
.utrecht-link--active {
|
|
3442
|
-
color: var(--utrecht-link-active-color, var(--utrecht-link-color));
|
|
3443
|
-
}
|
|
3444
|
-
|
|
3445
3440
|
.utrecht-link--focus {
|
|
3446
3441
|
background-color: var(--utrecht-link-focus-background-color, transparent);
|
|
3447
3442
|
color: var(--utrecht-link-focus-color, var(--utrecht-link-color));
|
|
@@ -3491,6 +3486,11 @@ however browsers don't seem to have implemented great looking supixel tweening y
|
|
|
3491
3486
|
outline-style: revert;
|
|
3492
3487
|
}
|
|
3493
3488
|
|
|
3489
|
+
.utrecht-link:active,
|
|
3490
|
+
.utrecht-link--active {
|
|
3491
|
+
color: var(--utrecht-link-active-color, var(--utrecht-link-color));
|
|
3492
|
+
}
|
|
3493
|
+
|
|
3494
3494
|
.utrecht-link--telephone {
|
|
3495
3495
|
white-space: nowrap;
|
|
3496
3496
|
}
|
|
@@ -3681,7 +3681,7 @@ however browsers don't seem to have implemented great looking supixel tweening y
|
|
|
3681
3681
|
margin-block-start: var(--utrecht-space-block-sm);
|
|
3682
3682
|
}
|
|
3683
3683
|
|
|
3684
|
-
.utrecht-menulijst__item a
|
|
3684
|
+
.utrecht-menulijst__item a {
|
|
3685
3685
|
background-image: var(--utrecht-menulijst-item-background-image, none);
|
|
3686
3686
|
background-position: 0 0.25em;
|
|
3687
3687
|
background-repeat: no-repeat;
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.0.0-alpha.
|
|
2
|
+
"version": "1.0.0-alpha.499",
|
|
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": "826d92d5512556b58984ae00025298b325fe43bd"
|
|
30
30
|
}
|