@accelint/design-toolkit 2.0.0 → 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.
- package/README.md +16 -7
- package/dist/components/accordion/index.d.ts +21 -30
- package/dist/components/accordion/index.js +1 -1
- package/dist/components/accordion/index.js.map +1 -1
- package/dist/components/accordion/styles.d.ts +96 -0
- package/dist/components/accordion/styles.js +2 -0
- package/dist/components/accordion/styles.js.map +1 -0
- package/dist/components/accordion/types.d.ts +20 -0
- package/dist/components/avatar/index.js.map +1 -1
- package/dist/components/badge/index.js.map +1 -1
- package/dist/components/box/index.js.map +1 -1
- package/dist/components/button/index.js +1 -1
- package/dist/components/button/index.js.map +1 -1
- package/dist/components/checkbox/index.js +1 -1
- package/dist/components/checkbox/index.js.map +1 -1
- package/dist/components/chip/index.js +1 -1
- package/dist/components/chip/index.js.map +1 -1
- package/dist/components/classification-badge/index.js.map +1 -1
- package/dist/components/classification-banner/index.js.map +1 -1
- package/dist/components/color-picker/index.js.map +1 -1
- package/dist/components/combobox/index.d.ts +7 -16
- package/dist/components/combobox/index.js +1 -1
- package/dist/components/combobox/index.js.map +1 -1
- package/dist/components/date-field/index.js.map +1 -1
- package/dist/components/dialog/index.js +1 -1
- package/dist/components/dialog/index.js.map +1 -1
- package/dist/components/floating-button/index.js.map +1 -1
- package/dist/components/icon/index.d.ts +15 -15
- package/dist/components/icon/index.js +1 -1
- package/dist/components/icon/index.js.map +1 -1
- package/dist/components/icon/styles.d.ts +34 -0
- package/dist/components/icon/styles.js +2 -0
- package/dist/components/icon/styles.js.map +1 -0
- package/dist/components/icon/types.d.ts +10 -0
- package/dist/components/icon/types.js +2 -0
- package/dist/components/icon/types.js.map +1 -0
- package/dist/components/icon-button/index.js +1 -1
- package/dist/components/icon-button/index.js.map +1 -1
- package/dist/components/label/index.js.map +1 -1
- package/dist/components/options/index.d.ts +32 -0
- package/dist/components/options/index.js +2 -0
- package/dist/components/options/index.js.map +1 -0
- package/dist/components/options-item/index.d.ts +30 -0
- package/dist/components/options-item/index.js +2 -0
- package/dist/components/options-item/index.js.map +1 -0
- package/dist/components/query-builder/action-element.js.map +1 -1
- package/dist/components/query-builder/constants.js.map +1 -1
- package/dist/components/query-builder/example-configuration.js.map +1 -1
- package/dist/components/query-builder/group.js.map +1 -1
- package/dist/components/query-builder/index.js.map +1 -1
- package/dist/components/query-builder/rule.js.map +1 -1
- package/dist/components/query-builder/utils.js.map +1 -1
- package/dist/components/query-builder/value-editor.js.map +1 -1
- package/dist/components/query-builder/value-selector.js.map +1 -1
- package/dist/components/radio/index.js +1 -1
- package/dist/components/radio/index.js.map +1 -1
- package/dist/components/search-field/index.js +1 -1
- package/dist/components/search-field/index.js.map +1 -1
- package/dist/components/slider/index.d.ts +23 -0
- package/dist/components/slider/index.js +2 -0
- package/dist/components/slider/index.js.map +1 -0
- package/dist/components/switch/index.js +1 -1
- package/dist/components/switch/index.js.map +1 -1
- package/dist/components/tabs/index.js +1 -1
- package/dist/components/tabs/index.js.map +1 -1
- package/dist/components/text-area/index.js.map +1 -1
- package/dist/components/text-field/index.js +1 -1
- package/dist/components/text-field/index.js.map +1 -1
- package/dist/components/toggle-icon-button/index.js +1 -1
- package/dist/components/toggle-icon-button/index.js.map +1 -1
- package/dist/components/tooltip/index.js.map +1 -1
- package/dist/icons/catalog.js.map +1 -1
- package/dist/index.css +6 -6
- package/dist/index.d.ts +14 -6
- package/dist/index.js +1 -1
- package/dist/lib/react.js.map +1 -1
- package/dist/lib/types.d.ts +29 -0
- package/dist/lib/types.js +2 -0
- package/dist/lib/types.js.map +1 -0
- package/dist/lib/utils.d.ts +15 -1
- package/dist/lib/utils.js +1 -1
- package/dist/lib/utils.js.map +1 -1
- package/dist/metafile-esm.json +1 -1
- package/dist/styles.css +311 -158
- package/package.json +14 -11
- package/dist/types/types.d.ts +0 -11
- /package/dist/{types → components/accordion}/types.js +0 -0
- /package/dist/{types → components/accordion}/types.js.map +0 -0
package/dist/styles.css
CHANGED
@@ -103,8 +103,6 @@
|
|
103
103
|
--font-weight-normal: 400;
|
104
104
|
--font-weight-medium: 500;
|
105
105
|
--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
106
|
--font-primary: "Roboto Flex", sans-serif;
|
109
107
|
--font-display: "Roboto Mono", monospace;
|
110
108
|
--color-surface-default: var(--neutral-10, #0b0b0b);
|
@@ -171,6 +169,10 @@
|
|
171
169
|
--spacing-xl: 24px;
|
172
170
|
--spacing-xxl: 40px;
|
173
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);
|
174
176
|
}
|
175
177
|
}
|
176
178
|
@layer base {
|
@@ -346,6 +348,12 @@
|
|
346
348
|
.top-\[6px\] {
|
347
349
|
top: 6px;
|
348
350
|
}
|
351
|
+
.top-\[8px\] {
|
352
|
+
top: 8px;
|
353
|
+
}
|
354
|
+
.top-\[50\%\] {
|
355
|
+
top: 50%;
|
356
|
+
}
|
349
357
|
.right-\[5px\] {
|
350
358
|
right: 5px;
|
351
359
|
}
|
@@ -361,18 +369,66 @@
|
|
361
369
|
.bottom-\[20px\] {
|
362
370
|
bottom: 20px;
|
363
371
|
}
|
372
|
+
.left-1\/2 {
|
373
|
+
left: calc(1/2 * 100%);
|
374
|
+
}
|
364
375
|
.left-\[7px\] {
|
365
376
|
left: 7px;
|
366
377
|
}
|
378
|
+
.left-\[50\%\] {
|
379
|
+
left: 50%;
|
380
|
+
}
|
367
381
|
.left-s {
|
368
382
|
left: var(--spacing-s);
|
369
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
|
+
}
|
370
399
|
.col-span-2 {
|
371
400
|
grid-column: span 2 / span 2;
|
372
401
|
}
|
402
|
+
.col-span-3 {
|
403
|
+
grid-column: span 3 / span 3;
|
404
|
+
}
|
373
405
|
.col-span-full {
|
374
406
|
grid-column: 1 / -1;
|
375
407
|
}
|
408
|
+
.col-start-1 {
|
409
|
+
grid-column-start: 1;
|
410
|
+
}
|
411
|
+
.col-start-2 {
|
412
|
+
grid-column-start: 2;
|
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
|
+
}
|
376
432
|
.container {
|
377
433
|
width: 100%;
|
378
434
|
@media (width >= 40rem) {
|
@@ -409,18 +465,12 @@
|
|
409
465
|
.mt-xl {
|
410
466
|
margin-top: var(--spacing-xl);
|
411
467
|
}
|
412
|
-
.mr-s {
|
413
|
-
margin-right: var(--spacing-s);
|
414
|
-
}
|
415
468
|
.mb-m {
|
416
469
|
margin-bottom: var(--spacing-m);
|
417
470
|
}
|
418
471
|
.mb-s {
|
419
472
|
margin-bottom: var(--spacing-s);
|
420
473
|
}
|
421
|
-
.ml-auto {
|
422
|
-
margin-left: auto;
|
423
|
-
}
|
424
474
|
.block {
|
425
475
|
display: block;
|
426
476
|
}
|
@@ -433,6 +483,9 @@
|
|
433
483
|
.hidden {
|
434
484
|
display: none;
|
435
485
|
}
|
486
|
+
.inline {
|
487
|
+
display: inline;
|
488
|
+
}
|
436
489
|
.inline-block {
|
437
490
|
display: inline-block;
|
438
491
|
}
|
@@ -454,6 +507,10 @@
|
|
454
507
|
width: 32px;
|
455
508
|
height: 32px;
|
456
509
|
}
|
510
|
+
.size-\[400px\] {
|
511
|
+
width: 400px;
|
512
|
+
height: 400px;
|
513
|
+
}
|
457
514
|
.size-full {
|
458
515
|
width: 100%;
|
459
516
|
height: 100%;
|
@@ -490,9 +547,6 @@
|
|
490
547
|
width: var(--spacing-xxs);
|
491
548
|
height: var(--spacing-xxs);
|
492
549
|
}
|
493
|
-
.\[height\:var\(--icon-size\)\] {
|
494
|
-
height: var(--icon-size);
|
495
|
-
}
|
496
550
|
.h-\[16px\] {
|
497
551
|
height: 16px;
|
498
552
|
}
|
@@ -508,17 +562,8 @@
|
|
508
562
|
.h-\[800px\] {
|
509
563
|
height: 800px;
|
510
564
|
}
|
511
|
-
.h-\[var\(--icon-size\,
|
512
|
-
height: var(--icon-size,
|
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);
|
565
|
+
.h-\[var\(--icon-size\,var\(--icon-size-m\)\)\] {
|
566
|
+
height: var(--icon-size,var(--icon-size-m));
|
522
567
|
}
|
523
568
|
.h-full {
|
524
569
|
height: 100%;
|
@@ -526,9 +571,18 @@
|
|
526
571
|
.h-l {
|
527
572
|
height: var(--spacing-l);
|
528
573
|
}
|
574
|
+
.h-m {
|
575
|
+
height: var(--spacing-m);
|
576
|
+
}
|
577
|
+
.h-s {
|
578
|
+
height: var(--spacing-s);
|
579
|
+
}
|
529
580
|
.h-xl {
|
530
581
|
height: var(--spacing-xl);
|
531
582
|
}
|
583
|
+
.h-xxs {
|
584
|
+
height: var(--spacing-xxs);
|
585
|
+
}
|
532
586
|
.max-h-\[200px\] {
|
533
587
|
max-height: 200px;
|
534
588
|
}
|
@@ -544,9 +598,6 @@
|
|
544
598
|
.min-h-xxl {
|
545
599
|
min-height: var(--spacing-xxl);
|
546
600
|
}
|
547
|
-
.\[width\:var\(--icon-size\)\] {
|
548
|
-
width: var(--icon-size);
|
549
|
-
}
|
550
601
|
.w-\(--trigger-width\) {
|
551
602
|
width: var(--trigger-width);
|
552
603
|
}
|
@@ -565,6 +616,12 @@
|
|
565
616
|
.w-\[32px\] {
|
566
617
|
width: 32px;
|
567
618
|
}
|
619
|
+
.w-\[50px\] {
|
620
|
+
width: 50px;
|
621
|
+
}
|
622
|
+
.w-\[50px\] {
|
623
|
+
width: 50px;
|
624
|
+
}
|
568
625
|
.w-\[80px\] {
|
569
626
|
width: 80px;
|
570
627
|
}
|
@@ -583,6 +640,12 @@
|
|
583
640
|
.w-\[120px\] {
|
584
641
|
width: 120px;
|
585
642
|
}
|
643
|
+
.w-\[200px\] {
|
644
|
+
width: 200px;
|
645
|
+
}
|
646
|
+
.w-\[200px\] {
|
647
|
+
width: 200px;
|
648
|
+
}
|
586
649
|
.w-\[280px\] {
|
587
650
|
width: 280px;
|
588
651
|
}
|
@@ -619,29 +682,11 @@
|
|
619
682
|
.w-\[size\] {
|
620
683
|
width: size;
|
621
684
|
}
|
622
|
-
.w-\[var\(--icon-size\,
|
623
|
-
width: var(--icon-size,
|
624
|
-
}
|
625
|
-
.w-\[var\(--icon-size\,12px\)\] {
|
626
|
-
width: var(--icon-size,12px);
|
627
|
-
}
|
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);
|
685
|
+
.w-\[var\(--icon-size\,var\(--icon-size-m\)\)\] {
|
686
|
+
width: var(--icon-size,var(--icon-size-m));
|
636
687
|
}
|
637
|
-
.w-\[var\(--icon-size\,
|
638
|
-
width: var(--icon-size,
|
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);
|
688
|
+
.w-\[var\(--icon-size\,var\(--icon-size-m\)\)\] {
|
689
|
+
width: var(--icon-size,var(--icon-size-m));
|
645
690
|
}
|
646
691
|
.w-content {
|
647
692
|
width: fit-content;
|
@@ -652,9 +697,18 @@
|
|
652
697
|
.w-full {
|
653
698
|
width: 100%;
|
654
699
|
}
|
700
|
+
.w-m {
|
701
|
+
width: var(--spacing-m);
|
702
|
+
}
|
703
|
+
.w-s {
|
704
|
+
width: var(--spacing-s);
|
705
|
+
}
|
655
706
|
.w-xl {
|
656
707
|
width: var(--spacing-xl);
|
657
708
|
}
|
709
|
+
.w-xxs {
|
710
|
+
width: var(--spacing-xxs);
|
711
|
+
}
|
658
712
|
.max-w-\[160px\] {
|
659
713
|
max-width: 160px;
|
660
714
|
}
|
@@ -676,13 +730,31 @@
|
|
676
730
|
.min-w-l {
|
677
731
|
min-width: var(--spacing-l);
|
678
732
|
}
|
733
|
+
.flex-auto {
|
734
|
+
flex: auto;
|
735
|
+
}
|
679
736
|
.flex-none {
|
680
737
|
flex: none;
|
681
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
|
+
}
|
682
746
|
.-translate-y-1\/2 {
|
683
747
|
--tw-translate-y: calc(calc(1/2 * 100%) * -1);
|
684
748
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
685
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
|
+
}
|
686
758
|
.scale-x-\[-1\] {
|
687
759
|
--tw-scale-x: -1;
|
688
760
|
scale: var(--tw-scale-x) var(--tw-scale-y);
|
@@ -723,12 +795,33 @@
|
|
723
795
|
.grid-cols-\[auto_1fr\] {
|
724
796
|
grid-template-columns: auto 1fr;
|
725
797
|
}
|
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
|
+
}
|
726
807
|
.grid-cols-\[minmax\(100px\,_1fr\)_min-content\] {
|
727
808
|
grid-template-columns: minmax(100px, 1fr) min-content;
|
728
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;
|
818
|
+
}
|
729
819
|
.flex-col {
|
730
820
|
flex-direction: column;
|
731
821
|
}
|
822
|
+
.flex-col-reverse {
|
823
|
+
flex-direction: column-reverse;
|
824
|
+
}
|
732
825
|
.flex-row {
|
733
826
|
flex-direction: row;
|
734
827
|
}
|
@@ -768,6 +861,12 @@
|
|
768
861
|
.justify-start {
|
769
862
|
justify-content: flex-start;
|
770
863
|
}
|
864
|
+
.gap-\(--spacing-xxl\) {
|
865
|
+
gap: var(--spacing-xxl);
|
866
|
+
}
|
867
|
+
.gap-\[11px\] {
|
868
|
+
gap: 11px;
|
869
|
+
}
|
771
870
|
.gap-l {
|
772
871
|
gap: var(--spacing-l);
|
773
872
|
}
|
@@ -783,6 +882,9 @@
|
|
783
882
|
.gap-xs {
|
784
883
|
gap: var(--spacing-xs);
|
785
884
|
}
|
885
|
+
.gap-xxl {
|
886
|
+
gap: var(--spacing-xxl);
|
887
|
+
}
|
786
888
|
.gap-xxs {
|
787
889
|
gap: var(--spacing-xxs);
|
788
890
|
}
|
@@ -807,6 +909,15 @@
|
|
807
909
|
.gap-y-xxl {
|
808
910
|
row-gap: var(--spacing-xxl);
|
809
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
|
+
}
|
810
921
|
.truncate {
|
811
922
|
overflow: hidden;
|
812
923
|
text-overflow: ellipsis;
|
@@ -965,6 +1076,12 @@
|
|
965
1076
|
.bg-default-light {
|
966
1077
|
background-color: var(--color-default-light);
|
967
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
|
+
}
|
968
1085
|
.bg-disabled {
|
969
1086
|
background-color: var(--color-disabled);
|
970
1087
|
}
|
@@ -1094,6 +1211,12 @@
|
|
1094
1211
|
.py-xs {
|
1095
1212
|
padding-block: var(--spacing-xs);
|
1096
1213
|
}
|
1214
|
+
.pt-s {
|
1215
|
+
padding-top: var(--spacing-s);
|
1216
|
+
}
|
1217
|
+
.pt-xs {
|
1218
|
+
padding-top: var(--spacing-xs);
|
1219
|
+
}
|
1097
1220
|
.pr-\[30px\] {
|
1098
1221
|
padding-right: 30px;
|
1099
1222
|
}
|
@@ -1103,6 +1226,12 @@
|
|
1103
1226
|
.pr-xl {
|
1104
1227
|
padding-right: var(--spacing-xl);
|
1105
1228
|
}
|
1229
|
+
.pb-s {
|
1230
|
+
padding-bottom: var(--spacing-s);
|
1231
|
+
}
|
1232
|
+
.pb-xs {
|
1233
|
+
padding-bottom: var(--spacing-xs);
|
1234
|
+
}
|
1106
1235
|
.pl-\[32px\] {
|
1107
1236
|
padding-left: 32px;
|
1108
1237
|
}
|
@@ -1115,9 +1244,6 @@
|
|
1115
1244
|
.pl-s {
|
1116
1245
|
padding-left: var(--spacing-s);
|
1117
1246
|
}
|
1118
|
-
.pl-xs {
|
1119
|
-
padding-left: var(--spacing-xs);
|
1120
|
-
}
|
1121
1247
|
.text-center {
|
1122
1248
|
text-align: center;
|
1123
1249
|
}
|
@@ -1381,6 +1507,12 @@
|
|
1381
1507
|
.outline-highlight {
|
1382
1508
|
outline-color: var(--color-highlight);
|
1383
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
|
+
}
|
1384
1516
|
.outline-info-bold {
|
1385
1517
|
outline-color: var(--color-info-bold);
|
1386
1518
|
}
|
@@ -1411,11 +1543,6 @@
|
|
1411
1543
|
.filter {
|
1412
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,);
|
1413
1545
|
}
|
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
1546
|
.outline-none {
|
1420
1547
|
--tw-outline-style: none;
|
1421
1548
|
outline-style: none;
|
@@ -1445,12 +1572,33 @@
|
|
1445
1572
|
.\[--icon-size\:24px\] {
|
1446
1573
|
--icon-size: 24px;
|
1447
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
|
+
}
|
1448
1587
|
.\[--icon-size\:var\(--spacing-l\)\] {
|
1449
1588
|
--icon-size: var(--spacing-l);
|
1450
1589
|
}
|
1451
1590
|
.\[--icon-size\:var\(--spacing-xl\)\] {
|
1452
1591
|
--icon-size: var(--spacing-xl);
|
1453
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
|
+
}
|
1454
1602
|
.icon-default-dark {
|
1455
1603
|
--icon-color: var(--color-default-dark);
|
1456
1604
|
}
|
@@ -1463,29 +1611,17 @@
|
|
1463
1611
|
.icon-inverse-light {
|
1464
1612
|
--icon-color: var(--color-inverse-light);
|
1465
1613
|
}
|
1466
|
-
.
|
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 {
|
1614
|
+
.not-dtk-selected\:cursor-not-allowed {
|
1479
1615
|
&:not(*[data-selected]) {
|
1480
1616
|
cursor: not-allowed;
|
1481
1617
|
}
|
1482
1618
|
}
|
1483
|
-
.not-
|
1619
|
+
.not-dtk-selected\:bg-interactive-disabled {
|
1484
1620
|
&:not(*[data-selected]) {
|
1485
1621
|
background-color: var(--color-interactive-disabled);
|
1486
1622
|
}
|
1487
1623
|
}
|
1488
|
-
.not-
|
1624
|
+
.not-dtk-selected\:icon-disabled {
|
1489
1625
|
&:not(*[data-selected]) {
|
1490
1626
|
--icon-color: var(--color-disabled);
|
1491
1627
|
}
|
@@ -1552,96 +1688,101 @@
|
|
1552
1688
|
--icon-color: var(--color-default-light);
|
1553
1689
|
}
|
1554
1690
|
}
|
1555
|
-
.group-
|
1691
|
+
.group-dtk-orientation-horizontal\:rounded-small {
|
1556
1692
|
&:is(:where(.group)[data-orientation="horizontal"] *) {
|
1557
1693
|
border-radius: var(--radius-small);
|
1558
1694
|
}
|
1559
1695
|
}
|
1560
|
-
.group-
|
1696
|
+
.group-dtk-orientation-horizontal\:rounded-b-none {
|
1561
1697
|
&:is(:where(.group)[data-orientation="horizontal"] *) {
|
1562
1698
|
border-bottom-right-radius: 0;
|
1563
1699
|
border-bottom-left-radius: 0;
|
1564
1700
|
}
|
1565
1701
|
}
|
1566
|
-
.group-
|
1702
|
+
.group-dtk-orientation-horizontal\:rounded-b-none {
|
1567
1703
|
&:is(:where(.group)[data-orientation="horizontal"] *) {
|
1568
1704
|
border-bottom-right-radius: var(--radius-none);
|
1569
1705
|
border-bottom-left-radius: var(--radius-none);
|
1570
1706
|
}
|
1571
1707
|
}
|
1572
|
-
.group-
|
1708
|
+
.group-dtk-orientation-horizontal\:border-b {
|
1573
1709
|
&:is(:where(.group)[data-orientation="horizontal"] *) {
|
1574
1710
|
border-bottom-style: var(--tw-border-style);
|
1575
1711
|
border-bottom-width: 1px;
|
1576
1712
|
}
|
1577
1713
|
}
|
1578
|
-
.group-
|
1714
|
+
.group-dtk-orientation-horizontal\:border-highlight {
|
1579
1715
|
&:is(:where(.group)[data-orientation="horizontal"] *) {
|
1580
1716
|
border-color: var(--color-highlight);
|
1581
1717
|
}
|
1582
1718
|
}
|
1583
|
-
.group-
|
1719
|
+
.group-dtk-orientation-horizontal\:border-interactive-disabled {
|
1584
1720
|
&:is(:where(.group)[data-orientation="horizontal"] *) {
|
1585
1721
|
border-color: var(--color-interactive-disabled);
|
1586
1722
|
}
|
1587
1723
|
}
|
1588
|
-
.group-
|
1724
|
+
.group-dtk-orientation-horizontal\:border-interactive-hover {
|
1589
1725
|
&:is(:where(.group)[data-orientation="horizontal"] *) {
|
1590
1726
|
border-color: var(--color-interactive-hover);
|
1591
1727
|
}
|
1592
1728
|
}
|
1593
|
-
.group-
|
1729
|
+
.group-dtk-orientation-horizontal\:border-static-light {
|
1594
1730
|
&:is(:where(.group)[data-orientation="horizontal"] *) {
|
1595
1731
|
border-color: var(--color-static-light);
|
1596
1732
|
}
|
1597
1733
|
}
|
1598
|
-
.group-
|
1734
|
+
.group-dtk-orientation-horizontal\:pl-0 {
|
1599
1735
|
&:is(:where(.group)[data-orientation="horizontal"] *) {
|
1600
1736
|
padding-left: var(--spacing-0);
|
1601
1737
|
}
|
1602
1738
|
}
|
1603
|
-
.group-
|
1739
|
+
.group-dtk-orientation-vertical\:border {
|
1604
1740
|
&:is(:where(.group)[data-orientation="vertical"] *) {
|
1605
1741
|
border-style: var(--tw-border-style);
|
1606
1742
|
border-width: 1px;
|
1607
1743
|
}
|
1608
1744
|
}
|
1609
|
-
.group-
|
1745
|
+
.group-dtk-orientation-vertical\:border-interactive-hover {
|
1610
1746
|
&:is(:where(.group)[data-orientation="vertical"] *) {
|
1611
1747
|
border-color: var(--color-interactive-hover);
|
1612
1748
|
}
|
1613
1749
|
}
|
1614
|
-
.group-
|
1750
|
+
.group-dtk-orientation-vertical\:border-transparent {
|
1615
1751
|
&:is(:where(.group)[data-orientation="vertical"] *) {
|
1616
1752
|
border-color: transparent;
|
1617
1753
|
}
|
1618
1754
|
}
|
1619
|
-
.group-
|
1755
|
+
.group-dtk-orientation-vertical\:pt-0 {
|
1620
1756
|
&:is(:where(.group)[data-orientation="vertical"] *) {
|
1621
1757
|
padding-top: var(--spacing-0);
|
1622
1758
|
}
|
1623
1759
|
}
|
1624
|
-
.group-
|
1760
|
+
.group-dtk-expanded\:rotate-180 {
|
1625
1761
|
&:is(:where(.group)[data-expanded] *) {
|
1626
1762
|
rotate: 180deg;
|
1627
1763
|
}
|
1628
1764
|
}
|
1629
|
-
.group-
|
1765
|
+
.group-dtk-empty\:hidden {
|
1630
1766
|
&:is(:where(.group)[data-empty] *) {
|
1631
1767
|
display: none;
|
1632
1768
|
}
|
1633
1769
|
}
|
1634
|
-
.group-
|
1770
|
+
.group-dtk-selected\:rotate-180 {
|
1771
|
+
&:is(:where(.group)[data-selected] *) {
|
1772
|
+
rotate: 180deg;
|
1773
|
+
}
|
1774
|
+
}
|
1775
|
+
.group-dtk-disabled\:hidden {
|
1635
1776
|
&:is(:where(.group)[data-disabled] *) {
|
1636
1777
|
display: none;
|
1637
1778
|
}
|
1638
1779
|
}
|
1639
|
-
.group-
|
1780
|
+
.group-dtk-disabled\:bg-interactive-disabled {
|
1640
1781
|
&:is(:where(.group)[data-disabled] *) {
|
1641
1782
|
background-color: var(--color-interactive-disabled);
|
1642
1783
|
}
|
1643
1784
|
}
|
1644
|
-
.group-
|
1785
|
+
.group-dtk-disabled\:outline-interactive-disabled {
|
1645
1786
|
&:is(:where(.group)[data-disabled] *) {
|
1646
1787
|
outline-color: var(--color-interactive-disabled);
|
1647
1788
|
}
|
@@ -1766,7 +1907,7 @@
|
|
1766
1907
|
}
|
1767
1908
|
}
|
1768
1909
|
}
|
1769
|
-
.group-
|
1910
|
+
.group-dtk-disabled\:before\:bg-disabled {
|
1770
1911
|
&:is(:where(.group)[data-disabled] *) {
|
1771
1912
|
&::before {
|
1772
1913
|
content: var(--tw-content);
|
@@ -1884,6 +2025,20 @@
|
|
1884
2025
|
}
|
1885
2026
|
}
|
1886
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
|
+
}
|
1887
2042
|
.hover\:bg-serious-hover {
|
1888
2043
|
&:hover {
|
1889
2044
|
@media (hover: hover) {
|
@@ -1922,6 +2077,14 @@
|
|
1922
2077
|
}
|
1923
2078
|
}
|
1924
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
|
+
}
|
1925
2088
|
.hover\:outline-interactive-disabled {
|
1926
2089
|
&:hover {
|
1927
2090
|
@media (hover: hover) {
|
@@ -1958,7 +2121,7 @@
|
|
1958
2121
|
}
|
1959
2122
|
}
|
1960
2123
|
}
|
1961
|
-
.not-
|
2124
|
+
.not-dtk-selected\:hover\:bg-interactive-disabled {
|
1962
2125
|
&:not(*[data-selected]) {
|
1963
2126
|
&:hover {
|
1964
2127
|
@media (hover: hover) {
|
@@ -2032,6 +2195,12 @@
|
|
2032
2195
|
color: var(--color-inverse-light);
|
2033
2196
|
}
|
2034
2197
|
}
|
2198
|
+
.focus\:outline-4 {
|
2199
|
+
&:focus {
|
2200
|
+
outline-style: var(--tw-outline-style);
|
2201
|
+
outline-width: 4px;
|
2202
|
+
}
|
2203
|
+
}
|
2035
2204
|
.focus\:outline-highlight {
|
2036
2205
|
&:focus {
|
2037
2206
|
outline-color: var(--color-highlight);
|
@@ -2069,7 +2238,7 @@
|
|
2069
2238
|
--icon-color: var(--color-default-light);
|
2070
2239
|
}
|
2071
2240
|
}
|
2072
|
-
.not-
|
2241
|
+
.not-dtk-selected\:focus\:bg-interactive-disabled {
|
2073
2242
|
&:not(*[data-selected]) {
|
2074
2243
|
&:focus {
|
2075
2244
|
background-color: var(--color-interactive-disabled);
|
@@ -2126,42 +2295,6 @@
|
|
2126
2295
|
}
|
2127
2296
|
}
|
2128
2297
|
}
|
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
2298
|
.md\:grid-cols-3 {
|
2166
2299
|
@media (width >= 48rem) {
|
2167
2300
|
grid-template-columns: repeat(3, minmax(0, 1fr));
|
@@ -2172,33 +2305,43 @@
|
|
2172
2305
|
grid-template-columns: repeat(4, minmax(0, 1fr));
|
2173
2306
|
}
|
2174
2307
|
}
|
2175
|
-
.
|
2308
|
+
.dtk-orientation-horizontal\:flex-col {
|
2176
2309
|
&[data-orientation="horizontal"] {
|
2177
2310
|
flex-direction: column;
|
2178
2311
|
}
|
2179
2312
|
}
|
2180
|
-
.
|
2313
|
+
.dtk-orientation-horizontal\:flex-row {
|
2181
2314
|
&[data-orientation="horizontal"] {
|
2182
2315
|
flex-direction: row;
|
2183
2316
|
}
|
2184
2317
|
}
|
2185
|
-
.
|
2318
|
+
.dtk-orientation-vertical\:gap-xs {
|
2186
2319
|
&[data-orientation="vertical"] {
|
2187
2320
|
gap: var(--spacing-xs);
|
2188
2321
|
}
|
2189
2322
|
}
|
2190
|
-
.
|
2323
|
+
.dtk-hover\:bg-normal {
|
2324
|
+
&[data-hovered] {
|
2325
|
+
background-color: var(--color-normal);
|
2326
|
+
}
|
2327
|
+
}
|
2328
|
+
.dtk-focus\:bg-highlight-bold {
|
2191
2329
|
&[data-focused] {
|
2192
2330
|
background-color: var(--color-highlight-bold);
|
2193
2331
|
}
|
2194
2332
|
}
|
2195
|
-
.
|
2333
|
+
.dtk-focus\:bg-serious-bold {
|
2334
|
+
&[data-focused] {
|
2335
|
+
background-color: var(--color-serious-bold);
|
2336
|
+
}
|
2337
|
+
}
|
2338
|
+
.dtk-focus\:fg-inverse-light {
|
2196
2339
|
&[data-focused] {
|
2197
2340
|
color: var(--color-inverse-light);
|
2198
2341
|
--icon-color: var(--color-inverse-light);
|
2199
2342
|
}
|
2200
2343
|
}
|
2201
|
-
.
|
2344
|
+
.dtk-focus\:\*\*\:data-\[slot\=description\]\:fg-inverse-light {
|
2202
2345
|
&[data-focused] {
|
2203
2346
|
:is(& *) {
|
2204
2347
|
&[data-slot="description"] {
|
@@ -2208,72 +2351,72 @@
|
|
2208
2351
|
}
|
2209
2352
|
}
|
2210
2353
|
}
|
2211
|
-
.
|
2354
|
+
.dtk-pressed\:bg-critical-hover {
|
2212
2355
|
&[data-pressed] {
|
2213
2356
|
background-color: var(--color-critical-hover);
|
2214
2357
|
}
|
2215
2358
|
}
|
2216
|
-
.
|
2359
|
+
.dtk-pressed\:bg-interactive-hover-dark {
|
2217
2360
|
&[data-pressed] {
|
2218
2361
|
background-color: var(--color-interactive-hover-dark);
|
2219
2362
|
}
|
2220
2363
|
}
|
2221
|
-
.
|
2364
|
+
.dtk-pressed\:bg-interactive-hover-light {
|
2222
2365
|
&[data-pressed] {
|
2223
2366
|
background-color: var(--color-interactive-hover-light);
|
2224
2367
|
}
|
2225
2368
|
}
|
2226
|
-
.
|
2369
|
+
.dtk-pressed\:bg-serious-hover {
|
2227
2370
|
&[data-pressed] {
|
2228
2371
|
background-color: var(--color-serious-hover);
|
2229
2372
|
}
|
2230
2373
|
}
|
2231
|
-
.
|
2374
|
+
.dtk-pressed\:bg-transparent {
|
2232
2375
|
&[data-pressed] {
|
2233
2376
|
background-color: transparent;
|
2234
2377
|
}
|
2235
2378
|
}
|
2236
|
-
.
|
2379
|
+
.dtk-pressed\:outline-interactive-hover {
|
2237
2380
|
&[data-pressed] {
|
2238
2381
|
outline-color: var(--color-interactive-hover);
|
2239
2382
|
}
|
2240
2383
|
}
|
2241
|
-
.
|
2384
|
+
.dtk-pressed\:icon-default-light {
|
2242
2385
|
&[data-pressed] {
|
2243
2386
|
--icon-color: var(--color-default-light);
|
2244
2387
|
}
|
2245
2388
|
}
|
2246
|
-
.
|
2389
|
+
.dtk-selected\:cursor-default {
|
2247
2390
|
&[data-selected] {
|
2248
2391
|
cursor: default;
|
2249
2392
|
}
|
2250
2393
|
}
|
2251
|
-
.
|
2394
|
+
.dtk-selected\:bg-highlight-subtle {
|
2252
2395
|
&[data-selected] {
|
2253
2396
|
background-color: var(--color-highlight-subtle);
|
2254
2397
|
}
|
2255
2398
|
}
|
2256
|
-
.
|
2399
|
+
.dtk-selected\:bg-transparent {
|
2257
2400
|
&[data-selected] {
|
2258
2401
|
background-color: transparent;
|
2259
2402
|
}
|
2260
2403
|
}
|
2261
|
-
.
|
2404
|
+
.dtk-selected\:outline-highlight {
|
2262
2405
|
&[data-selected] {
|
2263
2406
|
outline-color: var(--color-highlight);
|
2264
2407
|
}
|
2265
2408
|
}
|
2266
|
-
.
|
2409
|
+
.dtk-selected\:outline-interactive-disabled {
|
2267
2410
|
&[data-selected] {
|
2268
2411
|
outline-color: var(--color-interactive-disabled);
|
2269
2412
|
}
|
2270
2413
|
}
|
2271
|
-
.
|
2414
|
+
.dtk-selected\:icon-highlight {
|
2272
2415
|
&[data-selected] {
|
2273
2416
|
--icon-color: var(--color-highlight);
|
2274
2417
|
}
|
2275
2418
|
}
|
2276
|
-
.
|
2419
|
+
.dtk-selected\:hover\:bg-highlight-subtle {
|
2277
2420
|
&[data-selected] {
|
2278
2421
|
&:hover {
|
2279
2422
|
@media (hover: hover) {
|
@@ -2282,7 +2425,7 @@
|
|
2282
2425
|
}
|
2283
2426
|
}
|
2284
2427
|
}
|
2285
|
-
.
|
2428
|
+
.dtk-selected\:hover\:bg-transparent {
|
2286
2429
|
&[data-selected] {
|
2287
2430
|
&:hover {
|
2288
2431
|
@media (hover: hover) {
|
@@ -2291,47 +2434,47 @@
|
|
2291
2434
|
}
|
2292
2435
|
}
|
2293
2436
|
}
|
2294
|
-
.
|
2437
|
+
.dtk-selected\:focus\:bg-highlight-subtle {
|
2295
2438
|
&[data-selected] {
|
2296
2439
|
&:focus {
|
2297
2440
|
background-color: var(--color-highlight-subtle);
|
2298
2441
|
}
|
2299
2442
|
}
|
2300
2443
|
}
|
2301
|
-
.
|
2444
|
+
.dtk-selected\:focus\:bg-transparent {
|
2302
2445
|
&[data-selected] {
|
2303
2446
|
&:focus {
|
2304
2447
|
background-color: transparent;
|
2305
2448
|
}
|
2306
2449
|
}
|
2307
2450
|
}
|
2308
|
-
.
|
2451
|
+
.dtk-disabled\:cursor-default {
|
2309
2452
|
&[data-disabled] {
|
2310
2453
|
cursor: default;
|
2311
2454
|
}
|
2312
2455
|
}
|
2313
|
-
.
|
2456
|
+
.dtk-disabled\:cursor-not-allowed {
|
2314
2457
|
&[data-disabled] {
|
2315
2458
|
cursor: not-allowed;
|
2316
2459
|
}
|
2317
2460
|
}
|
2318
|
-
.
|
2461
|
+
.dtk-disabled\:bg-transparent {
|
2319
2462
|
&[data-disabled] {
|
2320
2463
|
background-color: transparent;
|
2321
2464
|
}
|
2322
2465
|
}
|
2323
|
-
.
|
2466
|
+
.dtk-disabled\:fg-disabled {
|
2324
2467
|
&[data-disabled] {
|
2325
2468
|
color: var(--color-disabled);
|
2326
2469
|
--icon-color: var(--color-disabled);
|
2327
2470
|
}
|
2328
2471
|
}
|
2329
|
-
.
|
2472
|
+
.dtk-disabled\:text-interactive-disabled {
|
2330
2473
|
&[data-disabled] {
|
2331
2474
|
color: var(--color-interactive-disabled);
|
2332
2475
|
}
|
2333
2476
|
}
|
2334
|
-
.
|
2477
|
+
.dtk-disabled\:\*\*\:data-\[slot\=description\]\:fg-disabled {
|
2335
2478
|
&[data-disabled] {
|
2336
2479
|
:is(& *) {
|
2337
2480
|
&[data-slot="description"] {
|
@@ -2341,6 +2484,11 @@
|
|
2341
2484
|
}
|
2342
2485
|
}
|
2343
2486
|
}
|
2487
|
+
.\[\&_span\]\:pl-s {
|
2488
|
+
& span {
|
2489
|
+
padding-left: var(--spacing-s);
|
2490
|
+
}
|
2491
|
+
}
|
2344
2492
|
.\[\&\:empty\]\:before\:content-\[\'CUI\'\] {
|
2345
2493
|
&:empty {
|
2346
2494
|
&::before {
|
@@ -2438,6 +2586,11 @@
|
|
2438
2586
|
}
|
2439
2587
|
}
|
2440
2588
|
}
|
2589
|
+
.\[\&\:nth-child\(3n\)\]\:bg-default-dark {
|
2590
|
+
&:nth-child(3n) {
|
2591
|
+
background-color: var(--color-default-dark);
|
2592
|
+
}
|
2593
|
+
}
|
2441
2594
|
.\[\&\>\*\]\:p-s {
|
2442
2595
|
&>* {
|
2443
2596
|
padding: var(--spacing-s);
|
@@ -2462,14 +2615,14 @@
|
|
2462
2615
|
line-height: 0;
|
2463
2616
|
}
|
2464
2617
|
}
|
2465
|
-
.
|
2618
|
+
.dtk-orientation-horizontal\:\[\&\>\*\]\:pr-s {
|
2466
2619
|
&[data-orientation="horizontal"] {
|
2467
2620
|
&>* {
|
2468
2621
|
padding-right: var(--spacing-s);
|
2469
2622
|
}
|
2470
2623
|
}
|
2471
2624
|
}
|
2472
|
-
.
|
2625
|
+
.dtk-orientation-horizontal\:\[\&\>\*\]\:pl-s {
|
2473
2626
|
&[data-orientation="horizontal"] {
|
2474
2627
|
&>* {
|
2475
2628
|
padding-left: var(--spacing-s);
|