@bitrix24/b24ui-nuxt 0.5.1 → 0.5.3

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.
@@ -62,7 +62,7 @@ export default {
62
62
  "childLinkDescription": "text-sm text-base-500 dark:text-base-700",
63
63
  "separator": "px-2 h-px bg-base-950/10 dark:bg-base-100/20",
64
64
  "viewportWrapper": "absolute top-full left-0 flex w-full",
65
- "viewport": "relative overflow-hidden w-full bg-white dark:bg-base-dark shadow-lg rounded-2xs ring ring-base-300 dark:ring-base-800 h-(--reka-navigation-menu-viewport-height) transition-[width,height,left] duration-200 origin-[top_center] motion-safe:data-[state=open]:animate-[scale-in_100ms_ease-out] motion-safe:data-[state=closed]:animate-[scale-out_100ms_ease-in]",
65
+ "viewport": "relative overflow-hidden w-full bg-white dark:bg-base-dark shadow-[0_15px_21px_rgba(83,92,105,.15)] h-(--reka-navigation-menu-viewport-height) transition-[width,height] duration-200 origin-[top_center]",
66
66
  "content": "absolute top-0 left-0 w-full",
67
67
  "indicator": "absolute motion-safe:data-[state=visible]:animate-[fade-in_100ms_ease-out] motion-safe:data-[state=hidden]:animate-[fade-out_100ms_ease-in] data-[state=hidden]:opacity-0 bottom-0 z-[1] w-(--reka-navigation-menu-indicator-size) h-2.5 translate-x-(--reka-navigation-menu-indicator-position) flex items-end justify-center overflow-hidden transition-[translate,width] duration-200",
68
68
  "arrow": "relative top-[50%] size-2.5 rotate-45 border border-base-300 dark:border-base-800 bg-white dark:bg-base-dark z-[1] rounded-3xs"
@@ -114,15 +114,16 @@ export default {
114
114
  },
115
115
  "variant": {
116
116
  "pill": {
117
- "link": "hover:before:bg-base-250/80 dark:hover:before:bg-white/10"
117
+ "link": "hover:before:bg-base-250/80 dark:hover:before:bg-white/10",
118
+ "viewport": "rounded-md ring ring-base-300 dark:ring-base-800"
118
119
  },
119
120
  "link": ""
120
121
  },
121
122
  "orientation": {
122
123
  "horizontal": {
123
124
  "root": "items-center justify-between",
124
- "list": "flex items-center",
125
- "item": "py-2",
125
+ "list": "flex items-center gap-x-1",
126
+ "item": "py-2 empty:hidden",
126
127
  "link": "px-2.5 py-1.5 before:inset-x-px before:inset-y-0",
127
128
  "childList": "grid p-2"
128
129
  },
@@ -135,22 +136,25 @@ export default {
135
136
  "horizontal": {
136
137
  "viewport": "",
137
138
  "viewportWrapper": "justify-center",
138
- "content": "motion-safe:data-[motion=from-start]:animate-[enter-from-left_200ms_ease] motion-safe:data-[motion=from-end]:animate-[enter-from-right_200ms_ease] motion-safe:data-[motion=to-start]:animate-[exit-to-left_200ms_ease] motion-safe:data-[motion=to-end]:animate-[exit-to-right_200ms_ease]"
139
+ "content": "motion-safe:data-[motion=from-start]:animate-[enter-from-left_200ms_ease] motion-safe:data-[motion=from-end]:animate-[enter-from-right_200ms_ease] motion-safe:data-[motion=to-start]:animate-[exit-to-left_200ms_ease] motion-safe:data-[motion=to-end]:animate-[exit-to-right_200ms_ease]",
140
+ "childLinkLabelExternalIcon": "h-4"
139
141
  },
140
142
  "vertical": {
141
- "viewport": "sm:w-(--reka-navigation-menu-viewport-width) left-(--reka-navigation-menu-viewport-left)",
142
- "content": ""
143
+ "viewport": "w-(--reka-navigation-menu-viewport-width) left-(--reka-navigation-menu-viewport-left) [&:has(>[data-viewport=rtl])]:left-auto [&:has(>[data-viewport=rtl])]:-right-[calc(100%-var(--reka-navigation-menu-viewport-width))]",
144
+ "content": "",
145
+ "childLinkLabel": "text-md text-base-950 dark:text-base-50",
146
+ "childLinkLabelExternalIcon": "h-4"
143
147
  }
144
148
  },
145
149
  "active": {
146
150
  "true": {
147
- "childLink": "bg-base-250/80 dark:bg-white/10 text-base-950 dark:text-base-50 font-semibold",
148
- "childLinkIcon": "text-base-950 dark:text-base-50"
151
+ "childLink": "bg-base-20 dark:bg-base-900 text-base-950 dark:text-base-50 font-semibold",
152
+ "childLinkIcon": "text-base-950 dark:text-base-200"
149
153
  },
150
154
  "false": {
151
155
  "link": "text-base-900 dark:text-base-200",
152
156
  "linkLeadingIcon": "text-base-500 dark:text-base-700",
153
- "childLink": "hover:bg-base-250/80 dark:hover:bg-white/10 text-base-500 dark:text-base-700 hover:text-base-950 dark:hover:dark:text-base-50 transition-colors",
157
+ "childLink": "hover:bg-base-20 dark:hover:bg-base-900 text-base-500 dark:text-base-700 hover:text-base-950 dark:hover:dark:text-base-200 transition-colors",
154
158
  "childLinkIcon": "text-base-500 dark:text-base-700 group-hover:text-base-950 dark:group-hover:text-base-50 transition-colors"
155
159
  }
156
160
  },
@@ -206,6 +210,14 @@ export default {
206
210
  ]
207
211
  }
208
212
  },
