@stokelp/ui 1.22.0 → 1.24.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/breadcrumb/Breadcrumb.d.ts +20 -0
- package/dist/components/breadcrumb/index.d.ts +1 -0
- package/dist/components/index.d.ts +1 -0
- package/dist/style.css +1 -1
- package/dist/theme/recipes/breadcrumb.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 +442 -396
- package/dist/ui.js.map +1 -1
- package/package.json +4 -2
package/dist/ui.js
CHANGED
|
@@ -1,62 +1,63 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import { jsx as e, jsxs as
|
|
3
|
-
import { Accordion as N, Checkbox as
|
|
4
|
-
import { styled as o, splitCssProps as
|
|
5
|
-
import { accordion as
|
|
6
|
-
import { createContext as
|
|
7
|
-
import { cx as I, css as
|
|
8
|
-
import
|
|
9
|
-
|
|
10
|
-
|
|
2
|
+
import { jsx as e, jsxs as d, Fragment as Y } from "react/jsx-runtime";
|
|
3
|
+
import { Accordion as N, Checkbox as L, Dialog as k, ark as m, Portal as q, Tooltip as B, Switch as D, Tabs as F, Select as S, DatePicker as p, RadioGroup as C, switchAnatomy as _e, dialogAnatomy as ke, accordionAnatomy as Pe, checkboxAnatomy as Re, tabsAnatomy as Le, selectAnatomy as Ie, datePickerAnatomy as ze, radioGroupAnatomy as he, tooltipAnatomy as Be } from "@ark-ui/react";
|
|
4
|
+
import { styled as o, splitCssProps as A, Circle as Fe } from "@stokelp/styled-system/jsx";
|
|
5
|
+
import { accordion as Ae, button as De, checkbox as ae, drawer as Me, formControl as Ne, tooltip as Ee, formLabel as X, formHelperText as He, heading as Ve, switchRecipe as ie, text as je, textarea as We, tabs as $e, select as Ze, input as Ge, inputAddon as Oe, inputGroup as Ye, datepicker as Xe, tag as ne, radioButtonGroup as Ue, radioGroup as qe, chip as Ke, actionCard as Qe, iconButton as Je, alert as et, tableContainer as tt, tableGroupTitle as rt, tableEmptyRow as ot, table as at, breadcrumb as it } from "@stokelp/styled-system/recipes";
|
|
6
|
+
import { createContext as nt, forwardRef as y, useContext as lt, createElement as st, useMemo as K, useRef as me, useLayoutEffect as ge, Children as ct, cloneElement as le } from "react";
|
|
7
|
+
import { cx as I, css as E, sva as dt } from "@stokelp/styled-system/css";
|
|
8
|
+
import * as pt from "react-is";
|
|
9
|
+
import { defineKeyframes as ut, defineRecipe as v, defineSlotRecipe as g, defineSemanticTokens as ht, defineTextStyles as mt, defineTokens as b, defineUtility as gt, definePreset as bt } from "@pandacss/dev";
|
|
10
|
+
const se = (...t) => t.filter(Boolean).join(" "), f = (t, r) => {
|
|
11
|
+
const a = nt(null);
|
|
11
12
|
return {
|
|
12
|
-
withContext: (l,
|
|
13
|
-
const R =
|
|
14
|
-
return
|
|
15
|
-
...O && { "data-recipe-slot":
|
|
13
|
+
withContext: (l, s, c) => s ? y((u, T) => {
|
|
14
|
+
const R = lt(a), O = (r == null ? void 0 : r.dataAttr) ?? !1;
|
|
15
|
+
return st(l, {
|
|
16
|
+
...O && { "data-recipe-slot": s ?? "" },
|
|
16
17
|
...u,
|
|
17
|
-
...
|
|
18
|
-
className:
|
|
18
|
+
...c == null ? void 0 : c.defaultProps,
|
|
19
|
+
className: se(R == null ? void 0 : R[s ?? ""], u.className),
|
|
19
20
|
ref: T
|
|
20
21
|
});
|
|
21
22
|
}) : l,
|
|
22
|
-
withProvider: (l,
|
|
23
|
-
const [R, { children: O, ...
|
|
23
|
+
withProvider: (l, s, c) => y((u, T) => {
|
|
24
|
+
const [R, { children: O, ...re }] = t.splitVariantProps({
|
|
24
25
|
...u,
|
|
25
|
-
...
|
|
26
|
-
}),
|
|
27
|
-
return /* @__PURE__ */ e(a.Provider, { value:
|
|
26
|
+
...c == null ? void 0 : c.defaultProps
|
|
27
|
+
}), oe = t(R), Te = (r == null ? void 0 : r.dataAttr) ?? !1;
|
|
28
|
+
return /* @__PURE__ */ e(a.Provider, { value: oe, children: /* @__PURE__ */ d(
|
|
28
29
|
l,
|
|
29
30
|
{
|
|
30
31
|
ref: T,
|
|
31
|
-
...
|
|
32
|
-
...
|
|
33
|
-
className:
|
|
32
|
+
...Te && { "data-recipe-slot": s ?? "" },
|
|
33
|
+
...re,
|
|
34
|
+
className: se(oe[s ?? ""], re.className),
|
|
34
35
|
children: [
|
|
35
|
-
|
|
36
|
+
c == null ? void 0 : c.beforeSlot,
|
|
36
37
|
O,
|
|
37
|
-
|
|
38
|
+
c == null ? void 0 : c.afterSlot
|
|
38
39
|
]
|
|
39
40
|
}
|
|
40
41
|
) });
|
|
41
42
|
})
|
|
42
43
|
};
|
|
43
|
-
}, { withProvider:
|
|
44
|
+
}, { withProvider: yt, withContext: W } = f(Ae), Ba = yt(o(N.Root), "root"), Fa = W(o(N.Item), "item"), Aa = W(o(N.ItemContent), "itemContent"), Da = W(o(N.ItemIndicator), "itemIndicator", {
|
|
44
45
|
defaultProps: {
|
|
45
46
|
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" }) })
|
|
46
47
|
}
|
|
47
|
-
}),
|
|
48
|
-
const [a, i] =
|
|
49
|
-
return /* @__PURE__ */
|
|
50
|
-
/* @__PURE__ */
|
|
51
|
-
/* @__PURE__ */ e(
|
|
52
|
-
/* @__PURE__ */ e(
|
|
48
|
+
}), Ma = W(o(N.ItemTrigger), "itemTrigger"), U = o("button", De), xt = y((t, r) => {
|
|
49
|
+
const [a, i] = ae.splitVariantProps(t), [n, l] = A(i), { children: s, className: c, ...w } = l, u = ae(a);
|
|
50
|
+
return /* @__PURE__ */ d(L.Root, { ref: r, className: I(u.root, E(n), c), ...w, children: [
|
|
51
|
+
/* @__PURE__ */ d(L.Control, { className: u.control, children: [
|
|
52
|
+
/* @__PURE__ */ e(L.Indicator, { children: /* @__PURE__ */ e(vt, {}) }),
|
|
53
|
+
/* @__PURE__ */ e(L.Indicator, { indeterminate: !0, children: /* @__PURE__ */ e(ft, {}) })
|
|
53
54
|
] }),
|
|
54
|
-
|
|
55
|
-
/* @__PURE__ */ e(
|
|
55
|
+
s && /* @__PURE__ */ e(L.Label, { className: u.label, children: s }),
|
|
56
|
+
/* @__PURE__ */ e(L.HiddenInput, {})
|
|
56
57
|
] });
|
|
57
58
|
});
|
|
58
|
-
|
|
59
|
-
const
|
|
59
|
+
xt.displayName = "Checkbox";
|
|
60
|
+
const vt = () => /* @__PURE__ */ d("svg", { viewBox: "0 0 12 13", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
60
61
|
/* @__PURE__ */ e("title", { children: "Check Icon" }),
|
|
61
62
|
/* @__PURE__ */ e(
|
|
62
63
|
"path",
|
|
@@ -65,18 +66,18 @@ const mt = () => /* @__PURE__ */ s("svg", { viewBox: "0 0 12 13", fill: "none",
|
|
|
65
66
|
fill: "white"
|
|
66
67
|
}
|
|
67
68
|
)
|
|
68
|
-
] }),
|
|
69
|
+
] }), ft = () => /* @__PURE__ */ d("svg", { width: "12", height: "13", viewBox: "0 0 12 13", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
69
70
|
/* @__PURE__ */ e("title", { children: "Minus Icon" }),
|
|
70
71
|
/* @__PURE__ */ e("path", { d: "M3 6H9V7H3V6Z", fill: "white" })
|
|
71
|
-
] }), { withProvider:
|
|
72
|
+
] }), { withProvider: wt, withContext: P } = f(Me), Na = wt(k.Root, void 0, {
|
|
72
73
|
defaultProps: {
|
|
73
74
|
unmountOnExit: !0,
|
|
74
75
|
lazyMount: !0
|
|
75
76
|
}
|
|
76
|
-
}),
|
|
77
|
-
({ children: t, showCloseTrigger: r = !0, ...a }, i) => /* @__PURE__ */
|
|
77
|
+
}), Ea = P(o(m.main), "body"), Ct = P(o(k.CloseTrigger), "closeTrigger"), Ha = P(o(m.footer), "footer"), be = y(
|
|
78
|
+
({ children: t, showCloseTrigger: r = !0, ...a }, i) => /* @__PURE__ */ d(m.header, { ...a, ref: i, children: [
|
|
78
79
|
t,
|
|
79
|
-
r && /* @__PURE__ */ e(
|
|
80
|
+
r && /* @__PURE__ */ e(Ct, { asChild: !0, children: /* @__PURE__ */ e(U, { 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(
|
|
80
81
|
"path",
|
|
81
82
|
{
|
|
82
83
|
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",
|
|
@@ -85,25 +86,25 @@ const mt = () => /* @__PURE__ */ s("svg", { viewBox: "0 0 12 13", fill: "none",
|
|
|
85
86
|
) }) }) })
|
|
86
87
|
] })
|
|
87
88
|
);
|
|
88
|
-
|
|
89
|
-
const
|
|
90
|
-
({ children: t, ...r }, a) => /* @__PURE__ */
|
|
91
|
-
/* @__PURE__ */ e(
|
|
92
|
-
/* @__PURE__ */ e(
|
|
89
|
+
be.displayName = "DrawerHeader";
|
|
90
|
+
const Va = P(be, "header"), ja = P(o(k.Title), "title"), Wa = P(o(k.Trigger), "trigger"), St = P(o(k.Positioner), "positioner"), Tt = P(o(k.Backdrop), "backdrop"), ye = y(
|
|
91
|
+
({ children: t, ...r }, a) => /* @__PURE__ */ d(q, { children: [
|
|
92
|
+
/* @__PURE__ */ e(Tt, {}),
|
|
93
|
+
/* @__PURE__ */ e(St, { children: /* @__PURE__ */ e(k.Content, { ref: a, ...r, children: t }) })
|
|
93
94
|
] })
|
|
94
95
|
);
|
|
95
|
-
|
|
96
|
-
const
|
|
96
|
+
ye.displayName = k.Content.displayName;
|
|
97
|
+
const $a = P(o(ye), "content"), Za = k.Context, _t = o("div", Ne, {
|
|
97
98
|
defaultProps: {
|
|
98
99
|
role: "group"
|
|
99
100
|
}
|
|
100
|
-
}),
|
|
101
|
+
}), Ga = ({ isInvalid: t, isRequired: r, ...a }) => {
|
|
101
102
|
const i = {
|
|
102
103
|
...t ? { "aria-invalid": !0 } : {},
|
|
103
104
|
...r ? { "aria-required": !0 } : {}
|
|
104
105
|
};
|
|
105
|
-
return /* @__PURE__ */ e(
|
|
106
|
-
}, { withProvider:
|
|
106
|
+
return /* @__PURE__ */ e(_t, { ...i, ...a });
|
|
107
|
+
}, { withProvider: kt, withContext: H } = f(Ee), Pt = kt(o(B.Root), void 0, {
|
|
107
108
|
defaultProps: {
|
|
108
109
|
closeDelay: 50,
|
|
109
110
|
closeOnPointerDown: !1,
|
|
@@ -112,21 +113,21 @@ const Aa = P(o(me), "content"), Ba = k.Context, ft = o("div", De, {
|
|
|
112
113
|
openDelay: 200,
|
|
113
114
|
unmountOnExit: !0
|
|
114
115
|
}
|
|
115
|
-
}),
|
|
116
|
-
const [n, l] =
|
|
117
|
-
return /* @__PURE__ */
|
|
118
|
-
/* @__PURE__ */ e(
|
|
119
|
-
/* @__PURE__ */ e(
|
|
120
|
-
a ? /* @__PURE__ */ e(
|
|
116
|
+
}), Rt = H(o(B.Arrow), "arrow"), Lt = H(o(B.ArrowTip), "arrowTip"), It = H(o(B.Content), "content"), zt = H(o(B.Positioner), "positioner"), Bt = H(o(B.Trigger), "trigger"), Ft = ({ label: t, children: r, withArrow: a = !0, ...i }) => {
|
|
117
|
+
const [n, l] = A(i);
|
|
118
|
+
return /* @__PURE__ */ d(Pt, { ...l, children: [
|
|
119
|
+
/* @__PURE__ */ e(Bt, { asChild: !0, children: r }),
|
|
120
|
+
/* @__PURE__ */ e(zt, { children: /* @__PURE__ */ d(It, { ...n, children: [
|
|
121
|
+
a ? /* @__PURE__ */ e(Rt, { children: /* @__PURE__ */ e(Lt, {}) }) : null,
|
|
121
122
|
t
|
|
122
123
|
] }) })
|
|
123
124
|
] });
|
|
124
|
-
},
|
|
125
|
-
const [r, a] =
|
|
126
|
-
return /* @__PURE__ */
|
|
125
|
+
}, At = o("label", X), Oa = (t) => {
|
|
126
|
+
const [r, a] = X.splitVariantProps(t), [i, n] = A(a), { children: l, className: s, addon: c, tooltipInformation: w, ...u } = n, T = X(r);
|
|
127
|
+
return /* @__PURE__ */ d(At, { className: I(T.root, E(i), s), ...u, children: [
|
|
127
128
|
l,
|
|
128
|
-
|
|
129
|
-
|
|
129
|
+
c ? /* @__PURE__ */ e(o.span, { className: T.addon, children: c }) : null,
|
|
130
|
+
w ? /* @__PURE__ */ e(Ft, { label: w, children: /* @__PURE__ */ e(
|
|
130
131
|
o.svg,
|
|
131
132
|
{
|
|
132
133
|
className: T.icon,
|
|
@@ -145,47 +146,47 @@ const Aa = P(o(me), "content"), Ba = k.Context, ft = o("div", De, {
|
|
|
145
146
|
}
|
|
146
147
|
) }) : null
|
|
147
148
|
] });
|
|
148
|
-
},
|
|
149
|
+
}, Ya = o("p", He, {
|
|
149
150
|
dataAttr: !0
|
|
150
|
-
}),
|
|
151
|
-
const { as: r = "h2", ...a } = t, i =
|
|
151
|
+
}), Xa = (t) => {
|
|
152
|
+
const { as: r = "h2", ...a } = t, i = K(() => o(r, Ve), [r]);
|
|
152
153
|
return /* @__PURE__ */ e(i, { size: r, ...a });
|
|
153
|
-
},
|
|
154
|
-
const [a, i] =
|
|
155
|
-
return /* @__PURE__ */
|
|
154
|
+
}, Dt = y((t, r) => {
|
|
155
|
+
const [a, i] = ie.splitVariantProps(t), [n, l] = A(i), { children: s, className: c, ...w } = l, u = ie(a);
|
|
156
|
+
return /* @__PURE__ */ d(D.Root, { ref: r, className: I(u.root, E(n), c), ...w, children: [
|
|
156
157
|
/* @__PURE__ */ e(D.Control, { className: u.control, children: /* @__PURE__ */ e(D.Thumb, { className: u.thumb }) }),
|
|
157
|
-
|
|
158
|
+
s ? /* @__PURE__ */ e(D.Label, { className: u.label, children: s }) : null,
|
|
158
159
|
/* @__PURE__ */ e(D.HiddenInput, {})
|
|
159
160
|
] });
|
|
160
161
|
});
|
|
161
|
-
|
|
162
|
-
const
|
|
163
|
-
const { as: r = "p", ...a } = t, i =
|
|
162
|
+
Dt.displayName = "Switch";
|
|
163
|
+
const Mt = (t) => {
|
|
164
|
+
const { as: r = "p", ...a } = t, i = K(() => o(r, je), [r]);
|
|
164
165
|
return /* @__PURE__ */ e(i, { ...a });
|
|
165
|
-
},
|
|
166
|
+
}, Ua = o(m.textarea, We), { withProvider: Nt, withContext: $ } = f($e), qa = Nt(o(F.Root), "root", {
|
|
166
167
|
defaultProps: {
|
|
167
168
|
lazyMount: !0
|
|
168
169
|
}
|
|
169
|
-
}),
|
|
170
|
-
({ children: t, ...r }, a) => /* @__PURE__ */
|
|
170
|
+
}), Ka = $(o(F.Content), "content"), Qa = $(o(F.Trigger), "trigger"), Et = $(o(F.Indicator), "indicator"), xe = y(
|
|
171
|
+
({ children: t, ...r }, a) => /* @__PURE__ */ d(F.List, { ref: a, ...r, children: [
|
|
171
172
|
t,
|
|
172
|
-
/* @__PURE__ */ e(
|
|
173
|
+
/* @__PURE__ */ e(Et, {})
|
|
173
174
|
] })
|
|
174
175
|
);
|
|
175
|
-
|
|
176
|
-
const
|
|
176
|
+
xe.displayName = F.List.displayName;
|
|
177
|
+
const Ja = $(o(xe), "list"), Ht = ({ children: t, when: r, wrapper: a }) => r === !0 ? a(t) : t, { withProvider: Vt, withContext: _ } = f(Ze), jt = Vt(o(S.Root), "root", {
|
|
177
178
|
defaultProps: {
|
|
178
179
|
loopFocus: !0
|
|
179
180
|
}
|
|
180
|
-
}),
|
|
181
|
+
}), Wt = _(o(S.ClearTrigger), "clearTrigger"), $t = _(o(S.Content), "content"), Zt = _(o(S.Control), "control"), Gt = _(o(S.Indicator), "indicator"), Ot = _(o(S.Item), "item"), Yt = _(o(S.ItemIndicator), "itemIndicator"), Xt = _(o(S.ItemText), "itemText"), Ut = _(o(S.Positioner), "positioner"), qt = _(o(S.Trigger), "trigger"), Kt = _(o(S.ValueText), "valueText"), ei = ({
|
|
181
182
|
items: t,
|
|
182
183
|
placeholder: r,
|
|
183
184
|
emptyLabel: a,
|
|
184
185
|
usePortal: i = !0,
|
|
185
186
|
positioning: n,
|
|
186
187
|
...l
|
|
187
|
-
}) => /* @__PURE__ */
|
|
188
|
-
|
|
188
|
+
}) => /* @__PURE__ */ d(
|
|
189
|
+
jt,
|
|
189
190
|
{
|
|
190
191
|
lazyMount: !0,
|
|
191
192
|
unmountOnExit: !0,
|
|
@@ -194,10 +195,10 @@ const Za = Z(o(ge), "list"), Bt = ({ children: t, when: r, wrapper: a }) => r ==
|
|
|
194
195
|
"data-recipe": "select",
|
|
195
196
|
...l,
|
|
196
197
|
children: [
|
|
197
|
-
/* @__PURE__ */
|
|
198
|
-
/* @__PURE__ */
|
|
199
|
-
/* @__PURE__ */ e(
|
|
200
|
-
/* @__PURE__ */ e(
|
|
198
|
+
/* @__PURE__ */ d(Zt, { children: [
|
|
199
|
+
/* @__PURE__ */ d(qt, { children: [
|
|
200
|
+
/* @__PURE__ */ e(Kt, { truncate: !0, placeholder: r }),
|
|
201
|
+
/* @__PURE__ */ e(Gt, { asChild: !0, children: /* @__PURE__ */ e(o.svg, { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ e(
|
|
201
202
|
"path",
|
|
202
203
|
{
|
|
203
204
|
d: "M7.41 8.29498L12 12.875L16.59 8.29498L18 9.70498L12 15.705L6 9.70498L7.41 8.29498Z",
|
|
@@ -205,7 +206,7 @@ const Za = Z(o(ge), "list"), Bt = ({ children: t, when: r, wrapper: a }) => r ==
|
|
|
205
206
|
}
|
|
206
207
|
) }) })
|
|
207
208
|
] }),
|
|
208
|
-
/* @__PURE__ */ e(
|
|
209
|
+
/* @__PURE__ */ e(Wt, { 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(
|
|
209
210
|
"path",
|
|
210
211
|
{
|
|
211
212
|
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",
|
|
@@ -213,23 +214,23 @@ const Za = Z(o(ge), "list"), Bt = ({ children: t, when: r, wrapper: a }) => r ==
|
|
|
213
214
|
}
|
|
214
215
|
) }) }) })
|
|
215
216
|
] }),
|
|
216
|
-
/* @__PURE__ */ e(
|
|
217
|
-
/* @__PURE__ */ e(
|
|
218
|
-
l.multiple ? /* @__PURE__ */ e(
|
|
219
|
-
] },
|
|
220
|
-
/* @__PURE__ */ e(
|
|
217
|
+
/* @__PURE__ */ e(Ht, { when: i, wrapper: (s) => /* @__PURE__ */ e(q, { children: s }), children: /* @__PURE__ */ e(Ut, { children: /* @__PURE__ */ e($t, { children: t.length === 0 ? /* @__PURE__ */ e(Mt, { px: "space-8", textAlign: "center", children: a ?? "Aucun résultat" }) : t.map((s) => /* @__PURE__ */ d(Ot, { item: s, children: [
|
|
218
|
+
/* @__PURE__ */ e(Xt, { truncate: !0, children: s.label }),
|
|
219
|
+
l.multiple ? /* @__PURE__ */ e(Yt, { children: "✓" }) : null
|
|
220
|
+
] }, s.value)) }) }) }),
|
|
221
|
+
/* @__PURE__ */ e(S.HiddenSelect, {})
|
|
221
222
|
]
|
|
222
223
|
}
|
|
223
|
-
),
|
|
224
|
+
), Qt = o("input", Ge, {
|
|
224
225
|
dataAttr: !0
|
|
225
|
-
}),
|
|
226
|
+
}), Jt = o(m.div, Oe, {
|
|
226
227
|
dataAttr: !0
|
|
227
|
-
}),
|
|
228
|
+
}), er = o("div", Ye, {
|
|
228
229
|
dataAttr: !0
|
|
229
|
-
}),
|
|
230
|
-
const { as: r = "div", ...a } = t, i =
|
|
230
|
+
}), ti = (t) => {
|
|
231
|
+
const { as: r = "div", ...a } = t, i = K(() => o(r), [r]);
|
|
231
232
|
return /* @__PURE__ */ e(i, { ...a });
|
|
232
|
-
}, { withProvider:
|
|
233
|
+
}, { withProvider: tr, withContext: h } = f(Xe), rr = tr(p.Root, "root", {
|
|
233
234
|
defaultProps: {
|
|
234
235
|
positioning: {
|
|
235
236
|
placement: "bottom-start"
|
|
@@ -240,61 +241,61 @@ const Za = Z(o(ge), "list"), Bt = ({ children: t, when: r, wrapper: a }) => r ==
|
|
|
240
241
|
lazyMount: !0,
|
|
241
242
|
startOfWeek: 6
|
|
242
243
|
}
|
|
243
|
-
}),
|
|
244
|
+
}), or = h(p.Content, "content"), ar = h(p.Control, "control"), ir = h(p.Input, "input"), nr = h(p.MonthSelect, "monthSelect"), lr = h(p.NextTrigger, "nextTrigger"), sr = h(p.Positioner, "positioner"), cr = h(p.PrevTrigger, "prevTrigger"), dr = h(p.TableBody, "tableBody"), pr = h(p.TableCell, "tableCell"), ur = h(p.TableCellTrigger, "tableCellTrigger"), hr = h(p.TableHead, "tableHead"), mr = h(p.TableHeader, "tableHeader"), gr = h(p.Table, "table"), ce = h(p.TableRow, "tableRow"), br = h(p.Trigger, "trigger"), yr = h(p.ViewControl, "viewControl"), xr = h(p.View, "view"), vr = h(p.YearSelect, "yearSelect"), fr = h(o(p.ClearTrigger), "clearTrigger"), wr = () => /* @__PURE__ */ e("svg", { width: "23", height: "24", viewBox: "0 0 23 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ e(
|
|
244
245
|
"path",
|
|
245
246
|
{
|
|
246
247
|
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",
|
|
247
248
|
fill: "#1E3A76"
|
|
248
249
|
}
|
|
249
|
-
) }),
|
|
250
|
-
/* @__PURE__ */ e(
|
|
251
|
-
/* @__PURE__ */ e(
|
|
252
|
-
/* @__PURE__ */
|
|
253
|
-
/* @__PURE__ */ e(
|
|
250
|
+
) }), Cr = () => /* @__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" }) }), Sr = () => /* @__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" }) }), ri = ({ placeholder: t, preflightClassName: r, ...a }) => /* @__PURE__ */ d(rr, { ...a, children: [
|
|
251
|
+
/* @__PURE__ */ e(ar, { asChild: !0, children: /* @__PURE__ */ d(er, { children: [
|
|
252
|
+
/* @__PURE__ */ e(ir, { asChild: !0, index: 0, placeholder: t, children: /* @__PURE__ */ e(Qt, {}) }),
|
|
253
|
+
/* @__PURE__ */ d(Jt, { children: [
|
|
254
|
+
/* @__PURE__ */ e(fr, { 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(
|
|
254
255
|
"path",
|
|
255
256
|
{
|
|
256
257
|
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",
|
|
257
258
|
fill: "currentColor"
|
|
258
259
|
}
|
|
259
260
|
) }) }) }),
|
|
260
|
-
/* @__PURE__ */ e(
|
|
261
|
+
/* @__PURE__ */ e(br, { children: /* @__PURE__ */ e(wr, {}) })
|
|
261
262
|
] })
|
|
262
263
|
] }) }),
|
|
263
|
-
/* @__PURE__ */ e(
|
|
264
|
-
/* @__PURE__ */
|
|
265
|
-
/* @__PURE__ */ e(
|
|
266
|
-
/* @__PURE__ */ e(
|
|
267
|
-
/* @__PURE__ */ e(
|
|
268
|
-
/* @__PURE__ */ e(
|
|
264
|
+
/* @__PURE__ */ e(q, { children: /* @__PURE__ */ e(sr, { className: r, children: /* @__PURE__ */ e(or, { children: /* @__PURE__ */ e(xr, { view: "day", children: /* @__PURE__ */ e(p.Context, { children: (i) => /* @__PURE__ */ d(Y, { children: [
|
|
265
|
+
/* @__PURE__ */ d(yr, { children: [
|
|
266
|
+
/* @__PURE__ */ e(cr, { asChild: !0, children: /* @__PURE__ */ e(U, { p: "space-8", variant: "secondary", size: "sm", children: /* @__PURE__ */ e(Cr, {}) }) }),
|
|
267
|
+
/* @__PURE__ */ e(nr, {}),
|
|
268
|
+
/* @__PURE__ */ e(vr, {}),
|
|
269
|
+
/* @__PURE__ */ e(lr, { asChild: !0, children: /* @__PURE__ */ e(U, { p: "space-8", variant: "secondary", size: "sm", children: /* @__PURE__ */ e(Sr, {}) }) })
|
|
269
270
|
] }),
|
|
270
|
-
/* @__PURE__ */
|
|
271
|
-
/* @__PURE__ */ e(
|
|
272
|
-
/* @__PURE__ */ e(
|
|
271
|
+
/* @__PURE__ */ d(gr, { children: [
|
|
272
|
+
/* @__PURE__ */ e(hr, { children: /* @__PURE__ */ e(ce, { children: i.weekDays.map((n, l) => /* @__PURE__ */ e(mr, { children: n.short }, l)) }) }),
|
|
273
|
+
/* @__PURE__ */ e(dr, { children: i.weeks.map((n, l) => /* @__PURE__ */ e(ce, { children: n.map((s, c) => /* @__PURE__ */ e(pr, { value: s, children: /* @__PURE__ */ e(ur, { asChild: !0, children: /* @__PURE__ */ e("button", { children: s.day }) }) }, c)) }, l)) })
|
|
273
274
|
] })
|
|
274
275
|
] }) }) }) }) }) })
|
|
275
|
-
] }),
|
|
276
|
-
const [a, i] =
|
|
277
|
-
return /* @__PURE__ */
|
|
278
|
-
|
|
279
|
-
/* @__PURE__ */ e(
|
|
276
|
+
] }), oi = y((t, r) => {
|
|
277
|
+
const [a, i] = ne.splitVariantProps(t), [n, l] = A(i), { children: s, className: c, ...w } = l, u = ne(a);
|
|
278
|
+
return /* @__PURE__ */ d(m.div, { ref: r, className: I(u.root, E(n), c), ...w, children: [
|
|
279
|
+
s,
|
|
280
|
+
/* @__PURE__ */ e(Fe, { className: I(u.badge) })
|
|
280
281
|
] });
|
|
281
|
-
}), { withProvider:
|
|
282
|
-
/* @__PURE__ */ e(
|
|
283
|
-
/* @__PURE__ */ e(
|
|
284
|
-
/* @__PURE__ */ e(
|
|
285
|
-
] })),
|
|
282
|
+
}), { withProvider: Tr, withContext: Z } = f(Ue), _r = Z(o(C.ItemControl), "itemControl"), kr = Z(o(C.ItemText), "itemText"), Pr = y(({ children: t, value: r, ...a }, i) => /* @__PURE__ */ d(C.Item, { ref: i, ...a, value: r, children: [
|
|
283
|
+
/* @__PURE__ */ e(kr, { children: t }),
|
|
284
|
+
/* @__PURE__ */ e(_r, {}),
|
|
285
|
+
/* @__PURE__ */ e(C.ItemHiddenInput, {})
|
|
286
|
+
] })), ai = Tr(o(C.Root), "root", {
|
|
286
287
|
defaultProps: {
|
|
287
288
|
orientation: "horizontal"
|
|
288
289
|
}
|
|
289
|
-
}),
|
|
290
|
-
/* @__PURE__ */ e(
|
|
291
|
-
/* @__PURE__ */ e(
|
|
292
|
-
/* @__PURE__ */ e(
|
|
293
|
-
] })),
|
|
290
|
+
}), ii = Z(o(Pr), "item"), ni = Z(o(C.Label), "label"), { withProvider: Rr, withContext: G } = f(qe), Lr = G(o(C.ItemControl), "itemControl"), Ir = G(o(C.ItemText), "itemText"), zr = y(({ children: t, value: r, ...a }, i) => /* @__PURE__ */ d(C.Item, { ref: i, ...a, value: r, children: [
|
|
291
|
+
/* @__PURE__ */ e(Lr, {}),
|
|
292
|
+
/* @__PURE__ */ e(Ir, { children: t }),
|
|
293
|
+
/* @__PURE__ */ e(C.ItemHiddenInput, {})
|
|
294
|
+
] })), li = Rr(o(C.Root), "root", {
|
|
294
295
|
defaultProps: {
|
|
295
296
|
orientation: "horizontal"
|
|
296
297
|
}
|
|
297
|
-
}),
|
|
298
|
+
}), si = G(o(zr), "item"), ci = G(o(C.Label), "label"), { withProvider: Br, withContext: Q } = f(Ke), di = Br(o(m.span), "root"), pi = Q(o("img"), "avatar"), ui = Q(o(m.p), "body"), hi = Q(o(m.button), "clearTrigger", {
|
|
298
299
|
defaultProps: {
|
|
299
300
|
type: "button",
|
|
300
301
|
children: /* @__PURE__ */ e("svg", { width: "14", height: "15", viewBox: "0 0 14 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ e(
|
|
@@ -305,14 +306,14 @@ const Za = Z(o(ge), "list"), Bt = ({ children: t, when: r, wrapper: a }) => r ==
|
|
|
305
306
|
}
|
|
306
307
|
) })
|
|
307
308
|
}
|
|
308
|
-
}), { withProvider:
|
|
309
|
+
}), { withProvider: Fr, withContext: J } = f(Qe, {
|
|
309
310
|
dataAttr: !0
|
|
310
|
-
}),
|
|
311
|
+
}), Ar = J(o(m.svg), "icon"), mi = Fr(o(m.button), "root", {
|
|
311
312
|
defaultProps: {
|
|
312
313
|
role: "group"
|
|
313
314
|
},
|
|
314
|
-
afterSlot: /* @__PURE__ */ e(
|
|
315
|
-
}),
|
|
315
|
+
afterSlot: /* @__PURE__ */ e(Ar, { 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" }) })
|
|
316
|
+
}), gi = J(o(m.h3), "title"), bi = J(o(m.p), "description"), Dr = o("button", Je), { withProvider: Mr, withContext: ee } = f(et), Nr = Mr(o(m.div), "root"), Er = ee(o(m.svg), "icon"), Hr = ee(o(m.h3), "title"), Vr = ee(o(m.p), "description"), jr = (t) => {
|
|
316
317
|
switch (t) {
|
|
317
318
|
default:
|
|
318
319
|
case "neutral":
|
|
@@ -356,12 +357,12 @@ const Za = Z(o(ge), "list"), Bt = ({ children: t, when: r, wrapper: a }) => r ==
|
|
|
356
357
|
}
|
|
357
358
|
) });
|
|
358
359
|
}
|
|
359
|
-
},
|
|
360
|
-
({ title: t, description: r, showDismissTrigger: a, onDismiss: i, severity: n, showIcon: l = !0, ...
|
|
361
|
-
/* @__PURE__ */
|
|
362
|
-
l ? /* @__PURE__ */ e(
|
|
360
|
+
}, yi = y(
|
|
361
|
+
({ title: t, description: r, showDismissTrigger: a, onDismiss: i, severity: n, showIcon: l = !0, ...s }, c) => /* @__PURE__ */ d(Nr, { ref: c, severity: n, ...s, children: [
|
|
362
|
+
/* @__PURE__ */ d(Hr, { children: [
|
|
363
|
+
l ? /* @__PURE__ */ e(Er, { asChild: !0, children: jr(n) }) : null,
|
|
363
364
|
t,
|
|
364
|
-
a ? /* @__PURE__ */ e(
|
|
365
|
+
a ? /* @__PURE__ */ e(Dr, { ml: "auto", onClick: i, size: "sm", variant: "tertiary", "aria-label": "dismiss", 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(
|
|
365
366
|
"path",
|
|
366
367
|
{
|
|
367
368
|
d: "M12.6666 4.27334L11.7266 3.33334L7.99998 7.06L4.27331 3.33334L3.33331 4.27334L7.05998 8L3.33331 11.7267L4.27331 12.6667L7.99998 8.94L11.7266 12.6667L12.6666 11.7267L8.93998 8L12.6666 4.27334Z",
|
|
@@ -369,39 +370,53 @@ const Za = Z(o(ge), "list"), Bt = ({ children: t, when: r, wrapper: a }) => r ==
|
|
|
369
370
|
}
|
|
370
371
|
) }) }) : null
|
|
371
372
|
] }),
|
|
372
|
-
r ? /* @__PURE__ */ e(
|
|
373
|
+
r ? /* @__PURE__ */ e(Vr, { children: r }) : null
|
|
373
374
|
] })
|
|
374
|
-
), { withProvider:
|
|
375
|
+
), { withProvider: Wr, withContext: V } = f(at), xi = o("div", tt), vi = Wr(o("table"), "root"), fi = V(o("thead"), "thead"), wi = V(o("tbody"), "tbody"), Ci = V(o("tr"), "tr"), $r = V(o("th"), "th"), Zr = y(({ children: t, addon: r, ...a }, i) => /* @__PURE__ */ d($r, { ref: i, ...a, children: [
|
|
375
376
|
t,
|
|
376
|
-
r ? /* @__PURE__ */
|
|
377
|
+
r ? /* @__PURE__ */ d("span", { className: "th__addon", children: [
|
|
377
378
|
" ",
|
|
378
379
|
r
|
|
379
380
|
] }) : null
|
|
380
381
|
] }));
|
|
381
|
-
|
|
382
|
-
const
|
|
383
|
-
const a =
|
|
384
|
-
return
|
|
382
|
+
Zr.displayName = "Th";
|
|
383
|
+
const Si = V(o("td"), "td"), Gr = o("td", rt), Or = y((t, r) => {
|
|
384
|
+
const a = me(null);
|
|
385
|
+
return ge(() => {
|
|
385
386
|
var i, n;
|
|
386
387
|
if (a.current) {
|
|
387
388
|
const l = (n = (i = a.current) == null ? void 0 : i.closest("table")) == null ? void 0 : n.querySelector("thead > tr");
|
|
388
389
|
l && a.current.setAttribute("colspan", l.children.length.toString());
|
|
389
390
|
}
|
|
390
|
-
}, []), /* @__PURE__ */ e("tr", { ref: r, className: "table_tr__group__title", children: /* @__PURE__ */ e(
|
|
391
|
+
}, []), /* @__PURE__ */ e("tr", { ref: r, className: "table_tr__group__title", children: /* @__PURE__ */ e(Gr, { ref: a, ...t }) });
|
|
391
392
|
});
|
|
392
|
-
|
|
393
|
-
const
|
|
394
|
-
const a =
|
|
395
|
-
return
|
|
393
|
+
Or.displayName = "TableGroupTitle";
|
|
394
|
+
const Yr = o("td", ot), Xr = y((t, r) => {
|
|
395
|
+
const a = me(null);
|
|
396
|
+
return ge(() => {
|
|
396
397
|
var i, n;
|
|
397
398
|
if (a.current) {
|
|
398
399
|
const l = (n = (i = a.current) == null ? void 0 : i.closest("table")) == null ? void 0 : n.querySelector("thead > tr");
|
|
399
400
|
l && a.current.setAttribute("colspan", l.children.length.toString());
|
|
400
401
|
}
|
|
401
|
-
}, []), /* @__PURE__ */ e("tr", { ref: r, className: "table_tr__empty", children: /* @__PURE__ */ e(
|
|
402
|
+
}, []), /* @__PURE__ */ e("tr", { ref: r, className: "table_tr__empty", children: /* @__PURE__ */ e(Yr, { ref: a, ...t }) });
|
|
402
403
|
});
|
|
403
|
-
|
|
404
|
-
const
|
|
404
|
+
Xr.displayName = "TableEmptyRow";
|
|
405
|
+
const { withProvider: Ur, withContext: te } = f(it), qr = Ur(o("nav"), "root"), Kr = te(o("ol"), "list"), Ti = te(o("li"), "item"), _i = te(o(m.a), "link"), Qr = /* @__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: "M6.47003 4.5L5.53003 5.44L8.58336 8.5L5.53003 11.56L6.47003 12.5L10.47 8.5L6.47003 4.5Z", fill: "#1E3A76" }) }), ki = y(
|
|
406
|
+
({ children: t, separator: r = Qr, ...a }, i) => {
|
|
407
|
+
var l;
|
|
408
|
+
const n = ct.toArray(
|
|
409
|
+
pt.isFragment(t) ? (l = t.props) == null ? void 0 : l.children : t
|
|
410
|
+
);
|
|
411
|
+
return /* @__PURE__ */ e(qr, { ...a, "aria-label": a["aria-label"] ?? "breadcrumb", ref: i, children: /* @__PURE__ */ e(Kr, { children: n.map((s, c) => le(s, {
|
|
412
|
+
"aria-current": c === n.length - 1 ? "page" : void 0,
|
|
413
|
+
children: c === n.length - 1 ? s.props.children : /* @__PURE__ */ d(Y, { children: [
|
|
414
|
+
s.props.children,
|
|
415
|
+
r ? /* @__PURE__ */ e(Y, { children: typeof r == "object" ? le(r, { role: "presentation" }) : /* @__PURE__ */ e("span", { role: "presentation", children: r }) }) : null
|
|
416
|
+
] })
|
|
417
|
+
})) }) });
|
|
418
|
+
}
|
|
419
|
+
), de = dt({
|
|
405
420
|
slots: ["root", "price", "unit"],
|
|
406
421
|
base: {
|
|
407
422
|
root: {
|
|
@@ -465,23 +480,23 @@ const le = nt({
|
|
|
465
480
|
defaultVariants: {
|
|
466
481
|
size: "md"
|
|
467
482
|
}
|
|
468
|
-
}),
|
|
469
|
-
const [a, i] =
|
|
470
|
-
return /* @__PURE__ */
|
|
471
|
-
/* @__PURE__ */ e("span", { className: T.price, children:
|
|
472
|
-
R ? /* @__PURE__ */
|
|
483
|
+
}), Jr = y((t, r) => {
|
|
484
|
+
const [a, i] = de.splitVariantProps(t), [n, l] = A(i), { className: s, unit: c, price: w, ...u } = l, T = de(a), R = !!c;
|
|
485
|
+
return /* @__PURE__ */ d("span", { ref: r, className: I(T.root, E(n), s), ...u, children: [
|
|
486
|
+
/* @__PURE__ */ e("span", { className: T.price, children: w }),
|
|
487
|
+
R ? /* @__PURE__ */ d("span", { className: T.unit, children: [
|
|
473
488
|
"/ ",
|
|
474
|
-
|
|
489
|
+
c
|
|
475
490
|
] }) : null
|
|
476
491
|
] });
|
|
477
492
|
});
|
|
478
|
-
|
|
479
|
-
const
|
|
493
|
+
Jr.displayName = "PriceTag";
|
|
494
|
+
const eo = {
|
|
480
495
|
xl: "1536px",
|
|
481
496
|
lg: "1200px",
|
|
482
497
|
md: "900px",
|
|
483
498
|
sm: "600px"
|
|
484
|
-
},
|
|
499
|
+
}, to = {
|
|
485
500
|
extend: {
|
|
486
501
|
checked: "&:where(:checked, [data-checked], [aria-checked=true], [data-state=checked])",
|
|
487
502
|
closed: "&:where([data-state=closed])",
|
|
@@ -499,7 +514,7 @@ const Gr = {
|
|
|
499
514
|
today: "&:where([data-today])",
|
|
500
515
|
underValue: '&:where([data-state="under-value"])'
|
|
501
516
|
}
|
|
502
|
-
},
|
|
517
|
+
}, ro = {
|
|
503
518
|
"2xl": "672px",
|
|
504
519
|
"3xl": "768px",
|
|
505
520
|
"4xl": "896px",
|
|
@@ -512,7 +527,7 @@ const Gr = {
|
|
|
512
527
|
sm: "384px",
|
|
513
528
|
xl: "576px",
|
|
514
529
|
xs: "320px"
|
|
515
|
-
},
|
|
530
|
+
}, oo = ut({
|
|
516
531
|
blob: {
|
|
517
532
|
"0%": {
|
|
518
533
|
rotate: "0deg"
|
|
@@ -630,7 +645,7 @@ const Gr = {
|
|
|
630
645
|
transform: "rotate(360deg)"
|
|
631
646
|
}
|
|
632
647
|
}
|
|
633
|
-
}),
|
|
648
|
+
}), ve = v({
|
|
634
649
|
base: {
|
|
635
650
|
_focusVisible: {
|
|
636
651
|
ring: "2px solid {colors.primary.200}",
|
|
@@ -821,7 +836,7 @@ const Gr = {
|
|
|
821
836
|
}
|
|
822
837
|
}
|
|
823
838
|
]
|
|
824
|
-
}),
|
|
839
|
+
}), ao = v({
|
|
825
840
|
className: "heading",
|
|
826
841
|
defaultVariants: {
|
|
827
842
|
size: "h2"
|
|
@@ -851,7 +866,7 @@ const Gr = {
|
|
|
851
866
|
h6: { textStyle: "heading.h6" }
|
|
852
867
|
}
|
|
853
868
|
}
|
|
854
|
-
}),
|
|
869
|
+
}), io = g({
|
|
855
870
|
base: {
|
|
856
871
|
control: {
|
|
857
872
|
_focus: {
|
|
@@ -911,7 +926,7 @@ const Gr = {
|
|
|
911
926
|
size: "md"
|
|
912
927
|
},
|
|
913
928
|
jsx: ["Switch", "SwitchField"],
|
|
914
|
-
slots:
|
|
929
|
+
slots: _e.keys(),
|
|
915
930
|
variants: {
|
|
916
931
|
size: {
|
|
917
932
|
md: {
|
|
@@ -933,7 +948,7 @@ const Gr = {
|
|
|
933
948
|
}
|
|
934
949
|
}
|
|
935
950
|
}
|
|
936
|
-
}),
|
|
951
|
+
}), no = v({
|
|
937
952
|
className: "text",
|
|
938
953
|
defaultVariants: {
|
|
939
954
|
size: "md"
|
|
@@ -966,7 +981,7 @@ const Gr = {
|
|
|
966
981
|
sm: { textStyle: "body.sm" }
|
|
967
982
|
}
|
|
968
983
|
}
|
|
969
|
-
}),
|
|
984
|
+
}), fe = v({
|
|
970
985
|
base: {
|
|
971
986
|
'&[type="time"]::-webkit-calendar-picker-indicator': {
|
|
972
987
|
display: "none"
|
|
@@ -1020,15 +1035,15 @@ const Gr = {
|
|
|
1020
1035
|
}
|
|
1021
1036
|
}
|
|
1022
1037
|
}
|
|
1023
|
-
}),
|
|
1038
|
+
}), lo = v({
|
|
1024
1039
|
className: "textarea",
|
|
1025
1040
|
jsx: ["Textarea"],
|
|
1026
1041
|
base: {
|
|
1027
1042
|
px: "space-16",
|
|
1028
1043
|
py: "space-8",
|
|
1029
|
-
...
|
|
1044
|
+
...fe.base
|
|
1030
1045
|
}
|
|
1031
|
-
}),
|
|
1046
|
+
}), so = v({
|
|
1032
1047
|
base: {
|
|
1033
1048
|
_invalid: {
|
|
1034
1049
|
'& [data-recipe="formHelperText"]': {
|
|
@@ -1058,7 +1073,7 @@ const Gr = {
|
|
|
1058
1073
|
className: "form-control",
|
|
1059
1074
|
description: "The styles for the FormControl component",
|
|
1060
1075
|
jsx: ["FormControl"]
|
|
1061
|
-
}),
|
|
1076
|
+
}), co = v({
|
|
1062
1077
|
base: {
|
|
1063
1078
|
color: "grey.400",
|
|
1064
1079
|
fontFamily: "satoshi",
|
|
@@ -1067,9 +1082,9 @@ const Gr = {
|
|
|
1067
1082
|
className: "form-helper-text",
|
|
1068
1083
|
description: "The styles for the FormHelperText component",
|
|
1069
1084
|
jsx: ["FormHelperText"]
|
|
1070
|
-
}),
|
|
1085
|
+
}), po = ke.extendWith("header", "body", "footer"), uo = g({
|
|
1071
1086
|
className: "drawer",
|
|
1072
|
-
slots:
|
|
1087
|
+
slots: po.keys(),
|
|
1073
1088
|
jsx: ["Drawer"],
|
|
1074
1089
|
base: {
|
|
1075
1090
|
backdrop: {
|
|
@@ -1187,10 +1202,10 @@ const Gr = {
|
|
|
1187
1202
|
}
|
|
1188
1203
|
}
|
|
1189
1204
|
}
|
|
1190
|
-
}),
|
|
1205
|
+
}), ho = g({
|
|
1191
1206
|
className: "accordion",
|
|
1192
1207
|
jsx: ["Accordion"],
|
|
1193
|
-
slots:
|
|
1208
|
+
slots: Pe.keys(),
|
|
1194
1209
|
base: {
|
|
1195
1210
|
root: {
|
|
1196
1211
|
display: "flex",
|
|
@@ -1291,7 +1306,7 @@ const Gr = {
|
|
|
1291
1306
|
}
|
|
1292
1307
|
}
|
|
1293
1308
|
}
|
|
1294
|
-
}),
|
|
1309
|
+
}), mo = g({
|
|
1295
1310
|
base: {
|
|
1296
1311
|
root: {
|
|
1297
1312
|
color: "grey.400",
|
|
@@ -1330,9 +1345,9 @@ const Gr = {
|
|
|
1330
1345
|
className: "form-label",
|
|
1331
1346
|
description: "The styles for the FormLabel component",
|
|
1332
1347
|
jsx: ["FormLabel"]
|
|
1333
|
-
}),
|
|
1348
|
+
}), go = g({
|
|
1334
1349
|
className: "checkbox",
|
|
1335
|
-
slots:
|
|
1350
|
+
slots: Re.keys(),
|
|
1336
1351
|
jsx: ["Checkbox"],
|
|
1337
1352
|
base: {
|
|
1338
1353
|
root: {
|
|
@@ -1448,9 +1463,9 @@ const Gr = {
|
|
|
1448
1463
|
}
|
|
1449
1464
|
}
|
|
1450
1465
|
}
|
|
1451
|
-
}),
|
|
1466
|
+
}), bo = g({
|
|
1452
1467
|
className: "tabs",
|
|
1453
|
-
slots:
|
|
1468
|
+
slots: Le.keys(),
|
|
1454
1469
|
base: {
|
|
1455
1470
|
root: {
|
|
1456
1471
|
isolation: "isolate",
|
|
@@ -1554,7 +1569,7 @@ const Gr = {
|
|
|
1554
1569
|
}
|
|
1555
1570
|
}
|
|
1556
1571
|
}
|
|
1557
|
-
}),
|
|
1572
|
+
}), yo = g({
|
|
1558
1573
|
base: {
|
|
1559
1574
|
control: {
|
|
1560
1575
|
fontFamily: "satoshi",
|
|
@@ -1691,7 +1706,7 @@ const Gr = {
|
|
|
1691
1706
|
size: "md"
|
|
1692
1707
|
},
|
|
1693
1708
|
jsx: ["Select"],
|
|
1694
|
-
slots:
|
|
1709
|
+
slots: Ie.keys(),
|
|
1695
1710
|
variants: {
|
|
1696
1711
|
size: {
|
|
1697
1712
|
md: {
|
|
@@ -1707,7 +1722,7 @@ const Gr = {
|
|
|
1707
1722
|
}
|
|
1708
1723
|
}
|
|
1709
1724
|
}
|
|
1710
|
-
}),
|
|
1725
|
+
}), xo = v({
|
|
1711
1726
|
base: {
|
|
1712
1727
|
alignItems: "center",
|
|
1713
1728
|
borderRadius: "inherit",
|
|
@@ -1720,7 +1735,7 @@ const Gr = {
|
|
|
1720
1735
|
className: "input-addon",
|
|
1721
1736
|
description: "The styles for the InputAddon component",
|
|
1722
1737
|
jsx: ["InputAddon"]
|
|
1723
|
-
}),
|
|
1738
|
+
}), vo = v({
|
|
1724
1739
|
base: {
|
|
1725
1740
|
'& [data-recipe="input"]': {
|
|
1726
1741
|
border: {
|
|
@@ -1763,7 +1778,7 @@ const Gr = {
|
|
|
1763
1778
|
className: "input-group",
|
|
1764
1779
|
description: "The styles for the InputGroup component",
|
|
1765
1780
|
jsx: ["InputGroup"]
|
|
1766
|
-
}),
|
|
1781
|
+
}), pe = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgOCA2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMC45NCAwLjUyOTk5OUw0IDMuNTgzMzNMNy4wNiAwLjUyOTk5OUw4IDEuNDdMNCA1LjQ3TDAgMS40N0wwLjk0IDAuNTI5OTk5WiIgZmlsbD0iIzFFM0E3NiIvPgo8L3N2Zz4K", fo = g({
|
|
1767
1782
|
className: "datepicker",
|
|
1768
1783
|
slots: ze.keys(),
|
|
1769
1784
|
jsx: ["DatePicker"],
|
|
@@ -1808,7 +1823,7 @@ const Gr = {
|
|
|
1808
1823
|
px: "space-4",
|
|
1809
1824
|
appearance: "none",
|
|
1810
1825
|
paddingRight: "30px",
|
|
1811
|
-
background: `url('${
|
|
1826
|
+
background: `url('${pe}') no-repeat right 10px center`,
|
|
1812
1827
|
_focus: {
|
|
1813
1828
|
border: "1px solid {colors.primary.500}"
|
|
1814
1829
|
}
|
|
@@ -1824,7 +1839,7 @@ const Gr = {
|
|
|
1824
1839
|
px: "space-4",
|
|
1825
1840
|
appearance: "none",
|
|
1826
1841
|
paddingRight: "30px",
|
|
1827
|
-
background: `url('${
|
|
1842
|
+
background: `url('${pe}') no-repeat right 10px center`,
|
|
1828
1843
|
_focus: {
|
|
1829
1844
|
border: "1px solid {colors.primary.500}"
|
|
1830
1845
|
}
|
|
@@ -1923,7 +1938,7 @@ const Gr = {
|
|
|
1923
1938
|
textAlign: "center"
|
|
1924
1939
|
}
|
|
1925
1940
|
}
|
|
1926
|
-
}),
|
|
1941
|
+
}), wo = g({
|
|
1927
1942
|
base: {
|
|
1928
1943
|
root: {
|
|
1929
1944
|
fontFamily: "satoshi",
|
|
@@ -2028,10 +2043,10 @@ const Gr = {
|
|
|
2028
2043
|
}
|
|
2029
2044
|
}
|
|
2030
2045
|
}
|
|
2031
|
-
}),
|
|
2046
|
+
}), Co = g({
|
|
2032
2047
|
className: "radio-button-group",
|
|
2033
2048
|
jsx: ["RadioButtonGroup"],
|
|
2034
|
-
slots:
|
|
2049
|
+
slots: he.keys(),
|
|
2035
2050
|
base: {
|
|
2036
2051
|
root: {
|
|
2037
2052
|
display: "inline-flex",
|
|
@@ -2095,7 +2110,7 @@ const Gr = {
|
|
|
2095
2110
|
}
|
|
2096
2111
|
}
|
|
2097
2112
|
}
|
|
2098
|
-
}),
|
|
2113
|
+
}), So = g({
|
|
2099
2114
|
base: {
|
|
2100
2115
|
item: {
|
|
2101
2116
|
_disabled: {
|
|
@@ -2177,7 +2192,7 @@ const Gr = {
|
|
|
2177
2192
|
defaultVariants: {
|
|
2178
2193
|
size: "md"
|
|
2179
2194
|
},
|
|
2180
|
-
slots:
|
|
2195
|
+
slots: he.keys(),
|
|
2181
2196
|
variants: {
|
|
2182
2197
|
size: {
|
|
2183
2198
|
md: {
|
|
@@ -2204,7 +2219,7 @@ const Gr = {
|
|
|
2204
2219
|
}
|
|
2205
2220
|
}
|
|
2206
2221
|
}
|
|
2207
|
-
}),
|
|
2222
|
+
}), To = g({
|
|
2208
2223
|
base: {
|
|
2209
2224
|
root: {
|
|
2210
2225
|
borderRadius: "full",
|
|
@@ -2327,7 +2342,7 @@ const Gr = {
|
|
|
2327
2342
|
}
|
|
2328
2343
|
}
|
|
2329
2344
|
}
|
|
2330
|
-
}),
|
|
2345
|
+
}), _o = g({
|
|
2331
2346
|
base: {
|
|
2332
2347
|
root: {
|
|
2333
2348
|
position: "relative",
|
|
@@ -2408,81 +2423,81 @@ const Gr = {
|
|
|
2408
2423
|
description: "The styles for the ActionCard component",
|
|
2409
2424
|
jsx: ["ActionCard", "ActionCardTitle", "ActionCardDescription"]
|
|
2410
2425
|
});
|
|
2411
|
-
function
|
|
2426
|
+
function ko(t) {
|
|
2412
2427
|
return t && t.__esModule && Object.prototype.hasOwnProperty.call(t, "default") ? t.default : t;
|
|
2413
2428
|
}
|
|
2414
|
-
var
|
|
2415
|
-
return
|
|
2429
|
+
var Po = function(r) {
|
|
2430
|
+
return Ro(r) && !Lo(r);
|
|
2416
2431
|
};
|
|
2417
|
-
function
|
|
2432
|
+
function Ro(t) {
|
|
2418
2433
|
return !!t && typeof t == "object";
|
|
2419
2434
|
}
|
|
2420
|
-
function
|
|
2435
|
+
function Lo(t) {
|
|
2421
2436
|
var r = Object.prototype.toString.call(t);
|
|
2422
|
-
return r === "[object RegExp]" || r === "[object Date]" ||
|
|
2437
|
+
return r === "[object RegExp]" || r === "[object Date]" || Bo(t);
|
|
2423
2438
|
}
|
|
2424
|
-
var
|
|
2425
|
-
function
|
|
2426
|
-
return t.$$typeof ===
|
|
2439
|
+
var Io = typeof Symbol == "function" && Symbol.for, zo = Io ? Symbol.for("react.element") : 60103;
|
|
2440
|
+
function Bo(t) {
|
|
2441
|
+
return t.$$typeof === zo;
|
|
2427
2442
|
}
|
|
2428
|
-
function
|
|
2443
|
+
function Fo(t) {
|
|
2429
2444
|
return Array.isArray(t) ? [] : {};
|
|
2430
2445
|
}
|
|
2431
2446
|
function M(t, r) {
|
|
2432
|
-
return r.clone !== !1 && r.isMergeableObject(t) ?
|
|
2447
|
+
return r.clone !== !1 && r.isMergeableObject(t) ? z(Fo(t), t, r) : t;
|
|
2433
2448
|
}
|
|
2434
|
-
function
|
|
2449
|
+
function Ao(t, r, a) {
|
|
2435
2450
|
return t.concat(r).map(function(i) {
|
|
2436
2451
|
return M(i, a);
|
|
2437
2452
|
});
|
|
2438
2453
|
}
|
|
2439
|
-
function
|
|
2454
|
+
function Do(t, r) {
|
|
2440
2455
|
if (!r.customMerge)
|
|
2441
|
-
return
|
|
2456
|
+
return z;
|
|
2442
2457
|
var a = r.customMerge(t);
|
|
2443
|
-
return typeof a == "function" ? a :
|
|
2458
|
+
return typeof a == "function" ? a : z;
|
|
2444
2459
|
}
|
|
2445
|
-
function
|
|
2460
|
+
function Mo(t) {
|
|
2446
2461
|
return Object.getOwnPropertySymbols ? Object.getOwnPropertySymbols(t).filter(function(r) {
|
|
2447
2462
|
return Object.propertyIsEnumerable.call(t, r);
|
|
2448
2463
|
}) : [];
|
|
2449
2464
|
}
|
|
2450
|
-
function
|
|
2451
|
-
return Object.keys(t).concat(
|
|
2465
|
+
function ue(t) {
|
|
2466
|
+
return Object.keys(t).concat(Mo(t));
|
|
2452
2467
|
}
|
|
2453
|
-
function
|
|
2468
|
+
function we(t, r) {
|
|
2454
2469
|
try {
|
|
2455
2470
|
return r in t;
|
|
2456
2471
|
} catch {
|
|
2457
2472
|
return !1;
|
|
2458
2473
|
}
|
|
2459
2474
|
}
|
|
2460
|
-
function
|
|
2461
|
-
return
|
|
2475
|
+
function No(t, r) {
|
|
2476
|
+
return we(t, r) && !(Object.hasOwnProperty.call(t, r) && Object.propertyIsEnumerable.call(t, r));
|
|
2462
2477
|
}
|
|
2463
|
-
function
|
|
2478
|
+
function Eo(t, r, a) {
|
|
2464
2479
|
var i = {};
|
|
2465
|
-
return a.isMergeableObject(t) &&
|
|
2480
|
+
return a.isMergeableObject(t) && ue(t).forEach(function(n) {
|
|
2466
2481
|
i[n] = M(t[n], a);
|
|
2467
|
-
}),
|
|
2468
|
-
|
|
2482
|
+
}), ue(r).forEach(function(n) {
|
|
2483
|
+
No(t, n) || (we(t, n) && a.isMergeableObject(r[n]) ? i[n] = Do(n, a)(t[n], r[n], a) : i[n] = M(r[n], a));
|
|
2469
2484
|
}), i;
|
|
2470
2485
|
}
|
|
2471
|
-
function
|
|
2472
|
-
a = a || {}, a.arrayMerge = a.arrayMerge ||
|
|
2486
|
+
function z(t, r, a) {
|
|
2487
|
+
a = a || {}, a.arrayMerge = a.arrayMerge || Ao, a.isMergeableObject = a.isMergeableObject || Po, a.cloneUnlessOtherwiseSpecified = M;
|
|
2473
2488
|
var i = Array.isArray(r), n = Array.isArray(t), l = i === n;
|
|
2474
|
-
return l ? i ? a.arrayMerge(t, r, a) :
|
|
2489
|
+
return l ? i ? a.arrayMerge(t, r, a) : Eo(t, r, a) : M(r, a);
|
|
2475
2490
|
}
|
|
2476
|
-
|
|
2491
|
+
z.all = function(r, a) {
|
|
2477
2492
|
if (!Array.isArray(r))
|
|
2478
2493
|
throw new Error("first argument should be an array");
|
|
2479
2494
|
return r.reduce(function(i, n) {
|
|
2480
|
-
return
|
|
2495
|
+
return z(i, n, a);
|
|
2481
2496
|
}, {});
|
|
2482
2497
|
};
|
|
2483
|
-
var
|
|
2484
|
-
const
|
|
2485
|
-
|
|
2498
|
+
var Ho = z, Vo = Ho;
|
|
2499
|
+
const jo = /* @__PURE__ */ ko(Vo), Wo = jo(
|
|
2500
|
+
ve,
|
|
2486
2501
|
v({
|
|
2487
2502
|
className: "icon-button",
|
|
2488
2503
|
defaultVariants: {
|
|
@@ -2540,7 +2555,7 @@ const Fo = /* @__PURE__ */ yo(Lo), Ao = Fo(
|
|
|
2540
2555
|
}
|
|
2541
2556
|
}
|
|
2542
2557
|
})
|
|
2543
|
-
),
|
|
2558
|
+
), $o = g({
|
|
2544
2559
|
base: {
|
|
2545
2560
|
content: {
|
|
2546
2561
|
_closed: {
|
|
@@ -2569,8 +2584,8 @@ const Fo = /* @__PURE__ */ yo(Lo), Ao = Fo(
|
|
|
2569
2584
|
},
|
|
2570
2585
|
className: "tooltip",
|
|
2571
2586
|
jsx: ["Tooltip"],
|
|
2572
|
-
slots:
|
|
2573
|
-
}),
|
|
2587
|
+
slots: Be.keys()
|
|
2588
|
+
}), Zo = g({
|
|
2574
2589
|
base: {
|
|
2575
2590
|
root: {
|
|
2576
2591
|
borderRadius: "radius-8",
|
|
@@ -2590,7 +2605,7 @@ const Fo = /* @__PURE__ */ yo(Lo), Ao = Fo(
|
|
|
2590
2605
|
textStyle: "heading.h5"
|
|
2591
2606
|
},
|
|
2592
2607
|
description: {
|
|
2593
|
-
color: "
|
|
2608
|
+
color: "grey.900",
|
|
2594
2609
|
fontFamily: "satoshi",
|
|
2595
2610
|
textStyle: "body.md"
|
|
2596
2611
|
}
|
|
@@ -2631,7 +2646,7 @@ const Fo = /* @__PURE__ */ yo(Lo), Ao = Fo(
|
|
|
2631
2646
|
}
|
|
2632
2647
|
}
|
|
2633
2648
|
}
|
|
2634
|
-
}),
|
|
2649
|
+
}), Go = g({
|
|
2635
2650
|
className: "table",
|
|
2636
2651
|
jsx: ["Table", "Thead", "Tbody", "Tr", "Th", "Td"],
|
|
2637
2652
|
slots: ["root", "thead", "tbody", "tr", "th", "td"],
|
|
@@ -2693,7 +2708,7 @@ const Fo = /* @__PURE__ */ yo(Lo), Ao = Fo(
|
|
|
2693
2708
|
}
|
|
2694
2709
|
}
|
|
2695
2710
|
}
|
|
2696
|
-
}),
|
|
2711
|
+
}), Oo = v({
|
|
2697
2712
|
className: "table-group-title",
|
|
2698
2713
|
jsx: ["TableGroupTitle"],
|
|
2699
2714
|
base: {
|
|
@@ -2718,7 +2733,7 @@ const Fo = /* @__PURE__ */ yo(Lo), Ao = Fo(
|
|
|
2718
2733
|
defaultVariants: {
|
|
2719
2734
|
variant: "primary"
|
|
2720
2735
|
}
|
|
2721
|
-
}),
|
|
2736
|
+
}), Yo = v({
|
|
2722
2737
|
className: "table-empty-row",
|
|
2723
2738
|
jsx: ["TableEmptyRow"],
|
|
2724
2739
|
base: {
|
|
@@ -2730,7 +2745,7 @@ const Fo = /* @__PURE__ */ yo(Lo), Ao = Fo(
|
|
|
2730
2745
|
px: "space-16",
|
|
2731
2746
|
color: "grey.400"
|
|
2732
2747
|
}
|
|
2733
|
-
}),
|
|
2748
|
+
}), Xo = v({
|
|
2734
2749
|
className: "table-container",
|
|
2735
2750
|
jsx: ["TableContainer"],
|
|
2736
2751
|
base: {
|
|
@@ -2744,38 +2759,66 @@ const Fo = /* @__PURE__ */ yo(Lo), Ao = Fo(
|
|
|
2744
2759
|
tableLayout: "auto!"
|
|
2745
2760
|
}
|
|
2746
2761
|
}
|
|
2747
|
-
}),
|
|
2748
|
-
|
|
2749
|
-
|
|
2750
|
-
|
|
2751
|
-
|
|
2752
|
-
|
|
2753
|
-
|
|
2754
|
-
|
|
2755
|
-
|
|
2756
|
-
|
|
2757
|
-
|
|
2758
|
-
|
|
2759
|
-
|
|
2760
|
-
|
|
2761
|
-
|
|
2762
|
-
|
|
2763
|
-
|
|
2764
|
-
|
|
2765
|
-
|
|
2766
|
-
|
|
2767
|
-
|
|
2768
|
-
|
|
2769
|
-
|
|
2770
|
-
|
|
2771
|
-
|
|
2772
|
-
|
|
2773
|
-
|
|
2774
|
-
|
|
2775
|
-
|
|
2776
|
-
|
|
2777
|
-
|
|
2778
|
-
|
|
2762
|
+
}), Uo = g({
|
|
2763
|
+
className: "breadcrumb",
|
|
2764
|
+
jsx: ["Breadcrumb", "BreadcrumbItem"],
|
|
2765
|
+
slots: ["root", "list", "item", "link"],
|
|
2766
|
+
base: {
|
|
2767
|
+
root: {
|
|
2768
|
+
fontFamily: "satoshi",
|
|
2769
|
+
textStyle: "body.md"
|
|
2770
|
+
},
|
|
2771
|
+
list: {
|
|
2772
|
+
display: "flex",
|
|
2773
|
+
flexDirection: "row",
|
|
2774
|
+
alignItems: "center",
|
|
2775
|
+
gap: "space-4"
|
|
2776
|
+
},
|
|
2777
|
+
item: {
|
|
2778
|
+
display: "flex",
|
|
2779
|
+
flexDirection: "row",
|
|
2780
|
+
alignItems: "center",
|
|
2781
|
+
gap: "space-4",
|
|
2782
|
+
color: "primary.900",
|
|
2783
|
+
_currentPage: {
|
|
2784
|
+
color: "grey.400"
|
|
2785
|
+
}
|
|
2786
|
+
}
|
|
2787
|
+
},
|
|
2788
|
+
variants: {}
|
|
2789
|
+
}), qo = {
|
|
2790
|
+
button: ve,
|
|
2791
|
+
iconButton: Wo,
|
|
2792
|
+
heading: ao,
|
|
2793
|
+
switchRecipe: io,
|
|
2794
|
+
text: no,
|
|
2795
|
+
textarea: lo,
|
|
2796
|
+
formControl: so,
|
|
2797
|
+
formHelperText: co,
|
|
2798
|
+
input: fe,
|
|
2799
|
+
inputAddon: xo,
|
|
2800
|
+
inputGroup: vo,
|
|
2801
|
+
tableGroupTitle: Oo,
|
|
2802
|
+
tableEmptyRow: Yo,
|
|
2803
|
+
tableContainer: Xo
|
|
2804
|
+
}, Ko = {
|
|
2805
|
+
drawer: uo,
|
|
2806
|
+
radioButtonGroup: Co,
|
|
2807
|
+
radioGroup: So,
|
|
2808
|
+
accordion: ho,
|
|
2809
|
+
formLabel: mo,
|
|
2810
|
+
checkbox: go,
|
|
2811
|
+
datepicker: fo,
|
|
2812
|
+
tabs: bo,
|
|
2813
|
+
tag: wo,
|
|
2814
|
+
select: yo,
|
|
2815
|
+
chip: To,
|
|
2816
|
+
actionCard: _o,
|
|
2817
|
+
tooltip: $o,
|
|
2818
|
+
alert: Zo,
|
|
2819
|
+
table: Go,
|
|
2820
|
+
breadcrumb: Uo
|
|
2821
|
+
}, Qo = ht.colors({
|
|
2779
2822
|
decorative: {
|
|
2780
2823
|
red: {
|
|
2781
2824
|
light: { value: "#FFB5AD" },
|
|
@@ -2874,9 +2917,9 @@ const Fo = /* @__PURE__ */ yo(Lo), Ao = Fo(
|
|
|
2874
2917
|
value: "{colors.primary.900}"
|
|
2875
2918
|
}
|
|
2876
2919
|
}
|
|
2877
|
-
}),
|
|
2878
|
-
colors:
|
|
2879
|
-
},
|
|
2920
|
+
}), Jo = {
|
|
2921
|
+
colors: Qo
|
|
2922
|
+
}, ea = mt({
|
|
2880
2923
|
body: {
|
|
2881
2924
|
lg: {
|
|
2882
2925
|
value: {
|
|
@@ -2959,7 +3002,7 @@ const Fo = /* @__PURE__ */ yo(Lo), Ao = Fo(
|
|
|
2959
3002
|
}
|
|
2960
3003
|
}
|
|
2961
3004
|
}
|
|
2962
|
-
}),
|
|
3005
|
+
}), ta = b.animations({
|
|
2963
3006
|
"backdrop-in": {
|
|
2964
3007
|
value: "fade-in 250ms {easings.emphasized-in}"
|
|
2965
3008
|
},
|
|
@@ -3000,14 +3043,14 @@ const Fo = /* @__PURE__ */ yo(Lo), Ao = Fo(
|
|
|
3000
3043
|
"collapse-out": {
|
|
3001
3044
|
value: "collapse-out 150ms {easings.in-out}"
|
|
3002
3045
|
}
|
|
3003
|
-
}),
|
|
3046
|
+
}), ra = b.borders({
|
|
3004
3047
|
golden: { value: "1.618 / 1" },
|
|
3005
3048
|
landscape: { value: "4 / 3" },
|
|
3006
3049
|
portrait: { value: "3 / 4" },
|
|
3007
3050
|
square: { value: "1 / 1" },
|
|
3008
3051
|
ultrawide: { value: "18 / 5" },
|
|
3009
3052
|
wide: { value: "16 / 9" }
|
|
3010
|
-
}),
|
|
3053
|
+
}), oa = b.blurs({
|
|
3011
3054
|
"2xl": { value: "40px" },
|
|
3012
3055
|
"3xl": { value: "64px" },
|
|
3013
3056
|
base: { value: "8px" },
|
|
@@ -3015,11 +3058,11 @@ const Fo = /* @__PURE__ */ yo(Lo), Ao = Fo(
|
|
|
3015
3058
|
md: { value: "12px" },
|
|
3016
3059
|
sm: { value: "4px" },
|
|
3017
3060
|
xl: { value: "24px" }
|
|
3018
|
-
}),
|
|
3061
|
+
}), aa = b.borders({
|
|
3019
3062
|
border: {
|
|
3020
3063
|
none: { value: "none" }
|
|
3021
3064
|
}
|
|
3022
|
-
}),
|
|
3065
|
+
}), ia = b.colors({
|
|
3023
3066
|
black: { value: "#000" },
|
|
3024
3067
|
current: { value: "currentColor" },
|
|
3025
3068
|
transparent: { value: "rgb(0 0 0 / 0)" },
|
|
@@ -3091,7 +3134,7 @@ const Fo = /* @__PURE__ */ yo(Lo), Ao = Fo(
|
|
|
3091
3134
|
200: { value: "#FFEAAC" },
|
|
3092
3135
|
100: { value: "#FFF9E6" }
|
|
3093
3136
|
}
|
|
3094
|
-
}),
|
|
3137
|
+
}), na = b.durations({
|
|
3095
3138
|
fast: { value: "150ms" },
|
|
3096
3139
|
faster: { value: "100ms" },
|
|
3097
3140
|
fastest: { value: "50ms" },
|
|
@@ -3099,7 +3142,7 @@ const Fo = /* @__PURE__ */ yo(Lo), Ao = Fo(
|
|
|
3099
3142
|
slow: { value: "300ms" },
|
|
3100
3143
|
slower: { value: "400ms" },
|
|
3101
3144
|
slowest: { value: "500ms" }
|
|
3102
|
-
}),
|
|
3145
|
+
}), la = b.easings({
|
|
3103
3146
|
default: { value: "cubic-bezier(0.2, 0.0, 0, 1.0)" },
|
|
3104
3147
|
"ease-bounce-1": {
|
|
3105
3148
|
value: `linear(
|
|
@@ -3187,7 +3230,7 @@ const Fo = /* @__PURE__ */ yo(Lo), Ao = Fo(
|
|
|
3187
3230
|
linear: { value: "linear" },
|
|
3188
3231
|
out: { value: "cubic-bezier(0, 0, 0.2, 1)" },
|
|
3189
3232
|
pulse: { value: "cubic-bezier(0.4, 0.0, 0.6, 1.0)" }
|
|
3190
|
-
}),
|
|
3233
|
+
}), sa = b.radii({
|
|
3191
3234
|
"radius-0": { value: "0px" },
|
|
3192
3235
|
"radius-2": { value: "2px" },
|
|
3193
3236
|
"radius-4": { value: "4px" },
|
|
@@ -3209,7 +3252,7 @@ const Fo = /* @__PURE__ */ yo(Lo), Ao = Fo(
|
|
|
3209
3252
|
"radius-60": { value: "60px" },
|
|
3210
3253
|
"radius-64": { value: "64px" },
|
|
3211
3254
|
full: { value: "9999px" }
|
|
3212
|
-
}),
|
|
3255
|
+
}), ca = b.shadows({
|
|
3213
3256
|
"2xl": { value: "0 25px 50px -12px rgb(0 0 0 / 0.25)" },
|
|
3214
3257
|
inner: { value: "inset 0 2px 4px 0 rgb(0 0 0 / 0.05)" },
|
|
3215
3258
|
lg: { value: ["0 10px 15px -3px rgb(0 0 0 / 0.1)", "0 4px 6px -4px rgb(0 0 0 / 0.1)"] },
|
|
@@ -3217,7 +3260,7 @@ const Fo = /* @__PURE__ */ yo(Lo), Ao = Fo(
|
|
|
3217
3260
|
sm: { value: ["0 1px 3px 0 rgb(0 0 0 / 0.1)", "0 1px 2px -1px rgb(0 0 0 / 0.1)"] },
|
|
3218
3261
|
xl: { value: ["0 20px 25px -5px rgb(0 0 0 / 0.1)", "0 8px 10px -6px rgb(0 0 0 / 0.1)"] },
|
|
3219
3262
|
xs: { value: "0 1px 2px 0 rgb(0 0 0 / 0.05)" }
|
|
3220
|
-
}),
|
|
3263
|
+
}), da = b.sizes({
|
|
3221
3264
|
"size-0": {
|
|
3222
3265
|
value: "0px"
|
|
3223
3266
|
},
|
|
@@ -3294,7 +3337,7 @@ const Fo = /* @__PURE__ */ yo(Lo), Ao = Fo(
|
|
|
3294
3337
|
"size-80": {
|
|
3295
3338
|
value: "80px"
|
|
3296
3339
|
}
|
|
3297
|
-
}),
|
|
3340
|
+
}), pa = b.spacing({
|
|
3298
3341
|
"space-0": {
|
|
3299
3342
|
value: "0px"
|
|
3300
3343
|
},
|
|
@@ -3374,9 +3417,9 @@ const Fo = /* @__PURE__ */ yo(Lo), Ao = Fo(
|
|
|
3374
3417
|
value: "80px"
|
|
3375
3418
|
}
|
|
3376
3419
|
});
|
|
3377
|
-
var
|
|
3378
|
-
`${
|
|
3379
|
-
var
|
|
3420
|
+
var ua = "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,%";
|
|
3421
|
+
`${ua.split(",").join("|")}`;
|
|
3422
|
+
var ha = {
|
|
3380
3423
|
animation: [
|
|
3381
3424
|
"animationName",
|
|
3382
3425
|
"animationDuration",
|
|
@@ -3487,22 +3530,22 @@ var oa = {
|
|
|
3487
3530
|
textEmphasis: ["textEmphasisStyle", "textEmphasisColor"],
|
|
3488
3531
|
transition: ["transitionProperty", "transitionDuration", "transitionTimingFunction", "transitionDelay"]
|
|
3489
3532
|
};
|
|
3490
|
-
Object.values(
|
|
3491
|
-
var
|
|
3492
|
-
function
|
|
3493
|
-
const r = new RegExp(String.raw`-?\d+(?:\.\d+|\d*)`), a = new RegExp(`${
|
|
3533
|
+
Object.values(ha).reduce((t, r) => [...t, ...r], []);
|
|
3534
|
+
var ma = 16, Ce = "px", Se = "em", j = "rem";
|
|
3535
|
+
function ga(t = "") {
|
|
3536
|
+
const r = new RegExp(String.raw`-?\d+(?:\.\d+|\d*)`), a = new RegExp(`${Ce}|${Se}|${j}`), i = t.match(new RegExp(`${r.source}(${a.source})`));
|
|
3494
3537
|
return i == null ? void 0 : i[1];
|
|
3495
3538
|
}
|
|
3496
3539
|
function x(t = "") {
|
|
3497
|
-
const r =
|
|
3498
|
-
if (!r || r ===
|
|
3540
|
+
const r = ga(t);
|
|
3541
|
+
if (!r || r === j)
|
|
3499
3542
|
return t;
|
|
3500
|
-
if (r ===
|
|
3501
|
-
return `${parseFloat(t)}${
|
|
3502
|
-
if (r ===
|
|
3503
|
-
return `${parseFloat(t) /
|
|
3543
|
+
if (r === Se)
|
|
3544
|
+
return `${parseFloat(t)}${j}`;
|
|
3545
|
+
if (r === Ce)
|
|
3546
|
+
return `${parseFloat(t) / ma}${j}`;
|
|
3504
3547
|
}
|
|
3505
|
-
const
|
|
3548
|
+
const ba = b.fontSizes({
|
|
3506
3549
|
body: {
|
|
3507
3550
|
lg: { value: x("16px") },
|
|
3508
3551
|
md: { value: x("14px") },
|
|
@@ -3524,7 +3567,7 @@ const na = g.fontSizes({
|
|
|
3524
3567
|
xs: { value: x("18px") }
|
|
3525
3568
|
}
|
|
3526
3569
|
}
|
|
3527
|
-
}),
|
|
3570
|
+
}), ya = b.fontWeights({
|
|
3528
3571
|
black: { value: "900" },
|
|
3529
3572
|
bold: { value: "700" },
|
|
3530
3573
|
extrabold: { value: "800" },
|
|
@@ -3534,14 +3577,14 @@ const na = g.fontSizes({
|
|
|
3534
3577
|
normal: { value: "400" },
|
|
3535
3578
|
semibold: { value: "600" },
|
|
3536
3579
|
thin: { value: "100" }
|
|
3537
|
-
}),
|
|
3580
|
+
}), xa = b.letterSpacings({
|
|
3538
3581
|
normal: { value: "0em" },
|
|
3539
3582
|
tight: { value: "-0.025em" },
|
|
3540
3583
|
tighter: { value: "-0.05em" },
|
|
3541
3584
|
wide: { value: "0.025em" },
|
|
3542
3585
|
wider: { value: "0.05em" },
|
|
3543
3586
|
widest: { value: "0.1em" }
|
|
3544
|
-
}),
|
|
3587
|
+
}), va = b.lineHeights({}), fa = b.fonts({
|
|
3545
3588
|
satoshi: { value: "var(--font-satoshi)" },
|
|
3546
3589
|
cabinet: { value: "var(--font-cabinet)" },
|
|
3547
3590
|
mono: {
|
|
@@ -3577,7 +3620,7 @@ const na = g.fontSizes({
|
|
|
3577
3620
|
serif: {
|
|
3578
3621
|
value: ["ui-serif", "Georgia", "Cambria", '"Times New Roman"', "Times", "serif"]
|
|
3579
3622
|
}
|
|
3580
|
-
}),
|
|
3623
|
+
}), wa = b.zIndex({
|
|
3581
3624
|
banner: {
|
|
3582
3625
|
value: 1200
|
|
3583
3626
|
},
|
|
@@ -3614,112 +3657,115 @@ const na = g.fontSizes({
|
|
|
3614
3657
|
tooltip: {
|
|
3615
3658
|
value: 1800
|
|
3616
3659
|
}
|
|
3617
|
-
}),
|
|
3618
|
-
animations:
|
|
3619
|
-
aspectRatios:
|
|
3620
|
-
blurs:
|
|
3621
|
-
borders:
|
|
3622
|
-
colors:
|
|
3623
|
-
durations:
|
|
3624
|
-
easings:
|
|
3625
|
-
fontSizes:
|
|
3626
|
-
fontWeights:
|
|
3627
|
-
fonts:
|
|
3628
|
-
letterSpacings:
|
|
3629
|
-
lineHeights:
|
|
3630
|
-
radii:
|
|
3631
|
-
shadows:
|
|
3632
|
-
sizes:
|
|
3633
|
-
spacing:
|
|
3634
|
-
zIndex:
|
|
3635
|
-
},
|
|
3660
|
+
}), Ca = {
|
|
3661
|
+
animations: ta,
|
|
3662
|
+
aspectRatios: ra,
|
|
3663
|
+
blurs: oa,
|
|
3664
|
+
borders: aa,
|
|
3665
|
+
colors: ia,
|
|
3666
|
+
durations: na,
|
|
3667
|
+
easings: la,
|
|
3668
|
+
fontSizes: ba,
|
|
3669
|
+
fontWeights: ya,
|
|
3670
|
+
fonts: fa,
|
|
3671
|
+
letterSpacings: xa,
|
|
3672
|
+
lineHeights: va,
|
|
3673
|
+
radii: sa,
|
|
3674
|
+
shadows: ca,
|
|
3675
|
+
sizes: da,
|
|
3676
|
+
spacing: pa,
|
|
3677
|
+
zIndex: wa
|
|
3678
|
+
}, Sa = gt({
|
|
3636
3679
|
className: "size",
|
|
3637
3680
|
transform(t) {
|
|
3638
3681
|
return { height: t, width: t };
|
|
3639
3682
|
},
|
|
3640
3683
|
values: "sizes"
|
|
3641
|
-
}),
|
|
3684
|
+
}), Ta = {
|
|
3642
3685
|
extend: {
|
|
3643
|
-
boxSize:
|
|
3686
|
+
boxSize: Sa
|
|
3644
3687
|
}
|
|
3645
|
-
},
|
|
3688
|
+
}, Pi = bt({
|
|
3646
3689
|
staticCss: {
|
|
3647
3690
|
recipes: "*"
|
|
3648
3691
|
},
|
|
3649
3692
|
theme: {
|
|
3650
|
-
breakpoints:
|
|
3651
|
-
containerSizes:
|
|
3652
|
-
keyframes:
|
|
3653
|
-
recipes:
|
|
3654
|
-
semanticTokens:
|
|
3655
|
-
slotRecipes:
|
|
3656
|
-
textStyles:
|
|
3657
|
-
tokens:
|
|
3658
|
-
},
|
|
3659
|
-
utilities:
|
|
3660
|
-
conditions:
|
|
3693
|
+
breakpoints: eo,
|
|
3694
|
+
containerSizes: ro,
|
|
3695
|
+
keyframes: oo,
|
|
3696
|
+
recipes: qo,
|
|
3697
|
+
semanticTokens: Jo,
|
|
3698
|
+
slotRecipes: Ko,
|
|
3699
|
+
textStyles: ea,
|
|
3700
|
+
tokens: Ca
|
|
3701
|
+
},
|
|
3702
|
+
utilities: Ta,
|
|
3703
|
+
conditions: to
|
|
3661
3704
|
});
|
|
3662
3705
|
export {
|
|
3663
|
-
|
|
3664
|
-
|
|
3665
|
-
|
|
3666
|
-
|
|
3667
|
-
|
|
3668
|
-
|
|
3669
|
-
|
|
3670
|
-
|
|
3671
|
-
|
|
3672
|
-
|
|
3673
|
-
|
|
3674
|
-
|
|
3675
|
-
|
|
3676
|
-
|
|
3677
|
-
|
|
3678
|
-
|
|
3679
|
-
|
|
3680
|
-
|
|
3681
|
-
|
|
3682
|
-
|
|
3683
|
-
|
|
3684
|
-
|
|
3685
|
-
|
|
3686
|
-
|
|
3687
|
-
|
|
3688
|
-
|
|
3689
|
-
|
|
3690
|
-
|
|
3691
|
-
|
|
3692
|
-
|
|
3693
|
-
|
|
3694
|
-
|
|
3695
|
-
|
|
3696
|
-
|
|
3697
|
-
|
|
3698
|
-
|
|
3699
|
-
|
|
3700
|
-
|
|
3701
|
-
|
|
3702
|
-
|
|
3703
|
-
|
|
3704
|
-
|
|
3705
|
-
|
|
3706
|
-
ci as
|
|
3707
|
-
|
|
3708
|
-
|
|
3709
|
-
|
|
3710
|
-
|
|
3711
|
-
|
|
3712
|
-
|
|
3713
|
-
|
|
3714
|
-
|
|
3715
|
-
|
|
3716
|
-
|
|
3717
|
-
|
|
3718
|
-
|
|
3719
|
-
|
|
3720
|
-
|
|
3721
|
-
|
|
3722
|
-
|
|
3723
|
-
|
|
3706
|
+
Ba as Accordion,
|
|
3707
|
+
Fa as AccordionItem,
|
|
3708
|
+
Aa as AccordionItemContent,
|
|
3709
|
+
Da as AccordionItemIndicator,
|
|
3710
|
+
Ma as AccordionItemTrigger,
|
|
3711
|
+
mi as ActionCard,
|
|
3712
|
+
bi as ActionCardDescription,
|
|
3713
|
+
gi as ActionCardTitle,
|
|
3714
|
+
yi as Alert,
|
|
3715
|
+
ti as Box,
|
|
3716
|
+
ki as Breadcrumb,
|
|
3717
|
+
Ti as BreadcrumbItem,
|
|
3718
|
+
_i as BreadcrumbLink,
|
|
3719
|
+
U as Button,
|
|
3720
|
+
xt as Checkbox,
|
|
3721
|
+
di as Chip,
|
|
3722
|
+
pi as ChipAvatar,
|
|
3723
|
+
hi as ChipClearTrigger,
|
|
3724
|
+
ui as ChipLabel,
|
|
3725
|
+
ri as DatePicker,
|
|
3726
|
+
Na as Drawer,
|
|
3727
|
+
Ea as DrawerBody,
|
|
3728
|
+
Ct as DrawerCloseTrigger,
|
|
3729
|
+
$a as DrawerContent,
|
|
3730
|
+
Za as DrawerContext,
|
|
3731
|
+
Ha as DrawerFooter,
|
|
3732
|
+
Va as DrawerHeader,
|
|
3733
|
+
ja as DrawerTitle,
|
|
3734
|
+
Wa as DrawerTrigger,
|
|
3735
|
+
Ga as FormControl,
|
|
3736
|
+
Ya as FormHelperText,
|
|
3737
|
+
Oa as FormLabel,
|
|
3738
|
+
Xa as Heading,
|
|
3739
|
+
Dr as IconButton,
|
|
3740
|
+
Qt as Input,
|
|
3741
|
+
Jt as InputAddon,
|
|
3742
|
+
er as InputGroup,
|
|
3743
|
+
Jr as PriceTag,
|
|
3744
|
+
ai as RadioButtonGroup,
|
|
3745
|
+
ii as RadioButtonGroupItem,
|
|
3746
|
+
ni as RadioButtonGroupLabel,
|
|
3747
|
+
li as RadioGroup,
|
|
3748
|
+
si as RadioGroupItem,
|
|
3749
|
+
ci as RadioGroupLabel,
|
|
3750
|
+
ei as Select,
|
|
3751
|
+
Dt as Switch,
|
|
3752
|
+
vi as Table,
|
|
3753
|
+
xi as TableContainer,
|
|
3754
|
+
Xr as TableEmptyRow,
|
|
3755
|
+
Or as TableGroupTitle,
|
|
3756
|
+
qa as Tabs,
|
|
3757
|
+
Ka as TabsContent,
|
|
3758
|
+
Ja as TabsList,
|
|
3759
|
+
Qa as TabsTrigger,
|
|
3760
|
+
oi as Tag,
|
|
3761
|
+
wi as Tbody,
|
|
3762
|
+
Si as Td,
|
|
3763
|
+
Mt as Text,
|
|
3764
|
+
Ua as Textarea,
|
|
3765
|
+
Zr as Th,
|
|
3766
|
+
fi as Thead,
|
|
3767
|
+
Ft as Tooltip,
|
|
3768
|
+
Ci as Tr,
|
|
3769
|
+
Pi as preset
|
|
3724
3770
|
};
|
|
3725
3771
|
//# sourceMappingURL=ui.js.map
|