@utrecht/web-component-library-stencil 4.1.0 → 4.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (189) hide show
  1. package/dist/cjs/utrecht-action-group_46.cjs.entry.js +17 -15
  2. package/dist/cjs/utrecht-action-group_46.cjs.entry.js.map +1 -1
  3. package/dist/cjs/utrecht-body.cjs.entry.js +4 -4
  4. package/dist/cjs/utrecht-body.cjs.entry.js.map +1 -1
  5. package/dist/cjs/utrecht-data-list-item.cjs.entry.js +1 -1
  6. package/dist/cjs/utrecht-form-toggle.cjs.entry.js +1 -1
  7. package/dist/cjs/utrecht-form-toggle.cjs.entry.js.map +1 -1
  8. package/dist/cjs/utrecht-html-content.cjs.entry.js +1 -1
  9. package/dist/cjs/utrecht-html-content.cjs.entry.js.map +1 -1
  10. package/dist/cjs/utrecht-progress-list-item.cjs.entry.js +1 -1
  11. package/dist/cjs/utrecht-progress-list-item.cjs.entry.js.map +1 -1
  12. package/dist/cjs/utrecht-progress-list.cjs.entry.js +1 -1
  13. package/dist/cjs/utrecht-progress-list.cjs.entry.js.map +1 -1
  14. package/dist/cjs/utrecht-progress-sublist-item.cjs.entry.js +1 -1
  15. package/dist/cjs/utrecht-progress-sublist-item.cjs.entry.js.map +1 -1
  16. package/dist/cjs/utrecht-root.cjs.entry.js +1 -1
  17. package/dist/cjs/utrecht-root.cjs.entry.js.map +1 -1
  18. package/dist/cjs/utrecht-table-caption.cjs.entry.js +1 -1
  19. package/dist/cjs/utrecht-table-caption.cjs.entry.js.map +1 -1
  20. package/dist/cjs/utrecht-table-container.cjs.entry.js +1 -1
  21. package/dist/cjs/utrecht-table-container.cjs.entry.js.map +1 -1
  22. package/dist/cjs/utrecht-table-header.cjs.entry.js +1 -1
  23. package/dist/cjs/utrecht-table-header.cjs.entry.js.map +1 -1
  24. package/dist/cjs/utrecht-table-row.cjs.entry.js +1 -1
  25. package/dist/cjs/utrecht-table-row.cjs.entry.js.map +1 -1
  26. package/dist/collection/components/alert.js +3 -2
  27. package/dist/collection/components/alert.js.map +1 -1
  28. package/dist/collection/components/body.css +0 -4
  29. package/dist/collection/components/body.js +1 -1
  30. package/dist/collection/components/body.js.map +1 -1
  31. package/dist/collection/components/breadcrumb-nav.css +6 -0
  32. package/dist/collection/components/button-link.css +7 -1
  33. package/dist/collection/components/button.css +7 -1
  34. package/dist/collection/components/checkbox.css +6 -0
  35. package/dist/collection/components/contact-card-template.css +6 -0
  36. package/dist/collection/components/custom-checkbox.css +6 -0
  37. package/dist/collection/components/data-list-item.css +1 -1
  38. package/dist/collection/components/form-field-checkbox.css +6 -1
  39. package/dist/collection/components/form-field-textarea.css +6 -1
  40. package/dist/collection/components/form-field-textbox.css +6 -1
  41. package/dist/collection/components/form-toggle.css +10 -2
  42. package/dist/collection/components/heading-1.css +3 -3
  43. package/dist/collection/components/heading-2.css +3 -3
  44. package/dist/collection/components/heading-3.css +3 -3
  45. package/dist/collection/components/heading-4.css +3 -3
  46. package/dist/collection/components/heading-5.css +3 -3
  47. package/dist/collection/components/heading-6.css +3 -3
  48. package/dist/collection/components/heading.css +18 -18
  49. package/dist/collection/components/html-content.css +47 -24
  50. package/dist/collection/components/link-button.css +6 -0
  51. package/dist/collection/components/link.css +6 -0
  52. package/dist/collection/components/number-data.css +4 -0
  53. package/dist/collection/components/pagination.css +6 -0
  54. package/dist/collection/components/progress-list.css +9 -4
  55. package/dist/collection/components/root.css +52 -4
  56. package/dist/collection/components/sidenav.css +6 -0
  57. package/dist/collection/components/skip-link.css +6 -0
  58. package/dist/collection/components/table-caption.css +3 -3
  59. package/dist/collection/components/table-container.css +1 -3
  60. package/dist/collection/components/table-header.css +0 -1
  61. package/dist/collection/components/table-row.css +0 -1
  62. package/dist/collection/components/textarea.css +6 -0
  63. package/dist/collection/components/textbox.css +6 -0
  64. package/dist/collection/components/top-task-link.css +6 -0
  65. package/dist/collection/components/url-data.css +0 -1
  66. package/dist/components/p-145331fd.js +143 -0
  67. package/dist/components/{p-50d20687.js.map → p-145331fd.js.map} +1 -1
  68. package/dist/components/{p-6cc7a0ab.js → p-903009d4.js} +2 -2
  69. package/dist/components/{p-6cc7a0ab.js.map → p-903009d4.js.map} +1 -1
  70. package/dist/components/{p-8b0c8650.js → p-b99c32b3.js} +2 -2
  71. package/dist/components/{p-8b0c8650.js.map → p-b99c32b3.js.map} +1 -1
  72. package/dist/components/utrecht-alert.js +4 -2
  73. package/dist/components/utrecht-alert.js.map +1 -1
  74. package/dist/components/utrecht-body.js +4 -4
  75. package/dist/components/utrecht-body.js.map +1 -1
  76. package/dist/components/utrecht-button-link.js +1 -1
  77. package/dist/components/utrecht-button-link.js.map +1 -1
  78. package/dist/components/utrecht-button.js +1 -1
  79. package/dist/components/utrecht-contact-card-template.js +2 -2
  80. package/dist/components/utrecht-data-list-item.js +1 -1
  81. package/dist/components/utrecht-form-field-checkbox.js +1 -1
  82. package/dist/components/utrecht-form-field-checkbox.js.map +1 -1
  83. package/dist/components/utrecht-form-field-textarea.js +1 -1
  84. package/dist/components/utrecht-form-field-textarea.js.map +1 -1
  85. package/dist/components/utrecht-form-field-textbox.js +1 -1
  86. package/dist/components/utrecht-form-field-textbox.js.map +1 -1
  87. package/dist/components/utrecht-form-toggle.js +1 -1
  88. package/dist/components/utrecht-form-toggle.js.map +1 -1
  89. package/dist/components/utrecht-heading-1.js +1 -1
  90. package/dist/components/utrecht-heading-1.js.map +1 -1
  91. package/dist/components/utrecht-heading-2.js +1 -1
  92. package/dist/components/utrecht-heading-3.js +1 -1
  93. package/dist/components/utrecht-heading-4.js +1 -1
  94. package/dist/components/utrecht-heading-4.js.map +1 -1
  95. package/dist/components/utrecht-heading-5.js +1 -1
  96. package/dist/components/utrecht-heading-5.js.map +1 -1
  97. package/dist/components/utrecht-heading-6.js +1 -1
  98. package/dist/components/utrecht-heading-6.js.map +1 -1
  99. package/dist/components/utrecht-heading.js +1 -1
  100. package/dist/components/utrecht-heading.js.map +1 -1
  101. package/dist/components/utrecht-html-content.js +1 -1
  102. package/dist/components/utrecht-html-content.js.map +1 -1
  103. package/dist/components/utrecht-progress-list-item.js +2 -2
  104. package/dist/components/utrecht-progress-list-item.js.map +1 -1
  105. package/dist/components/utrecht-progress-list.js +1 -1
  106. package/dist/components/utrecht-progress-list.js.map +1 -1
  107. package/dist/components/utrecht-progress-sublist-item.js +1 -1
  108. package/dist/components/utrecht-progress-sublist-item.js.map +1 -1
  109. package/dist/components/utrecht-root.js +1 -1
  110. package/dist/components/utrecht-root.js.map +1 -1
  111. package/dist/components/utrecht-table-caption.js +1 -1
  112. package/dist/components/utrecht-table-caption.js.map +1 -1
  113. package/dist/components/utrecht-table-container.js +1 -1
  114. package/dist/components/utrecht-table-container.js.map +1 -1
  115. package/dist/components/utrecht-table-header.js +1 -1
  116. package/dist/components/utrecht-table-header.js.map +1 -1
  117. package/dist/components/utrecht-table-row.js +1 -1
  118. package/dist/components/utrecht-table-row.js.map +1 -1
  119. package/dist/components/utrecht-url-data.js +1 -1
  120. package/dist/components/utrecht-url-data.js.map +1 -1
  121. package/dist/esm/utrecht-action-group_46.entry.js +17 -15
  122. package/dist/esm/utrecht-action-group_46.entry.js.map +1 -1
  123. package/dist/esm/utrecht-body.entry.js +4 -4
  124. package/dist/esm/utrecht-body.entry.js.map +1 -1
  125. package/dist/esm/utrecht-data-list-item.entry.js +1 -1
  126. package/dist/esm/utrecht-form-toggle.entry.js +1 -1
  127. package/dist/esm/utrecht-form-toggle.entry.js.map +1 -1
  128. package/dist/esm/utrecht-html-content.entry.js +1 -1
  129. package/dist/esm/utrecht-html-content.entry.js.map +1 -1
  130. package/dist/esm/utrecht-progress-list-item.entry.js +1 -1
  131. package/dist/esm/utrecht-progress-list-item.entry.js.map +1 -1
  132. package/dist/esm/utrecht-progress-list.entry.js +1 -1
  133. package/dist/esm/utrecht-progress-list.entry.js.map +1 -1
  134. package/dist/esm/utrecht-progress-sublist-item.entry.js +1 -1
  135. package/dist/esm/utrecht-progress-sublist-item.entry.js.map +1 -1
  136. package/dist/esm/utrecht-root.entry.js +1 -1
  137. package/dist/esm/utrecht-root.entry.js.map +1 -1
  138. package/dist/esm/utrecht-table-caption.entry.js +1 -1
  139. package/dist/esm/utrecht-table-caption.entry.js.map +1 -1
  140. package/dist/esm/utrecht-table-container.entry.js +1 -1
  141. package/dist/esm/utrecht-table-container.entry.js.map +1 -1
  142. package/dist/esm/utrecht-table-header.entry.js +1 -1
  143. package/dist/esm/utrecht-table-header.entry.js.map +1 -1
  144. package/dist/esm/utrecht-table-row.entry.js +1 -1
  145. package/dist/esm/utrecht-table-row.entry.js.map +1 -1
  146. package/dist/types/components/body.d.ts +1 -1
  147. package/dist/utrecht/p-07df436f.entry.js +2 -0
  148. package/dist/utrecht/p-07df436f.entry.js.map +1 -0
  149. package/dist/utrecht/p-111bc630.entry.js +2 -0
  150. package/dist/utrecht/{p-b78c917c.entry.js.map → p-111bc630.entry.js.map} +1 -1
  151. package/dist/utrecht/p-161ae02f.entry.js +2 -0
  152. package/dist/utrecht/{p-9bbd5241.entry.js.map → p-161ae02f.entry.js.map} +1 -1
  153. package/dist/utrecht/p-1c7451c7.entry.js +2 -0
  154. package/dist/utrecht/{p-9dd388f5.entry.js.map → p-1c7451c7.entry.js.map} +1 -1
  155. package/dist/utrecht/p-54afb1bf.entry.js +2 -0
  156. package/dist/utrecht/{p-8061ad92.entry.js.map → p-54afb1bf.entry.js.map} +1 -1
  157. package/dist/utrecht/p-56bc0920.entry.js +2 -0
  158. package/dist/utrecht/{p-82fddfe5.entry.js.map → p-56bc0920.entry.js.map} +1 -1
  159. package/dist/utrecht/{p-a2f05439.entry.js → p-867b57d2.entry.js} +2 -2
  160. package/dist/utrecht/{p-a2f05439.entry.js.map → p-867b57d2.entry.js.map} +1 -1
  161. package/dist/utrecht/p-b06b325e.entry.js +2 -0
  162. package/dist/utrecht/{p-fc013486.entry.js.map → p-b06b325e.entry.js.map} +1 -1
  163. package/dist/utrecht/{p-57bd3d72.entry.js → p-d5053155.entry.js} +2 -2
  164. package/dist/utrecht/p-e26c28d0.entry.js +2 -0
  165. package/dist/utrecht/{p-c68c6594.entry.js.map → p-e26c28d0.entry.js.map} +1 -1
  166. package/dist/utrecht/p-e2d5f0a5.entry.js +2 -0
  167. package/dist/utrecht/{p-e31537c7.entry.js.map → p-e2d5f0a5.entry.js.map} +1 -1
  168. package/dist/utrecht/p-edc6473f.entry.js +2 -0
  169. package/dist/utrecht/p-edc6473f.entry.js.map +1 -0
  170. package/dist/utrecht/p-f516287a.entry.js +2 -0
  171. package/dist/utrecht/p-f516287a.entry.js.map +1 -0
  172. package/dist/utrecht/utrecht.esm.js +1 -1
  173. package/package.json +34 -34
  174. package/dist/components/p-50d20687.js +0 -143
  175. package/dist/utrecht/p-8061ad92.entry.js +0 -2
  176. package/dist/utrecht/p-82fddfe5.entry.js +0 -2
  177. package/dist/utrecht/p-9bbd5241.entry.js +0 -2
  178. package/dist/utrecht/p-9dd388f5.entry.js +0 -2
  179. package/dist/utrecht/p-aee3361b.entry.js +0 -2
  180. package/dist/utrecht/p-aee3361b.entry.js.map +0 -1
  181. package/dist/utrecht/p-b78c917c.entry.js +0 -2
  182. package/dist/utrecht/p-c68c6594.entry.js +0 -2
  183. package/dist/utrecht/p-e04057c0.entry.js +0 -2
  184. package/dist/utrecht/p-e04057c0.entry.js.map +0 -1
  185. package/dist/utrecht/p-e31537c7.entry.js +0 -2
  186. package/dist/utrecht/p-f9f49c15.entry.js +0 -2
  187. package/dist/utrecht/p-f9f49c15.entry.js.map +0 -1
  188. package/dist/utrecht/p-fc013486.entry.js +0 -2
  189. /package/dist/utrecht/{p-57bd3d72.entry.js.map → p-d5053155.entry.js.map} +0 -0