213
+ {
214
+ "disabled": true,
215
+ "orientation": "horizontal" as typeof orientation[number],
216
+ "variant": "pill" as typeof variant[number],
217
+ "class": {
218
+ "link": "hover:before:rounded-md"
219
+ }
220
+ },
209
221
  {
210
222
  "disabled": false,
211
223
  "active": false,
@@ -254,6 +266,16 @@ export default {
254
266
  "linkLabelWrapper": "px-3 -ms-3 rtl:-me-3 rtl:ms-0 leading-[1.563rem] bg-base-800 dark:bg-white/35 rounded-2xl"
255
267
  }
256
268
  },
269
+ {
270
+ "color": "default" as typeof color[number],
271
+ "orientation": "horizontal" as typeof orientation[number],
272
+ "variant": "pill" as typeof variant[number],
273
+ "active": true,
274
+ "class": {
275
+ "link": "min-h-9 before:rounded-md before:bg-base-800 dark:before:bg-white/35 hover:before:bg-base-800 hover:dark:before:bg-white/35 data-[state=open]:before:bg-base-800 dark:data-[state=open]:before:bg-white/35",
276
+ "linkLabelWrapper": "min-h-9 bg-inherit dark:bg-inherit rounded-none"
277
+ }
278
+ },
257
279
  {
258
280
  "color": "danger" as typeof color[number],
259
281
  "variant": "pill" as typeof variant[number],
@@ -264,6 +286,16 @@ export default {
264
286
  "linkLabelWrapper": "px-3 -ms-3 rtl:-me-3 rtl:ms-0 leading-[1.563rem] bg-red-800 dark:bg-red-800 rounded-2xl"
265
287
  }
266
288
  },
