@segmentify/ui 0.0.32 → 0.0.34
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -1
- package/dist/components/atoms/content-wrapper.d.ts +1 -1
- package/dist/components/molecules/combobox-field.d.ts +24 -19
- package/dist/components/molecules/date-range-picker.d.ts +8 -10
- package/dist/components/organisms/data-table/column-visibility.d.ts +2 -1
- package/dist/components/organisms/data-table/index.d.ts +1 -1
- package/dist/components/organisms/data-table/pagination.d.ts +1 -5
- package/dist/components/organisms/form-combobox.d.ts +14 -9
- package/dist/components/organisms/form-file-upload.d.ts +1 -3
- package/dist/index.d.ts +1 -12
- package/dist/lib/design-variants.d.ts +1 -1
- package/dist/lib/utils.d.ts +1 -27
- package/dist/segmentify-ui.cjs +72 -97
- package/dist/segmentify-ui.js +23700 -30602
- package/dist/ui.css +34 -884
- package/package.json +26 -25
- package/dist/components/atoms/alert-dialog.d.ts +0 -18
- package/dist/components/atoms/combobox.d.ts +0 -24
- package/dist/components/atoms/input-group.d.ts +0 -16
- package/dist/components/organisms/date-preset/context.d.ts +0 -8
- package/dist/components/organisms/date-preset/date-preset.d.ts +0 -11
- package/dist/components/organisms/date-preset/index.d.ts +0 -8
- package/dist/components/organisms/date-preset/presets.d.ts +0 -21
- package/dist/components/organisms/date-preset/root.d.ts +0 -9
- package/dist/components/organisms/timeline.d.ts +0 -25
- package/dist/mock.d.ts +0 -3
package/dist/ui.css
CHANGED
|
@@ -8,42 +8,18 @@
|
|
|
8
8
|
--ui-font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
|
|
9
9
|
"Courier New", monospace;
|
|
10
10
|
--ui-color-red-500: oklch(63.7% 0.237 25.331);
|
|
11
|
-
--ui-color-orange-600: #f25847;
|
|
12
|
-
--ui-color-amber-50: oklch(98.7% 0.022 95.277);
|
|
13
11
|
--ui-color-amber-200: oklch(92.4% 0.12 95.746);
|
|
14
|
-
--ui-color-amber-500: oklch(76.9% 0.188 70.08);
|
|
15
|
-
--ui-color-amber-600: oklch(66.6% 0.179 58.318);
|
|
16
|
-
--ui-color-amber-800: oklch(47.3% 0.137 46.201);
|
|
17
12
|
--ui-color-yellow-500: oklch(79.5% 0.184 86.047);
|
|
18
|
-
--ui-color-green-50: oklch(98.2% 0.018 155.826);
|
|
19
13
|
--ui-color-green-200: oklch(92.5% 0.084 155.995);
|
|
20
14
|
--ui-color-green-400: oklch(79.2% 0.209 151.711);
|
|
21
15
|
--ui-color-green-500: oklch(72.3% 0.219 149.579);
|
|
22
|
-
--ui-color-green-700: oklch(52.7% 0.154 150.069);
|
|
23
|
-
--ui-color-green-800: oklch(44.8% 0.119 151.328);
|
|
24
|
-
--ui-color-emerald-500: oklch(69.6% 0.17 162.48);
|
|
25
|
-
--ui-color-emerald-600: oklch(59.6% 0.145 163.225);
|
|
26
|
-
--ui-color-teal-600: oklch(60% 0.118 184.704);
|
|
27
|
-
--ui-color-cyan-600: oklch(60.9% 0.126 221.723);
|
|
28
|
-
--ui-color-blue-50: oklch(97% 0.014 254.604);
|
|
29
|
-
--ui-color-blue-200: oklch(88.2% 0.059 254.128);
|
|
30
16
|
--ui-color-blue-500: oklch(62.3% 0.214 259.815);
|
|
31
|
-
--ui-color-blue-600: oklch(54.6% 0.245 262.881);
|
|
32
|
-
--ui-color-blue-800: oklch(42.4% 0.199 265.638);
|
|
33
|
-
--ui-color-indigo-600: oklch(51.1% 0.262 276.966);
|
|
34
|
-
--ui-color-violet-600: oklch(54.1% 0.281 293.009);
|
|
35
17
|
--ui-color-purple-500: oklch(62.7% 0.265 303.9);
|
|
36
|
-
--ui-color-pink-600: oklch(59.2% 0.249 0.584);
|
|
37
|
-
--ui-color-rose-500: oklch(64.5% 0.246 16.439);
|
|
38
|
-
--ui-color-rose-600: oklch(58.6% 0.253 17.585);
|
|
39
|
-
--ui-color-slate-50: oklch(98.4% 0.003 247.858);
|
|
40
|
-
--ui-color-slate-200: oklch(92.9% 0.013 255.508);
|
|
41
18
|
--ui-color-gray-200: #e5e7eb;
|
|
42
19
|
--ui-color-gray-300: #d2d6dc;
|
|
43
20
|
--ui-color-gray-400: #9fa6b2;
|
|
44
21
|
--ui-color-gray-500: #6b7280;
|
|
45
22
|
--ui-color-gray-600: #4b5563;
|
|
46
|
-
--ui-color-zinc-50: oklch(98.5% 0 0);
|
|
47
23
|
--ui-color-neutral-500: oklch(55.6% 0 0);
|
|
48
24
|
--ui-color-neutral-700: oklch(37.1% 0 0);
|
|
49
25
|
--ui-color-neutral-800: oklch(26.9% 0 0);
|
|
@@ -68,8 +44,6 @@
|
|
|
68
44
|
--ui-text-lg--line-height: calc(1.75 / 1.125);
|
|
69
45
|
--ui-text-xl: 1.25rem;
|
|
70
46
|
--ui-text-xl--line-height: calc(1.75 / 1.25);
|
|
71
|
-
--ui-text-2xl: 1.5rem;
|
|
72
|
-
--ui-text-2xl--line-height: calc(2 / 1.5);
|
|
73
47
|
--ui-text-3xl: 1.875rem;
|
|
74
48
|
--ui-text-3xl--line-height: calc(2.25 / 1.875);
|
|
75
49
|
--ui-text-4xl: 2.25rem;
|
|
@@ -341,9 +315,6 @@
|
|
|
341
315
|
.ui\:top-4 {
|
|
342
316
|
top: calc(var(--ui-spacing) * 4);
|
|
343
317
|
}
|
|
344
|
-
.ui\:top-11 {
|
|
345
|
-
top: calc(var(--ui-spacing) * 11);
|
|
346
|
-
}
|
|
347
318
|
.ui\:top-\[50\%\] {
|
|
348
319
|
top: 50%;
|
|
349
320
|
}
|
|
@@ -371,9 +342,6 @@
|
|
|
371
342
|
.ui\:bottom-0 {
|
|
372
343
|
bottom: calc(var(--ui-spacing) * 0);
|
|
373
344
|
}
|
|
374
|
-
.ui\:bottom-4 {
|
|
375
|
-
bottom: calc(var(--ui-spacing) * 4);
|
|
376
|
-
}
|
|
377
345
|
.ui\:-left-12 {
|
|
378
346
|
left: calc(var(--ui-spacing) * -12);
|
|
379
347
|
}
|
|
@@ -386,15 +354,9 @@
|
|
|
386
354
|
.ui\:left-2 {
|
|
387
355
|
left: calc(var(--ui-spacing) * 2);
|
|
388
356
|
}
|
|
389
|
-
.ui\:left-5 {
|
|
390
|
-
left: calc(var(--ui-spacing) * 5);
|
|
391
|
-
}
|
|
392
357
|
.ui\:left-\[50\%\] {
|
|
393
358
|
left: 50%;
|
|
394
359
|
}
|
|
395
|
-
.ui\:isolate {
|
|
396
|
-
isolation: isolate;
|
|
397
|
-
}
|
|
398
360
|
.ui\:z-10 {
|
|
399
361
|
z-index: 10;
|
|
400
362
|
}
|
|
@@ -410,9 +372,6 @@
|
|
|
410
372
|
.ui\:z-\[102\] {
|
|
411
373
|
z-index: 102;
|
|
412
374
|
}
|
|
413
|
-
.ui\:order-first {
|
|
414
|
-
order: -9999;
|
|
415
|
-
}
|
|
416
375
|
.ui\:order-last {
|
|
417
376
|
order: 9999;
|
|
418
377
|
}
|
|
@@ -482,9 +441,6 @@
|
|
|
482
441
|
.ui\:mt-6 {
|
|
483
442
|
margin-top: calc(var(--ui-spacing) * 6);
|
|
484
443
|
}
|
|
485
|
-
.ui\:mt-8 {
|
|
486
|
-
margin-top: calc(var(--ui-spacing) * 8);
|
|
487
|
-
}
|
|
488
444
|
.ui\:mt-24 {
|
|
489
445
|
margin-top: calc(var(--ui-spacing) * 24);
|
|
490
446
|
}
|
|
@@ -512,12 +468,6 @@
|
|
|
512
468
|
.ui\:mb-6 {
|
|
513
469
|
margin-bottom: calc(var(--ui-spacing) * 6);
|
|
514
470
|
}
|
|
515
|
-
.ui\:mb-8 {
|
|
516
|
-
margin-bottom: calc(var(--ui-spacing) * 8);
|
|
517
|
-
}
|
|
518
|
-
.ui\:-ml-1 {
|
|
519
|
-
margin-left: calc(var(--ui-spacing) * -1);
|
|
520
|
-
}
|
|
521
471
|
.ui\:-ml-4 {
|
|
522
472
|
margin-left: calc(var(--ui-spacing) * -4);
|
|
523
473
|
}
|
|
@@ -527,12 +477,6 @@
|
|
|
527
477
|
.ui\:ml-auto {
|
|
528
478
|
margin-left: auto;
|
|
529
479
|
}
|
|
530
|
-
.ui\:line-clamp-1 {
|
|
531
|
-
overflow: hidden;
|
|
532
|
-
display: -webkit-box;
|
|
533
|
-
-webkit-box-orient: vertical;
|
|
534
|
-
-webkit-line-clamp: 1;
|
|
535
|
-
}
|
|
536
480
|
.ui\:block {
|
|
537
481
|
display: block;
|
|
538
482
|
}
|
|
@@ -588,10 +532,6 @@
|
|
|
588
532
|
width: calc(var(--ui-spacing) * 5);
|
|
589
533
|
height: calc(var(--ui-spacing) * 5);
|
|
590
534
|
}
|
|
591
|
-
.ui\:size-6 {
|
|
592
|
-
width: calc(var(--ui-spacing) * 6);
|
|
593
|
-
height: calc(var(--ui-spacing) * 6);
|
|
594
|
-
}
|
|
595
535
|
.ui\:size-7 {
|
|
596
536
|
width: calc(var(--ui-spacing) * 7);
|
|
597
537
|
height: calc(var(--ui-spacing) * 7);
|
|
@@ -608,18 +548,10 @@
|
|
|
608
548
|
width: calc(var(--ui-spacing) * 10);
|
|
609
549
|
height: calc(var(--ui-spacing) * 10);
|
|
610
550
|
}
|
|
611
|
-
.ui\:size-11 {
|
|
612
|
-
width: calc(var(--ui-spacing) * 11);
|
|
613
|
-
height: calc(var(--ui-spacing) * 11);
|
|
614
|
-
}
|
|
615
551
|
.ui\:size-12 {
|
|
616
552
|
width: calc(var(--ui-spacing) * 12);
|
|
617
553
|
height: calc(var(--ui-spacing) * 12);
|
|
618
554
|
}
|
|
619
|
-
.ui\:size-16 {
|
|
620
|
-
width: calc(var(--ui-spacing) * 16);
|
|
621
|
-
height: calc(var(--ui-spacing) * 16);
|
|
622
|
-
}
|
|
623
555
|
.ui\:size-auto {
|
|
624
556
|
width: auto;
|
|
625
557
|
height: auto;
|
|
@@ -646,9 +578,6 @@
|
|
|
646
578
|
.ui\:h-5 {
|
|
647
579
|
height: calc(var(--ui-spacing) * 5);
|
|
648
580
|
}
|
|
649
|
-
.ui\:h-6 {
|
|
650
|
-
height: calc(var(--ui-spacing) * 6);
|
|
651
|
-
}
|
|
652
581
|
.ui\:h-7 {
|
|
653
582
|
height: calc(var(--ui-spacing) * 7);
|
|
654
583
|
}
|
|
@@ -679,9 +608,6 @@
|
|
|
679
608
|
.ui\:h-\[200px\] {
|
|
680
609
|
height: 200px;
|
|
681
610
|
}
|
|
682
|
-
.ui\:h-\[calc\(--spacing\(5\.5\)\)\] {
|
|
683
|
-
height: calc(calc(var(--ui-spacing) * 5.5));
|
|
684
|
-
}
|
|
685
611
|
.ui\:h-\[calc\(100\%-1px\)\] {
|
|
686
612
|
height: calc(100% - 1px);
|
|
687
613
|
}
|
|
@@ -721,15 +647,9 @@
|
|
|
721
647
|
.ui\:max-h-\[300px\] {
|
|
722
648
|
max-height: 300px;
|
|
723
649
|
}
|
|
724
|
-
.ui\:max-h-\[min\(calc\(--spacing\(96\)---spacing\(9\)\)\,calc\(var\(--available-height\)---spacing\(9\)\)\)\] {
|
|
725
|
-
max-height: min(calc(calc(var(--ui-spacing) * 96) - calc(var(--ui-spacing) * 9)), calc(var(--available-height) - calc(var(--ui-spacing) * 9)));
|
|
726
|
-
}
|
|
727
650
|
.ui\:min-h-0 {
|
|
728
651
|
min-height: calc(var(--ui-spacing) * 0);
|
|
729
652
|
}
|
|
730
|
-
.ui\:min-h-9 {
|
|
731
|
-
min-height: calc(var(--ui-spacing) * 9);
|
|
732
|
-
}
|
|
733
653
|
.ui\:min-h-10\! {
|
|
734
654
|
min-height: calc(var(--ui-spacing) * 10) !important;
|
|
735
655
|
}
|
|
@@ -748,9 +668,6 @@
|
|
|
748
668
|
.ui\:min-h-svh {
|
|
749
669
|
min-height: 100svh;
|
|
750
670
|
}
|
|
751
|
-
.ui\:w-\(--anchor-width\) {
|
|
752
|
-
width: var(--anchor-width);
|
|
753
|
-
}
|
|
754
671
|
.ui\:w-\(--cell-size\) {
|
|
755
672
|
width: var(--cell-size);
|
|
756
673
|
}
|
|
@@ -760,9 +677,6 @@
|
|
|
760
677
|
.ui\:w-0 {
|
|
761
678
|
width: calc(var(--ui-spacing) * 0);
|
|
762
679
|
}
|
|
763
|
-
.ui\:w-0\.5 {
|
|
764
|
-
width: calc(var(--ui-spacing) * 0.5);
|
|
765
|
-
}
|
|
766
680
|
.ui\:w-1 {
|
|
767
681
|
width: calc(var(--ui-spacing) * 1);
|
|
768
682
|
}
|
|
@@ -841,9 +755,6 @@
|
|
|
841
755
|
.ui\:w-px {
|
|
842
756
|
width: 1px;
|
|
843
757
|
}
|
|
844
|
-
.ui\:max-w-\(--available-width\) {
|
|
845
|
-
max-width: var(--available-width);
|
|
846
|
-
}
|
|
847
758
|
.ui\:max-w-\(--skeleton-width\) {
|
|
848
759
|
max-width: var(--skeleton-width);
|
|
849
760
|
}
|
|
@@ -874,9 +785,6 @@
|
|
|
874
785
|
.ui\:max-w-\[calc\(100\%-2rem\)\] {
|
|
875
786
|
max-width: calc(100% - 2rem);
|
|
876
787
|
}
|
|
877
|
-
.ui\:max-w-full {
|
|
878
|
-
max-width: 100%;
|
|
879
|
-
}
|
|
880
788
|
.ui\:max-w-max {
|
|
881
789
|
max-width: max-content;
|
|
882
790
|
}
|
|
@@ -901,24 +809,15 @@
|
|
|
901
809
|
.ui\:min-w-5 {
|
|
902
810
|
min-width: calc(var(--ui-spacing) * 5);
|
|
903
811
|
}
|
|
904
|
-
.ui\:min-w-16 {
|
|
905
|
-
min-width: calc(var(--ui-spacing) * 16);
|
|
906
|
-
}
|
|
907
812
|
.ui\:min-w-32 {
|
|
908
813
|
min-width: calc(var(--ui-spacing) * 32);
|
|
909
814
|
}
|
|
910
815
|
.ui\:min-w-44 {
|
|
911
816
|
min-width: calc(var(--ui-spacing) * 44);
|
|
912
817
|
}
|
|
913
|
-
.ui\:min-w-64 {
|
|
914
|
-
min-width: calc(var(--ui-spacing) * 64);
|
|
915
|
-
}
|
|
916
818
|
.ui\:min-w-\[8rem\] {
|
|
917
819
|
min-width: 8rem;
|
|
918
820
|
}
|
|
919
|
-
.ui\:min-w-\[calc\(var\(--anchor-width\)\+--spacing\(7\)\)\] {
|
|
920
|
-
min-width: calc(var(--anchor-width) + calc(var(--ui-spacing) * 7));
|
|
921
|
-
}
|
|
922
821
|
.ui\:flex-1 {
|
|
923
822
|
flex: 1;
|
|
924
823
|
}
|
|
@@ -949,9 +848,6 @@
|
|
|
949
848
|
.ui\:origin-\(--radix-tooltip-content-transform-origin\) {
|
|
950
849
|
transform-origin: var(--radix-tooltip-content-transform-origin);
|
|
951
850
|
}
|
|
952
|
-
.ui\:origin-\(--transform-origin\) {
|
|
953
|
-
transform-origin: var(--transform-origin);
|
|
954
|
-
}
|
|
955
851
|
.ui\:-translate-x-1\/2 {
|
|
956
852
|
--tw-translate-x: calc(calc(1/2 * 100%) * -1);
|
|
957
853
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
@@ -1017,9 +913,6 @@
|
|
|
1017
913
|
.ui\:cursor-pointer {
|
|
1018
914
|
cursor: pointer;
|
|
1019
915
|
}
|
|
1020
|
-
.ui\:cursor-text {
|
|
1021
|
-
cursor: text;
|
|
1022
|
-
}
|
|
1023
916
|
.ui\:touch-none {
|
|
1024
917
|
touch-action: none;
|
|
1025
918
|
}
|
|
@@ -1044,18 +937,12 @@
|
|
|
1044
937
|
.ui\:auto-rows-min {
|
|
1045
938
|
grid-auto-rows: min-content;
|
|
1046
939
|
}
|
|
1047
|
-
.ui\:grid-cols-1 {
|
|
1048
|
-
grid-template-columns: repeat(1, minmax(0, 1fr));
|
|
1049
|
-
}
|
|
1050
940
|
.ui\:grid-cols-2 {
|
|
1051
941
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
1052
942
|
}
|
|
1053
943
|
.ui\:grid-cols-3 {
|
|
1054
944
|
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
1055
945
|
}
|
|
1056
|
-
.ui\:grid-rows-\[auto_1fr\] {
|
|
1057
|
-
grid-template-rows: auto 1fr;
|
|
1058
|
-
}
|
|
1059
946
|
.ui\:grid-rows-\[auto_auto\] {
|
|
1060
947
|
grid-template-rows: auto auto;
|
|
1061
948
|
}
|
|
@@ -1074,9 +961,6 @@
|
|
|
1074
961
|
.ui\:place-content-center {
|
|
1075
962
|
place-content: center;
|
|
1076
963
|
}
|
|
1077
|
-
.ui\:place-items-center {
|
|
1078
|
-
place-items: center;
|
|
1079
|
-
}
|
|
1080
964
|
.ui\:items-center {
|
|
1081
965
|
align-items: center;
|
|
1082
966
|
}
|
|
@@ -1185,6 +1069,13 @@
|
|
|
1185
1069
|
margin-inline-end: calc(calc(var(--ui-spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
|
|
1186
1070
|
}
|
|
1187
1071
|
}
|
|
1072
|
+
.ui\:space-x-4 {
|
|
1073
|
+
:where(& > :not(:last-child)) {
|
|
1074
|
+
--tw-space-x-reverse: 0;
|
|
1075
|
+
margin-inline-start: calc(calc(var(--ui-spacing) * 4) * var(--tw-space-x-reverse));
|
|
1076
|
+
margin-inline-end: calc(calc(var(--ui-spacing) * 4) * calc(1 - var(--tw-space-x-reverse)));
|
|
1077
|
+
}
|
|
1078
|
+
}
|
|
1188
1079
|
.ui\:self-start {
|
|
1189
1080
|
align-self: flex-start;
|
|
1190
1081
|
}
|
|
@@ -1220,9 +1111,6 @@
|
|
|
1220
1111
|
.ui\:rounded-\[4px\] {
|
|
1221
1112
|
border-radius: 4px;
|
|
1222
1113
|
}
|
|
1223
|
-
.ui\:rounded-\[calc\(var\(--radius\)-5px\)\] {
|
|
1224
|
-
border-radius: calc(var(--radius) - 5px);
|
|
1225
|
-
}
|
|
1226
1114
|
.ui\:rounded-\[inherit\] {
|
|
1227
1115
|
border-radius: inherit;
|
|
1228
1116
|
}
|
|
@@ -1268,6 +1156,10 @@
|
|
|
1268
1156
|
border-top-right-radius: var(--ui-radius-md);
|
|
1269
1157
|
border-bottom-right-radius: var(--ui-radius-md);
|
|
1270
1158
|
}
|
|
1159
|
+
.ui\:rounded-b-none {
|
|
1160
|
+
border-bottom-right-radius: 0;
|
|
1161
|
+
border-bottom-left-radius: 0;
|
|
1162
|
+
}
|
|
1271
1163
|
.ui\:border {
|
|
1272
1164
|
border-style: var(--tw-border-style);
|
|
1273
1165
|
border-width: 1px;
|
|
@@ -1300,6 +1192,10 @@
|
|
|
1300
1192
|
border-bottom-style: var(--tw-border-style);
|
|
1301
1193
|
border-bottom-width: 1px;
|
|
1302
1194
|
}
|
|
1195
|
+
.ui\:border-b-0\! {
|
|
1196
|
+
border-bottom-style: var(--tw-border-style) !important;
|
|
1197
|
+
border-bottom-width: 0px !important;
|
|
1198
|
+
}
|
|
1303
1199
|
.ui\:border-l {
|
|
1304
1200
|
border-left-style: var(--tw-border-style);
|
|
1305
1201
|
border-left-width: 1px;
|
|
@@ -1308,6 +1204,10 @@
|
|
|
1308
1204
|
--tw-border-style: dashed;
|
|
1309
1205
|
border-style: dashed;
|
|
1310
1206
|
}
|
|
1207
|
+
.ui\:border-none\! {
|
|
1208
|
+
--tw-border-style: none !important;
|
|
1209
|
+
border-style: none !important;
|
|
1210
|
+
}
|
|
1311
1211
|
.ui\:border-solid {
|
|
1312
1212
|
--tw-border-style: solid;
|
|
1313
1213
|
border-style: solid;
|
|
@@ -1315,12 +1215,6 @@
|
|
|
1315
1215
|
.ui\:border-\(--color-border\) {
|
|
1316
1216
|
border-color: var(--color-border);
|
|
1317
1217
|
}
|
|
1318
|
-
.ui\:border-amber-200 {
|
|
1319
|
-
border-color: var(--ui-color-amber-200);
|
|
1320
|
-
}
|
|
1321
|
-
.ui\:border-blue-200 {
|
|
1322
|
-
border-color: var(--ui-color-blue-200);
|
|
1323
|
-
}
|
|
1324
1218
|
.ui\:border-border {
|
|
1325
1219
|
border-color: var(--ui-color-border);
|
|
1326
1220
|
}
|
|
@@ -1339,9 +1233,6 @@
|
|
|
1339
1233
|
.ui\:border-gray-200 {
|
|
1340
1234
|
border-color: var(--ui-color-gray-200);
|
|
1341
1235
|
}
|
|
1342
|
-
.ui\:border-green-200 {
|
|
1343
|
-
border-color: var(--ui-color-green-200);
|
|
1344
|
-
}
|
|
1345
1236
|
.ui\:border-input {
|
|
1346
1237
|
border-color: var(--ui-color-input);
|
|
1347
1238
|
}
|
|
@@ -1351,27 +1242,15 @@
|
|
|
1351
1242
|
.ui\:border-primary\! {
|
|
1352
1243
|
border-color: var(--ui-color-primary) !important;
|
|
1353
1244
|
}
|
|
1354
|
-
.ui\:border-primary\/30 {
|
|
1355
|
-
border-color: var(--ui-color-primary);
|
|
1356
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
1357
|
-
border-color: color-mix(in oklab, var(--ui-color-primary) 30%, transparent);
|
|
1358
|
-
}
|
|
1359
|
-
}
|
|
1360
1245
|
.ui\:border-segmentify-200 {
|
|
1361
1246
|
border-color: var(--ui-color-segmentify-200);
|
|
1362
1247
|
}
|
|
1363
1248
|
.ui\:border-sidebar-border {
|
|
1364
1249
|
border-color: var(--ui-sidebar-border);
|
|
1365
1250
|
}
|
|
1366
|
-
.ui\:border-slate-200 {
|
|
1367
|
-
border-color: var(--ui-color-slate-200);
|
|
1368
|
-
}
|
|
1369
1251
|
.ui\:border-transparent {
|
|
1370
1252
|
border-color: transparent;
|
|
1371
1253
|
}
|
|
1372
|
-
.ui\:border-zinc-50 {
|
|
1373
|
-
border-color: var(--ui-color-zinc-50);
|
|
1374
|
-
}
|
|
1375
1254
|
.ui\:border-t-transparent {
|
|
1376
1255
|
border-top-color: transparent;
|
|
1377
1256
|
}
|
|
@@ -1384,24 +1263,9 @@
|
|
|
1384
1263
|
.ui\:bg-accent {
|
|
1385
1264
|
background-color: var(--ui-color-accent);
|
|
1386
1265
|
}
|
|
1387
|
-
.ui\:bg-amber-50 {
|
|
1388
|
-
background-color: var(--ui-color-amber-50);
|
|
1389
|
-
}
|
|
1390
1266
|
.ui\:bg-amber-200 {
|
|
1391
1267
|
background-color: var(--ui-color-amber-200);
|
|
1392
1268
|
}
|
|
1393
|
-
.ui\:bg-amber-500\/10 {
|
|
1394
|
-
background-color: var(--ui-color-amber-500);
|
|
1395
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
1396
|
-
background-color: color-mix(in oklab, var(--ui-color-amber-500) 10%, transparent);
|
|
1397
|
-
}
|
|
1398
|
-
}
|
|
1399
|
-
.ui\:bg-amber-600\/10 {
|
|
1400
|
-
background-color: var(--ui-color-amber-600);
|
|
1401
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
1402
|
-
background-color: color-mix(in oklab, var(--ui-color-amber-600) 10%, transparent);
|
|
1403
|
-
}
|
|
1404
|
-
}
|
|
1405
1269
|
.ui\:bg-background {
|
|
1406
1270
|
background-color: var(--ui-color-background);
|
|
1407
1271
|
}
|
|
@@ -1411,54 +1275,21 @@
|
|
|
1411
1275
|
background-color: color-mix(in oklab, var(--ui-color-black) 50%, transparent);
|
|
1412
1276
|
}
|
|
1413
1277
|
}
|
|
1414
|
-
.ui\:bg-blue-50 {
|
|
1415
|
-
background-color: var(--ui-color-blue-50);
|
|
1416
|
-
}
|
|
1417
1278
|
.ui\:bg-blue-500\/30 {
|
|
1418
1279
|
background-color: var(--ui-color-blue-500);
|
|
1419
1280
|
@supports (color: color-mix(in lab, red, red)) {
|
|
1420
1281
|
background-color: color-mix(in oklab, var(--ui-color-blue-500) 30%, transparent);
|
|
1421
1282
|
}
|
|
1422
1283
|
}
|
|
1423
|
-
.ui\:bg-blue-600\/10 {
|
|
1424
|
-
background-color: var(--ui-color-blue-600);
|
|
1425
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
1426
|
-
background-color: color-mix(in oklab, var(--ui-color-blue-600) 10%, transparent);
|
|
1427
|
-
}
|
|
1428
|
-
}
|
|
1429
1284
|
.ui\:bg-border {
|
|
1430
1285
|
background-color: var(--ui-color-border);
|
|
1431
1286
|
}
|
|
1432
|
-
.ui\:bg-border\/60 {
|
|
1433
|
-
background-color: var(--ui-color-border);
|
|
1434
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
1435
|
-
background-color: color-mix(in oklab, var(--ui-color-border) 60%, transparent);
|
|
1436
|
-
}
|
|
1437
|
-
}
|
|
1438
1287
|
.ui\:bg-card {
|
|
1439
1288
|
background-color: var(--ui-color-card);
|
|
1440
1289
|
}
|
|
1441
|
-
.ui\:bg-cyan-600\/10 {
|
|
1442
|
-
background-color: var(--ui-color-cyan-600);
|
|
1443
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
1444
|
-
background-color: color-mix(in oklab, var(--ui-color-cyan-600) 10%, transparent);
|
|
1445
|
-
}
|
|
1446
|
-
}
|
|
1447
1290
|
.ui\:bg-destructive {
|
|
1448
1291
|
background-color: var(--ui-color-destructive);
|
|
1449
1292
|
}
|
|
1450
|
-
.ui\:bg-emerald-500\/10 {
|
|
1451
|
-
background-color: var(--ui-color-emerald-500);
|
|
1452
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
1453
|
-
background-color: color-mix(in oklab, var(--ui-color-emerald-500) 10%, transparent);
|
|
1454
|
-
}
|
|
1455
|
-
}
|
|
1456
|
-
.ui\:bg-emerald-600\/10 {
|
|
1457
|
-
background-color: var(--ui-color-emerald-600);
|
|
1458
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
1459
|
-
background-color: color-mix(in oklab, var(--ui-color-emerald-600) 10%, transparent);
|
|
1460
|
-
}
|
|
1461
|
-
}
|
|
1462
1293
|
.ui\:bg-foreground {
|
|
1463
1294
|
background-color: var(--ui-color-foreground);
|
|
1464
1295
|
}
|
|
@@ -1468,21 +1299,12 @@
|
|
|
1468
1299
|
.ui\:bg-gray-500 {
|
|
1469
1300
|
background-color: var(--ui-color-gray-500);
|
|
1470
1301
|
}
|
|
1471
|
-
.ui\:bg-green-50 {
|
|
1472
|
-
background-color: var(--ui-color-green-50);
|
|
1473
|
-
}
|
|
1474
1302
|
.ui\:bg-green-400 {
|
|
1475
1303
|
background-color: var(--ui-color-green-400);
|
|
1476
1304
|
}
|
|
1477
1305
|
.ui\:bg-green-500 {
|
|
1478
1306
|
background-color: var(--ui-color-green-500);
|
|
1479
1307
|
}
|
|
1480
|
-
.ui\:bg-indigo-600\/10 {
|
|
1481
|
-
background-color: var(--ui-color-indigo-600);
|
|
1482
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
1483
|
-
background-color: color-mix(in oklab, var(--ui-color-indigo-600) 10%, transparent);
|
|
1484
|
-
}
|
|
1485
|
-
}
|
|
1486
1308
|
.ui\:bg-kashmir-blue-500 {
|
|
1487
1309
|
background-color: var(--ui-color-kashmir-blue-500);
|
|
1488
1310
|
}
|
|
@@ -1510,18 +1332,6 @@
|
|
|
1510
1332
|
.ui\:bg-neutral-700 {
|
|
1511
1333
|
background-color: var(--ui-color-neutral-700);
|
|
1512
1334
|
}
|
|
1513
|
-
.ui\:bg-orange-600\/10 {
|
|
1514
|
-
background-color: var(--ui-color-orange-600);
|
|
1515
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
1516
|
-
background-color: color-mix(in oklab, var(--ui-color-orange-600) 10%, transparent);
|
|
1517
|
-
}
|
|
1518
|
-
}
|
|
1519
|
-
.ui\:bg-pink-600\/10 {
|
|
1520
|
-
background-color: var(--ui-color-pink-600);
|
|
1521
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
1522
|
-
background-color: color-mix(in oklab, var(--ui-color-pink-600) 10%, transparent);
|
|
1523
|
-
}
|
|
1524
|
-
}
|
|
1525
1335
|
.ui\:bg-popover {
|
|
1526
1336
|
background-color: var(--ui-color-popover);
|
|
1527
1337
|
}
|
|
@@ -1549,18 +1359,6 @@
|
|
|
1549
1359
|
.ui\:bg-red-500 {
|
|
1550
1360
|
background-color: var(--ui-color-red-500);
|
|
1551
1361
|
}
|
|
1552
|
-
.ui\:bg-rose-500\/10 {
|
|
1553
|
-
background-color: var(--ui-color-rose-500);
|
|
1554
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
1555
|
-
background-color: color-mix(in oklab, var(--ui-color-rose-500) 10%, transparent);
|
|
1556
|
-
}
|
|
1557
|
-
}
|
|
1558
|
-
.ui\:bg-rose-600\/10 {
|
|
1559
|
-
background-color: var(--ui-color-rose-600);
|
|
1560
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
1561
|
-
background-color: color-mix(in oklab, var(--ui-color-rose-600) 10%, transparent);
|
|
1562
|
-
}
|
|
1563
|
-
}
|
|
1564
1362
|
.ui\:bg-secondary {
|
|
1565
1363
|
background-color: var(--ui-color-secondary);
|
|
1566
1364
|
}
|
|
@@ -1582,36 +1380,15 @@
|
|
|
1582
1380
|
.ui\:bg-sidebar-border {
|
|
1583
1381
|
background-color: var(--ui-sidebar-border);
|
|
1584
1382
|
}
|
|
1585
|
-
.ui\:bg-slate-50 {
|
|
1586
|
-
background-color: var(--ui-color-slate-50);
|
|
1587
|
-
}
|
|
1588
|
-
.ui\:bg-teal-600\/10 {
|
|
1589
|
-
background-color: var(--ui-color-teal-600);
|
|
1590
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
1591
|
-
background-color: color-mix(in oklab, var(--ui-color-teal-600) 10%, transparent);
|
|
1592
|
-
}
|
|
1593
|
-
}
|
|
1594
1383
|
.ui\:bg-transparent {
|
|
1595
1384
|
background-color: transparent;
|
|
1596
1385
|
}
|
|
1597
|
-
.ui\:bg-violet-600\/10 {
|
|
1598
|
-
background-color: var(--ui-color-violet-600);
|
|
1599
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
1600
|
-
background-color: color-mix(in oklab, var(--ui-color-violet-600) 10%, transparent);
|
|
1601
|
-
}
|
|
1602
|
-
}
|
|
1603
1386
|
.ui\:bg-white {
|
|
1604
1387
|
background-color: var(--ui-color-white);
|
|
1605
1388
|
}
|
|
1606
1389
|
.ui\:bg-yellow-500 {
|
|
1607
1390
|
background-color: var(--ui-color-yellow-500);
|
|
1608
1391
|
}
|
|
1609
|
-
.ui\:bg-clip-padding {
|
|
1610
|
-
background-clip: padding-box;
|
|
1611
|
-
}
|
|
1612
|
-
.ui\:fill-amber-500 {
|
|
1613
|
-
fill: var(--ui-color-amber-500);
|
|
1614
|
-
}
|
|
1615
1392
|
.ui\:fill-current {
|
|
1616
1393
|
fill: currentcolor;
|
|
1617
1394
|
}
|
|
@@ -1621,9 +1398,6 @@
|
|
|
1621
1398
|
.ui\:fill-primary {
|
|
1622
1399
|
fill: var(--ui-color-primary);
|
|
1623
1400
|
}
|
|
1624
|
-
.ui\:fill-rose-500 {
|
|
1625
|
-
fill: var(--ui-color-rose-500);
|
|
1626
|
-
}
|
|
1627
1401
|
.ui\:object-cover {
|
|
1628
1402
|
object-fit: cover;
|
|
1629
1403
|
}
|
|
@@ -1666,9 +1440,6 @@
|
|
|
1666
1440
|
.ui\:px-1 {
|
|
1667
1441
|
padding-inline: calc(var(--ui-spacing) * 1);
|
|
1668
1442
|
}
|
|
1669
|
-
.ui\:px-1\.5 {
|
|
1670
|
-
padding-inline: calc(var(--ui-spacing) * 1.5);
|
|
1671
|
-
}
|
|
1672
1443
|
.ui\:px-2 {
|
|
1673
1444
|
padding-inline: calc(var(--ui-spacing) * 2);
|
|
1674
1445
|
}
|
|
@@ -1690,9 +1461,6 @@
|
|
|
1690
1461
|
.ui\:py-1 {
|
|
1691
1462
|
padding-block: calc(var(--ui-spacing) * 1);
|
|
1692
1463
|
}
|
|
1693
|
-
.ui\:py-1\! {
|
|
1694
|
-
padding-block: calc(var(--ui-spacing) * 1) !important;
|
|
1695
|
-
}
|
|
1696
1464
|
.ui\:py-1\.5 {
|
|
1697
1465
|
padding-block: calc(var(--ui-spacing) * 1.5);
|
|
1698
1466
|
}
|
|
@@ -1732,9 +1500,6 @@
|
|
|
1732
1500
|
.ui\:pr-2 {
|
|
1733
1501
|
padding-right: calc(var(--ui-spacing) * 2);
|
|
1734
1502
|
}
|
|
1735
|
-
.ui\:pr-3 {
|
|
1736
|
-
padding-right: calc(var(--ui-spacing) * 3);
|
|
1737
|
-
}
|
|
1738
1503
|
.ui\:pr-8 {
|
|
1739
1504
|
padding-right: calc(var(--ui-spacing) * 8);
|
|
1740
1505
|
}
|
|
@@ -1744,18 +1509,12 @@
|
|
|
1744
1509
|
.ui\:pb-0 {
|
|
1745
1510
|
padding-bottom: calc(var(--ui-spacing) * 0);
|
|
1746
1511
|
}
|
|
1747
|
-
.ui\:pb-2 {
|
|
1748
|
-
padding-bottom: calc(var(--ui-spacing) * 2);
|
|
1749
|
-
}
|
|
1750
1512
|
.ui\:pb-3 {
|
|
1751
1513
|
padding-bottom: calc(var(--ui-spacing) * 3);
|
|
1752
1514
|
}
|
|
1753
1515
|
.ui\:pb-4 {
|
|
1754
1516
|
padding-bottom: calc(var(--ui-spacing) * 4);
|
|
1755
1517
|
}
|
|
1756
|
-
.ui\:pb-6 {
|
|
1757
|
-
padding-bottom: calc(var(--ui-spacing) * 6);
|
|
1758
|
-
}
|
|
1759
1518
|
.ui\:pl-2 {
|
|
1760
1519
|
padding-left: calc(var(--ui-spacing) * 2);
|
|
1761
1520
|
}
|
|
@@ -1789,10 +1548,6 @@
|
|
|
1789
1548
|
.ui\:font-sans {
|
|
1790
1549
|
font-family: var(--ui-font-sans);
|
|
1791
1550
|
}
|
|
1792
|
-
.ui\:text-2xl {
|
|
1793
|
-
font-size: var(--ui-text-2xl);
|
|
1794
|
-
line-height: var(--tw-leading, var(--ui-text-2xl--line-height));
|
|
1795
|
-
}
|
|
1796
1551
|
.ui\:text-3xl {
|
|
1797
1552
|
font-size: var(--ui-text-3xl);
|
|
1798
1553
|
line-height: var(--tw-leading, var(--ui-text-3xl--line-height));
|
|
@@ -1883,15 +1638,6 @@
|
|
|
1883
1638
|
.ui\:text-accent-foreground {
|
|
1884
1639
|
color: var(--ui-color-accent-foreground);
|
|
1885
1640
|
}
|
|
1886
|
-
.ui\:text-amber-500 {
|
|
1887
|
-
color: var(--ui-color-amber-500);
|
|
1888
|
-
}
|
|
1889
|
-
.ui\:text-amber-600 {
|
|
1890
|
-
color: var(--ui-color-amber-600);
|
|
1891
|
-
}
|
|
1892
|
-
.ui\:text-amber-800 {
|
|
1893
|
-
color: var(--ui-color-amber-800);
|
|
1894
|
-
}
|
|
1895
1641
|
.ui\:text-background {
|
|
1896
1642
|
color: var(--ui-color-background);
|
|
1897
1643
|
}
|
|
@@ -1907,33 +1653,18 @@
|
|
|
1907
1653
|
.ui\:text-black-950\! {
|
|
1908
1654
|
color: var(--ui-color-black-950) !important;
|
|
1909
1655
|
}
|
|
1910
|
-
.ui\:text-blue-600 {
|
|
1911
|
-
color: var(--ui-color-blue-600);
|
|
1912
|
-
}
|
|
1913
|
-
.ui\:text-blue-800 {
|
|
1914
|
-
color: var(--ui-color-blue-800);
|
|
1915
|
-
}
|
|
1916
1656
|
.ui\:text-card-foreground {
|
|
1917
1657
|
color: var(--ui-color-card-foreground);
|
|
1918
1658
|
}
|
|
1919
1659
|
.ui\:text-current {
|
|
1920
1660
|
color: currentcolor;
|
|
1921
1661
|
}
|
|
1922
|
-
.ui\:text-cyan-600 {
|
|
1923
|
-
color: var(--ui-color-cyan-600);
|
|
1924
|
-
}
|
|
1925
1662
|
.ui\:text-destructive {
|
|
1926
1663
|
color: var(--ui-color-destructive);
|
|
1927
1664
|
}
|
|
1928
1665
|
.ui\:text-destructive-foreground {
|
|
1929
1666
|
color: var(--ui-color-destructive-foreground);
|
|
1930
1667
|
}
|
|
1931
|
-
.ui\:text-emerald-500 {
|
|
1932
|
-
color: var(--ui-color-emerald-500);
|
|
1933
|
-
}
|
|
1934
|
-
.ui\:text-emerald-600 {
|
|
1935
|
-
color: var(--ui-color-emerald-600);
|
|
1936
|
-
}
|
|
1937
1668
|
.ui\:text-foreground {
|
|
1938
1669
|
color: var(--ui-color-foreground);
|
|
1939
1670
|
}
|
|
@@ -1943,27 +1674,9 @@
|
|
|
1943
1674
|
.ui\:text-gray-600 {
|
|
1944
1675
|
color: var(--ui-color-gray-600);
|
|
1945
1676
|
}
|
|
1946
|
-
.ui\:text-green-700 {
|
|
1947
|
-
color: var(--ui-color-green-700);
|
|
1948
|
-
}
|
|
1949
|
-
.ui\:text-green-800 {
|
|
1950
|
-
color: var(--ui-color-green-800);
|
|
1951
|
-
}
|
|
1952
|
-
.ui\:text-indigo-600 {
|
|
1953
|
-
color: var(--ui-color-indigo-600);
|
|
1954
|
-
}
|
|
1955
1677
|
.ui\:text-muted-foreground {
|
|
1956
1678
|
color: var(--ui-color-muted-foreground);
|
|
1957
1679
|
}
|
|
1958
|
-
.ui\:text-muted-foreground\! {
|
|
1959
|
-
color: var(--ui-color-muted-foreground) !important;
|
|
1960
|
-
}
|
|
1961
|
-
.ui\:text-orange-600 {
|
|
1962
|
-
color: var(--ui-color-orange-600);
|
|
1963
|
-
}
|
|
1964
|
-
.ui\:text-pink-600 {
|
|
1965
|
-
color: var(--ui-color-pink-600);
|
|
1966
|
-
}
|
|
1967
1680
|
.ui\:text-popover-foreground {
|
|
1968
1681
|
color: var(--ui-color-popover-foreground);
|
|
1969
1682
|
}
|
|
@@ -1982,12 +1695,6 @@
|
|
|
1982
1695
|
.ui\:text-red-500 {
|
|
1983
1696
|
color: var(--ui-color-red-500);
|
|
1984
1697
|
}
|
|
1985
|
-
.ui\:text-rose-500 {
|
|
1986
|
-
color: var(--ui-color-rose-500);
|
|
1987
|
-
}
|
|
1988
|
-
.ui\:text-rose-600 {
|
|
1989
|
-
color: var(--ui-color-rose-600);
|
|
1990
|
-
}
|
|
1991
1698
|
.ui\:text-secondary-foreground {
|
|
1992
1699
|
color: var(--ui-color-secondary-foreground);
|
|
1993
1700
|
}
|
|
@@ -2006,12 +1713,6 @@
|
|
|
2006
1713
|
color: color-mix(in oklab, var(--ui-sidebar-foreground) 70%, transparent);
|
|
2007
1714
|
}
|
|
2008
1715
|
}
|
|
2009
|
-
.ui\:text-teal-600 {
|
|
2010
|
-
color: var(--ui-color-teal-600);
|
|
2011
|
-
}
|
|
2012
|
-
.ui\:text-violet-600 {
|
|
2013
|
-
color: var(--ui-color-violet-600);
|
|
2014
|
-
}
|
|
2015
1716
|
.ui\:text-white {
|
|
2016
1717
|
color: var(--ui-color-white);
|
|
2017
1718
|
}
|
|
@@ -2046,6 +1747,9 @@
|
|
|
2046
1747
|
.ui\:opacity-70 {
|
|
2047
1748
|
opacity: 70%;
|
|
2048
1749
|
}
|
|
1750
|
+
.ui\:opacity-100 {
|
|
1751
|
+
opacity: 100%;
|
|
1752
|
+
}
|
|
2049
1753
|
.ui\:shadow {
|
|
2050
1754
|
--tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
|
|
2051
1755
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
@@ -2104,12 +1808,6 @@
|
|
|
2104
1808
|
--tw-ring-color: color-mix(in oklab, var(--ui-color-destructive) 50%, transparent) !important;
|
|
2105
1809
|
}
|
|
2106
1810
|
}
|
|
2107
|
-
.ui\:ring-foreground\/10 {
|
|
2108
|
-
--tw-ring-color: var(--ui-color-foreground);
|
|
2109
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
2110
|
-
--tw-ring-color: color-mix(in oklab, var(--ui-color-foreground) 10%, transparent);
|
|
2111
|
-
}
|
|
2112
|
-
}
|
|
2113
1811
|
.ui\:ring-primary {
|
|
2114
1812
|
--tw-ring-color: var(--ui-color-primary);
|
|
2115
1813
|
}
|
|
@@ -2194,10 +1892,6 @@
|
|
|
2194
1892
|
.ui\:transition-none {
|
|
2195
1893
|
transition-property: none;
|
|
2196
1894
|
}
|
|
2197
|
-
.ui\:duration-100 {
|
|
2198
|
-
--tw-duration: 100ms;
|
|
2199
|
-
transition-duration: 100ms;
|
|
2200
|
-
}
|
|
2201
1895
|
.ui\:duration-200 {
|
|
2202
1896
|
--tw-duration: 200ms;
|
|
2203
1897
|
transition-duration: 200ms;
|
|
@@ -2264,31 +1958,6 @@
|
|
|
2264
1958
|
padding-right: calc(var(--ui-spacing) * 8);
|
|
2265
1959
|
}
|
|
2266
1960
|
}
|
|
2267
|
-
.ui\:group-has-data-\[slot\=combobox-clear\]\/input-group\:hidden {
|
|
2268
|
-
&:is(:where(.ui\:group\/input-group):has(*[data-slot="combobox-clear"]) *) {
|
|
2269
|
-
display: none;
|
|
2270
|
-
}
|
|
2271
|
-
}
|
|
2272
|
-
.ui\:group-has-\[\>input\]\/input-group\:pt-2\.5 {
|
|
2273
|
-
&:is(:where(.ui\:group\/input-group):has(>input) *) {
|
|
2274
|
-
padding-top: calc(var(--ui-spacing) * 2.5);
|
|
2275
|
-
}
|
|
2276
|
-
}
|
|
2277
|
-
.ui\:group-has-\[\>input\]\/input-group\:pb-2\.5 {
|
|
2278
|
-
&:is(:where(.ui\:group\/input-group):has(>input) *) {
|
|
2279
|
-
padding-bottom: calc(var(--ui-spacing) * 2.5);
|
|
2280
|
-
}
|
|
2281
|
-
}
|
|
2282
|
-
.ui\:group-data-empty\/combobox-content\:flex {
|
|
2283
|
-
&:is(:where(.ui\:group\/combobox-content)[data-empty] *) {
|
|
2284
|
-
display: flex;
|
|
2285
|
-
}
|
|
2286
|
-
}
|
|
2287
|
-
.ui\:group-data-empty\/combobox-content\:hidden {
|
|
2288
|
-
&:is(:where(.ui\:group\/combobox-content)[data-empty] *) {
|
|
2289
|
-
display: none;
|
|
2290
|
-
}
|
|
2291
|
-
}
|
|
2292
1961
|
.ui\:group-data-\[collapsible\=icon\]\:-mt-8 {
|
|
2293
1962
|
&:is(:where(.ui\:group)[data-collapsible="icon"] *) {
|
|
2294
1963
|
margin-top: calc(var(--ui-spacing) * -8);
|
|
@@ -2361,11 +2030,6 @@
|
|
|
2361
2030
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
2362
2031
|
}
|
|
2363
2032
|
}
|
|
2364
|
-
.ui\:group-data-\[disabled\=true\]\/input-group\:opacity-50 {
|
|
2365
|
-
&:is(:where(.ui\:group\/input-group)[data-disabled="true"] *) {
|
|
2366
|
-
opacity: 50%;
|
|
2367
|
-
}
|
|
2368
|
-
}
|
|
2369
2033
|
.ui\:group-data-\[focused\=true\]\/day\:relative {
|
|
2370
2034
|
&:is(:where(.ui\:group\/day)[data-focused="true"] *) {
|
|
2371
2035
|
position: relative;
|
|
@@ -2422,16 +2086,6 @@
|
|
|
2422
2086
|
border-left-width: 1px;
|
|
2423
2087
|
}
|
|
2424
2088
|
}
|
|
2425
|
-
.ui\:group-data-\[size\=sm\]\/alert-dialog-content\:grid {
|
|
2426
|
-
&:is(:where(.ui\:group\/alert-dialog-content)[data-size="sm"] *) {
|
|
2427
|
-
display: grid;
|
|
2428
|
-
}
|
|
2429
|
-
}
|
|
2430
|
-
.ui\:group-data-\[size\=sm\]\/alert-dialog-content\:grid-cols-2 {
|
|
2431
|
-
&:is(:where(.ui\:group\/alert-dialog-content)[data-size="sm"] *) {
|
|
2432
|
-
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
2433
|
-
}
|
|
2434
|
-
}
|
|
2435
2089
|
.ui\:group-data-\[variant\=floating\]\:rounded-lg {
|
|
2436
2090
|
&:is(:where(.ui\:group)[data-variant="floating"] *) {
|
|
2437
2091
|
border-radius: var(--ui-radius-lg);
|
|
@@ -2693,30 +2347,6 @@
|
|
|
2693
2347
|
border-bottom-width: 0px;
|
|
2694
2348
|
}
|
|
2695
2349
|
}
|
|
2696
|
-
.ui\:last\:pb-0 {
|
|
2697
|
-
&:last-child {
|
|
2698
|
-
padding-bottom: calc(var(--ui-spacing) * 0);
|
|
2699
|
-
}
|
|
2700
|
-
}
|
|
2701
|
-
.ui\:focus-within\:border-ring {
|
|
2702
|
-
&:focus-within {
|
|
2703
|
-
border-color: var(--ui-color-ring);
|
|
2704
|
-
}
|
|
2705
|
-
}
|
|
2706
|
-
.ui\:focus-within\:ring-\[3px\] {
|
|
2707
|
-
&:focus-within {
|
|
2708
|
-
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
2709
|
-
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
2710
|
-
}
|
|
2711
|
-
}
|
|
2712
|
-
.ui\:focus-within\:ring-ring\/50 {
|
|
2713
|
-
&:focus-within {
|
|
2714
|
-
--tw-ring-color: var(--ui-color-ring);
|
|
2715
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
2716
|
-
--tw-ring-color: color-mix(in oklab, var(--ui-color-ring) 50%, transparent);
|
|
2717
|
-
}
|
|
2718
|
-
}
|
|
2719
|
-
}
|
|
2720
2350
|
.ui\:hover\:scale-110 {
|
|
2721
2351
|
&:hover {
|
|
2722
2352
|
@media (hover: hover) {
|
|
@@ -2931,14 +2561,6 @@
|
|
|
2931
2561
|
}
|
|
2932
2562
|
}
|
|
2933
2563
|
}
|
|
2934
|
-
.ui\:hover\:shadow-sm {
|
|
2935
|
-
&:hover {
|
|
2936
|
-
@media (hover: hover) {
|
|
2937
|
-
--tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
|
|
2938
|
-
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
2939
|
-
}
|
|
2940
|
-
}
|
|
2941
|
-
}
|
|
2942
2564
|
.ui\:hover\:ring-4 {
|
|
2943
2565
|
&:hover {
|
|
2944
2566
|
@media (hover: hover) {
|
|
@@ -3024,12 +2646,6 @@
|
|
|
3024
2646
|
border-color: var(--ui-color-ring);
|
|
3025
2647
|
}
|
|
3026
2648
|
}
|
|
3027
|
-
.ui\:focus-visible\:ring-0 {
|
|
3028
|
-
&:focus-visible {
|
|
3029
|
-
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
3030
|
-
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
3031
|
-
}
|
|
3032
|
-
}
|
|
3033
2649
|
.ui\:focus-visible\:ring-2 {
|
|
3034
2650
|
&:focus-visible {
|
|
3035
2651
|
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
@@ -3168,16 +2784,6 @@
|
|
|
3168
2784
|
cursor: e-resize;
|
|
3169
2785
|
}
|
|
3170
2786
|
}
|
|
3171
|
-
.ui\:in-data-\[slot\=card-content\]\:bg-transparent {
|
|
3172
|
-
:where(*[data-slot="card-content"]) & {
|
|
3173
|
-
background-color: transparent;
|
|
3174
|
-
}
|
|
3175
|
-
}
|
|
3176
|
-
.ui\:in-data-\[slot\=popover-content\]\:bg-transparent {
|
|
3177
|
-
:where(*[data-slot="popover-content"]) & {
|
|
3178
|
-
background-color: transparent;
|
|
3179
|
-
}
|
|
3180
|
-
}
|
|
3181
2787
|
.ui\:has-focus\:border-ring {
|
|
3182
2788
|
&:has(*:focus) {
|
|
3183
2789
|
border-color: var(--ui-color-ring);
|
|
@@ -3197,162 +2803,26 @@
|
|
|
3197
2803
|
}
|
|
3198
2804
|
}
|
|
3199
2805
|
}
|
|
3200
|
-
.ui\:has-disabled\:pointer-events-none {
|
|
3201
|
-
&:has(*:disabled) {
|
|
3202
|
-
pointer-events: none;
|
|
3203
|
-
}
|
|
3204
|
-
}
|
|
3205
|
-
.ui\:has-disabled\:cursor-not-allowed {
|
|
3206
|
-
&:has(*:disabled) {
|
|
3207
|
-
cursor: not-allowed;
|
|
3208
|
-
}
|
|
3209
|
-
}
|
|
3210
2806
|
.ui\:has-disabled\:opacity-50 {
|
|
3211
2807
|
&:has(*:disabled) {
|
|
3212
2808
|
opacity: 50%;
|
|
3213
2809
|
}
|
|
3214
2810
|
}
|
|
3215
|
-
.ui\:has-aria-invalid\:border-destructive {
|
|
3216
|
-
&:has(*[aria-invalid="true"]) {
|
|
3217
|
-
border-color: var(--ui-color-destructive);
|
|
3218
|
-
}
|
|
3219
|
-
}
|
|
3220
|
-
.ui\:has-aria-invalid\:ring-\[3px\] {
|
|
3221
|
-
&:has(*[aria-invalid="true"]) {
|
|
3222
|
-
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
3223
|
-
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
3224
|
-
}
|
|
3225
|
-
}
|
|
3226
|
-
.ui\:has-aria-invalid\:ring-destructive\/20 {
|
|
3227
|
-
&:has(*[aria-invalid="true"]) {
|
|
3228
|
-
--tw-ring-color: var(--ui-color-destructive);
|
|
3229
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
3230
|
-
--tw-ring-color: color-mix(in oklab, var(--ui-color-destructive) 20%, transparent);
|
|
3231
|
-
}
|
|
3232
|
-
}
|
|
3233
|
-
}
|
|
3234
|
-
.ui\:has-data-\[slot\=alert-dialog-media\]\:grid-rows-\[auto_auto_1fr\] {
|
|
3235
|
-
&:has(*[data-slot="alert-dialog-media"]) {
|
|
3236
|
-
grid-template-rows: auto auto 1fr;
|
|
3237
|
-
}
|
|
3238
|
-
}
|
|
3239
|
-
.ui\:has-data-\[slot\=alert-dialog-media\]\:gap-x-6 {
|
|
3240
|
-
&:has(*[data-slot="alert-dialog-media"]) {
|
|
3241
|
-
column-gap: calc(var(--ui-spacing) * 6);
|
|
3242
|
-
}
|
|
3243
|
-
}
|
|
3244
2811
|
.ui\:has-data-\[slot\=card-action\]\:grid-cols-\[1fr_auto\] {
|
|
3245
2812
|
&:has(*[data-slot="card-action"]) {
|
|
3246
2813
|
grid-template-columns: 1fr auto;
|
|
3247
2814
|
}
|
|
3248
2815
|
}
|
|
3249
|
-
.ui\:has-data-\[slot\=combobox-chip\]\:px-1\.5 {
|
|
3250
|
-
&:has(*[data-slot="combobox-chip"]) {
|
|
3251
|
-
padding-inline: calc(var(--ui-spacing) * 1.5);
|
|
3252
|
-
}
|
|
3253
|
-
}
|
|
3254
|
-
.ui\:has-data-\[slot\=combobox-chip-remove\]\:pr-0 {
|
|
3255
|
-
&:has(*[data-slot="combobox-chip-remove"]) {
|
|
3256
|
-
padding-right: calc(var(--ui-spacing) * 0);
|
|
3257
|
-
}
|
|
3258
|
-
}
|
|
3259
2816
|
.ui\:has-data-\[variant\=inset\]\:bg-sidebar {
|
|
3260
2817
|
&:has(*[data-variant="inset"]) {
|
|
3261
2818
|
background-color: var(--ui-sidebar);
|
|
3262
2819
|
}
|
|
3263
2820
|
}
|
|
3264
|
-
.ui\:has-\[\[data-slot\=input-group-control\]\:focus-visible\]\:border-ring {
|
|
3265
|
-
&:has(*:is([data-slot=input-group-control]:focus-visible)) {
|
|
3266
|
-
border-color: var(--ui-color-ring);
|
|
3267
|
-
}
|
|
3268
|
-
}
|
|
3269
|
-
.ui\:has-\[\[data-slot\=input-group-control\]\:focus-visible\]\:ring-\[3px\] {
|
|
3270
|
-
&:has(*:is([data-slot=input-group-control]:focus-visible)) {
|
|
3271
|
-
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
3272
|
-
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
3273
|
-
}
|
|
3274
|
-
}
|
|
3275
|
-
.ui\:has-\[\[data-slot\=input-group-control\]\:focus-visible\]\:ring-ring\/50 {
|
|
3276
|
-
&:has(*:is([data-slot=input-group-control]:focus-visible)) {
|
|
3277
|
-
--tw-ring-color: var(--ui-color-ring);
|
|
3278
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
3279
|
-
--tw-ring-color: color-mix(in oklab, var(--ui-color-ring) 50%, transparent);
|
|
3280
|
-
}
|
|
3281
|
-
}
|
|
3282
|
-
}
|
|
3283
|
-
.ui\:has-\[\[data-slot\]\[aria-invalid\=true\]\]\:border-destructive {
|
|
3284
|
-
&:has(*:is([data-slot][aria-invalid=true])) {
|
|
3285
|
-
border-color: var(--ui-color-destructive);
|
|
3286
|
-
}
|
|
3287
|
-
}
|
|
3288
|
-
.ui\:has-\[\[data-slot\]\[aria-invalid\=true\]\]\:ring-destructive\/20 {
|
|
3289
|
-
&:has(*:is([data-slot][aria-invalid=true])) {
|
|
3290
|
-
--tw-ring-color: var(--ui-color-destructive);
|
|
3291
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
3292
|
-
--tw-ring-color: color-mix(in oklab, var(--ui-color-destructive) 20%, transparent);
|
|
3293
|
-
}
|
|
3294
|
-
}
|
|
3295
|
-
}
|
|
3296
2821
|
.ui\:has-\[select\:disabled\]\:opacity-50 {
|
|
3297
2822
|
&:has(*:is(select:disabled)) {
|
|
3298
2823
|
opacity: 50%;
|
|
3299
2824
|
}
|
|
3300
2825
|
}
|
|
3301
|
-
.ui\:has-\[\>\[data-align\=block-end\]\]\:h-auto {
|
|
3302
|
-
&:has(>[data-align=block-end]) {
|
|
3303
|
-
height: auto;
|
|
3304
|
-
}
|
|
3305
|
-
}
|
|
3306
|
-
.ui\:has-\[\>\[data-align\=block-end\]\]\:flex-col {
|
|
3307
|
-
&:has(>[data-align=block-end]) {
|
|
3308
|
-
flex-direction: column;
|
|
3309
|
-
}
|
|
3310
|
-
}
|
|
3311
|
-
.ui\:has-\[\>\[data-align\=block-start\]\]\:h-auto {
|
|
3312
|
-
&:has(>[data-align=block-start]) {
|
|
3313
|
-
height: auto;
|
|
3314
|
-
}
|
|
3315
|
-
}
|
|
3316
|
-
.ui\:has-\[\>\[data-align\=block-start\]\]\:flex-col {
|
|
3317
|
-
&:has(>[data-align=block-start]) {
|
|
3318
|
-
flex-direction: column;
|
|
3319
|
-
}
|
|
3320
|
-
}
|
|
3321
|
-
.ui\:has-\[\>button\]\:mr-\[-0\.45rem\] {
|
|
3322
|
-
&:has(>button) {
|
|
3323
|
-
margin-right: -0.45rem;
|
|
3324
|
-
}
|
|
3325
|
-
}
|
|
3326
|
-
.ui\:has-\[\>button\]\:ml-\[-0\.45rem\] {
|
|
3327
|
-
&:has(>button) {
|
|
3328
|
-
margin-left: -0.45rem;
|
|
3329
|
-
}
|
|
3330
|
-
}
|
|
3331
|
-
.ui\:has-\[\>kbd\]\:mr-\[-0\.35rem\] {
|
|
3332
|
-
&:has(>kbd) {
|
|
3333
|
-
margin-right: -0.35rem;
|
|
3334
|
-
}
|
|
3335
|
-
}
|
|
3336
|
-
.ui\:has-\[\>kbd\]\:ml-\[-0\.35rem\] {
|
|
3337
|
-
&:has(>kbd) {
|
|
3338
|
-
margin-left: -0.35rem;
|
|
3339
|
-
}
|
|
3340
|
-
}
|
|
3341
|
-
.ui\:has-\[\>svg\]\:p-0 {
|
|
3342
|
-
&:has(>svg) {
|
|
3343
|
-
padding: calc(var(--ui-spacing) * 0);
|
|
3344
|
-
}
|
|
3345
|
-
}
|
|
3346
|
-
.ui\:has-\[\>svg\]\:px-0 {
|
|
3347
|
-
&:has(>svg) {
|
|
3348
|
-
padding-inline: calc(var(--ui-spacing) * 0);
|
|
3349
|
-
}
|
|
3350
|
-
}
|
|
3351
|
-
.ui\:has-\[\>svg\]\:px-2 {
|
|
3352
|
-
&:has(>svg) {
|
|
3353
|
-
padding-inline: calc(var(--ui-spacing) * 2);
|
|
3354
|
-
}
|
|
3355
|
-
}
|
|
3356
2826
|
.ui\:has-\[\>svg\]\:px-2\.5 {
|
|
3357
2827
|
&:has(>svg) {
|
|
3358
2828
|
padding-inline: calc(var(--ui-spacing) * 2.5);
|
|
@@ -3368,16 +2838,6 @@
|
|
|
3368
2838
|
padding-inline: calc(var(--ui-spacing) * 4);
|
|
3369
2839
|
}
|
|
3370
2840
|
}
|
|
3371
|
-
.ui\:has-\[\>svg\]\:py-0 {
|
|
3372
|
-
&:has(>svg) {
|
|
3373
|
-
padding-block: calc(var(--ui-spacing) * 0);
|
|
3374
|
-
}
|
|
3375
|
-
}
|
|
3376
|
-
.ui\:has-\[\>textarea\]\:h-auto {
|
|
3377
|
-
&:has(>textarea) {
|
|
3378
|
-
height: auto;
|
|
3379
|
-
}
|
|
3380
|
-
}
|
|
3381
2841
|
.ui\:aria-disabled\:pointer-events-none {
|
|
3382
2842
|
&[aria-disabled="true"] {
|
|
3383
2843
|
pointer-events: none;
|
|
@@ -3401,26 +2861,9 @@
|
|
|
3401
2861
|
}
|
|
3402
2862
|
}
|
|
3403
2863
|
}
|
|
3404
|
-
.ui\:aria-selected\:text-muted-foreground
|
|
2864
|
+
.ui\:aria-selected\:text-muted-foreground {
|
|
3405
2865
|
&[aria-selected="true"] {
|
|
3406
|
-
color: var(--ui-color-muted-foreground)
|
|
3407
|
-
}
|
|
3408
|
-
}
|
|
3409
|
-
.ui\:data-closed\:animate-out {
|
|
3410
|
-
&[data-closed] {
|
|
3411
|
-
animation: exit var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none);
|
|
3412
|
-
}
|
|
3413
|
-
}
|
|
3414
|
-
.ui\:data-closed\:fade-out-0 {
|
|
3415
|
-
&[data-closed] {
|
|
3416
|
-
--tw-exit-opacity: calc(0/100);
|
|
3417
|
-
--tw-exit-opacity: 0;
|
|
3418
|
-
}
|
|
3419
|
-
}
|
|
3420
|
-
.ui\:data-closed\:zoom-out-95 {
|
|
3421
|
-
&[data-closed] {
|
|
3422
|
-
--tw-exit-scale: calc(95*1%);
|
|
3423
|
-
--tw-exit-scale: .95;
|
|
2866
|
+
color: var(--ui-color-muted-foreground);
|
|
3424
2867
|
}
|
|
3425
2868
|
}
|
|
3426
2869
|
.ui\:data-disabled\:pointer-events-none {
|
|
@@ -3433,43 +2876,6 @@
|
|
|
3433
2876
|
opacity: 50%;
|
|
3434
2877
|
}
|
|
3435
2878
|
}
|
|
3436
|
-
.ui\:data-empty\:p-0 {
|
|
3437
|
-
&[data-empty] {
|
|
3438
|
-
padding: calc(var(--ui-spacing) * 0);
|
|
3439
|
-
}
|
|
3440
|
-
}
|
|
3441
|
-
.ui\:data-highlighted\:bg-accent {
|
|
3442
|
-
&[data-highlighted] {
|
|
3443
|
-
background-color: var(--ui-color-accent);
|
|
3444
|
-
}
|
|
3445
|
-
}
|
|
3446
|
-
.ui\:data-highlighted\:text-accent-foreground {
|
|
3447
|
-
&[data-highlighted] {
|
|
3448
|
-
color: var(--ui-color-accent-foreground);
|
|
3449
|
-
}
|
|
3450
|
-
}
|
|
3451
|
-
.ui\:data-open\:animate-in {
|
|
3452
|
-
&[data-open] {
|
|
3453
|
-
animation: enter var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none);
|
|
3454
|
-
}
|
|
3455
|
-
}
|
|
3456
|
-
.ui\:data-open\:fade-in-0 {
|
|
3457
|
-
&[data-open] {
|
|
3458
|
-
--tw-enter-opacity: calc(0/100);
|
|
3459
|
-
--tw-enter-opacity: 0;
|
|
3460
|
-
}
|
|
3461
|
-
}
|
|
3462
|
-
.ui\:data-open\:zoom-in-95 {
|
|
3463
|
-
&[data-open] {
|
|
3464
|
-
--tw-enter-scale: calc(95*1%);
|
|
3465
|
-
--tw-enter-scale: .95;
|
|
3466
|
-
}
|
|
3467
|
-
}
|
|
3468
|
-
.ui\:data-pressed\:bg-transparent {
|
|
3469
|
-
&[data-pressed] {
|
|
3470
|
-
background-color: transparent;
|
|
3471
|
-
}
|
|
3472
|
-
}
|
|
3473
2879
|
.ui\:data-\[active\=true\]\:bg-sidebar-accent {
|
|
3474
2880
|
&[data-active="true"] {
|
|
3475
2881
|
background-color: var(--ui-sidebar-accent);
|
|
@@ -3486,11 +2892,6 @@
|
|
|
3486
2892
|
color: var(--ui-sidebar-accent-foreground);
|
|
3487
2893
|
}
|
|
3488
2894
|
}
|
|
3489
|
-
.ui\:data-\[chips\=true\]\:min-w-\(--anchor-width\) {
|
|
3490
|
-
&[data-chips="true"] {
|
|
3491
|
-
min-width: var(--anchor-width);
|
|
3492
|
-
}
|
|
3493
|
-
}
|
|
3494
2895
|
.ui\:data-\[disabled\]\:pointer-events-none {
|
|
3495
2896
|
&[data-disabled] {
|
|
3496
2897
|
pointer-events: none;
|
|
@@ -3571,11 +2972,6 @@
|
|
|
3571
2972
|
flex-direction: column;
|
|
3572
2973
|
}
|
|
3573
2974
|
}
|
|
3574
|
-
.ui\:data-\[outside\=true\]\:text-muted-foreground {
|
|
3575
|
-
&[data-outside="true"] {
|
|
3576
|
-
color: var(--ui-color-muted-foreground);
|
|
3577
|
-
}
|
|
3578
|
-
}
|
|
3579
2975
|
.ui\:data-\[range-end\=true\]\:rounded-md {
|
|
3580
2976
|
&[data-range-end="true"] {
|
|
3581
2977
|
border-radius: var(--ui-radius-md);
|
|
@@ -3702,11 +3098,6 @@
|
|
|
3702
3098
|
height: calc(var(--ui-spacing) * 8);
|
|
3703
3099
|
}
|
|
3704
3100
|
}
|
|
3705
|
-
.ui\:data-\[size\=sm\]\:max-w-xs {
|
|
3706
|
-
&[data-size="sm"] {
|
|
3707
|
-
max-width: var(--ui-container-xs);
|
|
3708
|
-
}
|
|
3709
|
-
}
|
|
3710
3101
|
.ui\:data-\[size\=sm\]\:py-1 {
|
|
3711
3102
|
&[data-size="sm"] {
|
|
3712
3103
|
padding-block: calc(var(--ui-spacing) * 1);
|
|
@@ -3719,55 +3110,6 @@
|
|
|
3719
3110
|
}
|
|
3720
3111
|
}
|
|
3721
3112
|
}
|
|
3722
|
-
.ui\:\*\:data-\[slot\=input-group\]\:m-1 {
|
|
3723
|
-
:is(& > *) {
|
|
3724
|
-
&[data-slot="input-group"] {
|
|
3725
|
-
margin: calc(var(--ui-spacing) * 1);
|
|
3726
|
-
}
|
|
3727
|
-
}
|
|
3728
|
-
}
|
|
3729
|
-
.ui\:\*\:data-\[slot\=input-group\]\:mb-0 {
|
|
3730
|
-
:is(& > *) {
|
|
3731
|
-
&[data-slot="input-group"] {
|
|
3732
|
-
margin-bottom: calc(var(--ui-spacing) * 0);
|
|
3733
|
-
}
|
|
3734
|
-
}
|
|
3735
|
-
}
|
|
3736
|
-
.ui\:\*\:data-\[slot\=input-group\]\:h-8 {
|
|
3737
|
-
:is(& > *) {
|
|
3738
|
-
&[data-slot="input-group"] {
|
|
3739
|
-
height: calc(var(--ui-spacing) * 8);
|
|
3740
|
-
}
|
|
3741
|
-
}
|
|
3742
|
-
}
|
|
3743
|
-
.ui\:\*\:data-\[slot\=input-group\]\:border-input\/30 {
|
|
3744
|
-
:is(& > *) {
|
|
3745
|
-
&[data-slot="input-group"] {
|
|
3746
|
-
border-color: var(--ui-color-input);
|
|
3747
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
3748
|
-
border-color: color-mix(in oklab, var(--ui-color-input) 30%, transparent);
|
|
3749
|
-
}
|
|
3750
|
-
}
|
|
3751
|
-
}
|
|
3752
|
-
}
|
|
3753
|
-
.ui\:\*\:data-\[slot\=input-group\]\:bg-input\/30 {
|
|
3754
|
-
:is(& > *) {
|
|
3755
|
-
&[data-slot="input-group"] {
|
|
3756
|
-
background-color: var(--ui-color-input);
|
|
3757
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
3758
|
-
background-color: color-mix(in oklab, var(--ui-color-input) 30%, transparent);
|
|
3759
|
-
}
|
|
3760
|
-
}
|
|
3761
|
-
}
|
|
3762
|
-
}
|
|
3763
|
-
.ui\:\*\:data-\[slot\=input-group\]\:shadow-none {
|
|
3764
|
-
:is(& > *) {
|
|
3765
|
-
&[data-slot="input-group"] {
|
|
3766
|
-
--tw-shadow: 0 0 #0000;
|
|
3767
|
-
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
3768
|
-
}
|
|
3769
|
-
}
|
|
3770
|
-
}
|
|
3771
3113
|
.ui\:data-\[state\=active\]\:bg-background {
|
|
3772
3114
|
&[data-state="active"] {
|
|
3773
3115
|
background-color: var(--ui-color-background);
|
|
@@ -4144,52 +3486,6 @@
|
|
|
4144
3486
|
text-align: left;
|
|
4145
3487
|
}
|
|
4146
3488
|
}
|
|
4147
|
-
.ui\:sm\:group-data-\[size\=default\]\/alert-dialog-content\:row-span-2 {
|
|
4148
|
-
@media (width >= 40rem) {
|
|
4149
|
-
&:is(:where(.ui\:group\/alert-dialog-content)[data-size="default"] *) {
|
|
4150
|
-
grid-row: span 2 / span 2;
|
|
4151
|
-
}
|
|
4152
|
-
}
|
|
4153
|
-
}
|
|
4154
|
-
.ui\:sm\:group-data-\[size\=default\]\/alert-dialog-content\:place-items-start {
|
|
4155
|
-
@media (width >= 40rem) {
|
|
4156
|
-
&:is(:where(.ui\:group\/alert-dialog-content)[data-size="default"] *) {
|
|
4157
|
-
place-items: start;
|
|
4158
|
-
}
|
|
4159
|
-
}
|
|
4160
|
-
}
|
|
4161
|
-
.ui\:sm\:group-data-\[size\=default\]\/alert-dialog-content\:text-left {
|
|
4162
|
-
@media (width >= 40rem) {
|
|
4163
|
-
&:is(:where(.ui\:group\/alert-dialog-content)[data-size="default"] *) {
|
|
4164
|
-
text-align: left;
|
|
4165
|
-
}
|
|
4166
|
-
}
|
|
4167
|
-
}
|
|
4168
|
-
.ui\:sm\:group-data-\[size\=default\]\/alert-dialog-content\:group-has-data-\[slot\=alert-dialog-media\]\/alert-dialog-content\:col-start-2 {
|
|
4169
|
-
@media (width >= 40rem) {
|
|
4170
|
-
&:is(:where(.ui\:group\/alert-dialog-content)[data-size="default"] *) {
|
|
4171
|
-
&:is(:where(.ui\:group\/alert-dialog-content):has(*[data-slot="alert-dialog-media"]) *) {
|
|
4172
|
-
grid-column-start: 2;
|
|
4173
|
-
}
|
|
4174
|
-
}
|
|
4175
|
-
}
|
|
4176
|
-
}
|
|
4177
|
-
.ui\:sm\:group-data-\[size\=default\]\/alert-dialog-content\:has-data-\[slot\=alert-dialog-media\]\:grid-rows-\[auto_1fr\] {
|
|
4178
|
-
@media (width >= 40rem) {
|
|
4179
|
-
&:is(:where(.ui\:group\/alert-dialog-content)[data-size="default"] *) {
|
|
4180
|
-
&:has(*[data-slot="alert-dialog-media"]) {
|
|
4181
|
-
grid-template-rows: auto 1fr;
|
|
4182
|
-
}
|
|
4183
|
-
}
|
|
4184
|
-
}
|
|
4185
|
-
}
|
|
4186
|
-
.ui\:data-\[size\=default\]\:sm\:max-w-lg {
|
|
4187
|
-
&[data-size="default"] {
|
|
4188
|
-
@media (width >= 40rem) {
|
|
4189
|
-
max-width: var(--ui-container-lg);
|
|
4190
|
-
}
|
|
4191
|
-
}
|
|
4192
|
-
}
|
|
4193
3489
|
.ui\:data-\[vaul-drawer-direction\=left\]\:sm\:max-w-sm {
|
|
4194
3490
|
&[data-vaul-drawer-direction="left"] {
|
|
4195
3491
|
@media (width >= 40rem) {
|
|
@@ -4214,11 +3510,6 @@
|
|
|
4214
3510
|
display: flex;
|
|
4215
3511
|
}
|
|
4216
3512
|
}
|
|
4217
|
-
.ui\:md\:w-max {
|
|
4218
|
-
@media (width >= 48rem) {
|
|
4219
|
-
width: max-content;
|
|
4220
|
-
}
|
|
4221
|
-
}
|
|
4222
3513
|
.ui\:md\:min-w-\[450px\] {
|
|
4223
3514
|
@media (width >= 48rem) {
|
|
4224
3515
|
min-width: 450px;
|
|
@@ -4229,26 +3520,6 @@
|
|
|
4229
3520
|
flex-basis: calc(1/2 * 100%);
|
|
4230
3521
|
}
|
|
4231
3522
|
}
|
|
4232
|
-
.ui\:md\:grid-cols-2 {
|
|
4233
|
-
@media (width >= 48rem) {
|
|
4234
|
-
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
4235
|
-
}
|
|
4236
|
-
}
|
|
4237
|
-
.ui\:md\:grid-cols-3 {
|
|
4238
|
-
@media (width >= 48rem) {
|
|
4239
|
-
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
4240
|
-
}
|
|
4241
|
-
}
|
|
4242
|
-
.ui\:md\:flex-row {
|
|
4243
|
-
@media (width >= 48rem) {
|
|
4244
|
-
flex-direction: row;
|
|
4245
|
-
}
|
|
4246
|
-
}
|
|
4247
|
-
.ui\:md\:justify-end {
|
|
4248
|
-
@media (width >= 48rem) {
|
|
4249
|
-
justify-content: flex-end;
|
|
4250
|
-
}
|
|
4251
|
-
}
|
|
4252
3523
|
.ui\:md\:gap-1\.5 {
|
|
4253
3524
|
@media (width >= 48rem) {
|
|
4254
3525
|
gap: calc(var(--ui-spacing) * 1.5);
|
|
@@ -4336,11 +3607,6 @@
|
|
|
4336
3607
|
flex-basis: calc(1/3 * 100%);
|
|
4337
3608
|
}
|
|
4338
3609
|
}
|
|
4339
|
-
.ui\:lg\:grid-cols-3 {
|
|
4340
|
-
@media (width >= 64rem) {
|
|
4341
|
-
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
4342
|
-
}
|
|
4343
|
-
}
|
|
4344
3610
|
.ui\:dark\:bg-input\/30 {
|
|
4345
3611
|
&:is(.dark *) {
|
|
4346
3612
|
background-color: var(--ui-color-input);
|
|
@@ -4349,11 +3615,6 @@
|
|
|
4349
3615
|
}
|
|
4350
3616
|
}
|
|
4351
3617
|
}
|
|
4352
|
-
.ui\:dark\:bg-transparent {
|
|
4353
|
-
&:is(.dark *) {
|
|
4354
|
-
background-color: transparent;
|
|
4355
|
-
}
|
|
4356
|
-
}
|
|
4357
3618
|
.ui\:dark\:text-muted-foreground {
|
|
4358
3619
|
&:is(.dark *) {
|
|
4359
3620
|
color: var(--ui-color-muted-foreground);
|
|
@@ -4380,36 +3641,6 @@
|
|
|
4380
3641
|
}
|
|
4381
3642
|
}
|
|
4382
3643
|
}
|
|
4383
|
-
.ui\:dark\:has-aria-invalid\:border-destructive\/50 {
|
|
4384
|
-
&:is(.dark *) {
|
|
4385
|
-
&:has(*[aria-invalid="true"]) {
|
|
4386
|
-
border-color: var(--ui-color-destructive);
|
|
4387
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
4388
|
-
border-color: color-mix(in oklab, var(--ui-color-destructive) 50%, transparent);
|
|
4389
|
-
}
|
|
4390
|
-
}
|
|
4391
|
-
}
|
|
4392
|
-
}
|
|
4393
|
-
.ui\:dark\:has-aria-invalid\:ring-destructive\/40 {
|
|
4394
|
-
&:is(.dark *) {
|
|
4395
|
-
&:has(*[aria-invalid="true"]) {
|
|
4396
|
-
--tw-ring-color: var(--ui-color-destructive);
|
|
4397
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
4398
|
-
--tw-ring-color: color-mix(in oklab, var(--ui-color-destructive) 40%, transparent);
|
|
4399
|
-
}
|
|
4400
|
-
}
|
|
4401
|
-
}
|
|
4402
|
-
}
|
|
4403
|
-
.ui\:dark\:has-\[\[data-slot\]\[aria-invalid\=true\]\]\:ring-destructive\/40 {
|
|
4404
|
-
&:is(.dark *) {
|
|
4405
|
-
&:has(*:is([data-slot][aria-invalid=true])) {
|
|
4406
|
-
--tw-ring-color: var(--ui-color-destructive);
|
|
4407
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
4408
|
-
--tw-ring-color: color-mix(in oklab, var(--ui-color-destructive) 40%, transparent);
|
|
4409
|
-
}
|
|
4410
|
-
}
|
|
4411
|
-
}
|
|
4412
|
-
}
|
|
4413
3644
|
.ui\:dark\:aria-invalid\:ring-destructive\/40 {
|
|
4414
3645
|
&:is(.dark *) {
|
|
4415
3646
|
&[aria-invalid="true"] {
|
|
@@ -4487,28 +3718,6 @@
|
|
|
4487
3718
|
}
|
|
4488
3719
|
}
|
|
4489
3720
|
}
|
|
4490
|
-
.ui\:pointer-coarse\:size-5 {
|
|
4491
|
-
@media (pointer: coarse) {
|
|
4492
|
-
width: calc(var(--ui-spacing) * 5);
|
|
4493
|
-
height: calc(var(--ui-spacing) * 5);
|
|
4494
|
-
}
|
|
4495
|
-
}
|
|
4496
|
-
.ui\:pointer-coarse\:px-3 {
|
|
4497
|
-
@media (pointer: coarse) {
|
|
4498
|
-
padding-inline: calc(var(--ui-spacing) * 3);
|
|
4499
|
-
}
|
|
4500
|
-
}
|
|
4501
|
-
.ui\:pointer-coarse\:py-2 {
|
|
4502
|
-
@media (pointer: coarse) {
|
|
4503
|
-
padding-block: calc(var(--ui-spacing) * 2);
|
|
4504
|
-
}
|
|
4505
|
-
}
|
|
4506
|
-
.ui\:pointer-coarse\:text-sm {
|
|
4507
|
-
@media (pointer: coarse) {
|
|
4508
|
-
font-size: var(--ui-text-sm);
|
|
4509
|
-
line-height: var(--tw-leading, var(--ui-text-sm--line-height));
|
|
4510
|
-
}
|
|
4511
|
-
}
|
|
4512
3721
|
.ui\:\[\&_\.recharts-cartesian-axis-tick_text\]\:fill-muted-foreground {
|
|
4513
3722
|
& .recharts-cartesian-axis-tick text {
|
|
4514
3723
|
fill: var(--ui-color-muted-foreground);
|
|
@@ -4692,12 +3901,6 @@
|
|
|
4692
3901
|
color: var(--ui-color-muted-foreground);
|
|
4693
3902
|
}
|
|
4694
3903
|
}
|
|
4695
|
-
.ui\:\[\&_svg\:not\(\[class\*\=size-\]\)\]\:size-4 {
|
|
4696
|
-
& svg:not([class*=size-]) {
|
|
4697
|
-
width: calc(var(--ui-spacing) * 4);
|
|
4698
|
-
height: calc(var(--ui-spacing) * 4);
|
|
4699
|
-
}
|
|
4700
|
-
}
|
|
4701
3904
|
.ui\:\[\&_tr\]\:border-b {
|
|
4702
3905
|
& tr {
|
|
4703
3906
|
border-bottom-style: var(--tw-border-style);
|
|
@@ -4716,21 +3919,11 @@
|
|
|
4716
3919
|
border-bottom-left-radius: var(--ui-radius-md);
|
|
4717
3920
|
}
|
|
4718
3921
|
}
|
|
4719
|
-
.ui\:\[\.border-b\]\:pb-3 {
|
|
4720
|
-
&:is(.border-b) {
|
|
4721
|
-
padding-bottom: calc(var(--ui-spacing) * 3);
|
|
4722
|
-
}
|
|
4723
|
-
}
|
|
4724
3922
|
.ui\:\[\.border-b\]\:pb-6 {
|
|
4725
3923
|
&:is(.border-b) {
|
|
4726
3924
|
padding-bottom: calc(var(--ui-spacing) * 6);
|
|
4727
3925
|
}
|
|
4728
3926
|
}
|
|
4729
|
-
.ui\:\[\.border-t\]\:pt-3 {
|
|
4730
|
-
&:is(.border-t) {
|
|
4731
|
-
padding-top: calc(var(--ui-spacing) * 3);
|
|
4732
|
-
}
|
|
4733
|
-
}
|
|
4734
3927
|
.ui\:\[\.border-t\]\:pt-6 {
|
|
4735
3928
|
&:is(.border-t) {
|
|
4736
3929
|
padding-top: calc(var(--ui-spacing) * 6);
|
|
@@ -4798,14 +3991,6 @@
|
|
|
4798
3991
|
}
|
|
4799
3992
|
}
|
|
4800
3993
|
}
|
|
4801
|
-
.ui\:\*\:\[svg\:not\(\[class\*\=size-\]\)\]\:size-8 {
|
|
4802
|
-
:is(& > *) {
|
|
4803
|
-
&:is(svg:not([class*=size-])) {
|
|
4804
|
-
width: calc(var(--ui-spacing) * 8);
|
|
4805
|
-
height: calc(var(--ui-spacing) * 8);
|
|
4806
|
-
}
|
|
4807
|
-
}
|
|
4808
|
-
}
|
|
4809
3994
|
.ui\:\[\&\:nth-child\(2\)\[data-selected\=true\]_button\]\:rounded-l-md {
|
|
4810
3995
|
&:nth-child(2)[data-selected=true] button {
|
|
4811
3996
|
border-top-left-radius: var(--ui-radius-md);
|
|
@@ -4832,39 +4017,6 @@
|
|
|
4832
4017
|
display: none;
|
|
4833
4018
|
}
|
|
4834
4019
|
}
|
|
4835
|
-
.ui\:has-\[\>\[data-align\=block-end\]\]\:\[\&\>input\]\:pt-3 {
|
|
4836
|
-
&:has(>[data-align=block-end]) {
|
|
4837
|
-
&>input {
|
|
4838
|
-
padding-top: calc(var(--ui-spacing) * 3);
|
|
4839
|
-
}
|
|
4840
|
-
}
|
|
4841
|
-
}
|
|
4842
|
-
.ui\:has-\[\>\[data-align\=block-start\]\]\:\[\&\>input\]\:pb-3 {
|
|
4843
|
-
&:has(>[data-align=block-start]) {
|
|
4844
|
-
&>input {
|
|
4845
|
-
padding-bottom: calc(var(--ui-spacing) * 3);
|
|
4846
|
-
}
|
|
4847
|
-
}
|
|
4848
|
-
}
|
|
4849
|
-
.ui\:has-\[\>\[data-align\=inline-end\]\]\:\[\&\>input\]\:pr-2 {
|
|
4850
|
-
&:has(>[data-align=inline-end]) {
|
|
4851
|
-
&>input {
|
|
4852
|
-
padding-right: calc(var(--ui-spacing) * 2);
|
|
4853
|
-
}
|
|
4854
|
-
}
|
|
4855
|
-
}
|
|
4856
|
-
.ui\:has-\[\>\[data-align\=inline-start\]\]\:\[\&\>input\]\:pl-2 {
|
|
4857
|
-
&:has(>[data-align=inline-start]) {
|
|
4858
|
-
&>input {
|
|
4859
|
-
padding-left: calc(var(--ui-spacing) * 2);
|
|
4860
|
-
}
|
|
4861
|
-
}
|
|
4862
|
-
}
|
|
4863
|
-
.ui\:\[\&\>kbd\]\:rounded-\[calc\(var\(--radius\)-5px\)\] {
|
|
4864
|
-
&>kbd {
|
|
4865
|
-
border-radius: calc(var(--radius) - 5px);
|
|
4866
|
-
}
|
|
4867
|
-
}
|
|
4868
4020
|
.ui\:\[\&\>span\]\:line-clamp-1 {
|
|
4869
4021
|
&>span {
|
|
4870
4022
|
overflow: hidden;
|
|
@@ -4949,18 +4101,6 @@
|
|
|
4949
4101
|
color: var(--ui-sidebar-accent-foreground);
|
|
4950
4102
|
}
|
|
4951
4103
|
}
|
|
4952
|
-
.ui\:\[\&\>svg\:not\(\[class\*\=size-\]\)\]\:size-3\.5 {
|
|
4953
|
-
&>svg:not([class*=size-]) {
|
|
4954
|
-
width: calc(var(--ui-spacing) * 3.5);
|
|
4955
|
-
height: calc(var(--ui-spacing) * 3.5);
|
|
4956
|
-
}
|
|
4957
|
-
}
|
|
4958
|
-
.ui\:\[\&\>svg\:not\(\[class\*\=size-\]\)\]\:size-4 {
|
|
4959
|
-
&>svg:not([class*=size-]) {
|
|
4960
|
-
width: calc(var(--ui-spacing) * 4);
|
|
4961
|
-
height: calc(var(--ui-spacing) * 4);
|
|
4962
|
-
}
|
|
4963
|
-
}
|
|
4964
4104
|
.ui\:\[\&\>tr\]\:last\:border-b-0 {
|
|
4965
4105
|
&>tr {
|
|
4966
4106
|
&:last-child {
|
|
@@ -4994,6 +4134,16 @@
|
|
|
4994
4134
|
cursor: w-resize;
|
|
4995
4135
|
}
|
|
4996
4136
|
}
|
|
4137
|
+
.ui\:\[\[data-slot\=card-content\]_\&\]\:bg-transparent {
|
|
4138
|
+
[data-slot=card-content] & {
|
|
4139
|
+
background-color: transparent;
|
|
4140
|
+
}
|
|
4141
|
+
}
|
|
4142
|
+
.ui\:\[\[data-slot\=popover-content\]_\&\]\:bg-transparent {
|
|
4143
|
+
[data-slot=popover-content] & {
|
|
4144
|
+
background-color: transparent;
|
|
4145
|
+
}
|
|
4146
|
+
}
|
|
4997
4147
|
.ui\:\[\[data-slot\=tooltip-content\]_\&\]\:bg-background\/20 {
|
|
4998
4148
|
[data-slot=tooltip-content] & {
|
|
4999
4149
|
background-color: var(--ui-color-background);
|