@utrecht/web-component-library-stencil 1.0.0-alpha.22 → 1.0.0-alpha.220

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 (826) 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 +255 -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/digid-button/css/template.js +16 -0
  119. package/dist/collection/digid-button/web-component/index.css +32 -0
  120. package/dist/collection/digid-button/web-component/index.stencil.js +41 -0
  121. package/dist/collection/digid-button/web-component/template.js +1 -0
  122. package/dist/collection/digid-logo/web-component/index.css +18 -0
  123. package/dist/collection/digid-logo/web-component/index.stencil.js +23 -0
  124. package/dist/collection/digid-logo/web-component/template.js +1 -0
  125. package/dist/collection/document/web-component/index.css +37 -0
  126. package/dist/collection/document/{stencil.js → web-component/index.stencil.js} +3 -3
  127. package/dist/collection/document/web-component/template.js +1 -0
  128. package/dist/collection/eherkenning-logo/web-component/index.css +18 -0
  129. package/dist/collection/eherkenning-logo/web-component/index.stencil.js +26 -0
  130. package/dist/collection/eherkenning-logo/web-component/template.js +1 -0
  131. package/dist/collection/eidas-logo/web-component/index.css +18 -0
  132. package/dist/collection/eidas-logo/web-component/index.stencil.js +28 -0
  133. package/dist/collection/eidas-logo/web-component/template.js +1 -0
  134. package/dist/collection/emphasis/css/template.js +19 -0
  135. package/dist/collection/emphasis/html/template.js +20 -0
  136. package/dist/collection/favicon/html/template.js +1 -0
  137. package/dist/collection/form-field-checkbox/css/template.js +10 -0
  138. package/dist/collection/form-field-checkbox/web-component/index.css +128 -0
  139. package/dist/collection/form-field-checkbox/web-component/index.stencil.js +190 -0
  140. package/dist/collection/form-field-checkbox/web-component/template.js +18 -0
  141. package/dist/collection/form-field-checkbox-group/css/template.js +33 -0
  142. package/dist/collection/form-field-description/css/template.js +15 -0
  143. package/dist/collection/form-field-description/web-component/index.css +43 -0
  144. package/dist/collection/form-field-description/web-component/index.stencil.js +44 -0
  145. package/dist/collection/form-field-description/web-component/template.js +4 -0
  146. package/dist/collection/form-field-radio/css/template.js +10 -0
  147. package/dist/collection/form-field-radio-group/css/template.js +20 -0
  148. package/dist/collection/form-field-textarea/web-component/index.css +177 -0
  149. package/dist/collection/form-field-textarea/web-component/index.stencil.js +205 -0
  150. package/dist/collection/form-field-textarea/web-component/template.js +14 -0
  151. package/dist/collection/form-field-textbox/web-component/index.css +180 -0
  152. package/dist/collection/form-field-textbox/web-component/index.stencil.js +300 -0
  153. package/dist/collection/form-field-textbox/web-component/template.js +21 -0
  154. package/dist/collection/form-fieldset/css/template.js +10 -0
  155. package/dist/collection/form-fieldset/html/template.js +12 -0
  156. package/dist/collection/form-label/css/template.js +22 -0
  157. package/dist/collection/form-label/html/template.js +5 -0
  158. package/dist/collection/form-toggle/css/template.js +47 -0
  159. package/dist/collection/form-toggle/web-component/index.css +115 -0
  160. package/dist/collection/form-toggle/web-component/index.stencil.js +148 -0
  161. package/dist/collection/form-toggle/web-component/template.js +7 -0
  162. package/dist/collection/heading/{bem.css → web-component/index.css} +108 -37
  163. package/dist/collection/heading/{stencil.js → web-component/index.stencil.js} +3 -3
  164. package/dist/collection/heading/web-component/template.js +4 -0
  165. package/dist/collection/heading-1/css/template.js +11 -0
  166. package/dist/collection/heading-1/html/template.js +4 -0
  167. package/dist/collection/heading-1/web-component/index.css +40 -0
  168. package/dist/collection/heading-1/web-component/index.stencil.js +15 -0
  169. package/dist/collection/heading-1/web-component/template.js +4 -0
  170. package/dist/collection/heading-2/css/template.js +11 -0
  171. package/dist/collection/heading-2/html/template.js +4 -0
  172. package/dist/collection/heading-2/web-component/index.css +40 -0
  173. package/dist/collection/heading-2/web-component/index.stencil.js +15 -0
  174. package/dist/collection/heading-2/web-component/template.js +4 -0
  175. package/dist/collection/heading-3/css/template.js +11 -0
  176. package/dist/collection/heading-3/html/template.js +4 -0
  177. package/dist/collection/heading-3/web-component/index.css +40 -0
  178. package/dist/collection/heading-3/web-component/index.stencil.js +15 -0
  179. package/dist/collection/heading-3/web-component/template.js +4 -0
  180. package/dist/collection/heading-4/css/template.js +11 -0
  181. package/dist/collection/heading-4/html/template.js +4 -0
  182. package/dist/collection/heading-4/web-component/index.css +40 -0
  183. package/dist/collection/heading-4/web-component/index.stencil.js +15 -0
  184. package/dist/collection/heading-4/web-component/template.js +4 -0
  185. package/dist/collection/heading-5/css/template.js +11 -0
  186. package/dist/collection/heading-5/html/template.js +4 -0
  187. package/dist/collection/heading-5/web-component/index.css +40 -0
  188. package/dist/collection/heading-5/web-component/index.stencil.js +15 -0
  189. package/dist/collection/heading-5/web-component/template.js +4 -0
  190. package/dist/collection/heading-6/css/template.js +11 -0
  191. package/dist/collection/heading-6/html/template.js +4 -0
  192. package/dist/collection/heading-6/web-component/index.css +40 -0
  193. package/dist/collection/heading-6/web-component/index.stencil.js +15 -0
  194. package/dist/collection/heading-6/web-component/template.js +4 -0
  195. package/dist/collection/html-content/web-component/index.css +1089 -0
  196. package/dist/collection/html-content/{stencil.js → web-component/index.stencil.js} +3 -3
  197. package/dist/collection/html-content/web-component/template.js +1 -0
  198. package/dist/collection/icon/dist/afval.svg +1 -0
  199. package/dist/collection/icon/dist/arrow.svg +1 -0
  200. package/dist/collection/icon/dist/checkmark.svg +1 -0
  201. package/dist/collection/icon/dist/cross.svg +1 -0
  202. package/dist/collection/icon/dist/error.svg +1 -0
  203. package/dist/collection/icon/dist/facebook.svg +1 -0
  204. package/dist/collection/icon/dist/filter.svg +1 -0
  205. package/dist/collection/icon/dist/information.svg +1 -0
  206. package/dist/collection/icon/dist/instagram.svg +1 -0
  207. package/dist/collection/icon/dist/linkedin.svg +1 -0
  208. package/dist/collection/icon/dist/list.svg +1 -0
  209. package/dist/collection/icon/dist/loupe.svg +1 -0
  210. package/dist/collection/icon/dist/melding.svg +1 -0
  211. package/dist/collection/icon/dist/paspoort.svg +1 -0
  212. package/dist/collection/icon/dist/rijbewijs.svg +1 -0
  213. package/dist/collection/icon/dist/toeslag.svg +1 -0
  214. package/dist/collection/icon/dist/trouwen.svg +1 -0
  215. package/dist/collection/icon/dist/twitter.svg +1 -0
  216. package/dist/collection/icon/dist/verhuizen.svg +1 -0
  217. package/dist/collection/icon/dist/warning.svg +1 -0
  218. package/dist/collection/icon/dist/whatsapp.svg +1 -0
  219. package/dist/collection/icon/dist/zoomin.svg +1 -0
  220. package/dist/collection/icon/dist/zoomout.svg +1 -0
  221. package/dist/collection/icon/svg/afval.svg +7 -0
  222. package/dist/collection/icon/svg/arrow.svg +9 -0
  223. package/dist/collection/icon/svg/checkmark.svg +9 -0
  224. package/dist/collection/icon/svg/cross.svg +9 -0
  225. package/dist/collection/icon/svg/error.svg +15 -0
  226. package/dist/collection/icon/svg/facebook.svg +9 -0
  227. package/dist/collection/icon/svg/filter.svg +6 -0
  228. package/dist/collection/icon/svg/information.svg +14 -0
  229. package/dist/collection/icon/svg/instagram.svg +16 -0
  230. package/dist/collection/icon/svg/linkedin.svg +14 -0
  231. package/dist/collection/icon/svg/list.svg +9 -0
  232. package/dist/collection/icon/svg/loupe.svg +11 -0
  233. package/dist/collection/icon/svg/melding.svg +5 -0
  234. package/dist/collection/icon/svg/paspoort.svg +5 -0
  235. package/dist/collection/icon/svg/rijbewijs.svg +8 -0
  236. package/dist/collection/icon/svg/toeslag.svg +5 -0
  237. package/dist/collection/icon/svg/trouwen.svg +4 -0
  238. package/dist/collection/icon/svg/twitter.svg +9 -0
  239. package/dist/collection/icon/svg/verhuizen.svg +9 -0
  240. package/dist/collection/icon/svg/warning.svg +19 -0
  241. package/dist/collection/icon/svg/whatsapp.svg +9 -0
  242. package/dist/collection/icon/svg/zoomin.svg +13 -0
  243. package/dist/collection/icon/svg/zoomout.svg +9 -0
  244. package/dist/collection/icon/web-component/afval.stencil.js +19 -0
  245. package/dist/collection/icon/web-component/arrow.stencil.js +17 -0
  246. package/dist/collection/icon/web-component/checkmark.stencil.js +16 -0
  247. package/dist/collection/icon/web-component/cross.stencil.js +17 -0
  248. package/dist/collection/icon/web-component/error.stencil.js +18 -0
  249. package/dist/collection/icon/web-component/facebook.stencil.js +17 -0
  250. package/dist/collection/icon/web-component/filter.stencil.js +18 -0
  251. package/dist/collection/icon/web-component/index.css +20 -0
  252. package/dist/collection/icon/web-component/information.stencil.js +19 -0
  253. package/dist/collection/icon/web-component/instagram.stencil.js +19 -0
  254. package/dist/collection/icon/web-component/linkedin.stencil.js +18 -0
  255. package/dist/collection/icon/web-component/list.stencil.js +21 -0
  256. package/dist/collection/icon/web-component/loupe.stencil.js +17 -0
  257. package/dist/collection/icon/web-component/melding.stencil.js +17 -0
  258. package/dist/collection/icon/web-component/paspoort.stencil.js +17 -0
  259. package/dist/collection/icon/web-component/rijbewijs.stencil.js +20 -0
  260. package/dist/collection/icon/web-component/template.js +7 -0
  261. package/dist/collection/icon/web-component/toeslag.stencil.js +17 -0
  262. package/dist/collection/icon/web-component/trouwen.stencil.js +16 -0
  263. package/dist/collection/icon/web-component/twitter.stencil.js +17 -0
  264. package/dist/collection/icon/web-component/verhuizen.stencil.js +21 -0
  265. package/dist/collection/icon/web-component/warning.stencil.js +19 -0
  266. package/dist/collection/icon/web-component/whatsapp.stencil.js +17 -0
  267. package/dist/collection/icon/web-component/zoomin.stencil.js +18 -0
  268. package/dist/collection/icon/web-component/zoomout.stencil.js +17 -0
  269. package/dist/collection/link/css/template.js +57 -0
  270. package/dist/collection/link/html/template.js +11 -0
  271. package/dist/collection/link-button/css/template.js +42 -0
  272. package/dist/collection/link-list/css/template.js +10 -0
  273. package/dist/collection/link-social/css/template.js +20 -0
  274. package/dist/collection/logo/css/template.js +33 -0
  275. package/dist/collection/logo/web-component/index.css +38 -0
  276. package/dist/collection/logo/web-component/index.stencil.js +26 -0
  277. package/dist/collection/logo/web-component/template.js +1 -0
  278. package/dist/collection/logo-button/css/template.js +17 -0
  279. package/dist/collection/logo-button/web-component/index.css +31 -0
  280. package/dist/collection/logo-button/web-component/index.stencil.js +41 -0
  281. package/dist/collection/logo-button/web-component/template.js +1 -0
  282. package/dist/collection/mapcontrolbutton/css/template.js +34 -0
  283. package/dist/collection/menulijst/css/template.js +18 -0
  284. package/dist/collection/navigatie sidenav/css/template.js +69 -0
  285. package/dist/collection/navigatie sidenav/web-component/index.css +189 -0
  286. package/dist/collection/navigatie sidenav/web-component/index.stencil.js +45 -0
  287. package/dist/collection/navigatie sidenav/web-component/template.js +1 -0
  288. package/dist/collection/navigatie topnav/css/template.js +26 -0
  289. package/dist/collection/node_modules/@trysound/sax/lib/sax.js +1413 -0
  290. package/dist/collection/node_modules/commander/index.js +2217 -0
  291. package/dist/collection/node_modules/css-tree/data/index.js +103 -0
  292. package/dist/collection/node_modules/css-tree/dist/csstree.js +12606 -0
  293. package/dist/collection/node_modules/css-tree/dist/csstree.min.js +1 -0
  294. package/dist/collection/node_modules/css-tree/lib/common/List.js +576 -0
  295. package/dist/collection/node_modules/css-tree/lib/common/OffsetToLocation.js +91 -0
  296. package/dist/collection/node_modules/css-tree/lib/common/SyntaxError.js +82 -0
  297. package/dist/collection/node_modules/css-tree/lib/common/TokenStream.js +219 -0
  298. package/dist/collection/node_modules/css-tree/lib/common/adopt-buffer.js +10 -0
  299. package/dist/collection/node_modules/css-tree/lib/convertor/create.js +28 -0
  300. package/dist/collection/node_modules/css-tree/lib/convertor/index.js +3 -0
  301. package/dist/collection/node_modules/css-tree/lib/definition-syntax/SyntaxError.js +14 -0
  302. package/dist/collection/node_modules/css-tree/lib/definition-syntax/generate.js +129 -0
  303. package/dist/collection/node_modules/css-tree/lib/definition-syntax/index.js +6 -0
  304. package/dist/collection/node_modules/css-tree/lib/definition-syntax/parse.js +568 -0
  305. package/dist/collection/node_modules/css-tree/lib/definition-syntax/tokenizer.js +55 -0
  306. package/dist/collection/node_modules/css-tree/lib/definition-syntax/walk.js +52 -0
  307. package/dist/collection/node_modules/css-tree/lib/generator/create.js +66 -0
  308. package/dist/collection/node_modules/css-tree/lib/generator/index.js +4 -0
  309. package/dist/collection/node_modules/css-tree/lib/generator/sourceMap.js +95 -0
  310. package/dist/collection/node_modules/css-tree/lib/index.js +1 -0
  311. package/dist/collection/node_modules/css-tree/lib/lexer/Lexer.js +466 -0
  312. package/dist/collection/node_modules/css-tree/lib/lexer/error.js +127 -0
  313. package/dist/collection/node_modules/css-tree/lib/lexer/generic-an-plus-b.js +236 -0
  314. package/dist/collection/node_modules/css-tree/lib/lexer/generic-urange.js +159 -0
  315. package/dist/collection/node_modules/css-tree/lib/lexer/generic.js +585 -0
  316. package/dist/collection/node_modules/css-tree/lib/lexer/index.js +3 -0
  317. package/dist/collection/node_modules/css-tree/lib/lexer/match-graph.js +455 -0
  318. package/dist/collection/node_modules/css-tree/lib/lexer/match.js +639 -0
  319. package/dist/collection/node_modules/css-tree/lib/lexer/prepare-tokens.js +73 -0
  320. package/dist/collection/node_modules/css-tree/lib/lexer/search.js +65 -0
  321. package/dist/collection/node_modules/css-tree/lib/lexer/structure.js +163 -0
  322. package/dist/collection/node_modules/css-tree/lib/lexer/trace.js +79 -0
  323. package/dist/collection/node_modules/css-tree/lib/parser/create.js +304 -0
  324. package/dist/collection/node_modules/css-tree/lib/parser/index.js +4 -0
  325. package/dist/collection/node_modules/css-tree/lib/parser/sequence.js +54 -0
  326. package/dist/collection/node_modules/css-tree/lib/syntax/atrule/font-face.js +8 -0
  327. package/dist/collection/node_modules/css-tree/lib/syntax/atrule/import.js +40 -0
  328. package/dist/collection/node_modules/css-tree/lib/syntax/atrule/index.js +7 -0
  329. package/dist/collection/node_modules/css-tree/lib/syntax/atrule/media.js +12 -0
  330. package/dist/collection/node_modules/css-tree/lib/syntax/atrule/page.js +12 -0
  331. package/dist/collection/node_modules/css-tree/lib/syntax/atrule/supports.js +89 -0
  332. package/dist/collection/node_modules/css-tree/lib/syntax/config/lexer.js +9 -0
  333. package/dist/collection/node_modules/css-tree/lib/syntax/config/mix.js +140 -0
  334. package/dist/collection/node_modules/css-tree/lib/syntax/config/parser.js +25 -0
  335. package/dist/collection/node_modules/css-tree/lib/syntax/config/walker.js +3 -0
  336. package/dist/collection/node_modules/css-tree/lib/syntax/create.js +77 -0
  337. package/dist/collection/node_modules/css-tree/lib/syntax/function/expression.js +7 -0
  338. package/dist/collection/node_modules/css-tree/lib/syntax/function/var.js +43 -0
  339. package/dist/collection/node_modules/css-tree/lib/syntax/index.js +21 -0
  340. package/dist/collection/node_modules/css-tree/lib/syntax/node/AnPlusB.js +297 -0
  341. package/dist/collection/node_modules/css-tree/lib/syntax/node/Atrule.js +107 -0
  342. package/dist/collection/node_modules/css-tree/lib/syntax/node/AtrulePrelude.js +51 -0
  343. package/dist/collection/node_modules/css-tree/lib/syntax/node/AttributeSelector.js +165 -0
  344. package/dist/collection/node_modules/css-tree/lib/syntax/node/Block.js +91 -0
  345. package/dist/collection/node_modules/css-tree/lib/syntax/node/Brackets.js +34 -0
  346. package/dist/collection/node_modules/css-tree/lib/syntax/node/CDC.js +19 -0
  347. package/dist/collection/node_modules/css-tree/lib/syntax/node/CDO.js +19 -0
  348. package/dist/collection/node_modules/css-tree/lib/syntax/node/ClassSelector.js +29 -0
  349. package/dist/collection/node_modules/css-tree/lib/syntax/node/Combinator.js +55 -0
  350. package/dist/collection/node_modules/css-tree/lib/syntax/node/Comment.js +36 -0
  351. package/dist/collection/node_modules/css-tree/lib/syntax/node/Declaration.js +169 -0
  352. package/dist/collection/node_modules/css-tree/lib/syntax/node/DeclarationList.js +49 -0
  353. package/dist/collection/node_modules/css-tree/lib/syntax/node/Dimension.js +29 -0
  354. package/dist/collection/node_modules/css-tree/lib/syntax/node/Function.js +40 -0
  355. package/dist/collection/node_modules/css-tree/lib/syntax/node/Hash.js +26 -0
  356. package/dist/collection/node_modules/css-tree/lib/syntax/node/IdSelector.js +27 -0
  357. package/dist/collection/node_modules/css-tree/lib/syntax/node/Identifier.js +20 -0
  358. package/dist/collection/node_modules/css-tree/lib/syntax/node/MediaFeature.js +76 -0
  359. package/dist/collection/node_modules/css-tree/lib/syntax/node/MediaQuery.js +68 -0
  360. package/dist/collection/node_modules/css-tree/lib/syntax/node/MediaQueryList.js +36 -0
  361. package/dist/collection/node_modules/css-tree/lib/syntax/node/Nth.js +51 -0
  362. package/dist/collection/node_modules/css-tree/lib/syntax/node/Number.js +18 -0
  363. package/dist/collection/node_modules/css-tree/lib/syntax/node/Operator.js +21 -0
  364. package/dist/collection/node_modules/css-tree/lib/syntax/node/Parentheses.js +34 -0
  365. package/dist/collection/node_modules/css-tree/lib/syntax/node/Percentage.js +27 -0
  366. package/dist/collection/node_modules/css-tree/lib/syntax/node/PseudoClassSelector.js +61 -0
  367. package/dist/collection/node_modules/css-tree/lib/syntax/node/PseudoElementSelector.js +62 -0
  368. package/dist/collection/node_modules/css-tree/lib/syntax/node/Ratio.js +66 -0
  369. package/dist/collection/node_modules/css-tree/lib/syntax/node/Raw.js +87 -0
  370. package/dist/collection/node_modules/css-tree/lib/syntax/node/Rule.js +54 -0
  371. package/dist/collection/node_modules/css-tree/lib/syntax/node/Selector.js +32 -0
  372. package/dist/collection/node_modules/css-tree/lib/syntax/node/SelectorList.js +39 -0
  373. package/dist/collection/node_modules/css-tree/lib/syntax/node/String.js +18 -0
  374. package/dist/collection/node_modules/css-tree/lib/syntax/node/StyleSheet.js +81 -0
  375. package/dist/collection/node_modules/css-tree/lib/syntax/node/TypeSelector.js +53 -0
  376. package/dist/collection/node_modules/css-tree/lib/syntax/node/UnicodeRange.js +173 -0
  377. package/dist/collection/node_modules/css-tree/lib/syntax/node/Url.js +69 -0
  378. package/dist/collection/node_modules/css-tree/lib/syntax/node/Value.js +19 -0
  379. package/dist/collection/node_modules/css-tree/lib/syntax/node/WhiteSpace.js +26 -0
  380. package/dist/collection/node_modules/css-tree/lib/syntax/node/index.js +42 -0
  381. package/dist/collection/node_modules/css-tree/lib/syntax/pseudo/common/nth.js +9 -0
  382. package/dist/collection/node_modules/css-tree/lib/syntax/pseudo/common/nthWithOfClause.js +9 -0
  383. package/dist/collection/node_modules/css-tree/lib/syntax/pseudo/common/selectorList.js +7 -0
  384. package/dist/collection/node_modules/css-tree/lib/syntax/pseudo/dir.js +7 -0
  385. package/dist/collection/node_modules/css-tree/lib/syntax/pseudo/has.js +7 -0
  386. package/dist/collection/node_modules/css-tree/lib/syntax/pseudo/index.js +12 -0
  387. package/dist/collection/node_modules/css-tree/lib/syntax/pseudo/lang.js +7 -0
  388. package/dist/collection/node_modules/css-tree/lib/syntax/pseudo/matches.js +1 -0
  389. package/dist/collection/node_modules/css-tree/lib/syntax/pseudo/not.js +1 -0
  390. package/dist/collection/node_modules/css-tree/lib/syntax/pseudo/nth-child.js +1 -0
  391. package/dist/collection/node_modules/css-tree/lib/syntax/pseudo/nth-last-child.js +1 -0
  392. package/dist/collection/node_modules/css-tree/lib/syntax/pseudo/nth-last-of-type.js +1 -0
  393. package/dist/collection/node_modules/css-tree/lib/syntax/pseudo/nth-of-type.js +1 -0
  394. package/dist/collection/node_modules/css-tree/lib/syntax/pseudo/slotted.js +7 -0
  395. package/dist/collection/node_modules/css-tree/lib/syntax/scope/atrulePrelude.js +3 -0
  396. package/dist/collection/node_modules/css-tree/lib/syntax/scope/default.js +87 -0
  397. package/dist/collection/node_modules/css-tree/lib/syntax/scope/index.js +5 -0
  398. package/dist/collection/node_modules/css-tree/lib/syntax/scope/selector.js +80 -0
  399. package/dist/collection/node_modules/css-tree/lib/syntax/scope/value.js +5 -0
  400. package/dist/collection/node_modules/css-tree/lib/tokenizer/char-code-definitions.js +249 -0
  401. package/dist/collection/node_modules/css-tree/lib/tokenizer/const.js +40 -0
  402. package/dist/collection/node_modules/css-tree/lib/tokenizer/index.js +591 -0
  403. package/dist/collection/node_modules/css-tree/lib/tokenizer/utils.js +243 -0
  404. package/dist/collection/node_modules/css-tree/lib/utils/clone.js +21 -0
  405. package/dist/collection/node_modules/css-tree/lib/utils/createCustomError.js +17 -0
  406. package/dist/collection/node_modules/css-tree/lib/utils/names.js +104 -0
  407. package/dist/collection/node_modules/css-tree/lib/walker/create.js +284 -0
  408. package/dist/collection/node_modules/css-tree/lib/walker/index.js +4 -0
  409. package/dist/collection/node_modules/mdn-data/api/index.js +3 -0
  410. package/dist/collection/node_modules/mdn-data/css/index.js +8 -0
  411. package/dist/collection/node_modules/mdn-data/index.js +5 -0
  412. package/dist/collection/node_modules/mdn-data/l10n/index.js +3 -0
  413. package/dist/collection/node_modules/source-map/dist/source-map.debug.js +3234 -0
  414. package/dist/collection/node_modules/source-map/dist/source-map.js +3233 -0
  415. package/dist/collection/node_modules/source-map/dist/source-map.min.js +2 -0
  416. package/dist/collection/node_modules/source-map/lib/array-set.js +121 -0
  417. package/dist/collection/node_modules/source-map/lib/base64-vlq.js +140 -0
  418. package/dist/collection/node_modules/source-map/lib/base64.js +67 -0
  419. package/dist/collection/node_modules/source-map/lib/binary-search.js +111 -0
  420. package/dist/collection/node_modules/source-map/lib/mapping-list.js +79 -0
  421. package/dist/collection/node_modules/source-map/lib/quick-sort.js +114 -0
  422. package/dist/collection/node_modules/source-map/lib/source-map-consumer.js +1145 -0
  423. package/dist/collection/node_modules/source-map/lib/source-map-generator.js +425 -0
  424. package/dist/collection/node_modules/source-map/lib/source-node.js +413 -0
  425. package/dist/collection/node_modules/source-map/lib/util.js +488 -0
  426. package/dist/collection/node_modules/source-map/source-map.js +8 -0
  427. package/dist/collection/node_modules/svgo/dist/svgo.browser.js +1 -0
  428. package/dist/collection/node_modules/svgo/lib/css-tools.js +239 -0
  429. package/dist/collection/node_modules/svgo/lib/parser.js +259 -0
  430. package/dist/collection/node_modules/svgo/lib/path.js +347 -0
  431. package/dist/collection/node_modules/svgo/lib/stringifier.js +326 -0
  432. package/dist/collection/node_modules/svgo/lib/style.js +283 -0
  433. package/dist/collection/node_modules/svgo/lib/svgo/coa.js +517 -0
  434. package/dist/collection/node_modules/svgo/lib/svgo/config.js +138 -0
  435. package/dist/collection/node_modules/svgo/lib/svgo/css-class-list.js +72 -0
  436. package/dist/collection/node_modules/svgo/lib/svgo/css-select-adapter.js +120 -0
  437. package/dist/collection/node_modules/svgo/lib/svgo/css-style-declaration.js +232 -0
  438. package/dist/collection/node_modules/svgo/lib/svgo/jsAPI.js +443 -0
  439. package/dist/collection/node_modules/svgo/lib/svgo/plugins.js +109 -0
  440. package/dist/collection/node_modules/svgo/lib/svgo/tools.js +137 -0
  441. package/dist/collection/node_modules/svgo/lib/svgo-node.js +106 -0
  442. package/dist/collection/node_modules/svgo/lib/svgo.js +83 -0
  443. package/dist/collection/node_modules/svgo/lib/xast.js +102 -0
  444. package/dist/collection/node_modules/svgo/plugins/_applyTransforms.js +335 -0
  445. package/dist/collection/node_modules/svgo/plugins/_collections.js +2168 -0
  446. package/dist/collection/node_modules/svgo/plugins/_path.js +816 -0
  447. package/dist/collection/node_modules/svgo/plugins/_transforms.js +379 -0
  448. package/dist/collection/node_modules/svgo/plugins/addAttributesToSVGElement.js +87 -0
  449. package/dist/collection/node_modules/svgo/plugins/addClassesToSVGElement.js +87 -0
  450. package/dist/collection/node_modules/svgo/plugins/cleanupAttrs.js +55 -0
  451. package/dist/collection/node_modules/svgo/plugins/cleanupEnableBackground.js +75 -0
  452. package/dist/collection/node_modules/svgo/plugins/cleanupIDs.js +297 -0
  453. package/dist/collection/node_modules/svgo/plugins/cleanupListOfValues.js +154 -0
  454. package/dist/collection/node_modules/svgo/plugins/cleanupNumericValues.js +113 -0
  455. package/dist/collection/node_modules/svgo/plugins/collapseGroups.js +135 -0
  456. package/dist/collection/node_modules/svgo/plugins/convertColors.js +152 -0
  457. package/dist/collection/node_modules/svgo/plugins/convertEllipseToCircle.js +39 -0
  458. package/dist/collection/node_modules/svgo/plugins/convertPathData.js +1023 -0
  459. package/dist/collection/node_modules/svgo/plugins/convertShapeToPath.js +175 -0
  460. package/dist/collection/node_modules/svgo/plugins/convertStyleToAttrs.js +132 -0
  461. package/dist/collection/node_modules/svgo/plugins/convertTransform.js +432 -0
  462. package/dist/collection/node_modules/svgo/plugins/inlineStyles.js +379 -0
  463. package/dist/collection/node_modules/svgo/plugins/mergePaths.js +104 -0
  464. package/dist/collection/node_modules/svgo/plugins/mergeStyles.js +93 -0
  465. package/dist/collection/node_modules/svgo/plugins/minifyStyles.js +148 -0
  466. package/dist/collection/node_modules/svgo/plugins/moveElemsAttrsToGroup.js +130 -0
  467. package/dist/collection/node_modules/svgo/plugins/moveGroupAttrsToElems.js +62 -0
  468. package/dist/collection/node_modules/svgo/plugins/plugins.js +56 -0
  469. package/dist/collection/node_modules/svgo/plugins/prefixIds.js +241 -0
  470. package/dist/collection/node_modules/svgo/plugins/preset-default.js +80 -0
  471. package/dist/collection/node_modules/svgo/plugins/removeAttributesBySelector.js +99 -0
  472. package/dist/collection/node_modules/svgo/plugins/removeAttrs.js +159 -0
  473. package/dist/collection/node_modules/svgo/plugins/removeComments.js +31 -0
  474. package/dist/collection/node_modules/svgo/plugins/removeDesc.js +41 -0
  475. package/dist/collection/node_modules/svgo/plugins/removeDimensions.js +43 -0
  476. package/dist/collection/node_modules/svgo/plugins/removeDoctype.js +42 -0
  477. package/dist/collection/node_modules/svgo/plugins/removeEditorsNSData.js +68 -0
  478. package/dist/collection/node_modules/svgo/plugins/removeElementsByAttr.js +78 -0
  479. package/dist/collection/node_modules/svgo/plugins/removeEmptyAttrs.js +33 -0
  480. package/dist/collection/node_modules/svgo/plugins/removeEmptyContainers.js +58 -0
  481. package/dist/collection/node_modules/svgo/plugins/removeEmptyText.js +57 -0
  482. package/dist/collection/node_modules/svgo/plugins/removeHiddenElems.js +318 -0
  483. package/dist/collection/node_modules/svgo/plugins/removeMetadata.js +29 -0
  484. package/dist/collection/node_modules/svgo/plugins/removeNonInheritableGroupAttrs.js +38 -0
  485. package/dist/collection/node_modules/svgo/plugins/removeOffCanvasPaths.js +138 -0
  486. package/dist/collection/node_modules/svgo/plugins/removeRasterImages.js +33 -0
  487. package/dist/collection/node_modules/svgo/plugins/removeScriptElement.js +29 -0
  488. package/dist/collection/node_modules/svgo/plugins/removeStyleElement.js +29 -0
  489. package/dist/collection/node_modules/svgo/plugins/removeTitle.js +29 -0
  490. package/dist/collection/node_modules/svgo/plugins/removeUnknownsAndDefaults.js +218 -0
  491. package/dist/collection/node_modules/svgo/plugins/removeUnusedNS.js +61 -0
  492. package/dist/collection/node_modules/svgo/plugins/removeUselessDefs.js +65 -0
  493. package/dist/collection/node_modules/svgo/plugins/removeUselessStrokeAndFill.js +144 -0
  494. package/dist/collection/node_modules/svgo/plugins/removeViewBox.js +51 -0
  495. package/dist/collection/node_modules/svgo/plugins/removeXMLNS.js +30 -0
  496. package/dist/collection/node_modules/svgo/plugins/removeXMLProcInst.js +30 -0
  497. package/dist/collection/node_modules/svgo/plugins/reusePaths.js +113 -0
  498. package/dist/collection/node_modules/svgo/plugins/sortAttrs.js +113 -0
  499. package/dist/collection/node_modules/svgo/plugins/sortDefsChildren.js +60 -0
  500. package/dist/collection/ordered-list/css/template.js +11 -0
  501. package/dist/collection/ordered-list/html/template.js +17 -0
  502. package/dist/collection/page/css/template.js +6 -0
  503. package/dist/collection/page/web-component/index.css +35 -0
  504. package/dist/collection/page/web-component/index.stencil.js +20 -0
  505. package/dist/collection/page/web-component/template.js +5 -0
  506. package/dist/collection/page-content/css/template.js +10 -0
  507. package/dist/collection/page-content/web-component/index.css +36 -0
  508. package/dist/collection/page-content/web-component/index.stencil.js +20 -0
  509. package/dist/collection/page-content/web-component/template.js +1 -0
  510. package/dist/collection/page-footer/css/template.js +7 -0
  511. package/dist/collection/page-footer/{bem.css → web-component/index.css} +35 -12
  512. package/dist/collection/page-footer/{stencil.js → web-component/index.stencil.js} +3 -3
  513. package/dist/collection/page-footer/web-component/template.js +1 -0
  514. package/dist/collection/page-header/css/template.js +6 -0
  515. package/dist/collection/page-header/web-component/index.css +35 -0
  516. package/dist/collection/page-header/web-component/stencil.js +20 -0
  517. package/dist/collection/page-header/web-component/template.js +1 -0
  518. package/dist/collection/pagination/css/template.js +54 -0
  519. package/dist/collection/pagination/web-component/index.css +138 -0
  520. package/dist/collection/pagination/web-component/index.stencil.js +110 -0
  521. package/dist/collection/pagination/web-component/template.js +7 -0
  522. package/dist/collection/paragraph/css/template.js +22 -0
  523. package/dist/collection/paragraph/html/template.js +11 -0
  524. package/dist/collection/paragraph/{bem.css → web-component/index.css} +22 -3
  525. package/dist/collection/paragraph/{stencil.js → web-component/index.stencil.js} +5 -5
  526. package/dist/collection/paragraph/web-component/template.js +12 -0
  527. package/dist/collection/pre-heading/css/template.js +15 -0
  528. package/dist/collection/radio-button/css/template.js +19 -0
  529. package/dist/collection/radio-button/html/template.js +19 -0
  530. package/dist/collection/search-bar/css/template.js +15 -0
  531. package/dist/collection/select/css/template.js +39 -0
  532. package/dist/collection/select/html/template.js +26 -0
  533. package/dist/collection/separator/css/template.js +16 -0
  534. package/dist/collection/separator/html/template.js +4 -0
  535. package/dist/collection/separator/web-component/index.css +34 -0
  536. package/dist/collection/separator/{stencil.js → web-component/index.stencil.js} +3 -3
  537. package/dist/collection/separator/web-component/template.js +1 -0
  538. package/dist/collection/surface/css/template.js +8 -0
  539. package/dist/collection/table/html/template.js +41 -0
  540. package/dist/collection/table/web-component/table-body.css +14 -0
  541. package/dist/collection/table/web-component/table-body.stencil.js +15 -0
  542. package/dist/collection/table/web-component/table-caption.css +20 -0
  543. package/dist/collection/table/web-component/table-caption.stencil.js +15 -0
  544. package/dist/collection/table/web-component/table-cell.css +22 -0
  545. package/dist/collection/table/web-component/table-cell.stencil.js +15 -0
  546. package/dist/collection/table/web-component/table-footer.css +13 -0
  547. package/dist/collection/table/web-component/table-footer.stencil.js +15 -0
  548. package/dist/collection/table/web-component/table-header-cell.css +18 -0
  549. package/dist/collection/table/web-component/table-header-cell.stencil.js +34 -0
  550. package/dist/collection/table/web-component/table-header.css +18 -0
  551. package/dist/collection/table/web-component/table-header.stencil.js +15 -0
  552. package/dist/collection/table/web-component/table-row.css +13 -0
  553. package/dist/collection/table/web-component/table-row.stencil.js +15 -0
  554. package/dist/collection/table/web-component/table.css +20 -0
  555. package/dist/collection/table/web-component/table.stencil.js +15 -0
  556. package/dist/collection/table/web-component/template.js +23 -0
  557. package/dist/collection/templates/contact-card-template/css/template.js +30 -0
  558. package/dist/collection/templates/contact-card-template/web-component/index.css +209 -0
  559. package/dist/collection/templates/contact-card-template/web-component/index.stencil.js +25 -0
  560. package/dist/collection/templates/contact-card-template/web-component/template.js +1 -0
  561. package/dist/collection/textarea/css/template.js +35 -0
  562. package/dist/collection/textarea/html/template.js +20 -0
  563. package/dist/collection/textbox/css/template.js +37 -0
  564. package/dist/collection/textbox/html/template.js +36 -0
  565. package/dist/collection/textbox/web-component/index.css +139 -0
  566. package/dist/collection/textbox/web-component/index.stencil.js +297 -0
  567. package/dist/collection/textbox/web-component/template.js +20 -0
  568. package/dist/collection/toptask-link/css/template.js +33 -0
  569. package/dist/collection/toptask-nav/css/template.js +50 -0
  570. package/dist/collection/unordered-list/css/template.js +28 -0
  571. package/dist/collection/unordered-list/html/template.js +22 -0
  572. package/dist/collection/url/css/template.js +14 -0
  573. package/dist/custom-elements/index.d.ts +348 -0
  574. package/dist/custom-elements/index.js +1204 -88
  575. package/dist/esm/{index-73546a7d.js → index-b6f2699c.js} +265 -75
  576. package/dist/esm/loader.js +3 -3
  577. package/dist/esm/polyfills/css-shim.js +1 -1
  578. package/dist/esm/utrecht-article.entry.js +3 -3
  579. package/dist/esm/utrecht-backdrop.entry.js +17 -0
  580. package/dist/esm/utrecht-badge-counter.entry.js +5 -5
  581. package/dist/esm/utrecht-badge-data.entry.js +3 -3
  582. package/dist/esm/utrecht-badge-status.entry.js +4 -4
  583. package/dist/esm/utrecht-breadcrumb.entry.js +19 -0
  584. package/dist/esm/utrecht-button_2.entry.js +53 -0
  585. package/dist/esm/utrecht-checkbox.entry.js +28 -0
  586. package/dist/esm/utrecht-contact-card-template.entry.js +15 -0
  587. package/dist/esm/utrecht-custom-checkbox.entry.js +48 -0
  588. package/dist/esm/utrecht-digid-button.entry.js +15 -0
  589. package/dist/esm/utrecht-document.entry.js +3 -3
  590. package/dist/esm/utrecht-eherkenning-logo.entry.js +15 -0
  591. package/dist/esm/utrecht-eidas-logo.entry.js +15 -0
  592. package/dist/esm/utrecht-form-field-checkbox.entry.js +30 -0
  593. package/dist/esm/utrecht-form-field-description.entry.js +18 -0
  594. package/dist/esm/utrecht-form-field-textarea.entry.js +30 -0
  595. package/dist/esm/utrecht-form-field-textbox.entry.js +35 -0
  596. package/dist/esm/utrecht-form-toggle.entry.js +44 -0
  597. package/dist/esm/utrecht-heading-1.entry.js +15 -0
  598. package/dist/esm/utrecht-heading-2_3.entry.js +40 -0
  599. package/dist/esm/utrecht-heading-4.entry.js +15 -0
  600. package/dist/esm/utrecht-heading-5.entry.js +15 -0
  601. package/dist/esm/utrecht-heading-6.entry.js +15 -0
  602. package/dist/esm/utrecht-heading.entry.js +3 -3
  603. package/dist/esm/utrecht-html-content.entry.js +3 -3
  604. package/dist/esm/utrecht-icon-afval.entry.js +15 -0
  605. package/dist/esm/utrecht-icon-arrow.entry.js +15 -0
  606. package/dist/esm/utrecht-icon-checkmark.entry.js +15 -0
  607. package/dist/esm/utrecht-icon-cross.entry.js +15 -0
  608. package/dist/esm/utrecht-icon-error.entry.js +15 -0
  609. package/dist/esm/utrecht-icon-facebook.entry.js +15 -0
  610. package/dist/esm/utrecht-icon-filter.entry.js +15 -0
  611. package/dist/esm/utrecht-icon-information.entry.js +15 -0
  612. package/dist/esm/utrecht-icon-instagram.entry.js +15 -0
  613. package/dist/esm/utrecht-icon-linkedin.entry.js +15 -0
  614. package/dist/esm/utrecht-icon-list.entry.js +15 -0
  615. package/dist/esm/utrecht-icon-loupe.entry.js +15 -0
  616. package/dist/esm/utrecht-icon-melding.entry.js +15 -0
  617. package/dist/esm/utrecht-icon-paspoort.entry.js +15 -0
  618. package/dist/esm/utrecht-icon-rijbewijs.entry.js +15 -0
  619. package/dist/esm/utrecht-icon-toeslag.entry.js +15 -0
  620. package/dist/esm/utrecht-icon-trouwen.entry.js +15 -0
  621. package/dist/esm/utrecht-icon-twitter.entry.js +15 -0
  622. package/dist/esm/utrecht-icon-verhuizen.entry.js +15 -0
  623. package/dist/esm/utrecht-icon-warning.entry.js +15 -0
  624. package/dist/esm/utrecht-icon-whatsapp.entry.js +15 -0
  625. package/dist/esm/utrecht-icon-zoomin.entry.js +15 -0
  626. package/dist/esm/utrecht-icon-zoomout.entry.js +15 -0
  627. package/dist/esm/utrecht-logo-button.entry.js +15 -0
  628. package/dist/esm/utrecht-logo.entry.js +15 -0
  629. package/dist/esm/utrecht-page-content.entry.js +15 -0
  630. package/dist/esm/utrecht-page-footer.entry.js +3 -3
  631. package/dist/esm/utrecht-page-header.entry.js +15 -0
  632. package/dist/esm/utrecht-page.entry.js +15 -0
  633. package/dist/esm/utrecht-pagination.entry.js +34 -0
  634. package/dist/esm/utrecht-separator.entry.js +3 -3
  635. package/dist/esm/utrecht-sidenav.entry.js +4 -4
  636. package/dist/esm/utrecht-table-body.entry.js +15 -0
  637. package/dist/esm/utrecht-table-caption.entry.js +16 -0
  638. package/dist/esm/utrecht-table-cell.entry.js +15 -0
  639. package/dist/esm/utrecht-table-footer.entry.js +15 -0
  640. package/dist/esm/utrecht-table-header-cell.entry.js +15 -0
  641. package/dist/esm/utrecht-table-header.entry.js +15 -0
  642. package/dist/esm/utrecht-table-row.entry.js +15 -0
  643. package/dist/esm/utrecht-table.entry.js +15 -0
  644. package/dist/esm/utrecht-textbox.entry.js +35 -0
  645. package/dist/esm/utrecht.js +3 -3
  646. package/dist/types/article/{stencil.d.ts → web-component/index.stencil.d.ts} +0 -0
  647. package/dist/types/backdrop/web-component/index.stencil.d.ts +4 -0
  648. package/dist/types/badge-counter/{stencil.d.ts → web-component/index.stencil.d.ts} +0 -0
  649. package/dist/types/badge-data/{stencil.d.ts → web-component/index.stencil.d.ts} +0 -0
  650. package/dist/types/badge-status/{stencil.d.ts → web-component/index.stencil.d.ts} +0 -0
  651. package/dist/types/breadcrumb/web-component/index.stencil.d.ts +5 -0
  652. package/dist/types/button/web-component/index.stencil.d.ts +11 -0
  653. package/dist/types/checkbox/web-component/index.stencil.d.ts +16 -0
  654. package/dist/types/components.d.ts +900 -0
  655. package/dist/types/custom-checkbox/web-component/index.stencil.d.ts +17 -0
  656. package/dist/types/digid-button/web-component/index.stencil.d.ts +9 -0
  657. package/dist/types/digid-logo/web-component/index.stencil.d.ts +8 -0
  658. package/dist/types/document/{stencil.d.ts → web-component/index.stencil.d.ts} +0 -0
  659. package/dist/types/eherkenning-logo/web-component/index.stencil.d.ts +8 -0
  660. package/dist/types/eidas-logo/web-component/index.stencil.d.ts +8 -0
  661. package/dist/types/form-field-checkbox/web-component/index.stencil.d.ts +18 -0
  662. package/dist/types/form-field-description/web-component/index.stencil.d.ts +8 -0
  663. package/dist/types/form-field-textarea/web-component/index.stencil.d.ts +18 -0
  664. package/dist/types/form-field-textbox/web-component/index.stencil.d.ts +23 -0
  665. package/dist/types/form-toggle/web-component/index.stencil.d.ts +14 -0
  666. package/dist/types/heading/{stencil.d.ts → web-component/index.stencil.d.ts} +0 -0
  667. package/dist/types/heading-1/web-component/index.stencil.d.ts +3 -0
  668. package/dist/types/heading-2/web-component/index.stencil.d.ts +3 -0
  669. package/dist/types/heading-3/web-component/index.stencil.d.ts +3 -0
  670. package/dist/types/heading-4/web-component/index.stencil.d.ts +3 -0
  671. package/dist/types/heading-5/web-component/index.stencil.d.ts +3 -0
  672. package/dist/types/heading-6/web-component/index.stencil.d.ts +3 -0
  673. package/dist/types/html-content/{stencil.d.ts → web-component/index.stencil.d.ts} +0 -0
  674. package/dist/types/icon/web-component/afval.stencil.d.ts +3 -0
  675. package/dist/types/icon/web-component/arrow.stencil.d.ts +3 -0
  676. package/dist/types/icon/web-component/checkmark.stencil.d.ts +3 -0
  677. package/dist/types/icon/web-component/cross.stencil.d.ts +3 -0
  678. package/dist/types/icon/web-component/error.stencil.d.ts +3 -0
  679. package/dist/types/icon/web-component/facebook.stencil.d.ts +3 -0
  680. package/dist/types/icon/web-component/filter.stencil.d.ts +3 -0
  681. package/dist/types/icon/web-component/information.stencil.d.ts +3 -0
  682. package/dist/types/icon/web-component/instagram.stencil.d.ts +3 -0
  683. package/dist/types/icon/web-component/linkedin.stencil.d.ts +3 -0
  684. package/dist/types/icon/web-component/list.stencil.d.ts +3 -0
  685. package/dist/types/icon/web-component/loupe.stencil.d.ts +3 -0
  686. package/dist/types/icon/web-component/melding.stencil.d.ts +3 -0
  687. package/dist/types/icon/web-component/paspoort.stencil.d.ts +3 -0
  688. package/dist/types/icon/web-component/rijbewijs.stencil.d.ts +3 -0
  689. package/dist/types/icon/web-component/toeslag.stencil.d.ts +3 -0
  690. package/dist/types/icon/web-component/trouwen.stencil.d.ts +3 -0
  691. package/dist/types/icon/web-component/twitter.stencil.d.ts +3 -0
  692. package/dist/types/icon/web-component/verhuizen.stencil.d.ts +3 -0
  693. package/dist/types/icon/web-component/warning.stencil.d.ts +3 -0
  694. package/dist/types/icon/web-component/whatsapp.stencil.d.ts +3 -0
  695. package/dist/types/icon/web-component/zoomin.stencil.d.ts +3 -0
  696. package/dist/types/icon/web-component/zoomout.stencil.d.ts +3 -0
  697. package/dist/types/logo/web-component/index.stencil.d.ts +7 -0
  698. package/dist/types/logo-button/web-component/index.stencil.d.ts +9 -0
  699. package/dist/types/navigatie sidenav/{stencil.d.ts → web-component/index.stencil.d.ts} +0 -0
  700. package/dist/types/page/web-component/index.stencil.d.ts +7 -0
  701. package/dist/types/page-content/web-component/index.stencil.d.ts +7 -0
  702. package/dist/types/page-footer/{stencil.d.ts → web-component/index.stencil.d.ts} +0 -0
  703. package/dist/types/page-header/web-component/stencil.d.ts +7 -0
  704. package/dist/types/pagination/web-component/index.stencil.d.ts +11 -0
  705. package/dist/types/paragraph/{stencil.d.ts → web-component/index.stencil.d.ts} +0 -0
  706. package/dist/types/separator/{stencil.d.ts → web-component/index.stencil.d.ts} +0 -0
  707. package/dist/types/stencil-public-runtime.d.ts +189 -186
  708. package/dist/types/table/web-component/table-body.stencil.d.ts +3 -0
  709. package/dist/types/table/web-component/table-caption.stencil.d.ts +3 -0
  710. package/dist/types/table/web-component/table-cell.stencil.d.ts +3 -0
  711. package/dist/types/table/web-component/table-footer.stencil.d.ts +3 -0
  712. package/dist/types/table/web-component/table-header-cell.stencil.d.ts +4 -0
  713. package/dist/types/table/web-component/table-header.stencil.d.ts +3 -0
  714. package/dist/types/table/web-component/table-row.stencil.d.ts +3 -0
  715. package/dist/types/table/web-component/table.stencil.d.ts +3 -0
  716. package/dist/types/templates/contact-card-template/web-component/index.stencil.d.ts +3 -0
  717. package/dist/types/textbox/web-component/index.stencil.d.ts +23 -0
  718. package/dist/utrecht/p-0194fa7f.entry.js +1 -0
  719. package/dist/utrecht/p-090e32d6.entry.js +1 -0
  720. package/dist/utrecht/p-0f3d64b2.entry.js +1 -0
  721. package/dist/utrecht/p-10f54e6f.entry.js +1 -0
  722. package/dist/utrecht/p-11ed0b35.entry.js +1 -0
  723. package/dist/utrecht/p-13b0e8b5.entry.js +1 -0
  724. package/dist/utrecht/p-159d13d8.entry.js +1 -0
  725. package/dist/utrecht/p-2cd2e42e.entry.js +1 -0
  726. package/dist/utrecht/p-2da9cd65.entry.js +1 -0
  727. package/dist/utrecht/p-2f5f82db.entry.js +1 -0
  728. package/dist/utrecht/p-3f594f1c.entry.js +1 -0
  729. package/dist/utrecht/p-473f9e1c.entry.js +1 -0
  730. package/dist/utrecht/p-48ff7293.entry.js +1 -0
  731. package/dist/utrecht/p-4b5cfde3.entry.js +1 -0
  732. package/dist/utrecht/p-529e0370.entry.js +1 -0
  733. package/dist/utrecht/p-5a5cda2b.entry.js +1 -0
  734. package/dist/utrecht/p-5d2e03f9.entry.js +1 -0
  735. package/dist/utrecht/p-60c3ff78.js +1 -0
  736. package/dist/utrecht/p-63f63190.entry.js +1 -0
  737. package/dist/utrecht/p-6a7285d1.entry.js +1 -0
  738. package/dist/utrecht/p-6a7c2f56.entry.js +1 -0
  739. package/dist/utrecht/p-6ce11b84.entry.js +1 -0
  740. package/dist/utrecht/p-6f06960a.entry.js +1 -0
  741. package/dist/utrecht/p-6fc42b7c.entry.js +1 -0
  742. package/dist/utrecht/p-716709ad.entry.js +1 -0
  743. package/dist/utrecht/p-76994008.entry.js +1 -0
  744. package/dist/utrecht/p-8480852a.entry.js +1 -0
  745. package/dist/utrecht/p-85254628.entry.js +1 -0
  746. package/dist/utrecht/p-85d784ef.entry.js +1 -0
  747. package/dist/utrecht/p-88a4fc6a.entry.js +1 -0
  748. package/dist/utrecht/p-8ba5d048.entry.js +1 -0
  749. package/dist/utrecht/p-8c965c8b.entry.js +1 -0
  750. package/dist/utrecht/p-8e7e3244.entry.js +1 -0
  751. package/dist/utrecht/p-8eec7ccf.entry.js +1 -0
  752. package/dist/utrecht/p-9164cc4f.entry.js +1 -0
  753. package/dist/utrecht/p-98b30c5b.entry.js +1 -0
  754. package/dist/utrecht/p-9fbf1c4d.entry.js +1 -0
  755. package/dist/utrecht/p-a003f4db.entry.js +1 -0
  756. package/dist/utrecht/p-a57c37b2.entry.js +1 -0
  757. package/dist/utrecht/p-afb31b7c.entry.js +1 -0
  758. package/dist/utrecht/p-b0f8c85c.entry.js +1 -0
  759. package/dist/utrecht/p-b667ddfb.entry.js +1 -0
  760. package/dist/utrecht/p-bb460ad4.entry.js +1 -0
  761. package/dist/utrecht/p-bb8b69c2.entry.js +1 -0
  762. package/dist/utrecht/p-bd4e712c.entry.js +1 -0
  763. package/dist/utrecht/p-be94c685.entry.js +1 -0
  764. package/dist/utrecht/p-bee211d3.entry.js +1 -0
  765. package/dist/utrecht/p-c659d683.entry.js +1 -0
  766. package/dist/utrecht/p-c6642cf2.entry.js +1 -0
  767. package/dist/utrecht/p-c6c0edde.entry.js +1 -0
  768. package/dist/utrecht/p-c88cce3d.entry.js +1 -0
  769. package/dist/utrecht/p-c971b496.entry.js +1 -0
  770. package/dist/utrecht/p-d14ef5a6.entry.js +1 -0
  771. package/dist/utrecht/p-d26b9f66.entry.js +1 -0
  772. package/dist/utrecht/p-d3a16e55.entry.js +1 -0
  773. package/dist/utrecht/p-d53c80a5.entry.js +1 -0
  774. package/dist/utrecht/p-d9b1668c.entry.js +1 -0
  775. package/dist/utrecht/p-de6e5fdc.entry.js +1 -0
  776. package/dist/utrecht/p-df3f83e2.entry.js +1 -0
  777. package/dist/utrecht/p-e26c5ecb.entry.js +1 -0
  778. package/dist/utrecht/p-e31acdfb.entry.js +1 -0
  779. package/dist/utrecht/p-eb04130f.entry.js +1 -0
  780. package/dist/utrecht/p-f5398f9f.entry.js +1 -0
  781. package/dist/utrecht/p-f8c96e57.entry.js +1 -0
  782. package/dist/utrecht/p-f8e1fa76.entry.js +1 -0
  783. package/dist/utrecht/p-fb116c84.entry.js +1 -0
  784. package/dist/utrecht/p-fbb1a6a3.entry.js +1 -0
  785. package/dist/utrecht/p-fd5d0a56.entry.js +1 -0
  786. package/dist/utrecht/utrecht.esm.js +1 -1
  787. package/loader/index.d.ts +0 -1
  788. package/package.json +17 -9
  789. package/dist/article/stencil.js +0 -21
  790. package/dist/badge-counter/stencil.js +0 -37
  791. package/dist/badge-data/stencil.js +0 -25
  792. package/dist/badge-status/stencil.js +0 -28
  793. package/dist/button/stencil.js +0 -25
  794. package/dist/cjs/utrecht-button.cjs.entry.js +0 -20
  795. package/dist/cjs/utrecht-paragraph.cjs.entry.js +0 -20
  796. package/dist/collection/article/bem.css +0 -8
  797. package/dist/collection/button/bem.css +0 -48
  798. package/dist/collection/document/bem.css +0 -12
  799. package/dist/collection/html-content/html.css +0 -633
  800. package/dist/collection/menulijst/pijltje.svg +0 -1
  801. package/dist/collection/navigatie sidenav/bem.css +0 -248
  802. package/dist/collection/navigatie sidenav/stencil.js +0 -40
  803. package/dist/collection/separator/bem.css +0 -14
  804. package/dist/document/stencil.js +0 -21
  805. package/dist/esm/utrecht-button.entry.js +0 -16
  806. package/dist/esm/utrecht-paragraph.entry.js +0 -16
  807. package/dist/heading/stencil.js +0 -50
  808. package/dist/html-content/stencil.js +0 -25
  809. package/dist/navigatie sidenav/stencil.js +0 -30
  810. package/dist/page-footer/stencil.js +0 -25
  811. package/dist/paragraph/stencil.js +0 -25
  812. package/dist/separator/stencil.js +0 -20
  813. package/dist/types/button/stencil.d.ts +0 -4
  814. package/dist/utrecht/p-3a69515b.entry.js +0 -1
  815. package/dist/utrecht/p-6f35490c.entry.js +0 -1
  816. package/dist/utrecht/p-7157cce8.entry.js +0 -1
  817. package/dist/utrecht/p-7603f427.entry.js +0 -1
  818. package/dist/utrecht/p-7bb755d1.entry.js +0 -1
  819. package/dist/utrecht/p-7e18e0f8.entry.js +0 -1
  820. package/dist/utrecht/p-9e84c97e.js +0 -1
  821. package/dist/utrecht/p-b5095fed.entry.js +0 -1
  822. package/dist/utrecht/p-b5aa001b.entry.js +0 -1
  823. package/dist/utrecht/p-e1d48327.entry.js +0 -1
  824. package/dist/utrecht/p-e2fb0e03.entry.js +0 -1
  825. package/dist/utrecht/p-f8adb4e0.entry.js +0 -1
  826. package/dist/utrecht/p-fc20c5e2.entry.js +0 -1