289
+ {
290
+ "color": "danger" as typeof color[number],
291
+ "orientation": "horizontal" as typeof orientation[number],
292
+ "variant": "pill" as typeof variant[number],
293
+ "active": true,
294
+ "class": {
295
+ "link": "min-h-9 before:rounded-md before:bg-red-800 dark:before:bg-red-800 hover:before:bg-red-800 hover:dark:before:bg-red-800 data-[state=open]:before:bg-red-800 dark:data-[state=open]:before:bg-red-800",
296
+ "linkLabelWrapper": "min-h-9 bg-inherit dark:bg-inherit rounded-none"
297
+ }
298
+ },
267
299
  {
268
300
  "color": "success" as typeof color[number],
269
301
  "variant": "pill" as typeof variant[number],
@@ -274,6 +306,16 @@ export default {
274
306
  "linkLabelWrapper": "px-3 -ms-3 rtl:-me-3 rtl:ms-0 leading-[1.563rem] bg-green-800 dark:bg-green-800 rounded-2xl"
275
307
  }
276
308
  },
309
+ {
310
+ "color": "success" as typeof color[number],
311
+ "orientation": "horizontal" as typeof orientation[number],
312
+ "variant": "pill" as typeof variant[number],
313
+ "active": true,
314
+ "class": {
315
+ "link": "min-h-9 before:rounded-md before:bg-green-800 dark:before:bg-green-800 hover:before:bg-green-800 hover:dark:before:bg-green-800 data-[state=open]:before:bg-green-800 dark:data-[state=open]:before:bg-green-800",
316
+ "linkLabelWrapper": "min-h-9 bg-inherit dark:bg-inherit rounded-none"
317
+ }
318
+ },
277
319
  {
278
320
  "color": "warning" as typeof color[number],
279
321
  "variant": "pill" as typeof variant[number],
@@ -284,6 +326,16 @@ export default {
284
326
  "linkLabelWrapper": "px-3 -ms-3 rtl:-me-3 rtl:ms-0 leading-[1.563rem] bg-orange-800 dark:bg-orange-800 rounded-2xl"
285
327
  }
286
328
  },
329
+ {
330
+ "color": "warning" as typeof color[number],
331
+ "orientation": "horizontal" as typeof orientation[number],
332
+ "variant": "pill" as typeof variant[number],
333
+ "active": true,
334
+ "class": {
335
+ "link": "min-h-9 before:rounded-md before:bg-orange-800 dark:before:bg-orange-800 hover:before:bg-orange-800 hover:dark:before:bg-orange-800 data-[state=open]:before:bg-orange-800 dark:data-[state=open]:before:bg-orange-800",
336
+ "linkLabelWrapper": "min-h-9 bg-inherit dark:bg-inherit rounded-none"
337
+ }
338
+ },
287
339
  {
288
340
  "color": "primary" as typeof color[number],
289
341
  "variant": "pill" as typeof variant[number],
@@ -294,6 +346,16 @@ export default {
294
346
  "linkLabelWrapper": "px-3 -ms-3 rtl:-me-3 rtl:ms-0 leading-[1.563rem] bg-blue-800 dark:bg-blue-800 rounded-2xl"
295
347
  }
296
348
  },
349
+ {
350
+ "color": "primary" as typeof color[number],
351
+ "orientation": "horizontal" as typeof orientation[number],
352
+ "variant": "pill" as typeof variant[number],
353
+ "active": true,
354
+ "class": {
355
+ "link": "min-h-9 before:rounded-md before:bg-blue-800 dark:before:bg-blue-800 hover:before:bg-blue-800 hover:dark:before:bg-blue-800 data-[state=open]:before:bg-blue-800 dark:data-[state=open]:before:bg-blue-800",
356
+ "linkLabelWrapper": "min-h-9 bg-inherit dark:bg-inherit rounded-none"
357
+ }
358
+ },
297
359
  {
298
360
  "color": "secondary" as typeof color[number],
299
361
  "variant": "pill" as typeof variant[number],
@@ -304,6 +366,16 @@ export default {
304
366
  "linkLabelWrapper": "px-3 -ms-3 rtl:-me-3 rtl:ms-0 leading-[1.563rem] bg-cyan-800 dark:bg-cyan-800 rounded-2xl"
305
367
  }
306
368
  },
