@utrecht/component-library-react 3.0.1-alpha.26 → 3.0.1-alpha.27
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/dist/.jest-test-results.json +1 -1
- package/dist/TableContainer.d.ts +11 -0
- package/dist/css-module/TableContainer.d.ts +11 -0
- package/dist/css-module/css-module/TableContainer.d.ts +6 -0
- package/dist/css-module/css-module/index.d.ts +2 -0
- package/dist/css-module/index.d.ts +2 -0
- package/dist/css-module/index.js +423 -403
- package/dist/css-module/index.js.map +1 -1
- package/dist/css-module/index.mjs +423 -404
- package/dist/css-module/index.mjs.map +1 -1
- package/dist/index.cjs.js +422 -402
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.esm.js +422 -403
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
|
@@ -37,9 +37,9 @@ function styleInject(css, ref) {
|
|
|
37
37
|
var css_248z$1b = ".utrecht-accordion__section{break-inside:avoid;margin-block-end:var(--utrecht-accordion-section-margin-block-end);margin-block-start:var(--utrecht-accordion-section-margin-block-start)}.utrecht-accordion__button{--utrecht-button-focus-scale:1;--utrecht-button-hover-scale:1;--utrecht-button-inline-size:100%;--utrecht-button-min-inline-size:100%;--utrecht-button-subtle-background-color:var(--utrecht-accordion-button-background-color);--utrecht-button-subtle-padding-inline-start:var(--utrecht-accordion-button-padding-inline-start);--utrecht-button-subtle-padding-inline-end:var(--utrecht-accordion-button-padding-inline-end);--utrecht-button-subtle-padding-block-start:var(--utrecht-accordion-button-padding-block-start);--utrecht-button-subtle-padding-block-end:var(--utrecht-accordion-button-padding-block-end);--utrecht-button-subtle-color:var(--utrecht-accordion-button-color);--utrecht-button-subtle-hover-background-color:var(--utrecht-accordion-button-hover-background-color);--utrecht-button-subtle-hover-border-color:var(--utrecht-accordion-button-hover-border-color);--utrecht-button-subtle-hover-color:var(--utrecht-accordion-button-hover-color);--utrecht-button-subtle-active-background-color:var(--utrecht-accordion-button-active-background-color);--utrecht-button-subtle-active-border-color:var(--utrecht-accordion-button-active-border-color);--utrecht-button-subtle-active-color:var(--utrecht-accordion-button-active-color);--utrecht-button-subtle-focus-background-color:var(--utrecht-accordion-button-focus-background-color);--utrecht-button-subtle-focus-border-color:var(--utrecht-accordion-button-focus-border-color);--utrecht-button-subtle-focus-color:var(--utrecht-accordion-button-focus-color);--utrecht-button-subtle-border-color:var(--utrecht-accordion-button-border-color);--utrecht-button-subtle-border-width:var(--utrecht-accordion-button-border-width);justify-content:start!important;position:relative}.utrecht-accordion__button[aria-expanded]:after{background-color:var(--utrecht-accordion-button-icon-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[aria-expanded=false]:after{background-image:var(--utrecht-accordion-icon-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[aria-expanded=true]:after{background-image:var(--utrecht-accordion-icon-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__panel{border-block-start:none;border-color:var(--utrecht-accordion-panel-border-color);border-style:solid;border-width:var(--utrecht-accordion-panel-border-width);padding-block-end:var(--utrecht-accordion-panel-padding-block-end);padding-block-start:var(--utrecht-accordion-panel-padding-block-start);padding-inline-end:var(--utrecht-accordion-panel-padding-inline-end);padding-inline-start:var(--utrecht-accordion-panel-padding-inline-start)}.utrecht-accordion__header{--utrecht-space-around:0}";
|
|
38
38
|
styleInject(css_248z$1b);
|
|
39
39
|
|
|
40
|
-
var _excluded$
|
|
41
|
-
function ownKeys$
|
|
42
|
-
function _objectSpread$
|
|
40
|
+
var _excluded$1l = ["appearance", "busy", "disabled", "children", "className", "hint", "pressed", "type"];
|
|
41
|
+
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; }
|
|
42
|
+
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; }
|
|
43
43
|
var Button = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
44
44
|
var appearance = _ref.appearance,
|
|
45
45
|
busy = _ref.busy,
|
|
@@ -49,8 +49,8 @@ var Button = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
49
49
|
hint = _ref.hint,
|
|
50
50
|
pressed = _ref.pressed,
|
|
51
51
|
type = _ref.type,
|
|
52
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
53
|
-
return jsx("button", _objectSpread$
|
|
52
|
+
restProps = _objectWithoutProperties(_ref, _excluded$1l);
|
|
53
|
+
return jsx("button", _objectSpread$1m(_objectSpread$1m({
|
|
54
54
|
ref: ref,
|
|
55
55
|
className: clsx('utrecht-button', busy && 'utrecht-button--busy', disabled && 'utrecht-button--disabled', type === 'submit' && 'utrecht-button--submit', appearance === 'primary-action-button' && 'utrecht-button--primary-action', appearance === 'secondary-action-button' && 'utrecht-button--secondary-action', appearance === 'subtle-button' && 'utrecht-button--subtle', hint === 'danger' && 'utrecht-button--danger', hint === 'warning' && 'utrecht-button--warning', hint === 'ready' && 'utrecht-button--ready', pressed === true && 'utrecht-button--pressed', className),
|
|
56
56
|
"aria-busy": busy || undefined,
|
|
@@ -64,38 +64,38 @@ var Button = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
64
64
|
Button.displayName = 'Button';
|
|
65
65
|
var PrimaryActionButton = function PrimaryActionButton(_ref2) {
|
|
66
66
|
var args = _extends({}, (_objectDestructuringEmpty(_ref2), _ref2));
|
|
67
|
-
return jsx(Button, _objectSpread$
|
|
67
|
+
return jsx(Button, _objectSpread$1m(_objectSpread$1m({}, args), {}, {
|
|
68
68
|
appearance: "primary-action-button"
|
|
69
69
|
}));
|
|
70
70
|
};
|
|
71
71
|
PrimaryActionButton.displayName = 'PrimaryActionButton';
|
|
72
72
|
var SecondaryActionButton = function SecondaryActionButton(_ref3) {
|
|
73
73
|
var args = _extends({}, (_objectDestructuringEmpty(_ref3), _ref3));
|
|
74
|
-
return jsx(Button, _objectSpread$
|
|
74
|
+
return jsx(Button, _objectSpread$1m(_objectSpread$1m({}, args), {}, {
|
|
75
75
|
appearance: "secondary-action-button"
|
|
76
76
|
}));
|
|
77
77
|
};
|
|
78
78
|
SecondaryActionButton.displayName = 'SecondaryActionButton';
|
|
79
79
|
var SubtleButton = function SubtleButton(_ref4) {
|
|
80
80
|
var args = _extends({}, (_objectDestructuringEmpty(_ref4), _ref4));
|
|
81
|
-
return jsx(Button, _objectSpread$
|
|
81
|
+
return jsx(Button, _objectSpread$1m(_objectSpread$1m({}, args), {}, {
|
|
82
82
|
appearance: "subtle-button"
|
|
83
83
|
}));
|
|
84
84
|
};
|
|
85
85
|
SubtleButton.displayName = 'SubtleButton';
|
|
86
86
|
|
|
87
|
-
var _excluded$
|
|
88
|
-
function ownKeys$
|
|
89
|
-
function _objectSpread$
|
|
87
|
+
var _excluded$1k = ["appearance", "className", "level"];
|
|
88
|
+
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; }
|
|
89
|
+
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; }
|
|
90
90
|
var Heading = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
91
91
|
var appearance = _ref.appearance,
|
|
92
92
|
className = _ref.className,
|
|
93
93
|
level = _ref.level,
|
|
94
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
94
|
+
restProps = _objectWithoutProperties(_ref, _excluded$1k);
|
|
95
95
|
var appearances = ['utrecht-heading-1', 'utrecht-heading-2', 'utrecht-heading-3', 'utrecht-heading-4', 'utrecht-heading-5', 'utrecht-heading-6'];
|
|
96
96
|
var HeadingX = level === 2 ? 'h2' : level === 3 ? 'h3' : level === 4 ? 'h4' : level === 5 ? 'h5' : level === 6 ? 'h6' : 'h1';
|
|
97
97
|
var headingClassName = appearance && appearances.indexOf(appearance) !== -1 ? appearance : appearances[level - 1] || 'utrecht-heading-1';
|
|
98
|
-
return jsx(HeadingX, _objectSpread$
|
|
98
|
+
return jsx(HeadingX, _objectSpread$1l(_objectSpread$1l({
|
|
99
99
|
className: clsx(headingClassName, className)
|
|
100
100
|
}, restProps), {}, {
|
|
101
101
|
ref: ref
|
|
@@ -103,10 +103,10 @@ var Heading = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
103
103
|
});
|
|
104
104
|
Heading.displayName = 'Heading';
|
|
105
105
|
|
|
106
|
-
var _excluded$
|
|
106
|
+
var _excluded$1j = ["id", "label", "className", "headingLevel", "expanded", "disabled", "section", "children", "buttonRef", "onActivate", "onButtonBlur", "onButtonFocus"],
|
|
107
107
|
_excluded2$9 = ["children", "group", "headingLevel", "heading"];
|
|
108
|
-
function ownKeys$
|
|
109
|
-
function _objectSpread$
|
|
108
|
+
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; }
|
|
109
|
+
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; }
|
|
110
110
|
/**
|
|
111
111
|
* Find the first item in an array
|
|
112
112
|
*/
|
|
@@ -148,7 +148,7 @@ var AccordionSection = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
148
148
|
onActivate = _ref.onActivate,
|
|
149
149
|
onButtonBlur = _ref.onButtonBlur,
|
|
150
150
|
onButtonFocus = _ref.onButtonFocus,
|
|
151
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
151
|
+
props = _objectWithoutProperties(_ref, _excluded$1j);
|
|
152
152
|
var panelAttributes = {
|
|
153
153
|
className: clsx('utrecht-accordion__panel', {
|
|
154
154
|
'utrecht-accordion__panel--expanded': expanded
|
|
@@ -168,7 +168,7 @@ var AccordionSection = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
168
168
|
// content of the landmark to be the actual content, instead of starting
|
|
169
169
|
// with the button that controls the region.
|
|
170
170
|
// - we only want expanded sections to show up as landmarks
|
|
171
|
-
return jsxs("div", _objectSpread$
|
|
171
|
+
return jsxs("div", _objectSpread$1k(_objectSpread$1k({
|
|
172
172
|
className: clsx('utrecht-accordion__section', className),
|
|
173
173
|
id: id,
|
|
174
174
|
ref: ref
|
|
@@ -195,12 +195,12 @@ var AccordionSection = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
195
195
|
ref: buttonRef,
|
|
196
196
|
children: label
|
|
197
197
|
})
|
|
198
|
-
}), section ? jsx("section", _objectSpread$
|
|
198
|
+
}), section ? jsx("section", _objectSpread$1k(_objectSpread$1k({
|
|
199
199
|
id: panelId,
|
|
200
200
|
"aria-labelledby": buttonId
|
|
201
201
|
}, panelAttributes), {}, {
|
|
202
202
|
children: children
|
|
203
|
-
})) : jsx("div", _objectSpread$
|
|
203
|
+
})) : jsx("div", _objectSpread$1k(_objectSpread$1k({}, panelAttributes), {}, {
|
|
204
204
|
children: children
|
|
205
205
|
}))]
|
|
206
206
|
}));
|
|
@@ -217,7 +217,7 @@ var Accordion = /*#__PURE__*/forwardRef(function (_ref2, ref) {
|
|
|
217
217
|
children: [!!heading && typeof headingLevel === 'number' && jsx(Heading, {
|
|
218
218
|
level: headingLevel,
|
|
219
219
|
children: heading
|
|
220
|
-
}), jsx("div", _objectSpread$
|
|
220
|
+
}), jsx("div", _objectSpread$1k(_objectSpread$1k({
|
|
221
221
|
className: clsx('utrecht-accordion'),
|
|
222
222
|
role: group ? 'group' : undefined,
|
|
223
223
|
"aria-labelledby": group ? headingId : undefined
|
|
@@ -325,7 +325,7 @@ var AccordionProvider = function AccordionProvider(_ref4) {
|
|
|
325
325
|
// const activatedSection = activatedIndex >= 0 ? sections[index] : undefined;
|
|
326
326
|
setSectionsState(sectionsState.map(function (section, index) {
|
|
327
327
|
if (index === activatedIndex) {
|
|
328
|
-
return _objectSpread$
|
|
328
|
+
return _objectSpread$1k(_objectSpread$1k({}, section), {}, {
|
|
329
329
|
expanded: !section.expanded
|
|
330
330
|
});
|
|
331
331
|
} else {
|
|
@@ -333,7 +333,7 @@ var AccordionProvider = function AccordionProvider(_ref4) {
|
|
|
333
333
|
}
|
|
334
334
|
}));
|
|
335
335
|
};
|
|
336
|
-
return /*#__PURE__*/createElement(AccordionSection, _objectSpread$
|
|
336
|
+
return /*#__PURE__*/createElement(AccordionSection, _objectSpread$1k(_objectSpread$1k({}, section), {}, {
|
|
337
337
|
ref: refs[index],
|
|
338
338
|
buttonRef: buttonRefs[index],
|
|
339
339
|
key: index,
|
|
@@ -349,16 +349,16 @@ AccordionProvider.displayName = 'AccordionProvider';
|
|
|
349
349
|
var css_248z$1a = ".utrecht-alert{background-color:var(--_utrecht-alert-background-color,var(--utrecht-alert-background-color));border-color:var(--_utrecht-alert-border-color,var(--utrecht-alert-border-color));border-radius:var(--utrecht-alert-border-radius,0);border-style:solid;border-width:var(--_utrecht-alert-border-width,var(--utrecht-alert-border-width,0));color:var(--_utrecht-alert-color,var(--utrecht-alert-color));display:grid;gap:var(--utrecht-alert-icon-gap);grid-template-areas:\"icon message\";grid-template-columns:0fr 100fr;margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-alert-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-alert-margin-block-start, 0));padding-block-end:var(--utrecht-alert-padding-block-end);padding-block-start:var(--utrecht-alert-padding-block-start);padding-inline-end:var(--utrecht-alert-padding-inline-end);padding-inline-start:var(--utrecht-alert-padding-inline-start)}.utrecht-alert__icon{--utrecht-icon-color:var(--_utrecht-alert-icon-color,var(--utrecht-alert-icon-color));grid-area:icon}.utrecht-alert__message{grid-area:message}.utrecht-alert--info{--_utrecht-alert-icon-color:var(--utrecht-alert-icon-info-color);--_utrecht-alert-background-color:var(--utrecht-alert-info-background-color);--_utrecht-alert-border-color:var(--utrecht-alert-info-border-color);--_utrecht-alert-border-width:var(--utrecht-alert-info-border-width);--_utrecht-alert-color:var(--utrecht-alert-info-color)}.utrecht-alert--ok{--_utrecht-alert-icon-color:var(--utrecht-alert-icon-ok-color);--_utrecht-alert-background-color:var(--utrecht-alert-ok-background-color);--_utrecht-alert-border-color:var(--utrecht-alert-ok-border-color);--_utrecht-alert-border-width:var(--utrecht-alert-ok-border-width);--_utrecht-alert-color:var(--utrecht-alert-ok-color)}.utrecht-alert--warning{--_utrecht-alert-icon-color:var(--utrecht-alert-icon-warning-color);--_utrecht-alert-background-color:var(--utrecht-alert-warning-background-color);--_utrecht-alert-border-color:var(--utrecht-alert-warning-border-color);--_utrecht-alert-border-width:var(--utrecht-alert-warning-border-width);--_utrecht-alert-color:var(--utrecht-alert-warning-color)}.utrecht-alert--error{--_utrecht-alert-icon-color:var(--utrecht-alert-icon-error-color);--_utrecht-alert-background-color:var(--utrecht-alert-error-background-color);--_utrecht-alert-border-color:var(--utrecht-alert-error-border-color);--_utrecht-alert-border-width:var(--utrecht-alert-error-border-width);--_utrecht-alert-color:var(--utrecht-alert-error-color)}";
|
|
350
350
|
styleInject(css_248z$1a);
|
|
351
351
|
|
|
352
|
-
var _excluded$
|
|
353
|
-
function ownKeys$
|
|
354
|
-
function _objectSpread$
|
|
352
|
+
var _excluded$1i = ["children", "className", "icon", "type"];
|
|
353
|
+
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; }
|
|
354
|
+
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; }
|
|
355
355
|
var Alert = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
356
356
|
var children = _ref.children,
|
|
357
357
|
className = _ref.className,
|
|
358
358
|
icon = _ref.icon,
|
|
359
359
|
type = _ref.type,
|
|
360
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
361
|
-
return jsxs("div", _objectSpread$
|
|
360
|
+
restProps = _objectWithoutProperties(_ref, _excluded$1i);
|
|
361
|
+
return jsxs("div", _objectSpread$1j(_objectSpread$1j({}, restProps), {}, {
|
|
362
362
|
ref: ref,
|
|
363
363
|
className: clsx('utrecht-alert', {
|
|
364
364
|
'utrecht-alert--error': type === 'error',
|
|
@@ -380,16 +380,16 @@ Alert.displayName = 'Alert';
|
|
|
380
380
|
var css_248z$19 = ".utrecht-alert-dialog:not(dialog:not([open])){--utrecht-alert-dialog-margin-block-start:auto;--utrecht-alert-dialog-margin-block-end:auto;background-color:var(--_utrecht-alert-background-color,var(--utrecht-alert-background-color));border-color:var(--utrecht-alert-dialog-border-color);border-radius:var(--utrecht-alert-border-radius,0);border-radius:var(--utrecht-alert-dialog-border-radius,0);border-style:solid;border-width:var(--utrecht-alert-dialog-border-width,0);box-shadow:var(--utrecht-alert-dialog-box-shadow);color:var(--_utrecht-alert-color,var(--utrecht-alert-color));display:grid;gap:var(--utrecht-alert-icon-gap);grid-template-areas:\"icon message\";grid-template-columns:0fr 100fr;margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-alert-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-alert-margin-block-start, 0));max-block-size:var(--utrecht-alert-dialog-max-block-size);max-inline-size:var(--utrecht-alert-dialog-max-inline-size);min-block-size:var(--utrecht-alert-dialog-min-block-size);min-inline-size:var(--utrecht-alert-dialog-min-inline-size);padding-block-end:var(--utrecht-alert-padding-block-end);padding-block-start:var(--utrecht-alert-padding-block-start);padding-inline-end:var(--utrecht-alert-padding-inline-end);padding-inline-start:var(--utrecht-alert-padding-inline-start)}.utrecht-alert-dialog::backdrop{--_utrecht-backdrop-opacity:var(--utrecht-backdrop-opacity);--_utrecht-backdrop-fade-in-animation-duration:var(--utrecht-backdrop-fade-in-animation-duration,0);animation-duration:min(var(--utrecht-motion-max-animation-duration,var(--_utrecht-backdrop-fade-in-animation-duration)),var(--_utrecht-backdrop-fade-in-animation-duration,0));animation-name:utrecht-backdrop-fade-in;animation-timing-function:ease-in-out;background-color:var(--utrecht-backdrop-background-color);color:var(--utrecht-backdrop-color);opacity:var(--_utrecht-backdrop-opacity);-webkit-user-select:none;user-select:none}@keyframes utrecht-backdrop-fade-in{0%{opacity:0}to{opacity:var(--_utrecht-backdrop-opacity)}}@media (prefers-reduced-motion:reduce){.utrecht-alert-dialog::backdrop{--_utrecht-backdrop-fade-in-animation-duration:0}}@media (prefers-reduced-transparency:reduce){.utrecht-alert-dialog::backdrop{--_utrecht-backdrop-opacity:var(--utrecht-backdrop-reduced-transparency-opacity,100%)}}.utrecht-alert-dialog__icon{--utrecht-icon-color:var(--_utrecht-alert-icon-color,var(--utrecht-alert-icon-color));grid-area:icon}.utrecht-alert-dialog__message{grid-area:message}.utrecht-alert-dialog--error{--_utrecht-alert-icon-color:var(--utrecht-alert-icon-error-color);--_utrecht-alert-background-color:var(--utrecht-alert-error-background-color);--_utrecht-alert-border-color:var(--utrecht-alert-error-border-color);--_utrecht-alert-border-width:var(--utrecht-alert-error-border-width);--_utrecht-alert-color:var(--utrecht-alert-error-color)}.utrecht-alert-dialog--info{--_utrecht-alert-icon-color:var(--utrecht-alert-icon-info-color);--_utrecht-alert-background-color:var(--utrecht-alert-info-background-color);--_utrecht-alert-border-color:var(--utrecht-alert-info-border-color);--_utrecht-alert-border-width:var(--utrecht-alert-info-border-width);--_utrecht-alert-color:var(--utrecht-alert-info-color)}.utrecht-alert-dialog--warning{--_utrecht-alert-icon-color:var(--utrecht-alert-icon-warning-color);--_utrecht-alert-background-color:var(--utrecht-alert-warning-background-color);--_utrecht-alert-border-color:var(--utrecht-alert-warning-border-color);--_utrecht-alert-border-width:var(--utrecht-alert-warning-border-width);--_utrecht-alert-color:var(--utrecht-alert-warning-color)}";
|
|
381
381
|
styleInject(css_248z$19);
|
|
382
382
|
|
|
383
|
-
var _excluded$
|
|
384
|
-
function ownKeys$
|
|
385
|
-
function _objectSpread$
|
|
383
|
+
var _excluded$1h = ["children", "className", "icon", "type"];
|
|
384
|
+
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; }
|
|
385
|
+
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; }
|
|
386
386
|
var AlertDialog = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
387
387
|
var children = _ref.children,
|
|
388
388
|
className = _ref.className,
|
|
389
389
|
icon = _ref.icon,
|
|
390
390
|
type = _ref.type,
|
|
391
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
392
|
-
return jsxs("dialog", _objectSpread$
|
|
391
|
+
restProps = _objectWithoutProperties(_ref, _excluded$1h);
|
|
392
|
+
return jsxs("dialog", _objectSpread$1i(_objectSpread$1i({}, restProps), {}, {
|
|
393
393
|
ref: ref,
|
|
394
394
|
className: clsx('utrecht-alert-dialog', {
|
|
395
395
|
'utrecht-alert-dialog--error': type === 'error',
|
|
@@ -411,14 +411,14 @@ AlertDialog.displayName = 'AlertDialog';
|
|
|
411
411
|
var css_248z$18 = ".utrecht-article{max-inline-size:var(--utrecht-article-max-inline-size)}";
|
|
412
412
|
styleInject(css_248z$18);
|
|
413
413
|
|
|
414
|
-
var _excluded$
|
|
415
|
-
function ownKeys$
|
|
416
|
-
function _objectSpread$
|
|
414
|
+
var _excluded$1g = ["children", "className"];
|
|
415
|
+
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; }
|
|
416
|
+
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; }
|
|
417
417
|
var Article = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
418
418
|
var children = _ref.children,
|
|
419
419
|
className = _ref.className,
|
|
420
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
421
|
-
return jsx("article", _objectSpread$
|
|
420
|
+
restProps = _objectWithoutProperties(_ref, _excluded$1g);
|
|
421
|
+
return jsx("article", _objectSpread$1h(_objectSpread$1h({}, restProps), {}, {
|
|
422
422
|
ref: ref,
|
|
423
423
|
className: clsx('utrecht-article', className),
|
|
424
424
|
children: children
|
|
@@ -429,14 +429,14 @@ Article.displayName = 'Article';
|
|
|
429
429
|
var css_248z$17 = ".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}";
|
|
430
430
|
styleInject(css_248z$17);
|
|
431
431
|
|
|
432
|
-
var _excluded$
|
|
433
|
-
function ownKeys$
|
|
434
|
-
function _objectSpread$
|
|
432
|
+
var _excluded$1f = ["children", "className"];
|
|
433
|
+
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; }
|
|
434
|
+
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; }
|
|
435
435
|
var Backdrop = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
436
436
|
var children = _ref.children,
|
|
437
437
|
className = _ref.className,
|
|
438
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
439
|
-
return jsx("div", _objectSpread$
|
|
438
|
+
restProps = _objectWithoutProperties(_ref, _excluded$1f);
|
|
439
|
+
return jsx("div", _objectSpread$1g(_objectSpread$1g({}, restProps), {}, {
|
|
440
440
|
ref: ref,
|
|
441
441
|
className: clsx('utrecht-backdrop', className),
|
|
442
442
|
children: children
|
|
@@ -447,22 +447,22 @@ Backdrop.displayName = 'Backdrop';
|
|
|
447
447
|
var css_248z$16 = ".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-size,1em);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}}";
|
|
448
448
|
styleInject(css_248z$16);
|
|
449
449
|
|
|
450
|
-
var _excluded$
|
|
451
|
-
function ownKeys$
|
|
452
|
-
function _objectSpread$
|
|
450
|
+
var _excluded$1e = ["children", "className", "value"];
|
|
451
|
+
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; }
|
|
452
|
+
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; }
|
|
453
453
|
var BadgeCounter = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
454
454
|
var children = _ref.children,
|
|
455
455
|
className = _ref.className,
|
|
456
456
|
value = _ref.value,
|
|
457
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
458
|
-
var props = _objectSpread$
|
|
457
|
+
restProps = _objectWithoutProperties(_ref, _excluded$1e);
|
|
458
|
+
var props = _objectSpread$1f({
|
|
459
459
|
children: children,
|
|
460
460
|
className: clsx('utrecht-badge-counter', className)
|
|
461
461
|
}, restProps);
|
|
462
|
-
return typeof value !== 'undefined' ? jsx("data", _objectSpread$
|
|
462
|
+
return typeof value !== 'undefined' ? jsx("data", _objectSpread$1f(_objectSpread$1f({}, props), {}, {
|
|
463
463
|
value: value,
|
|
464
464
|
ref: ref
|
|
465
|
-
})) : jsx("span", _objectSpread$
|
|
465
|
+
})) : jsx("span", _objectSpread$1f(_objectSpread$1f({}, props), {}, {
|
|
466
466
|
ref: ref
|
|
467
467
|
}));
|
|
468
468
|
});
|
|
@@ -471,14 +471,14 @@ BadgeCounter.displayName = 'BadgeCounter';
|
|
|
471
471
|
var css_248z$15 = ".utrecht-badge-list{display:flex;flex-wrap:wrap;gap:var(--utrecht-badge-list-item-margin-block) var(--utrecht-badge-list-item-margin-inline)}";
|
|
472
472
|
styleInject(css_248z$15);
|
|
473
473
|
|
|
474
|
-
var _excluded$
|
|
475
|
-
function ownKeys$
|
|
476
|
-
function _objectSpread$
|
|
474
|
+
var _excluded$1d = ["children", "className"];
|
|
475
|
+
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; }
|
|
476
|
+
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; }
|
|
477
477
|
var BadgeList = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
478
478
|
var children = _ref.children,
|
|
479
479
|
className = _ref.className,
|
|
480
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
481
|
-
return jsx("div", _objectSpread$
|
|
480
|
+
restProps = _objectWithoutProperties(_ref, _excluded$1d);
|
|
481
|
+
return jsx("div", _objectSpread$1e(_objectSpread$1e({}, restProps), {}, {
|
|
482
482
|
ref: ref,
|
|
483
483
|
className: clsx('utrecht-badge-list', className),
|
|
484
484
|
children: children
|
|
@@ -489,9 +489,9 @@ BadgeList.displayName = 'BadgeList';
|
|
|
489
489
|
var css_248z$14 = ".utrecht-breadcrumb-nav{--utrecht-focus-background-color:var(--utrecht-breadcrumb-nav-link-focus-background-color);--utrecht-link-background-color:var(--utrecht-breadcrumb-nav-link-background-color);--utrecht-link-text-decoration:var(--utrecht-breadcrumb-nav-link-text-decoration);--utrecht-link-focus-color:var(--utrecht-breadcrumb-nav-link-focus-color,var(--utrecht-breadcrumb-nav-link-color));--utrecht-link-focus-text-decoration:var(\n --utrecht-breadcrumb-nav-link-focus-text-decoration,var(--utrecht-breadcrumb-nav-link-text-decoration)\n );--utrecht-link-hover-color:var(--utrecht-breadcrumb-nav-link-hover-color,var(--utrecht-breadcrumb-nav-link-color));--utrecht-link-hover-text-decoration:var(\n --utrecht-breadcrumb-nav-link-hover-text-decoration,var(--utrecht-breadcrumb-nav-link-text-decoration)\n );--utrecht-link-visited-color:var(--utrecht-breadcrumb-nav-link-color);--utrecht-link-visited-text-decoration:var(--utrecht-link-text-decoration);--utrecht-link-color:var(--utrecht-breadcrumb-nav-link-color);--utrecht-link-placeholder-color:var(--utrecht-link-breadcrumb-link-disabled-color);font-family:var(--utrecht-document-font-family,inherit);font-size:var(--utrecht-breadcrumb-nav-font-size);text-transform:var(--utrecht-document-text-transform,inherit)}.utrecht-breadcrumb-nav__heading{display:none}.utrecht-breadcrumb-nav__list{display:flex;flex-wrap:wrap;min-block-size:var(--utrecht-breadcrumb-nav-min-block-size)}.utrecht-breadcrumb-nav__list--html-ol{list-style:none;padding-inline-start:0}.utrecht-breadcrumb-nav__list--html-ol,.utrecht-breadcrumb-nav__list--html-p{margin-block-end:0;margin-block-start:0}.utrecht-breadcrumb-nav__item{block-size:100%}.utrecht-breadcrumb-nav__link{--utrecht-icon-size:var(--utrecht-breadcrumb-nav-link-icon-size);--utrecht-link-icon-size:var(--utrecht-breadcrumb-nav-link-icon-size);background-color:var(--utrecht-breadcrumb-nav-link-background-color);display:inline-block;padding-block-end:var(--utrecht-breadcrumb-nav-item-padding-block-end,8px);padding-block-start:var(--utrecht-breadcrumb-nav-item-padding-block-start,8px);padding-inline-end:var(--utrecht-breadcrumb-nav-item-padding-inline-end,8px);padding-inline-start:var(--utrecht-breadcrumb-nav-item-padding-inline-start,8px)}.utrecht-breadcrumb-nav__link--disabled{--utrecht-link-placeholder-color:var(\n --utrecht-breadcrumb-nav-link-disabled-color,var(--utrecht-breadcrumb-nav-link-color)\n );background-color:var(--utrecht-breadcrumb-nav-link-disabled-background-color,var(--utrecht-breadcrumb-nav-link-background-color));color:var(--utrecht-link-placeholder-color);cursor:var(--utrecht-action-disabled-cursor,not-allowed)}.utrecht-breadcrumb-nav__link--current{--utrecht-link-current-font-weight:var(--utrecht-breadcrumb-nav-link-current-font-weight,inherit);cursor:var(--utrecht-action-inert-cursor,default);font-weight:var(--utrecht-breadcrumb-nav-link-current-font-weight,inherit)}.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)}";
|
|
490
490
|
styleInject(css_248z$14);
|
|
491
491
|
|
|
492
|
-
var _excluded$
|
|
493
|
-
function ownKeys$
|
|
494
|
-
function _objectSpread$
|
|
492
|
+
var _excluded$1c = ["boxContent", "children", "className", "external", "href", "placeholder", "role"];
|
|
493
|
+
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; }
|
|
494
|
+
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; }
|
|
495
495
|
var Link = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
496
496
|
var boxContent = _ref.boxContent,
|
|
497
497
|
children = _ref.children,
|
|
@@ -500,13 +500,13 @@ var Link = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
500
500
|
href = _ref.href,
|
|
501
501
|
placeholder = _ref.placeholder,
|
|
502
502
|
role = _ref.role,
|
|
503
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
503
|
+
restProps = _objectWithoutProperties(_ref, _excluded$1c);
|
|
504
504
|
return (
|
|
505
505
|
// "utrecht-link--telephone" does not have a corresponding API,
|
|
506
506
|
// since it is primarily a basis for implementing input[href^="tel"].
|
|
507
507
|
// Telephone number rendering in React is best achieved using composition
|
|
508
508
|
// of the TelephoneValue component.
|
|
509
|
-
jsx("a", _objectSpread$
|
|
509
|
+
jsx("a", _objectSpread$1d(_objectSpread$1d({
|
|
510
510
|
href: placeholder ? undefined : href,
|
|
511
511
|
ref: ref,
|
|
512
512
|
role: role || (placeholder ? 'link' : undefined),
|
|
@@ -524,12 +524,12 @@ var Link = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
524
524
|
});
|
|
525
525
|
Link.displayName = 'Link';
|
|
526
526
|
|
|
527
|
-
var _excluded$
|
|
527
|
+
var _excluded$1b = ["appearance", "children", "className", "headingLevel", "label"],
|
|
528
528
|
_excluded2$8 = ["className", "children"],
|
|
529
529
|
_excluded3$2 = ["className", "children"],
|
|
530
530
|
_excluded4$1 = ["children", "disabled", "current", "href", "index", "rel", "role", "Link", "className"];
|
|
531
|
-
function ownKeys$
|
|
532
|
-
function _objectSpread$
|
|
531
|
+
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; }
|
|
532
|
+
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; }
|
|
533
533
|
var useMicrodataItem = function useMicrodataItem(_ref) {
|
|
534
534
|
var prop = _ref.prop,
|
|
535
535
|
type = _ref.type;
|
|
@@ -551,9 +551,9 @@ var BreadcrumbNav = /*#__PURE__*/forwardRef(function (_ref2, ref) {
|
|
|
551
551
|
_ref2$headingLevel = _ref2.headingLevel,
|
|
552
552
|
headingLevel = _ref2$headingLevel === void 0 ? 2 : _ref2$headingLevel,
|
|
553
553
|
label = _ref2.label,
|
|
554
|
-
restProps = _objectWithoutProperties(_ref2, _excluded$
|
|
554
|
+
restProps = _objectWithoutProperties(_ref2, _excluded$1b);
|
|
555
555
|
var headingId = label ? useId() : undefined;
|
|
556
|
-
return jsxs("nav", _objectSpread$
|
|
556
|
+
return jsxs("nav", _objectSpread$1c(_objectSpread$1c({}, restProps), {}, {
|
|
557
557
|
ref: ref,
|
|
558
558
|
className: clsx('utrecht-breadcrumb-nav', 'utrecht-breadcrumb-nav--html-ol', {
|
|
559
559
|
'utrecht-breadcrumb-nav--arrows': appearance === 'arrows'
|
|
@@ -565,7 +565,7 @@ var BreadcrumbNav = /*#__PURE__*/forwardRef(function (_ref2, ref) {
|
|
|
565
565
|
level: headingLevel,
|
|
566
566
|
"aria-hidden": "true",
|
|
567
567
|
children: label
|
|
568
|
-
}), jsx("ol", _objectSpread$
|
|
568
|
+
}), jsx("ol", _objectSpread$1c(_objectSpread$1c({
|
|
569
569
|
className: "utrecht-breadcrumb-nav__list utrecht-breadcrumb-nav__list--html-ol"
|
|
570
570
|
}, useMicrodataItem({
|
|
571
571
|
type: 'https://schema.org/BreadcrumbList'
|
|
@@ -579,7 +579,7 @@ var BreadcrumbNavItem = /*#__PURE__*/forwardRef(function (_ref3, ref) {
|
|
|
579
579
|
var className = _ref3.className,
|
|
580
580
|
children = _ref3.children,
|
|
581
581
|
restProps = _objectWithoutProperties(_ref3, _excluded2$8);
|
|
582
|
-
return jsx("li", _objectSpread$
|
|
582
|
+
return jsx("li", _objectSpread$1c(_objectSpread$1c(_objectSpread$1c({
|
|
583
583
|
className: clsx('utrecht-breadcrumb-nav__item', className)
|
|
584
584
|
}, useMicrodataItem({
|
|
585
585
|
type: 'https://schema.org/ListItem',
|
|
@@ -595,7 +595,7 @@ var BreadcrumbNavSeparator = /*#__PURE__*/forwardRef(function (_ref4, ref) {
|
|
|
595
595
|
var className = _ref4.className,
|
|
596
596
|
children = _ref4.children,
|
|
597
597
|
restProps = _objectWithoutProperties(_ref4, _excluded3$2);
|
|
598
|
-
return jsx("li", _objectSpread$
|
|
598
|
+
return jsx("li", _objectSpread$1c(_objectSpread$1c({
|
|
599
599
|
"aria-hidden": "true",
|
|
600
600
|
hidden: true,
|
|
601
601
|
style: {
|
|
@@ -623,7 +623,7 @@ var BreadcrumbNavLink = /*#__PURE__*/forwardRef(function (_ref5, ref) {
|
|
|
623
623
|
var DefaultLinkComponent = Link$1;
|
|
624
624
|
var LinkComponent = Link$1 || DefaultLinkComponent;
|
|
625
625
|
return jsx(BreadcrumbNavItem, {
|
|
626
|
-
children: jsxs(LinkComponent, _objectSpread$
|
|
626
|
+
children: jsxs(LinkComponent, _objectSpread$1c(_objectSpread$1c(_objectSpread$1c({
|
|
627
627
|
className: clsx('utrecht-breadcrumb-nav__link', className, {
|
|
628
628
|
'utrecht-breadcrumb-nav__link--current': current,
|
|
629
629
|
'utrecht-breadcrumb-nav__link--disabled': disabled
|
|
@@ -635,11 +635,11 @@ var BreadcrumbNavLink = /*#__PURE__*/forwardRef(function (_ref5, ref) {
|
|
|
635
635
|
"aria-disabled": disabled ? 'true' : undefined
|
|
636
636
|
}, useMicrodataProp('item')), restProps), {}, {
|
|
637
637
|
ref: ref,
|
|
638
|
-
children: [jsx("span", _objectSpread$
|
|
638
|
+
children: [jsx("span", _objectSpread$1c(_objectSpread$1c({
|
|
639
639
|
className: "utrecht-breadcrumb-nav__text"
|
|
640
640
|
}, useMicrodataProp('name')), {}, {
|
|
641
641
|
children: children
|
|
642
|
-
})), typeof index === 'number' ? jsx("meta", _objectSpread$
|
|
642
|
+
})), typeof index === 'number' ? jsx("meta", _objectSpread$1c(_objectSpread$1c({}, useMicrodataProp('position')), {}, {
|
|
643
643
|
content: String(index + 1)
|
|
644
644
|
})) : null]
|
|
645
645
|
}))
|
|
@@ -653,9 +653,9 @@ styleInject(css_248z$13);
|
|
|
653
653
|
var css_248z$12 = ".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)}";
|
|
654
654
|
styleInject(css_248z$12);
|
|
655
655
|
|
|
656
|
-
var _excluded$
|
|
657
|
-
function ownKeys$
|
|
658
|
-
function _objectSpread$
|
|
656
|
+
var _excluded$1a = ["children", "className", "direction"];
|
|
657
|
+
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; }
|
|
658
|
+
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; }
|
|
659
659
|
var hasManyElements = function hasManyElements(children) {
|
|
660
660
|
return Array.isArray(children) && children.reduce(function (count, item) {
|
|
661
661
|
return /*#__PURE__*/isValidElement(item) ? count + 1 : count;
|
|
@@ -665,8 +665,8 @@ var ButtonGroup = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
665
665
|
var children = _ref.children,
|
|
666
666
|
className = _ref.className,
|
|
667
667
|
direction = _ref.direction,
|
|
668
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
669
|
-
return jsx("p", _objectSpread$
|
|
668
|
+
restProps = _objectWithoutProperties(_ref, _excluded$1a);
|
|
669
|
+
return jsx("p", _objectSpread$1b(_objectSpread$1b({
|
|
670
670
|
role: hasManyElements(children) ? 'group' : undefined
|
|
671
671
|
}, restProps), {}, {
|
|
672
672
|
ref: ref,
|
|
@@ -682,9 +682,9 @@ ButtonGroup.displayName = 'ButtonGroup';
|
|
|
682
682
|
var css_248z$11 = ".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-icon-size:var(--utrecht-button-icon-size,1em);align-items:center;background-color:var(--_utrecht-button-background-color);block-size:fit-content;border-block-end-color:var(--_utrecht-button-border-bottom-color);border-block-end-width:var(--_utrecht-button-border-block-end-width);border-color:var(--_utrecht-button-border-color);border-radius:var(--utrecht-button-border-radius);border-style:solid;border-width:var(--_utrecht-button-border-width);box-sizing:border-box;color:var(--_utrecht-button-color);cursor:var(--utrecht-action-activate-cursor,revert);cursor:var(--utrecht-action-navigate-cursor,pointer);display:inline-flex;font-family:var(--utrecht-button-font-family,var(--utrecht-document-font-family));font-size:var(--utrecht-button-font-size,var(--utrecht-document-font-family,inherit));font-weight:var(--_utrecht-button-appearance-font-weight,var(--utrecht-button-font-weight));gap:var(--utrecht-button-icon-gap);inline-size:var(--utrecht-button-inline-size,auto);justify-content:center;line-height:var(--utrecht-button-line-height);max-inline-size:var(--utrecht-button-max-inline-size,fit-content);min-block-size:var(--utrecht-button-min-block-size,44px);min-inline-size:var(--utrecht-button-min-inline-size,44px);padding-block-end:var(--utrecht-button-padding-block-end);padding-block-start:var(--utrecht-button-padding-block-start);padding-inline-end:var(--utrecht-button-padding-inline-end);padding-inline-start:var(--utrecht-button-padding-inline-start);scale:1;text-decoration:none;text-transform:var(--utrecht-button-text-transform);-webkit-user-select:none;user-select:none}@media screen and (-ms-high-contrast:active),screen and (forced-colors:active){.utrecht-button-link{--_utrecht-button-disabled-border-color:GrayText;--_utrecht-button-disabled-color:GrayText;background-color:ButtonFace;border-color:buttonborder;color:ButtonText}}.utrecht-button-link--active{background-color:var(--_utrecht-button-active-background-color);border-color:var(--_utrecht-button-active-border-color);color:var(--_utrecht-button-active-color)}.utrecht-button-link--hover{background-color:var(--_utrecht-button-hover-background-color);border-color:var(--_utrecht-button-hover-border-color);color:var(--_utrecht-button-hover-color);scale:var(--utrecht-button-hover-scale,1)}.utrecht-button-link--focus{background-color:var(--_utrecht-button-focus-background-color);border-color:var(--_utrecht-button-focus-border-color);color:var(--_utrecht-button-focus-color);scale:var(--utrecht-button-focus-scale,1)}.utrecht-button-link--focus-visible{--_utrecht-focus-ring-box-shadow:0 0 0 var(--utrecht-focus-outline-width,0) var(--utrecht-focus-inverse-outline-color,transparent);box-shadow:var(--_utrecht-focus-ring-box-shadow);outline-color:var(--utrecht-focus-outline-color,revert);outline-offset:var(--utrecht-focus-outline-offset,revert);outline-style:var(--utrecht-focus-outline-style,revert);outline-width:var(--utrecht-focus-outline-width,revert)}.utrecht-button-link--placeholder{background-color:var(--_utrecht-button-disabled-background-color);border-color:var(--_utrecht-button-disabled-border-color);color:var(--_utrecht-button-disabled-color);cursor:var(--utrecht-action-disabled-cursor,not-allowed)}.utrecht-button-link--html-a:focus{background-color:var(--_utrecht-button-focus-background-color);border-color:var(--_utrecht-button-focus-border-color);color:var(--_utrecht-button-focus-color);scale:var(--utrecht-button-focus-scale,1)}.utrecht-button-link--html-a:focus-visible{--_utrecht-focus-ring-box-shadow:0 0 0 var(--utrecht-focus-outline-width,0) var(--utrecht-focus-inverse-outline-color,transparent);box-shadow:var(--_utrecht-focus-ring-box-shadow);outline-color:var(--utrecht-focus-outline-color,revert);outline-offset:var(--utrecht-focus-outline-offset,revert);outline-style:var(--utrecht-focus-outline-style,revert);outline-width:var(--utrecht-focus-outline-width,revert)}.utrecht-button-link--html-a:hover{background-color:var(--_utrecht-button-hover-background-color);border-color:var(--_utrecht-button-hover-border-color);color:var(--_utrecht-button-hover-color);scale:var(--utrecht-button-hover-scale,1)}.utrecht-button-link--html-a:active{background-color:var(--_utrecht-button-active-background-color);border-color:var(--_utrecht-button-active-border-color);color:var(--_utrecht-button-active-color)}.utrecht-button-link--primary-action{--_utrecht-button-appearance-active-background-color:var(--utrecht-button-primary-action-active-background-color);--_utrecht-button-appearance-active-border-color:var(--utrecht-button-primary-action-active-border-color);--_utrecht-button-appearance-active-color:var(--utrecht-button-primary-action-active-color);--_utrecht-button-appearance-background-color:var(--utrecht-button-primary-action-background-color);--_utrecht-button-appearance-border-color:var(--utrecht-button-primary-action-border-color);--_utrecht-button-appearance-border-width:var(--utrecht-button-primary-action-border-width);--_utrecht-button-appearance-color:var(--utrecht-button-primary-action-color);--_utrecht-button-appearance-font-weight:var(--utrecht-button-primary-action-font-weight);--_utrecht-button-appearance-disabled-background-color:var(\n --utrecht-button-primary-action-disabled-background-color\n );--_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-weight:var(--utrecht-button-secondary-action-font-weight);--_utrecht-button-appearance-disabled-background-color:var(\n --utrecht-button-secondary-action-disabled-background-color\n );--_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-weight:var(--utrecht-button-subtle-font-weight);--_utrecht-button-appearance-disabled-background-color:var(\n --utrecht-button-subtle-disabled-background-color\n );--_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)}";
|
|
683
683
|
styleInject(css_248z$11);
|
|
684
684
|
|
|
685
|
-
var _excluded$
|
|
686
|
-
function ownKeys$
|
|
687
|
-
function _objectSpread$
|
|
685
|
+
var _excluded$19 = ["appearance", "children", "className", "external", "href", "placeholder", "role"];
|
|
686
|
+
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; }
|
|
687
|
+
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; }
|
|
688
688
|
var onKeyDown = function onKeyDown(evt) {
|
|
689
689
|
var _evt$target;
|
|
690
690
|
if (evt.key === ' ' && typeof ((_evt$target = evt.target) === null || _evt$target === void 0 ? void 0 : _evt$target.click) === 'function') {
|
|
@@ -702,18 +702,18 @@ var ButtonLink = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
702
702
|
href = _ref.href,
|
|
703
703
|
placeholder = _ref.placeholder,
|
|
704
704
|
role = _ref.role,
|
|
705
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
705
|
+
restProps = _objectWithoutProperties(_ref, _excluded$19);
|
|
706
706
|
var props = restProps;
|
|
707
707
|
if (role === 'button') {
|
|
708
708
|
// When this link is announced as button by accessibility tools,
|
|
709
709
|
// it should also behave like a button. Links are not activated
|
|
710
710
|
// using `Space`, so we need to implement that behaviour here
|
|
711
711
|
// to reach parity with the `button` element.
|
|
712
|
-
props = _objectSpread$
|
|
712
|
+
props = _objectSpread$1a(_objectSpread$1a({}, restProps), {}, {
|
|
713
713
|
onKeyDown: onKeyDown
|
|
714
714
|
});
|
|
715
715
|
}
|
|
716
|
-
return jsx("a", _objectSpread$
|
|
716
|
+
return jsx("a", _objectSpread$1a(_objectSpread$1a({
|
|
717
717
|
href: placeholder ? undefined : href,
|
|
718
718
|
ref: ref,
|
|
719
719
|
role: role || (placeholder ? 'link' : undefined),
|
|
@@ -738,9 +738,9 @@ styleInject(css_248z$10);
|
|
|
738
738
|
var css_248z$$ = ".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: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))}";
|
|
739
739
|
styleInject(css_248z$$);
|
|
740
740
|
|
|
741
|
-
var _excluded$
|
|
742
|
-
function ownKeys$
|
|
743
|
-
function _objectSpread$
|
|
741
|
+
var _excluded$18 = ["appearance", "disabled", "invalid", "required", "className"];
|
|
742
|
+
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; }
|
|
743
|
+
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; }
|
|
744
744
|
var Checkbox = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
745
745
|
var _ref$appearance = _ref.appearance,
|
|
746
746
|
appearance = _ref$appearance === void 0 ? 'custom' : _ref$appearance,
|
|
@@ -748,8 +748,8 @@ var Checkbox = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
748
748
|
invalid = _ref.invalid,
|
|
749
749
|
required = _ref.required,
|
|
750
750
|
className = _ref.className,
|
|
751
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
752
|
-
return jsx("input", _objectSpread$
|
|
751
|
+
restProps = _objectWithoutProperties(_ref, _excluded$18);
|
|
752
|
+
return jsx("input", _objectSpread$19(_objectSpread$19({}, restProps), {}, {
|
|
753
753
|
ref: ref,
|
|
754
754
|
type: "checkbox",
|
|
755
755
|
className: clsx('utrecht-checkbox', 'utrecht-checkbox--html-input', {
|
|
@@ -768,14 +768,14 @@ Checkbox.displayName = 'Checkbox';
|
|
|
768
768
|
var css_248z$_ = ".utrecht-code{background-color:var(--utrecht-code-background-color);color:var(--utrecht-code-color);font-family:var(--utrecht-code-font-family,monospace),monospace;font-size:var(--utrecht-code-font-size);font-variant-ligatures:none;line-height:var(--utrecht-code-line-height)}";
|
|
769
769
|
styleInject(css_248z$_);
|
|
770
770
|
|
|
771
|
-
var _excluded$
|
|
772
|
-
function ownKeys$
|
|
773
|
-
function _objectSpread$
|
|
771
|
+
var _excluded$17 = ["children", "className"];
|
|
772
|
+
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; }
|
|
773
|
+
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; }
|
|
774
774
|
var Code = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
775
775
|
var children = _ref.children,
|
|
776
776
|
className = _ref.className,
|
|
777
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
778
|
-
return jsx("code", _objectSpread$
|
|
777
|
+
restProps = _objectWithoutProperties(_ref, _excluded$17);
|
|
778
|
+
return jsx("code", _objectSpread$18(_objectSpread$18({
|
|
779
779
|
ref: ref,
|
|
780
780
|
className: clsx('utrecht-code', className)
|
|
781
781
|
}, restProps), {}, {
|
|
@@ -787,14 +787,14 @@ Code.displayName = 'Code';
|
|
|
787
787
|
var css_248z$Z = ".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);font-size:var(--utrecht-code-block-font-size,var(--utrecht-code-font-size));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}";
|
|
788
788
|
styleInject(css_248z$Z);
|
|
789
789
|
|
|
790
|
-
var _excluded$
|
|
791
|
-
function ownKeys$
|
|
792
|
-
function _objectSpread$
|
|
790
|
+
var _excluded$16 = ["children", "className"];
|
|
791
|
+
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; }
|
|
792
|
+
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; }
|
|
793
793
|
var CodeBlock = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
794
794
|
var children = _ref.children,
|
|
795
795
|
className = _ref.className,
|
|
796
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
797
|
-
return jsx("pre", _objectSpread$
|
|
796
|
+
restProps = _objectWithoutProperties(_ref, _excluded$16);
|
|
797
|
+
return jsx("pre", _objectSpread$17(_objectSpread$17({
|
|
798
798
|
ref: ref,
|
|
799
799
|
className: clsx('utrecht-code-block', className)
|
|
800
800
|
}, restProps), {}, {
|
|
@@ -809,19 +809,19 @@ CodeBlock.displayName = 'CodeBlock';
|
|
|
809
809
|
var css_248z$Y = ".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)}}";
|
|
810
810
|
styleInject(css_248z$Y);
|
|
811
811
|
|
|
812
|
-
var _excluded$
|
|
813
|
-
function ownKeys$
|
|
814
|
-
function _objectSpread$
|
|
812
|
+
var _excluded$15 = ["children", "className", "color", "style"];
|
|
813
|
+
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; }
|
|
814
|
+
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; }
|
|
815
815
|
var ColorSample = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
816
816
|
var children = _ref.children,
|
|
817
817
|
className = _ref.className,
|
|
818
818
|
color = _ref.color,
|
|
819
819
|
style = _ref.style,
|
|
820
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
821
|
-
return jsx("data", _objectSpread$
|
|
820
|
+
restProps = _objectWithoutProperties(_ref, _excluded$15);
|
|
821
|
+
return jsx("data", _objectSpread$16(_objectSpread$16({
|
|
822
822
|
ref: ref,
|
|
823
823
|
className: clsx('utrecht-color-sample', className),
|
|
824
|
-
style: _objectSpread$
|
|
824
|
+
style: _objectSpread$16(_objectSpread$16({}, style), {}, {
|
|
825
825
|
color: color
|
|
826
826
|
}),
|
|
827
827
|
value: color
|
|
@@ -851,14 +851,14 @@ ColumnLayout.displayName = 'ColumnLayout';
|
|
|
851
851
|
var css_248z$W = ".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}";
|
|
852
852
|
styleInject(css_248z$W);
|
|
853
853
|
|
|
854
|
-
var _excluded$
|
|
854
|
+
var _excluded$14 = ["className"],
|
|
855
855
|
_excluded2$7 = ["className", "position"];
|
|
856
|
-
function ownKeys$
|
|
857
|
-
function _objectSpread$
|
|
856
|
+
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; }
|
|
857
|
+
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; }
|
|
858
858
|
var Combobox = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
859
859
|
var className = _ref.className,
|
|
860
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
861
|
-
return jsx("div", _objectSpread$
|
|
860
|
+
restProps = _objectWithoutProperties(_ref, _excluded$14);
|
|
861
|
+
return jsx("div", _objectSpread$15(_objectSpread$15({
|
|
862
862
|
className: clsx('utrecht-combobox', className)
|
|
863
863
|
}, restProps), {}, {
|
|
864
864
|
ref: ref
|
|
@@ -869,7 +869,7 @@ var ComboboxPopover = /*#__PURE__*/forwardRef(function (_ref2, ref) {
|
|
|
869
869
|
var className = _ref2.className,
|
|
870
870
|
position = _ref2.position,
|
|
871
871
|
restProps = _objectWithoutProperties(_ref2, _excluded2$7);
|
|
872
|
-
return jsx("div", _objectSpread$
|
|
872
|
+
return jsx("div", _objectSpread$15(_objectSpread$15({
|
|
873
873
|
className: clsx('utrecht-combobox__popover', {
|
|
874
874
|
'utrecht-search-bar__popover--block-end': !position || position === 'block-end'
|
|
875
875
|
}, className)
|
|
@@ -882,9 +882,9 @@ ComboboxPopover.displayName = 'ComboboxPopover';
|
|
|
882
882
|
var css_248z$V = ".utrecht-currency-data{font-variant-numeric:lining-nums tabular-nums;white-space:nowrap}";
|
|
883
883
|
styleInject(css_248z$V);
|
|
884
884
|
|
|
885
|
-
var _excluded$
|
|
886
|
-
function ownKeys$
|
|
887
|
-
function _objectSpread$
|
|
885
|
+
var _excluded$13 = ["children", "currency", "amount", "locale", "className"];
|
|
886
|
+
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; }
|
|
887
|
+
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; }
|
|
888
888
|
var formatLabel = function formatLabel(locale, currency, amount) {
|
|
889
889
|
return new Intl.NumberFormat(locale, {
|
|
890
890
|
style: 'currency',
|
|
@@ -920,11 +920,11 @@ var CurrencyData = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
920
920
|
_ref$locale = _ref.locale,
|
|
921
921
|
locale = _ref$locale === void 0 ? 'nl-NL' : _ref$locale,
|
|
922
922
|
className = _ref.className,
|
|
923
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
923
|
+
restProps = _objectWithoutProperties(_ref, _excluded$13);
|
|
924
924
|
var number = typeof amount === 'string' ? parseFloat(amount) : amount;
|
|
925
925
|
var labelFormatted = formatLabel(locale, currency, number);
|
|
926
926
|
var visuallyFormatted = formatVisually(locale, currency, number);
|
|
927
|
-
return jsx("data", _objectSpread$
|
|
927
|
+
return jsx("data", _objectSpread$14(_objectSpread$14({}, restProps), {}, {
|
|
928
928
|
ref: ref,
|
|
929
929
|
value: "".concat(currency, " ").concat(amount),
|
|
930
930
|
className: clsx('utrecht-currency-data', number < 0 && 'utrecht-currency-data--negative', number > 0 && 'utrecht-currency-data--positive', className),
|
|
@@ -937,26 +937,26 @@ CurrencyData.displayName = 'CurrencyData';
|
|
|
937
937
|
var css_248z$U = ".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}}";
|
|
938
938
|
styleInject(css_248z$U);
|
|
939
939
|
|
|
940
|
-
var _excluded$
|
|
941
|
-
function ownKeys$
|
|
942
|
-
function _objectSpread$
|
|
940
|
+
var _excluded$12 = ["children", "className", "dateTime", "value"];
|
|
941
|
+
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; }
|
|
942
|
+
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; }
|
|
943
943
|
var DataBadge = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
944
944
|
var children = _ref.children,
|
|
945
945
|
className = _ref.className,
|
|
946
946
|
dateTime = _ref.dateTime,
|
|
947
947
|
value = _ref.value,
|
|
948
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
949
|
-
var props = _objectSpread$
|
|
948
|
+
restProps = _objectWithoutProperties(_ref, _excluded$12);
|
|
949
|
+
var props = _objectSpread$13({
|
|
950
950
|
children: children,
|
|
951
951
|
className: clsx('utrecht-badge-data', className)
|
|
952
952
|
}, restProps);
|
|
953
|
-
return typeof dateTime !== 'undefined' ? jsx("time", _objectSpread$
|
|
953
|
+
return typeof dateTime !== 'undefined' ? jsx("time", _objectSpread$13(_objectSpread$13({}, props), {}, {
|
|
954
954
|
dateTime: dateTime,
|
|
955
955
|
ref: ref
|
|
956
|
-
})) : typeof value !== 'undefined' ? jsx("data", _objectSpread$
|
|
956
|
+
})) : typeof value !== 'undefined' ? jsx("data", _objectSpread$13(_objectSpread$13({}, props), {}, {
|
|
957
957
|
value: value,
|
|
958
958
|
ref: ref
|
|
959
|
-
})) : jsx("span", _objectSpread$
|
|
959
|
+
})) : jsx("span", _objectSpread$13(_objectSpread$13({}, props), {}, {
|
|
960
960
|
ref: ref
|
|
961
961
|
}));
|
|
962
962
|
});
|
|
@@ -965,14 +965,14 @@ DataBadge.displayName = 'DataBadge';
|
|
|
965
965
|
var css_248z$T = ".utrecht-document{-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)}";
|
|
966
966
|
styleInject(css_248z$T);
|
|
967
967
|
|
|
968
|
-
var _excluded$
|
|
969
|
-
function ownKeys$
|
|
970
|
-
function _objectSpread$
|
|
968
|
+
var _excluded$11 = ["children", "className"];
|
|
969
|
+
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; }
|
|
970
|
+
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; }
|
|
971
971
|
var Document = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
972
972
|
var children = _ref.children,
|
|
973
973
|
className = _ref.className,
|
|
974
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
975
|
-
return jsx("div", _objectSpread$
|
|
974
|
+
restProps = _objectWithoutProperties(_ref, _excluded$11);
|
|
975
|
+
return jsx("div", _objectSpread$12(_objectSpread$12({}, restProps), {}, {
|
|
976
976
|
ref: ref,
|
|
977
977
|
className: clsx('utrecht-document', className),
|
|
978
978
|
children: children
|
|
@@ -983,18 +983,18 @@ Document.displayName = 'Document';
|
|
|
983
983
|
var css_248z$S = ".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)}";
|
|
984
984
|
styleInject(css_248z$S);
|
|
985
985
|
|
|
986
|
-
var _excluded
|
|
986
|
+
var _excluded$10 = ["appearance", "children", "className"],
|
|
987
987
|
_excluded2$6 = ["children", "className"],
|
|
988
988
|
_excluded3$1 = ["children", "className"],
|
|
989
989
|
_excluded4 = ["children", "className"];
|
|
990
|
-
function ownKeys$
|
|
991
|
-
function _objectSpread$
|
|
990
|
+
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; }
|
|
991
|
+
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; }
|
|
992
992
|
var DataList = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
993
993
|
var appearance = _ref.appearance,
|
|
994
994
|
children = _ref.children,
|
|
995
995
|
className = _ref.className,
|
|
996
|
-
restProps = _objectWithoutProperties(_ref, _excluded
|
|
997
|
-
return jsx("dl", _objectSpread$
|
|
996
|
+
restProps = _objectWithoutProperties(_ref, _excluded$10);
|
|
997
|
+
return jsx("dl", _objectSpread$11(_objectSpread$11({}, restProps), {}, {
|
|
998
998
|
className: clsx('utrecht-data-list', 'utrecht-data-list--html-dl', appearance === 'rows' && 'utrecht-data-list--rows', className),
|
|
999
999
|
ref: ref,
|
|
1000
1000
|
children: children
|
|
@@ -1005,7 +1005,7 @@ var DataListItem = /*#__PURE__*/forwardRef(function (_ref2, ref) {
|
|
|
1005
1005
|
var children = _ref2.children,
|
|
1006
1006
|
className = _ref2.className,
|
|
1007
1007
|
restProps = _objectWithoutProperties(_ref2, _excluded2$6);
|
|
1008
|
-
return jsx("div", _objectSpread$
|
|
1008
|
+
return jsx("div", _objectSpread$11(_objectSpread$11({}, restProps), {}, {
|
|
1009
1009
|
className: clsx('utrecht-data-list__item', className),
|
|
1010
1010
|
ref: ref,
|
|
1011
1011
|
children: children
|
|
@@ -1016,7 +1016,7 @@ var DataListKey = /*#__PURE__*/forwardRef(function (_ref3, ref) {
|
|
|
1016
1016
|
var children = _ref3.children,
|
|
1017
1017
|
className = _ref3.className,
|
|
1018
1018
|
restProps = _objectWithoutProperties(_ref3, _excluded3$1);
|
|
1019
|
-
return jsx("dt", _objectSpread$
|
|
1019
|
+
return jsx("dt", _objectSpread$11(_objectSpread$11({}, restProps), {}, {
|
|
1020
1020
|
className: clsx('utrecht-data-list__item-key', className),
|
|
1021
1021
|
ref: ref,
|
|
1022
1022
|
children: children
|
|
@@ -1046,7 +1046,7 @@ var DataListActions = /*#__PURE__*/forwardRef(function (_ref5, ref) {
|
|
|
1046
1046
|
var children = _ref5.children,
|
|
1047
1047
|
className = _ref5.className,
|
|
1048
1048
|
restProps = _objectWithoutProperties(_ref5, _excluded4);
|
|
1049
|
-
return jsx("dd", _objectSpread$
|
|
1049
|
+
return jsx("dd", _objectSpread$11(_objectSpread$11({}, restProps), {}, {
|
|
1050
1050
|
className: clsx('utrecht-data-list__actions', 'utrecht-data-list__actions--html-dd', className),
|
|
1051
1051
|
ref: ref,
|
|
1052
1052
|
children: children
|
|
@@ -1057,15 +1057,15 @@ DataListActions.displayName = 'DataListActions';
|
|
|
1057
1057
|
var css_248z$R = ".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}";
|
|
1058
1058
|
styleInject(css_248z$R);
|
|
1059
1059
|
|
|
1060
|
-
var _excluded
|
|
1061
|
-
function ownKeys
|
|
1062
|
-
function _objectSpread
|
|
1060
|
+
var _excluded$$ = ["align", "children", "className", "modal"];
|
|
1061
|
+
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; }
|
|
1062
|
+
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; }
|
|
1063
1063
|
var Drawer = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
1064
1064
|
var align = _ref.align,
|
|
1065
1065
|
children = _ref.children,
|
|
1066
1066
|
className = _ref.className,
|
|
1067
1067
|
modal = _ref.modal,
|
|
1068
|
-
restProps = _objectWithoutProperties(_ref, _excluded
|
|
1068
|
+
restProps = _objectWithoutProperties(_ref, _excluded$$);
|
|
1069
1069
|
var dialogRef = useRef(null);
|
|
1070
1070
|
useImperativeHandle(ref, function () {
|
|
1071
1071
|
return dialogRef.current;
|
|
@@ -1078,7 +1078,7 @@ var Drawer = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
1078
1078
|
dialogRef.current.showModal();
|
|
1079
1079
|
}
|
|
1080
1080
|
});
|
|
1081
|
-
return jsx("dialog", _objectSpread
|
|
1081
|
+
return jsx("dialog", _objectSpread$10(_objectSpread$10({}, restProps), {}, {
|
|
1082
1082
|
ref: dialogRef,
|
|
1083
1083
|
className: clsx('utrecht-drawer', {
|
|
1084
1084
|
'utrecht-drawer--block-end': align === 'block-end',
|
|
@@ -1094,14 +1094,14 @@ Drawer.displayName = 'Drawer';
|
|
|
1094
1094
|
var css_248z$Q = ".utrecht-emphasis--stressed{font-style:var(--utrecht-emphasis-stressed-font-style,italic)}.utrecht-emphasis--strong{font-weight:var(--utrecht-emphasis-strong-font-weight,bold)}";
|
|
1095
1095
|
styleInject(css_248z$Q);
|
|
1096
1096
|
|
|
1097
|
-
var _excluded$
|
|
1098
|
-
function ownKeys
|
|
1099
|
-
function _objectSpread
|
|
1097
|
+
var _excluded$_ = ["children", "className"];
|
|
1098
|
+
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; }
|
|
1099
|
+
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; }
|
|
1100
1100
|
var Emphasis = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
1101
1101
|
var children = _ref.children,
|
|
1102
1102
|
className = _ref.className,
|
|
1103
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
1104
|
-
return jsx("em", _objectSpread
|
|
1103
|
+
restProps = _objectWithoutProperties(_ref, _excluded$_);
|
|
1104
|
+
return jsx("em", _objectSpread$$(_objectSpread$$({
|
|
1105
1105
|
ref: ref,
|
|
1106
1106
|
className: clsx('utrecht-emphasis', 'utrecht-emphasis--stressed', className)
|
|
1107
1107
|
}, restProps), {}, {
|
|
@@ -1113,10 +1113,10 @@ Emphasis.displayName = 'Emphasis';
|
|
|
1113
1113
|
var css_248z$P = ".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))}";
|
|
1114
1114
|
styleInject(css_248z$P);
|
|
1115
1115
|
|
|
1116
|
-
var _excluded$
|
|
1116
|
+
var _excluded$Z = ["aria-describedby", "aria-label", "aria-labelledby", "className", "children", "disabled", "form", "invalid", "name", "role"],
|
|
1117
1117
|
_excluded2$5 = ["className", "children", "disabled", "invalid"];
|
|
1118
|
-
function ownKeys$
|
|
1119
|
-
function _objectSpread$
|
|
1118
|
+
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; }
|
|
1119
|
+
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; }
|
|
1120
1120
|
var Fieldset = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
1121
1121
|
var ariaDescribedby = _ref['aria-describedby'],
|
|
1122
1122
|
ariaLabel = _ref['aria-label'],
|
|
@@ -1128,8 +1128,8 @@ var Fieldset = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
1128
1128
|
invalid = _ref.invalid,
|
|
1129
1129
|
name = _ref.name,
|
|
1130
1130
|
role = _ref.role,
|
|
1131
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
1132
|
-
return jsx("div", _objectSpread$
|
|
1131
|
+
restProps = _objectWithoutProperties(_ref, _excluded$Z);
|
|
1132
|
+
return jsx("div", _objectSpread$_(_objectSpread$_({}, restProps), {}, {
|
|
1133
1133
|
ref: ref,
|
|
1134
1134
|
className: clsx('utrecht-form-fieldset', disabled && 'utrecht-form-fieldset--disabled', invalid && 'utrecht-form-fieldset--invalid', className),
|
|
1135
1135
|
children: jsx("fieldset", {
|
|
@@ -1153,7 +1153,7 @@ var FieldsetOnly = /*#__PURE__*/forwardRef(function (_ref2, ref) {
|
|
|
1153
1153
|
disabled = _ref2.disabled,
|
|
1154
1154
|
invalid = _ref2.invalid,
|
|
1155
1155
|
restProps = _objectWithoutProperties(_ref2, _excluded2$5);
|
|
1156
|
-
return jsx("fieldset", _objectSpread$
|
|
1156
|
+
return jsx("fieldset", _objectSpread$_(_objectSpread$_({}, restProps), {}, {
|
|
1157
1157
|
ref: ref,
|
|
1158
1158
|
"aria-invalid": invalid || undefined,
|
|
1159
1159
|
disabled: disabled,
|
|
@@ -1163,14 +1163,14 @@ var FieldsetOnly = /*#__PURE__*/forwardRef(function (_ref2, ref) {
|
|
|
1163
1163
|
});
|
|
1164
1164
|
FieldsetOnly.displayName = 'Fieldset';
|
|
1165
1165
|
|
|
1166
|
-
var _excluded$
|
|
1167
|
-
function ownKeys$
|
|
1168
|
-
function _objectSpread$
|
|
1166
|
+
var _excluded$Y = ["className", "children"];
|
|
1167
|
+
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; }
|
|
1168
|
+
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; }
|
|
1169
1169
|
var FieldsetLegend = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
1170
1170
|
var className = _ref.className,
|
|
1171
1171
|
children = _ref.children,
|
|
1172
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
1173
|
-
return jsx("legend", _objectSpread$
|
|
1172
|
+
restProps = _objectWithoutProperties(_ref, _excluded$Y);
|
|
1173
|
+
return jsx("legend", _objectSpread$Z(_objectSpread$Z({}, restProps), {}, {
|
|
1174
1174
|
ref: ref,
|
|
1175
1175
|
className: clsx('utrecht-form-fieldset__legend', 'utrecht-form-fieldset__legend--html-legend', className),
|
|
1176
1176
|
children: children
|
|
@@ -1181,14 +1181,14 @@ FieldsetLegend.displayName = 'FieldsetLegend';
|
|
|
1181
1181
|
var css_248z$O = ".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)}";
|
|
1182
1182
|
styleInject(css_248z$O);
|
|
1183
1183
|
|
|
1184
|
-
var _excluded$
|
|
1185
|
-
function ownKeys$
|
|
1186
|
-
function _objectSpread$
|
|
1184
|
+
var _excluded$X = ["className", "children"];
|
|
1185
|
+
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; }
|
|
1186
|
+
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; }
|
|
1187
1187
|
var Figure = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
1188
1188
|
var className = _ref.className,
|
|
1189
1189
|
children = _ref.children,
|
|
1190
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
1191
|
-
return jsx("figure", _objectSpread$
|
|
1190
|
+
restProps = _objectWithoutProperties(_ref, _excluded$X);
|
|
1191
|
+
return jsx("figure", _objectSpread$Y(_objectSpread$Y({}, restProps), {}, {
|
|
1192
1192
|
ref: ref,
|
|
1193
1193
|
className: clsx('utrecht-figure', className),
|
|
1194
1194
|
children: children
|
|
@@ -1196,14 +1196,14 @@ var Figure = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
1196
1196
|
});
|
|
1197
1197
|
Figure.displayName = 'Figure';
|
|
1198
1198
|
|
|
1199
|
-
var _excluded$
|
|
1200
|
-
function ownKeys$
|
|
1201
|
-
function _objectSpread$
|
|
1199
|
+
var _excluded$W = ["className", "children"];
|
|
1200
|
+
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; }
|
|
1201
|
+
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; }
|
|
1202
1202
|
var FigureCaption = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
1203
1203
|
var className = _ref.className,
|
|
1204
1204
|
children = _ref.children,
|
|
1205
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
1206
|
-
return jsx("figcaption", _objectSpread$
|
|
1205
|
+
restProps = _objectWithoutProperties(_ref, _excluded$W);
|
|
1206
|
+
return jsx("figcaption", _objectSpread$X(_objectSpread$X({}, restProps), {}, {
|
|
1207
1207
|
ref: ref,
|
|
1208
1208
|
className: clsx('utrecht-figure__caption', className),
|
|
1209
1209
|
children: children
|
|
@@ -1214,9 +1214,9 @@ FigureCaption.displayName = 'FigureCaption';
|
|
|
1214
1214
|
var css_248z$N = ".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));max-inline-size:var(--utrecht-form-field-max-inline-size);page-break-inside:avoid}.utrecht-form-field--distanced{--utrecht-space-around:1}.utrecht-form-field--invalid{border-inline-start-color:var(--utrecht-form-field-invalid-border-inline-start-color);border-inline-start-style:solid;border-inline-start-width:var(--utrecht-form-field-invalid-border-inline-start-width,0);padding-inline-start:var(--utrecht-form-field-invalid-padding-inline-start)}.utrecht-form-field--checkbox{display:grid;gap:0 var(--utrecht-checkbox-margin-inline-end,12px);grid-template-areas:\"input label\" \"input description\" \"input description-invalid\";grid-template-columns:var(--utrecht-checkbox-size) 100fr}.utrecht-form-field--checkbox .utrecht-form-field__label:has(.utrecht-form-field__input){margin-inline-start:calc((var(--utrecht-checkbox-size) + var(--utrecht-checkbox-margin-inline-end, 12px))*-1)}.utrecht-form-field--checkbox .utrecht-form-field__label .utrecht-form-field__input{margin-inline-end:var(--utrecht-checkbox-margin-inline-end,12px)}.utrecht-form-field--radio{display:grid;gap:0 var(--utrecht-radio-button-margin-inline-end,12px);grid-template-areas:\"input label\" \"input description\" \"input description-invalid\";grid-template-columns:var(--utrecht-radio-button-size) 100fr}.utrecht-form-field--radio .utrecht-form-field__label:has(.utrecht-form-field__input){margin-inline-start:calc((var(--utrecht-radio-button-size) + var(--utrecht-radio-button-margin-inline-end, 12px))*-1)}.utrecht-form-field--radio .utrecht-form-field__label .utrecht-form-field__input{margin-inline-end:var(--utrecht-radio-button-margin-inline-end,12px)}.utrecht-form-field__input{grid-area:input;margin-block-end:0;margin-block-start:0;order:5}.utrecht-form-field__label{grid-area:label;margin-block-end:var(--utrecht-form-field-label-margin-block-end);margin-block-start:0;order:1}.utrecht-form-field .utrecht-form-field-description{grid-area:description;margin-block-end:var(--utrecht-form-field-description-margin-block-end);margin-block-start:var(--utrecht-form-field-description-margin-block-start);order:2}.utrecht-form-field .utrecht-form-field-description--invalid{grid-area:description-invalid;order:3}.utrecht-form-field__description{grid-area:description;margin-block-end:var(--utrecht-form-field-description-margin-block-end);margin-block-start:var(--utrecht-form-field-description-margin-block-start);order:2}.utrecht-form-field__description--before{grid-area:description-before;order:4}";
|
|
1215
1215
|
styleInject(css_248z$N);
|
|
1216
1216
|
|
|
1217
|
-
var _excluded$
|
|
1218
|
-
function ownKeys$
|
|
1219
|
-
function _objectSpread$
|
|
1217
|
+
var _excluded$V = ["className", "children", "description", "input", "invalid", "label", "type"];
|
|
1218
|
+
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; }
|
|
1219
|
+
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; }
|
|
1220
1220
|
var FormField = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
1221
1221
|
var className = _ref.className,
|
|
1222
1222
|
children = _ref.children,
|
|
@@ -1225,8 +1225,8 @@ var FormField = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
1225
1225
|
invalid = _ref.invalid,
|
|
1226
1226
|
label = _ref.label,
|
|
1227
1227
|
type = _ref.type,
|
|
1228
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
1229
|
-
return jsxs("div", _objectSpread$
|
|
1228
|
+
restProps = _objectWithoutProperties(_ref, _excluded$V);
|
|
1229
|
+
return jsxs("div", _objectSpread$W(_objectSpread$W({}, restProps), {}, {
|
|
1230
1230
|
ref: ref,
|
|
1231
1231
|
className: clsx('utrecht-form-field', {
|
|
1232
1232
|
'utrecht-form-field--invalid': invalid,
|
|
@@ -1251,17 +1251,17 @@ FormField.displayName = 'FormField';
|
|
|
1251
1251
|
var css_248z$M = ".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);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))}";
|
|
1252
1252
|
styleInject(css_248z$M);
|
|
1253
1253
|
|
|
1254
|
-
var _excluded$
|
|
1255
|
-
function ownKeys$
|
|
1256
|
-
function _objectSpread$
|
|
1254
|
+
var _excluded$U = ["invalid", "valid", "warning", "className", "children"];
|
|
1255
|
+
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; }
|
|
1256
|
+
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; }
|
|
1257
1257
|
var FormFieldDescription = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
1258
1258
|
var invalid = _ref.invalid,
|
|
1259
1259
|
valid = _ref.valid,
|
|
1260
1260
|
warning = _ref.warning,
|
|
1261
1261
|
className = _ref.className,
|
|
1262
1262
|
children = _ref.children,
|
|
1263
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
1264
|
-
return jsx("div", _objectSpread$
|
|
1263
|
+
restProps = _objectWithoutProperties(_ref, _excluded$U);
|
|
1264
|
+
return jsx("div", _objectSpread$V(_objectSpread$V({}, restProps), {}, {
|
|
1265
1265
|
ref: ref,
|
|
1266
1266
|
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),
|
|
1267
1267
|
children: children
|
|
@@ -1272,14 +1272,14 @@ FormFieldDescription.displayName = 'FormFieldDescription';
|
|
|
1272
1272
|
var css_248z$L = ".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);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}";
|
|
1273
1273
|
styleInject(css_248z$L);
|
|
1274
1274
|
|
|
1275
|
-
var _excluded$
|
|
1276
|
-
function ownKeys$
|
|
1277
|
-
function _objectSpread$
|
|
1275
|
+
var _excluded$T = ["className", "children"];
|
|
1276
|
+
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; }
|
|
1277
|
+
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; }
|
|
1278
1278
|
var FormFieldErrorMessage = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
1279
1279
|
var className = _ref.className,
|
|
1280
1280
|
children = _ref.children,
|
|
1281
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
1282
|
-
return jsx("div", _objectSpread$
|
|
1281
|
+
restProps = _objectWithoutProperties(_ref, _excluded$T);
|
|
1282
|
+
return jsx("div", _objectSpread$U(_objectSpread$U({}, restProps), {}, {
|
|
1283
1283
|
ref: ref,
|
|
1284
1284
|
className: clsx('utrecht-form-field-error-message', className),
|
|
1285
1285
|
children: children
|
|
@@ -1290,17 +1290,17 @@ FormFieldErrorMessage.displayName = 'FormFieldErrorMessage';
|
|
|
1290
1290
|
var css_248z$K = ".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))}";
|
|
1291
1291
|
styleInject(css_248z$K);
|
|
1292
1292
|
|
|
1293
|
-
var _excluded$
|
|
1294
|
-
function ownKeys$
|
|
1295
|
-
function _objectSpread$
|
|
1293
|
+
var _excluded$S = ["children", "className", "type", "disabled", "checked"];
|
|
1294
|
+
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; }
|
|
1295
|
+
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; }
|
|
1296
1296
|
var FormLabel = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
1297
1297
|
var children = _ref.children,
|
|
1298
1298
|
className = _ref.className,
|
|
1299
1299
|
type = _ref.type,
|
|
1300
1300
|
disabled = _ref.disabled,
|
|
1301
1301
|
checked = _ref.checked,
|
|
1302
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
1303
|
-
return jsx("label", _objectSpread$
|
|
1302
|
+
restProps = _objectWithoutProperties(_ref, _excluded$S);
|
|
1303
|
+
return jsx("label", _objectSpread$T(_objectSpread$T({}, restProps), {}, {
|
|
1304
1304
|
ref: ref,
|
|
1305
1305
|
className: clsx('utrecht-form-label', type && "utrecht-form-label--".concat(type), disabled && 'utrecht-form-label--disabled', checked && 'utrecht-form-label--checked', className),
|
|
1306
1306
|
children: children
|
|
@@ -1311,9 +1311,9 @@ FormLabel.displayName = 'FormLabel';
|
|
|
1311
1311
|
var css_248z$J = ".utrecht-form-toggle{align-items:center;block-size:var(--utrecht-form-toggle-height,2em);border-color:var(--utrecht-form-toggle-border-color,currentColor);border-radius:var(--utrecht-form-toggle-border-radius,999rem);border-style:var(--utrecht-form-toggle-border-style,solid);border-width:var(--utrecht-form-toggle-border-width,1px);color:var(--utrecht-form-toggle-color);cursor:var(--utrecht-action-activate-cursor,revert);display:flex;inline-size:var(--utrecht-form-toggle-width,6em);padding-block-end:var(--utrecht-form-toggle-padding-block-end);padding-block-start:var(--utrecht-form-toggle-padding-block-start);padding-inline-end:var(--utrecht-form-toggle-padding-inline-end);padding-inline-start:var(--utrecht-form-toggle-padding-inline-start);position:relative;-webkit-user-select:none;user-select:none}@media screen and (-ms-high-contrast:active),screen and (forced-colors:active){.utrecht-form-toggle{--utrecht-form-toggle-background-color:ButtonFace;--utrecht-form-toggle-border-color:buttonborder;--utrecht-form-toggle-border-width:1px;--utrecht-form-toggle-border-radius:var(--utrecht-form-toggle-track-border-radius);--utrecht-form-toggle-thumb-background-color:ButtonText;--utrecht-form-toggle-thumb-disabled-background-color:GrayText;border-color:var(--utrecht-form-toggle-track-disabled-border-color,var(--utrecht-form-toggle-track-border-color));border-width:min(var(--utrecht-form-toggle-border-width,1px),1px)}}.utrecht-form-toggle--focus-visible,.utrecht-form-toggle--html-div:focus-visible{--_utrecht-focus-ring-box-shadow:0 0 0 var(--utrecht-focus-outline-width,0) var(--utrecht-focus-inverse-outline-color,transparent);box-shadow:var(--_utrecht-focus-ring-box-shadow);outline-color:var(--utrecht-focus-outline-color,revert);outline-offset:var(--utrecht-focus-outline-offset,revert);outline-style:var(--utrecht-focus-outline-style,revert);outline-width:var(--utrecht-focus-outline-width,revert)}.utrecht-form-toggle--hover{background-color:var(--utrecht-form-toggle-hover-background-color,var(--utrecht-form-toggle-background-color));color:var(--utrecht-form-toggle-hover-color,var(--utrecht-form-toggle-color))}.utrecht-form-toggle--disabled,.utrecht-form-toggle--html-div:disabled{border-color:var(--utrecht-form-toggle-disabled-border-color,var(--utrecht-form-toggle-border-color,currentColor));border-style:var(--utrecht-form-toggle-disabled-border-style,var(--utrecht-form-toggle-border-style,solid));border-width:var(--utrecht-form-toggle-disabled-border-width,var(--utrecht-form-toggle-border-width,1px));cursor:var(--utrecht-action-disabled-cursor,not-allowed)}.utrecht-form-toggle__thumb{background-color:var(--utrecht-form-toggle-thumb-background-color,currentColor);border-radius:var(--utrecht-form-toggle-thumb-border-radius,50%);box-shadow:var(--utrecht-form-toggle-thumb-box-shadow);margin-inline-end:var(--utrecht-form-toggle-thumb-margin-inline-end,0);margin-inline-start:var(--utrecht-form-toggle-thumb-margin-inline-start,0);min-block-size:var(--utrecht-form-toggle-thumb-min-inline-size,1.5em);min-inline-size:var(--utrecht-form-toggle-thumb-min-inline-size,1.5em);z-index:20}.utrecht-form-toggle--html-checkbox .utrecht-form-toggle__checkbox:checked~.utrecht-form-toggle__track .utrecht-form-toggle__thumb,.utrecht-form-toggle__thumb--checked{margin-inline-start:auto}.utrecht-form-toggle--html-checkbox .utrecht-form-toggle__checkbox:not(:checked)~.utrecht-form-toggle__track .utrecht-form-toggle__thumb,.utrecht-form-toggle__thumb--not-checked{margin-inline-end:auto}.utrecht-form-toggle--html-checkbox .utrecht-form-toggle__checkbox:disabled~.utrecht-form-toggle__track .utrecht-form-toggle__thumb,.utrecht-form-toggle__thumb--disabled{background-color:var(--utrecht-form-toggle-thumb-disabled-background-color,#aaa);box-shadow:var(--utrecht-form-toggle-thumb-disabled-box-shadow,0)}.utrecht-form-toggle__track{align-items:center;background-color:var(--utrecht-form-toggle-accent-color);block-size:100%;border-radius:var(--utrecht-form-toggle-track-border-radius,var(--utrecht-form-toggle-border-radius));display:flex;inline-size:100%}.utrecht-form-toggle--html-checkbox .utrecht-form-toggle__checkbox:checked~.utrecht-form-toggle__track,.utrecht-form-toggle__track--checked{background-color:var(--utrecht-form-toggle-checked-accent-color,var(--utrecht-form-toggle-accent-color))}.utrecht-form-toggle--html-checkbox .utrecht-form-toggle__checkbox:disabled~.utrecht-form-toggle__track,.utrecht-form-toggle__track--disabled{background-color:var(--utrecht-form-toggle-background-disabled-background-color,#ddd);color:var(--utrecht-form-toggle-disabled-color,#000)}.utrecht-form-toggle__track--focus-visible{--_utrecht-focus-ring-box-shadow:0 0 0 var(--utrecht-focus-outline-width,0) var(--utrecht-focus-inverse-outline-color,transparent);box-shadow:var(--_utrecht-focus-ring-box-shadow);outline-color:var(--utrecht-focus-outline-color,revert);outline-offset:var(--utrecht-focus-outline-offset,revert);outline-style:var(--utrecht-focus-outline-style,revert);outline-width:var(--utrecht-focus-outline-width,revert)}.utrecht-form-toggle--html-checkbox .utrecht-form-toggle__checkbox{clip:rect(1px,1px,1px,1px)!important;block-size:1px!important;border:0!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;inline-size:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important}.utrecht-form-toggle--html-checkbox .utrecht-form-toggle__checkbox:focus-visible~.utrecht-form-toggle__track{--_utrecht-focus-ring-box-shadow:0 0 0 var(--utrecht-focus-outline-width,0) var(--utrecht-focus-inverse-outline-color,transparent);box-shadow:var(--_utrecht-focus-ring-box-shadow);outline-color:var(--utrecht-focus-outline-color,revert);outline-offset:var(--utrecht-focus-outline-offset,revert);outline-style:var(--utrecht-focus-outline-style,revert);outline-width:var(--utrecht-focus-outline-width,revert)}";
|
|
1312
1312
|
styleInject(css_248z$J);
|
|
1313
1313
|
|
|
1314
|
-
var _excluded$
|
|
1315
|
-
function ownKeys$
|
|
1316
|
-
function _objectSpread$
|
|
1314
|
+
var _excluded$R = ["checked", "disabled", "invalid", "id", "hidden", "required", "role", "tabIndex", "className"];
|
|
1315
|
+
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; }
|
|
1316
|
+
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; }
|
|
1317
1317
|
var FormToggle = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
1318
1318
|
var checked = _ref.checked,
|
|
1319
1319
|
disabled = _ref.disabled,
|
|
@@ -1324,7 +1324,7 @@ var FormToggle = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
1324
1324
|
role = _ref.role,
|
|
1325
1325
|
tabIndex = _ref.tabIndex,
|
|
1326
1326
|
className = _ref.className,
|
|
1327
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
1327
|
+
restProps = _objectWithoutProperties(_ref, _excluded$R);
|
|
1328
1328
|
return jsxs("div", {
|
|
1329
1329
|
className: clsx('utrecht-form-toggle', 'utrecht-form-toggle--html-checkbox', {
|
|
1330
1330
|
'utrecht-form-toggle--disabled': disabled,
|
|
@@ -1332,7 +1332,7 @@ var FormToggle = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
1332
1332
|
'utrecht-form-toggle--required': required
|
|
1333
1333
|
}, className),
|
|
1334
1334
|
hidden: hidden,
|
|
1335
|
-
children: [jsx("input", _objectSpread$
|
|
1335
|
+
children: [jsx("input", _objectSpread$S({
|
|
1336
1336
|
id: id,
|
|
1337
1337
|
"aria-invalid": invalid || undefined,
|
|
1338
1338
|
type: "checkbox",
|
|
@@ -1357,14 +1357,14 @@ FormToggle.displayName = 'FormToggle';
|
|
|
1357
1357
|
var css_248z$I = "@charset \"UTF-8\";.utrecht-html{--utrecht-space-around:1}.utrecht-html article{max-inline-size:var(--utrecht-article-max-inline-size)}.utrecht-html blockquote{--utrecht-document-color:var(--utrecht-blockquote-content-color,inherit);--utrecht-paragraph-font-size:var(--utrecht-blockquote-content-font-size,inherit);--utrecht-space-around:1;background-color:var(--utrecht-blockquote-background-color);color:var(--utrecht-blockquote-color);color:var(--utrecht-blockquote-content-color,inherit);font-family:var(--utrecht-document-font-family);font-size:var(--utrecht-blockquote-font-size);font-size:var(--utrecht-blockquote-content-font-size,inherit);font-style:var(--utrecht-blockquote-font-style);margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-blockquote-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-blockquote-margin-block-start, 0));margin-inline-end:var(--utrecht-blockquote-margin-inline-end);margin-inline-start:var(--utrecht-blockquote-margin-inline-start);padding-block-end:var(--utrecht-blockquote-padding-block-end);padding-block-start:var(--utrecht-blockquote-padding-block-start);padding-inline-end:var(--utrecht-blockquote-padding-inline-end);padding-inline-start:var(--utrecht-blockquote-padding-inline-start)}.utrecht-html button,.utrecht-html input[type=button i],.utrecht-html input[type=reset i],.utrecht-html input[type=submit i]{--_utrecht-button-background-color:var(\n --_utrecht-button-hint-background-color,var(--_utrecht-button-appearance-background-color,var(--utrecht-button-background-color))\n );--_utrecht-button-color:var(\n --_utrecht-button-hint-color,var(--_utrecht-button-appearance-color,var(--utrecht-button-color))\n );--_utrecht-button-border-color:var(\n --_utrecht-button-hint-border-color,var(--_utrecht-button-appearance-border-color,var(--utrecht-button-border-color,transparent))\n );--_utrecht-button-border-bottom-color:var(\n --_utrecht-button-hint-border-bottom-color,var(\n --_utrecht-button-hint-border-color,var(\n --_utrecht-button-appearance-border-bottom-color,var(\n --_utrecht-button-appearance-border-color,var(--utrecht-button-border-bottom-color,var(--utrecht-button-border-color,transparent))\n )\n )\n )\n );--_utrecht-button-disabled-background-color:var(\n --_utrecht-button-hint-disabled-background-color,var(\n --_utrecht-button-appearance-disabled-background-color,var(--utrecht-button-disabled-background-color,var(--utrecht-button-background-color))\n )\n );--_utrecht-button-disabled-border-color:var(\n --_utrecht-button-hint-disabled-border-color,var(\n --_utrecht-button-appearance-disabled-border-color,var(--utrecht-button-disabled-border-color,var(--utrecht-button-border-color))\n )\n );--_utrecht-button-disabled-color:var(\n --_utrecht-button-hint-disabled-color,var(--_utrecht-button-appearance-disabled-color,var(--utrecht-button-disabled-color,var(--utrecht-button-color)))\n );--_utrecht-button-pressed-background-color:var(\n --_utrecht-button-hint-pressed-background-color,var(\n --_utrecht-button-hint-background-color,var(\n --_utrecht-button-appearance-pressed-background-color,var(\n --_utrecht-button-appearance-background-color,var(--utrecht-button-pressed-background-color,var(--utrecht-button-background-color))\n )\n )\n )\n );--_utrecht-button-pressed-border-color:var(\n --_utrecht-button-hint-pressed-border-color,var(\n --_utrecht-button-hint-border-color,var(\n --_utrecht-button-appearance-pressed-border-color,var(\n --_utrecht-button-appearance-border-color,var(--utrecht-button-pressed-border-color,var(--utrecht-button-border-color))\n )\n )\n )\n );--_utrecht-button-pressed-color:var(\n --_utrecht-button-hint-pressed-color,var(\n --_utrecht-button-hint-color,var(\n --_utrecht-button-appearance-pressed-color,var(--_utrecht-button-appearance-color,var(--utrecht-button-pressed-color,var(--utrecht-button-color)))\n )\n )\n );--_utrecht-button-focus-background-color:var(\n --_utrecht-button-hint-focus-background-color,var(\n --_utrecht-button-hint-background-color,var(\n --_utrecht-button-appearance-focus-background-color,var(\n --_utrecht-button-appearance-background-color,var(--utrecht-button-focus-background-color,var(--utrecht-button-background-color))\n )\n )\n )\n );--_utrecht-button-focus-border-color:var(\n --_utrecht-button-hint-focus-border-color,var(\n --_utrecht-button-hint-border-color,var(\n --_utrecht-button-appearance-focus-border-color,var(\n --_utrecht-button-appearance-border-color,var(--utrecht-button-focus-border-color,var(--utrecht-button-border-color))\n )\n )\n )\n );--_utrecht-button-focus-color:var(\n --_utrecht-button-hint-focus-color,var(\n --_utrecht-button-hint-color,var(\n --_utrecht-button-appearance-focus-color,var(--_utrecht-button-appearance-color,var(--utrecht-button-focus-color,var(--utrecht-button-color)))\n )\n )\n );--_utrecht-button-hover-background-color:var(\n --_utrecht-button-hint-hover-background-color,var(\n --_utrecht-button-hint-background-color,var(\n --_utrecht-button-appearance-hover-background-color,var(\n --_utrecht-button-appearance-background-color,var(--utrecht-button-hover-background-color,var(--utrecht-button-background-color))\n )\n )\n )\n );--_utrecht-button-hover-border-color:var(\n --_utrecht-button-hint-hover-border-color,var(\n --_utrecht-button-hint-border-color,var(\n --_utrecht-button-appearance-hover-border-color,var(\n --_utrecht-button-appearance-border-color,var(--utrecht-button-hover-border-color,var(--utrecht-button-border-color))\n )\n )\n )\n );--_utrecht-button-hover-color:var(\n --_utrecht-button-hint-hover-color,var(\n --_utrecht-button-hint-color,var(\n --_utrecht-button-appearance-hover-color,var(--_utrecht-button-appearance-color,var(--utrecht-button-hover-color,var(--utrecht-button-color)))\n )\n )\n );--_utrecht-button-active-background-color:var(\n --_utrecht-button-hint-active-background-color,var(\n --_utrecht-button-hint-background-color,var(\n --_utrecht-button-appearance-active-background-color,var(\n --_utrecht-button-appearance-background-color,var(--utrecht-button-active-background-color,var(--utrecht-button-background-color))\n )\n )\n )\n );--_utrecht-button-active-border-color:var(\n --_utrecht-button-hint-active-border-color,var(\n --_utrecht-button-hint-border-color,var(\n --_utrecht-button-appearance-active-border-color,var(\n --_utrecht-button-appearance-border-color,var(--utrecht-button-active-border-color,var(--utrecht-button-border-color))\n )\n )\n )\n );--_utrecht-button-active-color:var(\n --_utrecht-button-hint-active-color,var(\n --_utrecht-button-hint-color,var(\n --_utrecht-button-appearance-active-color,var(--_utrecht-button-appearance-color,var(--utrecht-button-active-color,var(--utrecht-button-color)))\n )\n )\n );--_utrecht-button-border-width:var(--_utrecht-button-appearance-border-width,var(--utrecht-button-border-width,0));--_utrecht-button-border-block-end-width:var(\n --utrecht-button-border-bottom-width,var(--_utrecht-button-border-width,0)\n );--utrecht-icon-size:var(--utrecht-button-icon-size,1em);align-items:center;background-color:var(--_utrecht-button-background-color);block-size:fit-content;border-block-end-color:var(--_utrecht-button-border-bottom-color);border-block-end-width:var(--_utrecht-button-border-block-end-width);border-color:var(--_utrecht-button-border-color);border-radius:var(--utrecht-button-border-radius);border-style:solid;border-width:var(--_utrecht-button-border-width);box-sizing:border-box;color:var(--_utrecht-button-color);cursor:var(--utrecht-action-activate-cursor,revert);display:inline-flex;font-family:var(--utrecht-button-font-family,var(--utrecht-document-font-family));font-size:var(--utrecht-button-font-size,var(--utrecht-document-font-family,inherit));font-weight:var(--_utrecht-button-appearance-font-weight,var(--utrecht-button-font-weight));gap:var(--utrecht-button-icon-gap);inline-size:var(--utrecht-button-inline-size,auto);justify-content:center;line-height:var(--utrecht-button-line-height);margin-block-end:var(--utrecht-button-margin-block-end);margin-block-start:var(--utrecht-button-margin-block-start);margin-inline-end:var(--utrecht-button-margin-inline-end);margin-inline-start:var(--utrecht-button-margin-inline-start);max-inline-size:var(--utrecht-button-max-inline-size,fit-content);min-block-size:var(--utrecht-button-min-block-size,44px);min-inline-size:var(--utrecht-button-min-inline-size,44px);padding-block-end:var(--utrecht-button-padding-block-end);padding-block-start:var(--utrecht-button-padding-block-start);padding-inline-end:var(--utrecht-button-padding-inline-end);padding-inline-start:var(--utrecht-button-padding-inline-start);scale:1;text-transform:var(--utrecht-button-text-transform);-webkit-user-select:none;user-select:none}.utrecht-html button[hidden]{display:none}.utrecht-html button[type=submit i],.utrecht-html input[type=submit i]{cursor:var(--utrecht-action-submit-cursor,revert)}.utrecht-html button:disabled,.utrecht-html button[aria-disabled=true]{background-color:var(--_utrecht-button-disabled-background-color);border-color:var(--_utrecht-button-disabled-border-color);color:var(--_utrecht-button-disabled-color);cursor:var(--utrecht-action-disabled-cursor,not-allowed)}.utrecht-html button:disabled[aria-busy=true],.utrecht-html button[aria-busy=true],.utrecht-html button[aria-disabled=true][aria-busy=true]{cursor:var(--utrecht-action-busy-cursor,wait)}.utrecht-html button:active:not([aria-disabled=true],:disabled){background-color:var(--_utrecht-button-active-background-color);border-color:var(--_utrecht-button-active-border-color);color:var(--_utrecht-button-active-color)}.utrecht-html button:hover:not([aria-disabled=true],:disabled){background-color:var(--_utrecht-button-hover-background-color);border-color:var(--_utrecht-button-hover-border-color);color:var(--_utrecht-button-hover-color);scale:var(--utrecht-button-hover-scale,1)}.utrecht-html button:focus:not([aria-disabled=true],:disabled){background-color:var(--_utrecht-button-focus-background-color);border-color:var(--_utrecht-button-focus-border-color);color:var(--_utrecht-button-focus-color);scale:var(--utrecht-button-focus-scale,1)}.utrecht-html button:focus-visible{--_utrecht-focus-ring-box-shadow:0 0 0 var(--utrecht-focus-outline-width,0) var(--utrecht-focus-inverse-outline-color,transparent);box-shadow:var(--_utrecht-focus-ring-box-shadow);outline-color:var(--utrecht-focus-outline-color,revert);outline-offset:var(--utrecht-focus-outline-offset,revert);outline-style:var(--utrecht-focus-outline-style,revert);outline-width:var(--utrecht-focus-outline-width,revert)}.utrecht-html input[type=checkbox i]{cursor:var(--utrecht-action-activate-cursor,revert);margin-block-end:0;margin-block-start:0;margin-inline-end:0;margin-inline-start:0;-webkit-user-select:none;user-select:none}.utrecht-html input[type=checkbox i]:disabled{cursor:var(--utrecht-action-disabled-cursor,revert)}.utrecht-html input[type=checkbox i]:focus{--_utrecht-focus-ring-box-shadow:0 0 0 var(--utrecht-focus-outline-width,0) var(--utrecht-focus-inverse-outline-color,transparent);box-shadow:var(--_utrecht-focus-ring-box-shadow);outline-color:var(--utrecht-focus-outline-color,revert);outline-offset:var(--utrecht-focus-outline-offset,revert);outline-style:var(--utrecht-focus-outline-style,revert);outline-width:var(--utrecht-focus-outline-width,revert)}.utrecht-html input[type=checkbox i]:focus:not(:focus-visible){box-shadow:none;outline-style:revert}.utrecht-html body{-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);font-variant-ligatures:none;line-height:var(--utrecht-code-line-height)}.utrecht-html em{font-style:var(--utrecht-emphasis-stressed-font-style,italic)}.utrecht-html strong{font-weight:var(--utrecht-emphasis-strong-font-weight,bold)}.utrecht-html fieldset{--utrecht-space-around:1;all:revert;border:0;margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-form-fieldset-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-form-fieldset-margin-block-start, 0));margin-inline-end:0;margin-inline-start:0;min-inline-size:0;padding-block-end:0;padding-block-start:.01em;padding-inline-end:0;padding-inline-start:0}.utrecht-html fieldset[hidden]{display:none}.utrecht-html figure{margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-figure-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-figure-margin-block-start, 0))}.utrecht-html figcaption{color:var(--utrecht-figure-caption-color);font-size:var(--utrecht-figure-caption-font-size);line-height:var(--utrecht-figure-caption-line-height)}.utrecht-html form{display:block;max-inline-size:var(--utrecht-form-max-inline-size)}.utrecht-html legend{break-inside:avoid;color:var(--utrecht-form-fieldset-legend-color,var(--utrecht-document-color,inherit));display:table;font-family:var(--utrecht-form-fieldset-legend-font-family,var(--utrecht-document-font-family));font-size:var(--utrecht-form-fieldset-legend-font-size);font-weight:var(--utrecht-form-fieldset-legend-font-weight);inline-size:100%;line-height:var(--utrecht-form-fieldset-legend-line-height);margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-form-fieldset-legend-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-form-fieldset-legend-margin-block-start, 0));padding-inline-end:0;padding-inline-start:0;page-break-after:avoid;page-break-inside:avoid}.utrecht-html legend[hidden]{display:none}.utrecht-html fieldset:disabled>legend{color:var(--utrecht-form-fieldset-legend-disabled-color,var(--utrecht-form-fieldset-legend-color,var(--utrecht-document-color,inherit)))}.utrecht-html label{color:var(--utrecht-form-label-color);font-size:var(--utrecht-form-label-font-size);font-weight:var(--utrecht-form-label-font-weight)}.utrecht-html input[type=checkbox i]~label{color:var(--utrecht-form-label-checkbox-color,var(--utrecht-form-label-color));cursor:var(--utrecht-action-activate-cursor,revert);font-weight:var(--utrecht-form-label-checkbox-font-weight,var(--utrecht-form-label-font-weight))}.utrecht-html input[type=radio i]~label{color:var(--utrecht-form-label-checkbox-color,var(--utrecht-form-label-color));cursor:var(--utrecht-action-activate-cursor,revert);font-weight:var(--utrecht-form-label-radio-font-weight,var(--utrecht-form-label-font-weight))}.utrecht-html mark{background-color:var(--utrecht-mark-background-color,revert);color:var(--utrecht-mark-color,revert)}@media print{.utrecht-html mark{outline-color:currentColor;outline-style:dotted;outline-width:.1em}}@media screen and (-ms-high-contrast:active){.utrecht-html mark{background-color:Highlight;color:HighlightText}}.utrecht-html h1{color:var(--utrecht-heading-1-color,var(--utrecht-heading-color,var(--utrecht-document-color,inherit)));font-family:var(--utrecht-heading-1-font-family,var(--utrecht-heading-font-family,var(--utrecht-document-font-family)));font-size:var(--utrecht-heading-1-font-size,revert);font-weight:var(--utrecht-heading-1-font-weight,var(--utrecht-heading-font-weight,bold));line-height:var(--utrecht-heading-1-line-height);margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-heading-1-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-heading-1-margin-block-start, 0))}.utrecht-html h1,.utrecht-html h2{--utrecht-space-around:1;break-inside:avoid-column;page-break-after:avoid;page-break-inside:avoid}.utrecht-html h2{color:var(--utrecht-heading-2-color,var(--utrecht-heading-color,var(--utrecht-document-color,inherit)));font-family:var(--utrecht-heading-2-font-family,var(--utrecht-heading-font-family,var(--utrecht-document-font-family)));font-size:var(--utrecht-heading-2-font-size,revert);font-weight:var(--utrecht-heading-2-font-weight,var(--utrecht-heading-font-weight,bold));line-height:var(--utrecht-heading-2-line-height);margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-heading-2-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-heading-2-margin-block-start, 0))}.utrecht-html h3{color:var(--utrecht-heading-3-color,var(--utrecht-heading-color,var(--utrecht-document-color,inherit)));font-family:var(--utrecht-heading-3-font-family,var(--utrecht-heading-font-family,var(--utrecht-document-font-family)));font-size:var(--utrecht-heading-3-font-size,revert);font-weight:var(--utrecht-heading-3-font-weight,var(--utrecht-heading-font-weight,bold));line-height:var(--utrecht-heading-3-line-height);margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-heading-3-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-heading-3-margin-block-start, 0))}.utrecht-html h3,.utrecht-html h4{--utrecht-space-around:1;break-inside:avoid-column;page-break-after:avoid;page-break-inside:avoid}.utrecht-html h4{color:var(--utrecht-heading-4-color,var(--utrecht-heading-color,var(--utrecht-document-color,inherit)));font-family:var(--utrecht-heading-4-font-family,var(--utrecht-heading-font-family,var(--utrecht-document-font-family)));font-size:var(--utrecht-heading-4-font-size,revert);font-weight:var(--utrecht-heading-4-font-weight,var(--utrecht-heading-font-weight,bold));line-height:var(--utrecht-heading-4-line-height);margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-heading-4-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-heading-4-margin-block-start, 0))}.utrecht-html h5{color:var(--utrecht-heading-5-color,var(--utrecht-heading-color,var(--utrecht-document-color,inherit)));font-family:var(--utrecht-heading-5-font-family,var(--utrecht-heading-font-family,var(--utrecht-document-font-family)));font-size:var(--utrecht-heading-5-font-size,revert);font-weight:var(--utrecht-heading-5-font-weight,var(--utrecht-heading-font-weight,bold));line-height:var(--utrecht-heading-5-line-height);margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-heading-5-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-heading-5-margin-block-start, 0))}.utrecht-html h5,.utrecht-html h6{--utrecht-space-around:1;break-inside:avoid-column;page-break-after:avoid;page-break-inside:avoid}.utrecht-html h6{color:var(--utrecht-heading-6-color,var(--utrecht-heading-color,var(--utrecht-document-color,inherit)));font-family:var(--utrecht-heading-6-font-family,var(--utrecht-heading-font-family,var(--utrecht-document-font-family)));font-size:var(--utrecht-heading-6-font-size,revert);font-weight:var(--utrecht-heading-6-font-weight,var(--utrecht-heading-font-weight,bold));line-height:var(--utrecht-heading-6-line-height);margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-heading-6-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-heading-6-margin-block-start, 0))}.utrecht-html hgroup{--utrecht-pre-heading-order:-1;--utrecht-space-around:1;display:flex;flex-direction:column;margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-heading-group-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-heading-group-margin-block-start, 0))}.utrecht-html hgroup>*{--utrecht-space-around:0}.utrecht-html a{--utrecht-icon-size:var(--utrecht-link-icon-size,1em);color:var(--_utrecht-link-state-color,var(--utrecht-link-color,var(--_utrecht-link-forced-colors-color)))}.utrecht-html a:visited{--_utrecht-link-forced-colors-color:visitedtext;--_utrecht-link-state-color:var(--utrecht-link-visited-color)}.utrecht-html a:hover{--_utrecht-link-forced-colors-color:linktext;--_utrecht-link-state-color:var(--utrecht-link-hover-color);--_utrecht-link-state-text-decoration:var(--utrecht-link-hover-text-decoration);--_utrecht-link-state-text-decoration-thickness:var(--utrecht-link-hover-text-decoration-thickness);text-decoration-skip:none;text-decoration-skip-ink:none}.utrecht-html a:active{--_utrecht-link-forced-colors-color:activetext;--_utrecht-link-state-color:var(--utrecht-link-active-color)}.utrecht-html a:focus{--_utrecht-link-state-color:var(--utrecht-link-focus-color);--_utrecht-link-state-text-decoration:var(--utrecht-link-focus-text-decoration);--_utrecht-link-state-text-decoration-thickness:var(--utrecht-link-focus-text-decoration-thickness);text-decoration-skip:none;--_utrecht-focus-ring-box-shadow:0 0 0 var(--utrecht-focus-outline-width,0) var(--utrecht-focus-inverse-outline-color,transparent);background-color:var(--utrecht-link-focus-background-color,transparent);box-shadow:var(--_utrecht-focus-ring-box-shadow);outline-color:var(--utrecht-focus-outline-color,revert);outline-offset:var(--utrecht-focus-outline-offset,revert);outline-style:var(--utrecht-focus-outline-style,revert);outline-width:var(--utrecht-focus-outline-width,revert);text-decoration-skip-ink:none;z-index:var(--utrecht-stack-focus-z-index,1)}.utrecht-html a:focus:not(:focus-visible){box-shadow:none;outline-style:revert}.utrecht-html a[href^=\"tel:\" i]{white-space:nowrap}.utrecht-html ol{--utrecht-space-around:1;box-sizing:border-box;font-family:var(--utrecht-document-font-family,inherit);font-size:var(--utrecht-ordered-list-font-size,var(--utrecht-unordered-list-font-size,var(--utrecht-document-font-size,inherit)));line-height:var(--utrecht-ordered-list-font-size,var(--utrecht-unordered-list-line-height,var(--utrecht-document-line-height,inherit)));margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-ordered-list-margin-block-end, var(--utrecht-unordered-list-margin-block-end, 0)));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-ordered-list-margin-block-start, var(--utrecht-unordered-list-margin-block-start, 0)));padding-inline-start:var(--utrecht-ordered-list-padding-inline-start,var(--utrecht-unordered-list-padding-inline-start,2ch));text-align:start}.utrecht-html ol>li{margin-block-end:var(--utrecht-ordered-list-item-margin-block-end,var(--utrecht-unordered-list-item-margin-block-end));margin-block-start:var(--utrecht-ordered-list-item-margin-block-start,var(--utrecht-unordered-list-item-margin-block-start));padding-inline-start:var(--utrecht-ordered-list-item-padding-inline-start,var(--utrecht-unordered-list-item-padding-inline-start,1ch))}.utrecht-html ol:lang(ar){list-style:arabic-indic}.utrecht-html p{color:var(--utrecht-paragraph-color,var(--utrecht-document-color,inherit));font-family:var(--utrecht-paragraph-font-family,var(--utrecht-document-font-family,inherit));font-size:var(--utrecht-paragraph-font-size,var(--utrecht-document-font-size,inherit));font-weight:var(--utrecht-paragraph-font-weight,inherit);line-height:var(--utrecht-paragraph-line-height,var(--utrecht-document-line-height,inherit));margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-paragraph-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-paragraph-margin-block-start, 0))}.utrecht-html p.lead{color:var(--utrecht-paragraph-lead-color,var(--utrecht-paragraph-color,var(--utrecht-document-color,inherit)));font-size:var(--utrecht-paragraph-lead-font-size,var(--utrecht-paragraph-font-size,inherit));font-weight:var(--utrecht-paragraph-lead-font-weight,var(--utrecht-paragraph-font-weight,inherit));line-height:var(--utrecht-paragraph-lead-line-height,var(--utrecht-paragraph-line-height,inherit))}.utrecht-html *~p{--utrecht-space-around:1}.utrecht-html p:has(>small:only-child){color:var(--utrecht-paragraph-small-color,var(--utrecht-paragraph-color,var(--utrecht-document-color,inherit)));font-size:var(--utrecht-paragraph-small-font-size,var(--utrecht-paragraph-font-size,inherit));font-weight:var(--utrecht-paragraph-small-font-weight,var(--utrecht-paragraph-font-weight,inherit));line-height:var(--utrecht-paragraph-small-line-height,var(--utrecht-paragraph-line-height,inherit))}.utrecht-html p>small:only-child{font-size:inherit}.utrecht-html pre:has(>code:only-child){--utrecht-code-color:var(--utrecht-code-block-color,inherit);--utrecht-code-background-color:var(--utrecht-code-block-background-color,inherit);--utrecht-code-font-weight:var(--utrecht-code-block-font-weight,inherit);--utrecht-code-font-size:var(--utrecht-code-block-font-size,inherit);--utrecht-code-font-family:var(--utrecht-code-block-font-family,monospace);background-color:var(--utrecht-code-background-color);background-color:var(--utrecht-code-block-background-color);color:var(--utrecht-code-color);display:block;font-family:var(--utrecht-code-font-family,monospace),monospace;font-size:var(--utrecht-code-font-size);font-size:var(--utrecht-code-block-font-size,var(--utrecht-code-font-size));font-variant-ligatures:none;line-height:var(--utrecht-code-line-height);line-height:var(--utrecht-code-block-line-height,var(--utrecht-code-line-height));margin-block-end:var(--utrecht-code-block-margin-block-end);margin-block-start:var(--utrecht-code-block-margin-block-start);margin-inline-end:var(--utrecht-code-block-margin-inline-end);margin-inline-start:var(--utrecht-code-block-margin-inline-start);padding-block-end:var(--utrecht-code-block-padding-block-end);padding-block-start:var(--utrecht-code-block-padding-block-start);padding-inline-end:var(--utrecht-code-block-padding-inline-end);padding-inline-start:var(--utrecht-code-block-padding-inline-start);white-space:pre}.utrecht-html pre[hidden]:has(>code:only-child){display:none}.utrecht-html pre:has(>code:only-child)>code{display:contents}.utrecht-html input[type=radio i]{--_utrecht-radio-button-background-color:var(\n --_utrecht-radio-button-interactive-background-color,var(--_utrecht-radio-button-state-background-color,var(--utrecht-radio-button-background-color))\n );--_utrecht-radio-button-border-color:var(\n --_utrecht-radio-button-interactive-border-color,var(--_utrecht-radio-button-state-border-color,var(--utrecht-radio-button-border-color,currentColor))\n );--_utrecht-radio-button-border-width:var(\n --_utrecht-radio-button-interactive-border-width,var(--_utrecht-radio-button-state-border-width,var(--utrecht-radio-button-border-width))\n );--_utrecht-radio-button-color:var(\n --_utrecht-radio-button-interactive-color,var(--_utrecht-radio-button-state-color,var(--utrecht-radio-button-color,currentColor))\n );--_utrecht-radio-button-icon-size:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--_utrecht-radio-button-background-color);background-image:radial-gradient(circle,var(--_utrecht-radio-button-color,transparent) calc(var(--_utrecht-radio-button-icon-size, 50%) - 5%),var(--_utrecht-radio-button-background-color,currentColor) var(--_utrecht-radio-button-icon-size,50%));background-position:50%;background-repeat:no-repeat;background-size:contain;block-size:var(--utrecht-radio-button-size,1em);border-color:var(--_utrecht-radio-button-border-color);border-radius:50%;border-style:solid;border-width:var(--_utrecht-radio-button-border-width);cursor:var(--utrecht-action-activate-cursor,revert);inline-size:var(--utrecht-radio-button-size,1em);margin-block-end:0;margin-block-start:0;margin-inline-end:0;margin-inline-end:var(--utrecht-radio-button-margin-inline-end);margin-inline-start:0;min-block-size:24px;min-inline-size:24px;-webkit-print-color-adjust:exact;print-color-adjust:exact;-webkit-user-select:none;user-select:none;vertical-align:top}.utrecht-html input[type=radio i]:checked{--_utrecht-radio-button-icon-size:var(--utrecht-radio-button-icon-size,50%);--_utrecht-radio-button-state-background-color:var(--utrecht-radio-button-checked-background-color);--_utrecht-radio-button-state-border-color:var(--utrecht-radio-button-checked-border-color);--_utrecht-radio-button-state-border-width:var(--utrecht-radio-button-checked-border-width);--_utrecht-radio-button-state-color:var(--utrecht-radio-button-checked-color);--_utrecht-radio-button-state-active-background-color:var(--utrecht-radio-button-checked-active-background-color);--_utrecht-radio-button-state-active-border-color:var(--utrecht-radio-button-checked-active-border-color);--_utrecht-radio-button-state-active-border-width:var(--utrecht-radio-button-checked-active-border-width);--_utrecht-radio-button-state-active-color:var(--utrecht-radio-button-checked-active-color);--_utrecht-radio-button-state-focus-background-color:var(--utrecht-radio-button-checked-focus-background-color);--_utrecht-radio-button-state-focus-border-color:var(--utrecht-radio-button-checked-focus-border-color);--_utrecht-radio-button-state-focus-border-width:var(--utrecht-radio-button-checked-focus-border-width);--_utrecht-radio-button-state-focus-color:var(--utrecht-radio-button-checked-focus-color);--_utrecht-radio-button-state-hover-background-color:var(--utrecht-radio-button-checked-hover-background-color);--_utrecht-radio-button-state-hover-border-color:var(--utrecht-radio-button-checked-hover-border-color);--_utrecht-radio-button-state-hover-border-width:var(--utrecht-radio-button-checked-hover-border-width);--_utrecht-radio-button-state-hover-color:var(--utrecht-radio-button-checked-hover-color)}.utrecht-html input[type=radio i]:disabled{--_utrecht-radio-button-background-color:var(--utrecht-radio-button-disabled-background-color);--_utrecht-radio-button-border-color:var(--utrecht-radio-button-disabled-border-color);--_utrecht-radio-button-border-width:var(--utrecht-radio-button-disabled-border-width);--_utrecht-radio-button-color:var(--utrecht-radio-button-disabled-color);--_utrecht-radio-button-focus-background-color:var(--_utrecht-radio-button-background-color);--_utrecht-radio-button-focus-border-color:var(--_utrecht-radio-button-border-color);--_utrecht-radio-button-focus-border-width:var(--_utrecht-radio-button-border-width);--_utrecht-radio-button-focus-color:var(--_utrecht-radio-button-color);--_utrecht-radio-button-active-background-color:var(--_utrecht-radio-button-background-color);--_utrecht-radio-button-active-border-color:var(--_utrecht-radio-button-border-color);--_utrecht-radio-button-active-border-width:var(--_utrecht-radio-button-border-width);--_utrecht-radio-button-active-color:var(--_utrecht-radio-button-color);--_utrecht-radio-button-hover-background-color:var(--_utrecht-radio-button-background-color);--_utrecht-radio-button-hover-border-color:var(--_utrecht-radio-button-border-color);--_utrecht-radio-button-hover-border-width:var(--_utrecht-radio-button-border-width);--_utrecht-radio-button-hover-color:var(--_utrecht-radio-button-color);cursor:var(--utrecht-action-disabled-cursor,not-allowed)}.utrecht-html input[type=radio i]:invalid,.utrecht-html input[type=radio i][aria-invalid=true]{border-color:var(--utrecht-radio-button-invalid-border-color,var(--utrecht-radio-button-border-color));border-width:var(--utrecht-radio-button-invalid-border-width,var(--utrecht-radio-button-border-width));color:var(--utrecht-radio-button-invalid-color,var(--utrecht-radio-button-color))}.utrecht-html input[type=radio i]:focus:not([aria-disabled=true],:disabled){--_utrecht-radio-button-interactive-background-color:var(\n --utrecht-radio-button-focus-background-color,var(--utrecht-radio-button-focus-background-color)\n );--_utrecht-radio-button-interactive-border-color:var(\n --utrecht-radio-button-focus-border-color,var(--utrecht-radio-button-focus-border-color)\n );--_utrecht-radio-button-interactive-border-width:var(\n --utrecht-radio-button-focus-border-width,var(--utrecht-radio-button-focus-border-width)\n );--_utrecht-radio-button-interactive-color:var(\n --utrecht-radio-button-focus-color,var(--utrecht-radio-button-focus-color)\n )}.utrecht-html input[type=radio i]:focus-visible{--_utrecht-focus-ring-box-shadow:0 0 0 var(--utrecht-focus-outline-width,0) var(--utrecht-focus-inverse-outline-color,transparent);box-shadow:var(--_utrecht-focus-ring-box-shadow);outline-color:var(--utrecht-focus-outline-color,revert);outline-offset:var(--utrecht-focus-outline-offset,revert);outline-style:var(--utrecht-focus-outline-style,revert);outline-width:var(--utrecht-focus-outline-width,revert)}.utrecht-html input[type=radio i]:hover:not([aria-disabled=true],:disabled){--_utrecht-radio-button-interactive-background-color:var(\n --_utrecht-radio-button-state-hover-background-color,var(--utrecht-radio-button-hover-background-color)\n );--_utrecht-radio-button-interactive-border-color:var(\n --_utrecht-radio-button-state-hover-border-color,var(--utrecht-radio-button-hover-border-color)\n );--_utrecht-radio-button-interactive-border-width:var(\n --_utrecht-radio-button-state-hover-border-width,var(--utrecht-radio-button-hover-border-width)\n );--_utrecht-radio-button-interactive-color:var(\n --_utrecht-radio-button-state-hover-color,var(--utrecht-radio-button-hover-color)\n )}.utrecht-html input[type=radio i]:active:not([aria-disabled=true],:disabled){--_utrecht-radio-button-interactive-background-color:var(\n --_utrecht-radio-button-state-active-background-color,var(--utrecht-radio-button-active-background-color)\n );--_utrecht-radio-button-interactive-border-color:var(\n --_utrecht-radio-button-state-active-border-color,var(--utrecht-radio-button-active-border-color)\n );--_utrecht-radio-button-interactive-border-width:var(\n --_utrecht-radio-button-state-active-border-width,var(--utrecht-radio-button-active-border-width)\n );--_utrecht-radio-button-interactive-color:var(\n --_utrecht-radio-button-state-active-color,var(--utrecht-radio-button-active-color)\n )}.utrecht-html select{background-color:var(--utrecht-select-background-color,var(--utrecht-form-control-background-color));border-block-end-width:var(--utrecht-select-border-block-end-width,var(--utrecht-select-border-width,var(--utrecht-form-control-border-width)));border-block-start-width:var(--utrecht-select-border-width,var(--utrecht-form-control-border-width));border-color:var(--utrecht-select-border-color,var(--utrecht-form-control-border-color));border-inline-end-width:var(--utrecht-select-border-width,var(--utrecht-form-control-border-width));border-inline-start-width:var(--utrecht-select-border-width,var(--utrecht-form-control-border-width));border-radius:var(--utrecht-select-border-radius,var(--utrecht-form-control-border-radius,0));border-style:solid;color:var(--utrecht-select-color,var(--utrecht-form-control-color));font-family:var(--utrecht-select-font-family,var(--utrecht-form-control-font-family));font-size:var(--utrecht-select-font-size,var(--utrecht-form-control-font-size));inline-size:100%;max-inline-size:var(--utrecht-select-max-inline-size,var(--utrecht-form-control-max-inline-size));padding-block-end:var(--utrecht-select-padding-block-end,var(--utrecht-form-control-padding-block-end));padding-block-start:var(--utrecht-select-padding-block-start,var(--utrecht-form-control-padding-block-start));padding-inline-end:var(--utrecht-select-padding-inline-end,var(--utrecht-form-control-padding-inline-end));padding-inline-start:var(--utrecht-select-padding-inline-start,var(--utrecht-form-control-padding-inline-start))}.utrecht-html select:focus{--_utrecht-focus-ring-box-shadow:0 0 0 var(--utrecht-focus-outline-width,0) var(--utrecht-focus-inverse-outline-color,transparent);background-color:var(--utrecht-select-focus-background-color,var(--utrecht-form-control-focus-background-color,var(--utrecht-select-background-color,var(--utrecht-form-control-background-color))));border-color:var(--utrecht-select-focus-border-color,var(--utrecht-form-control-focus-border-color,var(--utrecht-select-border-color,var(--utrecht-form-control-border-color))));box-shadow:var(--_utrecht-focus-ring-box-shadow);color:var(--utrecht-select-focus-color,var(--utrecht-form-control-focus-color,var(--utrecht-select-color,var(--utrecht-form-control-color))));outline-color:var(--utrecht-focus-outline-color,revert);outline-offset:var(--utrecht-focus-outline-offset,revert);outline-style:var(--utrecht-focus-outline-style,revert);outline-width:var(--utrecht-focus-outline-width,revert)}.utrecht-html select:focus:not(:focus-visible){box-shadow:none;outline-style:revert}.utrecht-html select:disabled{background-color:var(--utrecht-select-disabled-background-color,var(--utrecht-form-control-disabled-background-color,var(--utrecht-select-background-color,var(--utrecht-form-control-background-color))));border-color:var(--utrecht-select-disabled-border-color,var(--utrecht-form-control-disabled-border-color,var(--utrecht-select-border-color,var(--utrecht-form-control-border-color))));color:var(--utrecht-select-disabled-color,var(--utrecht-form-control-disabled-color,var(--utrecht-select-color,var(--utrecht-form-control-color))));cursor:var(--utrecht-action-disabled-cursor,not-allowed)}.utrecht-html select[aria-invalid=true]{--_utrecht-select-border-width:var(\n --utrecht-select-invalid-border-width,var(\n --utrecht-form-control-invalid-border-width,var(--utrecht-select-border-width,var(--utrecht-form-control-border-width))\n )\n );background-color:var(--utrecht-select-invalid-background-color,var(--utrecht-form-control-invalid-background-color,var(--utrecht-select-background-color,var(--utrecht-form-control-background-color))));border-width:var(--_utrecht-select-border-width);border-block-end-width:var(--utrecht-select-invalid-border-block-end-width,var(--utrecht-form-control-invalid-border-block-end-width,var(--utrecht-select-border-block-end-width,var(--utrecht-form-control-border-block-end-width,var(--_utrecht-select-border-width)))));border-color:var(--utrecht-select-invalid-border-color,var(--utrecht-form-control-invalid-border-color,var(--utrecht-select-border-color,var(--utrecht-form-control-border-color))))}.utrecht-html hr{--utrecht-space-around:1;border-color:var(--utrecht-separator-color);border-style:solid;border-width:0 0 var(--utrecht-separator-block-size) 0;margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-separator-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-separator-margin-block-start, 0))}.utrecht-html table{--utrecht-space-around:1;border-collapse:separate;border-color:var(--utrecht-table-border-color,0);border-spacing:0;border-style:solid;border-width:var(--utrecht-table-border-width,0);font-family:var(--utrecht-table-font-family,var(--utrecht-document-font-family));font-size:var(--utrecht-table-font-size,inherit);inline-size:100%;line-height:var(--utrecht-table-line-height,inherit);margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-table-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-table-margin-block-start, 0))}.utrecht-html caption{break-inside:avoid;color:var(--utrecht-table-caption-color);font-family:var(--utrecht-table-caption-font-family);font-size:var(--utrecht-table-caption-font-size);font-weight:var(--utrecht-table-caption-font-weight);line-height:var(--utrecht-table-caption-line-height);margin-block-end:var(--utrecht-table-caption-margin-block-end);page-break-after:avoid;text-align:var(--utrecht-table-caption-text-align,center)}.utrecht-html thead{--_utrecht-table-header-cell-vertical-align:bottom;--_utrecht-table-header-cell-z-index:8;background-color:var(--utrecht-table-header-background-color);break-inside:avoid;color:var(--utrecht-table-header-color);font-weight:var(--utrecht-table-header-font-weight);page-break-inside:avoid;text-transform:var(--utrecht-table-header-text-transform)}.utrecht-html tbody{--_utrecht-table-header-cell-z-index:2}.utrecht-html th{color:var(--utrecht-table-header-cell-color);font-size:var(--utrecht-table-header-cell-font-size);font-weight:var(--utrecht-table-header-cell-font-weight,bold);text-transform:var(--utrecht-table-header-cell-text-transform);vertical-align:var(--_utrecht-table-header-cell-vertical-align,top);z-index:var(--_utrecht-table-header-cell-z-index)}.utrecht-html td,.utrecht-html th{--utrecht-icon-size:var(--utrecht-table-cell-icon-size);block-size:var(--utrecht-table-cell-line-height,1em);line-height:var(--utrecht-table-cell-line-height,inherit);padding-block-end:var(--utrecht-table-cell-padding-block-end,0);padding-block-start:var(--utrecht-table-cell-padding-block-start,0);padding-inline-end:var(--utrecht-table-cell-padding-inline-end,0);padding-inline-start:var(--utrecht-table-cell-padding-inline-start,0);text-align:start}.utrecht-html td,.utrecht-html th{border-block-end-color:var(--utrecht-table-row-border-block-end-color,transparent);border-block-end-style:solid;border-block-end-width:var(--utrecht-table-row-border-block-end-width,0);vertical-align:top}.utrecht-html td:first-child,.utrecht-html th:first-child{padding-inline-start:var(--utrecht-table-row-padding-inline-start,var(--utrecht-table-cell-padding-inline-start,0))}.utrecht-html td:last-child,.utrecht-html th:last-child{padding-inline-end:var(--utrecht-table-row-padding-inline-end,var(--utrecht-table-cell-padding-inline-end,0))}.utrecht-html thead tr:last-child th{border-block-end-color:var(--utrecht-table-header-border-block-end-color,transparent);border-block-end-style:solid;border-block-end-width:var(--utrecht-table-header-border-block-end-width,0)}.utrecht-html td.numeric,.utrecht-html tfoot>tr>th.numeric,.utrecht-html th[scope=column].numeric,.utrecht-html thead>tr>th.numeric{--_utrecht-table-cell-text-align:right;text-align:var(--_utrecht-table-cell-text-align)}.utrecht-html td.numeric{font-variant-numeric:lining-nums tabular-nums}.utrecht-html table.alternate-row-color>tr:nth-child(2n)>td,.utrecht-html table.alternate-row-color>tr:nth-child(2n)>th{background-color:var(--utrecht-table-row-alternate-even-background-color);color:var(--utrecht-table-row-alternate-even-color)}.utrecht-html table.alternate-row-color>tr:nth-child(odd)>td,.utrecht-html table.alternate-row-color>tr:nth-child(odd)>th{background-color:var(--utrecht-table-row-alternate-odd-background-color);color:var(--utrecht-table-row-alternate-odd-color)}.utrecht-html table.alternate-row-color>tbody>tr:nth-child(2n)>td,.utrecht-html table.alternate-row-color>tbody>tr:nth-child(2n)>th{background-color:var(--utrecht-table-row-alternate-even-background-color);color:var(--utrecht-table-row-alternate-even-color)}.utrecht-html table.alternate-row-color>tbody>tr:nth-child(odd)>td,.utrecht-html table.alternate-row-color>tbody>tr:nth-child(odd)>th{background-color:var(--utrecht-table-row-alternate-odd-background-color);color:var(--utrecht-table-row-alternate-odd-color)}.utrecht-html textarea{background-color:var(--utrecht-textarea-background-color,var(--utrecht-form-control-background-color));block-size:auto;border-width:var(--utrecht-textarea-border-width,var(--utrecht-form-control-border-width));border-block-end-width:var(--utrecht-textarea-border-bottom-width,var(--utrecht-textarea-border-width,var(--utrecht-form-control-border-width)));border-color:var(--utrecht-textarea-border-color,var(--utrecht-form-control-border-color));border-radius:var(--utrecht-textarea-border-radius,var(--utrecht-form-control-border-radius,0));border-style:solid;box-sizing:border-box;color:var(--utrecht-textarea-color,var(--utrecht-form-control-color));font-family:var(--utrecht-textarea-font-family,var(--utrecht-form-control-font-family));font-size:var(--utrecht-textarea-font-size,var(--utrecht-form-control-font-size,inherit));font-weight:400;inline-size:100%;line-height:var(--utrecht-textarea-line-height,initial);max-inline-size:var(--utrecht-textarea-max-inline-size,var(--utrecht-form-control-max-inline-size));min-block-size:var(--utrecht-textarea-min-block-size,var(--utrecht-pointer-target-min-size,44px));min-inline-size:var(--utrecht-pointer-target-min-size,44px);padding-block-end:var(--utrecht-textarea-padding-block-end,var(--utrecht-form-control-padding-block-end,0));padding-block-start:var(--utrecht-textarea-padding-block-start,var(--utrecht-form-control-padding-block-start,0));padding-inline-end:var(--utrecht-textarea-padding-inline-end,var(--utrecht-form-control-padding-inline-end,initial));padding-inline-start:var(--utrecht-textarea-padding-inline-start,var(--utrecht-form-control-padding-inline-start,initial));resize:vertical;resize:block}.utrecht-html textarea:focus{--_utrecht-focus-ring-box-shadow:0 0 0 var(--utrecht-focus-outline-width,0) var(--utrecht-focus-inverse-outline-color,transparent);background-color:var(--utrecht-textarea-focus-background-color,var(--utrecht-form-control-focus-background-color,var(--utrecht-textarea-background-color,var(--utrecht-form-control-background-color))));border-color:var(--utrecht-textarea-focus-border-color,var(--utrecht-form-control-focus-border-color,var(--utrecht-textarea-border-color,var(--utrecht-form-control-border-color))));box-shadow:var(--_utrecht-focus-ring-box-shadow);color:var(--utrecht-textarea-focus-color,var(--utrecht-form-control-focus-color,var(--utrecht-textarea-color,var(--utrecht-form-control-color))));outline-color:var(--utrecht-focus-outline-color,revert);outline-offset:var(--utrecht-focus-outline-offset,revert);outline-style:var(--utrecht-focus-outline-style,revert);outline-width:var(--utrecht-focus-outline-width,revert)}.utrecht-html textarea:focus:not(:focus-visible){box-shadow:none;outline-style:revert}.utrecht-html textarea:invalid,.utrecht-html textarea[aria-invalid=true]{--_utrecht-textarea-border-width:var(\n --utrecht-textarea-invalid-border-width,var(\n --utrecht-form-control-invalid-border-width,var(--utrecht-textarea-border-width,var(--utrecht-form-control-border-width))\n )\n );background-color:var(--utrecht-textarea-invalid-background-color,var(--utrecht-form-control-invalid-background-color,var(--utrecht-textarea-background-color,var(--utrecht-form-control-background-color))));border-width:var(--_utrecht-textarea-border-width);border-block-end-width:var(--utrecht-textarea-invalid-border-bottom-width,var(--utrecht-form-control-invalid-border-bottom-width,var(--utrecht-textarea-border-bottom-width,var(--utrecht-form-control-border-bottom-width,var(--_utrecht-textarea-border-width)))));border-color:var(--utrecht-textarea-invalid-border-color,var(--utrecht-form-control-invalid-border-color,var(--utrecht-textarea-border-color,var(--utrecht-form-control-border-color))));color:var(--utrecht-textarea-invalid-color,var(--utrecht-form-control-invalid-color,var(--utrecht-textarea-color,var(--utrecht-form-control-color))))}.utrecht-html textarea:read-only{background-color:var(--utrecht-textarea-read-only-border,var(--utrecht-form-control-read-only-background-color,var(--utrecht-textarea-border,var(--utrecht-form-control-background-color))));border-color:var(--utrecht-textarea-read-only-border,var(--utrecht-form-control-read-only-border-color,var(--utrecht-textarea-border,var(--utrecht-form-control-border-color))));color:var(--utrecht-textarea-read-only-color,var(--utrecht-form-control-read-only-color,var(--utrecht-textarea-color,var(--utrecht-form-control-color))))}.utrecht-html textarea:disabled{background-color:var(--utrecht-textarea-disabled-background-color,var(--utrecht-form-control-disabled-background-color,var(--utrecht-textarea-background-color,var(--utrecht-form-control-background-color))));border-color:var(--utrecht-textarea-disabled-border-color,var(--utrecht-form-control-disabled-border-color,var(--utrecht-textarea-border-color,var(--utrecht-form-control-border-color))));color:var(--utrecht-textarea-disabled-color,var(--utrecht-form-control-disabled-color,var(--utrecht-textarea-color,var(--utrecht-form-control-color))));cursor:var(--utrecht-action-disabled-cursor,not-allowed)}.utrecht-html textarea::placeholder{color:var(--utrecht-textarea-placeholder-color,var(--utrecht-form-control-placeholder-color,var(--utrecht-textarea-color,var(--utrecht-form-control-color))));font-style:var(--utrecht-form-control-placeholder-font-style);opacity:100%}.utrecht-html input:not([type]),.utrecht-html input[type=date i],.utrecht-html input[type=datetime-local i],.utrecht-html input[type=email i],.utrecht-html input[type=month i],.utrecht-html input[type=number i],.utrecht-html input[type=password i],.utrecht-html input[type=search i],.utrecht-html input[type=tel i],.utrecht-html input[type=text i],.utrecht-html input[type=time i],.utrecht-html input[type=url i],.utrecht-html input[type=week i]{background-color:var(--utrecht-textbox-background-color,var(--utrecht-form-control-background-color));block-size:auto;border-width:var(--utrecht-textbox-border-width,var(--utrecht-form-control-border-width));border-block-end-width:var(--utrecht-textbox-border-bottom-width,var(--utrecht-textbox-border-width,var(--utrecht-form-control-border-width)));border-color:var(--utrecht-textbox-border-color,var(--utrecht-form-control-border-color));border-radius:var(--utrecht-textbox-border-radius,var(--utrecht-form-control-border-radius,0));border-style:solid;box-sizing:border-box;color:var(--utrecht-textbox-color,var(--utrecht-form-control-color));font-family:var(--utrecht-textbox-font-family,var(--utrecht-form-control-font-family));font-size:var(--utrecht-textbox-font-size,var(--utrecht-form-control-font-size,inherit));font-weight:400;inline-size:100%;line-height:var(--utrecht-textbox-line-height,var(--utrecht-form-control-line-height,initial));max-inline-size:var(--utrecht-textbox-max-inline-size,var(--utrecht-form-control-max-inline-size));min-block-size:var(--utrecht-pointer-target-min-size,44px);min-inline-size:var(--utrecht-pointer-target-min-size,44px);padding-block-end:var(--utrecht-textbox-padding-block-end,var(--utrecht-form-control-padding-block-end,0));padding-block-start:var(--utrecht-textbox-padding-block-start,var(--utrecht-form-control-padding-block-start,0));padding-inline-end:var(--utrecht-textbox-padding-inline-end,var(--utrecht-form-control-padding-inline-end,initial));padding-inline-start:var(--utrecht-textbox-padding-inline-start,var(--utrecht-form-control-padding-inline-start,initial))}.utrecht-html input:not([type]):focus,.utrecht-html input[type=date i]:focus,.utrecht-html input[type=datetime-local i]:focus,.utrecht-html input[type=email i]:focus,.utrecht-html input[type=month i]:focus,.utrecht-html input[type=number i]:focus,.utrecht-html input[type=password i]:focus,.utrecht-html input[type=search i]:focus,.utrecht-html input[type=tel i]:focus,.utrecht-html input[type=text i]:focus,.utrecht-html input[type=time i]:focus,.utrecht-html input[type=url i]:focus,.utrecht-html input[type=week i]:focus{--_utrecht-focus-ring-box-shadow:0 0 0 var(--utrecht-focus-outline-width,0) var(--utrecht-focus-inverse-outline-color,transparent);background-color:var(--utrecht-textbox-focus-background-color,var(--utrecht-form-control-focus-background-color,var(--utrecht-textbox-background-color,var(--utrecht-form-control-background-color))));border-color:var(--utrecht-textbox-focus-border-color,var(--utrecht-form-control-focus-border-color,var(--utrecht-textbox-border-color,var(--utrecht-form-control-border-color))));box-shadow:var(--_utrecht-focus-ring-box-shadow);color:var(--utrecht-textbox-focus-color,var(--utrecht-form-control-focus-color,var(--utrecht-textbox-color,var(--utrecht-form-control-color))));outline-color:var(--utrecht-focus-outline-color,revert);outline-offset:var(--utrecht-focus-outline-offset,revert);outline-style:var(--utrecht-focus-outline-style,revert);outline-width:var(--utrecht-focus-outline-width,revert)}.utrecht-html input:not([type]):focus:not(:focus-visible),.utrecht-html input[type=date i]:focus:not(:focus-visible),.utrecht-html input[type=datetime-local i]:focus:not(:focus-visible),.utrecht-html input[type=email i]:focus:not(:focus-visible),.utrecht-html input[type=month i]:focus:not(:focus-visible),.utrecht-html input[type=number i]:focus:not(:focus-visible),.utrecht-html input[type=password i]:focus:not(:focus-visible),.utrecht-html input[type=search i]:focus:not(:focus-visible),.utrecht-html input[type=tel i]:focus:not(:focus-visible),.utrecht-html input[type=text i]:focus:not(:focus-visible),.utrecht-html input[type=time i]:focus:not(:focus-visible),.utrecht-html input[type=url i]:focus:not(:focus-visible),.utrecht-html input[type=week i]:focus:not(:focus-visible){box-shadow:none;outline-style:revert}.utrecht-html input:not([type]):invalid,.utrecht-html input:not([type])[aria-invalid=true],.utrecht-html input[type=date i]:invalid,.utrecht-html input[type=date i][aria-invalid=true],.utrecht-html input[type=datetime-local i]:invalid,.utrecht-html input[type=datetime-local i][aria-invalid=true],.utrecht-html input[type=email i]:invalid,.utrecht-html input[type=email i][aria-invalid=true],.utrecht-html input[type=month i]:invalid,.utrecht-html input[type=month i][aria-invalid=true],.utrecht-html input[type=number i]:invalid,.utrecht-html input[type=number i][aria-invalid=true],.utrecht-html input[type=password i]:invalid,.utrecht-html input[type=password i][aria-invalid=true],.utrecht-html input[type=search i]:invalid,.utrecht-html input[type=search i][aria-invalid=true],.utrecht-html input[type=tel i]:invalid,.utrecht-html input[type=tel i][aria-invalid=true],.utrecht-html input[type=text i]:invalid,.utrecht-html input[type=text i][aria-invalid=true],.utrecht-html input[type=time i]:invalid,.utrecht-html input[type=time i][aria-invalid=true],.utrecht-html input[type=url i]:invalid,.utrecht-html input[type=url i][aria-invalid=true],.utrecht-html input[type=week i]:invalid,.utrecht-html input[type=week i][aria-invalid=true]{--_utrecht-textbox-border-width:var(\n --utrecht-textbox-invalid-border-width,var(\n --utrecht-form-control-invalid-border-width,var(--utrecht-textbox-border-width,var(--utrecht-form-control-border-width))\n )\n );background-color:var(--utrecht-textbox-invalid-background-color,var(--utrecht-form-control-invalid-background-color,var(--utrecht-textbox-background-color,var(--utrecht-form-control-background-color))));border-width:var(--_utrecht-textbox-border-width);border-block-end-width:var(--utrecht-textbox-invalid-border-bottom-width,var(--utrecht-form-control-invalid-border-bottom-width,var(--utrecht-textbox-border-bottom-width,var(--utrecht-form-control-border-bottom-width,var(--_utrecht-textbox-border-width)))));border-color:var(--utrecht-textbox-invalid-border-color,var(--utrecht-form-control-invalid-border-color,var(--utrecht-textbox-border-color,var(--utrecht-form-control-border-color))));color:var(--utrecht-textbox-invalid-color,var(--utrecht-form-control-invalid-color,var(--utrecht-textbox-color,var(--utrecht-form-control-color))))}.utrecht-html input:not([type]):read-only,.utrecht-html input[type=date i]:read-only,.utrecht-html input[type=datetime-local i]:read-only,.utrecht-html input[type=email i]:read-only,.utrecht-html input[type=month i]:read-only,.utrecht-html input[type=number i]:read-only,.utrecht-html input[type=password i]:read-only,.utrecht-html input[type=search i]:read-only,.utrecht-html input[type=tel i]:read-only,.utrecht-html input[type=text i]:read-only,.utrecht-html input[type=time i]:read-only,.utrecht-html input[type=url i]:read-only,.utrecht-html input[type=week i]:read-only{background-color:var(--utrecht-textbox-read-only-background-color,var(--utrecht-form-control-read-only-background-color,var(--utrecht-textbox-background-color,var(--utrecht-form-control-background-color))));border-color:var(--utrecht-textbox-read-only-border-color,var(--utrecht-form-control-read-only-border-color,var(--utrecht-textbox-border-color,var(--utrecht-form-control-border-color))));color:var(--utrecht-textbox-read-only-color,var(--utrecht-form-control-read-only-color,var(--utrecht-textbox-color,var(--utrecht-form-control-color))))}.utrecht-html input:not([type]):disabled,.utrecht-html input[type=date i]:disabled,.utrecht-html input[type=datetime-local i]:disabled,.utrecht-html input[type=email i]:disabled,.utrecht-html input[type=month i]:disabled,.utrecht-html input[type=number i]:disabled,.utrecht-html input[type=password i]:disabled,.utrecht-html input[type=search i]:disabled,.utrecht-html input[type=tel i]:disabled,.utrecht-html input[type=text i]:disabled,.utrecht-html input[type=time i]:disabled,.utrecht-html input[type=url i]:disabled,.utrecht-html input[type=week i]:disabled{background-color:var(--utrecht-textbox-disabled-background-color,var(--utrecht-form-control-disabled-background-color,var(--utrecht-textbox-background-color,var(--utrecht-form-control-background-color))));border-color:var(--utrecht-textbox-disabled-border-color,var(--utrecht-form-control-disabled-border-color,var(--utrecht-textbox-border-color,var(--utrecht-form-control-border-color))));color:var(--utrecht-textbox-disabled-color,var(--utrecht-form-control-disabled-color,var(--utrecht-textbox-color,var(--utrecht-form-control-color))));cursor:var(--utrecht-action-disabled-cursor,not-allowed)}.utrecht-html input:not([type])::placeholder,.utrecht-html input[type=date i]::placeholder,.utrecht-html input[type=datetime-local i]::placeholder,.utrecht-html input[type=email i]::placeholder,.utrecht-html input[type=month i]::placeholder,.utrecht-html input[type=number i]::placeholder,.utrecht-html input[type=password i]::placeholder,.utrecht-html input[type=search i]::placeholder,.utrecht-html input[type=tel i]::placeholder,.utrecht-html input[type=text i]::placeholder,.utrecht-html input[type=time i]::placeholder,.utrecht-html input[type=url i]::placeholder,.utrecht-html input[type=week i]::placeholder{color:var(--utrecht-textbox-placeholder-color,var(--utrecht-form-control-placeholder-color,var(--utrecht-textbox-color,var(--utrecht-form-control-color))));font-style:var(--utrecht-form-control-placeholder-font-style);opacity:100%}.utrecht-html input[autocomplete~=current-password i],.utrecht-html input[autocomplete~=new-password i],.utrecht-html input[type=password i]{font-variant-ligatures:none;font-variant-numeric:slashed-zero}.utrecht-html input[autocomplete~=bday i],.utrecht-html input[autocomplete~=bday-day i],.utrecht-html input[autocomplete~=bday-month i],.utrecht-html input[autocomplete~=bday-year i],.utrecht-html input[autocomplete~=cc-csc i],.utrecht-html input[autocomplete~=cc-exp i],.utrecht-html input[autocomplete~=cc-exp-month i],.utrecht-html input[autocomplete~=cc-exp-year i],.utrecht-html input[autocomplete~=cc-number i],.utrecht-html input[autocomplete~=one-time-code i],.utrecht-html input[autocomplete~=postal-code i],.utrecht-html input[autocomplete~=tel i],.utrecht-html input[autocomplete~=tel-area-code i],.utrecht-html input[autocomplete~=tel-country-code i],.utrecht-html input[autocomplete~=tel-extension i],.utrecht-html input[autocomplete~=tel-local i],.utrecht-html input[autocomplete~=tel-national i],.utrecht-html input[autocomplete~=transaction-amount i],.utrecht-html input[inputmode=decimal i],.utrecht-html input[inputmode=numeric i],.utrecht-html input[inputmode=tel i],.utrecht-html input[type=number i],.utrecht-html input[type=tel i]{-moz-appearance:textfield;font-variant-numeric:lining-nums tabular-nums}.utrecht-html input[inputmode=email i],.utrecht-html input[inputmode=url i],.utrecht-html input[type=email i],.utrecht-html input[type=url i]{font-variant-ligatures:none}.utrecht-html ul{--utrecht-space-around:1;box-sizing:border-box;font-family:var(--utrecht-document-font-family,inherit);font-size:var(--utrecht-unordered-list-font-size,var(--utrecht-document-font-size,inherit));line-height:var(--utrecht-unordered-list-line-height,var(--utrecht-document-line-height,inherit));margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-unordered-list-margin-block-end, var(--utrecht-paragraph-margin-block-end, 0)));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-unordered-list-margin-block-start, var(--utrecht-paragraph-margin-block-start, 0)));padding-inline-start:var(--utrecht-unordered-list-padding-inline-start,2ch);text-align:start}.utrecht-html ul>li{margin-block-end:var(--utrecht-unordered-list-item-margin-block-end);margin-block-start:var(--utrecht-unordered-list-item-margin-block-start);padding-inline-start:var(--utrecht-unordered-list-item-padding-inline-start,1ch)}.utrecht-html ul>li::marker{color:var(--utrecht-unordered-list-marker-color);content:\"●\"}";
|
|
1358
1358
|
styleInject(css_248z$I);
|
|
1359
1359
|
|
|
1360
|
-
var _excluded$
|
|
1361
|
-
function ownKeys$
|
|
1362
|
-
function _objectSpread$
|
|
1360
|
+
var _excluded$Q = ["children", "className"];
|
|
1361
|
+
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; }
|
|
1362
|
+
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; }
|
|
1363
1363
|
var HTMLContent = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
1364
1364
|
var children = _ref.children,
|
|
1365
1365
|
className = _ref.className,
|
|
1366
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
1367
|
-
return jsx("div", _objectSpread$
|
|
1366
|
+
restProps = _objectWithoutProperties(_ref, _excluded$Q);
|
|
1367
|
+
return jsx("div", _objectSpread$R(_objectSpread$R({}, restProps), {}, {
|
|
1368
1368
|
ref: ref,
|
|
1369
1369
|
className: clsx('utrecht-html', className),
|
|
1370
1370
|
children: children
|
|
@@ -1390,14 +1390,14 @@ styleInject(css_248z$D);
|
|
|
1390
1390
|
var css_248z$C = ".utrecht-heading-6{break-inside:avoid-column;color:var(--utrecht-heading-6-color,var(--utrecht-heading-color,var(--utrecht-document-color,inherit)));font-family:var(--utrecht-heading-6-font-family,var(--utrecht-heading-font-family,var(--utrecht-document-font-family)));font-size:var(--utrecht-heading-6-font-size,revert);font-weight:var(--utrecht-heading-6-font-weight,var(--utrecht-heading-font-weight,bold));line-height:var(--utrecht-heading-6-line-height);margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-heading-6-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-heading-6-margin-block-start, 0));page-break-after:avoid;page-break-inside:avoid}.utrecht-heading-6--distanced{--utrecht-space-around:1}";
|
|
1391
1391
|
styleInject(css_248z$C);
|
|
1392
1392
|
|
|
1393
|
-
var _excluded$
|
|
1394
|
-
function ownKeys$
|
|
1395
|
-
function _objectSpread$
|
|
1393
|
+
var _excluded$P = ["children", "className"];
|
|
1394
|
+
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; }
|
|
1395
|
+
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; }
|
|
1396
1396
|
var Heading1 = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
1397
1397
|
var children = _ref.children,
|
|
1398
1398
|
className = _ref.className,
|
|
1399
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
1400
|
-
return jsx("h1", _objectSpread$
|
|
1399
|
+
restProps = _objectWithoutProperties(_ref, _excluded$P);
|
|
1400
|
+
return jsx("h1", _objectSpread$Q(_objectSpread$Q({}, restProps), {}, {
|
|
1401
1401
|
ref: ref,
|
|
1402
1402
|
className: clsx('utrecht-heading-1', className),
|
|
1403
1403
|
children: children
|
|
@@ -1405,14 +1405,14 @@ var Heading1 = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
1405
1405
|
});
|
|
1406
1406
|
Heading1.displayName = 'Heading1';
|
|
1407
1407
|
|
|
1408
|
-
var _excluded$
|
|
1409
|
-
function ownKeys$
|
|
1410
|
-
function _objectSpread$
|
|
1408
|
+
var _excluded$O = ["children", "className"];
|
|
1409
|
+
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; }
|
|
1410
|
+
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; }
|
|
1411
1411
|
var Heading2 = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
1412
1412
|
var children = _ref.children,
|
|
1413
1413
|
className = _ref.className,
|
|
1414
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
1415
|
-
return jsx("h2", _objectSpread$
|
|
1414
|
+
restProps = _objectWithoutProperties(_ref, _excluded$O);
|
|
1415
|
+
return jsx("h2", _objectSpread$P(_objectSpread$P({}, restProps), {}, {
|
|
1416
1416
|
ref: ref,
|
|
1417
1417
|
className: clsx('utrecht-heading-2', className),
|
|
1418
1418
|
children: children
|
|
@@ -1420,14 +1420,14 @@ var Heading2 = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
1420
1420
|
});
|
|
1421
1421
|
Heading2.displayName = 'Heading2';
|
|
1422
1422
|
|
|
1423
|
-
var _excluded$
|
|
1424
|
-
function ownKeys$
|
|
1425
|
-
function _objectSpread$
|
|
1423
|
+
var _excluded$N = ["children", "className"];
|
|
1424
|
+
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; }
|
|
1425
|
+
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; }
|
|
1426
1426
|
var Heading3 = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
1427
1427
|
var children = _ref.children,
|
|
1428
1428
|
className = _ref.className,
|
|
1429
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
1430
|
-
return jsx("h3", _objectSpread$
|
|
1429
|
+
restProps = _objectWithoutProperties(_ref, _excluded$N);
|
|
1430
|
+
return jsx("h3", _objectSpread$O(_objectSpread$O({}, restProps), {}, {
|
|
1431
1431
|
ref: ref,
|
|
1432
1432
|
className: clsx('utrecht-heading-3', className),
|
|
1433
1433
|
children: children
|
|
@@ -1435,14 +1435,14 @@ var Heading3 = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
1435
1435
|
});
|
|
1436
1436
|
Heading3.displayName = 'Heading3';
|
|
1437
1437
|
|
|
1438
|
-
var _excluded$
|
|
1439
|
-
function ownKeys$
|
|
1440
|
-
function _objectSpread$
|
|
1438
|
+
var _excluded$M = ["children", "className"];
|
|
1439
|
+
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; }
|
|
1440
|
+
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; }
|
|
1441
1441
|
var Heading4 = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
1442
1442
|
var children = _ref.children,
|
|
1443
1443
|
className = _ref.className,
|
|
1444
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
1445
|
-
return jsx("h4", _objectSpread$
|
|
1444
|
+
restProps = _objectWithoutProperties(_ref, _excluded$M);
|
|
1445
|
+
return jsx("h4", _objectSpread$N(_objectSpread$N({}, restProps), {}, {
|
|
1446
1446
|
ref: ref,
|
|
1447
1447
|
className: clsx('utrecht-heading-4', className),
|
|
1448
1448
|
children: children
|
|
@@ -1450,14 +1450,14 @@ var Heading4 = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
1450
1450
|
});
|
|
1451
1451
|
Heading4.displayName = 'Heading4';
|
|
1452
1452
|
|
|
1453
|
-
var _excluded$
|
|
1454
|
-
function ownKeys$
|
|
1455
|
-
function _objectSpread$
|
|
1453
|
+
var _excluded$L = ["children", "className"];
|
|
1454
|
+
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; }
|
|
1455
|
+
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; }
|
|
1456
1456
|
var Heading5 = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
1457
1457
|
var children = _ref.children,
|
|
1458
1458
|
className = _ref.className,
|
|
1459
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
1460
|
-
return jsx("h5", _objectSpread$
|
|
1459
|
+
restProps = _objectWithoutProperties(_ref, _excluded$L);
|
|
1460
|
+
return jsx("h5", _objectSpread$M(_objectSpread$M({}, restProps), {}, {
|
|
1461
1461
|
ref: ref,
|
|
1462
1462
|
className: clsx('utrecht-heading-5', className),
|
|
1463
1463
|
children: children
|
|
@@ -1465,14 +1465,14 @@ var Heading5 = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
1465
1465
|
});
|
|
1466
1466
|
Heading5.displayName = 'Heading5';
|
|
1467
1467
|
|
|
1468
|
-
var _excluded$
|
|
1469
|
-
function ownKeys$
|
|
1470
|
-
function _objectSpread$
|
|
1468
|
+
var _excluded$K = ["children", "className"];
|
|
1469
|
+
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; }
|
|
1470
|
+
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; }
|
|
1471
1471
|
var Heading6 = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
1472
1472
|
var children = _ref.children,
|
|
1473
1473
|
className = _ref.className,
|
|
1474
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
1475
|
-
return jsx("h6", _objectSpread$
|
|
1474
|
+
restProps = _objectWithoutProperties(_ref, _excluded$K);
|
|
1475
|
+
return jsx("h6", _objectSpread$L(_objectSpread$L({}, restProps), {}, {
|
|
1476
1476
|
ref: ref,
|
|
1477
1477
|
className: clsx('utrecht-heading-6', className),
|
|
1478
1478
|
children: children
|
|
@@ -1483,14 +1483,14 @@ Heading6.displayName = 'Heading6';
|
|
|
1483
1483
|
var css_248z$B = ".utrecht-heading-group{--utrecht-pre-heading-order:-1;display:flex;flex-direction:column;margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-heading-group-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-heading-group-margin-block-start, 0))}.utrecht-heading-group>*{--utrecht-space-around:0}";
|
|
1484
1484
|
styleInject(css_248z$B);
|
|
1485
1485
|
|
|
1486
|
-
var _excluded$
|
|
1487
|
-
function ownKeys$
|
|
1488
|
-
function _objectSpread$
|
|
1486
|
+
var _excluded$J = ["children", "className"];
|
|
1487
|
+
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; }
|
|
1488
|
+
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; }
|
|
1489
1489
|
var HeadingGroup = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
1490
1490
|
var children = _ref.children,
|
|
1491
1491
|
className = _ref.className,
|
|
1492
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
1493
|
-
return jsx("hgroup", _objectSpread$
|
|
1492
|
+
restProps = _objectWithoutProperties(_ref, _excluded$J);
|
|
1493
|
+
return jsx("hgroup", _objectSpread$K(_objectSpread$K({}, restProps), {}, {
|
|
1494
1494
|
ref: ref,
|
|
1495
1495
|
className: clsx('utrecht-heading-group', className),
|
|
1496
1496
|
children: children
|
|
@@ -1501,9 +1501,9 @@ HeadingGroup.displayName = 'HeadingGroup';
|
|
|
1501
1501
|
var css_248z$A = ".utrecht-iban-data{font-variant-numeric:lining-nums slashed-zero tabular-nums;white-space:nowrap}";
|
|
1502
1502
|
styleInject(css_248z$A);
|
|
1503
1503
|
|
|
1504
|
-
var _excluded$
|
|
1505
|
-
function ownKeys$
|
|
1506
|
-
function _objectSpread$
|
|
1504
|
+
var _excluded$I = ["children", "value", "className"];
|
|
1505
|
+
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; }
|
|
1506
|
+
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; }
|
|
1507
1507
|
/* Exported only for unit tests, not part of the public API */
|
|
1508
1508
|
var normalizeIBAN = function normalizeIBAN(iban) {
|
|
1509
1509
|
return iban
|
|
@@ -1520,7 +1520,7 @@ var IBANData = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
1520
1520
|
var children = _ref.children,
|
|
1521
1521
|
value = _ref.value,
|
|
1522
1522
|
className = _ref.className,
|
|
1523
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
1523
|
+
restProps = _objectWithoutProperties(_ref, _excluded$I);
|
|
1524
1524
|
var normalized = normalizeIBAN(value);
|
|
1525
1525
|
var formatted = formatIBAN(normalized);
|
|
1526
1526
|
console.log({
|
|
@@ -1528,7 +1528,7 @@ var IBANData = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
1528
1528
|
normalized: normalized,
|
|
1529
1529
|
formatted: formatted
|
|
1530
1530
|
});
|
|
1531
|
-
return jsx("data", _objectSpread$
|
|
1531
|
+
return jsx("data", _objectSpread$J(_objectSpread$J({}, restProps), {}, {
|
|
1532
1532
|
ref: ref,
|
|
1533
1533
|
value: normalized,
|
|
1534
1534
|
className: clsx('utrecht-iban-data', className),
|
|
@@ -1541,14 +1541,14 @@ IBANData.displayName = 'IBANData';
|
|
|
1541
1541
|
var css_248z$z = ".utrecht-icon{block-size:var(--utrecht-icon-size);color:var(--utrecht-icon-color);display:inline-block;font-size:var(--utrecht-icon-size);inline-size:var(--utrecht-icon-size);inset-block-start:var(--utrecht-icon-inset-block-start,0);position:relative}.utrecht-icon svg{height:100%;pointer-events:none;width:100%}";
|
|
1542
1542
|
styleInject(css_248z$z);
|
|
1543
1543
|
|
|
1544
|
-
var _excluded$
|
|
1545
|
-
function ownKeys$
|
|
1546
|
-
function _objectSpread$
|
|
1544
|
+
var _excluded$H = ["children", "className"];
|
|
1545
|
+
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; }
|
|
1546
|
+
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; }
|
|
1547
1547
|
var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
1548
1548
|
var children = _ref.children,
|
|
1549
1549
|
className = _ref.className,
|
|
1550
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
1551
|
-
return jsx("span", _objectSpread$
|
|
1550
|
+
restProps = _objectWithoutProperties(_ref, _excluded$H);
|
|
1551
|
+
return jsx("span", _objectSpread$I(_objectSpread$I({
|
|
1552
1552
|
"aria-hidden": "true",
|
|
1553
1553
|
ref: ref,
|
|
1554
1554
|
className: clsx('utrecht-icon', className)
|
|
@@ -1561,16 +1561,16 @@ Icon.displayName = 'Icon';
|
|
|
1561
1561
|
var css_248z$y = ".utrecht-index-char-nav{--utrecht-button-padding-inline-start:1ch;--utrecht-button-padding-inline-end:1ch;display:flex;flex-wrap:wrap;gap:var(--utrecht-index-char-nav-gap);margin-block-end:var(--utrecht-index-char-nav-margin-block-end);margin-block-start:var(--utrecht-index-char-nav-margin-block-start)}.utrecht-index-char-nav__link--current{--utrecht-button-primary-action-font-weight:var(--utrecht-index-char-nav-link-current-font-weight);--utrecht-button-link-primary-action-font-weight:var(--utrecht-index-char-nav-link-current-font-weight)}.utrecht-index-char-nav__link--disabled{pointer-events:none}";
|
|
1562
1562
|
styleInject(css_248z$y);
|
|
1563
1563
|
|
|
1564
|
-
var _excluded$
|
|
1565
|
-
function ownKeys$
|
|
1566
|
-
function _objectSpread$
|
|
1564
|
+
var _excluded$G = ["component", "currentChar", "characters", "onLinkClick", "Link"];
|
|
1565
|
+
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; }
|
|
1566
|
+
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; }
|
|
1567
1567
|
var IndexCharNav = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
1568
1568
|
var component = _ref.component,
|
|
1569
1569
|
currentChar = _ref.currentChar,
|
|
1570
1570
|
characters = _ref.characters,
|
|
1571
1571
|
onLinkClick = _ref.onLinkClick,
|
|
1572
1572
|
Link = _ref.Link,
|
|
1573
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
1573
|
+
restProps = _objectWithoutProperties(_ref, _excluded$G);
|
|
1574
1574
|
var LinkComponent = Link ? Link : ButtonLink;
|
|
1575
1575
|
var links = [];
|
|
1576
1576
|
if (component === 'button') {
|
|
@@ -1578,7 +1578,7 @@ var IndexCharNav = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
1578
1578
|
var _char = _ref2["char"],
|
|
1579
1579
|
disabled = _ref2.disabled;
|
|
1580
1580
|
var current = currentChar === _char;
|
|
1581
|
-
return /*#__PURE__*/createElement(Button, _objectSpread$
|
|
1581
|
+
return /*#__PURE__*/createElement(Button, _objectSpread$H(_objectSpread$H({}, restProps), {}, {
|
|
1582
1582
|
className: clsx({
|
|
1583
1583
|
'utrecht-index-char-nav__link--current': current
|
|
1584
1584
|
}),
|
|
@@ -1605,7 +1605,7 @@ var IndexCharNav = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
1605
1605
|
'utrecht-index-char-nav__link--disabled': disabled,
|
|
1606
1606
|
'utrecht-button-link--placeholder': disabled
|
|
1607
1607
|
});
|
|
1608
|
-
return jsx(LinkComponent, _objectSpread$
|
|
1608
|
+
return jsx(LinkComponent, _objectSpread$H(_objectSpread$H({
|
|
1609
1609
|
ref: ref,
|
|
1610
1610
|
appearance: Link ? undefined : current ? 'primary-action-button' : 'secondary-action-button',
|
|
1611
1611
|
href: href,
|
|
@@ -1635,14 +1635,14 @@ IndexCharNav.displayName = 'IndexCharNav';
|
|
|
1635
1635
|
var css_248z$x = ".utrecht-img{height:auto;width:auto}.utrecht-img--photo,.utrecht-img--scale-down{max-height:100%;max-width:100%}";
|
|
1636
1636
|
styleInject(css_248z$x);
|
|
1637
1637
|
|
|
1638
|
-
var _excluded$
|
|
1639
|
-
function ownKeys$
|
|
1640
|
-
function _objectSpread$
|
|
1638
|
+
var _excluded$F = ["className", "photo"];
|
|
1639
|
+
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; }
|
|
1640
|
+
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; }
|
|
1641
1641
|
var Image = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
1642
1642
|
var className = _ref.className,
|
|
1643
1643
|
photo = _ref.photo,
|
|
1644
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
1645
|
-
return jsx("img", _objectSpread$
|
|
1644
|
+
restProps = _objectWithoutProperties(_ref, _excluded$F);
|
|
1645
|
+
return jsx("img", _objectSpread$G(_objectSpread$G({}, restProps), {}, {
|
|
1646
1646
|
ref: ref,
|
|
1647
1647
|
className: clsx('utrecht-img', {
|
|
1648
1648
|
'utrecht-img--photo': photo
|
|
@@ -1657,9 +1657,9 @@ styleInject(css_248z$w);
|
|
|
1657
1657
|
var css_248z$v = ".utrecht-link-button{--utrecht-icon-size:var(--utrecht-link-icon-size,1em);--_utrecht-link-forced-colors-color:linktext;--utrecht-icon-size:var(--utrecht-button-icon-size,1em);align-items:center;color:var(--_utrecht-link-state-color,var(--utrecht-link-color,var(--_utrecht-link-forced-colors-color)));cursor:pointer;display:inline-flex;font-family:var(--utrecht-button-font-family,var(--utrecht-document-font-family));font-size:var(--utrecht-button-font-size,var(--utrecht-document-font-family));font-weight:var(--utrecht-button-font-weight);gap:var(--utrecht-button-icon-gap);inline-size:var(--utrecht-button-inline-size,auto);justify-content:center;line-height:inherit;min-block-size:var(--utrecht-button-min-block-size,44px);min-inline-size:var(--utrecht-button-min-inline-size,44px);padding-block-end:var(--utrecht-button-padding-block-end);padding-block-start:var(--utrecht-button-padding-block-start);padding-inline-end:var(--utrecht-button-padding-inline-end);padding-inline-start:var(--utrecht-button-padding-inline-start);text-decoration-color:var(--_utrecht-link-state-text-decoration-color,var(--utrecht-link-text-decoration-color,currentColor));text-decoration-line:var(--_utrecht-link-state-text-decoration,var(--utrecht-link-text-decoration,underline));text-decoration-skip-ink:all;text-decoration-thickness:max(var(--_utrecht-link-state-text-decoration-thickness,var(--utrecht-link-text-decoration-thickness)),1px);text-transform:var(--utrecht-button-text-transform);text-underline-offset:var(--utrecht-link-text-underline-offset);-webkit-user-select:none;user-select:none}.utrecht-link-button--hover,.utrecht-link-button--html-button:not(:disabled):hover{--_utrecht-link-forced-colors-color:linktext;--_utrecht-link-state-color:var(--utrecht-link-hover-color);--_utrecht-link-state-text-decoration:var(--utrecht-link-hover-text-decoration);--_utrecht-link-state-text-decoration-thickness:var(--utrecht-link-hover-text-decoration-thickness);text-decoration-skip:none;text-decoration-skip-ink:none}.utrecht-link-button--disabled{--_utrecht-link-forced-colors-color:GrayText;--_utrecht-link-state-color:var(--utrecht-link-placeholder-color);cursor:var(--utrecht-action-disabled-cursor,not-allowed);font-weight:var(--utrecht-link-placeholder-font-weight);text-decoration-line:none}.utrecht-link-button--focus,.utrecht-link-button--html-button:not(:disabled):focus{--_utrecht-link-state-color:var(--utrecht-link-focus-color);--_utrecht-link-state-text-decoration:var(--utrecht-link-focus-text-decoration);--_utrecht-link-state-text-decoration-thickness:var(--utrecht-link-focus-text-decoration-thickness);text-decoration-skip:none;background-color:var(--utrecht-link-focus-background-color,transparent);text-decoration-skip-ink:none}.utrecht-link-button--focus-visible,.utrecht-link-button--html-button:focus-visible{--_utrecht-focus-ring-box-shadow:0 0 0 var(--utrecht-focus-outline-width,0) var(--utrecht-focus-inverse-outline-color,transparent);box-shadow:var(--_utrecht-focus-ring-box-shadow);outline-color:var(--utrecht-focus-outline-color,revert);outline-offset:var(--utrecht-focus-outline-offset,revert);outline-style:var(--utrecht-focus-outline-style,revert);outline-width:var(--utrecht-focus-outline-width,revert);z-index:var(--utrecht-stack-focus-z-index,1)}.utrecht-link-button--active,.utrecht-link-button--html-button:not(:disabled):active{--_utrecht-link-forced-colors-color:activetext;--_utrecht-link-state-color:var(--utrecht-link-active-color)}.utrecht-link-button--inline{--utrecht-icon-inset-block-start:var(--utrecht-icon-baseline-inset-block-start);min-block-size:auto;min-inline-size:auto;padding-block-end:0;padding-block-start:0;padding-inline-end:0;padding-inline-start:0}.utrecht-link-button--pressed{--_utrecht-link-forced-colors-color:activetext;--_utrecht-link-state-color:var(--utrecht-link-active-color)}.utrecht-link-button--html-button{background-color:transparent;border-width:0}";
|
|
1658
1658
|
styleInject(css_248z$v);
|
|
1659
1659
|
|
|
1660
|
-
var _excluded$
|
|
1661
|
-
function ownKeys$
|
|
1662
|
-
function _objectSpread$
|
|
1660
|
+
var _excluded$E = ["children", "disabled", "inline", "className", "pressed", "type"];
|
|
1661
|
+
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; }
|
|
1662
|
+
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; }
|
|
1663
1663
|
var LinkButton = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
1664
1664
|
var children = _ref.children,
|
|
1665
1665
|
disabled = _ref.disabled,
|
|
@@ -1667,8 +1667,8 @@ var LinkButton = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
1667
1667
|
className = _ref.className,
|
|
1668
1668
|
pressed = _ref.pressed,
|
|
1669
1669
|
type = _ref.type,
|
|
1670
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
1671
|
-
return jsx("button", _objectSpread$
|
|
1670
|
+
restProps = _objectWithoutProperties(_ref, _excluded$E);
|
|
1671
|
+
return jsx("button", _objectSpread$F(_objectSpread$F({
|
|
1672
1672
|
ref: ref,
|
|
1673
1673
|
"aria-pressed": typeof pressed === 'boolean' ? pressed : undefined,
|
|
1674
1674
|
className: clsx('utrecht-link-button', 'utrecht-link-button--html-button', {
|
|
@@ -1687,18 +1687,18 @@ LinkButton.displayName = 'LinkButton';
|
|
|
1687
1687
|
var css_248z$u = ".utrecht-link-list,.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,.utrecht-link-list>li{list-style:none}.utrecht-link-list{--utrecht-link-text-decoration:none;--utrecht-link-hover-text-decoration:underline;--utrecht-link-focus-text-decoration:underline;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))}.utrecht-link-list--distanced{--utrecht-space-around:1}.utrecht-link-list__item{--utrecht-icon-size:var(--utrecht-link-list-icon-size);--utrecht-link-icon-size:var(--utrecht-link-list-icon-size);--utrecht-icon-inset-block-start:var(--utrecht-link-list-icon-inset-block-start);display:block;font-weight:var(--utrecht-link-list-item-font-weight)}.utrecht-link-list__item+.utrecht-link-list__item{margin-block-start:var(--utrecht-link-list-item-margin-block-start)}.utrecht-link-list__link{align-items:baseline;column-gap:var(--utrecht-link-list-item-column-gap);display:inline-flex}";
|
|
1688
1688
|
styleInject(css_248z$u);
|
|
1689
1689
|
|
|
1690
|
-
var _excluded$
|
|
1690
|
+
var _excluded$D = ["className", "icon", "children"],
|
|
1691
1691
|
_excluded2$4 = ["children", "icon", "links", "className"];
|
|
1692
|
-
function ownKeys$
|
|
1693
|
-
function _objectSpread$
|
|
1692
|
+
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; }
|
|
1693
|
+
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; }
|
|
1694
1694
|
var LinkListLink = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
1695
1695
|
var className = _ref.className,
|
|
1696
1696
|
icon = _ref.icon,
|
|
1697
1697
|
children = _ref.children,
|
|
1698
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
1698
|
+
restProps = _objectWithoutProperties(_ref, _excluded$D);
|
|
1699
1699
|
return jsx("li", {
|
|
1700
1700
|
className: clsx('utrecht-link-list__item', className),
|
|
1701
|
-
children: jsxs(Link, _objectSpread$
|
|
1701
|
+
children: jsxs(Link, _objectSpread$E(_objectSpread$E({
|
|
1702
1702
|
className: "utrecht-link-list__link"
|
|
1703
1703
|
}, restProps), {}, {
|
|
1704
1704
|
ref: ref,
|
|
@@ -1716,12 +1716,12 @@ var LinkList = /*#__PURE__*/forwardRef(function (_ref2, ref) {
|
|
|
1716
1716
|
links = _ref2.links,
|
|
1717
1717
|
className = _ref2.className,
|
|
1718
1718
|
restProps = _objectWithoutProperties(_ref2, _excluded2$4);
|
|
1719
|
-
return jsxs("ul", _objectSpread$
|
|
1719
|
+
return jsxs("ul", _objectSpread$E(_objectSpread$E({
|
|
1720
1720
|
ref: ref,
|
|
1721
1721
|
className: clsx('utrecht-link-list', 'utrecht-link-list--html-ul', className)
|
|
1722
1722
|
}, restProps), {}, {
|
|
1723
1723
|
children: [children, Array.isArray(links) && links.map(function (linkProps, index) {
|
|
1724
|
-
return jsx(LinkListLink, _objectSpread$
|
|
1724
|
+
return jsx(LinkListLink, _objectSpread$E({
|
|
1725
1725
|
icon: typeof icon === 'function' ? icon() : undefined
|
|
1726
1726
|
}, linkProps), index);
|
|
1727
1727
|
})]
|
|
@@ -1732,15 +1732,15 @@ LinkList.displayName = 'LinkList';
|
|
|
1732
1732
|
var css_248z$t = ".utrecht-link-social{--utrecht-icon-size:var(--utrecht-link-social-icon-size);--utrecht-icon-color:currentColor;align-items:center;background-color:var(--utrecht-link-social-background-color);block-size:var(--utrecht-link-social-size);border-color:var(--utrecht-link-social-border-color);border-radius:50%;border-style:solid;border-width:var(--utrecht-link-social-border-width);color:var(--utrecht-link-social-color);display:inline-flex;inline-size:var(--utrecht-link-social-size);justify-content:center}.utrecht-link-social--hover,.utrecht-link-social:hover{background-color:var(--utrecht-link-social-hover-background-color,var(--utrecht-link-social-background-color));color:var(--utrecht-link-social-hover-color,var(--utrecht-link-social-color));transform:var(--utrecht-link-social-hover-transform-scale)}.utrecht-link-social--focus-visible,.utrecht-link-social:focus-visible{--_utrecht-focus-ring-box-shadow:0 0 0 var(--utrecht-focus-outline-width,0) var(--utrecht-focus-inverse-outline-color,transparent);box-shadow:var(--_utrecht-focus-ring-box-shadow);outline-color:var(--utrecht-focus-outline-color,revert);outline-offset:var(--utrecht-focus-outline-offset,revert);outline-style:var(--utrecht-focus-outline-style,revert);outline-width:var(--utrecht-focus-outline-width,revert)}.utrecht-link-social--distanced{margin-inline-start:var(--utrecht-link-social-margin-inline-start)}";
|
|
1733
1733
|
styleInject(css_248z$t);
|
|
1734
1734
|
|
|
1735
|
-
var _excluded$
|
|
1736
|
-
function ownKeys$
|
|
1737
|
-
function _objectSpread$
|
|
1735
|
+
var _excluded$C = ["children", "className", "external"];
|
|
1736
|
+
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; }
|
|
1737
|
+
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; }
|
|
1738
1738
|
var LinkSocial = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
1739
1739
|
var children = _ref.children,
|
|
1740
1740
|
className = _ref.className,
|
|
1741
1741
|
external = _ref.external,
|
|
1742
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
1743
|
-
return jsx("a", _objectSpread$
|
|
1742
|
+
restProps = _objectWithoutProperties(_ref, _excluded$C);
|
|
1743
|
+
return jsx("a", _objectSpread$D(_objectSpread$D({}, restProps), {}, {
|
|
1744
1744
|
ref: ref,
|
|
1745
1745
|
className: clsx('utrecht-link-social', className),
|
|
1746
1746
|
rel: external !== false ? 'external noopener noreferrer' : undefined,
|
|
@@ -1752,11 +1752,11 @@ LinkSocial.displayName = 'LinkSocial';
|
|
|
1752
1752
|
var css_248z$s = ".utrecht-listbox{--utrecht-listbox-max-block-size:300px;background-color:var(--utrecht-listbox-background-color);border-color:var(--utrecht-listbox-border-color);border-radius:var(--utrecht-listbox-border-radius);border-style:solid;border-width:var(--utrecht-listbox-border-width);box-sizing:border-box;cursor:default;display:flex;flex-direction:column;inline-size:var(--utrecht-listbox-inline-size,var(--utrecht-form-input-max-inline-size));max-block-size:var(--utrecht-listbox-max-block-size);min-block-size:1em;overflow-block:auto;overflow-y:auto;padding-block-end:var(--utrecht-listbox-padding-block-end);padding-block-start:var(--utrecht-listbox-padding-block-start);padding-inline-end:var(--utrecht-listbox-padding-inline-end);padding-inline-start:var(--utrecht-listbox-padding-inline-start);-webkit-user-select:none;user-select:none}@media (forced-colors:active){.utrecht-listbox{--utrecht-listbox-option-selected-background-color:Highlight;--utrecht-listbox-option-selected-color:HighlightText;--utrecht-listbox-option-disabled-background-color:field;--utrecht-listbox-option-disabled-color:GrayText;background-color:field;color:fieldtext}}.utrecht-listbox--focus-visible{--_utrecht-focus-ring-box-shadow:0 0 0 var(--utrecht-focus-outline-width,0) var(--utrecht-focus-inverse-outline-color,transparent);box-shadow:var(--_utrecht-focus-ring-box-shadow);outline-color:var(--utrecht-focus-outline-color,revert);outline-offset:var(--utrecht-focus-outline-offset,revert);outline-style:var(--utrecht-focus-outline-style,revert);outline-width:var(--utrecht-focus-outline-width,revert)}.utrecht-listbox__group,.utrecht-listbox__list{margin-block-end:0;margin-block-start:0;margin-inline-end:0;margin-inline-start:0;padding-inline-start:0}.utrecht-listbox__group{margin-block-end:var(--utrecht-listbox-option-group-margin-block-end)}.utrecht-listbox__group-label{color:var(--utrecht-listbox-option-group-label-color);font-size:var(--utrecht-listbox-option-group-label-font-size);font-weight:var(--utrecht-listbox-option-group-label-font-weight);line-height:var(--utrecht-listbox-option-group-label-line-height);margin-inline-start:var(--utrecht-listbox-option-group-label-margin-inline-start)}@media (forced-colors:active){.utrecht-listbox__group-label{background-color:field;color:fieldtext}}.utrecht-listbox__option{--utrecht-icon-size:var(--utrecht-listbox-option-icon-size,16px);align-items:center;background-color:var(--utrecht-listbox-option-background-color);box-sizing:border-box;color:var(--utrecht-listbox-option-color);display:flex;list-style:none;min-block-size:var(--utrecht-listbox-option-min-block-size,var(--utrecht-pointer-target-min-size,24px));padding-block-end:var(--utrecht-listbox-option-padding-block-end);padding-block-start:var(--utrecht-listbox-option-padding-block-start);padding-inline-end:var(--utrecht-listbox-option-padding-inline-end);padding-inline-start:var(--utrecht-listbox-option-padding-inline-start)}@media (forced-colors:active){.utrecht-listbox__option{forced-color-adjust:none}}.utrecht-listbox__option--disabled{background-color:var(--utrecht-listbox-option-disabled-background-color);color:var(--utrecht-listbox-option-disabled-color)}.utrecht-listbox__option--hover{background-color:var(--utrecht-listbox-option-hover-background-color,var(--utrecht-listbox-option-color));color:var(--utrecht-listbox-option-hover-color,var(--utrecht-listbox-option-color))}.utrecht-listbox__option--focus{background-color:var(--utrecht-listbox-option-focus-background-color,var(--utrecht-listbox-option-color));color:var(--utrecht-listbox-option-focus-color,var(--utrecht-listbox-option-color))}.utrecht-listbox__option--focus-visible{--_utrecht-focus-ring-box-shadow:0 0 0 var(--utrecht-focus-outline-width,0) var(--utrecht-focus-inverse-outline-color,transparent);--utrecht-focus-outline-offset:calc(var(--utrecht-focus-outline-width)*-1);box-shadow:var(--_utrecht-focus-ring-box-shadow);outline-color:var(--utrecht-focus-outline-color,revert);outline-offset:var(--utrecht-focus-outline-offset,revert);outline-style:var(--utrecht-focus-outline-style,revert);outline-width:var(--utrecht-focus-outline-width,revert)}.utrecht-listbox__option--active{background-color:var(--utrecht-listbox-option-is-active-background-color);color:var(--utrecht-listbox-option-is-active-color);font-weight:var(--utrecht-listbox-option-is-active-font-weight)}.utrecht-listbox__option--selected{background-color:var(--utrecht-listbox-option-selected-background-color);color:var(--utrecht-listbox-option-selected-color)}.utrecht-listbox__option--html-li{list-style:none}.utrecht-listbox__option--html-li:hover{background-color:var(--utrecht-listbox-option-hover-background-color,var(--utrecht-listbox-option-color));color:var(--utrecht-listbox-option-hover-color,var(--utrecht-listbox-option-color))}.utrecht-listbox__option--html-li:focus{background-color:var(--utrecht-listbox-option-focus-background-color,var(--utrecht-listbox-option-color));color:var(--utrecht-listbox-option-focus-color,var(--utrecht-listbox-option-color))}.utrecht-listbox--disabled{cursor:var(--utrecht-action-disabled-cursor,not-allowed)}@media (forced-colors:active){.utrecht-listbox--disabled{--utrecht-listbox-option-selected-background-color:GrayText;--utrecht-listbox-option-selected-color:field;--utrecht-listbox-option-background-color:field;--utrecht-listbox-option-color:GrayText;--utrecht-listbox-background-color:field;--utrecht-listbox-color:GrayText}}.utrecht-listbox--html-div:focus-visible{--_utrecht-focus-ring-box-shadow:0 0 0 var(--utrecht-focus-outline-width,0) var(--utrecht-focus-inverse-outline-color,transparent);box-shadow:var(--_utrecht-focus-ring-box-shadow);outline-color:var(--utrecht-focus-outline-color,revert);outline-offset:var(--utrecht-focus-outline-offset,revert);outline-style:var(--utrecht-focus-outline-style,revert);outline-width:var(--utrecht-focus-outline-width,revert)}";
|
|
1753
1753
|
styleInject(css_248z$s);
|
|
1754
1754
|
|
|
1755
|
-
var _excluded$
|
|
1755
|
+
var _excluded$B = ["children", "className", "disabled", "invalid", "multiple", "readOnly", "required"],
|
|
1756
1756
|
_excluded2$3 = ["children", "label"],
|
|
1757
1757
|
_excluded3 = ["active", "className", "disabled", "selected"];
|
|
1758
|
-
function ownKeys$
|
|
1759
|
-
function _objectSpread$
|
|
1758
|
+
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; }
|
|
1759
|
+
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; }
|
|
1760
1760
|
var Listbox = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
1761
1761
|
var children = _ref.children,
|
|
1762
1762
|
className = _ref.className,
|
|
@@ -1765,8 +1765,8 @@ var Listbox = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
1765
1765
|
multiple = _ref.multiple,
|
|
1766
1766
|
readOnly = _ref.readOnly,
|
|
1767
1767
|
required = _ref.required,
|
|
1768
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
1769
|
-
return jsx("div", _objectSpread$
|
|
1768
|
+
restProps = _objectWithoutProperties(_ref, _excluded$B);
|
|
1769
|
+
return jsx("div", _objectSpread$C(_objectSpread$C({
|
|
1770
1770
|
className: clsx('utrecht-listbox', 'utrecht-listbox--html-div', {
|
|
1771
1771
|
'utrecht-listbox--disabled': disabled,
|
|
1772
1772
|
'utrecht-listbox--invalid': invalid,
|
|
@@ -1793,7 +1793,7 @@ var ListboxOptionGroup = /*#__PURE__*/forwardRef(function (_ref2, ref) {
|
|
|
1793
1793
|
label = _ref2.label,
|
|
1794
1794
|
restProps = _objectWithoutProperties(_ref2, _excluded2$3);
|
|
1795
1795
|
var id = useId();
|
|
1796
|
-
return jsxs("li", _objectSpread$
|
|
1796
|
+
return jsxs("li", _objectSpread$C(_objectSpread$C({
|
|
1797
1797
|
className: "utrecht-listbox__group",
|
|
1798
1798
|
role: "group",
|
|
1799
1799
|
"aria-labelledby": id
|
|
@@ -1815,7 +1815,7 @@ var ListboxOption = /*#__PURE__*/forwardRef(function (_ref3, ref) {
|
|
|
1815
1815
|
disabled = _ref3.disabled,
|
|
1816
1816
|
selected = _ref3.selected,
|
|
1817
1817
|
restProps = _objectWithoutProperties(_ref3, _excluded3);
|
|
1818
|
-
return jsx("li", _objectSpread$
|
|
1818
|
+
return jsx("li", _objectSpread$C(_objectSpread$C({
|
|
1819
1819
|
className: clsx('utrecht-listbox__option', 'utrecht-listbox__option--html-li', {
|
|
1820
1820
|
'utrecht-listbox__option--active': active,
|
|
1821
1821
|
'utrecht-listbox__option--disabled': disabled,
|
|
@@ -1852,14 +1852,14 @@ var ListSocialItem = function ListSocialItem(_ref2) {
|
|
|
1852
1852
|
var css_248z$q = ".utrecht-logo{display:block;max-block-size:var(--utrecht-logo-max-block-size,192px);max-inline-size:var(--utrecht-logo-max-inline-size,96px);min-block-size:var(--utrecht-logo-min-block-size);min-inline-size:var(--utrecht-logo-min-inline-size)}.utrecht-logo>*{block-size:100%;display:inline-block;inline-size:auto}";
|
|
1853
1853
|
styleInject(css_248z$q);
|
|
1854
1854
|
|
|
1855
|
-
var _excluded$
|
|
1856
|
-
function ownKeys$
|
|
1857
|
-
function _objectSpread$
|
|
1855
|
+
var _excluded$A = ["children", "className"];
|
|
1856
|
+
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; }
|
|
1857
|
+
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; }
|
|
1858
1858
|
var Logo = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
1859
1859
|
var children = _ref.children,
|
|
1860
1860
|
className = _ref.className,
|
|
1861
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
1862
|
-
return jsx("div", _objectSpread$
|
|
1861
|
+
restProps = _objectWithoutProperties(_ref, _excluded$A);
|
|
1862
|
+
return jsx("div", _objectSpread$B(_objectSpread$B({
|
|
1863
1863
|
ref: ref,
|
|
1864
1864
|
className: clsx('utrecht-logo', className)
|
|
1865
1865
|
}, restProps), {}, {
|
|
@@ -1868,11 +1868,11 @@ var Logo = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
1868
1868
|
});
|
|
1869
1869
|
Logo.displayName = 'Logo';
|
|
1870
1870
|
|
|
1871
|
-
function ownKeys$
|
|
1872
|
-
function _objectSpread$
|
|
1871
|
+
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; }
|
|
1872
|
+
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; }
|
|
1873
1873
|
var LogoImage = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
1874
1874
|
var restProps = _extends({}, (_objectDestructuringEmpty(_ref), _ref));
|
|
1875
|
-
return jsxs("svg", _objectSpread$
|
|
1875
|
+
return jsxs("svg", _objectSpread$A(_objectSpread$A({
|
|
1876
1876
|
width: "192",
|
|
1877
1877
|
height: "100",
|
|
1878
1878
|
viewBox: "0 0 192 100",
|
|
@@ -1969,14 +1969,14 @@ LogoImage.displayName = 'LogoImage';
|
|
|
1969
1969
|
var css_248z$p = ".utrecht-mark{background-color:var(--utrecht-mark-background-color,revert);color:var(--utrecht-mark-color,revert)}@media print{.utrecht-mark{outline-color:currentColor;outline-style:dotted;outline-width:.1em}}@media screen and (-ms-high-contrast:active){.utrecht-mark{background-color:Highlight;color:HighlightText}}.utrecht-mark--print{outline-color:currentColor;outline-style:dotted;outline-width:.1em}.utrecht-mark--windows-high-contrast{background-color:Highlight;color:HighlightText}";
|
|
1970
1970
|
styleInject(css_248z$p);
|
|
1971
1971
|
|
|
1972
|
-
var _excluded$
|
|
1973
|
-
function ownKeys$
|
|
1974
|
-
function _objectSpread$
|
|
1972
|
+
var _excluded$z = ["children", "className"];
|
|
1973
|
+
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; }
|
|
1974
|
+
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; }
|
|
1975
1975
|
var Mark = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
1976
1976
|
var children = _ref.children,
|
|
1977
1977
|
className = _ref.className,
|
|
1978
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
1979
|
-
return jsx("mark", _objectSpread$
|
|
1978
|
+
restProps = _objectWithoutProperties(_ref, _excluded$z);
|
|
1979
|
+
return jsx("mark", _objectSpread$z(_objectSpread$z({
|
|
1980
1980
|
ref: ref,
|
|
1981
1981
|
className: clsx('utrecht-mark', className)
|
|
1982
1982
|
}, restProps), {}, {
|
|
@@ -1988,14 +1988,14 @@ Mark.displayName = 'Mark';
|
|
|
1988
1988
|
var css_248z$o = ".utrecht-multiline-data{white-space-collapse:preserve-breaks;white-space:pre-line}.utrecht-multiline-data--html-pre{font-family:inherit;margin-block-end:0;margin-block-start:0}";
|
|
1989
1989
|
styleInject(css_248z$o);
|
|
1990
1990
|
|
|
1991
|
-
var _excluded$
|
|
1992
|
-
function ownKeys$
|
|
1993
|
-
function _objectSpread$
|
|
1991
|
+
var _excluded$y = ["children", "className"];
|
|
1992
|
+
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; }
|
|
1993
|
+
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; }
|
|
1994
1994
|
var MultilineData = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
1995
1995
|
var children = _ref.children,
|
|
1996
1996
|
className = _ref.className,
|
|
1997
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
1998
|
-
return jsx("pre", _objectSpread$
|
|
1997
|
+
restProps = _objectWithoutProperties(_ref, _excluded$y);
|
|
1998
|
+
return jsx("pre", _objectSpread$y(_objectSpread$y({
|
|
1999
1999
|
ref: ref,
|
|
2000
2000
|
className: clsx('utrecht-multiline-data', 'utrecht-multiline-data--html-pre', className)
|
|
2001
2001
|
}, restProps), {}, {
|
|
@@ -2025,10 +2025,10 @@ NavBar.displayName = 'NavBar';
|
|
|
2025
2025
|
var css_248z$m = ".utrecht-nav-list{align-items:stretch;display:flex;flex-direction:row;flex-wrap:wrap;inline-size:100%;justify-content:start;margin-block-end:0;margin-block-start:0;margin-inline-end:0;margin-inline-start:0;padding-inline-start:0}.utrecht-nav-list--center>*{flex:1 1 0;justify-content:center}.utrecht-nav-list__item{display:inline-flex;list-style:none}.utrecht-nav-list__link{font-weight:var(--utrecht-nav-list-link-font-weight);max-inline-size:var(--utrecht-nav-bar-link-max-inline-size,30ch);padding-block-end:var(--utrecht-nav-bar-link-padding-block-end);padding-block-start:var(--utrecht-nav-bar-link-padding-block-start);padding-inline-end:var(--utrecht-nav-bar-link-padding-inline-end);padding-inline-start:var(--utrecht-nav-bar-link-padding-inline-start);text-decoration:none}";
|
|
2026
2026
|
styleInject(css_248z$m);
|
|
2027
2027
|
|
|
2028
|
-
var _excluded$
|
|
2028
|
+
var _excluded$x = ["center", "children"],
|
|
2029
2029
|
_excluded2$2 = ["center", "children"];
|
|
2030
|
-
function ownKeys$
|
|
2031
|
-
function _objectSpread$
|
|
2030
|
+
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; }
|
|
2031
|
+
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; }
|
|
2032
2032
|
var NavList = function NavList(_ref) {
|
|
2033
2033
|
var appearance = _ref.appearance,
|
|
2034
2034
|
children = _ref.children;
|
|
@@ -2044,12 +2044,12 @@ NavList.displayName = 'NavList';
|
|
|
2044
2044
|
var NavListLink = function NavListLink(_ref2) {
|
|
2045
2045
|
var center = _ref2.center,
|
|
2046
2046
|
children = _ref2.children,
|
|
2047
|
-
restProps = _objectWithoutProperties(_ref2, _excluded$
|
|
2047
|
+
restProps = _objectWithoutProperties(_ref2, _excluded$x);
|
|
2048
2048
|
return jsx("li", {
|
|
2049
2049
|
className: clsx('utrecht-nav-list__item', {
|
|
2050
2050
|
'utrecht-nav-list__item--center': center
|
|
2051
2051
|
}),
|
|
2052
|
-
children: jsx(Link, _objectSpread$
|
|
2052
|
+
children: jsx(Link, _objectSpread$x(_objectSpread$x({
|
|
2053
2053
|
className: "utrecht-nav-list__link"
|
|
2054
2054
|
}, restProps), {}, {
|
|
2055
2055
|
children: children
|
|
@@ -2065,7 +2065,7 @@ var NavListLinkButton = function NavListLinkButton(_ref3) {
|
|
|
2065
2065
|
className: clsx('utrecht-nav-list__item', {
|
|
2066
2066
|
'utrecht-nav-list__item--center': center
|
|
2067
2067
|
}),
|
|
2068
|
-
children: jsx(LinkButton, _objectSpread$
|
|
2068
|
+
children: jsx(LinkButton, _objectSpread$x(_objectSpread$x({
|
|
2069
2069
|
className: "utrecht-nav-list__link"
|
|
2070
2070
|
}, restProps), {}, {
|
|
2071
2071
|
children: children
|
|
@@ -2077,15 +2077,15 @@ NavListLinkButton.displayName = 'NavListLinkButton';
|
|
|
2077
2077
|
var css_248z$l = ".utrecht-number-data{font-variant-numeric:lining-nums tabular-nums}.utrecht-number-data--positive{color:var(--utrecht-number-data-positive-color)}.utrecht-number-data--negative{color:var(--utrecht-number-data-negative-color)}";
|
|
2078
2078
|
styleInject(css_248z$l);
|
|
2079
2079
|
|
|
2080
|
-
var _excluded$
|
|
2081
|
-
function ownKeys$
|
|
2082
|
-
function _objectSpread$
|
|
2080
|
+
var _excluded$w = ["children", "className", "value"];
|
|
2081
|
+
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; }
|
|
2082
|
+
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; }
|
|
2083
2083
|
var NumberData = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
2084
2084
|
var children = _ref.children,
|
|
2085
2085
|
className = _ref.className,
|
|
2086
2086
|
value = _ref.value,
|
|
2087
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
2088
|
-
return jsx("data", _objectSpread$
|
|
2087
|
+
restProps = _objectWithoutProperties(_ref, _excluded$w);
|
|
2088
|
+
return jsx("data", _objectSpread$w(_objectSpread$w({
|
|
2089
2089
|
value: typeof value === 'string' || typeof value === 'number' ? String(value) : undefined
|
|
2090
2090
|
}, restProps), {}, {
|
|
2091
2091
|
ref: ref,
|
|
@@ -2098,14 +2098,14 @@ NumberData.displayName = 'NumberData';
|
|
|
2098
2098
|
var css_248z$k = ".utrecht-ordered-list,.utrecht-ordered-list--html-content ol{box-sizing:border-box;font-family:var(--utrecht-document-font-family,inherit);font-size:var(--utrecht-ordered-list-font-size,var(--utrecht-unordered-list-font-size,var(--utrecht-document-font-size,inherit)));line-height:var(--utrecht-ordered-list-font-size,var(--utrecht-unordered-list-line-height,var(--utrecht-document-line-height,inherit)));margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-ordered-list-margin-block-end, var(--utrecht-unordered-list-margin-block-end, 0)));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-ordered-list-margin-block-start, var(--utrecht-unordered-list-margin-block-start, 0)));padding-inline-start:var(--utrecht-ordered-list-padding-inline-start,var(--utrecht-unordered-list-padding-inline-start,2ch));text-align:start}.utrecht-ordered-list--center{inline-size:max-content;margin-inline-end:auto;margin-inline-start:auto;max-inline-size:100%}.utrecht-ordered-list--distanced{--utrecht-space-around:1}.utrecht-ordered-list--arabic{list-style:arabic-indic}.utrecht-ordered-list--html-content ol>li,.utrecht-ordered-list--html-content>li,.utrecht-ordered-list__item{margin-block-end:var(--utrecht-ordered-list-item-margin-block-end,var(--utrecht-unordered-list-item-margin-block-end));margin-block-start:var(--utrecht-ordered-list-item-margin-block-start,var(--utrecht-unordered-list-item-margin-block-start));padding-inline-start:var(--utrecht-ordered-list-item-padding-inline-start,var(--utrecht-unordered-list-item-padding-inline-start,1ch))}";
|
|
2099
2099
|
styleInject(css_248z$k);
|
|
2100
2100
|
|
|
2101
|
-
var _excluded$
|
|
2102
|
-
function ownKeys$
|
|
2103
|
-
function _objectSpread$
|
|
2101
|
+
var _excluded$v = ["children", "className"];
|
|
2102
|
+
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; }
|
|
2103
|
+
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; }
|
|
2104
2104
|
var OrderedList = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
2105
2105
|
var children = _ref.children,
|
|
2106
2106
|
className = _ref.className,
|
|
2107
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
2108
|
-
return jsx("ol", _objectSpread$
|
|
2107
|
+
restProps = _objectWithoutProperties(_ref, _excluded$v);
|
|
2108
|
+
return jsx("ol", _objectSpread$v(_objectSpread$v({}, restProps), {}, {
|
|
2109
2109
|
ref: ref,
|
|
2110
2110
|
className: clsx('utrecht-ordered-list', className),
|
|
2111
2111
|
children: children
|
|
@@ -2113,14 +2113,14 @@ var OrderedList = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
2113
2113
|
});
|
|
2114
2114
|
OrderedList.displayName = 'OrderedList';
|
|
2115
2115
|
|
|
2116
|
-
var _excluded$
|
|
2117
|
-
function ownKeys$
|
|
2118
|
-
function _objectSpread$
|
|
2116
|
+
var _excluded$u = ["children", "className"];
|
|
2117
|
+
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; }
|
|
2118
|
+
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; }
|
|
2119
2119
|
var OrderedListItem = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
2120
2120
|
var children = _ref.children,
|
|
2121
2121
|
className = _ref.className,
|
|
2122
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
2123
|
-
return jsx("li", _objectSpread$
|
|
2122
|
+
restProps = _objectWithoutProperties(_ref, _excluded$u);
|
|
2123
|
+
return jsx("li", _objectSpread$u(_objectSpread$u({}, restProps), {}, {
|
|
2124
2124
|
ref: ref,
|
|
2125
2125
|
className: clsx('utrecht-ordered-list__item', className),
|
|
2126
2126
|
children: children
|
|
@@ -2131,14 +2131,14 @@ OrderedListItem.displayName = 'OrderedListItem';
|
|
|
2131
2131
|
var css_248z$j = ".utrecht-page{margin-inline-end:auto;margin-inline-start:auto;max-inline-size:calc(var(--utrecht-page-max-inline-size) - var(--utrecht-page-margin-inline-start, 0px) - var(--utrecht-page-margin-inline-end, 0px));padding-inline-end:var(--utrecht-page-margin-inline-end);padding-inline-start:var(--utrecht-page-margin-inline-start)}.utrecht-page__content{background-color:var(--utrecht-page-background-color);color:var(--utrecht-page-color);max-inline-size:var(--utrecht-page-max-inline-size)}";
|
|
2132
2132
|
styleInject(css_248z$j);
|
|
2133
2133
|
|
|
2134
|
-
var _excluded$
|
|
2135
|
-
function ownKeys$
|
|
2136
|
-
function _objectSpread$
|
|
2134
|
+
var _excluded$t = ["children", "className"];
|
|
2135
|
+
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; }
|
|
2136
|
+
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; }
|
|
2137
2137
|
var Page = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
2138
2138
|
var children = _ref.children,
|
|
2139
2139
|
className = _ref.className,
|
|
2140
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
2141
|
-
return jsx("div", _objectSpread$
|
|
2140
|
+
restProps = _objectWithoutProperties(_ref, _excluded$t);
|
|
2141
|
+
return jsx("div", _objectSpread$t(_objectSpread$t({}, restProps), {}, {
|
|
2142
2142
|
ref: ref,
|
|
2143
2143
|
className: clsx('utrecht-page', className),
|
|
2144
2144
|
children: children
|
|
@@ -2149,15 +2149,15 @@ Page.displayName = 'Page';
|
|
|
2149
2149
|
var css_248z$i = ".utrecht-page-content{padding-block-end:var(--utrecht-page-content-padding-block-end);padding-block-start:var(--utrecht-page-content-padding-block-start);padding-inline-end:var(--utrecht-page-padding-inline-end);padding-inline-start:var(--utrecht-page-padding-inline-start)}.utrecht-page-content__main{grid-area:main}.utrecht-page-content__aside{grid-area:aside}";
|
|
2150
2150
|
styleInject(css_248z$i);
|
|
2151
2151
|
|
|
2152
|
-
var _excluded$
|
|
2152
|
+
var _excluded$s = ["children", "className"],
|
|
2153
2153
|
_excluded2$1 = ["children", "className"];
|
|
2154
|
-
function ownKeys$
|
|
2155
|
-
function _objectSpread$
|
|
2154
|
+
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; }
|
|
2155
|
+
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; }
|
|
2156
2156
|
var PageContent = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
2157
2157
|
var children = _ref.children,
|
|
2158
2158
|
className = _ref.className,
|
|
2159
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
2160
|
-
return jsx("div", _objectSpread$
|
|
2159
|
+
restProps = _objectWithoutProperties(_ref, _excluded$s);
|
|
2160
|
+
return jsx("div", _objectSpread$s(_objectSpread$s({}, restProps), {}, {
|
|
2161
2161
|
ref: ref,
|
|
2162
2162
|
className: clsx('utrecht-page-content', className),
|
|
2163
2163
|
children: children
|
|
@@ -2168,7 +2168,7 @@ var PageContentMain = /*#__PURE__*/forwardRef(function (_ref2, ref) {
|
|
|
2168
2168
|
var children = _ref2.children,
|
|
2169
2169
|
className = _ref2.className,
|
|
2170
2170
|
restProps = _objectWithoutProperties(_ref2, _excluded2$1);
|
|
2171
|
-
return jsx("main", _objectSpread$
|
|
2171
|
+
return jsx("main", _objectSpread$s(_objectSpread$s({}, restProps), {}, {
|
|
2172
2172
|
ref: ref,
|
|
2173
2173
|
className: clsx('utrecht-page-content__main', className),
|
|
2174
2174
|
children: children
|
|
@@ -2179,14 +2179,14 @@ PageContentMain.displayName = 'PageContentMain';
|
|
|
2179
2179
|
var css_248z$h = ".utrecht-page-footer{--utrecht-document-color:currentColor;--utrecht-heading-color:currentColor;--utrecht-link-color:currentColor;--utrecht-link-focus-color:currentColor;--utrecht-link-hover-color:currentColor;--utrecht-link-active-color:currentColor;--utrecht-link-visited-color:currentColor;background-color:var(--utrecht-page-footer-background-color);background-image:var(--utrecht-page-footer-background-image);color:var(--utrecht-page-footer-color);font-family:var(--utrecht-document-font-family);font-size:var(--utrecht-document-font-size);padding-block-end:var(--utrecht-page-footer-padding-block-end);padding-block-start:var(--utrecht-page-footer-padding-block-start);padding-inline-end:var(--utrecht-page-footer-padding-inline-end);padding-inline-start:var(--utrecht-page-footer-padding-inline-start)}.utrecht-page-footer__address--reset-address{font-style:inherit;margin-block-end:0;margin-block-start:0}";
|
|
2180
2180
|
styleInject(css_248z$h);
|
|
2181
2181
|
|
|
2182
|
-
var _excluded$
|
|
2183
|
-
function ownKeys$
|
|
2184
|
-
function _objectSpread$
|
|
2182
|
+
var _excluded$r = ["children", "className"];
|
|
2183
|
+
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; }
|
|
2184
|
+
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; }
|
|
2185
2185
|
var PageFooter = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
2186
2186
|
var children = _ref.children,
|
|
2187
2187
|
className = _ref.className,
|
|
2188
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
2189
|
-
return jsx("footer", _objectSpread$
|
|
2188
|
+
restProps = _objectWithoutProperties(_ref, _excluded$r);
|
|
2189
|
+
return jsx("footer", _objectSpread$r(_objectSpread$r({}, restProps), {}, {
|
|
2190
2190
|
ref: ref,
|
|
2191
2191
|
className: clsx('utrecht-page-footer', className),
|
|
2192
2192
|
children: children
|
|
@@ -2197,14 +2197,14 @@ PageFooter.displayName = 'PageFooter';
|
|
|
2197
2197
|
var css_248z$g = ".utrecht-page-header{background-color:var(--utrecht-page-header-background-color);color:var(--utrecht-page-header-color);grid-area:\"utrecht-header\";padding-block-end:var(--utrecht-page-header-padding-block-end);padding-block-start:var(--utrecht-page-header-padding-block-start);padding-inline-end:var(--utrecht-page-padding-inline-end);padding-inline-start:var(--utrecht-page-padding-inline-start)}.utrecht-page-header__content{max-inline-size:var(--utrecht-page-max-inline-size)}";
|
|
2198
2198
|
styleInject(css_248z$g);
|
|
2199
2199
|
|
|
2200
|
-
var _excluded$
|
|
2201
|
-
function ownKeys$
|
|
2202
|
-
function _objectSpread$
|
|
2200
|
+
var _excluded$q = ["children", "className"];
|
|
2201
|
+
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; }
|
|
2202
|
+
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; }
|
|
2203
2203
|
var PageHeader = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
2204
2204
|
var children = _ref.children,
|
|
2205
2205
|
className = _ref.className,
|
|
2206
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
2207
|
-
return jsx("header", _objectSpread$
|
|
2206
|
+
restProps = _objectWithoutProperties(_ref, _excluded$q);
|
|
2207
|
+
return jsx("header", _objectSpread$q(_objectSpread$q({}, restProps), {}, {
|
|
2208
2208
|
ref: ref,
|
|
2209
2209
|
className: clsx('utrecht-page-header', className),
|
|
2210
2210
|
children: children
|
|
@@ -2215,16 +2215,16 @@ PageHeader.displayName = 'PageHeader';
|
|
|
2215
2215
|
var css_248z$f = ".utrecht-paragraph{color:var(--utrecht-paragraph-color,var(--utrecht-document-color,inherit));font-family:var(--utrecht-paragraph-font-family,var(--utrecht-document-font-family,inherit));font-size:var(--utrecht-paragraph-font-size,var(--utrecht-document-font-size,inherit));font-weight:var(--utrecht-paragraph-font-weight,inherit);line-height:var(--utrecht-paragraph-line-height,var(--utrecht-document-line-height,inherit));margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-paragraph-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-paragraph-margin-block-start, 0))}.utrecht-paragraph--lead{color:var(--utrecht-paragraph-lead-color,var(--utrecht-paragraph-color,var(--utrecht-document-color,inherit)));font-size:var(--utrecht-paragraph-lead-font-size,var(--utrecht-paragraph-font-size,inherit));font-weight:var(--utrecht-paragraph-lead-font-weight,var(--utrecht-paragraph-font-weight,inherit));line-height:var(--utrecht-paragraph-lead-line-height,var(--utrecht-paragraph-line-height,inherit))}.utrecht-paragraph--small{color:var(--utrecht-paragraph-small-color,var(--utrecht-paragraph-color,var(--utrecht-document-color,inherit)));font-size:var(--utrecht-paragraph-small-font-size,var(--utrecht-paragraph-font-size,inherit));font-weight:var(--utrecht-paragraph-small-font-weight,var(--utrecht-paragraph-font-weight,inherit));line-height:var(--utrecht-paragraph-small-line-height,var(--utrecht-paragraph-line-height,inherit))}.utrecht-paragraph__small{font-size:inherit}.utrecht-paragraph__b{font-weight:inherit}.utrecht-paragraph--distanced{--utrecht-space-around:1}";
|
|
2216
2216
|
styleInject(css_248z$f);
|
|
2217
2217
|
|
|
2218
|
-
var _excluded$
|
|
2219
|
-
function ownKeys$
|
|
2220
|
-
function _objectSpread$
|
|
2218
|
+
var _excluded$p = ["children", "className", "lead", "small"];
|
|
2219
|
+
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; }
|
|
2220
|
+
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; }
|
|
2221
2221
|
var Paragraph = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
2222
2222
|
var children = _ref.children,
|
|
2223
2223
|
className = _ref.className,
|
|
2224
2224
|
lead = _ref.lead,
|
|
2225
2225
|
small = _ref.small,
|
|
2226
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
2227
|
-
return jsx("p", _objectSpread$
|
|
2226
|
+
restProps = _objectWithoutProperties(_ref, _excluded$p);
|
|
2227
|
+
return jsx("p", _objectSpread$p(_objectSpread$p({}, restProps), {}, {
|
|
2228
2228
|
ref: ref,
|
|
2229
2229
|
className: clsx('utrecht-paragraph', lead && 'utrecht-paragraph--lead', small && 'utrecht-paragraph--small', className),
|
|
2230
2230
|
children: lead ? jsx("b", {
|
|
@@ -2241,14 +2241,14 @@ Paragraph.displayName = 'Paragraph';
|
|
|
2241
2241
|
var css_248z$e = ".utrecht-data-placeholder{background-color:var(--utrecht-data-placeholder-background-color,currentColor);block-size:1em;display:inline-block;inline-size:min(100%,var(--utrecht-data-placeholder-max-inline-size));max-inline-size:var(--utrecht-data-placeholder-max-inline-size);min-inline-size:var(--utrecht-data-placeholder-min-inline-size,10ch);vertical-align:-.1em}@media print{.utrecht-data-placeholder{outline-color:currentColor;outline-style:dashed;outline-width:.1em}}@media screen and (prefers-contrast:more){.utrecht-data-placeholder{background-color:var(--utrecht-data-placeholder-high-contrast-background-color,var(--utrecht-data-placeholder-background-color,currentColor))}}@media screen and (forced-colors:active){.utrecht-data-placeholder{background-color:GrayText}}.utrecht-data-placeholder--loading{cursor:var(--utrecht-action-busy-cursor,busy)}.utrecht-data-placeholder--print{outline-color:currentColor;outline-style:dashed;outline-width:.1em}.utrecht-data-placeholder--forced-colors{background-color:GrayText}.utrecht-data-placeholder--high-contrast{cursor:var(--utrecht-action-busy-cursor,busy)}";
|
|
2242
2242
|
styleInject(css_248z$e);
|
|
2243
2243
|
|
|
2244
|
-
var _excluded$
|
|
2245
|
-
function ownKeys$
|
|
2246
|
-
function _objectSpread$
|
|
2244
|
+
var _excluded$o = ["loading", "className"];
|
|
2245
|
+
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; }
|
|
2246
|
+
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; }
|
|
2247
2247
|
var DataPlaceholder = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
2248
2248
|
var loading = _ref.loading,
|
|
2249
2249
|
className = _ref.className,
|
|
2250
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
2251
|
-
return jsx("span", _objectSpread$
|
|
2250
|
+
restProps = _objectWithoutProperties(_ref, _excluded$o);
|
|
2251
|
+
return jsx("span", _objectSpread$o({
|
|
2252
2252
|
ref: ref,
|
|
2253
2253
|
className: clsx('utrecht-data-placeholder', {
|
|
2254
2254
|
'utrecht-data-placeholder--loading': loading
|
|
@@ -2260,14 +2260,14 @@ DataPlaceholder.displayName = 'DataPlaceholder';
|
|
|
2260
2260
|
var css_248z$d = ".utrecht-pre-heading{color:var(--utrecht-pre-heading-color,var(--utrecht-heading-color,var(--utrecht-document-color,inherit)));font-family:var(--utrecht-pre-heading-font-family,var(--utrecht-heading-font-family,var(--utrecht-document-font-family)));font-size:var(--utrecht-pre-heading-font-size);font-weight:var(--utrecht-pre-heading-font-weight,var(--utrecht-heading-font-weight,bold));line-height:var(--utrecht-pre-heading-line-height);margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-pre-heading-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-pre-heading-margin-block-start, 0));order:var(--utrecht-pre-heading-order,0)}.utrecht-pre-heading--distanced{--utrecht-space-around:1}";
|
|
2261
2261
|
styleInject(css_248z$d);
|
|
2262
2262
|
|
|
2263
|
-
var _excluded$
|
|
2264
|
-
function ownKeys$
|
|
2265
|
-
function _objectSpread$
|
|
2263
|
+
var _excluded$n = ["children", "className"];
|
|
2264
|
+
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; }
|
|
2265
|
+
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; }
|
|
2266
2266
|
var PreHeading = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
2267
2267
|
var children = _ref.children,
|
|
2268
2268
|
className = _ref.className,
|
|
2269
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
2270
|
-
return jsx("p", _objectSpread$
|
|
2269
|
+
restProps = _objectWithoutProperties(_ref, _excluded$n);
|
|
2270
|
+
return jsx("p", _objectSpread$n(_objectSpread$n({}, restProps), {}, {
|
|
2271
2271
|
ref: ref,
|
|
2272
2272
|
className: clsx('utrecht-pre-heading', className),
|
|
2273
2273
|
children: children
|
|
@@ -2278,29 +2278,29 @@ PreHeading.displayName = 'PreHeading';
|
|
|
2278
2278
|
var css_248z$c = ".utrecht-preserve-data{white-space-collapse:preserve-spaces;unicode-bidi:isolate}";
|
|
2279
2279
|
styleInject(css_248z$c);
|
|
2280
2280
|
|
|
2281
|
-
var _excluded$
|
|
2282
|
-
function ownKeys$
|
|
2283
|
-
function _objectSpread$
|
|
2281
|
+
var _excluded$m = ["children", "className", "dateTime", "value"];
|
|
2282
|
+
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; }
|
|
2283
|
+
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; }
|
|
2284
2284
|
var PreserveData = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
2285
2285
|
var children = _ref.children,
|
|
2286
2286
|
className = _ref.className,
|
|
2287
2287
|
dateTime = _ref.dateTime,
|
|
2288
2288
|
value = _ref.value,
|
|
2289
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
2290
|
-
var props = _objectSpread$
|
|
2289
|
+
restProps = _objectWithoutProperties(_ref, _excluded$m);
|
|
2290
|
+
var props = _objectSpread$m({
|
|
2291
2291
|
children: jsx("bdi", {
|
|
2292
2292
|
translate: "no",
|
|
2293
2293
|
children: children
|
|
2294
2294
|
}),
|
|
2295
2295
|
className: clsx('utrecht-preserve-data', className)
|
|
2296
2296
|
}, restProps);
|
|
2297
|
-
return typeof dateTime !== 'undefined' ? jsx("time", _objectSpread$
|
|
2297
|
+
return typeof dateTime !== 'undefined' ? jsx("time", _objectSpread$m(_objectSpread$m({}, props), {}, {
|
|
2298
2298
|
dateTime: dateTime,
|
|
2299
2299
|
ref: ref
|
|
2300
|
-
})) : typeof value !== 'undefined' ? jsx("data", _objectSpread$
|
|
2300
|
+
})) : typeof value !== 'undefined' ? jsx("data", _objectSpread$m(_objectSpread$m({}, props), {}, {
|
|
2301
2301
|
value: value,
|
|
2302
2302
|
ref: ref
|
|
2303
|
-
})) : jsx("bdi", _objectSpread$
|
|
2303
|
+
})) : jsx("bdi", _objectSpread$m(_objectSpread$m({
|
|
2304
2304
|
translate: "no",
|
|
2305
2305
|
ref: ref
|
|
2306
2306
|
}, props), {}, {
|
|
@@ -2312,16 +2312,16 @@ PreserveData.displayName = 'PreserveData';
|
|
|
2312
2312
|
var css_248z$b = ".utrecht-radio-button{--_utrecht-radio-button-background-color:var(\n --_utrecht-radio-button-interactive-background-color,var(--_utrecht-radio-button-state-background-color,var(--utrecht-radio-button-background-color))\n );--_utrecht-radio-button-border-color:var(\n --_utrecht-radio-button-interactive-border-color,var(--_utrecht-radio-button-state-border-color,var(--utrecht-radio-button-border-color,currentColor))\n );--_utrecht-radio-button-border-width:var(\n --_utrecht-radio-button-interactive-border-width,var(--_utrecht-radio-button-state-border-width,var(--utrecht-radio-button-border-width))\n );--_utrecht-radio-button-color:var(\n --_utrecht-radio-button-interactive-color,var(--_utrecht-radio-button-state-color,var(--utrecht-radio-button-color,currentColor))\n );--_utrecht-radio-button-icon-size:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--_utrecht-radio-button-background-color);background-image:radial-gradient(circle,var(--_utrecht-radio-button-color,transparent) calc(var(--_utrecht-radio-button-icon-size, 50%) - 5%),var(--_utrecht-radio-button-background-color,currentColor) var(--_utrecht-radio-button-icon-size,50%));background-position:50%;background-repeat:no-repeat;background-size:contain;block-size:var(--utrecht-radio-button-size,1em);border-color:var(--_utrecht-radio-button-border-color);border-radius:50%;border-style:solid;border-width:var(--_utrecht-radio-button-border-width);cursor:var(--utrecht-action-activate-cursor,revert);inline-size:var(--utrecht-radio-button-size,1em);margin-block-end:0;margin-block-start:0;margin-inline-end:0;margin-inline-end:var(--utrecht-radio-button-margin-inline-end);margin-inline-start:0;min-block-size:24px;min-inline-size:24px;-webkit-print-color-adjust:exact;print-color-adjust:exact;-webkit-user-select:none;user-select:none;vertical-align:top}.utrecht-radio-button--checked{--_utrecht-radio-button-icon-size:var(--utrecht-radio-button-icon-size,50%);--_utrecht-radio-button-state-background-color:var(--utrecht-radio-button-checked-background-color);--_utrecht-radio-button-state-border-color:var(--utrecht-radio-button-checked-border-color);--_utrecht-radio-button-state-border-width:var(--utrecht-radio-button-checked-border-width);--_utrecht-radio-button-state-color:var(--utrecht-radio-button-checked-color);--_utrecht-radio-button-state-active-background-color:var(--utrecht-radio-button-checked-active-background-color);--_utrecht-radio-button-state-active-border-color:var(--utrecht-radio-button-checked-active-border-color);--_utrecht-radio-button-state-active-border-width:var(--utrecht-radio-button-checked-active-border-width);--_utrecht-radio-button-state-active-color:var(--utrecht-radio-button-checked-active-color);--_utrecht-radio-button-state-focus-background-color:var(--utrecht-radio-button-checked-focus-background-color);--_utrecht-radio-button-state-focus-border-color:var(--utrecht-radio-button-checked-focus-border-color);--_utrecht-radio-button-state-focus-border-width:var(--utrecht-radio-button-checked-focus-border-width);--_utrecht-radio-button-state-focus-color:var(--utrecht-radio-button-checked-focus-color);--_utrecht-radio-button-state-hover-background-color:var(--utrecht-radio-button-checked-hover-background-color);--_utrecht-radio-button-state-hover-border-color:var(--utrecht-radio-button-checked-hover-border-color);--_utrecht-radio-button-state-hover-border-width:var(--utrecht-radio-button-checked-hover-border-width);--_utrecht-radio-button-state-hover-color:var(--utrecht-radio-button-checked-hover-color)}.utrecht-radio-button--hover{--_utrecht-radio-button-interactive-background-color:var(\n --_utrecht-radio-button-state-hover-background-color,var(--utrecht-radio-button-hover-background-color)\n );--_utrecht-radio-button-interactive-border-color:var(\n --_utrecht-radio-button-state-hover-border-color,var(--utrecht-radio-button-hover-border-color)\n );--_utrecht-radio-button-interactive-border-width:var(\n --_utrecht-radio-button-state-hover-border-width,var(--utrecht-radio-button-hover-border-width)\n );--_utrecht-radio-button-interactive-color:var(\n --_utrecht-radio-button-state-hover-color,var(--utrecht-radio-button-hover-color)\n )}.utrecht-radio-button--focus{--_utrecht-radio-button-interactive-background-color:var(\n --utrecht-radio-button-focus-background-color,var(--utrecht-radio-button-focus-background-color)\n );--_utrecht-radio-button-interactive-border-color:var(\n --utrecht-radio-button-focus-border-color,var(--utrecht-radio-button-focus-border-color)\n );--_utrecht-radio-button-interactive-border-width:var(\n --utrecht-radio-button-focus-border-width,var(--utrecht-radio-button-focus-border-width)\n );--_utrecht-radio-button-interactive-color:var(\n --utrecht-radio-button-focus-color,var(--utrecht-radio-button-focus-color)\n )}.utrecht-radio-button--focus-visible{--_utrecht-focus-ring-box-shadow:0 0 0 var(--utrecht-focus-outline-width,0) var(--utrecht-focus-inverse-outline-color,transparent);box-shadow:var(--_utrecht-focus-ring-box-shadow);outline-color:var(--utrecht-focus-outline-color,revert);outline-offset:var(--utrecht-focus-outline-offset,revert);outline-style:var(--utrecht-focus-outline-style,revert);outline-width:var(--utrecht-focus-outline-width,revert)}.utrecht-radio-button--active{--_utrecht-radio-button-interactive-background-color:var(\n --_utrecht-radio-button-state-active-background-color,var(--utrecht-radio-button-active-background-color)\n );--_utrecht-radio-button-interactive-border-color:var(\n --_utrecht-radio-button-state-active-border-color,var(--utrecht-radio-button-active-border-color)\n );--_utrecht-radio-button-interactive-border-width:var(\n --_utrecht-radio-button-state-active-border-width,var(--utrecht-radio-button-active-border-width)\n );--_utrecht-radio-button-interactive-color:var(\n --_utrecht-radio-button-state-active-color,var(--utrecht-radio-button-active-color)\n )}.utrecht-radio-button--disabled{--_utrecht-radio-button-background-color:var(--utrecht-radio-button-disabled-background-color);--_utrecht-radio-button-border-color:var(--utrecht-radio-button-disabled-border-color);--_utrecht-radio-button-border-width:var(--utrecht-radio-button-disabled-border-width);--_utrecht-radio-button-color:var(--utrecht-radio-button-disabled-color);--_utrecht-radio-button-focus-background-color:var(--_utrecht-radio-button-background-color);--_utrecht-radio-button-focus-border-color:var(--_utrecht-radio-button-border-color);--_utrecht-radio-button-focus-border-width:var(--_utrecht-radio-button-border-width);--_utrecht-radio-button-focus-color:var(--_utrecht-radio-button-color);--_utrecht-radio-button-active-background-color:var(--_utrecht-radio-button-background-color);--_utrecht-radio-button-active-border-color:var(--_utrecht-radio-button-border-color);--_utrecht-radio-button-active-border-width:var(--_utrecht-radio-button-border-width);--_utrecht-radio-button-active-color:var(--_utrecht-radio-button-color);--_utrecht-radio-button-hover-background-color:var(--_utrecht-radio-button-background-color);--_utrecht-radio-button-hover-border-color:var(--_utrecht-radio-button-border-color);--_utrecht-radio-button-hover-border-width:var(--_utrecht-radio-button-border-width);--_utrecht-radio-button-hover-color:var(--_utrecht-radio-button-color);cursor:var(--utrecht-action-disabled-cursor,not-allowed)}.utrecht-radio-button--invalid{border-color:var(--utrecht-radio-button-invalid-border-color,var(--utrecht-radio-button-border-color));border-width:var(--utrecht-radio-button-invalid-border-width,var(--utrecht-radio-button-border-width));color:var(--utrecht-radio-button-invalid-color,var(--utrecht-radio-button-color))}.utrecht-radio-button--html-input:checked{--_utrecht-radio-button-icon-size:var(--utrecht-radio-button-icon-size,50%);--_utrecht-radio-button-state-background-color:var(--utrecht-radio-button-checked-background-color);--_utrecht-radio-button-state-border-color:var(--utrecht-radio-button-checked-border-color);--_utrecht-radio-button-state-border-width:var(--utrecht-radio-button-checked-border-width);--_utrecht-radio-button-state-color:var(--utrecht-radio-button-checked-color);--_utrecht-radio-button-state-active-background-color:var(--utrecht-radio-button-checked-active-background-color);--_utrecht-radio-button-state-active-border-color:var(--utrecht-radio-button-checked-active-border-color);--_utrecht-radio-button-state-active-border-width:var(--utrecht-radio-button-checked-active-border-width);--_utrecht-radio-button-state-active-color:var(--utrecht-radio-button-checked-active-color);--_utrecht-radio-button-state-focus-background-color:var(--utrecht-radio-button-checked-focus-background-color);--_utrecht-radio-button-state-focus-border-color:var(--utrecht-radio-button-checked-focus-border-color);--_utrecht-radio-button-state-focus-border-width:var(--utrecht-radio-button-checked-focus-border-width);--_utrecht-radio-button-state-focus-color:var(--utrecht-radio-button-checked-focus-color);--_utrecht-radio-button-state-hover-background-color:var(--utrecht-radio-button-checked-hover-background-color);--_utrecht-radio-button-state-hover-border-color:var(--utrecht-radio-button-checked-hover-border-color);--_utrecht-radio-button-state-hover-border-width:var(--utrecht-radio-button-checked-hover-border-width);--_utrecht-radio-button-state-hover-color:var(--utrecht-radio-button-checked-hover-color)}.utrecht-radio-button--html-input:disabled{--_utrecht-radio-button-background-color:var(--utrecht-radio-button-disabled-background-color);--_utrecht-radio-button-border-color:var(--utrecht-radio-button-disabled-border-color);--_utrecht-radio-button-border-width:var(--utrecht-radio-button-disabled-border-width);--_utrecht-radio-button-color:var(--utrecht-radio-button-disabled-color);--_utrecht-radio-button-focus-background-color:var(--_utrecht-radio-button-background-color);--_utrecht-radio-button-focus-border-color:var(--_utrecht-radio-button-border-color);--_utrecht-radio-button-focus-border-width:var(--_utrecht-radio-button-border-width);--_utrecht-radio-button-focus-color:var(--_utrecht-radio-button-color);--_utrecht-radio-button-active-background-color:var(--_utrecht-radio-button-background-color);--_utrecht-radio-button-active-border-color:var(--_utrecht-radio-button-border-color);--_utrecht-radio-button-active-border-width:var(--_utrecht-radio-button-border-width);--_utrecht-radio-button-active-color:var(--_utrecht-radio-button-color);--_utrecht-radio-button-hover-background-color:var(--_utrecht-radio-button-background-color);--_utrecht-radio-button-hover-border-color:var(--_utrecht-radio-button-border-color);--_utrecht-radio-button-hover-border-width:var(--_utrecht-radio-button-border-width);--_utrecht-radio-button-hover-color:var(--_utrecht-radio-button-color);cursor:var(--utrecht-action-disabled-cursor,not-allowed)}.utrecht-radio-button--html-input:invalid,.utrecht-radio-button--html-input[aria-invalid=true]{border-color:var(--utrecht-radio-button-invalid-border-color,var(--utrecht-radio-button-border-color));border-width:var(--utrecht-radio-button-invalid-border-width,var(--utrecht-radio-button-border-width));color:var(--utrecht-radio-button-invalid-color,var(--utrecht-radio-button-color))}.utrecht-radio-button--html-input:focus:not([aria-disabled=true],:disabled){--_utrecht-radio-button-interactive-background-color:var(\n --utrecht-radio-button-focus-background-color,var(--utrecht-radio-button-focus-background-color)\n );--_utrecht-radio-button-interactive-border-color:var(\n --utrecht-radio-button-focus-border-color,var(--utrecht-radio-button-focus-border-color)\n );--_utrecht-radio-button-interactive-border-width:var(\n --utrecht-radio-button-focus-border-width,var(--utrecht-radio-button-focus-border-width)\n );--_utrecht-radio-button-interactive-color:var(\n --utrecht-radio-button-focus-color,var(--utrecht-radio-button-focus-color)\n )}.utrecht-radio-button--html-input:focus-visible{--_utrecht-focus-ring-box-shadow:0 0 0 var(--utrecht-focus-outline-width,0) var(--utrecht-focus-inverse-outline-color,transparent);box-shadow:var(--_utrecht-focus-ring-box-shadow);outline-color:var(--utrecht-focus-outline-color,revert);outline-offset:var(--utrecht-focus-outline-offset,revert);outline-style:var(--utrecht-focus-outline-style,revert);outline-width:var(--utrecht-focus-outline-width,revert)}.utrecht-radio-button--html-input:hover:not([aria-disabled=true],:disabled){--_utrecht-radio-button-interactive-background-color:var(\n --_utrecht-radio-button-state-hover-background-color,var(--utrecht-radio-button-hover-background-color)\n );--_utrecht-radio-button-interactive-border-color:var(\n --_utrecht-radio-button-state-hover-border-color,var(--utrecht-radio-button-hover-border-color)\n );--_utrecht-radio-button-interactive-border-width:var(\n --_utrecht-radio-button-state-hover-border-width,var(--utrecht-radio-button-hover-border-width)\n );--_utrecht-radio-button-interactive-color:var(\n --_utrecht-radio-button-state-hover-color,var(--utrecht-radio-button-hover-color)\n )}.utrecht-radio-button--html-input:active:not([aria-disabled=true],:disabled){--_utrecht-radio-button-interactive-background-color:var(\n --_utrecht-radio-button-state-active-background-color,var(--utrecht-radio-button-active-background-color)\n );--_utrecht-radio-button-interactive-border-color:var(\n --_utrecht-radio-button-state-active-border-color,var(--utrecht-radio-button-active-border-color)\n );--_utrecht-radio-button-interactive-border-width:var(\n --_utrecht-radio-button-state-active-border-width,var(--utrecht-radio-button-active-border-width)\n );--_utrecht-radio-button-interactive-color:var(\n --_utrecht-radio-button-state-active-color,var(--utrecht-radio-button-active-color)\n )}";
|
|
2313
2313
|
styleInject(css_248z$b);
|
|
2314
2314
|
|
|
2315
|
-
var _excluded$
|
|
2316
|
-
function ownKeys$
|
|
2317
|
-
function _objectSpread$
|
|
2315
|
+
var _excluded$l = ["disabled", "required", "className", "invalid"];
|
|
2316
|
+
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; }
|
|
2317
|
+
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; }
|
|
2318
2318
|
var RadioButton = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
2319
2319
|
var disabled = _ref.disabled,
|
|
2320
2320
|
required = _ref.required,
|
|
2321
2321
|
className = _ref.className,
|
|
2322
2322
|
invalid = _ref.invalid,
|
|
2323
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
2324
|
-
return jsx("input", _objectSpread$
|
|
2323
|
+
restProps = _objectWithoutProperties(_ref, _excluded$l);
|
|
2324
|
+
return jsx("input", _objectSpread$l({
|
|
2325
2325
|
type: "radio",
|
|
2326
2326
|
"aria-invalid": invalid || undefined,
|
|
2327
2327
|
disabled: disabled,
|
|
@@ -2335,10 +2335,10 @@ RadioButton.displayName = 'RadioButton';
|
|
|
2335
2335
|
var css_248z$a = ".utrecht-select{background-color:var(--utrecht-select-background-color,var(--utrecht-form-control-background-color));border-block-end-width:var(--utrecht-select-border-block-end-width,var(--utrecht-select-border-width,var(--utrecht-form-control-border-width)));border-block-start-width:var(--utrecht-select-border-width,var(--utrecht-form-control-border-width));border-color:var(--utrecht-select-border-color,var(--utrecht-form-control-border-color));border-inline-end-width:var(--utrecht-select-border-width,var(--utrecht-form-control-border-width));border-inline-start-width:var(--utrecht-select-border-width,var(--utrecht-form-control-border-width));border-radius:var(--utrecht-select-border-radius,var(--utrecht-form-control-border-radius,0));border-style:solid;color:var(--utrecht-select-color,var(--utrecht-form-control-color));font-family:var(--utrecht-select-font-family,var(--utrecht-form-control-font-family));font-size:var(--utrecht-select-font-size,var(--utrecht-form-control-font-size));inline-size:100%;max-inline-size:var(--utrecht-select-max-inline-size,var(--utrecht-form-control-max-inline-size));padding-block-end:var(--utrecht-select-padding-block-end,var(--utrecht-form-control-padding-block-end));padding-block-start:var(--utrecht-select-padding-block-start,var(--utrecht-form-control-padding-block-start));padding-inline-end:var(--utrecht-select-padding-inline-end,var(--utrecht-form-control-padding-inline-end));padding-inline-start:var(--utrecht-select-padding-inline-start,var(--utrecht-form-control-padding-inline-start))}.utrecht-select--disabled{background-color:var(--utrecht-select-disabled-background-color,var(--utrecht-form-control-disabled-background-color,var(--utrecht-select-background-color,var(--utrecht-form-control-background-color))));border-color:var(--utrecht-select-disabled-border-color,var(--utrecht-form-control-disabled-border-color,var(--utrecht-select-border-color,var(--utrecht-form-control-border-color))));color:var(--utrecht-select-disabled-color,var(--utrecht-form-control-disabled-color,var(--utrecht-select-color,var(--utrecht-form-control-color))));cursor:var(--utrecht-action-disabled-cursor,not-allowed)}.utrecht-select--focus{background-color:var(--utrecht-select-focus-background-color,var(--utrecht-form-control-focus-background-color,var(--utrecht-select-background-color,var(--utrecht-form-control-background-color))));border-color:var(--utrecht-select-focus-border-color,var(--utrecht-form-control-focus-border-color,var(--utrecht-select-border-color,var(--utrecht-form-control-border-color))));color:var(--utrecht-select-focus-color,var(--utrecht-form-control-focus-color,var(--utrecht-select-color,var(--utrecht-form-control-color))))}.utrecht-select--focus-visible{--_utrecht-focus-ring-box-shadow:0 0 0 var(--utrecht-focus-outline-width,0) var(--utrecht-focus-inverse-outline-color,transparent);box-shadow:var(--_utrecht-focus-ring-box-shadow);outline-color:var(--utrecht-focus-outline-color,revert);outline-offset:var(--utrecht-focus-outline-offset,revert);outline-style:var(--utrecht-focus-outline-style,revert);outline-width:var(--utrecht-focus-outline-width,revert)}.utrecht-select--busy{cursor:var(--utrecht-action-busy-cursor,busy)}.utrecht-select--invalid{--_utrecht-select-border-width:var(\n --utrecht-select-invalid-border-width,var(\n --utrecht-form-control-invalid-border-width,var(--utrecht-select-border-width,var(--utrecht-form-control-border-width))\n )\n );background-color:var(--utrecht-select-invalid-background-color,var(--utrecht-form-control-invalid-background-color,var(--utrecht-select-background-color,var(--utrecht-form-control-background-color))));border-width:var(--_utrecht-select-border-width);border-block-end-width:var(--utrecht-select-invalid-border-block-end-width,var(--utrecht-form-control-invalid-border-block-end-width,var(--utrecht-select-border-block-end-width,var(--utrecht-form-control-border-block-end-width,var(--_utrecht-select-border-width)))));border-color:var(--utrecht-select-invalid-border-color,var(--utrecht-form-control-invalid-border-color,var(--utrecht-select-border-color,var(--utrecht-form-control-border-color))))}.utrecht-select--html-select:focus{--_utrecht-focus-ring-box-shadow:0 0 0 var(--utrecht-focus-outline-width,0) var(--utrecht-focus-inverse-outline-color,transparent);background-color:var(--utrecht-select-focus-background-color,var(--utrecht-form-control-focus-background-color,var(--utrecht-select-background-color,var(--utrecht-form-control-background-color))));border-color:var(--utrecht-select-focus-border-color,var(--utrecht-form-control-focus-border-color,var(--utrecht-select-border-color,var(--utrecht-form-control-border-color))));box-shadow:var(--_utrecht-focus-ring-box-shadow);color:var(--utrecht-select-focus-color,var(--utrecht-form-control-focus-color,var(--utrecht-select-color,var(--utrecht-form-control-color))));outline-color:var(--utrecht-focus-outline-color,revert);outline-offset:var(--utrecht-focus-outline-offset,revert);outline-style:var(--utrecht-focus-outline-style,revert);outline-width:var(--utrecht-focus-outline-width,revert)}.utrecht-select--html-select:focus:not(:focus-visible){box-shadow:none;outline-style:revert}.utrecht-select--html-select:disabled{background-color:var(--utrecht-select-disabled-background-color,var(--utrecht-form-control-disabled-background-color,var(--utrecht-select-background-color,var(--utrecht-form-control-background-color))));border-color:var(--utrecht-select-disabled-border-color,var(--utrecht-form-control-disabled-border-color,var(--utrecht-select-border-color,var(--utrecht-form-control-border-color))));color:var(--utrecht-select-disabled-color,var(--utrecht-form-control-disabled-color,var(--utrecht-select-color,var(--utrecht-form-control-color))));cursor:var(--utrecht-action-disabled-cursor,not-allowed)}.utrecht-select--html-select:not([multiple]){-moz-appearance:none;-webkit-appearance:none;appearance:none;background-image:var(--utrecht-select-background-image);background-position:100%;background-repeat:no-repeat;background-size:1.4em}";
|
|
2336
2336
|
styleInject(css_248z$a);
|
|
2337
2337
|
|
|
2338
|
-
var _excluded$
|
|
2338
|
+
var _excluded$k = ["busy", "invalid", "required", "className", "noscript", "children"],
|
|
2339
2339
|
_excluded2 = ["disabled", "invalid", "value", "children", "className"];
|
|
2340
|
-
function ownKeys$
|
|
2341
|
-
function _objectSpread$
|
|
2340
|
+
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; }
|
|
2341
|
+
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; }
|
|
2342
2342
|
var Select = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
2343
2343
|
var busy = _ref.busy,
|
|
2344
2344
|
invalid = _ref.invalid,
|
|
@@ -2346,8 +2346,8 @@ var Select = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
2346
2346
|
className = _ref.className,
|
|
2347
2347
|
noscript = _ref.noscript,
|
|
2348
2348
|
children = _ref.children,
|
|
2349
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
2350
|
-
return jsx("select", _objectSpread$
|
|
2349
|
+
restProps = _objectWithoutProperties(_ref, _excluded$k);
|
|
2350
|
+
return jsx("select", _objectSpread$k(_objectSpread$k({
|
|
2351
2351
|
"aria-busy": busy || undefined,
|
|
2352
2352
|
"aria-invalid": invalid || undefined,
|
|
2353
2353
|
required: noscript ? required : false,
|
|
@@ -2366,7 +2366,7 @@ var SelectOption = /*#__PURE__*/forwardRef(function (_ref2, ref) {
|
|
|
2366
2366
|
children = _ref2.children,
|
|
2367
2367
|
className = _ref2.className,
|
|
2368
2368
|
restProps = _objectWithoutProperties(_ref2, _excluded2);
|
|
2369
|
-
return jsx("option", _objectSpread$
|
|
2369
|
+
return jsx("option", _objectSpread$k(_objectSpread$k({}, restProps), {}, {
|
|
2370
2370
|
ref: ref,
|
|
2371
2371
|
disabled: disabled,
|
|
2372
2372
|
value: value,
|
|
@@ -2379,15 +2379,15 @@ SelectOption.displayName = 'SelectOption';
|
|
|
2379
2379
|
var css_248z$9 = ".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}";
|
|
2380
2380
|
styleInject(css_248z$9);
|
|
2381
2381
|
|
|
2382
|
-
var _excluded$
|
|
2383
|
-
function ownKeys$
|
|
2384
|
-
function _objectSpread$
|
|
2382
|
+
var _excluded$j = ["className", "children"];
|
|
2383
|
+
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; }
|
|
2384
|
+
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; }
|
|
2385
2385
|
// Do not pass `children` along with `restProps` and use _children as it's unused
|
|
2386
2386
|
var Separator = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
2387
2387
|
var className = _ref.className;
|
|
2388
2388
|
_ref.children;
|
|
2389
|
-
var restProps = _objectWithoutProperties(_ref, _excluded$
|
|
2390
|
-
return jsx("hr", _objectSpread$
|
|
2389
|
+
var restProps = _objectWithoutProperties(_ref, _excluded$j);
|
|
2390
|
+
return jsx("hr", _objectSpread$j(_objectSpread$j({}, restProps), {}, {
|
|
2391
2391
|
ref: ref,
|
|
2392
2392
|
className: clsx('utrecht-separator', className)
|
|
2393
2393
|
}));
|
|
@@ -2397,15 +2397,15 @@ Separator.displayName = 'Separator';
|
|
|
2397
2397
|
var css_248z$8 = ".utrecht-skip-link{align-items:center;background-color:var(--utrecht-skip-link-background-color,ButtonFace);box-sizing:border-box;color:var(--utrecht-skip-link-color,ButtonText);display:inline-flex;justify-content:center;min-block-size:var(--utrecht-skip-link-min-block-size,44px);min-inline-size:var(--utrecht-skip-link-min-inline-size,44px);padding-block-end:var(--utrecht-skip-link-padding-block-end);padding-block-start:var(--utrecht-skip-link-padding-block-start);padding-inline-end:var(--utrecht-skip-link-padding-inline-end);padding-inline-start:var(--utrecht-skip-link-padding-inline-start);text-decoration:var(--utrecht-skip-link-text-decoration)}.utrecht-skip-link--hidden,.utrecht-skip-link--visible-on-focus{inset-block-start:-200%;position:fixed}.utrecht-skip-link--visible,.utrecht-skip-link--visible-on-focus:focus{--_utrecht-skip-link-inset:calc(var(--utrecht-focus-outline-width, 0px) + var(--utrecht-focus-outline-offset, 0px));inset-block-start:var(--_utrecht-skip-link-inset,0);inset-inline-start:var(--_utrecht-skip-link-inset,0);position:fixed;z-index:var(--utrecht-skip-link-z-index,var(--utrecht-layer-focus-z-index))}.utrecht-skip-link--focus,.utrecht-skip-link:focus,.utrecht-skip-link:focus-visible{--_utrecht-focus-ring-box-shadow:0 0 0 var(--utrecht-focus-outline-width,0) var(--utrecht-focus-inverse-outline-color,transparent);box-shadow:var(--_utrecht-focus-ring-box-shadow);outline-color:var(--utrecht-focus-outline-color,revert);outline-offset:var(--utrecht-focus-outline-offset,revert);outline-style:var(--utrecht-focus-outline-style,revert);outline-width:var(--utrecht-focus-outline-width,revert);text-decoration:var(--utrecht-skip-link-focus-text-decoration)}";
|
|
2398
2398
|
styleInject(css_248z$8);
|
|
2399
2399
|
|
|
2400
|
-
var _excluded$
|
|
2401
|
-
function ownKeys$
|
|
2402
|
-
function _objectSpread$
|
|
2400
|
+
var _excluded$i = ["children", "className"];
|
|
2401
|
+
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; }
|
|
2402
|
+
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; }
|
|
2403
2403
|
var SkipLink = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
2404
2404
|
var children = _ref.children,
|
|
2405
2405
|
className = _ref.className,
|
|
2406
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
2406
|
+
restProps = _objectWithoutProperties(_ref, _excluded$i);
|
|
2407
2407
|
return jsx("p", {
|
|
2408
|
-
children: jsx("a", _objectSpread$
|
|
2408
|
+
children: jsx("a", _objectSpread$i(_objectSpread$i({
|
|
2409
2409
|
ref: ref
|
|
2410
2410
|
}, restProps), {}, {
|
|
2411
2411
|
className: clsx('utrecht-skip-link', 'utrecht-skip-link--visible-on-focus', className),
|
|
@@ -2418,25 +2418,25 @@ SkipLink.displayName = 'SkipLink';
|
|
|
2418
2418
|
var css_248z$7 = ".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)}";
|
|
2419
2419
|
styleInject(css_248z$7);
|
|
2420
2420
|
|
|
2421
|
-
var _excluded$
|
|
2422
|
-
function ownKeys$
|
|
2423
|
-
function _objectSpread$
|
|
2421
|
+
var _excluded$h = ["aside", "children", "className", "type"];
|
|
2422
|
+
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; }
|
|
2423
|
+
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; }
|
|
2424
2424
|
var SpotlightSection = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
2425
2425
|
var aside = _ref.aside,
|
|
2426
2426
|
children = _ref.children,
|
|
2427
2427
|
className = _ref.className,
|
|
2428
2428
|
type = _ref.type,
|
|
2429
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
2430
|
-
var props = _objectSpread$
|
|
2429
|
+
restProps = _objectWithoutProperties(_ref, _excluded$h);
|
|
2430
|
+
var props = _objectSpread$h(_objectSpread$h({}, restProps), {}, {
|
|
2431
2431
|
ref: ref,
|
|
2432
2432
|
className: clsx('utrecht-spotlight-section', {
|
|
2433
2433
|
'utrecht-spotlight-section--info': type === 'info',
|
|
2434
2434
|
'utrecht-spotlight-section--warning': type === 'warning'
|
|
2435
2435
|
}, className)
|
|
2436
2436
|
});
|
|
2437
|
-
return aside ? jsx("aside", _objectSpread$
|
|
2437
|
+
return aside ? jsx("aside", _objectSpread$h(_objectSpread$h({}, props), {}, {
|
|
2438
2438
|
children: children
|
|
2439
|
-
})) : jsx("section", _objectSpread$
|
|
2439
|
+
})) : jsx("section", _objectSpread$h(_objectSpread$h({}, props), {}, {
|
|
2440
2440
|
children: children
|
|
2441
2441
|
}));
|
|
2442
2442
|
});
|
|
@@ -2445,14 +2445,14 @@ SpotlightSection.displayName = 'SpotlightSection';
|
|
|
2445
2445
|
var css_248z$6 = ".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))}";
|
|
2446
2446
|
styleInject(css_248z$6);
|
|
2447
2447
|
|
|
2448
|
-
var _excluded$
|
|
2449
|
-
function ownKeys$
|
|
2450
|
-
function _objectSpread$
|
|
2448
|
+
var _excluded$g = ["className", "status"];
|
|
2449
|
+
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; }
|
|
2450
|
+
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; }
|
|
2451
2451
|
var StatusBadge = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
2452
2452
|
var className = _ref.className,
|
|
2453
2453
|
status = _ref.status,
|
|
2454
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
2455
|
-
return jsx("span", _objectSpread$
|
|
2454
|
+
restProps = _objectWithoutProperties(_ref, _excluded$g);
|
|
2455
|
+
return jsx("span", _objectSpread$g(_objectSpread$g({
|
|
2456
2456
|
className: clsx('utrecht-badge-status', "utrecht-badge-status--".concat(status ? status : 'neutral'), className)
|
|
2457
2457
|
}, restProps), {}, {
|
|
2458
2458
|
ref: ref
|
|
@@ -2460,14 +2460,14 @@ var StatusBadge = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
2460
2460
|
});
|
|
2461
2461
|
StatusBadge.displayName = 'StatusBadge';
|
|
2462
2462
|
|
|
2463
|
-
var _excluded$
|
|
2464
|
-
function ownKeys$
|
|
2465
|
-
function _objectSpread$
|
|
2463
|
+
var _excluded$f = ["children", "className"];
|
|
2464
|
+
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; }
|
|
2465
|
+
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; }
|
|
2466
2466
|
var Strong = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
2467
2467
|
var children = _ref.children,
|
|
2468
2468
|
className = _ref.className,
|
|
2469
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
2470
|
-
return jsx("strong", _objectSpread$
|
|
2469
|
+
restProps = _objectWithoutProperties(_ref, _excluded$f);
|
|
2470
|
+
return jsx("strong", _objectSpread$f(_objectSpread$f({
|
|
2471
2471
|
ref: ref,
|
|
2472
2472
|
className: clsx('utrecht-emphasis', 'utrecht-emphasis--strong', className)
|
|
2473
2473
|
}, restProps), {}, {
|
|
@@ -2479,14 +2479,14 @@ Strong.displayName = 'Strong';
|
|
|
2479
2479
|
var css_248z$5 = ".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}";
|
|
2480
2480
|
styleInject(css_248z$5);
|
|
2481
2481
|
|
|
2482
|
-
var _excluded$
|
|
2483
|
-
function ownKeys$
|
|
2484
|
-
function _objectSpread$
|
|
2482
|
+
var _excluded$e = ["children", "className"];
|
|
2483
|
+
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; }
|
|
2484
|
+
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; }
|
|
2485
2485
|
var Surface = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
2486
2486
|
var children = _ref.children,
|
|
2487
2487
|
className = _ref.className,
|
|
2488
|
-
restProps = _objectWithoutProperties(_ref, _excluded$
|
|
2489
|
-
return jsx("div", _objectSpread$
|
|
2488
|
+
restProps = _objectWithoutProperties(_ref, _excluded$e);
|
|
2489
|
+
return jsx("div", _objectSpread$e(_objectSpread$e({}, restProps), {}, {
|
|
2490
2490
|
ref: ref,
|
|
2491
2491
|
className: clsx('utrecht-surface', className),
|
|
2492
2492
|
children: children
|
|
@@ -2494,7 +2494,26 @@ var Surface = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
2494
2494
|
});
|
|
2495
2495
|
Surface.displayName = 'Surface';
|
|
2496
2496
|
|
|
2497
|
-
var
|
|
2497
|
+
var _excluded$d = ["overflowInline", "children", "className"];
|
|
2498
|
+
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; }
|
|
2499
|
+
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; }
|
|
2500
|
+
var TableContainer = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
2501
|
+
var overflowInline = _ref.overflowInline,
|
|
2502
|
+
children = _ref.children,
|
|
2503
|
+
className = _ref.className,
|
|
2504
|
+
restProps = _objectWithoutProperties(_ref, _excluded$d);
|
|
2505
|
+
return jsx("div", _objectSpread$d(_objectSpread$d({
|
|
2506
|
+
ref: ref,
|
|
2507
|
+
className: clsx('utrecht-table-container', {
|
|
2508
|
+
'utrecht-table-container--overflow-inline': overflowInline
|
|
2509
|
+
}, className)
|
|
2510
|
+
}, restProps), {}, {
|
|
2511
|
+
children: children
|
|
2512
|
+
}));
|
|
2513
|
+
});
|
|
2514
|
+
TableContainer.displayName = 'TableContainer';
|
|
2515
|
+
|
|
2516
|
+
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);break-inside:avoid;color:var(--utrecht-table-header-color);font-weight:var(--utrecht-table-header-font-weight);page-break-inside:avoid;text-transform:var(--utrecht-table-header-text-transform)}.utrecht-table__header--sticky th{background-color:var(--utrecht-table-header-sticky-background-color);color:var(--utrecht-table-header-sticky-color);inset-block-start:0;position:sticky}.utrecht-table__header--sticky tr:last-child>th{border-block-end-color:var(--utrecht-table-header-sticky-border-block-end-color,var(--utrecht-table-header-border-block-end-color,transparent));border-block-end-style:solid;border-block-end-width:var(--utrecht-table-header-sticky-border-block-end-width,var(--utrecht-table-header-border-block-end-width,0))}.utrecht-table__footer{--_utrecht-table-header-cell-z-index:5;z-index:3}.utrecht-table__footer--sticky{background-color:var(--utrecht-table-footer-sticky-background-color,var(--utrecht-table-footer-background-color));color:var(--utrecht-table-footer-sticky-color,var(--utrecht-table-footer-color));inset-block-end:0;position:sticky}.utrecht-table__footer--sticky tr:first-child>td,.utrecht-table__footer--sticky tr:first-child>th{border-block-start-color:var(--utrecht-table-header-sticky-border-block-start-color,var(--utrecht-table-header-border-block-start-color,transparent));border-block-start-style:solid;border-block-start-width:var(--utrecht-table-header-sticky-border-block-start-width,var(--utrecht-table-header-border-block-start-width,0))}.utrecht-table--html-table>tbody,.utrecht-table__body{--_utrecht-table-header-cell-z-index:2}.utrecht-table--fixed{inline-size:fit-content;table-layout:fixed}.utrecht-table--fixed th,.utrecht-table--oneline td,.utrecht-table--oneline th{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.utrecht-table--html-table>tbody>tr,.utrecht-table--html-table>tfoot>tr,.utrecht-table--html-table>thead>tr,.utrecht-table--html-table>tr,.utrecht-table__row{break-inside:avoid;page-break-inside:avoid}.utrecht-table__row--selected{background-color:var(--utrecht-table-cell-selected-background-color,highlight);color:var(--utrecht-table-cell-selected-color,highlightText)}.utrecht-table--html-table>tbody>tr>th,.utrecht-table--html-table>tfoot>tr>th,.utrecht-table--html-table>thead>tr>th,.utrecht-table--html-table>tr>th,.utrecht-table__header-cell{--utrecht-icon-size:var(--utrecht-table-cell-icon-size);block-size:var(--utrecht-table-cell-line-height,1em);color:var(--utrecht-table-header-cell-color);font-size:var(--utrecht-table-header-cell-font-size);font-weight:var(--utrecht-table-header-cell-font-weight,bold);line-height:var(--utrecht-table-cell-line-height,inherit);padding-block-end:var(--utrecht-table-cell-padding-block-end,0);padding-block-start:var(--utrecht-table-cell-padding-block-start,0);padding-inline-end:var(--utrecht-table-cell-padding-inline-end,0);padding-inline-start:var(--utrecht-table-cell-padding-inline-start,0);text-align:start;text-transform:var(--utrecht-table-header-cell-text-transform);vertical-align:var(--_utrecht-table-header-cell-vertical-align,top);z-index:var(--_utrecht-table-header-cell-z-index)}.utrecht-table__header-cell--selected{background-color:var(--utrecht-table-cell-selected-background-color,highlight);color:var(--utrecht-table-cell-selected-color,highlightText)}.utrecht-table__header-cell--sticky-block{background-color:#eee;color:#000;inset-block-start:0;position:sticky;z-index:calc(var(--_utrecht-table-header-cell-z-index, 0) + 2)}.utrecht-table__header-cell--sticky-inline{background-color:#eee;color:#000;inset-inline-start:0;position:sticky;z-index:calc(var(--_utrecht-table-header-cell-z-index, 0) + 1)}.utrecht-table--html-table>tbody>tr>td,.utrecht-table--html-table>tfoot>tr>td,.utrecht-table--html-table>thead>tr>td,.utrecht-table--html-table>tr>td,.utrecht-table__cell{--utrecht-icon-size:var(--utrecht-table-cell-icon-size);block-size:var(--utrecht-table-cell-line-height,1em);border-block-end-color:var(--utrecht-table-row-border-block-end-color,transparent);border-block-end-style:solid;border-block-end-width:var(--utrecht-table-row-border-block-end-width,0);line-height:var(--utrecht-table-cell-line-height,inherit);padding-block-end:var(--utrecht-table-cell-padding-block-end,0);padding-block-start:var(--utrecht-table-cell-padding-block-start,0);padding-inline-end:var(--utrecht-table-cell-padding-inline-end,0);padding-inline-start:var(--utrecht-table-cell-padding-inline-start,0);text-align:start;vertical-align:top}.utrecht-table--html-table>tbody>tr>td:first-child,.utrecht-table--html-table>tfoot>tr>td:first-child,.utrecht-table--html-table>thead>tr>td:first-child,.utrecht-table--html-table>tr>td:first-child,.utrecht-table__cell--first{padding-inline-start:var(--utrecht-table-row-padding-inline-start,var(--utrecht-table-cell-padding-inline-start,0))}.utrecht-table--html-table>tbody>tr>td:last-child,.utrecht-table--html-table>tfoot>tr>td:last-child,.utrecht-table--html-table>thead>tr>td:last-child,.utrecht-table--html-table>tr>td:last-child,.utrecht-table__cell--last{padding-inline-end:var(--utrecht-table-row-padding-inline-end,var(--utrecht-table-cell-padding-inline-end,0))}.utrecht-table__cell--selected{background-color:var(--utrecht-table-cell-selected-background-color,highlight);color:var(--utrecht-table-cell-selected-color,highlightText)}.utrecht-table__cell--numeric-column,.utrecht-table__header-cell--numeric-column{--_utrecht-table-cell-text-align:right;text-align:var(--_utrecht-table-cell-text-align)}.utrecht-table__cell--numeric-data{font-variant-numeric:lining-nums tabular-nums}.utrecht-table__row--alternate-odd{background-color:var(--utrecht-table-row-alternate-odd-background-color);color:var(--utrecht-table-row-alternate-odd-color)}.utrecht-table__row--alternate-even{background-color:var(--utrecht-table-row-alternate-even-background-color);color:var(--utrecht-table-row-alternate-even-color)}.utrecht-table__header-cell{--utrecht-button-font-size:inherit;--utrecht-button-font-weight:inherit;--utrecht-button-padding-inline-start:var(--utrecht-table-cell-padding-inline-start);--utrecht-button-padding-inline-end:var(--utrecht-table-cell-padding-inline-end);--utrecht-button-padding-block-start:var(--utrecht-table-cell-padding-block-start);--utrecht-button-padding-block-end:var(--utrecht-table-cell-padding-block-end);--utrecht-button-hover-scale:1;--utrecht-button-focus-scale:1;--utrecht-button-min-block-size:100%;--utrecht-button-min-inline-size:100%;--utrecht-button-border-color:transparent;--utrecht-button-border-size:1px}.utrecht-table__header-cell:has(.utrecht-button){padding-block-end:0;padding-block-start:0;padding-inline-end:0;padding-inline-start:0}.utrecht-table__header-cell-button{justify-content:var(--_utrecht-table-cell-text-align,start)}.utrecht-table__data--truncate{display:block;max-inline-size:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.utrecht-table__container{max-inline-size:100%;overflow-inline:scroll}.utrecht-table__header--hidden{clip:rect(1px,1px,1px,1px);block-size:1px;border:0 solid silver;clip-path:inset(50%);inline-size:1px;outline:1px solid red;overflow:hidden;padding:0;position:absolute;white-space:nowrap}.utrecht-table--busy{cursor:var(--utrecht-action-busy-cursor,busy)}.utrecht-table--alternate-row-color .utrecht-table__body .utrecht-table__row:nth-child(odd){background-color:var(--utrecht-table-row-alternate-odd-background-color);color:var(--utrecht-table-row-alternate-odd-color)}.utrecht-table--alternate-row-color .utrecht-table__body .utrecht-table__row:nth-child(2n){background-color:var(--utrecht-table-row-alternate-even-background-color);color:var(--utrecht-table-row-alternate-even-color)}.utrecht-table--row-hover .utrecht-table__body .utrecht-table__row:hover .utrecht-table__cell,.utrecht-table--row-hover .utrecht-table__body .utrecht-table__row:hover .utrecht-table__header-cell{background-color:#ffefd5;color:maroon}.utrecht-table--row-focus-within .utrecht-table__body .utrecht-table__row:focus-within .utrecht-table__cell,.utrecht-table--row-focus-within .utrecht-table__body .utrecht-table__row:focus-within .utrecht-table__header-cell{background-color:#ffefd5;color:maroon}";
|
|
2498
2517
|
styleInject(css_248z$4);
|
|
2499
2518
|
|
|
2500
2519
|
var _excluded$c = ["busy", "children", "className"];
|
|
@@ -2766,5 +2785,5 @@ var UnorderedListItem = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
2766
2785
|
});
|
|
2767
2786
|
UnorderedListItem.displayName = 'UnorderedListItem';
|
|
2768
2787
|
|
|
2769
|
-
export { Accordion, AccordionProvider, AccordionSection, Alert, AlertDialog, Article, Backdrop, BadgeCounter, BadgeList, BreadcrumbNav, BreadcrumbNavLink, BreadcrumbNavSeparator, Button, ButtonGroup, ButtonLink, Checkbox, Code, CodeBlock, ColorSample, ColumnLayout, Combobox, ComboboxPopover, CurrencyData, DataBadge, DataList, DataListActions, DataListItem, DataListKey, DataListValue, DataPlaceholder, Document, Drawer, Emphasis, Fieldset, FieldsetLegend, Figure, FigureCaption, FormField, FormFieldDescription, FormFieldErrorMessage, FormLabel, FormToggle, HTMLContent, Heading, Heading1, Heading2, Heading3, Heading4, Heading5, Heading6, HeadingGroup, IBANData, Icon, Image, IndexCharNav, Link, LinkButton, LinkList, LinkListLink, LinkSocial, ListSocial, ListSocialItem, Listbox, ListboxOption, ListboxOptionGroup, Logo, LogoImage, Mark, MultilineData, NavBar, NavList, NavListLink, NavListLinkButton, NumberData, OrderedList, OrderedListItem, Page, PageContent, PageFooter, PageHeader, Paragraph, PreHeading, PreserveData, PrimaryActionButton, RadioButton, SecondaryActionButton, Select, SelectOption, Separator, SkipLink, SpotlightSection, StatusBadge, Strong, SubtleButton, Surface, Table, TableBody, TableCaption, TableCell, TableFooter, TableHeader, TableHeaderCell, TableRow, Textarea, Textbox, URLData, UnorderedList, UnorderedListItem };
|
|
2788
|
+
export { Accordion, AccordionProvider, AccordionSection, Alert, AlertDialog, Article, Backdrop, BadgeCounter, BadgeList, BreadcrumbNav, BreadcrumbNavLink, BreadcrumbNavSeparator, Button, ButtonGroup, ButtonLink, Checkbox, Code, CodeBlock, ColorSample, ColumnLayout, Combobox, ComboboxPopover, CurrencyData, DataBadge, DataList, DataListActions, DataListItem, DataListKey, DataListValue, DataPlaceholder, Document, Drawer, Emphasis, Fieldset, FieldsetLegend, Figure, FigureCaption, FormField, FormFieldDescription, FormFieldErrorMessage, FormLabel, FormToggle, HTMLContent, Heading, Heading1, Heading2, Heading3, Heading4, Heading5, Heading6, HeadingGroup, IBANData, Icon, Image, IndexCharNav, Link, LinkButton, LinkList, LinkListLink, LinkSocial, ListSocial, ListSocialItem, Listbox, ListboxOption, ListboxOptionGroup, Logo, LogoImage, Mark, MultilineData, NavBar, NavList, NavListLink, NavListLinkButton, NumberData, OrderedList, OrderedListItem, Page, PageContent, PageFooter, PageHeader, Paragraph, PreHeading, PreserveData, PrimaryActionButton, RadioButton, SecondaryActionButton, Select, SelectOption, Separator, SkipLink, SpotlightSection, StatusBadge, Strong, SubtleButton, Surface, Table, TableBody, TableCaption, TableCell, TableContainer, TableFooter, TableHeader, TableHeaderCell, TableRow, Textarea, Textbox, URLData, UnorderedList, UnorderedListItem };
|
|
2770
2789
|
//# sourceMappingURL=index.mjs.map
|