@wow-two-beta/ui 0.0.4 → 0.0.5

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.
Files changed (50) hide show
  1. package/dist/actions/index.d.ts +240 -2
  2. package/dist/actions/index.js +2 -1
  3. package/dist/chunk-33IOXQYO.js +47 -0
  4. package/dist/chunk-33IOXQYO.js.map +1 -0
  5. package/dist/chunk-4CIRBYYP.js +120 -0
  6. package/dist/chunk-4CIRBYYP.js.map +1 -0
  7. package/dist/{chunk-AOHZGL6F.js → chunk-6NYTRHP7.js} +4 -3
  8. package/dist/chunk-6NYTRHP7.js.map +1 -0
  9. package/dist/{chunk-KDXJQNB6.js → chunk-77WSI427.js} +5 -9
  10. package/dist/chunk-77WSI427.js.map +1 -0
  11. package/dist/{chunk-T3JN5Y3E.js → chunk-JCMV6IT4.js} +7 -71
  12. package/dist/chunk-JCMV6IT4.js.map +1 -0
  13. package/dist/chunk-JTJEI6MF.js +11 -0
  14. package/dist/chunk-JTJEI6MF.js.map +1 -0
  15. package/dist/chunk-KSJE3JAI.js +604 -0
  16. package/dist/chunk-KSJE3JAI.js.map +1 -0
  17. package/dist/chunk-MP4OTUFA.js +318 -0
  18. package/dist/chunk-MP4OTUFA.js.map +1 -0
  19. package/dist/chunk-Q27NAHVB.js +34 -0
  20. package/dist/chunk-Q27NAHVB.js.map +1 -0
  21. package/dist/chunk-SYG6ZE42.js +218 -0
  22. package/dist/chunk-SYG6ZE42.js.map +1 -0
  23. package/dist/chunk-YLN7VMYU.js +275 -0
  24. package/dist/chunk-YLN7VMYU.js.map +1 -0
  25. package/dist/display/index.d.ts +805 -1
  26. package/dist/display/index.js +6 -1
  27. package/dist/feedback/index.d.ts +506 -1
  28. package/dist/feedback/index.js +5 -1
  29. package/dist/forms/index.d.ts +217 -1
  30. package/dist/forms/index.js +8 -1
  31. package/dist/hooks/index.js +3 -2
  32. package/dist/index.d.ts +5 -1
  33. package/dist/index.js +11 -8
  34. package/dist/layout/index.d.ts +605 -1
  35. package/dist/layout/index.js +5 -1
  36. package/dist/primitives/index.js +5 -2
  37. package/package.json +1 -1
  38. package/dist/chunk-A2OBJDIK.js +0 -3
  39. package/dist/chunk-A2OBJDIK.js.map +0 -1
  40. package/dist/chunk-AOHZGL6F.js.map +0 -1
  41. package/dist/chunk-KDXJQNB6.js.map +0 -1
  42. package/dist/chunk-OEEYNBEO.js +0 -41
  43. package/dist/chunk-OEEYNBEO.js.map +0 -1
  44. package/dist/chunk-PSDQXPUE.js +0 -3
  45. package/dist/chunk-PSDQXPUE.js.map +0 -1
  46. package/dist/chunk-T3JN5Y3E.js.map +0 -1
  47. package/dist/chunk-YP4MAZRQ.js +0 -3
  48. package/dist/chunk-YP4MAZRQ.js.map +0 -1
  49. package/dist/chunk-ZDU7SROW.js +0 -3
  50. package/dist/chunk-ZDU7SROW.js.map +0 -1
@@ -1,2 +1,806 @@
1
+ import * as react from 'react';
2
+ import { ComponentPropsWithoutRef, ElementType, ReactNode } from 'react';
3
+ import * as tailwind_variants from 'tailwind-variants';
4
+ import { VariantProps } from 'tailwind-variants';
5
+ import * as tailwind_variants_dist_config_js from 'tailwind-variants/dist/config.js';
1
6
 
