@utrecht/web-component-library-stencil 4.1.0 → 4.1.1
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/cjs/utrecht-action-group_46.cjs.entry.js +17 -15
- package/dist/cjs/utrecht-action-group_46.cjs.entry.js.map +1 -1
- package/dist/cjs/utrecht-body.cjs.entry.js +4 -4
- package/dist/cjs/utrecht-body.cjs.entry.js.map +1 -1
- package/dist/cjs/utrecht-data-list-item.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-form-toggle.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-form-toggle.cjs.entry.js.map +1 -1
- package/dist/cjs/utrecht-html-content.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-html-content.cjs.entry.js.map +1 -1
- package/dist/cjs/utrecht-progress-list-item.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-progress-list-item.cjs.entry.js.map +1 -1
- package/dist/cjs/utrecht-progress-list.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-progress-list.cjs.entry.js.map +1 -1
- package/dist/cjs/utrecht-progress-sublist-item.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-progress-sublist-item.cjs.entry.js.map +1 -1
- package/dist/cjs/utrecht-root.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-root.cjs.entry.js.map +1 -1
- package/dist/cjs/utrecht-table-caption.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-table-caption.cjs.entry.js.map +1 -1
- package/dist/cjs/utrecht-table-container.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-table-container.cjs.entry.js.map +1 -1
- package/dist/cjs/utrecht-table-header.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-table-header.cjs.entry.js.map +1 -1
- package/dist/cjs/utrecht-table-row.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-table-row.cjs.entry.js.map +1 -1
- package/dist/collection/components/alert.js +3 -2
- package/dist/collection/components/alert.js.map +1 -1
- package/dist/collection/components/body.css +0 -4
- package/dist/collection/components/body.js +1 -1
- package/dist/collection/components/body.js.map +1 -1
- package/dist/collection/components/breadcrumb-nav.css +6 -0
- package/dist/collection/components/button-link.css +7 -1
- package/dist/collection/components/button.css +7 -1
- package/dist/collection/components/checkbox.css +6 -0
- package/dist/collection/components/contact-card-template.css +6 -0
- package/dist/collection/components/custom-checkbox.css +6 -0
- package/dist/collection/components/data-list-item.css +1 -1
- package/dist/collection/components/form-field-checkbox.css +6 -1
- package/dist/collection/components/form-field-textarea.css +6 -1
- package/dist/collection/components/form-field-textbox.css +6 -1
- package/dist/collection/components/form-toggle.css +10 -2
- package/dist/collection/components/heading-1.css +3 -3
- package/dist/collection/components/heading-2.css +3 -3
- package/dist/collection/components/heading-3.css +3 -3
- package/dist/collection/components/heading-4.css +3 -3
- package/dist/collection/components/heading-5.css +3 -3
- package/dist/collection/components/heading-6.css +3 -3
- package/dist/collection/components/heading.css +18 -18
- package/dist/collection/components/html-content.css +47 -24
- package/dist/collection/components/link-button.css +6 -0
- package/dist/collection/components/link.css +6 -0
- package/dist/collection/components/number-data.css +4 -0
- package/dist/collection/components/pagination.css +6 -0
- package/dist/collection/components/progress-list.css +9 -4
- package/dist/collection/components/root.css +52 -4
- package/dist/collection/components/sidenav.css +6 -0
- package/dist/collection/components/skip-link.css +6 -0
- package/dist/collection/components/table-caption.css +3 -3
- package/dist/collection/components/table-container.css +1 -3
- package/dist/collection/components/table-header.css +0 -1
- package/dist/collection/components/table-row.css +0 -1
- package/dist/collection/components/textarea.css +6 -0
- package/dist/collection/components/textbox.css +6 -0
- package/dist/collection/components/top-task-link.css +6 -0
- package/dist/collection/components/url-data.css +0 -1
- package/dist/components/p-145331fd.js +143 -0
- package/dist/components/{p-50d20687.js.map → p-145331fd.js.map} +1 -1
- package/dist/components/{p-6cc7a0ab.js → p-903009d4.js} +2 -2
- package/dist/components/{p-6cc7a0ab.js.map → p-903009d4.js.map} +1 -1
- package/dist/components/{p-8b0c8650.js → p-b99c32b3.js} +2 -2
- package/dist/components/{p-8b0c8650.js.map → p-b99c32b3.js.map} +1 -1
- package/dist/components/utrecht-alert.js +4 -2
- package/dist/components/utrecht-alert.js.map +1 -1
- package/dist/components/utrecht-body.js +4 -4
- package/dist/components/utrecht-body.js.map +1 -1
- package/dist/components/utrecht-button-link.js +1 -1
- package/dist/components/utrecht-button-link.js.map +1 -1
- package/dist/components/utrecht-button.js +1 -1
- package/dist/components/utrecht-contact-card-template.js +2 -2
- package/dist/components/utrecht-data-list-item.js +1 -1
- package/dist/components/utrecht-form-field-checkbox.js +1 -1
- package/dist/components/utrecht-form-field-checkbox.js.map +1 -1
- package/dist/components/utrecht-form-field-textarea.js +1 -1
- package/dist/components/utrecht-form-field-textarea.js.map +1 -1
- package/dist/components/utrecht-form-field-textbox.js +1 -1
- package/dist/components/utrecht-form-field-textbox.js.map +1 -1
- package/dist/components/utrecht-form-toggle.js +1 -1
- package/dist/components/utrecht-form-toggle.js.map +1 -1
- package/dist/components/utrecht-heading-1.js +1 -1
- package/dist/components/utrecht-heading-1.js.map +1 -1
- package/dist/components/utrecht-heading-2.js +1 -1
- package/dist/components/utrecht-heading-3.js +1 -1
- package/dist/components/utrecht-heading-4.js +1 -1
- package/dist/components/utrecht-heading-4.js.map +1 -1
- package/dist/components/utrecht-heading-5.js +1 -1
- package/dist/components/utrecht-heading-5.js.map +1 -1
- package/dist/components/utrecht-heading-6.js +1 -1
- package/dist/components/utrecht-heading-6.js.map +1 -1
- package/dist/components/utrecht-heading.js +1 -1
- package/dist/components/utrecht-heading.js.map +1 -1
- package/dist/components/utrecht-html-content.js +1 -1
- package/dist/components/utrecht-html-content.js.map +1 -1
- package/dist/components/utrecht-progress-list-item.js +2 -2
- package/dist/components/utrecht-progress-list-item.js.map +1 -1
- package/dist/components/utrecht-progress-list.js +1 -1
- package/dist/components/utrecht-progress-list.js.map +1 -1
- package/dist/components/utrecht-progress-sublist-item.js +1 -1
- package/dist/components/utrecht-progress-sublist-item.js.map +1 -1
- package/dist/components/utrecht-root.js +1 -1
- package/dist/components/utrecht-root.js.map +1 -1
- package/dist/components/utrecht-table-caption.js +1 -1
- package/dist/components/utrecht-table-caption.js.map +1 -1
- package/dist/components/utrecht-table-container.js +1 -1
- package/dist/components/utrecht-table-container.js.map +1 -1
- package/dist/components/utrecht-table-header.js +1 -1
- package/dist/components/utrecht-table-header.js.map +1 -1
- package/dist/components/utrecht-table-row.js +1 -1
- package/dist/components/utrecht-table-row.js.map +1 -1
- package/dist/components/utrecht-url-data.js +1 -1
- package/dist/components/utrecht-url-data.js.map +1 -1
- package/dist/esm/utrecht-action-group_46.entry.js +17 -15
- package/dist/esm/utrecht-action-group_46.entry.js.map +1 -1
- package/dist/esm/utrecht-body.entry.js +4 -4
- package/dist/esm/utrecht-body.entry.js.map +1 -1
- package/dist/esm/utrecht-data-list-item.entry.js +1 -1
- package/dist/esm/utrecht-form-toggle.entry.js +1 -1
- package/dist/esm/utrecht-form-toggle.entry.js.map +1 -1
- package/dist/esm/utrecht-html-content.entry.js +1 -1
- package/dist/esm/utrecht-html-content.entry.js.map +1 -1
- package/dist/esm/utrecht-progress-list-item.entry.js +1 -1
- package/dist/esm/utrecht-progress-list-item.entry.js.map +1 -1
- package/dist/esm/utrecht-progress-list.entry.js +1 -1
- package/dist/esm/utrecht-progress-list.entry.js.map +1 -1
- package/dist/esm/utrecht-progress-sublist-item.entry.js +1 -1
- package/dist/esm/utrecht-progress-sublist-item.entry.js.map +1 -1
- package/dist/esm/utrecht-root.entry.js +1 -1
- package/dist/esm/utrecht-root.entry.js.map +1 -1
- package/dist/esm/utrecht-table-caption.entry.js +1 -1
- package/dist/esm/utrecht-table-caption.entry.js.map +1 -1
- package/dist/esm/utrecht-table-container.entry.js +1 -1
- package/dist/esm/utrecht-table-container.entry.js.map +1 -1
- package/dist/esm/utrecht-table-header.entry.js +1 -1
- package/dist/esm/utrecht-table-header.entry.js.map +1 -1
- package/dist/esm/utrecht-table-row.entry.js +1 -1
- package/dist/esm/utrecht-table-row.entry.js.map +1 -1
- package/dist/types/components/body.d.ts +1 -1
- package/dist/utrecht/p-07df436f.entry.js +2 -0
- package/dist/utrecht/p-07df436f.entry.js.map +1 -0
- package/dist/utrecht/p-111bc630.entry.js +2 -0
- package/dist/utrecht/{p-b78c917c.entry.js.map → p-111bc630.entry.js.map} +1 -1
- package/dist/utrecht/p-161ae02f.entry.js +2 -0
- package/dist/utrecht/{p-9bbd5241.entry.js.map → p-161ae02f.entry.js.map} +1 -1
- package/dist/utrecht/p-1c7451c7.entry.js +2 -0
- package/dist/utrecht/{p-9dd388f5.entry.js.map → p-1c7451c7.entry.js.map} +1 -1
- package/dist/utrecht/p-54afb1bf.entry.js +2 -0
- package/dist/utrecht/{p-8061ad92.entry.js.map → p-54afb1bf.entry.js.map} +1 -1
- package/dist/utrecht/p-56bc0920.entry.js +2 -0
- package/dist/utrecht/{p-82fddfe5.entry.js.map → p-56bc0920.entry.js.map} +1 -1
- package/dist/utrecht/{p-a2f05439.entry.js → p-867b57d2.entry.js} +2 -2
- package/dist/utrecht/{p-a2f05439.entry.js.map → p-867b57d2.entry.js.map} +1 -1
- package/dist/utrecht/p-b06b325e.entry.js +2 -0
- package/dist/utrecht/{p-fc013486.entry.js.map → p-b06b325e.entry.js.map} +1 -1
- package/dist/utrecht/{p-57bd3d72.entry.js → p-d5053155.entry.js} +2 -2
- package/dist/utrecht/p-e26c28d0.entry.js +2 -0
- package/dist/utrecht/{p-c68c6594.entry.js.map → p-e26c28d0.entry.js.map} +1 -1
- package/dist/utrecht/p-e2d5f0a5.entry.js +2 -0
- package/dist/utrecht/{p-e31537c7.entry.js.map → p-e2d5f0a5.entry.js.map} +1 -1
- package/dist/utrecht/p-edc6473f.entry.js +2 -0
- package/dist/utrecht/p-edc6473f.entry.js.map +1 -0
- package/dist/utrecht/p-f516287a.entry.js +2 -0
- package/dist/utrecht/p-f516287a.entry.js.map +1 -0
- package/dist/utrecht/utrecht.esm.js +1 -1
- package/package.json +34 -34
- package/dist/components/p-50d20687.js +0 -143
- package/dist/utrecht/p-8061ad92.entry.js +0 -2
- package/dist/utrecht/p-82fddfe5.entry.js +0 -2
- package/dist/utrecht/p-9bbd5241.entry.js +0 -2
- package/dist/utrecht/p-9dd388f5.entry.js +0 -2
- package/dist/utrecht/p-aee3361b.entry.js +0 -2
- package/dist/utrecht/p-aee3361b.entry.js.map +0 -1
- package/dist/utrecht/p-b78c917c.entry.js +0 -2
- package/dist/utrecht/p-c68c6594.entry.js +0 -2
- package/dist/utrecht/p-e04057c0.entry.js +0 -2
- package/dist/utrecht/p-e04057c0.entry.js.map +0 -1
- package/dist/utrecht/p-e31537c7.entry.js +0 -2
- package/dist/utrecht/p-f9f49c15.entry.js +0 -2
- package/dist/utrecht/p-f9f49c15.entry.js.map +0 -1
- package/dist/utrecht/p-fc013486.entry.js +0 -2
- /package/dist/utrecht/{p-57bd3d72.entry.js.map → p-d5053155.entry.js.map} +0 -0
|
@@ -22,9 +22,10 @@
|
|
|
22
22
|
}
|
|
23
23
|
|
|
24
24
|
h3 {
|
|
25
|
+
break-after: avoid;
|
|
25
26
|
break-inside: avoid-column;
|
|
26
|
-
|
|
27
|
-
|
|
27
|
+
break-inside: avoid;
|
|
28
|
+
break-after: avoid-page;
|
|
28
29
|
color: var(--utrecht-heading-3-color, var(--utrecht-heading-color, var(--utrecht-document-color, inherit)));
|
|
29
30
|
font-family: var(--utrecht-heading-3-font-family, var(--utrecht-heading-font-family, var(--utrecht-document-font-family)));
|
|
30
31
|
font-size: var(--utrecht-heading-3-font-size, revert);
|
|
@@ -32,5 +33,4 @@ h3 {
|
|
|
32
33
|
line-height: var(--utrecht-heading-3-line-height);
|
|
33
34
|
margin-block-end: calc(var(--utrecht-space-around, 0) * var(--utrecht-heading-3-margin-block-end, 0));
|
|
34
35
|
margin-block-start: calc(var(--utrecht-space-around, 0) * var(--utrecht-heading-3-margin-block-start, 0));
|
|
35
|
-
page-break-after: avoid;
|
|
36
36
|
}
|
|
@@ -22,9 +22,10 @@
|
|
|
22
22
|
}
|
|
23
23
|
|
|
24
24
|
h4 {
|
|
25
|
+
break-after: avoid;
|
|
25
26
|
break-inside: avoid-column;
|
|
26
|
-
|
|
27
|
-
|
|
27
|
+
break-inside: avoid;
|
|
28
|
+
break-after: avoid-page;
|
|
28
29
|
color: var(--utrecht-heading-4-color, var(--utrecht-heading-color, var(--utrecht-document-color, inherit)));
|
|
29
30
|
font-family: var(--utrecht-heading-4-font-family, var(--utrecht-heading-font-family, var(--utrecht-document-font-family)));
|
|
30
31
|
font-size: var(--utrecht-heading-4-font-size, revert);
|
|
@@ -32,5 +33,4 @@ h4 {
|
|
|
32
33
|
line-height: var(--utrecht-heading-4-line-height);
|
|
33
34
|
margin-block-end: calc(var(--utrecht-space-around, 0) * var(--utrecht-heading-4-margin-block-end, 0));
|
|
34
35
|
margin-block-start: calc(var(--utrecht-space-around, 0) * var(--utrecht-heading-4-margin-block-start, 0));
|
|
35
|
-
page-break-after: avoid;
|
|
36
36
|
}
|
|
@@ -22,9 +22,10 @@
|
|
|
22
22
|
}
|
|
23
23
|
|
|
24
24
|
h5 {
|
|
25
|
+
break-after: avoid;
|
|
25
26
|
break-inside: avoid-column;
|
|
26
|
-
|
|
27
|
-
|
|
27
|
+
break-inside: avoid;
|
|
28
|
+
break-after: avoid-page;
|
|
28
29
|
color: var(--utrecht-heading-5-color, var(--utrecht-heading-color, var(--utrecht-document-color, inherit)));
|
|
29
30
|
font-family: var(--utrecht-heading-5-font-family, var(--utrecht-heading-font-family, var(--utrecht-document-font-family)));
|
|
30
31
|
font-size: var(--utrecht-heading-5-font-size, revert);
|
|
@@ -32,5 +33,4 @@ h5 {
|
|
|
32
33
|
line-height: var(--utrecht-heading-5-line-height);
|
|
33
34
|
margin-block-end: calc(var(--utrecht-space-around, 0) * var(--utrecht-heading-5-margin-block-end, 0));
|
|
34
35
|
margin-block-start: calc(var(--utrecht-space-around, 0) * var(--utrecht-heading-5-margin-block-start, 0));
|
|
35
|
-
page-break-after: avoid;
|
|
36
36
|
}
|
|
@@ -22,9 +22,10 @@
|
|
|
22
22
|
}
|
|
23
23
|
|
|
24
24
|
h6 {
|
|
25
|
+
break-after: avoid;
|
|
25
26
|
break-inside: avoid-column;
|
|
26
|
-
|
|
27
|
-
|
|
27
|
+
break-inside: avoid;
|
|
28
|
+
break-after: avoid-page;
|
|
28
29
|
color: var(--utrecht-heading-6-color, var(--utrecht-heading-color, var(--utrecht-document-color, inherit)));
|
|
29
30
|
font-family: var(--utrecht-heading-6-font-family, var(--utrecht-heading-font-family, var(--utrecht-document-font-family)));
|
|
30
31
|
font-size: var(--utrecht-heading-6-font-size, revert);
|
|
@@ -32,5 +33,4 @@ h6 {
|
|
|
32
33
|
line-height: var(--utrecht-heading-6-line-height);
|
|
33
34
|
margin-block-end: calc(var(--utrecht-space-around, 0) * var(--utrecht-heading-6-margin-block-end, 0));
|
|
34
35
|
margin-block-start: calc(var(--utrecht-space-around, 0) * var(--utrecht-heading-6-margin-block-start, 0));
|
|
35
|
-
page-break-after: avoid;
|
|
36
36
|
}
|
|
@@ -19,9 +19,10 @@
|
|
|
19
19
|
* Copyright (c) 2021-2024 Gemeente Utrecht
|
|
20
20
|
*/
|
|
21
21
|
.utrecht-heading-1 {
|
|
22
|
+
break-after: avoid;
|
|
22
23
|
break-inside: avoid-column;
|
|
23
|
-
|
|
24
|
-
|
|
24
|
+
break-inside: avoid;
|
|
25
|
+
break-after: avoid-page;
|
|
25
26
|
color: var(--utrecht-heading-1-color, var(--utrecht-heading-color, var(--utrecht-document-color, inherit)));
|
|
26
27
|
font-family: var(--utrecht-heading-1-font-family, var(--utrecht-heading-font-family, var(--utrecht-document-font-family)));
|
|
27
28
|
font-size: var(--utrecht-heading-1-font-size, revert);
|
|
@@ -29,7 +30,6 @@
|
|
|
29
30
|
line-height: var(--utrecht-heading-1-line-height);
|
|
30
31
|
margin-block-end: calc(var(--utrecht-space-around, 0) * var(--utrecht-heading-1-margin-block-end, 0));
|
|
31
32
|
margin-block-start: calc(var(--utrecht-space-around, 0) * var(--utrecht-heading-1-margin-block-start, 0));
|
|
32
|
-
page-break-after: avoid;
|
|
33
33
|
}
|
|
34
34
|
|
|
35
35
|
.utrecht-heading-1--distanced {
|
|
@@ -47,9 +47,10 @@
|
|
|
47
47
|
* Copyright (c) 2021-2024 Gemeente Utrecht
|
|
48
48
|
*/
|
|
49
49
|
.utrecht-heading-2 {
|
|
50
|
+
break-after: avoid;
|
|
50
51
|
break-inside: avoid-column;
|
|
51
|
-
|
|
52
|
-
|
|
52
|
+
break-inside: avoid;
|
|
53
|
+
break-after: avoid-page;
|
|
53
54
|
color: var(--utrecht-heading-2-color, var(--utrecht-heading-color, var(--utrecht-document-color, inherit)));
|
|
54
55
|
font-family: var(--utrecht-heading-2-font-family, var(--utrecht-heading-font-family, var(--utrecht-document-font-family)));
|
|
55
56
|
font-size: var(--utrecht-heading-2-font-size, revert);
|
|
@@ -57,7 +58,6 @@
|
|
|
57
58
|
line-height: var(--utrecht-heading-2-line-height);
|
|
58
59
|
margin-block-end: calc(var(--utrecht-space-around, 0) * var(--utrecht-heading-2-margin-block-end, 0));
|
|
59
60
|
margin-block-start: calc(var(--utrecht-space-around, 0) * var(--utrecht-heading-2-margin-block-start, 0));
|
|
60
|
-
page-break-after: avoid;
|
|
61
61
|
}
|
|
62
62
|
|
|
63
63
|
.utrecht-heading-2--distanced {
|
|
@@ -75,9 +75,10 @@
|
|
|
75
75
|
* Copyright (c) 2021-2024 Gemeente Utrecht
|
|
76
76
|
*/
|
|
77
77
|
.utrecht-heading-3 {
|
|
78
|
+
break-after: avoid;
|
|
78
79
|
break-inside: avoid-column;
|
|
79
|
-
|
|
80
|
-
|
|
80
|
+
break-inside: avoid;
|
|
81
|
+
break-after: avoid-page;
|
|
81
82
|
color: var(--utrecht-heading-3-color, var(--utrecht-heading-color, var(--utrecht-document-color, inherit)));
|
|
82
83
|
font-family: var(--utrecht-heading-3-font-family, var(--utrecht-heading-font-family, var(--utrecht-document-font-family)));
|
|
83
84
|
font-size: var(--utrecht-heading-3-font-size, revert);
|
|
@@ -85,7 +86,6 @@
|
|
|
85
86
|
line-height: var(--utrecht-heading-3-line-height);
|
|
86
87
|
margin-block-end: calc(var(--utrecht-space-around, 0) * var(--utrecht-heading-3-margin-block-end, 0));
|
|
87
88
|
margin-block-start: calc(var(--utrecht-space-around, 0) * var(--utrecht-heading-3-margin-block-start, 0));
|
|
88
|
-
page-break-after: avoid;
|
|
89
89
|
}
|
|
90
90
|
|
|
91
91
|
.utrecht-heading-3--distanced {
|
|
@@ -103,9 +103,10 @@
|
|
|
103
103
|
* Copyright (c) 2021-2024 Gemeente Utrecht
|
|
104
104
|
*/
|
|
105
105
|
.utrecht-heading-4 {
|
|
106
|
+
break-after: avoid;
|
|
106
107
|
break-inside: avoid-column;
|
|
107
|
-
|
|
108
|
-
|
|
108
|
+
break-inside: avoid;
|
|
109
|
+
break-after: avoid-page;
|
|
109
110
|
color: var(--utrecht-heading-4-color, var(--utrecht-heading-color, var(--utrecht-document-color, inherit)));
|
|
110
111
|
font-family: var(--utrecht-heading-4-font-family, var(--utrecht-heading-font-family, var(--utrecht-document-font-family)));
|
|
111
112
|
font-size: var(--utrecht-heading-4-font-size, revert);
|
|
@@ -113,7 +114,6 @@
|
|
|
113
114
|
line-height: var(--utrecht-heading-4-line-height);
|
|
114
115
|
margin-block-end: calc(var(--utrecht-space-around, 0) * var(--utrecht-heading-4-margin-block-end, 0));
|
|
115
116
|
margin-block-start: calc(var(--utrecht-space-around, 0) * var(--utrecht-heading-4-margin-block-start, 0));
|
|
116
|
-
page-break-after: avoid;
|
|
117
117
|
}
|
|
118
118
|
|
|
119
119
|
.utrecht-heading-4--distanced {
|
|
@@ -131,9 +131,10 @@
|
|
|
131
131
|
* Copyright (c) 2021-2024 Gemeente Utrecht
|
|
132
132
|
*/
|
|
133
133
|
.utrecht-heading-5 {
|
|
134
|
+
break-after: avoid;
|
|
134
135
|
break-inside: avoid-column;
|
|
135
|
-
|
|
136
|
-
|
|
136
|
+
break-inside: avoid;
|
|
137
|
+
break-after: avoid-page;
|
|
137
138
|
color: var(--utrecht-heading-5-color, var(--utrecht-heading-color, var(--utrecht-document-color, inherit)));
|
|
138
139
|
font-family: var(--utrecht-heading-5-font-family, var(--utrecht-heading-font-family, var(--utrecht-document-font-family)));
|
|
139
140
|
font-size: var(--utrecht-heading-5-font-size, revert);
|
|
@@ -141,7 +142,6 @@
|
|
|
141
142
|
line-height: var(--utrecht-heading-5-line-height);
|
|
142
143
|
margin-block-end: calc(var(--utrecht-space-around, 0) * var(--utrecht-heading-5-margin-block-end, 0));
|
|
143
144
|
margin-block-start: calc(var(--utrecht-space-around, 0) * var(--utrecht-heading-5-margin-block-start, 0));
|
|
144
|
-
page-break-after: avoid;
|
|
145
145
|
}
|
|
146
146
|
|
|
147
147
|
.utrecht-heading-5--distanced {
|
|
@@ -159,9 +159,10 @@
|
|
|
159
159
|
* Copyright (c) 2021-2024 Gemeente Utrecht
|
|
160
160
|
*/
|
|
161
161
|
.utrecht-heading-6 {
|
|
162
|
+
break-after: avoid;
|
|
162
163
|
break-inside: avoid-column;
|
|
163
|
-
|
|
164
|
-
|
|
164
|
+
break-inside: avoid;
|
|
165
|
+
break-after: avoid-page;
|
|
165
166
|
color: var(--utrecht-heading-6-color, var(--utrecht-heading-color, var(--utrecht-document-color, inherit)));
|
|
166
167
|
font-family: var(--utrecht-heading-6-font-family, var(--utrecht-heading-font-family, var(--utrecht-document-font-family)));
|
|
167
168
|
font-size: var(--utrecht-heading-6-font-size, revert);
|
|
@@ -169,7 +170,6 @@
|
|
|
169
170
|
line-height: var(--utrecht-heading-6-line-height);
|
|
170
171
|
margin-block-end: calc(var(--utrecht-space-around, 0) * var(--utrecht-heading-6-margin-block-end, 0));
|
|
171
172
|
margin-block-start: calc(var(--utrecht-space-around, 0) * var(--utrecht-heading-6-margin-block-start, 0));
|
|
172
|
-
page-break-after: avoid;
|
|
173
173
|
}
|
|
174
174
|
|
|
175
175
|
.utrecht-heading-6--distanced {
|
|
@@ -61,6 +61,12 @@
|
|
|
61
61
|
* Copyright (c) 2021-2024 Gemeente Utrecht
|
|
62
62
|
*/
|
|
63
63
|
/* stylelint-disable-next-line block-no-empty */
|
|
64
|
+
/* Override the browser focus ring with our own focus ring.
|
|
65
|
+
* Use `:where()` so the CSS selector specificity is `0,0,0`.
|
|
66
|
+
*/
|
|
67
|
+
/* Override the browser focus ring with our own focus ring.
|
|
68
|
+
* Use `:where()` so the CSS selector specificity is `0,0,0`.
|
|
69
|
+
*/
|
|
64
70
|
/* stylelint-disable-next-line block-no-empty */
|
|
65
71
|
/**
|
|
66
72
|
* @license EUPL-1.2
|
|
@@ -158,6 +164,11 @@
|
|
|
158
164
|
* Copyright (c) 2020-2024 Frameless B.V.
|
|
159
165
|
* Copyright (c) 2021-2024 Gemeente Utrecht
|
|
160
166
|
*/
|
|
167
|
+
/**
|
|
168
|
+
* @license EUPL-1.2
|
|
169
|
+
* Copyright (c) 2020-2024 Frameless B.V.
|
|
170
|
+
* Copyright (c) 2021-2024 Gemeente Utrecht
|
|
171
|
+
*/
|
|
161
172
|
/* stylelint-disable-next-line block-no-empty */
|
|
162
173
|
/**
|
|
163
174
|
* @license EUPL-1.2
|
|
@@ -746,7 +757,7 @@ however browsers don't seem to have implemented great looking supixel tweening y
|
|
|
746
757
|
font-size: var(--_utrecht-button-font-size, var(--utrecht-document-font-family, inherit));
|
|
747
758
|
font-weight: var(--_utrecht-button-appearance-font-weight, var(--utrecht-button-font-weight));
|
|
748
759
|
inline-size: var(--utrecht-button-inline-size, auto);
|
|
749
|
-
justify-content: center;
|
|
760
|
+
justify-content: var(--utrecht-button-justify-content, center);
|
|
750
761
|
line-height: var(--_utrecht-button-line-height);
|
|
751
762
|
max-inline-size: var(--utrecht-button-max-inline-size, fit-content);
|
|
752
763
|
min-block-size: var(--utrecht-button-min-block-size, 44px);
|
|
@@ -916,14 +927,13 @@ however browsers don't seem to have implemented great looking supixel tweening y
|
|
|
916
927
|
max-inline-size: var(--utrecht-form-max-inline-size);
|
|
917
928
|
}
|
|
918
929
|
.utrecht-html legend {
|
|
919
|
-
break-
|
|
930
|
+
break-after: avoid-page;
|
|
931
|
+
break-inside: avoid-page;
|
|
920
932
|
color: var(--utrecht-form-fieldset-legend-color, var(--utrecht-document-color, inherit));
|
|
921
933
|
font-family: var(--utrecht-form-fieldset-legend-font-family, var(--utrecht-document-font-family));
|
|
922
934
|
font-size: var(--utrecht-form-fieldset-legend-font-size);
|
|
923
935
|
font-weight: var(--utrecht-form-fieldset-legend-font-weight);
|
|
924
936
|
line-height: var(--utrecht-form-fieldset-legend-line-height);
|
|
925
|
-
page-break-after: avoid;
|
|
926
|
-
page-break-inside: avoid;
|
|
927
937
|
display: table;
|
|
928
938
|
inline-size: 100%;
|
|
929
939
|
padding-inline-end: 0;
|
|
@@ -972,9 +982,10 @@ however browsers don't seem to have implemented great looking supixel tweening y
|
|
|
972
982
|
}
|
|
973
983
|
}
|
|
974
984
|
.utrecht-html h1 {
|
|
985
|
+
break-after: avoid;
|
|
975
986
|
break-inside: avoid-column;
|
|
976
|
-
|
|
977
|
-
|
|
987
|
+
break-inside: avoid;
|
|
988
|
+
break-after: avoid-page;
|
|
978
989
|
color: var(--utrecht-heading-1-color, var(--utrecht-heading-color, var(--utrecht-document-color, inherit)));
|
|
979
990
|
font-family: var(--utrecht-heading-1-font-family, var(--utrecht-heading-font-family, var(--utrecht-document-font-family)));
|
|
980
991
|
font-size: var(--utrecht-heading-1-font-size, revert);
|
|
@@ -982,13 +993,13 @@ however browsers don't seem to have implemented great looking supixel tweening y
|
|
|
982
993
|
line-height: var(--utrecht-heading-1-line-height);
|
|
983
994
|
margin-block-end: calc(var(--utrecht-space-around, 0) * var(--utrecht-heading-1-margin-block-end, 0));
|
|
984
995
|
margin-block-start: calc(var(--utrecht-space-around, 0) * var(--utrecht-heading-1-margin-block-start, 0));
|
|
985
|
-
page-break-after: avoid;
|
|
986
996
|
--utrecht-space-around: 1;
|
|
987
997
|
}
|
|
988
998
|
.utrecht-html h2 {
|
|
999
|
+
break-after: avoid;
|
|
989
1000
|
break-inside: avoid-column;
|
|
990
|
-
|
|
991
|
-
|
|
1001
|
+
break-inside: avoid;
|
|
1002
|
+
break-after: avoid-page;
|
|
992
1003
|
color: var(--utrecht-heading-2-color, var(--utrecht-heading-color, var(--utrecht-document-color, inherit)));
|
|
993
1004
|
font-family: var(--utrecht-heading-2-font-family, var(--utrecht-heading-font-family, var(--utrecht-document-font-family)));
|
|
994
1005
|
font-size: var(--utrecht-heading-2-font-size, revert);
|
|
@@ -996,13 +1007,13 @@ however browsers don't seem to have implemented great looking supixel tweening y
|
|
|
996
1007
|
line-height: var(--utrecht-heading-2-line-height);
|
|
997
1008
|
margin-block-end: calc(var(--utrecht-space-around, 0) * var(--utrecht-heading-2-margin-block-end, 0));
|
|
998
1009
|
margin-block-start: calc(var(--utrecht-space-around, 0) * var(--utrecht-heading-2-margin-block-start, 0));
|
|
999
|
-
page-break-after: avoid;
|
|
1000
1010
|
--utrecht-space-around: 1;
|
|
1001
1011
|
}
|
|
1002
1012
|
.utrecht-html h3 {
|
|
1013
|
+
break-after: avoid;
|
|
1003
1014
|
break-inside: avoid-column;
|
|
1004
|
-
|
|
1005
|
-
|
|
1015
|
+
break-inside: avoid;
|
|
1016
|
+
break-after: avoid-page;
|
|
1006
1017
|
color: var(--utrecht-heading-3-color, var(--utrecht-heading-color, var(--utrecht-document-color, inherit)));
|
|
1007
1018
|
font-family: var(--utrecht-heading-3-font-family, var(--utrecht-heading-font-family, var(--utrecht-document-font-family)));
|
|
1008
1019
|
font-size: var(--utrecht-heading-3-font-size, revert);
|
|
@@ -1010,13 +1021,13 @@ however browsers don't seem to have implemented great looking supixel tweening y
|
|
|
1010
1021
|
line-height: var(--utrecht-heading-3-line-height);
|
|
1011
1022
|
margin-block-end: calc(var(--utrecht-space-around, 0) * var(--utrecht-heading-3-margin-block-end, 0));
|
|
1012
1023
|
margin-block-start: calc(var(--utrecht-space-around, 0) * var(--utrecht-heading-3-margin-block-start, 0));
|
|
1013
|
-
page-break-after: avoid;
|
|
1014
1024
|
--utrecht-space-around: 1;
|
|
1015
1025
|
}
|
|
1016
1026
|
.utrecht-html h4 {
|
|
1027
|
+
break-after: avoid;
|
|
1017
1028
|
break-inside: avoid-column;
|
|
1018
|
-
|
|
1019
|
-
|
|
1029
|
+
break-inside: avoid;
|
|
1030
|
+
break-after: avoid-page;
|
|
1020
1031
|
color: var(--utrecht-heading-4-color, var(--utrecht-heading-color, var(--utrecht-document-color, inherit)));
|
|
1021
1032
|
font-family: var(--utrecht-heading-4-font-family, var(--utrecht-heading-font-family, var(--utrecht-document-font-family)));
|
|
1022
1033
|
font-size: var(--utrecht-heading-4-font-size, revert);
|
|
@@ -1024,13 +1035,13 @@ however browsers don't seem to have implemented great looking supixel tweening y
|
|
|
1024
1035
|
line-height: var(--utrecht-heading-4-line-height);
|
|
1025
1036
|
margin-block-end: calc(var(--utrecht-space-around, 0) * var(--utrecht-heading-4-margin-block-end, 0));
|
|
1026
1037
|
margin-block-start: calc(var(--utrecht-space-around, 0) * var(--utrecht-heading-4-margin-block-start, 0));
|
|
1027
|
-
page-break-after: avoid;
|
|
1028
1038
|
--utrecht-space-around: 1;
|
|
1029
1039
|
}
|
|
1030
1040
|
.utrecht-html h5 {
|
|
1041
|
+
break-after: avoid;
|
|
1031
1042
|
break-inside: avoid-column;
|
|
1032
|
-
|
|
1033
|
-
|
|
1043
|
+
break-inside: avoid;
|
|
1044
|
+
break-after: avoid-page;
|
|
1034
1045
|
color: var(--utrecht-heading-5-color, var(--utrecht-heading-color, var(--utrecht-document-color, inherit)));
|
|
1035
1046
|
font-family: var(--utrecht-heading-5-font-family, var(--utrecht-heading-font-family, var(--utrecht-document-font-family)));
|
|
1036
1047
|
font-size: var(--utrecht-heading-5-font-size, revert);
|
|
@@ -1038,13 +1049,13 @@ however browsers don't seem to have implemented great looking supixel tweening y
|
|
|
1038
1049
|
line-height: var(--utrecht-heading-5-line-height);
|
|
1039
1050
|
margin-block-end: calc(var(--utrecht-space-around, 0) * var(--utrecht-heading-5-margin-block-end, 0));
|
|
1040
1051
|
margin-block-start: calc(var(--utrecht-space-around, 0) * var(--utrecht-heading-5-margin-block-start, 0));
|
|
1041
|
-
page-break-after: avoid;
|
|
1042
1052
|
--utrecht-space-around: 1;
|
|
1043
1053
|
}
|
|
1044
1054
|
.utrecht-html h6 {
|
|
1055
|
+
break-after: avoid;
|
|
1045
1056
|
break-inside: avoid-column;
|
|
1046
|
-
|
|
1047
|
-
|
|
1057
|
+
break-inside: avoid;
|
|
1058
|
+
break-after: avoid-page;
|
|
1048
1059
|
color: var(--utrecht-heading-6-color, var(--utrecht-heading-color, var(--utrecht-document-color, inherit)));
|
|
1049
1060
|
font-family: var(--utrecht-heading-6-font-family, var(--utrecht-heading-font-family, var(--utrecht-document-font-family)));
|
|
1050
1061
|
font-size: var(--utrecht-heading-6-font-size, revert);
|
|
@@ -1052,7 +1063,6 @@ however browsers don't seem to have implemented great looking supixel tweening y
|
|
|
1052
1063
|
line-height: var(--utrecht-heading-6-line-height);
|
|
1053
1064
|
margin-block-end: calc(var(--utrecht-space-around, 0) * var(--utrecht-heading-6-margin-block-end, 0));
|
|
1054
1065
|
margin-block-start: calc(var(--utrecht-space-around, 0) * var(--utrecht-heading-6-margin-block-start, 0));
|
|
1055
|
-
page-break-after: avoid;
|
|
1056
1066
|
--utrecht-space-around: 1;
|
|
1057
1067
|
}
|
|
1058
1068
|
.utrecht-html hgroup {
|
|
@@ -1483,6 +1493,7 @@ however browsers don't seem to have implemented great looking supixel tweening y
|
|
|
1483
1493
|
--utrecht-space-around: 1;
|
|
1484
1494
|
}
|
|
1485
1495
|
.utrecht-html caption {
|
|
1496
|
+
break-after: avoid;
|
|
1486
1497
|
break-inside: avoid;
|
|
1487
1498
|
color: var(--utrecht-table-caption-color);
|
|
1488
1499
|
font-family: var(--utrecht-table-caption-font-family);
|
|
@@ -1490,7 +1501,6 @@ however browsers don't seem to have implemented great looking supixel tweening y
|
|
|
1490
1501
|
font-weight: var(--utrecht-table-caption-font-weight);
|
|
1491
1502
|
line-height: var(--utrecht-table-caption-line-height);
|
|
1492
1503
|
margin-block-end: var(--utrecht-table-caption-margin-block-end);
|
|
1493
|
-
page-break-after: avoid;
|
|
1494
1504
|
text-align: var(--utrecht-table-caption-text-align, center);
|
|
1495
1505
|
}
|
|
1496
1506
|
.utrecht-html thead {
|
|
@@ -1500,7 +1510,6 @@ however browsers don't seem to have implemented great looking supixel tweening y
|
|
|
1500
1510
|
break-inside: avoid;
|
|
1501
1511
|
color: var(--utrecht-table-header-color);
|
|
1502
1512
|
font-weight: var(--utrecht-table-header-font-weight);
|
|
1503
|
-
page-break-inside: avoid;
|
|
1504
1513
|
text-transform: var(--utrecht-table-header-text-transform);
|
|
1505
1514
|
}
|
|
1506
1515
|
.utrecht-html tbody {
|
|
@@ -1952,6 +1961,20 @@ however browsers don't seem to have implemented great looking supixel tweening y
|
|
|
1952
1961
|
color: var(--utrecht-unordered-list-marker-color);
|
|
1953
1962
|
content: "●";
|
|
1954
1963
|
}
|
|
1964
|
+
:where(.utrecht-html) :where(:focus-visible) {
|
|
1965
|
+
/* - The browser default focus ring should apply when these CSS custom properties are not set.
|
|
1966
|
+
* - Make the `box-shadow` value available, so components that have their own `box-shadow`
|
|
1967
|
+
* can combine it with the focus ring box shadow.
|
|
1968
|
+
*/
|
|
1969
|
+
--_utrecht-focus-ring-box-shadow: 0 0 0 var(--utrecht-focus-outline-width, 0)
|
|
1970
|
+
var(--utrecht-focus-inverse-outline-color, transparent);
|
|
1971
|
+
box-shadow: var(--_utrecht-focus-ring-box-shadow);
|
|
1972
|
+
outline-color: var(--utrecht-focus-outline-color, revert);
|
|
1973
|
+
outline-offset: var(--utrecht-focus-outline-offset, revert);
|
|
1974
|
+
outline-style: var(--utrecht-focus-outline-style, revert);
|
|
1975
|
+
outline-width: var(--utrecht-focus-outline-width, revert);
|
|
1976
|
+
z-index: 1;
|
|
1977
|
+
}
|
|
1955
1978
|
.utrecht-html {
|
|
1956
1979
|
--utrecht-space-around: 1;
|
|
1957
1980
|
}
|
|
@@ -25,6 +25,12 @@
|
|
|
25
25
|
* Copyright (c) 2021-2024 Gemeente Utrecht
|
|
26
26
|
*/
|
|
27
27
|
/* stylelint-disable-next-line block-no-empty */
|
|
28
|
+
/* Override the browser focus ring with our own focus ring.
|
|
29
|
+
* Use `:where()` so the CSS selector specificity is `0,0,0`.
|
|
30
|
+
*/
|
|
31
|
+
/* Override the browser focus ring with our own focus ring.
|
|
32
|
+
* Use `:where()` so the CSS selector specificity is `0,0,0`.
|
|
33
|
+
*/
|
|
28
34
|
/*
|
|
29
35
|
|
|
30
36
|
# CSS implementation
|
|
@@ -15,6 +15,12 @@
|
|
|
15
15
|
* Copyright (c) 2021-2024 Gemeente Utrecht
|
|
16
16
|
*/
|
|
17
17
|
/* stylelint-disable-next-line block-no-empty */
|
|
18
|
+
/* Override the browser focus ring with our own focus ring.
|
|
19
|
+
* Use `:where()` so the CSS selector specificity is `0,0,0`.
|
|
20
|
+
*/
|
|
21
|
+
/* Override the browser focus ring with our own focus ring.
|
|
22
|
+
* Use `:where()` so the CSS selector specificity is `0,0,0`.
|
|
23
|
+
*/
|
|
18
24
|
/**
|
|
19
25
|
* @license EUPL-1.2
|
|
20
26
|
* Copyright (c) 2020-2024 Frameless B.V.
|
|
@@ -8,6 +8,10 @@
|
|
|
8
8
|
* Copyright (c) 2020-2024 Frameless B.V.
|
|
9
9
|
* Copyright (c) 2021-2024 Gemeente Utrecht
|
|
10
10
|
*/
|
|
11
|
+
/**
|
|
12
|
+
* Source:
|
|
13
|
+
* https://github.com/nl-design-system/candidate/blob/a0246970175883a874aacc9431a1596c429e6319/packages/components-css/number-badge-css/src/_mixin.scss#L5-L16
|
|
14
|
+
*/
|
|
11
15
|
:host {
|
|
12
16
|
display: inline;
|
|
13
17
|
font-variant-numeric: lining-nums tabular-nums;
|
|
@@ -14,6 +14,12 @@
|
|
|
14
14
|
* Copyright (c) 2021-2024 Gemeente Utrecht
|
|
15
15
|
*/
|
|
16
16
|
/* stylelint-disable-next-line block-no-empty */
|
|
17
|
+
/* Override the browser focus ring with our own focus ring.
|
|
18
|
+
* Use `:where()` so the CSS selector specificity is `0,0,0`.
|
|
19
|
+
*/
|
|
20
|
+
/* Override the browser focus ring with our own focus ring.
|
|
21
|
+
* Use `:where()` so the CSS selector specificity is `0,0,0`.
|
|
22
|
+
*/
|
|
17
23
|
/**
|
|
18
24
|
* @license EUPL-1.2
|
|
19
25
|
* Copyright (c) 2020-2024 Frameless B.V.
|
|
@@ -31,6 +31,9 @@
|
|
|
31
31
|
align-items: var(--denhaag-process-steps-step-header-align-items);
|
|
32
32
|
gap: 16px;
|
|
33
33
|
}
|
|
34
|
+
.denhaag-process-steps__step-header--nested {
|
|
35
|
+
gap: 24px;
|
|
36
|
+
}
|
|
34
37
|
|
|
35
38
|
.denhaag-process-steps__step-header-toggle {
|
|
36
39
|
--utrecht-button-subtle-font-size: inherit;
|
|
@@ -119,12 +122,14 @@
|
|
|
119
122
|
color: var(--denhaag-process-steps-step-meta-date-color, var(--denhaag-process-steps-step-meta-color));
|
|
120
123
|
}
|
|
121
124
|
|
|
125
|
+
.denhaag-process-steps__step-meta--nested {
|
|
126
|
+
font-size: var(--denhaag-process-steps-step-meta-nested-font-size, var(--denhaag-process-steps-step-meta-font-size));
|
|
127
|
+
margin-block-start: var(--denhaag-process-steps-step-meta-nested-margin-block-start);
|
|
128
|
+
margin-inline-start: 48px;
|
|
129
|
+
}
|
|
130
|
+
|
|
122
131
|
.denhaag-process-steps__sub-step {
|
|
123
132
|
position: relative;
|
|
124
|
-
align-items: baseline;
|
|
125
|
-
display: flex;
|
|
126
|
-
flex-direction: row;
|
|
127
|
-
gap: 23px;
|
|
128
133
|
margin-block-start: var(--denhaag-process-steps-sub-step-distance);
|
|
129
134
|
}
|
|
130
135
|
|
|
@@ -8,10 +8,45 @@
|
|
|
8
8
|
* Copyright (c) 2020-2024 Frameless B.V.
|
|
9
9
|
* Copyright (c) 2021-2024 Gemeente Utrecht
|
|
10
10
|
*/
|
|
11
|
+
/**
|
|
12
|
+
* @license EUPL-1.2
|
|
13
|
+
* Copyright (c) 2020-2024 Frameless B.V.
|
|
14
|
+
* Copyright (c) 2021-2024 Gemeente Utrecht
|
|
15
|
+
*/
|
|
16
|
+
/* stylelint-disable-next-line block-no-empty */
|
|
17
|
+
/* Override the browser focus ring with our own focus ring.
|
|
18
|
+
* Use `:where()` so the CSS selector specificity is `0,0,0`.
|
|
19
|
+
*/
|
|
20
|
+
/* Override the browser focus ring with our own focus ring.
|
|
21
|
+
* Use `:where()` so the CSS selector specificity is `0,0,0`.
|
|
22
|
+
*/
|
|
23
|
+
/**
|
|
24
|
+
* The focus indicator should be applied to all elements that have the `:focus-visible` state.
|
|
25
|
+
*/
|
|
26
|
+
/**
|
|
27
|
+
* Avoid setting `font-size` on `:root` if you want to keep `1rem` at `16px` for most users.
|
|
28
|
+
* Set `line-height` on the same element as `font-size`, to support font-relative line heights,
|
|
29
|
+
* even though they are discouraged.
|
|
30
|
+
*/
|
|
31
|
+
/**
|
|
32
|
+
* Ensure enough contrast with `var(--utrecht-root-color)`, by overriding the
|
|
33
|
+
* browser black default background color of full screen elements.
|
|
34
|
+
*
|
|
35
|
+
* You can test this by opening any element inside the Root component with the
|
|
36
|
+
* following JavaScript, for example the Heading 1:
|
|
37
|
+
*
|
|
38
|
+
* document.querySelector('h1').requestFullscreen()
|
|
39
|
+
*
|
|
40
|
+
* In dark mode there might be enough contrast, but dark text on a black background
|
|
41
|
+
* would become unreadable in full screen.
|
|
42
|
+
*
|
|
43
|
+
* Use `:where()` so this background color can be overriden by a CSS selector
|
|
44
|
+
* with a higher specificity than (0,0,1).
|
|
45
|
+
*/
|
|
11
46
|
:host {
|
|
12
47
|
/*
|
|
13
48
|
* Goals:
|
|
14
|
-
*
|
|
49
|
+
*
|
|
15
50
|
* - take up 100% of the space, both horizontally and vertically.
|
|
16
51
|
* - create a scrollable viewport experience both on `<html>` in the root,
|
|
17
52
|
* as well as on a `<div>` somewhere in a document.
|
|
@@ -20,14 +55,18 @@
|
|
|
20
55
|
* outside the normal document flow (`absolute`, `fixed` and `sticky`)
|
|
21
56
|
* are positioned relative to the root component.
|
|
22
57
|
* - ensure text content fits at 400% zoom by enabling hypenation.
|
|
58
|
+
* - do not influence the `rem` unit by avoiding `font-size` on the root element.
|
|
23
59
|
*/
|
|
24
60
|
/* reset `font-smoothing: antialiasing`, prefer automatic (`subpixel-antialiasing`) behavior for high-dpi screens */
|
|
25
61
|
-webkit-font-smoothing: auto !important;
|
|
26
62
|
-moz-osx-font-smoothing: auto !important;
|
|
27
|
-
|
|
63
|
+
/* For some new properties, use the `utrecht.body.*` design tokens as fallback for backwards compatibility. */
|
|
64
|
+
background-color: var(--utrecht-root-background-color, Canvas);
|
|
28
65
|
block-size: 100%;
|
|
29
|
-
color: var(--utrecht-root-color);
|
|
66
|
+
color: var(--utrecht-root-color, CanvasText);
|
|
30
67
|
font-family: var(--utrecht-root-font-family);
|
|
68
|
+
font-size-adjust: var(--utrecht-root-font-size-adjust, 0.5);
|
|
69
|
+
font-weight: var(--utrecht-root-font-weight, var(--utrecht-body-font-weight));
|
|
31
70
|
-webkit-hyphens: auto;
|
|
32
71
|
-moz-hyphens: auto;
|
|
33
72
|
-ms-hyphens: auto;
|
|
@@ -35,12 +74,21 @@
|
|
|
35
74
|
inline-size: 100%;
|
|
36
75
|
overflow-block: auto;
|
|
37
76
|
overflow-inline: auto;
|
|
77
|
+
overflow-wrap: break-word;
|
|
38
78
|
position: relative;
|
|
39
79
|
text-rendering: optimizeLegibility;
|
|
40
80
|
-moz-text-size-adjust: none;
|
|
41
81
|
-webkit-text-size-adjust: none;
|
|
42
82
|
text-size-adjust: none;
|
|
43
|
-
|
|
83
|
+
}
|
|
84
|
+
@media (prefers-reduced-motion: no-preference) {
|
|
85
|
+
:host {
|
|
86
|
+
scroll-behavior: smooth;
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
:host {
|
|
90
|
+
font-size: var(--utrecht-root-font-size, var(--utrecht-body-font-size));
|
|
91
|
+
line-height: var(--utrecht-root-line-height, var(--utrecht-body-line-height));
|
|
44
92
|
}
|
|
45
93
|
|
|
46
94
|
:host([hidden]) {
|
|
@@ -14,6 +14,12 @@
|
|
|
14
14
|
* Copyright (c) 2021-2024 Gemeente Utrecht
|
|
15
15
|
*/
|
|
16
16
|
/* stylelint-disable-next-line block-no-empty */
|
|
17
|
+
/* Override the browser focus ring with our own focus ring.
|
|
18
|
+
* Use `:where()` so the CSS selector specificity is `0,0,0`.
|
|
19
|
+
*/
|
|
20
|
+
/* Override the browser focus ring with our own focus ring.
|
|
21
|
+
* Use `:where()` so the CSS selector specificity is `0,0,0`.
|
|
22
|
+
*/
|
|
17
23
|
.utrecht-sidenav {
|
|
18
24
|
--utrecht-sidenav-connection-color: var(--utrecht-sidenav-item-marker-color);
|
|
19
25
|
--utrecht-sidenav-connection-inline-size: 2px;
|
|
@@ -19,6 +19,12 @@
|
|
|
19
19
|
* Copyright (c) 2021-2024 Gemeente Utrecht
|
|
20
20
|
*/
|
|
21
21
|
/* stylelint-disable-next-line block-no-empty */
|
|
22
|
+
/* Override the browser focus ring with our own focus ring.
|
|
23
|
+
* Use `:where()` so the CSS selector specificity is `0,0,0`.
|
|
24
|
+
*/
|
|
25
|
+
/* Override the browser focus ring with our own focus ring.
|
|
26
|
+
* Use `:where()` so the CSS selector specificity is `0,0,0`.
|
|
27
|
+
*/
|
|
22
28
|
/* stylelint-disable-next-line block-no-empty */
|
|
23
29
|
.utrecht-skip-link {
|
|
24
30
|
/* Use `ButtonFace` as default `background-color`
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
/* stylelint-disable-next-line block-no-empty */
|
|
12
12
|
/* stylelint-disable-next-line block-no-empty */
|
|
13
13
|
:host {
|
|
14
|
+
break-after: avoid;
|
|
14
15
|
break-inside: avoid;
|
|
15
16
|
color: var(--utrecht-table-caption-color);
|
|
16
17
|
font-family: var(--utrecht-table-caption-font-family);
|
|
@@ -18,9 +19,8 @@
|
|
|
18
19
|
font-weight: var(--utrecht-table-caption-font-weight);
|
|
19
20
|
line-height: var(--utrecht-table-caption-line-height);
|
|
20
21
|
margin-block-end: var(--utrecht-table-caption-margin-block-end);
|
|
21
|
-
page-break-after: avoid;
|
|
22
22
|
text-align: var(--utrecht-table-caption-text-align, center);
|
|
23
|
+
break-after: avoid;
|
|
24
|
+
break-inside: avoid;
|
|
23
25
|
display: table-caption;
|
|
24
|
-
page-break-after: avoid;
|
|
25
|
-
page-break-inside: avoid;
|
|
26
26
|
}
|
|
@@ -21,6 +21,7 @@ utrecht-table-container {
|
|
|
21
21
|
}
|
|
22
22
|
|
|
23
23
|
utrecht-table-container table > caption {
|
|
24
|
+
break-after: avoid;
|
|
24
25
|
break-inside: avoid;
|
|
25
26
|
color: var(--utrecht-table-caption-color);
|
|
26
27
|
font-family: var(--utrecht-table-caption-font-family);
|
|
@@ -28,7 +29,6 @@ utrecht-table-container table > caption {
|
|
|
28
29
|
font-weight: var(--utrecht-table-caption-font-weight);
|
|
29
30
|
line-height: var(--utrecht-table-caption-line-height);
|
|
30
31
|
margin-block-end: var(--utrecht-table-caption-margin-block-end);
|
|
31
|
-
page-break-after: avoid;
|
|
32
32
|
text-align: var(--utrecht-table-caption-text-align, center);
|
|
33
33
|
}
|
|
34
34
|
utrecht-table-container table > thead {
|
|
@@ -38,7 +38,6 @@ utrecht-table-container table > thead {
|
|
|
38
38
|
break-inside: avoid;
|
|
39
39
|
color: var(--utrecht-table-header-color);
|
|
40
40
|
font-weight: var(--utrecht-table-header-font-weight);
|
|
41
|
-
page-break-inside: avoid;
|
|
42
41
|
text-transform: var(--utrecht-table-header-text-transform);
|
|
43
42
|
}
|
|
44
43
|
utrecht-table-container table > tbody {
|
|
@@ -46,7 +45,6 @@ utrecht-table-container table > tbody {
|
|
|
46
45
|
}
|
|
47
46
|
utrecht-table-container table > tr, utrecht-table-container table > thead > tr, utrecht-table-container table > tbody > tr, utrecht-table-container table > tfoot > tr {
|
|
48
47
|
break-inside: avoid;
|
|
49
|
-
page-break-inside: avoid;
|
|
50
48
|
}
|
|
51
49
|
utrecht-table-container table > thead > tr:last-of-type {
|
|
52
50
|
border-block-end-color: var(--utrecht-table-header-border-block-end-color, transparent);
|