@accelint/design-toolkit 1.0.1 → 2.1.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 (125) 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.d.ts +4 -4
  10. package/dist/components/avatar/index.js.map +1 -1
  11. package/dist/components/badge/index.d.ts +2 -2
  12. package/dist/components/badge/index.js.map +1 -1
  13. package/dist/components/box/index.d.ts +3 -3
  14. package/dist/components/box/index.js.map +1 -1
  15. package/dist/components/button/index.js +1 -1
  16. package/dist/components/button/index.js.map +1 -1
  17. package/dist/components/checkbox/index.d.ts +2 -2
  18. package/dist/components/checkbox/index.js +1 -1
  19. package/dist/components/checkbox/index.js.map +1 -1
  20. package/dist/components/chip/index.d.ts +2 -2
  21. package/dist/components/chip/index.js +1 -1
  22. package/dist/components/chip/index.js.map +1 -1
  23. package/dist/components/classification-badge/index.js.map +1 -1
  24. package/dist/components/classification-banner/index.js.map +1 -1
  25. package/dist/components/color-picker/index.d.ts +21 -0
  26. package/dist/components/color-picker/index.js +2 -0
  27. package/dist/components/color-picker/index.js.map +1 -0
  28. package/dist/components/combobox/index.d.ts +7 -16
  29. package/dist/components/combobox/index.js +1 -1
  30. package/dist/components/combobox/index.js.map +1 -1
  31. package/dist/components/date-field/index.d.ts +28 -0
  32. package/dist/components/date-field/index.js +2 -0
  33. package/dist/components/date-field/index.js.map +1 -0
  34. package/dist/components/dialog/index.d.ts +40 -0
  35. package/dist/components/dialog/index.js +2 -0
  36. package/dist/components/dialog/index.js.map +1 -0
  37. package/dist/components/floating-button/index.js.map +1 -1
  38. package/dist/components/icon/index.d.ts +15 -15
  39. package/dist/components/icon/index.js +1 -1
  40. package/dist/components/icon/index.js.map +1 -1
  41. package/dist/components/icon/styles.d.ts +34 -0
  42. package/dist/components/icon/styles.js +2 -0
  43. package/dist/components/icon/styles.js.map +1 -0
  44. package/dist/components/icon/types.d.ts +10 -0
  45. package/dist/components/icon/types.js +2 -0
  46. package/dist/components/icon/types.js.map +1 -0
  47. package/dist/components/icon-button/index.js +1 -1
  48. package/dist/components/icon-button/index.js.map +1 -1
  49. package/dist/components/label/index.js.map +1 -1
  50. package/dist/components/options/index.d.ts +32 -0
  51. package/dist/components/options/index.js +2 -0
  52. package/dist/components/options/index.js.map +1 -0
  53. package/dist/components/options-item/index.d.ts +30 -0
  54. package/dist/components/options-item/index.js +2 -0
  55. package/dist/components/options-item/index.js.map +1 -0
  56. package/dist/components/query-builder/action-element.d.ts +6 -0
  57. package/dist/components/query-builder/action-element.js +2 -0
  58. package/dist/components/query-builder/action-element.js.map +1 -0
  59. package/dist/components/query-builder/constants.d.ts +3 -0
  60. package/dist/components/query-builder/constants.js +2 -0
  61. package/dist/components/query-builder/constants.js.map +1 -0
  62. package/dist/components/query-builder/example-configuration.d.ts +30 -0
  63. package/dist/components/query-builder/example-configuration.js +2 -0
  64. package/dist/components/query-builder/example-configuration.js.map +1 -0
  65. package/dist/components/query-builder/group.d.ts +8 -0
  66. package/dist/components/query-builder/group.js +2 -0
  67. package/dist/components/query-builder/group.js.map +1 -0
  68. package/dist/components/query-builder/index.d.ts +44 -0
  69. package/dist/components/query-builder/index.js +2 -0
  70. package/dist/components/query-builder/index.js.map +1 -0
  71. package/dist/components/query-builder/rule.d.ts +6 -0
  72. package/dist/components/query-builder/rule.js +2 -0
  73. package/dist/components/query-builder/rule.js.map +1 -0
  74. package/dist/components/query-builder/utils.d.ts +14 -0
  75. package/dist/components/query-builder/utils.js +2 -0
  76. package/dist/components/query-builder/utils.js.map +1 -0
  77. package/dist/components/query-builder/value-editor.d.ts +6 -0
  78. package/dist/components/query-builder/value-editor.js +2 -0
  79. package/dist/components/query-builder/value-editor.js.map +1 -0
  80. package/dist/components/query-builder/value-selector.d.ts +6 -0
  81. package/dist/components/query-builder/value-selector.js +2 -0
  82. package/dist/components/query-builder/value-selector.js.map +1 -0
  83. package/dist/components/radio/index.d.ts +2 -2
  84. package/dist/components/radio/index.js +1 -1
  85. package/dist/components/radio/index.js.map +1 -1
  86. package/dist/components/search-field/index.d.ts +19 -0
  87. package/dist/components/search-field/index.js +2 -0
  88. package/dist/components/search-field/index.js.map +1 -0
  89. package/dist/components/slider/index.d.ts +23 -0
  90. package/dist/components/slider/index.js +2 -0
  91. package/dist/components/slider/index.js.map +1 -0
  92. package/dist/components/switch/index.d.ts +1 -1
  93. package/dist/components/switch/index.js +1 -1
  94. package/dist/components/switch/index.js.map +1 -1
  95. package/dist/components/tabs/index.d.ts +33 -0
  96. package/dist/components/tabs/index.js +2 -0
  97. package/dist/components/tabs/index.js.map +1 -0
  98. package/dist/components/text-area/index.js +1 -1
  99. package/dist/components/text-area/index.js.map +1 -1
  100. package/dist/components/text-field/index.js +1 -1
  101. package/dist/components/text-field/index.js.map +1 -1
  102. package/dist/components/toggle-icon-button/index.js +1 -1
  103. package/dist/components/toggle-icon-button/index.js.map +1 -1
  104. package/dist/components/tooltip/index.d.ts +2 -2
  105. package/dist/components/tooltip/index.js +1 -1
  106. package/dist/components/tooltip/index.js.map +1 -1
  107. package/dist/icons/catalog.js.map +1 -1
  108. package/dist/index.css +60 -6
  109. package/dist/index.d.ts +28 -6
  110. package/dist/index.js +1 -1
  111. package/dist/lib/react.d.ts +15 -3
  112. package/dist/lib/react.js +4 -1
  113. package/dist/lib/react.js.map +1 -1
  114. package/dist/lib/types.d.ts +29 -0
  115. package/dist/lib/types.js +2 -0
  116. package/dist/lib/types.js.map +1 -0
  117. package/dist/lib/utils.d.ts +15 -1
  118. package/dist/lib/utils.js +1 -1
  119. package/dist/lib/utils.js.map +1 -1
  120. package/dist/metafile-esm.json +1 -1
  121. package/dist/styles.css +715 -129
  122. package/package.json +28 -9
  123. package/dist/types/types.d.ts +0 -11
  124. /package/dist/{types → components/accordion}/types.js +0 -0
  125. /package/dist/{types → components/accordion}/types.js.map +0 -0
package/dist/styles.css CHANGED
@@ -99,10 +99,10 @@
99
99
  @layer theme, base, components, utilities;
