karin-plugin-kkk 2.18.2 → 2.19.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/CHANGELOG.md +41 -0
- package/README.md +1 -1
- package/config/default_config/pushlist.yaml +8 -0
- package/lib/apps/admin.js +3 -3
- package/lib/apps/help.js +3 -3
- package/lib/apps/push.js +3 -3
- package/lib/apps/qrlogin.js +3 -3
- package/lib/apps/tools.js +3 -3
- package/lib/apps/update.js +3 -3
- package/lib/build-metadata.json +5 -5
- package/lib/core_chunk/{main-u9R5sj94.js → main-Dj5f-cmP.js} +995 -177
- package/lib/core_chunk/{template-BAFMkYza.js → template-CHNHRIxO.js} +1259 -848
- package/lib/core_chunk/template.d.mts +322 -552
- package/lib/core_chunk/template.js +2 -2
- package/lib/core_chunk/{vendor-BCUOH1Nn.js → vendor-BsdYKPEs.js} +1230 -607
- package/lib/index.js +3 -3
- package/lib/karin-plugin-kkk.css +601 -159
- package/lib/root.js +1 -1
- package/lib/web.config.js +3 -3
- package/package.json +2 -2
- package/resources/vite.svg +130 -0
package/lib/karin-plugin-kkk.css
CHANGED
|
@@ -83,6 +83,14 @@
|
|
|
83
83
|
:root, :host {
|
|
84
84
|
--font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
85
85
|
--font-mono: "JetBrains Mono", HarmonyOSHans-Regular, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
|
|
86
|
+
--color-orange-300: oklch(83.7% .128 66.29);
|
|
87
|
+
--color-orange-400: oklch(75% .183 55.934);
|
|
88
|
+
--color-emerald-300: oklch(84.5% .143 164.978);
|
|
89
|
+
--color-emerald-400: oklch(76.5% .177 163.223);
|
|
90
|
+
--color-emerald-500: oklch(69.6% .17 162.48);
|
|
91
|
+
--color-rose-300: oklch(81% .117 11.638);
|
|
92
|
+
--color-rose-400: oklch(71.2% .194 13.428);
|
|
93
|
+
--color-rose-500: oklch(64.5% .246 16.439);
|
|
86
94
|
--color-slate-50: oklch(98.4% .003 247.858);
|
|
87
95
|
--color-slate-400: oklch(70.4% .04 256.788);
|
|
88
96
|
--color-slate-500: oklch(55.4% .046 257.417);
|
|
@@ -103,6 +111,8 @@
|
|
|
103
111
|
--text-xs--line-height: calc(1 / .75);
|
|
104
112
|
--text-sm: .875rem;
|
|
105
113
|
--text-sm--line-height: calc(1.25 / .875);
|
|
114
|
+
--text-base: 1rem;
|
|
115
|
+
--text-base--line-height: calc(1.5 / 1);
|
|
106
116
|
--text-lg: 1.125rem;
|
|
107
117
|
--text-lg--line-height: calc(1.75 / 1.125);
|
|
108
118
|
--text-xl: 1.25rem;
|
|
@@ -609,6 +619,14 @@
|
|
|
609
619
|
position: sticky;
|
|
610
620
|
}
|
|
611
621
|
|
|
622
|
+
.-inset-4 {
|
|
623
|
+
inset: calc(var(--spacing) * -4);
|
|
624
|
+
}
|
|
625
|
+
|
|
626
|
+
.-inset-8 {
|
|
627
|
+
inset: calc(var(--spacing) * -8);
|
|
628
|
+
}
|
|
629
|
+
|
|
612
630
|
.inset-0 {
|
|
613
631
|
inset: calc(var(--spacing) * 0);
|
|
614
632
|
}
|
|
@@ -665,6 +683,10 @@
|
|
|
665
683
|
top: calc(var(--spacing) * -2);
|
|
666
684
|
}
|
|
667
685
|
|
|
686
|
+
.-top-4 {
|
|
687
|
+
top: calc(var(--spacing) * -4);
|
|
688
|
+
}
|
|
689
|
+
|
|
668
690
|
.-top-8 {
|
|
669
691
|
top: calc(var(--spacing) * -8);
|
|
670
692
|
}
|
|
@@ -673,12 +695,12 @@
|
|
|
673
695
|
top: calc(var(--spacing) * -10);
|
|
674
696
|
}
|
|
675
697
|
|
|
676
|
-
.-top-
|
|
677
|
-
top: calc(var(--spacing) * -
|
|
698
|
+
.-top-12 {
|
|
699
|
+
top: calc(var(--spacing) * -12);
|
|
678
700
|
}
|
|
679
701
|
|
|
680
|
-
.-top-
|
|
681
|
-
top: calc(var(--spacing) * -
|
|
702
|
+
.-top-13 {
|
|
703
|
+
top: calc(var(--spacing) * -13);
|
|
682
704
|
}
|
|
683
705
|
|
|
684
706
|
.-top-67\.5 {
|
|
@@ -693,6 +715,14 @@
|
|
|
693
715
|
top: calc(var(--spacing) * -125);
|
|
694
716
|
}
|
|
695
717
|
|
|
718
|
+
.-top-\[20\%\] {
|
|
719
|
+
top: -20%;
|
|
720
|
+
}
|
|
721
|
+
|
|
722
|
+
.-top-\[200px\] {
|
|
723
|
+
top: -200px;
|
|
724
|
+
}
|
|
725
|
+
|
|
696
726
|
.-top-px {
|
|
697
727
|
top: -1px;
|
|
698
728
|
}
|
|
@@ -733,14 +763,6 @@
|
|
|
733
763
|
top: calc(var(--spacing) * 12);
|
|
734
764
|
}
|
|
735
765
|
|
|
736
|
-
.top-14 {
|
|
737
|
-
top: calc(var(--spacing) * 14);
|
|
738
|
-
}
|
|
739
|
-
|
|
740
|
-
.top-20 {
|
|
741
|
-
top: calc(var(--spacing) * 20);
|
|
742
|
-
}
|
|
743
|
-
|
|
744
766
|
.top-25 {
|
|
745
767
|
top: calc(var(--spacing) * 25);
|
|
746
768
|
}
|
|
@@ -749,10 +771,6 @@
|
|
|
749
771
|
top: calc(var(--spacing) * 30);
|
|
750
772
|
}
|
|
751
773
|
|
|
752
|
-
.top-75 {
|
|
753
|
-
top: calc(var(--spacing) * 75);
|
|
754
|
-
}
|
|
755
|
-
|
|
756
774
|
.top-100 {
|
|
757
775
|
top: calc(var(--spacing) * 100);
|
|
758
776
|
}
|
|
@@ -761,6 +779,10 @@
|
|
|
761
779
|
top: calc(var(--spacing) * 112.5);
|
|
762
780
|
}
|
|
763
781
|
|
|
782
|
+
.top-150 {
|
|
783
|
+
top: calc(var(--spacing) * 150);
|
|
784
|
+
}
|
|
785
|
+
|
|
764
786
|
.top-\[-40\%\] {
|
|
765
787
|
top: -40%;
|
|
766
788
|
}
|
|
@@ -797,6 +819,10 @@
|
|
|
797
819
|
right: calc(var(--spacing) * -2);
|
|
798
820
|
}
|
|
799
821
|
|
|
822
|
+
.-right-3 {
|
|
823
|
+
right: calc(var(--spacing) * -3);
|
|
824
|
+
}
|
|
825
|
+
|
|
800
826
|
.-right-8 {
|
|
801
827
|
right: calc(var(--spacing) * -8);
|
|
802
828
|
}
|
|
@@ -813,10 +839,6 @@
|
|
|
813
839
|
right: calc(var(--spacing) * -25);
|
|
814
840
|
}
|
|
815
841
|
|
|
816
|
-
.-right-37\.5 {
|
|
817
|
-
right: calc(var(--spacing) * -37.5);
|
|
818
|
-
}
|
|
819
|
-
|
|
820
842
|
.-right-90 {
|
|
821
843
|
right: calc(var(--spacing) * -90);
|
|
822
844
|
}
|
|
@@ -825,6 +847,10 @@
|
|
|
825
847
|
right: calc(var(--spacing) * -100);
|
|
826
848
|
}
|
|
827
849
|
|
|
850
|
+
.-right-\[20\%\] {
|
|
851
|
+
right: -20%;
|
|
852
|
+
}
|
|
853
|
+
|
|
828
854
|
.-right-px {
|
|
829
855
|
right: -1px;
|
|
830
856
|
}
|
|
@@ -877,10 +903,6 @@
|
|
|
877
903
|
right: calc(var(--spacing) * 16);
|
|
878
904
|
}
|
|
879
905
|
|
|
880
|
-
.right-17\.5 {
|
|
881
|
-
right: calc(var(--spacing) * 17.5);
|
|
882
|
-
}
|
|
883
|
-
|
|
884
906
|
.right-18 {
|
|
885
907
|
right: calc(var(--spacing) * 18);
|
|
886
908
|
}
|
|
@@ -889,10 +911,6 @@
|
|
|
889
911
|
right: calc(var(--spacing) * 20);
|
|
890
912
|
}
|
|
891
913
|
|
|
892
|
-
.right-24 {
|
|
893
|
-
right: calc(var(--spacing) * 24);
|
|
894
|
-
}
|
|
895
|
-
|
|
896
914
|
.right-35 {
|
|
897
915
|
right: calc(var(--spacing) * 35);
|
|
898
916
|
}
|
|
@@ -913,6 +931,10 @@
|
|
|
913
931
|
bottom: calc(var(--spacing) * -1);
|
|
914
932
|
}
|
|
915
933
|
|
|
934
|
+
.-bottom-3 {
|
|
935
|
+
bottom: calc(var(--spacing) * -3);
|
|
936
|
+
}
|
|
937
|
+
|
|
916
938
|
.-bottom-6 {
|
|
917
939
|
bottom: calc(var(--spacing) * -6);
|
|
918
940
|
}
|
|
@@ -925,10 +947,6 @@
|
|
|
925
947
|
bottom: calc(var(--spacing) * -24);
|
|
926
948
|
}
|
|
927
949
|
|
|
928
|
-
.-bottom-25 {
|
|
929
|
-
bottom: calc(var(--spacing) * -25);
|
|
930
|
-
}
|
|
931
|
-
|
|
932
950
|
.-bottom-45 {
|
|
933
951
|
bottom: calc(var(--spacing) * -45);
|
|
934
952
|
}
|
|
@@ -941,6 +959,14 @@
|
|
|
941
959
|
bottom: calc(var(--spacing) * -120);
|
|
942
960
|
}
|
|
943
961
|
|
|
962
|
+
.-bottom-\[20\%\] {
|
|
963
|
+
bottom: -20%;
|
|
964
|
+
}
|
|
965
|
+
|
|
966
|
+
.-bottom-\[200px\] {
|
|
967
|
+
bottom: -200px;
|
|
968
|
+
}
|
|
969
|
+
|
|
944
970
|
.bottom-0 {
|
|
945
971
|
bottom: calc(var(--spacing) * 0);
|
|
946
972
|
}
|
|
@@ -1013,6 +1039,10 @@
|
|
|
1013
1039
|
left: calc(var(--spacing) * -2);
|
|
1014
1040
|
}
|
|
1015
1041
|
|
|
1042
|
+
.-left-8 {
|
|
1043
|
+
left: calc(var(--spacing) * -8);
|
|
1044
|
+
}
|
|
1045
|
+
|
|
1016
1046
|
.-left-45 {
|
|
1017
1047
|
left: calc(var(--spacing) * -45);
|
|
1018
1048
|
}
|
|
@@ -1025,6 +1055,10 @@
|
|
|
1025
1055
|
left: calc(var(--spacing) * -100);
|
|
1026
1056
|
}
|
|
1027
1057
|
|
|
1058
|
+
.-left-\[20\%\] {
|
|
1059
|
+
left: -20%;
|
|
1060
|
+
}
|
|
1061
|
+
|
|
1028
1062
|
.left-0 {
|
|
1029
1063
|
left: calc(var(--spacing) * 0);
|
|
1030
1064
|
}
|
|
@@ -1049,14 +1083,6 @@
|
|
|
1049
1083
|
left: calc(var(--spacing) * 16);
|
|
1050
1084
|
}
|
|
1051
1085
|
|
|
1052
|
-
.left-24 {
|
|
1053
|
-
left: calc(var(--spacing) * 24);
|
|
1054
|
-
}
|
|
1055
|
-
|
|
1056
|
-
.left-25 {
|
|
1057
|
-
left: calc(var(--spacing) * 25);
|
|
1058
|
-
}
|
|
1059
|
-
|
|
1060
1086
|
.left-45 {
|
|
1061
1087
|
left: calc(var(--spacing) * 45);
|
|
1062
1088
|
}
|
|
@@ -1065,6 +1091,10 @@
|
|
|
1065
1091
|
left: calc(var(--spacing) * 50);
|
|
1066
1092
|
}
|
|
1067
1093
|
|
|
1094
|
+
.left-100 {
|
|
1095
|
+
left: calc(var(--spacing) * 100);
|
|
1096
|
+
}
|
|
1097
|
+
|
|
1068
1098
|
.left-\[-50\%\] {
|
|
1069
1099
|
left: -50%;
|
|
1070
1100
|
}
|
|
@@ -1141,6 +1171,14 @@
|
|
|
1141
1171
|
order: 3;
|
|
1142
1172
|
}
|
|
1143
1173
|
|
|
1174
|
+
.col-span-4 {
|
|
1175
|
+
grid-column: span 4 / span 4;
|
|
1176
|
+
}
|
|
1177
|
+
|
|
1178
|
+
.col-span-8 {
|
|
1179
|
+
grid-column: span 8 / span 8;
|
|
1180
|
+
}
|
|
1181
|
+
|
|
1144
1182
|
.container {
|
|
1145
1183
|
width: 100%;
|
|
1146
1184
|
}
|
|
@@ -1359,6 +1397,10 @@
|
|
|
1359
1397
|
margin-top: calc(var(--spacing) * 10);
|
|
1360
1398
|
}
|
|
1361
1399
|
|
|
1400
|
+
.mt-12 {
|
|
1401
|
+
margin-top: calc(var(--spacing) * 12);
|
|
1402
|
+
}
|
|
1403
|
+
|
|
1362
1404
|
.mt-15 {
|
|
1363
1405
|
margin-top: calc(var(--spacing) * 15);
|
|
1364
1406
|
}
|
|
@@ -1367,6 +1409,10 @@
|
|
|
1367
1409
|
margin-top: calc(var(--spacing) * 20);
|
|
1368
1410
|
}
|
|
1369
1411
|
|
|
1412
|
+
.mt-32 {
|
|
1413
|
+
margin-top: calc(var(--spacing) * 32);
|
|
1414
|
+
}
|
|
1415
|
+
|
|
1370
1416
|
.mt-35 {
|
|
1371
1417
|
margin-top: calc(var(--spacing) * 35);
|
|
1372
1418
|
}
|
|
@@ -1423,6 +1469,10 @@
|
|
|
1423
1469
|
margin-right: calc(var(--spacing) * 5);
|
|
1424
1470
|
}
|
|
1425
1471
|
|
|
1472
|
+
.mr-6 {
|
|
1473
|
+
margin-right: calc(var(--spacing) * 6);
|
|
1474
|
+
}
|
|
1475
|
+
|
|
1426
1476
|
.mr-7 {
|
|
1427
1477
|
margin-right: calc(var(--spacing) * 7);
|
|
1428
1478
|
}
|
|
@@ -1921,6 +1971,10 @@
|
|
|
1921
1971
|
height: calc(var(--spacing) * 52);
|
|
1922
1972
|
}
|
|
1923
1973
|
|
|
1974
|
+
.h-56 {
|
|
1975
|
+
height: calc(var(--spacing) * 56);
|
|
1976
|
+
}
|
|
1977
|
+
|
|
1924
1978
|
.h-61\.25 {
|
|
1925
1979
|
height: calc(var(--spacing) * 61.25);
|
|
1926
1980
|
}
|
|
@@ -1929,14 +1983,6 @@
|
|
|
1929
1983
|
height: calc(var(--spacing) * 64);
|
|
1930
1984
|
}
|
|
1931
1985
|
|
|
1932
|
-
.h-80 {
|
|
1933
|
-
height: calc(var(--spacing) * 80);
|
|
1934
|
-
}
|
|
1935
|
-
|
|
1936
|
-
.h-84 {
|
|
1937
|
-
height: calc(var(--spacing) * 84);
|
|
1938
|
-
}
|
|
1939
|
-
|
|
1940
1986
|
.h-87\.5 {
|
|
1941
1987
|
height: calc(var(--spacing) * 87.5);
|
|
1942
1988
|
}
|
|
@@ -1973,10 +2019,6 @@
|
|
|
1973
2019
|
height: calc(var(--spacing) * 160);
|
|
1974
2020
|
}
|
|
1975
2021
|
|
|
1976
|
-
.h-175 {
|
|
1977
|
-
height: calc(var(--spacing) * 175);
|
|
1978
|
-
}
|
|
1979
|
-
|
|
1980
2022
|
.h-200 {
|
|
1981
2023
|
height: calc(var(--spacing) * 200);
|
|
1982
2024
|
}
|
|
@@ -2029,8 +2071,8 @@
|
|
|
2029
2071
|
height: 50%;
|
|
2030
2072
|
}
|
|
2031
2073
|
|
|
2032
|
-
.h-\[
|
|
2033
|
-
height:
|
|
2074
|
+
.h-\[60\%\] {
|
|
2075
|
+
height: 60%;
|
|
2034
2076
|
}
|
|
2035
2077
|
|
|
2036
2078
|
.h-\[90vh\] {
|
|
@@ -2045,6 +2087,18 @@
|
|
|
2045
2087
|
height: 187.5px;
|
|
2046
2088
|
}
|
|
2047
2089
|
|
|
2090
|
+
.h-\[600px\] {
|
|
2091
|
+
height: 600px;
|
|
2092
|
+
}
|
|
2093
|
+
|
|
2094
|
+
.h-\[700px\] {
|
|
2095
|
+
height: 700px;
|
|
2096
|
+
}
|
|
2097
|
+
|
|
2098
|
+
.h-\[800px\] {
|
|
2099
|
+
height: 800px;
|
|
2100
|
+
}
|
|
2101
|
+
|
|
2048
2102
|
.h-\[calc\(100\%-160px\)\] {
|
|
2049
2103
|
height: calc(100% - 160px);
|
|
2050
2104
|
}
|
|
@@ -2081,6 +2135,10 @@
|
|
|
2081
2135
|
height: 100%;
|
|
2082
2136
|
}
|
|
2083
2137
|
|
|
2138
|
+
.h-full\! {
|
|
2139
|
+
height: 100% !important;
|
|
2140
|
+
}
|
|
2141
|
+
|
|
2084
2142
|
.h-px {
|
|
2085
2143
|
height: 1px;
|
|
2086
2144
|
}
|
|
@@ -2125,6 +2183,10 @@
|
|
|
2125
2183
|
max-height: 64rem;
|
|
2126
2184
|
}
|
|
2127
2185
|
|
|
2186
|
+
.max-h-\[95vh\] {
|
|
2187
|
+
max-height: 95vh;
|
|
2188
|
+
}
|
|
2189
|
+
|
|
2128
2190
|
.max-h-\[calc\(100\%_-_8rem\)\] {
|
|
2129
2191
|
max-height: calc(100% - 8rem);
|
|
2130
2192
|
}
|
|
@@ -2197,6 +2259,10 @@
|
|
|
2197
2259
|
min-height: 100dvh;
|
|
2198
2260
|
}
|
|
2199
2261
|
|
|
2262
|
+
.min-h-\[2000px\] {
|
|
2263
|
+
min-height: 2000px;
|
|
2264
|
+
}
|
|
2265
|
+
|
|
2200
2266
|
.min-h-\[calc\(100vh-200px\)\] {
|
|
2201
2267
|
min-height: calc(100vh - 200px);
|
|
2202
2268
|
}
|
|
@@ -2365,6 +2431,10 @@
|
|
|
2365
2431
|
width: calc(var(--spacing) * 64);
|
|
2366
2432
|
}
|
|
2367
2433
|
|
|
2434
|
+
.w-65 {
|
|
2435
|
+
width: calc(var(--spacing) * 65);
|
|
2436
|
+
}
|
|
2437
|
+
|
|
2368
2438
|
.w-75 {
|
|
2369
2439
|
width: calc(var(--spacing) * 75);
|
|
2370
2440
|
}
|
|
@@ -2405,14 +2475,6 @@
|
|
|
2405
2475
|
width: calc(var(--spacing) * 162.5);
|
|
2406
2476
|
}
|
|
2407
2477
|
|
|
2408
|
-
.w-175 {
|
|
2409
|
-
width: calc(var(--spacing) * 175);
|
|
2410
|
-
}
|
|
2411
|
-
|
|
2412
|
-
.w-200 {
|
|
2413
|
-
width: calc(var(--spacing) * 200);
|
|
2414
|
-
}
|
|
2415
|
-
|
|
2416
2478
|
.w-225 {
|
|
2417
2479
|
width: calc(var(--spacing) * 225);
|
|
2418
2480
|
}
|
|
@@ -2485,8 +2547,12 @@
|
|
|
2485
2547
|
width: 187.5px;
|
|
2486
2548
|
}
|
|
2487
2549
|
|
|
2488
|
-
.w-\[
|
|
2489
|
-
width:
|
|
2550
|
+
.w-\[700px\] {
|
|
2551
|
+
width: 700px;
|
|
2552
|
+
}
|
|
2553
|
+
|
|
2554
|
+
.w-\[800px\] {
|
|
2555
|
+
width: 800px;
|
|
2490
2556
|
}
|
|
2491
2557
|
|
|
2492
2558
|
.w-\[calc\(100\%-160px\)\] {
|
|
@@ -2525,6 +2591,10 @@
|
|
|
2525
2591
|
width: 100%;
|
|
2526
2592
|
}
|
|
2527
2593
|
|
|
2594
|
+
.w-full\! {
|
|
2595
|
+
width: 100% !important;
|
|
2596
|
+
}
|
|
2597
|
+
|
|
2528
2598
|
.w-max {
|
|
2529
2599
|
width: max-content;
|
|
2530
2600
|
}
|
|
@@ -2956,6 +3026,10 @@
|
|
|
2956
3026
|
rotate: none;
|
|
2957
3027
|
}
|
|
2958
3028
|
|
|
3029
|
+
.rotate-12 {
|
|
3030
|
+
rotate: 12deg;
|
|
3031
|
+
}
|
|
3032
|
+
|
|
2959
3033
|
.rotate-15 {
|
|
2960
3034
|
rotate: 15deg;
|
|
2961
3035
|
}
|
|
@@ -2990,6 +3064,14 @@
|
|
|
2990
3064
|
animation: 1s infinite appearance-in;
|
|
2991
3065
|
}
|
|
2992
3066
|
|
|
3067
|
+
.animate-\[bounce_4s_infinite\] {
|
|
3068
|
+
animation: 4s infinite bounce;
|
|
3069
|
+
}
|
|
3070
|
+
|
|
3071
|
+
.animate-\[spin_10s_linear_infinite\] {
|
|
3072
|
+
animation: 10s linear infinite spin;
|
|
3073
|
+
}
|
|
3074
|
+
|
|
2993
3075
|
.animate-blink {
|
|
2994
3076
|
animation: 1.4s infinite both blink;
|
|
2995
3077
|
}
|
|
@@ -3034,10 +3116,6 @@
|
|
|
3034
3116
|
cursor: grab;
|
|
3035
3117
|
}
|
|
3036
3118
|
|
|
3037
|
-
.cursor-move {
|
|
3038
|
-
cursor: move;
|
|
3039
|
-
}
|
|
3040
|
-
|
|
3041
3119
|
.cursor-not-allowed {
|
|
3042
3120
|
cursor: not-allowed;
|
|
3043
3121
|
}
|
|
@@ -3114,6 +3192,14 @@
|
|
|
3114
3192
|
grid-template-columns: repeat(4, minmax(0, 1fr));
|
|
3115
3193
|
}
|
|
3116
3194
|
|
|
3195
|
+
.grid-cols-5 {
|
|
3196
|
+
grid-template-columns: repeat(5, minmax(0, 1fr));
|
|
3197
|
+
}
|
|
3198
|
+
|
|
3199
|
+
.grid-cols-12 {
|
|
3200
|
+
grid-template-columns: repeat(12, minmax(0, 1fr));
|
|
3201
|
+
}
|
|
3202
|
+
|
|
3117
3203
|
.grid-cols-\[100px_minmax\(0\,1fr\)\] {
|
|
3118
3204
|
grid-template-columns: 100px minmax(0, 1fr);
|
|
3119
3205
|
}
|
|
@@ -3524,6 +3610,14 @@
|
|
|
3524
3610
|
border-radius: 2%;
|
|
3525
3611
|
}
|
|
3526
3612
|
|
|
3613
|
+
.rounded-\[2\.5rem\] {
|
|
3614
|
+
border-radius: 2.5rem;
|
|
3615
|
+
}
|
|
3616
|
+
|
|
3617
|
+
.rounded-\[3rem\] {
|
|
3618
|
+
border-radius: 3rem;
|
|
3619
|
+
}
|
|
3620
|
+
|
|
3527
3621
|
.rounded-\[10px\] {
|
|
3528
3622
|
border-radius: 10px;
|
|
3529
3623
|
}
|
|
@@ -3640,8 +3734,8 @@
|
|
|
3640
3734
|
border-bottom-left-radius: 0;
|
|
3641
3735
|
}
|
|
3642
3736
|
|
|
3643
|
-
.rounded-tl-
|
|
3644
|
-
border-top-left-radius: var(--radius-
|
|
3737
|
+
.rounded-tl-2xl {
|
|
3738
|
+
border-top-left-radius: var(--radius-2xl);
|
|
3645
3739
|
}
|
|
3646
3740
|
|
|
3647
3741
|
.rounded-r-none {
|
|
@@ -3649,6 +3743,10 @@
|
|
|
3649
3743
|
border-bottom-right-radius: 0;
|
|
3650
3744
|
}
|
|
3651
3745
|
|
|
3746
|
+
.rounded-tr-2xl {
|
|
3747
|
+
border-top-right-radius: var(--radius-2xl);
|
|
3748
|
+
}
|
|
3749
|
+
|
|
3652
3750
|
.rounded-b-large {
|
|
3653
3751
|
border-bottom-right-radius: var(--heroui-radius-large);
|
|
3654
3752
|
border-bottom-left-radius: var(--heroui-radius-large);
|
|
@@ -3669,8 +3767,12 @@
|
|
|
3669
3767
|
border-bottom-left-radius: var(--heroui-radius-small);
|
|
3670
3768
|
}
|
|
3671
3769
|
|
|
3672
|
-
.rounded-br-
|
|
3673
|
-
border-bottom-right-radius: var(--radius-
|
|
3770
|
+
.rounded-br-2xl {
|
|
3771
|
+
border-bottom-right-radius: var(--radius-2xl);
|
|
3772
|
+
}
|
|
3773
|
+
|
|
3774
|
+
.rounded-bl-2xl {
|
|
3775
|
+
border-bottom-left-radius: var(--radius-2xl);
|
|
3674
3776
|
}
|
|
3675
3777
|
|
|
3676
3778
|
.border {
|
|
@@ -3728,6 +3830,16 @@
|
|
|
3728
3830
|
border-width: 200px;
|
|
3729
3831
|
}
|
|
3730
3832
|
|
|
3833
|
+
.border-\[5px\] {
|
|
3834
|
+
border-style: var(--tw-border-style);
|
|
3835
|
+
border-width: 5px;
|
|
3836
|
+
}
|
|
3837
|
+
|
|
3838
|
+
.border-\[6px\] {
|
|
3839
|
+
border-style: var(--tw-border-style);
|
|
3840
|
+
border-width: 6px;
|
|
3841
|
+
}
|
|
3842
|
+
|
|
3731
3843
|
.border-\[7px\] {
|
|
3732
3844
|
border-style: var(--tw-border-style);
|
|
3733
3845
|
border-width: 7px;
|
|
@@ -3783,6 +3895,11 @@
|
|
|
3783
3895
|
border-top-width: 2px;
|
|
3784
3896
|
}
|
|
3785
3897
|
|
|
3898
|
+
.border-t-4 {
|
|
3899
|
+
border-top-style: var(--tw-border-style);
|
|
3900
|
+
border-top-width: 4px;
|
|
3901
|
+
}
|
|
3902
|
+
|
|
3786
3903
|
.border-t-20 {
|
|
3787
3904
|
border-top-style: var(--tw-border-style);
|
|
3788
3905
|
border-top-width: 20px;
|
|
@@ -3798,6 +3915,11 @@
|
|
|
3798
3915
|
border-right-width: 2px;
|
|
3799
3916
|
}
|
|
3800
3917
|
|
|
3918
|
+
.border-r-4 {
|
|
3919
|
+
border-right-style: var(--tw-border-style);
|
|
3920
|
+
border-right-width: 4px;
|
|
3921
|
+
}
|
|
3922
|
+
|
|
3801
3923
|
.border-r-30 {
|
|
3802
3924
|
border-right-style: var(--tw-border-style);
|
|
3803
3925
|
border-right-width: 30px;
|
|
@@ -3896,6 +4018,16 @@
|
|
|
3896
4018
|
border-color: hsl(var(--heroui-danger-400) / 1);
|
|
3897
4019
|
}
|
|
3898
4020
|
|
|
4021
|
+
.border-danger-500\/20 {
|
|
4022
|
+
border-color: hsl(var(--heroui-danger-500) / 1);
|
|
4023
|
+
}
|
|
4024
|
+
|
|
4025
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
4026
|
+
.border-danger-500\/20 {
|
|
4027
|
+
border-color: color-mix(in oklab, hsl(var(--heroui-danger-500) / 1) 20%, transparent);
|
|
4028
|
+
}
|
|
4029
|
+
}
|
|
4030
|
+
|
|
3899
4031
|
.border-danger\/25 {
|
|
3900
4032
|
border-color: hsl(var(--heroui-danger) / 1);
|
|
3901
4033
|
}
|
|
@@ -3924,7 +4056,17 @@
|
|
|
3924
4056
|
border-color: hsl(var(--heroui-default-100) / 1);
|
|
3925
4057
|
}
|
|
3926
4058
|
|
|
3927
|
-
.border-default-200, .border-default-200\/
|
|
4059
|
+
.border-default-200, .border-default-200\/20 {
|
|
4060
|
+
border-color: hsl(var(--heroui-default-200) / 1);
|
|
4061
|
+
}
|
|
4062
|
+
|
|
4063
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
4064
|
+
.border-default-200\/20 {
|
|
4065
|
+
border-color: color-mix(in oklab, hsl(var(--heroui-default-200) / 1) 20%, transparent);
|
|
4066
|
+
}
|
|
4067
|
+
}
|
|
4068
|
+
|
|
4069
|
+
.border-default-200\/30 {
|
|
3928
4070
|
border-color: hsl(var(--heroui-default-200) / 1);
|
|
3929
4071
|
}
|
|
3930
4072
|
|
|
@@ -3986,6 +4128,26 @@
|
|
|
3986
4128
|
}
|
|
3987
4129
|
}
|
|
3988
4130
|
|
|
4131
|
+
.border-emerald-300\/30 {
|
|
4132
|
+
border-color: #5ee9b54d;
|
|
4133
|
+
}
|
|
4134
|
+
|
|
4135
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
4136
|
+
.border-emerald-300\/30 {
|
|
4137
|
+
border-color: color-mix(in oklab, var(--color-emerald-300) 30%, transparent);
|
|
4138
|
+
}
|
|
4139
|
+
}
|
|
4140
|
+
|
|
4141
|
+
.border-emerald-400\/30 {
|
|
4142
|
+
border-color: #00d2944d;
|
|
4143
|
+
}
|
|
4144
|
+
|
|
4145
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
4146
|
+
.border-emerald-400\/30 {
|
|
4147
|
+
border-color: color-mix(in oklab, var(--color-emerald-400) 30%, transparent);
|
|
4148
|
+
}
|
|
4149
|
+
}
|
|
4150
|
+
|
|
3989
4151
|
.border-foreground {
|
|
3990
4152
|
border-color: hsl(var(--heroui-foreground) / 1);
|
|
3991
4153
|
}
|
|
@@ -4018,6 +4180,16 @@
|
|
|
4018
4180
|
border-color: hsl(var(--heroui-primary-400) / 1);
|
|
4019
4181
|
}
|
|
4020
4182
|
|
|
4183
|
+
.border-primary-500\/20 {
|
|
4184
|
+
border-color: hsl(var(--heroui-primary-500) / 1);
|
|
4185
|
+
}
|
|
4186
|
+
|
|
4187
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
4188
|
+
.border-primary-500\/20 {
|
|
4189
|
+
border-color: color-mix(in oklab, hsl(var(--heroui-primary-500) / 1) 20%, transparent);
|
|
4190
|
+
}
|
|
4191
|
+
}
|
|
4192
|
+
|
|
4021
4193
|
.border-primary\/25 {
|
|
4022
4194
|
border-color: hsl(var(--heroui-primary) / 1);
|
|
4023
4195
|
}
|
|
@@ -4032,6 +4204,26 @@
|
|
|
4032
4204
|
border-color: #faa0bf;
|
|
4033
4205
|
}
|
|
4034
4206
|
|
|
4207
|
+
.border-rose-300\/30 {
|
|
4208
|
+
border-color: #ffa2ae4d;
|
|
4209
|
+
}
|
|
4210
|
+
|
|
4211
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
4212
|
+
.border-rose-300\/30 {
|
|
4213
|
+
border-color: color-mix(in oklab, var(--color-rose-300) 30%, transparent);
|
|
4214
|
+
}
|
|
4215
|
+
}
|
|
4216
|
+
|
|
4217
|
+
.border-rose-400\/30 {
|
|
4218
|
+
border-color: #ff667f4d;
|
|
4219
|
+
}
|
|
4220
|
+
|
|
4221
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
4222
|
+
.border-rose-400\/30 {
|
|
4223
|
+
border-color: color-mix(in oklab, var(--color-rose-400) 30%, transparent);
|
|
4224
|
+
}
|
|
4225
|
+
}
|
|
4226
|
+
|
|
4035
4227
|
.border-secondary {
|
|
4036
4228
|
border-color: hsl(var(--heroui-secondary) / 1);
|
|
4037
4229
|
}
|
|
@@ -4048,6 +4240,16 @@
|
|
|
4048
4240
|
border-color: hsl(var(--heroui-secondary-400) / 1);
|
|
4049
4241
|
}
|
|
4050
4242
|
|
|
4243
|
+
.border-secondary-500\/20 {
|
|
4244
|
+
border-color: hsl(var(--heroui-secondary-500) / 1);
|
|
4245
|
+
}
|
|
4246
|
+
|
|
4247
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
4248
|
+
.border-secondary-500\/20 {
|
|
4249
|
+
border-color: color-mix(in oklab, hsl(var(--heroui-secondary-500) / 1) 20%, transparent);
|
|
4250
|
+
}
|
|
4251
|
+
}
|
|
4252
|
+
|
|
4051
4253
|
.border-secondary\/25 {
|
|
4052
4254
|
border-color: hsl(var(--heroui-secondary) / 1);
|
|
4053
4255
|
}
|
|
@@ -4126,6 +4328,16 @@
|
|
|
4126
4328
|
border-color: hsl(var(--heroui-warning-400) / 1);
|
|
4127
4329
|
}
|
|
4128
4330
|
|
|
4331
|
+
.border-warning-500\/20 {
|
|
4332
|
+
border-color: hsl(var(--heroui-warning-500) / 1);
|
|
4333
|
+
}
|
|
4334
|
+
|
|
4335
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
4336
|
+
.border-warning-500\/20 {
|
|
4337
|
+
border-color: color-mix(in oklab, hsl(var(--heroui-warning-500) / 1) 20%, transparent);
|
|
4338
|
+
}
|
|
4339
|
+
}
|
|
4340
|
+
|
|
4129
4341
|
.border-warning\/25 {
|
|
4130
4342
|
border-color: hsl(var(--heroui-warning) / 1);
|
|
4131
4343
|
}
|
|
@@ -4136,6 +4348,10 @@
|
|
|
4136
4348
|
}
|
|
4137
4349
|
}
|
|
4138
4350
|
|
|
4351
|
+
.border-white {
|
|
4352
|
+
border-color: #fff;
|
|
4353
|
+
}
|
|
4354
|
+
|
|
4139
4355
|
.border-white\/30 {
|
|
4140
4356
|
border-color: oklab(100% 0 5.96046e-8 / .3);
|
|
4141
4357
|
}
|
|
@@ -4270,6 +4486,18 @@
|
|
|
4270
4486
|
background-color: #000;
|
|
4271
4487
|
}
|
|
4272
4488
|
|
|
4489
|
+
.bg-black\/5 {
|
|
4490
|
+
background-color: oklab(0% none none / .05);
|
|
4491
|
+
}
|
|
4492
|
+
|
|
4493
|
+
.bg-black\/20 {
|
|
4494
|
+
background-color: oklab(0% none none / .2);
|
|
4495
|
+
}
|
|
4496
|
+
|
|
4497
|
+
.bg-black\/30 {
|
|
4498
|
+
background-color: oklab(0% none none / .3);
|
|
4499
|
+
}
|
|
4500
|
+
|
|
4273
4501
|
.bg-black\/50 {
|
|
4274
4502
|
background-color: oklab(0% none none / .5);
|
|
4275
4503
|
}
|
|
@@ -4278,6 +4506,10 @@
|
|
|
4278
4506
|
background-color: oklab(0% none none / .7);
|
|
4279
4507
|
}
|
|
4280
4508
|
|
|
4509
|
+
.bg-blue-300\/40 {
|
|
4510
|
+
background-color: oklab(72.6613% -.0387845 -.129252 / .4);
|
|
4511
|
+
}
|
|
4512
|
+
|
|
4281
4513
|
.bg-blue-500 {
|
|
4282
4514
|
background-color: #006fee;
|
|
4283
4515
|
}
|
|
@@ -4302,7 +4534,17 @@
|
|
|
4302
4534
|
}
|
|
4303
4535
|
}
|
|
4304
4536
|
|
|
4305
|
-
.bg-content2, .bg-content2\/
|
|
4537
|
+
.bg-content2, .bg-content2\/20 {
|
|
4538
|
+
background-color: hsl(var(--heroui-content2) / 1);
|
|
4539
|
+
}
|
|
4540
|
+
|
|
4541
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
4542
|
+
.bg-content2\/20 {
|
|
4543
|
+
background-color: color-mix(in oklab, hsl(var(--heroui-content2) / 1) 20%, transparent);
|
|
4544
|
+
}
|
|
4545
|
+
}
|
|
4546
|
+
|
|
4547
|
+
.bg-content2\/40 {
|
|
4306
4548
|
background-color: hsl(var(--heroui-content2) / 1);
|
|
4307
4549
|
}
|
|
4308
4550
|
|
|
@@ -4352,10 +4594,16 @@
|
|
|
4352
4594
|
background-color: hsl(var(--heroui-danger-400) / 1);
|
|
4353
4595
|
}
|
|
4354
4596
|
|
|
4355
|
-
.bg-danger-500 {
|
|
4597
|
+
.bg-danger-500, .bg-danger-500\/5 {
|
|
4356
4598
|
background-color: hsl(var(--heroui-danger-500) / 1);
|
|
4357
4599
|
}
|
|
4358
4600
|
|
|
4601
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
4602
|
+
.bg-danger-500\/5 {
|
|
4603
|
+
background-color: color-mix(in oklab, hsl(var(--heroui-danger-500) / 1) 5%, transparent);
|
|
4604
|
+
}
|
|
4605
|
+
}
|
|
4606
|
+
|
|
4359
4607
|
.bg-danger\/5 {
|
|
4360
4608
|
background-color: hsl(var(--heroui-danger) / 1);
|
|
4361
4609
|
}
|
|
@@ -4400,7 +4648,17 @@
|
|
|
4400
4648
|
background-color: hsl(var(--heroui-default) / 1);
|
|
4401
4649
|
}
|
|
4402
4650
|
|
|
4403
|
-
.bg-default-50, .bg-default-50\/
|
|
4651
|
+
.bg-default-50, .bg-default-50\/60 {
|
|
4652
|
+
background-color: hsl(var(--heroui-default-50) / 1);
|
|
4653
|
+
}
|
|
4654
|
+
|
|
4655
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
4656
|
+
.bg-default-50\/60 {
|
|
4657
|
+
background-color: color-mix(in oklab, hsl(var(--heroui-default-50) / 1) 60%, transparent);
|
|
4658
|
+
}
|
|
4659
|
+
}
|
|
4660
|
+
|
|
4661
|
+
.bg-default-50\/80 {
|
|
4404
4662
|
background-color: hsl(var(--heroui-default-50) / 1);
|
|
4405
4663
|
}
|
|
4406
4664
|
|
|
@@ -4440,13 +4698,13 @@
|
|
|
4440
4698
|
}
|
|
4441
4699
|
}
|
|
4442
4700
|
|
|
4443
|
-
.bg-default-100\/
|
|
4701
|
+
.bg-default-100\/80 {
|
|
4444
4702
|
background-color: hsl(var(--heroui-default-100) / 1);
|
|
4445
4703
|
}
|
|
4446
4704
|
|
|
4447
4705
|
@supports (color: color-mix(in lab, red, red)) {
|
|
4448
|
-
.bg-default-100\/
|
|
4449
|
-
background-color: color-mix(in oklab, hsl(var(--heroui-default-100) / 1)
|
|
4706
|
+
.bg-default-100\/80 {
|
|
4707
|
+
background-color: color-mix(in oklab, hsl(var(--heroui-default-100) / 1) 80%, transparent);
|
|
4450
4708
|
}
|
|
4451
4709
|
}
|
|
4452
4710
|
|
|
@@ -4536,6 +4794,20 @@
|
|
|
4536
4794
|
}
|
|
4537
4795
|
}
|
|
4538
4796
|
|
|
4797
|
+
.bg-emerald-500 {
|
|
4798
|
+
background-color: var(--color-emerald-500);
|
|
4799
|
+
}
|
|
4800
|
+
|
|
4801
|
+
.bg-emerald-500\/5 {
|
|
4802
|
+
background-color: #00bb7f0d;
|
|
4803
|
+
}
|
|
4804
|
+
|
|
4805
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
4806
|
+
.bg-emerald-500\/5 {
|
|
4807
|
+
background-color: color-mix(in oklab, var(--color-emerald-500) 5%, transparent);
|
|
4808
|
+
}
|
|
4809
|
+
}
|
|
4810
|
+
|
|
4539
4811
|
.bg-foreground {
|
|
4540
4812
|
background-color: hsl(var(--heroui-foreground) / 1);
|
|
4541
4813
|
}
|
|
@@ -4558,6 +4830,16 @@
|
|
|
4558
4830
|
}
|
|
4559
4831
|
}
|
|
4560
4832
|
|
|
4833
|
+
.bg-orange-300\/40 {
|
|
4834
|
+
background-color: #ffb96d66;
|
|
4835
|
+
}
|
|
4836
|
+
|
|
4837
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
4838
|
+
.bg-orange-300\/40 {
|
|
4839
|
+
background-color: color-mix(in oklab, var(--color-orange-300) 40%, transparent);
|
|
4840
|
+
}
|
|
4841
|
+
}
|
|
4842
|
+
|
|
4561
4843
|
.bg-overlay\/30 {
|
|
4562
4844
|
background-color: hsl(var(--heroui-overlay) / 1);
|
|
4563
4845
|
}
|
|
@@ -4594,6 +4876,16 @@
|
|
|
4594
4876
|
background-color: hsl(var(--heroui-primary-400) / 1);
|
|
4595
4877
|
}
|
|
4596
4878
|
|
|
4879
|
+
.bg-primary-500\/5 {
|
|
4880
|
+
background-color: hsl(var(--heroui-primary-500) / 1);
|
|
4881
|
+
}
|
|
4882
|
+
|
|
4883
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
4884
|
+
.bg-primary-500\/5 {
|
|
4885
|
+
background-color: color-mix(in oklab, hsl(var(--heroui-primary-500) / 1) 5%, transparent);
|
|
4886
|
+
}
|
|
4887
|
+
}
|
|
4888
|
+
|
|
4597
4889
|
.bg-primary\/5 {
|
|
4598
4890
|
background-color: hsl(var(--heroui-primary) / 1);
|
|
4599
4891
|
}
|
|
@@ -4634,6 +4926,20 @@
|
|
|
4634
4926
|
}
|
|
4635
4927
|
}
|
|
4636
4928
|
|
|
4929
|
+
.bg-rose-500 {
|
|
4930
|
+
background-color: var(--color-rose-500);
|
|
4931
|
+
}
|
|
4932
|
+
|
|
4933
|
+
.bg-rose-500\/5 {
|
|
4934
|
+
background-color: #ff23570d;
|
|
4935
|
+
}
|
|
4936
|
+
|
|
4937
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
4938
|
+
.bg-rose-500\/5 {
|
|
4939
|
+
background-color: color-mix(in oklab, var(--color-rose-500) 5%, transparent);
|
|
4940
|
+
}
|
|
4941
|
+
}
|
|
4942
|
+
|
|
4637
4943
|
.bg-secondary {
|
|
4638
4944
|
background-color: hsl(var(--heroui-secondary) / 1);
|
|
4639
4945
|
}
|
|
@@ -4650,6 +4956,16 @@
|
|
|
4650
4956
|
background-color: hsl(var(--heroui-secondary-400) / 1);
|
|
4651
4957
|
}
|
|
4652
4958
|
|
|
4959
|
+
.bg-secondary-500\/5 {
|
|
4960
|
+
background-color: hsl(var(--heroui-secondary-500) / 1);
|
|
4961
|
+
}
|
|
4962
|
+
|
|
4963
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
4964
|
+
.bg-secondary-500\/5 {
|
|
4965
|
+
background-color: color-mix(in oklab, hsl(var(--heroui-secondary-500) / 1) 5%, transparent);
|
|
4966
|
+
}
|
|
4967
|
+
}
|
|
4968
|
+
|
|
4653
4969
|
.bg-secondary\/5 {
|
|
4654
4970
|
background-color: hsl(var(--heroui-secondary) / 1);
|
|
4655
4971
|
}
|
|
@@ -4754,10 +5070,16 @@
|
|
|
4754
5070
|
background-color: hsl(var(--heroui-warning-400) / 1);
|
|
4755
5071
|
}
|
|
4756
5072
|
|
|
4757
|
-
.bg-warning-500 {
|
|
5073
|
+
.bg-warning-500, .bg-warning-500\/5 {
|
|
4758
5074
|
background-color: hsl(var(--heroui-warning-500) / 1);
|
|
4759
5075
|
}
|
|
4760
5076
|
|
|
5077
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
5078
|
+
.bg-warning-500\/5 {
|
|
5079
|
+
background-color: color-mix(in oklab, hsl(var(--heroui-warning-500) / 1) 5%, transparent);
|
|
5080
|
+
}
|
|
5081
|
+
}
|
|
5082
|
+
|
|
4761
5083
|
.bg-warning\/5 {
|
|
4762
5084
|
background-color: hsl(var(--heroui-warning) / 1);
|
|
4763
5085
|
}
|
|
@@ -4792,6 +5114,10 @@
|
|
|
4792
5114
|
background-color: #fff;
|
|
4793
5115
|
}
|
|
4794
5116
|
|
|
5117
|
+
.bg-white\/10 {
|
|
5118
|
+
background-color: oklab(100% 0 5.96046e-8 / .1);
|
|
5119
|
+
}
|
|
5120
|
+
|
|
4795
5121
|
.bg-white\/20 {
|
|
4796
5122
|
background-color: oklab(100% 0 5.96046e-8 / .2);
|
|
4797
5123
|
}
|
|
@@ -4904,6 +5230,11 @@
|
|
|
4904
5230
|
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
|
4905
5231
|
}
|
|
4906
5232
|
|
|
5233
|
+
.from-black\/90 {
|
|
5234
|
+
--tw-gradient-from: oklab(0% none none / .9);
|
|
5235
|
+
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
|
5236
|
+
}
|
|
5237
|
+
|
|
4907
5238
|
.from-content1 {
|
|
4908
5239
|
--tw-gradient-from: hsl(var(--heroui-content1) / 1);
|
|
4909
5240
|
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
|
@@ -4914,27 +5245,28 @@
|
|
|
4914
5245
|
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
|
4915
5246
|
}
|
|
4916
5247
|
|
|
4917
|
-
.from-default-
|
|
4918
|
-
--tw-gradient-from: hsl(var(--heroui-default-
|
|
5248
|
+
.from-default-200 {
|
|
5249
|
+
--tw-gradient-from: hsl(var(--heroui-default-200) / 1);
|
|
4919
5250
|
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
|
4920
5251
|
}
|
|
4921
5252
|
|
|
4922
|
-
.from-foreground {
|
|
4923
|
-
--tw-gradient-from: hsl(var(--heroui-foreground) / 1);
|
|
5253
|
+
.from-default-foreground {
|
|
5254
|
+
--tw-gradient-from: hsl(var(--heroui-default-foreground) / 1);
|
|
4924
5255
|
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
|
4925
5256
|
}
|
|
4926
5257
|
|
|
4927
|
-
.from-
|
|
4928
|
-
--tw-gradient-from:
|
|
5258
|
+
.from-emerald-400 {
|
|
5259
|
+
--tw-gradient-from: var(--color-emerald-400);
|
|
5260
|
+
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
|
4929
5261
|
}
|
|
4930
5262
|
|
|
4931
|
-
|
|
4932
|
-
|
|
4933
|
-
|
|
4934
|
-
}
|
|
5263
|
+
.from-foreground {
|
|
5264
|
+
--tw-gradient-from: hsl(var(--heroui-foreground) / 1);
|
|
5265
|
+
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
|
4935
5266
|
}
|
|
4936
5267
|
|
|
4937
|
-
.from-
|
|
5268
|
+
.from-rose-400 {
|
|
5269
|
+
--tw-gradient-from: var(--color-rose-400);
|
|
4938
5270
|
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
|
4939
5271
|
}
|
|
4940
5272
|
|
|
@@ -4943,6 +5275,12 @@
|
|
|
4943
5275
|
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
|
4944
5276
|
}
|
|
4945
5277
|
|
|
5278
|
+
.via-black\/50 {
|
|
5279
|
+
--tw-gradient-via: oklab(0% none none / .5);
|
|
5280
|
+
--tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
|
|
5281
|
+
--tw-gradient-stops: var(--tw-gradient-via-stops);
|
|
5282
|
+
}
|
|
5283
|
+
|
|
4946
5284
|
.via-content1 {
|
|
4947
5285
|
--tw-gradient-via: hsl(var(--heroui-content1) / 1);
|
|
4948
5286
|
--tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
|
|
@@ -4976,6 +5314,11 @@
|
|
|
4976
5314
|
--tw-gradient-stops: var(--tw-gradient-via-stops);
|
|
4977
5315
|
}
|
|
4978
5316
|
|
|
5317
|
+
.to-blue-400 {
|
|
5318
|
+
--tw-gradient-to: #338ef7;
|
|
5319
|
+
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
|
5320
|
+
}
|
|
5321
|
+
|
|
4979
5322
|
.to-content1\/80 {
|
|
4980
5323
|
--tw-gradient-to: hsl(var(--heroui-content1) / 1);
|
|
4981
5324
|
}
|
|
@@ -5025,22 +5368,13 @@
|
|
|
5025
5368
|
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
|
5026
5369
|
}
|
|
5027
5370
|
|
|
5028
|
-
.to-
|
|
5029
|
-
--tw-gradient-to:
|
|
5371
|
+
.to-orange-400 {
|
|
5372
|
+
--tw-gradient-to: var(--color-orange-400);
|
|
5030
5373
|
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
|
5031
5374
|
}
|
|
5032
5375
|
|
|
5033
|
-
.to-primary
|
|
5376
|
+
.to-primary {
|
|
5034
5377
|
--tw-gradient-to: hsl(var(--heroui-primary) / 1);
|
|
5035
|
-
}
|
|
5036
|
-
|
|
5037
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
5038
|
-
.to-primary\/5 {
|
|
5039
|
-
--tw-gradient-to: color-mix(in oklab, hsl(var(--heroui-primary) / 1) 5%, transparent);
|
|
5040
|
-
}
|
|
5041
|
-
}
|
|
5042
|
-
|
|
5043
|
-
.to-primary\/5 {
|
|
5044
5378
|
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
|
5045
5379
|
}
|
|
5046
5380
|
|
|
@@ -5143,10 +5477,6 @@
|
|
|
5143
5477
|
padding: calc(var(--spacing) * 1);
|
|
5144
5478
|
}
|
|
5145
5479
|
|
|
5146
|
-
.p-1\.5 {
|
|
5147
|
-
padding: calc(var(--spacing) * 1.5);
|
|
5148
|
-
}
|
|
5149
|
-
|
|
5150
5480
|
.p-2 {
|
|
5151
5481
|
padding: calc(var(--spacing) * 2);
|
|
5152
5482
|
}
|
|
@@ -5279,6 +5609,10 @@
|
|
|
5279
5609
|
padding-inline: calc(var(--spacing) * 24);
|
|
5280
5610
|
}
|
|
5281
5611
|
|
|
5612
|
+
.px-32 {
|
|
5613
|
+
padding-inline: calc(var(--spacing) * 32);
|
|
5614
|
+
}
|
|
5615
|
+
|
|
5282
5616
|
.py-0 {
|
|
5283
5617
|
padding-block: calc(var(--spacing) * 0);
|
|
5284
5618
|
}
|
|
@@ -5315,6 +5649,10 @@
|
|
|
5315
5649
|
padding-block: calc(var(--spacing) * 5);
|
|
5316
5650
|
}
|
|
5317
5651
|
|
|
5652
|
+
.py-6 {
|
|
5653
|
+
padding-block: calc(var(--spacing) * 6);
|
|
5654
|
+
}
|
|
5655
|
+
|
|
5318
5656
|
.py-8 {
|
|
5319
5657
|
padding-block: calc(var(--spacing) * 8);
|
|
5320
5658
|
}
|
|
@@ -5411,6 +5749,10 @@
|
|
|
5411
5749
|
padding-top: calc(var(--spacing) * 32);
|
|
5412
5750
|
}
|
|
5413
5751
|
|
|
5752
|
+
.pt-40 {
|
|
5753
|
+
padding-top: calc(var(--spacing) * 40);
|
|
5754
|
+
}
|
|
5755
|
+
|
|
5414
5756
|
.pr-0 {
|
|
5415
5757
|
padding-right: calc(var(--spacing) * 0);
|
|
5416
5758
|
}
|
|
@@ -5667,6 +6009,11 @@
|
|
|
5667
6009
|
line-height: var(--tw-leading, var(--text-9xl--line-height));
|
|
5668
6010
|
}
|
|
5669
6011
|
|
|
6012
|
+
.text-base {
|
|
6013
|
+
font-size: var(--text-base);
|
|
6014
|
+
line-height: var(--tw-leading, var(--text-base--line-height));
|
|
6015
|
+
}
|
|
6016
|
+
|
|
5670
6017
|
.text-large {
|
|
5671
6018
|
font-size: var(--heroui-font-size-large);
|
|
5672
6019
|
line-height: var(--heroui-line-height-large);
|
|
@@ -5759,6 +6106,10 @@
|
|
|
5759
6106
|
font-size: 5rem;
|
|
5760
6107
|
}
|
|
5761
6108
|
|
|
6109
|
+
.text-\[9px\] {
|
|
6110
|
+
font-size: 9px;
|
|
6111
|
+
}
|
|
6112
|
+
|
|
5762
6113
|
.text-\[10px\] {
|
|
5763
6114
|
font-size: 10px;
|
|
5764
6115
|
}
|
|
@@ -5767,22 +6118,6 @@
|
|
|
5767
6118
|
font-size: 11em;
|
|
5768
6119
|
}
|
|
5769
6120
|
|
|
5770
|
-
.text-\[12px\] {
|
|
5771
|
-
font-size: 12px;
|
|
5772
|
-
}
|
|
5773
|
-
|
|
5774
|
-
.text-\[16px\] {
|
|
5775
|
-
font-size: 16px;
|
|
5776
|
-
}
|
|
5777
|
-
|
|
5778
|
-
.text-\[18px\] {
|
|
5779
|
-
font-size: 18px;
|
|
5780
|
-
}
|
|
5781
|
-
|
|
5782
|
-
.text-\[20px\] {
|
|
5783
|
-
font-size: 20px;
|
|
5784
|
-
}
|
|
5785
|
-
|
|
5786
6121
|
.text-\[22px\] {
|
|
5787
6122
|
font-size: 22px;
|
|
5788
6123
|
}
|
|
@@ -5791,10 +6126,6 @@
|
|
|
5791
6126
|
font-size: 24px;
|
|
5792
6127
|
}
|
|
5793
6128
|
|
|
5794
|
-
.text-\[26px\] {
|
|
5795
|
-
font-size: 26px;
|
|
5796
|
-
}
|
|
5797
|
-
|
|
5798
6129
|
.text-\[28px\] {
|
|
5799
6130
|
font-size: 28px;
|
|
5800
6131
|
}
|
|
@@ -5867,6 +6198,10 @@
|
|
|
5867
6198
|
font-size: 80px;
|
|
5868
6199
|
}
|
|
5869
6200
|
|
|
6201
|
+
.text-\[90px\] {
|
|
6202
|
+
font-size: 90px;
|
|
6203
|
+
}
|
|
6204
|
+
|
|
5870
6205
|
.text-\[100\%\] {
|
|
5871
6206
|
font-size: 100%;
|
|
5872
6207
|
}
|
|
@@ -5875,10 +6210,6 @@
|
|
|
5875
6210
|
font-size: 120px;
|
|
5876
6211
|
}
|
|
5877
6212
|
|
|
5878
|
-
.text-\[140px\] {
|
|
5879
|
-
font-size: 140px;
|
|
5880
|
-
}
|
|
5881
|
-
|
|
5882
6213
|
.text-\[180px\] {
|
|
5883
6214
|
font-size: 180px;
|
|
5884
6215
|
}
|
|
@@ -6016,11 +6347,6 @@
|
|
|
6016
6347
|
letter-spacing: .4em;
|
|
6017
6348
|
}
|
|
6018
6349
|
|
|
6019
|
-
.tracking-\[0\.5em\] {
|
|
6020
|
-
--tw-tracking: .5em;
|
|
6021
|
-
letter-spacing: .5em;
|
|
6022
|
-
}
|
|
6023
|
-
|
|
6024
6350
|
.tracking-\[0\.5px\] {
|
|
6025
6351
|
--tw-tracking: .5px;
|
|
6026
6352
|
letter-spacing: .5px;
|
|
@@ -6142,6 +6468,10 @@
|
|
|
6142
6468
|
color: #000;
|
|
6143
6469
|
}
|
|
6144
6470
|
|
|
6471
|
+
.text-blue-400 {
|
|
6472
|
+
color: #338ef7;
|
|
6473
|
+
}
|
|
6474
|
+
|
|
6145
6475
|
.text-blue-500 {
|
|
6146
6476
|
color: #006fee;
|
|
6147
6477
|
}
|
|
@@ -6192,10 +6522,6 @@
|
|
|
6192
6522
|
color: hsl(var(--heroui-default) / 1);
|
|
6193
6523
|
}
|
|
6194
6524
|
|
|
6195
|
-
.text-default-50 {
|
|
6196
|
-
color: hsl(var(--heroui-default-50) / 1);
|
|
6197
|
-
}
|
|
6198
|
-
|
|
6199
6525
|
.text-default-100 {
|
|
6200
6526
|
color: hsl(var(--heroui-default-100) / 1);
|
|
6201
6527
|
}
|
|
@@ -6234,14 +6560,54 @@
|
|
|
6234
6560
|
color: hsl(var(--heroui-default-800) / 1);
|
|
6235
6561
|
}
|
|
6236
6562
|
|
|
6237
|
-
.text-default-900 {
|
|
6563
|
+
.text-default-900, .text-default-900\/10 {
|
|
6238
6564
|
color: hsl(var(--heroui-default-900) / 1);
|
|
6239
6565
|
}
|
|
6240
6566
|
|
|
6567
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
6568
|
+
.text-default-900\/10 {
|
|
6569
|
+
color: color-mix(in oklab, hsl(var(--heroui-default-900) / 1) 10%, transparent);
|
|
6570
|
+
}
|
|
6571
|
+
}
|
|
6572
|
+
|
|
6241
6573
|
.text-default-foreground {
|
|
6242
6574
|
color: hsl(var(--heroui-default-foreground) / 1);
|
|
6243
6575
|
}
|
|
6244
6576
|
|
|
6577
|
+
.text-emerald-500 {
|
|
6578
|
+
color: var(--color-emerald-500);
|
|
6579
|
+
}
|
|
6580
|
+
|
|
6581
|
+
.text-emerald-500\/20 {
|
|
6582
|
+
color: #00bb7f33;
|
|
6583
|
+
}
|
|
6584
|
+
|
|
6585
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
6586
|
+
.text-emerald-500\/20 {
|
|
6587
|
+
color: color-mix(in oklab, var(--color-emerald-500) 20%, transparent);
|
|
6588
|
+
}
|
|
6589
|
+
}
|
|
6590
|
+
|
|
6591
|
+
.text-emerald-500\/80 {
|
|
6592
|
+
color: #00bb7fcc;
|
|
6593
|
+
}
|
|
6594
|
+
|
|
6595
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
6596
|
+
.text-emerald-500\/80 {
|
|
6597
|
+
color: color-mix(in oklab, var(--color-emerald-500) 80%, transparent);
|
|
6598
|
+
}
|
|
6599
|
+
}
|
|
6600
|
+
|
|
6601
|
+
.text-emerald-500\/90 {
|
|
6602
|
+
color: #00bb7fe6;
|
|
6603
|
+
}
|
|
6604
|
+
|
|
6605
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
6606
|
+
.text-emerald-500\/90 {
|
|
6607
|
+
color: color-mix(in oklab, var(--color-emerald-500) 90%, transparent);
|
|
6608
|
+
}
|
|
6609
|
+
}
|
|
6610
|
+
|
|
6245
6611
|
.text-foreground {
|
|
6246
6612
|
color: hsl(var(--heroui-foreground) / 1);
|
|
6247
6613
|
}
|
|
@@ -6284,6 +6650,10 @@
|
|
|
6284
6650
|
color: inherit;
|
|
6285
6651
|
}
|
|
6286
6652
|
|
|
6653
|
+
.text-orange-400 {
|
|
6654
|
+
color: var(--color-orange-400);
|
|
6655
|
+
}
|
|
6656
|
+
|
|
6287
6657
|
.text-primary {
|
|
6288
6658
|
color: hsl(var(--heroui-primary) / 1);
|
|
6289
6659
|
}
|
|
@@ -6318,16 +6688,42 @@
|
|
|
6318
6688
|
}
|
|
6319
6689
|
}
|
|
6320
6690
|
|
|
6321
|
-
.text-purple-100 {
|
|
6322
|
-
color: #e4d4f4;
|
|
6323
|
-
}
|
|
6324
|
-
|
|
6325
6691
|
.text-red-500 {
|
|
6326
6692
|
color: #f31260;
|
|
6327
6693
|
}
|
|
6328
6694
|
|
|
6329
|
-
.text-
|
|
6330
|
-
color:
|
|
6695
|
+
.text-rose-500 {
|
|
6696
|
+
color: var(--color-rose-500);
|
|
6697
|
+
}
|
|
6698
|
+
|
|
6699
|
+
.text-rose-500\/20 {
|
|
6700
|
+
color: #ff235733;
|
|
6701
|
+
}
|
|
6702
|
+
|
|
6703
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
6704
|
+
.text-rose-500\/20 {
|
|
6705
|
+
color: color-mix(in oklab, var(--color-rose-500) 20%, transparent);
|
|
6706
|
+
}
|
|
6707
|
+
}
|
|
6708
|
+
|
|
6709
|
+
.text-rose-500\/80 {
|
|
6710
|
+
color: #ff2357cc;
|
|
6711
|
+
}
|
|
6712
|
+
|
|
6713
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
6714
|
+
.text-rose-500\/80 {
|
|
6715
|
+
color: color-mix(in oklab, var(--color-rose-500) 80%, transparent);
|
|
6716
|
+
}
|
|
6717
|
+
}
|
|
6718
|
+
|
|
6719
|
+
.text-rose-500\/90 {
|
|
6720
|
+
color: #ff2357e6;
|
|
6721
|
+
}
|
|
6722
|
+
|
|
6723
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
6724
|
+
.text-rose-500\/90 {
|
|
6725
|
+
color: color-mix(in oklab, var(--color-rose-500) 90%, transparent);
|
|
6726
|
+
}
|
|
6331
6727
|
}
|
|
6332
6728
|
|
|
6333
6729
|
.text-secondary {
|
|
@@ -6464,6 +6860,10 @@
|
|
|
6464
6860
|
color: oklab(100% 0 5.96046e-8 / .6);
|
|
6465
6861
|
}
|
|
6466
6862
|
|
|
6863
|
+
.text-white\/80 {
|
|
6864
|
+
color: oklab(100% 0 5.96046e-8 / .8);
|
|
6865
|
+
}
|
|
6866
|
+
|
|
6467
6867
|
.text-white\/90 {
|
|
6468
6868
|
color: oklab(100% 0 5.96046e-8 / .9);
|
|
6469
6869
|
}
|
|
@@ -6833,6 +7233,10 @@
|
|
|
6833
7233
|
opacity: var(--heroui-disabled-opacity);
|
|
6834
7234
|
}
|
|
6835
7235
|
|
|
7236
|
+
.mix-blend-multiply {
|
|
7237
|
+
mix-blend-mode: multiply;
|
|
7238
|
+
}
|
|
7239
|
+
|
|
6836
7240
|
.mix-blend-overlay {
|
|
6837
7241
|
mix-blend-mode: overlay;
|
|
6838
7242
|
}
|
|
@@ -6877,6 +7281,11 @@
|
|
|
6877
7281
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
6878
7282
|
}
|
|
6879
7283
|
|
|
7284
|
+
.shadow-inner {
|
|
7285
|
+
--tw-shadow: inset 0 2px 4px 0 var(--tw-shadow-color, #0000000d);
|
|
7286
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
7287
|
+
}
|
|
7288
|
+
|
|
6880
7289
|
.shadow-large {
|
|
6881
7290
|
--tw-shadow: var(--heroui-box-shadow-large);
|
|
6882
7291
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
@@ -7075,6 +7484,11 @@
|
|
|
7075
7484
|
filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
|
|
7076
7485
|
}
|
|
7077
7486
|
|
|
7487
|
+
.blur-2xl {
|
|
7488
|
+
--tw-blur: blur(var(--blur-2xl));
|
|
7489
|
+
filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
|
|
7490
|
+
}
|
|
7491
|
+
|
|
7078
7492
|
.blur-3xl {
|
|
7079
7493
|
--tw-blur: blur(var(--blur-3xl));
|
|
7080
7494
|
filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
|
|
@@ -7095,11 +7509,6 @@
|
|
|
7095
7509
|
filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
|
|
7096
7510
|
}
|
|
7097
7511
|
|
|
7098
|
-
.blur-\[110px\] {
|
|
7099
|
-
--tw-blur: blur(110px);
|
|
7100
|
-
filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
|
|
7101
|
-
}
|
|
7102
|
-
|
|
7103
7512
|
.blur-\[120px\] {
|
|
7104
7513
|
--tw-blur: blur(120px);
|
|
7105
7514
|
filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
|
|
@@ -7125,6 +7534,11 @@
|
|
|
7125
7534
|
filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
|
|
7126
7535
|
}
|
|
7127
7536
|
|
|
7537
|
+
.blur-\[180px\] {
|
|
7538
|
+
--tw-blur: blur(180px);
|
|
7539
|
+
filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
|
|
7540
|
+
}
|
|
7541
|
+
|
|
7128
7542
|
.blur-\[200px\] {
|
|
7129
7543
|
--tw-blur: blur(200px);
|
|
7130
7544
|
filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
|
|
@@ -7393,11 +7807,6 @@
|
|
|
7393
7807
|
transition-duration: .5s !important;
|
|
7394
7808
|
}
|
|
7395
7809
|
|
|
7396
|
-
.duration-75 {
|
|
7397
|
-
--tw-duration: 75ms;
|
|
7398
|
-
transition-duration: 75ms;
|
|
7399
|
-
}
|
|
7400
|
-
|
|
7401
7810
|
.duration-150 {
|
|
7402
7811
|
--tw-duration: .15s;
|
|
7403
7812
|
transition-duration: .15s;
|
|
@@ -7408,6 +7817,11 @@
|
|
|
7408
7817
|
transition-duration: .2s;
|
|
7409
7818
|
}
|
|
7410
7819
|
|
|
7820
|
+
.duration-700 {
|
|
7821
|
+
--tw-duration: .7s;
|
|
7822
|
+
transition-duration: .7s;
|
|
7823
|
+
}
|
|
7824
|
+
|
|
7411
7825
|
.\!ease-out {
|
|
7412
7826
|
--tw-ease: var(--ease-out) !important;
|
|
7413
7827
|
transition-timing-function: var(--ease-out) !important;
|
|
@@ -7538,10 +7952,20 @@
|
|
|
7538
7952
|
color: currentColor;
|
|
7539
7953
|
}
|
|
7540
7954
|
|
|
7541
|
-
.group-hover\:text-
|
|
7955
|
+
.group-hover\:text-foreground-600:is(:where(.group):hover *) {
|
|
7956
|
+
color: hsl(var(--heroui-foreground-600) / 1);
|
|
7957
|
+
}
|
|
7958
|
+
|
|
7959
|
+
.group-hover\:text-primary:is(:where(.group):hover *), .group-hover\:text-primary\/80:is(:where(.group):hover *) {
|
|
7542
7960
|
color: hsl(var(--heroui-primary) / 1);
|
|
7543
7961
|
}
|
|
7544
7962
|
|
|
7963
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
7964
|
+
.group-hover\:text-primary\/80:is(:where(.group):hover *) {
|
|
7965
|
+
color: color-mix(in oklab, hsl(var(--heroui-primary) / 1) 80%, transparent);
|
|
7966
|
+
}
|
|
7967
|
+
}
|
|
7968
|
+
|
|
7545
7969
|
.group-hover\:text-success:is(:where(.group):hover *) {
|
|
7546
7970
|
color: hsl(var(--heroui-success) / 1);
|
|
7547
7971
|
}
|
|
@@ -12407,10 +12831,16 @@
|
|
|
12407
12831
|
}
|
|
12408
12832
|
}
|
|
12409
12833
|
|
|
12410
|
-
.dark\:bg-default-100:is(.dark *) {
|
|
12834
|
+
.dark\:bg-default-100:is(.dark *), .dark\:bg-default-100\/10:is(.dark *) {
|
|
12411
12835
|
background-color: hsl(var(--heroui-default-100) / 1);
|
|
12412
12836
|
}
|
|
12413
12837
|
|
|
12838
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
12839
|
+
.dark\:bg-default-100\/10:is(.dark *) {
|
|
12840
|
+
background-color: color-mix(in oklab, hsl(var(--heroui-default-100) / 1) 10%, transparent);
|
|
12841
|
+
}
|
|
12842
|
+
}
|
|
12843
|
+
|
|
12414
12844
|
.dark\:bg-primary-50:is(.dark *), .dark\:bg-primary-50\/50:is(.dark *) {
|
|
12415
12845
|
background-color: hsl(var(--heroui-primary-50) / 1);
|
|
12416
12846
|
}
|
|
@@ -17040,6 +17470,18 @@ code.hljs {
|
|
|
17040
17470
|
}
|
|
17041
17471
|
}
|
|
17042
17472
|
|
|
17473
|
+
@keyframes bounce {
|
|
17474
|
+
0%, 100% {
|
|
17475
|
+
animation-timing-function: cubic-bezier(.8, 0, 1, 1);
|
|
17476
|
+
transform: translateY(-25%);
|
|
17477
|
+
}
|
|
17478
|
+
|
|
17479
|
+
50% {
|
|
17480
|
+
animation-timing-function: cubic-bezier(0, 0, .2, 1);
|
|
17481
|
+
transform: none;
|
|
17482
|
+
}
|
|
17483
|
+
}
|
|
17484
|
+
|
|
17043
17485
|
@keyframes shimmer {
|
|
17044
17486
|
100% {
|
|
17045
17487
|
transform: translateX(200%);
|