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