@utrecht/component-library-css 4.1.0 → 5.0.0

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 CHANGED
@@ -1,33 +1,73 @@
1
- @charset "UTF-8";
1
+ /**
2
+ * @license EUPL-1.2
3
+ * Copyright (c) 2024-2025 Gemeente Utrecht
4
+ * Copyright (c) 2024-2025 Frameless B.V.
5
+ */
6
+ /**
7
+ * @license EUPL-1.2
8
+ * Copyright (c) 2021 The Knights Who Say NIH! B.V.
9
+ */
10
+ /**
11
+ * @license EUPL-1.2
12
+ * Copyright (c) 2021 Robbert Broersma
13
+ * Copyright (c) 2021 Gemeente Utrecht
14
+ */
15
+ /**
16
+ * @license EUPL-1.2
17
+ * Copyright (c) 2022 Gemeente Utrecht
18
+ * Copyright (c) 2022 Robbert Broersma
19
+ */
20
+ /**
21
+ * @license EUPL-1.2
22
+ * Copyright (c) 2022 The Knights Who Say NIH! B.V.
23
+ * Copyright (c) 2022 Gemeente Utrecht
24
+ */
25
+ /**
26
+ * @license EUPL-1.2
27
+ * Copyright (c) 2022 Robbert Broersma
28
+ */
29
+ /**
30
+ * @license EUPL-1.2
31
+ * Copyright (c) 2022 Gemeente Utrecht
32
+ * Copyright (c) 2022 Robbert Broersma
33
+ * Copyright (c) 2022 The Knights Who Say NIH! B.V.
34
+ */
35
+ /**
36
+ * @license EUPL-1.2
37
+ * Copyright (c) 2021-2022 Frameless B.V.
38
+ */
2
39
  /**
3
40
  * @license EUPL-1.2
4
41
  * Copyright (c) 2021 Gemeente Utrecht
42
+ * Copyright (c) 2021 Robbert Broersma
43
+ * Copyright (c) 2021 The Knights Who Say NIH! B.V.
44
+ */
45
+ /**
46
+ * @license EUPL-1.2
47
+ * Copyright (c) 2023 Frameless B.V.
48
+ */
49
+ /**
50
+ * @license EUPL-1.2
51
+ * Copyright (c) 2021-2022 Gemeente Utrecht
52
+ * Copyright (c) 2021-2022 Frameless B.V.
5
53
  */
6
- /* Collection of all BEM class names in the component library */
7
- /*
8
- * TODO: Once every component is a separate npm package, these imports should
9
- * be updated to use a package reference instead of a relative path.
10
- *
11
- * For example:
12
- * @import "../../blockquote/index";
13
- *
14
- * Will become:
15
- * @import "@utrecht/blockquote/index";
54
+ /**
55
+ * @license EUPL-1.2
56
+ * Copyright (c) 2021 Gemeente Utrecht
57
+ * Copyright (c) 2021 Robbert Broersma
16
58
  */
17
59
  /**
18
60
  * @license EUPL-1.2
61
+ * Copyright (c) 2021 The Knights Who Say NIH! B.V.
19
62
  * Copyright (c) 2021 Gemeente Utrecht
20
63
  */
21
- /* Collection of all BEM class names in the component library */
22
- /*
23
- * TODO: Once every component is a separate npm package, these imports should
24
- * be updated to use a package reference instead of a relative path.
25
- *
26
- * For example:
27
- * @import "../../blockquote/index";
28
- *
29
- * Will become:
30
- * @import "@utrecht/blockquote/index";
64
+ /**
65
+ * @license EUPL-1.2
66
+ * Copyright (c) 2022 Frameless B.V.
67
+ */
68
+ /**
69
+ * @license EUPL-1.2
70
+ * Copyright (c) 2021 Robbert Broersma
31
71
  */
32
72
  /**
33
73
  * @license EUPL-1.2
@@ -36,10 +76,9 @@
36
76
  */
37
77
  /**
38
78
  * @license EUPL-1.2
39
- * Copyright (c) 2020-2022 Gemeente Utrecht
40
- * Copyright (c) 2020-2022 Frameless B.V.
79
+ * Copyright (c) 2021 Gemeente Utrecht
41
80
  */
42
- /* stylelint-disable-next-line block-no-empty */
81
+ @charset "UTF-8";
43
82
  .utrecht-accordion {
44
83
  margin-block-end: calc(var(--utrecht-space-around, 0) * var(--utrecht-accordion-margin-block-end, 0));
45
84
  margin-block-start: calc(var(--utrecht-space-around, 0) * var(--utrecht-accordion-margin-block-start, 0));
@@ -122,34 +161,6 @@
122
161
  .utrecht-accordion__header {
123
162
  --utrecht-space-around: 0;
124
163
  }
125
-
126
- /**
127
- * @license EUPL-1.2
128
- * Copyright (c) 2020-2022 Gemeente Utrecht
129
- * Copyright (c) 2020-2022 Frameless B.V.
130
- */
131
- /**
132
- * @license EUPL-1.2
133
- * Copyright (c) 2020-2022 Gemeente Utrecht
134
- * Copyright (c) 2020-2022 Frameless B.V.
135
- */
136
- /**
137
- * @license EUPL-1.2
138
- * Copyright (c) 2020-2022 Gemeente Utrecht
139
- * Copyright (c) 2020-2022 Frameless B.V.
140
- */
141
- /**
142
- * @license EUPL-1.2
143
- * Copyright (c) 2020-2022 Gemeente Utrecht
144
- * Copyright (c) 2020-2022 Frameless B.V.
145
- */
146
- /* No good use case for `--ok` yet */
147
- /*
148
- Apply `.utrecht-alert-dialog` to any element with this class name, with one exception.
149
-
150
- The HTML `<dialog>` element must have `display: none` until the `open` attribute is set,
151
- so do not apply these styles to an HTML `<dialog>` element without `open` attribute.
152
- */
153
164
  .utrecht-alert-dialog:not(dialog:not([open])) {
154
165
  --utrecht-alert-dialog-margin-block-start: auto;
155
166
  --utrecht-alert-dialog-margin-block-end: auto;
@@ -158,10 +169,9 @@ so do not apply these styles to an HTML `<dialog>` element without `open` attrib
158
169
  border-radius: var(--utrecht-alert-border-radius, 0);
159
170
  border-width: var(--_utrecht-alert-border-width, var(--utrecht-alert-border-width, 0));
160
171
  color: var(--_utrecht-alert-color, var(--utrecht-alert-color));
161
- display: grid;
162
- gap: var(--utrecht-alert-icon-gap);
163
- grid-template-areas: "icon message";
164
- grid-template-columns: 0fr 100fr;
172
+ column-gap: var(--utrecht-alert-column-gap);
173
+ display: flex;
174
+ flex-direction: row;
165
175
  margin-block-end: calc(var(--utrecht-space-around, 0) * var(--utrecht-alert-margin-block-end, 0));
166
176
  margin-block-start: calc(var(--utrecht-space-around, 0) * var(--utrecht-alert-margin-block-start, 0));
167
177
  padding-block-end: var(--utrecht-alert-padding-block-end);
@@ -171,7 +181,7 @@ so do not apply these styles to an HTML `<dialog>` element without `open` attrib
171
181
  border-color: var(--utrecht-alert-dialog-border-color);
172
182
  border-radius: var(--utrecht-alert-dialog-border-radius, 0);
173
183
  border-style: solid;
174
- border-width: var(--utrecht-alert-dialog-border-width, 0); /* reset HTML <dialog> border by default */
184
+ border-width: var(--utrecht-alert-dialog-border-width, 0);
175
185
  box-shadow: var(--utrecht-alert-dialog-box-shadow);
176
186
  max-block-size: var(--utrecht-alert-dialog-max-block-size);
177
187
  max-inline-size: var(--utrecht-alert-dialog-max-inline-size);
@@ -204,11 +214,12 @@ so do not apply these styles to an HTML `<dialog>` element without `open` attrib
204
214
 
205
215
  .utrecht-alert-dialog__icon {
206
216
  --utrecht-icon-color: var(--_utrecht-alert-icon-color, var(--utrecht-alert-icon-color));
207
- grid-area: icon;
217
+ --utrecht-icon-size: var(--utrecht-alert-icon-size);
218
+ --utrecht-icon-inset-block-start: var(--utrecht-alert-icon-inset-block-start);
208
219
  }
209
220
 
210
221
  .utrecht-alert-dialog__message {
211
- grid-area: message;
222
+ row-gap: var(--utrecht-alert-message-row-gap);
212
223
  }
213
224
 
214
225
  .utrecht-alert-dialog--error {
@@ -234,17 +245,6 @@ so do not apply these styles to an HTML `<dialog>` element without `open` attrib
234
245
  --_utrecht-alert-border-width: var(--utrecht-alert-warning-border-width);
235
246
  --_utrecht-alert-color: var(--utrecht-alert-warning-color);
236
247
  }
237
-
238
- /**
239
- * @license EUPL-1.2
240
- * Copyright (c) 2020-2022 Gemeente Utrecht
241
- * Copyright (c) 2020-2022 Frameless B.V.
242
- */
243
- /**
244
- * @license EUPL-1.2
245
- * Copyright (c) 2020-2022 Gemeente Utrecht
246
- * Copyright (c) 2020-2022 Frameless B.V.
247
- */
248
248
  .utrecht-alert {
249
249
  background-color: var(--_utrecht-alert-background-color, var(--utrecht-alert-background-color));
250
250
  border-color: var(--_utrecht-alert-border-color, var(--utrecht-alert-border-color));
@@ -252,10 +252,9 @@ so do not apply these styles to an HTML `<dialog>` element without `open` attrib
252
252
  border-style: solid;
253
253
  border-width: var(--_utrecht-alert-border-width, var(--utrecht-alert-border-width, 0));
254
254
  color: var(--_utrecht-alert-color, var(--utrecht-alert-color));
255
- display: grid;
256
- gap: var(--utrecht-alert-icon-gap);
257
- grid-template-areas: "icon message";
258
- grid-template-columns: 0fr 100fr;
255
+ column-gap: var(--utrecht-alert-column-gap);
256
+ display: flex;
257
+ flex-direction: row;
259
258
  margin-block-end: calc(var(--utrecht-space-around, 0) * var(--utrecht-alert-margin-block-end, 0));
260
259
  margin-block-start: calc(var(--utrecht-space-around, 0) * var(--utrecht-alert-margin-block-start, 0));
261
260
  padding-block-end: var(--utrecht-alert-padding-block-end);
@@ -266,11 +265,16 @@ so do not apply these styles to an HTML `<dialog>` element without `open` attrib
266
265
 
267
266
  .utrecht-alert__icon {
268
267
  --utrecht-icon-color: var(--_utrecht-alert-icon-color, var(--utrecht-alert-icon-color));
269
- grid-area: icon;
268
+ --utrecht-icon-size: var(--utrecht-alert-icon-size);
269
+ --utrecht-icon-inset-block-start: var(--utrecht-alert-icon-inset-block-start);
270
+ }
271
+
272
+ .utrecht-alert__content {
273
+ row-gap: var(--utrecht-alert-content-row-gap);
270
274
  }
271
275
 
272
276
  .utrecht-alert__message {
273
- grid-area: message;
277
+ row-gap: var(--utrecht-alert-message-row-gap);
274
278
  }
275
279
 
276
280
  .utrecht-alert--info {
@@ -304,50 +308,12 @@ so do not apply these styles to an HTML `<dialog>` element without `open` attrib
304
308
  --_utrecht-alert-border-width: var(--utrecht-alert-error-border-width);
305
309
  --_utrecht-alert-color: var(--utrecht-alert-error-color);
306
310
  }
307
-
308
- /**
309
- * @license EUPL-1.2
310
- * Copyright (c) 2020-2022 Gemeente Utrecht
311
- * Copyright (c) 2020-2022 Frameless B.V.
312
- */
313
- /**
314
- * @license EUPL-1.2
315
- * Copyright (c) 2020-2022 Gemeente Utrecht
316
- * Copyright (c) 2020-2022 Frameless B.V.
317
- */
318
- /* stylelint-disable-next-line block-no-empty */
319
311
  .utrecht-alternate-lang-nav__heading {
320
- /*
321
- - Hide the heading from Headings navigation
322
- - use `aria-labelledby` for a `navigation` or `region` landmark instead
323
- */
324
312
  display: none;
325
313
  }
326
-
327
- /**
328
- * @license EUPL-1.2
329
- * Copyright (c) 2020-2022 Gemeente Utrecht
330
- * Copyright (c) 2020-2022 Frameless B.V.
331
- */
332
- /**
333
- * @license EUPL-1.2
334
- * Copyright (c) 2020-2022 Gemeente Utrecht
335
- * Copyright (c) 2020-2022 Frameless B.V.
336
- */
337
314
  .utrecht-article {
338
315
  max-inline-size: var(--utrecht-article-max-inline-size);
339
316
  }
340
-
341
- /**
342
- * @license EUPL-1.2
343
- * Copyright (c) 2020-2022 Gemeente Utrecht
344
- * Copyright (c) 2020-2022 Frameless B.V.
345
- */
346
- /**
347
- * @license EUPL-1.2
348
- * Copyright (c) 2020-2022 Gemeente Utrecht
349
- * Copyright (c) 2020-2022 Frameless B.V.
350
- */
351
317
  .utrecht-backdrop {
352
318
  --_utrecht-backdrop-opacity: var(--utrecht-backdrop-opacity);
353
319
  --_utrecht-backdrop-fade-in-animation-duration: var(--utrecht-backdrop-fade-in-animation-duration, 0);
@@ -389,85 +355,44 @@ so do not apply these styles to an HTML `<dialog>` element without `open` attrib
389
355
  .utrecht-backdrop--viewport {
390
356
  position: fixed;
391
357
  }
392
-
393
- /**
394
- * @license EUPL-1.2
395
- * Copyright (c) 2020-2022 Gemeente Utrecht
396
- * Copyright (c) 2020-2022 Frameless B.V.
397
- */
398
- /**
399
- * @license EUPL-1.2
400
- * Copyright (c) 2020-2022 Gemeente Utrecht
401
- * Copyright (c) 2020-2022 Frameless B.V.
402
- */
403
- /**
404
- * @license EUPL-1.2
405
- * Copyright (c) 2020-2022 Gemeente Utrecht
406
- * Copyright (c) 2020-2022 Frameless B.V.
407
- */
408
358
  .utrecht-badge-counter {
409
- /* Limit size to `max-content`, so the badge will not be stretched out of proportion inside a flexbox */
410
359
  background-color: var(--utrecht-badge-counter-background-color, var(--utrecht-badge-background-color, hsl(0, 0%, 0%)));
411
360
  border-radius: var(--utrecht-badge-counter-border-radius, var(--utrecht-badge-border-radius, 0.5ch));
412
361
  color: var(--utrecht-badge-counter-color, var(--utrecht-badge-color, hsl(0, 0%, 100%)));
413
362
  display: inline-block;
414
363
  font-family: var(--utrecht-badge-counter-font-family, var(--utrecht-badge-font-family, var(--utrecht-document-font-family, sans-serif)));
415
364
  font-size: var(--utrecht-badge-counter-font-size, var(--utrecht-badge-font-size));
416
- font-style: var(--utrecht-badge-counter-font-style, normal); /* no inheritance */
417
- font-weight: var(--utrecht-badge-counter-font-weight, var(--utrecht-badge-font-weight, bold)); /* no inheritance */
365
+ font-style: var(--utrecht-badge-counter-font-style, normal);
366
+ font-weight: var(--utrecht-badge-counter-font-weight, var(--utrecht-badge-font-weight, bold));
418
367
  line-height: 1;
419
368
  max-block-size: max-content;
420
369
  max-inline-size: max-content;
421
- min-block-size: var(--utrecht-badge-counter-min-size, 1em);
422
- min-inline-size: var(--utrecht-badge-counter-min-size, 1em);
370
+ min-block-size: var(--utrecht-badge-counter-min-block-size, var(--utrecht-badge-counter-min-inline-size, var(--utrecht-badge-counter-min-size, 1em)));
371
+ min-inline-size: var(--utrecht-badge-counter-min-inline-size, var(--utrecht-badge-counter-min-size, 1em));
423
372
  padding-block-end: var(--utrecht-badge-counter-padding-block, var(--utrecht-badge-padding-block, 0.5ex));
424
373
  padding-block-start: var(--utrecht-badge-counter-padding-block, var(--utrecht-badge-padding-block, 0.5ex));
425
374
  padding-inline-end: var(--utrecht-badge-counter-padding-inline, var(--utrecht-badge-padding-inline, 0.5ch));
426
375
  padding-inline-start: var(--utrecht-badge-counter-padding-inline, var(--utrecht-badge-padding-inline, 0.5ch));
427
376
  text-align: center;
428
- text-decoration: none; /* no inheritance */
377
+ text-decoration: none;
429
378
  white-space: nowrap;
430
379
  }
431
380
  @media screen and (-ms-high-contrast: active), screen and (forced-colors: active) {
432
381
  .utrecht-badge-counter {
433
382
  border-color: currentColor;
434
383
  border-style: solid;
435
- /* Warning: there layout difference because of the added 1px border */
436
384
  border-width: 1px;
437
385
  }
438
386
  }
439
-
440
- /**
441
- * @license EUPL-1.2
442
- * Copyright (c) 2020-2022 Gemeente Utrecht
443
- * Copyright (c) 2020-2022 Frameless B.V.
444
- */
445
- /**
446
- * @license EUPL-1.2
447
- * Copyright (c) 2020-2022 Gemeente Utrecht
448
- * Copyright (c) 2020-2022 Frameless B.V.
449
- */
450
- /**
451
- * @license EUPL-1.2
452
- * Copyright (c) 2020-2022 Gemeente Utrecht
453
- * Copyright (c) 2020-2022 Frameless B.V.
454
- */
455
387
  .utrecht-badge-data {
456
- /*
457
- * `line-height` has a default value, so `line-height` can be used on a parent element to add vertical space between badges
458
- *
459
- * Configure maximum size to prevent stretching badges inside a flexbox.
460
- *
461
- * Configure minumum size to have space to type in when displaying badges in a WYSIWYG editor.
462
- */
463
388
  background-color: var(--utrecht-badge-background-color, hsl(0, 0%, 0%));
464
389
  border-radius: var(--utrecht-badge-border-radius, 0.5ch);
465
390
  color: var(--utrecht-badge-color, hsl(0, 0%, 100%));
466
391
  display: inline-block;
467
392
  font-family: var(--utrecht-document-font-family, sans-serif);
468
393
  font-size: var(--utrecht-badge-font-size, inherit);
469
- font-style: var(--utrecht-badge-font-style, normal); /* no inheritance */
470
- font-weight: var(--utrecht-badge-font-weight, bold); /* no inheritance */
394
+ font-style: var(--utrecht-badge-font-style, normal);
395
+ font-weight: var(--utrecht-badge-font-weight, bold);
471
396
  line-height: var(--utrecht-badge-line-height, 1em);
472
397
  max-block-size: max-content;
473
398
  max-inline-size: max-content;
@@ -477,7 +402,7 @@ so do not apply these styles to an HTML `<dialog>` element without `open` attrib
477
402
  padding-block-start: var(--utrecht-badge-padding-block, 0.5ex);
478
403
  padding-inline-end: var(--utrecht-badge-padding-inline, 0.5ch);
479
404
  padding-inline-start: var(--utrecht-badge-padding-inline, 0.5ch);
480
- text-decoration: none; /* no inheritance */
405
+ text-decoration: none;
481
406
  letter-spacing: var(--utrecht-badge-data-letter-spacing, inherit);
482
407
  text-transform: var(--utrecht-badge-data-text-transform, inherit);
483
408
  }
@@ -485,58 +410,23 @@ so do not apply these styles to an HTML `<dialog>` element without `open` attrib
485
410
  .utrecht-badge-data {
486
411
  border-color: currentColor;
487
412
  border-style: solid;
488
- /* Warning: there layout difference because of the added 1px border */
489
413
  border-width: 1px;
490
414
  }
491
415
  }
492
-
493
- /**
494
- * @license EUPL-1.2
495
- * Copyright (c) 2020-2022 Gemeente Utrecht
496
- * Copyright (c) 2020-2022 Frameless B.V.
497
- */
498
- /**
499
- * @license EUPL-1.2
500
- * Copyright (c) 2020-2022 Gemeente Utrecht
501
- * Copyright (c) 2020-2022 Frameless B.V.
502
- */
503
416
  .utrecht-badge-list {
504
417
  display: flex;
505
418
  flex-wrap: wrap;
506
419
  gap: var(--utrecht-badge-list-item-margin-block) var(--utrecht-badge-list-item-margin-inline);
507
420
  }
508
-
509
- /**
510
- * @license EUPL-1.2
511
- * Copyright (c) 2020-2022 Gemeente Utrecht
512
- * Copyright (c) 2020-2022 Frameless B.V.
513
- */
514
- /**
515
- * @license EUPL-1.2
516
- * Copyright (c) 2020-2022 Gemeente Utrecht
517
- * Copyright (c) 2020-2022 Frameless B.V.
518
- */
519
- /**
520
- * @license EUPL-1.2
521
- * Copyright (c) 2020-2022 Gemeente Utrecht
522
- * Copyright (c) 2020-2022 Frameless B.V.
523
- */
524
421
  .utrecht-badge-status {
525
- /*
526
- * `line-height` has a default value, so `line-height` can be used on a parent element to add vertical space between badges
527
- *
528
- * Configure maximum size to prevent stretching badges inside a flexbox.
529
- *
530
- * Configure minumum size to have space to type in when displaying badges in a WYSIWYG editor.
531
- */
532
422
  background-color: var(--utrecht-badge-background-color, hsl(0, 0%, 0%));
533
423
  border-radius: var(--utrecht-badge-border-radius, 0.5ch);
534
424
  color: var(--utrecht-badge-color, hsl(0, 0%, 100%));
535
425
  display: inline-block;
536
426
  font-family: var(--utrecht-document-font-family, sans-serif);
537
427
  font-size: var(--utrecht-badge-font-size, inherit);
538
- font-style: var(--utrecht-badge-font-style, normal); /* no inheritance */
539
- font-weight: var(--utrecht-badge-font-weight, bold); /* no inheritance */
428
+ font-style: var(--utrecht-badge-font-style, normal);
429
+ font-weight: var(--utrecht-badge-font-weight, bold);
540
430
  line-height: var(--utrecht-badge-line-height, 1em);
541
431
  max-block-size: max-content;
542
432
  max-inline-size: max-content;
@@ -546,7 +436,7 @@ so do not apply these styles to an HTML `<dialog>` element without `open` attrib
546
436
  padding-block-start: var(--utrecht-badge-padding-block, 0.5ex);
547
437
  padding-inline-end: var(--utrecht-badge-padding-inline, 0.5ch);
548
438
  padding-inline-start: var(--utrecht-badge-padding-inline, 0.5ch);
549
- text-decoration: none; /* no inheritance */
439
+ text-decoration: none;
550
440
  letter-spacing: var(--utrecht-badge-status-letter-spacing, inherit);
551
441
  text-transform: var(--utrecht-badge-status-text-transform, inherit);
552
442
  }
@@ -554,7 +444,6 @@ so do not apply these styles to an HTML `<dialog>` element without `open` attrib
554
444
  .utrecht-badge-status {
555
445
  border-color: currentColor;
556
446
  border-style: solid;
557
- /* Warning: there layout difference because of the added 1px border */
558
447
  border-width: 1px;
559
448
  }
560
449
  }
@@ -608,15 +497,6 @@ so do not apply these styles to an HTML `<dialog>` element without `open` attrib
608
497
  background-color: var(--utrecht-feedback-inactive-fill-background-color, var(--utrecht-feedback-danger-fill-background-color, hsl(0, 100%, 40%)));
609
498
  color: var(--utrecht-feedback-inactive-fill-color, var(--utrecht-feedback-danger-fill-color, white));
610
499
  }
611
-
612
- /**
613
- * @license EUPL-1.2
614
- * Copyright (c) 2021 Robbert Broersma
615
- */
616
- /**
617
- * @license EUPL-1.2
618
- * Copyright (c) 2021 Robbert Broersma
619
- */
620
500
  .utrecht-blockquote {
621
501
  background-color: var(--utrecht-blockquote-background-color);
622
502
  color: var(--utrecht-blockquote-color);
@@ -648,16 +528,6 @@ so do not apply these styles to an HTML `<dialog>` element without `open` attrib
648
528
  .utrecht-blockquote--distanced {
649
529
  --utrecht-space-around: 1;
650
530
  }
651
-
652
- /**
653
- * @license EUPL-1.2
654
- * Copyright (c) 2021 Robbert Broersma
655
- */
656
- /**
657
- * @license EUPL-1.2
658
- * Copyright (c) 2021 Robbert Broersma
659
- */
660
- /* stylelint-disable-next-line block-no-empty */
661
531
  .utrecht-breadcrumb-nav {
662
532
  --utrecht-focus-background-color: var(--utrecht-breadcrumb-nav-link-focus-background-color);
663
533
  --utrecht-link-background-color: var(--utrecht-breadcrumb-nav-link-background-color);
@@ -720,7 +590,6 @@ so do not apply these styles to an HTML `<dialog>` element without `open` attrib
720
590
 
721
591
  .utrecht-breadcrumb-nav__link--current {
722
592
  --utrecht-link-current-font-weight: var(--utrecht-breadcrumb-nav-link-current-font-weight, inherit);
723
- /* configure the `current` `cursor` only when the current state is applied */
724
593
  --_utrecht-breadcrumb-nav-link-current-cursor: var(--utrecht-action-inert-cursor, default);
725
594
  font-weight: var(--utrecht-breadcrumb-nav-link-current-font-weight, inherit);
726
595
  }
@@ -730,19 +599,11 @@ so do not apply these styles to an HTML `<dialog>` element without `open` attrib
730
599
  --utrecht-breadcrumb-nav-link-disabled-color,
731
600
  var(--utrecht-breadcrumb-nav-link-color)
732
601
  );
733
- /* configure the `disabled` `cursor` only when the current state is applied */
734
602
  --_utrecht-breadcrumb-nav-link-disabled-cursor: var(--utrecht-action-disabled-cursor, not-allowed);
735
603
  background-color: var(--utrecht-breadcrumb-nav-link-disabled-background-color, var(--utrecht-breadcrumb-nav-link-background-color));
736
- /* Use the `current` cursor when available, otherwise use the `disabled` cursor */
737
604
  cursor: var(--_utrecht-breadcrumb-nav-link-current-cursor, var(--_utrecht-breadcrumb-nav-link-disabled-cursor));
738
605
  }
739
-
740
- /* stylelint-disable-next-line block-no-empty */
741
606
  .utrecht-breadcrumb-nav__separator {
742
- /*
743
- * Overwrite `style` attribute using "private" CSS variable for <li> hack:
744
- * <li aria-hidden="true" hidden style="display: var(--_utrecht-breadcrumb-nav-separator-display, block)">
745
- */
746
607
  --_utrecht-breadcrumb-nav-separator-display: inline-flex;
747
608
  --utrecht-icon-size: var(--utrecht-breadcrumb-nav-separator-icon-size);
748
609
  align-items: center;
@@ -755,10 +616,6 @@ so do not apply these styles to an HTML `<dialog>` element without `open` attrib
755
616
  }
756
617
 
757
618
  .utrecht-breadcrumb-nav__separator--html-li {
758
- /*
759
- * Overwrite `style` attribute using "private" CSS variable for <li> hack:
760
- * <li aria-hidden="true" hidden style="display: var(--_utrecht-breadcrumb-nav-separator-display, block)">
761
- */
762
619
  --_utrecht-breadcrumb-nav-separator-display: inline-flex;
763
620
  --utrecht-icon-size: var(--utrecht-breadcrumb-nav-separator-icon-size);
764
621
  align-items: center;
@@ -771,7 +628,6 @@ so do not apply these styles to an HTML `<dialog>` element without `open` attrib
771
628
  }
772
629
 
773
630
  .utrecht-breadcrumb-nav--arrows {
774
- /* https://css-tricks.com/triangle-breadcrumbs/ */
775
631
  --utrecht-breadcrumb-nav-arrow-size: 24px;
776
632
  min-block-size: var(--utrecht-breadcrumb-nav-min-block-size);
777
633
  overflow: hidden;
@@ -825,15 +681,6 @@ so do not apply these styles to an HTML `<dialog>` element without `open` attrib
825
681
  .utrecht-breadcrumb-nav__item ~ .utrecht-breadcrumb-nav__item {
826
682
  margin-inline-start: var(--utrecht-breadcrumb-nav-item-divider-inline-size);
827
683
  }
828
-
829
- /**
830
- * @license EUPL-1.2
831
- * Copyright (c) 2022 Frameless B.V.
832
- */
833
- /**
834
- * @license EUPL-1.2
835
- * Copyright (c) 2022 Frameless B.V.
836
- */
837
684
  .utrecht-button-group {
838
685
  align-items: baseline;
839
686
  background-color: var(--utrecht-button-group-background-color);
@@ -862,47 +709,7 @@ so do not apply these styles to an HTML `<dialog>` element without `open` attrib
862
709
  flex-direction: column;
863
710
  gap: var(--utrecht-button-group-block-gap, 1em);
864
711
  }
865
-
866
- /**
867
- * @license EUPL-1.2
868
- * Copyright (c) 2021 The Knights Who Say NIH! B.V.
869
- * Copyright (c) 2021 Gemeente Utrecht
870
- */
871
- /**
872
- * @license EUPL-1.2
873
- * Copyright (c) 2021 The Knights Who Say NIH! B.V.
874
- * Copyright (c) 2021 Gemeente Utrecht
875
- */
876
- /**
877
- * @license EUPL-1.2
878
- * Copyright (c) 2021 Gemeente Utrecht
879
- * Copyright (c) 2021 Robbert Broersma
880
- */
881
- /* stylelint-disable-next-line block-no-empty */
882
- /**
883
- * @license EUPL-1.2
884
- * Copyright (c) 2021 The Knights Who Say NIH! B.V.
885
- * Copyright (c) 2021 Gemeente Utrecht
886
- */
887
- /**
888
- * @license EUPL-1.2
889
- * Copyright (c) 2021 The Knights Who Say NIH! B.V.
890
- * Copyright (c) 2021 Gemeente Utrecht
891
- */
892
- /**
893
- * @license EUPL-1.2
894
- * Copyright (c) 2021 Gemeente Utrecht
895
- * Copyright (c) 2021 Robbert Broersma
896
- */
897
- /* stylelint-disable-next-line block-no-empty */
898
712
  .utrecht-button-link {
899
- /*
900
- `--_utrecht-button-hint` is the internal prefix for the applied optional hint, it is not an API.
901
- The hint color takes priority over the appearance color.
902
-
903
- `--_utrecht-button-appearance` is the internal prefix for the appearance
904
- (primary-action, secondary-action or subtle), it is not an API.
905
- */
906
713
  --_utrecht-button-background-color: var(
907
714
  --_utrecht-button-hint-background-color,
908
715
  var(--_utrecht-button-appearance-background-color, var(--utrecht-button-background-color))
@@ -1095,6 +902,8 @@ so do not apply these styles to an HTML `<dialog>` element without `open` attrib
1095
902
  --utrecht-button-border-bottom-width,
1096
903
  var(--_utrecht-button-border-width, 0)
1097
904
  );
905
+ --_utrecht-button-font-size: var(--_utrecht-button-appearance-font-size, var(--utrecht-button-font-size));
906
+ --_utrecht-button-line-height: var(--_utrecht-button-appearance-line-height, var(--utrecht-button-line-height));
1098
907
  --utrecht-icon-size: var(--utrecht-button-icon-size, 1em);
1099
908
  align-items: center;
1100
909
  background-color: var(--_utrecht-button-background-color);
@@ -1109,13 +918,13 @@ so do not apply these styles to an HTML `<dialog>` element without `open` attrib
1109
918
  color: var(--_utrecht-button-color);
1110
919
  cursor: var(--utrecht-action-activate-cursor, revert);
1111
920
  display: inline-flex;
1112
- font-family: var(--utrecht-button-font-family, var(--utrecht-document-font-family));
1113
- font-size: var(--utrecht-button-font-size, var(--utrecht-document-font-family, inherit));
921
+ font-family: var(--_utrecht-button-font-family, var(--utrecht-document-font-family));
922
+ font-size: var(--_utrecht-button-font-size, var(--utrecht-document-font-family, inherit));
1114
923
  font-weight: var(--_utrecht-button-appearance-font-weight, var(--utrecht-button-font-weight));
1115
924
  gap: var(--utrecht-button-icon-gap);
1116
925
  inline-size: var(--utrecht-button-inline-size, auto);
1117
926
  justify-content: center;
1118
- line-height: var(--utrecht-button-line-height);
927
+ line-height: var(--_utrecht-button-line-height);
1119
928
  max-inline-size: var(--utrecht-button-max-inline-size, fit-content);
1120
929
  min-block-size: var(--utrecht-button-min-block-size, 44px);
1121
930
  min-inline-size: var(--utrecht-button-min-inline-size, 44px);
@@ -1134,16 +943,9 @@ so do not apply these styles to an HTML `<dialog>` element without `open` attrib
1134
943
  .utrecht-button-link {
1135
944
  --_utrecht-button-disabled-border-color: GrayText;
1136
945
  --_utrecht-button-disabled-color: GrayText;
1137
- /*
1138
- * `<button>` has these styles by default, but other elements styles as button do not:
1139
- *
1140
- * - `<div role="button">` needs this.
1141
- * - `<a role="button">` needs this.
1142
- */
1143
946
  background-color: ButtonFace;
1144
947
  border-color: buttonborder;
1145
948
  color: ButtonText;
1146
- /* TODO: Find a way to express the `pressed` state */
1147
949
  }
1148
950
  }
1149
951
 
@@ -1168,11 +970,6 @@ so do not apply these styles to an HTML `<dialog>` element without `open` attrib
1168
970
  }
1169
971
 
1170
972
  .utrecht-button-link--focus-visible {
1171
- /* the pseudo-class for `:focus-visible` is implemented via the mixin */
1172
- /* - The browser default focus ring should apply when these CSS custom properties are not set.
1173
- * - Make the `box-shadow` value available, so components that have their own `box-shadow`
1174
- * can combine it with the focus ring box shadow.
1175
- */
1176
973
  --_utrecht-focus-ring-box-shadow: 0 0 0 var(--utrecht-focus-outline-width, 0)
1177
974
  var(--utrecht-focus-inverse-outline-color, transparent);
1178
975
  box-shadow: var(--_utrecht-focus-ring-box-shadow);
@@ -1196,11 +993,6 @@ so do not apply these styles to an HTML `<dialog>` element without `open` attrib
1196
993
  scale: var(--utrecht-button-focus-scale, 1);
1197
994
  }
1198
995
  .utrecht-button-link--html-a:focus-visible {
1199
- /* the pseudo-class for `:focus-visible` is implemented via the mixin */
1200
- /* - The browser default focus ring should apply when these CSS custom properties are not set.
1201
- * - Make the `box-shadow` value available, so components that have their own `box-shadow`
1202
- * can combine it with the focus ring box shadow.
1203
- */
1204
996
  --_utrecht-focus-ring-box-shadow: 0 0 0 var(--utrecht-focus-outline-width, 0)
1205
997
  var(--utrecht-focus-inverse-outline-color, transparent);
1206
998
  box-shadow: var(--_utrecht-focus-ring-box-shadow);
@@ -1229,10 +1021,10 @@ so do not apply these styles to an HTML `<dialog>` element without `open` attrib
1229
1021
  --_utrecht-button-appearance-border-color: var(--utrecht-button-primary-action-border-color);
1230
1022
  --_utrecht-button-appearance-border-width: var(--utrecht-button-primary-action-border-width);
1231
1023
  --_utrecht-button-appearance-color: var(--utrecht-button-primary-action-color);
1024
+ --_utrecht-button-appearance-font-size: var(--utrecht-button-primary-action-font-size);
1232
1025
  --_utrecht-button-appearance-font-weight: var(--utrecht-button-primary-action-font-weight);
1233
- --_utrecht-button-appearance-disabled-background-color: var(
1234
- --utrecht-button-primary-action-disabled-background-color
1235
- );
1026
+ --_utrecht-button-appearance-line-height: var(--utrecht-button-primary-action-line-height);
1027
+ --_utrecht-button-appearance-disabled-background-color: var(--utrecht-button-primary-action-disabled-background-color);
1236
1028
  --_utrecht-button-appearance-disabled-border-color: var(--utrecht-button-primary-action-disabled-border-color);
1237
1029
  --_utrecht-button-appearance-disabled-color: var(--utrecht-button-primary-action-disabled-color);
1238
1030
  --_utrecht-button-appearance-focus-background-color: var(--utrecht-button-primary-action-focus-background-color);
@@ -1254,10 +1046,10 @@ so do not apply these styles to an HTML `<dialog>` element without `open` attrib
1254
1046
  --_utrecht-button-appearance-border-color: var(--utrecht-button-secondary-action-border-color);
1255
1047
  --_utrecht-button-appearance-border-width: var(--utrecht-button-secondary-action-border-width);
1256
1048
  --_utrecht-button-appearance-color: var(--utrecht-button-secondary-action-color);
1049
+ --_utrecht-button-appearance-font-size: var(--utrecht-button-secondary-action-font-size);
1257
1050
  --_utrecht-button-appearance-font-weight: var(--utrecht-button-secondary-action-font-weight);
1258
- --_utrecht-button-appearance-disabled-background-color: var(
1259
- --utrecht-button-secondary-action-disabled-background-color
1260
- );
1051
+ --_utrecht-button-appearance-line-height: var(--utrecht-button-secondary-action-line-height);
1052
+ --_utrecht-button-appearance-disabled-background-color: var(--utrecht-button-secondary-action-disabled-background-color);
1261
1053
  --_utrecht-button-appearance-disabled-border-color: var(--utrecht-button-secondary-action-disabled-border-color);
1262
1054
  --_utrecht-button-appearance-disabled-color: var(--utrecht-button-secondary-action-disabled-color);
1263
1055
  --_utrecht-button-appearance-focus-background-color: var(--utrecht-button-secondary-action-focus-background-color);
@@ -1279,10 +1071,10 @@ so do not apply these styles to an HTML `<dialog>` element without `open` attrib
1279
1071
  --_utrecht-button-appearance-border-color: var(--utrecht-button-subtle-border-color);
1280
1072
  --_utrecht-button-appearance-border-width: var(--utrecht-button-subtle-border-width);
1281
1073
  --_utrecht-button-appearance-color: var(--utrecht-button-subtle-color);
1074
+ --_utrecht-button-appearance-font-size: var(--utrecht-button-subtle-font-size);
1282
1075
  --_utrecht-button-appearance-font-weight: var(--utrecht-button-subtle-font-weight);
1283
- --_utrecht-button-appearance-disabled-background-color: var(
1284
- --utrecht-button-subtle-disabled-background-color
1285
- );
1076
+ --_utrecht-button-appearance-line-height: var(--utrecht-button-subtle-line-height);
1077
+ --_utrecht-button-appearance-disabled-background-color: var(--utrecht-button-subtle-disabled-background-color);
1286
1078
  --_utrecht-button-appearance-disabled-border-color: var(--utrecht-button-subtle-disabled-border-color);
1287
1079
  --_utrecht-button-appearance-disabled-color: var(--utrecht-button-subtle-disabled-color);
1288
1080
  --_utrecht-button-appearance-focus-background-color: var(--utrecht-button-subtle-focus-background-color);
@@ -1295,37 +1087,7 @@ so do not apply these styles to an HTML `<dialog>` element without `open` attrib
1295
1087
  --_utrecht-button-appearance-pressed-border-color: var(--utrecht-button-subtle-pressed-border-color);
1296
1088
  --_utrecht-button-appearance-pressed-color: var(--utrecht-button-subtle-pressed-color);
1297
1089
  }
1298
-
1299
- /**
1300
- * @license EUPL-1.2
1301
- * Copyright (c) 2021 The Knights Who Say NIH! B.V.
1302
- * Copyright (c) 2021 Gemeente Utrecht
1303
- */
1304
- /**
1305
- * @license EUPL-1.2
1306
- * Copyright (c) 2021 Gemeente Utrecht
1307
- * Copyright (c) 2021 Robbert Broersma
1308
- */
1309
- /* stylelint-disable-next-line block-no-empty */
1310
- /**
1311
- * @license EUPL-1.2
1312
- * Copyright (c) 2021 The Knights Who Say NIH! B.V.
1313
- * Copyright (c) 2021 Gemeente Utrecht
1314
- */
1315
- /**
1316
- * @license EUPL-1.2
1317
- * Copyright (c) 2021 Gemeente Utrecht
1318
- * Copyright (c) 2021 Robbert Broersma
1319
- */
1320
- /* stylelint-disable-next-line block-no-empty */
1321
1090
  .utrecht-button {
1322
- /*
1323
- `--_utrecht-button-hint` is the internal prefix for the applied optional hint, it is not an API.
1324
- The hint color takes priority over the appearance color.
1325
-
1326
- `--_utrecht-button-appearance` is the internal prefix for the appearance
1327
- (primary-action, secondary-action or subtle), it is not an API.
1328
- */
1329
1091
  --_utrecht-button-background-color: var(
1330
1092
  --_utrecht-button-hint-background-color,
1331
1093
  var(--_utrecht-button-appearance-background-color, var(--utrecht-button-background-color))
@@ -1518,6 +1280,8 @@ so do not apply these styles to an HTML `<dialog>` element without `open` attrib
1518
1280
  --utrecht-button-border-bottom-width,
1519
1281
  var(--_utrecht-button-border-width, 0)
1520
1282
  );
1283
+ --_utrecht-button-font-size: var(--_utrecht-button-appearance-font-size, var(--utrecht-button-font-size));
1284
+ --_utrecht-button-line-height: var(--_utrecht-button-appearance-line-height, var(--utrecht-button-line-height));
1521
1285
  --utrecht-icon-size: var(--utrecht-button-icon-size, 1em);
1522
1286
  align-items: center;
1523
1287
  background-color: var(--_utrecht-button-background-color);
@@ -1532,13 +1296,13 @@ so do not apply these styles to an HTML `<dialog>` element without `open` attrib
1532
1296
  color: var(--_utrecht-button-color);
1533
1297
  cursor: var(--utrecht-action-activate-cursor, revert);
1534
1298
  display: inline-flex;
1535
- font-family: var(--utrecht-button-font-family, var(--utrecht-document-font-family));
1536
- font-size: var(--utrecht-button-font-size, var(--utrecht-document-font-family, inherit));
1299
+ font-family: var(--_utrecht-button-font-family, var(--utrecht-document-font-family));
1300
+ font-size: var(--_utrecht-button-font-size, var(--utrecht-document-font-family, inherit));
1537
1301
  font-weight: var(--_utrecht-button-appearance-font-weight, var(--utrecht-button-font-weight));
1538
1302
  gap: var(--utrecht-button-icon-gap);
1539
1303
  inline-size: var(--utrecht-button-inline-size, auto);
1540
1304
  justify-content: center;
1541
- line-height: var(--utrecht-button-line-height);
1305
+ line-height: var(--_utrecht-button-line-height);
1542
1306
  max-inline-size: var(--utrecht-button-max-inline-size, fit-content);
1543
1307
  min-block-size: var(--utrecht-button-min-block-size, 44px);
1544
1308
  min-inline-size: var(--utrecht-button-min-inline-size, 44px);
@@ -1555,16 +1319,9 @@ so do not apply these styles to an HTML `<dialog>` element without `open` attrib
1555
1319
  .utrecht-button {
1556
1320
  --_utrecht-button-disabled-border-color: GrayText;
1557
1321
  --_utrecht-button-disabled-color: GrayText;
1558
- /*
1559
- * `<button>` has these styles by default, but other elements styles as button do not:
1560
- *
1561
- * - `<div role="button">` needs this.
1562
- * - `<a role="button">` needs this.
1563
- */
1564
1322
  background-color: ButtonFace;
1565
1323
  border-color: buttonborder;
1566
1324
  color: ButtonText;
1567
- /* TODO: Find a way to express the `pressed` state */
1568
1325
  }
1569
1326
  }
1570
1327
 
@@ -1576,7 +1333,6 @@ so do not apply these styles to an HTML `<dialog>` element without `open` attrib
1576
1333
  }