369
+ {
370
+ "color": "secondary" as typeof color[number],
371
+ "orientation": "horizontal" as typeof orientation[number],
372
+ "variant": "pill" as typeof variant[number],
373
+ "active": true,
374
+ "class": {
375
+ "link": "min-h-9 before:rounded-md before:bg-cyan-800 dark:before:bg-cyan-800 hover:before:bg-cyan-800 hover:dark:before:bg-cyan-800 data-[state=open]:before:bg-cyan-800 dark:data-[state=open]:before:bg-cyan-800",
376
+ "linkLabelWrapper": "min-h-9 bg-inherit dark:bg-inherit rounded-none"
377
+ }
378
+ },
307
379
  {
308
380
  "color": "collab" as typeof color[number],
309
381
  "variant": "pill" as typeof variant[number],
@@ -314,6 +386,16 @@ export default {
314
386
  "linkLabelWrapper": "px-3 -ms-3 rtl:-me-3 rtl:ms-0 leading-[1.563rem] bg-collab-800 dark:bg-collab-800 rounded-2xl"
315
387
  }
316
388
  },
389
+ {
390
+ "color": "collab" as typeof color[number],
391
+ "orientation": "horizontal" as typeof orientation[number],
392
+ "variant": "pill" as typeof variant[number],
393
+ "active": true,
394
+ "class": {
395
+ "link": "min-h-9 before:rounded-md before:bg-collab-800 dark:before:bg-collab-800 hover:before:bg-collab-800 hover:dark:before:bg-collab-800 data-[state=open]:before:bg-collab-800 dark:data-[state=open]:before:bg-collab-800",
396
+ "linkLabelWrapper": "min-h-9 bg-inherit dark:bg-inherit rounded-none"
397
+ }
398
+ },
317
399
  {
318
400
  "color": "ai" as typeof color[number],
319
401
  "variant": "pill" as typeof variant[number],
@@ -324,6 +406,16 @@ export default {
324
406
  "linkLabelWrapper": "px-3 -ms-3 rtl:-me-3 rtl:ms-0 leading-[1.563rem] bg-ai-800 dark:bg-ai-800 rounded-2xl"
325
407
  }
326
408
  },
409
+ {
410
+ "color": "ai" as typeof color[number],
411
+ "orientation": "horizontal" as typeof orientation[number],
412
+ "variant": "pill" as typeof variant[number],
413
+ "active": true,
414
+ "class": {
415
+ "link": "min-h-9 before:rounded-md before:bg-ai-800 dark:before:bg-ai-800 hover:before:bg-ai-800 hover:dark:before:bg-ai-800 data-[state=open]:before:bg-ai-800 dark:data-[state=open]:before:bg-ai-800",
416
+ "linkLabelWrapper": "min-h-9 bg-inherit dark:bg-inherit rounded-none"
417
+ }
418
+ },
327
419
  {
328
420
  "variant": "pill" as typeof variant[number],
329
421
  "active": true,
@@ -334,15 +426,110 @@ export default {
334
426
  "linkLabelWrapper": "px-3 -ms-3 rtl:-me-3 rtl:ms-0 leading-[1.563rem] bg-base-800 dark:bg-white/35 rounded-2xl"
335
427
  }
336
428
  },