@@ -1,2 +1,2 @@
1
- import{p as e,b as t}from"./p-8dcab6dc.js";export{s as setNonce}from"./p-8dcab6dc.js";import{g as c}from"./p-e1255160.js";var r=()=>{const t=import.meta.url;const c={};if(t!==""){c.resourcesUrl=new URL(".",t).href}return e(c)};r().then((async e=>{await c();return t(JSON.parse('[["p-1baaee1a",[[1,"utrecht-contact-card-template"]]],["p-4b6cd322",[[1,"utrecht-digid-button",{"type":[1]}]]],["p-b78c917c",[[1,"utrecht-progress-list-item",{"checked":[4],"from":[1],"to":[1],"appearance":[1],"details":[4],"_open":[32]}]]],["p-28822e27",[[1,"utrecht-backdrop",{"viewport":[4]}]]],["p-8061ad92",[[1,"utrecht-body"]]],["p-467870d5",[[1,"utrecht-breadcrumb-nav",{"json":[1],"variant":[1]}]]],["p-21dbe1d4",[[1,"utrecht-button-group",{"direction":[1]}]]],["p-36fe4680",[[1,"utrecht-checkbox",{"disabled":[516],"readOnly":[516,"readonly"],"checked":[4],"value":[1]}]]],["p-19e83668",[[1,"utrecht-column-layout",{"rule":[516]}]]],["p-f5cdd64f",[[1,"utrecht-custom-checkbox",{"disabled":[4],"checked":[4],"indeterminate":[4],"invalid":[4],"required":[4]}]]],["p-7b22e13b",[[1,"utrecht-data-list"]]],["p-9c7b8c97",[[1,"utrecht-data-list-actions"]]],["p-57bd3d72",[[1,"utrecht-data-list-item"]]],["p-ca083147",[[1,"utrecht-data-list-key"]]],["p-d8dad294",[[1,"utrecht-data-list-value"]]],["p-8fa97ab5",[[1,"utrecht-eherkenning-logo"]]],["p-8228d642",[[1,"utrecht-eidas-logo"]]],["p-bfed5ccc",[[1,"utrecht-form-field-error-message"]]],["p-a2f05439",[[1,"utrecht-form-toggle",{"disabled":[516],"checked":[516]}]]],["p-82fddfe5",[[4,"utrecht-html-content"]]],["p-3d3db59c",[[1,"utrecht-icon-afspraak-maken"]]],["p-e775c2a8",[[1,"utrecht-icon-afval"]]],["p-45ff3352",[[1,"utrecht-icon-afval-container"]]],["p-90a9eb1d",[[1,"utrecht-icon-afval-containerpas"]]],["p-e488c6b1",[[1,"utrecht-icon-afval-kalender"]]],["p-d3688266",[[1,"utrecht-icon-afval-pmd"]]],["p-47843878",[[1,"utrecht-icon-afval-scheiden"]]],["p-3a6e7d19",[[1,"utrecht-icon-afvalkalender"]]],["p-ed397181",[[1,"utrecht-icon-alleen"]]],["p-fedbf06f",[[1,"utrecht-icon-arrow"]]],["p-72ae5c03",[[1,"utrecht-icon-auto"]]],["p-6314e4b8",[[1,"utrecht-icon-begroting"]]],["p-776d7768",[[1,"utrecht-icon-bestemmingsplan"]]],["p-dc335ddd",[[1,"utrecht-icon-betaaldatum"]]],["p-c50336dc",[[1,"utrecht-icon-bewijsstukken"]]],["p-78c21963",[[1,"utrecht-icon-bijstand"]]],["p-290ce761",[[1,"utrecht-icon-blad"]]],["p-3eea9968",[[1,"utrecht-icon-bluesky"]]],["p-69832583",[[1,"utrecht-icon-bouw-projecten"]]],["p-e8e4010e",[[1,"utrecht-icon-bouwproject"]]],["p-fd29c2e2",[[1,"utrecht-icon-brandgevaar"]]],["p-29b62660",[[1,"utrecht-icon-brief-betalen"]]],["p-6ea02553",[[1,"utrecht-icon-buurtcentra"]]],["p-9f7b02c8",[[1,"utrecht-icon-checkmark"]]],["p-5df8aefb",[[1,"utrecht-icon-chevron-down"]]],["p-7a621025",[[1,"utrecht-icon-chevron-left",{"direction":[513]}]]],["p-acc18d8f",[[1,"utrecht-icon-chevron-right",{"direction":[513]}]]],["p-5658afce",[[1,"utrecht-icon-chevron-up"]]],["p-19d62e7d",[[1,"utrecht-icon-close"]]],["p-eb36b3ee",[[1,"utrecht-icon-coffee"]]],["p-feb4dc5d",[[1,"utrecht-icon-college-b-w"]]],["p-c642a427",[[1,"utrecht-icon-container"]]],["p-ced5e161",[[1,"utrecht-icon-container-bio"]]],["p-eacd4e52",[[1,"utrecht-icon-container-glas"]]],["p-483c5163",[[1,"utrecht-icon-container-groenafval"]]],["p-eb894b0d",[[1,"utrecht-icon-container-met-zak"]]],["p-0feba7b6",[[1,"utrecht-icon-container-papier"]]],["p-67df6f9c",[[1,"utrecht-icon-container-pmd"]]],["p-f009d628",[[1,"utrecht-icon-container-restafval"]]],["p-325ce3f9",[[1,"utrecht-icon-container-textiel"]]],["p-94b8777f",[[1,"utrecht-icon-cross"]]],["p-4fbd5c28",[[1,"utrecht-icon-dakloos"]]],["p-5f11293e",[[1,"utrecht-icon-dementie"]]],["p-768e3732",[[1,"utrecht-icon-documenten"]]],["p-6d34e267",[[1,"utrecht-icon-duurzaam"]]],["p-ce4dc315",[[1,"utrecht-icon-eenzaamheid"]]],["p-acceb16d",[[1,"utrecht-icon-eikenprocessie"]]],["p-4dccc767",[[1,"utrecht-icon-elektrisch-rijden"]]],["p-9cb77c05",[[1,"utrecht-icon-energie-projecten"]]],["p-448add58",[[1,"utrecht-icon-energie-vergoeding"]]],["p-7edbdf0f",[[1,"utrecht-icon-energietransitie"]]],["p-bc8f1891",[[1,"utrecht-icon-error"]]],["p-bd2b79b3",[[1,"utrecht-icon-evenementen"]]],["p-6ce607c8",[[1,"utrecht-icon-facebook"]]],["p-9143da83",[[1,"utrecht-icon-fiets"]]],["p-0a0160a2",[[1,"utrecht-icon-filter"]]],["p-9ba23f5b",[[1,"utrecht-icon-flickr"]]],["p-b1d58390",[[1,"utrecht-icon-geboorte"]]],["p-e007242a",[[1,"utrecht-icon-gebruiker-centraal"]]],["p-59db88af",[[1,"utrecht-icon-gebruiker-ingelogd"]]],["p-7085b884",[[1,"utrecht-icon-gegevenswoordenboek"]]],["p-087ae821",[[1,"utrecht-icon-geluid"]]],["p-bc2030f5",[[1,"utrecht-icon-gemeente-locatie"]]],["p-e9ac36de",[[1,"utrecht-icon-gemeenteraad"]]],["p-069ea65f",[[1,"utrecht-icon-gereedschap"]]],["p-3bd6391c",[[1,"utrecht-icon-gezicht"]]],["p-a1125298",[[1,"utrecht-icon-gezin"]]],["p-2af572e8",[[1,"utrecht-icon-glas-afval"]]],["p-95aaf340",[[1,"utrecht-icon-glijbaan"]]],["p-4dd92f91",[[1,"utrecht-icon-grafiek"]]],["p-c5312fd0",[[1,"utrecht-icon-groen-projecten"]]],["p-b7453fd0",[[1,"utrecht-icon-grofvuil"]]],["p-a0ea8ee5",[[1,"utrecht-icon-grofvuil-ophalen"]]],["p-3cfc7c42",[[1,"utrecht-icon-hamburger-menu"]]],["p-2c6408dc",[[1,"utrecht-icon-herdenking"]]],["p-84c92732",[[1,"utrecht-icon-hondenbelasting"]]],["p-840044eb",[[1,"utrecht-icon-horeca"]]],["p-7d3b6a5d",[[1,"utrecht-icon-horecavergunning"]]],["p-ade688d0",[[1,"utrecht-icon-huis"]]],["p-b85da70a",[[1,"utrecht-icon-huis-en-omgeving"]]],["p-fc8bb68d",[[1,"utrecht-icon-huishoudelijk-geweld"]]],["p-d0aa81fb",[[1,"utrecht-icon-hulp-huishouden"]]],["p-dc4bc93a",[[1,"utrecht-icon-hulp-vervoer"]]],["p-20f0e5e8",[[1,"utrecht-icon-hulp-zorg"]]],["p-5fd70140",[[1,"utrecht-icon-hulpmiddelen-gezin"]]],["p-598ee762",[[1,"utrecht-icon-hulpverlening"]]],["p-cc62fc1c",[[1,"utrecht-icon-idee"]]],["p-4ce75909",[[1,"utrecht-icon-informatie"]]],["p-34626ce0",[[1,"utrecht-icon-information"]]],["p-63a0f564",[[1,"utrecht-icon-innovatie"]]],["p-e62fe5fb",[[1,"utrecht-icon-inspraak-inwoners"]]],["p-74b3cff2",[[1,"utrecht-icon-instagram"]]],["p-2ec352df",[[1,"utrecht-icon-kalender"]]],["p-3c7ac0b1",[[1,"utrecht-icon-kennis"]]],["p-ce0e2e34",[[1,"utrecht-icon-kerstbomen"]]],["p-5f232b90",[[1,"utrecht-icon-klachten"]]],["p-57429f90",[[1,"utrecht-icon-kroon"]]],["p-e20a968b",[[1,"utrecht-icon-laadpaal"]]],["p-05e676e9",[[1,"utrecht-icon-language"]]],["p-42b52652",[[1,"utrecht-icon-lantaarnpaal"]]],["p-734f6376",[[1,"utrecht-icon-lantaarnpaal-oud"]]],["p-1cd57f13",[[1,"utrecht-icon-leren"]]],["p-e1835405",[[1,"utrecht-icon-let-op"]]],["p-45351ecb",[[1,"utrecht-icon-linkedin"]]],["p-25fd3855",[[1,"utrecht-icon-list"]]],["p-321d829b",[[1,"utrecht-icon-list-check"]]],["p-f56bcfdb",[[1,"utrecht-icon-list-number"]]],["p-82e3f78c",[[1,"utrecht-icon-loupe"]]],["p-a98d64a0",[[1,"utrecht-icon-mail"]]],["p-ede6c48d",[[1,"utrecht-icon-markt"]]],["p-cc6b7336",[[1,"utrecht-icon-mastodon"]]],["p-909fbcf8",[[1,"utrecht-icon-melding"]]],["p-50eed699",[[1,"utrecht-icon-melding-boom"]]],["p-5ab73d18",[[1,"utrecht-icon-melding-klacht"]]],["p-1200ed8a",[[1,"utrecht-icon-melding-openbareruimte"]]],["p-9cff640a",[[1,"utrecht-icon-melding-verlichting"]]],["p-deb95306",[[1,"utrecht-icon-menselijk"]]],["p-096946ff",[[1,"utrecht-icon-menu-dot"]]],["p-e953cef9",[[1,"utrecht-icon-menu-dot-open"]]],["p-e5d275a1",[[1,"utrecht-icon-meterkast"]]],["p-95a05b41",[[1,"utrecht-icon-milieu-ontheffing"]]],["p-7ba99ccf",[[1,"utrecht-icon-milieu-zone"]]],["p-e9d1f753",[[1,"utrecht-icon-minus"]]],["p-06c37caf",[[1,"utrecht-icon-minus-vertical"]]],["p-071a45f1",[[1,"utrecht-icon-mobiliteit"]]],["p-0d94dfab",[[1,"utrecht-icon-natuur"]]],["p-6fd743fd",[[1,"utrecht-icon-nieuw-huis"]]],["p-a58695ad",[[1,"utrecht-icon-nieuwsbrief"]]],["p-623e521a",[[1,"utrecht-icon-nummerbord"]]],["p-d55bafde",[[1,"utrecht-icon-om-het-huis"]]],["p-923bf5b0",[[1,"utrecht-icon-omgeving"]]],["p-246f4ea7",[[1,"utrecht-icon-omgevingsvisie"]]],["p-e80678b4",[[1,"utrecht-icon-omgevingswet"]]],["p-6ac4ac2b",[[1,"utrecht-icon-onderhoud"]]],["p-4e77ead5",[[1,"utrecht-icon-ondernemen"]]],["p-7a3a4ef6",[[1,"utrecht-icon-openingstijden"]]],["p-a9803ca2",[[1,"utrecht-icon-over-de-stad"]]],["p-694b5a42",[[1,"utrecht-icon-overlijden"]]],["p-e788bd85",[[1,"utrecht-icon-panden"]]],["p-50d8329b",[[1,"utrecht-icon-park"]]],["p-e9353678",[[1,"utrecht-icon-parkeerkaart"]]],["p-bb0614b9",[[1,"utrecht-icon-parkeervergunning"]]],["p-d97dcbe8",[[1,"utrecht-icon-parken"]]],["p-604485c1",[[1,"utrecht-icon-parkeren"]]],["p-9c7eaf58",[[1,"utrecht-icon-parkeren-bedrijven"]]],["p-d4b751da",[[1,"utrecht-icon-parkeren-betaalautomaat"]]],["p-a3803297",[[1,"utrecht-icon-parkeren-betalen"]]],["p-dac5a60b",[[1,"utrecht-icon-participatie-campagne"]]],["p-c337aa07",[[1,"utrecht-icon-participatie-like"]]],["p-f6c5a60e",[[1,"utrecht-icon-participatie-pitch"]]],["p-d0c6fb04",[[1,"utrecht-icon-paspoort"]]],["p-1c74d964",[[1,"utrecht-icon-phone"]]],["p-30717557",[[1,"utrecht-icon-pinterest"]]],["p-95cd8c2f",[[1,"utrecht-icon-presentatie"]]],["p-d75ee2b3",[[1,"utrecht-icon-prijskaartje"]]],["p-89ef4632",[[1,"utrecht-icon-read-aloud"]]],["p-38e5ae76",[[1,"utrecht-icon-report"]]],["p-8cb83f23",[[1,"utrecht-icon-rijbewijs"]]],["p-6edd7dfe",[[1,"utrecht-icon-rioolheffing"]]],["p-73a020c7",[[1,"utrecht-icon-rolstoel"]]],["p-a6a23bb5",[[1,"utrecht-icon-schild-gemeente-utrecht"]]],["p-f777d9cc",[[1,"utrecht-icon-search"]]],["p-86833241",[[1,"utrecht-icon-shoppen"]]],["p-9a144189",[[1,"utrecht-icon-sinterklaas"]]],["p-caf4506b",[[1,"utrecht-icon-slechtziende-hoordende"]]],["p-122b4323",[[1,"utrecht-icon-sport"]]],["p-7294ea47",[[1,"utrecht-icon-sport-en-cultuur"]]],["p-db1aef69",[[1,"utrecht-icon-sport-voetbal"]]],["p-5690986d",[[1,"utrecht-icon-standaard-projecten"]]],["p-8b56fa56",[[1,"utrecht-icon-stookverbod"]]],["p-1e66d73a",[[1,"utrecht-icon-strand"]]],["p-2cbaef98",[[1,"utrecht-icon-strooien"]]],["p-8a6dbba0",[[1,"utrecht-icon-subsidie"]]],["p-51d57827",[[1,"utrecht-icon-subsidie-gezin"]]],["p-9200f320",[[1,"utrecht-icon-t-shirt"]]],["p-cd0695f8",[[1,"utrecht-icon-threads"]]],["p-a660ca23",[[1,"utrecht-icon-thuiswerken"]]],["p-74750e5f",[[1,"utrecht-icon-toeslag"]]],["p-7928617a",[[1,"utrecht-icon-trein"]]],["p-2670538d",[[1,"utrecht-icon-trouwen"]]],["p-5c1593d7",[[1,"utrecht-icon-twitter"]]],["p-eeaa2f86",[[1,"utrecht-icon-user"]]],["p-b4830fa4",[[1,"utrecht-icon-uw-wijk"]]],["p-bcdd1602",[[1,"utrecht-icon-vaccinatie"]]],["p-5a439c72",[[1,"utrecht-icon-veilige-wijk"]]],["p-066a0128",[[1,"utrecht-icon-vergaderen"]]],["p-0ec27666",[[1,"utrecht-icon-vergaderendigitaal"]]],["p-02b09214",[[1,"utrecht-icon-vergoeding"]]],["p-dd95307d",[[1,"utrecht-icon-verhuizen"]]],["p-7ce632b7",[[1,"utrecht-icon-verkeers-projecten"]]],["p-755dda84",[[1,"utrecht-icon-verkeerslicht"]]],["p-87d30bb4",[[1,"utrecht-icon-verkiezingen"]]],["p-59660a32",[[1,"utrecht-icon-verslaving"]]],["p-0be36b1b",[[1,"utrecht-icon-vervoersvoorziening"]]],["p-45cd7593",[[1,"utrecht-icon-virus"]]],["p-717bb5d6",[[1,"utrecht-icon-vluchtelingen"]]],["p-812c7201",[[1,"utrecht-icon-voorzieningen-vervoer"]]],["p-9e436668",[[1,"utrecht-icon-vrijwilligerswerk"]]],["p-07f1b247",[[1,"utrecht-icon-vuilnisbak"]]],["p-1b328115",[[1,"utrecht-icon-vuilniszak"]]],["p-0b17107b",[[1,"utrecht-icon-vuurwerk"]]],["p-8be9caa7",[[1,"utrecht-icon-wandelstok"]]],["p-6bba0b2e",[[1,"utrecht-icon-warm"]]],["p-694a78c3",[[1,"utrecht-icon-warning"]]],["p-12e97fc5",[[1,"utrecht-icon-werken"]]],["p-ad0337a5",[[1,"utrecht-icon-werkzaamheden"]]],["p-490f1939",[[1,"utrecht-icon-whatsapp"]]],["p-3cd3aa19",[[1,"utrecht-icon-wijk-denkmee"]]],["p-cc96c998",[[1,"utrecht-icon-wijk-overlast"]]],["p-0fdd0339",[[1,"utrecht-icon-wijk-park"]]],["p-7b3a911a",[[1,"utrecht-icon-wijk-projecten"]]],["p-e70d4047",[[1,"utrecht-icon-wijk-speelplaats"]]],["p-5af15f48",[[1,"utrecht-icon-wijk-sport"]]],["p-3504790f",[[1,"utrecht-icon-wijk-zwemmen"]]],["p-dc448fb3",[[1,"utrecht-icon-wonen-kosten"]]],["p-7c14eae0",[[1,"utrecht-icon-woning-zoeken"]]],["p-f1bd142a",[[1,"utrecht-icon-x"]]],["p-645e7404",[[1,"utrecht-icon-youtube"]]],["p-38287ac2",[[1,"utrecht-icon-zelfstandig-wonen"]]],["p-b2f3a0e4",[[1,"utrecht-icon-zoom-minus"]]],["p-a9c89788",[[1,"utrecht-icon-zoom-plus"]]],["p-9437497e",[[1,"utrecht-icon-zoomin"]]],["p-7b9cc266",[[1,"utrecht-icon-zoomout"]]],["p-5a58acf8",[[1,"utrecht-icon-zorg-huis"]]],["p-adc3335e",[[1,"utrecht-icon-zweefpaal"]]],["p-474eb596",[[1,"utrecht-icon-zwemmen"]]],["p-a289e1ba",[[1,"utrecht-logo-button"]]],["p-ff7661e6",[[1,"utrecht-map-marker"]]],["p-3aee2d2b",[[1,"utrecht-multiline-data"]]],["p-510d3f77",[[1,"utrecht-nav-bar"]]],["p-e6e69652",[[1,"utrecht-number-badge",{"value":[2],"max":[2],"locale":[1]}]]],["p-2af9fcf9",[[1,"utrecht-page-body"]]],["p-5a2b91cf",[[1,"utrecht-page-footer"]]],["p-b3dbf1ca",[[1,"utrecht-page-layout"]]],["p-a7a42b9e",[[1,"utrecht-pagination",{"links":[1],"next":[1],"prev":[1],"currentIndex":[2,"current-index"]}]]],["p-d63f8a25",[[4,"utrecht-preserve-data",{"dateTime":[513,"datetime"],"value":[1]}]]],["p-9bbd5241",[[1,"utrecht-progress-list"]]],["p-c68c6594",[[1,"utrecht-progress-sublist-item",{"appearance":[1],"checked":[4]}]]],["p-e04057c0",[[1,"utrecht-root"]]],["p-fdeaad43",[[1,"utrecht-sidenav",{"json":[1]}]]],["p-5400db57",[[1,"utrecht-surface"]]],["p-a4a52a4c",[[1,"utrecht-table"]]],["p-6ddd0dc4",[[1,"utrecht-table-body"]]],["p-aee3361b",[[1,"utrecht-table-caption"]]],["p-dfadf125",[[1,"utrecht-table-cell"]]],["p-e31537c7",[[4,"utrecht-table-container"]]],["p-9829112e",[[1,"utrecht-table-footer"]]],["p-9dd388f5",[[1,"utrecht-table-header"]]],["p-02647f92",[[1,"utrecht-table-header-cell",{"scope":[1]}]]],["p-fc013486",[[1,"utrecht-table-row"]]],["p-12b51a23",[[1,"utrecht-textarea",{"autocomplete":[1],"cols":[2],"spellcheck":[4],"disabled":[516],"invalid":[516],"placeholder":[1],"readOnly":[516,"readonly"],"required":[516],"rows":[2],"value":[1]}]]],["p-0f8a6c5d",[[1,"utrecht-textbox",{"autoComplete":[513,"autocomplete"],"disabled":[516],"invalid":[516],"min":[8],"max":[8],"pattern":[1],"placeholder":[1],"readOnly":[516,"readonly"],"required":[516],"type":[513],"value":[1]}]]],["p-db95cdfe",[[1,"utrecht-top-task-link",{"external":[4],"href":[1],"target":[1]}]]],["p-f15b0c10",[[1,"utrecht-top-task-nav"]]],["p-3f271daf",[[1,"utrecht-digid-logo"]]],["p-f9f49c15",[[1,"utrecht-form-field-checkbox",{"label":[1],"disabled":[516],"checked":[516],"invalid":[516],"required":[516],"name":[1],"value":[1]}],[1,"utrecht-form-field-textarea",{"cols":[2],"disabled":[516],"invalid":[516],"label":[1],"name":[1],"readOnly":[516,"readonly"],"placeholder":[1],"required":[516],"rows":[2],"value":[1]}],[1,"utrecht-form-field-textbox",{"autoComplete":[513,"autocomplete"],"disabled":[516],"invalid":[516],"label":[1],"min":[8],"max":[8],"name":[1],"pattern":[1],"placeholder":[1],"readOnly":[516,"readonly"],"required":[516],"type":[513],"value":[1]}],[1,"utrecht-action-group",{"direction":[1]}],[1,"utrecht-alert",{"type":[1]}],[1,"utrecht-article"],[1,"utrecht-badge-counter",{"value":[2],"max":[2],"locale":[1]}],[1,"utrecht-badge-list"],[1,"utrecht-button-link",{"appearance":[1],"download":[1],"external":[4],"href":[1],"placeholder":[4],"target":[1]}],[1,"utrecht-code"],[1,"utrecht-code-block"],[1,"utrecht-color-sample",{"color":[1]}],[1,"utrecht-data-badge"],[1,"utrecht-document"],[1,"utrecht-drawer",{"align":[1],"open":[4],"close":[64],"showModal":[64]}],[1,"utrecht-emphasis"],[1,"utrecht-flex-wrap-fallback",{"flexTarget":[513,"flextarget"],"resizeObserver":[32],"contentWraps":[32]}],[4,"utrecht-form",{"action":[1],"autocomplete":[1],"enctype":[1],"method":[1],"noValidate":[1,"novalidate"],"target":[1]}],[1,"utrecht-heading",{"level":[2]}],[1,"utrecht-heading-1"],[1,"utrecht-heading-4"],[1,"utrecht-heading-5"],[1,"utrecht-heading-6"],[1,"utrecht-heading-group"],[1,"utrecht-iban-data",{"value":[1]}],[1,"utrecht-icon"],[1,"utrecht-link",{"download":[1],"href":[1],"target":[1]}],[1,"utrecht-link-button",{"disabled":[4],"type":[1],"inline":[4],"pressed":[4],"form":[513],"formAction":[513,"formaction"],"formEnctype":[513,"formenctype"],"formMethod":[513,"formmethod"],"formNoValidate":[516,"formnovalidate"],"formTarget":[513,"formtarget"],"popoverTarget":[513,"popovertarget"],"popoverTargetAction":[513,"popovertargetaction"],"name":[1],"value":[1]}],[1,"utrecht-logo"],[1,"utrecht-logo-image"],[1,"utrecht-mark"],[1,"utrecht-number-data",{"value":[8]}],[1,"utrecht-page"],[1,"utrecht-page-content"],[1,"utrecht-page-header"],[1,"utrecht-pre-heading"],[1,"utrecht-separator"],[1,"utrecht-skip-link",{"href":[1]}],[1,"utrecht-spotlight-section",{"appearance":[1]}],[1,"utrecht-status-badge",{"status":[1]}],[1,"utrecht-url-data"],[1,"utrecht-button",{"appearance":[1],"busy":[4],"disabled":[4],"expanded":[8],"pressed":[8],"form":[513,"readonly"],"formAction":[513,"formaction"],"formEnctype":[513,"formenctype"],"formMethod":[513,"formmethod"],"formNoValidate":[516,"formnovalidate"],"formTarget":[513,"formtarget"],"popoverTarget":[513,"popovertarget"],"popoverTargetAction":[513,"popovertargetaction"],"name":[1],"value":[1],"type":[1]}],[1,"utrecht-heading-2"],[1,"utrecht-heading-3"],[1,"utrecht-paragraph",{"lead":[4]}],[1,"utrecht-form-field-description",{"status":[513]}]]]]'),e)}));
1
+ import{p as e,b as t}from"./p-8dcab6dc.js";export{s as setNonce}from"./p-8dcab6dc.js";import{g as c}from"./p-e1255160.js";var r=()=>{const t=import.meta.url;const c={};if(t!==""){c.resourcesUrl=new URL(".",t).href}return e(c)};r().then((async e=>{await c();return t(JSON.parse('[["p-1baaee1a",[[1,"utrecht-contact-card-template"]]],["p-4b6cd322",[[1,"utrecht-digid-button",{"type":[1]}]]],["p-111bc630",[[1,"utrecht-progress-list-item",{"checked":[4],"from":[1],"to":[1],"appearance":[1],"details":[4],"_open":[32]}]]],["p-28822e27",[[1,"utrecht-backdrop",{"viewport":[4]}]]],["p-54afb1bf",[[1,"utrecht-body"]]],["p-467870d5",[[1,"utrecht-breadcrumb-nav",{"json":[1],"variant":[1]}]]],["p-21dbe1d4",[[1,"utrecht-button-group",{"direction":[1]}]]],["p-36fe4680",[[1,"utrecht-checkbox",{"disabled":[516],"readOnly":[516,"readonly"],"checked":[4],"value":[1]}]]],["p-19e83668",[[1,"utrecht-column-layout",{"rule":[516]}]]],["p-f5cdd64f",[[1,"utrecht-custom-checkbox",{"disabled":[4],"checked":[4],"indeterminate":[4],"invalid":[4],"required":[4]}]]],["p-7b22e13b",[[1,"utrecht-data-list"]]],["p-9c7b8c97",[[1,"utrecht-data-list-actions"]]],["p-d5053155",[[1,"utrecht-data-list-item"]]],["p-ca083147",[[1,"utrecht-data-list-key"]]],["p-d8dad294",[[1,"utrecht-data-list-value"]]],["p-8fa97ab5",[[1,"utrecht-eherkenning-logo"]]],["p-8228d642",[[1,"utrecht-eidas-logo"]]],["p-bfed5ccc",[[1,"utrecht-form-field-error-message"]]],["p-867b57d2",[[1,"utrecht-form-toggle",{"disabled":[516],"checked":[516]}]]],["p-56bc0920",[[4,"utrecht-html-content"]]],["p-3d3db59c",[[1,"utrecht-icon-afspraak-maken"]]],["p-e775c2a8",[[1,"utrecht-icon-afval"]]],["p-45ff3352",[[1,"utrecht-icon-afval-container"]]],["p-90a9eb1d",[[1,"utrecht-icon-afval-containerpas"]]],["p-e488c6b1",[[1,"utrecht-icon-afval-kalender"]]],["p-d3688266",[[1,"utrecht-icon-afval-pmd"]]],["p-47843878",[[1,"utrecht-icon-afval-scheiden"]]],["p-3a6e7d19",[[1,"utrecht-icon-afvalkalender"]]],["p-ed397181",[[1,"utrecht-icon-alleen"]]],["p-fedbf06f",[[1,"utrecht-icon-arrow"]]],["p-72ae5c03",[[1,"utrecht-icon-auto"]]],["p-6314e4b8",[[1,"utrecht-icon-begroting"]]],["p-776d7768",[[1,"utrecht-icon-bestemmingsplan"]]],["p-dc335ddd",[[1,"utrecht-icon-betaaldatum"]]],["p-c50336dc",[[1,"utrecht-icon-bewijsstukken"]]],["p-78c21963",[[1,"utrecht-icon-bijstand"]]],["p-290ce761",[[1,"utrecht-icon-blad"]]],["p-3eea9968",[[1,"utrecht-icon-bluesky"]]],["p-69832583",[[1,"utrecht-icon-bouw-projecten"]]],["p-e8e4010e",[[1,"utrecht-icon-bouwproject"]]],["p-fd29c2e2",[[1,"utrecht-icon-brandgevaar"]]],["p-29b62660",[[1,"utrecht-icon-brief-betalen"]]],["p-6ea02553",[[1,"utrecht-icon-buurtcentra"]]],["p-9f7b02c8",[[1,"utrecht-icon-checkmark"]]],["p-5df8aefb",[[1,"utrecht-icon-chevron-down"]]],["p-7a621025",[[1,"utrecht-icon-chevron-left",{"direction":[513]}]]],["p-acc18d8f",[[1,"utrecht-icon-chevron-right",{"direction":[513]}]]],["p-5658afce",[[1,"utrecht-icon-chevron-up"]]],["p-19d62e7d",[[1,"utrecht-icon-close"]]],["p-eb36b3ee",[[1,"utrecht-icon-coffee"]]],["p-feb4dc5d",[[1,"utrecht-icon-college-b-w"]]],["p-c642a427",[[1,"utrecht-icon-container"]]],["p-ced5e161",[[1,"utrecht-icon-container-bio"]]],["p-eacd4e52",[[1,"utrecht-icon-container-glas"]]],["p-483c5163",[[1,"utrecht-icon-container-groenafval"]]],["p-eb894b0d",[[1,"utrecht-icon-container-met-zak"]]],["p-0feba7b6",[[1,"utrecht-icon-container-papier"]]],["p-67df6f9c",[[1,"utrecht-icon-container-pmd"]]],["p-f009d628",[[1,"utrecht-icon-container-restafval"]]],["p-325ce3f9",[[1,"utrecht-icon-container-textiel"]]],["p-94b8777f",[[1,"utrecht-icon-cross"]]],["p-4fbd5c28",[[1,"utrecht-icon-dakloos"]]],["p-5f11293e",[[1,"utrecht-icon-dementie"]]],["p-768e3732",[[1,"utrecht-icon-documenten"]]],["p-6d34e267",[[1,"utrecht-icon-duurzaam"]]],["p-ce4dc315",[[1,"utrecht-icon-eenzaamheid"]]],["p-acceb16d",[[1,"utrecht-icon-eikenprocessie"]]],["p-4dccc767",[[1,"utrecht-icon-elektrisch-rijden"]]],["p-9cb77c05",[[1,"utrecht-icon-energie-projecten"]]],["p-448add58",[[1,"utrecht-icon-energie-vergoeding"]]],["p-7edbdf0f",[[1,"utrecht-icon-energietransitie"]]],["p-bc8f1891",[[1,"utrecht-icon-error"]]],["p-bd2b79b3",[[1,"utrecht-icon-evenementen"]]],["p-6ce607c8",[[1,"utrecht-icon-facebook"]]],["p-9143da83",[[1,"utrecht-icon-fiets"]]],["p-0a0160a2",[[1,"utrecht-icon-filter"]]],["p-9ba23f5b",[[1,"utrecht-icon-flickr"]]],["p-b1d58390",[[1,"utrecht-icon-geboorte"]]],["p-e007242a",[[1,"utrecht-icon-gebruiker-centraal"]]],["p-59db88af",[[1,"utrecht-icon-gebruiker-ingelogd"]]],["p-7085b884",[[1,"utrecht-icon-gegevenswoordenboek"]]],["p-087ae821",[[1,"utrecht-icon-geluid"]]],["p-bc2030f5",[[1,"utrecht-icon-gemeente-locatie"]]],["p-e9ac36de",[[1,"utrecht-icon-gemeenteraad"]]],["p-069ea65f",[[1,"utrecht-icon-gereedschap"]]],["p-3bd6391c",[[1,"utrecht-icon-gezicht"]]],["p-a1125298",[[1,"utrecht-icon-gezin"]]],["p-2af572e8",[[1,"utrecht-icon-glas-afval"]]],["p-95aaf340",[[1,"utrecht-icon-glijbaan"]]],["p-4dd92f91",[[1,"utrecht-icon-grafiek"]]],["p-c5312fd0",[[1,"utrecht-icon-groen-projecten"]]],["p-b7453fd0",[[1,"utrecht-icon-grofvuil"]]],["p-a0ea8ee5",[[1,"utrecht-icon-grofvuil-ophalen"]]],["p-3cfc7c42",[[1,"utrecht-icon-hamburger-menu"]]],["p-2c6408dc",[[1,"utrecht-icon-herdenking"]]],["p-84c92732",[[1,"utrecht-icon-hondenbelasting"]]],["p-840044eb",[[1,"utrecht-icon-horeca"]]],["p-7d3b6a5d",[[1,"utrecht-icon-horecavergunning"]]],["p-ade688d0",[[1,"utrecht-icon-huis"]]],["p-b85da70a",[[1,"utrecht-icon-huis-en-omgeving"]]],["p-fc8bb68d",[[1,"utrecht-icon-huishoudelijk-geweld"]]],["p-d0aa81fb",[[1,"utrecht-icon-hulp-huishouden"]]],["p-dc4bc93a",[[1,"utrecht-icon-hulp-vervoer"]]],["p-20f0e5e8",[[1,"utrecht-icon-hulp-zorg"]]],["p-5fd70140",[[1,"utrecht-icon-hulpmiddelen-gezin"]]],["p-598ee762",[[1,"utrecht-icon-hulpverlening"]]],["p-cc62fc1c",[[1,"utrecht-icon-idee"]]],["p-4ce75909",[[1,"utrecht-icon-informatie"]]],["p-34626ce0",[[1,"utrecht-icon-information"]]],["p-63a0f564",[[1,"utrecht-icon-innovatie"]]],["p-e62fe5fb",[[1,"utrecht-icon-inspraak-inwoners"]]],["p-74b3cff2",[[1,"utrecht-icon-instagram"]]],["p-2ec352df",[[1,"utrecht-icon-kalender"]]],["p-3c7ac0b1",[[1,"utrecht-icon-kennis"]]],["p-ce0e2e34",[[1,"utrecht-icon-kerstbomen"]]],["p-5f232b90",[[1,"utrecht-icon-klachten"]]],["p-57429f90",[[1,"utrecht-icon-kroon"]]],["p-e20a968b",[[1,"utrecht-icon-laadpaal"]]],["p-05e676e9",[[1,"utrecht-icon-language"]]],["p-42b52652",[[1,"utrecht-icon-lantaarnpaal"]]],["p-734f6376",[[1,"utrecht-icon-lantaarnpaal-oud"]]],["p-1cd57f13",[[1,"utrecht-icon-leren"]]],["p-e1835405",[[1,"utrecht-icon-let-op"]]],["p-45351ecb",[[1,"utrecht-icon-linkedin"]]],["p-25fd3855",[[1,"utrecht-icon-list"]]],["p-321d829b",[[1,"utrecht-icon-list-check"]]],["p-f56bcfdb",[[1,"utrecht-icon-list-number"]]],["p-82e3f78c",[[1,"utrecht-icon-loupe"]]],["p-a98d64a0",[[1,"utrecht-icon-mail"]]],["p-ede6c48d",[[1,"utrecht-icon-markt"]]],["p-cc6b7336",[[1,"utrecht-icon-mastodon"]]],["p-909fbcf8",[[1,"utrecht-icon-melding"]]],["p-50eed699",[[1,"utrecht-icon-melding-boom"]]],["p-5ab73d18",[[1,"utrecht-icon-melding-klacht"]]],["p-1200ed8a",[[1,"utrecht-icon-melding-openbareruimte"]]],["p-9cff640a",[[1,"utrecht-icon-melding-verlichting"]]],["p-deb95306",[[1,"utrecht-icon-menselijk"]]],["p-096946ff",[[1,"utrecht-icon-menu-dot"]]],["p-e953cef9",[[1,"utrecht-icon-menu-dot-open"]]],["p-e5d275a1",[[1,"utrecht-icon-meterkast"]]],["p-95a05b41",[[1,"utrecht-icon-milieu-ontheffing"]]],["p-7ba99ccf",[[1,"utrecht-icon-milieu-zone"]]],["p-e9d1f753",[[1,"utrecht-icon-minus"]]],["p-06c37caf",[[1,"utrecht-icon-minus-vertical"]]],["p-071a45f1",[[1,"utrecht-icon-mobiliteit"]]],["p-0d94dfab",[[1,"utrecht-icon-natuur"]]],["p-6fd743fd",[[1,"utrecht-icon-nieuw-huis"]]],["p-a58695ad",[[1,"utrecht-icon-nieuwsbrief"]]],["p-623e521a",[[1,"utrecht-icon-nummerbord"]]],["p-d55bafde",[[1,"utrecht-icon-om-het-huis"]]],["p-923bf5b0",[[1,"utrecht-icon-omgeving"]]],["p-246f4ea7",[[1,"utrecht-icon-omgevingsvisie"]]],["p-e80678b4",[[1,"utrecht-icon-omgevingswet"]]],["p-6ac4ac2b",[[1,"utrecht-icon-onderhoud"]]],["p-4e77ead5",[[1,"utrecht-icon-ondernemen"]]],["p-7a3a4ef6",[[1,"utrecht-icon-openingstijden"]]],["p-a9803ca2",[[1,"utrecht-icon-over-de-stad"]]],["p-694b5a42",[[1,"utrecht-icon-overlijden"]]],["p-e788bd85",[[1,"utrecht-icon-panden"]]],["p-50d8329b",[[1,"utrecht-icon-park"]]],["p-e9353678",[[1,"utrecht-icon-parkeerkaart"]]],["p-bb0614b9",[[1,"utrecht-icon-parkeervergunning"]]],["p-d97dcbe8",[[1,"utrecht-icon-parken"]]],["p-604485c1",[[1,"utrecht-icon-parkeren"]]],["p-9c7eaf58",[[1,"utrecht-icon-parkeren-bedrijven"]]],["p-d4b751da",[[1,"utrecht-icon-parkeren-betaalautomaat"]]],["p-a3803297",[[1,"utrecht-icon-parkeren-betalen"]]],["p-dac5a60b",[[1,"utrecht-icon-participatie-campagne"]]],["p-c337aa07",[[1,"utrecht-icon-participatie-like"]]],["p-f6c5a60e",[[1,"utrecht-icon-participatie-pitch"]]],["p-d0c6fb04",[[1,"utrecht-icon-paspoort"]]],["p-1c74d964",[[1,"utrecht-icon-phone"]]],["p-30717557",[[1,"utrecht-icon-pinterest"]]],["p-95cd8c2f",[[1,"utrecht-icon-presentatie"]]],["p-d75ee2b3",[[1,"utrecht-icon-prijskaartje"]]],["p-89ef4632",[[1,"utrecht-icon-read-aloud"]]],["p-38e5ae76",[[1,"utrecht-icon-report"]]],["p-8cb83f23",[[1,"utrecht-icon-rijbewijs"]]],["p-6edd7dfe",[[1,"utrecht-icon-rioolheffing"]]],["p-73a020c7",[[1,"utrecht-icon-rolstoel"]]],["p-a6a23bb5",[[1,"utrecht-icon-schild-gemeente-utrecht"]]],["p-f777d9cc",[[1,"utrecht-icon-search"]]],["p-86833241",[[1,"utrecht-icon-shoppen"]]],["p-9a144189",[[1,"utrecht-icon-sinterklaas"]]],["p-caf4506b",[[1,"utrecht-icon-slechtziende-hoordende"]]],["p-122b4323",[[1,"utrecht-icon-sport"]]],["p-7294ea47",[[1,"utrecht-icon-sport-en-cultuur"]]],["p-db1aef69",[[1,"utrecht-icon-sport-voetbal"]]],["p-5690986d",[[1,"utrecht-icon-standaard-projecten"]]],["p-8b56fa56",[[1,"utrecht-icon-stookverbod"]]],["p-1e66d73a",[[1,"utrecht-icon-strand"]]],["p-2cbaef98",[[1,"utrecht-icon-strooien"]]],["p-8a6dbba0",[[1,"utrecht-icon-subsidie"]]],["p-51d57827",[[1,"utrecht-icon-subsidie-gezin"]]],["p-9200f320",[[1,"utrecht-icon-t-shirt"]]],["p-cd0695f8",[[1,"utrecht-icon-threads"]]],["p-a660ca23",[[1,"utrecht-icon-thuiswerken"]]],["p-74750e5f",[[1,"utrecht-icon-toeslag"]]],["p-7928617a",[[1,"utrecht-icon-trein"]]],["p-2670538d",[[1,"utrecht-icon-trouwen"]]],["p-5c1593d7",[[1,"utrecht-icon-twitter"]]],["p-eeaa2f86",[[1,"utrecht-icon-user"]]],["p-b4830fa4",[[1,"utrecht-icon-uw-wijk"]]],["p-bcdd1602",[[1,"utrecht-icon-vaccinatie"]]],["p-5a439c72",[[1,"utrecht-icon-veilige-wijk"]]],["p-066a0128",[[1,"utrecht-icon-vergaderen"]]],["p-0ec27666",[[1,"utrecht-icon-vergaderendigitaal"]]],["p-02b09214",[[1,"utrecht-icon-vergoeding"]]],["p-dd95307d",[[1,"utrecht-icon-verhuizen"]]],["p-7ce632b7",[[1,"utrecht-icon-verkeers-projecten"]]],["p-755dda84",[[1,"utrecht-icon-verkeerslicht"]]],["p-87d30bb4",[[1,"utrecht-icon-verkiezingen"]]],["p-59660a32",[[1,"utrecht-icon-verslaving"]]],["p-0be36b1b",[[1,"utrecht-icon-vervoersvoorziening"]]],["p-45cd7593",[[1,"utrecht-icon-virus"]]],["p-717bb5d6",[[1,"utrecht-icon-vluchtelingen"]]],["p-812c7201",[[1,"utrecht-icon-voorzieningen-vervoer"]]],["p-9e436668",[[1,"utrecht-icon-vrijwilligerswerk"]]],["p-07f1b247",[[1,"utrecht-icon-vuilnisbak"]]],["p-1b328115",[[1,"utrecht-icon-vuilniszak"]]],["p-0b17107b",[[1,"utrecht-icon-vuurwerk"]]],["p-8be9caa7",[[1,"utrecht-icon-wandelstok"]]],["p-6bba0b2e",[[1,"utrecht-icon-warm"]]],["p-694a78c3",[[1,"utrecht-icon-warning"]]],["p-12e97fc5",[[1,"utrecht-icon-werken"]]],["p-ad0337a5",[[1,"utrecht-icon-werkzaamheden"]]],["p-490f1939",[[1,"utrecht-icon-whatsapp"]]],["p-3cd3aa19",[[1,"utrecht-icon-wijk-denkmee"]]],["p-cc96c998",[[1,"utrecht-icon-wijk-overlast"]]],["p-0fdd0339",[[1,"utrecht-icon-wijk-park"]]],["p-7b3a911a",[[1,"utrecht-icon-wijk-projecten"]]],["p-e70d4047",[[1,"utrecht-icon-wijk-speelplaats"]]],["p-5af15f48",[[1,"utrecht-icon-wijk-sport"]]],["p-3504790f",[[1,"utrecht-icon-wijk-zwemmen"]]],["p-dc448fb3",[[1,"utrecht-icon-wonen-kosten"]]],["p-7c14eae0",[[1,"utrecht-icon-woning-zoeken"]]],["p-f1bd142a",[[1,"utrecht-icon-x"]]],["p-645e7404",[[1,"utrecht-icon-youtube"]]],["p-38287ac2",[[1,"utrecht-icon-zelfstandig-wonen"]]],["p-b2f3a0e4",[[1,"utrecht-icon-zoom-minus"]]],["p-a9c89788",[[1,"utrecht-icon-zoom-plus"]]],["p-9437497e",[[1,"utrecht-icon-zoomin"]]],["p-7b9cc266",[[1,"utrecht-icon-zoomout"]]],["p-5a58acf8",[[1,"utrecht-icon-zorg-huis"]]],["p-adc3335e",[[1,"utrecht-icon-zweefpaal"]]],["p-474eb596",[[1,"utrecht-icon-zwemmen"]]],["p-a289e1ba",[[1,"utrecht-logo-button"]]],["p-ff7661e6",[[1,"utrecht-map-marker"]]],["p-3aee2d2b",[[1,"utrecht-multiline-data"]]],["p-510d3f77",[[1,"utrecht-nav-bar"]]],["p-e6e69652",[[1,"utrecht-number-badge",{"value":[2],"max":[2],"locale":[1]}]]],["p-2af9fcf9",[[1,"utrecht-page-body"]]],["p-5a2b91cf",[[1,"utrecht-page-footer"]]],["p-b3dbf1ca",[[1,"utrecht-page-layout"]]],["p-a7a42b9e",[[1,"utrecht-pagination",{"links":[1],"next":[1],"prev":[1],"currentIndex":[2,"current-index"]}]]],["p-d63f8a25",[[4,"utrecht-preserve-data",{"dateTime":[513,"datetime"],"value":[1]}]]],["p-161ae02f",[[1,"utrecht-progress-list"]]],["p-e26c28d0",[[1,"utrecht-progress-sublist-item",{"appearance":[1],"checked":[4]}]]],["p-07df436f",[[1,"utrecht-root"]]],["p-fdeaad43",[[1,"utrecht-sidenav",{"json":[1]}]]],["p-5400db57",[[1,"utrecht-surface"]]],["p-a4a52a4c",[[1,"utrecht-table"]]],["p-6ddd0dc4",[[1,"utrecht-table-body"]]],["p-edc6473f",[[1,"utrecht-table-caption"]]],["p-dfadf125",[[1,"utrecht-table-cell"]]],["p-e2d5f0a5",[[4,"utrecht-table-container"]]],["p-9829112e",[[1,"utrecht-table-footer"]]],["p-1c7451c7",[[1,"utrecht-table-header"]]],["p-02647f92",[[1,"utrecht-table-header-cell",{"scope":[1]}]]],["p-b06b325e",[[1,"utrecht-table-row"]]],["p-12b51a23",[[1,"utrecht-textarea",{"autocomplete":[1],"cols":[2],"spellcheck":[4],"disabled":[516],"invalid":[516],"placeholder":[1],"readOnly":[516,"readonly"],"required":[516],"rows":[2],"value":[1]}]]],["p-0f8a6c5d",[[1,"utrecht-textbox",{"autoComplete":[513,"autocomplete"],"disabled":[516],"invalid":[516],"min":[8],"max":[8],"pattern":[1],"placeholder":[1],"readOnly":[516,"readonly"],"required":[516],"type":[513],"value":[1]}]]],["p-db95cdfe",[[1,"utrecht-top-task-link",{"external":[4],"href":[1],"target":[1]}]]],["p-f15b0c10",[[1,"utrecht-top-task-nav"]]],["p-3f271daf",[[1,"utrecht-digid-logo"]]],["p-f516287a",[[1,"utrecht-form-field-checkbox",{"label":[1],"disabled":[516],"checked":[516],"invalid":[516],"required":[516],"name":[1],"value":[1]}],[1,"utrecht-form-field-textarea",{"cols":[2],"disabled":[516],"invalid":[516],"label":[1],"name":[1],"readOnly":[516,"readonly"],"placeholder":[1],"required":[516],"rows":[2],"value":[1]}],[1,"utrecht-form-field-textbox",{"autoComplete":[513,"autocomplete"],"disabled":[516],"invalid":[516],"label":[1],"min":[8],"max":[8],"name":[1],"pattern":[1],"placeholder":[1],"readOnly":[516,"readonly"],"required":[516],"type":[513],"value":[1]}],[1,"utrecht-action-group",{"direction":[1]}],[1,"utrecht-alert",{"type":[1]}],[1,"utrecht-article"],[1,"utrecht-badge-counter",{"value":[2],"max":[2],"locale":[1]}],[1,"utrecht-badge-list"],[1,"utrecht-button-link",{"appearance":[1],"download":[1],"external":[4],"href":[1],"placeholder":[4],"target":[1]}],[1,"utrecht-code"],[1,"utrecht-code-block"],[1,"utrecht-color-sample",{"color":[1]}],[1,"utrecht-data-badge"],[1,"utrecht-document"],[1,"utrecht-drawer",{"align":[1],"open":[4],"close":[64],"showModal":[64]}],[1,"utrecht-emphasis"],[1,"utrecht-flex-wrap-fallback",{"flexTarget":[513,"flextarget"],"resizeObserver":[32],"contentWraps":[32]}],[4,"utrecht-form",{"action":[1],"autocomplete":[1],"enctype":[1],"method":[1],"noValidate":[1,"novalidate"],"target":[1]}],[1,"utrecht-heading",{"level":[2]}],[1,"utrecht-heading-1"],[1,"utrecht-heading-4"],[1,"utrecht-heading-5"],[1,"utrecht-heading-6"],[1,"utrecht-heading-group"],[1,"utrecht-iban-data",{"value":[1]}],[1,"utrecht-icon"],[1,"utrecht-link",{"download":[1],"href":[1],"target":[1]}],[1,"utrecht-link-button",{"disabled":[4],"type":[1],"inline":[4],"pressed":[4],"form":[513],"formAction":[513,"formaction"],"formEnctype":[513,"formenctype"],"formMethod":[513,"formmethod"],"formNoValidate":[516,"formnovalidate"],"formTarget":[513,"formtarget"],"popoverTarget":[513,"popovertarget"],"popoverTargetAction":[513,"popovertargetaction"],"name":[1],"value":[1]}],[1,"utrecht-logo"],[1,"utrecht-logo-image"],[1,"utrecht-mark"],[1,"utrecht-number-data",{"value":[8]}],[1,"utrecht-page"],[1,"utrecht-page-content"],[1,"utrecht-page-header"],[1,"utrecht-pre-heading"],[1,"utrecht-separator"],[1,"utrecht-skip-link",{"href":[1]}],[1,"utrecht-spotlight-section",{"appearance":[1]}],[1,"utrecht-status-badge",{"status":[1]}],[1,"utrecht-url-data"],[1,"utrecht-button",{"appearance":[1],"busy":[4],"disabled":[4],"expanded":[8],"pressed":[8],"form":[513,"readonly"],"formAction":[513,"formaction"],"formEnctype":[513,"formenctype"],"formMethod":[513,"formmethod"],"formNoValidate":[516,"formnovalidate"],"formTarget":[513,"formtarget"],"popoverTarget":[513,"popovertarget"],"popoverTargetAction":[513,"popovertargetaction"],"name":[1],"value":[1],"type":[1]}],[1,"utrecht-heading-2"],[1,"utrecht-heading-3"],[1,"utrecht-paragraph",{"lead":[4]}],[1,"utrecht-form-field-description",{"status":[513]}]]]]'),e)}));
2
2
  //# sourceMappingURL=utrecht.esm.js.map
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "4.1.0",
2
+ "version": "4.1.1",
3
3
  "author": "Community for NL Design System",
