@accelint/design-toolkit 2.0.0 → 2.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.
Files changed (97) hide show
  1. package/README.md +16 -7
  2. package/dist/components/accordion/index.d.ts +21 -30
  3. package/dist/components/accordion/index.js +1 -1
  4. package/dist/components/accordion/index.js.map +1 -1
  5. package/dist/components/accordion/styles.d.ts +96 -0
  6. package/dist/components/accordion/styles.js +2 -0
  7. package/dist/components/accordion/styles.js.map +1 -0
  8. package/dist/components/accordion/types.d.ts +20 -0
  9. package/dist/components/avatar/index.js.map +1 -1
  10. package/dist/components/badge/index.js.map +1 -1
  11. package/dist/components/box/index.js.map +1 -1
  12. package/dist/components/button/index.js +1 -1
  13. package/dist/components/button/index.js.map +1 -1
  14. package/dist/components/checkbox/index.js +1 -1
  15. package/dist/components/checkbox/index.js.map +1 -1
  16. package/dist/components/chip/index.js +1 -1
  17. package/dist/components/chip/index.js.map +1 -1
  18. package/dist/components/classification-badge/index.js.map +1 -1
  19. package/dist/components/classification-banner/index.js.map +1 -1
  20. package/dist/components/color-picker/index.js.map +1 -1
  21. package/dist/components/combobox/index.d.ts +7 -16
  22. package/dist/components/combobox/index.js +1 -1
  23. package/dist/components/combobox/index.js.map +1 -1
  24. package/dist/components/date-field/index.js.map +1 -1
  25. package/dist/components/dialog/index.js +1 -1
  26. package/dist/components/dialog/index.js.map +1 -1
  27. package/dist/components/floating-button/index.js.map +1 -1
  28. package/dist/components/icon/index.d.ts +15 -15
  29. package/dist/components/icon/index.js +1 -1
  30. package/dist/components/icon/index.js.map +1 -1
  31. package/dist/components/icon/styles.d.ts +34 -0
  32. package/dist/components/icon/styles.js +2 -0
  33. package/dist/components/icon/styles.js.map +1 -0
  34. package/dist/components/icon/types.d.ts +10 -0
  35. package/dist/components/icon/types.js +2 -0
  36. package/dist/components/icon/types.js.map +1 -0
  37. package/dist/components/icon-button/index.js +1 -1
  38. package/dist/components/icon-button/index.js.map +1 -1
  39. package/dist/components/label/index.js.map +1 -1
  40. package/dist/components/options/index.d.ts +32 -0
  41. package/dist/components/options/index.js +2 -0
  42. package/dist/components/options/index.js.map +1 -0
  43. package/dist/components/options-item/index.d.ts +30 -0
  44. package/dist/components/options-item/index.js +2 -0
  45. package/dist/components/options-item/index.js.map +1 -0
  46. package/dist/components/popover/index.d.ts +32 -0
  47. package/dist/components/popover/index.js +2 -0
  48. package/dist/components/popover/index.js.map +1 -0
  49. package/dist/components/popover/styles.d.ts +47 -0
  50. package/dist/components/popover/styles.js +2 -0
  51. package/dist/components/popover/styles.js.map +1 -0
  52. package/dist/components/popover/types.d.ts +24 -0
  53. package/dist/components/popover/types.js +2 -0
  54. package/dist/components/popover/types.js.map +1 -0
  55. package/dist/components/query-builder/action-element.js.map +1 -1
  56. package/dist/components/query-builder/constants.js.map +1 -1
  57. package/dist/components/query-builder/example-configuration.js.map +1 -1
  58. package/dist/components/query-builder/group.js.map +1 -1
  59. package/dist/components/query-builder/index.js.map +1 -1
  60. package/dist/components/query-builder/rule.js.map +1 -1
  61. package/dist/components/query-builder/utils.js.map +1 -1
  62. package/dist/components/query-builder/value-editor.js.map +1 -1
  63. package/dist/components/query-builder/value-selector.js.map +1 -1
  64. package/dist/components/radio/index.js +1 -1
  65. package/dist/components/radio/index.js.map +1 -1
  66. package/dist/components/search-field/index.js +1 -1
  67. package/dist/components/search-field/index.js.map +1 -1
  68. package/dist/components/slider/index.d.ts +23 -0
  69. package/dist/components/slider/index.js +2 -0
  70. package/dist/components/slider/index.js.map +1 -0
  71. package/dist/components/switch/index.js +1 -1
  72. package/dist/components/switch/index.js.map +1 -1
  73. package/dist/components/tabs/index.js +1 -1
  74. package/dist/components/tabs/index.js.map +1 -1
  75. package/dist/components/text-area/index.js.map +1 -1
  76. package/dist/components/text-field/index.js +1 -1
  77. package/dist/components/text-field/index.js.map +1 -1
  78. package/dist/components/toggle-icon-button/index.js +1 -1
  79. package/dist/components/toggle-icon-button/index.js.map +1 -1
  80. package/dist/components/tooltip/index.js.map +1 -1
  81. package/dist/icons/catalog.js.map +1 -1
  82. package/dist/index.css +10 -6
  83. package/dist/index.d.ts +17 -6
  84. package/dist/index.js +1 -1
  85. package/dist/lib/react.js.map +1 -1
  86. package/dist/lib/types.d.ts +29 -0
  87. package/dist/lib/types.js +2 -0
  88. package/dist/lib/types.js.map +1 -0
  89. package/dist/lib/utils.d.ts +15 -1
  90. package/dist/lib/utils.js +1 -1
  91. package/dist/lib/utils.js.map +1 -1
  92. package/dist/metafile-esm.json +1 -1
  93. package/dist/styles.css +331 -158
  94. package/package.json +16 -13
  95. package/dist/types/types.d.ts +0 -11
  96. /package/dist/{types → components/accordion}/types.js +0 -0
  97. /package/dist/{types → components/accordion}/types.js.map +0 -0
package/dist/styles.css CHANGED
@@ -99,12 +99,11 @@
99
99
  @layer theme, base, components, utilities;
