@stokelp/ui 1.14.2 → 1.15.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/action-card/ActionCard.d.ts +21 -0
- package/dist/components/action-card/index.d.ts +1 -0
- package/dist/components/index.d.ts +1 -0
- package/dist/style.css +1 -1
- package/dist/theme/recipes/action-card.d.ts +2 -0
- package/dist/theme/recipes/index.d.ts +1 -0
- package/dist/ui.cjs +3 -3
- package/dist/ui.cjs.map +1 -1
- package/dist/ui.js +391 -295
- package/dist/ui.js.map +1 -1
- package/dist/utils/slots.d.ts +7 -4
- package/package.json +1 -1
package/dist/ui.js
CHANGED
|
@@ -1,57 +1,62 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import { jsx as e, jsxs as
|
|
3
|
-
import { Accordion as
|
|
4
|
-
import { styled as
|
|
5
|
-
import { accordion as
|
|
6
|
-
import { createContext as
|
|
7
|
-
import { cx as
|
|
8
|
-
import { defineKeyframes as
|
|
9
|
-
const
|
|
10
|
-
const a =
|
|
2
|
+
import { jsx as e, jsxs as s, Fragment as de } from "react/jsx-runtime";
|
|
3
|
+
import { Accordion as F, Checkbox as I, Dialog as S, ark as f, Portal as $, Switch as P, Tabs as R, Select as x, DatePicker as d, RadioGroup as b, switchAnatomy as ce, dialogAnatomy as pe, accordionAnatomy as ue, checkboxAnatomy as he, tabsAnatomy as me, selectAnatomy as ge, datePickerAnatomy as be, radioGroupAnatomy as te } from "@ark-ui/react";
|
|
4
|
+
import { styled as t, splitCssProps as D, Circle as xe } from "@stokelp/styled-system/jsx";
|
|
5
|
+
import { accordion as ve, button as ye, checkbox as O, drawer as fe, formControl as we, formLabel as j, formHelperText as Ce, heading as ke, switchRecipe as q, text as _e, textarea as Se, tabs as Te, select as Ie, input as Re, inputAddon as ze, inputGroup as Pe, datepicker as Le, tag as Q, radioButtonGroup as Fe, radioGroup as Be, actionCard as De } from "@stokelp/styled-system/recipes";
|
|
6
|
+
import { createContext as Ae, forwardRef as y, useContext as Ne, createElement as We, useMemo as Z } from "react";
|
|
7
|
+
import { cx as L, css as A } from "@stokelp/styled-system/css";
|
|
8
|
+
import { defineKeyframes as He, defineRecipe as k, defineSlotRecipe as v, defineSemanticTokens as Ee, defineTextStyles as Me, defineTokens as h, defineUtility as Ve, definePreset as je } from "@pandacss/dev";
|
|
9
|
+
const J = (...r) => r.filter(Boolean).join(" "), T = (r, o) => {
|
|
10
|
+
const a = Ae(null);
|
|
11
11
|
return {
|
|
12
|
-
withContext: (
|
|
13
|
-
const z =
|
|
14
|
-
return
|
|
15
|
-
|
|
16
|
-
...
|
|
17
|
-
...
|
|
18
|
-
className:
|
|
12
|
+
withContext: (c, n, l) => n ? y((p, M) => {
|
|
13
|
+
const z = Ne(a), V = (o == null ? void 0 : o.dataAttr) ?? !1;
|
|
14
|
+
return We(c, {
|
|
15
|
+
...V && { "data-recipe-slot": n ?? "" },
|
|
16
|
+
...p,
|
|
17
|
+
...l == null ? void 0 : l.defaultProps,
|
|
18
|
+
className: J(z == null ? void 0 : z[n ?? ""], p.className),
|
|
19
19
|
ref: M
|
|
20
20
|
});
|
|
21
|
-
}) :
|
|
22
|
-
withProvider: (
|
|
23
|
-
const [z, V] =
|
|
24
|
-
...
|
|
25
|
-
...
|
|
26
|
-
}),
|
|
27
|
-
return /* @__PURE__ */ e(a.Provider, { value:
|
|
28
|
-
|
|
21
|
+
}) : c,
|
|
22
|
+
withProvider: (c, n, l) => y((p, M) => {
|
|
23
|
+
const [z, { children: V, ...X }] = r.splitVariantProps({
|
|
24
|
+
...p,
|
|
25
|
+
...l == null ? void 0 : l.defaultProps
|
|
26
|
+
}), U = r(z), se = (o == null ? void 0 : o.dataAttr) ?? !1;
|
|
27
|
+
return /* @__PURE__ */ e(a.Provider, { value: U, children: /* @__PURE__ */ s(
|
|
28
|
+
c,
|
|
29
29
|
{
|
|
30
30
|
ref: M,
|
|
31
|
-
|
|
32
|
-
...
|
|
33
|
-
className:
|
|
31
|
+
...se && { "data-recipe-slot": n ?? "" },
|
|
32
|
+
...X,
|
|
33
|
+
className: J(U[n ?? ""], X.className),
|
|
34
|
+
children: [
|
|
35
|
+
l == null ? void 0 : l.beforeSlot,
|
|
36
|
+
V,
|
|
37
|
+
l == null ? void 0 : l.afterSlot
|
|
38
|
+
]
|
|
34
39
|
}
|
|
35
40
|
) });
|
|
36
41
|
})
|
|
37
42
|
};
|
|
38
|
-
}, { withProvider:
|
|
43
|
+
}, { withProvider: Ge, withContext: N } = T(ve), io = Ge(t(F.Root), "root"), no = N(t(F.Item), "item"), lo = N(t(F.ItemContent), "itemContent"), so = N(t(F.ItemIndicator), "itemIndicator", {
|
|
39
44
|
defaultProps: {
|
|
40
45
|
children: /* @__PURE__ */ e("svg", { width: "16", height: "17", viewBox: "0 0 16 17", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ e("path", { d: "M4.94 6.03L8 9.08333L11.06 6.03L12 6.97L8 10.97L4 6.97L4.94 6.03Z", fill: "currentColor" }) })
|
|
41
46
|
}
|
|
42
|
-
}),
|
|
43
|
-
const [a, i] =
|
|
44
|
-
return /* @__PURE__ */
|
|
45
|
-
/* @__PURE__ */
|
|
46
|
-
/* @__PURE__ */ e(
|
|
47
|
-
/* @__PURE__ */ e(
|
|
47
|
+
}), co = N(t(F.ItemTrigger), "itemTrigger"), G = t("button", ye), $e = y((r, o) => {
|
|
48
|
+
const [a, i] = O.splitVariantProps(r), [m, c] = D(i), { children: n, className: l, ...C } = c, p = O(a);
|
|
49
|
+
return /* @__PURE__ */ s(I.Root, { ref: o, className: L(p.root, A(m), l), ...C, children: [
|
|
50
|
+
/* @__PURE__ */ s(I.Control, { className: p.control, children: [
|
|
51
|
+
/* @__PURE__ */ e(I.Indicator, { children: /* @__PURE__ */ e(Ze, {}) }),
|
|
52
|
+
/* @__PURE__ */ e(I.Indicator, { indeterminate: !0, children: /* @__PURE__ */ e(Ye, {}) })
|
|
48
53
|
] }),
|
|
49
|
-
n && /* @__PURE__ */ e(
|
|
50
|
-
/* @__PURE__ */ e(
|
|
54
|
+
n && /* @__PURE__ */ e(I.Label, { className: p.label, children: n }),
|
|
55
|
+
/* @__PURE__ */ e(I.HiddenInput, {})
|
|
51
56
|
] });
|
|
52
57
|
});
|
|
53
|
-
|
|
54
|
-
const
|
|
58
|
+
$e.displayName = "Checkbox";
|
|
59
|
+
const Ze = () => /* @__PURE__ */ s("svg", { viewBox: "0 0 12 13", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
55
60
|
/* @__PURE__ */ e("title", { children: "Check Icon" }),
|
|
56
61
|
/* @__PURE__ */ e(
|
|
57
62
|
"path",
|
|
@@ -60,18 +65,18 @@ const Ve = () => /* @__PURE__ */ l("svg", { viewBox: "0 0 12 13", fill: "none",
|
|
|
60
65
|
fill: "white"
|
|
61
66
|
}
|
|
62
67
|
)
|
|
63
|
-
] }),
|
|
68
|
+
] }), Ye = () => /* @__PURE__ */ s("svg", { width: "12", height: "13", viewBox: "0 0 12 13", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
64
69
|
/* @__PURE__ */ e("title", { children: "Minus Icon" }),
|
|
65
70
|
/* @__PURE__ */ e("path", { d: "M3 6H9V7H3V6Z", fill: "white" })
|
|
66
|
-
] }), { withProvider:
|
|
71
|
+
] }), { withProvider: Xe, withContext: _ } = T(fe), po = Xe(S.Root, void 0, {
|
|
67
72
|
defaultProps: {
|
|
68
73
|
unmountOnExit: !0,
|
|
69
74
|
lazyMount: !0
|
|
70
75
|
}
|
|
71
|
-
}),
|
|
72
|
-
({ children:
|
|
73
|
-
|
|
74
|
-
o && /* @__PURE__ */ e(
|
|
76
|
+
}), uo = _(t(f.main), "body"), Ue = _(t(S.CloseTrigger), "closeTrigger"), ho = _(t(f.footer), "footer"), re = y(
|
|
77
|
+
({ children: r, showCloseTrigger: o = !0, ...a }, i) => /* @__PURE__ */ s(f.header, { ...a, ref: i, children: [
|
|
78
|
+
r,
|
|
79
|
+
o && /* @__PURE__ */ e(Ue, { asChild: !0, children: /* @__PURE__ */ e(G, { ml: "auto", p: "space-8", variant: "tertiary", children: /* @__PURE__ */ e("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ e(
|
|
75
80
|
"path",
|
|
76
81
|
{
|
|
77
82
|
d: "M12.6666 4.27331L11.7266 3.33331L7.99998 7.05998L4.27331 3.33331L3.33331 4.27331L7.05998 7.99998L3.33331 11.7266L4.27331 12.6666L7.99998 8.93998L11.7266 12.6666L12.6666 11.7266L8.93998 7.99998L12.6666 4.27331Z",
|
|
@@ -80,83 +85,83 @@ const Ve = () => /* @__PURE__ */ l("svg", { viewBox: "0 0 12 13", fill: "none",
|
|
|
80
85
|
) }) }) })
|
|
81
86
|
] })
|
|
82
87
|
);
|
|
83
|
-
|
|
84
|
-
const
|
|
85
|
-
({ children:
|
|
86
|
-
/* @__PURE__ */ e(
|
|
87
|
-
/* @__PURE__ */ e(
|
|
88
|
+
re.displayName = "DrawerHeader";
|
|
89
|
+
const mo = _(re, "header"), go = _(t(S.Title), "title"), bo = _(t(S.Trigger), "trigger"), Oe = _(t(S.Positioner), "positioner"), qe = _(t(S.Backdrop), "backdrop"), oe = y(
|
|
90
|
+
({ children: r, ...o }, a) => /* @__PURE__ */ s($, { children: [
|
|
91
|
+
/* @__PURE__ */ e(qe, {}),
|
|
92
|
+
/* @__PURE__ */ e(Oe, { children: /* @__PURE__ */ e(S.Content, { ref: a, ...o, children: r }) })
|
|
88
93
|
] })
|
|
89
94
|
);
|
|
90
|
-
|
|
91
|
-
const
|
|
95
|
+
oe.displayName = S.Content.displayName;
|
|
96
|
+
const xo = _(t(oe), "content"), Qe = t("div", we, {
|
|
92
97
|
defaultProps: {
|
|
93
98
|
role: "group"
|
|
94
99
|
}
|
|
95
|
-
}),
|
|
100
|
+
}), vo = ({ isInvalid: r, isRequired: o, ...a }) => {
|
|
96
101
|
const i = {
|
|
97
|
-
...
|
|
102
|
+
...r ? { "aria-invalid": !0 } : {},
|
|
98
103
|
...o ? { "aria-required": !0 } : {}
|
|
99
104
|
};
|
|
100
|
-
return /* @__PURE__ */ e(
|
|
101
|
-
},
|
|
102
|
-
const [o, a] = j.splitVariantProps(
|
|
103
|
-
return /* @__PURE__ */
|
|
104
|
-
|
|
105
|
-
|
|
105
|
+
return /* @__PURE__ */ e(Qe, { ...i, ...a });
|
|
106
|
+
}, Je = t("label", j), yo = (r) => {
|
|
107
|
+
const [o, a] = j.splitVariantProps(r), [i, m] = D(a), { children: c, className: n, addon: l, ...C } = m, p = j(o);
|
|
108
|
+
return /* @__PURE__ */ s(Je, { className: L(p.root, A(i), n), ...C, children: [
|
|
109
|
+
c,
|
|
110
|
+
l ? /* @__PURE__ */ e(t.span, { className: p.addon, children: l }) : null
|
|
106
111
|
] });
|
|
107
|
-
},
|
|
112
|
+
}, fo = t("p", Ce, {
|
|
108
113
|
dataAttr: !0
|
|
109
|
-
}),
|
|
110
|
-
const { as: o = "h2", ...a } =
|
|
114
|
+
}), wo = (r) => {
|
|
115
|
+
const { as: o = "h2", ...a } = r, i = Z(() => t(o, ke), [o]);
|
|
111
116
|
return /* @__PURE__ */ e(i, { size: o, ...a });
|
|
112
|
-
},
|
|
113
|
-
const [a, i] =
|
|
114
|
-
return /* @__PURE__ */
|
|
115
|
-
/* @__PURE__ */ e(P.Control, { className:
|
|
116
|
-
n ? /* @__PURE__ */ e(P.Label, { className:
|
|
117
|
+
}, Ke = y((r, o) => {
|
|
118
|
+
const [a, i] = q.splitVariantProps(r), [m, c] = D(i), { children: n, className: l, ...C } = c, p = q(a);
|
|
119
|
+
return /* @__PURE__ */ s(P.Root, { ref: o, className: L(p.root, A(m), l), ...C, children: [
|
|
120
|
+
/* @__PURE__ */ e(P.Control, { className: p.control, children: /* @__PURE__ */ e(P.Thumb, { className: p.thumb }) }),
|
|
121
|
+
n ? /* @__PURE__ */ e(P.Label, { className: p.label, children: n }) : null,
|
|
117
122
|
/* @__PURE__ */ e(P.HiddenInput, {})
|
|
118
123
|
] });
|
|
119
124
|
});
|
|
120
|
-
|
|
121
|
-
const
|
|
122
|
-
const { as: o = "p", ...a } =
|
|
125
|
+
Ke.displayName = "Switch";
|
|
126
|
+
const et = (r) => {
|
|
127
|
+
const { as: o = "p", ...a } = r, i = Z(() => t(o, _e), [o]);
|
|
123
128
|
return /* @__PURE__ */ e(i, { ...a });
|
|
124
|
-
},
|
|
129
|
+
}, Co = t(f.textarea, Se), { withProvider: tt, withContext: W } = T(Te), ko = tt(t(R.Root), "root", {
|
|
125
130
|
defaultProps: {
|
|
126
131
|
lazyMount: !0
|
|
127
132
|
}
|
|
128
|
-
}),
|
|
129
|
-
({ children:
|
|
130
|
-
|
|
131
|
-
/* @__PURE__ */ e(
|
|
133
|
+
}), _o = W(t(R.Content), "content"), So = W(t(R.Trigger), "trigger"), rt = W(t(R.Indicator), "indicator"), ae = y(
|
|
134
|
+
({ children: r, ...o }, a) => /* @__PURE__ */ s(R.List, { ref: a, ...o, children: [
|
|
135
|
+
r,
|
|
136
|
+
/* @__PURE__ */ e(rt, {})
|
|
132
137
|
] })
|
|
133
138
|
);
|
|
134
|
-
|
|
135
|
-
const
|
|
139
|
+
ae.displayName = R.List.displayName;
|
|
140
|
+
const To = W(t(ae), "list"), ot = ({ children: r, when: o, wrapper: a }) => o === !0 ? a(r) : r, { withProvider: at, withContext: w } = T(Ie), it = at(t(x.Root), "root", {
|
|
136
141
|
defaultProps: {
|
|
137
142
|
loopFocus: !0
|
|
138
143
|
}
|
|
139
|
-
}),
|
|
140
|
-
items:
|
|
144
|
+
}), nt = w(t(x.ClearTrigger), "clearTrigger"), lt = w(t(x.Content), "content"), st = w(t(x.Control), "control"), dt = w(t(x.Indicator), "indicator"), ct = w(t(x.Item), "item"), pt = w(t(x.ItemIndicator), "itemIndicator"), ut = w(t(x.ItemText), "itemText"), ht = w(t(x.Positioner), "positioner"), mt = w(t(x.Trigger), "trigger"), gt = w(t(x.ValueText), "valueText"), Io = ({
|
|
145
|
+
items: r,
|
|
141
146
|
placeholder: o,
|
|
142
147
|
emptyLabel: a,
|
|
143
148
|
usePortal: i = !0,
|
|
144
|
-
positioning:
|
|
145
|
-
...
|
|
146
|
-
}) => /* @__PURE__ */
|
|
147
|
-
|
|
149
|
+
positioning: m,
|
|
150
|
+
...c
|
|
151
|
+
}) => /* @__PURE__ */ s(
|
|
152
|
+
it,
|
|
148
153
|
{
|
|
149
154
|
lazyMount: !0,
|
|
150
155
|
unmountOnExit: !0,
|
|
151
|
-
items:
|
|
152
|
-
positioning: { sameWidth: !0, gutter: 0, ...
|
|
156
|
+
items: r,
|
|
157
|
+
positioning: { sameWidth: !0, gutter: 0, ...m },
|
|
153
158
|
"data-recipe": "select",
|
|
154
|
-
...
|
|
159
|
+
...c,
|
|
155
160
|
children: [
|
|
156
|
-
/* @__PURE__ */
|
|
157
|
-
/* @__PURE__ */
|
|
158
|
-
/* @__PURE__ */ e(
|
|
159
|
-
/* @__PURE__ */ e(
|
|
161
|
+
/* @__PURE__ */ s(st, { children: [
|
|
162
|
+
/* @__PURE__ */ s(mt, { children: [
|
|
163
|
+
/* @__PURE__ */ e(gt, { truncate: !0, placeholder: o }),
|
|
164
|
+
/* @__PURE__ */ e(dt, { asChild: !0, children: /* @__PURE__ */ e(t.svg, { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ e(
|
|
160
165
|
"path",
|
|
161
166
|
{
|
|
162
167
|
d: "M7.41 8.29498L12 12.875L16.59 8.29498L18 9.70498L12 15.705L6 9.70498L7.41 8.29498Z",
|
|
@@ -164,7 +169,7 @@ const fo = W(r(te), "list"), Ke = ({ children: t, when: o, wrapper: a }) => o ==
|
|
|
164
169
|
}
|
|
165
170
|
) }) })
|
|
166
171
|
] }),
|
|
167
|
-
/* @__PURE__ */ e(
|
|
172
|
+
/* @__PURE__ */ e(nt, { asChild: !0, children: /* @__PURE__ */ e("button", { children: /* @__PURE__ */ e("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ e(
|
|
168
173
|
"path",
|
|
169
174
|
{
|
|
170
175
|
d: "M9.99996 1.66669C5.39163 1.66669 1.66663 5.39169 1.66663 10C1.66663 14.6084 5.39163 18.3334 9.99996 18.3334C14.6083 18.3334 18.3333 14.6084 18.3333 10C18.3333 5.39169 14.6083 1.66669 9.99996 1.66669ZM9.99996 16.6667C6.32496 16.6667 3.33329 13.675 3.33329 10C3.33329 6.32502 6.32496 3.33335 9.99996 3.33335C13.675 3.33335 16.6666 6.32502 16.6666 10C16.6666 13.675 13.675 16.6667 9.99996 16.6667ZM12.9916 5.83335L9.99996 8.82502L7.00829 5.83335L5.83329 7.00835L8.82496 10L5.83329 12.9917L7.00829 14.1667L9.99996 11.175L12.9916 14.1667L14.1666 12.9917L11.175 10L14.1666 7.00835L12.9916 5.83335Z",
|
|
@@ -172,23 +177,23 @@ const fo = W(r(te), "list"), Ke = ({ children: t, when: o, wrapper: a }) => o ==
|
|
|
172
177
|
}
|
|
173
178
|
) }) }) })
|
|
174
179
|
] }),
|
|
175
|
-
/* @__PURE__ */ e(
|
|
176
|
-
/* @__PURE__ */ e(
|
|
177
|
-
|
|
180
|
+
/* @__PURE__ */ e(ot, { when: i, wrapper: (n) => /* @__PURE__ */ e($, { children: n }), children: /* @__PURE__ */ e(ht, { children: /* @__PURE__ */ e(lt, { children: r.length === 0 ? /* @__PURE__ */ e(et, { px: "space-8", textAlign: "center", children: a ?? "Aucun résultat" }) : r.map((n) => /* @__PURE__ */ s(ct, { item: n, children: [
|
|
181
|
+
/* @__PURE__ */ e(ut, { truncate: !0, children: n.label }),
|
|
182
|
+
c.multiple ? /* @__PURE__ */ e(pt, { children: "✓" }) : null
|
|
178
183
|
] }, n.value)) }) }) }),
|
|
179
|
-
/* @__PURE__ */ e(
|
|
184
|
+
/* @__PURE__ */ e(x.HiddenSelect, {})
|
|
180
185
|
]
|
|
181
186
|
}
|
|
182
|
-
),
|
|
187
|
+
), bt = t("input", Re, {
|
|
183
188
|
dataAttr: !0
|
|
184
|
-
}),
|
|
189
|
+
}), xt = t(f.div, ze, {
|
|
185
190
|
dataAttr: !0
|
|
186
|
-
}),
|
|
191
|
+
}), vt = t("div", Pe, {
|
|
187
192
|
dataAttr: !0
|
|
188
|
-
}),
|
|
189
|
-
const { as: o = "div", ...a } =
|
|
193
|
+
}), Ro = (r) => {
|
|
194
|
+
const { as: o = "div", ...a } = r, i = Z(() => t(o), [o]);
|
|
190
195
|
return /* @__PURE__ */ e(i, { ...a });
|
|
191
|
-
}, { withProvider:
|
|
196
|
+
}, { withProvider: yt, withContext: u } = T(Le), ft = yt(d.Root, "root", {
|
|
192
197
|
defaultProps: {
|
|
193
198
|
positioning: {
|
|
194
199
|
placement: "bottom-start"
|
|
@@ -199,66 +204,73 @@ const fo = W(r(te), "list"), Ke = ({ children: t, when: o, wrapper: a }) => o ==
|
|
|
199
204
|
lazyMount: !0,
|
|
200
205
|
startOfWeek: 6
|
|
201
206
|
}
|
|
202
|
-
}),
|
|
207
|
+
}), wt = u(d.Content, "content"), Ct = u(d.Control, "control"), kt = u(d.Input, "input"), _t = u(d.MonthSelect, "monthSelect"), St = u(d.NextTrigger, "nextTrigger"), Tt = u(d.Positioner, "positioner"), It = u(d.PrevTrigger, "prevTrigger"), Rt = u(d.TableBody, "tableBody"), zt = u(d.TableCell, "tableCell"), Pt = u(d.TableCellTrigger, "tableCellTrigger"), Lt = u(d.TableHead, "tableHead"), Ft = u(d.TableHeader, "tableHeader"), Bt = u(d.Table, "table"), K = u(d.TableRow, "tableRow"), Dt = u(d.Trigger, "trigger"), At = u(d.ViewControl, "viewControl"), Nt = u(d.View, "view"), Wt = u(d.YearSelect, "yearSelect"), Ht = u(t(d.ClearTrigger), "clearTrigger"), Et = () => /* @__PURE__ */ e("svg", { width: "23", height: "24", viewBox: "0 0 23 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ e(
|
|
203
208
|
"path",
|
|
204
209
|
{
|
|
205
210
|
d: "M18.2083 4H17.25V2H15.3333V4H7.66667V2H5.75V4H4.79167C3.72792 4 2.88458 4.9 2.88458 6L2.875 20C2.875 21.1 3.72792 22 4.79167 22H18.2083C19.2625 22 20.125 21.1 20.125 20V6C20.125 4.9 19.2625 4 18.2083 4ZM18.2083 20H4.79167V10H18.2083V20ZM18.2083 8H4.79167V6H18.2083V8ZM8.625 14H6.70833V12H8.625V14ZM12.4583 14H10.5417V12H12.4583V14ZM16.2917 14H14.375V12H16.2917V14ZM8.625 18H6.70833V16H8.625V18ZM12.4583 18H10.5417V16H12.4583V18ZM16.2917 18H14.375V16H16.2917V18Z",
|
|
206
211
|
fill: "#1E3A76"
|
|
207
212
|
}
|
|
208
|
-
) }),
|
|
209
|
-
/* @__PURE__ */ e(
|
|
210
|
-
/* @__PURE__ */ e(
|
|
211
|
-
/* @__PURE__ */
|
|
212
|
-
/* @__PURE__ */ e(
|
|
213
|
+
) }), Mt = () => /* @__PURE__ */ e("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ e("path", { d: "M10.4698 4.94L9.52979 4L5.52979 8L9.52979 12L10.4698 11.06L7.41645 8L10.4698 4.94Z", fill: "currentColor" }) }), Vt = () => /* @__PURE__ */ e("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ e("path", { d: "M6.46979 4L5.52979 4.94L8.58312 8L5.52979 11.06L6.46979 12L10.4698 8L6.46979 4Z", fill: "currentColor" }) }), zo = ({ placeholder: r, preflightClassName: o, ...a }) => /* @__PURE__ */ s(ft, { ...a, children: [
|
|
214
|
+
/* @__PURE__ */ e(Ct, { asChild: !0, children: /* @__PURE__ */ s(vt, { children: [
|
|
215
|
+
/* @__PURE__ */ e(kt, { asChild: !0, index: 0, placeholder: r, children: /* @__PURE__ */ e(bt, {}) }),
|
|
216
|
+
/* @__PURE__ */ s(xt, { children: [
|
|
217
|
+
/* @__PURE__ */ e(Ht, { asChild: !0, cursor: "pointer", mr: "space-4", children: /* @__PURE__ */ e("button", { children: /* @__PURE__ */ e("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ e(
|
|
213
218
|
"path",
|
|
214
219
|
{
|
|
215
220
|
d: "M9.99996 1.66669C5.39163 1.66669 1.66663 5.39169 1.66663 10C1.66663 14.6084 5.39163 18.3334 9.99996 18.3334C14.6083 18.3334 18.3333 14.6084 18.3333 10C18.3333 5.39169 14.6083 1.66669 9.99996 1.66669ZM9.99996 16.6667C6.32496 16.6667 3.33329 13.675 3.33329 10C3.33329 6.32502 6.32496 3.33335 9.99996 3.33335C13.675 3.33335 16.6666 6.32502 16.6666 10C16.6666 13.675 13.675 16.6667 9.99996 16.6667ZM12.9916 5.83335L9.99996 8.82502L7.00829 5.83335L5.83329 7.00835L8.82496 10L5.83329 12.9917L7.00829 14.1667L9.99996 11.175L12.9916 14.1667L14.1666 12.9917L11.175 10L14.1666 7.00835L12.9916 5.83335Z",
|
|
216
221
|
fill: "currentColor"
|
|
217
222
|
}
|
|
218
223
|
) }) }) }),
|
|
219
|
-
/* @__PURE__ */ e(
|
|
224
|
+
/* @__PURE__ */ e(Dt, { children: /* @__PURE__ */ e(Et, {}) })
|
|
220
225
|
] })
|
|
221
226
|
] }) }),
|
|
222
|
-
/* @__PURE__ */ e($, { children: /* @__PURE__ */ e(
|
|
223
|
-
/* @__PURE__ */
|
|
224
|
-
/* @__PURE__ */ e(
|
|
225
|
-
/* @__PURE__ */ e(
|
|
226
|
-
/* @__PURE__ */ e(
|
|
227
|
-
/* @__PURE__ */ e(
|
|
227
|
+
/* @__PURE__ */ e($, { children: /* @__PURE__ */ e(Tt, { className: o, children: /* @__PURE__ */ e(wt, { children: /* @__PURE__ */ e(Nt, { view: "day", children: /* @__PURE__ */ e(d.Context, { children: (i) => /* @__PURE__ */ s(de, { children: [
|
|
228
|
+
/* @__PURE__ */ s(At, { children: [
|
|
229
|
+
/* @__PURE__ */ e(It, { asChild: !0, children: /* @__PURE__ */ e(G, { p: "space-8", variant: "secondary", size: "sm", children: /* @__PURE__ */ e(Mt, {}) }) }),
|
|
230
|
+
/* @__PURE__ */ e(_t, {}),
|
|
231
|
+
/* @__PURE__ */ e(Wt, {}),
|
|
232
|
+
/* @__PURE__ */ e(St, { asChild: !0, children: /* @__PURE__ */ e(G, { p: "space-8", variant: "secondary", size: "sm", children: /* @__PURE__ */ e(Vt, {}) }) })
|
|
228
233
|
] }),
|
|
229
|
-
/* @__PURE__ */
|
|
230
|
-
/* @__PURE__ */ e(
|
|
231
|
-
/* @__PURE__ */ e(
|
|
234
|
+
/* @__PURE__ */ s(Bt, { children: [
|
|
235
|
+
/* @__PURE__ */ e(Lt, { children: /* @__PURE__ */ e(K, { children: i.weekDays.map((m, c) => /* @__PURE__ */ e(Ft, { children: m.short }, c)) }) }),
|
|
236
|
+
/* @__PURE__ */ e(Rt, { children: i.weeks.map((m, c) => /* @__PURE__ */ e(K, { children: m.map((n, l) => /* @__PURE__ */ e(zt, { value: n, children: /* @__PURE__ */ e(Pt, { asChild: !0, children: /* @__PURE__ */ e("button", { children: n.day }) }) }, l)) }, c)) })
|
|
232
237
|
] })
|
|
233
238
|
] }) }) }) }) }) })
|
|
234
|
-
] }),
|
|
235
|
-
const [a, i] =
|
|
236
|
-
return /* @__PURE__ */
|
|
239
|
+
] }), Po = y((r, o) => {
|
|
240
|
+
const [a, i] = Q.splitVariantProps(r), [m, c] = D(i), { children: n, className: l, ...C } = c, p = Q(a);
|
|
241
|
+
return /* @__PURE__ */ s(f.div, { ref: o, className: L(p.root, A(m), l), ...C, children: [
|
|
237
242
|
n,
|
|
238
|
-
/* @__PURE__ */ e(
|
|
243
|
+
/* @__PURE__ */ e(xe, { className: L(p.badge) })
|
|
239
244
|
] });
|
|
240
|
-
}), { withProvider:
|
|
241
|
-
/* @__PURE__ */ e(
|
|
242
|
-
/* @__PURE__ */ e(
|
|
245
|
+
}), { withProvider: jt, withContext: H } = T(Fe), Gt = H(t(b.ItemControl), "itemControl"), $t = H(t(b.ItemText), "itemText"), Zt = y(({ children: r, value: o, ...a }, i) => /* @__PURE__ */ s(b.Item, { ref: i, ...a, value: o, children: [
|
|
246
|
+
/* @__PURE__ */ e($t, { children: r }),
|
|
247
|
+
/* @__PURE__ */ e(Gt, {}),
|
|
243
248
|
/* @__PURE__ */ e(b.ItemHiddenInput, {})
|
|
244
|
-
] })),
|
|
249
|
+
] })), Lo = jt(t(b.Root), "root", {
|
|
245
250
|
defaultProps: {
|
|
246
251
|
orientation: "horizontal"
|
|
247
252
|
}
|
|
248
|
-
}),
|
|
249
|
-
/* @__PURE__ */ e(
|
|
250
|
-
/* @__PURE__ */ e(
|
|
253
|
+
}), Fo = H(t(Zt), "item"), Bo = H(t(b.Label), "label"), { withProvider: Yt, withContext: E } = T(Be), Xt = E(t(b.ItemControl), "itemControl"), Ut = E(t(b.ItemText), "itemText"), Ot = y(({ children: r, value: o, ...a }, i) => /* @__PURE__ */ s(b.Item, { ref: i, ...a, value: o, children: [
|
|
254
|
+
/* @__PURE__ */ e(Xt, {}),
|
|
255
|
+
/* @__PURE__ */ e(Ut, { children: r }),
|
|
251
256
|
/* @__PURE__ */ e(b.ItemHiddenInput, {})
|
|
252
|
-
] })),
|
|
257
|
+
] })), Do = Yt(t(b.Root), "root", {
|
|
253
258
|
defaultProps: {
|
|
254
259
|
orientation: "horizontal"
|
|
255
260
|
}
|
|
256
|
-
}),
|
|
261
|
+
}), Ao = E(t(Ot), "item"), No = E(t(b.Label), "label"), { withProvider: qt, withContext: Y } = T(De, {
|
|
262
|
+
dataAttr: !0
|
|
263
|
+
}), Qt = Y(t(f.svg), "icon"), Wo = qt(t(f.button), "root", {
|
|
264
|
+
defaultProps: {
|
|
265
|
+
role: "group"
|
|
266
|
+
},
|
|
267
|
+
afterSlot: /* @__PURE__ */ e(Qt, { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ e("path", { d: "M9.70501 6L8.29501 7.41L12.875 12L8.29501 16.59L9.70501 18L15.705 12L9.70501 6Z", fill: "currentColor" }) })
|
|
268
|
+
}), Ho = Y(t(f.h3), "title"), Eo = Y(t(f.p), "description"), Jt = {
|
|
257
269
|
xl: "1536px",
|
|
258
270
|
lg: "1200px",
|
|
259
271
|
md: "900px",
|
|
260
272
|
sm: "600px"
|
|
261
|
-
},
|
|
273
|
+
}, Kt = {
|
|
262
274
|
extend: {
|
|
263
275
|
checked: "&:where(:checked, [data-checked], [aria-checked=true], [data-state=checked])",
|
|
264
276
|
closed: "&:where([data-state=closed])",
|
|
@@ -276,7 +288,7 @@ const fo = W(r(te), "list"), Ke = ({ children: t, when: o, wrapper: a }) => o ==
|
|
|
276
288
|
today: "&:where([data-today])",
|
|
277
289
|
underValue: '&:where([data-state="under-value"])'
|
|
278
290
|
}
|
|
279
|
-
},
|
|
291
|
+
}, er = {
|
|
280
292
|
"2xl": "672px",
|
|
281
293
|
"3xl": "768px",
|
|
282
294
|
"4xl": "896px",
|
|
@@ -289,7 +301,7 @@ const fo = W(r(te), "list"), Ke = ({ children: t, when: o, wrapper: a }) => o ==
|
|
|
289
301
|
sm: "384px",
|
|
290
302
|
xl: "576px",
|
|
291
303
|
xs: "320px"
|
|
292
|
-
},
|
|
304
|
+
}, tr = He({
|
|
293
305
|
blob: {
|
|
294
306
|
"0%": {
|
|
295
307
|
rotate: "0deg"
|
|
@@ -407,7 +419,7 @@ const fo = W(r(te), "list"), Ke = ({ children: t, when: o, wrapper: a }) => o ==
|
|
|
407
419
|
transform: "rotate(360deg)"
|
|
408
420
|
}
|
|
409
421
|
}
|
|
410
|
-
}),
|
|
422
|
+
}), rr = k({
|
|
411
423
|
base: {
|
|
412
424
|
_focusVisible: {
|
|
413
425
|
ring: "2px solid {colors.primary.200}",
|
|
@@ -598,7 +610,7 @@ const fo = W(r(te), "list"), Ke = ({ children: t, when: o, wrapper: a }) => o ==
|
|
|
598
610
|
}
|
|
599
611
|
}
|
|
600
612
|
]
|
|
601
|
-
}),
|
|
613
|
+
}), or = k({
|
|
602
614
|
className: "heading",
|
|
603
615
|
defaultVariants: {
|
|
604
616
|
size: "h2"
|
|
@@ -628,7 +640,7 @@ const fo = W(r(te), "list"), Ke = ({ children: t, when: o, wrapper: a }) => o ==
|
|
|
628
640
|
h6: { textStyle: "heading.h6" }
|
|
629
641
|
}
|
|
630
642
|
}
|
|
631
|
-
}),
|
|
643
|
+
}), ar = v({
|
|
632
644
|
base: {
|
|
633
645
|
control: {
|
|
634
646
|
_focus: {
|
|
@@ -688,7 +700,7 @@ const fo = W(r(te), "list"), Ke = ({ children: t, when: o, wrapper: a }) => o ==
|
|
|
688
700
|
size: "md"
|
|
689
701
|
},
|
|
690
702
|
jsx: ["Switch", "SwitchField"],
|
|
691
|
-
slots:
|
|
703
|
+
slots: ce.keys(),
|
|
692
704
|
variants: {
|
|
693
705
|
size: {
|
|
694
706
|
md: {
|
|
@@ -710,7 +722,7 @@ const fo = W(r(te), "list"), Ke = ({ children: t, when: o, wrapper: a }) => o ==
|
|
|
710
722
|
}
|
|
711
723
|
}
|
|
712
724
|
}
|
|
713
|
-
}),
|
|
725
|
+
}), ir = k({
|
|
714
726
|
className: "text",
|
|
715
727
|
defaultVariants: {
|
|
716
728
|
size: "md"
|
|
@@ -743,7 +755,7 @@ const fo = W(r(te), "list"), Ke = ({ children: t, when: o, wrapper: a }) => o ==
|
|
|
743
755
|
sm: { textStyle: "body.sm" }
|
|
744
756
|
}
|
|
745
757
|
}
|
|
746
|
-
}),
|
|
758
|
+
}), ie = k({
|
|
747
759
|
base: {
|
|
748
760
|
'&[type="time"]::-webkit-calendar-picker-indicator': {
|
|
749
761
|
display: "none"
|
|
@@ -797,15 +809,15 @@ const fo = W(r(te), "list"), Ke = ({ children: t, when: o, wrapper: a }) => o ==
|
|
|
797
809
|
}
|
|
798
810
|
}
|
|
799
811
|
}
|
|
800
|
-
}),
|
|
812
|
+
}), nr = k({
|
|
801
813
|
className: "textarea",
|
|
802
814
|
jsx: ["Textarea"],
|
|
803
815
|
base: {
|
|
804
816
|
px: "space-16",
|
|
805
817
|
py: "space-8",
|
|
806
|
-
...
|
|
818
|
+
...ie.base
|
|
807
819
|
}
|
|
808
|
-
}),
|
|
820
|
+
}), lr = k({
|
|
809
821
|
base: {
|
|
810
822
|
_invalid: {
|
|
811
823
|
'& [data-recipe="formHelperText"]': {
|
|
@@ -835,7 +847,7 @@ const fo = W(r(te), "list"), Ke = ({ children: t, when: o, wrapper: a }) => o ==
|
|
|
835
847
|
className: "form-control",
|
|
836
848
|
description: "The styles for the FormControl component",
|
|
837
849
|
jsx: ["FormControl"]
|
|
838
|
-
}),
|
|
850
|
+
}), sr = k({
|
|
839
851
|
base: {
|
|
840
852
|
color: "grey.400",
|
|
841
853
|
fontFamily: "satoshi",
|
|
@@ -844,9 +856,9 @@ const fo = W(r(te), "list"), Ke = ({ children: t, when: o, wrapper: a }) => o ==
|
|
|
844
856
|
className: "form-helper-text",
|
|
845
857
|
description: "The styles for the FormHelperText component",
|
|
846
858
|
jsx: ["FormHelperText"]
|
|
847
|
-
}),
|
|
859
|
+
}), dr = pe.extendWith("header", "body", "footer"), cr = v({
|
|
848
860
|
className: "drawer",
|
|
849
|
-
slots:
|
|
861
|
+
slots: dr.keys(),
|
|
850
862
|
jsx: ["Drawer"],
|
|
851
863
|
base: {
|
|
852
864
|
backdrop: {
|
|
@@ -964,10 +976,10 @@ const fo = W(r(te), "list"), Ke = ({ children: t, when: o, wrapper: a }) => o ==
|
|
|
964
976
|
}
|
|
965
977
|
}
|
|
966
978
|
}
|
|
967
|
-
}),
|
|
979
|
+
}), pr = v({
|
|
968
980
|
className: "accordion",
|
|
969
981
|
jsx: ["Accordion"],
|
|
970
|
-
slots:
|
|
982
|
+
slots: ue.keys(),
|
|
971
983
|
base: {
|
|
972
984
|
root: {
|
|
973
985
|
display: "flex",
|
|
@@ -1068,7 +1080,7 @@ const fo = W(r(te), "list"), Ke = ({ children: t, when: o, wrapper: a }) => o ==
|
|
|
1068
1080
|
}
|
|
1069
1081
|
}
|
|
1070
1082
|
}
|
|
1071
|
-
}),
|
|
1083
|
+
}), ur = v({
|
|
1072
1084
|
base: {
|
|
1073
1085
|
root: { color: "grey.400", fontFamily: "satoshi", textStyle: "body.sm" },
|
|
1074
1086
|
addon: {
|
|
@@ -1098,9 +1110,9 @@ const fo = W(r(te), "list"), Ke = ({ children: t, when: o, wrapper: a }) => o ==
|
|
|
1098
1110
|
className: "form-label",
|
|
1099
1111
|
description: "The styles for the FormLabel component",
|
|
1100
1112
|
jsx: ["FormLabel"]
|
|
1101
|
-
}),
|
|
1113
|
+
}), hr = v({
|
|
1102
1114
|
className: "checkbox",
|
|
1103
|
-
slots:
|
|
1115
|
+
slots: he.keys(),
|
|
1104
1116
|
jsx: ["Checkbox"],
|
|
1105
1117
|
base: {
|
|
1106
1118
|
root: {
|
|
@@ -1216,9 +1228,9 @@ const fo = W(r(te), "list"), Ke = ({ children: t, when: o, wrapper: a }) => o ==
|
|
|
1216
1228
|
}
|
|
1217
1229
|
}
|
|
1218
1230
|
}
|
|
1219
|
-
}),
|
|
1231
|
+
}), mr = v({
|
|
1220
1232
|
className: "tabs",
|
|
1221
|
-
slots:
|
|
1233
|
+
slots: me.keys(),
|
|
1222
1234
|
base: {
|
|
1223
1235
|
root: {
|
|
1224
1236
|
isolation: "isolate",
|
|
@@ -1322,7 +1334,7 @@ const fo = W(r(te), "list"), Ke = ({ children: t, when: o, wrapper: a }) => o ==
|
|
|
1322
1334
|
}
|
|
1323
1335
|
}
|
|
1324
1336
|
}
|
|
1325
|
-
}),
|
|
1337
|
+
}), gr = v({
|
|
1326
1338
|
base: {
|
|
1327
1339
|
control: {
|
|
1328
1340
|
fontFamily: "satoshi",
|
|
@@ -1459,7 +1471,7 @@ const fo = W(r(te), "list"), Ke = ({ children: t, when: o, wrapper: a }) => o ==
|
|
|
1459
1471
|
size: "md"
|
|
1460
1472
|
},
|
|
1461
1473
|
jsx: ["Select"],
|
|
1462
|
-
slots:
|
|
1474
|
+
slots: ge.keys(),
|
|
1463
1475
|
variants: {
|
|
1464
1476
|
size: {
|
|
1465
1477
|
md: {
|
|
@@ -1475,7 +1487,7 @@ const fo = W(r(te), "list"), Ke = ({ children: t, when: o, wrapper: a }) => o ==
|
|
|
1475
1487
|
}
|
|
1476
1488
|
}
|
|
1477
1489
|
}
|
|
1478
|
-
}),
|
|
1490
|
+
}), br = k({
|
|
1479
1491
|
base: {
|
|
1480
1492
|
alignItems: "center",
|
|
1481
1493
|
borderRadius: "inherit",
|
|
@@ -1488,7 +1500,7 @@ const fo = W(r(te), "list"), Ke = ({ children: t, when: o, wrapper: a }) => o ==
|
|
|
1488
1500
|
className: "input-addon",
|
|
1489
1501
|
description: "The styles for the InputAddon component",
|
|
1490
1502
|
jsx: ["InputAddon"]
|
|
1491
|
-
}),
|
|
1503
|
+
}), xr = k({
|
|
1492
1504
|
base: {
|
|
1493
1505
|
'& [data-recipe="input"]': {
|
|
1494
1506
|
border: {
|
|
@@ -1531,9 +1543,9 @@ const fo = W(r(te), "list"), Ke = ({ children: t, when: o, wrapper: a }) => o ==
|
|
|
1531
1543
|
className: "input-group",
|
|
1532
1544
|
description: "The styles for the InputGroup component",
|
|
1533
1545
|
jsx: ["InputGroup"]
|
|
1534
|
-
}),
|
|
1546
|
+
}), ee = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgOCA2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMC45NCAwLjUyOTk5OUw0IDMuNTgzMzNMNy4wNiAwLjUyOTk5OUw4IDEuNDdMNCA1LjQ3TDAgMS40N0wwLjk0IDAuNTI5OTk5WiIgZmlsbD0iIzFFM0E3NiIvPgo8L3N2Zz4K", vr = v({
|
|
1535
1547
|
className: "datepicker",
|
|
1536
|
-
slots:
|
|
1548
|
+
slots: be.keys(),
|
|
1537
1549
|
jsx: ["DatePicker"],
|
|
1538
1550
|
base: {
|
|
1539
1551
|
root: {
|
|
@@ -1576,7 +1588,7 @@ const fo = W(r(te), "list"), Ke = ({ children: t, when: o, wrapper: a }) => o ==
|
|
|
1576
1588
|
px: "space-4",
|
|
1577
1589
|
appearance: "none",
|
|
1578
1590
|
paddingRight: "30px",
|
|
1579
|
-
background: `url('${
|
|
1591
|
+
background: `url('${ee}') no-repeat right 10px center`,
|
|
1580
1592
|
_focus: {
|
|
1581
1593
|
border: "1px solid {colors.primary.500}"
|
|
1582
1594
|
}
|
|
@@ -1592,7 +1604,7 @@ const fo = W(r(te), "list"), Ke = ({ children: t, when: o, wrapper: a }) => o ==
|
|
|
1592
1604
|
px: "space-4",
|
|
1593
1605
|
appearance: "none",
|
|
1594
1606
|
paddingRight: "30px",
|
|
1595
|
-
background: `url('${
|
|
1607
|
+
background: `url('${ee}') no-repeat right 10px center`,
|
|
1596
1608
|
_focus: {
|
|
1597
1609
|
border: "1px solid {colors.primary.500}"
|
|
1598
1610
|
}
|
|
@@ -1691,7 +1703,7 @@ const fo = W(r(te), "list"), Ke = ({ children: t, when: o, wrapper: a }) => o ==
|
|
|
1691
1703
|
textAlign: "center"
|
|
1692
1704
|
}
|
|
1693
1705
|
}
|
|
1694
|
-
}),
|
|
1706
|
+
}), yr = v({
|
|
1695
1707
|
base: {
|
|
1696
1708
|
root: {
|
|
1697
1709
|
fontFamily: "satoshi",
|
|
@@ -1796,10 +1808,10 @@ const fo = W(r(te), "list"), Ke = ({ children: t, when: o, wrapper: a }) => o ==
|
|
|
1796
1808
|
}
|
|
1797
1809
|
}
|
|
1798
1810
|
}
|
|
1799
|
-
}),
|
|
1811
|
+
}), fr = v({
|
|
1800
1812
|
className: "radio-button-group",
|
|
1801
1813
|
jsx: ["RadioButtonGroup"],
|
|
1802
|
-
slots:
|
|
1814
|
+
slots: te.keys(),
|
|
1803
1815
|
base: {
|
|
1804
1816
|
root: {
|
|
1805
1817
|
display: "inline-flex",
|
|
@@ -1863,7 +1875,7 @@ const fo = W(r(te), "list"), Ke = ({ children: t, when: o, wrapper: a }) => o ==
|
|
|
1863
1875
|
}
|
|
1864
1876
|
}
|
|
1865
1877
|
}
|
|
1866
|
-
}),
|
|
1878
|
+
}), wr = v({
|
|
1867
1879
|
base: {
|
|
1868
1880
|
item: {
|
|
1869
1881
|
_disabled: {
|
|
@@ -1945,7 +1957,7 @@ const fo = W(r(te), "list"), Ke = ({ children: t, when: o, wrapper: a }) => o ==
|
|
|
1945
1957
|
defaultVariants: {
|
|
1946
1958
|
size: "md"
|
|
1947
1959
|
},
|
|
1948
|
-
slots:
|
|
1960
|
+
slots: te.keys(),
|
|
1949
1961
|
variants: {
|
|
1950
1962
|
size: {
|
|
1951
1963
|
md: {
|
|
@@ -1972,29 +1984,110 @@ const fo = W(r(te), "list"), Ke = ({ children: t, when: o, wrapper: a }) => o ==
|
|
|
1972
1984
|
}
|
|
1973
1985
|
}
|
|
1974
1986
|
}
|
|
1975
|
-
}),
|
|
1976
|
-
|
|
1977
|
-
|
|
1978
|
-
|
|
1979
|
-
|
|
1980
|
-
|
|
1981
|
-
|
|
1982
|
-
|
|
1983
|
-
|
|
1984
|
-
|
|
1985
|
-
|
|
1986
|
-
},
|
|
1987
|
-
|
|
1988
|
-
|
|
1989
|
-
|
|
1990
|
-
|
|
1991
|
-
|
|
1992
|
-
|
|
1993
|
-
|
|
1994
|
-
|
|
1995
|
-
|
|
1996
|
-
|
|
1997
|
-
|
|
1987
|
+
}), Cr = v({
|
|
1988
|
+
base: {
|
|
1989
|
+
root: {
|
|
1990
|
+
position: "relative",
|
|
1991
|
+
bg: "white",
|
|
1992
|
+
outline: "none",
|
|
1993
|
+
cursor: "pointer",
|
|
1994
|
+
boxShadow: {
|
|
1995
|
+
base: "0px 4px 8px 0px {colors.secondary.500/10}",
|
|
1996
|
+
_hover: "0px 4px 8px 0px {colors.secondary.500/20}",
|
|
1997
|
+
_disabled: "0px 4px 8px 0px {colors.black/10}"
|
|
1998
|
+
},
|
|
1999
|
+
border: "1px solid",
|
|
2000
|
+
borderColor: {
|
|
2001
|
+
_disabled: {
|
|
2002
|
+
base: "primary.100",
|
|
2003
|
+
_focusVisible: "primary.100",
|
|
2004
|
+
_selected: "primary.100",
|
|
2005
|
+
_hover: "primary.100"
|
|
2006
|
+
},
|
|
2007
|
+
base: "primary.100",
|
|
2008
|
+
_selected: "secondary.500",
|
|
2009
|
+
_focusVisible: "secondary.500",
|
|
2010
|
+
_hover: "secondary.500"
|
|
2011
|
+
},
|
|
2012
|
+
p: "space-24",
|
|
2013
|
+
pr: "space-56",
|
|
2014
|
+
borderRadius: "radius-8",
|
|
2015
|
+
display: "flex",
|
|
2016
|
+
flexDirection: "column",
|
|
2017
|
+
gap: "space-8",
|
|
2018
|
+
userSelect: "none",
|
|
2019
|
+
transitionProperty: "border-color, box-shadow",
|
|
2020
|
+
transitionDuration: "fast",
|
|
2021
|
+
_disabled: {
|
|
2022
|
+
pointerEvents: "none",
|
|
2023
|
+
'& [data-recipe-slot="title"]': {
|
|
2024
|
+
color: "grey.300!"
|
|
2025
|
+
},
|
|
2026
|
+
'& [data-recipe-slot="description"]': {
|
|
2027
|
+
color: "grey.300!"
|
|
2028
|
+
},
|
|
2029
|
+
'& [data-recipe-slot="icon"]': {
|
|
2030
|
+
color: "grey.300!"
|
|
2031
|
+
}
|
|
2032
|
+
}
|
|
2033
|
+
},
|
|
2034
|
+
title: {
|
|
2035
|
+
fontFamily: "cabinet",
|
|
2036
|
+
textStyle: "heading.h6",
|
|
2037
|
+
textAlign: "left",
|
|
2038
|
+
transitionProperty: "color",
|
|
2039
|
+
transitionDuration: "fast",
|
|
2040
|
+
truncate: !0,
|
|
2041
|
+
maxWidth: "100%",
|
|
2042
|
+
color: {
|
|
2043
|
+
base: "text.heading",
|
|
2044
|
+
_groupHover: "secondary.500"
|
|
2045
|
+
}
|
|
2046
|
+
},
|
|
2047
|
+
description: {
|
|
2048
|
+
fontFamily: "satoshi",
|
|
2049
|
+
textStyle: "body.md",
|
|
2050
|
+
color: "text",
|
|
2051
|
+
textAlign: "left",
|
|
2052
|
+
maxWidth: "100%"
|
|
2053
|
+
},
|
|
2054
|
+
icon: {
|
|
2055
|
+
position: "absolute",
|
|
2056
|
+
top: "calc(50% - {spacing.space-12})",
|
|
2057
|
+
right: "space-24",
|
|
2058
|
+
width: "size-24",
|
|
2059
|
+
height: "size-24",
|
|
2060
|
+
color: "secondary.500"
|
|
2061
|
+
}
|
|
2062
|
+
},
|
|
2063
|
+
slots: ["root", "title", "description", "icon"],
|
|
2064
|
+
className: "action-card",
|
|
2065
|
+
description: "The styles for the ActionCard component",
|
|
2066
|
+
jsx: ["ActionCard", "ActionCardTitle", "ActionCardDescription"]
|
|
2067
|
+
}), kr = {
|
|
2068
|
+
button: rr,
|
|
2069
|
+
heading: or,
|
|
2070
|
+
switchRecipe: ar,
|
|
2071
|
+
text: ir,
|
|
2072
|
+
textarea: nr,
|
|
2073
|
+
formControl: lr,
|
|
2074
|
+
formHelperText: sr,
|
|
2075
|
+
input: ie,
|
|
2076
|
+
inputAddon: br,
|
|
2077
|
+
inputGroup: xr
|
|
2078
|
+
}, _r = {
|
|
2079
|
+
drawer: cr,
|
|
2080
|
+
radioButtonGroup: fr,
|
|
2081
|
+
radioGroup: wr,
|
|
2082
|
+
accordion: pr,
|
|
2083
|
+
formLabel: ur,
|
|
2084
|
+
checkbox: hr,
|
|
2085
|
+
datepicker: vr,
|
|
2086
|
+
tabs: mr,
|
|
2087
|
+
tag: yr,
|
|
2088
|
+
select: gr,
|
|
2089
|
+
actionCard: Cr
|
|
2090
|
+
}, Sr = Ee.colors({
|
|
1998
2091
|
decorative: {
|
|
1999
2092
|
red: {
|
|
2000
2093
|
light: { value: "#FFB5AD" },
|
|
@@ -2093,9 +2186,9 @@ const fo = W(r(te), "list"), Ke = ({ children: t, when: o, wrapper: a }) => o ==
|
|
|
2093
2186
|
value: "{colors.primary.900}"
|
|
2094
2187
|
}
|
|
2095
2188
|
}
|
|
2096
|
-
}),
|
|
2097
|
-
colors:
|
|
2098
|
-
},
|
|
2189
|
+
}), Tr = {
|
|
2190
|
+
colors: Sr
|
|
2191
|
+
}, Ir = Me({
|
|
2099
2192
|
body: {
|
|
2100
2193
|
lg: {
|
|
2101
2194
|
value: {
|
|
@@ -2178,7 +2271,7 @@ const fo = W(r(te), "list"), Ke = ({ children: t, when: o, wrapper: a }) => o ==
|
|
|
2178
2271
|
}
|
|
2179
2272
|
}
|
|
2180
2273
|
}
|
|
2181
|
-
}),
|
|
2274
|
+
}), Rr = h.animations({
|
|
2182
2275
|
"backdrop-in": {
|
|
2183
2276
|
value: "fade-in 250ms {easings.emphasized-in}"
|
|
2184
2277
|
},
|
|
@@ -2219,14 +2312,14 @@ const fo = W(r(te), "list"), Ke = ({ children: t, when: o, wrapper: a }) => o ==
|
|
|
2219
2312
|
"collapse-out": {
|
|
2220
2313
|
value: "collapse-out 150ms {easings.in-out}"
|
|
2221
2314
|
}
|
|
2222
|
-
}),
|
|
2315
|
+
}), zr = h.borders({
|
|
2223
2316
|
golden: { value: "1.618 / 1" },
|
|
2224
2317
|
landscape: { value: "4 / 3" },
|
|
2225
2318
|
portrait: { value: "3 / 4" },
|
|
2226
2319
|
square: { value: "1 / 1" },
|
|
2227
2320
|
ultrawide: { value: "18 / 5" },
|
|
2228
2321
|
wide: { value: "16 / 9" }
|
|
2229
|
-
}),
|
|
2322
|
+
}), Pr = h.blurs({
|
|
2230
2323
|
"2xl": { value: "40px" },
|
|
2231
2324
|
"3xl": { value: "64px" },
|
|
2232
2325
|
base: { value: "8px" },
|
|
@@ -2234,11 +2327,11 @@ const fo = W(r(te), "list"), Ke = ({ children: t, when: o, wrapper: a }) => o ==
|
|
|
2234
2327
|
md: { value: "12px" },
|
|
2235
2328
|
sm: { value: "4px" },
|
|
2236
2329
|
xl: { value: "24px" }
|
|
2237
|
-
}),
|
|
2330
|
+
}), Lr = h.borders({
|
|
2238
2331
|
border: {
|
|
2239
2332
|
none: { value: "none" }
|
|
2240
2333
|
}
|
|
2241
|
-
}),
|
|
2334
|
+
}), Fr = h.colors({
|
|
2242
2335
|
black: { value: "#000" },
|
|
2243
2336
|
current: { value: "currentColor" },
|
|
2244
2337
|
transparent: { value: "rgb(0 0 0 / 0)" },
|
|
@@ -2310,7 +2403,7 @@ const fo = W(r(te), "list"), Ke = ({ children: t, when: o, wrapper: a }) => o ==
|
|
|
2310
2403
|
200: { value: "#FFEAAC" },
|
|
2311
2404
|
100: { value: "#FFF9E6" }
|
|
2312
2405
|
}
|
|
2313
|
-
}),
|
|
2406
|
+
}), Br = h.durations({
|
|
2314
2407
|
fast: { value: "150ms" },
|
|
2315
2408
|
faster: { value: "100ms" },
|
|
2316
2409
|
fastest: { value: "50ms" },
|
|
@@ -2318,7 +2411,7 @@ const fo = W(r(te), "list"), Ke = ({ children: t, when: o, wrapper: a }) => o ==
|
|
|
2318
2411
|
slow: { value: "300ms" },
|
|
2319
2412
|
slower: { value: "400ms" },
|
|
2320
2413
|
slowest: { value: "500ms" }
|
|
2321
|
-
}),
|
|
2414
|
+
}), Dr = h.easings({
|
|
2322
2415
|
default: { value: "cubic-bezier(0.2, 0.0, 0, 1.0)" },
|
|
2323
2416
|
"ease-bounce-1": {
|
|
2324
2417
|
value: `linear(
|
|
@@ -2406,7 +2499,7 @@ const fo = W(r(te), "list"), Ke = ({ children: t, when: o, wrapper: a }) => o ==
|
|
|
2406
2499
|
linear: { value: "linear" },
|
|
2407
2500
|
out: { value: "cubic-bezier(0, 0, 0.2, 1)" },
|
|
2408
2501
|
pulse: { value: "cubic-bezier(0.4, 0.0, 0.6, 1.0)" }
|
|
2409
|
-
}),
|
|
2502
|
+
}), Ar = h.radii({
|
|
2410
2503
|
"radius-0": { value: "0px" },
|
|
2411
2504
|
"radius-2": { value: "2px" },
|
|
2412
2505
|
"radius-4": { value: "4px" },
|
|
@@ -2428,7 +2521,7 @@ const fo = W(r(te), "list"), Ke = ({ children: t, when: o, wrapper: a }) => o ==
|
|
|
2428
2521
|
"radius-60": { value: "60px" },
|
|
2429
2522
|
"radius-64": { value: "64px" },
|
|
2430
2523
|
full: { value: "9999px" }
|
|
2431
|
-
}),
|
|
2524
|
+
}), Nr = h.shadows({
|
|
2432
2525
|
"2xl": { value: "0 25px 50px -12px rgb(0 0 0 / 0.25)" },
|
|
2433
2526
|
inner: { value: "inset 0 2px 4px 0 rgb(0 0 0 / 0.05)" },
|
|
2434
2527
|
lg: { value: ["0 10px 15px -3px rgb(0 0 0 / 0.1)", "0 4px 6px -4px rgb(0 0 0 / 0.1)"] },
|
|
@@ -2436,7 +2529,7 @@ const fo = W(r(te), "list"), Ke = ({ children: t, when: o, wrapper: a }) => o ==
|
|
|
2436
2529
|
sm: { value: ["0 1px 3px 0 rgb(0 0 0 / 0.1)", "0 1px 2px -1px rgb(0 0 0 / 0.1)"] },
|
|
2437
2530
|
xl: { value: ["0 20px 25px -5px rgb(0 0 0 / 0.1)", "0 8px 10px -6px rgb(0 0 0 / 0.1)"] },
|
|
2438
2531
|
xs: { value: "0 1px 2px 0 rgb(0 0 0 / 0.05)" }
|
|
2439
|
-
}),
|
|
2532
|
+
}), Wr = h.sizes({
|
|
2440
2533
|
"size-0": {
|
|
2441
2534
|
value: "0px"
|
|
2442
2535
|
},
|
|
@@ -2513,7 +2606,7 @@ const fo = W(r(te), "list"), Ke = ({ children: t, when: o, wrapper: a }) => o ==
|
|
|
2513
2606
|
"size-80": {
|
|
2514
2607
|
value: "80px"
|
|
2515
2608
|
}
|
|
2516
|
-
}),
|
|
2609
|
+
}), Hr = h.spacing({
|
|
2517
2610
|
"space-0": {
|
|
2518
2611
|
value: "0px"
|
|
2519
2612
|
},
|
|
@@ -2593,9 +2686,9 @@ const fo = W(r(te), "list"), Ke = ({ children: t, when: o, wrapper: a }) => o ==
|
|
|
2593
2686
|
value: "80px"
|
|
2594
2687
|
}
|
|
2595
2688
|
});
|
|
2596
|
-
var
|
|
2597
|
-
`${
|
|
2598
|
-
var
|
|
2689
|
+
var Er = "cm,mm,Q,in,pc,pt,px,em,ex,ch,rem,lh,rlh,vw,vh,vmin,vmax,vb,vi,svw,svh,lvw,lvh,dvw,dvh,cqw,cqh,cqi,cqb,cqmin,cqmax,%";
|
|
2690
|
+
`${Er.split(",").join("|")}`;
|
|
2691
|
+
var Mr = {
|
|
2599
2692
|
animation: [
|
|
2600
2693
|
"animationName",
|
|
2601
2694
|
"animationDuration",
|
|
@@ -2706,22 +2799,22 @@ var Bt = {
|
|
|
2706
2799
|
textEmphasis: ["textEmphasisStyle", "textEmphasisColor"],
|
|
2707
2800
|
transition: ["transitionProperty", "transitionDuration", "transitionTimingFunction", "transitionDelay"]
|
|
2708
2801
|
};
|
|
2709
|
-
Object.values(
|
|
2710
|
-
var
|
|
2711
|
-
function
|
|
2712
|
-
const o = new RegExp(String.raw`-?\d+(?:\.\d+|\d*)`), a = new RegExp(`${
|
|
2802
|
+
Object.values(Mr).reduce((r, o) => [...r, ...o], []);
|
|
2803
|
+
var Vr = 16, ne = "px", le = "em", B = "rem";
|
|
2804
|
+
function jr(r = "") {
|
|
2805
|
+
const o = new RegExp(String.raw`-?\d+(?:\.\d+|\d*)`), a = new RegExp(`${ne}|${le}|${B}`), i = r.match(new RegExp(`${o.source}(${a.source})`));
|
|
2713
2806
|
return i == null ? void 0 : i[1];
|
|
2714
2807
|
}
|
|
2715
|
-
function g(
|
|
2716
|
-
const o =
|
|
2808
|
+
function g(r = "") {
|
|
2809
|
+
const o = jr(r);
|
|
2717
2810
|
if (!o || o === B)
|
|
2718
|
-
return
|
|
2719
|
-
if (o ===
|
|
2720
|
-
return `${parseFloat(
|
|
2721
|
-
if (o ===
|
|
2722
|
-
return `${parseFloat(
|
|
2811
|
+
return r;
|
|
2812
|
+
if (o === le)
|
|
2813
|
+
return `${parseFloat(r)}${B}`;
|
|
2814
|
+
if (o === ne)
|
|
2815
|
+
return `${parseFloat(r) / Vr}${B}`;
|
|
2723
2816
|
}
|
|
2724
|
-
const
|
|
2817
|
+
const Gr = h.fontSizes({
|
|
2725
2818
|
body: {
|
|
2726
2819
|
lg: { value: g("16px") },
|
|
2727
2820
|
md: { value: g("14px") },
|
|
@@ -2743,7 +2836,7 @@ const Nt = m.fontSizes({
|
|
|
2743
2836
|
xs: { value: g("18px") }
|
|
2744
2837
|
}
|
|
2745
2838
|
}
|
|
2746
|
-
}),
|
|
2839
|
+
}), $r = h.fontWeights({
|
|
2747
2840
|
black: { value: "900" },
|
|
2748
2841
|
bold: { value: "700" },
|
|
2749
2842
|
extrabold: { value: "800" },
|
|
@@ -2753,14 +2846,14 @@ const Nt = m.fontSizes({
|
|
|
2753
2846
|
normal: { value: "400" },
|
|
2754
2847
|
semibold: { value: "600" },
|
|
2755
2848
|
thin: { value: "100" }
|
|
2756
|
-
}),
|
|
2849
|
+
}), Zr = h.letterSpacings({
|
|
2757
2850
|
normal: { value: "0em" },
|
|
2758
2851
|
tight: { value: "-0.025em" },
|
|
2759
2852
|
tighter: { value: "-0.05em" },
|
|
2760
2853
|
wide: { value: "0.025em" },
|
|
2761
2854
|
wider: { value: "0.05em" },
|
|
2762
2855
|
widest: { value: "0.1em" }
|
|
2763
|
-
}),
|
|
2856
|
+
}), Yr = h.lineHeights({}), Xr = h.fonts({
|
|
2764
2857
|
satoshi: { value: "var(--font-satoshi)" },
|
|
2765
2858
|
cabinet: { value: "var(--font-cabinet)" },
|
|
2766
2859
|
mono: {
|
|
@@ -2796,7 +2889,7 @@ const Nt = m.fontSizes({
|
|
|
2796
2889
|
serif: {
|
|
2797
2890
|
value: ["ui-serif", "Georgia", "Cambria", '"Times New Roman"', "Times", "serif"]
|
|
2798
2891
|
}
|
|
2799
|
-
}),
|
|
2892
|
+
}), Ur = h.zIndex({
|
|
2800
2893
|
banner: {
|
|
2801
2894
|
value: 1200
|
|
2802
2895
|
},
|
|
@@ -2833,91 +2926,94 @@ const Nt = m.fontSizes({
|
|
|
2833
2926
|
tooltip: {
|
|
2834
2927
|
value: 1800
|
|
2835
2928
|
}
|
|
2836
|
-
}),
|
|
2837
|
-
animations:
|
|
2838
|
-
aspectRatios:
|
|
2839
|
-
blurs:
|
|
2840
|
-
borders:
|
|
2841
|
-
colors:
|
|
2842
|
-
durations:
|
|
2843
|
-
easings:
|
|
2844
|
-
fontSizes:
|
|
2845
|
-
fontWeights:
|
|
2846
|
-
fonts:
|
|
2847
|
-
letterSpacings:
|
|
2848
|
-
lineHeights:
|
|
2849
|
-
radii:
|
|
2850
|
-
shadows:
|
|
2851
|
-
sizes:
|
|
2852
|
-
spacing:
|
|
2853
|
-
zIndex:
|
|
2854
|
-
},
|
|
2929
|
+
}), Or = {
|
|
2930
|
+
animations: Rr,
|
|
2931
|
+
aspectRatios: zr,
|
|
2932
|
+
blurs: Pr,
|
|
2933
|
+
borders: Lr,
|
|
2934
|
+
colors: Fr,
|
|
2935
|
+
durations: Br,
|
|
2936
|
+
easings: Dr,
|
|
2937
|
+
fontSizes: Gr,
|
|
2938
|
+
fontWeights: $r,
|
|
2939
|
+
fonts: Xr,
|
|
2940
|
+
letterSpacings: Zr,
|
|
2941
|
+
lineHeights: Yr,
|
|
2942
|
+
radii: Ar,
|
|
2943
|
+
shadows: Nr,
|
|
2944
|
+
sizes: Wr,
|
|
2945
|
+
spacing: Hr,
|
|
2946
|
+
zIndex: Ur
|
|
2947
|
+
}, qr = Ve({
|
|
2855
2948
|
className: "size",
|
|
2856
|
-
transform(
|
|
2857
|
-
return { height:
|
|
2949
|
+
transform(r) {
|
|
2950
|
+
return { height: r, width: r };
|
|
2858
2951
|
},
|
|
2859
2952
|
values: "sizes"
|
|
2860
|
-
}),
|
|
2953
|
+
}), Qr = {
|
|
2861
2954
|
extend: {
|
|
2862
|
-
boxSize:
|
|
2955
|
+
boxSize: qr
|
|
2863
2956
|
}
|
|
2864
|
-
},
|
|
2957
|
+
}, Mo = je({
|
|
2865
2958
|
staticCss: {
|
|
2866
2959
|
recipes: "*"
|
|
2867
2960
|
},
|
|
2868
2961
|
theme: {
|
|
2869
|
-
breakpoints:
|
|
2870
|
-
containerSizes:
|
|
2871
|
-
keyframes:
|
|
2872
|
-
recipes:
|
|
2873
|
-
semanticTokens:
|
|
2874
|
-
slotRecipes:
|
|
2875
|
-
textStyles:
|
|
2876
|
-
tokens:
|
|
2877
|
-
},
|
|
2878
|
-
utilities:
|
|
2879
|
-
conditions:
|
|
2962
|
+
breakpoints: Jt,
|
|
2963
|
+
containerSizes: er,
|
|
2964
|
+
keyframes: tr,
|
|
2965
|
+
recipes: kr,
|
|
2966
|
+
semanticTokens: Tr,
|
|
2967
|
+
slotRecipes: _r,
|
|
2968
|
+
textStyles: Ir,
|
|
2969
|
+
tokens: Or
|
|
2970
|
+
},
|
|
2971
|
+
utilities: Qr,
|
|
2972
|
+
conditions: Kt
|
|
2880
2973
|
});
|
|
2881
2974
|
export {
|
|
2882
|
-
|
|
2883
|
-
|
|
2884
|
-
|
|
2885
|
-
|
|
2886
|
-
|
|
2887
|
-
|
|
2975
|
+
io as Accordion,
|
|
2976
|
+
no as AccordionItem,
|
|
2977
|
+
lo as AccordionItemContent,
|
|
2978
|
+
so as AccordionItemIndicator,
|
|
2979
|
+
co as AccordionItemTrigger,
|
|
2980
|
+
Wo as ActionCard,
|
|
2981
|
+
Eo as ActionCardDescription,
|
|
2982
|
+
Ho as ActionCardTitle,
|
|
2983
|
+
Ro as Box,
|
|
2888
2984
|
G as Button,
|
|
2889
|
-
|
|
2890
|
-
|
|
2891
|
-
|
|
2892
|
-
|
|
2893
|
-
|
|
2894
|
-
|
|
2895
|
-
|
|
2896
|
-
|
|
2897
|
-
|
|
2898
|
-
|
|
2899
|
-
|
|
2900
|
-
|
|
2901
|
-
|
|
2902
|
-
|
|
2903
|
-
|
|
2904
|
-
|
|
2905
|
-
|
|
2906
|
-
|
|
2907
|
-
|
|
2908
|
-
|
|
2909
|
-
|
|
2910
|
-
|
|
2911
|
-
|
|
2912
|
-
|
|
2913
|
-
|
|
2914
|
-
|
|
2915
|
-
|
|
2916
|
-
|
|
2917
|
-
|
|
2918
|
-
|
|
2919
|
-
|
|
2920
|
-
|
|
2921
|
-
|
|
2985
|
+
$e as Checkbox,
|
|
2986
|
+
zo as DatePicker,
|
|
2987
|
+
po as Drawer,
|
|
2988
|
+
uo as DrawerBody,
|
|
2989
|
+
Ue as DrawerCloseTrigger,
|
|
2990
|
+
xo as DrawerContent,
|
|
2991
|
+
ho as DrawerFooter,
|
|
2992
|
+
mo as DrawerHeader,
|
|
2993
|
+
go as DrawerTitle,
|
|
2994
|
+
bo as DrawerTrigger,
|
|
2995
|
+
vo as FormControl,
|
|
2996
|
+
fo as FormHelperText,
|
|
2997
|
+
yo as FormLabel,
|
|
2998
|
+
wo as Heading,
|
|
2999
|
+
bt as Input,
|
|
3000
|
+
xt as InputAddon,
|
|
3001
|
+
vt as InputGroup,
|
|
3002
|
+
Lo as RadioButtonGroup,
|
|
3003
|
+
Fo as RadioButtonGroupItem,
|
|
3004
|
+
Bo as RadioButtonGroupLabel,
|
|
3005
|
+
Do as RadioGroup,
|
|
3006
|
+
Ao as RadioGroupItem,
|
|
3007
|
+
No as RadioGroupLabel,
|
|
3008
|
+
Io as Select,
|
|
3009
|
+
Ke as Switch,
|
|
3010
|
+
ko as Tabs,
|
|
3011
|
+
_o as TabsContent,
|
|
3012
|
+
To as TabsList,
|
|
3013
|
+
So as TabsTrigger,
|
|
3014
|
+
Po as Tag,
|
|
3015
|
+
et as Text,
|
|
3016
|
+
Co as Textarea,
|
|
3017
|
+
Mo as preset
|
|
2922
3018
|
};
|
|
2923
3019
|
//# sourceMappingURL=ui.js.map
|