@saasflare/ui 3.0.0 → 3.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +34 -15
- package/dist/{chunk-7UGPCRZ6.mjs → chunk-2DNKXA5A.mjs} +1 -1
- package/dist/chunk-BIU2MD4T.mjs +56 -0
- package/dist/chunk-M3ICCPCU.js +60 -0
- package/dist/{chunk-QWLQV6FS.mjs → chunk-ORB66UYT.mjs} +2 -46
- package/dist/{chunk-VQQ6MF5I.js → chunk-XXT4HKND.js} +7 -7
- package/dist/{chunk-OYH6LQWR.js → chunk-YAE5VBWJ.js} +6 -50
- package/dist/entries/calendar.js +35 -35
- package/dist/entries/calendar.mjs +2 -2
- package/dist/entries/carousel.js +9 -9
- package/dist/entries/carousel.mjs +2 -2
- package/dist/entries/chart.js +10 -10
- package/dist/entries/chart.mjs +1 -1
- package/dist/entries/command.js +15 -15
- package/dist/entries/command.mjs +2 -2
- package/dist/entries/drawer.js +7 -7
- package/dist/entries/drawer.mjs +1 -1
- package/dist/entries/input-otp.js +5 -5
- package/dist/entries/input-otp.mjs +1 -1
- package/dist/entries/resizable.js +3 -3
- package/dist/entries/resizable.mjs +1 -1
- package/dist/index.js +289 -289
- package/dist/index.mjs +6 -6
- package/package.json +1 -1
- package/dist/chunk-JOVJRQO3.js +0 -12
- package/dist/chunk-S26666D6.mjs +0 -10
package/dist/index.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
'use strict';
|
|
3
3
|
|
|
4
|
-
var
|
|
5
|
-
var
|
|
4
|
+
var chunkYAE5VBWJ_js = require('./chunk-YAE5VBWJ.js');
|
|
5
|
+
var chunkXXT4HKND_js = require('./chunk-XXT4HKND.js');
|
|
6
6
|
var chunkCWW36RYE_js = require('./chunk-CWW36RYE.js');
|
|
7
|
-
var
|
|
7
|
+
var chunkM3ICCPCU_js = require('./chunk-M3ICCPCU.js');
|
|
8
8
|
var React5 = require('react');
|
|
9
9
|
var react = require('motion/react');
|
|
10
10
|
var jsxRuntime = require('react/jsx-runtime');
|
|
@@ -234,7 +234,7 @@ function Card({ className, ...props }) {
|
|
|
234
234
|
"data-slot": "card",
|
|
235
235
|
whileHover: reduced ? void 0 : { y: -2, boxShadow: "0 8px 30px rgba(0,0,0,0.08)" },
|
|
236
236
|
transition: reduced ? chunkCWW36RYE_js.noMotion : chunkCWW36RYE_js.springGentle,
|
|
237
|
-
className:
|
|
237
|
+
className: chunkM3ICCPCU_js.cn(
|
|
238
238
|
"flex flex-col gap-6 rounded-xl border bg-card py-6 text-card-foreground shadow-sm transition-[border-color] duration-300 hover:border-primary/20",
|
|
239
239
|
className
|
|
240
240
|
),
|
|
@@ -247,7 +247,7 @@ function CardHeader({ className, ...props }) {
|
|
|
247
247
|
"div",
|
|
248
248
|
{
|
|
249
249
|
"data-slot": "card-header",
|
|
250
|
-
className:
|
|
250
|
+
className: chunkM3ICCPCU_js.cn(
|
|
251
251
|
"@container/card-header grid auto-rows-min grid-rows-[auto_auto] items-start gap-2 px-6 has-data-[slot=card-action]:grid-cols-[1fr_auto] [.border-b]:pb-6",
|
|
252
252
|
className
|
|
253
253
|
),
|
|
@@ -260,7 +260,7 @@ function CardTitle({ className, ...props }) {
|
|
|
260
260
|
"div",
|
|
261
261
|
{
|
|
262
262
|
"data-slot": "card-title",
|
|
263
|
-
className:
|
|
263
|
+
className: chunkM3ICCPCU_js.cn("leading-none font-semibold", className),
|
|
264
264
|
...props
|
|
265
265
|
}
|
|
266
266
|
);
|
|
@@ -270,7 +270,7 @@ function CardDescription({ className, ...props }) {
|
|
|
270
270
|
"div",
|
|
271
271
|
{
|
|
272
272
|
"data-slot": "card-description",
|
|
273
|
-
className:
|
|
273
|
+
className: chunkM3ICCPCU_js.cn("text-sm text-muted-foreground", className),
|
|
274
274
|
...props
|
|
275
275
|
}
|
|
276
276
|
);
|
|
@@ -280,7 +280,7 @@ function CardAction({ className, ...props }) {
|
|
|
280
280
|
"div",
|
|
281
281
|
{
|
|
282
282
|
"data-slot": "card-action",
|
|
283
|
-
className:
|
|
283
|
+
className: chunkM3ICCPCU_js.cn(
|
|
284
284
|
"col-start-2 row-span-2 row-start-1 self-start justify-self-end",
|
|
285
285
|
className
|
|
286
286
|
),
|
|
@@ -293,7 +293,7 @@ function CardContent({ className, ...props }) {
|
|
|
293
293
|
"div",
|
|
294
294
|
{
|
|
295
295
|
"data-slot": "card-content",
|
|
296
|
-
className:
|
|
296
|
+
className: chunkM3ICCPCU_js.cn("px-6", className),
|
|
297
297
|
...props
|
|
298
298
|
}
|
|
299
299
|
);
|
|
@@ -303,7 +303,7 @@ function CardFooter({ className, ...props }) {
|
|
|
303
303
|
"div",
|
|
304
304
|
{
|
|
305
305
|
"data-slot": "card-footer",
|
|
306
|
-
className:
|
|
306
|
+
className: chunkM3ICCPCU_js.cn("flex items-center px-6 [.border-t]:pt-6", className),
|
|
307
307
|
...props
|
|
308
308
|
}
|
|
309
309
|
);
|
|
@@ -331,7 +331,7 @@ function AlertDialogOverlay({
|
|
|
331
331
|
AlertDialogPrimitive__namespace.Overlay,
|
|
332
332
|
{
|
|
333
333
|
"data-slot": "alert-dialog-overlay",
|
|
334
|
-
className:
|
|
334
|
+
className: chunkM3ICCPCU_js.cn(
|
|
335
335
|
"fixed inset-0 z-50 bg-black/50 backdrop-blur-[2px] data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0",
|
|
336
336
|
className
|
|
337
337
|
),
|
|
@@ -360,7 +360,7 @@ function AlertDialogContent({
|
|
|
360
360
|
animate: { opacity: 1, scale: 1, y: 0 },
|
|
361
361
|
exit: reduced ? { opacity: 0 } : { opacity: 0, scale: 0.95, y: 10 },
|
|
362
362
|
transition: reduced ? chunkCWW36RYE_js.noMotion : chunkCWW36RYE_js.springBouncy,
|
|
363
|
-
className:
|
|
363
|
+
className: chunkM3ICCPCU_js.cn(
|
|
364
364
|
"fixed top-[50%] left-[50%] z-50 grid w-full max-w-[calc(100%-2rem)] translate-x-[-50%] translate-y-[-50%] gap-4 rounded-lg border bg-background p-6 shadow-lg sm:max-w-lg",
|
|
365
365
|
className
|
|
366
366
|
),
|
|
@@ -376,7 +376,7 @@ function AlertDialogHeader({ className, ...props }) {
|
|
|
376
376
|
"div",
|
|
377
377
|
{
|
|
378
378
|
"data-slot": "alert-dialog-header",
|
|
379
|
-
className:
|
|
379
|
+
className: chunkM3ICCPCU_js.cn("flex flex-col gap-2 text-center sm:text-left", className),
|
|
380
380
|
...props
|
|
381
381
|
}
|
|
382
382
|
);
|
|
@@ -386,7 +386,7 @@ function AlertDialogFooter({ className, ...props }) {
|
|
|
386
386
|
"div",
|
|
387
387
|
{
|
|
388
388
|
"data-slot": "alert-dialog-footer",
|
|
389
|
-
className:
|
|
389
|
+
className: chunkM3ICCPCU_js.cn("flex flex-col-reverse gap-2 sm:flex-row sm:justify-end", className),
|
|
390
390
|
...props
|
|
391
391
|
}
|
|
392
392
|
);
|
|
@@ -399,7 +399,7 @@ function AlertDialogTitle({
|
|
|
399
399
|
AlertDialogPrimitive__namespace.Title,
|
|
400
400
|
{
|
|
401
401
|
"data-slot": "alert-dialog-title",
|
|
402
|
-
className:
|
|
402
|
+
className: chunkM3ICCPCU_js.cn("text-lg font-semibold", className),
|
|
403
403
|
...props
|
|
404
404
|
}
|
|
405
405
|
);
|
|
@@ -412,7 +412,7 @@ function AlertDialogDescription({
|
|
|
412
412
|
AlertDialogPrimitive__namespace.Description,
|
|
413
413
|
{
|
|
414
414
|
"data-slot": "alert-dialog-description",
|
|
415
|
-
className:
|
|
415
|
+
className: chunkM3ICCPCU_js.cn("text-sm text-muted-foreground", className),
|
|
416
416
|
...props
|
|
417
417
|
}
|
|
418
418
|
);
|
|
@@ -425,7 +425,7 @@ function AlertDialogAction({
|
|
|
425
425
|
AlertDialogPrimitive__namespace.Action,
|
|
426
426
|
{
|
|
427
427
|
"data-intent": "primary",
|
|
428
|
-
className:
|
|
428
|
+
className: chunkM3ICCPCU_js.cn(chunkYAE5VBWJ_js.buttonVariants({ variant: "solid" }), className),
|
|
429
429
|
...props
|
|
430
430
|
}
|
|
431
431
|
);
|
|
@@ -438,7 +438,7 @@ function AlertDialogCancel({
|
|
|
438
438
|
AlertDialogPrimitive__namespace.Cancel,
|
|
439
439
|
{
|
|
440
440
|
"data-intent": "neutral",
|
|
441
|
-
className:
|
|
441
|
+
className: chunkM3ICCPCU_js.cn(chunkYAE5VBWJ_js.buttonVariants({ variant: "outline" }), className),
|
|
442
442
|
...props
|
|
443
443
|
}
|
|
444
444
|
);
|
|
@@ -456,7 +456,7 @@ function AccordionItem({
|
|
|
456
456
|
AccordionPrimitive__namespace.Item,
|
|
457
457
|
{
|
|
458
458
|
"data-slot": "accordion-item",
|
|
459
|
-
className:
|
|
459
|
+
className: chunkM3ICCPCU_js.cn("border-b last:border-b-0", className),
|
|
460
460
|
...props
|
|
461
461
|
}
|
|
462
462
|
);
|
|
@@ -471,7 +471,7 @@ function AccordionTrigger({
|
|
|
471
471
|
AccordionPrimitive__namespace.Trigger,
|
|
472
472
|
{
|
|
473
473
|
"data-slot": "accordion-trigger",
|
|
474
|
-
className:
|
|
474
|
+
className: chunkM3ICCPCU_js.cn(
|
|
475
475
|
"flex flex-1 cursor-pointer items-start justify-between gap-4 rounded-md py-4 text-left text-sm font-medium transition-all outline-none hover:underline focus-visible:border-ring focus-visible:ring-[3px] focus-visible:ring-ring/50 disabled:pointer-events-none disabled:opacity-50 [&[data-state=open]>svg]:rotate-180",
|
|
476
476
|
className
|
|
477
477
|
),
|
|
@@ -509,7 +509,7 @@ function AccordionContent({
|
|
|
509
509
|
initial: reduced ? false : { opacity: 0 },
|
|
510
510
|
animate: { opacity: 1 },
|
|
511
511
|
transition: reduced ? { duration: 0 } : { delay: 0.1, duration: 0.2 },
|
|
512
|
-
className:
|
|
512
|
+
className: chunkM3ICCPCU_js.cn("pt-0 pb-4", className),
|
|
513
513
|
children
|
|
514
514
|
}
|
|
515
515
|
)
|
|
@@ -527,7 +527,7 @@ function Tabs({
|
|
|
527
527
|
"data-slot": "tabs",
|
|
528
528
|
"data-orientation": orientation,
|
|
529
529
|
orientation,
|
|
530
|
-
className:
|
|
530
|
+
className: chunkM3ICCPCU_js.cn(
|
|
531
531
|
"group/tabs flex gap-2 data-[orientation=horizontal]:flex-col",
|
|
532
532
|
className
|
|
533
533
|
),
|
|
@@ -601,7 +601,7 @@ function TabsList({
|
|
|
601
601
|
ref: listRef,
|
|
602
602
|
"data-slot": "tabs-list",
|
|
603
603
|
"data-variant": variant,
|
|
604
|
-
className:
|
|
604
|
+
className: chunkM3ICCPCU_js.cn(tabsListVariants({ variant }), className),
|
|
605
605
|
...props,
|
|
606
606
|
children: [
|
|
607
607
|
pos !== null && /* @__PURE__ */ jsxRuntime.jsx(
|
|
@@ -635,7 +635,7 @@ function TabsTrigger({
|
|
|
635
635
|
TabsPrimitive__namespace.Trigger,
|
|
636
636
|
{
|
|
637
637
|
"data-slot": "tabs-trigger",
|
|
638
|
-
className:
|
|
638
|
+
className: chunkM3ICCPCU_js.cn(
|
|
639
639
|
"relative z-10 inline-flex h-[calc(100%-1px)] flex-1 cursor-pointer items-center justify-center gap-1.5 rounded-md border border-transparent px-2 py-1 text-sm font-medium whitespace-nowrap text-foreground/60 transition-colors group-data-[orientation=vertical]/tabs:w-full group-data-[orientation=vertical]/tabs:justify-start hover:text-foreground focus-visible:border-ring focus-visible:ring-[3px] focus-visible:ring-ring/50 focus-visible:outline-1 focus-visible:outline-ring disabled:pointer-events-none disabled:opacity-50 dark:text-muted-foreground dark:hover:text-foreground [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4",
|
|
640
640
|
"data-[state=active]:text-foreground dark:data-[state=active]:text-foreground",
|
|
641
641
|
className
|
|
@@ -653,7 +653,7 @@ function TabsContent({
|
|
|
653
653
|
TabsPrimitive__namespace.Content,
|
|
654
654
|
{
|
|
655
655
|
"data-slot": "tabs-content",
|
|
656
|
-
className:
|
|
656
|
+
className: chunkM3ICCPCU_js.cn("flex-1 outline-none", className),
|
|
657
657
|
...props
|
|
658
658
|
}
|
|
659
659
|
);
|
|
@@ -666,7 +666,7 @@ function Input({ className, type, ...props }) {
|
|
|
666
666
|
"data-slot": "input",
|
|
667
667
|
whileFocus: { boxShadow: "0 0 0 3px hsl(var(--ring) / 0.3)" },
|
|
668
668
|
transition: { type: "spring", stiffness: 300, damping: 20 },
|
|
669
|
-
className:
|
|
669
|
+
className: chunkM3ICCPCU_js.cn(
|
|
670
670
|
"h-9 w-full min-w-0 rounded-md border border-input bg-transparent px-3 py-1 text-base shadow-xs transition-[color,border-color] outline-none selection:bg-primary selection:text-primary-foreground file:inline-flex file:h-7 file:border-0 file:bg-transparent file:text-sm file:font-medium file:text-foreground placeholder:text-muted-foreground disabled:pointer-events-none disabled:cursor-not-allowed disabled:opacity-50 md:text-sm dark:bg-input/30",
|
|
671
671
|
"focus-visible:border-ring",
|
|
672
672
|
"aria-invalid:border-destructive aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40",
|
|
@@ -683,7 +683,7 @@ function Textarea({ className, ...props }) {
|
|
|
683
683
|
"data-slot": "textarea",
|
|
684
684
|
whileFocus: { boxShadow: "0 0 0 3px hsl(var(--ring) / 0.3)" },
|
|
685
685
|
transition: { type: "spring", stiffness: 300, damping: 20 },
|
|
686
|
-
className:
|
|
686
|
+
className: chunkM3ICCPCU_js.cn(
|
|
687
687
|
"w-full min-w-0 rounded-md border border-input bg-transparent px-3 py-2 text-base shadow-xs transition-[color,border-color] outline-none selection:bg-primary selection:text-primary-foreground placeholder:text-muted-foreground disabled:pointer-events-none disabled:cursor-not-allowed disabled:opacity-50 md:text-sm dark:bg-input/30",
|
|
688
688
|
"field-sizing-content min-h-16",
|
|
689
689
|
"focus-visible:border-ring",
|
|
@@ -702,8 +702,8 @@ function Checkbox({
|
|
|
702
702
|
CheckboxPrimitive__namespace.Root,
|
|
703
703
|
{
|
|
704
704
|
"data-slot": "checkbox",
|
|
705
|
-
className:
|
|
706
|
-
"peer size-4 shrink-0 cursor-pointer rounded-
|
|
705
|
+
className: chunkM3ICCPCU_js.cn(
|
|
706
|
+
"peer size-4 shrink-0 cursor-pointer rounded-lg border border-input shadow-xs transition-shadow outline-none focus-visible:border-ring focus-visible:ring-[3px] focus-visible:ring-ring/50 disabled:cursor-not-allowed disabled:opacity-50 aria-invalid:border-destructive aria-invalid:ring-destructive/20 data-[state=checked]:border-primary data-[state=checked]:bg-primary data-[state=checked]:text-primary-foreground dark:bg-input/30 dark:aria-invalid:ring-destructive/40 dark:data-[state=checked]:bg-primary",
|
|
707
707
|
className
|
|
708
708
|
),
|
|
709
709
|
...props,
|
|
@@ -738,7 +738,7 @@ function Switch({
|
|
|
738
738
|
{
|
|
739
739
|
"data-slot": "switch",
|
|
740
740
|
"data-size": size,
|
|
741
|
-
className:
|
|
741
|
+
className: chunkM3ICCPCU_js.cn(
|
|
742
742
|
"peer group/switch inline-flex shrink-0 cursor-pointer items-center rounded-full border border-transparent shadow-xs outline-none focus-visible:border-ring focus-visible:ring-[3px] focus-visible:ring-ring/50 disabled:cursor-not-allowed disabled:opacity-50 data-[size=default]:h-[1.15rem] data-[size=default]:w-8 data-[size=sm]:h-3.5 data-[size=sm]:w-6 data-[state=checked]:bg-primary data-[state=unchecked]:bg-input dark:data-[state=unchecked]:bg-input/80",
|
|
743
743
|
"transition-colors duration-200",
|
|
744
744
|
className
|
|
@@ -772,7 +772,7 @@ function Progress({
|
|
|
772
772
|
ProgressPrimitive__namespace.Root,
|
|
773
773
|
{
|
|
774
774
|
"data-slot": "progress",
|
|
775
|
-
className:
|
|
775
|
+
className: chunkM3ICCPCU_js.cn(
|
|
776
776
|
"relative h-2 w-full overflow-hidden rounded-full bg-primary/20",
|
|
777
777
|
className
|
|
778
778
|
),
|
|
@@ -839,7 +839,7 @@ function Badge({
|
|
|
839
839
|
"data-slot": "badge",
|
|
840
840
|
"data-variant": resolvedVariant,
|
|
841
841
|
"data-intent": resolvedIntent,
|
|
842
|
-
className:
|
|
842
|
+
className: chunkM3ICCPCU_js.cn(badgeVariants({ variant: resolvedVariant, size }), className),
|
|
843
843
|
...props
|
|
844
844
|
}
|
|
845
845
|
);
|
|
@@ -852,7 +852,7 @@ function Badge({
|
|
|
852
852
|
"data-intent": resolvedIntent,
|
|
853
853
|
whileHover: reduced ? void 0 : { scale: 1.05 },
|
|
854
854
|
transition: reduced ? chunkCWW36RYE_js.noMotion : chunkCWW36RYE_js.spring,
|
|
855
|
-
className:
|
|
855
|
+
className: chunkM3ICCPCU_js.cn(badgeVariants({ variant: resolvedVariant, size }), className),
|
|
856
856
|
...props
|
|
857
857
|
}
|
|
858
858
|
);
|
|
@@ -900,7 +900,7 @@ function TooltipContent({
|
|
|
900
900
|
animate: { opacity: 1, scale: 1, y: 0 },
|
|
901
901
|
exit: { opacity: 0, scale: 0.92 },
|
|
902
902
|
transition: chunkCWW36RYE_js.springBouncy,
|
|
903
|
-
className:
|
|
903
|
+
className: chunkM3ICCPCU_js.cn(
|
|
904
904
|
"z-50 w-fit overflow-hidden rounded-md bg-primary px-3 py-1.5 text-xs text-primary-foreground shadow-md",
|
|
905
905
|
className
|
|
906
906
|
),
|
|
@@ -946,7 +946,7 @@ function PopoverContent({
|
|
|
946
946
|
animate: { opacity: 1, scale: 1, y: 0 },
|
|
947
947
|
exit: { opacity: 0, scale: 0.95, y: -4 },
|
|
948
948
|
transition: chunkCWW36RYE_js.springBouncy,
|
|
949
|
-
className:
|
|
949
|
+
className: chunkM3ICCPCU_js.cn(
|
|
950
950
|
"z-50 w-72 origin-[var(--radix-popover-content-transform-origin)] rounded-md border bg-popover p-4 text-popover-foreground shadow-md outline-hidden",
|
|
951
951
|
className
|
|
952
952
|
)
|
|
@@ -986,7 +986,7 @@ function HoverCardContent({
|
|
|
986
986
|
animate: { opacity: 1, scale: 1, y: 0 },
|
|
987
987
|
exit: { opacity: 0, scale: 0.95 },
|
|
988
988
|
transition: chunkCWW36RYE_js.springBouncy,
|
|
989
|
-
className:
|
|
989
|
+
className: chunkM3ICCPCU_js.cn(
|
|
990
990
|
"z-50 w-64 origin-[var(--radix-hover-card-content-transform-origin)] rounded-md border bg-popover p-4 text-popover-foreground shadow-md outline-hidden",
|
|
991
991
|
className
|
|
992
992
|
)
|
|
@@ -1021,7 +1021,7 @@ function SelectTrigger({
|
|
|
1021
1021
|
{
|
|
1022
1022
|
"data-slot": "select-trigger",
|
|
1023
1023
|
"data-size": size,
|
|
1024
|
-
className:
|
|
1024
|
+
className: chunkM3ICCPCU_js.cn(
|
|
1025
1025
|
"flex w-fit cursor-pointer items-center justify-between gap-2 rounded-md border border-input bg-transparent px-3 py-2 text-sm whitespace-nowrap shadow-xs transition-[color,box-shadow,border-color] outline-none focus-visible:border-ring focus-visible:ring-[3px] focus-visible:ring-ring/50 disabled:cursor-not-allowed disabled:opacity-50 data-[size=default]:h-9 data-[size=sm]:h-8 *:data-[slot=select-value]:line-clamp-1 *:data-[slot=select-value]:flex *:data-[slot=select-value]:items-center *:data-[slot=select-value]:gap-2 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4 dark:bg-input/30",
|
|
1026
1026
|
"aria-invalid:border-destructive aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40",
|
|
1027
1027
|
className
|
|
@@ -1053,7 +1053,7 @@ function SelectContent({
|
|
|
1053
1053
|
initial: { opacity: 0, scale: 0.96, y: -4 },
|
|
1054
1054
|
animate: { opacity: 1, scale: 1, y: 0 },
|
|
1055
1055
|
transition: chunkCWW36RYE_js.springBouncy,
|
|
1056
|
-
className:
|
|
1056
|
+
className: chunkM3ICCPCU_js.cn(
|
|
1057
1057
|
"relative z-50 max-h-[min(var(--radix-select-content-available-height),24rem)] min-w-[8rem] overflow-hidden rounded-md border bg-popover text-popover-foreground shadow-md",
|
|
1058
1058
|
position === "popper" && "w-full min-w-[var(--radix-select-trigger-width)]",
|
|
1059
1059
|
className
|
|
@@ -1063,7 +1063,7 @@ function SelectContent({
|
|
|
1063
1063
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1064
1064
|
SelectPrimitive__namespace.Viewport,
|
|
1065
1065
|
{
|
|
1066
|
-
className:
|
|
1066
|
+
className: chunkM3ICCPCU_js.cn(
|
|
1067
1067
|
"p-1",
|
|
1068
1068
|
position === "popper" && "h-[var(--radix-select-trigger-height)]"
|
|
1069
1069
|
),
|
|
@@ -1085,7 +1085,7 @@ function SelectLabel({
|
|
|
1085
1085
|
SelectPrimitive__namespace.Label,
|
|
1086
1086
|
{
|
|
1087
1087
|
"data-slot": "select-label",
|
|
1088
|
-
className:
|
|
1088
|
+
className: chunkM3ICCPCU_js.cn("px-2 py-1.5 text-sm font-medium", className),
|
|
1089
1089
|
...props
|
|
1090
1090
|
}
|
|
1091
1091
|
);
|
|
@@ -1099,7 +1099,7 @@ function SelectItem({
|
|
|
1099
1099
|
SelectPrimitive__namespace.Item,
|
|
1100
1100
|
{
|
|
1101
1101
|
"data-slot": "select-item",
|
|
1102
|
-
className:
|
|
1102
|
+
className: chunkM3ICCPCU_js.cn(
|
|
1103
1103
|
"relative flex w-full cursor-default items-center gap-2 rounded-sm py-1.5 pr-8 pl-2 text-sm outline-hidden select-none data-[disabled]:pointer-events-none data-[disabled]:opacity-50 focus:bg-accent focus:text-accent-foreground [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4 *:[span]:last:flex *:[span]:last:items-center *:[span]:last:gap-2",
|
|
1104
1104
|
className
|
|
1105
1105
|
),
|
|
@@ -1119,7 +1119,7 @@ function SelectSeparator({
|
|
|
1119
1119
|
SelectPrimitive__namespace.Separator,
|
|
1120
1120
|
{
|
|
1121
1121
|
"data-slot": "select-separator",
|
|
1122
|
-
className:
|
|
1122
|
+
className: chunkM3ICCPCU_js.cn("bg-border pointer-events-none -mx-1 my-1 h-px", className),
|
|
1123
1123
|
...props
|
|
1124
1124
|
}
|
|
1125
1125
|
);
|
|
@@ -1132,7 +1132,7 @@ function SelectScrollUpButton({
|
|
|
1132
1132
|
SelectPrimitive__namespace.ScrollUpButton,
|
|
1133
1133
|
{
|
|
1134
1134
|
"data-slot": "select-scroll-up-button",
|
|
1135
|
-
className:
|
|
1135
|
+
className: chunkM3ICCPCU_js.cn("flex cursor-default items-center justify-center py-1", className),
|
|
1136
1136
|
...props,
|
|
1137
1137
|
children: /* @__PURE__ */ jsxRuntime.jsx(lucideReact.ChevronUpIcon, { className: "size-4" })
|
|
1138
1138
|
}
|
|
@@ -1146,7 +1146,7 @@ function SelectScrollDownButton({
|
|
|
1146
1146
|
SelectPrimitive__namespace.ScrollDownButton,
|
|
1147
1147
|
{
|
|
1148
1148
|
"data-slot": "select-scroll-down-button",
|
|
1149
|
-
className:
|
|
1149
|
+
className: chunkM3ICCPCU_js.cn("flex cursor-default items-center justify-center py-1", className),
|
|
1150
1150
|
...props,
|
|
1151
1151
|
children: /* @__PURE__ */ jsxRuntime.jsx(lucideReact.ChevronDownIcon, { className: "size-4" })
|
|
1152
1152
|
}
|
|
@@ -1159,7 +1159,7 @@ function DropdownMenuPortal({ ...props }) {
|
|
|
1159
1159
|
return /* @__PURE__ */ jsxRuntime.jsx(DropdownMenuPrimitive__namespace.Portal, { "data-slot": "dropdown-menu-portal", ...props });
|
|
1160
1160
|
}
|
|
1161
1161
|
function DropdownMenuTrigger({ className, ...props }) {
|
|
1162
|
-
return /* @__PURE__ */ jsxRuntime.jsx(DropdownMenuPrimitive__namespace.Trigger, { "data-slot": "dropdown-menu-trigger", className:
|
|
1162
|
+
return /* @__PURE__ */ jsxRuntime.jsx(DropdownMenuPrimitive__namespace.Trigger, { "data-slot": "dropdown-menu-trigger", className: chunkM3ICCPCU_js.cn("cursor-pointer", className), ...props });
|
|
1163
1163
|
}
|
|
1164
1164
|
function DropdownMenuGroup({ ...props }) {
|
|
1165
1165
|
return /* @__PURE__ */ jsxRuntime.jsx(DropdownMenuPrimitive__namespace.Group, { "data-slot": "dropdown-menu-group", ...props });
|
|
@@ -1189,7 +1189,7 @@ function DropdownMenuContent({
|
|
|
1189
1189
|
animate: { opacity: 1, scale: 1, y: 0 },
|
|
1190
1190
|
exit: { opacity: 0, scale: 0.95, y: -4 },
|
|
1191
1191
|
transition: chunkCWW36RYE_js.springBouncy,
|
|
1192
|
-
className:
|
|
1192
|
+
className: chunkM3ICCPCU_js.cn(
|
|
1193
1193
|
"z-50 max-h-[var(--radix-dropdown-menu-content-available-height)] min-w-[8rem] origin-[var(--radix-dropdown-menu-content-transform-origin)] overflow-x-hidden overflow-y-auto rounded-md border bg-popover p-1 text-popover-foreground shadow-md",
|
|
1194
1194
|
className
|
|
1195
1195
|
)
|
|
@@ -1205,7 +1205,7 @@ function DropdownMenuItem({ className, inset, variant = "default", ...props }) {
|
|
|
1205
1205
|
"data-slot": "dropdown-menu-item",
|
|
1206
1206
|
"data-inset": inset,
|
|
1207
1207
|
"data-variant": variant,
|
|
1208
|
-
className:
|
|
1208
|
+
className: chunkM3ICCPCU_js.cn(
|
|
1209
1209
|
"relative flex cursor-default items-center gap-2 rounded-sm px-2 py-1.5 text-sm outline-hidden transition-colors select-none data-[disabled]:pointer-events-none data-[disabled]:opacity-50 data-[inset]:pl-8 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4 focus:bg-accent focus:text-accent-foreground data-[variant=destructive]:text-destructive data-[variant=destructive]:focus:bg-destructive/10 data-[variant=destructive]:focus:text-destructive",
|
|
1210
1210
|
className
|
|
1211
1211
|
),
|
|
@@ -1218,7 +1218,7 @@ function DropdownMenuCheckboxItem({ className, children, checked, ...props }) {
|
|
|
1218
1218
|
DropdownMenuPrimitive__namespace.CheckboxItem,
|
|
1219
1219
|
{
|
|
1220
1220
|
"data-slot": "dropdown-menu-checkbox-item",
|
|
1221
|
-
className:
|
|
1221
|
+
className: chunkM3ICCPCU_js.cn(
|
|
1222
1222
|
"relative flex cursor-default items-center gap-2 rounded-sm py-1.5 pr-2 pl-8 text-sm outline-hidden transition-colors select-none data-[disabled]:pointer-events-none data-[disabled]:opacity-50 focus:bg-accent focus:text-accent-foreground [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4",
|
|
1223
1223
|
className
|
|
1224
1224
|
),
|
|
@@ -1236,7 +1236,7 @@ function DropdownMenuRadioItem({ className, children, ...props }) {
|
|
|
1236
1236
|
DropdownMenuPrimitive__namespace.RadioItem,
|
|
1237
1237
|
{
|
|
1238
1238
|
"data-slot": "dropdown-menu-radio-item",
|
|
1239
|
-
className:
|
|
1239
|
+
className: chunkM3ICCPCU_js.cn(
|
|
1240
1240
|
"relative flex cursor-default items-center gap-2 rounded-sm py-1.5 pr-2 pl-8 text-sm outline-hidden transition-colors select-none data-[disabled]:pointer-events-none data-[disabled]:opacity-50 focus:bg-accent focus:text-accent-foreground [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4",
|
|
1241
1241
|
className
|
|
1242
1242
|
),
|
|
@@ -1254,7 +1254,7 @@ function DropdownMenuLabel({ className, inset, ...props }) {
|
|
|
1254
1254
|
{
|
|
1255
1255
|
"data-slot": "dropdown-menu-label",
|
|
1256
1256
|
"data-inset": inset,
|
|
1257
|
-
className:
|
|
1257
|
+
className: chunkM3ICCPCU_js.cn("px-2 py-1.5 text-sm font-medium data-[inset]:pl-8", className),
|
|
1258
1258
|
...props
|
|
1259
1259
|
}
|
|
1260
1260
|
);
|
|
@@ -1264,7 +1264,7 @@ function DropdownMenuSeparator({ className, ...props }) {
|
|
|
1264
1264
|
DropdownMenuPrimitive__namespace.Separator,
|
|
1265
1265
|
{
|
|
1266
1266
|
"data-slot": "dropdown-menu-separator",
|
|
1267
|
-
className:
|
|
1267
|
+
className: chunkM3ICCPCU_js.cn("bg-border -mx-1 my-1 h-px", className),
|
|
1268
1268
|
...props
|
|
1269
1269
|
}
|
|
1270
1270
|
);
|
|
@@ -1274,7 +1274,7 @@ function DropdownMenuShortcut({ className, ...props }) {
|
|
|
1274
1274
|
"span",
|
|
1275
1275
|
{
|
|
1276
1276
|
"data-slot": "dropdown-menu-shortcut",
|
|
1277
|
-
className:
|
|
1277
|
+
className: chunkM3ICCPCU_js.cn("ml-auto text-xs tracking-widest text-muted-foreground", className),
|
|
1278
1278
|
...props
|
|
1279
1279
|
}
|
|
1280
1280
|
);
|
|
@@ -1285,7 +1285,7 @@ function DropdownMenuSubTrigger({ className, inset, children, ...props }) {
|
|
|
1285
1285
|
{
|
|
1286
1286
|
"data-slot": "dropdown-menu-sub-trigger",
|
|
1287
1287
|
"data-inset": inset,
|
|
1288
|
-
className:
|
|
1288
|
+
className: chunkM3ICCPCU_js.cn(
|
|
1289
1289
|
"flex cursor-default items-center gap-2 rounded-sm px-2 py-1.5 text-sm outline-hidden select-none data-[inset]:pl-8 focus:bg-accent data-[state=open]:bg-accent [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4",
|
|
1290
1290
|
className
|
|
1291
1291
|
),
|
|
@@ -1302,7 +1302,7 @@ function DropdownMenuSubContent({ className, ...props }) {
|
|
|
1302
1302
|
DropdownMenuPrimitive__namespace.SubContent,
|
|
1303
1303
|
{
|
|
1304
1304
|
"data-slot": "dropdown-menu-sub-content",
|
|
1305
|
-
className:
|
|
1305
|
+
className: chunkM3ICCPCU_js.cn(
|
|
1306
1306
|
"z-50 min-w-[8rem] overflow-hidden rounded-md border bg-popover p-1 text-popover-foreground shadow-lg data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",
|
|
1307
1307
|
className
|
|
1308
1308
|
),
|
|
@@ -1336,7 +1336,7 @@ function SheetOverlay({
|
|
|
1336
1336
|
SheetPrimitive__namespace.Overlay,
|
|
1337
1337
|
{
|
|
1338
1338
|
"data-slot": "sheet-overlay",
|
|
1339
|
-
className:
|
|
1339
|
+
className: chunkM3ICCPCU_js.cn(
|
|
1340
1340
|
"fixed inset-0 z-50 bg-black/50 data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:animate-in data-[state=open]:fade-in-0",
|
|
1341
1341
|
className
|
|
1342
1342
|
),
|
|
@@ -1357,7 +1357,7 @@ function SheetContent({
|
|
|
1357
1357
|
SheetPrimitive__namespace.Content,
|
|
1358
1358
|
{
|
|
1359
1359
|
"data-slot": "sheet-content",
|
|
1360
|
-
className:
|
|
1360
|
+
className: chunkM3ICCPCU_js.cn(
|
|
1361
1361
|
"fixed z-50 flex flex-col gap-4 bg-background shadow-lg transition ease-in-out data-[state=closed]:animate-out data-[state=closed]:duration-300 data-[state=open]:animate-in data-[state=open]:duration-500",
|
|
1362
1362
|
side === "right" && "inset-y-0 right-0 h-full w-3/4 border-l data-[state=closed]:slide-out-to-right data-[state=open]:slide-in-from-right sm:max-w-sm",
|
|
1363
1363
|
side === "left" && "inset-y-0 left-0 h-full w-3/4 border-r data-[state=closed]:slide-out-to-left data-[state=open]:slide-in-from-left sm:max-w-sm",
|
|
@@ -1382,7 +1382,7 @@ function SheetHeader({ className, ...props }) {
|
|
|
1382
1382
|
"div",
|
|
1383
1383
|
{
|
|
1384
1384
|
"data-slot": "sheet-header",
|
|
1385
|
-
className:
|
|
1385
|
+
className: chunkM3ICCPCU_js.cn("flex flex-col gap-1.5 p-4", className),
|
|
1386
1386
|
...props
|
|
1387
1387
|
}
|
|
1388
1388
|
);
|
|
@@ -1392,7 +1392,7 @@ function SheetFooter({ className, ...props }) {
|
|
|
1392
1392
|
"div",
|
|
1393
1393
|
{
|
|
1394
1394
|
"data-slot": "sheet-footer",
|
|
1395
|
-
className:
|
|
1395
|
+
className: chunkM3ICCPCU_js.cn("mt-auto flex flex-col gap-2 p-4", className),
|
|
1396
1396
|
...props
|
|
1397
1397
|
}
|
|
1398
1398
|
);
|
|
@@ -1405,7 +1405,7 @@ function SheetTitle({
|
|
|
1405
1405
|
SheetPrimitive__namespace.Title,
|
|
1406
1406
|
{
|
|
1407
1407
|
"data-slot": "sheet-title",
|
|
1408
|
-
className:
|
|
1408
|
+
className: chunkM3ICCPCU_js.cn("font-semibold text-foreground", className),
|
|
1409
1409
|
...props
|
|
1410
1410
|
}
|
|
1411
1411
|
);
|
|
@@ -1418,7 +1418,7 @@ function SheetDescription({
|
|
|
1418
1418
|
SheetPrimitive__namespace.Description,
|
|
1419
1419
|
{
|
|
1420
1420
|
"data-slot": "sheet-description",
|
|
1421
|
-
className:
|
|
1421
|
+
className: chunkM3ICCPCU_js.cn("text-sm text-muted-foreground", className),
|
|
1422
1422
|
...props
|
|
1423
1423
|
}
|
|
1424
1424
|
);
|
|
@@ -1443,7 +1443,7 @@ function Slider({
|
|
|
1443
1443
|
value,
|
|
1444
1444
|
min,
|
|
1445
1445
|
max,
|
|
1446
|
-
className:
|
|
1446
|
+
className: chunkM3ICCPCU_js.cn(
|
|
1447
1447
|
"relative flex w-full touch-none items-center select-none data-[orientation=horizontal]:h-5 data-[orientation=vertical]:h-full data-[orientation=vertical]:min-h-44 data-[orientation=vertical]:w-5 data-[orientation=horizontal]:flex-row data-[orientation=vertical]:flex-col data-[disabled]:opacity-50",
|
|
1448
1448
|
className
|
|
1449
1449
|
),
|
|
@@ -1509,7 +1509,7 @@ function Alert({
|
|
|
1509
1509
|
"data-slot": "alert",
|
|
1510
1510
|
"data-intent": resolvedIntent !== "neutral" ? resolvedIntent : void 0,
|
|
1511
1511
|
role: "alert",
|
|
1512
|
-
className:
|
|
1512
|
+
className: chunkM3ICCPCU_js.cn(
|
|
1513
1513
|
"relative grid w-full grid-cols-[0_1fr] items-start gap-y-0.5 rounded-lg border px-4 py-3 text-sm has-[>svg]:grid-cols-[calc(var(--spacing)*4)_1fr] has-[>svg]:gap-x-3 [&>svg]:size-4 [&>svg]:translate-y-0.5 [&>svg]:text-current",
|
|
1514
1514
|
intentStyle,
|
|
1515
1515
|
className
|
|
@@ -1523,7 +1523,7 @@ function AlertTitle({ className, ...props }) {
|
|
|
1523
1523
|
"div",
|
|
1524
1524
|
{
|
|
1525
1525
|
"data-slot": "alert-title",
|
|
1526
|
-
className:
|
|
1526
|
+
className: chunkM3ICCPCU_js.cn(
|
|
1527
1527
|
"col-start-2 line-clamp-1 min-h-4 font-medium tracking-tight",
|
|
1528
1528
|
className
|
|
1529
1529
|
),
|
|
@@ -1539,7 +1539,7 @@ function AlertDescription({
|
|
|
1539
1539
|
"div",
|
|
1540
1540
|
{
|
|
1541
1541
|
"data-slot": "alert-description",
|
|
1542
|
-
className:
|
|
1542
|
+
className: chunkM3ICCPCU_js.cn(
|
|
1543
1543
|
"col-start-2 grid justify-items-start gap-1 text-sm [&_p]:leading-relaxed",
|
|
1544
1544
|
className
|
|
1545
1545
|
),
|
|
@@ -1557,7 +1557,7 @@ function Avatar({
|
|
|
1557
1557
|
{
|
|
1558
1558
|
"data-slot": "avatar",
|
|
1559
1559
|
"data-size": size,
|
|
1560
|
-
className:
|
|
1560
|
+
className: chunkM3ICCPCU_js.cn(
|
|
1561
1561
|
"group/avatar relative flex size-8 shrink-0 overflow-hidden rounded-full select-none transition-transform duration-200 hover:scale-105 data-[size=lg]:size-10 data-[size=sm]:size-6",
|
|
1562
1562
|
className
|
|
1563
1563
|
),
|
|
@@ -1573,7 +1573,7 @@ function AvatarImage({
|
|
|
1573
1573
|
AvatarPrimitive__namespace.Image,
|
|
1574
1574
|
{
|
|
1575
1575
|
"data-slot": "avatar-image",
|
|
1576
|
-
className:
|
|
1576
|
+
className: chunkM3ICCPCU_js.cn("aspect-square size-full", className),
|
|
1577
1577
|
...props
|
|
1578
1578
|
}
|
|
1579
1579
|
);
|
|
@@ -1586,7 +1586,7 @@ function AvatarFallback({
|
|
|
1586
1586
|
AvatarPrimitive__namespace.Fallback,
|
|
1587
1587
|
{
|
|
1588
1588
|
"data-slot": "avatar-fallback",
|
|
1589
|
-
className:
|
|
1589
|
+
className: chunkM3ICCPCU_js.cn(
|
|
1590
1590
|
"flex size-full items-center justify-center rounded-full bg-muted text-sm text-muted-foreground group-data-[size=sm]/avatar:text-xs",
|
|
1591
1591
|
className
|
|
1592
1592
|
),
|
|
@@ -1599,7 +1599,7 @@ function AvatarBadge({ className, ...props }) {
|
|
|
1599
1599
|
"span",
|
|
1600
1600
|
{
|
|
1601
1601
|
"data-slot": "avatar-badge",
|
|
1602
|
-
className:
|
|
1602
|
+
className: chunkM3ICCPCU_js.cn(
|
|
1603
1603
|
"absolute right-0 bottom-0 z-10 inline-flex items-center justify-center rounded-full bg-primary text-primary-foreground ring-2 ring-background select-none",
|
|
1604
1604
|
"group-data-[size=sm]/avatar:size-2 group-data-[size=sm]/avatar:[&>svg]:hidden",
|
|
1605
1605
|
"group-data-[size=default]/avatar:size-2.5 group-data-[size=default]/avatar:[&>svg]:size-2",
|
|
@@ -1615,7 +1615,7 @@ function AvatarGroup({ className, ...props }) {
|
|
|
1615
1615
|
"div",
|
|
1616
1616
|
{
|
|
1617
1617
|
"data-slot": "avatar-group",
|
|
1618
|
-
className:
|
|
1618
|
+
className: chunkM3ICCPCU_js.cn(
|
|
1619
1619
|
"group/avatar-group flex -space-x-2 *:data-[slot=avatar]:ring-2 *:data-[slot=avatar]:ring-background",
|
|
1620
1620
|
className
|
|
1621
1621
|
),
|
|
@@ -1631,7 +1631,7 @@ function AvatarGroupCount({
|
|
|
1631
1631
|
"div",
|
|
1632
1632
|
{
|
|
1633
1633
|
"data-slot": "avatar-group-count",
|
|
1634
|
-
className:
|
|
1634
|
+
className: chunkM3ICCPCU_js.cn(
|
|
1635
1635
|
"relative flex size-8 shrink-0 items-center justify-center rounded-full bg-muted text-sm text-muted-foreground ring-2 ring-background group-has-data-[size=lg]/avatar-group:size-10 group-has-data-[size=sm]/avatar-group:size-6 [&>svg]:size-4 group-has-data-[size=lg]/avatar-group:[&>svg]:size-5 group-has-data-[size=sm]/avatar-group:[&>svg]:size-3",
|
|
1636
1636
|
className
|
|
1637
1637
|
),
|
|
@@ -1686,7 +1686,7 @@ function ContextMenuSubTrigger({
|
|
|
1686
1686
|
{
|
|
1687
1687
|
"data-slot": "context-menu-sub-trigger",
|
|
1688
1688
|
"data-inset": inset,
|
|
1689
|
-
className:
|
|
1689
|
+
className: chunkM3ICCPCU_js.cn(
|
|
1690
1690
|
"flex cursor-default items-center rounded-sm px-2 py-1.5 text-sm outline-hidden select-none focus:bg-accent focus:text-accent-foreground data-[inset]:pl-8 data-[state=open]:bg-accent data-[state=open]:text-accent-foreground [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4 [&_svg:not([class*='text-'])]:text-muted-foreground",
|
|
1691
1691
|
className
|
|
1692
1692
|
),
|
|
@@ -1706,7 +1706,7 @@ function ContextMenuSubContent({
|
|
|
1706
1706
|
ContextMenuPrimitive__namespace.SubContent,
|
|
1707
1707
|
{
|
|
1708
1708
|
"data-slot": "context-menu-sub-content",
|
|
1709
|
-
className:
|
|
1709
|
+
className: chunkM3ICCPCU_js.cn(
|
|
1710
1710
|
"z-50 min-w-[8rem] origin-(--radix-context-menu-content-transform-origin) overflow-hidden rounded-md border bg-popover p-1 text-popover-foreground shadow-lg data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=closed]:zoom-out-95 data-[state=open]:animate-in data-[state=open]:fade-in-0 data-[state=open]:zoom-in-95",
|
|
1711
1711
|
className
|
|
1712
1712
|
),
|
|
@@ -1722,7 +1722,7 @@ function ContextMenuContent({
|
|
|
1722
1722
|
ContextMenuPrimitive__namespace.Content,
|
|
1723
1723
|
{
|
|
1724
1724
|
"data-slot": "context-menu-content",
|
|
1725
|
-
className:
|
|
1725
|
+
className: chunkM3ICCPCU_js.cn(
|
|
1726
1726
|
"z-50 max-h-(--radix-context-menu-content-available-height) min-w-[8rem] origin-(--radix-context-menu-content-transform-origin) overflow-x-hidden overflow-y-auto rounded-md border bg-popover p-1 text-popover-foreground shadow-md data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=closed]:zoom-out-95 data-[state=open]:animate-in data-[state=open]:fade-in-0 data-[state=open]:zoom-in-95",
|
|
1727
1727
|
className
|
|
1728
1728
|
),
|
|
@@ -1742,7 +1742,7 @@ function ContextMenuItem({
|
|
|
1742
1742
|
"data-slot": "context-menu-item",
|
|
1743
1743
|
"data-inset": inset,
|
|
1744
1744
|
"data-variant": variant,
|
|
1745
|
-
className:
|
|
1745
|
+
className: chunkM3ICCPCU_js.cn(
|
|
1746
1746
|
"relative flex cursor-default items-center gap-2 rounded-sm px-2 py-1.5 text-sm outline-hidden select-none focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50 data-[inset]:pl-8 data-[variant=destructive]:text-destructive data-[variant=destructive]:focus:bg-destructive/10 data-[variant=destructive]:focus:text-destructive dark:data-[variant=destructive]:focus:bg-destructive/20 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4 [&_svg:not([class*='text-'])]:text-muted-foreground data-[variant=destructive]:*:[svg]:text-destructive!",
|
|
1747
1747
|
className
|
|
1748
1748
|
),
|
|
@@ -1760,7 +1760,7 @@ function ContextMenuCheckboxItem({
|
|
|
1760
1760
|
ContextMenuPrimitive__namespace.CheckboxItem,
|
|
1761
1761
|
{
|
|
1762
1762
|
"data-slot": "context-menu-checkbox-item",
|
|
1763
|
-
className:
|
|
1763
|
+
className: chunkM3ICCPCU_js.cn(
|
|
1764
1764
|
"relative flex cursor-default items-center gap-2 rounded-sm py-1.5 pr-2 pl-8 text-sm outline-hidden select-none focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4",
|
|
1765
1765
|
className
|
|
1766
1766
|
),
|
|
@@ -1782,7 +1782,7 @@ function ContextMenuRadioItem({
|
|
|
1782
1782
|
ContextMenuPrimitive__namespace.RadioItem,
|
|
1783
1783
|
{
|
|
1784
1784
|
"data-slot": "context-menu-radio-item",
|
|
1785
|
-
className:
|
|
1785
|
+
className: chunkM3ICCPCU_js.cn(
|
|
1786
1786
|
"relative flex cursor-default items-center gap-2 rounded-sm py-1.5 pr-2 pl-8 text-sm outline-hidden select-none focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4",
|
|
1787
1787
|
className
|
|
1788
1788
|
),
|
|
@@ -1804,7 +1804,7 @@ function ContextMenuLabel({
|
|
|
1804
1804
|
{
|
|
1805
1805
|
"data-slot": "context-menu-label",
|
|
1806
1806
|
"data-inset": inset,
|
|
1807
|
-
className:
|
|
1807
|
+
className: chunkM3ICCPCU_js.cn(
|
|
1808
1808
|
"px-2 py-1.5 text-sm font-medium text-foreground data-[inset]:pl-8",
|
|
1809
1809
|
className
|
|
1810
1810
|
),
|
|
@@ -1820,7 +1820,7 @@ function ContextMenuSeparator({
|
|
|
1820
1820
|
ContextMenuPrimitive__namespace.Separator,
|
|
1821
1821
|
{
|
|
1822
1822
|
"data-slot": "context-menu-separator",
|
|
1823
|
-
className:
|
|
1823
|
+
className: chunkM3ICCPCU_js.cn("-mx-1 my-1 h-px bg-border", className),
|
|
1824
1824
|
...props
|
|
1825
1825
|
}
|
|
1826
1826
|
);
|
|
@@ -1833,7 +1833,7 @@ function ContextMenuShortcut({
|
|
|
1833
1833
|
"span",
|
|
1834
1834
|
{
|
|
1835
1835
|
"data-slot": "context-menu-shortcut",
|
|
1836
|
-
className:
|
|
1836
|
+
className: chunkM3ICCPCU_js.cn(
|
|
1837
1837
|
"ml-auto text-xs tracking-widest text-muted-foreground",
|
|
1838
1838
|
className
|
|
1839
1839
|
),
|
|
@@ -1849,7 +1849,7 @@ function Menubar({
|
|
|
1849
1849
|
MenubarPrimitive__namespace.Root,
|
|
1850
1850
|
{
|
|
1851
1851
|
"data-slot": "menubar",
|
|
1852
|
-
className:
|
|
1852
|
+
className: chunkM3ICCPCU_js.cn(
|
|
1853
1853
|
"flex h-9 items-center gap-1 rounded-md border bg-background p-1 shadow-xs",
|
|
1854
1854
|
className
|
|
1855
1855
|
),
|
|
@@ -1885,7 +1885,7 @@ function MenubarTrigger({
|
|
|
1885
1885
|
MenubarPrimitive__namespace.Trigger,
|
|
1886
1886
|
{
|
|
1887
1887
|
"data-slot": "menubar-trigger",
|
|
1888
|
-
className:
|
|
1888
|
+
className: chunkM3ICCPCU_js.cn(
|
|
1889
1889
|
"flex items-center rounded-sm px-2 py-1 text-sm font-medium outline-hidden select-none focus:bg-accent focus:text-accent-foreground data-[state=open]:bg-accent data-[state=open]:text-accent-foreground",
|
|
1890
1890
|
className
|
|
1891
1891
|
),
|
|
@@ -1907,7 +1907,7 @@ function MenubarContent({
|
|
|
1907
1907
|
align,
|
|
1908
1908
|
alignOffset,
|
|
1909
1909
|
sideOffset,
|
|
1910
|
-
className:
|
|
1910
|
+
className: chunkM3ICCPCU_js.cn(
|
|
1911
1911
|
"z-50 min-w-[12rem] origin-(--radix-menubar-content-transform-origin) overflow-hidden rounded-md border bg-popover p-1 text-popover-foreground shadow-md data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 data-[state=closed]:fade-out-0 data-[state=closed]:zoom-out-95 data-[state=open]:animate-in data-[state=open]:fade-in-0 data-[state=open]:zoom-in-95",
|
|
1912
1912
|
className
|
|
1913
1913
|
),
|
|
@@ -1927,7 +1927,7 @@ function MenubarItem({
|
|
|
1927
1927
|
"data-slot": "menubar-item",
|
|
1928
1928
|
"data-inset": inset,
|
|
1929
1929
|
"data-variant": variant,
|
|
1930
|
-
className:
|
|
1930
|
+
className: chunkM3ICCPCU_js.cn(
|
|
1931
1931
|
"relative flex cursor-default items-center gap-2 rounded-sm px-2 py-1.5 text-sm outline-hidden select-none focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50 data-[inset]:pl-8 data-[variant=destructive]:text-destructive data-[variant=destructive]:focus:bg-destructive/10 data-[variant=destructive]:focus:text-destructive dark:data-[variant=destructive]:focus:bg-destructive/20 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4 [&_svg:not([class*='text-'])]:text-muted-foreground data-[variant=destructive]:*:[svg]:text-destructive!",
|
|
1932
1932
|
className
|
|
1933
1933
|
),
|
|
@@ -1945,7 +1945,7 @@ function MenubarCheckboxItem({
|
|
|
1945
1945
|
MenubarPrimitive__namespace.CheckboxItem,
|
|
1946
1946
|
{
|
|
1947
1947
|
"data-slot": "menubar-checkbox-item",
|
|
1948
|
-
className:
|
|
1948
|
+
className: chunkM3ICCPCU_js.cn(
|
|
1949
1949
|
"relative flex cursor-default items-center gap-2 rounded-xs py-1.5 pr-2 pl-8 text-sm outline-hidden select-none focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4",
|
|
1950
1950
|
className
|
|
1951
1951
|
),
|
|
@@ -1967,7 +1967,7 @@ function MenubarRadioItem({
|
|
|
1967
1967
|
MenubarPrimitive__namespace.RadioItem,
|
|
1968
1968
|
{
|
|
1969
1969
|
"data-slot": "menubar-radio-item",
|
|
1970
|
-
className:
|
|
1970
|
+
className: chunkM3ICCPCU_js.cn(
|
|
1971
1971
|
"relative flex cursor-default items-center gap-2 rounded-xs py-1.5 pr-2 pl-8 text-sm outline-hidden select-none focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4",
|
|
1972
1972
|
className
|
|
1973
1973
|
),
|
|
@@ -1989,7 +1989,7 @@ function MenubarLabel({
|
|
|
1989
1989
|
{
|
|
1990
1990
|
"data-slot": "menubar-label",
|
|
1991
1991
|
"data-inset": inset,
|
|
1992
|
-
className:
|
|
1992
|
+
className: chunkM3ICCPCU_js.cn(
|
|
1993
1993
|
"px-2 py-1.5 text-sm font-medium data-[inset]:pl-8",
|
|
1994
1994
|
className
|
|
1995
1995
|
),
|
|
@@ -2005,7 +2005,7 @@ function MenubarSeparator({
|
|
|
2005
2005
|
MenubarPrimitive__namespace.Separator,
|
|
2006
2006
|
{
|
|
2007
2007
|
"data-slot": "menubar-separator",
|
|
2008
|
-
className:
|
|
2008
|
+
className: chunkM3ICCPCU_js.cn("-mx-1 my-1 h-px bg-border", className),
|
|
2009
2009
|
...props
|
|
2010
2010
|
}
|
|
2011
2011
|
);
|
|
@@ -2018,7 +2018,7 @@ function MenubarShortcut({
|
|
|
2018
2018
|
"span",
|
|
2019
2019
|
{
|
|
2020
2020
|
"data-slot": "menubar-shortcut",
|
|
2021
|
-
className:
|
|
2021
|
+
className: chunkM3ICCPCU_js.cn(
|
|
2022
2022
|
"ml-auto text-xs tracking-widest text-muted-foreground",
|
|
2023
2023
|
className
|
|
2024
2024
|
),
|
|
@@ -2042,7 +2042,7 @@ function MenubarSubTrigger({
|
|
|
2042
2042
|
{
|
|
2043
2043
|
"data-slot": "menubar-sub-trigger",
|
|
2044
2044
|
"data-inset": inset,
|
|
2045
|
-
className:
|
|
2045
|
+
className: chunkM3ICCPCU_js.cn(
|
|
2046
2046
|
"flex cursor-default items-center rounded-sm px-2 py-1.5 text-sm outline-none select-none focus:bg-accent focus:text-accent-foreground data-[inset]:pl-8 data-[state=open]:bg-accent data-[state=open]:text-accent-foreground",
|
|
2047
2047
|
className
|
|
2048
2048
|
),
|
|
@@ -2062,7 +2062,7 @@ function MenubarSubContent({
|
|
|
2062
2062
|
MenubarPrimitive__namespace.SubContent,
|
|
2063
2063
|
{
|
|
2064
2064
|
"data-slot": "menubar-sub-content",
|
|
2065
|
-
className:
|
|
2065
|
+
className: chunkM3ICCPCU_js.cn(
|
|
2066
2066
|
"z-50 min-w-[8rem] origin-(--radix-menubar-content-transform-origin) overflow-hidden rounded-md border bg-popover p-1 text-popover-foreground shadow-lg data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=closed]:zoom-out-95 data-[state=open]:animate-in data-[state=open]:fade-in-0 data-[state=open]:zoom-in-95",
|
|
2067
2067
|
className
|
|
2068
2068
|
),
|
|
@@ -2081,7 +2081,7 @@ function NavigationMenu({
|
|
|
2081
2081
|
{
|
|
2082
2082
|
"data-slot": "navigation-menu",
|
|
2083
2083
|
"data-viewport": viewport,
|
|
2084
|
-
className:
|
|
2084
|
+
className: chunkM3ICCPCU_js.cn(
|
|
2085
2085
|
"group/navigation-menu relative flex max-w-max flex-1 items-center justify-center",
|
|
2086
2086
|
className
|
|
2087
2087
|
),
|
|
@@ -2101,7 +2101,7 @@ function NavigationMenuList({
|
|
|
2101
2101
|
NavigationMenuPrimitive__namespace.List,
|
|
2102
2102
|
{
|
|
2103
2103
|
"data-slot": "navigation-menu-list",
|
|
2104
|
-
className:
|
|
2104
|
+
className: chunkM3ICCPCU_js.cn(
|
|
2105
2105
|
"group flex flex-1 list-none items-center justify-center gap-1",
|
|
2106
2106
|
className
|
|
2107
2107
|
),
|
|
@@ -2117,7 +2117,7 @@ function NavigationMenuItem({
|
|
|
2117
2117
|
NavigationMenuPrimitive__namespace.Item,
|
|
2118
2118
|
{
|
|
2119
2119
|
"data-slot": "navigation-menu-item",
|
|
2120
|
-
className:
|
|
2120
|
+
className: chunkM3ICCPCU_js.cn("relative", className),
|
|
2121
2121
|
...props
|
|
2122
2122
|
}
|
|
2123
2123
|
);
|
|
@@ -2134,7 +2134,7 @@ function NavigationMenuTrigger({
|
|
|
2134
2134
|
NavigationMenuPrimitive__namespace.Trigger,
|
|
2135
2135
|
{
|
|
2136
2136
|
"data-slot": "navigation-menu-trigger",
|
|
2137
|
-
className:
|
|
2137
|
+
className: chunkM3ICCPCU_js.cn(navigationMenuTriggerStyle(), "group", className),
|
|
2138
2138
|
...props,
|
|
2139
2139
|
children: [
|
|
2140
2140
|
children,
|
|
@@ -2158,7 +2158,7 @@ function NavigationMenuContent({
|
|
|
2158
2158
|
NavigationMenuPrimitive__namespace.Content,
|
|
2159
2159
|
{
|
|
2160
2160
|
"data-slot": "navigation-menu-content",
|
|
2161
|
-
className:
|
|
2161
|
+
className: chunkM3ICCPCU_js.cn(
|
|
2162
2162
|
"top-0 left-0 w-full p-2 pr-2.5 data-[motion=from-end]:slide-in-from-right-52 data-[motion=from-start]:slide-in-from-left-52 data-[motion=to-end]:slide-out-to-right-52 data-[motion=to-start]:slide-out-to-left-52 data-[motion^=from-]:animate-in data-[motion^=from-]:fade-in data-[motion^=to-]:animate-out data-[motion^=to-]:fade-out md:absolute md:w-auto",
|
|
2163
2163
|
"group-data-[viewport=false]/navigation-menu:top-full group-data-[viewport=false]/navigation-menu:mt-1.5 group-data-[viewport=false]/navigation-menu:overflow-hidden group-data-[viewport=false]/navigation-menu:rounded-md group-data-[viewport=false]/navigation-menu:border group-data-[viewport=false]/navigation-menu:bg-popover group-data-[viewport=false]/navigation-menu:text-popover-foreground group-data-[viewport=false]/navigation-menu:shadow group-data-[viewport=false]/navigation-menu:duration-200 **:data-[slot=navigation-menu-link]:focus:ring-0 **:data-[slot=navigation-menu-link]:focus:outline-none group-data-[viewport=false]/navigation-menu:data-[state=closed]:animate-out group-data-[viewport=false]/navigation-menu:data-[state=closed]:fade-out-0 group-data-[viewport=false]/navigation-menu:data-[state=closed]:zoom-out-95 group-data-[viewport=false]/navigation-menu:data-[state=open]:animate-in group-data-[viewport=false]/navigation-menu:data-[state=open]:fade-in-0 group-data-[viewport=false]/navigation-menu:data-[state=open]:zoom-in-95",
|
|
2164
2164
|
className
|
|
@@ -2174,14 +2174,14 @@ function NavigationMenuViewport({
|
|
|
2174
2174
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2175
2175
|
"div",
|
|
2176
2176
|
{
|
|
2177
|
-
className:
|
|
2177
|
+
className: chunkM3ICCPCU_js.cn(
|
|
2178
2178
|
"absolute top-full left-0 isolate z-50 flex justify-center"
|
|
2179
2179
|
),
|
|
2180
2180
|
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2181
2181
|
NavigationMenuPrimitive__namespace.Viewport,
|
|
2182
2182
|
{
|
|
2183
2183
|
"data-slot": "navigation-menu-viewport",
|
|
2184
|
-
className:
|
|
2184
|
+
className: chunkM3ICCPCU_js.cn(
|
|
2185
2185
|
"origin-top-center relative mt-1.5 h-[var(--radix-navigation-menu-viewport-height)] w-full overflow-hidden rounded-md border bg-popover text-popover-foreground shadow data-[state=closed]:animate-out data-[state=closed]:zoom-out-95 data-[state=open]:animate-in data-[state=open]:zoom-in-90 md:w-[var(--radix-navigation-menu-viewport-width)]",
|
|
2186
2186
|
className
|
|
2187
2187
|
),
|
|
@@ -2199,7 +2199,7 @@ function NavigationMenuLink({
|
|
|
2199
2199
|
NavigationMenuPrimitive__namespace.Link,
|
|
2200
2200
|
{
|
|
2201
2201
|
"data-slot": "navigation-menu-link",
|
|
2202
|
-
className:
|
|
2202
|
+
className: chunkM3ICCPCU_js.cn(
|
|
2203
2203
|
"flex flex-col gap-1 rounded-sm p-2 text-sm transition-all outline-none hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground focus-visible:ring-[3px] focus-visible:ring-ring/50 focus-visible:outline-1 data-[active=true]:bg-accent/50 data-[active=true]:text-accent-foreground data-[active=true]:hover:bg-accent data-[active=true]:focus:bg-accent [&_svg:not([class*='size-'])]:size-4 [&_svg:not([class*='text-'])]:text-muted-foreground",
|
|
2204
2204
|
className
|
|
2205
2205
|
),
|
|
@@ -2215,7 +2215,7 @@ function NavigationMenuIndicator({
|
|
|
2215
2215
|
NavigationMenuPrimitive__namespace.Indicator,
|
|
2216
2216
|
{
|
|
2217
2217
|
"data-slot": "navigation-menu-indicator",
|
|
2218
|
-
className:
|
|
2218
|
+
className: chunkM3ICCPCU_js.cn(
|
|
2219
2219
|
"top-full z-[1] flex h-1.5 items-end justify-center overflow-hidden data-[state=hidden]:animate-out data-[state=hidden]:fade-out data-[state=visible]:animate-in data-[state=visible]:fade-in",
|
|
2220
2220
|
className
|
|
2221
2221
|
),
|
|
@@ -2235,7 +2235,7 @@ function Skeleton({ as, className, style, ...props }) {
|
|
|
2235
2235
|
"div",
|
|
2236
2236
|
{
|
|
2237
2237
|
"data-slot": "skeleton",
|
|
2238
|
-
className:
|
|
2238
|
+
className: chunkM3ICCPCU_js.cn(
|
|
2239
2239
|
!as && "rounded-md",
|
|
2240
2240
|
"bg-gradient-to-r from-accent/80 via-accent/40 to-accent/80 bg-[length:200%_100%] animate-[shimmer_2s_ease-in-out_infinite] motion-reduce:animate-none motion-reduce:bg-accent/60",
|
|
2241
2241
|
className
|
|
@@ -2275,7 +2275,7 @@ function Toggle({
|
|
|
2275
2275
|
TogglePrimitive__namespace.Root,
|
|
2276
2276
|
{
|
|
2277
2277
|
"data-slot": "toggle",
|
|
2278
|
-
className:
|
|
2278
|
+
className: chunkM3ICCPCU_js.cn(toggleVariants({ variant, size, className })),
|
|
2279
2279
|
...props
|
|
2280
2280
|
}
|
|
2281
2281
|
);
|
|
@@ -2301,7 +2301,7 @@ function ToggleGroup({
|
|
|
2301
2301
|
"data-size": size,
|
|
2302
2302
|
"data-spacing": spacing,
|
|
2303
2303
|
style: { "--gap": spacing },
|
|
2304
|
-
className:
|
|
2304
|
+
className: chunkM3ICCPCU_js.cn(
|
|
2305
2305
|
"group/toggle-group flex w-fit items-center gap-[--spacing(var(--gap))] rounded-md data-[spacing=default]:data-[variant=outline]:shadow-xs",
|
|
2306
2306
|
className
|
|
2307
2307
|
),
|
|
@@ -2325,7 +2325,7 @@ function ToggleGroupItem({
|
|
|
2325
2325
|
"data-variant": context.variant || variant,
|
|
2326
2326
|
"data-size": context.size || size,
|
|
2327
2327
|
"data-spacing": context.spacing,
|
|
2328
|
-
className:
|
|
2328
|
+
className: chunkM3ICCPCU_js.cn(
|
|
2329
2329
|
toggleVariants({
|
|
2330
2330
|
variant: context.variant || variant,
|
|
2331
2331
|
size: context.size || size
|
|
@@ -2347,7 +2347,7 @@ function RadioGroup4({
|
|
|
2347
2347
|
RadioGroupPrimitive__namespace.Root,
|
|
2348
2348
|
{
|
|
2349
2349
|
"data-slot": "radio-group",
|
|
2350
|
-
className:
|
|
2350
|
+
className: chunkM3ICCPCU_js.cn("grid gap-3", className),
|
|
2351
2351
|
...props
|
|
2352
2352
|
}
|
|
2353
2353
|
);
|
|
@@ -2360,7 +2360,7 @@ function RadioGroupItem({
|
|
|
2360
2360
|
RadioGroupPrimitive__namespace.Item,
|
|
2361
2361
|
{
|
|
2362
2362
|
"data-slot": "radio-group-item",
|
|
2363
|
-
className:
|
|
2363
|
+
className: chunkM3ICCPCU_js.cn(
|
|
2364
2364
|
"aspect-square size-4 shrink-0 cursor-pointer rounded-full border border-input text-primary shadow-xs transition-all duration-150 outline-none focus-visible:border-ring focus-visible:ring-[3px] focus-visible:ring-ring/50 disabled:cursor-not-allowed disabled:opacity-50 aria-invalid:border-destructive aria-invalid:ring-destructive/20 data-[state=checked]:border-primary data-[state=checked]:shadow-[0_0_0_1px] data-[state=checked]:shadow-primary/20 dark:bg-input/30 dark:aria-invalid:ring-destructive/40",
|
|
2365
2365
|
className
|
|
2366
2366
|
),
|
|
@@ -2409,7 +2409,7 @@ function Spinner({ className, ...props }) {
|
|
|
2409
2409
|
{
|
|
2410
2410
|
role: "status",
|
|
2411
2411
|
"aria-label": "Loading",
|
|
2412
|
-
className:
|
|
2412
|
+
className: chunkM3ICCPCU_js.cn("size-4 animate-spin", className),
|
|
2413
2413
|
...props
|
|
2414
2414
|
}
|
|
2415
2415
|
);
|
|
@@ -2423,7 +2423,7 @@ function ScrollArea({
|
|
|
2423
2423
|
ScrollAreaPrimitive__namespace.Root,
|
|
2424
2424
|
{
|
|
2425
2425
|
"data-slot": "scroll-area",
|
|
2426
|
-
className:
|
|
2426
|
+
className: chunkM3ICCPCU_js.cn("relative", className),
|
|
2427
2427
|
...props,
|
|
2428
2428
|
children: [
|
|
2429
2429
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
@@ -2450,7 +2450,7 @@ function ScrollBar({
|
|
|
2450
2450
|
{
|
|
2451
2451
|
"data-slot": "scroll-area-scrollbar",
|
|
2452
2452
|
orientation,
|
|
2453
|
-
className:
|
|
2453
|
+
className: chunkM3ICCPCU_js.cn(
|
|
2454
2454
|
"flex touch-none p-px transition-colors select-none",
|
|
2455
2455
|
orientation === "vertical" && "h-full w-2.5 border-l border-l-transparent",
|
|
2456
2456
|
orientation === "horizontal" && "h-2.5 flex-col border-t border-t-transparent",
|
|
@@ -3584,7 +3584,7 @@ function BreadcrumbList({ className, ...props }) {
|
|
|
3584
3584
|
"ol",
|
|
3585
3585
|
{
|
|
3586
3586
|
"data-slot": "breadcrumb-list",
|
|
3587
|
-
className:
|
|
3587
|
+
className: chunkM3ICCPCU_js.cn(
|
|
3588
3588
|
"flex flex-wrap items-center gap-1.5 text-sm break-words text-muted-foreground sm:gap-2.5",
|
|
3589
3589
|
className
|
|
3590
3590
|
),
|
|
@@ -3597,7 +3597,7 @@ function BreadcrumbItem({ className, ...props }) {
|
|
|
3597
3597
|
"li",
|
|
3598
3598
|
{
|
|
3599
3599
|
"data-slot": "breadcrumb-item",
|
|
3600
|
-
className:
|
|
3600
|
+
className: chunkM3ICCPCU_js.cn("inline-flex items-center gap-1.5", className),
|
|
3601
3601
|
...props
|
|
3602
3602
|
}
|
|
3603
3603
|
);
|
|
@@ -3612,7 +3612,7 @@ function BreadcrumbLink({
|
|
|
3612
3612
|
Comp,
|
|
3613
3613
|
{
|
|
3614
3614
|
"data-slot": "breadcrumb-link",
|
|
3615
|
-
className:
|
|
3615
|
+
className: chunkM3ICCPCU_js.cn("transition-colors hover:text-foreground", className),
|
|
3616
3616
|
...props
|
|
3617
3617
|
}
|
|
3618
3618
|
);
|
|
@@ -3625,7 +3625,7 @@ function BreadcrumbPage({ className, ...props }) {
|
|
|
3625
3625
|
role: "link",
|
|
3626
3626
|
"aria-disabled": "true",
|
|
3627
3627
|
"aria-current": "page",
|
|
3628
|
-
className:
|
|
3628
|
+
className: chunkM3ICCPCU_js.cn("font-normal text-foreground", className),
|
|
3629
3629
|
...props
|
|
3630
3630
|
}
|
|
3631
3631
|
);
|
|
@@ -3641,7 +3641,7 @@ function BreadcrumbSeparator({
|
|
|
3641
3641
|
"data-slot": "breadcrumb-separator",
|
|
3642
3642
|
role: "presentation",
|
|
3643
3643
|
"aria-hidden": "true",
|
|
3644
|
-
className:
|
|
3644
|
+
className: chunkM3ICCPCU_js.cn("[&>svg]:size-3.5", className),
|
|
3645
3645
|
...props,
|
|
3646
3646
|
children: children ?? /* @__PURE__ */ jsxRuntime.jsx(lucideReact.ChevronRight, {})
|
|
3647
3647
|
}
|
|
@@ -3657,7 +3657,7 @@ function BreadcrumbEllipsis({
|
|
|
3657
3657
|
"data-slot": "breadcrumb-ellipsis",
|
|
3658
3658
|
role: "presentation",
|
|
3659
3659
|
"aria-hidden": "true",
|
|
3660
|
-
className:
|
|
3660
|
+
className: chunkM3ICCPCU_js.cn("flex size-9 items-center justify-center", className),
|
|
3661
3661
|
...props,
|
|
3662
3662
|
children: [
|
|
3663
3663
|
/* @__PURE__ */ jsxRuntime.jsx(lucideReact.MoreHorizontal, { className: "size-4" }),
|
|
@@ -3678,7 +3678,7 @@ function Separator5({
|
|
|
3678
3678
|
"data-slot": "separator",
|
|
3679
3679
|
decorative,
|
|
3680
3680
|
orientation,
|
|
3681
|
-
className:
|
|
3681
|
+
className: chunkM3ICCPCU_js.cn(
|
|
3682
3682
|
"shrink-0 bg-border data-[orientation=horizontal]:h-px data-[orientation=horizontal]:w-full data-[orientation=vertical]:h-full data-[orientation=vertical]:w-px",
|
|
3683
3683
|
className
|
|
3684
3684
|
),
|
|
@@ -3711,7 +3711,7 @@ function ButtonGroup({
|
|
|
3711
3711
|
role: "group",
|
|
3712
3712
|
"data-slot": "button-group",
|
|
3713
3713
|
"data-orientation": orientation,
|
|
3714
|
-
className:
|
|
3714
|
+
className: chunkM3ICCPCU_js.cn(buttonGroupVariants({ orientation }), className),
|
|
3715
3715
|
...props
|
|
3716
3716
|
}
|
|
3717
3717
|
);
|
|
@@ -3725,7 +3725,7 @@ function ButtonGroupText({
|
|
|
3725
3725
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3726
3726
|
Comp,
|
|
3727
3727
|
{
|
|
3728
|
-
className:
|
|
3728
|
+
className: chunkM3ICCPCU_js.cn(
|
|
3729
3729
|
"flex items-center gap-2 rounded-md border bg-muted px-4 text-sm font-medium shadow-xs [&_svg]:pointer-events-none [&_svg:not([class*='size-'])]:size-4",
|
|
3730
3730
|
className
|
|
3731
3731
|
),
|
|
@@ -3743,7 +3743,7 @@ function ButtonGroupSeparator({
|
|
|
3743
3743
|
{
|
|
3744
3744
|
"data-slot": "button-group-separator",
|
|
3745
3745
|
orientation,
|
|
3746
|
-
className:
|
|
3746
|
+
className: chunkM3ICCPCU_js.cn(
|
|
3747
3747
|
"relative m-0! self-stretch bg-input data-[orientation=vertical]:h-auto",
|
|
3748
3748
|
className
|
|
3749
3749
|
),
|
|
@@ -3766,7 +3766,7 @@ function ComboboxContent({
|
|
|
3766
3766
|
"data-slot": "combobox-content",
|
|
3767
3767
|
align,
|
|
3768
3768
|
sideOffset,
|
|
3769
|
-
className:
|
|
3769
|
+
className: chunkM3ICCPCU_js.cn(
|
|
3770
3770
|
"z-50 w-[var(--radix-popover-trigger-width)] min-w-[12rem] origin-[var(--radix-popover-content-transform-origin)] overflow-hidden rounded-md bg-popover text-popover-foreground shadow-md ring-1 ring-foreground/10 outline-hidden data-[state=open]:animate-in data-[state=open]:fade-in-0 data-[state=open]:zoom-in-95 data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=closed]:zoom-out-95",
|
|
3771
3771
|
className
|
|
3772
3772
|
),
|
|
@@ -3797,7 +3797,7 @@ function ComboboxInput({
|
|
|
3797
3797
|
cmdk.Command.Input,
|
|
3798
3798
|
{
|
|
3799
3799
|
"data-slot": "combobox-input",
|
|
3800
|
-
className:
|
|
3800
|
+
className: chunkM3ICCPCU_js.cn(
|
|
3801
3801
|
"flex h-10 w-full rounded-md bg-transparent py-3 text-sm outline-hidden placeholder:text-muted-foreground disabled:cursor-not-allowed disabled:opacity-50",
|
|
3802
3802
|
className
|
|
3803
3803
|
),
|
|
@@ -3816,7 +3816,7 @@ function ComboboxList({
|
|
|
3816
3816
|
cmdk.Command.List,
|
|
3817
3817
|
{
|
|
3818
3818
|
"data-slot": "combobox-list",
|
|
3819
|
-
className:
|
|
3819
|
+
className: chunkM3ICCPCU_js.cn(
|
|
3820
3820
|
"max-h-[min(24rem,var(--radix-popover-content-available-height))] scroll-py-1 overflow-x-hidden overflow-y-auto p-1",
|
|
3821
3821
|
className
|
|
3822
3822
|
),
|
|
@@ -3834,7 +3834,7 @@ function ComboboxItem({
|
|
|
3834
3834
|
cmdk.Command.Item,
|
|
3835
3835
|
{
|
|
3836
3836
|
"data-slot": "combobox-item",
|
|
3837
|
-
className:
|
|
3837
|
+
className: chunkM3ICCPCU_js.cn(
|
|
3838
3838
|
"relative flex w-full cursor-default items-center gap-2 rounded-sm py-1.5 pr-8 pl-2 text-sm outline-hidden select-none data-[selected=true]:bg-accent data-[selected=true]:text-accent-foreground data-[disabled=true]:pointer-events-none data-[disabled=true]:opacity-50 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4",
|
|
3839
3839
|
className
|
|
3840
3840
|
),
|
|
@@ -3860,7 +3860,7 @@ function ComboboxGroup({
|
|
|
3860
3860
|
cmdk.Command.Group,
|
|
3861
3861
|
{
|
|
3862
3862
|
"data-slot": "combobox-group",
|
|
3863
|
-
className:
|
|
3863
|
+
className: chunkM3ICCPCU_js.cn(
|
|
3864
3864
|
"overflow-hidden text-foreground [&_[cmdk-group-heading]]:px-2 [&_[cmdk-group-heading]]:py-1.5 [&_[cmdk-group-heading]]:text-xs [&_[cmdk-group-heading]]:font-medium [&_[cmdk-group-heading]]:text-muted-foreground",
|
|
3865
3865
|
className
|
|
3866
3866
|
),
|
|
@@ -3876,7 +3876,7 @@ function ComboboxEmpty({
|
|
|
3876
3876
|
cmdk.Command.Empty,
|
|
3877
3877
|
{
|
|
3878
3878
|
"data-slot": "combobox-empty",
|
|
3879
|
-
className:
|
|
3879
|
+
className: chunkM3ICCPCU_js.cn("py-6 text-center text-sm text-muted-foreground", className),
|
|
3880
3880
|
...props
|
|
3881
3881
|
}
|
|
3882
3882
|
);
|
|
@@ -3889,7 +3889,7 @@ function ComboboxSeparator({
|
|
|
3889
3889
|
cmdk.Command.Separator,
|
|
3890
3890
|
{
|
|
3891
3891
|
"data-slot": "combobox-separator",
|
|
3892
|
-
className:
|
|
3892
|
+
className: chunkM3ICCPCU_js.cn("-mx-1 my-1 h-px bg-border", className),
|
|
3893
3893
|
...props
|
|
3894
3894
|
}
|
|
3895
3895
|
);
|
|
@@ -3907,7 +3907,7 @@ function Empty({ className, ...props }) {
|
|
|
3907
3907
|
"div",
|
|
3908
3908
|
{
|
|
3909
3909
|
"data-slot": "empty",
|
|
3910
|
-
className:
|
|
3910
|
+
className: chunkM3ICCPCU_js.cn(
|
|
3911
3911
|
"flex min-w-0 flex-1 flex-col items-center justify-center gap-6 rounded-lg border-dashed p-6 text-center text-balance md:p-12",
|
|
3912
3912
|
className
|
|
3913
3913
|
),
|
|
@@ -3920,7 +3920,7 @@ function EmptyHeader({ className, ...props }) {
|
|
|
3920
3920
|
"div",
|
|
3921
3921
|
{
|
|
3922
3922
|
"data-slot": "empty-header",
|
|
3923
|
-
className:
|
|
3923
|
+
className: chunkM3ICCPCU_js.cn(
|
|
3924
3924
|
"flex max-w-sm flex-col items-center gap-2 text-center",
|
|
3925
3925
|
className
|
|
3926
3926
|
),
|
|
@@ -3952,7 +3952,7 @@ function EmptyMedia({
|
|
|
3952
3952
|
{
|
|
3953
3953
|
"data-slot": "empty-icon",
|
|
3954
3954
|
"data-variant": variant,
|
|
3955
|
-
className:
|
|
3955
|
+
className: chunkM3ICCPCU_js.cn(emptyMediaVariants({ variant, className })),
|
|
3956
3956
|
...props
|
|
3957
3957
|
}
|
|
3958
3958
|
);
|
|
@@ -3962,7 +3962,7 @@ function EmptyTitle({ className, ...props }) {
|
|
|
3962
3962
|
"div",
|
|
3963
3963
|
{
|
|
3964
3964
|
"data-slot": "empty-title",
|
|
3965
|
-
className:
|
|
3965
|
+
className: chunkM3ICCPCU_js.cn("text-lg font-medium tracking-tight", className),
|
|
3966
3966
|
...props
|
|
3967
3967
|
}
|
|
3968
3968
|
);
|
|
@@ -3972,7 +3972,7 @@ function EmptyDescription({ className, ...props }) {
|
|
|
3972
3972
|
"div",
|
|
3973
3973
|
{
|
|
3974
3974
|
"data-slot": "empty-description",
|
|
3975
|
-
className:
|
|
3975
|
+
className: chunkM3ICCPCU_js.cn(
|
|
3976
3976
|
"text-sm/relaxed text-muted-foreground [&>a]:underline [&>a]:underline-offset-4 [&>a:hover]:text-primary",
|
|
3977
3977
|
className
|
|
3978
3978
|
),
|
|
@@ -3985,7 +3985,7 @@ function EmptyContent({ className, ...props }) {
|
|
|
3985
3985
|
"div",
|
|
3986
3986
|
{
|
|
3987
3987
|
"data-slot": "empty-content",
|
|
3988
|
-
className:
|
|
3988
|
+
className: chunkM3ICCPCU_js.cn(
|
|
3989
3989
|
"flex w-full max-w-sm min-w-0 flex-col items-center gap-4 text-sm text-balance",
|
|
3990
3990
|
className
|
|
3991
3991
|
),
|
|
@@ -4001,7 +4001,7 @@ function Label5({
|
|
|
4001
4001
|
LabelPrimitive__namespace.Root,
|
|
4002
4002
|
{
|
|
4003
4003
|
"data-slot": "label",
|
|
4004
|
-
className:
|
|
4004
|
+
className: chunkM3ICCPCU_js.cn(
|
|
4005
4005
|
"flex items-center gap-2 text-sm leading-none font-medium select-none group-data-[disabled=true]:pointer-events-none group-data-[disabled=true]:opacity-50 peer-disabled:cursor-not-allowed peer-disabled:opacity-50",
|
|
4006
4006
|
className
|
|
4007
4007
|
),
|
|
@@ -4014,7 +4014,7 @@ function FieldSet({ className, ...props }) {
|
|
|
4014
4014
|
"fieldset",
|
|
4015
4015
|
{
|
|
4016
4016
|
"data-slot": "field-set",
|
|
4017
|
-
className:
|
|
4017
|
+
className: chunkM3ICCPCU_js.cn(
|
|
4018
4018
|
"flex flex-col gap-6",
|
|
4019
4019
|
"has-[>[data-slot=checkbox-group]]:gap-3 has-[>[data-slot=radio-group]]:gap-3",
|
|
4020
4020
|
className
|
|
@@ -4033,7 +4033,7 @@ function FieldLegend({
|
|
|
4033
4033
|
{
|
|
4034
4034
|
"data-slot": "field-legend",
|
|
4035
4035
|
"data-variant": variant,
|
|
4036
|
-
className:
|
|
4036
|
+
className: chunkM3ICCPCU_js.cn(
|
|
4037
4037
|
"mb-3 font-medium",
|
|
4038
4038
|
"data-[variant=legend]:text-base",
|
|
4039
4039
|
"data-[variant=label]:text-sm",
|
|
@@ -4048,7 +4048,7 @@ function FieldGroup({ className, ...props }) {
|
|
|
4048
4048
|
"div",
|
|
4049
4049
|
{
|
|
4050
4050
|
"data-slot": "field-group",
|
|
4051
|
-
className:
|
|
4051
|
+
className: chunkM3ICCPCU_js.cn(
|
|
4052
4052
|
"group/field-group @container/field-group flex w-full flex-col gap-7 data-[slot=checkbox-group]:gap-3 [&>[data-slot=field-group]]:gap-4",
|
|
4053
4053
|
className
|
|
4054
4054
|
),
|
|
@@ -4090,7 +4090,7 @@ function Field({
|
|
|
4090
4090
|
role: "group",
|
|
4091
4091
|
"data-slot": "field",
|
|
4092
4092
|
"data-orientation": orientation,
|
|
4093
|
-
className:
|
|
4093
|
+
className: chunkM3ICCPCU_js.cn(fieldVariants({ orientation }), className),
|
|
4094
4094
|
...props
|
|
4095
4095
|
}
|
|
4096
4096
|
);
|
|
@@ -4100,7 +4100,7 @@ function FieldContent({ className, ...props }) {
|
|
|
4100
4100
|
"div",
|
|
4101
4101
|
{
|
|
4102
4102
|
"data-slot": "field-content",
|
|
4103
|
-
className:
|
|
4103
|
+
className: chunkM3ICCPCU_js.cn(
|
|
4104
4104
|
"group/field-content flex flex-1 flex-col gap-1.5 leading-snug",
|
|
4105
4105
|
className
|
|
4106
4106
|
),
|
|
@@ -4116,7 +4116,7 @@ function FieldLabel({
|
|
|
4116
4116
|
Label5,
|
|
4117
4117
|
{
|
|
4118
4118
|
"data-slot": "field-label",
|
|
4119
|
-
className:
|
|
4119
|
+
className: chunkM3ICCPCU_js.cn(
|
|
4120
4120
|
"group/field-label peer/field-label flex w-fit gap-2 leading-snug group-data-[disabled=true]/field:opacity-50",
|
|
4121
4121
|
"has-[>[data-slot=field]]:w-full has-[>[data-slot=field]]:flex-col has-[>[data-slot=field]]:rounded-md has-[>[data-slot=field]]:border [&>*]:data-[slot=field]:p-4",
|
|
4122
4122
|
"has-data-[state=checked]:border-primary has-data-[state=checked]:bg-primary/5 dark:has-data-[state=checked]:bg-primary/10",
|
|
@@ -4131,7 +4131,7 @@ function FieldTitle({ className, ...props }) {
|
|
|
4131
4131
|
"div",
|
|
4132
4132
|
{
|
|
4133
4133
|
"data-slot": "field-label",
|
|
4134
|
-
className:
|
|
4134
|
+
className: chunkM3ICCPCU_js.cn(
|
|
4135
4135
|
"flex w-fit items-center gap-2 text-sm leading-snug font-medium group-data-[disabled=true]/field:opacity-50",
|
|
4136
4136
|
className
|
|
4137
4137
|
),
|
|
@@ -4144,7 +4144,7 @@ function FieldDescription({ className, ...props }) {
|
|
|
4144
4144
|
"p",
|
|
4145
4145
|
{
|
|
4146
4146
|
"data-slot": "field-description",
|
|
4147
|
-
className:
|
|
4147
|
+
className: chunkM3ICCPCU_js.cn(
|
|
4148
4148
|
"text-sm leading-normal font-normal text-muted-foreground group-has-[[data-orientation=horizontal]]/field:text-balance",
|
|
4149
4149
|
"last:mt-0 nth-last-2:-mt-1 [[data-variant=legend]+&]:-mt-1.5",
|
|
4150
4150
|
"[&>a]:underline [&>a]:underline-offset-4 [&>a:hover]:text-primary",
|
|
@@ -4164,7 +4164,7 @@ function FieldSeparator({
|
|
|
4164
4164
|
{
|
|
4165
4165
|
"data-slot": "field-separator",
|
|
4166
4166
|
"data-content": !!children,
|
|
4167
|
-
className:
|
|
4167
|
+
className: chunkM3ICCPCU_js.cn(
|
|
4168
4168
|
"relative -my-2 h-5 text-sm group-data-[variant=outline]/field-group:-mb-2",
|
|
4169
4169
|
className
|
|
4170
4170
|
),
|
|
@@ -4214,7 +4214,7 @@ function FieldError({
|
|
|
4214
4214
|
{
|
|
4215
4215
|
role: "alert",
|
|
4216
4216
|
"data-slot": "field-error",
|
|
4217
|
-
className:
|
|
4217
|
+
className: chunkM3ICCPCU_js.cn("text-sm font-normal text-destructive", className),
|
|
4218
4218
|
...props,
|
|
4219
4219
|
children: content
|
|
4220
4220
|
}
|
|
@@ -4257,7 +4257,7 @@ function FormItem({ className, ...props }) {
|
|
|
4257
4257
|
"div",
|
|
4258
4258
|
{
|
|
4259
4259
|
"data-slot": "form-item",
|
|
4260
|
-
className:
|
|
4260
|
+
className: chunkM3ICCPCU_js.cn("grid gap-2", className),
|
|
4261
4261
|
...props
|
|
4262
4262
|
}
|
|
4263
4263
|
) });
|
|
@@ -4272,7 +4272,7 @@ function FormLabel({
|
|
|
4272
4272
|
{
|
|
4273
4273
|
"data-slot": "form-label",
|
|
4274
4274
|
"data-error": !!error,
|
|
4275
|
-
className:
|
|
4275
|
+
className: chunkM3ICCPCU_js.cn("data-[error=true]:text-destructive", className),
|
|
4276
4276
|
htmlFor: formItemId,
|
|
4277
4277
|
...props
|
|
4278
4278
|
}
|
|
@@ -4298,7 +4298,7 @@ function FormDescription({ className, ...props }) {
|
|
|
4298
4298
|
{
|
|
4299
4299
|
"data-slot": "form-description",
|
|
4300
4300
|
id: formDescriptionId,
|
|
4301
|
-
className:
|
|
4301
|
+
className: chunkM3ICCPCU_js.cn("text-sm text-muted-foreground", className),
|
|
4302
4302
|
...props
|
|
4303
4303
|
}
|
|
4304
4304
|
);
|
|
@@ -4314,178 +4314,178 @@ function FormMessage({ className, ...props }) {
|
|
|
4314
4314
|
{
|
|
4315
4315
|
"data-slot": "form-message",
|
|
4316
4316
|
id: formMessageId,
|
|
4317
|
-
className:
|
|
4317
|
+
className: chunkM3ICCPCU_js.cn("text-sm text-destructive", className),
|
|
4318
4318
|
...props,
|
|
4319
4319
|
children: body
|
|
4320
4320
|
}
|
|
4321
4321
|
);
|
|
4322
4322
|
}
|
|
4323
4323
|
var Icons = {
|
|
4324
|
-
logo: ({ className }) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { className:
|
|
4324
|
+
logo: ({ className }) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { className: chunkM3ICCPCU_js.cn("h-6 w-6", className), viewBox: "0 0 24 24", fill: "none", children: [
|
|
4325
4325
|
/* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "12", cy: "12", r: "10", className: "fill-primary" }),
|
|
4326
4326
|
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M8 12a4 4 0 1 0 8 0", className: "stroke-primary-foreground", strokeWidth: "2", strokeLinecap: "round" })
|
|
4327
4327
|
] }),
|
|
4328
|
-
chat: ({ className }) => /* @__PURE__ */ jsxRuntime.jsx("svg", { className:
|
|
4329
|
-
settings: ({ className }) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { className:
|
|
4328
|
+
chat: ({ className }) => /* @__PURE__ */ jsxRuntime.jsx("svg", { className: chunkM3ICCPCU_js.cn("h-4 w-4", className), viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", children: /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z" }) }),
|
|
4329
|
+
settings: ({ className }) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { className: chunkM3ICCPCU_js.cn("h-4 w-4", className), viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", children: [
|
|
4330
4330
|
/* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "12", cy: "12", r: "3" }),
|
|
4331
4331
|
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z" })
|
|
4332
4332
|
] }),
|
|
4333
|
-
pages: ({ className }) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { className:
|
|
4333
|
+
pages: ({ className }) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { className: chunkM3ICCPCU_js.cn("h-4 w-4", className), viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", children: [
|
|
4334
4334
|
/* @__PURE__ */ jsxRuntime.jsx("rect", { x: "3", y: "3", width: "7", height: "7" }),
|
|
4335
4335
|
/* @__PURE__ */ jsxRuntime.jsx("rect", { x: "14", y: "3", width: "7", height: "7" }),
|
|
4336
4336
|
/* @__PURE__ */ jsxRuntime.jsx("rect", { x: "14", y: "14", width: "7", height: "7" }),
|
|
4337
4337
|
/* @__PURE__ */ jsxRuntime.jsx("rect", { x: "3", y: "14", width: "7", height: "7" })
|
|
4338
4338
|
] }),
|
|
4339
|
-
preview: ({ className }) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { className:
|
|
4339
|
+
preview: ({ className }) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { className: chunkM3ICCPCU_js.cn("h-4 w-4", className), viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", children: [
|
|
4340
4340
|
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z" }),
|
|
4341
4341
|
/* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "12", cy: "12", r: "3" })
|
|
4342
4342
|
] }),
|
|
4343
|
-
analytics: ({ className }) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { className:
|
|
4343
|
+
analytics: ({ className }) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { className: chunkM3ICCPCU_js.cn("h-4 w-4", className), viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", children: [
|
|
4344
4344
|
/* @__PURE__ */ jsxRuntime.jsx("line", { x1: "18", y1: "20", x2: "18", y2: "10" }),
|
|
4345
4345
|
/* @__PURE__ */ jsxRuntime.jsx("line", { x1: "12", y1: "20", x2: "12", y2: "4" }),
|
|
4346
4346
|
/* @__PURE__ */ jsxRuntime.jsx("line", { x1: "6", y1: "20", x2: "6", y2: "14" })
|
|
4347
4347
|
] }),
|
|
4348
|
-
share: ({ className }) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { className:
|
|
4348
|
+
share: ({ className }) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { className: chunkM3ICCPCU_js.cn("h-4 w-4", className), viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", children: [
|
|
4349
4349
|
/* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "18", cy: "5", r: "3" }),
|
|
4350
4350
|
/* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "6", cy: "12", r: "3" }),
|
|
4351
4351
|
/* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "18", cy: "19", r: "3" }),
|
|
4352
4352
|
/* @__PURE__ */ jsxRuntime.jsx("line", { x1: "8.59", y1: "13.51", x2: "15.42", y2: "17.49" }),
|
|
4353
4353
|
/* @__PURE__ */ jsxRuntime.jsx("line", { x1: "15.41", y1: "6.51", x2: "8.59", y2: "10.49" })
|
|
4354
4354
|
] }),
|
|
4355
|
-
send: ({ className }) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { className:
|
|
4355
|
+
send: ({ className }) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { className: chunkM3ICCPCU_js.cn("h-4 w-4", className), viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", children: [
|
|
4356
4356
|
/* @__PURE__ */ jsxRuntime.jsx("line", { x1: "22", y1: "2", x2: "11", y2: "13" }),
|
|
4357
4357
|
/* @__PURE__ */ jsxRuntime.jsx("polygon", { points: "22 2 15 22 11 13 2 9 22 2" })
|
|
4358
4358
|
] }),
|
|
4359
|
-
edit: ({ className }) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { className:
|
|
4359
|
+
edit: ({ className }) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { className: chunkM3ICCPCU_js.cn("h-4 w-4", className), viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", children: [
|
|
4360
4360
|
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M11 4H4a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7" }),
|
|
4361
4361
|
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M18.5 2.5a2.121 2.121 0 0 1 3 3L12 15l-4 1 1-4 9.5-9.5z" })
|
|
4362
4362
|
] }),
|
|
4363
|
-
pencil: ({ className }) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { className:
|
|
4363
|
+
pencil: ({ className }) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { className: chunkM3ICCPCU_js.cn("h-4 w-4", className), viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", children: [
|
|
4364
4364
|
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M17 3a2.85 2.83 0 1 1 4 4L7.5 20.5 2 22l1.5-5.5Z" }),
|
|
4365
4365
|
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "m15 5 4 4" })
|
|
4366
4366
|
] }),
|
|
4367
|
-
eye: ({ className }) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { className:
|
|
4367
|
+
eye: ({ className }) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { className: chunkM3ICCPCU_js.cn("h-4 w-4", className), viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", children: [
|
|
4368
4368
|
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z" }),
|
|
4369
4369
|
/* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "12", cy: "12", r: "3" })
|
|
4370
4370
|
] }),
|
|
4371
|
-
x: ({ className }) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { className:
|
|
4371
|
+
x: ({ className }) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { className: chunkM3ICCPCU_js.cn("h-4 w-4", className), viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", children: [
|
|
4372
4372
|
/* @__PURE__ */ jsxRuntime.jsx("line", { x1: "18", y1: "6", x2: "6", y2: "18" }),
|
|
4373
4373
|
/* @__PURE__ */ jsxRuntime.jsx("line", { x1: "6", y1: "6", x2: "18", y2: "18" })
|
|
4374
4374
|
] }),
|
|
4375
|
-
trash: ({ className }) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { className:
|
|
4375
|
+
trash: ({ className }) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { className: chunkM3ICCPCU_js.cn("h-4 w-4", className), viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", children: [
|
|
4376
4376
|
/* @__PURE__ */ jsxRuntime.jsx("polyline", { points: "3 6 5 6 21 6" }),
|
|
4377
4377
|
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6m3 0V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2" }),
|
|
4378
4378
|
/* @__PURE__ */ jsxRuntime.jsx("line", { x1: "10", y1: "11", x2: "10", y2: "17" }),
|
|
4379
4379
|
/* @__PURE__ */ jsxRuntime.jsx("line", { x1: "14", y1: "11", x2: "14", y2: "17" })
|
|
4380
4380
|
] }),
|
|
4381
|
-
desktop: ({ className }) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { className:
|
|
4381
|
+
desktop: ({ className }) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { className: chunkM3ICCPCU_js.cn("h-4 w-4", className), viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", children: [
|
|
4382
4382
|
/* @__PURE__ */ jsxRuntime.jsx("rect", { x: "2", y: "3", width: "20", height: "14", rx: "2", ry: "2" }),
|
|
4383
4383
|
/* @__PURE__ */ jsxRuntime.jsx("line", { x1: "8", y1: "21", x2: "16", y2: "21" }),
|
|
4384
4384
|
/* @__PURE__ */ jsxRuntime.jsx("line", { x1: "12", y1: "17", x2: "12", y2: "21" })
|
|
4385
4385
|
] }),
|
|
4386
|
-
tablet: ({ className }) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { className:
|
|
4386
|
+
tablet: ({ className }) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { className: chunkM3ICCPCU_js.cn("h-4 w-4", className), viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", children: [
|
|
4387
4387
|
/* @__PURE__ */ jsxRuntime.jsx("rect", { x: "4", y: "2", width: "16", height: "20", rx: "2", ry: "2" }),
|
|
4388
4388
|
/* @__PURE__ */ jsxRuntime.jsx("line", { x1: "12", y1: "18", x2: "12.01", y2: "18" })
|
|
4389
4389
|
] }),
|
|
4390
|
-
mobile: ({ className }) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { className:
|
|
4390
|
+
mobile: ({ className }) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { className: chunkM3ICCPCU_js.cn("h-4 w-4", className), viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", children: [
|
|
4391
4391
|
/* @__PURE__ */ jsxRuntime.jsx("rect", { x: "5", y: "2", width: "14", height: "20", rx: "2", ry: "2" }),
|
|
4392
4392
|
/* @__PURE__ */ jsxRuntime.jsx("line", { x1: "12", y1: "18", x2: "12.01", y2: "18" })
|
|
4393
4393
|
] }),
|
|
4394
|
-
chevronDown: ({ className }) => /* @__PURE__ */ jsxRuntime.jsx("svg", { className:
|
|
4395
|
-
chevronRight: ({ className }) => /* @__PURE__ */ jsxRuntime.jsx("svg", { className:
|
|
4396
|
-
plus: ({ className }) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { className:
|
|
4394
|
+
chevronDown: ({ className }) => /* @__PURE__ */ jsxRuntime.jsx("svg", { className: chunkM3ICCPCU_js.cn("h-4 w-4", className), viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", children: /* @__PURE__ */ jsxRuntime.jsx("polyline", { points: "6 9 12 15 18 9" }) }),
|
|
4395
|
+
chevronRight: ({ className }) => /* @__PURE__ */ jsxRuntime.jsx("svg", { className: chunkM3ICCPCU_js.cn("h-4 w-4", className), viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", children: /* @__PURE__ */ jsxRuntime.jsx("polyline", { points: "9 18 15 12 9 6" }) }),
|
|
4396
|
+
plus: ({ className }) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { className: chunkM3ICCPCU_js.cn("h-4 w-4", className), viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", children: [
|
|
4397
4397
|
/* @__PURE__ */ jsxRuntime.jsx("line", { x1: "12", y1: "5", x2: "12", y2: "19" }),
|
|
4398
4398
|
/* @__PURE__ */ jsxRuntime.jsx("line", { x1: "5", y1: "12", x2: "19", y2: "12" })
|
|
4399
4399
|
] }),
|
|
4400
|
-
folder: ({ className }) => /* @__PURE__ */ jsxRuntime.jsx("svg", { className:
|
|
4401
|
-
users: ({ className }) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { className:
|
|
4400
|
+
folder: ({ className }) => /* @__PURE__ */ jsxRuntime.jsx("svg", { className: chunkM3ICCPCU_js.cn("h-4 w-4", className), viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", children: /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z" }) }),
|
|
4401
|
+
users: ({ className }) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { className: chunkM3ICCPCU_js.cn("h-4 w-4", className), viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", children: [
|
|
4402
4402
|
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2" }),
|
|
4403
4403
|
/* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "9", cy: "7", r: "4" }),
|
|
4404
4404
|
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M23 21v-2a4 4 0 0 0-3-3.87" }),
|
|
4405
4405
|
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M16 3.13a4 4 0 0 1 0 7.75" })
|
|
4406
4406
|
] }),
|
|
4407
|
-
sparkles: ({ className }) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { className:
|
|
4407
|
+
sparkles: ({ className }) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { className: chunkM3ICCPCU_js.cn("h-4 w-4", className), viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", children: [
|
|
4408
4408
|
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "m12 3-1.912 5.813a2 2 0 0 1-1.275 1.275L3 12l5.813 1.912a2 2 0 0 1 1.275 1.275L12 21l1.912-5.813a2 2 0 0 1 1.275-1.275L21 12l-5.813-1.912a2 2 0 0 1-1.275-1.275L12 3Z" }),
|
|
4409
4409
|
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M5 3v4" }),
|
|
4410
4410
|
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M19 17v4" }),
|
|
4411
4411
|
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M3 5h4" }),
|
|
4412
4412
|
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M17 19h4" })
|
|
4413
4413
|
] }),
|
|
4414
|
-
check: ({ className }) => /* @__PURE__ */ jsxRuntime.jsx("svg", { className:
|
|
4415
|
-
arrowLeft: ({ className }) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { className:
|
|
4414
|
+
check: ({ className }) => /* @__PURE__ */ jsxRuntime.jsx("svg", { className: chunkM3ICCPCU_js.cn("h-4 w-4", className), viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", children: /* @__PURE__ */ jsxRuntime.jsx("polyline", { points: "20 6 9 17 4 12" }) }),
|
|
4415
|
+
arrowLeft: ({ className }) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { className: chunkM3ICCPCU_js.cn("h-4 w-4", className), viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", children: [
|
|
4416
4416
|
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "m12 19-7-7 7-7" }),
|
|
4417
4417
|
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M19 12H5" })
|
|
4418
4418
|
] }),
|
|
4419
|
-
home: ({ className }) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { className:
|
|
4419
|
+
home: ({ className }) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { className: chunkM3ICCPCU_js.cn("h-4 w-4", className), viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", children: [
|
|
4420
4420
|
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "m3 9 9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z" }),
|
|
4421
4421
|
/* @__PURE__ */ jsxRuntime.jsx("polyline", { points: "9 22 9 12 15 12 15 22" })
|
|
4422
4422
|
] }),
|
|
4423
|
-
helpCircle: ({ className }) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { className:
|
|
4423
|
+
helpCircle: ({ className }) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { className: chunkM3ICCPCU_js.cn("h-4 w-4", className), viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", children: [
|
|
4424
4424
|
/* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "12", cy: "12", r: "10" }),
|
|
4425
4425
|
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" }),
|
|
4426
4426
|
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M12 17h.01" })
|
|
4427
4427
|
] }),
|
|
4428
|
-
globe: ({ className }) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { className:
|
|
4428
|
+
globe: ({ className }) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { className: chunkM3ICCPCU_js.cn("h-4 w-4", className), viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", children: [
|
|
4429
4429
|
/* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "12", cy: "12", r: "10" }),
|
|
4430
4430
|
/* @__PURE__ */ jsxRuntime.jsx("line", { x1: "2", y1: "12", x2: "22", y2: "12" }),
|
|
4431
4431
|
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z" })
|
|
4432
4432
|
] }),
|
|
4433
|
-
download: ({ className }) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { className:
|
|
4433
|
+
download: ({ className }) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { className: chunkM3ICCPCU_js.cn("h-4 w-4", className), viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", children: [
|
|
4434
4434
|
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4" }),
|
|
4435
4435
|
/* @__PURE__ */ jsxRuntime.jsx("polyline", { points: "7 10 12 15 17 10" }),
|
|
4436
4436
|
/* @__PURE__ */ jsxRuntime.jsx("line", { x1: "12", y1: "15", x2: "12", y2: "3" })
|
|
4437
4437
|
] }),
|
|
4438
|
-
lock: ({ className }) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { className:
|
|
4438
|
+
lock: ({ className }) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { className: chunkM3ICCPCU_js.cn("h-4 w-4", className), viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", children: [
|
|
4439
4439
|
/* @__PURE__ */ jsxRuntime.jsx("rect", { x: "3", y: "11", width: "18", height: "11", rx: "2", ry: "2" }),
|
|
4440
4440
|
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M7 11V7a5 5 0 0 1 10 0v4" })
|
|
4441
4441
|
] }),
|
|
4442
|
-
unlock: ({ className }) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { className:
|
|
4442
|
+
unlock: ({ className }) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { className: chunkM3ICCPCU_js.cn("h-4 w-4", className), viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", children: [
|
|
4443
4443
|
/* @__PURE__ */ jsxRuntime.jsx("rect", { x: "3", y: "11", width: "18", height: "11", rx: "2", ry: "2" }),
|
|
4444
4444
|
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M7 11V7a5 5 0 0 1 5-5 5 5 0 0 1 5 5" })
|
|
4445
4445
|
] }),
|
|
4446
|
-
code: ({ className }) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { className:
|
|
4446
|
+
code: ({ className }) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { className: chunkM3ICCPCU_js.cn("h-4 w-4", className), viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", children: [
|
|
4447
4447
|
/* @__PURE__ */ jsxRuntime.jsx("polyline", { points: "16 18 22 12 16 6" }),
|
|
4448
4448
|
/* @__PURE__ */ jsxRuntime.jsx("polyline", { points: "8 6 2 12 8 18" })
|
|
4449
4449
|
] }),
|
|
4450
|
-
github: ({ className }) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { className:
|
|
4450
|
+
github: ({ className }) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { className: chunkM3ICCPCU_js.cn("h-4 w-4", className), viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", children: [
|
|
4451
4451
|
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M15 22v-4a4.8 4.8 0 0 0-1-3.5c3 0 6-2 6-5.5.08-1.25-.27-2.48-1-3.5.28-1.15.28-2.35 0-3.5 0 0-1 0-3 1.5-2.64-.5-5.36-.5-8 0C6 2 5 2 5 2c-.3 1.15-.3 2.35 0 3.5A5.403 5.403 0 0 0 4 9c0 3.5 3 5.5 6 5.5-.39.49-.68 1.05-.85 1.65-.17.6-.22 1.23-.15 1.85v4" }),
|
|
4452
4452
|
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M9 18c-4.51 2-5-2-7-2" })
|
|
4453
4453
|
] }),
|
|
4454
|
-
copy: ({ className }) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { className:
|
|
4454
|
+
copy: ({ className }) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { className: chunkM3ICCPCU_js.cn("h-4 w-4", className), viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", children: [
|
|
4455
4455
|
/* @__PURE__ */ jsxRuntime.jsx("rect", { x: "9", y: "9", width: "13", height: "13", rx: "2", ry: "2" }),
|
|
4456
4456
|
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1" })
|
|
4457
4457
|
] }),
|
|
4458
|
-
spinner: ({ className }) => /* @__PURE__ */ jsxRuntime.jsx("svg", { className:
|
|
4459
|
-
refresh: ({ className }) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { className:
|
|
4458
|
+
spinner: ({ className }) => /* @__PURE__ */ jsxRuntime.jsx("svg", { className: chunkM3ICCPCU_js.cn("h-4 w-4", className), viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", children: /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M21 12a9 9 0 1 1-6.219-8.56" }) }),
|
|
4459
|
+
refresh: ({ className }) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { className: chunkM3ICCPCU_js.cn("h-4 w-4", className), viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", children: [
|
|
4460
4460
|
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M3 12a9 9 0 0 1 9-9 9.75 9.75 0 0 1 6.74 2.74L21 8" }),
|
|
4461
4461
|
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M21 3v5h-5" }),
|
|
4462
4462
|
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M21 12a9 9 0 0 1-9 9 9.75 9.75 0 0 1-6.74-2.74L3 16" }),
|
|
4463
4463
|
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M8 16H3v5" })
|
|
4464
4464
|
] }),
|
|
4465
|
-
alertCircle: ({ className }) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { className:
|
|
4465
|
+
alertCircle: ({ className }) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { className: chunkM3ICCPCU_js.cn("h-4 w-4", className), viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", children: [
|
|
4466
4466
|
/* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "12", cy: "12", r: "10" }),
|
|
4467
4467
|
/* @__PURE__ */ jsxRuntime.jsx("line", { x1: "12", y1: "8", x2: "12", y2: "12" }),
|
|
4468
4468
|
/* @__PURE__ */ jsxRuntime.jsx("line", { x1: "12", y1: "16", x2: "12.01", y2: "16" })
|
|
4469
4469
|
] }),
|
|
4470
|
-
palette: ({ className }) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { className:
|
|
4470
|
+
palette: ({ className }) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { className: chunkM3ICCPCU_js.cn("h-4 w-4", className), viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", children: [
|
|
4471
4471
|
/* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "13.5", cy: "6.5", r: ".5" }),
|
|
4472
4472
|
/* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "17.5", cy: "10.5", r: ".5" }),
|
|
4473
4473
|
/* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "8.5", cy: "7.5", r: ".5" }),
|
|
4474
4474
|
/* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "6.5", cy: "12.5", r: ".5" }),
|
|
4475
4475
|
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10c.926 0 1.648-.746 1.648-1.688 0-.437-.18-.835-.437-1.125-.29-.289-.438-.652-.438-1.125a1.64 1.64 0 0 1 1.668-1.668h1.996c3.051 0 5.555-2.503 5.555-5.555C21.965 6.012 17.461 2 12 2z" })
|
|
4476
4476
|
] }),
|
|
4477
|
-
puzzle: ({ className }) => /* @__PURE__ */ jsxRuntime.jsx("svg", { className:
|
|
4478
|
-
upload: ({ className }) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { className:
|
|
4477
|
+
puzzle: ({ className }) => /* @__PURE__ */ jsxRuntime.jsx("svg", { className: chunkM3ICCPCU_js.cn("h-4 w-4", className), viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", children: /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M19.439 7.85c-.049.322.059.648.289.878l1.568 1.568c.47.47.706 1.087.706 1.704s-.235 1.233-.706 1.704l-1.611 1.611a.98.98 0 0 1-.837.276c-.47-.07-.802-.48-.968-.925a2.501 2.501 0 1 0-3.214 3.214c.446.166.855.497.925.968a.979.979 0 0 1-.276.837l-1.61 1.61a2.404 2.404 0 0 1-1.705.707 2.402 2.402 0 0 1-1.704-.706l-1.568-1.568a1.026 1.026 0 0 0-.877-.29c-.493.074-.84.504-1.02.968a2.5 2.5 0 1 1-3.237-3.237c.464-.18.894-.527.967-1.02a1.026 1.026 0 0 0-.289-.877l-1.568-1.568A2.402 2.402 0 0 1 1.998 12c0-.617.236-1.234.706-1.704L4.23 8.77c.24-.24.581-.353.917-.303.515.077.877.528 1.073 1.01a2.5 2.5 0 1 0 3.259-3.259c-.482-.196-.933-.558-1.01-1.073-.05-.336.062-.676.303-.917l1.525-1.525A2.402 2.402 0 0 1 12 1.998c.617 0 1.234.236 1.704.706l1.568 1.568c.23.23.556.338.877.29.493-.074.84-.504 1.02-.968a2.5 2.5 0 1 1 3.237 3.237c-.464.18-.894.527-.967 1.02Z" }) }),
|
|
4478
|
+
upload: ({ className }) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { className: chunkM3ICCPCU_js.cn("h-4 w-4", className), viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", children: [
|
|
4479
4479
|
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4" }),
|
|
4480
4480
|
/* @__PURE__ */ jsxRuntime.jsx("polyline", { points: "17 8 12 3 7 8" }),
|
|
4481
4481
|
/* @__PURE__ */ jsxRuntime.jsx("line", { x1: "12", y1: "3", x2: "12", y2: "15" })
|
|
4482
4482
|
] }),
|
|
4483
|
-
externalLink: ({ className }) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { className:
|
|
4483
|
+
externalLink: ({ className }) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { className: chunkM3ICCPCU_js.cn("h-4 w-4", className), viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", children: [
|
|
4484
4484
|
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6" }),
|
|
4485
4485
|
/* @__PURE__ */ jsxRuntime.jsx("polyline", { points: "15 3 21 3 21 9" }),
|
|
4486
4486
|
/* @__PURE__ */ jsxRuntime.jsx("line", { x1: "10", y1: "14", x2: "21", y2: "3" })
|
|
4487
4487
|
] }),
|
|
4488
|
-
gitBranch: ({ className }) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { className:
|
|
4488
|
+
gitBranch: ({ className }) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { className: chunkM3ICCPCU_js.cn("h-4 w-4", className), viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", children: [
|
|
4489
4489
|
/* @__PURE__ */ jsxRuntime.jsx("line", { x1: "6", y1: "3", x2: "6", y2: "15" }),
|
|
4490
4490
|
/* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "18", cy: "6", r: "3" }),
|
|
4491
4491
|
/* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "6", cy: "18", r: "3" }),
|
|
@@ -4498,7 +4498,7 @@ function InputGroup({ className, ...props }) {
|
|
|
4498
4498
|
{
|
|
4499
4499
|
"data-slot": "input-group",
|
|
4500
4500
|
role: "group",
|
|
4501
|
-
className:
|
|
4501
|
+
className: chunkM3ICCPCU_js.cn(
|
|
4502
4502
|
"group/input-group relative flex w-full items-center rounded-md border border-input shadow-xs transition-[color,box-shadow] outline-none dark:bg-input/30",
|
|
4503
4503
|
"h-9 min-w-0 has-[>textarea]:h-auto",
|
|
4504
4504
|
// Variants based on alignment.
|
|
@@ -4543,7 +4543,7 @@ function InputGroupAddon({
|
|
|
4543
4543
|
role: "group",
|
|
4544
4544
|
"data-slot": "input-group-addon",
|
|
4545
4545
|
"data-align": align,
|
|
4546
|
-
className:
|
|
4546
|
+
className: chunkM3ICCPCU_js.cn(inputGroupAddonVariants({ align }), className),
|
|
4547
4547
|
onClick: (e) => {
|
|
4548
4548
|
if (e.target.closest("button")) {
|
|
4549
4549
|
return;
|
|
@@ -4578,12 +4578,12 @@ function InputGroupButton({
|
|
|
4578
4578
|
...props
|
|
4579
4579
|
}) {
|
|
4580
4580
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
4581
|
-
|
|
4581
|
+
chunkYAE5VBWJ_js.Button,
|
|
4582
4582
|
{
|
|
4583
4583
|
type,
|
|
4584
4584
|
"data-size": size,
|
|
4585
4585
|
variant,
|
|
4586
|
-
className:
|
|
4586
|
+
className: chunkM3ICCPCU_js.cn(inputGroupButtonVariants({ size }), className),
|
|
4587
4587
|
...props
|
|
4588
4588
|
}
|
|
4589
4589
|
);
|
|
@@ -4592,7 +4592,7 @@ function InputGroupText({ className, ...props }) {
|
|
|
4592
4592
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
4593
4593
|
"span",
|
|
4594
4594
|
{
|
|
4595
|
-
className:
|
|
4595
|
+
className: chunkM3ICCPCU_js.cn(
|
|
4596
4596
|
"flex items-center gap-2 text-sm text-muted-foreground [&_svg]:pointer-events-none [&_svg:not([class*='size-'])]:size-4",
|
|
4597
4597
|
className
|
|
4598
4598
|
),
|
|
@@ -4608,7 +4608,7 @@ function InputGroupInput({
|
|
|
4608
4608
|
Input,
|
|
4609
4609
|
{
|
|
4610
4610
|
"data-slot": "input-group-control",
|
|
4611
|
-
className:
|
|
4611
|
+
className: chunkM3ICCPCU_js.cn(
|
|
4612
4612
|
"flex-1 rounded-none border-0 bg-transparent shadow-none focus-visible:ring-0 dark:bg-transparent",
|
|
4613
4613
|
className
|
|
4614
4614
|
),
|
|
@@ -4624,7 +4624,7 @@ function InputGroupTextarea({
|
|
|
4624
4624
|
Textarea,
|
|
4625
4625
|
{
|
|
4626
4626
|
"data-slot": "input-group-control",
|
|
4627
|
-
className:
|
|
4627
|
+
className: chunkM3ICCPCU_js.cn(
|
|
4628
4628
|
"flex-1 resize-none rounded-none border-0 bg-transparent py-3 shadow-none focus-visible:ring-0 dark:bg-transparent",
|
|
4629
4629
|
className
|
|
4630
4630
|
),
|
|
@@ -4638,7 +4638,7 @@ function ItemGroup({ className, ...props }) {
|
|
|
4638
4638
|
{
|
|
4639
4639
|
role: "list",
|
|
4640
4640
|
"data-slot": "item-group",
|
|
4641
|
-
className:
|
|
4641
|
+
className: chunkM3ICCPCU_js.cn("group/item-group flex flex-col", className),
|
|
4642
4642
|
...props
|
|
4643
4643
|
}
|
|
4644
4644
|
);
|
|
@@ -4652,7 +4652,7 @@ function ItemSeparator({
|
|
|
4652
4652
|
{
|
|
4653
4653
|
"data-slot": "item-separator",
|
|
4654
4654
|
orientation: "horizontal",
|
|
4655
|
-
className:
|
|
4655
|
+
className: chunkM3ICCPCU_js.cn("my-0", className),
|
|
4656
4656
|
...props
|
|
4657
4657
|
}
|
|
4658
4658
|
);
|
|
@@ -4691,7 +4691,7 @@ function Item9({
|
|
|
4691
4691
|
"data-slot": "item",
|
|
4692
4692
|
"data-variant": variant,
|
|
4693
4693
|
"data-size": size,
|
|
4694
|
-
className:
|
|
4694
|
+
className: chunkM3ICCPCU_js.cn(itemVariants({ variant, size, className })),
|
|
4695
4695
|
...props
|
|
4696
4696
|
}
|
|
4697
4697
|
);
|
|
@@ -4721,7 +4721,7 @@ function ItemMedia({
|
|
|
4721
4721
|
{
|
|
4722
4722
|
"data-slot": "item-media",
|
|
4723
4723
|
"data-variant": variant,
|
|
4724
|
-
className:
|
|
4724
|
+
className: chunkM3ICCPCU_js.cn(itemMediaVariants({ variant, className })),
|
|
4725
4725
|
...props
|
|
4726
4726
|
}
|
|
4727
4727
|
);
|
|
@@ -4731,7 +4731,7 @@ function ItemContent({ className, ...props }) {
|
|
|
4731
4731
|
"div",
|
|
4732
4732
|
{
|
|
4733
4733
|
"data-slot": "item-content",
|
|
4734
|
-
className:
|
|
4734
|
+
className: chunkM3ICCPCU_js.cn(
|
|
4735
4735
|
"flex flex-1 flex-col gap-1 [&+[data-slot=item-content]]:flex-none",
|
|
4736
4736
|
className
|
|
4737
4737
|
),
|
|
@@ -4744,7 +4744,7 @@ function ItemTitle({ className, ...props }) {
|
|
|
4744
4744
|
"div",
|
|
4745
4745
|
{
|
|
4746
4746
|
"data-slot": "item-title",
|
|
4747
|
-
className:
|
|
4747
|
+
className: chunkM3ICCPCU_js.cn(
|
|
4748
4748
|
"flex w-fit items-center gap-2 text-sm leading-snug font-medium",
|
|
4749
4749
|
className
|
|
4750
4750
|
),
|
|
@@ -4757,7 +4757,7 @@ function ItemDescription({ className, ...props }) {
|
|
|
4757
4757
|
"p",
|
|
4758
4758
|
{
|
|
4759
4759
|
"data-slot": "item-description",
|
|
4760
|
-
className:
|
|
4760
|
+
className: chunkM3ICCPCU_js.cn(
|
|
4761
4761
|
"line-clamp-2 text-sm leading-normal font-normal text-balance text-muted-foreground",
|
|
4762
4762
|
"[&>a]:underline [&>a]:underline-offset-4 [&>a:hover]:text-primary",
|
|
4763
4763
|
className
|
|
@@ -4771,7 +4771,7 @@ function ItemActions({ className, ...props }) {
|
|
|
4771
4771
|
"div",
|
|
4772
4772
|
{
|
|
4773
4773
|
"data-slot": "item-actions",
|
|
4774
|
-
className:
|
|
4774
|
+
className: chunkM3ICCPCU_js.cn("flex items-center gap-2", className),
|
|
4775
4775
|
...props
|
|
4776
4776
|
}
|
|
4777
4777
|
);
|
|
@@ -4781,7 +4781,7 @@ function ItemHeader({ className, ...props }) {
|
|
|
4781
4781
|
"div",
|
|
4782
4782
|
{
|
|
4783
4783
|
"data-slot": "item-header",
|
|
4784
|
-
className:
|
|
4784
|
+
className: chunkM3ICCPCU_js.cn(
|
|
4785
4785
|
"flex basis-full items-center justify-between gap-2",
|
|
4786
4786
|
className
|
|
4787
4787
|
),
|
|
@@ -4794,7 +4794,7 @@ function ItemFooter({ className, ...props }) {
|
|
|
4794
4794
|
"div",
|
|
4795
4795
|
{
|
|
4796
4796
|
"data-slot": "item-footer",
|
|
4797
|
-
className:
|
|
4797
|
+
className: chunkM3ICCPCU_js.cn(
|
|
4798
4798
|
"flex basis-full items-center justify-between gap-2",
|
|
4799
4799
|
className
|
|
4800
4800
|
),
|
|
@@ -4807,7 +4807,7 @@ function Kbd({ className, ...props }) {
|
|
|
4807
4807
|
"kbd",
|
|
4808
4808
|
{
|
|
4809
4809
|
"data-slot": "kbd",
|
|
4810
|
-
className:
|
|
4810
|
+
className: chunkM3ICCPCU_js.cn(
|
|
4811
4811
|
"pointer-events-none inline-flex h-5 w-fit min-w-5 items-center justify-center gap-1 rounded-sm bg-muted px-1 font-sans text-xs font-medium text-muted-foreground select-none",
|
|
4812
4812
|
"[&_svg:not([class*='size-'])]:size-3",
|
|
4813
4813
|
"[[data-slot=tooltip-content]_&]:bg-background/20 [[data-slot=tooltip-content]_&]:text-background dark:[[data-slot=tooltip-content]_&]:bg-background/10",
|
|
@@ -4822,7 +4822,7 @@ function KbdGroup({ className, ...props }) {
|
|
|
4822
4822
|
"kbd",
|
|
4823
4823
|
{
|
|
4824
4824
|
"data-slot": "kbd-group",
|
|
4825
|
-
className:
|
|
4825
|
+
className: chunkM3ICCPCU_js.cn("inline-flex items-center gap-1", className),
|
|
4826
4826
|
...props
|
|
4827
4827
|
}
|
|
4828
4828
|
);
|
|
@@ -4843,7 +4843,7 @@ function NativeSelect({
|
|
|
4843
4843
|
{
|
|
4844
4844
|
"data-slot": "native-select",
|
|
4845
4845
|
"data-size": size,
|
|
4846
|
-
className:
|
|
4846
|
+
className: chunkM3ICCPCU_js.cn(
|
|
4847
4847
|
"h-9 w-full min-w-0 appearance-none rounded-md border border-input bg-transparent px-3 py-2 pr-9 text-sm shadow-xs transition-[color,box-shadow] outline-none selection:bg-primary selection:text-primary-foreground placeholder:text-muted-foreground disabled:pointer-events-none disabled:cursor-not-allowed data-[size=sm]:h-8 data-[size=sm]:py-1 dark:bg-input/30 dark:hover:bg-input/50",
|
|
4848
4848
|
"focus-visible:border-ring focus-visible:ring-[3px] focus-visible:ring-ring/50",
|
|
4849
4849
|
"aria-invalid:border-destructive aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40",
|
|
@@ -4875,7 +4875,7 @@ function NativeSelectOptGroup({
|
|
|
4875
4875
|
"optgroup",
|
|
4876
4876
|
{
|
|
4877
4877
|
"data-slot": "native-select-optgroup",
|
|
4878
|
-
className:
|
|
4878
|
+
className: chunkM3ICCPCU_js.cn(className),
|
|
4879
4879
|
...props
|
|
4880
4880
|
}
|
|
4881
4881
|
);
|
|
@@ -4887,7 +4887,7 @@ function Pagination({ className, ...props }) {
|
|
|
4887
4887
|
role: "navigation",
|
|
4888
4888
|
"aria-label": "pagination",
|
|
4889
4889
|
"data-slot": "pagination",
|
|
4890
|
-
className:
|
|
4890
|
+
className: chunkM3ICCPCU_js.cn("mx-auto flex w-full justify-center", className),
|
|
4891
4891
|
...props
|
|
4892
4892
|
}
|
|
4893
4893
|
);
|
|
@@ -4900,7 +4900,7 @@ function PaginationContent({
|
|
|
4900
4900
|
"ul",
|
|
4901
4901
|
{
|
|
4902
4902
|
"data-slot": "pagination-content",
|
|
4903
|
-
className:
|
|
4903
|
+
className: chunkM3ICCPCU_js.cn("flex flex-row items-center gap-1", className),
|
|
4904
4904
|
...props
|
|
4905
4905
|
}
|
|
4906
4906
|
);
|
|
@@ -4920,8 +4920,8 @@ function PaginationLink({
|
|
|
4920
4920
|
"aria-current": isActive ? "page" : void 0,
|
|
4921
4921
|
"data-slot": "pagination-link",
|
|
4922
4922
|
"data-active": isActive,
|
|
4923
|
-
className:
|
|
4924
|
-
|
|
4923
|
+
className: chunkM3ICCPCU_js.cn(
|
|
4924
|
+
chunkYAE5VBWJ_js.buttonVariants({
|
|
4925
4925
|
variant: isActive ? "outline" : "ghost",
|
|
4926
4926
|
size
|
|
4927
4927
|
}),
|
|
@@ -4940,7 +4940,7 @@ function PaginationPrevious({
|
|
|
4940
4940
|
{
|
|
4941
4941
|
"aria-label": "Go to previous page",
|
|
4942
4942
|
size: "md",
|
|
4943
|
-
className:
|
|
4943
|
+
className: chunkM3ICCPCU_js.cn("gap-1 px-2.5 sm:pl-2.5", className),
|
|
4944
4944
|
...props,
|
|
4945
4945
|
children: [
|
|
4946
4946
|
/* @__PURE__ */ jsxRuntime.jsx(lucideReact.ChevronLeftIcon, {}),
|
|
@@ -4958,7 +4958,7 @@ function PaginationNext({
|
|
|
4958
4958
|
{
|
|
4959
4959
|
"aria-label": "Go to next page",
|
|
4960
4960
|
size: "md",
|
|
4961
|
-
className:
|
|
4961
|
+
className: chunkM3ICCPCU_js.cn("gap-1 px-2.5 sm:pr-2.5", className),
|
|
4962
4962
|
...props,
|
|
4963
4963
|
children: [
|
|
4964
4964
|
/* @__PURE__ */ jsxRuntime.jsx("span", { className: "hidden sm:block", children: "Next" }),
|
|
@@ -4976,7 +4976,7 @@ function PaginationEllipsis({
|
|
|
4976
4976
|
{
|
|
4977
4977
|
"aria-hidden": true,
|
|
4978
4978
|
"data-slot": "pagination-ellipsis",
|
|
4979
|
-
className:
|
|
4979
|
+
className: chunkM3ICCPCU_js.cn("flex size-9 items-center justify-center", className),
|
|
4980
4980
|
...props,
|
|
4981
4981
|
children: [
|
|
4982
4982
|
/* @__PURE__ */ jsxRuntime.jsx(lucideReact.MoreHorizontalIcon, { className: "size-4" }),
|
|
@@ -4995,7 +4995,7 @@ function Table({ className, ...props }) {
|
|
|
4995
4995
|
"table",
|
|
4996
4996
|
{
|
|
4997
4997
|
"data-slot": "table",
|
|
4998
|
-
className:
|
|
4998
|
+
className: chunkM3ICCPCU_js.cn("w-full caption-bottom text-sm", className),
|
|
4999
4999
|
...props
|
|
5000
5000
|
}
|
|
5001
5001
|
)
|
|
@@ -5007,7 +5007,7 @@ function TableHeader({ className, ...props }) {
|
|
|
5007
5007
|
"thead",
|
|
5008
5008
|
{
|
|
5009
5009
|
"data-slot": "table-header",
|
|
5010
|
-
className:
|
|
5010
|
+
className: chunkM3ICCPCU_js.cn("[&_tr]:border-b", className),
|
|
5011
5011
|
...props
|
|
5012
5012
|
}
|
|
5013
5013
|
);
|
|
@@ -5017,7 +5017,7 @@ function TableBody({ className, ...props }) {
|
|
|
5017
5017
|
"tbody",
|
|
5018
5018
|
{
|
|
5019
5019
|
"data-slot": "table-body",
|
|
5020
|
-
className:
|
|
5020
|
+
className: chunkM3ICCPCU_js.cn("[&_tr:last-child]:border-0", className),
|
|
5021
5021
|
...props
|
|
5022
5022
|
}
|
|
5023
5023
|
);
|
|
@@ -5027,7 +5027,7 @@ function TableFooter({ className, ...props }) {
|
|
|
5027
5027
|
"tfoot",
|
|
5028
5028
|
{
|
|
5029
5029
|
"data-slot": "table-footer",
|
|
5030
|
-
className:
|
|
5030
|
+
className: chunkM3ICCPCU_js.cn(
|
|
5031
5031
|
"border-t bg-muted/50 font-medium [&>tr]:last:border-b-0",
|
|
5032
5032
|
className
|
|
5033
5033
|
),
|
|
@@ -5040,7 +5040,7 @@ function TableRow({ className, ...props }) {
|
|
|
5040
5040
|
"tr",
|
|
5041
5041
|
{
|
|
5042
5042
|
"data-slot": "table-row",
|
|
5043
|
-
className:
|
|
5043
|
+
className: chunkM3ICCPCU_js.cn(
|
|
5044
5044
|
"border-b transition-colors hover:bg-muted/50 data-[state=selected]:bg-muted",
|
|
5045
5045
|
className
|
|
5046
5046
|
),
|
|
@@ -5053,7 +5053,7 @@ function TableHead({ className, ...props }) {
|
|
|
5053
5053
|
"th",
|
|
5054
5054
|
{
|
|
5055
5055
|
"data-slot": "table-head",
|
|
5056
|
-
className:
|
|
5056
|
+
className: chunkM3ICCPCU_js.cn(
|
|
5057
5057
|
"h-10 px-2 text-left align-middle font-medium whitespace-nowrap text-foreground [&:has([role=checkbox])]:pr-0 [&>[role=checkbox]]:translate-y-[2px]",
|
|
5058
5058
|
className
|
|
5059
5059
|
),
|
|
@@ -5066,7 +5066,7 @@ function TableCell({ className, ...props }) {
|
|
|
5066
5066
|
"td",
|
|
5067
5067
|
{
|
|
5068
5068
|
"data-slot": "table-cell",
|
|
5069
|
-
className:
|
|
5069
|
+
className: chunkM3ICCPCU_js.cn(
|
|
5070
5070
|
"p-2 align-middle whitespace-nowrap [&:has([role=checkbox])]:pr-0 [&>[role=checkbox]]:translate-y-[2px]",
|
|
5071
5071
|
className
|
|
5072
5072
|
),
|
|
@@ -5082,7 +5082,7 @@ function TableCaption({
|
|
|
5082
5082
|
"caption",
|
|
5083
5083
|
{
|
|
5084
5084
|
"data-slot": "table-caption",
|
|
5085
|
-
className:
|
|
5085
|
+
className: chunkM3ICCPCU_js.cn("mt-4 text-sm text-muted-foreground", className),
|
|
5086
5086
|
...props
|
|
5087
5087
|
}
|
|
5088
5088
|
);
|
|
@@ -5189,7 +5189,7 @@ function TypewriterText({
|
|
|
5189
5189
|
}
|
|
5190
5190
|
};
|
|
5191
5191
|
}, [text, wordDelay, skipAnimation, onComplete]);
|
|
5192
|
-
return /* @__PURE__ */ jsxRuntime.jsxs("span", { className:
|
|
5192
|
+
return /* @__PURE__ */ jsxRuntime.jsxs("span", { className: chunkM3ICCPCU_js.cn("inline", className), children: [
|
|
5193
5193
|
displayedWords.join(" "),
|
|
5194
5194
|
!isComplete && /* @__PURE__ */ jsxRuntime.jsx("span", { className: "inline-block w-0.5 h-4 bg-primary ml-0.5 animate-pulse" })
|
|
5195
5195
|
] });
|
|
@@ -5288,7 +5288,7 @@ function SidebarProvider({
|
|
|
5288
5288
|
"--sidebar-width-icon": SIDEBAR_WIDTH_ICON,
|
|
5289
5289
|
...style
|
|
5290
5290
|
},
|
|
5291
|
-
className:
|
|
5291
|
+
className: chunkM3ICCPCU_js.cn(
|
|
5292
5292
|
"group/sidebar-wrapper has-data-[variant=inset]:bg-sidebar flex h-svh w-full overflow-hidden",
|
|
5293
5293
|
className
|
|
5294
5294
|
),
|
|
@@ -5304,13 +5304,13 @@ function SidebarTrigger({
|
|
|
5304
5304
|
}) {
|
|
5305
5305
|
const { toggleSidebar } = useSidebar();
|
|
5306
5306
|
return /* @__PURE__ */ jsxRuntime.jsxs(
|
|
5307
|
-
|
|
5307
|
+
chunkYAE5VBWJ_js.Button,
|
|
5308
5308
|
{
|
|
5309
5309
|
"data-sidebar": "trigger",
|
|
5310
5310
|
"data-slot": "sidebar-trigger",
|
|
5311
5311
|
variant: "ghost",
|
|
5312
5312
|
size: "icon",
|
|
5313
|
-
className:
|
|
5313
|
+
className: chunkM3ICCPCU_js.cn("size-7", className),
|
|
5314
5314
|
onClick: (event) => {
|
|
5315
5315
|
onClick?.(event);
|
|
5316
5316
|
toggleSidebar();
|
|
@@ -5337,7 +5337,7 @@ function Sidebar({
|
|
|
5337
5337
|
"div",
|
|
5338
5338
|
{
|
|
5339
5339
|
"data-slot": "sidebar",
|
|
5340
|
-
className:
|
|
5340
|
+
className: chunkM3ICCPCU_js.cn(
|
|
5341
5341
|
"bg-sidebar text-sidebar-foreground flex h-full w-(--sidebar-width) flex-col",
|
|
5342
5342
|
className
|
|
5343
5343
|
),
|
|
@@ -5382,7 +5382,7 @@ function Sidebar({
|
|
|
5382
5382
|
"div",
|
|
5383
5383
|
{
|
|
5384
5384
|
"data-slot": "sidebar-gap",
|
|
5385
|
-
className:
|
|
5385
|
+
className: chunkM3ICCPCU_js.cn(
|
|
5386
5386
|
"relative w-(--sidebar-width) bg-transparent transition-[width] duration-200 ease-linear",
|
|
5387
5387
|
"group-data-[collapsible=offcanvas]:w-0",
|
|
5388
5388
|
"group-data-[side=right]:rotate-180",
|
|
@@ -5394,7 +5394,7 @@ function Sidebar({
|
|
|
5394
5394
|
"div",
|
|
5395
5395
|
{
|
|
5396
5396
|
"data-slot": "sidebar-container",
|
|
5397
|
-
className:
|
|
5397
|
+
className: chunkM3ICCPCU_js.cn(
|
|
5398
5398
|
"fixed inset-y-0 z-10 hidden h-svh w-(--sidebar-width) transition-[left,right,width] duration-200 ease-linear md:flex",
|
|
5399
5399
|
side === "left" ? "left-0 group-data-[collapsible=offcanvas]:left-[calc(var(--sidebar-width)*-1)]" : "right-0 group-data-[collapsible=offcanvas]:right-[calc(var(--sidebar-width)*-1)]",
|
|
5400
5400
|
// Adjust the padding for floating and inset variants.
|
|
@@ -5428,7 +5428,7 @@ function SidebarRail({ className, ...props }) {
|
|
|
5428
5428
|
tabIndex: -1,
|
|
5429
5429
|
onClick: toggleSidebar,
|
|
5430
5430
|
title: "Toggle Sidebar",
|
|
5431
|
-
className:
|
|
5431
|
+
className: chunkM3ICCPCU_js.cn(
|
|
5432
5432
|
"hover:after:bg-sidebar-border absolute inset-y-0 z-20 hidden w-4 -translate-x-1/2 transition-all ease-linear group-data-[side=left]:-right-4 group-data-[side=right]:left-0 after:absolute after:inset-y-0 after:left-1/2 after:w-[2px] sm:flex",
|
|
5433
5433
|
"in-data-[side=left]:cursor-w-resize in-data-[side=right]:cursor-e-resize",
|
|
5434
5434
|
"[[data-side=left][data-state=collapsed]_&]:cursor-e-resize [[data-side=right][data-state=collapsed]_&]:cursor-w-resize",
|
|
@@ -5446,7 +5446,7 @@ function SidebarInset({ className, ...props }) {
|
|
|
5446
5446
|
"main",
|
|
5447
5447
|
{
|
|
5448
5448
|
"data-slot": "sidebar-inset",
|
|
5449
|
-
className:
|
|
5449
|
+
className: chunkM3ICCPCU_js.cn(
|
|
5450
5450
|
"bg-background relative flex w-full flex-1 flex-col overflow-auto",
|
|
5451
5451
|
"md:peer-data-[variant=inset]:m-2 md:peer-data-[variant=inset]:ml-0 md:peer-data-[variant=inset]:rounded-xl md:peer-data-[variant=inset]:shadow-sm md:peer-data-[variant=inset]:peer-data-[state=collapsed]:ml-2",
|
|
5452
5452
|
className
|
|
@@ -5464,7 +5464,7 @@ function SidebarInput({
|
|
|
5464
5464
|
{
|
|
5465
5465
|
"data-slot": "sidebar-input",
|
|
5466
5466
|
"data-sidebar": "input",
|
|
5467
|
-
className:
|
|
5467
|
+
className: chunkM3ICCPCU_js.cn("bg-background h-8 w-full shadow-none", className),
|
|
5468
5468
|
...props
|
|
5469
5469
|
}
|
|
5470
5470
|
);
|
|
@@ -5475,7 +5475,7 @@ function SidebarHeader({ className, ...props }) {
|
|
|
5475
5475
|
{
|
|
5476
5476
|
"data-slot": "sidebar-header",
|
|
5477
5477
|
"data-sidebar": "header",
|
|
5478
|
-
className:
|
|
5478
|
+
className: chunkM3ICCPCU_js.cn("flex flex-col gap-2 p-2", className),
|
|
5479
5479
|
...props
|
|
5480
5480
|
}
|
|
5481
5481
|
);
|
|
@@ -5486,7 +5486,7 @@ function SidebarFooter({ className, ...props }) {
|
|
|
5486
5486
|
{
|
|
5487
5487
|
"data-slot": "sidebar-footer",
|
|
5488
5488
|
"data-sidebar": "footer",
|
|
5489
|
-
className:
|
|
5489
|
+
className: chunkM3ICCPCU_js.cn("flex flex-col gap-2 p-2", className),
|
|
5490
5490
|
...props
|
|
5491
5491
|
}
|
|
5492
5492
|
);
|
|
@@ -5500,7 +5500,7 @@ function SidebarSeparator({
|
|
|
5500
5500
|
{
|
|
5501
5501
|
"data-slot": "sidebar-separator",
|
|
5502
5502
|
"data-sidebar": "separator",
|
|
5503
|
-
className:
|
|
5503
|
+
className: chunkM3ICCPCU_js.cn("bg-sidebar-border mx-2 w-auto", className),
|
|
5504
5504
|
...props
|
|
5505
5505
|
}
|
|
5506
5506
|
);
|
|
@@ -5511,7 +5511,7 @@ function SidebarContent({ className, ...props }) {
|
|
|
5511
5511
|
{
|
|
5512
5512
|
"data-slot": "sidebar-content",
|
|
5513
5513
|
"data-sidebar": "content",
|
|
5514
|
-
className:
|
|
5514
|
+
className: chunkM3ICCPCU_js.cn(
|
|
5515
5515
|
"flex min-h-0 flex-1 flex-col gap-2 overflow-auto group-data-[collapsible=icon]:overflow-hidden",
|
|
5516
5516
|
className
|
|
5517
5517
|
),
|
|
@@ -5525,7 +5525,7 @@ function SidebarGroup({ className, ...props }) {
|
|
|
5525
5525
|
{
|
|
5526
5526
|
"data-slot": "sidebar-group",
|
|
5527
5527
|
"data-sidebar": "group",
|
|
5528
|
-
className:
|
|
5528
|
+
className: chunkM3ICCPCU_js.cn("relative flex w-full min-w-0 flex-col p-2", className),
|
|
5529
5529
|
...props
|
|
5530
5530
|
}
|
|
5531
5531
|
);
|
|
@@ -5541,7 +5541,7 @@ function SidebarGroupLabel({
|
|
|
5541
5541
|
{
|
|
5542
5542
|
"data-slot": "sidebar-group-label",
|
|
5543
5543
|
"data-sidebar": "group-label",
|
|
5544
|
-
className:
|
|
5544
|
+
className: chunkM3ICCPCU_js.cn(
|
|
5545
5545
|
"text-sidebar-foreground/70 ring-sidebar-ring flex h-8 shrink-0 items-center rounded-md px-2 text-xs font-medium outline-hidden transition-[margin,opacity] duration-200 ease-linear focus-visible:ring-2 [&>svg]:size-4 [&>svg]:shrink-0",
|
|
5546
5546
|
"group-data-[collapsible=icon]:-mt-8 group-data-[collapsible=icon]:opacity-0",
|
|
5547
5547
|
className
|
|
@@ -5561,7 +5561,7 @@ function SidebarGroupAction({
|
|
|
5561
5561
|
{
|
|
5562
5562
|
"data-slot": "sidebar-group-action",
|
|
5563
5563
|
"data-sidebar": "group-action",
|
|
5564
|
-
className:
|
|
5564
|
+
className: chunkM3ICCPCU_js.cn(
|
|
5565
5565
|
"text-sidebar-foreground ring-sidebar-ring hover:bg-sidebar-accent hover:text-sidebar-accent-foreground absolute top-3.5 right-3 flex aspect-square w-5 items-center justify-center rounded-md p-0 outline-hidden transition-transform focus-visible:ring-2 [&>svg]:size-4 [&>svg]:shrink-0",
|
|
5566
5566
|
// Increases the hit area of the button on mobile.
|
|
5567
5567
|
"after:absolute after:-inset-2 md:after:hidden",
|
|
@@ -5581,7 +5581,7 @@ function SidebarGroupContent({
|
|
|
5581
5581
|
{
|
|
5582
5582
|
"data-slot": "sidebar-group-content",
|
|
5583
5583
|
"data-sidebar": "group-content",
|
|
5584
|
-
className:
|
|
5584
|
+
className: chunkM3ICCPCU_js.cn("w-full text-sm", className),
|
|
5585
5585
|
...props
|
|
5586
5586
|
}
|
|
5587
5587
|
);
|
|
@@ -5612,7 +5612,7 @@ function SidebarMenu({ className, ...props }) {
|
|
|
5612
5612
|
{
|
|
5613
5613
|
"data-slot": "sidebar-menu",
|
|
5614
5614
|
"data-sidebar": "menu",
|
|
5615
|
-
className:
|
|
5615
|
+
className: chunkM3ICCPCU_js.cn("flex w-full min-w-0 flex-col gap-1", className),
|
|
5616
5616
|
...props
|
|
5617
5617
|
}
|
|
5618
5618
|
);
|
|
@@ -5623,7 +5623,7 @@ function SidebarMenuItem({ className, ...props }) {
|
|
|
5623
5623
|
{
|
|
5624
5624
|
"data-slot": "sidebar-menu-item",
|
|
5625
5625
|
"data-sidebar": "menu-item",
|
|
5626
|
-
className:
|
|
5626
|
+
className: chunkM3ICCPCU_js.cn("group/menu-item relative", className),
|
|
5627
5627
|
...props
|
|
5628
5628
|
}
|
|
5629
5629
|
);
|
|
@@ -5646,7 +5646,7 @@ function SidebarMenuButton({
|
|
|
5646
5646
|
"data-sidebar": "menu-button",
|
|
5647
5647
|
"data-size": size,
|
|
5648
5648
|
"data-active": isActive,
|
|
5649
|
-
className:
|
|
5649
|
+
className: chunkM3ICCPCU_js.cn(sidebarMenuButtonVariants({ variant, size }), className),
|
|
5650
5650
|
...props
|
|
5651
5651
|
}
|
|
5652
5652
|
);
|
|
@@ -5683,7 +5683,7 @@ function SidebarMenuAction({
|
|
|
5683
5683
|
{
|
|
5684
5684
|
"data-slot": "sidebar-menu-action",
|
|
5685
5685
|
"data-sidebar": "menu-action",
|
|
5686
|
-
className:
|
|
5686
|
+
className: chunkM3ICCPCU_js.cn(
|
|
5687
5687
|
"text-sidebar-foreground ring-sidebar-ring hover:bg-sidebar-accent hover:text-sidebar-accent-foreground peer-hover/menu-button:text-sidebar-accent-foreground absolute top-1.5 right-1 flex aspect-square w-5 items-center justify-center rounded-md p-0 outline-hidden transition-transform focus-visible:ring-2 [&>svg]:size-4 [&>svg]:shrink-0",
|
|
5688
5688
|
// Increases the hit area of the button on mobile.
|
|
5689
5689
|
"after:absolute after:-inset-2 md:after:hidden",
|
|
@@ -5707,7 +5707,7 @@ function SidebarMenuBadge({
|
|
|
5707
5707
|
{
|
|
5708
5708
|
"data-slot": "sidebar-menu-badge",
|
|
5709
5709
|
"data-sidebar": "menu-badge",
|
|
5710
|
-
className:
|
|
5710
|
+
className: chunkM3ICCPCU_js.cn(
|
|
5711
5711
|
"text-sidebar-foreground pointer-events-none absolute right-1 flex h-5 min-w-5 items-center justify-center rounded-md px-1 text-xs font-medium tabular-nums select-none",
|
|
5712
5712
|
"peer-hover/menu-button:text-sidebar-accent-foreground peer-data-[active=true]/menu-button:text-sidebar-accent-foreground",
|
|
5713
5713
|
"peer-data-[size=sm]/menu-button:top-1",
|
|
@@ -5733,7 +5733,7 @@ function SidebarMenuSkeleton({
|
|
|
5733
5733
|
{
|
|
5734
5734
|
"data-slot": "sidebar-menu-skeleton",
|
|
5735
5735
|
"data-sidebar": "menu-skeleton",
|
|
5736
|
-
className:
|
|
5736
|
+
className: chunkM3ICCPCU_js.cn("flex h-8 items-center gap-2 rounded-md px-2", className),
|
|
5737
5737
|
...props,
|
|
5738
5738
|
children: [
|
|
5739
5739
|
showIcon && /* @__PURE__ */ jsxRuntime.jsx(
|
|
@@ -5763,7 +5763,7 @@ function SidebarMenuSub({ className, ...props }) {
|
|
|
5763
5763
|
{
|
|
5764
5764
|
"data-slot": "sidebar-menu-sub",
|
|
5765
5765
|
"data-sidebar": "menu-sub",
|
|
5766
|
-
className:
|
|
5766
|
+
className: chunkM3ICCPCU_js.cn(
|
|
5767
5767
|
"border-sidebar-border mx-3.5 flex min-w-0 translate-x-px flex-col gap-1 border-l px-2.5 py-0.5",
|
|
5768
5768
|
"group-data-[collapsible=icon]:hidden",
|
|
5769
5769
|
className
|
|
@@ -5781,7 +5781,7 @@ function SidebarMenuSubItem({
|
|
|
5781
5781
|
{
|
|
5782
5782
|
"data-slot": "sidebar-menu-sub-item",
|
|
5783
5783
|
"data-sidebar": "menu-sub-item",
|
|
5784
|
-
className:
|
|
5784
|
+
className: chunkM3ICCPCU_js.cn("group/menu-sub-item relative", className),
|
|
5785
5785
|
...props
|
|
5786
5786
|
}
|
|
5787
5787
|
);
|
|
@@ -5801,7 +5801,7 @@ function SidebarMenuSubButton({
|
|
|
5801
5801
|
"data-sidebar": "menu-sub-button",
|
|
5802
5802
|
"data-size": size,
|
|
5803
5803
|
"data-active": isActive,
|
|
5804
|
-
className:
|
|
5804
|
+
className: chunkM3ICCPCU_js.cn(
|
|
5805
5805
|
"text-sidebar-foreground ring-sidebar-ring hover:bg-sidebar-accent hover:text-sidebar-accent-foreground active:bg-sidebar-accent active:text-sidebar-accent-foreground [&>svg]:text-sidebar-accent-foreground flex h-7 min-w-0 -translate-x-px items-center gap-2 overflow-hidden rounded-md px-2 outline-hidden transition-colors focus-visible:ring-2 disabled:pointer-events-none disabled:opacity-50 aria-disabled:pointer-events-none aria-disabled:opacity-50 [&>span:last-child]:truncate [&>svg]:size-4 [&>svg]:shrink-0",
|
|
5806
5806
|
"data-[active=true]:bg-[color-mix(in_oklch,var(--sidebar-primary)_10%,transparent)] data-[active=true]:text-sidebar-primary",
|
|
5807
5807
|
size === "sm" && "text-xs",
|
|
@@ -5825,7 +5825,7 @@ function PageHeader({
|
|
|
5825
5825
|
"div",
|
|
5826
5826
|
{
|
|
5827
5827
|
"data-slot": "page-header",
|
|
5828
|
-
className:
|
|
5828
|
+
className: chunkM3ICCPCU_js.cn("flex flex-col gap-1", className),
|
|
5829
5829
|
...props,
|
|
5830
5830
|
children: [
|
|
5831
5831
|
breadcrumbs && /* @__PURE__ */ jsxRuntime.jsx("div", { "data-slot": "page-header-breadcrumbs", className: "mb-2", children: breadcrumbs }),
|
|
@@ -5853,7 +5853,7 @@ function SectionCard({
|
|
|
5853
5853
|
"div",
|
|
5854
5854
|
{
|
|
5855
5855
|
"data-slot": "section-card",
|
|
5856
|
-
className:
|
|
5856
|
+
className: chunkM3ICCPCU_js.cn(
|
|
5857
5857
|
"rounded-xl border bg-card text-card-foreground shadow-sm",
|
|
5858
5858
|
className
|
|
5859
5859
|
),
|
|
@@ -5901,7 +5901,7 @@ function MetricCard({
|
|
|
5901
5901
|
"div",
|
|
5902
5902
|
{
|
|
5903
5903
|
"data-slot": "metric-card",
|
|
5904
|
-
className:
|
|
5904
|
+
className: chunkM3ICCPCU_js.cn(
|
|
5905
5905
|
"flex flex-col gap-2 rounded-xl border bg-card p-6 text-card-foreground shadow-sm",
|
|
5906
5906
|
className
|
|
5907
5907
|
),
|
|
@@ -5913,7 +5913,7 @@ function MetricCard({
|
|
|
5913
5913
|
] }),
|
|
5914
5914
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex items-baseline gap-2", children: [
|
|
5915
5915
|
/* @__PURE__ */ jsxRuntime.jsx("span", { className: "text-2xl font-bold tracking-tight", children: value }),
|
|
5916
|
-
trend && /* @__PURE__ */ jsxRuntime.jsxs("span", { className:
|
|
5916
|
+
trend && /* @__PURE__ */ jsxRuntime.jsxs("span", { className: chunkM3ICCPCU_js.cn("text-xs font-medium", TREND_STYLES[trend.direction]), children: [
|
|
5917
5917
|
TREND_ARROWS[trend.direction],
|
|
5918
5918
|
" ",
|
|
5919
5919
|
Math.abs(trend.value),
|
|
@@ -5936,7 +5936,7 @@ function EmptyState({
|
|
|
5936
5936
|
"div",
|
|
5937
5937
|
{
|
|
5938
5938
|
"data-slot": "empty-state",
|
|
5939
|
-
className:
|
|
5939
|
+
className: chunkM3ICCPCU_js.cn(
|
|
5940
5940
|
"flex flex-col items-center justify-center gap-4 py-12 text-center",
|
|
5941
5941
|
className
|
|
5942
5942
|
),
|
|
@@ -5960,7 +5960,7 @@ function SearchField({
|
|
|
5960
5960
|
...props
|
|
5961
5961
|
}) {
|
|
5962
5962
|
const hasValue = typeof value === "string" ? value.length > 0 : false;
|
|
5963
|
-
return /* @__PURE__ */ jsxRuntime.jsxs("div", { "data-slot": "search-field", className:
|
|
5963
|
+
return /* @__PURE__ */ jsxRuntime.jsxs("div", { "data-slot": "search-field", className: chunkM3ICCPCU_js.cn("relative", className), children: [
|
|
5964
5964
|
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "pointer-events-none absolute left-3 top-1/2 -translate-y-1/2 text-muted-foreground", children: loading ? /* @__PURE__ */ jsxRuntime.jsx(lucideReact.Loader2Icon, { className: "size-4 animate-spin", "aria-hidden": "true" }) : /* @__PURE__ */ jsxRuntime.jsx(lucideReact.SearchIcon, { className: "size-4", "aria-hidden": "true" }) }),
|
|
5965
5965
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
5966
5966
|
"input",
|
|
@@ -5996,7 +5996,7 @@ function SettingsSection({
|
|
|
5996
5996
|
"div",
|
|
5997
5997
|
{
|
|
5998
5998
|
"data-slot": "settings-section",
|
|
5999
|
-
className:
|
|
5999
|
+
className: chunkM3ICCPCU_js.cn(
|
|
6000
6000
|
"flex flex-col gap-3 py-4 sm:flex-row sm:items-center sm:justify-between sm:gap-6",
|
|
6001
6001
|
className
|
|
6002
6002
|
),
|
|
@@ -6026,7 +6026,7 @@ function PricingCard({
|
|
|
6026
6026
|
"div",
|
|
6027
6027
|
{
|
|
6028
6028
|
"data-slot": "pricing-card",
|
|
6029
|
-
className:
|
|
6029
|
+
className: chunkM3ICCPCU_js.cn(
|
|
6030
6030
|
"relative flex flex-col rounded-xl border bg-card p-6 text-card-foreground shadow-sm",
|
|
6031
6031
|
featured && "border-primary shadow-md ring-1 ring-primary/20",
|
|
6032
6032
|
className
|
|
@@ -6059,7 +6059,7 @@ function DataToolbar({ className, ...props }) {
|
|
|
6059
6059
|
"div",
|
|
6060
6060
|
{
|
|
6061
6061
|
"data-slot": "data-toolbar",
|
|
6062
|
-
className:
|
|
6062
|
+
className: chunkM3ICCPCU_js.cn(
|
|
6063
6063
|
"flex flex-col gap-3 sm:flex-row sm:items-center sm:justify-between",
|
|
6064
6064
|
className
|
|
6065
6065
|
),
|
|
@@ -6072,7 +6072,7 @@ function DataToolbarSearch({ className, ...props }) {
|
|
|
6072
6072
|
"div",
|
|
6073
6073
|
{
|
|
6074
6074
|
"data-slot": "data-toolbar-search",
|
|
6075
|
-
className:
|
|
6075
|
+
className: chunkM3ICCPCU_js.cn("w-full sm:max-w-sm", className),
|
|
6076
6076
|
...props
|
|
6077
6077
|
}
|
|
6078
6078
|
);
|
|
@@ -6082,7 +6082,7 @@ function DataToolbarFilters({ className, ...props }) {
|
|
|
6082
6082
|
"div",
|
|
6083
6083
|
{
|
|
6084
6084
|
"data-slot": "data-toolbar-filters",
|
|
6085
|
-
className:
|
|
6085
|
+
className: chunkM3ICCPCU_js.cn("flex items-center gap-2", className),
|
|
6086
6086
|
...props
|
|
6087
6087
|
}
|
|
6088
6088
|
);
|
|
@@ -6092,7 +6092,7 @@ function DataToolbarActions({ className, ...props }) {
|
|
|
6092
6092
|
"div",
|
|
6093
6093
|
{
|
|
6094
6094
|
"data-slot": "data-toolbar-actions",
|
|
6095
|
-
className:
|
|
6095
|
+
className: chunkM3ICCPCU_js.cn("flex items-center gap-2 sm:ml-auto", className),
|
|
6096
6096
|
...props
|
|
6097
6097
|
}
|
|
6098
6098
|
);
|
|
@@ -6135,7 +6135,7 @@ function ScrollToTopButton({
|
|
|
6135
6135
|
className,
|
|
6136
6136
|
...sfProps
|
|
6137
6137
|
}) {
|
|
6138
|
-
const { animated, surface } =
|
|
6138
|
+
const { animated, surface } = chunkYAE5VBWJ_js.useSaasflareProps(sfProps);
|
|
6139
6139
|
const [isVisible, setIsVisible] = React5.useState(false);
|
|
6140
6140
|
const finalId = React5.useMemo(() => scrollContainerId ?? null, [scrollContainerId]);
|
|
6141
6141
|
const getContainer = React5.useCallback(() => {
|
|
@@ -6177,7 +6177,7 @@ function ScrollToTopButton({
|
|
|
6177
6177
|
animate: { opacity: 1, y: 0 },
|
|
6178
6178
|
exit: { opacity: 0, y: 40 },
|
|
6179
6179
|
transition: { duration },
|
|
6180
|
-
className:
|
|
6180
|
+
className: chunkM3ICCPCU_js.cn(
|
|
6181
6181
|
"fixed bottom-6 right-6 z-50 cursor-pointer rounded-full p-3 transition-colors hover:bg-primary/80",
|
|
6182
6182
|
surfaceClass,
|
|
6183
6183
|
className
|
|
@@ -6203,16 +6203,16 @@ function ThemeModeToggle({
|
|
|
6203
6203
|
setTheme(theme === "dark" ? "light" : "dark");
|
|
6204
6204
|
};
|
|
6205
6205
|
return /* @__PURE__ */ jsxRuntime.jsxs(
|
|
6206
|
-
|
|
6206
|
+
chunkYAE5VBWJ_js.Button,
|
|
6207
6207
|
{
|
|
6208
6208
|
variant: "ghost",
|
|
6209
6209
|
size: showText ? "sm" : "icon",
|
|
6210
|
-
className:
|
|
6210
|
+
className: chunkM3ICCPCU_js.cn("cursor-pointer", className),
|
|
6211
6211
|
onClick: toggleTheme,
|
|
6212
6212
|
children: [
|
|
6213
6213
|
/* @__PURE__ */ jsxRuntime.jsx(lucideReact.Sun, { className: "h-[1.2rem] w-[1.2rem] hidden dark:block" }),
|
|
6214
6214
|
/* @__PURE__ */ jsxRuntime.jsx(lucideReact.Moon, { className: "h-[1.2rem] w-[1.2rem] dark:hidden" }),
|
|
6215
|
-
/* @__PURE__ */ jsxRuntime.jsx("span", { className:
|
|
6215
|
+
/* @__PURE__ */ jsxRuntime.jsx("span", { className: chunkM3ICCPCU_js.cn(!showText && "sr-only", "font-normal"), children: text ?? (theme === "dark" ? "Switch to Light Mode" : "Switch to Dark Mode") })
|
|
6216
6216
|
]
|
|
6217
6217
|
}
|
|
6218
6218
|
);
|
|
@@ -6326,7 +6326,7 @@ function TopLoadingBar({
|
|
|
6326
6326
|
finishDelayMs,
|
|
6327
6327
|
...sfProps
|
|
6328
6328
|
}) {
|
|
6329
|
-
const { animated } =
|
|
6329
|
+
const { animated } = chunkYAE5VBWJ_js.useSaasflareProps(sfProps);
|
|
6330
6330
|
if (!animated) {
|
|
6331
6331
|
return /* @__PURE__ */ jsxRuntime.jsx(React5.Suspense, { fallback: null, children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
6332
6332
|
TopLoadingBarStatic,
|
|
@@ -6350,7 +6350,7 @@ var sizeClasses = {
|
|
|
6350
6350
|
lg: "h-12 w-12 text-sm"
|
|
6351
6351
|
};
|
|
6352
6352
|
function UserAvatar({ src, name, initials, size = "md", className }) {
|
|
6353
|
-
return /* @__PURE__ */ jsxRuntime.jsxs(Avatar, { className:
|
|
6353
|
+
return /* @__PURE__ */ jsxRuntime.jsxs(Avatar, { className: chunkM3ICCPCU_js.cn(sizeClasses[size], "cursor-pointer", className), children: [
|
|
6354
6354
|
/* @__PURE__ */ jsxRuntime.jsx(AvatarImage, { src: src || void 0, alt: name || "User" }),
|
|
6355
6355
|
/* @__PURE__ */ jsxRuntime.jsx(AvatarFallback, { children: initials })
|
|
6356
6356
|
] });
|
|
@@ -6358,79 +6358,79 @@ function UserAvatar({ src, name, initials, size = "md", className }) {
|
|
|
6358
6358
|
|
|
6359
6359
|
Object.defineProperty(exports, "Button", {
|
|
6360
6360
|
enumerable: true,
|
|
6361
|
-
get: function () { return
|
|
6361
|
+
get: function () { return chunkYAE5VBWJ_js.Button; }
|
|
6362
6362
|
});
|
|
6363
6363
|
Object.defineProperty(exports, "SaasflareProvider", {
|
|
6364
6364
|
enumerable: true,
|
|
6365
|
-
get: function () { return
|
|
6365
|
+
get: function () { return chunkYAE5VBWJ_js.SaasflareProvider; }
|
|
6366
6366
|
});
|
|
6367
6367
|
Object.defineProperty(exports, "SaasflareScript", {
|
|
6368
6368
|
enumerable: true,
|
|
6369
|
-
get: function () { return
|
|
6369
|
+
get: function () { return chunkYAE5VBWJ_js.SaasflareScript; }
|
|
6370
6370
|
});
|
|
6371
6371
|
Object.defineProperty(exports, "SaasflareShell", {
|
|
6372
6372
|
enumerable: true,
|
|
6373
|
-
get: function () { return
|
|
6373
|
+
get: function () { return chunkYAE5VBWJ_js.SaasflareShell; }
|
|
6374
6374
|
});
|
|
6375
6375
|
Object.defineProperty(exports, "SmoothScrollProvider", {
|
|
6376
6376
|
enumerable: true,
|
|
6377
|
-
get: function () { return
|
|
6377
|
+
get: function () { return chunkYAE5VBWJ_js.SmoothScrollProvider; }
|
|
6378
6378
|
});
|
|
6379
6379
|
Object.defineProperty(exports, "buttonVariants", {
|
|
6380
6380
|
enumerable: true,
|
|
6381
|
-
get: function () { return
|
|
6381
|
+
get: function () { return chunkYAE5VBWJ_js.buttonVariants; }
|
|
6382
6382
|
});
|
|
6383
6383
|
Object.defineProperty(exports, "useAnimation", {
|
|
6384
6384
|
enumerable: true,
|
|
6385
|
-
get: function () { return
|
|
6385
|
+
get: function () { return chunkYAE5VBWJ_js.useAnimation; }
|
|
6386
6386
|
});
|
|
6387
6387
|
Object.defineProperty(exports, "useSaasflareProps", {
|
|
6388
6388
|
enumerable: true,
|
|
6389
|
-
get: function () { return
|
|
6389
|
+
get: function () { return chunkYAE5VBWJ_js.useSaasflareProps; }
|
|
6390
6390
|
});
|
|
6391
6391
|
Object.defineProperty(exports, "useSaasflareTheme", {
|
|
6392
6392
|
enumerable: true,
|
|
6393
|
-
get: function () { return
|
|
6393
|
+
get: function () { return chunkYAE5VBWJ_js.useSaasflareTheme; }
|
|
6394
6394
|
});
|
|
6395
6395
|
Object.defineProperty(exports, "Dialog", {
|
|
6396
6396
|
enumerable: true,
|
|
6397
|
-
get: function () { return
|
|
6397
|
+
get: function () { return chunkXXT4HKND_js.Dialog; }
|
|
6398
6398
|
});
|
|
6399
6399
|
Object.defineProperty(exports, "DialogClose", {
|
|
6400
6400
|
enumerable: true,
|
|
6401
|
-
get: function () { return
|
|
6401
|
+
get: function () { return chunkXXT4HKND_js.DialogClose; }
|
|
6402
6402
|
});
|
|
6403
6403
|
Object.defineProperty(exports, "DialogContent", {
|
|
6404
6404
|
enumerable: true,
|
|
6405
|
-
get: function () { return
|
|
6405
|
+
get: function () { return chunkXXT4HKND_js.DialogContent; }
|
|
6406
6406
|
});
|
|
6407
6407
|
Object.defineProperty(exports, "DialogDescription", {
|
|
6408
6408
|
enumerable: true,
|
|
6409
|
-
get: function () { return
|
|
6409
|
+
get: function () { return chunkXXT4HKND_js.DialogDescription; }
|
|
6410
6410
|
});
|
|
6411
6411
|
Object.defineProperty(exports, "DialogFooter", {
|
|
6412
6412
|
enumerable: true,
|
|
6413
|
-
get: function () { return
|
|
6413
|
+
get: function () { return chunkXXT4HKND_js.DialogFooter; }
|
|
6414
6414
|
});
|
|
6415
6415
|
Object.defineProperty(exports, "DialogHeader", {
|
|
6416
6416
|
enumerable: true,
|
|
6417
|
-
get: function () { return
|
|
6417
|
+
get: function () { return chunkXXT4HKND_js.DialogHeader; }
|
|
6418
6418
|
});
|
|
6419
6419
|
Object.defineProperty(exports, "DialogOverlay", {
|
|
6420
6420
|
enumerable: true,
|
|
6421
|
-
get: function () { return
|
|
6421
|
+
get: function () { return chunkXXT4HKND_js.DialogOverlay; }
|
|
6422
6422
|
});
|
|
6423
6423
|
Object.defineProperty(exports, "DialogPortal", {
|
|
6424
6424
|
enumerable: true,
|
|
6425
|
-
get: function () { return
|
|
6425
|
+
get: function () { return chunkXXT4HKND_js.DialogPortal; }
|
|
6426
6426
|
});
|
|
6427
6427
|
Object.defineProperty(exports, "DialogTitle", {
|
|
6428
6428
|
enumerable: true,
|
|
6429
|
-
get: function () { return
|
|
6429
|
+
get: function () { return chunkXXT4HKND_js.DialogTitle; }
|
|
6430
6430
|
});
|
|
6431
6431
|
Object.defineProperty(exports, "DialogTrigger", {
|
|
6432
6432
|
enumerable: true,
|
|
6433
|
-
get: function () { return
|
|
6433
|
+
get: function () { return chunkXXT4HKND_js.DialogTrigger; }
|
|
6434
6434
|
});
|
|
6435
6435
|
Object.defineProperty(exports, "fadeIn", {
|
|
6436
6436
|
enumerable: true,
|
|
@@ -6474,7 +6474,7 @@ Object.defineProperty(exports, "useReducedMotion", {
|
|
|
6474
6474
|
});
|
|
6475
6475
|
Object.defineProperty(exports, "cn", {
|
|
6476
6476
|
enumerable: true,
|
|
6477
|
-
get: function () { return
|
|
6477
|
+
get: function () { return chunkM3ICCPCU_js.cn; }
|
|
6478
6478
|
});
|
|
6479
6479
|
exports.Accordion = Accordion;
|
|
6480
6480
|
exports.AccordionContent = AccordionContent;
|