429
+ {
430
+ "variant": "pill" as typeof variant[number],
431
+ "orientation": "horizontal" as typeof orientation[number],
432
+ "active": true,
433
+ "highlight": false,
434
+ "class": {
435
+ "linkLabelWrapper": "bg-inherit dark:bg-inherit"
436
+ }
437
+ },
337
438
  {
338
439
  "variant": "pill" as typeof variant[number],
339
440
  "active": true,
340
441
  "highlight": true,
341
442
  "class": {
342
- "link": [
343
- "hover:before:bg-base-250/80 dark:hover:before:bg-white/10",
344
- "before:transition-colors"
345
- ]
443
+ "link": "hover:before:bg-base-250/80 dark:hover:before:bg-white/10 before:transition-colors"
444
+ }
445
+ },
446
+ {
447
+ "color": "default" as typeof color[number],
448
+ "orientation": "horizontal" as typeof orientation[number],
449
+ "variant": "pill" as typeof variant[number],
450
+ "active": true,
451
+ "highlight": true,
452
+ "class": {
453
+ "link": "hover:before:bg-base-800 hover:dark:before:bg-white/35 before:transition-colors"
454
+ }
455
+ },
456
+ {
457
+ "color": "danger" as typeof color[number],
458
+ "orientation": "horizontal" as typeof orientation[number],
459
+ "variant": "pill" as typeof variant[number],
460
+ "active": true,
461
+ "highlight": true,
462
+ "class": {
463
+ "link": "hover:before:bg-red-800 hover:dark:before:bg-red-800 before:transition-colors"
464
+ }
465
+ },
466
+ {
467
+ "color": "success" as typeof color[number],
468
+ "orientation": "horizontal" as typeof orientation[number],
469
+ "variant": "pill" as typeof variant[number],
470
+ "active": true,
471
+ "highlight": true,
472
+ "class": {
473
+ "link": "hover:before:bg-green-800 hover:dark:before:bg-green-800 before:transition-colors"
474
+ }
475
+ },
476
+ {
477
+ "color": "warning" as typeof color[number],
478
+ "orientation": "horizontal" as typeof orientation[number],
479
+ "variant": "pill" as typeof variant[number],
480
+ "active": true,
481
+ "highlight": true,
482
+ "class": {
483
+ "link": "hover:before:bg-orange-800 hover:dark:before:bg-orange-800 before:transition-colors"
484
+ }
485
+ },
486
+ {
487
+ "color": "primary" as typeof color[number],
488
+ "orientation": "horizontal" as typeof orientation[number],
489
+ "variant": "pill" as typeof variant[number],
490
+ "active": true,
491
+ "highlight": true,
492
+ "class": {
493
+ "link": "hover:before:bg-blue-800 hover:dark:before:bg-blue-800 before:transition-colors"
494
+ }
495
+ },
496
+ {
497
+ "color": "secondary" as typeof color[number],
498
+ "orientation": "horizontal" as typeof orientation[number],
499
+ "variant": "pill" as typeof variant[number],
500
+ "active": true,
501
+ "highlight": true,
502
+ "class": {
503
+ "link": "hover:before:bg-cyan-800 hover:dark:before:bg-cyan-800 before:transition-colors"
504
+ }
505
+ },
506
+ {
507
+ "color": "collab" as typeof color[number],
508
+ "orientation": "horizontal" as typeof orientation[number],
509
+ "variant": "pill" as typeof variant[number],
510
+ "active": true,
511
+ "highlight": true,
512
+ "class": {
513
+ "link": "hover:before:bg-collab-800 hover:dark:before:bg-collab-800 before:transition-colors"
514
+ }
515
+ },
516
+ {
517
+ "color": "ai" as typeof color[number],
518
+ "orientation": "horizontal" as typeof orientation[number],
519
+ "variant": "pill" as typeof variant[number],
520
+ "active": true,
521
+ "highlight": true,
522
+ "class": {
523
+ "link": "hover:before:bg-ai-800 hover:dark:before:bg-ai-800 before:transition-colors"
524
+ }
525
+ },
526
+ {
527
+ "orientation": "horizontal" as typeof orientation[number],
528
+ "variant": "link" as typeof variant[number],
529
+ "class": {
530
+ "viewportWrapper": "top-[calc(100%+0.4rem)]",
531
+ "viewport": "rounded-b-md [&:has(>[data-viewport=ltr])]:rounded-tr-md [&:has(>[data-viewport=rtl])]:rounded-tl-md clip-path-viewport-wrapper",
532
+ "link": "before:inset-x-[0px] before:-inset-y-[6px] before:h-[70px] before:rounded-t-md"
346
533
  }
347
534
  },
