@utrecht/web-component-library-stencil 1.0.0-alpha.23 → 1.0.0-alpha.232

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 (917) hide show
  1. package/README.md +51 -0
  2. package/dist/cjs/{index-4628fffe.js → index-bc39ab9c.js} +267 -74
  3. package/dist/cjs/loader.cjs.js +3 -3
  4. package/dist/cjs/utrecht-article.cjs.entry.js +3 -3
  5. package/dist/cjs/utrecht-backdrop.cjs.entry.js +21 -0
  6. package/dist/cjs/utrecht-badge-counter.cjs.entry.js +5 -5
  7. package/dist/cjs/utrecht-badge-data.cjs.entry.js +3 -3
  8. package/dist/cjs/utrecht-badge-status.cjs.entry.js +4 -4
  9. package/dist/cjs/utrecht-breadcrumb.cjs.entry.js +23 -0
  10. package/dist/cjs/utrecht-button_2.cjs.entry.js +58 -0
  11. package/dist/cjs/utrecht-checkbox.cjs.entry.js +32 -0
  12. package/dist/cjs/utrecht-contact-card-template.cjs.entry.js +19 -0
  13. package/dist/cjs/utrecht-custom-checkbox.cjs.entry.js +52 -0
  14. package/dist/cjs/utrecht-digid-button.cjs.entry.js +19 -0
  15. package/dist/cjs/utrecht-document.cjs.entry.js +3 -3
  16. package/dist/cjs/utrecht-eherkenning-logo.cjs.entry.js +19 -0
  17. package/dist/cjs/utrecht-eidas-logo.cjs.entry.js +19 -0
  18. package/dist/cjs/utrecht-form-field-checkbox.cjs.entry.js +34 -0
  19. package/dist/cjs/utrecht-form-field-description.cjs.entry.js +22 -0
  20. package/dist/cjs/utrecht-form-field-textarea.cjs.entry.js +34 -0
  21. package/dist/cjs/utrecht-form-field-textbox.cjs.entry.js +39 -0
  22. package/dist/cjs/utrecht-form-toggle.cjs.entry.js +48 -0
  23. package/dist/cjs/utrecht-heading-1.cjs.entry.js +19 -0
  24. package/dist/cjs/utrecht-heading-2_3.cjs.entry.js +46 -0
  25. package/dist/cjs/utrecht-heading-4.cjs.entry.js +19 -0
  26. package/dist/cjs/utrecht-heading-5.cjs.entry.js +19 -0
  27. package/dist/cjs/utrecht-heading-6.cjs.entry.js +19 -0
  28. package/dist/cjs/utrecht-heading.cjs.entry.js +3 -3
  29. package/dist/cjs/utrecht-html-content.cjs.entry.js +3 -3
  30. package/dist/cjs/utrecht-icon-afval.cjs.entry.js +19 -0
  31. package/dist/cjs/utrecht-icon-arrow.cjs.entry.js +19 -0
  32. package/dist/cjs/utrecht-icon-checkmark.cjs.entry.js +19 -0
  33. package/dist/cjs/utrecht-icon-cross.cjs.entry.js +19 -0
  34. package/dist/cjs/utrecht-icon-error.cjs.entry.js +19 -0
  35. package/dist/cjs/utrecht-icon-facebook.cjs.entry.js +19 -0
  36. package/dist/cjs/utrecht-icon-filter.cjs.entry.js +19 -0
  37. package/dist/cjs/utrecht-icon-information.cjs.entry.js +19 -0
  38. package/dist/cjs/utrecht-icon-instagram.cjs.entry.js +19 -0
  39. package/dist/cjs/utrecht-icon-linkedin.cjs.entry.js +19 -0
  40. package/dist/cjs/utrecht-icon-list.cjs.entry.js +19 -0
  41. package/dist/cjs/utrecht-icon-loupe.cjs.entry.js +19 -0
  42. package/dist/cjs/utrecht-icon-melding.cjs.entry.js +19 -0
  43. package/dist/cjs/utrecht-icon-paspoort.cjs.entry.js +19 -0
  44. package/dist/cjs/utrecht-icon-rijbewijs.cjs.entry.js +19 -0
  45. package/dist/cjs/utrecht-icon-toeslag.cjs.entry.js +19 -0
  46. package/dist/cjs/utrecht-icon-trouwen.cjs.entry.js +19 -0
  47. package/dist/cjs/utrecht-icon-twitter.cjs.entry.js +19 -0
  48. package/dist/cjs/utrecht-icon-verhuizen.cjs.entry.js +19 -0
  49. package/dist/cjs/utrecht-icon-warning.cjs.entry.js +19 -0
  50. package/dist/cjs/utrecht-icon-whatsapp.cjs.entry.js +19 -0
  51. package/dist/cjs/utrecht-icon-zoomin.cjs.entry.js +19 -0
  52. package/dist/cjs/utrecht-icon-zoomout.cjs.entry.js +19 -0
  53. package/dist/cjs/utrecht-logo-button.cjs.entry.js +19 -0
  54. package/dist/cjs/utrecht-logo.cjs.entry.js +19 -0
  55. package/dist/cjs/utrecht-page-content.cjs.entry.js +19 -0
  56. package/dist/cjs/utrecht-page-footer.cjs.entry.js +3 -3
  57. package/dist/cjs/utrecht-page-header.cjs.entry.js +19 -0
  58. package/dist/cjs/utrecht-page.cjs.entry.js +19 -0
  59. package/dist/cjs/utrecht-pagination.cjs.entry.js +38 -0
  60. package/dist/cjs/utrecht-separator.cjs.entry.js +3 -3
  61. package/dist/cjs/utrecht-sidenav.cjs.entry.js +4 -4
  62. package/dist/cjs/utrecht-table-body.cjs.entry.js +19 -0
  63. package/dist/cjs/utrecht-table-caption.cjs.entry.js +20 -0
  64. package/dist/cjs/utrecht-table-cell.cjs.entry.js +19 -0
  65. package/dist/cjs/utrecht-table-footer.cjs.entry.js +19 -0
  66. package/dist/cjs/utrecht-table-header-cell.cjs.entry.js +19 -0
  67. package/dist/cjs/utrecht-table-header.cjs.entry.js +19 -0
  68. package/dist/cjs/utrecht-table-row.cjs.entry.js +19 -0
  69. package/dist/cjs/utrecht-table.cjs.entry.js +19 -0
  70. package/dist/cjs/utrecht-textbox.cjs.entry.js +39 -0
  71. package/dist/cjs/utrecht.cjs.js +3 -3
  72. package/dist/collection/alternate-lang-nav/css/template.js +12 -0
  73. package/dist/collection/article/css/template.js +6 -0
  74. package/dist/collection/article/html/template.js +5 -0
  75. package/dist/collection/article/web-component/index.css +23 -0
  76. package/dist/collection/article/{stencil.js → web-component/index.stencil.js} +3 -3
  77. package/dist/collection/article/web-component/template.js +1 -0
  78. package/dist/collection/backdrop/css/template.js +28 -0
  79. package/dist/collection/backdrop/web-component/index.css +37 -0
  80. package/dist/collection/{button/stencil.js → backdrop/web-component/index.stencil.js} +14 -9
  81. package/dist/collection/backdrop/web-component/template.js +17 -0
  82. package/dist/collection/badge-counter/css/template.js +7 -0
  83. package/dist/collection/badge-counter/{bem.css → web-component/index.css} +9 -19
  84. package/dist/collection/badge-counter/{stencil.js → web-component/index.stencil.js} +5 -5
  85. package/dist/collection/badge-counter/web-component/template.js +4 -0
  86. package/dist/collection/badge-data/css/template.js +6 -0
  87. package/dist/collection/badge-data/{bem.css → web-component/index.css} +16 -5
  88. package/dist/collection/badge-data/{stencil.js → web-component/index.stencil.js} +3 -3
  89. package/dist/collection/badge-data/web-component/template.js +1 -0
  90. package/dist/collection/badge-status/css/template.js +7 -0
  91. package/dist/collection/badge-status/{bem.css → web-component/index.css} +21 -5
  92. package/dist/collection/badge-status/{stencil.js → web-component/index.stencil.js} +4 -4
  93. package/dist/collection/badge-status/web-component/template.js +4 -0
  94. package/dist/collection/blockquote/css/template.js +24 -0
  95. package/dist/collection/blockquote/html/template.js +6 -0
  96. package/dist/collection/breadcrumb/css/template.js +41 -0
  97. package/dist/collection/breadcrumb/web-component/index.css +330 -0
  98. package/dist/collection/breadcrumb/web-component/index.stencil.js +62 -0
  99. package/dist/collection/breadcrumb/web-component/template.js +4 -0
  100. package/dist/collection/button/css/stories/02-appearance.js +57 -0
  101. package/dist/collection/button/css/template.js +82 -0
  102. package/dist/collection/button/html/template.js +41 -0
  103. package/dist/collection/button/web-component/index.css +228 -0
  104. package/dist/collection/button/web-component/index.stencil.js +140 -0
  105. package/dist/collection/button/web-component/template.js +44 -0
  106. package/dist/collection/button-group/css/template.js +13 -0
  107. package/dist/collection/button-link/css/template.js +25 -0
  108. package/dist/collection/checkbox/css/template.js +19 -0
  109. package/dist/collection/checkbox/html/template.js +14 -0
  110. package/dist/collection/checkbox/web-component/index.css +69 -0
  111. package/dist/collection/checkbox/web-component/index.stencil.js +164 -0
  112. package/dist/collection/checkbox/web-component/template.js +8 -0
  113. package/dist/collection/collection-manifest.json +72 -14
  114. package/dist/collection/custom-checkbox/css/template.js +46 -0
  115. package/dist/collection/custom-checkbox/web-component/index.css +273 -0
  116. package/dist/collection/custom-checkbox/web-component/index.stencil.js +205 -0
  117. package/dist/collection/custom-checkbox/web-component/template.js +22 -0
  118. package/dist/collection/custom-radio-button/css/template.js +30 -0
  119. package/dist/collection/digid-button/css/template.js +16 -0
  120. package/dist/collection/digid-button/web-component/index.css +32 -0
  121. package/dist/collection/digid-button/web-component/index.stencil.js +41 -0
  122. package/dist/collection/digid-button/web-component/template.js +1 -0
  123. package/dist/collection/digid-logo/web-component/index.css +18 -0
  124. package/dist/collection/digid-logo/web-component/index.stencil.js +23 -0
  125. package/dist/collection/digid-logo/web-component/template.js +1 -0
  126. package/dist/collection/document/web-component/index.css +37 -0
  127. package/dist/collection/document/{stencil.js → web-component/index.stencil.js} +3 -3
  128. package/dist/collection/document/web-component/template.js +1 -0
  129. package/dist/collection/eherkenning-logo/web-component/index.css +18 -0
  130. package/dist/collection/eherkenning-logo/web-component/index.stencil.js +26 -0
  131. package/dist/collection/eherkenning-logo/web-component/template.js +1 -0
  132. package/dist/collection/eidas-logo/web-component/index.css +18 -0
  133. package/dist/collection/eidas-logo/web-component/index.stencil.js +28 -0
  134. package/dist/collection/eidas-logo/web-component/template.js +1 -0
  135. package/dist/collection/emphasis/css/template.js +19 -0
  136. package/dist/collection/emphasis/html/template.js +20 -0
  137. package/dist/collection/favicon/html/template.js +1 -0
  138. package/dist/collection/form-field-checkbox/css/template.js +10 -0
  139. package/dist/collection/form-field-checkbox/web-component/index.css +128 -0
  140. package/dist/collection/form-field-checkbox/web-component/index.stencil.js +190 -0
  141. package/dist/collection/form-field-checkbox/web-component/template.js +18 -0
  142. package/dist/collection/form-field-checkbox-group/css/template.js +33 -0
  143. package/dist/collection/form-field-description/css/template.js +15 -0
  144. package/dist/collection/form-field-description/web-component/index.css +43 -0
  145. package/dist/collection/form-field-description/web-component/index.stencil.js +44 -0
  146. package/dist/collection/form-field-description/web-component/template.js +4 -0
  147. package/dist/collection/form-field-radio/css/template.js +10 -0
  148. package/dist/collection/form-field-radio-group/css/template.js +20 -0
  149. package/dist/collection/form-field-textarea/web-component/index.css +177 -0
  150. package/dist/collection/form-field-textarea/web-component/index.stencil.js +205 -0
  151. package/dist/collection/form-field-textarea/web-component/template.js +14 -0
  152. package/dist/collection/form-field-textbox/web-component/index.css +180 -0
  153. package/dist/collection/form-field-textbox/web-component/index.stencil.js +300 -0
  154. package/dist/collection/form-field-textbox/web-component/template.js +21 -0
  155. package/dist/collection/form-fieldset/css/template.js +10 -0
  156. package/dist/collection/form-fieldset/html/template.js +12 -0
  157. package/dist/collection/form-label/css/template.js +22 -0
  158. package/dist/collection/form-label/html/template.js +5 -0
  159. package/dist/collection/form-toggle/css/template.js +47 -0
  160. package/dist/collection/form-toggle/web-component/index.css +115 -0
  161. package/dist/collection/form-toggle/web-component/index.stencil.js +148 -0
  162. package/dist/collection/form-toggle/web-component/template.js +7 -0
  163. package/dist/collection/heading/{bem.css → web-component/index.css} +144 -37
  164. package/dist/collection/heading/{stencil.js → web-component/index.stencil.js} +3 -3
  165. package/dist/collection/heading/web-component/template.js +4 -0
  166. package/dist/collection/heading-1/css/template.js +11 -0
  167. package/dist/collection/heading-1/html/template.js +4 -0
  168. package/dist/collection/heading-1/web-component/index.css +46 -0
  169. package/dist/collection/heading-1/web-component/index.stencil.js +15 -0
  170. package/dist/collection/heading-1/web-component/template.js +4 -0
  171. package/dist/collection/heading-2/css/template.js +11 -0
  172. package/dist/collection/heading-2/html/template.js +4 -0
  173. package/dist/collection/heading-2/web-component/index.css +46 -0
  174. package/dist/collection/heading-2/web-component/index.stencil.js +15 -0
  175. package/dist/collection/heading-2/web-component/template.js +4 -0
  176. package/dist/collection/heading-3/css/template.js +11 -0
  177. package/dist/collection/heading-3/html/template.js +4 -0
  178. package/dist/collection/heading-3/web-component/index.css +46 -0
  179. package/dist/collection/heading-3/web-component/index.stencil.js +15 -0
  180. package/dist/collection/heading-3/web-component/template.js +4 -0
  181. package/dist/collection/heading-4/css/template.js +11 -0
  182. package/dist/collection/heading-4/html/template.js +4 -0
  183. package/dist/collection/heading-4/web-component/index.css +46 -0
  184. package/dist/collection/heading-4/web-component/index.stencil.js +15 -0
  185. package/dist/collection/heading-4/web-component/template.js +4 -0
  186. package/dist/collection/heading-5/css/template.js +11 -0
  187. package/dist/collection/heading-5/html/template.js +4 -0
  188. package/dist/collection/heading-5/web-component/index.css +46 -0
  189. package/dist/collection/heading-5/web-component/index.stencil.js +15 -0
  190. package/dist/collection/heading-5/web-component/template.js +4 -0
  191. package/dist/collection/heading-6/css/template.js +11 -0
  192. package/dist/collection/heading-6/html/template.js +4 -0
  193. package/dist/collection/heading-6/web-component/index.css +46 -0
  194. package/dist/collection/heading-6/web-component/index.stencil.js +15 -0
  195. package/dist/collection/heading-6/web-component/template.js +4 -0
  196. package/dist/collection/html-content/web-component/index.css +1166 -0
  197. package/dist/collection/html-content/{stencil.js → web-component/index.stencil.js} +3 -3
  198. package/dist/collection/html-content/web-component/template.js +1 -0
  199. package/dist/collection/icon/dist/Vervoersvoorziening.svg +1 -0
  200. package/dist/collection/icon/dist/afspraakmaken.svg +1 -0
  201. package/dist/collection/icon/dist/afval.svg +1 -0
  202. package/dist/collection/icon/dist/afvalkalender.svg +1 -0
  203. package/dist/collection/icon/dist/afvalscheiden.svg +1 -0
  204. package/dist/collection/icon/dist/arrow.svg +1 -0
  205. package/dist/collection/icon/dist/bestemmindsplan.svg +1 -0
  206. package/dist/collection/icon/dist/betaaldatum.svg +1 -0
  207. package/dist/collection/icon/dist/bewijsstukken.svg +1 -0
  208. package/dist/collection/icon/dist/bijstand.svg +1 -0
  209. package/dist/collection/icon/dist/checkmark.svg +1 -0
  210. package/dist/collection/icon/dist/collegevanbenw.svg +1 -0
  211. package/dist/collection/icon/dist/cross.svg +1 -0
  212. package/dist/collection/icon/dist/eikenprocessie.svg +1 -0
  213. package/dist/collection/icon/dist/energietransitie.svg +1 -0
  214. package/dist/collection/icon/dist/error.svg +1 -0
  215. package/dist/collection/icon/dist/evenementen.svg +1 -0
  216. package/dist/collection/icon/dist/facebook.svg +1 -0
  217. package/dist/collection/icon/dist/fiets.svg +1 -0
  218. package/dist/collection/icon/dist/filter.svg +1 -0
  219. package/dist/collection/icon/dist/gegevenswoordenboek.svg +1 -0
  220. package/dist/collection/icon/dist/gemeenteraad.svg +1 -0
  221. package/dist/collection/icon/dist/grofvuil.svg +1 -0
  222. package/dist/collection/icon/dist/hulphuishouden.svg +1 -0
  223. package/dist/collection/icon/dist/hulpvervoer.svg +1 -0
  224. package/dist/collection/icon/dist/information.svg +1 -0
  225. package/dist/collection/icon/dist/innovatie.svg +1 -0
  226. package/dist/collection/icon/dist/instagram.svg +1 -0
  227. package/dist/collection/icon/dist/kalender.svg +1 -0
  228. package/dist/collection/icon/dist/klachten.svg +1 -0
  229. package/dist/collection/icon/dist/laadpaal.svg +1 -0
  230. package/dist/collection/icon/dist/leren.svg +1 -0
  231. package/dist/collection/icon/dist/letop.svg +1 -0
  232. package/dist/collection/icon/dist/linkedin.svg +1 -0
  233. package/dist/collection/icon/dist/list.svg +1 -0
  234. package/dist/collection/icon/dist/loupe.svg +1 -0
  235. package/dist/collection/icon/dist/markt.svg +1 -0
  236. package/dist/collection/icon/dist/medlingklacht.svg +1 -0
  237. package/dist/collection/icon/dist/melding.svg +1 -0
  238. package/dist/collection/icon/dist/nieuwhuis.svg +1 -0
  239. package/dist/collection/icon/dist/nummerbord.svg +1 -0
  240. package/dist/collection/icon/dist/openingstijden.svg +1 -0
  241. package/dist/collection/icon/dist/panden.svg +1 -0
  242. package/dist/collection/icon/dist/parkeerkaart.svg +1 -0
  243. package/dist/collection/icon/dist/parken.svg +1 -0
  244. package/dist/collection/icon/dist/parkerenbedrijven.svg +1 -0
  245. package/dist/collection/icon/dist/parkerenbetalen.svg +1 -0
  246. package/dist/collection/icon/dist/paspoort.svg +1 -0
  247. package/dist/collection/icon/dist/rijbewijs.svg +1 -0
  248. package/dist/collection/icon/dist/shoppen.svg +1 -0
  249. package/dist/collection/icon/dist/sport.svg +1 -0
  250. package/dist/collection/icon/dist/toeslag.svg +1 -0
  251. package/dist/collection/icon/dist/trouwen.svg +1 -0
  252. package/dist/collection/icon/dist/twitter.svg +1 -0
  253. package/dist/collection/icon/dist/vergoeding.svg +1 -0
  254. package/dist/collection/icon/dist/verhuizen.svg +1 -0
  255. package/dist/collection/icon/dist/virus.svg +1 -0
  256. package/dist/collection/icon/dist/vluchtelingen.svg +1 -0
  257. package/dist/collection/icon/dist/warm.svg +1 -0
  258. package/dist/collection/icon/dist/warning.svg +1 -0
  259. package/dist/collection/icon/dist/werken.svg +1 -0
  260. package/dist/collection/icon/dist/werkzaamheden.svg +1 -0
  261. package/dist/collection/icon/dist/whatsapp.svg +1 -0
  262. package/dist/collection/icon/dist/wonenkosten.svg +1 -0
  263. package/dist/collection/icon/dist/woningzoeken.svg +1 -0
  264. package/dist/collection/icon/dist/zoomin.svg +1 -0
  265. package/dist/collection/icon/dist/zoomout.svg +1 -0
  266. package/dist/collection/icon/dist/zwemmen.svg +1 -0
  267. package/dist/collection/icon/svg/Vervoersvoorziening.svg +1 -0
  268. package/dist/collection/icon/svg/afspraakmaken.svg +1 -0
  269. package/dist/collection/icon/svg/afval.svg +1 -0
  270. package/dist/collection/icon/svg/afvalkalender.svg +1 -0
  271. package/dist/collection/icon/svg/afvalscheiden.svg +1 -0
  272. package/dist/collection/icon/svg/arrow.svg +9 -0
  273. package/dist/collection/icon/svg/bestemmindsplan.svg +1 -0
  274. package/dist/collection/icon/svg/betaaldatum.svg +1 -0
  275. package/dist/collection/icon/svg/bewijsstukken.svg +1 -0
  276. package/dist/collection/icon/svg/bijstand.svg +1 -0
  277. package/dist/collection/icon/svg/checkmark.svg +9 -0
  278. package/dist/collection/icon/svg/collegevanbenw.svg +1 -0
  279. package/dist/collection/icon/svg/cross.svg +9 -0
  280. package/dist/collection/icon/svg/eikenprocessie.svg +1 -0
  281. package/dist/collection/icon/svg/energietransitie.svg +1 -0
  282. package/dist/collection/icon/svg/error.svg +15 -0
  283. package/dist/collection/icon/svg/evenementen.svg +1 -0
  284. package/dist/collection/icon/svg/facebook.svg +9 -0
  285. package/dist/collection/icon/svg/fiets.svg +1 -0
  286. package/dist/collection/icon/svg/filter.svg +6 -0
  287. package/dist/collection/icon/svg/gegevenswoordenboek.svg +1 -0
  288. package/dist/collection/icon/svg/gemeenteraad.svg +1 -0
  289. package/dist/collection/icon/svg/grofvuil.svg +1 -0
  290. package/dist/collection/icon/svg/hulphuishouden.svg +1 -0
  291. package/dist/collection/icon/svg/hulpvervoer.svg +1 -0
  292. package/dist/collection/icon/svg/information.svg +14 -0
  293. package/dist/collection/icon/svg/innovatie.svg +1 -0
  294. package/dist/collection/icon/svg/instagram.svg +16 -0
  295. package/dist/collection/icon/svg/kalender.svg +1 -0
  296. package/dist/collection/icon/svg/klachten.svg +1 -0
  297. package/dist/collection/icon/svg/laadpaal.svg +1 -0
  298. package/dist/collection/icon/svg/leren.svg +1 -0
  299. package/dist/collection/icon/svg/letop.svg +1 -0
  300. package/dist/collection/icon/svg/linkedin.svg +14 -0
  301. package/dist/collection/icon/svg/list.svg +9 -0
  302. package/dist/collection/icon/svg/loupe.svg +11 -0
  303. package/dist/collection/icon/svg/markt.svg +1 -0
  304. package/dist/collection/icon/svg/medlingklacht.svg +1 -0
  305. package/dist/collection/icon/svg/melding.svg +5 -0
  306. package/dist/collection/icon/svg/nieuwhuis.svg +1 -0
  307. package/dist/collection/icon/svg/nummerbord.svg +1 -0
  308. package/dist/collection/icon/svg/openingstijden.svg +1 -0
  309. package/dist/collection/icon/svg/panden.svg +1 -0
  310. package/dist/collection/icon/svg/parkeerkaart.svg +1 -0
  311. package/dist/collection/icon/svg/parken.svg +1 -0
  312. package/dist/collection/icon/svg/parkerenbedrijven.svg +1 -0
  313. package/dist/collection/icon/svg/parkerenbetalen.svg +1 -0
  314. package/dist/collection/icon/svg/paspoort.svg +1 -0
  315. package/dist/collection/icon/svg/rijbewijs.svg +1 -0
  316. package/dist/collection/icon/svg/shoppen.svg +1 -0
  317. package/dist/collection/icon/svg/sport.svg +1 -0
  318. package/dist/collection/icon/svg/toeslag.svg +5 -0
  319. package/dist/collection/icon/svg/trouwen.svg +1 -0
  320. package/dist/collection/icon/svg/twitter.svg +9 -0
  321. package/dist/collection/icon/svg/vergoeding.svg +1 -0
  322. package/dist/collection/icon/svg/verhuizen.svg +1 -0
  323. package/dist/collection/icon/svg/virus.svg +1 -0
  324. package/dist/collection/icon/svg/vluchtelingen.svg +1 -0
  325. package/dist/collection/icon/svg/warm.svg +1 -0
  326. package/dist/collection/icon/svg/warning.svg +19 -0
  327. package/dist/collection/icon/svg/werken.svg +1 -0
  328. package/dist/collection/icon/svg/werkzaamheden.svg +1 -0
  329. package/dist/collection/icon/svg/whatsapp.svg +9 -0
  330. package/dist/collection/icon/svg/wonenkosten.svg +1 -0
  331. package/dist/collection/icon/svg/woningzoeken.svg +1 -0
  332. package/dist/collection/icon/svg/zoomin.svg +13 -0
  333. package/dist/collection/icon/svg/zoomout.svg +9 -0
  334. package/dist/collection/icon/svg/zwemmen.svg +1 -0
  335. package/dist/collection/icon/web-component/afval.stencil.js +19 -0
  336. package/dist/collection/icon/web-component/arrow.stencil.js +17 -0
  337. package/dist/collection/icon/web-component/checkmark.stencil.js +16 -0
  338. package/dist/collection/icon/web-component/cross.stencil.js +17 -0
  339. package/dist/collection/icon/web-component/error.stencil.js +18 -0
  340. package/dist/collection/icon/web-component/facebook.stencil.js +17 -0
  341. package/dist/collection/icon/web-component/filter.stencil.js +18 -0
  342. package/dist/collection/icon/web-component/index.css +20 -0
  343. package/dist/collection/icon/web-component/information.stencil.js +19 -0
  344. package/dist/collection/icon/web-component/instagram.stencil.js +19 -0
  345. package/dist/collection/icon/web-component/linkedin.stencil.js +18 -0
  346. package/dist/collection/icon/web-component/list.stencil.js +21 -0
  347. package/dist/collection/icon/web-component/loupe.stencil.js +17 -0
  348. package/dist/collection/icon/web-component/melding.stencil.js +17 -0
  349. package/dist/collection/icon/web-component/paspoort.stencil.js +17 -0
  350. package/dist/collection/icon/web-component/rijbewijs.stencil.js +20 -0
  351. package/dist/collection/icon/web-component/template.js +7 -0
  352. package/dist/collection/icon/web-component/toeslag.stencil.js +17 -0
  353. package/dist/collection/icon/web-component/trouwen.stencil.js +16 -0
  354. package/dist/collection/icon/web-component/twitter.stencil.js +17 -0
  355. package/dist/collection/icon/web-component/verhuizen.stencil.js +21 -0
  356. package/dist/collection/icon/web-component/warning.stencil.js +19 -0
  357. package/dist/collection/icon/web-component/whatsapp.stencil.js +17 -0
  358. package/dist/collection/icon/web-component/zoomin.stencil.js +18 -0
  359. package/dist/collection/icon/web-component/zoomout.stencil.js +17 -0
  360. package/dist/collection/link/css/template.js +57 -0
  361. package/dist/collection/link/html/template.js +11 -0
  362. package/dist/collection/link-button/css/template.js +42 -0
  363. package/dist/collection/link-list/css/template.js +10 -0
  364. package/dist/collection/link-social/css/template.js +20 -0
  365. package/dist/collection/logo/css/template.js +33 -0
  366. package/dist/collection/logo/web-component/index.css +38 -0
  367. package/dist/collection/logo/web-component/index.stencil.js +26 -0
  368. package/dist/collection/logo/web-component/template.js +1 -0
  369. package/dist/collection/logo-button/css/template.js +17 -0
  370. package/dist/collection/logo-button/web-component/index.css +31 -0
  371. package/dist/collection/logo-button/web-component/index.stencil.js +41 -0
  372. package/dist/collection/logo-button/web-component/template.js +1 -0
  373. package/dist/collection/mapcontrolbutton/css/template.js +34 -0
  374. package/dist/collection/menulijst/css/template.js +18 -0
  375. package/dist/collection/navigatie sidenav/css/template.js +69 -0
  376. package/dist/collection/navigatie sidenav/web-component/index.css +189 -0
  377. package/dist/collection/navigatie sidenav/web-component/index.stencil.js +45 -0
  378. package/dist/collection/navigatie sidenav/web-component/template.js +1 -0
  379. package/dist/collection/navigatie topnav/css/template.js +26 -0
  380. package/dist/collection/node_modules/@trysound/sax/lib/sax.js +1413 -0
  381. package/dist/collection/node_modules/commander/index.js +2217 -0
  382. package/dist/collection/node_modules/css-tree/data/index.js +103 -0
  383. package/dist/collection/node_modules/css-tree/dist/csstree.js +12606 -0
  384. package/dist/collection/node_modules/css-tree/dist/csstree.min.js +1 -0
  385. package/dist/collection/node_modules/css-tree/lib/common/List.js +576 -0
  386. package/dist/collection/node_modules/css-tree/lib/common/OffsetToLocation.js +91 -0
  387. package/dist/collection/node_modules/css-tree/lib/common/SyntaxError.js +82 -0
  388. package/dist/collection/node_modules/css-tree/lib/common/TokenStream.js +219 -0
  389. package/dist/collection/node_modules/css-tree/lib/common/adopt-buffer.js +10 -0
  390. package/dist/collection/node_modules/css-tree/lib/convertor/create.js +28 -0
  391. package/dist/collection/node_modules/css-tree/lib/convertor/index.js +3 -0
  392. package/dist/collection/node_modules/css-tree/lib/definition-syntax/SyntaxError.js +14 -0
  393. package/dist/collection/node_modules/css-tree/lib/definition-syntax/generate.js +129 -0
  394. package/dist/collection/node_modules/css-tree/lib/definition-syntax/index.js +6 -0
  395. package/dist/collection/node_modules/css-tree/lib/definition-syntax/parse.js +568 -0
  396. package/dist/collection/node_modules/css-tree/lib/definition-syntax/tokenizer.js +55 -0
  397. package/dist/collection/node_modules/css-tree/lib/definition-syntax/walk.js +52 -0
  398. package/dist/collection/node_modules/css-tree/lib/generator/create.js +66 -0
  399. package/dist/collection/node_modules/css-tree/lib/generator/index.js +4 -0
  400. package/dist/collection/node_modules/css-tree/lib/generator/sourceMap.js +95 -0
  401. package/dist/collection/node_modules/css-tree/lib/index.js +1 -0
  402. package/dist/collection/node_modules/css-tree/lib/lexer/Lexer.js +466 -0
  403. package/dist/collection/node_modules/css-tree/lib/lexer/error.js +127 -0
  404. package/dist/collection/node_modules/css-tree/lib/lexer/generic-an-plus-b.js +236 -0
  405. package/dist/collection/node_modules/css-tree/lib/lexer/generic-urange.js +159 -0
  406. package/dist/collection/node_modules/css-tree/lib/lexer/generic.js +585 -0
  407. package/dist/collection/node_modules/css-tree/lib/lexer/index.js +3 -0
  408. package/dist/collection/node_modules/css-tree/lib/lexer/match-graph.js +455 -0
  409. package/dist/collection/node_modules/css-tree/lib/lexer/match.js +639 -0
  410. package/dist/collection/node_modules/css-tree/lib/lexer/prepare-tokens.js +73 -0
  411. package/dist/collection/node_modules/css-tree/lib/lexer/search.js +65 -0
  412. package/dist/collection/node_modules/css-tree/lib/lexer/structure.js +163 -0
  413. package/dist/collection/node_modules/css-tree/lib/lexer/trace.js +79 -0
  414. package/dist/collection/node_modules/css-tree/lib/parser/create.js +304 -0
  415. package/dist/collection/node_modules/css-tree/lib/parser/index.js +4 -0
  416. package/dist/collection/node_modules/css-tree/lib/parser/sequence.js +54 -0
  417. package/dist/collection/node_modules/css-tree/lib/syntax/atrule/font-face.js +8 -0
  418. package/dist/collection/node_modules/css-tree/lib/syntax/atrule/import.js +40 -0
  419. package/dist/collection/node_modules/css-tree/lib/syntax/atrule/index.js +7 -0
  420. package/dist/collection/node_modules/css-tree/lib/syntax/atrule/media.js +12 -0
  421. package/dist/collection/node_modules/css-tree/lib/syntax/atrule/page.js +12 -0
  422. package/dist/collection/node_modules/css-tree/lib/syntax/atrule/supports.js +89 -0
  423. package/dist/collection/node_modules/css-tree/lib/syntax/config/lexer.js +9 -0
  424. package/dist/collection/node_modules/css-tree/lib/syntax/config/mix.js +140 -0
  425. package/dist/collection/node_modules/css-tree/lib/syntax/config/parser.js +25 -0
  426. package/dist/collection/node_modules/css-tree/lib/syntax/config/walker.js +3 -0
  427. package/dist/collection/node_modules/css-tree/lib/syntax/create.js +77 -0
  428. package/dist/collection/node_modules/css-tree/lib/syntax/function/expression.js +7 -0
  429. package/dist/collection/node_modules/css-tree/lib/syntax/function/var.js +43 -0
  430. package/dist/collection/node_modules/css-tree/lib/syntax/index.js +21 -0
  431. package/dist/collection/node_modules/css-tree/lib/syntax/node/AnPlusB.js +297 -0
  432. package/dist/collection/node_modules/css-tree/lib/syntax/node/Atrule.js +107 -0
  433. package/dist/collection/node_modules/css-tree/lib/syntax/node/AtrulePrelude.js +51 -0
  434. package/dist/collection/node_modules/css-tree/lib/syntax/node/AttributeSelector.js +165 -0
  435. package/dist/collection/node_modules/css-tree/lib/syntax/node/Block.js +91 -0
  436. package/dist/collection/node_modules/css-tree/lib/syntax/node/Brackets.js +34 -0
  437. package/dist/collection/node_modules/css-tree/lib/syntax/node/CDC.js +19 -0
  438. package/dist/collection/node_modules/css-tree/lib/syntax/node/CDO.js +19 -0
  439. package/dist/collection/node_modules/css-tree/lib/syntax/node/ClassSelector.js +29 -0
  440. package/dist/collection/node_modules/css-tree/lib/syntax/node/Combinator.js +55 -0
  441. package/dist/collection/node_modules/css-tree/lib/syntax/node/Comment.js +36 -0
  442. package/dist/collection/node_modules/css-tree/lib/syntax/node/Declaration.js +169 -0
  443. package/dist/collection/node_modules/css-tree/lib/syntax/node/DeclarationList.js +49 -0
  444. package/dist/collection/node_modules/css-tree/lib/syntax/node/Dimension.js +29 -0
  445. package/dist/collection/node_modules/css-tree/lib/syntax/node/Function.js +40 -0
  446. package/dist/collection/node_modules/css-tree/lib/syntax/node/Hash.js +26 -0
  447. package/dist/collection/node_modules/css-tree/lib/syntax/node/IdSelector.js +27 -0
  448. package/dist/collection/node_modules/css-tree/lib/syntax/node/Identifier.js +20 -0
  449. package/dist/collection/node_modules/css-tree/lib/syntax/node/MediaFeature.js +76 -0
  450. package/dist/collection/node_modules/css-tree/lib/syntax/node/MediaQuery.js +68 -0
  451. package/dist/collection/node_modules/css-tree/lib/syntax/node/MediaQueryList.js +36 -0
  452. package/dist/collection/node_modules/css-tree/lib/syntax/node/Nth.js +51 -0
  453. package/dist/collection/node_modules/css-tree/lib/syntax/node/Number.js +18 -0
  454. package/dist/collection/node_modules/css-tree/lib/syntax/node/Operator.js +21 -0
  455. package/dist/collection/node_modules/css-tree/lib/syntax/node/Parentheses.js +34 -0
  456. package/dist/collection/node_modules/css-tree/lib/syntax/node/Percentage.js +27 -0
  457. package/dist/collection/node_modules/css-tree/lib/syntax/node/PseudoClassSelector.js +61 -0
  458. package/dist/collection/node_modules/css-tree/lib/syntax/node/PseudoElementSelector.js +62 -0
  459. package/dist/collection/node_modules/css-tree/lib/syntax/node/Ratio.js +66 -0
  460. package/dist/collection/node_modules/css-tree/lib/syntax/node/Raw.js +87 -0
  461. package/dist/collection/node_modules/css-tree/lib/syntax/node/Rule.js +54 -0
  462. package/dist/collection/node_modules/css-tree/lib/syntax/node/Selector.js +32 -0
  463. package/dist/collection/node_modules/css-tree/lib/syntax/node/SelectorList.js +39 -0
  464. package/dist/collection/node_modules/css-tree/lib/syntax/node/String.js +18 -0
  465. package/dist/collection/node_modules/css-tree/lib/syntax/node/StyleSheet.js +81 -0
  466. package/dist/collection/node_modules/css-tree/lib/syntax/node/TypeSelector.js +53 -0
  467. package/dist/collection/node_modules/css-tree/lib/syntax/node/UnicodeRange.js +173 -0
  468. package/dist/collection/node_modules/css-tree/lib/syntax/node/Url.js +69 -0
  469. package/dist/collection/node_modules/css-tree/lib/syntax/node/Value.js +19 -0
  470. package/dist/collection/node_modules/css-tree/lib/syntax/node/WhiteSpace.js +26 -0
  471. package/dist/collection/node_modules/css-tree/lib/syntax/node/index.js +42 -0
  472. package/dist/collection/node_modules/css-tree/lib/syntax/pseudo/common/nth.js +9 -0
  473. package/dist/collection/node_modules/css-tree/lib/syntax/pseudo/common/nthWithOfClause.js +9 -0
  474. package/dist/collection/node_modules/css-tree/lib/syntax/pseudo/common/selectorList.js +7 -0
  475. package/dist/collection/node_modules/css-tree/lib/syntax/pseudo/dir.js +7 -0
  476. package/dist/collection/node_modules/css-tree/lib/syntax/pseudo/has.js +7 -0
  477. package/dist/collection/node_modules/css-tree/lib/syntax/pseudo/index.js +12 -0
  478. package/dist/collection/node_modules/css-tree/lib/syntax/pseudo/lang.js +7 -0
  479. package/dist/collection/node_modules/css-tree/lib/syntax/pseudo/matches.js +1 -0
  480. package/dist/collection/node_modules/css-tree/lib/syntax/pseudo/not.js +1 -0
  481. package/dist/collection/node_modules/css-tree/lib/syntax/pseudo/nth-child.js +1 -0
  482. package/dist/collection/node_modules/css-tree/lib/syntax/pseudo/nth-last-child.js +1 -0
  483. package/dist/collection/node_modules/css-tree/lib/syntax/pseudo/nth-last-of-type.js +1 -0
  484. package/dist/collection/node_modules/css-tree/lib/syntax/pseudo/nth-of-type.js +1 -0
  485. package/dist/collection/node_modules/css-tree/lib/syntax/pseudo/slotted.js +7 -0
  486. package/dist/collection/node_modules/css-tree/lib/syntax/scope/atrulePrelude.js +3 -0
  487. package/dist/collection/node_modules/css-tree/lib/syntax/scope/default.js +87 -0
  488. package/dist/collection/node_modules/css-tree/lib/syntax/scope/index.js +5 -0
  489. package/dist/collection/node_modules/css-tree/lib/syntax/scope/selector.js +80 -0
  490. package/dist/collection/node_modules/css-tree/lib/syntax/scope/value.js +5 -0
  491. package/dist/collection/node_modules/css-tree/lib/tokenizer/char-code-definitions.js +249 -0
  492. package/dist/collection/node_modules/css-tree/lib/tokenizer/const.js +40 -0
  493. package/dist/collection/node_modules/css-tree/lib/tokenizer/index.js +591 -0
  494. package/dist/collection/node_modules/css-tree/lib/tokenizer/utils.js +243 -0
  495. package/dist/collection/node_modules/css-tree/lib/utils/clone.js +21 -0
  496. package/dist/collection/node_modules/css-tree/lib/utils/createCustomError.js +17 -0
  497. package/dist/collection/node_modules/css-tree/lib/utils/names.js +104 -0
  498. package/dist/collection/node_modules/css-tree/lib/walker/create.js +284 -0
  499. package/dist/collection/node_modules/css-tree/lib/walker/index.js +4 -0
  500. package/dist/collection/node_modules/mdn-data/api/index.js +3 -0
  501. package/dist/collection/node_modules/mdn-data/css/index.js +8 -0
  502. package/dist/collection/node_modules/mdn-data/index.js +5 -0
  503. package/dist/collection/node_modules/mdn-data/l10n/index.js +3 -0
  504. package/dist/collection/node_modules/source-map/dist/source-map.debug.js +3234 -0
  505. package/dist/collection/node_modules/source-map/dist/source-map.js +3233 -0
  506. package/dist/collection/node_modules/source-map/dist/source-map.min.js +2 -0
  507. package/dist/collection/node_modules/source-map/lib/array-set.js +121 -0
  508. package/dist/collection/node_modules/source-map/lib/base64-vlq.js +140 -0
  509. package/dist/collection/node_modules/source-map/lib/base64.js +67 -0
  510. package/dist/collection/node_modules/source-map/lib/binary-search.js +111 -0
  511. package/dist/collection/node_modules/source-map/lib/mapping-list.js +79 -0
  512. package/dist/collection/node_modules/source-map/lib/quick-sort.js +114 -0
  513. package/dist/collection/node_modules/source-map/lib/source-map-consumer.js +1145 -0
  514. package/dist/collection/node_modules/source-map/lib/source-map-generator.js +425 -0
  515. package/dist/collection/node_modules/source-map/lib/source-node.js +413 -0
  516. package/dist/collection/node_modules/source-map/lib/util.js +488 -0
  517. package/dist/collection/node_modules/source-map/source-map.js +8 -0
  518. package/dist/collection/node_modules/svgo/dist/svgo.browser.js +1 -0
  519. package/dist/collection/node_modules/svgo/lib/css-tools.js +239 -0
  520. package/dist/collection/node_modules/svgo/lib/parser.js +259 -0
  521. package/dist/collection/node_modules/svgo/lib/path.js +347 -0
  522. package/dist/collection/node_modules/svgo/lib/stringifier.js +326 -0
  523. package/dist/collection/node_modules/svgo/lib/style.js +283 -0
  524. package/dist/collection/node_modules/svgo/lib/svgo/coa.js +517 -0
  525. package/dist/collection/node_modules/svgo/lib/svgo/config.js +138 -0
  526. package/dist/collection/node_modules/svgo/lib/svgo/css-class-list.js +72 -0
  527. package/dist/collection/node_modules/svgo/lib/svgo/css-select-adapter.js +120 -0
  528. package/dist/collection/node_modules/svgo/lib/svgo/css-style-declaration.js +232 -0
  529. package/dist/collection/node_modules/svgo/lib/svgo/jsAPI.js +443 -0
  530. package/dist/collection/node_modules/svgo/lib/svgo/plugins.js +109 -0
  531. package/dist/collection/node_modules/svgo/lib/svgo/tools.js +137 -0
  532. package/dist/collection/node_modules/svgo/lib/svgo-node.js +106 -0
  533. package/dist/collection/node_modules/svgo/lib/svgo.js +83 -0
  534. package/dist/collection/node_modules/svgo/lib/xast.js +102 -0
  535. package/dist/collection/node_modules/svgo/plugins/_applyTransforms.js +335 -0
  536. package/dist/collection/node_modules/svgo/plugins/_collections.js +2168 -0
  537. package/dist/collection/node_modules/svgo/plugins/_path.js +816 -0
  538. package/dist/collection/node_modules/svgo/plugins/_transforms.js +379 -0
  539. package/dist/collection/node_modules/svgo/plugins/addAttributesToSVGElement.js +87 -0
  540. package/dist/collection/node_modules/svgo/plugins/addClassesToSVGElement.js +87 -0
  541. package/dist/collection/node_modules/svgo/plugins/cleanupAttrs.js +55 -0
  542. package/dist/collection/node_modules/svgo/plugins/cleanupEnableBackground.js +75 -0
  543. package/dist/collection/node_modules/svgo/plugins/cleanupIDs.js +297 -0
  544. package/dist/collection/node_modules/svgo/plugins/cleanupListOfValues.js +154 -0
  545. package/dist/collection/node_modules/svgo/plugins/cleanupNumericValues.js +113 -0
  546. package/dist/collection/node_modules/svgo/plugins/collapseGroups.js +135 -0
  547. package/dist/collection/node_modules/svgo/plugins/convertColors.js +152 -0
  548. package/dist/collection/node_modules/svgo/plugins/convertEllipseToCircle.js +39 -0
  549. package/dist/collection/node_modules/svgo/plugins/convertPathData.js +1023 -0
  550. package/dist/collection/node_modules/svgo/plugins/convertShapeToPath.js +175 -0
  551. package/dist/collection/node_modules/svgo/plugins/convertStyleToAttrs.js +132 -0
  552. package/dist/collection/node_modules/svgo/plugins/convertTransform.js +432 -0
  553. package/dist/collection/node_modules/svgo/plugins/inlineStyles.js +379 -0
  554. package/dist/collection/node_modules/svgo/plugins/mergePaths.js +104 -0
  555. package/dist/collection/node_modules/svgo/plugins/mergeStyles.js +93 -0
  556. package/dist/collection/node_modules/svgo/plugins/minifyStyles.js +148 -0
  557. package/dist/collection/node_modules/svgo/plugins/moveElemsAttrsToGroup.js +130 -0
  558. package/dist/collection/node_modules/svgo/plugins/moveGroupAttrsToElems.js +62 -0
  559. package/dist/collection/node_modules/svgo/plugins/plugins.js +56 -0
  560. package/dist/collection/node_modules/svgo/plugins/prefixIds.js +241 -0
  561. package/dist/collection/node_modules/svgo/plugins/preset-default.js +80 -0
  562. package/dist/collection/node_modules/svgo/plugins/removeAttributesBySelector.js +99 -0
  563. package/dist/collection/node_modules/svgo/plugins/removeAttrs.js +159 -0
  564. package/dist/collection/node_modules/svgo/plugins/removeComments.js +31 -0
  565. package/dist/collection/node_modules/svgo/plugins/removeDesc.js +41 -0
  566. package/dist/collection/node_modules/svgo/plugins/removeDimensions.js +43 -0
  567. package/dist/collection/node_modules/svgo/plugins/removeDoctype.js +42 -0
  568. package/dist/collection/node_modules/svgo/plugins/removeEditorsNSData.js +68 -0
  569. package/dist/collection/node_modules/svgo/plugins/removeElementsByAttr.js +78 -0
  570. package/dist/collection/node_modules/svgo/plugins/removeEmptyAttrs.js +33 -0
  571. package/dist/collection/node_modules/svgo/plugins/removeEmptyContainers.js +58 -0
  572. package/dist/collection/node_modules/svgo/plugins/removeEmptyText.js +57 -0
  573. package/dist/collection/node_modules/svgo/plugins/removeHiddenElems.js +318 -0
  574. package/dist/collection/node_modules/svgo/plugins/removeMetadata.js +29 -0
  575. package/dist/collection/node_modules/svgo/plugins/removeNonInheritableGroupAttrs.js +38 -0
  576. package/dist/collection/node_modules/svgo/plugins/removeOffCanvasPaths.js +138 -0
  577. package/dist/collection/node_modules/svgo/plugins/removeRasterImages.js +33 -0
  578. package/dist/collection/node_modules/svgo/plugins/removeScriptElement.js +29 -0
  579. package/dist/collection/node_modules/svgo/plugins/removeStyleElement.js +29 -0
  580. package/dist/collection/node_modules/svgo/plugins/removeTitle.js +29 -0
  581. package/dist/collection/node_modules/svgo/plugins/removeUnknownsAndDefaults.js +218 -0
  582. package/dist/collection/node_modules/svgo/plugins/removeUnusedNS.js +61 -0
  583. package/dist/collection/node_modules/svgo/plugins/removeUselessDefs.js +65 -0
  584. package/dist/collection/node_modules/svgo/plugins/removeUselessStrokeAndFill.js +144 -0
  585. package/dist/collection/node_modules/svgo/plugins/removeViewBox.js +51 -0
  586. package/dist/collection/node_modules/svgo/plugins/removeXMLNS.js +30 -0
  587. package/dist/collection/node_modules/svgo/plugins/removeXMLProcInst.js +30 -0
  588. package/dist/collection/node_modules/svgo/plugins/reusePaths.js +113 -0
  589. package/dist/collection/node_modules/svgo/plugins/sortAttrs.js +113 -0
  590. package/dist/collection/node_modules/svgo/plugins/sortDefsChildren.js +60 -0
  591. package/dist/collection/ordered-list/css/template.js +11 -0
  592. package/dist/collection/ordered-list/html/template.js +17 -0
  593. package/dist/collection/page/css/template.js +6 -0
  594. package/dist/collection/page/web-component/index.css +35 -0
  595. package/dist/collection/page/web-component/index.stencil.js +20 -0
  596. package/dist/collection/page/web-component/template.js +5 -0
  597. package/dist/collection/page-content/css/template.js +10 -0
  598. package/dist/collection/page-content/web-component/index.css +36 -0
  599. package/dist/collection/page-content/web-component/index.stencil.js +20 -0
  600. package/dist/collection/page-content/web-component/template.js +1 -0
  601. package/dist/collection/page-footer/css/template.js +7 -0
  602. package/dist/collection/page-footer/{bem.css → web-component/index.css} +35 -12
  603. package/dist/collection/page-footer/{stencil.js → web-component/index.stencil.js} +3 -3
  604. package/dist/collection/page-footer/web-component/template.js +1 -0
  605. package/dist/collection/page-header/css/template.js +6 -0
  606. package/dist/collection/page-header/web-component/index.css +35 -0
  607. package/dist/collection/page-header/web-component/stencil.js +20 -0
  608. package/dist/collection/page-header/web-component/template.js +1 -0
  609. package/dist/collection/pagination/css/template.js +54 -0
  610. package/dist/collection/pagination/web-component/index.css +138 -0
  611. package/dist/collection/pagination/web-component/index.stencil.js +110 -0
  612. package/dist/collection/pagination/web-component/template.js +7 -0
  613. package/dist/collection/paragraph/css/template.js +22 -0
  614. package/dist/collection/paragraph/html/template.js +11 -0
  615. package/dist/collection/paragraph/{bem.css → web-component/index.css} +22 -3
  616. package/dist/collection/paragraph/{stencil.js → web-component/index.stencil.js} +5 -5
  617. package/dist/collection/paragraph/web-component/template.js +12 -0
  618. package/dist/collection/pre-heading/css/template.js +15 -0
  619. package/dist/collection/radio-button/css/template.js +19 -0
  620. package/dist/collection/radio-button/html/template.js +19 -0
  621. package/dist/collection/search-bar/css/template.js +15 -0
  622. package/dist/collection/select/css/template.js +39 -0
  623. package/dist/collection/select/html/template.js +26 -0
  624. package/dist/collection/separator/css/template.js +16 -0
  625. package/dist/collection/separator/html/template.js +4 -0
  626. package/dist/collection/separator/web-component/index.css +34 -0
  627. package/dist/collection/separator/{stencil.js → web-component/index.stencil.js} +3 -3
  628. package/dist/collection/separator/web-component/template.js +1 -0
  629. package/dist/collection/surface/css/template.js +8 -0
  630. package/dist/collection/table/html/template.js +41 -0
  631. package/dist/collection/table/web-component/table-body.css +14 -0
  632. package/dist/collection/table/web-component/table-body.stencil.js +15 -0
  633. package/dist/collection/table/web-component/table-caption.css +22 -0
  634. package/dist/collection/table/web-component/table-caption.stencil.js +15 -0
  635. package/dist/collection/table/web-component/table-cell.css +22 -0
  636. package/dist/collection/table/web-component/table-cell.stencil.js +15 -0
  637. package/dist/collection/table/web-component/table-footer.css +13 -0
  638. package/dist/collection/table/web-component/table-footer.stencil.js +15 -0
  639. package/dist/collection/table/web-component/table-header-cell.css +18 -0
  640. package/dist/collection/table/web-component/table-header-cell.stencil.js +34 -0
  641. package/dist/collection/table/web-component/table-header.css +18 -0
  642. package/dist/collection/table/web-component/table-header.stencil.js +15 -0
  643. package/dist/collection/table/web-component/table-row.css +13 -0
  644. package/dist/collection/table/web-component/table-row.stencil.js +15 -0
  645. package/dist/collection/table/web-component/table.css +20 -0
  646. package/dist/collection/table/web-component/table.stencil.js +15 -0
  647. package/dist/collection/table/web-component/template.js +23 -0
  648. package/dist/collection/templates/contact-card-template/css/template.js +30 -0
  649. package/dist/collection/templates/contact-card-template/web-component/index.css +209 -0
  650. package/dist/collection/templates/contact-card-template/web-component/index.stencil.js +25 -0
  651. package/dist/collection/templates/contact-card-template/web-component/template.js +1 -0
  652. package/dist/collection/textarea/css/template.js +35 -0
  653. package/dist/collection/textarea/html/template.js +20 -0
  654. package/dist/collection/textbox/css/template.js +37 -0
  655. package/dist/collection/textbox/html/template.js +36 -0
  656. package/dist/collection/textbox/web-component/index.css +139 -0
  657. package/dist/collection/textbox/web-component/index.stencil.js +297 -0
  658. package/dist/collection/textbox/web-component/template.js +20 -0
  659. package/dist/collection/toptask-link/css/template.js +33 -0
  660. package/dist/collection/toptask-nav/css/template.js +50 -0
  661. package/dist/collection/unordered-list/css/template.js +28 -0
  662. package/dist/collection/unordered-list/html/template.js +22 -0
  663. package/dist/collection/url/css/template.js +14 -0
  664. package/dist/custom-elements/index.d.ts +348 -0
  665. package/dist/custom-elements/index.js +1204 -88
  666. package/dist/esm/{index-73546a7d.js → index-b6f2699c.js} +265 -75
  667. package/dist/esm/loader.js +3 -3
  668. package/dist/esm/polyfills/css-shim.js +1 -1
  669. package/dist/esm/utrecht-article.entry.js +3 -3
  670. package/dist/esm/utrecht-backdrop.entry.js +17 -0
  671. package/dist/esm/utrecht-badge-counter.entry.js +5 -5
  672. package/dist/esm/utrecht-badge-data.entry.js +3 -3
  673. package/dist/esm/utrecht-badge-status.entry.js +4 -4
  674. package/dist/esm/utrecht-breadcrumb.entry.js +19 -0
  675. package/dist/esm/utrecht-button_2.entry.js +53 -0
  676. package/dist/esm/utrecht-checkbox.entry.js +28 -0
  677. package/dist/esm/utrecht-contact-card-template.entry.js +15 -0
  678. package/dist/esm/utrecht-custom-checkbox.entry.js +48 -0
  679. package/dist/esm/utrecht-digid-button.entry.js +15 -0
  680. package/dist/esm/utrecht-document.entry.js +3 -3
  681. package/dist/esm/utrecht-eherkenning-logo.entry.js +15 -0
  682. package/dist/esm/utrecht-eidas-logo.entry.js +15 -0
  683. package/dist/esm/utrecht-form-field-checkbox.entry.js +30 -0
  684. package/dist/esm/utrecht-form-field-description.entry.js +18 -0
  685. package/dist/esm/utrecht-form-field-textarea.entry.js +30 -0
  686. package/dist/esm/utrecht-form-field-textbox.entry.js +35 -0
  687. package/dist/esm/utrecht-form-toggle.entry.js +44 -0
  688. package/dist/esm/utrecht-heading-1.entry.js +15 -0
  689. package/dist/esm/utrecht-heading-2_3.entry.js +40 -0
  690. package/dist/esm/utrecht-heading-4.entry.js +15 -0
  691. package/dist/esm/utrecht-heading-5.entry.js +15 -0
  692. package/dist/esm/utrecht-heading-6.entry.js +15 -0
  693. package/dist/esm/utrecht-heading.entry.js +3 -3
  694. package/dist/esm/utrecht-html-content.entry.js +3 -3
  695. package/dist/esm/utrecht-icon-afval.entry.js +15 -0
  696. package/dist/esm/utrecht-icon-arrow.entry.js +15 -0
  697. package/dist/esm/utrecht-icon-checkmark.entry.js +15 -0
  698. package/dist/esm/utrecht-icon-cross.entry.js +15 -0
  699. package/dist/esm/utrecht-icon-error.entry.js +15 -0
  700. package/dist/esm/utrecht-icon-facebook.entry.js +15 -0
  701. package/dist/esm/utrecht-icon-filter.entry.js +15 -0
  702. package/dist/esm/utrecht-icon-information.entry.js +15 -0
  703. package/dist/esm/utrecht-icon-instagram.entry.js +15 -0
  704. package/dist/esm/utrecht-icon-linkedin.entry.js +15 -0
  705. package/dist/esm/utrecht-icon-list.entry.js +15 -0
  706. package/dist/esm/utrecht-icon-loupe.entry.js +15 -0
  707. package/dist/esm/utrecht-icon-melding.entry.js +15 -0
  708. package/dist/esm/utrecht-icon-paspoort.entry.js +15 -0
  709. package/dist/esm/utrecht-icon-rijbewijs.entry.js +15 -0
  710. package/dist/esm/utrecht-icon-toeslag.entry.js +15 -0
  711. package/dist/esm/utrecht-icon-trouwen.entry.js +15 -0
  712. package/dist/esm/utrecht-icon-twitter.entry.js +15 -0
  713. package/dist/esm/utrecht-icon-verhuizen.entry.js +15 -0
  714. package/dist/esm/utrecht-icon-warning.entry.js +15 -0
  715. package/dist/esm/utrecht-icon-whatsapp.entry.js +15 -0
  716. package/dist/esm/utrecht-icon-zoomin.entry.js +15 -0
  717. package/dist/esm/utrecht-icon-zoomout.entry.js +15 -0
  718. package/dist/esm/utrecht-logo-button.entry.js +15 -0
  719. package/dist/esm/utrecht-logo.entry.js +15 -0
  720. package/dist/esm/utrecht-page-content.entry.js +15 -0
  721. package/dist/esm/utrecht-page-footer.entry.js +3 -3
  722. package/dist/esm/utrecht-page-header.entry.js +15 -0
  723. package/dist/esm/utrecht-page.entry.js +15 -0
  724. package/dist/esm/utrecht-pagination.entry.js +34 -0
  725. package/dist/esm/utrecht-separator.entry.js +3 -3
  726. package/dist/esm/utrecht-sidenav.entry.js +4 -4
  727. package/dist/esm/utrecht-table-body.entry.js +15 -0
  728. package/dist/esm/utrecht-table-caption.entry.js +16 -0
  729. package/dist/esm/utrecht-table-cell.entry.js +15 -0
  730. package/dist/esm/utrecht-table-footer.entry.js +15 -0
  731. package/dist/esm/utrecht-table-header-cell.entry.js +15 -0
  732. package/dist/esm/utrecht-table-header.entry.js +15 -0
  733. package/dist/esm/utrecht-table-row.entry.js +15 -0
  734. package/dist/esm/utrecht-table.entry.js +15 -0
  735. package/dist/esm/utrecht-textbox.entry.js +35 -0
  736. package/dist/esm/utrecht.js +3 -3
  737. package/dist/types/article/{stencil.d.ts → web-component/index.stencil.d.ts} +0 -0
  738. package/dist/types/backdrop/web-component/index.stencil.d.ts +4 -0
  739. package/dist/types/badge-counter/{stencil.d.ts → web-component/index.stencil.d.ts} +0 -0
  740. package/dist/types/badge-data/{stencil.d.ts → web-component/index.stencil.d.ts} +0 -0
  741. package/dist/types/badge-status/{stencil.d.ts → web-component/index.stencil.d.ts} +0 -0
  742. package/dist/types/breadcrumb/web-component/index.stencil.d.ts +5 -0
  743. package/dist/types/button/web-component/index.stencil.d.ts +11 -0
  744. package/dist/types/checkbox/web-component/index.stencil.d.ts +16 -0
  745. package/dist/types/components.d.ts +900 -0
  746. package/dist/types/custom-checkbox/web-component/index.stencil.d.ts +17 -0
  747. package/dist/types/digid-button/web-component/index.stencil.d.ts +9 -0
  748. package/dist/types/digid-logo/web-component/index.stencil.d.ts +8 -0
  749. package/dist/types/document/{stencil.d.ts → web-component/index.stencil.d.ts} +0 -0
  750. package/dist/types/eherkenning-logo/web-component/index.stencil.d.ts +8 -0
  751. package/dist/types/eidas-logo/web-component/index.stencil.d.ts +8 -0
  752. package/dist/types/form-field-checkbox/web-component/index.stencil.d.ts +18 -0
  753. package/dist/types/form-field-description/web-component/index.stencil.d.ts +8 -0
  754. package/dist/types/form-field-textarea/web-component/index.stencil.d.ts +18 -0
  755. package/dist/types/form-field-textbox/web-component/index.stencil.d.ts +23 -0
  756. package/dist/types/form-toggle/web-component/index.stencil.d.ts +14 -0
  757. package/dist/types/heading/{stencil.d.ts → web-component/index.stencil.d.ts} +0 -0
  758. package/dist/types/heading-1/web-component/index.stencil.d.ts +3 -0
  759. package/dist/types/heading-2/web-component/index.stencil.d.ts +3 -0
  760. package/dist/types/heading-3/web-component/index.stencil.d.ts +3 -0
  761. package/dist/types/heading-4/web-component/index.stencil.d.ts +3 -0
  762. package/dist/types/heading-5/web-component/index.stencil.d.ts +3 -0
  763. package/dist/types/heading-6/web-component/index.stencil.d.ts +3 -0
  764. package/dist/types/html-content/{stencil.d.ts → web-component/index.stencil.d.ts} +0 -0
  765. package/dist/types/icon/web-component/afval.stencil.d.ts +3 -0
  766. package/dist/types/icon/web-component/arrow.stencil.d.ts +3 -0
  767. package/dist/types/icon/web-component/checkmark.stencil.d.ts +3 -0
  768. package/dist/types/icon/web-component/cross.stencil.d.ts +3 -0
  769. package/dist/types/icon/web-component/error.stencil.d.ts +3 -0
  770. package/dist/types/icon/web-component/facebook.stencil.d.ts +3 -0
  771. package/dist/types/icon/web-component/filter.stencil.d.ts +3 -0
  772. package/dist/types/icon/web-component/information.stencil.d.ts +3 -0
  773. package/dist/types/icon/web-component/instagram.stencil.d.ts +3 -0
  774. package/dist/types/icon/web-component/linkedin.stencil.d.ts +3 -0
  775. package/dist/types/icon/web-component/list.stencil.d.ts +3 -0
  776. package/dist/types/icon/web-component/loupe.stencil.d.ts +3 -0
  777. package/dist/types/icon/web-component/melding.stencil.d.ts +3 -0
  778. package/dist/types/icon/web-component/paspoort.stencil.d.ts +3 -0
  779. package/dist/types/icon/web-component/rijbewijs.stencil.d.ts +3 -0
  780. package/dist/types/icon/web-component/toeslag.stencil.d.ts +3 -0
  781. package/dist/types/icon/web-component/trouwen.stencil.d.ts +3 -0
  782. package/dist/types/icon/web-component/twitter.stencil.d.ts +3 -0
  783. package/dist/types/icon/web-component/verhuizen.stencil.d.ts +3 -0
  784. package/dist/types/icon/web-component/warning.stencil.d.ts +3 -0
  785. package/dist/types/icon/web-component/whatsapp.stencil.d.ts +3 -0
  786. package/dist/types/icon/web-component/zoomin.stencil.d.ts +3 -0
  787. package/dist/types/icon/web-component/zoomout.stencil.d.ts +3 -0
  788. package/dist/types/logo/web-component/index.stencil.d.ts +7 -0
  789. package/dist/types/logo-button/web-component/index.stencil.d.ts +9 -0
  790. package/dist/types/navigatie sidenav/{stencil.d.ts → web-component/index.stencil.d.ts} +0 -0
  791. package/dist/types/page/web-component/index.stencil.d.ts +7 -0
  792. package/dist/types/page-content/web-component/index.stencil.d.ts +7 -0
  793. package/dist/types/page-footer/{stencil.d.ts → web-component/index.stencil.d.ts} +0 -0
  794. package/dist/types/page-header/web-component/stencil.d.ts +7 -0
  795. package/dist/types/pagination/web-component/index.stencil.d.ts +11 -0
  796. package/dist/types/paragraph/{stencil.d.ts → web-component/index.stencil.d.ts} +0 -0
  797. package/dist/types/separator/{stencil.d.ts → web-component/index.stencil.d.ts} +0 -0
  798. package/dist/types/stencil-public-runtime.d.ts +189 -186
  799. package/dist/types/table/web-component/table-body.stencil.d.ts +3 -0
  800. package/dist/types/table/web-component/table-caption.stencil.d.ts +3 -0
  801. package/dist/types/table/web-component/table-cell.stencil.d.ts +3 -0
  802. package/dist/types/table/web-component/table-footer.stencil.d.ts +3 -0
  803. package/dist/types/table/web-component/table-header-cell.stencil.d.ts +4 -0
  804. package/dist/types/table/web-component/table-header.stencil.d.ts +3 -0
  805. package/dist/types/table/web-component/table-row.stencil.d.ts +3 -0
  806. package/dist/types/table/web-component/table.stencil.d.ts +3 -0
  807. package/dist/types/templates/contact-card-template/web-component/index.stencil.d.ts +3 -0
  808. package/dist/types/textbox/web-component/index.stencil.d.ts +23 -0
  809. package/dist/utrecht/p-0194fa7f.entry.js +1 -0
  810. package/dist/utrecht/p-090e32d6.entry.js +1 -0
  811. package/dist/utrecht/p-0f3d64b2.entry.js +1 -0
  812. package/dist/utrecht/p-10f54e6f.entry.js +1 -0
  813. package/dist/utrecht/p-11ed0b35.entry.js +1 -0
  814. package/dist/utrecht/p-13b0e8b5.entry.js +1 -0
  815. package/dist/utrecht/p-159d13d8.entry.js +1 -0
  816. package/dist/utrecht/p-2aa38502.entry.js +1 -0
  817. package/dist/utrecht/p-2cd2e42e.entry.js +1 -0
  818. package/dist/utrecht/p-2da9cd65.entry.js +1 -0
  819. package/dist/utrecht/p-2f5f82db.entry.js +1 -0
  820. package/dist/utrecht/p-473f9e1c.entry.js +1 -0
  821. package/dist/utrecht/p-48ff7293.entry.js +1 -0
  822. package/dist/utrecht/p-4b5cfde3.entry.js +1 -0
  823. package/dist/utrecht/p-529e0370.entry.js +1 -0
  824. package/dist/utrecht/p-5a5cda2b.entry.js +1 -0
  825. package/dist/utrecht/p-5d2e03f9.entry.js +1 -0
  826. package/dist/utrecht/p-60c3ff78.js +1 -0
  827. package/dist/utrecht/p-63f63190.entry.js +1 -0
  828. package/dist/utrecht/p-6a7285d1.entry.js +1 -0
  829. package/dist/utrecht/p-6a7c2f56.entry.js +1 -0
  830. package/dist/utrecht/p-6f06960a.entry.js +1 -0
  831. package/dist/utrecht/p-6fc42b7c.entry.js +1 -0
  832. package/dist/utrecht/p-716709ad.entry.js +1 -0
  833. package/dist/utrecht/p-76994008.entry.js +1 -0
  834. package/dist/utrecht/p-8030bfef.entry.js +1 -0
  835. package/dist/utrecht/p-8480852a.entry.js +1 -0
  836. package/dist/utrecht/p-85254628.entry.js +1 -0
  837. package/dist/utrecht/p-85d784ef.entry.js +1 -0
  838. package/dist/utrecht/p-8783339b.entry.js +1 -0
  839. package/dist/utrecht/p-88a4fc6a.entry.js +1 -0
  840. package/dist/utrecht/p-88e3a314.entry.js +1 -0
  841. package/dist/utrecht/p-8ba5d048.entry.js +1 -0
  842. package/dist/utrecht/p-8e7e3244.entry.js +1 -0
  843. package/dist/utrecht/p-8eec7ccf.entry.js +1 -0
  844. package/dist/utrecht/p-98b30c5b.entry.js +1 -0
  845. package/dist/utrecht/p-9fbf1c4d.entry.js +1 -0
  846. package/dist/utrecht/p-a003f4db.entry.js +1 -0
  847. package/dist/utrecht/p-a57c37b2.entry.js +1 -0
  848. package/dist/utrecht/p-afb31b7c.entry.js +1 -0
  849. package/dist/utrecht/p-b0f8c85c.entry.js +1 -0
  850. package/dist/utrecht/p-b667ddfb.entry.js +1 -0
  851. package/dist/utrecht/p-bb460ad4.entry.js +1 -0
  852. package/dist/utrecht/p-bb8b69c2.entry.js +1 -0
  853. package/dist/utrecht/p-bd4e712c.entry.js +1 -0
  854. package/dist/utrecht/p-be94c685.entry.js +1 -0
  855. package/dist/utrecht/p-bee211d3.entry.js +1 -0
  856. package/dist/utrecht/p-c3b90927.entry.js +1 -0
  857. package/dist/utrecht/p-c659d683.entry.js +1 -0
  858. package/dist/utrecht/p-c6c0edde.entry.js +1 -0
  859. package/dist/utrecht/p-c88cce3d.entry.js +1 -0
  860. package/dist/utrecht/p-c971b496.entry.js +1 -0
  861. package/dist/utrecht/p-cf247794.entry.js +1 -0
  862. package/dist/utrecht/p-d14ef5a6.entry.js +1 -0
  863. package/dist/utrecht/p-d3a16e55.entry.js +1 -0
  864. package/dist/utrecht/p-d53c80a5.entry.js +1 -0
  865. package/dist/utrecht/p-d9b1668c.entry.js +1 -0
  866. package/dist/utrecht/p-de6e5fdc.entry.js +1 -0
  867. package/dist/utrecht/p-df3f83e2.entry.js +1 -0
  868. package/dist/utrecht/p-e26c5ecb.entry.js +1 -0
  869. package/dist/utrecht/p-e31acdfb.entry.js +1 -0
  870. package/dist/utrecht/p-f5398f9f.entry.js +1 -0
  871. package/dist/utrecht/p-f79c82aa.entry.js +1 -0
  872. package/dist/utrecht/p-f8c96e57.entry.js +1 -0
  873. package/dist/utrecht/p-f8e1fa76.entry.js +1 -0
  874. package/dist/utrecht/p-fb116c84.entry.js +1 -0
  875. package/dist/utrecht/p-fb2096b1.entry.js +1 -0
  876. package/dist/utrecht/p-fd286294.entry.js +1 -0
  877. package/dist/utrecht/utrecht.esm.js +1 -1
  878. package/loader/index.d.ts +0 -1
  879. package/package.json +17 -9
  880. package/dist/article/stencil.js +0 -21
  881. package/dist/badge-counter/stencil.js +0 -37
  882. package/dist/badge-data/stencil.js +0 -25
  883. package/dist/badge-status/stencil.js +0 -28
  884. package/dist/button/stencil.js +0 -25
  885. package/dist/cjs/utrecht-button.cjs.entry.js +0 -20
  886. package/dist/cjs/utrecht-paragraph.cjs.entry.js +0 -20
  887. package/dist/collection/article/bem.css +0 -8
  888. package/dist/collection/button/bem.css +0 -48
  889. package/dist/collection/document/bem.css +0 -12
  890. package/dist/collection/html-content/html.css +0 -633
  891. package/dist/collection/menulijst/pijltje.svg +0 -1
  892. package/dist/collection/navigatie sidenav/bem.css +0 -248
  893. package/dist/collection/navigatie sidenav/stencil.js +0 -40
  894. package/dist/collection/separator/bem.css +0 -14
  895. package/dist/document/stencil.js +0 -21
  896. package/dist/esm/utrecht-button.entry.js +0 -16
  897. package/dist/esm/utrecht-paragraph.entry.js +0 -16
  898. package/dist/heading/stencil.js +0 -50
  899. package/dist/html-content/stencil.js +0 -25
  900. package/dist/navigatie sidenav/stencil.js +0 -30
  901. package/dist/page-footer/stencil.js +0 -25
  902. package/dist/paragraph/stencil.js +0 -25
  903. package/dist/separator/stencil.js +0 -20
  904. package/dist/types/button/stencil.d.ts +0 -4
  905. package/dist/utrecht/p-3a69515b.entry.js +0 -1
  906. package/dist/utrecht/p-6f35490c.entry.js +0 -1
  907. package/dist/utrecht/p-7157cce8.entry.js +0 -1
  908. package/dist/utrecht/p-7603f427.entry.js +0 -1
  909. package/dist/utrecht/p-7bb755d1.entry.js +0 -1
  910. package/dist/utrecht/p-7e18e0f8.entry.js +0 -1
  911. package/dist/utrecht/p-9e84c97e.js +0 -1
  912. package/dist/utrecht/p-b5095fed.entry.js +0 -1
  913. package/dist/utrecht/p-b5aa001b.entry.js +0 -1
  914. package/dist/utrecht/p-e1d48327.entry.js +0 -1
  915. package/dist/utrecht/p-e2fb0e03.entry.js +0 -1
  916. package/dist/utrecht/p-f8adb4e0.entry.js +0 -1
  917. package/dist/utrecht/p-fc20c5e2.entry.js +0 -1
