@pos-360/horizon 0.1.0 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var clsx = require('clsx');
4
- var tailwindMerge = require('tailwind-merge');
3
+ var chunkTMZLQK74_js = require('./chunk-TMZLQK74.js');
5
4
  var React9 = require('react');
6
5
  var reactSlot = require('@radix-ui/react-slot');
7
6
  var classVarianceAuthority = require('class-variance-authority');
@@ -41,9 +40,6 @@ var PopoverPrimitive__namespace = /*#__PURE__*/_interopNamespace(PopoverPrimitiv
41
40
  var SelectPrimitive__namespace = /*#__PURE__*/_interopNamespace(SelectPrimitive);
42
41
  var TabsPrimitive__namespace = /*#__PURE__*/_interopNamespace(TabsPrimitive);
43
42
 
44
- function cn(...inputs) {
45
- return tailwindMerge.twMerge(clsx.clsx(inputs));
46
- }
47
43
  var buttonVariants = classVarianceAuthority.cva(
48
44
  "group inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium transition-all focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-blue-500 focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0",
49
45
  {
@@ -85,7 +81,7 @@ var Button = React9__namespace.forwardRef(
85
81
  return /* @__PURE__ */ jsxRuntime.jsx(
86
82
  Comp,
87
83
  {
88
- className: cn(buttonVariants({ variant, size, className })),
84
+ className: chunkTMZLQK74_js.cn(buttonVariants({ variant, size, className })),
89
85
  ref,
90
86
  ...props,
91
87
  children
@@ -96,7 +92,7 @@ var Button = React9__namespace.forwardRef(
96
92
  return /* @__PURE__ */ jsxRuntime.jsxs(
97
93
  Comp,
98
94
  {
99
- className: cn(buttonVariants({ variant, size, className })),
95
+ className: chunkTMZLQK74_js.cn(buttonVariants({ variant, size, className })),
100
96
  ref,
101
97
  ...props,
102
98
  children: [
@@ -131,13 +127,13 @@ var badgeVariants = classVarianceAuthority.cva(
131
127
  }
132
128
  );
133
129
  function Badge({ className, variant, ...props }) {
134
- return /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn(badgeVariants({ variant }), className), ...props });
130
+ return /* @__PURE__ */ jsxRuntime.jsx("div", { className: chunkTMZLQK74_js.cn(badgeVariants({ variant }), className), ...props });
135
131
  }
136
132
  var Card = React9__namespace.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsxRuntime.jsx(
137
133
  "div",
138
134
  {
139
135
  ref,
140
- className: cn(
136
+ className: chunkTMZLQK74_js.cn(
141
137
  "rounded-lg border border-gray-200 bg-white text-gray-900 shadow dark:border-neutral-700 dark:bg-neutral-800 dark:text-gray-100",
142
138
  className
143
139
  ),
@@ -149,7 +145,7 @@ var CardHeader = React9__namespace.forwardRef(({ className, ...props }, ref) =>
149
145
  "div",
150
146
  {
151
147
  ref,
152
- className: cn("flex flex-col space-y-1.5 p-4", className),
148
+ className: chunkTMZLQK74_js.cn("flex flex-col space-y-1.5 p-4", className),
153
149
  ...props
154
150
  }
155
151
  ));
@@ -158,7 +154,7 @@ var CardTitle = React9__namespace.forwardRef(({ className, ...props }, ref) => /
158
154
  "div",
159
155
  {
160
156
  ref,
161
- className: cn("font-semibold leading-none tracking-tight", className),
157
+ className: chunkTMZLQK74_js.cn("font-semibold leading-none tracking-tight", className),
162
158
  ...props
163
159
  }
164
160
  ));
@@ -167,7 +163,7 @@ var CardDescription = React9__namespace.forwardRef(({ className, ...props }, ref
167
163
  "div",
168
164
  {
169
165
  ref,
170
- className: cn("text-sm text-gray-500 dark:text-gray-400", className),
166
+ className: chunkTMZLQK74_js.cn("text-sm text-gray-500 dark:text-gray-400", className),
171
167
  ...props
172
168
  }
173
169
  ));
@@ -176,7 +172,7 @@ var CardContent = React9__namespace.forwardRef(({ className, ...props }, ref) =>
176
172
  "div",
177
173
  {
178
174
  ref,
179
- className: cn("sm:p-6 p-4 sm:pt-0 pt-0", className),
175
+ className: chunkTMZLQK74_js.cn("sm:p-6 p-4 sm:pt-0 pt-0", className),
180
176
  ...props
181
177
  }
182
178
  ));
@@ -185,7 +181,7 @@ var CardFooter = React9__namespace.forwardRef(({ className, ...props }, ref) =>
185
181
  "div",
186
182
  {
187
183
  ref,
188
- className: cn("flex items-center p-6 pt-0", className),
184
+ className: chunkTMZLQK74_js.cn("flex items-center p-6 pt-0", className),
189
185
  ...props
190
186
  }
191
187
  ));
@@ -194,7 +190,7 @@ var Checkbox = React9__namespace.forwardRef(({ className, ...props }, ref) => /*
194
190
  CheckboxPrimitive__namespace.Root,
195
191
  {
196
192
  ref,
197
- className: cn(
193
+ className: chunkTMZLQK74_js.cn(
198
194
  "peer h-4 w-4 shrink-0 rounded-sm border border-gray-300 shadow focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-blue-500 focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50 data-[state=checked]:bg-blue-600 data-[state=checked]:border-blue-600 data-[state=checked]:text-white dark:border-neutral-600 dark:data-[state=checked]:bg-blue-600",
199
195
  className
200
196
  ),
@@ -202,7 +198,7 @@ var Checkbox = React9__namespace.forwardRef(({ className, ...props }, ref) => /*
202
198
  children: /* @__PURE__ */ jsxRuntime.jsx(
203
199
  CheckboxPrimitive__namespace.Indicator,
204
200
  {
205
- className: cn("flex items-center justify-center text-current"),
201
+ className: chunkTMZLQK74_js.cn("flex items-center justify-center text-current"),
206
202
  children: /* @__PURE__ */ jsxRuntime.jsx(lucideReact.Check, { className: "h-3.5 w-3.5", strokeWidth: 3 })
207
203
  }
208
204
  )
@@ -217,7 +213,7 @@ var DialogOverlay = React9__namespace.forwardRef(({ className, ...props }, ref)
217
213
  DialogPrimitive__namespace.Overlay,
218
214
  {
219
215
  ref,
220
- className: cn(
216
+ className: chunkTMZLQK74_js.cn(
221
217
  "fixed inset-0 z-50 bg-black/80 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0",
222
218
  className
223
219
  ),
@@ -231,7 +227,7 @@ var DialogContent = React9__namespace.forwardRef(({ className, children, ...prop
231
227
  DialogPrimitive__namespace.Content,
232
228
  {
233
229
  ref,
234
- className: cn(
230
+ className: chunkTMZLQK74_js.cn(
235
231
  "fixed left-[50%] top-[50%] z-50 grid w-full max-w-lg translate-x-[-50%] translate-y-[-50%] gap-4 border border-gray-200 bg-white p-6 shadow-lg duration-200 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-[state=closed]:slide-out-to-left-1/2 data-[state=closed]:slide-out-to-top-[48%] data-[state=open]:slide-in-from-left-1/2 data-[state=open]:slide-in-from-top-[48%] sm:rounded-lg dark:border-neutral-700 dark:bg-neutral-800",
236
232
  className
237
233
  ),
@@ -253,7 +249,7 @@ var DialogHeader = ({
253
249
  }) => /* @__PURE__ */ jsxRuntime.jsx(
254
250
  "div",
255
251
  {
256
- className: cn(
252
+ className: chunkTMZLQK74_js.cn(
257
253
  "flex flex-col space-y-1.5 text-center sm:text-left",
258
254
  className
259
255
  ),
@@ -267,7 +263,7 @@ var DialogFooter = ({
267
263
  }) => /* @__PURE__ */ jsxRuntime.jsx(
268
264
  "div",
269
265
  {
270
- className: cn(
266
+ className: chunkTMZLQK74_js.cn(
271
267
  "flex flex-col-reverse sm:flex-row sm:justify-end sm:space-x-2",
272
268
  className
273
269
  ),
@@ -279,7 +275,7 @@ var DialogTitle = React9__namespace.forwardRef(({ className, ...props }, ref) =>
279
275
  DialogPrimitive__namespace.Title,
280
276
  {
281
277
  ref,
282
- className: cn(
278
+ className: chunkTMZLQK74_js.cn(
283
279
  "text-lg font-semibold leading-none tracking-tight text-gray-900 dark:text-gray-100",
284
280
  className
285
281
  ),
@@ -291,7 +287,7 @@ var DialogDescription = React9__namespace.forwardRef(({ className, ...props }, r
291
287
  DialogPrimitive__namespace.Description,
292
288
  {
293
289
  ref,
294
- className: cn("text-sm text-gray-500 dark:text-gray-400", className),
290
+ className: chunkTMZLQK74_js.cn("text-sm text-gray-500 dark:text-gray-400", className),
295
291
  ...props
296
292
  }
297
293
  ));
@@ -306,7 +302,7 @@ var DropdownMenuSubTrigger = React9__namespace.forwardRef(({ className, inset, c
306
302
  DropdownMenuPrimitive__namespace.SubTrigger,
307
303
  {
308
304
  ref,
309
- className: cn(
305
+ className: chunkTMZLQK74_js.cn(
310
306
  "flex cursor-default select-none items-center gap-2 rounded-sm px-2 py-1.5 text-sm outline-none focus:bg-gray-100 data-[state=open]:bg-gray-100 dark:focus:bg-gray-700 dark:data-[state=open]:bg-gray-700 [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0",
311
307
  inset && "pl-8",
312
308
  className
@@ -323,7 +319,7 @@ var DropdownMenuSubContent = React9__namespace.forwardRef(({ className, ...props
323
319
  DropdownMenuPrimitive__namespace.SubContent,
324
320
  {
325
321
  ref,
326
- className: cn(
322
+ className: chunkTMZLQK74_js.cn(
327
323
  "z-50 min-w-[8rem] overflow-hidden rounded-md border border-gray-200 bg-white p-1 text-gray-900 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 origin-[--radix-dropdown-menu-content-transform-origin] dark:border-neutral-700 dark:bg-neutral-800 dark:text-gray-100",
328
324
  className
329
325
  ),
@@ -336,7 +332,7 @@ var DropdownMenuContent = React9__namespace.forwardRef(({ className, sideOffset
336
332
  {
337
333
  ref,
338
334
  sideOffset,
339
- className: cn(
335
+ className: chunkTMZLQK74_js.cn(
340
336
  "z-50 max-h-[var(--radix-dropdown-menu-content-available-height)] min-w-[8rem] overflow-y-auto overflow-x-hidden rounded-md border border-gray-200 bg-white p-1 text-gray-900 shadow-md dark:border-neutral-700 dark:bg-neutral-800 dark:text-gray-100",
341
337
  "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 origin-[--radix-dropdown-menu-content-transform-origin]",
342
338
  className
@@ -349,7 +345,7 @@ var DropdownMenuItem = React9__namespace.forwardRef(({ className, inset, ...prop
349
345
  DropdownMenuPrimitive__namespace.Item,
350
346
  {
351
347
  ref,
352
- className: cn(
348
+ className: chunkTMZLQK74_js.cn(
353
349
  "relative flex cursor-default select-none items-center gap-2 rounded-sm px-2 py-1.5 text-sm outline-none transition-colors focus:bg-gray-100 focus:text-gray-900 data-[disabled]:pointer-events-none data-[disabled]:opacity-50 dark:focus:bg-gray-700 dark:focus:text-gray-100 [&>svg]:size-4 [&>svg]:shrink-0",
354
350
  inset && "pl-8",
355
351
  className
@@ -362,7 +358,7 @@ var DropdownMenuCheckboxItem = React9__namespace.forwardRef(({ className, childr
362
358
  DropdownMenuPrimitive__namespace.CheckboxItem,
363
359
  {
364
360
  ref,
365
- className: cn(
361
+ className: chunkTMZLQK74_js.cn(
366
362
  "relative flex cursor-default select-none items-center rounded-sm py-1.5 pl-8 pr-2 text-sm outline-none transition-colors focus:bg-gray-100 focus:text-gray-900 data-[disabled]:pointer-events-none data-[disabled]:opacity-50 dark:focus:bg-gray-700 dark:focus:text-gray-100",
367
363
  className
368
364
  ),
@@ -379,7 +375,7 @@ var DropdownMenuRadioItem = React9__namespace.forwardRef(({ className, children,
379
375
  DropdownMenuPrimitive__namespace.RadioItem,
380
376
  {
381
377
  ref,
382
- className: cn(
378
+ className: chunkTMZLQK74_js.cn(
383
379
  "relative flex cursor-default select-none items-center rounded-sm py-1.5 pl-8 pr-2 text-sm outline-none transition-colors focus:bg-gray-100 focus:text-gray-900 data-[disabled]:pointer-events-none data-[disabled]:opacity-50 dark:focus:bg-gray-700 dark:focus:text-gray-100",
384
380
  className
385
381
  ),
@@ -395,7 +391,7 @@ var DropdownMenuLabel = React9__namespace.forwardRef(({ className, inset, ...pro
395
391
  DropdownMenuPrimitive__namespace.Label,
396
392
  {
397
393
  ref,
398
- className: cn(
394
+ className: chunkTMZLQK74_js.cn(
399
395
  "px-2 py-1.5 text-sm font-semibold",
400
396
  inset && "pl-8",
401
397
  className
@@ -408,7 +404,7 @@ var DropdownMenuSeparator = React9__namespace.forwardRef(({ className, ...props
408
404
  DropdownMenuPrimitive__namespace.Separator,
409
405
  {
410
406
  ref,
411
- className: cn("-mx-1 my-1 h-px bg-gray-100 dark:bg-neutral-700", className),
407
+ className: chunkTMZLQK74_js.cn("-mx-1 my-1 h-px bg-gray-100 dark:bg-neutral-700", className),
412
408
  ...props
413
409
  }
414
410
  ));
@@ -420,7 +416,7 @@ var DropdownMenuShortcut = ({
420
416
  return /* @__PURE__ */ jsxRuntime.jsx(
421
417
  "span",
422
418
  {
423
- className: cn("ml-auto text-xs tracking-widest opacity-60", className),
419
+ className: chunkTMZLQK74_js.cn("ml-auto text-xs tracking-widest opacity-60", className),
424
420
  ...props
425
421
  }
426
422
  );
@@ -504,7 +500,7 @@ var PopoverContent = React9__namespace.forwardRef(({ className, align = "center"
504
500
  damping: 25,
505
501
  mass: 0.8
506
502
  },
507
- className: cn(
503
+ className: chunkTMZLQK74_js.cn(
508
504
  "z-50 w-72 rounded-xl border border-white/20 bg-white/80 backdrop-blur-xl p-4 text-gray-900 shadow-lg outline-none dark:border-neutral-700/50 dark:bg-neutral-900/80 dark:text-neutral-100 origin-[--radix-popover-content-transform-origin]",
509
505
  className
510
506
  ),
@@ -547,7 +543,7 @@ var SelectTrigger = React9__namespace.forwardRef(({ className, children, ...prop
547
543
  SelectPrimitive__namespace.Trigger,
548
544
  {
549
545
  ref,
550
- className: cn(
546
+ className: chunkTMZLQK74_js.cn(
551
547
  "flex h-10 w-full items-center justify-between rounded-md border border-gray-300 bg-white px-3 py-2 text-sm text-gray-900 placeholder:text-gray-400 focus:outline-none focus:ring-2 focus:ring-blue-500 focus:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50 dark:border-neutral-600 dark:bg-neutral-800 dark:text-gray-100 dark:placeholder:text-gray-500 [&>span]:line-clamp-1",
552
548
  className
553
549
  ),
@@ -563,7 +559,7 @@ var SelectScrollUpButton = React9__namespace.forwardRef(({ className, ...props }
563
559
  SelectPrimitive__namespace.ScrollUpButton,
564
560
  {
565
561
  ref,
566
- className: cn(
562
+ className: chunkTMZLQK74_js.cn(
567
563
  "flex cursor-default items-center justify-center py-1",
568
564
  className
569
565
  ),
@@ -576,7 +572,7 @@ var SelectScrollDownButton = React9__namespace.forwardRef(({ className, ...props
576
572
  SelectPrimitive__namespace.ScrollDownButton,
577
573
  {
578
574
  ref,
579
- className: cn(
575
+ className: chunkTMZLQK74_js.cn(
580
576
  "flex cursor-default items-center justify-center py-1",
581
577
  className
582
578
  ),
@@ -633,7 +629,7 @@ var SelectContent = React9__namespace.forwardRef(({ className, children, positio
633
629
  damping: 25,
634
630
  mass: 0.8
635
631
  },
636
- className: cn(
632
+ className: chunkTMZLQK74_js.cn(
637
633
  "relative z-50 max-h-[--radix-select-content-available-height] min-w-[8rem] overflow-hidden rounded-xl border border-white/20 bg-white/80 backdrop-blur-xl text-gray-900 shadow-lg dark:border-neutral-700/50 dark:bg-neutral-900/80 dark:text-gray-100 origin-[--radix-select-content-transform-origin]",
638
634
  position === "popper" && "data-[side=bottom]:translate-y-1 data-[side=left]:-translate-x-1 data-[side=right]:translate-x-1 data-[side=top]:-translate-y-1",
639
635
  className
@@ -643,7 +639,7 @@ var SelectContent = React9__namespace.forwardRef(({ className, children, positio
643
639
  /* @__PURE__ */ jsxRuntime.jsx(
644
640
  SelectPrimitive__namespace.Viewport,
645
641
  {
646
- className: cn(
642
+ className: chunkTMZLQK74_js.cn(
647
643
  "p-1",
648
644
  position === "popper" && "h-[var(--radix-select-trigger-height)] w-full min-w-[var(--radix-select-trigger-width)]"
649
645
  ),
@@ -662,7 +658,7 @@ var SelectLabel = React9__namespace.forwardRef(({ className, ...props }, ref) =>
662
658
  SelectPrimitive__namespace.Label,
663
659
  {
664
660
  ref,
665
- className: cn("px-2 py-1.5 text-sm font-semibold", className),
661
+ className: chunkTMZLQK74_js.cn("px-2 py-1.5 text-sm font-semibold", className),
666
662
  ...props
667
663
  }
668
664
  ));
@@ -671,7 +667,7 @@ var SelectItem = React9__namespace.forwardRef(({ className, children, ...props }
671
667
  SelectPrimitive__namespace.Item,
672
668
  {
673
669
  ref,
674
- className: cn(
670
+ className: chunkTMZLQK74_js.cn(
675
671
  "relative flex w-full cursor-default select-none items-center rounded-lg py-1.5 pl-2 pr-8 text-sm outline-none focus:bg-black/5 focus:text-gray-900 data-[disabled]:pointer-events-none data-[disabled]:opacity-50 dark:focus:bg-white/10 dark:focus:text-gray-100 transition-colors",
676
672
  className
677
673
  ),
@@ -687,7 +683,7 @@ var SelectSeparator = React9__namespace.forwardRef(({ className, ...props }, ref
687
683
  SelectPrimitive__namespace.Separator,
688
684
  {
689
685
  ref,
690
- className: cn("-mx-1 my-1 h-px bg-gray-200/50 dark:bg-neutral-700/50", className),
686
+ className: chunkTMZLQK74_js.cn("-mx-1 my-1 h-px bg-gray-200/50 dark:bg-neutral-700/50", className),
691
687
  ...props
692
688
  }
693
689
  ));
@@ -696,7 +692,7 @@ function Skeleton({ className }) {
696
692
  return /* @__PURE__ */ jsxRuntime.jsx(
697
693
  "div",
698
694
  {
699
- className: cn(
695
+ className: chunkTMZLQK74_js.cn(
700
696
  "animate-pulse rounded-md bg-neutral-200 dark:bg-neutral-800",
701
697
  className
702
698
  )
@@ -704,28 +700,28 @@ function Skeleton({ className }) {
704
700
  );
705
701
  }
706
702
  function SkeletonText({ className }) {
707
- return /* @__PURE__ */ jsxRuntime.jsx(Skeleton, { className: cn("h-4", className) });
703
+ return /* @__PURE__ */ jsxRuntime.jsx(Skeleton, { className: chunkTMZLQK74_js.cn("h-4", className) });
708
704
  }
709
705
  function SkeletonTitle({ className }) {
710
- return /* @__PURE__ */ jsxRuntime.jsx(Skeleton, { className: cn("h-6 w-48", className) });
706
+ return /* @__PURE__ */ jsxRuntime.jsx(Skeleton, { className: chunkTMZLQK74_js.cn("h-6 w-48", className) });
711
707
  }
712
708
  function SkeletonSubtitle({ className }) {
713
- return /* @__PURE__ */ jsxRuntime.jsx(Skeleton, { className: cn("h-3 w-64", className) });
709
+ return /* @__PURE__ */ jsxRuntime.jsx(Skeleton, { className: chunkTMZLQK74_js.cn("h-3 w-64", className) });
714
710
  }
715
711
  function SkeletonAvatar({ className }) {
716
- return /* @__PURE__ */ jsxRuntime.jsx(Skeleton, { className: cn("w-10 h-10 rounded", className) });
712
+ return /* @__PURE__ */ jsxRuntime.jsx(Skeleton, { className: chunkTMZLQK74_js.cn("w-10 h-10 rounded", className) });
717
713
  }
718
714
  function SkeletonBadge({ className }) {
719
- return /* @__PURE__ */ jsxRuntime.jsx(Skeleton, { className: cn("h-6 w-24", className) });
715
+ return /* @__PURE__ */ jsxRuntime.jsx(Skeleton, { className: chunkTMZLQK74_js.cn("h-6 w-24", className) });
720
716
  }
721
717
  function SkeletonIcon({ className }) {
722
- return /* @__PURE__ */ jsxRuntime.jsx(Skeleton, { className: cn("w-6 h-6 rounded", className) });
718
+ return /* @__PURE__ */ jsxRuntime.jsx(Skeleton, { className: chunkTMZLQK74_js.cn("w-6 h-6 rounded", className) });
723
719
  }
724
720
  function SkeletonButton({ className }) {
725
- return /* @__PURE__ */ jsxRuntime.jsx(Skeleton, { className: cn("h-10 w-24 rounded-md", className) });
721
+ return /* @__PURE__ */ jsxRuntime.jsx(Skeleton, { className: chunkTMZLQK74_js.cn("h-10 w-24 rounded-md", className) });
726
722
  }
727
723
  function SkeletonInput({ className }) {
728
- return /* @__PURE__ */ jsxRuntime.jsx(Skeleton, { className: cn("h-10 w-full rounded-md", className) });
724
+ return /* @__PURE__ */ jsxRuntime.jsx(Skeleton, { className: chunkTMZLQK74_js.cn("h-10 w-full rounded-md", className) });
729
725
  }
730
726
  function SkeletonTableRow({
731
727
  columns = 4,
@@ -743,7 +739,7 @@ function SkeletonCard({ className }) {
743
739
  return /* @__PURE__ */ jsxRuntime.jsxs(
744
740
  "div",
745
741
  {
746
- className: cn(
742
+ className: chunkTMZLQK74_js.cn(
747
743
  "rounded-lg border bg-card p-6 space-y-4",
748
744
  className
749
745
  ),
@@ -763,7 +759,7 @@ var Table = React9__namespace.forwardRef(({ className, ...props }, ref) => /* @_
763
759
  "table",
764
760
  {
765
761
  ref,
766
- className: cn("w-full caption-bottom text-sm", className),
762
+ className: chunkTMZLQK74_js.cn("w-full caption-bottom text-sm", className),
767
763
  ...props
768
764
  }
769
765
  ) }));
@@ -772,7 +768,7 @@ var TableHeader = React9__namespace.forwardRef(({ className, ...props }, ref) =>
772
768
  "thead",
773
769
  {
774
770
  ref,
775
- className: cn("[&_tr]:border-b [&_tr]:border-gray-200 dark:[&_tr]:border-gray-700", className),
771
+ className: chunkTMZLQK74_js.cn("[&_tr]:border-b [&_tr]:border-gray-200 dark:[&_tr]:border-gray-700", className),
776
772
  ...props
777
773
  }
778
774
  ));
@@ -781,7 +777,7 @@ var TableBody = React9__namespace.forwardRef(({ className, ...props }, ref) => /
781
777
  "tbody",
782
778
  {
783
779
  ref,
784
- className: cn("[&_tr:last-child]:border-0", className),
780
+ className: chunkTMZLQK74_js.cn("[&_tr:last-child]:border-0", className),
785
781
  ...props
786
782
  }
787
783
  ));
@@ -790,7 +786,7 @@ var TableFooter = React9__namespace.forwardRef(({ className, ...props }, ref) =>
790
786
  "tfoot",
791
787
  {
792
788
  ref,
793
- className: cn(
789
+ className: chunkTMZLQK74_js.cn(
794
790
  "border-t border-gray-200 bg-gray-50 font-medium dark:border-neutral-700 dark:bg-neutral-800/50 [&>tr]:last:border-b-0",
795
791
  className
796
792
  ),
@@ -802,7 +798,7 @@ var TableRow = React9__namespace.forwardRef(({ className, ...props }, ref) => /*
802
798
  "tr",
803
799
  {
804
800
  ref,
805
- className: cn(
801
+ className: chunkTMZLQK74_js.cn(
806
802
  "border-b border-gray-200 transition-colors hover:bg-gray-50 data-[state=selected]:bg-gray-100 dark:border-neutral-700 dark:hover:bg-neutral-800/50 dark:data-[state=selected]:bg-gray-800",
807
803
  className
808
804
  ),
@@ -814,7 +810,7 @@ var TableHead = React9__namespace.forwardRef(({ className, ...props }, ref) => /
814
810
  "th",
815
811
  {
816
812
  ref,
817
- className: cn(
813
+ className: chunkTMZLQK74_js.cn(
818
814
  "h-12 px-4 text-left align-middle font-medium text-gray-500 dark:text-gray-400 [&:has([role=checkbox])]:pr-0",
819
815
  className
820
816
  ),
@@ -826,7 +822,7 @@ var TableCell = React9__namespace.forwardRef(({ className, ...props }, ref) => /
826
822
  "td",
827
823
  {
828
824
  ref,
829
- className: cn("p-4 align-middle [&:has([role=checkbox])]:pr-0", className),
825
+ className: chunkTMZLQK74_js.cn("p-4 align-middle [&:has([role=checkbox])]:pr-0", className),
830
826
  ...props
831
827
  }
832
828
  ));
@@ -835,7 +831,7 @@ var TableCaption = React9__namespace.forwardRef(({ className, ...props }, ref) =
835
831
  "caption",
836
832
  {
837
833
  ref,
838
- className: cn("mt-4 text-sm text-gray-500 dark:text-gray-400", className),
834
+ className: chunkTMZLQK74_js.cn("mt-4 text-sm text-gray-500 dark:text-gray-400", className),
839
835
  ...props
840
836
  }
841
837
  ));
@@ -916,7 +912,7 @@ var TabsList = React9__namespace.forwardRef(({ className, children, ...props },
916
912
  else if (ref) ref.current = node;
917
913
  listRef.current = node;
918
914
  },
919
- className: cn(
915
+ className: chunkTMZLQK74_js.cn(
920
916
  "relative inline-flex h-10 items-center justify-center rounded-lg bg-gray-100 p-1 text-gray-500 dark:bg-neutral-800 dark:text-gray-400",
921
917
  className
922
918
  ),
@@ -961,7 +957,7 @@ var TabsTrigger = React9__namespace.forwardRef(({ className, value, ...props },
961
957
  else if (ref) ref.current = node;
962
958
  },
963
959
  value,
964
- className: cn(
960
+ className: chunkTMZLQK74_js.cn(
965
961
  "relative z-10 inline-flex items-center justify-center whitespace-nowrap rounded-md px-3 py-1.5 text-sm font-medium transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-blue-500 focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50",
966
962
  isActive ? "text-gray-900 dark:text-gray-100" : "text-gray-500 dark:text-gray-400",
967
963
  className
@@ -975,7 +971,7 @@ var TabsContent = React9__namespace.forwardRef(({ className, ...props }, ref) =>
975
971
  TabsPrimitive__namespace.Content,
976
972
  {
977
973
  ref,
978
- className: cn(
974
+ className: chunkTMZLQK74_js.cn(
979
975
  "mt-2 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-blue-500 focus-visible:ring-offset-2",
980
976
  className
981
977
  ),
@@ -988,7 +984,7 @@ var Textarea = React9__namespace.forwardRef(
988
984
  return /* @__PURE__ */ jsxRuntime.jsx(
989
985
  "textarea",
990
986
  {
991
- className: cn(
987
+ className: chunkTMZLQK74_js.cn(
992
988
  "flex min-h-[80px] w-full rounded-md border border-gray-300 bg-white px-3 py-2 text-sm text-gray-900 placeholder:text-gray-400 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-blue-500 focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50 dark:border-neutral-600 dark:bg-neutral-800 dark:text-gray-100 dark:placeholder:text-gray-500",
993
989
  className
994
990
  ),
@@ -1075,6 +1071,5 @@ exports.TabsTrigger = TabsTrigger;
1075
1071
  exports.Textarea = Textarea;
1076
1072
  exports.badgeVariants = badgeVariants;
1077
1073
  exports.buttonVariants = buttonVariants;
1078
- exports.cn = cn;
1079
- //# sourceMappingURL=chunk-J6RXKZE5.js.map
1080
- //# sourceMappingURL=chunk-J6RXKZE5.js.map
1074
+ //# sourceMappingURL=chunk-VMM4FQ6A.js.map
1075
+ //# sourceMappingURL=chunk-VMM4FQ6A.js.map