100
100
  @layer theme {
101
101
  :root, :host {
102
+ --font-weight-light: 300;
102
103
  --font-weight-normal: 400;
103
104
  --font-weight-medium: 500;
104
- --default-transition-duration: 150ms;
105
- --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
105
+ --animate-spin: spin 1s linear infinite;
106
106
  --font-primary: "Roboto Flex", sans-serif;
107
107
  --font-display: "Roboto Mono", monospace;
108
108
  --color-surface-default: var(--neutral-10, #0b0b0b);
@@ -169,6 +169,10 @@
169
169
  --spacing-xl: 24px;
170
170
  --spacing-xxl: 40px;
171
171
  --spacing-oversized: 80px;
172
+ --icon-size-l: var(--spacing-xl);
173
+ --icon-size-m: 20px;
174
+ --icon-size-s: var(--spacing-l);
175
+ --icon-size-xs: var(--spacing-m);
172
176
  }
173
177
  }
174
178
  @layer base {
@@ -326,15 +330,36 @@
326
330
  .absolute {
327
331
  position: absolute;
328
332
  }
333
+ .fixed {
334
+ position: fixed;
335
+ }
329
336
  .relative {
330
337
  position: relative;
331
338
  }
332
339
  .\[inset\:var\(--badge-inset\,initial\)\] {
333
340
  inset: var(--badge-inset,initial);
334
341
  }
342
+ .inset-0 {
343
+ inset: var(--spacing-0);
344
+ }
345
+ .top-1\/2 {
346
+ top: calc(1/2 * 100%);
347
+ }
348
+ .top-\[6px\] {
349
+ top: 6px;
350
+ }
351
+ .top-\[8px\] {
352
+ top: 8px;
353
+ }
354
+ .top-\[50\%\] {
355
+ top: 50%;
356
+ }
335
357
  .right-\[5px\] {
336
358
  right: 5px;
337
359
  }
360
+ .right-\[8px\] {
361
+ right: 8px;
362
+ }
338
363
  .right-\[20px\] {
339
364
  right: 20px;
340
365
  }
@@ -344,12 +369,66 @@
344
369
  .bottom-\[20px\] {
345
370
  bottom: 20px;
346
371
  }
372
+ .left-1\/2 {
373
+ left: calc(1/2 * 100%);
374
+ }
375
+ .left-\[7px\] {
376
+ left: 7px;
377
+ }
378
+ .left-\[50\%\] {
379
+ left: 50%;
380
+ }
381
+ .left-s {
382
+ left: var(--spacing-s);
383
+ }
384
+ .order-1 {
385
+ order: 1;
386
+ }
387
+ .order-2 {
388
+ order: 2;
389
+ }
390
+ .order-3 {
391
+ order: 3;
392
+ }
393
+ .order-4 {
394
+ order: 4;
395
+ }
396
+ .order-5 {
397
+ order: 5;
398
+ }
347
399
  .col-span-2 {
348
400
  grid-column: span 2 / span 2;
349
401
  }
402
+ .col-span-3 {
403
+ grid-column: span 3 / span 3;
404
+ }
405
+ .col-span-full {
406
+ grid-column: 1 / -1;
407
+ }
408
+ .col-start-1 {
409
+ grid-column-start: 1;
410
+ }
350
411
  .col-start-2 {
351
412
  grid-column-start: 2;
352
413
  }
414
+ .col-start-3 {
415
+ grid-column-start: 3;
416
+ }
417
+ .row-span-3 {
418
+ grid-row: span 3 / span 3;
419
+ }
420
+ .row-start-1 {
421
+ grid-row-start: 1;
422
+ }
423
+ .row-start-2 {
424
+ grid-row-start: 2;
425
+ }
426
+ .row-start-3 {
427
+ grid-row-start: 3;
428
+ }
429
+ .row-start-4 {
430
+ grid-row-start: 4;
431
+ }
353
432
  .container {
354
433
  width: 100%;
355
434
  @media (width >= 40rem) {
@@ -374,6 +453,9 @@
374
453
  .my-s {
375
454
  margin-block: var(--spacing-s);
376
455
  }
456
+ .mt-l {
457
+ margin-top: var(--spacing-l);
458
+ }
377
459
  .mt-oversized {
378
460
  margin-top: var(--spacing-oversized);
379
461
  }
@@ -383,11 +465,11 @@
383
465
  .mt-xl {
384
466
  margin-top: var(--spacing-xl);
385
467
  }
386
- .mr-xs {
387
- margin-right: var(--spacing-xs);
468
+ .mb-m {
469
+ margin-bottom: var(--spacing-m);
388
470
  }
389
- .ml-auto {
390
- margin-left: auto;
471
+ .mb-s {
472
+ margin-bottom: var(--spacing-s);
391
473
  }
392
474
  .block {
393
475
  display: block;
@@ -401,12 +483,18 @@
401
483
  .hidden {
402
484
  display: none;
403
485
  }
486
+ .inline {
487
+ display: inline;
488
+ }
404
489
  .inline-block {
405
490
  display: inline-block;
406
491
  }
407
492
  .inline-flex {
408
493
  display: inline-flex;
409
494
  }
495
+ .table {
496
+ display: table;
497
+ }
410
498
  .size-\[20px\] {
411
499
  width: 20px;
412
500
  height: 20px;
@@ -419,6 +507,10 @@
419
507
  width: 32px;
420
508
  height: 32px;
421
509
  }
510
+ .size-\[400px\] {
511
+ width: 400px;
512
+ height: 400px;
513
+ }
422
514
  .size-full {
423
515
  width: 100%;
424
516
  height: 100%;
@@ -455,8 +547,8 @@
455
547
  width: var(--spacing-xxs);
456
548
  height: var(--spacing-xxs);
457
549
  }
458
- .\[height\:var\(--icon-size\)\] {
459
- height: var(--icon-size);
550
+ .h-\[16px\] {
551
+ height: 16px;
460
552
  }
461
553
  .h-\[40px\] {
462
554
  height: 40px;
@@ -464,24 +556,33 @@
464
556
  .h-\[90px\] {
465
557
  height: 90px;
466
558
  }
467
- .h-\[var\(--icon-size\,12px\)\] {
468
- height: var(--icon-size,12px);
559
+ .h-\[600px\] {
560
+ height: 600px;
469
561
  }
470
- .h-\[var\(--icon-size\,16px\)\] {
471
- height: var(--icon-size,16px);
562
+ .h-\[800px\] {
563
+ height: 800px;
472
564
  }
473
- .h-\[var\(--icon-size\,20px\)\] {
474
- height: var(--icon-size,20px);
565
+ .h-\[var\(--icon-size\,var\(--icon-size-m\)\)\] {
566
+ height: var(--icon-size,var(--icon-size-m));
475
567
  }
476
- .h-\[var\(--icon-size\,24px\)\] {
477
- height: var(--icon-size,24px);
568
+ .h-full {
569
+ height: 100%;
478
570
  }
479
571
  .h-l {
480
572
  height: var(--spacing-l);
481
573
  }
574
+ .h-m {
575
+ height: var(--spacing-m);
576
+ }
577
+ .h-s {
578
+ height: var(--spacing-s);
579
+ }
482
580
  .h-xl {
483
581
  height: var(--spacing-xl);
484
582
  }
583
+ .h-xxs {
584
+ height: var(--spacing-xxs);
585
+ }
485
586
  .max-h-\[200px\] {
486
587
  max-height: 200px;
487
588
  }
@@ -497,21 +598,30 @@
497
598
  .min-h-xxl {
498
599
  min-height: var(--spacing-xxl);
499
600
  }
500
- .\[width\:var\(--icon-size\)\] {
501
- width: var(--icon-size);
502
- }
503
601
  .w-\(--trigger-width\) {
504
602
  width: var(--trigger-width);
505
603
  }
506
604
  .w-\(--trigger-width\) {
507
605
  width: var(--trigger-width);
508
606
  }
607
+ .w-\[16px\] {
608
+ width: 16px;
609
+ }
610
+ .w-\[16px\] {
611
+ width: 16px;
612
+ }
509
613
  .w-\[32px\] {
510
614
  width: 32px;
511
615
  }
512
616
  .w-\[32px\] {
513
617
  width: 32px;
514
618
  }
619
+ .w-\[50px\] {
620
+ width: 50px;
621
+ }
622
+ .w-\[50px\] {
623
+ width: 50px;
624
+ }
515
625
  .w-\[80px\] {
516
626
  width: 80px;
517
627
  }
@@ -530,66 +640,134 @@
530
640
  .w-\[120px\] {
531
641
  width: 120px;
532
642
  }
643
+ .w-\[200px\] {
644
+ width: 200px;
645
+ }
646
+ .w-\[200px\] {
647
+ width: 200px;
648
+ }
533
649
  .w-\[280px\] {
534
650
  width: 280px;
535
651
  }
536
652
  .w-\[280px\] {
537
653
  width: 280px;
538
654
  }
539
- .w-\[size\] {
540
- width: size;
655
+ .w-\[300px\] {
656
+ width: 300px;
541
657
  }
542
- .w-\[size\] {
543
- width: size;
658
+ .w-\[300px\] {
659
+ width: 300px;
544
660
  }
545
- .w-\[var\(--icon-size\,12px\)\] {
546
- width: var(--icon-size,12px);
661
+ .w-\[500px\] {
662
+ width: 500px;
547
663
  }
548
- .w-\[var\(--icon-size\,12px\)\] {
549
- width: var(--icon-size,12px);
664
+ .w-\[500px\] {
665
+ width: 500px;
550
666
  }
551
- .w-\[var\(--icon-size\,16px\)\] {
552
- width: var(--icon-size,16px);
667
+ .w-\[600px\] {
668
+ width: 600px;
553
669
  }
554
- .w-\[var\(--icon-size\,16px\)\] {
555
- width: var(--icon-size,16px);
670
+ .w-\[600px\] {
671
+ width: 600px;
556
672
  }
557
- .w-\[var\(--icon-size\,20px\)\] {
558
- width: var(--icon-size,20px);
673
+ .w-\[960px\] {
674
+ width: 960px;
559
675
  }
560
- .w-\[var\(--icon-size\,20px\)\] {
561
- width: var(--icon-size,20px);
676
+ .w-\[960px\] {
677
+ width: 960px;
562
678
  }
563
- .w-\[var\(--icon-size\,24px\)\] {
564
- width: var(--icon-size,24px);
679
+ .w-\[size\] {
680
+ width: size;
681
+ }
682
+ .w-\[size\] {
683
+ width: size;
565
684
  }
566
- .w-\[var\(--icon-size\,24px\)\] {
567
- width: var(--icon-size,24px);
685
+ .w-\[var\(--icon-size\,var\(--icon-size-m\)\)\] {
686
+ width: var(--icon-size,var(--icon-size-m));
687
+ }
688
+ .w-\[var\(--icon-size\,var\(--icon-size-m\)\)\] {
689
+ width: var(--icon-size,var(--icon-size-m));
568
690
  }
569
691
  .w-content {
570
692
  width: fit-content;
571
693
  }
694
+ .w-fit {
695
+ width: fit-content;
696
+ }
572
697
  .w-full {
573
698
  width: 100%;
574
699
  }
700
+ .w-m {
701
+ width: var(--spacing-m);
702
+ }
703
+ .w-s {
704
+ width: var(--spacing-s);
705
+ }
575
706
  .w-xl {
576
707
  width: var(--spacing-xl);
577
708
  }
709
+ .w-xxs {
710
+ width: var(--spacing-xxs);
711
+ }
578
712
  .max-w-\[160px\] {
579
713
  max-width: 160px;
580
714
  }
715
+ .max-w-\[280px\] {
716
+ max-width: 280px;
717
+ }
718
+ .max-w-\[720px\] {
719
+ max-width: 720px;
720
+ }
721
+ .min-w-0 {
722
+ min-width: var(--spacing-0);
723
+ }
724
+ .min-w-\[280px\] {
725
+ min-width: 280px;
726
+ }
727
+ .min-w-\[320px\] {
728
+ min-width: 320px;
729
+ }
581
730
  .min-w-l {
582
731
  min-width: var(--spacing-l);
583
732
  }
733
+ .flex-auto {
734
+ flex: auto;
735
+ }
584
736
  .flex-none {
585
737
  flex: none;
586
738
  }
739
+ .grow {
740
+ flex-grow: 1;
741
+ }
742
+ .translate-x-\[40\%\] {
743
+ --tw-translate-x: 40%;
744
+ translate: var(--tw-translate-x) var(--tw-translate-y);
745
+ }
746
+ .-translate-y-1\/2 {
747
+ --tw-translate-y: calc(calc(1/2 * 100%) * -1);
748
+ translate: var(--tw-translate-x) var(--tw-translate-y);
749
+ }
750
+ .translate-y-1\/2 {
751
+ --tw-translate-y: calc(1/2 * 100%);
752
+ translate: var(--tw-translate-x) var(--tw-translate-y);
753
+ }
754
+ .translate-y-\[50\%\] {
755
+ --tw-translate-y: 50%;
756
+ translate: var(--tw-translate-x) var(--tw-translate-y);
757
+ }
758
+ .scale-x-\[-1\] {
759
+ --tw-scale-x: -1;
760
+ scale: var(--tw-scale-x) var(--tw-scale-y);
761
+ }
587
762
  .rotate-180 {
588
763
  rotate: 180deg;
589
764
  }
590
765
  .transform {
591
766
  transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
592
767
  }
768
+ .animate-spin {
769
+ animation: var(--animate-spin);
770
+ }
593
771
  .cursor-crosshair {
594
772
  cursor: crosshair;
595
773
  }
@@ -611,15 +789,39 @@
611
789
  .grid-cols-3 {
612
790
  grid-template-columns: repeat(3, minmax(0, 1fr));
613
791
  }
792
+ .grid-cols-\[10px_minmax\(100px\,_1fr\)_min-content\] {
793
+ grid-template-columns: 10px minmax(100px, 1fr) min-content;
794
+ }
614
795
  .grid-cols-\[auto_1fr\] {
615
796
  grid-template-columns: auto 1fr;
616
797
  }
617
- .grid-cols-subgrid {
618
- grid-template-columns: subgrid;
798
+ .grid-cols-\[auto_1fr_auto\] {
799
+ grid-template-columns: auto 1fr auto;
800
+ }
801
+ .grid-cols-\[auto_auto_1fr_auto_auto\] {
802
+ grid-template-columns: auto auto 1fr auto auto;
803
+ }
804
+ .grid-cols-\[auto_auto_auto\] {
805
+ grid-template-columns: auto auto auto;
806
+ }
807
+ .grid-cols-\[minmax\(100px\,_1fr\)_min-content\] {
808
+ grid-template-columns: minmax(100px, 1fr) min-content;
809
+ }
810
+ .grid-rows-1 {
811
+ grid-template-rows: repeat(1, minmax(0, 1fr));
812
+ }
813
+ .grid-rows-\[auto_auto_1fr_auto\] {
814
+ grid-template-rows: auto auto 1fr auto;
815
+ }
816
+ .grid-rows-\[auto_auto_auto\] {
817
+ grid-template-rows: auto auto auto;
619
818
  }
620
819
  .flex-col {
621
820
  flex-direction: column;
622
821
  }
822
+ .flex-col-reverse {
823
+ flex-direction: column-reverse;
824
+ }
623
825
  .flex-row {
624
826
  flex-direction: row;
625
827
  }
@@ -659,6 +861,12 @@
659
861
  .justify-start {
660
862
  justify-content: flex-start;
661
863
  }
864
+ .gap-\(--spacing-xxl\) {
865
+ gap: var(--spacing-xxl);
866
+ }
867
+ .gap-\[11px\] {
868
+ gap: 11px;
869
+ }
662
870
  .gap-l {
663
871
  gap: var(--spacing-l);
664
872
  }
@@ -674,6 +882,9 @@
674
882
  .gap-xs {
675
883
  gap: var(--spacing-xs);
676
884
  }
885
+ .gap-xxl {
886
+ gap: var(--spacing-xxl);
887
+ }
677
888
  .gap-xxs {
678
889
  gap: var(--spacing-xxs);
679
890
  }
@@ -683,6 +894,9 @@
683
894
  .gap-x-oversized {
684
895
  column-gap: var(--spacing-oversized);
685
896
  }
897
+ .gap-x-s {
898
+ column-gap: var(--spacing-s);
899
+ }
686
900
  .gap-x-xxl {
687
901
  column-gap: var(--spacing-xxl);
688
902
  }
@@ -695,6 +909,20 @@
695
909
  .gap-y-xxl {
696
910
  row-gap: var(--spacing-xxl);
697
911
  }
912
+ .self-end {
913
+ align-self: flex-end;
914
+ }
915
+ .justify-self-center {
916
+ justify-self: center;
917
+ }
918
+ .justify-self-end {
919
+ justify-self: flex-end;
920
+ }
921
+ .truncate {
922
+ overflow: hidden;
923
+ text-overflow: ellipsis;
924
+ white-space: nowrap;
925
+ }
698
926
  .overflow-hidden {
699
927
  overflow: hidden;
700
928
  }
@@ -725,6 +953,22 @@
725
953
  .rounded-small {
726
954
  border-radius: var(--radius-small);
727
955
  }
956
+ .rounded-t-large {
957
+ border-top-left-radius: var(--radius-large);
958
+ border-top-right-radius: var(--radius-large);
959
+ }
960
+ .rounded-l-large {
961
+ border-top-left-radius: var(--radius-large);
962
+ border-bottom-left-radius: var(--radius-large);
963
+ }
964
+ .rounded-r-large {
965
+ border-top-right-radius: var(--radius-large);
966
+ border-bottom-right-radius: var(--radius-large);
967
+ }
968
+ .rounded-b-large {
969
+ border-bottom-right-radius: var(--radius-large);
970
+ border-bottom-left-radius: var(--radius-large);
971
+ }
728
972
  .border {
729
973
  border-style: var(--tw-border-style);
730
974
  border-width: 1px;
@@ -745,6 +989,9 @@
745
989
  .border-default-dark {
746
990
  border-color: var(--color-default-dark);
747
991
  }
992
+ .border-default-light {
993
+ border-color: var(--color-default-light);
994
+ }
748
995
  .border-highlight {
749
996
  border-color: var(--color-highlight);
750
997
  }
@@ -772,6 +1019,9 @@
772
1019
  .border-static-light {
773
1020
  border-color: var(--color-static-light);
774
1021
  }
1022
+ .border-transparent {
1023
+ border-color: transparent;
1024
+ }
775
1025
  .bg-\[\#E8178A\]\/40 {
776
1026
  background-color: color-mix(in oklab, #E8178A 40%, transparent);
777
1027
  }
@@ -826,6 +1076,12 @@
826
1076
  .bg-default-light {
827
1077
  background-color: var(--color-default-light);
828
1078
  }
1079
+ .bg-default-light\/40 {
1080
+ background-color: var(--color-default-light);
1081
+ @supports (color: color-mix(in lab, red, red)) {
1082
+ background-color: color-mix(in oklab, var(--color-default-light) 40%, transparent);
1083
+ }
1084
+ }
829
1085
  .bg-disabled {
830
1086
  background-color: var(--color-disabled);
831
1087
  }
@@ -922,6 +1178,9 @@
922
1178
  .p-0 {
923
1179
  padding: var(--spacing-0);
924
1180
  }
1181
+ .p-l {
1182
+ padding: var(--spacing-l);
1183
+ }
925
1184
  .p-m {
926
1185
  padding: var(--spacing-m);
927
1186
  }
@@ -931,6 +1190,9 @@
931
1190
  .p-s {
932
1191
  padding: var(--spacing-s);
933
1192
  }
1193
+ .p-xl {
1194
+ padding: var(--spacing-xl);
1195
+ }
934
1196
  .p-xs {
935
1197
  padding: var(--spacing-xs);
936
1198
  }
@@ -949,21 +1211,39 @@
949
1211
  .py-xs {
950
1212
  padding-block: var(--spacing-xs);
951
1213
  }
1214
+ .pt-s {
1215
+ padding-top: var(--spacing-s);
1216
+ }
1217
+ .pt-xs {
1218
+ padding-top: var(--spacing-xs);
1219
+ }
1220
+ .pr-\[30px\] {
1221
+ padding-right: 30px;
1222
+ }
952
1223
  .pr-\[32px\] {
953
1224
  padding-right: 32px;
954
1225
  }
955
1226
  .pr-xl {
956
1227
  padding-right: var(--spacing-xl);
957
1228
  }
1229
+ .pb-s {
1230
+ padding-bottom: var(--spacing-s);
1231
+ }
1232
+ .pb-xs {
1233
+ padding-bottom: var(--spacing-xs);
1234
+ }
1235
+ .pl-\[32px\] {
1236
+ padding-left: 32px;
1237
+ }
1238
+ .pl-\[35px\] {
1239
+ padding-left: 35px;
1240
+ }
958
1241
  .pl-m {
959
1242
  padding-left: var(--spacing-m);
960
1243
  }
961
1244
  .pl-s {
962
1245
  padding-left: var(--spacing-s);
963
1246
  }
964
- .pl-xs {
965
- padding-left: var(--spacing-xs);
966
- }
967
1247
  .text-center {
968
1248
  text-align: center;
969
1249
  }
@@ -1080,6 +1360,10 @@
1080
1360
  --tw-leading: 64px;
1081
1361
  line-height: 64px;
1082
1362
  }
1363
+ .font-light {
1364
+ --tw-font-weight: var(--font-weight-light);
1365
+ font-weight: var(--font-weight-light);
1366
+ }
1083
1367
  .font-medium {
1084
1368
  --tw-font-weight: var(--font-weight-medium);
1085
1369
  font-weight: var(--font-weight-medium);
@@ -1130,6 +1414,10 @@
1130
1414
  color: var(--color-interactive-default);
1131
1415
  --icon-color: var(--color-interactive-default);
1132
1416
  }
1417
+ .fg-interactive-hover {
1418
+ color: var(--color-interactive-hover);
1419
+ --icon-color: var(--color-interactive-hover);
1420
+ }
1133
1421
  .fg-interactive-hover-light {
1134
1422
  color: var(--color-interactive-hover-light);
1135
1423
  --icon-color: var(--color-interactive-hover-light);
@@ -1207,6 +1495,9 @@
1207
1495
  outline-style: var(--tw-outline-style);
1208
1496
  outline-width: 1px;
1209
1497
  }
1498
+ .outline-offset-1 {
1499
+ outline-offset: 1px;
1500
+ }
1210
1501
  .outline-advisory-bold {
1211
1502
  outline-color: var(--color-advisory-bold);
1212
1503
  }
@@ -1216,6 +1507,12 @@
1216
1507
  .outline-highlight {
1217
1508
  outline-color: var(--color-highlight);
1218
1509
  }
1510
+ .outline-highlight-bold\/40 {
1511
+ outline-color: var(--color-highlight-bold);
1512
+ @supports (color: color-mix(in lab, red, red)) {
1513
+ outline-color: color-mix(in oklab, var(--color-highlight-bold) 40%, transparent);
1514
+ }
1515
+ }
1219
1516
  .outline-info-bold {
1220
1517
  outline-color: var(--color-info-bold);
1221
1518
  }
@@ -1237,17 +1534,15 @@
1237
1534
  .outline-serious {
1238
1535
  outline-color: var(--color-serious);
1239
1536
  }
1537
+ .outline-static-dark {
1538
+ outline-color: var(--color-static-dark);
1539
+ }
1240
1540
  .outline-static-light {
1241
1541
  outline-color: var(--color-static-light);
1242
1542
  }
1243
1543
  .filter {
1244
1544
  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,);
1245
1545
  }
1246
- .transition-all {
1247
- transition-property: all;
1248
- transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1249
- transition-duration: var(--tw-duration, var(--default-transition-duration));
1250
- }
1251
1546
  .outline-none {
1252
1547
  --tw-outline-style: none;
1253
1548
  outline-style: none;
@@ -1277,12 +1572,33 @@
1277
1572
  .\[--icon-size\:24px\] {
1278
1573
  --icon-size: 24px;
1279
1574
  }
1575
+ .\[--icon-size\:var\(--icon-size-l\)\] {
1576
+ --icon-size: var(--icon-size-l);
1577
+ }
1578
+ .\[--icon-size\:var\(--icon-size-m\)\] {
1579
+ --icon-size: var(--icon-size-m);
1580
+ }
1581
+ .\[--icon-size\:var\(--icon-size-s\)\] {
1582
+ --icon-size: var(--icon-size-s);
1583
+ }
1584
+ .\[--icon-size\:var\(--icon-size-xs\)\] {
1585
+ --icon-size: var(--icon-size-xs);
1586
+ }
1280
1587
  .\[--icon-size\:var\(--spacing-l\)\] {
1281
1588
  --icon-size: var(--spacing-l);
1282
1589
  }
1283
1590
  .\[--icon-size\:var\(--spacing-xl\)\] {
1284
1591
  --icon-size: var(--spacing-xl);
1285
1592
  }
1593
+ .\[--my-font-size\:12px\] {
1594
+ --my-font-size: 12px;
1595
+ }
1596
+ .\[--my-font-size\:var\(--body-m-size\)\] {
1597
+ --my-font-size: var(--body-m-size);
1598
+ }
1599
+ .\[background\:--color-default-light\] {
1600
+ background: --color-default-light;
1601
+ }
1286
1602
  .icon-default-dark {
1287
1603
  --icon-color: var(--color-default-dark);
1288
1604
  }
@@ -1295,29 +1611,17 @@
1295
1611
  .icon-inverse-light {
1296
1612
  --icon-color: var(--color-inverse-light);
1297
1613
  }
1298
- .icon-size-\[15px\] {
1299
- --icon-size: 15px;
1300
- }
1301
- .icon-size-l {
1302
- --icon-size: var(--spacing-l);
1303
- }
1304
- .icon-size-m {
1305
- --icon-size: var(--spacing-m);
1306
- }
1307
- .icon-size-xl {
1308
- --icon-size: var(--spacing-xl);
1309
- }
1310
- .not-ai-selected\:cursor-not-allowed {
1614
+ .not-dtk-selected\:cursor-not-allowed {
1311
1615
  &:not(*[data-selected]) {
1312
1616
  cursor: not-allowed;
1313
1617
  }
1314
1618
  }
1315
- .not-ai-selected\:bg-interactive-disabled {
1619
+ .not-dtk-selected\:bg-interactive-disabled {
1316
1620
  &:not(*[data-selected]) {
1317
1621
  background-color: var(--color-interactive-disabled);
1318
1622
  }
1319
1623
  }
1320
- .not-ai-selected\:icon-disabled {
1624
+ .not-dtk-selected\:icon-disabled {
1321
1625
  &:not(*[data-selected]) {
1322
1626
  --icon-color: var(--color-disabled);
1323
1627
  }
@@ -1384,17 +1688,101 @@
1384
1688
  --icon-color: var(--color-default-light);
1385
1689
  }
1386
1690
  }
1387
- .group-ai-expanded\:rotate-180 {
1691
+ .group-dtk-orientation-horizontal\:rounded-small {
1692
+ &:is(:where(.group)[data-orientation="horizontal"] *) {
1693
+ border-radius: var(--radius-small);
1694
+ }
1695
+ }
1696
+ .group-dtk-orientation-horizontal\:rounded-b-none {
1697
+ &:is(:where(.group)[data-orientation="horizontal"] *) {
1698
+ border-bottom-right-radius: 0;
1699
+ border-bottom-left-radius: 0;
1700
+ }
1701
+ }
1702
+ .group-dtk-orientation-horizontal\:rounded-b-none {
1703
+ &:is(:where(.group)[data-orientation="horizontal"] *) {
1704
+ border-bottom-right-radius: var(--radius-none);
1705
+ border-bottom-left-radius: var(--radius-none);
1706
+ }
1707
+ }
1708
+ .group-dtk-orientation-horizontal\:border-b {
1709
+ &:is(:where(.group)[data-orientation="horizontal"] *) {
1710
+ border-bottom-style: var(--tw-border-style);
1711
+ border-bottom-width: 1px;
1712
+ }
1713
+ }
1714
+ .group-dtk-orientation-horizontal\:border-highlight {
1715
+ &:is(:where(.group)[data-orientation="horizontal"] *) {
1716
+ border-color: var(--color-highlight);
1717
+ }
1718
+ }
1719
+ .group-dtk-orientation-horizontal\:border-interactive-disabled {
1720
+ &:is(:where(.group)[data-orientation="horizontal"] *) {
1721
+ border-color: var(--color-interactive-disabled);
1722
+ }
1723
+ }
1724
+ .group-dtk-orientation-horizontal\:border-interactive-hover {
1725
+ &:is(:where(.group)[data-orientation="horizontal"] *) {
1726
+ border-color: var(--color-interactive-hover);
1727
+ }
1728
+ }
1729
+ .group-dtk-orientation-horizontal\:border-static-light {
1730
+ &:is(:where(.group)[data-orientation="horizontal"] *) {
1731
+ border-color: var(--color-static-light);
1732
+ }
1733
+ }
1734
+ .group-dtk-orientation-horizontal\:pl-0 {
1735
+ &:is(:where(.group)[data-orientation="horizontal"] *) {
1736
+ padding-left: var(--spacing-0);
1737
+ }
1738
+ }
1739
+ .group-dtk-orientation-vertical\:border {
1740
+ &:is(:where(.group)[data-orientation="vertical"] *) {
1741
+ border-style: var(--tw-border-style);
1742
+ border-width: 1px;
1743
+ }
1744
+ }
1745
+ .group-dtk-orientation-vertical\:border-interactive-hover {
1746
+ &:is(:where(.group)[data-orientation="vertical"] *) {
1747
+ border-color: var(--color-interactive-hover);
1748
+ }
1749
+ }
1750
+ .group-dtk-orientation-vertical\:border-transparent {
1751
+ &:is(:where(.group)[data-orientation="vertical"] *) {
1752
+ border-color: transparent;
1753
+ }
1754
+ }
1755
+ .group-dtk-orientation-vertical\:pt-0 {
1756
+ &:is(:where(.group)[data-orientation="vertical"] *) {
1757
+ padding-top: var(--spacing-0);
1758
+ }
1759
+ }
1760
+ .group-dtk-expanded\:rotate-180 {
1388
1761
  &:is(:where(.group)[data-expanded] *) {
1389
1762
  rotate: 180deg;
1390
1763
  }
1391
1764
  }
1392
- .group-ai-disabled\:bg-interactive-disabled {
1765
+ .group-dtk-empty\:hidden {
1766
+ &:is(:where(.group)[data-empty] *) {
1767
+ display: none;
1768
+ }
1769
+ }
1770
+ .group-dtk-selected\:rotate-180 {
1771
+ &:is(:where(.group)[data-selected] *) {
1772
+ rotate: 180deg;
1773
+ }
1774
+ }
1775
+ .group-dtk-disabled\:hidden {
1776
+ &:is(:where(.group)[data-disabled] *) {
1777
+ display: none;
1778
+ }
1779
+ }
1780
+ .group-dtk-disabled\:bg-interactive-disabled {
1393
1781
  &:is(:where(.group)[data-disabled] *) {
1394
1782
  background-color: var(--color-interactive-disabled);
1395
1783
  }
1396
1784
  }
1397
- .group-ai-disabled\:outline-interactive-disabled {
1785
+ .group-dtk-disabled\:outline-interactive-disabled {
1398
1786
  &:is(:where(.group)[data-disabled] *) {
1399
1787
  outline-color: var(--color-interactive-disabled);
1400
1788
  }
@@ -1519,7 +1907,7 @@
1519
1907
  }
1520
1908
  }
1521
1909
  }
1522
- .group-ai-disabled\:before\:bg-disabled {
1910
+ .group-dtk-disabled\:before\:bg-disabled {
1523
1911
  &:is(:where(.group)[data-disabled] *) {
1524
1912
  &::before {
1525
1913
  content: var(--tw-content);
@@ -1597,6 +1985,11 @@
1597
1985
  background-color: transparent;
1598
1986
  }
1599
1987
  }
1988
+ .focus-within\:outline-highlight {
1989
+ &:focus-within {
1990
+ outline-color: var(--color-highlight);
1991
+ }
1992
+ }
1600
1993
  .hover\:bg-critical-hover {
1601
1994
  &:hover {
1602
1995
  @media (hover: hover) {
@@ -1632,6 +2025,20 @@
1632
2025
  }
1633
2026
  }
1634
2027
  }
2028
+ .hover\:bg-normal {
2029
+ &:hover {
2030
+ @media (hover: hover) {
2031
+ background-color: var(--color-normal);
2032
+ }
2033
+ }
2034
+ }
2035
+ .hover\:bg-serious-bold {
2036
+ &:hover {
2037
+ @media (hover: hover) {
2038
+ background-color: var(--color-serious-bold);
2039
+ }
2040
+ }
2041
+ }
1635
2042
  .hover\:bg-serious-hover {
1636
2043
  &:hover {
1637
2044
  @media (hover: hover) {
@@ -1670,6 +2077,14 @@
1670
2077
  }
1671
2078
  }
1672
2079
  }
2080
+ .hover\:outline-4 {
2081
+ &:hover {
2082
+ @media (hover: hover) {
2083
+ outline-style: var(--tw-outline-style);
2084
+ outline-width: 4px;
2085
+ }
2086
+ }
2087
+ }
1673
2088
  .hover\:outline-interactive-disabled {
1674
2089
  &:hover {
1675
2090
  @media (hover: hover) {
@@ -1684,6 +2099,14 @@
1684
2099
  }
1685
2100
  }
1686
2101
  }
2102
+ .hover\:outline-solid {
2103
+ &:hover {
2104
+ @media (hover: hover) {
2105
+ --tw-outline-style: solid;
2106
+ outline-style: solid;
2107
+ }
2108
+ }
2109
+ }
1687
2110
  .hover\:icon-default-light {
1688
2111
  &:hover {
1689
2112
  @media (hover: hover) {
@@ -1698,7 +2121,7 @@
1698
2121
  }
1699
2122
  }
1700
2123
  }
1701
- .not-ai-selected\:hover\:bg-interactive-disabled {
2124
+ .not-dtk-selected\:hover\:bg-interactive-disabled {
1702
2125
  &:not(*[data-selected]) {
1703
2126
  &:hover {
1704
2127
  @media (hover: hover) {
@@ -1731,6 +2154,11 @@
1731
2154
  }
1732
2155
  }
1733
2156
  }
2157
+ .focus\:bg-highlight {
2158
+ &:focus {
2159
+ background-color: var(--color-highlight);
2160
+ }
2161
+ }
1734
2162
  .focus\:bg-interactive-disabled {
1735
2163
  &:focus {
1736
2164
  background-color: var(--color-interactive-disabled);
@@ -1762,6 +2190,17 @@
1762
2190
  --icon-color: var(--color-disabled);
1763
2191
  }
1764
2192
  }
2193
+ .focus\:text-inverse-light {
2194
+ &:focus {
2195
+ color: var(--color-inverse-light);
2196
+ }
2197
+ }
2198
+ .focus\:outline-4 {
2199
+ &:focus {
2200
+ outline-style: var(--tw-outline-style);
2201
+ outline-width: 4px;
2202
+ }
2203
+ }
1765
2204
  .focus\:outline-highlight {
1766
2205
  &:focus {
1767
2206
  outline-color: var(--color-highlight);
@@ -1777,12 +2216,29 @@
1777
2216
  outline-color: var(--color-interactive-hover);
1778
2217
  }
1779
2218
  }
2219
+ .focus\:outline-serious {
2220
+ &:focus {
2221
+ outline-color: var(--color-serious);
2222
+ }
2223
+ }
2224
+ .focus\:outline-none {
2225
+ &:focus {
2226
+ --tw-outline-style: none;
2227
+ outline-style: none;
2228
+ }
2229
+ }
2230
+ .focus\:outline-solid {
2231
+ &:focus {
2232
+ --tw-outline-style: solid;
2233
+ outline-style: solid;
2234
+ }
2235
+ }
1780
2236
  .focus\:icon-default-light {
1781
2237
  &:focus {
1782
2238
  --icon-color: var(--color-default-light);
1783
2239
  }
1784
2240
  }
1785
- .not-ai-selected\:focus\:bg-interactive-disabled {
2241
+ .not-dtk-selected\:focus\:bg-interactive-disabled {
1786
2242
  &:not(*[data-selected]) {
1787
2243
  &:focus {
1788
2244
  background-color: var(--color-interactive-disabled);
@@ -1798,6 +2254,17 @@
1798
2254
  }
1799
2255
  }
1800
2256
  }
2257
+ .data-selected\:outline-highlight {
2258
+ &[data-selected] {
2259
+ outline-color: var(--color-highlight);
2260
+ }
2261
+ }
2262
+ .data-selected\:outline-solid {
2263
+ &[data-selected] {
2264
+ --tw-outline-style: solid;
2265
+ outline-style: solid;
2266
+ }
2267
+ }
1801
2268
  .\*\*\:data-\[slot\=description\]\:text-body-xs {
1802
2269
  :is(& *) {
1803
2270
  &[data-slot="description"] {
@@ -1828,64 +2295,53 @@
1828
2295
  }
1829
2296
  }
1830
2297
  }
1831
- .data-\[variant\=compact\]\:gap-xs {
1832
- &[data-variant="compact"] {
1833
- gap: var(--spacing-xs);
2298
+ .md\:grid-cols-3 {
2299
+ @media (width >= 48rem) {
2300
+ grid-template-columns: repeat(3, minmax(0, 1fr));
1834
2301
  }
1835
2302
  }
1836
- .data-\[variant\=compact\]\:text-header-s {
1837
- &[data-variant="compact"] {
1838
- font-size: var(--header-s-size);
1839
- font-weight: 500;
1840
- letter-spacing: 0.4px;
1841
- line-height: var(--header-s-height);
2303
+ .lg\:grid-cols-4 {
2304
+ @media (width >= 64rem) {
2305
+ grid-template-columns: repeat(4, minmax(0, 1fr));
1842
2306
  }
1843
2307
  }
1844
- .data-\[variant\=compact\]\:icon-size-l {
1845
- &[data-variant="compact"] {
1846
- --icon-size: var(--spacing-l);
2308
+ .dtk-orientation-horizontal\:flex-col {
2309
+ &[data-orientation="horizontal"] {
2310
+ flex-direction: column;
1847
2311
  }
1848
2312
  }
1849
- .data-\[variant\=cozy\]\:gap-s {
1850
- &[data-variant="cozy"] {
1851
- gap: var(--spacing-s);
2313
+ .dtk-orientation-horizontal\:flex-row {
2314
+ &[data-orientation="horizontal"] {
2315
+ flex-direction: row;
1852
2316
  }
1853
2317
  }
1854
- .data-\[variant\=cozy\]\:text-header-m {
1855
- &[data-variant="cozy"] {
1856
- font-size: var(--header-m-size);
1857
- font-weight: 500;
1858
- letter-spacing: 0.25px;
1859
- line-height: var(--header-m-height);
2318
+ .dtk-orientation-vertical\:gap-xs {
2319
+ &[data-orientation="vertical"] {
2320
+ gap: var(--spacing-xs);
1860
2321
  }
1861
2322
  }
1862
- .data-\[variant\=cozy\]\:icon-size-xl {
1863
- &[data-variant="cozy"] {
1864
- --icon-size: var(--spacing-xl);
2323
+ .dtk-hover\:bg-normal {
2324
+ &[data-hovered] {
2325
+ background-color: var(--color-normal);
1865
2326
  }
1866
2327
  }
1867
- .md\:grid-cols-3 {
1868
- @media (width >= 48rem) {
1869
- grid-template-columns: repeat(3, minmax(0, 1fr));
1870
- }
1871
- }
1872
- .lg\:grid-cols-4 {
1873
- @media (width >= 64rem) {
1874
- grid-template-columns: repeat(4, minmax(0, 1fr));
2328
+ .dtk-focus\:bg-highlight-bold {
2329
+ &[data-focused] {
2330
+ background-color: var(--color-highlight-bold);
1875
2331
  }
1876
2332
  }
1877
- .ai-focus\:bg-highlight-bold {
2333
+ .dtk-focus\:bg-serious-bold {
1878
2334
  &[data-focused] {
1879
- background-color: var(--color-highlight-bold);
2335
+ background-color: var(--color-serious-bold);
1880
2336
  }
1881
2337
  }
1882
- .ai-focus\:fg-inverse-light {
2338
+ .dtk-focus\:fg-inverse-light {
1883
2339
  &[data-focused] {
1884
2340
  color: var(--color-inverse-light);
1885
2341
  --icon-color: var(--color-inverse-light);
1886
2342
  }
1887
2343
  }
1888
- .ai-focus\:\*\*\:data-\[slot\=description\]\:fg-inverse-light {
2344
+ .dtk-focus\:\*\*\:data-\[slot\=description\]\:fg-inverse-light {
1889
2345
  &[data-focused] {
1890
2346
  :is(& *) {
1891
2347
  &[data-slot="description"] {
@@ -1895,72 +2351,72 @@
1895
2351
  }
1896
2352
  }
1897
2353
  }
1898
- .ai-pressed\:bg-critical-hover {
2354
+ .dtk-pressed\:bg-critical-hover {
1899
2355
  &[data-pressed] {
1900
2356
  background-color: var(--color-critical-hover);
1901
2357
  }
1902
2358
  }
1903
- .ai-pressed\:bg-interactive-hover-dark {
2359
+ .dtk-pressed\:bg-interactive-hover-dark {
1904
2360
  &[data-pressed] {
1905
2361
  background-color: var(--color-interactive-hover-dark);
1906
2362
  }
1907
2363
  }
1908
- .ai-pressed\:bg-interactive-hover-light {
2364
+ .dtk-pressed\:bg-interactive-hover-light {
1909
2365
  &[data-pressed] {
1910
2366
  background-color: var(--color-interactive-hover-light);
1911
2367
  }
1912
2368
  }
1913
- .ai-pressed\:bg-serious-hover {
2369
+ .dtk-pressed\:bg-serious-hover {
1914
2370
  &[data-pressed] {
1915
2371
  background-color: var(--color-serious-hover);
1916
2372
  }
1917
2373
  }
1918
- .ai-pressed\:bg-transparent {
2374
+ .dtk-pressed\:bg-transparent {
1919
2375
  &[data-pressed] {
1920
2376
  background-color: transparent;
1921
2377
  }
1922
2378
  }
1923
- .ai-pressed\:outline-interactive-hover {
2379
+ .dtk-pressed\:outline-interactive-hover {
1924
2380
  &[data-pressed] {
1925
2381
  outline-color: var(--color-interactive-hover);
1926
2382
  }
1927
2383
  }
1928
- .ai-pressed\:icon-default-light {
2384
+ .dtk-pressed\:icon-default-light {
1929
2385
  &[data-pressed] {
1930
2386
  --icon-color: var(--color-default-light);
1931
2387
  }
1932
2388
  }
1933
- .ai-selected\:cursor-default {
2389
+ .dtk-selected\:cursor-default {
1934
2390
  &[data-selected] {
1935
2391
  cursor: default;
1936
2392
  }
1937
2393
  }
1938
- .ai-selected\:bg-highlight-subtle {
2394
+ .dtk-selected\:bg-highlight-subtle {
1939
2395
  &[data-selected] {
1940
2396
  background-color: var(--color-highlight-subtle);
1941
2397
  }
1942
2398
  }
1943
- .ai-selected\:bg-transparent {
2399
+ .dtk-selected\:bg-transparent {
1944
2400
  &[data-selected] {
1945
2401
  background-color: transparent;
1946
2402
  }
1947
2403
  }
1948
- .ai-selected\:outline-highlight {
2404
+ .dtk-selected\:outline-highlight {
1949
2405
  &[data-selected] {
1950
2406
  outline-color: var(--color-highlight);
1951
2407
  }
1952
2408
  }
1953
- .ai-selected\:outline-interactive-disabled {
2409
+ .dtk-selected\:outline-interactive-disabled {
1954
2410
  &[data-selected] {
1955
2411
  outline-color: var(--color-interactive-disabled);
1956
2412
  }
1957
2413
  }
1958
- .ai-selected\:icon-highlight {
2414
+ .dtk-selected\:icon-highlight {
1959
2415
  &[data-selected] {
1960
2416
  --icon-color: var(--color-highlight);
1961
2417
  }
1962
2418
  }
1963
- .ai-selected\:hover\:bg-highlight-subtle {
2419
+ .dtk-selected\:hover\:bg-highlight-subtle {
1964
2420
  &[data-selected] {
1965
2421
  &:hover {
1966
2422
  @media (hover: hover) {
@@ -1969,7 +2425,7 @@
1969
2425
  }
1970
2426
  }
1971
2427
  }
1972
- .ai-selected\:hover\:bg-transparent {
2428
+ .dtk-selected\:hover\:bg-transparent {
1973
2429
  &[data-selected] {
1974
2430
  &:hover {
1975
2431
  @media (hover: hover) {
@@ -1978,47 +2434,47 @@
1978
2434
  }
1979
2435
  }
1980
2436
  }
1981
- .ai-selected\:focus\:bg-highlight-subtle {
2437
+ .dtk-selected\:focus\:bg-highlight-subtle {
1982
2438
  &[data-selected] {
1983
2439
  &:focus {
1984
2440
  background-color: var(--color-highlight-subtle);
1985
2441
  }
1986
2442
  }
1987
2443
  }
1988
- .ai-selected\:focus\:bg-transparent {
2444
+ .dtk-selected\:focus\:bg-transparent {
1989
2445
  &[data-selected] {
1990
2446
  &:focus {
1991
2447
  background-color: transparent;
1992
2448
  }
1993
2449
  }
1994
2450
  }
1995
- .ai-disabled\:cursor-default {
2451
+ .dtk-disabled\:cursor-default {
1996
2452
  &[data-disabled] {
1997
2453
  cursor: default;
1998
2454
  }
1999
2455
  }
2000
- .ai-disabled\:cursor-not-allowed {
2456
+ .dtk-disabled\:cursor-not-allowed {
2001
2457
  &[data-disabled] {
2002
2458
  cursor: not-allowed;
2003
2459
  }
2004
2460
  }
2005
- .ai-disabled\:bg-transparent {
2461
+ .dtk-disabled\:bg-transparent {
2006
2462
  &[data-disabled] {
2007
2463
  background-color: transparent;
2008
2464
  }
2009
2465
  }
2010
- .ai-disabled\:fg-disabled {
2466
+ .dtk-disabled\:fg-disabled {
2011
2467
  &[data-disabled] {
2012
2468
  color: var(--color-disabled);
2013
2469
  --icon-color: var(--color-disabled);
2014
2470
  }
2015
2471
  }
2016
- .ai-disabled\:text-interactive-disabled {
2472
+ .dtk-disabled\:text-interactive-disabled {
2017
2473
  &[data-disabled] {
2018
2474
  color: var(--color-interactive-disabled);
2019
2475
  }
2020
2476
  }
2021
- .ai-disabled\:\*\*\:data-\[slot\=description\]\:fg-disabled {
2477
+ .dtk-disabled\:\*\*\:data-\[slot\=description\]\:fg-disabled {
2022
2478
  &[data-disabled] {
2023
2479
  :is(& *) {
2024
2480
  &[data-slot="description"] {
@@ -2028,6 +2484,11 @@
2028
2484
  }
2029
2485
  }
2030
2486
  }
2487
+ .\[\&_span\]\:pl-s {
2488
+ & span {
2489
+ padding-left: var(--spacing-s);
2490
+ }
2491
+ }
2031
2492
  .\[\&\:empty\]\:before\:content-\[\'CUI\'\] {
2032
2493
  &:empty {
2033
2494
  &::before {
@@ -2125,6 +2586,49 @@
2125
2586
  }
2126
2587
  }
2127
2588
  }
2589
+ .\[\&\:nth-child\(3n\)\]\:bg-default-dark {
2590
+ &:nth-child(3n) {
2591
+ background-color: var(--color-default-dark);
2592
+ }
2593
+ }
2594
+ .\[\&\>\*\]\:p-s {
2595
+ &>* {
2596
+ padding: var(--spacing-s);
2597
+ }
2598
+ }
2599
+ .\[\&\>\*\]\:p-xs {
2600
+ &>* {
2601
+ padding: var(--spacing-xs);
2602
+ }
2603
+ }
2604
+ .\[\&\>\*\]\:text-header-m {
2605
+ &>* {
2606
+ font-size: var(--header-m-size);
2607
+ font-weight: 500;
2608
+ letter-spacing: 0.25px;
2609
+ line-height: var(--header-m-height);
2610
+ }
2611
+ }
2612
+ .\[\&\>\*\]\:leading-\[0\] {
2613
+ &>* {
2614
+ --tw-leading: 0;
2615
+ line-height: 0;
2616
+ }
2617
+ }
2618
+ .dtk-orientation-horizontal\:\[\&\>\*\]\:pr-s {
2619
+ &[data-orientation="horizontal"] {
2620
+ &>* {
2621
+ padding-right: var(--spacing-s);
2622
+ }
2623
+ }
2624
+ }
2625
+ .dtk-orientation-horizontal\:\[\&\>\*\]\:pl-s {
2626
+ &[data-orientation="horizontal"] {
2627
+ &>* {
2628
+ padding-left: var(--spacing-s);
2629
+ }
2630
+ }
2631
+ }
2128
2632
  }
2129
2633
  :root {
2130
2634
  --neutral-01: #ffffff;
@@ -2221,6 +2725,77 @@
2221
2725
  --button-xs-size: 10px;
2222
2726
  --button-xs-height: 12px;
2223
2727
  }
2728
+ @layer components {
2729
+ .hide-cancel::-webkit-search-cancel-button {
2730
+ display: none;
2731
+ }
2732
+ .queryBuilder .rule-lines::before {
2733
+ content: '';
2734
+ width: 10px;
2735
+ position: absolute;
2736
+ top: 0;
2737
+ bottom: 0;
2738
+ left: 50%;
2739
+ background-image: repeating-linear-gradient(to bottom, var(--neutral-04), var(--neutral-04)), repeating-linear-gradient(to right, var(--neutral-04), var(--neutral-04));
2740
+ background-position: left -1px, center;
2741
+ background-repeat: repeat-y, repeat-x;
2742
+ background-size: 1px 4px, 4px 1px;
2743
+ }
2744
+ .queryBuilder .group > span.rule-lines:last-of-type::before {
2745
+ content: '';
2746
+ width: 10px;
2747
+ position: absolute;
2748
+ top: 0;
2749
+ bottom: 50%;
2750
+ left: 50%;
2751
+ background-image: repeating-linear-gradient(to bottom,var(--neutral-04), var(--neutral-04)), repeating-linear-gradient(to right, var(--neutral-04), var(--neutral-04));
2752
+ background-position: left -1px, bottom;
2753
+ background-repeat: repeat-y, repeat-x;
2754
+ background-size: 1px 4px, 4px 1px;
2755
+ }
2756
+ .queryBuilder .group > span.rule-lines:last-of-type:has(~ div.group)::before {
2757
+ content: '';
2758
+ width: 10px;
2759
+ position: absolute;
2760
+ top: 0;
2761
+ bottom: 0;
2762
+ left: 50%;
2763
+ background-image: repeating-linear-gradient(to bottom, var(--neutral-04), var(--neutral-04)), repeating-linear-gradient(to right, var(--neutral-04), var(--neutral-04));
2764
+ background-position: left -1px, center;
2765
+ background-repeat: repeat-y, repeat-x;
2766
+ background-size: 1px 4px, 4px 1px;
2767
+ }
2768
+ }
2769
+ @property --tw-translate-x {
2770
+ syntax: "*";
2771
+ inherits: false;
2772
+ initial-value: 0;
2773
+ }
2774
+ @property --tw-translate-y {
2775
+ syntax: "*";
2776
+ inherits: false;
2777
+ initial-value: 0;
2778
+ }
2779
+ @property --tw-translate-z {
2780
+ syntax: "*";
2781
+ inherits: false;
2782
+ initial-value: 0;
2783
+ }
2784
+ @property --tw-scale-x {
2785
+ syntax: "*";
2786
+ inherits: false;
2787
+ initial-value: 1;
2788
+ }
2789
+ @property --tw-scale-y {
2790
+ syntax: "*";
2791
+ inherits: false;
2792
+ initial-value: 1;
2793
+ }
2794
+ @property --tw-scale-z {
2795
+ syntax: "*";
2796
+ inherits: false;
2797
+ initial-value: 1;
2798
+ }
2224
2799
  @property --tw-rotate-x {
2225
2800
  syntax: "*";
2226
2801
  inherits: false;
@@ -2382,9 +2957,20 @@
2382
2957
  initial-value: "";
2383
2958
  inherits: false;
2384
2959
  }
2960
+ @keyframes spin {
2961
+ to {
2962
+ transform: rotate(360deg);
2963
+ }
2964
+ }
2385
2965
  @layer properties {
2386
2966
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
2387
2967
  *, ::before, ::after, ::backdrop {
2968
+ --tw-translate-x: 0;
2969
+ --tw-translate-y: 0;
2970
+ --tw-translate-z: 0;
2971
+ --tw-scale-x: 1;
2972
+ --tw-scale-y: 1;
2973
+ --tw-scale-z: 1;
2388
2974
  --tw-rotate-x: initial;
2389
2975
  --tw-rotate-y: initial;
2390
2976
  --tw-rotate-z: initial;