4
4
  "description": "Stencil component library bundle for the Municipality of Utrecht based on the NL Design System architecture",
5
5
  "license": "EUPL-1.2",
@@ -27,14 +27,14 @@
27
27
  "directory": "packages/web-component-library-stencil"
28
28
  },
29
29
  "devDependencies": {
30
- "@gemeente-denhaag/process-steps": "0.1.2",
31
- "@gemeente-denhaag/step-marker": "0.0.1-alpha.123",
30
+ "@gemeente-denhaag/process-steps": "4.2.3",
31
+ "@gemeente-denhaag/step-marker": "3.0.1",
32
32
  "@stencil/angular-output-target": "0.8.4",
33
33
  "@stencil/react-output-target": "1.4.0",
34
34
  "@stencil/sass": "3.2.3",
35
35
  "@stencil/vue-output-target": "0.8.9",
36
36
  "@types/jest": "29.5.14",
37
- "@types/node": "22.7.9",
37
+ "@types/node": "24.10.4",
38
38
  "chokidar-cli": "3.0.0",
39
39
  "clsx": "2.1.1",
40
40
  "node-sass-package-importer": "5.3.3",
@@ -42,46 +42,46 @@
42
42
  "@utrecht/action-group-css": "3.0.1",
43
43
  "@utrecht/alert-css": "3.0.1",
44
44
  "@utrecht/article-css": "2.0.1",
45
- "@utrecht/backdrop-css": "2.0.1",
45
+ "@utrecht/backdrop-css": "2.0.2",
46
46
  "@utrecht/badge-counter-css": "2.0.1",
47
47
  "@utrecht/badge-css": "2.0.1",
48
- "@utrecht/blockquote-css": "2.0.1",
49
48
  "@utrecht/badge-list-css": "3.0.1",
50
- "@utrecht/body-css": "2.0.1",
49
+ "@utrecht/blockquote-css": "2.0.1",
50
+ "@utrecht/body-css": "3.0.0",
51
51
  "@utrecht/breadcrumb-nav-css": "2.1.0",
52
- "@utrecht/button-css": "3.0.1",
52
+ "@utrecht/button-css": "3.1.0",
53
53
  "@utrecht/button-group-css": "2.0.1",
54
54
  "@utrecht/button-link-css": "2.0.1",
55
- "@utrecht/checkbox-css": "2.0.1",
55
+ "@utrecht/checkbox-css": "2.0.2",
56
56
  "@utrecht/code-block-css": "2.0.1",
57
57
  "@utrecht/code-css": "2.0.1",
58
- "@utrecht/color-sample-css": "2.0.1",
58
+ "@utrecht/color-sample-css": "2.0.2",
59
59
  "@utrecht/column-layout-css": "2.0.1",
60
60
  "@utrecht/custom-checkbox-css": "2.0.1",
61
61
  "@utrecht/data-badge-css": "2.0.1",
62
- "@utrecht/data-list-css": "2.0.1",
62
+ "@utrecht/data-list-css": "2.0.2",
63
63
  "@utrecht/digid-button-css": "1.4.2",
64
64
  "@utrecht/document-css": "2.0.1",
65
65
  "@utrecht/drawer-css": "2.0.1",
66
66
  "@utrecht/emphasis-css": "2.0.1",
67
67
  "@utrecht/figure-css": "2.0.1",
68
- "@utrecht/focus-ring-css": "3.0.1",
68
+ "@utrecht/focus-ring-css": "3.1.0",
69
69
  "@utrecht/form-css": "2.0.1",
70
- "@utrecht/form-field-css": "2.0.1",
70
+ "@utrecht/form-field-css": "2.0.2",
71
71
  "@utrecht/form-field-description-css": "2.0.1",
72
72
  "@utrecht/form-field-error-message-css": "2.0.1",
73
- "@utrecht/form-fieldset-css": "2.0.1",
73
+ "@utrecht/form-fieldset-css": "2.0.2",
74
74
  "@utrecht/form-label-css": "2.0.1",
75
- "@utrecht/heading-css": "2.0.1",
76
- "@utrecht/heading-1-css": "2.0.1",
77
- "@utrecht/heading-2-css": "2.0.1",
78
75
  "@utrecht/form-toggle-css": "2.0.1",
79
- "@utrecht/heading-3-css": "2.0.1",
80
- "@utrecht/heading-4-css": "2.0.1",
81
- "@utrecht/heading-5-css": "2.0.1",
82
- "@utrecht/heading-6-css": "2.0.1",
76
+ "@utrecht/heading-css": "2.0.2",
77
+ "@utrecht/heading-1-css": "2.0.2",
78
+ "@utrecht/heading-2-css": "2.0.2",
79
+ "@utrecht/heading-3-css": "2.0.2",
80
+ "@utrecht/heading-4-css": "2.0.2",
81
+ "@utrecht/heading-5-css": "2.0.2",
82
+ "@utrecht/heading-6-css": "2.0.2",
83
83
  "@utrecht/heading-group-css": "2.0.1",
84
- "@utrecht/html-content-css": "2.0.1",
84
+ "@utrecht/html-content-css": "2.1.0",
85
85
  "@utrecht/iban-data-css": "2.0.1",
86
86
  "@utrecht/icon": "2.2.0",
87
87
  "@utrecht/icon-css": "3.0.1",
@@ -91,37 +91,37 @@
91
91
  "@utrecht/logo-css": "2.0.1",
92
92
  "@utrecht/logo-image-css": "1.4.2",
93
93
  "@utrecht/map-marker-css": "2.0.1",
94
- "@utrecht/mark-css": "2.0.1",
94
+ "@utrecht/mark-css": "2.0.2",
95
95
  "@utrecht/multiline-data-css": "2.0.1",
96
96
  "@utrecht/nav-bar-css": "2.0.1",
97
97
  "@utrecht/number-badge-css": "3.0.1",
98
- "@utrecht/number-data-css": "2.0.1",
98
+ "@utrecht/number-data-css": "2.0.2",
99
99
  "@utrecht/ordered-list-css": "3.0.1",
100
100
  "@utrecht/page-content-css": "2.0.1",
101
101
  "@utrecht/page-css": "2.0.1",
102
102
  "@utrecht/page-body-css": "1.0.1",
103
- "@utrecht/page-footer-css": "3.0.1",
103
+ "@utrecht/page-footer-css": "3.0.2",
104
104
  "@utrecht/page-header-css": "2.0.1",
105
+ "@utrecht/page-layout-css": "2.0.1",
105
106
  "@utrecht/pagination-css": "2.0.3",
106
107
  "@utrecht/paragraph-css": "3.0.1",
107
108
  "@utrecht/pre-heading-css": "2.0.1",
108
109
  "@utrecht/preserve-data-css": "2.0.1",
109
- "@utrecht/radio-button-css": "2.0.1",
110
- "@utrecht/page-layout-css": "2.0.1",
111
- "@utrecht/root-css": "2.0.1",
112
- "@utrecht/select-css": "2.0.1",
110
+ "@utrecht/radio-button-css": "2.0.2",
111
+ "@utrecht/root-css": "3.1.2",
112
+ "@utrecht/select-css": "2.0.2",
113
113
  "@utrecht/separator-css": "2.0.1",
114
114
  "@utrecht/skip-link-css": "2.0.1",
115
115
  "@utrecht/spotlight-section-css": "2.0.1",
116
116
  "@utrecht/status-badge-css": "1.0.0",
117
117
  "@utrecht/surface-css": "2.0.1",
118
- "@utrecht/table-css": "2.0.1",
119
- "@utrecht/textarea-css": "3.0.1",
120
- "@utrecht/textbox-css": "3.1.0",
118
+ "@utrecht/table-css": "2.0.3",
119
+ "@utrecht/textarea-css": "3.0.2",
120
+ "@utrecht/textbox-css": "3.1.1",
121
121
  "@utrecht/top-task-link-css": "2.0.1",
122
122
  "@utrecht/top-task-nav-css": "1.3.2",
123
- "@utrecht/url-data-css": "2.0.1",
124
- "@utrecht/unordered-list-css": "2.0.1"
123
+ "@utrecht/unordered-list-css": "2.0.1",
124
+ "@utrecht/url-data-css": "2.0.2"
125
125
  },