1577
1334
 
1578
1335
  .utrecht-button--submit {
1579
- /* lower priority specificty than busy and disabled cursor */
1580
1336
  cursor: var(--utrecht-action-submit-cursor, revert);
1581
1337
  }
1582
1338
 
@@ -1599,11 +1355,6 @@ so do not apply these styles to an HTML `<dialog>` element without `open` attrib
1599
1355
  }
1600
1356
 
1601
1357
  .utrecht-button--focus-visible {
1602
- /* the pseudo-class for `:focus-visible` is implemented via the mixin */
1603
- /* - The browser default focus ring should apply when these CSS custom properties are not set.
1604
- * - Make the `box-shadow` value available, so components that have their own `box-shadow`
1605
- * can combine it with the focus ring box shadow.
1606
- */
1607
1358
  --_utrecht-focus-ring-box-shadow: 0 0 0 var(--utrecht-focus-outline-width, 0)
1608
1359
  var(--utrecht-focus-inverse-outline-color, transparent);
1609
1360
  box-shadow: var(--_utrecht-focus-ring-box-shadow);
@@ -1621,12 +1372,6 @@ so do not apply these styles to an HTML `<dialog>` element without `open` attrib
1621
1372
  }
1622
1373
 
1623
1374
  .utrecht-button:focus {
1624
- /* Show focus ring even for disabled :focus-visible buttons. *
1625
- /* For example: <button disabled tabindex="0"> */
1626
- /* - The browser default focus ring should apply when these CSS custom properties are not set.
1627
- * - Make the `box-shadow` value available, so components that have their own `box-shadow`
1628
- * can combine it with the focus ring box shadow.
1629
- */
1630
1375
  --_utrecht-focus-ring-box-shadow: 0 0 0 var(--utrecht-focus-outline-width, 0)
1631
1376
  var(--utrecht-focus-inverse-outline-color, transparent);
1632
1377
  box-shadow: var(--_utrecht-focus-ring-box-shadow);
@@ -1641,11 +1386,6 @@ so do not apply these styles to an HTML `<dialog>` element without `open` attrib
1641
1386
  border-color: var(--_utrecht-button-focus-border-color);
1642
1387
  color: var(--_utrecht-button-focus-color);
1643
1388
  scale: var(--utrecht-button-focus-scale, 1);
1644
- /* the pseudo-class for `:focus-visible` is implemented via the mixin */
1645
- /* - The browser default focus ring should apply when these CSS custom properties are not set.
1646
- * - Make the `box-shadow` value available, so components that have their own `box-shadow`
1647
- * can combine it with the focus ring box shadow.
1648
- */
1649
1389
  --_utrecht-focus-ring-box-shadow: 0 0 0 var(--utrecht-focus-outline-width, 0)
1650
1390
  var(--utrecht-focus-inverse-outline-color, transparent);
1651
1391
  box-shadow: var(--_utrecht-focus-ring-box-shadow);
@@ -1654,11 +1394,7 @@ so do not apply these styles to an HTML `<dialog>` element without `open` attrib
1654
1394
  outline-style: var(--utrecht-focus-outline-style, revert);
1655
1395
  outline-width: var(--utrecht-focus-outline-width, revert);
1656
1396
  }
1657
-
1658
- /* override the `:focus` selector above */
1659
- /* stylelint-disable-next-line no-descending-specificity */
1660
1397
  .utrecht-button:focus:not(:focus-visible) {
1661
- /* undo focus ring */
1662
1398
  box-shadow: none;
1663
1399
  outline-style: revert;
1664
1400
  }
@@ -1686,10 +1422,10 @@ so do not apply these styles to an HTML `<dialog>` element without `open` attrib
1686
1422
  --_utrecht-button-appearance-border-color: var(--utrecht-button-primary-action-border-color);
1687
1423
  --_utrecht-button-appearance-border-width: var(--utrecht-button-primary-action-border-width);
1688
1424
  --_utrecht-button-appearance-color: var(--utrecht-button-primary-action-color);
1425
+ --_utrecht-button-appearance-font-size: var(--utrecht-button-primary-action-font-size);
1689
1426
  --_utrecht-button-appearance-font-weight: var(--utrecht-button-primary-action-font-weight);
1690
- --_utrecht-button-appearance-disabled-background-color: var(
1691
- --utrecht-button-primary-action-disabled-background-color
1692
- );
1427
+ --_utrecht-button-appearance-line-height: var(--utrecht-button-primary-action-line-height);
1428
+ --_utrecht-button-appearance-disabled-background-color: var(--utrecht-button-primary-action-disabled-background-color);
1693
1429
  --_utrecht-button-appearance-disabled-border-color: var(--utrecht-button-primary-action-disabled-border-color);
1694
1430
  --_utrecht-button-appearance-disabled-color: var(--utrecht-button-primary-action-disabled-color);
1695
1431
  --_utrecht-button-appearance-focus-background-color: var(--utrecht-button-primary-action-focus-background-color);
@@ -1711,10 +1447,10 @@ so do not apply these styles to an HTML `<dialog>` element without `open` attrib
1711
1447
  --_utrecht-button-appearance-border-color: var(--utrecht-button-secondary-action-border-color);
1712
1448
  --_utrecht-button-appearance-border-width: var(--utrecht-button-secondary-action-border-width);
1713
1449
  --_utrecht-button-appearance-color: var(--utrecht-button-secondary-action-color);
1450
+ --_utrecht-button-appearance-font-size: var(--utrecht-button-secondary-action-font-size);
1714
1451
  --_utrecht-button-appearance-font-weight: var(--utrecht-button-secondary-action-font-weight);
1715
- --_utrecht-button-appearance-disabled-background-color: var(
1716
- --utrecht-button-secondary-action-disabled-background-color
1717
- );
1452
+ --_utrecht-button-appearance-line-height: var(--utrecht-button-secondary-action-line-height);
1453
+ --_utrecht-button-appearance-disabled-background-color: var(--utrecht-button-secondary-action-disabled-background-color);
1718
1454
  --_utrecht-button-appearance-disabled-border-color: var(--utrecht-button-secondary-action-disabled-border-color);
1719
1455
  --_utrecht-button-appearance-disabled-color: var(--utrecht-button-secondary-action-disabled-color);
1720
1456
  --_utrecht-button-appearance-focus-background-color: var(--utrecht-button-secondary-action-focus-background-color);
@@ -1736,10 +1472,10 @@ so do not apply these styles to an HTML `<dialog>` element without `open` attrib
1736
1472
  --_utrecht-button-appearance-border-color: var(--utrecht-button-subtle-border-color);
1737
1473
  --_utrecht-button-appearance-border-width: var(--utrecht-button-subtle-border-width);
1738
1474
  --_utrecht-button-appearance-color: var(--utrecht-button-subtle-color);
1475
+ --_utrecht-button-appearance-font-size: var(--utrecht-button-subtle-font-size);
1739
1476
  --_utrecht-button-appearance-font-weight: var(--utrecht-button-subtle-font-weight);
1740
- --_utrecht-button-appearance-disabled-background-color: var(
1741
- --utrecht-button-subtle-disabled-background-color
1742
- );
1477
+ --_utrecht-button-appearance-line-height: var(--utrecht-button-subtle-line-height);
1478
+ --_utrecht-button-appearance-disabled-background-color: var(--utrecht-button-subtle-disabled-background-color);
1743
1479
  --_utrecht-button-appearance-disabled-border-color: var(--utrecht-button-subtle-disabled-border-color);
1744
1480
  --_utrecht-button-appearance-disabled-color: var(--utrecht-button-subtle-disabled-color);
1745
1481
  --_utrecht-button-appearance-focus-background-color: var(--utrecht-button-subtle-focus-background-color);
@@ -1977,12 +1713,6 @@ so do not apply these styles to an HTML `<dialog>` element without `open` attrib
1977
1713
  --_utrecht-button-hint-pressed-border-color: var(--utrecht-button-subtle-warning-pressed-border-color);
