@utrecht/component-library-css 1.0.0-alpha.501 → 1.0.0-alpha.503
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 +3 -0
- package/dist/index.css +13 -2
- package/package.json +2 -2
package/dist/html.css
CHANGED
|
@@ -654,6 +654,7 @@ however browsers don't seem to have implemented great looking supixel tweening y
|
|
|
654
654
|
padding-inline-end: var(--utrecht-button-padding-inline-end);
|
|
655
655
|
padding-inline-start: var(--utrecht-button-padding-inline-start);
|
|
656
656
|
text-transform: var(--utrecht-button-text-transform);
|
|
657
|
+
-webkit-user-select: none;
|
|
657
658
|
user-select: none;
|
|
658
659
|
margin-block-end: var(--utrecht-button-margin-block-end);
|
|
659
660
|
margin-block-start: var(--utrecht-button-margin-block-start);
|
|
@@ -713,6 +714,7 @@ however browsers don't seem to have implemented great looking supixel tweening y
|
|
|
713
714
|
margin-inline-end: 0;
|
|
714
715
|
margin-inline-start: 0;
|
|
715
716
|
cursor: var(--utrecht-action-activate-cursor, revert);
|
|
717
|
+
-webkit-user-select: none;
|
|
716
718
|
user-select: none;
|
|
717
719
|
}
|
|
718
720
|
.utrecht-html input[type=checkbox i]:disabled {
|
|
@@ -1116,6 +1118,7 @@ however browsers don't seem to have implemented great looking supixel tweening y
|
|
|
1116
1118
|
margin-inline-end: var(--utrecht-radio-button-margin-inline-end);
|
|
1117
1119
|
-webkit-print-color-adjust: exact;
|
|
1118
1120
|
print-color-adjust: exact;
|
|
1121
|
+
-webkit-user-select: none;
|
|
1119
1122
|
user-select: none;
|
|
1120
1123
|
vertical-align: top;
|
|
1121
1124
|
/* override the `:focus` selector above */
|
package/dist/index.css
CHANGED
|
@@ -220,6 +220,7 @@ so do not apply these styles to an HTML `<dialog>` element without `open` attrib
|
|
|
220
220
|
background-color: var(--utrecht-backdrop-background-color);
|
|
221
221
|
color: var(--utrecht-backdrop-color);
|
|
222
222
|
opacity: var(--_utrecht-backdrop-opacity);
|
|
223
|
+
-webkit-user-select: none;
|
|
223
224
|
user-select: none;
|
|
224
225
|
}
|
|
225
226
|
@keyframes utrecht-backdrop-fade-in {
|
|
@@ -491,6 +492,7 @@ so do not apply these styles to an HTML `<dialog>` element without `open` attrib
|
|
|
491
492
|
background-color: var(--utrecht-backdrop-background-color);
|
|
492
493
|
color: var(--utrecht-backdrop-color);
|
|
493
494
|
opacity: var(--_utrecht-backdrop-opacity);
|
|
495
|
+
-webkit-user-select: none;
|
|
494
496
|
user-select: none;
|
|
495
497
|
bottom: 0;
|
|
496
498
|
display: block;
|
|
@@ -943,6 +945,7 @@ ol.utrecht-breadcrumb__list {
|
|
|
943
945
|
padding-inline-end: var(--utrecht-button-padding-inline-end);
|
|
944
946
|
padding-inline-start: var(--utrecht-button-padding-inline-start);
|
|
945
947
|
text-transform: var(--utrecht-button-text-transform);
|
|
948
|
+
-webkit-user-select: none;
|
|
946
949
|
user-select: none;
|
|
947
950
|
}
|
|
948
951
|
|
|
@@ -1569,13 +1572,16 @@ ol.utrecht-breadcrumb__list {
|
|
|
1569
1572
|
*/
|
|
1570
1573
|
.utrecht-color-sample {
|
|
1571
1574
|
background-color: var(--utrecht-color-sample-background-color, currentColor);
|
|
1572
|
-
block-size: 2em;
|
|
1575
|
+
block-size: var(--utrecht-color-sample-block-size, 2em);
|
|
1573
1576
|
border-color: var(--utrecht-color-sample-border-color, var(--utrecht-color-sample-default-border-color));
|
|
1577
|
+
border-radius: var(--utrecht-color-sample-border-radius, 0);
|
|
1574
1578
|
border-style: solid;
|
|
1575
1579
|
border-width: var(--utrecht-color-sample-border-width, 0);
|
|
1576
1580
|
box-sizing: border-box;
|
|
1577
1581
|
display: inline-block;
|
|
1578
|
-
inline-size: 2em;
|
|
1582
|
+
inline-size: var(--utrecht-color-sample-inline-size, 2em);
|
|
1583
|
+
-webkit-print-color-adjust: exact;
|
|
1584
|
+
print-color-adjust: exact;
|
|
1579
1585
|
}
|
|
1580
1586
|
@media (forced-colors: active) {
|
|
1581
1587
|
.utrecht-color-sample {
|
|
@@ -1817,6 +1823,7 @@ ol.utrecht-breadcrumb__list {
|
|
|
1817
1823
|
padding-inline-end: var(--utrecht-button-padding-inline-end);
|
|
1818
1824
|
padding-inline-start: var(--utrecht-button-padding-inline-start);
|
|
1819
1825
|
text-transform: var(--utrecht-button-text-transform);
|
|
1826
|
+
-webkit-user-select: none;
|
|
1820
1827
|
user-select: none;
|
|
1821
1828
|
cursor: var(--utrecht-action-navigate-cursor, pointer);
|
|
1822
1829
|
text-decoration: none;
|
|
@@ -1989,6 +1996,7 @@ ol.utrecht-breadcrumb__list {
|
|
|
1989
1996
|
margin-inline-end: 0;
|
|
1990
1997
|
margin-inline-start: 0;
|
|
1991
1998
|
cursor: var(--utrecht-action-activate-cursor, revert);
|
|
1999
|
+
-webkit-user-select: none;
|
|
1992
2000
|
user-select: none;
|
|
1993
2001
|
}
|
|
1994
2002
|
|
|
@@ -2634,6 +2642,7 @@ ol.utrecht-breadcrumb__list {
|
|
|
2634
2642
|
padding-inline-end: var(--utrecht-form-toggle-padding-inline-end);
|
|
2635
2643
|
padding-inline-start: var(--utrecht-form-toggle-padding-inline-start);
|
|
2636
2644
|
position: relative;
|
|
2645
|
+
-webkit-user-select: none;
|
|
2637
2646
|
user-select: none;
|
|
2638
2647
|
width: var(--utrecht-form-toggle-width, 6em);
|
|
2639
2648
|
}
|
|
@@ -3174,6 +3183,7 @@ however browsers don't seem to have implemented great looking supixel tweening y
|
|
|
3174
3183
|
padding-inline-end: var(--utrecht-button-padding-inline-end);
|
|
3175
3184
|
padding-inline-start: var(--utrecht-button-padding-inline-start);
|
|
3176
3185
|
text-transform: var(--utrecht-button-text-transform);
|
|
3186
|
+
-webkit-user-select: none;
|
|
3177
3187
|
user-select: none;
|
|
3178
3188
|
}
|
|
3179
3189
|
|
|
@@ -4433,6 +4443,7 @@ however browsers don't seem to have implemented great looking supixel tweening y
|
|
|
4433
4443
|
margin-inline-end: var(--utrecht-radio-button-margin-inline-end);
|
|
4434
4444
|
-webkit-print-color-adjust: exact;
|
|
4435
4445
|
print-color-adjust: exact;
|
|
4446
|
+
-webkit-user-select: none;
|
|
4436
4447
|
user-select: none;
|
|
4437
4448
|
vertical-align: top;
|
|
4438
4449
|
}
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.0.0-alpha.
|
|
2
|
+
"version": "1.0.0-alpha.503",
|
|
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": "40447f35df0832e11bac31c6829c738523ccc5ba"
|
|
30
30
|
}
|