@utrecht/component-library-react 5.0.0 → 6.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1190) hide show
  1. package/dist/.jest-test-results.json +1 -1
  2. package/dist/Calendar.js +319 -283
  3. package/dist/Calendar.js.map +1 -1
  4. package/dist/Calendar.mjs +322 -286
  5. package/dist/Calendar.mjs.map +1 -1
  6. package/dist/VegaVisualization.js +51 -20
  7. package/dist/VegaVisualization.js.map +1 -1
  8. package/dist/VegaVisualization.mjs +51 -20
  9. package/dist/VegaVisualization.mjs.map +1 -1
  10. package/dist/css-module/Calendar.js +318 -312
  11. package/dist/css-module/Calendar.js.map +1 -1
  12. package/dist/css-module/Calendar.mjs +321 -315
  13. package/dist/css-module/Calendar.mjs.map +1 -1
  14. package/dist/css-module/VegaVisualization.js +51 -20
  15. package/dist/css-module/VegaVisualization.js.map +1 -1
  16. package/dist/css-module/VegaVisualization.mjs +51 -20
  17. package/dist/css-module/VegaVisualization.mjs.map +1 -1
  18. package/dist/css-module/index.js +1232 -1336
  19. package/dist/css-module/index.js.map +1 -1
  20. package/dist/css-module/index.mjs +1232 -1336
  21. package/dist/css-module/index.mjs.map +1 -1
  22. package/dist/css-module/packages/button-react/src/css.d.ts +8 -0
  23. package/dist/css-module/packages/button-react/src/css.d.ts.map +1 -0
  24. package/dist/css-module/packages/button-react/src/index.d.ts +34 -0
  25. package/dist/css-module/packages/button-react/src/index.d.ts.map +1 -0
  26. package/dist/css-module/packages/calendar-react/src/CalendarButton.d.ts +6 -0
  27. package/dist/css-module/packages/calendar-react/src/CalendarButton.d.ts.map +1 -0
  28. package/dist/css-module/packages/calendar-react/src/CalendarIcon.d.ts +5 -0
  29. package/dist/css-module/packages/calendar-react/src/CalendarIcon.d.ts.map +1 -0
  30. package/dist/css-module/packages/calendar-react/src/CalendarNavigation.d.ts +5 -0
  31. package/dist/css-module/packages/calendar-react/src/CalendarNavigation.d.ts.map +1 -0
  32. package/dist/css-module/packages/calendar-react/src/CalendarNavigationButtons.d.ts +13 -0
  33. package/dist/css-module/packages/calendar-react/src/CalendarNavigationButtons.d.ts.map +1 -0
  34. package/dist/css-module/packages/calendar-react/src/CalendarNavigationLabel.d.ts +5 -0
  35. package/dist/css-module/packages/calendar-react/src/CalendarNavigationLabel.d.ts.map +1 -0
  36. package/dist/css-module/packages/calendar-react/src/CalendarTableDaysContainer.d.ts +5 -0
  37. package/dist/css-module/packages/calendar-react/src/CalendarTableDaysContainer.d.ts.map +1 -0
  38. package/dist/css-module/packages/calendar-react/src/CalendarTableDaysItem.d.ts +5 -0
  39. package/dist/css-module/packages/calendar-react/src/CalendarTableDaysItem.d.ts.map +1 -0
  40. package/dist/css-module/packages/calendar-react/src/CalendarTableDaysItemDay.d.ts +12 -0
  41. package/dist/css-module/packages/calendar-react/src/CalendarTableDaysItemDay.d.ts.map +1 -0
  42. package/dist/css-module/packages/calendar-react/src/CalendarTableWeeksContainer.d.ts +3 -0
  43. package/dist/css-module/packages/calendar-react/src/CalendarTableWeeksContainer.d.ts.map +1 -0
  44. package/dist/css-module/packages/calendar-react/src/CalendarTableWeeksItem.d.ts +5 -0
  45. package/dist/css-module/packages/calendar-react/src/CalendarTableWeeksItem.d.ts.map +1 -0
  46. package/dist/css-module/packages/calendar-react/src/IconArrowLeft.d.ts +8 -0
  47. package/dist/css-module/packages/calendar-react/src/IconArrowLeft.d.ts.map +1 -0
  48. package/dist/css-module/packages/calendar-react/src/IconArrowLeftDouble.d.ts +8 -0
  49. package/dist/css-module/packages/calendar-react/src/IconArrowLeftDouble.d.ts.map +1 -0
  50. package/dist/css-module/packages/calendar-react/src/IconArrowRight.d.ts +8 -0
  51. package/dist/css-module/packages/calendar-react/src/IconArrowRight.d.ts.map +1 -0
  52. package/dist/css-module/packages/calendar-react/src/IconArrowRightDouble.d.ts +8 -0
  53. package/dist/css-module/packages/calendar-react/src/IconArrowRightDouble.d.ts.map +1 -0
  54. package/dist/css-module/packages/calendar-react/src/css.d.ts +8 -0
  55. package/dist/css-module/packages/calendar-react/src/css.d.ts.map +1 -0
  56. package/dist/css-module/packages/calendar-react/src/index.d.ts +42 -0
  57. package/dist/css-module/packages/calendar-react/src/index.d.ts.map +1 -0
  58. package/dist/css-module/src/Accordion.d.ts +51 -0
  59. package/dist/css-module/src/Accordion.d.ts.map +1 -0
  60. package/dist/css-module/src/Alert.d.ts +14 -0
  61. package/dist/css-module/src/Alert.d.ts.map +1 -0
  62. package/dist/css-module/src/AlertDialog.d.ts +14 -0
  63. package/dist/css-module/src/AlertDialog.d.ts.map +1 -0
  64. package/dist/css-module/src/Article.d.ts +10 -0
  65. package/dist/css-module/src/Article.d.ts.map +1 -0
  66. package/dist/css-module/src/Backdrop.d.ts +10 -0
  67. package/dist/css-module/src/Backdrop.d.ts.map +1 -0
  68. package/dist/css-module/src/BadgeCounter.d.ts +13 -0
  69. package/dist/css-module/src/BadgeCounter.d.ts.map +1 -0
  70. package/dist/css-module/src/BadgeList.d.ts +10 -0
  71. package/dist/css-module/src/BadgeList.d.ts.map +1 -0
  72. package/dist/css-module/src/Blockquote.d.ts +12 -0
  73. package/dist/css-module/src/Blockquote.d.ts.map +1 -0
  74. package/dist/css-module/src/BreadcrumbNav.d.ts +32 -0
  75. package/dist/css-module/src/BreadcrumbNav.d.ts.map +1 -0
  76. package/dist/css-module/src/Button.d.ts +8 -0
  77. package/dist/css-module/src/Button.d.ts.map +1 -0
  78. package/dist/css-module/src/ButtonGroup.d.ts +12 -0
  79. package/dist/css-module/src/ButtonGroup.d.ts.map +1 -0
  80. package/dist/css-module/src/ButtonLink.d.ts +15 -0
  81. package/dist/css-module/src/ButtonLink.d.ts.map +1 -0
  82. package/dist/css-module/src/Calendar.d.ts +7 -0
  83. package/dist/css-module/src/Calendar.d.ts.map +1 -0
  84. package/dist/css-module/src/Checkbox.d.ts +8 -0
  85. package/dist/css-module/src/Checkbox.d.ts.map +1 -0
  86. package/dist/css-module/src/Code.d.ts +11 -0
  87. package/dist/css-module/src/Code.d.ts.map +1 -0
  88. package/dist/css-module/src/CodeBlock.d.ts +11 -0
  89. package/dist/css-module/src/CodeBlock.d.ts.map +1 -0
  90. package/dist/css-module/src/ColorSample.d.ts +13 -0
  91. package/dist/css-module/src/ColorSample.d.ts.map +1 -0
  92. package/dist/css-module/src/ColumnLayout.d.ts +12 -0
  93. package/dist/css-module/src/ColumnLayout.d.ts.map +1 -0
  94. package/dist/css-module/src/Combobox.d.ts +16 -0
  95. package/dist/css-module/src/Combobox.d.ts.map +1 -0
  96. package/dist/css-module/src/CurrencyData.d.ts +14 -0
  97. package/dist/css-module/src/CurrencyData.d.ts.map +1 -0
  98. package/dist/css-module/src/DataBadge.d.ts +14 -0
  99. package/dist/css-module/src/DataBadge.d.ts.map +1 -0
  100. package/dist/css-module/src/DataList.d.ts +29 -0
  101. package/dist/css-module/src/DataList.d.ts.map +1 -0
  102. package/dist/css-module/src/DataPlaceholder.d.ts +11 -0
  103. package/dist/css-module/src/DataPlaceholder.d.ts.map +1 -0
  104. package/dist/css-module/src/Document.d.ts +10 -0
  105. package/dist/css-module/src/Document.d.ts.map +1 -0
  106. package/dist/css-module/src/Drawer.d.ts +14 -0
  107. package/dist/css-module/src/Drawer.d.ts.map +1 -0
  108. package/dist/css-module/src/Emphasis.d.ts +11 -0
  109. package/dist/css-module/src/Emphasis.d.ts.map +1 -0
  110. package/dist/css-module/src/Fieldset.d.ts +20 -0
  111. package/dist/css-module/src/Fieldset.d.ts.map +1 -0
  112. package/dist/css-module/src/FieldsetLegend.d.ts +6 -0
  113. package/dist/css-module/src/FieldsetLegend.d.ts.map +1 -0
  114. package/dist/css-module/src/Figure.d.ts +6 -0
  115. package/dist/css-module/src/Figure.d.ts.map +1 -0
  116. package/dist/css-module/src/FigureCaption.d.ts +6 -0
  117. package/dist/css-module/src/FigureCaption.d.ts.map +1 -0
  118. package/dist/css-module/src/FormField.d.ts +12 -0
  119. package/dist/css-module/src/FormField.d.ts.map +1 -0
  120. package/dist/css-module/src/FormFieldDescription.d.ts +10 -0
  121. package/dist/css-module/src/FormFieldDescription.d.ts.map +1 -0
  122. package/dist/css-module/src/FormFieldErrorMessage.d.ts +6 -0
  123. package/dist/css-module/src/FormFieldErrorMessage.d.ts.map +1 -0
  124. package/dist/css-module/src/FormFieldTextbox.d.ts +15 -0
  125. package/dist/css-module/src/FormFieldTextbox.d.ts.map +1 -0
  126. package/dist/css-module/src/FormLabel.d.ts +10 -0
  127. package/dist/css-module/src/FormLabel.d.ts.map +1 -0
  128. package/dist/css-module/src/FormToggle.d.ts +6 -0
  129. package/dist/css-module/src/FormToggle.d.ts.map +1 -0
  130. package/dist/css-module/src/HTMLContent.d.ts +10 -0
  131. package/dist/css-module/src/HTMLContent.d.ts.map +1 -0
  132. package/dist/css-module/src/HTMLHeading.d.ts +8 -0
  133. package/dist/css-module/src/HTMLHeading.d.ts.map +1 -0
  134. package/dist/css-module/src/Heading.d.ts +13 -0
  135. package/dist/css-module/src/Heading.d.ts.map +1 -0
  136. package/dist/css-module/src/Heading1.d.ts +10 -0
  137. package/dist/css-module/src/Heading1.d.ts.map +1 -0
  138. package/dist/css-module/src/Heading2.d.ts +10 -0
  139. package/dist/css-module/src/Heading2.d.ts.map +1 -0
  140. package/dist/css-module/src/Heading3.d.ts +10 -0
  141. package/dist/css-module/src/Heading3.d.ts.map +1 -0
  142. package/dist/css-module/src/Heading4.d.ts +10 -0
  143. package/dist/css-module/src/Heading4.d.ts.map +1 -0
  144. package/dist/css-module/src/Heading5.d.ts +10 -0
  145. package/dist/css-module/src/Heading5.d.ts.map +1 -0
  146. package/dist/css-module/src/Heading6.d.ts +10 -0
  147. package/dist/css-module/src/Heading6.d.ts.map +1 -0
  148. package/dist/css-module/src/HeadingGroup.d.ts +10 -0
  149. package/dist/css-module/src/HeadingGroup.d.ts.map +1 -0
  150. package/dist/css-module/src/IBANData.d.ts +12 -0
  151. package/dist/css-module/src/IBANData.d.ts.map +1 -0
  152. package/dist/css-module/src/Icon.d.ts +11 -0
  153. package/dist/css-module/src/Icon.d.ts.map +1 -0
  154. package/dist/css-module/src/Image.d.ts +10 -0
  155. package/dist/css-module/src/Image.d.ts.map +1 -0
  156. package/dist/css-module/src/IndexCharNav.d.ts +58 -0
  157. package/dist/css-module/src/IndexCharNav.d.ts.map +1 -0
  158. package/dist/css-module/src/Link.d.ts +15 -0
  159. package/dist/css-module/src/Link.d.ts.map +1 -0
  160. package/dist/css-module/src/LinkButton.d.ts +14 -0
  161. package/dist/css-module/src/LinkButton.d.ts.map +1 -0
  162. package/dist/css-module/src/LinkList.d.ts +20 -0
  163. package/dist/css-module/src/LinkList.d.ts.map +1 -0
  164. package/dist/css-module/src/LinkSocial.d.ts +12 -0
  165. package/dist/css-module/src/LinkSocial.d.ts.map +1 -0
  166. package/dist/css-module/src/ListSocial.d.ts +14 -0
  167. package/dist/css-module/src/ListSocial.d.ts.map +1 -0
  168. package/dist/css-module/src/Listbox.d.ts +30 -0
  169. package/dist/css-module/src/Listbox.d.ts.map +1 -0
  170. package/dist/css-module/src/Logo.d.ts +11 -0
  171. package/dist/css-module/src/Logo.d.ts.map +1 -0
  172. package/dist/css-module/src/LogoImage.d.ts +9 -0
  173. package/dist/css-module/src/LogoImage.d.ts.map +1 -0
  174. package/dist/css-module/src/Mark.d.ts +11 -0
  175. package/dist/css-module/src/Mark.d.ts.map +1 -0
  176. package/dist/css-module/src/MultilineData.d.ts +11 -0
  177. package/dist/css-module/src/MultilineData.d.ts.map +1 -0
  178. package/dist/css-module/src/NavBar.d.ts +9 -0
  179. package/dist/css-module/src/NavBar.d.ts.map +1 -0
  180. package/dist/css-module/src/NavList.d.ts +25 -0
  181. package/dist/css-module/src/NavList.d.ts.map +1 -0
  182. package/dist/css-module/src/NumberData.d.ts +12 -0
  183. package/dist/css-module/src/NumberData.d.ts.map +1 -0
  184. package/dist/css-module/src/OrderedList.d.ts +10 -0
  185. package/dist/css-module/src/OrderedList.d.ts.map +1 -0
  186. package/dist/css-module/src/OrderedListItem.d.ts +10 -0
  187. package/dist/css-module/src/OrderedListItem.d.ts.map +1 -0
  188. package/dist/css-module/src/Page.d.ts +10 -0
  189. package/dist/css-module/src/Page.d.ts.map +1 -0
  190. package/dist/css-module/src/PageContent.d.ts +14 -0
  191. package/dist/css-module/src/PageContent.d.ts.map +1 -0
  192. package/dist/css-module/src/PageFooter.d.ts +10 -0
  193. package/dist/css-module/src/PageFooter.d.ts.map +1 -0
  194. package/dist/css-module/src/PageHeader.d.ts +10 -0
  195. package/dist/css-module/src/PageHeader.d.ts.map +1 -0
  196. package/dist/css-module/src/Paragraph.d.ts +13 -0
  197. package/dist/css-module/src/Paragraph.d.ts.map +1 -0
  198. package/dist/css-module/src/PreHeading.d.ts +10 -0
  199. package/dist/css-module/src/PreHeading.d.ts.map +1 -0
  200. package/dist/css-module/src/PreserveData.d.ts +14 -0
  201. package/dist/css-module/src/PreserveData.d.ts.map +1 -0
  202. package/dist/css-module/src/RadioButton.d.ts +14 -0
  203. package/dist/css-module/src/RadioButton.d.ts.map +1 -0
  204. package/dist/css-module/src/RichText.d.ts +8 -0
  205. package/dist/css-module/src/RichText.d.ts.map +1 -0
  206. package/dist/css-module/src/Select.d.ts +21 -0
  207. package/dist/css-module/src/Select.d.ts.map +1 -0
  208. package/dist/css-module/src/Separator.d.ts +8 -0
  209. package/dist/css-module/src/Separator.d.ts.map +1 -0
  210. package/dist/css-module/src/SkipLink.d.ts +6 -0
  211. package/dist/css-module/src/SkipLink.d.ts.map +1 -0
  212. package/dist/css-module/src/SpotlightSection.d.ts +14 -0
  213. package/dist/css-module/src/SpotlightSection.d.ts.map +1 -0
  214. package/dist/css-module/src/StatusBadge.d.ts +13 -0
  215. package/dist/css-module/src/StatusBadge.d.ts.map +1 -0
  216. package/dist/css-module/src/Strong.d.ts +11 -0
  217. package/dist/css-module/src/Strong.d.ts.map +1 -0
  218. package/dist/css-module/src/Surface.d.ts +10 -0
  219. package/dist/css-module/src/Surface.d.ts.map +1 -0
  220. package/dist/css-module/src/Table.d.ts +12 -0
  221. package/dist/css-module/src/Table.d.ts.map +1 -0
  222. package/dist/css-module/src/TableBody.d.ts +10 -0
  223. package/dist/css-module/src/TableBody.d.ts.map +1 -0
  224. package/dist/css-module/src/TableCaption.d.ts +10 -0
  225. package/dist/css-module/src/TableCaption.d.ts.map +1 -0
  226. package/dist/css-module/src/TableCell.d.ts +13 -0
  227. package/dist/css-module/src/TableCell.d.ts.map +1 -0
  228. package/dist/css-module/src/TableContainer.d.ts +12 -0
  229. package/dist/css-module/src/TableContainer.d.ts.map +1 -0
  230. package/dist/css-module/src/TableFooter.d.ts +12 -0
  231. package/dist/css-module/src/TableFooter.d.ts.map +1 -0
  232. package/dist/css-module/src/TableHeader.d.ts +12 -0
  233. package/dist/css-module/src/TableHeader.d.ts.map +1 -0
  234. package/dist/css-module/src/TableHeaderCell.d.ts +14 -0
  235. package/dist/css-module/src/TableHeaderCell.d.ts.map +1 -0
  236. package/dist/css-module/src/TableRow.d.ts +13 -0
  237. package/dist/css-module/src/TableRow.d.ts.map +1 -0
  238. package/dist/css-module/src/Textarea.d.ts +6 -0
  239. package/dist/css-module/src/Textarea.d.ts.map +1 -0
  240. package/dist/css-module/src/Textbox.d.ts +9 -0
  241. package/dist/css-module/src/Textbox.d.ts.map +1 -0
  242. package/dist/css-module/src/URLData.d.ts +10 -0
  243. package/dist/css-module/src/URLData.d.ts.map +1 -0
  244. package/dist/css-module/src/UnorderedList.d.ts +10 -0
  245. package/dist/css-module/src/UnorderedList.d.ts.map +1 -0
  246. package/dist/css-module/src/UnorderedListItem.d.ts +10 -0
  247. package/dist/css-module/src/UnorderedListItem.d.ts.map +1 -0
  248. package/dist/css-module/src/VegaVisualization.d.ts +12 -0
  249. package/dist/css-module/src/VegaVisualization.d.ts.map +1 -0
  250. package/dist/css-module/src/css-module/Accordion.d.ts +7 -0
  251. package/dist/css-module/src/css-module/Accordion.d.ts.map +1 -0
  252. package/dist/css-module/src/css-module/Alert.d.ts +7 -0
  253. package/dist/css-module/src/css-module/Alert.d.ts.map +1 -0
  254. package/dist/css-module/src/css-module/AlertDialog.d.ts +7 -0
  255. package/dist/css-module/src/css-module/AlertDialog.d.ts.map +1 -0
  256. package/dist/css-module/src/css-module/Article.d.ts +7 -0
  257. package/dist/css-module/src/css-module/Article.d.ts.map +1 -0
  258. package/dist/css-module/src/css-module/Backdrop.d.ts +7 -0
  259. package/dist/css-module/src/css-module/Backdrop.d.ts.map +1 -0
  260. package/dist/css-module/src/css-module/BadgeCounter.d.ts +7 -0
  261. package/dist/css-module/src/css-module/BadgeCounter.d.ts.map +1 -0
  262. package/dist/css-module/src/css-module/BadgeList.d.ts +7 -0
  263. package/dist/css-module/src/css-module/BadgeList.d.ts.map +1 -0
  264. package/dist/css-module/src/css-module/Blockquote.d.ts +7 -0
  265. package/dist/css-module/src/css-module/Blockquote.d.ts.map +1 -0
  266. package/dist/css-module/src/css-module/BreadcrumbNav.d.ts +7 -0
  267. package/dist/css-module/src/css-module/BreadcrumbNav.d.ts.map +1 -0
  268. package/dist/css-module/src/css-module/Button.d.ts +6 -0
  269. package/dist/css-module/src/css-module/Button.d.ts.map +1 -0
  270. package/dist/css-module/src/css-module/ButtonGroup.d.ts +7 -0
  271. package/dist/css-module/src/css-module/ButtonGroup.d.ts.map +1 -0
  272. package/dist/css-module/src/css-module/ButtonLink.d.ts +7 -0
  273. package/dist/css-module/src/css-module/ButtonLink.d.ts.map +1 -0
  274. package/dist/css-module/src/css-module/Calendar.d.ts +7 -0
  275. package/dist/css-module/src/css-module/Calendar.d.ts.map +1 -0
  276. package/dist/css-module/src/css-module/Checkbox.d.ts +8 -0
  277. package/dist/css-module/src/css-module/Checkbox.d.ts.map +1 -0
  278. package/dist/css-module/src/css-module/Code.d.ts +7 -0
  279. package/dist/css-module/src/css-module/Code.d.ts.map +1 -0
  280. package/dist/css-module/src/css-module/CodeBlock.d.ts +7 -0
  281. package/dist/css-module/src/css-module/CodeBlock.d.ts.map +1 -0
  282. package/dist/css-module/src/css-module/ColorSample.d.ts +7 -0
  283. package/dist/css-module/src/css-module/ColorSample.d.ts.map +1 -0
  284. package/dist/css-module/src/css-module/ColumnLayout.d.ts +7 -0
  285. package/dist/css-module/src/css-module/ColumnLayout.d.ts.map +1 -0
  286. package/dist/css-module/src/css-module/Combobox.d.ts +7 -0
  287. package/dist/css-module/src/css-module/Combobox.d.ts.map +1 -0
  288. package/dist/css-module/src/css-module/CurrencyData.d.ts +7 -0
  289. package/dist/css-module/src/css-module/CurrencyData.d.ts.map +1 -0
  290. package/dist/css-module/src/css-module/DataBadge.d.ts +7 -0
  291. package/dist/css-module/src/css-module/DataBadge.d.ts.map +1 -0
  292. package/dist/css-module/src/css-module/DataList.d.ts +7 -0
  293. package/dist/css-module/src/css-module/DataList.d.ts.map +1 -0
  294. package/dist/css-module/src/css-module/DataPlaceholder.d.ts +7 -0
  295. package/dist/css-module/src/css-module/DataPlaceholder.d.ts.map +1 -0
  296. package/dist/css-module/src/css-module/Document.d.ts +7 -0
  297. package/dist/css-module/src/css-module/Document.d.ts.map +1 -0
  298. package/dist/css-module/src/css-module/Drawer.d.ts +7 -0
  299. package/dist/css-module/src/css-module/Drawer.d.ts.map +1 -0
  300. package/dist/css-module/src/css-module/Emphasis.d.ts +7 -0
  301. package/dist/css-module/src/css-module/Emphasis.d.ts.map +1 -0
  302. package/dist/css-module/src/css-module/Fieldset.d.ts +7 -0
  303. package/dist/css-module/src/css-module/Fieldset.d.ts.map +1 -0
  304. package/dist/css-module/src/css-module/FieldsetLegend.d.ts +7 -0
  305. package/dist/css-module/src/css-module/FieldsetLegend.d.ts.map +1 -0
  306. package/dist/css-module/src/css-module/Figure.d.ts +7 -0
  307. package/dist/css-module/src/css-module/Figure.d.ts.map +1 -0
  308. package/dist/css-module/src/css-module/FigureCaption.d.ts +7 -0
  309. package/dist/css-module/src/css-module/FigureCaption.d.ts.map +1 -0
  310. package/dist/css-module/src/css-module/FormField.d.ts +7 -0
  311. package/dist/css-module/src/css-module/FormField.d.ts.map +1 -0
  312. package/dist/css-module/src/css-module/FormFieldDescription.d.ts +7 -0
  313. package/dist/css-module/src/css-module/FormFieldDescription.d.ts.map +1 -0
  314. package/dist/css-module/src/css-module/FormFieldErrorMessage.d.ts +7 -0
  315. package/dist/css-module/src/css-module/FormFieldErrorMessage.d.ts.map +1 -0
  316. package/dist/css-module/src/css-module/FormFieldTextbox.d.ts +10 -0
  317. package/dist/css-module/src/css-module/FormFieldTextbox.d.ts.map +1 -0
  318. package/dist/css-module/src/css-module/FormLabel.d.ts +7 -0
  319. package/dist/css-module/src/css-module/FormLabel.d.ts.map +1 -0
  320. package/dist/css-module/src/css-module/FormToggle.d.ts +7 -0
  321. package/dist/css-module/src/css-module/FormToggle.d.ts.map +1 -0
  322. package/dist/css-module/src/css-module/HTMLContent.d.ts +7 -0
  323. package/dist/css-module/src/css-module/HTMLContent.d.ts.map +1 -0
  324. package/dist/css-module/src/css-module/Heading.d.ts +12 -0
  325. package/dist/css-module/src/css-module/Heading.d.ts.map +1 -0
  326. package/dist/css-module/src/css-module/Heading1.d.ts +7 -0
  327. package/dist/css-module/src/css-module/Heading1.d.ts.map +1 -0
  328. package/dist/css-module/src/css-module/Heading2.d.ts +7 -0
  329. package/dist/css-module/src/css-module/Heading2.d.ts.map +1 -0
  330. package/dist/css-module/src/css-module/Heading3.d.ts +7 -0
  331. package/dist/css-module/src/css-module/Heading3.d.ts.map +1 -0
  332. package/dist/css-module/src/css-module/Heading4.d.ts +7 -0
  333. package/dist/css-module/src/css-module/Heading4.d.ts.map +1 -0
  334. package/dist/css-module/src/css-module/Heading5.d.ts +7 -0
  335. package/dist/css-module/src/css-module/Heading5.d.ts.map +1 -0
  336. package/dist/css-module/src/css-module/Heading6.d.ts +7 -0
  337. package/dist/css-module/src/css-module/Heading6.d.ts.map +1 -0
  338. package/dist/css-module/src/css-module/HeadingGroup.d.ts +7 -0
  339. package/dist/css-module/src/css-module/HeadingGroup.d.ts.map +1 -0
  340. package/dist/css-module/src/css-module/IBANData.d.ts +7 -0
  341. package/dist/css-module/src/css-module/IBANData.d.ts.map +1 -0
  342. package/dist/css-module/src/css-module/Icon.d.ts +7 -0
  343. package/dist/css-module/src/css-module/Icon.d.ts.map +1 -0
  344. package/dist/css-module/src/css-module/Image.d.ts +7 -0
  345. package/dist/css-module/src/css-module/Image.d.ts.map +1 -0
  346. package/dist/css-module/src/css-module/IndexCharNav.d.ts +7 -0
  347. package/dist/css-module/src/css-module/IndexCharNav.d.ts.map +1 -0
  348. package/dist/css-module/src/css-module/Link.d.ts +7 -0
  349. package/dist/css-module/src/css-module/Link.d.ts.map +1 -0
  350. package/dist/css-module/src/css-module/LinkButton.d.ts +7 -0
  351. package/dist/css-module/src/css-module/LinkButton.d.ts.map +1 -0
  352. package/dist/css-module/src/css-module/LinkList.d.ts +7 -0
  353. package/dist/css-module/src/css-module/LinkList.d.ts.map +1 -0
  354. package/dist/css-module/src/css-module/LinkSocial.d.ts +7 -0
  355. package/dist/css-module/src/css-module/LinkSocial.d.ts.map +1 -0
  356. package/dist/css-module/src/css-module/ListSocial.d.ts +7 -0
  357. package/dist/css-module/src/css-module/ListSocial.d.ts.map +1 -0
  358. package/dist/css-module/src/css-module/Listbox.d.ts +7 -0
  359. package/dist/css-module/src/css-module/Listbox.d.ts.map +1 -0
  360. package/dist/css-module/src/css-module/Logo.d.ts +7 -0
  361. package/dist/css-module/src/css-module/Logo.d.ts.map +1 -0
  362. package/dist/css-module/src/css-module/LogoImage.d.ts +6 -0
  363. package/dist/css-module/src/css-module/LogoImage.d.ts.map +1 -0
  364. package/dist/css-module/src/css-module/Mark.d.ts +7 -0
  365. package/dist/css-module/src/css-module/Mark.d.ts.map +1 -0
  366. package/dist/css-module/src/css-module/MultilineData.d.ts +7 -0
  367. package/dist/css-module/src/css-module/MultilineData.d.ts.map +1 -0
  368. package/dist/css-module/src/css-module/NavBar.d.ts +7 -0
  369. package/dist/css-module/src/css-module/NavBar.d.ts.map +1 -0
  370. package/dist/css-module/src/css-module/NavList.d.ts +7 -0
  371. package/dist/css-module/src/css-module/NavList.d.ts.map +1 -0
  372. package/dist/css-module/src/css-module/NumberData.d.ts +7 -0
  373. package/dist/css-module/src/css-module/NumberData.d.ts.map +1 -0
  374. package/dist/css-module/src/css-module/OrderedList.d.ts +7 -0
  375. package/dist/css-module/src/css-module/OrderedList.d.ts.map +1 -0
  376. package/dist/css-module/src/css-module/OrderedListItem.d.ts +7 -0
  377. package/dist/css-module/src/css-module/OrderedListItem.d.ts.map +1 -0
  378. package/dist/css-module/src/css-module/Page.d.ts +7 -0
  379. package/dist/css-module/src/css-module/Page.d.ts.map +1 -0
  380. package/dist/css-module/src/css-module/PageContent.d.ts +7 -0
  381. package/dist/css-module/src/css-module/PageContent.d.ts.map +1 -0
  382. package/dist/css-module/src/css-module/PageFooter.d.ts +7 -0
  383. package/dist/css-module/src/css-module/PageFooter.d.ts.map +1 -0
  384. package/dist/css-module/src/css-module/PageHeader.d.ts +7 -0
  385. package/dist/css-module/src/css-module/PageHeader.d.ts.map +1 -0
  386. package/dist/css-module/src/css-module/Paragraph.d.ts +7 -0
  387. package/dist/css-module/src/css-module/Paragraph.d.ts.map +1 -0
  388. package/dist/css-module/src/css-module/PreHeading.d.ts +7 -0
  389. package/dist/css-module/src/css-module/PreHeading.d.ts.map +1 -0
  390. package/dist/css-module/src/css-module/PreserveData.d.ts +7 -0
  391. package/dist/css-module/src/css-module/PreserveData.d.ts.map +1 -0
  392. package/dist/css-module/src/css-module/RadioButton.d.ts +7 -0
  393. package/dist/css-module/src/css-module/RadioButton.d.ts.map +1 -0
  394. package/dist/css-module/src/css-module/RichText.d.ts +7 -0
  395. package/dist/css-module/src/css-module/RichText.d.ts.map +1 -0
  396. package/dist/css-module/src/css-module/Select.d.ts +7 -0
  397. package/dist/css-module/src/css-module/Select.d.ts.map +1 -0
  398. package/dist/css-module/src/css-module/Separator.d.ts +7 -0
  399. package/dist/css-module/src/css-module/Separator.d.ts.map +1 -0
  400. package/dist/css-module/src/css-module/SkipLink.d.ts +7 -0
  401. package/dist/css-module/src/css-module/SkipLink.d.ts.map +1 -0
  402. package/dist/css-module/src/css-module/SpotlightSection.d.ts +7 -0
  403. package/dist/css-module/src/css-module/SpotlightSection.d.ts.map +1 -0
  404. package/dist/css-module/src/css-module/StatusBadge.d.ts +8 -0
  405. package/dist/css-module/src/css-module/StatusBadge.d.ts.map +1 -0
  406. package/dist/css-module/src/css-module/Strong.d.ts +7 -0
  407. package/dist/css-module/src/css-module/Strong.d.ts.map +1 -0
  408. package/dist/css-module/src/css-module/Surface.d.ts +7 -0
  409. package/dist/css-module/src/css-module/Surface.d.ts.map +1 -0
  410. package/dist/css-module/src/css-module/Table.d.ts +7 -0
  411. package/dist/css-module/src/css-module/Table.d.ts.map +1 -0
  412. package/dist/css-module/src/css-module/TableBody.d.ts +6 -0
  413. package/dist/css-module/src/css-module/TableBody.d.ts.map +1 -0
  414. package/dist/css-module/src/css-module/TableCaption.d.ts +6 -0
  415. package/dist/css-module/src/css-module/TableCaption.d.ts.map +1 -0
  416. package/dist/css-module/src/css-module/TableCell.d.ts +6 -0
  417. package/dist/css-module/src/css-module/TableCell.d.ts.map +1 -0
  418. package/dist/css-module/src/css-module/TableContainer.d.ts +7 -0
  419. package/dist/css-module/src/css-module/TableContainer.d.ts.map +1 -0
  420. package/dist/css-module/src/css-module/TableFooter.d.ts +6 -0
  421. package/dist/css-module/src/css-module/TableFooter.d.ts.map +1 -0
  422. package/dist/css-module/src/css-module/TableHeader.d.ts +6 -0
  423. package/dist/css-module/src/css-module/TableHeader.d.ts.map +1 -0
  424. package/dist/css-module/src/css-module/TableHeaderCell.d.ts +6 -0
  425. package/dist/css-module/src/css-module/TableHeaderCell.d.ts.map +1 -0
  426. package/dist/css-module/src/css-module/TableRow.d.ts +6 -0
  427. package/dist/css-module/src/css-module/TableRow.d.ts.map +1 -0
  428. package/dist/css-module/src/css-module/Textarea.d.ts +7 -0
  429. package/dist/css-module/src/css-module/Textarea.d.ts.map +1 -0
  430. package/dist/css-module/src/css-module/Textbox.d.ts +7 -0
  431. package/dist/css-module/src/css-module/Textbox.d.ts.map +1 -0
  432. package/dist/css-module/src/css-module/URLData.d.ts +7 -0
  433. package/dist/css-module/src/css-module/URLData.d.ts.map +1 -0
  434. package/dist/css-module/src/css-module/UnorderedList.d.ts +7 -0
  435. package/dist/css-module/src/css-module/UnorderedList.d.ts.map +1 -0
  436. package/dist/css-module/src/css-module/UnorderedListItem.d.ts +7 -0
  437. package/dist/css-module/src/css-module/UnorderedListItem.d.ts.map +1 -0
  438. package/dist/css-module/src/css-module/VegaVisualization.d.ts +7 -0
  439. package/dist/css-module/src/css-module/VegaVisualization.d.ts.map +1 -0
  440. package/dist/css-module/src/css-module/index.d.ts +190 -0
  441. package/dist/css-module/src/css-module/index.d.ts.map +1 -0
  442. package/dist/css-module/src/index.d.ts +191 -0
  443. package/dist/css-module/src/index.d.ts.map +1 -0
  444. package/dist/index.cjs.js +1214 -1315
  445. package/dist/index.cjs.js.map +1 -1
  446. package/dist/index.esm.js +1214 -1315
  447. package/dist/index.esm.js.map +1 -1
  448. package/dist/packages/button-react/src/css.d.ts +8 -0
  449. package/dist/packages/button-react/src/css.d.ts.map +1 -0
  450. package/dist/packages/button-react/src/index.d.ts +34 -0
  451. package/dist/packages/button-react/src/index.d.ts.map +1 -0
  452. package/dist/packages/calendar-react/src/CalendarButton.d.ts +6 -0
  453. package/dist/packages/calendar-react/src/CalendarButton.d.ts.map +1 -0
  454. package/dist/packages/calendar-react/src/CalendarIcon.d.ts +5 -0
  455. package/dist/packages/calendar-react/src/CalendarIcon.d.ts.map +1 -0
  456. package/dist/packages/calendar-react/src/CalendarNavigation.d.ts +5 -0
  457. package/dist/packages/calendar-react/src/CalendarNavigation.d.ts.map +1 -0
  458. package/dist/packages/calendar-react/src/CalendarNavigationButtons.d.ts +13 -0
  459. package/dist/packages/calendar-react/src/CalendarNavigationButtons.d.ts.map +1 -0
  460. package/dist/packages/calendar-react/src/CalendarNavigationLabel.d.ts +5 -0
  461. package/dist/packages/calendar-react/src/CalendarNavigationLabel.d.ts.map +1 -0
  462. package/dist/packages/calendar-react/src/CalendarTableDaysContainer.d.ts +5 -0
  463. package/dist/packages/calendar-react/src/CalendarTableDaysContainer.d.ts.map +1 -0
  464. package/dist/packages/calendar-react/src/CalendarTableDaysItem.d.ts +5 -0
  465. package/dist/packages/calendar-react/src/CalendarTableDaysItem.d.ts.map +1 -0
  466. package/dist/packages/calendar-react/src/CalendarTableDaysItemDay.d.ts +12 -0
  467. package/dist/packages/calendar-react/src/CalendarTableDaysItemDay.d.ts.map +1 -0
  468. package/dist/packages/calendar-react/src/CalendarTableWeeksContainer.d.ts +3 -0
  469. package/dist/packages/calendar-react/src/CalendarTableWeeksContainer.d.ts.map +1 -0
  470. package/dist/packages/calendar-react/src/CalendarTableWeeksItem.d.ts +5 -0
  471. package/dist/packages/calendar-react/src/CalendarTableWeeksItem.d.ts.map +1 -0
  472. package/dist/packages/calendar-react/src/IconArrowLeft.d.ts +8 -0
  473. package/dist/packages/calendar-react/src/IconArrowLeft.d.ts.map +1 -0
  474. package/dist/packages/calendar-react/src/IconArrowLeftDouble.d.ts +8 -0
  475. package/dist/packages/calendar-react/src/IconArrowLeftDouble.d.ts.map +1 -0
  476. package/dist/packages/calendar-react/src/IconArrowRight.d.ts +8 -0
  477. package/dist/packages/calendar-react/src/IconArrowRight.d.ts.map +1 -0
  478. package/dist/packages/calendar-react/src/IconArrowRightDouble.d.ts +8 -0
  479. package/dist/packages/calendar-react/src/IconArrowRightDouble.d.ts.map +1 -0
  480. package/dist/packages/calendar-react/src/css.d.ts +8 -0
  481. package/dist/packages/calendar-react/src/css.d.ts.map +1 -0
  482. package/dist/packages/calendar-react/src/index.d.ts +42 -0
  483. package/dist/packages/calendar-react/src/index.d.ts.map +1 -0
  484. package/dist/src/Accordion.d.ts +51 -0
  485. package/dist/src/Accordion.d.ts.map +1 -0
  486. package/dist/src/Alert.d.ts +14 -0
  487. package/dist/src/Alert.d.ts.map +1 -0
  488. package/dist/src/AlertDialog.d.ts +14 -0
  489. package/dist/src/AlertDialog.d.ts.map +1 -0
  490. package/dist/src/Article.d.ts +10 -0
  491. package/dist/src/Article.d.ts.map +1 -0
  492. package/dist/src/Backdrop.d.ts +10 -0
  493. package/dist/src/Backdrop.d.ts.map +1 -0
  494. package/dist/src/BadgeCounter.d.ts +13 -0
  495. package/dist/src/BadgeCounter.d.ts.map +1 -0
  496. package/dist/src/BadgeList.d.ts +10 -0
  497. package/dist/src/BadgeList.d.ts.map +1 -0
  498. package/dist/src/Blockquote.d.ts +12 -0
  499. package/dist/src/Blockquote.d.ts.map +1 -0
  500. package/dist/src/BreadcrumbNav.d.ts +32 -0
  501. package/dist/src/BreadcrumbNav.d.ts.map +1 -0
  502. package/dist/src/Button.d.ts +8 -0
  503. package/dist/src/Button.d.ts.map +1 -0
  504. package/dist/src/ButtonGroup.d.ts +12 -0
  505. package/dist/src/ButtonGroup.d.ts.map +1 -0
  506. package/dist/src/ButtonLink.d.ts +15 -0
  507. package/dist/src/ButtonLink.d.ts.map +1 -0
  508. package/dist/src/Calendar.d.ts +7 -0
  509. package/dist/src/Calendar.d.ts.map +1 -0
  510. package/dist/src/Checkbox.d.ts +8 -0
  511. package/dist/src/Checkbox.d.ts.map +1 -0
  512. package/dist/src/Code.d.ts +11 -0
  513. package/dist/src/Code.d.ts.map +1 -0
  514. package/dist/src/CodeBlock.d.ts +11 -0
  515. package/dist/src/CodeBlock.d.ts.map +1 -0
  516. package/dist/src/ColorSample.d.ts +13 -0
  517. package/dist/src/ColorSample.d.ts.map +1 -0
  518. package/dist/src/ColumnLayout.d.ts +12 -0
  519. package/dist/src/ColumnLayout.d.ts.map +1 -0
  520. package/dist/src/Combobox.d.ts +16 -0
  521. package/dist/src/Combobox.d.ts.map +1 -0
  522. package/dist/src/CurrencyData.d.ts +14 -0
  523. package/dist/src/CurrencyData.d.ts.map +1 -0
  524. package/dist/src/DataBadge.d.ts +14 -0
  525. package/dist/src/DataBadge.d.ts.map +1 -0
  526. package/dist/src/DataList.d.ts +29 -0
  527. package/dist/src/DataList.d.ts.map +1 -0
  528. package/dist/src/DataPlaceholder.d.ts +11 -0
  529. package/dist/src/DataPlaceholder.d.ts.map +1 -0
  530. package/dist/src/Document.d.ts +10 -0
  531. package/dist/src/Document.d.ts.map +1 -0
  532. package/dist/src/Drawer.d.ts +14 -0
  533. package/dist/src/Drawer.d.ts.map +1 -0
  534. package/dist/src/Emphasis.d.ts +11 -0
  535. package/dist/src/Emphasis.d.ts.map +1 -0
  536. package/dist/src/Fieldset.d.ts +20 -0
  537. package/dist/src/Fieldset.d.ts.map +1 -0
  538. package/dist/src/FieldsetLegend.d.ts +6 -0
  539. package/dist/src/FieldsetLegend.d.ts.map +1 -0
  540. package/dist/src/Figure.d.ts +6 -0
  541. package/dist/src/Figure.d.ts.map +1 -0
  542. package/dist/src/FigureCaption.d.ts +6 -0
  543. package/dist/src/FigureCaption.d.ts.map +1 -0
  544. package/dist/src/FormField.d.ts +12 -0
  545. package/dist/src/FormField.d.ts.map +1 -0
  546. package/dist/src/FormFieldDescription.d.ts +10 -0
  547. package/dist/src/FormFieldDescription.d.ts.map +1 -0
  548. package/dist/src/FormFieldErrorMessage.d.ts +6 -0
  549. package/dist/src/FormFieldErrorMessage.d.ts.map +1 -0
  550. package/dist/src/FormFieldTextbox.d.ts +15 -0
  551. package/dist/src/FormFieldTextbox.d.ts.map +1 -0
  552. package/dist/src/FormLabel.d.ts +10 -0
  553. package/dist/src/FormLabel.d.ts.map +1 -0
  554. package/dist/src/FormToggle.d.ts +6 -0
  555. package/dist/src/FormToggle.d.ts.map +1 -0
  556. package/dist/src/HTMLContent.d.ts +10 -0
  557. package/dist/src/HTMLContent.d.ts.map +1 -0
  558. package/dist/src/HTMLHeading.d.ts +8 -0
  559. package/dist/src/HTMLHeading.d.ts.map +1 -0
  560. package/dist/src/Heading.d.ts +13 -0
  561. package/dist/src/Heading.d.ts.map +1 -0
  562. package/dist/src/Heading1.d.ts +10 -0
  563. package/dist/src/Heading1.d.ts.map +1 -0
  564. package/dist/src/Heading2.d.ts +10 -0
  565. package/dist/src/Heading2.d.ts.map +1 -0
  566. package/dist/src/Heading3.d.ts +10 -0
  567. package/dist/src/Heading3.d.ts.map +1 -0
  568. package/dist/src/Heading4.d.ts +10 -0
  569. package/dist/src/Heading4.d.ts.map +1 -0
  570. package/dist/src/Heading5.d.ts +10 -0
  571. package/dist/src/Heading5.d.ts.map +1 -0
  572. package/dist/src/Heading6.d.ts +10 -0
  573. package/dist/src/Heading6.d.ts.map +1 -0
  574. package/dist/src/HeadingGroup.d.ts +10 -0
  575. package/dist/src/HeadingGroup.d.ts.map +1 -0
  576. package/dist/src/IBANData.d.ts +12 -0
  577. package/dist/src/IBANData.d.ts.map +1 -0
  578. package/dist/src/Icon.d.ts +11 -0
  579. package/dist/src/Icon.d.ts.map +1 -0
  580. package/dist/src/Image.d.ts +10 -0
  581. package/dist/src/Image.d.ts.map +1 -0
  582. package/dist/src/IndexCharNav.d.ts +58 -0
  583. package/dist/src/IndexCharNav.d.ts.map +1 -0
  584. package/dist/src/Link.d.ts +15 -0
  585. package/dist/src/Link.d.ts.map +1 -0
  586. package/dist/src/LinkButton.d.ts +14 -0
  587. package/dist/src/LinkButton.d.ts.map +1 -0
  588. package/dist/src/LinkList.d.ts +20 -0
  589. package/dist/src/LinkList.d.ts.map +1 -0
  590. package/dist/src/LinkSocial.d.ts +12 -0
  591. package/dist/src/LinkSocial.d.ts.map +1 -0
  592. package/dist/src/ListSocial.d.ts +14 -0
  593. package/dist/src/ListSocial.d.ts.map +1 -0
  594. package/dist/src/Listbox.d.ts +30 -0
  595. package/dist/src/Listbox.d.ts.map +1 -0
  596. package/dist/src/Logo.d.ts +11 -0
  597. package/dist/src/Logo.d.ts.map +1 -0
  598. package/dist/src/LogoImage.d.ts +9 -0
  599. package/dist/src/LogoImage.d.ts.map +1 -0
  600. package/dist/src/Mark.d.ts +11 -0
  601. package/dist/src/Mark.d.ts.map +1 -0
  602. package/dist/src/MultilineData.d.ts +11 -0
  603. package/dist/src/MultilineData.d.ts.map +1 -0
  604. package/dist/src/NavBar.d.ts +9 -0
  605. package/dist/src/NavBar.d.ts.map +1 -0
  606. package/dist/src/NavList.d.ts +25 -0
  607. package/dist/src/NavList.d.ts.map +1 -0
  608. package/dist/src/NumberData.d.ts +12 -0
  609. package/dist/src/NumberData.d.ts.map +1 -0
  610. package/dist/src/OrderedList.d.ts +10 -0
  611. package/dist/src/OrderedList.d.ts.map +1 -0
  612. package/dist/src/OrderedListItem.d.ts +10 -0
  613. package/dist/src/OrderedListItem.d.ts.map +1 -0
  614. package/dist/src/Page.d.ts +10 -0
  615. package/dist/src/Page.d.ts.map +1 -0
  616. package/dist/src/PageContent.d.ts +14 -0
  617. package/dist/src/PageContent.d.ts.map +1 -0
  618. package/dist/src/PageFooter.d.ts +10 -0
  619. package/dist/src/PageFooter.d.ts.map +1 -0
  620. package/dist/src/PageHeader.d.ts +10 -0
  621. package/dist/src/PageHeader.d.ts.map +1 -0
  622. package/dist/src/Paragraph.d.ts +13 -0
  623. package/dist/src/Paragraph.d.ts.map +1 -0
  624. package/dist/src/PreHeading.d.ts +10 -0
  625. package/dist/src/PreHeading.d.ts.map +1 -0
  626. package/dist/src/PreserveData.d.ts +14 -0
  627. package/dist/src/PreserveData.d.ts.map +1 -0
  628. package/dist/src/RadioButton.d.ts +14 -0
  629. package/dist/src/RadioButton.d.ts.map +1 -0
  630. package/dist/src/RichText.d.ts +8 -0
  631. package/dist/src/RichText.d.ts.map +1 -0
  632. package/dist/src/Select.d.ts +21 -0
  633. package/dist/src/Select.d.ts.map +1 -0
  634. package/dist/src/Separator.d.ts +8 -0
  635. package/dist/src/Separator.d.ts.map +1 -0
  636. package/dist/src/SkipLink.d.ts +6 -0
  637. package/dist/src/SkipLink.d.ts.map +1 -0
  638. package/dist/src/SpotlightSection.d.ts +14 -0
  639. package/dist/src/SpotlightSection.d.ts.map +1 -0
  640. package/dist/src/StatusBadge.d.ts +13 -0
  641. package/dist/src/StatusBadge.d.ts.map +1 -0
  642. package/dist/src/Strong.d.ts +11 -0
  643. package/dist/src/Strong.d.ts.map +1 -0
  644. package/dist/src/Surface.d.ts +10 -0
  645. package/dist/src/Surface.d.ts.map +1 -0
  646. package/dist/src/Table.d.ts +12 -0
  647. package/dist/src/Table.d.ts.map +1 -0
  648. package/dist/src/TableBody.d.ts +10 -0
  649. package/dist/src/TableBody.d.ts.map +1 -0
  650. package/dist/src/TableCaption.d.ts +10 -0
  651. package/dist/src/TableCaption.d.ts.map +1 -0
  652. package/dist/src/TableCell.d.ts +13 -0
  653. package/dist/src/TableCell.d.ts.map +1 -0
  654. package/dist/src/TableContainer.d.ts +12 -0
  655. package/dist/src/TableContainer.d.ts.map +1 -0
  656. package/dist/src/TableFooter.d.ts +12 -0
  657. package/dist/src/TableFooter.d.ts.map +1 -0
  658. package/dist/src/TableHeader.d.ts +12 -0
  659. package/dist/src/TableHeader.d.ts.map +1 -0
  660. package/dist/src/TableHeaderCell.d.ts +14 -0
  661. package/dist/src/TableHeaderCell.d.ts.map +1 -0
  662. package/dist/src/TableRow.d.ts +13 -0
  663. package/dist/src/TableRow.d.ts.map +1 -0
  664. package/dist/src/Textarea.d.ts +6 -0
  665. package/dist/src/Textarea.d.ts.map +1 -0
  666. package/dist/src/Textbox.d.ts +9 -0
  667. package/dist/src/Textbox.d.ts.map +1 -0
  668. package/dist/src/URLData.d.ts +10 -0
  669. package/dist/src/URLData.d.ts.map +1 -0
  670. package/dist/src/UnorderedList.d.ts +10 -0
  671. package/dist/src/UnorderedList.d.ts.map +1 -0
  672. package/dist/src/UnorderedListItem.d.ts +10 -0
  673. package/dist/src/UnorderedListItem.d.ts.map +1 -0
  674. package/dist/src/VegaVisualization.d.ts +12 -0
  675. package/dist/src/VegaVisualization.d.ts.map +1 -0
  676. package/dist/src/css-module/Accordion.d.ts +7 -0
  677. package/dist/src/css-module/Accordion.d.ts.map +1 -0
  678. package/dist/src/css-module/Alert.d.ts +7 -0
  679. package/dist/src/css-module/Alert.d.ts.map +1 -0
  680. package/dist/src/css-module/AlertDialog.d.ts +7 -0
  681. package/dist/src/css-module/AlertDialog.d.ts.map +1 -0
  682. package/dist/src/css-module/Article.d.ts +7 -0
  683. package/dist/src/css-module/Article.d.ts.map +1 -0
  684. package/dist/src/css-module/Backdrop.d.ts +7 -0
  685. package/dist/src/css-module/Backdrop.d.ts.map +1 -0
  686. package/dist/src/css-module/BadgeCounter.d.ts +7 -0
  687. package/dist/src/css-module/BadgeCounter.d.ts.map +1 -0
  688. package/dist/src/css-module/BadgeList.d.ts +7 -0
  689. package/dist/src/css-module/BadgeList.d.ts.map +1 -0
  690. package/dist/src/css-module/Blockquote.d.ts +7 -0
  691. package/dist/src/css-module/Blockquote.d.ts.map +1 -0
  692. package/dist/src/css-module/BreadcrumbNav.d.ts +7 -0
  693. package/dist/src/css-module/BreadcrumbNav.d.ts.map +1 -0
  694. package/dist/src/css-module/Button.d.ts +6 -0
  695. package/dist/src/css-module/Button.d.ts.map +1 -0
  696. package/dist/src/css-module/ButtonGroup.d.ts +7 -0
  697. package/dist/src/css-module/ButtonGroup.d.ts.map +1 -0
  698. package/dist/src/css-module/ButtonLink.d.ts +7 -0
  699. package/dist/src/css-module/ButtonLink.d.ts.map +1 -0
  700. package/dist/src/css-module/Calendar.d.ts +7 -0
  701. package/dist/src/css-module/Calendar.d.ts.map +1 -0
  702. package/dist/src/css-module/Checkbox.d.ts +8 -0
  703. package/dist/src/css-module/Checkbox.d.ts.map +1 -0
  704. package/dist/src/css-module/Code.d.ts +7 -0
  705. package/dist/src/css-module/Code.d.ts.map +1 -0
  706. package/dist/src/css-module/CodeBlock.d.ts +7 -0
  707. package/dist/src/css-module/CodeBlock.d.ts.map +1 -0
  708. package/dist/src/css-module/ColorSample.d.ts +7 -0
  709. package/dist/src/css-module/ColorSample.d.ts.map +1 -0
  710. package/dist/src/css-module/ColumnLayout.d.ts +7 -0
  711. package/dist/src/css-module/ColumnLayout.d.ts.map +1 -0
  712. package/dist/src/css-module/Combobox.d.ts +7 -0
  713. package/dist/src/css-module/Combobox.d.ts.map +1 -0
  714. package/dist/src/css-module/CurrencyData.d.ts +7 -0
  715. package/dist/src/css-module/CurrencyData.d.ts.map +1 -0
  716. package/dist/src/css-module/DataBadge.d.ts +7 -0
  717. package/dist/src/css-module/DataBadge.d.ts.map +1 -0
  718. package/dist/src/css-module/DataList.d.ts +7 -0
  719. package/dist/src/css-module/DataList.d.ts.map +1 -0
  720. package/dist/src/css-module/DataPlaceholder.d.ts +7 -0
  721. package/dist/src/css-module/DataPlaceholder.d.ts.map +1 -0
  722. package/dist/src/css-module/Document.d.ts +7 -0
  723. package/dist/src/css-module/Document.d.ts.map +1 -0
  724. package/dist/src/css-module/Drawer.d.ts +7 -0
  725. package/dist/src/css-module/Drawer.d.ts.map +1 -0
  726. package/dist/src/css-module/Emphasis.d.ts +7 -0
  727. package/dist/src/css-module/Emphasis.d.ts.map +1 -0
  728. package/dist/src/css-module/Fieldset.d.ts +7 -0
  729. package/dist/src/css-module/Fieldset.d.ts.map +1 -0
  730. package/dist/src/css-module/FieldsetLegend.d.ts +7 -0
  731. package/dist/src/css-module/FieldsetLegend.d.ts.map +1 -0
  732. package/dist/src/css-module/Figure.d.ts +7 -0
  733. package/dist/src/css-module/Figure.d.ts.map +1 -0
  734. package/dist/src/css-module/FigureCaption.d.ts +7 -0
  735. package/dist/src/css-module/FigureCaption.d.ts.map +1 -0
  736. package/dist/src/css-module/FormField.d.ts +7 -0
  737. package/dist/src/css-module/FormField.d.ts.map +1 -0
  738. package/dist/src/css-module/FormFieldDescription.d.ts +7 -0
  739. package/dist/src/css-module/FormFieldDescription.d.ts.map +1 -0
  740. package/dist/src/css-module/FormFieldErrorMessage.d.ts +7 -0
  741. package/dist/src/css-module/FormFieldErrorMessage.d.ts.map +1 -0
  742. package/dist/src/css-module/FormFieldTextbox.d.ts +10 -0
  743. package/dist/src/css-module/FormFieldTextbox.d.ts.map +1 -0
  744. package/dist/src/css-module/FormLabel.d.ts +7 -0
  745. package/dist/src/css-module/FormLabel.d.ts.map +1 -0
  746. package/dist/src/css-module/FormToggle.d.ts +7 -0
  747. package/dist/src/css-module/FormToggle.d.ts.map +1 -0
  748. package/dist/src/css-module/HTMLContent.d.ts +7 -0
  749. package/dist/src/css-module/HTMLContent.d.ts.map +1 -0
  750. package/dist/src/css-module/Heading.d.ts +12 -0
  751. package/dist/src/css-module/Heading.d.ts.map +1 -0
  752. package/dist/src/css-module/Heading1.d.ts +7 -0
  753. package/dist/src/css-module/Heading1.d.ts.map +1 -0
  754. package/dist/src/css-module/Heading2.d.ts +7 -0
  755. package/dist/src/css-module/Heading2.d.ts.map +1 -0
  756. package/dist/src/css-module/Heading3.d.ts +7 -0
  757. package/dist/src/css-module/Heading3.d.ts.map +1 -0
  758. package/dist/src/css-module/Heading4.d.ts +7 -0
  759. package/dist/src/css-module/Heading4.d.ts.map +1 -0
  760. package/dist/src/css-module/Heading5.d.ts +7 -0
  761. package/dist/src/css-module/Heading5.d.ts.map +1 -0
  762. package/dist/src/css-module/Heading6.d.ts +7 -0
  763. package/dist/src/css-module/Heading6.d.ts.map +1 -0
  764. package/dist/src/css-module/HeadingGroup.d.ts +7 -0
  765. package/dist/src/css-module/HeadingGroup.d.ts.map +1 -0
  766. package/dist/src/css-module/IBANData.d.ts +7 -0
  767. package/dist/src/css-module/IBANData.d.ts.map +1 -0
  768. package/dist/src/css-module/Icon.d.ts +7 -0
  769. package/dist/src/css-module/Icon.d.ts.map +1 -0
  770. package/dist/src/css-module/Image.d.ts +7 -0
  771. package/dist/src/css-module/Image.d.ts.map +1 -0
  772. package/dist/src/css-module/IndexCharNav.d.ts +7 -0
  773. package/dist/src/css-module/IndexCharNav.d.ts.map +1 -0
  774. package/dist/src/css-module/Link.d.ts +7 -0
  775. package/dist/src/css-module/Link.d.ts.map +1 -0
  776. package/dist/src/css-module/LinkButton.d.ts +7 -0
  777. package/dist/src/css-module/LinkButton.d.ts.map +1 -0
  778. package/dist/src/css-module/LinkList.d.ts +7 -0
  779. package/dist/src/css-module/LinkList.d.ts.map +1 -0
  780. package/dist/src/css-module/LinkSocial.d.ts +7 -0
  781. package/dist/src/css-module/LinkSocial.d.ts.map +1 -0
  782. package/dist/src/css-module/ListSocial.d.ts +7 -0
  783. package/dist/src/css-module/ListSocial.d.ts.map +1 -0
  784. package/dist/src/css-module/Listbox.d.ts +7 -0
  785. package/dist/src/css-module/Listbox.d.ts.map +1 -0
  786. package/dist/src/css-module/Logo.d.ts +7 -0
  787. package/dist/src/css-module/Logo.d.ts.map +1 -0
  788. package/dist/src/css-module/LogoImage.d.ts +6 -0
  789. package/dist/src/css-module/LogoImage.d.ts.map +1 -0
  790. package/dist/src/css-module/Mark.d.ts +7 -0
  791. package/dist/src/css-module/Mark.d.ts.map +1 -0
  792. package/dist/src/css-module/MultilineData.d.ts +7 -0
  793. package/dist/src/css-module/MultilineData.d.ts.map +1 -0
  794. package/dist/src/css-module/NavBar.d.ts +7 -0
  795. package/dist/src/css-module/NavBar.d.ts.map +1 -0
  796. package/dist/src/css-module/NavList.d.ts +7 -0
  797. package/dist/src/css-module/NavList.d.ts.map +1 -0
  798. package/dist/src/css-module/NumberData.d.ts +7 -0
  799. package/dist/src/css-module/NumberData.d.ts.map +1 -0
  800. package/dist/src/css-module/OrderedList.d.ts +7 -0
  801. package/dist/src/css-module/OrderedList.d.ts.map +1 -0
  802. package/dist/src/css-module/OrderedListItem.d.ts +7 -0
  803. package/dist/src/css-module/OrderedListItem.d.ts.map +1 -0
  804. package/dist/src/css-module/Page.d.ts +7 -0
  805. package/dist/src/css-module/Page.d.ts.map +1 -0
  806. package/dist/src/css-module/PageContent.d.ts +7 -0
  807. package/dist/src/css-module/PageContent.d.ts.map +1 -0
  808. package/dist/src/css-module/PageFooter.d.ts +7 -0
  809. package/dist/src/css-module/PageFooter.d.ts.map +1 -0
  810. package/dist/src/css-module/PageHeader.d.ts +7 -0
  811. package/dist/src/css-module/PageHeader.d.ts.map +1 -0
  812. package/dist/src/css-module/Paragraph.d.ts +7 -0
  813. package/dist/src/css-module/Paragraph.d.ts.map +1 -0
  814. package/dist/src/css-module/PreHeading.d.ts +7 -0
  815. package/dist/src/css-module/PreHeading.d.ts.map +1 -0
  816. package/dist/src/css-module/PreserveData.d.ts +7 -0
  817. package/dist/src/css-module/PreserveData.d.ts.map +1 -0
  818. package/dist/src/css-module/RadioButton.d.ts +7 -0
  819. package/dist/src/css-module/RadioButton.d.ts.map +1 -0
  820. package/dist/src/css-module/RichText.d.ts +7 -0
  821. package/dist/src/css-module/RichText.d.ts.map +1 -0
  822. package/dist/src/css-module/Select.d.ts +7 -0
  823. package/dist/src/css-module/Select.d.ts.map +1 -0
  824. package/dist/src/css-module/Separator.d.ts +7 -0
  825. package/dist/src/css-module/Separator.d.ts.map +1 -0
  826. package/dist/src/css-module/SkipLink.d.ts +7 -0
  827. package/dist/src/css-module/SkipLink.d.ts.map +1 -0
  828. package/dist/src/css-module/SpotlightSection.d.ts +7 -0
  829. package/dist/src/css-module/SpotlightSection.d.ts.map +1 -0
  830. package/dist/src/css-module/StatusBadge.d.ts +8 -0
  831. package/dist/src/css-module/StatusBadge.d.ts.map +1 -0
  832. package/dist/src/css-module/Strong.d.ts +7 -0
  833. package/dist/src/css-module/Strong.d.ts.map +1 -0
  834. package/dist/src/css-module/Surface.d.ts +7 -0
  835. package/dist/src/css-module/Surface.d.ts.map +1 -0
  836. package/dist/src/css-module/Table.d.ts +7 -0
  837. package/dist/src/css-module/Table.d.ts.map +1 -0
  838. package/dist/src/css-module/TableBody.d.ts +6 -0
  839. package/dist/src/css-module/TableBody.d.ts.map +1 -0
  840. package/dist/src/css-module/TableCaption.d.ts +6 -0
  841. package/dist/src/css-module/TableCaption.d.ts.map +1 -0
  842. package/dist/src/css-module/TableCell.d.ts +6 -0
  843. package/dist/src/css-module/TableCell.d.ts.map +1 -0
  844. package/dist/src/css-module/TableContainer.d.ts +7 -0
  845. package/dist/src/css-module/TableContainer.d.ts.map +1 -0
  846. package/dist/src/css-module/TableFooter.d.ts +6 -0
  847. package/dist/src/css-module/TableFooter.d.ts.map +1 -0
  848. package/dist/src/css-module/TableHeader.d.ts +6 -0
  849. package/dist/src/css-module/TableHeader.d.ts.map +1 -0
  850. package/dist/src/css-module/TableHeaderCell.d.ts +6 -0
  851. package/dist/src/css-module/TableHeaderCell.d.ts.map +1 -0
  852. package/dist/src/css-module/TableRow.d.ts +6 -0
  853. package/dist/src/css-module/TableRow.d.ts.map +1 -0
  854. package/dist/src/css-module/Textarea.d.ts +7 -0
  855. package/dist/src/css-module/Textarea.d.ts.map +1 -0
  856. package/dist/src/css-module/Textbox.d.ts +7 -0
  857. package/dist/src/css-module/Textbox.d.ts.map +1 -0
  858. package/dist/src/css-module/URLData.d.ts +7 -0
  859. package/dist/src/css-module/URLData.d.ts.map +1 -0
  860. package/dist/src/css-module/UnorderedList.d.ts +7 -0
  861. package/dist/src/css-module/UnorderedList.d.ts.map +1 -0
  862. package/dist/src/css-module/UnorderedListItem.d.ts +7 -0
  863. package/dist/src/css-module/UnorderedListItem.d.ts.map +1 -0
  864. package/dist/src/css-module/VegaVisualization.d.ts +7 -0
  865. package/dist/src/css-module/VegaVisualization.d.ts.map +1 -0
  866. package/dist/src/css-module/index.d.ts +190 -0
  867. package/dist/src/css-module/index.d.ts.map +1 -0
  868. package/dist/src/index.d.ts +191 -0
  869. package/dist/src/index.d.ts.map +1 -0
  870. package/package.json +15 -16
  871. package/dist/Accordion.d.ts +0 -50
  872. package/dist/Alert.d.ts +0 -13
  873. package/dist/AlertDialog.d.ts +0 -13
  874. package/dist/Article.d.ts +0 -9
  875. package/dist/Backdrop.d.ts +0 -9
  876. package/dist/BadgeCounter.d.ts +0 -12
  877. package/dist/BadgeList.d.ts +0 -9
  878. package/dist/Blockquote.d.ts +0 -11
  879. package/dist/BreadcrumbNav.d.ts +0 -31
  880. package/dist/Button.d.ts +0 -28
  881. package/dist/ButtonGroup.d.ts +0 -11
  882. package/dist/ButtonLink.d.ts +0 -14
  883. package/dist/Calendar/CalendarButton.d.ts +0 -5
  884. package/dist/Calendar/CalendarIcon.d.ts +0 -5
  885. package/dist/Calendar/CalendarNavigation.d.ts +0 -5
  886. package/dist/Calendar/CalendarNavigationButtons.d.ts +0 -13
  887. package/dist/Calendar/CalendarNavigationLabel.d.ts +0 -4
  888. package/dist/Calendar/CalendarTableDaysContainer.d.ts +0 -5
  889. package/dist/Calendar/CalendarTableDaysItem.d.ts +0 -5
  890. package/dist/Calendar/CalendarTableDaysItemDay.d.ts +0 -11
  891. package/dist/Calendar/CalendarTableWeeksContainer.d.ts +0 -4
  892. package/dist/Calendar/CalendarTableWeeksItem.d.ts +0 -5
  893. package/dist/Calendar/IconArrowLeft.d.ts +0 -7
  894. package/dist/Calendar/IconArrowLeftDouble.d.ts +0 -7
  895. package/dist/Calendar/IconArrowRight.d.ts +0 -7
  896. package/dist/Calendar/IconArrowRightDouble.d.ts +0 -7
  897. package/dist/Calendar/index.d.ts +0 -42
  898. package/dist/Calendar.d.ts +0 -2
  899. package/dist/Checkbox.d.ts +0 -7
  900. package/dist/Code.d.ts +0 -10
  901. package/dist/CodeBlock.d.ts +0 -10
  902. package/dist/ColorSample.d.ts +0 -12
  903. package/dist/ColumnLayout.d.ts +0 -11
  904. package/dist/Combobox.d.ts +0 -15
  905. package/dist/CurrencyData.d.ts +0 -13
  906. package/dist/DataBadge.d.ts +0 -13
  907. package/dist/DataList.d.ts +0 -28
  908. package/dist/DataPlaceholder.d.ts +0 -10
  909. package/dist/Document.d.ts +0 -9
  910. package/dist/Drawer.d.ts +0 -13
  911. package/dist/Emphasis.d.ts +0 -10
  912. package/dist/Fieldset.d.ts +0 -19
  913. package/dist/FieldsetLegend.d.ts +0 -5
  914. package/dist/Figure.d.ts +0 -5
  915. package/dist/FigureCaption.d.ts +0 -5
  916. package/dist/FormField.d.ts +0 -11
  917. package/dist/FormFieldDescription.d.ts +0 -9
  918. package/dist/FormFieldErrorMessage.d.ts +0 -5
  919. package/dist/FormFieldTextbox.d.ts +0 -14
  920. package/dist/FormLabel.d.ts +0 -9
  921. package/dist/FormToggle.d.ts +0 -5
  922. package/dist/HTMLContent.d.ts +0 -9
  923. package/dist/HTMLHeading.d.ts +0 -7
  924. package/dist/Heading.d.ts +0 -12
  925. package/dist/Heading1.d.ts +0 -9
  926. package/dist/Heading2.d.ts +0 -9
  927. package/dist/Heading3.d.ts +0 -9
  928. package/dist/Heading4.d.ts +0 -9
  929. package/dist/Heading5.d.ts +0 -9
  930. package/dist/Heading6.d.ts +0 -9
  931. package/dist/HeadingGroup.d.ts +0 -9
  932. package/dist/IBANData.d.ts +0 -11
  933. package/dist/Icon.d.ts +0 -10
  934. package/dist/Image.d.ts +0 -9
  935. package/dist/IndexCharNav.d.ts +0 -57
  936. package/dist/Link.d.ts +0 -14
  937. package/dist/LinkButton.d.ts +0 -13
  938. package/dist/LinkList.d.ts +0 -19
  939. package/dist/LinkSocial.d.ts +0 -11
  940. package/dist/ListSocial.d.ts +0 -13
  941. package/dist/Listbox.d.ts +0 -29
  942. package/dist/Logo.d.ts +0 -10
  943. package/dist/LogoImage.d.ts +0 -8
  944. package/dist/Mark.d.ts +0 -10
  945. package/dist/MultilineData.d.ts +0 -10
  946. package/dist/NavBar.d.ts +0 -8
  947. package/dist/NavList.d.ts +0 -24
  948. package/dist/NumberData.d.ts +0 -11
  949. package/dist/OrderedList.d.ts +0 -9
  950. package/dist/OrderedListItem.d.ts +0 -9
  951. package/dist/Page.d.ts +0 -9
  952. package/dist/PageContent.d.ts +0 -13
  953. package/dist/PageFooter.d.ts +0 -9
  954. package/dist/PageHeader.d.ts +0 -9
  955. package/dist/Paragraph.d.ts +0 -12
  956. package/dist/PreHeading.d.ts +0 -9
  957. package/dist/PreserveData.d.ts +0 -13
  958. package/dist/RadioButton.d.ts +0 -13
  959. package/dist/RichText.d.ts +0 -7
  960. package/dist/Select.d.ts +0 -20
  961. package/dist/Separator.d.ts +0 -7
  962. package/dist/SkipLink.d.ts +0 -5
  963. package/dist/SpotlightSection.d.ts +0 -13
  964. package/dist/StatusBadge.d.ts +0 -12
  965. package/dist/Strong.d.ts +0 -10
  966. package/dist/Surface.d.ts +0 -9
  967. package/dist/Table.d.ts +0 -11
  968. package/dist/TableBody.d.ts +0 -9
  969. package/dist/TableCaption.d.ts +0 -9
  970. package/dist/TableCell.d.ts +0 -12
  971. package/dist/TableContainer.d.ts +0 -11
  972. package/dist/TableFooter.d.ts +0 -11
  973. package/dist/TableHeader.d.ts +0 -11
  974. package/dist/TableHeaderCell.d.ts +0 -13
  975. package/dist/TableRow.d.ts +0 -12
  976. package/dist/Textarea.d.ts +0 -5
  977. package/dist/Textbox.d.ts +0 -8
  978. package/dist/URLData.d.ts +0 -9
  979. package/dist/UnorderedList.d.ts +0 -9
  980. package/dist/UnorderedListItem.d.ts +0 -9
  981. package/dist/VegaVisualization.d.ts +0 -11
  982. package/dist/css-module/Accordion.d.ts +0 -50
  983. package/dist/css-module/Alert.d.ts +0 -13
  984. package/dist/css-module/AlertDialog.d.ts +0 -13
  985. package/dist/css-module/Article.d.ts +0 -9
  986. package/dist/css-module/Backdrop.d.ts +0 -9
  987. package/dist/css-module/BadgeCounter.d.ts +0 -12
  988. package/dist/css-module/BadgeList.d.ts +0 -9
  989. package/dist/css-module/Blockquote.d.ts +0 -11
  990. package/dist/css-module/BreadcrumbNav.d.ts +0 -31
  991. package/dist/css-module/Button.d.ts +0 -28
  992. package/dist/css-module/ButtonGroup.d.ts +0 -11
  993. package/dist/css-module/ButtonLink.d.ts +0 -14
  994. package/dist/css-module/Calendar/CalendarButton.d.ts +0 -5
  995. package/dist/css-module/Calendar/CalendarIcon.d.ts +0 -5
  996. package/dist/css-module/Calendar/CalendarNavigation.d.ts +0 -5
  997. package/dist/css-module/Calendar/CalendarNavigationButtons.d.ts +0 -13
  998. package/dist/css-module/Calendar/CalendarNavigationLabel.d.ts +0 -4
  999. package/dist/css-module/Calendar/CalendarTableDaysContainer.d.ts +0 -5
  1000. package/dist/css-module/Calendar/CalendarTableDaysItem.d.ts +0 -5
  1001. package/dist/css-module/Calendar/CalendarTableDaysItemDay.d.ts +0 -11
  1002. package/dist/css-module/Calendar/CalendarTableWeeksContainer.d.ts +0 -4
  1003. package/dist/css-module/Calendar/CalendarTableWeeksItem.d.ts +0 -5
  1004. package/dist/css-module/Calendar/IconArrowLeft.d.ts +0 -7
  1005. package/dist/css-module/Calendar/IconArrowLeftDouble.d.ts +0 -7
  1006. package/dist/css-module/Calendar/IconArrowRight.d.ts +0 -7
  1007. package/dist/css-module/Calendar/IconArrowRightDouble.d.ts +0 -7
  1008. package/dist/css-module/Calendar/index.d.ts +0 -42
  1009. package/dist/css-module/Calendar.d.ts +0 -2
  1010. package/dist/css-module/Checkbox.d.ts +0 -7
  1011. package/dist/css-module/Code.d.ts +0 -10
  1012. package/dist/css-module/CodeBlock.d.ts +0 -10
  1013. package/dist/css-module/ColorSample.d.ts +0 -12
  1014. package/dist/css-module/ColumnLayout.d.ts +0 -11
  1015. package/dist/css-module/Combobox.d.ts +0 -15
  1016. package/dist/css-module/CurrencyData.d.ts +0 -13
  1017. package/dist/css-module/DataBadge.d.ts +0 -13
  1018. package/dist/css-module/DataList.d.ts +0 -28
  1019. package/dist/css-module/DataPlaceholder.d.ts +0 -10
  1020. package/dist/css-module/Document.d.ts +0 -9
  1021. package/dist/css-module/Drawer.d.ts +0 -13
  1022. package/dist/css-module/Emphasis.d.ts +0 -10
  1023. package/dist/css-module/Fieldset.d.ts +0 -19
  1024. package/dist/css-module/FieldsetLegend.d.ts +0 -5
  1025. package/dist/css-module/Figure.d.ts +0 -5
  1026. package/dist/css-module/FigureCaption.d.ts +0 -5
  1027. package/dist/css-module/FormField.d.ts +0 -11
  1028. package/dist/css-module/FormFieldDescription.d.ts +0 -9
  1029. package/dist/css-module/FormFieldErrorMessage.d.ts +0 -5
  1030. package/dist/css-module/FormFieldTextbox.d.ts +0 -14
  1031. package/dist/css-module/FormLabel.d.ts +0 -9
  1032. package/dist/css-module/FormToggle.d.ts +0 -5
  1033. package/dist/css-module/HTMLContent.d.ts +0 -9
  1034. package/dist/css-module/HTMLHeading.d.ts +0 -7
  1035. package/dist/css-module/Heading.d.ts +0 -12
  1036. package/dist/css-module/Heading1.d.ts +0 -9
  1037. package/dist/css-module/Heading2.d.ts +0 -9
  1038. package/dist/css-module/Heading3.d.ts +0 -9
  1039. package/dist/css-module/Heading4.d.ts +0 -9
  1040. package/dist/css-module/Heading5.d.ts +0 -9
  1041. package/dist/css-module/Heading6.d.ts +0 -9
  1042. package/dist/css-module/HeadingGroup.d.ts +0 -9
  1043. package/dist/css-module/IBANData.d.ts +0 -11
  1044. package/dist/css-module/Icon.d.ts +0 -10
  1045. package/dist/css-module/Image.d.ts +0 -9
  1046. package/dist/css-module/IndexCharNav.d.ts +0 -57
  1047. package/dist/css-module/Link.d.ts +0 -14
  1048. package/dist/css-module/LinkButton.d.ts +0 -13
  1049. package/dist/css-module/LinkList.d.ts +0 -19
  1050. package/dist/css-module/LinkSocial.d.ts +0 -11
  1051. package/dist/css-module/ListSocial.d.ts +0 -13
  1052. package/dist/css-module/Listbox.d.ts +0 -29
  1053. package/dist/css-module/Logo.d.ts +0 -10
  1054. package/dist/css-module/LogoImage.d.ts +0 -8
  1055. package/dist/css-module/Mark.d.ts +0 -10
  1056. package/dist/css-module/MultilineData.d.ts +0 -10
  1057. package/dist/css-module/NavBar.d.ts +0 -8
  1058. package/dist/css-module/NavList.d.ts +0 -24
  1059. package/dist/css-module/NumberData.d.ts +0 -11
  1060. package/dist/css-module/OrderedList.d.ts +0 -9
  1061. package/dist/css-module/OrderedListItem.d.ts +0 -9
  1062. package/dist/css-module/Page.d.ts +0 -9
  1063. package/dist/css-module/PageContent.d.ts +0 -13
  1064. package/dist/css-module/PageFooter.d.ts +0 -9
  1065. package/dist/css-module/PageHeader.d.ts +0 -9
  1066. package/dist/css-module/Paragraph.d.ts +0 -12
  1067. package/dist/css-module/PreHeading.d.ts +0 -9
  1068. package/dist/css-module/PreserveData.d.ts +0 -13
  1069. package/dist/css-module/RadioButton.d.ts +0 -13
  1070. package/dist/css-module/RichText.d.ts +0 -7
  1071. package/dist/css-module/Select.d.ts +0 -20
  1072. package/dist/css-module/Separator.d.ts +0 -7
  1073. package/dist/css-module/SkipLink.d.ts +0 -5
  1074. package/dist/css-module/SpotlightSection.d.ts +0 -13
  1075. package/dist/css-module/StatusBadge.d.ts +0 -12
  1076. package/dist/css-module/Strong.d.ts +0 -10
  1077. package/dist/css-module/Surface.d.ts +0 -9
  1078. package/dist/css-module/Table.d.ts +0 -11
  1079. package/dist/css-module/TableBody.d.ts +0 -9
  1080. package/dist/css-module/TableCaption.d.ts +0 -9
  1081. package/dist/css-module/TableCell.d.ts +0 -12
  1082. package/dist/css-module/TableContainer.d.ts +0 -11
  1083. package/dist/css-module/TableFooter.d.ts +0 -11
  1084. package/dist/css-module/TableHeader.d.ts +0 -11
  1085. package/dist/css-module/TableHeaderCell.d.ts +0 -13
  1086. package/dist/css-module/TableRow.d.ts +0 -12
  1087. package/dist/css-module/Textarea.d.ts +0 -5
  1088. package/dist/css-module/Textbox.d.ts +0 -8
  1089. package/dist/css-module/URLData.d.ts +0 -9
  1090. package/dist/css-module/UnorderedList.d.ts +0 -9
  1091. package/dist/css-module/UnorderedListItem.d.ts +0 -9
  1092. package/dist/css-module/VegaVisualization.d.ts +0 -11
  1093. package/dist/css-module/css-module/Accordion.d.ts +0 -6
  1094. package/dist/css-module/css-module/Alert.d.ts +0 -6
  1095. package/dist/css-module/css-module/AlertDialog.d.ts +0 -6
  1096. package/dist/css-module/css-module/Article.d.ts +0 -6
  1097. package/dist/css-module/css-module/Backdrop.d.ts +0 -6
  1098. package/dist/css-module/css-module/BadgeCounter.d.ts +0 -6
  1099. package/dist/css-module/css-module/BadgeList.d.ts +0 -6
  1100. package/dist/css-module/css-module/Blockquote.d.ts +0 -6
  1101. package/dist/css-module/css-module/BreadcrumbNav.d.ts +0 -6
  1102. package/dist/css-module/css-module/Button.d.ts +0 -6
  1103. package/dist/css-module/css-module/ButtonGroup.d.ts +0 -6
  1104. package/dist/css-module/css-module/ButtonLink.d.ts +0 -6
  1105. package/dist/css-module/css-module/Calendar.d.ts +0 -7
  1106. package/dist/css-module/css-module/Checkbox.d.ts +0 -7
  1107. package/dist/css-module/css-module/Code.d.ts +0 -6
  1108. package/dist/css-module/css-module/CodeBlock.d.ts +0 -6
  1109. package/dist/css-module/css-module/ColorSample.d.ts +0 -6
  1110. package/dist/css-module/css-module/ColumnLayout.d.ts +0 -6
  1111. package/dist/css-module/css-module/Combobox.d.ts +0 -6
  1112. package/dist/css-module/css-module/CurrencyData.d.ts +0 -6
  1113. package/dist/css-module/css-module/DataBadge.d.ts +0 -6
  1114. package/dist/css-module/css-module/DataList.d.ts +0 -6
  1115. package/dist/css-module/css-module/DataPlaceholder.d.ts +0 -6
  1116. package/dist/css-module/css-module/Document.d.ts +0 -6
  1117. package/dist/css-module/css-module/Drawer.d.ts +0 -6
  1118. package/dist/css-module/css-module/Emphasis.d.ts +0 -6
  1119. package/dist/css-module/css-module/Fieldset.d.ts +0 -6
  1120. package/dist/css-module/css-module/FieldsetLegend.d.ts +0 -6
  1121. package/dist/css-module/css-module/Figure.d.ts +0 -6
  1122. package/dist/css-module/css-module/FigureCaption.d.ts +0 -6
  1123. package/dist/css-module/css-module/FormField.d.ts +0 -6
  1124. package/dist/css-module/css-module/FormFieldDescription.d.ts +0 -6
  1125. package/dist/css-module/css-module/FormFieldErrorMessage.d.ts +0 -6
  1126. package/dist/css-module/css-module/FormFieldTextbox.d.ts +0 -9
  1127. package/dist/css-module/css-module/FormLabel.d.ts +0 -6
  1128. package/dist/css-module/css-module/FormToggle.d.ts +0 -6
  1129. package/dist/css-module/css-module/HTMLContent.d.ts +0 -6
  1130. package/dist/css-module/css-module/Heading.d.ts +0 -11
  1131. package/dist/css-module/css-module/Heading1.d.ts +0 -6
  1132. package/dist/css-module/css-module/Heading2.d.ts +0 -6
  1133. package/dist/css-module/css-module/Heading3.d.ts +0 -6
  1134. package/dist/css-module/css-module/Heading4.d.ts +0 -6
  1135. package/dist/css-module/css-module/Heading5.d.ts +0 -6
  1136. package/dist/css-module/css-module/Heading6.d.ts +0 -6
  1137. package/dist/css-module/css-module/HeadingGroup.d.ts +0 -6
  1138. package/dist/css-module/css-module/IBANData.d.ts +0 -6
  1139. package/dist/css-module/css-module/Icon.d.ts +0 -6
  1140. package/dist/css-module/css-module/Image.d.ts +0 -6
  1141. package/dist/css-module/css-module/IndexCharNav.d.ts +0 -6
  1142. package/dist/css-module/css-module/Link.d.ts +0 -6
  1143. package/dist/css-module/css-module/LinkButton.d.ts +0 -6
  1144. package/dist/css-module/css-module/LinkList.d.ts +0 -6
  1145. package/dist/css-module/css-module/LinkSocial.d.ts +0 -6
  1146. package/dist/css-module/css-module/ListSocial.d.ts +0 -6
  1147. package/dist/css-module/css-module/Listbox.d.ts +0 -6
  1148. package/dist/css-module/css-module/Logo.d.ts +0 -6
  1149. package/dist/css-module/css-module/LogoImage.d.ts +0 -5
  1150. package/dist/css-module/css-module/Mark.d.ts +0 -6
  1151. package/dist/css-module/css-module/MultilineData.d.ts +0 -6
  1152. package/dist/css-module/css-module/NavBar.d.ts +0 -6
  1153. package/dist/css-module/css-module/NavList.d.ts +0 -6
  1154. package/dist/css-module/css-module/NumberData.d.ts +0 -6
  1155. package/dist/css-module/css-module/OrderedList.d.ts +0 -6
  1156. package/dist/css-module/css-module/OrderedListItem.d.ts +0 -6
  1157. package/dist/css-module/css-module/Page.d.ts +0 -6
  1158. package/dist/css-module/css-module/PageContent.d.ts +0 -6
  1159. package/dist/css-module/css-module/PageFooter.d.ts +0 -6
  1160. package/dist/css-module/css-module/PageHeader.d.ts +0 -6
  1161. package/dist/css-module/css-module/Paragraph.d.ts +0 -6
  1162. package/dist/css-module/css-module/PreHeading.d.ts +0 -6
  1163. package/dist/css-module/css-module/PreserveData.d.ts +0 -6
  1164. package/dist/css-module/css-module/RadioButton.d.ts +0 -6
  1165. package/dist/css-module/css-module/RichText.d.ts +0 -6
  1166. package/dist/css-module/css-module/Select.d.ts +0 -6
  1167. package/dist/css-module/css-module/Separator.d.ts +0 -6
  1168. package/dist/css-module/css-module/SkipLink.d.ts +0 -6
  1169. package/dist/css-module/css-module/SpotlightSection.d.ts +0 -6
  1170. package/dist/css-module/css-module/StatusBadge.d.ts +0 -7
  1171. package/dist/css-module/css-module/Strong.d.ts +0 -6
  1172. package/dist/css-module/css-module/Surface.d.ts +0 -6
  1173. package/dist/css-module/css-module/Table.d.ts +0 -6
  1174. package/dist/css-module/css-module/TableBody.d.ts +0 -5
  1175. package/dist/css-module/css-module/TableCaption.d.ts +0 -5
  1176. package/dist/css-module/css-module/TableCell.d.ts +0 -5
  1177. package/dist/css-module/css-module/TableContainer.d.ts +0 -6
  1178. package/dist/css-module/css-module/TableFooter.d.ts +0 -5
  1179. package/dist/css-module/css-module/TableHeader.d.ts +0 -5
  1180. package/dist/css-module/css-module/TableHeaderCell.d.ts +0 -5
  1181. package/dist/css-module/css-module/TableRow.d.ts +0 -5
  1182. package/dist/css-module/css-module/Textarea.d.ts +0 -6
  1183. package/dist/css-module/css-module/Textbox.d.ts +0 -6
  1184. package/dist/css-module/css-module/URLData.d.ts +0 -6
  1185. package/dist/css-module/css-module/UnorderedList.d.ts +0 -6
  1186. package/dist/css-module/css-module/UnorderedListItem.d.ts +0 -6
  1187. package/dist/css-module/css-module/VegaVisualization.d.ts +0 -6
  1188. package/dist/css-module/css-module/index.d.ts +0 -189
  1189. package/dist/css-module/index.d.ts +0 -190
  1190. package/dist/index.d.ts +0 -190
@@ -1,11 +1,8 @@
1
1
  import _slicedToArray from '@babel/runtime/helpers/slicedToArray';
2
2
  import _defineProperty from '@babel/runtime/helpers/defineProperty';
3
- import _objectWithoutProperties from '@babel/runtime/helpers/objectWithoutProperties';
4
3
  import { forwardRef, useId, useRef, useState, createElement, isValidElement, useImperativeHandle, useEffect } from 'react';
5
4
  import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
6
5
  import clsx from 'clsx';
7
- import _objectDestructuringEmpty from '@babel/runtime/helpers/objectDestructuringEmpty';
8
- import _extends from '@babel/runtime/helpers/extends';
9
6
 
10
7
  function styleInject(css, ref) {
11
8
  if ( ref === void 0 ) ref = {};
@@ -34,86 +31,148 @@ function styleInject(css, ref) {
34
31
  }
35
32
  }
36
33
 
37
- var css_248z$1d = ".utrecht-accordion{margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-accordion-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-accordion-margin-block-start, 0))}.utrecht-accordion__section{break-inside:avoid;margin-block-end:var(--utrecht-accordion-section-margin-block-end);margin-block-start:var(--utrecht-accordion-section-margin-block-start)}.utrecht-accordion__button{--utrecht-button-focus-scale:1;--utrecht-button-hover-scale:1;--utrecht-button-inline-size:100%;--utrecht-button-min-inline-size:100%;--utrecht-button-subtle-background-color:var(--utrecht-accordion-button-background-color);--utrecht-button-subtle-padding-inline-start:var(--utrecht-accordion-button-padding-inline-start);--utrecht-button-subtle-padding-inline-end:var(--utrecht-accordion-button-padding-inline-end);--utrecht-button-subtle-padding-block-start:var(--utrecht-accordion-button-padding-block-start);--utrecht-button-subtle-padding-block-end:var(--utrecht-accordion-button-padding-block-end);--utrecht-button-subtle-color:var(--utrecht-accordion-button-color);--utrecht-button-subtle-hover-background-color:var(--utrecht-accordion-button-hover-background-color);--utrecht-button-subtle-hover-border-color:var(--utrecht-accordion-button-hover-border-color);--utrecht-button-subtle-hover-color:var(--utrecht-accordion-button-hover-color);--utrecht-button-subtle-active-background-color:var(--utrecht-accordion-button-active-background-color);--utrecht-button-subtle-active-border-color:var(--utrecht-accordion-button-active-border-color);--utrecht-button-subtle-active-color:var(--utrecht-accordion-button-active-color);--utrecht-button-subtle-focus-background-color:var(--utrecht-accordion-button-focus-background-color);--utrecht-button-subtle-focus-border-color:var(--utrecht-accordion-button-focus-border-color);--utrecht-button-subtle-focus-color:var(--utrecht-accordion-button-focus-color);--utrecht-button-subtle-border-color:var(--utrecht-accordion-button-border-color);--utrecht-button-subtle-border-width:var(--utrecht-accordion-button-border-width);--utrecht-button-icon-gap:var(--utrecht-accordion-button-gap,var(--utrecht-space-text-xs));align-items:baseline;justify-content:start!important;position:relative;text-align:start}.utrecht-accordion__button--utrecht[aria-expanded]:after{background-color:var(--utrecht-accordion-button-icon-utrecht-background-color);background-position:50%;background-repeat:no-repeat;block-size:var(--utrecht-accordion-button-icon-size);content:\"\";inline-size:var(--utrecht-accordion-button-icon-size);inset-block-start:0;inset-inline-end:0;position:absolute}.utrecht-accordion__button--utrecht[aria-expanded=false]:after{background-image:var(--utrecht-accordion-icon-utrecht-arrow-down,url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.39' height='14.39'%3E%3Cpath fill='none' stroke='%231D1D1D' stroke-width='3' stroke-miterlimit='10' d='m15.866 4.135-5.32 5.322-5.322-5.322'/%3E%3C/svg%3E\"))}.utrecht-accordion__button--utrecht[aria-expanded=true]:after{background-image:var(--utrecht-accordion-icon-utrecht-arrow-up,url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.39' height='14.39'%3E%3Cpath fill='none' stroke='%231D1D1D' stroke-width='3' stroke-miterlimit='10' d='m5.223 9.457 5.32-5.322 5.322 5.322'/%3E%3C/svg%3E\"));background-position:50%;background-repeat:no-repeat;content:\"\"}.utrecht-accordion__button-icon{display:flex}.utrecht-accordion__button[aria-expanded=true] .utrecht-accordion__button-icon{transform:rotate(180deg)}.utrecht-accordion__panel{border-block-start:none;border-color:var(--utrecht-accordion-panel-border-color);border-style:solid;border-width:var(--utrecht-accordion-panel-border-width);padding-block-end:var(--utrecht-accordion-panel-padding-block-end);padding-block-start:var(--utrecht-accordion-panel-padding-block-start);padding-inline-end:var(--utrecht-accordion-panel-padding-inline-end);padding-inline-start:var(--utrecht-accordion-panel-padding-inline-start)}.utrecht-accordion__header{--utrecht-space-around:0}";
38
- styleInject(css_248z$1d);
34
+ var css_248z$1c = ".utrecht-accordion{margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-accordion-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-accordion-margin-block-start, 0))}.utrecht-accordion__section{break-inside:avoid;margin-block-end:var(--utrecht-accordion-section-margin-block-end);margin-block-start:var(--utrecht-accordion-section-margin-block-start)}.utrecht-accordion__button{--utrecht-button-focus-scale:1;--utrecht-button-hover-scale:1;--utrecht-button-inline-size:100%;--utrecht-button-min-inline-size:100%;--utrecht-button-subtle-background-color:var(--utrecht-accordion-button-background-color);--utrecht-button-subtle-padding-inline-start:var(--utrecht-accordion-button-padding-inline-start);--utrecht-button-subtle-padding-inline-end:var(--utrecht-accordion-button-padding-inline-end);--utrecht-button-subtle-padding-block-start:var(--utrecht-accordion-button-padding-block-start);--utrecht-button-subtle-padding-block-end:var(--utrecht-accordion-button-padding-block-end);--utrecht-button-subtle-color:var(--utrecht-accordion-button-color);--utrecht-button-subtle-hover-background-color:var(--utrecht-accordion-button-hover-background-color);--utrecht-button-subtle-hover-border-color:var(--utrecht-accordion-button-hover-border-color);--utrecht-button-subtle-hover-color:var(--utrecht-accordion-button-hover-color);--utrecht-button-subtle-active-background-color:var(--utrecht-accordion-button-active-background-color);--utrecht-button-subtle-active-border-color:var(--utrecht-accordion-button-active-border-color);--utrecht-button-subtle-active-color:var(--utrecht-accordion-button-active-color);--utrecht-button-subtle-focus-background-color:var(--utrecht-accordion-button-focus-background-color);--utrecht-button-subtle-focus-border-color:var(--utrecht-accordion-button-focus-border-color);--utrecht-button-subtle-focus-color:var(--utrecht-accordion-button-focus-color);--utrecht-button-subtle-border-color:var(--utrecht-accordion-button-border-color);--utrecht-button-subtle-border-width:var(--utrecht-accordion-button-border-width);--utrecht-button-icon-gap:var(--utrecht-accordion-button-gap,var(--utrecht-space-text-xs));align-items:baseline;justify-content:start!important;position:relative;text-align:start}.utrecht-accordion__button--utrecht[aria-expanded]:after{background-color:var(--utrecht-accordion-button-icon-utrecht-background-color);background-position:50%;background-repeat:no-repeat;block-size:var(--utrecht-accordion-button-icon-size);content:\"\";inline-size:var(--utrecht-accordion-button-icon-size);inset-block-start:0;inset-inline-end:0;position:absolute}.utrecht-accordion__button--utrecht[aria-expanded=false]:after{background-image:var(--utrecht-accordion-icon-utrecht-arrow-down,url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.39' height='14.39'%3E%3Cpath fill='none' stroke='%231D1D1D' stroke-width='3' stroke-miterlimit='10' d='m15.866 4.135-5.32 5.322-5.322-5.322'/%3E%3C/svg%3E\"))}.utrecht-accordion__button--utrecht[aria-expanded=true]:after{background-image:var(--utrecht-accordion-icon-utrecht-arrow-up,url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.39' height='14.39'%3E%3Cpath fill='none' stroke='%231D1D1D' stroke-width='3' stroke-miterlimit='10' d='m5.223 9.457 5.32-5.322 5.322 5.322'/%3E%3C/svg%3E\"));background-position:50%;background-repeat:no-repeat;content:\"\"}.utrecht-accordion__button-icon{display:flex}.utrecht-accordion__button[aria-expanded=true] .utrecht-accordion__button-icon{transform:rotate(180deg)}.utrecht-accordion__panel{border-block-start:none;border-color:var(--utrecht-accordion-panel-border-color);border-style:solid;border-width:var(--utrecht-accordion-panel-border-width);padding-block-end:var(--utrecht-accordion-panel-padding-block-end);padding-block-start:var(--utrecht-accordion-panel-padding-block-start);padding-inline-end:var(--utrecht-accordion-panel-padding-inline-end);padding-inline-start:var(--utrecht-accordion-panel-padding-inline-start)}.utrecht-accordion__header{--utrecht-space-around:0}";
35
+ styleInject(css_248z$1c);
39
36
 
40
- var _excluded$1p = ["appearance", "busy", "disabled", "children", "className", "hint", "pressed", "type"];
41
- function ownKeys$1q(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
42
- function _objectSpread$1q(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1q(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1q(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
43
- var Button = /*#__PURE__*/forwardRef(function (_ref, ref) {
44
- var appearance = _ref.appearance,
45
- busy = _ref.busy,
46
- disabled = _ref.disabled,
47
- children = _ref.children,
48
- className = _ref.className,
49
- hint = _ref.hint,
50
- pressed = _ref.pressed,
51
- type = _ref.type,
52
- restProps = _objectWithoutProperties(_ref, _excluded$1p);
53
- return jsx("button", _objectSpread$1q(_objectSpread$1q({
37
+ /******************************************************************************
38
+ Copyright (c) Microsoft Corporation.
39
+
40
+ Permission to use, copy, modify, and/or distribute this software for any
41
+ purpose with or without fee is hereby granted.
42
+
43
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
44
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
45
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
46
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
47
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
48
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
49
+ PERFORMANCE OF THIS SOFTWARE.
50
+ ***************************************************************************** */
51
+ /* global Reflect, Promise, SuppressedError, Symbol */
52
+
53
+
54
+ function __rest$1(s, e) {
55
+ var t = {};
56
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
57
+ t[p] = s[p];
58
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
59
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
60
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
61
+ t[p[i]] = s[p[i]];
62
+ }
63
+ return t;
64
+ }
65
+
66
+ typeof SuppressedError === "function" ? SuppressedError : function (error, suppressed, message) {
67
+ var e = new Error(message);
68
+ return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
69
+ };
70
+
71
+ /******************************************************************************
72
+ Copyright (c) Microsoft Corporation.
73
+
74
+ Permission to use, copy, modify, and/or distribute this software for any
75
+ purpose with or without fee is hereby granted.
76
+
77
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
78
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
79
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
80
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
81
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
82
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
83
+ PERFORMANCE OF THIS SOFTWARE.
84
+ ***************************************************************************** */
85
+ /* global Reflect, Promise, SuppressedError, Symbol */
86
+
87
+
88
+ function __rest(s, e) {
89
+ var t = {};
90
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
91
+ t[p] = s[p];
92
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
93
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
94
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
95
+ t[p[i]] = s[p[i]];
96
+ }
97
+ return t;
98
+ }
99
+
100
+ typeof SuppressedError === "function" ? SuppressedError : function (error, suppressed, message) {
101
+ var e = new Error(message);
102
+ return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
103
+ };
104
+
105
+ const Button = /*#__PURE__*/forwardRef((_a, ref) => {
106
+ var {
107
+ appearance,
108
+ busy,
109
+ disabled,
110
+ children,
111
+ className,
112
+ hint,
113
+ pressed,
114
+ type
115
+ } = _a,
116
+ restProps = __rest(_a, ["appearance", "busy", "disabled", "children", "className", "hint", "pressed", "type"]);
117
+ return jsx("button", Object.assign({
54
118
  ref: ref,
55
119
  className: clsx('utrecht-button', busy && 'utrecht-button--busy', disabled && 'utrecht-button--disabled', type === 'submit' && 'utrecht-button--submit', appearance === 'primary-action-button' && 'utrecht-button--primary-action', appearance === 'secondary-action-button' && 'utrecht-button--secondary-action', appearance === 'subtle-button' && 'utrecht-button--subtle', hint === 'danger' && 'utrecht-button--danger', hint === 'warning' && 'utrecht-button--warning', hint === 'ready' && 'utrecht-button--ready', pressed === true && 'utrecht-button--pressed', className),
56
120
  "aria-busy": busy || undefined,
57
121
  "aria-pressed": typeof pressed === 'boolean' ? pressed : undefined,
58
122
  disabled: disabled,
59
123
  type: type || 'button'
60
- }, restProps), {}, {
124
+ }, restProps, {
61
125
  children: children
62
126
  }));
63
127
  });
64
128
  Button.displayName = 'Button';
65
- var PrimaryActionButton = function PrimaryActionButton(_ref2) {
66
- var args = _extends({}, (_objectDestructuringEmpty(_ref2), _ref2));
67
- return jsx(Button, _objectSpread$1q(_objectSpread$1q({}, args), {}, {
129
+ const PrimaryActionButton = _a => {
130
+ var args = __rest(_a, []);
131
+ return jsx(Button, Object.assign({}, args, {
68
132
  appearance: "primary-action-button"
69
133
  }));
70
134
  };
71
135
  PrimaryActionButton.displayName = 'PrimaryActionButton';
72
- var SecondaryActionButton = function SecondaryActionButton(_ref3) {
73
- var args = _extends({}, (_objectDestructuringEmpty(_ref3), _ref3));
74
- return jsx(Button, _objectSpread$1q(_objectSpread$1q({}, args), {}, {
136
+ const SecondaryActionButton = _a => {
137
+ var args = __rest(_a, []);
138
+ return jsx(Button, Object.assign({}, args, {
75
139
  appearance: "secondary-action-button"
76
140
  }));
77
141
  };
78
142
  SecondaryActionButton.displayName = 'SecondaryActionButton';
79
- var SubtleButton = function SubtleButton(_ref4) {
80
- var args = _extends({}, (_objectDestructuringEmpty(_ref4), _ref4));
81
- return jsx(Button, _objectSpread$1q(_objectSpread$1q({}, args), {}, {
143
+ const SubtleButton = _a => {
144
+ var args = __rest(_a, []);
145
+ return jsx(Button, Object.assign({}, args, {
82
146
  appearance: "subtle-button"
83
147
  }));
84
148
  };
85
149
  SubtleButton.displayName = 'SubtleButton';
86
150
 
87
- var _excluded$1o = ["level", "className"];
88
- function ownKeys$1p(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
89
- function _objectSpread$1p(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1p(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1p(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
90
- var HTMLHeading = /*#__PURE__*/forwardRef(function (_ref, ref) {
91
- var level = _ref.level,
92
- className = _ref.className,
93
- restProps = _objectWithoutProperties(_ref, _excluded$1o);
151
+ var HTMLHeading = /*#__PURE__*/forwardRef(function (_a, ref) {
152
+ var level = _a.level,
153
+ className = _a.className,
154
+ restProps = __rest$1(_a, ["level", "className"]);
94
155
  var HeadingX = level === 1 ? 'h1' : level === 2 ? 'h2' : level === 3 ? 'h3' : level === 4 ? 'h4' : level === 5 ? 'h5' : level === 6 ? 'h6' : 'p';
95
- return jsx(HeadingX, _objectSpread$1p(_objectSpread$1p({
156
+ return jsx(HeadingX, Object.assign({
96
157
  className: clsx(className)
97
- }, restProps), {}, {
158
+ }, restProps, {
98
159
  ref: ref
99
160
  }));
100
161
  });
101
162
  HTMLHeading.displayName = 'HTMLHeading';
102
163
 
103
- var _excluded$1n = ["id", "label", "className", "headingLevel", "expanded", "disabled", "section", "children", "buttonRef", "onActivate", "onButtonBlur", "onButtonFocus", "icon", "appearance"],
104
- _excluded2$9 = ["children", "group", "headingLevel", "heading"];
105
- function ownKeys$1o(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
106
- function _objectSpread$1o(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1o(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1o(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
107
164
  var IconChevronDown = function IconChevronDown() {
108
- return jsxs("svg", {
165
+ return jsxs("svg", Object.assign({
109
166
  id: "Layer_1",
110
167
  xmlns: "http://www.w3.org/2000/svg",
111
168
  width: "14",
112
169
  height: "8",
113
- viewBox: "0 0 14 8",
170
+ viewBox: "0 0 14 8"
171
+ }, {
114
172
  children: [jsx("defs", {
115
- children: jsx("clipPath", {
116
- id: "clippath",
173
+ children: jsx("clipPath", Object.assign({
174
+ id: "clippath"
175
+ }, {
117
176
  children: jsx("rect", {
118
177
  width: "14",
119
178
  height: "8",
@@ -122,19 +181,20 @@ var IconChevronDown = function IconChevronDown() {
122
181
  strokeWidth: '0px'
123
182
  }
124
183
  })
125
- })
126
- }), jsx("g", {
184
+ }))
185
+ }), jsx("g", Object.assign({
127
186
  style: {
128
187
  clipPath: 'url(#clippath)'
129
- },
188
+ }
189
+ }, {
130
190
  children: jsx("path", {
131
191
  d: "m7,8c-.26,0-.51-.1-.71-.29L.29,1.71C-.1,1.32-.1.68.29.29S1.32-.1,1.71.29l5.29,5.29L12.29.29c.39-.39,1.02-.39,1.41,0s.39,1.02,0,1.41l-6,6c-.2.2-.45.29-.71.29Z",
132
192
  style: {
133
193
  strokeWidth: '0px;'
134
194
  }
135
195
  })
136
- })]
137
- });
196
+ }))]
197
+ }));
138
198
  };
139
199
  /**
140
200
  * Find the first item in an array
@@ -162,24 +222,24 @@ var previousItem = function previousItem(items, item) {
162
222
  var currentIndex = item ? items.indexOf(item) : -1;
163
223
  return currentIndex >= 0 && currentIndex - 1 <= items.length - 1 ? items[currentIndex - 1] : undefined;
164
224
  };
165
- var AccordionSection = /*#__PURE__*/forwardRef(function (_ref, ref) {
166
- var id = _ref.id,
167
- label = _ref.label,
168
- className = _ref.className,
169
- _ref$headingLevel = _ref.headingLevel,
170
- headingLevel = _ref$headingLevel === void 0 ? 1 : _ref$headingLevel,
171
- _ref$expanded = _ref.expanded,
172
- expanded = _ref$expanded === void 0 ? false : _ref$expanded,
173
- disabled = _ref.disabled,
174
- section = _ref.section,
175
- children = _ref.children,
176
- buttonRef = _ref.buttonRef,
177
- onActivate = _ref.onActivate,
178
- onButtonBlur = _ref.onButtonBlur,
179
- onButtonFocus = _ref.onButtonFocus,
180
- icon = _ref.icon,
181
- appearance = _ref.appearance,
182
- props = _objectWithoutProperties(_ref, _excluded$1n);
225
+ var AccordionSection = /*#__PURE__*/forwardRef(function (_a, ref) {
226
+ var id = _a.id,
227
+ label = _a.label,
228
+ className = _a.className,
229
+ _a$headingLevel = _a.headingLevel,
230
+ headingLevel = _a$headingLevel === void 0 ? 1 : _a$headingLevel,
231
+ _a$expanded = _a.expanded,
232
+ expanded = _a$expanded === void 0 ? false : _a$expanded,
233
+ disabled = _a.disabled,
234
+ section = _a.section,
235
+ children = _a.children,
236
+ buttonRef = _a.buttonRef,
237
+ onActivate = _a.onActivate,
238
+ onButtonBlur = _a.onButtonBlur,
239
+ onButtonFocus = _a.onButtonFocus,
240
+ icon = _a.icon,
241
+ appearance = _a.appearance,
242
+ props = __rest$1(_a, ["id", "label", "className", "headingLevel", "expanded", "disabled", "section", "children", "buttonRef", "onActivate", "onButtonBlur", "onButtonFocus", "icon", "appearance"]);
183
243
  var panelAttributes = {
184
244
  className: clsx('utrecht-accordion__panel', {
185
245
  'utrecht-accordion__panel--expanded': expanded
@@ -203,15 +263,16 @@ var AccordionSection = /*#__PURE__*/forwardRef(function (_ref, ref) {
203
263
  // content of the landmark to be the actual content, instead of starting
204
264
  // with the button that controls the region.
205
265
  // - we only want expanded sections to show up as landmarks
206
- return jsxs("div", _objectSpread$1o(_objectSpread$1o({
266
+ return jsxs("div", Object.assign({
207
267
  className: clsx('utrecht-accordion__section', className),
208
268
  id: id,
209
269
  ref: ref
210
- }, props), {}, {
211
- children: [jsx(HTMLHeading, {
270
+ }, props, {
271
+ children: [jsx(HTMLHeading, Object.assign({
212
272
  level: headingLevel,
213
- className: clsx('utrecht-accordion__header'),
214
- children: jsxs(Button, {
273
+ className: clsx('utrecht-accordion__header')
274
+ }, {
275
+ children: jsxs(Button, Object.assign({
215
276
  className: clsx('utrecht-accordion__button', _defineProperty({}, 'utrecht-accordion__button--utrecht', appearance === 'utrecht')),
216
277
  appearance: "subtle-button",
217
278
  "aria-expanded": expanded === true,
@@ -227,45 +288,50 @@ var AccordionSection = /*#__PURE__*/forwardRef(function (_ref, ref) {
227
288
  onBlur: function onBlur() {
228
289
  return typeof onButtonBlur === 'function' && onButtonBlur(ref);
229
290
  },
230
- ref: buttonRef,
231
- children: [iconStart && jsx("span", {
232
- className: "utrecht-accordion__button-icon",
291
+ ref: buttonRef
292
+ }, {
293
+ children: [iconStart && jsx("span", Object.assign({
294
+ className: "utrecht-accordion__button-icon"
295
+ }, {
233
296
  children: iconStart
234
- }), jsx("span", {
235
- className: "utrecht-accordion__button-label",
297
+ })), jsx("span", Object.assign({
298
+ className: "utrecht-accordion__button-label"
299
+ }, {
236
300
  children: label
237
- })]
238
- })
239
- }), section ? jsx("section", _objectSpread$1o(_objectSpread$1o({
301
+ }))]
302
+ }))
303
+ })), section ? jsx("section", Object.assign({
240
304
  id: panelId,
241
305
  "aria-labelledby": buttonId
242
- }, panelAttributes), {}, {
306
+ }, panelAttributes, {
243
307
  children: children
244
- })) : jsx("div", _objectSpread$1o(_objectSpread$1o({
308
+ })) : jsx("div", Object.assign({
245
309
  id: panelId
246
- }, panelAttributes), {}, {
310
+ }, panelAttributes, {
247
311
  children: children
248
312
  }))]
249
313
  }));
250
314
  });
251
315
  AccordionSection.displayName = 'AccordionSection';
252
- var Accordion = /*#__PURE__*/forwardRef(function (_ref2, ref) {
253
- var children = _ref2.children,
254
- group = _ref2.group,
255
- headingLevel = _ref2.headingLevel,
256
- heading = _ref2.heading,
257
- props = _objectWithoutProperties(_ref2, _excluded2$9);
316
+ var Accordion = /*#__PURE__*/forwardRef(function (_a, ref) {
317
+ var children = _a.children,
318
+ group = _a.group,
319
+ headingLevel = _a.headingLevel,
320
+ heading = _a.heading,
321
+ props = __rest$1(_a, ["children", "group", "headingLevel", "heading"]);
258
322
  var headingId = useId();
259
323
  return jsxs(Fragment, {
260
- children: [!!heading && typeof headingLevel === 'number' && jsx(HTMLHeading, {
261
- level: headingLevel,
324
+ children: [!!heading && typeof headingLevel === 'number' && jsx(HTMLHeading, Object.assign({
325
+ level: headingLevel
326
+ }, {
262
327
  children: heading
263
- }), jsx("div", _objectSpread$1o(_objectSpread$1o({
328
+ })), jsx("div", Object.assign({
264
329
  className: clsx('utrecht-accordion'),
265
330
  role: group ? 'group' : undefined,
266
331
  "aria-labelledby": group ? headingId : undefined
267
- }, props), {}, {
268
- ref: ref,
332
+ }, props, {
333
+ ref: ref
334
+ }, {
269
335
  children: children
270
336
  }))]
271
337
  });
@@ -288,35 +354,35 @@ var useAccordion = function useAccordion(sections, ref) {
288
354
  /* ForwardedRef for each section, in document order */
289
355
  sections: sections,
290
356
  focusNextSection: function focusNextSection(activeElement) {
291
- var _nextSection$current;
357
+ var _a;
292
358
  var index = refs.indexOf(activeElement);
293
359
  var buttonRef = index >= 0 ? buttonRefs[index] : undefined;
294
360
  var nextSection = buttonRef ? nextItem(buttonRefs, buttonRef) : undefined;
295
- nextSection === null || nextSection === void 0 || (_nextSection$current = nextSection.current) === null || _nextSection$current === void 0 || _nextSection$current.focus();
361
+ (_a = nextSection === null || nextSection === void 0 ? void 0 : nextSection.current) === null || _a === void 0 ? void 0 : _a.focus();
296
362
  },
297
363
  focusFirstSection: function focusFirstSection() {
298
- var _firstSection$current;
364
+ var _a;
299
365
  var firstSection = firstItem(buttonRefs);
300
- firstSection === null || firstSection === void 0 || (_firstSection$current = firstSection.current) === null || _firstSection$current === void 0 || _firstSection$current.focus();
366
+ (_a = firstSection === null || firstSection === void 0 ? void 0 : firstSection.current) === null || _a === void 0 ? void 0 : _a.focus();
301
367
  },
302
368
  focusPreviousSection: function focusPreviousSection(activeElement) {
303
- var _previousSection$curr;
369
+ var _a;
304
370
  var index = refs.indexOf(activeElement);
305
371
  var buttonRef = index >= 0 ? buttonRefs[index] : undefined;
306
372
  var previousSection = buttonRef ? previousItem(buttonRefs, buttonRef) : undefined;
307
- previousSection === null || previousSection === void 0 || (_previousSection$curr = previousSection.current) === null || _previousSection$curr === void 0 || _previousSection$curr.focus();
373
+ (_a = previousSection === null || previousSection === void 0 ? void 0 : previousSection.current) === null || _a === void 0 ? void 0 : _a.focus();
308
374
  },
309
375
  focusLastSection: function focusLastSection() {
310
- var _firstSection$current2;
376
+ var _a;
311
377
  var firstSection = lastItem(buttonRefs);
312
- firstSection === null || firstSection === void 0 || (_firstSection$current2 = firstSection.current) === null || _firstSection$current2 === void 0 || _firstSection$current2.focus();
378
+ (_a = firstSection === null || firstSection === void 0 ? void 0 : firstSection.current) === null || _a === void 0 ? void 0 : _a.focus();
313
379
  }
314
380
  };
315
381
  };
316
- var AccordionProvider = function AccordionProvider(_ref4) {
317
- var sections = _ref4.sections,
318
- icon = _ref4.icon,
319
- appearance = _ref4.appearance;
382
+ var AccordionProvider = function AccordionProvider(_ref2) {
383
+ var sections = _ref2.sections,
384
+ icon = _ref2.icon,
385
+ appearance = _ref2.appearance;
320
386
  var ref = useRef(null);
321
387
  var _useAccordion = useAccordion(sections, ref),
322
388
  refs = _useAccordion.refs,
@@ -359,16 +425,17 @@ var AccordionProvider = function AccordionProvider(_ref4) {
359
425
  // Prevent scrolling the page
360
426
  evt.preventDefault();
361
427
  };
362
- return jsx(Accordion, {
428
+ return jsx(Accordion, Object.assign({
363
429
  onKeyDown: handleKeyDown,
364
- ref: ref,
430
+ ref: ref
431
+ }, {
365
432
  children: sectionsState.map(function (section, index) {
366
433
  var handleActivate = function handleActivate(ref) {
367
434
  var activatedIndex = refs.indexOf(ref);
368
435
  // const activatedSection = activatedIndex >= 0 ? sections[index] : undefined;
369
436
  setSectionsState(sectionsState.map(function (section, index) {
370
437
  if (index === activatedIndex) {
371
- return _objectSpread$1o(_objectSpread$1o({}, section), {}, {
438
+ return Object.assign(Object.assign({}, section), {
372
439
  expanded: !section.expanded
373
440
  });
374
441
  } else {
@@ -376,7 +443,7 @@ var AccordionProvider = function AccordionProvider(_ref4) {
376
443
  }
377
444
  }));
378
445
  };
379
- return /*#__PURE__*/createElement(AccordionSection, _objectSpread$1o(_objectSpread$1o({}, section), {}, {
446
+ return /*#__PURE__*/createElement(AccordionSection, Object.assign({}, section, {
380
447
  icon: icon,
381
448
  appearance: appearance,
382
449
  ref: refs[index],
@@ -387,212 +454,201 @@ var AccordionProvider = function AccordionProvider(_ref4) {
387
454
  onActivate: handleActivate
388
455
  }), section.body);
389
456
  })
390
- });
457
+ }));
391
458
  };
392
459
  AccordionProvider.displayName = 'AccordionProvider';
393
460
 
394
- var css_248z$1c = ".utrecht-alert{background-color:var(--_utrecht-alert-background-color,var(--utrecht-alert-background-color));border-color:var(--_utrecht-alert-border-color,var(--utrecht-alert-border-color));border-radius:var(--utrecht-alert-border-radius,0);border-style:solid;border-width:var(--_utrecht-alert-border-width,var(--utrecht-alert-border-width,0));color:var(--_utrecht-alert-color,var(--utrecht-alert-color));display:grid;gap:var(--utrecht-alert-icon-gap);grid-template-areas:\"icon message\";grid-template-columns:0fr 100fr;margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-alert-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-alert-margin-block-start, 0));padding-block-end:var(--utrecht-alert-padding-block-end);padding-block-start:var(--utrecht-alert-padding-block-start);padding-inline-end:var(--utrecht-alert-padding-inline-end);padding-inline-start:var(--utrecht-alert-padding-inline-start)}.utrecht-alert__icon{--utrecht-icon-color:var(--_utrecht-alert-icon-color,var(--utrecht-alert-icon-color));grid-area:icon}.utrecht-alert__message{grid-area:message}.utrecht-alert--info{--_utrecht-alert-icon-color:var(--utrecht-alert-icon-info-color);--_utrecht-alert-background-color:var(--utrecht-alert-info-background-color);--_utrecht-alert-border-color:var(--utrecht-alert-info-border-color);--_utrecht-alert-border-width:var(--utrecht-alert-info-border-width);--_utrecht-alert-color:var(--utrecht-alert-info-color)}.utrecht-alert--ok{--_utrecht-alert-icon-color:var(--utrecht-alert-icon-ok-color);--_utrecht-alert-background-color:var(--utrecht-alert-ok-background-color);--_utrecht-alert-border-color:var(--utrecht-alert-ok-border-color);--_utrecht-alert-border-width:var(--utrecht-alert-ok-border-width);--_utrecht-alert-color:var(--utrecht-alert-ok-color)}.utrecht-alert--warning{--_utrecht-alert-icon-color:var(--utrecht-alert-icon-warning-color);--_utrecht-alert-background-color:var(--utrecht-alert-warning-background-color);--_utrecht-alert-border-color:var(--utrecht-alert-warning-border-color);--_utrecht-alert-border-width:var(--utrecht-alert-warning-border-width);--_utrecht-alert-color:var(--utrecht-alert-warning-color)}.utrecht-alert--error{--_utrecht-alert-icon-color:var(--utrecht-alert-icon-error-color);--_utrecht-alert-background-color:var(--utrecht-alert-error-background-color);--_utrecht-alert-border-color:var(--utrecht-alert-error-border-color);--_utrecht-alert-border-width:var(--utrecht-alert-error-border-width);--_utrecht-alert-color:var(--utrecht-alert-error-color)}";
395
- styleInject(css_248z$1c);
461
+ var css_248z$1b = ".utrecht-alert{background-color:var(--_utrecht-alert-background-color,var(--utrecht-alert-background-color));border-color:var(--_utrecht-alert-border-color,var(--utrecht-alert-border-color));border-radius:var(--utrecht-alert-border-radius,0);border-style:solid;border-width:var(--_utrecht-alert-border-width,var(--utrecht-alert-border-width,0));color:var(--_utrecht-alert-color,var(--utrecht-alert-color));column-gap:var(--utrecht-alert-column-gap);display:flex;flex-direction:row;margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-alert-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-alert-margin-block-start, 0));padding-block-end:var(--utrecht-alert-padding-block-end);padding-block-start:var(--utrecht-alert-padding-block-start);padding-inline-end:var(--utrecht-alert-padding-inline-end);padding-inline-start:var(--utrecht-alert-padding-inline-start)}.utrecht-alert__icon{--utrecht-icon-color:var(--_utrecht-alert-icon-color,var(--utrecht-alert-icon-color));--utrecht-icon-size:var(--utrecht-alert-icon-size);--utrecht-icon-inset-block-start:var(--utrecht-alert-icon-inset-block-start)}.utrecht-alert__content{row-gap:var(--utrecht-alert-content-row-gap)}.utrecht-alert__message{row-gap:var(--utrecht-alert-message-row-gap)}.utrecht-alert--info{--_utrecht-alert-icon-color:var(--utrecht-alert-icon-info-color);--_utrecht-alert-background-color:var(--utrecht-alert-info-background-color);--_utrecht-alert-border-color:var(--utrecht-alert-info-border-color);--_utrecht-alert-border-width:var(--utrecht-alert-info-border-width);--_utrecht-alert-color:var(--utrecht-alert-info-color)}.utrecht-alert--ok{--_utrecht-alert-icon-color:var(--utrecht-alert-icon-ok-color);--_utrecht-alert-background-color:var(--utrecht-alert-ok-background-color);--_utrecht-alert-border-color:var(--utrecht-alert-ok-border-color);--_utrecht-alert-border-width:var(--utrecht-alert-ok-border-width);--_utrecht-alert-color:var(--utrecht-alert-ok-color)}.utrecht-alert--warning{--_utrecht-alert-icon-color:var(--utrecht-alert-icon-warning-color);--_utrecht-alert-background-color:var(--utrecht-alert-warning-background-color);--_utrecht-alert-border-color:var(--utrecht-alert-warning-border-color);--_utrecht-alert-border-width:var(--utrecht-alert-warning-border-width);--_utrecht-alert-color:var(--utrecht-alert-warning-color)}.utrecht-alert--error{--_utrecht-alert-icon-color:var(--utrecht-alert-icon-error-color);--_utrecht-alert-background-color:var(--utrecht-alert-error-background-color);--_utrecht-alert-border-color:var(--utrecht-alert-error-border-color);--_utrecht-alert-border-width:var(--utrecht-alert-error-border-width);--_utrecht-alert-color:var(--utrecht-alert-error-color)}";
462
+ styleInject(css_248z$1b);
396
463
 
397
- var _excluded$1m = ["children", "className", "icon", "type"];
398
- function ownKeys$1n(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
399
- function _objectSpread$1n(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1n(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1n(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
400
- var Alert = /*#__PURE__*/forwardRef(function (_ref, ref) {
401
- var children = _ref.children,
402
- className = _ref.className,
403
- icon = _ref.icon,
404
- type = _ref.type,
405
- restProps = _objectWithoutProperties(_ref, _excluded$1m);
406
- return jsxs("div", _objectSpread$1n(_objectSpread$1n({}, restProps), {}, {
464
+ var Alert = /*#__PURE__*/forwardRef(function (_a, ref) {
465
+ var children = _a.children,
466
+ className = _a.className,
467
+ icon = _a.icon,
468
+ type = _a.type,
469
+ restProps = __rest$1(_a, ["children", "className", "icon", "type"]);
470
+ return jsxs("div", Object.assign({}, restProps, {
407
471
  ref: ref,
408
472
  className: clsx('utrecht-alert', {
409
473
  'utrecht-alert--error': type === 'error',
410
474
  'utrecht-alert--info': type === 'info',
411
475
  'utrecht-alert--ok': type === 'ok',
412
476
  'utrecht-alert--warning': type === 'warning'
413
- }, className),
414
- children: [icon && jsx("div", {
415
- className: "utrecht-alert__icon",
477
+ }, className)
478
+ }, {
479
+ children: [icon && jsx("div", Object.assign({
480
+ className: "utrecht-alert__icon"
481
+ }, {
416
482
  children: icon
417
- }), jsx("div", {
418
- className: "utrecht-alert__message",
419
- children: children
420
- })]
483
+ })), jsx("div", Object.assign({
484
+ className: "utrecht-alert__content"
485
+ }, {
486
+ children: jsx("div", Object.assign({
487
+ className: "utrecht-alert__message",
488
+ role: "alert"
489
+ }, {
490
+ children: children
491
+ }))
492
+ }))]
421
493
  }));
422
494
  });
423
495
  Alert.displayName = 'Alert';
424
496
 
425
- var css_248z$1b = ".utrecht-alert-dialog:not(dialog:not([open])){--utrecht-alert-dialog-margin-block-start:auto;--utrecht-alert-dialog-margin-block-end:auto;background-color:var(--_utrecht-alert-background-color,var(--utrecht-alert-background-color));border-color:var(--utrecht-alert-dialog-border-color);border-radius:var(--utrecht-alert-border-radius,0);border-radius:var(--utrecht-alert-dialog-border-radius,0);border-style:solid;border-width:var(--utrecht-alert-dialog-border-width,0);box-shadow:var(--utrecht-alert-dialog-box-shadow);color:var(--_utrecht-alert-color,var(--utrecht-alert-color));display:grid;gap:var(--utrecht-alert-icon-gap);grid-template-areas:\"icon message\";grid-template-columns:0fr 100fr;margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-alert-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-alert-margin-block-start, 0));max-block-size:var(--utrecht-alert-dialog-max-block-size);max-inline-size:var(--utrecht-alert-dialog-max-inline-size);min-block-size:var(--utrecht-alert-dialog-min-block-size);min-inline-size:var(--utrecht-alert-dialog-min-inline-size);padding-block-end:var(--utrecht-alert-padding-block-end);padding-block-start:var(--utrecht-alert-padding-block-start);padding-inline-end:var(--utrecht-alert-padding-inline-end);padding-inline-start:var(--utrecht-alert-padding-inline-start)}.utrecht-alert-dialog::backdrop{--_utrecht-backdrop-opacity:var(--utrecht-backdrop-opacity);--_utrecht-backdrop-fade-in-animation-duration:var(--utrecht-backdrop-fade-in-animation-duration,0);animation-duration:min(var(--utrecht-motion-max-animation-duration,var(--_utrecht-backdrop-fade-in-animation-duration)),var(--_utrecht-backdrop-fade-in-animation-duration,0));animation-name:utrecht-backdrop-fade-in;animation-timing-function:ease-in-out;background-color:var(--utrecht-backdrop-background-color);color:var(--utrecht-backdrop-color);opacity:var(--_utrecht-backdrop-opacity);-webkit-user-select:none;user-select:none}@keyframes utrecht-backdrop-fade-in{0%{opacity:0}to{opacity:var(--_utrecht-backdrop-opacity)}}@media (prefers-reduced-motion:reduce){.utrecht-alert-dialog::backdrop{--_utrecht-backdrop-fade-in-animation-duration:0}}@media (prefers-reduced-transparency:reduce){.utrecht-alert-dialog::backdrop{--_utrecht-backdrop-opacity:var(--utrecht-backdrop-reduced-transparency-opacity,100%)}}.utrecht-alert-dialog__icon{--utrecht-icon-color:var(--_utrecht-alert-icon-color,var(--utrecht-alert-icon-color));grid-area:icon}.utrecht-alert-dialog__message{grid-area:message}.utrecht-alert-dialog--error{--_utrecht-alert-icon-color:var(--utrecht-alert-icon-error-color);--_utrecht-alert-background-color:var(--utrecht-alert-error-background-color);--_utrecht-alert-border-color:var(--utrecht-alert-error-border-color);--_utrecht-alert-border-width:var(--utrecht-alert-error-border-width);--_utrecht-alert-color:var(--utrecht-alert-error-color)}.utrecht-alert-dialog--info{--_utrecht-alert-icon-color:var(--utrecht-alert-icon-info-color);--_utrecht-alert-background-color:var(--utrecht-alert-info-background-color);--_utrecht-alert-border-color:var(--utrecht-alert-info-border-color);--_utrecht-alert-border-width:var(--utrecht-alert-info-border-width);--_utrecht-alert-color:var(--utrecht-alert-info-color)}.utrecht-alert-dialog--warning{--_utrecht-alert-icon-color:var(--utrecht-alert-icon-warning-color);--_utrecht-alert-background-color:var(--utrecht-alert-warning-background-color);--_utrecht-alert-border-color:var(--utrecht-alert-warning-border-color);--_utrecht-alert-border-width:var(--utrecht-alert-warning-border-width);--_utrecht-alert-color:var(--utrecht-alert-warning-color)}";
426
- styleInject(css_248z$1b);
497
+ var css_248z$1a = ".utrecht-alert-dialog:not(dialog:not([open])){--utrecht-alert-dialog-margin-block-start:auto;--utrecht-alert-dialog-margin-block-end:auto;background-color:var(--_utrecht-alert-background-color,var(--utrecht-alert-background-color));border-color:var(--utrecht-alert-dialog-border-color);border-radius:var(--utrecht-alert-border-radius,0);border-radius:var(--utrecht-alert-dialog-border-radius,0);border-style:solid;border-width:var(--utrecht-alert-dialog-border-width,0);box-shadow:var(--utrecht-alert-dialog-box-shadow);color:var(--_utrecht-alert-color,var(--utrecht-alert-color));column-gap:var(--utrecht-alert-column-gap);display:flex;flex-direction:row;margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-alert-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-alert-margin-block-start, 0));max-block-size:var(--utrecht-alert-dialog-max-block-size);max-inline-size:var(--utrecht-alert-dialog-max-inline-size);min-block-size:var(--utrecht-alert-dialog-min-block-size);min-inline-size:var(--utrecht-alert-dialog-min-inline-size);padding-block-end:var(--utrecht-alert-padding-block-end);padding-block-start:var(--utrecht-alert-padding-block-start);padding-inline-end:var(--utrecht-alert-padding-inline-end);padding-inline-start:var(--utrecht-alert-padding-inline-start)}.utrecht-alert-dialog::backdrop{--_utrecht-backdrop-opacity:var(--utrecht-backdrop-opacity);--_utrecht-backdrop-fade-in-animation-duration:var(--utrecht-backdrop-fade-in-animation-duration,0);animation-duration:min(var(--utrecht-motion-max-animation-duration,var(--_utrecht-backdrop-fade-in-animation-duration)),var(--_utrecht-backdrop-fade-in-animation-duration,0));animation-name:utrecht-backdrop-fade-in;animation-timing-function:ease-in-out;background-color:var(--utrecht-backdrop-background-color);color:var(--utrecht-backdrop-color);opacity:var(--_utrecht-backdrop-opacity);-webkit-user-select:none;user-select:none}@keyframes utrecht-backdrop-fade-in{0%{opacity:0}to{opacity:var(--_utrecht-backdrop-opacity)}}@media (prefers-reduced-motion:reduce){.utrecht-alert-dialog::backdrop{--_utrecht-backdrop-fade-in-animation-duration:0}}@media (prefers-reduced-transparency:reduce){.utrecht-alert-dialog::backdrop{--_utrecht-backdrop-opacity:var(--utrecht-backdrop-reduced-transparency-opacity,100%)}}.utrecht-alert-dialog__icon{--utrecht-icon-color:var(--_utrecht-alert-icon-color,var(--utrecht-alert-icon-color));--utrecht-icon-size:var(--utrecht-alert-icon-size);--utrecht-icon-inset-block-start:var(--utrecht-alert-icon-inset-block-start)}.utrecht-alert-dialog__message{row-gap:var(--utrecht-alert-message-row-gap)}.utrecht-alert-dialog--error{--_utrecht-alert-icon-color:var(--utrecht-alert-icon-error-color);--_utrecht-alert-background-color:var(--utrecht-alert-error-background-color);--_utrecht-alert-border-color:var(--utrecht-alert-error-border-color);--_utrecht-alert-border-width:var(--utrecht-alert-error-border-width);--_utrecht-alert-color:var(--utrecht-alert-error-color)}.utrecht-alert-dialog--info{--_utrecht-alert-icon-color:var(--utrecht-alert-icon-info-color);--_utrecht-alert-background-color:var(--utrecht-alert-info-background-color);--_utrecht-alert-border-color:var(--utrecht-alert-info-border-color);--_utrecht-alert-border-width:var(--utrecht-alert-info-border-width);--_utrecht-alert-color:var(--utrecht-alert-info-color)}.utrecht-alert-dialog--warning{--_utrecht-alert-icon-color:var(--utrecht-alert-icon-warning-color);--_utrecht-alert-background-color:var(--utrecht-alert-warning-background-color);--_utrecht-alert-border-color:var(--utrecht-alert-warning-border-color);--_utrecht-alert-border-width:var(--utrecht-alert-warning-border-width);--_utrecht-alert-color:var(--utrecht-alert-warning-color)}";
498
+ styleInject(css_248z$1a);
427
499
 
428
- var _excluded$1l = ["children", "className", "icon", "type"];
429
- function ownKeys$1m(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
430
- function _objectSpread$1m(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1m(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1m(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
431
- var AlertDialog = /*#__PURE__*/forwardRef(function (_ref, ref) {
432
- var children = _ref.children,
433
- className = _ref.className,
434
- icon = _ref.icon,
435
- type = _ref.type,
436
- restProps = _objectWithoutProperties(_ref, _excluded$1l);
437
- return jsxs("dialog", _objectSpread$1m(_objectSpread$1m({}, restProps), {}, {
500
+ var AlertDialog = /*#__PURE__*/forwardRef(function (_a, ref) {
501
+ var children = _a.children,
502
+ className = _a.className,
503
+ icon = _a.icon,
504
+ type = _a.type,
505
+ restProps = __rest$1(_a, ["children", "className", "icon", "type"]);
506
+ return jsxs("dialog", Object.assign({}, restProps, {
438
507
  ref: ref,
439
508
  className: clsx('utrecht-alert-dialog', {
440
509
  'utrecht-alert-dialog--error': type === 'error',
441
510
  'utrecht-alert-dialog--info': type === 'info',
442
511
  'utrecht-alert-dialog--warning': type === 'warning',
443
512
  className: className
444
- }),
445
- children: [icon && jsx("div", {
446
- className: "utrecht-alert-dialog__icon",
513
+ })
514
+ }, {
515
+ children: [icon && jsx("div", Object.assign({
516
+ className: "utrecht-alert-dialog__icon"
517
+ }, {
447
518
  children: icon
448
- }), jsx("div", {
449
- className: "utrecht-alert-dialog__message",
519
+ })), jsx("div", Object.assign({
520
+ className: "utrecht-alert-dialog__message"
521
+ }, {
450
522
  children: children
451
- })]
523
+ }))]
452
524
  }));
453
525
  });
454
526
  AlertDialog.displayName = 'AlertDialog';
455
527
 
456
- var css_248z$1a = ".utrecht-article{max-inline-size:var(--utrecht-article-max-inline-size)}";
457
- styleInject(css_248z$1a);
528
+ var css_248z$19 = ".utrecht-article{max-inline-size:var(--utrecht-article-max-inline-size)}";
529
+ styleInject(css_248z$19);
458
530
 
459
- var _excluded$1k = ["children", "className"];
460
- function ownKeys$1l(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
461
- function _objectSpread$1l(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1l(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1l(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
462
- var Article = /*#__PURE__*/forwardRef(function (_ref, ref) {
463
- var children = _ref.children,
464
- className = _ref.className,
465
- restProps = _objectWithoutProperties(_ref, _excluded$1k);
466
- return jsx("article", _objectSpread$1l(_objectSpread$1l({}, restProps), {}, {
531
+ var Article = /*#__PURE__*/forwardRef(function (_a, ref) {
532
+ var children = _a.children,
533
+ className = _a.className,
534
+ restProps = __rest$1(_a, ["children", "className"]);
535
+ return jsx("article", Object.assign({}, restProps, {
467
536
  ref: ref,
468
- className: clsx('utrecht-article', className),
537
+ className: clsx('utrecht-article', className)
538
+ }, {
469
539
  children: children
470
540
  }));
471
541
  });
472
542
  Article.displayName = 'Article';
473
543
 
474
- var css_248z$19 = ".utrecht-backdrop{--_utrecht-backdrop-opacity:var(--utrecht-backdrop-opacity);--_utrecht-backdrop-fade-in-animation-duration:var(--utrecht-backdrop-fade-in-animation-duration,0);animation-duration:min(var(--utrecht-motion-max-animation-duration,var(--_utrecht-backdrop-fade-in-animation-duration)),var(--_utrecht-backdrop-fade-in-animation-duration,0));animation-name:utrecht-backdrop-fade-in;animation-timing-function:ease-in-out;background-color:var(--utrecht-backdrop-background-color);color:var(--utrecht-backdrop-color);display:block;inset-block-end:0;inset-block-start:0;inset-inline-end:0;inset-inline-start:0;opacity:var(--_utrecht-backdrop-opacity);position:absolute;-webkit-user-select:none;user-select:none;z-index:var(--utrecht-backdrop-z-index)}@keyframes utrecht-backdrop-fade-in{0%{opacity:0}to{opacity:var(--_utrecht-backdrop-opacity)}}@media (prefers-reduced-motion:reduce){.utrecht-backdrop{--_utrecht-backdrop-fade-in-animation-duration:0}}@media (prefers-reduced-transparency:reduce){.utrecht-backdrop{--_utrecht-backdrop-opacity:var(--utrecht-backdrop-reduced-transparency-opacity,100%)}}.utrecht-backdrop--reduced-motion{--_utrecht-backdrop-fade-in-animation-duration:0}.utrecht-backdrop--reduced-transparency{--_utrecht-backdrop-opacity:var(--utrecht-backdrop-reduced-transparency-opacity,100%)}.utrecht-backdrop--viewport{position:fixed}";
475
- styleInject(css_248z$19);
544
+ var css_248z$18 = ".utrecht-backdrop{--_utrecht-backdrop-opacity:var(--utrecht-backdrop-opacity);--_utrecht-backdrop-fade-in-animation-duration:var(--utrecht-backdrop-fade-in-animation-duration,0);animation-duration:min(var(--utrecht-motion-max-animation-duration,var(--_utrecht-backdrop-fade-in-animation-duration)),var(--_utrecht-backdrop-fade-in-animation-duration,0));animation-name:utrecht-backdrop-fade-in;animation-timing-function:ease-in-out;background-color:var(--utrecht-backdrop-background-color);color:var(--utrecht-backdrop-color);display:block;inset-block-end:0;inset-block-start:0;inset-inline-end:0;inset-inline-start:0;opacity:var(--_utrecht-backdrop-opacity);position:absolute;-webkit-user-select:none;user-select:none;z-index:var(--utrecht-backdrop-z-index)}@keyframes utrecht-backdrop-fade-in{0%{opacity:0}to{opacity:var(--_utrecht-backdrop-opacity)}}@media (prefers-reduced-motion:reduce){.utrecht-backdrop{--_utrecht-backdrop-fade-in-animation-duration:0}}@media (prefers-reduced-transparency:reduce){.utrecht-backdrop{--_utrecht-backdrop-opacity:var(--utrecht-backdrop-reduced-transparency-opacity,100%)}}.utrecht-backdrop--reduced-motion{--_utrecht-backdrop-fade-in-animation-duration:0}.utrecht-backdrop--reduced-transparency{--_utrecht-backdrop-opacity:var(--utrecht-backdrop-reduced-transparency-opacity,100%)}.utrecht-backdrop--viewport{position:fixed}";
545
+ styleInject(css_248z$18);
476
546
 
477
- var _excluded$1j = ["children", "className"];
478
- function ownKeys$1k(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
479
- function _objectSpread$1k(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1k(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1k(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
480
- var Backdrop = /*#__PURE__*/forwardRef(function (_ref, ref) {
481
- var children = _ref.children,
482
- className = _ref.className,
483
- restProps = _objectWithoutProperties(_ref, _excluded$1j);
484
- return jsx("div", _objectSpread$1k(_objectSpread$1k({}, restProps), {}, {
547
+ var Backdrop = /*#__PURE__*/forwardRef(function (_a, ref) {
548
+ var children = _a.children,
549
+ className = _a.className,
550
+ restProps = __rest$1(_a, ["children", "className"]);
551
+ return jsx("div", Object.assign({}, restProps, {
485
552
  ref: ref,
486
- className: clsx('utrecht-backdrop', className),
553
+ className: clsx('utrecht-backdrop', className)
554
+ }, {
487
555
  children: children
488
556
  }));
489
557
  });
490
558
  Backdrop.displayName = 'Backdrop';
491
559
 
492
- var css_248z$18 = ".utrecht-badge-counter{background-color:var(--utrecht-badge-counter-background-color,var(--utrecht-badge-background-color,#000));border-radius:var(--utrecht-badge-counter-border-radius,var(--utrecht-badge-border-radius,.5ch));color:var(--utrecht-badge-counter-color,var(--utrecht-badge-color,#fff));display:inline-block;font-family:var(--utrecht-badge-counter-font-family,var(--utrecht-badge-font-family,var(--utrecht-document-font-family,sans-serif)));font-size:var(--utrecht-badge-counter-font-size,var(--utrecht-badge-font-size));font-style:var(--utrecht-badge-counter-font-style,normal);font-weight:var(--utrecht-badge-counter-font-weight,var(--utrecht-badge-font-weight,bold));line-height:1;max-block-size:max-content;max-inline-size:max-content;min-block-size:var(--utrecht-badge-counter-min-block-size,var(--utrecht-badge-counter-min-inline-size,var(--utrecht-badge-counter-min-size,1em)));min-inline-size:var(--utrecht-badge-counter-min-inline-size,var(--utrecht-badge-counter-min-size,1em));padding-block-end:var(--utrecht-badge-counter-padding-block,var(--utrecht-badge-padding-block,.5ex));padding-block-start:var(--utrecht-badge-counter-padding-block,var(--utrecht-badge-padding-block,.5ex));padding-inline-end:var(--utrecht-badge-counter-padding-inline,var(--utrecht-badge-padding-inline,.5ch));padding-inline-start:var(--utrecht-badge-counter-padding-inline,var(--utrecht-badge-padding-inline,.5ch));text-align:center;text-decoration:none;white-space:nowrap}@media screen and (-ms-high-contrast:active),screen and (forced-colors:active){.utrecht-badge-counter{border:1px solid}}";
493
- styleInject(css_248z$18);
560
+ var css_248z$17 = ".utrecht-badge-counter{background-color:var(--utrecht-badge-counter-background-color,var(--utrecht-badge-background-color,#000));border-radius:var(--utrecht-badge-counter-border-radius,var(--utrecht-badge-border-radius,.5ch));color:var(--utrecht-badge-counter-color,var(--utrecht-badge-color,#fff));display:inline-block;font-family:var(--utrecht-badge-counter-font-family,var(--utrecht-badge-font-family,var(--utrecht-document-font-family,sans-serif)));font-size:var(--utrecht-badge-counter-font-size,var(--utrecht-badge-font-size));font-style:var(--utrecht-badge-counter-font-style,normal);font-weight:var(--utrecht-badge-counter-font-weight,var(--utrecht-badge-font-weight,bold));line-height:1;max-block-size:max-content;max-inline-size:max-content;min-block-size:var(--utrecht-badge-counter-min-block-size,var(--utrecht-badge-counter-min-inline-size,var(--utrecht-badge-counter-min-size,1em)));min-inline-size:var(--utrecht-badge-counter-min-inline-size,var(--utrecht-badge-counter-min-size,1em));padding-block-end:var(--utrecht-badge-counter-padding-block,var(--utrecht-badge-padding-block,.5ex));padding-block-start:var(--utrecht-badge-counter-padding-block,var(--utrecht-badge-padding-block,.5ex));padding-inline-end:var(--utrecht-badge-counter-padding-inline,var(--utrecht-badge-padding-inline,.5ch));padding-inline-start:var(--utrecht-badge-counter-padding-inline,var(--utrecht-badge-padding-inline,.5ch));text-align:center;text-decoration:none;white-space:nowrap}@media screen and (-ms-high-contrast:active),screen and (forced-colors:active){.utrecht-badge-counter{border:1px solid}}";
561
+ styleInject(css_248z$17);
494
562
 
495
- var _excluded$1i = ["children", "className", "value"];
496
- function ownKeys$1j(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
497
- function _objectSpread$1j(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1j(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1j(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
498
- var BadgeCounter = /*#__PURE__*/forwardRef(function (_ref, ref) {
499
- var children = _ref.children,
500
- className = _ref.className,
501
- value = _ref.value,
502
- restProps = _objectWithoutProperties(_ref, _excluded$1i);
503
- var props = _objectSpread$1j({
563
+ var BadgeCounter = /*#__PURE__*/forwardRef(function (_a, ref) {
564
+ var children = _a.children,
565
+ className = _a.className,
566
+ value = _a.value,
567
+ restProps = __rest$1(_a, ["children", "className", "value"]);
568
+ var props = Object.assign({
504
569
  children: children,
505
570
  className: clsx('utrecht-badge-counter', className)
506
571
  }, restProps);
507
- return typeof value !== 'undefined' ? jsx("data", _objectSpread$1j(_objectSpread$1j({}, props), {}, {
572
+ return typeof value !== 'undefined' ? jsx("data", Object.assign({}, props, {
508
573
  value: value,
509
574
  ref: ref
510
- })) : jsx("span", _objectSpread$1j(_objectSpread$1j({}, props), {}, {
575
+ })) : jsx("span", Object.assign({}, props, {
511
576
  ref: ref
512
577
  }));
513
578
  });
514
579
  BadgeCounter.displayName = 'BadgeCounter';
515
580
 
516
- var css_248z$17 = ".utrecht-badge-list{display:flex;flex-wrap:wrap;gap:var(--utrecht-badge-list-item-margin-block) var(--utrecht-badge-list-item-margin-inline)}";
517
- styleInject(css_248z$17);
581
+ var css_248z$16 = ".utrecht-badge-list{display:flex;flex-wrap:wrap;gap:var(--utrecht-badge-list-item-margin-block) var(--utrecht-badge-list-item-margin-inline)}";
582
+ styleInject(css_248z$16);
518
583
 
519
- var _excluded$1h = ["children", "className"];
520
- function ownKeys$1i(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
521
- function _objectSpread$1i(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1i(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1i(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
522
- var BadgeList = /*#__PURE__*/forwardRef(function (_ref, ref) {
523
- var children = _ref.children,
524
- className = _ref.className,
525
- restProps = _objectWithoutProperties(_ref, _excluded$1h);
526
- return jsx("div", _objectSpread$1i(_objectSpread$1i({}, restProps), {}, {
584
+ var BadgeList = /*#__PURE__*/forwardRef(function (_a, ref) {
585
+ var children = _a.children,
586
+ className = _a.className,
587
+ restProps = __rest$1(_a, ["children", "className"]);
588
+ return jsx("div", Object.assign({}, restProps, {
527
589
  ref: ref,
528
- className: clsx('utrecht-badge-list', className),
590
+ className: clsx('utrecht-badge-list', className)
591
+ }, {
529
592
  children: children
530
593
  }));
531
594
  });
532
595
  BadgeList.displayName = 'BadgeList';
533
596
 
534
- var css_248z$16 = ".utrecht-blockquote{background-color:var(--utrecht-blockquote-background-color);color:var(--utrecht-blockquote-color);font-family:var(--utrecht-document-font-family);font-size:var(--utrecht-blockquote-font-size);font-style:var(--utrecht-blockquote-font-style);margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-blockquote-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-blockquote-margin-block-start, 0));margin-inline-end:var(--utrecht-blockquote-margin-inline-end);margin-inline-start:var(--utrecht-blockquote-margin-inline-start);padding-block-end:var(--utrecht-blockquote-padding-block-end);padding-block-start:var(--utrecht-blockquote-padding-block-start);padding-inline-end:var(--utrecht-blockquote-padding-inline-end);padding-inline-start:var(--utrecht-blockquote-padding-inline-start)}.utrecht-blockquote__attribution{color:var(--utrecht-blockquote-attribution-color,inherit);font-size:var(--utrecht-blockquote-attribution-font-size,inherit)}.utrecht-blockquote__content{--utrecht-document-color:var(--utrecht-blockquote-content-color,inherit);--utrecht-paragraph-font-size:var(--utrecht-blockquote-content-font-size,inherit);color:var(--utrecht-blockquote-content-color,inherit);font-size:var(--utrecht-blockquote-content-font-size,inherit)}.utrecht-blockquote--distanced{--utrecht-space-around:1}";
535
- styleInject(css_248z$16);
597
+ var css_248z$15 = ".utrecht-blockquote{background-color:var(--utrecht-blockquote-background-color);color:var(--utrecht-blockquote-color);font-family:var(--utrecht-document-font-family);font-size:var(--utrecht-blockquote-font-size);font-style:var(--utrecht-blockquote-font-style);margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-blockquote-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-blockquote-margin-block-start, 0));margin-inline-end:var(--utrecht-blockquote-margin-inline-end);margin-inline-start:var(--utrecht-blockquote-margin-inline-start);padding-block-end:var(--utrecht-blockquote-padding-block-end);padding-block-start:var(--utrecht-blockquote-padding-block-start);padding-inline-end:var(--utrecht-blockquote-padding-inline-end);padding-inline-start:var(--utrecht-blockquote-padding-inline-start)}.utrecht-blockquote__attribution{color:var(--utrecht-blockquote-attribution-color,inherit);font-size:var(--utrecht-blockquote-attribution-font-size,inherit)}.utrecht-blockquote__content{--utrecht-document-color:var(--utrecht-blockquote-content-color,inherit);--utrecht-paragraph-font-size:var(--utrecht-blockquote-content-font-size,inherit);color:var(--utrecht-blockquote-content-color,inherit);font-size:var(--utrecht-blockquote-content-font-size,inherit)}.utrecht-blockquote--distanced{--utrecht-space-around:1}";
598
+ styleInject(css_248z$15);
536
599
 
537
- var _excluded$1g = ["children", "className", "attribution"];
538
- function ownKeys$1h(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
539
- function _objectSpread$1h(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1h(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1h(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
540
- var Blockquote = /*#__PURE__*/forwardRef(function (_ref, ref) {
541
- var children = _ref.children,
542
- className = _ref.className,
543
- attribution = _ref.attribution,
544
- restProps = _objectWithoutProperties(_ref, _excluded$1g);
545
- return jsxs("blockquote", _objectSpread$1h(_objectSpread$1h({}, restProps), {}, {
546
- ref: ref,
547
- className: clsx('utrecht-blockquote', className),
548
- children: [children, attribution && jsx("div", {
549
- className: "utrecht-blockquote__attribution",
600
+ var Blockquote = /*#__PURE__*/forwardRef(function (_a, ref) {
601
+ var children = _a.children,
602
+ className = _a.className,
603
+ attribution = _a.attribution,
604
+ restProps = __rest$1(_a, ["children", "className", "attribution"]);
605
+ return jsxs("blockquote", Object.assign({}, restProps, {
606
+ ref: ref,
607
+ className: clsx('utrecht-blockquote', className)
608
+ }, {
609
+ children: [children, attribution && jsx("div", Object.assign({
610
+ className: "utrecht-blockquote__attribution"
611
+ }, {
550
612
  children: attribution
551
- })]
613
+ }))]
552
614
  }));
553
615
  });
554
616
  Blockquote.displayName = 'Blockquote';
555
617
 
556
- var css_248z$15 = ".utrecht-breadcrumb-nav{--utrecht-focus-background-color:var(--utrecht-breadcrumb-nav-link-focus-background-color);--utrecht-link-background-color:var(--utrecht-breadcrumb-nav-link-background-color);--utrecht-link-text-decoration:var(--utrecht-breadcrumb-nav-link-text-decoration);--utrecht-link-focus-color:var(--utrecht-breadcrumb-nav-link-focus-color,var(--utrecht-breadcrumb-nav-link-color));--utrecht-link-focus-text-decoration:var(\n --utrecht-breadcrumb-nav-link-focus-text-decoration,var(--utrecht-breadcrumb-nav-link-text-decoration)\n );--utrecht-link-hover-color:var(--utrecht-breadcrumb-nav-link-hover-color,var(--utrecht-breadcrumb-nav-link-color));--utrecht-link-hover-text-decoration:var(\n --utrecht-breadcrumb-nav-link-hover-text-decoration,var(--utrecht-breadcrumb-nav-link-text-decoration)\n );--utrecht-link-visited-color:var(--utrecht-breadcrumb-nav-link-color);--utrecht-link-visited-text-decoration:var(--utrecht-link-text-decoration);--utrecht-link-color:var(--utrecht-breadcrumb-nav-link-color);--utrecht-link-placeholder-color:var(--utrecht-link-breadcrumb-link-disabled-color);font-family:var(--utrecht-document-font-family,inherit);font-size:var(--utrecht-breadcrumb-nav-font-size);text-transform:var(--utrecht-document-text-transform,inherit)}.utrecht-breadcrumb-nav__heading{display:none}.utrecht-breadcrumb-nav__list{display:flex;flex-wrap:wrap;min-block-size:var(--utrecht-breadcrumb-nav-min-block-size)}.utrecht-breadcrumb-nav__list--html-ol{list-style:none;padding-inline-start:0}.utrecht-breadcrumb-nav__list--html-ol,.utrecht-breadcrumb-nav__list--html-p{margin-block-end:0;margin-block-start:0}.utrecht-breadcrumb-nav__item{block-size:100%}.utrecht-breadcrumb-nav__link{--utrecht-icon-size:var(--utrecht-breadcrumb-nav-link-icon-size);--utrecht-link-icon-size:var(--utrecht-breadcrumb-nav-link-icon-size);background-color:var(--utrecht-breadcrumb-nav-link-background-color);display:inline-block;padding-block-end:var(--utrecht-breadcrumb-nav-item-padding-block-end,8px);padding-block-start:var(--utrecht-breadcrumb-nav-item-padding-block-start,8px);padding-inline-end:var(--utrecht-breadcrumb-nav-item-padding-inline-end,8px);padding-inline-start:var(--utrecht-breadcrumb-nav-item-padding-inline-start,8px)}.utrecht-breadcrumb-nav__link--current{--utrecht-link-current-font-weight:var(--utrecht-breadcrumb-nav-link-current-font-weight,inherit);--_utrecht-breadcrumb-nav-link-current-cursor:var(--utrecht-action-inert-cursor,default);font-weight:var(--utrecht-breadcrumb-nav-link-current-font-weight,inherit)}.utrecht-breadcrumb-nav__link--disabled{--utrecht-link-placeholder-color:var(\n --utrecht-breadcrumb-nav-link-disabled-color,var(--utrecht-breadcrumb-nav-link-color)\n );--_utrecht-breadcrumb-nav-link-disabled-cursor:var(--utrecht-action-disabled-cursor,not-allowed);background-color:var(--utrecht-breadcrumb-nav-link-disabled-background-color,var(--utrecht-breadcrumb-nav-link-background-color));cursor:var(--_utrecht-breadcrumb-nav-link-current-cursor,var(--_utrecht-breadcrumb-nav-link-disabled-cursor))}.utrecht-breadcrumb-nav__separator,.utrecht-breadcrumb-nav__separator--html-li{--_utrecht-breadcrumb-nav-separator-display:inline-flex;--utrecht-icon-size:var(--utrecht-breadcrumb-nav-separator-icon-size);align-items:center;color:var(--utrecht-breadcrumb-nav-separator-color);cursor:var(--utrecht-action-inert-cursor,default);display:var(--_utrecht-breadcrumb-nav-separator-display);inline-size:fit-content;-webkit-user-select:none;user-select:none}.utrecht-breadcrumb-nav--arrows{--utrecht-breadcrumb-nav-arrow-size:24px;min-block-size:var(--utrecht-breadcrumb-nav-min-block-size);overflow:hidden}.utrecht-breadcrumb-nav--arrows .utrecht-breadcrumb-nav__link{background-color:var(--utrecht-breadcrumb-nav-arrows-link-background-color);padding-inline-end:0;position:relative}.utrecht-breadcrumb-nav--arrows .utrecht-breadcrumb-nav__link:after,.utrecht-breadcrumb-nav--arrows .utrecht-breadcrumb-nav__link:before{block-size:0;border-block-end-width:var(--utrecht-breadcrumb-nav-min-block-size);border-block-start-width:var(--utrecht-breadcrumb-nav-min-block-size);border-color:transparent;border-style:solid;content:\" \";display:block;inline-size:0;inset-block-start:50%;inset-inline-start:100%;margin-block-start:calc(var(--utrecht-breadcrumb-nav-min-block-size)*-1);position:absolute}.utrecht-breadcrumb-nav--arrows .utrecht-breadcrumb-nav__link:after{border-inline-start-color:var(--utrecht-breadcrumb-nav-arrows-link-background-color);border-inline-start-width:var(--utrecht-breadcrumb-nav-arrow-size);z-index:2}.utrecht-breadcrumb-nav--arrows .utrecht-breadcrumb-nav__link:before{border-inline-start-color:var(--utrecht-document-background-color);border-inline-start-width:var(--utrecht-breadcrumb-nav-arrow-size);margin-block-start:calc(var(--utrecht-breadcrumb-nav-min-block-size)*-1);margin-inline-start:1px;z-index:1}.utrecht-breadcrumb-nav--arrows .utrecht-breadcrumb-nav__link--focus,.utrecht-breadcrumb-nav--arrows .utrecht-breadcrumb-nav__link:focus{--utrecht-link-focus-background-color:var(--utrecht-breadcrumb-nav-arrows-link-focus-background-color);background-color:var(--utrecht-breadcrumb-nav-arrows-link-focus-background-color)}.utrecht-breadcrumb-nav--arrows .utrecht-breadcrumb-nav__link--focus:after,.utrecht-breadcrumb-nav--arrows .utrecht-breadcrumb-nav__link:focus:after{border-inline-start-color:var(--utrecht-breadcrumb-nav-arrows-link-focus-background-color)}.utrecht-breadcrumb-nav--arrows .utrecht-breadcrumb-nav__item~.utrecht-breadcrumb-nav__item .utrecht-breadcrumb-nav__link,.utrecht-breadcrumb-nav--arrows .utrecht-breadcrumb-nav__link~.utrecht-breadcrumb-nav__link{padding-inline-start:calc(var(--utrecht-breadcrumb-nav-item-padding-inline-start) + var(--utrecht-breadcrumb-nav-arrow-size))}.utrecht-breadcrumb-nav__item~.utrecht-breadcrumb-nav__item{margin-inline-start:var(--utrecht-breadcrumb-nav-item-divider-inline-size)}";
557
- styleInject(css_248z$15);
618
+ var css_248z$14 = ".utrecht-breadcrumb-nav{--utrecht-focus-background-color:var(--utrecht-breadcrumb-nav-link-focus-background-color);--utrecht-link-background-color:var(--utrecht-breadcrumb-nav-link-background-color);--utrecht-link-text-decoration:var(--utrecht-breadcrumb-nav-link-text-decoration);--utrecht-link-focus-color:var(--utrecht-breadcrumb-nav-link-focus-color,var(--utrecht-breadcrumb-nav-link-color));--utrecht-link-focus-text-decoration:var(\n --utrecht-breadcrumb-nav-link-focus-text-decoration,var(--utrecht-breadcrumb-nav-link-text-decoration)\n );--utrecht-link-hover-color:var(--utrecht-breadcrumb-nav-link-hover-color,var(--utrecht-breadcrumb-nav-link-color));--utrecht-link-hover-text-decoration:var(\n --utrecht-breadcrumb-nav-link-hover-text-decoration,var(--utrecht-breadcrumb-nav-link-text-decoration)\n );--utrecht-link-visited-color:var(--utrecht-breadcrumb-nav-link-color);--utrecht-link-visited-text-decoration:var(--utrecht-link-text-decoration);--utrecht-link-color:var(--utrecht-breadcrumb-nav-link-color);--utrecht-link-placeholder-color:var(--utrecht-link-breadcrumb-link-disabled-color);font-family:var(--utrecht-document-font-family,inherit);font-size:var(--utrecht-breadcrumb-nav-font-size);text-transform:var(--utrecht-document-text-transform,inherit)}.utrecht-breadcrumb-nav__heading{display:none}.utrecht-breadcrumb-nav__list{display:flex;flex-wrap:wrap;min-block-size:var(--utrecht-breadcrumb-nav-min-block-size)}.utrecht-breadcrumb-nav__list--html-ol{list-style:none;padding-inline-start:0}.utrecht-breadcrumb-nav__list--html-ol,.utrecht-breadcrumb-nav__list--html-p{margin-block-end:0;margin-block-start:0}.utrecht-breadcrumb-nav__item{block-size:100%}.utrecht-breadcrumb-nav__link{--utrecht-icon-size:var(--utrecht-breadcrumb-nav-link-icon-size);--utrecht-link-icon-size:var(--utrecht-breadcrumb-nav-link-icon-size);background-color:var(--utrecht-breadcrumb-nav-link-background-color);display:inline-block;padding-block-end:var(--utrecht-breadcrumb-nav-item-padding-block-end,8px);padding-block-start:var(--utrecht-breadcrumb-nav-item-padding-block-start,8px);padding-inline-end:var(--utrecht-breadcrumb-nav-item-padding-inline-end,8px);padding-inline-start:var(--utrecht-breadcrumb-nav-item-padding-inline-start,8px)}.utrecht-breadcrumb-nav__link--current{--utrecht-link-current-font-weight:var(--utrecht-breadcrumb-nav-link-current-font-weight,inherit);--_utrecht-breadcrumb-nav-link-current-cursor:var(--utrecht-action-inert-cursor,default);font-weight:var(--utrecht-breadcrumb-nav-link-current-font-weight,inherit)}.utrecht-breadcrumb-nav__link--disabled{--utrecht-link-placeholder-color:var(\n --utrecht-breadcrumb-nav-link-disabled-color,var(--utrecht-breadcrumb-nav-link-color)\n );--_utrecht-breadcrumb-nav-link-disabled-cursor:var(--utrecht-action-disabled-cursor,not-allowed);background-color:var(--utrecht-breadcrumb-nav-link-disabled-background-color,var(--utrecht-breadcrumb-nav-link-background-color));cursor:var(--_utrecht-breadcrumb-nav-link-current-cursor,var(--_utrecht-breadcrumb-nav-link-disabled-cursor))}.utrecht-breadcrumb-nav__separator,.utrecht-breadcrumb-nav__separator--html-li{--_utrecht-breadcrumb-nav-separator-display:inline-flex;--utrecht-icon-size:var(--utrecht-breadcrumb-nav-separator-icon-size);align-items:center;color:var(--utrecht-breadcrumb-nav-separator-color);cursor:var(--utrecht-action-inert-cursor,default);display:var(--_utrecht-breadcrumb-nav-separator-display);inline-size:fit-content;-webkit-user-select:none;user-select:none}.utrecht-breadcrumb-nav--arrows{--utrecht-breadcrumb-nav-arrow-size:24px;min-block-size:var(--utrecht-breadcrumb-nav-min-block-size);overflow:hidden}.utrecht-breadcrumb-nav--arrows .utrecht-breadcrumb-nav__link{background-color:var(--utrecht-breadcrumb-nav-arrows-link-background-color);padding-inline-end:0;position:relative}.utrecht-breadcrumb-nav--arrows .utrecht-breadcrumb-nav__link:after,.utrecht-breadcrumb-nav--arrows .utrecht-breadcrumb-nav__link:before{block-size:0;border-block-end-width:var(--utrecht-breadcrumb-nav-min-block-size);border-block-start-width:var(--utrecht-breadcrumb-nav-min-block-size);border-color:transparent;border-style:solid;content:\" \";display:block;inline-size:0;inset-block-start:50%;inset-inline-start:100%;margin-block-start:calc(var(--utrecht-breadcrumb-nav-min-block-size)*-1);position:absolute}.utrecht-breadcrumb-nav--arrows .utrecht-breadcrumb-nav__link:after{border-inline-start-color:var(--utrecht-breadcrumb-nav-arrows-link-background-color);border-inline-start-width:var(--utrecht-breadcrumb-nav-arrow-size);z-index:2}.utrecht-breadcrumb-nav--arrows .utrecht-breadcrumb-nav__link:before{border-inline-start-color:var(--utrecht-document-background-color);border-inline-start-width:var(--utrecht-breadcrumb-nav-arrow-size);margin-block-start:calc(var(--utrecht-breadcrumb-nav-min-block-size)*-1);margin-inline-start:1px;z-index:1}.utrecht-breadcrumb-nav--arrows .utrecht-breadcrumb-nav__link--focus,.utrecht-breadcrumb-nav--arrows .utrecht-breadcrumb-nav__link:focus{--utrecht-link-focus-background-color:var(--utrecht-breadcrumb-nav-arrows-link-focus-background-color);background-color:var(--utrecht-breadcrumb-nav-arrows-link-focus-background-color)}.utrecht-breadcrumb-nav--arrows .utrecht-breadcrumb-nav__link--focus:after,.utrecht-breadcrumb-nav--arrows .utrecht-breadcrumb-nav__link:focus:after{border-inline-start-color:var(--utrecht-breadcrumb-nav-arrows-link-focus-background-color)}.utrecht-breadcrumb-nav--arrows .utrecht-breadcrumb-nav__item~.utrecht-breadcrumb-nav__item .utrecht-breadcrumb-nav__link,.utrecht-breadcrumb-nav--arrows .utrecht-breadcrumb-nav__link~.utrecht-breadcrumb-nav__link{padding-inline-start:calc(var(--utrecht-breadcrumb-nav-item-padding-inline-start) + var(--utrecht-breadcrumb-nav-arrow-size))}.utrecht-breadcrumb-nav__item~.utrecht-breadcrumb-nav__item{margin-inline-start:var(--utrecht-breadcrumb-nav-item-divider-inline-size)}";
619
+ styleInject(css_248z$14);
558
620
 
559
- var _excluded$1f = ["appearance", "className", "level"];
560
- function ownKeys$1g(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
561
- function _objectSpread$1g(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1g(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1g(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
562
- var Heading = /*#__PURE__*/forwardRef(function (_ref, ref) {
563
- var appearance = _ref.appearance,
564
- className = _ref.className,
565
- level = _ref.level,
566
- restProps = _objectWithoutProperties(_ref, _excluded$1f);
621
+ var Heading = /*#__PURE__*/forwardRef(function (_a, ref) {
622
+ var appearance = _a.appearance,
623
+ className = _a.className,
624
+ level = _a.level,
625
+ restProps = __rest$1(_a, ["appearance", "className", "level"]);
567
626
  var appearances = ['utrecht-heading-1', 'utrecht-heading-2', 'utrecht-heading-3', 'utrecht-heading-4', 'utrecht-heading-5', 'utrecht-heading-6'];
568
627
  var HeadingX = level === 2 ? 'h2' : level === 3 ? 'h3' : level === 4 ? 'h4' : level === 5 ? 'h5' : level === 6 ? 'h6' : 'h1';
569
628
  var headingClassName = appearance && appearances.indexOf(appearance) !== -1 ? appearance : appearances[level - 1] || 'utrecht-heading-1';
570
- return jsx(HeadingX, _objectSpread$1g(_objectSpread$1g({
629
+ return jsx(HeadingX, Object.assign({
571
630
  className: clsx(headingClassName, className)
572
- }, restProps), {}, {
631
+ }, restProps, {
573
632
  ref: ref
574
633
  }));
575
634
  });
576
635
  Heading.displayName = 'Heading';
577
636
 
578
- var _excluded$1e = ["boxContent", "children", "className", "external", "href", "placeholder", "role"];
579
- function ownKeys$1f(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
580
- function _objectSpread$1f(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1f(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1f(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
581
- var Link = /*#__PURE__*/forwardRef(function (_ref, ref) {
582
- var boxContent = _ref.boxContent,
583
- children = _ref.children,
584
- className = _ref.className,
585
- external = _ref.external,
586
- href = _ref.href,
587
- placeholder = _ref.placeholder,
588
- role = _ref.role,
589
- restProps = _objectWithoutProperties(_ref, _excluded$1e);
637
+ var Link = /*#__PURE__*/forwardRef(function (_a, ref) {
638
+ var boxContent = _a.boxContent,
639
+ children = _a.children,
640
+ className = _a.className,
641
+ external = _a.external,
642
+ href = _a.href,
643
+ placeholder = _a.placeholder,
644
+ role = _a.role,
645
+ restProps = __rest$1(_a, ["boxContent", "children", "className", "external", "href", "placeholder", "role"]);
590
646
  return (
591
647
  // "utrecht-link--telephone" does not have a corresponding API,
592
648
  // since it is primarily a basis for implementing input[href^="tel"].
593
649
  // Telephone number rendering in React is best achieved using composition
594
650
  // of the TelephoneValue component.
595
- jsx("a", _objectSpread$1f(_objectSpread$1f({
651
+ jsx("a", Object.assign({
596
652
  href: placeholder ? undefined : href,
597
653
  ref: ref,
598
654
  role: role || (placeholder ? 'link' : undefined),
@@ -603,19 +659,13 @@ var Link = /*#__PURE__*/forwardRef(function (_ref, ref) {
603
659
  }, className),
604
660
  "aria-disabled": placeholder ? 'true' : undefined,
605
661
  rel: external ? 'external noopener noreferrer' : undefined
606
- }, restProps), {}, {
662
+ }, restProps, {
607
663
  children: children
608
664
  }))
609
665
  );
610
666
  });
611
667
  Link.displayName = 'Link';
612
668
 
613
- var _excluded$1d = ["appearance", "children", "className", "headingLevel", "label"],
614
- _excluded2$8 = ["className", "children"],
615
- _excluded3$2 = ["className", "children"],
616
- _excluded4$1 = ["children", "disabled", "current", "href", "index", "rel", "role", "Link", "className"];
617
- function ownKeys$1e(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
618
- function _objectSpread$1e(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1e(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1e(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
619
669
  var useMicrodataItem = function useMicrodataItem(_ref) {
620
670
  var prop = _ref.prop,
621
671
  type = _ref.type;
@@ -630,58 +680,60 @@ var useMicrodataProp = function useMicrodataProp(prop) {
630
680
  itemProp: prop
631
681
  };
632
682
  };
633
- var BreadcrumbNav = /*#__PURE__*/forwardRef(function (_ref2, ref) {
634
- var appearance = _ref2.appearance,
635
- children = _ref2.children,
636
- className = _ref2.className,
637
- _ref2$headingLevel = _ref2.headingLevel,
638
- headingLevel = _ref2$headingLevel === void 0 ? 2 : _ref2$headingLevel,
639
- label = _ref2.label,
640
- restProps = _objectWithoutProperties(_ref2, _excluded$1d);
683
+ var BreadcrumbNav = /*#__PURE__*/forwardRef(function (_a, ref) {
684
+ var appearance = _a.appearance,
685
+ children = _a.children,
686
+ className = _a.className,
687
+ _a$headingLevel = _a.headingLevel,
688
+ headingLevel = _a$headingLevel === void 0 ? 2 : _a$headingLevel,
689
+ label = _a.label,
690
+ restProps = __rest$1(_a, ["appearance", "children", "className", "headingLevel", "label"]);
641
691
  var headingId = label ? useId() : undefined;
642
- return jsxs("nav", _objectSpread$1e(_objectSpread$1e({}, restProps), {}, {
692
+ return jsxs("nav", Object.assign({}, restProps, {
643
693
  ref: ref,
644
694
  className: clsx('utrecht-breadcrumb-nav', 'utrecht-breadcrumb-nav--html-ol', {
645
695
  'utrecht-breadcrumb-nav--arrows': appearance === 'arrows'
646
696
  }, className),
647
- "aria-labelledby": headingId,
648
- children: [label && jsx(Heading, {
697
+ "aria-labelledby": headingId
698
+ }, {
699
+ children: [label && jsx(Heading, Object.assign({
649
700
  id: headingId,
650
701
  className: "utrecht-breadcrumb-nav__heading",
651
702
  level: headingLevel,
652
- "aria-hidden": "true",
703
+ "aria-hidden": "true"
704
+ }, {
653
705
  children: label
654
- }), jsx("ol", _objectSpread$1e(_objectSpread$1e({
706
+ })), jsx("ol", Object.assign({
655
707
  className: "utrecht-breadcrumb-nav__list utrecht-breadcrumb-nav__list--html-ol"
656
708
  }, useMicrodataItem({
657
709
  type: 'https://schema.org/BreadcrumbList'
658
- })), {}, {
710
+ }), {
659
711
  children: children
660
712
  }))]
661
713
  }));
662
714
  });
663
715
  BreadcrumbNav.displayName = 'BreadcrumbNav';
664
- var BreadcrumbNavItem = /*#__PURE__*/forwardRef(function (_ref3, ref) {
665
- var className = _ref3.className,
666
- children = _ref3.children,
667
- restProps = _objectWithoutProperties(_ref3, _excluded2$8);
668
- return jsx("li", _objectSpread$1e(_objectSpread$1e(_objectSpread$1e({
716
+ var BreadcrumbNavItem = /*#__PURE__*/forwardRef(function (_a, ref) {
717
+ var className = _a.className,
718
+ children = _a.children,
719
+ restProps = __rest$1(_a, ["className", "children"]);
720
+ return jsx("li", Object.assign({
669
721
  className: clsx('utrecht-breadcrumb-nav__item', className)
670
722
  }, useMicrodataItem({
671
723
  type: 'https://schema.org/ListItem',
672
724
  prop: 'itemListElement'
673
- })), {}, {
725
+ }), {
674
726
  ref: ref
675
- }, restProps), {}, {
727
+ }, restProps, {
676
728
  children: children
677
729
  }));
678
730
  });
679
731
  BreadcrumbNavItem.displayName = 'BreadcrumbNavItem';
680
- var BreadcrumbNavSeparator = /*#__PURE__*/forwardRef(function (_ref4, ref) {
681
- var className = _ref4.className,
682
- children = _ref4.children,
683
- restProps = _objectWithoutProperties(_ref4, _excluded3$2);
684
- return jsx("li", _objectSpread$1e(_objectSpread$1e({
732
+ var BreadcrumbNavSeparator = /*#__PURE__*/forwardRef(function (_a, ref) {
733
+ var className = _a.className,
734
+ children = _a.children,
735
+ restProps = __rest$1(_a, ["className", "children"]);
736
+ return jsx("li", Object.assign({
685
737
  "aria-hidden": "true",
686
738
  hidden: true,
687
739
  style: {
@@ -689,27 +741,27 @@ var BreadcrumbNavSeparator = /*#__PURE__*/forwardRef(function (_ref4, ref) {
689
741
  },
690
742
  className: clsx('utrecht-breadcrumb-nav__separator', 'utrecht-breadcrumb-nav__separator--html-li', className),
691
743
  ref: ref
692
- }, restProps), {}, {
744
+ }, restProps, {
693
745
  children: children
694
746
  }));
695
747
  });
696
748
  BreadcrumbNavSeparator.displayName = 'BreadcrumbNavSeparator';
697
- var BreadcrumbNavLink = /*#__PURE__*/forwardRef(function (_ref5, ref) {
698
- var children = _ref5.children,
699
- disabled = _ref5.disabled,
700
- current = _ref5.current,
701
- href = _ref5.href,
702
- index = _ref5.index,
703
- rel = _ref5.rel,
704
- role = _ref5.role,
705
- _ref5$Link = _ref5.Link,
706
- Link$1 = _ref5$Link === void 0 ? Link : _ref5$Link,
707
- className = _ref5.className,
708
- restProps = _objectWithoutProperties(_ref5, _excluded4$1);
749
+ var BreadcrumbNavLink = /*#__PURE__*/forwardRef(function (_a, ref) {
750
+ var children = _a.children,
751
+ disabled = _a.disabled,
752
+ current = _a.current,
753
+ href = _a.href,
754
+ index = _a.index,
755
+ rel = _a.rel,
756
+ role = _a.role,
757
+ _a$Link = _a.Link,
758
+ Link$1 = _a$Link === void 0 ? Link : _a$Link,
759
+ className = _a.className,
760
+ restProps = __rest$1(_a, ["children", "disabled", "current", "href", "index", "rel", "role", "Link", "className"]);
709
761
  var DefaultLinkComponent = Link$1;
710
762
  var LinkComponent = Link$1 || DefaultLinkComponent;
711
763
  return jsx(BreadcrumbNavItem, {
712
- children: jsxs(LinkComponent, _objectSpread$1e(_objectSpread$1e(_objectSpread$1e({
764
+ children: jsxs(LinkComponent, Object.assign({
713
765
  className: clsx('utrecht-breadcrumb-nav__link', className, {
714
766
  'utrecht-breadcrumb-nav__link--current': current,
715
767
  'utrecht-breadcrumb-nav__link--disabled': disabled
@@ -719,13 +771,14 @@ var BreadcrumbNavLink = /*#__PURE__*/forwardRef(function (_ref5, ref) {
719
771
  role: role || (disabled ? 'link' : undefined),
720
772
  "aria-current": current && 'page',
721
773
  "aria-disabled": disabled ? 'true' : undefined
722
- }, useMicrodataProp('item')), restProps), {}, {
723
- ref: ref,
724
- children: [jsx("span", _objectSpread$1e(_objectSpread$1e({
774
+ }, useMicrodataProp('item'), restProps, {
775
+ ref: ref
776
+ }, {
777
+ children: [jsx("span", Object.assign({
725
778
  className: "utrecht-breadcrumb-nav__text"
726
- }, useMicrodataProp('name')), {}, {
779
+ }, useMicrodataProp('name'), {
727
780
  children: children
728
- })), typeof index === 'number' ? jsx("meta", _objectSpread$1e(_objectSpread$1e({}, useMicrodataProp('position')), {}, {
781
+ })), typeof index === 'number' ? jsx("meta", Object.assign({}, useMicrodataProp('position'), {
729
782
  content: String(index + 1)
730
783
  })) : null]
731
784
  }))
@@ -733,33 +786,28 @@ var BreadcrumbNavLink = /*#__PURE__*/forwardRef(function (_ref5, ref) {
733
786
  });
734
787
  BreadcrumbNavLink.displayName = 'BreadcrumbNavLink';
735
788
 
736
- var css_248z$14 = ".utrecht-button{--_utrecht-button-background-color:var(\n --_utrecht-button-hint-background-color,var(--_utrecht-button-appearance-background-color,var(--utrecht-button-background-color))\n );--_utrecht-button-color:var(\n --_utrecht-button-hint-color,var(--_utrecht-button-appearance-color,var(--utrecht-button-color))\n );--_utrecht-button-border-color:var(\n --_utrecht-button-hint-border-color,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,var(\n --_utrecht-button-hint-border-color,var(\n --_utrecht-button-appearance-border-bottom-color,var(\n --_utrecht-button-appearance-border-color,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,var(\n --_utrecht-button-appearance-disabled-background-color,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,var(\n --_utrecht-button-appearance-disabled-border-color,var(--utrecht-button-disabled-border-color,var(--utrecht-button-border-color))\n )\n );--_utrecht-button-disabled-color:var(\n --_utrecht-button-hint-disabled-color,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,var(\n --_utrecht-button-hint-background-color,var(\n --_utrecht-button-appearance-pressed-background-color,var(\n --_utrecht-button-appearance-background-color,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,var(\n --_utrecht-button-hint-border-color,var(\n --_utrecht-button-appearance-pressed-border-color,var(\n --_utrecht-button-appearance-border-color,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,var(\n --_utrecht-button-hint-color,var(\n --_utrecht-button-appearance-pressed-color,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,var(\n --_utrecht-button-hint-background-color,var(\n --_utrecht-button-appearance-focus-background-color,var(\n --_utrecht-button-appearance-background-color,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,var(\n --_utrecht-button-hint-border-color,var(\n --_utrecht-button-appearance-focus-border-color,var(\n --_utrecht-button-appearance-border-color,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,var(\n --_utrecht-button-hint-color,var(\n --_utrecht-button-appearance-focus-color,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,var(\n --_utrecht-button-hint-background-color,var(\n --_utrecht-button-appearance-hover-background-color,var(\n --_utrecht-button-appearance-background-color,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,var(\n --_utrecht-button-hint-border-color,var(\n --_utrecht-button-appearance-hover-border-color,var(\n --_utrecht-button-appearance-border-color,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,var(\n --_utrecht-button-hint-color,var(\n --_utrecht-button-appearance-hover-color,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,var(\n --_utrecht-button-hint-background-color,var(\n --_utrecht-button-appearance-active-background-color,var(\n --_utrecht-button-appearance-background-color,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,var(\n --_utrecht-button-hint-border-color,var(\n --_utrecht-button-appearance-active-border-color,var(\n --_utrecht-button-appearance-border-color,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,var(\n --_utrecht-button-hint-color,var(\n --_utrecht-button-appearance-active-color,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,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);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));gap:var(--utrecht-button-icon-gap);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) 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)}.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,.utrecht-button:focus:not(:disabled,[aria-disabled=true],.utrecht-button--disabled){--_utrecht-focus-ring-box-shadow:0 0 0 var(--utrecht-focus-outline-width,0) 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)}.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:focus:not(:focus-visible){box-shadow:none;outline-style:revert}.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,.utrecht-button:active:not(:disabled,[aria-disabled=true],.utrecht-button--disabled){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)}";
737
- styleInject(css_248z$14);
738
-
739
789
  var css_248z$13 = ".utrecht-button-group{align-items:baseline;background-color:var(--utrecht-button-group-background-color);display:flex;flex-wrap:wrap;gap:var(--utrecht-button-group-inline-gap,1em);margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-button-group-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-button-group-margin-block-start, 0));min-block-size:var(--utrecht-button-block-size);padding-block-end:var(--utrecht-button-group-padding-block-end);padding-block-start:var(--utrecht-button-group-padding-block-start)}.utrecht-button-group--distanced{--utrecht-space-around:1}.utrecht-button-group--row .utrecht-link-button,.utrecht-button-group:not(.utrecht-button-group--column) .utrecht-link-button,.utrecht-button-group__link-button--row{--utrecht-button-padding-inline-end:0;--utrecht-button-padding-inline-start:0}.utrecht-button-group--column{flex-direction:column;gap:var(--utrecht-button-group-block-gap,1em)}";
740
790
  styleInject(css_248z$13);
741
791
 
742
- var _excluded$1c = ["children", "className", "direction"];
743
- function ownKeys$1d(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
744
- function _objectSpread$1d(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1d(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1d(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
745
792
  var hasManyElements = function hasManyElements(children) {
746
793
  return Array.isArray(children) && children.reduce(function (count, item) {
747
794
  return /*#__PURE__*/isValidElement(item) ? count + 1 : count;
748
795
  }, 0) >= 2;
749
796
  };
750
- var ButtonGroup = /*#__PURE__*/forwardRef(function (_ref, ref) {
751
- var children = _ref.children,
752
- className = _ref.className,
753
- direction = _ref.direction,
754
- restProps = _objectWithoutProperties(_ref, _excluded$1c);
755
- return jsx("p", _objectSpread$1d(_objectSpread$1d({
797
+ var ButtonGroup = /*#__PURE__*/forwardRef(function (_a, ref) {
798
+ var children = _a.children,
799
+ className = _a.className,
800
+ direction = _a.direction,
801
+ restProps = __rest$1(_a, ["children", "className", "direction"]);
802
+ return jsx("p", Object.assign({
756
803
  role: hasManyElements(children) ? 'group' : undefined
757
- }, restProps), {}, {
804
+ }, restProps, {
758
805
  ref: ref,
759
806
  className: clsx('utrecht-button-group', {
760
807
  'utrecht-button-group--column': direction === 'column',
761
808
  'utrecht-button-group--row': direction === 'row'
762
- }, className),
809
+ }, className)
810
+ }, {
763
811
  children: children
764
812
  }));
765
813
  });
@@ -768,38 +816,35 @@ ButtonGroup.displayName = 'ButtonGroup';
768
816
  var css_248z$12 = ".utrecht-button-link{--_utrecht-button-background-color:var(\n --_utrecht-button-hint-background-color,var(--_utrecht-button-appearance-background-color,var(--utrecht-button-background-color))\n );--_utrecht-button-color:var(\n --_utrecht-button-hint-color,var(--_utrecht-button-appearance-color,var(--utrecht-button-color))\n );--_utrecht-button-border-color:var(\n --_utrecht-button-hint-border-color,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,var(\n --_utrecht-button-hint-border-color,var(\n --_utrecht-button-appearance-border-bottom-color,var(\n --_utrecht-button-appearance-border-color,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,var(\n --_utrecht-button-appearance-disabled-background-color,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,var(\n --_utrecht-button-appearance-disabled-border-color,var(--utrecht-button-disabled-border-color,var(--utrecht-button-border-color))\n )\n );--_utrecht-button-disabled-color:var(\n --_utrecht-button-hint-disabled-color,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,var(\n --_utrecht-button-hint-background-color,var(\n --_utrecht-button-appearance-pressed-background-color,var(\n --_utrecht-button-appearance-background-color,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,var(\n --_utrecht-button-hint-border-color,var(\n --_utrecht-button-appearance-pressed-border-color,var(\n --_utrecht-button-appearance-border-color,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,var(\n --_utrecht-button-hint-color,var(\n --_utrecht-button-appearance-pressed-color,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,var(\n --_utrecht-button-hint-background-color,var(\n --_utrecht-button-appearance-focus-background-color,var(\n --_utrecht-button-appearance-background-color,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,var(\n --_utrecht-button-hint-border-color,var(\n --_utrecht-button-appearance-focus-border-color,var(\n --_utrecht-button-appearance-border-color,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,var(\n --_utrecht-button-hint-color,var(\n --_utrecht-button-appearance-focus-color,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,var(\n --_utrecht-button-hint-background-color,var(\n --_utrecht-button-appearance-hover-background-color,var(\n --_utrecht-button-appearance-background-color,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,var(\n --_utrecht-button-hint-border-color,var(\n --_utrecht-button-appearance-hover-border-color,var(\n --_utrecht-button-appearance-border-color,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,var(\n --_utrecht-button-hint-color,var(\n --_utrecht-button-appearance-hover-color,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,var(\n --_utrecht-button-hint-background-color,var(\n --_utrecht-button-appearance-active-background-color,var(\n --_utrecht-button-appearance-background-color,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,var(\n --_utrecht-button-hint-border-color,var(\n --_utrecht-button-appearance-active-border-color,var(\n --_utrecht-button-appearance-border-color,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,var(\n --_utrecht-button-hint-color,var(\n --_utrecht-button-appearance-active-color,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,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);cursor:var(--utrecht-action-activate-cursor,revert);cursor:var(--utrecht-action-navigate-cursor,pointer);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));gap:var(--utrecht-button-icon-gap);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-decoration:none;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-link{--_utrecht-button-disabled-border-color:GrayText;--_utrecht-button-disabled-color:GrayText;background-color:ButtonFace;border-color:buttonborder;color:ButtonText}}.utrecht-button-link--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-link--hover{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-link--focus{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-link--focus-visible{--_utrecht-focus-ring-box-shadow:0 0 0 var(--utrecht-focus-outline-width,0) 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)}.utrecht-button-link--placeholder{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-link--html-a:focus{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-link--html-a:focus-visible{--_utrecht-focus-ring-box-shadow:0 0 0 var(--utrecht-focus-outline-width,0) 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)}.utrecht-button-link--html-a:hover{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-link--html-a: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-link--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-link--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-link--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)}";
769
817
  styleInject(css_248z$12);
770
818
 
771
- var _excluded$1b = ["appearance", "children", "className", "external", "href", "placeholder", "role"];
772
- function ownKeys$1c(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
773
- function _objectSpread$1c(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1c(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1c(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
774
819
  var onKeyDown = function onKeyDown(evt) {
775
- var _evt$target;
776
- if (evt.key === ' ' && typeof ((_evt$target = evt.target) === null || _evt$target === void 0 ? void 0 : _evt$target.click) === 'function') {
820
+ var _a;
821
+ if (evt.key === ' ' && typeof ((_a = evt.target) === null || _a === void 0 ? void 0 : _a.click) === 'function') {
777
822
  // Prevent other side-effects, such as scrolling
778
823
  evt.preventDefault();
779
824
  // Navigate to the link target
780
825
  evt.target.click();
781
826
  }
782
827
  };
783
- var ButtonLink = /*#__PURE__*/forwardRef(function (_ref, ref) {
784
- var appearance = _ref.appearance,
785
- children = _ref.children,
786
- className = _ref.className,
787
- external = _ref.external,
788
- href = _ref.href,
789
- placeholder = _ref.placeholder,
790
- role = _ref.role,
791
- restProps = _objectWithoutProperties(_ref, _excluded$1b);
828
+ var ButtonLink = /*#__PURE__*/forwardRef(function (_a, ref) {
829
+ var appearance = _a.appearance,
830
+ children = _a.children,
831
+ className = _a.className,
832
+ external = _a.external,
833
+ href = _a.href,
834
+ placeholder = _a.placeholder,
835
+ role = _a.role,
836
+ restProps = __rest$1(_a, ["appearance", "children", "className", "external", "href", "placeholder", "role"]);
792
837
  var props = restProps;
793
838
  if (role === 'button') {
794
839
  // When this link is announced as button by accessibility tools,
795
840
  // it should also behave like a button. Links are not activated
796
841
  // using `Space`, so we need to implement that behaviour here
797
842
  // to reach parity with the `button` element.
798
- props = _objectSpread$1c(_objectSpread$1c({}, restProps), {}, {
843
+ props = Object.assign(Object.assign({}, restProps), {
799
844
  onKeyDown: onKeyDown
800
845
  });
801
846
  }
802
- return jsx("a", _objectSpread$1c(_objectSpread$1c({
847
+ return jsx("a", Object.assign({
803
848
  href: placeholder ? undefined : href,
804
849
  ref: ref,
805
850
  role: role || (placeholder ? 'link' : undefined),
@@ -812,7 +857,7 @@ var ButtonLink = /*#__PURE__*/forwardRef(function (_ref, ref) {
812
857
  }, className),
813
858
  rel: external ? 'external noopener noreferrer' : undefined,
814
859
  "aria-disabled": placeholder ? 'true' : undefined
815
- }, props), {}, {
860
+ }, props, {
816
861
  children: children
817
862
  }));
818
863
  });
@@ -824,21 +869,18 @@ styleInject(css_248z$11);
824
869
  var css_248z$10 = ".utrecht-checkbox{cursor:var(--utrecht-action-activate-cursor,revert);margin-block-end:0;margin-block-start:0;margin-inline-end:0;margin-inline-start:0;-webkit-user-select:none;user-select:none}.utrecht-checkbox--disabled{cursor:var(--utrecht-action-disabled-cursor,revert)}.utrecht-checkbox--focus-visible{--_utrecht-focus-ring-box-shadow:0 0 0 var(--utrecht-focus-outline-width,0) 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)}.utrecht-checkbox--html-input:disabled{cursor:var(--utrecht-action-disabled-cursor,revert)}.utrecht-checkbox--html-input:focus{--_utrecht-focus-ring-box-shadow:0 0 0 var(--utrecht-focus-outline-width,0) 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)}.utrecht-checkbox--html-input:focus:not(:focus-visible){box-shadow:none;outline-style:revert}";
825
870
  styleInject(css_248z$10);
826
871
 
827
- var _excluded$1a = ["appearance", "disabled", "indeterminate", "invalid", "required", "className"];
828
- function ownKeys$1b(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
829
- function _objectSpread$1b(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1b(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1b(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
830
- var Checkbox = /*#__PURE__*/forwardRef(function (_ref, ref) {
831
- var _ref$appearance = _ref.appearance,
832
- appearance = _ref$appearance === void 0 ? 'custom' : _ref$appearance,
833
- disabled = _ref.disabled,
834
- _ref$indeterminate = _ref.indeterminate,
835
- indeterminate = _ref$indeterminate === void 0 ? false : _ref$indeterminate,
836
- invalid = _ref.invalid,
837
- required = _ref.required,
838
- className = _ref.className,
839
- restProps = _objectWithoutProperties(_ref, _excluded$1a);
872
+ var Checkbox = /*#__PURE__*/forwardRef(function (_a, ref) {
840
873
  // What's the correct way to use useRef and forwardRef together?
841
874
  // https://stackoverflow.com/a/68163315
875
+ var _a$appearance = _a.appearance,
876
+ appearance = _a$appearance === void 0 ? 'custom' : _a$appearance,
877
+ disabled = _a.disabled,
878
+ _a$indeterminate = _a.indeterminate,
879
+ indeterminate = _a$indeterminate === void 0 ? false : _a$indeterminate,
880
+ invalid = _a.invalid,
881
+ required = _a.required,
882
+ className = _a.className,
883
+ restProps = __rest$1(_a, ["appearance", "disabled", "indeterminate", "invalid", "required", "className"]);
842
884
  // `indeterminate` is has no TypeScript definition in React.
843
885
  // `indeterminate` renders an attribute, not a property in React.
844
886
  var internalRef = useRef(null);
@@ -850,7 +892,7 @@ var Checkbox = /*#__PURE__*/forwardRef(function (_ref, ref) {
850
892
  internalRef.current.indeterminate = indeterminate;
851
893
  }
852
894
  }, [indeterminate]);
853
- return jsx("input", _objectSpread$1b(_objectSpread$1b({}, restProps), {}, {
895
+ return jsx("input", Object.assign({}, restProps, {
854
896
  ref: internalRef,
855
897
  type: "checkbox",
856
898
  className: clsx('utrecht-checkbox', 'utrecht-checkbox--html-input', {
@@ -871,17 +913,14 @@ Checkbox.displayName = 'Checkbox';
871
913
  var css_248z$$ = ".utrecht-code{background-color:var(--utrecht-code-background-color);color:var(--utrecht-code-color);font-family:var(--utrecht-code-font-family,monospace),monospace;font-size:var(--utrecht-code-font-size,inherit);font-variant-ligatures:none;line-height:var(--utrecht-code-line-height)}";
872
914
  styleInject(css_248z$$);
873
915
 
874
- var _excluded$19 = ["children", "className"];
875
- function ownKeys$1a(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
876
- function _objectSpread$1a(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1a(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1a(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
877
- var Code = /*#__PURE__*/forwardRef(function (_ref, ref) {
878
- var children = _ref.children,
879
- className = _ref.className,
880
- restProps = _objectWithoutProperties(_ref, _excluded$19);
881
- return jsx("code", _objectSpread$1a(_objectSpread$1a({
916
+ var Code = /*#__PURE__*/forwardRef(function (_a, ref) {
917
+ var children = _a.children,
918
+ className = _a.className,
919
+ restProps = __rest$1(_a, ["children", "className"]);
920
+ return jsx("code", Object.assign({
882
921
  ref: ref,
883
922
  className: clsx('utrecht-code', className)
884
- }, restProps), {}, {
923
+ }, restProps, {
885
924
  children: children
886
925
  }));
887
926
  });
@@ -890,21 +929,19 @@ Code.displayName = 'Code';
890
929
  var css_248z$_ = ".utrecht-code-block{--utrecht-code-color:var(--utrecht-code-block-color,inherit);--utrecht-code-background-color:var(--utrecht-code-block-background-color,inherit);--utrecht-code-font-weight:var(--utrecht-code-block-font-weight,inherit);--utrecht-code-font-size:var(--utrecht-code-block-font-size,inherit);--utrecht-code-font-family:var(--utrecht-code-block-font-family,monospace);background-color:var(--utrecht-code-background-color);background-color:var(--utrecht-code-block-background-color);color:var(--utrecht-code-color);display:block;font-family:var(--utrecht-code-font-family,monospace),monospace;font-size:var(--utrecht-code-font-size,inherit);font-size:var(--utrecht-code-block-font-size,var(--utrecht-code-font-size,inherit));font-variant-ligatures:none;line-height:var(--utrecht-code-line-height);line-height:var(--utrecht-code-block-line-height,var(--utrecht-code-line-height));margin-block-end:var(--utrecht-code-block-margin-block-end);margin-block-start:var(--utrecht-code-block-margin-block-start);margin-inline-end:var(--utrecht-code-block-margin-inline-end);margin-inline-start:var(--utrecht-code-block-margin-inline-start);padding-block-end:var(--utrecht-code-block-padding-block-end);padding-block-start:var(--utrecht-code-block-padding-block-start);padding-inline-end:var(--utrecht-code-block-padding-inline-end);padding-inline-start:var(--utrecht-code-block-padding-inline-start);white-space:pre}.utrecht-code-block__content{font-family:inherit;font-size:inherit}";
891
930
  styleInject(css_248z$_);
892
931
 
893
- var _excluded$18 = ["children", "className"];
894
- function ownKeys$19(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
895
- function _objectSpread$19(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$19(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$19(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
896
- var CodeBlock = /*#__PURE__*/forwardRef(function (_ref, ref) {
897
- var children = _ref.children,
898
- className = _ref.className,
899
- restProps = _objectWithoutProperties(_ref, _excluded$18);
900
- return jsx("pre", _objectSpread$19(_objectSpread$19({
932
+ var CodeBlock = /*#__PURE__*/forwardRef(function (_a, ref) {
933
+ var children = _a.children,
934
+ className = _a.className,
935
+ restProps = __rest$1(_a, ["children", "className"]);
936
+ return jsx("pre", Object.assign({
901
937
  ref: ref,
902
938
  className: clsx('utrecht-code-block', className)
903
- }, restProps), {}, {
904
- children: jsx("code", {
905
- className: "utrecht-code-block__content",
939
+ }, restProps, {
940
+ children: jsx("code", Object.assign({
941
+ className: "utrecht-code-block__content"
942
+ }, {
906
943
  children: children
907
- })
944
+ }))
908
945
  }));
909
946
  });
910
947
  CodeBlock.displayName = 'CodeBlock';
@@ -912,23 +949,20 @@ CodeBlock.displayName = 'CodeBlock';
912
949
  var css_248z$Z = ".utrecht-color-sample{background-color:var(--utrecht-color-sample-background-color,currentColor);block-size:var(--utrecht-color-sample-block-size,2em);border-color:var(--utrecht-color-sample-border-color,var(--utrecht-color-sample-default-border-color));border-radius:var(--utrecht-color-sample-border-radius,0);border-style:solid;border-width:var(--utrecht-color-sample-border-width,0);box-sizing:border-box;display:inline-block;inline-size:var(--utrecht-color-sample-inline-size,2em);-webkit-print-color-adjust:exact;print-color-adjust:exact}@media (forced-colors:active){.utrecht-color-sample{forced-color-adjust:none}}@media (forced-colors:active) and (prefers-color-scheme:dark){.utrecht-color-sample{--utrecht-color-sample-default-border-color:var(--utrecht-color-sample-dark-border-color,#000)}}@media (forced-colors:active) and (prefers-color-scheme:light){.utrecht-color-sample{--utrecht-color-sample-default-border-color:var(--utrecht-color-sample-light-border-color,#fff)}}";
913
950
  styleInject(css_248z$Z);
914
951
 
915
- var _excluded$17 = ["children", "className", "color", "style"];
916
- function ownKeys$18(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
917
- function _objectSpread$18(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$18(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$18(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
918
- var ColorSample = /*#__PURE__*/forwardRef(function (_ref, ref) {
919
- var children = _ref.children,
920
- className = _ref.className,
921
- color = _ref.color,
922
- style = _ref.style,
923
- restProps = _objectWithoutProperties(_ref, _excluded$17);
924
- return jsx("data", _objectSpread$18(_objectSpread$18({
952
+ var ColorSample = /*#__PURE__*/forwardRef(function (_a, ref) {
953
+ var children = _a.children,
954
+ className = _a.className,
955
+ color = _a.color,
956
+ style = _a.style,
957
+ restProps = __rest$1(_a, ["children", "className", "color", "style"]);
958
+ return jsx("data", Object.assign({
925
959
  ref: ref,
926
960
  className: clsx('utrecht-color-sample', className),
927
- style: _objectSpread$18(_objectSpread$18({}, style), {}, {
961
+ style: Object.assign(Object.assign({}, style), {
928
962
  color: color
929
963
  }),
930
964
  value: color
931
- }, restProps), {}, {
965
+ }, restProps, {
932
966
  children: children
933
967
  }));
934
968
  });
@@ -941,42 +975,39 @@ var ColumnLayout = /*#__PURE__*/forwardRef(function (_ref, ref) {
941
975
  var children = _ref.children,
942
976
  className = _ref.className,
943
977
  rule = _ref.rule;
944
- return jsx("div", {
978
+ return jsx("div", Object.assign({
945
979
  className: clsx('utrecht-column-layout', {
946
980
  'utrecht-column-layout--rule': rule
947
981
  }, className),
948
- ref: ref,
982
+ ref: ref
983
+ }, {
949
984
  children: children
950
- });
985
+ }));
951
986
  });
952
987
  ColumnLayout.displayName = 'ColumnLayout';
953
988
 
954
989
  var css_248z$X = ".utrecht-combobox{inline-size:100%;max-inline-size:var(--utrecht-textbox-max-inline-size,var(--utrecht-form-control-max-inline-size));position:relative}.utrecht-combobox__popover{background-color:canvas;block-size:fit-content;border-width:0;color:canvastext;inline-size:fit-content;inset:0;overflow:auto;padding-block-end:0;padding-block-start:0;padding-inline-end:0;padding-inline-start:0;position:absolute;z-index:var(--utrecht-combobox-popover-z-index)}.utrecht-combobox__popover--block-end{inset-block-start:100%}.utrecht-combobox__popover--hidden{display:none!important}";
955
990
  styleInject(css_248z$X);
956
991
 
957
- var _excluded$16 = ["className"],
958
- _excluded2$7 = ["className", "position"];
959
- function ownKeys$17(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
960
- function _objectSpread$17(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$17(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$17(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
961
- var Combobox = /*#__PURE__*/forwardRef(function (_ref, ref) {
962
- var className = _ref.className,
963
- restProps = _objectWithoutProperties(_ref, _excluded$16);
964
- return jsx("div", _objectSpread$17(_objectSpread$17({
992
+ var Combobox = /*#__PURE__*/forwardRef(function (_a, ref) {
993
+ var className = _a.className,
994
+ restProps = __rest$1(_a, ["className"]);
995
+ return jsx("div", Object.assign({
965
996
  className: clsx('utrecht-combobox', className)
966
- }, restProps), {}, {
997
+ }, restProps, {
967
998
  ref: ref
968
999
  }));
969
1000
  });
970
1001
  Combobox.displayName = 'Combobox';
971
- var ComboboxPopover = /*#__PURE__*/forwardRef(function (_ref2, ref) {
972
- var className = _ref2.className,
973
- position = _ref2.position,
974
- restProps = _objectWithoutProperties(_ref2, _excluded2$7);
975
- return jsx("div", _objectSpread$17(_objectSpread$17({
1002
+ var ComboboxPopover = /*#__PURE__*/forwardRef(function (_a, ref) {
1003
+ var className = _a.className,
1004
+ position = _a.position,
1005
+ restProps = __rest$1(_a, ["className", "position"]);
1006
+ return jsx("div", Object.assign({
976
1007
  className: clsx('utrecht-combobox__popover', {
977
1008
  'utrecht-search-bar__popover--block-end': !position || position === 'block-end'
978
1009
  }, className)
979
- }, restProps), {}, {
1010
+ }, restProps, {
980
1011
  ref: ref
981
1012
  }));
982
1013
  });
@@ -985,9 +1016,6 @@ ComboboxPopover.displayName = 'ComboboxPopover';
985
1016
  var css_248z$W = ".utrecht-currency-data{font-variant-numeric:lining-nums tabular-nums;white-space:nowrap}";
986
1017
  styleInject(css_248z$W);
987
1018
 
988
- var _excluded$15 = ["children", "currency", "amount", "locale", "className"];
989
- function ownKeys$16(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
990
- function _objectSpread$16(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$16(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$16(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
991
1019
  var formatLabel = function formatLabel(locale, currency, amount) {
992
1020
  return new Intl.NumberFormat(locale, {
993
1021
  style: 'currency',
@@ -1015,23 +1043,24 @@ var formatVisually = function formatVisually(locale, currency, amount) {
1015
1043
  formatted = formatted.replace(/ /g, "\xA0");
1016
1044
  return formatted;
1017
1045
  };
1018
- var CurrencyData = /*#__PURE__*/forwardRef(function (_ref, ref) {
1019
- var children = _ref.children,
1020
- _ref$currency = _ref.currency,
1021
- currency = _ref$currency === void 0 ? 'EUR' : _ref$currency,
1022
- amount = _ref.amount,
1023
- _ref$locale = _ref.locale,
1024
- locale = _ref$locale === void 0 ? 'nl-NL' : _ref$locale,
1025
- className = _ref.className,
1026
- restProps = _objectWithoutProperties(_ref, _excluded$15);
1046
+ var CurrencyData = /*#__PURE__*/forwardRef(function (_a, ref) {
1047
+ var children = _a.children,
1048
+ _a$currency = _a.currency,
1049
+ currency = _a$currency === void 0 ? 'EUR' : _a$currency,
1050
+ amount = _a.amount,
1051
+ _a$locale = _a.locale,
1052
+ locale = _a$locale === void 0 ? 'nl-NL' : _a$locale,
1053
+ className = _a.className,
1054
+ restProps = __rest$1(_a, ["children", "currency", "amount", "locale", "className"]);
1027
1055
  var number = typeof amount === 'string' ? parseFloat(amount) : amount;
1028
1056
  var labelFormatted = formatLabel(locale, currency, number);
1029
1057
  var visuallyFormatted = formatVisually(locale, currency, number);
1030
- return jsx("data", _objectSpread$16(_objectSpread$16({}, restProps), {}, {
1058
+ return jsx("data", Object.assign({}, restProps, {
1031
1059
  ref: ref,
1032
1060
  value: "".concat(currency, " ").concat(amount),
1033
1061
  className: clsx('utrecht-currency-data', number < 0 && 'utrecht-currency-data--negative', number > 0 && 'utrecht-currency-data--positive', className),
1034
- "aria-label": labelFormatted,
1062
+ "aria-label": labelFormatted
1063
+ }, {
1035
1064
  children: children || visuallyFormatted
1036
1065
  }));
1037
1066
  });
@@ -1040,26 +1069,23 @@ CurrencyData.displayName = 'CurrencyData';
1040
1069
  var css_248z$V = ".utrecht-badge-data{background-color:var(--utrecht-badge-background-color,#000);border-radius:var(--utrecht-badge-border-radius,.5ch);color:var(--utrecht-badge-color,#fff);display:inline-block;font-family:var(--utrecht-document-font-family,sans-serif);font-size:var(--utrecht-badge-font-size,inherit);font-style:var(--utrecht-badge-font-style,normal);font-weight:var(--utrecht-badge-font-weight,bold);letter-spacing:var(--utrecht-badge-data-letter-spacing,inherit);line-height:var(--utrecht-badge-line-height,1em);max-block-size:max-content;max-inline-size:max-content;min-block-size:1em;min-inline-size:1em;padding-block-end:var(--utrecht-badge-padding-block,.5ex);padding-block-start:var(--utrecht-badge-padding-block,.5ex);padding-inline-end:var(--utrecht-badge-padding-inline,.5ch);padding-inline-start:var(--utrecht-badge-padding-inline,.5ch);text-decoration:none;text-transform:var(--utrecht-badge-data-text-transform,inherit)}@media screen and (-ms-high-contrast:active),screen and (forced-colors:active){.utrecht-badge-data{border:1px solid}}";
1041
1070
  styleInject(css_248z$V);
1042
1071
 
1043
- var _excluded$14 = ["children", "className", "dateTime", "value"];
1044
- function ownKeys$15(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
1045
- function _objectSpread$15(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$15(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$15(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
1046
- var DataBadge = /*#__PURE__*/forwardRef(function (_ref, ref) {
1047
- var children = _ref.children,
1048
- className = _ref.className,
1049
- dateTime = _ref.dateTime,
1050
- value = _ref.value,
1051
- restProps = _objectWithoutProperties(_ref, _excluded$14);
1052
- var props = _objectSpread$15({
1072
+ var DataBadge = /*#__PURE__*/forwardRef(function (_a, ref) {
1073
+ var children = _a.children,
1074
+ className = _a.className,
1075
+ dateTime = _a.dateTime,
1076
+ value = _a.value,
1077
+ restProps = __rest$1(_a, ["children", "className", "dateTime", "value"]);
1078
+ var props = Object.assign({
1053
1079
  children: children,
1054
1080
  className: clsx('utrecht-badge-data', className)
1055
1081
  }, restProps);
1056
- return typeof dateTime !== 'undefined' ? jsx("time", _objectSpread$15(_objectSpread$15({}, props), {}, {
1082
+ return typeof dateTime !== 'undefined' ? jsx("time", Object.assign({}, props, {
1057
1083
  dateTime: dateTime,
1058
1084
  ref: ref
1059
- })) : typeof value !== 'undefined' ? jsx("data", _objectSpread$15(_objectSpread$15({}, props), {}, {
1085
+ })) : typeof value !== 'undefined' ? jsx("data", Object.assign({}, props, {
1060
1086
  value: value,
1061
1087
  ref: ref
1062
- })) : jsx("span", _objectSpread$15(_objectSpread$15({}, props), {}, {
1088
+ })) : jsx("span", Object.assign({}, props, {
1063
1089
  ref: ref
1064
1090
  }));
1065
1091
  });
@@ -1068,16 +1094,14 @@ DataBadge.displayName = 'DataBadge';
1068
1094
  var css_248z$U = ".utrecht-document{-webkit-font-smoothing:auto!important;-moz-osx-font-smoothing:auto!important;-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none;color:var(--utrecht-document-color,inherit);font-family:var(--utrecht-document-font-family,inherit);font-size:var(--utrecht-document-font-size,inherit);font-weight:var(--utrecht-document-font-weight,inherit);line-height:var(--utrecht-document-line-height,inherit);text-rendering:optimizeLegibility}.utrecht-document :lang(ar){letter-spacing:0!important}.utrecht-document--surface{background-color:var(--utrecht-document-background-color,inherit)}";
1069
1095
  styleInject(css_248z$U);
1070
1096
 
1071
- var _excluded$13 = ["children", "className"];
1072
- function ownKeys$14(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
1073
- function _objectSpread$14(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$14(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$14(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
1074
- var Document = /*#__PURE__*/forwardRef(function (_ref, ref) {
1075
- var children = _ref.children,
1076
- className = _ref.className,
1077
- restProps = _objectWithoutProperties(_ref, _excluded$13);
1078
- return jsx("div", _objectSpread$14(_objectSpread$14({}, restProps), {}, {
1097
+ var Document = /*#__PURE__*/forwardRef(function (_a, ref) {
1098
+ var children = _a.children,
1099
+ className = _a.className,
1100
+ restProps = __rest$1(_a, ["children", "className"]);
1101
+ return jsx("div", Object.assign({}, restProps, {
1079
1102
  ref: ref,
1080
- className: clsx('utrecht-document', className),
1103
+ className: clsx('utrecht-document', className)
1104
+ }, {
1081
1105
  children: children
1082
1106
  }));
1083
1107
  });
@@ -1086,72 +1110,72 @@ Document.displayName = 'Document';
1086
1110
  var css_248z$T = ".utrecht-data-list{display:block;margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-data-list-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-data-list-margin-block-start, 0))}.utrecht-data-list__item-key{color:var(--utrecht-data-list-item-key-color);font-size:var(--utrecht-data-list-item-key-font-size);font-weight:var(--utrecht-data-list-item-key-font-weight);line-height:var(--utrecht-data-list-item-key-line-height)}.utrecht-data-list__item-value{color:var(--utrecht-data-list-item-value-color);font-size:var(--utrecht-data-list-item-value-font-size);font-weight:var(--utrecht-data-list-item-value-font-weight);line-height:var(--utrecht-data-list-item-value-line-height);min-block-size:calc(var(--utrecht-data-list-item-value-line-height)*1rem)}.utrecht-data-list__actions--html-dd,.utrecht-data-list__item-value--html-dd{margin-inline-start:0}.utrecht-data-list__item-value--multiline{white-space:pre-line}.utrecht-data-list--rows .utrecht-data-list__actions{align-items:baseline;display:flex;grid-column:-1;grid-row:1;justify-content:flex-end}.utrecht-data-list--rows .utrecht-data-list__item{--_utrecht-minmax:max(var(--utrecht-data-list-rows-column-min-inline-size,25ch),var(--utrecht-data-list-rows-column-inline-size,80%));--_utrecht-auto-col:minmax(var(--_utrecht-minmax),max-content);border-block-end-color:var(--utrecht-data-list-rows-border-bottom-color,transparent);border-block-end-style:solid;border-block-end-width:var(--utrecht-data-list-rows-border-bottom-width,0);column-gap:var(--utrecht-data-list-rows-gap);display:grid;grid-auto-columns:1fr;grid-template-columns:repeat(auto-fit,var(--_utrecht-auto-col));margin-block-start:var(--utrecht-data-list-rows-item-margin-block-start);padding-block-end:var(--utrecht-data-list-rows-item-padding-block-end);padding-block-start:var(--utrecht-data-list-rows-item-padding-block-start);row-gap:0}.utrecht-data-list--rows .utrecht-data-list__item:first-of-type{margin-block-start:0}.utrecht-data-list--rows .utrecht-data-list__item-value{margin-block-start:var(--utrecht-data-list-rows-item-value-margin-block-start)}";
1087
1111
  styleInject(css_248z$T);
1088
1112
 
1089
- var _excluded$12 = ["appearance", "children", "className"],
1090
- _excluded2$6 = ["children", "className"],
1091
- _excluded3$1 = ["children", "className"],
1092
- _excluded4 = ["children", "className"];
1093
- function ownKeys$13(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
1094
- function _objectSpread$13(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$13(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$13(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
1095
- var DataList = /*#__PURE__*/forwardRef(function (_ref, ref) {
1096
- var appearance = _ref.appearance,
1097
- children = _ref.children,
1098
- className = _ref.className,
1099
- restProps = _objectWithoutProperties(_ref, _excluded$12);
1100
- return jsx("dl", _objectSpread$13(_objectSpread$13({}, restProps), {}, {
1113
+ var DataList = /*#__PURE__*/forwardRef(function (_a, ref) {
1114
+ var appearance = _a.appearance,
1115
+ children = _a.children,
1116
+ className = _a.className,
1117
+ restProps = __rest$1(_a, ["appearance", "children", "className"]);
1118
+ return jsx("dl", Object.assign({}, restProps, {
1101
1119
  className: clsx('utrecht-data-list', 'utrecht-data-list--html-dl', appearance === 'rows' && 'utrecht-data-list--rows', className),
1102
- ref: ref,
1120
+ ref: ref
1121
+ }, {
1103
1122
  children: children
1104
1123
  }));
1105
1124
  });
1106
1125
  DataList.displayName = 'DataList';
1107
- var DataListItem = /*#__PURE__*/forwardRef(function (_ref2, ref) {
1108
- var children = _ref2.children,
1109
- className = _ref2.className,
1110
- restProps = _objectWithoutProperties(_ref2, _excluded2$6);
1111
- return jsx("div", _objectSpread$13(_objectSpread$13({}, restProps), {}, {
1126
+ var DataListItem = /*#__PURE__*/forwardRef(function (_a, ref) {
1127
+ var children = _a.children,
1128
+ className = _a.className,
1129
+ restProps = __rest$1(_a, ["children", "className"]);
1130
+ return jsx("div", Object.assign({}, restProps, {
1112
1131
  className: clsx('utrecht-data-list__item', className),
1113
- ref: ref,
1132
+ ref: ref
1133
+ }, {
1114
1134
  children: children
1115
1135
  }));
1116
1136
  });
1117
1137
  DataListItem.displayName = 'DataListItem';
1118
- var DataListKey = /*#__PURE__*/forwardRef(function (_ref3, ref) {
1119
- var children = _ref3.children,
1120
- className = _ref3.className,
1121
- restProps = _objectWithoutProperties(_ref3, _excluded3$1);
1122
- return jsx("dt", _objectSpread$13(_objectSpread$13({}, restProps), {}, {
1138
+ var DataListKey = /*#__PURE__*/forwardRef(function (_a, ref) {
1139
+ var children = _a.children,
1140
+ className = _a.className,
1141
+ restProps = __rest$1(_a, ["children", "className"]);
1142
+ return jsx("dt", Object.assign({}, restProps, {
1123
1143
  className: clsx('utrecht-data-list__item-key', className),
1124
- ref: ref,
1144
+ ref: ref
1145
+ }, {
1125
1146
  children: children
1126
1147
  }));
1127
1148
  });
1128
1149
  DataListKey.displayName = 'DataListKey';
1129
- var DataListValue = /*#__PURE__*/forwardRef(function (_ref4, ref) {
1130
- var value = _ref4.value,
1131
- children = _ref4.children,
1132
- className = _ref4.className,
1133
- emptyDescription = _ref4.emptyDescription,
1134
- multiline = _ref4.multiline,
1135
- notranslate = _ref4.notranslate;
1150
+ var DataListValue = /*#__PURE__*/forwardRef(function (_ref, ref) {
1151
+ var value = _ref.value,
1152
+ children = _ref.children,
1153
+ className = _ref.className,
1154
+ emptyDescription = _ref.emptyDescription,
1155
+ multiline = _ref.multiline,
1156
+ notranslate = _ref.notranslate;
1136
1157
  var empty = value === '' || value === null;
1137
- return jsx("dd", {
1158
+ return jsx("dd", Object.assign({
1138
1159
  className: clsx('utrecht-data-list__item-value', 'utrecht-data-list__item-value--html-dd', className, multiline && 'utrecht-data-list__item-value--multiline'),
1139
1160
  translate: typeof notranslate === 'boolean' ? notranslate ? 'no' : 'yes' : undefined,
1140
- ref: ref,
1141
- children: empty ? jsx("span", {
1142
- "aria-label": emptyDescription,
1161
+ ref: ref
1162
+ }, {
1163
+ children: empty ? jsx("span", Object.assign({
1164
+ "aria-label": emptyDescription
1165
+ }, {
1143
1166
  children: "-"
1144
- }) : children
1145
- });
1167
+ })) : children
1168
+ }));
1146
1169
  });
1147
1170
  DataListValue.displayName = 'DataListValue';
1148
- var DataListActions = /*#__PURE__*/forwardRef(function (_ref5, ref) {
1149
- var children = _ref5.children,
1150
- className = _ref5.className,
1151
- restProps = _objectWithoutProperties(_ref5, _excluded4);
1152
- return jsx("dd", _objectSpread$13(_objectSpread$13({}, restProps), {}, {
1171
+ var DataListActions = /*#__PURE__*/forwardRef(function (_a, ref) {
1172
+ var children = _a.children,
1173
+ className = _a.className,
1174
+ restProps = __rest$1(_a, ["children", "className"]);
1175
+ return jsx("dd", Object.assign({}, restProps, {
1153
1176
  className: clsx('utrecht-data-list__actions', 'utrecht-data-list__actions--html-dd', className),
1154
- ref: ref,
1177
+ ref: ref
1178
+ }, {
1155
1179
  children: children
1156
1180
  }));
1157
1181
  });
@@ -1160,35 +1184,33 @@ DataListActions.displayName = 'DataListActions';
1160
1184
  var css_248z$S = ".utrecht-drawer{--_utrecht-drawer-backdrop-min-size:max(var(--utrecht-drawer-backdrop-min-size),44px);background-color:var(--utrecht-drawer-background-color,Canvas);border-color:var(--utrecht-drawer-border-color,currentColor);border-width:var(--utrecht-drawer-border-width,0);box-sizing:border-box;color:var(--utrecht-drawer-color,CanvasText);overflow:auto;padding-block-end:var(--utrecht-drawer-padding-block-end);padding-block-start:var(--utrecht-drawer-padding-block-start);padding-inline-end:var(--utrecht-drawer-padding-inline-end);padding-inline-start:var(--utrecht-drawer-padding-inline-start);position:fixed;z-index:var(--utrecht-drawer-z-index,1)}.utrecht-drawer::backdrop{--_utrecht-backdrop-opacity:var(--utrecht-backdrop-opacity);--_utrecht-backdrop-fade-in-animation-duration:var(--utrecht-backdrop-fade-in-animation-duration,0);animation-duration:min(var(--utrecht-motion-max-animation-duration,var(--_utrecht-backdrop-fade-in-animation-duration)),var(--_utrecht-backdrop-fade-in-animation-duration,0));animation-name:utrecht-backdrop-fade-in;animation-timing-function:ease-in-out;background-color:var(--utrecht-backdrop-background-color);color:var(--utrecht-backdrop-color);opacity:var(--_utrecht-backdrop-opacity);-webkit-user-select:none;user-select:none}@keyframes utrecht-backdrop-fade-in{0%{opacity:0}to{opacity:var(--_utrecht-backdrop-opacity)}}@media (prefers-reduced-motion:reduce){.utrecht-drawer::backdrop{--_utrecht-backdrop-fade-in-animation-duration:0}}@media (prefers-reduced-transparency:reduce){.utrecht-drawer::backdrop{--_utrecht-backdrop-opacity:var(--utrecht-backdrop-reduced-transparency-opacity,100%)}}.utrecht-drawer--inline-start{border-end-end-radius:var(--utrecht-drawer-border-radius);border-inline-start-width:0;border-start-end-radius:var(--utrecht-drawer-border-radius);inset-inline-end:auto;inset-inline-start:0}.utrecht-drawer--inline-end,.utrecht-drawer--inline-start{block-size:100%;inset-block-end:0;inset-block-start:0;max-block-size:100%;max-inline-size:min(var(--utrecht-drawer-max-inline-size,100%),100% - var(--_utrecht-drawer-backdrop-min-size,44px));min-inline-size:var(--utrecht-drawer-min-inline-size,calc(320px - var(--_utrecht-drawer-backdrop-min-size)))}.utrecht-drawer--inline-end{border-end-start-radius:var(--utrecht-drawer-border-radius);border-inline-end-width:0;border-start-start-radius:var(--utrecht-drawer-border-radius);inset-inline-end:0;inset-inline-start:auto}.utrecht-drawer--block-start{border-block-start-width:0;border-end-end-radius:var(--utrecht-drawer-border-radius);border-end-start-radius:var(--utrecht-drawer-border-radius);inset-block-end:auto;inset-block-start:0}.utrecht-drawer--block-end,.utrecht-drawer--block-start{block-size:fit-content;inline-size:100%;inset-inline-end:0;inset-inline-start:0;max-block-size:min(var(--utrecht-drawer-max-block-size),100% - var(--_utrecht-drawer-backdrop-min-size));max-inline-size:100%;min-block-size:var(--utrecht-drawer-min-block-size,calc(256px - var(--_utrecht-drawer-backdrop-min-size)))}.utrecht-drawer--block-end{border-block-end-width:0;border-start-end-radius:var(--utrecht-drawer-border-radius);border-start-start-radius:var(--utrecht-drawer-border-radius);inset-block-end:0;inset-block-start:auto}";
1161
1185
  styleInject(css_248z$S);
1162
1186
 
1163
- var _excluded$11 = ["align", "children", "className", "modal"];
1164
- function ownKeys$12(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
1165
- function _objectSpread$12(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$12(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$12(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
1166
- var Drawer = /*#__PURE__*/forwardRef(function (_ref, ref) {
1167
- var align = _ref.align,
1168
- children = _ref.children,
1169
- className = _ref.className,
1170
- modal = _ref.modal,
1171
- restProps = _objectWithoutProperties(_ref, _excluded$11);
1187
+ var Drawer = /*#__PURE__*/forwardRef(function (_a, ref) {
1188
+ var align = _a.align,
1189
+ children = _a.children,
1190
+ className = _a.className,
1191
+ modal = _a.modal,
1192
+ restProps = __rest$1(_a, ["align", "children", "className", "modal"]);
1172
1193
  var dialogRef = useRef(null);
1173
1194
  useImperativeHandle(ref, function () {
1174
1195
  return dialogRef.current;
1175
1196
  });
1176
1197
  useEffect(function () {
1177
- if (modal && restProps.open && dialogRef !== null && dialogRef !== void 0 && dialogRef.current) {
1198
+ if (modal && restProps.open && (dialogRef === null || dialogRef === void 0 ? void 0 : dialogRef.current)) {
1178
1199
  // Dialog must not be `open` initially, prevent the following error:
1179
1200
  // "Cannot call showModal() on an open non-modal dialog"
1180
1201
  dialogRef.current.close();
1181
1202
  dialogRef.current.showModal();
1182
1203
  }
1183
1204
  });
1184
- return jsx("dialog", _objectSpread$12(_objectSpread$12({}, restProps), {}, {
1205
+ return jsx("dialog", Object.assign({}, restProps, {
1185
1206
  ref: dialogRef,
1186
1207
  className: clsx('utrecht-drawer', {
1187
1208
  'utrecht-drawer--block-end': align === 'block-end',
1188
1209
  'utrecht-drawer--block-start': align === 'block-start',
1189
1210
  'utrecht-drawer--inline-end': align === 'inline-end',
1190
1211
  'utrecht-drawer--inline-start': align === 'inline-start' || !align
1191
- }, className),
1212
+ }, className)
1213
+ }, {
1192
1214
  children: children
1193
1215
  }));
1194
1216
  });
@@ -1197,17 +1219,14 @@ Drawer.displayName = 'Drawer';
1197
1219
  var css_248z$R = ".utrecht-emphasis--stressed{font-style:var(--utrecht-emphasis-stressed-font-style,italic)}.utrecht-emphasis--strong{font-weight:var(--utrecht-emphasis-strong-font-weight,bold)}";
1198
1220
  styleInject(css_248z$R);
1199
1221
 
1200
- var _excluded$10 = ["children", "className"];
1201
- function ownKeys$11(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
1202
- function _objectSpread$11(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$11(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$11(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
1203
- var Emphasis = /*#__PURE__*/forwardRef(function (_ref, ref) {
1204
- var children = _ref.children,
1205
- className = _ref.className,
1206
- restProps = _objectWithoutProperties(_ref, _excluded$10);
1207
- return jsx("em", _objectSpread$11(_objectSpread$11({
1222
+ var Emphasis = /*#__PURE__*/forwardRef(function (_a, ref) {
1223
+ var children = _a.children,
1224
+ className = _a.className,
1225
+ restProps = __rest$1(_a, ["children", "className"]);
1226
+ return jsx("em", Object.assign({
1208
1227
  ref: ref,
1209
1228
  className: clsx('utrecht-emphasis', 'utrecht-emphasis--stressed', className)
1210
- }, restProps), {}, {
1229
+ }, restProps, {
1211
1230
  children: children
1212
1231
  }));
1213
1232
  });
@@ -1216,26 +1235,23 @@ Emphasis.displayName = 'Emphasis';
1216
1235
  var css_248z$Q = ".utrecht-form-fieldset{margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-form-fieldset-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-form-fieldset-margin-block-start, 0))}.utrecht-form-fieldset--html-fieldset,.utrecht-form-fieldset__fieldset--html-fieldset{all:revert;border:0;margin-inline-end:0;margin-inline-start:0;min-inline-size:0;padding-block-end:0;padding-block-start:.01em;padding-inline-end:0;padding-inline-start:0}.utrecht-form-fieldset__legend--html-legend{display:table;inline-size:100%;padding-inline-end:0;padding-inline-start:0}.utrecht-form-fieldset--distanced{--utrecht-space-around:1}.utrecht-form-fieldset--section{background-color:var(--utrecht-form-fieldset-section-background-color);color:var(--utrecht-form-fieldset-section-color)}.utrecht-form-fieldset__legend{break-inside:avoid;color:var(--utrecht-form-fieldset-legend-color,var(--utrecht-document-color,inherit));font-family:var(--utrecht-form-fieldset-legend-font-family,var(--utrecht-document-font-family));font-size:var(--utrecht-form-fieldset-legend-font-size);font-weight:var(--utrecht-form-fieldset-legend-font-weight);line-height:var(--utrecht-form-fieldset-legend-line-height);page-break-after:avoid;page-break-inside:avoid}.utrecht-form-fieldset__legend--disabled{color:var(--utrecht-form-fieldset-legend-disabled-color,var(--utrecht-form-fieldset-legend-color,var(--utrecht-document-color,inherit)))}.utrecht-form-fieldset__legend--distanced{margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-form-fieldset-legend-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-form-fieldset-legend-margin-block-start, 0))}.utrecht-form-fieldset--invalid{border-inline-start-color:var(--utrecht-form-fieldset-invalid-border-inline-start-color,var(--utrecht-form-field-invalid-border-inline-start-color));border-inline-start-style:solid;border-inline-start-width:var(--utrecht-form-fieldset-invalid-border-inline-start-width,var(--utrecht-form-field-invalid-border-inline-start-width));padding-inline-start:var(--utrecht-form-fieldset-invalid-padding-inline-start,var(--utrecht-form-field-invalid-padding-inline-start))}";
1217
1236
  styleInject(css_248z$Q);
1218
1237
 
1219
- var _excluded$$ = ["aria-describedby", "aria-label", "aria-labelledby", "className", "children", "disabled", "form", "invalid", "name", "role"],
1220
- _excluded2$5 = ["className", "children", "disabled", "invalid"];
1221
- function ownKeys$10(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
1222
- function _objectSpread$10(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$10(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$10(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
1223
- var Fieldset = /*#__PURE__*/forwardRef(function (_ref, ref) {
1224
- var ariaDescribedby = _ref['aria-describedby'],
1225
- ariaLabel = _ref['aria-label'],
1226
- ariaLabelledby = _ref['aria-labelledby'],
1227
- className = _ref.className,
1228
- children = _ref.children,
1229
- disabled = _ref.disabled,
1230
- form = _ref.form,
1231
- invalid = _ref.invalid,
1232
- name = _ref.name,
1233
- role = _ref.role,
1234
- restProps = _objectWithoutProperties(_ref, _excluded$$);
1235
- return jsx("div", _objectSpread$10(_objectSpread$10({}, restProps), {}, {
1236
- ref: ref,
1237
- className: clsx('utrecht-form-fieldset', disabled && 'utrecht-form-fieldset--disabled', invalid && 'utrecht-form-fieldset--invalid', className),
1238
- children: jsx("fieldset", {
1238
+ var Fieldset = /*#__PURE__*/forwardRef(function (_a, ref) {
1239
+ var ariaDescribedby = _a['aria-describedby'],
1240
+ ariaLabel = _a['aria-label'],
1241
+ ariaLabelledby = _a['aria-labelledby'],
1242
+ className = _a.className,
1243
+ children = _a.children,
1244
+ disabled = _a.disabled,
1245
+ form = _a.form,
1246
+ invalid = _a.invalid,
1247
+ name = _a.name,
1248
+ role = _a.role,
1249
+ restProps = __rest$1(_a, ['aria-describedby', 'aria-label', 'aria-labelledby', "className", "children", "disabled", "form", "invalid", "name", "role"]);
1250
+ return jsx("div", Object.assign({}, restProps, {
1251
+ ref: ref,
1252
+ className: clsx('utrecht-form-fieldset', disabled && 'utrecht-form-fieldset--disabled', invalid && 'utrecht-form-fieldset--invalid', className)
1253
+ }, {
1254
+ children: jsx("fieldset", Object.assign({
1239
1255
  "aria-describedby": ariaDescribedby,
1240
1256
  "aria-label": ariaLabel,
1241
1257
  "aria-labelledby": ariaLabelledby,
@@ -1244,38 +1260,38 @@ var Fieldset = /*#__PURE__*/forwardRef(function (_ref, ref) {
1244
1260
  form: form,
1245
1261
  name: name,
1246
1262
  role: role,
1247
- className: clsx('utrecht-form-fieldset__fieldset', 'utrecht-form-fieldset--html-fieldset'),
1263
+ className: clsx('utrecht-form-fieldset__fieldset', 'utrecht-form-fieldset--html-fieldset')
1264
+ }, {
1248
1265
  children: children
1249
- })
1266
+ }))
1250
1267
  }));
1251
1268
  });
1252
1269
  Fieldset.displayName = 'Fieldset';
1253
- var FieldsetOnly = /*#__PURE__*/forwardRef(function (_ref2, ref) {
1254
- var className = _ref2.className,
1255
- children = _ref2.children,
1256
- disabled = _ref2.disabled,
1257
- invalid = _ref2.invalid,
1258
- restProps = _objectWithoutProperties(_ref2, _excluded2$5);
1259
- return jsx("fieldset", _objectSpread$10(_objectSpread$10({}, restProps), {}, {
1270
+ var FieldsetOnly = /*#__PURE__*/forwardRef(function (_a, ref) {
1271
+ var className = _a.className,
1272
+ children = _a.children,
1273
+ disabled = _a.disabled,
1274
+ invalid = _a.invalid,
1275
+ restProps = __rest$1(_a, ["className", "children", "disabled", "invalid"]);
1276
+ return jsx("fieldset", Object.assign({}, restProps, {
1260
1277
  ref: ref,
1261
1278
  "aria-invalid": invalid || undefined,
1262
1279
  disabled: disabled,
1263
- className: clsx('utrecht-form-fieldset', 'utrecht-form-fieldset--html-fieldset', disabled && 'utrecht-form-fieldset--disabled', invalid && 'utrecht-form-fieldset--invalid', className),
1280
+ className: clsx('utrecht-form-fieldset', 'utrecht-form-fieldset--html-fieldset', disabled && 'utrecht-form-fieldset--disabled', invalid && 'utrecht-form-fieldset--invalid', className)
1281
+ }, {
1264
1282
  children: children
1265
1283
  }));
1266
1284
  });
1267
1285
  FieldsetOnly.displayName = 'Fieldset';
1268
1286
 
1269
- var _excluded$_ = ["className", "children"];
1270
- function ownKeys$$(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
1271
- function _objectSpread$$(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$$(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$$(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
1272
- var FieldsetLegend = /*#__PURE__*/forwardRef(function (_ref, ref) {
1273
- var className = _ref.className,
1274
- children = _ref.children,
1275
- restProps = _objectWithoutProperties(_ref, _excluded$_);
1276
- return jsx("legend", _objectSpread$$(_objectSpread$$({}, restProps), {}, {
1287
+ var FieldsetLegend = /*#__PURE__*/forwardRef(function (_a, ref) {
1288
+ var className = _a.className,
1289
+ children = _a.children,
1290
+ restProps = __rest$1(_a, ["className", "children"]);
1291
+ return jsx("legend", Object.assign({}, restProps, {
1277
1292
  ref: ref,
1278
- className: clsx('utrecht-form-fieldset__legend', 'utrecht-form-fieldset__legend--html-legend', className),
1293
+ className: clsx('utrecht-form-fieldset__legend', 'utrecht-form-fieldset__legend--html-legend', className)
1294
+ }, {
1279
1295
  children: children
1280
1296
  }));
1281
1297
  });
@@ -1284,31 +1300,27 @@ FieldsetLegend.displayName = 'FieldsetLegend';
1284
1300
  var css_248z$P = ".utrecht-figure{margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-figure-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-figure-margin-block-start, 0))}.utrecht-figure__caption{color:var(--utrecht-figure-caption-color);font-size:var(--utrecht-figure-caption-font-size);line-height:var(--utrecht-figure-caption-line-height)}";
1285
1301
  styleInject(css_248z$P);
1286
1302
 
1287
- var _excluded$Z = ["className", "children"];
1288
- function ownKeys$_(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
1289
- function _objectSpread$_(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$_(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$_(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
1290
- var Figure = /*#__PURE__*/forwardRef(function (_ref, ref) {
1291
- var className = _ref.className,
1292
- children = _ref.children,
1293
- restProps = _objectWithoutProperties(_ref, _excluded$Z);
1294
- return jsx("figure", _objectSpread$_(_objectSpread$_({}, restProps), {}, {
1303
+ var Figure = /*#__PURE__*/forwardRef(function (_a, ref) {
1304
+ var className = _a.className,
1305
+ children = _a.children,
1306
+ restProps = __rest$1(_a, ["className", "children"]);
1307
+ return jsx("figure", Object.assign({}, restProps, {
1295
1308
  ref: ref,
1296
- className: clsx('utrecht-figure', className),
1309
+ className: clsx('utrecht-figure', className)
1310
+ }, {
1297
1311
  children: children
1298
1312
  }));
1299
1313
  });
1300
1314
  Figure.displayName = 'Figure';
1301
1315
 
1302
- var _excluded$Y = ["className", "children"];
1303
- function ownKeys$Z(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
1304
- function _objectSpread$Z(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$Z(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$Z(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
1305
- var FigureCaption = /*#__PURE__*/forwardRef(function (_ref, ref) {
1306
- var className = _ref.className,
1307
- children = _ref.children,
1308
- restProps = _objectWithoutProperties(_ref, _excluded$Y);
1309
- return jsx("figcaption", _objectSpread$Z(_objectSpread$Z({}, restProps), {}, {
1316
+ var FigureCaption = /*#__PURE__*/forwardRef(function (_a, ref) {
1317
+ var className = _a.className,
1318
+ children = _a.children,
1319
+ restProps = __rest$1(_a, ["className", "children"]);
1320
+ return jsx("figcaption", Object.assign({}, restProps, {
1310
1321
  ref: ref,
1311
- className: clsx('utrecht-figure__caption', className),
1322
+ className: clsx('utrecht-figure__caption', className)
1323
+ }, {
1312
1324
  children: children
1313
1325
  }));
1314
1326
  });
@@ -1317,36 +1329,37 @@ FigureCaption.displayName = 'FigureCaption';
1317
1329
  var css_248z$O = ".utrecht-form-field{break-inside:avoid;font-family:var(--utrecht-document-font-family,inherit);margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-form-field-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-form-field-margin-block-start, 0));page-break-inside:avoid}.utrecht-form-field--distanced{--utrecht-space-around:1}.utrecht-form-field--invalid{border-inline-start-color:var(--utrecht-form-field-invalid-border-inline-start-color);border-inline-start-style:solid;border-inline-start-width:var(--utrecht-form-field-invalid-border-inline-start-width,0);padding-inline-start:var(--utrecht-form-field-invalid-padding-inline-start)}.utrecht-form-field--checkbox{display:grid;gap:0 var(--utrecht-checkbox-margin-inline-end,12px);grid-template-areas:\"input label\" \"input description\" \"input description-invalid\";grid-template-columns:var(--utrecht-checkbox-size) 100fr}.utrecht-form-field--checkbox .utrecht-form-field__label:has(.utrecht-form-field__input){margin-inline-start:calc((var(--utrecht-checkbox-size) + var(--utrecht-checkbox-margin-inline-end, 12px))*-1)}.utrecht-form-field--checkbox .utrecht-form-field__label .utrecht-form-field__input{margin-inline-end:var(--utrecht-checkbox-margin-inline-end,12px)}.utrecht-form-field--radio{display:grid;gap:0 var(--utrecht-radio-button-margin-inline-end,12px);grid-template-areas:\"input label\" \"input description\" \"input description-invalid\";grid-template-columns:var(--utrecht-radio-button-size) 100fr}.utrecht-form-field--radio .utrecht-form-field__label:has(.utrecht-form-field__input){margin-inline-start:calc((var(--utrecht-radio-button-size) + var(--utrecht-radio-button-margin-inline-end, 12px))*-1)}.utrecht-form-field--radio .utrecht-form-field__label .utrecht-form-field__input{margin-inline-end:var(--utrecht-radio-button-margin-inline-end,12px)}.utrecht-form-field__input{grid-area:input;margin-block-end:0;margin-block-start:0;order:5}.utrecht-form-field__label{grid-area:label;margin-block-end:var(--utrecht-form-field-label-margin-block-end);margin-block-start:0;order:1}.utrecht-form-field .utrecht-form-field-description{grid-area:description;margin-block-end:var(--utrecht-form-field-description-margin-block-end);margin-block-start:var(--utrecht-form-field-description-margin-block-start);order:2}.utrecht-form-field .utrecht-form-field-description--invalid{grid-area:description-invalid;order:3}.utrecht-form-field__description{grid-area:description;margin-block-end:var(--utrecht-form-field-description-margin-block-end);margin-block-start:var(--utrecht-form-field-description-margin-block-start);order:2}.utrecht-form-field__description--before{grid-area:description-before;order:4}";
1318
1330
  styleInject(css_248z$O);
1319
1331
 
1320
- var _excluded$X = ["className", "children", "description", "input", "invalid", "label", "type"];
1321
- function ownKeys$Y(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
1322
- function _objectSpread$Y(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$Y(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$Y(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
1323
- var FormField = /*#__PURE__*/forwardRef(function (_ref, ref) {
1324
- var className = _ref.className,
1325
- children = _ref.children,
1326
- description = _ref.description,
1327
- input = _ref.input,
1328
- invalid = _ref.invalid,
1329
- label = _ref.label,
1330
- type = _ref.type,
1331
- restProps = _objectWithoutProperties(_ref, _excluded$X);
1332
- return jsxs("div", _objectSpread$Y(_objectSpread$Y({}, restProps), {}, {
1332
+ var FormField = /*#__PURE__*/forwardRef(function (_a, ref) {
1333
+ var className = _a.className,
1334
+ children = _a.children,
1335
+ description = _a.description,
1336
+ input = _a.input,
1337
+ invalid = _a.invalid,
1338
+ label = _a.label,
1339
+ type = _a.type,
1340
+ restProps = __rest$1(_a, ["className", "children", "description", "input", "invalid", "label", "type"]);
1341
+ return jsxs("div", Object.assign({}, restProps, {
1333
1342
  ref: ref,
1334
1343
  className: clsx('utrecht-form-field', {
1335
1344
  'utrecht-form-field--invalid': invalid,
1336
1345
  'utrecht-form-field--checkbox': type === 'checkbox',
1337
1346
  'utrecht-form-field--radio': type === 'radio',
1338
1347
  'utrecht-form-field--text': !type || type === 'text'
1339
- }, className),
1340
- children: [label && jsx("div", {
1341
- className: "utrecht-form-field__label",
1348
+ }, className)
1349
+ }, {
1350
+ children: [label && jsx("div", Object.assign({
1351
+ className: "utrecht-form-field__label"
1352
+ }, {
1342
1353
  children: label
1343
- }), input && jsx("div", {
1344
- className: "utrecht-form-field__input",
1354
+ })), input && jsx("div", Object.assign({
1355
+ className: "utrecht-form-field__input"
1356
+ }, {
1345
1357
  children: input
1346
- }), description && jsx("div", {
1347
- className: "utrecht-form-field__description",
1358
+ })), description && jsx("div", Object.assign({
1359
+ className: "utrecht-form-field__description"
1360
+ }, {
1348
1361
  children: description
1349
- }), children]
1362
+ })), children]
1350
1363
  }));
1351
1364
  });
1352
1365
  FormField.displayName = 'FormField';
@@ -1354,19 +1367,17 @@ FormField.displayName = 'FormField';
1354
1367
  var css_248z$N = ".utrecht-form-field-description{--utrecht-document-color:currentColor;color:var(--utrecht-form-field-description-color);font-family:var(--utrecht-document-font-family,inherit);font-size:var(--utrecht-form-field-description-font-size,inherit);font-style:var(--utrecht-form-field-description-font-style);line-height:var(--utrecht-form-field-description-line-height);margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-form-field-description-margin-block-end, var(--utrecht-paragraph-margin-block-end, 0)));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-form-field-description-margin-block-start, var(--utrecht-paragraph-margin-block-start, 0)))}.utrecht-form-field-description--distanced,.utrecht-form-field-description>*{--utrecht-space-around:1}.utrecht-form-field-description--invalid{color:var(--utrecht-form-field-description-invalid-color,var(--utrecht-feedback-invalid-color,var(--utrecht-feedback-danger-color)))}.utrecht-form-field-description--valid{color:var(--utrecht-form-field-description-valid-color,var(--utrecht-feedback-valid-color,var(--utrecht-feedback-safe-color)))}.utrecht-form-field-description--warning{color:var(--utrecht-form-field-description-warning-color,var(--utrecht-feedback-warning-color))}";
1355
1368
  styleInject(css_248z$N);
1356
1369
 
1357
- var _excluded$W = ["invalid", "valid", "warning", "className", "children"];
1358
- function ownKeys$X(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
1359
- function _objectSpread$X(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$X(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$X(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
1360
- var FormFieldDescription = /*#__PURE__*/forwardRef(function (_ref, ref) {
1361
- var invalid = _ref.invalid,
1362
- valid = _ref.valid,
1363
- warning = _ref.warning,
1364
- className = _ref.className,
1365
- children = _ref.children,
1366
- restProps = _objectWithoutProperties(_ref, _excluded$W);
1367
- return jsx("div", _objectSpread$X(_objectSpread$X({}, restProps), {}, {
1370
+ var FormFieldDescription = /*#__PURE__*/forwardRef(function (_a, ref) {
1371
+ var invalid = _a.invalid,
1372
+ valid = _a.valid,
1373
+ warning = _a.warning,
1374
+ className = _a.className,
1375
+ children = _a.children,
1376
+ restProps = __rest$1(_a, ["invalid", "valid", "warning", "className", "children"]);
1377
+ return jsx("div", Object.assign({}, restProps, {
1368
1378
  ref: ref,
1369
- className: clsx('utrecht-form-field-description', invalid && 'utrecht-form-field-description--invalid', valid && 'utrecht-form-field-description--valid', warning && 'utrecht-form-field-description--warning', className),
1379
+ className: clsx('utrecht-form-field-description', invalid && 'utrecht-form-field-description--invalid', valid && 'utrecht-form-field-description--valid', warning && 'utrecht-form-field-description--warning', className)
1380
+ }, {
1370
1381
  children: children
1371
1382
  }));
1372
1383
  });
@@ -1375,16 +1386,14 @@ FormFieldDescription.displayName = 'FormFieldDescription';
1375
1386
  var css_248z$M = ".utrecht-form-field-error-message{--utrecht-document-color:currentColor;background-color:var(--utrecht-form-field-error-message-background-color);color:var(--utrecht-form-field-error-message-color);display:block;font-family:var(--utrecht-document-font-family,inherit);font-size:var(--utrecht-form-field-error-message-font-size,inherit);font-style:var(--utrecht-form-field-error-message-font-style);line-height:var(--utrecht-form-field-error-message-line-height);margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-form-field-error-message-margin-block-end, var(--utrecht-paragraph-margin-block-end, 0)));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-form-field-error-message-margin-block-start, var(--utrecht-paragraph-margin-block-start, 0)));padding-block-end:var(--utrecht-form-field-error-message-padding-block-end);padding-block-start:var(--utrecht-form-field-error-message-padding-block-start);padding-inline-end:var(--utrecht-form-field-error-message-padding-inline-end);padding-inline-start:var(--utrecht-form-field-error-message-padding-inline-start)}.utrecht-form-field-error-message>*{--utrecht-space-around:1}";
1376
1387
  styleInject(css_248z$M);
1377
1388
 
1378
- var _excluded$V = ["className", "children"];
1379
- function ownKeys$W(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
1380
- function _objectSpread$W(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$W(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$W(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
1381
- var FormFieldErrorMessage = /*#__PURE__*/forwardRef(function (_ref, ref) {
1382
- var className = _ref.className,
1383
- children = _ref.children,
1384
- restProps = _objectWithoutProperties(_ref, _excluded$V);
1385
- return jsx("div", _objectSpread$W(_objectSpread$W({}, restProps), {}, {
1389
+ var FormFieldErrorMessage = /*#__PURE__*/forwardRef(function (_a, ref) {
1390
+ var className = _a.className,
1391
+ children = _a.children,
1392
+ restProps = __rest$1(_a, ["className", "children"]);
1393
+ return jsx("div", Object.assign({}, restProps, {
1386
1394
  ref: ref,
1387
- className: clsx('utrecht-form-field-error-message', className),
1395
+ className: clsx('utrecht-form-field-error-message', className)
1396
+ }, {
1388
1397
  children: children
1389
1398
  }));
1390
1399
  });
@@ -1393,22 +1402,19 @@ FormFieldErrorMessage.displayName = 'FormFieldErrorMessage';
1393
1402
  var css_248z$L = ".utrecht-textbox{--_utrecht-textbox-value-char:0.667em + 0.334ch;--_utrecht-textbox-max-inline-size:calc(var(--utrecht-textbox-value-max-length)*var(--_utrecht-textbox-value-char) + var(--utrecht-textbox-padding-inline-end, var(--utrecht-form-control-padding-inline-end, 0)) + var(--utrecht-textbox-padding-inline-start, var(--utrecht-form-control-padding-inline-start, 0)) + var(--utrecht-textbox-border-width, var(--utrecht-form-control-border-width, 0)) + var(--utrecht-textbox-autocomplete-ui-size, 44px));background-color:var(--utrecht-textbox-background-color,var(--utrecht-form-control-background-color));block-size:auto;border-width:var(--utrecht-textbox-border-width,var(--utrecht-form-control-border-width));border-block-end-width:var(--utrecht-textbox-border-bottom-width,var(--utrecht-textbox-border-width,var(--utrecht-form-control-border-width)));border-color:var(--utrecht-textbox-border-color,var(--utrecht-form-control-border-color));border-radius:var(--utrecht-textbox-border-radius,var(--utrecht-form-control-border-radius,0));border-style:solid;box-sizing:border-box;color:var(--utrecht-textbox-color,var(--utrecht-form-control-color));font-family:var(--utrecht-textbox-font-family,var(--utrecht-form-control-font-family));font-size:var(--utrecht-textbox-font-size,var(--utrecht-form-control-font-size,inherit));font-weight:400;inline-size:100%;line-height:var(--utrecht-textbox-line-height,var(--utrecht-form-control-line-height,initial));max-inline-size:min(var(--_utrecht-textbox-max-inline-size,100%),var(--utrecht-textbox-max-inline-size,var(--utrecht-form-control-max-inline-size)));min-block-size:var(--utrecht-pointer-target-min-size,44px);min-inline-size:var(--utrecht-pointer-target-min-size,44px);padding-block-end:var(--utrecht-textbox-padding-block-end,var(--utrecht-form-control-padding-block-end,0));padding-block-start:var(--utrecht-textbox-padding-block-start,var(--utrecht-form-control-padding-block-start,0));padding-inline-end:var(--utrecht-textbox-padding-inline-end,var(--utrecht-form-control-padding-inline-end,initial));padding-inline-start:var(--utrecht-textbox-padding-inline-start,var(--utrecht-form-control-padding-inline-start,initial))}.utrecht-textbox--invalid{--_utrecht-textbox-border-width:var(\n --utrecht-textbox-invalid-border-width,var(\n --utrecht-form-control-invalid-border-width,var(--utrecht-textbox-border-width,var(--utrecht-form-control-border-width))\n )\n );background-color:var(--utrecht-textbox-invalid-background-color,var(--utrecht-form-control-invalid-background-color,var(--utrecht-textbox-background-color,var(--utrecht-form-control-background-color))));border-width:var(--_utrecht-textbox-border-width);border-block-end-width:var(--utrecht-textbox-invalid-border-bottom-width,var(--utrecht-form-control-invalid-border-bottom-width,var(--utrecht-textbox-border-bottom-width,var(--utrecht-form-control-border-bottom-width,var(--_utrecht-textbox-border-width)))));border-color:var(--utrecht-textbox-invalid-border-color,var(--utrecht-form-control-invalid-border-color,var(--utrecht-textbox-border-color,var(--utrecht-form-control-border-color))));color:var(--utrecht-textbox-invalid-color,var(--utrecht-form-control-invalid-color,var(--utrecht-textbox-color,var(--utrecht-form-control-color))))}.utrecht-textbox--disabled{background-color:var(--utrecht-textbox-disabled-background-color,var(--utrecht-form-control-disabled-background-color,var(--utrecht-textbox-background-color,var(--utrecht-form-control-background-color))));border-color:var(--utrecht-textbox-disabled-border-color,var(--utrecht-form-control-disabled-border-color,var(--utrecht-textbox-border-color,var(--utrecht-form-control-border-color))));color:var(--utrecht-textbox-disabled-color,var(--utrecht-form-control-disabled-color,var(--utrecht-textbox-color,var(--utrecht-form-control-color))));cursor:var(--utrecht-action-disabled-cursor,not-allowed)}.utrecht-textbox--focus{background-color:var(--utrecht-textbox-focus-background-color,var(--utrecht-form-control-focus-background-color,var(--utrecht-textbox-background-color,var(--utrecht-form-control-background-color))));border-color:var(--utrecht-textbox-focus-border-color,var(--utrecht-form-control-focus-border-color,var(--utrecht-textbox-border-color,var(--utrecht-form-control-border-color))));color:var(--utrecht-textbox-focus-color,var(--utrecht-form-control-focus-color,var(--utrecht-textbox-color,var(--utrecht-form-control-color))))}.utrecht-textbox--focus-visible{--_utrecht-focus-ring-box-shadow:0 0 0 var(--utrecht-focus-outline-width,0) 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)}.utrecht-textbox--read-only{background-color:var(--utrecht-textbox-read-only-background-color,var(--utrecht-form-control-read-only-background-color,var(--utrecht-textbox-background-color,var(--utrecht-form-control-background-color))));border-color:var(--utrecht-textbox-read-only-border-color,var(--utrecht-form-control-read-only-border-color,var(--utrecht-textbox-border-color,var(--utrecht-form-control-border-color))));color:var(--utrecht-textbox-read-only-color,var(--utrecht-form-control-read-only-color,var(--utrecht-textbox-color,var(--utrecht-form-control-color))))}.utrecht-textbox__placeholder{color:var(--utrecht-textbox-placeholder-color,var(--utrecht-form-control-placeholder-color,var(--utrecht-textbox-color,var(--utrecht-form-control-color))));font-style:var(--utrecht-form-control-placeholder-font-style);opacity:100%}.utrecht-textbox--numeric{-moz-appearance:textfield;font-variant-numeric:lining-nums tabular-nums}.utrecht-textbox--password{font-variant-ligatures:none;font-variant-numeric:slashed-zero}.utrecht-textbox--postal-code-nl-size{--utrecht-textbox-value-max-length:7}.utrecht-textbox--house-number-size{--utrecht-textbox-value-max-length:5}.utrecht-textbox--house-letter-size{--utrecht-textbox-value-max-length:1}.utrecht-textbox--house-addition-size{--utrecht-textbox-value-max-length:4}.utrecht-textbox--voorvoegsel-size{--utrecht-textbox-value-max-length:10}.utrecht-textbox--tel-size{--utrecht-textbox-value-max-length:19}.utrecht-textbox--tel-nl-size{--utrecht-textbox-value-max-length:13}.utrecht-textbox--iban-size{--utrecht-textbox-value-max-length:41}.utrecht-textbox--iban-nl-size{--utrecht-textbox-value-max-length:22}.utrecht-textbox--placeholder-ltr::placeholder,.utrecht-textbox--placeholder-ltr:placeholder-shown{direction:ltr}.utrecht-textbox--placeholder-rtl::placeholder,.utrecht-textbox--placeholder-rtl:placeholder-shown{direction:rtl}.utrecht-textbox--url{font-variant-ligatures:none}.utrecht-textbox--html-input:focus{--_utrecht-focus-ring-box-shadow:0 0 0 var(--utrecht-focus-outline-width,0) var(--utrecht-focus-inverse-outline-color,transparent);background-color:var(--utrecht-textbox-focus-background-color,var(--utrecht-form-control-focus-background-color,var(--utrecht-textbox-background-color,var(--utrecht-form-control-background-color))));border-color:var(--utrecht-textbox-focus-border-color,var(--utrecht-form-control-focus-border-color,var(--utrecht-textbox-border-color,var(--utrecht-form-control-border-color))));box-shadow:var(--_utrecht-focus-ring-box-shadow);color:var(--utrecht-textbox-focus-color,var(--utrecht-form-control-focus-color,var(--utrecht-textbox-color,var(--utrecht-form-control-color))));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)}.utrecht-textbox--html-input:focus:not(:focus-visible){box-shadow:none;outline-style:revert}.utrecht-textbox--html-input:invalid,.utrecht-textbox--html-input[aria-invalid=true]{--_utrecht-textbox-border-width:var(\n --utrecht-textbox-invalid-border-width,var(\n --utrecht-form-control-invalid-border-width,var(--utrecht-textbox-border-width,var(--utrecht-form-control-border-width))\n )\n );background-color:var(--utrecht-textbox-invalid-background-color,var(--utrecht-form-control-invalid-background-color,var(--utrecht-textbox-background-color,var(--utrecht-form-control-background-color))));border-width:var(--_utrecht-textbox-border-width);border-block-end-width:var(--utrecht-textbox-invalid-border-bottom-width,var(--utrecht-form-control-invalid-border-bottom-width,var(--utrecht-textbox-border-bottom-width,var(--utrecht-form-control-border-bottom-width,var(--_utrecht-textbox-border-width)))));border-color:var(--utrecht-textbox-invalid-border-color,var(--utrecht-form-control-invalid-border-color,var(--utrecht-textbox-border-color,var(--utrecht-form-control-border-color))));color:var(--utrecht-textbox-invalid-color,var(--utrecht-form-control-invalid-color,var(--utrecht-textbox-color,var(--utrecht-form-control-color))))}.utrecht-textbox--html-input:read-only{background-color:var(--utrecht-textbox-read-only-background-color,var(--utrecht-form-control-read-only-background-color,var(--utrecht-textbox-background-color,var(--utrecht-form-control-background-color))));border-color:var(--utrecht-textbox-read-only-border-color,var(--utrecht-form-control-read-only-border-color,var(--utrecht-textbox-border-color,var(--utrecht-form-control-border-color))));color:var(--utrecht-textbox-read-only-color,var(--utrecht-form-control-read-only-color,var(--utrecht-textbox-color,var(--utrecht-form-control-color))))}.utrecht-textbox--html-input:disabled{background-color:var(--utrecht-textbox-disabled-background-color,var(--utrecht-form-control-disabled-background-color,var(--utrecht-textbox-background-color,var(--utrecht-form-control-background-color))));border-color:var(--utrecht-textbox-disabled-border-color,var(--utrecht-form-control-disabled-border-color,var(--utrecht-textbox-border-color,var(--utrecht-form-control-border-color))));color:var(--utrecht-textbox-disabled-color,var(--utrecht-form-control-disabled-color,var(--utrecht-textbox-color,var(--utrecht-form-control-color))));cursor:var(--utrecht-action-disabled-cursor,not-allowed)}.utrecht-textbox--html-input::placeholder{color:var(--utrecht-textbox-placeholder-color,var(--utrecht-form-control-placeholder-color,var(--utrecht-textbox-color,var(--utrecht-form-control-color))));font-style:var(--utrecht-form-control-placeholder-font-style);opacity:100%}.utrecht-textbox--html-input[type=password i]{font-variant-ligatures:none;font-variant-numeric:slashed-zero}.utrecht-textbox--html-input[inputMode=email i],.utrecht-textbox--html-input[inputMode=url i],.utrecht-textbox--html-input[type=email i],.utrecht-textbox--html-input[type=url i]{font-variant-ligatures:none}.utrecht-textbox--html-input[inputMode=decimal i],.utrecht-textbox--html-input[inputMode=numeric i],.utrecht-textbox--html-input[inputMode=tel i],.utrecht-textbox--html-input[pattern=\"[0-9]*\"],.utrecht-textbox--html-input[pattern=\"\\\\d*\"],.utrecht-textbox--html-input[type=number i],.utrecht-textbox--html-input[type=tel i]{-moz-appearance:textfield;font-variant-numeric:lining-nums tabular-nums}";
1394
1403
  styleInject(css_248z$L);
1395
1404
 
1396
- var _excluded$U = ["dir", "disabled", "invalid", "readOnly", "required", "inputRequired", "className", "type", "inputMode"];
1397
- function ownKeys$V(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
1398
- function _objectSpread$V(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$V(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$V(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
1399
- var Textbox = /*#__PURE__*/forwardRef(function (_ref, ref) {
1400
- var dir = _ref.dir,
1401
- disabled = _ref.disabled,
1402
- invalid = _ref.invalid,
1403
- readOnly = _ref.readOnly,
1404
- required = _ref.required,
1405
- inputRequired = _ref.inputRequired,
1406
- className = _ref.className,
1407
- _ref$type = _ref.type,
1408
- type = _ref$type === void 0 ? 'text' : _ref$type,
1409
- inputMode = _ref.inputMode,
1410
- restProps = _objectWithoutProperties(_ref, _excluded$U);
1411
- return jsx("input", _objectSpread$V(_objectSpread$V({}, restProps), {}, {
1405
+ var Textbox = /*#__PURE__*/forwardRef(function (_a, ref) {
1406
+ var dir = _a.dir,
1407
+ disabled = _a.disabled,
1408
+ invalid = _a.invalid,
1409
+ readOnly = _a.readOnly,
1410
+ required = _a.required,
1411
+ inputRequired = _a.inputRequired,
1412
+ className = _a.className,
1413
+ _a$type = _a.type,
1414
+ type = _a$type === void 0 ? 'text' : _a$type,
1415
+ inputMode = _a.inputMode,
1416
+ restProps = __rest$1(_a, ["dir", "disabled", "invalid", "readOnly", "required", "inputRequired", "className", "type", "inputMode"]);
1417
+ return jsx("input", Object.assign({}, restProps, {
1412
1418
  ref: ref,
1413
1419
  type: type,
1414
1420
  className: clsx('utrecht-textbox', 'utrecht-textbox--html-input', disabled && 'utrecht-textbox--disabled', invalid && 'utrecht-textbox--invalid', readOnly && 'utrecht-textbox--readonly', (required || inputRequired) && 'utrecht-textbox--required', className),
@@ -1423,83 +1429,83 @@ var Textbox = /*#__PURE__*/forwardRef(function (_ref, ref) {
1423
1429
  });
1424
1430
  Textbox.displayName = 'Textbox';
1425
1431
 
1426
- var _excluded$T = ["children", "className", "type", "disabled", "checked"];
1427
- function ownKeys$U(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
1428
- function _objectSpread$U(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$U(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$U(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
1429
- var FormLabel = /*#__PURE__*/forwardRef(function (_ref, ref) {
1430
- var children = _ref.children,
1431
- className = _ref.className,
1432
- type = _ref.type,
1433
- disabled = _ref.disabled,
1434
- checked = _ref.checked,
1435
- restProps = _objectWithoutProperties(_ref, _excluded$T);
1436
- return jsx("label", _objectSpread$U(_objectSpread$U({}, restProps), {}, {
1432
+ var FormLabel = /*#__PURE__*/forwardRef(function (_a, ref) {
1433
+ var children = _a.children,
1434
+ className = _a.className,
1435
+ type = _a.type,
1436
+ disabled = _a.disabled,
1437
+ checked = _a.checked,
1438
+ restProps = __rest$1(_a, ["children", "className", "type", "disabled", "checked"]);
1439
+ return jsx("label", Object.assign({}, restProps, {
1437
1440
  ref: ref,
1438
- className: clsx('utrecht-form-label', type && "utrecht-form-label--".concat(type), disabled && 'utrecht-form-label--disabled', checked && 'utrecht-form-label--checked', className),
1441
+ className: clsx('utrecht-form-label', type && "utrecht-form-label--".concat(type), disabled && 'utrecht-form-label--disabled', checked && 'utrecht-form-label--checked', className)
1442
+ }, {
1439
1443
  children: children
1440
1444
  }));
1441
1445
  });
1442
1446
  FormLabel.displayName = 'FormLabel';
1443
1447
 
1444
- var _excluded$S = ["name", "invalid", "disabled", "label", "errorMessage", "description", "readOnly", "status", "autoComplete", "list", "min", "max", "minLength", "maxLength", "step", "placeholder", "pattern", "required", "inputRequired", "inputDir", "type", "value", "onChange", "onInput", "onFocus", "onBlur", "defaultValue", "size", "children", "inputRef"];
1445
- function ownKeys$T(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
1446
- function _objectSpread$T(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$T(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$T(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
1447
- var FormFieldTextbox = /*#__PURE__*/forwardRef(function (_ref, ref) {
1448
- var name = _ref.name,
1449
- invalid = _ref.invalid,
1450
- disabled = _ref.disabled,
1451
- label = _ref.label,
1452
- errorMessage = _ref.errorMessage,
1453
- description = _ref.description,
1454
- readOnly = _ref.readOnly,
1455
- status = _ref.status,
1456
- autoComplete = _ref.autoComplete,
1457
- list = _ref.list,
1458
- min = _ref.min,
1459
- max = _ref.max,
1460
- minLength = _ref.minLength,
1461
- maxLength = _ref.maxLength,
1462
- step = _ref.step,
1463
- placeholder = _ref.placeholder,
1464
- pattern = _ref.pattern,
1465
- required = _ref.required,
1466
- inputRequired = _ref.inputRequired,
1467
- inputDir = _ref.inputDir,
1468
- type = _ref.type,
1469
- value = _ref.value,
1470
- onChange = _ref.onChange,
1471
- onInput = _ref.onInput,
1472
- onFocus = _ref.onFocus,
1473
- onBlur = _ref.onBlur,
1474
- defaultValue = _ref.defaultValue,
1475
- size = _ref.size,
1476
- children = _ref.children,
1477
- inputRef = _ref.inputRef,
1478
- props = _objectWithoutProperties(_ref, _excluded$S);
1448
+ var FormFieldTextbox = /*#__PURE__*/forwardRef(function (_a, ref) {
1449
+ var name = _a.name,
1450
+ invalid = _a.invalid,
1451
+ disabled = _a.disabled,
1452
+ label = _a.label,
1453
+ errorMessage = _a.errorMessage,
1454
+ description = _a.description,
1455
+ readOnly = _a.readOnly,
1456
+ status = _a.status,
1457
+ autoComplete = _a.autoComplete,
1458
+ list = _a.list,
1459
+ min = _a.min,
1460
+ max = _a.max,
1461
+ minLength = _a.minLength,
1462
+ maxLength = _a.maxLength,
1463
+ step = _a.step,
1464
+ placeholder = _a.placeholder,
1465
+ pattern = _a.pattern,
1466
+ required = _a.required,
1467
+ inputRequired = _a.inputRequired,
1468
+ inputDir = _a.inputDir,
1469
+ type = _a.type,
1470
+ value = _a.value,
1471
+ onChange = _a.onChange,
1472
+ onInput = _a.onInput,
1473
+ onFocus = _a.onFocus,
1474
+ onBlur = _a.onBlur,
1475
+ defaultValue = _a.defaultValue,
1476
+ size = _a.size,
1477
+ children = _a.children,
1478
+ inputRef = _a.inputRef,
1479
+ props = __rest$1(_a, ["name", "invalid", "disabled", "label", "errorMessage", "description", "readOnly", "status", "autoComplete", "list", "min", "max", "minLength", "maxLength", "step", "placeholder", "pattern", "required", "inputRequired", "inputDir", "type", "value", "onChange", "onInput", "onFocus", "onBlur", "defaultValue", "size", "children", "inputRef"]);
1479
1480
  var inputId = useId();
1480
1481
  var descriptionId = useId();
1481
1482
  var statusId = useId();
1482
1483
  var errorMessageId = useId();
1483
- return jsxs(FormField, _objectSpread$T(_objectSpread$T({
1484
+ return jsxs(FormField, Object.assign({
1484
1485
  invalid: invalid,
1485
1486
  ref: ref
1486
- }, props), {}, {
1487
- children: [jsx("div", {
1488
- className: "utrecht-form-field__label",
1489
- children: jsx(FormLabel, {
1490
- htmlFor: inputId,
1487
+ }, props, {
1488
+ children: [jsx("div", Object.assign({
1489
+ className: "utrecht-form-field__label"
1490
+ }, {
1491
+ children: jsx(FormLabel, Object.assign({
1492
+ htmlFor: inputId
1493
+ }, {
1491
1494
  children: label
1492
- })
1493
- }), description && jsx(FormFieldDescription, {
1495
+ }))
1496
+ })), description && jsx(FormFieldDescription, Object.assign({
1494
1497
  className: "utrecht-form-field__description",
1495
- id: descriptionId,
1498
+ id: descriptionId
1499
+ }, {
1496
1500
  children: description
1497
- }), invalid && errorMessage && jsx(FormFieldErrorMessage, {
1501
+ })), invalid && errorMessage && jsx(FormFieldErrorMessage, Object.assign({
1498
1502
  className: "utrecht-form-field__error-message",
1499
- id: errorMessageId,
1503
+ id: errorMessageId
1504
+ }, {
1500
1505
  children: errorMessage
1501
- }), jsx("div", {
1502
- className: "utrecht-form-field__input",
1506
+ })), jsx("div", Object.assign({
1507
+ className: "utrecht-form-field__input"
1508
+ }, {
1503
1509
  children: jsx(Textbox, {
1504
1510
  ref: inputRef,
1505
1511
  id: inputId,
@@ -1529,11 +1535,12 @@ var FormFieldTextbox = /*#__PURE__*/forwardRef(function (_ref, ref) {
1529
1535
  size: size,
1530
1536
  step: step
1531
1537
  })
1532
- }), status && jsx("div", {
1538
+ })), status && jsx("div", Object.assign({
1533
1539
  className: "utrecht-form-field__status",
1534
- id: statusId,
1540
+ id: statusId
1541
+ }, {
1535
1542
  children: status
1536
- }), children]
1543
+ })), children]
1537
1544
  }));
1538
1545
  });
1539
1546
  FormFieldTextbox.displayName = 'FormFieldTextbox';
@@ -1544,28 +1551,26 @@ styleInject(css_248z$K);
1544
1551
  var css_248z$J = ".utrecht-form-toggle{align-items:center;block-size:var(--utrecht-form-toggle-height,2em);border-color:var(--utrecht-form-toggle-border-color,currentColor);border-radius:var(--utrecht-form-toggle-border-radius,999rem);border-style:var(--utrecht-form-toggle-border-style,solid);border-width:var(--utrecht-form-toggle-border-width,1px);color:var(--utrecht-form-toggle-color);cursor:var(--utrecht-action-activate-cursor,revert);display:flex;inline-size:var(--utrecht-form-toggle-width,6em);padding-block-end:var(--utrecht-form-toggle-padding-block-end);padding-block-start:var(--utrecht-form-toggle-padding-block-start);padding-inline-end:var(--utrecht-form-toggle-padding-inline-end);padding-inline-start:var(--utrecht-form-toggle-padding-inline-start);position:relative;-webkit-user-select:none;user-select:none}@media screen and (-ms-high-contrast:active),screen and (forced-colors:active){.utrecht-form-toggle{--utrecht-form-toggle-background-color:ButtonFace;--utrecht-form-toggle-border-color:buttonborder;--utrecht-form-toggle-border-width:1px;--utrecht-form-toggle-border-radius:var(--utrecht-form-toggle-track-border-radius);--utrecht-form-toggle-thumb-background-color:ButtonText;--utrecht-form-toggle-thumb-disabled-background-color:GrayText;border-color:var(--utrecht-form-toggle-track-disabled-border-color,var(--utrecht-form-toggle-track-border-color));border-width:min(var(--utrecht-form-toggle-border-width,1px),1px)}}.utrecht-form-toggle--focus-visible,.utrecht-form-toggle--html-div:focus-visible{--_utrecht-focus-ring-box-shadow:0 0 0 var(--utrecht-focus-outline-width,0) 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)}.utrecht-form-toggle--hover{background-color:var(--utrecht-form-toggle-hover-background-color,var(--utrecht-form-toggle-background-color));color:var(--utrecht-form-toggle-hover-color,var(--utrecht-form-toggle-color))}.utrecht-form-toggle--disabled,.utrecht-form-toggle--html-div:disabled{border-color:var(--utrecht-form-toggle-disabled-border-color,var(--utrecht-form-toggle-border-color,currentColor));border-style:var(--utrecht-form-toggle-disabled-border-style,var(--utrecht-form-toggle-border-style,solid));border-width:var(--utrecht-form-toggle-disabled-border-width,var(--utrecht-form-toggle-border-width,1px));cursor:var(--utrecht-action-disabled-cursor,not-allowed)}.utrecht-form-toggle__thumb{background-color:var(--utrecht-form-toggle-thumb-background-color,currentColor);border-radius:var(--utrecht-form-toggle-thumb-border-radius,50%);box-shadow:var(--utrecht-form-toggle-thumb-box-shadow);margin-inline-end:var(--utrecht-form-toggle-thumb-margin-inline-end,0);margin-inline-start:var(--utrecht-form-toggle-thumb-margin-inline-start,0);min-block-size:var(--utrecht-form-toggle-thumb-min-inline-size,1.5em);min-inline-size:var(--utrecht-form-toggle-thumb-min-inline-size,1.5em);z-index:20}.utrecht-form-toggle--html-checkbox .utrecht-form-toggle__checkbox:checked~.utrecht-form-toggle__track .utrecht-form-toggle__thumb,.utrecht-form-toggle__thumb--checked{margin-inline-start:auto}.utrecht-form-toggle--html-checkbox .utrecht-form-toggle__checkbox:not(:checked)~.utrecht-form-toggle__track .utrecht-form-toggle__thumb,.utrecht-form-toggle__thumb--not-checked{margin-inline-end:auto}.utrecht-form-toggle--html-checkbox .utrecht-form-toggle__checkbox:disabled~.utrecht-form-toggle__track .utrecht-form-toggle__thumb,.utrecht-form-toggle__thumb--disabled{background-color:var(--utrecht-form-toggle-thumb-disabled-background-color,#aaa);box-shadow:var(--utrecht-form-toggle-thumb-disabled-box-shadow,0)}.utrecht-form-toggle__track{align-items:center;background-color:var(--utrecht-form-toggle-accent-color);block-size:100%;border-radius:var(--utrecht-form-toggle-track-border-radius,var(--utrecht-form-toggle-border-radius));display:flex;inline-size:100%}.utrecht-form-toggle__track--html-label{cursor:inherit}.utrecht-form-toggle--html-checkbox .utrecht-form-toggle__checkbox:checked~.utrecht-form-toggle__track,.utrecht-form-toggle__track--checked{background-color:var(--utrecht-form-toggle-checked-accent-color,var(--utrecht-form-toggle-accent-color))}.utrecht-form-toggle--html-checkbox .utrecht-form-toggle__checkbox:disabled~.utrecht-form-toggle__track,.utrecht-form-toggle__track--disabled{background-color:var(--utrecht-form-toggle-background-disabled-background-color,#ddd);color:var(--utrecht-form-toggle-disabled-color,#000)}.utrecht-form-toggle__track--focus-visible{--_utrecht-focus-ring-box-shadow:0 0 0 var(--utrecht-focus-outline-width,0) 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)}.utrecht-form-toggle--html-checkbox .utrecht-form-toggle__checkbox{clip:rect(1px,1px,1px,1px)!important;block-size:1px!important;border:0!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;inline-size:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important}.utrecht-form-toggle--html-checkbox .utrecht-form-toggle__checkbox:focus-visible~.utrecht-form-toggle__track{--_utrecht-focus-ring-box-shadow:0 0 0 var(--utrecht-focus-outline-width,0) 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)}";
1545
1552
  styleInject(css_248z$J);
1546
1553
 
1547
- var _excluded$R = ["checked", "disabled", "invalid", "id", "hidden", "required", "role", "tabIndex", "className"];
1548
- function ownKeys$S(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
1549
- function _objectSpread$S(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$S(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$S(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
1550
- var FormToggle = /*#__PURE__*/forwardRef(function (_ref, ref) {
1551
- var checked = _ref.checked,
1552
- disabled = _ref.disabled,
1553
- invalid = _ref.invalid,
1554
- id = _ref.id,
1555
- hidden = _ref.hidden,
1556
- required = _ref.required,
1557
- role = _ref.role,
1558
- tabIndex = _ref.tabIndex,
1559
- className = _ref.className,
1560
- restProps = _objectWithoutProperties(_ref, _excluded$R);
1561
- return jsxs("div", {
1554
+ var FormToggle = /*#__PURE__*/forwardRef(function (_a, ref) {
1555
+ var checked = _a.checked,
1556
+ disabled = _a.disabled,
1557
+ invalid = _a.invalid,
1558
+ id = _a.id,
1559
+ hidden = _a.hidden,
1560
+ required = _a.required,
1561
+ role = _a.role,
1562
+ tabIndex = _a.tabIndex,
1563
+ className = _a.className,
1564
+ restProps = __rest$1(_a, ["checked", "disabled", "invalid", "id", "hidden", "required", "role", "tabIndex", "className"]);
1565
+ return jsxs("div", Object.assign({
1562
1566
  className: clsx('utrecht-form-toggle', 'utrecht-form-toggle--html-checkbox', {
1563
1567
  'utrecht-form-toggle--disabled': disabled,
1564
1568
  'utrecht-form-toggle--invalid': invalid,
1565
1569
  'utrecht-form-toggle--required': required
1566
1570
  }, className),
1567
- hidden: hidden,
1568
- children: [jsx("input", _objectSpread$S({
1571
+ hidden: hidden
1572
+ }, {
1573
+ children: [jsx("input", Object.assign({
1569
1574
  id: id,
1570
1575
  "aria-invalid": invalid || undefined,
1571
1576
  type: "checkbox",
@@ -1576,30 +1581,29 @@ var FormToggle = /*#__PURE__*/forwardRef(function (_ref, ref) {
1576
1581
  ref: ref,
1577
1582
  role: role,
1578
1583
  tabIndex: tabIndex
1579
- }, restProps)), jsx("label", {
1584
+ }, restProps)), jsx("label", Object.assign({
1580
1585
  htmlFor: id,
1581
- className: clsx('utrecht-form-toggle__track', 'utrecht-form-toggle__track--html-label'),
1586
+ className: clsx('utrecht-form-toggle__track', 'utrecht-form-toggle__track--html-label')
1587
+ }, {
1582
1588
  children: jsx("div", {
1583
1589
  className: "utrecht-form-toggle__thumb"
1584
1590
  })
1585
- })]
1586
- });
1591
+ }))]
1592
+ }));
1587
1593
  });
1588
1594
  FormToggle.displayName = 'FormToggle';
1589
1595
 
1590
1596
  var css_248z$I = "@charset \"UTF-8\";.utrecht-html{--utrecht-space-around:1}.utrecht-html article{max-inline-size:var(--utrecht-article-max-inline-size)}.utrecht-html blockquote{--utrecht-document-color:var(--utrecht-blockquote-content-color,inherit);--utrecht-paragraph-font-size:var(--utrecht-blockquote-content-font-size,inherit);--utrecht-space-around:1;background-color:var(--utrecht-blockquote-background-color);color:var(--utrecht-blockquote-color);color:var(--utrecht-blockquote-content-color,inherit);font-family:var(--utrecht-document-font-family);font-size:var(--utrecht-blockquote-font-size);font-size:var(--utrecht-blockquote-content-font-size,inherit);font-style:var(--utrecht-blockquote-font-style);margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-blockquote-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-blockquote-margin-block-start, 0));margin-inline-end:var(--utrecht-blockquote-margin-inline-end);margin-inline-start:var(--utrecht-blockquote-margin-inline-start);padding-block-end:var(--utrecht-blockquote-padding-block-end);padding-block-start:var(--utrecht-blockquote-padding-block-start);padding-inline-end:var(--utrecht-blockquote-padding-inline-end);padding-inline-start:var(--utrecht-blockquote-padding-inline-start)}.utrecht-html button,.utrecht-html input[type=button i],.utrecht-html input[type=reset i],.utrecht-html input[type=submit i]{--_utrecht-button-background-color:var(\n --_utrecht-button-hint-background-color,var(--_utrecht-button-appearance-background-color,var(--utrecht-button-background-color))\n );--_utrecht-button-color:var(\n --_utrecht-button-hint-color,var(--_utrecht-button-appearance-color,var(--utrecht-button-color))\n );--_utrecht-button-border-color:var(\n --_utrecht-button-hint-border-color,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,var(\n --_utrecht-button-hint-border-color,var(\n --_utrecht-button-appearance-border-bottom-color,var(\n --_utrecht-button-appearance-border-color,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,var(\n --_utrecht-button-appearance-disabled-background-color,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,var(\n --_utrecht-button-appearance-disabled-border-color,var(--utrecht-button-disabled-border-color,var(--utrecht-button-border-color))\n )\n );--_utrecht-button-disabled-color:var(\n --_utrecht-button-hint-disabled-color,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,var(\n --_utrecht-button-hint-background-color,var(\n --_utrecht-button-appearance-pressed-background-color,var(\n --_utrecht-button-appearance-background-color,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,var(\n --_utrecht-button-hint-border-color,var(\n --_utrecht-button-appearance-pressed-border-color,var(\n --_utrecht-button-appearance-border-color,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,var(\n --_utrecht-button-hint-color,var(\n --_utrecht-button-appearance-pressed-color,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,var(\n --_utrecht-button-hint-background-color,var(\n --_utrecht-button-appearance-focus-background-color,var(\n --_utrecht-button-appearance-background-color,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,var(\n --_utrecht-button-hint-border-color,var(\n --_utrecht-button-appearance-focus-border-color,var(\n --_utrecht-button-appearance-border-color,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,var(\n --_utrecht-button-hint-color,var(\n --_utrecht-button-appearance-focus-color,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,var(\n --_utrecht-button-hint-background-color,var(\n --_utrecht-button-appearance-hover-background-color,var(\n --_utrecht-button-appearance-background-color,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,var(\n --_utrecht-button-hint-border-color,var(\n --_utrecht-button-appearance-hover-border-color,var(\n --_utrecht-button-appearance-border-color,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,var(\n --_utrecht-button-hint-color,var(\n --_utrecht-button-appearance-hover-color,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,var(\n --_utrecht-button-hint-background-color,var(\n --_utrecht-button-appearance-active-background-color,var(\n --_utrecht-button-appearance-background-color,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,var(\n --_utrecht-button-hint-border-color,var(\n --_utrecht-button-appearance-active-border-color,var(\n --_utrecht-button-appearance-border-color,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,var(\n --_utrecht-button-hint-color,var(\n --_utrecht-button-appearance-active-color,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,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);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));gap:var(--utrecht-button-icon-gap);inline-size:var(--utrecht-button-inline-size,auto);justify-content:center;line-height:var(--_utrecht-button-line-height);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);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}.utrecht-html button[hidden]{display:none}.utrecht-html button[type=submit i],.utrecht-html input[type=submit i]{cursor:var(--utrecht-action-submit-cursor,revert)}.utrecht-html button:disabled,.utrecht-html button[aria-disabled=true]{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-html button:disabled[aria-busy=true],.utrecht-html button[aria-busy=true],.utrecht-html button[aria-disabled=true][aria-busy=true]{cursor:var(--utrecht-action-busy-cursor,wait)}.utrecht-html button:active:not([aria-disabled=true],:disabled){background-color:var(--_utrecht-button-active-background-color);border-color:var(--_utrecht-button-active-border-color);color:var(--_utrecht-button-active-color)}.utrecht-html button:hover:not([aria-disabled=true],: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-html button:focus:not([aria-disabled=true],: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-html button:focus-visible{--_utrecht-focus-ring-box-shadow:0 0 0 var(--utrecht-focus-outline-width,0) 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)}.utrecht-html input[type=checkbox i]{cursor:var(--utrecht-action-activate-cursor,revert);margin-block-end:0;margin-block-start:0;margin-inline-end:0;margin-inline-start:0;-webkit-user-select:none;user-select:none}.utrecht-html input[type=checkbox i]:disabled{cursor:var(--utrecht-action-disabled-cursor,revert)}.utrecht-html input[type=checkbox i]:focus{--_utrecht-focus-ring-box-shadow:0 0 0 var(--utrecht-focus-outline-width,0) 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)}.utrecht-html input[type=checkbox i]:focus:not(:focus-visible){box-shadow:none;outline-style:revert}.utrecht-html body{-webkit-font-smoothing:auto!important;-moz-osx-font-smoothing:auto!important;-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none;background-color:var(--utrecht-document-background-color,inherit);color:var(--utrecht-document-color,inherit);font-family:var(--utrecht-document-font-family,inherit);font-size:var(--utrecht-document-font-size,inherit);font-weight:var(--utrecht-document-font-weight,inherit);line-height:var(--utrecht-document-line-height,inherit);text-rendering:optimizeLegibility}.utrecht-html body :lang(ar){letter-spacing:0!important}.utrecht-html code{background-color:var(--utrecht-code-background-color);color:var(--utrecht-code-color);font-family:var(--utrecht-code-font-family,monospace),monospace;font-size:var(--utrecht-code-font-size,inherit);font-variant-ligatures:none;line-height:var(--utrecht-code-line-height)}.utrecht-html em{font-style:var(--utrecht-emphasis-stressed-font-style,italic)}.utrecht-html strong{font-weight:var(--utrecht-emphasis-strong-font-weight,bold)}.utrecht-html fieldset{--utrecht-space-around:1;all:revert;border:0;margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-form-fieldset-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-form-fieldset-margin-block-start, 0));margin-inline-end:0;margin-inline-start:0;min-inline-size:0;padding-block-end:0;padding-block-start:.01em;padding-inline-end:0;padding-inline-start:0}.utrecht-html fieldset[hidden]{display:none}.utrecht-html figure{margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-figure-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-figure-margin-block-start, 0))}.utrecht-html figcaption{color:var(--utrecht-figure-caption-color);font-size:var(--utrecht-figure-caption-font-size);line-height:var(--utrecht-figure-caption-line-height)}.utrecht-html form{display:block;max-inline-size:var(--utrecht-form-max-inline-size)}.utrecht-html legend{break-inside:avoid;color:var(--utrecht-form-fieldset-legend-color,var(--utrecht-document-color,inherit));display:table;font-family:var(--utrecht-form-fieldset-legend-font-family,var(--utrecht-document-font-family));font-size:var(--utrecht-form-fieldset-legend-font-size);font-weight:var(--utrecht-form-fieldset-legend-font-weight);inline-size:100%;line-height:var(--utrecht-form-fieldset-legend-line-height);margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-form-fieldset-legend-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-form-fieldset-legend-margin-block-start, 0));padding-inline-end:0;padding-inline-start:0;page-break-after:avoid;page-break-inside:avoid}.utrecht-html legend[hidden]{display:none}.utrecht-html fieldset:disabled>legend{color:var(--utrecht-form-fieldset-legend-disabled-color,var(--utrecht-form-fieldset-legend-color,var(--utrecht-document-color,inherit)))}.utrecht-html label{color:var(--utrecht-form-label-color);font-size:var(--utrecht-form-label-font-size);font-weight:var(--utrecht-form-label-font-weight)}.utrecht-html input[type=checkbox i]~label{color:var(--utrecht-form-label-checkbox-color,var(--utrecht-form-label-color));cursor:var(--utrecht-action-activate-cursor,revert);font-weight:var(--utrecht-form-label-checkbox-font-weight,var(--utrecht-form-label-font-weight))}.utrecht-html input[type=radio i]~label{color:var(--utrecht-form-label-checkbox-color,var(--utrecht-form-label-color));cursor:var(--utrecht-action-activate-cursor,revert);font-weight:var(--utrecht-form-label-radio-font-weight,var(--utrecht-form-label-font-weight))}.utrecht-html mark{background-color:var(--utrecht-mark-background-color,revert);color:var(--utrecht-mark-color,revert)}@media print{.utrecht-html mark{outline-color:currentColor;outline-style:dotted;outline-width:.1em}}@media screen and (-ms-high-contrast:active){.utrecht-html mark{background-color:Highlight;color:HighlightText}}.utrecht-html h1{color:var(--utrecht-heading-1-color,var(--utrecht-heading-color,var(--utrecht-document-color,inherit)));font-family:var(--utrecht-heading-1-font-family,var(--utrecht-heading-font-family,var(--utrecht-document-font-family)));font-size:var(--utrecht-heading-1-font-size,revert);font-weight:var(--utrecht-heading-1-font-weight,var(--utrecht-heading-font-weight,bold));line-height:var(--utrecht-heading-1-line-height);margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-heading-1-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-heading-1-margin-block-start, 0))}.utrecht-html h1,.utrecht-html h2{--utrecht-space-around:1;break-inside:avoid-column;page-break-after:avoid;page-break-inside:avoid}.utrecht-html h2{color:var(--utrecht-heading-2-color,var(--utrecht-heading-color,var(--utrecht-document-color,inherit)));font-family:var(--utrecht-heading-2-font-family,var(--utrecht-heading-font-family,var(--utrecht-document-font-family)));font-size:var(--utrecht-heading-2-font-size,revert);font-weight:var(--utrecht-heading-2-font-weight,var(--utrecht-heading-font-weight,bold));line-height:var(--utrecht-heading-2-line-height);margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-heading-2-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-heading-2-margin-block-start, 0))}.utrecht-html h3{color:var(--utrecht-heading-3-color,var(--utrecht-heading-color,var(--utrecht-document-color,inherit)));font-family:var(--utrecht-heading-3-font-family,var(--utrecht-heading-font-family,var(--utrecht-document-font-family)));font-size:var(--utrecht-heading-3-font-size,revert);font-weight:var(--utrecht-heading-3-font-weight,var(--utrecht-heading-font-weight,bold));line-height:var(--utrecht-heading-3-line-height);margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-heading-3-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-heading-3-margin-block-start, 0))}.utrecht-html h3,.utrecht-html h4{--utrecht-space-around:1;break-inside:avoid-column;page-break-after:avoid;page-break-inside:avoid}.utrecht-html h4{color:var(--utrecht-heading-4-color,var(--utrecht-heading-color,var(--utrecht-document-color,inherit)));font-family:var(--utrecht-heading-4-font-family,var(--utrecht-heading-font-family,var(--utrecht-document-font-family)));font-size:var(--utrecht-heading-4-font-size,revert);font-weight:var(--utrecht-heading-4-font-weight,var(--utrecht-heading-font-weight,bold));line-height:var(--utrecht-heading-4-line-height);margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-heading-4-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-heading-4-margin-block-start, 0))}.utrecht-html h5{color:var(--utrecht-heading-5-color,var(--utrecht-heading-color,var(--utrecht-document-color,inherit)));font-family:var(--utrecht-heading-5-font-family,var(--utrecht-heading-font-family,var(--utrecht-document-font-family)));font-size:var(--utrecht-heading-5-font-size,revert);font-weight:var(--utrecht-heading-5-font-weight,var(--utrecht-heading-font-weight,bold));line-height:var(--utrecht-heading-5-line-height);margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-heading-5-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-heading-5-margin-block-start, 0))}.utrecht-html h5,.utrecht-html h6{--utrecht-space-around:1;break-inside:avoid-column;page-break-after:avoid;page-break-inside:avoid}.utrecht-html h6{color:var(--utrecht-heading-6-color,var(--utrecht-heading-color,var(--utrecht-document-color,inherit)));font-family:var(--utrecht-heading-6-font-family,var(--utrecht-heading-font-family,var(--utrecht-document-font-family)));font-size:var(--utrecht-heading-6-font-size,revert);font-weight:var(--utrecht-heading-6-font-weight,var(--utrecht-heading-font-weight,bold));line-height:var(--utrecht-heading-6-line-height);margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-heading-6-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-heading-6-margin-block-start, 0))}.utrecht-html hgroup{--utrecht-pre-heading-order:-1;--utrecht-space-around:1;display:flex;flex-direction:column;margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-heading-group-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-heading-group-margin-block-start, 0))}.utrecht-html hgroup>*{--utrecht-space-around:0}.utrecht-html a{--utrecht-icon-size:var(--utrecht-link-icon-size,1em);color:var(--_utrecht-link-state-color,var(--utrecht-link-color,var(--_utrecht-link-forced-colors-color)))}.utrecht-html a:visited{--_utrecht-link-forced-colors-color:visitedtext;--_utrecht-link-state-color:var(--utrecht-link-visited-color)}.utrecht-html a:hover{--_utrecht-link-forced-colors-color:linktext;--_utrecht-link-state-color:var(--utrecht-link-hover-color);--_utrecht-link-state-text-decoration:var(--utrecht-link-hover-text-decoration);--_utrecht-link-state-text-decoration-thickness:var(--utrecht-link-hover-text-decoration-thickness);text-decoration-skip:none;text-decoration-skip-ink:none}.utrecht-html a:active{--_utrecht-link-forced-colors-color:activetext;--_utrecht-link-state-color:var(--utrecht-link-active-color)}.utrecht-html a:focus{--_utrecht-link-state-color:var(--utrecht-link-focus-color);--_utrecht-link-state-text-decoration:var(--utrecht-link-focus-text-decoration);--_utrecht-link-state-text-decoration-thickness:var(--utrecht-link-focus-text-decoration-thickness);text-decoration-skip:none;--_utrecht-focus-ring-box-shadow:0 0 0 var(--utrecht-focus-outline-width,0) var(--utrecht-focus-inverse-outline-color,transparent);background-color:var(--utrecht-link-focus-background-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);text-decoration-skip-ink:none;z-index:var(--utrecht-stack-focus-z-index,1)}.utrecht-html a:focus:not(:focus-visible){box-shadow:none;outline-style:revert}.utrecht-html a[href^=\"tel:\" i]{white-space:nowrap}.utrecht-html ol{--utrecht-space-around:1;box-sizing:border-box;font-family:var(--utrecht-document-font-family,inherit);font-size:var(--utrecht-ordered-list-font-size,var(--utrecht-unordered-list-font-size,var(--utrecht-document-font-size,inherit)));line-height:var(--utrecht-ordered-list-font-size,var(--utrecht-unordered-list-line-height,var(--utrecht-document-line-height,inherit)));margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-ordered-list-margin-block-end, var(--utrecht-unordered-list-margin-block-end, 0)));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-ordered-list-margin-block-start, var(--utrecht-unordered-list-margin-block-start, 0)));padding-inline-start:var(--utrecht-ordered-list-padding-inline-start,var(--utrecht-unordered-list-padding-inline-start,2ch));text-align:start}.utrecht-html ol>li{margin-block-end:var(--utrecht-ordered-list-item-margin-block-end,var(--utrecht-unordered-list-item-margin-block-end));margin-block-start:var(--utrecht-ordered-list-item-margin-block-start,var(--utrecht-unordered-list-item-margin-block-start));padding-inline-start:var(--utrecht-ordered-list-item-padding-inline-start,var(--utrecht-unordered-list-item-padding-inline-start,1ch))}.utrecht-html ol:lang(ar){list-style:arabic-indic}.utrecht-html p{color:var(--utrecht-paragraph-color,var(--utrecht-document-color,inherit));font-family:var(--utrecht-paragraph-font-family,var(--utrecht-document-font-family,inherit));font-size:var(--utrecht-paragraph-font-size,var(--utrecht-document-font-size,inherit));font-weight:var(--utrecht-paragraph-font-weight,inherit);line-height:var(--utrecht-paragraph-line-height,var(--utrecht-document-line-height,inherit));margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-paragraph-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-paragraph-margin-block-start, 0))}.utrecht-html p.lead{color:var(--utrecht-paragraph-lead-color,var(--utrecht-paragraph-color,var(--utrecht-document-color,inherit)));font-size:var(--utrecht-paragraph-lead-font-size,var(--utrecht-paragraph-font-size,inherit));font-weight:var(--utrecht-paragraph-lead-font-weight,var(--utrecht-paragraph-font-weight,inherit));line-height:var(--utrecht-paragraph-lead-line-height,var(--utrecht-paragraph-line-height,inherit))}.utrecht-html *~p{--utrecht-space-around:1}.utrecht-html p:has(>small:only-child){color:var(--utrecht-paragraph-small-color,var(--utrecht-paragraph-color,var(--utrecht-document-color,inherit)));font-size:var(--utrecht-paragraph-small-font-size,var(--utrecht-paragraph-font-size,inherit));font-weight:var(--utrecht-paragraph-small-font-weight,var(--utrecht-paragraph-font-weight,inherit));line-height:var(--utrecht-paragraph-small-line-height,var(--utrecht-paragraph-line-height,inherit))}.utrecht-html p>small:only-child{font-size:inherit}.utrecht-html pre:has(>code:only-child){--utrecht-code-color:var(--utrecht-code-block-color,inherit);--utrecht-code-background-color:var(--utrecht-code-block-background-color,inherit);--utrecht-code-font-weight:var(--utrecht-code-block-font-weight,inherit);--utrecht-code-font-size:var(--utrecht-code-block-font-size,inherit);--utrecht-code-font-family:var(--utrecht-code-block-font-family,monospace);background-color:var(--utrecht-code-background-color);background-color:var(--utrecht-code-block-background-color);color:var(--utrecht-code-color);display:block;font-family:var(--utrecht-code-font-family,monospace),monospace;font-size:var(--utrecht-code-font-size,inherit);font-size:var(--utrecht-code-block-font-size,var(--utrecht-code-font-size,inherit));font-variant-ligatures:none;line-height:var(--utrecht-code-line-height);line-height:var(--utrecht-code-block-line-height,var(--utrecht-code-line-height));margin-block-end:var(--utrecht-code-block-margin-block-end);margin-block-start:var(--utrecht-code-block-margin-block-start);margin-inline-end:var(--utrecht-code-block-margin-inline-end);margin-inline-start:var(--utrecht-code-block-margin-inline-start);padding-block-end:var(--utrecht-code-block-padding-block-end);padding-block-start:var(--utrecht-code-block-padding-block-start);padding-inline-end:var(--utrecht-code-block-padding-inline-end);padding-inline-start:var(--utrecht-code-block-padding-inline-start);white-space:pre}.utrecht-html pre[hidden]:has(>code:only-child){display:none}.utrecht-html pre:has(>code:only-child)>code{display:contents}.utrecht-html input[type=radio i]{--_utrecht-radio-button-background-color:var(\n --_utrecht-radio-button-interactive-background-color,var(--_utrecht-radio-button-state-background-color,var(--utrecht-radio-button-background-color))\n );--_utrecht-radio-button-border-color:var(\n --_utrecht-radio-button-interactive-border-color,var(--_utrecht-radio-button-state-border-color,var(--utrecht-radio-button-border-color,currentColor))\n );--_utrecht-radio-button-border-width:var(\n --_utrecht-radio-button-interactive-border-width,var(--_utrecht-radio-button-state-border-width,var(--utrecht-radio-button-border-width))\n );--_utrecht-radio-button-color:var(\n --_utrecht-radio-button-interactive-color,var(--_utrecht-radio-button-state-color,var(--utrecht-radio-button-color,currentColor))\n );--_utrecht-radio-button-icon-size:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--_utrecht-radio-button-background-color);background-image:radial-gradient(circle,var(--_utrecht-radio-button-color,transparent) calc(var(--_utrecht-radio-button-icon-size, 50%) - 5%),var(--_utrecht-radio-button-background-color,currentColor) var(--_utrecht-radio-button-icon-size,50%));background-position:50%;background-repeat:no-repeat;background-size:contain;block-size:var(--utrecht-radio-button-size,1em);border-color:var(--_utrecht-radio-button-border-color);border-radius:50%;border-style:solid;border-width:var(--_utrecht-radio-button-border-width);cursor:var(--utrecht-action-activate-cursor,revert);inline-size:var(--utrecht-radio-button-size,1em);margin-block-end:0;margin-block-start:0;margin-inline-end:0;margin-inline-end:var(--utrecht-radio-button-margin-inline-end);margin-inline-start:0;min-block-size:24px;min-inline-size:24px;-webkit-print-color-adjust:exact;print-color-adjust:exact;-webkit-user-select:none;user-select:none;vertical-align:top}.utrecht-html input[type=radio i]:checked{--_utrecht-radio-button-icon-size:var(--utrecht-radio-button-icon-size,50%);--_utrecht-radio-button-state-background-color:var(--utrecht-radio-button-checked-background-color);--_utrecht-radio-button-state-border-color:var(--utrecht-radio-button-checked-border-color);--_utrecht-radio-button-state-border-width:var(--utrecht-radio-button-checked-border-width);--_utrecht-radio-button-state-color:var(--utrecht-radio-button-checked-color);--_utrecht-radio-button-state-active-background-color:var(--utrecht-radio-button-checked-active-background-color);--_utrecht-radio-button-state-active-border-color:var(--utrecht-radio-button-checked-active-border-color);--_utrecht-radio-button-state-active-border-width:var(--utrecht-radio-button-checked-active-border-width);--_utrecht-radio-button-state-active-color:var(--utrecht-radio-button-checked-active-color);--_utrecht-radio-button-state-focus-background-color:var(--utrecht-radio-button-checked-focus-background-color);--_utrecht-radio-button-state-focus-border-color:var(--utrecht-radio-button-checked-focus-border-color);--_utrecht-radio-button-state-focus-border-width:var(--utrecht-radio-button-checked-focus-border-width);--_utrecht-radio-button-state-focus-color:var(--utrecht-radio-button-checked-focus-color);--_utrecht-radio-button-state-hover-background-color:var(--utrecht-radio-button-checked-hover-background-color);--_utrecht-radio-button-state-hover-border-color:var(--utrecht-radio-button-checked-hover-border-color);--_utrecht-radio-button-state-hover-border-width:var(--utrecht-radio-button-checked-hover-border-width);--_utrecht-radio-button-state-hover-color:var(--utrecht-radio-button-checked-hover-color)}.utrecht-html input[type=radio i]:disabled{--_utrecht-radio-button-background-color:var(--utrecht-radio-button-disabled-background-color);--_utrecht-radio-button-border-color:var(--utrecht-radio-button-disabled-border-color);--_utrecht-radio-button-border-width:var(--utrecht-radio-button-disabled-border-width);--_utrecht-radio-button-color:var(--utrecht-radio-button-disabled-color);--_utrecht-radio-button-focus-background-color:var(--_utrecht-radio-button-background-color);--_utrecht-radio-button-focus-border-color:var(--_utrecht-radio-button-border-color);--_utrecht-radio-button-focus-border-width:var(--_utrecht-radio-button-border-width);--_utrecht-radio-button-focus-color:var(--_utrecht-radio-button-color);--_utrecht-radio-button-active-background-color:var(--_utrecht-radio-button-background-color);--_utrecht-radio-button-active-border-color:var(--_utrecht-radio-button-border-color);--_utrecht-radio-button-active-border-width:var(--_utrecht-radio-button-border-width);--_utrecht-radio-button-active-color:var(--_utrecht-radio-button-color);--_utrecht-radio-button-hover-background-color:var(--_utrecht-radio-button-background-color);--_utrecht-radio-button-hover-border-color:var(--_utrecht-radio-button-border-color);--_utrecht-radio-button-hover-border-width:var(--_utrecht-radio-button-border-width);--_utrecht-radio-button-hover-color:var(--_utrecht-radio-button-color);cursor:var(--utrecht-action-disabled-cursor,not-allowed)}.utrecht-html input[type=radio i]:invalid,.utrecht-html input[type=radio i][aria-invalid=true]{border-color:var(--utrecht-radio-button-invalid-border-color,var(--utrecht-radio-button-border-color));border-width:var(--utrecht-radio-button-invalid-border-width,var(--utrecht-radio-button-border-width));color:var(--utrecht-radio-button-invalid-color,var(--utrecht-radio-button-color))}.utrecht-html input[type=radio i]:focus:not([aria-disabled=true],:disabled){--_utrecht-radio-button-interactive-background-color:var(\n --utrecht-radio-button-focus-background-color,var(--utrecht-radio-button-focus-background-color)\n );--_utrecht-radio-button-interactive-border-color:var(\n --utrecht-radio-button-focus-border-color,var(--utrecht-radio-button-focus-border-color)\n );--_utrecht-radio-button-interactive-border-width:var(\n --utrecht-radio-button-focus-border-width,var(--utrecht-radio-button-focus-border-width)\n );--_utrecht-radio-button-interactive-color:var(\n --utrecht-radio-button-focus-color,var(--utrecht-radio-button-focus-color)\n )}.utrecht-html input[type=radio i]:focus-visible{--_utrecht-focus-ring-box-shadow:0 0 0 var(--utrecht-focus-outline-width,0) 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)}.utrecht-html input[type=radio i]:hover:not([aria-disabled=true],:disabled){--_utrecht-radio-button-interactive-background-color:var(\n --_utrecht-radio-button-state-hover-background-color,var(--utrecht-radio-button-hover-background-color)\n );--_utrecht-radio-button-interactive-border-color:var(\n --_utrecht-radio-button-state-hover-border-color,var(--utrecht-radio-button-hover-border-color)\n );--_utrecht-radio-button-interactive-border-width:var(\n --_utrecht-radio-button-state-hover-border-width,var(--utrecht-radio-button-hover-border-width)\n );--_utrecht-radio-button-interactive-color:var(\n --_utrecht-radio-button-state-hover-color,var(--utrecht-radio-button-hover-color)\n )}.utrecht-html input[type=radio i]:active:not([aria-disabled=true],:disabled){--_utrecht-radio-button-interactive-background-color:var(\n --_utrecht-radio-button-state-active-background-color,var(--utrecht-radio-button-active-background-color)\n );--_utrecht-radio-button-interactive-border-color:var(\n --_utrecht-radio-button-state-active-border-color,var(--utrecht-radio-button-active-border-color)\n );--_utrecht-radio-button-interactive-border-width:var(\n --_utrecht-radio-button-state-active-border-width,var(--utrecht-radio-button-active-border-width)\n );--_utrecht-radio-button-interactive-color:var(\n --_utrecht-radio-button-state-active-color,var(--utrecht-radio-button-active-color)\n )}.utrecht-html select{background-color:var(--utrecht-select-background-color,var(--utrecht-form-control-background-color));border-block-end-width:var(--utrecht-select-border-block-end-width,var(--utrecht-select-border-width,var(--utrecht-form-control-border-width)));border-block-start-width:var(--utrecht-select-border-width,var(--utrecht-form-control-border-width));border-color:var(--utrecht-select-border-color,var(--utrecht-form-control-border-color));border-inline-end-width:var(--utrecht-select-border-width,var(--utrecht-form-control-border-width));border-inline-start-width:var(--utrecht-select-border-width,var(--utrecht-form-control-border-width));border-radius:var(--utrecht-select-border-radius,var(--utrecht-form-control-border-radius,0));border-style:solid;color:var(--utrecht-select-color,var(--utrecht-form-control-color));font-family:var(--utrecht-select-font-family,var(--utrecht-form-control-font-family));font-size:var(--utrecht-select-font-size,var(--utrecht-form-control-font-size));inline-size:100%;max-inline-size:var(--utrecht-select-max-inline-size,var(--utrecht-form-control-max-inline-size));min-block-size:var(--utrecht-select-min-block-size,var(--utrecht-pointer-target-min-size,44px));min-inline-size:var(--utrecht-pointer-target-min-size,44px);padding-block-end:var(--utrecht-select-padding-block-end,var(--utrecht-form-control-padding-block-end));padding-block-start:var(--utrecht-select-padding-block-start,var(--utrecht-form-control-padding-block-start));padding-inline-end:var(--utrecht-select-padding-inline-end,var(--utrecht-form-control-padding-inline-end));padding-inline-start:var(--utrecht-select-padding-inline-start,var(--utrecht-form-control-padding-inline-start))}.utrecht-html select:focus{--_utrecht-focus-ring-box-shadow:0 0 0 var(--utrecht-focus-outline-width,0) var(--utrecht-focus-inverse-outline-color,transparent);background-color:var(--utrecht-select-focus-background-color,var(--utrecht-form-control-focus-background-color,var(--utrecht-select-background-color,var(--utrecht-form-control-background-color))));border-color:var(--utrecht-select-focus-border-color,var(--utrecht-form-control-focus-border-color,var(--utrecht-select-border-color,var(--utrecht-form-control-border-color))));box-shadow:var(--_utrecht-focus-ring-box-shadow);color:var(--utrecht-select-focus-color,var(--utrecht-form-control-focus-color,var(--utrecht-select-color,var(--utrecht-form-control-color))));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)}.utrecht-html select:focus:not(:focus-visible){box-shadow:none;outline-style:revert}.utrecht-html select:disabled{background-color:var(--utrecht-select-disabled-background-color,var(--utrecht-form-control-disabled-background-color,var(--utrecht-select-background-color,var(--utrecht-form-control-background-color))));border-color:var(--utrecht-select-disabled-border-color,var(--utrecht-form-control-disabled-border-color,var(--utrecht-select-border-color,var(--utrecht-form-control-border-color))));color:var(--utrecht-select-disabled-color,var(--utrecht-form-control-disabled-color,var(--utrecht-select-color,var(--utrecht-form-control-color))));cursor:var(--utrecht-action-disabled-cursor,not-allowed)}.utrecht-html select[aria-invalid=true]{--_utrecht-select-border-width:var(\n --utrecht-select-invalid-border-width,var(\n --utrecht-form-control-invalid-border-width,var(--utrecht-select-border-width,var(--utrecht-form-control-border-width))\n )\n );background-color:var(--utrecht-select-invalid-background-color,var(--utrecht-form-control-invalid-background-color,var(--utrecht-select-background-color,var(--utrecht-form-control-background-color))));border-width:var(--_utrecht-select-border-width);border-block-end-width:var(--utrecht-select-invalid-border-block-end-width,var(--utrecht-form-control-invalid-border-block-end-width,var(--utrecht-select-border-block-end-width,var(--utrecht-form-control-border-block-end-width,var(--_utrecht-select-border-width)))));border-color:var(--utrecht-select-invalid-border-color,var(--utrecht-form-control-invalid-border-color,var(--utrecht-select-border-color,var(--utrecht-form-control-border-color))))}.utrecht-html hr{--utrecht-space-around:1;border-color:var(--utrecht-separator-color);border-style:solid;border-width:0 0 var(--utrecht-separator-block-size) 0;margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-separator-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-separator-margin-block-start, 0))}.utrecht-html table{--utrecht-space-around:1;border-collapse:separate;border-color:var(--utrecht-table-border-color,0);border-spacing:0;border-style:solid;border-width:var(--utrecht-table-border-width,0);font-family:var(--utrecht-table-font-family,var(--utrecht-document-font-family));font-size:var(--utrecht-table-font-size,inherit);inline-size:100%;line-height:var(--utrecht-table-line-height,inherit);margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-table-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-table-margin-block-start, 0))}.utrecht-html caption{break-inside:avoid;color:var(--utrecht-table-caption-color);font-family:var(--utrecht-table-caption-font-family);font-size:var(--utrecht-table-caption-font-size);font-weight:var(--utrecht-table-caption-font-weight);line-height:var(--utrecht-table-caption-line-height);margin-block-end:var(--utrecht-table-caption-margin-block-end);page-break-after:avoid;text-align:var(--utrecht-table-caption-text-align,center)}.utrecht-html thead{--_utrecht-table-header-cell-vertical-align:bottom;--_utrecht-table-header-cell-z-index:8;background-color:var(--utrecht-table-header-background-color);break-inside:avoid;color:var(--utrecht-table-header-color);font-weight:var(--utrecht-table-header-font-weight);page-break-inside:avoid;text-transform:var(--utrecht-table-header-text-transform)}.utrecht-html tbody{--_utrecht-table-header-cell-z-index:2}.utrecht-html th{color:var(--utrecht-table-header-cell-color);font-size:var(--utrecht-table-header-cell-font-size);font-weight:var(--utrecht-table-header-cell-font-weight,bold);text-transform:var(--utrecht-table-header-cell-text-transform);vertical-align:var(--_utrecht-table-header-cell-vertical-align,top);z-index:var(--_utrecht-table-header-cell-z-index)}.utrecht-html td,.utrecht-html th{--utrecht-icon-size:var(--utrecht-table-cell-icon-size);block-size:var(--utrecht-table-cell-line-height,1em);line-height:var(--utrecht-table-cell-line-height,inherit);padding-block-end:var(--utrecht-table-cell-padding-block-end,0);padding-block-start:var(--utrecht-table-cell-padding-block-start,0);padding-inline-end:var(--utrecht-table-cell-padding-inline-end,0);padding-inline-start:var(--utrecht-table-cell-padding-inline-start,0);text-align:start}.utrecht-html td,.utrecht-html th{border-block-end-color:var(--utrecht-table-row-border-block-end-color,transparent);border-block-end-style:solid;border-block-end-width:var(--utrecht-table-row-border-block-end-width,0);vertical-align:top}.utrecht-html td:first-child,.utrecht-html th:first-child{padding-inline-start:var(--utrecht-table-row-padding-inline-start,var(--utrecht-table-cell-padding-inline-start,0))}.utrecht-html td:last-child,.utrecht-html th:last-child{padding-inline-end:var(--utrecht-table-row-padding-inline-end,var(--utrecht-table-cell-padding-inline-end,0))}.utrecht-html thead tr:last-child th{border-block-end-color:var(--utrecht-table-header-border-block-end-color,transparent);border-block-end-style:solid;border-block-end-width:var(--utrecht-table-header-border-block-end-width,0)}.utrecht-html td.numeric,.utrecht-html tfoot>tr>th.numeric,.utrecht-html th[scope=column].numeric,.utrecht-html thead>tr>th.numeric{--_utrecht-table-cell-text-align:right;text-align:var(--_utrecht-table-cell-text-align)}.utrecht-html td.numeric{font-variant-numeric:lining-nums tabular-nums}.utrecht-html table.alternate-row-color>tr:nth-child(2n)>td,.utrecht-html table.alternate-row-color>tr:nth-child(2n)>th{background-color:var(--utrecht-table-row-alternate-even-background-color);color:var(--utrecht-table-row-alternate-even-color)}.utrecht-html table.alternate-row-color>tr:nth-child(odd)>td,.utrecht-html table.alternate-row-color>tr:nth-child(odd)>th{background-color:var(--utrecht-table-row-alternate-odd-background-color);color:var(--utrecht-table-row-alternate-odd-color)}.utrecht-html table.alternate-row-color>tbody>tr:nth-child(2n)>td,.utrecht-html table.alternate-row-color>tbody>tr:nth-child(2n)>th{background-color:var(--utrecht-table-row-alternate-even-background-color);color:var(--utrecht-table-row-alternate-even-color)}.utrecht-html table.alternate-row-color>tbody>tr:nth-child(odd)>td,.utrecht-html table.alternate-row-color>tbody>tr:nth-child(odd)>th{background-color:var(--utrecht-table-row-alternate-odd-background-color);color:var(--utrecht-table-row-alternate-odd-color)}.utrecht-html textarea{background-color:var(--utrecht-textarea-background-color,var(--utrecht-form-control-background-color));block-size:auto;border-width:var(--utrecht-textarea-border-width,var(--utrecht-form-control-border-width));border-block-end-width:var(--utrecht-textarea-border-bottom-width,var(--utrecht-textarea-border-width,var(--utrecht-form-control-border-width)));border-color:var(--utrecht-textarea-border-color,var(--utrecht-form-control-border-color));border-radius:var(--utrecht-textarea-border-radius,var(--utrecht-form-control-border-radius,0));border-style:solid;box-sizing:border-box;color:var(--utrecht-textarea-color,var(--utrecht-form-control-color));font-family:var(--utrecht-textarea-font-family,var(--utrecht-form-control-font-family));font-size:var(--utrecht-textarea-font-size,var(--utrecht-form-control-font-size,inherit));font-weight:400;inline-size:100%;line-height:var(--utrecht-textarea-line-height,initial);max-inline-size:var(--utrecht-textarea-max-inline-size,var(--utrecht-form-control-max-inline-size));min-block-size:var(--utrecht-textarea-min-block-size,var(--utrecht-pointer-target-min-size,44px));min-inline-size:var(--utrecht-pointer-target-min-size,44px);padding-block-end:var(--utrecht-textarea-padding-block-end,var(--utrecht-form-control-padding-block-end,0));padding-block-start:var(--utrecht-textarea-padding-block-start,var(--utrecht-form-control-padding-block-start,0));padding-inline-end:var(--utrecht-textarea-padding-inline-end,var(--utrecht-form-control-padding-inline-end,initial));padding-inline-start:var(--utrecht-textarea-padding-inline-start,var(--utrecht-form-control-padding-inline-start,initial));resize:vertical;resize:block}.utrecht-html textarea:focus{--_utrecht-focus-ring-box-shadow:0 0 0 var(--utrecht-focus-outline-width,0) var(--utrecht-focus-inverse-outline-color,transparent);background-color:var(--utrecht-textarea-focus-background-color,var(--utrecht-form-control-focus-background-color,var(--utrecht-textarea-background-color,var(--utrecht-form-control-background-color))));border-color:var(--utrecht-textarea-focus-border-color,var(--utrecht-form-control-focus-border-color,var(--utrecht-textarea-border-color,var(--utrecht-form-control-border-color))));box-shadow:var(--_utrecht-focus-ring-box-shadow);color:var(--utrecht-textarea-focus-color,var(--utrecht-form-control-focus-color,var(--utrecht-textarea-color,var(--utrecht-form-control-color))));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)}.utrecht-html textarea:focus:not(:focus-visible){box-shadow:none;outline-style:revert}.utrecht-html textarea:invalid,.utrecht-html textarea[aria-invalid=true]{--_utrecht-textarea-border-width:var(\n --utrecht-textarea-invalid-border-width,var(\n --utrecht-form-control-invalid-border-width,var(--utrecht-textarea-border-width,var(--utrecht-form-control-border-width))\n )\n );background-color:var(--utrecht-textarea-invalid-background-color,var(--utrecht-form-control-invalid-background-color,var(--utrecht-textarea-background-color,var(--utrecht-form-control-background-color))));border-width:var(--_utrecht-textarea-border-width);border-block-end-width:var(--utrecht-textarea-invalid-border-bottom-width,var(--utrecht-form-control-invalid-border-bottom-width,var(--utrecht-textarea-border-bottom-width,var(--utrecht-form-control-border-bottom-width,var(--_utrecht-textarea-border-width)))));border-color:var(--utrecht-textarea-invalid-border-color,var(--utrecht-form-control-invalid-border-color,var(--utrecht-textarea-border-color,var(--utrecht-form-control-border-color))));color:var(--utrecht-textarea-invalid-color,var(--utrecht-form-control-invalid-color,var(--utrecht-textarea-color,var(--utrecht-form-control-color))))}.utrecht-html textarea:read-only{background-color:var(--utrecht-textarea-read-only-border,var(--utrecht-form-control-read-only-background-color,var(--utrecht-textarea-border,var(--utrecht-form-control-background-color))));border-color:var(--utrecht-textarea-read-only-border,var(--utrecht-form-control-read-only-border-color,var(--utrecht-textarea-border,var(--utrecht-form-control-border-color))));color:var(--utrecht-textarea-read-only-color,var(--utrecht-form-control-read-only-color,var(--utrecht-textarea-color,var(--utrecht-form-control-color))))}.utrecht-html textarea:disabled{background-color:var(--utrecht-textarea-disabled-background-color,var(--utrecht-form-control-disabled-background-color,var(--utrecht-textarea-background-color,var(--utrecht-form-control-background-color))));border-color:var(--utrecht-textarea-disabled-border-color,var(--utrecht-form-control-disabled-border-color,var(--utrecht-textarea-border-color,var(--utrecht-form-control-border-color))));color:var(--utrecht-textarea-disabled-color,var(--utrecht-form-control-disabled-color,var(--utrecht-textarea-color,var(--utrecht-form-control-color))));cursor:var(--utrecht-action-disabled-cursor,not-allowed)}.utrecht-html textarea::placeholder{color:var(--utrecht-textarea-placeholder-color,var(--utrecht-form-control-placeholder-color,var(--utrecht-textarea-color,var(--utrecht-form-control-color))));font-style:var(--utrecht-form-control-placeholder-font-style);opacity:100%}.utrecht-html input:not([type]),.utrecht-html input[type=date i],.utrecht-html input[type=datetime-local i],.utrecht-html input[type=email i],.utrecht-html input[type=month i],.utrecht-html input[type=number i],.utrecht-html input[type=password i],.utrecht-html input[type=search i],.utrecht-html input[type=tel i],.utrecht-html input[type=text i],.utrecht-html input[type=time i],.utrecht-html input[type=url i],.utrecht-html input[type=week i]{--_utrecht-textbox-value-char:0.667em + 0.334ch;--_utrecht-textbox-max-inline-size:calc(var(--utrecht-textbox-value-max-length)*var(--_utrecht-textbox-value-char) + var(--utrecht-textbox-padding-inline-end, var(--utrecht-form-control-padding-inline-end, 0)) + var(--utrecht-textbox-padding-inline-start, var(--utrecht-form-control-padding-inline-start, 0)) + var(--utrecht-textbox-border-width, var(--utrecht-form-control-border-width, 0)) + var(--utrecht-textbox-autocomplete-ui-size, 44px));background-color:var(--utrecht-textbox-background-color,var(--utrecht-form-control-background-color));block-size:auto;border-width:var(--utrecht-textbox-border-width,var(--utrecht-form-control-border-width));border-block-end-width:var(--utrecht-textbox-border-bottom-width,var(--utrecht-textbox-border-width,var(--utrecht-form-control-border-width)));border-color:var(--utrecht-textbox-border-color,var(--utrecht-form-control-border-color));border-radius:var(--utrecht-textbox-border-radius,var(--utrecht-form-control-border-radius,0));border-style:solid;box-sizing:border-box;color:var(--utrecht-textbox-color,var(--utrecht-form-control-color));font-family:var(--utrecht-textbox-font-family,var(--utrecht-form-control-font-family));font-size:var(--utrecht-textbox-font-size,var(--utrecht-form-control-font-size,inherit));font-weight:400;inline-size:100%;line-height:var(--utrecht-textbox-line-height,var(--utrecht-form-control-line-height,initial));max-inline-size:min(var(--_utrecht-textbox-max-inline-size,100%),var(--utrecht-textbox-max-inline-size,var(--utrecht-form-control-max-inline-size)));min-block-size:var(--utrecht-pointer-target-min-size,44px);min-inline-size:var(--utrecht-pointer-target-min-size,44px);padding-block-end:var(--utrecht-textbox-padding-block-end,var(--utrecht-form-control-padding-block-end,0));padding-block-start:var(--utrecht-textbox-padding-block-start,var(--utrecht-form-control-padding-block-start,0));padding-inline-end:var(--utrecht-textbox-padding-inline-end,var(--utrecht-form-control-padding-inline-end,initial));padding-inline-start:var(--utrecht-textbox-padding-inline-start,var(--utrecht-form-control-padding-inline-start,initial))}.utrecht-html input:not([type]):focus,.utrecht-html input[type=date i]:focus,.utrecht-html input[type=datetime-local i]:focus,.utrecht-html input[type=email i]:focus,.utrecht-html input[type=month i]:focus,.utrecht-html input[type=number i]:focus,.utrecht-html input[type=password i]:focus,.utrecht-html input[type=search i]:focus,.utrecht-html input[type=tel i]:focus,.utrecht-html input[type=text i]:focus,.utrecht-html input[type=time i]:focus,.utrecht-html input[type=url i]:focus,.utrecht-html input[type=week i]:focus{--_utrecht-focus-ring-box-shadow:0 0 0 var(--utrecht-focus-outline-width,0) var(--utrecht-focus-inverse-outline-color,transparent);background-color:var(--utrecht-textbox-focus-background-color,var(--utrecht-form-control-focus-background-color,var(--utrecht-textbox-background-color,var(--utrecht-form-control-background-color))));border-color:var(--utrecht-textbox-focus-border-color,var(--utrecht-form-control-focus-border-color,var(--utrecht-textbox-border-color,var(--utrecht-form-control-border-color))));box-shadow:var(--_utrecht-focus-ring-box-shadow);color:var(--utrecht-textbox-focus-color,var(--utrecht-form-control-focus-color,var(--utrecht-textbox-color,var(--utrecht-form-control-color))));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)}.utrecht-html input:not([type]):focus:not(:focus-visible),.utrecht-html input[type=date i]:focus:not(:focus-visible),.utrecht-html input[type=datetime-local i]:focus:not(:focus-visible),.utrecht-html input[type=email i]:focus:not(:focus-visible),.utrecht-html input[type=month i]:focus:not(:focus-visible),.utrecht-html input[type=number i]:focus:not(:focus-visible),.utrecht-html input[type=password i]:focus:not(:focus-visible),.utrecht-html input[type=search i]:focus:not(:focus-visible),.utrecht-html input[type=tel i]:focus:not(:focus-visible),.utrecht-html input[type=text i]:focus:not(:focus-visible),.utrecht-html input[type=time i]:focus:not(:focus-visible),.utrecht-html input[type=url i]:focus:not(:focus-visible),.utrecht-html input[type=week i]:focus:not(:focus-visible){box-shadow:none;outline-style:revert}.utrecht-html input:not([type]):invalid,.utrecht-html input:not([type])[aria-invalid=true],.utrecht-html input[type=date i]:invalid,.utrecht-html input[type=date i][aria-invalid=true],.utrecht-html input[type=datetime-local i]:invalid,.utrecht-html input[type=datetime-local i][aria-invalid=true],.utrecht-html input[type=email i]:invalid,.utrecht-html input[type=email i][aria-invalid=true],.utrecht-html input[type=month i]:invalid,.utrecht-html input[type=month i][aria-invalid=true],.utrecht-html input[type=number i]:invalid,.utrecht-html input[type=number i][aria-invalid=true],.utrecht-html input[type=password i]:invalid,.utrecht-html input[type=password i][aria-invalid=true],.utrecht-html input[type=search i]:invalid,.utrecht-html input[type=search i][aria-invalid=true],.utrecht-html input[type=tel i]:invalid,.utrecht-html input[type=tel i][aria-invalid=true],.utrecht-html input[type=text i]:invalid,.utrecht-html input[type=text i][aria-invalid=true],.utrecht-html input[type=time i]:invalid,.utrecht-html input[type=time i][aria-invalid=true],.utrecht-html input[type=url i]:invalid,.utrecht-html input[type=url i][aria-invalid=true],.utrecht-html input[type=week i]:invalid,.utrecht-html input[type=week i][aria-invalid=true]{--_utrecht-textbox-border-width:var(\n --utrecht-textbox-invalid-border-width,var(\n --utrecht-form-control-invalid-border-width,var(--utrecht-textbox-border-width,var(--utrecht-form-control-border-width))\n )\n );background-color:var(--utrecht-textbox-invalid-background-color,var(--utrecht-form-control-invalid-background-color,var(--utrecht-textbox-background-color,var(--utrecht-form-control-background-color))));border-width:var(--_utrecht-textbox-border-width);border-block-end-width:var(--utrecht-textbox-invalid-border-bottom-width,var(--utrecht-form-control-invalid-border-bottom-width,var(--utrecht-textbox-border-bottom-width,var(--utrecht-form-control-border-bottom-width,var(--_utrecht-textbox-border-width)))));border-color:var(--utrecht-textbox-invalid-border-color,var(--utrecht-form-control-invalid-border-color,var(--utrecht-textbox-border-color,var(--utrecht-form-control-border-color))));color:var(--utrecht-textbox-invalid-color,var(--utrecht-form-control-invalid-color,var(--utrecht-textbox-color,var(--utrecht-form-control-color))))}.utrecht-html input:not([type]):read-only,.utrecht-html input[type=date i]:read-only,.utrecht-html input[type=datetime-local i]:read-only,.utrecht-html input[type=email i]:read-only,.utrecht-html input[type=month i]:read-only,.utrecht-html input[type=number i]:read-only,.utrecht-html input[type=password i]:read-only,.utrecht-html input[type=search i]:read-only,.utrecht-html input[type=tel i]:read-only,.utrecht-html input[type=text i]:read-only,.utrecht-html input[type=time i]:read-only,.utrecht-html input[type=url i]:read-only,.utrecht-html input[type=week i]:read-only{background-color:var(--utrecht-textbox-read-only-background-color,var(--utrecht-form-control-read-only-background-color,var(--utrecht-textbox-background-color,var(--utrecht-form-control-background-color))));border-color:var(--utrecht-textbox-read-only-border-color,var(--utrecht-form-control-read-only-border-color,var(--utrecht-textbox-border-color,var(--utrecht-form-control-border-color))));color:var(--utrecht-textbox-read-only-color,var(--utrecht-form-control-read-only-color,var(--utrecht-textbox-color,var(--utrecht-form-control-color))))}.utrecht-html input:not([type]):disabled,.utrecht-html input[type=date i]:disabled,.utrecht-html input[type=datetime-local i]:disabled,.utrecht-html input[type=email i]:disabled,.utrecht-html input[type=month i]:disabled,.utrecht-html input[type=number i]:disabled,.utrecht-html input[type=password i]:disabled,.utrecht-html input[type=search i]:disabled,.utrecht-html input[type=tel i]:disabled,.utrecht-html input[type=text i]:disabled,.utrecht-html input[type=time i]:disabled,.utrecht-html input[type=url i]:disabled,.utrecht-html input[type=week i]:disabled{background-color:var(--utrecht-textbox-disabled-background-color,var(--utrecht-form-control-disabled-background-color,var(--utrecht-textbox-background-color,var(--utrecht-form-control-background-color))));border-color:var(--utrecht-textbox-disabled-border-color,var(--utrecht-form-control-disabled-border-color,var(--utrecht-textbox-border-color,var(--utrecht-form-control-border-color))));color:var(--utrecht-textbox-disabled-color,var(--utrecht-form-control-disabled-color,var(--utrecht-textbox-color,var(--utrecht-form-control-color))));cursor:var(--utrecht-action-disabled-cursor,not-allowed)}.utrecht-html input:not([type])::placeholder,.utrecht-html input[type=date i]::placeholder,.utrecht-html input[type=datetime-local i]::placeholder,.utrecht-html input[type=email i]::placeholder,.utrecht-html input[type=month i]::placeholder,.utrecht-html input[type=number i]::placeholder,.utrecht-html input[type=password i]::placeholder,.utrecht-html input[type=search i]::placeholder,.utrecht-html input[type=tel i]::placeholder,.utrecht-html input[type=text i]::placeholder,.utrecht-html input[type=time i]::placeholder,.utrecht-html input[type=url i]::placeholder,.utrecht-html input[type=week i]::placeholder{color:var(--utrecht-textbox-placeholder-color,var(--utrecht-form-control-placeholder-color,var(--utrecht-textbox-color,var(--utrecht-form-control-color))));font-style:var(--utrecht-form-control-placeholder-font-style);opacity:100%}.utrecht-html input[autocomplete~=current-password i],.utrecht-html input[autocomplete~=new-password i],.utrecht-html input[type=password i]{font-variant-ligatures:none;font-variant-numeric:slashed-zero}.utrecht-html input[autocomplete~=bday i],.utrecht-html input[autocomplete~=bday-day i],.utrecht-html input[autocomplete~=bday-month i],.utrecht-html input[autocomplete~=bday-year i],.utrecht-html input[autocomplete~=cc-csc i],.utrecht-html input[autocomplete~=cc-exp i],.utrecht-html input[autocomplete~=cc-exp-month i],.utrecht-html input[autocomplete~=cc-exp-year i],.utrecht-html input[autocomplete~=cc-number i],.utrecht-html input[autocomplete~=one-time-code i],.utrecht-html input[autocomplete~=postal-code i],.utrecht-html input[autocomplete~=tel i],.utrecht-html input[autocomplete~=tel-area-code i],.utrecht-html input[autocomplete~=tel-country-code i],.utrecht-html input[autocomplete~=tel-extension i],.utrecht-html input[autocomplete~=tel-local i],.utrecht-html input[autocomplete~=tel-national i],.utrecht-html input[autocomplete~=transaction-amount i],.utrecht-html input[inputmode=decimal i],.utrecht-html input[inputmode=numeric i],.utrecht-html input[inputmode=tel i],.utrecht-html input[type=number i],.utrecht-html input[type=tel i]{-moz-appearance:textfield;font-variant-numeric:lining-nums tabular-nums}.utrecht-html input[inputmode=email i],.utrecht-html input[inputmode=url i],.utrecht-html input[type=email i],.utrecht-html input[type=url i]{font-variant-ligatures:none}.utrecht-html ul{--utrecht-space-around:1;box-sizing:border-box;font-family:var(--utrecht-document-font-family,inherit);font-size:var(--utrecht-unordered-list-font-size,var(--utrecht-document-font-size,inherit));line-height:var(--utrecht-unordered-list-line-height,var(--utrecht-document-line-height,inherit));margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-unordered-list-margin-block-end, var(--utrecht-paragraph-margin-block-end, 0)));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-unordered-list-margin-block-start, var(--utrecht-paragraph-margin-block-start, 0)));padding-inline-start:var(--utrecht-unordered-list-padding-inline-start,2ch);text-align:start}.utrecht-html ul>li{margin-block-end:var(--utrecht-unordered-list-item-margin-block-end);margin-block-start:var(--utrecht-unordered-list-item-margin-block-start);padding-inline-start:var(--utrecht-unordered-list-item-padding-inline-start,1ch)}.utrecht-html ul>li::marker{color:var(--utrecht-unordered-list-marker-color);content:\"●\"}";
1591
1597
  styleInject(css_248z$I);
1592
1598
 
1593
- var _excluded$Q = ["children", "className"];
1594
- function ownKeys$R(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
1595
- function _objectSpread$R(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$R(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$R(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
1596
- var HTMLContent = /*#__PURE__*/forwardRef(function (_ref, ref) {
1597
- var children = _ref.children,
1598
- className = _ref.className,
1599
- restProps = _objectWithoutProperties(_ref, _excluded$Q);
1600
- return jsx("div", _objectSpread$R(_objectSpread$R({}, restProps), {}, {
1599
+ var HTMLContent = /*#__PURE__*/forwardRef(function (_a, ref) {
1600
+ var children = _a.children,
1601
+ className = _a.className,
1602
+ restProps = __rest$1(_a, ["children", "className"]);
1603
+ return jsx("div", Object.assign({}, restProps, {
1601
1604
  ref: ref,
1602
- className: clsx('utrecht-html', className),
1605
+ className: clsx('utrecht-html', className)
1606
+ }, {
1603
1607
  children: children
1604
1608
  }));
1605
1609
  });
@@ -1623,91 +1627,79 @@ styleInject(css_248z$D);
1623
1627
  var css_248z$C = ".utrecht-heading-6{break-inside:avoid-column;color:var(--utrecht-heading-6-color,var(--utrecht-heading-color,var(--utrecht-document-color,inherit)));font-family:var(--utrecht-heading-6-font-family,var(--utrecht-heading-font-family,var(--utrecht-document-font-family)));font-size:var(--utrecht-heading-6-font-size,revert);font-weight:var(--utrecht-heading-6-font-weight,var(--utrecht-heading-font-weight,bold));line-height:var(--utrecht-heading-6-line-height);margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-heading-6-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-heading-6-margin-block-start, 0));page-break-after:avoid;page-break-inside:avoid}.utrecht-heading-6--distanced{--utrecht-space-around:1}";
1624
1628
  styleInject(css_248z$C);
1625
1629
 
1626
- var _excluded$P = ["children", "className"];
1627
- function ownKeys$Q(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
1628
- function _objectSpread$Q(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$Q(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$Q(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
1629
- var Heading1 = /*#__PURE__*/forwardRef(function (_ref, ref) {
1630
- var children = _ref.children,
1631
- className = _ref.className,
1632
- restProps = _objectWithoutProperties(_ref, _excluded$P);
1633
- return jsx("h1", _objectSpread$Q(_objectSpread$Q({}, restProps), {}, {
1630
+ var Heading1 = /*#__PURE__*/forwardRef(function (_a, ref) {
1631
+ var children = _a.children,
1632
+ className = _a.className,
1633
+ restProps = __rest$1(_a, ["children", "className"]);
1634
+ return jsx("h1", Object.assign({}, restProps, {
1634
1635
  ref: ref,
1635
- className: clsx('utrecht-heading-1', className),
1636
+ className: clsx('utrecht-heading-1', className)
1637
+ }, {
1636
1638
  children: children
1637
1639
  }));
1638
1640
  });
1639
1641
  Heading1.displayName = 'Heading1';
1640
1642
 
1641
- var _excluded$O = ["children", "className"];
1642
- function ownKeys$P(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
1643
- function _objectSpread$P(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$P(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$P(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
1644
- var Heading2 = /*#__PURE__*/forwardRef(function (_ref, ref) {
1645
- var children = _ref.children,
1646
- className = _ref.className,
1647
- restProps = _objectWithoutProperties(_ref, _excluded$O);
1648
- return jsx("h2", _objectSpread$P(_objectSpread$P({}, restProps), {}, {
1643
+ var Heading2 = /*#__PURE__*/forwardRef(function (_a, ref) {
1644
+ var children = _a.children,
1645
+ className = _a.className,
1646
+ restProps = __rest$1(_a, ["children", "className"]);
1647
+ return jsx("h2", Object.assign({}, restProps, {
1649
1648
  ref: ref,
1650
- className: clsx('utrecht-heading-2', className),
1649
+ className: clsx('utrecht-heading-2', className)
1650
+ }, {
1651
1651
  children: children
1652
1652
  }));
1653
1653
  });
1654
1654
  Heading2.displayName = 'Heading2';
1655
1655
 
1656
- var _excluded$N = ["children", "className"];
1657
- function ownKeys$O(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
1658
- function _objectSpread$O(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$O(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$O(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
1659
- var Heading3 = /*#__PURE__*/forwardRef(function (_ref, ref) {
1660
- var children = _ref.children,
1661
- className = _ref.className,
1662
- restProps = _objectWithoutProperties(_ref, _excluded$N);
1663
- return jsx("h3", _objectSpread$O(_objectSpread$O({}, restProps), {}, {
1656
+ var Heading3 = /*#__PURE__*/forwardRef(function (_a, ref) {
1657
+ var children = _a.children,
1658
+ className = _a.className,
1659
+ restProps = __rest$1(_a, ["children", "className"]);
1660
+ return jsx("h3", Object.assign({}, restProps, {
1664
1661
  ref: ref,
1665
- className: clsx('utrecht-heading-3', className),
1662
+ className: clsx('utrecht-heading-3', className)
1663
+ }, {
1666
1664
  children: children
1667
1665
  }));
1668
1666
  });
1669
1667
  Heading3.displayName = 'Heading3';
1670
1668
 
1671
- var _excluded$M = ["children", "className"];
1672
- function ownKeys$N(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
1673
- function _objectSpread$N(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$N(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$N(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
1674
- var Heading4 = /*#__PURE__*/forwardRef(function (_ref, ref) {
1675
- var children = _ref.children,
1676
- className = _ref.className,
1677
- restProps = _objectWithoutProperties(_ref, _excluded$M);
1678
- return jsx("h4", _objectSpread$N(_objectSpread$N({}, restProps), {}, {
1669
+ var Heading4 = /*#__PURE__*/forwardRef(function (_a, ref) {
1670
+ var children = _a.children,
1671
+ className = _a.className,
1672
+ restProps = __rest$1(_a, ["children", "className"]);
1673
+ return jsx("h4", Object.assign({}, restProps, {
1679
1674
  ref: ref,
1680
- className: clsx('utrecht-heading-4', className),
1675
+ className: clsx('utrecht-heading-4', className)
1676
+ }, {
1681
1677
  children: children
1682
1678
  }));
1683
1679
  });
1684
1680
  Heading4.displayName = 'Heading4';
1685
1681
 
1686
- var _excluded$L = ["children", "className"];
1687
- function ownKeys$M(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
1688
- function _objectSpread$M(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$M(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$M(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
1689
- var Heading5 = /*#__PURE__*/forwardRef(function (_ref, ref) {
1690
- var children = _ref.children,
1691
- className = _ref.className,
1692
- restProps = _objectWithoutProperties(_ref, _excluded$L);
1693
- return jsx("h5", _objectSpread$M(_objectSpread$M({}, restProps), {}, {
1682
+ var Heading5 = /*#__PURE__*/forwardRef(function (_a, ref) {
1683
+ var children = _a.children,
1684
+ className = _a.className,
1685
+ restProps = __rest$1(_a, ["children", "className"]);
1686
+ return jsx("h5", Object.assign({}, restProps, {
1694
1687
  ref: ref,
1695
- className: clsx('utrecht-heading-5', className),
1688
+ className: clsx('utrecht-heading-5', className)
1689
+ }, {
1696
1690
  children: children
1697
1691
  }));
1698
1692
  });
1699
1693
  Heading5.displayName = 'Heading5';
1700
1694
 
1701
- var _excluded$K = ["children", "className"];
1702
- function ownKeys$L(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
1703
- function _objectSpread$L(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$L(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$L(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
1704
- var Heading6 = /*#__PURE__*/forwardRef(function (_ref, ref) {
1705
- var children = _ref.children,
1706
- className = _ref.className,
1707
- restProps = _objectWithoutProperties(_ref, _excluded$K);
1708
- return jsx("h6", _objectSpread$L(_objectSpread$L({}, restProps), {}, {
1695
+ var Heading6 = /*#__PURE__*/forwardRef(function (_a, ref) {
1696
+ var children = _a.children,
1697
+ className = _a.className,
1698
+ restProps = __rest$1(_a, ["children", "className"]);
1699
+ return jsx("h6", Object.assign({}, restProps, {
1709
1700
  ref: ref,
1710
- className: clsx('utrecht-heading-6', className),
1701
+ className: clsx('utrecht-heading-6', className)
1702
+ }, {
1711
1703
  children: children
1712
1704
  }));
1713
1705
  });
@@ -1716,16 +1708,14 @@ Heading6.displayName = 'Heading6';
1716
1708
  var css_248z$B = ".utrecht-heading-group{--utrecht-pre-heading-order:-1;display:flex;flex-direction:column;margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-heading-group-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-heading-group-margin-block-start, 0))}.utrecht-heading-group>*{--utrecht-space-around:0}";
1717
1709
  styleInject(css_248z$B);
1718
1710
 
1719
- var _excluded$J = ["children", "className"];
1720
- function ownKeys$K(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
1721
- function _objectSpread$K(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$K(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$K(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
1722
- var HeadingGroup = /*#__PURE__*/forwardRef(function (_ref, ref) {
1723
- var children = _ref.children,
1724
- className = _ref.className,
1725
- restProps = _objectWithoutProperties(_ref, _excluded$J);
1726
- return jsx("hgroup", _objectSpread$K(_objectSpread$K({}, restProps), {}, {
1711
+ var HeadingGroup = /*#__PURE__*/forwardRef(function (_a, ref) {
1712
+ var children = _a.children,
1713
+ className = _a.className,
1714
+ restProps = __rest$1(_a, ["children", "className"]);
1715
+ return jsx("hgroup", Object.assign({}, restProps, {
1727
1716
  ref: ref,
1728
- className: clsx('utrecht-heading-group', className),
1717
+ className: clsx('utrecht-heading-group', className)
1718
+ }, {
1729
1719
  children: children
1730
1720
  }));
1731
1721
  });
@@ -1734,9 +1724,6 @@ HeadingGroup.displayName = 'HeadingGroup';
1734
1724
  var css_248z$A = ".utrecht-iban-data{font-variant-numeric:lining-nums slashed-zero tabular-nums;white-space:nowrap}";
1735
1725
  styleInject(css_248z$A);
1736
1726
 
1737
- var _excluded$I = ["children", "value", "className"];
1738
- function ownKeys$J(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
1739
- function _objectSpread$J(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$J(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$J(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
1740
1727
  /* Exported only for unit tests, not part of the public API */
1741
1728
  var normalizeIBAN = function normalizeIBAN(iban) {
1742
1729
  return iban
@@ -1749,18 +1736,19 @@ var formatIBAN = function formatIBAN(normalizedIBAN) {
1749
1736
  // Add a space after every four characters, except at the end
1750
1737
  .replace(/(.{4})(?!$)/g, '$1 ');
1751
1738
  };
1752
- var IBANData = /*#__PURE__*/forwardRef(function (_ref, ref) {
1753
- var children = _ref.children,
1754
- value = _ref.value,
1755
- className = _ref.className,
1756
- restProps = _objectWithoutProperties(_ref, _excluded$I);
1739
+ var IBANData = /*#__PURE__*/forwardRef(function (_a, ref) {
1740
+ var children = _a.children,
1741
+ value = _a.value,
1742
+ className = _a.className,
1743
+ restProps = __rest$1(_a, ["children", "value", "className"]);
1757
1744
  var normalized = normalizeIBAN(value);
1758
1745
  var formatted = formatIBAN(normalized);
1759
- return jsx("data", _objectSpread$J(_objectSpread$J({}, restProps), {}, {
1746
+ return jsx("data", Object.assign({}, restProps, {
1760
1747
  ref: ref,
1761
1748
  value: normalized,
1762
1749
  className: clsx('utrecht-iban-data', className),
1763
- translate: "no",
1750
+ translate: "no"
1751
+ }, {
1764
1752
  children: children || formatted
1765
1753
  }));
1766
1754
  });
@@ -1769,18 +1757,15 @@ IBANData.displayName = 'IBANData';
1769
1757
  var css_248z$z = ".utrecht-icon{block-size:var(--utrecht-icon-size);color:var(--utrecht-icon-color);display:inline-block;font-size:var(--utrecht-icon-size);inline-size:var(--utrecht-icon-size);inset-block-start:var(--utrecht-icon-inset-block-start,0);position:relative}.utrecht-icon svg{height:100%;pointer-events:none;width:100%}";
1770
1758
  styleInject(css_248z$z);
1771
1759
 
1772
- var _excluded$H = ["children", "className"];
1773
- function ownKeys$I(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
1774
- function _objectSpread$I(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$I(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$I(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
1775
- var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
1776
- var children = _ref.children,
1777
- className = _ref.className,
1778
- restProps = _objectWithoutProperties(_ref, _excluded$H);
1779
- return jsx("span", _objectSpread$I(_objectSpread$I({
1760
+ var Icon = /*#__PURE__*/forwardRef(function (_a, ref) {
1761
+ var children = _a.children,
1762
+ className = _a.className,
1763
+ restProps = __rest$1(_a, ["children", "className"]);
1764
+ return jsx("span", Object.assign({
1780
1765
  "aria-hidden": "true",
1781
1766
  ref: ref,
1782
1767
  className: clsx('utrecht-icon', className)
1783
- }, restProps), {}, {
1768
+ }, restProps, {
1784
1769
  children: children
1785
1770
  }));
1786
1771
  });
@@ -1789,24 +1774,21 @@ Icon.displayName = 'Icon';
1789
1774
  var css_248z$y = ".utrecht-index-char-nav{--utrecht-button-padding-inline-start:1ch;--utrecht-button-padding-inline-end:1ch;display:flex;flex-wrap:wrap;gap:var(--utrecht-index-char-nav-gap);margin-block-end:var(--utrecht-index-char-nav-margin-block-end);margin-block-start:var(--utrecht-index-char-nav-margin-block-start)}.utrecht-index-char-nav__link--current{--utrecht-button-primary-action-font-weight:var(--utrecht-index-char-nav-link-current-font-weight);--utrecht-button-link-primary-action-font-weight:var(--utrecht-index-char-nav-link-current-font-weight)}.utrecht-index-char-nav__link--disabled{pointer-events:none}";
1790
1775
  styleInject(css_248z$y);
1791
1776
 
1792
- var _excluded$G = ["component", "currentChar", "characters", "onLinkClick", "Link"];
1793
- function ownKeys$H(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
1794
- function _objectSpread$H(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$H(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$H(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
1795
- var IndexCharNav = /*#__PURE__*/forwardRef(function (_ref, ref) {
1796
- var component = _ref.component,
1797
- currentChar = _ref.currentChar,
1798
- characters = _ref.characters,
1799
- onLinkClick = _ref.onLinkClick,
1800
- Link = _ref.Link,
1801
- restProps = _objectWithoutProperties(_ref, _excluded$G);
1777
+ var IndexCharNav = /*#__PURE__*/forwardRef(function (_a, ref) {
1778
+ var component = _a.component,
1779
+ currentChar = _a.currentChar,
1780
+ characters = _a.characters,
1781
+ onLinkClick = _a.onLinkClick,
1782
+ Link = _a.Link,
1783
+ restProps = __rest$1(_a, ["component", "currentChar", "characters", "onLinkClick", "Link"]);
1802
1784
  var LinkComponent = Link ? Link : ButtonLink;
1803
1785
  var links = [];
1804
1786
  if (component === 'button') {
1805
- links = characters.map(function (_ref2) {
1806
- var _char = _ref2["char"],
1807
- disabled = _ref2.disabled;
1787
+ links = characters.map(function (_ref) {
1788
+ var _char = _ref["char"],
1789
+ disabled = _ref.disabled;
1808
1790
  var current = currentChar === _char;
1809
- return /*#__PURE__*/createElement(Button, _objectSpread$H(_objectSpread$H({}, restProps), {}, {
1791
+ return /*#__PURE__*/createElement(Button, Object.assign({}, restProps, {
1810
1792
  className: clsx({
1811
1793
  'utrecht-index-char-nav__link--current': current
1812
1794
  }),
@@ -1818,16 +1800,17 @@ var IndexCharNav = /*#__PURE__*/forwardRef(function (_ref, ref) {
1818
1800
  return typeof onLinkClick === 'function' && onLinkClick(_char);
1819
1801
  },
1820
1802
  pressed: current
1821
- }), jsx("span", {
1822
- translate: "no",
1803
+ }), jsx("span", Object.assign({
1804
+ translate: "no"
1805
+ }, {
1823
1806
  children: _char
1824
- }));
1807
+ })));
1825
1808
  });
1826
1809
  } else {
1827
- links = characters.map(function (_ref3) {
1828
- var _char2 = _ref3["char"],
1829
- disabled = _ref3.disabled,
1830
- href = _ref3.href;
1810
+ links = characters.map(function (_ref2) {
1811
+ var _char2 = _ref2["char"],
1812
+ disabled = _ref2.disabled,
1813
+ href = _ref2.href;
1831
1814
  var current = currentChar === _char2;
1832
1815
  var customLinkComponentStyle = clsx('utrecht-button-link', 'utrecht-button-link--html-a', 'utrecht-index-char-nav__link', {
1833
1816
  'utrecht-index-char-nav__link--current': current,
@@ -1836,7 +1819,7 @@ var IndexCharNav = /*#__PURE__*/forwardRef(function (_ref, ref) {
1836
1819
  'utrecht-index-char-nav__link--disabled': disabled,
1837
1820
  'utrecht-button-link--placeholder': disabled
1838
1821
  });
1839
- return jsx(LinkComponent, _objectSpread$H(_objectSpread$H({
1822
+ return jsx(LinkComponent, Object.assign({
1840
1823
  ref: ref,
1841
1824
  appearance: Link ? undefined : current ? 'primary-action-button' : 'secondary-action-button',
1842
1825
  href: href,
@@ -1850,33 +1833,32 @@ var IndexCharNav = /*#__PURE__*/forwardRef(function (_ref, ref) {
1850
1833
  onClick: function onClick() {
1851
1834
  return typeof onLinkClick === 'function' && onLinkClick(_char2);
1852
1835
  }
1853
- }, restProps), {}, {
1854
- children: jsx("span", {
1855
- translate: "no",
1836
+ }, restProps, {
1837
+ children: jsx("span", Object.assign({
1838
+ translate: "no"
1839
+ }, {
1856
1840
  children: _char2
1857
- })
1841
+ }))
1858
1842
  }), _char2);
1859
1843
  });
1860
1844
  }
1861
- return jsx("div", {
1845
+ return jsx("div", Object.assign({
1862
1846
  className: "utrecht-index-char-nav",
1863
- role: "group",
1847
+ role: "group"
1848
+ }, {
1864
1849
  children: links
1865
- });
1850
+ }));
1866
1851
  });
1867
1852
  IndexCharNav.displayName = 'IndexCharNav';
1868
1853
 
1869
1854
  var css_248z$x = ".utrecht-img{height:auto;width:auto}.utrecht-img--photo,.utrecht-img--scale-down{max-height:100%;max-width:100%}";
1870
1855
  styleInject(css_248z$x);
1871
1856
 
1872
- var _excluded$F = ["className", "photo"];
1873
- function ownKeys$G(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
1874
- function _objectSpread$G(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$G(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$G(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
1875
- var Image = /*#__PURE__*/forwardRef(function (_ref, ref) {
1876
- var className = _ref.className,
1877
- photo = _ref.photo,
1878
- restProps = _objectWithoutProperties(_ref, _excluded$F);
1879
- return jsx("img", _objectSpread$G(_objectSpread$G({}, restProps), {}, {
1857
+ var Image = /*#__PURE__*/forwardRef(function (_a, ref) {
1858
+ var className = _a.className,
1859
+ photo = _a.photo,
1860
+ restProps = __rest$1(_a, ["className", "photo"]);
1861
+ return jsx("img", Object.assign({}, restProps, {
1880
1862
  ref: ref,
1881
1863
  className: clsx('utrecht-img', {
1882
1864
  'utrecht-img--photo': photo
@@ -1891,18 +1873,15 @@ styleInject(css_248z$w);
1891
1873
  var css_248z$v = ".utrecht-link-button{--utrecht-icon-size:var(--utrecht-link-icon-size,1em);--_utrecht-link-forced-colors-color:linktext;--utrecht-icon-size:var(--utrecht-button-icon-size,1em);align-items:center;color:var(--_utrecht-link-state-color,var(--utrecht-link-color,var(--_utrecht-link-forced-colors-color)));cursor:pointer;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));font-weight:var(--utrecht-button-font-weight);gap:var(--utrecht-button-icon-gap);inline-size:var(--utrecht-button-inline-size,auto);justify-content:center;line-height:inherit;min-block-size:var(--utrecht-button-min-block-size,44px);min-inline-size:var(--utrecht-button-min-inline-size,44px);padding-block-end:var(--utrecht-button-padding-block-end);padding-block-start:var(--utrecht-button-padding-block-start);padding-inline-end:var(--utrecht-button-padding-inline-end);padding-inline-start:var(--utrecht-button-padding-inline-start);text-decoration-color:var(--_utrecht-link-state-text-decoration-color,var(--utrecht-link-text-decoration-color,currentColor));text-decoration-line:var(--_utrecht-link-state-text-decoration,var(--utrecht-link-text-decoration,underline));text-decoration-skip-ink:all;text-decoration-thickness:max(var(--_utrecht-link-state-text-decoration-thickness,var(--utrecht-link-text-decoration-thickness)),1px);text-transform:var(--utrecht-button-text-transform);text-underline-offset:var(--utrecht-link-text-underline-offset);-webkit-user-select:none;user-select:none}.utrecht-link-button--hover,.utrecht-link-button--html-button:not(:disabled):hover{--_utrecht-link-forced-colors-color:linktext;--_utrecht-link-state-color:var(--utrecht-link-hover-color);--_utrecht-link-state-text-decoration:var(--utrecht-link-hover-text-decoration);--_utrecht-link-state-text-decoration-thickness:var(--utrecht-link-hover-text-decoration-thickness);text-decoration-skip:none;text-decoration-skip-ink:none}.utrecht-link-button--disabled{--_utrecht-link-forced-colors-color:GrayText;--_utrecht-link-state-color:var(--utrecht-link-placeholder-color);cursor:var(--utrecht-action-disabled-cursor,not-allowed);font-weight:var(--utrecht-link-placeholder-font-weight);text-decoration-line:none}.utrecht-link-button--focus,.utrecht-link-button--html-button:not(:disabled):focus{--_utrecht-link-state-color:var(--utrecht-link-focus-color);--_utrecht-link-state-text-decoration:var(--utrecht-link-focus-text-decoration);--_utrecht-link-state-text-decoration-thickness:var(--utrecht-link-focus-text-decoration-thickness);text-decoration-skip:none;background-color:var(--utrecht-link-focus-background-color,transparent);text-decoration-skip-ink:none}.utrecht-link-button--focus-visible,.utrecht-link-button--html-button:focus-visible{--_utrecht-focus-ring-box-shadow:0 0 0 var(--utrecht-focus-outline-width,0) 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:var(--utrecht-stack-focus-z-index,1)}.utrecht-link-button--active,.utrecht-link-button--html-button:not(:disabled):active{--_utrecht-link-forced-colors-color:activetext;--_utrecht-link-state-color:var(--utrecht-link-active-color)}.utrecht-link-button--inline{--utrecht-icon-inset-block-start:var(--utrecht-icon-baseline-inset-block-start);min-block-size:auto;min-inline-size:auto;padding-block-end:0;padding-block-start:0;padding-inline-end:0;padding-inline-start:0}.utrecht-link-button--pressed{--_utrecht-link-forced-colors-color:activetext;--_utrecht-link-state-color:var(--utrecht-link-active-color)}.utrecht-link-button--html-button{background-color:transparent;border-width:0}";
1892
1874
  styleInject(css_248z$v);
1893
1875
 
1894
- var _excluded$E = ["children", "disabled", "inline", "className", "pressed", "type"];
1895
- function ownKeys$F(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
1896
- function _objectSpread$F(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$F(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$F(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
1897
- var LinkButton = /*#__PURE__*/forwardRef(function (_ref, ref) {
1898
- var children = _ref.children,
1899
- disabled = _ref.disabled,
1900
- inline = _ref.inline,
1901
- className = _ref.className,
1902
- pressed = _ref.pressed,
1903
- type = _ref.type,
1904
- restProps = _objectWithoutProperties(_ref, _excluded$E);
1905
- return jsx("button", _objectSpread$F(_objectSpread$F({
1876
+ var LinkButton = /*#__PURE__*/forwardRef(function (_a, ref) {
1877
+ var children = _a.children,
1878
+ disabled = _a.disabled,
1879
+ inline = _a.inline,
1880
+ className = _a.className,
1881
+ pressed = _a.pressed,
1882
+ type = _a.type,
1883
+ restProps = __rest$1(_a, ["children", "disabled", "inline", "className", "pressed", "type"]);
1884
+ return jsx("button", Object.assign({
1906
1885
  ref: ref,
1907
1886
  "aria-pressed": typeof pressed === 'boolean' ? pressed : undefined,
1908
1887
  className: clsx('utrecht-link-button', 'utrecht-link-button--html-button', {
@@ -1912,7 +1891,7 @@ var LinkButton = /*#__PURE__*/forwardRef(function (_ref, ref) {
1912
1891
  }, className),
1913
1892
  disabled: disabled,
1914
1893
  type: type || 'button'
1915
- }, restProps), {}, {
1894
+ }, restProps, {
1916
1895
  children: children
1917
1896
  }));
1918
1897
  });
@@ -1921,42 +1900,41 @@ LinkButton.displayName = 'LinkButton';
1921
1900
  var css_248z$u = ".utrecht-link-list--html-ul{margin-block-end:0;margin-block-start:0;margin-inline-end:0;margin-inline-start:0;padding-inline-start:0}.utrecht-link-list--html-ul>li{list-style:none}.utrecht-link-list{--utrecht-icon-inset-block-start:var(--utrecht-link-list-icon-inset-block-start);--utrecht-icon-size:var(--utrecht-link-list-icon-size);--utrecht-link-icon-size:var(--utrecht-link-list-icon-size);--utrecht-link-text-decoration:var(--utrecht-link-list-link-text-decoration,none);display:flex;flex-direction:column;margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-link-list-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-link-list-margin-block-start, 0));row-gap:var(--utrecht-link-list-row-gap)}.utrecht-link-list__item{display:block}.utrecht-link-list__link{align-items:baseline;column-gap:var(--utrecht-link-list-link-column-gap);display:inline-flex;font-weight:var(--utrecht-link-list-link-font-weight)}";
1922
1901
  styleInject(css_248z$u);
1923
1902
 
1924
- var _excluded$D = ["className", "icon", "children"],
1925
- _excluded2$4 = ["children", "icon", "links", "className"];
1926
- function ownKeys$E(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
1927
- function _objectSpread$E(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$E(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$E(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
1928
- var LinkListLink = /*#__PURE__*/forwardRef(function (_ref, ref) {
1929
- var className = _ref.className,
1930
- icon = _ref.icon,
1931
- children = _ref.children,
1932
- restProps = _objectWithoutProperties(_ref, _excluded$D);
1933
- return jsx("li", {
1934
- className: clsx('utrecht-link-list__item', className),
1935
- children: jsxs(Link, _objectSpread$E(_objectSpread$E({
1903
+ var LinkListLink = /*#__PURE__*/forwardRef(function (_a, ref) {
1904
+ var className = _a.className,
1905
+ icon = _a.icon,
1906
+ children = _a.children,
1907
+ restProps = __rest$1(_a, ["className", "icon", "children"]);
1908
+ return jsx("li", Object.assign({
1909
+ className: clsx('utrecht-link-list__item', className)
1910
+ }, {
1911
+ children: jsxs(Link, Object.assign({
1936
1912
  className: "utrecht-link-list__link"
1937
- }, restProps), {}, {
1938
- ref: ref,
1939
- children: [icon, jsx("span", {
1940
- className: "utrecht-link-list__link-text",
1913
+ }, restProps, {
1914
+ ref: ref
1915
+ }, {
1916
+ children: [icon, jsx("span", Object.assign({
1917
+ className: "utrecht-link-list__link-text"
1918
+ }, {
1941
1919
  children: children
1942
- })]
1920
+ }))]
1943
1921
  }))
1944
- });
1922
+ }));
1945
1923
  });
1946
1924
  LinkListLink.displayName = 'LinkListLink';
1947
- var LinkList = /*#__PURE__*/forwardRef(function (_ref2, ref) {
1948
- var children = _ref2.children,
1949
- icon = _ref2.icon,
1950
- links = _ref2.links,
1951
- className = _ref2.className,
1952
- restProps = _objectWithoutProperties(_ref2, _excluded2$4);
1953
- return jsxs("ul", _objectSpread$E(_objectSpread$E({
1925
+ var LinkList = /*#__PURE__*/forwardRef(function (_a, ref) {
1926
+ var children = _a.children,
1927
+ icon = _a.icon,
1928
+ links = _a.links,
1929
+ className = _a.className,
1930
+ restProps = __rest$1(_a, ["children", "icon", "links", "className"]);
1931
+ return jsxs("ul", Object.assign({
1954
1932
  role: "list",
1955
1933
  ref: ref,
1956
1934
  className: clsx('utrecht-link-list', 'utrecht-link-list--html-ul', className)
1957
- }, restProps), {}, {
1935
+ }, restProps, {
1958
1936
  children: [children, Array.isArray(links) && links.map(function (linkProps, index) {
1959
- return jsx(LinkListLink, _objectSpread$E({
1937
+ return jsx(LinkListLink, Object.assign({
1960
1938
  icon: typeof icon === 'function' ? icon() : undefined
1961
1939
  }, linkProps), index);
1962
1940
  })]
@@ -1967,18 +1945,16 @@ LinkList.displayName = 'LinkList';
1967
1945
  var css_248z$t = ".utrecht-link-social{--utrecht-icon-size:var(--utrecht-link-social-icon-size);--utrecht-icon-color:currentColor;align-items:center;background-color:var(--utrecht-link-social-background-color);block-size:var(--utrecht-link-social-size);border-color:var(--utrecht-link-social-border-color);border-radius:50%;border-style:solid;border-width:var(--utrecht-link-social-border-width);color:var(--utrecht-link-social-color);display:inline-flex;inline-size:var(--utrecht-link-social-size);justify-content:center}.utrecht-link-social--hover,.utrecht-link-social:hover{background-color:var(--utrecht-link-social-hover-background-color,var(--utrecht-link-social-background-color));color:var(--utrecht-link-social-hover-color,var(--utrecht-link-social-color));transform:var(--utrecht-link-social-hover-transform-scale)}.utrecht-link-social--focus-visible,.utrecht-link-social:focus-visible{--_utrecht-focus-ring-box-shadow:0 0 0 var(--utrecht-focus-outline-width,0) 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)}.utrecht-link-social--distanced{margin-inline-start:var(--utrecht-link-social-margin-inline-start)}";
1968
1946
  styleInject(css_248z$t);
1969
1947
 
1970
- var _excluded$C = ["children", "className", "external"];
1971
- function ownKeys$D(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
1972
- function _objectSpread$D(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$D(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$D(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
1973
- var LinkSocial = /*#__PURE__*/forwardRef(function (_ref, ref) {
1974
- var children = _ref.children,
1975
- className = _ref.className,
1976
- external = _ref.external,
1977
- restProps = _objectWithoutProperties(_ref, _excluded$C);
1978
- return jsx("a", _objectSpread$D(_objectSpread$D({}, restProps), {}, {
1948
+ var LinkSocial = /*#__PURE__*/forwardRef(function (_a, ref) {
1949
+ var children = _a.children,
1950
+ className = _a.className,
1951
+ external = _a.external,
1952
+ restProps = __rest$1(_a, ["children", "className", "external"]);
1953
+ return jsx("a", Object.assign({}, restProps, {
1979
1954
  ref: ref,
1980
1955
  className: clsx('utrecht-link-social', className),
1981
- rel: external !== false ? 'external noopener noreferrer' : undefined,
1956
+ rel: external !== false ? 'external noopener noreferrer' : undefined
1957
+ }, {
1982
1958
  children: children
1983
1959
  }));
1984
1960
  });
@@ -1987,21 +1963,16 @@ LinkSocial.displayName = 'LinkSocial';
1987
1963
  var css_248z$s = ".utrecht-listbox{--utrecht-listbox-max-block-size:300px;background-color:var(--utrecht-listbox-background-color);border-color:var(--utrecht-listbox-border-color);border-radius:var(--utrecht-listbox-border-radius);border-style:solid;border-width:var(--utrecht-listbox-border-width);box-sizing:border-box;cursor:default;display:flex;flex-direction:column;inline-size:var(--utrecht-listbox-inline-size,var(--utrecht-form-input-max-inline-size));max-block-size:var(--utrecht-listbox-max-block-size);min-block-size:1em;overflow-block:auto;overflow-y:auto;padding-block-end:var(--utrecht-listbox-padding-block-end);padding-block-start:var(--utrecht-listbox-padding-block-start);padding-inline-end:var(--utrecht-listbox-padding-inline-end);padding-inline-start:var(--utrecht-listbox-padding-inline-start);-webkit-user-select:none;user-select:none}@media (forced-colors:active){.utrecht-listbox{--utrecht-listbox-option-selected-background-color:Highlight;--utrecht-listbox-option-selected-color:HighlightText;--utrecht-listbox-option-disabled-background-color:field;--utrecht-listbox-option-disabled-color:GrayText;background-color:field;color:fieldtext}}.utrecht-listbox--focus-visible{--_utrecht-focus-ring-box-shadow:0 0 0 var(--utrecht-focus-outline-width,0) 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)}.utrecht-listbox__group,.utrecht-listbox__list{margin-block-end:0;margin-block-start:0;margin-inline-end:0;margin-inline-start:0;padding-inline-start:0}.utrecht-listbox__group{margin-block-end:var(--utrecht-listbox-option-group-margin-block-end)}.utrecht-listbox__group-label{color:var(--utrecht-listbox-option-group-label-color);font-size:var(--utrecht-listbox-option-group-label-font-size);font-weight:var(--utrecht-listbox-option-group-label-font-weight);line-height:var(--utrecht-listbox-option-group-label-line-height);margin-inline-start:var(--utrecht-listbox-option-group-label-margin-inline-start)}@media (forced-colors:active){.utrecht-listbox__group-label{background-color:field;color:fieldtext}}.utrecht-listbox__option{--utrecht-icon-size:var(--utrecht-listbox-option-icon-size,16px);align-items:center;background-color:var(--utrecht-listbox-option-background-color);box-sizing:border-box;color:var(--utrecht-listbox-option-color);display:flex;list-style:none;min-block-size:var(--utrecht-listbox-option-min-block-size,var(--utrecht-pointer-target-min-size,24px));padding-block-end:var(--utrecht-listbox-option-padding-block-end);padding-block-start:var(--utrecht-listbox-option-padding-block-start);padding-inline-end:var(--utrecht-listbox-option-padding-inline-end);padding-inline-start:var(--utrecht-listbox-option-padding-inline-start)}@media (forced-colors:active){.utrecht-listbox__option{forced-color-adjust:none}}.utrecht-listbox__option--disabled{background-color:var(--utrecht-listbox-option-disabled-background-color);color:var(--utrecht-listbox-option-disabled-color)}.utrecht-listbox__option--hover{background-color:var(--utrecht-listbox-option-hover-background-color,var(--utrecht-listbox-option-color));color:var(--utrecht-listbox-option-hover-color,var(--utrecht-listbox-option-color))}.utrecht-listbox__option--focus{background-color:var(--utrecht-listbox-option-focus-background-color,var(--utrecht-listbox-option-color));color:var(--utrecht-listbox-option-focus-color,var(--utrecht-listbox-option-color))}.utrecht-listbox__option--focus-visible{--_utrecht-focus-ring-box-shadow:0 0 0 var(--utrecht-focus-outline-width,0) var(--utrecht-focus-inverse-outline-color,transparent);--utrecht-focus-outline-offset:calc(var(--utrecht-focus-outline-width)*-1);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)}.utrecht-listbox__option--active{background-color:var(--utrecht-listbox-option-is-active-background-color);color:var(--utrecht-listbox-option-is-active-color);font-weight:var(--utrecht-listbox-option-is-active-font-weight)}.utrecht-listbox__option--selected{background-color:var(--utrecht-listbox-option-selected-background-color);color:var(--utrecht-listbox-option-selected-color)}.utrecht-listbox__option--html-li{list-style:none}.utrecht-listbox__option--html-li:hover{background-color:var(--utrecht-listbox-option-hover-background-color,var(--utrecht-listbox-option-color));color:var(--utrecht-listbox-option-hover-color,var(--utrecht-listbox-option-color))}.utrecht-listbox__option--html-li:focus{background-color:var(--utrecht-listbox-option-focus-background-color,var(--utrecht-listbox-option-color));color:var(--utrecht-listbox-option-focus-color,var(--utrecht-listbox-option-color))}.utrecht-listbox--disabled{cursor:var(--utrecht-action-disabled-cursor,not-allowed)}@media (forced-colors:active){.utrecht-listbox--disabled{--utrecht-listbox-option-selected-background-color:GrayText;--utrecht-listbox-option-selected-color:field;--utrecht-listbox-option-background-color:field;--utrecht-listbox-option-color:GrayText;--utrecht-listbox-background-color:field;--utrecht-listbox-color:GrayText}}.utrecht-listbox--html-div:focus-visible{--_utrecht-focus-ring-box-shadow:0 0 0 var(--utrecht-focus-outline-width,0) 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)}";
1988
1964
  styleInject(css_248z$s);
1989
1965
 
1990
- var _excluded$B = ["children", "className", "disabled", "invalid", "multiple", "readOnly", "required"],
1991
- _excluded2$3 = ["children", "label"],
1992
- _excluded3 = ["active", "className", "disabled", "selected"];
1993
- function ownKeys$C(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
1994
- function _objectSpread$C(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$C(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$C(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
1995
- var Listbox = /*#__PURE__*/forwardRef(function (_ref, ref) {
1996
- var children = _ref.children,
1997
- className = _ref.className,
1998
- disabled = _ref.disabled,
1999
- invalid = _ref.invalid,
2000
- multiple = _ref.multiple,
2001
- readOnly = _ref.readOnly,
2002
- required = _ref.required,
2003
- restProps = _objectWithoutProperties(_ref, _excluded$B);
2004
- return jsx("div", _objectSpread$C(_objectSpread$C({
1966
+ var Listbox = /*#__PURE__*/forwardRef(function (_a, ref) {
1967
+ var children = _a.children,
1968
+ className = _a.className,
1969
+ disabled = _a.disabled,
1970
+ invalid = _a.invalid,
1971
+ multiple = _a.multiple,
1972
+ readOnly = _a.readOnly,
1973
+ required = _a.required,
1974
+ restProps = __rest$1(_a, ["children", "className", "disabled", "invalid", "multiple", "readOnly", "required"]);
1975
+ return jsx("div", Object.assign({
2005
1976
  className: clsx('utrecht-listbox', 'utrecht-listbox--html-div', {
2006
1977
  'utrecht-listbox--disabled': disabled,
2007
1978
  'utrecht-listbox--invalid': invalid,
@@ -2014,43 +1985,47 @@ var Listbox = /*#__PURE__*/forwardRef(function (_ref, ref) {
2014
1985
  "aria-readonly": readOnly || undefined,
2015
1986
  "aria-required": required || undefined,
2016
1987
  tabIndex: 0
2017
- }, restProps), {}, {
2018
- ref: ref,
2019
- children: jsx("ul", {
2020
- className: "utrecht-listbox__list",
1988
+ }, restProps, {
1989
+ ref: ref
1990
+ }, {
1991
+ children: jsx("ul", Object.assign({
1992
+ className: "utrecht-listbox__list"
1993
+ }, {
2021
1994
  children: children
2022
- })
1995
+ }))
2023
1996
  }));
2024
1997
  });
2025
1998
  Listbox.displayName = 'Listbox';
2026
- var ListboxOptionGroup = /*#__PURE__*/forwardRef(function (_ref2, ref) {
2027
- var children = _ref2.children,
2028
- label = _ref2.label,
2029
- restProps = _objectWithoutProperties(_ref2, _excluded2$3);
1999
+ var ListboxOptionGroup = /*#__PURE__*/forwardRef(function (_a, ref) {
2000
+ var children = _a.children,
2001
+ label = _a.label,
2002
+ restProps = __rest$1(_a, ["children", "label"]);
2030
2003
  var id = useId();
2031
- return jsxs("li", _objectSpread$C(_objectSpread$C({
2004
+ return jsxs("li", Object.assign({
2032
2005
  className: "utrecht-listbox__group",
2033
2006
  role: "group",
2034
2007
  "aria-labelledby": id
2035
- }, restProps), {}, {
2036
- ref: ref,
2037
- children: [label && jsx("div", {
2008
+ }, restProps, {
2009
+ ref: ref
2010
+ }, {
2011
+ children: [label && jsx("div", Object.assign({
2038
2012
  id: id,
2039
- className: "utrecht-listbox__group-label",
2013
+ className: "utrecht-listbox__group-label"
2014
+ }, {
2040
2015
  children: label
2041
- }), jsx("ul", {
2016
+ })), jsx("ul", {
2042
2017
  children: children
2043
2018
  })]
2044
2019
  }));
2045
2020
  });
2046
2021
  ListboxOptionGroup.displayName = 'ListboxOptionGroup';
2047
- var ListboxOption = /*#__PURE__*/forwardRef(function (_ref3, ref) {
2048
- var active = _ref3.active,
2049
- className = _ref3.className,
2050
- disabled = _ref3.disabled,
2051
- selected = _ref3.selected,
2052
- restProps = _objectWithoutProperties(_ref3, _excluded3);
2053
- return jsx("li", _objectSpread$C(_objectSpread$C({
2022
+ var ListboxOption = /*#__PURE__*/forwardRef(function (_a, ref) {
2023
+ var active = _a.active,
2024
+ className = _a.className,
2025
+ disabled = _a.disabled,
2026
+ selected = _a.selected,
2027
+ restProps = __rest$1(_a, ["active", "className", "disabled", "selected"]);
2028
+ return jsx("li", Object.assign({
2054
2029
  className: clsx('utrecht-listbox__option', 'utrecht-listbox__option--html-li', {
2055
2030
  'utrecht-listbox__option--active': active,
2056
2031
  'utrecht-listbox__option--disabled': disabled,
@@ -2060,7 +2035,7 @@ var ListboxOption = /*#__PURE__*/forwardRef(function (_ref3, ref) {
2060
2035
  "aria-selected": selected ? 'true' : 'false',
2061
2036
  tabIndex: disabled ? undefined : -1,
2062
2037
  role: "option"
2063
- }, restProps), {}, {
2038
+ }, restProps, {
2064
2039
  ref: ref
2065
2040
  }));
2066
2041
  });
@@ -2071,52 +2046,50 @@ styleInject(css_248z$r);
2071
2046
 
2072
2047
  var ListSocial = function ListSocial(_ref) {
2073
2048
  var children = _ref.children;
2074
- return jsx("ul", {
2075
- className: clsx('utrecht-list-social'),
2049
+ return jsx("ul", Object.assign({
2050
+ className: clsx('utrecht-list-social')
2051
+ }, {
2076
2052
  children: children
2077
- });
2053
+ }));
2078
2054
  };
2079
2055
  var ListSocialItem = function ListSocialItem(_ref2) {
2080
2056
  var children = _ref2.children;
2081
- return jsx("li", {
2082
- className: clsx('utrecht-list-social__item'),
2057
+ return jsx("li", Object.assign({
2058
+ className: clsx('utrecht-list-social__item')
2059
+ }, {
2083
2060
  children: children
2084
- });
2061
+ }));
2085
2062
  };
2086
2063
 
2087
2064
  var css_248z$q = ".utrecht-logo{display:block;max-block-size:var(--utrecht-logo-max-block-size,192px);max-inline-size:var(--utrecht-logo-max-inline-size,96px);min-block-size:var(--utrecht-logo-min-block-size);min-inline-size:var(--utrecht-logo-min-inline-size)}.utrecht-logo>*{block-size:100%;display:inline-block;inline-size:auto}";
2088
2065
  styleInject(css_248z$q);
2089
2066
 
2090
- var _excluded$A = ["children", "className"];
2091
- function ownKeys$B(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
2092
- function _objectSpread$B(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$B(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$B(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2093
- var Logo = /*#__PURE__*/forwardRef(function (_ref, ref) {
2094
- var children = _ref.children,
2095
- className = _ref.className,
2096
- restProps = _objectWithoutProperties(_ref, _excluded$A);
2097
- return jsx("div", _objectSpread$B(_objectSpread$B({
2067
+ var Logo = /*#__PURE__*/forwardRef(function (_a, ref) {
2068
+ var children = _a.children,
2069
+ className = _a.className,
2070
+ restProps = __rest$1(_a, ["children", "className"]);
2071
+ return jsx("div", Object.assign({
2098
2072
  ref: ref,
2099
2073
  className: clsx('utrecht-logo', className)
2100
- }, restProps), {}, {
2074
+ }, restProps, {
2101
2075
  children: children
2102
2076
  }));
2103
2077
  });
2104
2078
  Logo.displayName = 'Logo';
2105
2079
 
2106
- function ownKeys$A(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
2107
- function _objectSpread$A(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$A(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$A(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2108
- var LogoImage = /*#__PURE__*/forwardRef(function (_ref, ref) {
2109
- var restProps = _extends({}, (_objectDestructuringEmpty(_ref), _ref));
2110
- return jsxs("svg", _objectSpread$A(_objectSpread$A({
2080
+ var LogoImage = /*#__PURE__*/forwardRef(function (_a, ref) {
2081
+ var restProps = __rest$1(_a, []);
2082
+ return jsxs("svg", Object.assign({
2111
2083
  width: "192",
2112
2084
  height: "100",
2113
2085
  viewBox: "0 0 192 100",
2114
2086
  fill: "none",
2115
2087
  xmlns: "http://www.w3.org/2000/svg",
2116
2088
  ref: ref
2117
- }, restProps), {}, {
2118
- children: [jsxs("g", {
2119
- clipPath: "url(#clip0_908_6292)",
2089
+ }, restProps, {
2090
+ children: [jsxs("g", Object.assign({
2091
+ clipPath: "url(#clip0_908_6292)"
2092
+ }, {
2120
2093
  children: [jsx("path", {
2121
2094
  d: "M124.75 61.3114C126.41 60.4985 127.932 59.5127 129.264 58.3712C129.558 57.9561 129.887 57.6448 130.267 57.4373C132.844 54.8084 134.453 51.4013 134.453 47.2331C134.453 47.2331 134.453 44.2583 134.453 43.5147C134.349 43.5492 134.245 43.5665 134.124 43.5665C134.003 43.5665 133.882 43.5492 133.761 43.5147L133.484 45.0885C130.924 44.6043 131.201 42.0619 132.931 41.1971C133.917 40.6955 134.228 40.3323 133.934 39.9519C133.847 39.8481 133.744 39.7962 133.623 39.7962C133.259 39.7962 132.723 40.194 132.204 40.5745C131.979 40.7474 131.685 40.8339 131.374 40.8339C130.7 40.8339 129.973 40.4015 129.662 39.3811L128.763 39.8827C128.607 37.9629 129.8 37.0117 131.011 37.0117C131.582 37.0117 132.17 37.2192 132.619 37.6343C132.792 37.79 132.965 37.8591 133.138 37.8591C133.692 37.8591 134.072 37.1673 133.329 36.7695C132.619 36.389 131.945 35.213 132.602 34.4693L131.53 33.4662C132.014 33.1721 132.533 33.0338 133.017 33.0338C133.536 33.0338 134.038 33.2067 134.453 33.5526V19.9932C134.124 19.924 133.744 19.5954 133.744 19.1285C133.744 18.6096 134.055 18.2983 134.453 18.1426V17.0184C133.64 17.1914 133.034 17.693 132.792 18.3848L131.651 18.4021C131.599 17.5373 132.014 16.759 132.896 16.465V15.3408C132.152 15.4965 131.668 15.8597 131.374 16.1883C131.288 16.2748 131.219 16.3785 131.132 16.4823L130.267 16.4996C130.233 15.6694 130.648 14.9257 131.426 14.6663V14.1474H128.261H92.2871H89.122V14.6663C89.9176 14.9257 90.3327 15.6694 90.2808 16.4996L89.4161 16.4823C89.3469 16.3785 89.2604 16.292 89.1739 16.1883C88.8799 15.877 88.3783 15.5138 87.652 15.3408V16.465C88.5167 16.759 88.9318 17.5373 88.8972 18.4021L87.7557 18.3848C87.5136 17.693 86.9083 17.2087 86.0954 17.0184V18.1426C86.4932 18.2983 86.7872 18.6096 86.7872 19.1285C86.7872 19.5781 86.424 19.924 86.0954 19.9932V33.5353C86.5105 33.1894 86.9947 33.0338 87.5136 33.0338C88.0151 33.0338 88.534 33.1894 89.001 33.4662L87.9287 34.4693C88.5686 35.2303 87.8941 36.389 87.2023 36.7695C86.4586 37.1673 86.8564 37.8591 87.3925 37.8591C87.5655 37.8591 87.7384 37.79 87.9114 37.6343C88.3611 37.2192 88.9491 37.0117 89.5198 37.0117C90.7305 37.0117 91.9239 37.9456 91.7682 39.8827L90.8343 39.3638C90.523 40.3842 89.7966 40.8166 89.122 40.8166C88.8107 40.8166 88.5167 40.7301 88.2919 40.5572C87.773 40.1767 87.2369 39.7789 86.8737 39.7789C86.7526 39.7789 86.6315 39.8308 86.5624 39.9346C86.2856 40.315 86.5797 40.6955 87.5655 41.1798C89.3123 42.0446 89.589 44.587 87.012 45.0712L86.7353 43.4974C86.6142 43.532 86.4932 43.5492 86.3721 43.5492C86.2683 43.5492 86.1646 43.532 86.0608 43.5147V47.2331C86.0608 51.4186 87.6865 54.8257 90.2808 57.4546C90.6094 57.6448 90.9207 57.9388 91.1975 58.3193C92.5292 59.4954 94.0858 60.4812 95.7634 61.3114C95.7634 61.3114 124.75 61.3114 124.75 61.3114Z",
2122
2095
  fill: "white"
@@ -2187,15 +2160,16 @@ var LogoImage = /*#__PURE__*/forwardRef(function (_ref, ref) {
2187
2160
  d: "M11.9378 1H0V99.487H11.9378V1Z",
2188
2161
  fill: "#FFCC00"
2189
2162
  })]
2190
- }), jsx("defs", {
2191
- children: jsx("clipPath", {
2192
- id: "clip0_908_6292",
2163
+ })), jsx("defs", {
2164
+ children: jsx("clipPath", Object.assign({
2165
+ id: "clip0_908_6292"
2166
+ }, {
2193
2167
  children: jsx("rect", {
2194
2168
  width: "192",
2195
2169
  height: "100",
2196
2170
  fill: "white"
2197
2171
  })
2198
- })
2172
+ }))
2199
2173
  })]
2200
2174
  }));
2201
2175
  });
@@ -2204,17 +2178,14 @@ LogoImage.displayName = 'LogoImage';
2204
2178
  var css_248z$p = ".utrecht-mark{background-color:var(--utrecht-mark-background-color,revert);color:var(--utrecht-mark-color,revert)}@media print{.utrecht-mark{outline-color:currentColor;outline-style:dotted;outline-width:.1em}}@media screen and (-ms-high-contrast:active){.utrecht-mark{background-color:Highlight;color:HighlightText}}.utrecht-mark--print{outline-color:currentColor;outline-style:dotted;outline-width:.1em}.utrecht-mark--windows-high-contrast{background-color:Highlight;color:HighlightText}";
2205
2179
  styleInject(css_248z$p);
2206
2180
 
2207
- var _excluded$z = ["children", "className"];
2208
- function ownKeys$z(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
2209
- function _objectSpread$z(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$z(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$z(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2210
- var Mark = /*#__PURE__*/forwardRef(function (_ref, ref) {
2211
- var children = _ref.children,
2212
- className = _ref.className,
2213
- restProps = _objectWithoutProperties(_ref, _excluded$z);
2214
- return jsx("mark", _objectSpread$z(_objectSpread$z({
2181
+ var Mark = /*#__PURE__*/forwardRef(function (_a, ref) {
2182
+ var children = _a.children,
2183
+ className = _a.className,
2184
+ restProps = __rest$1(_a, ["children", "className"]);
2185
+ return jsx("mark", Object.assign({
2215
2186
  ref: ref,
2216
2187
  className: clsx('utrecht-mark', className)
2217
- }, restProps), {}, {
2188
+ }, restProps, {
2218
2189
  children: children
2219
2190
  }));
2220
2191
  });
@@ -2223,17 +2194,14 @@ Mark.displayName = 'Mark';
2223
2194
  var css_248z$o = ".utrecht-multiline-data{white-space-collapse:preserve-breaks;white-space:pre-line}.utrecht-multiline-data--html-pre{font-family:inherit;margin-block-end:0;margin-block-start:0}";
2224
2195
  styleInject(css_248z$o);
2225
2196
 
2226
- var _excluded$y = ["children", "className"];
2227
- function ownKeys$y(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
2228
- function _objectSpread$y(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$y(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$y(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2229
- var MultilineData = /*#__PURE__*/forwardRef(function (_ref, ref) {
2230
- var children = _ref.children,
2231
- className = _ref.className,
2232
- restProps = _objectWithoutProperties(_ref, _excluded$y);
2233
- return jsx("pre", _objectSpread$y(_objectSpread$y({
2197
+ var MultilineData = /*#__PURE__*/forwardRef(function (_a, ref) {
2198
+ var children = _a.children,
2199
+ className = _a.className,
2200
+ restProps = __rest$1(_a, ["children", "className"]);
2201
+ return jsx("pre", Object.assign({
2234
2202
  ref: ref,
2235
2203
  className: clsx('utrecht-multiline-data', 'utrecht-multiline-data--html-pre', className)
2236
- }, restProps), {}, {
2204
+ }, restProps, {
2237
2205
  children: children
2238
2206
  }));
2239
2207
  });
@@ -2245,86 +2213,85 @@ styleInject(css_248z$n);
2245
2213
  var NavBar = function NavBar(_ref) {
2246
2214
  var appearance = _ref.appearance,
2247
2215
  children = _ref.children;
2248
- return jsx("div", {
2249
- className: "utrecht-nav-bar",
2250
- children: jsx("div", {
2216
+ return jsx("div", Object.assign({
2217
+ className: "utrecht-nav-bar"
2218
+ }, {
2219
+ children: jsx("div", Object.assign({
2251
2220
  className: clsx('utrecht-nav-bar__content', {
2252
2221
  'utrecht-nav-bar__content--center': appearance === 'center'
2253
- }),
2222
+ })
2223
+ }, {
2254
2224
  children: children
2255
- })
2256
- });
2225
+ }))
2226
+ }));
2257
2227
  };
2258
2228
  NavBar.displayName = 'NavBar';
2259
2229
 
2260
2230
  var css_248z$m = ".utrecht-nav-list{align-items:stretch;display:flex;flex-direction:row;flex-wrap:wrap;inline-size:100%;justify-content:start;margin-block-end:0;margin-block-start:0;margin-inline-end:0;margin-inline-start:0;padding-inline-start:0}.utrecht-nav-list--center>*{flex:1 1 0;justify-content:center}.utrecht-nav-list__item{display:inline-flex;list-style:none}.utrecht-nav-list__link{font-weight:var(--utrecht-nav-list-link-font-weight);max-inline-size:var(--utrecht-nav-bar-link-max-inline-size,30ch);padding-block-end:var(--utrecht-nav-bar-link-padding-block-end);padding-block-start:var(--utrecht-nav-bar-link-padding-block-start);padding-inline-end:var(--utrecht-nav-bar-link-padding-inline-end);padding-inline-start:var(--utrecht-nav-bar-link-padding-inline-start);text-decoration:none}";
2261
2231
  styleInject(css_248z$m);
2262
2232
 
2263
- var _excluded$x = ["center", "children"],
2264
- _excluded2$2 = ["center", "children"];
2265
- function ownKeys$x(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
2266
- function _objectSpread$x(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$x(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$x(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2267
2233
  var NavList = function NavList(_ref) {
2268
2234
  var appearance = _ref.appearance,
2269
2235
  children = _ref.children;
2270
- return jsx("ul", {
2236
+ return jsx("ul", Object.assign({
2271
2237
  role: "list",
2272
2238
  className: clsx('utrecht-nav-list', {
2273
2239
  'utrecht-nav-list--center': appearance === 'center'
2274
- }),
2240
+ })
2241
+ }, {
2275
2242
  children: children
2276
- });
2243
+ }));
2277
2244
  };
2278
2245
  NavList.displayName = 'NavList';
2279
- var NavListLink = function NavListLink(_ref2) {
2280
- var center = _ref2.center,
2281
- children = _ref2.children,
2282
- restProps = _objectWithoutProperties(_ref2, _excluded$x);
2283
- return jsx("li", {
2246
+ var NavListLink = function NavListLink(_a) {
2247
+ var center = _a.center,
2248
+ children = _a.children,
2249
+ restProps = __rest$1(_a, ["center", "children"]);
2250
+ return jsx("li", Object.assign({
2284
2251
  className: clsx('utrecht-nav-list__item', {
2285
2252
  'utrecht-nav-list__item--center': center
2286
- }),
2287
- children: jsx(Link, _objectSpread$x(_objectSpread$x({
2253
+ })
2254
+ }, {
2255
+ children: jsx(Link, Object.assign({
2288
2256
  className: "utrecht-nav-list__link"
2289
- }, restProps), {}, {
2257
+ }, restProps, {
2290
2258
  children: children
2291
2259
  }))
2292
- });
2260
+ }));
2293
2261
  };
2294
2262
  NavListLink.displayName = 'NavListLink';
2295
- var NavListLinkButton = function NavListLinkButton(_ref3) {
2296
- var center = _ref3.center,
2297
- children = _ref3.children,
2298
- restProps = _objectWithoutProperties(_ref3, _excluded2$2);
2299
- return jsx("li", {
2263
+ var NavListLinkButton = function NavListLinkButton(_a) {
2264
+ var center = _a.center,
2265
+ children = _a.children,
2266
+ restProps = __rest$1(_a, ["center", "children"]);
2267
+ return jsx("li", Object.assign({
2300
2268
  className: clsx('utrecht-nav-list__item', {
2301
2269
  'utrecht-nav-list__item--center': center
2302
- }),
2303
- children: jsx(LinkButton, _objectSpread$x(_objectSpread$x({
2270
+ })
2271
+ }, {
2272
+ children: jsx(LinkButton, Object.assign({
2304
2273
  className: "utrecht-nav-list__link"
2305
- }, restProps), {}, {
2274
+ }, restProps, {
2306
2275
  children: children
2307
2276
  }))
2308
- });
2277
+ }));
2309
2278
  };
2310
2279
  NavListLinkButton.displayName = 'NavListLinkButton';
2311
2280
 
2312
2281
  var css_248z$l = ".utrecht-number-data{font-variant-numeric:lining-nums tabular-nums}.utrecht-number-data--positive{color:var(--utrecht-number-data-positive-color)}.utrecht-number-data--negative{color:var(--utrecht-number-data-negative-color)}";
2313
2282
  styleInject(css_248z$l);
2314
2283
 
2315
- var _excluded$w = ["children", "className", "value"];
2316
- function ownKeys$w(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
2317
- function _objectSpread$w(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$w(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$w(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2318
- var NumberData = /*#__PURE__*/forwardRef(function (_ref, ref) {
2319
- var children = _ref.children,
2320
- className = _ref.className,
2321
- value = _ref.value,
2322
- restProps = _objectWithoutProperties(_ref, _excluded$w);
2323
- return jsx("data", _objectSpread$w(_objectSpread$w({
2284
+ var NumberData = /*#__PURE__*/forwardRef(function (_a, ref) {
2285
+ var children = _a.children,
2286
+ className = _a.className,
2287
+ value = _a.value,
2288
+ restProps = __rest$1(_a, ["children", "className", "value"]);
2289
+ return jsx("data", Object.assign({
2324
2290
  value: typeof value === 'string' || typeof value === 'number' ? String(value) : undefined
2325
- }, restProps), {}, {
2291
+ }, restProps, {
2326
2292
  ref: ref,
2327
- className: clsx('utrecht-number-data', className),
2293
+ className: clsx('utrecht-number-data', className)
2294
+ }, {
2328
2295
  children: children
2329
2296
  }));
2330
2297
  });
@@ -2333,31 +2300,27 @@ NumberData.displayName = 'NumberData';
2333
2300
  var css_248z$k = ".utrecht-ordered-list,.utrecht-ordered-list--html-content ol{box-sizing:border-box;font-family:var(--utrecht-document-font-family,inherit);font-size:var(--utrecht-ordered-list-font-size,var(--utrecht-unordered-list-font-size,var(--utrecht-document-font-size,inherit)));line-height:var(--utrecht-ordered-list-font-size,var(--utrecht-unordered-list-line-height,var(--utrecht-document-line-height,inherit)));margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-ordered-list-margin-block-end, var(--utrecht-unordered-list-margin-block-end, 0)));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-ordered-list-margin-block-start, var(--utrecht-unordered-list-margin-block-start, 0)));padding-inline-start:var(--utrecht-ordered-list-padding-inline-start,var(--utrecht-unordered-list-padding-inline-start,2ch));text-align:start}.utrecht-ordered-list--center{inline-size:max-content;margin-inline-end:auto;margin-inline-start:auto;max-inline-size:100%}.utrecht-ordered-list--distanced{--utrecht-space-around:1}.utrecht-ordered-list--arabic{list-style:arabic-indic}.utrecht-ordered-list--html-content ol>li,.utrecht-ordered-list--html-content>li,.utrecht-ordered-list__item{margin-block-end:var(--utrecht-ordered-list-item-margin-block-end,var(--utrecht-unordered-list-item-margin-block-end));margin-block-start:var(--utrecht-ordered-list-item-margin-block-start,var(--utrecht-unordered-list-item-margin-block-start));padding-inline-start:var(--utrecht-ordered-list-item-padding-inline-start,var(--utrecht-unordered-list-item-padding-inline-start,1ch))}";
2334
2301
  styleInject(css_248z$k);
2335
2302
 
2336
- var _excluded$v = ["children", "className"];
2337
- function ownKeys$v(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
2338
- function _objectSpread$v(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$v(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$v(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2339
- var OrderedList = /*#__PURE__*/forwardRef(function (_ref, ref) {
2340
- var children = _ref.children,
2341
- className = _ref.className,
2342
- restProps = _objectWithoutProperties(_ref, _excluded$v);
2343
- return jsx("ol", _objectSpread$v(_objectSpread$v({}, restProps), {}, {
2303
+ var OrderedList = /*#__PURE__*/forwardRef(function (_a, ref) {
2304
+ var children = _a.children,
2305
+ className = _a.className,
2306
+ restProps = __rest$1(_a, ["children", "className"]);
2307
+ return jsx("ol", Object.assign({}, restProps, {
2344
2308
  ref: ref,
2345
- className: clsx('utrecht-ordered-list', className),
2309
+ className: clsx('utrecht-ordered-list', className)
2310
+ }, {
2346
2311
  children: children
2347
2312
  }));
2348
2313
  });
2349
2314
  OrderedList.displayName = 'OrderedList';
2350
2315
 
2351
- var _excluded$u = ["children", "className"];
2352
- function ownKeys$u(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
2353
- function _objectSpread$u(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$u(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$u(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2354
- var OrderedListItem = /*#__PURE__*/forwardRef(function (_ref, ref) {
2355
- var children = _ref.children,
2356
- className = _ref.className,
2357
- restProps = _objectWithoutProperties(_ref, _excluded$u);
2358
- return jsx("li", _objectSpread$u(_objectSpread$u({}, restProps), {}, {
2316
+ var OrderedListItem = /*#__PURE__*/forwardRef(function (_a, ref) {
2317
+ var children = _a.children,
2318
+ className = _a.className,
2319
+ restProps = __rest$1(_a, ["children", "className"]);
2320
+ return jsx("li", Object.assign({}, restProps, {
2359
2321
  ref: ref,
2360
- className: clsx('utrecht-ordered-list__item', className),
2322
+ className: clsx('utrecht-ordered-list__item', className)
2323
+ }, {
2361
2324
  children: children
2362
2325
  }));
2363
2326
  });
@@ -2366,16 +2329,14 @@ OrderedListItem.displayName = 'OrderedListItem';
2366
2329
  var css_248z$j = ".utrecht-page{margin-inline-end:auto;margin-inline-start:auto;max-inline-size:calc(var(--utrecht-page-max-inline-size) - var(--utrecht-page-margin-inline-start, 0px) - var(--utrecht-page-margin-inline-end, 0px));padding-inline-end:var(--utrecht-page-margin-inline-end);padding-inline-start:var(--utrecht-page-margin-inline-start)}.utrecht-page__content{background-color:var(--utrecht-page-background-color);color:var(--utrecht-page-color);max-inline-size:var(--utrecht-page-max-inline-size)}";
2367
2330
  styleInject(css_248z$j);
2368
2331
 
2369
- var _excluded$t = ["children", "className"];
2370
- function ownKeys$t(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
2371
- function _objectSpread$t(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$t(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$t(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2372
- var Page = /*#__PURE__*/forwardRef(function (_ref, ref) {
2373
- var children = _ref.children,
2374
- className = _ref.className,
2375
- restProps = _objectWithoutProperties(_ref, _excluded$t);
2376
- return jsx("div", _objectSpread$t(_objectSpread$t({}, restProps), {}, {
2332
+ var Page = /*#__PURE__*/forwardRef(function (_a, ref) {
2333
+ var children = _a.children,
2334
+ className = _a.className,
2335
+ restProps = __rest$1(_a, ["children", "className"]);
2336
+ return jsx("div", Object.assign({}, restProps, {
2377
2337
  ref: ref,
2378
- className: clsx('utrecht-page', className),
2338
+ className: clsx('utrecht-page', className)
2339
+ }, {
2379
2340
  children: children
2380
2341
  }));
2381
2342
  });
@@ -2384,28 +2345,26 @@ Page.displayName = 'Page';
2384
2345
  var css_248z$i = ".utrecht-page-content{padding-block-end:var(--utrecht-page-content-padding-block-end);padding-block-start:var(--utrecht-page-content-padding-block-start);padding-inline-end:var(--utrecht-page-padding-inline-end);padding-inline-start:var(--utrecht-page-padding-inline-start)}.utrecht-page-content__main{grid-area:main}.utrecht-page-content__aside{grid-area:aside}";
2385
2346
  styleInject(css_248z$i);
2386
2347
 
2387
- var _excluded$s = ["children", "className"],
2388
- _excluded2$1 = ["children", "className"];
2389
- function ownKeys$s(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
2390
- function _objectSpread$s(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$s(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$s(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2391
- var PageContent = /*#__PURE__*/forwardRef(function (_ref, ref) {
2392
- var children = _ref.children,
2393
- className = _ref.className,
2394
- restProps = _objectWithoutProperties(_ref, _excluded$s);
2395
- return jsx("div", _objectSpread$s(_objectSpread$s({}, restProps), {}, {
2348
+ var PageContent = /*#__PURE__*/forwardRef(function (_a, ref) {
2349
+ var children = _a.children,
2350
+ className = _a.className,
2351
+ restProps = __rest$1(_a, ["children", "className"]);
2352
+ return jsx("div", Object.assign({}, restProps, {
2396
2353
  ref: ref,
2397
- className: clsx('utrecht-page-content', className),
2354
+ className: clsx('utrecht-page-content', className)
2355
+ }, {
2398
2356
  children: children
2399
2357
  }));
2400
2358
  });
2401
2359
  PageContent.displayName = 'PageContent';
2402
- var PageContentMain = /*#__PURE__*/forwardRef(function (_ref2, ref) {
2403
- var children = _ref2.children,
2404
- className = _ref2.className,
2405
- restProps = _objectWithoutProperties(_ref2, _excluded2$1);
2406
- return jsx("main", _objectSpread$s(_objectSpread$s({}, restProps), {}, {
2360
+ var PageContentMain = /*#__PURE__*/forwardRef(function (_a, ref) {
2361
+ var children = _a.children,
2362
+ className = _a.className,
2363
+ restProps = __rest$1(_a, ["children", "className"]);
2364
+ return jsx("main", Object.assign({}, restProps, {
2407
2365
  ref: ref,
2408
- className: clsx('utrecht-page-content__main', className),
2366
+ className: clsx('utrecht-page-content__main', className)
2367
+ }, {
2409
2368
  children: children
2410
2369
  }));
2411
2370
  });
@@ -2414,16 +2373,14 @@ PageContentMain.displayName = 'PageContentMain';
2414
2373
  var css_248z$h = ".utrecht-page-footer{--utrecht-document-color:currentColor;--utrecht-heading-color:currentColor;--utrecht-link-color:currentColor;--utrecht-link-focus-color:currentColor;--utrecht-link-hover-color:currentColor;--utrecht-link-active-color:currentColor;--utrecht-link-visited-color:currentColor;background-color:var(--utrecht-page-footer-background-color);background-image:var(--utrecht-page-footer-background-image);color:var(--utrecht-page-footer-color);font-family:var(--utrecht-document-font-family);font-size:var(--utrecht-document-font-size);padding-block-end:var(--utrecht-page-footer-padding-block-end);padding-block-start:var(--utrecht-page-footer-padding-block-start);padding-inline-end:var(--utrecht-page-footer-padding-inline-end);padding-inline-start:var(--utrecht-page-footer-padding-inline-start)}.utrecht-page-footer__address--reset-address{font-style:inherit;margin-block-end:0;margin-block-start:0}";
2415
2374
  styleInject(css_248z$h);
2416
2375
 
2417
- var _excluded$r = ["children", "className"];
2418
- function ownKeys$r(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
2419
- function _objectSpread$r(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$r(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$r(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2420
- var PageFooter = /*#__PURE__*/forwardRef(function (_ref, ref) {
2421
- var children = _ref.children,
2422
- className = _ref.className,
2423
- restProps = _objectWithoutProperties(_ref, _excluded$r);
2424
- return jsx("footer", _objectSpread$r(_objectSpread$r({}, restProps), {}, {
2376
+ var PageFooter = /*#__PURE__*/forwardRef(function (_a, ref) {
2377
+ var children = _a.children,
2378
+ className = _a.className,
2379
+ restProps = __rest$1(_a, ["children", "className"]);
2380
+ return jsx("footer", Object.assign({}, restProps, {
2425
2381
  ref: ref,
2426
- className: clsx('utrecht-page-footer', className),
2382
+ className: clsx('utrecht-page-footer', className)
2383
+ }, {
2427
2384
  children: children
2428
2385
  }));
2429
2386
  });
@@ -2432,16 +2389,14 @@ PageFooter.displayName = 'PageFooter';
2432
2389
  var css_248z$g = ".utrecht-page-header{background-color:var(--utrecht-page-header-background-color);color:var(--utrecht-page-header-color);grid-area:\"utrecht-header\";padding-block-end:var(--utrecht-page-header-padding-block-end);padding-block-start:var(--utrecht-page-header-padding-block-start);padding-inline-end:var(--utrecht-page-padding-inline-end);padding-inline-start:var(--utrecht-page-padding-inline-start)}.utrecht-page-header__content{max-inline-size:var(--utrecht-page-max-inline-size)}";
2433
2390
  styleInject(css_248z$g);
2434
2391
 
2435
- var _excluded$q = ["children", "className"];
2436
- function ownKeys$q(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
2437
- function _objectSpread$q(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$q(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$q(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2438
- var PageHeader = /*#__PURE__*/forwardRef(function (_ref, ref) {
2439
- var children = _ref.children,
2440
- className = _ref.className,
2441
- restProps = _objectWithoutProperties(_ref, _excluded$q);
2442
- return jsx("header", _objectSpread$q(_objectSpread$q({}, restProps), {}, {
2392
+ var PageHeader = /*#__PURE__*/forwardRef(function (_a, ref) {
2393
+ var children = _a.children,
2394
+ className = _a.className,
2395
+ restProps = __rest$1(_a, ["children", "className"]);
2396
+ return jsx("header", Object.assign({}, restProps, {
2443
2397
  ref: ref,
2444
- className: clsx('utrecht-page-header', className),
2398
+ className: clsx('utrecht-page-header', className)
2399
+ }, {
2445
2400
  children: children
2446
2401
  }));
2447
2402
  });
@@ -2450,25 +2405,25 @@ PageHeader.displayName = 'PageHeader';
2450
2405
  var css_248z$f = ".utrecht-paragraph{color:var(--utrecht-paragraph-color,var(--utrecht-document-color,inherit));font-family:var(--utrecht-paragraph-font-family,var(--utrecht-document-font-family,inherit));font-size:var(--utrecht-paragraph-font-size,var(--utrecht-document-font-size,inherit));font-weight:var(--utrecht-paragraph-font-weight,inherit);line-height:var(--utrecht-paragraph-line-height,var(--utrecht-document-line-height,inherit));margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-paragraph-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-paragraph-margin-block-start, 0))}.utrecht-paragraph--lead{color:var(--utrecht-paragraph-lead-color,var(--utrecht-paragraph-color,var(--utrecht-document-color,inherit)));font-size:var(--utrecht-paragraph-lead-font-size,var(--utrecht-paragraph-font-size,inherit));font-weight:var(--utrecht-paragraph-lead-font-weight,var(--utrecht-paragraph-font-weight,inherit));line-height:var(--utrecht-paragraph-lead-line-height,var(--utrecht-paragraph-line-height,inherit))}.utrecht-paragraph--small{color:var(--utrecht-paragraph-small-color,var(--utrecht-paragraph-color,var(--utrecht-document-color,inherit)));font-size:var(--utrecht-paragraph-small-font-size,var(--utrecht-paragraph-font-size,inherit));font-weight:var(--utrecht-paragraph-small-font-weight,var(--utrecht-paragraph-font-weight,inherit));line-height:var(--utrecht-paragraph-small-line-height,var(--utrecht-paragraph-line-height,inherit))}.utrecht-paragraph__small{font-size:inherit}.utrecht-paragraph__b{font-weight:inherit}.utrecht-paragraph--distanced{--utrecht-space-around:1}";
2451
2406
  styleInject(css_248z$f);
2452
2407
 
2453
- var _excluded$p = ["children", "className", "lead", "small"];
2454
- function ownKeys$p(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
2455
- function _objectSpread$p(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$p(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$p(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2456
- var Paragraph = /*#__PURE__*/forwardRef(function (_ref, ref) {
2457
- var children = _ref.children,
2458
- className = _ref.className,
2459
- lead = _ref.lead,
2460
- small = _ref.small,
2461
- restProps = _objectWithoutProperties(_ref, _excluded$p);
2462
- return jsx("p", _objectSpread$p(_objectSpread$p({}, restProps), {}, {
2463
- ref: ref,
2464
- className: clsx('utrecht-paragraph', lead && 'utrecht-paragraph--lead', small && 'utrecht-paragraph--small', className),
2465
- children: lead ? jsx("b", {
2466
- className: "utrecht-paragraph__b",
2408
+ var Paragraph = /*#__PURE__*/forwardRef(function (_a, ref) {
2409
+ var children = _a.children,
2410
+ className = _a.className,
2411
+ lead = _a.lead,
2412
+ small = _a.small,
2413
+ restProps = __rest$1(_a, ["children", "className", "lead", "small"]);
2414
+ return jsx("p", Object.assign({}, restProps, {
2415
+ ref: ref,
2416
+ className: clsx('utrecht-paragraph', lead && 'utrecht-paragraph--lead', small && 'utrecht-paragraph--small', className)
2417
+ }, {
2418
+ children: lead ? jsx("b", Object.assign({
2419
+ className: "utrecht-paragraph__b"
2420
+ }, {
2467
2421
  children: children
2468
- }) : small ? jsx("small", {
2469
- className: "utrecht-paragraph__small",
2422
+ })) : small ? jsx("small", Object.assign({
2423
+ className: "utrecht-paragraph__small"
2424
+ }, {
2470
2425
  children: children
2471
- }) : children
2426
+ })) : children
2472
2427
  }));
2473
2428
  });
2474
2429
  Paragraph.displayName = 'Paragraph';
@@ -2476,14 +2431,11 @@ Paragraph.displayName = 'Paragraph';
2476
2431
  var css_248z$e = ".utrecht-data-placeholder{background-color:var(--utrecht-data-placeholder-background-color,currentColor);block-size:1em;display:inline-block;inline-size:min(100%,var(--utrecht-data-placeholder-max-inline-size));max-inline-size:var(--utrecht-data-placeholder-max-inline-size);min-inline-size:var(--utrecht-data-placeholder-min-inline-size,10ch);vertical-align:-.1em}@media print{.utrecht-data-placeholder{outline-color:currentColor;outline-style:dashed;outline-width:.1em}}@media screen and (prefers-contrast:more){.utrecht-data-placeholder{background-color:var(--utrecht-data-placeholder-high-contrast-background-color,var(--utrecht-data-placeholder-background-color,currentColor))}}@media screen and (forced-colors:active){.utrecht-data-placeholder{background-color:GrayText}}.utrecht-data-placeholder--loading{cursor:var(--utrecht-action-busy-cursor,busy)}.utrecht-data-placeholder--print{outline-color:currentColor;outline-style:dashed;outline-width:.1em}.utrecht-data-placeholder--forced-colors{background-color:GrayText}.utrecht-data-placeholder--high-contrast{cursor:var(--utrecht-action-busy-cursor,busy)}";
2477
2432
  styleInject(css_248z$e);
2478
2433
 
2479
- var _excluded$o = ["loading", "className"];
2480
- function ownKeys$o(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
2481
- function _objectSpread$o(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$o(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$o(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2482
- var DataPlaceholder = /*#__PURE__*/forwardRef(function (_ref, ref) {
2483
- var loading = _ref.loading,
2484
- className = _ref.className,
2485
- restProps = _objectWithoutProperties(_ref, _excluded$o);
2486
- return jsx("span", _objectSpread$o({
2434
+ var DataPlaceholder = /*#__PURE__*/forwardRef(function (_a, ref) {
2435
+ var loading = _a.loading,
2436
+ className = _a.className,
2437
+ restProps = __rest$1(_a, ["loading", "className"]);
2438
+ return jsx("span", Object.assign({
2487
2439
  ref: ref,
2488
2440
  className: clsx('utrecht-data-placeholder', {
2489
2441
  'utrecht-data-placeholder--loading': loading
@@ -2495,16 +2447,14 @@ DataPlaceholder.displayName = 'DataPlaceholder';
2495
2447
  var css_248z$d = ".utrecht-pre-heading{color:var(--utrecht-pre-heading-color,var(--utrecht-heading-color,var(--utrecht-document-color,inherit)));font-family:var(--utrecht-pre-heading-font-family,var(--utrecht-heading-font-family,var(--utrecht-document-font-family)));font-size:var(--utrecht-pre-heading-font-size);font-weight:var(--utrecht-pre-heading-font-weight,var(--utrecht-heading-font-weight,bold));line-height:var(--utrecht-pre-heading-line-height);margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-pre-heading-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-pre-heading-margin-block-start, 0));order:var(--utrecht-pre-heading-order,0)}.utrecht-pre-heading--distanced{--utrecht-space-around:1}";
2496
2448
  styleInject(css_248z$d);
2497
2449
 
2498
- var _excluded$n = ["children", "className"];
2499
- function ownKeys$n(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
2500
- function _objectSpread$n(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$n(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$n(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2501
- var PreHeading = /*#__PURE__*/forwardRef(function (_ref, ref) {
2502
- var children = _ref.children,
2503
- className = _ref.className,
2504
- restProps = _objectWithoutProperties(_ref, _excluded$n);
2505
- return jsx("p", _objectSpread$n(_objectSpread$n({}, restProps), {}, {
2450
+ var PreHeading = /*#__PURE__*/forwardRef(function (_a, ref) {
2451
+ var children = _a.children,
2452
+ className = _a.className,
2453
+ restProps = __rest$1(_a, ["children", "className"]);
2454
+ return jsx("p", Object.assign({}, restProps, {
2506
2455
  ref: ref,
2507
- className: clsx('utrecht-pre-heading', className),
2456
+ className: clsx('utrecht-pre-heading', className)
2457
+ }, {
2508
2458
  children: children
2509
2459
  }));
2510
2460
  });
@@ -2513,32 +2463,30 @@ PreHeading.displayName = 'PreHeading';
2513
2463
  var css_248z$c = ".utrecht-preserve-data{white-space-collapse:preserve-spaces;unicode-bidi:isolate}";
2514
2464
  styleInject(css_248z$c);
2515
2465
 
2516
- var _excluded$m = ["children", "className", "dateTime", "value"];
2517
- function ownKeys$m(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
2518
- function _objectSpread$m(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$m(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$m(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2519
- var PreserveData = /*#__PURE__*/forwardRef(function (_ref, ref) {
2520
- var children = _ref.children,
2521
- className = _ref.className,
2522
- dateTime = _ref.dateTime,
2523
- value = _ref.value,
2524
- restProps = _objectWithoutProperties(_ref, _excluded$m);
2525
- var props = _objectSpread$m({
2526
- children: jsx("bdi", {
2527
- translate: "no",
2466
+ var PreserveData = /*#__PURE__*/forwardRef(function (_a, ref) {
2467
+ var children = _a.children,
2468
+ className = _a.className,
2469
+ dateTime = _a.dateTime,
2470
+ value = _a.value,
2471
+ restProps = __rest$1(_a, ["children", "className", "dateTime", "value"]);
2472
+ var props = Object.assign({
2473
+ children: jsx("bdi", Object.assign({
2474
+ translate: "no"
2475
+ }, {
2528
2476
  children: children
2529
- }),
2477
+ })),
2530
2478
  className: clsx('utrecht-preserve-data', className)
2531
2479
  }, restProps);
2532
- return typeof dateTime !== 'undefined' ? jsx("time", _objectSpread$m(_objectSpread$m({}, props), {}, {
2480
+ return typeof dateTime !== 'undefined' ? jsx("time", Object.assign({}, props, {
2533
2481
  dateTime: dateTime,
2534
2482
  ref: ref
2535
- })) : typeof value !== 'undefined' ? jsx("data", _objectSpread$m(_objectSpread$m({}, props), {}, {
2483
+ })) : typeof value !== 'undefined' ? jsx("data", Object.assign({}, props, {
2536
2484
  value: value,
2537
2485
  ref: ref
2538
- })) : jsx("bdi", _objectSpread$m(_objectSpread$m({
2486
+ })) : jsx("bdi", Object.assign({
2539
2487
  translate: "no",
2540
2488
  ref: ref
2541
- }, props), {}, {
2489
+ }, props, {
2542
2490
  children: children
2543
2491
  }));
2544
2492
  });
@@ -2547,16 +2495,13 @@ PreserveData.displayName = 'PreserveData';
2547
2495
  var css_248z$b = ".utrecht-radio-button{--_utrecht-radio-button-background-color:var(\n --_utrecht-radio-button-interactive-background-color,var(--_utrecht-radio-button-state-background-color,var(--utrecht-radio-button-background-color))\n );--_utrecht-radio-button-border-color:var(\n --_utrecht-radio-button-interactive-border-color,var(--_utrecht-radio-button-state-border-color,var(--utrecht-radio-button-border-color,currentColor))\n );--_utrecht-radio-button-border-width:var(\n --_utrecht-radio-button-interactive-border-width,var(--_utrecht-radio-button-state-border-width,var(--utrecht-radio-button-border-width))\n );--_utrecht-radio-button-color:var(\n --_utrecht-radio-button-interactive-color,var(--_utrecht-radio-button-state-color,var(--utrecht-radio-button-color,currentColor))\n );--_utrecht-radio-button-icon-size:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--_utrecht-radio-button-background-color);background-image:radial-gradient(circle,var(--_utrecht-radio-button-color,transparent) calc(var(--_utrecht-radio-button-icon-size, 50%) - 5%),var(--_utrecht-radio-button-background-color,currentColor) var(--_utrecht-radio-button-icon-size,50%));background-position:50%;background-repeat:no-repeat;background-size:contain;block-size:var(--utrecht-radio-button-size,1em);border-color:var(--_utrecht-radio-button-border-color);border-radius:50%;border-style:solid;border-width:var(--_utrecht-radio-button-border-width);cursor:var(--utrecht-action-activate-cursor,revert);inline-size:var(--utrecht-radio-button-size,1em);margin-block-end:0;margin-block-start:0;margin-inline-end:0;margin-inline-end:var(--utrecht-radio-button-margin-inline-end);margin-inline-start:0;min-block-size:24px;min-inline-size:24px;-webkit-print-color-adjust:exact;print-color-adjust:exact;-webkit-user-select:none;user-select:none;vertical-align:top}.utrecht-radio-button--checked{--_utrecht-radio-button-icon-size:var(--utrecht-radio-button-icon-size,50%);--_utrecht-radio-button-state-background-color:var(--utrecht-radio-button-checked-background-color);--_utrecht-radio-button-state-border-color:var(--utrecht-radio-button-checked-border-color);--_utrecht-radio-button-state-border-width:var(--utrecht-radio-button-checked-border-width);--_utrecht-radio-button-state-color:var(--utrecht-radio-button-checked-color);--_utrecht-radio-button-state-active-background-color:var(--utrecht-radio-button-checked-active-background-color);--_utrecht-radio-button-state-active-border-color:var(--utrecht-radio-button-checked-active-border-color);--_utrecht-radio-button-state-active-border-width:var(--utrecht-radio-button-checked-active-border-width);--_utrecht-radio-button-state-active-color:var(--utrecht-radio-button-checked-active-color);--_utrecht-radio-button-state-focus-background-color:var(--utrecht-radio-button-checked-focus-background-color);--_utrecht-radio-button-state-focus-border-color:var(--utrecht-radio-button-checked-focus-border-color);--_utrecht-radio-button-state-focus-border-width:var(--utrecht-radio-button-checked-focus-border-width);--_utrecht-radio-button-state-focus-color:var(--utrecht-radio-button-checked-focus-color);--_utrecht-radio-button-state-hover-background-color:var(--utrecht-radio-button-checked-hover-background-color);--_utrecht-radio-button-state-hover-border-color:var(--utrecht-radio-button-checked-hover-border-color);--_utrecht-radio-button-state-hover-border-width:var(--utrecht-radio-button-checked-hover-border-width);--_utrecht-radio-button-state-hover-color:var(--utrecht-radio-button-checked-hover-color)}.utrecht-radio-button--hover{--_utrecht-radio-button-interactive-background-color:var(\n --_utrecht-radio-button-state-hover-background-color,var(--utrecht-radio-button-hover-background-color)\n );--_utrecht-radio-button-interactive-border-color:var(\n --_utrecht-radio-button-state-hover-border-color,var(--utrecht-radio-button-hover-border-color)\n );--_utrecht-radio-button-interactive-border-width:var(\n --_utrecht-radio-button-state-hover-border-width,var(--utrecht-radio-button-hover-border-width)\n );--_utrecht-radio-button-interactive-color:var(\n --_utrecht-radio-button-state-hover-color,var(--utrecht-radio-button-hover-color)\n )}.utrecht-radio-button--focus{--_utrecht-radio-button-interactive-background-color:var(\n --utrecht-radio-button-focus-background-color,var(--utrecht-radio-button-focus-background-color)\n );--_utrecht-radio-button-interactive-border-color:var(\n --utrecht-radio-button-focus-border-color,var(--utrecht-radio-button-focus-border-color)\n );--_utrecht-radio-button-interactive-border-width:var(\n --utrecht-radio-button-focus-border-width,var(--utrecht-radio-button-focus-border-width)\n );--_utrecht-radio-button-interactive-color:var(\n --utrecht-radio-button-focus-color,var(--utrecht-radio-button-focus-color)\n )}.utrecht-radio-button--focus-visible{--_utrecht-focus-ring-box-shadow:0 0 0 var(--utrecht-focus-outline-width,0) 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)}.utrecht-radio-button--active{--_utrecht-radio-button-interactive-background-color:var(\n --_utrecht-radio-button-state-active-background-color,var(--utrecht-radio-button-active-background-color)\n );--_utrecht-radio-button-interactive-border-color:var(\n --_utrecht-radio-button-state-active-border-color,var(--utrecht-radio-button-active-border-color)\n );--_utrecht-radio-button-interactive-border-width:var(\n --_utrecht-radio-button-state-active-border-width,var(--utrecht-radio-button-active-border-width)\n );--_utrecht-radio-button-interactive-color:var(\n --_utrecht-radio-button-state-active-color,var(--utrecht-radio-button-active-color)\n )}.utrecht-radio-button--disabled{--_utrecht-radio-button-background-color:var(--utrecht-radio-button-disabled-background-color);--_utrecht-radio-button-border-color:var(--utrecht-radio-button-disabled-border-color);--_utrecht-radio-button-border-width:var(--utrecht-radio-button-disabled-border-width);--_utrecht-radio-button-color:var(--utrecht-radio-button-disabled-color);--_utrecht-radio-button-focus-background-color:var(--_utrecht-radio-button-background-color);--_utrecht-radio-button-focus-border-color:var(--_utrecht-radio-button-border-color);--_utrecht-radio-button-focus-border-width:var(--_utrecht-radio-button-border-width);--_utrecht-radio-button-focus-color:var(--_utrecht-radio-button-color);--_utrecht-radio-button-active-background-color:var(--_utrecht-radio-button-background-color);--_utrecht-radio-button-active-border-color:var(--_utrecht-radio-button-border-color);--_utrecht-radio-button-active-border-width:var(--_utrecht-radio-button-border-width);--_utrecht-radio-button-active-color:var(--_utrecht-radio-button-color);--_utrecht-radio-button-hover-background-color:var(--_utrecht-radio-button-background-color);--_utrecht-radio-button-hover-border-color:var(--_utrecht-radio-button-border-color);--_utrecht-radio-button-hover-border-width:var(--_utrecht-radio-button-border-width);--_utrecht-radio-button-hover-color:var(--_utrecht-radio-button-color);cursor:var(--utrecht-action-disabled-cursor,not-allowed)}.utrecht-radio-button--invalid{border-color:var(--utrecht-radio-button-invalid-border-color,var(--utrecht-radio-button-border-color));border-width:var(--utrecht-radio-button-invalid-border-width,var(--utrecht-radio-button-border-width));color:var(--utrecht-radio-button-invalid-color,var(--utrecht-radio-button-color))}.utrecht-radio-button--html-input:checked{--_utrecht-radio-button-icon-size:var(--utrecht-radio-button-icon-size,50%);--_utrecht-radio-button-state-background-color:var(--utrecht-radio-button-checked-background-color);--_utrecht-radio-button-state-border-color:var(--utrecht-radio-button-checked-border-color);--_utrecht-radio-button-state-border-width:var(--utrecht-radio-button-checked-border-width);--_utrecht-radio-button-state-color:var(--utrecht-radio-button-checked-color);--_utrecht-radio-button-state-active-background-color:var(--utrecht-radio-button-checked-active-background-color);--_utrecht-radio-button-state-active-border-color:var(--utrecht-radio-button-checked-active-border-color);--_utrecht-radio-button-state-active-border-width:var(--utrecht-radio-button-checked-active-border-width);--_utrecht-radio-button-state-active-color:var(--utrecht-radio-button-checked-active-color);--_utrecht-radio-button-state-focus-background-color:var(--utrecht-radio-button-checked-focus-background-color);--_utrecht-radio-button-state-focus-border-color:var(--utrecht-radio-button-checked-focus-border-color);--_utrecht-radio-button-state-focus-border-width:var(--utrecht-radio-button-checked-focus-border-width);--_utrecht-radio-button-state-focus-color:var(--utrecht-radio-button-checked-focus-color);--_utrecht-radio-button-state-hover-background-color:var(--utrecht-radio-button-checked-hover-background-color);--_utrecht-radio-button-state-hover-border-color:var(--utrecht-radio-button-checked-hover-border-color);--_utrecht-radio-button-state-hover-border-width:var(--utrecht-radio-button-checked-hover-border-width);--_utrecht-radio-button-state-hover-color:var(--utrecht-radio-button-checked-hover-color)}.utrecht-radio-button--html-input:disabled{--_utrecht-radio-button-background-color:var(--utrecht-radio-button-disabled-background-color);--_utrecht-radio-button-border-color:var(--utrecht-radio-button-disabled-border-color);--_utrecht-radio-button-border-width:var(--utrecht-radio-button-disabled-border-width);--_utrecht-radio-button-color:var(--utrecht-radio-button-disabled-color);--_utrecht-radio-button-focus-background-color:var(--_utrecht-radio-button-background-color);--_utrecht-radio-button-focus-border-color:var(--_utrecht-radio-button-border-color);--_utrecht-radio-button-focus-border-width:var(--_utrecht-radio-button-border-width);--_utrecht-radio-button-focus-color:var(--_utrecht-radio-button-color);--_utrecht-radio-button-active-background-color:var(--_utrecht-radio-button-background-color);--_utrecht-radio-button-active-border-color:var(--_utrecht-radio-button-border-color);--_utrecht-radio-button-active-border-width:var(--_utrecht-radio-button-border-width);--_utrecht-radio-button-active-color:var(--_utrecht-radio-button-color);--_utrecht-radio-button-hover-background-color:var(--_utrecht-radio-button-background-color);--_utrecht-radio-button-hover-border-color:var(--_utrecht-radio-button-border-color);--_utrecht-radio-button-hover-border-width:var(--_utrecht-radio-button-border-width);--_utrecht-radio-button-hover-color:var(--_utrecht-radio-button-color);cursor:var(--utrecht-action-disabled-cursor,not-allowed)}.utrecht-radio-button--html-input:invalid,.utrecht-radio-button--html-input[aria-invalid=true]{border-color:var(--utrecht-radio-button-invalid-border-color,var(--utrecht-radio-button-border-color));border-width:var(--utrecht-radio-button-invalid-border-width,var(--utrecht-radio-button-border-width));color:var(--utrecht-radio-button-invalid-color,var(--utrecht-radio-button-color))}.utrecht-radio-button--html-input:focus:not([aria-disabled=true],:disabled){--_utrecht-radio-button-interactive-background-color:var(\n --utrecht-radio-button-focus-background-color,var(--utrecht-radio-button-focus-background-color)\n );--_utrecht-radio-button-interactive-border-color:var(\n --utrecht-radio-button-focus-border-color,var(--utrecht-radio-button-focus-border-color)\n );--_utrecht-radio-button-interactive-border-width:var(\n --utrecht-radio-button-focus-border-width,var(--utrecht-radio-button-focus-border-width)\n );--_utrecht-radio-button-interactive-color:var(\n --utrecht-radio-button-focus-color,var(--utrecht-radio-button-focus-color)\n )}.utrecht-radio-button--html-input:focus-visible{--_utrecht-focus-ring-box-shadow:0 0 0 var(--utrecht-focus-outline-width,0) 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)}.utrecht-radio-button--html-input:hover:not([aria-disabled=true],:disabled){--_utrecht-radio-button-interactive-background-color:var(\n --_utrecht-radio-button-state-hover-background-color,var(--utrecht-radio-button-hover-background-color)\n );--_utrecht-radio-button-interactive-border-color:var(\n --_utrecht-radio-button-state-hover-border-color,var(--utrecht-radio-button-hover-border-color)\n );--_utrecht-radio-button-interactive-border-width:var(\n --_utrecht-radio-button-state-hover-border-width,var(--utrecht-radio-button-hover-border-width)\n );--_utrecht-radio-button-interactive-color:var(\n --_utrecht-radio-button-state-hover-color,var(--utrecht-radio-button-hover-color)\n )}.utrecht-radio-button--html-input:active:not([aria-disabled=true],:disabled){--_utrecht-radio-button-interactive-background-color:var(\n --_utrecht-radio-button-state-active-background-color,var(--utrecht-radio-button-active-background-color)\n );--_utrecht-radio-button-interactive-border-color:var(\n --_utrecht-radio-button-state-active-border-color,var(--utrecht-radio-button-active-border-color)\n );--_utrecht-radio-button-interactive-border-width:var(\n --_utrecht-radio-button-state-active-border-width,var(--utrecht-radio-button-active-border-width)\n );--_utrecht-radio-button-interactive-color:var(\n --_utrecht-radio-button-state-active-color,var(--utrecht-radio-button-active-color)\n )}";
2548
2496
  styleInject(css_248z$b);
2549
2497
 
2550
- var _excluded$l = ["disabled", "required", "className", "invalid"];
2551
- function ownKeys$l(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
2552
- function _objectSpread$l(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$l(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$l(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2553
- var RadioButton = /*#__PURE__*/forwardRef(function (_ref, ref) {
2554
- var disabled = _ref.disabled,
2555
- required = _ref.required,
2556
- className = _ref.className,
2557
- invalid = _ref.invalid,
2558
- restProps = _objectWithoutProperties(_ref, _excluded$l);
2559
- return jsx("input", _objectSpread$l({
2498
+ var RadioButton = /*#__PURE__*/forwardRef(function (_a, ref) {
2499
+ var disabled = _a.disabled,
2500
+ required = _a.required,
2501
+ className = _a.className,
2502
+ invalid = _a.invalid,
2503
+ restProps = __rest$1(_a, ["disabled", "required", "className", "invalid"]);
2504
+ return jsx("input", Object.assign({
2560
2505
  type: "radio",
2561
2506
  "aria-invalid": invalid || undefined,
2562
2507
  disabled: disabled,
@@ -2570,16 +2515,14 @@ RadioButton.displayName = 'RadioButton';
2570
2515
  var css_248z$a = ".utrecht-rich-text{--utrecht-space-around:1}.utrecht-rich-text .utrecht-heading-1:first-child{--utrecht-heading-1-margin-block-start:0}.utrecht-rich-text .utrecht-heading-1:has(+.utrecht-heading-2){--utrecht-heading-1-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-heading-1:has(+.utrecht-accordion){--utrecht-heading-1-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-heading-1:has(+.utrecht-alert){--utrecht-heading-1-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-heading-1:has(+.utrecht-badge-list){--utrecht-heading-1-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-heading-1:has(+.utrecht-blockquote){--utrecht-heading-1-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-heading-1:has(+.utrecht-button){--utrecht-heading-1-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-heading-1:has(+.utrecht-button-group){--utrecht-heading-1-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-heading-1:has(+.utrecht-data-list){--utrecht-heading-1-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-heading-1:has(+.utrecht-form-field){--utrecht-heading-1-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-heading-1:has(+.utrecht-img){--utrecht-heading-1-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-heading-1:has(+.utrecht-link){--utrecht-heading-1-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-heading-1:has(+.utrecht-ordered-list){--utrecht-heading-1-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-heading-1:has(+.utrecht-pagination){--utrecht-heading-1-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-heading-1:has(+.utrecht-paragraph){--utrecht-heading-1-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-heading-1:has(+.utrecht-separator){--utrecht-heading-1-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-heading-1:has(+.utrecht-badge-status){--utrecht-heading-1-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-heading-1:has(+.utrecht-table){--utrecht-heading-1-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-heading-1:has(+.utrecht-unordered-list){--utrecht-heading-1-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-heading-2:first-child{--utrecht-heading-2-margin-block-start:0}.utrecht-rich-text .utrecht-heading-2:has(+.utrecht-heading-3){--utrecht-heading-2-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-heading-2:has(+.utrecht-accordion){--utrecht-heading-2-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-2:has(+.utrecht-alert){--utrecht-heading-2-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-heading-2:has(+.utrecht-badge-list){--utrecht-heading-2-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-heading-2:has(+.utrecht-blockquote){--utrecht-heading-2-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-heading-2:has(+.utrecht-button){--utrecht-heading-2-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-2:has(+.utrecht-button-group){--utrecht-heading-2-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-2:has(+.utrecht-data-list){--utrecht-heading-2-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-2:has(+.utrecht-figure){--utrecht-heading-2-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-2:has(+.utrecht-form-field){--utrecht-heading-2-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-2:has(+.utrecht-img){--utrecht-heading-2-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-2:has(+.utrecht-link){--utrecht-heading-2-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-2:has(+.utrecht-ordered-list){--utrecht-heading-2-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-2:has(+.utrecht-pagination){--utrecht-heading-2-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-heading-2:has(+.utrecht-paragraph){--utrecht-heading-2-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-2:has(+.utrecht-separator){--utrecht-heading-2-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-heading-2:has(+.utrecht-sidenav){--utrecht-heading-2-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-heading-2:has(+.utrecht-badge-status){--utrecht-heading-2-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-2:has(+.utrecht-table){--utrecht-heading-2-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-2:has(+.utrecht-unordered-list){--utrecht-heading-2-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-3:first-child{--utrecht-heading-3-margin-block-start:0}.utrecht-rich-text .utrecht-heading-3:has(+.utrecht-heading-4){--utrecht-heading-3-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-heading-3:has(+.utrecht-accordion){--utrecht-heading-3-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-3:has(+.utrecht-alert){--utrecht-heading-3-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-heading-3:has(+.utrecht-badge-list){--utrecht-heading-3-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-heading-3:has(+.utrecht-blockquote){--utrecht-heading-3-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-heading-3:has(+.utrecht-button){--utrecht-heading-3-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-3:has(+.utrecht-button-group){--utrecht-heading-3-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-3:has(+.utrecht-data-list){--utrecht-heading-3-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-3:has(+.utrecht-figure){--utrecht-heading-3-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-3:has(+.utrecht-form-field){--utrecht-heading-3-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-3:has(+.utrecht-img){--utrecht-heading-3-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-3:has(+.utrecht-link){--utrecht-heading-3-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-3:has(+.utrecht-ordered-list){--utrecht-heading-3-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-3:has(+.utrecht-pagination){--utrecht-heading-3-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-heading-3:has(+.utrecht-paragraph){--utrecht-heading-3-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-3:has(+.utrecht-separator){--utrecht-heading-3-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-heading-3:has(+.utrecht-sidenav){--utrecht-heading-3-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-heading-3:has(+.utrecht-badge-status){--utrecht-heading-3-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-3:has(+.utrecht-table){--utrecht-heading-3-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-3:has(+.utrecht-unordered-list){--utrecht-heading-3-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-4:first-child{--utrecht-heading-4-margin-block-start:0}.utrecht-rich-text .utrecht-heading-4:has(+.utrecht-heading-5){--utrecht-heading-4-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-heading-4:has(+.utrecht-accordion){--utrecht-heading-4-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-4:has(+.utrecht-alert){--utrecht-heading-4-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-heading-4:has(+.utrecht-badge-list){--utrecht-heading-4-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-heading-4:has(+.utrecht-blockquote){--utrecht-heading-4-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-heading-4:has(+.utrecht-button){--utrecht-heading-4-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-4:has(+.utrecht-button-group){--utrecht-heading-4-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-4:has(+.utrecht-data-list){--utrecht-heading-4-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-4:has(+.utrecht-figure){--utrecht-heading-4-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-4:has(+.utrecht-form-field){--utrecht-heading-4-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-4:has(+.utrecht-img){--utrecht-heading-4-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-4:has(+.utrecht-link){--utrecht-heading-4-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-4:has(+.utrecht-ordered-list){--utrecht-heading-4-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-4:has(+.utrecht-pagination){--utrecht-heading-4-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-heading-4:has(+.utrecht-paragraph){--utrecht-heading-4-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-4:has(+.utrecht-separator){--utrecht-heading-4-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-heading-4:has(+.utrecht-sidenav){--utrecht-heading-4-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-heading-4:has(+.utrecht-badge-status){--utrecht-heading-4-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-4:has(+.utrecht-table){--utrecht-heading-4-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-4:has(+.utrecht-unordered-list){--utrecht-heading-4-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-5:first-child{--utrecht-heading-5-margin-block-start:0}.utrecht-rich-text .utrecht-heading-5:has(+.utrecht-heading-6){--utrecht-heading-5-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-heading-5:has(+.utrecht-accordion){--utrecht-heading-5-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-5:has(+.utrecht-alert){--utrecht-heading-5-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-heading-5:has(+.utrecht-badge-list){--utrecht-heading-5-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-heading-5:has(+.utrecht-blockquote){--utrecht-heading-5-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-heading-5:has(+.utrecht-button){--utrecht-heading-5-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-5:has(+.utrecht-button-group){--utrecht-heading-5-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-5:has(+.utrecht-data-list){--utrecht-heading-5-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-5:has(+.utrecht-figure){--utrecht-heading-5-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-5:has(+.utrecht-form-field){--utrecht-heading-5-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-5:has(+.utrecht-img){--utrecht-heading-5-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-5:has(+.utrecht-link){--utrecht-heading-5-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-5:has(+.utrecht-ordered-list){--utrecht-heading-5-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-5:has(+.utrecht-pagination){--utrecht-heading-5-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-heading-5:has(+.utrecht-paragraph){--utrecht-heading-5-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-5:has(+.utrecht-separator){--utrecht-heading-5-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-heading-5:has(+.utrecht-sidenav){--utrecht-heading-5-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-heading-5:has(+.utrecht-badge-status){--utrecht-heading-5-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-5:has(+.utrecht-table){--utrecht-heading-5-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-5:has(+.utrecht-unordered-list){--utrecht-heading-5-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-6:first-child{--utrecht-heading-6-margin-block-start:0}.utrecht-rich-text .utrecht-heading-6:has(+.utrecht-accordion){--utrecht-heading-6-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-6:has(+.utrecht-alert){--utrecht-heading-6-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-heading-6:has(+.utrecht-badge-list){--utrecht-heading-6-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-heading-6:has(+.utrecht-blockquote){--utrecht-heading-6-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-heading-6:has(+.utrecht-button){--utrecht-heading-6-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-6:has(+.utrecht-button-group){--utrecht-heading-6-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-6:has(+.utrecht-data-list){--utrecht-heading-6-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-6:has(+.utrecht-figure){--utrecht-heading-6-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-6:has(+.utrecht-form-field){--utrecht-heading-6-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-6:has(+.utrecht-img){--utrecht-heading-6-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-6:has(+.utrecht-link){--utrecht-heading-6-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-6:has(+.utrecht-ordered-list){--utrecht-heading-6-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-6:has(+.utrecht-pagination){--utrecht-heading-6-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-heading-6:has(+.utrecht-paragraph){--utrecht-heading-6-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-6:has(+.utrecht-separator){--utrecht-heading-6-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-heading-6:has(+.utrecht-sidenav){--utrecht-heading-6-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-heading-6:has(+.utrecht-badge-status){--utrecht-heading-6-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-6:has(+.utrecht-table){--utrecht-heading-6-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-6:has(+.utrecht-unordered-list){--utrecht-heading-6-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-accordion:first-child{--utrecht-accordion-margin-block-start:0}.utrecht-rich-text .utrecht-accordion:has(+.utrecht-heading-2){--utrecht-accordion-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-accordion:has(+.utrecht-heading-3){--utrecht-accordion-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-accordion:has(+.utrecht-heading-4){--utrecht-accordion-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-accordion:has(+.utrecht-heading-5){--utrecht-accordion-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-accordion:has(+.utrecht-heading-6){--utrecht-accordion-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-accordion:has(+.utrecht-accordion){--utrecht-accordion-margin-block-end:var(--utrecht-rich-text-best-friend-margin-block-end)}.utrecht-rich-text .utrecht-accordion:has(+.utrecht-alert){--utrecht-accordion-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-accordion:has(+.utrecht-badge-list){--utrecht-accordion-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-accordion:has(+.utrecht-blockquote){--utrecht-accordion-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-accordion:has(+.utrecht-button){--utrecht-accordion-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-accordion:has(+.utrecht-button-group){--utrecht-accordion-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-accordion:has(+.utrecht-data-list){--utrecht-accordion-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-accordion:has(+.utrecht-figure){--utrecht-accordion-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-accordion:has(+.utrecht-form-field){--utrecht-accordion-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-accordion:has(+.utrecht-img){--utrecht-accordion-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-accordion:has(+.utrecht-link){--utrecht-accordion-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-accordion:has(+.utrecht-ordered-list){--utrecht-accordion-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-accordion:has(+.utrecht-paragraph){--utrecht-accordion-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-accordion:has(+.utrecht-separator){--utrecht-accordion-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-accordion:has(+.utrecht-sidenav){--utrecht-accordion-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-accordion:has(+.utrecht-table){--utrecht-accordion-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-accordion:has(+.utrecht-unordered-list){--utrecht-accordion-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-alert:first-child{--utrecht-alert-margin-block-start:0}.utrecht-rich-text .utrecht-alert:has(+.utrecht-heading-1){--utrecht-alert-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-alert:has(+.utrecht-heading-2){--utrecht-alert-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-alert:has(+.utrecht-heading-3){--utrecht-alert-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-alert:has(+.utrecht-heading-4){--utrecht-alert-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-alert:has(+.utrecht-heading-5){--utrecht-alert-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-alert:has(+.utrecht-heading-6){--utrecht-alert-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-alert:has(+.utrecht-accordion){--utrecht-alert-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-alert:has(+.utrecht-alert){--utrecht-alert-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-alert:has(+.utrecht-badge-list){--utrecht-alert-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-alert:has(+.utrecht-blockquote){--utrecht-alert-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-alert:has(+.utrecht-button){--utrecht-alert-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-alert:has(+.utrecht-button-group){--utrecht-alert-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-alert:has(+.utrecht-data-list){--utrecht-alert-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-alert:has(+.utrecht-figure){--utrecht-alert-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-alert:has(+.utrecht-form-field){--utrecht-alert-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-alert:has(+.utrecht-img){--utrecht-alert-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-alert:has(+.utrecht-link){--utrecht-alert-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-alert:has(+.utrecht-ordered-list){--utrecht-alert-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-alert:has(+.utrecht-pagination){--utrecht-alert-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-alert:has(+.utrecht-paragraph){--utrecht-alert-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-alert:has(+.utrecht-separator){--utrecht-alert-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-alert:has(+.utrecht-badge-status){--utrecht-alert-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-alert:has(+.utrecht-table){--utrecht-alert-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-alert:has(+.utrecht-unordered-list){--utrecht-alert-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-badge-list:first-child{--utrecht-badge-list-margin-block-start:0}.utrecht-rich-text .utrecht-badge-list:has(+.utrecht-heading-1){--utrecht-badge-list-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-badge-list:has(+.utrecht-heading-2){--utrecht-badge-list-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-badge-list:has(+.utrecht-heading-3){--utrecht-badge-list-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-badge-list:has(+.utrecht-heading-4){--utrecht-badge-list-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-badge-list:has(+.utrecht-heading-5){--utrecht-badge-list-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-badge-list:has(+.utrecht-heading-6){--utrecht-badge-list-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-badge-list:has(+.utrecht-accordion){--utrecht-badge-list-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-badge-list:has(+.utrecht-alert){--utrecht-badge-list-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-badge-list:has(+.utrecht-blockquote){--utrecht-badge-list-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-badge-list:has(+.utrecht-button){--utrecht-badge-list-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-badge-list:has(+.utrecht-button-group){--utrecht-badge-list-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-badge-list:has(+.utrecht-data-list){--utrecht-badge-list-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-badge-list:has(+.utrecht-figure){--utrecht-badge-list-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-badge-list:has(+.utrecht-form-field){--utrecht-badge-list-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-badge-list:has(+.utrecht-img){--utrecht-badge-list-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-badge-list:has(+.utrecht-link){--utrecht-badge-list-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-badge-list:has(+.utrecht-ordered-list){--utrecht-badge-list-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-badge-list:has(+.utrecht-paragraph){--utrecht-badge-list-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-badge-list:has(+.utrecht-separator){--utrecht-badge-list-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-badge-list:has(+.utrecht-table){--utrecht-badge-list-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-badge-list:has(+.utrecht-unordered-list){--utrecht-badge-list-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-blockquote:first-child{--utrecht-blockquote-margin-block-start:0}.utrecht-rich-text .utrecht-blockquote:has(+.utrecht-heading-2){--utrecht-blockquote-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-blockquote:has(+.utrecht-heading-3){--utrecht-blockquote-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-blockquote:has(+.utrecht-heading-4){--utrecht-blockquote-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-blockquote:has(+.utrecht-heading-5){--utrecht-blockquote-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-blockquote:has(+.utrecht-heading-6){--utrecht-blockquote-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-blockquote:has(+.utrecht-accordion){--utrecht-blockquote-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-blockquote:has(+.utrecht-alert){--utrecht-blockquote-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-blockquote:has(+.utrecht-badge-list){--utrecht-blockquote-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-blockquote:has(+.utrecht-blockquote){--utrecht-blockquote-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-blockquote:has(+.utrecht-button){--utrecht-blockquote-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-blockquote:has(+.utrecht-button-group){--utrecht-blockquote-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-blockquote:has(+.utrecht-data-list){--utrecht-blockquote-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-blockquote:has(+.utrecht-figure){--utrecht-blockquote-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-blockquote:has(+.utrecht-form-field){--utrecht-blockquote-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-blockquote:has(+.utrecht-img){--utrecht-blockquote-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-blockquote:has(+.utrecht-link){--utrecht-blockquote-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-blockquote:has(+.utrecht-ordered-list){--utrecht-blockquote-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-blockquote:has(+.utrecht-pagination){--utrecht-blockquote-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-blockquote:has(+.utrecht-paragraph){--utrecht-blockquote-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-blockquote:has(+.utrecht-separator){--utrecht-blockquote-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-blockquote:has(+.utrecht-table){--utrecht-blockquote-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-blockquote:has(+.utrecht-unordered-list){--utrecht-blockquote-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-breadcrumb-nav:first-child{--utrecht-breadcrumb-nav-margin-block-start:0}.utrecht-rich-text .utrecht-breadcrumb-nav:has(+.utrecht-heading-1){--utrecht-breadcrumb-nav-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-breadcrumb-nav:has(+.utrecht-heading-2){--utrecht-breadcrumb-nav-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-breadcrumb-nav:has(+.utrecht-heading-3){--utrecht-breadcrumb-nav-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-breadcrumb-nav:has(+.utrecht-heading-4){--utrecht-breadcrumb-nav-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-breadcrumb-nav:has(+.utrecht-heading-5){--utrecht-breadcrumb-nav-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-breadcrumb-nav:has(+.utrecht-heading-6){--utrecht-breadcrumb-nav-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-breadcrumb-nav:has(+.utrecht-accordion){--utrecht-breadcrumb-nav-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-breadcrumb-nav:has(+.utrecht-alert){--utrecht-breadcrumb-nav-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-breadcrumb-nav:has(+.utrecht-badge-list){--utrecht-breadcrumb-nav-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-breadcrumb-nav:has(+.utrecht-blockquote){--utrecht-breadcrumb-nav-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-breadcrumb-nav:has(+.utrecht-button){--utrecht-breadcrumb-nav-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-breadcrumb-nav:has(+.utrecht-button-group){--utrecht-breadcrumb-nav-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-breadcrumb-nav:has(+.utrecht-data-list){--utrecht-breadcrumb-nav-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-breadcrumb-nav:has(+.utrecht-figure){--utrecht-breadcrumb-nav-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-breadcrumb-nav:has(+.utrecht-form-field){--utrecht-breadcrumb-nav-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-breadcrumb-nav:has(+.utrecht-img){--utrecht-breadcrumb-nav-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-breadcrumb-nav:has(+.utrecht-link){--utrecht-breadcrumb-nav-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-breadcrumb-nav:has(+.utrecht-ordered-list){--utrecht-breadcrumb-nav-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-breadcrumb-nav:has(+.utrecht-pagination){--utrecht-breadcrumb-nav-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-breadcrumb-nav:has(+.utrecht-paragraph){--utrecht-breadcrumb-nav-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-breadcrumb-nav:has(+.utrecht-separator){--utrecht-breadcrumb-nav-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-breadcrumb-nav:has(+.utrecht-sidenav){--utrecht-breadcrumb-nav-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-breadcrumb-nav:has(+.utrecht-badge-status){--utrecht-breadcrumb-nav-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-breadcrumb-nav:has(+.utrecht-table){--utrecht-breadcrumb-nav-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-breadcrumb-nav:has(+.utrecht-unordered-list){--utrecht-breadcrumb-nav-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-button:first-child{--utrecht-button-margin-block-start:0}.utrecht-rich-text .utrecht-button:has(+.utrecht-heading-2){--utrecht-button-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-button:has(+.utrecht-heading-3){--utrecht-button-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-button:has(+.utrecht-heading-4){--utrecht-button-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-button:has(+.utrecht-heading-5){--utrecht-button-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-button:has(+.utrecht-heading-6){--utrecht-button-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-button:has(+.utrecht-accordion){--utrecht-button-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-button:has(+.utrecht-alert){--utrecht-button-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-button:has(+.utrecht-badge-list){--utrecht-button-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-button:has(+.utrecht-blockquote){--utrecht-button-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-button:has(+.utrecht-button){--utrecht-button-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-button:has(+.utrecht-button-group){--utrecht-button-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-button:has(+.utrecht-data-list){--utrecht-button-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-button:has(+.utrecht-figure){--utrecht-button-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-button:has(+.utrecht-img){--utrecht-button-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-button:has(+.utrecht-link){--utrecht-button-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-button:has(+.utrecht-ordered-list){--utrecht-button-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-button:has(+.utrecht-paragraph){--utrecht-button-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-button:has(+.utrecht-separator){--utrecht-button-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-button:has(+.utrecht-sidenav){--utrecht-button-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-button:has(+.utrecht-table){--utrecht-button-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-button:has(+.utrecht-unordered-list){--utrecht-button-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-button-group:first-child{--utrecht-button-group-margin-block-start:0}.utrecht-rich-text .utrecht-button-group:has(+.utrecht-heading-2){--utrecht-button-group-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-button-group:has(+.utrecht-heading-3){--utrecht-button-group-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-button-group:has(+.utrecht-heading-4){--utrecht-button-group-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-button-group:has(+.utrecht-heading-5){--utrecht-button-group-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-button-group:has(+.utrecht-heading-6){--utrecht-button-group-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-button-group:has(+.utrecht-accordion){--utrecht-button-group-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-button-group:has(+.utrecht-alert){--utrecht-button-group-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-button-group:has(+.utrecht-badge-list){--utrecht-button-group-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-button-group:has(+.utrecht-blockquote){--utrecht-button-group-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-button-group:has(+.utrecht-button){--utrecht-button-group-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-button-group:has(+.utrecht-button-group){--utrecht-button-group-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-button-group:has(+.utrecht-data-list){--utrecht-button-group-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-button-group:has(+.utrecht-figure){--utrecht-button-group-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-button-group:has(+.utrecht-img){--utrecht-button-group-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-button-group:has(+.utrecht-link){--utrecht-button-group-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-button-group:has(+.utrecht-ordered-list){--utrecht-button-group-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-button-group:has(+.utrecht-paragraph){--utrecht-button-group-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-button-group:has(+.utrecht-separator){--utrecht-button-group-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-button-group:has(+.utrecht-sidenav){--utrecht-button-group-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-button-group:has(+.utrecht-table){--utrecht-button-group-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-button-group:has(+.utrecht-unordered-list){--utrecht-button-group-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-data-list:first-child{--utrecht-data-list-margin-block-start:0}.utrecht-rich-text .utrecht-data-list:has(+.utrecht-heading-2){--utrecht-data-list-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-data-list:has(+.utrecht-heading-3){--utrecht-data-list-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-data-list:has(+.utrecht-heading-4){--utrecht-data-list-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-data-list:has(+.utrecht-heading-5){--utrecht-data-list-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-data-list:has(+.utrecht-heading-6){--utrecht-data-list-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-data-list:has(+.utrecht-accordion){--utrecht-data-list-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-data-list:has(+.utrecht-alert){--utrecht-data-list-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-data-list:has(+.utrecht-badge-list){--utrecht-data-list-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-data-list:has(+.utrecht-blockquote){--utrecht-data-list-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-data-list:has(+.utrecht-button){--utrecht-data-list-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-data-list:has(+.utrecht-button-group){--utrecht-data-list-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-data-list:has(+.utrecht-data-list){--utrecht-data-list-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-data-list:has(+.utrecht-figure){--utrecht-data-list-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-data-list:has(+.utrecht-form-field){--utrecht-data-list-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-data-list:has(+.utrecht-img){--utrecht-data-list-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-data-list:has(+.utrecht-link){--utrecht-data-list-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-data-list:has(+.utrecht-ordered-list){--utrecht-data-list-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-data-list:has(+.utrecht-pagination){--utrecht-data-list-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-data-list:has(+.utrecht-paragraph){--utrecht-data-list-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-data-list:has(+.utrecht-separator){--utrecht-data-list-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-data-list:has(+.utrecht-table){--utrecht-data-list-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-data-list:has(+.utrecht-unordered-list){--utrecht-data-list-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-figure:first-child{--utrecht-figure-margin-block-start:0}.utrecht-rich-text .utrecht-figure:has(+.utrecht-heading-2){--utrecht-figure-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-figure:has(+.utrecht-heading-3){--utrecht-figure-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-figure:has(+.utrecht-heading-4){--utrecht-figure-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-figure:has(+.utrecht-heading-5){--utrecht-figure-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-figure:has(+.utrecht-heading-6){--utrecht-figure-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-figure:has(+.utrecht-accordion){--utrecht-figure-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-figure:has(+.utrecht-alert){--utrecht-figure-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-figure:has(+.utrecht-badge-list){--utrecht-figure-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-figure:has(+.utrecht-blockquote){--utrecht-figure-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-figure:has(+.utrecht-button){--utrecht-figure-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-figure:has(+.utrecht-button-group){--utrecht-figure-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-figure:has(+.utrecht-data-list){--utrecht-figure-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-figure:has(+.utrecht-form-field){--utrecht-figure-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-figure:has(+.utrecht-img){--utrecht-figure-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-figure:has(+.utrecht-link){--utrecht-figure-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-figure:has(+.utrecht-ordered-list){--utrecht-figure-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-figure:has(+.utrecht-pagination){--utrecht-figure-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-figure:has(+.utrecht-paragraph){--utrecht-figure-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-figure:has(+.utrecht-separator){--utrecht-figure-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-figure:has(+.utrecht-table){--utrecht-figure-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-figure:has(+.utrecht-unordered-list){--utrecht-figure-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-form-field:first-child{--utrecht-form-field-margin-block-start:0}.utrecht-rich-text .utrecht-form-field:has(+.utrecht-heading-2){--utrecht-form-field-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-form-field:has(+.utrecht-heading-3){--utrecht-form-field-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-form-field:has(+.utrecht-heading-4){--utrecht-form-field-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-form-field:has(+.utrecht-heading-5){--utrecht-form-field-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-form-field:has(+.utrecht-heading-6){--utrecht-form-field-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-form-field:has(+.utrecht-accordion){--utrecht-form-field-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-form-field:has(+.utrecht-alert){--utrecht-form-field-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-form-field:has(+.utrecht-badge-list){--utrecht-form-field-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-form-field:has(+.utrecht-blockquote){--utrecht-form-field-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-form-field:has(+.utrecht-button){--utrecht-form-field-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-form-field:has(+.utrecht-button-group){--utrecht-form-field-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-form-field:has(+.utrecht-data-list){--utrecht-form-field-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-form-field:has(+.utrecht-figure){--utrecht-form-field-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-form-field:has(+.utrecht-form-field){--utrecht-form-field-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-form-field:has(+.utrecht-img){--utrecht-form-field-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-form-field:has(+.utrecht-link){--utrecht-form-field-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-form-field:has(+.utrecht-ordered-list){--utrecht-form-field-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-form-field:has(+.utrecht-paragraph){--utrecht-form-field-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-form-field:has(+.utrecht-separator){--utrecht-form-field-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-form-field:has(+.utrecht-table){--utrecht-form-field-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-form-field:has(+.utrecht-unordered-list){--utrecht-form-field-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-form-field-description:first-child{--utrecht-form-field-description-margin-block-start:0}.utrecht-rich-text .utrecht-form-field-description:has(+.utrecht-form-field-error-message){--utrecht-form-field-description-margin-block-end:var(--utrecht-rich-text-best-friend-margin-block-end)}.utrecht-rich-text .utrecht-form-field-description:has(+.utrecht-select){--utrecht-form-field-description-margin-block-end:var(--utrecht-rich-text-best-friend-margin-block-end)}.utrecht-rich-text .utrecht-form-field-description:has(+.utrecht-textarea){--utrecht-form-field-description-margin-block-end:var(--utrecht-rich-text-best-friend-margin-block-end)}.utrecht-rich-text .utrecht-form-field-description:has(+.utrecht-textbox){--utrecht-form-field-description-margin-block-end:var(--utrecht-rich-text-best-friend-margin-block-end)}.utrecht-rich-text .utrecht-form-field-error-message:first-child{--utrecht-form-field-error-message-margin-block-start:0}.utrecht-rich-text .utrecht-form-field-error-message:has(+.utrecht-form-field-description){--utrecht-form-field-error-message-margin-block-end:var(--utrecht-rich-text-best-friend-margin-block-end)}.utrecht-rich-text .utrecht-form-field-error-message:has(+.utrecht-form-field-error-message){--utrecht-form-field-error-message-margin-block-end:var(--utrecht-rich-text-best-friend-margin-block-end)}.utrecht-rich-text .utrecht-form-field-error-message:has(+.utrecht-select){--utrecht-form-field-error-message-margin-block-end:var(--utrecht-rich-text-best-friend-margin-block-end)}.utrecht-rich-text .utrecht-form-field-error-message:has(+.utrecht-textarea){--utrecht-form-field-error-message-margin-block-end:var(--utrecht-rich-text-best-friend-margin-block-end)}.utrecht-rich-text .utrecht-form-field-error-message:has(+.utrecht-textbox){--utrecht-form-field-error-message-margin-block-end:var(--utrecht-rich-text-best-friend-margin-block-end)}.utrecht-rich-text .utrecht-form-label:first-child{--utrecht-form-label-margin-block-start:0}.utrecht-rich-text .utrecht-form-label:has(+.utrecht-form-field-description){--utrecht-form-label-margin-block-end:var(--utrecht-rich-text-confidant-margin-block-end)}.utrecht-rich-text .utrecht-form-label:has(+.utrecht-form-field-error-message){--utrecht-form-label-margin-block-end:var(--utrecht-rich-text-best-friend-margin-block-end)}.utrecht-rich-text .utrecht-form-label:has(+.utrecht-select){--utrecht-form-label-margin-block-end:var(--utrecht-rich-text-best-friend-margin-block-end)}.utrecht-rich-text .utrecht-form-label:has(+.utrecht-textarea){--utrecht-form-label-margin-block-end:var(--utrecht-rich-text-best-friend-margin-block-end)}.utrecht-rich-text .utrecht-form-label:has(+.utrecht-textbox){--utrecht-form-label-margin-block-end:var(--utrecht-rich-text-best-friend-margin-block-end)}.utrecht-rich-text .utrecht-img:first-child{--utrecht-img-margin-block-start:0}.utrecht-rich-text .utrecht-img:has(+.utrecht-heading-2){--utrecht-img-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-img:has(+.utrecht-heading-3){--utrecht-img-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-img:has(+.utrecht-heading-4){--utrecht-img-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-img:has(+.utrecht-heading-5){--utrecht-img-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-img:has(+.utrecht-heading-6){--utrecht-img-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-img:has(+.utrecht-accordion){--utrecht-img-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-img:has(+.utrecht-alert){--utrecht-img-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-img:has(+.utrecht-badge-list){--utrecht-img-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-img:has(+.utrecht-blockquote){--utrecht-img-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-img:has(+.utrecht-button){--utrecht-img-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-img:has(+.utrecht-button-group){--utrecht-img-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-img:has(+.utrecht-data-list){--utrecht-img-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-img:has(+.utrecht-form-field){--utrecht-img-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-img:has(+.utrecht-img){--utrecht-img-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-img:has(+.utrecht-link){--utrecht-img-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-img:has(+.utrecht-ordered-list){--utrecht-img-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-img:has(+.utrecht-pagination){--utrecht-img-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-img:has(+.utrecht-paragraph){--utrecht-img-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-img:has(+.utrecht-separator){--utrecht-img-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-img:has(+.utrecht-table){--utrecht-img-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-img:has(+.utrecht-unordered-list){--utrecht-img-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-link:first-child{--utrecht-link-margin-block-start:0}.utrecht-rich-text .utrecht-link:has(+.utrecht-heading-2){--utrecht-link-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-link:has(+.utrecht-heading-3){--utrecht-link-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-link:has(+.utrecht-heading-4){--utrecht-link-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-link:has(+.utrecht-heading-5){--utrecht-link-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-link:has(+.utrecht-heading-6){--utrecht-link-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-link:has(+.utrecht-accordion){--utrecht-link-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-link:has(+.utrecht-alert){--utrecht-link-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-link:has(+.utrecht-badge-list){--utrecht-link-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-link:has(+.utrecht-blockquote){--utrecht-link-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-link:has(+.utrecht-button){--utrecht-link-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-link:has(+.utrecht-button-group){--utrecht-link-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-link:has(+.utrecht-data-list){--utrecht-link-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-link:has(+.utrecht-form-field){--utrecht-link-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-link:has(+.utrecht-img){--utrecht-link-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-link:has(+.utrecht-link){--utrecht-link-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-link:has(+.utrecht-ordered-list){--utrecht-link-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-link:has(+.utrecht-paragraph){--utrecht-link-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-link:has(+.utrecht-separator){--utrecht-link-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-link:has(+.utrecht-sidenav){--utrecht-link-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-link:has(+.utrecht-table){--utrecht-link-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-link:has(+.utrecht-unordered-list){--utrecht-link-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-ordered-list:first-child{--utrecht-ordered-list-margin-block-start:0}.utrecht-rich-text .utrecht-ordered-list:has(+.utrecht-heading-2){--utrecht-ordered-list-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-ordered-list:has(+.utrecht-heading-3){--utrecht-ordered-list-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-ordered-list:has(+.utrecht-heading-4){--utrecht-ordered-list-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-ordered-list:has(+.utrecht-heading-5){--utrecht-ordered-list-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-ordered-list:has(+.utrecht-heading-6){--utrecht-ordered-list-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-ordered-list:has(+.utrecht-accordion){--utrecht-ordered-list-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-ordered-list:has(+.utrecht-alert){--utrecht-ordered-list-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-ordered-list:has(+.utrecht-badge-list){--utrecht-ordered-list-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-ordered-list:has(+.utrecht-blockquote){--utrecht-ordered-list-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-ordered-list:has(+.utrecht-button){--utrecht-ordered-list-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-ordered-list:has(+.utrecht-button-group){--utrecht-ordered-list-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-ordered-list:has(+.utrecht-data-list){--utrecht-ordered-list-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-ordered-list:has(+.utrecht-form-field){--utrecht-ordered-list-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-ordered-list:has(+.utrecht-img){--utrecht-ordered-list-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-ordered-list:has(+.utrecht-link){--utrecht-ordered-list-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-ordered-list:has(+.utrecht-ordered-list){--utrecht-ordered-list-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-ordered-list:has(+.utrecht-pagination){--utrecht-ordered-list-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-ordered-list:has(+.utrecht-paragraph){--utrecht-ordered-list-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-ordered-list:has(+.utrecht-separator){--utrecht-ordered-list-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-ordered-list:has(+.utrecht-table){--utrecht-ordered-list-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-ordered-list:has(+.utrecht-unordered-list){--utrecht-ordered-list-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-pagination:first-child{--utrecht-pagination-margin-block-start:0}.utrecht-rich-text .utrecht-pagination:has(+.utrecht-heading-2){--utrecht-pagination-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-pagination:has(+.utrecht-heading-3){--utrecht-pagination-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-pagination:has(+.utrecht-heading-4){--utrecht-pagination-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-pagination:has(+.utrecht-heading-5){--utrecht-pagination-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-pagination:has(+.utrecht-heading-6){--utrecht-pagination-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-pagination:has(+.utrecht-accordion){--utrecht-pagination-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-pagination:has(+.utrecht-alert){--utrecht-pagination-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-pagination:has(+.utrecht-badge-list){--utrecht-pagination-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-pagination:has(+.utrecht-blockquote){--utrecht-pagination-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-pagination:has(+.utrecht-button){--utrecht-pagination-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-pagination:has(+.utrecht-button-group){--utrecht-pagination-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-pagination:has(+.utrecht-data-list){--utrecht-pagination-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-pagination:has(+.utrecht-form-field){--utrecht-pagination-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-pagination:has(+.utrecht-img){--utrecht-pagination-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-pagination:has(+.utrecht-link){--utrecht-pagination-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-pagination:has(+.utrecht-ordered-list){--utrecht-pagination-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-pagination:has(+.utrecht-paragraph){--utrecht-pagination-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-pagination:has(+.utrecht-separator){--utrecht-pagination-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-pagination:has(+.utrecht-table){--utrecht-pagination-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-pagination:has(+.utrecht-unordered-list){--utrecht-pagination-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-paragraph:first-child{--utrecht-paragraph-margin-block-start:0}.utrecht-rich-text .utrecht-paragraph:has(+.utrecht-heading-2){--utrecht-paragraph-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-paragraph:has(+.utrecht-heading-3){--utrecht-paragraph-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-paragraph:has(+.utrecht-heading-4){--utrecht-paragraph-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-paragraph:has(+.utrecht-heading-5){--utrecht-paragraph-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-paragraph:has(+.utrecht-heading-6){--utrecht-paragraph-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-paragraph:has(+.utrecht-accordion){--utrecht-paragraph-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-paragraph:has(+.utrecht-alert){--utrecht-paragraph-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-paragraph:has(+.utrecht-badge-list){--utrecht-paragraph-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-paragraph:has(+.utrecht-blockquote){--utrecht-paragraph-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-paragraph:has(+.utrecht-button){--utrecht-paragraph-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-paragraph:has(+.utrecht-button-group){--utrecht-paragraph-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-paragraph:has(+.utrecht-data-list){--utrecht-paragraph-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-paragraph:has(+.utrecht-form-field){--utrecht-paragraph-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-paragraph:has(+.utrecht-img){--utrecht-paragraph-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-paragraph:has(+.utrecht-link){--utrecht-paragraph-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-paragraph:has(+.utrecht-ordered-list){--utrecht-paragraph-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-paragraph:has(+.utrecht-pagination){--utrecht-paragraph-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-paragraph:has(+.utrecht-paragraph){--utrecht-paragraph-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-paragraph:has(+.utrecht-separator){--utrecht-paragraph-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-paragraph:has(+.utrecht-table){--utrecht-paragraph-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-paragraph:has(+.utrecht-unordered-list){--utrecht-paragraph-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-select:first-child{--utrecht-select-margin-block-start:0}.utrecht-rich-text .utrecht-select:has(+.utrecht-form-field-description){--utrecht-select-margin-block-end:var(--utrecht-rich-text-best-friend-margin-block-end)}.utrecht-rich-text .utrecht-select:has(+.utrecht-form-field-error-message){--utrecht-select-margin-block-end:var(--utrecht-rich-text-best-friend-margin-block-end)}.utrecht-rich-text .utrecht-separator:first-child{--utrecht-separator-margin-block-start:0}.utrecht-rich-text .utrecht-separator:has(+.utrecht-heading-1){--utrecht-separator-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-separator:has(+.utrecht-heading-2){--utrecht-separator-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-separator:has(+.utrecht-heading-3){--utrecht-separator-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-separator:has(+.utrecht-heading-4){--utrecht-separator-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-separator:has(+.utrecht-heading-5){--utrecht-separator-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-separator:has(+.utrecht-heading-6){--utrecht-separator-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-separator:has(+.utrecht-accordion){--utrecht-separator-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-separator:has(+.utrecht-alert){--utrecht-separator-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-separator:has(+.utrecht-badge-list){--utrecht-separator-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-separator:has(+.utrecht-blockquote){--utrecht-separator-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-separator:has(+.utrecht-button){--utrecht-separator-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-separator:has(+.utrecht-button-group){--utrecht-separator-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-separator:has(+.utrecht-data-list){--utrecht-separator-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-separator:has(+.utrecht-form-field){--utrecht-separator-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-separator:has(+.utrecht-img){--utrecht-separator-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-separator:has(+.utrecht-link){--utrecht-separator-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-separator:has(+.utrecht-ordered-list){--utrecht-separator-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-separator:has(+.utrecht-pagination){--utrecht-separator-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-separator:has(+.utrecht-paragraph){--utrecht-separator-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-separator:has(+.utrecht-separator){--utrecht-separator-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-separator:has(+.utrecht-sidenav){--utrecht-separator-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-separator:has(+.utrecht-table){--utrecht-separator-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-separator:has(+.utrecht-unordered-list){--utrecht-separator-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-sidenav:first-child{--utrecht-sidenav-margin-block-start:0}.utrecht-rich-text .utrecht-sidenav:has(+.utrecht-heading-1){--utrecht-sidenav-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-sidenav:has(+.utrecht-heading-2){--utrecht-sidenav-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-sidenav:has(+.utrecht-heading-3){--utrecht-sidenav-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-sidenav:has(+.utrecht-heading-4){--utrecht-sidenav-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-sidenav:has(+.utrecht-heading-5){--utrecht-sidenav-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-sidenav:has(+.utrecht-heading-6){--utrecht-sidenav-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-sidenav:has(+.utrecht-accordion){--utrecht-sidenav-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-sidenav:has(+.utrecht-alert){--utrecht-sidenav-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-sidenav:has(+.utrecht-badge-list){--utrecht-sidenav-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-sidenav:has(+.utrecht-blockquote){--utrecht-sidenav-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-sidenav:has(+.utrecht-button){--utrecht-sidenav-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-sidenav:has(+.utrecht-button-group){--utrecht-sidenav-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-sidenav:has(+.utrecht-data-list){--utrecht-sidenav-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-sidenav:has(+.utrecht-form-field){--utrecht-sidenav-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-sidenav:has(+.utrecht-img){--utrecht-sidenav-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-sidenav:has(+.utrecht-link){--utrecht-sidenav-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-sidenav:has(+.utrecht-ordered-list){--utrecht-sidenav-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-sidenav:has(+.utrecht-pagination){--utrecht-sidenav-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-sidenav:has(+.utrecht-separator){--utrecht-sidenav-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-sidenav:has(+.utrecht-table){--utrecht-sidenav-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-sidenav:has(+.utrecht-unordered-list){--utrecht-sidenav-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-badge-status:first-child{--utrecht-badge-status-margin-block-start:0}.utrecht-rich-text .utrecht-badge-status:has(+.utrecht-heading-2){--utrecht-badge-status-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-badge-status:has(+.utrecht-heading-3){--utrecht-badge-status-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-badge-status:has(+.utrecht-heading-4){--utrecht-badge-status-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-badge-status:has(+.utrecht-heading-5){--utrecht-badge-status-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-badge-status:has(+.utrecht-heading-6){--utrecht-badge-status-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-badge-status:has(+.utrecht-badge-status){--utrecht-badge-status-margin-block-end:var(--utrecht-rich-text-best-friend-margin-block-end)}.utrecht-rich-text .utrecht-table:first-child{--utrecht-table-margin-block-start:0}.utrecht-rich-text .utrecht-table:has(+.utrecht-heading-2){--utrecht-table-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-table:has(+.utrecht-heading-3){--utrecht-table-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-table:has(+.utrecht-heading-4){--utrecht-table-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-table:has(+.utrecht-heading-5){--utrecht-table-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-table:has(+.utrecht-heading-6){--utrecht-table-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-table:has(+.utrecht-accordion){--utrecht-table-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-table:has(+.utrecht-alert){--utrecht-table-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-table:has(+.utrecht-badge-list){--utrecht-table-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-table:has(+.utrecht-blockquote){--utrecht-table-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-table:has(+.utrecht-button){--utrecht-table-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-table:has(+.utrecht-button-group){--utrecht-table-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-table:has(+.utrecht-data-list){--utrecht-table-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-table:has(+.utrecht-form-field){--utrecht-table-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-table:has(+.utrecht-img){--utrecht-table-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-table:has(+.utrecht-link){--utrecht-table-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-table:has(+.utrecht-ordered-list){--utrecht-table-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-table:has(+.utrecht-pagination){--utrecht-table-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-table:has(+.utrecht-paragraph){--utrecht-table-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-table:has(+.utrecht-separator){--utrecht-table-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-table:has(+.utrecht-table){--utrecht-table-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-table:has(+.utrecht-unordered-list){--utrecht-table-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-textarea:first-child{--utrecht-textarea-margin-block-start:0}.utrecht-rich-text .utrecht-textarea:has(+.utrecht-form-field-description){--utrecht-textarea-margin-block-end:var(--utrecht-rich-text-best-friend-margin-block-end)}.utrecht-rich-text .utrecht-textarea:has(+.utrecht-form-field-error-message){--utrecht-textarea-margin-block-end:var(--utrecht-rich-text-best-friend-margin-block-end)}.utrecht-rich-text .utrecht-textbox:first-child{--utrecht-textbox-margin-block-start:0}.utrecht-rich-text .utrecht-textbox:has(+.utrecht-form-field-description){--utrecht-textbox-margin-block-end:var(--utrecht-rich-text-best-friend-margin-block-end)}.utrecht-rich-text .utrecht-textbox:has(+.utrecht-form-field-error-message){--utrecht-textbox-margin-block-end:var(--utrecht-rich-text-best-friend-margin-block-end)}.utrecht-rich-text .utrecht-unordered-list:first-child{--utrecht-unordered-list-margin-block-start:0}.utrecht-rich-text .utrecht-unordered-list:has(+.utrecht-heading-2){--utrecht-unordered-list-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-unordered-list:has(+.utrecht-heading-3){--utrecht-unordered-list-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-unordered-list:has(+.utrecht-heading-4){--utrecht-unordered-list-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-unordered-list:has(+.utrecht-heading-5){--utrecht-unordered-list-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-unordered-list:has(+.utrecht-heading-6){--utrecht-unordered-list-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-unordered-list:has(+.utrecht-accordion){--utrecht-unordered-list-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-unordered-list:has(+.utrecht-alert){--utrecht-unordered-list-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-unordered-list:has(+.utrecht-badge-list){--utrecht-unordered-list-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-unordered-list:has(+.utrecht-blockquote){--utrecht-unordered-list-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-unordered-list:has(+.utrecht-button){--utrecht-unordered-list-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-unordered-list:has(+.utrecht-button-group){--utrecht-unordered-list-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-unordered-list:has(+.utrecht-data-list){--utrecht-unordered-list-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-unordered-list:has(+.utrecht-form-field){--utrecht-unordered-list-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-unordered-list:has(+.utrecht-img){--utrecht-unordered-list-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-unordered-list:has(+.utrecht-link){--utrecht-unordered-list-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-unordered-list:has(+.utrecht-ordered-list){--utrecht-unordered-list-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-unordered-list:has(+.utrecht-pagination){--utrecht-unordered-list-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-unordered-list:has(+.utrecht-paragraph){--utrecht-unordered-list-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-unordered-list:has(+.utrecht-separator){--utrecht-unordered-list-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-unordered-list:has(+.utrecht-table){--utrecht-unordered-list-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-unordered-list:has(+.utrecht-unordered-list){--utrecht-unordered-list-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}";
2571
2516
  styleInject(css_248z$a);
2572
2517
 
2573
- var _excluded$k = ["className", "children"];
2574
- function ownKeys$k(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
2575
- function _objectSpread$k(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$k(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$k(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2576
- var RichText = /*#__PURE__*/forwardRef(function (_ref, ref) {
2577
- var className = _ref.className,
2578
- children = _ref.children,
2579
- restProps = _objectWithoutProperties(_ref, _excluded$k);
2580
- return jsx("div", _objectSpread$k(_objectSpread$k({}, restProps), {}, {
2518
+ var RichText = /*#__PURE__*/forwardRef(function (_a, ref) {
2519
+ var className = _a.className,
2520
+ children = _a.children,
2521
+ restProps = __rest$1(_a, ["className", "children"]);
2522
+ return jsx("div", Object.assign({}, restProps, {
2581
2523
  ref: ref,
2582
- className: clsx('utrecht-rich-text', className),
2524
+ className: clsx('utrecht-rich-text', className)
2525
+ }, {
2583
2526
  children: children
2584
2527
  }));
2585
2528
  });
@@ -2588,42 +2531,39 @@ RichText.displayName = 'RichText';
2588
2531
  var css_248z$9 = ".utrecht-select{background-color:var(--utrecht-select-background-color,var(--utrecht-form-control-background-color));border-block-end-width:var(--utrecht-select-border-block-end-width,var(--utrecht-select-border-width,var(--utrecht-form-control-border-width)));border-block-start-width:var(--utrecht-select-border-width,var(--utrecht-form-control-border-width));border-color:var(--utrecht-select-border-color,var(--utrecht-form-control-border-color));border-inline-end-width:var(--utrecht-select-border-width,var(--utrecht-form-control-border-width));border-inline-start-width:var(--utrecht-select-border-width,var(--utrecht-form-control-border-width));border-radius:var(--utrecht-select-border-radius,var(--utrecht-form-control-border-radius,0));border-style:solid;color:var(--utrecht-select-color,var(--utrecht-form-control-color));font-family:var(--utrecht-select-font-family,var(--utrecht-form-control-font-family));font-size:var(--utrecht-select-font-size,var(--utrecht-form-control-font-size));inline-size:100%;max-inline-size:var(--utrecht-select-max-inline-size,var(--utrecht-form-control-max-inline-size));min-block-size:var(--utrecht-select-min-block-size,var(--utrecht-pointer-target-min-size,44px));min-inline-size:var(--utrecht-pointer-target-min-size,44px);padding-block-end:var(--utrecht-select-padding-block-end,var(--utrecht-form-control-padding-block-end));padding-block-start:var(--utrecht-select-padding-block-start,var(--utrecht-form-control-padding-block-start));padding-inline-end:var(--utrecht-select-padding-inline-end,var(--utrecht-form-control-padding-inline-end));padding-inline-start:var(--utrecht-select-padding-inline-start,var(--utrecht-form-control-padding-inline-start))}.utrecht-select--disabled{background-color:var(--utrecht-select-disabled-background-color,var(--utrecht-form-control-disabled-background-color,var(--utrecht-select-background-color,var(--utrecht-form-control-background-color))));border-color:var(--utrecht-select-disabled-border-color,var(--utrecht-form-control-disabled-border-color,var(--utrecht-select-border-color,var(--utrecht-form-control-border-color))));color:var(--utrecht-select-disabled-color,var(--utrecht-form-control-disabled-color,var(--utrecht-select-color,var(--utrecht-form-control-color))));cursor:var(--utrecht-action-disabled-cursor,not-allowed)}.utrecht-select--focus{background-color:var(--utrecht-select-focus-background-color,var(--utrecht-form-control-focus-background-color,var(--utrecht-select-background-color,var(--utrecht-form-control-background-color))));border-color:var(--utrecht-select-focus-border-color,var(--utrecht-form-control-focus-border-color,var(--utrecht-select-border-color,var(--utrecht-form-control-border-color))));color:var(--utrecht-select-focus-color,var(--utrecht-form-control-focus-color,var(--utrecht-select-color,var(--utrecht-form-control-color))))}.utrecht-select--focus-visible{--_utrecht-focus-ring-box-shadow:0 0 0 var(--utrecht-focus-outline-width,0) 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)}.utrecht-select--busy{cursor:var(--utrecht-action-busy-cursor,busy)}.utrecht-select--invalid{--_utrecht-select-border-width:var(\n --utrecht-select-invalid-border-width,var(\n --utrecht-form-control-invalid-border-width,var(--utrecht-select-border-width,var(--utrecht-form-control-border-width))\n )\n );background-color:var(--utrecht-select-invalid-background-color,var(--utrecht-form-control-invalid-background-color,var(--utrecht-select-background-color,var(--utrecht-form-control-background-color))));border-width:var(--_utrecht-select-border-width);border-block-end-width:var(--utrecht-select-invalid-border-block-end-width,var(--utrecht-form-control-invalid-border-block-end-width,var(--utrecht-select-border-block-end-width,var(--utrecht-form-control-border-block-end-width,var(--_utrecht-select-border-width)))));border-color:var(--utrecht-select-invalid-border-color,var(--utrecht-form-control-invalid-border-color,var(--utrecht-select-border-color,var(--utrecht-form-control-border-color))))}.utrecht-select--html-select:focus{--_utrecht-focus-ring-box-shadow:0 0 0 var(--utrecht-focus-outline-width,0) var(--utrecht-focus-inverse-outline-color,transparent);background-color:var(--utrecht-select-focus-background-color,var(--utrecht-form-control-focus-background-color,var(--utrecht-select-background-color,var(--utrecht-form-control-background-color))));border-color:var(--utrecht-select-focus-border-color,var(--utrecht-form-control-focus-border-color,var(--utrecht-select-border-color,var(--utrecht-form-control-border-color))));box-shadow:var(--_utrecht-focus-ring-box-shadow);color:var(--utrecht-select-focus-color,var(--utrecht-form-control-focus-color,var(--utrecht-select-color,var(--utrecht-form-control-color))));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)}.utrecht-select--html-select:focus:not(:focus-visible){box-shadow:none;outline-style:revert}.utrecht-select--html-select:disabled{background-color:var(--utrecht-select-disabled-background-color,var(--utrecht-form-control-disabled-background-color,var(--utrecht-select-background-color,var(--utrecht-form-control-background-color))));border-color:var(--utrecht-select-disabled-border-color,var(--utrecht-form-control-disabled-border-color,var(--utrecht-select-border-color,var(--utrecht-form-control-border-color))));color:var(--utrecht-select-disabled-color,var(--utrecht-form-control-disabled-color,var(--utrecht-select-color,var(--utrecht-form-control-color))));cursor:var(--utrecht-action-disabled-cursor,not-allowed)}.utrecht-select--html-select:not([multiple]){-moz-appearance:none;-webkit-appearance:none;appearance:none;background-image:var(--utrecht-select-background-image);background-position:100%;background-repeat:no-repeat;background-size:1.4em}";
2589
2532
  styleInject(css_248z$9);
2590
2533
 
2591
- var _excluded$j = ["busy", "invalid", "required", "className", "noscript", "children"],
2592
- _excluded2 = ["disabled", "invalid", "value", "children", "className"];
2593
- function ownKeys$j(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
2594
- function _objectSpread$j(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$j(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$j(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2595
- var Select = /*#__PURE__*/forwardRef(function (_ref, ref) {
2596
- var busy = _ref.busy,
2597
- invalid = _ref.invalid,
2598
- required = _ref.required,
2599
- className = _ref.className,
2600
- noscript = _ref.noscript,
2601
- children = _ref.children,
2602
- restProps = _objectWithoutProperties(_ref, _excluded$j);
2603
- return jsx("select", _objectSpread$j(_objectSpread$j({
2534
+ var Select = /*#__PURE__*/forwardRef(function (_a, ref) {
2535
+ var busy = _a.busy,
2536
+ invalid = _a.invalid,
2537
+ required = _a.required,
2538
+ className = _a.className,
2539
+ noscript = _a.noscript,
2540
+ children = _a.children,
2541
+ restProps = __rest$1(_a, ["busy", "invalid", "required", "className", "noscript", "children"]);
2542
+ return jsx("select", Object.assign({
2604
2543
  "aria-busy": busy || undefined,
2605
2544
  "aria-invalid": invalid || undefined,
2606
2545
  required: noscript ? required : false,
2607
2546
  "aria-required": noscript ? undefined : required || undefined,
2608
2547
  className: clsx('utrecht-select', 'utrecht-select--html-select', busy && 'utrecht-select--busy', invalid && 'utrecht-select--invalid', required && 'utrecht-select--required', className),
2609
2548
  ref: ref
2610
- }, restProps), {}, {
2549
+ }, restProps, {
2611
2550
  children: children
2612
2551
  }));
2613
2552
  });
2614
2553
  Select.displayName = 'Select';
2615
- var SelectOption = /*#__PURE__*/forwardRef(function (_ref2, ref) {
2616
- var disabled = _ref2.disabled,
2617
- invalid = _ref2.invalid,
2618
- value = _ref2.value,
2619
- children = _ref2.children,
2620
- className = _ref2.className,
2621
- restProps = _objectWithoutProperties(_ref2, _excluded2);
2622
- return jsx("option", _objectSpread$j(_objectSpread$j({}, restProps), {}, {
2554
+ var SelectOption = /*#__PURE__*/forwardRef(function (_a, ref) {
2555
+ var disabled = _a.disabled,
2556
+ invalid = _a.invalid,
2557
+ value = _a.value,
2558
+ children = _a.children,
2559
+ className = _a.className,
2560
+ restProps = __rest$1(_a, ["disabled", "invalid", "value", "children", "className"]);
2561
+ return jsx("option", Object.assign({}, restProps, {
2623
2562
  ref: ref,
2624
2563
  disabled: disabled,
2625
2564
  value: value,
2626
- className: clsx('utrecht-select__option', disabled && 'utrecht-select__option--disabled', invalid && 'utrecht-select__option--invalid', className),
2565
+ className: clsx('utrecht-select__option', disabled && 'utrecht-select__option--disabled', invalid && 'utrecht-select__option--invalid', className)
2566
+ }, {
2627
2567
  children: children
2628
2568
  }));
2629
2569
  });
@@ -2632,15 +2572,12 @@ SelectOption.displayName = 'SelectOption';
2632
2572
  var css_248z$8 = ".utrecht-separator{border-color:var(--utrecht-separator-color);border-style:solid;border-width:0 0 var(--utrecht-separator-block-size) 0;margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-separator-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-separator-margin-block-start, 0))}.utrecht-separator--distanced{--utrecht-space-around:1}";
2633
2573
  styleInject(css_248z$8);
2634
2574
 
2635
- var _excluded$i = ["className", "children"];
2636
- function ownKeys$i(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
2637
- function _objectSpread$i(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$i(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$i(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2638
2575
  // Do not pass `children` along with `restProps` and use _children as it's unused
2639
- var Separator = /*#__PURE__*/forwardRef(function (_ref, ref) {
2640
- var className = _ref.className;
2641
- _ref.children;
2642
- var restProps = _objectWithoutProperties(_ref, _excluded$i);
2643
- return jsx("hr", _objectSpread$i(_objectSpread$i({}, restProps), {}, {
2576
+ var Separator = /*#__PURE__*/forwardRef(function (_a, ref) {
2577
+ var className = _a.className;
2578
+ _a.children;
2579
+ var restProps = __rest$1(_a, ["className", "children"]);
2580
+ return jsx("hr", Object.assign({}, restProps, {
2644
2581
  ref: ref,
2645
2582
  className: clsx('utrecht-separator', className)
2646
2583
  }));
@@ -2650,18 +2587,16 @@ Separator.displayName = 'Separator';
2650
2587
  var css_248z$7 = ".utrecht-skip-link{align-items:center;background-color:var(--utrecht-skip-link-background-color,ButtonFace);box-sizing:border-box;color:var(--utrecht-skip-link-color,ButtonText);display:inline-flex;justify-content:center;min-block-size:var(--utrecht-skip-link-min-block-size,44px);min-inline-size:var(--utrecht-skip-link-min-inline-size,44px);padding-block-end:var(--utrecht-skip-link-padding-block-end);padding-block-start:var(--utrecht-skip-link-padding-block-start);padding-inline-end:var(--utrecht-skip-link-padding-inline-end);padding-inline-start:var(--utrecht-skip-link-padding-inline-start);text-decoration:var(--utrecht-skip-link-text-decoration)}.utrecht-skip-link--hidden,.utrecht-skip-link--visible-on-focus{inset-block-start:-200%;position:fixed}.utrecht-skip-link--visible,.utrecht-skip-link--visible-on-focus:focus{--_utrecht-skip-link-inset:calc(var(--utrecht-focus-outline-width, 0px) + var(--utrecht-focus-outline-offset, 0px));inset-block-start:var(--_utrecht-skip-link-inset,0);inset-inline-start:var(--_utrecht-skip-link-inset,0);position:fixed;z-index:var(--utrecht-skip-link-z-index,var(--utrecht-layer-focus-z-index))}.utrecht-skip-link--focus,.utrecht-skip-link:focus,.utrecht-skip-link:focus-visible{--_utrecht-focus-ring-box-shadow:0 0 0 var(--utrecht-focus-outline-width,0) 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);text-decoration:var(--utrecht-skip-link-focus-text-decoration)}";
2651
2588
  styleInject(css_248z$7);
2652
2589
 
2653
- var _excluded$h = ["children", "className"];
2654
- function ownKeys$h(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
2655
- function _objectSpread$h(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$h(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$h(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2656
- var SkipLink = /*#__PURE__*/forwardRef(function (_ref, ref) {
2657
- var children = _ref.children,
2658
- className = _ref.className,
2659
- restProps = _objectWithoutProperties(_ref, _excluded$h);
2590
+ var SkipLink = /*#__PURE__*/forwardRef(function (_a, ref) {
2591
+ var children = _a.children,
2592
+ className = _a.className,
2593
+ restProps = __rest$1(_a, ["children", "className"]);
2660
2594
  return jsx("p", {
2661
- children: jsx("a", _objectSpread$h(_objectSpread$h({
2595
+ children: jsx("a", Object.assign({
2662
2596
  ref: ref
2663
- }, restProps), {}, {
2664
- className: clsx('utrecht-skip-link', 'utrecht-skip-link--visible-on-focus', className),
2597
+ }, restProps, {
2598
+ className: clsx('utrecht-skip-link', 'utrecht-skip-link--visible-on-focus', className)
2599
+ }, {
2665
2600
  children: children
2666
2601
  }))
2667
2602
  });
@@ -2671,25 +2606,22 @@ SkipLink.displayName = 'SkipLink';
2671
2606
  var css_248z$6 = ".utrecht-spotlight-section{background-color:var(--_utrecht-spotlight-section-background-color,var(--utrecht-spotlight-section-background-color));border-color:var(--_utrecht-spotlight-section-border-color,var(--utrecht-spotlight-section-border-color));border-style:solid;border-width:var(--_utrecht-spotlight-section-border-width,var(--utrecht-spotlight-section-border-width,0));color:var(--_utrecht-spotlight-section-color,var(--utrecht-spotlight-section-color));margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-spotlight-section-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-spotlight-section-margin-block-start, 0));padding-block-end:var(--utrecht-spotlight-section-padding-block-end);padding-block-start:var(--utrecht-spotlight-section-padding-block-start);padding-inline-end:var(--utrecht-spotlight-section-padding-inline-end);padding-inline-start:var(--utrecht-spotlight-section-padding-inline-start)}.utrecht-spotlight-section--info{--_utrecht-spotlight-section-icon-color:var(--utrecht-spotlight-section-icon-info-color);--_utrecht-spotlight-section-background-color:var(--utrecht-spotlight-section-info-background-color);--_utrecht-spotlight-section-border-color:var(--utrecht-spotlight-section-info-border-color);--_utrecht-spotlight-section-border-width:var(--utrecht-spotlight-section-info-border-width);--_utrecht-spotlight-section-color:var(--utrecht-spotlight-section-info-color)}.utrecht-spotlight-section--warning{--_utrecht-spotlight-section-icon-color:var(--utrecht-spotlight-section-icon-warning-color);--_utrecht-spotlight-section-background-color:var(--utrecht-spotlight-section-warning-background-color);--_utrecht-spotlight-section-border-color:var(--utrecht-spotlight-section-warning-border-color);--_utrecht-spotlight-section-border-width:var(--utrecht-spotlight-section-warning-border-width);--_utrecht-spotlight-section-color:var(--utrecht-spotlight-section-warning-color)}";
2672
2607
  styleInject(css_248z$6);
2673
2608
 
2674
- var _excluded$g = ["aside", "children", "className", "type"];
2675
- function ownKeys$g(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
2676
- function _objectSpread$g(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$g(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$g(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2677
- var SpotlightSection = /*#__PURE__*/forwardRef(function (_ref, ref) {
2678
- var aside = _ref.aside,
2679
- children = _ref.children,
2680
- className = _ref.className,
2681
- type = _ref.type,
2682
- restProps = _objectWithoutProperties(_ref, _excluded$g);
2683
- var props = _objectSpread$g(_objectSpread$g({}, restProps), {}, {
2609
+ var SpotlightSection = /*#__PURE__*/forwardRef(function (_a, ref) {
2610
+ var aside = _a.aside,
2611
+ children = _a.children,
2612
+ className = _a.className,
2613
+ type = _a.type,
2614
+ restProps = __rest$1(_a, ["aside", "children", "className", "type"]);
2615
+ var props = Object.assign(Object.assign({}, restProps), {
2684
2616
  ref: ref,
2685
2617
  className: clsx('utrecht-spotlight-section', {
2686
2618
  'utrecht-spotlight-section--info': type === 'info',
2687
2619
  'utrecht-spotlight-section--warning': type === 'warning'
2688
2620
  }, className)
2689
2621
  });
2690
- return aside ? jsx("aside", _objectSpread$g(_objectSpread$g({}, props), {}, {
2622
+ return aside ? jsx("aside", Object.assign({}, props, {
2691
2623
  children: children
2692
- })) : jsx("section", _objectSpread$g(_objectSpread$g({}, props), {}, {
2624
+ })) : jsx("section", Object.assign({}, props, {
2693
2625
  children: children
2694
2626
  }));
2695
2627
  });
@@ -2698,32 +2630,26 @@ SpotlightSection.displayName = 'SpotlightSection';
2698
2630
  var css_248z$5 = ".utrecht-badge-status{background-color:var(--utrecht-badge-background-color,#000);border-radius:var(--utrecht-badge-border-radius,.5ch);color:var(--utrecht-badge-color,#fff);display:inline-block;font-family:var(--utrecht-document-font-family,sans-serif);font-size:var(--utrecht-badge-font-size,inherit);font-style:var(--utrecht-badge-font-style,normal);font-weight:var(--utrecht-badge-font-weight,bold);letter-spacing:var(--utrecht-badge-status-letter-spacing,inherit);line-height:var(--utrecht-badge-line-height,1em);max-block-size:max-content;max-inline-size:max-content;min-block-size:1em;min-inline-size:1em;padding-block-end:var(--utrecht-badge-padding-block,.5ex);padding-block-start:var(--utrecht-badge-padding-block,.5ex);padding-inline-end:var(--utrecht-badge-padding-inline,.5ch);padding-inline-start:var(--utrecht-badge-padding-inline,.5ch);text-decoration:none;text-transform:var(--utrecht-badge-status-text-transform,inherit)}@media screen and (-ms-high-contrast:active),screen and (forced-colors:active){.utrecht-badge-status{border:1px solid}}.utrecht-badge-status--danger{background-color:var(--utrecht-feedback-danger-fill-background-color,#c00);color:var(--utrecht-feedback-danger-fill-color,#fff)}.utrecht-badge-status--warning{background-color:var(--utrecht-feedback-warning-fill-background-color,#fc0);color:var(--utrecht-feedback-warning-fill-color,#fff)}.utrecht-badge-status--safe{background-color:var(--utrecht-feedback-safe-fill-background-color,#80a659);color:var(--utrecht-feedback-safe-fill-color,#fff)}.utrecht-badge-status--neutral{background-color:var(--utrecht-feedback-neutral-fill-background-color,#000);color:var(--utrecht-feedback-neutral-fill-color,#fff)}.utrecht-badge-status--valid{background-color:var(--utrecht-feedback-valid-fill-background-color,var(--utrecht-feedback-safe-fill-background-color,#80a659));color:var(--utrecht-feedback-valid-fill-color,var(--utrecht-feedback-safe-fill-color,#fff))}.utrecht-badge-status--invalid{background-color:var(--utrecht-feedback-invalid-fill-background-color,var(--utrecht-feedback-danger-fill-background-color,#ffa600));color:var(--utrecht-feedback-invalid-fill-color,var(--utrecht-feedback-danger-fill-color,#fff))}.utrecht-badge-status--error{background-color:var(--utrecht-feedback-error-fill-background-color,var(--utrecht-feedback-danger-fill-background-color,#900));color:var(--utrecht-feedback-error-fill-color,var(--utrecht-feedback-danger-fill-color,#fff))}.utrecht-badge-status--success{background-color:var(--utrecht-feedback-success-fill-background-color,var(--utrecht-feedback-safe-fill-background-color,#80a659));color:var(--utrecht-feedback-success-fill-color,var(--utrecht-feedback-safe-fill-color,#fff))}.utrecht-badge-status--active{background-color:var(--utrecht-feedback-active-fill-background-color,var(--utrecht-feedback-safe-fill-background-color,#80a659));color:var(--utrecht-feedback-active-fill-color,var(--utrecht-feedback-safe-fill-color,#fff))}.utrecht-badge-status--inactive{background-color:var(--utrecht-feedback-inactive-fill-background-color,var(--utrecht-feedback-danger-fill-background-color,#c00));color:var(--utrecht-feedback-inactive-fill-color,var(--utrecht-feedback-danger-fill-color,#fff))}";
2699
2631
  styleInject(css_248z$5);
2700
2632
 
2701
- var _excluded$f = ["className", "status"];
2702
- function ownKeys$f(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
2703
- function _objectSpread$f(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$f(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$f(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2704
- var StatusBadge = /*#__PURE__*/forwardRef(function (_ref, ref) {
2705
- var className = _ref.className,
2706
- status = _ref.status,
2707
- restProps = _objectWithoutProperties(_ref, _excluded$f);
2708
- return jsx("span", _objectSpread$f(_objectSpread$f({
2633
+ var StatusBadge = /*#__PURE__*/forwardRef(function (_a, ref) {
2634
+ var className = _a.className,
2635
+ status = _a.status,
2636
+ restProps = __rest$1(_a, ["className", "status"]);
2637
+ return jsx("span", Object.assign({
2709
2638
  className: clsx('utrecht-badge-status', "utrecht-badge-status--".concat(status ? status : 'neutral'), className)
2710
- }, restProps), {}, {
2639
+ }, restProps, {
2711
2640
  ref: ref
2712
2641
  }));
2713
2642
  });
2714
2643
  StatusBadge.displayName = 'StatusBadge';
2715
2644
 
2716
- var _excluded$e = ["children", "className"];
2717
- function ownKeys$e(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
2718
- function _objectSpread$e(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$e(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$e(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2719
- var Strong = /*#__PURE__*/forwardRef(function (_ref, ref) {
2720
- var children = _ref.children,
2721
- className = _ref.className,
2722
- restProps = _objectWithoutProperties(_ref, _excluded$e);
2723
- return jsx("strong", _objectSpread$e(_objectSpread$e({
2645
+ var Strong = /*#__PURE__*/forwardRef(function (_a, ref) {
2646
+ var children = _a.children,
2647
+ className = _a.className,
2648
+ restProps = __rest$1(_a, ["children", "className"]);
2649
+ return jsx("strong", Object.assign({
2724
2650
  ref: ref,
2725
2651
  className: clsx('utrecht-emphasis', 'utrecht-emphasis--strong', className)
2726
- }, restProps), {}, {
2652
+ }, restProps, {
2727
2653
  children: children
2728
2654
  }));
2729
2655
  });
@@ -2732,35 +2658,30 @@ Strong.displayName = 'Strong';
2732
2658
  var css_248z$4 = ".utrecht-surface{background-color:var(--utrecht-surface-background-color,inherit);color:var(--utrecht-surface-color,inherit)}.utrecht-surface--html-body{margin-block-end:0;margin-block-start:0;margin-inline-end:0;margin-inline-start:0}";
2733
2659
  styleInject(css_248z$4);
2734
2660
 
2735
- var _excluded$d = ["children", "className"];
2736
- function ownKeys$d(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
2737
- function _objectSpread$d(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$d(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$d(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2738
- var Surface = /*#__PURE__*/forwardRef(function (_ref, ref) {
2739
- var children = _ref.children,
2740
- className = _ref.className,
2741
- restProps = _objectWithoutProperties(_ref, _excluded$d);
2742
- return jsx("div", _objectSpread$d(_objectSpread$d({}, restProps), {}, {
2661
+ var Surface = /*#__PURE__*/forwardRef(function (_a, ref) {
2662
+ var children = _a.children,
2663
+ className = _a.className,
2664
+ restProps = __rest$1(_a, ["children", "className"]);
2665
+ return jsx("div", Object.assign({}, restProps, {
2743
2666
  ref: ref,
2744
- className: clsx('utrecht-surface', className),
2667
+ className: clsx('utrecht-surface', className)
2668
+ }, {
2745
2669
  children: children
2746
2670
  }));
2747
2671
  });
2748
2672
  Surface.displayName = 'Surface';
2749
2673
 
2750
- var _excluded$c = ["overflowInline", "children", "className"];
2751
- function ownKeys$c(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
2752
- function _objectSpread$c(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$c(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$c(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2753
- var TableContainer = /*#__PURE__*/forwardRef(function (_ref, ref) {
2754
- var overflowInline = _ref.overflowInline,
2755
- children = _ref.children,
2756
- className = _ref.className,
2757
- restProps = _objectWithoutProperties(_ref, _excluded$c);
2758
- return jsx("div", _objectSpread$c(_objectSpread$c({
2674
+ var TableContainer = /*#__PURE__*/forwardRef(function (_a, ref) {
2675
+ var overflowInline = _a.overflowInline,
2676
+ children = _a.children,
2677
+ className = _a.className,
2678
+ restProps = __rest$1(_a, ["overflowInline", "children", "className"]);
2679
+ return jsx("div", Object.assign({
2759
2680
  ref: ref,
2760
2681
  className: clsx('utrecht-table-container', {
2761
2682
  'utrecht-table-container--overflow-inline': overflowInline
2762
2683
  }, className)
2763
- }, restProps), {}, {
2684
+ }, restProps, {
2764
2685
  children: children
2765
2686
  }));
2766
2687
  });
@@ -2769,156 +2690,140 @@ TableContainer.displayName = 'TableContainer';
2769
2690
  var css_248z$3 = ".utrecht-table-container--overflow-inline{background-attachment:local,local,scroll,scroll;background-image:linear-gradient(90deg,#fff,#fff),linear-gradient(90deg,#fff,#fff),linear-gradient(90deg,rgba(0,0,0,.25),hsla(0,0%,100%,0)),linear-gradient(270deg,rgba(0,0,0,.25),hsla(0,0%,100%,0));background-position:0,100%,0,100%;background-repeat:no-repeat;background-size:20px 100%,20px 100%,10px 100%,10px 100%;overflow:auto}.utrecht-table{border-collapse:separate;border-color:var(--utrecht-table-border-color,0);border-spacing:0;border-style:solid;border-width:var(--utrecht-table-border-width,0);font-family:var(--utrecht-table-font-family,var(--utrecht-document-font-family));font-size:var(--utrecht-table-font-size,inherit);inline-size:100%;line-height:var(--utrecht-table-line-height,inherit);margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-table-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-table-margin-block-start, 0))}.utrecht-table--distanced{--utrecht-space-around:1}.utrecht-table--html-table>caption,.utrecht-table--html-table>figcaption,.utrecht-table__caption,.utrecht-table__figcaption{break-inside:avoid;color:var(--utrecht-table-caption-color);font-family:var(--utrecht-table-caption-font-family);font-size:var(--utrecht-table-caption-font-size);font-weight:var(--utrecht-table-caption-font-weight);line-height:var(--utrecht-table-caption-line-height);margin-block-end:var(--utrecht-table-caption-margin-block-end);page-break-after:avoid;text-align:var(--utrecht-table-caption-text-align,center)}.utrecht-table--html-table>thead,.utrecht-table__header{--_utrecht-table-header-cell-vertical-align:bottom;--_utrecht-table-header-cell-z-index:8;background-color:var(--utrecht-table-header-background-color);break-inside:avoid;color:var(--utrecht-table-header-color);font-weight:var(--utrecht-table-header-font-weight);page-break-inside:avoid;text-transform:var(--utrecht-table-header-text-transform)}.utrecht-table__header--sticky th{background-color:var(--utrecht-table-header-sticky-background-color);color:var(--utrecht-table-header-sticky-color);inset-block-start:0;position:sticky}.utrecht-table__header--sticky tr:last-child>th{border-block-end-color:var(--utrecht-table-header-sticky-border-block-end-color,var(--utrecht-table-header-border-block-end-color,transparent));border-block-end-style:solid;border-block-end-width:var(--utrecht-table-header-sticky-border-block-end-width,var(--utrecht-table-header-border-block-end-width,0))}.utrecht-table__footer{--_utrecht-table-header-cell-z-index:5;z-index:3}.utrecht-table__footer--sticky{background-color:var(--utrecht-table-footer-sticky-background-color,var(--utrecht-table-footer-background-color));color:var(--utrecht-table-footer-sticky-color,var(--utrecht-table-footer-color));inset-block-end:0;position:sticky}.utrecht-table__footer--sticky tr:first-child>td,.utrecht-table__footer--sticky tr:first-child>th{border-block-start-color:var(--utrecht-table-header-sticky-border-block-start-color,var(--utrecht-table-header-border-block-start-color,transparent));border-block-start-style:solid;border-block-start-width:var(--utrecht-table-header-sticky-border-block-start-width,var(--utrecht-table-header-border-block-start-width,0))}.utrecht-table--html-table>tbody,.utrecht-table__body{--_utrecht-table-header-cell-z-index:2}.utrecht-table--fixed{inline-size:fit-content;table-layout:fixed}.utrecht-table--fixed th,.utrecht-table--oneline td,.utrecht-table--oneline th{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.utrecht-table--html-table>tbody>tr,.utrecht-table--html-table>tfoot>tr,.utrecht-table--html-table>thead>tr,.utrecht-table--html-table>tr,.utrecht-table__row{break-inside:avoid;page-break-inside:avoid}.utrecht-table__row--selected{background-color:var(--utrecht-table-cell-selected-background-color,highlight);color:var(--utrecht-table-cell-selected-color,highlightText)}.utrecht-table--html-table>tbody>tr>th,.utrecht-table--html-table>tfoot>tr>th,.utrecht-table--html-table>thead>tr>th,.utrecht-table--html-table>tr>th,.utrecht-table__header-cell{--utrecht-icon-size:var(--utrecht-table-cell-icon-size);block-size:var(--utrecht-table-cell-line-height,1em);color:var(--utrecht-table-header-cell-color);font-size:var(--utrecht-table-header-cell-font-size);font-weight:var(--utrecht-table-header-cell-font-weight,bold);line-height:var(--utrecht-table-cell-line-height,inherit);padding-block-end:var(--utrecht-table-cell-padding-block-end,0);padding-block-start:var(--utrecht-table-cell-padding-block-start,0);padding-inline-end:var(--utrecht-table-cell-padding-inline-end,0);padding-inline-start:var(--utrecht-table-cell-padding-inline-start,0);text-align:start;text-transform:var(--utrecht-table-header-cell-text-transform);vertical-align:var(--_utrecht-table-header-cell-vertical-align,top);z-index:var(--_utrecht-table-header-cell-z-index)}.utrecht-table__header-cell--selected{background-color:var(--utrecht-table-cell-selected-background-color,highlight);color:var(--utrecht-table-cell-selected-color,highlightText)}.utrecht-table__header-cell--sticky-block{background-color:#eee;color:#000;inset-block-start:0;position:sticky;z-index:calc(var(--_utrecht-table-header-cell-z-index, 0) + 2)}.utrecht-table__header-cell--sticky-inline{background-color:#eee;color:#000;inset-inline-start:0;position:sticky;z-index:calc(var(--_utrecht-table-header-cell-z-index, 0) + 1)}.utrecht-table--html-table>tbody>tr>td,.utrecht-table--html-table>tfoot>tr>td,.utrecht-table--html-table>thead>tr>td,.utrecht-table--html-table>tr>td,.utrecht-table__cell{--utrecht-icon-size:var(--utrecht-table-cell-icon-size);block-size:var(--utrecht-table-cell-line-height,1em);border-block-end-color:var(--utrecht-table-row-border-block-end-color,transparent);border-block-end-style:solid;border-block-end-width:var(--utrecht-table-row-border-block-end-width,0);line-height:var(--utrecht-table-cell-line-height,inherit);padding-block-end:var(--utrecht-table-cell-padding-block-end,0);padding-block-start:var(--utrecht-table-cell-padding-block-start,0);padding-inline-end:var(--utrecht-table-cell-padding-inline-end,0);padding-inline-start:var(--utrecht-table-cell-padding-inline-start,0);text-align:start;vertical-align:top}.utrecht-table--html-table>tbody>tr>td:first-child,.utrecht-table--html-table>tfoot>tr>td:first-child,.utrecht-table--html-table>thead>tr>td:first-child,.utrecht-table--html-table>tr>td:first-child,.utrecht-table__cell--first{padding-inline-start:var(--utrecht-table-row-padding-inline-start,var(--utrecht-table-cell-padding-inline-start,0))}.utrecht-table--html-table>tbody>tr>td:last-child,.utrecht-table--html-table>tfoot>tr>td:last-child,.utrecht-table--html-table>thead>tr>td:last-child,.utrecht-table--html-table>tr>td:last-child,.utrecht-table__cell--last{padding-inline-end:var(--utrecht-table-row-padding-inline-end,var(--utrecht-table-cell-padding-inline-end,0))}.utrecht-table__cell--selected{background-color:var(--utrecht-table-cell-selected-background-color,highlight);color:var(--utrecht-table-cell-selected-color,highlightText)}.utrecht-table__cell--numeric-column,.utrecht-table__header-cell--numeric-column{--_utrecht-table-cell-text-align:right;text-align:var(--_utrecht-table-cell-text-align)}.utrecht-table__cell--numeric-data{font-variant-numeric:lining-nums tabular-nums}.utrecht-table__row--alternate-odd{background-color:var(--utrecht-table-row-alternate-odd-background-color);color:var(--utrecht-table-row-alternate-odd-color)}.utrecht-table__row--alternate-even{background-color:var(--utrecht-table-row-alternate-even-background-color);color:var(--utrecht-table-row-alternate-even-color)}.utrecht-table__header-cell{--utrecht-button-font-size:inherit;--utrecht-button-font-weight:inherit;--utrecht-button-padding-inline-start:var(--utrecht-table-cell-padding-inline-start);--utrecht-button-padding-inline-end:var(--utrecht-table-cell-padding-inline-end);--utrecht-button-padding-block-start:var(--utrecht-table-cell-padding-block-start);--utrecht-button-padding-block-end:var(--utrecht-table-cell-padding-block-end);--utrecht-button-hover-scale:1;--utrecht-button-focus-scale:1;--utrecht-button-min-block-size:100%;--utrecht-button-min-inline-size:100%;--utrecht-button-border-color:transparent;--utrecht-button-border-size:1px}.utrecht-table__header-cell:has(.utrecht-button){padding-block-end:0;padding-block-start:0;padding-inline-end:0;padding-inline-start:0}.utrecht-table__header-cell-button{justify-content:var(--_utrecht-table-cell-text-align,start)}.utrecht-table__data--truncate{display:block;max-inline-size:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.utrecht-table__container{max-inline-size:100%;overflow-inline:scroll}.utrecht-table__header--hidden{clip:rect(1px,1px,1px,1px);block-size:1px;border:0 solid silver;clip-path:inset(50%);inline-size:1px;outline:1px solid red;overflow:hidden;padding:0;position:absolute;white-space:nowrap}.utrecht-table--busy{cursor:var(--utrecht-action-busy-cursor,busy)}.utrecht-table--alternate-row-color .utrecht-table__body .utrecht-table__row:nth-child(odd){background-color:var(--utrecht-table-row-alternate-odd-background-color);color:var(--utrecht-table-row-alternate-odd-color)}.utrecht-table--alternate-row-color .utrecht-table__body .utrecht-table__row:nth-child(2n){background-color:var(--utrecht-table-row-alternate-even-background-color);color:var(--utrecht-table-row-alternate-even-color)}.utrecht-table--row-hover .utrecht-table__body .utrecht-table__row:hover .utrecht-table__cell,.utrecht-table--row-hover .utrecht-table__body .utrecht-table__row:hover .utrecht-table__header-cell{background-color:#ffefd5;color:maroon}.utrecht-table--row-focus-within .utrecht-table__body .utrecht-table__row:focus-within .utrecht-table__cell,.utrecht-table--row-focus-within .utrecht-table__body .utrecht-table__row:focus-within .utrecht-table__header-cell{background-color:#ffefd5;color:maroon}";
2770
2691
  styleInject(css_248z$3);
2771
2692
 
2772
- var _excluded$b = ["busy", "children", "className"];
2773
- function ownKeys$b(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
2774
- function _objectSpread$b(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$b(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$b(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2775
- var Table = /*#__PURE__*/forwardRef(function (_ref, ref) {
2776
- var busy = _ref.busy,
2777
- children = _ref.children,
2778
- className = _ref.className,
2779
- restProps = _objectWithoutProperties(_ref, _excluded$b);
2780
- return jsx("table", _objectSpread$b(_objectSpread$b({
2693
+ var Table = /*#__PURE__*/forwardRef(function (_a, ref) {
2694
+ var busy = _a.busy,
2695
+ children = _a.children,
2696
+ className = _a.className,
2697
+ restProps = __rest$1(_a, ["busy", "children", "className"]);
2698
+ return jsx("table", Object.assign({
2781
2699
  "aria-busy": busy
2782
- }, restProps), {}, {
2700
+ }, restProps, {
2783
2701
  ref: ref,
2784
2702
  className: clsx('utrecht-table', {
2785
2703
  'utrecht-table--busy': busy
2786
- }, className),
2704
+ }, className)
2705
+ }, {
2787
2706
  children: children
2788
2707
  }));
2789
2708
  });
2790
2709
  Table.displayName = 'Table';
2791
2710
 
2792
- var _excluded$a = ["children", "className"];
2793
- function ownKeys$a(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
2794
- function _objectSpread$a(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$a(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$a(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2795
- var TableBody = /*#__PURE__*/forwardRef(function (_ref, ref) {
2796
- var children = _ref.children,
2797
- className = _ref.className,
2798
- restProps = _objectWithoutProperties(_ref, _excluded$a);
2799
- return jsx("tbody", _objectSpread$a(_objectSpread$a({}, restProps), {}, {
2711
+ var TableBody = /*#__PURE__*/forwardRef(function (_a, ref) {
2712
+ var children = _a.children,
2713
+ className = _a.className,
2714
+ restProps = __rest$1(_a, ["children", "className"]);
2715
+ return jsx("tbody", Object.assign({}, restProps, {
2800
2716
  ref: ref,
2801
- className: clsx('utrecht-table__body', className),
2717
+ className: clsx('utrecht-table__body', className)
2718
+ }, {
2802
2719
  children: children
2803
2720
  }));
2804
2721
  });
2805
2722
  TableBody.displayName = 'TableBody';
2806
2723
 
2807
- var _excluded$9 = ["children", "className"];
2808
- function ownKeys$9(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
2809
- function _objectSpread$9(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$9(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$9(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2810
- var TableCaption = /*#__PURE__*/forwardRef(function (_ref, ref) {
2811
- var children = _ref.children,
2812
- className = _ref.className,
2813
- restProps = _objectWithoutProperties(_ref, _excluded$9);
2814
- return jsx("caption", _objectSpread$9(_objectSpread$9({}, restProps), {}, {
2724
+ var TableCaption = /*#__PURE__*/forwardRef(function (_a, ref) {
2725
+ var children = _a.children,
2726
+ className = _a.className,
2727
+ restProps = __rest$1(_a, ["children", "className"]);
2728
+ return jsx("caption", Object.assign({}, restProps, {
2815
2729
  ref: ref,
2816
- className: clsx('utrecht-table__caption', className),
2730
+ className: clsx('utrecht-table__caption', className)
2731
+ }, {
2817
2732
  children: children
2818
2733
  }));
2819
2734
  });
2820
2735
  TableCaption.displayName = 'TableCaption';
2821
2736
 
2822
- var _excluded$8 = ["children", "className", "numericColumn", "selected"];
2823
- function ownKeys$8(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
2824
- function _objectSpread$8(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$8(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$8(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2825
- var TableCell = /*#__PURE__*/forwardRef(function (_ref, ref) {
2826
- var children = _ref.children,
2827
- className = _ref.className,
2828
- numericColumn = _ref.numericColumn,
2829
- selected = _ref.selected,
2830
- restProps = _objectWithoutProperties(_ref, _excluded$8);
2831
- return jsx("td", _objectSpread$8(_objectSpread$8({
2737
+ var TableCell = /*#__PURE__*/forwardRef(function (_a, ref) {
2738
+ var children = _a.children,
2739
+ className = _a.className,
2740
+ numericColumn = _a.numericColumn,
2741
+ selected = _a.selected,
2742
+ restProps = __rest$1(_a, ["children", "className", "numericColumn", "selected"]);
2743
+ return jsx("td", Object.assign({
2832
2744
  "aria-selected": selected ? true : undefined
2833
- }, restProps), {}, {
2745
+ }, restProps, {
2834
2746
  ref: ref,
2835
2747
  className: clsx('utrecht-table__cell', {
2836
2748
  'utrecht-table__cell--selected': selected,
2837
2749
  'utrecht-table__cell--numeric-column': numericColumn
2838
- }, className),
2750
+ }, className)
2751
+ }, {
2839
2752
  children: children
2840
2753
  }));
2841
2754
  });
2842
2755
  TableCell.displayName = 'TableCell';
2843
2756
 
2844
- var _excluded$7 = ["children", "className", "sticky"];
2845
- function ownKeys$7(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
2846
- function _objectSpread$7(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$7(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$7(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2847
- var TableFooter = /*#__PURE__*/forwardRef(function (_ref, ref) {
2848
- var children = _ref.children,
2849
- className = _ref.className,
2850
- sticky = _ref.sticky,
2851
- restProps = _objectWithoutProperties(_ref, _excluded$7);
2852
- return jsx("tfoot", _objectSpread$7(_objectSpread$7({}, restProps), {}, {
2757
+ var TableFooter = /*#__PURE__*/forwardRef(function (_a, ref) {
2758
+ var children = _a.children,
2759
+ className = _a.className,
2760
+ sticky = _a.sticky,
2761
+ restProps = __rest$1(_a, ["children", "className", "sticky"]);
2762
+ return jsx("tfoot", Object.assign({}, restProps, {
2853
2763
  ref: ref,
2854
2764
  className: clsx('utrecht-table__footer', {
2855
2765
  'utrecht-table__footer--sticky': sticky
2856
- }, className),
2766
+ }, className)
2767
+ }, {
2857
2768
  children: children
2858
2769
  }));
2859
2770
  });
2860
2771
  TableFooter.displayName = 'TableFooter';
2861
2772
 
2862
- var _excluded$6 = ["children", "className", "sticky"];
2863
- function ownKeys$6(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
2864
- function _objectSpread$6(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$6(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$6(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2865
- var TableHeader = /*#__PURE__*/forwardRef(function (_ref, ref) {
2866
- var children = _ref.children,
2867
- className = _ref.className,
2868
- sticky = _ref.sticky,
2869
- restProps = _objectWithoutProperties(_ref, _excluded$6);
2870
- return jsx("thead", _objectSpread$6(_objectSpread$6({}, restProps), {}, {
2773
+ var TableHeader = /*#__PURE__*/forwardRef(function (_a, ref) {
2774
+ var children = _a.children,
2775
+ className = _a.className,
2776
+ sticky = _a.sticky,
2777
+ restProps = __rest$1(_a, ["children", "className", "sticky"]);
2778
+ return jsx("thead", Object.assign({}, restProps, {
2871
2779
  ref: ref,
2872
2780
  className: clsx('utrecht-table__header', {
2873
2781
  'utrecht-table__header--sticky': sticky
2874
- }, className),
2782
+ }, className)
2783
+ }, {
2875
2784
  children: children
2876
2785
  }));
2877
2786
  });
2878
2787
  TableHeader.displayName = 'TableHeader';
2879
2788
 
2880
- var _excluded$5 = ["children", "className", "numericColumn", "selected", "sticky", "scope"];
2881
- function ownKeys$5(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
2882
- function _objectSpread$5(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$5(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$5(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2883
- var TableHeaderCell = /*#__PURE__*/forwardRef(function (_ref, ref) {
2884
- var children = _ref.children,
2885
- className = _ref.className,
2886
- numericColumn = _ref.numericColumn,
2887
- selected = _ref.selected,
2888
- sticky = _ref.sticky,
2889
- scope = _ref.scope,
2890
- restProps = _objectWithoutProperties(_ref, _excluded$5);
2891
- return jsx("th", _objectSpread$5(_objectSpread$5({
2789
+ var TableHeaderCell = /*#__PURE__*/forwardRef(function (_a, ref) {
2790
+ var children = _a.children,
2791
+ className = _a.className,
2792
+ numericColumn = _a.numericColumn,
2793
+ selected = _a.selected,
2794
+ sticky = _a.sticky,
2795
+ scope = _a.scope,
2796
+ restProps = __rest$1(_a, ["children", "className", "numericColumn", "selected", "sticky", "scope"]);
2797
+ return jsx("th", Object.assign({
2892
2798
  "aria-selected": selected ? true : undefined,
2893
2799
  scope: scope
2894
- }, restProps), {}, {
2800
+ }, restProps, {
2895
2801
  ref: ref,
2896
2802
  className: clsx('utrecht-table__header-cell', {
2897
2803
  'utrecht-table__header-cell--numeric-column': numericColumn,
2898
2804
  'utrecht-table__header-cell--selected': selected,
2899
2805
  'utrecht-table__header-cell--sticky-inline': sticky && scope === 'row',
2900
2806
  'utrecht-table__header-cell--sticky-block': sticky && scope === 'col'
2901
- }, className),
2807
+ }, className)
2808
+ }, {
2902
2809
  children: children
2903
2810
  }));
2904
2811
  });
2905
2812
  TableHeaderCell.displayName = 'TableHeaderCell';
2906
2813
 
2907
- var _excluded$4 = ["children", "className", "selected"];
2908
- function ownKeys$4(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
2909
- function _objectSpread$4(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$4(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$4(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2910
- var TableRow = /*#__PURE__*/forwardRef(function (_ref, ref) {
2911
- var children = _ref.children,
2912
- className = _ref.className,
2913
- selected = _ref.selected,
2914
- restProps = _objectWithoutProperties(_ref, _excluded$4);
2915
- return jsx("tr", _objectSpread$4(_objectSpread$4({
2814
+ var TableRow = /*#__PURE__*/forwardRef(function (_a, ref) {
2815
+ var children = _a.children,
2816
+ className = _a.className,
2817
+ selected = _a.selected,
2818
+ restProps = __rest$1(_a, ["children", "className", "selected"]);
2819
+ return jsx("tr", Object.assign({
2916
2820
  "aria-selected": selected ? true : undefined
2917
- }, restProps), {}, {
2821
+ }, restProps, {
2918
2822
  ref: ref,
2919
2823
  className: clsx('utrecht-table__row', {
2920
2824
  'utrecht-table__row--selected': selected
2921
- }, className),
2825
+ }, className)
2826
+ }, {
2922
2827
  children: children
2923
2828
  }));
2924
2829
  });
@@ -2927,18 +2832,15 @@ TableRow.displayName = 'TableRow';
2927
2832
  var css_248z$2 = ".utrecht-textarea{background-color:var(--utrecht-textarea-background-color,var(--utrecht-form-control-background-color));block-size:auto;border-width:var(--utrecht-textarea-border-width,var(--utrecht-form-control-border-width));border-block-end-width:var(--utrecht-textarea-border-bottom-width,var(--utrecht-textarea-border-width,var(--utrecht-form-control-border-width)));border-color:var(--utrecht-textarea-border-color,var(--utrecht-form-control-border-color));border-radius:var(--utrecht-textarea-border-radius,var(--utrecht-form-control-border-radius,0));border-style:solid;box-sizing:border-box;color:var(--utrecht-textarea-color,var(--utrecht-form-control-color));font-family:var(--utrecht-textarea-font-family,var(--utrecht-form-control-font-family));font-size:var(--utrecht-textarea-font-size,var(--utrecht-form-control-font-size,inherit));font-weight:400;inline-size:100%;line-height:var(--utrecht-textarea-line-height,initial);max-inline-size:var(--utrecht-textarea-max-inline-size,var(--utrecht-form-control-max-inline-size));min-block-size:var(--utrecht-textarea-min-block-size,var(--utrecht-pointer-target-min-size,44px));min-inline-size:var(--utrecht-pointer-target-min-size,44px);padding-block-end:var(--utrecht-textarea-padding-block-end,var(--utrecht-form-control-padding-block-end,0));padding-block-start:var(--utrecht-textarea-padding-block-start,var(--utrecht-form-control-padding-block-start,0));padding-inline-end:var(--utrecht-textarea-padding-inline-end,var(--utrecht-form-control-padding-inline-end,initial));padding-inline-start:var(--utrecht-textarea-padding-inline-start,var(--utrecht-form-control-padding-inline-start,initial));resize:vertical;resize:block}.utrecht-textarea--invalid{--_utrecht-textarea-border-width:var(\n --utrecht-textarea-invalid-border-width,var(\n --utrecht-form-control-invalid-border-width,var(--utrecht-textarea-border-width,var(--utrecht-form-control-border-width))\n )\n );background-color:var(--utrecht-textarea-invalid-background-color,var(--utrecht-form-control-invalid-background-color,var(--utrecht-textarea-background-color,var(--utrecht-form-control-background-color))));border-width:var(--_utrecht-textarea-border-width);border-block-end-width:var(--utrecht-textarea-invalid-border-bottom-width,var(--utrecht-form-control-invalid-border-bottom-width,var(--utrecht-textarea-border-bottom-width,var(--utrecht-form-control-border-bottom-width,var(--_utrecht-textarea-border-width)))));border-color:var(--utrecht-textarea-invalid-border-color,var(--utrecht-form-control-invalid-border-color,var(--utrecht-textarea-border-color,var(--utrecht-form-control-border-color))));color:var(--utrecht-textarea-invalid-color,var(--utrecht-form-control-invalid-color,var(--utrecht-textarea-color,var(--utrecht-form-control-color))))}.utrecht-textarea--disabled{background-color:var(--utrecht-textarea-disabled-background-color,var(--utrecht-form-control-disabled-background-color,var(--utrecht-textarea-background-color,var(--utrecht-form-control-background-color))));border-color:var(--utrecht-textarea-disabled-border-color,var(--utrecht-form-control-disabled-border-color,var(--utrecht-textarea-border-color,var(--utrecht-form-control-border-color))));color:var(--utrecht-textarea-disabled-color,var(--utrecht-form-control-disabled-color,var(--utrecht-textarea-color,var(--utrecht-form-control-color))));cursor:var(--utrecht-action-disabled-cursor,not-allowed)}.utrecht-textarea--focus{background-color:var(--utrecht-textarea-focus-background-color,var(--utrecht-form-control-focus-background-color,var(--utrecht-textarea-background-color,var(--utrecht-form-control-background-color))));border-color:var(--utrecht-textarea-focus-border-color,var(--utrecht-form-control-focus-border-color,var(--utrecht-textarea-border-color,var(--utrecht-form-control-border-color))));color:var(--utrecht-textarea-focus-color,var(--utrecht-form-control-focus-color,var(--utrecht-textarea-color,var(--utrecht-form-control-color))))}.utrecht-textarea--focus-visible{--_utrecht-focus-ring-box-shadow:0 0 0 var(--utrecht-focus-outline-width,0) 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)}.utrecht-textarea--read-only{background-color:var(--utrecht-textarea-read-only-border,var(--utrecht-form-control-read-only-background-color,var(--utrecht-textarea-border,var(--utrecht-form-control-background-color))));border-color:var(--utrecht-textarea-read-only-border,var(--utrecht-form-control-read-only-border-color,var(--utrecht-textarea-border,var(--utrecht-form-control-border-color))));color:var(--utrecht-textarea-read-only-color,var(--utrecht-form-control-read-only-color,var(--utrecht-textarea-color,var(--utrecht-form-control-color))))}.utrecht-textarea__placeholder{color:var(--utrecht-textarea-placeholder-color,var(--utrecht-form-control-placeholder-color,var(--utrecht-textarea-color,var(--utrecht-form-control-color))));font-style:var(--utrecht-form-control-placeholder-font-style);opacity:100%}.utrecht-textarea--html-textarea:focus{--_utrecht-focus-ring-box-shadow:0 0 0 var(--utrecht-focus-outline-width,0) var(--utrecht-focus-inverse-outline-color,transparent);background-color:var(--utrecht-textarea-focus-background-color,var(--utrecht-form-control-focus-background-color,var(--utrecht-textarea-background-color,var(--utrecht-form-control-background-color))));border-color:var(--utrecht-textarea-focus-border-color,var(--utrecht-form-control-focus-border-color,var(--utrecht-textarea-border-color,var(--utrecht-form-control-border-color))));box-shadow:var(--_utrecht-focus-ring-box-shadow);color:var(--utrecht-textarea-focus-color,var(--utrecht-form-control-focus-color,var(--utrecht-textarea-color,var(--utrecht-form-control-color))));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)}.utrecht-textarea--html-textarea:focus:not(:focus-visible){box-shadow:none;outline-style:revert}.utrecht-textarea--html-textarea:invalid,.utrecht-textarea--html-textarea[aria-invalid=true]{--_utrecht-textarea-border-width:var(\n --utrecht-textarea-invalid-border-width,var(\n --utrecht-form-control-invalid-border-width,var(--utrecht-textarea-border-width,var(--utrecht-form-control-border-width))\n )\n );background-color:var(--utrecht-textarea-invalid-background-color,var(--utrecht-form-control-invalid-background-color,var(--utrecht-textarea-background-color,var(--utrecht-form-control-background-color))));border-width:var(--_utrecht-textarea-border-width);border-block-end-width:var(--utrecht-textarea-invalid-border-bottom-width,var(--utrecht-form-control-invalid-border-bottom-width,var(--utrecht-textarea-border-bottom-width,var(--utrecht-form-control-border-bottom-width,var(--_utrecht-textarea-border-width)))));border-color:var(--utrecht-textarea-invalid-border-color,var(--utrecht-form-control-invalid-border-color,var(--utrecht-textarea-border-color,var(--utrecht-form-control-border-color))));color:var(--utrecht-textarea-invalid-color,var(--utrecht-form-control-invalid-color,var(--utrecht-textarea-color,var(--utrecht-form-control-color))))}.utrecht-textarea--html-textarea:read-only{background-color:var(--utrecht-textarea-read-only-border,var(--utrecht-form-control-read-only-background-color,var(--utrecht-textarea-border,var(--utrecht-form-control-background-color))));border-color:var(--utrecht-textarea-read-only-border,var(--utrecht-form-control-read-only-border-color,var(--utrecht-textarea-border,var(--utrecht-form-control-border-color))));color:var(--utrecht-textarea-read-only-color,var(--utrecht-form-control-read-only-color,var(--utrecht-textarea-color,var(--utrecht-form-control-color))))}.utrecht-textarea--html-textarea:disabled{background-color:var(--utrecht-textarea-disabled-background-color,var(--utrecht-form-control-disabled-background-color,var(--utrecht-textarea-background-color,var(--utrecht-form-control-background-color))));border-color:var(--utrecht-textarea-disabled-border-color,var(--utrecht-form-control-disabled-border-color,var(--utrecht-textarea-border-color,var(--utrecht-form-control-border-color))));color:var(--utrecht-textarea-disabled-color,var(--utrecht-form-control-disabled-color,var(--utrecht-textarea-color,var(--utrecht-form-control-color))));cursor:var(--utrecht-action-disabled-cursor,not-allowed)}.utrecht-textarea--html-textarea::placeholder{color:var(--utrecht-textarea-placeholder-color,var(--utrecht-form-control-placeholder-color,var(--utrecht-textarea-color,var(--utrecht-form-control-color))));font-style:var(--utrecht-form-control-placeholder-font-style);opacity:100%}";
2928
2833
  styleInject(css_248z$2);
2929
2834
 
2930
- var _excluded$3 = ["dir", "disabled", "invalid", "readOnly", "required", "className"];
2931
- function ownKeys$3(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
2932
- function _objectSpread$3(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$3(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$3(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2933
- var Textarea = /*#__PURE__*/forwardRef(function (_ref, ref) {
2934
- var dir = _ref.dir,
2935
- disabled = _ref.disabled,
2936
- invalid = _ref.invalid,
2937
- readOnly = _ref.readOnly,
2938
- required = _ref.required,
2939
- className = _ref.className,
2940
- restProps = _objectWithoutProperties(_ref, _excluded$3);
2941
- return jsx("textarea", _objectSpread$3(_objectSpread$3({}, restProps), {}, {
2835
+ var Textarea = /*#__PURE__*/forwardRef(function (_a, ref) {
2836
+ var dir = _a.dir,
2837
+ disabled = _a.disabled,
2838
+ invalid = _a.invalid,
2839
+ readOnly = _a.readOnly,
2840
+ required = _a.required,
2841
+ className = _a.className,
2842
+ restProps = __rest$1(_a, ["dir", "disabled", "invalid", "readOnly", "required", "className"]);
2843
+ return jsx("textarea", Object.assign({}, restProps, {
2942
2844
  ref: ref,
2943
2845
  className: clsx('utrecht-textarea', 'utrecht-textarea--html-textarea', disabled && 'utrecht-textarea--disabled', invalid && 'utrecht-textarea--invalid', readOnly && 'utrecht-textarea--readonly', required && 'utrecht-textarea--required', className),
2944
2846
  dir: dir !== null && dir !== void 0 ? dir : 'auto',
@@ -2953,18 +2855,16 @@ Textarea.displayName = 'Textarea';
2953
2855
  var css_248z$1 = ".utrecht-url-data{break-inside:avoid;font-variant-ligatures:none;hyphens:none;overflow-wrap:anywhere;page-break-inside:avoid}";
2954
2856
  styleInject(css_248z$1);
2955
2857
 
2956
- var _excluded$2 = ["children", "className"];
2957
- function ownKeys$2(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
2958
- function _objectSpread$2(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2959
- var URLData = /*#__PURE__*/forwardRef(function (_ref, ref) {
2960
- var children = _ref.children,
2961
- className = _ref.className,
2962
- restProps = _objectWithoutProperties(_ref, _excluded$2);
2963
- return jsx("bdi", _objectSpread$2(_objectSpread$2({
2858
+ var URLData = /*#__PURE__*/forwardRef(function (_a, ref) {
2859
+ var children = _a.children,
2860
+ className = _a.className,
2861
+ restProps = __rest$1(_a, ["children", "className"]);
2862
+ return jsx("bdi", Object.assign({
2964
2863
  translate: "no"
2965
- }, restProps), {}, {
2864
+ }, restProps, {
2966
2865
  ref: ref,
2967
- className: clsx('utrecht-url-data', className),
2866
+ className: clsx('utrecht-url-data', className)
2867
+ }, {
2968
2868
  children: children
2969
2869
  }));
2970
2870
  });
@@ -2973,33 +2873,29 @@ URLData.displayName = 'URLData';
2973
2873
  var css_248z = "@charset \"UTF-8\";.utrecht-unordered-list,.utrecht-unordered-list--html-content ul{box-sizing:border-box;font-family:var(--utrecht-document-font-family,inherit);font-size:var(--utrecht-unordered-list-font-size,var(--utrecht-document-font-size,inherit));line-height:var(--utrecht-unordered-list-line-height,var(--utrecht-document-line-height,inherit));margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-unordered-list-margin-block-end, var(--utrecht-paragraph-margin-block-end, 0)));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-unordered-list-margin-block-start, var(--utrecht-paragraph-margin-block-start, 0)));padding-inline-start:var(--utrecht-unordered-list-padding-inline-start,2ch);text-align:start}.utrecht-unordered-list--center{inline-size:max-content;margin-inline-end:auto;margin-inline-start:auto;max-inline-size:100%}.utrecht-unordered-list--distanced{--utrecht-space-around:1}.utrecht-unordered-list--html-content ul,.utrecht-unordered-list--nested{margin-block-end:0;margin-inline-start:2ch}.utrecht-unordered-list--html-content ul>li,.utrecht-unordered-list--html-content>li,.utrecht-unordered-list__item{margin-block-end:var(--utrecht-unordered-list-item-margin-block-end);margin-block-start:var(--utrecht-unordered-list-item-margin-block-start);padding-inline-start:var(--utrecht-unordered-list-item-padding-inline-start,1ch)}.utrecht-unordered-list--html-content ul>li::marker,.utrecht-unordered-list--html-content>li::marker,.utrecht-unordered-list__item::marker,.utrecht-unordered-list__marker{color:var(--utrecht-unordered-list-marker-color);content:\"●\"}";
2974
2874
  styleInject(css_248z);
2975
2875
 
2976
- var _excluded$1 = ["children", "className"];
2977
- function ownKeys$1(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
2978
- function _objectSpread$1(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2979
- var UnorderedList = /*#__PURE__*/forwardRef(function (_ref, ref) {
2980
- var children = _ref.children,
2981
- className = _ref.className,
2982
- restProps = _objectWithoutProperties(_ref, _excluded$1);
2983
- return jsx("ul", _objectSpread$1(_objectSpread$1({
2876
+ var UnorderedList = /*#__PURE__*/forwardRef(function (_a, ref) {
2877
+ var children = _a.children,
2878
+ className = _a.className,
2879
+ restProps = __rest$1(_a, ["children", "className"]);
2880
+ return jsx("ul", Object.assign({
2984
2881
  role: "list"
2985
- }, restProps), {}, {
2882
+ }, restProps, {
2986
2883
  ref: ref,
2987
- className: clsx('utrecht-unordered-list', className),
2884
+ className: clsx('utrecht-unordered-list', className)
2885
+ }, {
2988
2886
  children: children
2989
2887
  }));
2990
2888
  });
2991
2889
  UnorderedList.displayName = 'UnorderedList';
2992
2890
 
2993
- var _excluded = ["children", "className"];
2994
- function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
2995
- function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2996
- var UnorderedListItem = /*#__PURE__*/forwardRef(function (_ref, ref) {
2997
- var children = _ref.children,
2998
- className = _ref.className,
2999
- restProps = _objectWithoutProperties(_ref, _excluded);
3000
- return jsx("li", _objectSpread(_objectSpread({}, restProps), {}, {
2891
+ var UnorderedListItem = /*#__PURE__*/forwardRef(function (_a, ref) {
2892
+ var children = _a.children,
2893
+ className = _a.className,
2894
+ restProps = __rest$1(_a, ["children", "className"]);
2895
+ return jsx("li", Object.assign({}, restProps, {
3001
2896
  ref: ref,
3002
- className: clsx('utrecht-unordered-list__item', className),
2897
+ className: clsx('utrecht-unordered-list__item', className)
2898
+ }, {
3003
2899
  children: children
3004
2900
  }));
3005
2901
  });