1978
1714
  --_utrecht-button-hint-pressed-color: var(--utrecht-button-subtle-warning-pressed-color);
1979
1715
  }
1980
-
1981
- /**
1982
- * @license EUPL-1.2
1983
- * Copyright (c) 2021-2022 Gemeente Utrecht
1984
- * Copyright (c) 2021-2022 Frameless B.V.
1985
- */
1986
1716
  .utrecht-calendar {
1987
1717
  background-color: var(--utrecht-calendar-background-color);
1988
1718
  inline-size: fit-content;
@@ -2115,30 +1845,8 @@ so do not apply these styles to an HTML `<dialog>` element without `open` attrib
2115
1845
  block-size: var(--utrecht-calendar-icon-size);
2116
1846
  inline-size: var(--utrecht-calendar-icon-size);
2117
1847
  }
2118
-
2119
- /**
2120
- * @license EUPL-1.2
2121
- * Copyright (c) 2021 Robbert Broersma
2122
- */
2123
- /**
2124
- * @license EUPL-1.2
2125
- * Copyright (c) 2021 Gemeente Utrecht
2126
- * Copyright (c) 2021 Robbert Broersma
2127
- */
2128
- /* stylelint-disable-next-line block-no-empty */
2129
- /**
2130
- * @license EUPL-1.2
2131
- * Copyright (c) 2021 Robbert Broersma
2132
- */
2133
- /**
2134
- * @license EUPL-1.2
2135
- * Copyright (c) 2021 Gemeente Utrecht
2136
- * Copyright (c) 2021 Robbert Broersma
2137
- */
2138
- /* stylelint-disable-next-line block-no-empty */
2139
- /* stylelint-disable-next-line block-no-empty */
2140
1848
  .utrecht-checkbox {
2141
- margin-block-end: 0; /* reset native margin for input[type="checkbox"] */
1849
+ margin-block-end: 0;
2142
1850
  margin-block-start: 0;
2143
1851
  margin-inline-end: 0;
2144
1852
  margin-inline-start: 0;
@@ -2146,17 +1854,11 @@ so do not apply these styles to an HTML `<dialog>` element without `open` attrib
2146
1854
  -webkit-user-select: none;
2147
1855
  user-select: none;
2148
1856
  }
2149
-
2150
- /* stylelint-disable-next-line block-no-empty */
2151
1857
  .utrecht-checkbox--disabled {
2152
1858
  cursor: var(--utrecht-action-disabled-cursor, revert);
2153
1859
  }
2154
1860
 
2155
1861
  .utrecht-checkbox--focus-visible {
2156
- /* - The browser default focus ring should apply when these CSS custom properties are not set.
2157
- * - Make the `box-shadow` value available, so components that have their own `box-shadow`
2158
- * can combine it with the focus ring box shadow.
2159
- */
2160
1862
  --_utrecht-focus-ring-box-shadow: 0 0 0 var(--utrecht-focus-outline-width, 0)
2161
1863
  var(--utrecht-focus-inverse-outline-color, transparent);
2162
1864
  box-shadow: var(--_utrecht-focus-ring-box-shadow);
@@ -2170,10 +1872,6 @@ so do not apply these styles to an HTML `<dialog>` element without `open` attrib
2170
1872
  cursor: var(--utrecht-action-disabled-cursor, revert);
2171
1873
  }
2172
1874
  .utrecht-checkbox--html-input:focus {
2173
- /* - The browser default focus ring should apply when these CSS custom properties are not set.
2174
- * - Make the `box-shadow` value available, so components that have their own `box-shadow`
2175
- * can combine it with the focus ring box shadow.
2176
- */
2177
1875
  --_utrecht-focus-ring-box-shadow: 0 0 0 var(--utrecht-focus-outline-width, 0)
2178
1876
  var(--utrecht-focus-inverse-outline-color, transparent);
2179
1877
  box-shadow: var(--_utrecht-focus-ring-box-shadow);
@@ -2183,29 +1881,10 @@ so do not apply these styles to an HTML `<dialog>` element without `open` attrib
2183
1881
  outline-width: var(--utrecht-focus-outline-width, revert);
2184
1882
  }
2185
1883
  .utrecht-checkbox--html-input:focus:not(:focus-visible) {
2186
- /* undo focus ring */
2187
1884
  box-shadow: none;
2188
1885
  outline-style: revert;
2189
1886
  }
2190
-
2191
- /**
2192
- * @license EUPL-1.2
2193
- * Copyright (c) 2020-2022 Gemeente Utrecht
2194
- * Copyright (c) 2020-2022 Frameless B.V.
2195
- */
2196
- /**
2197
- * @license EUPL-1.2
2198
- * Copyright (c) 2020-2022 Gemeente Utrecht
2199
- * Copyright (c) 2020-2022 Frameless B.V.
2200
- */
2201
- /**
2202
- * @license EUPL-1.2
2203
- * Copyright (c) 2020-2022 Gemeente Utrecht
2204
- * Copyright (c) 2020-2022 Frameless B.V.
2205
- */
2206
1887
  .utrecht-code-block {
2207
- /* Use `monospace` as fallback both when the custom property isn't set and when the font is not available */
2208
- /* Use `inherit` as font-size, to override interfering CSS such as: `code { font-size: 16px }` */
2209
1888
  background-color: var(--utrecht-code-background-color);
2210
1889
  color: var(--utrecht-code-color);
2211
1890
  font-family: var(--utrecht-code-font-family, monospace), monospace;
@@ -2233,24 +1912,10 @@ so do not apply these styles to an HTML `<dialog>` element without `open` attrib
2233
1912
  }
2234
1913
 
2235
1914
  .utrecht-code-block__content {
2236
- /* reset effect of <code> */
2237
1915
  font-family: inherit;
2238
1916
  font-size: inherit;
2239
1917
  }
2240
-
2241
- /**
2242
- * @license EUPL-1.2
2243
- * Copyright (c) 2020-2022 Gemeente Utrecht
2244
- * Copyright (c) 2020-2022 Frameless B.V.
2245
- */
2246
- /**
2247
- * @license EUPL-1.2
2248
- * Copyright (c) 2020-2022 Gemeente Utrecht
2249
- * Copyright (c) 2020-2022 Frameless B.V.
2250
- */
2251
1918
  .utrecht-code {
2252
- /* Use `monospace` as fallback both when the custom property isn't set and when the font is not available */
2253
- /* Use `inherit` as font-size, to override interfering CSS such as: `code { font-size: 16px }` */
2254
1919
  background-color: var(--utrecht-code-background-color);
2255
1920
  color: var(--utrecht-code-color);
2256
1921
  font-family: var(--utrecht-code-font-family, monospace), monospace;
@@ -2258,17 +1923,6 @@ so do not apply these styles to an HTML `<dialog>` element without `open` attrib
2258
1923
  font-variant-ligatures: none;
2259
1924
  line-height: var(--utrecht-code-line-height);
2260
1925
  }
2261
-
2262
- /**
2263
- * @license EUPL-1.2
2264
- * Copyright (c) 2021-2022 Gemeente Utrecht
2265
- * Copyright (c) 2021-2022 Frameless B.V.
2266
- */
2267
- /**
2268
- * @license EUPL-1.2
2269
- * Copyright (c) 2021-2022 Gemeente Utrecht
2270
- * Copyright (c) 2021-2022 Frameless B.V.
2271
- */
2272
1926
  .utrecht-color-sample {
2273
1927
  background-color: var(--utrecht-color-sample-background-color, currentColor);
2274
1928
  block-size: var(--utrecht-color-sample-block-size, 2em);
@@ -2297,17 +1951,6 @@ so do not apply these styles to an HTML `<dialog>` element without `open` attrib
2297
1951
  --utrecht-color-sample-default-border-color: var(--utrecht-color-sample-light-border-color, #fff);
2298
1952
  }
2299
1953
  }
2300
-
2301
- /**
2302
- * @license EUPL-1.2
2303
- * Copyright (c) 2020-2022 Gemeente Utrecht
2304
- * Copyright (c) 2020-2022 Frameless B.V.
2305
- */
2306
- /**
2307
- * @license EUPL-1.2
2308
- * Copyright (c) 2020-2022 Gemeente Utrecht
2309
- * Copyright (c) 2020-2022 Frameless B.V.
2310
- */
2311
1954
  .utrecht-column-layout {
2312
1955
  column-gap: var(--utrecht-column-layout-gap, 2em);
2313
1956
  column-width: var(--utrecht-column-layout-column-width, 40ch);
@@ -2319,18 +1962,6 @@ so do not apply these styles to an HTML `<dialog>` element without `open` attrib
2319
1962
  column-rule-style: solid;
2320
1963
  column-rule-width: var(--utrecht-column-layout-column-rule-width, 0);
2321
1964
  }
