@gryt/ui 0.21.1 → 0.22.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/Avatar/Avatar.d.ts +20 -0
- package/dist/components/Avatar/Avatar.d.ts.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +517 -497
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
import { jsx as o, jsxs as g } from "react/jsx-runtime";
|
|
2
2
|
import { Tooltip as I } from "@base-ui/react/tooltip";
|
|
3
|
-
import { createContext as
|
|
4
|
-
import { createGrytTheme as
|
|
5
|
-
import { GRYT_HUE_KEYS as
|
|
6
|
-
import { Button as
|
|
7
|
-
import { clsx as
|
|
8
|
-
import { twMerge as
|
|
9
|
-
import { Field as
|
|
10
|
-
import { PaperPlaneTilt as
|
|
11
|
-
import { Avatar as
|
|
12
|
-
import { owlAvatarDataUri as
|
|
13
|
-
import { avatarSeed as
|
|
14
|
-
import { Checkbox as
|
|
15
|
-
import { Radio as
|
|
16
|
-
import { RadioGroup as
|
|
17
|
-
import { Switch as
|
|
3
|
+
import { createContext as ct, useContext as Y, useRef as Q, forwardRef as s, useCallback as W, useLayoutEffect as vt, useMemo as tt, useState as Nt, useEffect as Pt, useSyncExternalStore as Tt } from "react";
|
|
4
|
+
import { createGrytTheme as kt } from "@gryt/theme";
|
|
5
|
+
import { GRYT_HUE_KEYS as pa, GRYT_NEUTRAL_KEYS as ba, GRYT_RADIUS_KEYS as fa, GRYT_THEME_NAME_MAX as xa, alphaScale as ha, cloneGrytTheme as wa, contrast as va, createGrytTheme as Na, decodeGrytTheme as Pa, encodeGrytTheme as Ta, grytAlphaScales as ka, grytAlphaScalesLight as Ca, grytLightTokens as Sa, grytPresets as $a, grytPresetsById as Ra, grytScales as Ia, grytScalesLight as Aa, grytTheme as Da, grytThemeHues as Ma, grytThemeToOptions as Ga, grytTokens as La, hexToOklch as ja, hexToRgb as za, hueScale as Ba, hueScaleLight as Fa, isHexColor as Ea, neutralScale as Va, neutralScaleLight as _a, normalizeHexColor as Ya, normalizeThemeName as Ha, oklchToHex as Oa, rgbToHex as Xa } from "@gryt/theme";
|
|
6
|
+
import { Button as lt } from "@base-ui/react/button";
|
|
7
|
+
import { clsx as Ct } from "clsx";
|
|
8
|
+
import { twMerge as St } from "tailwind-merge";
|
|
9
|
+
import { Field as _ } from "@base-ui/react/field";
|
|
10
|
+
import { PaperPlaneTilt as $t, X as dt, Check as gt, CaretUpDown as Rt, CircleNotch as It, CaretDown as At, Minus as Dt, Plus as Mt } from "@phosphor-icons/react";
|
|
11
|
+
import { Avatar as X } from "@base-ui/react/avatar";
|
|
12
|
+
import { owlAvatarDataUri as Gt, eggAvatarDataUri as Lt } from "@gryt/owl";
|
|
13
|
+
import { avatarSeed as Ka } from "@gryt/owl";
|
|
14
|
+
import { Checkbox as et } from "@base-ui/react/checkbox";
|
|
15
|
+
import { Radio as rt } from "@base-ui/react/radio";
|
|
16
|
+
import { RadioGroup as jt } from "@base-ui/react/radio-group";
|
|
17
|
+
import { Switch as ot } from "@base-ui/react/switch";
|
|
18
18
|
import { Slider as z } from "@base-ui/react/slider";
|
|
19
19
|
import { Select as h } from "@base-ui/react/select";
|
|
20
|
-
import { Separator as
|
|
21
|
-
import { Progress as
|
|
20
|
+
import { Separator as zt } from "@base-ui/react/separator";
|
|
21
|
+
import { Progress as U } from "@base-ui/react/progress";
|
|
22
22
|
import { Dialog as C } from "@base-ui/react/dialog";
|
|
23
|
-
import { Drawer as
|
|
23
|
+
import { Drawer as N } from "@base-ui/react/drawer";
|
|
24
24
|
import { Menu as A } from "@base-ui/react/menu";
|
|
25
25
|
import { Tabs as E } from "@base-ui/react/tabs";
|
|
26
26
|
import { Accordion as F } from "@base-ui/react/accordion";
|
|
@@ -28,39 +28,39 @@ import { ContextMenu as k } from "@base-ui/react/context-menu";
|
|
|
28
28
|
import { Popover as P } from "@base-ui/react/popover";
|
|
29
29
|
import { Toast as T } from "@base-ui/react/toast";
|
|
30
30
|
import { ScrollArea as L } from "@base-ui/react/scroll-area";
|
|
31
|
-
import { Toggle as
|
|
32
|
-
import { ToggleGroup as
|
|
31
|
+
import { Toggle as Bt } from "@base-ui/react/toggle";
|
|
32
|
+
import { ToggleGroup as Ft } from "@base-ui/react/toggle-group";
|
|
33
33
|
import { Meter as B } from "@base-ui/react/meter";
|
|
34
34
|
import { AlertDialog as S } from "@base-ui/react/alert-dialog";
|
|
35
35
|
import { Autocomplete as p } from "@base-ui/react/autocomplete";
|
|
36
|
-
import { Combobox as
|
|
37
|
-
import { CheckboxGroup as
|
|
38
|
-
import { Collapsible as
|
|
39
|
-
import { Form as
|
|
40
|
-
import { Fieldset as
|
|
41
|
-
import { Menubar as
|
|
36
|
+
import { Combobox as u } from "@base-ui/react/combobox";
|
|
37
|
+
import { CheckboxGroup as Et } from "@base-ui/react/checkbox-group";
|
|
38
|
+
import { Collapsible as Z } from "@base-ui/react/collapsible";
|
|
39
|
+
import { Form as Vt } from "@base-ui/react/form";
|
|
40
|
+
import { Fieldset as ut } from "@base-ui/react/fieldset";
|
|
41
|
+
import { Menubar as _t } from "@base-ui/react/menubar";
|
|
42
42
|
import { NavigationMenu as w } from "@base-ui/react/navigation-menu";
|
|
43
43
|
import { NumberField as R } from "@base-ui/react/number-field";
|
|
44
|
-
import { OTPField as
|
|
44
|
+
import { OTPField as at } from "@base-ui/react/otp-field";
|
|
45
45
|
import { PreviewCard as M } from "@base-ui/react/preview-card";
|
|
46
46
|
import { Toolbar as G } from "@base-ui/react/toolbar";
|
|
47
|
-
const
|
|
48
|
-
function
|
|
49
|
-
return
|
|
47
|
+
const yt = ct(void 0);
|
|
48
|
+
function mt() {
|
|
49
|
+
return Y(yt);
|
|
50
50
|
}
|
|
51
|
-
function
|
|
51
|
+
function Yt(a) {
|
|
52
52
|
return Object.keys(a).some((t) => t.startsWith("--"));
|
|
53
53
|
}
|
|
54
|
-
function
|
|
54
|
+
function bo({
|
|
55
55
|
children: a,
|
|
56
56
|
className: t,
|
|
57
57
|
theme: e,
|
|
58
58
|
tooltipDelay: r = 400,
|
|
59
59
|
containOverlays: i = !1
|
|
60
60
|
}) {
|
|
61
|
-
const c =
|
|
61
|
+
const c = Q(null), l = e === void 0 ? void 0 : Yt(e) ? e : kt(e);
|
|
62
62
|
return /* @__PURE__ */ o("div", { className: t, style: l, ref: c, children: /* @__PURE__ */ o(
|
|
63
|
-
|
|
63
|
+
yt.Provider,
|
|
64
64
|
{
|
|
65
65
|
value: i ? c : void 0,
|
|
66
66
|
children: /* @__PURE__ */ o(I.Provider, { delay: r, children: a })
|
|
@@ -68,20 +68,20 @@ function po({
|
|
|
68
68
|
) });
|
|
69
69
|
}
|
|
70
70
|
function n(...a) {
|
|
71
|
-
return Ct(
|
|
71
|
+
return St(Ct(a));
|
|
72
72
|
}
|
|
73
|
-
const
|
|
73
|
+
const Ht = {
|
|
74
74
|
primary: "bg-gryt-accent text-gryt-on-accent hover:not-data-disabled:bg-gryt-accent-light data-disabled:bg-gryt-surface-raised data-disabled:text-gryt-muted",
|
|
75
75
|
secondary: "bg-gryt-secondary text-gryt-on-secondary hover:not-data-disabled:bg-gryt-secondary-light data-disabled:bg-gryt-surface-raised data-disabled:text-gryt-muted",
|
|
76
76
|
neutral: "bg-gryt-surface-raised text-gryt-text hover:not-data-disabled:bg-gryt-surface-hover data-disabled:text-gryt-muted",
|
|
77
77
|
danger: "bg-gryt-danger text-gryt-on-danger hover:not-data-disabled:bg-gryt-danger-light data-disabled:bg-gryt-surface-raised data-disabled:text-gryt-muted",
|
|
78
78
|
ghost: "bg-transparent text-gryt-muted hover:not-data-disabled:bg-white/8 hover:not-data-disabled:text-gryt-text"
|
|
79
|
-
},
|
|
79
|
+
}, Ot = {
|
|
80
80
|
xsmall: "min-h-8 px-3 text-xs",
|
|
81
81
|
small: "min-h-9 px-4 text-sm",
|
|
82
82
|
medium: "min-h-10 px-5 text-sm",
|
|
83
83
|
large: "min-h-12 px-6 text-base"
|
|
84
|
-
},
|
|
84
|
+
}, Xt = s(
|
|
85
85
|
function({
|
|
86
86
|
children: t,
|
|
87
87
|
className: e,
|
|
@@ -92,7 +92,7 @@ const _t = {
|
|
|
92
92
|
...d
|
|
93
93
|
}, m) {
|
|
94
94
|
return /* @__PURE__ */ g(
|
|
95
|
-
|
|
95
|
+
lt,
|
|
96
96
|
{
|
|
97
97
|
ref: m,
|
|
98
98
|
className: n(
|
|
@@ -121,8 +121,8 @@ const _t = {
|
|
|
121
121
|
// and an icon at full strength on a dead button is the same lie in
|
|
122
122
|
// miniature.
|
|
123
123
|
"data-disabled:cursor-not-allowed data-disabled:opacity-60",
|
|
124
|
-
|
|
125
|
-
|
|
124
|
+
Ot[i],
|
|
125
|
+
Ht[l],
|
|
126
126
|
e
|
|
127
127
|
),
|
|
128
128
|
...d,
|
|
@@ -134,13 +134,13 @@ const _t = {
|
|
|
134
134
|
}
|
|
135
135
|
);
|
|
136
136
|
}
|
|
137
|
-
),
|
|
137
|
+
), f = "focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-gryt-accent-light", Ut = "has-[:focus-visible]:outline-2 has-[:focus-visible]:outline-offset-2 has-[:focus-visible]:outline-gryt-accent-light", pt = [
|
|
138
138
|
"w-full rounded-(--gryt-radius-xl) border bg-gryt-surface-raised",
|
|
139
139
|
"text-gryt-text outline-none placeholder:text-gryt-muted",
|
|
140
140
|
"transition-colors duration-150 motion-reduce:transition-none",
|
|
141
141
|
"hover:border-gryt-accent-light focus:border-gryt-accent",
|
|
142
142
|
"disabled:cursor-not-allowed disabled:opacity-60"
|
|
143
|
-
].join(" "),
|
|
143
|
+
].join(" "), bt = {
|
|
144
144
|
small: "min-h-9 px-3 py-1.5 text-sm",
|
|
145
145
|
medium: "min-h-11 px-4 py-2.5 text-sm"
|
|
146
146
|
}, D = "rounded-(--gryt-radius-xl) border border-gryt-border bg-gryt-surface text-gryt-text", $ = [
|
|
@@ -150,49 +150,49 @@ const _t = {
|
|
|
150
150
|
"transition-[opacity,scale,translate] duration-(--gryt-dur-spring) ease-spring motion-reduce:transition-none",
|
|
151
151
|
"data-starting-style:scale-[0.98] data-starting-style:opacity-0",
|
|
152
152
|
"data-ending-style:scale-[0.98] data-ending-style:opacity-0"
|
|
153
|
-
].join(" "), j = "cursor-pointer data-disabled:cursor-not-allowed data-disabled:opacity-50",
|
|
153
|
+
].join(" "), j = "cursor-pointer data-disabled:cursor-not-allowed data-disabled:opacity-50", Kt = {
|
|
154
154
|
primary: "data-checked:bg-gryt-accent data-checked:text-gryt-on-accent",
|
|
155
155
|
secondary: "data-checked:bg-gryt-secondary data-checked:text-gryt-on-secondary",
|
|
156
156
|
neutral: "data-checked:bg-gryt-surface-hover data-checked:text-gryt-text",
|
|
157
157
|
danger: "data-checked:bg-gryt-danger data-checked:text-gryt-on-danger",
|
|
158
158
|
success: "data-checked:bg-gryt-success data-checked:text-gryt-on-accent",
|
|
159
159
|
warning: "data-checked:bg-gryt-warning data-checked:text-gryt-on-accent"
|
|
160
|
-
},
|
|
160
|
+
}, ft = {
|
|
161
161
|
primary: "bg-gryt-accent",
|
|
162
162
|
secondary: "bg-gryt-secondary",
|
|
163
163
|
neutral: "bg-gryt-surface-hover",
|
|
164
164
|
danger: "bg-gryt-danger",
|
|
165
165
|
success: "bg-gryt-success",
|
|
166
166
|
warning: "bg-gryt-warning"
|
|
167
|
-
},
|
|
167
|
+
}, Wt = {
|
|
168
168
|
primary: "data-checked:border-gryt-accent",
|
|
169
169
|
secondary: "data-checked:border-gryt-secondary",
|
|
170
170
|
neutral: "data-checked:border-gryt-muted",
|
|
171
171
|
danger: "data-checked:border-gryt-danger",
|
|
172
172
|
success: "data-checked:border-gryt-success",
|
|
173
173
|
warning: "data-checked:border-gryt-warning"
|
|
174
|
-
},
|
|
174
|
+
}, Qt = {
|
|
175
175
|
primary: "data-checked:bg-gryt-accent",
|
|
176
176
|
secondary: "data-checked:bg-gryt-secondary",
|
|
177
177
|
neutral: "data-checked:bg-gryt-surface-hover",
|
|
178
178
|
danger: "data-checked:bg-gryt-danger",
|
|
179
179
|
success: "data-checked:bg-gryt-success",
|
|
180
180
|
warning: "data-checked:bg-gryt-warning"
|
|
181
|
-
},
|
|
181
|
+
}, Zt = {
|
|
182
182
|
primary: "text-gryt-accent-11 hover:not-data-disabled:bg-gryt-accent-3",
|
|
183
183
|
secondary: "text-gryt-secondary-11 hover:not-data-disabled:bg-gryt-secondary-3",
|
|
184
184
|
neutral: "text-gryt-muted hover:not-data-disabled:bg-white/8 hover:not-data-disabled:text-gryt-text",
|
|
185
185
|
danger: "text-gryt-danger-11 hover:not-data-disabled:bg-gryt-danger-3",
|
|
186
186
|
ghost: "text-gryt-muted hover:not-data-disabled:bg-white/8 hover:not-data-disabled:text-gryt-text"
|
|
187
|
-
},
|
|
187
|
+
}, Jt = {
|
|
188
188
|
xsmall: "h-8 w-8",
|
|
189
189
|
small: "h-9 w-9",
|
|
190
190
|
medium: "h-10 w-10",
|
|
191
191
|
large: "h-12 w-12"
|
|
192
|
-
},
|
|
192
|
+
}, fo = s(
|
|
193
193
|
function({ className: t, size: e = "medium", tone: r = "neutral", ...i }, c) {
|
|
194
194
|
return /* @__PURE__ */ o(
|
|
195
|
-
|
|
195
|
+
lt,
|
|
196
196
|
{
|
|
197
197
|
ref: c,
|
|
198
198
|
className: n(
|
|
@@ -209,17 +209,17 @@ const _t = {
|
|
|
209
209
|
// that is what it is; Base UI puts it there, nothing to pass.
|
|
210
210
|
"motion-safe:not-[[aria-haspopup]]:hover:not-data-disabled:scale-[1.06]",
|
|
211
211
|
"motion-safe:not-[[aria-haspopup]]:active:not-data-disabled:scale-[0.94]",
|
|
212
|
-
|
|
212
|
+
f,
|
|
213
213
|
j,
|
|
214
|
-
|
|
215
|
-
|
|
214
|
+
Jt[e],
|
|
215
|
+
Zt[r],
|
|
216
216
|
t
|
|
217
217
|
),
|
|
218
218
|
...i
|
|
219
219
|
}
|
|
220
220
|
);
|
|
221
221
|
}
|
|
222
|
-
),
|
|
222
|
+
), xo = s(
|
|
223
223
|
function({ className: t, elevated: e = !1, ...r }, i) {
|
|
224
224
|
return /* @__PURE__ */ o(
|
|
225
225
|
"div",
|
|
@@ -234,7 +234,7 @@ const _t = {
|
|
|
234
234
|
}
|
|
235
235
|
);
|
|
236
236
|
}
|
|
237
|
-
),
|
|
237
|
+
), ho = s(
|
|
238
238
|
function({ children: t, className: e, from: r = "assistant", ...i }, c) {
|
|
239
239
|
return /* @__PURE__ */ o(
|
|
240
240
|
"div",
|
|
@@ -252,7 +252,7 @@ const _t = {
|
|
|
252
252
|
}
|
|
253
253
|
);
|
|
254
254
|
}
|
|
255
|
-
),
|
|
255
|
+
), wo = s(
|
|
256
256
|
function({
|
|
257
257
|
className: t,
|
|
258
258
|
error: e = !1,
|
|
@@ -262,36 +262,36 @@ const _t = {
|
|
|
262
262
|
minRows: l = 3,
|
|
263
263
|
multiline: d = !1,
|
|
264
264
|
size: m = "medium",
|
|
265
|
-
...
|
|
266
|
-
},
|
|
267
|
-
const
|
|
268
|
-
|
|
265
|
+
...x
|
|
266
|
+
}, y) {
|
|
267
|
+
const v = /* @__PURE__ */ o(
|
|
268
|
+
_.Control,
|
|
269
269
|
{
|
|
270
|
-
ref:
|
|
270
|
+
ref: y,
|
|
271
271
|
render: d ? /* @__PURE__ */ o("textarea", { rows: l }) : void 0,
|
|
272
272
|
className: n(
|
|
273
273
|
"gryt-text-field-control",
|
|
274
|
-
|
|
274
|
+
pt,
|
|
275
275
|
d && "resize-y leading-6",
|
|
276
276
|
e ? "border-gryt-danger" : "border-gryt-border",
|
|
277
|
-
|
|
277
|
+
bt[m],
|
|
278
278
|
t
|
|
279
279
|
),
|
|
280
|
-
...
|
|
280
|
+
...x
|
|
281
281
|
}
|
|
282
282
|
);
|
|
283
283
|
return /* @__PURE__ */ g(
|
|
284
|
-
|
|
284
|
+
_.Root,
|
|
285
285
|
{
|
|
286
286
|
className: n(
|
|
287
287
|
"gryt-text-field flex w-full flex-col gap-1.5",
|
|
288
288
|
r
|
|
289
289
|
),
|
|
290
290
|
children: [
|
|
291
|
-
c ? /* @__PURE__ */ o(
|
|
292
|
-
|
|
291
|
+
c ? /* @__PURE__ */ o(_.Label, { className: "text-xs font-medium text-gryt-muted", children: c }) : null,
|
|
292
|
+
v,
|
|
293
293
|
i ? /* @__PURE__ */ o(
|
|
294
|
-
|
|
294
|
+
_.Description,
|
|
295
295
|
{
|
|
296
296
|
className: n(
|
|
297
297
|
"text-xs",
|
|
@@ -304,7 +304,7 @@ const _t = {
|
|
|
304
304
|
}
|
|
305
305
|
);
|
|
306
306
|
}
|
|
307
|
-
),
|
|
307
|
+
), vo = s(
|
|
308
308
|
function({
|
|
309
309
|
className: t,
|
|
310
310
|
disabled: e = !1,
|
|
@@ -314,86 +314,106 @@ const _t = {
|
|
|
314
314
|
placeholder: l = "Message Gryt",
|
|
315
315
|
submitLabel: d = "Send",
|
|
316
316
|
...m
|
|
317
|
-
},
|
|
318
|
-
const
|
|
319
|
-
const
|
|
320
|
-
if (!
|
|
317
|
+
}, x) {
|
|
318
|
+
const y = Q(null), v = W(() => {
|
|
319
|
+
const b = y.current;
|
|
320
|
+
if (!b)
|
|
321
321
|
return;
|
|
322
|
-
const
|
|
323
|
-
|
|
324
|
-
Math.max(
|
|
322
|
+
const O = window.getComputedStyle(b), J = parseFloat(O.lineHeight) || 24, q = parseFloat(O.paddingTop) + parseFloat(O.paddingBottom);
|
|
323
|
+
b.style.height = "auto", b.style.height = `${Math.min(
|
|
324
|
+
Math.max(b.scrollHeight, J * i + q),
|
|
325
325
|
J * r + q
|
|
326
326
|
)}px`;
|
|
327
327
|
}, [r, i]);
|
|
328
|
-
|
|
329
|
-
function
|
|
328
|
+
vt(v, [v, m.value]);
|
|
329
|
+
function V(b) {
|
|
330
330
|
if (!c) {
|
|
331
|
-
|
|
331
|
+
b.preventDefault();
|
|
332
332
|
return;
|
|
333
333
|
}
|
|
334
|
-
c(
|
|
334
|
+
c(b);
|
|
335
335
|
}
|
|
336
|
-
return /* @__PURE__ */ g("form", { className: n("gryt-composer", t), onSubmit:
|
|
336
|
+
return /* @__PURE__ */ g("form", { className: n("gryt-composer", t), onSubmit: V, children: [
|
|
337
337
|
/* @__PURE__ */ o(
|
|
338
338
|
"textarea",
|
|
339
339
|
{
|
|
340
|
-
ref: (
|
|
341
|
-
|
|
340
|
+
ref: (b) => {
|
|
341
|
+
y.current = b, typeof x == "function" ? x(b) : x && (x.current = b);
|
|
342
342
|
},
|
|
343
343
|
rows: i,
|
|
344
344
|
disabled: e,
|
|
345
345
|
placeholder: l,
|
|
346
|
-
onInput:
|
|
346
|
+
onInput: v,
|
|
347
347
|
className: "gryt-composer-textarea disabled:cursor-not-allowed disabled:opacity-60",
|
|
348
348
|
...m
|
|
349
349
|
}
|
|
350
350
|
),
|
|
351
351
|
/* @__PURE__ */ o(
|
|
352
|
-
|
|
352
|
+
Xt,
|
|
353
353
|
{
|
|
354
354
|
type: "submit",
|
|
355
355
|
disabled: e,
|
|
356
356
|
size: "small",
|
|
357
|
-
endIcon: /* @__PURE__ */ o(
|
|
357
|
+
endIcon: /* @__PURE__ */ o($t, { size: 14, weight: "fill" }),
|
|
358
358
|
children: d
|
|
359
359
|
}
|
|
360
360
|
)
|
|
361
361
|
] });
|
|
362
362
|
}
|
|
363
|
-
),
|
|
363
|
+
), qt = {
|
|
364
364
|
small: "h-8 w-8 text-xs",
|
|
365
365
|
medium: "h-10 w-10 text-sm",
|
|
366
366
|
large: "h-12 w-12 text-base"
|
|
367
|
-
},
|
|
368
|
-
|
|
369
|
-
|
|
367
|
+
}, nt = 256, te = s(function({
|
|
368
|
+
alt: t,
|
|
369
|
+
children: e,
|
|
370
|
+
className: r,
|
|
371
|
+
fallback: i,
|
|
372
|
+
seed: c,
|
|
373
|
+
eggSeed: l,
|
|
374
|
+
size: d = "medium",
|
|
375
|
+
src: m,
|
|
376
|
+
...x
|
|
377
|
+
}, y) {
|
|
378
|
+
const v = tt(
|
|
379
|
+
() => c ? Gt(c, { size: nt }) : void 0,
|
|
370
380
|
[c]
|
|
371
|
-
)
|
|
381
|
+
), V = tt(
|
|
382
|
+
() => l ? Lt(l, { size: nt }) : void 0,
|
|
383
|
+
[l]
|
|
384
|
+
), b = v ?? V;
|
|
372
385
|
return /* @__PURE__ */ g(
|
|
373
|
-
|
|
386
|
+
X.Root,
|
|
374
387
|
{
|
|
375
|
-
ref:
|
|
388
|
+
ref: y,
|
|
376
389
|
className: n(
|
|
377
390
|
"gryt-avatar inline-flex shrink-0 items-center justify-center overflow-hidden align-middle select-none",
|
|
378
391
|
"rounded-(--gryt-radius-full) bg-gryt-surface-raised font-medium text-gryt-text ring-1 ring-gryt-border",
|
|
379
|
-
|
|
392
|
+
qt[d],
|
|
380
393
|
r
|
|
381
394
|
),
|
|
382
|
-
...
|
|
395
|
+
...x,
|
|
383
396
|
children: [
|
|
384
|
-
|
|
385
|
-
|
|
397
|
+
m ? /* @__PURE__ */ o(
|
|
398
|
+
X.Image,
|
|
386
399
|
{
|
|
387
|
-
src:
|
|
400
|
+
src: m,
|
|
388
401
|
alt: t,
|
|
389
402
|
className: "h-full w-full object-cover"
|
|
390
403
|
}
|
|
391
404
|
) : null,
|
|
392
|
-
/* @__PURE__ */ o(
|
|
405
|
+
/* @__PURE__ */ o(X.Fallback, { className: "flex h-full w-full items-center justify-center", children: b ? /* @__PURE__ */ o(
|
|
406
|
+
"img",
|
|
407
|
+
{
|
|
408
|
+
src: b,
|
|
409
|
+
alt: t,
|
|
410
|
+
className: "h-full w-full object-cover"
|
|
411
|
+
}
|
|
412
|
+
) : i ?? e })
|
|
393
413
|
]
|
|
394
414
|
}
|
|
395
415
|
);
|
|
396
|
-
}),
|
|
416
|
+
}), No = s(function({ active: t = !1, avatar: e, className: r, subtitle: i, title: c, ...l }, d) {
|
|
397
417
|
return /* @__PURE__ */ g(
|
|
398
418
|
"button",
|
|
399
419
|
{
|
|
@@ -407,7 +427,7 @@ const _t = {
|
|
|
407
427
|
...l,
|
|
408
428
|
children: [
|
|
409
429
|
e ?? /* @__PURE__ */ o(
|
|
410
|
-
|
|
430
|
+
te,
|
|
411
431
|
{
|
|
412
432
|
size: "small",
|
|
413
433
|
className: n(
|
|
@@ -432,8 +452,8 @@ const _t = {
|
|
|
432
452
|
]
|
|
433
453
|
}
|
|
434
454
|
);
|
|
435
|
-
}),
|
|
436
|
-
const m = typeof t == "number" ? t : null,
|
|
455
|
+
}), Po = s(function({ badgeContent: t, children: e, className: r, max: i = 99, showZero: c = !1, ...l }, d) {
|
|
456
|
+
const m = typeof t == "number" ? t : null, x = m !== null && m === 0 && !c, y = m !== null && m > i ? `${i}+` : t;
|
|
437
457
|
return /* @__PURE__ */ g(
|
|
438
458
|
"span",
|
|
439
459
|
{
|
|
@@ -442,7 +462,7 @@ const _t = {
|
|
|
442
462
|
...l,
|
|
443
463
|
children: [
|
|
444
464
|
e,
|
|
445
|
-
t !== void 0 && !
|
|
465
|
+
t !== void 0 && !x ? /* @__PURE__ */ o(
|
|
446
466
|
"span",
|
|
447
467
|
{
|
|
448
468
|
className: n(
|
|
@@ -451,27 +471,27 @@ const _t = {
|
|
|
451
471
|
"bg-gryt-accent text-[0.65rem] leading-none font-semibold text-gryt-on-accent",
|
|
452
472
|
"ring-2 ring-gryt-bg"
|
|
453
473
|
),
|
|
454
|
-
children:
|
|
474
|
+
children: y
|
|
455
475
|
}
|
|
456
476
|
) : null
|
|
457
477
|
]
|
|
458
478
|
}
|
|
459
479
|
);
|
|
460
|
-
}),
|
|
480
|
+
}), ee = {
|
|
461
481
|
neutral: "border-gryt-border bg-gryt-surface-raised text-gryt-text",
|
|
462
482
|
primary: "border-gryt-accent-6 bg-gryt-accent-3 text-gryt-accent-11",
|
|
463
483
|
secondary: "border-gryt-secondary-6 bg-gryt-secondary-3 text-gryt-secondary-11",
|
|
464
484
|
success: "border-gryt-success-6 bg-gryt-success-3 text-gryt-success-11",
|
|
465
485
|
warning: "border-gryt-warning-6 bg-gryt-warning-3 text-gryt-warning-11",
|
|
466
486
|
danger: "border-gryt-danger-6 bg-gryt-danger-3 text-gryt-danger-11"
|
|
467
|
-
},
|
|
487
|
+
}, To = s(function({ children: t, className: e, icon: r, label: i, onDelete: c, tone: l = "neutral", ...d }, m) {
|
|
468
488
|
return /* @__PURE__ */ g(
|
|
469
489
|
"span",
|
|
470
490
|
{
|
|
471
491
|
ref: m,
|
|
472
492
|
className: n(
|
|
473
493
|
"gryt-chip inline-flex items-center gap-1.5 rounded-(--gryt-radius-full) border px-3 py-1 text-xs font-medium",
|
|
474
|
-
|
|
494
|
+
ee[l],
|
|
475
495
|
e
|
|
476
496
|
),
|
|
477
497
|
...d,
|
|
@@ -487,18 +507,18 @@ const _t = {
|
|
|
487
507
|
className: n(
|
|
488
508
|
"-mr-1 inline-flex h-4 w-4 cursor-pointer items-center justify-center rounded-(--gryt-radius-full)",
|
|
489
509
|
"opacity-70 transition-opacity hover:opacity-100",
|
|
490
|
-
|
|
510
|
+
f
|
|
491
511
|
),
|
|
492
|
-
children: /* @__PURE__ */ o(
|
|
512
|
+
children: /* @__PURE__ */ o(dt, { size: 10, weight: "bold", "aria-hidden": "true" })
|
|
493
513
|
}
|
|
494
514
|
) : null
|
|
495
515
|
]
|
|
496
516
|
}
|
|
497
517
|
);
|
|
498
|
-
}),
|
|
518
|
+
}), ko = s(
|
|
499
519
|
function({ className: t, tone: e = "primary", ...r }, i) {
|
|
500
520
|
return /* @__PURE__ */ o(
|
|
501
|
-
|
|
521
|
+
et.Root,
|
|
502
522
|
{
|
|
503
523
|
ref: i,
|
|
504
524
|
className: n(
|
|
@@ -511,15 +531,15 @@ const _t = {
|
|
|
511
531
|
"hover:not-data-disabled:border-gryt-accent-light",
|
|
512
532
|
"motion-safe:hover:not-data-disabled:scale-[1.08]",
|
|
513
533
|
"motion-safe:active:not-data-disabled:scale-[0.92]",
|
|
514
|
-
|
|
534
|
+
f,
|
|
515
535
|
j,
|
|
516
536
|
// Unchecked stays a neutral outline; the tone only paints once checked.
|
|
517
|
-
|
|
537
|
+
Kt[e],
|
|
518
538
|
t
|
|
519
539
|
),
|
|
520
540
|
...r,
|
|
521
541
|
children: /* @__PURE__ */ o(
|
|
522
|
-
|
|
542
|
+
et.Indicator,
|
|
523
543
|
{
|
|
524
544
|
keepMounted: !0,
|
|
525
545
|
className: n(
|
|
@@ -532,15 +552,15 @@ const _t = {
|
|
|
532
552
|
"data-unchecked:scale-0 data-unchecked:opacity-0",
|
|
533
553
|
"motion-reduce:transition-none"
|
|
534
554
|
),
|
|
535
|
-
children: /* @__PURE__ */ o(
|
|
555
|
+
children: /* @__PURE__ */ o(gt, { size: 12, weight: "bold" })
|
|
536
556
|
}
|
|
537
557
|
)
|
|
538
558
|
}
|
|
539
559
|
);
|
|
540
560
|
}
|
|
541
|
-
),
|
|
561
|
+
), Co = s(function({ className: t, tone: e = "primary", ...r }, i) {
|
|
542
562
|
return /* @__PURE__ */ o(
|
|
543
|
-
|
|
563
|
+
rt.Root,
|
|
544
564
|
{
|
|
545
565
|
ref: i,
|
|
546
566
|
className: n(
|
|
@@ -550,15 +570,15 @@ const _t = {
|
|
|
550
570
|
"hover:not-data-disabled:border-gryt-accent-light",
|
|
551
571
|
"motion-safe:hover:not-data-disabled:scale-[1.08]",
|
|
552
572
|
"motion-safe:active:not-data-disabled:scale-[0.92]",
|
|
553
|
-
|
|
573
|
+
f,
|
|
554
574
|
j,
|
|
555
575
|
// Border takes the tone when selected; the dot inside carries the fill.
|
|
556
|
-
|
|
576
|
+
Wt[e],
|
|
557
577
|
t
|
|
558
578
|
),
|
|
559
579
|
...r,
|
|
560
580
|
children: /* @__PURE__ */ o(
|
|
561
|
-
|
|
581
|
+
rt.Indicator,
|
|
562
582
|
{
|
|
563
583
|
keepMounted: !0,
|
|
564
584
|
className: n(
|
|
@@ -567,16 +587,16 @@ const _t = {
|
|
|
567
587
|
// From 0, for the same reason as the Checkbox tick — see the note there.
|
|
568
588
|
"data-unchecked:scale-0 data-unchecked:opacity-0",
|
|
569
589
|
"motion-reduce:transition-none",
|
|
570
|
-
|
|
590
|
+
ft[e]
|
|
571
591
|
)
|
|
572
592
|
}
|
|
573
593
|
)
|
|
574
594
|
}
|
|
575
595
|
);
|
|
576
|
-
}),
|
|
596
|
+
}), So = s(
|
|
577
597
|
function({ className: t, ...e }, r) {
|
|
578
598
|
return /* @__PURE__ */ o(
|
|
579
|
-
|
|
599
|
+
jt,
|
|
580
600
|
{
|
|
581
601
|
ref: r,
|
|
582
602
|
className: n("gryt-radio-group flex flex-col gap-2", t),
|
|
@@ -584,10 +604,10 @@ const _t = {
|
|
|
584
604
|
}
|
|
585
605
|
);
|
|
586
606
|
}
|
|
587
|
-
),
|
|
607
|
+
), $o = s(
|
|
588
608
|
function({ className: t, tone: e = "primary", ...r }, i) {
|
|
589
609
|
return /* @__PURE__ */ o(
|
|
590
|
-
|
|
610
|
+
ot.Root,
|
|
591
611
|
{
|
|
592
612
|
ref: i,
|
|
593
613
|
className: n(
|
|
@@ -598,14 +618,14 @@ const _t = {
|
|
|
598
618
|
"hover:not-data-disabled:border-gryt-accent-light",
|
|
599
619
|
"motion-safe:hover:not-data-disabled:scale-[1.05]",
|
|
600
620
|
"motion-safe:active:not-data-disabled:scale-[0.95]",
|
|
601
|
-
|
|
621
|
+
f,
|
|
602
622
|
j,
|
|
603
|
-
|
|
623
|
+
Qt[e],
|
|
604
624
|
t
|
|
605
625
|
),
|
|
606
626
|
...r,
|
|
607
627
|
children: /* @__PURE__ */ o(
|
|
608
|
-
|
|
628
|
+
ot.Thumb,
|
|
609
629
|
{
|
|
610
630
|
className: n(
|
|
611
631
|
"h-4.5 w-4.5 rounded-(--gryt-radius-full) bg-gryt-text",
|
|
@@ -617,34 +637,34 @@ const _t = {
|
|
|
617
637
|
}
|
|
618
638
|
);
|
|
619
639
|
}
|
|
620
|
-
),
|
|
621
|
-
function
|
|
640
|
+
), it = 3;
|
|
641
|
+
function Ro({
|
|
622
642
|
className: a,
|
|
623
643
|
tone: t = "primary",
|
|
624
644
|
"aria-label": e,
|
|
625
645
|
...r
|
|
626
646
|
}) {
|
|
627
|
-
const [i, c] =
|
|
628
|
-
|
|
647
|
+
const [i, c] = Nt(!1), l = Q(null);
|
|
648
|
+
Pt(() => {
|
|
629
649
|
if (!i && l.current === null)
|
|
630
650
|
return;
|
|
631
|
-
const
|
|
651
|
+
const y = () => {
|
|
632
652
|
l.current = null, c(!1);
|
|
633
653
|
};
|
|
634
|
-
return window.addEventListener("pointerup",
|
|
635
|
-
window.removeEventListener("pointerup",
|
|
654
|
+
return window.addEventListener("pointerup", y), window.addEventListener("pointercancel", y), () => {
|
|
655
|
+
window.removeEventListener("pointerup", y), window.removeEventListener("pointercancel", y);
|
|
636
656
|
};
|
|
637
657
|
}, [i]);
|
|
638
|
-
function d(
|
|
639
|
-
l.current = { x:
|
|
658
|
+
function d(y) {
|
|
659
|
+
l.current = { x: y.clientX, y: y.clientY };
|
|
640
660
|
}
|
|
641
|
-
function m(
|
|
642
|
-
const
|
|
643
|
-
if (
|
|
661
|
+
function m(y) {
|
|
662
|
+
const v = l.current;
|
|
663
|
+
if (v === null || i)
|
|
644
664
|
return;
|
|
645
|
-
(Math.abs(
|
|
665
|
+
(Math.abs(y.clientX - v.x) > it || Math.abs(y.clientY - v.y) > it) && c(!0);
|
|
646
666
|
}
|
|
647
|
-
const
|
|
667
|
+
const x = i ? "transition-none" : "duration-(--gryt-dur-spring) ease-spring-tight motion-reduce:transition-none";
|
|
648
668
|
return /* @__PURE__ */ o(z.Root, { className: n("gryt-slider w-full", a), ...r, children: /* @__PURE__ */ o(
|
|
649
669
|
z.Control,
|
|
650
670
|
{
|
|
@@ -658,8 +678,8 @@ function $o({
|
|
|
658
678
|
className: n(
|
|
659
679
|
"h-full rounded-(--gryt-radius-full) select-none",
|
|
660
680
|
"transition-[width]",
|
|
661
|
-
|
|
662
|
-
|
|
681
|
+
x,
|
|
682
|
+
ft[t]
|
|
663
683
|
)
|
|
664
684
|
}
|
|
665
685
|
),
|
|
@@ -670,12 +690,12 @@ function $o({
|
|
|
670
690
|
className: n(
|
|
671
691
|
"group h-4 w-4 rounded-(--gryt-radius-full) select-none",
|
|
672
692
|
"transition-[inset-inline-start]",
|
|
673
|
-
|
|
693
|
+
x,
|
|
674
694
|
// The ring goes on the thumb but the focus lands on the visually
|
|
675
695
|
// hidden input inside it, so this has to match a descendant.
|
|
676
696
|
// Without it the slider is the one control here you cannot see
|
|
677
697
|
// yourself tab to.
|
|
678
|
-
|
|
698
|
+
Ut
|
|
679
699
|
),
|
|
680
700
|
children: /* @__PURE__ */ o(
|
|
681
701
|
"span",
|
|
@@ -694,11 +714,11 @@ function $o({
|
|
|
694
714
|
}
|
|
695
715
|
) });
|
|
696
716
|
}
|
|
697
|
-
const
|
|
717
|
+
const re = {
|
|
698
718
|
small: "min-h-9 px-3 text-sm",
|
|
699
719
|
medium: "min-h-11 px-4 text-sm"
|
|
700
720
|
};
|
|
701
|
-
function
|
|
721
|
+
function Io({
|
|
702
722
|
className: a,
|
|
703
723
|
label: t,
|
|
704
724
|
options: e = [],
|
|
@@ -706,7 +726,7 @@ function Ro({
|
|
|
706
726
|
size: i = "medium",
|
|
707
727
|
...c
|
|
708
728
|
}) {
|
|
709
|
-
const l =
|
|
729
|
+
const l = mt();
|
|
710
730
|
return /* @__PURE__ */ g(h.Root, { items: e, ...c, children: [
|
|
711
731
|
/* @__PURE__ */ g("div", { className: n("gryt-select flex w-full flex-col gap-1.5", a), children: [
|
|
712
732
|
t ? /* @__PURE__ */ o(h.Label, { className: "text-xs font-medium text-gryt-muted", children: t }) : null,
|
|
@@ -719,12 +739,12 @@ function Ro({
|
|
|
719
739
|
"text-gryt-text select-none",
|
|
720
740
|
"transition-colors duration-150 hover:border-gryt-accent-light",
|
|
721
741
|
"data-disabled:cursor-not-allowed data-disabled:opacity-60",
|
|
722
|
-
|
|
723
|
-
|
|
742
|
+
f,
|
|
743
|
+
re[i]
|
|
724
744
|
),
|
|
725
745
|
children: [
|
|
726
746
|
/* @__PURE__ */ o(h.Value, { placeholder: r }),
|
|
727
|
-
/* @__PURE__ */ o(h.Icon, { className: "shrink-0 text-gryt-muted", children: /* @__PURE__ */ o(
|
|
747
|
+
/* @__PURE__ */ o(h.Icon, { className: "shrink-0 text-gryt-muted", children: /* @__PURE__ */ o(Rt, { size: 16 }) })
|
|
728
748
|
]
|
|
729
749
|
}
|
|
730
750
|
)
|
|
@@ -751,7 +771,7 @@ function Ro({
|
|
|
751
771
|
),
|
|
752
772
|
children: [
|
|
753
773
|
/* @__PURE__ */ o(h.ItemText, { children: d.label }),
|
|
754
|
-
/* @__PURE__ */ o(h.ItemIndicator, { className: "text-gryt-accent-11", children: /* @__PURE__ */ o(
|
|
774
|
+
/* @__PURE__ */ o(h.ItemIndicator, { className: "text-gryt-accent-11", children: /* @__PURE__ */ o(gt, { size: 14, weight: "bold" }) })
|
|
755
775
|
]
|
|
756
776
|
},
|
|
757
777
|
String(d.value)
|
|
@@ -762,14 +782,14 @@ function Ro({
|
|
|
762
782
|
) })
|
|
763
783
|
] });
|
|
764
784
|
}
|
|
765
|
-
function
|
|
785
|
+
function Ao({
|
|
766
786
|
children: a,
|
|
767
787
|
className: t,
|
|
768
788
|
side: e = "top",
|
|
769
789
|
sideOffset: r = 8,
|
|
770
790
|
title: i
|
|
771
791
|
}) {
|
|
772
|
-
const c =
|
|
792
|
+
const c = mt();
|
|
773
793
|
return /* @__PURE__ */ g(I.Root, { children: [
|
|
774
794
|
/* @__PURE__ */ o(I.Trigger, { render: a }),
|
|
775
795
|
/* @__PURE__ */ o(I.Portal, { container: c, children: /* @__PURE__ */ o(
|
|
@@ -794,10 +814,10 @@ function Io({
|
|
|
794
814
|
) })
|
|
795
815
|
] });
|
|
796
816
|
}
|
|
797
|
-
const
|
|
817
|
+
const Do = I.Provider, Mo = s(
|
|
798
818
|
function({ className: t, orientation: e = "horizontal", ...r }, i) {
|
|
799
819
|
return /* @__PURE__ */ o(
|
|
800
|
-
|
|
820
|
+
zt,
|
|
801
821
|
{
|
|
802
822
|
ref: i,
|
|
803
823
|
orientation: e,
|
|
@@ -810,7 +830,7 @@ const Ao = I.Provider, Do = s(
|
|
|
810
830
|
}
|
|
811
831
|
);
|
|
812
832
|
}
|
|
813
|
-
),
|
|
833
|
+
), Go = s(function({ className: t, ...e }, r) {
|
|
814
834
|
return /* @__PURE__ */ o(
|
|
815
835
|
"div",
|
|
816
836
|
{
|
|
@@ -823,7 +843,7 @@ const Ao = I.Provider, Do = s(
|
|
|
823
843
|
}
|
|
824
844
|
);
|
|
825
845
|
});
|
|
826
|
-
function
|
|
846
|
+
function Lo({
|
|
827
847
|
children: a,
|
|
828
848
|
className: t,
|
|
829
849
|
subheader: e,
|
|
@@ -843,7 +863,7 @@ function Go({
|
|
|
843
863
|
}
|
|
844
864
|
);
|
|
845
865
|
}
|
|
846
|
-
function
|
|
866
|
+
function jo({
|
|
847
867
|
className: a,
|
|
848
868
|
...t
|
|
849
869
|
}) {
|
|
@@ -858,7 +878,7 @@ function Lo({
|
|
|
858
878
|
}
|
|
859
879
|
);
|
|
860
880
|
}
|
|
861
|
-
function
|
|
881
|
+
function zo({
|
|
862
882
|
className: a,
|
|
863
883
|
...t
|
|
864
884
|
}) {
|
|
@@ -873,12 +893,12 @@ function jo({
|
|
|
873
893
|
}
|
|
874
894
|
);
|
|
875
895
|
}
|
|
876
|
-
const
|
|
896
|
+
const oe = {
|
|
877
897
|
info: "border-gryt-secondary-6 bg-gryt-secondary-3 text-gryt-secondary-11",
|
|
878
898
|
success: "border-gryt-success-6 bg-gryt-success-3 text-gryt-success-11",
|
|
879
899
|
warning: "border-gryt-warning-6 bg-gryt-warning-3 text-gryt-warning-11",
|
|
880
900
|
error: "border-gryt-danger-6 bg-gryt-danger-3 text-gryt-danger-11"
|
|
881
|
-
},
|
|
901
|
+
}, Bo = s(function({ className: t, severity: e = "info", ...r }, i) {
|
|
882
902
|
return /* @__PURE__ */ o(
|
|
883
903
|
"div",
|
|
884
904
|
{
|
|
@@ -886,22 +906,22 @@ const re = {
|
|
|
886
906
|
role: "alert",
|
|
887
907
|
className: n(
|
|
888
908
|
"gryt-alert rounded-(--gryt-radius-lg) border px-4 py-3 text-sm",
|
|
889
|
-
|
|
909
|
+
oe[e],
|
|
890
910
|
t
|
|
891
911
|
),
|
|
892
912
|
...r
|
|
893
913
|
}
|
|
894
914
|
);
|
|
895
915
|
});
|
|
896
|
-
function
|
|
916
|
+
function Fo({ className: a, value: t = null, ...e }) {
|
|
897
917
|
return /* @__PURE__ */ o(
|
|
898
|
-
|
|
918
|
+
U.Root,
|
|
899
919
|
{
|
|
900
920
|
value: t,
|
|
901
921
|
className: n("gryt-progress w-full", a),
|
|
902
922
|
...e,
|
|
903
|
-
children: /* @__PURE__ */ o(
|
|
904
|
-
|
|
923
|
+
children: /* @__PURE__ */ o(U.Track, { className: "h-1.5 w-full overflow-hidden rounded-(--gryt-radius-full) bg-gryt-surface-raised", children: /* @__PURE__ */ o(
|
|
924
|
+
U.Indicator,
|
|
905
925
|
{
|
|
906
926
|
className: n(
|
|
907
927
|
"h-full rounded-(--gryt-radius-full) bg-gryt-accent",
|
|
@@ -918,13 +938,13 @@ function Bo({ className: a, value: t = null, ...e }) {
|
|
|
918
938
|
}
|
|
919
939
|
);
|
|
920
940
|
}
|
|
921
|
-
function
|
|
941
|
+
function Eo({
|
|
922
942
|
className: a,
|
|
923
943
|
size: t = 24,
|
|
924
944
|
"aria-label": e = "Loading"
|
|
925
945
|
}) {
|
|
926
946
|
return /* @__PURE__ */ o(
|
|
927
|
-
|
|
947
|
+
It,
|
|
928
948
|
{
|
|
929
949
|
role: "status",
|
|
930
950
|
"aria-label": e,
|
|
@@ -937,13 +957,13 @@ function Fo({
|
|
|
937
957
|
}
|
|
938
958
|
);
|
|
939
959
|
}
|
|
940
|
-
const
|
|
960
|
+
const ae = {
|
|
941
961
|
text: "h-4 rounded-(--gryt-radius-sm)",
|
|
942
962
|
rounded: "rounded-(--gryt-radius-lg)",
|
|
943
963
|
circular: "rounded-(--gryt-radius-full)",
|
|
944
964
|
rectangular: "rounded-none"
|
|
945
965
|
};
|
|
946
|
-
function
|
|
966
|
+
function Vo({
|
|
947
967
|
className: a,
|
|
948
968
|
height: t,
|
|
949
969
|
style: e,
|
|
@@ -968,7 +988,7 @@ function Eo({
|
|
|
968
988
|
// the surfaces it can land on rather than only the one it was picked
|
|
969
989
|
// against, and it dims rather than brightens as it pulses.
|
|
970
990
|
"gryt-skeleton bg-white/9 motion-safe:animate-pulse",
|
|
971
|
-
|
|
991
|
+
ae[r],
|
|
972
992
|
a
|
|
973
993
|
),
|
|
974
994
|
style: l,
|
|
@@ -976,7 +996,7 @@ function Eo({
|
|
|
976
996
|
}
|
|
977
997
|
);
|
|
978
998
|
}
|
|
979
|
-
const
|
|
999
|
+
const xt = "transition-[opacity,scale,translate] duration-(--gryt-dur-spring) ease-spring motion-reduce:transition-none", ne = s(
|
|
980
1000
|
function({ className: t, ...e }, r) {
|
|
981
1001
|
return /* @__PURE__ */ o(
|
|
982
1002
|
C.Backdrop,
|
|
@@ -985,7 +1005,7 @@ const bt = "transition-[opacity,scale,translate] duration-(--gryt-dur-spring) ea
|
|
|
985
1005
|
className: n(
|
|
986
1006
|
"gryt-dialog-backdrop fixed inset-0 min-h-dvh bg-black/60",
|
|
987
1007
|
"backdrop-blur-(--gryt-backdrop-blur)",
|
|
988
|
-
|
|
1008
|
+
xt,
|
|
989
1009
|
"data-starting-style:opacity-0 data-ending-style:opacity-0",
|
|
990
1010
|
t
|
|
991
1011
|
),
|
|
@@ -993,7 +1013,7 @@ const bt = "transition-[opacity,scale,translate] duration-(--gryt-dur-spring) ea
|
|
|
993
1013
|
}
|
|
994
1014
|
);
|
|
995
1015
|
}
|
|
996
|
-
),
|
|
1016
|
+
), ie = s(
|
|
997
1017
|
function({ className: t, ...e }, r) {
|
|
998
1018
|
return /* @__PURE__ */ o(
|
|
999
1019
|
C.Popup,
|
|
@@ -1003,7 +1023,7 @@ const bt = "transition-[opacity,scale,translate] duration-(--gryt-dur-spring) ea
|
|
|
1003
1023
|
"gryt-dialog fixed top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2",
|
|
1004
1024
|
"flex w-[32rem] max-w-[calc(100vw-3rem)] flex-col gap-4",
|
|
1005
1025
|
"rounded-(--gryt-radius-lg) border border-gryt-border bg-gryt-surface p-5 text-gryt-text",
|
|
1006
|
-
|
|
1026
|
+
xt,
|
|
1007
1027
|
"data-starting-style:scale-[0.98] data-starting-style:opacity-0",
|
|
1008
1028
|
"data-ending-style:scale-[0.98] data-ending-style:opacity-0",
|
|
1009
1029
|
t
|
|
@@ -1012,7 +1032,7 @@ const bt = "transition-[opacity,scale,translate] duration-(--gryt-dur-spring) ea
|
|
|
1012
1032
|
}
|
|
1013
1033
|
);
|
|
1014
1034
|
}
|
|
1015
|
-
),
|
|
1035
|
+
), se = s(
|
|
1016
1036
|
function({ className: t, ...e }, r) {
|
|
1017
1037
|
return /* @__PURE__ */ o(
|
|
1018
1038
|
C.Title,
|
|
@@ -1026,7 +1046,7 @@ const bt = "transition-[opacity,scale,translate] duration-(--gryt-dur-spring) ea
|
|
|
1026
1046
|
}
|
|
1027
1047
|
);
|
|
1028
1048
|
}
|
|
1029
|
-
),
|
|
1049
|
+
), ce = s(
|
|
1030
1050
|
function({ className: t, ...e }, r) {
|
|
1031
1051
|
return /* @__PURE__ */ o(
|
|
1032
1052
|
C.Description,
|
|
@@ -1040,7 +1060,7 @@ const bt = "transition-[opacity,scale,translate] duration-(--gryt-dur-spring) ea
|
|
|
1040
1060
|
}
|
|
1041
1061
|
);
|
|
1042
1062
|
}
|
|
1043
|
-
),
|
|
1063
|
+
), le = s(
|
|
1044
1064
|
function({ className: t, ...e }, r) {
|
|
1045
1065
|
return /* @__PURE__ */ o(
|
|
1046
1066
|
"div",
|
|
@@ -1054,45 +1074,45 @@ const bt = "transition-[opacity,scale,translate] duration-(--gryt-dur-spring) ea
|
|
|
1054
1074
|
}
|
|
1055
1075
|
);
|
|
1056
1076
|
}
|
|
1057
|
-
),
|
|
1077
|
+
), _o = {
|
|
1058
1078
|
Root: C.Root,
|
|
1059
1079
|
Trigger: C.Trigger,
|
|
1060
1080
|
Portal: C.Portal,
|
|
1061
1081
|
Close: C.Close,
|
|
1062
|
-
Backdrop:
|
|
1063
|
-
Popup:
|
|
1064
|
-
Title:
|
|
1065
|
-
Description:
|
|
1066
|
-
Footer:
|
|
1067
|
-
},
|
|
1082
|
+
Backdrop: ne,
|
|
1083
|
+
Popup: ie,
|
|
1084
|
+
Title: se,
|
|
1085
|
+
Description: ce,
|
|
1086
|
+
Footer: le
|
|
1087
|
+
}, de = () => () => {
|
|
1068
1088
|
};
|
|
1069
|
-
function
|
|
1070
|
-
const t =
|
|
1089
|
+
function ge(a) {
|
|
1090
|
+
const t = W(
|
|
1071
1091
|
(r) => {
|
|
1072
|
-
if (typeof window > "u" || !window.matchMedia) return
|
|
1092
|
+
if (typeof window > "u" || !window.matchMedia) return de();
|
|
1073
1093
|
const i = window.matchMedia(a);
|
|
1074
1094
|
return i.addEventListener("change", r), () => i.removeEventListener("change", r);
|
|
1075
1095
|
},
|
|
1076
1096
|
[a]
|
|
1077
|
-
), e =
|
|
1078
|
-
return
|
|
1097
|
+
), e = W(() => typeof window > "u" || !window.matchMedia ? !1 : window.matchMedia(a).matches, [a]);
|
|
1098
|
+
return Tt(t, e, () => !1);
|
|
1079
1099
|
}
|
|
1080
|
-
const
|
|
1100
|
+
const ue = {
|
|
1081
1101
|
left: "left",
|
|
1082
1102
|
right: "right",
|
|
1083
1103
|
top: "up",
|
|
1084
1104
|
bottom: "down"
|
|
1085
|
-
},
|
|
1105
|
+
}, H = ct("right"), ye = {
|
|
1086
1106
|
left: "items-stretch justify-start",
|
|
1087
1107
|
right: "items-stretch justify-end",
|
|
1088
1108
|
top: "items-start justify-center",
|
|
1089
1109
|
bottom: "items-end justify-center"
|
|
1090
|
-
},
|
|
1110
|
+
}, me = {
|
|
1091
1111
|
left: "rounded-r-(--gryt-radius-xl)",
|
|
1092
1112
|
right: "rounded-l-(--gryt-radius-xl)",
|
|
1093
1113
|
top: "rounded-b-(--gryt-radius-xl)",
|
|
1094
1114
|
bottom: "rounded-t-(--gryt-radius-xl)"
|
|
1095
|
-
},
|
|
1115
|
+
}, pe = {
|
|
1096
1116
|
left: [
|
|
1097
1117
|
"h-full w-[calc(20rem+var(--gryt-drawer-bleed))] max-w-[calc(85vw+var(--gryt-drawer-bleed))]",
|
|
1098
1118
|
"-ml-(--gryt-drawer-bleed) border-r py-5 pr-5 pl-[calc(1.25rem+var(--gryt-drawer-bleed))]",
|
|
@@ -1122,20 +1142,20 @@ const ge = {
|
|
|
1122
1142
|
"data-ending-style:[transform:translateY(calc(100%-var(--gryt-drawer-bleed)))]"
|
|
1123
1143
|
].join(" ")
|
|
1124
1144
|
};
|
|
1125
|
-
function
|
|
1145
|
+
function be({
|
|
1126
1146
|
side: a = "right",
|
|
1127
1147
|
sheetOnMobile: t = !0,
|
|
1128
1148
|
children: e,
|
|
1129
1149
|
...r
|
|
1130
1150
|
}) {
|
|
1131
|
-
const i =
|
|
1132
|
-
return /* @__PURE__ */ o(
|
|
1151
|
+
const i = ge("(max-width: 767px)"), c = t && i ? "bottom" : a;
|
|
1152
|
+
return /* @__PURE__ */ o(H.Provider, { value: c, children: /* @__PURE__ */ o(N.Root, { swipeDirection: ue[c], ...r, children: e }) });
|
|
1133
1153
|
}
|
|
1134
|
-
const
|
|
1154
|
+
const fe = s(
|
|
1135
1155
|
function({ className: t, ...e }, r) {
|
|
1136
|
-
const i =
|
|
1156
|
+
const i = Y(H);
|
|
1137
1157
|
return /* @__PURE__ */ o(
|
|
1138
|
-
|
|
1158
|
+
N.Viewport,
|
|
1139
1159
|
{
|
|
1140
1160
|
ref: r,
|
|
1141
1161
|
className: n(
|
|
@@ -1143,17 +1163,17 @@ const be = s(
|
|
|
1143
1163
|
// viewport is what has to sit above the page. Without it a sticky
|
|
1144
1164
|
// site header renders over the panel.
|
|
1145
1165
|
"gryt-drawer-viewport fixed inset-0 z-50 flex",
|
|
1146
|
-
|
|
1166
|
+
ye[i],
|
|
1147
1167
|
t
|
|
1148
1168
|
),
|
|
1149
1169
|
...e
|
|
1150
1170
|
}
|
|
1151
1171
|
);
|
|
1152
1172
|
}
|
|
1153
|
-
),
|
|
1154
|
-
const i =
|
|
1173
|
+
), xe = s(function({ className: t, ...e }, r) {
|
|
1174
|
+
const i = Y(H);
|
|
1155
1175
|
return /* @__PURE__ */ o(
|
|
1156
|
-
|
|
1176
|
+
N.Popup,
|
|
1157
1177
|
{
|
|
1158
1178
|
ref: r,
|
|
1159
1179
|
className: n(
|
|
@@ -1164,16 +1184,16 @@ const be = s(
|
|
|
1164
1184
|
// duration here turns a drag into a drag plus lag.
|
|
1165
1185
|
"data-swiping:duration-0 data-swiping:select-none",
|
|
1166
1186
|
"motion-reduce:transition-none",
|
|
1187
|
+
pe[i],
|
|
1167
1188
|
me[i],
|
|
1168
|
-
ye[i],
|
|
1169
1189
|
t
|
|
1170
1190
|
),
|
|
1171
1191
|
...e
|
|
1172
1192
|
}
|
|
1173
1193
|
);
|
|
1174
|
-
}),
|
|
1194
|
+
}), he = s(function({ className: t, ...e }, r) {
|
|
1175
1195
|
return /* @__PURE__ */ o(
|
|
1176
|
-
|
|
1196
|
+
N.Backdrop,
|
|
1177
1197
|
{
|
|
1178
1198
|
ref: r,
|
|
1179
1199
|
className: n(
|
|
@@ -1192,8 +1212,8 @@ const be = s(
|
|
|
1192
1212
|
}
|
|
1193
1213
|
);
|
|
1194
1214
|
});
|
|
1195
|
-
function
|
|
1196
|
-
const t =
|
|
1215
|
+
function we({ className: a }) {
|
|
1216
|
+
const t = Y(H);
|
|
1197
1217
|
return t !== "bottom" && t !== "top" ? null : /* @__PURE__ */ o(
|
|
1198
1218
|
"div",
|
|
1199
1219
|
{
|
|
@@ -1206,19 +1226,19 @@ function he({ className: a }) {
|
|
|
1206
1226
|
}
|
|
1207
1227
|
);
|
|
1208
1228
|
}
|
|
1209
|
-
const
|
|
1210
|
-
Root:
|
|
1211
|
-
Trigger:
|
|
1212
|
-
Portal:
|
|
1213
|
-
Backdrop:
|
|
1214
|
-
Viewport:
|
|
1215
|
-
Popup:
|
|
1216
|
-
Content:
|
|
1217
|
-
Grabber:
|
|
1218
|
-
Close:
|
|
1219
|
-
Title:
|
|
1220
|
-
Description:
|
|
1221
|
-
},
|
|
1229
|
+
const Yo = {
|
|
1230
|
+
Root: be,
|
|
1231
|
+
Trigger: N.Trigger,
|
|
1232
|
+
Portal: N.Portal,
|
|
1233
|
+
Backdrop: he,
|
|
1234
|
+
Viewport: fe,
|
|
1235
|
+
Popup: xe,
|
|
1236
|
+
Content: N.Content,
|
|
1237
|
+
Grabber: we,
|
|
1238
|
+
Close: N.Close,
|
|
1239
|
+
Title: N.Title,
|
|
1240
|
+
Description: N.Description
|
|
1241
|
+
}, ve = s(
|
|
1222
1242
|
function({ className: t, sideOffset: e = 8, ...r }, i) {
|
|
1223
1243
|
return /* @__PURE__ */ o(
|
|
1224
1244
|
A.Positioner,
|
|
@@ -1230,7 +1250,7 @@ const _o = {
|
|
|
1230
1250
|
}
|
|
1231
1251
|
);
|
|
1232
1252
|
}
|
|
1233
|
-
),
|
|
1253
|
+
), Ne = s(function({ className: t, ...e }, r) {
|
|
1234
1254
|
return /* @__PURE__ */ o(
|
|
1235
1255
|
A.Popup,
|
|
1236
1256
|
{
|
|
@@ -1244,7 +1264,7 @@ const _o = {
|
|
|
1244
1264
|
...e
|
|
1245
1265
|
}
|
|
1246
1266
|
);
|
|
1247
|
-
}),
|
|
1267
|
+
}), Pe = s(function({ className: t, ...e }, r) {
|
|
1248
1268
|
return /* @__PURE__ */ o(
|
|
1249
1269
|
A.Item,
|
|
1250
1270
|
{
|
|
@@ -1261,7 +1281,7 @@ const _o = {
|
|
|
1261
1281
|
...e
|
|
1262
1282
|
}
|
|
1263
1283
|
);
|
|
1264
|
-
}),
|
|
1284
|
+
}), Te = s(function({ className: t, ...e }, r) {
|
|
1265
1285
|
return /* @__PURE__ */ o(
|
|
1266
1286
|
A.Separator,
|
|
1267
1287
|
{
|
|
@@ -1270,15 +1290,15 @@ const _o = {
|
|
|
1270
1290
|
...e
|
|
1271
1291
|
}
|
|
1272
1292
|
);
|
|
1273
|
-
}),
|
|
1293
|
+
}), K = {
|
|
1274
1294
|
Root: A.Root,
|
|
1275
1295
|
Trigger: A.Trigger,
|
|
1276
1296
|
Portal: A.Portal,
|
|
1277
|
-
Positioner:
|
|
1278
|
-
Popup:
|
|
1279
|
-
Item:
|
|
1280
|
-
Separator:
|
|
1281
|
-
},
|
|
1297
|
+
Positioner: ve,
|
|
1298
|
+
Popup: Ne,
|
|
1299
|
+
Item: Pe,
|
|
1300
|
+
Separator: Te
|
|
1301
|
+
}, ke = s(function({ className: t, ...e }, r) {
|
|
1282
1302
|
return /* @__PURE__ */ o(
|
|
1283
1303
|
E.Root,
|
|
1284
1304
|
{
|
|
@@ -1294,7 +1314,7 @@ const _o = {
|
|
|
1294
1314
|
...e
|
|
1295
1315
|
}
|
|
1296
1316
|
);
|
|
1297
|
-
}),
|
|
1317
|
+
}), Ce = s(function({ className: t, ...e }, r) {
|
|
1298
1318
|
return /* @__PURE__ */ o(
|
|
1299
1319
|
E.List,
|
|
1300
1320
|
{
|
|
@@ -1311,7 +1331,7 @@ const _o = {
|
|
|
1311
1331
|
...e
|
|
1312
1332
|
}
|
|
1313
1333
|
);
|
|
1314
|
-
}),
|
|
1334
|
+
}), Se = s(function({ className: t, ...e }, r) {
|
|
1315
1335
|
return /* @__PURE__ */ o(
|
|
1316
1336
|
E.Tab,
|
|
1317
1337
|
{
|
|
@@ -1342,13 +1362,13 @@ const _o = {
|
|
|
1342
1362
|
"data-[orientation=vertical]:gap-2.5 data-[orientation=vertical]:px-3",
|
|
1343
1363
|
"data-[orientation=vertical]:rounded-(--gryt-radius-md)",
|
|
1344
1364
|
"data-disabled:cursor-not-allowed data-disabled:opacity-50",
|
|
1345
|
-
|
|
1365
|
+
f,
|
|
1346
1366
|
t
|
|
1347
1367
|
),
|
|
1348
1368
|
...e
|
|
1349
1369
|
}
|
|
1350
1370
|
);
|
|
1351
|
-
}),
|
|
1371
|
+
}), $e = s(
|
|
1352
1372
|
function({ className: t, ...e }, r) {
|
|
1353
1373
|
return /* @__PURE__ */ o(
|
|
1354
1374
|
E.Indicator,
|
|
@@ -1375,7 +1395,7 @@ const _o = {
|
|
|
1375
1395
|
}
|
|
1376
1396
|
);
|
|
1377
1397
|
}
|
|
1378
|
-
),
|
|
1398
|
+
), Re = s(function({ className: t, ...e }, r) {
|
|
1379
1399
|
return /* @__PURE__ */ o(
|
|
1380
1400
|
E.Panel,
|
|
1381
1401
|
{
|
|
@@ -1391,7 +1411,7 @@ const _o = {
|
|
|
1391
1411
|
...e
|
|
1392
1412
|
}
|
|
1393
1413
|
);
|
|
1394
|
-
}),
|
|
1414
|
+
}), Ho = Object.assign(ke, { List: Ce, Tab: Se, Panel: Re, Indicator: $e }), Ie = s(function({ className: t, ...e }, r) {
|
|
1395
1415
|
return /* @__PURE__ */ o(
|
|
1396
1416
|
F.Root,
|
|
1397
1417
|
{
|
|
@@ -1403,7 +1423,7 @@ const _o = {
|
|
|
1403
1423
|
...e
|
|
1404
1424
|
}
|
|
1405
1425
|
);
|
|
1406
|
-
}),
|
|
1426
|
+
}), Ae = s(
|
|
1407
1427
|
function({ className: t, ...e }, r) {
|
|
1408
1428
|
return /* @__PURE__ */ o(
|
|
1409
1429
|
F.Item,
|
|
@@ -1414,7 +1434,7 @@ const _o = {
|
|
|
1414
1434
|
}
|
|
1415
1435
|
);
|
|
1416
1436
|
}
|
|
1417
|
-
),
|
|
1437
|
+
), De = s(
|
|
1418
1438
|
function({ children: t, className: e, expandIcon: r, ...i }, c) {
|
|
1419
1439
|
return /* @__PURE__ */ o(F.Header, { className: "gryt-accordion-header m-0", children: /* @__PURE__ */ g(
|
|
1420
1440
|
F.Trigger,
|
|
@@ -1426,14 +1446,14 @@ const _o = {
|
|
|
1426
1446
|
"text-left text-sm font-medium text-gryt-text select-none",
|
|
1427
1447
|
"transition-colors duration-150 hover:bg-gryt-surface-raised",
|
|
1428
1448
|
"data-disabled:cursor-not-allowed data-disabled:opacity-50",
|
|
1429
|
-
|
|
1449
|
+
f,
|
|
1430
1450
|
e
|
|
1431
1451
|
),
|
|
1432
1452
|
...i,
|
|
1433
1453
|
children: [
|
|
1434
1454
|
t,
|
|
1435
1455
|
r === void 0 ? /* @__PURE__ */ o(
|
|
1436
|
-
|
|
1456
|
+
At,
|
|
1437
1457
|
{
|
|
1438
1458
|
size: 16,
|
|
1439
1459
|
className: "shrink-0 transition-transform duration-(--gryt-dur-spring) ease-spring data-panel-open:rotate-180 motion-reduce:transition-none"
|
|
@@ -1443,7 +1463,7 @@ const _o = {
|
|
|
1443
1463
|
}
|
|
1444
1464
|
) });
|
|
1445
1465
|
}
|
|
1446
|
-
),
|
|
1466
|
+
), Me = s(
|
|
1447
1467
|
function({ children: t, className: e, ...r }, i) {
|
|
1448
1468
|
return /* @__PURE__ */ o(
|
|
1449
1469
|
F.Panel,
|
|
@@ -1463,7 +1483,7 @@ const _o = {
|
|
|
1463
1483
|
}
|
|
1464
1484
|
);
|
|
1465
1485
|
}
|
|
1466
|
-
),
|
|
1486
|
+
), Oo = Object.assign(Ie, { Item: Ae, Trigger: De, Panel: Me }), Ge = s(
|
|
1467
1487
|
function({ className: t, sideOffset: e = 2, ...r }, i) {
|
|
1468
1488
|
return /* @__PURE__ */ o(
|
|
1469
1489
|
k.Positioner,
|
|
@@ -1475,19 +1495,19 @@ const _o = {
|
|
|
1475
1495
|
}
|
|
1476
1496
|
);
|
|
1477
1497
|
}
|
|
1478
|
-
),
|
|
1498
|
+
), Xo = {
|
|
1479
1499
|
Root: k.Root,
|
|
1480
1500
|
Trigger: k.Trigger,
|
|
1481
1501
|
Portal: k.Portal,
|
|
1482
|
-
Positioner:
|
|
1483
|
-
Popup:
|
|
1484
|
-
Item:
|
|
1485
|
-
Separator:
|
|
1502
|
+
Positioner: Ge,
|
|
1503
|
+
Popup: K.Popup,
|
|
1504
|
+
Item: K.Item,
|
|
1505
|
+
Separator: K.Separator,
|
|
1486
1506
|
Group: k.Group,
|
|
1487
1507
|
GroupLabel: k.GroupLabel,
|
|
1488
1508
|
SubmenuRoot: k.SubmenuRoot,
|
|
1489
1509
|
SubmenuTrigger: k.SubmenuTrigger
|
|
1490
|
-
},
|
|
1510
|
+
}, Le = s(
|
|
1491
1511
|
function({ className: t, sideOffset: e = 8, ...r }, i) {
|
|
1492
1512
|
return /* @__PURE__ */ o(
|
|
1493
1513
|
P.Positioner,
|
|
@@ -1499,7 +1519,7 @@ const _o = {
|
|
|
1499
1519
|
}
|
|
1500
1520
|
);
|
|
1501
1521
|
}
|
|
1502
|
-
),
|
|
1522
|
+
), je = s(
|
|
1503
1523
|
function({ className: t, ...e }, r) {
|
|
1504
1524
|
return /* @__PURE__ */ o(
|
|
1505
1525
|
P.Popup,
|
|
@@ -1515,7 +1535,7 @@ const _o = {
|
|
|
1515
1535
|
}
|
|
1516
1536
|
);
|
|
1517
1537
|
}
|
|
1518
|
-
),
|
|
1538
|
+
), ze = s(function({ className: t, ...e }, r) {
|
|
1519
1539
|
return /* @__PURE__ */ o(
|
|
1520
1540
|
P.Title,
|
|
1521
1541
|
{
|
|
@@ -1527,7 +1547,7 @@ const _o = {
|
|
|
1527
1547
|
...e
|
|
1528
1548
|
}
|
|
1529
1549
|
);
|
|
1530
|
-
}),
|
|
1550
|
+
}), Be = s(function({ className: t, ...e }, r) {
|
|
1531
1551
|
return /* @__PURE__ */ o(
|
|
1532
1552
|
P.Description,
|
|
1533
1553
|
{
|
|
@@ -1539,23 +1559,23 @@ const _o = {
|
|
|
1539
1559
|
...e
|
|
1540
1560
|
}
|
|
1541
1561
|
);
|
|
1542
|
-
}),
|
|
1562
|
+
}), Uo = {
|
|
1543
1563
|
Root: P.Root,
|
|
1544
1564
|
Trigger: P.Trigger,
|
|
1545
1565
|
Portal: P.Portal,
|
|
1546
|
-
Positioner:
|
|
1547
|
-
Popup:
|
|
1548
|
-
Title:
|
|
1549
|
-
Description:
|
|
1566
|
+
Positioner: Le,
|
|
1567
|
+
Popup: je,
|
|
1568
|
+
Title: ze,
|
|
1569
|
+
Description: Be,
|
|
1550
1570
|
Close: P.Close,
|
|
1551
1571
|
Arrow: P.Arrow
|
|
1552
|
-
},
|
|
1572
|
+
}, Fe = {
|
|
1553
1573
|
neutral: "border-white/8 bg-gryt-surface",
|
|
1554
1574
|
info: "border-gryt-secondary-6 bg-gryt-secondary-2",
|
|
1555
1575
|
success: "border-gryt-success-6 bg-gryt-success-2",
|
|
1556
1576
|
warning: "border-gryt-warning-6 bg-gryt-warning-2",
|
|
1557
1577
|
danger: "border-gryt-danger-6 bg-gryt-danger-2"
|
|
1558
|
-
},
|
|
1578
|
+
}, Ee = s(
|
|
1559
1579
|
function({ className: t, ...e }, r) {
|
|
1560
1580
|
return /* @__PURE__ */ o(
|
|
1561
1581
|
T.Viewport,
|
|
@@ -1570,7 +1590,7 @@ const _o = {
|
|
|
1570
1590
|
}
|
|
1571
1591
|
);
|
|
1572
1592
|
}
|
|
1573
|
-
),
|
|
1593
|
+
), Ve = s(function({ className: t, severity: e = "neutral", ...r }, i) {
|
|
1574
1594
|
return /* @__PURE__ */ o(
|
|
1575
1595
|
T.Root,
|
|
1576
1596
|
{
|
|
@@ -1583,7 +1603,7 @@ const _o = {
|
|
|
1583
1603
|
// white hairline separates it from the page without drawing a box
|
|
1584
1604
|
// around it.
|
|
1585
1605
|
"rounded-(--gryt-radius-xl) border text-gryt-text",
|
|
1586
|
-
|
|
1606
|
+
Fe[e],
|
|
1587
1607
|
// Swiping is a pointer gesture, so the toast follows the finger
|
|
1588
1608
|
// through Base UI's swipe variables before it animates out.
|
|
1589
1609
|
"transition-[opacity,transform] duration-(--gryt-dur-spring) ease-spring",
|
|
@@ -1595,7 +1615,7 @@ const _o = {
|
|
|
1595
1615
|
...r
|
|
1596
1616
|
}
|
|
1597
1617
|
);
|
|
1598
|
-
}),
|
|
1618
|
+
}), _e = s(function({ className: t, ...e }, r) {
|
|
1599
1619
|
return /* @__PURE__ */ o(
|
|
1600
1620
|
T.Title,
|
|
1601
1621
|
{
|
|
@@ -1607,7 +1627,7 @@ const _o = {
|
|
|
1607
1627
|
...e
|
|
1608
1628
|
}
|
|
1609
1629
|
);
|
|
1610
|
-
}),
|
|
1630
|
+
}), Ye = s(function({ className: t, ...e }, r) {
|
|
1611
1631
|
return /* @__PURE__ */ o(
|
|
1612
1632
|
T.Description,
|
|
1613
1633
|
{
|
|
@@ -1619,7 +1639,7 @@ const _o = {
|
|
|
1619
1639
|
...e
|
|
1620
1640
|
}
|
|
1621
1641
|
);
|
|
1622
|
-
}),
|
|
1642
|
+
}), He = s(function({ className: t, children: e, ...r }, i) {
|
|
1623
1643
|
return /* @__PURE__ */ o(
|
|
1624
1644
|
T.Close,
|
|
1625
1645
|
{
|
|
@@ -1633,10 +1653,10 @@ const _o = {
|
|
|
1633
1653
|
t
|
|
1634
1654
|
),
|
|
1635
1655
|
...r,
|
|
1636
|
-
children: e ?? /* @__PURE__ */ o(
|
|
1656
|
+
children: e ?? /* @__PURE__ */ o(dt, { size: 14, weight: "bold" })
|
|
1637
1657
|
}
|
|
1638
1658
|
);
|
|
1639
|
-
}),
|
|
1659
|
+
}), Oe = s(function({ className: t, ...e }, r) {
|
|
1640
1660
|
return /* @__PURE__ */ o(
|
|
1641
1661
|
T.Action,
|
|
1642
1662
|
{
|
|
@@ -1652,16 +1672,16 @@ const _o = {
|
|
|
1652
1672
|
...e
|
|
1653
1673
|
}
|
|
1654
1674
|
);
|
|
1655
|
-
}),
|
|
1675
|
+
}), Ko = {
|
|
1656
1676
|
Provider: T.Provider,
|
|
1657
1677
|
Portal: T.Portal,
|
|
1658
|
-
Viewport:
|
|
1659
|
-
Root:
|
|
1660
|
-
Title:
|
|
1661
|
-
Description:
|
|
1662
|
-
Close:
|
|
1663
|
-
Action:
|
|
1664
|
-
},
|
|
1678
|
+
Viewport: Ee,
|
|
1679
|
+
Root: Ve,
|
|
1680
|
+
Title: _e,
|
|
1681
|
+
Description: Ye,
|
|
1682
|
+
Close: He,
|
|
1683
|
+
Action: Oe
|
|
1684
|
+
}, Wo = T.useToastManager, Xe = s(
|
|
1665
1685
|
function({ className: t, ...e }, r) {
|
|
1666
1686
|
return /* @__PURE__ */ o(
|
|
1667
1687
|
L.Root,
|
|
@@ -1672,7 +1692,7 @@ const _o = {
|
|
|
1672
1692
|
}
|
|
1673
1693
|
);
|
|
1674
1694
|
}
|
|
1675
|
-
),
|
|
1695
|
+
), Ue = s(
|
|
1676
1696
|
function({ className: t, ...e }, r) {
|
|
1677
1697
|
return /* @__PURE__ */ o(
|
|
1678
1698
|
L.Viewport,
|
|
@@ -1687,7 +1707,7 @@ const _o = {
|
|
|
1687
1707
|
}
|
|
1688
1708
|
);
|
|
1689
1709
|
}
|
|
1690
|
-
),
|
|
1710
|
+
), Ke = s(
|
|
1691
1711
|
function({ className: t, orientation: e, ...r }, i) {
|
|
1692
1712
|
return /* @__PURE__ */ o(
|
|
1693
1713
|
L.Scrollbar,
|
|
@@ -1709,13 +1729,13 @@ const _o = {
|
|
|
1709
1729
|
}
|
|
1710
1730
|
);
|
|
1711
1731
|
}
|
|
1712
|
-
),
|
|
1713
|
-
Root:
|
|
1714
|
-
Viewport:
|
|
1715
|
-
Scrollbar:
|
|
1732
|
+
), Qo = {
|
|
1733
|
+
Root: Xe,
|
|
1734
|
+
Viewport: Ue,
|
|
1735
|
+
Scrollbar: Ke,
|
|
1716
1736
|
Content: L.Content,
|
|
1717
1737
|
Corner: L.Corner
|
|
1718
|
-
},
|
|
1738
|
+
}, We = {
|
|
1719
1739
|
primary: [
|
|
1720
1740
|
"text-gryt-muted hover:not-data-disabled:bg-white/8",
|
|
1721
1741
|
"data-pressed:bg-gryt-accent data-pressed:text-gryt-on-accent",
|
|
@@ -1736,15 +1756,15 @@ const _o = {
|
|
|
1736
1756
|
"data-pressed:bg-gryt-danger data-pressed:text-gryt-on-danger",
|
|
1737
1757
|
"data-pressed:hover:not-data-disabled:bg-gryt-danger"
|
|
1738
1758
|
].join(" ")
|
|
1739
|
-
},
|
|
1759
|
+
}, Qe = {
|
|
1740
1760
|
xsmall: "h-8 min-w-8 px-2 text-xs",
|
|
1741
1761
|
small: "h-9 min-w-9 px-2.5 text-sm",
|
|
1742
1762
|
medium: "h-10 min-w-10 px-3 text-sm",
|
|
1743
1763
|
large: "h-12 min-w-12 px-4 text-base"
|
|
1744
|
-
},
|
|
1764
|
+
}, Zo = s(
|
|
1745
1765
|
function({ className: t, size: e = "medium", tone: r = "primary", ...i }, c) {
|
|
1746
1766
|
return /* @__PURE__ */ o(
|
|
1747
|
-
|
|
1767
|
+
Bt,
|
|
1748
1768
|
{
|
|
1749
1769
|
ref: c,
|
|
1750
1770
|
className: n(
|
|
@@ -1755,20 +1775,20 @@ const _o = {
|
|
|
1755
1775
|
"transition-[scale,background-color,color] duration-(--gryt-dur-spring) ease-spring",
|
|
1756
1776
|
"motion-safe:hover:not-data-disabled:scale-[1.06]",
|
|
1757
1777
|
"motion-safe:active:not-data-disabled:scale-[0.94]",
|
|
1758
|
-
|
|
1778
|
+
f,
|
|
1759
1779
|
j,
|
|
1760
|
-
|
|
1761
|
-
|
|
1780
|
+
Qe[e],
|
|
1781
|
+
We[r],
|
|
1762
1782
|
t
|
|
1763
1783
|
),
|
|
1764
1784
|
...i
|
|
1765
1785
|
}
|
|
1766
1786
|
);
|
|
1767
1787
|
}
|
|
1768
|
-
),
|
|
1788
|
+
), Jo = s(
|
|
1769
1789
|
function({ className: t, ...e }, r) {
|
|
1770
1790
|
return /* @__PURE__ */ o(
|
|
1771
|
-
|
|
1791
|
+
Ft,
|
|
1772
1792
|
{
|
|
1773
1793
|
ref: r,
|
|
1774
1794
|
className: n(
|
|
@@ -1780,13 +1800,13 @@ const _o = {
|
|
|
1780
1800
|
}
|
|
1781
1801
|
);
|
|
1782
1802
|
}
|
|
1783
|
-
),
|
|
1803
|
+
), Ze = {
|
|
1784
1804
|
primary: "bg-gryt-accent",
|
|
1785
1805
|
success: "bg-gryt-success",
|
|
1786
1806
|
warning: "bg-gryt-warning",
|
|
1787
1807
|
danger: "bg-gryt-danger"
|
|
1788
1808
|
};
|
|
1789
|
-
function
|
|
1809
|
+
function qo({
|
|
1790
1810
|
className: a,
|
|
1791
1811
|
value: t,
|
|
1792
1812
|
label: e,
|
|
@@ -1811,7 +1831,7 @@ function Jo({
|
|
|
1811
1831
|
className: n(
|
|
1812
1832
|
"h-full rounded-(--gryt-radius-full)",
|
|
1813
1833
|
"transition-[width] duration-120 ease-out motion-reduce:transition-none",
|
|
1814
|
-
|
|
1834
|
+
Ze[i]
|
|
1815
1835
|
)
|
|
1816
1836
|
}
|
|
1817
1837
|
) })
|
|
@@ -1819,7 +1839,7 @@ function Jo({
|
|
|
1819
1839
|
}
|
|
1820
1840
|
);
|
|
1821
1841
|
}
|
|
1822
|
-
const
|
|
1842
|
+
const Je = s(
|
|
1823
1843
|
function({ className: t, ...e }, r) {
|
|
1824
1844
|
return /* @__PURE__ */ o(
|
|
1825
1845
|
S.Popup,
|
|
@@ -1839,7 +1859,7 @@ const Ze = s(
|
|
|
1839
1859
|
}
|
|
1840
1860
|
);
|
|
1841
1861
|
}
|
|
1842
|
-
),
|
|
1862
|
+
), qe = s(function({ className: t, ...e }, r) {
|
|
1843
1863
|
return /* @__PURE__ */ o(
|
|
1844
1864
|
S.Backdrop,
|
|
1845
1865
|
{
|
|
@@ -1854,7 +1874,7 @@ const Ze = s(
|
|
|
1854
1874
|
...e
|
|
1855
1875
|
}
|
|
1856
1876
|
);
|
|
1857
|
-
}),
|
|
1877
|
+
}), tr = s(function({ className: t, ...e }, r) {
|
|
1858
1878
|
return /* @__PURE__ */ o(
|
|
1859
1879
|
S.Title,
|
|
1860
1880
|
{
|
|
@@ -1866,7 +1886,7 @@ const Ze = s(
|
|
|
1866
1886
|
...e
|
|
1867
1887
|
}
|
|
1868
1888
|
);
|
|
1869
|
-
}),
|
|
1889
|
+
}), er = s(function({ className: t, ...e }, r) {
|
|
1870
1890
|
return /* @__PURE__ */ o(
|
|
1871
1891
|
S.Description,
|
|
1872
1892
|
{
|
|
@@ -1878,16 +1898,16 @@ const Ze = s(
|
|
|
1878
1898
|
...e
|
|
1879
1899
|
}
|
|
1880
1900
|
);
|
|
1881
|
-
}),
|
|
1901
|
+
}), ta = {
|
|
1882
1902
|
Root: S.Root,
|
|
1883
1903
|
Trigger: S.Trigger,
|
|
1884
1904
|
Portal: S.Portal,
|
|
1885
|
-
Backdrop:
|
|
1886
|
-
Popup:
|
|
1887
|
-
Title:
|
|
1888
|
-
Description:
|
|
1905
|
+
Backdrop: qe,
|
|
1906
|
+
Popup: Je,
|
|
1907
|
+
Title: tr,
|
|
1908
|
+
Description: er,
|
|
1889
1909
|
Close: S.Close
|
|
1890
|
-
},
|
|
1910
|
+
}, ht = [
|
|
1891
1911
|
"flex cursor-default items-center gap-2 rounded-(--gryt-radius-md)",
|
|
1892
1912
|
"px-3 py-2 text-sm text-gryt-text outline-none select-none",
|
|
1893
1913
|
// Base UI drives keyboard and pointer highlight through one attribute, so
|
|
@@ -1895,23 +1915,23 @@ const Ze = s(
|
|
|
1895
1915
|
"data-highlighted:bg-gryt-surface-raised",
|
|
1896
1916
|
"data-selected:text-gryt-accent-11",
|
|
1897
1917
|
"data-disabled:cursor-not-allowed data-disabled:opacity-50"
|
|
1898
|
-
].join(" "),
|
|
1899
|
-
|
|
1900
|
-
|
|
1918
|
+
].join(" "), wt = [
|
|
1919
|
+
pt,
|
|
1920
|
+
bt.medium,
|
|
1901
1921
|
"border-gryt-border",
|
|
1902
|
-
|
|
1903
|
-
].join(" "),
|
|
1922
|
+
f
|
|
1923
|
+
].join(" "), rr = s(function({ className: t, ...e }, r) {
|
|
1904
1924
|
return /* @__PURE__ */ o(
|
|
1905
|
-
|
|
1925
|
+
u.Input,
|
|
1906
1926
|
{
|
|
1907
1927
|
ref: r,
|
|
1908
|
-
className: n("gryt-combobox-input",
|
|
1928
|
+
className: n("gryt-combobox-input", wt, t),
|
|
1909
1929
|
...e
|
|
1910
1930
|
}
|
|
1911
1931
|
);
|
|
1912
|
-
}),
|
|
1932
|
+
}), or = s(function({ className: t, sideOffset: e = 6, ...r }, i) {
|
|
1913
1933
|
return /* @__PURE__ */ o(
|
|
1914
|
-
|
|
1934
|
+
u.Positioner,
|
|
1915
1935
|
{
|
|
1916
1936
|
ref: i,
|
|
1917
1937
|
sideOffset: e,
|
|
@@ -1919,10 +1939,10 @@ const Ze = s(
|
|
|
1919
1939
|
...r
|
|
1920
1940
|
}
|
|
1921
1941
|
);
|
|
1922
|
-
}),
|
|
1942
|
+
}), ar = s(
|
|
1923
1943
|
function({ className: t, ...e }, r) {
|
|
1924
1944
|
return /* @__PURE__ */ o(
|
|
1925
|
-
|
|
1945
|
+
u.Popup,
|
|
1926
1946
|
{
|
|
1927
1947
|
ref: r,
|
|
1928
1948
|
className: n(
|
|
@@ -1935,18 +1955,18 @@ const Ze = s(
|
|
|
1935
1955
|
}
|
|
1936
1956
|
);
|
|
1937
1957
|
}
|
|
1938
|
-
),
|
|
1958
|
+
), nr = s(function({ className: t, ...e }, r) {
|
|
1939
1959
|
return /* @__PURE__ */ o(
|
|
1940
|
-
|
|
1960
|
+
u.Item,
|
|
1941
1961
|
{
|
|
1942
1962
|
ref: r,
|
|
1943
|
-
className: n("gryt-combobox-item",
|
|
1963
|
+
className: n("gryt-combobox-item", ht, t),
|
|
1944
1964
|
...e
|
|
1945
1965
|
}
|
|
1946
1966
|
);
|
|
1947
|
-
}),
|
|
1967
|
+
}), ir = s(function({ className: t, ...e }, r) {
|
|
1948
1968
|
return /* @__PURE__ */ o(
|
|
1949
|
-
|
|
1969
|
+
u.Empty,
|
|
1950
1970
|
{
|
|
1951
1971
|
ref: r,
|
|
1952
1972
|
className: n(
|
|
@@ -1956,37 +1976,37 @@ const Ze = s(
|
|
|
1956
1976
|
...e
|
|
1957
1977
|
}
|
|
1958
1978
|
);
|
|
1959
|
-
}),
|
|
1960
|
-
Root:
|
|
1961
|
-
Input:
|
|
1962
|
-
InputGroup:
|
|
1963
|
-
Trigger:
|
|
1964
|
-
Icon:
|
|
1965
|
-
Clear:
|
|
1966
|
-
Value:
|
|
1967
|
-
Chips:
|
|
1968
|
-
Chip:
|
|
1969
|
-
ChipRemove:
|
|
1970
|
-
Portal:
|
|
1971
|
-
Positioner:
|
|
1972
|
-
Popup:
|
|
1973
|
-
List:
|
|
1974
|
-
Item:
|
|
1975
|
-
ItemIndicator:
|
|
1976
|
-
Group:
|
|
1977
|
-
GroupLabel:
|
|
1978
|
-
Empty:
|
|
1979
|
-
Separator:
|
|
1980
|
-
},
|
|
1979
|
+
}), ea = {
|
|
1980
|
+
Root: u.Root,
|
|
1981
|
+
Input: rr,
|
|
1982
|
+
InputGroup: u.InputGroup,
|
|
1983
|
+
Trigger: u.Trigger,
|
|
1984
|
+
Icon: u.Icon,
|
|
1985
|
+
Clear: u.Clear,
|
|
1986
|
+
Value: u.Value,
|
|
1987
|
+
Chips: u.Chips,
|
|
1988
|
+
Chip: u.Chip,
|
|
1989
|
+
ChipRemove: u.ChipRemove,
|
|
1990
|
+
Portal: u.Portal,
|
|
1991
|
+
Positioner: or,
|
|
1992
|
+
Popup: ar,
|
|
1993
|
+
List: u.List,
|
|
1994
|
+
Item: nr,
|
|
1995
|
+
ItemIndicator: u.ItemIndicator,
|
|
1996
|
+
Group: u.Group,
|
|
1997
|
+
GroupLabel: u.GroupLabel,
|
|
1998
|
+
Empty: ir,
|
|
1999
|
+
Separator: u.Separator
|
|
2000
|
+
}, sr = s(function({ className: t, ...e }, r) {
|
|
1981
2001
|
return /* @__PURE__ */ o(
|
|
1982
2002
|
p.Input,
|
|
1983
2003
|
{
|
|
1984
2004
|
ref: r,
|
|
1985
|
-
className: n("gryt-autocomplete-input",
|
|
2005
|
+
className: n("gryt-autocomplete-input", wt, t),
|
|
1986
2006
|
...e
|
|
1987
2007
|
}
|
|
1988
2008
|
);
|
|
1989
|
-
}),
|
|
2009
|
+
}), cr = s(function({ className: t, sideOffset: e = 6, ...r }, i) {
|
|
1990
2010
|
return /* @__PURE__ */ o(
|
|
1991
2011
|
p.Positioner,
|
|
1992
2012
|
{
|
|
@@ -1996,7 +2016,7 @@ const Ze = s(
|
|
|
1996
2016
|
...r
|
|
1997
2017
|
}
|
|
1998
2018
|
);
|
|
1999
|
-
}),
|
|
2019
|
+
}), lr = s(function({ className: t, ...e }, r) {
|
|
2000
2020
|
return /* @__PURE__ */ o(
|
|
2001
2021
|
p.Popup,
|
|
2002
2022
|
{
|
|
@@ -2010,16 +2030,16 @@ const Ze = s(
|
|
|
2010
2030
|
...e
|
|
2011
2031
|
}
|
|
2012
2032
|
);
|
|
2013
|
-
}),
|
|
2033
|
+
}), dr = s(function({ className: t, ...e }, r) {
|
|
2014
2034
|
return /* @__PURE__ */ o(
|
|
2015
2035
|
p.Item,
|
|
2016
2036
|
{
|
|
2017
2037
|
ref: r,
|
|
2018
|
-
className: n("gryt-autocomplete-item",
|
|
2038
|
+
className: n("gryt-autocomplete-item", ht, t),
|
|
2019
2039
|
...e
|
|
2020
2040
|
}
|
|
2021
2041
|
);
|
|
2022
|
-
}),
|
|
2042
|
+
}), gr = s(function({ className: t, ...e }, r) {
|
|
2023
2043
|
return /* @__PURE__ */ o(
|
|
2024
2044
|
p.Empty,
|
|
2025
2045
|
{
|
|
@@ -2031,27 +2051,27 @@ const Ze = s(
|
|
|
2031
2051
|
...e
|
|
2032
2052
|
}
|
|
2033
2053
|
);
|
|
2034
|
-
}),
|
|
2054
|
+
}), ra = {
|
|
2035
2055
|
Root: p.Root,
|
|
2036
|
-
Input:
|
|
2056
|
+
Input: sr,
|
|
2037
2057
|
InputGroup: p.InputGroup,
|
|
2038
2058
|
Trigger: p.Trigger,
|
|
2039
2059
|
Icon: p.Icon,
|
|
2040
2060
|
Clear: p.Clear,
|
|
2041
2061
|
Value: p.Value,
|
|
2042
2062
|
Portal: p.Portal,
|
|
2043
|
-
Positioner:
|
|
2044
|
-
Popup:
|
|
2063
|
+
Positioner: cr,
|
|
2064
|
+
Popup: lr,
|
|
2045
2065
|
List: p.List,
|
|
2046
|
-
Item:
|
|
2066
|
+
Item: dr,
|
|
2047
2067
|
Group: p.Group,
|
|
2048
2068
|
GroupLabel: p.GroupLabel,
|
|
2049
|
-
Empty:
|
|
2069
|
+
Empty: gr,
|
|
2050
2070
|
Separator: p.Separator
|
|
2051
|
-
},
|
|
2071
|
+
}, oa = s(
|
|
2052
2072
|
function({ className: t, ...e }, r) {
|
|
2053
2073
|
return /* @__PURE__ */ o(
|
|
2054
|
-
|
|
2074
|
+
Et,
|
|
2055
2075
|
{
|
|
2056
2076
|
ref: r,
|
|
2057
2077
|
className: n("gryt-checkbox-group flex flex-col gap-2", t),
|
|
@@ -2059,10 +2079,10 @@ const Ze = s(
|
|
|
2059
2079
|
}
|
|
2060
2080
|
);
|
|
2061
2081
|
}
|
|
2062
|
-
),
|
|
2082
|
+
), ur = s(
|
|
2063
2083
|
function({ className: t, ...e }, r) {
|
|
2064
2084
|
return /* @__PURE__ */ o(
|
|
2065
|
-
|
|
2085
|
+
Z.Trigger,
|
|
2066
2086
|
{
|
|
2067
2087
|
ref: r,
|
|
2068
2088
|
className: n(
|
|
@@ -2070,17 +2090,17 @@ const Ze = s(
|
|
|
2070
2090
|
"rounded-(--gryt-radius-md) border-0 bg-transparent px-2 py-2 text-left",
|
|
2071
2091
|
"text-sm font-medium text-gryt-text select-none",
|
|
2072
2092
|
"transition-colors hover:bg-gryt-surface-raised motion-reduce:transition-none",
|
|
2073
|
-
|
|
2093
|
+
f,
|
|
2074
2094
|
t
|
|
2075
2095
|
),
|
|
2076
2096
|
...e
|
|
2077
2097
|
}
|
|
2078
2098
|
);
|
|
2079
2099
|
}
|
|
2080
|
-
),
|
|
2100
|
+
), yr = s(
|
|
2081
2101
|
function({ className: t, ...e }, r) {
|
|
2082
2102
|
return /* @__PURE__ */ o(
|
|
2083
|
-
|
|
2103
|
+
Z.Panel,
|
|
2084
2104
|
{
|
|
2085
2105
|
ref: r,
|
|
2086
2106
|
className: n(
|
|
@@ -2096,23 +2116,23 @@ const Ze = s(
|
|
|
2096
2116
|
}
|
|
2097
2117
|
);
|
|
2098
2118
|
}
|
|
2099
|
-
),
|
|
2100
|
-
Root:
|
|
2101
|
-
Trigger:
|
|
2102
|
-
Panel:
|
|
2103
|
-
},
|
|
2119
|
+
), aa = {
|
|
2120
|
+
Root: Z.Root,
|
|
2121
|
+
Trigger: ur,
|
|
2122
|
+
Panel: yr
|
|
2123
|
+
}, na = s(function({ className: t, ...e }, r) {
|
|
2104
2124
|
return /* @__PURE__ */ o(
|
|
2105
|
-
|
|
2125
|
+
Vt,
|
|
2106
2126
|
{
|
|
2107
2127
|
ref: r,
|
|
2108
2128
|
className: n("gryt-form flex flex-col gap-(--gryt-space-lg)", t),
|
|
2109
2129
|
...e
|
|
2110
2130
|
}
|
|
2111
2131
|
);
|
|
2112
|
-
}),
|
|
2132
|
+
}), mr = s(
|
|
2113
2133
|
function({ className: t, ...e }, r) {
|
|
2114
2134
|
return /* @__PURE__ */ o(
|
|
2115
|
-
|
|
2135
|
+
ut.Root,
|
|
2116
2136
|
{
|
|
2117
2137
|
ref: r,
|
|
2118
2138
|
className: n(
|
|
@@ -2123,9 +2143,9 @@ const Ze = s(
|
|
|
2123
2143
|
}
|
|
2124
2144
|
);
|
|
2125
2145
|
}
|
|
2126
|
-
),
|
|
2146
|
+
), pr = s(function({ className: t, ...e }, r) {
|
|
2127
2147
|
return /* @__PURE__ */ o(
|
|
2128
|
-
|
|
2148
|
+
ut.Legend,
|
|
2129
2149
|
{
|
|
2130
2150
|
ref: r,
|
|
2131
2151
|
className: n(
|
|
@@ -2135,10 +2155,10 @@ const Ze = s(
|
|
|
2135
2155
|
...e
|
|
2136
2156
|
}
|
|
2137
2157
|
);
|
|
2138
|
-
}),
|
|
2158
|
+
}), ia = { Root: mr, Legend: pr }, sa = s(
|
|
2139
2159
|
function({ className: t, ...e }, r) {
|
|
2140
2160
|
return /* @__PURE__ */ o(
|
|
2141
|
-
|
|
2161
|
+
_t,
|
|
2142
2162
|
{
|
|
2143
2163
|
ref: r,
|
|
2144
2164
|
className: n(
|
|
@@ -2150,7 +2170,7 @@ const Ze = s(
|
|
|
2150
2170
|
}
|
|
2151
2171
|
);
|
|
2152
2172
|
}
|
|
2153
|
-
),
|
|
2173
|
+
), br = s(function({ className: t, ...e }, r) {
|
|
2154
2174
|
return /* @__PURE__ */ o(
|
|
2155
2175
|
w.Trigger,
|
|
2156
2176
|
{
|
|
@@ -2160,13 +2180,13 @@ const Ze = s(
|
|
|
2160
2180
|
"border-0 bg-transparent px-3 py-2 text-sm font-medium text-gryt-text select-none",
|
|
2161
2181
|
"transition-colors hover:bg-gryt-surface-raised motion-reduce:transition-none",
|
|
2162
2182
|
"data-popup-open:bg-gryt-surface-raised",
|
|
2163
|
-
|
|
2183
|
+
f,
|
|
2164
2184
|
t
|
|
2165
2185
|
),
|
|
2166
2186
|
...e
|
|
2167
2187
|
}
|
|
2168
2188
|
);
|
|
2169
|
-
}),
|
|
2189
|
+
}), fr = s(function({ className: t, ...e }, r) {
|
|
2170
2190
|
return /* @__PURE__ */ o(
|
|
2171
2191
|
w.Popup,
|
|
2172
2192
|
{
|
|
@@ -2180,7 +2200,7 @@ const Ze = s(
|
|
|
2180
2200
|
...e
|
|
2181
2201
|
}
|
|
2182
2202
|
);
|
|
2183
|
-
}),
|
|
2203
|
+
}), xr = s(function({ className: t, ...e }, r) {
|
|
2184
2204
|
return /* @__PURE__ */ o(
|
|
2185
2205
|
w.Positioner,
|
|
2186
2206
|
{
|
|
@@ -2189,7 +2209,7 @@ const Ze = s(
|
|
|
2189
2209
|
...e
|
|
2190
2210
|
}
|
|
2191
2211
|
);
|
|
2192
|
-
}),
|
|
2212
|
+
}), hr = s(function({ className: t, ...e }, r) {
|
|
2193
2213
|
return /* @__PURE__ */ o(
|
|
2194
2214
|
w.Viewport,
|
|
2195
2215
|
{
|
|
@@ -2201,7 +2221,7 @@ const Ze = s(
|
|
|
2201
2221
|
...e
|
|
2202
2222
|
}
|
|
2203
2223
|
);
|
|
2204
|
-
}),
|
|
2224
|
+
}), wr = s(function({ className: t, ...e }, r) {
|
|
2205
2225
|
return /* @__PURE__ */ o(
|
|
2206
2226
|
w.Link,
|
|
2207
2227
|
{
|
|
@@ -2210,26 +2230,26 @@ const Ze = s(
|
|
|
2210
2230
|
"gryt-navigation-menu-link block rounded-(--gryt-radius-md) px-3 py-2",
|
|
2211
2231
|
"text-sm text-gryt-text no-underline outline-none",
|
|
2212
2232
|
"transition-colors hover:bg-gryt-surface-raised motion-reduce:transition-none",
|
|
2213
|
-
|
|
2233
|
+
f,
|
|
2214
2234
|
t
|
|
2215
2235
|
),
|
|
2216
2236
|
...e
|
|
2217
2237
|
}
|
|
2218
2238
|
);
|
|
2219
|
-
}),
|
|
2239
|
+
}), ca = {
|
|
2220
2240
|
Root: w.Root,
|
|
2221
2241
|
List: w.List,
|
|
2222
2242
|
Item: w.Item,
|
|
2223
|
-
Trigger:
|
|
2243
|
+
Trigger: br,
|
|
2224
2244
|
Content: w.Content,
|
|
2225
2245
|
Portal: w.Portal,
|
|
2226
|
-
Positioner:
|
|
2227
|
-
Viewport:
|
|
2228
|
-
Popup:
|
|
2229
|
-
Link:
|
|
2246
|
+
Positioner: xr,
|
|
2247
|
+
Viewport: hr,
|
|
2248
|
+
Popup: fr,
|
|
2249
|
+
Link: wr,
|
|
2230
2250
|
Icon: w.Icon,
|
|
2231
2251
|
Arrow: w.Arrow
|
|
2232
|
-
},
|
|
2252
|
+
}, st = "flex h-9 w-9 shrink-0 items-center justify-center border-0 bg-transparent text-gryt-muted transition-colors hover:not-data-disabled:bg-white/8 hover:not-data-disabled:text-gryt-text motion-reduce:transition-none disabled:cursor-not-allowed disabled:opacity-50", la = s(
|
|
2233
2253
|
function({ className: t, label: e, scrubbable: r = !1, ...i }, c) {
|
|
2234
2254
|
return /* @__PURE__ */ g(
|
|
2235
2255
|
R.Root,
|
|
@@ -2256,8 +2276,8 @@ const Ze = s(
|
|
|
2256
2276
|
R.Decrement,
|
|
2257
2277
|
{
|
|
2258
2278
|
"aria-label": "Decrease",
|
|
2259
|
-
className: n(
|
|
2260
|
-
children: /* @__PURE__ */ o(
|
|
2279
|
+
className: n(st, "rounded-l-(--gryt-radius-full)"),
|
|
2280
|
+
children: /* @__PURE__ */ o(Dt, { size: 14, weight: "bold" })
|
|
2261
2281
|
}
|
|
2262
2282
|
),
|
|
2263
2283
|
/* @__PURE__ */ o(
|
|
@@ -2266,7 +2286,7 @@ const Ze = s(
|
|
|
2266
2286
|
className: n(
|
|
2267
2287
|
"w-16 border-0 bg-transparent px-1 py-2 text-center",
|
|
2268
2288
|
"font-mono text-sm text-gryt-text tabular-nums outline-none",
|
|
2269
|
-
|
|
2289
|
+
f
|
|
2270
2290
|
)
|
|
2271
2291
|
}
|
|
2272
2292
|
),
|
|
@@ -2274,8 +2294,8 @@ const Ze = s(
|
|
|
2274
2294
|
R.Increment,
|
|
2275
2295
|
{
|
|
2276
2296
|
"aria-label": "Increase",
|
|
2277
|
-
className: n(
|
|
2278
|
-
children: /* @__PURE__ */ o(
|
|
2297
|
+
className: n(st, "rounded-r-(--gryt-radius-full)"),
|
|
2298
|
+
children: /* @__PURE__ */ o(Mt, { size: 14, weight: "bold" })
|
|
2279
2299
|
}
|
|
2280
2300
|
)
|
|
2281
2301
|
]
|
|
@@ -2285,17 +2305,17 @@ const Ze = s(
|
|
|
2285
2305
|
}
|
|
2286
2306
|
);
|
|
2287
2307
|
}
|
|
2288
|
-
),
|
|
2308
|
+
), da = s(
|
|
2289
2309
|
function({ className: t, length: e = 6, ...r }, i) {
|
|
2290
2310
|
return /* @__PURE__ */ o(
|
|
2291
|
-
|
|
2311
|
+
at.Root,
|
|
2292
2312
|
{
|
|
2293
2313
|
ref: i,
|
|
2294
2314
|
length: e,
|
|
2295
2315
|
className: n("gryt-otp-field flex gap-2", t),
|
|
2296
2316
|
...r,
|
|
2297
2317
|
children: Array.from({ length: e }, (c, l) => /* @__PURE__ */ o(
|
|
2298
|
-
|
|
2318
|
+
at.Input,
|
|
2299
2319
|
{
|
|
2300
2320
|
className: n(
|
|
2301
2321
|
"gryt-otp-input h-12 w-10 rounded-(--gryt-radius-md) text-center",
|
|
@@ -2303,7 +2323,7 @@ const Ze = s(
|
|
|
2303
2323
|
"font-mono text-lg text-gryt-text tabular-nums outline-none",
|
|
2304
2324
|
"transition-colors duration-(--gryt-dur-fast) motion-reduce:transition-none",
|
|
2305
2325
|
"data-filled:border-gryt-accent",
|
|
2306
|
-
|
|
2326
|
+
f
|
|
2307
2327
|
)
|
|
2308
2328
|
},
|
|
2309
2329
|
l
|
|
@@ -2311,7 +2331,7 @@ const Ze = s(
|
|
|
2311
2331
|
}
|
|
2312
2332
|
);
|
|
2313
2333
|
}
|
|
2314
|
-
),
|
|
2334
|
+
), vr = s(
|
|
2315
2335
|
function({ className: t, sideOffset: e = 8, ...r }, i) {
|
|
2316
2336
|
return /* @__PURE__ */ o(
|
|
2317
2337
|
M.Positioner,
|
|
@@ -2323,7 +2343,7 @@ const Ze = s(
|
|
|
2323
2343
|
}
|
|
2324
2344
|
);
|
|
2325
2345
|
}
|
|
2326
|
-
),
|
|
2346
|
+
), Nr = s(
|
|
2327
2347
|
function({ className: t, ...e }, r) {
|
|
2328
2348
|
return /* @__PURE__ */ o(
|
|
2329
2349
|
M.Popup,
|
|
@@ -2339,14 +2359,14 @@ const Ze = s(
|
|
|
2339
2359
|
}
|
|
2340
2360
|
);
|
|
2341
2361
|
}
|
|
2342
|
-
),
|
|
2362
|
+
), ga = {
|
|
2343
2363
|
Root: M.Root,
|
|
2344
2364
|
Trigger: M.Trigger,
|
|
2345
2365
|
Portal: M.Portal,
|
|
2346
|
-
Positioner:
|
|
2347
|
-
Popup:
|
|
2366
|
+
Positioner: vr,
|
|
2367
|
+
Popup: Nr,
|
|
2348
2368
|
Arrow: M.Arrow
|
|
2349
|
-
},
|
|
2369
|
+
}, Pr = s(function({ className: t, ...e }, r) {
|
|
2350
2370
|
return /* @__PURE__ */ o(
|
|
2351
2371
|
G.Root,
|
|
2352
2372
|
{
|
|
@@ -2359,7 +2379,7 @@ const Ze = s(
|
|
|
2359
2379
|
...e
|
|
2360
2380
|
}
|
|
2361
2381
|
);
|
|
2362
|
-
}),
|
|
2382
|
+
}), Tr = s(function({ className: t, ...e }, r) {
|
|
2363
2383
|
return /* @__PURE__ */ o(
|
|
2364
2384
|
G.Separator,
|
|
2365
2385
|
{
|
|
@@ -2368,104 +2388,104 @@ const Ze = s(
|
|
|
2368
2388
|
...e
|
|
2369
2389
|
}
|
|
2370
2390
|
);
|
|
2371
|
-
}),
|
|
2372
|
-
Root:
|
|
2391
|
+
}), ua = {
|
|
2392
|
+
Root: Pr,
|
|
2373
2393
|
Group: G.Group,
|
|
2374
2394
|
Button: G.Button,
|
|
2375
2395
|
Link: G.Link,
|
|
2376
2396
|
Input: G.Input,
|
|
2377
|
-
Separator:
|
|
2397
|
+
Separator: Tr
|
|
2378
2398
|
};
|
|
2379
2399
|
export {
|
|
2380
|
-
|
|
2381
|
-
|
|
2382
|
-
|
|
2383
|
-
|
|
2384
|
-
|
|
2385
|
-
|
|
2386
|
-
|
|
2387
|
-
|
|
2388
|
-
|
|
2389
|
-
|
|
2390
|
-
|
|
2391
|
-
|
|
2392
|
-
|
|
2393
|
-
|
|
2394
|
-
|
|
2395
|
-
|
|
2396
|
-
|
|
2397
|
-
|
|
2398
|
-
|
|
2399
|
-
|
|
2400
|
-
|
|
2401
|
-
|
|
2402
|
-
|
|
2403
|
-
|
|
2404
|
-
|
|
2405
|
-
|
|
2406
|
-
|
|
2407
|
-
|
|
2408
|
-
|
|
2409
|
-
|
|
2410
|
-
|
|
2411
|
-
|
|
2412
|
-
|
|
2413
|
-
|
|
2414
|
-
|
|
2415
|
-
|
|
2416
|
-
|
|
2417
|
-
|
|
2418
|
-
|
|
2419
|
-
|
|
2420
|
-
|
|
2421
|
-
|
|
2422
|
-
|
|
2423
|
-
|
|
2424
|
-
|
|
2425
|
-
|
|
2426
|
-
|
|
2427
|
-
|
|
2428
|
-
|
|
2429
|
-
|
|
2430
|
-
|
|
2431
|
-
|
|
2432
|
-
|
|
2433
|
-
|
|
2434
|
-
|
|
2435
|
-
|
|
2436
|
-
|
|
2437
|
-
|
|
2438
|
-
|
|
2439
|
-
|
|
2440
|
-
|
|
2400
|
+
Oo as Accordion,
|
|
2401
|
+
Bo as Alert,
|
|
2402
|
+
ta as AlertDialog,
|
|
2403
|
+
ra as Autocomplete,
|
|
2404
|
+
te as Avatar,
|
|
2405
|
+
Po as Badge,
|
|
2406
|
+
Xt as Button,
|
|
2407
|
+
Go as Card,
|
|
2408
|
+
zo as CardActions,
|
|
2409
|
+
jo as CardContent,
|
|
2410
|
+
Lo as CardHeader,
|
|
2411
|
+
ko as Checkbox,
|
|
2412
|
+
oa as CheckboxGroup,
|
|
2413
|
+
To as Chip,
|
|
2414
|
+
aa as Collapsible,
|
|
2415
|
+
ea as Combobox,
|
|
2416
|
+
vo as Composer,
|
|
2417
|
+
Xo as ContextMenu,
|
|
2418
|
+
No as ConversationItem,
|
|
2419
|
+
_o as Dialog,
|
|
2420
|
+
Mo as Divider,
|
|
2421
|
+
Yo as Drawer,
|
|
2422
|
+
ia as Fieldset,
|
|
2423
|
+
na as Form,
|
|
2424
|
+
pa as GRYT_HUE_KEYS,
|
|
2425
|
+
ba as GRYT_NEUTRAL_KEYS,
|
|
2426
|
+
fa as GRYT_RADIUS_KEYS,
|
|
2427
|
+
xa as GRYT_THEME_NAME_MAX,
|
|
2428
|
+
bo as GrytProvider,
|
|
2429
|
+
fo as IconButton,
|
|
2430
|
+
K as Menu,
|
|
2431
|
+
sa as Menubar,
|
|
2432
|
+
ho as MessageBubble,
|
|
2433
|
+
qo as Meter,
|
|
2434
|
+
ca as NavigationMenu,
|
|
2435
|
+
la as NumberField,
|
|
2436
|
+
da as OtpField,
|
|
2437
|
+
Uo as Popover,
|
|
2438
|
+
ga as PreviewCard,
|
|
2439
|
+
Fo as Progress,
|
|
2440
|
+
Co as Radio,
|
|
2441
|
+
So as RadioGroup,
|
|
2442
|
+
Qo as ScrollArea,
|
|
2443
|
+
Io as Select,
|
|
2444
|
+
Vo as Skeleton,
|
|
2445
|
+
Ro as Slider,
|
|
2446
|
+
Eo as Spinner,
|
|
2447
|
+
xo as Surface,
|
|
2448
|
+
$o as Switch,
|
|
2449
|
+
Se as Tab,
|
|
2450
|
+
Ho as Tabs,
|
|
2451
|
+
wo as TextField,
|
|
2452
|
+
Ko as Toast,
|
|
2453
|
+
Zo as Toggle,
|
|
2454
|
+
Jo as ToggleGroup,
|
|
2455
|
+
ua as Toolbar,
|
|
2456
|
+
Ao as Tooltip,
|
|
2457
|
+
Do as TooltipProvider,
|
|
2458
|
+
ha as alphaScale,
|
|
2459
|
+
Ka as avatarSeed,
|
|
2460
|
+
wa as cloneGrytTheme,
|
|
2441
2461
|
n as cn,
|
|
2442
|
-
|
|
2443
|
-
|
|
2444
|
-
|
|
2445
|
-
|
|
2446
|
-
|
|
2447
|
-
|
|
2448
|
-
|
|
2449
|
-
|
|
2450
|
-
|
|
2451
|
-
|
|
2452
|
-
|
|
2453
|
-
|
|
2454
|
-
|
|
2455
|
-
|
|
2456
|
-
|
|
2457
|
-
|
|
2458
|
-
|
|
2459
|
-
|
|
2460
|
-
|
|
2461
|
-
|
|
2462
|
-
|
|
2463
|
-
|
|
2464
|
-
|
|
2465
|
-
|
|
2466
|
-
|
|
2467
|
-
|
|
2468
|
-
|
|
2469
|
-
|
|
2462
|
+
va as contrast,
|
|
2463
|
+
Na as createGrytTheme,
|
|
2464
|
+
Pa as decodeGrytTheme,
|
|
2465
|
+
Ta as encodeGrytTheme,
|
|
2466
|
+
ka as grytAlphaScales,
|
|
2467
|
+
Ca as grytAlphaScalesLight,
|
|
2468
|
+
Sa as grytLightTokens,
|
|
2469
|
+
$a as grytPresets,
|
|
2470
|
+
Ra as grytPresetsById,
|
|
2471
|
+
Ia as grytScales,
|
|
2472
|
+
Aa as grytScalesLight,
|
|
2473
|
+
Da as grytTheme,
|
|
2474
|
+
Ma as grytThemeHues,
|
|
2475
|
+
Ga as grytThemeToOptions,
|
|
2476
|
+
La as grytTokens,
|
|
2477
|
+
ja as hexToOklch,
|
|
2478
|
+
za as hexToRgb,
|
|
2479
|
+
Ba as hueScale,
|
|
2480
|
+
Fa as hueScaleLight,
|
|
2481
|
+
Ea as isHexColor,
|
|
2482
|
+
Va as neutralScale,
|
|
2483
|
+
_a as neutralScaleLight,
|
|
2484
|
+
Ya as normalizeHexColor,
|
|
2485
|
+
Ha as normalizeThemeName,
|
|
2486
|
+
Oa as oklchToHex,
|
|
2487
|
+
Xa as rgbToHex,
|
|
2488
|
+
ge as useMediaQuery,
|
|
2489
|
+
Wo as useToastManager
|
|
2470
2490
|
};
|
|
2471
2491
|
//# sourceMappingURL=index.js.map
|