@utrecht/web-component-library-stencil 4.1.0 → 4.2.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.
Files changed (252) hide show
  1. package/dist/cjs/index-df3f0e01.js +10 -18
  2. package/dist/cjs/loader.cjs.js +1 -1
  3. package/dist/cjs/{utrecht-action-group_46.cjs.entry.js → utrecht-action-group_48.cjs.entry.js} +75 -44
  4. package/dist/cjs/utrecht-action-group_48.cjs.entry.js.map +1 -0
  5. package/dist/cjs/utrecht-body.cjs.entry.js +4 -4
  6. package/dist/cjs/utrecht-body.cjs.entry.js.map +1 -1
  7. package/dist/cjs/utrecht-data-list-item.cjs.entry.js +1 -1
  8. package/dist/cjs/utrecht-document.cjs.entry.js +22 -0
  9. package/dist/cjs/utrecht-document.cjs.entry.js.map +1 -0
  10. package/dist/cjs/utrecht-form-toggle.cjs.entry.js +1 -1
  11. package/dist/cjs/utrecht-form-toggle.cjs.entry.js.map +1 -1
  12. package/dist/cjs/utrecht-html-content.cjs.entry.js +1 -1
  13. package/dist/cjs/utrecht-html-content.cjs.entry.js.map +1 -1
  14. package/dist/cjs/utrecht-page-content.cjs.entry.js +22 -0
  15. package/dist/cjs/utrecht-page-content.cjs.entry.js.map +1 -0
  16. package/dist/cjs/utrecht-page.cjs.entry.js +22 -0
  17. package/dist/cjs/utrecht-page.cjs.entry.js.map +1 -0
  18. package/dist/cjs/utrecht-progress-list-item.cjs.entry.js +1 -1
  19. package/dist/cjs/utrecht-progress-list-item.cjs.entry.js.map +1 -1
  20. package/dist/cjs/utrecht-progress-list.cjs.entry.js +1 -1
  21. package/dist/cjs/utrecht-progress-list.cjs.entry.js.map +1 -1
  22. package/dist/cjs/utrecht-progress-sublist-item.cjs.entry.js +1 -1
  23. package/dist/cjs/utrecht-progress-sublist-item.cjs.entry.js.map +1 -1
  24. package/dist/cjs/utrecht-table-caption.cjs.entry.js +1 -1
  25. package/dist/cjs/utrecht-table-caption.cjs.entry.js.map +1 -1
  26. package/dist/cjs/utrecht-table-container.cjs.entry.js +1 -1
  27. package/dist/cjs/utrecht-table-container.cjs.entry.js.map +1 -1
  28. package/dist/cjs/utrecht-table-header.cjs.entry.js +1 -1
  29. package/dist/cjs/utrecht-table-header.cjs.entry.js.map +1 -1
  30. package/dist/cjs/utrecht-table-row.cjs.entry.js +1 -1
  31. package/dist/cjs/utrecht-table-row.cjs.entry.js.map +1 -1
  32. package/dist/cjs/utrecht.cjs.js +1 -1
  33. package/dist/collection/components/alert.css +4 -0
  34. package/dist/collection/components/alert.js +3 -2
  35. package/dist/collection/components/alert.js.map +1 -1
  36. package/dist/collection/components/body.css +0 -4
  37. package/dist/collection/components/body.js +1 -1
  38. package/dist/collection/components/body.js.map +1 -1
  39. package/dist/collection/components/breadcrumb-nav.css +6 -0
  40. package/dist/collection/components/button-link.css +7 -1
  41. package/dist/collection/components/button.css +7 -1
  42. package/dist/collection/components/checkbox.css +6 -0
  43. package/dist/collection/components/contact-card-template.css +6 -0
  44. package/dist/collection/components/custom-checkbox.css +6 -0
  45. package/dist/collection/components/data-list-item.css +1 -1
  46. package/dist/collection/components/form-field-checkbox.css +6 -1
  47. package/dist/collection/components/form-field-textarea.css +6 -1
  48. package/dist/collection/components/form-field-textbox.css +6 -1
  49. package/dist/collection/components/form-toggle.css +10 -2
  50. package/dist/collection/components/heading-1.css +3 -3
  51. package/dist/collection/components/heading-2.css +3 -3
  52. package/dist/collection/components/heading-3.css +3 -3
  53. package/dist/collection/components/heading-4.css +3 -3
  54. package/dist/collection/components/heading-5.css +3 -3
  55. package/dist/collection/components/heading-6.css +3 -3
  56. package/dist/collection/components/heading.css +18 -18
  57. package/dist/collection/components/html-content.css +135 -26
  58. package/dist/collection/components/link-button.css +6 -0
  59. package/dist/collection/components/link.css +6 -0
  60. package/dist/collection/components/nav-bar.css +7 -0
  61. package/dist/collection/components/nav-bar.js +26 -1
  62. package/dist/collection/components/nav-bar.js.map +1 -1
  63. package/dist/collection/components/number-data.css +4 -0
  64. package/dist/collection/components/page-layout.css +1 -1
  65. package/dist/collection/components/pagination.css +6 -0
  66. package/dist/collection/components/progress-list.css +9 -4
  67. package/dist/collection/components/root.css +131 -8
  68. package/dist/collection/components/sidenav.css +6 -0
  69. package/dist/collection/components/skip-link.css +6 -0
  70. package/dist/collection/components/spotlight-section.css +3 -0
  71. package/dist/collection/components/table-caption.css +3 -3
  72. package/dist/collection/components/table-container.css +1 -3
  73. package/dist/collection/components/table-header.css +0 -1
  74. package/dist/collection/components/table-row.css +0 -1
  75. package/dist/collection/components/textarea.css +6 -0
  76. package/dist/collection/components/textbox.css +6 -0
  77. package/dist/collection/components/top-task-link.css +6 -0
  78. package/dist/collection/components/url-data.css +0 -1
  79. package/dist/components/p-145331fd.js +143 -0
  80. package/dist/components/{p-50d20687.js.map → p-145331fd.js.map} +1 -1
  81. package/dist/components/{p-6cc7a0ab.js → p-903009d4.js} +2 -2
  82. package/dist/components/{p-6cc7a0ab.js.map → p-903009d4.js.map} +1 -1
  83. package/dist/components/{p-8b0c8650.js → p-b99c32b3.js} +2 -2
  84. package/dist/components/{p-8b0c8650.js.map → p-b99c32b3.js.map} +1 -1
  85. package/dist/components/utrecht-alert.js +5 -3
  86. package/dist/components/utrecht-alert.js.map +1 -1
  87. package/dist/components/utrecht-body.js +4 -4
  88. package/dist/components/utrecht-body.js.map +1 -1
  89. package/dist/components/utrecht-button-link.js +1 -1
  90. package/dist/components/utrecht-button-link.js.map +1 -1
  91. package/dist/components/utrecht-button.js +1 -1
  92. package/dist/components/utrecht-contact-card-template.js +2 -2
  93. package/dist/components/utrecht-data-list-item.js +1 -1
  94. package/dist/components/utrecht-form-field-checkbox.js +1 -1
  95. package/dist/components/utrecht-form-field-checkbox.js.map +1 -1
  96. package/dist/components/utrecht-form-field-textarea.js +1 -1
  97. package/dist/components/utrecht-form-field-textarea.js.map +1 -1
  98. package/dist/components/utrecht-form-field-textbox.js +1 -1
  99. package/dist/components/utrecht-form-field-textbox.js.map +1 -1
  100. package/dist/components/utrecht-form-toggle.js +1 -1
  101. package/dist/components/utrecht-form-toggle.js.map +1 -1
  102. package/dist/components/utrecht-heading-1.js +1 -1
  103. package/dist/components/utrecht-heading-1.js.map +1 -1
  104. package/dist/components/utrecht-heading-2.js +1 -1
  105. package/dist/components/utrecht-heading-3.js +1 -1
  106. package/dist/components/utrecht-heading-4.js +1 -1
  107. package/dist/components/utrecht-heading-4.js.map +1 -1
  108. package/dist/components/utrecht-heading-5.js +1 -1
  109. package/dist/components/utrecht-heading-5.js.map +1 -1
  110. package/dist/components/utrecht-heading-6.js +1 -1
  111. package/dist/components/utrecht-heading-6.js.map +1 -1
  112. package/dist/components/utrecht-heading.js +1 -1
  113. package/dist/components/utrecht-heading.js.map +1 -1
  114. package/dist/components/utrecht-html-content.js +1 -1
  115. package/dist/components/utrecht-html-content.js.map +1 -1
  116. package/dist/components/utrecht-nav-bar.js +6 -3
  117. package/dist/components/utrecht-nav-bar.js.map +1 -1
  118. package/dist/components/utrecht-page-layout.js +1 -1
  119. package/dist/components/utrecht-page-layout.js.map +1 -1
  120. package/dist/components/utrecht-progress-list-item.js +2 -2
  121. package/dist/components/utrecht-progress-list-item.js.map +1 -1
  122. package/dist/components/utrecht-progress-list.js +1 -1
  123. package/dist/components/utrecht-progress-list.js.map +1 -1
  124. package/dist/components/utrecht-progress-sublist-item.js +1 -1
  125. package/dist/components/utrecht-progress-sublist-item.js.map +1 -1
  126. package/dist/components/utrecht-root.js +1 -1
  127. package/dist/components/utrecht-root.js.map +1 -1
  128. package/dist/components/utrecht-spotlight-section.js +1 -1
  129. package/dist/components/utrecht-spotlight-section.js.map +1 -1
  130. package/dist/components/utrecht-table-caption.js +1 -1
  131. package/dist/components/utrecht-table-caption.js.map +1 -1
  132. package/dist/components/utrecht-table-container.js +1 -1
  133. package/dist/components/utrecht-table-container.js.map +1 -1
  134. package/dist/components/utrecht-table-header.js +1 -1
  135. package/dist/components/utrecht-table-header.js.map +1 -1
  136. package/dist/components/utrecht-table-row.js +1 -1
  137. package/dist/components/utrecht-table-row.js.map +1 -1
  138. package/dist/components/utrecht-url-data.js +1 -1
  139. package/dist/components/utrecht-url-data.js.map +1 -1
  140. package/dist/esm/index-6be72d1f.js +10 -18
  141. package/dist/esm/loader.js +1 -1
  142. package/dist/esm/{utrecht-action-group_46.entry.js → utrecht-action-group_48.entry.js} +71 -42
  143. package/dist/esm/utrecht-action-group_48.entry.js.map +1 -0
  144. package/dist/esm/utrecht-body.entry.js +4 -4
  145. package/dist/esm/utrecht-body.entry.js.map +1 -1
  146. package/dist/esm/utrecht-data-list-item.entry.js +1 -1
  147. package/dist/esm/utrecht-document.entry.js +18 -0
  148. package/dist/esm/utrecht-document.entry.js.map +1 -0
  149. package/dist/esm/utrecht-form-toggle.entry.js +1 -1
  150. package/dist/esm/utrecht-form-toggle.entry.js.map +1 -1
  151. package/dist/esm/utrecht-html-content.entry.js +1 -1
  152. package/dist/esm/utrecht-html-content.entry.js.map +1 -1
  153. package/dist/esm/utrecht-page-content.entry.js +18 -0
  154. package/dist/esm/utrecht-page-content.entry.js.map +1 -0
  155. package/dist/esm/utrecht-page.entry.js +18 -0
  156. package/dist/esm/utrecht-page.entry.js.map +1 -0
  157. package/dist/esm/utrecht-progress-list-item.entry.js +1 -1
  158. package/dist/esm/utrecht-progress-list-item.entry.js.map +1 -1
  159. package/dist/esm/utrecht-progress-list.entry.js +1 -1
  160. package/dist/esm/utrecht-progress-list.entry.js.map +1 -1
  161. package/dist/esm/utrecht-progress-sublist-item.entry.js +1 -1
  162. package/dist/esm/utrecht-progress-sublist-item.entry.js.map +1 -1
  163. package/dist/esm/utrecht-table-caption.entry.js +1 -1
  164. package/dist/esm/utrecht-table-caption.entry.js.map +1 -1
  165. package/dist/esm/utrecht-table-container.entry.js +1 -1
  166. package/dist/esm/utrecht-table-container.entry.js.map +1 -1
  167. package/dist/esm/utrecht-table-header.entry.js +1 -1
  168. package/dist/esm/utrecht-table-header.entry.js.map +1 -1
  169. package/dist/esm/utrecht-table-row.entry.js +1 -1
  170. package/dist/esm/utrecht-table-row.entry.js.map +1 -1
  171. package/dist/esm/utrecht.js +1 -1
  172. package/dist/types/components/body.d.ts +1 -1
  173. package/dist/types/components/nav-bar.d.ts +1 -0
  174. package/dist/types/components.d.ts +2 -0
  175. package/dist/utrecht/p-017a87d7.entry.js +2 -0
  176. package/dist/utrecht/p-017a87d7.entry.js.map +1 -0
  177. package/dist/utrecht/p-0f1d450b.entry.js +2 -0
  178. package/dist/utrecht/p-0f1d450b.entry.js.map +1 -0
  179. package/dist/utrecht/p-111bc630.entry.js +2 -0
  180. package/dist/utrecht/{p-b78c917c.entry.js.map → p-111bc630.entry.js.map} +1 -1
  181. package/dist/utrecht/p-159b7585.entry.js +2 -0
  182. package/dist/utrecht/{p-82fddfe5.entry.js.map → p-159b7585.entry.js.map} +1 -1
  183. package/dist/utrecht/p-161ae02f.entry.js +2 -0
  184. package/dist/utrecht/{p-9bbd5241.entry.js.map → p-161ae02f.entry.js.map} +1 -1
  185. package/dist/utrecht/p-1c7451c7.entry.js +2 -0
  186. package/dist/utrecht/{p-9dd388f5.entry.js.map → p-1c7451c7.entry.js.map} +1 -1
  187. package/dist/utrecht/p-39f7b42b.entry.js +2 -0
  188. package/dist/utrecht/p-39f7b42b.entry.js.map +1 -0
  189. package/dist/utrecht/p-54afb1bf.entry.js +2 -0
  190. package/dist/utrecht/{p-8061ad92.entry.js.map → p-54afb1bf.entry.js.map} +1 -1
  191. package/dist/utrecht/{p-a2f05439.entry.js → p-867b57d2.entry.js} +2 -2
  192. package/dist/utrecht/{p-a2f05439.entry.js.map → p-867b57d2.entry.js.map} +1 -1
  193. package/dist/utrecht/p-8be41005.entry.js +2 -0
  194. package/dist/utrecht/p-8be41005.entry.js.map +1 -0
  195. package/dist/utrecht/p-b06b325e.entry.js +2 -0
  196. package/dist/utrecht/{p-fc013486.entry.js.map → p-b06b325e.entry.js.map} +1 -1
  197. package/dist/utrecht/{p-57bd3d72.entry.js → p-d5053155.entry.js} +2 -2
  198. package/dist/utrecht/p-e26c28d0.entry.js +2 -0
  199. package/dist/utrecht/{p-c68c6594.entry.js.map → p-e26c28d0.entry.js.map} +1 -1
  200. package/dist/utrecht/p-e2d5f0a5.entry.js +2 -0
  201. package/dist/utrecht/{p-e31537c7.entry.js.map → p-e2d5f0a5.entry.js.map} +1 -1
  202. package/dist/utrecht/p-edc6473f.entry.js +2 -0
  203. package/dist/utrecht/p-edc6473f.entry.js.map +1 -0
  204. package/dist/utrecht/utrecht.esm.js +1 -1
  205. package/dist/utrecht/utrecht.esm.js.map +1 -1
  206. package/package.json +86 -86
  207. package/dist/cjs/utrecht-action-group_46.cjs.entry.js.map +0 -1
  208. package/dist/cjs/utrecht-nav-bar.cjs.entry.js +0 -22
  209. package/dist/cjs/utrecht-nav-bar.cjs.entry.js.map +0 -1
  210. package/dist/cjs/utrecht-page-body.cjs.entry.js +0 -22
  211. package/dist/cjs/utrecht-page-body.cjs.entry.js.map +0 -1
  212. package/dist/cjs/utrecht-page-footer.cjs.entry.js +0 -22
  213. package/dist/cjs/utrecht-page-footer.cjs.entry.js.map +0 -1
  214. package/dist/cjs/utrecht-page-layout.cjs.entry.js +0 -22
  215. package/dist/cjs/utrecht-page-layout.cjs.entry.js.map +0 -1
  216. package/dist/cjs/utrecht-root.cjs.entry.js +0 -22
  217. package/dist/cjs/utrecht-root.cjs.entry.js.map +0 -1
  218. package/dist/components/p-50d20687.js +0 -143
  219. package/dist/esm/utrecht-action-group_46.entry.js.map +0 -1
  220. package/dist/esm/utrecht-nav-bar.entry.js +0 -18
  221. package/dist/esm/utrecht-nav-bar.entry.js.map +0 -1
  222. package/dist/esm/utrecht-page-body.entry.js +0 -18
  223. package/dist/esm/utrecht-page-body.entry.js.map +0 -1
  224. package/dist/esm/utrecht-page-footer.entry.js +0 -18
  225. package/dist/esm/utrecht-page-footer.entry.js.map +0 -1
  226. package/dist/esm/utrecht-page-layout.entry.js +0 -18
  227. package/dist/esm/utrecht-page-layout.entry.js.map +0 -1
  228. package/dist/esm/utrecht-root.entry.js +0 -18
  229. package/dist/esm/utrecht-root.entry.js.map +0 -1
  230. package/dist/utrecht/p-2af9fcf9.entry.js +0 -2
  231. package/dist/utrecht/p-2af9fcf9.entry.js.map +0 -1
  232. package/dist/utrecht/p-510d3f77.entry.js +0 -2
  233. package/dist/utrecht/p-510d3f77.entry.js.map +0 -1
  234. package/dist/utrecht/p-5a2b91cf.entry.js +0 -2
  235. package/dist/utrecht/p-5a2b91cf.entry.js.map +0 -1
  236. package/dist/utrecht/p-8061ad92.entry.js +0 -2
  237. package/dist/utrecht/p-82fddfe5.entry.js +0 -2
  238. package/dist/utrecht/p-9bbd5241.entry.js +0 -2
  239. package/dist/utrecht/p-9dd388f5.entry.js +0 -2
  240. package/dist/utrecht/p-aee3361b.entry.js +0 -2
  241. package/dist/utrecht/p-aee3361b.entry.js.map +0 -1
  242. package/dist/utrecht/p-b3dbf1ca.entry.js +0 -2
  243. package/dist/utrecht/p-b3dbf1ca.entry.js.map +0 -1
  244. package/dist/utrecht/p-b78c917c.entry.js +0 -2
  245. package/dist/utrecht/p-c68c6594.entry.js +0 -2
  246. package/dist/utrecht/p-e04057c0.entry.js +0 -2
  247. package/dist/utrecht/p-e04057c0.entry.js.map +0 -1
  248. package/dist/utrecht/p-e31537c7.entry.js +0 -2
  249. package/dist/utrecht/p-f9f49c15.entry.js +0 -2
  250. package/dist/utrecht/p-f9f49c15.entry.js.map +0 -1
  251. package/dist/utrecht/p-fc013486.entry.js +0 -2
  252. /package/dist/utrecht/{p-57bd3d72.entry.js.map → p-d5053155.entry.js.map} +0 -0