2322
-
2323
- /**
2324
- * @license EUPL-1.2
2325
- * Copyright (c) 2023 Frameless B.V.
2326
- */
2327
- /**
2328
- * @license EUPL-1.2
2329
- * Copyright (c) 2023 Frameless B.V.
2330
- */
2331
- /**
2332
- * Reset `padding` and `border` default styling from [popover] attribute.
2333
- */
2334
1965
  .utrecht-combobox {
2335
1966
  inline-size: 100%;
2336
1967
  max-inline-size: var(--utrecht-textbox-max-inline-size, var(--utrecht-form-control-max-inline-size));
@@ -2360,42 +1991,12 @@ so do not apply these styles to an HTML `<dialog>` element without `open` attrib
2360
1991
  .utrecht-combobox__popover--hidden {
2361
1992
  display: none !important;
2362
1993
  }
2363
-
2364
- /**
2365
- * @license EUPL-1.2
2366
- * Copyright (c) 2021 Robbert Broersma
2367
- */
2368
- /**
2369
- * @license EUPL-1.2
2370
- * Copyright (c) 2021 Robbert Broersma
2371
- */
2372
1994
  .utrecht-currency-data {
2373
- /* lining-nums: avoid "oldstyle-nums" where some numbers have descenders */
2374
- /* tabular-nums: vertically align amounts */
2375
1995
  font-variant-numeric: lining-nums tabular-nums;
2376
1996
  white-space: nowrap;
2377
1997
  }
2378
-
2379
- /**
2380
- * @license EUPL-1.2
2381
- * Copyright (c) 2021 Robbert Broersma
2382
- */
2383
- /**
2384
- * @license EUPL-1.2
2385
- * Copyright (c) 2021 Robbert Broersma
2386
- */
2387
- /**
2388
- * @license EUPL-1.2
2389
- * Copyright (c) 2021 Gemeente Utrecht
2390
- * Copyright (c) 2021 Robbert Broersma
2391
- */
2392
- /* stylelint-disable-next-line block-no-empty */
2393
1998
  .utrecht-checkbox--custom,
2394
1999
  .utrecht-custom-checkbox {
2395
- /*
2396
- * Use 24x24px as hardcoded minimum target size, to meet WCAG 2.5.8 standards.
2397
- * https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum.html
2398
- */
2399
2000
  -webkit-appearance: none;
2400
2001
  -moz-appearance: none;
2401
2002
  appearance: none;
@@ -2482,10 +2083,6 @@ so do not apply these styles to an HTML `<dialog>` element without `open` attrib
2482
2083
 
2483
2084
  .utrecht-checkbox--custom.utrecht-checkbox--focus-visible,
2484
2085
  .utrecht-custom-checkbox--focus-visible {
2485
- /* - The browser default focus ring should apply when these CSS custom properties are not set.
2486
- * - Make the `box-shadow` value available, so components that have their own `box-shadow`
2487
- * can combine it with the focus ring box shadow.
2488
- */
2489
2086
  --_utrecht-focus-ring-box-shadow: 0 0 0 var(--utrecht-focus-outline-width, 0)
2490
2087
  var(--utrecht-focus-inverse-outline-color, transparent);
2491
2088
  box-shadow: var(--_utrecht-focus-ring-box-shadow);
@@ -2525,10 +2122,6 @@ so do not apply these styles to an HTML `<dialog>` element without `open` attrib
2525
2122
  }
2526
2123
  .utrecht-checkbox--custom.utrecht-checkbox--html-input:focus-visible,
2527
2124
  .utrecht-custom-checkbox--html-input:focus-visible {
2528
- /* - The browser default focus ring should apply when these CSS custom properties are not set.
2529
- * - Make the `box-shadow` value available, so components that have their own `box-shadow`
2530
- * can combine it with the focus ring box shadow.
2531
- */
2532
2125
  --_utrecht-focus-ring-box-shadow: 0 0 0 var(--utrecht-focus-outline-width, 0)
2533
2126
  var(--utrecht-focus-inverse-outline-color, transparent);
2534
2127
  box-shadow: var(--_utrecht-focus-ring-box-shadow);
@@ -2567,25 +2160,7 @@ so do not apply these styles to an HTML `<dialog>` element without `open` attrib
2567
2160
  border-width: var(--utrecht-checkbox-indeterminate-border-width, var(--utrecht-checkbox-border-width));
2568
2161
  color: var(--utrecht-checkbox-indeterminate-color, var(--utrecht-checkbox-color));
2569
2162
  }
2570
-
2571
- /**
2572
- * @license EUPL-1.2
2573
- * Copyright (c) 2021-2022 Gemeente Utrecht
2574
- * Copyright (c) 2021-2022 Frameless B.V.
2575
- */
2576
- /**
2577
- * @license EUPL-1.2
2578
- * Copyright (c) 2021-2022 Gemeente Utrecht
2579
- * Copyright (c) 2021-2022 Frameless B.V.
2580
- */
2581
- /* `@mixin utrecht-data-list--html-dl` is not necessary.
2582
- * Default styles include only `display` and `margin`, and those properties are configured by default.
2583
- */
2584
- /* `@mixin utrecht-data-list__item-key--html-dt` is not necessary, `<dt>` has no default styles. */
2585
- /* stylelint-disable-next-line block-no-empty */
2586
- /* stylelint-disable-next-line block-no-empty */
2587
2163
  .utrecht-data-list {
2588
- /* also set `margin-block` to reset browser styling of <dl> */
2589
2164
  display: block;
2590
2165
  margin-block-end: calc(var(--utrecht-space-around, 0) * var(--utrecht-data-list-margin-block-end, 0));
2591
2166
  margin-block-start: calc(var(--utrecht-space-around, 0) * var(--utrecht-data-list-margin-block-start, 0));
@@ -2599,7 +2174,6 @@ so do not apply these styles to an HTML `<dialog>` element without `open` attrib
2599
2174
  }
2600
2175
 
2601
2176
  .utrecht-data-list__item-value {
2602
- /* configure `min-block-size` in case the value is empty */
2603
2177
  color: var(--utrecht-data-list-item-value-color);
2604
2178
  font-size: var(--utrecht-data-list-item-value-font-size);
2605
2179
  font-weight: var(--utrecht-data-list-item-value-font-weight);
@@ -2608,12 +2182,10 @@ so do not apply these styles to an HTML `<dialog>` element without `open` attrib
2608
2182
  }
2609
2183
 
2610
2184
  .utrecht-data-list__actions--html-dd {
2611
- /* reset browser styling of <dd> */
2612
2185
  margin-inline-start: 0;
2613
2186
  }
2614
2187
 
2615
2188
  .utrecht-data-list__item-value--html-dd {
2616
- /* reset browser styling of <dd> */
2617
2189
  margin-inline-start: 0;
2618
2190
  }
2619
2191
 
@@ -2652,17 +2224,6 @@ so do not apply these styles to an HTML `<dialog>` element without `open` attrib
2652
2224
  .utrecht-data-list--rows .utrecht-data-list__item-value {
2653
2225
  margin-block-start: var(--utrecht-data-list-rows-item-value-margin-block-start);
2654
2226
  }
2655
-
2656
- /**
2657
- * @license EUPL-1.2
2658
- * Copyright (c) 2021 The Knights Who Say NIH! B.V.
2659
- * Copyright (c) 2021 Gemeente Utrecht
2660
- */
2661
- /**
2662
- * @license EUPL-1.2
2663
- * Copyright (c) 2021 Gemeente Utrecht
2664
- * Copyright (c) 2021 Robbert Broersma
2665
- */
2666
2227
  .utrecht-data-placeholder {
2667
2228
  background-color: var(--utrecht-data-placeholder-background-color, currentColor);
2668
2229
  block-size: 1em;
@@ -2693,28 +2254,17 @@ so do not apply these styles to an HTML `<dialog>` element without `open` attrib
2693
2254
  .utrecht-data-placeholder--loading {
2694
2255
  cursor: var(--utrecht-action-busy-cursor, busy);
2695
2256
  }
2696
-
2697
- /* class name available only for Storybook */
2698
2257
  .utrecht-data-placeholder--print {
2699
2258
  outline-color: currentColor;
2700
2259
  outline-style: dashed;
2701
2260
  outline-width: 0.1em;
2702
2261
  }
2703
-
2704
- /* class name available only for Storybook */
2705
2262
  .utrecht-data-placeholder--forced-colors {
2706
2263
  background-color: GrayText;
2707
2264
  }
2708
-
2709
- /* class name available only for Storybook */
2710
2265
  .utrecht-data-placeholder--high-contrast {
2711
2266
  cursor: var(--utrecht-action-busy-cursor, busy);
2712
2267
  }
2713
-
2714
- /**
2715
- * @license EUPL-1.2
2716
- * Copyright (c) 2021 Robbert Broersma
2717
- */
2718
2268
  .utrecht-digid-button {
2719
2269
  --utrecht-button-min-block-size: var(--utrecht-digid-button-block-size, 50px);
2720
2270
  --utrecht-logo-max-block-size: var(--utrecht-digid-button-block-size, 50px);
@@ -2723,17 +2273,9 @@ so do not apply these styles to an HTML `<dialog>` element without `open` attrib
2723
2273
  display: inline-flex;
2724
2274
  gap: var(--utrecht-space-inline-sm);
2725
2275
  }
2726
-
2727
- /**
2728
- * @license EUPL-1.2
2729
- * Copyright (c) 2021 Robbert Broersma
2730
- */
2731
- /**
2732
- * @license EUPL-1.2
2733
- * Copyright (c) 2021 Robbert Broersma
2734
- */
2735
2276
  .utrecht-document {
2736
- /* reset `font-smoothing: antialiasing`, prefer automatic (`subpixel-antialiasing`) behavior for high-dpi screens */
2277
+ -webkit-font-smoothing: auto !important;
2278
+ -moz-osx-font-smoothing: auto !important;
2737
2279
  color: var(--utrecht-document-color, inherit);
2738
2280
  font-family: var(--utrecht-document-font-family, inherit);
2739
2281
  font-size: var(--utrecht-document-font-size, inherit);
@@ -2745,29 +2287,13 @@ so do not apply these styles to an HTML `<dialog>` element without `open` attrib
2745
2287
  text-size-adjust: none;
2746
2288
  }
2747
2289
  .utrecht-document :lang(ar) {
2748
- /* `letter-spacing` design tokens break Arabic text rendering, avoid that */
2749
2290
  letter-spacing: 0 !important;
2750
2291
  }
2751
2292
 
2752
2293
  .utrecht-document--surface {
2753
2294
  background-color: var(--utrecht-document-background-color, inherit);
2754
2295
  }
2755
-
2756
- /**
2757
- * @license EUPL-1.2
2758
- * Copyright (c) 2021 Robbert Broersma
2759
- */
2760
- /**
2761
- * @license EUPL-1.2
2762
- * Copyright (c) 2021 Robbert Broersma
2763
- */
2764
- /**
2765
- * @license EUPL-1.2
2766
- * Copyright (c) 2020-2022 Gemeente Utrecht
2767
- * Copyright (c) 2020-2022 Frameless B.V.
2768
- */
2769
2296
  .utrecht-drawer {
2770
- /* minimum size for backdrop with light-dismiss is 44px x 44px to meet WCAG SC 2.5.5 */
2771
2297
  --_utrecht-drawer-backdrop-min-size: max(var(--utrecht-drawer-backdrop-min-size), 44px);
2772
2298
  background-color: var(--utrecht-drawer-background-color, Canvas);
2773
2299
  border-color: var(--utrecht-drawer-border-color, currentColor);
@@ -2871,15 +2397,6 @@ so do not apply these styles to an HTML `<dialog>` element without `open` attrib
2871
2397
  inset-block-end: 0;
2872
2398
  inset-block-start: auto;
2873
2399
  }
2874
-
2875
- /**
2876
- * @license EUPL-1.2
2877
- * Copyright (c) 2021 Robbert Broersma
2878
- */
2879
- /**
2880
- * @license EUPL-1.2
2881
- * Copyright (c) 2021 Robbert Broersma
2882
- */
2883
2400
  .utrecht-emphasis--stressed {
2884
2401
  font-style: var(--utrecht-emphasis-stressed-font-style, italic);
2885
2402
  }
@@ -2887,15 +2404,6 @@ so do not apply these styles to an HTML `<dialog>` element without `open` attrib
2887
2404
  .utrecht-emphasis--strong {
2888
2405
  font-weight: var(--utrecht-emphasis-strong-font-weight, bold);
2889
2406
  }
2890
-
2891
- /**
2892
- * @license EUPL-1.2
2893
- * Copyright (c) 2021 Robbert Broersma
2894
- */
2895
- /**
2896
- * @license EUPL-1.2
2897
- * Copyright (c) 2021 Robbert Broersma
2898
- */
2899
2407
  .utrecht-figure {
2900
2408
  margin-block-end: calc(var(--utrecht-space-around, 0) * var(--utrecht-figure-margin-block-end, 0));
2901
2409
  margin-block-start: calc(var(--utrecht-space-around, 0) * var(--utrecht-figure-margin-block-start, 0));
@@ -2906,21 +2414,13 @@ so do not apply these styles to an HTML `<dialog>` element without `open` attrib
2906
2414
  font-size: var(--utrecht-figure-caption-font-size);
2907
2415
  line-height: var(--utrecht-figure-caption-line-height);
2908
2416
  }
2909
-
2910
- /**
2911
- * @license EUPL-1.2
2912
- * Copyright (c) 2021 Robbert Broersma
2913
- */
2914
- /**
2915
- * @license EUPL-1.2
2916
- * Copyright (c) 2021 Robbert Broersma
2917
- */
2918
2417
  .utrecht-form-field-description {
2919
2418
  --utrecht-document-color: currentColor;
2920
2419
  color: var(--utrecht-form-field-description-color);
2921
2420
  font-family: var(--utrecht-document-font-family, inherit);
2922
2421
  font-size: var(--utrecht-form-field-description-font-size, inherit);
2923
2422
  font-style: var(--utrecht-form-field-description-font-style);
2423
+ line-height: var(--utrecht-form-field-description-line-height);
2924
2424
  margin-block-end: calc(var(--utrecht-space-around, 0) * var(--utrecht-form-field-description-margin-block-end, var(--utrecht-paragraph-margin-block-end, 0)));
2925
2425
  margin-block-start: calc(var(--utrecht-space-around, 0) * var(--utrecht-form-field-description-margin-block-start, var(--utrecht-paragraph-margin-block-start, 0)));
2926
2426
  }
@@ -2943,15 +2443,6 @@ so do not apply these styles to an HTML `<dialog>` element without `open` attrib
2943
2443
  .utrecht-form-field-description--warning {
2944
2444
  color: var(--utrecht-form-field-description-warning-color, var(--utrecht-feedback-warning-color));
2945
2445
  }
2946
-
2947
- /**
2948
- * @license EUPL-1.2
2949
- * Copyright (c) 2021 Robbert Broersma
2950
- */
2951
- /**
2952
- * @license EUPL-1.2
2953
- * Copyright (c) 2021 Robbert Broersma
2954
- */
2955
2446
  .utrecht-form-field-error-message {
2956
2447
  --utrecht-document-color: currentColor;
2957
2448
  background-color: var(--utrecht-form-field-error-message-background-color);
@@ -2960,6 +2451,7 @@ so do not apply these styles to an HTML `<dialog>` element without `open` attrib
2960
2451
  font-family: var(--utrecht-document-font-family, inherit);
2961
2452
  font-size: var(--utrecht-form-field-error-message-font-size, inherit);
2962
2453
  font-style: var(--utrecht-form-field-error-message-font-style);
2454
+ line-height: var(--utrecht-form-field-error-message-line-height);
2963
2455
  margin-block-end: calc(var(--utrecht-space-around, 0) * var(--utrecht-form-field-error-message-margin-block-end, var(--utrecht-paragraph-margin-block-end, 0)));
2964
2456
  margin-block-start: calc(var(--utrecht-space-around, 0) * var(--utrecht-form-field-error-message-margin-block-start, var(--utrecht-paragraph-margin-block-start, 0)));
2965
2457
  padding-block-end: var(--utrecht-form-field-error-message-padding-block-end);
@@ -2970,22 +2462,11 @@ so do not apply these styles to an HTML `<dialog>` element without `open` attrib
2970
2462
  .utrecht-form-field-error-message > * {
2971
2463
  --utrecht-space-around: 1;
2972
2464
  }
2973
-
2974
- /**
2975
- * @license EUPL-1.2
2976
- * Copyright (c) 2021 Robbert Broersma
2977
- */
2978
- /**
2979
- * @license EUPL-1.2
2980
- * Copyright (c) 2021 Robbert Broersma
2981
- */
2982
- /* stylelint-disable-next-line block-no-empty */
2983
2465
  .utrecht-form-field {
2984
2466
  break-inside: avoid;
2985
2467
  font-family: var(--utrecht-document-font-family, inherit);
2986
2468
  margin-block-end: calc(var(--utrecht-space-around, 0) * var(--utrecht-form-field-margin-block-end, 0));
2987
2469
  margin-block-start: calc(var(--utrecht-space-around, 0) * var(--utrecht-form-field-margin-block-start, 0));
2988
- max-inline-size: var(--utrecht-form-field-max-inline-size);
2989
2470
  page-break-inside: avoid;
2990
2471
  }
2991
2472
 
@@ -3005,14 +2486,6 @@ so do not apply these styles to an HTML `<dialog>` element without `open` attrib
3005
2486
  gap: 0 var(--utrecht-checkbox-margin-inline-end, 12px);
3006
2487
  grid-template-areas: "input label" "input description" "input description-invalid";
3007
2488
  grid-template-columns: var(--utrecht-checkbox-size) 100fr;
3008
- /*
3009
- .utrecht-form-field__label .utrecht-form-field__input {
3010
- margin-inline-start: calc(
3011
- -1 * (var(--utrecht-checkbox-size) + var(--utrecht-checkbox-margin-inline-end, 12px))
3012
- );
3013
- margin-inline-end: var(--utrecht-checkbox-margin-inline-end, 12px);
3014
- }
3015
- */
3016
2489
  }
3017
2490
  .utrecht-form-field--checkbox .utrecht-form-field__label:has(.utrecht-form-field__input) {
3018
2491
  margin-inline-start: calc(-1 * (var(--utrecht-checkbox-size) + var(--utrecht-checkbox-margin-inline-end, 12px)));
@@ -3026,14 +2499,6 @@ so do not apply these styles to an HTML `<dialog>` element without `open` attrib
3026
2499
  gap: 0 var(--utrecht-radio-button-margin-inline-end, 12px);
3027
2500
  grid-template-areas: "input label" "input description" "input description-invalid";
3028
2501
  grid-template-columns: var(--utrecht-radio-button-size) 100fr;
3029
- /*
3030
- .utrecht-form-field__label .utrecht-form-field__input {
3031
- margin-inline-start: calc(
3032
- -1 * (var(--utrecht-checkbox-size) + var(--utrecht-checkbox-margin-inline-end, 12px))
3033
- );
3034
- margin-inline-end: var(--utrecht-checkbox-margin-inline-end, 12px);
3035
- }
3036
- */
3037
2502
  }
3038
2503
  .utrecht-form-field--radio .utrecht-form-field__label:has(.utrecht-form-field__input) {
3039
2504
  margin-inline-start: calc(-1 * (var(--utrecht-radio-button-size) + var(--utrecht-radio-button-margin-inline-end, 12px)));
@@ -3050,8 +2515,6 @@ so do not apply these styles to an HTML `<dialog>` element without `open` attrib
3050
2515
  }
3051
2516
 
3052
2517
  .utrecht-form-field__label {
3053
- /* Assign the margin-block-end to padding instead, so the clickable area of the label increases
3054
- and we avoid a small gap between the label and input that cannot be clicked to focus the input. */
3055
2518
  grid-area: label;
3056
2519
  margin-block-end: var(--utrecht-form-field-label-margin-block-end);
3057
2520
  margin-block-start: 0;
@@ -3080,29 +2543,14 @@ so do not apply these styles to an HTML `<dialog>` element without `open` attrib
3080
2543
  .utrecht-form-field__description--before {
3081
2544
  grid-area: description-before;
3082
2545
  order: 4;
3083
- }
3084
-
3085
- /**
3086
- * @license EUPL-1.2
3087
- * Copyright (c) 2021 Robbert Broersma
3088
- */
3089
- /**
3090
- * @license EUPL-1.2
3091
- * Copyright (c) 2021 Robbert Broersma
3092
- */
3093
- /**
3094
- * @license EUPL-1.2
3095
- * Copyright (c) 2021 Robbert Broersma
3096
- */
3097
- /* stylelint-disable-next-line block-no-empty */
3098
- .utrecht-form-fieldset {
3099
- margin-block-end: calc(var(--utrecht-space-around, 0) * var(--utrecht-form-fieldset-margin-block-end, 0));
3100
- margin-block-start: calc(var(--utrecht-space-around, 0) * var(--utrecht-form-fieldset-margin-block-start, 0));
2546
+ }
2547
+ .utrecht-form-fieldset {
2548
+ margin-block-end: calc(var(--utrecht-space-around, 0) * var(--utrecht-form-fieldset-margin-block-end, 0));
2549
+ margin-block-start: calc(var(--utrecht-space-around, 0) * var(--utrecht-form-fieldset-margin-block-start, 0));
3101
2550
  }
3102
2551
 
3103
2552
  .utrecht-form-fieldset--html-fieldset,
3104
2553
  .utrecht-form-fieldset__fieldset--html-fieldset {
3105
- /* `all: revert` unfortunately has as side-effect that the `hidde` attribute has no effect */
3106
2554
  all: revert;
3107
2555
  border: 0;
3108
2556
  margin-inline-end: 0;
@@ -3156,15 +2604,6 @@ so do not apply these styles to an HTML `<dialog>` element without `open` attrib
3156
2604
  border-inline-start-width: var(--utrecht-form-fieldset-invalid-border-inline-start-width, var(--utrecht-form-field-invalid-border-inline-start-width));
3157
2605
  padding-inline-start: var(--utrecht-form-fieldset-invalid-padding-inline-start, var(--utrecht-form-field-invalid-padding-inline-start));
3158
2606
  }
3159
-
3160
- /**
3161
- * @license EUPL-1.2
3162
- * Copyright (c) 2021 Robbert Broersma
3163
- */
3164
- /**
3165
- * @license EUPL-1.2
3166
- * Copyright (c) 2021 Robbert Broersma
3167
- */
3168
2607
  .utrecht-form-label {
3169
2608
  color: var(--utrecht-form-label-color);
3170
2609
  font-size: var(--utrecht-form-label-font-size);
@@ -3191,21 +2630,6 @@ so do not apply these styles to an HTML `<dialog>` element without `open` attrib
3191
2630
  cursor: var(--utrecht-action-activate-cursor, revert);
3192
2631
  font-weight: var(--utrecht-form-label-radio-font-weight, var(--utrecht-form-label-font-weight));
3193
2632
  }
3194
-
3195
- /**
3196
- * @license EUPL-1.2
3197
- * Copyright (c) 2021 Robbert Broersma
3198
- */
3199
- /**
3200
- * @license EUPL-1.2
3201
- * Copyright (c) 2021 Robbert Broersma
3202
- */
3203
- /**
3204
- * @license EUPL-1.2
3205
- * Copyright (c) 2021 Gemeente Utrecht
3206
- * Copyright (c) 2021 Robbert Broersma
3207
- */
3208
- /* stylelint-disable-next-line block-no-empty */
3209
2633
  .utrecht-form-toggle {
3210
2634
  align-items: center;
3211
2635
  block-size: var(--utrecht-form-toggle-height, 2em);
@@ -3233,18 +2657,12 @@ so do not apply these styles to an HTML `<dialog>` element without `open` attrib
3233
2657
  --utrecht-form-toggle-border-radius: var(--utrecht-form-toggle-track-border-radius);
3234
2658
  --utrecht-form-toggle-thumb-background-color: ButtonText;
3235
2659
  --utrecht-form-toggle-thumb-disabled-background-color: GrayText;
3236
- /* TODO: Apply `GrayText` to the border-color */
3237
2660
  border-color: var(--utrecht-form-toggle-track-disabled-border-color, var(--utrecht-form-toggle-track-border-color));
3238
2661
  border-width: min(var(--utrecht-form-toggle-border-width, 1px), 1px);
3239
- /* TODO: Find a way to express the `pressed` state */
3240
2662
  }
3241
2663
  }
3242
2664
 
3243
2665
  .utrecht-form-toggle--focus-visible, .utrecht-form-toggle--html-div:focus-visible {
3244
- /* - The browser default focus ring should apply when these CSS custom properties are not set.
3245
- * - Make the `box-shadow` value available, so components that have their own `box-shadow`
3246
- * can combine it with the focus ring box shadow.
3247
- */
3248
2666
  --_utrecht-focus-ring-box-shadow: 0 0 0 var(--utrecht-focus-outline-width, 0)
3249
2667
  var(--utrecht-focus-inverse-outline-color, transparent);
3250
2668
  box-shadow: var(--_utrecht-focus-ring-box-shadow);
@@ -3267,7 +2685,6 @@ so do not apply these styles to an HTML `<dialog>` element without `open` attrib
3267
2685
  }
3268
2686
 
3269
2687
  .utrecht-form-toggle__thumb {
3270
- /* To have a circle or square by default (1:1 aspect ratio) we use the `min-inline-size` design token for both `inline` and `block` direction. */
3271
2688
  background-color: var(--utrecht-form-toggle-thumb-background-color, currentColor);
3272
2689
  border-radius: var(--utrecht-form-toggle-thumb-border-radius, 50%);
3273
2690
  box-shadow: var(--utrecht-form-toggle-thumb-box-shadow);
@@ -3314,10 +2731,6 @@ so do not apply these styles to an HTML `<dialog>` element without `open` attrib
3314
2731
  }
3315
2732
 
3316
2733
  .utrecht-form-toggle__track--focus-visible {
3317
- /* - The browser default focus ring should apply when these CSS custom properties are not set.
3318
- * - Make the `box-shadow` value available, so components that have their own `box-shadow`
3319
- * can combine it with the focus ring box shadow.
3320
- */
3321
2734
  --_utrecht-focus-ring-box-shadow: 0 0 0 var(--utrecht-focus-outline-width, 0)
3322
2735
  var(--utrecht-focus-inverse-outline-color, transparent);
3323
2736
  box-shadow: var(--_utrecht-focus-ring-box-shadow);
@@ -3328,26 +2741,19 @@ so do not apply these styles to an HTML `<dialog>` element without `open` attrib
3328
2741
  }
3329
2742
 
3330
2743
  .utrecht-form-toggle--html-checkbox .utrecht-form-toggle__checkbox {
3331
- /* Source: https://kittygiraudel.com/snippets/sr-only-class/ */
3332
2744
  block-size: 1px !important;
3333
2745
  border: 0 !important;
3334
2746
  clip: rect(1px, 1px, 1px, 1px) !important;
3335
2747
  -webkit-clip-path: inset(50%) !important;
3336
2748
  clip-path: inset(50%) !important;
3337
2749
  inline-size: 1px !important;
3338
- /* stylelint-disable-next-line property-disallowed-list */
3339
2750
  margin: -1px !important;
3340
2751
  overflow: hidden !important;
3341
- /* stylelint-disable-next-line property-disallowed-list */
3342
2752
  padding: 0 !important;
3343
2753
  position: absolute !important;
3344
2754
  white-space: nowrap !important;
3345
2755
  }
3346
2756
  .utrecht-form-toggle--html-checkbox .utrecht-form-toggle__checkbox:focus-visible ~ .utrecht-form-toggle__track {
3347
- /* - The browser default focus ring should apply when these CSS custom properties are not set.
3348
- * - Make the `box-shadow` value available, so components that have their own `box-shadow`
3349
- * can combine it with the focus ring box shadow.
3350
- */
3351
2757
  --_utrecht-focus-ring-box-shadow: 0 0 0 var(--utrecht-focus-outline-width, 0)
3352
2758
  var(--utrecht-focus-inverse-outline-color, transparent);
3353
2759
  box-shadow: var(--_utrecht-focus-ring-box-shadow);
@@ -3356,37 +2762,10 @@ so do not apply these styles to an HTML `<dialog>` element without `open` attrib
3356
2762
  outline-style: var(--utrecht-focus-outline-style, revert);
3357
2763
  outline-width: var(--utrecht-focus-outline-width, revert);
3358
2764
  }
3359
- /**
3360
- * @license EUPL-1.2
3361
- * Copyright (c) 2020-2022 Gemeente Utrecht
3362
- * Copyright (c) 2020-2022 Frameless B.V.
3363
- */
3364
- /**
3365
- * @license EUPL-1.2
3366
- * Copyright (c) 2020-2022 Gemeente Utrecht
3367
- * Copyright (c) 2020-2022 Frameless B.V.
3368
- */
3369
2765
  .utrecht-form {
3370
2766
  display: block;
3371
2767
  max-inline-size: var(--utrecht-form-max-inline-size);
3372
2768
  }
3373
-
3374
- /**
3375
- * @license EUPL-1.2
3376
- * Copyright (c) 2021 Gemeente Utrecht
3377
- * Copyright (c) 2021 Robbert Broersma
3378
- * Copyright (c) 2021 The Knights Who Say NIH! B.V.
3379
- */
3380
- /**
3381
- * @license EUPL-1.2
3382
- * Copyright (c) 2021 Gemeente Utrecht
3383
- * Copyright (c) 2021 Robbert Broersma
3384
- * Copyright (c) 2021 The Knights Who Say NIH! B.V.
3385
- */
3386
- /**
3387
- * @license EUPL-1.2
3388
- * Copyright (c) 2021-2022 Frameless B.V.
3389
- */
3390
2769
  .utrecht-heading-1 {
3391
2770
  break-inside: avoid-column;
3392
2771
  page-break-inside: avoid;
@@ -3403,23 +2782,6 @@ so do not apply these styles to an HTML `<dialog>` element without `open` attrib
3403
2782
  .utrecht-heading-1--distanced {
3404
2783
  --utrecht-space-around: 1;
3405
2784
  }
3406
-
3407
- /**
3408
- * @license EUPL-1.2
3409
- * Copyright (c) 2021 Gemeente Utrecht
3410
- * Copyright (c) 2021 Robbert Broersma
3411
- * Copyright (c) 2021 The Knights Who Say NIH! B.V.
3412
- */
3413
- /**
3414
- * @license EUPL-1.2
3415
- * Copyright (c) 2021 Gemeente Utrecht
3416
- * Copyright (c) 2021 Robbert Broersma
3417
- * Copyright (c) 2021 The Knights Who Say NIH! B.V.
3418
- */
3419
- /**
3420
- * @license EUPL-1.2
3421
- * Copyright (c) 2021-2022 Frameless B.V.
3422
- */
3423
2785
  .utrecht-heading-2 {
3424
2786
  break-inside: avoid-column;
3425
2787
  page-break-inside: avoid;
@@ -3436,23 +2798,6 @@ so do not apply these styles to an HTML `<dialog>` element without `open` attrib
3436
2798
  .utrecht-heading-2--distanced {
3437
2799
  --utrecht-space-around: 1;
3438
2800
  }
3439
-
3440
- /**
3441
- * @license EUPL-1.2
3442
- * Copyright (c) 2021 Gemeente Utrecht
3443
- * Copyright (c) 2021 Robbert Broersma
3444
- * Copyright (c) 2021 The Knights Who Say NIH! B.V.
3445
- */
3446
- /**
3447
- * @license EUPL-1.2
3448
- * Copyright (c) 2021 Gemeente Utrecht
3449
- * Copyright (c) 2021 Robbert Broersma
3450
- * Copyright (c) 2021 The Knights Who Say NIH! B.V.
3451
- */
3452
- /**
3453
- * @license EUPL-1.2
3454
- * Copyright (c) 2021-2022 Frameless B.V.
3455
- */
3456
2801
  .utrecht-heading-3 {
3457
2802
  break-inside: avoid-column;
3458
2803
  page-break-inside: avoid;
@@ -3469,23 +2814,6 @@ so do not apply these styles to an HTML `<dialog>` element without `open` attrib
3469
2814
  .utrecht-heading-3--distanced {
3470
2815
  --utrecht-space-around: 1;
3471
2816
  }
3472
-
3473
- /**
3474
- * @license EUPL-1.2
3475
- * Copyright (c) 2021 Gemeente Utrecht
3476
- * Copyright (c) 2021 Robbert Broersma
3477
- * Copyright (c) 2021 The Knights Who Say NIH! B.V.
3478
- */
3479
- /**
3480
- * @license EUPL-1.2
3481
- * Copyright (c) 2021 Gemeente Utrecht
3482
- * Copyright (c) 2021 Robbert Broersma
3483
- * Copyright (c) 2021 The Knights Who Say NIH! B.V.
3484
- */
3485
- /**
3486
- * @license EUPL-1.2
3487
- * Copyright (c) 2021-2022 Frameless B.V.
3488
- */
3489
2817
  .utrecht-heading-4 {
3490
2818
  break-inside: avoid-column;
3491
2819
  page-break-inside: avoid;
@@ -3502,23 +2830,6 @@ so do not apply these styles to an HTML `<dialog>` element without `open` attrib
3502
2830
  .utrecht-heading-4--distanced {
3503
2831
  --utrecht-space-around: 1;
3504
2832
  }
3505
-
3506
- /**
3507
- * @license EUPL-1.2
3508
- * Copyright (c) 2021 Gemeente Utrecht
3509
- * Copyright (c) 2021 Robbert Broersma
3510
- * Copyright (c) 2021 The Knights Who Say NIH! B.V.
3511
- */
3512
- /**
3513
- * @license EUPL-1.2
3514
- * Copyright (c) 2021 Gemeente Utrecht
3515
- * Copyright (c) 2021 Robbert Broersma
3516
- * Copyright (c) 2021 The Knights Who Say NIH! B.V.
3517
- */
3518
- /**
3519
- * @license EUPL-1.2
3520
- * Copyright (c) 2021-2022 Frameless B.V.
3521
- */
3522
2833
  .utrecht-heading-5 {
3523
2834
  break-inside: avoid-column;
3524
2835
  page-break-inside: avoid;
@@ -3535,23 +2846,6 @@ so do not apply these styles to an HTML `<dialog>` element without `open` attrib
3535
2846
  .utrecht-heading-5--distanced {
3536
2847
  --utrecht-space-around: 1;
3537
2848
  }
3538
-
3539
- /**
3540
- * @license EUPL-1.2
3541
- * Copyright (c) 2021 Gemeente Utrecht
3542
- * Copyright (c) 2021 Robbert Broersma
3543
- * Copyright (c) 2021 The Knights Who Say NIH! B.V.
3544
- */
3545
- /**
3546
- * @license EUPL-1.2
3547
- * Copyright (c) 2021 Gemeente Utrecht
3548
- * Copyright (c) 2021 Robbert Broersma
3549
- * Copyright (c) 2021 The Knights Who Say NIH! B.V.
3550
- */
3551
- /**
3552
- * @license EUPL-1.2
3553
- * Copyright (c) 2021-2022 Frameless B.V.
3554
- */
3555
2849
  .utrecht-heading-6 {
3556
2850
  break-inside: avoid-column;
3557
2851
  page-break-inside: avoid;
@@ -3568,19 +2862,6 @@ so do not apply these styles to an HTML `<dialog>` element without `open` attrib
3568
2862
  .utrecht-heading-6--distanced {
3569
2863
  --utrecht-space-around: 1;
3570
2864
  }
3571
-
3572
- /**
3573
- * @license EUPL-1.2
3574
- * Copyright (c) 2022 Gemeente Utrecht
3575
- * Copyright (c) 2022 Robbert Broersma
3576
- * Copyright (c) 2022 The Knights Who Say NIH! B.V.
3577
- */
3578
- /**
3579
- * @license EUPL-1.2
3580
- * Copyright (c) 2022 Gemeente Utrecht
3581
- * Copyright (c) 2022 Robbert Broersma
3582
- * Copyright (c) 2022 The Knights Who Say NIH! B.V.
3583
- */
3584
2865
  .utrecht-heading-group {
3585
2866
  --utrecht-pre-heading-order: -1;
3586
2867
  display: flex;
@@ -3591,33 +2872,10 @@ so do not apply these styles to an HTML `<dialog>` element without `open` attrib
3591
2872
  .utrecht-heading-group > * {
3592
2873
  --utrecht-space-around: 0;
3593
2874
  }
3594
-
3595
- /**
3596
- * @license EUPL-1.2
3597
- * Copyright (c) 2021 Robbert Broersma
3598
- */
3599
- /**
3600
- * @license EUPL-1.2
3601
- * Copyright (c) 2021 Robbert Broersma
3602
- */
3603
2875
  .utrecht-iban-data {
3604
- /* lining-nums: avoid "oldstyle-nums" where some numbers have descenders */
3605
- /* slashed-zero: avoid confusion between LATIN LETTER O (U+004F) and DIGIT ZERO (U+0030) */
3606
- /* tabular-nums: vertically align IBAN values */
3607
2876
  font-variant-numeric: lining-nums slashed-zero tabular-nums;
3608
2877
  white-space: nowrap;
3609
2878
  }
3610
-
3611
- /**
3612
- * @license EUPL-1.2
3613
- * Copyright (c) 2021-2022 Gemeente Utrecht
3614
- * Copyright (c) 2021-2022 Frameless B.V.
3615
- */
3616
- /**
3617
- * @license EUPL-1.2
3618
- * Copyright (c) 2021-2022 Gemeente Utrecht
3619
- * Copyright (c) 2021-2022 Frameless B.V.
3620
- */
3621
2879
  .utrecht-icon {
3622
2880
  block-size: var(--utrecht-icon-size);
3623
2881
  color: var(--utrecht-icon-color);
@@ -3629,63 +2887,24 @@ so do not apply these styles to an HTML `<dialog>` element without `open` attrib
3629
2887
  }
3630
2888
 
3631
2889
  .utrecht-icon svg {
3632
- /*
3633
- * Override the width of SVGs when they are hardcoded, and avoid oversized SVG icons.
3634
- * For example:
3635
- *
3636
- * <svg width="128px" height="128px">
3637
- */
3638
- /* stylelint-disable-next-line property-disallowed-list */
3639
2890
  height: 100%;
3640
- /* Remove tooltip from SVG `<title>` element using `pointer-events: none` */
3641
2891
  pointer-events: none;
3642
- /* stylelint-disable-next-line property-disallowed-list */
3643
2892
  width: 100%;
3644
2893
  }
3645
-
3646
- /**
3647
- * @license EUPL-1.2
3648
- * Copyright (c) 2020-2022 Gemeente Utrecht
3649
- * Copyright (c) 2020-2022 Frameless B.V.
3650
- */
3651
- /**
3652
- * @license EUPL-1.2
3653
- * Copyright (c) 2020-2022 Gemeente Utrecht
3654
- * Copyright (c) 2020-2022 Frameless B.V.
3655
- */
3656
2894
  .utrecht-img {
3657
- /* stylelint-disable-next-line property-disallowed-list */
3658
2895
  height: auto;
3659
- /* stylelint-disable-next-line property-disallowed-list */
3660
2896
  width: auto;
3661
2897
  }
3662
2898
 
3663
2899
  .utrecht-img--scale-down {
3664
- /* use this class name with caution, text contained in image might become too small to read */
3665
- /* stylelint-disable-next-line property-disallowed-list */
3666
2900
  max-height: 100%;
3667
- /* stylelint-disable-next-line property-disallowed-list */
3668
2901
  max-width: 100%;
3669
2902
  }
3670
2903
 
3671
2904
  .utrecht-img--photo {
3672
- /* stylelint-disable-next-line property-disallowed-list */
3673
2905
  max-height: 100%;
3674
- /* stylelint-disable-next-line property-disallowed-list */
3675
2906
  max-width: 100%;
3676
2907
  }
3677
-
3678
- /**
3679
- * @license EUPL-1.2
3680
- * Copyright (c) 2020-2022 Gemeente Utrecht
3681
- * Copyright (c) 2020-2022 Frameless B.V.
3682
- */
3683
- /**
3684
- * @license EUPL-1.2
3685
- * Copyright (c) 2020-2022 Gemeente Utrecht
3686
- * Copyright (c) 2020-2022 Frameless B.V.
3687
- */
3688
- /* stylelint-disable-next-line block-no-empty */
3689
2908
  .utrecht-index-char-nav {
3690
2909
  --utrecht-button-padding-inline-start: 1ch;
3691
2910
  --utrecht-button-padding-inline-end: 1ch;
@@ -3704,106 +2923,9 @@ so do not apply these styles to an HTML `<dialog>` element without `open` attrib
3704
2923
  .utrecht-index-char-nav__link--disabled {
3705
2924
  pointer-events: none;
3706
2925
  }
3707
-
3708
- /**
3709
- * @license EUPL-1.2
3710
- * Copyright (c) 2022 Robbert Broersma
3711
- */
3712
- /**
3713
- * @license EUPL-1.2
3714
- * Copyright (c) 2022 Robbert Broersma
3715
- */
3716
- /**
3717
- * @license EUPL-1.2
3718
- * Copyright (c) 2021 The Knights Who Say NIH! B.V.
3719
- * Copyright (c) 2021 Gemeente Utrecht
3720
- */
3721
- /* stylelint-disable scss/no-global-function-names */
3722
- /**
3723
- * @license EUPL-1.2
3724
- * Copyright (c) 2021 Gemeente Utrecht
3725
- * Copyright (c) 2021 Robbert Broersma
3726
- */
3727
- /* stylelint-disable-next-line block-no-empty */
3728
- /*
3729
-
3730
- # CSS implementation
3731
-
3732
- ## `text-decoration-skip`
3733
-
3734
- `text-decoration-skip` can be helpful to avoid making some texts unreadable.
3735
- For example by obscuring Arabic diacritics.
3736
-
3737
- However, the combination of a greater thickness and skipping this thick underline
3738
- leads to a very unappealing rendering of the underline. To avoid this,
3739
- `text-decoration-skip` is disabled for interactive states.
3740
-
3741
- For design token configurations that have identical thickness for normal and interactive
3742
- states, this will lead to the (undesirable) effect that the focus/hover effect is switching
3743
- from an interrupted to an uninterrupted underline (for some texts).
3744
-
3745
- Apart from making `skip-ink` configurable for normal/focus/hover, there is no good solution yet.
3746
-
3747
- ---
3748
-
3749
- Disabling `text-decoration-skip` for interactive states obscures some texts, and we assume for now
3750
- that moving the pointer away from a link or having focus elsewhere first is simple enough to
3751
- not make this too inconvenient.
3752
-
3753
- ---
3754
-
3755
- Some folks implement the underline of links using `border-bottom` or even using a finely crafted
3756
- `linear-gradient()` with a solid color at the bottom and transparent behind the text. These approaches
3757
- would unfortunately not be able to provide the improved readability of `text-decoration-skip`.
3758
-
3759
- ## `text-decoration-thickness`
3760
-
3761
- Varying `text-decoration-thickness` can be used to distinguish interactive states.
3762
-
3763
- ---
3764
-
3765
- `text-decoration-thickness` appears to have rendering differences between Chrome and Safari.
3766
- In Safari the line becomes thicker with extra pixels added to the bottom, while in Chrome
3767
- the underline offset also seems to increase along with the thickness, which effectively means
3768
- the underline is closer to the next line than in Safari.
3769
-
3770
- ---
3771
-
3772
- It might be nice to use font-relative units for `text-decoration-thickness`, and that is why we
3773
- use the `max()` function to ensure the underline remains visible for every font size.
3774
-
3775
- ## `transition`
3776
-
3777
- `text-decoration-thickness` could be a candidate for animating between interactive states,
3778
- however browsers don't seem to have implemented great looking supixel tweening yet.
3779
-
3780
- `text-decoration-skip` also makes the transition more challenging to implement.
3781
-
3782
- */
3783
- /**
3784
- * Simulate forced-colors mode.
3785
- */
3786
- /* stylelint-disable-next-line block-no-empty */
3787
- /* stylelint-disable-next-line block-no-empty */
3788
- /* stylelint-disable-next-line block-no-empty */
3789
- /* stylelint-disable-next-line block-no-empty */
3790
- /**
3791
- * Link for elements such as `<img>` or `<article>`, that are not inline elements or plain text.
3792
- *
3793
- * Changing `display: inline` to `inline-block` ensures the focus outline is rendered around the entire box.
3794
- */
3795
- /**
3796
- * @license EUPL-1.2
3797
- * Copyright (c) 2021 Gemeente Utrecht
3798
- * Copyright (c) 2021 Robbert Broersma
3799
- */
3800
- /* stylelint-disable-next-line block-no-empty */
3801
2926
  .utrecht-link-button {
3802
2927
  --utrecht-icon-size: var(--utrecht-link-icon-size, 1em);
3803
2928
  color: var(--_utrecht-link-state-color, var(--utrecht-link-color, var(--_utrecht-link-forced-colors-color)));
3804
- /* Only underline `<a href="...">...</a>`, which matches `a:any-link`.
3805
- * Do not underline `<a name="">Anchor</a>`.
3806
- */
3807
2929
  --_utrecht-link-forced-colors-color: linktext;
3808
2930
  text-decoration-color: var(--_utrecht-link-state-text-decoration-color, var(--utrecht-link-text-decoration-color, currentColor));
3809
2931
  text-decoration-line: var(--_utrecht-link-state-text-decoration, var(--utrecht-link-text-decoration, underline));
@@ -3859,14 +2981,6 @@ however browsers don't seem to have implemented great looking supixel tweening y
3859
2981
  }
3860
2982
 
3861
2983
  .utrecht-link-button--focus-visible, .utrecht-link-button--html-button:focus-visible {
3862
- /*
3863
- * WCAG SC 2.4.12: Focus Not Obscured
3864
- * Use `z-index` to ensure the focus ring is stacked above adjecent elements with a `background`
3865
- */
3866
- /* - The browser default focus ring should apply when these CSS custom properties are not set.
3867
- * - Make the `box-shadow` value available, so components that have their own `box-shadow`
3868
- * can combine it with the focus ring box shadow.
3869
- */
3870
2984
  --_utrecht-focus-ring-box-shadow: 0 0 0 var(--utrecht-focus-outline-width, 0)
3871
2985
  var(--utrecht-focus-inverse-outline-color, transparent);
3872
2986
  box-shadow: var(--_utrecht-focus-ring-box-shadow);
@@ -3893,33 +3007,14 @@ however browsers don't seem to have implemented great looking supixel tweening y
3893
3007
  }
3894
3008
 
3895
3009
  .utrecht-link-button--pressed {
3896
- /* Copy `active` styles for now.
3897
- Later we can decide to:
3898
- - merge `active` and `pressed` and name the state `pressed`, or:
3899
- - merge `active` and `pressed` and name the state `active`, or:
3900
- - style `pressed` like the link state `current`, or:
3901
- - add `pressed` design tokens
3902
- */
3903
3010
  --_utrecht-link-forced-colors-color: activetext;
3904
3011
  --_utrecht-link-state-color: var(--utrecht-link-active-color);
3905
3012
  }
3906
3013
 
3907
3014
  .utrecht-link-button--html-button {
3908
3015
  background-color: transparent;
3909
- /* reset <button> styling */
3910
3016
  border-width: 0;
3911
3017
  }
3912
- /**
3913
- * @license EUPL-1.2
3914
- * Copyright (c) 2021 Gemeente Utrecht
3915
- * Copyright (c) 2021 Robbert Broersma
3916
- */
3917
- /**
3918
- * @license EUPL-1.2
3919
- * Copyright (c) 2021 Gemeente Utrecht
3920
- * Copyright (c) 2021 Robbert Broersma
3921
- */
3922
- /* reset before other stylesheets */
3923
3018
  .utrecht-link-list--html-ul {
3924
3019
  margin-block-end: 0;
3925
3020
  margin-block-start: 0;
@@ -3932,9 +3027,6 @@ however browsers don't seem to have implemented great looking supixel tweening y
3932
3027
  }
3933
3028
 
3934
3029
  .utrecht-link-list {
3935
- /* TODO: I wish we could make `--utrecht-link-text-decoration` fall back to `var(--utrecht-link-text-decoration)`
3936
- * when `var(--utrecht-link-list-text-decoration)` is not set.
3937
- */
3938
3030
  --utrecht-icon-inset-block-start: var(--utrecht-link-list-icon-inset-block-start);
3939
3031
  --utrecht-icon-size: var(--utrecht-link-list-icon-size);
3940
3032
  --utrecht-link-icon-size: var(--utrecht-link-list-icon-size);
@@ -3948,27 +3040,14 @@ however browsers don't seem to have implemented great looking supixel tweening y
3948
3040
 
3949
3041
  .utrecht-link-list__item {
3950
3042
  display: block;
3951
- }
3952
-
3953
- .utrecht-link-list__link {
3954
- align-items: baseline;
3955
- column-gap: var(--utrecht-link-list-link-column-gap);
3956
- display: inline-flex;
3957
- font-weight: var(--utrecht-link-list-link-font-weight);
3958
- }
3959
-
3960
- /**
3961
- * @license EUPL-1.2
3962
- * Copyright (c) 2022 The Knights Who Say NIH! B.V.
3963
- * Copyright (c) 2022 Gemeente Utrecht
3964
- */
3965
- /* stylelint-disable scss/no-global-function-names */
3966
- /**
3967
- * @license EUPL-1.2
3968
- * Copyright (c) 2021 Gemeente Utrecht
3969
- * Copyright (c) 2021 Robbert Broersma
3970
- */
3971
- /* stylelint-disable-next-line block-no-empty */
3043
+ }
3044
+
3045
+ .utrecht-link-list__link {
3046
+ align-items: baseline;
3047
+ column-gap: var(--utrecht-link-list-link-column-gap);
3048
+ display: inline-flex;
3049
+ font-weight: var(--utrecht-link-list-link-font-weight);
3050
+ }
3972
3051
  .utrecht-link-social {
3973
3052
  --utrecht-icon-size: var(--utrecht-link-social-icon-size);
3974
3053
  --utrecht-icon-color: currentColor;
@@ -3994,10 +3073,6 @@ however browsers don't seem to have implemented great looking supixel tweening y
3994
3073
 
3995
3074
  .utrecht-link-social:focus-visible,
3996
3075
  .utrecht-link-social--focus-visible {
3997
- /* - The browser default focus ring should apply when these CSS custom properties are not set.
3998
- * - Make the `box-shadow` value available, so components that have their own `box-shadow`
3999
- * can combine it with the focus ring box shadow.
4000
- */
4001
3076
  --_utrecht-focus-ring-box-shadow: 0 0 0 var(--utrecht-focus-outline-width, 0)
4002
3077
  var(--utrecht-focus-inverse-outline-color, transparent);
4003
3078
  box-shadow: var(--_utrecht-focus-ring-box-shadow);
@@ -4010,107 +3085,12 @@ however browsers don't seem to have implemented great looking supixel tweening y
4010
3085
  .utrecht-link-social--distanced {
4011
3086
  margin-inline-start: var(--utrecht-link-social-margin-inline-start);
4012
3087
  }
4013
-
4014
- /**
4015
- * @license EUPL-1.2
4016
- * Copyright (c) 2021 The Knights Who Say NIH! B.V.
4017
- * Copyright (c) 2021 Gemeente Utrecht
4018
- */
4019
- /* stylelint-disable scss/no-global-function-names */
4020
- /**
4021
- * @license EUPL-1.2
4022
- * Copyright (c) 2021 Gemeente Utrecht
4023
- * Copyright (c) 2021 Robbert Broersma
4024
- */
4025
- /* stylelint-disable-next-line block-no-empty */
4026
- /**
4027
- * @license EUPL-1.2
4028
- * Copyright (c) 2021 The Knights Who Say NIH! B.V.
4029
- * Copyright (c) 2021 Gemeente Utrecht
4030
- */
4031
- /* stylelint-disable scss/no-global-function-names */
4032
- /**
4033
- * @license EUPL-1.2
4034
- * Copyright (c) 2021 Gemeente Utrecht
4035
- * Copyright (c) 2021 Robbert Broersma
4036
- */
4037
- /* stylelint-disable-next-line block-no-empty */
4038
- /*
4039
-
4040
- # CSS implementation
4041
-
4042
- ## `text-decoration-skip`
4043
-
4044
- `text-decoration-skip` can be helpful to avoid making some texts unreadable.
4045
- For example by obscuring Arabic diacritics.
4046
-
4047
- However, the combination of a greater thickness and skipping this thick underline
4048
- leads to a very unappealing rendering of the underline. To avoid this,
4049
- `text-decoration-skip` is disabled for interactive states.
4050
-
4051
- For design token configurations that have identical thickness for normal and interactive
4052
- states, this will lead to the (undesirable) effect that the focus/hover effect is switching
4053
- from an interrupted to an uninterrupted underline (for some texts).
4054
-
4055
- Apart from making `skip-ink` configurable for normal/focus/hover, there is no good solution yet.
4056
-
4057
- ---
4058
-
4059
- Disabling `text-decoration-skip` for interactive states obscures some texts, and we assume for now
4060
- that moving the pointer away from a link or having focus elsewhere first is simple enough to
4061
- not make this too inconvenient.
4062
-
4063
- ---
4064
-
4065
- Some folks implement the underline of links using `border-bottom` or even using a finely crafted
4066
- `linear-gradient()` with a solid color at the bottom and transparent behind the text. These approaches
4067
- would unfortunately not be able to provide the improved readability of `text-decoration-skip`.
4068
-
4069
- ## `text-decoration-thickness`
4070
-
4071
- Varying `text-decoration-thickness` can be used to distinguish interactive states.
4072
-
4073
- ---
4074
-
4075
- `text-decoration-thickness` appears to have rendering differences between Chrome and Safari.
4076
- In Safari the line becomes thicker with extra pixels added to the bottom, while in Chrome
4077
- the underline offset also seems to increase along with the thickness, which effectively means
4078
- the underline is closer to the next line than in Safari.
4079
-
4080
- ---
4081
-
4082
- It might be nice to use font-relative units for `text-decoration-thickness`, and that is why we
4083
- use the `max()` function to ensure the underline remains visible for every font size.
4084
-
4085
- ## `transition`
4086
-
4087
- `text-decoration-thickness` could be a candidate for animating between interactive states,
4088
- however browsers don't seem to have implemented great looking supixel tweening yet.
4089
-
4090
- `text-decoration-skip` also makes the transition more challenging to implement.
4091
-
4092
- */
4093
- /**
4094
- * Simulate forced-colors mode.
4095
- */
4096
- /* stylelint-disable-next-line block-no-empty */
4097
- /* stylelint-disable-next-line block-no-empty */
4098
- /* stylelint-disable-next-line block-no-empty */
4099
- /* stylelint-disable-next-line block-no-empty */
4100
- /**
4101
- * Link for elements such as `<img>` or `<article>`, that are not inline elements or plain text.
4102
- *
4103
- * Changing `display: inline` to `inline-block` ensures the focus outline is rendered around the entire box.
4104
- */
4105
3088
  .utrecht-link {
4106
3089
  --utrecht-icon-size: var(--utrecht-link-icon-size, 1em);
4107
3090
  color: var(--_utrecht-link-state-color, var(--utrecht-link-color, var(--_utrecht-link-forced-colors-color)));
4108
3091
  }
4109
3092
 
4110
3093
  .utrecht-link:any-link {
4111
- /* Only underline `<a href="...">...</a>`, which matches `a:any-link`.
4112
- * Do not underline `<a name="">Anchor</a>`.
4113
- */
4114
3094
  --_utrecht-link-forced-colors-color: linktext;
4115
3095
  text-decoration-color: var(--_utrecht-link-state-text-decoration-color, var(--utrecht-link-text-decoration-color, currentColor));
4116
3096
  text-decoration-line: var(--_utrecht-link-state-text-decoration, var(--utrecht-link-text-decoration, underline));
@@ -4133,8 +3113,6 @@ however browsers don't seem to have implemented great looking supixel tweening y
4133
3113
  --_utrecht-link-forced-colors-color: visitedtext;
4134
3114
  --_utrecht-link-state-color: var(--utrecht-link-visited-color);
4135
3115
  }
4136
-
4137
- /* `:hover` should only apply to links with `href`, not on disabled links */
4138
3116
  .utrecht-link--html-a:any-link:hover,
4139
3117
  .utrecht-link--hover {
4140
3118
  --_utrecht-link-forced-colors-color: linktext;
@@ -4155,14 +3133,6 @@ however browsers don't seem to have implemented great looking supixel tweening y
4155
3133
  }
4156
3134
 
4157
3135
  .utrecht-link--focus-visible {
4158
- /*
4159
- * WCAG SC 2.4.12: Focus Not Obscured
4160
- * Use `z-index` to ensure the focus ring is stacked above adjecent elements with a `background`
4161
- */
4162
- /* - The browser default focus ring should apply when these CSS custom properties are not set.
4163
- * - Make the `box-shadow` value available, so components that have their own `box-shadow`
4164
- * can combine it with the focus ring box shadow.
4165
- */
4166
3136
  --_utrecht-focus-ring-box-shadow: 0 0 0 var(--utrecht-focus-outline-width, 0)
4167
3137
  var(--utrecht-focus-inverse-outline-color, transparent);
4168
3138
  box-shadow: var(--_utrecht-focus-ring-box-shadow);
@@ -4172,8 +3142,6 @@ however browsers don't seem to have implemented great looking supixel tweening y
4172
3142
  outline-width: var(--utrecht-focus-outline-width, revert);
4173
3143
  z-index: var(--utrecht-stack-focus-z-index, 1);
4174
3144
  }
4175
-
4176
- /* `:focus` should only apply to links with `href`, not on disabled links */
4177
3145
  .utrecht-link--html-span:focus,
4178
3146
  .utrecht-link--html-a:any-link:focus {
4179
3147
  --_utrecht-link-state-color: var(--utrecht-link-focus-color);
@@ -4182,14 +3150,6 @@ however browsers don't seem to have implemented great looking supixel tweening y
4182
3150
  background-color: var(--utrecht-link-focus-background-color, transparent);
4183
3151
  text-decoration-skip: none;
4184
3152
  text-decoration-skip-ink: none;
4185
- /*
4186
- * WCAG SC 2.4.12: Focus Not Obscured
4187
- * Use `z-index` to ensure the focus ring is stacked above adjecent elements with a `background`
4188
- */
4189
- /* - The browser default focus ring should apply when these CSS custom properties are not set.
4190
- * - Make the `box-shadow` value available, so components that have their own `box-shadow`
4191
- * can combine it with the focus ring box shadow.
4192
- */
4193
3153
  --_utrecht-focus-ring-box-shadow: 0 0 0 var(--utrecht-focus-outline-width, 0)
4194
3154
  var(--utrecht-focus-inverse-outline-color, transparent);
4195
3155
  box-shadow: var(--_utrecht-focus-ring-box-shadow);
@@ -4202,7 +3162,6 @@ however browsers don't seem to have implemented great looking supixel tweening y
4202
3162
 
4203
3163
  .utrecht-link--html-span:focus:not(:focus-visible),
4204
3164
  .utrecht-link--html-a:any-link:focus:not(:focus-visible) {
4205
- /* undo focus ring */
4206
3165
  box-shadow: none;
4207
3166
  outline-style: revert;
4208
3167
  }
@@ -4239,15 +3198,7 @@ however browsers don't seem to have implemented great looking supixel tweening y
4239
3198
  font-weight: var(--utrecht-link-placeholder-font-weight);
4240
3199
  text-decoration-line: none;
4241
3200
  }
4242
-
4243
- /**
4244
- * Simulate forced-colors mode.
4245
- */
4246
3201
  .utrecht-link--forced-colors {
4247
- /* Some others choose `transparent` to trigger `currentColor` for `inverse-outline-color`,
4248
- * however this doesn't guarantee significant contrast between `outline-color` and `inverse-outline-color`.
4249
- * That's why we use `Highlight` vs `HighlightText`.
4250
- */
4251
3202
  --utrecht-focus-outline-color: Highlight;
4252
3203
  --utrecht-focus-inverse-outline-color: HighlightText;
4253
3204
  --utrecht-link-color: linktext;
@@ -4257,12 +3208,6 @@ however browsers don't seem to have implemented great looking supixel tweening y
4257
3208
  --utrecht-link-visited-color: visitedtext;
4258
3209
  --utrecht-link-placeholder-color: GrayText;
4259
3210
  }
4260
-
4261
- /**
4262
- * @license EUPL-1.2
4263
- * Copyright (c) 2021 The Knights Who Say NIH! B.V.
4264
- * Copyright (c) 2021 Gemeente Utrecht
4265
- */
4266
3211
  .utrecht-list-social {
4267
3212
  display: flex;
4268
3213
  margin-block-end: var(--utrecht-list-social-margin-block-end);
@@ -4278,22 +3223,6 @@ however browsers don't seem to have implemented great looking supixel tweening y
4278
3223
  .utrecht-list-social__item:last-child {
4279
3224
  margin-inline-end: 0;
4280
3225
  }
4281
-
4282
- /**
4283
- * @license EUPL-1.2
4284
- * Copyright (c) 2023 Frameless B.V.
4285
- */
4286
- /**
4287
- * @license EUPL-1.2
4288
- * Copyright (c) 2023 Frameless B.V.
4289
- */
4290
- /**
4291
- * @license EUPL-1.2
4292
- * Copyright (c) 2021 Gemeente Utrecht
4293
- * Copyright (c) 2021 Robbert Broersma
4294
- */
4295
- /* stylelint-disable-next-line block-no-empty */
4296
- /* order is after default option styling */
4297
3226
  .utrecht-listbox {
4298
3227
  --utrecht-listbox-max-block-size: 300px;
4299
3228
  background-color: var(--utrecht-listbox-background-color);
@@ -4319,7 +3248,6 @@ however browsers don't seem to have implemented great looking supixel tweening y
4319
3248
  }
4320
3249
  @media (forced-colors: active) {
4321
3250
  .utrecht-listbox {
4322
- /* Use inversed disabled colors for selected options */
4323
3251
  --utrecht-listbox-option-selected-background-color: Highlight;
4324
3252
  --utrecht-listbox-option-selected-color: HighlightText;
4325
3253
  --utrecht-listbox-option-disabled-background-color: field;
@@ -4330,14 +3258,9 @@ however browsers don't seem to have implemented great looking supixel tweening y
4330
3258
  }
4331
3259
 
4332
3260
  .utrecht-listbox--focus {
4333
- /* TODO: Implement CSS of focus listbox */
4334
3261
  }
4335
3262
 
4336
3263
  .utrecht-listbox--focus-visible {
4337
- /* - The browser default focus ring should apply when these CSS custom properties are not set.
4338
- * - Make the `box-shadow` value available, so components that have their own `box-shadow`
4339
- * can combine it with the focus ring box shadow.
4340
- */
4341
3264
  --_utrecht-focus-ring-box-shadow: 0 0 0 var(--utrecht-focus-outline-width, 0)
4342
3265
  var(--utrecht-focus-inverse-outline-color, transparent);
4343
3266
  box-shadow: var(--_utrecht-focus-ring-box-shadow);
@@ -4348,11 +3271,9 @@ however browsers don't seem to have implemented great looking supixel tweening y
4348
3271
  }
4349
3272
 
4350
3273
  .utrecht-listbox--invalid {
4351
- /* TODO: Implement CSS of invalid listbox */
4352
3274
  }
4353
3275
 
4354
3276
  .utrecht-listbox--read-only {
4355
- /* TODO: Implement CSS of read-only listbox */
4356
3277
  }
4357
3278
 
4358
3279
  .utrecht-listbox__list {
@@ -4402,7 +3323,6 @@ however browsers don't seem to have implemented great looking supixel tweening y
4402
3323
  }
4403
3324
  @media (forced-colors: active) {
4404
3325
  .utrecht-listbox__option {
4405
- /* Fix rendering glitch in Google Chrome, where the text became black on a black background */
4406
3326
  forced-color-adjust: none;
4407
3327
  }
4408
3328
  }
@@ -4423,10 +3343,6 @@ however browsers don't seem to have implemented great looking supixel tweening y
4423
3343
  }
4424
3344
 
4425
3345
  .utrecht-listbox__option--focus-visible {
4426
- /* - The browser default focus ring should apply when these CSS custom properties are not set.
4427
- * - Make the `box-shadow` value available, so components that have their own `box-shadow`
4428
- * can combine it with the focus ring box shadow.
4429
- */
4430
3346
  --_utrecht-focus-ring-box-shadow: 0 0 0 var(--utrecht-focus-outline-width, 0)
4431
3347
  var(--utrecht-focus-inverse-outline-color, transparent);
4432
3348
  box-shadow: var(--_utrecht-focus-ring-box-shadow);
@@ -4434,7 +3350,6 @@ however browsers don't seem to have implemented great looking supixel tweening y
4434
3350
  outline-offset: var(--utrecht-focus-outline-offset, revert);
4435
3351
  outline-style: var(--utrecht-focus-outline-style, revert);
4436
3352
  outline-width: var(--utrecht-focus-outline-width, revert);
4437
- /* ensure the focus outline is rendered inside the `overflow` container */
4438
3353
  --utrecht-focus-outline-offset: calc(var(--utrecht-focus-outline-width) * -1);
4439
3354
  }
4440
3355
 
@@ -4462,12 +3377,10 @@ however browsers don't seem to have implemented great looking supixel tweening y
4462
3377
  }
4463
3378
 
4464
3379
  .utrecht-listbox--disabled {
4465
- /* TODO: Implement CSS of disabled listbox */
4466
3380
  cursor: var(--utrecht-action-disabled-cursor, not-allowed);
4467
3381
  }
4468
3382
  @media (forced-colors: active) {
4469
3383
  .utrecht-listbox--disabled {
4470
- /* Use inversed disabled colors for selected options */
4471
3384
  --utrecht-listbox-option-selected-background-color: GrayText;
4472
3385
  --utrecht-listbox-option-selected-color: field;
4473
3386
  --utrecht-listbox-option-background-color: field;
@@ -4478,13 +3391,8 @@ however browsers don't seem to have implemented great looking supixel tweening y
4478
3391
  }
4479
3392
 
4480
3393
  .utrecht-listbox--html-div:focus {
4481
- /* TODO: Implement CSS of focus listbox */
4482
3394
  }
4483
3395
  .utrecht-listbox--html-div:focus-visible {
4484
- /* - The browser default focus ring should apply when these CSS custom properties are not set.
4485
- * - Make the `box-shadow` value available, so components that have their own `box-shadow`
4486
- * can combine it with the focus ring box shadow.
4487
- */
4488
3396
  --_utrecht-focus-ring-box-shadow: 0 0 0 var(--utrecht-focus-outline-width, 0)
4489
3397
  var(--utrecht-focus-inverse-outline-color, transparent);
4490
3398
  box-shadow: var(--_utrecht-focus-ring-box-shadow);
@@ -4493,11 +3401,6 @@ however browsers don't seem to have implemented great looking supixel tweening y
4493
3401
  outline-style: var(--utrecht-focus-outline-style, revert);
4494
3402
  outline-width: var(--utrecht-focus-outline-width, revert);
4495
3403
  }
4496
-
4497
- /**
4498
- * @license EUPL-1.2
4499
- * Copyright (c) 2021 Robbert Broersma
4500
- */
4501
3404
  .utrecht-logo-button {
4502
3405
  --utrecht-icon-size: var(--utrecht-logo-button-icon, 50px);
4503
3406
  --utrecht-button-min-block-size: var(--utrecht-logo-button-block-size, 50px);
@@ -4507,13 +3410,6 @@ however browsers don't seem to have implemented great looking supixel tweening y
4507
3410
  display: inline-flex;
4508
3411
  gap: var(--utrecht-space-inline-sm);
4509
3412
  }
4510
-
4511
- /**
4512
- * @license EUPL-1.2
4513
- * Copyright (c) 2021 Gemeente Utrecht
4514
- * Copyright (c) 2021 Robbert Broersma
4515
- */
4516
- /* stylelint-disable-next-line block-no-empty */
4517
3413
  .utrecht-logo-image__decoration-1 {
4518
3414
  fill: var(--utrecht-logo-decoration-1-color, #fff);
4519
3415
  }
@@ -4525,17 +3421,6 @@ however browsers don't seem to have implemented great looking supixel tweening y
4525
3421
  .utrecht-logo-image__decoration-3 {
4526
3422
  fill: var(--utrecht-logo-decoration-3-color, #ffb70b);
4527
3423
  }
4528
-
4529
- /**
4530
- * @license EUPL-1.2
4531
- * Copyright (c) 2021 Gemeente Utrecht
4532
- * Copyright (c) 2021 Robbert Broersma
4533
- */
4534
- /**
4535
- * @license EUPL-1.2
4536
- * Copyright (c) 2021 Gemeente Utrecht
4537
- * Copyright (c) 2021 Robbert Broersma
4538
- */
4539
3424
  .utrecht-logo {
4540
3425
  display: block;
4541
3426
  max-block-size: var(--utrecht-logo-max-block-size, 192px);
@@ -4543,24 +3428,11 @@ however browsers don't seem to have implemented great looking supixel tweening y
4543
3428
  min-block-size: var(--utrecht-logo-min-block-size);
4544
3429
  min-inline-size: var(--utrecht-logo-min-inline-size);
4545
3430
  }
4546
-
4547
- /* The element in side `<div class="utrecht-logo">` can be an `<img>`, `<svg>` or even a custom element. */
4548
3431
  .utrecht-logo > * {
4549
3432
  block-size: 100%;
4550
3433
  display: inline-block;
4551
3434
  inline-size: auto;
4552
3435
  }
4553
-
4554
- /**
4555
- * @license EUPL-1.2
4556
- * Copyright (c) 2022 Gemeente Utrecht
4557
- * Copyright (c) 2022 Robbert Broersma
4558
- */
4559
- /**
4560
- * @license EUPL-1.2
4561
- * Copyright (c) 2022 Gemeente Utrecht
4562
- * Copyright (c) 2022 Robbert Broersma
4563
- */
4564
3436
  .utrecht-map-marker {
4565
3437
  --utrecht-icon-size: var(--utrecht-map-marker-icon-size);
4566
3438
  align-items: center;
@@ -4576,17 +3448,6 @@ however browsers don't seem to have implemented great looking supixel tweening y
4576
3448
  inline-size: var(--utrecht-map-marker-size);
4577
3449
  justify-content: center;
4578
3450
  }
4579
-
4580
- /**
4581
- * @license EUPL-1.2
4582
- * Copyright (c) 2021 Gemeente Utrecht
4583
- */
4584
- /**
4585
- * @license EUPL-1.2
4586
- * Copyright (c) 2021 Gemeente Utrecht
4587
- * Copyright (c) 2021 Robbert Broersma
4588
- */
4589
- /* stylelint-disable-next-line block-no-empty */
4590
3451
  .utrecht-mapcontrolbutton {
4591
3452
  --utrecht-icon-size: var(--utrecht-mapcontrolbutton-min-block-size);
4592
3453
  --utrecht-icon-color: var(--utrecht-mapcontrolbutton-color);
@@ -4617,10 +3478,6 @@ however browsers don't seem to have implemented great looking supixel tweening y
4617
3478
  }
4618
3479
 
4619
3480
  .utrecht-mapcontrolbutton--focus-visible, .utrecht-mapcontrolbutton:focus:not(:disabled, [aria-disabled=true], .utrecht-mapcontrolbutton--disabled) {
4620
- /* - The browser default focus ring should apply when these CSS custom properties are not set.
4621
- * - Make the `box-shadow` value available, so components that have their own `box-shadow`
4622
- * can combine it with the focus ring box shadow.
4623
- */
4624
3481
  --_utrecht-focus-ring-box-shadow: 0 0 0 var(--utrecht-focus-outline-width, 0)
4625
3482
  var(--utrecht-focus-inverse-outline-color, transparent);
4626
3483
  box-shadow: var(--_utrecht-focus-ring-box-shadow);
@@ -4633,11 +3490,7 @@ however browsers don't seem to have implemented great looking supixel tweening y
4633
3490
  .utrecht-mapcontrolbutton--focus, .utrecht-mapcontrolbutton:focus:not(:disabled, [aria-disabled=true], .utrecht-mapcontrolbutton--disabled) {
4634
3491
  --utrecht-icon-color: var(--utrecht-mapcontrolbutton-focus-color, var(--utrecht-mapcontrolbutton-color));
4635
3492
  }
4636
-
4637
- /* override the `:focus` selector above */
4638
- /* stylelint-disable-next-line no-descending-specificity */
4639
3493
  .utrecht-mapcontrolbutton:focus:not(:focus-visible) {
4640
- /* undo focus ring */
4641
3494
  box-shadow: none;
4642
3495
  outline-style: revert;
4643
3496
  }
@@ -4653,17 +3506,6 @@ however browsers don't seem to have implemented great looking supixel tweening y
4653
3506
  padding-inline-end: var(--utrecht-mapcontrolbutton-label-margin-inline-end);
4654
3507
  padding-inline-start: var(--utrecht-mapcontrolbutton-label-margin-inline-start);
4655
3508
  }
4656
-
4657
- /**
4658
- * @license EUPL-1.2
4659
- * Copyright (c) 2021 The Knights Who Say NIH! B.V.
4660
- * Copyright (c) 2021 Gemeente Utrecht
4661
- */
4662
- /**
4663
- * @license EUPL-1.2
4664
- * Copyright (c) 2021 Gemeente Utrecht
4665
- * Copyright (c) 2021 Robbert Broersma
4666
- */
4667
3509
  .utrecht-mark {
4668
3510
  background-color: var(--utrecht-mark-background-color, revert);
4669
3511
  color: var(--utrecht-mark-color, revert);
@@ -4681,30 +3523,15 @@ however browsers don't seem to have implemented great looking supixel tweening y
4681
3523
  color: HighlightText;
4682
3524
  }
4683
3525
  }
4684
-
4685
- /* class name available only for Storybook */
4686
3526
  .utrecht-mark--print {
4687
3527
  outline-color: currentColor;
4688
3528
  outline-style: dotted;
4689
3529
  outline-width: 0.1em;
4690
3530
  }
4691
-
4692
- /* class name available only for Storybook */
4693
3531
  .utrecht-mark--windows-high-contrast {
4694
3532
  background-color: Highlight;
4695
3533
  color: HighlightText;
4696
3534
  }
4697
-
4698
- /**
4699
- * @license EUPL-1.2
4700
- * Copyright (c) 2021 Gemeente Utrecht
4701
- */
4702
- /**
4703
- * @license EUPL-1.2
4704
- * Copyright (c) 2021 Gemeente Utrecht
4705
- * Copyright (c) 2021 Robbert Broersma
4706
- */
4707
- /* stylelint-disable-next-line block-no-empty */
4708
3535
  .utrecht-menulijst {
4709
3536
  border-block-end: var(--utrecht-border-width-md) solid var(--utrecht-color-grey-90);
4710
3537
  border-block-start: var(--utrecht-border-width-md) solid var(--utrecht-color-grey-90);
@@ -4736,10 +3563,6 @@ however browsers don't seem to have implemented great looking supixel tweening y
4736
3563
  }
4737
3564
 
4738
3565
  .utrecht-menulijst__link--focus-visible, .utrecht-menulijst__link:focus {
4739
- /* - The browser default focus ring should apply when these CSS custom properties are not set.
4740
- * - Make the `box-shadow` value available, so components that have their own `box-shadow`
4741
- * can combine it with the focus ring box shadow.
4742
- */
4743
3566
  --_utrecht-focus-ring-box-shadow: 0 0 0 var(--utrecht-focus-outline-width, 0)
4744
3567
  var(--utrecht-focus-inverse-outline-color, transparent);
4745
3568
  box-shadow: var(--_utrecht-focus-ring-box-shadow);
@@ -4750,24 +3573,11 @@ however browsers don't seem to have implemented great looking supixel tweening y
4750
3573
  }
4751
3574
 
4752
3575
  .utrecht-menulijst__link:focus:not(:focus-visible) {
4753
- /* undo focus ring */
4754
3576
  box-shadow: none;
4755
3577
  outline-style: revert;
4756
3578
  }
4757
-
4758
- /**
4759
- * @license EUPL-1.2
4760
- * Copyright (c) 2021 The Knights Who Say NIH! B.V.
4761
- * Copyright (c) 2021 Gemeente Utrecht
4762
- */
4763
- /**
4764
- * @license EUPL-1.2
4765
- * Copyright (c) 2021 Gemeente Utrecht
4766
- * Copyright (c) 2021 Robbert Broersma
4767
- */
4768
3579
  .utrecht-multiline-data {
4769
3580
  white-space: pre-line;
4770
- /* stylelint-disable-next-line property-no-unknown */
4771
3581
  white-space-collapse: preserve-breaks;
4772
3582
  }
4773
3583
 
@@ -4776,12 +3586,6 @@ however browsers don't seem to have implemented great looking supixel tweening y
4776
3586
  margin-block-end: 0;
4777
3587
  margin-block-start: 0;
4778
3588
  }
4779
-
4780
- /**
4781
- * @license EUPL-1.2
4782
- * Copyright (c) 2021 Gemeente Utrecht
4783
- * Copyright (c) 2021 Robbert Broersma
4784
- */
4785
3589
  .utrecht-nav-bar {
4786
3590
  background-color: var(--utrecht-nav-bar-background-color);
4787
3591
  color: var(--utrecht-nav-bar-color);
@@ -4793,7 +3597,6 @@ however browsers don't seem to have implemented great looking supixel tweening y
4793
3597
  border-block-end-color: currentColor;
4794
3598
  border-block-end-style: solid;
4795
3599
  border-block-end-width: 1px;
4796
- /* add `padding` in `forced-colors` mode to make room for contrasting focus ring */
4797
3600
  border-block-start-color: currentColor;
4798
3601
  border-block-start-style: solid;
4799
3602
  border-block-start-width: 1px;
@@ -4809,19 +3612,8 @@ however browsers don't seem to have implemented great looking supixel tweening y
4809
3612
  flex-wrap: wrap;
4810
3613
  inline-size: 100%;
4811
3614
  justify-content: space-between;
4812
- /* Wrap content to accomodate:
4813
- * - 400% zoom
4814
- * - longer text due to automatic translation
4815
- * - longer text due to editorial content requirements
4816
- */
4817
3615
  max-inline-size: var(--utrecht-nav-bar-content-max-inline-size);
4818
3616
  }
4819
-
4820
- /**
4821
- * @license EUPL-1.2
4822
- * Copyright (c) 2021 Gemeente Utrecht
4823
- * Copyright (c) 2021 Robbert Broersma
4824
- */
4825
3617
  .utrecht-nav-list {
4826
3618
  margin-block-end: 0;
4827
3619
  margin-block-start: 0;
@@ -4845,8 +3637,6 @@ however browsers don't seem to have implemented great looking supixel tweening y
4845
3637
  list-style: none;
4846
3638
  display: inline-flex;
4847
3639
  }
4848
-
4849
- /* Style for the navigation links */
4850
3640
  .utrecht-nav-list__link {
4851
3641
  font-weight: var(--utrecht-nav-list-link-font-weight);
4852
3642
  max-inline-size: var(--utrecht-nav-bar-link-max-inline-size, 30ch);
@@ -4856,18 +3646,6 @@ however browsers don't seem to have implemented great looking supixel tweening y
4856
3646
  padding-inline-start: var(--utrecht-nav-bar-link-padding-inline-start);
4857
3647
  text-decoration: none;
4858
3648
  }
4859
-
4860
- /**
4861
- * @license EUPL-1.2
4862
- * Copyright (c) 2021 The Knights Who Say NIH! B.V.
4863
- * Copyright (c) 2021 Gemeente Utrecht
4864
- */
4865
- /**
4866
- * @license EUPL-1.2
4867
- * Copyright (c) 2021 Gemeente Utrecht
4868
- * Copyright (c) 2021 Robbert Broersma
4869
- */
4870
- /* stylelint-disable-next-line block-no-empty */
4871
3649
  .utrecht-sidenav {
4872
3650
  --utrecht-sidenav-connection-color: var(--utrecht-sidenav-item-marker-color);
4873
3651
  --utrecht-sidenav-connection-inline-size: 2px;
@@ -4912,10 +3690,7 @@ however browsers don't seem to have implemented great looking supixel tweening y
4912
3690
  .utrecht-sidenav__item--last {
4913
3691
  border-block-end: none;
4914
3692
  }
4915
-
4916
- /* draw the li item box bottom line */
4917
3693
  .utrecht-sidenav__item-separator:not(.utrecht-sidenav__item--last .utrecht-sidenav__item-separator) {
4918
- /* .utrecht-sidenav__item--parent span */
4919
3694
  border-block-end: 1px solid var(--utrecht-color-grey-80);
4920
3695
  display: block;
4921
3696
  margin-inline-start: var(--utrecht-space-inline-lg);
@@ -4938,10 +3713,6 @@ however browsers don't seem to have implemented great looking supixel tweening y
4938
3713
  }
4939
3714
 
4940
3715
  .utrecht-sidenav__link--focus-visible, .utrecht-sidenav__link:focus {
4941
- /* - The browser default focus ring should apply when these CSS custom properties are not set.
4942
- * - Make the `box-shadow` value available, so components that have their own `box-shadow`
4943
- * can combine it with the focus ring box shadow.
4944
- */
4945
3716
  --_utrecht-focus-ring-box-shadow: 0 0 0 var(--utrecht-focus-outline-width, 0)
4946
3717
  var(--utrecht-focus-inverse-outline-color, transparent);
4947
3718
  box-shadow: var(--_utrecht-focus-ring-box-shadow);
@@ -4950,13 +3721,9 @@ however browsers don't seem to have implemented great looking supixel tweening y
4950
3721
  outline-style: var(--utrecht-focus-outline-style, revert);
4951
3722
  outline-width: var(--utrecht-focus-outline-width, revert);
4952
3723
  }
4953
-
4954
- /* Remove bottom padding form first item in list with children */
4955
3724
  .utrecht-sidenav__link--parent {
4956
3725
  padding-block-end: 0;
4957
3726
  }
4958
-
4959
- /* Draw metro connection lines on sidenav link items */
4960
3727
  .utrecht-sidenav__connection, .utrecht-sidenav--pseudo-elements .utrecht-sidenav__link:not(.utrecht-sidenav__link--sibling,
4961
3728
  .utrecht-sidenav__link--parent,
4962
3729
  .utrecht-sidenav__link--child)::after {
@@ -4978,24 +3745,19 @@ however browsers don't seem to have implemented great looking supixel tweening y
4978
3745
  .utrecht-sidenav__connection--sibling {
4979
3746
  display: none;
4980
3747
  }
4981
-
4982
- /* Dot for link with siblings */
4983
- /* Little fix to move the dot to the right */
4984
3748
  .utrecht-sidenav__marker, .utrecht-sidenav--pseudo-elements .utrecht-sidenav__link::before {
4985
3749
  background-color: var(--utrecht-sidenav-item-marker-color);
4986
3750
  block-size: var(--utrecht-sidenav-marker-height);
4987
3751
  border-radius: 100%;
4988
3752
  content: "";
4989
3753
  inline-size: 8px;
4990
- inset-block-start: 20px; /* Hard value? */
3754
+ inset-block-start: 20px;
4991
3755
  inset-inline-start: var(--utrecht-sidenav-marker-offset);
4992
3756
  overflow: hidden;
4993
3757
  position: absolute;
4994
3758
  transform: translateY(-50%) translateX(calc(-1 * var(--utrecht-sidenav-marker-offset)));
4995
3759
  z-index: 10;
4996
3760
  }
4997
-
4998
- /* Add dot bullets on child links */
4999
3761
  .utrecht-sidenav__marker--child, .utrecht-sidenav--pseudo-elements .utrecht-sidenav__link--child::before {
5000
3762
  background-color: transparent;
5001
3763
  block-size: 4px;
@@ -5005,8 +3767,6 @@ however browsers don't seem to have implemented great looking supixel tweening y
5005
3767
  inset-inline-start: 1.2rem;
5006
3768
  transform: translateY(-50%) translateX(-19.5px);
5007
3769
  }
5008
-
5009
- /* selector must override .utrecht-sidenav__marker--child */
5010
3770
  .utrecht-sidenav__marker--current, .utrecht-sidenav--pseudo-elements .utrecht-sidenav__link--current::before,
5011
3771
  .utrecht-sidenav--pseudo-elements .utrecht-sidenav__link--current-child::before {
5012
3772
  background-color: var(--utrecht-sidenav-marker-current-color);
@@ -5028,43 +3788,24 @@ however browsers don't seem to have implemented great looking supixel tweening y
5028
3788
  .utrecht-sidenav__link--current-child {
5029
3789
  font-weight: var(--utrecht-typography-weight-scale-bold-font-weight);
5030
3790
  }
5031
-
5032
- /* Hover layout for mousover on sidenav__link */
5033
3791
  .utrecht-sidenav__marker--hover, .utrecht-sidenav--pseudo-elements .utrecht-sidenav__link:hover::before, .utrecht-sidenav__link:hover .utrecht-sidenav__marker, .utrecht-sidenav__link:hover .utrecht-sidenav--pseudo-elements .utrecht-sidenav__link::before, .utrecht-sidenav--pseudo-elements .utrecht-sidenav__link:hover .utrecht-sidenav__link::before {
5034
3792
  background-color: var(--utrecht-sidenav-link-hover-color);
5035
3793
  }
5036
-
5037
- /* Hover layout for mousover on child__link */
5038
3794
  .utrecht-sidenav__marker--child.utrecht-sidenav__marker--hover, .utrecht-sidenav--pseudo-elements .utrecht-sidenav__marker--child.utrecht-sidenav__link:hover::before, .utrecht-sidenav--pseudo-elements .utrecht-sidenav__marker--hover.utrecht-sidenav__link--child::before, .utrecht-sidenav--pseudo-elements .utrecht-sidenav__link--child.utrecht-sidenav__link:hover::before, .utrecht-sidenav__link:hover .utrecht-sidenav__marker--child.utrecht-sidenav__marker, .utrecht-sidenav__link:hover .utrecht-sidenav--pseudo-elements .utrecht-sidenav__marker.utrecht-sidenav__link--child::before, .utrecht-sidenav--pseudo-elements .utrecht-sidenav__link:hover .utrecht-sidenav__marker.utrecht-sidenav__link--child::before, .utrecht-sidenav__link:hover .utrecht-sidenav--pseudo-elements .utrecht-sidenav__marker--child.utrecht-sidenav__link::before, .utrecht-sidenav__link:hover .utrecht-sidenav--pseudo-elements .utrecht-sidenav__link.utrecht-sidenav__link--child::before, .utrecht-sidenav--pseudo-elements .utrecht-sidenav__link:hover .utrecht-sidenav__marker--child.utrecht-sidenav__link::before, .utrecht-sidenav--pseudo-elements .utrecht-sidenav__link:hover .utrecht-sidenav__link.utrecht-sidenav__link--child::before {
5039
3795
  background-color: var(--utrecht-sidenav-link-hover-color);
5040
3796
  border: 2px solid var(--utrecht-sidenav-link-hover-color);
5041
3797
  }
5042
3798
 
5043
3799
  .utrecht-sidenav--pseudo-elements {
5044
- /* stylelint-disable selector-pseudo-class-parentheses-space-inside */
5045
- /* stylelint-enable selector-pseudo-class-parentheses-space-inside */
5046
3800
  }
5047
3801
  .utrecht-sidenav--pseudo-elements .utrecht-sidenav__link--child::after {
5048
3802
  display: none;
5049
3803
  }
5050
3804
 
5051
3805
  .utrecht-sidenav__link:focus:not(:focus-visible) {
5052
- /* undo focus ring */
5053
3806
  box-shadow: none;
5054
3807
  outline-style: revert;
5055
3808
  }
5056
-
5057
- /**
5058
- * @license EUPL-1.2
5059
- * Copyright (c) 2020-2022 Gemeente Utrecht
5060
- * Copyright (c) 2020-2022 Frameless B.V.
5061
- */
5062
- /**
5063
- * @license EUPL-1.2
5064
- * Copyright (c) 2021 Gemeente Utrecht
5065
- * Copyright (c) 2021 Robbert Broersma
5066
- */
5067
- /* stylelint-disable-next-line block-no-empty */
5068
3809
  .utrecht-navhtml {
5069
3810
  font-family: var(--utrecht-document-font-family);
5070
3811
  }
@@ -5122,10 +3863,6 @@ however browsers don't seem to have implemented great looking supixel tweening y
5122
3863
  }
5123
3864
 
5124
3865
  .utrecht-topnav__link--focus-visible, .utrecht-topnav__link:focus {
5125
- /* - The browser default focus ring should apply when these CSS custom properties are not set.
5126
- * - Make the `box-shadow` value available, so components that have their own `box-shadow`
5127
- * can combine it with the focus ring box shadow.
5128
- */
5129
3866
  --_utrecht-focus-ring-box-shadow: 0 0 0 var(--utrecht-focus-outline-width, 0)
5130
3867
  var(--utrecht-focus-inverse-outline-color, transparent);
5131
3868
  box-shadow: var(--_utrecht-focus-ring-box-shadow);
@@ -5136,21 +3873,9 @@ however browsers don't seem to have implemented great looking supixel tweening y
5136
3873
  }
5137
3874
 
5138
3875
  .utrecht-topnav__link:focus:not(:focus-visible) {
5139
- /* undo focus ring */
5140
3876
  box-shadow: none;
5141
3877
  outline-style: revert;
5142
3878
  }
5143
-
5144
- /**
5145
- * @license EUPL-1.2
5146
- * Copyright (c) 2020-2022 Gemeente Utrecht
5147
- * Copyright (c) 2020-2022 Frameless B.V.
5148
- */
5149
- /**
5150
- * @license EUPL-1.2
5151
- * Copyright (c) 2020-2022 Gemeente Utrecht
5152
- * Copyright (c) 2020-2022 Frameless B.V.
5153
- */
5154
3879
  .utrecht-number-data {
5155
3880
  font-variant-numeric: lining-nums tabular-nums;
5156
3881
  }
@@ -5162,20 +3887,8 @@ however browsers don't seem to have implemented great looking supixel tweening y
5162
3887
  .utrecht-number-data--negative {
5163
3888
  color: var(--utrecht-number-data-negative-color);
5164
3889
  }
5165
-
5166
- /**
5167
- * @license EUPL-1.2
5168
- * Copyright (c) 2021 Robbert Broersma
5169
- * Copyright (c) 2021 Gemeente Utrecht
5170
- */
5171
- /**
5172
- * @license EUPL-1.2
5173
- * Copyright (c) 2021 Robbert Broersma
5174
- * Copyright (c) 2021 Gemeente Utrecht
5175
- */
5176
3890
  .utrecht-ordered-list,
5177
3891
  .utrecht-ordered-list--html-content ol {
5178
- /* Configure `box-sizing` and `text-align` for `--center` */
5179
3892
  box-sizing: border-box;
5180
3893
  font-family: var(--utrecht-document-font-family, inherit);
5181
3894
  font-size: var(--utrecht-ordered-list-font-size, var(--utrecht-unordered-list-font-size, var(--utrecht-document-font-size, inherit)));
@@ -5208,17 +3921,6 @@ however browsers don't seem to have implemented great looking supixel tweening y
5208
3921
  margin-block-start: var(--utrecht-ordered-list-item-margin-block-start, var(--utrecht-unordered-list-item-margin-block-start));
5209
3922
  padding-inline-start: var(--utrecht-ordered-list-item-padding-inline-start, var(--utrecht-unordered-list-item-padding-inline-start, 1ch));
5210
3923
  }
5211
-
5212
- /**
5213
- * @license EUPL-1.2
5214
- * Copyright (c) 2021 Gemeente Utrecht
5215
- * Copyright (c) 2021 Robbert Broersma
5216
- */
5217
- /**
5218
- * @license EUPL-1.2
5219
- * Copyright (c) 2021 Gemeente Utrecht
5220
- * Copyright (c) 2021 Robbert Broersma
5221
- */
5222
3924
  .utrecht-page-content {
5223
3925
  padding-block-end: var(--utrecht-page-content-padding-block-end);
5224
3926
  padding-block-start: var(--utrecht-page-content-padding-block-start);
@@ -5233,17 +3935,6 @@ however browsers don't seem to have implemented great looking supixel tweening y
5233
3935
  .utrecht-page-content__aside {
5234
3936
  grid-area: aside;
5235
3937
  }
5236
-
5237
- /**
5238
- * @license EUPL-1.2
5239
- * Copyright (c) 2021 Gemeente Utrecht
5240
- * Copyright (c) 2021 Robbert Broersma
5241
- */
5242
- /**
5243
- * @license EUPL-1.2
5244
- * Copyright (c) 2021 Gemeente Utrecht
5245
- * Copyright (c) 2021 Robbert Broersma
5246
- */
5247
3938
  .utrecht-page-footer {
5248
3939
  --utrecht-document-color: currentColor;
5249
3940
  --utrecht-heading-color: currentColor;
@@ -5264,22 +3955,10 @@ however browsers don't seem to have implemented great looking supixel tweening y
5264
3955
  }
5265
3956
 
5266
3957
  .utrecht-page-footer__address--reset-address {
5267
- /* reset <address> */
5268
3958
  font-style: inherit;
5269
3959
  margin-block-end: 0;
5270
3960
  margin-block-start: 0;
5271
- }
5272
-
5273
- /**
5274
- * @license EUPL-1.2
5275
- * Copyright (c) 2021 Gemeente Utrecht
5276
- * Copyright (c) 2021 Robbert Broersma
5277
- */
5278
- /**
5279
- * @license EUPL-1.2
5280
- * Copyright (c) 2021 Gemeente Utrecht
5281
- * Copyright (c) 2021 Robbert Broersma
5282
- */
3961
+ }
5283
3962
  .utrecht-page-header {
5284
3963
  background-color: var(--utrecht-page-header-background-color);
5285
3964
  color: var(--utrecht-page-header-color);
@@ -5293,17 +3972,6 @@ however browsers don't seem to have implemented great looking supixel tweening y
5293
3972
  .utrecht-page-header__content {
5294
3973
  max-inline-size: var(--utrecht-page-max-inline-size);
5295
3974
  }
5296
-
5297
- /**
5298
- * @license EUPL-1.2
5299
- * Copyright (c) 2021 Gemeente Utrecht
5300
- * Copyright (c) 2021 Robbert Broersma
5301
- */
5302
- /**
5303
- * @license EUPL-1.2
5304
- * Copyright (c) 2021 Gemeente Utrecht
5305
- * Copyright (c) 2021 Robbert Broersma
5306
- */
5307
3975
  .utrecht-page {
5308
3976
  margin-inline-end: auto;
5309
3977
  margin-inline-start: auto;
@@ -5318,21 +3986,6 @@ however browsers don't seem to have implemented great looking supixel tweening y
5318
3986
  max-inline-size: var(--utrecht-page-max-inline-size);
5319
3987
  }
5320
3988
 
5321
- /**
5322
- * @license EUPL-1.2
5323
- * Copyright (c) 2021 Robbert Broersma
5324
- */
5325
- /**
5326
- * @license EUPL-1.2
5327
- * Copyright (c) 2021 Gemeente Utrecht
5328
- * Copyright (c) 2021 Robbert Broersma
5329
- */
5330
- /* stylelint-disable-next-line block-no-empty */
5331
- /**
5332
- * @license EUPL-1.2
5333
- * Copyright (c) 2021 Robbert Broersma
5334
- */
5335
-
5336
3989
  .utrecht-pagination {
5337
3990
  font-family: var(--utrecht-pagination-font-family, var(--utrecht-document-font-family));
5338
3991
  font-size: var(--utrecht-pagination-font-size, var(--utrecht-document-font-family));
@@ -5416,10 +4069,6 @@ however browsers don't seem to have implemented great looking supixel tweening y
5416
4069
 
5417
4070
  .utrecht-pagination__page-link:focus,
5418
4071
  .utrecht-pagination__relative-link:focus {
5419
- /* - The browser default focus ring should apply when these CSS custom properties are not set.
5420
- * - Make the `box-shadow` value available, so components that have their own `box-shadow`
5421
- * can combine it with the focus ring box shadow.
5422
- */
5423
4072
  --_utrecht-focus-ring-box-shadow: 0 0 0 var(--utrecht-focus-outline-width, 0)
5424
4073
  var(--utrecht-focus-inverse-outline-color, transparent);
5425
4074
  box-shadow: var(--_utrecht-focus-ring-box-shadow);
@@ -5431,19 +4080,9 @@ however browsers don't seem to have implemented great looking supixel tweening y
5431
4080
 
5432
4081
  .utrecht-pagination__page-link:focus:not(:focus-visible),
5433
4082
  .utrecht-pagination__relative-link:focus:not(:focus-visible) {
5434
- /* undo focus ring */
5435
4083
  box-shadow: none;
5436
4084
  outline-style: revert;
5437
4085
  }
5438
-
5439
- /**
5440
- * @license EUPL-1.2
5441
- * Copyright (c) 2021 The Knights Who Say NIH! B.V.
5442
- */
5443
- /**
5444
- * @license EUPL-1.2
5445
- * Copyright (c) 2021 The Knights Who Say NIH! B.V.
5446
- */
5447
4086
  .utrecht-paragraph {
5448
4087
  color: var(--utrecht-paragraph-color, var(--utrecht-document-color, inherit));
5449
4088
  font-family: var(--utrecht-paragraph-font-family, var(--utrecht-document-font-family, inherit));
@@ -5479,17 +4118,6 @@ however browsers don't seem to have implemented great looking supixel tweening y
5479
4118
  .utrecht-paragraph--distanced {
5480
4119
  --utrecht-space-around: 1;
5481
4120
  }
5482
-
5483
- /**
5484
- * @license EUPL-1.2
5485
- * Copyright (c) 2021 Gemeente Utrecht
5486
- * Copyright (c) 2021 Robbert Broersma
5487
- */
5488
- /**
5489
- * @license EUPL-1.2
5490
- * Copyright (c) 2021 Gemeente Utrecht
5491
- * Copyright (c) 2021 Robbert Broersma
5492
- */
5493
4121
  .utrecht-pre-heading {
5494
4122
  color: var(--utrecht-pre-heading-color, var(--utrecht-heading-color, var(--utrecht-document-color, inherit)));
5495
4123
  font-family: var(--utrecht-pre-heading-font-family, var(--utrecht-heading-font-family, var(--utrecht-document-font-family)));
@@ -5504,47 +4132,11 @@ however browsers don't seem to have implemented great looking supixel tweening y
5504
4132
  .utrecht-pre-heading--distanced {
5505
4133
  --utrecht-space-around: 1;
5506
4134
  }
5507
-
5508
- /**
5509
- * @license EUPL-1.2
5510
- * Copyright (c) 2020-2022 Gemeente Utrecht
5511
- * Copyright (c) 2020-2022 Frameless B.V.
5512
- */
5513
- /**
5514
- * @license EUPL-1.2
5515
- * Copyright (c) 2020-2022 Gemeente Utrecht
5516
- * Copyright (c) 2020-2022 Frameless B.V.
5517
- */
5518
4135
  .utrecht-preserve-data {
5519
4136
  unicode-bidi: isolate;
5520
- /* stylelint-disable-next-line property-no-unknown */
5521
4137
  white-space-collapse: preserve-spaces;
5522
4138
  }
5523
-
5524
- /**
5525
- * @license EUPL-1.2
5526
- * Copyright (c) 2021 Robbert Broersma
5527
- */
5528
- /**
5529
- * @license EUPL-1.2
5530
- * Copyright (c) 2021 Robbert Broersma
5531
- */
5532
- /**
5533
- * @license EUPL-1.2
5534
- * Copyright (c) 2021 Gemeente Utrecht
5535
- * Copyright (c) 2021 Robbert Broersma
5536
- */
5537
- /* stylelint-disable-next-line block-no-empty */
5538
- /* stylelint-disable-next-line block-no-empty */
5539
4139
  .utrecht-radio-button {
5540
- /*
5541
- * Use 24x24px as hardcoded minimum target size, to meet WCAG 2.5.8 standards.
5542
- * https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum.html
5543
- */
5544
- /*
5545
- * For the `radial-gradient()` use a 5% gradient size to improve anti-aliasing.
5546
- * With a 0% gradient, the circle will have jagged edges.
5547
- */
5548
4140
  -webkit-appearance: none;
5549
4141
  -moz-appearance: none;
5550
4142
  appearance: none;
@@ -5650,10 +4242,6 @@ however browsers don't seem to have implemented great looking supixel tweening y
5650
4242
  }
5651
4243
 
5652
4244
  .utrecht-radio-button--focus-visible {
5653
- /* - The browser default focus ring should apply when these CSS custom properties are not set.
5654
- * - Make the `box-shadow` value available, so components that have their own `box-shadow`
5655
- * can combine it with the focus ring box shadow.
5656
- */
5657
4245
  --_utrecht-focus-ring-box-shadow: 0 0 0 var(--utrecht-focus-outline-width, 0)
5658
4246
  var(--utrecht-focus-inverse-outline-color, transparent);
5659
4247
  box-shadow: var(--_utrecht-focus-ring-box-shadow);
@@ -5683,28 +4271,18 @@ however browsers don't seem to have implemented great looking supixel tweening y
5683
4271
  }
5684
4272
 
5685
4273
  .utrecht-radio-button--disabled {
5686
- /*
5687
- * The disabled radio button should have:
5688
- * - should have no active effect
5689
- * - should have no focus effect
5690
- * - should have no hover effect
5691
- * - should have a working focus-visible effect, in case someone sets `<input type="radio" disabled tabindex="0">`
5692
- */
5693
4274
  --_utrecht-radio-button-background-color: var(--utrecht-radio-button-disabled-background-color);
5694
4275
  --_utrecht-radio-button-border-color: var(--utrecht-radio-button-disabled-border-color);
5695
4276
  --_utrecht-radio-button-border-width: var(--utrecht-radio-button-disabled-border-width);
5696
4277
  --_utrecht-radio-button-color: var(--utrecht-radio-button-disabled-color);
5697
- /* no focus effect */
5698
4278
  --_utrecht-radio-button-focus-background-color: var(--_utrecht-radio-button-background-color);
5699
4279
  --_utrecht-radio-button-focus-border-color: var(--_utrecht-radio-button-border-color);
5700
4280
  --_utrecht-radio-button-focus-border-width: var(--_utrecht-radio-button-border-width);
5701
4281
  --_utrecht-radio-button-focus-color: var(--_utrecht-radio-button-color);
5702
- /* no active effect */
5703
4282
  --_utrecht-radio-button-active-background-color: var(--_utrecht-radio-button-background-color);
5704
4283
  --_utrecht-radio-button-active-border-color: var(--_utrecht-radio-button-border-color);
5705
4284
  --_utrecht-radio-button-active-border-width: var(--_utrecht-radio-button-border-width);
5706
4285
  --_utrecht-radio-button-active-color: var(--_utrecht-radio-button-color);
5707
- /* no hover effect */
5708
4286
  --_utrecht-radio-button-hover-background-color: var(--_utrecht-radio-button-background-color);
5709
4287
  --_utrecht-radio-button-hover-border-color: var(--_utrecht-radio-button-border-color);
5710
4288
  --_utrecht-radio-button-hover-border-width: var(--_utrecht-radio-button-border-width);
@@ -5719,8 +4297,6 @@ however browsers don't seem to have implemented great looking supixel tweening y
5719
4297
  }
5720
4298
 
5721
4299
  .utrecht-radio-button--html-input {
5722
- /* override the `:focus` selector above */
5723
- /* stylelint-disable-next-line no-descending-specificity */
5724
4300
  }
5725
4301
  .utrecht-radio-button--html-input:checked {
5726
4302
  --_utrecht-radio-button-icon-size: var(--utrecht-radio-button-icon-size, 50%);
@@ -5742,28 +4318,18 @@ however browsers don't seem to have implemented great looking supixel tweening y
5742
4318
  --_utrecht-radio-button-state-hover-color: var(--utrecht-radio-button-checked-hover-color);
5743
4319
  }
5744
4320
  .utrecht-radio-button--html-input:disabled {
5745
- /*
5746
- * The disabled radio button should have:
5747
- * - should have no active effect
5748
- * - should have no focus effect
5749
- * - should have no hover effect
5750
- * - should have a working focus-visible effect, in case someone sets `<input type="radio" disabled tabindex="0">`
5751
- */
5752
4321
  --_utrecht-radio-button-background-color: var(--utrecht-radio-button-disabled-background-color);
5753
4322
  --_utrecht-radio-button-border-color: var(--utrecht-radio-button-disabled-border-color);
5754
4323
  --_utrecht-radio-button-border-width: var(--utrecht-radio-button-disabled-border-width);
5755
4324
  --_utrecht-radio-button-color: var(--utrecht-radio-button-disabled-color);
5756
- /* no focus effect */
5757
4325
  --_utrecht-radio-button-focus-background-color: var(--_utrecht-radio-button-background-color);
5758
4326
  --_utrecht-radio-button-focus-border-color: var(--_utrecht-radio-button-border-color);
5759
4327
  --_utrecht-radio-button-focus-border-width: var(--_utrecht-radio-button-border-width);
5760
4328
  --_utrecht-radio-button-focus-color: var(--_utrecht-radio-button-color);
5761
- /* no active effect */
5762
4329
  --_utrecht-radio-button-active-background-color: var(--_utrecht-radio-button-background-color);
5763
4330
  --_utrecht-radio-button-active-border-color: var(--_utrecht-radio-button-border-color);
5764
4331
  --_utrecht-radio-button-active-border-width: var(--_utrecht-radio-button-border-width);
5765
4332
  --_utrecht-radio-button-active-color: var(--_utrecht-radio-button-color);
5766
- /* no hover effect */
5767
4333
  --_utrecht-radio-button-hover-background-color: var(--_utrecht-radio-button-background-color);
5768
4334
  --_utrecht-radio-button-hover-border-color: var(--_utrecht-radio-button-border-color);
5769
4335
  --_utrecht-radio-button-hover-border-width: var(--_utrecht-radio-button-border-width);
@@ -5794,10 +4360,6 @@ however browsers don't seem to have implemented great looking supixel tweening y
5794
4360
  );
5795
4361
  }
5796
4362
  .utrecht-radio-button--html-input:focus-visible {
5797
- /* - The browser default focus ring should apply when these CSS custom properties are not set.
5798
- * - Make the `box-shadow` value available, so components that have their own `box-shadow`
5799
- * can combine it with the focus ring box shadow.
5800
- */
5801
4363
  --_utrecht-focus-ring-box-shadow: 0 0 0 var(--utrecht-focus-outline-width, 0)
5802
4364
  var(--utrecht-focus-inverse-outline-color, transparent);
5803
4365
  box-shadow: var(--_utrecht-focus-ring-box-shadow);
@@ -5842,12 +4404,6 @@ however browsers don't seem to have implemented great looking supixel tweening y
5842
4404
  var(--utrecht-radio-button-active-color)
5843
4405
  );
5844
4406
  }
5845
-
5846
- /**
5847
- * @license EUPL-1.2
5848
- * Copyright (c) 2024-2025 Gemeente Utrecht
5849
- * Copyright (c) 2024-2025 Frameless B.V.
5850
- */
5851
4407
  .utrecht-rich-text {
5852
4408
  --utrecht-space-around: 1;
5853
4409
  }
@@ -7606,21 +6162,6 @@ however browsers don't seem to have implemented great looking supixel tweening y
7606
6162
  .utrecht-rich-text .utrecht-unordered-list:has(+ .utrecht-unordered-list) {
7607
6163
  --utrecht-unordered-list-margin-block-end: var(--utrecht-rich-text-friend-margin-block-end);
7608
6164
  }
7609
-
7610
- /**
7611
- * @license EUPL-1.2
7612
- * Copyright (c) 2021 Gemeente Utrecht
7613
- */
7614
- /**
7615
- * @license EUPL-1.2
7616
- * Copyright (c) 2021 Gemeente Utrecht
7617
- */
7618
- /**
7619
- * @license EUPL-1.2
7620
- * Copyright (c) 2021 Gemeente Utrecht
7621
- * Copyright (c) 2021 Robbert Broersma
7622
- */
7623
- /* stylelint-disable-next-line block-no-empty */
7624
6165
  .utrecht-search-bar {
7625
6166
  --utrecht-button-border-color: var(--utrecht-search-bar-button-border-color);
7626
6167
  --utrecht-button-hover-scale: var(--utrecht-search-bar-hover-transform);
@@ -7684,31 +6225,6 @@ however browsers don't seem to have implemented great looking supixel tweening y
7684
6225
  background-color: var(--utrecht-search-bar-list-item-is-selected-background-color);
7685
6226
  color: var(--utrecht-search-bar-list-item-is-selected-color);
7686
6227
  }
7687
-
7688
- /**
7689
- * @license EUPL-1.2
7690
- * Copyright (c) 2021 Robbert Broersma
7691
- */
7692
- /**
7693
- * @license EUPL-1.2
7694
- * Copyright (c) 2021 Gemeente Utrecht
7695
- * Copyright (c) 2021 Robbert Broersma
7696
- */
7697
- /* stylelint-disable-next-line block-no-empty */
7698
- /**
7699
- * @license EUPL-1.2
7700
- * Copyright (c) 2021 Robbert Broersma
7701
- */
7702
- /**
7703
- * @license EUPL-1.2
7704
- * Copyright (c) 2021 Gemeente Utrecht
7705
- * Copyright (c) 2021 Robbert Broersma
7706
- */
7707
- /* stylelint-disable-next-line block-no-empty */
7708
- /* TODO: Enable ordering properties when the plugin supports logical CSS properties
7709
- * https://github.com/hudochenkov/stylelint-order/pull/162 */
7710
- /* stylelint-disable order/properties-alphabetical-order */
7711
- /* stylelint-disable-next-line block-no-empty */
7712
6228
  .utrecht-select {
7713
6229
  background-color: var(--utrecht-select-background-color, var(--utrecht-form-control-background-color));
7714
6230
  border-block-end-width: var(--utrecht-select-border-block-end-width, var(--utrecht-select-border-width, var(--utrecht-form-control-border-width)));
@@ -7745,10 +6261,6 @@ however browsers don't seem to have implemented great looking supixel tweening y
7745
6261
  }
7746
6262
 
7747
6263
  .utrecht-select--focus-visible {
7748
- /* - The browser default focus ring should apply when these CSS custom properties are not set.
7749
- * - Make the `box-shadow` value available, so components that have their own `box-shadow`
7750
- * can combine it with the focus ring box shadow.
7751
- */
7752
6264
  --_utrecht-focus-ring-box-shadow: 0 0 0 var(--utrecht-focus-outline-width, 0)
7753
6265
  var(--utrecht-focus-inverse-outline-color, transparent);
7754
6266
  box-shadow: var(--_utrecht-focus-ring-box-shadow);
@@ -7775,19 +6287,12 @@ however browsers don't seem to have implemented great looking supixel tweening y
7775
6287
  border-block-end-width: var(--utrecht-select-invalid-border-block-end-width, var(--utrecht-form-control-invalid-border-block-end-width, var(--utrecht-select-border-block-end-width, var(--utrecht-form-control-border-block-end-width, var(--_utrecht-select-border-width)))));
7776
6288
  border-color: var(--utrecht-select-invalid-border-color, var(--utrecht-form-control-invalid-border-color, var(--utrecht-select-border-color, var(--utrecht-form-control-border-color))));
7777
6289
  }
7778
-
7779
- /* stylelint-disable-next-line block-no-empty */
7780
6290
  .utrecht-select--html-select {
7781
- /* <select> does not have a `readonly` attribute */
7782
6291
  }
7783
6292
  .utrecht-select--html-select:focus {
7784
6293
  background-color: var(--utrecht-select-focus-background-color, var(--utrecht-form-control-focus-background-color, var(--utrecht-select-background-color, var(--utrecht-form-control-background-color))));
7785
6294
  border-color: var(--utrecht-select-focus-border-color, var(--utrecht-form-control-focus-border-color, var(--utrecht-select-border-color, var(--utrecht-form-control-border-color))));
7786
6295
  color: var(--utrecht-select-focus-color, var(--utrecht-form-control-focus-color, var(--utrecht-select-color, var(--utrecht-form-control-color))));
7787
- /* - The browser default focus ring should apply when these CSS custom properties are not set.
7788
- * - Make the `box-shadow` value available, so components that have their own `box-shadow`
7789
- * can combine it with the focus ring box shadow.
7790
- */
7791
6296
  --_utrecht-focus-ring-box-shadow: 0 0 0 var(--utrecht-focus-outline-width, 0)
7792
6297
  var(--utrecht-focus-inverse-outline-color, transparent);
7793
6298
  box-shadow: var(--_utrecht-focus-ring-box-shadow);
@@ -7797,7 +6302,6 @@ however browsers don't seem to have implemented great looking supixel tweening y
7797
6302
  outline-width: var(--utrecht-focus-outline-width, revert);
7798
6303
  }
7799
6304
  .utrecht-select--html-select:focus:not(:focus-visible) {
7800
- /* undo focus ring */
7801
6305
  box-shadow: none;
7802
6306
  outline-style: revert;
7803
6307
  }
@@ -7817,19 +6321,6 @@ however browsers don't seem to have implemented great looking supixel tweening y
7817
6321
  background-repeat: no-repeat;
7818
6322
  background-size: 1.4em;
7819
6323
  }
7820
-
7821
- /**
7822
- * @license EUPL-1.2
7823
- * Copyright (c) 2021 Gemeente Utrecht
7824
- * Copyright (c) 2021 Robbert Broersma
7825
- * Copyright (c) 2021 The Knights Who Say NIH! B.V.
7826
- */
7827
- /**
7828
- * @license EUPL-1.2
7829
- * Copyright (c) 2021 Gemeente Utrecht
7830
- * Copyright (c) 2021 Robbert Broersma
7831
- * Copyright (c) 2021 The Knights Who Say NIH! B.V.
7832
- */
7833
6324
  .utrecht-separator {
7834
6325
  border-color: var(--utrecht-separator-color);
7835
6326
  border-style: solid;
@@ -7841,31 +6332,7 @@ however browsers don't seem to have implemented great looking supixel tweening y
7841
6332
  .utrecht-separator--distanced {
7842
6333
  --utrecht-space-around: 1;
7843
6334
  }
7844
-
7845
- /**
7846
- * @license EUPL-1.2
7847
- * Copyright (c) 2020-2022 Gemeente Utrecht
7848
- * Copyright (c) 2020-2022 Frameless B.V.
7849
- */
7850
- /**
7851
- * @license EUPL-1.2
7852
- * Copyright (c) 2020-2022 Gemeente Utrecht
7853
- * Copyright (c) 2020-2022 Frameless B.V.
7854
- */
7855
- /**
7856
- * @license EUPL-1.2
7857
- * Copyright (c) 2021 Gemeente Utrecht
7858
- * Copyright (c) 2021 Robbert Broersma
7859
- */
7860
- /* stylelint-disable-next-line block-no-empty */
7861
6335
  .utrecht-skip-link {
7862
- /* Use `ButtonFace` as default `background-color`
7863
- * to ensure the skip link is not transparent and unreadable
7864
- * when CSS variables are not defined.
7865
- *
7866
- * My only concern with this is that it makes it look like a button,
7867
- * and it implies the `Space` button should work, but it won't work.
7868
- */
7869
6336
  align-items: center;
7870
6337
  background-color: var(--utrecht-skip-link-background-color, ButtonFace);
7871
6338
  box-sizing: border-box;
@@ -7892,10 +6359,6 @@ however browsers don't seem to have implemented great looking supixel tweening y
7892
6359
  }
7893
6360
 
7894
6361
  .utrecht-skip-link--visible-on-focus:focus {
7895
- /**
7896
- * WCAG 2.2 / 2.4.12: "No part of the focus indicator is hidden by author-created content".
7897
- * To go the extra mile, ensure the focus indicator is inside the viewport.
7898
- * */
7899
6362
  --_utrecht-skip-link-inset: calc(var(--utrecht-focus-outline-width, 0px) + var(--utrecht-focus-outline-offset, 0px));
7900
6363
  inset-block-start: var(--_utrecht-skip-link-inset, 0);
7901
6364
  inset-inline-start: var(--_utrecht-skip-link-inset, 0);
@@ -7904,10 +6367,6 @@ however browsers don't seem to have implemented great looking supixel tweening y
7904
6367
  }
7905
6368
 
7906
6369
  .utrecht-skip-link--visible {
7907
- /**
7908
- * WCAG 2.2 / 2.4.12: "No part of the focus indicator is hidden by author-created content".
7909
- * To go the extra mile, ensure the focus indicator is inside the viewport.
7910
- * */
7911
6370
  --_utrecht-skip-link-inset: calc(var(--utrecht-focus-outline-width, 0px) + var(--utrecht-focus-outline-offset, 0px));
7912
6371
  inset-block-start: var(--_utrecht-skip-link-inset, 0);
7913
6372
  inset-inline-start: var(--_utrecht-skip-link-inset, 0);
@@ -7918,10 +6377,6 @@ however browsers don't seem to have implemented great looking supixel tweening y
7918
6377
  .utrecht-skip-link--focus,
7919
6378
  .utrecht-skip-link:focus,
7920
6379
  .utrecht-skip-link:focus-visible {
7921
- /* - The browser default focus ring should apply when these CSS custom properties are not set.
7922
- * - Make the `box-shadow` value available, so components that have their own `box-shadow`
7923
- * can combine it with the focus ring box shadow.
7924
- */
7925
6380
  --_utrecht-focus-ring-box-shadow: 0 0 0 var(--utrecht-focus-outline-width, 0)
7926
6381
  var(--utrecht-focus-inverse-outline-color, transparent);
7927
6382
  box-shadow: var(--_utrecht-focus-ring-box-shadow);
@@ -7931,17 +6386,6 @@ however browsers don't seem to have implemented great looking supixel tweening y
7931
6386
  outline-width: var(--utrecht-focus-outline-width, revert);
7932
6387
  text-decoration: var(--utrecht-skip-link-focus-text-decoration);
7933
6388
  }
7934
-
7935
- /**
7936
- * @license EUPL-1.2
7937
- * Copyright (c) 2020-2022 Gemeente Utrecht
7938
- * Copyright (c) 2020-2022 Frameless B.V.
7939
- */
7940
- /**
7941
- * @license EUPL-1.2
7942
- * Copyright (c) 2020-2022 Gemeente Utrecht
7943
- * Copyright (c) 2020-2022 Frameless B.V.
7944
- */
7945
6389
  .utrecht-spotlight-section {
7946
6390
  background-color: var(--_utrecht-spotlight-section-background-color, var(--utrecht-spotlight-section-background-color));
7947
6391
  border-color: var(--_utrecht-spotlight-section-border-color, var(--utrecht-spotlight-section-border-color));
@@ -7971,15 +6415,6 @@ however browsers don't seem to have implemented great looking supixel tweening y
7971
6415
  --_utrecht-spotlight-section-border-width: var(--utrecht-spotlight-section-warning-border-width);
7972
6416
  --_utrecht-spotlight-section-color: var(--utrecht-spotlight-section-warning-color);
7973
6417
  }
7974
-
7975
- /**
7976
- * @license EUPL-1.2
7977
- * Copyright (c) 2021 Robbert Broersma
7978
- */
7979
- /**
7980
- * @license EUPL-1.2
7981
- * Copyright (c) 2021 Robbert Broersma
7982
- */
7983
6418
  .utrecht-surface {
7984
6419
  background-color: var(--utrecht-surface-background-color, inherit);
7985
6420
  color: var(--utrecht-surface-color, inherit);
@@ -7991,17 +6426,6 @@ however browsers don't seem to have implemented great looking supixel tweening y
7991
6426
  margin-inline-end: 0;
7992
6427
  margin-inline-start: 0;
7993
6428
  }
7994
-
7995
- /**
7996
- * @license EUPL-1.2
7997
- * Copyright (c) 2021 Robbert Broersma
7998
- */
7999
- /**
8000
- * @license EUPL-1.2
8001
- * Copyright (c) 2021 Robbert Broersma
8002
- */
8003
- /* stylelint-disable-next-line block-no-empty */
8004
- /* stylelint-disable-next-line block-no-empty */
8005
6429
  .utrecht-table-container--overflow-inline {
8006
6430
  background-attachment: local, local, scroll, scroll;
8007
6431
  background-image: linear-gradient(to right, white, white), linear-gradient(to right, white, white), linear-gradient(to right, rgba(0, 0, 0, 0.25), rgba(255, 255, 255, 0)), linear-gradient(to left, rgba(0, 0, 0, 0.25), rgba(255, 255, 255, 0));
@@ -8012,9 +6436,6 @@ however browsers don't seem to have implemented great looking supixel tweening y
8012
6436
  }
8013
6437
 
8014
6438
  .utrecht-table {
8015
- /* `border-collapse: collapse` results in a broken border for sticky header and sticky footer.
8016
- * Therefore we need to use `border-collapse: separate` instead.
8017
- */
8018
6439
  border-collapse: separate;
8019
6440
  border-color: var(--utrecht-table-border-color, 0);
8020
6441
  border-spacing: 0;
@@ -8117,10 +6538,6 @@ however browsers don't seem to have implemented great looking supixel tweening y
8117
6538
  text-overflow: ellipsis;
8118
6539
  white-space: nowrap;
8119
6540
  }
8120
-
8121
- /* `.utrecht-table--html-table` should not affect nested tables.
8122
- * We will use the `>` direct descendant selector so the styling doesn't affect nested tables. */
8123
- /* stylelint-disable no-descending-specificity */
8124
6541
  .utrecht-table--html-table > tr,
8125
6542
  .utrecht-table--html-table > thead > tr,
8126
6543
  .utrecht-table--html-table > tbody > tr,
@@ -8141,7 +6558,6 @@ however browsers don't seem to have implemented great looking supixel tweening y
8141
6558
  .utrecht-table--html-table > tfoot > tr > th,
8142
6559
  .utrecht-table__header-cell {
8143
6560
  --utrecht-icon-size: var(--utrecht-table-cell-icon-size);
8144
- /* In tables `block-size` acts as `min-block-size`, but `min-block-size` is a clearer name for the design token */
8145
6561
  block-size: var(--utrecht-table-cell-line-height, 1em);
8146
6562
  line-height: var(--utrecht-table-cell-line-height, inherit);
8147
6563
  padding-block-end: var(--utrecht-table-cell-padding-block-end, 0);
@@ -8184,7 +6600,6 @@ however browsers don't seem to have implemented great looking supixel tweening y
8184
6600
  .utrecht-table--html-table > tfoot > tr > td,
8185
6601
  .utrecht-table__cell {
8186
6602
  --utrecht-icon-size: var(--utrecht-table-cell-icon-size);
8187
- /* In tables `block-size` acts as `min-block-size`, but `min-block-size` is a clearer name for the design token */
8188
6603
  block-size: var(--utrecht-table-cell-line-height, 1em);
8189
6604
  line-height: var(--utrecht-table-cell-line-height, inherit);
8190
6605
  padding-block-end: var(--utrecht-table-cell-padding-block-end, 0);
@@ -8218,12 +6633,9 @@ however browsers don't seem to have implemented great looking supixel tweening y
8218
6633
  background-color: var(--utrecht-table-cell-selected-background-color, highlight);
8219
6634
  color: var(--utrecht-table-cell-selected-color, highlightText);
8220
6635
  }
8221
-
8222
- /* stylelint-enable no-descending-specificity */
8223
6636
  .utrecht-table__header-cell--numeric-column,
8224
6637
  .utrecht-table__cell--numeric-column {
8225
6638
  --_utrecht-table-cell-text-align: right;
8226
- /* stylelint-disable-next-line declaration-property-value-disallowed-list */
8227
6639
  text-align: var(--_utrecht-table-cell-text-align);
8228
6640
  }
8229
6641
 
@@ -8266,8 +6678,6 @@ however browsers don't seem to have implemented great looking supixel tweening y
8266
6678
  .utrecht-table__header-cell-button {
8267
6679
  justify-content: var(--_utrecht-table-cell-text-align, start);
8268
6680
  }
8269
-
8270
- /* stylelint-disable-next-line block-no-empty */
8271
6681
  .utrecht-table__data--truncate {
8272
6682
  display: block;
8273
6683
  max-inline-size: 100%;
@@ -8289,7 +6699,6 @@ however browsers don't seem to have implemented great looking supixel tweening y
8289
6699
  inline-size: 1px;
8290
6700
  outline: 1px solid red;
8291
6701
  overflow: hidden;
8292
- /* stylelint-disable-next-line property-disallowed-list */
8293
6702
  padding: 0;
8294
6703
  position: absolute;
8295
6704
  white-space: nowrap;
@@ -8319,34 +6728,9 @@ however browsers don't seem to have implemented great looking supixel tweening y
8319
6728
  background-color: papayawhip;
8320
6729
  color: maroon;
8321
6730
  }
8322
-
8323
- /**
8324
- * @license EUPL-1.2
8325
- * Copyright (c) 2021 Robbert Broersma
8326
- */
8327
- /**
8328
- * @license EUPL-1.2
8329
- * Copyright (c) 2021 Gemeente Utrecht
8330
- * Copyright (c) 2021 Robbert Broersma
8331
- */
8332
- /* stylelint-disable-next-line block-no-empty */
8333
- /**
8334
- * @license EUPL-1.2
8335
- * Copyright (c) 2021 Robbert Broersma
8336
- */
8337
- /**
8338
- * @license EUPL-1.2
8339
- * Copyright (c) 2021 Gemeente Utrecht
8340
- * Copyright (c) 2021 Robbert Broersma
8341
- */
8342
- /* stylelint-disable-next-line block-no-empty */
8343
- /* TODO: Enable ordering properties when the plugin supports logical CSS properties
8344
- * https://github.com/hudochenkov/stylelint-order/pull/162 */
8345
- /* stylelint-disable order/properties-alphabetical-order */
8346
6731
  .utrecht-textarea {
8347
- /* Fall back to `resize: vertical` for browsers that don't support `resize: block` */
8348
6732
  background-color: var(--utrecht-textarea-background-color, var(--utrecht-form-control-background-color));
8349
- block-size: initial; /* harden */
6733
+ block-size: initial;
8350
6734
  border-width: var(--utrecht-textarea-border-width, var(--utrecht-form-control-border-width));
8351
6735
  border-block-end-width: var(--utrecht-textarea-border-bottom-width, var(--utrecht-textarea-border-width, var(--utrecht-form-control-border-width)));
8352
6736
  border-color: var(--utrecht-textarea-border-color, var(--utrecht-form-control-border-color));
@@ -8356,7 +6740,7 @@ however browsers don't seem to have implemented great looking supixel tweening y
8356
6740
  color: var(--utrecht-textarea-color, var(--utrecht-form-control-color));
8357
6741
  font-family: var(--utrecht-textarea-font-family, var(--utrecht-form-control-font-family));
8358
6742
  font-size: var(--utrecht-textarea-font-size, var(--utrecht-form-control-font-size, inherit));
8359
- font-weight: initial; /* harden */
6743
+ font-weight: initial;
8360
6744
  inline-size: 100%;
8361
6745
  line-height: var(--utrecht-textarea-line-height, initial);
8362
6746
  max-inline-size: var(--utrecht-textarea-max-inline-size, var(--utrecht-form-control-max-inline-size));
@@ -8399,10 +6783,6 @@ however browsers don't seem to have implemented great looking supixel tweening y
8399
6783
  }
8400
6784
 
8401
6785
  .utrecht-textarea--focus-visible {
8402
- /* - The browser default focus ring should apply when these CSS custom properties are not set.
8403
- * - Make the `box-shadow` value available, so components that have their own `box-shadow`
8404
- * can combine it with the focus ring box shadow.
8405
- */
8406
6786
  --_utrecht-focus-ring-box-shadow: 0 0 0 var(--utrecht-focus-outline-width, 0)
8407
6787
  var(--utrecht-focus-inverse-outline-color, transparent);
8408
6788
  box-shadow: var(--_utrecht-focus-ring-box-shadow);
@@ -8425,21 +6805,11 @@ however browsers don't seem to have implemented great looking supixel tweening y
8425
6805
  }
8426
6806
 
8427
6807
  .utrecht-textarea--html-textarea {
8428
- /* The `textarea:read-only` pseudo selector applies to both `<textarea readonly>` and `<textarea disabled>` */
8429
- /*
8430
- * The `textarea:disabled` pseudo selector applies to `<textarea disabled>`, but not to `<textarea aria-disabled="true">`
8431
- *
8432
- * We consider `disabled` more specific than `read-only`, so the `:disabled` selector should come after the `:read-only` selector.
8433
- */
8434
6808
  }
8435
6809
  .utrecht-textarea--html-textarea:focus {
8436
6810
  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))));
8437
6811
  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))));
8438
6812
  color: var(--utrecht-textarea-focus-color, var(--utrecht-form-control-focus-color, var(--utrecht-textarea-color, var(--utrecht-form-control-color))));
8439
- /* - The browser default focus ring should apply when these CSS custom properties are not set.
8440
- * - Make the `box-shadow` value available, so components that have their own `box-shadow`
8441
- * can combine it with the focus ring box shadow.
8442
- */
8443
6813
  --_utrecht-focus-ring-box-shadow: 0 0 0 var(--utrecht-focus-outline-width, 0)
8444
6814
  var(--utrecht-focus-inverse-outline-color, transparent);
8445
6815
  box-shadow: var(--_utrecht-focus-ring-box-shadow);
@@ -8449,7 +6819,6 @@ however browsers don't seem to have implemented great looking supixel tweening y
8449
6819
  outline-width: var(--utrecht-focus-outline-width, revert);
8450
6820
  }
8451
6821
  .utrecht-textarea--html-textarea:focus:not(:focus-visible) {
8452
- /* undo focus ring */
8453
6822
  box-shadow: none;
8454
6823
  outline-style: revert;
8455
6824
  }
@@ -8483,46 +6852,8 @@ however browsers don't seem to have implemented great looking supixel tweening y
8483
6852
  font-style: var(--utrecht-form-control-placeholder-font-style);
8484
6853
  opacity: 100%;
8485
6854
  }
8486
-
8487
- /**
8488
- * @license EUPL-1.2
8489
- * Copyright (c) 2021 Robbert Broersma
8490
- */
8491
- /**
8492
- * @license EUPL-1.2
8493
- * Copyright (c) 2021 Gemeente Utrecht
8494
- * Copyright (c) 2021 Robbert Broersma
8495
- */
8496
- /* stylelint-disable-next-line block-no-empty */
8497
- /**
8498
- * @license EUPL-1.2
8499
- * Copyright (c) 2021 Robbert Broersma
8500
- */
8501
- /**
8502
- * @license EUPL-1.2
8503
- * Copyright (c) 2021 Gemeente Utrecht
8504
- * Copyright (c) 2021 Robbert Broersma
8505
- */
8506
- /* stylelint-disable-next-line block-no-empty */
8507
- /* TODO: Enable ordering properties when the plugin supports logical CSS properties
8508
- * https://github.com/hudochenkov/stylelint-order/pull/162 */
8509
- /* stylelint-disable order/properties-alphabetical-order */
8510
6855
  .utrecht-textbox {
8511
- /* The average character inline-size is an approximation, with a default that works for Dutch text.
8512
- * The average might need to be configured specifically, for other scripts (CJK characters)
8513
- * and very wide or very narrow fonts.
8514
- * For monospace fonts it can be set to `1ch`.
8515
- */
8516
6856
  --_utrecht-textbox-value-char: 0.667em + 0.334ch;
8517
- /* Because this element uses `border-box` box-sizing, we need to manually add up the
8518
- * border width, padding width and the content width.
8519
- *
8520
- * Browsers and browser addons can add buttons inside the content box, for example
8521
- * for autocomplete. To avoid overlap between the UI and the text, we reserve
8522
- * some additional pixels to make space. We use 44px in accordance with the WCAG target size.
8523
- *
8524
- * When you are certain an element has no such UI, you can set the `autocomplete-ui-size` to `0px` (not to `0`).
8525
- */
8526
6857
  --_utrecht-textbox-max-inline-size: calc(
8527
6858
  calc(var(--utrecht-textbox-value-max-length) * var(--_utrecht-textbox-value-char)) +
8528
6859
  var(--utrecht-textbox-padding-inline-end, var(--utrecht-form-control-padding-inline-end, 0)) +
@@ -8531,7 +6862,7 @@ however browsers don't seem to have implemented great looking supixel tweening y
8531
6862
  var(--utrecht-textbox-autocomplete-ui-size, 44px)
8532
6863
  );
8533
6864
  background-color: var(--utrecht-textbox-background-color, var(--utrecht-form-control-background-color));
8534
- block-size: initial; /* harden */
6865
+ block-size: initial;
8535
6866
  border-width: var(--utrecht-textbox-border-width, var(--utrecht-form-control-border-width));
8536
6867
  border-block-end-width: var(--utrecht-textbox-border-bottom-width, var(--utrecht-textbox-border-width, var(--utrecht-form-control-border-width)));
8537
6868
  border-color: var(--utrecht-textbox-border-color, var(--utrecht-form-control-border-color));
@@ -8541,7 +6872,7 @@ however browsers don't seem to have implemented great looking supixel tweening y
8541
6872
  color: var(--utrecht-textbox-color, var(--utrecht-form-control-color));
8542
6873
  font-family: var(--utrecht-textbox-font-family, var(--utrecht-form-control-font-family));
8543
6874
  font-size: var(--utrecht-textbox-font-size, var(--utrecht-form-control-font-size, inherit));
8544
- font-weight: initial; /* harden */
6875
+ font-weight: initial;
8545
6876
  inline-size: 100%;
8546
6877
  line-height: var(--utrecht-textbox-line-height, var(--utrecht-form-control-line-height, initial));
8547
6878
  min-block-size: var(--utrecht-pointer-target-min-size, 44px);
@@ -8582,10 +6913,6 @@ however browsers don't seem to have implemented great looking supixel tweening y
8582
6913
  }
8583
6914
 
8584
6915
  .utrecht-textbox--focus-visible {
8585
- /* - The browser default focus ring should apply when these CSS custom properties are not set.
8586
- * - Make the `box-shadow` value available, so components that have their own `box-shadow`
8587
- * can combine it with the focus ring box shadow.
8588
- */
8589
6916
  --_utrecht-focus-ring-box-shadow: 0 0 0 var(--utrecht-focus-outline-width, 0)
8590
6917
  var(--utrecht-focus-inverse-outline-color, transparent);
8591
6918
  box-shadow: var(--_utrecht-focus-ring-box-shadow);
@@ -8608,7 +6935,7 @@ however browsers don't seem to have implemented great looking supixel tweening y
8608
6935
  }
8609
6936
 
8610
6937
  .utrecht-textbox--numeric {
8611
- -moz-appearance: textfield; /* avoid spinner input in Firefox */
6938
+ -moz-appearance: textfield;
8612
6939
  font-variant-numeric: lining-nums tabular-nums;
8613
6940
  }
8614
6941
 
@@ -8618,67 +6945,44 @@ however browsers don't seem to have implemented great looking supixel tweening y
8618
6945
  }
8619
6946
 
8620
6947
  .utrecht-textbox--postal-code-nl-size {
8621
- /* Dutch postal code: 4 numbers, 1 space and 2 letters */
8622
6948
  --utrecht-textbox-value-max-length: 7;
8623
6949
  }
8624
6950
 
8625
6951
  .utrecht-textbox--house-number-size {
8626
- /* Dutch house number is 99999 at most: 5 numbers */
8627
6952
  --utrecht-textbox-value-max-length: 5;
8628
6953
  }
8629
6954
 
8630
6955
  .utrecht-textbox--house-letter-size {
8631
- /* Dutch house letter is 1 letter */
8632
6956
  --utrecht-textbox-value-max-length: 1;
8633
6957
  }
8634
6958
 
8635
6959
  .utrecht-textbox--house-addition-size {
8636
- /* Dutch house addition is optional, between 1 and 4 alphanumeric characters */
8637
6960
  --utrecht-textbox-value-max-length: 4;
8638
6961
  }
8639
6962
 
8640
6963
  .utrecht-textbox--voorvoegsel-size {
8641
- /* "Tabel 36 Voorvoegselstabel" by "Rijksdienst voor Identiteitsgegevens" has a list
8642
- * of all allowed values. The longest value is 10 characters.
8643
- * The class name is in Dutch because it is a Dutch concept. */
8644
6964
  --utrecht-textbox-value-max-length: 10;
8645
6965
  }
8646
6966
 
8647
6967
  .utrecht-textbox--tel-size {
8648
- /* International telephone number standard E.164 allows 15 numbers, with optional space for 4 spaces */
8649
6968
  --utrecht-textbox-value-max-length: 19;
8650
6969
  }
8651
6970
 
8652
6971
  .utrecht-textbox--tel-nl-size {
8653
- /* Dutch telephone number: 10 number, typically with at most 3 spaces */
8654
6972
  --utrecht-textbox-value-max-length: 13;
8655
6973
  }
8656
6974
 
8657
6975
  .utrecht-textbox--iban-size {
8658
- /* Maximum IBAN: 33 characters, plus 8 spaces (one space after every 4 characters) */
8659
6976
  --utrecht-textbox-value-max-length: 41;
8660
6977
  }
8661
6978
 
8662
6979
  .utrecht-textbox--iban-nl-size {
8663
- /* Dutch IBAN: 18 characters, plus 4 spaces (one space after every 4 characters) */
8664
6980
  --utrecht-textbox-value-max-length: 22;
8665
6981
  }
8666
-
8667
- /**
8668
- * This class name is experimental.
8669
- */
8670
6982
  .utrecht-textbox--placeholder-ltr::placeholder, .utrecht-textbox--placeholder-ltr:placeholder-shown {
8671
- /* For <input dir="rtr" placeholder="+31 555 1234">,
8672
- * behave as `dir="auto"` when the placeholder is shown. */
8673
6983
  direction: ltr;
8674
6984
  }
8675
-
8676
- /**
8677
- * This class name is experimental.
8678
- */
8679
6985
  .utrecht-textbox--placeholder-rtl::placeholder, .utrecht-textbox--placeholder-rtl:placeholder-shown {
8680
- /* For <input dir="rtr" placeholder="+31 555 1234">,
8681
- * behave as `dir="auto"` when the placeholder is shown. */
8682
6986
  direction: rtl;
8683
6987
  }
8684
6988
 
@@ -8687,21 +6991,11 @@ however browsers don't seem to have implemented great looking supixel tweening y
8687
6991
  }
8688
6992
 
8689
6993
  .utrecht-textbox--html-input {
8690
- /* The `input:read-only` pseudo selector applies to both `<input readonly>` and `<input disabled>` */
8691
- /*
8692
- * The `input:disabled` pseudo selector applies to `<input disabled>`, but not to `<input aria-disabled="true">`
8693
- *
8694
- * We consider `disabled` more specific than `read-only`, so the `:disabled` selector should come after the `:read-only` selector.
8695
- */
8696
6994
  }
8697
6995
  .utrecht-textbox--html-input:focus {
8698
6996
  background-color: var(--utrecht-textbox-focus-background-color, var(--utrecht-form-control-focus-background-color, var(--utrecht-textbox-background-color, var(--utrecht-form-control-background-color))));
8699
6997
  border-color: var(--utrecht-textbox-focus-border-color, var(--utrecht-form-control-focus-border-color, var(--utrecht-textbox-border-color, var(--utrecht-form-control-border-color))));
8700
6998
  color: var(--utrecht-textbox-focus-color, var(--utrecht-form-control-focus-color, var(--utrecht-textbox-color, var(--utrecht-form-control-color))));
8701
- /* - The browser default focus ring should apply when these CSS custom properties are not set.
8702
- * - Make the `box-shadow` value available, so components that have their own `box-shadow`
8703
- * can combine it with the focus ring box shadow.
8704
- */
8705
6999
  --_utrecht-focus-ring-box-shadow: 0 0 0 var(--utrecht-focus-outline-width, 0)
8706
7000
  var(--utrecht-focus-inverse-outline-color, transparent);
8707
7001
  box-shadow: var(--_utrecht-focus-ring-box-shadow);
@@ -8711,7 +7005,6 @@ however browsers don't seem to have implemented great looking supixel tweening y
8711
7005
  outline-width: var(--utrecht-focus-outline-width, revert);
8712
7006
  }
8713
7007
  .utrecht-textbox--html-input:focus:not(:focus-visible) {
8714
- /* undo focus ring */
8715
7008
  box-shadow: none;
8716
7009
  outline-style: revert;
8717
7010
  }
@@ -8753,21 +7046,9 @@ however browsers don't seem to have implemented great looking supixel tweening y
8753
7046
  font-variant-ligatures: none;
8754
7047
  }
8755
7048
  .utrecht-textbox--html-input[pattern="\\d*"], .utrecht-textbox--html-input[pattern="[0-9]*"], .utrecht-textbox--html-input[type=number i], .utrecht-textbox--html-input[type=tel i], .utrecht-textbox--html-input[inputMode=numeric i], .utrecht-textbox--html-input[inputMode=decimal i], .utrecht-textbox--html-input[inputMode=tel i] {
8756
- -moz-appearance: textfield; /* avoid spinner input in Firefox */
7049
+ -moz-appearance: textfield;
8757
7050
  font-variant-numeric: lining-nums tabular-nums;
8758
7051
  }
8759
-
8760
- /**
8761
- * @license EUPL-1.2
8762
- * Copyright (c) 2021 Robbert Broersma
8763
- * Copyright (c) 2021 Gemeente Utrecht
8764
- */
8765
- /**
8766
- * @license EUPL-1.2
8767
- * Copyright (c) 2021 Gemeente Utrecht
8768
- * Copyright (c) 2021 Robbert Broersma
8769
- */
8770
- /* stylelint-disable-next-line block-no-empty */
8771
7052
  .utrecht-toptask-link {
8772
7053
  --utrecht-icon-color: currentColor;
8773
7054
  --utrecht-icon-size: var(--utrecht-toptask-link-icon-size);
@@ -8795,11 +7076,6 @@ however browsers don't seem to have implemented great looking supixel tweening y
8795
7076
  }
8796
7077
 
8797
7078
  .utrecht-toptask-link--focus-visible, .utrecht-toptask-link:focus {
8798
- /* the pseudo-class for `:focus-visible` is implemented via the mixin */
8799
- /* - The browser default focus ring should apply when these CSS custom properties are not set.
8800
- * - Make the `box-shadow` value available, so components that have their own `box-shadow`
8801
- * can combine it with the focus ring box shadow.
8802
- */
8803
7079
  --_utrecht-focus-ring-box-shadow: 0 0 0 var(--utrecht-focus-outline-width, 0)
8804
7080
  var(--utrecht-focus-inverse-outline-color, transparent);
8805
7081
  box-shadow: var(--_utrecht-focus-ring-box-shadow);
@@ -8813,11 +7089,7 @@ however browsers don't seem to have implemented great looking supixel tweening y
8813
7089
  background-color: var(--utrecht-toptask-link-focus-background-color, var(--utrecht-toptask-link-background-color));
8814
7090
  color: var(--utrecht-toptask-link-focus-color, var(--utrecht-toptask-link-color));
8815
7091
  }
8816
-
8817
- /* override the `:focus` selector above */
8818
- /* stylelint-disable-next-line no-descending-specificity */
8819
7092
  .utrecht-toptask-link:focus:not(:focus-visible) {
8820
- /* undo focus ring */
8821
7093
  box-shadow: none;
8822
7094
  outline-style: revert;
8823
7095
  }
@@ -8831,12 +7103,6 @@ however browsers don't seem to have implemented great looking supixel tweening y
8831
7103
  padding-block-end: var(--utrecht-space-block-xs);
8832
7104
  padding-inline-end: var(--utrecht-space-inline-md);
8833
7105
  }
8834
-
8835
- /**
8836
- * @license EUPL-1.2
8837
- * Copyright (c) 2021 Gemeente Utrecht
8838
- * Copyright (c) 2021 Robbert Broersma
8839
- */
8840
7106
  .utrecht-toptask-nav {
8841
7107
  display: flex;
8842
7108
  flex-direction: column;
@@ -8848,20 +7114,8 @@ however browsers don't seem to have implemented great looking supixel tweening y
8848
7114
  --utrecht-toptask-link-max-inline-size: var(--utrecht-toptask-nav-link-grid-max-inline-size);
8849
7115
  flex-direction: row;
8850
7116
  }
8851
-
8852
- /**
8853
- * @license EUPL-1.2
8854
- * Copyright (c) 2021 Robbert Broersma
8855
- * Copyright (c) 2021 Gemeente Utrecht
8856
- */
8857
- /**
8858
- * @license EUPL-1.2
8859
- * Copyright (c) 2021 Robbert Broersma
8860
- * Copyright (c) 2021 Gemeente Utrecht
8861
- */
8862
7117
  .utrecht-unordered-list,
8863
7118
  .utrecht-unordered-list--html-content ul {
8864
- /* Configure `box-sizing` and `text-align` for `--center` */
8865
7119
  box-sizing: border-box;
8866
7120
  font-family: var(--utrecht-document-font-family, inherit);
8867
7121
  font-size: var(--utrecht-unordered-list-font-size, var(--utrecht-document-font-size, inherit));
@@ -8904,41 +7158,7 @@ however browsers don't seem to have implemented great looking supixel tweening y
8904
7158
  color: var(--utrecht-unordered-list-marker-color);
8905
7159
  content: "●";
8906
7160
  }
8907
-
8908
- /**
8909
- * @license EUPL-1.2
8910
- * Copyright (c) 2021 Robbert Broersma
8911
- * Copyright (c) 2021 Gemeente Utrecht
8912
- */
8913
- /**
8914
- * @license EUPL-1.2
8915
- * Copyright (c) 2021 Robbert Broersma
8916
- * Copyright (c) 2021 Gemeente Utrecht
8917
- */
8918
7161
  .utrecht-url-data {
8919
- /**
8920
- * `break-inside`: avoid spreading the URL over two columns.
8921
- * The user might not realise an URL is incomplete, and continues in the next column.
8922
- * Better to have the entire URL in one column.
8923
- *
8924
- * `hyphens`: since hyphens are often part of a URL, the user cannot know if the hypen
8925
- * is part of the URL and it should be used to visit the page, or if it should be ignored.
8926
- * Better to avoid inserting any hyphens automatically.
8927
- *
8928
- * `overflow-wrap`: "To prevent overflow, an otherwise unbreakable string of
8929
- * characters — like a long word or URL — may be broken at any point if there
8930
- * are no otherwise-acceptable break points in the line."
8931
- *
8932
- * Source: https://developer.mozilla.org/en-US/docs/Web/CSS/overflow-wrap#anywhere
8933
- *
8934
- * Without `overflow-wrap`, some long URLs will not fit on a printed page.
8935
- *
8936
- * `page-break-inside`: The user might not realise an URL is incomplete,
8937
- * and continues on the next printed page.
8938
- *
8939
- * TODO: Perhaps `hyphens: none` can be removed, because `overflow-wrap: anywhere`
8940
- * has that effect already.
8941
- */
8942
7162
  break-inside: avoid;
8943
7163
  font-variant-ligatures: none;
8944
7164
  hyphens: none;