@accelint/design-toolkit 2.6.0 → 4.0.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/dist/components/accordion/index.d.ts +42 -0
- package/dist/components/accordion/index.js.map +1 -1
- package/dist/components/accordion/styles.d.ts +1 -1
- package/dist/components/accordion/styles.js +1 -1
- package/dist/components/accordion/styles.js.map +1 -1
- package/dist/components/avatar/index.d.ts +29 -0
- package/dist/components/avatar/index.js.map +1 -1
- package/dist/components/avatar/styles.d.ts +1 -1
- package/dist/components/badge/index.d.ts +24 -0
- package/dist/components/badge/index.js.map +1 -1
- package/dist/components/badge/styles.d.ts +1 -1
- package/dist/components/button/index.d.ts +104 -0
- package/dist/components/button/index.js +1 -1
- package/dist/components/button/index.js.map +1 -1
- package/dist/components/button/styles.d.ts +31 -109
- package/dist/components/button/styles.js +1 -1
- package/dist/components/button/styles.js.map +1 -1
- package/dist/components/button/types.d.ts +6 -4
- package/dist/components/checkbox/index.d.ts +33 -0
- package/dist/components/checkbox/index.js.map +1 -1
- package/dist/components/checkbox/styles.d.ts +4 -4
- package/dist/components/checkbox/styles.js +1 -1
- package/dist/components/checkbox/styles.js.map +1 -1
- package/dist/components/chip/index.d.ts +34 -0
- package/dist/components/chip/index.js.map +1 -1
- package/dist/components/chip/styles.d.ts +4 -4
- package/dist/components/chip/styles.js +1 -1
- package/dist/components/chip/styles.js.map +1 -1
- package/dist/components/classification-badge/index.d.ts +15 -0
- package/dist/components/classification-badge/index.js.map +1 -1
- package/dist/components/classification-banner/index.d.ts +11 -0
- package/dist/components/classification-banner/index.js.map +1 -1
- package/dist/components/color-picker/styles.d.ts +1 -1
- package/dist/components/color-picker/styles.js +1 -1
- package/dist/components/color-picker/styles.js.map +1 -1
- package/dist/components/combobox-field/index.d.ts +1 -0
- package/dist/components/combobox-field/styles.d.ts +6 -6
- package/dist/components/combobox-field/styles.js +1 -1
- package/dist/components/combobox-field/styles.js.map +1 -1
- package/dist/components/combobox-field/types.d.ts +1 -0
- package/dist/components/date-field/index.d.ts +45 -3
- package/dist/components/date-field/index.js +1 -1
- package/dist/components/date-field/index.js.map +1 -1
- package/dist/components/date-field/styles.d.ts +41 -51
- package/dist/components/date-field/styles.js +1 -1
- package/dist/components/date-field/styles.js.map +1 -1
- package/dist/components/date-field/types.d.ts +12 -15
- package/dist/components/details-list/styles.d.ts +1 -1
- package/dist/components/dialog/index.d.ts +48 -36
- package/dist/components/dialog/index.js +1 -1
- package/dist/components/dialog/index.js.map +1 -1
- package/dist/components/dialog/styles.d.ts +60 -0
- package/dist/components/dialog/styles.js +2 -0
- package/dist/components/dialog/styles.js.map +1 -0
- package/dist/components/dialog/types.d.ts +14 -0
- package/dist/components/dialog/types.js +2 -0
- package/dist/components/dialog/types.js.map +1 -0
- package/dist/components/drawer/events.d.ts +8 -0
- package/dist/components/drawer/events.js +2 -0
- package/dist/components/drawer/events.js.map +1 -0
- package/dist/components/drawer/index.d.ts +89 -43
- package/dist/components/drawer/index.js +1 -1
- package/dist/components/drawer/index.js.map +1 -1
- package/dist/components/drawer/styles.d.ts +50 -16
- package/dist/components/drawer/styles.js +1 -1
- package/dist/components/drawer/styles.js.map +1 -1
- package/dist/components/drawer/types.d.ts +154 -238
- package/dist/components/drawer/types.js +1 -1
- package/dist/components/drawer/types.js.map +1 -1
- package/dist/components/hero/styles.d.ts +1 -1
- package/dist/components/hotkey/index.d.ts +32 -1
- package/dist/components/hotkey/index.js +1 -1
- package/dist/components/hotkey/index.js.map +1 -1
- package/dist/components/hotkey/styles.d.ts +1 -1
- package/dist/components/icon/index.d.ts +29 -0
- package/dist/components/icon/index.js.map +1 -1
- package/dist/components/icon/styles.d.ts +1 -1
- package/dist/components/input/index.d.ts +19 -0
- package/dist/components/input/index.js +1 -1
- package/dist/components/input/index.js.map +1 -1
- package/dist/components/input/styles.d.ts +1 -1
- package/dist/components/input/styles.js +1 -1
- package/dist/components/input/styles.js.map +1 -1
- package/dist/components/input/types.d.ts +1 -0
- package/dist/components/label/index.d.ts +19 -0
- package/dist/components/label/index.js.map +1 -1
- package/dist/components/label/styles.d.ts +1 -1
- package/dist/components/menu/index.d.ts +69 -7
- package/dist/components/menu/index.js +1 -1
- package/dist/components/menu/index.js.map +1 -1
- package/dist/components/menu/styles.d.ts +11 -38
- package/dist/components/menu/styles.js +1 -1
- package/dist/components/menu/styles.js.map +1 -1
- package/dist/components/menu/types.d.ts +11 -16
- package/dist/components/options/index.d.ts +41 -0
- package/dist/components/options/index.js.map +1 -1
- package/dist/components/options/styles.d.ts +6 -6
- package/dist/components/options/styles.js +1 -1
- package/dist/components/options/styles.js.map +1 -1
- package/dist/components/options/types.d.ts +1 -1
- package/dist/components/popover/index.d.ts +36 -2
- package/dist/components/popover/index.js +1 -1
- package/dist/components/popover/index.js.map +1 -1
- package/dist/components/popover/styles.d.ts +1 -1
- package/dist/components/query-builder/index.d.ts +24 -0
- package/dist/components/query-builder/index.js.map +1 -1
- package/dist/components/radio/index.d.ts +31 -0
- package/dist/components/radio/index.js.map +1 -1
- package/dist/components/radio/styles.d.ts +4 -4
- package/dist/components/radio/styles.js +1 -1
- package/dist/components/radio/styles.js.map +1 -1
- package/dist/components/search-field/styles.d.ts +1 -1
- package/dist/components/search-field/styles.js +1 -1
- package/dist/components/search-field/styles.js.map +1 -1
- package/dist/components/search-field/types.d.ts +1 -0
- package/dist/components/select-field/index.d.ts +44 -0
- package/dist/components/select-field/index.js +1 -1
- package/dist/components/select-field/index.js.map +1 -1
- package/dist/components/select-field/styles.d.ts +7 -7
- package/dist/components/select-field/styles.js +1 -1
- package/dist/components/select-field/styles.js.map +1 -1
- package/dist/components/select-field/types.d.ts +1 -0
- package/dist/components/skeleton/styles.d.ts +1 -1
- package/dist/components/slider/index.d.ts +15 -20
- package/dist/components/slider/index.js +1 -1
- package/dist/components/slider/index.js.map +1 -1
- package/dist/components/slider/styles.d.ts +84 -0
- package/dist/components/slider/styles.js +2 -0
- package/dist/components/slider/styles.js.map +1 -0
- package/dist/components/slider/types.d.ts +22 -0
- package/dist/components/slider/types.js +2 -0
- package/dist/components/slider/types.js.map +1 -0
- package/dist/components/switch/index.d.ts +36 -0
- package/dist/components/switch/index.js +1 -1
- package/dist/components/switch/index.js.map +1 -1
- package/dist/components/switch/styles.d.ts +24 -22
- package/dist/components/switch/styles.js +1 -1
- package/dist/components/switch/styles.js.map +1 -1
- package/dist/components/switch/types.d.ts +1 -0
- package/dist/components/tabs/index.d.ts +46 -0
- package/dist/components/tabs/index.js.map +1 -1
- package/dist/components/text-area-field/index.d.ts +20 -0
- package/dist/components/text-area-field/index.js.map +1 -1
- package/dist/components/text-area-field/styles.d.ts +7 -7
- package/dist/components/text-area-field/styles.js +1 -1
- package/dist/components/text-area-field/styles.js.map +1 -1
- package/dist/components/text-field/index.d.ts +62 -0
- package/dist/components/text-field/index.js.map +1 -1
- package/dist/components/text-field/styles.d.ts +7 -7
- package/dist/components/text-field/types.d.ts +1 -0
- package/dist/components/tooltip/index.d.ts +42 -0
- package/dist/components/tooltip/index.js +1 -1
- package/dist/components/tooltip/index.js.map +1 -1
- package/dist/components/tooltip/styles.d.ts +1 -1
- package/dist/components/view-stack/events.d.ts +9 -0
- package/dist/components/view-stack/events.js +2 -0
- package/dist/components/view-stack/events.js.map +1 -0
- package/dist/components/view-stack/index.d.ts +13 -10
- package/dist/components/view-stack/index.js +1 -1
- package/dist/components/view-stack/index.js.map +1 -1
- package/dist/components/view-stack/types.d.ts +13 -9
- package/dist/index.css +3 -3
- package/dist/index.d.ts +23 -19
- package/dist/index.js +1 -1
- package/dist/lib/types.d.ts +6 -2
- package/dist/lib/utils.d.ts +15 -5
- 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 +1449 -774
- package/dist/tokens/index.js.map +1 -1
- package/dist/tokens/themes.css +12 -0
- package/dist/tokens/tokens.css +12 -0
- package/dist/variants/variants.css +19 -5
- package/package.json +16 -9
- package/dist/components/box/index.d.ts +0 -19
- package/dist/components/box/index.js +0 -2
- package/dist/components/box/index.js.map +0 -1
- package/dist/components/drawer/context.d.ts +0 -13
- package/dist/components/drawer/context.js +0 -2
- package/dist/components/drawer/context.js.map +0 -1
- package/dist/components/drawer/state.d.ts +0 -26
- package/dist/components/drawer/state.js +0 -2
- package/dist/components/drawer/state.js.map +0 -1
package/dist/styles.css
CHANGED
|
@@ -397,24 +397,9 @@
|
|
|
397
397
|
.inset-0 {
|
|
398
398
|
inset: var(--spacing-0);
|
|
399
399
|
}
|
|
400
|
-
.top-1\/2 {
|
|
401
|
-
top: calc(1/2 * 100%);
|
|
402
|
-
}
|
|
403
|
-
.top-\[50\%\] {
|
|
404
|
-
top: 50%;
|
|
405
|
-
}
|
|
406
400
|
.top-\[var\(--classification-banner-height\)\] {
|
|
407
401
|
top: var(--classification-banner-height);
|
|
408
402
|
}
|
|
409
|
-
.left-1\/2 {
|
|
410
|
-
left: calc(1/2 * 100%);
|
|
411
|
-
}
|
|
412
|
-
.left-\[50\%\] {
|
|
413
|
-
left: 50%;
|
|
414
|
-
}
|
|
415
|
-
.left-s {
|
|
416
|
-
left: var(--spacing-s);
|
|
417
|
-
}
|
|
418
403
|
.z-1 {
|
|
419
404
|
z-index: 1;
|
|
420
405
|
}
|
|
@@ -433,9 +418,6 @@
|
|
|
433
418
|
.order-1 {
|
|
434
419
|
order: 1;
|
|
435
420
|
}
|
|
436
|
-
.order-2 {
|
|
437
|
-
order: 2;
|
|
438
|
-
}
|
|
439
421
|
.order-3 {
|
|
440
422
|
order: 3;
|
|
441
423
|
}
|
|
@@ -454,12 +436,6 @@
|
|
|
454
436
|
.col-\[var\(--drawer-main-cols\)\] {
|
|
455
437
|
grid-column: var(--drawer-main-cols);
|
|
456
438
|
}
|
|
457
|
-
.col-span-2 {
|
|
458
|
-
grid-column: span 2 / span 2;
|
|
459
|
-
}
|
|
460
|
-
.col-span-3 {
|
|
461
|
-
grid-column: span 3 / span 3;
|
|
462
|
-
}
|
|
463
439
|
.col-span-full {
|
|
464
440
|
grid-column: 1 / -1;
|
|
465
441
|
}
|
|
@@ -469,30 +445,12 @@
|
|
|
469
445
|
.col-start-2 {
|
|
470
446
|
grid-column-start: 2;
|
|
471
447
|
}
|
|
472
|
-
.col-start-3 {
|
|
473
|
-
grid-column-start: 3;
|
|
474
|
-
}
|
|
475
448
|
.\[grid-row\:1\] {
|
|
476
449
|
grid-row: 1;
|
|
477
450
|
}
|
|
478
451
|
.row-\[var\(--drawer-main-rows\)\] {
|
|
479
452
|
grid-row: var(--drawer-main-rows);
|
|
480
453
|
}
|
|
481
|
-
.row-span-3 {
|
|
482
|
-
grid-row: span 3 / span 3;
|
|
483
|
-
}
|
|
484
|
-
.row-start-1 {
|
|
485
|
-
grid-row-start: 1;
|
|
486
|
-
}
|
|
487
|
-
.row-start-2 {
|
|
488
|
-
grid-row-start: 2;
|
|
489
|
-
}
|
|
490
|
-
.row-start-3 {
|
|
491
|
-
grid-row-start: 3;
|
|
492
|
-
}
|
|
493
|
-
.row-start-4 {
|
|
494
|
-
grid-row-start: 4;
|
|
495
|
-
}
|
|
496
454
|
.container {
|
|
497
455
|
width: 100%;
|
|
498
456
|
@media (width >= 40rem) {
|
|
@@ -538,9 +496,6 @@
|
|
|
538
496
|
.mt-xl {
|
|
539
497
|
margin-top: var(--spacing-xl);
|
|
540
498
|
}
|
|
541
|
-
.mb-m {
|
|
542
|
-
margin-bottom: var(--spacing-m);
|
|
543
|
-
}
|
|
544
499
|
.mb-s {
|
|
545
500
|
margin-bottom: var(--spacing-s);
|
|
546
501
|
}
|
|
@@ -644,18 +599,12 @@
|
|
|
644
599
|
.h-oversized {
|
|
645
600
|
height: var(--spacing-oversized);
|
|
646
601
|
}
|
|
647
|
-
.h-s {
|
|
648
|
-
height: var(--spacing-s);
|
|
649
|
-
}
|
|
650
602
|
.h-screen {
|
|
651
603
|
height: 100vh;
|
|
652
604
|
}
|
|
653
605
|
.h-xl {
|
|
654
606
|
height: var(--spacing-xl);
|
|
655
607
|
}
|
|
656
|
-
.h-xxs {
|
|
657
|
-
height: var(--spacing-xxs);
|
|
658
|
-
}
|
|
659
608
|
.max-h-\[200px\] {
|
|
660
609
|
max-height: 200px;
|
|
661
610
|
}
|
|
@@ -782,36 +731,21 @@
|
|
|
782
731
|
.w-m {
|
|
783
732
|
width: var(--spacing-m);
|
|
784
733
|
}
|
|
785
|
-
.w-s {
|
|
786
|
-
width: var(--spacing-s);
|
|
787
|
-
}
|
|
788
734
|
.w-xl {
|
|
789
735
|
width: var(--spacing-xl);
|
|
790
736
|
}
|
|
791
|
-
.w-xxs {
|
|
792
|
-
width: var(--spacing-xxs);
|
|
793
|
-
}
|
|
794
737
|
.max-w-\[160px\] {
|
|
795
738
|
max-width: 160px;
|
|
796
739
|
}
|
|
797
740
|
.max-w-\[280px\] {
|
|
798
741
|
max-width: 280px;
|
|
799
742
|
}
|
|
800
|
-
.max-w-\[720px\] {
|
|
801
|
-
max-width: 720px;
|
|
802
|
-
}
|
|
803
743
|
.min-w-\(--trigger-width\) {
|
|
804
744
|
min-width: var(--trigger-width);
|
|
805
745
|
}
|
|
806
746
|
.min-w-0 {
|
|
807
747
|
min-width: var(--spacing-0);
|
|
808
748
|
}
|
|
809
|
-
.min-w-\[280px\] {
|
|
810
|
-
min-width: 280px;
|
|
811
|
-
}
|
|
812
|
-
.min-w-\[320px\] {
|
|
813
|
-
min-width: 320px;
|
|
814
|
-
}
|
|
815
749
|
.min-w-\[calc\(var\(--trigger-width\)\+\(var\(--spacing-s\)\*2\)\)\] {
|
|
816
750
|
min-width: calc(var(--trigger-width) + (var(--spacing-s) * 2));
|
|
817
751
|
}
|
|
@@ -833,22 +767,6 @@
|
|
|
833
767
|
.grow {
|
|
834
768
|
flex-grow: 1;
|
|
835
769
|
}
|
|
836
|
-
.translate-x-\[40\%\] {
|
|
837
|
-
--tw-translate-x: 40%;
|
|
838
|
-
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
839
|
-
}
|
|
840
|
-
.-translate-y-1\/2 {
|
|
841
|
-
--tw-translate-y: calc(calc(1/2 * 100%) * -1);
|
|
842
|
-
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
843
|
-
}
|
|
844
|
-
.translate-y-1\/2 {
|
|
845
|
-
--tw-translate-y: calc(1/2 * 100%);
|
|
846
|
-
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
847
|
-
}
|
|
848
|
-
.translate-y-\[50\%\] {
|
|
849
|
-
--tw-translate-y: 50%;
|
|
850
|
-
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
851
|
-
}
|
|
852
770
|
.transform {
|
|
853
771
|
transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
|
|
854
772
|
}
|
|
@@ -885,51 +803,30 @@
|
|
|
885
803
|
.grid-cols-\[auto_1fr\] {
|
|
886
804
|
grid-template-columns: auto 1fr;
|
|
887
805
|
}
|
|
888
|
-
.grid-cols-\[auto_1fr_auto\] {
|
|
889
|
-
grid-template-columns: auto 1fr auto;
|
|
890
|
-
}
|
|
891
806
|
.grid-cols-\[auto_auto_1fr_auto\] {
|
|
892
807
|
grid-template-columns: auto auto 1fr auto;
|
|
893
808
|
}
|
|
894
|
-
.grid-cols-\[auto_auto_1fr_auto_auto\] {
|
|
895
|
-
grid-template-columns: auto auto 1fr auto auto;
|
|
896
|
-
}
|
|
897
|
-
.grid-cols-\[auto_auto_auto\] {
|
|
898
|
-
grid-template-columns: auto auto auto;
|
|
899
|
-
}
|
|
900
809
|
.grid-cols-\[minmax\(100px\,_1fr\)_min-content\] {
|
|
901
810
|
grid-template-columns: minmax(100px, 1fr) min-content;
|
|
902
811
|
}
|
|
903
812
|
.grid-cols-\[var\(--route-layout-grid-cols\)\] {
|
|
904
813
|
grid-template-columns: var(--route-layout-grid-cols);
|
|
905
814
|
}
|
|
906
|
-
.grid-rows-1 {
|
|
907
|
-
grid-template-rows: repeat(1, minmax(0, 1fr));
|
|
908
|
-
}
|
|
909
|
-
.grid-rows-\[auto_auto_1fr_auto\] {
|
|
910
|
-
grid-template-rows: auto auto 1fr auto;
|
|
911
|
-
}
|
|
912
|
-
.grid-rows-\[auto_auto_auto\] {
|
|
913
|
-
grid-template-rows: auto auto auto;
|
|
914
|
-
}
|
|
915
815
|
.grid-rows-\[var\(--route-layout-grid-rows\)\] {
|
|
916
816
|
grid-template-rows: var(--route-layout-grid-rows);
|
|
917
817
|
}
|
|
918
818
|
.flex-col {
|
|
919
819
|
flex-direction: column;
|
|
920
820
|
}
|
|
921
|
-
.flex-col-reverse {
|
|
922
|
-
flex-direction: column-reverse;
|
|
923
|
-
}
|
|
924
821
|
.flex-row {
|
|
925
822
|
flex-direction: row;
|
|
926
823
|
}
|
|
824
|
+
.flex-row-reverse {
|
|
825
|
+
flex-direction: row-reverse;
|
|
826
|
+
}
|
|
927
827
|
.flex-wrap {
|
|
928
828
|
flex-wrap: wrap;
|
|
929
829
|
}
|
|
930
|
-
.items-baseline {
|
|
931
|
-
align-items: baseline;
|
|
932
|
-
}
|
|
933
830
|
.items-center {
|
|
934
831
|
align-items: center;
|
|
935
832
|
}
|
|
@@ -939,12 +836,6 @@
|
|
|
939
836
|
.items-start {
|
|
940
837
|
align-items: flex-start;
|
|
941
838
|
}
|
|
942
|
-
.items-stretch {
|
|
943
|
-
align-items: stretch;
|
|
944
|
-
}
|
|
945
|
-
.justify-around {
|
|
946
|
-
justify-content: space-around;
|
|
947
|
-
}
|
|
948
839
|
.justify-between {
|
|
949
840
|
justify-content: space-between;
|
|
950
841
|
}
|
|
@@ -954,9 +845,6 @@
|
|
|
954
845
|
.justify-end {
|
|
955
846
|
justify-content: flex-end;
|
|
956
847
|
}
|
|
957
|
-
.justify-evenly {
|
|
958
|
-
justify-content: space-evenly;
|
|
959
|
-
}
|
|
960
848
|
.justify-start {
|
|
961
849
|
justify-content: flex-start;
|
|
962
850
|
}
|
|
@@ -1018,15 +906,6 @@
|
|
|
1018
906
|
.gap-y-xxl {
|
|
1019
907
|
row-gap: var(--spacing-xxl);
|
|
1020
908
|
}
|
|
1021
|
-
.self-end {
|
|
1022
|
-
align-self: flex-end;
|
|
1023
|
-
}
|
|
1024
|
-
.justify-self-center {
|
|
1025
|
-
justify-self: center;
|
|
1026
|
-
}
|
|
1027
|
-
.justify-self-end {
|
|
1028
|
-
justify-self: flex-end;
|
|
1029
|
-
}
|
|
1030
909
|
.truncate {
|
|
1031
910
|
overflow: hidden;
|
|
1032
911
|
text-overflow: ellipsis;
|
|
@@ -1295,6 +1174,9 @@
|
|
|
1295
1174
|
.object-center {
|
|
1296
1175
|
object-position: center;
|
|
1297
1176
|
}
|
|
1177
|
+
.\!p-xs {
|
|
1178
|
+
padding: var(--spacing-xs) !important;
|
|
1179
|
+
}
|
|
1298
1180
|
.p-l {
|
|
1299
1181
|
padding: var(--spacing-l);
|
|
1300
1182
|
}
|
|
@@ -1676,9 +1558,6 @@
|
|
|
1676
1558
|
.\[--drawer-menu-size\:40px\] {
|
|
1677
1559
|
--drawer-menu-size: 40px;
|
|
1678
1560
|
}
|
|
1679
|
-
.\[--drawer-size-closed\:0\] {
|
|
1680
|
-
--drawer-size-closed: 0;
|
|
1681
|
-
}
|
|
1682
1561
|
.\[--drawer-size-large\:400px\] {
|
|
1683
1562
|
--drawer-size-large: 400px;
|
|
1684
1563
|
}
|
|
@@ -1773,6 +1652,11 @@
|
|
|
1773
1652
|
rotate: 180deg;
|
|
1774
1653
|
}
|
|
1775
1654
|
}
|
|
1655
|
+
.group-invalid\/date-field\:outline-serious {
|
|
1656
|
+
&:is(:where(.group\/date-field):where([invalid], [data-invalid], :invalid) *) {
|
|
1657
|
+
outline-color: var(--color-serious);
|
|
1658
|
+
}
|
|
1659
|
+
}
|
|
1776
1660
|
.group-empty\/input\:invisible {
|
|
1777
1661
|
&:is(:where(.group\/input):where([data-empty], :empty) *) {
|
|
1778
1662
|
visibility: hidden;
|
|
@@ -1789,8 +1673,8 @@
|
|
|
1789
1673
|
--icon-color: var(--color-inverse-light);
|
|
1790
1674
|
}
|
|
1791
1675
|
}
|
|
1792
|
-
.group-focus\/menu-item\:fg-inverse-light {
|
|
1793
|
-
&:is(:where(.group\/menu-item):where([data-
|
|
1676
|
+
.group-focus-visible\/menu-item\:fg-inverse-light {
|
|
1677
|
+
&:is(:where(.group\/menu-item):where([data-focus-visible], :focus-visible) *) {
|
|
1794
1678
|
color: var(--color-inverse-light);
|
|
1795
1679
|
--icon-color: var(--color-inverse-light);
|
|
1796
1680
|
}
|
|
@@ -1831,17 +1715,17 @@
|
|
|
1831
1715
|
}
|
|
1832
1716
|
}
|
|
1833
1717
|
}
|
|
1834
|
-
.group-enabled\/checkbox\:group-focus\/checkbox\:outline-interactive-hover {
|
|
1718
|
+
.group-enabled\/checkbox\:group-focus-visible\/checkbox\:outline-interactive-hover {
|
|
1835
1719
|
&:is(:where(.group\/checkbox):where(:not([disabled], [data-disabled]), :enabled) *) {
|
|
1836
|
-
&:is(:where(.group\/checkbox):where([data-
|
|
1720
|
+
&:is(:where(.group\/checkbox):where([data-focus-visible], :focus-visible) *) {
|
|
1837
1721
|
outline-color: var(--color-interactive-hover);
|
|
1838
1722
|
}
|
|
1839
1723
|
}
|
|
1840
1724
|
}
|
|
1841
|
-
.group-enabled\/checkbox\:group-indeterminate\/checkbox\:group-focus\/checkbox\:outline-interactive-hover {
|
|
1725
|
+
.group-enabled\/checkbox\:group-indeterminate\/checkbox\:group-focus-visible\/checkbox\:outline-interactive-hover {
|
|
1842
1726
|
&:is(:where(.group\/checkbox):where(:not([disabled], [data-disabled]), :enabled) *) {
|
|
1843
1727
|
&:is(:where(.group\/checkbox):where([data-indeterminate], :indeterminate) *) {
|
|
1844
|
-
&:is(:where(.group\/checkbox):where([data-
|
|
1728
|
+
&:is(:where(.group\/checkbox):where([data-focus-visible], :focus-visible) *) {
|
|
1845
1729
|
outline-color: var(--color-interactive-hover);
|
|
1846
1730
|
}
|
|
1847
1731
|
}
|
|
@@ -1853,6 +1737,11 @@
|
|
|
1853
1737
|
--icon-color: var(--color-default-light);
|
|
1854
1738
|
}
|
|
1855
1739
|
}
|
|
1740
|
+
.group-enabled\/combobox-field\:outline-interactive {
|
|
1741
|
+
&:is(:where(.group\/combobox-field):where(:not([disabled], [data-disabled]), :enabled) *) {
|
|
1742
|
+
outline-color: var(--color-interactive);
|
|
1743
|
+
}
|
|
1744
|
+
}
|
|
1856
1745
|
.group-enabled\/combobox-field\:group-invalid\/combobox-field\:outline-serious {
|
|
1857
1746
|
&:is(:where(.group\/combobox-field):where(:not([disabled], [data-disabled]), :enabled) *) {
|
|
1858
1747
|
&:is(:where(.group\/combobox-field):where([invalid], [data-invalid], :invalid) *) {
|
|
@@ -1874,9 +1763,9 @@
|
|
|
1874
1763
|
}
|
|
1875
1764
|
}
|
|
1876
1765
|
}
|
|
1877
|
-
.group-enabled\/options-item\:group-focus\/options-item\:fg-inverse-light {
|
|
1766
|
+
.group-enabled\/options-item\:group-focus-visible\/options-item\:fg-inverse-light {
|
|
1878
1767
|
&:is(:where(.group\/options-item):where(:not([disabled], [data-disabled]), :enabled) *) {
|
|
1879
|
-
&:is(:where(.group\/options-item):where([data-
|
|
1768
|
+
&:is(:where(.group\/options-item):where([data-focus-visible], :focus-visible) *) {
|
|
1880
1769
|
color: var(--color-inverse-light);
|
|
1881
1770
|
--icon-color: var(--color-inverse-light);
|
|
1882
1771
|
}
|
|
@@ -1889,9 +1778,9 @@
|
|
|
1889
1778
|
}
|
|
1890
1779
|
}
|
|
1891
1780
|
}
|
|
1892
|
-
.group-enabled\/radio\:group-focus\/radio\:outline-interactive-hover {
|
|
1781
|
+
.group-enabled\/radio\:group-focus-visible\/radio\:outline-interactive-hover {
|
|
1893
1782
|
&:is(:where(.group\/radio):where(:not([disabled], [data-disabled]), :enabled) *) {
|
|
1894
|
-
&:is(:where(.group\/radio):where([data-
|
|
1783
|
+
&:is(:where(.group\/radio):where([data-focus-visible], :focus-visible) *) {
|
|
1895
1784
|
outline-color: var(--color-interactive-hover);
|
|
1896
1785
|
}
|
|
1897
1786
|
}
|
|
@@ -1910,16 +1799,16 @@
|
|
|
1910
1799
|
}
|
|
1911
1800
|
}
|
|
1912
1801
|
}
|
|
1913
|
-
.group-enabled\/switch\:group-focus\/switch\:bg-interactive-hover-dark {
|
|
1802
|
+
.group-enabled\/switch\:group-focus-visible\/switch\:bg-interactive-hover-dark {
|
|
1914
1803
|
&:is(:where(.group\/switch):where(:not([disabled], [data-disabled]), :enabled) *) {
|
|
1915
|
-
&:is(:where(.group\/switch):where([data-
|
|
1804
|
+
&:is(:where(.group\/switch):where([data-focus-visible], :focus-visible) *) {
|
|
1916
1805
|
background-color: var(--color-interactive-hover-dark);
|
|
1917
1806
|
}
|
|
1918
1807
|
}
|
|
1919
1808
|
}
|
|
1920
|
-
.group-enabled\/switch\:group-focus\/switch\:outline-interactive-hover {
|
|
1809
|
+
.group-enabled\/switch\:group-focus-visible\/switch\:outline-interactive-hover {
|
|
1921
1810
|
&:is(:where(.group\/switch):where(:not([disabled], [data-disabled]), :enabled) *) {
|
|
1922
|
-
&:is(:where(.group\/switch):where([data-
|
|
1811
|
+
&:is(:where(.group\/switch):where([data-focus-visible], :focus-visible) *) {
|
|
1923
1812
|
outline-color: var(--color-interactive-hover);
|
|
1924
1813
|
}
|
|
1925
1814
|
}
|
|
@@ -1989,6 +1878,11 @@
|
|
|
1989
1878
|
color: var(--color-disabled);
|
|
1990
1879
|
}
|
|
1991
1880
|
}
|
|
1881
|
+
.group-disabled\/date-field\:outline-interactive-disabled {
|
|
1882
|
+
&:is(:where(.group\/date-field):where([disabled], [data-disabled], :disabled) *) {
|
|
1883
|
+
outline-color: var(--color-interactive-disabled);
|
|
1884
|
+
}
|
|
1885
|
+
}
|
|
1992
1886
|
.group-disabled\/menu-item\:fg-disabled {
|
|
1993
1887
|
&:is(:where(.group\/menu-item):where([disabled], [data-disabled], :disabled) *) {
|
|
1994
1888
|
color: var(--color-disabled);
|
|
@@ -2061,7 +1955,7 @@
|
|
|
2061
1955
|
}
|
|
2062
1956
|
.group-enabled\/options-item\:group-color-info\/options-item\:fg-default-light {
|
|
2063
1957
|
&:is(:where(.group\/options-item):where(:not([disabled], [data-disabled]), :enabled) *) {
|
|
2064
|
-
&:is(:where(.group\/options-item):where([data-color
|
|
1958
|
+
&:is(:where(.group\/options-item):where([data-color="info"]) *) {
|
|
2065
1959
|
color: var(--color-default-light);
|
|
2066
1960
|
--icon-color: var(--color-default-light);
|
|
2067
1961
|
}
|
|
@@ -2070,17 +1964,17 @@
|
|
|
2070
1964
|
.group-enabled\/options-item\:group-hover\/options-item\:group-color-info\/options-item\:fg-inverse-light {
|
|
2071
1965
|
&:is(:where(.group\/options-item):where(:not([disabled], [data-disabled]), :enabled) *) {
|
|
2072
1966
|
&:is(:where(.group\/options-item):where([data-hovered], :hover) *) {
|
|
2073
|
-
&:is(:where(.group\/options-item):where([data-color
|
|
1967
|
+
&:is(:where(.group\/options-item):where([data-color="info"]) *) {
|
|
2074
1968
|
color: var(--color-inverse-light);
|
|
2075
1969
|
--icon-color: var(--color-inverse-light);
|
|
2076
1970
|
}
|
|
2077
1971
|
}
|
|
2078
1972
|
}
|
|
2079
1973
|
}
|
|
2080
|
-
.group-enabled\/options-item\:group-focus\/options-item\:group-color-info\/options-item\:fg-inverse-light {
|
|
1974
|
+
.group-enabled\/options-item\:group-focus-visible\/options-item\:group-color-info\/options-item\:fg-inverse-light {
|
|
2081
1975
|
&:is(:where(.group\/options-item):where(:not([disabled], [data-disabled]), :enabled) *) {
|
|
2082
|
-
&:is(:where(.group\/options-item):where([data-
|
|
2083
|
-
&:is(:where(.group\/options-item):where([data-color
|
|
1976
|
+
&:is(:where(.group\/options-item):where([data-focus-visible], :focus-visible) *) {
|
|
1977
|
+
&:is(:where(.group\/options-item):where([data-color="info"]) *) {
|
|
2084
1978
|
color: var(--color-inverse-light);
|
|
2085
1979
|
--icon-color: var(--color-inverse-light);
|
|
2086
1980
|
}
|
|
@@ -2089,7 +1983,7 @@
|
|
|
2089
1983
|
}
|
|
2090
1984
|
.group-enabled\/options-item\:group-color-serious\/options-item\:fg-serious {
|
|
2091
1985
|
&:is(:where(.group\/options-item):where(:not([disabled], [data-disabled]), :enabled) *) {
|
|
2092
|
-
&:is(:where(.group\/options-item):where([data-color
|
|
1986
|
+
&:is(:where(.group\/options-item):where([data-color="serious"]) *) {
|
|
2093
1987
|
color: var(--color-serious);
|
|
2094
1988
|
--icon-color: var(--color-serious);
|
|
2095
1989
|
}
|
|
@@ -2098,17 +1992,17 @@
|
|
|
2098
1992
|
.group-enabled\/options-item\:group-hover\/options-item\:group-color-serious\/options-item\:fg-inverse-light {
|
|
2099
1993
|
&:is(:where(.group\/options-item):where(:not([disabled], [data-disabled]), :enabled) *) {
|
|
2100
1994
|
&:is(:where(.group\/options-item):where([data-hovered], :hover) *) {
|
|
2101
|
-
&:is(:where(.group\/options-item):where([data-color
|
|
1995
|
+
&:is(:where(.group\/options-item):where([data-color="serious"]) *) {
|
|
2102
1996
|
color: var(--color-inverse-light);
|
|
2103
1997
|
--icon-color: var(--color-inverse-light);
|
|
2104
1998
|
}
|
|
2105
1999
|
}
|
|
2106
2000
|
}
|
|
2107
2001
|
}
|
|
2108
|
-
.group-enabled\/options-item\:group-focus\/options-item\:group-color-serious\/options-item\:fg-inverse-light {
|
|
2002
|
+
.group-enabled\/options-item\:group-focus-visible\/options-item\:group-color-serious\/options-item\:fg-inverse-light {
|
|
2109
2003
|
&:is(:where(.group\/options-item):where(:not([disabled], [data-disabled]), :enabled) *) {
|
|
2110
|
-
&:is(:where(.group\/options-item):where([data-
|
|
2111
|
-
&:is(:where(.group\/options-item):where([data-color
|
|
2004
|
+
&:is(:where(.group\/options-item):where([data-focus-visible], :focus-visible) *) {
|
|
2005
|
+
&:is(:where(.group\/options-item):where([data-color="serious"]) *) {
|
|
2112
2006
|
color: var(--color-inverse-light);
|
|
2113
2007
|
--icon-color: var(--color-inverse-light);
|
|
2114
2008
|
}
|
|
@@ -2215,12 +2109,6 @@
|
|
|
2215
2109
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
2216
2110
|
}
|
|
2217
2111
|
}
|
|
2218
|
-
.group-placement-right\/drawer\:-translate-y-1\/8 {
|
|
2219
|
-
&:is(:where(.group\/drawer):where([data-placement~="right"]) *) {
|
|
2220
|
-
--tw-translate-y: calc(calc(1/8 * 100%) * -1);
|
|
2221
|
-
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
2222
|
-
}
|
|
2223
|
-
}
|
|
2224
2112
|
.group-placement-right\/drawer\:-translate-y-7\/8 {
|
|
2225
2113
|
&:is(:where(.group\/drawer):where([data-placement~="right"]) *) {
|
|
2226
2114
|
--tw-translate-y: calc(calc(7/8 * 100%) * -1);
|
|
@@ -2396,6 +2284,91 @@
|
|
|
2396
2284
|
border-bottom-left-radius: var(--radius-none);
|
|
2397
2285
|
}
|
|
2398
2286
|
}
|
|
2287
|
+
.group-size-large\/dialog\:mt-xl {
|
|
2288
|
+
&:is(:where(.group\/dialog):where([data-size="large"]) *) {
|
|
2289
|
+
margin-top: var(--spacing-xl);
|
|
2290
|
+
}
|
|
2291
|
+
}
|
|
2292
|
+
.group-size-large\/dialog\:mb-m {
|
|
2293
|
+
&:is(:where(.group\/dialog):where([data-size="large"]) *) {
|
|
2294
|
+
margin-bottom: var(--spacing-m);
|
|
2295
|
+
}
|
|
2296
|
+
}
|
|
2297
|
+
.group-size-large\/dialog\:min-w-\[320px\] {
|
|
2298
|
+
&:is(:where(.group\/dialog):where([data-size="large"]) *) {
|
|
2299
|
+
min-width: 320px;
|
|
2300
|
+
}
|
|
2301
|
+
}
|
|
2302
|
+
.group-size-large\/dialog\:gap-l {
|
|
2303
|
+
&:is(:where(.group\/dialog):where([data-size="large"]) *) {
|
|
2304
|
+
gap: var(--spacing-l);
|
|
2305
|
+
}
|
|
2306
|
+
}
|
|
2307
|
+
.group-size-large\/dialog\:rounded-large {
|
|
2308
|
+
&:is(:where(.group\/dialog):where([data-size="large"]) *) {
|
|
2309
|
+
border-radius: var(--radius-large);
|
|
2310
|
+
}
|
|
2311
|
+
}
|
|
2312
|
+
.group-size-large\/dialog\:rounded-medium {
|
|
2313
|
+
&:is(:where(.group\/dialog):where([data-size="large"]) *) {
|
|
2314
|
+
border-radius: var(--radius-medium);
|
|
2315
|
+
}
|
|
2316
|
+
}
|
|
2317
|
+
.group-size-large\/dialog\:p-xl {
|
|
2318
|
+
&:is(:where(.group\/dialog):where([data-size="large"]) *) {
|
|
2319
|
+
padding: var(--spacing-xl);
|
|
2320
|
+
}
|
|
2321
|
+
}
|
|
2322
|
+
.group-size-large\/dialog\:text-header-l {
|
|
2323
|
+
&:is(:where(.group\/dialog):where([data-size="large"]) *) {
|
|
2324
|
+
font-size: var(--typography-header-l-size);
|
|
2325
|
+
font-weight: 500;
|
|
2326
|
+
letter-spacing: var(--typography-header-l-spacing);
|
|
2327
|
+
line-height: var(--typography-header-l-height);
|
|
2328
|
+
}
|
|
2329
|
+
}
|
|
2330
|
+
.group-placement-left\/drawer\:group-size-large\/drawer\:w-\[var\(--drawer-size-large\)\] {
|
|
2331
|
+
&:is(:where(.group\/drawer):where([data-placement~="left"]) *) {
|
|
2332
|
+
&:is(:where(.group\/drawer):where([data-size="large"]) *) {
|
|
2333
|
+
width: var(--drawer-size-large);
|
|
2334
|
+
}
|
|
2335
|
+
}
|
|
2336
|
+
}
|
|
2337
|
+
.group-placement-left\/drawer\:group-size-large\/drawer\:w-\[var\(--drawer-size-large\)\] {
|
|
2338
|
+
&:is(:where(.group\/drawer):where([data-placement~="left"]) *) {
|
|
2339
|
+
&:is(:where(.group\/drawer):where([data-size="large"]) *) {
|
|
2340
|
+
width: var(--drawer-size-large);
|
|
2341
|
+
}
|
|
2342
|
+
}
|
|
2343
|
+
}
|
|
2344
|
+
.group-placement-right\/drawer\:group-size-large\/drawer\:w-\[var\(--drawer-size-large\)\] {
|
|
2345
|
+
&:is(:where(.group\/drawer):where([data-placement~="right"]) *) {
|
|
2346
|
+
&:is(:where(.group\/drawer):where([data-size="large"]) *) {
|
|
2347
|
+
width: var(--drawer-size-large);
|
|
2348
|
+
}
|
|
2349
|
+
}
|
|
2350
|
+
}
|
|
2351
|
+
.group-placement-right\/drawer\:group-size-large\/drawer\:w-\[var\(--drawer-size-large\)\] {
|
|
2352
|
+
&:is(:where(.group\/drawer):where([data-placement~="right"]) *) {
|
|
2353
|
+
&:is(:where(.group\/drawer):where([data-size="large"]) *) {
|
|
2354
|
+
width: var(--drawer-size-large);
|
|
2355
|
+
}
|
|
2356
|
+
}
|
|
2357
|
+
}
|
|
2358
|
+
.group-placement-top\/drawer\:group-size-large\/drawer\:h-\[var\(--drawer-size-large\)\] {
|
|
2359
|
+
&:is(:where(.group\/drawer):where([data-placement~="top"]) *) {
|
|
2360
|
+
&:is(:where(.group\/drawer):where([data-size="large"]) *) {
|
|
2361
|
+
height: var(--drawer-size-large);
|
|
2362
|
+
}
|
|
2363
|
+
}
|
|
2364
|
+
}
|
|
2365
|
+
.group-placement-bottom\/drawer\:group-size-large\/drawer\:h-\[var\(--drawer-size-large\)\] {
|
|
2366
|
+
&:is(:where(.group\/drawer):where([data-placement~="bottom"]) *) {
|
|
2367
|
+
&:is(:where(.group\/drawer):where([data-size="large"]) *) {
|
|
2368
|
+
height: var(--drawer-size-large);
|
|
2369
|
+
}
|
|
2370
|
+
}
|
|
2371
|
+
}
|
|
2399
2372
|
.group-size-large\/options\:pt-s {
|
|
2400
2373
|
&:is(:where(.group\/options):where([data-size="large"]) *) {
|
|
2401
2374
|
padding-top: var(--spacing-s);
|
|
@@ -2406,6 +2379,16 @@
|
|
|
2406
2379
|
padding-bottom: var(--spacing-s);
|
|
2407
2380
|
}
|
|
2408
2381
|
}
|
|
2382
|
+
.group-size-medium\/combobox-field\:max-w-\[400px\] {
|
|
2383
|
+
&:is(:where(.group\/combobox-field):where([data-size="medium"]) *) {
|
|
2384
|
+
max-width: 400px;
|
|
2385
|
+
}
|
|
2386
|
+
}
|
|
2387
|
+
.group-size-medium\/combobox-field\:min-w-\[160px\] {
|
|
2388
|
+
&:is(:where(.group\/combobox-field):where([data-size="medium"]) *) {
|
|
2389
|
+
min-width: 160px;
|
|
2390
|
+
}
|
|
2391
|
+
}
|
|
2409
2392
|
.group-size-medium\/combobox-field\:text-body-s {
|
|
2410
2393
|
&:is(:where(.group\/combobox-field):where([data-size="medium"]) *) {
|
|
2411
2394
|
font-size: var(--typography-body-s-size);
|
|
@@ -2414,6 +2397,56 @@
|
|
|
2414
2397
|
line-height: var(--typography-body-s-height);
|
|
2415
2398
|
}
|
|
2416
2399
|
}
|
|
2400
|
+
.group-size-medium\/date-field\:text-body-s {
|
|
2401
|
+
&:is(:where(.group\/date-field):where([data-size="medium"]) *) {
|
|
2402
|
+
font-size: var(--typography-body-s-size);
|
|
2403
|
+
font-weight: 400;
|
|
2404
|
+
letter-spacing: var(--typography-body-s-spacing);
|
|
2405
|
+
line-height: var(--typography-body-s-height);
|
|
2406
|
+
}
|
|
2407
|
+
}
|
|
2408
|
+
.group-placement-left\/drawer\:group-size-medium\/drawer\:w-\[var\(--drawer-size-medium\)\] {
|
|
2409
|
+
&:is(:where(.group\/drawer):where([data-placement~="left"]) *) {
|
|
2410
|
+
&:is(:where(.group\/drawer):where([data-size="medium"]) *) {
|
|
2411
|
+
width: var(--drawer-size-medium);
|
|
2412
|
+
}
|
|
2413
|
+
}
|
|
2414
|
+
}
|
|
2415
|
+
.group-placement-left\/drawer\:group-size-medium\/drawer\:w-\[var\(--drawer-size-medium\)\] {
|
|
2416
|
+
&:is(:where(.group\/drawer):where([data-placement~="left"]) *) {
|
|
2417
|
+
&:is(:where(.group\/drawer):where([data-size="medium"]) *) {
|
|
2418
|
+
width: var(--drawer-size-medium);
|
|
2419
|
+
}
|
|
2420
|
+
}
|
|
2421
|
+
}
|
|
2422
|
+
.group-placement-right\/drawer\:group-size-medium\/drawer\:w-\[var\(--drawer-size-medium\)\] {
|
|
2423
|
+
&:is(:where(.group\/drawer):where([data-placement~="right"]) *) {
|
|
2424
|
+
&:is(:where(.group\/drawer):where([data-size="medium"]) *) {
|
|
2425
|
+
width: var(--drawer-size-medium);
|
|
2426
|
+
}
|
|
2427
|
+
}
|
|
2428
|
+
}
|
|
2429
|
+
.group-placement-right\/drawer\:group-size-medium\/drawer\:w-\[var\(--drawer-size-medium\)\] {
|
|
2430
|
+
&:is(:where(.group\/drawer):where([data-placement~="right"]) *) {
|
|
2431
|
+
&:is(:where(.group\/drawer):where([data-size="medium"]) *) {
|
|
2432
|
+
width: var(--drawer-size-medium);
|
|
2433
|
+
}
|
|
2434
|
+
}
|
|
2435
|
+
}
|
|
2436
|
+
.group-placement-top\/drawer\:group-size-medium\/drawer\:h-\[var\(--drawer-size-medium\)\] {
|
|
2437
|
+
&:is(:where(.group\/drawer):where([data-placement~="top"]) *) {
|
|
2438
|
+
&:is(:where(.group\/drawer):where([data-size="medium"]) *) {
|
|
2439
|
+
height: var(--drawer-size-medium);
|
|
2440
|
+
}
|
|
2441
|
+
}
|
|
2442
|
+
}
|
|
2443
|
+
.group-placement-bottom\/drawer\:group-size-medium\/drawer\:h-\[var\(--drawer-size-medium\)\] {
|
|
2444
|
+
&:is(:where(.group\/drawer):where([data-placement~="bottom"]) *) {
|
|
2445
|
+
&:is(:where(.group\/drawer):where([data-size="medium"]) *) {
|
|
2446
|
+
height: var(--drawer-size-medium);
|
|
2447
|
+
}
|
|
2448
|
+
}
|
|
2449
|
+
}
|
|
2417
2450
|
.group-size-medium\/input\:mr-xs {
|
|
2418
2451
|
&:is(:where(.group\/input):where([data-size="medium"]) *) {
|
|
2419
2452
|
margin-right: var(--spacing-xs);
|
|
@@ -2434,11 +2467,6 @@
|
|
|
2434
2467
|
max-width: 400px;
|
|
2435
2468
|
}
|
|
2436
2469
|
}
|
|
2437
|
-
.group-size-medium\/input\:min-w-\[80px\] {
|
|
2438
|
-
&:is(:where(.group\/input):where([data-size="medium"]) *) {
|
|
2439
|
-
min-width: 80px;
|
|
2440
|
-
}
|
|
2441
|
-
}
|
|
2442
2470
|
.group-size-medium\/input\:min-w-\[160px\] {
|
|
2443
2471
|
&:is(:where(.group\/input):where([data-size="medium"]) *) {
|
|
2444
2472
|
min-width: 160px;
|
|
@@ -2462,6 +2490,14 @@
|
|
|
2462
2490
|
gap: var(--spacing-s);
|
|
2463
2491
|
}
|
|
2464
2492
|
}
|
|
2493
|
+
.group-size-medium\/select-field\:text-body-s {
|
|
2494
|
+
&:is(:where(.group\/select-field):where([data-size="medium"]) *) {
|
|
2495
|
+
font-size: var(--typography-body-s-size);
|
|
2496
|
+
font-weight: 400;
|
|
2497
|
+
letter-spacing: var(--typography-body-s-spacing);
|
|
2498
|
+
line-height: var(--typography-body-s-height);
|
|
2499
|
+
}
|
|
2500
|
+
}
|
|
2465
2501
|
.group-size-medium\/text-area-field\:text-body-s {
|
|
2466
2502
|
&:is(:where(.group\/text-area-field):where([data-size="medium"]) *) {
|
|
2467
2503
|
font-size: var(--typography-body-s-size);
|
|
@@ -2470,6 +2506,16 @@
|
|
|
2470
2506
|
line-height: var(--typography-body-s-height);
|
|
2471
2507
|
}
|
|
2472
2508
|
}
|
|
2509
|
+
.group-size-small\/combobox-field\:max-w-\[200px\] {
|
|
2510
|
+
&:is(:where(.group\/combobox-field):where([data-size="small"]) *) {
|
|
2511
|
+
max-width: 200px;
|
|
2512
|
+
}
|
|
2513
|
+
}
|
|
2514
|
+
.group-size-small\/combobox-field\:min-w-\[80px\] {
|
|
2515
|
+
&:is(:where(.group\/combobox-field):where([data-size="small"]) *) {
|
|
2516
|
+
min-width: 80px;
|
|
2517
|
+
}
|
|
2518
|
+
}
|
|
2473
2519
|
.group-size-small\/combobox-field\:text-body-xs {
|
|
2474
2520
|
&:is(:where(.group\/combobox-field):where([data-size="small"]) *) {
|
|
2475
2521
|
font-size: var(--typography-body-xs-size);
|
|
@@ -2478,6 +2524,104 @@
|
|
|
2478
2524
|
line-height: var(--typography-body-xs-height);
|
|
2479
2525
|
}
|
|
2480
2526
|
}
|
|
2527
|
+
.group-size-small\/date-field\:text-body-xs {
|
|
2528
|
+
&:is(:where(.group\/date-field):where([data-size="small"]) *) {
|
|
2529
|
+
font-size: var(--typography-body-xs-size);
|
|
2530
|
+
font-weight: 400;
|
|
2531
|
+
letter-spacing: var(--typography-body-xs-spacing);
|
|
2532
|
+
line-height: var(--typography-body-xs-height);
|
|
2533
|
+
}
|
|
2534
|
+
}
|
|
2535
|
+
.group-size-small\/dialog\:mt-l {
|
|
2536
|
+
&:is(:where(.group\/dialog):where([data-size="small"]) *) {
|
|
2537
|
+
margin-top: var(--spacing-l);
|
|
2538
|
+
}
|
|
2539
|
+
}
|
|
2540
|
+
.group-size-small\/dialog\:mb-s {
|
|
2541
|
+
&:is(:where(.group\/dialog):where([data-size="small"]) *) {
|
|
2542
|
+
margin-bottom: var(--spacing-s);
|
|
2543
|
+
}
|
|
2544
|
+
}
|
|
2545
|
+
.group-size-small\/dialog\:w-\[280px\] {
|
|
2546
|
+
&:is(:where(.group\/dialog):where([data-size="small"]) *) {
|
|
2547
|
+
width: 280px;
|
|
2548
|
+
}
|
|
2549
|
+
}
|
|
2550
|
+
.group-size-small\/dialog\:w-\[280px\] {
|
|
2551
|
+
&:is(:where(.group\/dialog):where([data-size="small"]) *) {
|
|
2552
|
+
width: 280px;
|
|
2553
|
+
}
|
|
2554
|
+
}
|
|
2555
|
+
.group-size-small\/dialog\:max-w-\[720px\] {
|
|
2556
|
+
&:is(:where(.group\/dialog):where([data-size="small"]) *) {
|
|
2557
|
+
max-width: 720px;
|
|
2558
|
+
}
|
|
2559
|
+
}
|
|
2560
|
+
.group-size-small\/dialog\:gap-xs {
|
|
2561
|
+
&:is(:where(.group\/dialog):where([data-size="small"]) *) {
|
|
2562
|
+
gap: var(--spacing-xs);
|
|
2563
|
+
}
|
|
2564
|
+
}
|
|
2565
|
+
.group-size-small\/dialog\:rounded-medium {
|
|
2566
|
+
&:is(:where(.group\/dialog):where([data-size="small"]) *) {
|
|
2567
|
+
border-radius: var(--radius-medium);
|
|
2568
|
+
}
|
|
2569
|
+
}
|
|
2570
|
+
.group-size-small\/dialog\:p-l {
|
|
2571
|
+
&:is(:where(.group\/dialog):where([data-size="small"]) *) {
|
|
2572
|
+
padding: var(--spacing-l);
|
|
2573
|
+
}
|
|
2574
|
+
}
|
|
2575
|
+
.group-size-small\/dialog\:text-header-m {
|
|
2576
|
+
&:is(:where(.group\/dialog):where([data-size="small"]) *) {
|
|
2577
|
+
font-size: var(--typography-header-m-size);
|
|
2578
|
+
font-weight: 500;
|
|
2579
|
+
letter-spacing: var(--typography-header-m-spacing);
|
|
2580
|
+
line-height: var(--typography-header-m-height);
|
|
2581
|
+
}
|
|
2582
|
+
}
|
|
2583
|
+
.group-placement-left\/drawer\:group-size-small\/drawer\:w-\[var\(--drawer-size-small\)\] {
|
|
2584
|
+
&:is(:where(.group\/drawer):where([data-placement~="left"]) *) {
|
|
2585
|
+
&:is(:where(.group\/drawer):where([data-size="small"]) *) {
|
|
2586
|
+
width: var(--drawer-size-small);
|
|
2587
|
+
}
|
|
2588
|
+
}
|
|
2589
|
+
}
|
|
2590
|
+
.group-placement-left\/drawer\:group-size-small\/drawer\:w-\[var\(--drawer-size-small\)\] {
|
|
2591
|
+
&:is(:where(.group\/drawer):where([data-placement~="left"]) *) {
|
|
2592
|
+
&:is(:where(.group\/drawer):where([data-size="small"]) *) {
|
|
2593
|
+
width: var(--drawer-size-small);
|
|
2594
|
+
}
|
|
2595
|
+
}
|
|
2596
|
+
}
|
|
2597
|
+
.group-placement-right\/drawer\:group-size-small\/drawer\:w-\[var\(--drawer-size-small\)\] {
|
|
2598
|
+
&:is(:where(.group\/drawer):where([data-placement~="right"]) *) {
|
|
2599
|
+
&:is(:where(.group\/drawer):where([data-size="small"]) *) {
|
|
2600
|
+
width: var(--drawer-size-small);
|
|
2601
|
+
}
|
|
2602
|
+
}
|
|
2603
|
+
}
|
|
2604
|
+
.group-placement-right\/drawer\:group-size-small\/drawer\:w-\[var\(--drawer-size-small\)\] {
|
|
2605
|
+
&:is(:where(.group\/drawer):where([data-placement~="right"]) *) {
|
|
2606
|
+
&:is(:where(.group\/drawer):where([data-size="small"]) *) {
|
|
2607
|
+
width: var(--drawer-size-small);
|
|
2608
|
+
}
|
|
2609
|
+
}
|
|
2610
|
+
}
|
|
2611
|
+
.group-placement-top\/drawer\:group-size-small\/drawer\:h-\[var\(--drawer-size-small\)\] {
|
|
2612
|
+
&:is(:where(.group\/drawer):where([data-placement~="top"]) *) {
|
|
2613
|
+
&:is(:where(.group\/drawer):where([data-size="small"]) *) {
|
|
2614
|
+
height: var(--drawer-size-small);
|
|
2615
|
+
}
|
|
2616
|
+
}
|
|
2617
|
+
}
|
|
2618
|
+
.group-placement-bottom\/drawer\:group-size-small\/drawer\:h-\[var\(--drawer-size-small\)\] {
|
|
2619
|
+
&:is(:where(.group\/drawer):where([data-placement~="bottom"]) *) {
|
|
2620
|
+
&:is(:where(.group\/drawer):where([data-size="small"]) *) {
|
|
2621
|
+
height: var(--drawer-size-small);
|
|
2622
|
+
}
|
|
2623
|
+
}
|
|
2624
|
+
}
|
|
2481
2625
|
.group-size-small\/input\:mr-xxs {
|
|
2482
2626
|
&:is(:where(.group\/input):where([data-size="small"]) *) {
|
|
2483
2627
|
margin-right: var(--spacing-xxs);
|
|
@@ -2498,6 +2642,11 @@
|
|
|
2498
2642
|
max-width: 200px;
|
|
2499
2643
|
}
|
|
2500
2644
|
}
|
|
2645
|
+
.group-size-small\/input\:min-w-\[80px\] {
|
|
2646
|
+
&:is(:where(.group\/input):where([data-size="small"]) *) {
|
|
2647
|
+
min-width: 80px;
|
|
2648
|
+
}
|
|
2649
|
+
}
|
|
2501
2650
|
.group-size-small\/input\:min-w-\[calc\(2ch\+\(\(var\(--length\)-1\)\*var\(--typography-body-xs-spacing\)\)\+\(var\(--spacing-s\)\*2\)\+var\(--room\)\)\] {
|
|
2502
2651
|
&:is(:where(.group\/input):where([data-size="small"]) *) {
|
|
2503
2652
|
min-width: calc(2ch + ((var(--length) - 1) * var(--typography-body-xs-spacing)) + (var(--spacing-s) * 2) + var(--room));
|
|
@@ -2526,6 +2675,14 @@
|
|
|
2526
2675
|
gap: var(--spacing-xs);
|
|
2527
2676
|
}
|
|
2528
2677
|
}
|
|
2678
|
+
.group-size-small\/select-field\:text-body-xs {
|
|
2679
|
+
&:is(:where(.group\/select-field):where([data-size="small"]) *) {
|
|
2680
|
+
font-size: var(--typography-body-xs-size);
|
|
2681
|
+
font-weight: 400;
|
|
2682
|
+
letter-spacing: var(--typography-body-xs-spacing);
|
|
2683
|
+
line-height: var(--typography-body-xs-height);
|
|
2684
|
+
}
|
|
2685
|
+
}
|
|
2529
2686
|
.group-size-small\/text-area-field\:text-body-xs {
|
|
2530
2687
|
&:is(:where(.group\/text-area-field):where([data-size="small"]) *) {
|
|
2531
2688
|
font-size: var(--typography-body-xs-size);
|
|
@@ -2549,6 +2706,21 @@
|
|
|
2549
2706
|
left: var(--spacing-xs);
|
|
2550
2707
|
}
|
|
2551
2708
|
}
|
|
2709
|
+
.group-layout-grid\/slider\:col-start-1 {
|
|
2710
|
+
&:is(:where(.group\/slider):where([data-layout="grid"]) *) {
|
|
2711
|
+
grid-column-start: 1;
|
|
2712
|
+
}
|
|
2713
|
+
}
|
|
2714
|
+
.group-layout-grid\/slider\:col-start-3 {
|
|
2715
|
+
&:is(:where(.group\/slider):where([data-layout="grid"]) *) {
|
|
2716
|
+
grid-column-start: 3;
|
|
2717
|
+
}
|
|
2718
|
+
}
|
|
2719
|
+
.group-layout-grid\/slider\:row-start-1 {
|
|
2720
|
+
&:is(:where(.group\/slider):where([data-layout="grid"]) *) {
|
|
2721
|
+
grid-row-start: 1;
|
|
2722
|
+
}
|
|
2723
|
+
}
|
|
2552
2724
|
.group-layout-stack\/hero\:mb-l {
|
|
2553
2725
|
&:is(:where(.group\/hero):where([data-layout="stack"]) *) {
|
|
2554
2726
|
margin-bottom: var(--spacing-l);
|
|
@@ -2628,38 +2800,248 @@
|
|
|
2628
2800
|
flex-basis: calc(1/3 * 100%);
|
|
2629
2801
|
}
|
|
2630
2802
|
}
|
|
2631
|
-
.group-orientation-
|
|
2632
|
-
&:is(:where(.group):where([data-orientation="
|
|
2633
|
-
|
|
2634
|
-
border-width: 1px;
|
|
2803
|
+
.group-orientation-horizontal\/slider\:top-1\/2 {
|
|
2804
|
+
&:is(:where(.group\/slider):where([data-orientation="horizontal"]) *) {
|
|
2805
|
+
top: calc(1/2 * 100%);
|
|
2635
2806
|
}
|
|
2636
2807
|
}
|
|
2637
|
-
.group-orientation-
|
|
2638
|
-
&:is(:where(.group):where([data-orientation="
|
|
2639
|
-
|
|
2808
|
+
.group-orientation-horizontal\/slider\:right-\[calc\(100\%-attr\(data-end_\%\)\*100\)\] {
|
|
2809
|
+
&:is(:where(.group\/slider):where([data-orientation="horizontal"]) *) {
|
|
2810
|
+
right: calc(100% - attr(data-end %) * 100);
|
|
2640
2811
|
}
|
|
2641
2812
|
}
|
|
2642
|
-
.group-orientation-
|
|
2643
|
-
&:is(:where(.group):where([data-orientation="
|
|
2644
|
-
|
|
2813
|
+
.group-orientation-horizontal\/slider\:left-\[calc\(attr\(data-start_\%\)\*100\)\] {
|
|
2814
|
+
&:is(:where(.group\/slider):where([data-orientation="horizontal"]) *) {
|
|
2815
|
+
left: calc(attr(data-start %) * 100);
|
|
2645
2816
|
}
|
|
2646
2817
|
}
|
|
2647
|
-
.group-orientation-
|
|
2648
|
-
&:is(:where(.group):where([data-orientation="
|
|
2649
|
-
|
|
2818
|
+
.group-orientation-horizontal\/slider\:order-2 {
|
|
2819
|
+
&:is(:where(.group\/slider):where([data-orientation="horizontal"]) *) {
|
|
2820
|
+
order: 2;
|
|
2650
2821
|
}
|
|
2651
2822
|
}
|
|
2652
|
-
.group-
|
|
2653
|
-
&:is(:where(.group\/
|
|
2654
|
-
|
|
2823
|
+
.group-orientation-horizontal\/slider\:h-\[20px\] {
|
|
2824
|
+
&:is(:where(.group\/slider):where([data-orientation="horizontal"]) *) {
|
|
2825
|
+
height: 20px;
|
|
2655
2826
|
}
|
|
2656
2827
|
}
|
|
2657
|
-
.group-
|
|
2658
|
-
&:is(:where(.group):where([data-
|
|
2659
|
-
|
|
2828
|
+
.group-orientation-horizontal\/slider\:h-xxs {
|
|
2829
|
+
&:is(:where(.group\/slider):where([data-orientation="horizontal"]) *) {
|
|
2830
|
+
height: var(--spacing-xxs);
|
|
2660
2831
|
}
|
|
2661
2832
|
}
|
|
2662
|
-
.group-
|
|
2833
|
+
.group-orientation-horizontal\/slider\:w-full {
|
|
2834
|
+
&:is(:where(.group\/slider):where([data-orientation="horizontal"]) *) {
|
|
2835
|
+
width: 100%;
|
|
2836
|
+
}
|
|
2837
|
+
}
|
|
2838
|
+
.group-orientation-horizontal\/slider\:-translate-y-1\/2 {
|
|
2839
|
+
&:is(:where(.group\/slider):where([data-orientation="horizontal"]) *) {
|
|
2840
|
+
--tw-translate-y: calc(calc(1/2 * 100%) * -1);
|
|
2841
|
+
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
2842
|
+
}
|
|
2843
|
+
}
|
|
2844
|
+
.group-orientation-horizontal\/slider\:flex-row {
|
|
2845
|
+
&:is(:where(.group\/slider):where([data-orientation="horizontal"]) *) {
|
|
2846
|
+
flex-direction: row;
|
|
2847
|
+
}
|
|
2848
|
+
}
|
|
2849
|
+
.group-orientation-horizontal\/slider\:group-layout-grid\/slider\:col-span-3 {
|
|
2850
|
+
&:is(:where(.group\/slider):where([data-orientation="horizontal"]) *) {
|
|
2851
|
+
&:is(:where(.group\/slider):where([data-layout="grid"]) *) {
|
|
2852
|
+
grid-column: span 3 / span 3;
|
|
2853
|
+
}
|
|
2854
|
+
}
|
|
2855
|
+
}
|
|
2856
|
+
.group-orientation-horizontal\/slider\:group-layout-grid\/slider\:col-start-1 {
|
|
2857
|
+
&:is(:where(.group\/slider):where([data-orientation="horizontal"]) *) {
|
|
2858
|
+
&:is(:where(.group\/slider):where([data-layout="grid"]) *) {
|
|
2859
|
+
grid-column-start: 1;
|
|
2860
|
+
}
|
|
2861
|
+
}
|
|
2862
|
+
}
|
|
2863
|
+
.group-orientation-horizontal\/slider\:group-layout-grid\/slider\:col-start-3 {
|
|
2864
|
+
&:is(:where(.group\/slider):where([data-orientation="horizontal"]) *) {
|
|
2865
|
+
&:is(:where(.group\/slider):where([data-layout="grid"]) *) {
|
|
2866
|
+
grid-column-start: 3;
|
|
2867
|
+
}
|
|
2868
|
+
}
|
|
2869
|
+
}
|
|
2870
|
+
.group-orientation-horizontal\/slider\:group-layout-grid\/slider\:row-start-2 {
|
|
2871
|
+
&:is(:where(.group\/slider):where([data-orientation="horizontal"]) *) {
|
|
2872
|
+
&:is(:where(.group\/slider):where([data-layout="grid"]) *) {
|
|
2873
|
+
grid-row-start: 2;
|
|
2874
|
+
}
|
|
2875
|
+
}
|
|
2876
|
+
}
|
|
2877
|
+
.group-orientation-horizontal\/slider\:group-layout-grid\/slider\:row-start-3 {
|
|
2878
|
+
&:is(:where(.group\/slider):where([data-orientation="horizontal"]) *) {
|
|
2879
|
+
&:is(:where(.group\/slider):where([data-layout="grid"]) *) {
|
|
2880
|
+
grid-row-start: 3;
|
|
2881
|
+
}
|
|
2882
|
+
}
|
|
2883
|
+
}
|
|
2884
|
+
.group-orientation-horizontal\/slider\:group-layout-grid\/slider\:justify-self-end {
|
|
2885
|
+
&:is(:where(.group\/slider):where([data-orientation="horizontal"]) *) {
|
|
2886
|
+
&:is(:where(.group\/slider):where([data-layout="grid"]) *) {
|
|
2887
|
+
justify-self: flex-end;
|
|
2888
|
+
}
|
|
2889
|
+
}
|
|
2890
|
+
}
|
|
2891
|
+
.group-orientation-vertical\:border {
|
|
2892
|
+
&:is(:where(.group):where([data-orientation="vertical"]) *) {
|
|
2893
|
+
border-style: var(--tw-border-style);
|
|
2894
|
+
border-width: 1px;
|
|
2895
|
+
}
|
|
2896
|
+
}
|
|
2897
|
+
.group-orientation-vertical\:border-interactive-hover {
|
|
2898
|
+
&:is(:where(.group):where([data-orientation="vertical"]) *) {
|
|
2899
|
+
border-color: var(--color-interactive-hover);
|
|
2900
|
+
}
|
|
2901
|
+
}
|
|
2902
|
+
.group-orientation-vertical\:border-transparent {
|
|
2903
|
+
&:is(:where(.group):where([data-orientation="vertical"]) *) {
|
|
2904
|
+
border-color: transparent;
|
|
2905
|
+
}
|
|
2906
|
+
}
|
|
2907
|
+
.group-orientation-vertical\:pt-0 {
|
|
2908
|
+
&:is(:where(.group):where([data-orientation="vertical"]) *) {
|
|
2909
|
+
padding-top: var(--spacing-0);
|
|
2910
|
+
}
|
|
2911
|
+
}
|
|
2912
|
+
.group-orientation-vertical\/slider\:top-\[calc\(100\%-attr\(data-end_\%\)\*100\)\] {
|
|
2913
|
+
&:is(:where(.group\/slider):where([data-orientation="vertical"]) *) {
|
|
2914
|
+
top: calc(100% - attr(data-end %) * 100);
|
|
2915
|
+
}
|
|
2916
|
+
}
|
|
2917
|
+
.group-orientation-vertical\/slider\:bottom-\[calc\(attr\(data-start_\%\)\*100\)\] {
|
|
2918
|
+
&:is(:where(.group\/slider):where([data-orientation="vertical"]) *) {
|
|
2919
|
+
bottom: calc(attr(data-start %) * 100);
|
|
2920
|
+
}
|
|
2921
|
+
}
|
|
2922
|
+
.group-orientation-vertical\/slider\:left-1\/2 {
|
|
2923
|
+
&:is(:where(.group\/slider):where([data-orientation="vertical"]) *) {
|
|
2924
|
+
left: calc(1/2 * 100%);
|
|
2925
|
+
}
|
|
2926
|
+
}
|
|
2927
|
+
.group-orientation-vertical\/slider\:order-2 {
|
|
2928
|
+
&:is(:where(.group\/slider):where([data-orientation="vertical"]) *) {
|
|
2929
|
+
order: 2;
|
|
2930
|
+
}
|
|
2931
|
+
}
|
|
2932
|
+
.group-orientation-vertical\/slider\:order-4 {
|
|
2933
|
+
&:is(:where(.group\/slider):where([data-orientation="vertical"]) *) {
|
|
2934
|
+
order: 4;
|
|
2935
|
+
}
|
|
2936
|
+
}
|
|
2937
|
+
.group-orientation-vertical\/slider\:col-start-1 {
|
|
2938
|
+
&:is(:where(.group\/slider):where([data-orientation="vertical"]) *) {
|
|
2939
|
+
grid-column-start: 1;
|
|
2940
|
+
}
|
|
2941
|
+
}
|
|
2942
|
+
.group-orientation-vertical\/slider\:row-start-4 {
|
|
2943
|
+
&:is(:where(.group\/slider):where([data-orientation="vertical"]) *) {
|
|
2944
|
+
grid-row-start: 4;
|
|
2945
|
+
}
|
|
2946
|
+
}
|
|
2947
|
+
.group-orientation-vertical\/slider\:h-full {
|
|
2948
|
+
&:is(:where(.group\/slider):where([data-orientation="vertical"]) *) {
|
|
2949
|
+
height: 100%;
|
|
2950
|
+
}
|
|
2951
|
+
}
|
|
2952
|
+
.group-orientation-vertical\/slider\:w-\[20px\] {
|
|
2953
|
+
&:is(:where(.group\/slider):where([data-orientation="vertical"]) *) {
|
|
2954
|
+
width: 20px;
|
|
2955
|
+
}
|
|
2956
|
+
}
|
|
2957
|
+
.group-orientation-vertical\/slider\:w-\[20px\] {
|
|
2958
|
+
&:is(:where(.group\/slider):where([data-orientation="vertical"]) *) {
|
|
2959
|
+
width: 20px;
|
|
2960
|
+
}
|
|
2961
|
+
}
|
|
2962
|
+
.group-orientation-vertical\/slider\:w-xxs {
|
|
2963
|
+
&:is(:where(.group\/slider):where([data-orientation="vertical"]) *) {
|
|
2964
|
+
width: var(--spacing-xxs);
|
|
2965
|
+
}
|
|
2966
|
+
}
|
|
2967
|
+
.group-orientation-vertical\/slider\:-translate-x-1\/2 {
|
|
2968
|
+
&:is(:where(.group\/slider):where([data-orientation="vertical"]) *) {
|
|
2969
|
+
--tw-translate-x: calc(calc(1/2 * 100%) * -1);
|
|
2970
|
+
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
2971
|
+
}
|
|
2972
|
+
}
|
|
2973
|
+
.group-orientation-vertical\/slider\:flex-col-reverse {
|
|
2974
|
+
&:is(:where(.group\/slider):where([data-orientation="vertical"]) *) {
|
|
2975
|
+
flex-direction: column-reverse;
|
|
2976
|
+
}
|
|
2977
|
+
}
|
|
2978
|
+
.group-orientation-vertical\/slider\:group-layout-grid\/slider\:col-span-2 {
|
|
2979
|
+
&:is(:where(.group\/slider):where([data-orientation="vertical"]) *) {
|
|
2980
|
+
&:is(:where(.group\/slider):where([data-layout="grid"]) *) {
|
|
2981
|
+
grid-column: span 2 / span 2;
|
|
2982
|
+
}
|
|
2983
|
+
}
|
|
2984
|
+
}
|
|
2985
|
+
.group-orientation-vertical\/slider\:group-layout-grid\/slider\:col-start-1 {
|
|
2986
|
+
&:is(:where(.group\/slider):where([data-orientation="vertical"]) *) {
|
|
2987
|
+
&:is(:where(.group\/slider):where([data-layout="grid"]) *) {
|
|
2988
|
+
grid-column-start: 1;
|
|
2989
|
+
}
|
|
2990
|
+
}
|
|
2991
|
+
}
|
|
2992
|
+
.group-orientation-vertical\/slider\:group-layout-grid\/slider\:col-start-2 {
|
|
2993
|
+
&:is(:where(.group\/slider):where([data-orientation="vertical"]) *) {
|
|
2994
|
+
&:is(:where(.group\/slider):where([data-layout="grid"]) *) {
|
|
2995
|
+
grid-column-start: 2;
|
|
2996
|
+
}
|
|
2997
|
+
}
|
|
2998
|
+
}
|
|
2999
|
+
.group-orientation-vertical\/slider\:group-layout-grid\/slider\:row-span-3 {
|
|
3000
|
+
&:is(:where(.group\/slider):where([data-orientation="vertical"]) *) {
|
|
3001
|
+
&:is(:where(.group\/slider):where([data-layout="grid"]) *) {
|
|
3002
|
+
grid-row: span 3 / span 3;
|
|
3003
|
+
}
|
|
3004
|
+
}
|
|
3005
|
+
}
|
|
3006
|
+
.group-orientation-vertical\/slider\:group-layout-grid\/slider\:row-start-2 {
|
|
3007
|
+
&:is(:where(.group\/slider):where([data-orientation="vertical"]) *) {
|
|
3008
|
+
&:is(:where(.group\/slider):where([data-layout="grid"]) *) {
|
|
3009
|
+
grid-row-start: 2;
|
|
3010
|
+
}
|
|
3011
|
+
}
|
|
3012
|
+
}
|
|
3013
|
+
.group-orientation-vertical\/slider\:group-layout-grid\/slider\:row-start-4 {
|
|
3014
|
+
&:is(:where(.group\/slider):where([data-orientation="vertical"]) *) {
|
|
3015
|
+
&:is(:where(.group\/slider):where([data-layout="grid"]) *) {
|
|
3016
|
+
grid-row-start: 4;
|
|
3017
|
+
}
|
|
3018
|
+
}
|
|
3019
|
+
}
|
|
3020
|
+
.group-orientation-vertical\/slider\:group-layout-grid\/slider\:self-end {
|
|
3021
|
+
&:is(:where(.group\/slider):where([data-orientation="vertical"]) *) {
|
|
3022
|
+
&:is(:where(.group\/slider):where([data-layout="grid"]) *) {
|
|
3023
|
+
align-self: flex-end;
|
|
3024
|
+
}
|
|
3025
|
+
}
|
|
3026
|
+
}
|
|
3027
|
+
.group-orientation-vertical\/slider\:group-layout-grid\/slider\:justify-self-end {
|
|
3028
|
+
&:is(:where(.group\/slider):where([data-orientation="vertical"]) *) {
|
|
3029
|
+
&:is(:where(.group\/slider):where([data-layout="grid"]) *) {
|
|
3030
|
+
justify-self: flex-end;
|
|
3031
|
+
}
|
|
3032
|
+
}
|
|
3033
|
+
}
|
|
3034
|
+
.group-expanded\/accordion\:rotate-180 {
|
|
3035
|
+
&:is(:where(.group\/accordion):where([expanded], [data-expanded]) *) {
|
|
3036
|
+
rotate: 180deg;
|
|
3037
|
+
}
|
|
3038
|
+
}
|
|
3039
|
+
.group-selected\:rotate-180 {
|
|
3040
|
+
&:is(:where(.group):where([data-selected], :checked) *) {
|
|
3041
|
+
rotate: 180deg;
|
|
3042
|
+
}
|
|
3043
|
+
}
|
|
3044
|
+
.group-enabled\/checkbox\:group-selected\/checkbox\:bg-highlight {
|
|
2663
3045
|
&:is(:where(.group\/checkbox):where(:not([disabled], [data-disabled]), :enabled) *) {
|
|
2664
3046
|
&:is(:where(.group\/checkbox):where([data-selected], :checked) *) {
|
|
2665
3047
|
background-color: var(--color-highlight);
|
|
@@ -2682,10 +3064,10 @@
|
|
|
2682
3064
|
}
|
|
2683
3065
|
}
|
|
2684
3066
|
}
|
|
2685
|
-
.group-enabled\/checkbox\:group-selected\/checkbox\:group-focus\/checkbox\:outline-interactive-hover {
|
|
3067
|
+
.group-enabled\/checkbox\:group-selected\/checkbox\:group-focus-visible\/checkbox\:outline-interactive-hover {
|
|
2686
3068
|
&:is(:where(.group\/checkbox):where(:not([disabled], [data-disabled]), :enabled) *) {
|
|
2687
3069
|
&:is(:where(.group\/checkbox):where([data-selected], :checked) *) {
|
|
2688
|
-
&:is(:where(.group\/checkbox):where([data-
|
|
3070
|
+
&:is(:where(.group\/checkbox):where([data-focus-visible], :focus-visible) *) {
|
|
2689
3071
|
outline-color: var(--color-interactive-hover);
|
|
2690
3072
|
}
|
|
2691
3073
|
}
|
|
@@ -2722,10 +3104,10 @@
|
|
|
2722
3104
|
}
|
|
2723
3105
|
}
|
|
2724
3106
|
}
|
|
2725
|
-
.group-enabled\/radio\:group-selected\/radio\:group-focus\/radio\:outline-interactive-hover {
|
|
3107
|
+
.group-enabled\/radio\:group-selected\/radio\:group-focus-visible\/radio\:outline-interactive-hover {
|
|
2726
3108
|
&:is(:where(.group\/radio):where(:not([disabled], [data-disabled]), :enabled) *) {
|
|
2727
3109
|
&:is(:where(.group\/radio):where([data-selected], :checked) *) {
|
|
2728
|
-
&:is(:where(.group\/radio):where([data-
|
|
3110
|
+
&:is(:where(.group\/radio):where([data-focus-visible], :focus-visible) *) {
|
|
2729
3111
|
outline-color: var(--color-interactive-hover);
|
|
2730
3112
|
}
|
|
2731
3113
|
}
|
|
@@ -2756,19 +3138,19 @@
|
|
|
2756
3138
|
}
|
|
2757
3139
|
}
|
|
2758
3140
|
}
|
|
2759
|
-
.group-enabled\/switch\:group-selected\/switch\:group-focus\/switch\:bg-highlight-subtle {
|
|
3141
|
+
.group-enabled\/switch\:group-selected\/switch\:group-focus-visible\/switch\:bg-highlight-subtle {
|
|
2760
3142
|
&:is(:where(.group\/switch):where(:not([disabled], [data-disabled]), :enabled) *) {
|
|
2761
3143
|
&:is(:where(.group\/switch):where([data-selected], :checked) *) {
|
|
2762
|
-
&:is(:where(.group\/switch):where([data-
|
|
3144
|
+
&:is(:where(.group\/switch):where([data-focus-visible], :focus-visible) *) {
|
|
2763
3145
|
background-color: var(--color-highlight-subtle);
|
|
2764
3146
|
}
|
|
2765
3147
|
}
|
|
2766
3148
|
}
|
|
2767
3149
|
}
|
|
2768
|
-
.group-enabled\/switch\:group-selected\/switch\:group-focus\/switch\:outline-interactive-hover {
|
|
3150
|
+
.group-enabled\/switch\:group-selected\/switch\:group-focus-visible\/switch\:outline-interactive-hover {
|
|
2769
3151
|
&:is(:where(.group\/switch):where(:not([disabled], [data-disabled]), :enabled) *) {
|
|
2770
3152
|
&:is(:where(.group\/switch):where([data-selected], :checked) *) {
|
|
2771
|
-
&:is(:where(.group\/switch):where([data-
|
|
3153
|
+
&:is(:where(.group\/switch):where([data-focus-visible], :focus-visible) *) {
|
|
2772
3154
|
outline-color: var(--color-interactive-hover);
|
|
2773
3155
|
}
|
|
2774
3156
|
}
|
|
@@ -2787,6 +3169,13 @@
|
|
|
2787
3169
|
}
|
|
2788
3170
|
}
|
|
2789
3171
|
}
|
|
3172
|
+
.group-disabled\/date-field\:placeholder\:text-disabled {
|
|
3173
|
+
&:is(:where(.group\/date-field):where([disabled], [data-disabled], :disabled) *) {
|
|
3174
|
+
&::placeholder {
|
|
3175
|
+
color: var(--color-disabled);
|
|
3176
|
+
}
|
|
3177
|
+
}
|
|
3178
|
+
}
|
|
2790
3179
|
.group-disabled\/text-area-field\:placeholder\:text-disabled {
|
|
2791
3180
|
&:is(:where(.group\/text-area-field):where([disabled], [data-disabled], :disabled) *) {
|
|
2792
3181
|
&::placeholder {
|
|
@@ -2842,9 +3231,9 @@
|
|
|
2842
3231
|
}
|
|
2843
3232
|
}
|
|
2844
3233
|
}
|
|
2845
|
-
.group-enabled\/switch\:group-focus\/switch\:before\:bg-interactive-hover {
|
|
3234
|
+
.group-enabled\/switch\:group-focus-visible\/switch\:before\:bg-interactive-hover {
|
|
2846
3235
|
&:is(:where(.group\/switch):where(:not([disabled], [data-disabled]), :enabled) *) {
|
|
2847
|
-
&:is(:where(.group\/switch):where([data-
|
|
3236
|
+
&:is(:where(.group\/switch):where([data-focus-visible], :focus-visible) *) {
|
|
2848
3237
|
&::before {
|
|
2849
3238
|
content: var(--tw-content);
|
|
2850
3239
|
background-color: var(--color-interactive-hover);
|
|
@@ -2918,10 +3307,10 @@
|
|
|
2918
3307
|
}
|
|
2919
3308
|
}
|
|
2920
3309
|
}
|
|
2921
|
-
.group-enabled\/switch\:group-selected\/switch\:group-focus\/switch\:before\:bg-highlight {
|
|
3310
|
+
.group-enabled\/switch\:group-selected\/switch\:group-focus-visible\/switch\:before\:bg-highlight {
|
|
2922
3311
|
&:is(:where(.group\/switch):where(:not([disabled], [data-disabled]), :enabled) *) {
|
|
2923
3312
|
&:is(:where(.group\/switch):where([data-selected], :checked) *) {
|
|
2924
|
-
&:is(:where(.group\/switch):where([data-
|
|
3313
|
+
&:is(:where(.group\/switch):where([data-focus-visible], :focus-visible) *) {
|
|
2925
3314
|
&::before {
|
|
2926
3315
|
content: var(--tw-content);
|
|
2927
3316
|
background-color: var(--color-highlight);
|
|
@@ -2930,25 +3319,9 @@
|
|
|
2930
3319
|
}
|
|
2931
3320
|
}
|
|
2932
3321
|
}
|
|
2933
|
-
.
|
|
2934
|
-
&:where([
|
|
2935
|
-
|
|
2936
|
-
}
|
|
2937
|
-
}
|
|
2938
|
-
.open\:bg-serious-bold {
|
|
2939
|
-
&:where([open], [data-open], :open) {
|
|
2940
|
-
background-color: var(--color-serious-bold);
|
|
2941
|
-
}
|
|
2942
|
-
}
|
|
2943
|
-
.open\:fg-inverse-light {
|
|
2944
|
-
&:where([open], [data-open], :open) {
|
|
2945
|
-
color: var(--color-inverse-light);
|
|
2946
|
-
--icon-color: var(--color-inverse-light);
|
|
2947
|
-
}
|
|
2948
|
-
}
|
|
2949
|
-
.invalid\:outline-serious {
|
|
2950
|
-
&:where([invalid], [data-invalid], :invalid) {
|
|
2951
|
-
outline-color: var(--color-serious);
|
|
3322
|
+
.placeholder-shown\:text-default-dark {
|
|
3323
|
+
&:where([data-placeholder], :placeholder-shown) {
|
|
3324
|
+
color: var(--color-default-dark);
|
|
2952
3325
|
}
|
|
2953
3326
|
}
|
|
2954
3327
|
.empty\:hidden {
|
|
@@ -2967,40 +3340,11 @@
|
|
|
2967
3340
|
padding-inline: var(--spacing-none);
|
|
2968
3341
|
}
|
|
2969
3342
|
}
|
|
2970
|
-
.focus-within\:outline-highlight {
|
|
2971
|
-
&:where([data-focus-within], :focus-within) {
|
|
2972
|
-
outline-color: var(--color-highlight);
|
|
2973
|
-
}
|
|
2974
|
-
}
|
|
2975
|
-
.group-enabled\/accordion\:focus-within\:bg-interactive-hover-dark {
|
|
2976
|
-
&:is(:where(.group\/accordion):where(:not([disabled], [data-disabled]), :enabled) *) {
|
|
2977
|
-
&:where([data-focus-within], :focus-within) {
|
|
2978
|
-
background-color: var(--color-interactive-hover-dark);
|
|
2979
|
-
}
|
|
2980
|
-
}
|
|
2981
|
-
}
|
|
2982
|
-
.group-enabled\/combobox-field\:focus-within\:outline-highlight {
|
|
2983
|
-
&:is(:where(.group\/combobox-field):where(:not([disabled], [data-disabled]), :enabled) *) {
|
|
2984
|
-
&:where([data-focus-within], :focus-within) {
|
|
2985
|
-
outline-color: var(--color-highlight);
|
|
2986
|
-
}
|
|
2987
|
-
}
|
|
2988
|
-
}
|
|
2989
3343
|
.hover\:\!bg-transparent {
|
|
2990
3344
|
&:where([data-hovered], :hover) {
|
|
2991
3345
|
background-color: transparent !important;
|
|
2992
3346
|
}
|
|
2993
3347
|
}
|
|
2994
|
-
.hover\:bg-highlight-bold {
|
|
2995
|
-
&:where([data-hovered], :hover) {
|
|
2996
|
-
background-color: var(--color-highlight-bold);
|
|
2997
|
-
}
|
|
2998
|
-
}
|
|
2999
|
-
.hover\:bg-serious-bold {
|
|
3000
|
-
&:where([data-hovered], :hover) {
|
|
3001
|
-
background-color: var(--color-serious-bold);
|
|
3002
|
-
}
|
|
3003
|
-
}
|
|
3004
3348
|
.hover\:fg-default-light {
|
|
3005
3349
|
&:where([data-hovered], :hover) {
|
|
3006
3350
|
color: var(--color-default-light);
|
|
@@ -3013,12 +3357,6 @@
|
|
|
3013
3357
|
--icon-color: var(--color-interactive-hover);
|
|
3014
3358
|
}
|
|
3015
3359
|
}
|
|
3016
|
-
.hover\:fg-inverse-light {
|
|
3017
|
-
&:where([data-hovered], :hover) {
|
|
3018
|
-
color: var(--color-inverse-light);
|
|
3019
|
-
--icon-color: var(--color-inverse-light);
|
|
3020
|
-
}
|
|
3021
|
-
}
|
|
3022
3360
|
.hover\:outline-4 {
|
|
3023
3361
|
&:where([data-hovered], :hover) {
|
|
3024
3362
|
outline-style: var(--tw-outline-style);
|
|
@@ -3051,64 +3389,48 @@
|
|
|
3051
3389
|
}
|
|
3052
3390
|
}
|
|
3053
3391
|
}
|
|
3054
|
-
.focus\:bg-highlight {
|
|
3055
|
-
&:where([data-focused], :focus) {
|
|
3056
|
-
background-color: var(--color-highlight);
|
|
3057
|
-
}
|
|
3058
|
-
}
|
|
3059
|
-
.focus\:bg-highlight-bold {
|
|
3060
|
-
&:where([data-focused], :focus) {
|
|
3061
|
-
background-color: var(--color-highlight-bold);
|
|
3062
|
-
}
|
|
3063
|
-
}
|
|
3064
|
-
.focus\:bg-serious-bold {
|
|
3065
|
-
&:where([data-focused], :focus) {
|
|
3066
|
-
background-color: var(--color-serious-bold);
|
|
3067
|
-
}
|
|
3068
|
-
}
|
|
3069
3392
|
.focus\:fg-default-light {
|
|
3070
3393
|
&:where([data-focused], :focus) {
|
|
3071
3394
|
color: var(--color-default-light);
|
|
3072
3395
|
--icon-color: var(--color-default-light);
|
|
3073
3396
|
}
|
|
3074
3397
|
}
|
|
3075
|
-
.focus\:
|
|
3076
|
-
&:where([data-
|
|
3398
|
+
.focus-visible\:bg-highlight {
|
|
3399
|
+
&:where([data-focus-visible], :focus-visible) {
|
|
3400
|
+
background-color: var(--color-highlight);
|
|
3401
|
+
}
|
|
3402
|
+
}
|
|
3403
|
+
.focus-visible\:fg-interactive-hover {
|
|
3404
|
+
&:where([data-focus-visible], :focus-visible) {
|
|
3077
3405
|
color: var(--color-interactive-hover);
|
|
3078
3406
|
--icon-color: var(--color-interactive-hover);
|
|
3079
3407
|
}
|
|
3080
3408
|
}
|
|
3081
|
-
.focus\:
|
|
3082
|
-
&:where([data-
|
|
3409
|
+
.focus-visible\:text-inverse-light {
|
|
3410
|
+
&:where([data-focus-visible], :focus-visible) {
|
|
3083
3411
|
color: var(--color-inverse-light);
|
|
3084
|
-
--icon-color: var(--color-inverse-light);
|
|
3085
3412
|
}
|
|
3086
3413
|
}
|
|
3087
|
-
.focus\:
|
|
3088
|
-
&:where([data-
|
|
3089
|
-
color: var(--color-inverse-light);
|
|
3090
|
-
}
|
|
3091
|
-
}
|
|
3092
|
-
.focus\:outline-4 {
|
|
3093
|
-
&:where([data-focused], :focus) {
|
|
3414
|
+
.focus-visible\:outline-4 {
|
|
3415
|
+
&:where([data-focus-visible], :focus-visible) {
|
|
3094
3416
|
outline-style: var(--tw-outline-style);
|
|
3095
3417
|
outline-width: 4px;
|
|
3096
3418
|
}
|
|
3097
3419
|
}
|
|
3098
|
-
.focus\:outline-interactive-hover {
|
|
3099
|
-
&:where([data-
|
|
3420
|
+
.focus-visible\:outline-interactive-hover {
|
|
3421
|
+
&:where([data-focus-visible], :focus-visible) {
|
|
3100
3422
|
outline-color: var(--color-interactive-hover);
|
|
3101
3423
|
}
|
|
3102
3424
|
}
|
|
3103
|
-
.focus\:outline-none {
|
|
3104
|
-
&:where([data-
|
|
3425
|
+
.focus-visible\:outline-none {
|
|
3426
|
+
&:where([data-focus-visible], :focus-visible) {
|
|
3105
3427
|
--tw-outline-style: none;
|
|
3106
3428
|
outline-style: none;
|
|
3107
3429
|
}
|
|
3108
3430
|
}
|
|
3109
|
-
.group-enabled\/text-area-field\:focus\:outline-highlight {
|
|
3431
|
+
.group-enabled\/text-area-field\:focus-visible\:outline-highlight {
|
|
3110
3432
|
&:is(:where(.group\/text-area-field):where(:not([disabled], [data-disabled]), :enabled) *) {
|
|
3111
|
-
&:where([data-
|
|
3433
|
+
&:where([data-focus-visible], :focus-visible) {
|
|
3112
3434
|
outline-color: var(--color-highlight);
|
|
3113
3435
|
}
|
|
3114
3436
|
}
|
|
@@ -3118,355 +3440,679 @@
|
|
|
3118
3440
|
cursor: pointer;
|
|
3119
3441
|
}
|
|
3120
3442
|
}
|
|
3121
|
-
.enabled\:bg-
|
|
3443
|
+
.enabled\:bg-transparent {
|
|
3122
3444
|
&:where(:not([disabled], [data-disabled]), :enabled) {
|
|
3123
|
-
background-color:
|
|
3445
|
+
background-color: transparent;
|
|
3124
3446
|
}
|
|
3125
3447
|
}
|
|
3126
|
-
.enabled\:
|
|
3448
|
+
.enabled\:fg-default-light {
|
|
3127
3449
|
&:where(:not([disabled], [data-disabled]), :enabled) {
|
|
3128
|
-
|
|
3450
|
+
color: var(--color-default-light);
|
|
3451
|
+
--icon-color: var(--color-default-light);
|
|
3129
3452
|
}
|
|
3130
3453
|
}
|
|
3131
|
-
.enabled\:
|
|
3454
|
+
.enabled\:fg-interactive {
|
|
3132
3455
|
&:where(:not([disabled], [data-disabled]), :enabled) {
|
|
3133
|
-
|
|
3456
|
+
color: var(--color-interactive);
|
|
3457
|
+
--icon-color: var(--color-interactive);
|
|
3134
3458
|
}
|
|
3135
3459
|
}
|
|
3136
|
-
.enabled\:
|
|
3460
|
+
.enabled\:group-invalid\/input\:outline-serious {
|
|
3137
3461
|
&:where(:not([disabled], [data-disabled]), :enabled) {
|
|
3138
|
-
|
|
3462
|
+
&:is(:where(.group\/input):where([invalid], [data-invalid], :invalid) *) {
|
|
3463
|
+
outline-color: var(--color-serious);
|
|
3464
|
+
}
|
|
3465
|
+
}
|
|
3466
|
+
}
|
|
3467
|
+
.group-invalid\/select-field\:enabled\:outline-serious {
|
|
3468
|
+
&:is(:where(.group\/select-field):where([invalid], [data-invalid], :invalid) *) {
|
|
3469
|
+
&:where(:not([disabled], [data-disabled]), :enabled) {
|
|
3470
|
+
outline-color: var(--color-serious);
|
|
3471
|
+
}
|
|
3139
3472
|
}
|
|
3140
3473
|
}
|
|
3141
|
-
.enabled\:
|
|
3474
|
+
.enabled\:group-hover\/input\:outline-interactive-hover {
|
|
3142
3475
|
&:where(:not([disabled], [data-disabled]), :enabled) {
|
|
3143
|
-
|
|
3476
|
+
&:is(:where(.group\/input):where([data-hovered], :hover) *) {
|
|
3477
|
+
outline-color: var(--color-interactive-hover);
|
|
3478
|
+
}
|
|
3144
3479
|
}
|
|
3145
3480
|
}
|
|
3146
|
-
.enabled\:
|
|
3481
|
+
.group-focus-visible\/select-field\:enabled\:outline-highlight-bold {
|
|
3482
|
+
&:is(:where(.group\/select-field):where([data-focus-visible], :focus-visible) *) {
|
|
3483
|
+
&:where(:not([disabled], [data-disabled]), :enabled) {
|
|
3484
|
+
outline-color: var(--color-highlight-bold);
|
|
3485
|
+
}
|
|
3486
|
+
}
|
|
3487
|
+
}
|
|
3488
|
+
.enabled\:group-focus-visible-within\/input\:outline-highlight {
|
|
3147
3489
|
&:where(:not([disabled], [data-disabled]), :enabled) {
|
|
3148
|
-
|
|
3490
|
+
&:is(:where(.group\/input):where(:has([data-focus-visible], :focus-visible)) *) {
|
|
3491
|
+
outline-color: var(--color-highlight);
|
|
3492
|
+
}
|
|
3149
3493
|
}
|
|
3150
3494
|
}
|
|
3151
|
-
.enabled\:bg-transparent {
|
|
3495
|
+
.enabled\:hover\:bg-transparent {
|
|
3152
3496
|
&:where(:not([disabled], [data-disabled]), :enabled) {
|
|
3153
|
-
|
|
3497
|
+
&:where([data-hovered], :hover) {
|
|
3498
|
+
background-color: transparent;
|
|
3499
|
+
}
|
|
3154
3500
|
}
|
|
3155
3501
|
}
|
|
3156
|
-
.enabled\:fg-
|
|
3502
|
+
.enabled\:hover\:fg-interactive-hover {
|
|
3157
3503
|
&:where(:not([disabled], [data-disabled]), :enabled) {
|
|
3158
|
-
|
|
3159
|
-
|
|
3504
|
+
&:where([data-hovered], :hover) {
|
|
3505
|
+
color: var(--color-interactive-hover);
|
|
3506
|
+
--icon-color: var(--color-interactive-hover);
|
|
3507
|
+
}
|
|
3160
3508
|
}
|
|
3161
3509
|
}
|
|
3162
|
-
.enabled\:fg-
|
|
3510
|
+
.enabled\:hover\:fg-inverse-light {
|
|
3163
3511
|
&:where(:not([disabled], [data-disabled]), :enabled) {
|
|
3164
|
-
|
|
3165
|
-
|
|
3512
|
+
&:where([data-hovered], :hover) {
|
|
3513
|
+
color: var(--color-inverse-light);
|
|
3514
|
+
--icon-color: var(--color-inverse-light);
|
|
3515
|
+
}
|
|
3166
3516
|
}
|
|
3167
3517
|
}
|
|
3168
|
-
.enabled\:
|
|
3518
|
+
.enabled\:hover\:outline-interactive-hover {
|
|
3169
3519
|
&:where(:not([disabled], [data-disabled]), :enabled) {
|
|
3170
|
-
|
|
3171
|
-
|
|
3520
|
+
&:where([data-hovered], :hover) {
|
|
3521
|
+
outline-color: var(--color-interactive-hover);
|
|
3522
|
+
}
|
|
3172
3523
|
}
|
|
3173
3524
|
}
|
|
3174
|
-
.enabled\:
|
|
3525
|
+
.enabled\:focus-visible\:bg-transparent {
|
|
3175
3526
|
&:where(:not([disabled], [data-disabled]), :enabled) {
|
|
3176
|
-
|
|
3177
|
-
|
|
3527
|
+
&:where([data-focus-visible], :focus-visible) {
|
|
3528
|
+
background-color: transparent;
|
|
3529
|
+
}
|
|
3178
3530
|
}
|
|
3179
3531
|
}
|
|
3180
|
-
.enabled\:fg-
|
|
3532
|
+
.enabled\:focus-visible\:fg-interactive-hover {
|
|
3181
3533
|
&:where(:not([disabled], [data-disabled]), :enabled) {
|
|
3182
|
-
|
|
3183
|
-
|
|
3534
|
+
&:where([data-focus-visible], :focus-visible) {
|
|
3535
|
+
color: var(--color-interactive-hover);
|
|
3536
|
+
--icon-color: var(--color-interactive-hover);
|
|
3537
|
+
}
|
|
3184
3538
|
}
|
|
3185
3539
|
}
|
|
3186
|
-
.enabled\:
|
|
3540
|
+
.enabled\:focus-visible\:fg-inverse-light {
|
|
3187
3541
|
&:where(:not([disabled], [data-disabled]), :enabled) {
|
|
3188
|
-
|
|
3542
|
+
&:where([data-focus-visible], :focus-visible) {
|
|
3543
|
+
color: var(--color-inverse-light);
|
|
3544
|
+
--icon-color: var(--color-inverse-light);
|
|
3545
|
+
}
|
|
3189
3546
|
}
|
|
3190
3547
|
}
|
|
3191
|
-
.enabled\:outline-interactive {
|
|
3548
|
+
.enabled\:focus-visible\:outline-interactive-hover {
|
|
3192
3549
|
&:where(:not([disabled], [data-disabled]), :enabled) {
|
|
3193
|
-
|
|
3550
|
+
&:where([data-focus-visible], :focus-visible) {
|
|
3551
|
+
outline-color: var(--color-interactive-hover);
|
|
3552
|
+
}
|
|
3553
|
+
}
|
|
3554
|
+
}
|
|
3555
|
+
.disabled\:cursor-not-allowed {
|
|
3556
|
+
&:where([disabled], [data-disabled], :disabled) {
|
|
3557
|
+
cursor: not-allowed;
|
|
3558
|
+
}
|
|
3559
|
+
}
|
|
3560
|
+
.disabled\:bg-interactive-disabled {
|
|
3561
|
+
&:where([disabled], [data-disabled], :disabled) {
|
|
3562
|
+
background-color: var(--color-interactive-disabled);
|
|
3563
|
+
}
|
|
3564
|
+
}
|
|
3565
|
+
.disabled\:bg-transparent {
|
|
3566
|
+
&:where([disabled], [data-disabled], :disabled) {
|
|
3567
|
+
background-color: transparent;
|
|
3568
|
+
}
|
|
3569
|
+
}
|
|
3570
|
+
.disabled\:fg-disabled {
|
|
3571
|
+
&:where([disabled], [data-disabled], :disabled) {
|
|
3572
|
+
color: var(--color-disabled);
|
|
3573
|
+
--icon-color: var(--color-disabled);
|
|
3574
|
+
}
|
|
3575
|
+
}
|
|
3576
|
+
.disabled\:text-disabled {
|
|
3577
|
+
&:where([disabled], [data-disabled], :disabled) {
|
|
3578
|
+
color: var(--color-disabled);
|
|
3579
|
+
}
|
|
3580
|
+
}
|
|
3581
|
+
.disabled\:outline-interactive-disabled {
|
|
3582
|
+
&:where([disabled], [data-disabled], :disabled) {
|
|
3583
|
+
outline-color: var(--color-interactive-disabled);
|
|
3584
|
+
}
|
|
3585
|
+
}
|
|
3586
|
+
.disabled\:placeholder\:fg-disabled {
|
|
3587
|
+
&:where([disabled], [data-disabled], :disabled) {
|
|
3588
|
+
&::placeholder {
|
|
3589
|
+
color: var(--color-disabled);
|
|
3590
|
+
--icon-color: var(--color-disabled);
|
|
3591
|
+
}
|
|
3592
|
+
}
|
|
3593
|
+
}
|
|
3594
|
+
.disabled\:placeholder\:text-disabled {
|
|
3595
|
+
&:where([disabled], [data-disabled], :disabled) {
|
|
3596
|
+
&::placeholder {
|
|
3597
|
+
color: var(--color-disabled);
|
|
3598
|
+
}
|
|
3599
|
+
}
|
|
3600
|
+
}
|
|
3601
|
+
.data-\[push\~\=bottom\]\:\[--drawer-main-row-end\:3\] {
|
|
3602
|
+
&[data-push~="bottom"] {
|
|
3603
|
+
--drawer-main-row-end: 3;
|
|
3604
|
+
}
|
|
3605
|
+
}
|
|
3606
|
+
.data-\[push\~\=left\]\:\[--drawer-main-col-start\:2\] {
|
|
3607
|
+
&[data-push~="left"] {
|
|
3608
|
+
--drawer-main-col-start: 2;
|
|
3609
|
+
}
|
|
3610
|
+
}
|
|
3611
|
+
.data-\[push\~\=right\]\:\[--drawer-main-col-end\:3\] {
|
|
3612
|
+
&[data-push~="right"] {
|
|
3613
|
+
--drawer-main-col-end: 3;
|
|
3614
|
+
}
|
|
3615
|
+
}
|
|
3616
|
+
.data-\[push\~\=top\]\:\[--drawer-main-row-start\:2\] {
|
|
3617
|
+
&[data-push~="top"] {
|
|
3618
|
+
--drawer-main-row-start: 2;
|
|
3619
|
+
}
|
|
3620
|
+
}
|
|
3621
|
+
.motion-safe\:animate-pulse {
|
|
3622
|
+
@media (prefers-reduced-motion: no-preference) {
|
|
3623
|
+
animation: var(--animate-pulse);
|
|
3624
|
+
}
|
|
3625
|
+
}
|
|
3626
|
+
.motion-safe\:animate-spin {
|
|
3627
|
+
@media (prefers-reduced-motion: no-preference) {
|
|
3628
|
+
animation: var(--animate-spin);
|
|
3629
|
+
}
|
|
3630
|
+
}
|
|
3631
|
+
.md\:grid-cols-3 {
|
|
3632
|
+
@media (width >= 48rem) {
|
|
3633
|
+
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
3634
|
+
}
|
|
3635
|
+
}
|
|
3636
|
+
.lg\:grid-cols-4 {
|
|
3637
|
+
@media (width >= 64rem) {
|
|
3638
|
+
grid-template-columns: repeat(4, minmax(0, 1fr));
|
|
3194
3639
|
}
|
|
3195
3640
|
}
|
|
3196
|
-
.enabled\:
|
|
3641
|
+
.enabled\:color-info\:bg-interactive-default {
|
|
3197
3642
|
&:where(:not([disabled], [data-disabled]), :enabled) {
|
|
3198
|
-
|
|
3643
|
+
&:where([data-color="info"]) {
|
|
3644
|
+
background-color: var(--color-interactive-default);
|
|
3645
|
+
}
|
|
3199
3646
|
}
|
|
3200
3647
|
}
|
|
3201
|
-
.enabled\:
|
|
3648
|
+
.enabled\:color-info\:bg-surface-default {
|
|
3202
3649
|
&:where(:not([disabled], [data-disabled]), :enabled) {
|
|
3203
|
-
&:
|
|
3204
|
-
|
|
3650
|
+
&:where([data-color="info"]) {
|
|
3651
|
+
background-color: var(--color-surface-default);
|
|
3205
3652
|
}
|
|
3206
3653
|
}
|
|
3207
3654
|
}
|
|
3208
|
-
.
|
|
3209
|
-
&:
|
|
3655
|
+
.color-info\:enabled\:fg-default-light {
|
|
3656
|
+
&:where([data-color="info"]) {
|
|
3210
3657
|
&:where(:not([disabled], [data-disabled]), :enabled) {
|
|
3211
|
-
|
|
3658
|
+
color: var(--color-default-light);
|
|
3659
|
+
--icon-color: var(--color-default-light);
|
|
3212
3660
|
}
|
|
3213
3661
|
}
|
|
3214
3662
|
}
|
|
3215
|
-
.enabled\:
|
|
3663
|
+
.enabled\:color-info\:fg-default-light {
|
|
3216
3664
|
&:where(:not([disabled], [data-disabled]), :enabled) {
|
|
3217
|
-
&:
|
|
3218
|
-
|
|
3665
|
+
&:where([data-color="info"]) {
|
|
3666
|
+
color: var(--color-default-light);
|
|
3667
|
+
--icon-color: var(--color-default-light);
|
|
3219
3668
|
}
|
|
3220
3669
|
}
|
|
3221
3670
|
}
|
|
3222
|
-
.enabled\:
|
|
3671
|
+
.enabled\:color-info\:fg-interactive {
|
|
3223
3672
|
&:where(:not([disabled], [data-disabled]), :enabled) {
|
|
3224
|
-
&:
|
|
3225
|
-
|
|
3673
|
+
&:where([data-color="info"]) {
|
|
3674
|
+
color: var(--color-interactive);
|
|
3675
|
+
--icon-color: var(--color-interactive);
|
|
3226
3676
|
}
|
|
3227
3677
|
}
|
|
3228
3678
|
}
|
|
3229
|
-
.
|
|
3230
|
-
&:
|
|
3231
|
-
&:where(
|
|
3232
|
-
|
|
3679
|
+
.enabled\:color-info\:fg-inverse-light {
|
|
3680
|
+
&:where(:not([disabled], [data-disabled]), :enabled) {
|
|
3681
|
+
&:where([data-color="info"]) {
|
|
3682
|
+
color: var(--color-inverse-light);
|
|
3683
|
+
--icon-color: var(--color-inverse-light);
|
|
3233
3684
|
}
|
|
3234
3685
|
}
|
|
3235
3686
|
}
|
|
3236
|
-
.enabled\:
|
|
3687
|
+
.enabled\:color-info\:outline-interactive {
|
|
3237
3688
|
&:where(:not([disabled], [data-disabled]), :enabled) {
|
|
3238
|
-
&:where([data-
|
|
3239
|
-
|
|
3689
|
+
&:where([data-color="info"]) {
|
|
3690
|
+
outline-color: var(--color-interactive);
|
|
3691
|
+
}
|
|
3692
|
+
}
|
|
3693
|
+
}
|
|
3694
|
+
.color-info\:enabled\:open\:bg-highlight-bold {
|
|
3695
|
+
&:where([data-color="info"]) {
|
|
3696
|
+
&:where(:not([disabled], [data-disabled]), :enabled) {
|
|
3697
|
+
&:where([open], [data-open], :open) {
|
|
3698
|
+
background-color: var(--color-highlight-bold);
|
|
3699
|
+
}
|
|
3240
3700
|
}
|
|
3241
3701
|
}
|
|
3242
3702
|
}
|
|
3243
|
-
.enabled\:
|
|
3703
|
+
.color-info\:enabled\:open\:fg-inverse-light {
|
|
3704
|
+
&:where([data-color="info"]) {
|
|
3705
|
+
&:where(:not([disabled], [data-disabled]), :enabled) {
|
|
3706
|
+
&:where([open], [data-open], :open) {
|
|
3707
|
+
color: var(--color-inverse-light);
|
|
3708
|
+
--icon-color: var(--color-inverse-light);
|
|
3709
|
+
}
|
|
3710
|
+
}
|
|
3711
|
+
}
|
|
3712
|
+
}
|
|
3713
|
+
.color-info\:enabled\:hover\:bg-highlight-bold {
|
|
3714
|
+
&:where([data-color="info"]) {
|
|
3715
|
+
&:where(:not([disabled], [data-disabled]), :enabled) {
|
|
3716
|
+
&:where([data-hovered], :hover) {
|
|
3717
|
+
background-color: var(--color-highlight-bold);
|
|
3718
|
+
}
|
|
3719
|
+
}
|
|
3720
|
+
}
|
|
3721
|
+
}
|
|
3722
|
+
.enabled\:hover\:color-info\:bg-highlight-bold {
|
|
3244
3723
|
&:where(:not([disabled], [data-disabled]), :enabled) {
|
|
3245
3724
|
&:where([data-hovered], :hover) {
|
|
3246
|
-
|
|
3725
|
+
&:where([data-color="info"]) {
|
|
3726
|
+
background-color: var(--color-highlight-bold);
|
|
3727
|
+
}
|
|
3247
3728
|
}
|
|
3248
3729
|
}
|
|
3249
3730
|
}
|
|
3250
|
-
.enabled\:hover\:bg-interactive-hover-
|
|
3731
|
+
.enabled\:hover\:color-info\:bg-interactive-hover-dark {
|
|
3251
3732
|
&:where(:not([disabled], [data-disabled]), :enabled) {
|
|
3252
3733
|
&:where([data-hovered], :hover) {
|
|
3253
|
-
|
|
3734
|
+
&:where([data-color="info"]) {
|
|
3735
|
+
background-color: var(--color-interactive-hover-dark);
|
|
3736
|
+
}
|
|
3254
3737
|
}
|
|
3255
3738
|
}
|
|
3256
3739
|
}
|
|
3257
|
-
.enabled\:hover\:bg-
|
|
3740
|
+
.enabled\:hover\:color-info\:bg-interactive-hover-light {
|
|
3258
3741
|
&:where(:not([disabled], [data-disabled]), :enabled) {
|
|
3259
3742
|
&:where([data-hovered], :hover) {
|
|
3260
|
-
|
|
3743
|
+
&:where([data-color="info"]) {
|
|
3744
|
+
background-color: var(--color-interactive-hover-light);
|
|
3745
|
+
}
|
|
3261
3746
|
}
|
|
3262
3747
|
}
|
|
3263
3748
|
}
|
|
3264
|
-
.enabled\:hover\:
|
|
3749
|
+
.color-info\:enabled\:hover\:fg-inverse-light {
|
|
3750
|
+
&:where([data-color="info"]) {
|
|
3751
|
+
&:where(:not([disabled], [data-disabled]), :enabled) {
|
|
3752
|
+
&:where([data-hovered], :hover) {
|
|
3753
|
+
color: var(--color-inverse-light);
|
|
3754
|
+
--icon-color: var(--color-inverse-light);
|
|
3755
|
+
}
|
|
3756
|
+
}
|
|
3757
|
+
}
|
|
3758
|
+
}
|
|
3759
|
+
.enabled\:hover\:color-info\:fg-interactive-hover {
|
|
3265
3760
|
&:where(:not([disabled], [data-disabled]), :enabled) {
|
|
3266
3761
|
&:where([data-hovered], :hover) {
|
|
3267
|
-
|
|
3762
|
+
&:where([data-color="info"]) {
|
|
3763
|
+
color: var(--color-interactive-hover);
|
|
3764
|
+
--icon-color: var(--color-interactive-hover);
|
|
3765
|
+
}
|
|
3268
3766
|
}
|
|
3269
3767
|
}
|
|
3270
3768
|
}
|
|
3271
|
-
.enabled\:hover\:
|
|
3769
|
+
.enabled\:hover\:color-info\:outline-interactive-hover {
|
|
3272
3770
|
&:where(:not([disabled], [data-disabled]), :enabled) {
|
|
3273
3771
|
&:where([data-hovered], :hover) {
|
|
3274
|
-
|
|
3275
|
-
|
|
3772
|
+
&:where([data-color="info"]) {
|
|
3773
|
+
outline-color: var(--color-interactive-hover);
|
|
3774
|
+
}
|
|
3276
3775
|
}
|
|
3277
3776
|
}
|
|
3278
3777
|
}
|
|
3279
|
-
.enabled\:
|
|
3778
|
+
.color-info\:enabled\:focus-visible\:bg-highlight-bold {
|
|
3779
|
+
&:where([data-color="info"]) {
|
|
3780
|
+
&:where(:not([disabled], [data-disabled]), :enabled) {
|
|
3781
|
+
&:where([data-focus-visible], :focus-visible) {
|
|
3782
|
+
background-color: var(--color-highlight-bold);
|
|
3783
|
+
}
|
|
3784
|
+
}
|
|
3785
|
+
}
|
|
3786
|
+
}
|
|
3787
|
+
.enabled\:focus-visible\:color-info\:bg-highlight-bold {
|
|
3280
3788
|
&:where(:not([disabled], [data-disabled]), :enabled) {
|
|
3281
|
-
&:where([data-
|
|
3282
|
-
|
|
3283
|
-
|
|
3789
|
+
&:where([data-focus-visible], :focus-visible) {
|
|
3790
|
+
&:where([data-color="info"]) {
|
|
3791
|
+
background-color: var(--color-highlight-bold);
|
|
3792
|
+
}
|
|
3284
3793
|
}
|
|
3285
3794
|
}
|
|
3286
3795
|
}
|
|
3287
|
-
.enabled\:
|
|
3796
|
+
.enabled\:focus-visible\:color-info\:bg-interactive-hover-dark {
|
|
3288
3797
|
&:where(:not([disabled], [data-disabled]), :enabled) {
|
|
3289
|
-
&:where([data-
|
|
3290
|
-
|
|
3798
|
+
&:where([data-focus-visible], :focus-visible) {
|
|
3799
|
+
&:where([data-color="info"]) {
|
|
3800
|
+
background-color: var(--color-interactive-hover-dark);
|
|
3801
|
+
}
|
|
3291
3802
|
}
|
|
3292
3803
|
}
|
|
3293
3804
|
}
|
|
3294
|
-
.enabled\:focus\:bg-
|
|
3805
|
+
.enabled\:focus-visible\:color-info\:bg-interactive-hover-light {
|
|
3295
3806
|
&:where(:not([disabled], [data-disabled]), :enabled) {
|
|
3296
|
-
&:where([data-
|
|
3297
|
-
|
|
3807
|
+
&:where([data-focus-visible], :focus-visible) {
|
|
3808
|
+
&:where([data-color="info"]) {
|
|
3809
|
+
background-color: var(--color-interactive-hover-light);
|
|
3810
|
+
}
|
|
3811
|
+
}
|
|
3812
|
+
}
|
|
3813
|
+
}
|
|
3814
|
+
.color-info\:enabled\:focus-visible\:fg-inverse-light {
|
|
3815
|
+
&:where([data-color="info"]) {
|
|
3816
|
+
&:where(:not([disabled], [data-disabled]), :enabled) {
|
|
3817
|
+
&:where([data-focus-visible], :focus-visible) {
|
|
3818
|
+
color: var(--color-inverse-light);
|
|
3819
|
+
--icon-color: var(--color-inverse-light);
|
|
3820
|
+
}
|
|
3298
3821
|
}
|
|
3299
3822
|
}
|
|
3300
3823
|
}
|
|
3301
|
-
.enabled\:focus\:
|
|
3824
|
+
.enabled\:focus-visible\:color-info\:fg-interactive-hover {
|
|
3302
3825
|
&:where(:not([disabled], [data-disabled]), :enabled) {
|
|
3303
|
-
&:where([data-
|
|
3304
|
-
|
|
3826
|
+
&:where([data-focus-visible], :focus-visible) {
|
|
3827
|
+
&:where([data-color="info"]) {
|
|
3828
|
+
color: var(--color-interactive-hover);
|
|
3829
|
+
--icon-color: var(--color-interactive-hover);
|
|
3830
|
+
}
|
|
3305
3831
|
}
|
|
3306
3832
|
}
|
|
3307
3833
|
}
|
|
3308
|
-
.enabled\:focus\:
|
|
3834
|
+
.enabled\:focus-visible\:color-info\:outline-interactive-hover {
|
|
3309
3835
|
&:where(:not([disabled], [data-disabled]), :enabled) {
|
|
3310
|
-
&:where([data-
|
|
3311
|
-
|
|
3836
|
+
&:where([data-focus-visible], :focus-visible) {
|
|
3837
|
+
&:where([data-color="info"]) {
|
|
3838
|
+
outline-color: var(--color-interactive-hover);
|
|
3839
|
+
}
|
|
3312
3840
|
}
|
|
3313
3841
|
}
|
|
3314
3842
|
}
|
|
3315
|
-
.enabled\:
|
|
3843
|
+
.enabled\:color-serious\:bg-serious {
|
|
3316
3844
|
&:where(:not([disabled], [data-disabled]), :enabled) {
|
|
3317
|
-
&:where([data-
|
|
3318
|
-
background-color: var(--color-serious
|
|
3845
|
+
&:where([data-color="serious"]) {
|
|
3846
|
+
background-color: var(--color-serious);
|
|
3319
3847
|
}
|
|
3320
3848
|
}
|
|
3321
3849
|
}
|
|
3322
|
-
.enabled\:
|
|
3850
|
+
.enabled\:color-serious\:bg-serious-subtle {
|
|
3323
3851
|
&:where(:not([disabled], [data-disabled]), :enabled) {
|
|
3324
|
-
&:where([data-
|
|
3325
|
-
background-color:
|
|
3852
|
+
&:where([data-color="serious"]) {
|
|
3853
|
+
background-color: var(--color-serious-subtle);
|
|
3326
3854
|
}
|
|
3327
3855
|
}
|
|
3328
3856
|
}
|
|
3329
|
-
.enabled\:
|
|
3857
|
+
.color-serious\:enabled\:fg-serious {
|
|
3858
|
+
&:where([data-color="serious"]) {
|
|
3859
|
+
&:where(:not([disabled], [data-disabled]), :enabled) {
|
|
3860
|
+
color: var(--color-serious);
|
|
3861
|
+
--icon-color: var(--color-serious);
|
|
3862
|
+
}
|
|
3863
|
+
}
|
|
3864
|
+
}
|
|
3865
|
+
.enabled\:color-serious\:fg-default-light {
|
|
3330
3866
|
&:where(:not([disabled], [data-disabled]), :enabled) {
|
|
3331
|
-
&:where([data-
|
|
3332
|
-
color: var(--color-
|
|
3333
|
-
--icon-color: var(--color-
|
|
3867
|
+
&:where([data-color="serious"]) {
|
|
3868
|
+
color: var(--color-default-light);
|
|
3869
|
+
--icon-color: var(--color-default-light);
|
|
3334
3870
|
}
|
|
3335
3871
|
}
|
|
3336
3872
|
}
|
|
3337
|
-
.enabled\:
|
|
3873
|
+
.enabled\:color-serious\:fg-inverse-light {
|
|
3338
3874
|
&:where(:not([disabled], [data-disabled]), :enabled) {
|
|
3339
|
-
&:where([data-
|
|
3875
|
+
&:where([data-color="serious"]) {
|
|
3340
3876
|
color: var(--color-inverse-light);
|
|
3341
3877
|
--icon-color: var(--color-inverse-light);
|
|
3342
3878
|
}
|
|
3343
3879
|
}
|
|
3344
3880
|
}
|
|
3345
|
-
.enabled\:
|
|
3881
|
+
.enabled\:color-serious\:fg-serious {
|
|
3346
3882
|
&:where(:not([disabled], [data-disabled]), :enabled) {
|
|
3347
|
-
&:where([data-
|
|
3348
|
-
|
|
3883
|
+
&:where([data-color="serious"]) {
|
|
3884
|
+
color: var(--color-serious);
|
|
3885
|
+
--icon-color: var(--color-serious);
|
|
3349
3886
|
}
|
|
3350
3887
|
}
|
|
3351
3888
|
}
|
|
3352
|
-
.
|
|
3353
|
-
&:where([disabled], [data-disabled], :
|
|
3354
|
-
|
|
3889
|
+
.enabled\:color-serious\:outline-serious {
|
|
3890
|
+
&:where(:not([disabled], [data-disabled]), :enabled) {
|
|
3891
|
+
&:where([data-color="serious"]) {
|
|
3892
|
+
outline-color: var(--color-serious);
|
|
3893
|
+
}
|
|
3355
3894
|
}
|
|
3356
3895
|
}
|
|
3357
|
-
.
|
|
3358
|
-
&:where([
|
|
3359
|
-
|
|
3896
|
+
.color-serious\:enabled\:open\:bg-serious-bold {
|
|
3897
|
+
&:where([data-color="serious"]) {
|
|
3898
|
+
&:where(:not([disabled], [data-disabled]), :enabled) {
|
|
3899
|
+
&:where([open], [data-open], :open) {
|
|
3900
|
+
background-color: var(--color-serious-bold);
|
|
3901
|
+
}
|
|
3902
|
+
}
|
|
3360
3903
|
}
|
|
3361
3904
|
}
|
|
3362
|
-
.
|
|
3363
|
-
&:where([
|
|
3364
|
-
|
|
3905
|
+
.color-serious\:enabled\:open\:fg-inverse-light {
|
|
3906
|
+
&:where([data-color="serious"]) {
|
|
3907
|
+
&:where(:not([disabled], [data-disabled]), :enabled) {
|
|
3908
|
+
&:where([open], [data-open], :open) {
|
|
3909
|
+
color: var(--color-inverse-light);
|
|
3910
|
+
--icon-color: var(--color-inverse-light);
|
|
3911
|
+
}
|
|
3912
|
+
}
|
|
3913
|
+
}
|
|
3914
|
+
}
|
|
3915
|
+
.color-serious\:enabled\:hover\:bg-serious-bold {
|
|
3916
|
+
&:where([data-color="serious"]) {
|
|
3917
|
+
&:where(:not([disabled], [data-disabled]), :enabled) {
|
|
3918
|
+
&:where([data-hovered], :hover) {
|
|
3919
|
+
background-color: var(--color-serious-bold);
|
|
3920
|
+
}
|
|
3921
|
+
}
|
|
3922
|
+
}
|
|
3923
|
+
}
|
|
3924
|
+
.enabled\:hover\:color-serious\:bg-serious-bold {
|
|
3925
|
+
&:where(:not([disabled], [data-disabled]), :enabled) {
|
|
3926
|
+
&:where([data-hovered], :hover) {
|
|
3927
|
+
&:where([data-color="serious"]) {
|
|
3928
|
+
background-color: var(--color-serious-bold);
|
|
3929
|
+
}
|
|
3930
|
+
}
|
|
3931
|
+
}
|
|
3932
|
+
}
|
|
3933
|
+
.enabled\:hover\:color-serious\:bg-serious-hover {
|
|
3934
|
+
&:where(:not([disabled], [data-disabled]), :enabled) {
|
|
3935
|
+
&:where([data-hovered], :hover) {
|
|
3936
|
+
&:where([data-color="serious"]) {
|
|
3937
|
+
background-color: var(--color-serious-hover);
|
|
3938
|
+
}
|
|
3939
|
+
}
|
|
3940
|
+
}
|
|
3941
|
+
}
|
|
3942
|
+
.color-serious\:enabled\:hover\:fg-inverse-light {
|
|
3943
|
+
&:where([data-color="serious"]) {
|
|
3944
|
+
&:where(:not([disabled], [data-disabled]), :enabled) {
|
|
3945
|
+
&:where([data-hovered], :hover) {
|
|
3946
|
+
color: var(--color-inverse-light);
|
|
3947
|
+
--icon-color: var(--color-inverse-light);
|
|
3948
|
+
}
|
|
3949
|
+
}
|
|
3950
|
+
}
|
|
3951
|
+
}
|
|
3952
|
+
.enabled\:hover\:color-serious\:fg-interactive-hover {
|
|
3953
|
+
&:where(:not([disabled], [data-disabled]), :enabled) {
|
|
3954
|
+
&:where([data-hovered], :hover) {
|
|
3955
|
+
&:where([data-color="serious"]) {
|
|
3956
|
+
color: var(--color-interactive-hover);
|
|
3957
|
+
--icon-color: var(--color-interactive-hover);
|
|
3958
|
+
}
|
|
3959
|
+
}
|
|
3960
|
+
}
|
|
3961
|
+
}
|
|
3962
|
+
.enabled\:hover\:color-serious\:outline-interactive-hover {
|
|
3963
|
+
&:where(:not([disabled], [data-disabled]), :enabled) {
|
|
3964
|
+
&:where([data-hovered], :hover) {
|
|
3965
|
+
&:where([data-color="serious"]) {
|
|
3966
|
+
outline-color: var(--color-interactive-hover);
|
|
3967
|
+
}
|
|
3968
|
+
}
|
|
3365
3969
|
}
|
|
3366
3970
|
}
|
|
3367
|
-
.
|
|
3368
|
-
&:where([
|
|
3369
|
-
|
|
3370
|
-
|
|
3971
|
+
.color-serious\:enabled\:focus-visible\:bg-serious-bold {
|
|
3972
|
+
&:where([data-color="serious"]) {
|
|
3973
|
+
&:where(:not([disabled], [data-disabled]), :enabled) {
|
|
3974
|
+
&:where([data-focus-visible], :focus-visible) {
|
|
3975
|
+
background-color: var(--color-serious-bold);
|
|
3976
|
+
}
|
|
3977
|
+
}
|
|
3371
3978
|
}
|
|
3372
3979
|
}
|
|
3373
|
-
.
|
|
3374
|
-
&:where([disabled], [data-disabled], :
|
|
3375
|
-
|
|
3980
|
+
.enabled\:focus-visible\:color-serious\:bg-serious-bold {
|
|
3981
|
+
&:where(:not([disabled], [data-disabled]), :enabled) {
|
|
3982
|
+
&:where([data-focus-visible], :focus-visible) {
|
|
3983
|
+
&:where([data-color="serious"]) {
|
|
3984
|
+
background-color: var(--color-serious-bold);
|
|
3985
|
+
}
|
|
3986
|
+
}
|
|
3376
3987
|
}
|
|
3377
3988
|
}
|
|
3378
|
-
.
|
|
3379
|
-
&:where([disabled], [data-disabled], :
|
|
3380
|
-
|
|
3989
|
+
.enabled\:focus-visible\:color-serious\:bg-serious-hover {
|
|
3990
|
+
&:where(:not([disabled], [data-disabled]), :enabled) {
|
|
3991
|
+
&:where([data-focus-visible], :focus-visible) {
|
|
3992
|
+
&:where([data-color="serious"]) {
|
|
3993
|
+
background-color: var(--color-serious-hover);
|
|
3994
|
+
}
|
|
3995
|
+
}
|
|
3381
3996
|
}
|
|
3382
3997
|
}
|
|
3383
|
-
.
|
|
3384
|
-
&:where([
|
|
3385
|
-
|
|
3386
|
-
|
|
3387
|
-
|
|
3998
|
+
.color-serious\:enabled\:focus-visible\:fg-inverse-light {
|
|
3999
|
+
&:where([data-color="serious"]) {
|
|
4000
|
+
&:where(:not([disabled], [data-disabled]), :enabled) {
|
|
4001
|
+
&:where([data-focus-visible], :focus-visible) {
|
|
4002
|
+
color: var(--color-inverse-light);
|
|
4003
|
+
--icon-color: var(--color-inverse-light);
|
|
4004
|
+
}
|
|
3388
4005
|
}
|
|
3389
4006
|
}
|
|
3390
4007
|
}
|
|
3391
|
-
.
|
|
3392
|
-
&:where([disabled], [data-disabled], :
|
|
3393
|
-
|
|
3394
|
-
|
|
4008
|
+
.enabled\:focus-visible\:color-serious\:fg-interactive-hover {
|
|
4009
|
+
&:where(:not([disabled], [data-disabled]), :enabled) {
|
|
4010
|
+
&:where([data-focus-visible], :focus-visible) {
|
|
4011
|
+
&:where([data-color="serious"]) {
|
|
4012
|
+
color: var(--color-interactive-hover);
|
|
4013
|
+
--icon-color: var(--color-interactive-hover);
|
|
4014
|
+
}
|
|
3395
4015
|
}
|
|
3396
4016
|
}
|
|
3397
4017
|
}
|
|
3398
|
-
.
|
|
3399
|
-
|
|
3400
|
-
|
|
4018
|
+
.enabled\:focus-visible\:color-serious\:outline-interactive-hover {
|
|
4019
|
+
&:where(:not([disabled], [data-disabled]), :enabled) {
|
|
4020
|
+
&:where([data-focus-visible], :focus-visible) {
|
|
4021
|
+
&:where([data-color="serious"]) {
|
|
4022
|
+
outline-color: var(--color-interactive-hover);
|
|
4023
|
+
}
|
|
4024
|
+
}
|
|
3401
4025
|
}
|
|
3402
4026
|
}
|
|
3403
|
-
.
|
|
3404
|
-
|
|
3405
|
-
|
|
4027
|
+
.enabled\:color-critical\:bg-critical {
|
|
4028
|
+
&:where(:not([disabled], [data-disabled]), :enabled) {
|
|
4029
|
+
&:where([data-color="critical"]) {
|
|
4030
|
+
background-color: var(--color-critical);
|
|
4031
|
+
}
|
|
3406
4032
|
}
|
|
3407
4033
|
}
|
|
3408
|
-
.
|
|
3409
|
-
|
|
3410
|
-
|
|
4034
|
+
.enabled\:color-critical\:bg-critical-subtle {
|
|
4035
|
+
&:where(:not([disabled], [data-disabled]), :enabled) {
|
|
4036
|
+
&:where([data-color="critical"]) {
|
|
4037
|
+
background-color: var(--color-critical-subtle);
|
|
4038
|
+
}
|
|
3411
4039
|
}
|
|
3412
4040
|
}
|
|
3413
|
-
.
|
|
3414
|
-
|
|
3415
|
-
|
|
4041
|
+
.enabled\:color-critical\:fg-critical {
|
|
4042
|
+
&:where(:not([disabled], [data-disabled]), :enabled) {
|
|
4043
|
+
&:where([data-color="critical"]) {
|
|
4044
|
+
color: var(--color-critical);
|
|
4045
|
+
--icon-color: var(--color-critical);
|
|
4046
|
+
}
|
|
3416
4047
|
}
|
|
3417
4048
|
}
|
|
3418
|
-
.
|
|
3419
|
-
|
|
3420
|
-
|
|
4049
|
+
.enabled\:color-critical\:fg-default-light {
|
|
4050
|
+
&:where(:not([disabled], [data-disabled]), :enabled) {
|
|
4051
|
+
&:where([data-color="critical"]) {
|
|
4052
|
+
color: var(--color-default-light);
|
|
4053
|
+
--icon-color: var(--color-default-light);
|
|
4054
|
+
}
|
|
3421
4055
|
}
|
|
3422
4056
|
}
|
|
3423
|
-
.
|
|
3424
|
-
|
|
3425
|
-
|
|
4057
|
+
.enabled\:color-critical\:outline-critical {
|
|
4058
|
+
&:where(:not([disabled], [data-disabled]), :enabled) {
|
|
4059
|
+
&:where([data-color="critical"]) {
|
|
4060
|
+
outline-color: var(--color-critical);
|
|
4061
|
+
}
|
|
3426
4062
|
}
|
|
3427
4063
|
}
|
|
3428
|
-
.
|
|
3429
|
-
|
|
3430
|
-
|
|
4064
|
+
.enabled\:hover\:color-critical\:bg-critical-hover {
|
|
4065
|
+
&:where(:not([disabled], [data-disabled]), :enabled) {
|
|
4066
|
+
&:where([data-hovered], :hover) {
|
|
4067
|
+
&:where([data-color="critical"]) {
|
|
4068
|
+
background-color: var(--color-critical-hover);
|
|
4069
|
+
}
|
|
4070
|
+
}
|
|
3431
4071
|
}
|
|
3432
4072
|
}
|
|
3433
|
-
.
|
|
3434
|
-
|
|
3435
|
-
|
|
4073
|
+
.enabled\:hover\:color-critical\:fg-interactive-hover {
|
|
4074
|
+
&:where(:not([disabled], [data-disabled]), :enabled) {
|
|
4075
|
+
&:where([data-hovered], :hover) {
|
|
4076
|
+
&:where([data-color="critical"]) {
|
|
4077
|
+
color: var(--color-interactive-hover);
|
|
4078
|
+
--icon-color: var(--color-interactive-hover);
|
|
4079
|
+
}
|
|
4080
|
+
}
|
|
3436
4081
|
}
|
|
3437
4082
|
}
|
|
3438
|
-
.enabled\:hover\:color-
|
|
4083
|
+
.enabled\:hover\:color-critical\:outline-interactive-hover {
|
|
3439
4084
|
&:where(:not([disabled], [data-disabled]), :enabled) {
|
|
3440
4085
|
&:where([data-hovered], :hover) {
|
|
3441
|
-
&:where([data-color
|
|
3442
|
-
|
|
4086
|
+
&:where([data-color="critical"]) {
|
|
4087
|
+
outline-color: var(--color-interactive-hover);
|
|
3443
4088
|
}
|
|
3444
4089
|
}
|
|
3445
4090
|
}
|
|
3446
4091
|
}
|
|
3447
|
-
.enabled\:focus\:color-
|
|
4092
|
+
.enabled\:focus-visible\:color-critical\:bg-critical-hover {
|
|
3448
4093
|
&:where(:not([disabled], [data-disabled]), :enabled) {
|
|
3449
|
-
&:where([data-
|
|
3450
|
-
&:where([data-color
|
|
3451
|
-
background-color: var(--color-
|
|
4094
|
+
&:where([data-focus-visible], :focus-visible) {
|
|
4095
|
+
&:where([data-color="critical"]) {
|
|
4096
|
+
background-color: var(--color-critical-hover);
|
|
3452
4097
|
}
|
|
3453
4098
|
}
|
|
3454
4099
|
}
|
|
3455
4100
|
}
|
|
3456
|
-
.enabled\:
|
|
4101
|
+
.enabled\:focus-visible\:color-critical\:fg-interactive-hover {
|
|
3457
4102
|
&:where(:not([disabled], [data-disabled]), :enabled) {
|
|
3458
|
-
&:where([data-
|
|
3459
|
-
&:where([data-color
|
|
3460
|
-
|
|
4103
|
+
&:where([data-focus-visible], :focus-visible) {
|
|
4104
|
+
&:where([data-color="critical"]) {
|
|
4105
|
+
color: var(--color-interactive-hover);
|
|
4106
|
+
--icon-color: var(--color-interactive-hover);
|
|
3461
4107
|
}
|
|
3462
4108
|
}
|
|
3463
4109
|
}
|
|
3464
4110
|
}
|
|
3465
|
-
.enabled\:focus\:color-
|
|
4111
|
+
.enabled\:focus-visible\:color-critical\:outline-interactive-hover {
|
|
3466
4112
|
&:where(:not([disabled], [data-disabled]), :enabled) {
|
|
3467
|
-
&:where([data-
|
|
3468
|
-
&:where([data-color
|
|
3469
|
-
|
|
4113
|
+
&:where([data-focus-visible], :focus-visible) {
|
|
4114
|
+
&:where([data-color="critical"]) {
|
|
4115
|
+
outline-color: var(--color-interactive-hover);
|
|
3470
4116
|
}
|
|
3471
4117
|
}
|
|
3472
4118
|
}
|
|
@@ -3509,20 +4155,6 @@
|
|
|
3509
4155
|
}
|
|
3510
4156
|
}
|
|
3511
4157
|
}
|
|
3512
|
-
.group-data-\[extend\=left\]\/layout\:placement-left\:z-10 {
|
|
3513
|
-
&:is(:where(.group\/layout)[data-extend="left"] *) {
|
|
3514
|
-
&:where([data-placement~="left"]) {
|
|
3515
|
-
z-index: 10;
|
|
3516
|
-
}
|
|
3517
|
-
}
|
|
3518
|
-
}
|
|
3519
|
-
.group-data-\[extend\=right\]\/layout\:placement-left\:z-1 {
|
|
3520
|
-
&:is(:where(.group\/layout)[data-extend="right"] *) {
|
|
3521
|
-
&:where([data-placement~="left"]) {
|
|
3522
|
-
z-index: 1;
|
|
3523
|
-
}
|
|
3524
|
-
}
|
|
3525
|
-
}
|
|
3526
4158
|
.group-data-\[extend\=top\]\/layout\:placement-left\:row-end-4 {
|
|
3527
4159
|
&:is(:where(.group\/layout)[data-extend="top"] *) {
|
|
3528
4160
|
&:where([data-placement~="left"]) {
|
|
@@ -3575,20 +4207,6 @@
|
|
|
3575
4207
|
}
|
|
3576
4208
|
}
|
|
3577
4209
|
}
|
|
3578
|
-
.group-data-\[extend\=left\]\/layout\:placement-right\:z-1 {
|
|
3579
|
-
&:is(:where(.group\/layout)[data-extend="left"] *) {
|
|
3580
|
-
&:where([data-placement~="right"]) {
|
|
3581
|
-
z-index: 1;
|
|
3582
|
-
}
|
|
3583
|
-
}
|
|
3584
|
-
}
|
|
3585
|
-
.group-data-\[extend\=right\]\/layout\:placement-right\:z-10 {
|
|
3586
|
-
&:is(:where(.group\/layout)[data-extend="right"] *) {
|
|
3587
|
-
&:where([data-placement~="right"]) {
|
|
3588
|
-
z-index: 10;
|
|
3589
|
-
}
|
|
3590
|
-
}
|
|
3591
|
-
}
|
|
3592
4210
|
.group-data-\[extend\=top\]\/layout\:placement-right\:row-end-4 {
|
|
3593
4211
|
&:is(:where(.group\/layout)[data-extend="top"] *) {
|
|
3594
4212
|
&:where([data-placement~="right"]) {
|
|
@@ -3648,13 +4266,6 @@
|
|
|
3648
4266
|
}
|
|
3649
4267
|
}
|
|
3650
4268
|
}
|
|
3651
|
-
.group-data-\[extend\~\=top\]\/layout\:placement-top\:z-10 {
|
|
3652
|
-
&:is(:where(.group\/layout)[data-extend~="top"] *) {
|
|
3653
|
-
&:where([data-placement~="top"]) {
|
|
3654
|
-
z-index: 10;
|
|
3655
|
-
}
|
|
3656
|
-
}
|
|
3657
|
-
}
|
|
3658
4269
|
.group-data-\[extend\~\=top\]\/layout\:placement-top\:col-span-full {
|
|
3659
4270
|
&:is(:where(.group\/layout)[data-extend~="top"] *) {
|
|
3660
4271
|
&:where([data-placement~="top"]) {
|
|
@@ -3693,13 +4304,6 @@
|
|
|
3693
4304
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
3694
4305
|
}
|
|
3695
4306
|
}
|
|
3696
|
-
.group-data-\[extend\=bottom\]\/layout\:placement-bottom\:z-10 {
|
|
3697
|
-
&:is(:where(.group\/layout)[data-extend="bottom"] *) {
|
|
3698
|
-
&:where([data-placement~="bottom"]) {
|
|
3699
|
-
z-index: 10;
|
|
3700
|
-
}
|
|
3701
|
-
}
|
|
3702
|
-
}
|
|
3703
4307
|
.group-data-\[extend\=left\]\/layout\:placement-bottom\:col-end-4 {
|
|
3704
4308
|
&:is(:where(.group\/layout)[data-extend="left"] *) {
|
|
3705
4309
|
&:where([data-placement~="bottom"]) {
|
|
@@ -3754,60 +4358,6 @@
|
|
|
3754
4358
|
--icon-size: var(--icon-size-l);
|
|
3755
4359
|
}
|
|
3756
4360
|
}
|
|
3757
|
-
.placement-left\:open\:size-large\:w-\[var\(--drawer-size-large\)\] {
|
|
3758
|
-
&:where([data-placement~="left"]) {
|
|
3759
|
-
&:where([open], [data-open], :open) {
|
|
3760
|
-
&:where([data-size="large"]) {
|
|
3761
|
-
width: var(--drawer-size-large);
|
|
3762
|
-
}
|
|
3763
|
-
}
|
|
3764
|
-
}
|
|
3765
|
-
}
|
|
3766
|
-
.placement-left\:open\:size-large\:w-\[var\(--drawer-size-large\)\] {
|
|
3767
|
-
&:where([data-placement~="left"]) {
|
|
3768
|
-
&:where([open], [data-open], :open) {
|
|
3769
|
-
&:where([data-size="large"]) {
|
|
3770
|
-
width: var(--drawer-size-large);
|
|
3771
|
-
}
|
|
3772
|
-
}
|
|
3773
|
-
}
|
|
3774
|
-
}
|
|
3775
|
-
.placement-right\:open\:size-large\:w-\[var\(--drawer-size-large\)\] {
|
|
3776
|
-
&:where([data-placement~="right"]) {
|
|
3777
|
-
&:where([open], [data-open], :open) {
|
|
3778
|
-
&:where([data-size="large"]) {
|
|
3779
|
-
width: var(--drawer-size-large);
|
|
3780
|
-
}
|
|
3781
|
-
}
|
|
3782
|
-
}
|
|
3783
|
-
}
|
|
3784
|
-
.placement-right\:open\:size-large\:w-\[var\(--drawer-size-large\)\] {
|
|
3785
|
-
&:where([data-placement~="right"]) {
|
|
3786
|
-
&:where([open], [data-open], :open) {
|
|
3787
|
-
&:where([data-size="large"]) {
|
|
3788
|
-
width: var(--drawer-size-large);
|
|
3789
|
-
}
|
|
3790
|
-
}
|
|
3791
|
-
}
|
|
3792
|
-
}
|
|
3793
|
-
.placement-top\:open\:size-large\:h-\[var\(--drawer-size-large\)\] {
|
|
3794
|
-
&:where([data-placement~="top"]) {
|
|
3795
|
-
&:where([open], [data-open], :open) {
|
|
3796
|
-
&:where([data-size="large"]) {
|
|
3797
|
-
height: var(--drawer-size-large);
|
|
3798
|
-
}
|
|
3799
|
-
}
|
|
3800
|
-
}
|
|
3801
|
-
}
|
|
3802
|
-
.placement-bottom\:open\:size-large\:h-\[var\(--drawer-size-large\)\] {
|
|
3803
|
-
&:where([data-placement~="bottom"]) {
|
|
3804
|
-
&:where([open], [data-open], :open) {
|
|
3805
|
-
&:where([data-size="large"]) {
|
|
3806
|
-
height: var(--drawer-size-large);
|
|
3807
|
-
}
|
|
3808
|
-
}
|
|
3809
|
-
}
|
|
3810
|
-
}
|
|
3811
4361
|
.size-medium\:size-\[32px\] {
|
|
3812
4362
|
&:where([data-size="medium"]) {
|
|
3813
4363
|
width: 32px;
|
|
@@ -3849,11 +4399,6 @@
|
|
|
3849
4399
|
padding-block: var(--spacing-xs);
|
|
3850
4400
|
}
|
|
3851
4401
|
}
|
|
3852
|
-
.size-medium\:pl-\[32px\] {
|
|
3853
|
-
&:where([data-size="medium"]) {
|
|
3854
|
-
padding-left: 32px;
|
|
3855
|
-
}
|
|
3856
|
-
}
|
|
3857
4402
|
.size-medium\:text-body-s {
|
|
3858
4403
|
&:where([data-size="medium"]) {
|
|
3859
4404
|
font-size: var(--typography-body-s-size);
|
|
@@ -3891,60 +4436,6 @@
|
|
|
3891
4436
|
--icon-size: var(--icon-size-m);
|
|
3892
4437
|
}
|
|
3893
4438
|
}
|
|
3894
|
-
.placement-left\:open\:size-medium\:w-\[var\(--drawer-size-medium\)\] {
|
|
3895
|
-
&:where([data-placement~="left"]) {
|
|
3896
|
-
&:where([open], [data-open], :open) {
|
|
3897
|
-
&:where([data-size="medium"]) {
|
|
3898
|
-
width: var(--drawer-size-medium);
|
|
3899
|
-
}
|
|
3900
|
-
}
|
|
3901
|
-
}
|
|
3902
|
-
}
|
|
3903
|
-
.placement-left\:open\:size-medium\:w-\[var\(--drawer-size-medium\)\] {
|
|
3904
|
-
&:where([data-placement~="left"]) {
|
|
3905
|
-
&:where([open], [data-open], :open) {
|
|
3906
|
-
&:where([data-size="medium"]) {
|
|
3907
|
-
width: var(--drawer-size-medium);
|
|
3908
|
-
}
|
|
3909
|
-
}
|
|
3910
|
-
}
|
|
3911
|
-
}
|
|
3912
|
-
.placement-right\:open\:size-medium\:w-\[var\(--drawer-size-medium\)\] {
|
|
3913
|
-
&:where([data-placement~="right"]) {
|
|
3914
|
-
&:where([open], [data-open], :open) {
|
|
3915
|
-
&:where([data-size="medium"]) {
|
|
3916
|
-
width: var(--drawer-size-medium);
|
|
3917
|
-
}
|
|
3918
|
-
}
|
|
3919
|
-
}
|
|
3920
|
-
}
|
|
3921
|
-
.placement-right\:open\:size-medium\:w-\[var\(--drawer-size-medium\)\] {
|
|
3922
|
-
&:where([data-placement~="right"]) {
|
|
3923
|
-
&:where([open], [data-open], :open) {
|
|
3924
|
-
&:where([data-size="medium"]) {
|
|
3925
|
-
width: var(--drawer-size-medium);
|
|
3926
|
-
}
|
|
3927
|
-
}
|
|
3928
|
-
}
|
|
3929
|
-
}
|
|
3930
|
-
.placement-top\:open\:size-medium\:h-\[var\(--drawer-size-medium\)\] {
|
|
3931
|
-
&:where([data-placement~="top"]) {
|
|
3932
|
-
&:where([open], [data-open], :open) {
|
|
3933
|
-
&:where([data-size="medium"]) {
|
|
3934
|
-
height: var(--drawer-size-medium);
|
|
3935
|
-
}
|
|
3936
|
-
}
|
|
3937
|
-
}
|
|
3938
|
-
}
|
|
3939
|
-
.placement-bottom\:open\:size-medium\:h-\[var\(--drawer-size-medium\)\] {
|
|
3940
|
-
&:where([data-placement~="bottom"]) {
|
|
3941
|
-
&:where([open], [data-open], :open) {
|
|
3942
|
-
&:where([data-size="medium"]) {
|
|
3943
|
-
height: var(--drawer-size-medium);
|
|
3944
|
-
}
|
|
3945
|
-
}
|
|
3946
|
-
}
|
|
3947
|
-
}
|
|
3948
4439
|
.size-small\:size-xl {
|
|
3949
4440
|
&:where([data-size="small"]) {
|
|
3950
4441
|
width: var(--spacing-xl);
|
|
@@ -4010,96 +4501,103 @@
|
|
|
4010
4501
|
--icon-size: var(--icon-size-s);
|
|
4011
4502
|
}
|
|
4012
4503
|
}
|
|
4013
|
-
.
|
|
4014
|
-
&:where([data-
|
|
4015
|
-
|
|
4016
|
-
&:where([data-size="small"]) {
|
|
4017
|
-
width: var(--drawer-size-small);
|
|
4018
|
-
}
|
|
4019
|
-
}
|
|
4504
|
+
.size-xsmall\:gap-xxs {
|
|
4505
|
+
&:where([data-size="xsmall"]) {
|
|
4506
|
+
gap: var(--spacing-xxs);
|
|
4020
4507
|
}
|
|
4021
4508
|
}
|
|
4022
|
-
.
|
|
4023
|
-
&:where([data-
|
|
4024
|
-
|
|
4025
|
-
&:where([data-size="small"]) {
|
|
4026
|
-
width: var(--drawer-size-small);
|
|
4027
|
-
}
|
|
4028
|
-
}
|
|
4509
|
+
.size-xsmall\:rounded-small {
|
|
4510
|
+
&:where([data-size="xsmall"]) {
|
|
4511
|
+
border-radius: var(--radius-small);
|
|
4029
4512
|
}
|
|
4030
4513
|
}
|
|
4031
|
-
.
|
|
4032
|
-
&:where([data-
|
|
4033
|
-
|
|
4034
|
-
&:where([data-size="small"]) {
|
|
4035
|
-
width: var(--drawer-size-small);
|
|
4036
|
-
}
|
|
4037
|
-
}
|
|
4514
|
+
.size-xsmall\:p-xxs {
|
|
4515
|
+
&:where([data-size="xsmall"]) {
|
|
4516
|
+
padding: var(--spacing-xxs);
|
|
4038
4517
|
}
|
|
4039
4518
|
}
|
|
4040
|
-
.
|
|
4041
|
-
&:where([data-
|
|
4042
|
-
|
|
4043
|
-
&:where([data-size="small"]) {
|
|
4044
|
-
width: var(--drawer-size-small);
|
|
4045
|
-
}
|
|
4046
|
-
}
|
|
4519
|
+
.size-xsmall\:px-s {
|
|
4520
|
+
&:where([data-size="xsmall"]) {
|
|
4521
|
+
padding-inline: var(--spacing-s);
|
|
4047
4522
|
}
|
|
4048
4523
|
}
|
|
4049
|
-
.
|
|
4050
|
-
&:where([data-
|
|
4051
|
-
|
|
4052
|
-
&:where([data-size="small"]) {
|
|
4053
|
-
height: var(--drawer-size-small);
|
|
4054
|
-
}
|
|
4055
|
-
}
|
|
4524
|
+
.size-xsmall\:py-xs {
|
|
4525
|
+
&:where([data-size="xsmall"]) {
|
|
4526
|
+
padding-block: var(--spacing-xs);
|
|
4056
4527
|
}
|
|
4057
4528
|
}
|
|
4058
|
-
.
|
|
4059
|
-
&:where([data-
|
|
4060
|
-
|
|
4061
|
-
|
|
4062
|
-
|
|
4063
|
-
|
|
4064
|
-
}
|
|
4529
|
+
.size-xsmall\:text-button-xs {
|
|
4530
|
+
&:where([data-size="xsmall"]) {
|
|
4531
|
+
font-size: var(--typography-button-xs-size);
|
|
4532
|
+
font-weight: bold;
|
|
4533
|
+
letter-spacing: var(--typography-button-xs-spacing);
|
|
4534
|
+
line-height: var(--typography-button-xs-height);
|
|
4065
4535
|
}
|
|
4066
4536
|
}
|
|
4067
|
-
.size-xsmall\:
|
|
4537
|
+
.size-xsmall\:\[--icon-size\:var\(--icon-size-xs\)\] {
|
|
4068
4538
|
&:where([data-size="xsmall"]) {
|
|
4069
|
-
|
|
4539
|
+
--icon-size: var(--icon-size-xs);
|
|
4070
4540
|
}
|
|
4071
4541
|
}
|
|
4072
|
-
.size-
|
|
4073
|
-
&:where([data-size="
|
|
4074
|
-
|
|
4542
|
+
.group-size-medium\/date-field\:type-month\:w-\[calc\(2ch\+\(2\*var\(--typography-body-s-spacing\)\)\)\] {
|
|
4543
|
+
&:is(:where(.group\/date-field):where([data-size="medium"]) *) {
|
|
4544
|
+
&:where([data-type="month"]) {
|
|
4545
|
+
width: calc(2ch + (2 * var(--typography-body-s-spacing)));
|
|
4546
|
+
}
|
|
4075
4547
|
}
|
|
4076
4548
|
}
|
|
4077
|
-
.size-
|
|
4078
|
-
&:where([data-size="
|
|
4079
|
-
|
|
4549
|
+
.group-size-medium\/date-field\:type-month\:w-\[calc\(2ch\+\(2\*var\(--typography-body-s-spacing\)\)\)\] {
|
|
4550
|
+
&:is(:where(.group\/date-field):where([data-size="medium"]) *) {
|
|
4551
|
+
&:where([data-type="month"]) {
|
|
4552
|
+
width: calc(2ch + (2 * var(--typography-body-s-spacing)));
|
|
4553
|
+
}
|
|
4080
4554
|
}
|
|
4081
4555
|
}
|
|
4082
|
-
.size-
|
|
4083
|
-
&:where([data-size="
|
|
4084
|
-
|
|
4556
|
+
.group-size-medium\/date-field\:type-month\:w-\[calc\(3ch\+\(3\*var\(--typography-body-s-spacing\)\)\)\] {
|
|
4557
|
+
&:is(:where(.group\/date-field):where([data-size="medium"]) *) {
|
|
4558
|
+
&:where([data-type="month"]) {
|
|
4559
|
+
width: calc(3ch + (3 * var(--typography-body-s-spacing)));
|
|
4560
|
+
}
|
|
4561
|
+
}
|
|
4562
|
+
}
|
|
4563
|
+
.group-size-medium\/date-field\:type-month\:w-\[calc\(3ch\+\(3\*var\(--typography-body-s-spacing\)\)\)\] {
|
|
4564
|
+
&:is(:where(.group\/date-field):where([data-size="medium"]) *) {
|
|
4565
|
+
&:where([data-type="month"]) {
|
|
4566
|
+
width: calc(3ch + (3 * var(--typography-body-s-spacing)));
|
|
4567
|
+
}
|
|
4568
|
+
}
|
|
4569
|
+
}
|
|
4570
|
+
.group-size-small\/date-field\:type-month\:w-\[calc\(2ch\+\(2\*var\(--typography-body-xs-spacing\)\)\)\] {
|
|
4571
|
+
&:is(:where(.group\/date-field):where([data-size="small"]) *) {
|
|
4572
|
+
&:where([data-type="month"]) {
|
|
4573
|
+
width: calc(2ch + (2 * var(--typography-body-xs-spacing)));
|
|
4574
|
+
}
|
|
4575
|
+
}
|
|
4576
|
+
}
|
|
4577
|
+
.group-size-small\/date-field\:type-month\:w-\[calc\(2ch\+\(2\*var\(--typography-body-xs-spacing\)\)\)\] {
|
|
4578
|
+
&:is(:where(.group\/date-field):where([data-size="small"]) *) {
|
|
4579
|
+
&:where([data-type="month"]) {
|
|
4580
|
+
width: calc(2ch + (2 * var(--typography-body-xs-spacing)));
|
|
4581
|
+
}
|
|
4085
4582
|
}
|
|
4086
4583
|
}
|
|
4087
|
-
.size-
|
|
4088
|
-
&:where([data-size="
|
|
4089
|
-
|
|
4584
|
+
.group-size-small\/date-field\:type-month\:w-\[calc\(3ch\+\(3\*var\(--typography-body-xs-spacing\)\)\)\] {
|
|
4585
|
+
&:is(:where(.group\/date-field):where([data-size="small"]) *) {
|
|
4586
|
+
&:where([data-type="month"]) {
|
|
4587
|
+
width: calc(3ch + (3 * var(--typography-body-xs-spacing)));
|
|
4588
|
+
}
|
|
4090
4589
|
}
|
|
4091
4590
|
}
|
|
4092
|
-
.size-
|
|
4093
|
-
&:where([data-size="
|
|
4094
|
-
|
|
4095
|
-
|
|
4096
|
-
|
|
4097
|
-
line-height: var(--typography-button-xs-height);
|
|
4591
|
+
.group-size-small\/date-field\:type-month\:w-\[calc\(3ch\+\(3\*var\(--typography-body-xs-spacing\)\)\)\] {
|
|
4592
|
+
&:is(:where(.group\/date-field):where([data-size="small"]) *) {
|
|
4593
|
+
&:where([data-type="month"]) {
|
|
4594
|
+
width: calc(3ch + (3 * var(--typography-body-xs-spacing)));
|
|
4595
|
+
}
|
|
4098
4596
|
}
|
|
4099
4597
|
}
|
|
4100
|
-
.
|
|
4101
|
-
&:where([data-
|
|
4102
|
-
|
|
4598
|
+
.layout-grid\:grid {
|
|
4599
|
+
&:where([data-layout="grid"]) {
|
|
4600
|
+
display: grid;
|
|
4103
4601
|
}
|
|
4104
4602
|
}
|
|
4105
4603
|
.layout-grid\:pl-xxl {
|
|
@@ -4107,6 +4605,11 @@
|
|
|
4107
4605
|
padding-left: var(--spacing-xxl);
|
|
4108
4606
|
}
|
|
4109
4607
|
}
|
|
4608
|
+
.layout-stack\:flex {
|
|
4609
|
+
&:where([data-layout="stack"]) {
|
|
4610
|
+
display: flex;
|
|
4611
|
+
}
|
|
4612
|
+
}
|
|
4110
4613
|
.layout-stack\:rounded-large {
|
|
4111
4614
|
&:where([data-layout="stack"]) {
|
|
4112
4615
|
border-radius: var(--radius-large);
|
|
@@ -4127,6 +4630,11 @@
|
|
|
4127
4630
|
padding-block: var(--spacing-xl);
|
|
4128
4631
|
}
|
|
4129
4632
|
}
|
|
4633
|
+
.orientation-horizontal\:h-xl {
|
|
4634
|
+
&:where([data-orientation="horizontal"]) {
|
|
4635
|
+
height: var(--spacing-xl);
|
|
4636
|
+
}
|
|
4637
|
+
}
|
|
4130
4638
|
.orientation-horizontal\:flex-col {
|
|
4131
4639
|
&:where([data-orientation="horizontal"]) {
|
|
4132
4640
|
flex-direction: column;
|
|
@@ -4142,6 +4650,44 @@
|
|
|
4142
4650
|
flex-wrap: wrap;
|
|
4143
4651
|
}
|
|
4144
4652
|
}
|
|
4653
|
+
.orientation-horizontal\:layout-grid\:grid-cols-\[auto_1fr_auto\] {
|
|
4654
|
+
&:where([data-orientation="horizontal"]) {
|
|
4655
|
+
&:where([data-layout="grid"]) {
|
|
4656
|
+
grid-template-columns: auto 1fr auto;
|
|
4657
|
+
}
|
|
4658
|
+
}
|
|
4659
|
+
}
|
|
4660
|
+
.orientation-horizontal\:layout-grid\:grid-rows-\[auto_auto_auto\] {
|
|
4661
|
+
&:where([data-orientation="horizontal"]) {
|
|
4662
|
+
&:where([data-layout="grid"]) {
|
|
4663
|
+
grid-template-rows: auto auto auto;
|
|
4664
|
+
}
|
|
4665
|
+
}
|
|
4666
|
+
}
|
|
4667
|
+
.orientation-horizontal\:layout-stack\:w-full {
|
|
4668
|
+
&:where([data-orientation="horizontal"]) {
|
|
4669
|
+
&:where([data-layout="stack"]) {
|
|
4670
|
+
width: 100%;
|
|
4671
|
+
}
|
|
4672
|
+
}
|
|
4673
|
+
}
|
|
4674
|
+
.orientation-horizontal\:layout-stack\:items-center {
|
|
4675
|
+
&:where([data-orientation="horizontal"]) {
|
|
4676
|
+
&:where([data-layout="stack"]) {
|
|
4677
|
+
align-items: center;
|
|
4678
|
+
}
|
|
4679
|
+
}
|
|
4680
|
+
}
|
|
4681
|
+
.orientation-vertical\:h-full {
|
|
4682
|
+
&:where([data-orientation="vertical"]) {
|
|
4683
|
+
height: 100%;
|
|
4684
|
+
}
|
|
4685
|
+
}
|
|
4686
|
+
.orientation-vertical\:w-fit {
|
|
4687
|
+
&:where([data-orientation="vertical"]) {
|
|
4688
|
+
width: fit-content;
|
|
4689
|
+
}
|
|
4690
|
+
}
|
|
4145
4691
|
.orientation-vertical\:flex-col {
|
|
4146
4692
|
&:where([data-orientation="vertical"]) {
|
|
4147
4693
|
flex-direction: column;
|
|
@@ -4152,51 +4698,49 @@
|
|
|
4152
4698
|
gap: var(--spacing-xs);
|
|
4153
4699
|
}
|
|
4154
4700
|
}
|
|
4155
|
-
.
|
|
4156
|
-
&:where([data-
|
|
4157
|
-
&:where(
|
|
4158
|
-
|
|
4701
|
+
.orientation-vertical\:layout-grid\:grid-cols-\[auto_auto_auto\] {
|
|
4702
|
+
&:where([data-orientation="vertical"]) {
|
|
4703
|
+
&:where([data-layout="grid"]) {
|
|
4704
|
+
grid-template-columns: auto auto auto;
|
|
4159
4705
|
}
|
|
4160
4706
|
}
|
|
4161
4707
|
}
|
|
4162
|
-
.
|
|
4163
|
-
&:where([data-
|
|
4164
|
-
&:where(
|
|
4165
|
-
|
|
4708
|
+
.orientation-vertical\:layout-grid\:grid-rows-\[auto_auto_1fr_auto\] {
|
|
4709
|
+
&:where([data-orientation="vertical"]) {
|
|
4710
|
+
&:where([data-layout="grid"]) {
|
|
4711
|
+
grid-template-rows: auto auto 1fr auto;
|
|
4166
4712
|
}
|
|
4167
4713
|
}
|
|
4168
4714
|
}
|
|
4169
|
-
.
|
|
4170
|
-
&:where([data-
|
|
4171
|
-
&:where(
|
|
4172
|
-
|
|
4715
|
+
.orientation-vertical\:layout-stack\:flex-col {
|
|
4716
|
+
&:where([data-orientation="vertical"]) {
|
|
4717
|
+
&:where([data-layout="stack"]) {
|
|
4718
|
+
flex-direction: column;
|
|
4173
4719
|
}
|
|
4174
4720
|
}
|
|
4175
4721
|
}
|
|
4176
|
-
.
|
|
4177
|
-
&:where([data-
|
|
4178
|
-
|
|
4179
|
-
width: var(--drawer-size-closed);
|
|
4180
|
-
}
|
|
4722
|
+
.focus-visible-within\:outline-highlight {
|
|
4723
|
+
&:where(:has([data-focus-visible], :focus-visible)) {
|
|
4724
|
+
outline-color: var(--color-highlight);
|
|
4181
4725
|
}
|
|
4182
4726
|
}
|
|
4183
|
-
.
|
|
4184
|
-
&:where([data-
|
|
4185
|
-
&:where(:
|
|
4186
|
-
|
|
4727
|
+
.group-enabled\/accordion\:focus-visible-within\:bg-interactive-hover-dark {
|
|
4728
|
+
&:is(:where(.group\/accordion):where(:not([disabled], [data-disabled]), :enabled) *) {
|
|
4729
|
+
&:where(:has([data-focus-visible], :focus-visible)) {
|
|
4730
|
+
background-color: var(--color-interactive-hover-dark);
|
|
4187
4731
|
}
|
|
4188
4732
|
}
|
|
4189
4733
|
}
|
|
4190
|
-
.
|
|
4191
|
-
&:where([data-
|
|
4192
|
-
&:where(:
|
|
4193
|
-
|
|
4734
|
+
.group-enabled\/combobox-field\:focus-visible-within\:outline-highlight {
|
|
4735
|
+
&:is(:where(.group\/combobox-field):where(:not([disabled], [data-disabled]), :enabled) *) {
|
|
4736
|
+
&:where(:has([data-focus-visible], :focus-visible)) {
|
|
4737
|
+
outline-color: var(--color-highlight);
|
|
4194
4738
|
}
|
|
4195
4739
|
}
|
|
4196
4740
|
}
|
|
4197
|
-
.selected\:
|
|
4741
|
+
.selected\:cursor-default {
|
|
4198
4742
|
&:where([data-selected], :checked) {
|
|
4199
|
-
|
|
4743
|
+
cursor: default;
|
|
4200
4744
|
}
|
|
4201
4745
|
}
|
|
4202
4746
|
.selected\:bg-highlight-subtle {
|
|
@@ -4204,167 +4748,305 @@
|
|
|
4204
4748
|
background-color: var(--color-highlight-subtle);
|
|
4205
4749
|
}
|
|
4206
4750
|
}
|
|
4207
|
-
.selected\:bg-serious-bold {
|
|
4208
|
-
&:where([data-selected], :checked) {
|
|
4209
|
-
background-color: var(--color-serious-bold);
|
|
4210
|
-
}
|
|
4211
|
-
}
|
|
4212
4751
|
.selected\:fg-highlight {
|
|
4213
4752
|
&:where([data-selected], :checked) {
|
|
4214
4753
|
color: var(--color-highlight);
|
|
4215
4754
|
--icon-color: var(--color-highlight);
|
|
4216
4755
|
}
|
|
4217
4756
|
}
|
|
4218
|
-
.selected\:fg-inverse-light {
|
|
4219
|
-
&:where([data-selected], :checked) {
|
|
4220
|
-
color: var(--color-inverse-light);
|
|
4221
|
-
--icon-color: var(--color-inverse-light);
|
|
4222
|
-
}
|
|
4223
|
-
}
|
|
4224
4757
|
.selected\:outline-highlight {
|
|
4225
4758
|
&:where([data-selected], :checked) {
|
|
4226
4759
|
outline-color: var(--color-highlight);
|
|
4227
4760
|
}
|
|
4228
4761
|
}
|
|
4229
|
-
.enabled\:selected\:bg-
|
|
4762
|
+
.enabled\:selected\:bg-highlight-subtle {
|
|
4230
4763
|
&:where(:not([disabled], [data-disabled]), :enabled) {
|
|
4231
4764
|
&:where([data-selected], :checked) {
|
|
4232
|
-
background-color: var(--color-
|
|
4765
|
+
background-color: var(--color-highlight-subtle);
|
|
4233
4766
|
}
|
|
4234
4767
|
}
|
|
4235
4768
|
}
|
|
4236
|
-
.enabled\:selected\:
|
|
4769
|
+
.enabled\:selected\:fg-highlight {
|
|
4237
4770
|
&:where(:not([disabled], [data-disabled]), :enabled) {
|
|
4238
4771
|
&:where([data-selected], :checked) {
|
|
4239
|
-
|
|
4772
|
+
color: var(--color-highlight);
|
|
4773
|
+
--icon-color: var(--color-highlight);
|
|
4240
4774
|
}
|
|
4241
4775
|
}
|
|
4242
4776
|
}
|
|
4243
|
-
.enabled\:selected\:
|
|
4777
|
+
.enabled\:selected\:outline-highlight {
|
|
4244
4778
|
&:where(:not([disabled], [data-disabled]), :enabled) {
|
|
4245
4779
|
&:where([data-selected], :checked) {
|
|
4246
|
-
|
|
4780
|
+
outline-color: var(--color-highlight);
|
|
4247
4781
|
}
|
|
4248
4782
|
}
|
|
4249
4783
|
}
|
|
4250
|
-
.enabled\:selected\:
|
|
4784
|
+
.enabled\:selected\:hover\:fg-highlight {
|
|
4251
4785
|
&:where(:not([disabled], [data-disabled]), :enabled) {
|
|
4252
4786
|
&:where([data-selected], :checked) {
|
|
4253
|
-
|
|
4787
|
+
&:where([data-hovered], :hover) {
|
|
4788
|
+
color: var(--color-highlight);
|
|
4789
|
+
--icon-color: var(--color-highlight);
|
|
4790
|
+
}
|
|
4254
4791
|
}
|
|
4255
4792
|
}
|
|
4256
4793
|
}
|
|
4257
|
-
.enabled\:selected\:
|
|
4794
|
+
.enabled\:selected\:hover\:outline-interactive-hover {
|
|
4258
4795
|
&:where(:not([disabled], [data-disabled]), :enabled) {
|
|
4259
4796
|
&:where([data-selected], :checked) {
|
|
4260
|
-
|
|
4261
|
-
|
|
4797
|
+
&:where([data-hovered], :hover) {
|
|
4798
|
+
outline-color: var(--color-interactive-hover);
|
|
4799
|
+
}
|
|
4262
4800
|
}
|
|
4263
4801
|
}
|
|
4264
4802
|
}
|
|
4265
|
-
.enabled\:selected\:
|
|
4803
|
+
.enabled\:selected\:focus-visible\:fg-highlight {
|
|
4266
4804
|
&:where(:not([disabled], [data-disabled]), :enabled) {
|
|
4267
4805
|
&:where([data-selected], :checked) {
|
|
4268
|
-
|
|
4806
|
+
&:where([data-focus-visible], :focus-visible) {
|
|
4807
|
+
color: var(--color-highlight);
|
|
4808
|
+
--icon-color: var(--color-highlight);
|
|
4809
|
+
}
|
|
4269
4810
|
}
|
|
4270
4811
|
}
|
|
4271
4812
|
}
|
|
4272
|
-
.enabled\:selected\:
|
|
4813
|
+
.enabled\:selected\:focus-visible\:outline-interactive-hover {
|
|
4273
4814
|
&:where(:not([disabled], [data-disabled]), :enabled) {
|
|
4274
4815
|
&:where([data-selected], :checked) {
|
|
4275
|
-
&:where([data-
|
|
4276
|
-
|
|
4816
|
+
&:where([data-focus-visible], :focus-visible) {
|
|
4817
|
+
outline-color: var(--color-interactive-hover);
|
|
4818
|
+
}
|
|
4819
|
+
}
|
|
4820
|
+
}
|
|
4821
|
+
}
|
|
4822
|
+
.disabled\:selected\:bg-interactive-disabled {
|
|
4823
|
+
&:where([disabled], [data-disabled], :disabled) {
|
|
4824
|
+
&:where([data-selected], :checked) {
|
|
4825
|
+
background-color: var(--color-interactive-disabled);
|
|
4826
|
+
}
|
|
4827
|
+
}
|
|
4828
|
+
}
|
|
4829
|
+
.color-info\:enabled\:selected\:bg-highlight-bold {
|
|
4830
|
+
&:where([data-color="info"]) {
|
|
4831
|
+
&:where(:not([disabled], [data-disabled]), :enabled) {
|
|
4832
|
+
&:where([data-selected], :checked) {
|
|
4833
|
+
background-color: var(--color-highlight-bold);
|
|
4834
|
+
}
|
|
4835
|
+
}
|
|
4836
|
+
}
|
|
4837
|
+
}
|
|
4838
|
+
.enabled\:selected\:color-info\:bg-info-subtle {
|
|
4839
|
+
&:where(:not([disabled], [data-disabled]), :enabled) {
|
|
4840
|
+
&:where([data-selected], :checked) {
|
|
4841
|
+
&:where([data-color="info"]) {
|
|
4842
|
+
background-color: var(--color-info-subtle);
|
|
4843
|
+
}
|
|
4844
|
+
}
|
|
4845
|
+
}
|
|
4846
|
+
}
|
|
4847
|
+
.color-info\:enabled\:selected\:fg-inverse-light {
|
|
4848
|
+
&:where([data-color="info"]) {
|
|
4849
|
+
&:where(:not([disabled], [data-disabled]), :enabled) {
|
|
4850
|
+
&:where([data-selected], :checked) {
|
|
4851
|
+
color: var(--color-inverse-light);
|
|
4852
|
+
--icon-color: var(--color-inverse-light);
|
|
4853
|
+
}
|
|
4854
|
+
}
|
|
4855
|
+
}
|
|
4856
|
+
}
|
|
4857
|
+
.enabled\:selected\:color-info\:outline-highlight {
|
|
4858
|
+
&:where(:not([disabled], [data-disabled]), :enabled) {
|
|
4859
|
+
&:where([data-selected], :checked) {
|
|
4860
|
+
&:where([data-color="info"]) {
|
|
4861
|
+
outline-color: var(--color-highlight);
|
|
4277
4862
|
}
|
|
4278
4863
|
}
|
|
4279
4864
|
}
|
|
4280
4865
|
}
|
|
4281
|
-
.enabled\:selected\:hover\:bg-interactive-hover-light {
|
|
4866
|
+
.enabled\:selected\:hover\:color-info\:bg-interactive-hover-light {
|
|
4282
4867
|
&:where(:not([disabled], [data-disabled]), :enabled) {
|
|
4283
4868
|
&:where([data-selected], :checked) {
|
|
4284
4869
|
&:where([data-hovered], :hover) {
|
|
4285
|
-
|
|
4870
|
+
&:where([data-color="info"]) {
|
|
4871
|
+
background-color: var(--color-interactive-hover-light);
|
|
4872
|
+
}
|
|
4286
4873
|
}
|
|
4287
4874
|
}
|
|
4288
4875
|
}
|
|
4289
4876
|
}
|
|
4290
|
-
.enabled\:selected\:hover\:
|
|
4877
|
+
.enabled\:selected\:hover\:color-info\:outline-interactive-hover {
|
|
4291
4878
|
&:where(:not([disabled], [data-disabled]), :enabled) {
|
|
4292
4879
|
&:where([data-selected], :checked) {
|
|
4293
4880
|
&:where([data-hovered], :hover) {
|
|
4294
|
-
|
|
4881
|
+
&:where([data-color="info"]) {
|
|
4882
|
+
outline-color: var(--color-interactive-hover);
|
|
4883
|
+
}
|
|
4295
4884
|
}
|
|
4296
4885
|
}
|
|
4297
4886
|
}
|
|
4298
4887
|
}
|
|
4299
|
-
.enabled\:selected\:
|
|
4888
|
+
.enabled\:selected\:focus-visible\:color-info\:bg-interactive-hover-light {
|
|
4889
|
+
&:where(:not([disabled], [data-disabled]), :enabled) {
|
|
4890
|
+
&:where([data-selected], :checked) {
|
|
4891
|
+
&:where([data-focus-visible], :focus-visible) {
|
|
4892
|
+
&:where([data-color="info"]) {
|
|
4893
|
+
background-color: var(--color-interactive-hover-light);
|
|
4894
|
+
}
|
|
4895
|
+
}
|
|
4896
|
+
}
|
|
4897
|
+
}
|
|
4898
|
+
}
|
|
4899
|
+
.enabled\:selected\:focus-visible\:color-info\:outline-interactive-hover {
|
|
4900
|
+
&:where(:not([disabled], [data-disabled]), :enabled) {
|
|
4901
|
+
&:where([data-selected], :checked) {
|
|
4902
|
+
&:where([data-focus-visible], :focus-visible) {
|
|
4903
|
+
&:where([data-color="info"]) {
|
|
4904
|
+
outline-color: var(--color-interactive-hover);
|
|
4905
|
+
}
|
|
4906
|
+
}
|
|
4907
|
+
}
|
|
4908
|
+
}
|
|
4909
|
+
}
|
|
4910
|
+
.color-serious\:enabled\:selected\:bg-serious-bold {
|
|
4911
|
+
&:where([data-color="serious"]) {
|
|
4912
|
+
&:where(:not([disabled], [data-disabled]), :enabled) {
|
|
4913
|
+
&:where([data-selected], :checked) {
|
|
4914
|
+
background-color: var(--color-serious-bold);
|
|
4915
|
+
}
|
|
4916
|
+
}
|
|
4917
|
+
}
|
|
4918
|
+
}
|
|
4919
|
+
.enabled\:selected\:color-serious\:bg-serious-subtle {
|
|
4920
|
+
&:where(:not([disabled], [data-disabled]), :enabled) {
|
|
4921
|
+
&:where([data-selected], :checked) {
|
|
4922
|
+
&:where([data-color="serious"]) {
|
|
4923
|
+
background-color: var(--color-serious-subtle);
|
|
4924
|
+
}
|
|
4925
|
+
}
|
|
4926
|
+
}
|
|
4927
|
+
}
|
|
4928
|
+
.color-serious\:enabled\:selected\:fg-inverse-light {
|
|
4929
|
+
&:where([data-color="serious"]) {
|
|
4930
|
+
&:where(:not([disabled], [data-disabled]), :enabled) {
|
|
4931
|
+
&:where([data-selected], :checked) {
|
|
4932
|
+
color: var(--color-inverse-light);
|
|
4933
|
+
--icon-color: var(--color-inverse-light);
|
|
4934
|
+
}
|
|
4935
|
+
}
|
|
4936
|
+
}
|
|
4937
|
+
}
|
|
4938
|
+
.enabled\:selected\:color-serious\:outline-highlight {
|
|
4939
|
+
&:where(:not([disabled], [data-disabled]), :enabled) {
|
|
4940
|
+
&:where([data-selected], :checked) {
|
|
4941
|
+
&:where([data-color="serious"]) {
|
|
4942
|
+
outline-color: var(--color-highlight);
|
|
4943
|
+
}
|
|
4944
|
+
}
|
|
4945
|
+
}
|
|
4946
|
+
}
|
|
4947
|
+
.enabled\:selected\:hover\:color-serious\:bg-serious-hover {
|
|
4300
4948
|
&:where(:not([disabled], [data-disabled]), :enabled) {
|
|
4301
4949
|
&:where([data-selected], :checked) {
|
|
4302
4950
|
&:where([data-hovered], :hover) {
|
|
4303
|
-
|
|
4304
|
-
|
|
4951
|
+
&:where([data-color="serious"]) {
|
|
4952
|
+
background-color: var(--color-serious-hover);
|
|
4953
|
+
}
|
|
4305
4954
|
}
|
|
4306
4955
|
}
|
|
4307
4956
|
}
|
|
4308
4957
|
}
|
|
4309
|
-
.enabled\:selected\:hover\:outline-interactive-hover {
|
|
4958
|
+
.enabled\:selected\:hover\:color-serious\:outline-interactive-hover {
|
|
4310
4959
|
&:where(:not([disabled], [data-disabled]), :enabled) {
|
|
4311
4960
|
&:where([data-selected], :checked) {
|
|
4312
4961
|
&:where([data-hovered], :hover) {
|
|
4313
|
-
|
|
4962
|
+
&:where([data-color="serious"]) {
|
|
4963
|
+
outline-color: var(--color-interactive-hover);
|
|
4964
|
+
}
|
|
4314
4965
|
}
|
|
4315
4966
|
}
|
|
4316
4967
|
}
|
|
4317
4968
|
}
|
|
4318
|
-
.enabled\:selected\:focus\:bg-
|
|
4969
|
+
.enabled\:selected\:focus-visible\:color-serious\:bg-serious-hover {
|
|
4319
4970
|
&:where(:not([disabled], [data-disabled]), :enabled) {
|
|
4320
4971
|
&:where([data-selected], :checked) {
|
|
4321
|
-
&:where([data-
|
|
4322
|
-
|
|
4972
|
+
&:where([data-focus-visible], :focus-visible) {
|
|
4973
|
+
&:where([data-color="serious"]) {
|
|
4974
|
+
background-color: var(--color-serious-hover);
|
|
4975
|
+
}
|
|
4323
4976
|
}
|
|
4324
4977
|
}
|
|
4325
4978
|
}
|
|
4326
4979
|
}
|
|
4327
|
-
.enabled\:selected\:focus\:
|
|
4980
|
+
.enabled\:selected\:focus-visible\:color-serious\:outline-interactive-hover {
|
|
4328
4981
|
&:where(:not([disabled], [data-disabled]), :enabled) {
|
|
4329
4982
|
&:where([data-selected], :checked) {
|
|
4330
|
-
&:where([data-
|
|
4331
|
-
|
|
4983
|
+
&:where([data-focus-visible], :focus-visible) {
|
|
4984
|
+
&:where([data-color="serious"]) {
|
|
4985
|
+
outline-color: var(--color-interactive-hover);
|
|
4986
|
+
}
|
|
4332
4987
|
}
|
|
4333
4988
|
}
|
|
4334
4989
|
}
|
|
4335
4990
|
}
|
|
4336
|
-
.enabled\:selected\:
|
|
4991
|
+
.enabled\:selected\:color-critical\:bg-critical-subtle {
|
|
4337
4992
|
&:where(:not([disabled], [data-disabled]), :enabled) {
|
|
4338
4993
|
&:where([data-selected], :checked) {
|
|
4339
|
-
&:where([data-
|
|
4340
|
-
background-color: var(--color-
|
|
4994
|
+
&:where([data-color="critical"]) {
|
|
4995
|
+
background-color: var(--color-critical-subtle);
|
|
4341
4996
|
}
|
|
4342
4997
|
}
|
|
4343
4998
|
}
|
|
4344
4999
|
}
|
|
4345
|
-
.enabled\:selected\:
|
|
5000
|
+
.enabled\:selected\:color-critical\:outline-highlight {
|
|
4346
5001
|
&:where(:not([disabled], [data-disabled]), :enabled) {
|
|
4347
5002
|
&:where([data-selected], :checked) {
|
|
4348
|
-
&:where([data-
|
|
4349
|
-
color: var(--color-highlight);
|
|
4350
|
-
--icon-color: var(--color-highlight);
|
|
5003
|
+
&:where([data-color="critical"]) {
|
|
5004
|
+
outline-color: var(--color-highlight);
|
|
4351
5005
|
}
|
|
4352
5006
|
}
|
|
4353
5007
|
}
|
|
4354
5008
|
}
|
|
4355
|
-
.enabled\:selected\:
|
|
5009
|
+
.enabled\:selected\:hover\:color-critical\:bg-critical-hover {
|
|
4356
5010
|
&:where(:not([disabled], [data-disabled]), :enabled) {
|
|
4357
5011
|
&:where([data-selected], :checked) {
|
|
4358
|
-
&:where([data-
|
|
4359
|
-
|
|
5012
|
+
&:where([data-hovered], :hover) {
|
|
5013
|
+
&:where([data-color="critical"]) {
|
|
5014
|
+
background-color: var(--color-critical-hover);
|
|
5015
|
+
}
|
|
4360
5016
|
}
|
|
4361
5017
|
}
|
|
4362
5018
|
}
|
|
4363
5019
|
}
|
|
4364
|
-
.
|
|
4365
|
-
&:where([disabled], [data-disabled], :
|
|
5020
|
+
.enabled\:selected\:hover\:color-critical\:outline-interactive-hover {
|
|
5021
|
+
&:where(:not([disabled], [data-disabled]), :enabled) {
|
|
4366
5022
|
&:where([data-selected], :checked) {
|
|
4367
|
-
|
|
5023
|
+
&:where([data-hovered], :hover) {
|
|
5024
|
+
&:where([data-color="critical"]) {
|
|
5025
|
+
outline-color: var(--color-interactive-hover);
|
|
5026
|
+
}
|
|
5027
|
+
}
|
|
5028
|
+
}
|
|
5029
|
+
}
|
|
5030
|
+
}
|
|
5031
|
+
.enabled\:selected\:focus-visible\:color-critical\:bg-critical-hover {
|
|
5032
|
+
&:where(:not([disabled], [data-disabled]), :enabled) {
|
|
5033
|
+
&:where([data-selected], :checked) {
|
|
5034
|
+
&:where([data-focus-visible], :focus-visible) {
|
|
5035
|
+
&:where([data-color="critical"]) {
|
|
5036
|
+
background-color: var(--color-critical-hover);
|
|
5037
|
+
}
|
|
5038
|
+
}
|
|
5039
|
+
}
|
|
5040
|
+
}
|
|
5041
|
+
}
|
|
5042
|
+
.enabled\:selected\:focus-visible\:color-critical\:outline-interactive-hover {
|
|
5043
|
+
&:where(:not([disabled], [data-disabled]), :enabled) {
|
|
5044
|
+
&:where([data-selected], :checked) {
|
|
5045
|
+
&:where([data-focus-visible], :focus-visible) {
|
|
5046
|
+
&:where([data-color="critical"]) {
|
|
5047
|
+
outline-color: var(--color-interactive-hover);
|
|
5048
|
+
}
|
|
5049
|
+
}
|
|
4368
5050
|
}
|
|
4369
5051
|
}
|
|
4370
5052
|
}
|
|
@@ -4508,13 +5190,6 @@
|
|
|
4508
5190
|
}
|
|
4509
5191
|
}
|
|
4510
5192
|
}
|
|
4511
|
-
.closed\:\[\&\>\*\:not\(nav\)\]\:hidden {
|
|
4512
|
-
&:where(:not([open], [data-open], :open)) {
|
|
4513
|
-
&>*:not(nav) {
|
|
4514
|
-
display: none;
|
|
4515
|
-
}
|
|
4516
|
-
}
|
|
4517
|
-
}
|
|
4518
5193
|
.\[\&\[data-placement\]\]\:absolute {
|
|
4519
5194
|
&[data-placement] {
|
|
4520
5195
|
position: absolute;
|
|
@@ -4662,14 +5337,14 @@ body {
|
|
|
4662
5337
|
.hide-cancel::-webkit-search-cancel-button {
|
|
4663
5338
|
display: none;
|
|
4664
5339
|
}
|
|
4665
|
-
|
|
5340
|
+
::-webkit-scrollbar {
|
|
4666
5341
|
width: var(--spacing-l);
|
|
4667
5342
|
height: var(--spacing-l);
|
|
4668
5343
|
}
|
|
4669
|
-
|
|
5344
|
+
::-webkit-scrollbar-track {
|
|
4670
5345
|
background: var(--color-interactive);
|
|
4671
5346
|
}
|
|
4672
|
-
|
|
5347
|
+
::-webkit-scrollbar-thumb {
|
|
4673
5348
|
background-color: var(--color-interactive-hover-light);
|
|
4674
5349
|
border-radius: var(--radius-large);
|
|
4675
5350
|
border: 5px solid transparent;
|
|
@@ -4712,21 +5387,6 @@ body {
|
|
|
4712
5387
|
background-size: 1px 4px, 4px 1px;
|
|
4713
5388
|
}
|
|
4714
5389
|
}
|
|
4715
|
-
@property --tw-translate-x {
|
|
4716
|
-
syntax: "*";
|
|
4717
|
-
inherits: false;
|
|
4718
|
-
initial-value: 0;
|
|
4719
|
-
}
|
|
4720
|
-
@property --tw-translate-y {
|
|
4721
|
-
syntax: "*";
|
|
4722
|
-
inherits: false;
|
|
4723
|
-
initial-value: 0;
|
|
4724
|
-
}
|
|
4725
|
-
@property --tw-translate-z {
|
|
4726
|
-
syntax: "*";
|
|
4727
|
-
inherits: false;
|
|
4728
|
-
initial-value: 0;
|
|
4729
|
-
}
|
|
4730
5390
|
@property --tw-rotate-x {
|
|
4731
5391
|
syntax: "*";
|
|
4732
5392
|
inherits: false;
|
|
@@ -4897,6 +5557,21 @@ body {
|
|
|
4897
5557
|
inherits: false;
|
|
4898
5558
|
initial-value: 100%;
|
|
4899
5559
|
}
|
|
5560
|
+
@property --tw-translate-x {
|
|
5561
|
+
syntax: "*";
|
|
5562
|
+
inherits: false;
|
|
5563
|
+
initial-value: 0;
|
|
5564
|
+
}
|
|
5565
|
+
@property --tw-translate-y {
|
|
5566
|
+
syntax: "*";
|
|
5567
|
+
inherits: false;
|
|
5568
|
+
initial-value: 0;
|
|
5569
|
+
}
|
|
5570
|
+
@property --tw-translate-z {
|
|
5571
|
+
syntax: "*";
|
|
5572
|
+
inherits: false;
|
|
5573
|
+
initial-value: 0;
|
|
5574
|
+
}
|
|
4900
5575
|
@property --tw-content {
|
|
4901
5576
|
syntax: "*";
|
|
4902
5577
|
initial-value: "";
|
|
@@ -4915,9 +5590,6 @@ body {
|
|
|
4915
5590
|
@layer properties {
|
|
4916
5591
|
@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
|
|
4917
5592
|
*, ::before, ::after, ::backdrop {
|
|
4918
|
-
--tw-translate-x: 0;
|
|
4919
|
-
--tw-translate-y: 0;
|
|
4920
|
-
--tw-translate-z: 0;
|
|
4921
5593
|
--tw-rotate-x: initial;
|
|
4922
5594
|
--tw-rotate-y: initial;
|
|
4923
5595
|
--tw-rotate-z: initial;
|
|
@@ -4957,6 +5629,9 @@ body {
|
|
|
4957
5629
|
--tw-drop-shadow-size: initial;
|
|
4958
5630
|
--tw-text-shadow-color: initial;
|
|
4959
5631
|
--tw-text-shadow-alpha: 100%;
|
|
5632
|
+
--tw-translate-x: 0;
|
|
5633
|
+
--tw-translate-y: 0;
|
|
5634
|
+
--tw-translate-z: 0;
|
|
4960
5635
|
--tw-content: "";
|
|
4961
5636
|
}
|
|
4962
5637
|
}
|