@@ -2,10 +2,10 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-4628fffe.js');
5
+ const index = require('./index-bc39ab9c.js');
6
6
 
7
7
  /*
8
- Stencil Client Patch Esm v2.6.0 | MIT Licensed | https://stenciljs.com
8
+ Stencil Client Patch Esm v2.15.2 | MIT Licensed | https://stenciljs.com
9
9
  */
10
10
  const patchEsm = () => {
11
11
  return index.promiseResolve();
@@ -14,7 +14,7 @@ const patchEsm = () => {
14
14
  const defineCustomElements = (win, options) => {
15
15
  if (typeof window === 'undefined') return Promise.resolve();
16
16
  return patchEsm().then(() => {
17
- return index.bootstrapLazy([["utrecht-article.cjs",[[1,"utrecht-article"]]],["utrecht-badge-counter.cjs",[[1,"utrecht-badge-counter",{"value":[2],"max":[2],"locale":[1]}]]],["utrecht-badge-data.cjs",[[1,"utrecht-badge-data"]]],["utrecht-badge-status.cjs",[[1,"utrecht-badge-status",{"status":[1]}]]],["utrecht-button.cjs",[[1,"utrecht-button",{"disabled":[4]}]]],["utrecht-document.cjs",[[1,"utrecht-document"]]],["utrecht-heading.cjs",[[1,"utrecht-heading",{"level":[2]}]]],["utrecht-html-content.cjs",[[4,"utrecht-html-content"]]],["utrecht-page-footer.cjs",[[1,"utrecht-page-footer"]]],["utrecht-paragraph.cjs",[[1,"utrecht-paragraph",{"lead":[4]}]]],["utrecht-separator.cjs",[[1,"utrecht-separator"]]],["utrecht-sidenav.cjs",[[1,"utrecht-sidenav",{"json":[1]}]]]], options);
17
+ return index.bootstrapLazy([["utrecht-contact-card-template.cjs",[[1,"utrecht-contact-card-template"]]],["utrecht-digid-button.cjs",[[1,"utrecht-digid-button",{"type":[1]}]]],["utrecht-logo-button.cjs",[[1,"utrecht-logo-button",{"type":[1]}]]],["utrecht-custom-checkbox.cjs",[[1,"utrecht-custom-checkbox",{"disabled":[516],"checked":[516],"indeterminate":[516],"invalid":[516],"required":[516]}]]],["utrecht-article.cjs",[[1,"utrecht-article"]]],["utrecht-backdrop.cjs",[[1,"utrecht-backdrop",{"viewport":[4]}]]],["utrecht-badge-counter.cjs",[[1,"utrecht-badge-counter",{"value":[2],"max":[2],"locale":[1]}]]],["utrecht-badge-data.cjs",[[1,"utrecht-badge-data"]]],["utrecht-badge-status.cjs",[[1,"utrecht-badge-status",{"status":[1]}]]],["utrecht-breadcrumb.cjs",[[1,"utrecht-breadcrumb",{"json":[1],"variant":[1]}]]],["utrecht-checkbox.cjs",[[1,"utrecht-checkbox",{"disabled":[516],"readOnly":[516,"readonly"],"checked":[4],"value":[1]}]]],["utrecht-document.cjs",[[1,"utrecht-document"]]],["utrecht-eherkenning-logo.cjs",[[1,"utrecht-eherkenning-logo"]]],["utrecht-eidas-logo.cjs",[[1,"utrecht-eidas-logo"]]],["utrecht-form-field-checkbox.cjs",[[1,"utrecht-form-field-checkbox",{"label":[4],"disabled":[516],"checked":[516],"invalid":[516],"required":[516],"value":[32]}]]],["utrecht-form-field-description.cjs",[[1,"utrecht-form-field-description",{"status":[513]}]]],["utrecht-form-field-textarea.cjs",[[1,"utrecht-form-field-textarea",{"disabled":[516],"invalid":[516],"readOnly":[516,"readonly"],"placeholder":[1],"required":[516],"value":[1]}]]],["utrecht-form-field-textbox.cjs",[[1,"utrecht-form-field-textbox",{"autoComplete":[513,"autocomplete"],"disabled":[516],"invalid":[516],"min":[1],"max":[1],"pattern":[1],"placeholder":[1],"readOnly":[516,"readonly"],"required":[516],"type":[513],"value":[1]}]]],["utrecht-form-toggle.cjs",[[1,"utrecht-form-toggle",{"disabled":[516],"checked":[516]}]]],["utrecht-heading.cjs",[[1,"utrecht-heading",{"level":[2]}]]],["utrecht-heading-1.cjs",[[1,"utrecht-heading-1"]]],["utrecht-heading-4.cjs",[[1,"utrecht-heading-4"]]],["utrecht-heading-5.cjs",[[1,"utrecht-heading-5"]]],["utrecht-heading-6.cjs",[[1,"utrecht-heading-6"]]],["utrecht-html-content.cjs",[[4,"utrecht-html-content"]]],["utrecht-icon-afval.cjs",[[1,"utrecht-icon-afval"]]],["utrecht-icon-arrow.cjs",[[1,"utrecht-icon-arrow"]]],["utrecht-icon-cross.cjs",[[1,"utrecht-icon-cross"]]],["utrecht-icon-error.cjs",[[1,"utrecht-icon-error"]]],["utrecht-icon-facebook.cjs",[[1,"utrecht-icon-facebook"]]],["utrecht-icon-filter.cjs",[[1,"utrecht-icon-filter"]]],["utrecht-icon-information.cjs",[[1,"utrecht-icon-information"]]],["utrecht-icon-instagram.cjs",[[1,"utrecht-icon-instagram"]]],["utrecht-icon-linkedin.cjs",[[1,"utrecht-icon-linkedin"]]],["utrecht-icon-list.cjs",[[1,"utrecht-icon-list"]]],["utrecht-icon-loupe.cjs",[[1,"utrecht-icon-loupe"]]],["utrecht-icon-melding.cjs",[[1,"utrecht-icon-melding"]]],["utrecht-icon-paspoort.cjs",[[1,"utrecht-icon-paspoort"]]],["utrecht-icon-rijbewijs.cjs",[[1,"utrecht-icon-rijbewijs"]]],["utrecht-icon-toeslag.cjs",[[1,"utrecht-icon-toeslag"]]],["utrecht-icon-trouwen.cjs",[[1,"utrecht-icon-trouwen"]]],["utrecht-icon-twitter.cjs",[[1,"utrecht-icon-twitter"]]],["utrecht-icon-verhuizen.cjs",[[1,"utrecht-icon-verhuizen"]]],["utrecht-icon-warning.cjs",[[1,"utrecht-icon-warning"]]],["utrecht-icon-whatsapp.cjs",[[1,"utrecht-icon-whatsapp"]]],["utrecht-icon-zoomin.cjs",[[1,"utrecht-icon-zoomin"]]],["utrecht-icon-zoomout.cjs",[[1,"utrecht-icon-zoomout"]]],["utrecht-logo.cjs",[[1,"utrecht-logo"]]],["utrecht-page.cjs",[[1,"utrecht-page"]]],["utrecht-page-content.cjs",[[1,"utrecht-page-content"]]],["utrecht-page-footer.cjs",[[1,"utrecht-page-footer"]]],["utrecht-page-header.cjs",[[1,"utrecht-page-header"]]],["utrecht-pagination.cjs",[[1,"utrecht-pagination",{"links":[1],"next":[1],"prev":[1],"currentIndex":[2,"current-index"]}]]],["utrecht-separator.cjs",[[1,"utrecht-separator"]]],["utrecht-sidenav.cjs",[[1,"utrecht-sidenav",{"json":[1]}]]],["utrecht-table.cjs",[[1,"utrecht-table"]]],["utrecht-table-body.cjs",[[1,"utrecht-table-body"]]],["utrecht-table-caption.cjs",[[1,"utrecht-table-caption"]]],["utrecht-table-cell.cjs",[[1,"utrecht-table-cell"]]],["utrecht-table-footer.cjs",[[1,"utrecht-table-footer"]]],["utrecht-table-header.cjs",[[1,"utrecht-table-header"]]],["utrecht-table-header-cell.cjs",[[1,"utrecht-table-header-cell",{"scope":[1]}]]],["utrecht-table-row.cjs",[[1,"utrecht-table-row"]]],["utrecht-textbox.cjs",[[1,"utrecht-textbox",{"autoComplete":[513,"autocomplete"],"disabled":[516],"invalid":[516],"min":[1],"max":[1],"pattern":[1],"placeholder":[1],"readOnly":[516,"readonly"],"required":[516],"type":[513],"value":[1]}]]],["utrecht-icon-checkmark.cjs",[[1,"utrecht-icon-checkmark"]]],["utrecht-heading-2_3.cjs",[[1,"utrecht-heading-2"],[1,"utrecht-heading-3"],[1,"utrecht-paragraph",{"lead":[4]}]]],["utrecht-button_2.cjs",[[1,"utrecht-button",{"appearance":[1],"busy":[4],"disabled":[4],"type":[1]}],[1,"utrecht-digid-logo"]]]], options);
18
18
  });
19
19
  };
20
20
 
@@ -2,9 +2,9 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-4628fffe.js');
5
+ const index = require('./index-bc39ab9c.js');
6
6
 
7
- const bemCss = ".utrecht-article{max-inline-size:var(--utrecht-article-max-inline-size)}";
7
+ const indexCss = ".utrecht-article{max-inline-size:var(--utrecht-article-max-inline-size)}:host{display:block}:host([hidden]){display:none !important}";
8
8
 
9
9
  const Article = class {
10
10
  constructor(hostRef) {
@@ -14,6 +14,6 @@ const Article = class {
14
14
  return (index.h("article", { class: "utrecht-article" }, index.h("slot", null)));
15
15
  }
16
16
  };
17
- Article.style = bemCss;
17
+ Article.style = indexCss;
18
18
 
19
19
  exports.utrecht_article = Article;
@@ -0,0 +1,21 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ const index = require('./index-bc39ab9c.js');
6
+ const clsx_m = require('./clsx.m-b00fa5e1.js');
7
+
8
+ const indexCss = ".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}";
9
+
10
+ const Backdrop = class {
11
+ constructor(hostRef) {
12
+ index.registerInstance(this, hostRef);
13
+ }
14
+ render() {
15
+ const { viewport } = this;
16
+ return (index.h("div", { class: clsx_m.clsx('utrecht-backdrop', viewport && 'utrecht-backdrop--viewport') }, index.h("slot", null)));
17
+ }
18
+ };
19
+ Backdrop.style = indexCss;
20
+
21
+ exports.utrecht_backdrop = Backdrop;
@@ -2,9 +2,9 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-4628fffe.js');
5
+ const index = require('./index-bc39ab9c.js');
6
6
 
7
- const bemCss = ".utrecht-badge{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-style:normal;font-weight:var(--utrecht-badge-font-weight, bold);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;}.utrecht-badge-counter{background-color:var(--utrecht-badge-counter-background-color, var(--utrecht-badge-background-color, black));border-radius:var(--utrecht-badge-counter-border-radius, var(--utrecht-badge-border-radius, 0.5ch));color:var(--utrecht-badge-counter-color, var(--utrecht-badge-color, white));display:inline-block;font-family:var(--utrecht-document-font-family, sans-serif);font-style:normal;font-weight:var(--utrecht-badge-counter-font-weight, var(--utrecht-badge-font-weight, bold));padding-block-end:var(--utrecht-badge-counter-padding-block, var(--utrecht-badge-padding-block, 0.5ex));padding-block-start:var(--utrecht-badge-counter-padding-block, var(--utrecht-badge-padding-block, 0.5ex));padding-inline-end:var(--utrecht-badge-counter-padding-inline, var(--utrecht-badge-padding-inline, 0.5ch));padding-inline-start:var(--utrecht-badge-counter-padding-inline, var(--utrecht-badge-padding-inline, 0.5ch));text-decoration:none;}";
7
+ const indexCss = ".utrecht-badge-counter{background-color:var(--utrecht-badge-counter-background-color, var(--utrecht-badge-background-color, black));border-radius:var(--utrecht-badge-counter-border-radius, var(--utrecht-badge-border-radius, 0.5ch));color:var(--utrecht-badge-counter-color, var(--utrecht-badge-color, white));display:inline-block;font-family:var(--utrecht-document-font-family, sans-serif);font-style:var(--utrecht-badge-counter-font-style, normal);font-weight:var(--utrecht-badge-counter-font-weight, var(--utrecht-badge-font-weight, bold));padding-block-end:var(--utrecht-badge-counter-padding-block, var(--utrecht-badge-padding-block, 0.5ex));padding-block-start:var(--utrecht-badge-counter-padding-block, var(--utrecht-badge-padding-block, 0.5ex));padding-inline-end:var(--utrecht-badge-counter-padding-inline, var(--utrecht-badge-padding-inline, 0.5ch));padding-inline-start:var(--utrecht-badge-counter-padding-inline, var(--utrecht-badge-padding-inline, 0.5ch));text-decoration:none;}:host{display:inline-block}:host([hidden]){display:none !important}";
8
8
 
9
9
  const BadgeCounter = class {
10
10
  constructor(hostRef) {
@@ -12,12 +12,12 @@ const BadgeCounter = class {
12
12
  }
13
13
  render() {
14
14
  const { locale, max, value } = this;
15
- const limited = typeof max === "number" && typeof value === "number" && Number(value) > Number(max);
15
+ const limited = typeof max === 'number' && typeof value === 'number' && Number(value) > Number(max);
16
16
  const formatNumber = (n) => (locale ? Intl.NumberFormat(locale).format(n) : String(n));
17
- const textContent = limited ? `${formatNumber(max)}+` : typeof value === "number" ? formatNumber(value) : "";
17
+ const textContent = limited ? `${formatNumber(max)}+` : typeof value === 'number' ? formatNumber(value) : '';
18
18
  return index.h("div", { class: "utrecht-badge-counter" }, textContent ? textContent : index.h("slot", null));
19
19
  }
20
20
  };
21
- BadgeCounter.style = bemCss;
21
+ BadgeCounter.style = indexCss;
22
22
 
23
23
  exports.utrecht_badge_counter = BadgeCounter;
@@ -2,9 +2,9 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-4628fffe.js');
5
+ const index = require('./index-bc39ab9c.js');
6
6
 
7
- const bemCss = ".utrecht-badge,.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-style:normal;font-weight:var(--utrecht-badge-font-weight, bold);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;}.utrecht-badge-data{letter-spacing:var(--utrecht-badge-data-letter-spacing, inherit);text-transform:var(--utrecht-badge-data-text-transform, inherit)}";
7
+ const indexCss = ".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}";
8
8
 
9
9
  const BadgeData = class {
10
10
  constructor(hostRef) {
@@ -14,6 +14,6 @@ const BadgeData = class {
14
14
  return (index.h("div", { class: "utrecht-badge-data" }, index.h("slot", null)));
15
15
  }
16
16
  };
17
- BadgeData.style = bemCss;
17
+ BadgeData.style = indexCss;
18
18
 
19
19
  exports.utrecht_badge_data = BadgeData;
@@ -2,18 +2,18 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-4628fffe.js');
5
+ const index = require('./index-bc39ab9c.js');
6
6
 
7
- const bemCss = ".utrecht-badge,.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-style:normal;font-weight:var(--utrecht-badge-font-weight, bold);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;}.utrecht-badge-status{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--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))}";
7
+ const indexCss = ".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}";
8
8
 
9
9
  const BadgeStatus = class {
10
10
  constructor(hostRef) {
11
11
  index.registerInstance(this, hostRef);
12
12
  }
13
13
  render() {
14
- return (index.h("div", { class: `utrecht-badge-status utrecht-badge-status--${this.status}` }, index.h("slot", null)));
14
+ return (index.h("div", { class: `utrecht-badge-status utrecht-badge-status--${this.status || 'neutral'}` }, index.h("slot", null)));
15
15
  }
16
16
  };
17
- BadgeStatus.style = bemCss;
17
+ BadgeStatus.style = indexCss;
18
18
 
19
19
  exports.utrecht_badge_status = BadgeStatus;
@@ -0,0 +1,23 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ const index = require('./index-bc39ab9c.js');
6
+ const clsx_m = require('./clsx.m-b00fa5e1.js');
7
+
8
+ const indexCss = ".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}";
9
+
10
+ const Breadcrumb = class {
11
+ constructor(hostRef) {
12
+ index.registerInstance(this, hostRef);
13
+ }
14
+ render() {
15
+ const { json, variant } = this;
16
+ console.log(json);
17
+ const items = json ? JSON.parse(json) : [];
18
+ return (index.h("nav", { class: clsx_m.clsx('utrecht-breadcrumb', variant === 'arrows' && 'utrecht-breadcrumb--arrows') }, index.h("ol", { class: "utrecht-breadcrumb__list", itemscope: true, itemtype: "https://schema.org/BreadcrumbList" }, items.map(({ href, title, current }, index$1) => (index.h("li", { key: href, class: "utrecht-breadcrumb__item", itemscope: true, itemtype: "https://schema.org/ListItem", itemprop: "itemListElement" }, index.h("a", { class: clsx_m.clsx('utrecht-breadcrumb__link', 'utrecht-link', current && 'utrecht-link--current'), href: href, "aria-current": current ? 'location' : null, itemprop: "item" }, index.h("span", { class: "utrecht-breadcrumb__text", itemprop: "name" }, title), index.h("meta", { itemprop: "position", content: index$1 + 1 }))))))));
19
+ }
20
+ };
21
+ Breadcrumb.style = indexCss;
22
+
23
+ exports.utrecht_breadcrumb = Breadcrumb;
@@ -0,0 +1,58 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ const index = require('./index-bc39ab9c.js');
6
+ const clsx_m = require('./clsx.m-b00fa5e1.js');
7
+
8
+ const indexCss$1 = ".utrecht-button{background-color:var(--utrecht-button-background-color);border-color:var(--utrecht-button-border-color, transparent);border-bottom-color:var(--utrecht-button-border-bottom-color, var(--utrecht-button-border-color, transparent));border-radius:var(--utrecht-button-border-radius);border-style:solid;border-width:var(--utrecht-button-border-width, 0);border-bottom-width:var(--utrecht-button-border-bottom-width, var(--utrecht-button-border-width, 0));color:var(--utrecht-button-color);font-family:var(--utrecht-button-font-family, var(--utrecht-document-font-family));font-size:var(--utrecht-button-font-size, var(--utrecht-document-font-family));font-weight:var(--utrecht-button-font-weight);inline-size:var(--utrecht-button-inline-size, auto);letter-spacing:var(--utrecht-button-letter-spacing);line-height:var(--utrecht-button-line-height);min-block-size:var(--utrecht-button-min-block-size, 44px);min-inline-size:var(--utrecht-button-min-inline-size, 44px);padding-block-end:var(--utrecht-button-padding-block-end);padding-block-start:var(--utrecht-button-padding-block-start);padding-inline-end:var(--utrecht-button-padding-inline-end);padding-inline-start:var(--utrecht-button-padding-inline-start);text-transform:var(--utrecht-button-text-transform);user-select:none}.utrecht-button--distanced{margin-block-end:var(--utrecht-button-margin-block-end);margin-block-start:var(--utrecht-button-margin-block-start);margin-inline-end:var(--utrecht-button-margin-inline-end);margin-inline-start:var(--utrecht-button-margin-inline-start)}.utrecht-button--submit{cursor:var(--utrecht-action-submit-cursor)}.utrecht-button--busy{cursor:var(--utrecht-action-busy-cursor)}.utrecht-button:disabled,.utrecht-button--disabled{background-color:var(--utrecht-button-disabled-background-color, var(--utrecht-button-background-color));border-color:var(--utrecht-button-disabled-border-color, var(--utrecht-button-border-color));color:var(--utrecht-button-disabled-color, var(--utrecht-button-color));cursor:var(--utrecht-action-disabled-cursor)}.utrecht-button:active:not(:disabled):not([aria-disabled=true]):not(.utrecht-button--disabled),.utrecht-button--active{background-color:var(--utrecht-button-active-background-color, var(--utrecht-button-background-color));border-color:var(--utrecht-button-active-border-color, var(--utrecht-button-border-color));color:var(--utrecht-button-active-color, var(--utrecht-button-color))}.utrecht-button--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-button--focus{background-color:var(--utrecht-button-focus-background-color, var(--utrecht-button-background-color));border-color:var(--utrecht-button-focus-border-color, var(--utrecht-button-border-color));color:var(--utrecht-button-focus-color, var(--utrecht-button-color))}.utrecht-button:focus:not(:disabled):not([aria-disabled=true]):not(.utrecht-button--disabled){background-color:var(--utrecht-button-focus-background-color, var(--utrecht-button-background-color));border-color:var(--utrecht-button-focus-border-color, var(--utrecht-button-border-color));color:var(--utrecht-button-focus-color, var(--utrecht-button-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-button:focus:not(:focus-visible){box-shadow:none;outline-style:none}.utrecht-button--hover:not(:disabled),.utrecht-button:hover:not(:disabled):not([aria-disabled=true]):not(.utrecht-button--disabled){background-color:var(--utrecht-button-hover-background-color, var(--utrecht-button-background-color));border-color:var(--utrecht-button-hover-border-color, var(--utrecht-button-border-color));color:var(--utrecht-button-hover-color, var(--utrecht-button-color));transform:scale(var(--utrecht-button-focus-transform-scale, 1))}.utrecht-button--primary-action{background-color:var(--utrecht-button-primary-action-background-color, var(--utrecht-button-background-color));border-color:var(--utrecht-button-primary-action-border-color, var(--utrecht-button-border-color));border-width:var(--utrecht-button-primary-action-border-width, var(--utrecht-button-border-width));color:var(--utrecht-button-primary-action-color, var(--utrecht-button-color))}.utrecht-button--primary-action.utrecht-button--hover:not(:disabled),.utrecht-button--primary-action.utrecht-button:hover:not(:disabled):not([aria-disabled=true]):not(.utrecht-button--disabled){background-color:var(--utrecht-button-primary-action-hover-background-color, var(--utrecht-button-primary-action-background-color, var(--utrecht-button-hover-background-color, var(--utrecht-button-background-color))));border-color:var(--utrecht-button-primary-action-hover-border-color, var(--utrecht-button-primary-action-border-color, var(--utrecht-button-hover-border-color, var(--utrecht-button-border-color))));color:var(--utrecht-button-primary-action-hover-color, var(--utrecht-button-primary-action-color, var(--utrecht-button-hover-color, var(--utrecht-button-color))))}.utrecht-button--primary-action.utrecht-button:disabled,.utrecht-button--primary-action.utrecht-button--disabled{background-color:var(--utrecht-button-primary-action-disabled-background-color, var(--utrecht-button-disabled-background-color, var(--utrecht-button-background-color)));border-color:var(--utrecht-button-primary-action-disabled-border-color, var(--utrecht-button-disabled-border-color, var(--utrecht-button-border-color)));color:var(--utrecht-button-primary-action-disabled-color, var(--utrecht-button-disabled-color, var(--utrecht-button-color)))}.utrecht-button--primary-action:focus:not(:disabled):not([aria-disabled=true]):not(.utrecht-button--disabled){background-color:var(--utrecht-button-focus-background-color, var(--utrecht-button-background-color));border-color:var(--utrecht-button-focus-border-color, var(--utrecht-button-border-color));color:var(--utrecht-button-focus-color, var(--utrecht-button-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-button--primary-action:focus:not(:focus-visible){box-shadow:none;outline-style:none}.utrecht-button--secondary-action{background-color:var(--utrecht-button-secondary-action-background-color, var(--utrecht-button-background-color));border-color:var(--utrecht-button-secondary-action-border-color, var(--utrecht-button-border-color));border-width:var(--utrecht-button-secondary-action-border-width, var(--utrecht-button-border-width));color:var(--utrecht-button-secondary-action-color, var(--utrecht-button-color))}.utrecht-button--secondary-action.utrecht-button--hover:not(:disabled),.utrecht-button--secondary-action.utrecht-button:hover:not(:disabled):not([aria-disabled=true]):not(.utrecht-button--disabled){background-color:var(--utrecht-button-secondary-action-hover-background-color, var(--utrecht-button-secondary-action-background-color, var(--utrecht-button-hover-background-color, var(--utrecht-button-background-color))));border-color:var(--utrecht-button-secondary-action-hover-border-color, var(--utrecht-button-secondary-action-border-color, var(--utrecht-button-hover-border-color, var(--utrecht-button-border-color))));color:var(--utrecht-button-secondary-action-hover-color, var(--utrecht-button-secondary-action-color, var(--utrecht-button-hover-color, var(--utrecht-button-color))))}.utrecht-button--secondary-action.utrecht-button:disabled,.utrecht-button--secondary-action.utrecht-button--disabled{background-color:var(--utrecht-button-secondary-action-disabled-background-color, var(--utrecht-button-disabled-background-color, var(--utrecht-button-background-color)));border-color:var(--utrecht-button-secondary-action-disabled-border-color, var(--utrecht-button-disabled-border-color, var(--utrecht-button-border-color)));color:var(--utrecht-button-secondary-action-disabled-color, var(--utrecht-button-disabled-color, var(--utrecht-button-color)))}.utrecht-button--secondary-action:focus:not(:disabled):not([aria-disabled=true]):not(.utrecht-button--disabled){background-color:var(--utrecht-button-focus-background-color, var(--utrecht-button-background-color));border-color:var(--utrecht-button-focus-border-color, var(--utrecht-button-border-color));color:var(--utrecht-button-focus-color, var(--utrecht-button-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-button--secondary-action:focus:not(:focus-visible){box-shadow:none;outline-style:none}.utrecht-button--subtle{background-color:var(--utrecht-button-subtle-background-color, var(--utrecht-button-background-color));border-color:var(--utrecht-button-subtle-border-color, var(--utrecht-button-border-color));border-width:var(--utrecht-button-subtle-border-width, var(--utrecht-button-border-width));color:var(--utrecht-button-subtle-color, var(--utrecht-button-color))}.utrecht-button--subtle.utrecht-button--hover:not(:disabled),.utrecht-button--subtle.utrecht-button:hover:not(:disabled):not([aria-disabled=true]):not(.utrecht-button--disabled){background-color:var(--utrecht-button-subtle-hover-background-color, var(--utrecht-button-subtle-background-color, var(--utrecht-button-hover-background-color, var(--utrecht-button-background-color))));border-color:var(--utrecht-button-subtle-hover-border-color, var(--utrecht-button-subtle-border-color, var(--utrecht-button-hover-border-color, var(--utrecht-button-border-color))));color:var(--utrecht-button-subtle-hover-color, var(--utrecht-button-subtle-color, var(--utrecht-button-hover-color, var(--utrecht-button-color))))}.utrecht-button--subtle.utrecht-button:disabled,.utrecht-button--subtle.utrecht-button--disabled{background-color:var(--utrecht-button-subtle-disabled-background-color, var(--utrecht-button-disabled-background-color, var(--utrecht-button-background-color)));border-color:var(--utrecht-button-subtle-disabled-border-color, var(--utrecht-button-disabled-border-color, var(--utrecht-button-border-color)));color:var(--utrecht-button-subtle-disabled-color, var(--utrecht-button-disabled-color, var(--utrecht-button-color)))}.utrecht-button--subtle:focus:not(:disabled):not([aria-disabled=true]):not(.utrecht-button--disabled){background-color:var(--utrecht-button-focus-background-color, var(--utrecht-button-background-color));border-color:var(--utrecht-button-focus-border-color, var(--utrecht-button-border-color));color:var(--utrecht-button-focus-color, var(--utrecht-button-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-button--subtle:focus:not(:focus-visible){box-shadow:none;outline-style:none}:host{display:inline-block}:host([hidden]){display:none !important}";
9
+
10
+ const Button = class {
11
+ constructor(hostRef) {
12
+ index.registerInstance(this, hostRef);
13
+ this.utrechtRequestReset = index.createEvent(this, "utrechtRequestReset", 7);
14
+ this.utrechtRequestSubmit = index.createEvent(this, "utrechtRequestSubmit", 7);
15
+ }
16
+ render() {
17
+ const handleReset = () => {
18
+ var _a, _b;
19
+ const event = this.utrechtRequestReset.emit();
20
+ if (!event.defaultPrevented) {
21
+ (_b = (_a = this.host) === null || _a === void 0 ? void 0 : _a.closest('form')) === null || _b === void 0 ? void 0 : _b.reset();
22
+ }
23
+ };
24
+ const handleSubmit = () => {
25
+ var _a, _b;
26
+ const event = this.utrechtRequestSubmit.emit();
27
+ if (!event.defaultPrevented) {
28
+ (_b = (_a = this.host) === null || _a === void 0 ? void 0 : _a.closest('form')) === null || _b === void 0 ? void 0 : _b.requestSubmit();
29
+ }
30
+ };
31
+ const handleClick = () => {
32
+ if (this.type === 'reset') {
33
+ handleReset();
34
+ }
35
+ else if (this.type === 'submit') {
36
+ handleSubmit();
37
+ }
38
+ };
39
+ return (index.h("button", { class: clsx_m.clsx('utrecht-button', this.busy && 'utrecht-button--busy', this.disabled && 'utrecht-button--disabled', this.type === 'submit' && 'utrecht-button--submit', this.appearance === 'primary-action-button' && 'utrecht-button--primary-action', this.appearance === 'secondary-action-button' && 'utrecht-button--secondary-action', this.appearance === 'subtle-button' && 'utrecht-button--subtle'), "aria-busy": this.busy ? 'true' : null, disabled: this.disabled, type: this.type || 'button', onClick: handleClick }, index.h("slot", null)));
40
+ }
41
+ get host() { return index.getElement(this); }
42
+ };
43
+ Button.style = indexCss$1;
44
+
45
+ const indexCss = ":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%}";
46
+
47
+ const DigidLogo = class {
48
+ constructor(hostRef) {
49
+ index.registerInstance(this, hostRef);
50
+ }
51
+ render() {
52
+ return (index.h("svg", { xmlns: "http://www.w3.org/2000/svg", version: "1.1", viewBox: "0 0 150 150" }, index.h("title", null, "DigiD"), index.h("path", { d: "M136 150H14c-8 0-14-6-14-14V14C0 6 6 0 14 0h122c8 0 14 6 14 14v122c0 8-6 14-14 14z" }), index.h("path", { d: "M17 115V79h10c12 0 19 6 19 17 0 13-8 19-19 19H17zm6-6h4c7 0 12-4 12-13 0-8-5-12-13-12h-3v25zM54 77c3 0 4 1 4 3s-1 4-4 4c-2 0-3-2-3-4s1-3 3-3zm3 38h-6V88h6v27zM72 109h6c6 0 9 3 9 7 0 5-4 9-14 9-8 0-11-2-11-7 0-2 1-4 4-6l-2-3c0-2 1-3 3-4-3-2-4-4-4-8 0-6 4-10 11-10l4 1h9v4h-4l2 5c0 6-4 9-12 9h-3l-1 1c0 2 1 2 3 2zm1 12c6 0 8-2 8-4s-1-2-3-2l-9-1-2 3c0 2 2 4 6 4zm6-24c0-3-2-5-5-5s-5 1-5 5 1 5 5 5c3 0 5-1 5-5z", fill: "#FFFFFF" }), index.h("path", { d: "M94 77c2 0 3 1 3 3s-1 4-3 4c-3 0-4-2-4-4s1-3 4-3zm3 38h-6V88h6v27zM105 115V79h10c12 0 18 6 18 17 0 13-7 19-19 19h-9zm6-6h4c7 0 12-4 12-13 0-8-5-12-13-12h-3v25z", fill: "#E17000" })));
53
+ }
54
+ };
55
+ DigidLogo.style = indexCss;
56
+
57
+ exports.utrecht_button = Button;
58
+ exports.utrecht_digid_logo = DigidLogo;
@@ -0,0 +1,32 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ const index = require('./index-bc39ab9c.js');
6
+ const clsx_m = require('./clsx.m-b00fa5e1.js');
7
+
8
+ const indexCss = ".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}";
9
+
10
+ const Checkbox = class {
11
+ constructor(hostRef) {
12
+ index.registerInstance(this, hostRef);
13
+ this.utrechtBlur = index.createEvent(this, "utrechtBlur", 7);
14
+ this.utrechtChange = index.createEvent(this, "utrechtChange", 7);
15
+ this.utrechtFocus = index.createEvent(this, "utrechtFocus", 7);
16
+ this.utrechtInput = index.createEvent(this, "utrechtInput", 7);
17
+ this.disabled = false;
18
+ this.readOnly = false;
19
+ this.checked = false;
20
+ this.value = '';
21
+ }
22
+ render() {
23
+ const { checked, disabled, value } = this;
24
+ return (index.h("input", { class: clsx_m.clsx('utrecht-checkbox'), type: "checkbox", checked: checked, disabled: disabled, value: value, onBlur: (evt) => this.utrechtBlur.emit(evt), onChange: (evt) => this.utrechtChange.emit(evt), onFocus: (evt) => this.utrechtFocus.emit(evt), onInput: (evt) => {
25
+ this.checked = evt.target.checked;
26
+ this.utrechtInput.emit(evt);
27
+ } }));
28
+ }
29
+ };
30
+ Checkbox.style = indexCss;
31
+
32
+ exports.utrecht_checkbox = Checkbox;
@@ -0,0 +1,19 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ const index = require('./index-bc39ab9c.js');
6
+
7
+ const indexCss = ".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}.utrecht-contact-card{--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;--utrecht-heading-2-text-transform:uppercase;--utrecht-heading-2-font-size:var(--utrecht-typography-scale-md-font-size);--utrecht-contact-card-background-color:hsl(207 60% 91%);--utrecht-contact-card-background-color-2:hsl(207 60% 96%);background-color:#dae9f6;background-image:linear-gradient(45deg, var(--utrecht-contact-card-background-color), var(--utrecht-contact-card-background-color) 50%, var(--utrecht-contact-card-background-color-2) 50%, var(--utrecht-contact-card-background-color-2));background-position-x:66%;background-size:200%;color:var(--utrecht-color-black);padding-block-end:var(--utrecht-space-block-xl);padding-block-start:var(--utrecht-space-block-xl);padding-inline-end:var(--utrecht-space-inline-xl);padding-inline-start:var(--utrecht-space-inline-xl)}.utrecht-contact-card__content{display:flex;flex-direction:row}.utrecht-contact-card__section{margin-block-start:var(--utrecht-space-row-lg);width:100%}.utrecht-contact-card__telephone{--utrecht-paragraph-font-size:var(--utrecht-typography-scale-2xl-font-size)}";
8
+
9
+ const ContactCardTemplate = class {
10
+ constructor(hostRef) {
11
+ index.registerInstance(this, hostRef);
12
+ }
13
+ render() {
14
+ return (index.h("div", { class: "utrecht-contact-card" }, index.h("utrecht-heading-2", null, "Hulp en contact"), index.h("div", { class: "utrecht-contact-card__content" }, index.h("div", { class: "utrecht-contact-card__section" }, index.h("utrecht-heading-3", null, "Telefoon"), index.h("utrecht-paragraph", { class: "utrecht-contact-card__telephone" }, index.h("a", { href: "tel:14-030", class: "utrecht-link utrecht-link--telephone", title: "Telefoonnummer van gemeente Utrecht" }, "14 030")), index.h("utrecht-paragraph", null, "Maandag t/m vrijdag 8.30 \u2013 17.30 uur")), index.h("div", { class: "utrecht-contact-card__section" }, index.h("utrecht-heading-3", null, "E-mail"), index.h("utrecht-paragraph", null, index.h("a", { class: "utrecht-link", href: "https://www.utrecht.nl/reactieformulier", title: "Algemeen reactieformulier van de gemeente Utrecht" }, "reactieformulier"))))));
15
+ }
16
+ };
17
+ ContactCardTemplate.style = indexCss;
18
+
19
+ exports.utrecht_contact_card_template = ContactCardTemplate;
@@ -0,0 +1,52 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ const index = require('./index-bc39ab9c.js');
6
+ const clsx_m = require('./clsx.m-b00fa5e1.js');
7
+
8
+ const indexCss = ".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}";
9
+
10
+ const CustomCheckbox = class {
11
+ constructor(hostRef) {
12
+ index.registerInstance(this, hostRef);
13
+ this.utrechtBlur = index.createEvent(this, "utrechtBlur", 7);
14
+ this.utrechtChange = index.createEvent(this, "utrechtChange", 7);
15
+ this.utrechtFocus = index.createEvent(this, "utrechtFocus", 7);
16
+ this.utrechtInput = index.createEvent(this, "utrechtInput", 7);
17
+ this.disabled = false;
18
+ this.checked = false;
19
+ this.indeterminate = false;
20
+ this.invalid = false;
21
+ this.required = false;
22
+ }
23
+ render() {
24
+ const { checked, disabled, indeterminate, invalid, required } = this;
25
+ const active = false;
26
+ const toggleInteraction = () => {
27
+ if (!this.disabled) {
28
+ this.checked = !this.checked;
29
+ this.utrechtInput.emit(this);
30
+ this.utrechtChange.emit(this);
31
+ }
32
+ };
33
+ const handleClick = () => {
34
+ toggleInteraction();
35
+ };
36
+ const handleKeyPress = (evt) => {
37
+ if (evt.code === 'Space' || evt.key === ' ') {
38
+ // Do not scroll the page using Space when the toggle is focussed
39
+ evt.preventDefault();
40
+ }
41
+ };
42
+ const handleKeyUp = (evt) => {
43
+ if (evt.code === 'Space' || evt.key === ' ') {
44
+ toggleInteraction();
45
+ }
46
+ };
47
+ return (index.h("div", { class: "utrecht-custom-checkbox", role: "checkbox", tabIndex: disabled ? null : 0, "aria-checked": indeterminate ? 'mixed' : checked ? 'true' : 'false', "aria-disabled": disabled ? 'true' : null, "aria-invalid": invalid ? 'true' : null, "aria-required": required ? 'true' : null, onClick: handleClick, onKeyPress: handleKeyPress, onKeyUp: handleKeyUp }, index.h("div", { class: clsx_m.clsx('utrecht-custom-checkbox__box', active , checked && 'utrecht-custom-checkbox__box--checked', !checked && 'utrecht-custom-checkbox__box--not-checked', disabled && 'utrecht-custom-checkbox__box--disabled', invalid && 'utrecht-custom-checkbox__box--invalid', indeterminate && 'utrecht-custom-checkbox__box--indeterminate') }, checked && index.h("utrecht-icon-checkmark", { class: "utrecht-custom-checkbox__icon" }, "\u2714"), indeterminate && (index.h("utrecht-icon-indeterminate", { class: "utrecht-custom-checkbox__icon" }, "\u25A0")))));
48
+ }
49
+ };
50
+ CustomCheckbox.style = indexCss;
51
+
52
+ exports.utrecht_custom_checkbox = CustomCheckbox;
@@ -0,0 +1,19 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ const index = require('./index-bc39ab9c.js');
6
+
7
+ const indexCss = ".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}";
8
+
9
+ const DigidButton = class {
10
+ constructor(hostRef) {
11
+ index.registerInstance(this, hostRef);
12
+ }
13
+ render() {
14
+ return (index.h("div", { class: "utrecht-digid-button" }, index.h("utrecht-digid-logo", { class: "utrecht-digid-button__logo" }), index.h("utrecht-button", { appearance: "primary-action-button", class: "utrecht-digid-button__button", type: this.type || null }, index.h("slot", null))));
15
+ }
16
+ };
17
+ DigidButton.style = indexCss;
18
+
19
+ exports.utrecht_digid_button = DigidButton;
@@ -2,9 +2,9 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-4628fffe.js');
5
+ const index = require('./index-bc39ab9c.js');
6
6
 
7
- const bemCss = ".utrecht-document{background-color:var(--utrecht-document-background-color, inherit);color:var(--utrecht-document-color, inherit);font-family:var(--utrecht-document-font-family, inherit);font-size:var(--utrecht-document-font-size, inherit);line-height:var(--utrecht-document-line-height, inherit)}";
7
+ const indexCss = ".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}";
8
8
 
9
9
  const Document = class {
10
10
  constructor(hostRef) {
@@ -14,6 +14,6 @@ const Document = class {
14
14
  return (index.h("div", { class: "utrecht-document" }, index.h("slot", null)));
15
15
  }
16
16
  };
17
- Document.style = bemCss;
17
+ Document.style = indexCss;
18
18
 
19
19
  exports.utrecht_document = Document;
@@ -0,0 +1,19 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ const index = require('./index-bc39ab9c.js');
6
+
7
+ const indexCss = ":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%}";
8
+
9
+ const EherkenningLogo = class {
10
+ constructor(hostRef) {
11
+ index.registerInstance(this, hostRef);
12
+ }
13
+ render() {
14
+ return (index.h("svg", { xmlns: "http://www.w3.org/2000/svg", version: "1.1", viewBox: "-1 0 81 80" }, index.h("title", null, "Eherkenning"), index.h("rect", { fill: "#E0E0E0", width: "80", height: "80" }), index.h("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" }), index.h("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" }), index.h("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" }), index.h("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" }), index.h("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" })));
15
+ }
16
+ };
17
+ EherkenningLogo.style = indexCss;
18
+
19
+ exports.utrecht_eherkenning_logo = EherkenningLogo;
@@ -0,0 +1,19 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ const index = require('./index-bc39ab9c.js');
6
+
7
+ const indexCss = ":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%}";
8
+
9
+ const EidasLogo = class {
10
+ constructor(hostRef) {
11
+ index.registerInstance(this, hostRef);
12
+ }
13
+ render() {
14
+ return (index.h("svg", { viewBox: "0 0 21 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, index.h("path", { d: "M21 17.3383C21 18.2955 20.2291 19.0664 19.272 19.0664H1.72805C0.770872 19.0664 0 18.2955 0 17.3383V1.72805C0 0.770879 0.777296 0 1.72805 0H19.272C20.2291 0 21 0.777303 21 1.72805V17.3383Z", fill: "#2C4375" }), index.h("path", { d: "M7.88867 19.0984V15.9057C7.88867 14.5952 8.94862 13.5353 10.2591 13.5353H17.0493C18.3598 13.5353 19.4197 14.6017 19.4197 15.9057V19.0984", fill: "white" }), index.h("path", { d: "M9.38546 9.78369C9.55891 9.19911 9.83513 8.72373 10.2141 8.34472C10.5932 7.97213 11.075 7.69589 11.6724 7.51602C12.2698 7.33615 12.9765 7.24622 13.8051 7.24622C14.4989 7.24622 15.1028 7.32973 15.6231 7.49675C16.1435 7.66377 16.5932 7.92716 16.985 8.2869C17.4411 8.71089 17.7495 9.20553 17.9101 9.76442C18.0707 10.3233 18.1542 11.0299 18.1542 11.8651V17.0428C18.1542 17.486 18.0514 17.8201 17.8523 18.0385C17.6467 18.2569 17.3833 18.3661 17.0557 18.3661C16.7281 18.3661 16.4647 18.2569 16.272 18.0385C16.0792 17.8201 15.9765 17.4925 15.9765 17.0428V11.7173C15.9765 10.7987 15.803 10.1113 15.4497 9.66163C15.0964 9.21196 14.4989 8.98069 13.6445 8.98069C13.0278 8.98069 12.5525 9.0899 12.2056 9.31474C11.8651 9.53958 11.6274 9.84793 11.4925 10.2526C11.3576 10.6574 11.2934 11.1584 11.2934 11.7559V17.0428C11.2934 17.4796 11.197 17.8137 10.9979 18.0321C10.7987 18.2505 10.5353 18.3597 10.1949 18.3597C9.87367 18.3597 9.6103 18.2505 9.41758 18.0321C9.21844 17.8137 9.12207 17.4796 9.12207 17.0428V11.8779C9.12207 11.0621 9.21201 10.3683 9.38546 9.78369Z", fill: "white" }), index.h("path", { d: "M13.169 0.648804L13.683 2.0942L15.3275 2.08778L13.9913 2.98071L14.5052 4.41968L13.169 3.52675L11.8457 4.41968L12.3532 2.98071L11.0234 2.08778L12.668 2.0942L13.169 0.648804Z", fill: "#F2CD23" }), index.h("path", { d: "M18.2893 1.59314L18.7968 3.03854L20.4413 3.03211L19.1116 3.91862L19.6191 5.35759L18.2893 4.46466L16.9595 5.35759L17.4735 3.91862L16.1309 3.03211L17.7882 3.03854L18.2893 1.59314Z", fill: "#F2CD23" }), index.h("path", { d: "M3.60369 14.833L4.11118 16.2784L5.75573 16.272L4.41954 17.1585L4.93346 18.5975L3.60369 17.7045L2.27392 18.5975L2.78784 17.1585L1.45166 16.272L3.09619 16.2784L3.60369 14.833Z", fill: "#F2CD23" }), index.h("path", { d: "M4.80536 5.51819L5.31284 6.96358L6.95739 6.95716L5.62763 7.84367L6.13512 9.28264L4.80536 8.38971L3.47559 9.28264L3.98308 7.84367L2.65332 6.95716L4.30428 6.96358L4.80536 5.51819Z", fill: "#F2CD23" }), index.h("path", { d: "M8.43483 2.07495L8.93591 3.52035L10.5869 3.51392L9.25068 4.40043L9.76459 5.83941L8.43483 4.94647L7.10507 5.83941L7.61256 4.40043L6.27637 3.51392L7.92733 3.52035L8.43483 2.07495Z", fill: "#F2CD23" }), index.h("path", { d: "M3.12176 10.3234L3.62925 11.7688L5.28021 11.7623L3.94402 12.6488L4.45152 14.0878L3.12176 13.1949L1.79198 14.0878L2.3059 12.6488L0.969727 11.7623L2.61426 11.7688L3.12176 10.3234Z", fill: "#F2CD23" })));
15
+ }
16
+ };
17
+ EidasLogo.style = indexCss;
18
+
19
+ exports.utrecht_eidas_logo = EidasLogo;
@@ -0,0 +1,34 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ const index = require('./index-bc39ab9c.js');
6
+ const clsx_m = require('./clsx.m-b00fa5e1.js');
7
+
8
+ const indexCss = ".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}";
9
+
10
+ const FormFieldCheckbox = class {
11
+ constructor(hostRef) {
12
+ index.registerInstance(this, hostRef);
13
+ this.utrechtBlur = index.createEvent(this, "utrechtBlur", 7);
14
+ this.utrechtChange = index.createEvent(this, "utrechtChange", 7);
15
+ this.utrechtFocus = index.createEvent(this, "utrechtFocus", 7);
16
+ this.utrechtInput = index.createEvent(this, "utrechtInput", 7);
17
+ this.label = false;
18
+ this.disabled = false;
19
+ this.checked = false;
20
+ this.invalid = false;
21
+ this.required = false;
22
+ this.value = '';
23
+ }
24
+ render() {
25
+ const { checked, disabled, invalid, required, value } = this;
26
+ return (index.h("div", { class: "utrecht-form-field utrecht-form-field--checkbox" }, index.h("input", { id: "input", class: clsx_m.clsx('utrecht-checkbox'), type: "checkbox", checked: checked, disabled: disabled, "aria-invalid": invalid ? 'true' : null, required: required, value: value, onBlur: (evt) => this.utrechtBlur.emit(evt), onChange: (evt) => this.utrechtChange.emit(evt), onFocus: (evt) => this.utrechtFocus.emit(evt), onInput: (evt) => {
27
+ this.checked = evt.target.checked;
28
+ this.utrechtInput.emit(evt);
29
+ } }), index.h("label", { class: clsx_m.clsx('utrecht-form-field__label', 'utrecht-form-field__label--checkbox', 'utrecht-form-label', 'utrecht-form-label--checkbox'), htmlFor: "input" }, index.h("slot", null))));
30
+ }
31
+ };
32
+ FormFieldCheckbox.style = indexCss;
33
+
34
+ exports.utrecht_form_field_checkbox = FormFieldCheckbox;
@@ -0,0 +1,22 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ const index = require('./index-bc39ab9c.js');
6
+ const clsx_m = require('./clsx.m-b00fa5e1.js');
7
+
8
+ const indexCss = ".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}";
9
+
10
+ const FormFieldDescription = class {
11
+ constructor(hostRef) {
12
+ index.registerInstance(this, hostRef);
13
+ this.status = null;
14
+ }
15
+ render() {
16
+ const { status } = this;
17
+ return (index.h("div", { class: clsx_m.clsx('utrecht-form-field-description', status === 'valid' && 'utrecht-form-field-description--valid', status === 'invalid' && 'utrecht-form-field-description--invalid') }, index.h("slot", null)));
18
+ }
19
+ };
20
+ FormFieldDescription.style = indexCss;
21
+
22
+ exports.utrecht_form_field_description = FormFieldDescription;