100
100
  @layer theme {
101
101
  :root, :host {
102
+ --container-sm: 24rem;
102
103
  --font-weight-light: 300;
103
104
  --font-weight-normal: 400;
104
105
  --font-weight-medium: 500;
105
106
  --animate-spin: spin 1s linear infinite;
106
- --default-transition-duration: 150ms;
107
- --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
108
107
  --font-primary: "Roboto Flex", sans-serif;
109
108
  --font-display: "Roboto Mono", monospace;
110
109
  --color-surface-default: var(--neutral-10, #0b0b0b);
@@ -171,6 +170,10 @@
171
170
  --spacing-xl: 24px;
172
171
  --spacing-xxl: 40px;
173
172
  --spacing-oversized: 80px;
173
+ --icon-size-l: var(--spacing-xl);
174
+ --icon-size-m: 20px;
175
+ --icon-size-s: var(--spacing-l);
176
+ --icon-size-xs: var(--spacing-m);
174
177
  }
175
178
  }
176
179
  @layer base {
@@ -346,6 +349,12 @@
346
349
  .top-\[6px\] {
347
350
  top: 6px;
348
351
  }
352
+ .top-\[8px\] {
353
+ top: 8px;
354
+ }
355
+ .top-\[50\%\] {
356
+ top: 50%;
357
+ }
349
358
  .right-\[5px\] {
350
359
  right: 5px;
351
360
  }
@@ -361,18 +370,66 @@
361
370
  .bottom-\[20px\] {
362
371
  bottom: 20px;
363
372
  }
373
+ .left-1\/2 {
374
+ left: calc(1/2 * 100%);
375
+ }
364
376
  .left-\[7px\] {
365
377
  left: 7px;
366
378
  }
379
+ .left-\[50\%\] {
380
+ left: 50%;
381
+ }
367
382
  .left-s {
368
383
  left: var(--spacing-s);
369
384
  }
385
+ .order-1 {
386
+ order: 1;
387
+ }
388
+ .order-2 {
389
+ order: 2;
390
+ }
391
+ .order-3 {
392
+ order: 3;
393
+ }
394
+ .order-4 {
395
+ order: 4;
396
+ }
397
+ .order-5 {
398
+ order: 5;
399
+ }
370
400
  .col-span-2 {
371
401
  grid-column: span 2 / span 2;
372
402
  }
403
+ .col-span-3 {
404
+ grid-column: span 3 / span 3;
405
+ }
373
406
  .col-span-full {
374
407
  grid-column: 1 / -1;
375
408
  }
409
+ .col-start-1 {
410
+ grid-column-start: 1;
411
+ }
412
+ .col-start-2 {
413
+ grid-column-start: 2;
414
+ }
415
+ .col-start-3 {
416
+ grid-column-start: 3;
417
+ }
418
+ .row-span-3 {
419
+ grid-row: span 3 / span 3;
420
+ }
421
+ .row-start-1 {
422
+ grid-row-start: 1;
423
+ }
424
+ .row-start-2 {
425
+ grid-row-start: 2;
426
+ }
427
+ .row-start-3 {
428
+ grid-row-start: 3;
429
+ }
430
+ .row-start-4 {
431
+ grid-row-start: 4;
432
+ }
376
433
  .container {
377
434
  width: 100%;
378
435
  @media (width >= 40rem) {
@@ -409,18 +466,12 @@
409
466
  .mt-xl {
410
467
  margin-top: var(--spacing-xl);
411
468
  }
412
- .mr-s {
413
- margin-right: var(--spacing-s);
414
- }
415
469
  .mb-m {
416
470
  margin-bottom: var(--spacing-m);
417
471
  }
418
472
  .mb-s {
419
473
  margin-bottom: var(--spacing-s);
420
474
  }
421
- .ml-auto {
422
- margin-left: auto;
423
- }
424
475
  .block {
425
476
  display: block;
426
477
  }
@@ -433,6 +484,9 @@
433
484
  .hidden {
434
485
  display: none;
435
486
  }
487
+ .inline {
488
+ display: inline;
489
+ }
436
490
  .inline-block {
437
491
  display: inline-block;
438
492
  }
@@ -454,6 +508,10 @@
454
508
  width: 32px;
455
509
  height: 32px;
456
510
  }
511
+ .size-\[400px\] {
512
+ width: 400px;
513
+ height: 400px;
514
+ }
457
515
  .size-full {
458
516
  width: 100%;
459
517
  height: 100%;
@@ -490,9 +548,6 @@
490
548
  width: var(--spacing-xxs);
491
549
  height: var(--spacing-xxs);
492
550
  }
493
- .\[height\:var\(--icon-size\)\] {
494
- height: var(--icon-size);
495
- }
496
551
  .h-\[16px\] {
497
552
  height: 16px;
498
553
  }
@@ -508,17 +563,8 @@
508
563
  .h-\[800px\] {
509
564
  height: 800px;
510
565
  }
511
- .h-\[var\(--icon-size\,12px\)\] {
512
- height: var(--icon-size,12px);
513
- }
514
- .h-\[var\(--icon-size\,16px\)\] {
515
- height: var(--icon-size,16px);
516
- }
517
- .h-\[var\(--icon-size\,20px\)\] {
518
- height: var(--icon-size,20px);
519
- }
520
- .h-\[var\(--icon-size\,24px\)\] {
521
- height: var(--icon-size,24px);
566
+ .h-\[var\(--icon-size\,var\(--icon-size-m\)\)\] {
567
+ height: var(--icon-size,var(--icon-size-m));
522
568
  }
523
569
  .h-full {
524
570
  height: 100%;
@@ -526,9 +572,18 @@
526
572
  .h-l {
527
573
  height: var(--spacing-l);
528
574
  }
575
+ .h-m {
576
+ height: var(--spacing-m);
577
+ }
578
+ .h-s {
579
+ height: var(--spacing-s);
580
+ }
529
581
  .h-xl {
530
582
  height: var(--spacing-xl);
531
583
  }
584
+ .h-xxs {
585
+ height: var(--spacing-xxs);
586
+ }
532
587
  .max-h-\[200px\] {
533
588
  max-height: 200px;
534
589
  }
@@ -544,9 +599,6 @@
544
599
  .min-h-xxl {
545
600
  min-height: var(--spacing-xxl);
546
601
  }
547
- .\[width\:var\(--icon-size\)\] {
548
- width: var(--icon-size);
549
- }
550
602
  .w-\(--trigger-width\) {
551
603
  width: var(--trigger-width);
552
604
  }
@@ -565,6 +617,12 @@
565
617
  .w-\[32px\] {
566
618
  width: 32px;
567
619
  }
620
+ .w-\[50px\] {
621
+ width: 50px;
622
+ }
623
+ .w-\[50px\] {
624
+ width: 50px;
625
+ }
568
626
  .w-\[80px\] {
569
627
  width: 80px;
570
628
  }
@@ -583,6 +641,12 @@
583
641
  .w-\[120px\] {
584
642
  width: 120px;
585
643
  }
644
+ .w-\[200px\] {
645
+ width: 200px;
646
+ }
647
+ .w-\[200px\] {
648
+ width: 200px;
649
+ }
586
650
  .w-\[280px\] {
587
651
  width: 280px;
588
652
  }
@@ -619,29 +683,11 @@
619
683
  .w-\[size\] {
620
684
  width: size;
621
685
  }
622
- .w-\[var\(--icon-size\,12px\)\] {
623
- width: var(--icon-size,12px);
624
- }
625
- .w-\[var\(--icon-size\,12px\)\] {
626
- width: var(--icon-size,12px);
686
+ .w-\[var\(--icon-size\,var\(--icon-size-m\)\)\] {
687
+ width: var(--icon-size,var(--icon-size-m));
627
688
  }
628
- .w-\[var\(--icon-size\,16px\)\] {
629
- width: var(--icon-size,16px);
630
- }
631
- .w-\[var\(--icon-size\,16px\)\] {
632
- width: var(--icon-size,16px);
633
- }
634
- .w-\[var\(--icon-size\,20px\)\] {
635
- width: var(--icon-size,20px);
636
- }
637
- .w-\[var\(--icon-size\,20px\)\] {
638
- width: var(--icon-size,20px);
639
- }
640
- .w-\[var\(--icon-size\,24px\)\] {
641
- width: var(--icon-size,24px);
642
- }
643
- .w-\[var\(--icon-size\,24px\)\] {
644
- width: var(--icon-size,24px);
689
+ .w-\[var\(--icon-size\,var\(--icon-size-m\)\)\] {
690
+ width: var(--icon-size,var(--icon-size-m));
645
691
  }
646
692
  .w-content {
647
693
  width: fit-content;
@@ -652,9 +698,18 @@
652
698
  .w-full {
653
699
  width: 100%;
654
700
  }
701
+ .w-m {
702
+ width: var(--spacing-m);
703
+ }
704
+ .w-s {
705
+ width: var(--spacing-s);
706
+ }
655
707
  .w-xl {
656
708
  width: var(--spacing-xl);
657
709
  }
710
+ .w-xxs {
711
+ width: var(--spacing-xxs);
712
+ }
658
713
  .max-w-\[160px\] {
659
714
  max-width: 160px;
660
715
  }
@@ -676,13 +731,34 @@
676
731
  .min-w-l {
677
732
  min-width: var(--spacing-l);
678
733
  }
734
+ .min-w-sm {
735
+ min-width: var(--container-sm);
736
+ }
737
+ .flex-auto {
738
+ flex: auto;
739
+ }
679
740
  .flex-none {
680
741
  flex: none;
681
742
  }
743
+ .grow {
744
+ flex-grow: 1;
745
+ }
746
+ .translate-x-\[40\%\] {
747
+ --tw-translate-x: 40%;
748
+ translate: var(--tw-translate-x) var(--tw-translate-y);
749
+ }
682
750
  .-translate-y-1\/2 {
683
751
  --tw-translate-y: calc(calc(1/2 * 100%) * -1);
684
752
  translate: var(--tw-translate-x) var(--tw-translate-y);
685
753
  }
754
+ .translate-y-1\/2 {
755
+ --tw-translate-y: calc(1/2 * 100%);
756
+ translate: var(--tw-translate-x) var(--tw-translate-y);
757
+ }
758
+ .translate-y-\[50\%\] {
759
+ --tw-translate-y: 50%;
760
+ translate: var(--tw-translate-x) var(--tw-translate-y);
761
+ }
686
762
  .scale-x-\[-1\] {
687
763
  --tw-scale-x: -1;
688
764
  scale: var(--tw-scale-x) var(--tw-scale-y);
@@ -723,12 +799,33 @@
723
799
  .grid-cols-\[auto_1fr\] {
724
800
  grid-template-columns: auto 1fr;
725
801
  }
802
+ .grid-cols-\[auto_1fr_auto\] {
803
+ grid-template-columns: auto 1fr auto;
804
+ }
805
+ .grid-cols-\[auto_auto_1fr_auto_auto\] {
806
+ grid-template-columns: auto auto 1fr auto auto;
807
+ }
808
+ .grid-cols-\[auto_auto_auto\] {
809
+ grid-template-columns: auto auto auto;
810
+ }
726
811
  .grid-cols-\[minmax\(100px\,_1fr\)_min-content\] {
727
812
  grid-template-columns: minmax(100px, 1fr) min-content;
728
813
  }
814
+ .grid-rows-1 {
815
+ grid-template-rows: repeat(1, minmax(0, 1fr));
816
+ }
817
+ .grid-rows-\[auto_auto_1fr_auto\] {
818
+ grid-template-rows: auto auto 1fr auto;
819
+ }
820
+ .grid-rows-\[auto_auto_auto\] {
821
+ grid-template-rows: auto auto auto;
822
+ }
729
823
  .flex-col {
730
824
  flex-direction: column;
731
825
  }
826
+ .flex-col-reverse {
827
+ flex-direction: column-reverse;
828
+ }
732
829
  .flex-row {
733
830
  flex-direction: row;
734
831
  }
@@ -768,6 +865,12 @@
768
865
  .justify-start {
769
866
  justify-content: flex-start;
770
867
  }
868
+ .gap-\(--spacing-xxl\) {
869
+ gap: var(--spacing-xxl);
870
+ }
871
+ .gap-\[11px\] {
872
+ gap: 11px;
873
+ }
771
874
  .gap-l {
772
875
  gap: var(--spacing-l);
773
876
  }
@@ -783,9 +886,19 @@
783
886
  .gap-xs {
784
887
  gap: var(--spacing-xs);
785
888
  }
889
+ .gap-xxl {
890
+ gap: var(--spacing-xxl);
891
+ }
786
892
  .gap-xxs {
787
893
  gap: var(--spacing-xxs);
788
894
  }
895
+ .space-y-s {
896
+ :where(& > :not(:last-child)) {
897
+ --tw-space-y-reverse: 0;
898
+ margin-block-start: calc(var(--spacing-s) * var(--tw-space-y-reverse));
899
+ margin-block-end: calc(var(--spacing-s) * calc(1 - var(--tw-space-y-reverse)));
900
+ }
901
+ }
789
902
  .gap-x-l {
790
903
  column-gap: var(--spacing-l);
791
904
  }
@@ -807,6 +920,15 @@
807
920
  .gap-y-xxl {
808
921
  row-gap: var(--spacing-xxl);
809
922
  }
923
+ .self-end {
924
+ align-self: flex-end;
925
+ }
926
+ .justify-self-center {
927
+ justify-self: center;
928
+ }
929
+ .justify-self-end {
930
+ justify-self: flex-end;
931
+ }
810
932
  .truncate {
811
933
  overflow: hidden;
812
934
  text-overflow: ellipsis;
@@ -965,6 +1087,12 @@
965
1087
  .bg-default-light {
966
1088
  background-color: var(--color-default-light);
967
1089
  }
1090
+ .bg-default-light\/40 {
1091
+ background-color: var(--color-default-light);
1092
+ @supports (color: color-mix(in lab, red, red)) {
1093
+ background-color: color-mix(in oklab, var(--color-default-light) 40%, transparent);
1094
+ }
1095
+ }
968
1096
  .bg-disabled {
969
1097
  background-color: var(--color-disabled);
970
1098
  }
@@ -1094,6 +1222,12 @@
1094
1222
  .py-xs {
1095
1223
  padding-block: var(--spacing-xs);
1096
1224
  }
1225
+ .pt-s {
1226
+ padding-top: var(--spacing-s);
1227
+ }
1228
+ .pt-xs {
1229
+ padding-top: var(--spacing-xs);
1230
+ }
1097
1231
  .pr-\[30px\] {
1098
1232
  padding-right: 30px;
1099
1233
  }
@@ -1103,6 +1237,12 @@
1103
1237
  .pr-xl {
1104
1238
  padding-right: var(--spacing-xl);
1105
1239
  }
1240
+ .pb-s {
1241
+ padding-bottom: var(--spacing-s);
1242
+ }
1243
+ .pb-xs {
1244
+ padding-bottom: var(--spacing-xs);
1245
+ }
1106
1246
  .pl-\[32px\] {
1107
1247
  padding-left: 32px;
1108
1248
  }
@@ -1115,9 +1255,6 @@
1115
1255
  .pl-s {
1116
1256
  padding-left: var(--spacing-s);
1117
1257
  }
1118
- .pl-xs {
1119
- padding-left: var(--spacing-xs);
1120
- }
1121
1258
  .text-center {
1122
1259
  text-align: center;
1123
1260
  }
@@ -1381,6 +1518,12 @@
1381
1518
  .outline-highlight {
1382
1519
  outline-color: var(--color-highlight);
1383
1520
  }
1521
+ .outline-highlight-bold\/40 {
1522
+ outline-color: var(--color-highlight-bold);
1523
+ @supports (color: color-mix(in lab, red, red)) {
1524
+ outline-color: color-mix(in oklab, var(--color-highlight-bold) 40%, transparent);
1525
+ }
1526
+ }
1384
1527
  .outline-info-bold {
1385
1528
  outline-color: var(--color-info-bold);
1386
1529
  }
@@ -1411,11 +1554,6 @@
1411
1554
  .filter {
1412
1555
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
1413
1556
  }
1414
- .transition-all {
1415
- transition-property: all;
1416
- transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1417
- transition-duration: var(--tw-duration, var(--default-transition-duration));
1418
- }
1419
1557
  .outline-none {
1420
1558
  --tw-outline-style: none;
1421
1559
  outline-style: none;
@@ -1445,12 +1583,33 @@
1445
1583
  .\[--icon-size\:24px\] {
1446
1584
  --icon-size: 24px;
1447
1585
  }
1586
+ .\[--icon-size\:var\(--icon-size-l\)\] {
1587
+ --icon-size: var(--icon-size-l);
1588
+ }
1589
+ .\[--icon-size\:var\(--icon-size-m\)\] {
1590
+ --icon-size: var(--icon-size-m);
1591
+ }
1592
+ .\[--icon-size\:var\(--icon-size-s\)\] {
1593
+ --icon-size: var(--icon-size-s);
1594
+ }
1595
+ .\[--icon-size\:var\(--icon-size-xs\)\] {
1596
+ --icon-size: var(--icon-size-xs);
1597
+ }
1448
1598
  .\[--icon-size\:var\(--spacing-l\)\] {
1449
1599
  --icon-size: var(--spacing-l);
1450
1600
  }
1451
1601
  .\[--icon-size\:var\(--spacing-xl\)\] {
1452
1602
  --icon-size: var(--spacing-xl);
1453
1603
  }
1604
+ .\[--my-font-size\:12px\] {
1605
+ --my-font-size: 12px;
1606
+ }
1607
+ .\[--my-font-size\:var\(--body-m-size\)\] {
1608
+ --my-font-size: var(--body-m-size);
1609
+ }
1610
+ .\[background\:--color-default-light\] {
1611
+ background: --color-default-light;
1612
+ }
1454
1613
  .icon-default-dark {
1455
1614
  --icon-color: var(--color-default-dark);
1456
1615
  }
@@ -1463,29 +1622,17 @@
1463
1622
  .icon-inverse-light {
1464
1623
  --icon-color: var(--color-inverse-light);
1465
1624
  }
1466
- .icon-size-\[15px\] {
1467
- --icon-size: 15px;
1468
- }
1469
- .icon-size-l {
1470
- --icon-size: var(--spacing-l);
1471
- }
1472
- .icon-size-m {
1473
- --icon-size: var(--spacing-m);
1474
- }
1475
- .icon-size-xl {
1476
- --icon-size: var(--spacing-xl);
1477
- }
1478
- .not-ai-selected\:cursor-not-allowed {
1625
+ .not-dtk-selected\:cursor-not-allowed {
1479
1626
  &:not(*[data-selected]) {
1480
1627
  cursor: not-allowed;
1481
1628
  }
1482
1629
  }
1483
- .not-ai-selected\:bg-interactive-disabled {
1630
+ .not-dtk-selected\:bg-interactive-disabled {
1484
1631
  &:not(*[data-selected]) {
1485
1632
  background-color: var(--color-interactive-disabled);
1486
1633
  }
1487
1634
  }
1488
- .not-ai-selected\:icon-disabled {
1635
+ .not-dtk-selected\:icon-disabled {
1489
1636
  &:not(*[data-selected]) {
1490
1637
  --icon-color: var(--color-disabled);
1491
1638
  }
@@ -1552,96 +1699,101 @@
1552
1699
  --icon-color: var(--color-default-light);
1553
1700
  }
1554
1701
  }
1555
- .group-ai-orientation-horizontal\:rounded-small {
1702
+ .group-dtk-orientation-horizontal\:rounded-small {
1556
1703
  &:is(:where(.group)[data-orientation="horizontal"] *) {
1557
1704
  border-radius: var(--radius-small);
1558
1705
  }
1559
1706
  }
1560
- .group-ai-orientation-horizontal\:rounded-b-none {
1707
+ .group-dtk-orientation-horizontal\:rounded-b-none {
1561
1708
  &:is(:where(.group)[data-orientation="horizontal"] *) {
1562
1709
  border-bottom-right-radius: 0;
1563
1710
  border-bottom-left-radius: 0;
1564
1711
  }
1565
1712
  }
1566
- .group-ai-orientation-horizontal\:rounded-b-none {
1713
+ .group-dtk-orientation-horizontal\:rounded-b-none {
1567
1714
  &:is(:where(.group)[data-orientation="horizontal"] *) {
1568
1715
  border-bottom-right-radius: var(--radius-none);
1569
1716
  border-bottom-left-radius: var(--radius-none);
1570
1717
  }
1571
1718
  }
1572
- .group-ai-orientation-horizontal\:border-b {
1719
+ .group-dtk-orientation-horizontal\:border-b {
1573
1720
  &:is(:where(.group)[data-orientation="horizontal"] *) {
1574
1721
  border-bottom-style: var(--tw-border-style);
1575
1722
  border-bottom-width: 1px;
1576
1723
  }
1577
1724
  }
1578
- .group-ai-orientation-horizontal\:border-highlight {
1725
+ .group-dtk-orientation-horizontal\:border-highlight {
1579
1726
  &:is(:where(.group)[data-orientation="horizontal"] *) {
1580
1727
  border-color: var(--color-highlight);
1581
1728
  }
1582
1729
  }
1583
- .group-ai-orientation-horizontal\:border-interactive-disabled {
1730
+ .group-dtk-orientation-horizontal\:border-interactive-disabled {
1584
1731
  &:is(:where(.group)[data-orientation="horizontal"] *) {
1585
1732
  border-color: var(--color-interactive-disabled);
1586
1733
  }
1587
1734
  }
1588
- .group-ai-orientation-horizontal\:border-interactive-hover {
1735
+ .group-dtk-orientation-horizontal\:border-interactive-hover {
1589
1736
  &:is(:where(.group)[data-orientation="horizontal"] *) {
1590
1737
  border-color: var(--color-interactive-hover);
1591
1738
  }
1592
1739
  }
1593
- .group-ai-orientation-horizontal\:border-static-light {
1740
+ .group-dtk-orientation-horizontal\:border-static-light {
1594
1741
  &:is(:where(.group)[data-orientation="horizontal"] *) {
1595
1742
  border-color: var(--color-static-light);
1596
1743
  }
1597
1744
  }
1598
- .group-ai-orientation-horizontal\:pl-0 {
1745
+ .group-dtk-orientation-horizontal\:pl-0 {
1599
1746
  &:is(:where(.group)[data-orientation="horizontal"] *) {
1600
1747
  padding-left: var(--spacing-0);
1601
1748
  }
1602
1749
  }
1603
- .group-ai-orientation-vertical\:border {
1750
+ .group-dtk-orientation-vertical\:border {
1604
1751
  &:is(:where(.group)[data-orientation="vertical"] *) {
1605
1752
  border-style: var(--tw-border-style);
1606
1753
  border-width: 1px;
1607
1754
  }
1608
1755
  }
1609
- .group-ai-orientation-vertical\:border-interactive-hover {
1756
+ .group-dtk-orientation-vertical\:border-interactive-hover {
1610
1757
  &:is(:where(.group)[data-orientation="vertical"] *) {
1611
1758
  border-color: var(--color-interactive-hover);
1612
1759
  }
1613
1760
  }
1614
- .group-ai-orientation-vertical\:border-transparent {
1761
+ .group-dtk-orientation-vertical\:border-transparent {
1615
1762
  &:is(:where(.group)[data-orientation="vertical"] *) {
1616
1763
  border-color: transparent;
1617
1764
  }
1618
1765
  }
1619
- .group-ai-orientation-vertical\:pt-0 {
1766
+ .group-dtk-orientation-vertical\:pt-0 {
1620
1767
  &:is(:where(.group)[data-orientation="vertical"] *) {
1621
1768
  padding-top: var(--spacing-0);
1622
1769
  }
1623
1770
  }
1624
- .group-ai-expanded\:rotate-180 {
1771
+ .group-dtk-expanded\:rotate-180 {
1625
1772
  &:is(:where(.group)[data-expanded] *) {
1626
1773
  rotate: 180deg;
1627
1774
  }
1628
1775
  }
1629
- .group-ai-empty\:hidden {
1776
+ .group-dtk-empty\:hidden {
1630
1777
  &:is(:where(.group)[data-empty] *) {
1631
1778
  display: none;
1632
1779
  }
1633
1780
  }
1634
- .group-ai-disabled\:hidden {
1781
+ .group-dtk-selected\:rotate-180 {
1782
+ &:is(:where(.group)[data-selected] *) {
1783
+ rotate: 180deg;
1784
+ }
1785
+ }
1786
+ .group-dtk-disabled\:hidden {
1635
1787
  &:is(:where(.group)[data-disabled] *) {
1636
1788
  display: none;
1637
1789
  }
1638
1790
  }
1639
- .group-ai-disabled\:bg-interactive-disabled {
1791
+ .group-dtk-disabled\:bg-interactive-disabled {
1640
1792
  &:is(:where(.group)[data-disabled] *) {
1641
1793
  background-color: var(--color-interactive-disabled);
1642
1794
  }
1643
1795
  }
1644
- .group-ai-disabled\:outline-interactive-disabled {
1796
+ .group-dtk-disabled\:outline-interactive-disabled {
1645
1797
  &:is(:where(.group)[data-disabled] *) {
1646
1798
  outline-color: var(--color-interactive-disabled);
1647
1799
  }
@@ -1766,7 +1918,7 @@
1766
1918
  }
1767
1919
  }
1768
1920
  }
1769
- .group-ai-disabled\:before\:bg-disabled {
1921
+ .group-dtk-disabled\:before\:bg-disabled {
1770
1922
  &:is(:where(.group)[data-disabled] *) {
1771
1923
  &::before {
1772
1924
  content: var(--tw-content);
@@ -1884,6 +2036,20 @@
1884
2036
  }
1885
2037
  }
1886
2038
  }
2039
+ .hover\:bg-normal {
2040
+ &:hover {
2041
+ @media (hover: hover) {
2042
+ background-color: var(--color-normal);
2043
+ }
2044
+ }
2045
+ }
2046
+ .hover\:bg-serious-bold {
2047
+ &:hover {
2048
+ @media (hover: hover) {
2049
+ background-color: var(--color-serious-bold);
2050
+ }
2051
+ }
2052
+ }
1887
2053
  .hover\:bg-serious-hover {
1888
2054
  &:hover {
1889
2055
  @media (hover: hover) {
@@ -1922,6 +2088,14 @@
1922
2088
  }
1923
2089
  }
1924
2090
  }
2091
+ .hover\:outline-4 {
2092
+ &:hover {
2093
+ @media (hover: hover) {
2094
+ outline-style: var(--tw-outline-style);
2095
+ outline-width: 4px;
2096
+ }
2097
+ }
2098
+ }
1925
2099
  .hover\:outline-interactive-disabled {
1926
2100
  &:hover {
1927
2101
  @media (hover: hover) {
@@ -1958,7 +2132,7 @@
1958
2132
  }
1959
2133
  }
1960
2134
  }
1961
- .not-ai-selected\:hover\:bg-interactive-disabled {
2135
+ .not-dtk-selected\:hover\:bg-interactive-disabled {
1962
2136
  &:not(*[data-selected]) {
1963
2137
  &:hover {
1964
2138
  @media (hover: hover) {
@@ -2032,6 +2206,12 @@
2032
2206
  color: var(--color-inverse-light);
2033
2207
  }
2034
2208
  }
2209
+ .focus\:outline-4 {
2210
+ &:focus {
2211
+ outline-style: var(--tw-outline-style);
2212
+ outline-width: 4px;
2213
+ }
2214
+ }
2035
2215
  .focus\:outline-highlight {
2036
2216
  &:focus {
2037
2217
  outline-color: var(--color-highlight);
@@ -2069,7 +2249,7 @@
2069
2249
  --icon-color: var(--color-default-light);
2070
2250
  }
2071
2251
  }
2072
- .not-ai-selected\:focus\:bg-interactive-disabled {
2252
+ .not-dtk-selected\:focus\:bg-interactive-disabled {
2073
2253
  &:not(*[data-selected]) {
2074
2254
  &:focus {
2075
2255
  background-color: var(--color-interactive-disabled);
@@ -2126,42 +2306,6 @@
2126
2306
  }
2127
2307
  }
2128
2308
  }
2129
- .data-\[variant\=compact\]\:gap-xs {
2130
- &[data-variant="compact"] {
2131
- gap: var(--spacing-xs);
2132
- }
2133
- }
2134
- .data-\[variant\=compact\]\:text-header-s {
2135
- &[data-variant="compact"] {
2136
- font-size: var(--header-s-size);
2137
- font-weight: 500;
2138
- letter-spacing: 0.4px;
2139
- line-height: var(--header-s-height);
2140
- }
2141
- }
2142
- .data-\[variant\=compact\]\:icon-size-l {
2143
- &[data-variant="compact"] {
2144
- --icon-size: var(--spacing-l);
2145
- }
2146
- }
2147
- .data-\[variant\=cozy\]\:gap-s {
2148
- &[data-variant="cozy"] {
2149
- gap: var(--spacing-s);
2150
- }
2151
- }
2152
- .data-\[variant\=cozy\]\:text-header-m {
2153
- &[data-variant="cozy"] {
2154
- font-size: var(--header-m-size);
2155
- font-weight: 500;
2156
- letter-spacing: 0.25px;
2157
- line-height: var(--header-m-height);
2158
- }
2159
- }
2160
- .data-\[variant\=cozy\]\:icon-size-xl {
2161
- &[data-variant="cozy"] {
2162
- --icon-size: var(--spacing-xl);
2163
- }
2164
- }
2165
2309
  .md\:grid-cols-3 {
2166
2310
  @media (width >= 48rem) {
2167
2311
  grid-template-columns: repeat(3, minmax(0, 1fr));
@@ -2172,33 +2316,43 @@
2172
2316
  grid-template-columns: repeat(4, minmax(0, 1fr));
2173
2317
  }
2174
2318
  }
2175
- .ai-orientation-horizontal\:flex-col {
2319
+ .dtk-orientation-horizontal\:flex-col {
2176
2320
  &[data-orientation="horizontal"] {
2177
2321
  flex-direction: column;
2178
2322
  }
2179
2323
  }
2180
- .ai-orientation-horizontal\:flex-row {
2324
+ .dtk-orientation-horizontal\:flex-row {
2181
2325
  &[data-orientation="horizontal"] {
2182
2326
  flex-direction: row;
2183
2327
  }
2184
2328
  }
2185
- .ai-orientation-vertical\:gap-xs {
2329
+ .dtk-orientation-vertical\:gap-xs {
2186
2330
  &[data-orientation="vertical"] {
2187
2331
  gap: var(--spacing-xs);
2188
2332
  }
2189
2333
  }
2190
- .ai-focus\:bg-highlight-bold {
2334
+ .dtk-hover\:bg-normal {
2335
+ &[data-hovered] {
2336
+ background-color: var(--color-normal);
2337
+ }
2338
+ }
2339
+ .dtk-focus\:bg-highlight-bold {
2191
2340
  &[data-focused] {
2192
2341
  background-color: var(--color-highlight-bold);
2193
2342
  }
2194
2343
  }
2195
- .ai-focus\:fg-inverse-light {
2344
+ .dtk-focus\:bg-serious-bold {
2345
+ &[data-focused] {
2346
+ background-color: var(--color-serious-bold);
2347
+ }
2348
+ }
2349
+ .dtk-focus\:fg-inverse-light {
2196
2350
  &[data-focused] {
2197
2351
  color: var(--color-inverse-light);
2198
2352
  --icon-color: var(--color-inverse-light);
2199
2353
  }
2200
2354
  }
2201
- .ai-focus\:\*\*\:data-\[slot\=description\]\:fg-inverse-light {
2355
+ .dtk-focus\:\*\*\:data-\[slot\=description\]\:fg-inverse-light {
2202
2356
  &[data-focused] {
2203
2357
  :is(& *) {
2204
2358
  &[data-slot="description"] {
@@ -2208,72 +2362,72 @@
2208
2362
  }
2209
2363
  }
2210
2364
  }
2211
- .ai-pressed\:bg-critical-hover {
2365
+ .dtk-pressed\:bg-critical-hover {
2212
2366
  &[data-pressed] {
2213
2367
  background-color: var(--color-critical-hover);
2214
2368
  }
2215
2369
  }
2216
- .ai-pressed\:bg-interactive-hover-dark {
2370
+ .dtk-pressed\:bg-interactive-hover-dark {
2217
2371
  &[data-pressed] {
2218
2372
  background-color: var(--color-interactive-hover-dark);
2219
2373
  }
2220
2374
  }
2221
- .ai-pressed\:bg-interactive-hover-light {
2375
+ .dtk-pressed\:bg-interactive-hover-light {
2222
2376
  &[data-pressed] {
2223
2377
  background-color: var(--color-interactive-hover-light);
2224
2378
  }
2225
2379
  }
2226
- .ai-pressed\:bg-serious-hover {
2380
+ .dtk-pressed\:bg-serious-hover {
2227
2381
  &[data-pressed] {
2228
2382
  background-color: var(--color-serious-hover);
2229
2383
  }
2230
2384
  }
2231
- .ai-pressed\:bg-transparent {
2385
+ .dtk-pressed\:bg-transparent {
2232
2386
  &[data-pressed] {
2233
2387
  background-color: transparent;
2234
2388
  }
2235
2389
  }
2236
- .ai-pressed\:outline-interactive-hover {
2390
+ .dtk-pressed\:outline-interactive-hover {
2237
2391
  &[data-pressed] {
2238
2392
  outline-color: var(--color-interactive-hover);
2239
2393
  }
2240
2394
  }
2241
- .ai-pressed\:icon-default-light {
2395
+ .dtk-pressed\:icon-default-light {
2242
2396
  &[data-pressed] {
2243
2397
  --icon-color: var(--color-default-light);
2244
2398
  }
2245
2399
  }
2246
- .ai-selected\:cursor-default {
2400
+ .dtk-selected\:cursor-default {
2247
2401
  &[data-selected] {
2248
2402
  cursor: default;
2249
2403
  }
2250
2404
  }
2251
- .ai-selected\:bg-highlight-subtle {
2405
+ .dtk-selected\:bg-highlight-subtle {
2252
2406
  &[data-selected] {
2253
2407
  background-color: var(--color-highlight-subtle);
2254
2408
  }
2255
2409
  }
2256
- .ai-selected\:bg-transparent {
2410
+ .dtk-selected\:bg-transparent {
2257
2411
  &[data-selected] {
2258
2412
  background-color: transparent;
2259
2413
  }
2260
2414
  }
2261
- .ai-selected\:outline-highlight {
2415
+ .dtk-selected\:outline-highlight {
2262
2416
  &[data-selected] {
2263
2417
  outline-color: var(--color-highlight);
2264
2418
  }
2265
2419
  }
2266
- .ai-selected\:outline-interactive-disabled {
2420
+ .dtk-selected\:outline-interactive-disabled {
2267
2421
  &[data-selected] {
2268
2422
  outline-color: var(--color-interactive-disabled);
2269
2423
  }
2270
2424
  }
2271
- .ai-selected\:icon-highlight {
2425
+ .dtk-selected\:icon-highlight {
2272
2426
  &[data-selected] {
2273
2427
  --icon-color: var(--color-highlight);
2274
2428
  }
2275
2429
  }
2276
- .ai-selected\:hover\:bg-highlight-subtle {
2430
+ .dtk-selected\:hover\:bg-highlight-subtle {
2277
2431
  &[data-selected] {
2278
2432
  &:hover {
2279
2433
  @media (hover: hover) {
@@ -2282,7 +2436,7 @@
2282
2436
  }
2283
2437
  }
2284
2438
  }
2285
- .ai-selected\:hover\:bg-transparent {
2439
+ .dtk-selected\:hover\:bg-transparent {
2286
2440
  &[data-selected] {
2287
2441
  &:hover {
2288
2442
  @media (hover: hover) {
@@ -2291,47 +2445,47 @@
2291
2445
  }
2292
2446
  }
2293
2447
  }
2294
- .ai-selected\:focus\:bg-highlight-subtle {
2448
+ .dtk-selected\:focus\:bg-highlight-subtle {
2295
2449
  &[data-selected] {
2296
2450
  &:focus {
2297
2451
  background-color: var(--color-highlight-subtle);
2298
2452
  }
2299
2453
  }
2300
2454
  }
2301
- .ai-selected\:focus\:bg-transparent {
2455
+ .dtk-selected\:focus\:bg-transparent {
2302
2456
  &[data-selected] {
2303
2457
  &:focus {
2304
2458
  background-color: transparent;
2305
2459
  }
2306
2460
  }
2307
2461
  }
2308
- .ai-disabled\:cursor-default {
2462
+ .dtk-disabled\:cursor-default {
2309
2463
  &[data-disabled] {
2310
2464
  cursor: default;
2311
2465
  }
2312
2466
  }
2313
- .ai-disabled\:cursor-not-allowed {
2467
+ .dtk-disabled\:cursor-not-allowed {
2314
2468
  &[data-disabled] {
2315
2469
  cursor: not-allowed;
2316
2470
  }
2317
2471
  }
2318
- .ai-disabled\:bg-transparent {
2472
+ .dtk-disabled\:bg-transparent {
2319
2473
  &[data-disabled] {
2320
2474
  background-color: transparent;
2321
2475
  }
2322
2476
  }
2323
- .ai-disabled\:fg-disabled {
2477
+ .dtk-disabled\:fg-disabled {
2324
2478
  &[data-disabled] {
2325
2479
  color: var(--color-disabled);
2326
2480
  --icon-color: var(--color-disabled);
2327
2481
  }
2328
2482
  }
2329
- .ai-disabled\:text-interactive-disabled {
2483
+ .dtk-disabled\:text-interactive-disabled {
2330
2484
  &[data-disabled] {
2331
2485
  color: var(--color-interactive-disabled);
2332
2486
  }
2333
2487
  }
2334
- .ai-disabled\:\*\*\:data-\[slot\=description\]\:fg-disabled {
2488
+ .dtk-disabled\:\*\*\:data-\[slot\=description\]\:fg-disabled {
2335
2489
  &[data-disabled] {
2336
2490
  :is(& *) {
2337
2491
  &[data-slot="description"] {
@@ -2341,6 +2495,11 @@
2341
2495
  }
2342
2496
  }
2343
2497
  }
2498
+ .\[\&_span\]\:pl-s {
2499
+ & span {
2500
+ padding-left: var(--spacing-s);
2501
+ }
2502
+ }
2344
2503
  .\[\&\:empty\]\:before\:content-\[\'CUI\'\] {
2345
2504
  &:empty {
2346
2505
  &::before {
@@ -2438,6 +2597,11 @@
2438
2597
  }
2439
2598
  }
2440
2599
  }
2600
+ .\[\&\:nth-child\(3n\)\]\:bg-default-dark {
2601
+ &:nth-child(3n) {
2602
+ background-color: var(--color-default-dark);
2603
+ }
2604
+ }
2441
2605
  .\[\&\>\*\]\:p-s {
2442
2606
  &>* {
2443
2607
  padding: var(--spacing-s);
@@ -2462,14 +2626,14 @@
2462
2626
  line-height: 0;
2463
2627
  }
2464
2628
  }
2465
- .ai-orientation-horizontal\:\[\&\>\*\]\:pr-s {
2629
+ .dtk-orientation-horizontal\:\[\&\>\*\]\:pr-s {
2466
2630
  &[data-orientation="horizontal"] {
2467
2631
  &>* {
2468
2632
  padding-right: var(--spacing-s);
2469
2633
  }
2470
2634
  }
2471
2635
  }
2472
- .ai-orientation-horizontal\:\[\&\>\*\]\:pl-s {
2636
+ .dtk-orientation-horizontal\:\[\&\>\*\]\:pl-s {
2473
2637
  &[data-orientation="horizontal"] {
2474
2638
  &>* {
2475
2639
  padding-left: var(--spacing-s);
@@ -2572,6 +2736,9 @@
2572
2736
  --button-xs-size: 10px;
2573
2737
  --button-xs-height: 12px;
2574
2738
  }
2739
+ body {
2740
+ font-family: var(--font-primary);
2741
+ }
2575
2742
  @layer components {
2576
2743
  .hide-cancel::-webkit-search-cancel-button {
2577
2744
  display: none;
@@ -2663,6 +2830,11 @@
2663
2830
  syntax: "*";
2664
2831
  inherits: false;
2665
2832
  }
2833
+ @property --tw-space-y-reverse {
2834
+ syntax: "*";
2835
+ inherits: false;
2836
+ initial-value: 0;
2837
+ }
2666
2838
  @property --tw-border-style {
2667
2839
  syntax: "*";
2668
2840
  inherits: false;
@@ -2823,6 +2995,7 @@
2823
2995
  --tw-rotate-z: initial;
2824
2996
  --tw-skew-x: initial;
2825
2997
  --tw-skew-y: initial;
2998
+ --tw-space-y-reverse: 0;
2826
2999
  --tw-border-style: solid;
2827
3000
  --tw-leading: initial;
2828
3001
  --tw-font-weight: initial;