@axtec/components 0.1.2 → 0.1.4
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/README.md +156 -0
- package/dist/components/PrimaryCard/PrimaryCard.d.ts +24 -0
- package/dist/components/PrimaryCard/index.d.ts +1 -0
- package/dist/components/Sidebar/Sidebar.d.ts +101 -0
- package/dist/components/Sidebar/index.d.ts +1 -0
- package/dist/components/Typography/Text.d.ts +2 -2
- package/dist/components/index.d.ts +2 -0
- package/dist/index.css +1 -1
- package/dist/index.js +123 -111
- package/dist/index.js.map +1 -1
- package/dist/index3.js +2 -2
- package/dist/index48.js +44 -56
- package/dist/index48.js.map +1 -1
- package/dist/index49.js +56 -16
- package/dist/index49.js.map +1 -1
- package/dist/index50.js +16 -65
- package/dist/index50.js.map +1 -1
- package/dist/index51.js +62 -51
- package/dist/index51.js.map +1 -1
- package/dist/index52.js +54 -37
- package/dist/index52.js.map +1 -1
- package/dist/index53.js +37 -66
- package/dist/index53.js.map +1 -1
- package/dist/index54.js +63 -19
- package/dist/index54.js.map +1 -1
- package/dist/index55.js +19 -101
- package/dist/index55.js.map +1 -1
- package/dist/index56.js +100 -64
- package/dist/index56.js.map +1 -1
- package/dist/index57.js +206 -224
- package/dist/index57.js.map +1 -1
- package/dist/index58.js +62 -96
- package/dist/index58.js.map +1 -1
- package/dist/index59.js +233 -33
- package/dist/index59.js.map +1 -1
- package/dist/index60.js +98 -14
- package/dist/index60.js.map +1 -1
- package/dist/index61.js +35 -59
- package/dist/index61.js.map +1 -1
- package/dist/index62.js +16 -59
- package/dist/index62.js.map +1 -1
- package/dist/index63.js +57 -72
- package/dist/index63.js.map +1 -1
- package/dist/index64.js +58 -106
- package/dist/index64.js.map +1 -1
- package/dist/index65.js +70 -35
- package/dist/index65.js.map +1 -1
- package/dist/index66.js +101 -40
- package/dist/index66.js.map +1 -1
- package/dist/index67.js +44 -72
- package/dist/index67.js.map +1 -1
- package/dist/index68.js +47 -53
- package/dist/index68.js.map +1 -1
- package/dist/index69.js +70 -62
- package/dist/index69.js.map +1 -1
- package/dist/index70.js +46 -28
- package/dist/index70.js.map +1 -1
- package/dist/index71.js +67 -13
- package/dist/index71.js.map +1 -1
- package/dist/index72.js +35 -2263
- package/dist/index72.js.map +1 -1
- package/dist/index73.js +17 -0
- package/dist/index73.js.map +1 -0
- package/dist/index74.js +2267 -0
- package/dist/index74.js.map +1 -0
- package/package.json +1 -1
package/dist/index55.js
CHANGED
|
@@ -1,107 +1,25 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
value: i,
|
|
9
|
-
onChange: m,
|
|
10
|
-
label: c,
|
|
11
|
-
placeholder: u = "Select an option",
|
|
12
|
-
error: o,
|
|
13
|
-
disabled: d,
|
|
14
|
-
className: p
|
|
1
|
+
import { jsx as a } from "react/jsx-runtime";
|
|
2
|
+
import { cn as i } from "./index3.js";
|
|
3
|
+
function b({
|
|
4
|
+
children: r,
|
|
5
|
+
withBorder: e = !1,
|
|
6
|
+
leftBorder: o = !1,
|
|
7
|
+
className: t
|
|
15
8
|
}) {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
"relative w-full py-2.5 pl-4 pr-10 text-left text-base",
|
|
25
|
-
"bg-white border rounded-lg cursor-pointer",
|
|
26
|
-
"transition-colors duration-200",
|
|
27
|
-
"focus:outline-none focus:ring-2 focus:ring-offset-0",
|
|
28
|
-
o ? "border-red-500 focus:border-red-500 focus:ring-red-500" : "border-slate-300 focus:border-primary-500 focus:ring-primary-500",
|
|
29
|
-
d && "bg-slate-50 cursor-not-allowed opacity-50"
|
|
30
|
-
),
|
|
31
|
-
children: [
|
|
32
|
-
/* @__PURE__ */ e(
|
|
33
|
-
"span",
|
|
34
|
-
{
|
|
35
|
-
className: t(
|
|
36
|
-
"block truncate",
|
|
37
|
-
!a && "text-slate-400"
|
|
38
|
-
),
|
|
39
|
-
children: (a == null ? void 0 : a.label) || u
|
|
40
|
-
}
|
|
41
|
-
),
|
|
42
|
-
/* @__PURE__ */ e("span", { className: "pointer-events-none absolute inset-y-0 right-0 flex items-center pr-3", children: /* @__PURE__ */ e(
|
|
43
|
-
w,
|
|
44
|
-
{
|
|
45
|
-
className: "h-5 w-5 text-slate-400",
|
|
46
|
-
"aria-hidden": "true"
|
|
47
|
-
}
|
|
48
|
-
) })
|
|
49
|
-
]
|
|
50
|
-
}
|
|
9
|
+
return /* @__PURE__ */ a(
|
|
10
|
+
"h2",
|
|
11
|
+
{
|
|
12
|
+
className: i(
|
|
13
|
+
"text-2xl font-semibold text-slate-900",
|
|
14
|
+
e && "pb-3 border-b-2 border-primary-500",
|
|
15
|
+
o && "pl-3 border-l-4 border-primary-500",
|
|
16
|
+
t
|
|
51
17
|
),
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
as: h,
|
|
56
|
-
leave: "transition ease-in duration-100",
|
|
57
|
-
leaveFrom: "opacity-100",
|
|
58
|
-
leaveTo: "opacity-0",
|
|
59
|
-
children: /* @__PURE__ */ e(
|
|
60
|
-
v,
|
|
61
|
-
{
|
|
62
|
-
className: t(
|
|
63
|
-
"absolute z-10 mt-1 w-full max-h-60 overflow-auto",
|
|
64
|
-
"bg-white rounded-lg border border-slate-200 shadow-lg",
|
|
65
|
-
"py-1 text-base",
|
|
66
|
-
"focus:outline-none"
|
|
67
|
-
),
|
|
68
|
-
children: n.map((r) => /* @__PURE__ */ e(
|
|
69
|
-
N,
|
|
70
|
-
{
|
|
71
|
-
value: r.value,
|
|
72
|
-
disabled: r.disabled,
|
|
73
|
-
className: ({ active: l, selected: b }) => t(
|
|
74
|
-
"relative cursor-pointer select-none py-2.5 pl-10 pr-4",
|
|
75
|
-
"transition-colors duration-150",
|
|
76
|
-
l && "bg-primary-50",
|
|
77
|
-
b && "bg-primary-50 text-primary-900",
|
|
78
|
-
r.disabled && "opacity-50 cursor-not-allowed"
|
|
79
|
-
),
|
|
80
|
-
children: ({ selected: l }) => /* @__PURE__ */ s(f, { children: [
|
|
81
|
-
/* @__PURE__ */ e(
|
|
82
|
-
"span",
|
|
83
|
-
{
|
|
84
|
-
className: t(
|
|
85
|
-
"block truncate",
|
|
86
|
-
l ? "font-semibold" : "font-normal"
|
|
87
|
-
),
|
|
88
|
-
children: r.label
|
|
89
|
-
}
|
|
90
|
-
),
|
|
91
|
-
l && /* @__PURE__ */ e("span", { className: "absolute inset-y-0 left-0 flex items-center pl-3 text-primary-600", children: /* @__PURE__ */ e(k, { className: "h-5 w-5", "aria-hidden": "true" }) })
|
|
92
|
-
] })
|
|
93
|
-
},
|
|
94
|
-
r.value
|
|
95
|
-
))
|
|
96
|
-
}
|
|
97
|
-
)
|
|
98
|
-
}
|
|
99
|
-
)
|
|
100
|
-
] }) }),
|
|
101
|
-
o && /* @__PURE__ */ e("p", { className: "mt-1.5 text-sm text-red-600", children: o })
|
|
102
|
-
] });
|
|
18
|
+
children: r
|
|
19
|
+
}
|
|
20
|
+
);
|
|
103
21
|
}
|
|
104
22
|
export {
|
|
105
|
-
|
|
23
|
+
b as SectionHeading
|
|
106
24
|
};
|
|
107
25
|
//# sourceMappingURL=index55.js.map
|
package/dist/index55.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index55.js","sources":["../src/components/
|
|
1
|
+
{"version":3,"file":"index55.js","sources":["../src/components/Typography/SectionHeading.tsx"],"sourcesContent":["import { cn } from '@/lib/utils'\nimport type { ReactNode } from 'react'\n\nexport interface SectionHeadingProps {\n children: ReactNode\n /** Bottom border accent */\n withBorder?: boolean\n /** Left border accent (RealtorIQ style) */\n leftBorder?: boolean\n className?: string\n}\n\nexport function SectionHeading({\n children,\n withBorder = false,\n leftBorder = false,\n className,\n}: SectionHeadingProps) {\n return (\n <h2\n className={cn(\n 'text-2xl font-semibold text-slate-900',\n withBorder && 'pb-3 border-b-2 border-primary-500',\n leftBorder && 'pl-3 border-l-4 border-primary-500',\n className\n )}\n >\n {children}\n </h2>\n )\n}\n"],"names":["SectionHeading","children","withBorder","leftBorder","className","jsx","cn"],"mappings":";;AAYO,SAASA,EAAe;AAAA,EAC7B,UAAAC;AAAA,EACA,YAAAC,IAAa;AAAA,EACb,YAAAC,IAAa;AAAA,EACb,WAAAC;AACF,GAAwB;AACtB,SACE,gBAAAC;AAAA,IAAC;AAAA,IAAA;AAAA,MACC,WAAWC;AAAA,QACT;AAAA,QACAJ,KAAc;AAAA,QACdC,KAAc;AAAA,QACdC;AAAA,MAAA;AAAA,MAGD,UAAAH;AAAA,IAAA;AAAA,EAAA;AAGP;"}
|
package/dist/index56.js
CHANGED
|
@@ -1,71 +1,107 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
1
|
+
import { jsxs as s, jsx as e, Fragment as f } from "react/jsx-runtime";
|
|
2
|
+
import { Fragment as h } from "react";
|
|
3
|
+
import { Listbox as x, ListboxButton as g, Transition as y, ListboxOptions as v, ListboxOption as N } from "@headlessui/react";
|
|
4
|
+
import { ChevronUpDownIcon as w, CheckIcon as k } from "@heroicons/react/20/solid";
|
|
5
|
+
import { cn as t } from "./index3.js";
|
|
6
|
+
function S({
|
|
7
|
+
options: n,
|
|
8
|
+
value: i,
|
|
9
|
+
onChange: m,
|
|
10
|
+
label: c,
|
|
11
|
+
placeholder: u = "Select an option",
|
|
12
|
+
error: o,
|
|
13
|
+
disabled: d,
|
|
14
|
+
className: p
|
|
8
15
|
}) {
|
|
9
|
-
const
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
16
|
+
const a = n.find((r) => r.value === i);
|
|
17
|
+
return /* @__PURE__ */ s("div", { className: t("w-full", p), children: [
|
|
18
|
+
c && /* @__PURE__ */ e("label", { className: "block text-sm font-medium text-slate-700 mb-1.5", children: c }),
|
|
19
|
+
/* @__PURE__ */ e(x, { value: i, onChange: m, disabled: d, children: /* @__PURE__ */ s("div", { className: "relative", children: [
|
|
20
|
+
/* @__PURE__ */ s(
|
|
21
|
+
g,
|
|
22
|
+
{
|
|
23
|
+
className: t(
|
|
24
|
+
"relative w-full py-2.5 pl-4 pr-10 text-left text-base",
|
|
25
|
+
"bg-white border rounded-lg cursor-pointer",
|
|
26
|
+
"transition-colors duration-200",
|
|
27
|
+
"focus:outline-none focus:ring-2 focus:ring-offset-0",
|
|
28
|
+
o ? "border-red-500 focus:border-red-500 focus:ring-red-500" : "border-slate-300 focus:border-primary-500 focus:ring-primary-500",
|
|
29
|
+
d && "bg-slate-50 cursor-not-allowed opacity-50"
|
|
30
|
+
),
|
|
31
|
+
children: [
|
|
32
|
+
/* @__PURE__ */ e(
|
|
33
|
+
"span",
|
|
34
|
+
{
|
|
35
|
+
className: t(
|
|
36
|
+
"block truncate",
|
|
37
|
+
!a && "text-slate-400"
|
|
38
|
+
),
|
|
39
|
+
children: (a == null ? void 0 : a.label) || u
|
|
40
|
+
}
|
|
41
|
+
),
|
|
42
|
+
/* @__PURE__ */ e("span", { className: "pointer-events-none absolute inset-y-0 right-0 flex items-center pr-3", children: /* @__PURE__ */ e(
|
|
43
|
+
w,
|
|
44
|
+
{
|
|
45
|
+
className: "h-5 w-5 text-slate-400",
|
|
46
|
+
"aria-hidden": "true"
|
|
47
|
+
}
|
|
48
|
+
) })
|
|
49
|
+
]
|
|
50
|
+
}
|
|
27
51
|
),
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
52
|
+
/* @__PURE__ */ e(
|
|
53
|
+
y,
|
|
54
|
+
{
|
|
55
|
+
as: h,
|
|
56
|
+
leave: "transition ease-in duration-100",
|
|
57
|
+
leaveFrom: "opacity-100",
|
|
58
|
+
leaveTo: "opacity-0",
|
|
59
|
+
children: /* @__PURE__ */ e(
|
|
60
|
+
v,
|
|
61
|
+
{
|
|
62
|
+
className: t(
|
|
63
|
+
"absolute z-10 mt-1 w-full max-h-60 overflow-auto",
|
|
64
|
+
"bg-white rounded-lg border border-slate-200 shadow-lg",
|
|
65
|
+
"py-1 text-base",
|
|
66
|
+
"focus:outline-none"
|
|
67
|
+
),
|
|
68
|
+
children: n.map((r) => /* @__PURE__ */ e(
|
|
69
|
+
N,
|
|
70
|
+
{
|
|
71
|
+
value: r.value,
|
|
72
|
+
disabled: r.disabled,
|
|
73
|
+
className: ({ active: l, selected: b }) => t(
|
|
74
|
+
"relative cursor-pointer select-none py-2.5 pl-10 pr-4",
|
|
75
|
+
"transition-colors duration-150",
|
|
76
|
+
l && "bg-primary-50",
|
|
77
|
+
b && "bg-primary-50 text-primary-900",
|
|
78
|
+
r.disabled && "opacity-50 cursor-not-allowed"
|
|
79
|
+
),
|
|
80
|
+
children: ({ selected: l }) => /* @__PURE__ */ s(f, { children: [
|
|
81
|
+
/* @__PURE__ */ e(
|
|
82
|
+
"span",
|
|
83
|
+
{
|
|
84
|
+
className: t(
|
|
85
|
+
"block truncate",
|
|
86
|
+
l ? "font-semibold" : "font-normal"
|
|
87
|
+
),
|
|
88
|
+
children: r.label
|
|
89
|
+
}
|
|
90
|
+
),
|
|
91
|
+
l && /* @__PURE__ */ e("span", { className: "absolute inset-y-0 left-0 flex items-center pl-3 text-primary-600", children: /* @__PURE__ */ e(k, { className: "h-5 w-5", "aria-hidden": "true" }) })
|
|
92
|
+
] })
|
|
93
|
+
},
|
|
94
|
+
r.value
|
|
95
|
+
))
|
|
96
|
+
}
|
|
97
|
+
)
|
|
98
|
+
}
|
|
99
|
+
)
|
|
100
|
+
] }) }),
|
|
101
|
+
o && /* @__PURE__ */ e("p", { className: "mt-1.5 text-sm text-red-600", children: o })
|
|
63
102
|
] });
|
|
64
103
|
}
|
|
65
104
|
export {
|
|
66
|
-
|
|
67
|
-
s as SkeletonAvatar,
|
|
68
|
-
f as SkeletonCard,
|
|
69
|
-
d as SkeletonText
|
|
105
|
+
S as Select
|
|
70
106
|
};
|
|
71
107
|
//# sourceMappingURL=index56.js.map
|
package/dist/index56.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index56.js","sources":["../src/components/
|
|
1
|
+
{"version":3,"file":"index56.js","sources":["../src/components/Select/Select.tsx"],"sourcesContent":["import { Fragment } from 'react'\nimport {\n Listbox,\n ListboxButton,\n ListboxOptions,\n ListboxOption,\n Transition,\n} from '@headlessui/react'\nimport { CheckIcon, ChevronUpDownIcon } from '@heroicons/react/20/solid'\nimport { cn } from '@/lib/utils'\n\nexport interface SelectOption {\n value: string\n label: string\n disabled?: boolean\n}\n\nexport interface SelectProps {\n options: SelectOption[]\n value?: string\n onChange?: (value: string) => void\n label?: string\n placeholder?: string\n error?: string\n disabled?: boolean\n className?: string\n}\n\nexport function Select({\n options,\n value,\n onChange,\n label,\n placeholder = 'Select an option',\n error,\n disabled,\n className,\n}: SelectProps) {\n const selectedOption = options.find((opt) => opt.value === value)\n\n return (\n <div className={cn('w-full', className)}>\n {label && (\n <label className=\"block text-sm font-medium text-slate-700 mb-1.5\">\n {label}\n </label>\n )}\n <Listbox value={value} onChange={onChange} disabled={disabled}>\n <div className=\"relative\">\n <ListboxButton\n className={cn(\n 'relative w-full py-2.5 pl-4 pr-10 text-left text-base',\n 'bg-white border rounded-lg cursor-pointer',\n 'transition-colors duration-200',\n 'focus:outline-none focus:ring-2 focus:ring-offset-0',\n error\n ? 'border-red-500 focus:border-red-500 focus:ring-red-500'\n : 'border-slate-300 focus:border-primary-500 focus:ring-primary-500',\n disabled && 'bg-slate-50 cursor-not-allowed opacity-50'\n )}\n >\n <span\n className={cn(\n 'block truncate',\n !selectedOption && 'text-slate-400'\n )}\n >\n {selectedOption?.label || placeholder}\n </span>\n <span className=\"pointer-events-none absolute inset-y-0 right-0 flex items-center pr-3\">\n <ChevronUpDownIcon\n className=\"h-5 w-5 text-slate-400\"\n aria-hidden=\"true\"\n />\n </span>\n </ListboxButton>\n <Transition\n as={Fragment}\n leave=\"transition ease-in duration-100\"\n leaveFrom=\"opacity-100\"\n leaveTo=\"opacity-0\"\n >\n <ListboxOptions\n className={cn(\n 'absolute z-10 mt-1 w-full max-h-60 overflow-auto',\n 'bg-white rounded-lg border border-slate-200 shadow-lg',\n 'py-1 text-base',\n 'focus:outline-none'\n )}\n >\n {options.map((option) => (\n <ListboxOption\n key={option.value}\n value={option.value}\n disabled={option.disabled}\n className={({ active, selected }) =>\n cn(\n 'relative cursor-pointer select-none py-2.5 pl-10 pr-4',\n 'transition-colors duration-150',\n active && 'bg-primary-50',\n selected && 'bg-primary-50 text-primary-900',\n option.disabled && 'opacity-50 cursor-not-allowed'\n )\n }\n >\n {({ selected }) => (\n <>\n <span\n className={cn(\n 'block truncate',\n selected ? 'font-semibold' : 'font-normal'\n )}\n >\n {option.label}\n </span>\n {selected && (\n <span className=\"absolute inset-y-0 left-0 flex items-center pl-3 text-primary-600\">\n <CheckIcon className=\"h-5 w-5\" aria-hidden=\"true\" />\n </span>\n )}\n </>\n )}\n </ListboxOption>\n ))}\n </ListboxOptions>\n </Transition>\n </div>\n </Listbox>\n {error && <p className=\"mt-1.5 text-sm text-red-600\">{error}</p>}\n </div>\n )\n}\n"],"names":["Select","options","value","onChange","label","placeholder","error","disabled","className","selectedOption","opt","cn","jsx","Listbox","jsxs","ListboxButton","ChevronUpDownIcon","Transition","Fragment","ListboxOptions","option","ListboxOption","active","selected","CheckIcon"],"mappings":";;;;;AA4BO,SAASA,EAAO;AAAA,EACrB,SAAAC;AAAA,EACA,OAAAC;AAAA,EACA,UAAAC;AAAA,EACA,OAAAC;AAAA,EACA,aAAAC,IAAc;AAAA,EACd,OAAAC;AAAA,EACA,UAAAC;AAAA,EACA,WAAAC;AACF,GAAgB;AACd,QAAMC,IAAiBR,EAAQ,KAAK,CAACS,MAAQA,EAAI,UAAUR,CAAK;AAEhE,2BACG,OAAA,EAAI,WAAWS,EAAG,UAAUH,CAAS,GACnC,UAAA;AAAA,IAAAJ,KACC,gBAAAQ,EAAC,SAAA,EAAM,WAAU,mDACd,UAAAR,GACH;AAAA,IAEF,gBAAAQ,EAACC,KAAQ,OAAAX,GAAc,UAAAC,GAAoB,UAAAI,GACzC,UAAA,gBAAAO,EAAC,OAAA,EAAI,WAAU,YACb,UAAA;AAAA,MAAA,gBAAAA;AAAA,QAACC;AAAA,QAAA;AAAA,UACC,WAAWJ;AAAA,YACT;AAAA,YACA;AAAA,YACA;AAAA,YACA;AAAA,YACAL,IACI,2DACA;AAAA,YACJC,KAAY;AAAA,UAAA;AAAA,UAGd,UAAA;AAAA,YAAA,gBAAAK;AAAA,cAAC;AAAA,cAAA;AAAA,gBACC,WAAWD;AAAA,kBACT;AAAA,kBACA,CAACF,KAAkB;AAAA,gBAAA;AAAA,gBAGpB,kCAAgB,UAASJ;AAAA,cAAA;AAAA,YAAA;AAAA,YAE5B,gBAAAO,EAAC,QAAA,EAAK,WAAU,yEACd,UAAA,gBAAAA;AAAA,cAACI;AAAA,cAAA;AAAA,gBACC,WAAU;AAAA,gBACV,eAAY;AAAA,cAAA;AAAA,YAAA,EACd,CACF;AAAA,UAAA;AAAA,QAAA;AAAA,MAAA;AAAA,MAEF,gBAAAJ;AAAA,QAACK;AAAA,QAAA;AAAA,UACC,IAAIC;AAAAA,UACJ,OAAM;AAAA,UACN,WAAU;AAAA,UACV,SAAQ;AAAA,UAER,UAAA,gBAAAN;AAAA,YAACO;AAAA,YAAA;AAAA,cACC,WAAWR;AAAA,gBACT;AAAA,gBACA;AAAA,gBACA;AAAA,gBACA;AAAA,cAAA;AAAA,cAGD,UAAAV,EAAQ,IAAI,CAACmB,MACZ,gBAAAR;AAAA,gBAACS;AAAA,gBAAA;AAAA,kBAEC,OAAOD,EAAO;AAAA,kBACd,UAAUA,EAAO;AAAA,kBACjB,WAAW,CAAC,EAAE,QAAAE,GAAQ,UAAAC,QACpBZ;AAAA,oBACE;AAAA,oBACA;AAAA,oBACAW,KAAU;AAAA,oBACVC,KAAY;AAAA,oBACZH,EAAO,YAAY;AAAA,kBAAA;AAAA,kBAItB,UAAA,CAAC,EAAE,UAAAG,EAAA,MACF,gBAAAT,EAAAI,GAAA,EACE,UAAA;AAAA,oBAAA,gBAAAN;AAAA,sBAAC;AAAA,sBAAA;AAAA,wBACC,WAAWD;AAAA,0BACT;AAAA,0BACAY,IAAW,kBAAkB;AAAA,wBAAA;AAAA,wBAG9B,UAAAH,EAAO;AAAA,sBAAA;AAAA,oBAAA;AAAA,oBAETG,KACC,gBAAAX,EAAC,QAAA,EAAK,WAAU,qEACd,UAAA,gBAAAA,EAACY,GAAA,EAAU,WAAU,WAAU,eAAY,OAAA,CAAO,EAAA,CACpD;AAAA,kBAAA,EAAA,CAEJ;AAAA,gBAAA;AAAA,gBA5BGJ,EAAO;AAAA,cAAA,CA+Bf;AAAA,YAAA;AAAA,UAAA;AAAA,QACH;AAAA,MAAA;AAAA,IACF,EAAA,CACF,EAAA,CACF;AAAA,IACCd,KAAS,gBAAAM,EAAC,KAAA,EAAE,WAAU,+BAA+B,UAAAN,EAAA,CAAM;AAAA,EAAA,GAC9D;AAEJ;"}
|