@turtleclub/earn-widget 0.3.0-beta.55 → 0.3.0-beta.57
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/styles.css +669 -334
- package/package.json +3 -3
package/dist/styles.css
CHANGED
|
@@ -24,11 +24,6 @@
|
|
|
24
24
|
--tw-leading: initial;
|
|
25
25
|
--tw-font-weight: initial;
|
|
26
26
|
--tw-tracking: initial;
|
|
27
|
-
--tw-ordinal: initial;
|
|
28
|
-
--tw-slashed-zero: initial;
|
|
29
|
-
--tw-numeric-figure: initial;
|
|
30
|
-
--tw-numeric-spacing: initial;
|
|
31
|
-
--tw-numeric-fraction: initial;
|
|
32
27
|
--tw-shadow: 0 0 #0000;
|
|
33
28
|
--tw-shadow-color: initial;
|
|
34
29
|
--tw-shadow-alpha: 100%;
|
|
@@ -98,7 +93,6 @@
|
|
|
98
93
|
--color-red-600: oklch(57.7% .245 27.325);
|
|
99
94
|
--color-amber-600: oklch(66.6% .179 58.318);
|
|
100
95
|
--color-yellow-600: oklch(68.1% .162 75.834);
|
|
101
|
-
--color-green-500: oklch(72.3% .219 149.579);
|
|
102
96
|
--color-green-600: oklch(62.7% .194 149.214);
|
|
103
97
|
--color-black: #000;
|
|
104
98
|
--color-white: #fff;
|
|
@@ -131,25 +125,26 @@
|
|
|
131
125
|
--text-7xl--line-height: 1;
|
|
132
126
|
--text-8xl: 6rem;
|
|
133
127
|
--text-8xl--line-height: 1;
|
|
128
|
+
--font-weight-light: 300;
|
|
134
129
|
--font-weight-normal: 400;
|
|
135
130
|
--font-weight-medium: 500;
|
|
136
131
|
--font-weight-semibold: 600;
|
|
137
132
|
--font-weight-bold: 700;
|
|
138
133
|
--tracking-tight: -.025em;
|
|
139
134
|
--tracking-widest: .1em;
|
|
140
|
-
--
|
|
141
|
-
--
|
|
142
|
-
--radius-
|
|
135
|
+
--leading-snug: 1.375;
|
|
136
|
+
--leading-normal: 1.5;
|
|
137
|
+
--radius-xs: calc(var(--radius) - 16px);
|
|
138
|
+
--radius-sm: calc(var(--radius) - 8px);
|
|
139
|
+
--radius-md: calc(var(--radius) - 4px);
|
|
143
140
|
--radius-lg: var(--radius);
|
|
144
|
-
--radius-xl: calc(var(--radius) + 4px);
|
|
145
141
|
--drop-shadow-lg: 0 4px 4px #00000026;
|
|
146
142
|
--animate-spin: spin 1s linear infinite;
|
|
147
143
|
--animate-pulse: pulse 2s cubic-bezier(.4,0,.6,1)infinite;
|
|
148
144
|
--blur-lg: 16px;
|
|
149
|
-
--aspect-video: 16/9;
|
|
150
145
|
--default-transition-duration: .15s;
|
|
151
146
|
--default-transition-timing-function: cubic-bezier(.4,0,.2,1);
|
|
152
|
-
--default-font-family:
|
|
147
|
+
--default-font-family: "DM Sans",sans-serif;
|
|
153
148
|
--default-mono-font-family: var(--font-mono);
|
|
154
149
|
--radius-full: calc(infinity*1px);
|
|
155
150
|
--radius-turtle: var(--radius-turtle);
|
|
@@ -384,6 +379,18 @@
|
|
|
384
379
|
.turtle-widget-root [hidden]:where(:not([hidden=until-found])) {
|
|
385
380
|
display: none !important;
|
|
386
381
|
}
|
|
382
|
+
.turtle-widget-root * ::selection {
|
|
383
|
+
background-color: var(--color-primary);
|
|
384
|
+
}
|
|
385
|
+
.turtle-widget-root ::selection {
|
|
386
|
+
background-color: var(--color-primary);
|
|
387
|
+
}
|
|
388
|
+
.turtle-widget-root * ::selection {
|
|
389
|
+
color: var(--color-primary-foreground);
|
|
390
|
+
}
|
|
391
|
+
.turtle-widget-root ::selection {
|
|
392
|
+
color: var(--color-primary-foreground);
|
|
393
|
+
}
|
|
387
394
|
}
|
|
388
395
|
@layer components {
|
|
389
396
|
.turtle-widget-root .managed-table {
|
|
@@ -453,6 +460,9 @@
|
|
|
453
460
|
}
|
|
454
461
|
}
|
|
455
462
|
@layer utilities {
|
|
463
|
+
.turtle-widget-root .\@container\/field-group {
|
|
464
|
+
container: field-group/inline-size;
|
|
465
|
+
}
|
|
456
466
|
.turtle-widget-root .border-gradient-accent {
|
|
457
467
|
border-style: var(--tw-border-style);
|
|
458
468
|
border-width: 1px;
|
|
@@ -555,6 +565,9 @@
|
|
|
555
565
|
.turtle-widget-root .pointer-events-none {
|
|
556
566
|
pointer-events: none;
|
|
557
567
|
}
|
|
568
|
+
.turtle-widget-root .visible {
|
|
569
|
+
visibility: visible;
|
|
570
|
+
}
|
|
558
571
|
.turtle-widget-root .sr-only {
|
|
559
572
|
clip-path: inset(50%);
|
|
560
573
|
white-space: nowrap;
|
|
@@ -587,6 +600,9 @@
|
|
|
587
600
|
.turtle-widget-root .top-0 {
|
|
588
601
|
top: calc(var(--spacing)*0);
|
|
589
602
|
}
|
|
603
|
+
.turtle-widget-root .top-1\/2 {
|
|
604
|
+
top: 50%;
|
|
605
|
+
}
|
|
590
606
|
.turtle-widget-root .top-4 {
|
|
591
607
|
top: calc(var(--spacing)*4);
|
|
592
608
|
}
|
|
@@ -680,6 +696,12 @@
|
|
|
680
696
|
.turtle-widget-root .z-\[1\] {
|
|
681
697
|
z-index: 1;
|
|
682
698
|
}
|
|
699
|
+
.turtle-widget-root .order-first {
|
|
700
|
+
order: -9999;
|
|
701
|
+
}
|
|
702
|
+
.turtle-widget-root .order-last {
|
|
703
|
+
order: 9999;
|
|
704
|
+
}
|
|
683
705
|
.turtle-widget-root .container {
|
|
684
706
|
width: 100%;
|
|
685
707
|
}
|
|
@@ -711,18 +733,27 @@
|
|
|
711
733
|
.turtle-widget-root .-mx-1 {
|
|
712
734
|
margin-inline: calc(var(--spacing)*-1);
|
|
713
735
|
}
|
|
736
|
+
.turtle-widget-root .mx-2 {
|
|
737
|
+
margin-inline: calc(var(--spacing)*2);
|
|
738
|
+
}
|
|
739
|
+
.turtle-widget-root .mx-3 {
|
|
740
|
+
margin-inline: calc(var(--spacing)*3);
|
|
741
|
+
}
|
|
714
742
|
.turtle-widget-root .mx-auto {
|
|
715
743
|
margin-inline: auto;
|
|
716
744
|
}
|
|
745
|
+
.turtle-widget-root .-my-2 {
|
|
746
|
+
margin-block: calc(var(--spacing)*-2);
|
|
747
|
+
}
|
|
717
748
|
.turtle-widget-root .-my-px {
|
|
718
749
|
margin-block: -1px;
|
|
719
750
|
}
|
|
720
|
-
.turtle-widget-root .my-0\.5 {
|
|
721
|
-
margin-block: calc(var(--spacing)*.5);
|
|
722
|
-
}
|
|
723
751
|
.turtle-widget-root .my-1 {
|
|
724
752
|
margin-block: calc(var(--spacing)*1);
|
|
725
753
|
}
|
|
754
|
+
.turtle-widget-root .my-2 {
|
|
755
|
+
margin-block: calc(var(--spacing)*2);
|
|
756
|
+
}
|
|
726
757
|
.turtle-widget-root .mt-1\.5 {
|
|
727
758
|
margin-top: calc(var(--spacing)*1.5);
|
|
728
759
|
}
|
|
@@ -735,6 +766,9 @@
|
|
|
735
766
|
.turtle-widget-root .mr-1 {
|
|
736
767
|
margin-right: calc(var(--spacing)*1);
|
|
737
768
|
}
|
|
769
|
+
.turtle-widget-root .mr-2 {
|
|
770
|
+
margin-right: calc(var(--spacing)*2);
|
|
771
|
+
}
|
|
738
772
|
.turtle-widget-root .mr-2\.5 {
|
|
739
773
|
margin-right: calc(var(--spacing)*2.5);
|
|
740
774
|
}
|
|
@@ -744,6 +778,9 @@
|
|
|
744
778
|
.turtle-widget-root .mb-2 {
|
|
745
779
|
margin-bottom: calc(var(--spacing)*2);
|
|
746
780
|
}
|
|
781
|
+
.turtle-widget-root .mb-3 {
|
|
782
|
+
margin-bottom: calc(var(--spacing)*3);
|
|
783
|
+
}
|
|
747
784
|
.turtle-widget-root .mb-4 {
|
|
748
785
|
margin-bottom: calc(var(--spacing)*4);
|
|
749
786
|
}
|
|
@@ -753,6 +790,9 @@
|
|
|
753
790
|
.turtle-widget-root .ml-2 {
|
|
754
791
|
margin-left: calc(var(--spacing)*2);
|
|
755
792
|
}
|
|
793
|
+
.turtle-widget-root .ml-4 {
|
|
794
|
+
margin-left: calc(var(--spacing)*4);
|
|
795
|
+
}
|
|
756
796
|
.turtle-widget-root .ml-auto {
|
|
757
797
|
margin-left: auto;
|
|
758
798
|
}
|
|
@@ -783,12 +823,12 @@
|
|
|
783
823
|
.turtle-widget-root .table-row {
|
|
784
824
|
display: table-row;
|
|
785
825
|
}
|
|
826
|
+
.turtle-widget-root .field-sizing-content {
|
|
827
|
+
field-sizing: content;
|
|
828
|
+
}
|
|
786
829
|
.turtle-widget-root .aspect-square {
|
|
787
830
|
aspect-ratio: 1;
|
|
788
831
|
}
|
|
789
|
-
.turtle-widget-root .aspect-video {
|
|
790
|
-
aspect-ratio: var(--aspect-video);
|
|
791
|
-
}
|
|
792
832
|
.turtle-widget-root .size-2 {
|
|
793
833
|
width: calc(var(--spacing)*2);
|
|
794
834
|
height: calc(var(--spacing)*2);
|
|
@@ -924,12 +964,27 @@
|
|
|
924
964
|
.turtle-widget-root .max-h-\[38px\] {
|
|
925
965
|
max-height: 38px;
|
|
926
966
|
}
|
|
967
|
+
.turtle-widget-root .max-h-\[40vh\] {
|
|
968
|
+
max-height: 40vh;
|
|
969
|
+
}
|
|
970
|
+
.turtle-widget-root .max-h-\[50vh\] {
|
|
971
|
+
max-height: 50vh;
|
|
972
|
+
}
|
|
973
|
+
.turtle-widget-root .max-h-\[300px\] {
|
|
974
|
+
max-height: 300px;
|
|
975
|
+
}
|
|
927
976
|
.turtle-widget-root .max-h-\[600px\] {
|
|
928
977
|
max-height: 600px;
|
|
929
978
|
}
|
|
930
979
|
.turtle-widget-root .min-h-0 {
|
|
931
980
|
min-height: calc(var(--spacing)*0);
|
|
932
981
|
}
|
|
982
|
+
.turtle-widget-root .min-h-6 {
|
|
983
|
+
min-height: calc(var(--spacing)*6);
|
|
984
|
+
}
|
|
985
|
+
.turtle-widget-root .min-h-16 {
|
|
986
|
+
min-height: calc(var(--spacing)*16);
|
|
987
|
+
}
|
|
933
988
|
.turtle-widget-root .min-h-\[calc\(100svh-20px\)\] {
|
|
934
989
|
min-height: calc(100svh - 20px);
|
|
935
990
|
}
|
|
@@ -939,12 +994,6 @@
|
|
|
939
994
|
.turtle-widget-root .min-h-svh {
|
|
940
995
|
min-height: 100svh;
|
|
941
996
|
}
|
|
942
|
-
.turtle-widget-root .w-0 {
|
|
943
|
-
width: calc(var(--spacing)*0);
|
|
944
|
-
}
|
|
945
|
-
.turtle-widget-root .w-1 {
|
|
946
|
-
width: calc(var(--spacing)*1);
|
|
947
|
-
}
|
|
948
997
|
.turtle-widget-root .w-2 {
|
|
949
998
|
width: calc(var(--spacing)*2);
|
|
950
999
|
}
|
|
@@ -987,6 +1036,12 @@
|
|
|
987
1036
|
.turtle-widget-root .w-72 {
|
|
988
1037
|
width: calc(var(--spacing)*72);
|
|
989
1038
|
}
|
|
1039
|
+
.turtle-widget-root .w-\[70vw\] {
|
|
1040
|
+
width: 70vw;
|
|
1041
|
+
}
|
|
1042
|
+
.turtle-widget-root .w-\[85vw\] {
|
|
1043
|
+
width: 85vw;
|
|
1044
|
+
}
|
|
990
1045
|
.turtle-widget-root .w-\[400px\] {
|
|
991
1046
|
width: 400px;
|
|
992
1047
|
}
|
|
@@ -1017,9 +1072,21 @@
|
|
|
1017
1072
|
.turtle-widget-root .max-w-6xl {
|
|
1018
1073
|
max-width: var(--container-6xl);
|
|
1019
1074
|
}
|
|
1075
|
+
.turtle-widget-root .max-w-\[120px\] {
|
|
1076
|
+
max-width: 120px;
|
|
1077
|
+
}
|
|
1078
|
+
.turtle-widget-root .max-w-\[280px\] {
|
|
1079
|
+
max-width: 280px;
|
|
1080
|
+
}
|
|
1020
1081
|
.turtle-widget-root .max-w-\[calc\(100\%-2rem\)\] {
|
|
1021
1082
|
max-width: calc(100% - 2rem);
|
|
1022
1083
|
}
|
|
1084
|
+
.turtle-widget-root .max-w-full {
|
|
1085
|
+
max-width: 100%;
|
|
1086
|
+
}
|
|
1087
|
+
.turtle-widget-root .max-w-md {
|
|
1088
|
+
max-width: var(--container-md);
|
|
1089
|
+
}
|
|
1023
1090
|
.turtle-widget-root .max-w-sm {
|
|
1024
1091
|
max-width: var(--container-sm);
|
|
1025
1092
|
}
|
|
@@ -1044,10 +1111,19 @@
|
|
|
1044
1111
|
.turtle-widget-root .min-w-\[80px\] {
|
|
1045
1112
|
min-width: 80px;
|
|
1046
1113
|
}
|
|
1114
|
+
.turtle-widget-root .min-w-\[300px\] {
|
|
1115
|
+
min-width: 300px;
|
|
1116
|
+
}
|
|
1047
1117
|
.turtle-widget-root .flex-1 {
|
|
1048
1118
|
flex: 1;
|
|
1049
1119
|
}
|
|
1050
|
-
.turtle-widget-root .flex-shrink-0
|
|
1120
|
+
.turtle-widget-root .flex-shrink-0 {
|
|
1121
|
+
flex-shrink: 0;
|
|
1122
|
+
}
|
|
1123
|
+
.turtle-widget-root .shrink {
|
|
1124
|
+
flex-shrink: 1;
|
|
1125
|
+
}
|
|
1126
|
+
.turtle-widget-root .shrink-0 {
|
|
1051
1127
|
flex-shrink: 0;
|
|
1052
1128
|
}
|
|
1053
1129
|
.turtle-widget-root .grow {
|
|
@@ -1069,6 +1145,9 @@
|
|
|
1069
1145
|
.turtle-widget-root .origin-\(--radix-hover-card-content-transform-origin\) {
|
|
1070
1146
|
transform-origin: var(--radix-hover-card-content-transform-origin);
|
|
1071
1147
|
}
|
|
1148
|
+
.turtle-widget-root .origin-\(--radix-popover-content-transform-origin\) {
|
|
1149
|
+
transform-origin: var(--radix-popover-content-transform-origin);
|
|
1150
|
+
}
|
|
1072
1151
|
.turtle-widget-root .origin-\(--radix-select-content-transform-origin\) {
|
|
1073
1152
|
transform-origin: var(--radix-select-content-transform-origin);
|
|
1074
1153
|
}
|
|
@@ -1120,12 +1199,30 @@
|
|
|
1120
1199
|
.turtle-widget-root .cursor-pointer {
|
|
1121
1200
|
cursor: pointer;
|
|
1122
1201
|
}
|
|
1202
|
+
.turtle-widget-root .cursor-text {
|
|
1203
|
+
cursor: text;
|
|
1204
|
+
}
|
|
1123
1205
|
.turtle-widget-root .touch-none {
|
|
1124
1206
|
touch-action: none;
|
|
1125
1207
|
}
|
|
1208
|
+
.turtle-widget-root .resize {
|
|
1209
|
+
resize: both;
|
|
1210
|
+
}
|
|
1211
|
+
.turtle-widget-root .resize-none {
|
|
1212
|
+
resize: none;
|
|
1213
|
+
}
|
|
1214
|
+
.turtle-widget-root .scroll-m-20 {
|
|
1215
|
+
scroll-margin: calc(var(--spacing)*20);
|
|
1216
|
+
}
|
|
1126
1217
|
.turtle-widget-root .scroll-my-1 {
|
|
1127
1218
|
scroll-margin-block: calc(var(--spacing)*1);
|
|
1128
1219
|
}
|
|
1220
|
+
.turtle-widget-root .scroll-py-1 {
|
|
1221
|
+
scroll-padding-block: calc(var(--spacing)*1);
|
|
1222
|
+
}
|
|
1223
|
+
.turtle-widget-root .list-disc {
|
|
1224
|
+
list-style-type: disc;
|
|
1225
|
+
}
|
|
1129
1226
|
.turtle-widget-root .list-none {
|
|
1130
1227
|
list-style-type: none;
|
|
1131
1228
|
}
|
|
@@ -1162,9 +1259,6 @@
|
|
|
1162
1259
|
.turtle-widget-root .items-start {
|
|
1163
1260
|
align-items: flex-start;
|
|
1164
1261
|
}
|
|
1165
|
-
.turtle-widget-root .items-stretch {
|
|
1166
|
-
align-items: stretch;
|
|
1167
|
-
}
|
|
1168
1262
|
.turtle-widget-root .justify-between {
|
|
1169
1263
|
justify-content: space-between;
|
|
1170
1264
|
}
|
|
@@ -1174,6 +1268,9 @@
|
|
|
1174
1268
|
.turtle-widget-root .justify-start {
|
|
1175
1269
|
justify-content: flex-start;
|
|
1176
1270
|
}
|
|
1271
|
+
.turtle-widget-root .gap-0\.5 {
|
|
1272
|
+
gap: calc(var(--spacing)*.5);
|
|
1273
|
+
}
|
|
1177
1274
|
.turtle-widget-root .gap-1 {
|
|
1178
1275
|
gap: calc(var(--spacing)*1);
|
|
1179
1276
|
}
|
|
@@ -1195,6 +1292,9 @@
|
|
|
1195
1292
|
.turtle-widget-root .gap-6 {
|
|
1196
1293
|
gap: calc(var(--spacing)*6);
|
|
1197
1294
|
}
|
|
1295
|
+
.turtle-widget-root .gap-7 {
|
|
1296
|
+
gap: calc(var(--spacing)*7);
|
|
1297
|
+
}
|
|
1198
1298
|
.turtle-widget-root :where(.space-y-1>:not(:last-child)) {
|
|
1199
1299
|
--tw-space-y-reverse: 0;
|
|
1200
1300
|
margin-block-start: calc(calc(var(--spacing)*1)*var(--tw-space-y-reverse));
|
|
@@ -1220,6 +1320,11 @@
|
|
|
1220
1320
|
margin-inline-start: calc(calc(var(--spacing)*-1)*var(--tw-space-x-reverse));
|
|
1221
1321
|
margin-inline-end: calc(calc(var(--spacing)*-1)*calc(1 - var(--tw-space-x-reverse)));
|
|
1222
1322
|
}
|
|
1323
|
+
.turtle-widget-root .truncate {
|
|
1324
|
+
text-overflow: ellipsis;
|
|
1325
|
+
white-space: nowrap;
|
|
1326
|
+
overflow: hidden;
|
|
1327
|
+
}
|
|
1223
1328
|
.turtle-widget-root .overflow-auto {
|
|
1224
1329
|
overflow: auto;
|
|
1225
1330
|
}
|
|
@@ -1238,8 +1343,8 @@
|
|
|
1238
1343
|
.turtle-widget-root .rounded {
|
|
1239
1344
|
border-radius: .25rem;
|
|
1240
1345
|
}
|
|
1241
|
-
.turtle-widget-root .rounded-\[
|
|
1242
|
-
border-radius:
|
|
1346
|
+
.turtle-widget-root .rounded-\[calc\(var\(--radius\)-5px\)\] {
|
|
1347
|
+
border-radius: calc(var(--radius) - 5px);
|
|
1243
1348
|
}
|
|
1244
1349
|
.turtle-widget-root .rounded-\[inherit\] {
|
|
1245
1350
|
border-radius: inherit;
|
|
@@ -1262,12 +1367,6 @@
|
|
|
1262
1367
|
.turtle-widget-root .rounded-sm {
|
|
1263
1368
|
border-radius: var(--radius-sm);
|
|
1264
1369
|
}
|
|
1265
|
-
.turtle-widget-root .rounded-turtle {
|
|
1266
|
-
border-radius: var(--radius-turtle);
|
|
1267
|
-
}
|
|
1268
|
-
.turtle-widget-root .rounded-xl {
|
|
1269
|
-
border-radius: var(--radius-xl);
|
|
1270
|
-
}
|
|
1271
1370
|
.turtle-widget-root .rounded-xs {
|
|
1272
1371
|
border-radius: var(--radius-xs);
|
|
1273
1372
|
}
|
|
@@ -1286,47 +1385,36 @@
|
|
|
1286
1385
|
border-style: var(--tw-border-style);
|
|
1287
1386
|
border-width: 1px;
|
|
1288
1387
|
}
|
|
1289
|
-
.turtle-widget-root .border-
|
|
1388
|
+
.turtle-widget-root .border-0 {
|
|
1290
1389
|
border-style: var(--tw-border-style);
|
|
1291
|
-
border-width:
|
|
1390
|
+
border-width: 0;
|
|
1292
1391
|
}
|
|
1293
|
-
.turtle-widget-root .border
|
|
1392
|
+
.turtle-widget-root .border-2 {
|
|
1294
1393
|
border-style: var(--tw-border-style);
|
|
1295
|
-
border-width:
|
|
1394
|
+
border-width: 2px;
|
|
1296
1395
|
}
|
|
1297
1396
|
.turtle-widget-root .border-t {
|
|
1298
1397
|
border-top-style: var(--tw-border-style);
|
|
1299
1398
|
border-top-width: 1px;
|
|
1300
1399
|
}
|
|
1400
|
+
.turtle-widget-root .border-b {
|
|
1401
|
+
border-bottom-style: var(--tw-border-style);
|
|
1402
|
+
border-bottom-width: 1px;
|
|
1403
|
+
}
|
|
1301
1404
|
.turtle-widget-root .border-l {
|
|
1302
1405
|
border-left-style: var(--tw-border-style);
|
|
1303
1406
|
border-left-width: 1px;
|
|
1304
1407
|
}
|
|
1305
|
-
.turtle-widget-root .border-dashed {
|
|
1306
|
-
--tw-border-style: dashed;
|
|
1307
|
-
border-style: dashed;
|
|
1308
|
-
}
|
|
1309
1408
|
.turtle-widget-root .border-none {
|
|
1310
1409
|
--tw-border-style: none;
|
|
1311
1410
|
border-style: none;
|
|
1312
1411
|
}
|
|
1313
|
-
.turtle-widget-root .border-\(--color-border\) {
|
|
1314
|
-
border-color: var(--color-border);
|
|
1315
|
-
}
|
|
1316
1412
|
.turtle-widget-root .border-background {
|
|
1317
1413
|
border-color: var(--color-background);
|
|
1318
1414
|
}
|
|
1319
|
-
.turtle-widget-root .border-border
|
|
1415
|
+
.turtle-widget-root .border-border {
|
|
1320
1416
|
border-color: var(--color-border);
|
|
1321
1417
|
}
|
|
1322
|
-
@supports (color:color-mix(in lab,red,red)) {
|
|
1323
|
-
.turtle-widget-root .border-border\/50 {
|
|
1324
|
-
border-color: var(--color-border);
|
|
1325
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
1326
|
-
border-color: color-mix(in oklab,var(--color-border)50%,transparent);
|
|
1327
|
-
}
|
|
1328
|
-
}
|
|
1329
|
-
}
|
|
1330
1418
|
.turtle-widget-root .border-input {
|
|
1331
1419
|
border-color: var(--color-input);
|
|
1332
1420
|
}
|
|
@@ -1356,9 +1444,6 @@
|
|
|
1356
1444
|
.turtle-widget-root .border-l-transparent {
|
|
1357
1445
|
border-left-color: #0000;
|
|
1358
1446
|
}
|
|
1359
|
-
.turtle-widget-root .bg-\(--color-bg\) {
|
|
1360
|
-
background-color: var(--color-bg);
|
|
1361
|
-
}
|
|
1362
1447
|
.turtle-widget-root .bg-background {
|
|
1363
1448
|
background-color: var(--color-background);
|
|
1364
1449
|
}
|
|
@@ -1549,6 +1634,9 @@
|
|
|
1549
1634
|
.turtle-widget-root .py-4\.5 {
|
|
1550
1635
|
padding-block: calc(var(--spacing)*4.5);
|
|
1551
1636
|
}
|
|
1637
|
+
.turtle-widget-root .py-6 {
|
|
1638
|
+
padding-block: calc(var(--spacing)*6);
|
|
1639
|
+
}
|
|
1552
1640
|
.turtle-widget-root .py-6\.5 {
|
|
1553
1641
|
padding-block: calc(var(--spacing)*6.5);
|
|
1554
1642
|
}
|
|
@@ -1576,6 +1664,9 @@
|
|
|
1576
1664
|
.turtle-widget-root .pt-4 {
|
|
1577
1665
|
padding-top: calc(var(--spacing)*4);
|
|
1578
1666
|
}
|
|
1667
|
+
.turtle-widget-root .\!pr-1\.5 {
|
|
1668
|
+
padding-right: calc(var(--spacing)*1.5) !important;
|
|
1669
|
+
}
|
|
1579
1670
|
.turtle-widget-root .pr-2 {
|
|
1580
1671
|
padding-right: calc(var(--spacing)*2);
|
|
1581
1672
|
}
|
|
@@ -1603,6 +1694,12 @@
|
|
|
1603
1694
|
.turtle-widget-root .pl-2\.5 {
|
|
1604
1695
|
padding-left: calc(var(--spacing)*2.5);
|
|
1605
1696
|
}
|
|
1697
|
+
.turtle-widget-root .pl-3 {
|
|
1698
|
+
padding-left: calc(var(--spacing)*3);
|
|
1699
|
+
}
|
|
1700
|
+
.turtle-widget-root .pl-3\.5 {
|
|
1701
|
+
padding-left: calc(var(--spacing)*3.5);
|
|
1702
|
+
}
|
|
1606
1703
|
.turtle-widget-root .pl-4 {
|
|
1607
1704
|
padding-left: calc(var(--spacing)*4);
|
|
1608
1705
|
}
|
|
@@ -1682,6 +1779,18 @@
|
|
|
1682
1779
|
--tw-leading: 1;
|
|
1683
1780
|
line-height: 1;
|
|
1684
1781
|
}
|
|
1782
|
+
.turtle-widget-root .leading-normal {
|
|
1783
|
+
--tw-leading: var(--leading-normal);
|
|
1784
|
+
line-height: var(--leading-normal);
|
|
1785
|
+
}
|
|
1786
|
+
.turtle-widget-root .leading-snug {
|
|
1787
|
+
--tw-leading: var(--leading-snug);
|
|
1788
|
+
line-height: var(--leading-snug);
|
|
1789
|
+
}
|
|
1790
|
+
.turtle-widget-root .\!font-normal {
|
|
1791
|
+
--tw-font-weight: var(--font-weight-normal) !important;
|
|
1792
|
+
font-weight: var(--font-weight-normal) !important;
|
|
1793
|
+
}
|
|
1685
1794
|
.turtle-widget-root .font-\[400\] {
|
|
1686
1795
|
--tw-font-weight: 400;
|
|
1687
1796
|
font-weight: 400;
|
|
@@ -1690,6 +1799,10 @@
|
|
|
1690
1799
|
--tw-font-weight: var(--font-weight-bold);
|
|
1691
1800
|
font-weight: var(--font-weight-bold);
|
|
1692
1801
|
}
|
|
1802
|
+
.turtle-widget-root .font-light {
|
|
1803
|
+
--tw-font-weight: var(--font-weight-light);
|
|
1804
|
+
font-weight: var(--font-weight-light);
|
|
1805
|
+
}
|
|
1693
1806
|
.turtle-widget-root .font-medium {
|
|
1694
1807
|
--tw-font-weight: var(--font-weight-medium);
|
|
1695
1808
|
font-weight: var(--font-weight-medium);
|
|
@@ -1710,6 +1823,9 @@
|
|
|
1710
1823
|
--tw-tracking: var(--tracking-widest);
|
|
1711
1824
|
letter-spacing: var(--tracking-widest);
|
|
1712
1825
|
}
|
|
1826
|
+
.turtle-widget-root .text-balance {
|
|
1827
|
+
text-wrap: balance;
|
|
1828
|
+
}
|
|
1713
1829
|
.turtle-widget-root .whitespace-nowrap {
|
|
1714
1830
|
white-space: nowrap;
|
|
1715
1831
|
}
|
|
@@ -1782,22 +1898,9 @@
|
|
|
1782
1898
|
.turtle-widget-root .capitalize {
|
|
1783
1899
|
text-transform: capitalize;
|
|
1784
1900
|
}
|
|
1785
|
-
.turtle-widget-root .tabular-nums {
|
|
1786
|
-
--tw-numeric-spacing: tabular-nums;
|
|
1787
|
-
font-variant-numeric: var(--tw-ordinal,)var(--tw-slashed-zero,)var(--tw-numeric-figure,)var(--tw-numeric-spacing,)var(--tw-numeric-fraction,);
|
|
1788
|
-
}
|
|
1789
|
-
.turtle-widget-root .caret-foreground {
|
|
1790
|
-
caret-color: var(--color-foreground);
|
|
1791
|
-
}
|
|
1792
|
-
.turtle-widget-root .caret-green-500 {
|
|
1793
|
-
caret-color: var(--color-green-500);
|
|
1794
|
-
}
|
|
1795
1901
|
.turtle-widget-root .caret-primary {
|
|
1796
1902
|
caret-color: var(--color-primary);
|
|
1797
1903
|
}
|
|
1798
|
-
.turtle-widget-root .caret-white {
|
|
1799
|
-
caret-color: var(--color-white);
|
|
1800
|
-
}
|
|
1801
1904
|
.turtle-widget-root .opacity-20 {
|
|
1802
1905
|
opacity: .2;
|
|
1803
1906
|
}
|
|
@@ -1831,10 +1934,6 @@
|
|
|
1831
1934
|
--tw-shadow: 0 1px 3px 0 var(--tw-shadow-color,#0000001a),0 1px 2px -1px var(--tw-shadow-color,#0000001a);
|
|
1832
1935
|
box-shadow: var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);
|
|
1833
1936
|
}
|
|
1834
|
-
.turtle-widget-root .shadow-xl {
|
|
1835
|
-
--tw-shadow: 0 20px 25px -5px var(--tw-shadow-color,#0000001a),0 8px 10px -6px var(--tw-shadow-color,#0000001a);
|
|
1836
|
-
box-shadow: var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);
|
|
1837
|
-
}
|
|
1838
1937
|
.turtle-widget-root .shadow-xs {
|
|
1839
1938
|
--tw-shadow: 0 1px 2px 0 var(--tw-shadow-color,#0000000d);
|
|
1840
1939
|
box-shadow: var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);
|
|
@@ -1973,18 +2072,30 @@
|
|
|
1973
2072
|
.turtle-widget-root .group-disabled\:opacity-80:is(:where(.group):disabled *) {
|
|
1974
2073
|
opacity: .8;
|
|
1975
2074
|
}
|
|
2075
|
+
.turtle-widget-root .group-has-\[\[data-orientation\=horizontal\]\]\/field\:text-balance:is(:where(.group\/field):has([data-orientation=horizontal]) *) {
|
|
2076
|
+
text-wrap: balance;
|
|
2077
|
+
}
|
|
2078
|
+
.turtle-widget-root .group-has-\[\>input\]\/input-group\:pt-2\.5:is(:where(.group\/input-group):has(>input) *) {
|
|
2079
|
+
padding-top: calc(var(--spacing)*2.5);
|
|
2080
|
+
}
|
|
2081
|
+
.turtle-widget-root .group-has-\[\>input\]\/input-group\:pb-2\.5:is(:where(.group\/input-group):has(>input) *) {
|
|
2082
|
+
padding-bottom: calc(var(--spacing)*2.5);
|
|
2083
|
+
}
|
|
1976
2084
|
.turtle-widget-root .group-data-\[active\=true\]\:block:is(:where(.group)[data-active=true] *) {
|
|
1977
2085
|
display: block;
|
|
1978
2086
|
}
|
|
1979
2087
|
.turtle-widget-root .group-data-\[disabled\=true\]\:pointer-events-none:is(:where(.group)[data-disabled=true] *) {
|
|
1980
2088
|
pointer-events: none;
|
|
1981
2089
|
}
|
|
1982
|
-
.turtle-widget-root .group-data-\[disabled\=true\]\:opacity-50:is(:where(.group)[data-disabled=true] *) {
|
|
2090
|
+
.turtle-widget-root .group-data-\[disabled\=true\]\:opacity-50:is(:where(.group)[data-disabled=true] *), .turtle-widget-root .group-data-\[disabled\=true\]\/field\:opacity-50:is(:where(.group\/field)[data-disabled=true] *), .turtle-widget-root .group-data-\[disabled\=true\]\/input-group\:opacity-50:is(:where(.group\/input-group)[data-disabled=true] *) {
|
|
1983
2091
|
opacity: .5;
|
|
1984
2092
|
}
|
|
1985
2093
|
.turtle-widget-root .group-data-\[state\=open\]\:rotate-180:is(:where(.group)[data-state=open] *) {
|
|
1986
2094
|
rotate: 180deg;
|
|
1987
2095
|
}
|
|
2096
|
+
.turtle-widget-root .group-data-\[variant\=outline\]\/field-group\:-mb-2:is(:where(.group\/field-group)[data-variant=outline] *) {
|
|
2097
|
+
margin-bottom: calc(var(--spacing)*-2);
|
|
2098
|
+
}
|
|
1988
2099
|
.turtle-widget-root .group-data-\[viewport\=false\]\/navigation-menu\:top-full:is(:where(.group\/navigation-menu)[data-viewport=false] *) {
|
|
1989
2100
|
top: 100%;
|
|
1990
2101
|
}
|
|
@@ -2021,18 +2132,6 @@
|
|
|
2021
2132
|
.turtle-widget-root .peer-disabled\:opacity-50:is(:where(.peer):disabled~*) {
|
|
2022
2133
|
opacity: .5;
|
|
2023
2134
|
}
|
|
2024
|
-
.turtle-widget-root .selection\:bg-primary ::selection {
|
|
2025
|
-
background-color: var(--color-primary);
|
|
2026
|
-
}
|
|
2027
|
-
.turtle-widget-root .selection\:bg-primary::selection {
|
|
2028
|
-
background-color: var(--color-primary);
|
|
2029
|
-
}
|
|
2030
|
-
.turtle-widget-root .selection\:text-primary-foreground ::selection {
|
|
2031
|
-
color: var(--color-primary-foreground);
|
|
2032
|
-
}
|
|
2033
|
-
.turtle-widget-root .selection\:text-primary-foreground::selection {
|
|
2034
|
-
color: var(--color-primary-foreground);
|
|
2035
|
-
}
|
|
2036
2135
|
.turtle-widget-root .placeholder\:text-muted-foreground::placeholder {
|
|
2037
2136
|
color: var(--color-muted-foreground);
|
|
2038
2137
|
}
|
|
@@ -2121,6 +2220,9 @@
|
|
|
2121
2220
|
-webkit-mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
|
|
2122
2221
|
mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
|
|
2123
2222
|
}
|
|
2223
|
+
.turtle-widget-root .first\:mt-0:first-child {
|
|
2224
|
+
margin-top: calc(var(--spacing)*0);
|
|
2225
|
+
}
|
|
2124
2226
|
.turtle-widget-root .first\:rounded-l-full:first-child {
|
|
2125
2227
|
border-top-left-radius: var(--radius-full);
|
|
2126
2228
|
border-bottom-left-radius: var(--radius-full);
|
|
@@ -2132,6 +2234,9 @@
|
|
|
2132
2234
|
.turtle-widget-root .first\:pl-4:first-child {
|
|
2133
2235
|
padding-left: calc(var(--spacing)*4);
|
|
2134
2236
|
}
|
|
2237
|
+
.turtle-widget-root .last\:mt-0:last-child {
|
|
2238
|
+
margin-top: calc(var(--spacing)*0);
|
|
2239
|
+
}
|
|
2135
2240
|
.turtle-widget-root .last\:rounded-r-full:last-child {
|
|
2136
2241
|
border-top-right-radius: var(--radius-full);
|
|
2137
2242
|
border-bottom-right-radius: var(--radius-full);
|
|
@@ -2186,8 +2291,19 @@
|
|
|
2186
2291
|
--tw-scale-z: 110%;
|
|
2187
2292
|
scale: var(--tw-scale-x)var(--tw-scale-y);
|
|
2188
2293
|
}
|
|
2189
|
-
.turtle-widget-root .hover\:border-
|
|
2190
|
-
border-color: var(--color-
|
|
2294
|
+
.turtle-widget-root .hover\:border-border:hover {
|
|
2295
|
+
border-color: var(--color-border);
|
|
2296
|
+
}
|
|
2297
|
+
.turtle-widget-root .hover\:border-foreground\/50:hover {
|
|
2298
|
+
border-color: var(--color-foreground);
|
|
2299
|
+
}
|
|
2300
|
+
@supports (color:color-mix(in lab,red,red)) {
|
|
2301
|
+
.turtle-widget-root .hover\:border-foreground\/50:hover {
|
|
2302
|
+
border-color: var(--color-foreground);
|
|
2303
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2304
|
+
border-color: color-mix(in oklab,var(--color-foreground)50%,transparent);
|
|
2305
|
+
}
|
|
2306
|
+
}
|
|
2191
2307
|
}
|
|
2192
2308
|
.turtle-widget-root .hover\:bg-accent:hover {
|
|
2193
2309
|
background-color: var(--color-accent);
|
|
@@ -2228,6 +2344,17 @@
|
|
|
2228
2344
|
}
|
|
2229
2345
|
}
|
|
2230
2346
|
}
|
|
2347
|
+
.turtle-widget-root .hover\:bg-white\/20:hover {
|
|
2348
|
+
background-color: #fff3;
|
|
2349
|
+
}
|
|
2350
|
+
@supports (color:color-mix(in lab,red,red)) {
|
|
2351
|
+
.turtle-widget-root .hover\:bg-white\/20:hover {
|
|
2352
|
+
background-color: color-mix(in srgb,#fff20%,transparent);
|
|
2353
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2354
|
+
background-color: color-mix(in oklab,var(--color-white)20%,transparent);
|
|
2355
|
+
}
|
|
2356
|
+
}
|
|
2357
|
+
}
|
|
2231
2358
|
.turtle-widget-root .hover\:text-accent-foreground:hover {
|
|
2232
2359
|
color: var(--color-accent-foreground);
|
|
2233
2360
|
}
|
|
@@ -2298,6 +2425,10 @@
|
|
|
2298
2425
|
--tw-ring-shadow: var(--tw-ring-inset,)0 0 0 calc(0px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);
|
|
2299
2426
|
box-shadow: var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);
|
|
2300
2427
|
}
|
|
2428
|
+
.turtle-widget-root .focus\:ring-1:focus {
|
|
2429
|
+
--tw-ring-shadow: var(--tw-ring-inset,)0 0 0 calc(1px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);
|
|
2430
|
+
box-shadow: var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);
|
|
2431
|
+
}
|
|
2301
2432
|
.turtle-widget-root .focus\:ring-2:focus {
|
|
2302
2433
|
--tw-ring-shadow: var(--tw-ring-inset,)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);
|
|
2303
2434
|
box-shadow: var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);
|
|
@@ -2316,6 +2447,21 @@
|
|
|
2316
2447
|
.turtle-widget-root .focus\:ring-ring:focus {
|
|
2317
2448
|
--tw-ring-color: var(--color-ring);
|
|
2318
2449
|
}
|
|
2450
|
+
.turtle-widget-root .focus\:ring-white\/50:focus {
|
|
2451
|
+
--tw-ring-color: #ffffff80;
|
|
2452
|
+
}
|
|
2453
|
+
@supports (color:color-mix(in lab,red,red)) {
|
|
2454
|
+
.turtle-widget-root .focus\:ring-white\/50:focus {
|
|
2455
|
+
--tw-ring-color: color-mix(in srgb,#fff50%,transparent);
|
|
2456
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2457
|
+
--tw-ring-color: color-mix(in oklab,var(--color-white)50%,transparent);
|
|
2458
|
+
}
|
|
2459
|
+
}
|
|
2460
|
+
}
|
|
2461
|
+
.turtle-widget-root .focus\:ring-offset-1:focus {
|
|
2462
|
+
--tw-ring-offset-width: 1px;
|
|
2463
|
+
--tw-ring-offset-shadow: var(--tw-ring-inset,)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color);
|
|
2464
|
+
}
|
|
2319
2465
|
.turtle-widget-root .focus\:ring-offset-2:focus {
|
|
2320
2466
|
--tw-ring-offset-width: 2px;
|
|
2321
2467
|
--tw-ring-offset-shadow: var(--tw-ring-inset,)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color);
|
|
@@ -2340,6 +2486,14 @@
|
|
|
2340
2486
|
.turtle-widget-root .focus-visible\:border-ring:focus-visible {
|
|
2341
2487
|
border-color: var(--color-ring);
|
|
2342
2488
|
}
|
|
2489
|
+
.turtle-widget-root .focus-visible\:ring-0:focus-visible {
|
|
2490
|
+
--tw-ring-shadow: var(--tw-ring-inset,)0 0 0 calc(0px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);
|
|
2491
|
+
box-shadow: var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);
|
|
2492
|
+
}
|
|
2493
|
+
.turtle-widget-root .focus-visible\:ring-2:focus-visible {
|
|
2494
|
+
--tw-ring-shadow: var(--tw-ring-inset,)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);
|
|
2495
|
+
box-shadow: var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);
|
|
2496
|
+
}
|
|
2343
2497
|
.turtle-widget-root .focus-visible\:ring-4:focus-visible {
|
|
2344
2498
|
--tw-ring-shadow: var(--tw-ring-inset,)0 0 0 calc(4px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);
|
|
2345
2499
|
box-shadow: var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);
|
|
@@ -2417,6 +2571,9 @@
|
|
|
2417
2571
|
-webkit-mask-source-type: auto,auto;
|
|
2418
2572
|
mask-mode: match-source,match-source;
|
|
2419
2573
|
}
|
|
2574
|
+
.turtle-widget-root .active\:border-primary:active {
|
|
2575
|
+
border-color: var(--color-primary);
|
|
2576
|
+
}
|
|
2420
2577
|
.turtle-widget-root .active\:bg-background\/90:active {
|
|
2421
2578
|
background-color: var(--color-background);
|
|
2422
2579
|
}
|
|
@@ -2444,6 +2601,104 @@
|
|
|
2444
2601
|
--tw-grayscale: grayscale(100%);
|
|
2445
2602
|
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,);
|
|
2446
2603
|
}
|
|
2604
|
+
.turtle-widget-root .has-data-\[state\=checked\]\:border-primary:has([data-state=checked]) {
|
|
2605
|
+
border-color: var(--color-primary);
|
|
2606
|
+
}
|
|
2607
|
+
.turtle-widget-root .has-data-\[state\=checked\]\:bg-primary\/5:has([data-state=checked]) {
|
|
2608
|
+
background-color: var(--color-primary);
|
|
2609
|
+
}
|
|
2610
|
+
@supports (color:color-mix(in lab,red,red)) {
|
|
2611
|
+
.turtle-widget-root .has-data-\[state\=checked\]\:bg-primary\/5:has([data-state=checked]) {
|
|
2612
|
+
background-color: var(--color-primary);
|
|
2613
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2614
|
+
background-color: color-mix(in oklab,var(--color-primary)5%,transparent);
|
|
2615
|
+
}
|
|
2616
|
+
}
|
|
2617
|
+
}
|
|
2618
|
+
.turtle-widget-root .has-\[\[data-slot\=input-group-control\]\:focus-visible\]\:border-ring:has([data-slot=input-group-control]:focus-visible) {
|
|
2619
|
+
border-color: var(--color-ring);
|
|
2620
|
+
}
|
|
2621
|
+
.turtle-widget-root .has-\[\[data-slot\=input-group-control\]\:focus-visible\]\:ring-\[3px\]:has([data-slot=input-group-control]:focus-visible) {
|
|
2622
|
+
--tw-ring-shadow: var(--tw-ring-inset,)0 0 0 calc(3px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);
|
|
2623
|
+
box-shadow: var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);
|
|
2624
|
+
}
|
|
2625
|
+
.turtle-widget-root .has-\[\[data-slot\=input-group-control\]\:focus-visible\]\:ring-ring\/50:has([data-slot=input-group-control]:focus-visible) {
|
|
2626
|
+
--tw-ring-color: var(--color-ring);
|
|
2627
|
+
}
|
|
2628
|
+
@supports (color:color-mix(in lab,red,red)) {
|
|
2629
|
+
.turtle-widget-root .has-\[\[data-slot\=input-group-control\]\:focus-visible\]\:ring-ring\/50:has([data-slot=input-group-control]:focus-visible) {
|
|
2630
|
+
--tw-ring-color: var(--color-ring);
|
|
2631
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2632
|
+
--tw-ring-color: color-mix(in oklab,var(--color-ring)50%,transparent);
|
|
2633
|
+
}
|
|
2634
|
+
}
|
|
2635
|
+
}
|
|
2636
|
+
.turtle-widget-root .has-\[\[data-slot\]\[aria-invalid\=true\]\]\:border-destructive:has([data-slot][aria-invalid=true]) {
|
|
2637
|
+
border-color: var(--color-destructive);
|
|
2638
|
+
}
|
|
2639
|
+
.turtle-widget-root .has-\[\[data-slot\]\[aria-invalid\=true\]\]\:ring-destructive\/20:has([data-slot][aria-invalid=true]) {
|
|
2640
|
+
--tw-ring-color: var(--color-destructive);
|
|
2641
|
+
}
|
|
2642
|
+
@supports (color:color-mix(in lab,red,red)) {
|
|
2643
|
+
.turtle-widget-root .has-\[\[data-slot\]\[aria-invalid\=true\]\]\:ring-destructive\/20:has([data-slot][aria-invalid=true]) {
|
|
2644
|
+
--tw-ring-color: var(--color-destructive);
|
|
2645
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2646
|
+
--tw-ring-color: color-mix(in oklab,var(--color-destructive)20%,transparent);
|
|
2647
|
+
}
|
|
2648
|
+
}
|
|
2649
|
+
}
|
|
2650
|
+
.turtle-widget-root .has-\[\>\[data-align\=block-end\]\]\:h-auto:has(>[data-align=block-end]) {
|
|
2651
|
+
height: auto;
|
|
2652
|
+
}
|
|
2653
|
+
.turtle-widget-root .has-\[\>\[data-align\=block-end\]\]\:flex-col:has(>[data-align=block-end]) {
|
|
2654
|
+
flex-direction: column;
|
|
2655
|
+
}
|
|
2656
|
+
.turtle-widget-root .has-\[\>\[data-align\=block-start\]\]\:h-auto:has(>[data-align=block-start]) {
|
|
2657
|
+
height: auto;
|
|
2658
|
+
}
|
|
2659
|
+
.turtle-widget-root .has-\[\>\[data-align\=block-start\]\]\:flex-col:has(>[data-align=block-start]) {
|
|
2660
|
+
flex-direction: column;
|
|
2661
|
+
}
|
|
2662
|
+
.turtle-widget-root .has-\[\>\[data-slot\=checkbox-group\]\]\:gap-3:has(>[data-slot=checkbox-group]) {
|
|
2663
|
+
gap: calc(var(--spacing)*3);
|
|
2664
|
+
}
|
|
2665
|
+
.turtle-widget-root .has-\[\>\[data-slot\=field-content\]\]\:items-start:has(>[data-slot=field-content]) {
|
|
2666
|
+
align-items: flex-start;
|
|
2667
|
+
}
|
|
2668
|
+
.turtle-widget-root .has-\[\>\[data-slot\=field\]\]\:w-full:has(>[data-slot=field]) {
|
|
2669
|
+
width: 100%;
|
|
2670
|
+
}
|
|
2671
|
+
.turtle-widget-root .has-\[\>\[data-slot\=field\]\]\:flex-col:has(>[data-slot=field]) {
|
|
2672
|
+
flex-direction: column;
|
|
2673
|
+
}
|
|
2674
|
+
.turtle-widget-root .has-\[\>\[data-slot\=field\]\]\:rounded-md:has(>[data-slot=field]) {
|
|
2675
|
+
border-radius: var(--radius-md);
|
|
2676
|
+
}
|
|
2677
|
+
.turtle-widget-root .has-\[\>\[data-slot\=field\]\]\:border:has(>[data-slot=field]) {
|
|
2678
|
+
border-style: var(--tw-border-style);
|
|
2679
|
+
border-width: 1px;
|
|
2680
|
+
}
|
|
2681
|
+
.turtle-widget-root .has-\[\>\[data-slot\=radio-group\]\]\:gap-3:has(>[data-slot=radio-group]) {
|
|
2682
|
+
gap: calc(var(--spacing)*3);
|
|
2683
|
+
}
|
|
2684
|
+
.turtle-widget-root .has-\[\>button\]\:mr-\[-0\.45rem\]:has(>button) {
|
|
2685
|
+
margin-right: -.45rem;
|
|
2686
|
+
}
|
|
2687
|
+
.turtle-widget-root .has-\[\>button\]\:ml-\[-0\.45rem\]:has(>button) {
|
|
2688
|
+
margin-left: -.45rem;
|
|
2689
|
+
}
|
|
2690
|
+
.turtle-widget-root .has-\[\>kbd\]\:mr-\[-0\.35rem\]:has(>kbd) {
|
|
2691
|
+
margin-right: -.35rem;
|
|
2692
|
+
}
|
|
2693
|
+
.turtle-widget-root .has-\[\>kbd\]\:ml-\[-0\.35rem\]:has(>kbd) {
|
|
2694
|
+
margin-left: -.35rem;
|
|
2695
|
+
}
|
|
2696
|
+
.turtle-widget-root .has-\[\>svg\]\:p-0:has(>svg) {
|
|
2697
|
+
padding: calc(var(--spacing)*0);
|
|
2698
|
+
}
|
|
2699
|
+
.turtle-widget-root .has-\[\>svg\]\:px-2:has(>svg) {
|
|
2700
|
+
padding-inline: calc(var(--spacing)*2);
|
|
2701
|
+
}
|
|
2447
2702
|
.turtle-widget-root .has-\[\>svg\]\:px-2\.5:has(>svg) {
|
|
2448
2703
|
padding-inline: calc(var(--spacing)*2.5);
|
|
2449
2704
|
}
|
|
@@ -2453,6 +2708,9 @@
|
|
|
2453
2708
|
.turtle-widget-root .has-\[\>svg\]\:px-4:has(>svg) {
|
|
2454
2709
|
padding-inline: calc(var(--spacing)*4);
|
|
2455
2710
|
}
|
|
2711
|
+
.turtle-widget-root .has-\[\>textarea\]\:h-auto:has(>textarea) {
|
|
2712
|
+
height: auto;
|
|
2713
|
+
}
|
|
2456
2714
|
.turtle-widget-root .aria-invalid\:border-destructive[aria-invalid=true] {
|
|
2457
2715
|
border-color: var(--color-destructive);
|
|
2458
2716
|
}
|
|
@@ -2467,6 +2725,20 @@
|
|
|
2467
2725
|
}
|
|
2468
2726
|
}
|
|
2469
2727
|
}
|
|
2728
|
+
.turtle-widget-root .data-invalid\:border-destructive[data-invalid] {
|
|
2729
|
+
border-color: var(--color-destructive);
|
|
2730
|
+
}
|
|
2731
|
+
.turtle-widget-root .data-invalid\:ring-destructive\/80[data-invalid] {
|
|
2732
|
+
--tw-ring-color: var(--color-destructive);
|
|
2733
|
+
}
|
|
2734
|
+
@supports (color:color-mix(in lab,red,red)) {
|
|
2735
|
+
.turtle-widget-root .data-invalid\:ring-destructive\/80[data-invalid] {
|
|
2736
|
+
--tw-ring-color: var(--color-destructive);
|
|
2737
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2738
|
+
--tw-ring-color: color-mix(in oklab,var(--color-destructive)80%,transparent);
|
|
2739
|
+
}
|
|
2740
|
+
}
|
|
2741
|
+
}
|
|
2470
2742
|
.turtle-widget-root .data-\[active\=true\]\:bg-neutral-alpha-10[data-active=true] {
|
|
2471
2743
|
background-color: var(--color-neutral-alpha-10);
|
|
2472
2744
|
}
|
|
@@ -2519,9 +2791,18 @@
|
|
|
2519
2791
|
.turtle-widget-root .data-\[disabled\]\:opacity-50[data-disabled] {
|
|
2520
2792
|
opacity: .5;
|
|
2521
2793
|
}
|
|
2794
|
+
.turtle-widget-root .data-\[disabled\=true\]\:pointer-events-none[data-disabled=true] {
|
|
2795
|
+
pointer-events: none;
|
|
2796
|
+
}
|
|
2797
|
+
.turtle-widget-root .data-\[disabled\=true\]\:opacity-50[data-disabled=true] {
|
|
2798
|
+
opacity: .5;
|
|
2799
|
+
}
|
|
2522
2800
|
.turtle-widget-root .data-\[inset\]\:pl-8[data-inset] {
|
|
2523
2801
|
padding-left: calc(var(--spacing)*8);
|
|
2524
2802
|
}
|
|
2803
|
+
.turtle-widget-root .data-\[invalid\=true\]\:text-destructive[data-invalid=true] {
|
|
2804
|
+
color: var(--color-destructive);
|
|
2805
|
+
}
|
|
2525
2806
|
.turtle-widget-root .data-\[motion\=from-end\]\:slide-in-from-right-52[data-motion=from-end] {
|
|
2526
2807
|
--tw-enter-translate-x: calc(52*var(--spacing));
|
|
2527
2808
|
}
|
|
@@ -2582,6 +2863,12 @@
|
|
|
2582
2863
|
.turtle-widget-root .data-\[placeholder\]\:text-muted-foreground[data-placeholder] {
|
|
2583
2864
|
color: var(--color-muted-foreground);
|
|
2584
2865
|
}
|
|
2866
|
+
.turtle-widget-root .data-\[selected\=true\]\:bg-secondary[data-selected=true] {
|
|
2867
|
+
background-color: var(--color-secondary);
|
|
2868
|
+
}
|
|
2869
|
+
.turtle-widget-root .data-\[selected\=true\]\:text-secondary-foreground[data-selected=true] {
|
|
2870
|
+
color: var(--color-secondary-foreground);
|
|
2871
|
+
}
|
|
2585
2872
|
.turtle-widget-root .data-\[side\=bottom\]\:translate-y-1[data-side=bottom] {
|
|
2586
2873
|
--tw-translate-y: calc(var(--spacing)*1);
|
|
2587
2874
|
translate: var(--tw-translate-x)var(--tw-translate-y);
|
|
@@ -2616,6 +2903,12 @@
|
|
|
2616
2903
|
.turtle-widget-root .data-\[size\=sm\]\:h-8[data-size=sm] {
|
|
2617
2904
|
height: calc(var(--spacing)*8);
|
|
2618
2905
|
}
|
|
2906
|
+
.turtle-widget-root .data-\[slot\=checkbox-group\]\:gap-3[data-slot=checkbox-group] {
|
|
2907
|
+
gap: calc(var(--spacing)*3);
|
|
2908
|
+
}
|
|
2909
|
+
.turtle-widget-root :is(.\*\*\:data-\[slot\=command-input-wrapper\]\:h-12 *)[data-slot=command-input-wrapper] {
|
|
2910
|
+
height: calc(var(--spacing)*12);
|
|
2911
|
+
}
|
|
2619
2912
|
.turtle-widget-root :is(.\*\*\:data-\[slot\=navigation-menu-link\]\:focus\:ring-0 *)[data-slot=navigation-menu-link]:focus {
|
|
2620
2913
|
--tw-ring-shadow: var(--tw-ring-inset,)0 0 0 calc(0px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);
|
|
2621
2914
|
box-shadow: var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);
|
|
@@ -2771,6 +3064,14 @@
|
|
|
2771
3064
|
.turtle-widget-root .data-\[variant\=destructive\]\:focus\:text-destructive[data-variant=destructive]:focus {
|
|
2772
3065
|
color: var(--color-destructive);
|
|
2773
3066
|
}
|
|
3067
|
+
.turtle-widget-root .data-\[variant\=label\]\:text-sm[data-variant=label] {
|
|
3068
|
+
font-size: var(--text-sm);
|
|
3069
|
+
line-height: var(--tw-leading,var(--text-sm--line-height));
|
|
3070
|
+
}
|
|
3071
|
+
.turtle-widget-root .data-\[variant\=legend\]\:text-base[data-variant=legend] {
|
|
3072
|
+
font-size: var(--text-base);
|
|
3073
|
+
line-height: var(--tw-leading,var(--text-base--line-height));
|
|
3074
|
+
}
|
|
2774
3075
|
.turtle-widget-root .data-\[variant\=outline\]\:border-l-0[data-variant=outline] {
|
|
2775
3076
|
border-left-style: var(--tw-border-style);
|
|
2776
3077
|
border-left-width: 0;
|
|
@@ -2783,6 +3084,9 @@
|
|
|
2783
3084
|
border-left-style: var(--tw-border-style);
|
|
2784
3085
|
border-left-width: 1px;
|
|
2785
3086
|
}
|
|
3087
|
+
.turtle-widget-root .nth-last-2\:-mt-1:nth-last-child(2) {
|
|
3088
|
+
margin-top: calc(var(--spacing)*-1);
|
|
3089
|
+
}
|
|
2786
3090
|
@media not all and (min-width:64rem) {
|
|
2787
3091
|
.turtle-widget-root .max-lg\:hidden {
|
|
2788
3092
|
display: none;
|
|
@@ -2798,6 +3102,9 @@
|
|
|
2798
3102
|
.turtle-widget-root .sm\:block {
|
|
2799
3103
|
display: block;
|
|
2800
3104
|
}
|
|
3105
|
+
.turtle-widget-root .sm\:inline-block {
|
|
3106
|
+
display: inline-block;
|
|
3107
|
+
}
|
|
2801
3108
|
.turtle-widget-root .sm\:w-\[750px\] {
|
|
2802
3109
|
width: 750px;
|
|
2803
3110
|
}
|
|
@@ -2885,6 +3192,10 @@
|
|
|
2885
3192
|
.turtle-widget-root .md\:rotate-0 {
|
|
2886
3193
|
rotate: none;
|
|
2887
3194
|
}
|
|
3195
|
+
.turtle-widget-root .md\:text-sm {
|
|
3196
|
+
font-size: var(--text-sm);
|
|
3197
|
+
line-height: var(--tw-leading,var(--text-sm--line-height));
|
|
3198
|
+
}
|
|
2888
3199
|
}
|
|
2889
3200
|
@media (min-width:64rem) {
|
|
2890
3201
|
.turtle-widget-root .lg\:bottom-\[-350px\] {
|
|
@@ -2929,6 +3240,17 @@
|
|
|
2929
3240
|
--tw-ring-color: var(--color-border);
|
|
2930
3241
|
}
|
|
2931
3242
|
}
|
|
3243
|
+
@container field-group (min-width:28rem) {
|
|
3244
|
+
.turtle-widget-root .\@md\/field-group\:flex-row {
|
|
3245
|
+
flex-direction: row;
|
|
3246
|
+
}
|
|
3247
|
+
.turtle-widget-root .\@md\/field-group\:items-center {
|
|
3248
|
+
align-items: center;
|
|
3249
|
+
}
|
|
3250
|
+
.turtle-widget-root .\@md\/field-group\:has-\[\>\[data-slot\=field-content\]\]\:items-start:has(>[data-slot=field-content]) {
|
|
3251
|
+
align-items: flex-start;
|
|
3252
|
+
}
|
|
3253
|
+
}
|
|
2932
3254
|
.turtle-widget-root .dark\:bg-destructive\/60:is(.dark *) {
|
|
2933
3255
|
background-color: var(--color-destructive);
|
|
2934
3256
|
}
|
|
@@ -2951,6 +3273,9 @@
|
|
|
2951
3273
|
}
|
|
2952
3274
|
}
|
|
2953
3275
|
}
|
|
3276
|
+
.turtle-widget-root .dark\:bg-transparent:is(.dark *) {
|
|
3277
|
+
background-color: #0000;
|
|
3278
|
+
}
|
|
2954
3279
|
.turtle-widget-root .dark\:group-data-\[state\=checked\]\:bg-primary:is(.dark *):is(:where(.group)[data-state=checked] *) {
|
|
2955
3280
|
background-color: var(--color-primary);
|
|
2956
3281
|
}
|
|
@@ -3011,6 +3336,28 @@
|
|
|
3011
3336
|
}
|
|
3012
3337
|
}
|
|
3013
3338
|
}
|
|
3339
|
+
.turtle-widget-root .dark\:has-data-\[state\=checked\]\:bg-primary\/10:is(.dark *):has([data-state=checked]) {
|
|
3340
|
+
background-color: var(--color-primary);
|
|
3341
|
+
}
|
|
3342
|
+
@supports (color:color-mix(in lab,red,red)) {
|
|
3343
|
+
.turtle-widget-root .dark\:has-data-\[state\=checked\]\:bg-primary\/10:is(.dark *):has([data-state=checked]) {
|
|
3344
|
+
background-color: var(--color-primary);
|
|
3345
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
3346
|
+
background-color: color-mix(in oklab,var(--color-primary)10%,transparent);
|
|
3347
|
+
}
|
|
3348
|
+
}
|
|
3349
|
+
}
|
|
3350
|
+
.turtle-widget-root .dark\:has-\[\[data-slot\]\[aria-invalid\=true\]\]\:ring-destructive\/40:is(.dark *):has([data-slot][aria-invalid=true]) {
|
|
3351
|
+
--tw-ring-color: var(--color-destructive);
|
|
3352
|
+
}
|
|
3353
|
+
@supports (color:color-mix(in lab,red,red)) {
|
|
3354
|
+
.turtle-widget-root .dark\:has-\[\[data-slot\]\[aria-invalid\=true\]\]\:ring-destructive\/40:is(.dark *):has([data-slot][aria-invalid=true]) {
|
|
3355
|
+
--tw-ring-color: var(--color-destructive);
|
|
3356
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
3357
|
+
--tw-ring-color: color-mix(in oklab,var(--color-destructive)40%,transparent);
|
|
3358
|
+
}
|
|
3359
|
+
}
|
|
3360
|
+
}
|
|
3014
3361
|
.turtle-widget-root .dark\:aria-invalid\:ring-destructive\/40:is(.dark *)[aria-invalid=true] {
|
|
3015
3362
|
--tw-ring-color: var(--color-destructive);
|
|
3016
3363
|
}
|
|
@@ -3047,71 +3394,59 @@
|
|
|
3047
3394
|
}
|
|
3048
3395
|
}
|
|
3049
3396
|
}
|
|
3050
|
-
.turtle-widget-root .\[\&_
|
|
3051
|
-
|
|
3397
|
+
.turtle-widget-root .\[\&_\[cmdk-group-heading\]\]\:px-2 [cmdk-group-heading] {
|
|
3398
|
+
padding-inline: calc(var(--spacing)*2);
|
|
3052
3399
|
}
|
|
3053
|
-
.turtle-widget-root .\[\&_
|
|
3054
|
-
|
|
3400
|
+
.turtle-widget-root .\[\&_\[cmdk-group-heading\]\]\:py-1\.5 [cmdk-group-heading] {
|
|
3401
|
+
padding-block: calc(var(--spacing)*1.5);
|
|
3055
3402
|
}
|
|
3056
|
-
|
|
3057
|
-
|
|
3058
|
-
|
|
3059
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
3060
|
-
stroke: color-mix(in oklab,var(--color-border)50%,transparent);
|
|
3061
|
-
}
|
|
3062
|
-
}
|
|
3403
|
+
.turtle-widget-root .\[\&_\[cmdk-group-heading\]\]\:text-xs [cmdk-group-heading] {
|
|
3404
|
+
font-size: var(--text-xs);
|
|
3405
|
+
line-height: var(--tw-leading,var(--text-xs--line-height));
|
|
3063
3406
|
}
|
|
3064
|
-
.turtle-widget-root .\[\&_
|
|
3065
|
-
|
|
3407
|
+
.turtle-widget-root .\[\&_\[cmdk-group-heading\]\]\:font-medium [cmdk-group-heading] {
|
|
3408
|
+
--tw-font-weight: var(--font-weight-medium);
|
|
3409
|
+
font-weight: var(--font-weight-medium);
|
|
3066
3410
|
}
|
|
3067
|
-
.turtle-widget-root .\[\&_
|
|
3068
|
-
|
|
3411
|
+
.turtle-widget-root .\[\&_\[cmdk-group-heading\]\]\:text-muted-foreground [cmdk-group-heading] {
|
|
3412
|
+
color: var(--color-muted-foreground);
|
|
3069
3413
|
}
|
|
3070
|
-
.turtle-widget-root .\[\&_
|
|
3071
|
-
|
|
3072
|
-
outline-style: none;
|
|
3414
|
+
.turtle-widget-root .\[\&_\[cmdk-group\]\]\:px-2 [cmdk-group] {
|
|
3415
|
+
padding-inline: calc(var(--spacing)*2);
|
|
3073
3416
|
}
|
|
3074
|
-
|
|
3075
|
-
|
|
3076
|
-
outline-offset: 2px;
|
|
3077
|
-
outline: 2px solid #0000;
|
|
3078
|
-
}
|
|
3417
|
+
.turtle-widget-root .\[\&_\[cmdk-group\]\:not\(\[hidden\]\)_\~\[cmdk-group\]\]\:pt-0 [cmdk-group]:not([hidden])~[cmdk-group] {
|
|
3418
|
+
padding-top: calc(var(--spacing)*0);
|
|
3079
3419
|
}
|
|
3080
|
-
.turtle-widget-root .\[\&_
|
|
3081
|
-
|
|
3420
|
+
.turtle-widget-root .\[\&_\[cmdk-input-wrapper\]_svg\]\:h-5 [cmdk-input-wrapper] svg {
|
|
3421
|
+
height: calc(var(--spacing)*5);
|
|
3082
3422
|
}
|
|
3083
|
-
.turtle-widget-root .\[\&_
|
|
3084
|
-
|
|
3423
|
+
.turtle-widget-root .\[\&_\[cmdk-input-wrapper\]_svg\]\:w-5 [cmdk-input-wrapper] svg {
|
|
3424
|
+
width: calc(var(--spacing)*5);
|
|
3085
3425
|
}
|
|
3086
|
-
.turtle-widget-root .\[\&_
|
|
3087
|
-
|
|
3426
|
+
.turtle-widget-root .\[\&_\[cmdk-input\]\]\:h-12 [cmdk-input] {
|
|
3427
|
+
height: calc(var(--spacing)*12);
|
|
3088
3428
|
}
|
|
3089
|
-
.turtle-widget-root .\[\&_
|
|
3090
|
-
|
|
3091
|
-
outline-style: none;
|
|
3429
|
+
.turtle-widget-root .\[\&_\[cmdk-item\]\]\:px-2 [cmdk-item] {
|
|
3430
|
+
padding-inline: calc(var(--spacing)*2);
|
|
3092
3431
|
}
|
|
3093
|
-
|
|
3094
|
-
|
|
3095
|
-
outline-offset: 2px;
|
|
3096
|
-
outline: 2px solid #0000;
|
|
3097
|
-
}
|
|
3432
|
+
.turtle-widget-root .\[\&_\[cmdk-item\]\]\:py-3 [cmdk-item] {
|
|
3433
|
+
padding-block: calc(var(--spacing)*3);
|
|
3098
3434
|
}
|
|
3099
|
-
.turtle-widget-root .\[\&_
|
|
3100
|
-
|
|
3435
|
+
.turtle-widget-root .\[\&_\[cmdk-item\]_svg\]\:h-5 [cmdk-item] svg {
|
|
3436
|
+
height: calc(var(--spacing)*5);
|
|
3101
3437
|
}
|
|
3102
|
-
.turtle-widget-root .\[\&_
|
|
3103
|
-
|
|
3104
|
-
outline-style: none;
|
|
3438
|
+
.turtle-widget-root .\[\&_\[cmdk-item\]_svg\]\:w-5 [cmdk-item] svg {
|
|
3439
|
+
width: calc(var(--spacing)*5);
|
|
3105
3440
|
}
|
|
3106
|
-
|
|
3107
|
-
|
|
3108
|
-
outline-offset: 2px;
|
|
3109
|
-
outline: 2px solid #0000;
|
|
3110
|
-
}
|
|
3441
|
+
.turtle-widget-root .\[\&_svg\]\:pointer-events-auto svg {
|
|
3442
|
+
pointer-events: auto;
|
|
3111
3443
|
}
|
|
3112
3444
|
.turtle-widget-root .\[\&_svg\]\:pointer-events-none svg {
|
|
3113
3445
|
pointer-events: none;
|
|
3114
3446
|
}
|
|
3447
|
+
.turtle-widget-root .\[\&_svg\]\:invisible svg {
|
|
3448
|
+
visibility: hidden;
|
|
3449
|
+
}
|
|
3115
3450
|
.turtle-widget-root .\[\&_svg\]\:shrink-0 svg {
|
|
3116
3451
|
flex-shrink: 0;
|
|
3117
3452
|
}
|
|
@@ -3125,6 +3460,12 @@
|
|
|
3125
3460
|
.turtle-widget-root .\[\&\:has\(\[role\=checkbox\]\)\]\:pr-0:has([role=checkbox]) {
|
|
3126
3461
|
padding-right: calc(var(--spacing)*0);
|
|
3127
3462
|
}
|
|
3463
|
+
.turtle-widget-root .\[\.border-b\]\:pb-3.border-b {
|
|
3464
|
+
padding-bottom: calc(var(--spacing)*3);
|
|
3465
|
+
}
|
|
3466
|
+
.turtle-widget-root .\[\.border-t\]\:pt-3.border-t {
|
|
3467
|
+
padding-top: calc(var(--spacing)*3);
|
|
3468
|
+
}
|
|
3128
3469
|
.turtle-widget-root :is(.\*\:\[span\]\:last\:flex>*):is(span):last-child {
|
|
3129
3470
|
display: flex;
|
|
3130
3471
|
}
|
|
@@ -3137,17 +3478,74 @@
|
|
|
3137
3478
|
.turtle-widget-root :is(.data-\[variant\=destructive\]\:\*\:\[svg\]\:\!text-destructive[data-variant=destructive]>*):is(svg) {
|
|
3138
3479
|
color: var(--color-destructive) !important;
|
|
3139
3480
|
}
|
|
3481
|
+
.turtle-widget-root .\[\&\>\*\]\:w-full>* {
|
|
3482
|
+
width: 100%;
|
|
3483
|
+
}
|
|
3484
|
+
.turtle-widget-root .\[\&\>\*\]\:data-\[slot\=field\]\:p-4>[data-slot=field] {
|
|
3485
|
+
padding: calc(var(--spacing)*4);
|
|
3486
|
+
}
|
|
3487
|
+
@container field-group (min-width:28rem) {
|
|
3488
|
+
.turtle-widget-root .\@md\/field-group\:\[\&\>\*\]\:w-auto>* {
|
|
3489
|
+
width: auto;
|
|
3490
|
+
}
|
|
3491
|
+
}
|
|
3492
|
+
.turtle-widget-root .\[\&\>\.sr-only\]\:w-auto>.sr-only {
|
|
3493
|
+
width: auto;
|
|
3494
|
+
}
|
|
3140
3495
|
@media (hover:hover) {
|
|
3141
3496
|
.turtle-widget-root .hover\:\[\&\>\[data-slot\=\"table-cell\"\]\]\:bg-neutral-alpha-5:hover>[data-slot=table-cell] {
|
|
3142
3497
|
background-color: var(--color-neutral-alpha-5);
|
|
3143
3498
|
}
|
|
3144
3499
|
}
|
|
3500
|
+
.turtle-widget-root .\[\&\>\[data-slot\=field-group\]\]\:gap-4>[data-slot=field-group] {
|
|
3501
|
+
gap: calc(var(--spacing)*4);
|
|
3502
|
+
}
|
|
3503
|
+
.turtle-widget-root .\[\&\>\[data-slot\=field-label\]\]\:flex-auto>[data-slot=field-label] {
|
|
3504
|
+
flex: auto;
|
|
3505
|
+
}
|
|
3506
|
+
@container field-group (min-width:28rem) {
|
|
3507
|
+
.turtle-widget-root .\@md\/field-group\:\[\&\>\[data-slot\=field-label\]\]\:flex-auto>[data-slot=field-label] {
|
|
3508
|
+
flex: auto;
|
|
3509
|
+
}
|
|
3510
|
+
}
|
|
3145
3511
|
.turtle-widget-root .\[\&\>\[role\=checkbox\]\]\:translate-y-\[2px\]>[role=checkbox] {
|
|
3146
3512
|
--tw-translate-y: 2px;
|
|
3147
3513
|
translate: var(--tw-translate-x)var(--tw-translate-y);
|
|
3148
3514
|
}
|
|
3149
|
-
.turtle-widget-root
|
|
3150
|
-
|
|
3515
|
+
.turtle-widget-root .has-\[\>\[data-slot\=field-content\]\]\:\[\&\>\[role\=checkbox\]\,\[role\=radio\]\]\:mt-px:has(>[data-slot=field-content])>[role=checkbox], .turtle-widget-root .has-\[\>\[data-slot\=field-content\]\]\:\[\&\>\[role\=checkbox\]\,\[role\=radio\]\]\:mt-px:has(>[data-slot=field-content]) [role=radio] {
|
|
3516
|
+
margin-top: 1px;
|
|
3517
|
+
}
|
|
3518
|
+
@container field-group (min-width:28rem) {
|
|
3519
|
+
.turtle-widget-root .\@md\/field-group\:has-\[\>\[data-slot\=field-content\]\]\:\[\&\>\[role\=checkbox\]\,\[role\=radio\]\]\:mt-px:has(>[data-slot=field-content])>[role=checkbox], .turtle-widget-root .\@md\/field-group\:has-\[\>\[data-slot\=field-content\]\]\:\[\&\>\[role\=checkbox\]\,\[role\=radio\]\]\:mt-px:has(>[data-slot=field-content]) [role=radio] {
|
|
3520
|
+
margin-top: 1px;
|
|
3521
|
+
}
|
|
3522
|
+
}
|
|
3523
|
+
.turtle-widget-root .\[\&\>a\]\:underline>a {
|
|
3524
|
+
text-decoration-line: underline;
|
|
3525
|
+
}
|
|
3526
|
+
.turtle-widget-root .\[\&\>a\]\:underline-offset-4>a {
|
|
3527
|
+
text-underline-offset: 4px;
|
|
3528
|
+
}
|
|
3529
|
+
.turtle-widget-root .\[\&\>a\:hover\]\:text-primary>a:hover {
|
|
3530
|
+
color: var(--color-primary);
|
|
3531
|
+
}
|
|
3532
|
+
.turtle-widget-root .has-\[\>\[data-align\=block-end\]\]\:\[\&\>input\]\:pt-3:has(>[data-align=block-end])>input {
|
|
3533
|
+
padding-top: calc(var(--spacing)*3);
|
|
3534
|
+
}
|
|
3535
|
+
.turtle-widget-root .has-\[\>\[data-align\=block-start\]\]\:\[\&\>input\]\:pb-3:has(>[data-align=block-start])>input {
|
|
3536
|
+
padding-bottom: calc(var(--spacing)*3);
|
|
3537
|
+
}
|
|
3538
|
+
.turtle-widget-root .has-\[\>\[data-align\=inline-end\]\]\:\[\&\>input\]\:pr-2:has(>[data-align=inline-end])>input {
|
|
3539
|
+
padding-right: calc(var(--spacing)*2);
|
|
3540
|
+
}
|
|
3541
|
+
.turtle-widget-root .has-\[\>\[data-align\=inline-start\]\]\:\[\&\>input\]\:pl-2:has(>[data-align=inline-start])>input {
|
|
3542
|
+
padding-left: calc(var(--spacing)*2);
|
|
3543
|
+
}
|
|
3544
|
+
.turtle-widget-root .\[\&\>kbd\]\:rounded-\[calc\(var\(--radius\)-5px\)\]>kbd {
|
|
3545
|
+
border-radius: calc(var(--radius) - 5px);
|
|
3546
|
+
}
|
|
3547
|
+
.turtle-widget-root .\[\&\>svg\]\:pointer-events-auto>svg {
|
|
3548
|
+
pointer-events: auto;
|
|
3151
3549
|
}
|
|
3152
3550
|
.turtle-widget-root .\[\&\>svg\]\:pointer-events-none>svg {
|
|
3153
3551
|
pointer-events: none;
|
|
@@ -3156,25 +3554,21 @@
|
|
|
3156
3554
|
width: calc(var(--spacing)*3);
|
|
3157
3555
|
height: calc(var(--spacing)*3);
|
|
3158
3556
|
}
|
|
3159
|
-
.turtle-widget-root .\[\&\>svg\]\:
|
|
3160
|
-
|
|
3161
|
-
|
|
3162
|
-
.turtle-widget-root .\[\&\>svg\]\:h-3>svg {
|
|
3163
|
-
height: calc(var(--spacing)*3);
|
|
3164
|
-
}
|
|
3165
|
-
.turtle-widget-root .\[\&\>svg\]\:w-2\.5>svg {
|
|
3166
|
-
width: calc(var(--spacing)*2.5);
|
|
3167
|
-
}
|
|
3168
|
-
.turtle-widget-root .\[\&\>svg\]\:w-3>svg {
|
|
3169
|
-
width: calc(var(--spacing)*3);
|
|
3557
|
+
.turtle-widget-root .\[\&\>svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-3\.5>svg:not([class*=size-]) {
|
|
3558
|
+
width: calc(var(--spacing)*3.5);
|
|
3559
|
+
height: calc(var(--spacing)*3.5);
|
|
3170
3560
|
}
|
|
3171
|
-
.turtle-widget-root .\[\&\>svg\]\:
|
|
3172
|
-
|
|
3561
|
+
.turtle-widget-root .\[\&\>svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-4>svg:not([class*=size-]) {
|
|
3562
|
+
width: calc(var(--spacing)*4);
|
|
3563
|
+
height: calc(var(--spacing)*4);
|
|
3173
3564
|
}
|
|
3174
3565
|
.turtle-widget-root .\[\&\>tr\]\:last\:border-b-0>tr:last-child {
|
|
3175
3566
|
border-bottom-style: var(--tw-border-style);
|
|
3176
3567
|
border-bottom-width: 0;
|
|
3177
3568
|
}
|
|
3569
|
+
.turtle-widget-root [data-variant=legend]+.\[\[data-variant\=legend\]\+\&\]\:-mt-1\.5 {
|
|
3570
|
+
margin-top: calc(var(--spacing)*-1.5);
|
|
3571
|
+
}
|
|
3178
3572
|
@media (hover:hover) {
|
|
3179
3573
|
.turtle-widget-root a.\[a\&\]\:hover\:bg-accent:hover {
|
|
3180
3574
|
background-color: var(--color-accent);
|
|
@@ -3302,54 +3696,54 @@
|
|
|
3302
3696
|
initial-value: 0;
|
|
3303
3697
|
}
|
|
3304
3698
|
.turtle-widget-root {
|
|
3305
|
-
--color-brand-green:
|
|
3306
|
-
--color-brand-black:
|
|
3307
|
-
--color-brand-white:
|
|
3308
|
-
--color-neutral-base-50:
|
|
3309
|
-
--color-neutral-base-100:
|
|
3310
|
-
--color-neutral-base-200:
|
|
3311
|
-
--color-neutral-base-300:
|
|
3312
|
-
--color-neutral-base-400:
|
|
3313
|
-
--color-neutral-base-500:
|
|
3314
|
-
--color-neutral-base-600:
|
|
3315
|
-
--color-neutral-base-700:
|
|
3316
|
-
--color-neutral-base-800:
|
|
3317
|
-
--color-neutral-base-850:
|
|
3318
|
-
--color-neutral-base-900:
|
|
3319
|
-
--color-brand-green-alpha-10:
|
|
3320
|
-
--color-brand-green-alpha-30:
|
|
3321
|
-
--color-brand-green-alpha-40:
|
|
3322
|
-
--color-brand-green-alpha-50:
|
|
3323
|
-
--color-brand-green-alpha-60:
|
|
3324
|
-
--color-brand-green-alpha-70:
|
|
3325
|
-
--color-brand-green-alpha-80:
|
|
3326
|
-
--color-brand-green-alpha-90:
|
|
3327
|
-
--color-neutral-alpha-2:
|
|
3328
|
-
--color-neutral-alpha-5:
|
|
3329
|
-
--color-neutral-alpha-10:
|
|
3330
|
-
--color-neutral-alpha-20:
|
|
3331
|
-
--color-neutral-alpha-30:
|
|
3332
|
-
--color-neutral-alpha-50:
|
|
3333
|
-
--color-brand-green-alpha-20:
|
|
3334
|
-
--color-brand-aqua:
|
|
3335
|
-
--color-neutral-alpha-dark-2:
|
|
3336
|
-
--color-neutral-alpha-dark-5:
|
|
3337
|
-
--color-neutral-alpha-dark-10:
|
|
3338
|
-
--color-neutral-alpha-dark-20:
|
|
3339
|
-
--color-neutral-alpha-dark-30:
|
|
3340
|
-
--color-neutral-alpha-dark-50:
|
|
3341
|
-
--color-success:
|
|
3342
|
-
--color-success-light:
|
|
3343
|
-
--color-success-dark:
|
|
3344
|
-
--color-error:
|
|
3345
|
-
--color-error-light:
|
|
3346
|
-
--color-error-dark:
|
|
3347
|
-
--color-warning:
|
|
3348
|
-
--color-warning-light:
|
|
3349
|
-
--color-warning-dark:
|
|
3350
|
-
--color-info:
|
|
3351
|
-
--color-info-light:
|
|
3352
|
-
--color-info-dark:
|
|
3699
|
+
--color-brand-green: oklch(86.23% .2096 142.59);
|
|
3700
|
+
--color-brand-black: oklch(19.42% .0025 145.48);
|
|
3701
|
+
--color-brand-white: oklch(98.21% 0 89.88);
|
|
3702
|
+
--color-neutral-base-50: oklch(98.21% 0 89.88);
|
|
3703
|
+
--color-neutral-base-100: oklch(95.81% 0 89.88);
|
|
3704
|
+
--color-neutral-base-200: oklch(92.19% 0 89.88);
|
|
3705
|
+
--color-neutral-base-300: oklch(86.07% 0 89.88);
|
|
3706
|
+
--color-neutral-base-400: oklch(71.55% 0 89.88);
|
|
3707
|
+
--color-neutral-base-500: oklch(55.55% 0 89.88);
|
|
3708
|
+
--color-neutral-base-600: oklch(43.86% 0 89.88);
|
|
3709
|
+
--color-neutral-base-700: oklch(37.15% 0 89.88);
|
|
3710
|
+
--color-neutral-base-800: oklch(26.86% 0 89.88);
|
|
3711
|
+
--color-neutral-base-850: oklch(21.63% .0025 145.49);
|
|
3712
|
+
--color-neutral-base-900: oklch(19.42% .0025 145.48);
|
|
3713
|
+
--color-brand-green-alpha-10: oklch(64.77% .1717 141.5/.102);
|
|
3714
|
+
--color-brand-green-alpha-30: oklch(86.23% .2096 142.59/.302);
|
|
3715
|
+
--color-brand-green-alpha-40: oklch(86.23% .2096 142.59/.4);
|
|
3716
|
+
--color-brand-green-alpha-50: oklch(86.23% .2096 142.59/.502);
|
|
3717
|
+
--color-brand-green-alpha-60: oklch(86.23% .2096 142.59/.6);
|
|
3718
|
+
--color-brand-green-alpha-70: oklch(86.23% .2096 142.59/.702);
|
|
3719
|
+
--color-brand-green-alpha-80: oklch(86.23% .2096 142.59/.8);
|
|
3720
|
+
--color-brand-green-alpha-90: oklch(86.23% .2096 142.59/.902);
|
|
3721
|
+
--color-neutral-alpha-2: oklch(98.21% 0 89.88/.02);
|
|
3722
|
+
--color-neutral-alpha-5: oklch(98.21% 0 89.88/.051);
|
|
3723
|
+
--color-neutral-alpha-10: oklch(98.21% 0 89.88/.102);
|
|
3724
|
+
--color-neutral-alpha-20: oklch(98.21% 0 89.88/.2);
|
|
3725
|
+
--color-neutral-alpha-30: oklch(98.21% 0 89.88/.302);
|
|
3726
|
+
--color-neutral-alpha-50: oklch(100% 0 89.88/.502);
|
|
3727
|
+
--color-brand-green-alpha-20: oklch(86.23% .2096 142.59/.2);
|
|
3728
|
+
--color-brand-aqua: oklch(90.35% .0807 168.05);
|
|
3729
|
+
--color-neutral-alpha-dark-2: oklch(19.42% .0025 145.48/.02);
|
|
3730
|
+
--color-neutral-alpha-dark-5: oklch(19.42% .0025 145.48/.051);
|
|
3731
|
+
--color-neutral-alpha-dark-10: oklch(19.42% .0025 145.48/.102);
|
|
3732
|
+
--color-neutral-alpha-dark-20: oklch(19.42% .0025 145.48/.2);
|
|
3733
|
+
--color-neutral-alpha-dark-30: oklch(19.42% .0025 145.48/.302);
|
|
3734
|
+
--color-neutral-alpha-dark-50: oklch(19.42% .0025 145.48/.502);
|
|
3735
|
+
--color-success: oklch(72.27% .192 149.58);
|
|
3736
|
+
--color-success-light: oklch(96.24% .0434 156.74);
|
|
3737
|
+
--color-success-dark: oklch(44.79% .1083 151.33);
|
|
3738
|
+
--color-error: oklch(63.68% .2078 25.33);
|
|
3739
|
+
--color-error-light: oklch(93.56% .0309 17.72);
|
|
3740
|
+
--color-error-dark: oklch(44.37% .1613 26.9);
|
|
3741
|
+
--color-warning: oklch(76.86% .1647 70.08);
|
|
3742
|
+
--color-warning-light: oklch(96.19% .058 95.62);
|
|
3743
|
+
--color-warning-dark: oklch(47.32% .1247 46.2);
|
|
3744
|
+
--color-info: oklch(62.31% .188 259.81);
|
|
3745
|
+
--color-info-light: oklch(93.19% .0316 255.59);
|
|
3746
|
+
--color-info-dark: oklch(42.44% .1809 265.64);
|
|
3353
3747
|
--spacing-0: 0px;
|
|
3354
3748
|
--spacing-1: .25rem;
|
|
3355
3749
|
--spacing-2: .5rem;
|
|
@@ -3380,33 +3774,8 @@
|
|
|
3380
3774
|
--spacing-section-gap: var(--spacing-8);
|
|
3381
3775
|
--spacing-component-gap: var(--spacing-4);
|
|
3382
3776
|
--spacing-element-gap: var(--spacing-2);
|
|
3383
|
-
--radius-none: 0px;
|
|
3384
|
-
--radius-xs: .125rem;
|
|
3385
|
-
--radius-sm: .25rem;
|
|
3386
|
-
--radius-md: .375rem;
|
|
3387
|
-
--radius-lg: .5rem;
|
|
3388
|
-
--radius-lg-2: .625rem;
|
|
3389
|
-
--radius-xl: .75rem;
|
|
3390
|
-
--radius-2xl: 1rem;
|
|
3391
3777
|
--radius-turtle: 1.25rem;
|
|
3392
3778
|
--radius-3xl: 1.5rem;
|
|
3393
|
-
--radius-full: 9999px;
|
|
3394
|
-
--radius-default: .625rem;
|
|
3395
|
-
--radius-button: var(--radius-full);
|
|
3396
|
-
--radius-card: var(--radius-turtle);
|
|
3397
|
-
--radius-info-card: var(--radius-lg-2);
|
|
3398
|
-
--radius-input: var(--radius-md);
|
|
3399
|
-
--radius-modal: var(--radius-xl);
|
|
3400
|
-
--radius-tooltip: var(--radius-md);
|
|
3401
|
-
--radius-avatar: var(--radius-full);
|
|
3402
|
-
--radius-badge: var(--radius-full);
|
|
3403
|
-
--radius-chip: var(--radius-full);
|
|
3404
|
-
--radius-progress: var(--radius-full);
|
|
3405
|
-
--radius-slider-thumb: var(--radius-full);
|
|
3406
|
-
--radius-switch: var(--radius-full);
|
|
3407
|
-
--radius-tab: var(--radius-lg);
|
|
3408
|
-
--radius-dropdown: var(--radius-lg);
|
|
3409
|
-
--radius-popover: var(--radius-lg);
|
|
3410
3779
|
--font-sans: ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
|
|
3411
3780
|
--font-mono: ui-monospace,SFMono-Regular,"SF Mono",Consolas,"Liberation Mono",Menlo,monospace;
|
|
3412
3781
|
--font-display: var(--font-sans);
|
|
@@ -3475,7 +3844,7 @@
|
|
|
3475
3844
|
--border: var(--color-neutral-alpha-10);
|
|
3476
3845
|
--input: var(--color-neutral-alpha-2);
|
|
3477
3846
|
--ring: var(--color-brand-green);
|
|
3478
|
-
--radius: var(--radius-
|
|
3847
|
+
--radius: var(--radius-turtle);
|
|
3479
3848
|
--chart-1: var(--color-brand-green);
|
|
3480
3849
|
--chart-2: var(--color-info);
|
|
3481
3850
|
--chart-3: var(--color-warning);
|
|
@@ -3597,26 +3966,6 @@
|
|
|
3597
3966
|
syntax: "*";
|
|
3598
3967
|
inherits: false;
|
|
3599
3968
|
}
|
|
3600
|
-
@property --tw-ordinal {
|
|
3601
|
-
syntax: "*";
|
|
3602
|
-
inherits: false;
|
|
3603
|
-
}
|
|
3604
|
-
@property --tw-slashed-zero {
|
|
3605
|
-
syntax: "*";
|
|
3606
|
-
inherits: false;
|
|
3607
|
-
}
|
|
3608
|
-
@property --tw-numeric-figure {
|
|
3609
|
-
syntax: "*";
|
|
3610
|
-
inherits: false;
|
|
3611
|
-
}
|
|
3612
|
-
@property --tw-numeric-spacing {
|
|
3613
|
-
syntax: "*";
|
|
3614
|
-
inherits: false;
|
|
3615
|
-
}
|
|
3616
|
-
@property --tw-numeric-fraction {
|
|
3617
|
-
syntax: "*";
|
|
3618
|
-
inherits: false;
|
|
3619
|
-
}
|
|
3620
3969
|
@property --tw-shadow {
|
|
3621
3970
|
syntax: "*";
|
|
3622
3971
|
inherits: false;
|
|
@@ -3834,7 +4183,6 @@
|
|
|
3834
4183
|
--color-red-600: oklch(57.7% 0.245 27.325);
|
|
3835
4184
|
--color-amber-600: oklch(66.6% 0.179 58.318);
|
|
3836
4185
|
--color-yellow-600: oklch(68.1% 0.162 75.834);
|
|
3837
|
-
--color-green-500: oklch(72.3% 0.219 149.579);
|
|
3838
4186
|
--color-green-600: oklch(62.7% 0.194 149.214);
|
|
3839
4187
|
--color-black: #000;
|
|
3840
4188
|
--color-white: #fff;
|
|
@@ -3867,25 +4215,26 @@
|
|
|
3867
4215
|
--text-7xl--line-height: 1;
|
|
3868
4216
|
--text-8xl: 6rem;
|
|
3869
4217
|
--text-8xl--line-height: 1;
|
|
4218
|
+
--font-weight-light: 300;
|
|
3870
4219
|
--font-weight-normal: 400;
|
|
3871
4220
|
--font-weight-medium: 500;
|
|
3872
4221
|
--font-weight-semibold: 600;
|
|
3873
4222
|
--font-weight-bold: 700;
|
|
3874
4223
|
--tracking-tight: -0.025em;
|
|
3875
4224
|
--tracking-widest: 0.1em;
|
|
3876
|
-
--
|
|
3877
|
-
--
|
|
3878
|
-
--radius-
|
|
4225
|
+
--leading-snug: 1.375;
|
|
4226
|
+
--leading-normal: 1.5;
|
|
4227
|
+
--radius-xs: calc(var(--radius) - 16px);
|
|
4228
|
+
--radius-sm: calc(var(--radius) - 8px);
|
|
4229
|
+
--radius-md: calc(var(--radius) - 4px);
|
|
3879
4230
|
--radius-lg: var(--radius);
|
|
3880
|
-
--radius-xl: calc(var(--radius) + 4px);
|
|
3881
4231
|
--drop-shadow-lg: 0 4px 4px rgb(0 0 0 / 0.15);
|
|
3882
4232
|
--animate-spin: spin 1s linear infinite;
|
|
3883
4233
|
--animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
|
|
3884
4234
|
--blur-lg: 16px;
|
|
3885
|
-
--aspect-video: 16 / 9;
|
|
3886
4235
|
--default-transition-duration: 150ms;
|
|
3887
4236
|
--default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
3888
|
-
--default-font-family:
|
|
4237
|
+
--default-font-family: "DM Sans", sans-serif;
|
|
3889
4238
|
--default-mono-font-family: var(--font-mono);
|
|
3890
4239
|
--radius-full: calc(infinity * 1px);
|
|
3891
4240
|
--radius-turtle: var(--radius-turtle);
|
|
@@ -4715,55 +5064,55 @@
|
|
|
4715
5064
|
}
|
|
4716
5065
|
@layer utilities;
|
|
4717
5066
|
.turtle-widget-root {
|
|
4718
|
-
--color-brand-green:
|
|
4719
|
-
--color-brand-black:
|
|
4720
|
-
--color-brand-white:
|
|
4721
|
-
--color-neutral-base-50:
|
|
4722
|
-
--color-neutral-base-100:
|
|
4723
|
-
--color-neutral-base-200:
|
|
4724
|
-
--color-neutral-base-300:
|
|
4725
|
-
--color-neutral-base-400:
|
|
4726
|
-
--color-neutral-base-500:
|
|
4727
|
-
--color-neutral-base-600:
|
|
4728
|
-
--color-neutral-base-700:
|
|
4729
|
-
--color-neutral-base-800:
|
|
4730
|
-
--color-neutral-base-850:
|
|
4731
|
-
--color-neutral-base-900:
|
|
4732
|
-
--color-brand-green-alpha-10:
|
|
4733
|
-
--color-brand-green-alpha-30:
|
|
4734
|
-
--color-brand-green-alpha-40:
|
|
4735
|
-
--color-brand-green-alpha-50:
|
|
4736
|
-
--color-brand-green-alpha-60:
|
|
4737
|
-
--color-brand-green-alpha-70:
|
|
4738
|
-
--color-brand-green-alpha-80:
|
|
4739
|
-
--color-brand-green-alpha-90:
|
|
4740
|
-
--color-neutral-alpha-2:
|
|
4741
|
-
--color-neutral-alpha-5:
|
|
4742
|
-
--color-neutral-alpha-10:
|
|
4743
|
-
--color-neutral-alpha-20:
|
|
4744
|
-
--color-neutral-alpha-30:
|
|
4745
|
-
--color-neutral-alpha-50:
|
|
4746
|
-
--color-brand-green-alpha-10:
|
|
4747
|
-
--color-brand-green-alpha-20:
|
|
4748
|
-
--color-brand-aqua:
|
|
4749
|
-
--color-neutral-alpha-dark-2:
|
|
4750
|
-
--color-neutral-alpha-dark-5:
|
|
4751
|
-
--color-neutral-alpha-dark-10:
|
|
4752
|
-
--color-neutral-alpha-dark-20:
|
|
4753
|
-
--color-neutral-alpha-dark-30:
|
|
4754
|
-
--color-neutral-alpha-dark-50:
|
|
4755
|
-
--color-success:
|
|
4756
|
-
--color-success-light:
|
|
4757
|
-
--color-success-dark:
|
|
4758
|
-
--color-error:
|
|
4759
|
-
--color-error-light:
|
|
4760
|
-
--color-error-dark:
|
|
4761
|
-
--color-warning:
|
|
4762
|
-
--color-warning-light:
|
|
4763
|
-
--color-warning-dark:
|
|
4764
|
-
--color-info:
|
|
4765
|
-
--color-info-light:
|
|
4766
|
-
--color-info-dark:
|
|
5067
|
+
--color-brand-green: oklch(0.8623 0.2096 142.59);
|
|
5068
|
+
--color-brand-black: oklch(0.1942 0.0025 145.48);
|
|
5069
|
+
--color-brand-white: oklch(0.9821 0 89.88);
|
|
5070
|
+
--color-neutral-base-50: oklch(0.9821 0 89.88);
|
|
5071
|
+
--color-neutral-base-100: oklch(0.9581 0 89.88);
|
|
5072
|
+
--color-neutral-base-200: oklch(0.9219 0 89.88);
|
|
5073
|
+
--color-neutral-base-300: oklch(0.8607 0 89.88);
|
|
5074
|
+
--color-neutral-base-400: oklch(0.7155 0 89.88);
|
|
5075
|
+
--color-neutral-base-500: oklch(0.5555 0 89.88);
|
|
5076
|
+
--color-neutral-base-600: oklch(0.4386 0 89.88);
|
|
5077
|
+
--color-neutral-base-700: oklch(0.3715 0 89.88);
|
|
5078
|
+
--color-neutral-base-800: oklch(0.2686 0 89.88);
|
|
5079
|
+
--color-neutral-base-850: oklch(0.2163 0.0025 145.49);
|
|
5080
|
+
--color-neutral-base-900: oklch(0.1942 0.0025 145.48);
|
|
5081
|
+
--color-brand-green-alpha-10: oklch(0.8623 0.2096 142.59 / 0.102);
|
|
5082
|
+
--color-brand-green-alpha-30: oklch(0.8623 0.2096 142.59 / 0.302);
|
|
5083
|
+
--color-brand-green-alpha-40: oklch(0.8623 0.2096 142.59 / 0.4);
|
|
5084
|
+
--color-brand-green-alpha-50: oklch(0.8623 0.2096 142.59 / 0.502);
|
|
5085
|
+
--color-brand-green-alpha-60: oklch(0.8623 0.2096 142.59 / 0.6);
|
|
5086
|
+
--color-brand-green-alpha-70: oklch(0.8623 0.2096 142.59 / 0.702);
|
|
5087
|
+
--color-brand-green-alpha-80: oklch(0.8623 0.2096 142.59 / 0.8);
|
|
5088
|
+
--color-brand-green-alpha-90: oklch(0.8623 0.2096 142.59 / 0.902);
|
|
5089
|
+
--color-neutral-alpha-2: oklch(0.9821 0 89.88 / 0.02);
|
|
5090
|
+
--color-neutral-alpha-5: oklch(0.9821 0 89.88 / 0.051);
|
|
5091
|
+
--color-neutral-alpha-10: oklch(0.9821 0 89.88 / 0.102);
|
|
5092
|
+
--color-neutral-alpha-20: oklch(0.9821 0 89.88 / 0.2);
|
|
5093
|
+
--color-neutral-alpha-30: oklch(0.9821 0 89.88 / 0.302);
|
|
5094
|
+
--color-neutral-alpha-50: oklch(1 0 89.88 / 0.502);
|
|
5095
|
+
--color-brand-green-alpha-10: oklch(0.6477 0.1717 141.5 / 0.102);
|
|
5096
|
+
--color-brand-green-alpha-20: oklch(0.8623 0.2096 142.59 / 0.2);
|
|
5097
|
+
--color-brand-aqua: oklch(0.9035 0.0807 168.05);
|
|
5098
|
+
--color-neutral-alpha-dark-2: oklch(0.1942 0.0025 145.48 / 0.02);
|
|
5099
|
+
--color-neutral-alpha-dark-5: oklch(0.1942 0.0025 145.48 / 0.051);
|
|
5100
|
+
--color-neutral-alpha-dark-10: oklch(0.1942 0.0025 145.48 / 0.102);
|
|
5101
|
+
--color-neutral-alpha-dark-20: oklch(0.1942 0.0025 145.48 / 0.2);
|
|
5102
|
+
--color-neutral-alpha-dark-30: oklch(0.1942 0.0025 145.48 / 0.302);
|
|
5103
|
+
--color-neutral-alpha-dark-50: oklch(0.1942 0.0025 145.48 / 0.502);
|
|
5104
|
+
--color-success: oklch(0.7227 0.192 149.58);
|
|
5105
|
+
--color-success-light: oklch(0.9624 0.0434 156.74);
|
|
5106
|
+
--color-success-dark: oklch(0.4479 0.1083 151.33);
|
|
5107
|
+
--color-error: oklch(0.6368 0.2078 25.33);
|
|
5108
|
+
--color-error-light: oklch(0.9356 0.0309 17.72);
|
|
5109
|
+
--color-error-dark: oklch(0.4437 0.1613 26.9);
|
|
5110
|
+
--color-warning: oklch(0.7686 0.1647 70.08);
|
|
5111
|
+
--color-warning-light: oklch(0.9619 0.058 95.62);
|
|
5112
|
+
--color-warning-dark: oklch(0.4732 0.1247 46.2);
|
|
5113
|
+
--color-info: oklch(0.6231 0.188 259.81);
|
|
5114
|
+
--color-info-light: oklch(0.9319 0.0316 255.59);
|
|
5115
|
+
--color-info-dark: oklch(0.4244 0.1809 265.64);
|
|
4767
5116
|
}
|
|
4768
5117
|
.turtle-widget-root {
|
|
4769
5118
|
--spacing-0: 0px;
|
|
@@ -4798,33 +5147,8 @@
|
|
|
4798
5147
|
--spacing-element-gap: var(--spacing-2);
|
|
4799
5148
|
}
|
|
4800
5149
|
.turtle-widget-root {
|
|
4801
|
-
--radius-none: 0px;
|
|
4802
|
-
--radius-xs: 0.125rem;
|
|
4803
|
-
--radius-sm: 0.25rem;
|
|
4804
|
-
--radius-md: 0.375rem;
|
|
4805
|
-
--radius-lg: 0.5rem;
|
|
4806
|
-
--radius-lg-2: 0.625rem;
|
|
4807
|
-
--radius-xl: 0.75rem;
|
|
4808
|
-
--radius-2xl: 1rem;
|
|
4809
5150
|
--radius-turtle: 1.25rem;
|
|
4810
5151
|
--radius-3xl: 1.5rem;
|
|
4811
|
-
--radius-full: 9999px;
|
|
4812
|
-
--radius-default: 0.625rem;
|
|
4813
|
-
--radius-button: var(--radius-full);
|
|
4814
|
-
--radius-card: var(--radius-turtle);
|
|
4815
|
-
--radius-info-card: var(--radius-lg-2);
|
|
4816
|
-
--radius-input: var(--radius-md);
|
|
4817
|
-
--radius-modal: var(--radius-xl);
|
|
4818
|
-
--radius-tooltip: var(--radius-md);
|
|
4819
|
-
--radius-avatar: var(--radius-full);
|
|
4820
|
-
--radius-badge: var(--radius-full);
|
|
4821
|
-
--radius-chip: var(--radius-full);
|
|
4822
|
-
--radius-progress: var(--radius-full);
|
|
4823
|
-
--radius-slider-thumb: var(--radius-full);
|
|
4824
|
-
--radius-switch: var(--radius-full);
|
|
4825
|
-
--radius-tab: var(--radius-lg);
|
|
4826
|
-
--radius-dropdown: var(--radius-lg);
|
|
4827
|
-
--radius-popover: var(--radius-lg);
|
|
4828
5152
|
}
|
|
4829
5153
|
.turtle-widget-root {
|
|
4830
5154
|
--font-sans: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
|
|
@@ -4901,7 +5225,7 @@
|
|
|
4901
5225
|
--border: var(--color-neutral-alpha-10);
|
|
4902
5226
|
--input: var(--color-neutral-alpha-2);
|
|
4903
5227
|
--ring: var(--color-brand-green);
|
|
4904
|
-
--radius: var(--radius-
|
|
5228
|
+
--radius: var(--radius-turtle);
|
|
4905
5229
|
--chart-1: var(--color-brand-green);
|
|
4906
5230
|
--chart-2: var(--color-info);
|
|
4907
5231
|
--chart-3: var(--color-warning);
|
|
@@ -4929,6 +5253,22 @@
|
|
|
4929
5253
|
--input: var(--color-neutral-alpha-2);
|
|
4930
5254
|
--ring: var(--color-brand-green);
|
|
4931
5255
|
}
|
|
5256
|
+
@layer base {
|
|
5257
|
+
.turtle-widget-root * {
|
|
5258
|
+
& *::selection {
|
|
5259
|
+
background-color: var(--color-primary);
|
|
5260
|
+
}
|
|
5261
|
+
&::selection {
|
|
5262
|
+
background-color: var(--color-primary);
|
|
5263
|
+
}
|
|
5264
|
+
& *::selection {
|
|
5265
|
+
color: var(--color-primary-foreground);
|
|
5266
|
+
}
|
|
5267
|
+
&::selection {
|
|
5268
|
+
color: var(--color-primary-foreground);
|
|
5269
|
+
}
|
|
5270
|
+
}
|
|
5271
|
+
}
|
|
4932
5272
|
@layer components {
|
|
4933
5273
|
.turtle-widget-root .managed-table {
|
|
4934
5274
|
border-collapse: separate;
|
|
@@ -5084,11 +5424,6 @@
|
|
|
5084
5424
|
--tw-leading: initial;
|
|
5085
5425
|
--tw-font-weight: initial;
|
|
5086
5426
|
--tw-tracking: initial;
|
|
5087
|
-
--tw-ordinal: initial;
|
|
5088
|
-
--tw-slashed-zero: initial;
|
|
5089
|
-
--tw-numeric-figure: initial;
|
|
5090
|
-
--tw-numeric-spacing: initial;
|
|
5091
|
-
--tw-numeric-fraction: initial;
|
|
5092
5427
|
--tw-shadow: 0 0 #0000;
|
|
5093
5428
|
--tw-shadow-color: initial;
|
|
5094
5429
|
--tw-shadow-alpha: 100%;
|