@utrecht/component-library-css 8.1.0 → 8.1.3
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/index.css +19 -9
- package/dist/prince-xml.css +19 -114
- package/package.json +94 -94
package/dist/index.css
CHANGED
|
@@ -3,11 +3,6 @@
|
|
|
3
3
|
* Copyright (c) 2024-2025 Gemeente Utrecht
|
|
4
4
|
* Copyright (c) 2024-2025 Frameless B.V.
|
|
5
5
|
*/
|
|
6
|
-
/**
|
|
7
|
-
* @license EUPL-1.2
|
|
8
|
-
* Copyright (c) 2020-2025 Frameless B.V.
|
|
9
|
-
* Copyright (c) 2021-2025 Gemeente Utrecht
|
|
10
|
-
*/
|
|
11
6
|
/**
|
|
12
7
|
* @license EUPL-1.2
|
|
13
8
|
* Copyright (c) 2020-2022 Gemeente Utrecht
|
|
@@ -26,6 +21,11 @@
|
|
|
26
21
|
* Copyright (c) 2020-2024 Frameless B.V.
|
|
27
22
|
* Copyright (c) 2021-2024 Gemeente Utrecht
|
|
28
23
|
*/
|
|
24
|
+
/**
|
|
25
|
+
* @license EUPL-1.2
|
|
26
|
+
* Copyright (c) 2020-2025 Frameless B.V.
|
|
27
|
+
* Copyright (c) 2021-2025 Gemeente Utrecht
|
|
28
|
+
*/
|
|
29
29
|
@charset "UTF-8";
|
|
30
30
|
.utrecht-accordion {
|
|
31
31
|
display: grid;
|
|
@@ -4130,10 +4130,10 @@
|
|
|
4130
4130
|
color: var(--utrecht-page-color);
|
|
4131
4131
|
max-inline-size: var(--utrecht-page-max-inline-size);
|
|
4132
4132
|
}
|
|
4133
|
-
|
|
4134
4133
|
.utrecht-pagination {
|
|
4135
4134
|
font-family: var(--utrecht-pagination-font-family, var(--utrecht-document-font-family));
|
|
4136
4135
|
font-size: var(--utrecht-pagination-font-size, var(--utrecht-document-font-family));
|
|
4136
|
+
line-height: var(--utrecht-pagination-line-height, var(--utrecht-document-line-height));
|
|
4137
4137
|
margin-block-end: calc(var(--utrecht-space-around, 0) * var(--utrecht-pagination-margin-block-end, 0));
|
|
4138
4138
|
margin-block-start: calc(var(--utrecht-space-around, 0) * var(--utrecht-pagination-margin-block-start, 0));
|
|
4139
4139
|
}
|
|
@@ -4170,6 +4170,7 @@
|
|
|
4170
4170
|
.utrecht-pagination__relative-link--disabled {
|
|
4171
4171
|
background-color: var(--utrecht-pagination-relative-link-disabled-background-color, var(--utrecht-pagination-relative-link-background-color));
|
|
4172
4172
|
color: var(--utrecht-pagination-relative-link-disabled-color, var(--utrecht-pagination-relative-link-color));
|
|
4173
|
+
text-decoration: var(--utrecht-pagination-relative-link-disabled-text-decoration, var(--utrecht-pagination-relative-link-text-decoration));
|
|
4173
4174
|
}
|
|
4174
4175
|
|
|
4175
4176
|
.utrecht-pagination__relative-link--hover,
|
|
@@ -4199,6 +4200,7 @@
|
|
|
4199
4200
|
--utrecht-pagination-page-link-background-color: var(--utrecht-pagination-page-link-current-background-color);
|
|
4200
4201
|
--utrecht-pagination-page-link-border-color: var(--utrecht-pagination-page-link-current-border-color);
|
|
4201
4202
|
--utrecht-pagination-page-link-color: var(--utrecht-pagination-page-link-current-color);
|
|
4203
|
+
--utrecht-pagination-page-link-text-decoration: var(--utrecht-pagination-page-link-current-text-decoration);
|
|
4202
4204
|
}
|
|
4203
4205
|
|
|
4204
4206
|
.utrecht-pagination__page-link ~ .utrecht-pagination__page-link {
|
|
@@ -4206,14 +4208,22 @@
|
|
|
4206
4208
|
}
|
|
4207
4209
|
|
|
4208
4210
|
.utrecht-pagination__page-link--hover,
|
|
4209
|
-
.utrecht-pagination__page-link:hover {
|
|
4211
|
+
.utrecht-pagination__page-link:any-link:hover {
|
|
4210
4212
|
background-color: var(--utrecht-pagination-page-link-hover-background-color, var(--utrecht-pagination-page-link-background-color));
|
|
4211
4213
|
border-color: var(--utrecht-pagination-page-link-hover-border-color, var(--utrecht-pagination-page-link-border-color));
|
|
4212
4214
|
color: var(--utrecht-pagination-page-link-hover-color, var(--utrecht-pagination-page-link-color));
|
|
4213
4215
|
}
|
|
4214
4216
|
|
|
4215
|
-
.utrecht-pagination__page-link:focus
|
|
4216
|
-
.utrecht-pagination__relative-link:focus
|
|
4217
|
+
.utrecht-pagination__page-link:any-link:focus,
|
|
4218
|
+
.utrecht-pagination__relative-link:any-link:focus {
|
|
4219
|
+
background-color: var(--utrecht-pagination-relative-link-focus-background-color, transparent);
|
|
4220
|
+
color: var(--utrecht-pagination-relative-link-focus-color);
|
|
4221
|
+
}
|
|
4222
|
+
|
|
4223
|
+
.utrecht-pagination__page-link:any-link:focus-visible,
|
|
4224
|
+
.utrecht-pagination__relative-link:any-link:focus-visible {
|
|
4225
|
+
background-color: var(--utrecht-pagination-relative-link-focus-visible-background-color, transparent);
|
|
4226
|
+
color: var(--utrecht-pagination-relative-link-focus-visible-color);
|
|
4217
4227
|
--_utrecht-focus-ring-box-shadow: 0 0 0 var(--utrecht-focus-outline-width, 0)
|
|
4218
4228
|
var(--utrecht-focus-inverse-outline-color, transparent);
|
|
4219
4229
|
box-shadow: var(--_utrecht-focus-ring-box-shadow);
|
package/dist/prince-xml.css
CHANGED
|
@@ -3,11 +3,6 @@
|
|
|
3
3
|
* Copyright (c) 2024-2025 Gemeente Utrecht
|
|
4
4
|
* Copyright (c) 2024-2025 Frameless B.V.
|
|
5
5
|
*/
|
|
6
|
-
/**
|
|
7
|
-
* @license EUPL-1.2
|
|
8
|
-
* Copyright (c) 2020-2025 Frameless B.V.
|
|
9
|
-
* Copyright (c) 2021-2025 Gemeente Utrecht
|
|
10
|
-
*/
|
|
11
6
|
/**
|
|
12
7
|
* @license EUPL-1.2
|
|
13
8
|
* Copyright (c) 2020-2022 Gemeente Utrecht
|
|
@@ -21,6 +16,11 @@
|
|
|
21
16
|
* @license EUPL-1.2
|
|
22
17
|
* Copyright (c) 2022 Frameless B.V.
|
|
23
18
|
*/
|
|
19
|
+
/**
|
|
20
|
+
* @license EUPL-1.2
|
|
21
|
+
* Copyright (c) 2020-2025 Frameless B.V.
|
|
22
|
+
* Copyright (c) 2021-2025 Gemeente Utrecht
|
|
23
|
+
*/
|
|
24
24
|
/**
|
|
25
25
|
* @license EUPL-1.2
|
|
26
26
|
* Copyright (c) 2020-2024 Frameless B.V.
|
|
@@ -1823,13 +1823,6 @@
|
|
|
1823
1823
|
-webkit-user-select: none;
|
|
1824
1824
|
user-select: none;
|
|
1825
1825
|
}
|
|
1826
|
-
@media print {
|
|
1827
|
-
.utrecht-checkbox {
|
|
1828
|
-
min-height: 1.5em;
|
|
1829
|
-
min-width: 1.5em;
|
|
1830
|
-
-prince-pdf-form: enable;
|
|
1831
|
-
}
|
|
1832
|
-
}
|
|
1833
1826
|
.utrecht-checkbox--disabled {
|
|
1834
1827
|
cursor: var(--utrecht-action-disabled-cursor, revert);
|
|
1835
1828
|
}
|
|
@@ -1913,7 +1906,6 @@
|
|
|
1913
1906
|
column-gap: var(--utrecht-column-layout-gap, 2em);
|
|
1914
1907
|
column-width: var(--utrecht-column-layout-column-width, 40ch);
|
|
1915
1908
|
display: block;
|
|
1916
|
-
column-width: var(--utrecht-column-layout-column-width, 25em);
|
|
1917
1909
|
}
|
|
1918
1910
|
@media print {
|
|
1919
1911
|
.utrecht-column-layout {
|
|
@@ -3427,10 +3419,6 @@
|
|
|
3427
3419
|
min-height: var(--utrecht-logo-min-block-size);
|
|
3428
3420
|
min-width: var(--utrecht-logo-min-inline-size);
|
|
3429
3421
|
}
|
|
3430
|
-
.utrecht-logo svg[role=img][aria-label] {
|
|
3431
|
-
-prince-alt-text: attr(aria-label);
|
|
3432
|
-
-prince-pdf-tag-type: figure;
|
|
3433
|
-
}
|
|
3434
3422
|
.utrecht-logo > img,
|
|
3435
3423
|
.utrecht-logo > picture,
|
|
3436
3424
|
.utrecht-logo > svg {
|
|
@@ -3988,10 +3976,10 @@
|
|
|
3988
3976
|
color: var(--utrecht-page-color);
|
|
3989
3977
|
max-width: var(--utrecht-page-max-inline-size);
|
|
3990
3978
|
}
|
|
3991
|
-
|
|
3992
3979
|
.utrecht-pagination {
|
|
3993
3980
|
font-family: var(--utrecht-pagination-font-family, var(--utrecht-document-font-family));
|
|
3994
3981
|
font-size: var(--utrecht-pagination-font-size, var(--utrecht-document-font-family));
|
|
3982
|
+
line-height: var(--utrecht-pagination-line-height, var(--utrecht-document-line-height));
|
|
3995
3983
|
margin-bottom: calc(var(--utrecht-space-around, 0) * var(--utrecht-pagination-margin-block-end, 0));
|
|
3996
3984
|
margin-top: calc(var(--utrecht-space-around, 0) * var(--utrecht-pagination-margin-block-start, 0));
|
|
3997
3985
|
}
|
|
@@ -4028,6 +4016,7 @@
|
|
|
4028
4016
|
.utrecht-pagination__relative-link--disabled {
|
|
4029
4017
|
background-color: var(--utrecht-pagination-relative-link-disabled-background-color, var(--utrecht-pagination-relative-link-background-color));
|
|
4030
4018
|
color: var(--utrecht-pagination-relative-link-disabled-color, var(--utrecht-pagination-relative-link-color));
|
|
4019
|
+
text-decoration: var(--utrecht-pagination-relative-link-disabled-text-decoration, var(--utrecht-pagination-relative-link-text-decoration));
|
|
4031
4020
|
}
|
|
4032
4021
|
|
|
4033
4022
|
.utrecht-pagination__relative-link--hover,
|
|
@@ -4057,6 +4046,7 @@
|
|
|
4057
4046
|
--utrecht-pagination-page-link-background-color: var(--utrecht-pagination-page-link-current-background-color);
|
|
4058
4047
|
--utrecht-pagination-page-link-border-color: var(--utrecht-pagination-page-link-current-border-color);
|
|
4059
4048
|
--utrecht-pagination-page-link-color: var(--utrecht-pagination-page-link-current-color);
|
|
4049
|
+
--utrecht-pagination-page-link-text-decoration: var(--utrecht-pagination-page-link-current-text-decoration);
|
|
4060
4050
|
}
|
|
4061
4051
|
|
|
4062
4052
|
.utrecht-pagination__page-link ~ .utrecht-pagination__page-link {
|
|
@@ -4064,14 +4054,22 @@
|
|
|
4064
4054
|
}
|
|
4065
4055
|
|
|
4066
4056
|
.utrecht-pagination__page-link--hover,
|
|
4067
|
-
.utrecht-pagination__page-link:hover {
|
|
4057
|
+
.utrecht-pagination__page-link[href]:hover {
|
|
4068
4058
|
background-color: var(--utrecht-pagination-page-link-hover-background-color, var(--utrecht-pagination-page-link-background-color));
|
|
4069
4059
|
border-color: var(--utrecht-pagination-page-link-hover-border-color, var(--utrecht-pagination-page-link-border-color));
|
|
4070
4060
|
color: var(--utrecht-pagination-page-link-hover-color, var(--utrecht-pagination-page-link-color));
|
|
4071
4061
|
}
|
|
4072
4062
|
|
|
4073
|
-
.utrecht-pagination__page-link[
|
|
4074
|
-
.utrecht-pagination__relative-link[
|
|
4063
|
+
.utrecht-pagination__page-link[href]:focus,
|
|
4064
|
+
.utrecht-pagination__relative-link[href]:focus {
|
|
4065
|
+
background-color: var(--utrecht-pagination-relative-link-focus-background-color, transparent);
|
|
4066
|
+
color: var(--utrecht-pagination-relative-link-focus-color);
|
|
4067
|
+
}
|
|
4068
|
+
|
|
4069
|
+
.utrecht-pagination__page-link[href][prince-xml-ignore-pseudo-class-focus-visible],
|
|
4070
|
+
.utrecht-pagination__relative-link[href][prince-xml-ignore-pseudo-class-focus-visible] {
|
|
4071
|
+
background-color: var(--utrecht-pagination-relative-link-focus-visible-background-color, transparent);
|
|
4072
|
+
color: var(--utrecht-pagination-relative-link-focus-visible-color);
|
|
4075
4073
|
--_utrecht-focus-ring-box-shadow: 0 0 0 var(--utrecht-focus-outline-width, 0)
|
|
4076
4074
|
var(--utrecht-focus-inverse-outline-color, transparent);
|
|
4077
4075
|
box-shadow: var(--_utrecht-focus-ring-box-shadow);
|
|
@@ -4178,13 +4176,6 @@
|
|
|
4178
4176
|
user-select: none;
|
|
4179
4177
|
vertical-align: top;
|
|
4180
4178
|
}
|
|
4181
|
-
@media print {
|
|
4182
|
-
.utrecht-radio-button {
|
|
4183
|
-
min-height: 1.5em;
|
|
4184
|
-
min-width: 1.5em;
|
|
4185
|
-
-prince-pdf-form: enable;
|
|
4186
|
-
}
|
|
4187
|
-
}
|
|
4188
4179
|
|
|
4189
4180
|
.utrecht-radio-button--checked {
|
|
4190
4181
|
--_utrecht-radio-button-icon-size: var(--utrecht-radio-button-icon-size, 50%);
|
|
@@ -6436,11 +6427,6 @@
|
|
|
6436
6427
|
padding-right: var(--utrecht-select-padding-inline-end, var(--utrecht-form-control-padding-inline-end));
|
|
6437
6428
|
padding-left: var(--utrecht-select-padding-inline-start, var(--utrecht-form-control-padding-inline-start));
|
|
6438
6429
|
}
|
|
6439
|
-
@media print {
|
|
6440
|
-
.utrecht-select {
|
|
6441
|
-
-prince-pdf-form: enable;
|
|
6442
|
-
}
|
|
6443
|
-
}
|
|
6444
6430
|
|
|
6445
6431
|
.utrecht-select--disabled {
|
|
6446
6432
|
background-color: var(--utrecht-select-disabled-background-color, var(--utrecht-form-control-disabled-background-color, var(--utrecht-select-background-color, var(--utrecht-form-control-background-color))));
|
|
@@ -6974,33 +6960,19 @@
|
|
|
6974
6960
|
list-style-type: none;
|
|
6975
6961
|
padding-left: 0;
|
|
6976
6962
|
page-break-inside: avoid;
|
|
6977
|
-
-prince-pdf-tag-type: TOC;
|
|
6978
|
-
margin-left: 0;
|
|
6979
|
-
margin-top: 0;
|
|
6980
|
-
margin-right: 0;
|
|
6981
6963
|
}
|
|
6982
6964
|
|
|
6983
6965
|
.utrecht-table-of-contents__list-item {
|
|
6984
6966
|
margin-bottom: var(--utrecht-unordered-list-item-margin-block-end);
|
|
6985
6967
|
margin-top: var(--utrecht-unordered-list-item-margin-block-start);
|
|
6986
|
-
-prince-pdf-tag-type: TOCI;
|
|
6987
6968
|
}
|
|
6988
6969
|
|
|
6989
6970
|
.utrecht-table-of-contents__list-item::before {
|
|
6990
6971
|
content: "";
|
|
6991
6972
|
}
|
|
6992
6973
|
|
|
6993
|
-
.utrecht-table-of-contents__list-item-body {
|
|
6994
|
-
-prince-pdf-tag-type: P;
|
|
6995
|
-
}
|
|
6996
|
-
|
|
6997
6974
|
.utrecht-table-of-contents__list-item-label {
|
|
6998
6975
|
font-variant-numeric: lining-nums tabular-nums;
|
|
6999
|
-
-prince-pdf-tag-type: Lbl;
|
|
7000
|
-
}
|
|
7001
|
-
|
|
7002
|
-
.utrecht-table-of-contents__list-item-title {
|
|
7003
|
-
-prince-pdf-tag-type: Span;
|
|
7004
6976
|
}
|
|
7005
6977
|
.utrecht-textarea {
|
|
7006
6978
|
background-color: var(--utrecht-textarea-background-color, var(--utrecht-form-control-background-color));
|
|
@@ -7027,15 +6999,6 @@
|
|
|
7027
6999
|
resize: vertical;
|
|
7028
7000
|
resize: block;
|
|
7029
7001
|
}
|
|
7030
|
-
@media print {
|
|
7031
|
-
.utrecht-textarea {
|
|
7032
|
-
-prince-pdf-form: enable;
|
|
7033
|
-
border-width: var(--utrecht-textarea-border-width, var(--utrecht-form-control-border-width)) !important;
|
|
7034
|
-
border-bottom-width: auto !important;
|
|
7035
|
-
border-color: var(--utrecht-textarea-border-color, var(--utrecht-form-control-border-color)) !important;
|
|
7036
|
-
width: 100%;
|
|
7037
|
-
}
|
|
7038
|
-
}
|
|
7039
7002
|
|
|
7040
7003
|
.utrecht-textarea--invalid {
|
|
7041
7004
|
--_utrecht-textarea-border-width: var(
|
|
@@ -7166,15 +7129,6 @@
|
|
|
7166
7129
|
padding-right: var(--utrecht-textbox-padding-inline-end, var(--utrecht-form-control-padding-inline-end, initial));
|
|
7167
7130
|
padding-left: var(--utrecht-textbox-padding-inline-start, var(--utrecht-form-control-padding-inline-start, initial));
|
|
7168
7131
|
}
|
|
7169
|
-
@media print {
|
|
7170
|
-
.utrecht-textbox {
|
|
7171
|
-
-prince-pdf-form: enable;
|
|
7172
|
-
border-width: var(--utrecht-textbox-border-width, var(--utrecht-form-control-border-width)) !important;
|
|
7173
|
-
border-bottom-width: auto !important;
|
|
7174
|
-
border-color: var(--utrecht-textbox-border-color, var(--utrecht-form-control-border-color)) !important;
|
|
7175
|
-
width: 100%;
|
|
7176
|
-
}
|
|
7177
|
-
}
|
|
7178
7132
|
|
|
7179
7133
|
.utrecht-textbox--invalid {
|
|
7180
7134
|
--_utrecht-textbox-border-width: var(
|
|
@@ -7967,13 +7921,6 @@
|
|
|
7967
7921
|
-webkit-user-select: none;
|
|
7968
7922
|
user-select: none;
|
|
7969
7923
|
}
|
|
7970
|
-
@media print {
|
|
7971
|
-
.utrecht-html input[type=checkbox i] {
|
|
7972
|
-
min-height: 1.5em;
|
|
7973
|
-
min-width: 1.5em;
|
|
7974
|
-
-prince-pdf-form: enable;
|
|
7975
|
-
}
|
|
7976
|
-
}
|
|
7977
7924
|
.utrecht-html input[type=checkbox i]:disabled {
|
|
7978
7925
|
cursor: var(--utrecht-action-disabled-cursor, revert);
|
|
7979
7926
|
}
|
|
@@ -8352,13 +8299,6 @@
|
|
|
8352
8299
|
user-select: none;
|
|
8353
8300
|
vertical-align: top;
|
|
8354
8301
|
}
|
|
8355
|
-
@media print {
|
|
8356
|
-
.utrecht-html input[type=radio i] {
|
|
8357
|
-
min-height: 1.5em;
|
|
8358
|
-
min-width: 1.5em;
|
|
8359
|
-
-prince-pdf-form: enable;
|
|
8360
|
-
}
|
|
8361
|
-
}
|
|
8362
8302
|
.utrecht-html input[type=radio i]:checked {
|
|
8363
8303
|
--_utrecht-radio-button-icon-size: var(--utrecht-radio-button-icon-size, 50%);
|
|
8364
8304
|
--_utrecht-radio-button-state-background-color: var(--utrecht-radio-button-checked-background-color);
|
|
@@ -8498,11 +8438,6 @@
|
|
|
8498
8438
|
padding-right: var(--utrecht-select-padding-inline-end, var(--utrecht-form-control-padding-inline-end));
|
|
8499
8439
|
padding-left: var(--utrecht-select-padding-inline-start, var(--utrecht-form-control-padding-inline-start));
|
|
8500
8440
|
}
|
|
8501
|
-
@media print {
|
|
8502
|
-
.utrecht-html select {
|
|
8503
|
-
-prince-pdf-form: enable;
|
|
8504
|
-
}
|
|
8505
|
-
}
|
|
8506
8441
|
.utrecht-html select:hover {
|
|
8507
8442
|
background-color: var(--utrecht-select-hover-background-color, var(--utrecht-form-control-hover-background-color, var(--utrecht-select-background-color, var(--utrecht-form-control-background-color))));
|
|
8508
8443
|
border-color: var(--utrecht-select-hover-border-color, var(--utrecht-form-control-hover-border-color, var(--utrecht-select-border-color, var(--utrecht-form-control-border-color))));
|
|
@@ -8684,15 +8619,6 @@
|
|
|
8684
8619
|
resize: vertical;
|
|
8685
8620
|
resize: block;
|
|
8686
8621
|
}
|
|
8687
|
-
@media print {
|
|
8688
|
-
.utrecht-html textarea {
|
|
8689
|
-
-prince-pdf-form: enable;
|
|
8690
|
-
border-width: var(--utrecht-textarea-border-width, var(--utrecht-form-control-border-width)) !important;
|
|
8691
|
-
border-bottom-width: auto !important;
|
|
8692
|
-
border-color: var(--utrecht-textarea-border-color, var(--utrecht-form-control-border-color)) !important;
|
|
8693
|
-
width: 100%;
|
|
8694
|
-
}
|
|
8695
|
-
}
|
|
8696
8622
|
.utrecht-html textarea:focus {
|
|
8697
8623
|
background-color: var(--utrecht-textarea-focus-background-color, var(--utrecht-form-control-focus-background-color, var(--utrecht-textarea-background-color, var(--utrecht-form-control-background-color))));
|
|
8698
8624
|
border-color: var(--utrecht-textarea-focus-border-color, var(--utrecht-form-control-focus-border-color, var(--utrecht-textarea-border-color, var(--utrecht-form-control-border-color))));
|
|
@@ -8781,27 +8707,6 @@
|
|
|
8781
8707
|
padding-right: var(--utrecht-textbox-padding-inline-end, var(--utrecht-form-control-padding-inline-end, initial));
|
|
8782
8708
|
padding-left: var(--utrecht-textbox-padding-inline-start, var(--utrecht-form-control-padding-inline-start, initial));
|
|
8783
8709
|
}
|
|
8784
|
-
@media print {
|
|
8785
|
-
.utrecht-html input:not([type]),
|
|
8786
|
-
.utrecht-html input[type=date i],
|
|
8787
|
-
.utrecht-html input[type=datetime-local i],
|
|
8788
|
-
.utrecht-html input[type=email i],
|
|
8789
|
-
.utrecht-html input[type=month i],
|
|
8790
|
-
.utrecht-html input[type=number i],
|
|
8791
|
-
.utrecht-html input[type=password i],
|
|
8792
|
-
.utrecht-html input[type=search i],
|
|
8793
|
-
.utrecht-html input[type=tel i],
|
|
8794
|
-
.utrecht-html input[type=text i],
|
|
8795
|
-
.utrecht-html input[type=time i],
|
|
8796
|
-
.utrecht-html input[type=url i],
|
|
8797
|
-
.utrecht-html input[type=week i] {
|
|
8798
|
-
-prince-pdf-form: enable;
|
|
8799
|
-
border-width: var(--utrecht-textbox-border-width, var(--utrecht-form-control-border-width)) !important;
|
|
8800
|
-
border-bottom-width: auto !important;
|
|
8801
|
-
border-color: var(--utrecht-textbox-border-color, var(--utrecht-form-control-border-color)) !important;
|
|
8802
|
-
width: 100%;
|
|
8803
|
-
}
|
|
8804
|
-
}
|
|
8805
8710
|
.utrecht-html input:not([type]):focus,
|
|
8806
8711
|
.utrecht-html input[type=date i]:focus,
|
|
8807
8712
|
.utrecht-html input[type=datetime-local i]:focus,
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "8.1.
|
|
2
|
+
"version": "8.1.3",
|
|
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",
|
|
@@ -20,105 +20,105 @@
|
|
|
20
20
|
"directory": "packages/component-library-css"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@utrecht/accordion-css": "
|
|
24
|
-
"@utrecht/action-group-css": "
|
|
25
|
-
"@utrecht/alert-css": "
|
|
26
|
-
"@utrecht/alert-dialog-css": "
|
|
27
|
-
"@utrecht/alternate-lang-nav-css": "
|
|
28
|
-
"@utrecht/article-css": "
|
|
29
|
-
"@utrecht/backdrop-css": "
|
|
30
|
-
"@utrecht/badge-counter-css": "
|
|
31
|
-
"@utrecht/badge-list-css": "
|
|
32
|
-
"@utrecht/badge-status-css": "
|
|
33
|
-
"@utrecht/blockquote-css": "
|
|
34
|
-
"@utrecht/body-css": "
|
|
35
|
-
"@utrecht/breadcrumb-nav-css": "
|
|
36
|
-
"@utrecht/button-css": "
|
|
37
|
-
"@utrecht/button-group-css": "
|
|
38
|
-
"@utrecht/button-link-css": "
|
|
39
|
-
"@utrecht/calendar-css": "
|
|
40
|
-
"@utrecht/checkbox-css": "
|
|
41
|
-
"@utrecht/code-block-css": "
|
|
42
|
-
"@utrecht/code-css": "
|
|
43
|
-
"@utrecht/color-sample-css": "
|
|
44
|
-
"@utrecht/column-layout-css": "
|
|
45
|
-
"@utrecht/combobox-css": "
|
|
46
|
-
"@utrecht/currency-data-css": "
|
|
47
|
-
"@utrecht/custom-checkbox-css": "
|
|
48
|
-
"@utrecht/data-badge-css": "
|
|
49
|
-
"@utrecht/data-list-css": "
|
|
50
|
-
"@utrecht/data-placeholder-css": "
|
|
23
|
+
"@utrecht/accordion-css": "3.0.0",
|
|
24
|
+
"@utrecht/action-group-css": "3.0.0",
|
|
25
|
+
"@utrecht/alert-css": "3.0.0",
|
|
26
|
+
"@utrecht/alert-dialog-css": "2.0.0",
|
|
27
|
+
"@utrecht/alternate-lang-nav-css": "2.0.0",
|
|
28
|
+
"@utrecht/article-css": "2.0.0",
|
|
29
|
+
"@utrecht/backdrop-css": "2.0.0",
|
|
30
|
+
"@utrecht/badge-counter-css": "2.0.0",
|
|
31
|
+
"@utrecht/badge-list-css": "3.0.0",
|
|
32
|
+
"@utrecht/badge-status-css": "2.0.0",
|
|
33
|
+
"@utrecht/blockquote-css": "2.0.0",
|
|
34
|
+
"@utrecht/body-css": "2.0.0",
|
|
35
|
+
"@utrecht/breadcrumb-nav-css": "2.0.0",
|
|
36
|
+
"@utrecht/button-css": "3.0.0",
|
|
37
|
+
"@utrecht/button-group-css": "2.0.0",
|
|
38
|
+
"@utrecht/button-link-css": "2.0.0",
|
|
39
|
+
"@utrecht/calendar-css": "2.0.0",
|
|
40
|
+
"@utrecht/checkbox-css": "2.0.0",
|
|
41
|
+
"@utrecht/code-block-css": "2.0.0",
|
|
42
|
+
"@utrecht/code-css": "2.0.0",
|
|
43
|
+
"@utrecht/color-sample-css": "2.0.0",
|
|
44
|
+
"@utrecht/column-layout-css": "2.0.0",
|
|
45
|
+
"@utrecht/combobox-css": "2.0.0",
|
|
46
|
+
"@utrecht/currency-data-css": "2.0.0",
|
|
47
|
+
"@utrecht/custom-checkbox-css": "2.0.0",
|
|
48
|
+
"@utrecht/data-badge-css": "2.0.0",
|
|
49
|
+
"@utrecht/data-list-css": "2.0.0",
|
|
50
|
+
"@utrecht/data-placeholder-css": "2.0.0",
|
|
51
51
|
"@utrecht/digid-button-css": "1.4.1",
|
|
52
|
-
"@utrecht/document-css": "
|
|
53
|
-
"@utrecht/drawer-css": "
|
|
54
|
-
"@utrecht/emphasis-css": "
|
|
55
|
-
"@utrecht/figure-css": "
|
|
56
|
-
"@utrecht/form-css": "
|
|
57
|
-
"@utrecht/form-field-css": "
|
|
58
|
-
"@utrecht/form-field-description-css": "
|
|
59
|
-
"@utrecht/form-field-error-message-css": "
|
|
60
|
-
"@utrecht/form-fieldset-css": "
|
|
61
|
-
"@utrecht/form-label-css": "
|
|
62
|
-
"@utrecht/form-toggle-css": "
|
|
63
|
-
"@utrecht/heading-1-css": "
|
|
64
|
-
"@utrecht/heading-2-css": "
|
|
65
|
-
"@utrecht/heading-3-css": "
|
|
66
|
-
"@utrecht/heading-4-css": "
|
|
67
|
-
"@utrecht/heading-5-css": "
|
|
68
|
-
"@utrecht/heading-6-css": "
|
|
69
|
-
"@utrecht/heading-group-css": "
|
|
70
|
-
"@utrecht/html-content-css": "
|
|
71
|
-
"@utrecht/iban-data-css": "
|
|
72
|
-
"@utrecht/icon-css": "
|
|
73
|
-
"@utrecht/img-css": "
|
|
74
|
-
"@utrecht/index-char-nav-css": "
|
|
75
|
-
"@utrecht/link-button-css": "
|
|
76
|
-
"@utrecht/link-css": "
|
|
77
|
-
"@utrecht/link-list-css": "
|
|
78
|
-
"@utrecht/link-social-css": "
|
|
79
|
-
"@utrecht/list-social-css": "
|
|
80
|
-
"@utrecht/listbox-css": "
|
|
52
|
+
"@utrecht/document-css": "2.0.0",
|
|
53
|
+
"@utrecht/drawer-css": "2.0.0",
|
|
54
|
+
"@utrecht/emphasis-css": "2.0.0",
|
|
55
|
+
"@utrecht/figure-css": "2.0.0",
|
|
56
|
+
"@utrecht/form-css": "2.0.0",
|
|
57
|
+
"@utrecht/form-field-css": "2.0.0",
|
|
58
|
+
"@utrecht/form-field-description-css": "2.0.0",
|
|
59
|
+
"@utrecht/form-field-error-message-css": "2.0.0",
|
|
60
|
+
"@utrecht/form-fieldset-css": "2.0.0",
|
|
61
|
+
"@utrecht/form-label-css": "2.0.0",
|
|
62
|
+
"@utrecht/form-toggle-css": "2.0.0",
|
|
63
|
+
"@utrecht/heading-1-css": "2.0.0",
|
|
64
|
+
"@utrecht/heading-2-css": "2.0.0",
|
|
65
|
+
"@utrecht/heading-3-css": "2.0.0",
|
|
66
|
+
"@utrecht/heading-4-css": "2.0.0",
|
|
67
|
+
"@utrecht/heading-5-css": "2.0.0",
|
|
68
|
+
"@utrecht/heading-6-css": "2.0.0",
|
|
69
|
+
"@utrecht/heading-group-css": "2.0.0",
|
|
70
|
+
"@utrecht/html-content-css": "2.0.0",
|
|
71
|
+
"@utrecht/iban-data-css": "2.0.0",
|
|
72
|
+
"@utrecht/icon-css": "3.0.0",
|
|
73
|
+
"@utrecht/img-css": "2.0.0",
|
|
74
|
+
"@utrecht/index-char-nav-css": "2.0.0",
|
|
75
|
+
"@utrecht/link-button-css": "2.0.0",
|
|
76
|
+
"@utrecht/link-css": "2.0.0",
|
|
77
|
+
"@utrecht/link-list-css": "3.0.0",
|
|
78
|
+
"@utrecht/link-social-css": "2.0.0",
|
|
79
|
+
"@utrecht/list-social-css": "2.0.0",
|
|
80
|
+
"@utrecht/listbox-css": "2.0.0",
|
|
81
81
|
"@utrecht/logo-button-css": "1.4.1",
|
|
82
|
-
"@utrecht/logo-css": "
|
|
82
|
+
"@utrecht/logo-css": "2.0.0",
|
|
83
83
|
"@utrecht/logo-image-css": "1.4.1",
|
|
84
|
-
"@utrecht/map-marker-css": "
|
|
85
|
-
"@utrecht/mark-css": "
|
|
86
|
-
"@utrecht/multiline-data-css": "
|
|
87
|
-
"@utrecht/nav-bar-css": "
|
|
84
|
+
"@utrecht/map-marker-css": "2.0.0",
|
|
85
|
+
"@utrecht/mark-css": "2.0.0",
|
|
86
|
+
"@utrecht/multiline-data-css": "2.0.0",
|
|
87
|
+
"@utrecht/nav-bar-css": "2.0.0",
|
|
88
88
|
"@utrecht/nav-list-css": "1.3.1",
|
|
89
89
|
"@utrecht/navigation-css": "1.0.0",
|
|
90
|
-
"@utrecht/number-badge-css": "
|
|
91
|
-
"@utrecht/number-data-css": "
|
|
92
|
-
"@utrecht/ordered-list-css": "
|
|
93
|
-
"@utrecht/page-body-css": "0.
|
|
94
|
-
"@utrecht/page-content-css": "
|
|
95
|
-
"@utrecht/page-css": "
|
|
96
|
-
"@utrecht/page-footer-css": "
|
|
97
|
-
"@utrecht/page-header-css": "
|
|
98
|
-
"@utrecht/page-layout-css": "
|
|
99
|
-
"@utrecht/pagination-css": "
|
|
100
|
-
"@utrecht/paragraph-css": "
|
|
101
|
-
"@utrecht/pre-heading-css": "
|
|
102
|
-
"@utrecht/preserve-data-css": "
|
|
103
|
-
"@utrecht/radio-button-css": "
|
|
104
|
-
"@utrecht/rich-text-css": "
|
|
105
|
-
"@utrecht/root-css": "
|
|
106
|
-
"@utrecht/search-bar-css": "
|
|
107
|
-
"@utrecht/select-css": "
|
|
108
|
-
"@utrecht/separator-css": "
|
|
109
|
-
"@utrecht/skip-link-css": "
|
|
110
|
-
"@utrecht/spotlight-section-css": "
|
|
111
|
-
"@utrecht/surface-css": "
|
|
112
|
-
"@utrecht/table-css": "
|
|
113
|
-
"@utrecht/table-of-contents-css": "0.
|
|
114
|
-
"@utrecht/textarea-css": "
|
|
115
|
-
"@utrecht/textbox-css": "
|
|
116
|
-
"@utrecht/tooltip-css": "
|
|
117
|
-
"@utrecht/top-task-link-css": "
|
|
90
|
+
"@utrecht/number-badge-css": "3.0.0",
|
|
91
|
+
"@utrecht/number-data-css": "2.0.0",
|
|
92
|
+
"@utrecht/ordered-list-css": "3.0.0",
|
|
93
|
+
"@utrecht/page-body-css": "1.0.0",
|
|
94
|
+
"@utrecht/page-content-css": "2.0.0",
|
|
95
|
+
"@utrecht/page-css": "2.0.0",
|
|
96
|
+
"@utrecht/page-footer-css": "3.0.0",
|
|
97
|
+
"@utrecht/page-header-css": "2.0.0",
|
|
98
|
+
"@utrecht/page-layout-css": "2.0.0",
|
|
99
|
+
"@utrecht/pagination-css": "2.0.2",
|
|
100
|
+
"@utrecht/paragraph-css": "3.0.0",
|
|
101
|
+
"@utrecht/pre-heading-css": "2.0.0",
|
|
102
|
+
"@utrecht/preserve-data-css": "2.0.0",
|
|
103
|
+
"@utrecht/radio-button-css": "2.0.0",
|
|
104
|
+
"@utrecht/rich-text-css": "2.0.0",
|
|
105
|
+
"@utrecht/root-css": "2.0.0",
|
|
106
|
+
"@utrecht/search-bar-css": "3.0.0",
|
|
107
|
+
"@utrecht/select-css": "2.0.0",
|
|
108
|
+
"@utrecht/separator-css": "2.0.0",
|
|
109
|
+
"@utrecht/skip-link-css": "2.0.0",
|
|
110
|
+
"@utrecht/spotlight-section-css": "2.0.0",
|
|
111
|
+
"@utrecht/surface-css": "2.0.0",
|
|
112
|
+
"@utrecht/table-css": "2.0.0",
|
|
113
|
+
"@utrecht/table-of-contents-css": "1.0.0",
|
|
114
|
+
"@utrecht/textarea-css": "3.0.0",
|
|
115
|
+
"@utrecht/textbox-css": "3.0.0",
|
|
116
|
+
"@utrecht/tooltip-css": "2.0.0",
|
|
117
|
+
"@utrecht/top-task-link-css": "2.0.0",
|
|
118
118
|
"@utrecht/top-task-nav-css": "1.3.1",
|
|
119
|
-
"@utrecht/unordered-list-css": "
|
|
120
|
-
"@utrecht/url-data-css": "
|
|
121
|
-
"@utrecht/youtube-video-css": "
|
|
119
|
+
"@utrecht/unordered-list-css": "2.0.0",
|
|
120
|
+
"@utrecht/url-data-css": "2.0.0",
|
|
121
|
+
"@utrecht/youtube-video-css": "2.0.0"
|
|
122
122
|
},
|
|
123
123
|
"devDependencies": {
|
|
124
124
|
"postcss": "8.4.38",
|