348
535
  {
@@ -354,6 +541,14 @@ export default {
354
541
  "linkLeadingIcon": "group-hover:text-base-950 dark:group-hover:text-base-50 transition-colors"
355
542
  }
356
543
  },
544
+ {
545
+ "disabled": false,
546
+ "variant": "link" as typeof variant[number],
547
+ "orientation": "horizontal" as typeof orientation[number],
548
+ "class": {
549
+ "link": "data-[state=open]:before:shadow-[0_6px_21px_rgba(83,92,105,.15)] data-[state=open]:before:bg-white dark:data-[state=open]:before:bg-base-dark"
550
+ }
551
+ },
357
552
  {
358
553
  "disabled": false,
359
554
  "active": false,
@@ -405,8 +600,8 @@ export default {
405
600
  "variant": "link" as typeof variant[number],
406
601
  "active": true,
407
602
  "class": {
408
- "link": "font-semibold text-blue-800 dark:text-blue-600",
409
- "linkLeadingIcon": "text-blue-800 group-data-[state=open]:text-blue-600 dark:text-blue-600 dark:group-data-[state=open]:text-blue-600"
603
+ "link": "font-semibold text-blue-850 dark:text-blue-600",
604
+ "linkLeadingIcon": "text-blue-850 group-data-[state=open]:text-blue-600 dark:text-blue-600 dark:group-data-[state=open]:text-blue-600"
410
605
  }
411
606
  },
412
607
  {
@@ -437,6 +632,18 @@ export default {
437
632
  }
438
633
  },
439
634
  {
635
+ "orientation": "vertical" as typeof orientation[number],
636
+ "highlightColor": "default" as typeof highlightColor[number],
637
+ "highlight": true,
638
+ "level": true,
639
+ "active": true,
640
+ "class": {
641
+ "link": "after:bg-base-500"
642
+ }
643
+ },
644
+ {
645
+ "orientation": "horizontal" as typeof orientation[number],
646
+ "variant": "link" as typeof variant[number],
440
647
  "highlightColor": "default" as typeof highlightColor[number],
441
648
  "highlight": true,
442
649
  "level": true,
@@ -446,6 +653,18 @@ export default {
446
653
  }
447
654
  },
448
655
  {
656
+ "orientation": "vertical" as typeof orientation[number],
657
+ "highlightColor": "danger" as typeof highlightColor[number],
658
+ "highlight": true,
659
+ "level": true,
660
+ "active": true,
661
+ "class": {
662
+ "link": "after:bg-red-500 dark:after:bg-red-600"
663
+ }
664
+ },
665
+ {
666
+ "orientation": "horizontal" as typeof orientation[number],
667
+ "variant": "link" as typeof variant[number],
449
668
  "highlightColor": "danger" as typeof highlightColor[number],
450
669
  "highlight": true,
451
670
  "level": true,
@@ -455,6 +674,18 @@ export default {
455
674
  }
456
675
  },
457
676
  {
677
+ "orientation": "vertical" as typeof orientation[number],
678
+ "highlightColor": "success" as typeof highlightColor[number],
679
+ "highlight": true,
680
+ "level": true,
681
+ "active": true,
682
+ "class": {
683
+ "link": "after:bg-green-500 dark:after:bg-green-600"
684
+ }
685
+ },
686
+ {
687
+ "orientation": "horizontal" as typeof orientation[number],
688
+ "variant": "link" as typeof variant[number],
458
689
  "highlightColor": "success" as typeof highlightColor[number],
459
690
  "highlight": true,
460
691
  "level": true,
@@ -464,6 +695,7 @@ export default {
464
695
  }
465
696
  },
466
697
  {
698
+ "orientation": "vertical" as typeof orientation[number],
467
699
  "highlightColor": "warning" as typeof highlightColor[number],
468
700
  "highlight": true,
469
701
  "level": true,
@@ -473,6 +705,18 @@ export default {
473
705
  }
474
706
  },
475
707
  {
708
+ "orientation": "horizontal" as typeof orientation[number],
709
+ "variant": "link" as typeof variant[number],
710
+ "highlightColor": "warning" as typeof highlightColor[number],
711
+ "highlight": true,
712
+ "level": true,
713
+ "active": true,
714
+ "class": {
715
+ "link": "after:bg-orange-500 dark:after:bg-orange-600"
716
+ }
717
+ },
718
+ {
719
+ "orientation": "vertical" as typeof orientation[number],
476
720
  "highlightColor": "primary" as typeof highlightColor[number],
477
721
  "highlight": true,
478
722
  "level": true,
@@ -482,6 +726,18 @@ export default {
482
726
  }
483
727
  },
484
728
  {
729
+ "orientation": "horizontal" as typeof orientation[number],
730
+ "variant": "link" as typeof variant[number],
731
+ "highlightColor": "primary" as typeof highlightColor[number],
732
+ "highlight": true,
733
+ "level": true,
734
+ "active": true,
735
+ "class": {
736
+ "link": "after:bg-blue-850 dark:after:bg-blue-600"
737
+ }
738
+ },
739
+ {
740
+ "orientation": "vertical" as typeof orientation[number],
485
741
  "highlightColor": "secondary" as typeof highlightColor[number],
486
742
  "highlight": true,
487
743
  "level": true,
@@ -491,6 +747,29 @@ export default {
491
747
  }
492
748
  },
493
749
  {
750
+ "orientation": "horizontal" as typeof orientation[number],
751
+ "variant": "link" as typeof variant[number],
752
+ "highlightColor": "secondary" as typeof highlightColor[number],
753
+ "highlight": true,
754
+ "level": true,
755
+ "active": true,
756
+ "class": {
757
+ "link": "after:bg-cyan-500 dark:after:bg-cyan-600"
758
+ }
759
+ },
760
+ {
761
+ "orientation": "vertical" as typeof orientation[number],
762
+ "highlightColor": "collab" as typeof highlightColor[number],
763
+ "highlight": true,
764
+ "level": true,
765
+ "active": true,
766
+ "class": {
767
+ "link": "after:bg-collab-500 dark:after:bg-collab-600"
768
+ }
769
+ },
770
+ {
771
+ "orientation": "horizontal" as typeof orientation[number],
772
+ "variant": "link" as typeof variant[number],
494
773
  "highlightColor": "collab" as typeof highlightColor[number],
495
774
  "highlight": true,
496
775
  "level": true,
@@ -500,6 +779,18 @@ export default {
500
779
  }
501
780
  },
502
781
  {
782
+ "orientation": "vertical" as typeof orientation[number],
783
+ "highlightColor": "ai" as typeof highlightColor[number],
784
+ "highlight": true,
785
+ "level": true,
786
+ "active": true,
787
+ "class": {
788
+ "link": "after:bg-ai-500 dark:after:bg-ai-600"
789
+ }
790
+ },
791
+ {
792
+ "orientation": "horizontal" as typeof orientation[number],
793
+ "variant": "link" as typeof variant[number],
503
794
  "highlightColor": "ai" as typeof highlightColor[number],
504
795
  "highlight": true,
505
796
  "level": true,
@@ -527,6 +818,7 @@ export default {
527
818
  "defaultVariants": {
528
819
  "color": "default" as typeof color[number],
529
820
  "highlightColor": "default" as typeof highlightColor[number],
530
- "variant": "pill" as typeof variant[number]
821
+ "contentOrientation": "vertical" as typeof contentOrientation[number],
822
+ "variant": "link" as typeof variant[number]
531
823
  }
532
824
  }