@utrecht/component-library-react 7.0.0 → 7.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +211 -0
- package/CONTRIBUTING.md +169 -0
- package/README.md +65 -76
- package/README.nl.md +82 -0
- package/TESTING.md +203 -0
- package/dist/.jest-test-results.json +1 -1
- package/dist/Blockquote.d.ts +4 -0
- package/dist/Blockquote.d.ts.map +1 -1
- package/dist/Checkbox.d.ts +1 -0
- package/dist/Checkbox.d.ts.map +1 -1
- package/dist/ColumnLayout.d.ts.map +1 -1
- package/dist/FormFieldCheckbox.d.ts +14 -0
- package/dist/FormFieldCheckbox.d.ts.map +1 -0
- package/dist/FormFieldTextarea.d.ts +14 -0
- package/dist/FormFieldTextarea.d.ts.map +1 -0
- package/dist/Logo.d.ts +5 -3
- package/dist/Logo.d.ts.map +1 -1
- package/dist/Paragraph.d.ts +9 -0
- package/dist/Paragraph.d.ts.map +1 -1
- package/dist/Textarea.d.ts +1 -0
- package/dist/Textarea.d.ts.map +1 -1
- package/dist/css-module/Blockquote.d.ts +4 -0
- package/dist/css-module/Blockquote.d.ts.map +1 -1
- package/dist/css-module/Checkbox.d.ts +1 -0
- package/dist/css-module/Checkbox.d.ts.map +1 -1
- package/dist/css-module/ColumnLayout.d.ts.map +1 -1
- package/dist/css-module/FormFieldCheckbox.d.ts +14 -0
- package/dist/css-module/FormFieldCheckbox.d.ts.map +1 -0
- package/dist/css-module/FormFieldTextarea.d.ts +14 -0
- package/dist/css-module/FormFieldTextarea.d.ts.map +1 -0
- package/dist/css-module/Logo.d.ts +5 -3
- package/dist/css-module/Logo.d.ts.map +1 -1
- package/dist/css-module/Paragraph.d.ts +9 -0
- package/dist/css-module/Paragraph.d.ts.map +1 -1
- package/dist/css-module/Textarea.d.ts +1 -0
- package/dist/css-module/Textarea.d.ts.map +1 -1
- package/dist/css-module/css-module/Accordion.d.ts +1 -0
- package/dist/css-module/css-module/Accordion.d.ts.map +1 -1
- package/dist/css-module/css-module/Button.d.ts +1 -1
- package/dist/css-module/css-module/Button.d.ts.map +1 -1
- package/dist/css-module/css-module/FormFieldCheckbox.d.ts +10 -0
- package/dist/css-module/css-module/FormFieldCheckbox.d.ts.map +1 -0
- package/dist/css-module/css-module/FormFieldTextarea.d.ts +10 -0
- package/dist/css-module/css-module/FormFieldTextarea.d.ts.map +1 -0
- package/dist/css-module/css-module/index.d.ts +6 -2
- package/dist/css-module/css-module/index.d.ts.map +1 -1
- package/dist/css-module/index.d.ts +4 -0
- package/dist/css-module/index.d.ts.map +1 -1
- package/dist/css-module/index.js +977 -692
- package/dist/css-module/index.js.map +1 -1
- package/dist/css-module/index.mjs +975 -692
- package/dist/css-module/index.mjs.map +1 -1
- package/dist/index.cjs.js +790 -566
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +4 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.esm.js +789 -567
- package/dist/index.esm.js.map +1 -1
- package/package.json +27 -26
- package/tsconfig.md +51 -0
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import
|
|
1
|
+
import _objectDestructuringEmpty from '@babel/runtime/helpers/objectDestructuringEmpty';
|
|
2
|
+
import _extends from '@babel/runtime/helpers/extends';
|
|
2
3
|
import _defineProperty from '@babel/runtime/helpers/defineProperty';
|
|
3
4
|
import _objectWithoutProperties from '@babel/runtime/helpers/objectWithoutProperties';
|
|
4
|
-
import { forwardRef, useId, useRef, useState, createElement, isValidElement, useImperativeHandle, useEffect } from 'react';
|
|
5
5
|
import { jsxs, jsx, Fragment } from 'react/jsx-runtime';
|
|
6
|
-
import _objectDestructuringEmpty from '@babel/runtime/helpers/objectDestructuringEmpty';
|
|
7
|
-
import _extends from '@babel/runtime/helpers/extends';
|
|
8
6
|
import clsx, { clsx as clsx$1 } from 'clsx';
|
|
7
|
+
import { forwardRef, useId, useRef, useState, createElement, isValidElement, useImperativeHandle, useEffect } from 'react';
|
|
8
|
+
import _slicedToArray from '@babel/runtime/helpers/slicedToArray';
|
|
9
9
|
|
|
10
|
-
function styleInject(css, ref) {
|
|
10
|
+
function styleInject$1(css, ref) {
|
|
11
11
|
if ( ref === void 0 ) ref = {};
|
|
12
12
|
var insertAt = ref.insertAt;
|
|
13
13
|
|
|
@@ -34,13 +34,43 @@ function styleInject(css, ref) {
|
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
|
|
37
|
-
var css_248z$
|
|
37
|
+
var css_248z$1h = ".utrecht-accordion{display:grid;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));row-gap:var(--utrecht-accordion-row-gap)}.utrecht-accordion__section{break-inside:avoid}.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{margin-block-end:0;margin-block-start:0}";
|
|
38
|
+
styleInject$1(css_248z$1h);
|
|
39
|
+
|
|
40
|
+
function styleInject(css, ref) {
|
|
41
|
+
if ( ref === void 0 ) ref = {};
|
|
42
|
+
var insertAt = ref.insertAt;
|
|
43
|
+
|
|
44
|
+
if (typeof document === 'undefined') { return; }
|
|
45
|
+
|
|
46
|
+
var head = document.head || document.getElementsByTagName('head')[0];
|
|
47
|
+
var style = document.createElement('style');
|
|
48
|
+
style.type = 'text/css';
|
|
49
|
+
|
|
50
|
+
if (insertAt === 'top') {
|
|
51
|
+
if (head.firstChild) {
|
|
52
|
+
head.insertBefore(style, head.firstChild);
|
|
53
|
+
} else {
|
|
54
|
+
head.appendChild(style);
|
|
55
|
+
}
|
|
56
|
+
} else {
|
|
57
|
+
head.appendChild(style);
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
if (style.styleSheet) {
|
|
61
|
+
style.styleSheet.cssText = css;
|
|
62
|
+
} else {
|
|
63
|
+
style.appendChild(document.createTextNode(css));
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
var css_248z$1g = ".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);column-gap:var(--utrecht-button-column-gap);cursor:var(--utrecht-action-activate-cursor,revert);display:inline-flex;font-family:var(--utrecht-button-font-family,var(--utrecht-document-font-family));font-size:var(--_utrecht-button-font-size,var(--utrecht-document-font-family,inherit));font-weight:var(--_utrecht-button-appearance-font-weight,var(--utrecht-button-font-weight));inline-size:var(--utrecht-button-inline-size,auto);justify-content:center;line-height:var(--_utrecht-button-line-height);max-inline-size:var(--utrecht-button-max-inline-size,fit-content);min-block-size:var(--utrecht-button-min-block-size,44px);min-inline-size:var(--utrecht-button-min-inline-size,44px);padding-block-end:var(--utrecht-button-padding-block-end);padding-block-start:var(--utrecht-button-padding-block-start);padding-inline-end:var(--utrecht-button-padding-inline-end);padding-inline-start:var(--utrecht-button-padding-inline-start);scale:1;text-transform:var(--utrecht-button-text-transform);-webkit-user-select:none;user-select:none}@media screen and (-ms-high-contrast:active),screen and (forced-colors:active){.utrecht-button{--_utrecht-button-disabled-border-color:GrayText;--_utrecht-button-disabled-color:GrayText;background-color:ButtonFace;border-color:buttonborder;color:ButtonText}}.utrecht-button--distanced{margin-block-end:var(--utrecht-button-margin-block-end);margin-block-start:var(--utrecht-button-margin-block-start);margin-inline-end:var(--utrecht-button-margin-inline-end);margin-inline-start:var(--utrecht-button-margin-inline-start)}.utrecht-button--submit{cursor:var(--utrecht-action-submit-cursor,revert)}.utrecht-button--busy{cursor:var(--utrecht-action-busy-cursor,wait)}.utrecht-button--pressed{background-color:var(--_utrecht-button-pressed-background-color);border-color:var(--_utrecht-button-pressed-border-color);color:var(--_utrecht-button-pressed-color)}.utrecht-button--disabled,.utrecht-button:disabled{background-color:var(--_utrecht-button-disabled-background-color);border-color:var(--_utrecht-button-disabled-border-color);color:var(--_utrecht-button-disabled-color);cursor:var(--utrecht-action-disabled-cursor,not-allowed)}.utrecht-button--focus-visible{--_utrecht-focus-ring-box-shadow:0 0 0 var(--utrecht-focus-outline-width,0) 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-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(:disabled,[aria-disabled=true],.utrecht-button--disabled){background-color:var(--_utrecht-button-focus-background-color);border-color:var(--_utrecht-button-focus-border-color);color:var(--_utrecht-button-focus-color);scale:var(--utrecht-button-focus-scale,1)}.utrecht-button--hover:not(:disabled,.utrecht-button--disabled),.utrecht-button:hover:not(:disabled,[aria-disabled=true],.utrecht-button--disabled){background-color:var(--_utrecht-button-hover-background-color);border-color:var(--_utrecht-button-hover-border-color);color:var(--_utrecht-button-hover-color);scale:var(--utrecht-button-hover-scale,1)}.utrecht-button--active,.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)}";
|
|
38
68
|
styleInject(css_248z$1g);
|
|
39
69
|
|
|
40
|
-
var _excluded$
|
|
41
|
-
function ownKeys$
|
|
42
|
-
function _objectSpread$
|
|
43
|
-
var Button = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
70
|
+
var _excluded$1x = ["appearance", "busy", "disabled", "children", "className", "hint", "icon", "label", "pressed", "type"];
|
|
71
|
+
function ownKeys$1y(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; }
|
|
72
|
+
function _objectSpread$1y(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1y(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1y(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
73
|
+
var Button$1 = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
44
74
|
var appearance = _ref.appearance,
|
|
45
75
|
busy = _ref.busy,
|
|
46
76
|
disabled = _ref.disabled,
|
|
@@ -51,8 +81,8 @@ var Button = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
51
81
|
label = _ref.label,
|
|
52
82
|
pressed = _ref.pressed,
|
|
53
83
|
type = _ref.type,
|
|
54
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
55
|
-
return jsxs("button", _objectSpread$
|
|
84
|
+
restProps = _objectWithoutProperties(_ref, _excluded$1x);
|
|
85
|
+
return jsxs("button", _objectSpread$1y(_objectSpread$1y({
|
|
56
86
|
ref: ref,
|
|
57
87
|
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),
|
|
58
88
|
"aria-busy": busy || undefined,
|
|
@@ -66,38 +96,69 @@ var Button = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
66
96
|
}), children]
|
|
67
97
|
}));
|
|
68
98
|
});
|
|
69
|
-
Button.displayName = 'Button';
|
|
99
|
+
Button$1.displayName = 'Button';
|
|
70
100
|
var PrimaryActionButton = function PrimaryActionButton(_ref2) {
|
|
71
101
|
var args = _extends({}, (_objectDestructuringEmpty(_ref2), _ref2));
|
|
72
|
-
return jsx(Button, _objectSpread$
|
|
102
|
+
return jsx(Button$1, _objectSpread$1y(_objectSpread$1y({}, args), {}, {
|
|
73
103
|
appearance: "primary-action-button"
|
|
74
104
|
}));
|
|
75
105
|
};
|
|
76
106
|
PrimaryActionButton.displayName = 'PrimaryActionButton';
|
|
77
107
|
var SecondaryActionButton = function SecondaryActionButton(_ref3) {
|
|
78
108
|
var args = _extends({}, (_objectDestructuringEmpty(_ref3), _ref3));
|
|
79
|
-
return jsx(Button, _objectSpread$
|
|
109
|
+
return jsx(Button$1, _objectSpread$1y(_objectSpread$1y({}, args), {}, {
|
|
80
110
|
appearance: "secondary-action-button"
|
|
81
111
|
}));
|
|
82
112
|
};
|
|
83
113
|
SecondaryActionButton.displayName = 'SecondaryActionButton';
|
|
84
114
|
var SubtleButton = function SubtleButton(_ref4) {
|
|
85
115
|
var args = _extends({}, (_objectDestructuringEmpty(_ref4), _ref4));
|
|
86
|
-
return jsx(Button, _objectSpread$
|
|
116
|
+
return jsx(Button$1, _objectSpread$1y(_objectSpread$1y({}, args), {}, {
|
|
87
117
|
appearance: "subtle-button"
|
|
88
118
|
}));
|
|
89
119
|
};
|
|
90
120
|
SubtleButton.displayName = 'SubtleButton';
|
|
91
121
|
|
|
92
|
-
var _excluded$
|
|
93
|
-
function ownKeys$
|
|
94
|
-
function _objectSpread$
|
|
122
|
+
var _excluded$1w = ["appearance", "busy", "disabled", "children", "className", "hint", "icon", "label", "pressed", "type"];
|
|
123
|
+
function ownKeys$1x(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; }
|
|
124
|
+
function _objectSpread$1x(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1x(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1x(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
125
|
+
var Button = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
126
|
+
var appearance = _ref.appearance,
|
|
127
|
+
busy = _ref.busy,
|
|
128
|
+
disabled = _ref.disabled,
|
|
129
|
+
children = _ref.children,
|
|
130
|
+
className = _ref.className,
|
|
131
|
+
hint = _ref.hint,
|
|
132
|
+
icon = _ref.icon,
|
|
133
|
+
label = _ref.label,
|
|
134
|
+
pressed = _ref.pressed,
|
|
135
|
+
type = _ref.type,
|
|
136
|
+
restProps = _objectWithoutProperties(_ref, _excluded$1w);
|
|
137
|
+
return jsxs("button", _objectSpread$1x(_objectSpread$1x({
|
|
138
|
+
ref: ref,
|
|
139
|
+
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),
|
|
140
|
+
"aria-busy": busy || undefined,
|
|
141
|
+
"aria-pressed": typeof pressed === 'boolean' ? pressed : undefined,
|
|
142
|
+
disabled: disabled,
|
|
143
|
+
type: type || 'button'
|
|
144
|
+
}, restProps), {}, {
|
|
145
|
+
children: [icon, label && jsx("span", {
|
|
146
|
+
className: "utrecht-button__label",
|
|
147
|
+
children: label
|
|
148
|
+
}), children]
|
|
149
|
+
}));
|
|
150
|
+
});
|
|
151
|
+
Button.displayName = 'Button';
|
|
152
|
+
|
|
153
|
+
var _excluded$1v = ["level", "className"];
|
|
154
|
+
function ownKeys$1w(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; }
|
|
155
|
+
function _objectSpread$1w(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1w(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1w(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
95
156
|
var HTMLHeading = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
96
157
|
var level = _ref.level,
|
|
97
158
|
className = _ref.className,
|
|
98
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
159
|
+
restProps = _objectWithoutProperties(_ref, _excluded$1v);
|
|
99
160
|
var HeadingX = level === 1 ? 'h1' : level === 2 ? 'h2' : level === 3 ? 'h3' : level === 4 ? 'h4' : level === 5 ? 'h5' : level === 6 ? 'h6' : 'p';
|
|
100
|
-
return jsx(HeadingX, _objectSpread$
|
|
161
|
+
return jsx(HeadingX, _objectSpread$1w(_objectSpread$1w({
|
|
101
162
|
className: clsx(className)
|
|
102
163
|
}, restProps), {}, {
|
|
103
164
|
ref: ref
|
|
@@ -105,18 +166,18 @@ var HTMLHeading = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
105
166
|
});
|
|
106
167
|
HTMLHeading.displayName = 'HTMLHeading';
|
|
107
168
|
|
|
108
|
-
var _excluded$
|
|
109
|
-
function ownKeys$
|
|
110
|
-
function _objectSpread$
|
|
169
|
+
var _excluded$1u = ["appearance", "className", "level"];
|
|
170
|
+
function ownKeys$1v(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; }
|
|
171
|
+
function _objectSpread$1v(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1v(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1v(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
111
172
|
var Heading = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
112
173
|
var appearance = _ref.appearance,
|
|
113
174
|
className = _ref.className,
|
|
114
175
|
level = _ref.level,
|
|
115
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
176
|
+
restProps = _objectWithoutProperties(_ref, _excluded$1u);
|
|
116
177
|
var appearances = ['utrecht-heading-1', 'utrecht-heading-2', 'utrecht-heading-3', 'utrecht-heading-4', 'utrecht-heading-5', 'utrecht-heading-6'];
|
|
117
178
|
var HeadingX = level === 2 ? 'h2' : level === 3 ? 'h3' : level === 4 ? 'h4' : level === 5 ? 'h5' : level === 6 ? 'h6' : 'h1';
|
|
118
179
|
var headingClassName = appearance && appearances.indexOf(appearance) !== -1 ? appearance : appearances[level - 1] || 'utrecht-heading-1';
|
|
119
|
-
return jsx(HeadingX, _objectSpread$
|
|
180
|
+
return jsx(HeadingX, _objectSpread$1v(_objectSpread$1v({
|
|
120
181
|
className: clsx(headingClassName, className)
|
|
121
182
|
}, restProps), {}, {
|
|
122
183
|
ref: ref
|
|
@@ -124,10 +185,10 @@ var Heading = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
124
185
|
});
|
|
125
186
|
Heading.displayName = 'Heading';
|
|
126
187
|
|
|
127
|
-
var _excluded$
|
|
188
|
+
var _excluded$1t = ["id", "label", "className", "headingLevel", "expanded", "disabled", "section", "children", "buttonRef", "onActivate", "onButtonBlur", "onButtonFocus", "icon", "appearance"],
|
|
128
189
|
_excluded2$a = ["children", "group", "headingLevel", "heading"];
|
|
129
|
-
function ownKeys$
|
|
130
|
-
function _objectSpread$
|
|
190
|
+
function ownKeys$1u(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; }
|
|
191
|
+
function _objectSpread$1u(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1u(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1u(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
131
192
|
var IconChevronDown = function IconChevronDown() {
|
|
132
193
|
return jsxs("svg", {
|
|
133
194
|
id: "Layer_1",
|
|
@@ -203,7 +264,7 @@ var AccordionSection = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
203
264
|
onButtonFocus = _ref.onButtonFocus,
|
|
204
265
|
icon = _ref.icon,
|
|
205
266
|
appearance = _ref.appearance,
|
|
206
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
267
|
+
props = _objectWithoutProperties(_ref, _excluded$1t);
|
|
207
268
|
var panelAttributes = {
|
|
208
269
|
className: clsx('utrecht-accordion__panel', {
|
|
209
270
|
'utrecht-accordion__panel--expanded': expanded
|
|
@@ -227,7 +288,7 @@ var AccordionSection = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
227
288
|
// content of the landmark to be the actual content, instead of starting
|
|
228
289
|
// with the button that controls the region.
|
|
229
290
|
// - we only want expanded sections to show up as landmarks
|
|
230
|
-
return jsxs("div", _objectSpread$
|
|
291
|
+
return jsxs("div", _objectSpread$1u(_objectSpread$1u({
|
|
231
292
|
className: clsx('utrecht-accordion__section', className),
|
|
232
293
|
id: id,
|
|
233
294
|
ref: ref
|
|
@@ -260,12 +321,12 @@ var AccordionSection = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
260
321
|
children: label
|
|
261
322
|
})]
|
|
262
323
|
})
|
|
263
|
-
}), section ? jsx("section", _objectSpread$
|
|
324
|
+
}), section ? jsx("section", _objectSpread$1u(_objectSpread$1u({
|
|
264
325
|
id: panelId,
|
|
265
326
|
"aria-labelledby": buttonId
|
|
266
327
|
}, panelAttributes), {}, {
|
|
267
328
|
children: children
|
|
268
|
-
})) : jsx("div", _objectSpread$
|
|
329
|
+
})) : jsx("div", _objectSpread$1u(_objectSpread$1u({
|
|
269
330
|
id: panelId
|
|
270
331
|
}, panelAttributes), {}, {
|
|
271
332
|
children: children
|
|
@@ -284,7 +345,7 @@ var Accordion = /*#__PURE__*/forwardRef(function (_ref2, ref) {
|
|
|
284
345
|
children: [!!heading && typeof headingLevel === 'number' && jsx(Heading, {
|
|
285
346
|
level: headingLevel,
|
|
286
347
|
children: heading
|
|
287
|
-
}), jsx("div", _objectSpread$
|
|
348
|
+
}), jsx("div", _objectSpread$1u(_objectSpread$1u({
|
|
288
349
|
className: clsx('utrecht-accordion'),
|
|
289
350
|
role: group ? 'group' : undefined,
|
|
290
351
|
"aria-labelledby": group ? headingId : undefined
|
|
@@ -397,7 +458,7 @@ var AccordionProvider = function AccordionProvider(_ref4) {
|
|
|
397
458
|
// const activatedSection = activatedIndex >= 0 ? sections[index] : undefined;
|
|
398
459
|
setSectionsState(sectionsState.map(function (section, index) {
|
|
399
460
|
if (index === activatedIndex) {
|
|
400
|
-
return _objectSpread$
|
|
461
|
+
return _objectSpread$1u(_objectSpread$1u({}, section), {}, {
|
|
401
462
|
expanded: !section.expanded
|
|
402
463
|
});
|
|
403
464
|
} else {
|
|
@@ -405,7 +466,7 @@ var AccordionProvider = function AccordionProvider(_ref4) {
|
|
|
405
466
|
}
|
|
406
467
|
}));
|
|
407
468
|
};
|
|
408
|
-
return /*#__PURE__*/createElement(AccordionSection, _objectSpread$
|
|
469
|
+
return /*#__PURE__*/createElement(AccordionSection, _objectSpread$1u(_objectSpread$1u({
|
|
409
470
|
headingLevel: sectionHeadingLevel
|
|
410
471
|
}, section), {}, {
|
|
411
472
|
icon: icon,
|
|
@@ -423,18 +484,18 @@ var AccordionProvider = function AccordionProvider(_ref4) {
|
|
|
423
484
|
AccordionProvider.displayName = 'AccordionProvider';
|
|
424
485
|
|
|
425
486
|
var css_248z$1f = ".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)}";
|
|
426
|
-
styleInject(css_248z$1f);
|
|
487
|
+
styleInject$1(css_248z$1f);
|
|
427
488
|
|
|
428
|
-
var _excluded$
|
|
429
|
-
function ownKeys$
|
|
430
|
-
function _objectSpread$
|
|
489
|
+
var _excluded$1s = ["children", "className", "icon", "type"];
|
|
490
|
+
function ownKeys$1t(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; }
|
|
491
|
+
function _objectSpread$1t(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1t(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1t(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
431
492
|
var Alert = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
432
493
|
var children = _ref.children,
|
|
433
494
|
className = _ref.className,
|
|
434
495
|
icon = _ref.icon,
|
|
435
496
|
type = _ref.type,
|
|
436
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
437
|
-
return jsxs("div", _objectSpread$
|
|
497
|
+
restProps = _objectWithoutProperties(_ref, _excluded$1s);
|
|
498
|
+
return jsxs("div", _objectSpread$1t(_objectSpread$1t({}, restProps), {}, {
|
|
438
499
|
ref: ref,
|
|
439
500
|
className: clsx('utrecht-alert', {
|
|
440
501
|
'utrecht-alert--error': type === 'error',
|
|
@@ -458,18 +519,18 @@ var Alert = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
458
519
|
Alert.displayName = 'Alert';
|
|
459
520
|
|
|
460
521
|
var css_248z$1e = ".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)}";
|
|
461
|
-
styleInject(css_248z$1e);
|
|
522
|
+
styleInject$1(css_248z$1e);
|
|
462
523
|
|
|
463
|
-
var _excluded$
|
|
464
|
-
function ownKeys$
|
|
465
|
-
function _objectSpread$
|
|
524
|
+
var _excluded$1r = ["children", "className", "icon", "type"];
|
|
525
|
+
function ownKeys$1s(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; }
|
|
526
|
+
function _objectSpread$1s(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1s(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1s(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
466
527
|
var AlertDialog = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
467
528
|
var children = _ref.children,
|
|
468
529
|
className = _ref.className,
|
|
469
530
|
icon = _ref.icon,
|
|
470
531
|
type = _ref.type,
|
|
471
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
472
|
-
return jsxs("dialog", _objectSpread$
|
|
532
|
+
restProps = _objectWithoutProperties(_ref, _excluded$1r);
|
|
533
|
+
return jsxs("dialog", _objectSpread$1s(_objectSpread$1s({}, restProps), {}, {
|
|
473
534
|
ref: ref,
|
|
474
535
|
className: clsx('utrecht-alert-dialog', {
|
|
475
536
|
'utrecht-alert-dialog--error': type === 'error',
|
|
@@ -489,16 +550,16 @@ var AlertDialog = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
489
550
|
AlertDialog.displayName = 'AlertDialog';
|
|
490
551
|
|
|
491
552
|
var css_248z$1d = ".utrecht-article{max-inline-size:var(--utrecht-article-max-inline-size)}";
|
|
492
|
-
styleInject(css_248z$1d);
|
|
553
|
+
styleInject$1(css_248z$1d);
|
|
493
554
|
|
|
494
|
-
var _excluded$
|
|
495
|
-
function ownKeys$
|
|
496
|
-
function _objectSpread$
|
|
555
|
+
var _excluded$1q = ["children", "className"];
|
|
556
|
+
function ownKeys$1r(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; }
|
|
557
|
+
function _objectSpread$1r(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1r(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1r(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
497
558
|
var Article = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
498
559
|
var children = _ref.children,
|
|
499
560
|
className = _ref.className,
|
|
500
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
501
|
-
return jsx("article", _objectSpread$
|
|
561
|
+
restProps = _objectWithoutProperties(_ref, _excluded$1q);
|
|
562
|
+
return jsx("article", _objectSpread$1r(_objectSpread$1r({}, restProps), {}, {
|
|
502
563
|
ref: ref,
|
|
503
564
|
className: clsx('utrecht-article', className),
|
|
504
565
|
children: children
|
|
@@ -507,16 +568,16 @@ var Article = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
507
568
|
Article.displayName = 'Article';
|
|
508
569
|
|
|
509
570
|
var css_248z$1c = ".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}";
|
|
510
|
-
styleInject(css_248z$1c);
|
|
571
|
+
styleInject$1(css_248z$1c);
|
|
511
572
|
|
|
512
|
-
var _excluded$
|
|
513
|
-
function ownKeys$
|
|
514
|
-
function _objectSpread$
|
|
573
|
+
var _excluded$1p = ["children", "className"];
|
|
574
|
+
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; }
|
|
575
|
+
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; }
|
|
515
576
|
var Backdrop = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
516
577
|
var children = _ref.children,
|
|
517
578
|
className = _ref.className,
|
|
518
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
519
|
-
return jsx("div", _objectSpread$
|
|
579
|
+
restProps = _objectWithoutProperties(_ref, _excluded$1p);
|
|
580
|
+
return jsx("div", _objectSpread$1q(_objectSpread$1q({}, restProps), {}, {
|
|
520
581
|
ref: ref,
|
|
521
582
|
className: clsx('utrecht-backdrop', className),
|
|
522
583
|
children: children
|
|
@@ -525,40 +586,40 @@ var Backdrop = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
525
586
|
Backdrop.displayName = 'Backdrop';
|
|
526
587
|
|
|
527
588
|
var css_248z$1b = ".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}}";
|
|
528
|
-
styleInject(css_248z$1b);
|
|
589
|
+
styleInject$1(css_248z$1b);
|
|
529
590
|
|
|
530
|
-
var _excluded$
|
|
531
|
-
function ownKeys$
|
|
532
|
-
function _objectSpread$
|
|
591
|
+
var _excluded$1o = ["children", "className", "value"];
|
|
592
|
+
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; }
|
|
593
|
+
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; }
|
|
533
594
|
var BadgeCounter = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
534
595
|
var children = _ref.children,
|
|
535
596
|
className = _ref.className,
|
|
536
597
|
value = _ref.value,
|
|
537
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
538
|
-
var props = _objectSpread$
|
|
598
|
+
restProps = _objectWithoutProperties(_ref, _excluded$1o);
|
|
599
|
+
var props = _objectSpread$1p({
|
|
539
600
|
children: children,
|
|
540
601
|
className: clsx('utrecht-badge-counter', className)
|
|
541
602
|
}, restProps);
|
|
542
|
-
return typeof value !== 'undefined' ? jsx("data", _objectSpread$
|
|
603
|
+
return typeof value !== 'undefined' ? jsx("data", _objectSpread$1p(_objectSpread$1p({}, props), {}, {
|
|
543
604
|
value: value,
|
|
544
605
|
ref: ref
|
|
545
|
-
})) : jsx("span", _objectSpread$
|
|
606
|
+
})) : jsx("span", _objectSpread$1p(_objectSpread$1p({}, props), {}, {
|
|
546
607
|
ref: ref
|
|
547
608
|
}));
|
|
548
609
|
});
|
|
549
610
|
BadgeCounter.displayName = 'BadgeCounter';
|
|
550
611
|
|
|
551
612
|
var css_248z$1a = ".utrecht-badge-list{column-gap:var(--utrecht-badge-list-column-gap);display:flex;flex-wrap:wrap;row-gap:var(--utrecht-badge-list-row-gap)}";
|
|
552
|
-
styleInject(css_248z$1a);
|
|
613
|
+
styleInject$1(css_248z$1a);
|
|
553
614
|
|
|
554
|
-
var _excluded$
|
|
555
|
-
function ownKeys$
|
|
556
|
-
function _objectSpread$
|
|
615
|
+
var _excluded$1n = ["children", "className"];
|
|
616
|
+
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; }
|
|
617
|
+
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; }
|
|
557
618
|
var BadgeList = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
558
619
|
var children = _ref.children,
|
|
559
620
|
className = _ref.className,
|
|
560
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
561
|
-
return jsx("div", _objectSpread$
|
|
621
|
+
restProps = _objectWithoutProperties(_ref, _excluded$1n);
|
|
622
|
+
return jsx("div", _objectSpread$1o(_objectSpread$1o({}, restProps), {}, {
|
|
562
623
|
ref: ref,
|
|
563
624
|
className: clsx('utrecht-badge-list', className),
|
|
564
625
|
children: children
|
|
@@ -566,34 +627,76 @@ var BadgeList = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
566
627
|
});
|
|
567
628
|
BadgeList.displayName = 'BadgeList';
|
|
568
629
|
|
|
569
|
-
var css_248z$19 = ".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-
|
|
570
|
-
styleInject(css_248z$19);
|
|
630
|
+
var css_248z$19 = ".utrecht-blockquote{background-color:var(--utrecht-blockquote-background-color);border-color:var(--utrecht-blockquote-border-color);border-radius:var(--utrecht-blockquote-border-radius,0);border-style:solid;border-width:var(--utrecht-blockquote-border-width,0);border-inline-start-width:var(--utrecht-blockquote-border-inline-start-width,var(--utrecht-blockquote-border-width,0));color:var(--utrecht-blockquote-color);display:flex;flex-direction:column;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);row-gap:var(--utrecht-blockquote-row-gap,0)}.utrecht-blockquote__attribution,.utrecht-blockquote__caption{color:var(--utrecht-blockquote-caption-color,inherit);font-size:var(--utrecht-blockquote-caption-font-size,inherit)}.utrecht-blockquote__figure{display:flex;flex-direction:column;margin-block-end:0;margin-block-start:0;margin-inline-end:0;margin-inline-start:0;row-gap:var(--utrecht-blockquote-row-gap,0)}.utrecht-blockquote__content,.utrecht-blockquote__quote{--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}.utrecht-blockquote--html-blockquote{--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)}";
|
|
631
|
+
styleInject$1(css_248z$19);
|
|
571
632
|
|
|
572
|
-
var _excluded$
|
|
573
|
-
function ownKeys$
|
|
574
|
-
function _objectSpread$
|
|
633
|
+
var _excluded$1m = ["aside", "attribution", "className", "children", "cite", "figure", "caption", "lang"];
|
|
634
|
+
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; }
|
|
635
|
+
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; }
|
|
575
636
|
var Blockquote = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
576
|
-
var
|
|
577
|
-
className = _ref.className,
|
|
637
|
+
var aside = _ref.aside,
|
|
578
638
|
attribution = _ref.attribution,
|
|
579
|
-
|
|
580
|
-
|
|
639
|
+
className = _ref.className,
|
|
640
|
+
children = _ref.children,
|
|
641
|
+
cite = _ref.cite,
|
|
642
|
+
figure = _ref.figure,
|
|
643
|
+
caption = _ref.caption,
|
|
644
|
+
lang = _ref.lang,
|
|
645
|
+
restProps = _objectWithoutProperties(_ref, _excluded$1m);
|
|
646
|
+
var quote = children;
|
|
647
|
+
var captionElement = caption || attribution ? jsx("figcaption", {
|
|
648
|
+
className: "utrecht-blockquote__caption",
|
|
649
|
+
children: caption || attribution
|
|
650
|
+
}) : null;
|
|
651
|
+
var blockquoteAttrs = {
|
|
652
|
+
cite: cite,
|
|
653
|
+
lang: lang
|
|
654
|
+
};
|
|
655
|
+
return aside && (figure || captionElement) ? jsx("aside", _objectSpread$1n(_objectSpread$1n({
|
|
656
|
+
className: clsx('utrecht-blockquote', className)
|
|
657
|
+
}, restProps), {}, {
|
|
658
|
+
children: jsxs("figure", {
|
|
659
|
+
className: clsx('utrecht-blockquote__figure'),
|
|
660
|
+
children: [jsx("blockquote", _objectSpread$1n(_objectSpread$1n({
|
|
661
|
+
className: "utrecht-blockquote__quote"
|
|
662
|
+
}, blockquoteAttrs), {}, {
|
|
663
|
+
ref: ref,
|
|
664
|
+
children: quote
|
|
665
|
+
})), captionElement]
|
|
666
|
+
})
|
|
667
|
+
})) : aside ? jsx("aside", _objectSpread$1n(_objectSpread$1n({
|
|
668
|
+
className: clsx('utrecht-blockquote', className)
|
|
669
|
+
}, restProps), {}, {
|
|
670
|
+
children: jsx("blockquote", _objectSpread$1n(_objectSpread$1n({
|
|
671
|
+
className: "utrecht-blockquote__quote"
|
|
672
|
+
}, blockquoteAttrs), {}, {
|
|
673
|
+
ref: ref,
|
|
674
|
+
children: quote
|
|
675
|
+
}))
|
|
676
|
+
})) : figure || captionElement ? jsxs("figure", _objectSpread$1n(_objectSpread$1n({
|
|
677
|
+
className: clsx('utrecht-blockquote', className)
|
|
678
|
+
}, restProps), {}, {
|
|
679
|
+
children: [jsx("blockquote", _objectSpread$1n(_objectSpread$1n({
|
|
680
|
+
className: "utrecht-blockquote__quote"
|
|
681
|
+
}, blockquoteAttrs), {}, {
|
|
682
|
+
ref: ref,
|
|
683
|
+
children: quote
|
|
684
|
+
})), captionElement]
|
|
685
|
+
})) : jsx("blockquote", _objectSpread$1n(_objectSpread$1n(_objectSpread$1n({
|
|
686
|
+
className: clsx('utrecht-blockquote', 'utrecht-blockquote--html-blockquote', className)
|
|
687
|
+
}, blockquoteAttrs), restProps), {}, {
|
|
581
688
|
ref: ref,
|
|
582
|
-
|
|
583
|
-
children: [children, attribution && jsx("div", {
|
|
584
|
-
className: "utrecht-blockquote__attribution",
|
|
585
|
-
children: attribution
|
|
586
|
-
})]
|
|
689
|
+
children: quote
|
|
587
690
|
}));
|
|
588
691
|
});
|
|
589
692
|
Blockquote.displayName = 'Blockquote';
|
|
590
693
|
|
|
591
694
|
var css_248z$18 = ".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-active-color:var(\n --utrecht-breadcrumb-nav-link-active-color,var(--utrecht-breadcrumb-nav-link-color)\n );--utrecht-link-active-text-decoration:var(\n --utrecht-breadcrumb-nav-link-focus-text-decoration,var(--utrecht-breadcrumb-nav-link-text-decoration)\n );--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);line-height:var(--utrecht-breadcrumb-nav-line-height);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)}";
|
|
592
|
-
styleInject(css_248z$18);
|
|
695
|
+
styleInject$1(css_248z$18);
|
|
593
696
|
|
|
594
|
-
var _excluded$
|
|
595
|
-
function ownKeys$
|
|
596
|
-
function _objectSpread$
|
|
697
|
+
var _excluded$1l = ["boxContent", "children", "className", "external", "href", "placeholder", "role"];
|
|
698
|
+
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; }
|
|
699
|
+
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; }
|
|
597
700
|
var Link = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
598
701
|
var boxContent = _ref.boxContent,
|
|
599
702
|
children = _ref.children,
|
|
@@ -602,13 +705,13 @@ var Link = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
602
705
|
href = _ref.href,
|
|
603
706
|
placeholder = _ref.placeholder,
|
|
604
707
|
role = _ref.role,
|
|
605
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
708
|
+
restProps = _objectWithoutProperties(_ref, _excluded$1l);
|
|
606
709
|
return (
|
|
607
710
|
// "utrecht-link--telephone" does not have a corresponding API,
|
|
608
711
|
// since it is primarily a basis for implementing input[href^="tel"].
|
|
609
712
|
// Telephone number rendering in React is best achieved using composition
|
|
610
713
|
// of the TelephoneValue component.
|
|
611
|
-
jsx("a", _objectSpread$
|
|
714
|
+
jsx("a", _objectSpread$1m(_objectSpread$1m({
|
|
612
715
|
href: placeholder ? undefined : href,
|
|
613
716
|
ref: ref,
|
|
614
717
|
role: role || (placeholder ? 'link' : undefined),
|
|
@@ -626,12 +729,12 @@ var Link = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
626
729
|
});
|
|
627
730
|
Link.displayName = 'Link';
|
|
628
731
|
|
|
629
|
-
var _excluded$
|
|
732
|
+
var _excluded$1k = ["appearance", "children", "className", "headingLevel", "label"],
|
|
630
733
|
_excluded2$9 = ["className", "children"],
|
|
631
734
|
_excluded3$4 = ["className", "children"],
|
|
632
735
|
_excluded4$2 = ["children", "disabled", "current", "href", "index", "rel", "role", "Link", "className"];
|
|
633
|
-
function ownKeys$
|
|
634
|
-
function _objectSpread$
|
|
736
|
+
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; }
|
|
737
|
+
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; }
|
|
635
738
|
var useMicrodataItem = function useMicrodataItem(_ref) {
|
|
636
739
|
var prop = _ref.prop,
|
|
637
740
|
type = _ref.type;
|
|
@@ -653,9 +756,9 @@ var BreadcrumbNav = /*#__PURE__*/forwardRef(function (_ref2, ref) {
|
|
|
653
756
|
_ref2$headingLevel = _ref2.headingLevel,
|
|
654
757
|
headingLevel = _ref2$headingLevel === void 0 ? 2 : _ref2$headingLevel,
|
|
655
758
|
label = _ref2.label,
|
|
656
|
-
restProps = _objectWithoutProperties(_ref2, _excluded$
|
|
759
|
+
restProps = _objectWithoutProperties(_ref2, _excluded$1k);
|
|
657
760
|
var headingId = label ? useId() : undefined;
|
|
658
|
-
return jsxs("nav", _objectSpread$
|
|
761
|
+
return jsxs("nav", _objectSpread$1l(_objectSpread$1l({}, restProps), {}, {
|
|
659
762
|
ref: ref,
|
|
660
763
|
className: clsx('utrecht-breadcrumb-nav', 'utrecht-breadcrumb-nav--html-ol', {
|
|
661
764
|
'utrecht-breadcrumb-nav--arrows': appearance === 'arrows'
|
|
@@ -667,7 +770,7 @@ var BreadcrumbNav = /*#__PURE__*/forwardRef(function (_ref2, ref) {
|
|
|
667
770
|
level: headingLevel,
|
|
668
771
|
"aria-hidden": "true",
|
|
669
772
|
children: label
|
|
670
|
-
}), jsx("ol", _objectSpread$
|
|
773
|
+
}), jsx("ol", _objectSpread$1l(_objectSpread$1l({
|
|
671
774
|
className: "utrecht-breadcrumb-nav__list utrecht-breadcrumb-nav__list--html-ol"
|
|
672
775
|
}, useMicrodataItem({
|
|
673
776
|
type: 'https://schema.org/BreadcrumbList'
|
|
@@ -681,7 +784,7 @@ var BreadcrumbNavItem = /*#__PURE__*/forwardRef(function (_ref3, ref) {
|
|
|
681
784
|
var className = _ref3.className,
|
|
682
785
|
children = _ref3.children,
|
|
683
786
|
restProps = _objectWithoutProperties(_ref3, _excluded2$9);
|
|
684
|
-
return jsx("li", _objectSpread$
|
|
787
|
+
return jsx("li", _objectSpread$1l(_objectSpread$1l(_objectSpread$1l({
|
|
685
788
|
className: clsx('utrecht-breadcrumb-nav__item', className)
|
|
686
789
|
}, useMicrodataItem({
|
|
687
790
|
type: 'https://schema.org/ListItem',
|
|
@@ -697,7 +800,7 @@ var BreadcrumbNavSeparator = /*#__PURE__*/forwardRef(function (_ref4, ref) {
|
|
|
697
800
|
var className = _ref4.className,
|
|
698
801
|
children = _ref4.children,
|
|
699
802
|
restProps = _objectWithoutProperties(_ref4, _excluded3$4);
|
|
700
|
-
return jsx("li", _objectSpread$
|
|
803
|
+
return jsx("li", _objectSpread$1l(_objectSpread$1l({
|
|
701
804
|
"aria-hidden": "true",
|
|
702
805
|
hidden: true,
|
|
703
806
|
style: {
|
|
@@ -725,7 +828,7 @@ var BreadcrumbNavLink = /*#__PURE__*/forwardRef(function (_ref5, ref) {
|
|
|
725
828
|
var DefaultLinkComponent = Link$1;
|
|
726
829
|
var LinkComponent = Link$1 || DefaultLinkComponent;
|
|
727
830
|
return jsx(BreadcrumbNavItem, {
|
|
728
|
-
children: jsxs(LinkComponent, _objectSpread$
|
|
831
|
+
children: jsxs(LinkComponent, _objectSpread$1l(_objectSpread$1l(_objectSpread$1l({
|
|
729
832
|
className: clsx('utrecht-breadcrumb-nav__link', className, {
|
|
730
833
|
'utrecht-breadcrumb-nav__link--current': current,
|
|
731
834
|
'utrecht-breadcrumb-nav__link--disabled': disabled
|
|
@@ -737,11 +840,11 @@ var BreadcrumbNavLink = /*#__PURE__*/forwardRef(function (_ref5, ref) {
|
|
|
737
840
|
"aria-disabled": disabled ? 'true' : undefined
|
|
738
841
|
}, useMicrodataProp('item')), restProps), {}, {
|
|
739
842
|
ref: ref,
|
|
740
|
-
children: [jsx("span", _objectSpread$
|
|
843
|
+
children: [jsx("span", _objectSpread$1l(_objectSpread$1l({
|
|
741
844
|
className: "utrecht-breadcrumb-nav__text"
|
|
742
845
|
}, useMicrodataProp('name')), {}, {
|
|
743
846
|
children: children
|
|
744
|
-
})), typeof index === 'number' ? jsx("meta", _objectSpread$
|
|
847
|
+
})), typeof index === 'number' ? jsx("meta", _objectSpread$1l(_objectSpread$1l({}, useMicrodataProp('position')), {}, {
|
|
745
848
|
content: String(index + 1)
|
|
746
849
|
})) : null]
|
|
747
850
|
}))
|
|
@@ -750,11 +853,11 @@ var BreadcrumbNavLink = /*#__PURE__*/forwardRef(function (_ref5, ref) {
|
|
|
750
853
|
BreadcrumbNavLink.displayName = 'BreadcrumbNavLink';
|
|
751
854
|
|
|
752
855
|
var css_248z$17 = ".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)}";
|
|
753
|
-
styleInject(css_248z$17);
|
|
856
|
+
styleInject$1(css_248z$17);
|
|
754
857
|
|
|
755
|
-
var _excluded$
|
|
756
|
-
function ownKeys$
|
|
757
|
-
function _objectSpread$
|
|
858
|
+
var _excluded$1j = ["children", "className", "direction"];
|
|
859
|
+
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; }
|
|
860
|
+
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; }
|
|
758
861
|
var hasManyElements = function hasManyElements(children) {
|
|
759
862
|
return Array.isArray(children) && children.reduce(function (count, item) {
|
|
760
863
|
return /*#__PURE__*/isValidElement(item) ? count + 1 : count;
|
|
@@ -764,8 +867,8 @@ var ButtonGroup = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
764
867
|
var children = _ref.children,
|
|
765
868
|
className = _ref.className,
|
|
766
869
|
direction = _ref.direction,
|
|
767
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
768
|
-
return jsx("p", _objectSpread$
|
|
870
|
+
restProps = _objectWithoutProperties(_ref, _excluded$1j);
|
|
871
|
+
return jsx("p", _objectSpread$1k(_objectSpread$1k({
|
|
769
872
|
role: hasManyElements(children) ? 'group' : undefined
|
|
770
873
|
}, restProps), {}, {
|
|
771
874
|
ref: ref,
|
|
@@ -779,11 +882,11 @@ var ButtonGroup = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
779
882
|
ButtonGroup.displayName = 'ButtonGroup';
|
|
780
883
|
|
|
781
884
|
var css_248z$16 = ".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);column-gap:var(--utrecht-button-column-gap);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));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)}";
|
|
782
|
-
styleInject(css_248z$16);
|
|
885
|
+
styleInject$1(css_248z$16);
|
|
783
886
|
|
|
784
|
-
var _excluded$
|
|
785
|
-
function ownKeys$
|
|
786
|
-
function _objectSpread$
|
|
887
|
+
var _excluded$1i = ["appearance", "children", "className", "external", "href", "placeholder", "role"];
|
|
888
|
+
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; }
|
|
889
|
+
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; }
|
|
787
890
|
var onKeyDown = function onKeyDown(evt) {
|
|
788
891
|
var _evt$target;
|
|
789
892
|
if (evt.key === ' ' && typeof ((_evt$target = evt.target) === null || _evt$target === void 0 ? void 0 : _evt$target.click) === 'function') {
|
|
@@ -801,18 +904,18 @@ var ButtonLink = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
801
904
|
href = _ref.href,
|
|
802
905
|
placeholder = _ref.placeholder,
|
|
803
906
|
role = _ref.role,
|
|
804
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
907
|
+
restProps = _objectWithoutProperties(_ref, _excluded$1i);
|
|
805
908
|
var props = restProps;
|
|
806
909
|
if (role === 'button') {
|
|
807
910
|
// When this link is announced as button by accessibility tools,
|
|
808
911
|
// it should also behave like a button. Links are not activated
|
|
809
912
|
// using `Space`, so we need to implement that behaviour here
|
|
810
913
|
// to reach parity with the `button` element.
|
|
811
|
-
props = _objectSpread$
|
|
914
|
+
props = _objectSpread$1j(_objectSpread$1j({}, restProps), {}, {
|
|
812
915
|
onKeyDown: onKeyDown
|
|
813
916
|
});
|
|
814
917
|
}
|
|
815
|
-
return jsx("a", _objectSpread$
|
|
918
|
+
return jsx("a", _objectSpread$1j(_objectSpread$1j({
|
|
816
919
|
href: placeholder ? undefined : href,
|
|
817
920
|
ref: ref,
|
|
818
921
|
role: role || (placeholder ? 'link' : undefined),
|
|
@@ -832,24 +935,25 @@ var ButtonLink = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
832
935
|
ButtonLink.displayName = 'ButtonLink';
|
|
833
936
|
|
|
834
937
|
var css_248z$15 = ".utrecht-checkbox--custom,.utrecht-custom-checkbox{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-position:50%;background-repeat:no-repeat;background-size:contain;block-size:var(--utrecht-checkbox-size,1em);border-color:var(--utrecht-checkbox-border-color);border-radius:var(--utrecht-checkbox-border-radius,0);border-style:solid;border-width:var(--utrecht-checkbox-border-width);cursor:var(--utrecht-action-activate-cursor,revert);inline-size:var(--utrecht-checkbox-size,1em);margin-block-start:var(--utrecht-checkbox-margin-block-start);min-block-size:24px;min-inline-size:24px;-webkit-print-color-adjust:exact;print-color-adjust:exact;vertical-align:top}.utrecht-checkbox--custom.utrecht-checkbox--checked,.utrecht-custom-checkbox--checked{background-color:var(--utrecht-checkbox-checked-background-color,var(--utrecht-checkbox-background-color));background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3E%3C/svg%3E\");border-color:var(--utrecht-checkbox-checked-border-color,var(--utrecht-checkbox-border-color));border-width:var(--utrecht-checkbox-checked-border-width,var(--utrecht-checkbox-border-width))}.utrecht-checkbox--custom.utrecht-checkbox--disabled,.utrecht-custom-checkbox--disabled{border-color:var(--utrecht-checkbox-disabled-border-color,var(--utrecht-checkbox-border-color));border-width:var(--utrecht-checkbox-disabled-border-width,var(--utrecht-checkbox-border-width));cursor:var(--utrecht-action-disabled-cursor,not-allowed)}.utrecht-checkbox--custom.utrecht-checkbox--disabled:checked,.utrecht-custom-checkbox--disabled:checked{background-color:var(--utrecht-checkbox-disabled-background-color,var(--utrecht-checkbox-background-color));border-color:var(--utrecht-checkbox-disabled-border-color,var(--utrecht-checkbox-border-color))}.utrecht-checkbox--custom.utrecht-checkbox--disabled:active,.utrecht-custom-checkbox--disabled:active{border-color:var(--utrecht-checkbox-disabled-border-color,var(--utrecht-checkbox-border-color))}.utrecht-checkbox--custom.utrecht-checkbox--indeterminate,.utrecht-custom-checkbox--indeterminate{background-color:var(--utrecht-checkbox-indeterminate-background-color,var(--utrecht-checkbox-background-color));background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3E%3C/svg%3E\");border-color:var(--utrecht-checkbox-indeterminate-border-color,var(--utrecht-checkbox-border-color));border-width:var(--utrecht-checkbox-indeterminate-border-width,var(--utrecht-checkbox-border-width));color:var(--utrecht-checkbox-indeterminate-color,var(--utrecht-checkbox-color))}.utrecht-checkbox--custom.utrecht-checkbox--invalid,.utrecht-custom-checkbox--invalid{border-color:var(--utrecht-checkbox-invalid-border-color,var(--utrecht-checkbox-border-color));border-width:var(--utrecht-checkbox-invalid-border-width,var(--utrecht-checkbox-border-width))}.utrecht-checkbox--custom.utrecht-checkbox--active,.utrecht-custom-checkbox--active{background-color:var(--utrecht-checkbox-active-background-color,var(--utrecht-checkbox-background-color));background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3E%3C/svg%3E\");border-color:var(--utrecht-checkbox-active-border-color,var(--utrecht-checkbox-border-color));border-width:var(--utrecht-checkbox-active-border-width,var(--utrecht-checkbox-border-width));color:var(--utrecht-checkbox-active-color,var(--utrecht-checkbox-color))}.utrecht-checkbox--custom.utrecht-checkbox--hover,.utrecht-custom-checkbox--hover{background-color:var(--utrecht-checkbox-hover-background-color,var(--utrecht-checkbox-background-color));border-color:var(--utrecht-checkbox-hover-border-color,var(--utrecht-checkbox-border-color));border-width:var(--utrecht-checkbox-hover-border-width,var(--utrecht-checkbox-border-width))}.utrecht-checkbox--custom.utrecht-checkbox--focus,.utrecht-custom-checkbox--focus{background-color:var(--utrecht-checkbox-focus-background-color,var(--utrecht-checkbox-background-color));background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3E%3C/svg%3E\");border-color:var(--utrecht-checkbox-focus-border-color,var(--utrecht-checkbox-border-color));border-width:var(--utrecht-checkbox-focus-border-width,var(--utrecht-checkbox-border-width))}.utrecht-checkbox--custom.utrecht-checkbox--focus-visible,.utrecht-custom-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--custom.utrecht-checkbox--html-input:disabled,.utrecht-custom-checkbox--html-input:disabled{border-color:var(--utrecht-checkbox-disabled-border-color,var(--utrecht-checkbox-border-color));border-width:var(--utrecht-checkbox-disabled-border-width,var(--utrecht-checkbox-border-width));cursor:var(--utrecht-action-disabled-cursor,not-allowed)}.utrecht-checkbox--custom.utrecht-checkbox--html-input:disabled:checked,.utrecht-custom-checkbox--html-input:disabled:checked{background-color:var(--utrecht-checkbox-disabled-background-color,var(--utrecht-checkbox-background-color));border-color:var(--utrecht-checkbox-disabled-border-color,var(--utrecht-checkbox-border-color))}.utrecht-checkbox--custom.utrecht-checkbox--html-input:disabled:active,.utrecht-custom-checkbox--html-input:disabled:active{border-color:var(--utrecht-checkbox-disabled-border-color,var(--utrecht-checkbox-border-color))}.utrecht-checkbox--custom.utrecht-checkbox--html-input:hover,.utrecht-custom-checkbox--html-input:hover{background-color:var(--utrecht-checkbox-hover-background-color,var(--utrecht-checkbox-background-color));border-color:var(--utrecht-checkbox-hover-border-color,var(--utrecht-checkbox-border-color));border-width:var(--utrecht-checkbox-hover-border-width,var(--utrecht-checkbox-border-width))}.utrecht-checkbox--custom.utrecht-checkbox--html-input:focus,.utrecht-custom-checkbox--html-input:focus{background-color:var(--utrecht-checkbox-focus-background-color,var(--utrecht-checkbox-background-color));background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3E%3C/svg%3E\");border-color:var(--utrecht-checkbox-focus-border-color,var(--utrecht-checkbox-border-color));border-width:var(--utrecht-checkbox-focus-border-width,var(--utrecht-checkbox-border-width))}.utrecht-checkbox--custom.utrecht-checkbox--html-input:focus-visible,.utrecht-custom-checkbox--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-checkbox--custom.utrecht-checkbox--html-input:invalid,.utrecht-checkbox--custom.utrecht-checkbox--html-input[aria-invalid=true],.utrecht-custom-checkbox--html-input:invalid,.utrecht-custom-checkbox--html-input[aria-invalid=true]{border-color:var(--utrecht-checkbox-invalid-border-color,var(--utrecht-checkbox-border-color));border-width:var(--utrecht-checkbox-invalid-border-width,var(--utrecht-checkbox-border-width))}.utrecht-checkbox--custom.utrecht-checkbox--html-input:active,.utrecht-custom-checkbox--html-input:active{background-color:var(--utrecht-checkbox-active-background-color,var(--utrecht-checkbox-background-color));border-color:var(--utrecht-checkbox-active-border-color,var(--utrecht-checkbox-border-color));border-width:var(--utrecht-checkbox-active-border-width,var(--utrecht-checkbox-border-width));color:var(--utrecht-checkbox-active-color,var(--utrecht-checkbox-color))}.utrecht-checkbox--custom.utrecht-checkbox--html-input:active,.utrecht-checkbox--custom.utrecht-checkbox--html-input:checked,.utrecht-custom-checkbox--html-input:active,.utrecht-custom-checkbox--html-input:checked{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3E%3C/svg%3E\")}.utrecht-checkbox--custom.utrecht-checkbox--html-input:checked,.utrecht-custom-checkbox--html-input:checked{background-color:var(--utrecht-checkbox-checked-background-color,var(--utrecht-checkbox-background-color));border-color:var(--utrecht-checkbox-checked-border-color,var(--utrecht-checkbox-border-color));border-width:var(--utrecht-checkbox-checked-border-width,var(--utrecht-checkbox-border-width))}.utrecht-checkbox--custom.utrecht-checkbox--html-input:checked:indeterminate,.utrecht-checkbox--custom.utrecht-checkbox--html-input:indeterminate,.utrecht-custom-checkbox--html-input:checked:indeterminate,.utrecht-custom-checkbox--html-input:indeterminate{background-color:var(--utrecht-checkbox-indeterminate-background-color,var(--utrecht-checkbox-background-color));background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3E%3C/svg%3E\");border-color:var(--utrecht-checkbox-indeterminate-border-color,var(--utrecht-checkbox-border-color));border-width:var(--utrecht-checkbox-indeterminate-border-width,var(--utrecht-checkbox-border-width));color:var(--utrecht-checkbox-indeterminate-color,var(--utrecht-checkbox-color))}";
|
|
835
|
-
styleInject(css_248z$15);
|
|
938
|
+
styleInject$1(css_248z$15);
|
|
836
939
|
|
|
837
940
|
var css_248z$14 = ".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-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)}";
|
|
838
|
-
styleInject(css_248z$14);
|
|
941
|
+
styleInject$1(css_248z$14);
|
|
839
942
|
|
|
840
|
-
var _excluded$
|
|
841
|
-
function ownKeys$
|
|
842
|
-
function _objectSpread$
|
|
943
|
+
var _excluded$1h = ["appearance", "disabled", "indeterminate", "inputRequired", "invalid", "required", "className"];
|
|
944
|
+
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; }
|
|
945
|
+
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; }
|
|
843
946
|
var Checkbox = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
844
947
|
var _ref$appearance = _ref.appearance,
|
|
845
948
|
appearance = _ref$appearance === void 0 ? 'custom' : _ref$appearance,
|
|
846
949
|
disabled = _ref.disabled,
|
|
847
950
|
_ref$indeterminate = _ref.indeterminate,
|
|
848
951
|
indeterminate = _ref$indeterminate === void 0 ? false : _ref$indeterminate,
|
|
952
|
+
inputRequired = _ref.inputRequired,
|
|
849
953
|
invalid = _ref.invalid,
|
|
850
954
|
required = _ref.required,
|
|
851
955
|
className = _ref.className,
|
|
852
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
956
|
+
restProps = _objectWithoutProperties(_ref, _excluded$1h);
|
|
853
957
|
// What's the correct way to use useRef and forwardRef together?
|
|
854
958
|
// https://stackoverflow.com/a/68163315
|
|
855
959
|
// `indeterminate` is has no TypeScript definition in React.
|
|
@@ -863,7 +967,7 @@ var Checkbox = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
863
967
|
internalRef.current.indeterminate = indeterminate;
|
|
864
968
|
}
|
|
865
969
|
}, [indeterminate]);
|
|
866
|
-
return jsx("input", _objectSpread$
|
|
970
|
+
return jsx("input", _objectSpread$1i(_objectSpread$1i({}, restProps), {}, {
|
|
867
971
|
ref: internalRef,
|
|
868
972
|
type: "checkbox",
|
|
869
973
|
className: clsx('utrecht-checkbox', 'utrecht-checkbox--html-input', {
|
|
@@ -871,27 +975,28 @@ var Checkbox = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
871
975
|
'utrecht-checkbox--custom': appearance === 'custom',
|
|
872
976
|
'utrecht-checkbox--invalid': invalid,
|
|
873
977
|
'utrecht-checkbox--indeterminate': indeterminate,
|
|
874
|
-
'utrecht-checkbox--required': required
|
|
978
|
+
'utrecht-checkbox--required': required || inputRequired
|
|
875
979
|
}, className),
|
|
876
980
|
"aria-checked": indeterminate ? 'mixed' : undefined,
|
|
877
981
|
"aria-invalid": invalid || undefined,
|
|
982
|
+
"aria-required": required ? required : undefined,
|
|
878
983
|
disabled: disabled,
|
|
879
|
-
required:
|
|
984
|
+
required: inputRequired
|
|
880
985
|
}));
|
|
881
986
|
});
|
|
882
987
|
Checkbox.displayName = 'Checkbox';
|
|
883
988
|
|
|
884
989
|
var css_248z$13 = ".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)}";
|
|
885
|
-
styleInject(css_248z$13);
|
|
990
|
+
styleInject$1(css_248z$13);
|
|
886
991
|
|
|
887
|
-
var _excluded$
|
|
888
|
-
function ownKeys$
|
|
889
|
-
function _objectSpread$
|
|
992
|
+
var _excluded$1g = ["children", "className"];
|
|
993
|
+
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; }
|
|
994
|
+
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; }
|
|
890
995
|
var Code = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
891
996
|
var children = _ref.children,
|
|
892
997
|
className = _ref.className,
|
|
893
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
894
|
-
return jsx("code", _objectSpread$
|
|
998
|
+
restProps = _objectWithoutProperties(_ref, _excluded$1g);
|
|
999
|
+
return jsx("code", _objectSpread$1h(_objectSpread$1h({
|
|
895
1000
|
ref: ref,
|
|
896
1001
|
className: clsx('utrecht-code', className)
|
|
897
1002
|
}, restProps), {}, {
|
|
@@ -901,16 +1006,16 @@ var Code = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
901
1006
|
Code.displayName = 'Code';
|
|
902
1007
|
|
|
903
1008
|
var css_248z$12 = ".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}";
|
|
904
|
-
styleInject(css_248z$12);
|
|
1009
|
+
styleInject$1(css_248z$12);
|
|
905
1010
|
|
|
906
|
-
var _excluded$
|
|
907
|
-
function ownKeys$
|
|
908
|
-
function _objectSpread$
|
|
1011
|
+
var _excluded$1f = ["children", "className"];
|
|
1012
|
+
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; }
|
|
1013
|
+
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; }
|
|
909
1014
|
var CodeBlock = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
910
1015
|
var children = _ref.children,
|
|
911
1016
|
className = _ref.className,
|
|
912
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
913
|
-
return jsx("pre", _objectSpread$
|
|
1017
|
+
restProps = _objectWithoutProperties(_ref, _excluded$1f);
|
|
1018
|
+
return jsx("pre", _objectSpread$1g(_objectSpread$1g({
|
|
914
1019
|
ref: ref,
|
|
915
1020
|
className: clsx('utrecht-code-block', className)
|
|
916
1021
|
}, restProps), {}, {
|
|
@@ -923,21 +1028,21 @@ var CodeBlock = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
923
1028
|
CodeBlock.displayName = 'CodeBlock';
|
|
924
1029
|
|
|
925
1030
|
var css_248z$11 = ".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)}}";
|
|
926
|
-
styleInject(css_248z$11);
|
|
1031
|
+
styleInject$1(css_248z$11);
|
|
927
1032
|
|
|
928
|
-
var _excluded$
|
|
929
|
-
function ownKeys$
|
|
930
|
-
function _objectSpread$
|
|
1033
|
+
var _excluded$1e = ["children", "className", "color", "style"];
|
|
1034
|
+
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; }
|
|
1035
|
+
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; }
|
|
931
1036
|
var ColorSample = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
932
1037
|
var children = _ref.children,
|
|
933
1038
|
className = _ref.className,
|
|
934
1039
|
color = _ref.color,
|
|
935
1040
|
style = _ref.style,
|
|
936
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
937
|
-
return jsx("data", _objectSpread$
|
|
1041
|
+
restProps = _objectWithoutProperties(_ref, _excluded$1e);
|
|
1042
|
+
return jsx("data", _objectSpread$1f(_objectSpread$1f({
|
|
938
1043
|
ref: ref,
|
|
939
1044
|
className: clsx('utrecht-color-sample', className),
|
|
940
|
-
style: _objectSpread$
|
|
1045
|
+
style: _objectSpread$1f(_objectSpread$1f({}, style), {}, {
|
|
941
1046
|
color: color
|
|
942
1047
|
}),
|
|
943
1048
|
value: color
|
|
@@ -947,34 +1052,39 @@ var ColorSample = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
947
1052
|
});
|
|
948
1053
|
ColorSample.displayName = 'ColorSample';
|
|
949
1054
|
|
|
950
|
-
var css_248z$10 = ".utrecht-column-layout{column-gap:var(--utrecht-column-layout-gap,2em);column-width:var(--utrecht-column-layout-column-width,40ch);display:block}.utrecht-column-layout--rule{column-rule-color:var(--utrecht-column-layout-column-rule-color);column-rule-style:solid;column-rule-width:var(--utrecht-column-layout-column-rule-width,0)}";
|
|
951
|
-
styleInject(css_248z$10);
|
|
1055
|
+
var css_248z$10 = ".utrecht-column-layout{column-gap:var(--utrecht-column-layout-gap,2em);column-width:var(--utrecht-column-layout-column-width,40ch);display:block}@media print{.utrecht-column-layout{columns:var(--utrecht-column-layout-print-column-width,auto) var(--utrecht-column-layout-print-column-count,2)}}.utrecht-column-layout--rule{column-rule-color:var(--utrecht-column-layout-column-rule-color);column-rule-style:solid;column-rule-width:var(--utrecht-column-layout-column-rule-width,0)}";
|
|
1056
|
+
styleInject$1(css_248z$10);
|
|
952
1057
|
|
|
1058
|
+
var _excluded$1d = ["children", "className", "rule"];
|
|
1059
|
+
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; }
|
|
1060
|
+
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; }
|
|
953
1061
|
var ColumnLayout = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
954
1062
|
var children = _ref.children,
|
|
955
1063
|
className = _ref.className,
|
|
956
|
-
rule = _ref.rule
|
|
957
|
-
|
|
1064
|
+
rule = _ref.rule,
|
|
1065
|
+
restProps = _objectWithoutProperties(_ref, _excluded$1d);
|
|
1066
|
+
return jsx("div", _objectSpread$1e(_objectSpread$1e({
|
|
958
1067
|
className: clsx('utrecht-column-layout', {
|
|
959
1068
|
'utrecht-column-layout--rule': rule
|
|
960
1069
|
}, className),
|
|
961
|
-
ref: ref
|
|
1070
|
+
ref: ref
|
|
1071
|
+
}, restProps), {}, {
|
|
962
1072
|
children: children
|
|
963
|
-
});
|
|
1073
|
+
}));
|
|
964
1074
|
});
|
|
965
1075
|
ColumnLayout.displayName = 'ColumnLayout';
|
|
966
1076
|
|
|
967
1077
|
var css_248z$$ = ".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}";
|
|
968
|
-
styleInject(css_248z$$);
|
|
1078
|
+
styleInject$1(css_248z$$);
|
|
969
1079
|
|
|
970
|
-
var _excluded$
|
|
1080
|
+
var _excluded$1c = ["className"],
|
|
971
1081
|
_excluded2$8 = ["className", "position"];
|
|
972
|
-
function ownKeys$
|
|
973
|
-
function _objectSpread$
|
|
1082
|
+
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; }
|
|
1083
|
+
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; }
|
|
974
1084
|
var Combobox = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
975
1085
|
var className = _ref.className,
|
|
976
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
977
|
-
return jsx("div", _objectSpread$
|
|
1086
|
+
restProps = _objectWithoutProperties(_ref, _excluded$1c);
|
|
1087
|
+
return jsx("div", _objectSpread$1d(_objectSpread$1d({
|
|
978
1088
|
className: clsx('utrecht-combobox', className)
|
|
979
1089
|
}, restProps), {}, {
|
|
980
1090
|
ref: ref
|
|
@@ -985,7 +1095,7 @@ var ComboboxPopover = /*#__PURE__*/forwardRef(function (_ref2, ref) {
|
|
|
985
1095
|
var className = _ref2.className,
|
|
986
1096
|
position = _ref2.position,
|
|
987
1097
|
restProps = _objectWithoutProperties(_ref2, _excluded2$8);
|
|
988
|
-
return jsx("div", _objectSpread$
|
|
1098
|
+
return jsx("div", _objectSpread$1d(_objectSpread$1d({
|
|
989
1099
|
className: clsx('utrecht-combobox__popover', {
|
|
990
1100
|
'utrecht-search-bar__popover--block-end': !position || position === 'block-end'
|
|
991
1101
|
}, className)
|
|
@@ -996,11 +1106,11 @@ var ComboboxPopover = /*#__PURE__*/forwardRef(function (_ref2, ref) {
|
|
|
996
1106
|
ComboboxPopover.displayName = 'ComboboxPopover';
|
|
997
1107
|
|
|
998
1108
|
var css_248z$_ = ".utrecht-currency-data{font-variant-numeric:lining-nums tabular-nums;white-space:nowrap}";
|
|
999
|
-
styleInject(css_248z$_);
|
|
1109
|
+
styleInject$1(css_248z$_);
|
|
1000
1110
|
|
|
1001
|
-
var _excluded$
|
|
1002
|
-
function ownKeys$
|
|
1003
|
-
function _objectSpread$
|
|
1111
|
+
var _excluded$1b = ["children", "currency", "amount", "locale", "className"];
|
|
1112
|
+
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; }
|
|
1113
|
+
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; }
|
|
1004
1114
|
var formatLabel = function formatLabel(locale, currency, amount) {
|
|
1005
1115
|
return new Intl.NumberFormat(locale, {
|
|
1006
1116
|
style: 'currency',
|
|
@@ -1036,11 +1146,11 @@ var CurrencyData = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
1036
1146
|
_ref$locale = _ref.locale,
|
|
1037
1147
|
locale = _ref$locale === void 0 ? 'nl-NL' : _ref$locale,
|
|
1038
1148
|
className = _ref.className,
|
|
1039
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
1149
|
+
restProps = _objectWithoutProperties(_ref, _excluded$1b);
|
|
1040
1150
|
var number = typeof amount === 'string' ? parseFloat(amount) : amount;
|
|
1041
1151
|
var labelFormatted = formatLabel(locale, currency, number);
|
|
1042
1152
|
var visuallyFormatted = formatVisually(locale, currency, number);
|
|
1043
|
-
return jsx("data", _objectSpread$
|
|
1153
|
+
return jsx("data", _objectSpread$1c(_objectSpread$1c({}, restProps), {}, {
|
|
1044
1154
|
ref: ref,
|
|
1045
1155
|
value: "".concat(currency, " ").concat(amount),
|
|
1046
1156
|
className: clsx('utrecht-currency-data', number < 0 && 'utrecht-currency-data--negative', number > 0 && 'utrecht-currency-data--positive', className),
|
|
@@ -1051,44 +1161,44 @@ var CurrencyData = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
1051
1161
|
CurrencyData.displayName = 'CurrencyData';
|
|
1052
1162
|
|
|
1053
1163
|
var css_248z$Z = ".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}}";
|
|
1054
|
-
styleInject(css_248z$Z);
|
|
1164
|
+
styleInject$1(css_248z$Z);
|
|
1055
1165
|
|
|
1056
|
-
var _excluded$
|
|
1057
|
-
function ownKeys$
|
|
1058
|
-
function _objectSpread$
|
|
1166
|
+
var _excluded$1a = ["children", "className", "dateTime", "value"];
|
|
1167
|
+
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; }
|
|
1168
|
+
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; }
|
|
1059
1169
|
var DataBadge = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
1060
1170
|
var children = _ref.children,
|
|
1061
1171
|
className = _ref.className,
|
|
1062
1172
|
dateTime = _ref.dateTime,
|
|
1063
1173
|
value = _ref.value,
|
|
1064
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
1065
|
-
var props = _objectSpread$
|
|
1174
|
+
restProps = _objectWithoutProperties(_ref, _excluded$1a);
|
|
1175
|
+
var props = _objectSpread$1b({
|
|
1066
1176
|
children: children,
|
|
1067
1177
|
className: clsx('utrecht-badge-data', className)
|
|
1068
1178
|
}, restProps);
|
|
1069
|
-
return typeof dateTime !== 'undefined' ? jsx("time", _objectSpread$
|
|
1179
|
+
return typeof dateTime !== 'undefined' ? jsx("time", _objectSpread$1b(_objectSpread$1b({}, props), {}, {
|
|
1070
1180
|
dateTime: dateTime,
|
|
1071
1181
|
ref: ref
|
|
1072
|
-
})) : typeof value !== 'undefined' ? jsx("data", _objectSpread$
|
|
1182
|
+
})) : typeof value !== 'undefined' ? jsx("data", _objectSpread$1b(_objectSpread$1b({}, props), {}, {
|
|
1073
1183
|
value: value,
|
|
1074
1184
|
ref: ref
|
|
1075
|
-
})) : jsx("span", _objectSpread$
|
|
1185
|
+
})) : jsx("span", _objectSpread$1b(_objectSpread$1b({}, props), {}, {
|
|
1076
1186
|
ref: ref
|
|
1077
1187
|
}));
|
|
1078
1188
|
});
|
|
1079
1189
|
DataBadge.displayName = 'DataBadge';
|
|
1080
1190
|
|
|
1081
1191
|
var css_248z$Y = ".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)}";
|
|
1082
|
-
styleInject(css_248z$Y);
|
|
1192
|
+
styleInject$1(css_248z$Y);
|
|
1083
1193
|
|
|
1084
|
-
var _excluded$
|
|
1085
|
-
function ownKeys$
|
|
1086
|
-
function _objectSpread$
|
|
1194
|
+
var _excluded$19 = ["children", "className"];
|
|
1195
|
+
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; }
|
|
1196
|
+
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; }
|
|
1087
1197
|
var Document = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
1088
1198
|
var children = _ref.children,
|
|
1089
1199
|
className = _ref.className,
|
|
1090
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
1091
|
-
return jsx("div", _objectSpread$
|
|
1200
|
+
restProps = _objectWithoutProperties(_ref, _excluded$19);
|
|
1201
|
+
return jsx("div", _objectSpread$1a(_objectSpread$1a({}, restProps), {}, {
|
|
1092
1202
|
ref: ref,
|
|
1093
1203
|
className: clsx('utrecht-document', className),
|
|
1094
1204
|
children: children
|
|
@@ -1097,20 +1207,20 @@ var Document = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
1097
1207
|
Document.displayName = 'Document';
|
|
1098
1208
|
|
|
1099
1209
|
var css_248z$X = ".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)}";
|
|
1100
|
-
styleInject(css_248z$X);
|
|
1210
|
+
styleInject$1(css_248z$X);
|
|
1101
1211
|
|
|
1102
|
-
var _excluded$
|
|
1212
|
+
var _excluded$18 = ["appearance", "children", "className"],
|
|
1103
1213
|
_excluded2$7 = ["children", "className"],
|
|
1104
1214
|
_excluded3$3 = ["children", "className"],
|
|
1105
1215
|
_excluded4$1 = ["children", "className"];
|
|
1106
|
-
function ownKeys$
|
|
1107
|
-
function _objectSpread$
|
|
1216
|
+
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; }
|
|
1217
|
+
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; }
|
|
1108
1218
|
var DataList = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
1109
1219
|
var appearance = _ref.appearance,
|
|
1110
1220
|
children = _ref.children,
|
|
1111
1221
|
className = _ref.className,
|
|
1112
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
1113
|
-
return jsx("dl", _objectSpread$
|
|
1222
|
+
restProps = _objectWithoutProperties(_ref, _excluded$18);
|
|
1223
|
+
return jsx("dl", _objectSpread$19(_objectSpread$19({}, restProps), {}, {
|
|
1114
1224
|
className: clsx('utrecht-data-list', 'utrecht-data-list--html-dl', appearance === 'rows' && 'utrecht-data-list--rows', className),
|
|
1115
1225
|
ref: ref,
|
|
1116
1226
|
children: children
|
|
@@ -1121,7 +1231,7 @@ var DataListItem = /*#__PURE__*/forwardRef(function (_ref2, ref) {
|
|
|
1121
1231
|
var children = _ref2.children,
|
|
1122
1232
|
className = _ref2.className,
|
|
1123
1233
|
restProps = _objectWithoutProperties(_ref2, _excluded2$7);
|
|
1124
|
-
return jsx("div", _objectSpread$
|
|
1234
|
+
return jsx("div", _objectSpread$19(_objectSpread$19({}, restProps), {}, {
|
|
1125
1235
|
className: clsx('utrecht-data-list__item', className),
|
|
1126
1236
|
ref: ref,
|
|
1127
1237
|
children: children
|
|
@@ -1132,7 +1242,7 @@ var DataListKey = /*#__PURE__*/forwardRef(function (_ref3, ref) {
|
|
|
1132
1242
|
var children = _ref3.children,
|
|
1133
1243
|
className = _ref3.className,
|
|
1134
1244
|
restProps = _objectWithoutProperties(_ref3, _excluded3$3);
|
|
1135
|
-
return jsx("dt", _objectSpread$
|
|
1245
|
+
return jsx("dt", _objectSpread$19(_objectSpread$19({}, restProps), {}, {
|
|
1136
1246
|
className: clsx('utrecht-data-list__item-key', className),
|
|
1137
1247
|
ref: ref,
|
|
1138
1248
|
children: children
|
|
@@ -1162,7 +1272,7 @@ var DataListActions = /*#__PURE__*/forwardRef(function (_ref5, ref) {
|
|
|
1162
1272
|
var children = _ref5.children,
|
|
1163
1273
|
className = _ref5.className,
|
|
1164
1274
|
restProps = _objectWithoutProperties(_ref5, _excluded4$1);
|
|
1165
|
-
return jsx("dd", _objectSpread$
|
|
1275
|
+
return jsx("dd", _objectSpread$19(_objectSpread$19({}, restProps), {}, {
|
|
1166
1276
|
className: clsx('utrecht-data-list__actions', 'utrecht-data-list__actions--html-dd', className),
|
|
1167
1277
|
ref: ref,
|
|
1168
1278
|
children: children
|
|
@@ -1171,17 +1281,17 @@ var DataListActions = /*#__PURE__*/forwardRef(function (_ref5, ref) {
|
|
|
1171
1281
|
DataListActions.displayName = 'DataListActions';
|
|
1172
1282
|
|
|
1173
1283
|
var css_248z$W = ".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}";
|
|
1174
|
-
styleInject(css_248z$W);
|
|
1284
|
+
styleInject$1(css_248z$W);
|
|
1175
1285
|
|
|
1176
|
-
var _excluded$
|
|
1177
|
-
function ownKeys$
|
|
1178
|
-
function _objectSpread$
|
|
1286
|
+
var _excluded$17 = ["align", "children", "className", "modal"];
|
|
1287
|
+
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; }
|
|
1288
|
+
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; }
|
|
1179
1289
|
var Drawer = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
1180
1290
|
var align = _ref.align,
|
|
1181
1291
|
children = _ref.children,
|
|
1182
1292
|
className = _ref.className,
|
|
1183
1293
|
modal = _ref.modal,
|
|
1184
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
1294
|
+
restProps = _objectWithoutProperties(_ref, _excluded$17);
|
|
1185
1295
|
var dialogRef = useRef(null);
|
|
1186
1296
|
useImperativeHandle(ref, function () {
|
|
1187
1297
|
return dialogRef.current;
|
|
@@ -1194,7 +1304,7 @@ var Drawer = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
1194
1304
|
dialogRef.current.showModal();
|
|
1195
1305
|
}
|
|
1196
1306
|
});
|
|
1197
|
-
return jsx("dialog", _objectSpread$
|
|
1307
|
+
return jsx("dialog", _objectSpread$18(_objectSpread$18({}, restProps), {}, {
|
|
1198
1308
|
ref: dialogRef,
|
|
1199
1309
|
className: clsx('utrecht-drawer', {
|
|
1200
1310
|
'utrecht-drawer--block-end': align === 'block-end',
|
|
@@ -1208,16 +1318,16 @@ var Drawer = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
1208
1318
|
Drawer.displayName = 'Drawer';
|
|
1209
1319
|
|
|
1210
1320
|
var css_248z$V = ".utrecht-emphasis--stressed{font-style:var(--utrecht-emphasis-stressed-font-style,italic)}.utrecht-emphasis--strong{font-weight:var(--utrecht-emphasis-strong-font-weight,bold)}";
|
|
1211
|
-
styleInject(css_248z$V);
|
|
1321
|
+
styleInject$1(css_248z$V);
|
|
1212
1322
|
|
|
1213
|
-
var _excluded$
|
|
1214
|
-
function ownKeys$
|
|
1215
|
-
function _objectSpread$
|
|
1323
|
+
var _excluded$16 = ["children", "className"];
|
|
1324
|
+
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; }
|
|
1325
|
+
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; }
|
|
1216
1326
|
var Emphasis = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
1217
1327
|
var children = _ref.children,
|
|
1218
1328
|
className = _ref.className,
|
|
1219
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
1220
|
-
return jsx("em", _objectSpread$
|
|
1329
|
+
restProps = _objectWithoutProperties(_ref, _excluded$16);
|
|
1330
|
+
return jsx("em", _objectSpread$17(_objectSpread$17({
|
|
1221
1331
|
ref: ref,
|
|
1222
1332
|
className: clsx('utrecht-emphasis', 'utrecht-emphasis--stressed', className)
|
|
1223
1333
|
}, restProps), {}, {
|
|
@@ -1227,12 +1337,12 @@ var Emphasis = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
1227
1337
|
Emphasis.displayName = 'Emphasis';
|
|
1228
1338
|
|
|
1229
1339
|
var css_248z$U = ".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))}";
|
|
1230
|
-
styleInject(css_248z$U);
|
|
1340
|
+
styleInject$1(css_248z$U);
|
|
1231
1341
|
|
|
1232
|
-
var _excluded$
|
|
1342
|
+
var _excluded$15 = ["aria-describedby", "aria-label", "aria-labelledby", "className", "children", "disabled", "form", "invalid", "name", "required", "role"],
|
|
1233
1343
|
_excluded2$6 = ["className", "children", "disabled", "invalid"];
|
|
1234
|
-
function ownKeys$
|
|
1235
|
-
function _objectSpread$
|
|
1344
|
+
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; }
|
|
1345
|
+
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; }
|
|
1236
1346
|
var Fieldset = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
1237
1347
|
var ariaDescribedby = _ref['aria-describedby'],
|
|
1238
1348
|
ariaLabel = _ref['aria-label'],
|
|
@@ -1245,8 +1355,8 @@ var Fieldset = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
1245
1355
|
name = _ref.name,
|
|
1246
1356
|
required = _ref.required,
|
|
1247
1357
|
role = _ref.role,
|
|
1248
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
1249
|
-
return jsx("div", _objectSpread$
|
|
1358
|
+
restProps = _objectWithoutProperties(_ref, _excluded$15);
|
|
1359
|
+
return jsx("div", _objectSpread$16(_objectSpread$16({}, restProps), {}, {
|
|
1250
1360
|
ref: ref,
|
|
1251
1361
|
className: clsx('utrecht-form-fieldset', disabled && 'utrecht-form-fieldset--disabled', invalid && 'utrecht-form-fieldset--invalid', className),
|
|
1252
1362
|
children: jsx("fieldset", {
|
|
@@ -1271,7 +1381,7 @@ var FieldsetOnly = /*#__PURE__*/forwardRef(function (_ref2, ref) {
|
|
|
1271
1381
|
disabled = _ref2.disabled,
|
|
1272
1382
|
invalid = _ref2.invalid,
|
|
1273
1383
|
restProps = _objectWithoutProperties(_ref2, _excluded2$6);
|
|
1274
|
-
return jsx("fieldset", _objectSpread$
|
|
1384
|
+
return jsx("fieldset", _objectSpread$16(_objectSpread$16({}, restProps), {}, {
|
|
1275
1385
|
ref: ref,
|
|
1276
1386
|
"aria-invalid": invalid || undefined,
|
|
1277
1387
|
disabled: disabled,
|
|
@@ -1281,14 +1391,14 @@ var FieldsetOnly = /*#__PURE__*/forwardRef(function (_ref2, ref) {
|
|
|
1281
1391
|
});
|
|
1282
1392
|
FieldsetOnly.displayName = 'Fieldset';
|
|
1283
1393
|
|
|
1284
|
-
var _excluded$
|
|
1285
|
-
function ownKeys$
|
|
1286
|
-
function _objectSpread$
|
|
1394
|
+
var _excluded$14 = ["className", "children"];
|
|
1395
|
+
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; }
|
|
1396
|
+
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; }
|
|
1287
1397
|
var FieldsetLegend = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
1288
1398
|
var className = _ref.className,
|
|
1289
1399
|
children = _ref.children,
|
|
1290
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
1291
|
-
return jsx("legend", _objectSpread$
|
|
1400
|
+
restProps = _objectWithoutProperties(_ref, _excluded$14);
|
|
1401
|
+
return jsx("legend", _objectSpread$15(_objectSpread$15({}, restProps), {}, {
|
|
1292
1402
|
ref: ref,
|
|
1293
1403
|
className: clsx('utrecht-form-fieldset__legend', 'utrecht-form-fieldset__legend--html-legend', className),
|
|
1294
1404
|
children: children
|
|
@@ -1297,16 +1407,16 @@ var FieldsetLegend = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
1297
1407
|
FieldsetLegend.displayName = 'FieldsetLegend';
|
|
1298
1408
|
|
|
1299
1409
|
var css_248z$T = ".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)}";
|
|
1300
|
-
styleInject(css_248z$T);
|
|
1410
|
+
styleInject$1(css_248z$T);
|
|
1301
1411
|
|
|
1302
|
-
var _excluded$
|
|
1303
|
-
function ownKeys$
|
|
1304
|
-
function _objectSpread$
|
|
1412
|
+
var _excluded$13 = ["className", "children"];
|
|
1413
|
+
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; }
|
|
1414
|
+
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; }
|
|
1305
1415
|
var Figure = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
1306
1416
|
var className = _ref.className,
|
|
1307
1417
|
children = _ref.children,
|
|
1308
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
1309
|
-
return jsx("figure", _objectSpread$
|
|
1418
|
+
restProps = _objectWithoutProperties(_ref, _excluded$13);
|
|
1419
|
+
return jsx("figure", _objectSpread$14(_objectSpread$14({}, restProps), {}, {
|
|
1310
1420
|
ref: ref,
|
|
1311
1421
|
className: clsx('utrecht-figure', className),
|
|
1312
1422
|
children: children
|
|
@@ -1314,14 +1424,14 @@ var Figure = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
1314
1424
|
});
|
|
1315
1425
|
Figure.displayName = 'Figure';
|
|
1316
1426
|
|
|
1317
|
-
var _excluded$
|
|
1318
|
-
function ownKeys$
|
|
1319
|
-
function _objectSpread$
|
|
1427
|
+
var _excluded$12 = ["className", "children"];
|
|
1428
|
+
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; }
|
|
1429
|
+
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; }
|
|
1320
1430
|
var FigureCaption = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
1321
1431
|
var className = _ref.className,
|
|
1322
1432
|
children = _ref.children,
|
|
1323
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
1324
|
-
return jsx("figcaption", _objectSpread$
|
|
1433
|
+
restProps = _objectWithoutProperties(_ref, _excluded$12);
|
|
1434
|
+
return jsx("figcaption", _objectSpread$13(_objectSpread$13({}, restProps), {}, {
|
|
1325
1435
|
ref: ref,
|
|
1326
1436
|
className: clsx('utrecht-figure__caption', className),
|
|
1327
1437
|
children: children
|
|
@@ -1329,12 +1439,12 @@ var FigureCaption = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
1329
1439
|
});
|
|
1330
1440
|
FigureCaption.displayName = 'FigureCaption';
|
|
1331
1441
|
|
|
1332
|
-
var css_248z$S = ".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
|
|
1333
|
-
styleInject(css_248z$S);
|
|
1442
|
+
var css_248z$S = ".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 error-message\";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 error-message\";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:error-message;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}.utrecht-form-field__error-message{grid-area:error-message;order:3}";
|
|
1443
|
+
styleInject$1(css_248z$S);
|
|
1334
1444
|
|
|
1335
|
-
var _excluded
|
|
1336
|
-
function ownKeys$
|
|
1337
|
-
function _objectSpread$
|
|
1445
|
+
var _excluded$11 = ["className", "children", "description", "errorMessage", "input", "invalid", "label", "type"];
|
|
1446
|
+
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; }
|
|
1447
|
+
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; }
|
|
1338
1448
|
var FormField = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
1339
1449
|
var className = _ref.className,
|
|
1340
1450
|
children = _ref.children,
|
|
@@ -1344,8 +1454,8 @@ var FormField = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
1344
1454
|
invalid = _ref.invalid,
|
|
1345
1455
|
label = _ref.label,
|
|
1346
1456
|
type = _ref.type,
|
|
1347
|
-
restProps = _objectWithoutProperties(_ref, _excluded
|
|
1348
|
-
return jsxs("div", _objectSpread$
|
|
1457
|
+
restProps = _objectWithoutProperties(_ref, _excluded$11);
|
|
1458
|
+
return jsxs("div", _objectSpread$12(_objectSpread$12({}, restProps), {}, {
|
|
1349
1459
|
ref: ref,
|
|
1350
1460
|
className: clsx('utrecht-form-field', {
|
|
1351
1461
|
'utrecht-form-field--invalid': invalid,
|
|
@@ -1371,19 +1481,19 @@ var FormField = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
1371
1481
|
FormField.displayName = 'FormField';
|
|
1372
1482
|
|
|
1373
1483
|
var css_248z$R = ".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))}";
|
|
1374
|
-
styleInject(css_248z$R);
|
|
1484
|
+
styleInject$1(css_248z$R);
|
|
1375
1485
|
|
|
1376
|
-
var _excluded$
|
|
1377
|
-
function ownKeys
|
|
1378
|
-
function _objectSpread
|
|
1486
|
+
var _excluded$10 = ["invalid", "valid", "warning", "className", "children"];
|
|
1487
|
+
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; }
|
|
1488
|
+
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; }
|
|
1379
1489
|
var FormFieldDescription = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
1380
1490
|
var invalid = _ref.invalid,
|
|
1381
1491
|
valid = _ref.valid,
|
|
1382
1492
|
warning = _ref.warning,
|
|
1383
1493
|
className = _ref.className,
|
|
1384
1494
|
children = _ref.children,
|
|
1385
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
1386
|
-
return jsx("div", _objectSpread
|
|
1495
|
+
restProps = _objectWithoutProperties(_ref, _excluded$10);
|
|
1496
|
+
return jsx("div", _objectSpread$11(_objectSpread$11({}, restProps), {}, {
|
|
1387
1497
|
ref: ref,
|
|
1388
1498
|
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),
|
|
1389
1499
|
children: children
|
|
@@ -1392,16 +1502,16 @@ var FormFieldDescription = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
1392
1502
|
FormFieldDescription.displayName = 'FormFieldDescription';
|
|
1393
1503
|
|
|
1394
1504
|
var css_248z$Q = ".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}";
|
|
1395
|
-
styleInject(css_248z$Q);
|
|
1505
|
+
styleInject$1(css_248z$Q);
|
|
1396
1506
|
|
|
1397
|
-
var _excluded
|
|
1398
|
-
function ownKeys$
|
|
1399
|
-
function _objectSpread$
|
|
1507
|
+
var _excluded$$ = ["className", "children"];
|
|
1508
|
+
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; }
|
|
1509
|
+
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; }
|
|
1400
1510
|
var FormFieldErrorMessage = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
1401
1511
|
var className = _ref.className,
|
|
1402
1512
|
children = _ref.children,
|
|
1403
|
-
restProps = _objectWithoutProperties(_ref, _excluded
|
|
1404
|
-
return jsx("div", _objectSpread$
|
|
1513
|
+
restProps = _objectWithoutProperties(_ref, _excluded$$);
|
|
1514
|
+
return jsx("div", _objectSpread$10(_objectSpread$10({}, restProps), {}, {
|
|
1405
1515
|
ref: ref,
|
|
1406
1516
|
className: clsx('utrecht-form-field-error-message', className),
|
|
1407
1517
|
children: children
|
|
@@ -1409,12 +1519,222 @@ var FormFieldErrorMessage = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
1409
1519
|
});
|
|
1410
1520
|
FormFieldErrorMessage.displayName = 'FormFieldErrorMessage';
|
|
1411
1521
|
|
|
1412
|
-
var css_248z$P = ".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:var(--utrecht-textbox-font-weight,var(--utrecht-form-control-font-weight,initial));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{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--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-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}";
|
|
1413
|
-
|
|
1522
|
+
var _excluded$_ = ["children", "className", "type", "disabled", "checked"];
|
|
1523
|
+
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; }
|
|
1524
|
+
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; }
|
|
1525
|
+
var FormLabel = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
1526
|
+
var children = _ref.children,
|
|
1527
|
+
className = _ref.className,
|
|
1528
|
+
type = _ref.type,
|
|
1529
|
+
disabled = _ref.disabled,
|
|
1530
|
+
checked = _ref.checked,
|
|
1531
|
+
restProps = _objectWithoutProperties(_ref, _excluded$_);
|
|
1532
|
+
return jsx("label", _objectSpread$$(_objectSpread$$({}, restProps), {}, {
|
|
1533
|
+
ref: ref,
|
|
1534
|
+
className: clsx('utrecht-form-label', type && "utrecht-form-label--".concat(type), disabled && 'utrecht-form-label--disabled', checked && 'utrecht-form-label--checked', className),
|
|
1535
|
+
children: children
|
|
1536
|
+
}));
|
|
1537
|
+
});
|
|
1538
|
+
FormLabel.displayName = 'FormLabel';
|
|
1539
|
+
|
|
1540
|
+
var _excluded$Z = ["checked", "children", "defaultChecked", "defaultValue", "description", "disabled", "errorMessage", "indeterminate", "inputRef", "inputRequired", "invalid", "label", "name", "onBlur", "onChange", "onFocus", "onInput", "required", "status", "value"];
|
|
1541
|
+
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; }
|
|
1542
|
+
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; }
|
|
1543
|
+
var FormFieldCheckbox = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
1544
|
+
var checked = _ref.checked,
|
|
1545
|
+
children = _ref.children,
|
|
1546
|
+
defaultChecked = _ref.defaultChecked,
|
|
1547
|
+
defaultValue = _ref.defaultValue,
|
|
1548
|
+
description = _ref.description,
|
|
1549
|
+
disabled = _ref.disabled,
|
|
1550
|
+
errorMessage = _ref.errorMessage,
|
|
1551
|
+
indeterminate = _ref.indeterminate,
|
|
1552
|
+
inputRef = _ref.inputRef,
|
|
1553
|
+
inputRequired = _ref.inputRequired,
|
|
1554
|
+
invalid = _ref.invalid,
|
|
1555
|
+
label = _ref.label,
|
|
1556
|
+
name = _ref.name,
|
|
1557
|
+
onBlur = _ref.onBlur,
|
|
1558
|
+
onChange = _ref.onChange,
|
|
1559
|
+
onFocus = _ref.onFocus,
|
|
1560
|
+
onInput = _ref.onInput,
|
|
1561
|
+
required = _ref.required,
|
|
1562
|
+
status = _ref.status,
|
|
1563
|
+
value = _ref.value,
|
|
1564
|
+
props = _objectWithoutProperties(_ref, _excluded$Z);
|
|
1565
|
+
var inputId = useId();
|
|
1566
|
+
var descriptionId = useId();
|
|
1567
|
+
var statusId = useId();
|
|
1568
|
+
var errorMessageId = useId();
|
|
1569
|
+
return jsxs(FormField, _objectSpread$_(_objectSpread$_({
|
|
1570
|
+
invalid: invalid,
|
|
1571
|
+
type: "checkbox",
|
|
1572
|
+
ref: ref
|
|
1573
|
+
}, props), {}, {
|
|
1574
|
+
children: [jsx("div", {
|
|
1575
|
+
className: "utrecht-form-field__label utrecht-form-field__label--checkbox",
|
|
1576
|
+
children: jsxs(FormLabel, {
|
|
1577
|
+
type: "checkbox",
|
|
1578
|
+
htmlFor: inputId,
|
|
1579
|
+
children: [jsx(Checkbox, {
|
|
1580
|
+
"aria-describedby": clsx(_defineProperty(_defineProperty(_defineProperty({}, descriptionId, description), errorMessageId, invalid), statusId, status)) || undefined,
|
|
1581
|
+
checked: checked,
|
|
1582
|
+
className: "utrecht-form-field__input",
|
|
1583
|
+
defaultChecked: defaultChecked,
|
|
1584
|
+
defaultValue: defaultValue,
|
|
1585
|
+
disabled: disabled,
|
|
1586
|
+
id: inputId,
|
|
1587
|
+
indeterminate: indeterminate,
|
|
1588
|
+
ref: inputRef,
|
|
1589
|
+
inputRequired: inputRequired,
|
|
1590
|
+
invalid: invalid,
|
|
1591
|
+
name: name,
|
|
1592
|
+
onBlur: onBlur,
|
|
1593
|
+
onChange: onChange,
|
|
1594
|
+
onFocus: onFocus,
|
|
1595
|
+
onInput: onInput,
|
|
1596
|
+
required: required,
|
|
1597
|
+
value: value
|
|
1598
|
+
}), label]
|
|
1599
|
+
})
|
|
1600
|
+
}), description && jsx(FormFieldDescription, {
|
|
1601
|
+
className: "utrecht-form-field__description",
|
|
1602
|
+
id: descriptionId,
|
|
1603
|
+
children: description
|
|
1604
|
+
}), invalid && errorMessage && jsx(FormFieldErrorMessage, {
|
|
1605
|
+
className: "utrecht-form-field__error-message",
|
|
1606
|
+
id: errorMessageId,
|
|
1607
|
+
children: errorMessage
|
|
1608
|
+
}), status && jsx("div", {
|
|
1609
|
+
className: "utrecht-form-field__status",
|
|
1610
|
+
id: statusId,
|
|
1611
|
+
children: status
|
|
1612
|
+
}), children]
|
|
1613
|
+
}));
|
|
1614
|
+
});
|
|
1615
|
+
FormFieldCheckbox.displayName = 'FormFieldCheckbox';
|
|
1616
|
+
|
|
1617
|
+
var css_248z$P = ".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-block-end-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:var(--utrecht-textarea-font-weight,var(--utrecht-form-control-font-weight,initial));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-block-end-width,var(--utrecht-form-control-invalid-border-block-end-width,var(--utrecht-textarea-border-block-end-width,var(--utrecht-form-control-border-block-end-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{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--html-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--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-block-end-width,var(--utrecht-form-control-invalid-border-block-end-width,var(--utrecht-textarea-border-block-end-width,var(--utrecht-form-control-border-block-end-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%}";
|
|
1618
|
+
styleInject$1(css_248z$P);
|
|
1414
1619
|
|
|
1415
|
-
var _excluded$Y = ["dir", "disabled", "
|
|
1620
|
+
var _excluded$Y = ["dir", "disabled", "inputRequired", "invalid", "readOnly", "required", "className"];
|
|
1416
1621
|
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; }
|
|
1417
1622
|
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; }
|
|
1623
|
+
var Textarea = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
1624
|
+
var dir = _ref.dir,
|
|
1625
|
+
disabled = _ref.disabled,
|
|
1626
|
+
inputRequired = _ref.inputRequired,
|
|
1627
|
+
invalid = _ref.invalid,
|
|
1628
|
+
readOnly = _ref.readOnly,
|
|
1629
|
+
required = _ref.required,
|
|
1630
|
+
className = _ref.className,
|
|
1631
|
+
restProps = _objectWithoutProperties(_ref, _excluded$Y);
|
|
1632
|
+
return jsx("textarea", _objectSpread$Z(_objectSpread$Z({}, restProps), {}, {
|
|
1633
|
+
ref: ref,
|
|
1634
|
+
className: clsx('utrecht-textarea', 'utrecht-textarea--html-textarea', disabled && 'utrecht-textarea--disabled', invalid && 'utrecht-textarea--invalid', readOnly && 'utrecht-textarea--readonly', (required || inputRequired) && 'utrecht-textarea--required', className),
|
|
1635
|
+
dir: dir !== null && dir !== void 0 ? dir : 'auto',
|
|
1636
|
+
disabled: disabled,
|
|
1637
|
+
readOnly: readOnly,
|
|
1638
|
+
"aria-required": required ? required : undefined,
|
|
1639
|
+
required: inputRequired,
|
|
1640
|
+
"aria-invalid": invalid || undefined
|
|
1641
|
+
}));
|
|
1642
|
+
});
|
|
1643
|
+
Textarea.displayName = 'Textarea';
|
|
1644
|
+
|
|
1645
|
+
var _excluded$X = ["autoComplete", "children", "cols", "defaultValue", "description", "disabled", "errorMessage", "inputDir", "inputRequired", "invalid", "label", "maxLength", "minLength", "name", "onBlur", "onChange", "onFocus", "onInput", "placeholder", "readOnly", "required", "rows", "status", "inputRef", "value"];
|
|
1646
|
+
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; }
|
|
1647
|
+
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; }
|
|
1648
|
+
var FormFieldTextarea = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
1649
|
+
var autoComplete = _ref.autoComplete,
|
|
1650
|
+
children = _ref.children,
|
|
1651
|
+
cols = _ref.cols,
|
|
1652
|
+
defaultValue = _ref.defaultValue,
|
|
1653
|
+
description = _ref.description,
|
|
1654
|
+
disabled = _ref.disabled,
|
|
1655
|
+
errorMessage = _ref.errorMessage,
|
|
1656
|
+
inputDir = _ref.inputDir,
|
|
1657
|
+
inputRequired = _ref.inputRequired,
|
|
1658
|
+
invalid = _ref.invalid,
|
|
1659
|
+
label = _ref.label,
|
|
1660
|
+
maxLength = _ref.maxLength,
|
|
1661
|
+
minLength = _ref.minLength,
|
|
1662
|
+
name = _ref.name,
|
|
1663
|
+
onBlur = _ref.onBlur,
|
|
1664
|
+
onChange = _ref.onChange,
|
|
1665
|
+
onFocus = _ref.onFocus,
|
|
1666
|
+
onInput = _ref.onInput,
|
|
1667
|
+
placeholder = _ref.placeholder,
|
|
1668
|
+
readOnly = _ref.readOnly,
|
|
1669
|
+
required = _ref.required,
|
|
1670
|
+
rows = _ref.rows,
|
|
1671
|
+
status = _ref.status,
|
|
1672
|
+
inputRef = _ref.inputRef,
|
|
1673
|
+
value = _ref.value,
|
|
1674
|
+
props = _objectWithoutProperties(_ref, _excluded$X);
|
|
1675
|
+
var inputId = useId();
|
|
1676
|
+
var descriptionId = useId();
|
|
1677
|
+
var statusId = useId();
|
|
1678
|
+
var errorMessageId = useId();
|
|
1679
|
+
return jsxs(FormField, _objectSpread$Y(_objectSpread$Y({
|
|
1680
|
+
invalid: invalid,
|
|
1681
|
+
ref: ref
|
|
1682
|
+
}, props), {}, {
|
|
1683
|
+
children: [jsx("div", {
|
|
1684
|
+
className: "utrecht-form-field__label",
|
|
1685
|
+
children: jsx(FormLabel, {
|
|
1686
|
+
htmlFor: inputId,
|
|
1687
|
+
children: label
|
|
1688
|
+
})
|
|
1689
|
+
}), description && jsx(FormFieldDescription, {
|
|
1690
|
+
className: "utrecht-form-field__description",
|
|
1691
|
+
id: descriptionId,
|
|
1692
|
+
children: description
|
|
1693
|
+
}), invalid && errorMessage && jsx(FormFieldErrorMessage, {
|
|
1694
|
+
className: "utrecht-form-field__error-message",
|
|
1695
|
+
id: errorMessageId,
|
|
1696
|
+
children: errorMessage
|
|
1697
|
+
}), jsx("div", {
|
|
1698
|
+
className: "utrecht-form-field__input",
|
|
1699
|
+
children: jsx(Textarea, {
|
|
1700
|
+
"aria-describedby": clsx(_defineProperty(_defineProperty(_defineProperty({}, descriptionId, description), errorMessageId, invalid), statusId, status)) || undefined,
|
|
1701
|
+
autoComplete: autoComplete,
|
|
1702
|
+
cols: cols,
|
|
1703
|
+
defaultValue: defaultValue,
|
|
1704
|
+
dir: inputDir,
|
|
1705
|
+
disabled: disabled,
|
|
1706
|
+
id: inputId,
|
|
1707
|
+
inputRequired: inputRequired,
|
|
1708
|
+
invalid: invalid,
|
|
1709
|
+
maxLength: maxLength,
|
|
1710
|
+
minLength: minLength,
|
|
1711
|
+
name: name,
|
|
1712
|
+
onBlur: onBlur,
|
|
1713
|
+
onChange: onChange,
|
|
1714
|
+
onFocus: onFocus,
|
|
1715
|
+
onInput: onInput,
|
|
1716
|
+
placeholder: placeholder,
|
|
1717
|
+
readOnly: readOnly,
|
|
1718
|
+
ref: inputRef,
|
|
1719
|
+
required: required,
|
|
1720
|
+
rows: rows,
|
|
1721
|
+
value: value
|
|
1722
|
+
})
|
|
1723
|
+
}), status && jsx("div", {
|
|
1724
|
+
className: "utrecht-form-field__status",
|
|
1725
|
+
id: statusId,
|
|
1726
|
+
children: status
|
|
1727
|
+
}), children]
|
|
1728
|
+
}));
|
|
1729
|
+
});
|
|
1730
|
+
FormFieldTextarea.displayName = 'FormFieldTextarea';
|
|
1731
|
+
|
|
1732
|
+
var css_248z$O = ".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:var(--utrecht-textbox-font-weight,var(--utrecht-form-control-font-weight,initial));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{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--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-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}";
|
|
1733
|
+
styleInject$1(css_248z$O);
|
|
1734
|
+
|
|
1735
|
+
var _excluded$W = ["dir", "disabled", "invalid", "readOnly", "required", "inputRequired", "className", "type", "inputMode"];
|
|
1736
|
+
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; }
|
|
1737
|
+
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; }
|
|
1418
1738
|
var Textbox = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
1419
1739
|
var dir = _ref.dir,
|
|
1420
1740
|
disabled = _ref.disabled,
|
|
@@ -1426,8 +1746,8 @@ var Textbox = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
1426
1746
|
_ref$type = _ref.type,
|
|
1427
1747
|
type = _ref$type === void 0 ? 'text' : _ref$type,
|
|
1428
1748
|
inputMode = _ref.inputMode,
|
|
1429
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
1430
|
-
return jsx("input", _objectSpread$
|
|
1749
|
+
restProps = _objectWithoutProperties(_ref, _excluded$W);
|
|
1750
|
+
return jsx("input", _objectSpread$X(_objectSpread$X({}, restProps), {}, {
|
|
1431
1751
|
ref: ref,
|
|
1432
1752
|
type: type,
|
|
1433
1753
|
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),
|
|
@@ -1442,27 +1762,9 @@ var Textbox = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
1442
1762
|
});
|
|
1443
1763
|
Textbox.displayName = 'Textbox';
|
|
1444
1764
|
|
|
1445
|
-
var _excluded$
|
|
1446
|
-
function ownKeys$
|
|
1447
|
-
function _objectSpread$
|
|
1448
|
-
var FormLabel = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
1449
|
-
var children = _ref.children,
|
|
1450
|
-
className = _ref.className,
|
|
1451
|
-
type = _ref.type,
|
|
1452
|
-
disabled = _ref.disabled,
|
|
1453
|
-
checked = _ref.checked,
|
|
1454
|
-
restProps = _objectWithoutProperties(_ref, _excluded$X);
|
|
1455
|
-
return jsx("label", _objectSpread$Y(_objectSpread$Y({}, restProps), {}, {
|
|
1456
|
-
ref: ref,
|
|
1457
|
-
className: clsx('utrecht-form-label', type && "utrecht-form-label--".concat(type), disabled && 'utrecht-form-label--disabled', checked && 'utrecht-form-label--checked', className),
|
|
1458
|
-
children: children
|
|
1459
|
-
}));
|
|
1460
|
-
});
|
|
1461
|
-
FormLabel.displayName = 'FormLabel';
|
|
1462
|
-
|
|
1463
|
-
var _excluded$W = ["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"];
|
|
1464
|
-
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; }
|
|
1465
|
-
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; }
|
|
1765
|
+
var _excluded$V = ["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"];
|
|
1766
|
+
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; }
|
|
1767
|
+
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; }
|
|
1466
1768
|
var FormFieldTextbox = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
1467
1769
|
var name = _ref.name,
|
|
1468
1770
|
invalid = _ref.invalid,
|
|
@@ -1494,12 +1796,12 @@ var FormFieldTextbox = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
1494
1796
|
size = _ref.size,
|
|
1495
1797
|
children = _ref.children,
|
|
1496
1798
|
inputRef = _ref.inputRef,
|
|
1497
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
1799
|
+
props = _objectWithoutProperties(_ref, _excluded$V);
|
|
1498
1800
|
var inputId = useId();
|
|
1499
1801
|
var descriptionId = useId();
|
|
1500
1802
|
var statusId = useId();
|
|
1501
1803
|
var errorMessageId = useId();
|
|
1502
|
-
return jsxs(FormField, _objectSpread$
|
|
1804
|
+
return jsxs(FormField, _objectSpread$W(_objectSpread$W({
|
|
1503
1805
|
invalid: invalid,
|
|
1504
1806
|
ref: ref
|
|
1505
1807
|
}, props), {}, {
|
|
@@ -1557,15 +1859,15 @@ var FormFieldTextbox = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
1557
1859
|
});
|
|
1558
1860
|
FormFieldTextbox.displayName = 'FormFieldTextbox';
|
|
1559
1861
|
|
|
1560
|
-
var css_248z$
|
|
1561
|
-
styleInject(css_248z$
|
|
1862
|
+
var css_248z$N = ".utrecht-form-label{color:var(--utrecht-form-label-color);font-size:var(--utrecht-form-label-font-size);font-weight:var(--utrecht-form-label-font-weight)}.utrecht-form-label--checkbox{color:var(--utrecht-form-label-checkbox-color,var(--utrecht-form-label-color));cursor:var(--utrecht-action-activate-cursor,revert);font-weight:var(--utrecht-form-label-checkbox-font-weight,var(--utrecht-form-label-font-weight))}.utrecht-form-label--checked{font-weight:var(--utrecht-form-label-checked-font-weight,var(--utrecht-form-label-font-weight))}.utrecht-form-label--disabled{color:var(--utrecht-form-label-disabled-color,var(--utrecht-form-label-color));cursor:var(--utrecht-action-disabled-cursor,revert)}.utrecht-form-label--radio{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))}";
|
|
1863
|
+
styleInject$1(css_248z$N);
|
|
1562
1864
|
|
|
1563
|
-
var css_248z$
|
|
1564
|
-
styleInject(css_248z$
|
|
1865
|
+
var css_248z$M = ".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-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)}";
|
|
1866
|
+
styleInject$1(css_248z$M);
|
|
1565
1867
|
|
|
1566
|
-
var _excluded$
|
|
1567
|
-
function ownKeys$
|
|
1568
|
-
function _objectSpread$
|
|
1868
|
+
var _excluded$U = ["checked", "disabled", "invalid", "id", "hidden", "required", "role", "tabIndex", "className"];
|
|
1869
|
+
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; }
|
|
1870
|
+
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; }
|
|
1569
1871
|
var FormToggle = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
1570
1872
|
var checked = _ref.checked,
|
|
1571
1873
|
disabled = _ref.disabled,
|
|
@@ -1576,7 +1878,7 @@ var FormToggle = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
1576
1878
|
role = _ref.role,
|
|
1577
1879
|
tabIndex = _ref.tabIndex,
|
|
1578
1880
|
className = _ref.className,
|
|
1579
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
1881
|
+
restProps = _objectWithoutProperties(_ref, _excluded$U);
|
|
1580
1882
|
return jsxs("div", {
|
|
1581
1883
|
className: clsx('utrecht-form-toggle', 'utrecht-form-toggle--html-checkbox', {
|
|
1582
1884
|
'utrecht-form-toggle--disabled': disabled,
|
|
@@ -1584,7 +1886,7 @@ var FormToggle = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
1584
1886
|
'utrecht-form-toggle--required': required
|
|
1585
1887
|
}, className),
|
|
1586
1888
|
hidden: hidden,
|
|
1587
|
-
children: [jsx("input", _objectSpread$
|
|
1889
|
+
children: [jsx("input", _objectSpread$V({
|
|
1588
1890
|
id: id,
|
|
1589
1891
|
"aria-invalid": invalid || undefined,
|
|
1590
1892
|
type: "checkbox",
|
|
@@ -1606,17 +1908,17 @@ var FormToggle = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
1606
1908
|
});
|
|
1607
1909
|
FormToggle.displayName = 'FormToggle';
|
|
1608
1910
|
|
|
1609
|
-
var css_248z$M = "@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);column-gap:var(--utrecht-button-column-gap);cursor:var(--utrecht-action-activate-cursor,revert);display:inline-flex;font-family:var(--utrecht-button-font-family,var(--utrecht-document-font-family));font-size:var(--_utrecht-button-font-size,var(--utrecht-document-font-family,inherit));font-weight:var(--_utrecht-button-appearance-font-weight,var(--utrecht-button-font-weight));inline-size:var(--utrecht-button-inline-size,auto);justify-content:center;line-height:var(--_utrecht-button-line-height);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-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 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,.utrecht-html label:has(input[type=checkbox i]){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,.utrecht-html label:has(input[type=radio i]){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);text-decoration-skip:none;background-color:var(--utrecht-link-focus-background-color,transparent);text-decoration-skip-ink:none}.utrecht-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);--_utrecht-link-state-text-decoration:var(\n --utrecht-link-focus-visible-text-decoration,var(--utrecht-link-focus-text-decoration)\n );--_utrecht-link-state-text-decoration-thickness:var(\n --utrecht-link-focus-visible-text-decoration-thickness,var(--utrecht-link-focus-text-decoration-thickness)\n );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-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{--utrecht-space-around:1}.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(\n --utrecht-radio-button-disabled-background-color,var(--utrecht-radio-button-background-color)\n );--_utrecht-radio-button-border-color:var(\n --utrecht-radio-button-disabled-border-color,var(--utrecht-radio-button-border-color)\n );--_utrecht-radio-button-border-width:var(\n --utrecht-radio-button-disabled-border-width,var(--utrecht-radio-button-border-width)\n );--_utrecht-radio-button-color:var(--utrecht-radio-button-disabled-color,var(--utrecht-radio-button-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));font-weight:var(--utrecht-select-font-size,var(--utrecht-form-control-font-weight,initial));inline-size:100%;line-height:var(--utrecht-select-line-height,var(--utrecht-form-control-line-height,initial));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{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-html 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-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,transparent);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,transparent);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,transparent);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,transparent);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,transparent);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-block-end-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:var(--utrecht-textarea-font-weight,var(--utrecht-form-control-font-weight,initial));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{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-html 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-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-block-end-width,var(--utrecht-form-control-invalid-border-block-end-width,var(--utrecht-textarea-border-block-end-width,var(--utrecht-form-control-border-block-end-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:var(--utrecht-textbox-font-weight,var(--utrecht-form-control-font-weight,initial));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{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-html input:not([type]):focus-visible,.utrecht-html input[type=date i]:focus-visible,.utrecht-html input[type=datetime-local i]:focus-visible,.utrecht-html input[type=email i]:focus-visible,.utrecht-html input[type=month i]:focus-visible,.utrecht-html input[type=number i]:focus-visible,.utrecht-html input[type=password i]:focus-visible,.utrecht-html input[type=search i]:focus-visible,.utrecht-html input[type=tel i]:focus-visible,.utrecht-html input[type=text i]:focus-visible,.utrecht-html input[type=time i]:focus-visible,.utrecht-html input[type=url i]:focus-visible,.utrecht-html input[type=week 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: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:\"●\"}";
|
|
1610
|
-
styleInject(css_248z$
|
|
1911
|
+
var css_248z$L = "@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);border-color:var(--utrecht-blockquote-border-color);border-radius:var(--utrecht-blockquote-border-radius,0);border-style:solid;border-width:var(--utrecht-blockquote-border-width,0);border-inline-start-width:var(--utrecht-blockquote-border-inline-start-width,var(--utrecht-blockquote-border-width,0));color:var(--utrecht-blockquote-color);color:var(--utrecht-blockquote-content-color,inherit);display:flex;flex-direction:column;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);row-gap:var(--utrecht-blockquote-row-gap,0)}.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);column-gap:var(--utrecht-button-column-gap);cursor:var(--utrecht-action-activate-cursor,revert);display:inline-flex;font-family:var(--utrecht-button-font-family,var(--utrecht-document-font-family));font-size:var(--_utrecht-button-font-size,var(--utrecht-document-font-family,inherit));font-weight:var(--_utrecht-button-appearance-font-weight,var(--utrecht-button-font-weight));inline-size:var(--utrecht-button-inline-size,auto);justify-content:center;line-height:var(--_utrecht-button-line-height);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-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 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,.utrecht-html label:has(input[type=checkbox i]){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,.utrecht-html label:has(input[type=radio i]){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);text-decoration-skip:none;background-color:var(--utrecht-link-focus-background-color,transparent);text-decoration-skip-ink:none}.utrecht-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);--_utrecht-link-state-text-decoration:var(\n --utrecht-link-focus-visible-text-decoration,var(--utrecht-link-focus-text-decoration)\n );--_utrecht-link-state-text-decoration-thickness:var(\n --utrecht-link-focus-visible-text-decoration-thickness,var(--utrecht-link-focus-text-decoration-thickness)\n );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-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{--utrecht-space-around:1}.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(\n --utrecht-radio-button-disabled-background-color,var(--utrecht-radio-button-background-color)\n );--_utrecht-radio-button-border-color:var(\n --utrecht-radio-button-disabled-border-color,var(--utrecht-radio-button-border-color)\n );--_utrecht-radio-button-border-width:var(\n --utrecht-radio-button-disabled-border-width,var(--utrecht-radio-button-border-width)\n );--_utrecht-radio-button-color:var(--utrecht-radio-button-disabled-color,var(--utrecht-radio-button-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));font-weight:var(--utrecht-select-font-size,var(--utrecht-form-control-font-weight,initial));inline-size:100%;line-height:var(--utrecht-select-line-height,var(--utrecht-form-control-line-height,initial));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{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-html 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-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,transparent);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,transparent);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,transparent);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,transparent);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,transparent);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-block-end-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:var(--utrecht-textarea-font-weight,var(--utrecht-form-control-font-weight,initial));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{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-html 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-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-block-end-width,var(--utrecht-form-control-invalid-border-block-end-width,var(--utrecht-textarea-border-block-end-width,var(--utrecht-form-control-border-block-end-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:var(--utrecht-textbox-font-weight,var(--utrecht-form-control-font-weight,initial));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{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-html input:not([type]):focus-visible,.utrecht-html input[type=date i]:focus-visible,.utrecht-html input[type=datetime-local i]:focus-visible,.utrecht-html input[type=email i]:focus-visible,.utrecht-html input[type=month i]:focus-visible,.utrecht-html input[type=number i]:focus-visible,.utrecht-html input[type=password i]:focus-visible,.utrecht-html input[type=search i]:focus-visible,.utrecht-html input[type=tel i]:focus-visible,.utrecht-html input[type=text i]:focus-visible,.utrecht-html input[type=time i]:focus-visible,.utrecht-html input[type=url i]:focus-visible,.utrecht-html input[type=week 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: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:\"●\"}";
|
|
1912
|
+
styleInject$1(css_248z$L);
|
|
1611
1913
|
|
|
1612
|
-
var _excluded$
|
|
1613
|
-
function ownKeys$
|
|
1614
|
-
function _objectSpread$
|
|
1914
|
+
var _excluded$T = ["children", "className"];
|
|
1915
|
+
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; }
|
|
1916
|
+
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; }
|
|
1615
1917
|
var HTMLContent = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
1616
1918
|
var children = _ref.children,
|
|
1617
1919
|
className = _ref.className,
|
|
1618
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
1619
|
-
return jsx("div", _objectSpread$
|
|
1920
|
+
restProps = _objectWithoutProperties(_ref, _excluded$T);
|
|
1921
|
+
return jsx("div", _objectSpread$U(_objectSpread$U({}, restProps), {}, {
|
|
1620
1922
|
ref: ref,
|
|
1621
1923
|
className: clsx('utrecht-html', className),
|
|
1622
1924
|
children: children
|
|
@@ -1624,32 +1926,32 @@ var HTMLContent = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
1624
1926
|
});
|
|
1625
1927
|
HTMLContent.displayName = 'HTMLContent';
|
|
1626
1928
|
|
|
1627
|
-
var css_248z$
|
|
1628
|
-
styleInject(css_248z$
|
|
1929
|
+
var css_248z$K = ".utrecht-heading-1{break-inside:avoid-column;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));page-break-after:avoid;page-break-inside:avoid}.utrecht-heading-1--distanced{--utrecht-space-around:1}";
|
|
1930
|
+
styleInject$1(css_248z$K);
|
|
1629
1931
|
|
|
1630
|
-
var css_248z$
|
|
1631
|
-
styleInject(css_248z$
|
|
1932
|
+
var css_248z$J = ".utrecht-heading-2{break-inside:avoid-column;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));page-break-after:avoid;page-break-inside:avoid}.utrecht-heading-2--distanced{--utrecht-space-around:1}";
|
|
1933
|
+
styleInject$1(css_248z$J);
|
|
1632
1934
|
|
|
1633
|
-
var css_248z$
|
|
1634
|
-
styleInject(css_248z$
|
|
1935
|
+
var css_248z$I = ".utrecht-heading-3{break-inside:avoid-column;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));page-break-after:avoid;page-break-inside:avoid}.utrecht-heading-3--distanced{--utrecht-space-around:1}";
|
|
1936
|
+
styleInject$1(css_248z$I);
|
|
1635
1937
|
|
|
1636
|
-
var css_248z$
|
|
1637
|
-
styleInject(css_248z$
|
|
1938
|
+
var css_248z$H = ".utrecht-heading-4{break-inside:avoid-column;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));page-break-after:avoid;page-break-inside:avoid}.utrecht-heading-4--distanced{--utrecht-space-around:1}";
|
|
1939
|
+
styleInject$1(css_248z$H);
|
|
1638
1940
|
|
|
1639
|
-
var css_248z$
|
|
1640
|
-
styleInject(css_248z$
|
|
1941
|
+
var css_248z$G = ".utrecht-heading-5{break-inside:avoid-column;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));page-break-after:avoid;page-break-inside:avoid}.utrecht-heading-5--distanced{--utrecht-space-around:1}";
|
|
1942
|
+
styleInject$1(css_248z$G);
|
|
1641
1943
|
|
|
1642
|
-
var css_248z$
|
|
1643
|
-
styleInject(css_248z$
|
|
1944
|
+
var css_248z$F = ".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}";
|
|
1945
|
+
styleInject$1(css_248z$F);
|
|
1644
1946
|
|
|
1645
|
-
var _excluded$
|
|
1646
|
-
function ownKeys$
|
|
1647
|
-
function _objectSpread$
|
|
1947
|
+
var _excluded$S = ["children", "className"];
|
|
1948
|
+
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; }
|
|
1949
|
+
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; }
|
|
1648
1950
|
var Heading1 = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
1649
1951
|
var children = _ref.children,
|
|
1650
1952
|
className = _ref.className,
|
|
1651
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
1652
|
-
return jsx("h1", _objectSpread$
|
|
1953
|
+
restProps = _objectWithoutProperties(_ref, _excluded$S);
|
|
1954
|
+
return jsx("h1", _objectSpread$T(_objectSpread$T({}, restProps), {}, {
|
|
1653
1955
|
ref: ref,
|
|
1654
1956
|
className: clsx('utrecht-heading-1', className),
|
|
1655
1957
|
children: children
|
|
@@ -1657,14 +1959,14 @@ var Heading1 = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
1657
1959
|
});
|
|
1658
1960
|
Heading1.displayName = 'Heading1';
|
|
1659
1961
|
|
|
1660
|
-
var _excluded$
|
|
1661
|
-
function ownKeys$
|
|
1662
|
-
function _objectSpread$
|
|
1962
|
+
var _excluded$R = ["children", "className"];
|
|
1963
|
+
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; }
|
|
1964
|
+
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; }
|
|
1663
1965
|
var Heading2 = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
1664
1966
|
var children = _ref.children,
|
|
1665
1967
|
className = _ref.className,
|
|
1666
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
1667
|
-
return jsx("h2", _objectSpread$
|
|
1968
|
+
restProps = _objectWithoutProperties(_ref, _excluded$R);
|
|
1969
|
+
return jsx("h2", _objectSpread$S(_objectSpread$S({}, restProps), {}, {
|
|
1668
1970
|
ref: ref,
|
|
1669
1971
|
className: clsx('utrecht-heading-2', className),
|
|
1670
1972
|
children: children
|
|
@@ -1672,14 +1974,14 @@ var Heading2 = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
1672
1974
|
});
|
|
1673
1975
|
Heading2.displayName = 'Heading2';
|
|
1674
1976
|
|
|
1675
|
-
var _excluded$
|
|
1676
|
-
function ownKeys$
|
|
1677
|
-
function _objectSpread$
|
|
1977
|
+
var _excluded$Q = ["children", "className"];
|
|
1978
|
+
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; }
|
|
1979
|
+
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; }
|
|
1678
1980
|
var Heading3 = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
1679
1981
|
var children = _ref.children,
|
|
1680
1982
|
className = _ref.className,
|
|
1681
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
1682
|
-
return jsx("h3", _objectSpread$
|
|
1983
|
+
restProps = _objectWithoutProperties(_ref, _excluded$Q);
|
|
1984
|
+
return jsx("h3", _objectSpread$R(_objectSpread$R({}, restProps), {}, {
|
|
1683
1985
|
ref: ref,
|
|
1684
1986
|
className: clsx('utrecht-heading-3', className),
|
|
1685
1987
|
children: children
|
|
@@ -1687,14 +1989,14 @@ var Heading3 = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
1687
1989
|
});
|
|
1688
1990
|
Heading3.displayName = 'Heading3';
|
|
1689
1991
|
|
|
1690
|
-
var _excluded$
|
|
1691
|
-
function ownKeys$
|
|
1692
|
-
function _objectSpread$
|
|
1992
|
+
var _excluded$P = ["children", "className"];
|
|
1993
|
+
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; }
|
|
1994
|
+
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; }
|
|
1693
1995
|
var Heading4 = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
1694
1996
|
var children = _ref.children,
|
|
1695
1997
|
className = _ref.className,
|
|
1696
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
1697
|
-
return jsx("h4", _objectSpread$
|
|
1998
|
+
restProps = _objectWithoutProperties(_ref, _excluded$P);
|
|
1999
|
+
return jsx("h4", _objectSpread$Q(_objectSpread$Q({}, restProps), {}, {
|
|
1698
2000
|
ref: ref,
|
|
1699
2001
|
className: clsx('utrecht-heading-4', className),
|
|
1700
2002
|
children: children
|
|
@@ -1702,14 +2004,14 @@ var Heading4 = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
1702
2004
|
});
|
|
1703
2005
|
Heading4.displayName = 'Heading4';
|
|
1704
2006
|
|
|
1705
|
-
var _excluded$
|
|
1706
|
-
function ownKeys$
|
|
1707
|
-
function _objectSpread$
|
|
2007
|
+
var _excluded$O = ["children", "className"];
|
|
2008
|
+
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; }
|
|
2009
|
+
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; }
|
|
1708
2010
|
var Heading5 = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
1709
2011
|
var children = _ref.children,
|
|
1710
2012
|
className = _ref.className,
|
|
1711
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
1712
|
-
return jsx("h5", _objectSpread$
|
|
2013
|
+
restProps = _objectWithoutProperties(_ref, _excluded$O);
|
|
2014
|
+
return jsx("h5", _objectSpread$P(_objectSpread$P({}, restProps), {}, {
|
|
1713
2015
|
ref: ref,
|
|
1714
2016
|
className: clsx('utrecht-heading-5', className),
|
|
1715
2017
|
children: children
|
|
@@ -1717,14 +2019,14 @@ var Heading5 = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
1717
2019
|
});
|
|
1718
2020
|
Heading5.displayName = 'Heading5';
|
|
1719
2021
|
|
|
1720
|
-
var _excluded$
|
|
1721
|
-
function ownKeys$
|
|
1722
|
-
function _objectSpread$
|
|
2022
|
+
var _excluded$N = ["children", "className"];
|
|
2023
|
+
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; }
|
|
2024
|
+
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; }
|
|
1723
2025
|
var Heading6 = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
1724
2026
|
var children = _ref.children,
|
|
1725
2027
|
className = _ref.className,
|
|
1726
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
1727
|
-
return jsx("h6", _objectSpread$
|
|
2028
|
+
restProps = _objectWithoutProperties(_ref, _excluded$N);
|
|
2029
|
+
return jsx("h6", _objectSpread$O(_objectSpread$O({}, restProps), {}, {
|
|
1728
2030
|
ref: ref,
|
|
1729
2031
|
className: clsx('utrecht-heading-6', className),
|
|
1730
2032
|
children: children
|
|
@@ -1732,17 +2034,17 @@ var Heading6 = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
1732
2034
|
});
|
|
1733
2035
|
Heading6.displayName = 'Heading6';
|
|
1734
2036
|
|
|
1735
|
-
var css_248z$
|
|
1736
|
-
styleInject(css_248z$
|
|
2037
|
+
var css_248z$E = ".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}";
|
|
2038
|
+
styleInject$1(css_248z$E);
|
|
1737
2039
|
|
|
1738
|
-
var _excluded$
|
|
1739
|
-
function ownKeys$
|
|
1740
|
-
function _objectSpread$
|
|
2040
|
+
var _excluded$M = ["children", "className"];
|
|
2041
|
+
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; }
|
|
2042
|
+
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; }
|
|
1741
2043
|
var HeadingGroup = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
1742
2044
|
var children = _ref.children,
|
|
1743
2045
|
className = _ref.className,
|
|
1744
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
1745
|
-
return jsx("hgroup", _objectSpread$
|
|
2046
|
+
restProps = _objectWithoutProperties(_ref, _excluded$M);
|
|
2047
|
+
return jsx("hgroup", _objectSpread$N(_objectSpread$N({}, restProps), {}, {
|
|
1746
2048
|
ref: ref,
|
|
1747
2049
|
className: clsx('utrecht-heading-group', className),
|
|
1748
2050
|
children: children
|
|
@@ -1750,12 +2052,12 @@ var HeadingGroup = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
1750
2052
|
});
|
|
1751
2053
|
HeadingGroup.displayName = 'HeadingGroup';
|
|
1752
2054
|
|
|
1753
|
-
var css_248z$
|
|
1754
|
-
styleInject(css_248z$
|
|
2055
|
+
var css_248z$D = ".utrecht-iban-data{font-variant-numeric:lining-nums slashed-zero tabular-nums;white-space:nowrap}";
|
|
2056
|
+
styleInject$1(css_248z$D);
|
|
1755
2057
|
|
|
1756
|
-
var _excluded$
|
|
1757
|
-
function ownKeys$
|
|
1758
|
-
function _objectSpread$
|
|
2058
|
+
var _excluded$L = ["children", "value", "className"];
|
|
2059
|
+
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; }
|
|
2060
|
+
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; }
|
|
1759
2061
|
/* Exported only for unit tests, not part of the public API */
|
|
1760
2062
|
var normalizeIBAN = function normalizeIBAN(iban) {
|
|
1761
2063
|
return iban
|
|
@@ -1772,10 +2074,10 @@ var IBANData = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
1772
2074
|
var children = _ref.children,
|
|
1773
2075
|
value = _ref.value,
|
|
1774
2076
|
className = _ref.className,
|
|
1775
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
2077
|
+
restProps = _objectWithoutProperties(_ref, _excluded$L);
|
|
1776
2078
|
var normalized = normalizeIBAN(value);
|
|
1777
2079
|
var formatted = formatIBAN(normalized);
|
|
1778
|
-
return jsx("data", _objectSpread$
|
|
2080
|
+
return jsx("data", _objectSpread$M(_objectSpread$M({}, restProps), {}, {
|
|
1779
2081
|
ref: ref,
|
|
1780
2082
|
value: normalized,
|
|
1781
2083
|
className: clsx('utrecht-iban-data', className),
|
|
@@ -1785,19 +2087,19 @@ var IBANData = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
1785
2087
|
});
|
|
1786
2088
|
IBANData.displayName = 'IBANData';
|
|
1787
2089
|
|
|
1788
|
-
var css_248z$
|
|
1789
|
-
styleInject(css_248z$
|
|
2090
|
+
var css_248z$C = ".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%}";
|
|
2091
|
+
styleInject$1(css_248z$C);
|
|
1790
2092
|
|
|
1791
|
-
var _excluded$
|
|
1792
|
-
function ownKeys$
|
|
1793
|
-
function _objectSpread$
|
|
2093
|
+
var _excluded$K = ["children", "className", "role"];
|
|
2094
|
+
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; }
|
|
2095
|
+
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; }
|
|
1794
2096
|
var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
1795
2097
|
var children = _ref.children,
|
|
1796
2098
|
className = _ref.className,
|
|
1797
2099
|
_ref$role = _ref.role,
|
|
1798
2100
|
role = _ref$role === void 0 ? 'presentation' : _ref$role,
|
|
1799
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
1800
|
-
return jsx("span", _objectSpread$
|
|
2101
|
+
restProps = _objectWithoutProperties(_ref, _excluded$K);
|
|
2102
|
+
return jsx("span", _objectSpread$L(_objectSpread$L({
|
|
1801
2103
|
ref: ref,
|
|
1802
2104
|
className: clsx('utrecht-icon', className),
|
|
1803
2105
|
role: role,
|
|
@@ -1808,19 +2110,19 @@ var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
1808
2110
|
});
|
|
1809
2111
|
Icon.displayName = 'Icon';
|
|
1810
2112
|
|
|
1811
|
-
var css_248z$
|
|
1812
|
-
styleInject(css_248z$
|
|
2113
|
+
var css_248z$B = ".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}";
|
|
2114
|
+
styleInject$1(css_248z$B);
|
|
1813
2115
|
|
|
1814
|
-
var _excluded$
|
|
1815
|
-
function ownKeys$
|
|
1816
|
-
function _objectSpread$
|
|
2116
|
+
var _excluded$J = ["component", "currentChar", "characters", "onLinkClick", "Link"];
|
|
2117
|
+
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; }
|
|
2118
|
+
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; }
|
|
1817
2119
|
var IndexCharNav = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
1818
2120
|
var component = _ref.component,
|
|
1819
2121
|
currentChar = _ref.currentChar,
|
|
1820
2122
|
characters = _ref.characters,
|
|
1821
2123
|
onLinkClick = _ref.onLinkClick,
|
|
1822
2124
|
Link = _ref.Link,
|
|
1823
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
2125
|
+
restProps = _objectWithoutProperties(_ref, _excluded$J);
|
|
1824
2126
|
var LinkComponent = Link ? Link : ButtonLink;
|
|
1825
2127
|
var links = [];
|
|
1826
2128
|
if (component === 'button') {
|
|
@@ -1828,7 +2130,7 @@ var IndexCharNav = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
1828
2130
|
var _char = _ref2["char"],
|
|
1829
2131
|
disabled = _ref2.disabled;
|
|
1830
2132
|
var current = currentChar === _char;
|
|
1831
|
-
return /*#__PURE__*/createElement(Button, _objectSpread$
|
|
2133
|
+
return /*#__PURE__*/createElement(Button, _objectSpread$K(_objectSpread$K({}, restProps), {}, {
|
|
1832
2134
|
className: clsx({
|
|
1833
2135
|
'utrecht-index-char-nav__link--current': current
|
|
1834
2136
|
}),
|
|
@@ -1858,7 +2160,7 @@ var IndexCharNav = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
1858
2160
|
'utrecht-index-char-nav__link--disabled': disabled,
|
|
1859
2161
|
'utrecht-button-link--placeholder': disabled
|
|
1860
2162
|
});
|
|
1861
|
-
return jsx(LinkComponent, _objectSpread$
|
|
2163
|
+
return jsx(LinkComponent, _objectSpread$K(_objectSpread$K({
|
|
1862
2164
|
ref: ref,
|
|
1863
2165
|
appearance: Link ? undefined : current ? 'primary-action-button' : 'secondary-action-button',
|
|
1864
2166
|
href: href,
|
|
@@ -1888,17 +2190,17 @@ var IndexCharNav = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
1888
2190
|
});
|
|
1889
2191
|
IndexCharNav.displayName = 'IndexCharNav';
|
|
1890
2192
|
|
|
1891
|
-
var css_248z$
|
|
1892
|
-
styleInject(css_248z$
|
|
2193
|
+
var css_248z$A = ".utrecht-img{height:auto;width:auto}.utrecht-img--photo,.utrecht-img--scale-down{max-height:100%;max-width:100%}";
|
|
2194
|
+
styleInject$1(css_248z$A);
|
|
1893
2195
|
|
|
1894
|
-
var _excluded$
|
|
1895
|
-
function ownKeys$
|
|
1896
|
-
function _objectSpread$
|
|
2196
|
+
var _excluded$I = ["className", "photo"];
|
|
2197
|
+
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; }
|
|
2198
|
+
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; }
|
|
1897
2199
|
var Image = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
1898
2200
|
var className = _ref.className,
|
|
1899
2201
|
photo = _ref.photo,
|
|
1900
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
1901
|
-
return jsx("img", _objectSpread$
|
|
2202
|
+
restProps = _objectWithoutProperties(_ref, _excluded$I);
|
|
2203
|
+
return jsx("img", _objectSpread$J(_objectSpread$J({}, restProps), {}, {
|
|
1902
2204
|
ref: ref,
|
|
1903
2205
|
className: clsx('utrecht-img', {
|
|
1904
2206
|
'utrecht-img--photo': photo
|
|
@@ -1907,15 +2209,15 @@ var Image = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
1907
2209
|
});
|
|
1908
2210
|
Image.displayName = 'Image';
|
|
1909
2211
|
|
|
1910
|
-
var css_248z$
|
|
1911
|
-
styleInject(css_248z$
|
|
2212
|
+
var css_248z$z = ".utrecht-link{--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-link:any-link{--_utrecht-link-forced-colors-color:linktext;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-underline-offset:var(--utrecht-link-text-underline-offset)}.utrecht-link--visited{--_utrecht-link-forced-colors-color:visitedtext;--_utrecht-link-state-color:var(--utrecht-link-visited-color)}.utrecht-link--hover,.utrecht-link--html-a:any-link: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--focus{--_utrecht-link-state-color:var(--utrecht-link-focus-color);text-decoration-skip:none;background-color:var(--utrecht-link-focus-background-color,transparent);text-decoration-skip-ink:none}.utrecht-link--focus-visible{--_utrecht-focus-ring-box-shadow:0 0 0 var(--utrecht-focus-outline-width,0) var(--utrecht-focus-inverse-outline-color,transparent);--_utrecht-link-state-text-decoration:var(\n --utrecht-link-focus-visible-text-decoration,var(--utrecht-link-focus-text-decoration)\n );--_utrecht-link-state-text-decoration-thickness:var(\n --utrecht-link-focus-visible-text-decoration-thickness,var(--utrecht-link-focus-text-decoration-thickness)\n );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--html-a:focus-visible,.utrecht-link--html-span:focus-visible{--_utrecht-focus-ring-box-shadow:0 0 0 var(--utrecht-focus-outline-width,0) var(--utrecht-focus-inverse-outline-color,transparent);--_utrecht-link-state-text-decoration:var(\n --utrecht-link-focus-visible-text-decoration,var(--utrecht-link-focus-text-decoration)\n );--_utrecht-link-state-text-decoration-thickness:var(\n --utrecht-link-focus-visible-text-decoration-thickness,var(--utrecht-link-focus-text-decoration-thickness)\n );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--html-a:any-link:focus,.utrecht-link--html-span:focus{--_utrecht-link-state-color:var(--utrecht-link-focus-color);text-decoration-skip:none;background-color:var(--utrecht-link-focus-background-color,transparent);text-decoration-skip-ink:none}.utrecht-link--active,.utrecht-link--html-a:any-link:active,.utrecht-link--html-span:active{--_utrecht-link-forced-colors-color:activetext;--_utrecht-link-state-color:var(--utrecht-link-active-color)}.utrecht-link--telephone{white-space:nowrap}.utrecht-link--current{cursor:var(--utrecht-action-inert-cursor,normal);font-weight:var(--utrecht-link-current-font-weight)}.utrecht-link--box-content:any-link{color:unset;display:inline-block;text-decoration-line:unset;text-decoration-skip-ink:unset;text-decoration-thickness:unset;text-underline-offset:unset}.utrecht-link--placeholder{--_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--forced-colors{--utrecht-focus-outline-color:Highlight;--utrecht-focus-inverse-outline-color:HighlightText;--utrecht-link-color:linktext;--utrecht-link-hover-color:linktext;--utrecht-link-focus-color:linktext;--utrecht-link-active-color:activetext;--utrecht-link-visited-color:visitedtext;--utrecht-link-placeholder-color:GrayText}";
|
|
2213
|
+
styleInject$1(css_248z$z);
|
|
1912
2214
|
|
|
1913
|
-
var css_248z$
|
|
1914
|
-
styleInject(css_248z$
|
|
2215
|
+
var css_248z$y = ".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);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);--_utrecht-link-state-text-decoration:var(\n --utrecht-link-focus-visible-text-decoration,var(--utrecht-link-focus-text-decoration)\n );--_utrecht-link-state-text-decoration-thickness:var(\n --utrecht-link-focus-visible-text-decoration-thickness,var(--utrecht-link-focus-text-decoration-thickness)\n );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}";
|
|
2216
|
+
styleInject$1(css_248z$y);
|
|
1915
2217
|
|
|
1916
|
-
var _excluded$
|
|
1917
|
-
function ownKeys$
|
|
1918
|
-
function _objectSpread$
|
|
2218
|
+
var _excluded$H = ["children", "disabled", "inline", "className", "pressed", "type"];
|
|
2219
|
+
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; }
|
|
2220
|
+
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; }
|
|
1919
2221
|
var LinkButton = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
1920
2222
|
var children = _ref.children,
|
|
1921
2223
|
disabled = _ref.disabled,
|
|
@@ -1923,8 +2225,8 @@ var LinkButton = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
1923
2225
|
className = _ref.className,
|
|
1924
2226
|
pressed = _ref.pressed,
|
|
1925
2227
|
type = _ref.type,
|
|
1926
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
1927
|
-
return jsx("button", _objectSpread$
|
|
2228
|
+
restProps = _objectWithoutProperties(_ref, _excluded$H);
|
|
2229
|
+
return jsx("button", _objectSpread$I(_objectSpread$I({
|
|
1928
2230
|
ref: ref,
|
|
1929
2231
|
"aria-pressed": typeof pressed === 'boolean' ? pressed : undefined,
|
|
1930
2232
|
className: clsx('utrecht-link-button', 'utrecht-link-button--html-button', {
|
|
@@ -1940,21 +2242,21 @@ var LinkButton = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
1940
2242
|
});
|
|
1941
2243
|
LinkButton.displayName = 'LinkButton';
|
|
1942
2244
|
|
|
1943
|
-
var css_248z$
|
|
1944
|
-
styleInject(css_248z$
|
|
2245
|
+
var css_248z$x = ".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)}";
|
|
2246
|
+
styleInject$1(css_248z$x);
|
|
1945
2247
|
|
|
1946
|
-
var _excluded$
|
|
2248
|
+
var _excluded$G = ["className", "icon", "children"],
|
|
1947
2249
|
_excluded2$5 = ["children", "icon", "links", "className"];
|
|
1948
|
-
function ownKeys$
|
|
1949
|
-
function _objectSpread$
|
|
2250
|
+
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; }
|
|
2251
|
+
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; }
|
|
1950
2252
|
var LinkListLink = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
1951
2253
|
var className = _ref.className,
|
|
1952
2254
|
icon = _ref.icon,
|
|
1953
2255
|
children = _ref.children,
|
|
1954
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
2256
|
+
restProps = _objectWithoutProperties(_ref, _excluded$G);
|
|
1955
2257
|
return jsx("li", {
|
|
1956
2258
|
className: clsx('utrecht-link-list__item', className),
|
|
1957
|
-
children: jsxs(Link, _objectSpread$
|
|
2259
|
+
children: jsxs(Link, _objectSpread$H(_objectSpread$H({
|
|
1958
2260
|
className: "utrecht-link-list__link"
|
|
1959
2261
|
}, restProps), {}, {
|
|
1960
2262
|
ref: ref,
|
|
@@ -1972,13 +2274,13 @@ var LinkList = /*#__PURE__*/forwardRef(function (_ref2, ref) {
|
|
|
1972
2274
|
links = _ref2.links,
|
|
1973
2275
|
className = _ref2.className,
|
|
1974
2276
|
restProps = _objectWithoutProperties(_ref2, _excluded2$5);
|
|
1975
|
-
return jsxs("ul", _objectSpread$
|
|
2277
|
+
return jsxs("ul", _objectSpread$H(_objectSpread$H({
|
|
1976
2278
|
role: "list",
|
|
1977
2279
|
ref: ref,
|
|
1978
2280
|
className: clsx('utrecht-link-list', 'utrecht-link-list--html-ul', className)
|
|
1979
2281
|
}, restProps), {}, {
|
|
1980
2282
|
children: [children, Array.isArray(links) && links.map(function (linkProps, index) {
|
|
1981
|
-
return jsx(LinkListLink, _objectSpread$
|
|
2283
|
+
return jsx(LinkListLink, _objectSpread$H({
|
|
1982
2284
|
icon: typeof icon === 'function' ? icon() : undefined
|
|
1983
2285
|
}, linkProps), index);
|
|
1984
2286
|
})]
|
|
@@ -1986,18 +2288,18 @@ var LinkList = /*#__PURE__*/forwardRef(function (_ref2, ref) {
|
|
|
1986
2288
|
});
|
|
1987
2289
|
LinkList.displayName = 'LinkList';
|
|
1988
2290
|
|
|
1989
|
-
var css_248z$
|
|
1990
|
-
styleInject(css_248z$
|
|
2291
|
+
var css_248z$w = ".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)}";
|
|
2292
|
+
styleInject$1(css_248z$w);
|
|
1991
2293
|
|
|
1992
|
-
var _excluded$
|
|
1993
|
-
function ownKeys$
|
|
1994
|
-
function _objectSpread$
|
|
2294
|
+
var _excluded$F = ["children", "className", "external"];
|
|
2295
|
+
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; }
|
|
2296
|
+
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; }
|
|
1995
2297
|
var LinkSocial = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
1996
2298
|
var children = _ref.children,
|
|
1997
2299
|
className = _ref.className,
|
|
1998
2300
|
external = _ref.external,
|
|
1999
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
2000
|
-
return jsx("a", _objectSpread$
|
|
2301
|
+
restProps = _objectWithoutProperties(_ref, _excluded$F);
|
|
2302
|
+
return jsx("a", _objectSpread$G(_objectSpread$G({}, restProps), {}, {
|
|
2001
2303
|
ref: ref,
|
|
2002
2304
|
className: clsx('utrecht-link-social', className),
|
|
2003
2305
|
rel: external !== false ? 'external noopener noreferrer' : undefined,
|
|
@@ -2006,14 +2308,14 @@ var LinkSocial = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
2006
2308
|
});
|
|
2007
2309
|
LinkSocial.displayName = 'LinkSocial';
|
|
2008
2310
|
|
|
2009
|
-
var css_248z$
|
|
2010
|
-
styleInject(css_248z$
|
|
2311
|
+
var css_248z$v = ".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;font-weight:var(--utrecht-listbox-font-weight,var(--utrecht-form-control-font-weight,initial));inline-size:var(--utrecht-listbox-inline-size,var(--utrecht-form-control-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)}";
|
|
2312
|
+
styleInject$1(css_248z$v);
|
|
2011
2313
|
|
|
2012
|
-
var _excluded$
|
|
2314
|
+
var _excluded$E = ["children", "className", "disabled", "invalid", "multiple", "readOnly", "required"],
|
|
2013
2315
|
_excluded2$4 = ["children", "label"],
|
|
2014
2316
|
_excluded3$2 = ["active", "className", "disabled", "selected"];
|
|
2015
|
-
function ownKeys$
|
|
2016
|
-
function _objectSpread$
|
|
2317
|
+
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; }
|
|
2318
|
+
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; }
|
|
2017
2319
|
var Listbox = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
2018
2320
|
var children = _ref.children,
|
|
2019
2321
|
className = _ref.className,
|
|
@@ -2022,8 +2324,8 @@ var Listbox = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
2022
2324
|
multiple = _ref.multiple,
|
|
2023
2325
|
readOnly = _ref.readOnly,
|
|
2024
2326
|
required = _ref.required,
|
|
2025
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
2026
|
-
return jsx("div", _objectSpread$
|
|
2327
|
+
restProps = _objectWithoutProperties(_ref, _excluded$E);
|
|
2328
|
+
return jsx("div", _objectSpread$F(_objectSpread$F({
|
|
2027
2329
|
className: clsx('utrecht-listbox', 'utrecht-listbox--html-div', {
|
|
2028
2330
|
'utrecht-listbox--disabled': disabled,
|
|
2029
2331
|
'utrecht-listbox--invalid': invalid,
|
|
@@ -2050,7 +2352,7 @@ var ListboxOptionGroup = /*#__PURE__*/forwardRef(function (_ref2, ref) {
|
|
|
2050
2352
|
label = _ref2.label,
|
|
2051
2353
|
restProps = _objectWithoutProperties(_ref2, _excluded2$4);
|
|
2052
2354
|
var id = useId();
|
|
2053
|
-
return jsxs("li", _objectSpread$
|
|
2355
|
+
return jsxs("li", _objectSpread$F(_objectSpread$F({
|
|
2054
2356
|
className: "utrecht-listbox__group",
|
|
2055
2357
|
role: "group",
|
|
2056
2358
|
"aria-labelledby": id
|
|
@@ -2072,7 +2374,7 @@ var ListboxOption = /*#__PURE__*/forwardRef(function (_ref3, ref) {
|
|
|
2072
2374
|
disabled = _ref3.disabled,
|
|
2073
2375
|
selected = _ref3.selected,
|
|
2074
2376
|
restProps = _objectWithoutProperties(_ref3, _excluded3$2);
|
|
2075
|
-
return jsx("li", _objectSpread$
|
|
2377
|
+
return jsx("li", _objectSpread$F(_objectSpread$F({
|
|
2076
2378
|
className: clsx('utrecht-listbox__option', 'utrecht-listbox__option--html-li', {
|
|
2077
2379
|
'utrecht-listbox__option--active': active,
|
|
2078
2380
|
'utrecht-listbox__option--disabled': disabled,
|
|
@@ -2088,8 +2390,8 @@ var ListboxOption = /*#__PURE__*/forwardRef(function (_ref3, ref) {
|
|
|
2088
2390
|
});
|
|
2089
2391
|
ListboxOption.displayName = 'ListboxOption';
|
|
2090
2392
|
|
|
2091
|
-
var css_248z$
|
|
2092
|
-
styleInject(css_248z$
|
|
2393
|
+
var css_248z$u = ".utrecht-list-social{display:flex;margin-block-end:var(--utrecht-list-social-margin-block-end);margin-block-start:var(--utrecht-list-social-margin-block-start);padding-inline-end:var(--utrecht-list-social-padding-inline-end);padding-inline-start:var(--utrecht-list-social-padding-inline-start)}.utrecht-list-social__item{list-style-type:none;margin-inline-end:var(--utrecht-list-social-item-margin-inline-end)}.utrecht-list-social__item:last-child{margin-inline-end:0}";
|
|
2394
|
+
styleInject$1(css_248z$u);
|
|
2093
2395
|
|
|
2094
2396
|
var ListSocial = function ListSocial(_ref) {
|
|
2095
2397
|
var children = _ref.children;
|
|
@@ -2106,30 +2408,34 @@ var ListSocialItem = function ListSocialItem(_ref2) {
|
|
|
2106
2408
|
});
|
|
2107
2409
|
};
|
|
2108
2410
|
|
|
2109
|
-
var css_248z$
|
|
2110
|
-
styleInject(css_248z$
|
|
2411
|
+
var css_248z$t = ".utrecht-logo{display:block;margin-block-end:0;margin-block-start:0;margin-inline-end:0;margin-inline-start:0;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>img,.utrecht-logo>picture,.utrecht-logo>svg{block-size:100%;display:inline-block;inline-size:auto}";
|
|
2412
|
+
styleInject$1(css_248z$t);
|
|
2111
2413
|
|
|
2112
|
-
var _excluded$
|
|
2113
|
-
function ownKeys$
|
|
2114
|
-
function _objectSpread$
|
|
2414
|
+
var _excluded$D = ["children", "className", "caption"];
|
|
2415
|
+
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; }
|
|
2416
|
+
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; }
|
|
2115
2417
|
var Logo = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
2116
2418
|
var children = _ref.children,
|
|
2117
2419
|
className = _ref.className,
|
|
2118
|
-
|
|
2119
|
-
|
|
2420
|
+
caption = _ref.caption,
|
|
2421
|
+
restProps = _objectWithoutProperties(_ref, _excluded$D);
|
|
2422
|
+
return jsxs("figure", _objectSpread$E(_objectSpread$E({
|
|
2120
2423
|
ref: ref,
|
|
2121
2424
|
className: clsx('utrecht-logo', className)
|
|
2122
2425
|
}, restProps), {}, {
|
|
2123
|
-
children: children
|
|
2426
|
+
children: [children, caption && jsx("figcaption", {
|
|
2427
|
+
className: "utrecht-logo__caption",
|
|
2428
|
+
children: caption
|
|
2429
|
+
})]
|
|
2124
2430
|
}));
|
|
2125
2431
|
});
|
|
2126
2432
|
Logo.displayName = 'Logo';
|
|
2127
2433
|
|
|
2128
|
-
function ownKeys$
|
|
2129
|
-
function _objectSpread$
|
|
2434
|
+
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; }
|
|
2435
|
+
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; }
|
|
2130
2436
|
var LogoImage = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
2131
2437
|
var restProps = _extends({}, (_objectDestructuringEmpty(_ref), _ref));
|
|
2132
|
-
return jsxs("svg", _objectSpread$
|
|
2438
|
+
return jsxs("svg", _objectSpread$D(_objectSpread$D({
|
|
2133
2439
|
width: "192",
|
|
2134
2440
|
height: "100",
|
|
2135
2441
|
viewBox: "0 0 192 100",
|
|
@@ -2223,17 +2529,17 @@ var LogoImage = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
2223
2529
|
});
|
|
2224
2530
|
LogoImage.displayName = 'LogoImage';
|
|
2225
2531
|
|
|
2226
|
-
var css_248z$
|
|
2227
|
-
styleInject(css_248z$
|
|
2532
|
+
var css_248z$s = ".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}";
|
|
2533
|
+
styleInject$1(css_248z$s);
|
|
2228
2534
|
|
|
2229
|
-
var _excluded$
|
|
2230
|
-
function ownKeys$
|
|
2231
|
-
function _objectSpread$
|
|
2535
|
+
var _excluded$C = ["children", "className"];
|
|
2536
|
+
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; }
|
|
2537
|
+
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; }
|
|
2232
2538
|
var Mark = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
2233
2539
|
var children = _ref.children,
|
|
2234
2540
|
className = _ref.className,
|
|
2235
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
2236
|
-
return jsx("mark", _objectSpread$
|
|
2541
|
+
restProps = _objectWithoutProperties(_ref, _excluded$C);
|
|
2542
|
+
return jsx("mark", _objectSpread$C(_objectSpread$C({
|
|
2237
2543
|
ref: ref,
|
|
2238
2544
|
className: clsx('utrecht-mark', className)
|
|
2239
2545
|
}, restProps), {}, {
|
|
@@ -2242,17 +2548,17 @@ var Mark = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
2242
2548
|
});
|
|
2243
2549
|
Mark.displayName = 'Mark';
|
|
2244
2550
|
|
|
2245
|
-
var css_248z$
|
|
2246
|
-
styleInject(css_248z$
|
|
2551
|
+
var css_248z$r = ".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}";
|
|
2552
|
+
styleInject$1(css_248z$r);
|
|
2247
2553
|
|
|
2248
|
-
var _excluded$
|
|
2249
|
-
function ownKeys$
|
|
2250
|
-
function _objectSpread$
|
|
2554
|
+
var _excluded$B = ["children", "className"];
|
|
2555
|
+
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; }
|
|
2556
|
+
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; }
|
|
2251
2557
|
var MultilineData = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
2252
2558
|
var children = _ref.children,
|
|
2253
2559
|
className = _ref.className,
|
|
2254
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
2255
|
-
return jsx("pre", _objectSpread$
|
|
2560
|
+
restProps = _objectWithoutProperties(_ref, _excluded$B);
|
|
2561
|
+
return jsx("pre", _objectSpread$B(_objectSpread$B({
|
|
2256
2562
|
ref: ref,
|
|
2257
2563
|
className: clsx('utrecht-multiline-data', 'utrecht-multiline-data--html-pre', className)
|
|
2258
2564
|
}, restProps), {}, {
|
|
@@ -2261,8 +2567,8 @@ var MultilineData = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
2261
2567
|
});
|
|
2262
2568
|
MultilineData.displayName = 'MultilineData';
|
|
2263
2569
|
|
|
2264
|
-
var css_248z$
|
|
2265
|
-
styleInject(css_248z$
|
|
2570
|
+
var css_248z$q = ".utrecht-nav-bar{background-color:var(--utrecht-nav-bar-background-color);color:var(--utrecht-nav-bar-color);display:flex;justify-content:center}@media screen and (-ms-high-contrast:active),screen and (forced-colors:active){.utrecht-nav-bar{border-block-end-color:currentColor;border-block-end-style:solid;border-block-end-width:1px;border-block-start-color:currentColor;border-block-start-style:solid;border-block-start-width:1px;padding-block-end:calc(var(--utrecht-focus-outline-width)*2);padding-block-start:calc(var(--utrecht-focus-outline-width)*2)}}.utrecht-nav-bar__content{align-items:stretch;display:flex;flex-direction:row;flex-wrap:wrap;inline-size:100%;justify-content:space-between;max-inline-size:var(--utrecht-nav-bar-content-max-inline-size)}";
|
|
2571
|
+
styleInject$1(css_248z$q);
|
|
2266
2572
|
|
|
2267
2573
|
var NavBar = function NavBar(_ref) {
|
|
2268
2574
|
var appearance = _ref.appearance,
|
|
@@ -2279,20 +2585,20 @@ var NavBar = function NavBar(_ref) {
|
|
|
2279
2585
|
};
|
|
2280
2586
|
NavBar.displayName = 'NavBar';
|
|
2281
2587
|
|
|
2282
|
-
var css_248z$
|
|
2283
|
-
styleInject(css_248z$
|
|
2588
|
+
var css_248z$p = ".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}";
|
|
2589
|
+
styleInject$1(css_248z$p);
|
|
2284
2590
|
|
|
2285
|
-
var _excluded$
|
|
2591
|
+
var _excluded$A = ["appearance", "children", "className"],
|
|
2286
2592
|
_excluded2$3 = ["center", "children", "className"],
|
|
2287
2593
|
_excluded3$1 = ["center", "children", "className"];
|
|
2288
|
-
function ownKeys$
|
|
2289
|
-
function _objectSpread$
|
|
2594
|
+
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; }
|
|
2595
|
+
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; }
|
|
2290
2596
|
var NavList = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
2291
2597
|
var appearance = _ref.appearance,
|
|
2292
2598
|
children = _ref.children,
|
|
2293
2599
|
className = _ref.className,
|
|
2294
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
2295
|
-
return jsx("ul", _objectSpread$
|
|
2600
|
+
restProps = _objectWithoutProperties(_ref, _excluded$A);
|
|
2601
|
+
return jsx("ul", _objectSpread$A(_objectSpread$A({
|
|
2296
2602
|
role: "list",
|
|
2297
2603
|
className: clsx('utrecht-nav-list', {
|
|
2298
2604
|
'utrecht-nav-list--center': appearance === 'center'
|
|
@@ -2312,7 +2618,7 @@ var NavListLink = function NavListLink(_ref2) {
|
|
|
2312
2618
|
className: clsx('utrecht-nav-list__item', {
|
|
2313
2619
|
'utrecht-nav-list__item--center': center
|
|
2314
2620
|
}, className),
|
|
2315
|
-
children: jsx(Link, _objectSpread$
|
|
2621
|
+
children: jsx(Link, _objectSpread$A(_objectSpread$A({
|
|
2316
2622
|
className: "utrecht-nav-list__link"
|
|
2317
2623
|
}, restProps), {}, {
|
|
2318
2624
|
children: children
|
|
@@ -2329,7 +2635,7 @@ var NavListLinkButton = function NavListLinkButton(_ref3) {
|
|
|
2329
2635
|
className: clsx('utrecht-nav-list__item', {
|
|
2330
2636
|
'utrecht-nav-list__item--center': center
|
|
2331
2637
|
}, className),
|
|
2332
|
-
children: jsx(LinkButton, _objectSpread$
|
|
2638
|
+
children: jsx(LinkButton, _objectSpread$A(_objectSpread$A({
|
|
2333
2639
|
className: "utrecht-nav-list__link"
|
|
2334
2640
|
}, restProps), {}, {
|
|
2335
2641
|
children: children
|
|
@@ -2338,42 +2644,42 @@ var NavListLinkButton = function NavListLinkButton(_ref3) {
|
|
|
2338
2644
|
};
|
|
2339
2645
|
NavListLinkButton.displayName = 'NavListLinkButton';
|
|
2340
2646
|
|
|
2341
|
-
var css_248z$
|
|
2342
|
-
styleInject(css_248z$
|
|
2647
|
+
var css_248z$o = ".utrecht-number-badge{background-color:var(--utrecht-number-badge-background-color,var(--utrecht-badge-background-color,#000));border-color:var(--utrecht-number-badge-border-color,var(--utrecht-badge-border-color));border-radius:var(--utrecht-number-badge-border-radius,var(--utrecht-badge-border-radius,.5ch));border-style:solid;border-width:max(var(--utrecht-number-badge-border-width,var(--utrecht-badge-border-width,0)),var(--_utrecht-number-badge-min-border-width,0));color:var(--utrecht-number-badge-color,var(--utrecht-badge-color,#fff));display:inline-block;font-family:var(--utrecht-number-badge-font-family,var(--utrecht-badge-font-family,var(--utrecht-document-font-family,sans-serif)));font-size:var(--utrecht-number-badge-font-size,var(--utrecht-badge-font-size));font-style:var(--utrecht-number-badge-font-style,normal);font-weight:var(--utrecht-number-badge-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-number-badge-min-block-size,var(--utrecht-number-badge-min-inline-size,var(--utrecht-number-badge-min-size,1em)));min-inline-size:var(--utrecht-number-badge-min-inline-size,var(--utrecht-number-badge-min-size,1em));padding-block-end:var(--utrecht-number-badge-padding-block,var(--utrecht-badge-padding-block,.5ex));padding-block-start:var(--utrecht-number-badge-padding-block,var(--utrecht-badge-padding-block,.5ex));padding-inline-end:var(--utrecht-number-badge-padding-inline,var(--utrecht-badge-padding-inline,.5ch));padding-inline-start:var(--utrecht-number-badge-padding-inline,var(--utrecht-badge-padding-inline,.5ch));text-align:center;text-decoration:none;white-space:nowrap}@media screen and (forced-colors:active){.utrecht-number-badge{--_utrecht-number-badge-min-border-width:1px;border-color:currentColor}}";
|
|
2648
|
+
styleInject$1(css_248z$o);
|
|
2343
2649
|
|
|
2344
|
-
var _excluded$
|
|
2345
|
-
function ownKeys$
|
|
2346
|
-
function _objectSpread$
|
|
2650
|
+
var _excluded$z = ["children", "className", "value"];
|
|
2651
|
+
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; }
|
|
2652
|
+
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; }
|
|
2347
2653
|
var NumberBadge = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
2348
2654
|
var children = _ref.children,
|
|
2349
2655
|
className = _ref.className,
|
|
2350
2656
|
value = _ref.value,
|
|
2351
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
2352
|
-
var props = _objectSpread$
|
|
2657
|
+
restProps = _objectWithoutProperties(_ref, _excluded$z);
|
|
2658
|
+
var props = _objectSpread$z({
|
|
2353
2659
|
children: children,
|
|
2354
2660
|
className: clsx('utrecht-number-badge', className)
|
|
2355
2661
|
}, restProps);
|
|
2356
|
-
return typeof value !== 'undefined' ? jsx("data", _objectSpread$
|
|
2662
|
+
return typeof value !== 'undefined' ? jsx("data", _objectSpread$z(_objectSpread$z({}, props), {}, {
|
|
2357
2663
|
value: value,
|
|
2358
2664
|
ref: ref
|
|
2359
|
-
})) : jsx("span", _objectSpread$
|
|
2665
|
+
})) : jsx("span", _objectSpread$z(_objectSpread$z({}, props), {}, {
|
|
2360
2666
|
ref: ref
|
|
2361
2667
|
}));
|
|
2362
2668
|
});
|
|
2363
2669
|
NumberBadge.displayName = 'NumberBadge';
|
|
2364
2670
|
|
|
2365
|
-
var css_248z$
|
|
2366
|
-
styleInject(css_248z$
|
|
2671
|
+
var css_248z$n = ".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)}";
|
|
2672
|
+
styleInject$1(css_248z$n);
|
|
2367
2673
|
|
|
2368
|
-
var _excluded$
|
|
2369
|
-
function ownKeys$
|
|
2370
|
-
function _objectSpread$
|
|
2674
|
+
var _excluded$y = ["children", "className", "value"];
|
|
2675
|
+
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; }
|
|
2676
|
+
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; }
|
|
2371
2677
|
var NumberData = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
2372
2678
|
var children = _ref.children,
|
|
2373
2679
|
className = _ref.className,
|
|
2374
2680
|
value = _ref.value,
|
|
2375
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
2376
|
-
return jsx("data", _objectSpread$
|
|
2681
|
+
restProps = _objectWithoutProperties(_ref, _excluded$y);
|
|
2682
|
+
return jsx("data", _objectSpread$y(_objectSpread$y({
|
|
2377
2683
|
value: typeof value === 'string' || typeof value === 'number' ? String(value) : undefined
|
|
2378
2684
|
}, restProps), {}, {
|
|
2379
2685
|
ref: ref,
|
|
@@ -2383,17 +2689,17 @@ var NumberData = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
2383
2689
|
});
|
|
2384
2690
|
NumberData.displayName = 'NumberData';
|
|
2385
2691
|
|
|
2386
|
-
var css_248z$
|
|
2387
|
-
styleInject(css_248z$
|
|
2692
|
+
var css_248z$m = ".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))}";
|
|
2693
|
+
styleInject$1(css_248z$m);
|
|
2388
2694
|
|
|
2389
|
-
var _excluded$
|
|
2390
|
-
function ownKeys$
|
|
2391
|
-
function _objectSpread$
|
|
2695
|
+
var _excluded$x = ["children", "className"];
|
|
2696
|
+
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; }
|
|
2697
|
+
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; }
|
|
2392
2698
|
var OrderedList = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
2393
2699
|
var children = _ref.children,
|
|
2394
2700
|
className = _ref.className,
|
|
2395
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
2396
|
-
return jsx("ol", _objectSpread$
|
|
2701
|
+
restProps = _objectWithoutProperties(_ref, _excluded$x);
|
|
2702
|
+
return jsx("ol", _objectSpread$x(_objectSpread$x({}, restProps), {}, {
|
|
2397
2703
|
ref: ref,
|
|
2398
2704
|
className: clsx('utrecht-ordered-list', className),
|
|
2399
2705
|
children: children
|
|
@@ -2401,14 +2707,14 @@ var OrderedList = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
2401
2707
|
});
|
|
2402
2708
|
OrderedList.displayName = 'OrderedList';
|
|
2403
2709
|
|
|
2404
|
-
var _excluded$
|
|
2405
|
-
function ownKeys$
|
|
2406
|
-
function _objectSpread$
|
|
2710
|
+
var _excluded$w = ["children", "className"];
|
|
2711
|
+
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; }
|
|
2712
|
+
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; }
|
|
2407
2713
|
var OrderedListItem = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
2408
2714
|
var children = _ref.children,
|
|
2409
2715
|
className = _ref.className,
|
|
2410
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
2411
|
-
return jsx("li", _objectSpread$
|
|
2716
|
+
restProps = _objectWithoutProperties(_ref, _excluded$w);
|
|
2717
|
+
return jsx("li", _objectSpread$w(_objectSpread$w({}, restProps), {}, {
|
|
2412
2718
|
ref: ref,
|
|
2413
2719
|
className: clsx('utrecht-ordered-list__item', className),
|
|
2414
2720
|
children: children
|
|
@@ -2416,17 +2722,17 @@ var OrderedListItem = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
2416
2722
|
});
|
|
2417
2723
|
OrderedListItem.displayName = 'OrderedListItem';
|
|
2418
2724
|
|
|
2419
|
-
var css_248z$
|
|
2420
|
-
styleInject(css_248z$
|
|
2725
|
+
var css_248z$l = ".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)}";
|
|
2726
|
+
styleInject$1(css_248z$l);
|
|
2421
2727
|
|
|
2422
|
-
var _excluded$
|
|
2423
|
-
function ownKeys$
|
|
2424
|
-
function _objectSpread$
|
|
2728
|
+
var _excluded$v = ["children", "className"];
|
|
2729
|
+
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; }
|
|
2730
|
+
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; }
|
|
2425
2731
|
var Page = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
2426
2732
|
var children = _ref.children,
|
|
2427
2733
|
className = _ref.className,
|
|
2428
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
2429
|
-
return jsx("div", _objectSpread$
|
|
2734
|
+
restProps = _objectWithoutProperties(_ref, _excluded$v);
|
|
2735
|
+
return jsx("div", _objectSpread$v(_objectSpread$v({}, restProps), {}, {
|
|
2430
2736
|
ref: ref,
|
|
2431
2737
|
className: clsx('utrecht-page', className),
|
|
2432
2738
|
children: children
|
|
@@ -2434,18 +2740,18 @@ var Page = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
2434
2740
|
});
|
|
2435
2741
|
Page.displayName = 'Page';
|
|
2436
2742
|
|
|
2437
|
-
var css_248z$
|
|
2438
|
-
styleInject(css_248z$
|
|
2743
|
+
var css_248z$k = ".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}";
|
|
2744
|
+
styleInject$1(css_248z$k);
|
|
2439
2745
|
|
|
2440
|
-
var _excluded$
|
|
2746
|
+
var _excluded$u = ["children", "className"],
|
|
2441
2747
|
_excluded2$2 = ["children", "className"];
|
|
2442
|
-
function ownKeys$
|
|
2443
|
-
function _objectSpread$
|
|
2748
|
+
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; }
|
|
2749
|
+
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; }
|
|
2444
2750
|
var PageContent = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
2445
2751
|
var children = _ref.children,
|
|
2446
2752
|
className = _ref.className,
|
|
2447
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
2448
|
-
return jsx("div", _objectSpread$
|
|
2753
|
+
restProps = _objectWithoutProperties(_ref, _excluded$u);
|
|
2754
|
+
return jsx("div", _objectSpread$u(_objectSpread$u({}, restProps), {}, {
|
|
2449
2755
|
ref: ref,
|
|
2450
2756
|
className: clsx('utrecht-page-content', className),
|
|
2451
2757
|
children: children
|
|
@@ -2456,7 +2762,7 @@ var PageContentMain = /*#__PURE__*/forwardRef(function (_ref2, ref) {
|
|
|
2456
2762
|
var children = _ref2.children,
|
|
2457
2763
|
className = _ref2.className,
|
|
2458
2764
|
restProps = _objectWithoutProperties(_ref2, _excluded2$2);
|
|
2459
|
-
return jsx("main", _objectSpread$
|
|
2765
|
+
return jsx("main", _objectSpread$u(_objectSpread$u({}, restProps), {}, {
|
|
2460
2766
|
ref: ref,
|
|
2461
2767
|
className: clsx('utrecht-page-content__main', className),
|
|
2462
2768
|
children: children
|
|
@@ -2464,17 +2770,17 @@ var PageContentMain = /*#__PURE__*/forwardRef(function (_ref2, ref) {
|
|
|
2464
2770
|
});
|
|
2465
2771
|
PageContentMain.displayName = 'PageContentMain';
|
|
2466
2772
|
|
|
2467
|
-
var css_248z$
|
|
2468
|
-
styleInject(css_248z$
|
|
2773
|
+
var css_248z$j = ".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}";
|
|
2774
|
+
styleInject$1(css_248z$j);
|
|
2469
2775
|
|
|
2470
|
-
var _excluded$
|
|
2471
|
-
function ownKeys$
|
|
2472
|
-
function _objectSpread$
|
|
2776
|
+
var _excluded$t = ["children", "className"];
|
|
2777
|
+
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; }
|
|
2778
|
+
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; }
|
|
2473
2779
|
var PageFooter = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
2474
2780
|
var children = _ref.children,
|
|
2475
2781
|
className = _ref.className,
|
|
2476
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
2477
|
-
return jsx("footer", _objectSpread$
|
|
2782
|
+
restProps = _objectWithoutProperties(_ref, _excluded$t);
|
|
2783
|
+
return jsx("footer", _objectSpread$t(_objectSpread$t({}, restProps), {}, {
|
|
2478
2784
|
ref: ref,
|
|
2479
2785
|
className: clsx('utrecht-page-footer', className),
|
|
2480
2786
|
children: children
|
|
@@ -2482,17 +2788,17 @@ var PageFooter = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
2482
2788
|
});
|
|
2483
2789
|
PageFooter.displayName = 'PageFooter';
|
|
2484
2790
|
|
|
2485
|
-
var css_248z$
|
|
2486
|
-
styleInject(css_248z$
|
|
2791
|
+
var css_248z$i = ".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)}";
|
|
2792
|
+
styleInject$1(css_248z$i);
|
|
2487
2793
|
|
|
2488
|
-
var _excluded$
|
|
2489
|
-
function ownKeys$
|
|
2490
|
-
function _objectSpread$
|
|
2794
|
+
var _excluded$s = ["children", "className"];
|
|
2795
|
+
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; }
|
|
2796
|
+
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; }
|
|
2491
2797
|
var PageHeader = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
2492
2798
|
var children = _ref.children,
|
|
2493
2799
|
className = _ref.className,
|
|
2494
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
2495
|
-
return jsx("header", _objectSpread$
|
|
2800
|
+
restProps = _objectWithoutProperties(_ref, _excluded$s);
|
|
2801
|
+
return jsx("header", _objectSpread$s(_objectSpread$s({}, restProps), {}, {
|
|
2496
2802
|
ref: ref,
|
|
2497
2803
|
className: clsx('utrecht-page-header', className),
|
|
2498
2804
|
children: children
|
|
@@ -2500,25 +2806,28 @@ var PageHeader = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
2500
2806
|
});
|
|
2501
2807
|
PageHeader.displayName = 'PageHeader';
|
|
2502
2808
|
|
|
2503
|
-
var css_248z$
|
|
2504
|
-
styleInject(css_248z$
|
|
2809
|
+
var css_248z$h = ".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}";
|
|
2810
|
+
styleInject$1(css_248z$h);
|
|
2505
2811
|
|
|
2506
|
-
var _excluded$
|
|
2507
|
-
function ownKeys$
|
|
2508
|
-
function _objectSpread$
|
|
2812
|
+
var _excluded$r = ["children", "className", "lead", "small", "appearance"];
|
|
2813
|
+
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; }
|
|
2814
|
+
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; }
|
|
2509
2815
|
var Paragraph = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
2510
2816
|
var children = _ref.children,
|
|
2511
2817
|
className = _ref.className,
|
|
2512
2818
|
lead = _ref.lead,
|
|
2513
2819
|
small = _ref.small,
|
|
2514
|
-
|
|
2515
|
-
|
|
2820
|
+
appearance = _ref.appearance,
|
|
2821
|
+
restProps = _objectWithoutProperties(_ref, _excluded$r);
|
|
2822
|
+
var isLead = appearance === 'lead' || lead && appearance !== 'small';
|
|
2823
|
+
var isSmall = appearance === 'small' || small && appearance !== 'lead';
|
|
2824
|
+
return jsx("p", _objectSpread$r(_objectSpread$r({}, restProps), {}, {
|
|
2516
2825
|
ref: ref,
|
|
2517
|
-
className: clsx('utrecht-paragraph',
|
|
2518
|
-
children:
|
|
2826
|
+
className: clsx('utrecht-paragraph', isLead && 'utrecht-paragraph--lead', isSmall && 'utrecht-paragraph--small', className),
|
|
2827
|
+
children: isLead ? jsx("b", {
|
|
2519
2828
|
className: "utrecht-paragraph__b",
|
|
2520
2829
|
children: children
|
|
2521
|
-
}) :
|
|
2830
|
+
}) : isSmall ? jsx("small", {
|
|
2522
2831
|
className: "utrecht-paragraph__small",
|
|
2523
2832
|
children: children
|
|
2524
2833
|
}) : children
|
|
@@ -2526,17 +2835,17 @@ var Paragraph = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
2526
2835
|
});
|
|
2527
2836
|
Paragraph.displayName = 'Paragraph';
|
|
2528
2837
|
|
|
2529
|
-
var css_248z$
|
|
2530
|
-
styleInject(css_248z$
|
|
2838
|
+
var css_248z$g = ".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)}";
|
|
2839
|
+
styleInject$1(css_248z$g);
|
|
2531
2840
|
|
|
2532
|
-
var _excluded$
|
|
2533
|
-
function ownKeys$
|
|
2534
|
-
function _objectSpread$
|
|
2841
|
+
var _excluded$q = ["loading", "className"];
|
|
2842
|
+
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; }
|
|
2843
|
+
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; }
|
|
2535
2844
|
var DataPlaceholder = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
2536
2845
|
var loading = _ref.loading,
|
|
2537
2846
|
className = _ref.className,
|
|
2538
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
2539
|
-
return jsx("span", _objectSpread$
|
|
2847
|
+
restProps = _objectWithoutProperties(_ref, _excluded$q);
|
|
2848
|
+
return jsx("span", _objectSpread$q({
|
|
2540
2849
|
ref: ref,
|
|
2541
2850
|
className: clsx('utrecht-data-placeholder', {
|
|
2542
2851
|
'utrecht-data-placeholder--loading': loading
|
|
@@ -2545,17 +2854,17 @@ var DataPlaceholder = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
2545
2854
|
});
|
|
2546
2855
|
DataPlaceholder.displayName = 'DataPlaceholder';
|
|
2547
2856
|
|
|
2548
|
-
var css_248z$
|
|
2549
|
-
styleInject(css_248z$
|
|
2857
|
+
var css_248z$f = ".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}";
|
|
2858
|
+
styleInject$1(css_248z$f);
|
|
2550
2859
|
|
|
2551
|
-
var _excluded$
|
|
2552
|
-
function ownKeys$
|
|
2553
|
-
function _objectSpread$
|
|
2860
|
+
var _excluded$p = ["children", "className"];
|
|
2861
|
+
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; }
|
|
2862
|
+
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; }
|
|
2554
2863
|
var PreHeading = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
2555
2864
|
var children = _ref.children,
|
|
2556
2865
|
className = _ref.className,
|
|
2557
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
2558
|
-
return jsx("p", _objectSpread$
|
|
2866
|
+
restProps = _objectWithoutProperties(_ref, _excluded$p);
|
|
2867
|
+
return jsx("p", _objectSpread$p(_objectSpread$p({}, restProps), {}, {
|
|
2559
2868
|
ref: ref,
|
|
2560
2869
|
className: clsx('utrecht-pre-heading', className),
|
|
2561
2870
|
children: children
|
|
@@ -2563,32 +2872,32 @@ var PreHeading = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
2563
2872
|
});
|
|
2564
2873
|
PreHeading.displayName = 'PreHeading';
|
|
2565
2874
|
|
|
2566
|
-
var css_248z$
|
|
2567
|
-
styleInject(css_248z$
|
|
2875
|
+
var css_248z$e = ".utrecht-preserve-data{white-space-collapse:preserve-spaces;unicode-bidi:isolate}";
|
|
2876
|
+
styleInject$1(css_248z$e);
|
|
2568
2877
|
|
|
2569
|
-
var _excluded$
|
|
2570
|
-
function ownKeys$
|
|
2571
|
-
function _objectSpread$
|
|
2878
|
+
var _excluded$o = ["children", "className", "dateTime", "value"];
|
|
2879
|
+
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; }
|
|
2880
|
+
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; }
|
|
2572
2881
|
var PreserveData = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
2573
2882
|
var children = _ref.children,
|
|
2574
2883
|
className = _ref.className,
|
|
2575
2884
|
dateTime = _ref.dateTime,
|
|
2576
2885
|
value = _ref.value,
|
|
2577
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
2578
|
-
var props = _objectSpread$
|
|
2886
|
+
restProps = _objectWithoutProperties(_ref, _excluded$o);
|
|
2887
|
+
var props = _objectSpread$o({
|
|
2579
2888
|
children: jsx("bdi", {
|
|
2580
2889
|
translate: "no",
|
|
2581
2890
|
children: children
|
|
2582
2891
|
}),
|
|
2583
2892
|
className: clsx('utrecht-preserve-data', className)
|
|
2584
2893
|
}, restProps);
|
|
2585
|
-
return typeof dateTime !== 'undefined' ? jsx("time", _objectSpread$
|
|
2894
|
+
return typeof dateTime !== 'undefined' ? jsx("time", _objectSpread$o(_objectSpread$o({}, props), {}, {
|
|
2586
2895
|
dateTime: dateTime,
|
|
2587
2896
|
ref: ref
|
|
2588
|
-
})) : typeof value !== 'undefined' ? jsx("data", _objectSpread$
|
|
2897
|
+
})) : typeof value !== 'undefined' ? jsx("data", _objectSpread$o(_objectSpread$o({}, props), {}, {
|
|
2589
2898
|
value: value,
|
|
2590
2899
|
ref: ref
|
|
2591
|
-
})) : jsx("bdi", _objectSpread$
|
|
2900
|
+
})) : jsx("bdi", _objectSpread$o(_objectSpread$o({
|
|
2592
2901
|
translate: "no",
|
|
2593
2902
|
ref: ref
|
|
2594
2903
|
}, props), {}, {
|
|
@@ -2597,19 +2906,19 @@ var PreserveData = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
2597
2906
|
});
|
|
2598
2907
|
PreserveData.displayName = 'PreserveData';
|
|
2599
2908
|
|
|
2600
|
-
var css_248z$e = ".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(\n --utrecht-radio-button-disabled-background-color,var(--utrecht-radio-button-background-color)\n );--_utrecht-radio-button-border-color:var(\n --utrecht-radio-button-disabled-border-color,var(--utrecht-radio-button-border-color)\n );--_utrecht-radio-button-border-width:var(\n --utrecht-radio-button-disabled-border-width,var(--utrecht-radio-button-border-width)\n );--_utrecht-radio-button-color:var(--utrecht-radio-button-disabled-color,var(--utrecht-radio-button-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(\n --utrecht-radio-button-disabled-background-color,var(--utrecht-radio-button-background-color)\n );--_utrecht-radio-button-border-color:var(\n --utrecht-radio-button-disabled-border-color,var(--utrecht-radio-button-border-color)\n );--_utrecht-radio-button-border-width:var(\n --utrecht-radio-button-disabled-border-width,var(--utrecht-radio-button-border-width)\n );--_utrecht-radio-button-color:var(--utrecht-radio-button-disabled-color,var(--utrecht-radio-button-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 )}";
|
|
2601
|
-
styleInject(css_248z$
|
|
2909
|
+
var css_248z$d = ".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(\n --utrecht-radio-button-disabled-background-color,var(--utrecht-radio-button-background-color)\n );--_utrecht-radio-button-border-color:var(\n --utrecht-radio-button-disabled-border-color,var(--utrecht-radio-button-border-color)\n );--_utrecht-radio-button-border-width:var(\n --utrecht-radio-button-disabled-border-width,var(--utrecht-radio-button-border-width)\n );--_utrecht-radio-button-color:var(--utrecht-radio-button-disabled-color,var(--utrecht-radio-button-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(\n --utrecht-radio-button-disabled-background-color,var(--utrecht-radio-button-background-color)\n );--_utrecht-radio-button-border-color:var(\n --utrecht-radio-button-disabled-border-color,var(--utrecht-radio-button-border-color)\n );--_utrecht-radio-button-border-width:var(\n --utrecht-radio-button-disabled-border-width,var(--utrecht-radio-button-border-width)\n );--_utrecht-radio-button-color:var(--utrecht-radio-button-disabled-color,var(--utrecht-radio-button-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 )}";
|
|
2910
|
+
styleInject$1(css_248z$d);
|
|
2602
2911
|
|
|
2603
|
-
var _excluded$
|
|
2604
|
-
function ownKeys$
|
|
2605
|
-
function _objectSpread$
|
|
2912
|
+
var _excluded$n = ["disabled", "required", "className", "invalid"];
|
|
2913
|
+
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; }
|
|
2914
|
+
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; }
|
|
2606
2915
|
var RadioButton = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
2607
2916
|
var disabled = _ref.disabled,
|
|
2608
2917
|
required = _ref.required,
|
|
2609
2918
|
className = _ref.className,
|
|
2610
2919
|
invalid = _ref.invalid,
|
|
2611
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
2612
|
-
return jsx("input", _objectSpread$
|
|
2920
|
+
restProps = _objectWithoutProperties(_ref, _excluded$n);
|
|
2921
|
+
return jsx("input", _objectSpread$n({
|
|
2613
2922
|
type: "radio",
|
|
2614
2923
|
"aria-invalid": invalid || undefined,
|
|
2615
2924
|
disabled: disabled,
|
|
@@ -2620,17 +2929,17 @@ var RadioButton = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
2620
2929
|
});
|
|
2621
2930
|
RadioButton.displayName = 'RadioButton';
|
|
2622
2931
|
|
|
2623
|
-
var css_248z$d = ".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)}";
|
|
2624
|
-
styleInject(css_248z$
|
|
2932
|
+
var css_248z$c = ".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)}";
|
|
2933
|
+
styleInject$1(css_248z$c);
|
|
2625
2934
|
|
|
2626
|
-
var _excluded$
|
|
2627
|
-
function ownKeys$
|
|
2628
|
-
function _objectSpread$
|
|
2935
|
+
var _excluded$m = ["className", "children"];
|
|
2936
|
+
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; }
|
|
2937
|
+
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; }
|
|
2629
2938
|
var RichText = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
2630
2939
|
var className = _ref.className,
|
|
2631
2940
|
children = _ref.children,
|
|
2632
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
2633
|
-
return jsx("div", _objectSpread$
|
|
2941
|
+
restProps = _objectWithoutProperties(_ref, _excluded$m);
|
|
2942
|
+
return jsx("div", _objectSpread$m(_objectSpread$m({}, restProps), {}, {
|
|
2634
2943
|
ref: ref,
|
|
2635
2944
|
className: clsx('utrecht-rich-text', className),
|
|
2636
2945
|
children: children
|
|
@@ -2638,13 +2947,13 @@ var RichText = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
2638
2947
|
});
|
|
2639
2948
|
RichText.displayName = 'RichText';
|
|
2640
2949
|
|
|
2641
|
-
var css_248z$
|
|
2642
|
-
styleInject(css_248z$
|
|
2950
|
+
var css_248z$b = ".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));font-weight:var(--utrecht-select-font-size,var(--utrecht-form-control-font-weight,initial));inline-size:100%;line-height:var(--utrecht-select-line-height,var(--utrecht-form-control-line-height,initial));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{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--html-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--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}";
|
|
2951
|
+
styleInject$1(css_248z$b);
|
|
2643
2952
|
|
|
2644
|
-
var _excluded$
|
|
2953
|
+
var _excluded$l = ["busy", "invalid", "required", "className", "noscript", "children"],
|
|
2645
2954
|
_excluded2$1 = ["disabled", "invalid", "value", "children", "className"];
|
|
2646
|
-
function ownKeys$
|
|
2647
|
-
function _objectSpread$
|
|
2955
|
+
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; }
|
|
2956
|
+
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; }
|
|
2648
2957
|
var Select = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
2649
2958
|
var busy = _ref.busy,
|
|
2650
2959
|
invalid = _ref.invalid,
|
|
@@ -2652,8 +2961,8 @@ var Select = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
2652
2961
|
className = _ref.className,
|
|
2653
2962
|
noscript = _ref.noscript,
|
|
2654
2963
|
children = _ref.children,
|
|
2655
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
2656
|
-
return jsx("select", _objectSpread$
|
|
2964
|
+
restProps = _objectWithoutProperties(_ref, _excluded$l);
|
|
2965
|
+
return jsx("select", _objectSpread$l(_objectSpread$l({
|
|
2657
2966
|
"aria-busy": busy || undefined,
|
|
2658
2967
|
"aria-invalid": invalid || undefined,
|
|
2659
2968
|
required: noscript ? required : false,
|
|
@@ -2672,7 +2981,7 @@ var SelectOption = /*#__PURE__*/forwardRef(function (_ref2, ref) {
|
|
|
2672
2981
|
children = _ref2.children,
|
|
2673
2982
|
className = _ref2.className,
|
|
2674
2983
|
restProps = _objectWithoutProperties(_ref2, _excluded2$1);
|
|
2675
|
-
return jsx("option", _objectSpread$
|
|
2984
|
+
return jsx("option", _objectSpread$l(_objectSpread$l({}, restProps), {}, {
|
|
2676
2985
|
ref: ref,
|
|
2677
2986
|
disabled: disabled,
|
|
2678
2987
|
value: value,
|
|
@@ -2682,36 +2991,36 @@ var SelectOption = /*#__PURE__*/forwardRef(function (_ref2, ref) {
|
|
|
2682
2991
|
});
|
|
2683
2992
|
SelectOption.displayName = 'SelectOption';
|
|
2684
2993
|
|
|
2685
|
-
var css_248z$
|
|
2686
|
-
styleInject(css_248z$
|
|
2994
|
+
var css_248z$a = ".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}";
|
|
2995
|
+
styleInject$1(css_248z$a);
|
|
2687
2996
|
|
|
2688
|
-
var _excluded$
|
|
2689
|
-
function ownKeys$
|
|
2690
|
-
function _objectSpread$
|
|
2997
|
+
var _excluded$k = ["className", "children"];
|
|
2998
|
+
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; }
|
|
2999
|
+
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; }
|
|
2691
3000
|
// Do not pass `children` along with `restProps` and use _children as it's unused
|
|
2692
3001
|
var Separator = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
2693
3002
|
var className = _ref.className;
|
|
2694
3003
|
_ref.children;
|
|
2695
|
-
var restProps = _objectWithoutProperties(_ref, _excluded$
|
|
2696
|
-
return jsx("hr", _objectSpread$
|
|
3004
|
+
var restProps = _objectWithoutProperties(_ref, _excluded$k);
|
|
3005
|
+
return jsx("hr", _objectSpread$k(_objectSpread$k({}, restProps), {}, {
|
|
2697
3006
|
ref: ref,
|
|
2698
3007
|
className: clsx('utrecht-separator', className)
|
|
2699
3008
|
}));
|
|
2700
3009
|
});
|
|
2701
3010
|
Separator.displayName = 'Separator';
|
|
2702
3011
|
|
|
2703
|
-
var css_248z$
|
|
2704
|
-
styleInject(css_248z$
|
|
3012
|
+
var css_248z$9 = ".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-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-visible-text-decoration,var(--utrecht-skip-link-focus-text-decoration))}.utrecht-skip-link--focus-visible,.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-visible-text-decoration,var(--utrecht-skip-link-focus-text-decoration))}";
|
|
3013
|
+
styleInject$1(css_248z$9);
|
|
2705
3014
|
|
|
2706
|
-
var _excluded$
|
|
2707
|
-
function ownKeys$
|
|
2708
|
-
function _objectSpread$
|
|
3015
|
+
var _excluded$j = ["children", "className"];
|
|
3016
|
+
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; }
|
|
3017
|
+
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; }
|
|
2709
3018
|
var SkipLink = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
2710
3019
|
var children = _ref.children,
|
|
2711
3020
|
className = _ref.className,
|
|
2712
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
3021
|
+
restProps = _objectWithoutProperties(_ref, _excluded$j);
|
|
2713
3022
|
return jsx("p", {
|
|
2714
|
-
children: jsx("a", _objectSpread$
|
|
3023
|
+
children: jsx("a", _objectSpread$j(_objectSpread$j({
|
|
2715
3024
|
ref: ref
|
|
2716
3025
|
}, restProps), {}, {
|
|
2717
3026
|
className: clsx('utrecht-skip-link', 'utrecht-skip-link--visible-on-focus', className),
|
|
@@ -2721,41 +3030,41 @@ var SkipLink = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
2721
3030
|
});
|
|
2722
3031
|
SkipLink.displayName = 'SkipLink';
|
|
2723
3032
|
|
|
2724
|
-
var css_248z$
|
|
2725
|
-
styleInject(css_248z$
|
|
3033
|
+
var css_248z$8 = ".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)}.utrecht-spotlight-section--error{--_utrecht-spotlight-section-icon-color:var(--utrecht-spotlight-section-icon-error-color);--_utrecht-spotlight-section-background-color:var(--utrecht-spotlight-section-error-background-color);--_utrecht-spotlight-section-border-color:var(--utrecht-spotlight-section-error-border-color);--_utrecht-spotlight-section-border-width:var(--utrecht-spotlight-section-error-border-width);--_utrecht-spotlight-section-color:var(--utrecht-spotlight-section-error-color)}.utrecht-spotlight-section--ok{--_utrecht-spotlight-section-icon-color:var(--utrecht-spotlight-section-icon-ok-color);--_utrecht-spotlight-section-background-color:var(--utrecht-spotlight-section-ok-background-color);--_utrecht-spotlight-section-border-color:var(--utrecht-spotlight-section-ok-border-color);--_utrecht-spotlight-section-border-width:var(--utrecht-spotlight-section-ok-border-width);--_utrecht-spotlight-section-color:var(--utrecht-spotlight-section-ok-color)}";
|
|
3034
|
+
styleInject$1(css_248z$8);
|
|
2726
3035
|
|
|
2727
|
-
var _excluded$
|
|
2728
|
-
function ownKeys$
|
|
2729
|
-
function _objectSpread$
|
|
3036
|
+
var _excluded$i = ["aside", "children", "className", "type"];
|
|
3037
|
+
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; }
|
|
3038
|
+
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; }
|
|
2730
3039
|
var SpotlightSection = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
2731
3040
|
var aside = _ref.aside,
|
|
2732
3041
|
children = _ref.children,
|
|
2733
3042
|
className = _ref.className,
|
|
2734
3043
|
type = _ref.type,
|
|
2735
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
2736
|
-
var props = _objectSpread$
|
|
3044
|
+
restProps = _objectWithoutProperties(_ref, _excluded$i);
|
|
3045
|
+
var props = _objectSpread$i(_objectSpread$i({}, restProps), {}, {
|
|
2737
3046
|
ref: ref,
|
|
2738
3047
|
className: clsx('utrecht-spotlight-section', _defineProperty({}, "utrecht-spotlight-section--".concat(type), type), className)
|
|
2739
3048
|
});
|
|
2740
|
-
return aside ? jsx("aside", _objectSpread$
|
|
3049
|
+
return aside ? jsx("aside", _objectSpread$i(_objectSpread$i({}, props), {}, {
|
|
2741
3050
|
children: children
|
|
2742
|
-
})) : jsx("section", _objectSpread$
|
|
3051
|
+
})) : jsx("section", _objectSpread$i(_objectSpread$i({}, props), {}, {
|
|
2743
3052
|
children: children
|
|
2744
3053
|
}));
|
|
2745
3054
|
});
|
|
2746
3055
|
SpotlightSection.displayName = 'SpotlightSection';
|
|
2747
3056
|
|
|
2748
|
-
var css_248z$
|
|
2749
|
-
styleInject(css_248z$
|
|
3057
|
+
var css_248z$7 = ".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))}";
|
|
3058
|
+
styleInject$1(css_248z$7);
|
|
2750
3059
|
|
|
2751
|
-
var _excluded$
|
|
2752
|
-
function ownKeys$
|
|
2753
|
-
function _objectSpread$
|
|
3060
|
+
var _excluded$h = ["className", "status"];
|
|
3061
|
+
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; }
|
|
3062
|
+
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; }
|
|
2754
3063
|
var StatusBadge = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
2755
3064
|
var className = _ref.className,
|
|
2756
3065
|
status = _ref.status,
|
|
2757
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
2758
|
-
return jsx("span", _objectSpread$
|
|
3066
|
+
restProps = _objectWithoutProperties(_ref, _excluded$h);
|
|
3067
|
+
return jsx("span", _objectSpread$h(_objectSpread$h({
|
|
2759
3068
|
className: clsx('utrecht-badge-status', "utrecht-badge-status--".concat(status ? status : 'neutral'), className)
|
|
2760
3069
|
}, restProps), {}, {
|
|
2761
3070
|
ref: ref
|
|
@@ -2763,14 +3072,14 @@ var StatusBadge = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
2763
3072
|
});
|
|
2764
3073
|
StatusBadge.displayName = 'StatusBadge';
|
|
2765
3074
|
|
|
2766
|
-
var _excluded$
|
|
2767
|
-
function ownKeys$
|
|
2768
|
-
function _objectSpread$
|
|
3075
|
+
var _excluded$g = ["children", "className"];
|
|
3076
|
+
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; }
|
|
3077
|
+
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; }
|
|
2769
3078
|
var Strong = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
2770
3079
|
var children = _ref.children,
|
|
2771
3080
|
className = _ref.className,
|
|
2772
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
2773
|
-
return jsx("strong", _objectSpread$
|
|
3081
|
+
restProps = _objectWithoutProperties(_ref, _excluded$g);
|
|
3082
|
+
return jsx("strong", _objectSpread$g(_objectSpread$g({
|
|
2774
3083
|
ref: ref,
|
|
2775
3084
|
className: clsx('utrecht-emphasis', 'utrecht-emphasis--strong', className)
|
|
2776
3085
|
}, restProps), {}, {
|
|
@@ -2779,18 +3088,18 @@ var Strong = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
2779
3088
|
});
|
|
2780
3089
|
Strong.displayName = 'Strong';
|
|
2781
3090
|
|
|
2782
|
-
var css_248z$
|
|
2783
|
-
styleInject(css_248z$
|
|
3091
|
+
var css_248z$6 = ".utrecht-subscript--open-type{font-size:inherit;font-variant-position:sub;vertical-align:baseline}";
|
|
3092
|
+
styleInject$1(css_248z$6);
|
|
2784
3093
|
|
|
2785
|
-
var _excluded$
|
|
2786
|
-
function ownKeys$
|
|
2787
|
-
function _objectSpread$
|
|
3094
|
+
var _excluded$f = ["children", "className", "openType"];
|
|
3095
|
+
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; }
|
|
3096
|
+
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; }
|
|
2788
3097
|
var Subscript = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
2789
3098
|
var children = _ref.children,
|
|
2790
3099
|
className = _ref.className,
|
|
2791
3100
|
openType = _ref.openType,
|
|
2792
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
2793
|
-
return jsx("sub", _objectSpread$
|
|
3101
|
+
restProps = _objectWithoutProperties(_ref, _excluded$f);
|
|
3102
|
+
return jsx("sub", _objectSpread$f(_objectSpread$f({
|
|
2794
3103
|
ref: ref,
|
|
2795
3104
|
className: clsx('utrecht-subscript', {
|
|
2796
3105
|
'utrecht-subscript--open-type': openType
|
|
@@ -2801,18 +3110,18 @@ var Subscript = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
2801
3110
|
});
|
|
2802
3111
|
Subscript.displayName = 'Subscript';
|
|
2803
3112
|
|
|
2804
|
-
var css_248z$
|
|
2805
|
-
styleInject(css_248z$
|
|
3113
|
+
var css_248z$5 = ".utrecht-superscript--open-type{font-size:inherit;font-variant-position:super;vertical-align:baseline}";
|
|
3114
|
+
styleInject$1(css_248z$5);
|
|
2806
3115
|
|
|
2807
|
-
var _excluded$
|
|
2808
|
-
function ownKeys$
|
|
2809
|
-
function _objectSpread$
|
|
3116
|
+
var _excluded$e = ["children", "className", "openType"];
|
|
3117
|
+
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; }
|
|
3118
|
+
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; }
|
|
2810
3119
|
var Superscript = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
2811
3120
|
var children = _ref.children,
|
|
2812
3121
|
className = _ref.className,
|
|
2813
3122
|
openType = _ref.openType,
|
|
2814
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
2815
|
-
return jsx("sup", _objectSpread$
|
|
3123
|
+
restProps = _objectWithoutProperties(_ref, _excluded$e);
|
|
3124
|
+
return jsx("sup", _objectSpread$e(_objectSpread$e({
|
|
2816
3125
|
ref: ref,
|
|
2817
3126
|
className: clsx('utrecht-superscript', {
|
|
2818
3127
|
'utrecht-superscript--open-type': openType
|
|
@@ -2823,17 +3132,17 @@ var Superscript = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
2823
3132
|
});
|
|
2824
3133
|
Superscript.displayName = 'Superscript';
|
|
2825
3134
|
|
|
2826
|
-
var css_248z$
|
|
2827
|
-
styleInject(css_248z$
|
|
3135
|
+
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}";
|
|
3136
|
+
styleInject$1(css_248z$4);
|
|
2828
3137
|
|
|
2829
|
-
var _excluded$
|
|
2830
|
-
function ownKeys$
|
|
2831
|
-
function _objectSpread$
|
|
3138
|
+
var _excluded$d = ["children", "className"];
|
|
3139
|
+
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; }
|
|
3140
|
+
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; }
|
|
2832
3141
|
var Surface = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
2833
3142
|
var children = _ref.children,
|
|
2834
3143
|
className = _ref.className,
|
|
2835
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
2836
|
-
return jsx("div", _objectSpread$
|
|
3144
|
+
restProps = _objectWithoutProperties(_ref, _excluded$d);
|
|
3145
|
+
return jsx("div", _objectSpread$d(_objectSpread$d({}, restProps), {}, {
|
|
2837
3146
|
ref: ref,
|
|
2838
3147
|
className: clsx('utrecht-surface', className),
|
|
2839
3148
|
children: children
|
|
@@ -2841,15 +3150,15 @@ var Surface = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
2841
3150
|
});
|
|
2842
3151
|
Surface.displayName = 'Surface';
|
|
2843
3152
|
|
|
2844
|
-
var _excluded$
|
|
2845
|
-
function ownKeys$
|
|
2846
|
-
function _objectSpread$
|
|
3153
|
+
var _excluded$c = ["overflowInline", "children", "className"];
|
|
3154
|
+
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; }
|
|
3155
|
+
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; }
|
|
2847
3156
|
var TableContainer = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
2848
3157
|
var overflowInline = _ref.overflowInline,
|
|
2849
3158
|
children = _ref.children,
|
|
2850
3159
|
className = _ref.className,
|
|
2851
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
2852
|
-
return jsx("div", _objectSpread$
|
|
3160
|
+
restProps = _objectWithoutProperties(_ref, _excluded$c);
|
|
3161
|
+
return jsx("div", _objectSpread$c(_objectSpread$c({
|
|
2853
3162
|
ref: ref,
|
|
2854
3163
|
className: clsx('utrecht-table-container', {
|
|
2855
3164
|
'utrecht-table-container--overflow-inline': overflowInline
|
|
@@ -2860,18 +3169,18 @@ var TableContainer = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
2860
3169
|
});
|
|
2861
3170
|
TableContainer.displayName = 'TableContainer';
|
|
2862
3171
|
|
|
2863
|
-
var css_248z$4 = ".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,transparent);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,transparent);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,transparent));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,transparent);color:var(--utrecht-table-row-alternate-odd-color)}.utrecht-table__row--alternate-even{background-color:var(--utrecht-table-row-alternate-even-background-color,transparent);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,transparent);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,transparent);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}";
|
|
2864
|
-
styleInject(css_248z$
|
|
3172
|
+
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,transparent);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,transparent);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,transparent));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,transparent);color:var(--utrecht-table-row-alternate-odd-color)}.utrecht-table__row--alternate-even{background-color:var(--utrecht-table-row-alternate-even-background-color,transparent);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,transparent);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,transparent);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}";
|
|
3173
|
+
styleInject$1(css_248z$3);
|
|
2865
3174
|
|
|
2866
|
-
var _excluded$
|
|
2867
|
-
function ownKeys$
|
|
2868
|
-
function _objectSpread$
|
|
3175
|
+
var _excluded$b = ["busy", "children", "className"];
|
|
3176
|
+
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; }
|
|
3177
|
+
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; }
|
|
2869
3178
|
var Table = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
2870
3179
|
var busy = _ref.busy,
|
|
2871
3180
|
children = _ref.children,
|
|
2872
3181
|
className = _ref.className,
|
|
2873
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
2874
|
-
return jsx("table", _objectSpread$
|
|
3182
|
+
restProps = _objectWithoutProperties(_ref, _excluded$b);
|
|
3183
|
+
return jsx("table", _objectSpread$b(_objectSpread$b({
|
|
2875
3184
|
"aria-busy": busy
|
|
2876
3185
|
}, restProps), {}, {
|
|
2877
3186
|
ref: ref,
|
|
@@ -2883,14 +3192,14 @@ var Table = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
2883
3192
|
});
|
|
2884
3193
|
Table.displayName = 'Table';
|
|
2885
3194
|
|
|
2886
|
-
var _excluded$
|
|
2887
|
-
function ownKeys$
|
|
2888
|
-
function _objectSpread$
|
|
3195
|
+
var _excluded$a = ["children", "className"];
|
|
3196
|
+
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; }
|
|
3197
|
+
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; }
|
|
2889
3198
|
var TableBody = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
2890
3199
|
var children = _ref.children,
|
|
2891
3200
|
className = _ref.className,
|
|
2892
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
2893
|
-
return jsx("tbody", _objectSpread$
|
|
3201
|
+
restProps = _objectWithoutProperties(_ref, _excluded$a);
|
|
3202
|
+
return jsx("tbody", _objectSpread$a(_objectSpread$a({}, restProps), {}, {
|
|
2894
3203
|
ref: ref,
|
|
2895
3204
|
className: clsx('utrecht-table__body', className),
|
|
2896
3205
|
children: children
|
|
@@ -2898,14 +3207,14 @@ var TableBody = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
2898
3207
|
});
|
|
2899
3208
|
TableBody.displayName = 'TableBody';
|
|
2900
3209
|
|
|
2901
|
-
var _excluded$
|
|
2902
|
-
function ownKeys$
|
|
2903
|
-
function _objectSpread$
|
|
3210
|
+
var _excluded$9 = ["children", "className"];
|
|
3211
|
+
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; }
|
|
3212
|
+
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; }
|
|
2904
3213
|
var TableCaption = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
2905
3214
|
var children = _ref.children,
|
|
2906
3215
|
className = _ref.className,
|
|
2907
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
2908
|
-
return jsx("caption", _objectSpread$
|
|
3216
|
+
restProps = _objectWithoutProperties(_ref, _excluded$9);
|
|
3217
|
+
return jsx("caption", _objectSpread$9(_objectSpread$9({}, restProps), {}, {
|
|
2909
3218
|
ref: ref,
|
|
2910
3219
|
className: clsx('utrecht-table__caption', className),
|
|
2911
3220
|
children: children
|
|
@@ -2913,16 +3222,16 @@ var TableCaption = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
2913
3222
|
});
|
|
2914
3223
|
TableCaption.displayName = 'TableCaption';
|
|
2915
3224
|
|
|
2916
|
-
var _excluded$
|
|
2917
|
-
function ownKeys$
|
|
2918
|
-
function _objectSpread$
|
|
3225
|
+
var _excluded$8 = ["children", "className", "numericColumn", "selected"];
|
|
3226
|
+
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; }
|
|
3227
|
+
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; }
|
|
2919
3228
|
var TableCell = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
2920
3229
|
var children = _ref.children,
|
|
2921
3230
|
className = _ref.className,
|
|
2922
3231
|
numericColumn = _ref.numericColumn,
|
|
2923
3232
|
selected = _ref.selected,
|
|
2924
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
2925
|
-
return jsx("td", _objectSpread$
|
|
3233
|
+
restProps = _objectWithoutProperties(_ref, _excluded$8);
|
|
3234
|
+
return jsx("td", _objectSpread$8(_objectSpread$8({
|
|
2926
3235
|
"aria-selected": selected ? true : undefined
|
|
2927
3236
|
}, restProps), {}, {
|
|
2928
3237
|
ref: ref,
|
|
@@ -2935,15 +3244,15 @@ var TableCell = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
2935
3244
|
});
|
|
2936
3245
|
TableCell.displayName = 'TableCell';
|
|
2937
3246
|
|
|
2938
|
-
var _excluded$
|
|
2939
|
-
function ownKeys$
|
|
2940
|
-
function _objectSpread$
|
|
3247
|
+
var _excluded$7 = ["children", "className", "sticky"];
|
|
3248
|
+
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; }
|
|
3249
|
+
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; }
|
|
2941
3250
|
var TableFooter = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
2942
3251
|
var children = _ref.children,
|
|
2943
3252
|
className = _ref.className,
|
|
2944
3253
|
sticky = _ref.sticky,
|
|
2945
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
2946
|
-
return jsx("tfoot", _objectSpread$
|
|
3254
|
+
restProps = _objectWithoutProperties(_ref, _excluded$7);
|
|
3255
|
+
return jsx("tfoot", _objectSpread$7(_objectSpread$7({}, restProps), {}, {
|
|
2947
3256
|
ref: ref,
|
|
2948
3257
|
className: clsx('utrecht-table__footer', {
|
|
2949
3258
|
'utrecht-table__footer--sticky': sticky
|
|
@@ -2953,15 +3262,15 @@ var TableFooter = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
2953
3262
|
});
|
|
2954
3263
|
TableFooter.displayName = 'TableFooter';
|
|
2955
3264
|
|
|
2956
|
-
var _excluded$
|
|
2957
|
-
function ownKeys$
|
|
2958
|
-
function _objectSpread$
|
|
3265
|
+
var _excluded$6 = ["children", "className", "sticky"];
|
|
3266
|
+
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; }
|
|
3267
|
+
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; }
|
|
2959
3268
|
var TableHeader = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
2960
3269
|
var children = _ref.children,
|
|
2961
3270
|
className = _ref.className,
|
|
2962
3271
|
sticky = _ref.sticky,
|
|
2963
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
2964
|
-
return jsx("thead", _objectSpread$
|
|
3272
|
+
restProps = _objectWithoutProperties(_ref, _excluded$6);
|
|
3273
|
+
return jsx("thead", _objectSpread$6(_objectSpread$6({}, restProps), {}, {
|
|
2965
3274
|
ref: ref,
|
|
2966
3275
|
className: clsx('utrecht-table__header', {
|
|
2967
3276
|
'utrecht-table__header--sticky': sticky
|
|
@@ -2971,20 +3280,20 @@ var TableHeader = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
2971
3280
|
});
|
|
2972
3281
|
TableHeader.displayName = 'TableHeader';
|
|
2973
3282
|
|
|
2974
|
-
var css_248z$
|
|
2975
|
-
styleInject(css_248z$
|
|
3283
|
+
var css_248z$2 = ".utrecht-table-of-contents{page-break-inside:avoid}.utrecht-table-of-contents__list{list-style-type:none;padding-inline-start:0;page-break-inside:avoid}.utrecht-table-of-contents__list-item{margin-block-end:var(--utrecht-unordered-list-item-margin-block-end);margin-block-start:var(--utrecht-unordered-list-item-margin-block-start)}.utrecht-table-of-contents__list-item:before{content:\"\"}.utrecht-table-of-contents__list-item-label{font-variant-numeric:lining-nums tabular-nums}";
|
|
3284
|
+
styleInject$1(css_248z$2);
|
|
2976
3285
|
|
|
2977
|
-
var _excluded$
|
|
3286
|
+
var _excluded$5 = ["children", "className"],
|
|
2978
3287
|
_excluded2 = ["children", "className"],
|
|
2979
3288
|
_excluded3 = ["children", "className"],
|
|
2980
3289
|
_excluded4 = ["children", "className", "label"];
|
|
2981
|
-
function ownKeys$
|
|
2982
|
-
function _objectSpread$
|
|
3290
|
+
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; }
|
|
3291
|
+
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; }
|
|
2983
3292
|
var TableOfContents = function TableOfContents(_ref) {
|
|
2984
3293
|
var children = _ref.children,
|
|
2985
3294
|
className = _ref.className,
|
|
2986
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
2987
|
-
return jsx("section", _objectSpread$
|
|
3295
|
+
restProps = _objectWithoutProperties(_ref, _excluded$5);
|
|
3296
|
+
return jsx("section", _objectSpread$5(_objectSpread$5({
|
|
2988
3297
|
className: clsx$1('utrecht-table-of-contents', className)
|
|
2989
3298
|
}, restProps), {}, {
|
|
2990
3299
|
children: children
|
|
@@ -2994,7 +3303,7 @@ var TableOfContentsList = function TableOfContentsList(_ref2) {
|
|
|
2994
3303
|
var children = _ref2.children,
|
|
2995
3304
|
className = _ref2.className,
|
|
2996
3305
|
restProps = _objectWithoutProperties(_ref2, _excluded2);
|
|
2997
|
-
return jsx("ul", _objectSpread$
|
|
3306
|
+
return jsx("ul", _objectSpread$5(_objectSpread$5({
|
|
2998
3307
|
className: clsx$1('utrecht-table-of-contents__list', className)
|
|
2999
3308
|
}, restProps), {}, {
|
|
3000
3309
|
children: children
|
|
@@ -3004,7 +3313,7 @@ var TableOfContentsListItem = function TableOfContentsListItem(_ref3) {
|
|
|
3004
3313
|
var children = _ref3.children,
|
|
3005
3314
|
className = _ref3.className,
|
|
3006
3315
|
restProps = _objectWithoutProperties(_ref3, _excluded3);
|
|
3007
|
-
return jsx("li", _objectSpread$
|
|
3316
|
+
return jsx("li", _objectSpread$5(_objectSpread$5({
|
|
3008
3317
|
className: clsx$1('utrecht-table-of-contents__list-item', className)
|
|
3009
3318
|
}, restProps), {}, {
|
|
3010
3319
|
children: jsx("span", {
|
|
@@ -3018,7 +3327,7 @@ var TableOfContentsLink = function TableOfContentsLink(_ref4) {
|
|
|
3018
3327
|
className = _ref4.className,
|
|
3019
3328
|
label = _ref4.label,
|
|
3020
3329
|
restProps = _objectWithoutProperties(_ref4, _excluded4);
|
|
3021
|
-
return jsxs(Link, _objectSpread$
|
|
3330
|
+
return jsxs(Link, _objectSpread$5(_objectSpread$5({
|
|
3022
3331
|
className: clsx$1('utrecht-table-of-contents__link', className)
|
|
3023
3332
|
}, restProps), {}, {
|
|
3024
3333
|
children: [label && jsx("span", {
|
|
@@ -3031,9 +3340,9 @@ var TableOfContentsLink = function TableOfContentsLink(_ref4) {
|
|
|
3031
3340
|
}));
|
|
3032
3341
|
};
|
|
3033
3342
|
|
|
3034
|
-
var _excluded$
|
|
3035
|
-
function ownKeys$
|
|
3036
|
-
function _objectSpread$
|
|
3343
|
+
var _excluded$4 = ["children", "className", "numericColumn", "selected", "sticky", "scope"];
|
|
3344
|
+
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; }
|
|
3345
|
+
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; }
|
|
3037
3346
|
var TableHeaderCell = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
3038
3347
|
var children = _ref.children,
|
|
3039
3348
|
className = _ref.className,
|
|
@@ -3041,8 +3350,8 @@ var TableHeaderCell = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
3041
3350
|
selected = _ref.selected,
|
|
3042
3351
|
sticky = _ref.sticky,
|
|
3043
3352
|
scope = _ref.scope,
|
|
3044
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
3045
|
-
return jsx("th", _objectSpread$
|
|
3353
|
+
restProps = _objectWithoutProperties(_ref, _excluded$4);
|
|
3354
|
+
return jsx("th", _objectSpread$4(_objectSpread$4({
|
|
3046
3355
|
"aria-selected": selected ? true : undefined,
|
|
3047
3356
|
scope: scope
|
|
3048
3357
|
}, restProps), {}, {
|
|
@@ -3058,15 +3367,15 @@ var TableHeaderCell = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
3058
3367
|
});
|
|
3059
3368
|
TableHeaderCell.displayName = 'TableHeaderCell';
|
|
3060
3369
|
|
|
3061
|
-
var _excluded$
|
|
3062
|
-
function ownKeys$
|
|
3063
|
-
function _objectSpread$
|
|
3370
|
+
var _excluded$3 = ["children", "className", "selected"];
|
|
3371
|
+
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; }
|
|
3372
|
+
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; }
|
|
3064
3373
|
var TableRow = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
3065
3374
|
var children = _ref.children,
|
|
3066
3375
|
className = _ref.className,
|
|
3067
3376
|
selected = _ref.selected,
|
|
3068
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
3069
|
-
return jsx("tr", _objectSpread$
|
|
3377
|
+
restProps = _objectWithoutProperties(_ref, _excluded$3);
|
|
3378
|
+
return jsx("tr", _objectSpread$3(_objectSpread$3({
|
|
3070
3379
|
"aria-selected": selected ? true : undefined
|
|
3071
3380
|
}, restProps), {}, {
|
|
3072
3381
|
ref: ref,
|
|
@@ -3078,34 +3387,8 @@ var TableRow = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
3078
3387
|
});
|
|
3079
3388
|
TableRow.displayName = 'TableRow';
|
|
3080
3389
|
|
|
3081
|
-
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-block-end-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:var(--utrecht-textarea-font-weight,var(--utrecht-form-control-font-weight,initial));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-block-end-width,var(--utrecht-form-control-invalid-border-block-end-width,var(--utrecht-textarea-border-block-end-width,var(--utrecht-form-control-border-block-end-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{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--html-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--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-block-end-width,var(--utrecht-form-control-invalid-border-block-end-width,var(--utrecht-textarea-border-block-end-width,var(--utrecht-form-control-border-block-end-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%}";
|
|
3082
|
-
styleInject(css_248z$2);
|
|
3083
|
-
|
|
3084
|
-
var _excluded$3 = ["dir", "disabled", "invalid", "readOnly", "required", "className"];
|
|
3085
|
-
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; }
|
|
3086
|
-
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; }
|
|
3087
|
-
var Textarea = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
3088
|
-
var dir = _ref.dir,
|
|
3089
|
-
disabled = _ref.disabled,
|
|
3090
|
-
invalid = _ref.invalid,
|
|
3091
|
-
readOnly = _ref.readOnly,
|
|
3092
|
-
required = _ref.required,
|
|
3093
|
-
className = _ref.className,
|
|
3094
|
-
restProps = _objectWithoutProperties(_ref, _excluded$3);
|
|
3095
|
-
return jsx("textarea", _objectSpread$3(_objectSpread$3({}, restProps), {}, {
|
|
3096
|
-
ref: ref,
|
|
3097
|
-
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),
|
|
3098
|
-
dir: dir !== null && dir !== void 0 ? dir : 'auto',
|
|
3099
|
-
disabled: disabled,
|
|
3100
|
-
readOnly: readOnly,
|
|
3101
|
-
required: required,
|
|
3102
|
-
"aria-invalid": invalid || undefined
|
|
3103
|
-
}));
|
|
3104
|
-
});
|
|
3105
|
-
Textarea.displayName = 'Textarea';
|
|
3106
|
-
|
|
3107
3390
|
var css_248z$1 = ".utrecht-url-data{break-inside:avoid;font-variant-ligatures:none;hyphens:none;overflow-wrap:anywhere;page-break-inside:avoid}";
|
|
3108
|
-
styleInject(css_248z$1);
|
|
3391
|
+
styleInject$1(css_248z$1);
|
|
3109
3392
|
|
|
3110
3393
|
var _excluded$2 = ["children", "className"];
|
|
3111
3394
|
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; }
|
|
@@ -3125,7 +3408,7 @@ var URLData = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
3125
3408
|
URLData.displayName = 'URLData';
|
|
3126
3409
|
|
|
3127
3410
|
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:\"●\"}";
|
|
3128
|
-
styleInject(css_248z);
|
|
3411
|
+
styleInject$1(css_248z);
|
|
3129
3412
|
|
|
3130
3413
|
var _excluded$1 = ["children", "className"];
|
|
3131
3414
|
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; }
|
|
@@ -3159,5 +3442,5 @@ var UnorderedListItem = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
3159
3442
|
});
|
|
3160
3443
|
UnorderedListItem.displayName = 'UnorderedListItem';
|
|
3161
3444
|
|
|
3162
|
-
export { Accordion, AccordionProvider, AccordionSection, Alert, AlertDialog, Article, Backdrop, BadgeCounter, BadgeList, Blockquote, BreadcrumbNav, BreadcrumbNavLink, BreadcrumbNavSeparator, Button, ButtonGroup, ButtonLink, Checkbox, Code, CodeBlock, ColorSample, ColumnLayout, Combobox, ComboboxPopover, CurrencyData, DataBadge, DataList, DataListActions, DataListItem, DataListKey, DataListValue, DataPlaceholder, Document, Drawer, Emphasis, Fieldset, FieldsetLegend, Figure, FigureCaption, FormField, FormFieldDescription, FormFieldErrorMessage, FormFieldTextbox, FormLabel, FormToggle, HTMLContent, Heading, Heading1, Heading2, Heading3, Heading4, Heading5, Heading6, HeadingGroup, IBANData, Icon, Image, IndexCharNav, Link, LinkButton, LinkList, LinkListLink, LinkSocial, ListSocial, ListSocialItem, Listbox, ListboxOption, ListboxOptionGroup, Logo, LogoImage, Mark, MultilineData, NavBar, NavList, NavListLink, NavListLinkButton, NumberBadge, NumberData, OrderedList, OrderedListItem, Page, PageContent, PageFooter, PageHeader, Paragraph, PreHeading, PreserveData, PrimaryActionButton, RadioButton, RichText, SecondaryActionButton, Select, SelectOption, Separator, SkipLink, SpotlightSection, StatusBadge, Strong, Subscript, SubtleButton, Superscript, Surface, Table, TableBody, TableCaption, TableCell, TableContainer, TableFooter, TableHeader, TableHeaderCell, TableOfContents, TableOfContentsLink, TableOfContentsList, TableOfContentsListItem, TableRow, Textarea, Textbox, URLData, UnorderedList, UnorderedListItem };
|
|
3445
|
+
export { Accordion, AccordionProvider, AccordionSection, Alert, AlertDialog, Article, Backdrop, BadgeCounter, BadgeList, Blockquote, BreadcrumbNav, BreadcrumbNavLink, BreadcrumbNavSeparator, Button$1 as Button, ButtonGroup, ButtonLink, Checkbox, Code, CodeBlock, ColorSample, ColumnLayout, Combobox, ComboboxPopover, CurrencyData, DataBadge, DataList, DataListActions, DataListItem, DataListKey, DataListValue, DataPlaceholder, Document, Drawer, Emphasis, Fieldset, FieldsetLegend, Figure, FigureCaption, FormField, FormFieldCheckbox, FormFieldDescription, FormFieldErrorMessage, FormFieldTextarea, FormFieldTextbox, FormLabel, FormToggle, HTMLContent, Heading, Heading1, Heading2, Heading3, Heading4, Heading5, Heading6, HeadingGroup, IBANData, Icon, Image, IndexCharNav, Link, LinkButton, LinkList, LinkListLink, LinkSocial, ListSocial, ListSocialItem, Listbox, ListboxOption, ListboxOptionGroup, Logo, LogoImage, Mark, MultilineData, NavBar, NavList, NavListLink, NavListLinkButton, NumberBadge, NumberData, OrderedList, OrderedListItem, Page, PageContent, PageFooter, PageHeader, Paragraph, PreHeading, PreserveData, PrimaryActionButton, RadioButton, RichText, SecondaryActionButton, Select, SelectOption, Separator, SkipLink, SpotlightSection, StatusBadge, Strong, Subscript, SubtleButton, Superscript, Surface, Table, TableBody, TableCaption, TableCell, TableContainer, TableFooter, TableHeader, TableHeaderCell, TableOfContents, TableOfContentsLink, TableOfContentsList, TableOfContentsListItem, TableRow, Textarea, Textbox, URLData, UnorderedList, UnorderedListItem };
|
|
3163
3446
|
//# sourceMappingURL=index.mjs.map
|