@@ -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
  .utrecht-checkbox--custom,
23
29
  .utrecht-custom-checkbox {
24
30
  /*
@@ -20,7 +20,7 @@
20
20
 
21
21
  div {
22
22
  /* `break-inside: avoid` would probably be too much in situations, especially with nested lists */
23
- page-break-inside: avoid;
23
+ break-inside: avoid-page;
24
24
  --_utrecht-minmax: max(
25
25
  var(--utrecht-data-list-rows-column-min-inline-size, 25ch),
26
26
  var(--utrecht-data-list-rows-column-inline-size, 80%)
@@ -20,7 +20,6 @@
20
20
  font-family: var(--utrecht-document-font-family, inherit);
21
21
  margin-block-end: calc(var(--utrecht-space-around, 0) * var(--utrecht-form-field-margin-block-end, 0));
22
22
  margin-block-start: calc(var(--utrecht-space-around, 0) * var(--utrecht-form-field-margin-block-start, 0));
23
- page-break-inside: avoid;
24
23
  }
25
24
 
26
25
  .utrecht-form-field--distanced {
@@ -209,6 +208,12 @@
209
208
  * Copyright (c) 2021-2024 Gemeente Utrecht
210
209
  */
211
210
  /* stylelint-disable-next-line block-no-empty */
211
+ /* Override the browser focus ring with our own focus ring.
212
+ * Use `:where()` so the CSS selector specificity is `0,0,0`.
213
+ */
214
+ /* Override the browser focus ring with our own focus ring.
215
+ * Use `:where()` so the CSS selector specificity is `0,0,0`.
216
+ */
212
217
  /**
213
218
  * @license EUPL-1.2
214
219
  * Copyright (c) 2020-2024 Frameless B.V.
@@ -20,7 +20,6 @@
20
20
  font-family: var(--utrecht-document-font-family, inherit);
21
21
  margin-block-end: calc(var(--utrecht-space-around, 0) * var(--utrecht-form-field-margin-block-end, 0));
22
22
  margin-block-start: calc(var(--utrecht-space-around, 0) * var(--utrecht-form-field-margin-block-start, 0));
23
- page-break-inside: avoid;
24
23
  }
25
24
 
26
25
  .utrecht-form-field--distanced {
@@ -209,6 +208,12 @@
209
208
  * Copyright (c) 2021-2024 Gemeente Utrecht
210
209
  */
211
210
  /* stylelint-disable-next-line block-no-empty */
211
+ /* Override the browser focus ring with our own focus ring.
212
+ * Use `:where()` so the CSS selector specificity is `0,0,0`.
213
+ */
214
+ /* Override the browser focus ring with our own focus ring.
215
+ * Use `:where()` so the CSS selector specificity is `0,0,0`.
216
+ */
212
217
  /**
213
218
  * @license EUPL-1.2
214
219
  * Copyright (c) 2020-2024 Frameless B.V.
@@ -20,7 +20,6 @@
20
20
  font-family: var(--utrecht-document-font-family, inherit);
21
21
  margin-block-end: calc(var(--utrecht-space-around, 0) * var(--utrecht-form-field-margin-block-end, 0));
22
22
  margin-block-start: calc(var(--utrecht-space-around, 0) * var(--utrecht-form-field-margin-block-start, 0));
23
- page-break-inside: avoid;
24
23
  }
25
24
 
26
25
  .utrecht-form-field--distanced {
@@ -209,6 +208,12 @@
209
208
  * Copyright (c) 2021-2024 Gemeente Utrecht
210
209
  */
211
210
  /* stylelint-disable-next-line block-no-empty */
211
+ /* Override the browser focus ring with our own focus ring.
212
+ * Use `:where()` so the CSS selector specificity is `0,0,0`.
213
+ */
214
+ /* Override the browser focus ring with our own focus ring.
215
+ * Use `:where()` so the CSS selector specificity is `0,0,0`.
216
+ */
212
217
  /**
213
218
  * @license EUPL-1.2
214
219
  * Copyright (c) 2020-2024 Frameless B.V.
@@ -19,6 +19,16 @@
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
+ */
28
+ /**
29
+ * Source:
30
+ * https://github.com/nl-design-system/candidate/blob/a0246970175883a874aacc9431a1596c429e6319/packages/components-css/number-badge-css/src/_mixin.scss#L5-L16
31
+ */
22
32
  .utrecht-form-toggle {
23
33
  align-items: center;
24
34
  block-size: var(--utrecht-form-toggle-height, 2em);
@@ -146,8 +156,6 @@
146
156
  /* Source: https://kittygiraudel.com/snippets/sr-only-class/ */
147
157
  block-size: 1px !important;
148
158
  border: 0 !important;
149
- clip: rect(1px, 1px, 1px, 1px) !important;
150
- -webkit-clip-path: inset(50%) !important;
151
159
  clip-path: inset(50%) !important;
152
160
  inline-size: 1px !important;
153
161
  /* stylelint-disable-next-line property-disallowed-list */
@@ -22,9 +22,10 @@
22
22
  }
23
23
 
24
24
  h1 {
25
+ break-after: avoid;
25
26
  break-inside: avoid-column;
26
- page-break-after: avoid;
27
- page-break-inside: avoid;
27
+ break-inside: avoid;
28
+ break-after: avoid-page;
28
29
  color: var(--utrecht-heading-1-color, var(--utrecht-heading-color, var(--utrecht-document-color, inherit)));
29
30
  font-family: var(--utrecht-heading-1-font-family, var(--utrecht-heading-font-family, var(--utrecht-document-font-family)));
30
31
  font-size: var(--utrecht-heading-1-font-size, revert);
@@ -32,5 +33,4 @@ h1 {
32
33
  line-height: var(--utrecht-heading-1-line-height);
33
34
  margin-block-end: calc(var(--utrecht-space-around, 0) * var(--utrecht-heading-1-margin-block-end, 0));
34
35
  margin-block-start: calc(var(--utrecht-space-around, 0) * var(--utrecht-heading-1-margin-block-start, 0));
35
- page-break-after: avoid;
36
36
  }
@@ -22,9 +22,10 @@
22
22
  }
23
23
 
24
24
  h2 {
25
+ break-after: avoid;
25
26
  break-inside: avoid-column;
26
- page-break-after: avoid;
27
- page-break-inside: avoid;
27
+ break-inside: avoid;
28
+ break-after: avoid-page;
28
29
  color: var(--utrecht-heading-2-color, var(--utrecht-heading-color, var(--utrecht-document-color, inherit)));
29
30
  font-family: var(--utrecht-heading-2-font-family, var(--utrecht-heading-font-family, var(--utrecht-document-font-family)));
30
31
  font-size: var(--utrecht-heading-2-font-size, revert);
@@ -32,5 +33,4 @@ h2 {
32
33
  line-height: var(--utrecht-heading-2-line-height);
33
34
  margin-block-end: calc(var(--utrecht-space-around, 0) * var(--utrecht-heading-2-margin-block-end, 0));
34
35
  margin-block-start: calc(var(--utrecht-space-around, 0) * var(--utrecht-heading-2-margin-block-start, 0));
35
- page-break-after: avoid;
36
36
  }
@@ -22,9 +22,10 @@
22
22
  }
23
23
 
24
24
  h3 {
25
+ break-after: avoid;
25
26
  break-inside: avoid-column;
26
- page-break-after: avoid;
27
- page-break-inside: avoid;
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
- page-break-after: avoid;
27
- page-break-inside: avoid;
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
- page-break-after: avoid;
27
- page-break-inside: avoid;
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
- page-break-after: avoid;
27
- page-break-inside: avoid;
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
- page-break-after: avoid;
24
- page-break-inside: avoid;
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
- page-break-after: avoid;
52
- page-break-inside: avoid;
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
- page-break-after: avoid;
80
- page-break-inside: avoid;
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
- page-break-after: avoid;
108
- page-break-inside: avoid;
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
- page-break-after: avoid;
136
- page-break-inside: avoid;
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
- page-break-after: avoid;
164
- page-break-inside: avoid;
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-inside: avoid;
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
- page-break-after: avoid;
977
- page-break-inside: avoid;
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
- page-break-after: avoid;
991
- page-break-inside: avoid;
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
- page-break-after: avoid;
1005
- page-break-inside: avoid;
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
- page-break-after: avoid;
1019
- page-break-inside: avoid;
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
- page-break-after: avoid;
1033
- page-break-inside: avoid;
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
- page-break-after: avoid;
1047
- page-break-inside: avoid;
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 {
@@ -1932,25 +1941,125 @@ however browsers don't seem to have implemented great looking supixel tweening y
1932
1941
  font-variant-ligatures: none;
1933
1942
  }
1934
1943
  .utrecht-html ul {
1944
+ --_utrecht-unordered-list-list-style-type: var(--utrecht-unordered-list-list-style-type, "●");
1945
+ --_utrecht-unordered-list-marker-font-size: var(--utrecht-unordered-list-marker-font-size, "1rem");
1935
1946
  /* Configure `box-sizing` and `text-align` for `--center` */
1936
1947
  box-sizing: border-box;
1937
1948
  font-family: var(--utrecht-document-font-family, inherit);
1938
1949
  font-size: var(--utrecht-unordered-list-font-size, var(--utrecht-document-font-size, inherit));
1939
1950
  line-height: var(--utrecht-unordered-list-line-height, var(--utrecht-document-line-height, inherit));
1951
+ /* Using list style type instead of ::marker allows for more cross browser compatibility */
1952
+ list-style-type: var(--_utrecht-unordered-list-list-style-type, "●");
1940
1953
  margin-block-end: calc(var(--utrecht-space-around, 0) * var(--utrecht-unordered-list-margin-block-end, var(--utrecht-paragraph-margin-block-end, 0)));
1941
1954
  margin-block-start: calc(var(--utrecht-space-around, 0) * var(--utrecht-unordered-list-margin-block-start, var(--utrecht-paragraph-margin-block-start, 0)));
1942
- padding-inline-start: var(--utrecht-unordered-list-padding-inline-start, 2ch);
1955
+ margin-inline-start: var(--utrecht-unordered-list-margin-inline-start, 1ch);
1956
+ padding-inline-start: var(--utrecht-unordered-list-padding-inline-start, 0);
1943
1957
  text-align: start;
1944
1958
  --utrecht-space-around: 1;
1959
+ --_utrecht-unordered-list-list-style-type: var(
1960
+ --utrecht-unordered-list-level-1-list-style-type,
1961
+ var(--utrecht-unordered-list-list-style-type, ●)
1962
+ );
1963
+ --_utrecht-unordered-list-marker-font-size: var(
1964
+ --utrecht-unordered-list-level-1-marker-font-size,
1965
+ var(--utrecht-unordered-list-marker-font-size, 1em)
1966
+ );
1945
1967
  }
1946
1968
  .utrecht-html ul > li {
1947
1969
  margin-block-end: var(--utrecht-unordered-list-item-margin-block-end);
1948
1970
  margin-block-start: var(--utrecht-unordered-list-item-margin-block-start);
1949
1971
  padding-inline-start: var(--utrecht-unordered-list-item-padding-inline-start, 1ch);
1950
1972
  }
1973
+ .utrecht-html {
1974
+ /* Child combinator (>) to prevent styling nested ordered lists */
1975
+ }
1951
1976
  .utrecht-html ul > li::marker {
1952
1977
  color: var(--utrecht-unordered-list-marker-color);
1953
- content: "●";
1978
+ font-size: var(--_utrecht-unordered-list-marker-font-size, 1em);
1979
+ }
1980
+ .utrecht-html ul > li > ul {
1981
+ --_utrecht-unordered-list-list-style-type: var(
1982
+ --utrecht-unordered-list-level-2-list-style-type,
1983
+ var(--utrecht-unordered-list-list-style-type, ○)
1984
+ );
1985
+ --_utrecht-unordered-list-marker-font-size: var(
1986
+ --utrecht-unordered-list-level-2-marker-font-size,
1987
+ var(--utrecht-unordered-list-marker-font-size, 1em)
1988
+ );
1989
+ }
1990
+ .utrecht-html ul > li > ul > li > ul {
1991
+ --_utrecht-unordered-list-list-style-type: var(
1992
+ --utrecht-unordered-list-level-3-list-style-type,
1993
+ var(--utrecht-unordered-list-list-style-type, ◆)
1994
+ );
1995
+ --_utrecht-unordered-list-marker-font-size: var(
1996
+ --utrecht-unordered-list-level-3-marker-font-size,
1997
+ var(--utrecht-unordered-list-marker-font-size, 1em)
1998
+ );
1999
+ }
2000
+ .utrecht-html ul > li > ul > li > ul > li > ul {
2001
+ --_utrecht-unordered-list-list-style-type: var(
2002
+ --utrecht-unordered-list-level-4-list-style-type,
2003
+ var(--utrecht-unordered-list-list-style-type, ◇)
2004
+ );
2005
+ --_utrecht-unordered-list-marker-font-size: var(
2006
+ --utrecht-unordered-list-level-4-marker-font-size,
2007
+ var(--utrecht-unordered-list-marker-font-size, 1em)
2008
+ );
2009
+ }
2010
+ .utrecht-html ul > li > ul > li > ul > li > ul > li > ul {
2011
+ --_utrecht-unordered-list-list-style-type: var(
2012
+ --utrecht-unordered-list-level-5-list-style-type,
2013
+ var(--utrecht-unordered-list-list-style-type, ■)
2014
+ );
2015
+ --_utrecht-unordered-list-marker-font-size: var(
2016
+ --utrecht-unordered-list-level-5-marker-font-size,
2017
+ var(--utrecht-unordered-list-marker-font-size, 1em)
2018
+ );
2019
+ }
2020
+ .utrecht-html ul > li > ul > li > ul > li > ul > li > ul > li > ul {
2021
+ --_utrecht-unordered-list-list-style-type: var(
2022
+ --utrecht-unordered-list-level-6-list-style-type,
2023
+ var(--utrecht-unordered-list-list-style-type, □)
2024
+ );
2025
+ --_utrecht-unordered-list-marker-font-size: var(
2026
+ --utrecht-unordered-list-level-6-marker-font-size,
2027
+ var(--utrecht-unordered-list-marker-font-size, 1em)
2028
+ );
2029
+ }
2030
+ .utrecht-html ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul {
2031
+ --_utrecht-unordered-list-list-style-type: var(
2032
+ --utrecht-unordered-list-level-7-list-style-type,
2033
+ var(--utrecht-unordered-list-list-style-type, ▲)
2034
+ );
2035
+ --_utrecht-unordered-list-marker-font-size: var(
2036
+ --utrecht-unordered-list-level-7-marker-font-size,
2037
+ var(--utrecht-unordered-list-marker-font-size, 1em)
2038
+ );
2039
+ }
2040
+ .utrecht-html ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul {
2041
+ --_utrecht-unordered-list-list-style-type: var(
2042
+ --utrecht-unordered-list-level-8-list-style-type,
2043
+ var(--utrecht-unordered-list-list-style-type, △)
2044
+ );
2045
+ --_utrecht-unordered-list-marker-font-size: var(
2046
+ --utrecht-unordered-list-level-8-marker-font-size,
2047
+ var(--utrecht-unordered-list-marker-font-size, 1em)
2048
+ );
2049
+ }
2050
+ :where(.utrecht-html) :where(:focus-visible) {
2051
+ /* - The browser default focus ring should apply when these CSS custom properties are not set.
2052
+ * - Make the `box-shadow` value available, so components that have their own `box-shadow`
2053
+ * can combine it with the focus ring box shadow.
2054
+ */
2055
+ --_utrecht-focus-ring-box-shadow: 0 0 0 var(--utrecht-focus-outline-width, 0)
2056
+ var(--utrecht-focus-inverse-outline-color, transparent);
2057
+ box-shadow: var(--_utrecht-focus-ring-box-shadow);
2058
+ outline-color: var(--utrecht-focus-outline-color, revert);
2059
+ outline-offset: var(--utrecht-focus-outline-offset, revert);
2060
+ outline-style: var(--utrecht-focus-outline-style, revert);
2061
+ outline-width: var(--utrecht-focus-outline-width, revert);
2062
+ z-index: 1;
1954
2063
  }
1955
2064
  .utrecht-html {
1956
2065
  --utrecht-space-around: 1;