@@ -0,0 +1 @@
1
+ import{r as t,h as e}from"./p-60c3ff78.js";const a=class{constructor(e){t(this,e)}render(){return e("div",{class:"utrecht-badge-data"},e("slot",null))}};a.style=".utrecht-badge-data{background-color:var(--utrecht-badge-background-color, black);border-radius:var(--utrecht-badge-border-radius, 0.5ch);color:var(--utrecht-badge-color, white);display:inline-block;font-family:var(--utrecht-document-font-family, sans-serif);font-size:var(--utrecht-badge-font-size, inherit);font-style:var(--utrecht-badge-font-style, normal);font-weight:var(--utrecht-badge-font-weight, bold);line-height:var(--utrecht-badge-line-height);padding-block-end:var(--utrecht-badge-padding-block, 0.5ex);padding-block-start:var(--utrecht-badge-padding-block, 0.5ex);padding-inline-end:var(--utrecht-badge-padding-inline, 0.5ch);padding-inline-start:var(--utrecht-badge-padding-inline, 0.5ch);text-decoration:none;letter-spacing:var(--utrecht-badge-data-letter-spacing, inherit);text-transform:var(--utrecht-badge-data-text-transform, inherit)}:host{display:inline-block}:host([hidden]){display:none !important}";export{a as utrecht_badge_data}
@@ -0,0 +1 @@
1
+ import{r,h as t}from"./p-60c3ff78.js";const o=class{constructor(t){r(this,t)}render(){return t("svg",{xmlns:"http://www.w3.org/2000/svg",version:"1.1",viewBox:"-2 -3 24 24"},t("title",null,"Arrow"),t("g",null,t("path",{fill:"currentColor",d:"M0.292897 1.37868C-0.0976322 1.76921 -0.0976324 2.40238 0.292897 2.7929L6.28364 8.7836C6.66684 9.17256 6.66701 9.79731 6.28415 10.1865L0.292896 16.1777C-0.0976317 16.5682 -0.0976317 17.2014 0.292894 17.5919L1.37868 18.6777C1.54958 18.8486 1.76695 18.9447 1.99011 18.966C2.0399 18.9708 2.08998 18.9718 2.1399 18.9691C2.37756 18.9564 2.61153 18.8592 2.79307 18.6777L8.7843 12.6864C9.17359 12.3036 9.79842 12.304 10.1873 12.6874L16.1775 18.6777C16.3556 18.8558 16.5842 18.9527 16.8172 18.9683C17.0952 18.987 17.3794 18.8901 17.5919 18.6777L18.6777 17.5919C19.0682 17.2014 19.0682 16.5682 18.6777 16.1777L12.6869 10.187C12.3037 9.79801 12.3036 9.17323 12.6865 8.78406L18.6777 2.7929C19.0682 2.40238 19.0682 1.76921 18.6777 1.37868L17.5919 0.292897C17.4019 0.102952 17.1546 0.00539363 16.9057 0.000220857C16.6428 -0.00528831 16.3781 0.0922701 16.1775 0.292896L10.1863 6.28416C9.79701 6.66694 9.17217 6.66662 8.78329 6.28318L2.79307 0.292907C2.61496 0.114795 2.38638 0.0179162 2.15336 0.00227038C1.87542 -0.0164342 1.59116 0.0804386 1.3787 0.292889L0.292897 1.37868Z"})))}};o.style=":host{display:inline-block;height:var(--utrecht-icon-size);width:var(--utrecht-icon-size)}:host([hidden]){display:none !important}svg{color:var(--utrecht-icon-color, currentColor);height:var(--utrecht-icon-size, 100%);width:var(--utrecht-icon-size, 100%)}";export{o as utrecht_icon_cross}
@@ -0,0 +1 @@
1
+ import{r as o,h as t}from"./p-60c3ff78.js";import{c as r}from"./p-4070c1e5.js";const c=class{constructor(t){o(this,t)}render(){const{viewport:o}=this;return t("div",{class:r("utrecht-backdrop",o&&"utrecht-backdrop--viewport")},t("slot",null))}};c.style=".utrecht-backdrop{background-color:var(--utrecht-backdrop-background-color);bottom:0;color:var(--utrecht-backdrop-color);display:block;left:0;opacity:var(--utrecht-backdrop-opacity);position:absolute;right:0;top:0;user-select:none;z-index:var(--utrecht-backdrop-z-index)}.utrecht-backdrop--viewport{position:fixed}:host{display:block}:host([hidden]){display:none !important}";export{c as utrecht_backdrop}
@@ -0,0 +1 @@
1
+ import{r,h as t}from"./p-60c3ff78.js";const o=class{constructor(t){r(this,t)}render(){return t("footer",{class:"utrecht-page-footer"},t("slot",null))}};o.style=".utrecht-page-footer{--utrecht-document-color:currentColor;--utrecht-heading-color:currentColor;--utrecht-link-color:currentColor;--utrecht-link-focus-color:currentColor;--utrecht-link-hover-color:currentColor;--utrecht-link-active-color:currentColor;--utrecht-link-visited-color:currentColor;background-color:var(--utrecht-page-footer-background-color);background-image:var(--utrecht-page-footer-background-image);color:var(--utrecht-page-footer-color);font-family:var(--utrecht-document-font-family);font-size:var(--utrecht-document-font-size);padding-block-end:var(--utrecht-page-footer-padding-block-end);padding-block-start:var(--utrecht-page-footer-padding-block-start);padding-inline-end:var(--utrecht-page-footer-padding-inline-end);padding-inline-start:var(--utrecht-page-footer-padding-inline-start)}.utrecht-page-footer .utrecht-link--telephone{color:#fff}.utrecht-page-footer .utrecht-paragraph{color:#fff}.utrecht-page-footer__address--reset-address{font-style:inherit;margin-block-end:0;margin-block-start:0}:host{display:block}:host([hidden]){display:none !important}";export{o as utrecht_page_footer}
@@ -0,0 +1 @@
1
+ import{r,h as t}from"./p-60c3ff78.js";import{c as e}from"./p-4070c1e5.js";const c=class{constructor(t){r(this,t)}render(){const{json:r,variant:c}=this;console.log(r);const o=r?JSON.parse(r):[];return t("nav",{class:e("utrecht-breadcrumb","arrows"===c&&"utrecht-breadcrumb--arrows")},t("ol",{class:"utrecht-breadcrumb__list",itemscope:!0,itemtype:"https://schema.org/BreadcrumbList"},o.map((({href:r,title:c,current:o},a)=>t("li",{key:r,class:"utrecht-breadcrumb__item",itemscope:!0,itemtype:"https://schema.org/ListItem",itemprop:"itemListElement"},t("a",{class:e("utrecht-breadcrumb__link","utrecht-link",o&&"utrecht-link--current"),href:r,"aria-current":o?"location":null,itemprop:"item"},t("span",{class:"utrecht-breadcrumb__text",itemprop:"name"},c),t("meta",{itemprop:"position",content:a+1})))))))}};c.style='.utrecht-breadcrumb--arrows{--utrecht-breadcrumb-arrow-size:24px;overflow:hidden}.utrecht-breadcrumb--arrows .utrecht-breadcrumb__link{padding-inline-end:0;position:relative}.utrecht-breadcrumb--arrows .utrecht-breadcrumb__link::after,.utrecht-breadcrumb--arrows .utrecht-breadcrumb__link::before{border-block-end-width:var(--utrecht-breadcrumb-block-size);border-block-start-width:var(--utrecht-breadcrumb-block-size);border-color:transparent;border-style:solid;content:" ";display:block;height:0;left:100%;margin-block-start:calc(-1 * var(--utrecht-breadcrumb-block-size));position:absolute;top:50%;width:0}.utrecht-breadcrumb--arrows .utrecht-breadcrumb__link::after{border-inline-start-color:var(--utrecht-breadcrumb-link-background-color);border-inline-start-width:var(--utrecht-breadcrumb-arrow-size);z-index:2}.utrecht-breadcrumb--arrows .utrecht-breadcrumb__link::before{border-inline-start-color:var(--utrecht-document-background-color);border-inline-start-width:var(--utrecht-breadcrumb-arrow-size);margin-block-start:calc(-1 * var(--utrecht-breadcrumb-block-size));margin-inline-start:1px;z-index:1}.utrecht-breadcrumb--arrows .utrecht-breadcrumb__link--focus,.utrecht-breadcrumb--arrows .utrecht-breadcrumb__link:focus{background-color:var(--utrecht-breadcrumb-link-focus-background-color)}.utrecht-breadcrumb--arrows .utrecht-breadcrumb__link--focus::after,.utrecht-breadcrumb--arrows .utrecht-breadcrumb__link:focus::after{border-inline-start-color:var(--utrecht-breadcrumb-link-focus-background-color)}.utrecht-breadcrumb--arrows .utrecht-breadcrumb__item~.utrecht-breadcrumb__item .utrecht-breadcrumb__link{padding-inline-start:calc(var(--utrecht-breadcrumb-item-padding-inline-start) + var(--utrecht-breadcrumb-arrow-size))}.utrecht-breadcrumb__item~.utrecht-breadcrumb__item{margin-inline-start:var(--utrecht-breadcrumb-item-divider-inline-size)}.utrecht-breadcrumb{--utrecht-focus-background-color:var(--utrecht-breadcrumb-link-focus-background-color);--utrecht-link-background-color:var(--utrecht-breadcrumb-link-background-color);--utrecht-link-color:var(--utrecht-breadcrumb-link-color);--utrecht-link-focus-color:var(--utrecht-breadcrumb-link-focus-color, var(--utrecht-breadcrumb-link-color));--utrecht-link-focus-text-decoration:var(--utrecht-link-text-decoration);--utrecht-link-hover-color:var(--utrecht-breadcrumb-link-color);--utrecht-link-hover-text-decoration:var(--utrecht-link-text-decoration);--utrecht-link-visited-color:var(--utrecht-breadcrumb-link-color);--utrecht-link-visited-text-decoration:var(--utrecht-link-text-decoration);font-family:var(--utrecht-document-font-family, inherit);font-size:var(--utrecht-breadcrumb-font-size);text-transform:var(--utrecht-document-text-transform, inherit)}.utrecht-breadcrumb__list{block-size:var(--utrecht-breadcrumb-block-size);display:flex}ol.utrecht-breadcrumb__list{list-style:none;margin-block-end:0;margin-block-start:0;padding-inline-start:0}.utrecht-breadcrumb__item{block-size:100%}.utrecht-breadcrumb__link{background-color:var(--utrecht-breadcrumb-link-background-color);display:block;padding-block-end:var(--utrecht-breadcrumb-item-padding-block-end, 8px);padding-block-start:var(--utrecht-breadcrumb-item-padding-block-start, 8px);padding-inline-end:var(--utrecht-breadcrumb-item-padding-inline-end, 8px);padding-inline-start:var(--utrecht-breadcrumb-item-padding-inline-start, 8px)}.utrecht-breadcrumb--arrows{--utrecht-breadcrumb-arrow-size:24px;overflow:hidden}.utrecht-breadcrumb--arrows .utrecht-breadcrumb__link{padding-inline-end:0;position:relative}.utrecht-breadcrumb--arrows .utrecht-breadcrumb__link::after,.utrecht-breadcrumb--arrows .utrecht-breadcrumb__link::before{border-block-end-width:var(--utrecht-breadcrumb-block-size);border-block-start-width:var(--utrecht-breadcrumb-block-size);border-color:transparent;border-style:solid;content:" ";display:block;height:0;left:100%;margin-block-start:calc(-1 * var(--utrecht-breadcrumb-block-size));position:absolute;top:50%;width:0}.utrecht-breadcrumb--arrows .utrecht-breadcrumb__link::after{border-inline-start-color:var(--utrecht-breadcrumb-link-background-color);border-inline-start-width:var(--utrecht-breadcrumb-arrow-size);z-index:2}.utrecht-breadcrumb--arrows .utrecht-breadcrumb__link::before{border-inline-start-color:var(--utrecht-document-background-color);border-inline-start-width:var(--utrecht-breadcrumb-arrow-size);margin-block-start:calc(-1 * var(--utrecht-breadcrumb-block-size));margin-inline-start:1px;z-index:1}.utrecht-breadcrumb--arrows .utrecht-breadcrumb__link--focus,.utrecht-breadcrumb--arrows .utrecht-breadcrumb__link:focus{background-color:var(--utrecht-breadcrumb-link-focus-background-color)}.utrecht-breadcrumb--arrows .utrecht-breadcrumb__link--focus::after,.utrecht-breadcrumb--arrows .utrecht-breadcrumb__link:focus::after{border-inline-start-color:var(--utrecht-breadcrumb-link-focus-background-color)}.utrecht-breadcrumb--arrows .utrecht-breadcrumb__item~.utrecht-breadcrumb__item .utrecht-breadcrumb__link{padding-inline-start:calc(var(--utrecht-breadcrumb-item-padding-inline-start) + var(--utrecht-breadcrumb-arrow-size))}.utrecht-breadcrumb__item~.utrecht-breadcrumb__item{margin-inline-start:var(--utrecht-breadcrumb-item-divider-inline-size)}.utrecht-link{color:var(--utrecht-link-color, blue);text-decoration:var(--utrecht-link-text-decoration, underline);text-decoration-skip-ink:all;text-decoration-thickness:max(var(--utrecht-link-text-decoration-thickness), 1px);text-underline-offset:var(--utrecht-link-text-underline-offset)}.utrecht-link--icon-left{background-image:var(--utrecht-link-icon-left-background-image, none);background-position:0 0.25em;background-repeat:no-repeat;color:var(--utrecht-link-color, blue);font-weight:var(--utrecht-typography-weight-scale-bold-font-weight);padding-inline-start:var(--utrecht-space-block-md);text-decoration:none}.utrecht-link:visited,.utrecht-link--visited{color:var(--utrecht-link-visited-color, var(--utrecht-link-color))}.utrecht-link:hover,.utrecht-link--hover{color:var(--utrecht-link-hover-color, var(--utrecht-link-color));text-decoration:var(--utrecht-link-hover-text-decoration, var(--utrecht-link-text-decoration, underline));text-decoration-skip:none;text-decoration-skip-ink:none;text-decoration-thickness:max(var(--utrecht-link-hover-text-decoration-thickness, var(--utrecht-link-text-decoration-thickness)), 1px)}.utrecht-link:active,.utrecht-link--active{color:var(--utrecht-link-active-color, var(--utrecht-link-color))}.utrecht-link--focus{background-color:var(--utrecht-link-focus-background-color, transparent);color:var(--utrecht-link-focus-color, var(--utrecht-link-color));text-decoration:var(--utrecht-link-focus-text-decoration, var(--utrecht-link-text-decoration, underline));text-decoration-skip:none;text-decoration-skip-ink:none;text-decoration-thickness:max(var(--utrecht-link-focus-text-decoration-thickness, var(--utrecht-link-text-decoration-thickness)), 1px)}.utrecht-link--focus-visible{box-shadow:0 0 0 var(--utrecht-focus-box-shadow-spread-radius, 0) var(--utrecht-focus-box-shadow-color, transparent);outline-color:var(--utrecht-focus-outline-color, transparent);outline-offset:var(--utrecht-focus-outline-offset, 0);outline-style:var(--utrecht-focus-outline-style, solid);outline-width:var(--utrecht-focus-outline-width, 0)}.utrecht-link:focus{background-color:var(--utrecht-link-focus-background-color, transparent);color:var(--utrecht-link-focus-color, var(--utrecht-link-color));text-decoration:var(--utrecht-link-focus-text-decoration, var(--utrecht-link-text-decoration, underline));text-decoration-skip:none;text-decoration-skip-ink:none;text-decoration-thickness:max(var(--utrecht-link-focus-text-decoration-thickness, var(--utrecht-link-text-decoration-thickness)), 1px);box-shadow:0 0 0 var(--utrecht-focus-box-shadow-spread-radius, 0) var(--utrecht-focus-box-shadow-color, transparent);outline-color:var(--utrecht-focus-outline-color, transparent);outline-offset:var(--utrecht-focus-outline-offset, 0);outline-style:var(--utrecht-focus-outline-style, solid);outline-width:var(--utrecht-focus-outline-width, 0)}.utrecht-link:focus:not(:focus-visible){box-shadow:none;outline-style:none}.utrecht-link--telephone{white-space:nowrap}:host{display:block}:host([hidden]){display:none !important}';export{c as utrecht_breadcrumb}
@@ -0,0 +1 @@
1
+ import{r as c,h as t}from"./p-60c3ff78.js";const r=class{constructor(t){c(this,t)}render(){return t("svg",{xmlns:"http://www.w3.org/2000/svg",version:"1.1",viewBox:"-2 -2 44 44"},t("title",null,"Twitter"),t("g",null,t("path",{fill:"currentColor",d:"M33.096,11.147c-1.017,0.451-2.107,0.756-3.255,0.892c1.171-0.701,2.069-1.811,2.492-3.134 c-1.094,0.649-2.306,1.121-3.599,1.375c-1.032-1.102-2.506-1.79-4.135-1.79c-3.129,0-5.667,2.537-5.667,5.666 c0,0.445,0.049,0.876,0.146,1.291c-4.709-0.235-8.883-2.491-11.678-5.92c-0.487,0.838-0.767,1.811-0.767,2.85 c0,1.965,1,3.701,2.52,4.715c-0.928-0.028-1.802-0.285-2.566-0.708v0.071c0,2.744,1.954,5.034,4.544,5.556 c-0.474,0.13-0.976,0.2-1.493,0.2c-0.364,0-0.72-0.037-1.065-0.104c0.721,2.25,2.813,3.889,5.292,3.936 c-1.938,1.52-4.381,2.425-7.037,2.425c-0.457,0-0.907-0.026-1.35-0.079c2.507,1.606,5.485,2.545,8.687,2.545 c10.419,0,16.119-8.632,16.119-16.12c0-0.245-0.006-0.49-0.016-0.734C31.374,13.282,32.334,12.284,33.096,11.147z"})))}};r.style=":host{display:inline-block;height:var(--utrecht-icon-size);width:var(--utrecht-icon-size)}:host([hidden]){display:none !important}svg{color:var(--utrecht-icon-color, currentColor);height:var(--utrecht-icon-size, 100%);width:var(--utrecht-icon-size, 100%)}";export{r as utrecht_icon_twitter}
@@ -0,0 +1 @@
1
+ import{r as t,h as i}from"./p-60c3ff78.js";const o=class{constructor(i){t(this,i)}render(){return i("div",{class:"utrecht-digid-button"},i("utrecht-digid-logo",{class:"utrecht-digid-button__logo"}),i("utrecht-button",{appearance:"primary-action-button",class:"utrecht-digid-button__button",type:this.type||null},i("slot",null)))}};o.style=".utrecht-digid-button{--utrecht-button-min-block-size:var(--utrecht-digid-button-block-size, 50px);--utrecht-logo-max-height:var(--utrecht-digid-button-block-size, 50px);--utrecht-logo-max-width:var(--utrecht-digid-button-block-size, 50px);block-size:var(--utrecht-digid-button-block-size, 50px);display:inline-flex;gap:var(--utrecht-space-inline-sm)}.utrecht-digid-button__logo{order:1}.utrecht-digid-button__button{order:2}:host{display:block}:host([hidden]){display:none !important}";export{o as utrecht_digid_button}
@@ -0,0 +1 @@
1
+ import{r as t,h as r}from"./p-60c3ff78.js";const i=class{constructor(r){t(this,r)}render(){return r("svg",{xmlns:"http://www.w3.org/2000/svg",version:"1.1",viewBox:"-10 -10 38 38"},r("title",null,"Information"),r("g",null,r("path",{fill:"currentColor",d:"M10 20C15.5228 20 20 15.5228 20 10C20 4.47715 15.5228 0 10 0C4.47715 0 0 4.47715 0 10C0 15.5228 4.47715 20 10 20Z"}),r("path",{fill:"white",d:"M9 8.5C9 8.22386 9.22386 8 9.5 8H10.5C10.7761 8 11 8.22386 11 8.5V14.5C11 14.7761 10.7761 15 10.5 15H9.5C9.22386 15 9 14.7761 9 14.5V8.5Z"}),r("circle",{fill:"white",cx:"10",cy:"6",r:"1"})))}};i.style=":host{display:inline-block;height:var(--utrecht-icon-size);width:var(--utrecht-icon-size)}:host([hidden]){display:none !important}svg{color:var(--utrecht-icon-color, currentColor);height:var(--utrecht-icon-size, 100%);width:var(--utrecht-icon-size, 100%)}";export{i as utrecht_icon_information}
@@ -0,0 +1 @@
1
+ let e,t,l,n=!1,o=!1,s=!1,i=!1,r=!1;const c="undefined"!=typeof window?window:{},f=c.document||{head:{}},u={t:0,l:"",jmp:e=>e(),raf:e=>requestAnimationFrame(e),ael:(e,t,l,n)=>e.addEventListener(t,l,n),rel:(e,t,l,n)=>e.removeEventListener(t,l,n),ce:(e,t)=>new CustomEvent(e,t)},a=e=>Promise.resolve(e),$=(()=>{try{return new CSSStyleSheet,"function"==typeof(new CSSStyleSheet).replace}catch(e){}return!1})(),d=new WeakMap,h=e=>"sc-"+e.o,b={},y=e=>"object"==(e=typeof e)||"function"===e,m=(e,t,...l)=>{let n=null,o=null,s=null,i=!1,r=!1,c=[];const f=t=>{for(let l=0;l<t.length;l++)n=t[l],Array.isArray(n)?f(n):null!=n&&"boolean"!=typeof n&&((i="function"!=typeof e&&!y(n))&&(n+=""),i&&r?c[c.length-1].i+=n:c.push(i?p(null,n):n),r=i)};if(f(l),t){t.key&&(o=t.key),t.name&&(s=t.name);{const e=t.className||t.class;e&&(t.class="object"!=typeof e?e:Object.keys(e).filter((t=>e[t])).join(" "))}}const u=p(e,null);return u.u=t,c.length>0&&(u.$=c),u.h=o,u.m=s,u},p=(e,t)=>({t:0,p:e,i:t,g:null,$:null,u:null,h:null,m:null}),w={},g=(e,t,l,n,o,s)=>{if(l!==n){let i=ee(e,t),r=t.toLowerCase();if("class"===t){const t=e.classList,o=S(l),s=S(n);t.remove(...o.filter((e=>e&&!s.includes(e)))),t.add(...s.filter((e=>e&&!o.includes(e))))}else if("key"===t);else if(i||"o"!==t[0]||"n"!==t[1]){const r=y(n);if((i||r&&null!==n)&&!o)try{if(e.tagName.includes("-"))e[t]=n;else{let o=null==n?"":n;"list"===t?i=!1:null!=l&&e[t]==o||(e[t]=o)}}catch(e){}null==n||!1===n?!1===n&&""!==e.getAttribute(t)||e.removeAttribute(t):(!i||4&s||o)&&!r&&e.setAttribute(t,n=!0===n?"":n)}else t="-"===t[2]?t.slice(3):ee(c,r)?r.slice(2):r[2]+t.slice(3),l&&u.rel(e,t,l,!1),n&&u.ael(e,t,n,!1)}},v=/\s/,S=e=>e?e.split(v):[],j=(e,t,l,n)=>{const o=11===t.g.nodeType&&t.g.host?t.g.host:t.g,s=e&&e.u||b,i=t.u||b;for(n in s)n in i||g(o,n,s[n],void 0,l,t.t);for(n in i)g(o,n,s[n],i[n],l,t.t)},k=(o,r,c,u)=>{let a,$,d,h=r.$[c],b=0;if(n||(s=!0,"slot"===h.p&&(e&&u.classList.add(e+"-s"),h.t|=h.$?2:1)),null!==h.i)a=h.g=f.createTextNode(h.i);else if(1&h.t)a=h.g=f.createTextNode("");else{if(i||(i="svg"===h.p),a=h.g=f.createElementNS(i?"http://www.w3.org/2000/svg":"http://www.w3.org/1999/xhtml",2&h.t?"slot-fb":h.p),i&&"foreignObject"===h.p&&(i=!1),j(null,h,i),null!=e&&a["s-si"]!==e&&a.classList.add(a["s-si"]=e),h.$)for(b=0;b<h.$.length;++b)$=k(o,h,b,a),$&&a.appendChild($);"svg"===h.p?i=!1:"foreignObject"===a.tagName&&(i=!0)}return a["s-hn"]=l,3&h.t&&(a["s-sr"]=!0,a["s-cr"]=t,a["s-sn"]=h.m||"",d=o&&o.$&&o.$[c],d&&d.p===h.p&&o.g&&O(o.g,!1)),a},O=(e,t)=>{u.t|=1;const n=e.childNodes;for(let e=n.length-1;e>=0;e--){const o=n[e];o["s-hn"]!==l&&o["s-ol"]&&(T(o).insertBefore(o,R(o)),o["s-ol"].remove(),o["s-ol"]=void 0,s=!0),t&&O(o,t)}u.t&=-2},M=(e,t,n,o,s,i)=>{let r,c=e["s-cr"]&&e["s-cr"].parentNode||e;for(c.shadowRoot&&c.tagName===l&&(c=c.shadowRoot);s<=i;++s)o[s]&&(r=k(null,n,s,e),r&&(o[s].g=r,c.insertBefore(r,R(t))))},C=(e,t,l,n,s)=>{for(;t<=l;++t)(n=e[t])&&(o=!0,(s=n.g)["s-ol"]?s["s-ol"].remove():O(s,!0),s.remove())},P=(e,t)=>e.p===t.p&&("slot"===e.p?e.m===t.m:e.h===t.h),R=e=>e&&e["s-ol"]||e,T=e=>(e["s-ol"]?e["s-ol"]:e).parentNode,x=(e,t)=>{const l=t.g=e.g,n=e.$,o=t.$,s=t.p,r=t.i;let c;null===r?(i="svg"===s||"foreignObject"!==s&&i,"slot"===s||j(e,t,i),null!==n&&null!==o?((e,t,l,n)=>{let o,s,i=0,r=0,c=0,f=0,u=t.length-1,a=t[0],$=t[u],d=n.length-1,h=n[0],b=n[d];for(;i<=u&&r<=d;)if(null==a)a=t[++i];else if(null==$)$=t[--u];else if(null==h)h=n[++r];else if(null==b)b=n[--d];else if(P(a,h))x(a,h),a=t[++i],h=n[++r];else if(P($,b))x($,b),$=t[--u],b=n[--d];else if(P(a,b))"slot"!==a.p&&"slot"!==b.p||O(a.g.parentNode,!1),x(a,b),e.insertBefore(a.g,$.g.nextSibling),a=t[++i],b=n[--d];else if(P($,h))"slot"!==a.p&&"slot"!==b.p||O($.g.parentNode,!1),x($,h),e.insertBefore($.g,a.g),$=t[--u],h=n[++r];else{for(c=-1,f=i;f<=u;++f)if(t[f]&&null!==t[f].h&&t[f].h===h.h){c=f;break}c>=0?(s=t[c],s.p!==h.p?o=k(t&&t[r],l,c,e):(x(s,h),t[c]=void 0,o=s.g),h=n[++r]):(o=k(t&&t[r],l,r,e),h=n[++r]),o&&T(a.g).insertBefore(o,R(a.g))}i>u?M(e,null==n[d+1]?null:n[d+1].g,l,n,r,d):r>d&&C(t,i,u)})(l,n,t,o):null!==o?(null!==e.i&&(l.textContent=""),M(l,null,t,o,0,o.length-1)):null!==n&&C(n,0,n.length-1),i&&"svg"===s&&(i=!1)):(c=l["s-cr"])?c.parentNode.textContent=r:e.i!==r&&(l.data=r)},N=e=>{let t,l,n,o,s,i,r=e.childNodes;for(l=0,n=r.length;l<n;l++)if(t=r[l],1===t.nodeType){if(t["s-sr"])for(s=t["s-sn"],t.hidden=!1,o=0;o<n;o++)if(i=r[o].nodeType,r[o]["s-hn"]!==t["s-hn"]||""!==s){if(1===i&&s===r[o].getAttribute("slot")){t.hidden=!0;break}}else if(1===i||3===i&&""!==r[o].textContent.trim()){t.hidden=!0;break}N(t)}},E=[],A=e=>{let t,l,n,s,i,r,c=0,f=e.childNodes,u=f.length;for(;c<u;c++){if(t=f[c],t["s-sr"]&&(l=t["s-cr"])&&l.parentNode)for(n=l.parentNode.childNodes,s=t["s-sn"],r=n.length-1;r>=0;r--)l=n[r],l["s-cn"]||l["s-nr"]||l["s-hn"]===t["s-hn"]||(F(l,s)?(i=E.find((e=>e.v===l)),o=!0,l["s-sn"]=l["s-sn"]||s,i?i.S=t:E.push({S:t,v:l}),l["s-sr"]&&E.map((e=>{F(e.v,l["s-sn"])&&(i=E.find((e=>e.v===l)),i&&!e.S&&(e.S=i.S))}))):E.some((e=>e.v===l))||E.push({v:l}));1===t.nodeType&&A(t)}},F=(e,t)=>1===e.nodeType?null===e.getAttribute("slot")&&""===t||e.getAttribute("slot")===t:e["s-sn"]===t||""===t,H=e=>X(e).j,L=(e,t,l)=>{const n=H(e);return{emit:e=>U(n,t,{bubbles:!!(4&l),composed:!!(2&l),cancelable:!!(1&l),detail:e})}},U=(e,t,l)=>{const n=u.ce(t,l);return e.dispatchEvent(n),n},W=(e,t)=>{t&&!e.k&&t["s-p"]&&t["s-p"].push(new Promise((t=>e.k=t)))},q=(e,t)=>{if(e.t|=16,!(4&e.t))return W(e,e.O),ae((()=>V(e,t)));e.t|=512},V=(e,t)=>{const l=e.M;return G(void 0,(()=>_(e,l,t)))},_=async(e,t,l)=>{const n=e.j,o=n["s-rc"];l&&(e=>{const t=e.C,l=e.j,n=t.t,o=((e,t)=>{let l=h(t),n=oe.get(l);if(e=11===e.nodeType?e:f,n)if("string"==typeof n){let t,o=d.get(e=e.head||e);if(o||d.set(e,o=new Set),!o.has(l)){{t=f.createElement("style"),t.innerHTML=n;const l=e.ownerDocument.querySelector("style[nonce]");l&&(t.setAttribute("nonce",l.getAttribute("nonce")),console.log("CSP nonce-"+l.getAttribute("nonce"))),e.insertBefore(t,e.querySelector("link"))}o&&o.add(l)}}else e.adoptedStyleSheets.includes(n)||(e.adoptedStyleSheets=[...e.adoptedStyleSheets,n]);return l})(l.shadowRoot?l.shadowRoot:l.getRootNode(),t);10&n&&(l["s-sc"]=o,l.classList.add(o+"-h"))})(e);z(e,t),o&&(o.map((e=>e())),n["s-rc"]=void 0);{const t=n["s-p"],l=()=>B(e);0===t.length?l():(Promise.all(t).then(l),e.t|=4,t.length=0)}},z=(i,r)=>{try{r=r.render(),i.t&=-17,i.t|=2,((i,r)=>{const c=i.j,a=i.C,$=i.P||p(null,null),d=(e=>e&&e.p===w)(r)?r:m(null,null,r);if(l=c.tagName,a.R&&(d.u=d.u||{},a.R.map((([e,t])=>d.u[t]=c[e]))),d.p=null,d.t|=4,i.P=d,d.g=$.g=c.shadowRoot||c,e=c["s-sc"],t=c["s-cr"],n=0!=(1&a.t),o=!1,x($,d),u.t|=1,s){let e,t,l,n,o,s;A(d.g);let i=0;for(;i<E.length;i++)e=E[i],t=e.v,t["s-ol"]||(l=f.createTextNode(""),l["s-nr"]=t,t.parentNode.insertBefore(t["s-ol"]=l,t));for(i=0;i<E.length;i++)if(e=E[i],t=e.v,e.S){for(n=e.S.parentNode,o=e.S.nextSibling,l=t["s-ol"];l=l.previousSibling;)if(s=l["s-nr"],s&&s["s-sn"]===t["s-sn"]&&n===s.parentNode&&(s=s.nextSibling,!s||!s["s-nr"])){o=s;break}(!o&&n!==t.parentNode||t.nextSibling!==o)&&t!==o&&(!t["s-hn"]&&t["s-ol"]&&(t["s-hn"]=t["s-ol"].parentNode.nodeName),n.insertBefore(t,o))}else 1===t.nodeType&&(t.hidden=!0)}o&&N(d.g),u.t&=-2,E.length=0})(i,r)}catch(e){te(e,i.j)}return null},B=e=>{const t=e.j,l=e.O;64&e.t||(e.t|=64,I(t),e.T(t),l||D()),e.k&&(e.k(),e.k=void 0),512&e.t&&ue((()=>q(e,!1))),e.t&=-517},D=()=>{I(f.documentElement),ue((()=>U(c,"appload",{detail:{namespace:"utrecht"}})))},G=(e,t)=>e&&e.then?e.then(t):t(),I=e=>e.classList.add("hydrated"),J=(e,t,l)=>{if(t.N){const n=Object.entries(t.N),o=e.prototype;if(n.map((([e,[n]])=>{(31&n||2&l&&32&n)&&Object.defineProperty(o,e,{get(){return((e,t)=>X(this).A.get(t))(0,e)},set(l){((e,t,l,n)=>{const o=X(e),s=o.A.get(t),i=o.t,r=o.M;l=((e,t)=>null==e||y(e)?e:4&t?"false"!==e&&(""===e||!!e):2&t?parseFloat(e):1&t?e+"":e)(l,n.N[t][0]),8&i&&void 0!==s||l===s||Number.isNaN(s)&&Number.isNaN(l)||(o.A.set(t,l),r&&2==(18&i)&&q(o,!1))})(this,e,l,t)},configurable:!0,enumerable:!0})})),1&l){const l=new Map;o.attributeChangedCallback=function(e,t,n){u.jmp((()=>{const t=l.get(e);if(this.hasOwnProperty(t))n=this[t],delete this[t];else if(o.hasOwnProperty(t)&&"number"==typeof this[t]&&this[t]==n)return;this[t]=(null!==n||"boolean"!=typeof this[t])&&n}))},e.observedAttributes=n.filter((([e,t])=>15&t[0])).map((([e,n])=>{const o=n[1]||e;return l.set(o,e),512&n[0]&&t.R.push([e,o]),o}))}}return e},K=(e,t={})=>{const l=[],n=t.exclude||[],o=c.customElements,s=f.head,i=s.querySelector("meta[charset]"),r=f.createElement("style"),a=[];let d,b=!0;Object.assign(u,t),u.l=new URL(t.resourcesUrl||"./",f.baseURI).href,e.map((e=>{e[1].map((t=>{const s={t:t[0],o:t[1],N:t[2],F:t[3]};s.N=t[2],s.R=[];const i=s.o,r=class extends HTMLElement{constructor(e){super(e),Z(e=this,s),1&s.t&&e.attachShadow({mode:"open"})}connectedCallback(){d&&(clearTimeout(d),d=null),b?a.push(this):u.jmp((()=>(e=>{if(0==(1&u.t)){const t=X(e),l=t.C,n=()=>{};if(!(1&t.t)){t.t|=1,12&l.t&&(e=>{const t=e["s-cr"]=f.createComment("");t["s-cn"]=!0,e.insertBefore(t,e.firstChild)})(e);{let l=e;for(;l=l.parentNode||l.host;)if(l["s-p"]){W(t,t.O=l);break}}l.N&&Object.entries(l.N).map((([t,[l]])=>{if(31&l&&e.hasOwnProperty(t)){const l=e[t];delete e[t],e[t]=l}})),(async(e,t,l,n,o)=>{if(0==(32&t.t)){{if(t.t|=32,(o=ne(l)).then){const e=()=>{};o=await o,e()}o.isProxied||(J(o,l,2),o.isProxied=!0);const e=()=>{};t.t|=8;try{new o(t)}catch(e){te(e)}t.t&=-9,e()}if(o.style){let e=o.style;const t=h(l);if(!oe.has(t)){const n=()=>{};((e,t,l)=>{let n=oe.get(e);$&&l?(n=n||new CSSStyleSheet,n.replace(t)):n=t,oe.set(e,n)})(t,e,!!(1&l.t)),n()}}}const s=t.O,i=()=>q(t,!0);s&&s["s-rc"]?s["s-rc"].push(i):i()})(0,t,l)}n()}})(this)))}disconnectedCallback(){u.jmp((()=>{}))}componentOnReady(){return X(this).H}};s.L=e[0],n.includes(i)||o.get(i)||(l.push(i),o.define(i,J(r,s,1)))}))}));{r.innerHTML=l+"{visibility:hidden}.hydrated{visibility:inherit}",r.setAttribute("data-styles","");const e=r.ownerDocument.querySelector("style[nonce]");e&&r.setAttribute("nonce",e.getAttribute("nonce")),s.insertBefore(r,i?i.nextSibling:s.firstChild)}b=!1,a.length?a.map((e=>e.connectedCallback())):u.jmp((()=>d=setTimeout(D,30)))},Q=new WeakMap,X=e=>Q.get(e),Y=(e,t)=>Q.set(t.M=e,t),Z=(e,t)=>{const l={t:0,j:e,C:t,A:new Map};return l.H=new Promise((e=>l.T=e)),e["s-p"]=[],e["s-rc"]=[],Q.set(e,l)},ee=(e,t)=>t in e,te=(e,t)=>(0,console.error)(e,t),le=new Map,ne=e=>{const t=e.o.replace(/-/g,"_"),l=e.L,n=le.get(l);return n?n[t]:import(`./${l}.entry.js`).then((e=>(le.set(l,e),e[t])),te)},oe=new Map,se=[],ie=[],re=(e,t)=>l=>{e.push(l),r||(r=!0,t&&4&u.t?ue(fe):u.raf(fe))},ce=e=>{for(let t=0;t<e.length;t++)try{e[t](performance.now())}catch(e){te(e)}e.length=0},fe=()=>{ce(se),ce(ie),(r=se.length>0)&&u.raf(fe)},ue=e=>a().then(e),ae=re(ie,!0);export{w as H,K as b,L as c,H as g,m as h,a as p,Y as r}
@@ -0,0 +1 @@
1
+ import{r as e,h as t}from"./p-60c3ff78.js";const n=class{constructor(t){e(this,t)}render(){return t("div",{class:"utrecht-page"},t("div",{class:"utrecht-page__content"},t("slot",null)))}};n.style=".utrecht-page{margin-inline-end:auto;margin-inline-start:auto;max-inline-size:calc(var(--utrecht-page-max-inline-size) - var(--utrecht-page-margin-inline-start, 0px) - var(--utrecht-page-margin-inline-end, 0px));padding-inline-end:var(--utrecht-page-margin-inline-end);padding-inline-start:var(--utrecht-page-margin-inline-start)}.utrecht-page__content{background-color:var(--utrecht-page-background-color);color:var(--utrecht-page-color);max-inline-size:var(--utrecht-page-max-inline-size)}:host{display:block}:host([hidden]){display:none !important}";export{n as utrecht_page}
@@ -0,0 +1 @@
1
+ import{r as c,h as t}from"./p-60c3ff78.js";const r=class{constructor(t){c(this,t)}render(){return t("svg",{xmlns:"http://www.w3.org/2000/svg",version:"1.1",viewBox:"-1 -1 22 22"},t("title",null,"WhatsApp"),t("g",null,t("path",{fill:"currentColor",d:"M15.6044722,4.1101875C14.1199846,2.6296256,12.1364012,1.8,10.0248451,1.8 c-4.3382888,0-7.8831434,3.5227177-7.8831434,7.8622961c0,1.3912182,0.358325,2.7313833,1.0493798,3.9311485 l-1.1133659,4.0715466l4.1719227-1.0976582c1.1517582,0.6254101,2.4442863,0.9572601,3.7624092,0.9572601l0,0 c4.3382883,0,7.8831434-3.5227184,7.8831434-7.8622971C17.9079876,7.581851,17.0889606,5.6035132,15.6044722,4.1101875z M10.0376415,16.2099552L10.0376415,16.2099552c-1.1773529,0-2.3291101-0.3190861-3.3400974-0.9062052l-0.2431493-0.140398 l-2.4826782,0.6509371l0.6654599-2.4122963l-0.1535673-0.2425051c-0.6526625-1.0338411-0.9981906-2.2463703-0.9981906-3.4716635 c0-3.599298,2.9433815-6.5348959,6.5522232-6.5348959c1.753231,0,3.3912878,0.6764636,4.6326265,1.9145205 s1.9195967,2.8717804,1.9195967,4.6203756C16.5770683,13.2743578,13.6464834,16.2099552,10.0376415,16.2099552z M13.6208887,11.3215475c-0.1919594-0.102107-1.1645555-0.5743561-1.3437176-0.6381731 c-0.179163-0.063818-0.3071356-0.102108-0.4479065,0.102107c-0.1279736,0.191452-0.5118923,0.6381741-0.6270685,0.7658091 c-0.1151752,0.127635-0.2303514,0.153161-0.4223108,0.051054c-0.1919594-0.102108-0.8318243-0.3063231-1.5868664-0.9700241 c-0.5758781-0.5360661-0.9725952-1.1742392-1.0877705-1.3784542c-0.1151757-0.191453-0.0127974-0.293561,0.0895805-0.395668 c0.0895815-0.089344,0.1919594-0.229743,0.2943382-0.344615c0.1023779-0.114871,0.1279736-0.1914511,0.1919584-0.3318501 c0.0767851-0.127634,0.038393-0.2425056-0.0127964-0.3446131C8.6171408,7.747776,8.2332211,6.7777524,8.0668554,6.3820848 C7.9132881,5.9991803,7.746923,6.0502348,7.6189494,6.0502348c-0.1151762,0-0.2431488-0.0127635-0.3711219-0.0127635 s-0.3455276,0.0510535-0.5246897,0.242506C6.5311785,6.4841924,6.032084,6.9564414,6.032084,7.926465 s0.7038522,1.9017563,0.8062305,2.0293922c0.1023784,0.127635,1.3821101,2.1187353,3.3656917,2.9611244 c0.4735012,0.204215,0.8318253,0.3190861,1.1261635,0.4084301c0.4735012,0.153162,0.895812,0.127635,1.2413397,0.076581 c0.3839197-0.051053,1.1645555-0.4722481,1.3309202-0.9317331c0.1663656-0.4594851,0.1663656-0.8551531,0.1151762-0.9317331 C13.953619,11.4619455,13.8256454,11.4108915,13.6208887,11.3215475z"})))}};r.style=":host{display:inline-block;height:var(--utrecht-icon-size);width:var(--utrecht-icon-size)}:host([hidden]){display:none !important}svg{color:var(--utrecht-icon-color, currentColor);height:var(--utrecht-icon-size, 100%);width:var(--utrecht-icon-size, 100%)}";export{r as utrecht_icon_whatsapp}
@@ -0,0 +1 @@
1
+ import{r as C,h as r}from"./p-60c3ff78.js";const t=class{constructor(r){C(this,r)}render(){return r("svg",{width:"23",height:"29",viewBox:"0 0 23 29",fill:"none",xmlns:"http://www.w3.org/2000/svg"},r("path",{d:"M11.11 28.25V22.97C11.11 21.41 9.36 20.14 7.19 20.14H3.92C1.75 20.14 0 21.41 0 22.97V28.25H11.11Z",fill:"currentColor"}),r("path",{d:"M8.62003 16.79C8.63395 17.4 8.46578 18.0003 8.13702 18.5143C7.80825 19.0282 7.33379 19.4326 6.77419 19.6757C6.21459 19.9189 5.59523 19.9897 4.99517 19.8793C4.39511 19.7689 3.84157 19.4821 3.40519 19.0557C2.96881 18.6293 2.6694 18.0825 2.54516 17.4851C2.42092 16.8878 2.47749 16.267 2.70765 15.7019C2.93781 15.1369 3.33112 14.6532 3.83738 14.3127C4.34364 13.9721 4.93991 13.7902 5.55004 13.79C5.94986 13.7807 6.3475 13.8514 6.7196 13.998C7.09169 14.1445 7.43073 14.364 7.71676 14.6435C8.00279 14.9231 8.23005 15.2569 8.38517 15.6256C8.54029 15.9942 8.62014 16.3901 8.62003 16.79V16.79Z",fill:"currentColor"}),r("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M19.65 0H8.90997C8.16287 0.0026353 7.44712 0.30059 6.91884 0.828873C6.39056 1.35716 6.0926 2.07291 6.08997 2.82001V8.02C6.09261 8.76618 6.39088 9.48089 6.91945 10.0076C7.44801 10.5343 8.16379 10.83 8.90997 10.83H9.28996V13.14L11.59 10.83H19.65C20.3961 10.83 21.1119 10.5343 21.6405 10.0076C22.1691 9.48089 22.4673 8.76618 22.47 8.02V2.82001C22.4673 2.07291 22.1694 1.35716 21.6411 0.828873C21.1128 0.30059 20.3971 0.0026353 19.65 0V0ZM13.65 4.25999H15.65L15.55 4.81C15.5424 4.81439 15.5337 4.8167 15.525 4.8167C15.5162 4.8167 15.5076 4.81439 15.5 4.81H13.56C13.56 4.81 13.56 4.91999 13.56 5.00999C13.56 5.09999 13.56 5.27 13.56 5.27H15.37L15.27 5.82001C15.2539 5.82616 15.2361 5.82616 15.22 5.82001H13.61C13.6718 6.04415 13.7626 6.25929 13.88 6.46001C13.9939 6.6165 14.1449 6.74226 14.3195 6.82603C14.494 6.90981 14.6866 6.94897 14.88 6.94C15.2776 6.88099 15.655 6.7266 15.98 6.49001C15.98 6.49001 15.98 6.49001 15.98 6.49001V7.66C15.9861 7.6761 15.9861 7.69391 15.98 7.71001C15.6337 7.84421 15.27 7.92839 14.9 7.96001C14.5613 7.96837 14.2252 7.89981 13.9169 7.75951C13.6086 7.61921 13.3361 7.41081 13.12 7.14999C12.8494 6.73577 12.6405 6.28437 12.5 5.81C12.5 5.81 12.5 5.81 12.5 5.81H12.03L12.13 5.25999H12.42V5.25C12.42 5.13 12.42 4.96001 12.42 4.96001H12.01L12.11 4.41H12.47C12.6103 3.94669 12.8157 3.50564 13.08 3.10001C13.3044 2.83268 13.5866 2.61991 13.9054 2.47784C14.2242 2.33577 14.5712 2.26812 14.92 2.28C15.2618 2.31342 15.5979 2.39071 15.92 2.50999C15.9244 2.5176 15.9267 2.52623 15.9267 2.535C15.9267 2.54378 15.9244 2.5524 15.92 2.56L15.72 3.56C15.4532 3.38371 15.148 3.27398 14.83 3.24001C14.6376 3.23079 14.4459 3.2688 14.2716 3.35072C14.0972 3.43265 13.9456 3.556 13.83 3.71001C13.7086 3.90774 13.6113 4.11922 13.54 4.34C13.54 4.34 13.56 4.25 13.61 4.25L13.65 4.25999Z",fill:"currentColor"}))}};t.style=":host{display:inline-block;height:var(--utrecht-icon-size);width:var(--utrecht-icon-size)}:host([hidden]){display:none !important}svg{color:var(--utrecht-icon-color, currentColor);height:var(--utrecht-icon-size, 100%);width:var(--utrecht-icon-size, 100%)}";export{t as utrecht_icon_toeslag}
@@ -0,0 +1 @@
1
+ import{r as t,h as o}from"./p-60c3ff78.js";const r=class{constructor(o){t(this,o)}render(){return o("svg",{xmlns:"http://www.w3.org/2000/svg",version:"1.1",viewBox:"0 0 38 38"},o("title",null,"Facebook"),o("g",null,o("path",{fill:"currentColor",d:"M25.868,20.809l0.687-5.323h-5.271v-3.398c0-1.541,0.43-2.592,2.641-2.592h2.815v-4.76 c-0.487-0.065-2.158-0.209-4.107-0.209c-4.065,0-6.845,2.481-6.845,7.037v3.925h-4.597v5.322h4.597v13.658h5.494V20.811h4.585 L25.868,20.809L25.868,20.809z"})))}};r.style=":host{display:inline-block;height:var(--utrecht-icon-size);width:var(--utrecht-icon-size)}:host([hidden]){display:none !important}svg{color:var(--utrecht-icon-color, currentColor);height:var(--utrecht-icon-size, 100%);width:var(--utrecht-icon-size, 100%)}";export{r as utrecht_icon_facebook}
@@ -0,0 +1 @@
1
+ import{r as e,h as a}from"./p-60c3ff78.js";const r=class{constructor(a){e(this,a)}render(){return a("header",{class:"utrecht-page-header"},a("div",{class:"utrecht-page-header__content"},a("slot",null)))}};r.style='.utrecht-page-header{background-color:var(--utrecht-page-header-background-color);color:var(--utrecht-page-header-color);grid-area:"utrecht-header";padding-block-end:var(--utrecht-page-header-padding-block-end);padding-block-start:var(--utrecht-page-header-padding-block-start);padding-inline-end:var(--utrecht-page-padding-inline-end);padding-inline-start:var(--utrecht-page-padding-inline-start)}.utrecht-page-header__content{max-inline-size:var(--utrecht-page-max-inline-size)}:host{display:block}:host([hidden]){display:none !important}';export{r as utrecht_page_header}
@@ -0,0 +1 @@
1
+ import{r as t,h as o}from"./p-60c3ff78.js";const r=class{constructor(o){t(this,o)}render(){return o("div",{class:"utrecht-digid-button"},o("utrecht-digid-logo",{class:"utrecht-digid-button__logo"}),o("utrecht-button",{class:"utrecht-digid-button__button",type:this.type||null},o("slot",null)))}};r.style=".utrecht-logo-button{--utrecht-button-min-block-size:var(--utrecht-logo-button-block-size, 50px);--utrecht-logo-max-height:var(--utrecht-logo-button-block-size, 50px);--utrecht-logo-max-width:var(--utrecht-logo-button-block-size, 50px);display:inline-flex;gap:var(--utrecht-space-inline-sm)}.utrecht-logo-button__logo{order:1}.utrecht-logo-button__button{order:2}:host{display:block}:host([hidden]){display:none !important}";export{r as utrecht_logo_button}
@@ -0,0 +1 @@
1
+ import{r as e,h as t,H as r}from"./p-60c3ff78.js";const l=class{constructor(t){e(this,t)}render(){return t(r,{role:"col"===this.scope?"columnheader":"row"===this.scope?"rowheader":"cell"},t("slot",null))}};l.style=":host{color:var(--utrecht-table-header-cell-color);font-size:var(--utrecht-table-header-cell-font-size);font-weight:var(--utrecht-table-header-cell-font-weight);text-align:start;text-transform:var(--utrecht-table-header-cell-text-transform);display:table-cell}";export{l as utrecht_table_header_cell}
@@ -0,0 +1 @@
1
+ import{r as t,h as e}from"./p-60c3ff78.js";const r=class{constructor(e){t(this,e)}render(){return e("h1",{class:"utrecht-heading-1"},e("slot",null))}};r.style=".utrecht-heading-1{page-break-after:avoid;page-break-inside:avoid;color:var(--utrecht-heading-1-color, var(--utrecht-heading-color, var(--utrecht-document-color, inherit)));font-family:var(--utrecht-heading-1-font-family, var(--utrecht-heading-font-family, var(--utrecht-document-font-family)));font-size:var(--utrecht-heading-1-font-size);font-weight:var(--utrecht-heading-1-font-weight, var(--utrecht-heading-font-weight, bold));letter-spacing:var(--utrecht-heading-1-letter-spacing);line-height:var(--utrecht-heading-1-line-height);margin-block-end:0;margin-block-start:0;text-transform:var(--utrecht-heading-1-text-transform, inherit)}.utrecht-heading-1--distanced{margin-block-end:var(--utrecht-heading-1-margin-block-end);margin-block-start:var(--utrecht-heading-1-margin-block-start)}:host{display:block}:host([hidden]){display:none !important}";export{r as utrecht_heading_1}
@@ -0,0 +1 @@
1
+ import{r,h as t,H as o}from"./p-60c3ff78.js";const s=class{constructor(t){r(this,t)}render(){return t(o,{role:"row"},t("slot",null))}};s.style=":host{display:table-row}";export{s as utrecht_table_row}
@@ -0,0 +1 @@
1
+ import{r as C,h as r}from"./p-60c3ff78.js";const e=class{constructor(r){C(this,r)}render(){return r("svg",{width:"33",height:"30",viewBox:"0 0 33 30",fill:"none",xmlns:"http://www.w3.org/2000/svg"},r("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M21.1959 4.16C21.153 4.32263 21.0856 4.47777 20.9959 4.62001C20.8152 4.96014 20.5708 5.26231 20.2759 5.51001C19.0739 6.65093 17.772 7.68172 16.3859 8.59C15.0319 7.63585 13.7668 6.5615 12.6059 5.38C12.321 5.11859 12.0871 4.80666 11.9159 4.46001C11.8335 4.31638 11.7729 4.16136 11.7359 4C11.6374 3.67619 11.5934 3.33824 11.6059 3C11.6059 2.20435 11.922 1.44129 12.4846 0.878677C13.0472 0.316068 13.8102 0 14.6059 0C15.1138 0.0661121 15.5817 0.310566 15.9261 0.689728C16.2704 1.06889 16.4688 1.55809 16.4859 2.07001C16.4665 1.8024 16.505 1.53375 16.5987 1.28232C16.6923 1.03089 16.839 0.802562 17.0287 0.612839C17.2184 0.423116 17.4468 0.276451 17.6982 0.182785C17.9496 0.0891195 18.2183 0.0506561 18.4859 0.0700073C18.8808 0.0816339 19.2695 0.171139 19.6297 0.333389C19.9899 0.495639 20.3145 0.727435 20.5849 1.01547C20.8553 1.30351 21.0661 1.64212 21.2053 2.01186C21.3444 2.38159 21.4092 2.77516 21.3959 3.17C21.381 3.50838 21.3136 3.8424 21.1959 4.16Z",fill:"currentColor"}),r("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M10.1259 29.53C12.4221 29.5309 14.6506 28.7517 16.4459 27.32C17.9375 28.5126 19.7356 29.2596 21.6332 29.4752C23.5308 29.6908 25.4506 29.3661 27.1718 28.5385C28.8929 27.711 30.3454 26.4142 31.3619 24.7975C32.3785 23.1807 32.9178 21.3098 32.9178 19.4C32.9178 17.4903 32.3785 15.6193 31.3619 14.0026C30.3454 12.3858 28.8929 11.089 27.1718 10.2615C25.4506 9.43393 23.5308 9.10925 21.6332 9.32482C19.7356 9.5404 17.9375 10.2875 16.4459 11.48C15.1811 10.4714 13.6933 9.78041 12.1067 9.46475C10.5201 9.14909 8.88106 9.21798 7.32659 9.66566C5.77211 10.1133 4.34745 10.9268 3.17181 12.0379C1.99616 13.1491 1.10371 14.5256 0.569129 16.0524C0.0345478 17.5791 -0.126618 19.2118 0.0991125 20.8136C0.324843 22.4154 0.930904 23.9399 1.8666 25.2595C2.80229 26.579 4.04039 27.6553 5.47733 28.3983C6.91426 29.1413 8.50824 29.5294 10.1259 29.53V29.53ZM16.4459 14.78C17.4086 16.1056 17.927 17.7018 17.927 19.34C17.927 20.9782 17.4086 22.5745 16.4459 23.9C15.4904 22.5715 14.9764 20.9764 14.9764 19.34C14.9764 17.7036 15.4904 16.1085 16.4459 14.78ZM22.7759 11.54C24.011 11.5379 25.2289 11.8292 26.3294 12.3897C27.4299 12.9503 28.3816 13.7642 29.1061 14.7645C29.8306 15.7647 30.3072 16.9227 30.4967 18.1432C30.6862 19.3636 30.5832 20.6116 30.1962 21.7844C29.8091 22.9573 29.1491 24.0215 28.2704 24.8894C27.3917 25.7573 26.3194 26.4042 25.1419 26.7767C23.9643 27.1492 22.7152 27.2368 21.4971 27.0323C20.2791 26.8277 19.1271 26.3368 18.1359 25.6C19.5277 23.8172 20.2828 21.62 20.281 19.3583C20.2791 17.0966 19.5205 14.9006 18.1259 13.12C19.4745 12.0949 21.1219 11.54 22.8159 11.54H22.7759ZM10.1359 11.54C11.8251 11.5407 13.468 12.0919 14.8159 13.11C13.4076 14.8859 12.6361 17.0831 12.6253 19.3497C12.6144 21.6162 13.3647 23.8207 14.7559 25.61C13.4202 26.6019 11.7996 27.1351 10.1359 27.13C9.08875 27.1675 8.04478 26.9937 7.0663 26.6188C6.08783 26.244 5.19491 25.6758 4.44084 24.9483C3.68678 24.2208 3.08703 23.3488 2.6774 22.3843C2.26777 21.4199 2.05665 20.3828 2.05665 19.335C2.05665 18.2872 2.26777 17.2501 2.6774 16.2857C3.08703 15.3213 3.68678 14.4493 4.44084 13.7217C5.19491 12.9942 6.08783 12.426 7.0663 12.0512C8.04478 11.6764 9.08875 11.5025 10.1359 11.54Z",fill:"currentColor"}))}};e.style=":host{display:inline-block;height:var(--utrecht-icon-size);width:var(--utrecht-icon-size)}:host([hidden]){display:none !important}svg{color:var(--utrecht-icon-color, currentColor);height:var(--utrecht-icon-size, 100%);width:var(--utrecht-icon-size, 100%)}";export{e as utrecht_icon_trouwen}
@@ -0,0 +1 @@
1
+ import{r as e,h as t,H as l}from"./p-60c3ff78.js";const r=class{constructor(t){e(this,t)}render(){return t(l,{role:"cell"},t("slot",null))}};r.style=":host{border-block-end-color:var(--utrecht-table-row-border-block-end-color, transparent);border-block-end-style:solid;border-block-end-width:var(--utrecht-table-row-border-block-end-width, 0);line-height:var(--utrecht-table-cell-line-height, inherit);padding-block-end:var(--utrecht-table-cell-padding-block-end, 0);padding-block-start:var(--utrecht-table-cell-padding-block-start, 0);padding-inline-end:var(--utrecht-table-cell-padding-inline-end, 0);padding-inline-start:var(--utrecht-table-cell-padding-inline-start, 0);text-align:start;display:table-cell}";export{r as utrecht_table_cell}
@@ -0,0 +1 @@
1
+ import{r as t,h as e}from"./p-60c3ff78.js";const r=class{constructor(e){t(this,e)}render(){return e("h5",{class:"utrecht-heading-5"},e("slot",null))}};r.style=".utrecht-heading-5{page-break-after:avoid;page-break-inside:avoid;color:var(--utrecht-heading-5-color, var(--utrecht-heading-color, var(--utrecht-document-color, inherit)));font-family:var(--utrecht-heading-5-font-family, var(--utrecht-heading-font-family, var(--utrecht-document-font-family)));font-size:var(--utrecht-heading-5-font-size);font-weight:var(--utrecht-heading-5-font-weight, var(--utrecht-heading-font-weight, bold));letter-spacing:var(--utrecht-heading-5-letter-spacing);line-height:var(--utrecht-heading-5-line-height);margin-block-end:0;margin-block-start:0;text-transform:var(--utrecht-heading-5-text-transform, inherit)}.utrecht-heading-5--distanced{margin-block-end:var(--utrecht-heading-5-margin-block-end);margin-block-start:var(--utrecht-heading-5-margin-block-start)}:host{display:block}:host([hidden]){display:none !important}";export{r as utrecht_heading_5}
@@ -0,0 +1 @@
1
+ import{r,h as t}from"./p-60c3ff78.js";const i=class{constructor(t){r(this,t)}render(){return t("svg",{xmlns:"http://www.w3.org/2000/svg",version:"1.1",viewBox:"-2 -1 24 24"},t("title",null,"Filter"),t("rect",{x:"2",y:"6",width:"17",height:"2",rx:"0.5",fill:"currentColor"}),t("rect",{x:"4",y:"11",width:"13",height:"2",rx:"0.5",fill:"currentColor"}),t("rect",{x:"6",y:"16",width:"9",height:"2",rx:"0.5",fill:"currentColor"}))}};i.style=":host{display:inline-block;height:var(--utrecht-icon-size);width:var(--utrecht-icon-size)}:host([hidden]){display:none !important}svg{color:var(--utrecht-icon-color, currentColor);height:var(--utrecht-icon-size, 100%);width:var(--utrecht-icon-size, 100%)}";export{i as utrecht_icon_filter}
@@ -0,0 +1 @@
1
+ import{r as t,h as e}from"./p-60c3ff78.js";const r=class{constructor(e){t(this,e)}render(){return 1===this.level?e("h1",{class:"utrecht-heading-1"},e("slot",null)):2===this.level?e("h2",{class:"utrecht-heading-2"},e("slot",null)):3===this.level?e("h3",{class:"utrecht-heading-3"},e("slot",null)):4===this.level?e("h4",{class:"utrecht-heading-4"},e("slot",null)):5===this.level?e("h5",{class:"utrecht-heading-5"},e("slot",null)):6===this.level?e("h6",{class:"utrecht-heading-6"},e("slot",null)):e("div",{class:"utrecht-heading",role:"heading","aria-level":this.level},e("slot",null))}};r.style=".utrecht-heading-1{page-break-after:avoid;page-break-inside:avoid;color:var(--utrecht-heading-1-color, var(--utrecht-heading-color, var(--utrecht-document-color, inherit)));font-family:var(--utrecht-heading-1-font-family, var(--utrecht-heading-font-family, var(--utrecht-document-font-family)));font-size:var(--utrecht-heading-1-font-size);font-weight:var(--utrecht-heading-1-font-weight, var(--utrecht-heading-font-weight, bold));letter-spacing:var(--utrecht-heading-1-letter-spacing);line-height:var(--utrecht-heading-1-line-height);margin-block-end:0;margin-block-start:0;text-transform:var(--utrecht-heading-1-text-transform, inherit)}.utrecht-heading-1--distanced{margin-block-end:var(--utrecht-heading-1-margin-block-end);margin-block-start:var(--utrecht-heading-1-margin-block-start)}.utrecht-heading-2{page-break-after:avoid;page-break-inside:avoid;color:var(--utrecht-heading-2-color, var(--utrecht-heading-color, var(--utrecht-document-color, inherit)));font-family:var(--utrecht-heading-2-font-family, var(--utrecht-heading-font-family, var(--utrecht-document-font-family)));font-size:var(--utrecht-heading-2-font-size);font-weight:var(--utrecht-heading-2-font-weight, var(--utrecht-heading-font-weight, bold));letter-spacing:var(--utrecht-heading-2-letter-spacing);line-height:var(--utrecht-heading-2-line-height);margin-block-end:0;margin-block-start:0;text-transform:var(--utrecht-heading-2-text-transform, inherit)}.utrecht-heading-2--distanced{margin-block-end:var(--utrecht-heading-2-margin-block-end);margin-block-start:var(--utrecht-heading-2-margin-block-start)}.utrecht-heading-3{page-break-after:avoid;page-break-inside:avoid;color:var(--utrecht-heading-3-color, var(--utrecht-heading-color, var(--utrecht-document-color, inherit)));font-family:var(--utrecht-heading-3-font-family, var(--utrecht-heading-font-family, var(--utrecht-document-font-family)));font-size:var(--utrecht-heading-3-font-size);font-weight:var(--utrecht-heading-3-font-weight, var(--utrecht-heading-font-weight, bold));letter-spacing:var(--utrecht-heading-3-letter-spacing);line-height:var(--utrecht-heading-3-line-height);margin-block-end:0;margin-block-start:0;text-transform:var(--utrecht-heading-3-text-transform, inherit)}.utrecht-heading-3--distanced{margin-block-end:var(--utrecht-heading-3-margin-block-end);margin-block-start:var(--utrecht-heading-3-margin-block-start)}.utrecht-heading-4{page-break-after:avoid;page-break-inside:avoid;color:var(--utrecht-heading-4-color, var(--utrecht-heading-color, var(--utrecht-document-color, inherit)));font-family:var(--utrecht-heading-4-font-family, var(--utrecht-heading-font-family, var(--utrecht-document-font-family)));font-size:var(--utrecht-heading-4-font-size);font-weight:var(--utrecht-heading-4-font-weight, var(--utrecht-heading-font-weight, bold));letter-spacing:var(--utrecht-heading-4-letter-spacing);line-height:var(--utrecht-heading-4-line-height);margin-block-end:0;margin-block-start:0;text-transform:var(--utrecht-heading-4-text-transform, inherit)}.utrecht-heading-4--distanced{margin-block-end:var(--utrecht-heading-4-margin-block-end);margin-block-start:var(--utrecht-heading-4-margin-block-start)}.utrecht-heading-5{page-break-after:avoid;page-break-inside:avoid;color:var(--utrecht-heading-5-color, var(--utrecht-heading-color, var(--utrecht-document-color, inherit)));font-family:var(--utrecht-heading-5-font-family, var(--utrecht-heading-font-family, var(--utrecht-document-font-family)));font-size:var(--utrecht-heading-5-font-size);font-weight:var(--utrecht-heading-5-font-weight, var(--utrecht-heading-font-weight, bold));letter-spacing:var(--utrecht-heading-5-letter-spacing);line-height:var(--utrecht-heading-5-line-height);margin-block-end:0;margin-block-start:0;text-transform:var(--utrecht-heading-5-text-transform, inherit)}.utrecht-heading-5--distanced{margin-block-end:var(--utrecht-heading-5-margin-block-end);margin-block-start:var(--utrecht-heading-5-margin-block-start)}.utrecht-heading-6{page-break-after:avoid;page-break-inside:avoid;color:var(--utrecht-heading-6-color, var(--utrecht-heading-color, var(--utrecht-document-color, inherit)));font-family:var(--utrecht-heading-6-font-family, var(--utrecht-heading-font-family, var(--utrecht-document-font-family)));font-size:var(--utrecht-heading-6-font-size);font-weight:var(--utrecht-heading-6-font-weight, var(--utrecht-heading-font-weight, bold));letter-spacing:var(--utrecht-heading-6-letter-spacing);line-height:var(--utrecht-heading-6-line-height);margin-block-end:0;margin-block-start:0;text-transform:var(--utrecht-heading-6-text-transform, inherit)}.utrecht-heading-6--distanced{margin-block-end:var(--utrecht-heading-6-margin-block-end);margin-block-start:var(--utrecht-heading-6-margin-block-start)}:host{display:block}:host([hidden]){display:none !important}";export{r as utrecht_heading}
@@ -0,0 +1 @@
1
+ import{r,h as t}from"./p-60c3ff78.js";import{c as i}from"./p-4070c1e5.js";const e=class{constructor(t){r(this,t),this.status=null}render(){const{status:r}=this;return t("div",{class:i("utrecht-form-field-description","valid"===r&&"utrecht-form-field-description--valid","invalid"===r&&"utrecht-form-field-description--invalid")},t("slot",null))}};e.style=".utrecht-form-field-description{color:var(--utrecht-form-field-description-color);font-family:var(--utrecht-document-font-family, inherit);font-size:var(--utrecht-form-field-description-font-size, inherit);font-style:var(--utrecht-form-field-description-font-style)}.utrecht-form-field-description--distanced{margin-block-end:var(--utrecht-form-field-description-margin-block-end, var(--utrecht-paragraph-margin-block-end));margin-block-start:var(--utrecht-form-field-description-margin-block-start, var(--utrecht-paragraph-margin-block-start))}.utrecht-form-field-description--invalid{color:var(--utrecht-form-field-description-invalid-color, var(--utrecht-feedback-invalid-color, var(--utrecht-feedback-danger-color)))}.utrecht-form-field-description--valid{color:var(--utrecht-form-field-description-valid-color, var(--utrecht-feedback-valid-color, var(--utrecht-feedback-safe-color)))}.utrecht-form-field-description--warning{color:var(--utrecht-form-field-description-warning-color, var(--utrecht-feedback-warning-color))}:host{display:block}:host([hidden]){display:none !important}";export{e as utrecht_form_field_description}
@@ -0,0 +1 @@
1
+ import{r as c,c as o,h as t}from"./p-60c3ff78.js";import{c as r}from"./p-4070c1e5.js";const e=class{constructor(t){c(this,t),this.utrechtBlur=o(this,"utrechtBlur",7),this.utrechtChange=o(this,"utrechtChange",7),this.utrechtFocus=o(this,"utrechtFocus",7),this.utrechtInput=o(this,"utrechtInput",7),this.disabled=!1,this.checked=!1,this.indeterminate=!1,this.invalid=!1,this.required=!1}render(){const{checked:c,disabled:o,indeterminate:e,invalid:u,required:h}=this,s=()=>{this.disabled||(this.checked=!this.checked,this.utrechtInput.emit(this),this.utrechtChange.emit(this))};return t("div",{class:"utrecht-custom-checkbox",role:"checkbox",tabIndex:o?null:0,"aria-checked":e?"mixed":c?"true":"false","aria-disabled":o?"true":null,"aria-invalid":u?"true":null,"aria-required":h?"true":null,onClick:()=>{s()},onKeyPress:c=>{"Space"!==c.code&&" "!==c.key||c.preventDefault()},onKeyUp:c=>{"Space"!==c.code&&" "!==c.key||s()}},t("div",{class:r("utrecht-custom-checkbox__box",!1,c&&"utrecht-custom-checkbox__box--checked",!c&&"utrecht-custom-checkbox__box--not-checked",o&&"utrecht-custom-checkbox__box--disabled",u&&"utrecht-custom-checkbox__box--invalid",e&&"utrecht-custom-checkbox__box--indeterminate")},c&&t("utrecht-icon-checkmark",{class:"utrecht-custom-checkbox__icon"},"✔"),e&&t("utrecht-icon-indeterminate",{class:"utrecht-custom-checkbox__icon"},"■")))}};e.style=".utrecht-checkbox{margin-block-end:0;margin-block-start:0;margin-inline-end:0;margin-inline-start:0}.utrecht-checkbox--disabled{cursor:var(--utrecht-action-disabled-cursor)}.utrecht-checkbox--focus-visible{box-shadow:0 0 0 var(--utrecht-focus-box-shadow-spread-radius, 0) var(--utrecht-focus-box-shadow-color, transparent);outline-color:var(--utrecht-focus-outline-color, transparent);outline-offset:var(--utrecht-focus-outline-offset, 0);outline-style:var(--utrecht-focus-outline-style, solid);outline-width:var(--utrecht-focus-outline-width, 0)}.utrecht-checkbox--html-input:disabled{cursor:var(--utrecht-action-disabled-cursor)}.utrecht-checkbox--html-input:focus{box-shadow:0 0 0 var(--utrecht-focus-box-shadow-spread-radius, 0) var(--utrecht-focus-box-shadow-color, transparent);outline-color:var(--utrecht-focus-outline-color, transparent);outline-offset:var(--utrecht-focus-outline-offset, 0);outline-style:var(--utrecht-focus-outline-style, solid);outline-width:var(--utrecht-focus-outline-width, 0)}.utrecht-checkbox--html-input:focus:not(:focus-visible){box-shadow:none;outline-style:none}.utrecht-checkbox{margin-block-end:0;margin-block-start:0;margin-inline-end:0;margin-inline-start:0}.utrecht-checkbox--disabled{cursor:var(--utrecht-action-disabled-cursor)}.utrecht-checkbox--focus-visible{box-shadow:0 0 0 var(--utrecht-focus-box-shadow-spread-radius, 0) var(--utrecht-focus-box-shadow-color, transparent);outline-color:var(--utrecht-focus-outline-color, transparent);outline-offset:var(--utrecht-focus-outline-offset, 0);outline-style:var(--utrecht-focus-outline-style, solid);outline-width:var(--utrecht-focus-outline-width, 0)}.utrecht-checkbox--html-input:disabled{cursor:var(--utrecht-action-disabled-cursor)}.utrecht-checkbox--html-input:focus{box-shadow:0 0 0 var(--utrecht-focus-box-shadow-spread-radius, 0) var(--utrecht-focus-box-shadow-color, transparent);outline-color:var(--utrecht-focus-outline-color, transparent);outline-offset:var(--utrecht-focus-outline-offset, 0);outline-style:var(--utrecht-focus-outline-style, solid);outline-width:var(--utrecht-focus-outline-width, 0)}.utrecht-checkbox--html-input:focus:not(:focus-visible){box-shadow:none;outline-style:none}.utrecht-custom-checkbox{--utrecht-icon-size:var(--utrecht-custom-checkbox-icon-size, calc(0.75 * var(--utrecht-custom-checkbox-size)));display:inline-block;height:var(--utrecht-custom-checkbox-size);position:relative;width:var(--utrecht-custom-checkbox-size)}.utrecht-custom-checkbox__input{margin-block-end:0;margin-block-start:0;margin-inline-end:0;margin-inline-start:0;height:var(--utrecht-custom-checkbox-size);left:0;opacity:0%;position:absolute;top:0;width:var(--utrecht-custom-checkbox-size);z-index:10}.utrecht-custom-checkbox__box{align-items:center;background-color:var(--utrecht-custom-checkbox-background-color);border-color:var(--utrecht-custom-checkbox-border-color, var(--utrecht-form-input-border-color));border-radius:var(--utrecht-custom-checkbox-border-radius, var(--utrecht-form-input-border-radius));border-style:solid;border-width:var(--utrecht-custom-checkbox-border-width, var(--utrecht-form-input-border-width));box-sizing:border-box;color:var(--utrecht-custom-checkbox-color);display:flex;height:var(--utrecht-custom-checkbox-size);justify-content:center;left:0;pointer-events:none;position:absolute;top:0;width:var(--utrecht-custom-checkbox-size);z-index:1000}.utrecht-custom-checkbox__box--checked{background-color:var(--utrecht-custom-checkbox-checked-background-color, var(--utrecht-custom-checkbox-background-color));border-color:var(--utrecht-custom-checkbox-checked-border-color, var(--utrecht-custom-checkbox-border-color));border-width:var(--utrecht-custom-checkbox-checked-border-width, var(--utrecht-custom-checkbox-border-width));color:var(--utrecht-custom-checkbox-checked-color, var(--utrecht-custom-checkbox-color))}.utrecht-custom-checkbox__box--disabled{background-color:var(--utrecht-custom-checkbox-disabled-background-color, var(--utrecht-custom-checkbox-background-color));border-color:var(--utrecht-custom-checkbox-disabled-border-color, var(--utrecht-custom-checkbox-border-color));border-width:var(--utrecht-custom-checkbox-disabled-border-width, var(--utrecht-custom-checkbox-border-width));color:var(--utrecht-custom-checkbox-disabled-color, var(--utrecht-custom-checkbox-color));cursor:var(--utrecht-action-disabled-cursor)}.utrecht-custom-checkbox__box--indeterminate{color:var(--utrecht-custom-checkbox-indeterminate-color, var(--utrecht-custom-checkbox-color))}.utrecht-custom-checkbox__box--invalid{background-color:var(--utrecht-custom-checkbox-invalid-background-color, var(--utrecht-custom-checkbox-background-color));border-color:var(--utrecht-custom-checkbox-invalid-border-color, var(--utrecht-custom-checkbox-border-color));border-width:var(--utrecht-custom-checkbox-invalid-border-width, var(--utrecht-custom-checkbox-border-width));color:var(--utrecht-custom-checkbox-invalid-color, var(--utrecht-custom-checkbox-color))}.utrecht-custom-checkbox__box--active{background-color:var(--utrecht-custom-checkbox-active-background-color, var(--utrecht-custom-checkbox-background-color));border-color:var(--utrecht-custom-checkbox-active-border-color, var(--utrecht-custom-checkbox-border-color));border-width:var(--utrecht-custom-checkbox-active-border-width, var(--utrecht-custom-checkbox-border-width));color:var(--utrecht-custom-checkbox-active-color, var(--utrecht-custom-checkbox-color))}.utrecht-custom-checkbox__box--focus{background-color:var(--utrecht-custom-checkbox-focus-background-color, var(--utrecht-custom-checkbox-background-color));border-color:var(--utrecht-custom-checkbox-focus-border-color, var(--utrecht-custom-checkbox-border-color));border-width:var(--utrecht-custom-checkbox-focus-border-width, var(--utrecht-custom-checkbox-border-width));color:var(--utrecht-custom-checkbox-focus-color, var(--utrecht-custom-checkbox-color))}.utrecht-custom-checkbox__box--focus-visible{box-shadow:0 0 0 var(--utrecht-focus-box-shadow-spread-radius, 0) var(--utrecht-focus-box-shadow-color, transparent);outline-color:var(--utrecht-focus-outline-color, transparent);outline-offset:var(--utrecht-focus-outline-offset, 0);outline-style:var(--utrecht-focus-outline-style, solid);outline-width:var(--utrecht-focus-outline-width, 0)}.utrecht-custom-checkbox__input:indeterminate~.utrecht-custom-checkbox__box{color:var(--utrecht-custom-checkbox-indeterminate-color, var(--utrecht-custom-checkbox-color))}.utrecht-custom-checkbox__input:focus~.utrecht-custom-checkbox__box{background-color:var(--utrecht-custom-checkbox-focus-background-color, var(--utrecht-custom-checkbox-background-color));border-color:var(--utrecht-custom-checkbox-focus-border-color, var(--utrecht-custom-checkbox-border-color));border-width:var(--utrecht-custom-checkbox-focus-border-width, var(--utrecht-custom-checkbox-border-width));color:var(--utrecht-custom-checkbox-focus-color, var(--utrecht-custom-checkbox-color));box-shadow:0 0 0 var(--utrecht-focus-box-shadow-spread-radius, 0) var(--utrecht-focus-box-shadow-color, transparent);outline-color:var(--utrecht-focus-outline-color, transparent);outline-offset:var(--utrecht-focus-outline-offset, 0);outline-style:var(--utrecht-focus-outline-style, solid);outline-width:var(--utrecht-focus-outline-width, 0)}.utrecht-custom-checkbox__input:focus:not(:focus-visible)~.utrecht-custom-checkbox__box{box-shadow:none;outline-style:none}.utrecht-custom-checkbox__icon--checked,.utrecht-custom-checkbox__icon--indeterminate{display:none}.utrecht-custom-checkbox__box--checked .utrecht-custom-checkbox__icon--checked{display:block}.utrecht-custom-checkbox__box--indeterminate .utrecht-custom-checkbox__icon--indeterminate{display:block}:host{display:block}:host([hidden]){display:none !important}";export{e as utrecht_custom_checkbox}
@@ -0,0 +1 @@
1
+ import{r,c as t,h as o}from"./p-60c3ff78.js";import{c as e}from"./p-4070c1e5.js";const c=class{constructor(o){r(this,o),this.utrechtBlur=t(this,"utrechtBlur",7),this.utrechtChange=t(this,"utrechtChange",7),this.utrechtFocus=t(this,"utrechtFocus",7),this.utrechtInput=t(this,"utrechtInput",7),this.autoComplete="",this.disabled=!1,this.invalid=!1,this.min="",this.max="",this.pattern="",this.placeholder="",this.readOnly=!1,this.required=!1,this.type="",this.value=""}render(){const{autoComplete:r,disabled:t,invalid:c,min:u,max:a,pattern:l,placeholder:i,readOnly:n,required:d,type:h,value:b}=this;return o("input",{class:e("utrecht-textbox","utrecht-textbox--html-input",t&&"utrecht-textbox--disabled",c&&"utrecht-textbox--invalid",n&&"utrecht-textbox--readonly"),type:h||"text",autoComplete:r||null,disabled:t,min:u||null,max:a||null,pattern:l||null,placeholder:i||null,readonly:n,required:d,value:b,onBlur:r=>this.utrechtBlur.emit(r),onChange:r=>this.utrechtChange.emit(r),onFocus:r=>this.utrechtFocus.emit(r),onInput:r=>{this.value=r.target.value,this.utrechtInput.emit(r)}})}};c.style=".utrecht-textbox{background-color:var(--utrecht-textbox-background-color, var(--utrecht-form-input-background-color));border-width:var(--utrecht-textbox-border-width, var(--utrecht-form-input-border-width));border-bottom-width:var(--utrecht-textbox-border-bottom-width, var(--utrecht-textbox-border-width, var(--utrecht-form-input-border-width)));border-color:var(--utrecht-textbox-border-color, var(--utrecht-form-input-border-color));border-radius:var(--utrecht-textbox-border-radius, var(--utrecht-form-input-border-radius, 0));border-style:solid;box-sizing:border-box;color:var(--utrecht-textbox-color, var(--utrecht-form-input-color));font-family:var(--utrecht-textbox-font-family, var(--utrecht-form-input-font-family));font-size:var(--utrecht-textbox-font-size, var(--utrecht-form-input-font-size, 1em));max-inline-size:var(--utrecht-textbox-max-inline-size, var(--utrecht-form-input-max-inline-size));padding-block-end:var(--utrecht-textbox-padding-block-end, var(--utrecht-form-input-padding-block-end));padding-block-start:var(--utrecht-textbox-padding-block-start, var(--utrecht-form-input-padding-block-start));padding-inline-end:var(--utrecht-textbox-padding-inline-end, var(--utrecht-form-input-padding-inline-end));padding-inline-start:var(--utrecht-textbox-padding-inline-start, var(--utrecht-form-input-padding-inline-start));width:100%}.utrecht-textbox--invalid{background-color:var(--utrecht-textbox-invalid-background-color, var(--utrecht-form-input-invalid-background-color, var(--utrecht-textbox-background-color, var(--utrecht-form-input-background-color))));border-color:var(--utrecht-textbox-invalid-border-color, var(--utrecht-form-input-invalid-border-color, var(--utrecht-textbox-border-color, var(--utrecht-form-input-border-color))));border-width:var(--utrecht-textbox-invalid-border-width, var(--utrecht-form-input-invalid-border-width, var(--utrecht-textbox-border-width, var(--utrecht-form-input-border-width))))}.utrecht-textbox--disabled{background-color:var(--utrecht-textbox-disabled-background-color, var(--utrecht-form-input-disabled-background-color, var(--utrecht-textarea-background-color, var(--utrecht-form-input-background-color))));border-color:var(--utrecht-textbox-disabled-border-color, var(--utrecht-form-input-disabled-border-color, var(--utrecht-textarea-border-color, var(--utrecht-form-input-border-color))));color:var(--utrecht-textbox-disabled-color, var(--utrecht-form-input-disabled-color, var(--utrecht-textarea-color, var(--utrecht-form-input-color))));cursor:var(--utrecht-action-disabled-cursor)}.utrecht-textbox--focus{background-color:var(--utrecht-textbox-focus-background-color, var(--utrecht-form-input-focus-background-color, var(--utrecht-textarea-background-color, var(--utrecht-form-input-background-color))));border-color:var(--utrecht-textbox-focus-border-color, var(--utrecht-form-input-focus-border-color, var(--utrecht-textarea-border-color, var(--utrecht-form-input-border-color))));color:var(--utrecht-textbox-focus-color, var(--utrecht-form-input-focus-color, var(--utrecht-textarea-color, var(--utrecht-form-input-color))))}.utrecht-textbox--focus-visible{box-shadow:0 0 0 var(--utrecht-focus-box-shadow-spread-radius, 0) var(--utrecht-focus-box-shadow-color, transparent);outline-color:var(--utrecht-focus-outline-color, transparent);outline-offset:var(--utrecht-focus-outline-offset, 0);outline-style:var(--utrecht-focus-outline-style, solid);outline-width:var(--utrecht-focus-outline-width, 0)}.utrecht-textbox--read-only{border-color:var(--utrecht-textbox-read-only-border-color, var(--utrecht-form-input-read-only-border-color, var(--utrecht-textbox-border-color, var(--utrecht-form-input-border-color))));color:var(--utrecht-textbox-read-only-color, var(--utrecht-form-input-read-only-color, var(--utrecht-textbox-color, var(--utrecht-form-input-color))))}.utrecht-textbox__placeholder{color:var(--utrecht-textbox-placeholder-color, var(--utrecht-form-input-placeholder-color, var(--utrecht-textbox-color, var(--utrecht-form-input-color))));font-style:var(--utrecht-form-input-placeholder-font-style);opacity:100%}.utrecht-textbox--numeric{-moz-appearance:textfield;font-variant-numeric:lining-nums tabular-nums}.utrecht-textbox--password{font-variant-ligatures:none;font-variant-numeric:slashed-zero}.utrecht-textbox--url{font-variant-ligatures:none}.utrecht-textbox--html-input:disabled{background-color:var(--utrecht-textbox-disabled-background-color, var(--utrecht-form-input-disabled-background-color, var(--utrecht-textarea-background-color, var(--utrecht-form-input-background-color))));border-color:var(--utrecht-textbox-disabled-border-color, var(--utrecht-form-input-disabled-border-color, var(--utrecht-textarea-border-color, var(--utrecht-form-input-border-color))));color:var(--utrecht-textbox-disabled-color, var(--utrecht-form-input-disabled-color, var(--utrecht-textarea-color, var(--utrecht-form-input-color))));cursor:var(--utrecht-action-disabled-cursor)}.utrecht-textbox--html-input:focus{background-color:var(--utrecht-textbox-focus-background-color, var(--utrecht-form-input-focus-background-color, var(--utrecht-textarea-background-color, var(--utrecht-form-input-background-color))));border-color:var(--utrecht-textbox-focus-border-color, var(--utrecht-form-input-focus-border-color, var(--utrecht-textarea-border-color, var(--utrecht-form-input-border-color))));color:var(--utrecht-textbox-focus-color, var(--utrecht-form-input-focus-color, var(--utrecht-textarea-color, var(--utrecht-form-input-color))));box-shadow:0 0 0 var(--utrecht-focus-box-shadow-spread-radius, 0) var(--utrecht-focus-box-shadow-color, transparent);outline-color:var(--utrecht-focus-outline-color, transparent);outline-offset:var(--utrecht-focus-outline-offset, 0);outline-style:var(--utrecht-focus-outline-style, solid);outline-width:var(--utrecht-focus-outline-width, 0)}.utrecht-textbox--html-input:focus:not(:focus-visible){box-shadow:none;outline-style:none}.utrecht-textbox--html-input:invalid,.utrecht-textbox--html-input[aria-invalid=true]{background-color:var(--utrecht-textbox-invalid-background-color, var(--utrecht-form-input-invalid-background-color, var(--utrecht-textbox-background-color, var(--utrecht-form-input-background-color))));border-color:var(--utrecht-textbox-invalid-border-color, var(--utrecht-form-input-invalid-border-color, var(--utrecht-textbox-border-color, var(--utrecht-form-input-border-color))));border-width:var(--utrecht-textbox-invalid-border-width, var(--utrecht-form-input-invalid-border-width, var(--utrecht-textbox-border-width, var(--utrecht-form-input-border-width))))}.utrecht-textbox--html-input:read-only{border-color:var(--utrecht-textbox-read-only-border-color, var(--utrecht-form-input-read-only-border-color, var(--utrecht-textbox-border-color, var(--utrecht-form-input-border-color))));color:var(--utrecht-textbox-read-only-color, var(--utrecht-form-input-read-only-color, var(--utrecht-textbox-color, var(--utrecht-form-input-color))))}.utrecht-textbox--html-input::placeholder{color:var(--utrecht-textbox-placeholder-color, var(--utrecht-form-input-placeholder-color, var(--utrecht-textbox-color, var(--utrecht-form-input-color))));font-style:var(--utrecht-form-input-placeholder-font-style);opacity:100%}:host{display:block}:host([hidden]){display:none !important}";export{c as utrecht_textbox}
@@ -0,0 +1 @@
1
+ import{r as C,h as r}from"./p-60c3ff78.js";const t=class{constructor(r){C(this,r)}render(){return r("svg",{xmlns:"http://www.w3.org/2000/svg",version:"1.1",viewBox:"-7 -7 42 42"},r("title",null,"Instagram"),r("g",null,r("path",{"fill-rule":"nonzero",fill:"currentColor",d:"M13.4773109,2.42977292 C17.0848739,2.42977292 17.5159664,2.45248108 18.9226891,2.49789739 C20.2386555,2.56602187 20.9420168,2.77039529 21.4184874,2.95206056 C22.0537815,3.20185029 22.507563,3.49705635 22.9613445,3.95121951 C23.4378151,4.42809083 23.7327731,4.88225399 23.9596639,5.49537426 C24.1411765,5.97224558 24.3680672,6.67619849 24.4134454,7.99327166 C24.4815126,9.42388562 24.4815126,9.83263246 24.4815126,13.4432296 C24.4815126,17.0538267 24.4588235,17.4852817 24.4134454,18.8931876 C24.3453782,20.2102607 24.1411765,20.9142136 23.9596639,21.3910849 C23.710084,22.0269134 23.4151261,22.4810765 22.9613445,22.9352397 C22.4848739,23.412111 22.0310924,23.7073171 21.4184874,23.9343987 C20.9420168,24.1160639 20.2386555,24.3431455 18.9226891,24.3885618 C17.4932773,24.4566863 17.0848739,24.4566863 13.4773109,24.4566863 C9.8697479,24.4566863 9.43865546,24.4339781 8.03193277,24.3885618 C6.71596639,24.3204373 6.01260504,24.1160639 5.53613445,23.9343987 C4.90084034,23.6846089 4.44705882,23.3894029 3.99327731,22.9352397 C3.51680672,22.4583684 3.22184874,22.0042052 2.99495798,21.3910849 C2.81344538,20.9142136 2.58655462,20.2102607 2.54117647,18.8931876 C2.47310924,17.4625736 2.47310924,17.0538267 2.47310924,13.4432296 C2.47310924,9.83263246 2.49579832,9.40117746 2.54117647,7.99327166 C2.6092437,6.67619849 2.81344538,5.97224558 2.99495798,5.49537426 C3.19915966,4.90496215 3.49411765,4.45079899 3.97058824,3.97392767 C4.44705882,3.49705635 4.90084034,3.20185029 5.51344538,2.97476871 C5.98991597,2.79310345 6.69327731,2.56602187 8.0092437,2.52060555 C9.43865546,2.42977292 9.8697479,2.42977292 13.4773109,2.42977292 Z M13.4773109,0 C9.82436975,0 9.34789916,0.0227081581 7.91848739,0.0908326325 C6.48907563,0.136248949 5.4907563,0.36333053 4.6512605,0.703952902 C3.76638655,1.04457527 2.99495798,1.49873844 2.24621849,2.24810765 C1.49747899,2.99747687 1.04369748,3.76955425 0.703361345,4.65517241 C0.36302521,5.49537426 0.136134454,6.49453322 0.0680672269,7.92514718 C0,9.35576114 0,9.83263246 0,13.4886459 C0,17.1446594 0.0226890756,17.6215307 0.0907563025,19.0521447 C0.158823529,20.4827586 0.385714286,21.4592094 0.72605042,22.3221194 C1.06638655,23.2077376 1.54285714,23.9571068 2.29159664,24.706476 C3.04033613,25.4558452 3.78907563,25.9100084 4.67394958,26.2733389 C5.53613445,26.6139613 6.51176471,26.8410429 7.94117647,26.9091674 C9.37058824,26.9772918 9.84705882,27 13.5,27 C17.1529412,27 17.6294118,26.9772918 19.0588235,26.9091674 C20.4882353,26.8410429 21.4638655,26.6139613 22.3260504,26.2733389 C23.2109244,25.9327166 23.9596639,25.4558452 24.7084034,24.706476 C25.4571429,23.9571068 25.9109244,23.2077376 26.2739496,22.3221194 C26.6142857,21.4592094 26.8411765,20.4827586 26.9092437,19.0521447 C26.9773109,17.6215307 27,17.1446594 27,13.4886459 C27,9.83263246 26.9773109,9.35576114 26.9092437,7.92514718 C26.8411765,6.49453322 26.6142857,5.51808242 26.2739496,4.65517241 C25.9336134,3.76955425 25.4571429,3.02018503 24.7084034,2.27081581 C23.9596639,1.52144659 23.2109244,1.06728343 22.3260504,0.703952902 C21.4638655,0.36333053 20.4882353,0.136248949 19.0588235,0.0681244743 C17.6067227,0 17.1302521,0 13.4773109,0 Z"}),r("path",{"fill-rule":"nonzero",fill:"currentColor",d:"M14,7 C10.1213115,7 7,10.1442623 7,14 C7,17.8786885 10.1442623,21 14,21 C17.8557377,21 21,17.8557377 21,14 C21,10.1213115 17.8786885,7 14,7 Z M14,18.5442623 C11.4983607,18.5442623 9.4557377,16.5016393 9.4557377,14 C9.4557377,11.4983607 11.4983607,9.4557377 14,9.4557377 C16.5016393,9.4557377 18.5442623,11.4983607 18.5442623,14 C18.5442623,16.5016393 16.5016393,18.5442623 14,18.5442623 Z"}),r("circle",{fill:"currentColor",cx:"21",cy:"6",r:"2"})))}};t.style=":host{display:inline-block;height:var(--utrecht-icon-size);width:var(--utrecht-icon-size)}:host([hidden]){display:none !important}svg{color:var(--utrecht-icon-color, currentColor);height:var(--utrecht-icon-size, 100%);width:var(--utrecht-icon-size, 100%)}";export{t as utrecht_icon_instagram}
@@ -0,0 +1 @@
1
+ import{r as t,h as r}from"./p-60c3ff78.js";const e=class{constructor(r){t(this,r)}render(){return r("svg",{width:"20",height:"20",viewBox:"0 2 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},r("title",null,"✔"),r("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M3.1645 9.72984C2.79771 9.31695 2.16565 9.27958 1.75276 9.64637L0.74761 10.5393C0.334716 10.9061 0.297345 11.5381 0.664139 11.951L6.46246 18.4781C6.62657 18.6628 6.84377 18.7724 7.07068 18.8042C7.35107 18.8437 7.64634 18.7644 7.87461 18.5616L18.9907 8.68669C19.4036 8.31989 19.4409 7.68783 19.0741 7.27494L18.2644 6.36347C17.8977 5.95058 17.2656 5.9132 16.8527 6.28L8.2368 13.9339C7.82391 14.3007 7.19185 14.2634 6.82505 13.8505L3.1645 9.72984Z",fill:"currentColor"}))}};e.style=":host{display:inline-block;height:var(--utrecht-icon-size);width:var(--utrecht-icon-size)}:host([hidden]){display:none !important}svg{color:var(--utrecht-icon-color, currentColor);height:var(--utrecht-icon-size, 100%);width:var(--utrecht-icon-size, 100%)}";export{e as utrecht_icon_checkmark}
@@ -0,0 +1 @@
1
+ import{r as e,h as t}from"./p-60c3ff78.js";import{c as r}from"./p-4070c1e5.js";const n=class{constructor(t){e(this,t)}render(){const e=JSON.parse(this.json);return t("nav",{class:"utrecht-sidenav"},t("ul",{class:"utrecht-sidenav__list"},e.map((({href:e,title:n,current:i,focus:c,children:a,sibling:s,haschildren:d},o,l)=>t("li",{key:e,class:r("utrecht-sidenav__item",o+1===l.length&&"utrecht-sidenav__item--last",s&&"utrecht-sidenav__item--sibling",d&&"utrecht-sidenav__item--parent")},t("a",{class:r("utrecht-sidenav__link",i&&"utrecht-sidenav__link--current",c&&"utrecht-sidenav__link--focus",s&&"utrecht-sidenav__link--sibling",d&&"utrecht-sidenav__link--parent"),href:e},t("div",{class:r("utrecht-sidenav__marker",i&&"utrecht-sidenav__marker--current")}),t("div",{class:r("utrecht-sidenav__connection",d&&"utrecht-sidenav__connection--parent",s&&"utrecht-sidenav__connection--sibling",o+1===l.length&&"utrecht-sidenav__connection--last")}),n),a?t("ul",{class:"utrecht-sidenav__list utrecht-sidenav__list--child"},a.map((({href:e,title:n,current:i,focus:c})=>t("li",{key:e,class:"utrecht-sidenav__item utrecht-sidenav__item--child"},t("a",{class:r("utrecht-sidenav__link","utrecht-sidenav__link--child",i&&"utrecht-sidenav__link--current",i&&"utrecht-sidenav__link--current-child",c&&"utrecht-sidenav__link--focus"),href:e},t("div",{class:r("utrecht-sidenav__marker","utrecht-sidenav__marker--child",i&&"utrecht-sidenav__marker--current",i&&"utrecht-sidenav__marker--current-child")}),n))))):"",t("div",{class:"utrecht-sidenav__item-separator"}))))))}};n.style='.utrecht-sidenav{--utrecht-sidenav-connection-color:var(--utrecht-sidenav-item-marker-color);--utrecht-sidenav-connection-inline-size:2px;--utrecht-sidenav-marker-current-color:var(--utrecht-sidenav-link-hover-color);--utrecht-sidenav-marker-offset:26px;--utrecht-sidenav-connection-block-size:100%;--utrecht-sidenav-marker-height:8px;--utrecht-sidenav-marker-outline-width:2px;border-block-end:1px solid var(--utrecht-color-grey-80);border-block-start:1px solid var(--utrecht-color-grey-80);margin-block-end:0;margin-block-start:0;padding-block-end:0;padding-block-start:0;width:19rem}.utrecht-sidenav__list{margin-block-end:0;margin-block-start:0.2rem;padding-block-end:0;padding-block-start:0;padding-inline-start:0}.utrecht-sidenav__list--child{margin-block-start:0;padding-inline-end:0;padding-inline-start:1.4rem}.utrecht-sidenav__item{list-style:none;margin-inline-start:0;position:relative}.utrecht-sidenav__item--current{color:var(--utrecht-sidenav-item-hover-color, var(--utrecht-link-hover-color, red))}.utrecht-sidenav__item--last{border-block-end:none}.utrecht-sidenav__item-separator:not(.utrecht-sidenav__item--last .utrecht-sidenav__item-separator){border-block-end:1px solid var(--utrecht-color-grey-80);display:block;margin-inline-start:var(--utrecht-space-inline-lg)}.utrecht-sidenav__link{color:var(--utrecht-sidenav-link-color, var(--utrecht-link-color, blue));display:block;margin-inline-start:0;padding-block-end:var(--utrecht-space-block-xs);padding-block-start:var(--utrecht-space-block-xs);padding-inline-end:var(--utrecht-space-inline-3xs);padding-inline-start:var(--utrecht-space-inline-lg);text-decoration:none}.utrecht-sidenav__link:hover{color:var(--utrecht-sidenav-link-hover-color, var(--utrecht-link-hover-color, red));text-decoration:underline}.utrecht-sidenav__link--focus-visible,.utrecht-sidenav__link:focus{box-shadow:0 0 0 var(--utrecht-focus-box-shadow-spread-radius, 0) var(--utrecht-focus-box-shadow-color, transparent);outline-color:var(--utrecht-focus-outline-color, transparent);outline-offset:var(--utrecht-focus-outline-offset, 0);outline-style:var(--utrecht-focus-outline-style, solid);outline-width:var(--utrecht-focus-outline-width, 0)}.utrecht-sidenav__link--parent{padding-block-end:0}.utrecht-sidenav__connection,.utrecht-sidenav--pseudo-elements .utrecht-sidenav__link:not(.utrecht-sidenav__link--sibling):not(.utrecht-sidenav__link--parent):not(.utrecht-sidenav__link--child)::after{background:var(--utrecht-sidenav-connection-color);bottom:0;content:"";display:block;height:calc(var(--utrecht-sidenav-connection-block-size) - var(--utrecht-sidenav-marker-height) - 2 * var(--utrecht-sidenav-marker-outline-width));left:3px;overflow:hidden;position:absolute;top:calc(var(--utrecht-sidenav-marker-offset));width:var(--utrecht-sidenav-connection-inline-size);z-index:5}.utrecht-sidenav__connection--last,.utrecht-sidenav__connection--parent,.utrecht-sidenav__connection--sibling{display:none}.utrecht-sidenav__marker,.utrecht-sidenav--pseudo-elements .utrecht-sidenav__link::before{background-color:var(--utrecht-sidenav-item-marker-color);border-radius:100%;content:"";height:var(--utrecht-sidenav-marker-height);left:var(--utrecht-sidenav-marker-offset);overflow:hidden;position:absolute;top:20px;transform:translateY(-50%) translateX(calc(-1 * var(--utrecht-sidenav-marker-offset)));width:8px;z-index:10}.utrecht-sidenav__marker--child,.utrecht-sidenav--pseudo-elements .utrecht-sidenav__link--child::before{background-color:transparent;border:2px solid var(--utrecht-sidenav-link-color);height:4px;left:1.2rem;top:16px;transform:translateY(-50%) translateX(-19.5px);width:4px}.utrecht-sidenav__marker--current,.utrecht-sidenav--pseudo-elements .utrecht-sidenav__link--current::before,.utrecht-sidenav--pseudo-elements .utrecht-sidenav__link--current-child::before{background-color:var(--utrecht-sidenav-marker-current-color)}.utrecht-sidenav__link--child,.utrecht-sidenav__link--current-child{color:var(--utrecht-sidenav-link-color, var(--utrecht-link-color, blue));margin-block-end:0;margin-block-start:0;padding-block-end:var(--utrecht-space-block-2xs);padding-block-start:var(--utrecht-space-block-2xs);padding-inline-end:var(--utrecht-space-inline-3xs);padding-inline-start:var(--utrecht-space-inline-lg);text-decoration:none}.utrecht-sidenav__link--current,.utrecht-sidenav__link--current-child{font-weight:var(--utrecht-typography-weight-scale-bold-font-weight)}.utrecht-sidenav__marker--hover,.utrecht-sidenav--pseudo-elements .utrecht-sidenav__link:hover::before,.utrecht-sidenav__link:hover .utrecht-sidenav__marker,.utrecht-sidenav__link:hover .utrecht-sidenav--pseudo-elements .utrecht-sidenav__link::before,.utrecht-sidenav--pseudo-elements .utrecht-sidenav__link:hover .utrecht-sidenav__link::before{background-color:var(--utrecht-sidenav-link-hover-color)}.utrecht-sidenav__marker--child.utrecht-sidenav__marker--hover,.utrecht-sidenav--pseudo-elements .utrecht-sidenav__marker--child.utrecht-sidenav__link:hover::before,.utrecht-sidenav--pseudo-elements .utrecht-sidenav__marker--hover.utrecht-sidenav__link--child::before,.utrecht-sidenav--pseudo-elements .utrecht-sidenav__link--child.utrecht-sidenav__link:hover::before,.utrecht-sidenav__link:hover .utrecht-sidenav__marker--child.utrecht-sidenav__marker,.utrecht-sidenav__link:hover .utrecht-sidenav--pseudo-elements .utrecht-sidenav__marker.utrecht-sidenav__link--child::before,.utrecht-sidenav--pseudo-elements .utrecht-sidenav__link:hover .utrecht-sidenav__marker.utrecht-sidenav__link--child::before,.utrecht-sidenav__link:hover .utrecht-sidenav--pseudo-elements .utrecht-sidenav__marker--child.utrecht-sidenav__link::before,.utrecht-sidenav__link:hover .utrecht-sidenav--pseudo-elements .utrecht-sidenav__link.utrecht-sidenav__link--child::before,.utrecht-sidenav--pseudo-elements .utrecht-sidenav__link:hover .utrecht-sidenav__marker--child.utrecht-sidenav__link::before,.utrecht-sidenav--pseudo-elements .utrecht-sidenav__link:hover .utrecht-sidenav__link.utrecht-sidenav__link--child::before{background-color:var(--utrecht-sidenav-link-hover-color);border:2px solid var(--utrecht-sidenav-link-hover-color)}.utrecht-sidenav--pseudo-elements .utrecht-sidenav__link--child::after{display:none}.utrecht-sidenav__link:focus:not(:focus-visible){box-shadow:none;outline-style:none}';export{n as utrecht_sidenav}
@@ -0,0 +1 @@
1
+ import{r,h as t}from"./p-60c3ff78.js";const a=class{constructor(t){r(this,t)}render(){return t("hr",{class:"utrecht-separator"})}};a.style=".utrecht-separator{border-color:var(--utrecht-separator-color);border-style:solid;border-width:0 0 var(--utrecht-separator-block-size) 0}.utrecht-separator--distanced{margin-block-end:var(--utrecht-separator-margin-block-end);margin-block-start:var(--utrecht-separator-margin-block-start)}:host{display:block}:host([hidden]){display:none !important}";export{a as utrecht_separator}
@@ -0,0 +1 @@
1
+ import{r as t,h as r}from"./p-60c3ff78.js";const i=class{constructor(r){t(this,r)}render(){return r("svg",{xmlns:"http://www.w3.org/2000/svg",version:"1.1",viewBox:"-7 -8 38 38"},r("title",null,"Warning"),r("g",null,r("path",{d:"M11.134 3.5C11.5189 2.83333 12.4811 2.83333 12.866 3.5L22.3923 20C22.7772 20.6667 22.2961 21.5 21.5263 21.5H2.47372C1.70392 21.5 1.22279 20.6667 1.6077 20L11.134 3.5Z",fill:"currentColor"}),r("rect",{x:"12.9",y:"15.6504",width:"1.9",height:"6.65",rx:"0.5",transform:"rotate(-180 12.9 15.6504)",fill:"white"}),r("circle",{fill:"white",cx:"11.95",cy:"17.55",r:"0.95",transform:"rotate(-180 11.95 17.55)"})))}};i.style=":host{display:inline-block;height:var(--utrecht-icon-size);width:var(--utrecht-icon-size)}:host([hidden]){display:none !important}svg{color:var(--utrecht-icon-color, currentColor);height:var(--utrecht-icon-size, 100%);width:var(--utrecht-icon-size, 100%)}";export{i as utrecht_icon_warning}
@@ -0,0 +1 @@
1
+ import{r,h as t}from"./p-60c3ff78.js";const C=class{constructor(t){r(this,t)}render(){return t("svg",{width:"35",height:"37",viewBox:"0 0 35 37",fill:"none",xmlns:"http://www.w3.org/2000/svg"},t("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M30.06 0H14.91C13.8492 0 12.8317 0.421424 12.0816 1.17157C11.3315 1.92172 10.91 2.93913 10.91 4V11.34C10.91 12.4009 11.3315 13.4183 12.0816 14.1684C12.8317 14.9186 13.8492 15.34 14.91 15.34H15.45V18.59L18.69 15.34H30.06C31.1209 15.34 32.1383 14.9186 32.8884 14.1684C33.6386 13.4183 34.06 12.4009 34.06 11.34V4C34.06 2.93913 33.6386 1.92172 32.8884 1.17157C32.1383 0.421424 31.1209 0 30.06 0ZM23.33 2.83L23.02 9.2H21.42L21.11 2.83H23.33ZM22.22 12.46C21.9669 12.46 21.7194 12.3849 21.5089 12.2443C21.2984 12.1036 21.1344 11.9037 21.0375 11.6698C20.9406 11.4359 20.9152 11.1786 20.9646 10.9303C21.014 10.682 21.1359 10.4539 21.3149 10.2749C21.494 10.0959 21.722 9.97398 21.9703 9.92459C22.2186 9.8752 22.4759 9.90056 22.7098 9.99744C22.9437 10.0943 23.1437 10.2584 23.2843 10.4689C23.4249 10.6794 23.5 10.9268 23.5 11.18C23.509 11.353 23.4811 11.526 23.418 11.6874C23.355 11.8488 23.2582 11.9949 23.1343 12.116C23.0103 12.2371 22.862 12.3305 22.6992 12.3898C22.5364 12.4491 22.3628 12.473 22.19 12.46H22.22Z",fill:"currentColor"}),t("path",{d:"M15.67 36.73V29.29C15.67 27.08 13.2 25.29 10.14 25.29H5.53003C2.47003 25.29 0 27.08 0 29.29V36.73H15.67Z",fill:"currentColor"}),t("path",{d:"M12.15 20.54C12.1739 21.3991 11.941 22.2459 11.481 22.9719C11.0211 23.6979 10.355 24.2703 9.56807 24.6157C8.78109 24.9612 7.90893 25.064 7.06319 24.9111C6.21744 24.7582 5.43655 24.3566 4.82033 23.7574C4.2041 23.1583 3.7806 22.389 3.60396 21.5479C3.42731 20.7068 3.50554 19.8321 3.82869 19.0358C4.15184 18.2394 4.7052 17.5575 5.41798 17.0773C6.13077 16.597 6.97058 16.3404 7.83003 16.34C8.38948 16.3321 8.94503 16.4344 9.46492 16.6412C9.98481 16.848 10.4588 17.1552 10.86 17.5452C11.2612 17.9352 11.5816 18.4004 11.8029 18.9143C12.0243 19.4281 12.1422 19.9806 12.15 20.54V20.54Z",fill:"currentColor"}))}};C.style=":host{display:inline-block;height:var(--utrecht-icon-size);width:var(--utrecht-icon-size)}:host([hidden]){display:none !important}svg{color:var(--utrecht-icon-color, currentColor);height:var(--utrecht-icon-size, 100%);width:var(--utrecht-icon-size, 100%)}";export{C as utrecht_icon_melding}
@@ -0,0 +1 @@
1
+ import{r as C,h as r}from"./p-60c3ff78.js";const t=class{constructor(r){C(this,r)}render(){return r("svg",{width:"35",height:"26",viewBox:"0 0 35 26",fill:"none",xmlns:"http://www.w3.org/2000/svg"},r("path",{d:"M9.59002 9.80005H6.72002C4.81002 9.80005 3.27002 10.91 3.27002 12.29V13H13.03V12.29C13.03 10.91 11.49 9.80005 9.59002 9.80005Z",fill:"currentColor"}),r("path",{d:"M33.66 7.06621e-10H1.21C0.890812 -1.08999e-05 0.584552 0.1261 0.357918 0.350861C0.131284 0.575621 0.00263791 0.880836 0 1.20001V24.07C0 24.3909 0.127482 24.6987 0.354401 24.9256C0.58132 25.1525 0.889087 25.28 1.21 25.28H33.66C33.9792 25.2774 34.2844 25.1487 34.5091 24.9221C34.7339 24.6955 34.86 24.3892 34.86 24.07V1.20001C34.86 0.881752 34.7336 0.576515 34.5085 0.351471C34.2835 0.126427 33.9783 7.06677e-10 33.66 7.06621e-10V7.06621e-10ZM14.11 14.12C14.1022 14.3632 13.9994 14.5936 13.8236 14.7618C13.6479 14.9301 13.4133 15.0228 13.17 15.02H3.26C3.02131 15.02 2.79239 14.9252 2.6236 14.7564C2.45482 14.5876 2.36 14.3587 2.36 14.12V3.31C2.35868 3.19097 2.38098 3.07287 2.42562 2.96252C2.47026 2.85217 2.53634 2.75178 2.62004 2.66714C2.70375 2.58251 2.80341 2.51531 2.91326 2.46945C3.02311 2.4236 3.14097 2.40002 3.26 2.40002H13.17C13.4142 2.3999 13.6488 2.4948 13.8243 2.66464C13.9997 2.83449 14.1022 3.06593 14.11 3.31V14.12ZM30.11 20.68H29.24L29.18 20.75V21.95C29.1807 22.0506 29.1492 22.1487 29.09 22.23C29.039 22.3194 28.9669 22.3949 28.88 22.45C28.7922 22.5156 28.6942 22.5662 28.59 22.6C28.4931 22.6319 28.392 22.6488 28.29 22.65C28.0748 22.6421 27.8678 22.565 27.7 22.43C27.6125 22.3654 27.5415 22.2809 27.4928 22.1836C27.4442 22.0863 27.4192 21.9788 27.42 21.87V20.71H21.16C21.16 20.89 21.16 21.1 21.16 21.32C21.1637 21.5321 21.1402 21.7439 21.09 21.95C21.0368 22.1341 20.9447 22.3046 20.82 22.45C20.7397 22.5206 20.6463 22.5747 20.545 22.609C20.4437 22.6433 20.3367 22.6573 20.23 22.65C20.0519 22.6517 19.8788 22.5916 19.74 22.48C19.5981 22.3658 19.4822 22.2226 19.4 22.06C19.3962 22.0234 19.3962 21.9866 19.4 21.95V20.68H18.51V17.25C18.5213 17.071 18.5877 16.8999 18.7 16.76C18.8023 16.6173 18.9273 16.4923 19.07 16.39H19.19L19.33 16.33L19.4 16.2C19.4169 16.1914 19.4313 16.1787 19.4418 16.1629C19.4523 16.1471 19.4586 16.1289 19.46 16.11L20.39 13.75C20.4907 13.5281 20.6333 13.3278 20.81 13.16C20.895 13.0706 20.9974 12.9996 21.1109 12.9514C21.2245 12.9033 21.3467 12.879 21.47 12.88H27.03C27.264 12.8902 27.4869 12.9823 27.66 13.14C27.8348 13.2876 27.9749 13.472 28.07 13.68L28.98 16.03C28.9931 16.0801 29.0181 16.1263 29.0529 16.1646C29.0877 16.203 29.1313 16.2323 29.18 16.25L29.47 16.36C29.6497 16.4748 29.7976 16.633 29.9 16.82C30.0077 16.9982 30.0664 17.2018 30.07 17.41L30.11 20.68ZM30.93 9.31H17.65V7.72H30.93V9.31ZM30.93 5.62003H17.65V4.03H30.93V5.62003Z",fill:"currentColor"}),r("path",{d:"M20.29 16.87C20.1797 16.8645 20.0696 16.8852 19.9688 16.9304C19.868 16.9756 19.7793 17.044 19.71 17.13C19.5735 17.2963 19.4989 17.5048 19.4989 17.72C19.4989 17.9352 19.5735 18.1437 19.71 18.31C19.7818 18.3924 19.8712 18.4577 19.9716 18.501C20.072 18.5442 20.1808 18.5644 20.29 18.56C20.396 18.5621 20.5012 18.5408 20.598 18.4976C20.6948 18.4544 20.7808 18.3903 20.85 18.31C21.0034 18.1499 21.0891 17.9367 21.0891 17.715C21.0891 17.4933 21.0034 17.2801 20.85 17.12C20.7808 17.0397 20.6948 16.9756 20.598 16.9324C20.5012 16.8892 20.396 16.8679 20.29 16.87Z",fill:"currentColor"}),r("path",{d:"M27.33 13.93C27.2912 13.8322 27.2372 13.741 27.17 13.66C27.1375 13.6133 27.0941 13.5753 27.0436 13.5491C26.993 13.523 26.9369 13.5096 26.88 13.51H21.68C21.6292 13.5104 21.579 13.5213 21.5325 13.5419C21.486 13.5626 21.4444 13.5925 21.41 13.63C21.3413 13.6967 21.2898 13.7791 21.26 13.87L20.5 15.94H28.08L27.33 13.93Z",fill:"currentColor"}),r("path",{d:"M28.29 16.87C28.1811 16.8677 28.0729 16.8888 27.9728 16.9319C27.8727 16.9751 27.7831 17.0392 27.71 17.12C27.5566 17.2801 27.4709 17.4933 27.4709 17.7151C27.4709 17.9368 27.5566 18.1499 27.71 18.31C27.7831 18.3908 27.8727 18.455 27.9728 18.4981C28.0729 18.5413 28.1811 18.5624 28.29 18.56C28.3987 18.5639 28.5068 18.5425 28.6057 18.4974C28.7047 18.4522 28.7917 18.3847 28.86 18.3C28.9348 18.2234 28.9936 18.1326 29.0331 18.0331C29.0726 17.9335 29.0919 17.8271 29.09 17.72C29.0943 17.5007 29.0116 17.2886 28.86 17.13C28.7902 17.0471 28.7029 16.9808 28.6043 16.9358C28.5057 16.8908 28.3984 16.8684 28.29 16.87V16.87Z",fill:"currentColor"}),r("path",{d:"M8.14998 9.47002C8.66539 9.45624 9.16527 9.29071 9.58703 8.99413C10.0088 8.69756 10.3337 8.28312 10.521 7.80276C10.7083 7.32239 10.7497 6.79745 10.64 6.29366C10.5303 5.78987 10.2745 5.32964 9.90441 4.9706C9.53437 4.61157 9.06663 4.36968 8.55975 4.27526C8.05288 4.18084 7.52942 4.23809 7.05492 4.43981C6.58043 4.64153 6.176 4.97875 5.89229 5.40926C5.60858 5.83978 5.45819 6.34445 5.45998 6.86004C5.46519 7.20805 5.53891 7.55163 5.67693 7.87115C5.81494 8.19067 6.01455 8.47988 6.26434 8.72225C6.51414 8.96462 6.80923 9.15541 7.13277 9.28371C7.45632 9.41202 7.80197 9.47532 8.14998 9.47002V9.47002Z",fill:"currentColor"}))}};t.style=":host{display:inline-block;height:var(--utrecht-icon-size);width:var(--utrecht-icon-size)}:host([hidden]){display:none !important}svg{color:var(--utrecht-icon-color, currentColor);height:var(--utrecht-icon-size, 100%);width:var(--utrecht-icon-size, 100%)}";export{t as utrecht_icon_rijbewijs}
@@ -0,0 +1 @@
1
+ import{r as t,h as o}from"./p-60c3ff78.js";const r=class{constructor(o){t(this,o)}render(){return o("svg",{xmlns:"http://www.w3.org/2000/svg",version:"1.1",viewBox:"-6 -11 24 24"},o("title",null,"zoom out"),o("g",null,o("path",{fill:"currentColor",d:"M0 0.5C0 0.223858 0.223858 0 0.5 0H11.5C11.7761 0 12 0.223858 12 0.5V1.5C12 1.77614 11.7761 2 11.5 2H0.5C0.223858 2 0 1.77614 0 1.5V0.5Z"})))}};r.style=":host{display:inline-block;height:var(--utrecht-icon-size);width:var(--utrecht-icon-size)}:host([hidden]){display:none !important}svg{color:var(--utrecht-icon-color, currentColor);height:var(--utrecht-icon-size, 100%);width:var(--utrecht-icon-size, 100%)}";export{r as utrecht_icon_zoomout}
@@ -0,0 +1 @@
1
+ import{r as t,h as n}from"./p-60c3ff78.js";const e=class{constructor(n){t(this,n)}render(){return n("div",{class:"utrecht-page-content"},n("main",{class:"utrecht-page-content__main"},n("slot",null)))}};e.style=".utrecht-page-content{padding-block-end:var(--utrecht-page-content-padding-block-end);padding-block-start:var(--utrecht-page-content-padding-block-start);padding-inline-end:var(--utrecht-page-padding-inline-end);padding-inline-start:var(--utrecht-page-padding-inline-start)}.utrecht-page-content__main{grid-area:main}.utrecht-page-content__aside{grid-area:aside}:host{display:block}:host([hidden]){display:none !important}";export{e as utrecht_page_content}
@@ -0,0 +1 @@
1
+ import{r,c as t,h as e}from"./p-60c3ff78.js";import{c as o}from"./p-4070c1e5.js";const a=class{constructor(e){r(this,e),this.utrechtBlur=t(this,"utrechtBlur",7),this.utrechtChange=t(this,"utrechtChange",7),this.utrechtFocus=t(this,"utrechtFocus",7),this.utrechtInput=t(this,"utrechtInput",7),this.disabled=!1,this.invalid=!1,this.readOnly=!1,this.placeholder="",this.required=!1,this.value=""}render(){const{disabled:r,invalid:t,placeholder:a,readOnly:c,required:u,value:l}=this;return e("div",{class:"utrecht-form-field utrecht-form-field--textarea"},e("textarea",{id:"input",class:o("utrecht-textarea","utrecht-textarea--html-textarea",r&&"utrecht-textarea--disabled",t&&"utrecht-textarea--invalid",c&&"utrecht-textarea--readonly"),disabled:r,placeholder:a||null,readonly:c,required:u,onBlur:r=>this.utrechtBlur.emit(r),onChange:r=>this.utrechtChange.emit(r),onFocus:r=>this.utrechtFocus.emit(r),onInput:r=>{this.value=r.target.value,this.utrechtInput.emit(r)}},l),e("label",{class:"utrecht-form-field-textarea__label utrecht-form-label",htmlFor:"input"},e("slot",null)))}};a.style=".utrecht-form-label{color:var(--utrecht-form-label-color);font-size:var(--utrecht-form-label-font-size);font-weight:var(--utrecht-form-label-font-weight)}.utrecht-form-label--checkbox{color:var(--utrecht-form-label-checkbox-color, var(--utrecht-form-label-color));font-weight:var(--utrecht-form-label-checkbox-font-weight, var(--utrecht-form-label-font-weight))}.utrecht-form-label--checked{font-weight:var(--utrecht-form-label-checked-font-weight, var(--utrecht-form-label-font-weight))}.utrecht-form-label--disabled{cursor:var(--utrecht-action-disabled-cursor);font-weight:var(--utrecht-form-label-disabled-color, var(--utrecht-form-label-color))}.utrecht-form-label--radio{color:var(--utrecht-form-label-checkbox-color, var(--utrecht-form-label-color));font-weight:var(--utrecht-form-label-radio-font-weight, var(--utrecht-form-label-font-weight))}.utrecht-form-field{font-family:var(--utrecht-document-font-family, inherit);max-inline-size:var(--utrecht-form-field-max-inline-size)}.utrecht-form-field--distanced{margin-block-end:var(--utrecht-form-field-margin-block-end, var(--utrecht-paragraph-margin-block-end));margin-block-start:var(--utrecht-form-field-margin-block-start, var(--utrecht-paragraph-margin-block-start))}.utrecht-textarea{background-color:var(--utrecht-textarea-background-color, var(--utrecht-form-input-background-color));border-width:var(--utrecht-textarea-border-width, var(--utrecht-form-input-border-width));border-bottom-width:var(--utrecht-textarea-border-bottom-width, var(--utrecht-textarea-border-width, var(--utrecht-form-input-border-width)));border-color:var(--utrecht-textarea-border-color, var(--utrecht-form-input-border-color));border-radius:var(--utrecht-textarea-border-radius, var(--utrecht-form-input-border-radius, 0));border-style:solid;box-sizing:border-box;color:var(--utrecht-textarea-color, var(--utrecht-form-input-color));font-family:var(--utrecht-textarea-font-family, var(--utrecht-form-input-font-family));font-size:var(--utrecht-textarea-font-size, var(--utrecht-form-input-font-size, 1em));max-inline-size:var(--utrecht-textarea-max-inline-size, var(--utrecht-form-input-max-inline-size));min-block-size:var(--utrecht-textarea-min-block-size);padding-block-end:var(--utrecht-textarea-padding-block-end, var(--utrecht-form-input-padding-block-end));padding-block-start:var(--utrecht-textarea-padding-block-start, var(--utrecht-form-input-padding-block-start));padding-inline-end:var(--utrecht-textarea-padding-inline-end, var(--utrecht-form-input-padding-inline-end));padding-inline-start:var(--utrecht-textarea-padding-inline-start, var(--utrecht-form-input-padding-inline-start));resize:vertical;width:100%}.utrecht-textarea--invalid{background-color:var(--utrecht-textarea-invalid-background-color, var(--utrecht-form-input-invalid-background-color, var(--utrecht-textarea-background-color, var(--utrecht-form-input-background-color))));border-color:var(--utrecht-textarea-invalid-border-color, var(--utrecht-form-input-invalid-border-color, var(--utrecht-textarea-border-color, var(--utrecht-form-input-border-color))));border-width:var(--utrecht-textarea-invalid-border-width, var(--utrecht-form-input-invalid-border-width, var(--utrecht-textarea-border-width, var(--utrecht-form-input-border-width))))}.utrecht-textarea--disabled{background-color:var(--utrecht-textarea-disabled-background-color, var(--utrecht-form-input-disabled-background-color, var(--utrecht-textarea-background-color, var(--utrecht-form-input-background-color))));border-color:var(--utrecht-textarea-disabled-border-color, var(--utrecht-form-input-disabled-border-color, var(--utrecht-textarea-border-color, var(--utrecht-form-input-border-color))));color:var(--utrecht-textarea-disabled-color, var(--utrecht-form-input-disabled-color, var(--utrecht-textarea-color, var(--utrecht-form-input-color))));cursor:var(--utrecht-action-disabled-cursor)}.utrecht-textarea--focus{background-color:var(--utrecht-textarea-focus-background-color, var(--utrecht-form-input-focus-background-color, var(--utrecht-textarea-background-color, var(--utrecht-form-input-background-color))));border-color:var(--utrecht-textarea-focus-border-color, var(--utrecht-form-input-focus-border-color, var(--utrecht-textarea-border-color, var(--utrecht-form-input-border-color))));color:var(--utrecht-textarea-focus-color, var(--utrecht-form-input-focus-color, var(--utrecht-textarea-color, var(--utrecht-form-input-color))))}.utrecht-textarea--focus-visible{box-shadow:0 0 0 var(--utrecht-focus-box-shadow-spread-radius, 0) var(--utrecht-focus-box-shadow-color, transparent);outline-color:var(--utrecht-focus-outline-color, transparent);outline-offset:var(--utrecht-focus-outline-offset, 0);outline-style:var(--utrecht-focus-outline-style, solid);outline-width:var(--utrecht-focus-outline-width, 0)}.utrecht-textarea--read-only{border-color:var(--utrecht-textarea-read-only-border, var(--utrecht-form-input-read-only-border-color, var(--utrecht-textarea-border, var(--utrecht-form-input-border-color))));color:var(--utrecht-textarea-read-only-color, var(--utrecht-form-input-read-only-color, var(--utrecht-textarea-color, var(--utrecht-form-input-color))))}.utrecht-textarea__placeholder{color:var(--utrecht-textarea-placeholder-color, var(--utrecht-form-input-placeholder-color, var(--utrecht-textarea-color, var(--utrecht-form-input-color))));font-style:var(--utrecht-form-input-placeholder-font-style);opacity:100%}.utrecht-textarea--html-textarea:disabled{background-color:var(--utrecht-textarea-disabled-background-color, var(--utrecht-form-input-disabled-background-color, var(--utrecht-textarea-background-color, var(--utrecht-form-input-background-color))));border-color:var(--utrecht-textarea-disabled-border-color, var(--utrecht-form-input-disabled-border-color, var(--utrecht-textarea-border-color, var(--utrecht-form-input-border-color))));color:var(--utrecht-textarea-disabled-color, var(--utrecht-form-input-disabled-color, var(--utrecht-textarea-color, var(--utrecht-form-input-color))));cursor:var(--utrecht-action-disabled-cursor)}.utrecht-textarea--html-textarea:focus{background-color:var(--utrecht-textarea-focus-background-color, var(--utrecht-form-input-focus-background-color, var(--utrecht-textarea-background-color, var(--utrecht-form-input-background-color))));border-color:var(--utrecht-textarea-focus-border-color, var(--utrecht-form-input-focus-border-color, var(--utrecht-textarea-border-color, var(--utrecht-form-input-border-color))));color:var(--utrecht-textarea-focus-color, var(--utrecht-form-input-focus-color, var(--utrecht-textarea-color, var(--utrecht-form-input-color))));box-shadow:0 0 0 var(--utrecht-focus-box-shadow-spread-radius, 0) var(--utrecht-focus-box-shadow-color, transparent);outline-color:var(--utrecht-focus-outline-color, transparent);outline-offset:var(--utrecht-focus-outline-offset, 0);outline-style:var(--utrecht-focus-outline-style, solid);outline-width:var(--utrecht-focus-outline-width, 0)}.utrecht-textarea--html-textarea:focus:not(:focus-visible){box-shadow:none;outline-style:none}.utrecht-textarea--html-textarea:invalid,.utrecht-textarea--html-textarea[aria-invalid=true]{background-color:var(--utrecht-textarea-invalid-background-color, var(--utrecht-form-input-invalid-background-color, var(--utrecht-textarea-background-color, var(--utrecht-form-input-background-color))));border-color:var(--utrecht-textarea-invalid-border-color, var(--utrecht-form-input-invalid-border-color, var(--utrecht-textarea-border-color, var(--utrecht-form-input-border-color))));border-width:var(--utrecht-textarea-invalid-border-width, var(--utrecht-form-input-invalid-border-width, var(--utrecht-textarea-border-width, var(--utrecht-form-input-border-width))))}.utrecht-textarea--html-textarea:read-only{border-color:var(--utrecht-textarea-read-only-border, var(--utrecht-form-input-read-only-border-color, var(--utrecht-textarea-border, var(--utrecht-form-input-border-color))));color:var(--utrecht-textarea-read-only-color, var(--utrecht-form-input-read-only-color, var(--utrecht-textarea-color, var(--utrecht-form-input-color))))}.utrecht-textarea--html-textarea::placeholder{color:var(--utrecht-textarea-placeholder-color, var(--utrecht-form-input-placeholder-color, var(--utrecht-textarea-color, var(--utrecht-form-input-color))));font-style:var(--utrecht-form-input-placeholder-font-style);opacity:100%}:host{display:block}:host([hidden]){display:none !important}";export{a as utrecht_form_field_textarea}
@@ -0,0 +1 @@
1
+ import{r as C,h as r}from"./p-60c3ff78.js";const t=class{constructor(r){C(this,r)}render(){return r("svg",{width:"39",height:"37",viewBox:"0 0 39 37",fill:"none",xmlns:"http://www.w3.org/2000/svg"},r("path",{d:"M13.84 33.2396C13.84 33.9318 13.6347 34.6085 13.2501 35.1841C12.8655 35.7596 12.3189 36.2082 11.6794 36.4731C11.0398 36.7381 10.3361 36.8074 9.65716 36.6723C8.97823 36.5373 8.35459 36.2039 7.86511 35.7144C7.37562 35.2249 7.04227 34.6013 6.90722 33.9224C6.77217 33.2434 6.84147 32.5397 7.10638 31.9002C7.37129 31.2606 7.81993 30.714 8.3955 30.3294C8.97108 29.9448 9.64773 29.7396 10.34 29.7396C11.2682 29.7396 12.1584 30.1083 12.8148 30.7647C13.4712 31.4211 13.84 32.3113 13.84 33.2396Z",fill:"currentColor"}),r("path",{d:"M35.24 11.3796H15.24C14.8147 11.3796 14.47 11.7243 14.47 12.1496V27.7096C14.47 28.1348 14.8147 28.4796 15.24 28.4796H35.24C35.6652 28.4796 36.01 28.1348 36.01 27.7096V12.1496C36.01 11.7243 35.6652 11.3796 35.24 11.3796Z",fill:"currentColor"}),r("path",{d:"M38.73 33.2396C38.73 33.9318 38.5247 34.6085 38.1401 35.1841C37.7555 35.7596 37.2089 36.2082 36.5693 36.4731C35.9298 36.7381 35.2261 36.8074 34.5472 36.6723C33.8682 36.5373 33.2446 36.2039 32.7551 35.7144C32.2656 35.2249 31.9323 34.6013 31.7972 33.9224C31.6622 33.2434 31.7315 32.5397 31.9964 31.9002C32.2613 31.2606 32.7099 30.714 33.2855 30.3294C33.861 29.9448 34.5377 29.7396 35.23 29.7396C36.1582 29.7396 37.0485 30.1083 37.7048 30.7647C38.3612 31.4211 38.73 32.3113 38.73 33.2396Z",fill:"currentColor"}),r("path",{d:"M31.6299 31.0296C31.63 31.0803 31.6198 31.1306 31.6001 31.1773C31.5804 31.2241 31.5515 31.2664 31.5151 31.3019C31.4788 31.3373 31.4358 31.3651 31.3885 31.3836C31.3412 31.4021 31.2907 31.4109 31.24 31.4096H14.6299C14.5787 31.4109 14.5277 31.4021 14.4799 31.3837C14.4321 31.3654 14.3884 31.3377 14.3513 31.3024C14.3141 31.2671 14.2842 31.2249 14.2634 31.1781C14.2426 31.1312 14.2313 31.0808 14.23 31.0296V30.4196C14.2313 30.3683 14.2426 30.3179 14.2634 30.2711C14.2842 30.2242 14.3141 30.182 14.3513 30.1467C14.3884 30.1114 14.4321 30.0838 14.4799 30.0654C14.5277 30.047 14.5787 30.0382 14.6299 30.0396H31.24C31.2907 30.0382 31.3412 30.0471 31.3885 30.0656C31.4358 30.0841 31.4788 30.1118 31.5151 30.1473C31.5515 30.1827 31.5804 30.225 31.6001 30.2718C31.6198 30.3186 31.63 30.3688 31.6299 30.4196V31.0296Z",fill:"currentColor"}),r("path",{d:"M11.33 28.0495H11.55C11.79 28.0495 12.18 28.0495 12.42 28.0495C12.66 28.0495 12.85 27.7095 12.85 27.2795V18.7195C12.8513 18.618 12.8323 18.5173 12.7941 18.4233C12.7559 18.3292 12.6992 18.2438 12.6274 18.172C12.5557 18.1003 12.4702 18.0436 12.3762 18.0054C12.2822 17.9672 12.1814 17.9482 12.08 17.9495H4.57996C4.35996 17.9495 4.04 18.2695 3.87 18.6495L0.299988 27.0295C0.115213 27.4983 0.0137015 27.9958 0 28.4995V33.0595C0.00259154 33.2629 0.0845485 33.4573 0.228394 33.6011C0.372239 33.745 0.566547 33.8269 0.769958 33.8295H3.76996C4.00084 33.8162 4.22535 33.7485 4.42517 33.6321C4.62499 33.5157 4.79451 33.3538 4.91998 33.1595C4.91998 33.1595 7.90996 28.0495 11.33 28.0495Z",fill:"currentColor"}),r("path",{d:"M11.91 12.3895C11.49 12.3895 11.4 12.1595 11.71 11.8795L24.65 0.209549C24.8091 0.0742734 25.0112 0 25.22 0C25.4288 0 25.6309 0.0742734 25.79 0.209549L38.72 11.8795C39.04 12.1595 38.95 12.3895 38.53 12.3895H11.91Z",fill:"currentColor"}),r("path",{d:"M8.12992 25.9295C8.33149 25.9295 8.52481 25.8495 8.66734 25.7069C8.80987 25.5644 8.88993 25.3711 8.88993 25.1695V19.7795C8.88995 19.577 8.8102 19.3827 8.66795 19.2386C8.5257 19.0944 8.3324 19.0122 8.12992 19.0095H5.23997C5.04997 19.0095 4.75995 19.3295 4.58995 19.7195L2.23997 25.2295C2.19625 25.3056 2.17472 25.3924 2.17778 25.4801C2.18083 25.5678 2.20833 25.6528 2.25724 25.7257C2.30615 25.7985 2.3745 25.8562 2.45451 25.8923C2.53451 25.9283 2.62298 25.9412 2.70994 25.9295H8.12992Z",fill:"white"}))}};t.style=":host{display:inline-block;height:var(--utrecht-icon-size);width:var(--utrecht-icon-size)}:host([hidden]){display:none !important}svg{color:var(--utrecht-icon-color, currentColor);height:var(--utrecht-icon-size, 100%);width:var(--utrecht-icon-size, 100%)}";export{t as utrecht_icon_verhuizen}
@@ -0,0 +1 @@
1
+ import{r as t,c as r,h as e}from"./p-60c3ff78.js";import{c as o}from"./p-4070c1e5.js";const c=class{constructor(e){t(this,e),this.utrechtBlur=r(this,"utrechtBlur",7),this.utrechtChange=r(this,"utrechtChange",7),this.utrechtFocus=r(this,"utrechtFocus",7),this.utrechtInput=r(this,"utrechtInput",7),this.label=!1,this.disabled=!1,this.checked=!1,this.invalid=!1,this.required=!1,this.value=""}render(){const{checked:t,disabled:r,invalid:c,required:l,value:a}=this;return e("div",{class:"utrecht-form-field utrecht-form-field--checkbox"},e("input",{id:"input",class:o("utrecht-checkbox"),type:"checkbox",checked:t,disabled:r,"aria-invalid":c?"true":null,required:l,value:a,onBlur:t=>this.utrechtBlur.emit(t),onChange:t=>this.utrechtChange.emit(t),onFocus:t=>this.utrechtFocus.emit(t),onInput:t=>{this.checked=t.target.checked,this.utrechtInput.emit(t)}}),e("label",{class:o("utrecht-form-field__label","utrecht-form-field__label--checkbox","utrecht-form-label","utrecht-form-label--checkbox"),htmlFor:"input"},e("slot",null)))}};c.style=".utrecht-form-field{font-family:var(--utrecht-document-font-family, inherit);max-inline-size:var(--utrecht-form-field-max-inline-size)}.utrecht-form-field--distanced{margin-block-end:var(--utrecht-form-field-margin-block-end, var(--utrecht-paragraph-margin-block-end));margin-block-start:var(--utrecht-form-field-margin-block-start, var(--utrecht-paragraph-margin-block-start))}.utrecht-form-field__label--checkbox{margin-inline-start:1ch}.utrecht-form-label{color:var(--utrecht-form-label-color);font-size:var(--utrecht-form-label-font-size);font-weight:var(--utrecht-form-label-font-weight)}.utrecht-form-label--checkbox{color:var(--utrecht-form-label-checkbox-color, var(--utrecht-form-label-color));font-weight:var(--utrecht-form-label-checkbox-font-weight, var(--utrecht-form-label-font-weight))}.utrecht-form-label--checked{font-weight:var(--utrecht-form-label-checked-font-weight, var(--utrecht-form-label-font-weight))}.utrecht-form-label--disabled{cursor:var(--utrecht-action-disabled-cursor);font-weight:var(--utrecht-form-label-disabled-color, var(--utrecht-form-label-color))}.utrecht-form-label--radio{color:var(--utrecht-form-label-checkbox-color, var(--utrecht-form-label-color));font-weight:var(--utrecht-form-label-radio-font-weight, var(--utrecht-form-label-font-weight))}.utrecht-checkbox{margin-block-end:0;margin-block-start:0;margin-inline-end:0;margin-inline-start:0}.utrecht-checkbox--disabled{cursor:var(--utrecht-action-disabled-cursor)}.utrecht-checkbox--focus-visible{box-shadow:0 0 0 var(--utrecht-focus-box-shadow-spread-radius, 0) var(--utrecht-focus-box-shadow-color, transparent);outline-color:var(--utrecht-focus-outline-color, transparent);outline-offset:var(--utrecht-focus-outline-offset, 0);outline-style:var(--utrecht-focus-outline-style, solid);outline-width:var(--utrecht-focus-outline-width, 0)}.utrecht-checkbox--html-input:disabled{cursor:var(--utrecht-action-disabled-cursor)}.utrecht-checkbox--html-input:focus{box-shadow:0 0 0 var(--utrecht-focus-box-shadow-spread-radius, 0) var(--utrecht-focus-box-shadow-color, transparent);outline-color:var(--utrecht-focus-outline-color, transparent);outline-offset:var(--utrecht-focus-outline-offset, 0);outline-style:var(--utrecht-focus-outline-style, solid);outline-width:var(--utrecht-focus-outline-width, 0)}.utrecht-checkbox--html-input:focus:not(:focus-visible){box-shadow:none;outline-style:none}:host{display:block}:host([hidden]){display:none !important}";export{c as utrecht_form_field_checkbox}
@@ -0,0 +1 @@
1
+ import{r as t,h as a}from"./p-60c3ff78.js";const e=class{constructor(a){t(this,a)}render(){return a("slot",null)}};e.style=":host{color:var(--utrecht-table-caption-color);font-family:var(--utrecht-table-caption-font-family);font-size:var(--utrecht-table-caption-font-size);font-weight:var(--utrecht-table-caption-font-weight);line-height:var(--utrecht-table-caption-line-height);margin-block-end:var(--utrecht-table-caption-margin-block-end);text-align:var(--utrecht-table-caption-text-align, center);display:table-caption;page-break-after:avoid;page-break-inside:avoid}";export{e as utrecht_table_caption}
@@ -0,0 +1 @@
1
+ import{r as c,h as e}from"./p-60c3ff78.js";const t=class{constructor(e){c(this,e)}render(){return e("svg",{xmlns:"http://www.w3.org/2000/svg",version:"1.1",viewBox:"-1 0 81 80"},e("title",null,"Eherkenning"),e("rect",{fill:"#E0E0E0",width:"80",height:"80"}),e("path",{"fill-rule":"evenodd",fill:"#00328C",d:"M37.363,23.178c0,2.027,0,4.055,0,6.08c-4.257,0-9.55,0-14.208,0 c-1.662,0-3.648-0.207-4.799,0.193c-1.041,0.359-1.796,1.169-2.176,2.111c-0.439,1.084-0.32,2.8-0.32,4.414c0,3.425,0,6.055,0,9.475 c0,1.531-0.159,3.325,0.191,4.479c0.316,1.042,1.316,2.194,2.561,2.496c1.318,0.319,3.094,0.064,4.672,0.064 c4.599,0,9.521,0,14.08,0c0,2.025,0,4.053,0,6.08c-6.402-0.083-12.492,0.112-18.176,0c-4.937-0.099-8.966-3.966-9.344-8.833 c-0.226-2.883,0-5.901,0-8.769c0-2.971-0.19-5.932,0-8.767c0.328-4.896,4.208-8.676,8.959-9.024c3.002-0.222,6.129,0,9.28,0 C31.145,23.178,34.26,23.178,37.363,23.178z"}),e("path",{"fill-rule":"evenodd",fill:"#FF0079",d:"M42.867,23.178c1.962,0,3.926,0,5.888,0c0,4.864,0,9.729,0,14.592 c-1.984,0-3.969,0-5.952,0c0-4.801,0-9.6,0-14.399C42.797,23.279,42.792,23.188,42.867,23.178z"}),e("path",{"fill-rule":"evenodd",fill:"#FF0079",d:"M64.434,23.178c1.941,0,3.883,0,5.824,0c0,11.798,0,23.595,0,35.393 c-1.962,0-3.926,0-5.888,0c0-4.992,0-9.984,0-14.977c-5.077,0-10.155,0-15.232,0c0.824-1.95,1.651-3.896,2.56-5.76 c4.203,0,8.405,0,12.608,0c0.15-4.693,0.021-9.664,0.064-14.464C64.365,23.279,64.36,23.188,64.434,23.178z"}),e("path",{"fill-rule":"evenodd",fill:"#00328C",d:"M19.89,37.77c5.376,0,10.752,0,16.129,0c-0.772,2.022-1.748,3.843-2.56,5.824 c-4.544,0-9.088,0-13.633,0c0-1.877,0-3.755,0-5.633C19.821,37.87,19.816,37.781,19.89,37.77z"}),e("path",{"fill-rule":"evenodd",fill:"#FF0079",d:"M42.93,43.594c1.941,0,3.883,0,5.824,0c0,4.992,0,9.984,0,14.977 c-1.984,0-3.969,0-5.952,0c0-4.93,0-9.856,0-14.783C42.8,43.678,42.851,43.62,42.93,43.594z"}))}};t.style=":host{display:inline}:host([hidden]){display:none !important}svg{height:100%;max-height:var(--utrecht-digid-logo-max-height, var(--utrecht-logo-max-height, 50px));max-width:var(--utrecht-digid-logo-max-width, var(--utrecht-logo-max-width, 50px));width:100%}";export{t as utrecht_eherkenning_logo}
@@ -0,0 +1 @@
1
+ import{r as t,c as o,h as e}from"./p-60c3ff78.js";import{c as s}from"./p-4070c1e5.js";const c=class{constructor(e){t(this,e),this.utrechtBlur=o(this,"utrechtBlur",7),this.utrechtChange=o(this,"utrechtChange",7),this.utrechtFocus=o(this,"utrechtFocus",7),this.utrechtInput=o(this,"utrechtInput",7),this.disabled=!1,this.readOnly=!1,this.checked=!1,this.value=""}render(){const{checked:t,disabled:o,value:c}=this;return e("input",{class:s("utrecht-checkbox"),type:"checkbox",checked:t,disabled:o,value:c,onBlur:t=>this.utrechtBlur.emit(t),onChange:t=>this.utrechtChange.emit(t),onFocus:t=>this.utrechtFocus.emit(t),onInput:t=>{this.checked=t.target.checked,this.utrechtInput.emit(t)}})}};c.style=".utrecht-checkbox{margin-block-end:0;margin-block-start:0;margin-inline-end:0;margin-inline-start:0}.utrecht-checkbox--disabled{cursor:var(--utrecht-action-disabled-cursor)}.utrecht-checkbox--focus-visible{box-shadow:0 0 0 var(--utrecht-focus-box-shadow-spread-radius, 0) var(--utrecht-focus-box-shadow-color, transparent);outline-color:var(--utrecht-focus-outline-color, transparent);outline-offset:var(--utrecht-focus-outline-offset, 0);outline-style:var(--utrecht-focus-outline-style, solid);outline-width:var(--utrecht-focus-outline-width, 0)}.utrecht-checkbox--html-input:disabled{cursor:var(--utrecht-action-disabled-cursor)}.utrecht-checkbox--html-input:focus{box-shadow:0 0 0 var(--utrecht-focus-box-shadow-spread-radius, 0) var(--utrecht-focus-box-shadow-color, transparent);outline-color:var(--utrecht-focus-outline-color, transparent);outline-offset:var(--utrecht-focus-outline-offset, 0);outline-style:var(--utrecht-focus-outline-style, solid);outline-width:var(--utrecht-focus-outline-width, 0)}.utrecht-checkbox--html-input:focus:not(:focus-visible){box-shadow:none;outline-style:none}:host{display:block}:host([hidden]){display:none !important}";export{c as utrecht_checkbox}
@@ -0,0 +1 @@
1
+ import{r,h as t}from"./p-60c3ff78.js";const o=class{constructor(t){r(this,t)}render(){return t("svg",{xmlns:"http://www.w3.org/2000/svg",version:"1.1",viewBox:"-8 -8 43 43"},t("title",null,"LinkedIn"),t("g",null,t("path",{fill:"currentColor","fill-rule":"nonzero",d:"M0.465517241,8.84482759 L6.05172414,8.84482759 L6.05172414,27 L0.465517241,27 L0.465517241,8.84482759 Z M3.25862069,0 C4.88793103,0 6.51724138,1.39655172 6.51724138,3.25862069 C6.51724138,5.12068966 4.88793103,6.51724138 3.25862069,6.51724138 C1.39655172,6.51724138 0,5.12068966 0,3.25862069 C0,1.39655172 1.39655172,0 3.25862069,0 Z"}),t("path",{fill:"currentColor",d:"M9.31034483,8.84482759 L14.7351724,8.84482759 L14.7351724,11.4051724 C15.4427586,10.0086207 17.3296552,8.37931034 20.16,8.37931034 C25.8206897,8.37931034 27,12.1034483 27,16.9913793 L27,27 L21.3393103,27 L21.3393103,18.1551724 C21.3393103,16.0603448 21.3393103,13.2672414 18.2731034,13.2672414 C15.2068966,13.2672414 14.9710345,15.5948276 14.9710345,17.9224138 L14.9710345,26.7672414 L9.31034483,26.7672414 L9.31034483,8.84482759 Z"})))}};o.style=":host{display:inline-block;height:var(--utrecht-icon-size);width:var(--utrecht-icon-size)}:host([hidden]){display:none !important}svg{color:var(--utrecht-icon-color, currentColor);height:var(--utrecht-icon-size, 100%);width:var(--utrecht-icon-size, 100%)}";export{o as utrecht_icon_linkedin}
@@ -0,0 +1 @@
1
+ import{r,h as o,H as t}from"./p-60c3ff78.js";const s=class{constructor(o){r(this,o)}render(){return o(t,{role:"rowgroup"},o("slot",null))}};s.style=":host{display:table-footer-group}";export{s as utrecht_table_footer}
@@ -0,0 +1 @@
1
+ import{r as t,h as e}from"./p-60c3ff78.js";const r=class{constructor(e){t(this,e)}render(){return e("h4",{class:"utrecht-heading-4"},e("slot",null))}};r.style=".utrecht-heading-4{page-break-after:avoid;page-break-inside:avoid;color:var(--utrecht-heading-4-color, var(--utrecht-heading-color, var(--utrecht-document-color, inherit)));font-family:var(--utrecht-heading-4-font-family, var(--utrecht-heading-font-family, var(--utrecht-document-font-family)));font-size:var(--utrecht-heading-4-font-size);font-weight:var(--utrecht-heading-4-font-weight, var(--utrecht-heading-font-weight, bold));letter-spacing:var(--utrecht-heading-4-letter-spacing);line-height:var(--utrecht-heading-4-line-height);margin-block-end:0;margin-block-start:0;text-transform:var(--utrecht-heading-4-text-transform, inherit)}.utrecht-heading-4--distanced{margin-block-end:var(--utrecht-heading-4-margin-block-end);margin-block-start:var(--utrecht-heading-4-margin-block-start)}:host{display:block}:host([hidden]){display:none !important}";export{r as utrecht_heading_4}
@@ -0,0 +1 @@
1
+ import{r as C,h as r}from"./p-60c3ff78.js";const t=class{constructor(r){C(this,r)}render(){return r("svg",{width:"38",height:"27",viewBox:"0 0 38 27",fill:"none",xmlns:"http://www.w3.org/2000/svg"},r("path",{d:"M0.000253331 4.00088L0.864407 22.4411C0.86744 22.5131 0.897882 22.5812 0.949373 22.6311C1.00086 22.681 1.06944 22.7088 1.14073 22.7088H2.21654C2.86845 22.7994 3.46585 23.1259 3.89817 23.6279C4.33049 24.1298 4.56846 24.7733 4.56802 25.4391C4.57095 25.4926 4.57095 25.5462 4.56802 25.5997V25.5997V26.028C4.56802 26.1021 4.59712 26.1733 4.64894 26.2257C4.70075 26.2781 4.77103 26.3076 4.84431 26.3076H11.4931C11.5615 26.3063 11.627 26.2795 11.6769 26.2323C11.7269 26.185 11.7578 26.1207 11.7636 26.0518L13.4801 4.01279C13.4834 3.97413 13.4787 3.93521 13.4663 3.8985C13.4538 3.86178 13.434 3.82806 13.408 3.79953C13.382 3.77099 13.3505 3.74824 13.3153 3.73272C13.2801 3.71721 13.2422 3.70927 13.2039 3.70941H0.270687C0.233889 3.71017 0.197604 3.71838 0.163978 3.73352C0.130351 3.74866 0.10004 3.77045 0.0748495 3.7976C0.0496587 3.82475 0.0300722 3.85672 0.0172608 3.89164C0.00444947 3.92655 -0.00132048 3.96367 0.000253331 4.00088V4.00088Z",fill:"currentColor"}),r("path",{d:"M13.1396 0.979083L0.406326 3.3882C0.369648 3.39413 0.33215 3.39267 0.296029 3.38391C0.259907 3.37515 0.225853 3.35926 0.195814 3.33715C0.165774 3.31504 0.140365 3.28717 0.121002 3.2551C0.101639 3.22302 0.0887298 3.18738 0.0830044 3.15024L0.00657829 2.72197C-0.00583682 2.6473 0.0103503 2.57066 0.0518599 2.50766C0.0933694 2.44465 0.157078 2.40003 0.229972 2.38291L12.9691 0.00352876C13.0055 -0.00236476 13.0426 -0.000867878 13.0784 0.00795815C13.1141 0.0167842 13.1477 0.0327745 13.1773 0.0549387C13.2069 0.0771029 13.2318 0.104994 13.2505 0.137028C13.2693 0.169061 13.2816 0.204592 13.2866 0.241481L13.363 0.669752C13.3703 0.740158 13.3515 0.810792 13.3102 0.867949C13.2689 0.925105 13.2081 0.964719 13.1396 0.979083V0.979083Z",fill:"currentColor"}),r("path",{d:"M2.06368 26.9619C3.05068 26.9619 3.85081 26.1523 3.85081 25.1535C3.85081 24.1548 3.05068 23.3452 2.06368 23.3452C1.07667 23.3452 0.27655 24.1548 0.27655 25.1535C0.27655 26.1523 1.07667 26.9619 2.06368 26.9619Z",fill:"currentColor"}),r("path",{d:"M33.5383 11.0319L36.607 9.24739C36.6329 9.23388 36.6546 9.21343 36.6698 9.18825C36.685 9.16306 36.693 9.13412 36.693 9.10463C36.693 9.07514 36.685 9.04624 36.6698 9.02105C36.6546 8.99587 36.6329 8.97539 36.607 8.96187L30.5284 6.18396C30.5036 6.17273 30.4764 6.16811 30.4494 6.17056C30.4223 6.17302 30.3963 6.18246 30.3739 6.19798C30.3515 6.21349 30.3334 6.23457 30.3213 6.25919C30.3093 6.28381 30.3036 6.31118 30.305 6.33863L30.4167 9.71734C30.4194 9.75744 30.4364 9.79518 30.4645 9.82361C30.4926 9.85203 30.5299 9.86923 30.5696 9.872C31.5963 9.95065 32.5747 10.345 33.3737 11.0022C33.3953 11.0228 33.4224 11.0366 33.4516 11.0419C33.4808 11.0472 33.511 11.0437 33.5383 11.0319V11.0319Z",fill:"currentColor"}),r("path",{d:"M37.9767 25.4272C37.9767 25.4272 36.8715 24.9216 35.0903 21.9355C34.4383 20.7059 34.0008 19.3717 33.797 17.9916C33.7994 17.9301 33.8134 17.8695 33.8381 17.8132L34.7846 15.7907C34.7871 15.763 34.7871 15.7352 34.7846 15.7074C34.8991 15.3838 34.9354 15.037 34.8904 14.6962C34.4436 11.609 32.4272 10.2111 29.1528 10.1456C27.5032 10.1781 25.9234 10.8245 24.7152 11.9614C23.5071 13.0983 22.7554 14.6458 22.6039 16.3082V16.3082C22.4645 17.7854 22.2407 19.2531 21.9337 20.7041C21.5105 22.4887 20.3759 25.4272 20.3759 25.4272C20.3112 25.5759 20.3759 25.7663 20.5169 25.7663H37.818C37.9591 25.7663 38.0414 25.5759 37.9767 25.4272Z",fill:"currentColor"}))}};t.style=":host{display:inline-block;height:var(--utrecht-icon-size);width:var(--utrecht-icon-size)}:host([hidden]){display:none !important}svg{color:var(--utrecht-icon-color, currentColor);height:var(--utrecht-icon-size, 100%);width:var(--utrecht-icon-size, 100%)}";export{t as utrecht_icon_afval}
@@ -0,0 +1 @@
1
+ import{r,h as t}from"./p-60c3ff78.js";const e=class{constructor(t){r(this,t)}render(){return t("svg",{xmlns:"http://www.w3.org/2000/svg",version:"1.1",viewBox:"0 -1 24 24"},t("title",null,"Loupe"),t("g",null,t("path",{fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd",d:"M14.5028 16.2982C11.5839 18.3961 7.51217 18.1416 4.90662 15.5261C2.00474 12.613 2.02036 7.87451 4.94151 4.94223C7.86266 2.00995 12.5832 1.99433 15.485 4.90734C18.0906 7.52288 18.3441 11.6102 16.2541 14.5402C16.2813 14.5597 16.3073 14.5818 16.3317 14.6063L21.1481 19.4412C21.39 19.6839 21.3887 20.0788 21.1452 20.3232L20.2637 21.2081C20.0203 21.4524 19.6269 21.4537 19.3851 21.211L14.5686 16.3761C14.5442 16.3515 14.5223 16.3255 14.5028 16.2982ZM13.6987 13.733C11.7513 15.6879 8.60428 15.6983 6.66969 13.7563C4.7351 11.8143 4.74552 8.65523 6.69295 6.70038C8.64039 4.74553 11.7874 4.73512 13.722 6.67712C15.6566 8.61913 15.6461 11.7782 13.6987 13.733Z"})))}};e.style=":host{display:inline-block;height:var(--utrecht-icon-size);width:var(--utrecht-icon-size)}:host([hidden]){display:none !important}svg{color:var(--utrecht-icon-color, currentColor);height:var(--utrecht-icon-size, 100%);width:var(--utrecht-icon-size, 100%)}";export{e as utrecht_icon_loupe}
@@ -0,0 +1 @@
1
+ import{r as t,h as e}from"./p-60c3ff78.js";const r=class{constructor(e){t(this,e)}render(){return e("div",{class:"utrecht-document"},e("slot",null))}};r.style=".utrecht-document{color:var(--utrecht-document-color, inherit);font-family:var(--utrecht-document-font-family, inherit);font-size:var(--utrecht-document-font-size, inherit);font-weight:var(--utrecht-document-font-weight, inherit);line-height:var(--utrecht-document-line-height, inherit);text-rendering:optimizeLegibility}.utrecht-document :lang(ar){letter-spacing:0 !important}.utrecht-document--surface{background-color:var(--utrecht-document-background-color, inherit)}:host{display:block}:host([hidden]){display:none !important}";export{r as utrecht_document}
@@ -0,0 +1 @@
1
+ import{r,h as t}from"./p-60c3ff78.js";const c=class{constructor(t){r(this,t)}render(){return t("svg",{xmlns:"http://www.w3.org/2000/svg",version:"1.1",viewBox:"0 0 24 24"},t("title",null,"List"),t("rect",{x:"6",y:"18",width:"13",height:"2",rx:"0.5",fill:"currentColor"}),t("rect",{x:"6",y:"12",width:"13",height:"2",rx:"0.5",fill:"currentColor"}),t("rect",{x:"6",y:"6",width:"13",height:"2",rx:"0.5",fill:"currentColor"}),t("circle",{cx:"3",cy:"7",r:"1",fill:"currentColor"}),t("circle",{cx:"3",cy:"13",r:"1",fill:"currentColor"}),t("circle",{cx:"3",cy:"19",r:"1",fill:"currentColor"}))}};c.style=":host{display:inline-block;height:var(--utrecht-icon-size);width:var(--utrecht-icon-size)}:host([hidden]){display:none !important}svg{color:var(--utrecht-icon-color, currentColor);height:var(--utrecht-icon-size, 100%);width:var(--utrecht-icon-size, 100%)}";export{c as utrecht_icon_list}
@@ -0,0 +1 @@
1
+ import{r,h as e}from"./p-60c3ff78.js";const a=class{constructor(e){r(this,e)}render(){return e("div",{class:`utrecht-badge-status utrecht-badge-status--${this.status||"neutral"}`},e("slot",null))}};a.style=".utrecht-badge-status{background-color:var(--utrecht-badge-background-color, black);border-radius:var(--utrecht-badge-border-radius, 0.5ch);color:var(--utrecht-badge-color, white);display:inline-block;font-family:var(--utrecht-document-font-family, sans-serif);font-size:var(--utrecht-badge-font-size, inherit);font-style:var(--utrecht-badge-font-style, normal);font-weight:var(--utrecht-badge-font-weight, bold);line-height:var(--utrecht-badge-line-height);padding-block-end:var(--utrecht-badge-padding-block, 0.5ex);padding-block-start:var(--utrecht-badge-padding-block, 0.5ex);padding-inline-end:var(--utrecht-badge-padding-inline, 0.5ch);padding-inline-start:var(--utrecht-badge-padding-inline, 0.5ch);text-decoration:none;letter-spacing:var(--utrecht-badge-status-letter-spacing, inherit);text-transform:var(--utrecht-badge-status-text-transform, inherit)}.utrecht-badge-status--danger{background-color:var(--utrecht-feedback-danger-fill-background-color, red);color:var(--utrecht-feedback-danger-fill-color, white)}.utrecht-badge-status--warning{background-color:var(--utrecht-feedback-warning-fill-background-color, #ffa600);color:var(--utrecht-feedback-warning-fill-color, white)}.utrecht-badge-status--safe{background-color:var(--utrecht-feedback-safe-fill-background-color, green);color:var(--utrecht-feedback-safe-fill-color, white)}.utrecht-badge-status--neutral{background-color:var(--utrecht-feedback-neutral-fill-background-color, black);color:var(--utrecht-feedback-neutral-fill-color, white)}.utrecht-badge-status--valid{background-color:var(--utrecht-feedback-valid-fill-background-color, var(--utrecht-feedback-safe-fill-background-color, red));color:var(--utrecht-feedback-valid-fill-color, var(--utrecht-feedback-safe-fill-color, white))}.utrecht-badge-status--invalid{background-color:var(--utrecht-feedback-invalid-fill-background-color, var(--utrecht-feedback-danger-fill-background-color, #ffa600));color:var(--utrecht-feedback-invalid-fill-color, var(--utrecht-feedback-danger-fill-color, white))}.utrecht-badge-status--error{background-color:var(--utrecht-feedback-error-fill-background-color, var(--utrecht-feedback-danger-fill-background-color, #ffa600));color:var(--utrecht-feedback-error-fill-color, var(--utrecht-feedback-danger-fill-color, white))}.utrecht-badge-status--success{background-color:var(--utrecht-feedback-success-fill-background-color, var(--utrecht-feedback-safe-fill-background-color, #ffa600));color:var(--utrecht-feedback-success-fill-color, var(--utrecht-feedback-safe-fill-color, white))}.utrecht-badge-status--active{background-color:var(--utrecht-feedback-active-fill-background-color, var(--utrecht-feedback-safe-fill-background-color, #ffa600));color:var(--utrecht-feedback-active-fill-color, var(--utrecht-feedback-safe-fill-color, white))}.utrecht-badge-status--inactive{background-color:var(--utrecht-feedback-inactive-fill-background-color, var(--utrecht-feedback-danger-fill-background-color, #ffa600));color:var(--utrecht-feedback-inactive-fill-color, var(--utrecht-feedback-danger-fill-color, white))}:host{display:inline-block}:host([hidden]){display:none !important}";export{a as utrecht_badge_status}
@@ -0,0 +1 @@
1
+ import{r,c as t,h as o}from"./p-60c3ff78.js";import{c as e}from"./p-4070c1e5.js";const c=class{constructor(o){r(this,o),this.utrechtBlur=t(this,"utrechtBlur",7),this.utrechtChange=t(this,"utrechtChange",7),this.utrechtFocus=t(this,"utrechtFocus",7),this.utrechtInput=t(this,"utrechtInput",7),this.autoComplete="",this.disabled=!1,this.invalid=!1,this.min="",this.max="",this.pattern="",this.placeholder="",this.readOnly=!1,this.required=!1,this.type="",this.value=""}render(){const{autoComplete:r,disabled:t,invalid:c,min:a,max:u,pattern:l,placeholder:i,readOnly:h,required:n,type:d,value:b}=this;return o("div",{class:"utrecht-form-field-textbox"},o("input",{id:"input",class:e("utrecht-textbox","utrecht-textbox--html-input",t&&"utrecht-textbox--disabled",c&&"utrecht-textbox--invalid",h&&"utrecht-textbox--readonly"),type:d||"text",autoComplete:r||null,disabled:t,min:a||null,max:u||null,pattern:l||null,placeholder:i||null,readonly:h,required:n,value:b,onBlur:r=>this.utrechtBlur.emit(r),onChange:r=>this.utrechtChange.emit(r),onFocus:r=>this.utrechtFocus.emit(r),onInput:r=>{this.value=r.target.value,this.utrechtInput.emit(r)}}),o("label",{class:"utrecht-form-field-textbox__label utrecht-form-label",htmlFor:"input"},o("slot",null)))}};c.style=".utrecht-form-field-textbox{font-family:var(--utrecht-document-font-family, inherit)}.utrecht-form-label{color:var(--utrecht-form-label-color);font-size:var(--utrecht-form-label-font-size);font-weight:var(--utrecht-form-label-font-weight)}.utrecht-form-label--checkbox{color:var(--utrecht-form-label-checkbox-color, var(--utrecht-form-label-color));font-weight:var(--utrecht-form-label-checkbox-font-weight, var(--utrecht-form-label-font-weight))}.utrecht-form-label--checked{font-weight:var(--utrecht-form-label-checked-font-weight, var(--utrecht-form-label-font-weight))}.utrecht-form-label--disabled{cursor:var(--utrecht-action-disabled-cursor);font-weight:var(--utrecht-form-label-disabled-color, var(--utrecht-form-label-color))}.utrecht-form-label--radio{color:var(--utrecht-form-label-checkbox-color, var(--utrecht-form-label-color));font-weight:var(--utrecht-form-label-radio-font-weight, var(--utrecht-form-label-font-weight))}.utrecht-textbox{background-color:var(--utrecht-textbox-background-color, var(--utrecht-form-input-background-color));border-width:var(--utrecht-textbox-border-width, var(--utrecht-form-input-border-width));border-bottom-width:var(--utrecht-textbox-border-bottom-width, var(--utrecht-textbox-border-width, var(--utrecht-form-input-border-width)));border-color:var(--utrecht-textbox-border-color, var(--utrecht-form-input-border-color));border-radius:var(--utrecht-textbox-border-radius, var(--utrecht-form-input-border-radius, 0));border-style:solid;box-sizing:border-box;color:var(--utrecht-textbox-color, var(--utrecht-form-input-color));font-family:var(--utrecht-textbox-font-family, var(--utrecht-form-input-font-family));font-size:var(--utrecht-textbox-font-size, var(--utrecht-form-input-font-size, 1em));max-inline-size:var(--utrecht-textbox-max-inline-size, var(--utrecht-form-input-max-inline-size));padding-block-end:var(--utrecht-textbox-padding-block-end, var(--utrecht-form-input-padding-block-end));padding-block-start:var(--utrecht-textbox-padding-block-start, var(--utrecht-form-input-padding-block-start));padding-inline-end:var(--utrecht-textbox-padding-inline-end, var(--utrecht-form-input-padding-inline-end));padding-inline-start:var(--utrecht-textbox-padding-inline-start, var(--utrecht-form-input-padding-inline-start));width:100%}.utrecht-textbox--invalid{background-color:var(--utrecht-textbox-invalid-background-color, var(--utrecht-form-input-invalid-background-color, var(--utrecht-textbox-background-color, var(--utrecht-form-input-background-color))));border-color:var(--utrecht-textbox-invalid-border-color, var(--utrecht-form-input-invalid-border-color, var(--utrecht-textbox-border-color, var(--utrecht-form-input-border-color))));border-width:var(--utrecht-textbox-invalid-border-width, var(--utrecht-form-input-invalid-border-width, var(--utrecht-textbox-border-width, var(--utrecht-form-input-border-width))))}.utrecht-textbox--disabled{background-color:var(--utrecht-textbox-disabled-background-color, var(--utrecht-form-input-disabled-background-color, var(--utrecht-textarea-background-color, var(--utrecht-form-input-background-color))));border-color:var(--utrecht-textbox-disabled-border-color, var(--utrecht-form-input-disabled-border-color, var(--utrecht-textarea-border-color, var(--utrecht-form-input-border-color))));color:var(--utrecht-textbox-disabled-color, var(--utrecht-form-input-disabled-color, var(--utrecht-textarea-color, var(--utrecht-form-input-color))));cursor:var(--utrecht-action-disabled-cursor)}.utrecht-textbox--focus{background-color:var(--utrecht-textbox-focus-background-color, var(--utrecht-form-input-focus-background-color, var(--utrecht-textarea-background-color, var(--utrecht-form-input-background-color))));border-color:var(--utrecht-textbox-focus-border-color, var(--utrecht-form-input-focus-border-color, var(--utrecht-textarea-border-color, var(--utrecht-form-input-border-color))));color:var(--utrecht-textbox-focus-color, var(--utrecht-form-input-focus-color, var(--utrecht-textarea-color, var(--utrecht-form-input-color))))}.utrecht-textbox--focus-visible{box-shadow:0 0 0 var(--utrecht-focus-box-shadow-spread-radius, 0) var(--utrecht-focus-box-shadow-color, transparent);outline-color:var(--utrecht-focus-outline-color, transparent);outline-offset:var(--utrecht-focus-outline-offset, 0);outline-style:var(--utrecht-focus-outline-style, solid);outline-width:var(--utrecht-focus-outline-width, 0)}.utrecht-textbox--read-only{border-color:var(--utrecht-textbox-read-only-border-color, var(--utrecht-form-input-read-only-border-color, var(--utrecht-textbox-border-color, var(--utrecht-form-input-border-color))));color:var(--utrecht-textbox-read-only-color, var(--utrecht-form-input-read-only-color, var(--utrecht-textbox-color, var(--utrecht-form-input-color))))}.utrecht-textbox__placeholder{color:var(--utrecht-textbox-placeholder-color, var(--utrecht-form-input-placeholder-color, var(--utrecht-textbox-color, var(--utrecht-form-input-color))));font-style:var(--utrecht-form-input-placeholder-font-style);opacity:100%}.utrecht-textbox--numeric{-moz-appearance:textfield;font-variant-numeric:lining-nums tabular-nums}.utrecht-textbox--password{font-variant-ligatures:none;font-variant-numeric:slashed-zero}.utrecht-textbox--url{font-variant-ligatures:none}.utrecht-textbox--html-input:disabled{background-color:var(--utrecht-textbox-disabled-background-color, var(--utrecht-form-input-disabled-background-color, var(--utrecht-textarea-background-color, var(--utrecht-form-input-background-color))));border-color:var(--utrecht-textbox-disabled-border-color, var(--utrecht-form-input-disabled-border-color, var(--utrecht-textarea-border-color, var(--utrecht-form-input-border-color))));color:var(--utrecht-textbox-disabled-color, var(--utrecht-form-input-disabled-color, var(--utrecht-textarea-color, var(--utrecht-form-input-color))));cursor:var(--utrecht-action-disabled-cursor)}.utrecht-textbox--html-input:focus{background-color:var(--utrecht-textbox-focus-background-color, var(--utrecht-form-input-focus-background-color, var(--utrecht-textarea-background-color, var(--utrecht-form-input-background-color))));border-color:var(--utrecht-textbox-focus-border-color, var(--utrecht-form-input-focus-border-color, var(--utrecht-textarea-border-color, var(--utrecht-form-input-border-color))));color:var(--utrecht-textbox-focus-color, var(--utrecht-form-input-focus-color, var(--utrecht-textarea-color, var(--utrecht-form-input-color))));box-shadow:0 0 0 var(--utrecht-focus-box-shadow-spread-radius, 0) var(--utrecht-focus-box-shadow-color, transparent);outline-color:var(--utrecht-focus-outline-color, transparent);outline-offset:var(--utrecht-focus-outline-offset, 0);outline-style:var(--utrecht-focus-outline-style, solid);outline-width:var(--utrecht-focus-outline-width, 0)}.utrecht-textbox--html-input:focus:not(:focus-visible){box-shadow:none;outline-style:none}.utrecht-textbox--html-input:invalid,.utrecht-textbox--html-input[aria-invalid=true]{background-color:var(--utrecht-textbox-invalid-background-color, var(--utrecht-form-input-invalid-background-color, var(--utrecht-textbox-background-color, var(--utrecht-form-input-background-color))));border-color:var(--utrecht-textbox-invalid-border-color, var(--utrecht-form-input-invalid-border-color, var(--utrecht-textbox-border-color, var(--utrecht-form-input-border-color))));border-width:var(--utrecht-textbox-invalid-border-width, var(--utrecht-form-input-invalid-border-width, var(--utrecht-textbox-border-width, var(--utrecht-form-input-border-width))))}.utrecht-textbox--html-input:read-only{border-color:var(--utrecht-textbox-read-only-border-color, var(--utrecht-form-input-read-only-border-color, var(--utrecht-textbox-border-color, var(--utrecht-form-input-border-color))));color:var(--utrecht-textbox-read-only-color, var(--utrecht-form-input-read-only-color, var(--utrecht-textbox-color, var(--utrecht-form-input-color))))}.utrecht-textbox--html-input::placeholder{color:var(--utrecht-textbox-placeholder-color, var(--utrecht-form-input-placeholder-color, var(--utrecht-textbox-color, var(--utrecht-form-input-color))));font-style:var(--utrecht-form-input-placeholder-font-style);opacity:100%}:host{display:block}:host([hidden]){display:none !important}";export{c as utrecht_form_field_textbox}
@@ -0,0 +1 @@
1
+ import{r,h as t,H as e}from"./p-60c3ff78.js";const o=class{constructor(t){r(this,t)}render(){return t(e,{role:"rowgroup"},t("slot",null))}};o.style=":host{background-color:var(--utrecht-table-header-background-color);color:var(--utrecht-table-header-color);font-weight:var(--utrecht-table-header-font-weight);text-transform:var(--utrecht-table-header-text-transform);vertical-align:bottom;display:table-header-group}";export{o as utrecht_table_header}