2
- export { }
7
+ declare const headingVariants: tailwind_variants.TVReturnType<{
8
+ size: {
9
+ xs: string;
10
+ sm: string;
11
+ md: string;
12
+ lg: string;
13
+ xl: string;
14
+ '2xl': string;
15
+ '3xl': string;
16
+ '4xl': string;
17
+ };
18
+ weight: {
19
+ normal: string;
20
+ medium: string;
21
+ semibold: string;
22
+ bold: string;
23
+ };
24
+ align: {
25
+ left: string;
26
+ center: string;
27
+ right: string;
28
+ };
29
+ }, undefined, "font-semibold tracking-tight text-neutral-900", tailwind_variants_dist_config_js.TVConfig<{
30
+ size: {
31
+ xs: string;
32
+ sm: string;
33
+ md: string;
34
+ lg: string;
35
+ xl: string;
36
+ '2xl': string;
37
+ '3xl': string;
38
+ '4xl': string;
39
+ };
40
+ weight: {
41
+ normal: string;
42
+ medium: string;
43
+ semibold: string;
44
+ bold: string;
45
+ };
46
+ align: {
47
+ left: string;
48
+ center: string;
49
+ right: string;
50
+ };
51
+ }, {
52
+ size: {
53
+ xs: string;
54
+ sm: string;
55
+ md: string;
56
+ lg: string;
57
+ xl: string;
58
+ '2xl': string;
59
+ '3xl': string;
60
+ '4xl': string;
61
+ };
62
+ weight: {
63
+ normal: string;
64
+ medium: string;
65
+ semibold: string;
66
+ bold: string;
67
+ };
68
+ align: {
69
+ left: string;
70
+ center: string;
71
+ right: string;
72
+ };
73
+ }>, {
74
+ size: {
75
+ xs: string;
76
+ sm: string;
77
+ md: string;
78
+ lg: string;
79
+ xl: string;
80
+ '2xl': string;
81
+ '3xl': string;
82
+ '4xl': string;
83
+ };
84
+ weight: {
85
+ normal: string;
86
+ medium: string;
87
+ semibold: string;
88
+ bold: string;
89
+ };
90
+ align: {
91
+ left: string;
92
+ center: string;
93
+ right: string;
94
+ };
95
+ }, undefined, tailwind_variants.TVReturnType<{
96
+ size: {
97
+ xs: string;
98
+ sm: string;
99
+ md: string;
100
+ lg: string;
101
+ xl: string;
102
+ '2xl': string;
103
+ '3xl': string;
104
+ '4xl': string;
105
+ };
106
+ weight: {
107
+ normal: string;
108
+ medium: string;
109
+ semibold: string;
110
+ bold: string;
111
+ };
112
+ align: {
113
+ left: string;
114
+ center: string;
115
+ right: string;
116
+ };
117
+ }, undefined, "font-semibold tracking-tight text-neutral-900", tailwind_variants_dist_config_js.TVConfig<{
118
+ size: {
119
+ xs: string;
120
+ sm: string;
121
+ md: string;
122
+ lg: string;
123
+ xl: string;
124
+ '2xl': string;
125
+ '3xl': string;
126
+ '4xl': string;
127
+ };
128
+ weight: {
129
+ normal: string;
130
+ medium: string;
131
+ semibold: string;
132
+ bold: string;
133
+ };
134
+ align: {
135
+ left: string;
136
+ center: string;
137
+ right: string;
138
+ };
139
+ }, {
140
+ size: {
141
+ xs: string;
142
+ sm: string;
143
+ md: string;
144
+ lg: string;
145
+ xl: string;
146
+ '2xl': string;
147
+ '3xl': string;
148
+ '4xl': string;
149
+ };
150
+ weight: {
151
+ normal: string;
152
+ medium: string;
153
+ semibold: string;
154
+ bold: string;
155
+ };
156
+ align: {
157
+ left: string;
158
+ center: string;
159
+ right: string;
160
+ };
161
+ }>, unknown, unknown, undefined>>;
162
+ type HeadingVariants = VariantProps<typeof headingVariants>;
163
+
164
+ type HeadingLevel = 1 | 2 | 3 | 4 | 5 | 6;
165
+ interface HeadingProps extends Omit<ComponentPropsWithoutRef<'h2'>, 'size'>, HeadingVariants {
166
+ /** Semantic heading level (1–6). Default 2. Visual size is independent — set via `size`. */
167
+ level?: HeadingLevel;
168
+ }
169
+ /**
170
+ * Semantic heading. `level` controls the rendered tag (`h1`–`h6`); `size`
171
+ * controls the visual scale independently — so a visually-large heading
172
+ * can still be the right outline level.
173
+ */
174
+ declare const Heading: react.ForwardRefExoticComponent<HeadingProps & react.RefAttributes<HTMLHeadingElement>>;
175
+
176
+ declare const textVariants: tailwind_variants.TVReturnType<{
177
+ size: {
178
+ xs: string;
179
+ sm: string;
180
+ md: string;
181
+ lg: string;
182
+ xl: string;
183
+ };
184
+ weight: {
185
+ normal: string;
186
+ medium: string;
187
+ semibold: string;
188
+ bold: string;
189
+ };
190
+ color: {
191
+ default: string;
192
+ muted: string;
193
+ subtle: string;
194
+ brand: string;
195
+ success: string;
196
+ warning: string;
197
+ danger: string;
198
+ };
199
+ align: {
200
+ left: string;
201
+ center: string;
202
+ right: string;
203
+ justify: string;
204
+ };
205
+ truncate: {
206
+ true: string;
207
+ };
208
+ }, undefined, "", tailwind_variants_dist_config_js.TVConfig<{
209
+ size: {
210
+ xs: string;
211
+ sm: string;
212
+ md: string;
213
+ lg: string;
214
+ xl: string;
215
+ };
216
+ weight: {
217
+ normal: string;
218
+ medium: string;
219
+ semibold: string;
220
+ bold: string;
221
+ };
222
+ color: {
223
+ default: string;
224
+ muted: string;
225
+ subtle: string;
226
+ brand: string;
227
+ success: string;
228
+ warning: string;
229
+ danger: string;
230
+ };
231
+ align: {
232
+ left: string;
233
+ center: string;
234
+ right: string;
235
+ justify: string;
236
+ };
237
+ truncate: {
238
+ true: string;
239
+ };
240
+ }, {
241
+ size: {
242
+ xs: string;
243
+ sm: string;
244
+ md: string;
245
+ lg: string;
246
+ xl: string;
247
+ };
248
+ weight: {
249
+ normal: string;
250
+ medium: string;
251
+ semibold: string;
252
+ bold: string;
253
+ };
254
+ color: {
255
+ default: string;
256
+ muted: string;
257
+ subtle: string;
258
+ brand: string;
259
+ success: string;
260
+ warning: string;
261
+ danger: string;
262
+ };
263
+ align: {
264
+ left: string;
265
+ center: string;
266
+ right: string;
267
+ justify: string;
268
+ };
269
+ truncate: {
270
+ true: string;
271
+ };
272
+ }>, {
273
+ size: {
274
+ xs: string;
275
+ sm: string;
276
+ md: string;
277
+ lg: string;
278
+ xl: string;
279
+ };
280
+ weight: {
281
+ normal: string;
282
+ medium: string;
283
+ semibold: string;
284
+ bold: string;
285
+ };
286
+ color: {
287
+ default: string;
288
+ muted: string;
289
+ subtle: string;
290
+ brand: string;
291
+ success: string;
292
+ warning: string;
293
+ danger: string;
294
+ };
295
+ align: {
296
+ left: string;
297
+ center: string;
298
+ right: string;
299
+ justify: string;
300
+ };
301
+ truncate: {
302
+ true: string;
303
+ };
304
+ }, undefined, tailwind_variants.TVReturnType<{
305
+ size: {
306
+ xs: string;
307
+ sm: string;
308
+ md: string;
309
+ lg: string;
310
+ xl: string;
311
+ };
312
+ weight: {
313
+ normal: string;
314
+ medium: string;
315
+ semibold: string;
316
+ bold: string;
317
+ };
318
+ color: {
319
+ default: string;
320
+ muted: string;
321
+ subtle: string;
322
+ brand: string;
323
+ success: string;
324
+ warning: string;
325
+ danger: string;
326
+ };
327
+ align: {
328
+ left: string;
329
+ center: string;
330
+ right: string;
331
+ justify: string;
332
+ };
333
+ truncate: {
334
+ true: string;
335
+ };
336
+ }, undefined, "", tailwind_variants_dist_config_js.TVConfig<{
337
+ size: {
338
+ xs: string;
339
+ sm: string;
340
+ md: string;
341
+ lg: string;
342
+ xl: string;
343
+ };
344
+ weight: {
345
+ normal: string;
346
+ medium: string;
347
+ semibold: string;
348
+ bold: string;
349
+ };
350
+ color: {
351
+ default: string;
352
+ muted: string;
353
+ subtle: string;
354
+ brand: string;
355
+ success: string;
356
+ warning: string;
357
+ danger: string;
358
+ };
359
+ align: {
360
+ left: string;
361
+ center: string;
362
+ right: string;
363
+ justify: string;
364
+ };
365
+ truncate: {
366
+ true: string;
367
+ };
368
+ }, {
369
+ size: {
370
+ xs: string;
371
+ sm: string;
372
+ md: string;
373
+ lg: string;
374
+ xl: string;
375
+ };
376
+ weight: {
377
+ normal: string;
378
+ medium: string;
379
+ semibold: string;
380
+ bold: string;
381
+ };
382
+ color: {
383
+ default: string;
384
+ muted: string;
385
+ subtle: string;
386
+ brand: string;
387
+ success: string;
388
+ warning: string;
389
+ danger: string;
390
+ };
391
+ align: {
392
+ left: string;
393
+ center: string;
394
+ right: string;
395
+ justify: string;
396
+ };
397
+ truncate: {
398
+ true: string;
399
+ };
400
+ }>, unknown, unknown, undefined>>;
401
+ type TextVariants = VariantProps<typeof textVariants>;
402
+
403
+ interface TextProps extends Omit<ComponentPropsWithoutRef<'p'>, 'as' | 'color'>, TextVariants {
404
+ as?: ElementType;
405
+ }
406
+ /**
407
+ * Body text. Renders as `<p>` by default; pass `as="span"` (or any element)
408
+ * to keep semantics consistent with the surrounding markup.
409
+ */
410
+ declare const Text: react.ForwardRefExoticComponent<TextProps & react.RefAttributes<HTMLElement>>;
411
+
412
+ declare const codeVariants: tailwind_variants.TVReturnType<{
413
+ variant: {
414
+ inline: string;
415
+ block: string;
416
+ };
417
+ }, undefined, "font-mono text-sm", tailwind_variants_dist_config_js.TVConfig<{
418
+ variant: {
419
+ inline: string;
420
+ block: string;
421
+ };
422
+ }, {
423
+ variant: {
424
+ inline: string;
425
+ block: string;
426
+ };
427
+ }>, {
428
+ variant: {
429
+ inline: string;
430
+ block: string;
431
+ };
432
+ }, undefined, tailwind_variants.TVReturnType<{
433
+ variant: {
434
+ inline: string;
435
+ block: string;
436
+ };
437
+ }, undefined, "font-mono text-sm", tailwind_variants_dist_config_js.TVConfig<{
438
+ variant: {
439
+ inline: string;
440
+ block: string;
441
+ };
442
+ }, {
443
+ variant: {
444
+ inline: string;
445
+ block: string;
446
+ };
447
+ }>, unknown, unknown, undefined>>;
448
+ type CodeVariants = VariantProps<typeof codeVariants>;
449
+
450
+ interface CodeProps extends ComponentPropsWithoutRef<'code'>, CodeVariants {
451
+ }
452
+ /**
453
+ * Inline or block code. For block, wrap children in a `<pre>` if you need
454
+ * pre-wrap whitespace; this atom only styles. Syntax highlighting is L5.
455
+ */
456
+ declare const Code: react.ForwardRefExoticComponent<CodeProps & react.RefAttributes<HTMLElement>>;
457
+
458
+ type KbdProps = ComponentPropsWithoutRef<'kbd'>;
459
+ /**
460
+ * Keyboard key affordance — `<kbd>` styled with subtle border and inset
461
+ * shadow. Single key per `<Kbd>`; chain via `<Kbd>⌘</Kbd> + <Kbd>K</Kbd>`.
462
+ */
463
+ declare const Kbd: react.ForwardRefExoticComponent<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>, "ref"> & react.RefAttributes<HTMLElement>>;
464
+
465
+ interface ImageProps extends ComponentPropsWithoutRef<'img'> {
466
+ /** Element rendered when the image fails to load. */
467
+ fallback?: ReactNode;
468
+ }
469
+ /**
470
+ * Image with built-in error fallback. The fallback element replaces the
471
+ * `<img>` on error (broken `src`, network failure). For aspect-locked
472
+ * images, wrap in `AspectRatio`.
473
+ */
474
+ declare const Image: react.ForwardRefExoticComponent<ImageProps & react.RefAttributes<HTMLImageElement>>;
475
+
476
+ declare const avatarVariants: tailwind_variants.TVReturnType<{
477
+ size: {
478
+ xs: string;
479
+ sm: string;
480
+ md: string;
481
+ lg: string;
482
+ xl: string;
483
+ '2xl': string;
484
+ };
485
+ shape: {
486
+ circle: string;
487
+ square: string;
488
+ };
489
+ }, undefined, "inline-flex shrink-0 select-none items-center justify-center overflow-hidden rounded-full bg-neutral-200 text-neutral-700 font-medium", tailwind_variants_dist_config_js.TVConfig<{
490
+ size: {
491
+ xs: string;
492
+ sm: string;
493
+ md: string;
494
+ lg: string;
495
+ xl: string;
496
+ '2xl': string;
497
+ };
498
+ shape: {
499
+ circle: string;
500
+ square: string;
501
+ };
502
+ }, {
503
+ size: {
504
+ xs: string;
505
+ sm: string;
506
+ md: string;
507
+ lg: string;
508
+ xl: string;
509
+ '2xl': string;
510
+ };
511
+ shape: {
512
+ circle: string;
513
+ square: string;
514
+ };
515
+ }>, {
516
+ size: {
517
+ xs: string;
518
+ sm: string;
519
+ md: string;
520
+ lg: string;
521
+ xl: string;
522
+ '2xl': string;
523
+ };
524
+ shape: {
525
+ circle: string;
526
+ square: string;
527
+ };
528
+ }, undefined, tailwind_variants.TVReturnType<{
529
+ size: {
530
+ xs: string;
531
+ sm: string;
532
+ md: string;
533
+ lg: string;
534
+ xl: string;
535
+ '2xl': string;
536
+ };
537
+ shape: {
538
+ circle: string;
539
+ square: string;
540
+ };
541
+ }, undefined, "inline-flex shrink-0 select-none items-center justify-center overflow-hidden rounded-full bg-neutral-200 text-neutral-700 font-medium", tailwind_variants_dist_config_js.TVConfig<{
542
+ size: {
543
+ xs: string;
544
+ sm: string;
545
+ md: string;
546
+ lg: string;
547
+ xl: string;
548
+ '2xl': string;
549
+ };
550
+ shape: {
551
+ circle: string;
552
+ square: string;
553
+ };
554
+ }, {
555
+ size: {
556
+ xs: string;
557
+ sm: string;
558
+ md: string;
559
+ lg: string;
560
+ xl: string;
561
+ '2xl': string;
562
+ };
563
+ shape: {
564
+ circle: string;
565
+ square: string;
566
+ };
567
+ }>, unknown, unknown, undefined>>;
568
+ type AvatarVariants = VariantProps<typeof avatarVariants>;
569
+
570
+ interface AvatarProps extends Omit<ComponentPropsWithoutRef<'span'>, 'children'>, AvatarVariants {
571
+ /** Image source. Falls back to `name` initials or `fallback` on error. */
572
+ src?: string;
573
+ /** Person/entity name — used to derive initials when no image. */
574
+ name?: string;
575
+ /** Custom fallback (overrides initials). */
576
+ fallback?: ReactNode;
577
+ /** Alt text for the underlying `<img>`. Defaults to `name`. */
578
+ alt?: string;
579
+ }
580
+ /**
581
+ * Image avatar with initials fallback. Strict atom — fallback is rendered
582
+ * inline (raw text), not via the `Text` atom, to keep this self-contained.
583
+ */
584
+ declare const Avatar: react.ForwardRefExoticComponent<AvatarProps & react.RefAttributes<HTMLSpanElement>>;
585
+
586
+ declare const badgeVariants: tailwind_variants.TVReturnType<{
587
+ variant: {
588
+ neutral: string;
589
+ brand: string;
590
+ success: string;
591
+ warning: string;
592
+ danger: string;
593
+ info: string;
594
+ outline: string;
595
+ };
596
+ size: {
597
+ sm: string;
598
+ md: string;
599
+ lg: string;
600
+ };
601
+ }, undefined, "inline-flex items-center rounded-full font-medium", tailwind_variants_dist_config_js.TVConfig<{
602
+ variant: {
603
+ neutral: string;
604
+ brand: string;
605
+ success: string;
606
+ warning: string;
607
+ danger: string;
608
+ info: string;
609
+ outline: string;
610
+ };
611
+ size: {
612
+ sm: string;
613
+ md: string;
614
+ lg: string;
615
+ };
616
+ }, {
617
+ variant: {
618
+ neutral: string;
619
+ brand: string;
620
+ success: string;
621
+ warning: string;
622
+ danger: string;
623
+ info: string;
624
+ outline: string;
625
+ };
626
+ size: {
627
+ sm: string;
628
+ md: string;
629
+ lg: string;
630
+ };
631
+ }>, {
632
+ variant: {
633
+ neutral: string;
634
+ brand: string;
635
+ success: string;
636
+ warning: string;
637
+ danger: string;
638
+ info: string;
639
+ outline: string;
640
+ };
641
+ size: {
642
+ sm: string;
643
+ md: string;
644
+ lg: string;
645
+ };
646
+ }, undefined, tailwind_variants.TVReturnType<{
647
+ variant: {
648
+ neutral: string;
649
+ brand: string;
650
+ success: string;
651
+ warning: string;
652
+ danger: string;
653
+ info: string;
654
+ outline: string;
655
+ };
656
+ size: {
657
+ sm: string;
658
+ md: string;
659
+ lg: string;
660
+ };
661
+ }, undefined, "inline-flex items-center rounded-full font-medium", tailwind_variants_dist_config_js.TVConfig<{
662
+ variant: {
663
+ neutral: string;
664
+ brand: string;
665
+ success: string;
666
+ warning: string;
667
+ danger: string;
668
+ info: string;
669
+ outline: string;
670
+ };
671
+ size: {
672
+ sm: string;
673
+ md: string;
674
+ lg: string;
675
+ };
676
+ }, {
677
+ variant: {
678
+ neutral: string;
679
+ brand: string;
680
+ success: string;
681
+ warning: string;
682
+ danger: string;
683
+ info: string;
684
+ outline: string;
685
+ };
686
+ size: {
687
+ sm: string;
688
+ md: string;
689
+ lg: string;
690
+ };
691
+ }>, unknown, unknown, undefined>>;
692
+ type BadgeVariants = VariantProps<typeof badgeVariants>;
693
+
694
+ interface BadgeProps extends ComponentPropsWithoutRef<'span'>, BadgeVariants {
695
+ }
696
+ /**
697
+ * Pill-shaped status / category indicator. Non-interactive — for clickable
698
+ * use `Tag`. For severity-tinted callouts at message scale, use `Alert*`.
699
+ */
700
+ declare const Badge: react.ForwardRefExoticComponent<BadgeProps & react.RefAttributes<HTMLSpanElement>>;
701
+
702
+ declare const tagVariants: tailwind_variants.TVReturnType<{
703
+ variant: {
704
+ neutral: string;
705
+ brand: string;
706
+ success: string;
707
+ warning: string;
708
+ danger: string;
709
+ info: string;
710
+ };
711
+ }, undefined, "inline-flex items-center gap-1 rounded-md border border-neutral-200 bg-white px-2 py-0.5 text-xs font-medium text-neutral-800", tailwind_variants_dist_config_js.TVConfig<{
712
+ variant: {
713
+ neutral: string;
714
+ brand: string;
715
+ success: string;
716
+ warning: string;
717
+ danger: string;
718
+ info: string;
719
+ };
720
+ }, {
721
+ variant: {
722
+ neutral: string;
723
+ brand: string;
724
+ success: string;
725
+ warning: string;
726
+ danger: string;
727
+ info: string;
728
+ };
729
+ }>, {
730
+ variant: {
731
+ neutral: string;
732
+ brand: string;
733
+ success: string;
734
+ warning: string;
735
+ danger: string;
736
+ info: string;
737
+ };
738
+ }, undefined, tailwind_variants.TVReturnType<{
739
+ variant: {
740
+ neutral: string;
741
+ brand: string;
742
+ success: string;
743
+ warning: string;
744
+ danger: string;
745
+ info: string;
746
+ };
747
+ }, undefined, "inline-flex items-center gap-1 rounded-md border border-neutral-200 bg-white px-2 py-0.5 text-xs font-medium text-neutral-800", tailwind_variants_dist_config_js.TVConfig<{
748
+ variant: {
749
+ neutral: string;
750
+ brand: string;
751
+ success: string;
752
+ warning: string;
753
+ danger: string;
754
+ info: string;
755
+ };
756
+ }, {
757
+ variant: {
758
+ neutral: string;
759
+ brand: string;
760
+ success: string;
761
+ warning: string;
762
+ danger: string;
763
+ info: string;
764
+ };
765
+ }>, unknown, unknown, undefined>>;
766
+ type TagVariants = VariantProps<typeof tagVariants>;
767
+
768
+ interface TagProps extends Omit<ComponentPropsWithoutRef<'span'>, 'children'>, TagVariants {
769
+ children?: ReactNode;
770
+ /** Show a close (×) button. Pass a handler to receive the click. */
771
+ onClose?: () => void;
772
+ /** Accessible label for the close button. Default `"Remove"`. */
773
+ closeLabel?: string;
774
+ }
775
+ /**
776
+ * Pill with an optional close button. The close button is a raw `<button>`
777
+ * (not `IconButton`) so this stays a strict atom.
778
+ */
779
+ declare const Tag: react.ForwardRefExoticComponent<TagProps & react.RefAttributes<HTMLSpanElement>>;
780
+
781
+ interface SeparatorProps extends ComponentPropsWithoutRef<'div'> {
782
+ orientation?: 'horizontal' | 'vertical';
783
+ /** When `true`, the separator is purely decorative — `role="none"` and
784
+ * unannounced. Default `true`. Set `false` when meaningful in context. */
785
+ decorative?: boolean;
786
+ }
787
+ /**
788
+ * Visual divider. Defaults to a horizontal hairline; pass `orientation="vertical"`
789
+ * for column dividers (use inside a flex/grid with explicit height).
790
+ */
791
+ declare const Separator: react.ForwardRefExoticComponent<SeparatorProps & react.RefAttributes<HTMLDivElement>>;
792
+
793
+ type MarkProps = ComponentPropsWithoutRef<'mark'>;
794
+ /**
795
+ * Highlighted text — semantic `<mark>` with a yellow tint. Use for search
796
+ * matches and "you mentioned this" affordances.
797
+ */
798
+ declare const Mark: react.ForwardRefExoticComponent<Omit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLElement>, HTMLElement>, "ref"> & react.RefAttributes<HTMLElement>>;
799
+
800
+ type QuoteProps = ComponentPropsWithoutRef<'blockquote'>;
801
+ /**
802
+ * Block quote with subtle left border and italic body text.
803
+ */
804
+ declare const Quote: react.ForwardRefExoticComponent<Omit<react.DetailedHTMLProps<react.BlockquoteHTMLAttributes<HTMLQuoteElement>, HTMLQuoteElement>, "ref"> & react.RefAttributes<HTMLQuoteElement>>;
805
+
806
+ export { Avatar, type AvatarProps, type AvatarVariants, Badge, type BadgeProps, type BadgeVariants, Code, type CodeProps, type CodeVariants, Heading, type HeadingProps, type HeadingVariants, Image, type ImageProps, Kbd, type KbdProps, Mark, type MarkProps, Quote, type QuoteProps, Separator, type SeparatorProps, Tag, type TagProps, type TagVariants, Text, type TextProps, type TextVariants, avatarVariants, badgeVariants, codeVariants, headingVariants, tagVariants, textVariants };