126
126
  "dependencies": {
127
127
  "@stencil/core": "4.18.3"
@@ -1,143 +0,0 @@
1
- import { p as proxyCustomElement, H, c as createEvent, h } from './p-2f0ff193.js';
2
- import { c as clsx } from './p-e91d8a25.js';
3
-
4
- const buttonCss = ".utrecht-button{--_utrecht-button-background-color:var(\n --_utrecht-button-hint-background-color,\n var(--_utrecht-button-appearance-background-color, var(--utrecht-button-background-color))\n );--_utrecht-button-color:var(\n --_utrecht-button-hint-color,\n var(--_utrecht-button-appearance-color, var(--utrecht-button-color))\n );--_utrecht-button-border-color:var(\n --_utrecht-button-hint-border-color,\n var(--_utrecht-button-appearance-border-color, var(--utrecht-button-border-color, transparent))\n );--_utrecht-button-border-bottom-color:var(\n --_utrecht-button-hint-border-bottom-color,\n var(\n --_utrecht-button-hint-border-color,\n var(\n --_utrecht-button-appearance-border-bottom-color,\n var(\n --_utrecht-button-appearance-border-color,\n var(--utrecht-button-border-bottom-color, var(--utrecht-button-border-color, transparent))\n )\n )\n )\n );--_utrecht-button-disabled-background-color:var(\n --_utrecht-button-hint-disabled-background-color,\n var(\n --_utrecht-button-appearance-disabled-background-color,\n var(--utrecht-button-disabled-background-color, var(--utrecht-button-background-color))\n )\n );--_utrecht-button-disabled-border-color:var(\n --_utrecht-button-hint-disabled-border-color,\n var(\n --_utrecht-button-appearance-disabled-border-color,\n var(--utrecht-button-disabled-border-color, var(--utrecht-button-border-color))\n )\n );--_utrecht-button-disabled-color:var(\n --_utrecht-button-hint-disabled-color,\n var(--_utrecht-button-appearance-disabled-color, var(--utrecht-button-disabled-color, var(--utrecht-button-color)))\n );--_utrecht-button-pressed-background-color:var(\n --_utrecht-button-hint-pressed-background-color,\n var(\n --_utrecht-button-hint-background-color,\n var(\n --_utrecht-button-appearance-pressed-background-color,\n var(\n --_utrecht-button-appearance-background-color,\n var(--utrecht-button-pressed-background-color, var(--utrecht-button-background-color))\n )\n )\n )\n );--_utrecht-button-pressed-border-color:var(\n --_utrecht-button-hint-pressed-border-color,\n var(\n --_utrecht-button-hint-border-color,\n var(\n --_utrecht-button-appearance-pressed-border-color,\n var(\n --_utrecht-button-appearance-border-color,\n var(--utrecht-button-pressed-border-color, var(--utrecht-button-border-color))\n )\n )\n )\n );--_utrecht-button-pressed-color:var(\n --_utrecht-button-hint-pressed-color,\n var(\n --_utrecht-button-hint-color,\n var(\n --_utrecht-button-appearance-pressed-color,\n var(--_utrecht-button-appearance-color, var(--utrecht-button-pressed-color, var(--utrecht-button-color)))\n )\n )\n );--_utrecht-button-focus-background-color:var(\n --_utrecht-button-hint-focus-background-color,\n var(\n --_utrecht-button-hint-background-color,\n var(\n --_utrecht-button-appearance-focus-background-color,\n var(\n --_utrecht-button-appearance-background-color,\n var(--utrecht-button-focus-background-color, var(--utrecht-button-background-color))\n )\n )\n )\n );--_utrecht-button-focus-border-color:var(\n --_utrecht-button-hint-focus-border-color,\n var(\n --_utrecht-button-hint-border-color,\n var(\n --_utrecht-button-appearance-focus-border-color,\n var(\n --_utrecht-button-appearance-border-color,\n var(--utrecht-button-focus-border-color, var(--utrecht-button-border-color))\n )\n )\n )\n );--_utrecht-button-focus-color:var(\n --_utrecht-button-hint-focus-color,\n var(\n --_utrecht-button-hint-color,\n var(\n --_utrecht-button-appearance-focus-color,\n var(--_utrecht-button-appearance-color, var(--utrecht-button-focus-color, var(--utrecht-button-color)))\n )\n )\n );--_utrecht-button-hover-background-color:var(\n --_utrecht-button-hint-hover-background-color,\n var(\n --_utrecht-button-hint-background-color,\n var(\n --_utrecht-button-appearance-hover-background-color,\n var(\n --_utrecht-button-appearance-background-color,\n var(--utrecht-button-hover-background-color, var(--utrecht-button-background-color))\n )\n )\n )\n );--_utrecht-button-hover-border-color:var(\n --_utrecht-button-hint-hover-border-color,\n var(\n --_utrecht-button-hint-border-color,\n var(\n --_utrecht-button-appearance-hover-border-color,\n var(\n --_utrecht-button-appearance-border-color,\n var(--utrecht-button-hover-border-color, var(--utrecht-button-border-color))\n )\n )\n )\n );--_utrecht-button-hover-color:var(\n --_utrecht-button-hint-hover-color,\n var(\n --_utrecht-button-hint-color,\n var(\n --_utrecht-button-appearance-hover-color,\n var(--_utrecht-button-appearance-color, var(--utrecht-button-hover-color, var(--utrecht-button-color)))\n )\n )\n );--_utrecht-button-active-background-color:var(\n --_utrecht-button-hint-active-background-color,\n var(\n --_utrecht-button-hint-background-color,\n var(\n --_utrecht-button-appearance-active-background-color,\n var(\n --_utrecht-button-appearance-background-color,\n var(--utrecht-button-active-background-color, var(--utrecht-button-background-color))\n )\n )\n )\n );--_utrecht-button-active-border-color:var(\n --_utrecht-button-hint-active-border-color,\n var(\n --_utrecht-button-hint-border-color,\n var(\n --_utrecht-button-appearance-active-border-color,\n var(\n --_utrecht-button-appearance-border-color,\n var(--utrecht-button-active-border-color, var(--utrecht-button-border-color))\n )\n )\n )\n );--_utrecht-button-active-color:var(\n --_utrecht-button-hint-active-color,\n var(\n --_utrecht-button-hint-color,\n var(\n --_utrecht-button-appearance-active-color,\n var(--_utrecht-button-appearance-color, var(--utrecht-button-active-color, var(--utrecht-button-color)))\n )\n )\n );--_utrecht-button-border-width:var(--_utrecht-button-appearance-border-width, var(--utrecht-button-border-width, 0));--_utrecht-button-border-block-end-width:var(\n --utrecht-button-border-bottom-width,\n var(--_utrecht-button-border-width, 0)\n );--_utrecht-button-font-size:var(--_utrecht-button-appearance-font-size, var(--utrecht-button-font-size));--_utrecht-button-line-height:var(--_utrecht-button-appearance-line-height, var(--utrecht-button-line-height));--utrecht-icon-size:var(--utrecht-button-icon-size, 1em);align-items:center;background-color:var(--_utrecht-button-background-color);block-size:fit-content;border-block-end-color:var(--_utrecht-button-border-bottom-color);border-block-end-width:var(--_utrecht-button-border-block-end-width);border-color:var(--_utrecht-button-border-color);border-radius:var(--utrecht-button-border-radius);border-style:solid;border-width:var(--_utrecht-button-border-width);box-sizing:border-box;color:var(--_utrecht-button-color);column-gap:var(--utrecht-button-column-gap);cursor:var(--utrecht-action-activate-cursor, revert);display:inline-flex;font-family:var(--utrecht-button-font-family, var(--utrecht-document-font-family));font-size:var(--_utrecht-button-font-size, var(--utrecht-document-font-family, inherit));font-weight:var(--_utrecht-button-appearance-font-weight, var(--utrecht-button-font-weight));inline-size:var(--utrecht-button-inline-size, auto);justify-content:center;line-height:var(--_utrecht-button-line-height);max-inline-size:var(--utrecht-button-max-inline-size, fit-content);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);scale:1;text-transform:var(--utrecht-button-text-transform);-webkit-user-select:none;user-select:none}@media screen and (-ms-high-contrast: active), screen and (forced-colors: active){.utrecht-button{--_utrecht-button-disabled-border-color:GrayText;--_utrecht-button-disabled-color:GrayText;background-color:ButtonFace;border-color:buttonborder;color:ButtonText;}}.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, revert)}.utrecht-button--busy{cursor:var(--utrecht-action-busy-cursor, wait)}.utrecht-button--pressed{background-color:var(--_utrecht-button-pressed-background-color);border-color:var(--_utrecht-button-pressed-border-color);color:var(--_utrecht-button-pressed-color)}.utrecht-button:disabled,.utrecht-button--disabled{background-color:var(--_utrecht-button-disabled-background-color);border-color:var(--_utrecht-button-disabled-border-color);color:var(--_utrecht-button-disabled-color);cursor:var(--utrecht-action-disabled-cursor, not-allowed)}.utrecht-button--focus-visible{--_utrecht-focus-ring-box-shadow:0 0 0 var(--utrecht-focus-outline-width, 0)\n var(--utrecht-focus-inverse-outline-color, transparent);box-shadow:var(--_utrecht-focus-ring-box-shadow);outline-color:var(--utrecht-focus-outline-color, revert);outline-offset:var(--utrecht-focus-outline-offset, revert);outline-style:var(--utrecht-focus-outline-style, revert);outline-width:var(--utrecht-focus-outline-width, revert);z-index:1}.utrecht-button--focus:not(.utrecht-button--disabled){background-color:var(--_utrecht-button-focus-background-color);border-color:var(--_utrecht-button-focus-border-color);color:var(--_utrecht-button-focus-color);scale:var(--utrecht-button-focus-scale, 1)}.utrecht-button:focus-visible{--_utrecht-focus-ring-box-shadow:0 0 0 var(--utrecht-focus-outline-width, 0)\n var(--utrecht-focus-inverse-outline-color, transparent);box-shadow:var(--_utrecht-focus-ring-box-shadow);outline-color:var(--utrecht-focus-outline-color, revert);outline-offset:var(--utrecht-focus-outline-offset, revert);outline-style:var(--utrecht-focus-outline-style, revert);outline-width:var(--utrecht-focus-outline-width, revert);z-index:1}.utrecht-button:focus:not(:disabled,[aria-disabled=true],.utrecht-button--disabled){background-color:var(--_utrecht-button-focus-background-color);border-color:var(--_utrecht-button-focus-border-color);color:var(--_utrecht-button-focus-color);scale:var(--utrecht-button-focus-scale, 1)}.utrecht-button--hover:not(:disabled,.utrecht-button--disabled),.utrecht-button:hover:not(:disabled,[aria-disabled=true],.utrecht-button--disabled){background-color:var(--_utrecht-button-hover-background-color);border-color:var(--_utrecht-button-hover-border-color);color:var(--_utrecht-button-hover-color);scale:var(--utrecht-button-hover-scale, 1)}.utrecht-button:active:not(:disabled,[aria-disabled=true],.utrecht-button--disabled),.utrecht-button--active{background-color:var(--_utrecht-button-active-background-color);border-color:var(--_utrecht-button-active-border-color);color:var(--_utrecht-button-active-color)}.utrecht-button--primary-action{--_utrecht-button-appearance-active-background-color:var(--utrecht-button-primary-action-active-background-color);--_utrecht-button-appearance-active-border-color:var(--utrecht-button-primary-action-active-border-color);--_utrecht-button-appearance-active-color:var(--utrecht-button-primary-action-active-color);--_utrecht-button-appearance-background-color:var(--utrecht-button-primary-action-background-color);--_utrecht-button-appearance-border-color:var(--utrecht-button-primary-action-border-color);--_utrecht-button-appearance-border-width:var(--utrecht-button-primary-action-border-width);--_utrecht-button-appearance-color:var(--utrecht-button-primary-action-color);--_utrecht-button-appearance-font-size:var(--utrecht-button-primary-action-font-size);--_utrecht-button-appearance-font-weight:var(--utrecht-button-primary-action-font-weight);--_utrecht-button-appearance-line-height:var(--utrecht-button-primary-action-line-height);--_utrecht-button-appearance-disabled-background-color:var(--utrecht-button-primary-action-disabled-background-color);--_utrecht-button-appearance-disabled-border-color:var(--utrecht-button-primary-action-disabled-border-color);--_utrecht-button-appearance-disabled-color:var(--utrecht-button-primary-action-disabled-color);--_utrecht-button-appearance-focus-background-color:var(--utrecht-button-primary-action-focus-background-color);--_utrecht-button-appearance-focus-border-color:var(--utrecht-button-primary-action-focus-border-color);--_utrecht-button-appearance-focus-color:var(--utrecht-button-primary-action-focus-color);--_utrecht-button-appearance-hover-background-color:var(--utrecht-button-primary-action-hover-background-color);--_utrecht-button-appearance-hover-border-color:var(--utrecht-button-primary-action-hover-border-color);--_utrecht-button-appearance-hover-color:var(--utrecht-button-primary-action-hover-color);--_utrecht-button-appearance-pressed-background-color:var(--utrecht-button-primary-action-pressed-background-color);--_utrecht-button-appearance-pressed-border-color:var(--utrecht-button-primary-action-pressed-border-color);--_utrecht-button-appearance-pressed-color:var(--utrecht-button-primary-action-pressed-color)}.utrecht-button--secondary-action{--_utrecht-button-appearance-active-background-color:var(--utrecht-button-secondary-action-active-background-color);--_utrecht-button-appearance-active-border-color:var(--utrecht-button-secondary-action-active-border-color);--_utrecht-button-appearance-active-color:var(--utrecht-button-secondary-action-active-color);--_utrecht-button-appearance-background-color:var(--utrecht-button-secondary-action-background-color);--_utrecht-button-appearance-border-color:var(--utrecht-button-secondary-action-border-color);--_utrecht-button-appearance-border-width:var(--utrecht-button-secondary-action-border-width);--_utrecht-button-appearance-color:var(--utrecht-button-secondary-action-color);--_utrecht-button-appearance-font-size:var(--utrecht-button-secondary-action-font-size);--_utrecht-button-appearance-font-weight:var(--utrecht-button-secondary-action-font-weight);--_utrecht-button-appearance-line-height:var(--utrecht-button-secondary-action-line-height);--_utrecht-button-appearance-disabled-background-color:var(--utrecht-button-secondary-action-disabled-background-color);--_utrecht-button-appearance-disabled-border-color:var(--utrecht-button-secondary-action-disabled-border-color);--_utrecht-button-appearance-disabled-color:var(--utrecht-button-secondary-action-disabled-color);--_utrecht-button-appearance-focus-background-color:var(--utrecht-button-secondary-action-focus-background-color);--_utrecht-button-appearance-focus-border-color:var(--utrecht-button-secondary-action-focus-border-color);--_utrecht-button-appearance-focus-color:var(--utrecht-button-secondary-action-focus-color);--_utrecht-button-appearance-hover-background-color:var(--utrecht-button-secondary-action-hover-background-color);--_utrecht-button-appearance-hover-border-color:var(--utrecht-button-secondary-action-hover-border-color);--_utrecht-button-appearance-hover-color:var(--utrecht-button-secondary-action-hover-color);--_utrecht-button-appearance-pressed-background-color:var(--utrecht-button-secondary-action-pressed-background-color);--_utrecht-button-appearance-pressed-border-color:var(--utrecht-button-secondary-action-pressed-border-color);--_utrecht-button-appearance-pressed-color:var(--utrecht-button-secondary-action-pressed-color)}.utrecht-button--subtle{--_utrecht-button-appearance-active-background-color:var(--utrecht-button-subtle-active-background-color);--_utrecht-button-appearance-active-border-color:var(--utrecht-button-subtle-active-border-color);--_utrecht-button-appearance-active-color:var(--utrecht-button-subtle-active-color);--_utrecht-button-appearance-background-color:var(--utrecht-button-subtle-background-color);--_utrecht-button-appearance-border-color:var(--utrecht-button-subtle-border-color);--_utrecht-button-appearance-border-width:var(--utrecht-button-subtle-border-width);--_utrecht-button-appearance-color:var(--utrecht-button-subtle-color);--_utrecht-button-appearance-font-size:var(--utrecht-button-subtle-font-size);--_utrecht-button-appearance-font-weight:var(--utrecht-button-subtle-font-weight);--_utrecht-button-appearance-line-height:var(--utrecht-button-subtle-line-height);--_utrecht-button-appearance-disabled-background-color:var(--utrecht-button-subtle-disabled-background-color);--_utrecht-button-appearance-disabled-border-color:var(--utrecht-button-subtle-disabled-border-color);--_utrecht-button-appearance-disabled-color:var(--utrecht-button-subtle-disabled-color);--_utrecht-button-appearance-focus-background-color:var(--utrecht-button-subtle-focus-background-color);--_utrecht-button-appearance-focus-border-color:var(--utrecht-button-subtle-focus-border-color);--_utrecht-button-appearance-focus-color:var(--utrecht-button-subtle-focus-color);--_utrecht-button-appearance-hover-background-color:var(--utrecht-button-subtle-hover-background-color);--_utrecht-button-appearance-hover-border-color:var(--utrecht-button-subtle-hover-border-color);--_utrecht-button-appearance-hover-color:var(--utrecht-button-subtle-hover-color);--_utrecht-button-appearance-pressed-background-color:var(--utrecht-button-subtle-pressed-background-color);--_utrecht-button-appearance-pressed-border-color:var(--utrecht-button-subtle-pressed-border-color);--_utrecht-button-appearance-pressed-color:var(--utrecht-button-subtle-pressed-color)}.utrecht-button--primary-action.utrecht-button--danger{--_utrecht-button-hint-active-background-color:var(--utrecht-button-primary-action-danger-active-background-color);--_utrecht-button-hint-active-border-color:var(--utrecht-button-primary-action-danger-active-border-color);--_utrecht-button-hint-active-color:var(--utrecht-button-primary-action-danger-active-color);--_utrecht-button-hint-background-color:var(--utrecht-button-primary-action-danger-background-color);--_utrecht-button-hint-border-color:var(--utrecht-button-primary-action-danger-border-color);--_utrecht-button-hint-color:var(--utrecht-button-primary-action-danger-color);--_utrecht-button-hint-disabled-background-color:var(\n --utrecht-button-primary-action-danger-disabled-background-color\n );--_utrecht-button-hint-disabled-border-color:var(--utrecht-button-primary-action-danger-disabled-border-color);--_utrecht-button-hint-disabled-color:var(--utrecht-button-primary-action-danger-disabled-color);--_utrecht-button-hint-focus-background-color:var(--utrecht-button-primary-action-danger-focus-background-color);--_utrecht-button-hint-focus-border-color:var(--utrecht-button-primary-action-danger-focus-border-color);--_utrecht-button-hint-focus-color:var(--utrecht-button-primary-action-danger-focus-color);--_utrecht-button-hint-hover-background-color:var(--utrecht-button-primary-action-danger-hover-background-color);--_utrecht-button-hint-hover-border-color:var(--utrecht-button-primary-action-danger-hover-border-color);--_utrecht-button-hint-hover-color:var(--utrecht-button-primary-action-danger-hover-color);--_utrecht-button-hint-pressed-background-color:var(\n --utrecht-button-primary-action-danger-pressed-background-color\n );--_utrecht-button-hint-pressed-border-color:var(--utrecht-button-primary-action-danger-pressed-border-color);--_utrecht-button-hint-pressed-color:var(--utrecht-button-primary-action-danger-pressed-color)}.utrecht-button--primary-action.utrecht-button--ready{--_utrecht-button-hint-active-background-color:var(--utrecht-button-primary-action-ready-active-background-color);--_utrecht-button-hint-active-border-color:var(--utrecht-button-primary-action-ready-active-border-color);--_utrecht-button-hint-active-color:var(--utrecht-button-primary-action-ready-active-color);--_utrecht-button-hint-background-color:var(--utrecht-button-primary-action-ready-background-color);--_utrecht-button-hint-border-color:var(--utrecht-button-primary-action-ready-border-color);--_utrecht-button-hint-color:var(--utrecht-button-primary-action-ready-color);--_utrecht-button-hint-disabled-background-color:var(\n --utrecht-button-primary-action-ready-disabled-background-color\n );--_utrecht-button-hint-disabled-border-color:var(--utrecht-button-primary-action-ready-disabled-border-color);--_utrecht-button-hint-disabled-color:var(--utrecht-button-primary-action-ready-disabled-color);--_utrecht-button-hint-focus-background-color:var(--utrecht-button-primary-action-ready-focus-background-color);--_utrecht-button-hint-focus-border-color:var(--utrecht-button-primary-action-ready-focus-border-color);--_utrecht-button-hint-focus-color:var(--utrecht-button-primary-action-ready-focus-color);--_utrecht-button-hint-hover-background-color:var(--utrecht-button-primary-action-ready-hover-background-color);--_utrecht-button-hint-hover-border-color:var(--utrecht-button-primary-action-ready-hover-border-color);--_utrecht-button-hint-hover-color:var(--utrecht-button-primary-action-ready-hover-color);--_utrecht-button-hint-pressed-background-color:var(\n --utrecht-button-primary-action-ready-pressed-background-color\n );--_utrecht-button-hint-pressed-border-color:var(--utrecht-button-primary-action-ready-pressed-border-color);--_utrecht-button-hint-pressed-color:var(--utrecht-button-primary-action-ready-pressed-color)}.utrecht-button--primary-action.utrecht-button--warning{--_utrecht-button-hint-active-background-color:var(--utrecht-button-primary-action-warning-active-background-color);--_utrecht-button-hint-active-border-color:var(--utrecht-button-primary-action-warning-active-border-color);--_utrecht-button-hint-active-color:var(--utrecht-button-primary-action-warning-active-color);--_utrecht-button-hint-background-color:var(--utrecht-button-primary-action-warning-background-color);--_utrecht-button-hint-border-color:var(--utrecht-button-primary-action-warning-border-color);--_utrecht-button-hint-color:var(--utrecht-button-primary-action-warning-color);--_utrecht-button-hint-disabled-background-color:var(\n --utrecht-button-primary-action-warning-disabled-background-color\n );--_utrecht-button-hint-disabled-border-color:var(--utrecht-button-primary-action-warning-disabled-border-color);--_utrecht-button-hint-disabled-color:var(--utrecht-button-primary-action-warning-disabled-color);--_utrecht-button-hint-focus-background-color:var(--utrecht-button-primary-action-warning-focus-background-color);--_utrecht-button-hint-focus-border-color:var(--utrecht-button-primary-action-warning-focus-border-color);--_utrecht-button-hint-focus-color:var(--utrecht-button-primary-action-warning-focus-color);--_utrecht-button-hint-hover-background-color:var(--utrecht-button-primary-action-warning-hover-background-color);--_utrecht-button-hint-hover-border-color:var(--utrecht-button-primary-action-warning-hover-border-color);--_utrecht-button-hint-hover-color:var(--utrecht-button-primary-action-warning-hover-color);--_utrecht-button-hint-pressed-background-color:var(\n --utrecht-button-primary-action-warning-pressed-background-color\n );--_utrecht-button-hint-pressed-border-color:var(--utrecht-button-primary-action-warning-pressed-border-color);--_utrecht-button-hint-pressed-color:var(--utrecht-button-primary-action-warning-pressed-color)}.utrecht-button--secondary-action.utrecht-button--danger{--_utrecht-button-hint-active-background-color:var(--utrecht-button-secondary-action-danger-active-background-color);--_utrecht-button-hint-active-border-color:var(--utrecht-button-secondary-action-danger-active-border-color);--_utrecht-button-hint-active-color:var(--utrecht-button-secondary-action-danger-active-color);--_utrecht-button-hint-background-color:var(--utrecht-button-secondary-action-danger-background-color);--_utrecht-button-hint-border-color:var(--utrecht-button-secondary-action-danger-border-color);--_utrecht-button-hint-color:var(--utrecht-button-secondary-action-danger-color);--_utrecht-button-hint-disabled-background-color:var(\n --utrecht-button-secondary-action-danger-disabled-background-color\n );--_utrecht-button-hint-disabled-border-color:var(--utrecht-button-secondary-action-danger-disabled-border-color);--_utrecht-button-hint-disabled-color:var(--utrecht-button-secondary-action-danger-disabled-color);--_utrecht-button-hint-focus-background-color:var(--utrecht-button-secondary-action-danger-focus-background-color);--_utrecht-button-hint-focus-border-color:var(--utrecht-button-secondary-action-danger-focus-border-color);--_utrecht-button-hint-focus-color:var(--utrecht-button-secondary-action-danger-focus-color);--_utrecht-button-hint-hover-background-color:var(--utrecht-button-secondary-action-danger-hover-background-color);--_utrecht-button-hint-hover-border-color:var(--utrecht-button-secondary-action-danger-hover-border-color);--_utrecht-button-hint-hover-color:var(--utrecht-button-secondary-action-danger-hover-color);--_utrecht-button-hint-pressed-background-color:var(\n --utrecht-button-secondary-action-danger-pressed-background-color\n );--_utrecht-button-hint-pressed-border-color:var(--utrecht-button-secondary-action-danger-pressed-border-color);--_utrecht-button-hint-pressed-color:var(--utrecht-button-secondary-action-danger-pressed-color)}.utrecht-button--secondary-action.utrecht-button--ready{--_utrecht-button-hint-active-background-color:var(--utrecht-button-secondary-action-ready-active-background-color);--_utrecht-button-hint-active-border-color:var(--utrecht-button-secondary-action-ready-active-border-color);--_utrecht-button-hint-active-color:var(--utrecht-button-secondary-action-ready-active-color);--_utrecht-button-hint-background-color:var(--utrecht-button-secondary-action-ready-background-color);--_utrecht-button-hint-border-color:var(--utrecht-button-secondary-action-ready-border-color);--_utrecht-button-hint-color:var(--utrecht-button-secondary-action-ready-color);--_utrecht-button-hint-disabled-background-color:var(\n --utrecht-button-secondary-action-ready-disabled-background-color\n );--_utrecht-button-hint-disabled-border-color:var(--utrecht-button-secondary-action-ready-disabled-border-color);--_utrecht-button-hint-disabled-color:var(--utrecht-button-secondary-action-ready-disabled-color);--_utrecht-button-hint-focus-background-color:var(--utrecht-button-secondary-action-ready-focus-background-color);--_utrecht-button-hint-focus-border-color:var(--utrecht-button-secondary-action-ready-focus-border-color);--_utrecht-button-hint-focus-color:var(--utrecht-button-secondary-action-ready-focus-color);--_utrecht-button-hint-hover-background-color:var(--utrecht-button-secondary-action-ready-hover-background-color);--_utrecht-button-hint-hover-border-color:var(--utrecht-button-secondary-action-ready-hover-border-color);--_utrecht-button-hint-hover-color:var(--utrecht-button-secondary-action-ready-hover-color);--_utrecht-button-hint-pressed-background-color:var(\n --utrecht-button-secondary-action-ready-pressed-background-color\n );--_utrecht-button-hint-pressed-border-color:var(--utrecht-button-secondary-action-ready-pressed-border-color);--_utrecht-button-hint-pressed-color:var(--utrecht-button-secondary-action-ready-pressed-color)}.utrecht-button--secondary-action.utrecht-button--warning{--_utrecht-button-hint-active-background-color:var(--utrecht-button-secondary-action-warning-active-background-color);--_utrecht-button-hint-active-border-color:var(--utrecht-button-secondary-action-warning-active-border-color);--_utrecht-button-hint-active-color:var(--utrecht-button-secondary-action-warning-active-color);--_utrecht-button-hint-background-color:var(--utrecht-button-secondary-action-warning-background-color);--_utrecht-button-hint-border-color:var(--utrecht-button-secondary-action-warning-border-color);--_utrecht-button-hint-color:var(--utrecht-button-secondary-action-warning-color);--_utrecht-button-hint-disabled-background-color:var(\n --utrecht-button-secondary-action-warning-disabled-background-color\n );--_utrecht-button-hint-disabled-border-color:var(--utrecht-button-secondary-action-warning-disabled-border-color);--_utrecht-button-hint-disabled-color:var(--utrecht-button-secondary-action-warning-disabled-color);--_utrecht-button-hint-focus-background-color:var(--utrecht-button-secondary-action-warning-focus-background-color);--_utrecht-button-hint-focus-border-color:var(--utrecht-button-secondary-action-warning-focus-border-color);--_utrecht-button-hint-focus-color:var(--utrecht-button-secondary-action-warning-focus-color);--_utrecht-button-hint-hover-background-color:var(--utrecht-button-secondary-action-warning-hover-background-color);--_utrecht-button-hint-hover-border-color:var(--utrecht-button-secondary-action-warning-hover-border-color);--_utrecht-button-hint-hover-color:var(--utrecht-button-secondary-action-warning-hover-color);--_utrecht-button-hint-pressed-background-color:var(\n --utrecht-button-secondary-action-warning-pressed-background-color\n );--_utrecht-button-hint-pressed-border-color:var(--utrecht-button-secondary-action-warning-pressed-border-color);--_utrecht-button-hint-pressed-color:var(--utrecht-button-secondary-action-warning-pressed-color)}.utrecht-button--subtle.utrecht-button--danger{--_utrecht-button-hint-active-background-color:var(--utrecht-button-subtle-danger-active-background-color);--_utrecht-button-hint-active-border-color:var(--utrecht-button-subtle-danger-active-border-color);--_utrecht-button-hint-active-color:var(--utrecht-button-subtle-danger-active-color);--_utrecht-button-hint-background-color:var(--utrecht-button-subtle-danger-background-color);--_utrecht-button-hint-border-color:var(--utrecht-button-subtle-danger-border-color);--_utrecht-button-hint-color:var(--utrecht-button-subtle-danger-color);--_utrecht-button-hint-disabled-background-color:var(\n --utrecht-button-subtle-danger-disabled-background-color\n );--_utrecht-button-hint-disabled-border-color:var(--utrecht-button-subtle-danger-disabled-border-color);--_utrecht-button-hint-disabled-color:var(--utrecht-button-subtle-danger-disabled-color);--_utrecht-button-hint-focus-background-color:var(--utrecht-button-subtle-danger-focus-background-color);--_utrecht-button-hint-focus-border-color:var(--utrecht-button-subtle-danger-focus-border-color);--_utrecht-button-hint-focus-color:var(--utrecht-button-subtle-danger-focus-color);--_utrecht-button-hint-hover-background-color:var(--utrecht-button-subtle-danger-hover-background-color);--_utrecht-button-hint-hover-border-color:var(--utrecht-button-subtle-danger-hover-border-color);--_utrecht-button-hint-hover-color:var(--utrecht-button-subtle-danger-hover-color);--_utrecht-button-hint-pressed-background-color:var(\n --utrecht-button-subtle-danger-pressed-background-color\n );--_utrecht-button-hint-pressed-border-color:var(--utrecht-button-subtle-danger-pressed-border-color);--_utrecht-button-hint-pressed-color:var(--utrecht-button-subtle-danger-pressed-color)}.utrecht-button--subtle.utrecht-button--ready{--_utrecht-button-hint-active-background-color:var(--utrecht-button-subtle-ready-active-background-color);--_utrecht-button-hint-active-border-color:var(--utrecht-button-subtle-ready-active-border-color);--_utrecht-button-hint-active-color:var(--utrecht-button-subtle-ready-active-color);--_utrecht-button-hint-background-color:var(--utrecht-button-subtle-ready-background-color);--_utrecht-button-hint-border-color:var(--utrecht-button-subtle-ready-border-color);--_utrecht-button-hint-color:var(--utrecht-button-subtle-ready-color);--_utrecht-button-hint-disabled-background-color:var(\n --utrecht-button-subtle-ready-disabled-background-color\n );--_utrecht-button-hint-disabled-border-color:var(--utrecht-button-subtle-ready-disabled-border-color);--_utrecht-button-hint-disabled-color:var(--utrecht-button-subtle-ready-disabled-color);--_utrecht-button-hint-focus-background-color:var(--utrecht-button-subtle-ready-focus-background-color);--_utrecht-button-hint-focus-border-color:var(--utrecht-button-subtle-ready-focus-border-color);--_utrecht-button-hint-focus-color:var(--utrecht-button-subtle-ready-focus-color);--_utrecht-button-hint-hover-background-color:var(--utrecht-button-subtle-ready-hover-background-color);--_utrecht-button-hint-hover-border-color:var(--utrecht-button-subtle-ready-hover-border-color);--_utrecht-button-hint-hover-color:var(--utrecht-button-subtle-ready-hover-color);--_utrecht-button-hint-pressed-background-color:var(\n --utrecht-button-subtle-ready-pressed-background-color\n );--_utrecht-button-hint-pressed-border-color:var(--utrecht-button-subtle-ready-pressed-border-color);--_utrecht-button-hint-pressed-color:var(--utrecht-button-subtle-ready-pressed-color)}.utrecht-button--subtle.utrecht-button--warning{--_utrecht-button-hint-active-background-color:var(--utrecht-button-subtle-warning-active-background-color);--_utrecht-button-hint-active-border-color:var(--utrecht-button-subtle-warning-active-border-color);--_utrecht-button-hint-active-color:var(--utrecht-button-subtle-warning-active-color);--_utrecht-button-hint-background-color:var(--utrecht-button-subtle-warning-background-color);--_utrecht-button-hint-border-color:var(--utrecht-button-subtle-warning-border-color);--_utrecht-button-hint-color:var(--utrecht-button-subtle-warning-color);--_utrecht-button-hint-disabled-background-color:var(\n --utrecht-button-subtle-warning-disabled-background-color\n );--_utrecht-button-hint-disabled-border-color:var(--utrecht-button-subtle-warning-disabled-border-color);--_utrecht-button-hint-disabled-color:var(--utrecht-button-subtle-warning-disabled-color);--_utrecht-button-hint-focus-background-color:var(--utrecht-button-subtle-warning-focus-background-color);--_utrecht-button-hint-focus-border-color:var(--utrecht-button-subtle-warning-focus-border-color);--_utrecht-button-hint-focus-color:var(--utrecht-button-subtle-warning-focus-color);--_utrecht-button-hint-hover-background-color:var(--utrecht-button-subtle-warning-hover-background-color);--_utrecht-button-hint-hover-border-color:var(--utrecht-button-subtle-warning-hover-border-color);--_utrecht-button-hint-hover-color:var(--utrecht-button-subtle-warning-hover-color);--_utrecht-button-hint-pressed-background-color:var(\n --utrecht-button-subtle-warning-pressed-background-color\n );--_utrecht-button-hint-pressed-border-color:var(--utrecht-button-subtle-warning-pressed-border-color);--_utrecht-button-hint-pressed-color:var(--utrecht-button-subtle-warning-pressed-color)}:host{display:inline-block}:host([hidden]){display:none !important}";
5
- const UtrechtButtonStyle0 = buttonCss;
6
-
7
- const Button = /*@__PURE__*/ proxyCustomElement(class Button extends H {
8
- constructor() {
9
- super();
10
- this.__registerHost();
11
- this.__attachShadow();
12
- this.utrechtRequestReset = createEvent(this, "utrechtRequestReset", 7);
13
- this.utrechtRequestSubmit = createEvent(this, "utrechtRequestSubmit", 7);
14
- this.appearance = undefined;
15
- this.busy = undefined;
16
- this.disabled = undefined;
17
- this.expanded = undefined;
18
- this.pressed = undefined;
19
- this.form = undefined;
20
- this.formAction = undefined;
21
- this.formEnctype = undefined;
22
- this.formMethod = undefined;
23
- this.formNoValidate = undefined;
24
- this.formTarget = undefined;
25
- this.popoverTarget = undefined;
26
- this.popoverTargetAction = undefined;
27
- this.name = undefined;
28
- this.value = undefined;
29
- this.type = undefined;
30
- }
31
- render() {
32
- const handleReset = () => {
33
- var _a, _b;
34
- const event = this.utrechtRequestReset.emit();
35
- if (!event.defaultPrevented) {
36
- (_b = (_a = this.hostElement) === null || _a === void 0 ? void 0 : _a.closest('form')) === null || _b === void 0 ? void 0 : _b.reset();
37
- }
38
- };
39
- const handleSubmit = () => {
40
- var _a, _b;
41
- const event = this.utrechtRequestSubmit.emit();
42
- if (!event.defaultPrevented) {
43
- (_b = (_a = this.hostElement) === null || _a === void 0 ? void 0 : _a.closest('form')) === null || _b === void 0 ? void 0 : _b.requestSubmit();
44
- }
45
- };
46
- const handleClick = () => {
47
- if (this.type === 'reset') {
48
- handleReset();
49
- }
50
- else if (this.type === 'submit') {
51
- handleSubmit();
52
- }
53
- else {
54
- const button = this.hostElement.querySelector('button[hidden]');
55
- if (button) {
56
- button.click();
57
- }
58
- }
59
- };
60
- const { hostElement, expanded, pressed, name, value, form, formAction, formEnctype, formTarget, formNoValidate, formMethod, popoverTargetAction, popoverTarget, type, } = this;
61
- let button = hostElement.querySelector('button[hidden]');
62
- const needsButton = !!(name ||
63
- form ||
64
- formTarget ||
65
- formEnctype ||
66
- formMethod ||
67
- formNoValidate ||
68
- popoverTarget ||
69
- popoverTargetAction ||
70
- type === 'submit');
71
- if (button && !needsButton) {
72
- button.parentNode.removeChild(button);
73
- }
74
- if (!button && needsButton) {
75
- button = hostElement.ownerDocument.createElement('button');
76
- button.hidden = true;
77
- button.tabIndex = -1;
78
- button.ariaHidden = 'true';
79
- hostElement.appendChild(button);
80
- }
81
- const setAttribute = (el, name, value) => {
82
- if (typeof value === 'string') {
83
- el.setAttribute(name, value);
84
- }
85
- else {
86
- el.removeAttribute(name);
87
- }
88
- };
89
- if (button) {
90
- setAttribute(button, 'name', name);
91
- setAttribute(button, 'type', type);
92
- setAttribute(button, 'form', form);
93
- setAttribute(button, 'formaction', formAction);
94
- setAttribute(button, 'form', form);
95
- setAttribute(button, 'formtarget', formTarget);
96
- setAttribute(button, 'formenctype', formEnctype);
97
- setAttribute(button, 'formmethod', formMethod);
98
- setAttribute(button, 'formnovalidate', formNoValidate ? '' : null);
99
- setAttribute(button, 'popovertargetaction', popoverTargetAction);
100
- setAttribute(button, 'popovertarget', popoverTarget);
101
- setAttribute(button, 'type', type);
102
- button.style.display = 'none';
103
- button.value = value || '';
104
- }
105
- return (h("button", { key: 'f9a03c6eb1802e4c95f586b904d81efab6192bc4', class: clsx('utrecht-button', this.busy && 'utrecht-button--busy', this.disabled && 'utrecht-button--disabled', pressed && 'utrecht-button--pressed', 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, "aria-expanded": typeof this.expanded === 'boolean' ? String(expanded) : typeof expanded === 'string' ? expanded : null, "aria-pressed": typeof this.pressed === 'boolean' ? String(pressed) : typeof pressed === 'string' ? pressed : null, disabled: this.disabled, type: this.type || 'button', onClick: handleClick }, h("slot", { key: '60bbb545abd7474e87801bce05c50be6b44b3b34', name: "icon" }), h("span", { key: 'd6d6ccb23d86b266b0885104a5355f7a89d0c727', class: "utrecht-button__label" }, h("slot", { key: '0940dbf409384db621f3d7bb895e7f3546da9a19' }))));
106
- }
107
- get hostElement() { return this; }
108
- static get style() { return UtrechtButtonStyle0; }
109
- }, [1, "utrecht-button", {
110
- "appearance": [1],
111
- "busy": [4],
112
- "disabled": [4],
113
- "expanded": [8],
114
- "pressed": [8],
115
- "form": [513, "readonly"],
116
- "formAction": [513, "formaction"],
117
- "formEnctype": [513, "formenctype"],
118
- "formMethod": [513, "formmethod"],
119
- "formNoValidate": [516, "formnovalidate"],
120
- "formTarget": [513, "formtarget"],
121
- "popoverTarget": [513, "popovertarget"],
122
- "popoverTargetAction": [513, "popovertargetaction"],
123
- "name": [1],
124
- "value": [1],
125
- "type": [1]
126
- }]);
127
- function defineCustomElement() {
128
- if (typeof customElements === "undefined") {
129
- return;
130
- }
131
- const components = ["utrecht-button"];
132
- components.forEach(tagName => { switch (tagName) {
133
- case "utrecht-button":
134
- if (!customElements.get(tagName)) {
135
- customElements.define(tagName, Button);
136
- }
137
- break;
138
- } });
139
- }
140
-
141
- export { Button as B, defineCustomElement as d };
142
-
143
- //# sourceMappingURL=p-50d20687.js.map
@@ -1,2 +0,0 @@
1
- import{r as t,h as i}from"./p-8dcab6dc.js";const n=":host{block-size:100%;font-family:var(--utrecht-body-font-family, inherit);font-size:var(--utrecht-body-font-size, inherit);font-weight:var(--utrecht-body-font-weight, inherit);line-height:var(--utrecht-body-line-height, inherit);margin-block-end:0;margin-block-start:0;margin-inline-end:0;margin-inline-start:0;padding-block-end:0;padding-block-start:0;padding-inline-end:0;padding-inline-start:0}@media screen{:host{min-block-size:100vh;min-block-size:100vb}}:host([hidden]){display:none !important}";const e=n;const r=class{constructor(i){t(this,i)}render(){return i("slot",{key:"3ce9d330f587ae850baee2d58c1d48185814525a"})}};r.style=e;export{r as utrecht_body};
2
- //# sourceMappingURL=p-8061ad92.entry.js.map