@auldrant/ui 0.11.0 → 0.11.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +15 -1
- package/dist/auldrant-ui.css +1 -1
- package/dist/auldrant-ui.js +359 -355
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/).
|
|
7
7
|
|
|
8
|
+
## [0.11.2] - 2026-03-07
|
|
9
|
+
|
|
10
|
+
### Fixed
|
|
11
|
+
|
|
12
|
+
- Skip npm publish step when the package version is already published to avoid failed CI runs ([#63](https://github.com/coloneljade/auldrant-ui/pull/63))
|
|
13
|
+
- Use npm view to check if version exists before attempting publish ([#63](https://github.com/coloneljade/auldrant-ui/pull/63))
|
|
14
|
+
- Gate merge bot notification on successful publish, not just publish attempt ([#63](https://github.com/coloneljade/auldrant-ui/pull/63))
|
|
15
|
+
|
|
16
|
+
## [0.11.1] - 2026-03-07
|
|
17
|
+
|
|
18
|
+
### Fixed
|
|
19
|
+
|
|
20
|
+
- Use Lucide X SVG icon for pixel-perfect centering (replacing × text glyph) ([#61](https://github.com/coloneljade/auldrant-ui/pull/61))
|
|
21
|
+
- Apply rem-based min-width/min-height to guarantee 44px touch target regardless of inherited font-size ([#61](https://github.com/coloneljade/auldrant-ui/pull/61))
|
|
22
|
+
|
|
8
23
|
## [0.11.0] - 2026-03-06
|
|
9
24
|
|
|
10
25
|
### Added
|
|
@@ -120,7 +135,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
|
|
|
120
135
|
- Comprehensive test coverage (114 tests) ([#7](https://github.com/coloneljade/auldrant-ui/pull/7))
|
|
121
136
|
- Pit of success design principle for component APIs ([#7](https://github.com/coloneljade/auldrant-ui/pull/7))
|
|
122
137
|
- Binary tools principle (Biome fixes, not manual edits) ([#7](https://github.com/coloneljade/auldrant-ui/pull/7))
|
|
123
|
-
- Mandatory skills workflow (staging, pushing, PRs) ([#7](https://github.com/coloneljade/auldrant-ui/pull/7))
|
|
124
138
|
- Import aliases (`@components`, `@scripts`, `@signals`, `@styles`) ([#7](https://github.com/coloneljade/auldrant-ui/pull/7))
|
|
125
139
|
- **Head component** — meta/document head management (issue #18) ([#7](https://github.com/coloneljade/auldrant-ui/pull/7))
|
|
126
140
|
- **Form data typing** — generic type parameter for typed onSubmit (issue #8) ([#7](https://github.com/coloneljade/auldrant-ui/pull/7))
|
package/dist/auldrant-ui.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
:root{--aui-base-primary: oklch(.78 .18 160);--aui-base-white: #f5f5f5;--aui-base-black: #1a1a1a;--aui-base-error: oklch(.78 .22 27);--aui-base-success: oklch(.78 .18 145);--_aui-fg: var(--aui-base-white);--_aui-bg: var(--aui-base-black);--aui-color-text: var(--_aui-fg);--aui-color-text-muted: color-mix(in oklch, var(--_aui-fg) 82%, var(--_aui-bg));--aui-color-background: var(--_aui-bg);--aui-color-background-hover: color-mix(in oklch, var(--_aui-bg) 92%, var(--_aui-fg));--aui-color-surface: color-mix(in oklch, var(--_aui-bg) 97%, var(--_aui-fg));--aui-color-border: color-mix(in oklch, var(--_aui-bg) 50%, var(--_aui-fg));--aui-color-primary: var(--aui-base-primary);--aui-color-primary-hover: color-mix(in oklch, var(--aui-base-primary) 85%, var(--_aui-fg));--aui-color-focus-ring: var(--aui-base-primary);--aui-color-error: var(--aui-base-error);--aui-color-success: var(--aui-base-success)}@media(prefers-color-scheme:light){:root{--_aui-fg: var(--aui-base-black);--_aui-bg: var(--aui-base-white);--aui-color-primary: color-mix(in oklch, var(--aui-base-primary) 33%, var(--_aui-fg));--aui-color-primary-hover: color-mix(in oklch, var(--aui-base-primary) 25%, var(--_aui-fg));--aui-color-focus-ring: color-mix(in oklch, var(--aui-base-primary) 33%, var(--_aui-fg));--aui-color-error: color-mix(in oklch, var(--aui-base-error) 33%, var(--_aui-fg));--aui-color-success: color-mix(in oklch, var(--aui-base-success) 33%, var(--_aui-fg))}}.aui-blue{--aui-base-primary: oklch(.78 .18 260)}.aui-purple{--aui-base-primary: oklch(.78 .18 300)}.aui-teal{--aui-base-primary: oklch(.78 .15 195)}.aui-red{--aui-base-primary: oklch(.78 .22 27)}.aui-orange{--aui-base-primary: oklch(.78 .18 55)}.aui-yellow{--aui-base-primary: oklch(.78 .18 95)}._button_4gn7y_1{padding:.5em 1em;border:1px solid var(--aui-color-border);border-radius:.25em;background:var(--aui-color-primary);color:var(--aui-color-background);font:inherit;cursor:pointer}._button_4gn7y_1:hover{background:var(--aui-color-primary-hover)}._card_awzw5_1{display:grid;gap:.5em;padding:1em;border:1px solid var(--aui-color-border);border-radius:.25em;background:var(--aui-color-surface)}._field_17xwz_1{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:.5em}._error_17xwz_12{grid-column:2}.
|
|
1
|
+
:root{--aui-base-primary: oklch(.78 .18 160);--aui-base-white: #f5f5f5;--aui-base-black: #1a1a1a;--aui-base-error: oklch(.78 .22 27);--aui-base-success: oklch(.78 .18 145);--_aui-fg: var(--aui-base-white);--_aui-bg: var(--aui-base-black);--aui-color-text: var(--_aui-fg);--aui-color-text-muted: color-mix(in oklch, var(--_aui-fg) 82%, var(--_aui-bg));--aui-color-background: var(--_aui-bg);--aui-color-background-hover: color-mix(in oklch, var(--_aui-bg) 92%, var(--_aui-fg));--aui-color-surface: color-mix(in oklch, var(--_aui-bg) 97%, var(--_aui-fg));--aui-color-border: color-mix(in oklch, var(--_aui-bg) 50%, var(--_aui-fg));--aui-color-primary: var(--aui-base-primary);--aui-color-primary-hover: color-mix(in oklch, var(--aui-base-primary) 85%, var(--_aui-fg));--aui-color-focus-ring: var(--aui-base-primary);--aui-color-error: var(--aui-base-error);--aui-color-success: var(--aui-base-success)}@media(prefers-color-scheme:light){:root{--_aui-fg: var(--aui-base-black);--_aui-bg: var(--aui-base-white);--aui-color-primary: color-mix(in oklch, var(--aui-base-primary) 33%, var(--_aui-fg));--aui-color-primary-hover: color-mix(in oklch, var(--aui-base-primary) 25%, var(--_aui-fg));--aui-color-focus-ring: color-mix(in oklch, var(--aui-base-primary) 33%, var(--_aui-fg));--aui-color-error: color-mix(in oklch, var(--aui-base-error) 33%, var(--_aui-fg));--aui-color-success: color-mix(in oklch, var(--aui-base-success) 33%, var(--_aui-fg))}}.aui-blue{--aui-base-primary: oklch(.78 .18 260)}.aui-purple{--aui-base-primary: oklch(.78 .18 300)}.aui-teal{--aui-base-primary: oklch(.78 .15 195)}.aui-red{--aui-base-primary: oklch(.78 .22 27)}.aui-orange{--aui-base-primary: oklch(.78 .18 55)}.aui-yellow{--aui-base-primary: oklch(.78 .18 95)}._button_4gn7y_1{padding:.5em 1em;border:1px solid var(--aui-color-border);border-radius:.25em;background:var(--aui-color-primary);color:var(--aui-color-background);font:inherit;cursor:pointer}._button_4gn7y_1:hover{background:var(--aui-color-primary-hover)}._card_awzw5_1{display:grid;gap:.5em;padding:1em;border:1px solid var(--aui-color-border);border-radius:.25em;background:var(--aui-color-surface)}._field_17xwz_1{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:.5em}._error_17xwz_12{grid-column:2}._dialog_k7njf_1{--drag-x: 0px;--drag-y: 0px;position:fixed;inset:0;margin:auto;border:none;padding:0;background:transparent;color:var(--aui-color-text);max-width:min(90vw,32em);width:100%;height:fit-content;transform:translate(var(--drag-x),var(--drag-y))}._dialog_k7njf_1::backdrop{background:#0000007f}._panel_k7njf_21{display:grid;gap:1em;padding:1.5em;border:1px solid var(--aui-color-border);border-radius:.5em;background:var(--aui-color-surface)}._header_k7njf_30{display:grid;grid-template-columns:1fr auto;align-items:center;gap:.5em}._title_k7njf_37._title_k7njf_37{margin:0;font-size:1.25em}._close_k7njf_42{display:inline-grid;place-items:center;min-width:2.75rem;min-height:2.75rem;border:none;border-radius:.25em;padding:0;background:none;color:var(--aui-color-text-muted);cursor:pointer}._close_k7njf_42:hover{color:var(--aui-color-text)}._body_k7njf_61{display:grid;gap:1em}._message_k7njf_66{margin:0}._footer_k7njf_70{display:grid;grid-auto-flow:column;justify-content:end;gap:.5em}._action_k7njf_77{padding:.5em 1em;border:1px solid var(--aui-color-border);border-radius:.25em;background:var(--aui-color-surface);color:var(--aui-color-text);font:inherit;cursor:pointer}._action_k7njf_77:hover{background:var(--aui-color-background-hover)}._primary_k7njf_92{background:var(--aui-color-primary);color:var(--aui-color-background);border-color:var(--aui-color-primary)}._primary_k7njf_92:hover{background:var(--aui-color-primary-hover);border-color:var(--aui-color-primary-hover)}._draggable_k7njf_103{cursor:grab;-webkit-user-select:none;user-select:none;touch-action:none}._dragging_k7njf_109{cursor:grabbing}._form_jr324_1{display:grid;gap:1em}._actions_jr324_6{display:grid;grid-auto-flow:column;justify-content:start;gap:.5em}._status_jr324_13{margin:0;font-size:.875em;color:var(--aui-color-text-muted)}._field_7l9ux_1{display:grid;grid-template-columns:auto 1fr;align-items:start;gap:.5em}._label_7l9ux_8{padding-top:.25em}._required_7l9ux_12{color:var(--aui-color-error)}._error_7l9ux_16{grid-column:2}._nav_778nl_1{display:grid;gap:.5em}._title_778nl_6{font-weight:700}._wrapper_16zfv_1{position:relative}._input_16zfv_5{width:100%;padding-right:2.5em}._toggle_16zfv_11{position:absolute;right:.5em;top:50%;transform:translateY(-50%);display:grid;place-items:center;padding:.25em;border:none;background:none;color:var(--aui-color-text);cursor:pointer}._fieldset_lymkd_1{border:none;padding:0}._legend_lymkd_6{font-weight:700;margin-bottom:.5em}._option_lymkd_11{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:.5em;margin-bottom:.25em}._section_4nogy_1{display:grid;gap:1em}._skip_xbsul_1{position:absolute;top:-100%;left:0;padding:.5em 1em;background:var(--aui-color-background);color:var(--aui-color-primary);z-index:1000}._skip_xbsul_1:focus{top:0}._table_185y9_1{width:100%;border-collapse:collapse}._caption_185y9_6{text-align:left;padding:.5em 0;font-weight:700}._headerCell_185y9_16,._cell_185y9_17{padding:.5em;text-align:left;border-bottom:1px solid var(--aui-color-border)}._head_185y9_16{background:var(--aui-color-surface);border-bottom:2px solid var(--aui-color-border)}._head_185y9_16 ._headerCell_185y9_16{border-bottom:none}._headerCell_185y9_16{font-weight:700;color:var(--aui-color-text)}._cell_185y9_17{color:var(--aui-color-text)}._row_185y9_41:hover{background:var(--aui-color-background-hover)}._striped_185y9_45 ._row_185y9_41:nth-child(2n){background:var(--aui-color-surface)}._striped_185y9_45 ._row_185y9_41:hover{background:var(--aui-color-background-hover)}._dense_185y9_53 ._headerCell_185y9_16,._dense_185y9_53 ._cell_185y9_17{padding:.25em}._focus-ring_4u8pk_3:focus-visible{outline:2px solid var(--aui-color-focus-ring);outline-offset:2px}._disabled_4u8pk_8:disabled{opacity:.5;cursor:not-allowed}._text-input_4u8pk_13{padding:.375em .5em;border:1px solid var(--aui-color-border);border-radius:.25em;background:var(--aui-color-background);color:var(--aui-color-text);font:inherit}._link_4u8pk_22{color:var(--aui-color-primary);text-decoration:underline;cursor:pointer}._link_4u8pk_22:hover{color:var(--aui-color-primary-hover)}._check-input_4u8pk_32{accent-color:var(--aui-color-primary)}._field-error_4u8pk_36{margin:0;font-size:.875em;color:var(--aui-color-error)}._visually-hidden_4u8pk_42{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}._wrapper_1kyv1_1{display:grid;gap:.25em}._textarea_1kyv1_6{resize:vertical}._counter_1kyv1_11{justify-self:end;font-size:.875em;color:var(--aui-color-text-muted)}._theme_1x47p_11{display:contents;--aui-color-text: var(--_aui-fg);--aui-color-text-muted: color-mix(in oklch, var(--_aui-fg) 82%, var(--_aui-bg));--aui-color-background: var(--_aui-bg);--aui-color-background-hover: color-mix(in oklch, var(--_aui-bg) 92%, var(--_aui-fg));--aui-color-surface: color-mix(in oklch, var(--_aui-bg) 97%, var(--_aui-fg));--aui-color-border: color-mix(in oklch, var(--_aui-bg) 50%, var(--_aui-fg));--aui-color-primary: var(--aui-base-primary);--aui-color-primary-hover: color-mix(in oklch, var(--aui-base-primary) 85%, var(--_aui-fg));--aui-color-focus-ring: var(--aui-base-primary);--aui-color-error: var(--aui-base-error);--aui-color-success: var(--aui-base-success)}
|
package/dist/auldrant-ui.js
CHANGED
|
@@ -1,50 +1,50 @@
|
|
|
1
1
|
import { jsx as l, jsxs as g, Fragment as ae } from "preact/jsx-runtime";
|
|
2
|
-
import { useId as
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
2
|
+
import { useId as L, useState as ce, useRef as H, useCallback as ie, useEffect as A } from "preact/hooks";
|
|
3
|
+
import { h as K, toChildArray as de } from "preact";
|
|
4
|
+
import { signal as V, useSignal as M, effect as ue } from "@preact/signals";
|
|
5
5
|
function m(...t) {
|
|
6
6
|
return t.filter(Boolean).join(" ");
|
|
7
7
|
}
|
|
8
|
-
function
|
|
8
|
+
function D(...t) {
|
|
9
9
|
return t.filter(Boolean).join(" ") || void 0;
|
|
10
10
|
}
|
|
11
|
-
const
|
|
12
|
-
button:
|
|
13
|
-
},
|
|
11
|
+
const pe = "_button_4gn7y_1 _focus-ring_4u8pk_3 _disabled_4u8pk_8", _e = {
|
|
12
|
+
button: pe
|
|
13
|
+
}, J = (t) => {
|
|
14
14
|
const { label: e, onClick: s, type: n = "button", disabled: r, class: o } = t;
|
|
15
|
-
return /* @__PURE__ */ l("button", { type: n, class: m(
|
|
15
|
+
return /* @__PURE__ */ l("button", { type: n, class: m(_e.button, o), onClick: s, disabled: r, children: e });
|
|
16
16
|
}, he = "_card_awzw5_1", fe = {
|
|
17
17
|
card: he
|
|
18
|
-
},
|
|
18
|
+
}, Kt = (t) => {
|
|
19
19
|
const { children: e, class: s } = t;
|
|
20
20
|
return /* @__PURE__ */ l("div", { class: m(fe.card, s), children: e });
|
|
21
|
-
}, ge = "_field_17xwz_1", me = "_input_17xwz_8 _check-input_4u8pk_32 _focus-ring_4u8pk_3 _disabled_4u8pk_8", be = "_error_17xwz_12 _field-error_4u8pk_36",
|
|
21
|
+
}, ge = "_field_17xwz_1", me = "_input_17xwz_8 _check-input_4u8pk_32 _focus-ring_4u8pk_3 _disabled_4u8pk_8", be = "_error_17xwz_12 _field-error_4u8pk_36", R = {
|
|
22
22
|
field: ge,
|
|
23
23
|
input: me,
|
|
24
24
|
error: be
|
|
25
|
-
},
|
|
26
|
-
const { label: e, name: s, checked: n, required: r, disabled: o, error: i, onChange: a, class: c } = t, d =
|
|
27
|
-
return /* @__PURE__ */ g("div", { class: m(
|
|
25
|
+
}, Vt = (t) => {
|
|
26
|
+
const { label: e, name: s, checked: n, required: r, disabled: o, error: i, onChange: a, class: c } = t, d = L(), h = `${d}-error`;
|
|
27
|
+
return /* @__PURE__ */ g("div", { class: m(R.field, c), children: [
|
|
28
28
|
/* @__PURE__ */ l(
|
|
29
29
|
"input",
|
|
30
30
|
{
|
|
31
31
|
id: d,
|
|
32
|
-
class:
|
|
32
|
+
class: R.input,
|
|
33
33
|
type: "checkbox",
|
|
34
34
|
name: s,
|
|
35
35
|
checked: n,
|
|
36
36
|
required: r,
|
|
37
37
|
disabled: o,
|
|
38
38
|
"aria-invalid": !!i || void 0,
|
|
39
|
-
"aria-describedby":
|
|
39
|
+
"aria-describedby": D(i && h),
|
|
40
40
|
onChange: a && ((u) => a(u.target.checked))
|
|
41
41
|
}
|
|
42
42
|
),
|
|
43
43
|
/* @__PURE__ */ l("label", { for: d, children: e }),
|
|
44
|
-
i && /* @__PURE__ */ l("p", { id: h, class:
|
|
44
|
+
i && /* @__PURE__ */ l("p", { id: h, class: R.error, role: "alert", children: i })
|
|
45
45
|
] });
|
|
46
46
|
};
|
|
47
|
-
function
|
|
47
|
+
function ye(t, e, s) {
|
|
48
48
|
const [n, r] = ce(!1), o = H({ x: 0, y: 0, offsetX: 0, offsetY: 0 }), i = ie(() => {
|
|
49
49
|
const a = e.current;
|
|
50
50
|
a && (a.style.removeProperty("--drag-x"), a.style.removeProperty("--drag-y"));
|
|
@@ -56,43 +56,142 @@ function ve(t, e, s) {
|
|
|
56
56
|
const d = (h) => {
|
|
57
57
|
if (h.target.closest("button"))
|
|
58
58
|
return;
|
|
59
|
-
const u = c.getBoundingClientRect(),
|
|
59
|
+
const u = c.getBoundingClientRect(), p = Number.parseFloat(c.style.getPropertyValue("--drag-x") || "0"), _ = Number.parseFloat(c.style.getPropertyValue("--drag-y") || "0");
|
|
60
60
|
o.current = {
|
|
61
61
|
x: h.clientX,
|
|
62
62
|
y: h.clientY,
|
|
63
|
-
offsetX:
|
|
64
|
-
offsetY:
|
|
63
|
+
offsetX: p,
|
|
64
|
+
offsetY: _
|
|
65
65
|
}, a.setPointerCapture(h.pointerId), r(!0);
|
|
66
|
-
const b = -(u.left -
|
|
67
|
-
const
|
|
66
|
+
const b = -(u.left - p), y = window.innerWidth - u.right + p, v = -(u.top - _), w = window.innerHeight - u.bottom + _, N = (I) => {
|
|
67
|
+
const j = I.clientX - o.current.x + o.current.offsetX, P = I.clientY - o.current.y + o.current.offsetY, f = Math.max(b, Math.min(y, j)), $ = Math.max(v, Math.min(w, P));
|
|
68
68
|
c.style.setProperty("--drag-x", `${f}px`), c.style.setProperty("--drag-y", `${$}px`);
|
|
69
69
|
}, x = () => {
|
|
70
|
-
a.removeEventListener("pointermove",
|
|
70
|
+
a.removeEventListener("pointermove", N), a.removeEventListener("pointerup", x), r(!1);
|
|
71
71
|
};
|
|
72
|
-
a.addEventListener("pointermove",
|
|
72
|
+
a.addEventListener("pointermove", N), a.addEventListener("pointerup", x);
|
|
73
73
|
};
|
|
74
74
|
return a.addEventListener("pointerdown", d), () => a.removeEventListener("pointerdown", d);
|
|
75
75
|
}, [t, e, s]), { isDragging: n, reset: i };
|
|
76
76
|
}
|
|
77
|
-
const
|
|
78
|
-
dialog:
|
|
79
|
-
panel:
|
|
77
|
+
const ke = "_dialog_k7njf_1", ve = "_panel_k7njf_21", we = "_header_k7njf_30", xe = "_title_k7njf_37", $e = "_close_k7njf_42 _focus-ring_4u8pk_3", Ce = "_body_k7njf_61", Le = "_message_k7njf_66", Ie = "_footer_k7njf_70", Ne = "_action_k7njf_77 _focus-ring_4u8pk_3 _disabled_4u8pk_8", Ee = "_primary_k7njf_92", De = "_draggable_k7njf_103", je = "_dragging_k7njf_109", k = {
|
|
78
|
+
dialog: ke,
|
|
79
|
+
panel: ve,
|
|
80
80
|
header: we,
|
|
81
81
|
title: xe,
|
|
82
82
|
close: $e,
|
|
83
83
|
body: Ce,
|
|
84
|
-
message:
|
|
85
|
-
footer:
|
|
86
|
-
action:
|
|
87
|
-
primary:
|
|
88
|
-
draggable:
|
|
89
|
-
dragging:
|
|
90
|
-
}
|
|
84
|
+
message: Le,
|
|
85
|
+
footer: Ie,
|
|
86
|
+
action: Ne,
|
|
87
|
+
primary: Ee,
|
|
88
|
+
draggable: De,
|
|
89
|
+
dragging: je
|
|
90
|
+
};
|
|
91
|
+
const Pe = (...t) => t.filter((e, s, n) => !!e && e.trim() !== "" && n.indexOf(e) === s).join(" ").trim();
|
|
92
|
+
const Q = (t) => t.replace(/([a-z0-9])([A-Z])/g, "$1-$2").toLowerCase();
|
|
93
|
+
const Se = (t) => t.replace(
|
|
94
|
+
/^([A-Z])|[\s-_]+(\w)/g,
|
|
95
|
+
(e, s, n) => n ? n.toUpperCase() : s.toLowerCase()
|
|
96
|
+
);
|
|
97
|
+
const ee = (t) => {
|
|
98
|
+
const e = Se(t);
|
|
99
|
+
return e.charAt(0).toUpperCase() + e.slice(1);
|
|
100
|
+
};
|
|
101
|
+
var Be = {
|
|
102
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
103
|
+
width: 24,
|
|
104
|
+
height: 24,
|
|
105
|
+
viewBox: "0 0 24 24",
|
|
106
|
+
fill: "none",
|
|
107
|
+
stroke: "currentColor",
|
|
108
|
+
"stroke-width": "2",
|
|
109
|
+
"stroke-linecap": "round",
|
|
110
|
+
"stroke-linejoin": "round"
|
|
111
|
+
};
|
|
112
|
+
const He = (t) => {
|
|
113
|
+
for (const e in t)
|
|
114
|
+
if (e.startsWith("aria-") || e === "role" || e === "title")
|
|
115
|
+
return !0;
|
|
116
|
+
return !1;
|
|
117
|
+
};
|
|
118
|
+
const Ae = ({
|
|
119
|
+
color: t = "currentColor",
|
|
120
|
+
size: e = 24,
|
|
121
|
+
strokeWidth: s = 2,
|
|
122
|
+
absoluteStrokeWidth: n,
|
|
123
|
+
children: r,
|
|
124
|
+
iconNode: o,
|
|
125
|
+
class: i = "",
|
|
126
|
+
...a
|
|
127
|
+
}) => K(
|
|
128
|
+
"svg",
|
|
129
|
+
{
|
|
130
|
+
...Be,
|
|
131
|
+
width: String(e),
|
|
132
|
+
height: e,
|
|
133
|
+
stroke: t,
|
|
134
|
+
"stroke-width": n ? Number(s) * 24 / Number(e) : s,
|
|
135
|
+
class: ["lucide", i].join(" "),
|
|
136
|
+
...!r && !He(a) && { "aria-hidden": "true" },
|
|
137
|
+
...a
|
|
138
|
+
},
|
|
139
|
+
[...o.map(([c, d]) => K(c, d)), ...de(r)]
|
|
140
|
+
);
|
|
141
|
+
const W = (t, e) => {
|
|
142
|
+
const s = ({ class: n = "", className: r = "", children: o, ...i }) => K(
|
|
143
|
+
Ae,
|
|
144
|
+
{
|
|
145
|
+
...i,
|
|
146
|
+
iconNode: e,
|
|
147
|
+
class: Pe(
|
|
148
|
+
`lucide-${Q(ee(t))}`,
|
|
149
|
+
`lucide-${Q(t)}`,
|
|
150
|
+
n,
|
|
151
|
+
r
|
|
152
|
+
)
|
|
153
|
+
},
|
|
154
|
+
o
|
|
155
|
+
);
|
|
156
|
+
return s.displayName = ee(t), s;
|
|
157
|
+
};
|
|
158
|
+
const Me = W("eye", [
|
|
159
|
+
[
|
|
160
|
+
"path",
|
|
161
|
+
{
|
|
162
|
+
d: "M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0",
|
|
163
|
+
key: "1nclc0"
|
|
164
|
+
}
|
|
165
|
+
],
|
|
166
|
+
["circle", { cx: "12", cy: "12", r: "3", key: "1v7zrd" }]
|
|
167
|
+
]);
|
|
168
|
+
const qe = W("eye-off", [
|
|
169
|
+
[
|
|
170
|
+
"path",
|
|
171
|
+
{
|
|
172
|
+
d: "M10.733 5.076a10.744 10.744 0 0 1 11.205 6.575 1 1 0 0 1 0 .696 10.747 10.747 0 0 1-1.444 2.49",
|
|
173
|
+
key: "ct8e1f"
|
|
174
|
+
}
|
|
175
|
+
],
|
|
176
|
+
["path", { d: "M14.084 14.158a3 3 0 0 1-4.242-4.242", key: "151rxh" }],
|
|
177
|
+
[
|
|
178
|
+
"path",
|
|
179
|
+
{
|
|
180
|
+
d: "M17.479 17.499a10.75 10.75 0 0 1-15.417-5.151 1 1 0 0 1 0-.696 10.75 10.75 0 0 1 4.446-5.143",
|
|
181
|
+
key: "13bj9a"
|
|
182
|
+
}
|
|
183
|
+
],
|
|
184
|
+
["path", { d: "m2 2 20 20", key: "1ooewy" }]
|
|
185
|
+
]);
|
|
186
|
+
const Te = W("x", [
|
|
187
|
+
["path", { d: "M18 6 6 18", key: "1bl5f8" }],
|
|
188
|
+
["path", { d: "m6 6 12 12", key: "d8bk6v" }]
|
|
189
|
+
]), F = {
|
|
91
190
|
cancel: "Cancel",
|
|
92
191
|
cancelDescription: "Dismiss this dialog",
|
|
93
192
|
closeDescription: "Close this dialog"
|
|
94
193
|
};
|
|
95
|
-
function
|
|
194
|
+
function ze(t) {
|
|
96
195
|
const e = t.split("+"), s = e.at(-1) ?? "", n = e.slice(0, -1).map((r) => r.toLowerCase());
|
|
97
196
|
return {
|
|
98
197
|
key: s.toLowerCase(),
|
|
@@ -104,7 +203,7 @@ function Pe(t) {
|
|
|
104
203
|
function O(t) {
|
|
105
204
|
return `(${t})`;
|
|
106
205
|
}
|
|
107
|
-
const
|
|
206
|
+
const re = (t) => {
|
|
108
207
|
const {
|
|
109
208
|
open: e,
|
|
110
209
|
title: s,
|
|
@@ -117,15 +216,15 @@ const se = (t) => {
|
|
|
117
216
|
actions: d,
|
|
118
217
|
cancelLabel: h,
|
|
119
218
|
onCancel: u,
|
|
120
|
-
focusCancel:
|
|
121
|
-
children:
|
|
219
|
+
focusCancel: p,
|
|
220
|
+
children: _,
|
|
122
221
|
class: b
|
|
123
|
-
} = t,
|
|
222
|
+
} = t, y = H(null), v = H(null), w = H(null), N = H(null), x = L(), { isDragging: I, reset: j } = ye(v, y, e && !!r);
|
|
124
223
|
A(() => {
|
|
125
|
-
const f =
|
|
126
|
-
f && (e && !f.open ? (f.showModal(),
|
|
127
|
-
}, [e,
|
|
128
|
-
const f =
|
|
224
|
+
const f = y.current;
|
|
225
|
+
f && (e && !f.open ? (f.showModal(), p && N.current ? N.current.focus() : w.current && w.current.focus()) : !e && f.open && (f.close(), j()));
|
|
226
|
+
}, [e, p, j]), A(() => {
|
|
227
|
+
const f = y.current;
|
|
129
228
|
if (!f)
|
|
130
229
|
return;
|
|
131
230
|
const $ = (S) => {
|
|
@@ -133,25 +232,25 @@ const se = (t) => {
|
|
|
133
232
|
};
|
|
134
233
|
return f.addEventListener("cancel", $), () => f.removeEventListener("cancel", $);
|
|
135
234
|
}, [o]), A(() => {
|
|
136
|
-
const f =
|
|
235
|
+
const f = y.current;
|
|
137
236
|
if (!f || !e)
|
|
138
237
|
return;
|
|
139
238
|
const $ = [...d ?? [], ...c ? [c] : []];
|
|
140
239
|
if ($.length === 0)
|
|
141
240
|
return;
|
|
142
|
-
const S = $.map((
|
|
143
|
-
parsed:
|
|
144
|
-
handler:
|
|
145
|
-
})),
|
|
241
|
+
const S = $.map((E) => ({
|
|
242
|
+
parsed: ze(E.shortcut),
|
|
243
|
+
handler: E.onClick
|
|
244
|
+
})), Z = (E) => {
|
|
146
245
|
for (const { parsed: T, handler: oe } of S)
|
|
147
|
-
if (
|
|
148
|
-
|
|
246
|
+
if (E.key.toLowerCase() === T.key && E.ctrlKey === T.ctrl && E.shiftKey === T.shift && E.altKey === T.alt) {
|
|
247
|
+
E.preventDefault(), oe();
|
|
149
248
|
return;
|
|
150
249
|
}
|
|
151
250
|
};
|
|
152
|
-
return f.addEventListener("keydown",
|
|
251
|
+
return f.addEventListener("keydown", Z), () => f.removeEventListener("keydown", Z);
|
|
153
252
|
}, [e, d, c]), A(() => {
|
|
154
|
-
const f =
|
|
253
|
+
const f = y.current;
|
|
155
254
|
if (!f || !e || !i)
|
|
156
255
|
return;
|
|
157
256
|
const $ = (S) => {
|
|
@@ -163,41 +262,41 @@ const se = (t) => {
|
|
|
163
262
|
return /* @__PURE__ */ l(
|
|
164
263
|
"dialog",
|
|
165
264
|
{
|
|
166
|
-
ref:
|
|
167
|
-
class: m(
|
|
265
|
+
ref: y,
|
|
266
|
+
class: m(k.dialog, b),
|
|
168
267
|
"aria-labelledby": x,
|
|
169
268
|
role: n ? "alertdialog" : void 0,
|
|
170
|
-
children: /* @__PURE__ */ g("div", { class:
|
|
269
|
+
children: /* @__PURE__ */ g("div", { class: k.panel, children: [
|
|
171
270
|
/* @__PURE__ */ g(
|
|
172
271
|
"header",
|
|
173
272
|
{
|
|
174
|
-
ref:
|
|
175
|
-
class: m(
|
|
273
|
+
ref: v,
|
|
274
|
+
class: m(k.header, r && k.draggable, I && k.dragging),
|
|
176
275
|
children: [
|
|
177
|
-
/* @__PURE__ */ l("h2", { id: x, class:
|
|
276
|
+
/* @__PURE__ */ l("h2", { id: x, class: k.title, children: s }),
|
|
178
277
|
!n && /* @__PURE__ */ l(
|
|
179
278
|
"button",
|
|
180
279
|
{
|
|
181
280
|
type: "button",
|
|
182
|
-
class:
|
|
281
|
+
class: k.close,
|
|
183
282
|
title: F.closeDescription,
|
|
184
283
|
onClick: o,
|
|
185
|
-
children: "
|
|
284
|
+
children: /* @__PURE__ */ l(Te, { size: "1.5em", "aria-hidden": "true" })
|
|
186
285
|
}
|
|
187
286
|
)
|
|
188
287
|
]
|
|
189
288
|
}
|
|
190
289
|
),
|
|
191
|
-
/* @__PURE__ */ g("div", { class:
|
|
192
|
-
a && /* @__PURE__ */ l("p", { class:
|
|
193
|
-
|
|
290
|
+
/* @__PURE__ */ g("div", { class: k.body, children: [
|
|
291
|
+
a && /* @__PURE__ */ l("p", { class: k.message, children: a }),
|
|
292
|
+
_
|
|
194
293
|
] }),
|
|
195
|
-
P && /* @__PURE__ */ g("footer", { class:
|
|
294
|
+
P && /* @__PURE__ */ g("footer", { class: k.footer, children: [
|
|
196
295
|
d?.map((f) => /* @__PURE__ */ g(
|
|
197
296
|
"button",
|
|
198
297
|
{
|
|
199
298
|
type: "button",
|
|
200
|
-
class:
|
|
299
|
+
class: k.action,
|
|
201
300
|
title: f.description,
|
|
202
301
|
onClick: f.onClick,
|
|
203
302
|
children: [
|
|
@@ -213,7 +312,7 @@ const se = (t) => {
|
|
|
213
312
|
{
|
|
214
313
|
ref: w,
|
|
215
314
|
type: "button",
|
|
216
|
-
class: m(
|
|
315
|
+
class: m(k.action, k.primary),
|
|
217
316
|
title: c.description,
|
|
218
317
|
onClick: c.onClick,
|
|
219
318
|
children: [
|
|
@@ -226,9 +325,9 @@ const se = (t) => {
|
|
|
226
325
|
u && /* @__PURE__ */ g(
|
|
227
326
|
"button",
|
|
228
327
|
{
|
|
229
|
-
ref:
|
|
328
|
+
ref: N,
|
|
230
329
|
type: "button",
|
|
231
|
-
class:
|
|
330
|
+
class: k.action,
|
|
232
331
|
title: F.cancelDescription,
|
|
233
332
|
onClick: u,
|
|
234
333
|
children: [
|
|
@@ -242,7 +341,7 @@ const se = (t) => {
|
|
|
242
341
|
] })
|
|
243
342
|
}
|
|
244
343
|
);
|
|
245
|
-
},
|
|
344
|
+
}, Wt = (t) => {
|
|
246
345
|
const {
|
|
247
346
|
open: e,
|
|
248
347
|
title: s,
|
|
@@ -255,7 +354,7 @@ const se = (t) => {
|
|
|
255
354
|
class: d
|
|
256
355
|
} = t;
|
|
257
356
|
return /* @__PURE__ */ l(
|
|
258
|
-
|
|
357
|
+
re,
|
|
259
358
|
{
|
|
260
359
|
open: e,
|
|
261
360
|
title: s,
|
|
@@ -269,16 +368,16 @@ const se = (t) => {
|
|
|
269
368
|
children: c
|
|
270
369
|
}
|
|
271
370
|
);
|
|
272
|
-
},
|
|
273
|
-
link:
|
|
274
|
-
}, Wt = (t) => {
|
|
275
|
-
const { href: e, fileName: s, label: n, class: r } = t;
|
|
276
|
-
return /* @__PURE__ */ l("a", { href: e, download: s, class: m(Be.link, r), children: n });
|
|
277
|
-
}, He = "_form_jr324_1", Ae = "_actions_jr324_6", qe = "_status_jr324_13", X = {
|
|
278
|
-
form: He,
|
|
279
|
-
actions: Ae,
|
|
280
|
-
status: qe
|
|
371
|
+
}, Re = "_link_7wgic_1 _link_4u8pk_22 _focus-ring_4u8pk_3", Fe = {
|
|
372
|
+
link: Re
|
|
281
373
|
}, Gt = (t) => {
|
|
374
|
+
const { href: e, fileName: s, label: n, class: r } = t;
|
|
375
|
+
return /* @__PURE__ */ l("a", { href: e, download: s, class: m(Fe.link, r), children: n });
|
|
376
|
+
}, Oe = "_form_jr324_1", Xe = "_actions_jr324_6", Ye = "_status_jr324_13", X = {
|
|
377
|
+
form: Oe,
|
|
378
|
+
actions: Xe,
|
|
379
|
+
status: Ye
|
|
380
|
+
}, Zt = (t) => {
|
|
282
381
|
const {
|
|
283
382
|
onSubmit: e,
|
|
284
383
|
submitLabel: s = "Submit",
|
|
@@ -299,39 +398,39 @@ const se = (t) => {
|
|
|
299
398
|
children: [
|
|
300
399
|
o,
|
|
301
400
|
/* @__PURE__ */ g("div", { class: X.actions, children: [
|
|
302
|
-
/* @__PURE__ */ l(
|
|
303
|
-
n && /* @__PURE__ */ l(
|
|
401
|
+
/* @__PURE__ */ l(J, { type: "submit", label: s }),
|
|
402
|
+
n && /* @__PURE__ */ l(J, { type: "reset", label: n })
|
|
304
403
|
] }),
|
|
305
404
|
r && /* @__PURE__ */ l("output", { class: X.status, children: r })
|
|
306
405
|
]
|
|
307
406
|
}
|
|
308
407
|
);
|
|
309
|
-
},
|
|
310
|
-
field:
|
|
311
|
-
label:
|
|
312
|
-
required:
|
|
313
|
-
error:
|
|
314
|
-
},
|
|
408
|
+
}, Ue = "_field_7l9ux_1", Ke = "_label_7l9ux_8", Ve = "_required_7l9ux_12", We = "_error_7l9ux_16 _field-error_4u8pk_36", z = {
|
|
409
|
+
field: Ue,
|
|
410
|
+
label: Ke,
|
|
411
|
+
required: Ve,
|
|
412
|
+
error: We
|
|
413
|
+
}, q = (t) => {
|
|
315
414
|
const { for: e, label: s, required: n, error: r, errorId: o, children: i, class: a } = t;
|
|
316
|
-
return /* @__PURE__ */ g("div", { class: m(
|
|
317
|
-
/* @__PURE__ */ g("label", { class:
|
|
415
|
+
return /* @__PURE__ */ g("div", { class: m(z.field, a), children: [
|
|
416
|
+
/* @__PURE__ */ g("label", { class: z.label, for: e, children: [
|
|
318
417
|
s,
|
|
319
418
|
":",
|
|
320
|
-
n && /* @__PURE__ */ g("span", { class:
|
|
419
|
+
n && /* @__PURE__ */ g("span", { class: z.required, "aria-hidden": "true", children: [
|
|
321
420
|
" ",
|
|
322
421
|
"*"
|
|
323
422
|
] })
|
|
324
423
|
] }),
|
|
325
424
|
i,
|
|
326
|
-
r && /* @__PURE__ */ l("p", { id: o, class:
|
|
425
|
+
r && /* @__PURE__ */ l("p", { id: o, class: z.error, role: "alert", children: r })
|
|
327
426
|
] });
|
|
328
|
-
},
|
|
329
|
-
input:
|
|
330
|
-
},
|
|
427
|
+
}, Ge = "_input_1j10x_1 _text-input_4u8pk_13 _focus-ring_4u8pk_3 _disabled_4u8pk_8", Ze = {
|
|
428
|
+
input: Ge
|
|
429
|
+
}, Je = {
|
|
331
430
|
email: "email",
|
|
332
431
|
tel: "tel",
|
|
333
432
|
url: "url"
|
|
334
|
-
},
|
|
433
|
+
}, Jt = (t) => {
|
|
335
434
|
const {
|
|
336
435
|
label: e,
|
|
337
436
|
name: s,
|
|
@@ -344,43 +443,43 @@ const se = (t) => {
|
|
|
344
443
|
pattern: d,
|
|
345
444
|
required: h,
|
|
346
445
|
disabled: u,
|
|
347
|
-
error:
|
|
348
|
-
onInput:
|
|
446
|
+
error: p,
|
|
447
|
+
onInput: _,
|
|
349
448
|
class: b
|
|
350
|
-
} = t,
|
|
449
|
+
} = t, y = L(), v = `${y}-error`;
|
|
351
450
|
return /* @__PURE__ */ l(
|
|
352
|
-
|
|
451
|
+
q,
|
|
353
452
|
{
|
|
354
453
|
label: e,
|
|
355
|
-
for:
|
|
454
|
+
for: y,
|
|
356
455
|
required: h,
|
|
357
|
-
error:
|
|
358
|
-
errorId:
|
|
456
|
+
error: p,
|
|
457
|
+
errorId: v,
|
|
359
458
|
class: b,
|
|
360
459
|
children: /* @__PURE__ */ l(
|
|
361
460
|
"input",
|
|
362
461
|
{
|
|
363
|
-
id:
|
|
364
|
-
class:
|
|
462
|
+
id: y,
|
|
463
|
+
class: Ze.input,
|
|
365
464
|
type: n,
|
|
366
465
|
name: s,
|
|
367
466
|
value: r,
|
|
368
467
|
placeholder: o,
|
|
369
468
|
maxLength: i,
|
|
370
|
-
autoComplete: a ??
|
|
469
|
+
autoComplete: a ?? Je[n],
|
|
371
470
|
readOnly: c,
|
|
372
471
|
pattern: d,
|
|
373
472
|
required: h,
|
|
374
473
|
disabled: u,
|
|
375
|
-
"aria-invalid": !!
|
|
376
|
-
"aria-describedby":
|
|
377
|
-
onInput:
|
|
474
|
+
"aria-invalid": !!p || void 0,
|
|
475
|
+
"aria-describedby": D(p && v),
|
|
476
|
+
onInput: _ && ((w) => _(w.target.value))
|
|
378
477
|
}
|
|
379
478
|
)
|
|
380
479
|
}
|
|
381
480
|
);
|
|
382
|
-
},
|
|
383
|
-
function
|
|
481
|
+
}, G = V(window.location.pathname), le = V(window.location.hash.slice(1));
|
|
482
|
+
function Qe(t) {
|
|
384
483
|
const e = t.indexOf("#");
|
|
385
484
|
let s = "", n = t;
|
|
386
485
|
e >= 0 && (s = t.slice(e + 1), n = t.slice(0, e));
|
|
@@ -388,37 +487,37 @@ function Ye(t) {
|
|
|
388
487
|
let o = "", i = n;
|
|
389
488
|
return r >= 0 && (o = n.slice(r), i = n.slice(0, r)), { pathname: i || "/", search: o, hash: s };
|
|
390
489
|
}
|
|
391
|
-
function
|
|
392
|
-
const { pathname: s, search: n, hash: r } =
|
|
393
|
-
e?.replace ? history.replaceState(null, "", o) : history.pushState(null, "", o),
|
|
490
|
+
function et(t, e) {
|
|
491
|
+
const { pathname: s, search: n, hash: r } = Qe(t), o = s + n + (r ? `#${r}` : "");
|
|
492
|
+
e?.replace ? history.replaceState(null, "", o) : history.pushState(null, "", o), G.value = s, le.value = r;
|
|
394
493
|
}
|
|
395
494
|
window.addEventListener("popstate", () => {
|
|
396
|
-
|
|
495
|
+
G.value = window.location.pathname, le.value = window.location.hash.slice(1);
|
|
397
496
|
});
|
|
398
|
-
const
|
|
399
|
-
link:
|
|
497
|
+
const tt = "_link_7wgic_1 _link_4u8pk_22 _focus-ring_4u8pk_3", te = {
|
|
498
|
+
link: tt
|
|
400
499
|
};
|
|
401
|
-
function
|
|
500
|
+
function nt(t) {
|
|
402
501
|
try {
|
|
403
502
|
return new URL(t, window.location.href).origin !== window.location.origin;
|
|
404
503
|
} catch {
|
|
405
504
|
return !1;
|
|
406
505
|
}
|
|
407
506
|
}
|
|
408
|
-
const
|
|
507
|
+
const Qt = (t) => {
|
|
409
508
|
const { href: e, children: s, external: n, class: r } = t;
|
|
410
|
-
return n ??
|
|
509
|
+
return n ?? nt(e) ? /* @__PURE__ */ l("a", { href: e, class: m(te.link, r), rel: "noopener noreferrer", children: s }) : /* @__PURE__ */ l(
|
|
411
510
|
"a",
|
|
412
511
|
{
|
|
413
512
|
href: e,
|
|
414
|
-
class: m(
|
|
513
|
+
class: m(te.link, r),
|
|
415
514
|
onClick: (i) => {
|
|
416
|
-
i.preventDefault(),
|
|
515
|
+
i.preventDefault(), et(e);
|
|
417
516
|
},
|
|
418
517
|
children: s
|
|
419
518
|
}
|
|
420
519
|
);
|
|
421
|
-
},
|
|
520
|
+
}, en = (t) => {
|
|
422
521
|
const {
|
|
423
522
|
open: e,
|
|
424
523
|
title: s,
|
|
@@ -433,7 +532,7 @@ const Jt = (t) => {
|
|
|
433
532
|
class: u
|
|
434
533
|
} = t;
|
|
435
534
|
return /* @__PURE__ */ l(
|
|
436
|
-
|
|
535
|
+
re,
|
|
437
536
|
{
|
|
438
537
|
open: e,
|
|
439
538
|
title: s,
|
|
@@ -450,18 +549,18 @@ const Jt = (t) => {
|
|
|
450
549
|
children: h
|
|
451
550
|
}
|
|
452
551
|
);
|
|
453
|
-
},
|
|
454
|
-
nav:
|
|
455
|
-
title:
|
|
456
|
-
},
|
|
457
|
-
const { title: e, children: s, class: n } = t, r =
|
|
458
|
-
return /* @__PURE__ */ g("nav", { class: m(
|
|
459
|
-
e && /* @__PURE__ */ l("h2", { id: r, class:
|
|
552
|
+
}, st = "_nav_778nl_1", rt = "_title_778nl_6", ne = {
|
|
553
|
+
nav: st,
|
|
554
|
+
title: rt
|
|
555
|
+
}, tn = (t) => {
|
|
556
|
+
const { title: e, children: s, class: n } = t, r = L();
|
|
557
|
+
return /* @__PURE__ */ g("nav", { class: m(ne.nav, n), "aria-labelledby": e ? r : void 0, children: [
|
|
558
|
+
e && /* @__PURE__ */ l("h2", { id: r, class: ne.title, children: e }),
|
|
460
559
|
s
|
|
461
560
|
] });
|
|
462
|
-
},
|
|
463
|
-
input:
|
|
464
|
-
},
|
|
561
|
+
}, lt = "_input_1j10x_1 _text-input_4u8pk_13 _focus-ring_4u8pk_3 _disabled_4u8pk_8", ot = {
|
|
562
|
+
input: lt
|
|
563
|
+
}, nn = (t) => {
|
|
465
564
|
const {
|
|
466
565
|
label: e,
|
|
467
566
|
name: s,
|
|
@@ -474,22 +573,22 @@ const Jt = (t) => {
|
|
|
474
573
|
disabled: d,
|
|
475
574
|
error: h,
|
|
476
575
|
onInput: u,
|
|
477
|
-
class:
|
|
478
|
-
} = t,
|
|
576
|
+
class: p
|
|
577
|
+
} = t, _ = L(), b = `${_}-error`;
|
|
479
578
|
return /* @__PURE__ */ l(
|
|
480
|
-
|
|
579
|
+
q,
|
|
481
580
|
{
|
|
482
581
|
label: e,
|
|
483
|
-
for:
|
|
582
|
+
for: _,
|
|
484
583
|
required: c,
|
|
485
584
|
error: h,
|
|
486
585
|
errorId: b,
|
|
487
|
-
class:
|
|
586
|
+
class: p,
|
|
488
587
|
children: /* @__PURE__ */ l(
|
|
489
588
|
"input",
|
|
490
589
|
{
|
|
491
|
-
id:
|
|
492
|
-
class:
|
|
590
|
+
id: _,
|
|
591
|
+
class: ot.input,
|
|
493
592
|
type: "number",
|
|
494
593
|
name: s,
|
|
495
594
|
min: n,
|
|
@@ -500,115 +599,20 @@ const Jt = (t) => {
|
|
|
500
599
|
required: c,
|
|
501
600
|
disabled: d,
|
|
502
601
|
"aria-invalid": !!h || void 0,
|
|
503
|
-
"aria-describedby":
|
|
504
|
-
onInput: u && ((
|
|
602
|
+
"aria-describedby": D(h && b),
|
|
603
|
+
onInput: u && ((y) => u(y.target.valueAsNumber))
|
|
505
604
|
}
|
|
506
605
|
)
|
|
507
606
|
}
|
|
508
607
|
);
|
|
509
|
-
},
|
|
510
|
-
wrapper:
|
|
511
|
-
input:
|
|
512
|
-
toggle:
|
|
513
|
-
}
|
|
514
|
-
const nt = (...t) => t.filter((e, s, n) => !!e && e.trim() !== "" && n.indexOf(e) === s).join(" ").trim();
|
|
515
|
-
const ee = (t) => t.replace(/([a-z0-9])([A-Z])/g, "$1-$2").toLowerCase();
|
|
516
|
-
const st = (t) => t.replace(
|
|
517
|
-
/^([A-Z])|[\s-_]+(\w)/g,
|
|
518
|
-
(e, s, n) => n ? n.toUpperCase() : s.toLowerCase()
|
|
519
|
-
);
|
|
520
|
-
const te = (t) => {
|
|
521
|
-
const e = st(t);
|
|
522
|
-
return e.charAt(0).toUpperCase() + e.slice(1);
|
|
523
|
-
};
|
|
524
|
-
var rt = {
|
|
525
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
526
|
-
width: 24,
|
|
527
|
-
height: 24,
|
|
528
|
-
viewBox: "0 0 24 24",
|
|
529
|
-
fill: "none",
|
|
530
|
-
stroke: "currentColor",
|
|
531
|
-
"stroke-width": "2",
|
|
532
|
-
"stroke-linecap": "round",
|
|
533
|
-
"stroke-linejoin": "round"
|
|
534
|
-
};
|
|
535
|
-
const lt = (t) => {
|
|
536
|
-
for (const e in t)
|
|
537
|
-
if (e.startsWith("aria-") || e === "role" || e === "title")
|
|
538
|
-
return !0;
|
|
539
|
-
return !1;
|
|
540
|
-
};
|
|
541
|
-
const ot = ({
|
|
542
|
-
color: t = "currentColor",
|
|
543
|
-
size: e = 24,
|
|
544
|
-
strokeWidth: s = 2,
|
|
545
|
-
absoluteStrokeWidth: n,
|
|
546
|
-
children: r,
|
|
547
|
-
iconNode: o,
|
|
548
|
-
class: i = "",
|
|
549
|
-
...a
|
|
550
|
-
}) => K(
|
|
551
|
-
"svg",
|
|
552
|
-
{
|
|
553
|
-
...rt,
|
|
554
|
-
width: String(e),
|
|
555
|
-
height: e,
|
|
556
|
-
stroke: t,
|
|
557
|
-
"stroke-width": n ? Number(s) * 24 / Number(e) : s,
|
|
558
|
-
class: ["lucide", i].join(" "),
|
|
559
|
-
...!r && !lt(a) && { "aria-hidden": "true" },
|
|
560
|
-
...a
|
|
561
|
-
},
|
|
562
|
-
[...o.map(([c, d]) => K(c, d)), ...ue(r)]
|
|
563
|
-
);
|
|
564
|
-
const le = (t, e) => {
|
|
565
|
-
const s = ({ class: n = "", className: r = "", children: o, ...i }) => K(
|
|
566
|
-
ot,
|
|
567
|
-
{
|
|
568
|
-
...i,
|
|
569
|
-
iconNode: e,
|
|
570
|
-
class: nt(
|
|
571
|
-
`lucide-${ee(te(t))}`,
|
|
572
|
-
`lucide-${ee(t)}`,
|
|
573
|
-
n,
|
|
574
|
-
r
|
|
575
|
-
)
|
|
576
|
-
},
|
|
577
|
-
o
|
|
578
|
-
);
|
|
579
|
-
return s.displayName = te(t), s;
|
|
580
|
-
};
|
|
581
|
-
const at = le("eye", [
|
|
582
|
-
[
|
|
583
|
-
"path",
|
|
584
|
-
{
|
|
585
|
-
d: "M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0",
|
|
586
|
-
key: "1nclc0"
|
|
587
|
-
}
|
|
588
|
-
],
|
|
589
|
-
["circle", { cx: "12", cy: "12", r: "3", key: "1v7zrd" }]
|
|
590
|
-
]);
|
|
591
|
-
const ct = le("eye-off", [
|
|
592
|
-
[
|
|
593
|
-
"path",
|
|
594
|
-
{
|
|
595
|
-
d: "M10.733 5.076a10.744 10.744 0 0 1 11.205 6.575 1 1 0 0 1 0 .696 10.747 10.747 0 0 1-1.444 2.49",
|
|
596
|
-
key: "ct8e1f"
|
|
597
|
-
}
|
|
598
|
-
],
|
|
599
|
-
["path", { d: "M14.084 14.158a3 3 0 0 1-4.242-4.242", key: "151rxh" }],
|
|
600
|
-
[
|
|
601
|
-
"path",
|
|
602
|
-
{
|
|
603
|
-
d: "M17.479 17.499a10.75 10.75 0 0 1-15.417-5.151 1 1 0 0 1 0-.696 10.75 10.75 0 0 1 4.446-5.143",
|
|
604
|
-
key: "13bj9a"
|
|
605
|
-
}
|
|
606
|
-
],
|
|
607
|
-
["path", { d: "m2 2 20 20", key: "1ooewy" }]
|
|
608
|
-
]), it = {
|
|
608
|
+
}, at = "_wrapper_16zfv_1", ct = "_input_16zfv_5 _text-input_4u8pk_13 _focus-ring_4u8pk_3 _disabled_4u8pk_8", it = "_toggle_16zfv_11 _focus-ring_4u8pk_3 _disabled_4u8pk_8", Y = {
|
|
609
|
+
wrapper: at,
|
|
610
|
+
input: ct,
|
|
611
|
+
toggle: it
|
|
612
|
+
}, dt = {
|
|
609
613
|
current: "current-password",
|
|
610
614
|
new: "new-password"
|
|
611
|
-
},
|
|
615
|
+
}, sn = (t) => {
|
|
612
616
|
const {
|
|
613
617
|
label: e,
|
|
614
618
|
name: s,
|
|
@@ -620,15 +624,15 @@ const ct = le("eye-off", [
|
|
|
620
624
|
error: c,
|
|
621
625
|
onInput: d,
|
|
622
626
|
class: h
|
|
623
|
-
} = t, u =
|
|
627
|
+
} = t, u = L(), p = `${u}-error`, _ = M(!1);
|
|
624
628
|
return /* @__PURE__ */ l(
|
|
625
|
-
|
|
629
|
+
q,
|
|
626
630
|
{
|
|
627
631
|
label: e,
|
|
628
632
|
for: u,
|
|
629
633
|
required: i,
|
|
630
634
|
error: c,
|
|
631
|
-
errorId:
|
|
635
|
+
errorId: p,
|
|
632
636
|
class: h,
|
|
633
637
|
children: /* @__PURE__ */ g("div", { class: Y.wrapper, children: [
|
|
634
638
|
/* @__PURE__ */ l(
|
|
@@ -636,15 +640,15 @@ const ct = le("eye-off", [
|
|
|
636
640
|
{
|
|
637
641
|
id: u,
|
|
638
642
|
class: Y.input,
|
|
639
|
-
type:
|
|
643
|
+
type: _.value ? "text" : "password",
|
|
640
644
|
name: s,
|
|
641
645
|
value: r,
|
|
642
646
|
placeholder: o,
|
|
643
|
-
autoComplete:
|
|
647
|
+
autoComplete: dt[n],
|
|
644
648
|
required: i,
|
|
645
649
|
disabled: a,
|
|
646
650
|
"aria-invalid": !!c || void 0,
|
|
647
|
-
"aria-describedby":
|
|
651
|
+
"aria-describedby": D(c && p),
|
|
648
652
|
onInput: d && ((b) => d(b.target.value))
|
|
649
653
|
}
|
|
650
654
|
),
|
|
@@ -654,23 +658,23 @@ const ct = le("eye-off", [
|
|
|
654
658
|
type: "button",
|
|
655
659
|
class: Y.toggle,
|
|
656
660
|
disabled: a,
|
|
657
|
-
"aria-label":
|
|
661
|
+
"aria-label": _.value ? "Hide password" : "Show password",
|
|
658
662
|
onClick: () => {
|
|
659
|
-
|
|
663
|
+
_.value = !_.value;
|
|
660
664
|
},
|
|
661
|
-
children:
|
|
665
|
+
children: _.value ? /* @__PURE__ */ l(qe, { size: "1em" }) : /* @__PURE__ */ l(Me, { size: "1em" })
|
|
662
666
|
}
|
|
663
667
|
)
|
|
664
668
|
] })
|
|
665
669
|
}
|
|
666
670
|
);
|
|
667
|
-
},
|
|
668
|
-
fieldset:
|
|
669
|
-
legend:
|
|
671
|
+
}, ut = "_fieldset_lymkd_1", pt = "_legend_lymkd_6", _t = "_option_lymkd_11", ht = "_input_lymkd_19 _check-input_4u8pk_32 _focus-ring_4u8pk_3", ft = "_error_lymkd_23 _field-error_4u8pk_36", B = {
|
|
672
|
+
fieldset: ut,
|
|
673
|
+
legend: pt,
|
|
670
674
|
option: _t,
|
|
671
|
-
input:
|
|
672
|
-
error:
|
|
673
|
-
},
|
|
675
|
+
input: ht,
|
|
676
|
+
error: ft
|
|
677
|
+
}, rn = (t) => {
|
|
674
678
|
const {
|
|
675
679
|
legend: e,
|
|
676
680
|
name: s,
|
|
@@ -681,41 +685,41 @@ const ct = le("eye-off", [
|
|
|
681
685
|
error: a,
|
|
682
686
|
onChange: c,
|
|
683
687
|
class: d
|
|
684
|
-
} = t, h =
|
|
688
|
+
} = t, h = L(), u = `${h}-error`;
|
|
685
689
|
return /* @__PURE__ */ g(
|
|
686
690
|
"fieldset",
|
|
687
691
|
{
|
|
688
692
|
class: m(B.fieldset, d),
|
|
689
693
|
"aria-invalid": !!a || void 0,
|
|
690
|
-
"aria-describedby":
|
|
694
|
+
"aria-describedby": D(a && u),
|
|
691
695
|
children: [
|
|
692
696
|
/* @__PURE__ */ l("legend", { class: B.legend, children: e }),
|
|
693
|
-
n.map((
|
|
694
|
-
const
|
|
697
|
+
n.map((p) => {
|
|
698
|
+
const _ = `${h}-${p.value}`;
|
|
695
699
|
return /* @__PURE__ */ g("div", { class: B.option, children: [
|
|
696
700
|
/* @__PURE__ */ l(
|
|
697
701
|
"input",
|
|
698
702
|
{
|
|
699
|
-
id:
|
|
703
|
+
id: _,
|
|
700
704
|
class: B.input,
|
|
701
705
|
type: "radio",
|
|
702
706
|
name: s,
|
|
703
|
-
value:
|
|
704
|
-
checked: r ===
|
|
707
|
+
value: p.value,
|
|
708
|
+
checked: r === p.value,
|
|
705
709
|
required: o,
|
|
706
710
|
disabled: i,
|
|
707
|
-
onChange: c && (() => c(
|
|
711
|
+
onChange: c && (() => c(p.value))
|
|
708
712
|
}
|
|
709
713
|
),
|
|
710
|
-
/* @__PURE__ */ l("label", { for:
|
|
711
|
-
] },
|
|
714
|
+
/* @__PURE__ */ l("label", { for: _, children: p.label })
|
|
715
|
+
] }, p.value);
|
|
712
716
|
}),
|
|
713
717
|
a && /* @__PURE__ */ l("p", { id: u, class: B.error, role: "alert", children: a })
|
|
714
718
|
]
|
|
715
719
|
}
|
|
716
720
|
);
|
|
717
|
-
},
|
|
718
|
-
const { path: e, children: s } = t, n =
|
|
721
|
+
}, ln = (t) => {
|
|
722
|
+
const { path: e, children: s } = t, n = G.value;
|
|
719
723
|
if (e.endsWith("/*")) {
|
|
720
724
|
const r = e.slice(0, -1);
|
|
721
725
|
if (!n.startsWith(r) && n !== r.slice(0, -1))
|
|
@@ -723,17 +727,17 @@ const ct = le("eye-off", [
|
|
|
723
727
|
} else if (n !== e)
|
|
724
728
|
return null;
|
|
725
729
|
return /* @__PURE__ */ l(ae, { children: s });
|
|
726
|
-
},
|
|
727
|
-
section:
|
|
728
|
-
},
|
|
729
|
-
const { title: e, level: s = 2, children: n, class: r } = t, o =
|
|
730
|
-
return /* @__PURE__ */ g("section", { class: m(
|
|
730
|
+
}, gt = "_section_4nogy_1", mt = {
|
|
731
|
+
section: gt
|
|
732
|
+
}, on = (t) => {
|
|
733
|
+
const { title: e, level: s = 2, children: n, class: r } = t, o = L(), i = `h${s}`;
|
|
734
|
+
return /* @__PURE__ */ g("section", { class: m(mt.section, r), "aria-labelledby": o, children: [
|
|
731
735
|
/* @__PURE__ */ l(i, { id: o, children: e }),
|
|
732
736
|
n
|
|
733
737
|
] });
|
|
734
|
-
},
|
|
735
|
-
select:
|
|
736
|
-
},
|
|
738
|
+
}, bt = "_select_1cxnx_1 _text-input_4u8pk_13 _focus-ring_4u8pk_3 _disabled_4u8pk_8", yt = {
|
|
739
|
+
select: bt
|
|
740
|
+
}, kt = (t) => "options" in t, an = (t) => {
|
|
737
741
|
const {
|
|
738
742
|
label: e,
|
|
739
743
|
name: s,
|
|
@@ -745,54 +749,54 @@ const ct = le("eye-off", [
|
|
|
745
749
|
error: c,
|
|
746
750
|
onChange: d,
|
|
747
751
|
class: h
|
|
748
|
-
} = t, u =
|
|
752
|
+
} = t, u = L(), p = `${u}-error`;
|
|
749
753
|
return /* @__PURE__ */ l(
|
|
750
|
-
|
|
754
|
+
q,
|
|
751
755
|
{
|
|
752
756
|
label: e,
|
|
753
757
|
for: u,
|
|
754
758
|
required: i,
|
|
755
759
|
error: c,
|
|
756
|
-
errorId:
|
|
760
|
+
errorId: p,
|
|
757
761
|
class: h,
|
|
758
762
|
children: /* @__PURE__ */ g(
|
|
759
763
|
"select",
|
|
760
764
|
{
|
|
761
765
|
id: u,
|
|
762
|
-
class:
|
|
766
|
+
class: yt.select,
|
|
763
767
|
name: s,
|
|
764
768
|
value: n,
|
|
765
769
|
required: i,
|
|
766
770
|
disabled: a,
|
|
767
771
|
"aria-invalid": !!c || void 0,
|
|
768
|
-
"aria-describedby":
|
|
769
|
-
onChange: d && ((
|
|
772
|
+
"aria-describedby": D(c && p),
|
|
773
|
+
onChange: d && ((_) => d(_.target.value)),
|
|
770
774
|
children: [
|
|
771
775
|
r && /* @__PURE__ */ l("option", { value: "", disabled: !0, children: r }),
|
|
772
776
|
o.map(
|
|
773
|
-
(
|
|
777
|
+
(_) => kt(_) ? /* @__PURE__ */ l("optgroup", { label: _.label, children: _.options.map((b) => /* @__PURE__ */ l("option", { value: b.value, children: b.label }, b.value)) }, _.label) : /* @__PURE__ */ l("option", { value: _.value, children: _.label }, _.value)
|
|
774
778
|
)
|
|
775
779
|
]
|
|
776
780
|
}
|
|
777
781
|
)
|
|
778
782
|
}
|
|
779
783
|
);
|
|
780
|
-
},
|
|
781
|
-
skip:
|
|
782
|
-
}, an = (t) => {
|
|
783
|
-
const { target: e = "#main", label: s = "Skip to main content", class: n } = t;
|
|
784
|
-
return /* @__PURE__ */ l("a", { href: e, class: m(kt.skip, n), children: s });
|
|
785
|
-
}, wt = "_table_185y9_1", xt = "_caption_185y9_6", $t = "_captionHidden_185y9_12 _visually-hidden_4u8pk_42", Ct = "_headerCell_185y9_16", jt = "_cell_185y9_17", Lt = "_head_185y9_16", It = "_row_185y9_41", Nt = "_striped_185y9_45", Et = "_dense_185y9_53", C = {
|
|
786
|
-
table: wt,
|
|
787
|
-
caption: xt,
|
|
788
|
-
captionHidden: $t,
|
|
789
|
-
headerCell: Ct,
|
|
790
|
-
cell: jt,
|
|
791
|
-
head: Lt,
|
|
792
|
-
row: It,
|
|
793
|
-
striped: Nt,
|
|
794
|
-
dense: Et
|
|
784
|
+
}, vt = "_skip_xbsul_1 _focus-ring_4u8pk_3", wt = {
|
|
785
|
+
skip: vt
|
|
795
786
|
}, cn = (t) => {
|
|
787
|
+
const { target: e = "#main", label: s = "Skip to main content", class: n } = t;
|
|
788
|
+
return /* @__PURE__ */ l("a", { href: e, class: m(wt.skip, n), children: s });
|
|
789
|
+
}, xt = "_table_185y9_1", $t = "_caption_185y9_6", Ct = "_captionHidden_185y9_12 _visually-hidden_4u8pk_42", Lt = "_headerCell_185y9_16", It = "_cell_185y9_17", Nt = "_head_185y9_16", Et = "_row_185y9_41", Dt = "_striped_185y9_45", jt = "_dense_185y9_53", C = {
|
|
790
|
+
table: xt,
|
|
791
|
+
caption: $t,
|
|
792
|
+
captionHidden: Ct,
|
|
793
|
+
headerCell: Lt,
|
|
794
|
+
cell: It,
|
|
795
|
+
head: Nt,
|
|
796
|
+
row: Et,
|
|
797
|
+
striped: Dt,
|
|
798
|
+
dense: jt
|
|
799
|
+
}, dn = (t) => {
|
|
796
800
|
const {
|
|
797
801
|
caption: e,
|
|
798
802
|
headers: s,
|
|
@@ -807,28 +811,28 @@ const ct = le("eye-off", [
|
|
|
807
811
|
/* @__PURE__ */ l("caption", { class: m(C.caption, a && C.captionHidden), children: e }),
|
|
808
812
|
/* @__PURE__ */ l("thead", { class: C.head, children: /* @__PURE__ */ l("tr", { children: s.map((d, h) => /* @__PURE__ */ l("th", { class: C.headerCell, scope: "col", children: d }, `${d}-${h}`)) }) }),
|
|
809
813
|
/* @__PURE__ */ l("tbody", { children: n.map((d, h) => /* @__PURE__ */ l("tr", { class: C.row, children: d.map(
|
|
810
|
-
(u,
|
|
814
|
+
(u, p) => r && p === 0 ? /* @__PURE__ */ l("th", { class: C.headerCell, scope: "row", children: u }, `${s[p]}-${h}-${p}`) : /* @__PURE__ */ l("td", { class: C.cell, children: u }, `${s[p]}-${h}-${p}`)
|
|
811
815
|
) }, h)) })
|
|
812
816
|
] });
|
|
813
|
-
},
|
|
814
|
-
hidden:
|
|
815
|
-
},
|
|
817
|
+
}, Pt = "_hidden_19nib_1 _visually-hidden_4u8pk_42", St = {
|
|
818
|
+
hidden: Pt
|
|
819
|
+
}, Bt = (t) => {
|
|
816
820
|
const { children: e } = t;
|
|
817
|
-
return /* @__PURE__ */ l("span", { class:
|
|
818
|
-
},
|
|
819
|
-
wrapper:
|
|
820
|
-
textarea:
|
|
821
|
-
counter:
|
|
822
|
-
},
|
|
823
|
-
function
|
|
824
|
-
for (let e =
|
|
825
|
-
const s =
|
|
821
|
+
return /* @__PURE__ */ l("span", { class: St.hidden, children: e });
|
|
822
|
+
}, Ht = "_wrapper_1kyv1_1", At = "_textarea_1kyv1_6 _text-input_4u8pk_13 _focus-ring_4u8pk_3 _disabled_4u8pk_8", Mt = "_counter_1kyv1_11", U = {
|
|
823
|
+
wrapper: Ht,
|
|
824
|
+
textarea: At,
|
|
825
|
+
counter: Mt
|
|
826
|
+
}, se = [75, 90, 100], qt = 10;
|
|
827
|
+
function Tt(t) {
|
|
828
|
+
for (let e = se.length - 1; e >= 0; e--) {
|
|
829
|
+
const s = se[e];
|
|
826
830
|
if (s !== void 0 && t >= s)
|
|
827
831
|
return s;
|
|
828
832
|
}
|
|
829
833
|
return 0;
|
|
830
834
|
}
|
|
831
|
-
const
|
|
835
|
+
const un = (t) => {
|
|
832
836
|
const {
|
|
833
837
|
label: e,
|
|
834
838
|
name: s,
|
|
@@ -840,15 +844,15 @@ const dn = (t) => {
|
|
|
840
844
|
error: c,
|
|
841
845
|
onInput: d,
|
|
842
846
|
class: h
|
|
843
|
-
} = t, u =
|
|
847
|
+
} = t, u = L(), p = `${u}-error`, _ = `${u}-counter`, b = M(r?.length ?? 0), y = M(""), v = M(0), w = M(!1);
|
|
844
848
|
return /* @__PURE__ */ l(
|
|
845
|
-
|
|
849
|
+
q,
|
|
846
850
|
{
|
|
847
851
|
label: e,
|
|
848
852
|
for: u,
|
|
849
853
|
required: i,
|
|
850
854
|
error: c,
|
|
851
|
-
errorId:
|
|
855
|
+
errorId: p,
|
|
852
856
|
class: h,
|
|
853
857
|
children: /* @__PURE__ */ g("div", { class: U.wrapper, children: [
|
|
854
858
|
/* @__PURE__ */ l(
|
|
@@ -862,28 +866,28 @@ const dn = (t) => {
|
|
|
862
866
|
required: i,
|
|
863
867
|
disabled: a,
|
|
864
868
|
"aria-invalid": !!c || void 0,
|
|
865
|
-
"aria-describedby":
|
|
866
|
-
onInput: (
|
|
867
|
-
const x =
|
|
869
|
+
"aria-describedby": D(c && p, _),
|
|
870
|
+
onInput: (N) => {
|
|
871
|
+
const x = N.target.value;
|
|
868
872
|
b.value = x.length;
|
|
869
|
-
const
|
|
870
|
-
(P >
|
|
873
|
+
const I = n - x.length, j = x.length / n * 100, P = Tt(j), f = !w.value && I <= qt && I > 0;
|
|
874
|
+
(P > v.value || f) && (y.value = `${I} character${I === 1 ? "" : "s"} remaining`, v.value = P, f && (w.value = !0)), d?.(x);
|
|
871
875
|
},
|
|
872
876
|
children: r
|
|
873
877
|
}
|
|
874
878
|
),
|
|
875
|
-
/* @__PURE__ */ g("span", { id:
|
|
879
|
+
/* @__PURE__ */ g("span", { id: _, class: U.counter, children: [
|
|
876
880
|
b,
|
|
877
881
|
" / ",
|
|
878
882
|
n
|
|
879
883
|
] }),
|
|
880
|
-
/* @__PURE__ */ l(
|
|
884
|
+
/* @__PURE__ */ l(Bt, { children: /* @__PURE__ */ l("span", { "aria-live": "polite", children: y }) })
|
|
881
885
|
] })
|
|
882
886
|
}
|
|
883
887
|
);
|
|
884
|
-
},
|
|
885
|
-
theme:
|
|
886
|
-
},
|
|
888
|
+
}, zt = "_theme_1x47p_11", Rt = {
|
|
889
|
+
theme: zt
|
|
890
|
+
}, pn = {
|
|
887
891
|
blue: "aui-blue",
|
|
888
892
|
purple: "aui-purple",
|
|
889
893
|
teal: "aui-teal",
|
|
@@ -893,36 +897,36 @@ const dn = (t) => {
|
|
|
893
897
|
}, _n = (t) => {
|
|
894
898
|
const { children: e, class: s } = t;
|
|
895
899
|
return /* @__PURE__ */ l("div", { class: m(Rt.theme, s), children: e });
|
|
896
|
-
},
|
|
897
|
-
|
|
898
|
-
document.title =
|
|
900
|
+
}, Ft = V(document.title);
|
|
901
|
+
ue(() => {
|
|
902
|
+
document.title = Ft.value;
|
|
899
903
|
});
|
|
900
904
|
export {
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
905
|
+
J as Button,
|
|
906
|
+
Kt as Card,
|
|
907
|
+
Vt as Checkbox,
|
|
908
|
+
Wt as Dialog,
|
|
909
|
+
Gt as DownloadLink,
|
|
910
|
+
Zt as Form,
|
|
911
|
+
Jt as Input,
|
|
912
|
+
Qt as Link,
|
|
913
|
+
en as Modal,
|
|
914
|
+
tn as Nav,
|
|
915
|
+
nn as NumberInput,
|
|
916
|
+
pn as Palette,
|
|
917
|
+
sn as PasswordInput,
|
|
918
|
+
rn as RadioGroup,
|
|
919
|
+
ln as Route,
|
|
920
|
+
on as Section,
|
|
921
|
+
an as Select,
|
|
922
|
+
cn as SkipLink,
|
|
923
|
+
dn as Table,
|
|
924
|
+
un as Textarea,
|
|
921
925
|
_n as Theme,
|
|
922
|
-
|
|
926
|
+
Bt as VisuallyHidden,
|
|
923
927
|
m as cx,
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
+
le as hash,
|
|
929
|
+
G as location,
|
|
930
|
+
et as navigate,
|
|
931
|
+
Ft as title
|
|
928
932
|
};
|