@turtleclub/earn-widget 0.3.0-beta.2 → 0.3.0-beta.21
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/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/styles.css +1694 -265
- package/package.json +4 -4
package/dist/styles.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! tailwindcss v4.1.
|
|
1
|
+
/*! tailwindcss v4.1.13 | MIT License | https://tailwindcss.com */
|
|
2
2
|
@layer properties;
|
|
3
3
|
@layer theme, base, components, utilities;
|
|
4
4
|
@layer theme {
|
|
@@ -8,11 +8,16 @@
|
|
|
8
8
|
--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
|
|
9
9
|
"Courier New", monospace;
|
|
10
10
|
--color-red-600: oklch(57.7% 0.245 27.325);
|
|
11
|
+
--color-amber-600: oklch(66.6% 0.179 58.318);
|
|
11
12
|
--color-yellow-600: oklch(68.1% 0.162 75.834);
|
|
12
13
|
--color-green-500: oklch(72.3% 0.219 149.579);
|
|
13
14
|
--color-green-600: oklch(62.7% 0.194 149.214);
|
|
15
|
+
--color-black: #000;
|
|
14
16
|
--color-white: #fff;
|
|
15
17
|
--spacing: 0.25rem;
|
|
18
|
+
--container-md: 28rem;
|
|
19
|
+
--container-lg: 32rem;
|
|
20
|
+
--container-6xl: 72rem;
|
|
16
21
|
--text-xs: 0.75rem;
|
|
17
22
|
--text-xs--line-height: calc(1 / 0.75);
|
|
18
23
|
--text-sm: 0.875rem;
|
|
@@ -42,12 +47,16 @@
|
|
|
42
47
|
--font-weight-semibold: 600;
|
|
43
48
|
--font-weight-bold: 700;
|
|
44
49
|
--tracking-tight: -0.025em;
|
|
45
|
-
--tracking-
|
|
50
|
+
--tracking-widest: 0.1em;
|
|
51
|
+
--radius-xs: 0.125rem;
|
|
46
52
|
--radius-md: 0.375rem;
|
|
47
53
|
--radius-lg: 0.5rem;
|
|
48
54
|
--radius-xl: 0.75rem;
|
|
55
|
+
--drop-shadow-lg: 0 4px 4px rgb(0 0 0 / 0.15);
|
|
49
56
|
--animate-spin: spin 1s linear infinite;
|
|
50
57
|
--animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
|
|
58
|
+
--blur-lg: 16px;
|
|
59
|
+
--aspect-video: 16 / 9;
|
|
51
60
|
--default-transition-duration: 150ms;
|
|
52
61
|
--default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
53
62
|
--default-font-family: var(--font-sans);
|
|
@@ -186,6 +195,9 @@
|
|
|
186
195
|
.turtle-widget-root ::-webkit-datetime-edit, .turtle-widget-root ::-webkit-datetime-edit-year-field, .turtle-widget-root ::-webkit-datetime-edit-month-field, .turtle-widget-root ::-webkit-datetime-edit-day-field, .turtle-widget-root ::-webkit-datetime-edit-hour-field, .turtle-widget-root ::-webkit-datetime-edit-minute-field, .turtle-widget-root ::-webkit-datetime-edit-second-field, .turtle-widget-root ::-webkit-datetime-edit-millisecond-field, .turtle-widget-root ::-webkit-datetime-edit-meridiem-field {
|
|
187
196
|
padding-block: 0;
|
|
188
197
|
}
|
|
198
|
+
.turtle-widget-root ::-webkit-calendar-picker-indicator {
|
|
199
|
+
line-height: 1;
|
|
200
|
+
}
|
|
189
201
|
.turtle-widget-root :-moz-ui-invalid {
|
|
190
202
|
box-shadow: none;
|
|
191
203
|
}
|
|
@@ -200,36 +212,24 @@
|
|
|
200
212
|
}
|
|
201
213
|
}
|
|
202
214
|
@layer utilities {
|
|
203
|
-
.turtle-widget-root .
|
|
204
|
-
|
|
215
|
+
.turtle-widget-root .visible {
|
|
216
|
+
visibility: visible;
|
|
205
217
|
}
|
|
206
218
|
.turtle-widget-root .absolute {
|
|
207
219
|
position: absolute;
|
|
208
220
|
}
|
|
209
|
-
.turtle-widget-root .fixed {
|
|
210
|
-
position: fixed;
|
|
211
|
-
}
|
|
212
221
|
.turtle-widget-root .relative {
|
|
213
222
|
position: relative;
|
|
214
223
|
}
|
|
215
224
|
.turtle-widget-root .sticky {
|
|
216
225
|
position: sticky;
|
|
217
226
|
}
|
|
218
|
-
.turtle-widget-root .
|
|
219
|
-
|
|
220
|
-
}
|
|
221
|
-
.turtle-widget-root .right-1 {
|
|
222
|
-
right: calc(var(--spacing) * 1);
|
|
223
|
-
}
|
|
224
|
-
.turtle-widget-root .right-2 {
|
|
225
|
-
right: calc(var(--spacing) * 2);
|
|
227
|
+
.turtle-widget-root .inset-0 {
|
|
228
|
+
inset: calc(var(--spacing) * 0);
|
|
226
229
|
}
|
|
227
230
|
.turtle-widget-root .bottom-0 {
|
|
228
231
|
bottom: calc(var(--spacing) * 0);
|
|
229
232
|
}
|
|
230
|
-
.turtle-widget-root .bottom-2 {
|
|
231
|
-
bottom: calc(var(--spacing) * 2);
|
|
232
|
-
}
|
|
233
233
|
.turtle-widget-root .bottom-3 {
|
|
234
234
|
bottom: calc(var(--spacing) * 3);
|
|
235
235
|
}
|
|
@@ -272,9 +272,6 @@
|
|
|
272
272
|
.turtle-widget-root .mb-2 {
|
|
273
273
|
margin-bottom: calc(var(--spacing) * 2);
|
|
274
274
|
}
|
|
275
|
-
.turtle-widget-root .mb-3 {
|
|
276
|
-
margin-bottom: calc(var(--spacing) * 3);
|
|
277
|
-
}
|
|
278
275
|
.turtle-widget-root .flex {
|
|
279
276
|
display: flex;
|
|
280
277
|
}
|
|
@@ -285,6 +282,10 @@
|
|
|
285
282
|
width: calc(var(--spacing) * 5);
|
|
286
283
|
height: calc(var(--spacing) * 5);
|
|
287
284
|
}
|
|
285
|
+
.turtle-widget-root .size-6 {
|
|
286
|
+
width: calc(var(--spacing) * 6);
|
|
287
|
+
height: calc(var(--spacing) * 6);
|
|
288
|
+
}
|
|
288
289
|
.turtle-widget-root .h-4 {
|
|
289
290
|
height: calc(var(--spacing) * 4);
|
|
290
291
|
}
|
|
@@ -360,6 +361,12 @@
|
|
|
360
361
|
.turtle-widget-root .max-w-\[120px\] {
|
|
361
362
|
max-width: 120px;
|
|
362
363
|
}
|
|
364
|
+
.turtle-widget-root .max-w-md {
|
|
365
|
+
max-width: var(--container-md);
|
|
366
|
+
}
|
|
367
|
+
.turtle-widget-root .min-w-\[140px\] {
|
|
368
|
+
min-width: 140px;
|
|
369
|
+
}
|
|
363
370
|
.turtle-widget-root .flex-1 {
|
|
364
371
|
flex: 1;
|
|
365
372
|
}
|
|
@@ -373,13 +380,6 @@
|
|
|
373
380
|
--tw-translate-x: calc(var(--spacing) * -2.5);
|
|
374
381
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
375
382
|
}
|
|
376
|
-
.turtle-widget-root .-translate-y-1\/2 {
|
|
377
|
-
--tw-translate-y: calc(calc(1/2 * 100%) * -1);
|
|
378
|
-
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
379
|
-
}
|
|
380
|
-
.turtle-widget-root .transform {
|
|
381
|
-
transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
|
|
382
|
-
}
|
|
383
383
|
.turtle-widget-root .animate-pulse {
|
|
384
384
|
animation: var(--animate-pulse);
|
|
385
385
|
}
|
|
@@ -413,9 +413,6 @@
|
|
|
413
413
|
.turtle-widget-root .gap-0\.5 {
|
|
414
414
|
gap: calc(var(--spacing) * 0.5);
|
|
415
415
|
}
|
|
416
|
-
.turtle-widget-root .gap-1\.5 {
|
|
417
|
-
gap: calc(var(--spacing) * 1.5);
|
|
418
|
-
}
|
|
419
416
|
.turtle-widget-root .gap-2 {
|
|
420
417
|
gap: calc(var(--spacing) * 2);
|
|
421
418
|
}
|
|
@@ -442,11 +439,11 @@
|
|
|
442
439
|
margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
|
|
443
440
|
}
|
|
444
441
|
}
|
|
445
|
-
.turtle-widget-root
|
|
442
|
+
.turtle-widget-root .space-y-4 {
|
|
446
443
|
:where(& > :not(:last-child)) {
|
|
447
|
-
--tw-space-
|
|
448
|
-
margin-
|
|
449
|
-
margin-
|
|
444
|
+
--tw-space-y-reverse: 0;
|
|
445
|
+
margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
|
|
446
|
+
margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
|
|
450
447
|
}
|
|
451
448
|
}
|
|
452
449
|
.turtle-widget-root .truncate {
|
|
@@ -469,9 +466,6 @@
|
|
|
469
466
|
.turtle-widget-root .rounded-lg {
|
|
470
467
|
border-radius: var(--radius-lg);
|
|
471
468
|
}
|
|
472
|
-
.turtle-widget-root .rounded-md {
|
|
473
|
-
border-radius: var(--radius-md);
|
|
474
|
-
}
|
|
475
469
|
.turtle-widget-root .rounded-l-none {
|
|
476
470
|
border-top-left-radius: 0;
|
|
477
471
|
border-bottom-left-radius: 0;
|
|
@@ -486,8 +480,8 @@
|
|
|
486
480
|
.turtle-widget-root .object-contain {
|
|
487
481
|
object-fit: contain;
|
|
488
482
|
}
|
|
489
|
-
.turtle-widget-root .
|
|
490
|
-
|
|
483
|
+
.turtle-widget-root .p-0 {
|
|
484
|
+
padding: calc(var(--spacing) * 0);
|
|
491
485
|
}
|
|
492
486
|
.turtle-widget-root .p-1 {
|
|
493
487
|
padding: calc(var(--spacing) * 1);
|
|
@@ -501,6 +495,9 @@
|
|
|
501
495
|
.turtle-widget-root .p-6 {
|
|
502
496
|
padding: calc(var(--spacing) * 6);
|
|
503
497
|
}
|
|
498
|
+
.turtle-widget-root .p-8 {
|
|
499
|
+
padding: calc(var(--spacing) * 8);
|
|
500
|
+
}
|
|
504
501
|
.turtle-widget-root .px-3 {
|
|
505
502
|
padding-inline: calc(var(--spacing) * 3);
|
|
506
503
|
}
|
|
@@ -510,33 +507,18 @@
|
|
|
510
507
|
.turtle-widget-root .py-2 {
|
|
511
508
|
padding-block: calc(var(--spacing) * 2);
|
|
512
509
|
}
|
|
513
|
-
.turtle-widget-root .py-3 {
|
|
514
|
-
padding-block: calc(var(--spacing) * 3);
|
|
515
|
-
}
|
|
516
510
|
.turtle-widget-root .py-8 {
|
|
517
511
|
padding-block: calc(var(--spacing) * 8);
|
|
518
512
|
}
|
|
519
|
-
.turtle-widget-root .pt-
|
|
520
|
-
padding-top: calc(var(--spacing) *
|
|
521
|
-
}
|
|
522
|
-
.turtle-widget-root .pt-6 {
|
|
523
|
-
padding-top: calc(var(--spacing) * 6);
|
|
513
|
+
.turtle-widget-root .pt-2 {
|
|
514
|
+
padding-top: calc(var(--spacing) * 2);
|
|
524
515
|
}
|
|
525
516
|
.turtle-widget-root .pr-4 {
|
|
526
517
|
padding-right: calc(var(--spacing) * 4);
|
|
527
518
|
}
|
|
528
|
-
.turtle-widget-root .pr-12 {
|
|
529
|
-
padding-right: calc(var(--spacing) * 12);
|
|
530
|
-
}
|
|
531
|
-
.turtle-widget-root .pb-0 {
|
|
532
|
-
padding-bottom: calc(var(--spacing) * 0);
|
|
533
|
-
}
|
|
534
519
|
.turtle-widget-root .pb-2 {
|
|
535
520
|
padding-bottom: calc(var(--spacing) * 2);
|
|
536
521
|
}
|
|
537
|
-
.turtle-widget-root .pl-3 {
|
|
538
|
-
padding-left: calc(var(--spacing) * 3);
|
|
539
|
-
}
|
|
540
522
|
.turtle-widget-root .text-center {
|
|
541
523
|
text-align: center;
|
|
542
524
|
}
|
|
@@ -567,9 +549,6 @@
|
|
|
567
549
|
font-size: var(--text-xs);
|
|
568
550
|
line-height: var(--tw-leading, var(--text-xs--line-height));
|
|
569
551
|
}
|
|
570
|
-
.turtle-widget-root .text-\[10px\] {
|
|
571
|
-
font-size: 10px;
|
|
572
|
-
}
|
|
573
552
|
.turtle-widget-root .font-bold {
|
|
574
553
|
--tw-font-weight: var(--font-weight-bold);
|
|
575
554
|
font-weight: var(--font-weight-bold);
|
|
@@ -582,19 +561,6 @@
|
|
|
582
561
|
--tw-font-weight: var(--font-weight-semibold);
|
|
583
562
|
font-weight: var(--font-weight-semibold);
|
|
584
563
|
}
|
|
585
|
-
.turtle-widget-root .tracking-wider {
|
|
586
|
-
--tw-tracking: var(--tracking-wider);
|
|
587
|
-
letter-spacing: var(--tracking-wider);
|
|
588
|
-
}
|
|
589
|
-
.turtle-widget-root .whitespace-nowrap {
|
|
590
|
-
white-space: nowrap;
|
|
591
|
-
}
|
|
592
|
-
.turtle-widget-root .capitalize {
|
|
593
|
-
text-transform: capitalize;
|
|
594
|
-
}
|
|
595
|
-
.turtle-widget-root .uppercase {
|
|
596
|
-
text-transform: uppercase;
|
|
597
|
-
}
|
|
598
564
|
.turtle-widget-root .underline {
|
|
599
565
|
text-decoration-line: underline;
|
|
600
566
|
}
|
|
@@ -605,7 +571,7 @@
|
|
|
605
571
|
.turtle-widget-root .opacity-30 {
|
|
606
572
|
opacity: 30%;
|
|
607
573
|
}
|
|
608
|
-
.turtle-widget-root .shadow
|
|
574
|
+
.turtle-widget-root .shadow {
|
|
609
575
|
--tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
|
|
610
576
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
611
577
|
}
|
|
@@ -622,6 +588,15 @@
|
|
|
622
588
|
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
623
589
|
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
624
590
|
}
|
|
591
|
+
.turtle-widget-root .transition-opacity {
|
|
592
|
+
transition-property: opacity;
|
|
593
|
+
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
594
|
+
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
595
|
+
}
|
|
596
|
+
.turtle-widget-root .duration-150 {
|
|
597
|
+
--tw-duration: 150ms;
|
|
598
|
+
transition-duration: 150ms;
|
|
599
|
+
}
|
|
625
600
|
.turtle-widget-root .duration-700 {
|
|
626
601
|
--tw-duration: 700ms;
|
|
627
602
|
transition-duration: 700ms;
|
|
@@ -630,23 +605,6 @@
|
|
|
630
605
|
--tw-ease: linear;
|
|
631
606
|
transition-timing-function: linear;
|
|
632
607
|
}
|
|
633
|
-
.turtle-widget-root .focus\:border-transparent {
|
|
634
|
-
&:focus {
|
|
635
|
-
border-color: transparent;
|
|
636
|
-
}
|
|
637
|
-
}
|
|
638
|
-
.turtle-widget-root .focus\:ring-2 {
|
|
639
|
-
&:focus {
|
|
640
|
-
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
641
|
-
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
642
|
-
}
|
|
643
|
-
}
|
|
644
|
-
.turtle-widget-root .focus\:outline-none {
|
|
645
|
-
&:focus {
|
|
646
|
-
--tw-outline-style: none;
|
|
647
|
-
outline-style: none;
|
|
648
|
-
}
|
|
649
|
-
}
|
|
650
608
|
.turtle-widget-root .sm\:min-h-\[690px\] {
|
|
651
609
|
@media (width >= 40rem) {
|
|
652
610
|
min-height: 690px;
|
|
@@ -668,14 +626,22 @@
|
|
|
668
626
|
}
|
|
669
627
|
}
|
|
670
628
|
}
|
|
671
|
-
/*! tailwindcss v4.1.
|
|
629
|
+
/*! tailwindcss v4.1.13 | MIT License | https://tailwindcss.com */
|
|
672
630
|
@layer properties {
|
|
673
631
|
@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))) {
|
|
674
632
|
.turtle-widget-root *, .turtle-widget-root :before, .turtle-widget-root :after, .turtle-widget-root ::backdrop {
|
|
633
|
+
--tw-border-spacing-x: 0;
|
|
634
|
+
--tw-border-spacing-y: 0;
|
|
675
635
|
--tw-translate-x: 0;
|
|
676
636
|
--tw-translate-y: 0;
|
|
677
637
|
--tw-translate-z: 0;
|
|
638
|
+
--tw-rotate-x: initial;
|
|
639
|
+
--tw-rotate-y: initial;
|
|
640
|
+
--tw-rotate-z: initial;
|
|
641
|
+
--tw-skew-x: initial;
|
|
642
|
+
--tw-skew-y: initial;
|
|
678
643
|
--tw-space-y-reverse: 0;
|
|
644
|
+
--tw-space-x-reverse: 0;
|
|
679
645
|
--tw-border-style: solid;
|
|
680
646
|
--tw-gradient-position: initial;
|
|
681
647
|
--tw-gradient-from: #0000;
|
|
@@ -689,6 +655,11 @@
|
|
|
689
655
|
--tw-leading: initial;
|
|
690
656
|
--tw-font-weight: initial;
|
|
691
657
|
--tw-tracking: initial;
|
|
658
|
+
--tw-ordinal: initial;
|
|
659
|
+
--tw-slashed-zero: initial;
|
|
660
|
+
--tw-numeric-figure: initial;
|
|
661
|
+
--tw-numeric-spacing: initial;
|
|
662
|
+
--tw-numeric-fraction: initial;
|
|
692
663
|
--tw-shadow: 0 0 #0000;
|
|
693
664
|
--tw-shadow-color: initial;
|
|
694
665
|
--tw-shadow-alpha: 100%;
|
|
@@ -704,18 +675,45 @@
|
|
|
704
675
|
--tw-ring-offset-color: #fff;
|
|
705
676
|
--tw-ring-offset-shadow: 0 0 #0000;
|
|
706
677
|
--tw-outline-style: solid;
|
|
678
|
+
--tw-blur: initial;
|
|
679
|
+
--tw-brightness: initial;
|
|
680
|
+
--tw-contrast: initial;
|
|
681
|
+
--tw-grayscale: initial;
|
|
682
|
+
--tw-hue-rotate: initial;
|
|
683
|
+
--tw-invert: initial;
|
|
684
|
+
--tw-opacity: initial;
|
|
685
|
+
--tw-saturate: initial;
|
|
686
|
+
--tw-sepia: initial;
|
|
687
|
+
--tw-drop-shadow: initial;
|
|
688
|
+
--tw-drop-shadow-color: initial;
|
|
689
|
+
--tw-drop-shadow-alpha: 100%;
|
|
690
|
+
--tw-drop-shadow-size: initial;
|
|
691
|
+
--tw-backdrop-blur: initial;
|
|
692
|
+
--tw-backdrop-brightness: initial;
|
|
693
|
+
--tw-backdrop-contrast: initial;
|
|
694
|
+
--tw-backdrop-grayscale: initial;
|
|
695
|
+
--tw-backdrop-hue-rotate: initial;
|
|
696
|
+
--tw-backdrop-invert: initial;
|
|
697
|
+
--tw-backdrop-opacity: initial;
|
|
698
|
+
--tw-backdrop-saturate: initial;
|
|
699
|
+
--tw-backdrop-sepia: initial;
|
|
707
700
|
--tw-duration: initial;
|
|
708
701
|
--tw-content: "";
|
|
702
|
+
--tw-scale-x: 1;
|
|
703
|
+
--tw-scale-y: 1;
|
|
704
|
+
--tw-scale-z: 1;
|
|
709
705
|
--tw-animation-delay: 0s;
|
|
710
706
|
--tw-animation-direction: normal;
|
|
711
707
|
--tw-animation-duration: initial;
|
|
712
708
|
--tw-animation-fill-mode: none;
|
|
713
709
|
--tw-animation-iteration-count: 1;
|
|
710
|
+
--tw-enter-blur: 0;
|
|
714
711
|
--tw-enter-opacity: 1;
|
|
715
712
|
--tw-enter-rotate: 0;
|
|
716
713
|
--tw-enter-scale: 1;
|
|
717
714
|
--tw-enter-translate-x: 0;
|
|
718
715
|
--tw-enter-translate-y: 0;
|
|
716
|
+
--tw-exit-blur: 0;
|
|
719
717
|
--tw-exit-opacity: 1;
|
|
720
718
|
--tw-exit-rotate: 0;
|
|
721
719
|
--tw-exit-scale: 1;
|
|
@@ -729,11 +727,16 @@
|
|
|
729
727
|
--font-sans: ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
|
|
730
728
|
--font-mono: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
|
|
731
729
|
--color-red-600: oklch(57.7% .245 27.325);
|
|
730
|
+
--color-amber-600: oklch(66.6% .179 58.318);
|
|
732
731
|
--color-yellow-600: oklch(68.1% .162 75.834);
|
|
733
732
|
--color-green-500: oklch(72.3% .219 149.579);
|
|
734
733
|
--color-green-600: oklch(62.7% .194 149.214);
|
|
734
|
+
--color-black: #000;
|
|
735
735
|
--color-white: #fff;
|
|
736
736
|
--spacing: .25rem;
|
|
737
|
+
--container-md: 28rem;
|
|
738
|
+
--container-lg: 32rem;
|
|
739
|
+
--container-6xl: 72rem;
|
|
737
740
|
--text-xs: .75rem;
|
|
738
741
|
--text-xs--line-height: calc(1/.75);
|
|
739
742
|
--text-sm: .875rem;
|
|
@@ -763,15 +766,26 @@
|
|
|
763
766
|
--font-weight-semibold: 600;
|
|
764
767
|
--font-weight-bold: 700;
|
|
765
768
|
--tracking-tight: -.025em;
|
|
769
|
+
--tracking-widest: .1em;
|
|
770
|
+
--radius-xs: .125rem;
|
|
766
771
|
--radius-md: calc(var(--radius) - 2px);
|
|
767
772
|
--radius-lg: var(--radius);
|
|
768
773
|
--radius-xl: calc(var(--radius) + 4px);
|
|
774
|
+
--drop-shadow-lg: 0 4px 4px #00000026;
|
|
769
775
|
--animate-spin: spin 1s linear infinite;
|
|
770
776
|
--animate-pulse: pulse 2s cubic-bezier(.4,0,.6,1)infinite;
|
|
777
|
+
--blur-lg: 16px;
|
|
778
|
+
--aspect-video: 16/9;
|
|
771
779
|
--default-transition-duration: .15s;
|
|
772
780
|
--default-transition-timing-function: cubic-bezier(.4,0,.2,1);
|
|
773
781
|
--default-font-family: var(--font-sans);
|
|
774
782
|
--default-mono-font-family: var(--font-mono);
|
|
783
|
+
--radius-turtle: var(--radius-turtle);
|
|
784
|
+
--radius-info-card: var(--radius-info-card);
|
|
785
|
+
--color-neutral-alpha-2: var(--color-neutral-alpha-2);
|
|
786
|
+
--color-neutral-alpha-5: var(--color-neutral-alpha-5);
|
|
787
|
+
--color-neutral-alpha-10: var(--color-neutral-alpha-10);
|
|
788
|
+
--color-border: var(--border);
|
|
775
789
|
}
|
|
776
790
|
}
|
|
777
791
|
@layer base {
|
|
@@ -952,6 +966,9 @@
|
|
|
952
966
|
.turtle-widget-root ::-webkit-datetime-edit-meridiem-field {
|
|
953
967
|
padding-block: 0;
|
|
954
968
|
}
|
|
969
|
+
.turtle-widget-root ::-webkit-calendar-picker-indicator {
|
|
970
|
+
line-height: 1;
|
|
971
|
+
}
|
|
955
972
|
.turtle-widget-root :-moz-ui-invalid {
|
|
956
973
|
box-shadow: none;
|
|
957
974
|
}
|
|
@@ -974,18 +991,6 @@
|
|
|
974
991
|
.turtle-widget-root [hidden]:where(:not([hidden=until-found])) {
|
|
975
992
|
display: none !important;
|
|
976
993
|
}
|
|
977
|
-
.turtle-widget-root * {
|
|
978
|
-
border-color: var(--border);
|
|
979
|
-
outline-color: var(--ring);
|
|
980
|
-
}
|
|
981
|
-
@supports (color:color-mix(in lab,red,red)) {
|
|
982
|
-
.turtle-widget-root * {
|
|
983
|
-
outline-color: var(--ring);
|
|
984
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
985
|
-
outline-color: color-mix(in oklab,var(--ring)50%,transparent);
|
|
986
|
-
}
|
|
987
|
-
}
|
|
988
|
-
}
|
|
989
994
|
.turtle-widget-root, .turtle-widget-root {
|
|
990
995
|
width: 100%;
|
|
991
996
|
height: 100%;
|
|
@@ -1069,6 +1074,17 @@
|
|
|
1069
1074
|
.turtle-widget-root .pointer-events-none {
|
|
1070
1075
|
pointer-events: none;
|
|
1071
1076
|
}
|
|
1077
|
+
.turtle-widget-root .sr-only {
|
|
1078
|
+
clip-path: inset(50%);
|
|
1079
|
+
white-space: nowrap;
|
|
1080
|
+
border-width: 0;
|
|
1081
|
+
width: 1px;
|
|
1082
|
+
height: 1px;
|
|
1083
|
+
margin: -1px;
|
|
1084
|
+
padding: 0;
|
|
1085
|
+
position: absolute;
|
|
1086
|
+
overflow: hidden;
|
|
1087
|
+
}
|
|
1072
1088
|
.turtle-widget-root .absolute {
|
|
1073
1089
|
position: absolute;
|
|
1074
1090
|
}
|
|
@@ -1081,18 +1097,108 @@
|
|
|
1081
1097
|
.turtle-widget-root .inset-0 {
|
|
1082
1098
|
inset: calc(var(--spacing)*0);
|
|
1083
1099
|
}
|
|
1100
|
+
.turtle-widget-root .inset-0\.5 {
|
|
1101
|
+
inset: calc(var(--spacing)*.5);
|
|
1102
|
+
}
|
|
1103
|
+
.turtle-widget-root .inset-y-0 {
|
|
1104
|
+
inset-block: calc(var(--spacing)*0);
|
|
1105
|
+
}
|
|
1106
|
+
.turtle-widget-root .top-0 {
|
|
1107
|
+
top: calc(var(--spacing)*0);
|
|
1108
|
+
}
|
|
1109
|
+
.turtle-widget-root .top-1\/2 {
|
|
1110
|
+
top: 50%;
|
|
1111
|
+
}
|
|
1112
|
+
.turtle-widget-root .top-4 {
|
|
1113
|
+
top: calc(var(--spacing)*4);
|
|
1114
|
+
}
|
|
1115
|
+
.turtle-widget-root .top-\[-15px\] {
|
|
1116
|
+
top: -15px;
|
|
1117
|
+
}
|
|
1118
|
+
.turtle-widget-root .top-\[-50px\] {
|
|
1119
|
+
top: -50px;
|
|
1120
|
+
}
|
|
1121
|
+
.turtle-widget-root .top-\[-300px\] {
|
|
1122
|
+
top: -300px;
|
|
1123
|
+
}
|
|
1124
|
+
.turtle-widget-root .top-\[1px\] {
|
|
1125
|
+
top: 1px;
|
|
1126
|
+
}
|
|
1127
|
+
.turtle-widget-root .top-\[50\%\] {
|
|
1128
|
+
top: 50%;
|
|
1129
|
+
}
|
|
1130
|
+
.turtle-widget-root .top-\[60\%\] {
|
|
1131
|
+
top: 60%;
|
|
1132
|
+
}
|
|
1133
|
+
.turtle-widget-root .top-full {
|
|
1134
|
+
top: 100%;
|
|
1135
|
+
}
|
|
1136
|
+
.turtle-widget-root .-right-1 {
|
|
1137
|
+
right: calc(var(--spacing)*-1);
|
|
1138
|
+
}
|
|
1139
|
+
.turtle-widget-root .right-1 {
|
|
1140
|
+
right: calc(var(--spacing)*1);
|
|
1141
|
+
}
|
|
1084
1142
|
.turtle-widget-root .right-2 {
|
|
1085
1143
|
right: calc(var(--spacing)*2);
|
|
1086
1144
|
}
|
|
1145
|
+
.turtle-widget-root .right-4 {
|
|
1146
|
+
right: calc(var(--spacing)*4);
|
|
1147
|
+
}
|
|
1148
|
+
.turtle-widget-root .right-\[-150px\] {
|
|
1149
|
+
right: -150px;
|
|
1150
|
+
}
|
|
1151
|
+
.turtle-widget-root .right-\[-220px\] {
|
|
1152
|
+
right: -220px;
|
|
1153
|
+
}
|
|
1154
|
+
.turtle-widget-root .right-\[70px\] {
|
|
1155
|
+
right: 70px;
|
|
1156
|
+
}
|
|
1157
|
+
.turtle-widget-root .-bottom-1 {
|
|
1158
|
+
bottom: calc(var(--spacing)*-1);
|
|
1159
|
+
}
|
|
1087
1160
|
.turtle-widget-root .bottom-0 {
|
|
1088
1161
|
bottom: calc(var(--spacing)*0);
|
|
1089
1162
|
}
|
|
1163
|
+
.turtle-widget-root .bottom-\[-200px\] {
|
|
1164
|
+
bottom: -200px;
|
|
1165
|
+
}
|
|
1166
|
+
.turtle-widget-root .bottom-\[-280px\] {
|
|
1167
|
+
bottom: -280px;
|
|
1168
|
+
}
|
|
1169
|
+
.turtle-widget-root .bottom-\[-300px\] {
|
|
1170
|
+
bottom: -300px;
|
|
1171
|
+
}
|
|
1172
|
+
.turtle-widget-root .left-0 {
|
|
1173
|
+
left: calc(var(--spacing)*0);
|
|
1174
|
+
}
|
|
1175
|
+
.turtle-widget-root .left-2 {
|
|
1176
|
+
left: calc(var(--spacing)*2);
|
|
1177
|
+
}
|
|
1178
|
+
.turtle-widget-root .left-\[-15px\] {
|
|
1179
|
+
left: -15px;
|
|
1180
|
+
}
|
|
1181
|
+
.turtle-widget-root .left-\[-240px\] {
|
|
1182
|
+
left: -240px;
|
|
1183
|
+
}
|
|
1184
|
+
.turtle-widget-root .left-\[50\%\] {
|
|
1185
|
+
left: 50%;
|
|
1186
|
+
}
|
|
1187
|
+
.turtle-widget-root .left-full {
|
|
1188
|
+
left: 100%;
|
|
1189
|
+
}
|
|
1190
|
+
.turtle-widget-root .isolate {
|
|
1191
|
+
isolation: isolate;
|
|
1192
|
+
}
|
|
1090
1193
|
.turtle-widget-root .z-10 {
|
|
1091
1194
|
z-index: 10;
|
|
1092
1195
|
}
|
|
1093
1196
|
.turtle-widget-root .z-50 {
|
|
1094
1197
|
z-index: 50;
|
|
1095
1198
|
}
|
|
1199
|
+
.turtle-widget-root .z-\[-1\] {
|
|
1200
|
+
z-index: -1;
|
|
1201
|
+
}
|
|
1096
1202
|
.turtle-widget-root .z-\[1\] {
|
|
1097
1203
|
z-index: 1;
|
|
1098
1204
|
}
|
|
@@ -1127,9 +1233,39 @@
|
|
|
1127
1233
|
.turtle-widget-root .-mx-1 {
|
|
1128
1234
|
margin-inline: calc(var(--spacing)*-1);
|
|
1129
1235
|
}
|
|
1236
|
+
.turtle-widget-root .mx-auto {
|
|
1237
|
+
margin-inline: auto;
|
|
1238
|
+
}
|
|
1239
|
+
.turtle-widget-root .my-0\.5 {
|
|
1240
|
+
margin-block: calc(var(--spacing)*.5);
|
|
1241
|
+
}
|
|
1130
1242
|
.turtle-widget-root .my-1 {
|
|
1131
1243
|
margin-block: calc(var(--spacing)*1);
|
|
1132
1244
|
}
|
|
1245
|
+
.turtle-widget-root .mt-1\.5 {
|
|
1246
|
+
margin-top: calc(var(--spacing)*1.5);
|
|
1247
|
+
}
|
|
1248
|
+
.turtle-widget-root .mt-2 {
|
|
1249
|
+
margin-top: calc(var(--spacing)*2);
|
|
1250
|
+
}
|
|
1251
|
+
.turtle-widget-root .mt-4 {
|
|
1252
|
+
margin-top: calc(var(--spacing)*4);
|
|
1253
|
+
}
|
|
1254
|
+
.turtle-widget-root .mr-1 {
|
|
1255
|
+
margin-right: calc(var(--spacing)*1);
|
|
1256
|
+
}
|
|
1257
|
+
.turtle-widget-root .mb-1 {
|
|
1258
|
+
margin-bottom: calc(var(--spacing)*1);
|
|
1259
|
+
}
|
|
1260
|
+
.turtle-widget-root .mb-2 {
|
|
1261
|
+
margin-bottom: calc(var(--spacing)*2);
|
|
1262
|
+
}
|
|
1263
|
+
.turtle-widget-root .mb-4 {
|
|
1264
|
+
margin-bottom: calc(var(--spacing)*4);
|
|
1265
|
+
}
|
|
1266
|
+
.turtle-widget-root .ml-1 {
|
|
1267
|
+
margin-left: calc(var(--spacing)*1);
|
|
1268
|
+
}
|
|
1133
1269
|
.turtle-widget-root .ml-2 {
|
|
1134
1270
|
margin-left: calc(var(--spacing)*2);
|
|
1135
1271
|
}
|
|
@@ -1145,12 +1281,37 @@
|
|
|
1145
1281
|
.turtle-widget-root .grid {
|
|
1146
1282
|
display: grid;
|
|
1147
1283
|
}
|
|
1284
|
+
.turtle-widget-root .hidden {
|
|
1285
|
+
display: none;
|
|
1286
|
+
}
|
|
1148
1287
|
.turtle-widget-root .inline-flex {
|
|
1149
1288
|
display: inline-flex;
|
|
1150
1289
|
}
|
|
1151
|
-
.turtle-widget-root .
|
|
1152
|
-
|
|
1153
|
-
|
|
1290
|
+
.turtle-widget-root .table {
|
|
1291
|
+
display: table;
|
|
1292
|
+
}
|
|
1293
|
+
.turtle-widget-root .table-caption {
|
|
1294
|
+
display: table-caption;
|
|
1295
|
+
}
|
|
1296
|
+
.turtle-widget-root .table-cell {
|
|
1297
|
+
display: table-cell;
|
|
1298
|
+
}
|
|
1299
|
+
.turtle-widget-root .table-row {
|
|
1300
|
+
display: table-row;
|
|
1301
|
+
}
|
|
1302
|
+
.turtle-widget-root .aspect-square {
|
|
1303
|
+
aspect-ratio: 1;
|
|
1304
|
+
}
|
|
1305
|
+
.turtle-widget-root .aspect-video {
|
|
1306
|
+
aspect-ratio: var(--aspect-video);
|
|
1307
|
+
}
|
|
1308
|
+
.turtle-widget-root .size-2 {
|
|
1309
|
+
width: calc(var(--spacing)*2);
|
|
1310
|
+
height: calc(var(--spacing)*2);
|
|
1311
|
+
}
|
|
1312
|
+
.turtle-widget-root .size-3 {
|
|
1313
|
+
width: calc(var(--spacing)*3);
|
|
1314
|
+
height: calc(var(--spacing)*3);
|
|
1154
1315
|
}
|
|
1155
1316
|
.turtle-widget-root .size-3\.5 {
|
|
1156
1317
|
width: calc(var(--spacing)*3.5);
|
|
@@ -1160,10 +1321,41 @@
|
|
|
1160
1321
|
width: calc(var(--spacing)*4);
|
|
1161
1322
|
height: calc(var(--spacing)*4);
|
|
1162
1323
|
}
|
|
1324
|
+
.turtle-widget-root .size-6 {
|
|
1325
|
+
width: calc(var(--spacing)*6);
|
|
1326
|
+
height: calc(var(--spacing)*6);
|
|
1327
|
+
}
|
|
1328
|
+
.turtle-widget-root .size-8 {
|
|
1329
|
+
width: calc(var(--spacing)*8);
|
|
1330
|
+
height: calc(var(--spacing)*8);
|
|
1331
|
+
}
|
|
1163
1332
|
.turtle-widget-root .size-9 {
|
|
1164
1333
|
width: calc(var(--spacing)*9);
|
|
1165
1334
|
height: calc(var(--spacing)*9);
|
|
1166
1335
|
}
|
|
1336
|
+
.turtle-widget-root .size-10 {
|
|
1337
|
+
width: calc(var(--spacing)*10);
|
|
1338
|
+
height: calc(var(--spacing)*10);
|
|
1339
|
+
}
|
|
1340
|
+
.turtle-widget-root .size-12 {
|
|
1341
|
+
width: calc(var(--spacing)*12);
|
|
1342
|
+
height: calc(var(--spacing)*12);
|
|
1343
|
+
}
|
|
1344
|
+
.turtle-widget-root .size-\[18px\] {
|
|
1345
|
+
width: 18px;
|
|
1346
|
+
height: 18px;
|
|
1347
|
+
}
|
|
1348
|
+
.turtle-widget-root .size-\[400px\] {
|
|
1349
|
+
width: 400px;
|
|
1350
|
+
height: 400px;
|
|
1351
|
+
}
|
|
1352
|
+
.turtle-widget-root .size-full {
|
|
1353
|
+
width: 100%;
|
|
1354
|
+
height: 100%;
|
|
1355
|
+
}
|
|
1356
|
+
.turtle-widget-root .h-1\.5 {
|
|
1357
|
+
height: calc(var(--spacing)*1.5);
|
|
1358
|
+
}
|
|
1167
1359
|
.turtle-widget-root .h-2 {
|
|
1168
1360
|
height: calc(var(--spacing)*2);
|
|
1169
1361
|
}
|
|
@@ -1206,11 +1398,23 @@
|
|
|
1206
1398
|
.turtle-widget-root .h-20 {
|
|
1207
1399
|
height: calc(var(--spacing)*20);
|
|
1208
1400
|
}
|
|
1401
|
+
.turtle-widget-root .h-24 {
|
|
1402
|
+
height: calc(var(--spacing)*24);
|
|
1403
|
+
}
|
|
1209
1404
|
.turtle-widget-root .h-\[1\.15rem\] {
|
|
1210
1405
|
height: 1.15rem;
|
|
1211
1406
|
}
|
|
1212
|
-
.turtle-widget-root .h-\[
|
|
1213
|
-
height:
|
|
1407
|
+
.turtle-widget-root .h-\[70px\] {
|
|
1408
|
+
height: 70px;
|
|
1409
|
+
}
|
|
1410
|
+
.turtle-widget-root .h-\[200px\] {
|
|
1411
|
+
height: 200px;
|
|
1412
|
+
}
|
|
1413
|
+
.turtle-widget-root .h-\[400px\] {
|
|
1414
|
+
height: 400px;
|
|
1415
|
+
}
|
|
1416
|
+
.turtle-widget-root .h-\[var\(--radix-navigation-menu-viewport-height\)\] {
|
|
1417
|
+
height: var(--radix-navigation-menu-viewport-height);
|
|
1214
1418
|
}
|
|
1215
1419
|
.turtle-widget-root .h-auto {
|
|
1216
1420
|
height: auto;
|
|
@@ -1221,12 +1425,42 @@
|
|
|
1221
1425
|
.turtle-widget-root .h-px {
|
|
1222
1426
|
height: 1px;
|
|
1223
1427
|
}
|
|
1428
|
+
.turtle-widget-root .h-screen {
|
|
1429
|
+
height: 100vh;
|
|
1430
|
+
}
|
|
1431
|
+
.turtle-widget-root .max-h-\(--radix-dropdown-menu-content-available-height\) {
|
|
1432
|
+
max-height: var(--radix-dropdown-menu-content-available-height);
|
|
1433
|
+
}
|
|
1224
1434
|
.turtle-widget-root .max-h-\(--radix-select-content-available-height\) {
|
|
1225
1435
|
max-height: var(--radix-select-content-available-height);
|
|
1226
1436
|
}
|
|
1227
1437
|
.turtle-widget-root .max-h-\[600px\] {
|
|
1228
1438
|
max-height: 600px;
|
|
1229
1439
|
}
|
|
1440
|
+
.turtle-widget-root .min-h-0 {
|
|
1441
|
+
min-height: calc(var(--spacing)*0);
|
|
1442
|
+
}
|
|
1443
|
+
.turtle-widget-root .min-h-28 {
|
|
1444
|
+
min-height: calc(var(--spacing)*28);
|
|
1445
|
+
}
|
|
1446
|
+
.turtle-widget-root .min-h-\[calc\(100svh-20px\)\] {
|
|
1447
|
+
min-height: calc(100svh - 20px);
|
|
1448
|
+
}
|
|
1449
|
+
.turtle-widget-root .min-h-\[calc\(100svh-22px\)\] {
|
|
1450
|
+
min-height: calc(100svh - 22px);
|
|
1451
|
+
}
|
|
1452
|
+
.turtle-widget-root .min-h-\[calc\(var\(--radix-select-trigger-height\)\*2\)\] {
|
|
1453
|
+
min-height: calc(var(--radix-select-trigger-height)*2);
|
|
1454
|
+
}
|
|
1455
|
+
.turtle-widget-root .min-h-svh {
|
|
1456
|
+
min-height: 100svh;
|
|
1457
|
+
}
|
|
1458
|
+
.turtle-widget-root .w-0 {
|
|
1459
|
+
width: calc(var(--spacing)*0);
|
|
1460
|
+
}
|
|
1461
|
+
.turtle-widget-root .w-1 {
|
|
1462
|
+
width: calc(var(--spacing)*1);
|
|
1463
|
+
}
|
|
1230
1464
|
.turtle-widget-root .w-2 {
|
|
1231
1465
|
width: calc(var(--spacing)*2);
|
|
1232
1466
|
}
|
|
@@ -1263,6 +1497,27 @@
|
|
|
1263
1497
|
.turtle-widget-root .w-20 {
|
|
1264
1498
|
width: calc(var(--spacing)*20);
|
|
1265
1499
|
}
|
|
1500
|
+
.turtle-widget-root .w-64 {
|
|
1501
|
+
width: calc(var(--spacing)*64);
|
|
1502
|
+
}
|
|
1503
|
+
.turtle-widget-root .w-72 {
|
|
1504
|
+
width: calc(var(--spacing)*72);
|
|
1505
|
+
}
|
|
1506
|
+
.turtle-widget-root .w-\[400px\] {
|
|
1507
|
+
width: 400px;
|
|
1508
|
+
}
|
|
1509
|
+
.turtle-widget-root .w-\[450px\] {
|
|
1510
|
+
width: 450px;
|
|
1511
|
+
}
|
|
1512
|
+
.turtle-widget-root .w-\[600px\] {
|
|
1513
|
+
width: 600px;
|
|
1514
|
+
}
|
|
1515
|
+
.turtle-widget-root .w-\[var\(--radix-dropdown-menu-trigger-width\)\] {
|
|
1516
|
+
width: var(--radix-dropdown-menu-trigger-width);
|
|
1517
|
+
}
|
|
1518
|
+
.turtle-widget-root .w-\[var\(--radix-select-trigger-width\)\] {
|
|
1519
|
+
width: var(--radix-select-trigger-width);
|
|
1520
|
+
}
|
|
1266
1521
|
.turtle-widget-root .w-auto {
|
|
1267
1522
|
width: auto;
|
|
1268
1523
|
}
|
|
@@ -1272,6 +1527,21 @@
|
|
|
1272
1527
|
.turtle-widget-root .w-full {
|
|
1273
1528
|
width: 100%;
|
|
1274
1529
|
}
|
|
1530
|
+
.turtle-widget-root .w-max {
|
|
1531
|
+
width: max-content;
|
|
1532
|
+
}
|
|
1533
|
+
.turtle-widget-root .w-px {
|
|
1534
|
+
width: 1px;
|
|
1535
|
+
}
|
|
1536
|
+
.turtle-widget-root .max-w-6xl {
|
|
1537
|
+
max-width: var(--container-6xl);
|
|
1538
|
+
}
|
|
1539
|
+
.turtle-widget-root .max-w-\[calc\(100\%-2rem\)\] {
|
|
1540
|
+
max-width: calc(100% - 2rem);
|
|
1541
|
+
}
|
|
1542
|
+
.turtle-widget-root .max-w-md {
|
|
1543
|
+
max-width: var(--container-md);
|
|
1544
|
+
}
|
|
1275
1545
|
.turtle-widget-root .min-w-0 {
|
|
1276
1546
|
min-width: calc(var(--spacing)*0);
|
|
1277
1547
|
}
|
|
@@ -1293,31 +1563,68 @@
|
|
|
1293
1563
|
.turtle-widget-root .min-w-\[80px\] {
|
|
1294
1564
|
min-width: 80px;
|
|
1295
1565
|
}
|
|
1296
|
-
.turtle-widget-root .min-w-\[var\(--radix-select-trigger-width\)\] {
|
|
1297
|
-
min-width: var(--radix-select-trigger-width);
|
|
1298
|
-
}
|
|
1299
1566
|
.turtle-widget-root .flex-1 {
|
|
1300
1567
|
flex: 1;
|
|
1301
1568
|
}
|
|
1302
1569
|
.turtle-widget-root .flex-shrink-0, .turtle-widget-root .shrink-0 {
|
|
1303
1570
|
flex-shrink: 0;
|
|
1304
1571
|
}
|
|
1572
|
+
.turtle-widget-root .grow {
|
|
1573
|
+
flex-grow: 1;
|
|
1574
|
+
}
|
|
1575
|
+
.turtle-widget-root .caption-bottom {
|
|
1576
|
+
caption-side: bottom;
|
|
1577
|
+
}
|
|
1578
|
+
.turtle-widget-root .border-separate {
|
|
1579
|
+
border-collapse: separate;
|
|
1580
|
+
}
|
|
1581
|
+
.turtle-widget-root .border-spacing-y-2 {
|
|
1582
|
+
--tw-border-spacing-y: calc(var(--spacing)*2);
|
|
1583
|
+
border-spacing: var(--tw-border-spacing-x)var(--tw-border-spacing-y);
|
|
1584
|
+
}
|
|
1585
|
+
.turtle-widget-root .origin-\(--radix-dropdown-menu-content-transform-origin\) {
|
|
1586
|
+
transform-origin: var(--radix-dropdown-menu-content-transform-origin);
|
|
1587
|
+
}
|
|
1588
|
+
.turtle-widget-root .origin-\(--radix-hover-card-content-transform-origin\) {
|
|
1589
|
+
transform-origin: var(--radix-hover-card-content-transform-origin);
|
|
1590
|
+
}
|
|
1305
1591
|
.turtle-widget-root .origin-\(--radix-select-content-transform-origin\) {
|
|
1306
1592
|
transform-origin: var(--radix-select-content-transform-origin);
|
|
1307
1593
|
}
|
|
1308
1594
|
.turtle-widget-root .origin-\(--radix-tooltip-content-transform-origin\) {
|
|
1309
1595
|
transform-origin: var(--radix-tooltip-content-transform-origin);
|
|
1310
1596
|
}
|
|
1597
|
+
.turtle-widget-root .origin-center {
|
|
1598
|
+
transform-origin: 50%;
|
|
1599
|
+
}
|
|
1311
1600
|
.turtle-widget-root .origin-left {
|
|
1312
1601
|
transform-origin: 0;
|
|
1313
1602
|
}
|
|
1314
|
-
.turtle-widget-root .translate-
|
|
1315
|
-
--tw-translate-
|
|
1603
|
+
.turtle-widget-root .translate-x-\[-50\%\] {
|
|
1604
|
+
--tw-translate-x: -50%;
|
|
1605
|
+
translate: var(--tw-translate-x)var(--tw-translate-y);
|
|
1606
|
+
}
|
|
1607
|
+
.turtle-widget-root .translate-x-\[-75\%\] {
|
|
1608
|
+
--tw-translate-x: -75%;
|
|
1609
|
+
translate: var(--tw-translate-x)var(--tw-translate-y);
|
|
1610
|
+
}
|
|
1611
|
+
.turtle-widget-root .-translate-y-1\/2 {
|
|
1612
|
+
--tw-translate-y: -50%;
|
|
1613
|
+
translate: var(--tw-translate-x)var(--tw-translate-y);
|
|
1614
|
+
}
|
|
1615
|
+
.turtle-widget-root .translate-y-\[-50\%\] {
|
|
1616
|
+
--tw-translate-y: -50%;
|
|
1316
1617
|
translate: var(--tw-translate-x)var(--tw-translate-y);
|
|
1317
1618
|
}
|
|
1318
1619
|
.turtle-widget-root .rotate-45 {
|
|
1319
1620
|
rotate: 45deg;
|
|
1320
1621
|
}
|
|
1622
|
+
.turtle-widget-root .rotate-180 {
|
|
1623
|
+
rotate: 180deg;
|
|
1624
|
+
}
|
|
1625
|
+
.turtle-widget-root .transform {
|
|
1626
|
+
transform: var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,);
|
|
1627
|
+
}
|
|
1321
1628
|
.turtle-widget-root .animate-in {
|
|
1322
1629
|
animation: enter var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none);
|
|
1323
1630
|
}
|
|
@@ -1345,12 +1652,24 @@
|
|
|
1345
1652
|
.turtle-widget-root .scroll-my-1 {
|
|
1346
1653
|
scroll-margin-block: calc(var(--spacing)*1);
|
|
1347
1654
|
}
|
|
1655
|
+
.turtle-widget-root .list-none {
|
|
1656
|
+
list-style-type: none;
|
|
1657
|
+
}
|
|
1658
|
+
.turtle-widget-root .auto-cols-fr {
|
|
1659
|
+
grid-auto-columns: minmax(0,1fr);
|
|
1660
|
+
}
|
|
1661
|
+
.turtle-widget-root .grid-flow-col {
|
|
1662
|
+
grid-auto-flow: column;
|
|
1663
|
+
}
|
|
1348
1664
|
.turtle-widget-root .grid-cols-3 {
|
|
1349
1665
|
grid-template-columns: repeat(3,minmax(0,1fr));
|
|
1350
1666
|
}
|
|
1351
1667
|
.turtle-widget-root .flex-col {
|
|
1352
1668
|
flex-direction: column;
|
|
1353
1669
|
}
|
|
1670
|
+
.turtle-widget-root .flex-col-reverse {
|
|
1671
|
+
flex-direction: column-reverse;
|
|
1672
|
+
}
|
|
1354
1673
|
.turtle-widget-root .flex-row {
|
|
1355
1674
|
flex-direction: row;
|
|
1356
1675
|
}
|
|
@@ -1363,9 +1682,15 @@
|
|
|
1363
1682
|
.turtle-widget-root .items-center {
|
|
1364
1683
|
align-items: center;
|
|
1365
1684
|
}
|
|
1685
|
+
.turtle-widget-root .items-end {
|
|
1686
|
+
align-items: flex-end;
|
|
1687
|
+
}
|
|
1366
1688
|
.turtle-widget-root .items-start {
|
|
1367
1689
|
align-items: flex-start;
|
|
1368
1690
|
}
|
|
1691
|
+
.turtle-widget-root .items-stretch {
|
|
1692
|
+
align-items: stretch;
|
|
1693
|
+
}
|
|
1369
1694
|
.turtle-widget-root .justify-between {
|
|
1370
1695
|
justify-content: space-between;
|
|
1371
1696
|
}
|
|
@@ -1384,22 +1709,23 @@
|
|
|
1384
1709
|
.turtle-widget-root .gap-2 {
|
|
1385
1710
|
gap: calc(var(--spacing)*2);
|
|
1386
1711
|
}
|
|
1712
|
+
.turtle-widget-root .gap-2\.5 {
|
|
1713
|
+
gap: calc(var(--spacing)*2.5);
|
|
1714
|
+
}
|
|
1387
1715
|
.turtle-widget-root .gap-3 {
|
|
1388
1716
|
gap: calc(var(--spacing)*3);
|
|
1389
1717
|
}
|
|
1390
1718
|
.turtle-widget-root .gap-4 {
|
|
1391
1719
|
gap: calc(var(--spacing)*4);
|
|
1392
1720
|
}
|
|
1721
|
+
.turtle-widget-root .gap-6 {
|
|
1722
|
+
gap: calc(var(--spacing)*6);
|
|
1723
|
+
}
|
|
1393
1724
|
.turtle-widget-root :where(.space-y-1>:not(:last-child)) {
|
|
1394
1725
|
--tw-space-y-reverse: 0;
|
|
1395
1726
|
margin-block-start: calc(calc(var(--spacing)*1)*var(--tw-space-y-reverse));
|
|
1396
1727
|
margin-block-end: calc(calc(var(--spacing)*1)*calc(1 - var(--tw-space-y-reverse)));
|
|
1397
1728
|
}
|
|
1398
|
-
.turtle-widget-root :where(.space-y-1\.5>:not(:last-child)) {
|
|
1399
|
-
--tw-space-y-reverse: 0;
|
|
1400
|
-
margin-block-start: calc(calc(var(--spacing)*1.5)*var(--tw-space-y-reverse));
|
|
1401
|
-
margin-block-end: calc(calc(var(--spacing)*1.5)*calc(1 - var(--tw-space-y-reverse)));
|
|
1402
|
-
}
|
|
1403
1729
|
.turtle-widget-root :where(.space-y-2>:not(:last-child)) {
|
|
1404
1730
|
--tw-space-y-reverse: 0;
|
|
1405
1731
|
margin-block-start: calc(calc(var(--spacing)*2)*var(--tw-space-y-reverse));
|
|
@@ -1415,10 +1741,10 @@
|
|
|
1415
1741
|
margin-block-start: calc(calc(var(--spacing)*4)*var(--tw-space-y-reverse));
|
|
1416
1742
|
margin-block-end: calc(calc(var(--spacing)*4)*calc(1 - var(--tw-space-y-reverse)));
|
|
1417
1743
|
}
|
|
1418
|
-
.turtle-widget-root
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1744
|
+
.turtle-widget-root :where(.-space-x-1>:not(:last-child)) {
|
|
1745
|
+
--tw-space-x-reverse: 0;
|
|
1746
|
+
margin-inline-start: calc(calc(var(--spacing)*-1)*var(--tw-space-x-reverse));
|
|
1747
|
+
margin-inline-end: calc(calc(var(--spacing)*-1)*calc(1 - var(--tw-space-x-reverse)));
|
|
1422
1748
|
}
|
|
1423
1749
|
.turtle-widget-root .overflow-auto {
|
|
1424
1750
|
overflow: auto;
|
|
@@ -1447,6 +1773,9 @@
|
|
|
1447
1773
|
.turtle-widget-root .rounded-full {
|
|
1448
1774
|
border-radius: 3.40282e38px;
|
|
1449
1775
|
}
|
|
1776
|
+
.turtle-widget-root .rounded-info-card {
|
|
1777
|
+
border-radius: var(--radius-info-card);
|
|
1778
|
+
}
|
|
1450
1779
|
.turtle-widget-root .rounded-lg {
|
|
1451
1780
|
border-radius: var(--radius);
|
|
1452
1781
|
}
|
|
@@ -1459,10 +1788,27 @@
|
|
|
1459
1788
|
.turtle-widget-root .rounded-sm {
|
|
1460
1789
|
border-radius: calc(var(--radius) - 4px);
|
|
1461
1790
|
}
|
|
1791
|
+
.turtle-widget-root .rounded-turtle {
|
|
1792
|
+
border-radius: var(--radius-turtle);
|
|
1793
|
+
}
|
|
1462
1794
|
.turtle-widget-root .rounded-xl {
|
|
1463
1795
|
border-radius: calc(var(--radius) + 4px);
|
|
1464
1796
|
}
|
|
1465
|
-
.turtle-widget-root .
|
|
1797
|
+
.turtle-widget-root .rounded-xs {
|
|
1798
|
+
border-radius: var(--radius-xs);
|
|
1799
|
+
}
|
|
1800
|
+
.turtle-widget-root .rounded-t-none {
|
|
1801
|
+
border-top-left-radius: 0;
|
|
1802
|
+
border-top-right-radius: 0;
|
|
1803
|
+
}
|
|
1804
|
+
.turtle-widget-root .rounded-tl-sm {
|
|
1805
|
+
border-top-left-radius: calc(var(--radius) - 4px);
|
|
1806
|
+
}
|
|
1807
|
+
.turtle-widget-root .rounded-b-turtle {
|
|
1808
|
+
border-bottom-right-radius: var(--radius-turtle);
|
|
1809
|
+
border-bottom-left-radius: var(--radius-turtle);
|
|
1810
|
+
}
|
|
1811
|
+
.turtle-widget-root .border {
|
|
1466
1812
|
border-style: var(--tw-border-style);
|
|
1467
1813
|
border-width: 1px;
|
|
1468
1814
|
}
|
|
@@ -1470,6 +1816,10 @@
|
|
|
1470
1816
|
border-style: var(--tw-border-style);
|
|
1471
1817
|
border-width: 2px;
|
|
1472
1818
|
}
|
|
1819
|
+
.turtle-widget-root .border-\[1\.5px\] {
|
|
1820
|
+
border-style: var(--tw-border-style);
|
|
1821
|
+
border-width: 1.5px;
|
|
1822
|
+
}
|
|
1473
1823
|
.turtle-widget-root .border-t {
|
|
1474
1824
|
border-top-style: var(--tw-border-style);
|
|
1475
1825
|
border-top-width: 1px;
|
|
@@ -1478,21 +1828,28 @@
|
|
|
1478
1828
|
border-left-style: var(--tw-border-style);
|
|
1479
1829
|
border-left-width: 1px;
|
|
1480
1830
|
}
|
|
1831
|
+
.turtle-widget-root .border-dashed {
|
|
1832
|
+
--tw-border-style: dashed;
|
|
1833
|
+
border-style: dashed;
|
|
1834
|
+
}
|
|
1481
1835
|
.turtle-widget-root .border-none {
|
|
1482
1836
|
--tw-border-style: none;
|
|
1483
1837
|
border-style: none;
|
|
1484
1838
|
}
|
|
1485
|
-
.turtle-widget-root .border-border {
|
|
1486
|
-
border-color: var(--border);
|
|
1839
|
+
.turtle-widget-root .border-\(--color-border\) {
|
|
1840
|
+
border-color: var(--color-border);
|
|
1487
1841
|
}
|
|
1488
|
-
.turtle-widget-root .border-
|
|
1489
|
-
border-color: var(--
|
|
1842
|
+
.turtle-widget-root .border-background {
|
|
1843
|
+
border-color: var(--background);
|
|
1490
1844
|
}
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1845
|
+
.turtle-widget-root .border-border, .turtle-widget-root .border-border\/50 {
|
|
1846
|
+
border-color: var(--border);
|
|
1847
|
+
}
|
|
1848
|
+
@supports (color:color-mix(in lab,red,red)) {
|
|
1849
|
+
.turtle-widget-root .border-border\/50 {
|
|
1850
|
+
border-color: var(--border);
|
|
1494
1851
|
@supports (color: color-mix(in lab, red, red)) {
|
|
1495
|
-
border-color: color-mix(in oklab,var(--
|
|
1852
|
+
border-color: color-mix(in oklab,var(--border)50%,transparent);
|
|
1496
1853
|
}
|
|
1497
1854
|
}
|
|
1498
1855
|
}
|
|
@@ -1516,9 +1873,6 @@
|
|
|
1516
1873
|
.turtle-widget-root .border-primary {
|
|
1517
1874
|
border-color: var(--primary);
|
|
1518
1875
|
}
|
|
1519
|
-
.turtle-widget-root .border-secondary {
|
|
1520
|
-
border-color: var(--secondary);
|
|
1521
|
-
}
|
|
1522
1876
|
.turtle-widget-root .border-transparent {
|
|
1523
1877
|
border-color: #0000;
|
|
1524
1878
|
}
|
|
@@ -1528,16 +1882,36 @@
|
|
|
1528
1882
|
.turtle-widget-root .border-l-transparent {
|
|
1529
1883
|
border-left-color: #0000;
|
|
1530
1884
|
}
|
|
1885
|
+
.turtle-widget-root .bg-\(--color-bg\) {
|
|
1886
|
+
background-color: var(--color-bg);
|
|
1887
|
+
}
|
|
1531
1888
|
.turtle-widget-root .bg-background {
|
|
1532
1889
|
background-color: var(--background);
|
|
1533
1890
|
}
|
|
1891
|
+
.turtle-widget-root .bg-black\/50 {
|
|
1892
|
+
background-color: #00000080;
|
|
1893
|
+
}
|
|
1894
|
+
@supports (color:color-mix(in lab,red,red)) {
|
|
1895
|
+
.turtle-widget-root .bg-black\/50 {
|
|
1896
|
+
background-color: color-mix(in srgb,#00050%,transparent);
|
|
1897
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1898
|
+
background-color: color-mix(in oklab,var(--color-black)50%,transparent);
|
|
1899
|
+
}
|
|
1900
|
+
}
|
|
1901
|
+
}
|
|
1534
1902
|
.turtle-widget-root .bg-border {
|
|
1535
1903
|
background-color: var(--border);
|
|
1536
1904
|
}
|
|
1905
|
+
.turtle-widget-root .bg-card {
|
|
1906
|
+
background-color: var(--card);
|
|
1907
|
+
}
|
|
1908
|
+
.turtle-widget-root .bg-foreground {
|
|
1909
|
+
background-color: var(--foreground);
|
|
1910
|
+
}
|
|
1537
1911
|
.turtle-widget-root .bg-muted {
|
|
1538
1912
|
background-color: var(--muted);
|
|
1539
1913
|
}
|
|
1540
|
-
.turtle-widget-root .bg-muted-foreground\/30 {
|
|
1914
|
+
.turtle-widget-root .bg-muted-foreground, .turtle-widget-root .bg-muted-foreground\/30 {
|
|
1541
1915
|
background-color: var(--muted-foreground);
|
|
1542
1916
|
}
|
|
1543
1917
|
@supports (color:color-mix(in lab,red,red)) {
|
|
@@ -1559,18 +1933,16 @@
|
|
|
1559
1933
|
}
|
|
1560
1934
|
}
|
|
1561
1935
|
}
|
|
1562
|
-
.turtle-widget-root .bg-
|
|
1563
|
-
background-color: var(--
|
|
1936
|
+
.turtle-widget-root .bg-neutral-alpha-2 {
|
|
1937
|
+
background-color: var(--color-neutral-alpha-2);
|
|
1564
1938
|
}
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
background-color: var(--primary);
|
|
1568
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
1569
|
-
background-color: color-mix(in oklab,var(--primary)10%,transparent);
|
|
1570
|
-
}
|
|
1571
|
-
}
|
|
1939
|
+
.turtle-widget-root .bg-neutral-alpha-5 {
|
|
1940
|
+
background-color: var(--color-neutral-alpha-5);
|
|
1572
1941
|
}
|
|
1573
|
-
.turtle-widget-root .bg-
|
|
1942
|
+
.turtle-widget-root .bg-popover {
|
|
1943
|
+
background-color: var(--popover);
|
|
1944
|
+
}
|
|
1945
|
+
.turtle-widget-root .bg-primary, .turtle-widget-root .bg-primary\/20 {
|
|
1574
1946
|
background-color: var(--primary);
|
|
1575
1947
|
}
|
|
1576
1948
|
@supports (color:color-mix(in lab,red,red)) {
|
|
@@ -1587,25 +1959,112 @@
|
|
|
1587
1959
|
.turtle-widget-root .bg-transparent {
|
|
1588
1960
|
background-color: #0000;
|
|
1589
1961
|
}
|
|
1962
|
+
.turtle-widget-root .bg-gradient-to-b {
|
|
1963
|
+
--tw-gradient-position: to bottom in oklab;
|
|
1964
|
+
background-image: linear-gradient(var(--tw-gradient-stops));
|
|
1965
|
+
}
|
|
1966
|
+
.turtle-widget-root .bg-gradient-to-br {
|
|
1967
|
+
--tw-gradient-position: to bottom right in oklab;
|
|
1968
|
+
background-image: linear-gradient(var(--tw-gradient-stops));
|
|
1969
|
+
}
|
|
1590
1970
|
.turtle-widget-root .bg-gradient-to-r {
|
|
1591
1971
|
--tw-gradient-position: to right in oklab;
|
|
1592
1972
|
background-image: linear-gradient(var(--tw-gradient-stops));
|
|
1593
1973
|
}
|
|
1974
|
+
.turtle-widget-root .from-foreground\/40 {
|
|
1975
|
+
--tw-gradient-from: var(--foreground);
|
|
1976
|
+
}
|
|
1977
|
+
@supports (color:color-mix(in lab,red,red)) {
|
|
1978
|
+
.turtle-widget-root .from-foreground\/40 {
|
|
1979
|
+
--tw-gradient-from: var(--foreground);
|
|
1980
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1981
|
+
--tw-gradient-from: color-mix(in oklab,var(--foreground)40%,transparent);
|
|
1982
|
+
}
|
|
1983
|
+
}
|
|
1984
|
+
}
|
|
1985
|
+
.turtle-widget-root .from-foreground\/40 {
|
|
1986
|
+
--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));
|
|
1987
|
+
}
|
|
1988
|
+
.turtle-widget-root .from-primary {
|
|
1989
|
+
--tw-gradient-from: var(--primary);
|
|
1990
|
+
--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));
|
|
1991
|
+
}
|
|
1594
1992
|
.turtle-widget-root .from-transparent {
|
|
1595
1993
|
--tw-gradient-from: transparent;
|
|
1596
1994
|
--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));
|
|
1597
1995
|
}
|
|
1996
|
+
.turtle-widget-root .via-foreground\/10 {
|
|
1997
|
+
--tw-gradient-via: var(--foreground);
|
|
1998
|
+
}
|
|
1999
|
+
@supports (color:color-mix(in lab,red,red)) {
|
|
2000
|
+
.turtle-widget-root .via-foreground\/10 {
|
|
2001
|
+
--tw-gradient-via: var(--foreground);
|
|
2002
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2003
|
+
--tw-gradient-via: color-mix(in oklab,var(--foreground)10%,transparent);
|
|
2004
|
+
}
|
|
2005
|
+
}
|
|
2006
|
+
}
|
|
2007
|
+
.turtle-widget-root .via-foreground\/10 {
|
|
2008
|
+
--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);
|
|
2009
|
+
--tw-gradient-stops: var(--tw-gradient-via-stops);
|
|
2010
|
+
}
|
|
1598
2011
|
.turtle-widget-root .via-primary {
|
|
1599
2012
|
--tw-gradient-via: var(--primary);
|
|
1600
2013
|
--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);
|
|
1601
2014
|
--tw-gradient-stops: var(--tw-gradient-via-stops);
|
|
1602
2015
|
}
|
|
2016
|
+
.turtle-widget-root .via-primary\/20 {
|
|
2017
|
+
--tw-gradient-via: var(--primary);
|
|
2018
|
+
}
|
|
2019
|
+
@supports (color:color-mix(in lab,red,red)) {
|
|
2020
|
+
.turtle-widget-root .via-primary\/20 {
|
|
2021
|
+
--tw-gradient-via: var(--primary);
|
|
2022
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2023
|
+
--tw-gradient-via: color-mix(in oklab,var(--primary)20%,transparent);
|
|
2024
|
+
}
|
|
2025
|
+
}
|
|
2026
|
+
}
|
|
2027
|
+
.turtle-widget-root .via-primary\/20 {
|
|
2028
|
+
--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);
|
|
2029
|
+
--tw-gradient-stops: var(--tw-gradient-via-stops);
|
|
2030
|
+
}
|
|
2031
|
+
.turtle-widget-root .to-foreground\/20 {
|
|
2032
|
+
--tw-gradient-to: var(--foreground);
|
|
2033
|
+
}
|
|
2034
|
+
@supports (color:color-mix(in lab,red,red)) {
|
|
2035
|
+
.turtle-widget-root .to-foreground\/20 {
|
|
2036
|
+
--tw-gradient-to: var(--foreground);
|
|
2037
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2038
|
+
--tw-gradient-to: color-mix(in oklab,var(--foreground)20%,transparent);
|
|
2039
|
+
}
|
|
2040
|
+
}
|
|
2041
|
+
}
|
|
2042
|
+
.turtle-widget-root .to-foreground\/20 {
|
|
2043
|
+
--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));
|
|
2044
|
+
}
|
|
2045
|
+
.turtle-widget-root .to-primary\/30 {
|
|
2046
|
+
--tw-gradient-to: var(--primary);
|
|
2047
|
+
}
|
|
2048
|
+
@supports (color:color-mix(in lab,red,red)) {
|
|
2049
|
+
.turtle-widget-root .to-primary\/30 {
|
|
2050
|
+
--tw-gradient-to: var(--primary);
|
|
2051
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2052
|
+
--tw-gradient-to: color-mix(in oklab,var(--primary)30%,transparent);
|
|
2053
|
+
}
|
|
2054
|
+
}
|
|
2055
|
+
}
|
|
2056
|
+
.turtle-widget-root .to-primary\/30 {
|
|
2057
|
+
--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));
|
|
2058
|
+
}
|
|
1603
2059
|
.turtle-widget-root .to-transparent {
|
|
1604
2060
|
--tw-gradient-to: transparent;
|
|
1605
2061
|
--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));
|
|
1606
2062
|
}
|
|
1607
|
-
.turtle-widget-root .
|
|
1608
|
-
|
|
2063
|
+
.turtle-widget-root .bg-clip-padding {
|
|
2064
|
+
background-clip: padding-box;
|
|
2065
|
+
}
|
|
2066
|
+
.turtle-widget-root .fill-current {
|
|
2067
|
+
fill: currentColor;
|
|
1609
2068
|
}
|
|
1610
2069
|
.turtle-widget-root .object-contain {
|
|
1611
2070
|
object-fit: contain;
|
|
@@ -1613,12 +2072,18 @@
|
|
|
1613
2072
|
.turtle-widget-root .p-0 {
|
|
1614
2073
|
padding: calc(var(--spacing)*0);
|
|
1615
2074
|
}
|
|
2075
|
+
.turtle-widget-root .p-0\.5 {
|
|
2076
|
+
padding: calc(var(--spacing)*.5);
|
|
2077
|
+
}
|
|
1616
2078
|
.turtle-widget-root .p-1 {
|
|
1617
2079
|
padding: calc(var(--spacing)*1);
|
|
1618
2080
|
}
|
|
1619
2081
|
.turtle-widget-root .p-2 {
|
|
1620
2082
|
padding: calc(var(--spacing)*2);
|
|
1621
2083
|
}
|
|
2084
|
+
.turtle-widget-root .p-2\.5 {
|
|
2085
|
+
padding: calc(var(--spacing)*2.5);
|
|
2086
|
+
}
|
|
1622
2087
|
.turtle-widget-root .p-3 {
|
|
1623
2088
|
padding: calc(var(--spacing)*3);
|
|
1624
2089
|
}
|
|
@@ -1628,8 +2093,8 @@
|
|
|
1628
2093
|
.turtle-widget-root .p-6 {
|
|
1629
2094
|
padding: calc(var(--spacing)*6);
|
|
1630
2095
|
}
|
|
1631
|
-
.turtle-widget-root .p-
|
|
1632
|
-
padding: calc(var(--spacing)*
|
|
2096
|
+
.turtle-widget-root .p-10 {
|
|
2097
|
+
padding: calc(var(--spacing)*10);
|
|
1633
2098
|
}
|
|
1634
2099
|
.turtle-widget-root .p-\[1px\], .turtle-widget-root .p-px {
|
|
1635
2100
|
padding: 1px;
|
|
@@ -1646,12 +2111,27 @@
|
|
|
1646
2111
|
.turtle-widget-root .px-3 {
|
|
1647
2112
|
padding-inline: calc(var(--spacing)*3);
|
|
1648
2113
|
}
|
|
2114
|
+
.turtle-widget-root .px-3\.5 {
|
|
2115
|
+
padding-inline: calc(var(--spacing)*3.5);
|
|
2116
|
+
}
|
|
1649
2117
|
.turtle-widget-root .px-4 {
|
|
1650
2118
|
padding-inline: calc(var(--spacing)*4);
|
|
1651
2119
|
}
|
|
2120
|
+
.turtle-widget-root .px-4\.5 {
|
|
2121
|
+
padding-inline: calc(var(--spacing)*4.5);
|
|
2122
|
+
}
|
|
2123
|
+
.turtle-widget-root .px-5 {
|
|
2124
|
+
padding-inline: calc(var(--spacing)*5);
|
|
2125
|
+
}
|
|
1652
2126
|
.turtle-widget-root .px-6 {
|
|
1653
2127
|
padding-inline: calc(var(--spacing)*6);
|
|
1654
2128
|
}
|
|
2129
|
+
.turtle-widget-root .px-8 {
|
|
2130
|
+
padding-inline: calc(var(--spacing)*8);
|
|
2131
|
+
}
|
|
2132
|
+
.turtle-widget-root .py-0 {
|
|
2133
|
+
padding-block: calc(var(--spacing)*0);
|
|
2134
|
+
}
|
|
1655
2135
|
.turtle-widget-root .py-0\.5 {
|
|
1656
2136
|
padding-block: calc(var(--spacing)*.5);
|
|
1657
2137
|
}
|
|
@@ -1664,30 +2144,84 @@
|
|
|
1664
2144
|
.turtle-widget-root .py-2 {
|
|
1665
2145
|
padding-block: calc(var(--spacing)*2);
|
|
1666
2146
|
}
|
|
2147
|
+
.turtle-widget-root .py-2\.5 {
|
|
2148
|
+
padding-block: calc(var(--spacing)*2.5);
|
|
2149
|
+
}
|
|
1667
2150
|
.turtle-widget-root .py-3 {
|
|
1668
2151
|
padding-block: calc(var(--spacing)*3);
|
|
1669
2152
|
}
|
|
2153
|
+
.turtle-widget-root .py-3\.5 {
|
|
2154
|
+
padding-block: calc(var(--spacing)*3.5);
|
|
2155
|
+
}
|
|
1670
2156
|
.turtle-widget-root .py-4 {
|
|
1671
2157
|
padding-block: calc(var(--spacing)*4);
|
|
1672
2158
|
}
|
|
2159
|
+
.turtle-widget-root .py-4\.5 {
|
|
2160
|
+
padding-block: calc(var(--spacing)*4.5);
|
|
2161
|
+
}
|
|
2162
|
+
.turtle-widget-root .py-6\.5 {
|
|
2163
|
+
padding-block: calc(var(--spacing)*6.5);
|
|
2164
|
+
}
|
|
1673
2165
|
.turtle-widget-root .py-8 {
|
|
1674
2166
|
padding-block: calc(var(--spacing)*8);
|
|
1675
2167
|
}
|
|
2168
|
+
.turtle-widget-root .py-8\.5 {
|
|
2169
|
+
padding-block: calc(var(--spacing)*8.5);
|
|
2170
|
+
}
|
|
2171
|
+
.turtle-widget-root .py-10 {
|
|
2172
|
+
padding-block: calc(var(--spacing)*10);
|
|
2173
|
+
}
|
|
2174
|
+
.turtle-widget-root .\!pt-6 {
|
|
2175
|
+
padding-top: calc(var(--spacing)*6) !important;
|
|
2176
|
+
}
|
|
1676
2177
|
.turtle-widget-root .pt-0 {
|
|
1677
2178
|
padding-top: calc(var(--spacing)*0);
|
|
1678
2179
|
}
|
|
1679
2180
|
.turtle-widget-root .pt-2 {
|
|
1680
2181
|
padding-top: calc(var(--spacing)*2);
|
|
1681
2182
|
}
|
|
2183
|
+
.turtle-widget-root .pt-3 {
|
|
2184
|
+
padding-top: calc(var(--spacing)*3);
|
|
2185
|
+
}
|
|
2186
|
+
.turtle-widget-root .pt-6\! {
|
|
2187
|
+
padding-top: calc(var(--spacing)*6) !important;
|
|
2188
|
+
}
|
|
2189
|
+
.turtle-widget-root .pr-2 {
|
|
2190
|
+
padding-right: calc(var(--spacing)*2);
|
|
2191
|
+
}
|
|
2192
|
+
.turtle-widget-root .pr-2\.5 {
|
|
2193
|
+
padding-right: calc(var(--spacing)*2.5);
|
|
2194
|
+
}
|
|
2195
|
+
.turtle-widget-root .pr-3 {
|
|
2196
|
+
padding-right: calc(var(--spacing)*3);
|
|
2197
|
+
}
|
|
1682
2198
|
.turtle-widget-root .pr-8 {
|
|
1683
2199
|
padding-right: calc(var(--spacing)*8);
|
|
1684
2200
|
}
|
|
2201
|
+
.turtle-widget-root .pr-12 {
|
|
2202
|
+
padding-right: calc(var(--spacing)*12);
|
|
2203
|
+
}
|
|
2204
|
+
.turtle-widget-root .pb-2 {
|
|
2205
|
+
padding-bottom: calc(var(--spacing)*2);
|
|
2206
|
+
}
|
|
1685
2207
|
.turtle-widget-root .pb-3 {
|
|
1686
2208
|
padding-bottom: calc(var(--spacing)*3);
|
|
1687
2209
|
}
|
|
2210
|
+
.turtle-widget-root .pl-0 {
|
|
2211
|
+
padding-left: calc(var(--spacing)*0);
|
|
2212
|
+
}
|
|
1688
2213
|
.turtle-widget-root .pl-2 {
|
|
1689
2214
|
padding-left: calc(var(--spacing)*2);
|
|
1690
2215
|
}
|
|
2216
|
+
.turtle-widget-root .pl-3 {
|
|
2217
|
+
padding-left: calc(var(--spacing)*3);
|
|
2218
|
+
}
|
|
2219
|
+
.turtle-widget-root .pl-4 {
|
|
2220
|
+
padding-left: calc(var(--spacing)*4);
|
|
2221
|
+
}
|
|
2222
|
+
.turtle-widget-root .pl-8 {
|
|
2223
|
+
padding-left: calc(var(--spacing)*8);
|
|
2224
|
+
}
|
|
1691
2225
|
.turtle-widget-root .text-center {
|
|
1692
2226
|
text-align: center;
|
|
1693
2227
|
}
|
|
@@ -1751,10 +2285,20 @@
|
|
|
1751
2285
|
font-size: var(--text-xs);
|
|
1752
2286
|
line-height: var(--tw-leading,var(--text-xs--line-height));
|
|
1753
2287
|
}
|
|
2288
|
+
.turtle-widget-root .text-\[8px\] {
|
|
2289
|
+
font-size: 8px;
|
|
2290
|
+
}
|
|
2291
|
+
.turtle-widget-root .text-\[10px\] {
|
|
2292
|
+
font-size: 10px;
|
|
2293
|
+
}
|
|
1754
2294
|
.turtle-widget-root .leading-none {
|
|
1755
2295
|
--tw-leading: 1;
|
|
1756
2296
|
line-height: 1;
|
|
1757
2297
|
}
|
|
2298
|
+
.turtle-widget-root .font-\[400\] {
|
|
2299
|
+
--tw-font-weight: 400;
|
|
2300
|
+
font-weight: 400;
|
|
2301
|
+
}
|
|
1758
2302
|
.turtle-widget-root .font-bold {
|
|
1759
2303
|
--tw-font-weight: var(--font-weight-bold);
|
|
1760
2304
|
font-weight: var(--font-weight-bold);
|
|
@@ -1775,12 +2319,25 @@
|
|
|
1775
2319
|
--tw-tracking: var(--tracking-tight);
|
|
1776
2320
|
letter-spacing: var(--tracking-tight);
|
|
1777
2321
|
}
|
|
2322
|
+
.turtle-widget-root .tracking-widest {
|
|
2323
|
+
--tw-tracking: var(--tracking-widest);
|
|
2324
|
+
letter-spacing: var(--tracking-widest);
|
|
2325
|
+
}
|
|
1778
2326
|
.turtle-widget-root .text-balance {
|
|
1779
2327
|
text-wrap: balance;
|
|
1780
2328
|
}
|
|
1781
2329
|
.turtle-widget-root .whitespace-nowrap {
|
|
1782
2330
|
white-space: nowrap;
|
|
1783
2331
|
}
|
|
2332
|
+
.turtle-widget-root .text-accent {
|
|
2333
|
+
color: var(--accent);
|
|
2334
|
+
}
|
|
2335
|
+
.turtle-widget-root .text-amber-600 {
|
|
2336
|
+
color: var(--color-amber-600);
|
|
2337
|
+
}
|
|
2338
|
+
.turtle-widget-root .text-current {
|
|
2339
|
+
color: currentColor;
|
|
2340
|
+
}
|
|
1784
2341
|
.turtle-widget-root .text-destructive {
|
|
1785
2342
|
color: var(--destructive);
|
|
1786
2343
|
}
|
|
@@ -1801,6 +2358,9 @@
|
|
|
1801
2358
|
}
|
|
1802
2359
|
}
|
|
1803
2360
|
}
|
|
2361
|
+
.turtle-widget-root .text-popover-foreground {
|
|
2362
|
+
color: var(--popover-foreground);
|
|
2363
|
+
}
|
|
1804
2364
|
.turtle-widget-root .text-primary {
|
|
1805
2365
|
color: var(--primary);
|
|
1806
2366
|
}
|
|
@@ -1827,6 +2387,13 @@
|
|
|
1827
2387
|
.turtle-widget-root .text-yellow-600 {
|
|
1828
2388
|
color: var(--color-yellow-600);
|
|
1829
2389
|
}
|
|
2390
|
+
.turtle-widget-root .capitalize {
|
|
2391
|
+
text-transform: capitalize;
|
|
2392
|
+
}
|
|
2393
|
+
.turtle-widget-root .tabular-nums {
|
|
2394
|
+
--tw-numeric-spacing: tabular-nums;
|
|
2395
|
+
font-variant-numeric: var(--tw-ordinal,)var(--tw-slashed-zero,)var(--tw-numeric-figure,)var(--tw-numeric-spacing,)var(--tw-numeric-fraction,);
|
|
2396
|
+
}
|
|
1830
2397
|
.turtle-widget-root .caret-foreground {
|
|
1831
2398
|
caret-color: var(--foreground);
|
|
1832
2399
|
}
|
|
@@ -1839,23 +2406,25 @@
|
|
|
1839
2406
|
.turtle-widget-root .caret-white {
|
|
1840
2407
|
caret-color: var(--color-white);
|
|
1841
2408
|
}
|
|
2409
|
+
.turtle-widget-root .opacity-20 {
|
|
2410
|
+
opacity: .2;
|
|
2411
|
+
}
|
|
1842
2412
|
.turtle-widget-root .opacity-50 {
|
|
1843
2413
|
opacity: .5;
|
|
1844
2414
|
}
|
|
2415
|
+
.turtle-widget-root .opacity-70 {
|
|
2416
|
+
opacity: .7;
|
|
2417
|
+
}
|
|
1845
2418
|
.turtle-widget-root .shadow {
|
|
1846
2419
|
--tw-shadow: 0 1px 3px 0 var(--tw-shadow-color,#0000001a),0 1px 2px -1px var(--tw-shadow-color,#0000001a);
|
|
1847
2420
|
box-shadow: var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);
|
|
1848
2421
|
}
|
|
1849
|
-
.turtle-widget-root .shadow-\[
|
|
1850
|
-
--tw-shadow:
|
|
1851
|
-
box-shadow: var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);
|
|
1852
|
-
}
|
|
1853
|
-
.turtle-widget-root .shadow-\[0_0_20px_0_rgba\(0\,0\,0\,0\.25\)\] {
|
|
1854
|
-
--tw-shadow: 0 0 20px 0 var(--tw-shadow-color,#00000040);
|
|
2422
|
+
.turtle-widget-root .shadow-\[0px_2px_2px_0px\] {
|
|
2423
|
+
--tw-shadow: 0px 2px 2px 0px var(--tw-shadow-color,currentcolor);
|
|
1855
2424
|
box-shadow: var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);
|
|
1856
2425
|
}
|
|
1857
|
-
.turtle-widget-root .shadow
|
|
1858
|
-
--tw-shadow: 0 4px 4px
|
|
2426
|
+
.turtle-widget-root .shadow-lg {
|
|
2427
|
+
--tw-shadow: 0 10px 15px -3px var(--tw-shadow-color,#0000001a),0 4px 6px -4px var(--tw-shadow-color,#0000001a);
|
|
1859
2428
|
box-shadow: var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);
|
|
1860
2429
|
}
|
|
1861
2430
|
.turtle-widget-root .shadow-md {
|
|
@@ -1870,6 +2439,10 @@
|
|
|
1870
2439
|
--tw-shadow: 0 1px 3px 0 var(--tw-shadow-color,#0000001a),0 1px 2px -1px var(--tw-shadow-color,#0000001a);
|
|
1871
2440
|
box-shadow: var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);
|
|
1872
2441
|
}
|
|
2442
|
+
.turtle-widget-root .shadow-xl {
|
|
2443
|
+
--tw-shadow: 0 20px 25px -5px var(--tw-shadow-color,#0000001a),0 8px 10px -6px var(--tw-shadow-color,#0000001a);
|
|
2444
|
+
box-shadow: var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);
|
|
2445
|
+
}
|
|
1873
2446
|
.turtle-widget-root .shadow-xs {
|
|
1874
2447
|
--tw-shadow: 0 1px 2px 0 var(--tw-shadow-color,#0000000d);
|
|
1875
2448
|
box-shadow: var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);
|
|
@@ -1886,13 +2459,49 @@
|
|
|
1886
2459
|
--tw-ring-shadow: var(--tw-ring-inset,)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);
|
|
1887
2460
|
box-shadow: var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);
|
|
1888
2461
|
}
|
|
2462
|
+
.turtle-widget-root .shadow-black {
|
|
2463
|
+
--tw-shadow-color: #000;
|
|
2464
|
+
}
|
|
2465
|
+
@supports (color:color-mix(in lab,red,red)) {
|
|
2466
|
+
.turtle-widget-root .shadow-black {
|
|
2467
|
+
--tw-shadow-color: #000;
|
|
2468
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2469
|
+
--tw-shadow-color: color-mix(in oklab,var(--color-black)var(--tw-shadow-alpha),transparent);
|
|
2470
|
+
}
|
|
2471
|
+
}
|
|
2472
|
+
}
|
|
2473
|
+
.turtle-widget-root .shadow-primary {
|
|
2474
|
+
--tw-shadow-color: var(--primary);
|
|
2475
|
+
}
|
|
2476
|
+
@supports (color:color-mix(in lab,red,red)) {
|
|
2477
|
+
.turtle-widget-root .shadow-primary {
|
|
2478
|
+
--tw-shadow-color: var(--primary);
|
|
2479
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2480
|
+
--tw-shadow-color: color-mix(in oklab,var(--primary)var(--tw-shadow-alpha),transparent);
|
|
2481
|
+
}
|
|
2482
|
+
}
|
|
2483
|
+
}
|
|
1889
2484
|
.turtle-widget-root .ring-primary {
|
|
1890
2485
|
--tw-ring-color: var(--primary);
|
|
1891
2486
|
}
|
|
2487
|
+
.turtle-widget-root .ring-ring\/50 {
|
|
2488
|
+
--tw-ring-color: var(--ring);
|
|
2489
|
+
}
|
|
2490
|
+
@supports (color:color-mix(in lab,red,red)) {
|
|
2491
|
+
.turtle-widget-root .ring-ring\/50 {
|
|
2492
|
+
--tw-ring-color: var(--ring);
|
|
2493
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2494
|
+
--tw-ring-color: color-mix(in oklab,var(--ring)50%,transparent);
|
|
2495
|
+
}
|
|
2496
|
+
}
|
|
2497
|
+
}
|
|
1892
2498
|
.turtle-widget-root .ring-offset-2 {
|
|
1893
2499
|
--tw-ring-offset-width: 2px;
|
|
1894
2500
|
--tw-ring-offset-shadow: var(--tw-ring-inset,)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color);
|
|
1895
2501
|
}
|
|
2502
|
+
.turtle-widget-root .ring-offset-background {
|
|
2503
|
+
--tw-ring-offset-color: var(--background);
|
|
2504
|
+
}
|
|
1896
2505
|
.turtle-widget-root .outline-hidden {
|
|
1897
2506
|
--tw-outline-style: none;
|
|
1898
2507
|
outline-style: none;
|
|
@@ -1907,6 +2516,24 @@
|
|
|
1907
2516
|
outline-style: var(--tw-outline-style);
|
|
1908
2517
|
outline-width: 1px;
|
|
1909
2518
|
}
|
|
2519
|
+
.turtle-widget-root .drop-shadow-lg {
|
|
2520
|
+
--tw-drop-shadow-size: drop-shadow(0 4px 4px var(--tw-drop-shadow-color,#00000026));
|
|
2521
|
+
--tw-drop-shadow: drop-shadow(var(--drop-shadow-lg));
|
|
2522
|
+
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,);
|
|
2523
|
+
}
|
|
2524
|
+
.turtle-widget-root .filter {
|
|
2525
|
+
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,);
|
|
2526
|
+
}
|
|
2527
|
+
.turtle-widget-root .backdrop-blur-lg {
|
|
2528
|
+
--tw-backdrop-blur: blur(var(--blur-lg));
|
|
2529
|
+
-webkit-backdrop-filter: var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);
|
|
2530
|
+
backdrop-filter: var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);
|
|
2531
|
+
}
|
|
2532
|
+
.turtle-widget-root .transition {
|
|
2533
|
+
transition-property: color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;
|
|
2534
|
+
transition-timing-function: var(--tw-ease,var(--default-transition-timing-function));
|
|
2535
|
+
transition-duration: var(--tw-duration,var(--default-transition-duration));
|
|
2536
|
+
}
|
|
1910
2537
|
.turtle-widget-root .transition-\[color\,box-shadow\] {
|
|
1911
2538
|
transition-property: color,box-shadow;
|
|
1912
2539
|
transition-timing-function: var(--tw-ease,var(--default-transition-timing-function));
|
|
@@ -1922,11 +2549,24 @@
|
|
|
1922
2549
|
transition-timing-function: var(--tw-ease,var(--default-transition-timing-function));
|
|
1923
2550
|
transition-duration: var(--tw-duration,var(--default-transition-duration));
|
|
1924
2551
|
}
|
|
2552
|
+
.turtle-widget-root .transition-opacity {
|
|
2553
|
+
transition-property: opacity;
|
|
2554
|
+
transition-timing-function: var(--tw-ease,var(--default-transition-timing-function));
|
|
2555
|
+
transition-duration: var(--tw-duration,var(--default-transition-duration));
|
|
2556
|
+
}
|
|
2557
|
+
.turtle-widget-root .transition-shadow {
|
|
2558
|
+
transition-property: box-shadow;
|
|
2559
|
+
transition-timing-function: var(--tw-ease,var(--default-transition-timing-function));
|
|
2560
|
+
transition-duration: var(--tw-duration,var(--default-transition-duration));
|
|
2561
|
+
}
|
|
1925
2562
|
.turtle-widget-root .transition-transform {
|
|
1926
2563
|
transition-property: transform,translate,scale,rotate;
|
|
1927
2564
|
transition-timing-function: var(--tw-ease,var(--default-transition-timing-function));
|
|
1928
2565
|
transition-duration: var(--tw-duration,var(--default-transition-duration));
|
|
1929
2566
|
}
|
|
2567
|
+
.turtle-widget-root .transition-none {
|
|
2568
|
+
transition-property: none;
|
|
2569
|
+
}
|
|
1930
2570
|
.turtle-widget-root .duration-200 {
|
|
1931
2571
|
--tw-duration: .2s;
|
|
1932
2572
|
transition-duration: .2s;
|
|
@@ -1949,12 +2589,51 @@
|
|
|
1949
2589
|
.turtle-widget-root .zoom-in-95 {
|
|
1950
2590
|
--tw-enter-scale: .95;
|
|
1951
2591
|
}
|
|
2592
|
+
.turtle-widget-root .group-disabled\:opacity-80:is(:where(.group):disabled *) {
|
|
2593
|
+
opacity: .8;
|
|
2594
|
+
}
|
|
2595
|
+
.turtle-widget-root .group-data-\[active\=true\]\:block:is(:where(.group)[data-active=true] *) {
|
|
2596
|
+
display: block;
|
|
2597
|
+
}
|
|
1952
2598
|
.turtle-widget-root .group-data-\[disabled\=true\]\:pointer-events-none:is(:where(.group)[data-disabled=true] *) {
|
|
1953
2599
|
pointer-events: none;
|
|
1954
2600
|
}
|
|
1955
2601
|
.turtle-widget-root .group-data-\[disabled\=true\]\:opacity-50:is(:where(.group)[data-disabled=true] *) {
|
|
1956
2602
|
opacity: .5;
|
|
1957
2603
|
}
|
|
2604
|
+
.turtle-widget-root .group-data-\[state\=open\]\:rotate-180:is(:where(.group)[data-state=open] *) {
|
|
2605
|
+
rotate: 180deg;
|
|
2606
|
+
}
|
|
2607
|
+
.turtle-widget-root .group-data-\[viewport\=false\]\/navigation-menu\:top-full:is(:where(.group\/navigation-menu)[data-viewport=false] *) {
|
|
2608
|
+
top: 100%;
|
|
2609
|
+
}
|
|
2610
|
+
.turtle-widget-root .group-data-\[viewport\=false\]\/navigation-menu\:mt-1\.5:is(:where(.group\/navigation-menu)[data-viewport=false] *) {
|
|
2611
|
+
margin-top: calc(var(--spacing)*1.5);
|
|
2612
|
+
}
|
|
2613
|
+
.turtle-widget-root .group-data-\[viewport\=false\]\/navigation-menu\:overflow-hidden:is(:where(.group\/navigation-menu)[data-viewport=false] *) {
|
|
2614
|
+
overflow: hidden;
|
|
2615
|
+
}
|
|
2616
|
+
.turtle-widget-root .group-data-\[viewport\=false\]\/navigation-menu\:rounded-md:is(:where(.group\/navigation-menu)[data-viewport=false] *) {
|
|
2617
|
+
border-radius: calc(var(--radius) - 2px);
|
|
2618
|
+
}
|
|
2619
|
+
.turtle-widget-root .group-data-\[viewport\=false\]\/navigation-menu\:border:is(:where(.group\/navigation-menu)[data-viewport=false] *) {
|
|
2620
|
+
border-style: var(--tw-border-style);
|
|
2621
|
+
border-width: 1px;
|
|
2622
|
+
}
|
|
2623
|
+
.turtle-widget-root .group-data-\[viewport\=false\]\/navigation-menu\:bg-popover:is(:where(.group\/navigation-menu)[data-viewport=false] *) {
|
|
2624
|
+
background-color: var(--popover);
|
|
2625
|
+
}
|
|
2626
|
+
.turtle-widget-root .group-data-\[viewport\=false\]\/navigation-menu\:text-popover-foreground:is(:where(.group\/navigation-menu)[data-viewport=false] *) {
|
|
2627
|
+
color: var(--popover-foreground);
|
|
2628
|
+
}
|
|
2629
|
+
.turtle-widget-root .group-data-\[viewport\=false\]\/navigation-menu\:shadow:is(:where(.group\/navigation-menu)[data-viewport=false] *) {
|
|
2630
|
+
--tw-shadow: 0 1px 3px 0 var(--tw-shadow-color,#0000001a),0 1px 2px -1px var(--tw-shadow-color,#0000001a);
|
|
2631
|
+
box-shadow: var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);
|
|
2632
|
+
}
|
|
2633
|
+
.turtle-widget-root .group-data-\[viewport\=false\]\/navigation-menu\:duration-200:is(:where(.group\/navigation-menu)[data-viewport=false] *) {
|
|
2634
|
+
--tw-duration: .2s;
|
|
2635
|
+
transition-duration: .2s;
|
|
2636
|
+
}
|
|
1958
2637
|
.turtle-widget-root .peer-disabled\:cursor-not-allowed:is(:where(.peer):disabled~*) {
|
|
1959
2638
|
cursor: not-allowed;
|
|
1960
2639
|
}
|
|
@@ -2061,41 +2740,45 @@
|
|
|
2061
2740
|
-webkit-mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
|
|
2062
2741
|
mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
|
|
2063
2742
|
}
|
|
2743
|
+
.turtle-widget-root .first\:rounded-l-full:first-child {
|
|
2744
|
+
border-top-left-radius: 3.40282e38px;
|
|
2745
|
+
border-bottom-left-radius: 3.40282e38px;
|
|
2746
|
+
}
|
|
2064
2747
|
.turtle-widget-root .first\:rounded-l-md:first-child {
|
|
2065
2748
|
border-top-left-radius: calc(var(--radius) - 2px);
|
|
2066
2749
|
border-bottom-left-radius: calc(var(--radius) - 2px);
|
|
2067
2750
|
}
|
|
2751
|
+
.turtle-widget-root .first\:pl-4:first-child {
|
|
2752
|
+
padding-left: calc(var(--spacing)*4);
|
|
2753
|
+
}
|
|
2754
|
+
.turtle-widget-root .last\:rounded-r-full:last-child {
|
|
2755
|
+
border-top-right-radius: 3.40282e38px;
|
|
2756
|
+
border-bottom-right-radius: 3.40282e38px;
|
|
2757
|
+
}
|
|
2068
2758
|
.turtle-widget-root .last\:rounded-r-md:last-child {
|
|
2069
2759
|
border-top-right-radius: calc(var(--radius) - 2px);
|
|
2070
2760
|
border-bottom-right-radius: calc(var(--radius) - 2px);
|
|
2071
2761
|
}
|
|
2762
|
+
.turtle-widget-root .last\:pr-4:last-child {
|
|
2763
|
+
padding-right: calc(var(--spacing)*4);
|
|
2764
|
+
}
|
|
2072
2765
|
@media (hover:hover) {
|
|
2766
|
+
.turtle-widget-root .hover\:z-10:hover {
|
|
2767
|
+
z-index: 10;
|
|
2768
|
+
}
|
|
2769
|
+
.turtle-widget-root .hover\:scale-110:hover {
|
|
2770
|
+
--tw-scale-x: 110%;
|
|
2771
|
+
--tw-scale-y: 110%;
|
|
2772
|
+
--tw-scale-z: 110%;
|
|
2773
|
+
scale: var(--tw-scale-x)var(--tw-scale-y);
|
|
2774
|
+
}
|
|
2073
2775
|
.turtle-widget-root .hover\:bg-accent:hover {
|
|
2074
2776
|
background-color: var(--accent);
|
|
2075
2777
|
}
|
|
2076
|
-
.turtle-widget-root .hover\:bg-background
|
|
2778
|
+
.turtle-widget-root .hover\:bg-background:hover {
|
|
2077
2779
|
background-color: var(--background);
|
|
2078
2780
|
}
|
|
2079
|
-
|
|
2080
|
-
.turtle-widget-root .hover\:bg-background\/90:hover {
|
|
2081
|
-
background-color: var(--background);
|
|
2082
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
2083
|
-
background-color: color-mix(in oklab,var(--background)90%,transparent);
|
|
2084
|
-
}
|
|
2085
|
-
}
|
|
2086
|
-
}
|
|
2087
|
-
.turtle-widget-root .hover\:bg-muted:hover, .turtle-widget-root .hover\:bg-muted\/50:hover {
|
|
2088
|
-
background-color: var(--muted);
|
|
2089
|
-
}
|
|
2090
|
-
@supports (color:color-mix(in lab,red,red)) {
|
|
2091
|
-
.turtle-widget-root .hover\:bg-muted\/50:hover {
|
|
2092
|
-
background-color: var(--muted);
|
|
2093
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
2094
|
-
background-color: color-mix(in oklab,var(--muted)50%,transparent);
|
|
2095
|
-
}
|
|
2096
|
-
}
|
|
2097
|
-
}
|
|
2098
|
-
.turtle-widget-root .hover\:bg-muted\/80:hover {
|
|
2781
|
+
.turtle-widget-root .hover\:bg-muted:hover, .turtle-widget-root .hover\:bg-muted\/80:hover {
|
|
2099
2782
|
background-color: var(--muted);
|
|
2100
2783
|
}
|
|
2101
2784
|
@supports (color:color-mix(in lab,red,red)) {
|
|
@@ -2117,7 +2800,7 @@
|
|
|
2117
2800
|
}
|
|
2118
2801
|
}
|
|
2119
2802
|
}
|
|
2120
|
-
.turtle-widget-root .hover\:bg-secondary\/80:hover {
|
|
2803
|
+
.turtle-widget-root .hover\:bg-secondary:hover, .turtle-widget-root .hover\:bg-secondary\/80:hover {
|
|
2121
2804
|
background-color: var(--secondary);
|
|
2122
2805
|
}
|
|
2123
2806
|
@supports (color:color-mix(in lab,red,red)) {
|
|
@@ -2154,14 +2837,17 @@
|
|
|
2154
2837
|
}
|
|
2155
2838
|
}
|
|
2156
2839
|
}
|
|
2157
|
-
.turtle-widget-root .hover\:
|
|
2158
|
-
|
|
2159
|
-
box-shadow: var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);
|
|
2840
|
+
.turtle-widget-root .hover\:opacity-100:hover {
|
|
2841
|
+
opacity: 1;
|
|
2160
2842
|
}
|
|
2161
2843
|
.turtle-widget-root .hover\:shadow-md:hover {
|
|
2162
2844
|
--tw-shadow: 0 4px 6px -1px var(--tw-shadow-color,#0000001a),0 2px 4px -2px var(--tw-shadow-color,#0000001a);
|
|
2163
2845
|
box-shadow: var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);
|
|
2164
2846
|
}
|
|
2847
|
+
.turtle-widget-root .hover\:ring-4:hover {
|
|
2848
|
+
--tw-ring-shadow: var(--tw-ring-inset,)0 0 0 calc(4px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);
|
|
2849
|
+
box-shadow: var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);
|
|
2850
|
+
}
|
|
2165
2851
|
}
|
|
2166
2852
|
.turtle-widget-root .focus\:z-10:focus {
|
|
2167
2853
|
z-index: 10;
|
|
@@ -2173,16 +2859,26 @@
|
|
|
2173
2859
|
.turtle-widget-root .focus\:border-primary:focus {
|
|
2174
2860
|
border-color: var(--primary);
|
|
2175
2861
|
}
|
|
2176
|
-
.turtle-widget-root .focus\:
|
|
2177
|
-
|
|
2862
|
+
.turtle-widget-root .focus\:border-transparent:focus {
|
|
2863
|
+
border-color: #0000;
|
|
2178
2864
|
}
|
|
2179
|
-
|
|
2180
|
-
|
|
2181
|
-
|
|
2182
|
-
|
|
2183
|
-
|
|
2184
|
-
|
|
2185
|
-
|
|
2865
|
+
.turtle-widget-root .focus\:bg-accent:focus {
|
|
2866
|
+
background-color: var(--accent);
|
|
2867
|
+
}
|
|
2868
|
+
.turtle-widget-root .focus\:bg-neutral-alpha-2:focus {
|
|
2869
|
+
background-color: var(--color-neutral-alpha-2);
|
|
2870
|
+
}
|
|
2871
|
+
.turtle-widget-root .focus\:bg-secondary:focus {
|
|
2872
|
+
background-color: var(--secondary);
|
|
2873
|
+
}
|
|
2874
|
+
.turtle-widget-root .focus\:text-accent-foreground:focus {
|
|
2875
|
+
color: var(--accent-foreground);
|
|
2876
|
+
}
|
|
2877
|
+
.turtle-widget-root .focus\:text-foreground:focus {
|
|
2878
|
+
color: var(--foreground);
|
|
2879
|
+
}
|
|
2880
|
+
.turtle-widget-root .focus\:text-secondary-foreground:focus {
|
|
2881
|
+
color: var(--secondary-foreground);
|
|
2186
2882
|
}
|
|
2187
2883
|
.turtle-widget-root .focus\:ring-0:focus {
|
|
2188
2884
|
--tw-ring-shadow: var(--tw-ring-inset,)0 0 0 calc(0px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);
|
|
@@ -2192,7 +2888,7 @@
|
|
|
2192
2888
|
--tw-ring-shadow: var(--tw-ring-inset,)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);
|
|
2193
2889
|
box-shadow: var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);
|
|
2194
2890
|
}
|
|
2195
|
-
.turtle-widget-root .focus\:ring-primary\/20:focus {
|
|
2891
|
+
.turtle-widget-root .focus\:ring-primary:focus, .turtle-widget-root .focus\:ring-primary\/20:focus {
|
|
2196
2892
|
--tw-ring-color: var(--primary);
|
|
2197
2893
|
}
|
|
2198
2894
|
@supports (color:color-mix(in lab,red,red)) {
|
|
@@ -2203,6 +2899,23 @@
|
|
|
2203
2899
|
}
|
|
2204
2900
|
}
|
|
2205
2901
|
}
|
|
2902
|
+
.turtle-widget-root .focus\:ring-ring:focus {
|
|
2903
|
+
--tw-ring-color: var(--ring);
|
|
2904
|
+
}
|
|
2905
|
+
.turtle-widget-root .focus\:ring-offset-2:focus {
|
|
2906
|
+
--tw-ring-offset-width: 2px;
|
|
2907
|
+
--tw-ring-offset-shadow: var(--tw-ring-inset,)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color);
|
|
2908
|
+
}
|
|
2909
|
+
.turtle-widget-root .focus\:outline-hidden:focus {
|
|
2910
|
+
--tw-outline-style: none;
|
|
2911
|
+
outline-style: none;
|
|
2912
|
+
}
|
|
2913
|
+
@media (forced-colors:active) {
|
|
2914
|
+
.turtle-widget-root .focus\:outline-hidden:focus {
|
|
2915
|
+
outline-offset: 2px;
|
|
2916
|
+
outline: 2px solid #0000;
|
|
2917
|
+
}
|
|
2918
|
+
}
|
|
2206
2919
|
.turtle-widget-root .focus\:outline-none:focus {
|
|
2207
2920
|
--tw-outline-style: none;
|
|
2208
2921
|
outline-style: none;
|
|
@@ -2213,10 +2926,25 @@
|
|
|
2213
2926
|
.turtle-widget-root .focus-visible\:border-ring:focus-visible {
|
|
2214
2927
|
border-color: var(--ring);
|
|
2215
2928
|
}
|
|
2929
|
+
.turtle-widget-root .focus-visible\:ring-4:focus-visible {
|
|
2930
|
+
--tw-ring-shadow: var(--tw-ring-inset,)0 0 0 calc(4px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);
|
|
2931
|
+
box-shadow: var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);
|
|
2932
|
+
}
|
|
2216
2933
|
.turtle-widget-root .focus-visible\:ring-\[3px\]:focus-visible {
|
|
2217
2934
|
--tw-ring-shadow: var(--tw-ring-inset,)0 0 0 calc(3px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);
|
|
2218
2935
|
box-shadow: var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);
|
|
2219
2936
|
}
|
|
2937
|
+
.turtle-widget-root .focus-visible\:ring-destructive\/20:focus-visible {
|
|
2938
|
+
--tw-ring-color: var(--destructive);
|
|
2939
|
+
}
|
|
2940
|
+
@supports (color:color-mix(in lab,red,red)) {
|
|
2941
|
+
.turtle-widget-root .focus-visible\:ring-destructive\/20:focus-visible {
|
|
2942
|
+
--tw-ring-color: var(--destructive);
|
|
2943
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2944
|
+
--tw-ring-color: color-mix(in oklab,var(--destructive)20%,transparent);
|
|
2945
|
+
}
|
|
2946
|
+
}
|
|
2947
|
+
}
|
|
2220
2948
|
.turtle-widget-root .focus-visible\:ring-ring\/50:focus-visible {
|
|
2221
2949
|
--tw-ring-color: var(--ring);
|
|
2222
2950
|
}
|
|
@@ -2228,19 +2956,69 @@
|
|
|
2228
2956
|
}
|
|
2229
2957
|
}
|
|
2230
2958
|
}
|
|
2959
|
+
.turtle-widget-root .focus-visible\:outline-hidden:focus-visible {
|
|
2960
|
+
--tw-outline-style: none;
|
|
2961
|
+
outline-style: none;
|
|
2962
|
+
}
|
|
2963
|
+
@media (forced-colors:active) {
|
|
2964
|
+
.turtle-widget-root .focus-visible\:outline-hidden:focus-visible {
|
|
2965
|
+
outline-offset: 2px;
|
|
2966
|
+
outline: 2px solid #0000;
|
|
2967
|
+
}
|
|
2968
|
+
}
|
|
2231
2969
|
.turtle-widget-root .focus-visible\:outline-1:focus-visible {
|
|
2232
2970
|
outline-style: var(--tw-outline-style);
|
|
2233
2971
|
outline-width: 1px;
|
|
2234
2972
|
}
|
|
2973
|
+
.turtle-widget-root .active\:from-primary:active {
|
|
2974
|
+
--tw-gradient-from: var(--primary);
|
|
2975
|
+
--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));
|
|
2976
|
+
}
|
|
2977
|
+
.turtle-widget-root .active\:via-primary\/20:active {
|
|
2978
|
+
--tw-gradient-via: var(--primary);
|
|
2979
|
+
}
|
|
2980
|
+
@supports (color:color-mix(in lab,red,red)) {
|
|
2981
|
+
.turtle-widget-root .active\:via-primary\/20:active {
|
|
2982
|
+
--tw-gradient-via: var(--primary);
|
|
2983
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2984
|
+
--tw-gradient-via: color-mix(in oklab,var(--primary)20%,transparent);
|
|
2985
|
+
}
|
|
2986
|
+
}
|
|
2987
|
+
}
|
|
2988
|
+
.turtle-widget-root .active\:via-primary\/20:active {
|
|
2989
|
+
--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);
|
|
2990
|
+
--tw-gradient-stops: var(--tw-gradient-via-stops);
|
|
2991
|
+
}
|
|
2992
|
+
.turtle-widget-root .active\:to-primary\/30:active {
|
|
2993
|
+
--tw-gradient-to: var(--primary);
|
|
2994
|
+
}
|
|
2995
|
+
@supports (color:color-mix(in lab,red,red)) {
|
|
2996
|
+
.turtle-widget-root .active\:to-primary\/30:active {
|
|
2997
|
+
--tw-gradient-to: var(--primary);
|
|
2998
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2999
|
+
--tw-gradient-to: color-mix(in oklab,var(--primary)30%,transparent);
|
|
3000
|
+
}
|
|
3001
|
+
}
|
|
3002
|
+
}
|
|
3003
|
+
.turtle-widget-root .active\:to-primary\/30:active {
|
|
3004
|
+
--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));
|
|
3005
|
+
}
|
|
2235
3006
|
.turtle-widget-root .disabled\:pointer-events-none:disabled {
|
|
2236
3007
|
pointer-events: none;
|
|
2237
3008
|
}
|
|
2238
3009
|
.turtle-widget-root .disabled\:cursor-not-allowed:disabled {
|
|
2239
3010
|
cursor: not-allowed;
|
|
2240
3011
|
}
|
|
3012
|
+
.turtle-widget-root .disabled\:text-muted-foreground:disabled {
|
|
3013
|
+
color: var(--muted-foreground);
|
|
3014
|
+
}
|
|
2241
3015
|
.turtle-widget-root .disabled\:opacity-50:disabled {
|
|
2242
3016
|
opacity: .5;
|
|
2243
3017
|
}
|
|
3018
|
+
.turtle-widget-root .disabled\:grayscale-100:disabled {
|
|
3019
|
+
--tw-grayscale: grayscale(100%);
|
|
3020
|
+
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,);
|
|
3021
|
+
}
|
|
2244
3022
|
.turtle-widget-root .has-\[\>svg\]\:px-2\.5:has(>svg) {
|
|
2245
3023
|
padding-inline: calc(var(--spacing)*2.5);
|
|
2246
3024
|
}
|
|
@@ -2264,12 +3042,91 @@
|
|
|
2264
3042
|
}
|
|
2265
3043
|
}
|
|
2266
3044
|
}
|
|
3045
|
+
.turtle-widget-root .data-\[active\=true\]\:bg-neutral-alpha-10[data-active=true] {
|
|
3046
|
+
background-color: var(--color-neutral-alpha-10);
|
|
3047
|
+
}
|
|
3048
|
+
.turtle-widget-root .data-\[active\=true\]\:bg-gradient-to-b[data-active=true] {
|
|
3049
|
+
--tw-gradient-position: to bottom in oklab;
|
|
3050
|
+
background-image: linear-gradient(var(--tw-gradient-stops));
|
|
3051
|
+
}
|
|
3052
|
+
.turtle-widget-root .data-\[active\=true\]\:from-primary[data-active=true] {
|
|
3053
|
+
--tw-gradient-from: var(--primary);
|
|
3054
|
+
--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));
|
|
3055
|
+
}
|
|
3056
|
+
.turtle-widget-root .data-\[active\=true\]\:via-primary\/20[data-active=true] {
|
|
3057
|
+
--tw-gradient-via: var(--primary);
|
|
3058
|
+
}
|
|
3059
|
+
@supports (color:color-mix(in lab,red,red)) {
|
|
3060
|
+
.turtle-widget-root .data-\[active\=true\]\:via-primary\/20[data-active=true] {
|
|
3061
|
+
--tw-gradient-via: var(--primary);
|
|
3062
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
3063
|
+
--tw-gradient-via: color-mix(in oklab,var(--primary)20%,transparent);
|
|
3064
|
+
}
|
|
3065
|
+
}
|
|
3066
|
+
}
|
|
3067
|
+
.turtle-widget-root .data-\[active\=true\]\:via-primary\/20[data-active=true] {
|
|
3068
|
+
--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);
|
|
3069
|
+
--tw-gradient-stops: var(--tw-gradient-via-stops);
|
|
3070
|
+
}
|
|
3071
|
+
.turtle-widget-root .data-\[active\=true\]\:to-primary\/30[data-active=true] {
|
|
3072
|
+
--tw-gradient-to: var(--primary);
|
|
3073
|
+
}
|
|
3074
|
+
@supports (color:color-mix(in lab,red,red)) {
|
|
3075
|
+
.turtle-widget-root .data-\[active\=true\]\:to-primary\/30[data-active=true] {
|
|
3076
|
+
--tw-gradient-to: var(--primary);
|
|
3077
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
3078
|
+
--tw-gradient-to: color-mix(in oklab,var(--primary)30%,transparent);
|
|
3079
|
+
}
|
|
3080
|
+
}
|
|
3081
|
+
}
|
|
3082
|
+
.turtle-widget-root .data-\[active\=true\]\:to-primary\/30[data-active=true] {
|
|
3083
|
+
--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));
|
|
3084
|
+
}
|
|
3085
|
+
.turtle-widget-root .data-\[active\=true\]\:text-foreground[data-active=true] {
|
|
3086
|
+
color: var(--foreground);
|
|
3087
|
+
}
|
|
3088
|
+
.turtle-widget-root .data-\[active\=true\]\:text-primary[data-active=true] {
|
|
3089
|
+
color: var(--primary);
|
|
3090
|
+
}
|
|
2267
3091
|
.turtle-widget-root .data-\[disabled\]\:pointer-events-none[data-disabled] {
|
|
2268
3092
|
pointer-events: none;
|
|
2269
3093
|
}
|
|
2270
3094
|
.turtle-widget-root .data-\[disabled\]\:opacity-50[data-disabled] {
|
|
2271
3095
|
opacity: .5;
|
|
2272
3096
|
}
|
|
3097
|
+
.turtle-widget-root .data-\[inset\]\:pl-8[data-inset] {
|
|
3098
|
+
padding-left: calc(var(--spacing)*8);
|
|
3099
|
+
}
|
|
3100
|
+
.turtle-widget-root .data-\[motion\=from-end\]\:slide-in-from-right-52[data-motion=from-end] {
|
|
3101
|
+
--tw-enter-translate-x: calc(var(--spacing)*52);
|
|
3102
|
+
}
|
|
3103
|
+
.turtle-widget-root .data-\[motion\=from-start\]\:slide-in-from-left-52[data-motion=from-start] {
|
|
3104
|
+
--tw-enter-translate-x: calc(var(--spacing)*52*-1);
|
|
3105
|
+
}
|
|
3106
|
+
.turtle-widget-root .data-\[motion\=to-end\]\:slide-out-to-right-52[data-motion=to-end] {
|
|
3107
|
+
--tw-exit-translate-x: calc(var(--spacing)*52);
|
|
3108
|
+
}
|
|
3109
|
+
.turtle-widget-root .data-\[motion\=to-start\]\:slide-out-to-left-52[data-motion=to-start] {
|
|
3110
|
+
--tw-exit-translate-x: calc(var(--spacing)*52*-1);
|
|
3111
|
+
}
|
|
3112
|
+
.turtle-widget-root .data-\[motion\^\=from-\]\:animate-in[data-motion^=from-] {
|
|
3113
|
+
animation: enter var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none);
|
|
3114
|
+
}
|
|
3115
|
+
.turtle-widget-root .data-\[motion\^\=from-\]\:fade-in[data-motion^=from-] {
|
|
3116
|
+
--tw-enter-opacity: 0;
|
|
3117
|
+
}
|
|
3118
|
+
.turtle-widget-root .data-\[motion\^\=to-\]\:animate-out[data-motion^=to-] {
|
|
3119
|
+
animation: exit var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none);
|
|
3120
|
+
}
|
|
3121
|
+
.turtle-widget-root .data-\[motion\^\=to-\]\:fade-out[data-motion^=to-] {
|
|
3122
|
+
--tw-exit-opacity: 0;
|
|
3123
|
+
}
|
|
3124
|
+
.turtle-widget-root .data-\[orientation\=horizontal\]\:h-1\.5[data-orientation=horizontal] {
|
|
3125
|
+
height: calc(var(--spacing)*1.5);
|
|
3126
|
+
}
|
|
3127
|
+
.turtle-widget-root .data-\[orientation\=horizontal\]\:h-full[data-orientation=horizontal] {
|
|
3128
|
+
height: 100%;
|
|
3129
|
+
}
|
|
2273
3130
|
.turtle-widget-root .data-\[orientation\=horizontal\]\:h-px[data-orientation=horizontal] {
|
|
2274
3131
|
height: 1px;
|
|
2275
3132
|
}
|
|
@@ -2279,9 +3136,24 @@
|
|
|
2279
3136
|
.turtle-widget-root .data-\[orientation\=vertical\]\:h-full[data-orientation=vertical] {
|
|
2280
3137
|
height: 100%;
|
|
2281
3138
|
}
|
|
3139
|
+
.turtle-widget-root .data-\[orientation\=vertical\]\:min-h-44[data-orientation=vertical] {
|
|
3140
|
+
min-height: calc(var(--spacing)*44);
|
|
3141
|
+
}
|
|
3142
|
+
.turtle-widget-root .data-\[orientation\=vertical\]\:w-1\.5[data-orientation=vertical] {
|
|
3143
|
+
width: calc(var(--spacing)*1.5);
|
|
3144
|
+
}
|
|
3145
|
+
.turtle-widget-root .data-\[orientation\=vertical\]\:w-auto[data-orientation=vertical] {
|
|
3146
|
+
width: auto;
|
|
3147
|
+
}
|
|
3148
|
+
.turtle-widget-root .data-\[orientation\=vertical\]\:w-full[data-orientation=vertical] {
|
|
3149
|
+
width: 100%;
|
|
3150
|
+
}
|
|
2282
3151
|
.turtle-widget-root .data-\[orientation\=vertical\]\:w-px[data-orientation=vertical] {
|
|
2283
3152
|
width: 1px;
|
|
2284
3153
|
}
|
|
3154
|
+
.turtle-widget-root .data-\[orientation\=vertical\]\:flex-col[data-orientation=vertical] {
|
|
3155
|
+
flex-direction: column;
|
|
3156
|
+
}
|
|
2285
3157
|
.turtle-widget-root .data-\[placeholder\]\:text-muted-foreground[data-placeholder] {
|
|
2286
3158
|
color: var(--muted-foreground);
|
|
2287
3159
|
}
|
|
@@ -2290,44 +3162,42 @@
|
|
|
2290
3162
|
translate: var(--tw-translate-x)var(--tw-translate-y);
|
|
2291
3163
|
}
|
|
2292
3164
|
.turtle-widget-root .data-\[side\=bottom\]\:slide-in-from-top-2[data-side=bottom] {
|
|
2293
|
-
--tw-enter-translate-y: calc(
|
|
3165
|
+
--tw-enter-translate-y: calc(var(--spacing)*2*-1);
|
|
2294
3166
|
}
|
|
2295
3167
|
.turtle-widget-root .data-\[side\=left\]\:-translate-x-1[data-side=left] {
|
|
2296
3168
|
--tw-translate-x: calc(var(--spacing)*-1);
|
|
2297
3169
|
translate: var(--tw-translate-x)var(--tw-translate-y);
|
|
2298
3170
|
}
|
|
2299
3171
|
.turtle-widget-root .data-\[side\=left\]\:slide-in-from-right-2[data-side=left] {
|
|
2300
|
-
--tw-enter-translate-x: calc(
|
|
3172
|
+
--tw-enter-translate-x: calc(var(--spacing)*2);
|
|
2301
3173
|
}
|
|
2302
3174
|
.turtle-widget-root .data-\[side\=right\]\:translate-x-1[data-side=right] {
|
|
2303
3175
|
--tw-translate-x: calc(var(--spacing)*1);
|
|
2304
3176
|
translate: var(--tw-translate-x)var(--tw-translate-y);
|
|
2305
3177
|
}
|
|
2306
3178
|
.turtle-widget-root .data-\[side\=right\]\:slide-in-from-left-2[data-side=right] {
|
|
2307
|
-
--tw-enter-translate-x: calc(
|
|
3179
|
+
--tw-enter-translate-x: calc(var(--spacing)*2*-1);
|
|
2308
3180
|
}
|
|
2309
3181
|
.turtle-widget-root .data-\[side\=top\]\:-translate-y-1[data-side=top] {
|
|
2310
3182
|
--tw-translate-y: calc(var(--spacing)*-1);
|
|
2311
3183
|
translate: var(--tw-translate-x)var(--tw-translate-y);
|
|
2312
3184
|
}
|
|
2313
3185
|
.turtle-widget-root .data-\[side\=top\]\:slide-in-from-bottom-2[data-side=top] {
|
|
2314
|
-
--tw-enter-translate-y: calc(
|
|
3186
|
+
--tw-enter-translate-y: calc(var(--spacing)*2);
|
|
2315
3187
|
}
|
|
2316
|
-
.turtle-widget-root .data-\[size\=default\]\:h-
|
|
2317
|
-
height: calc(var(--spacing)*
|
|
3188
|
+
.turtle-widget-root .data-\[size\=default\]\:h-10[data-size=default] {
|
|
3189
|
+
height: calc(var(--spacing)*10);
|
|
2318
3190
|
}
|
|
2319
|
-
.turtle-widget-root .data-\[size\=sm\]\:h-8[data-size=sm]
|
|
3191
|
+
.turtle-widget-root .data-\[size\=sm\]\:h-8[data-size=sm] {
|
|
2320
3192
|
height: calc(var(--spacing)*8);
|
|
2321
3193
|
}
|
|
2322
|
-
.turtle-widget-root
|
|
2323
|
-
|
|
2324
|
-
|
|
2325
|
-
.turtle-widget-root .data-\[size\=xs\]\:py-2[data-size=xs] {
|
|
2326
|
-
padding-block: calc(var(--spacing)*2);
|
|
3194
|
+
.turtle-widget-root :is(.\*\*\:data-\[slot\=navigation-menu-link\]\:focus\:ring-0 *)[data-slot=navigation-menu-link]:focus {
|
|
3195
|
+
--tw-ring-shadow: var(--tw-ring-inset,)0 0 0 calc(0px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);
|
|
3196
|
+
box-shadow: var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);
|
|
2327
3197
|
}
|
|
2328
|
-
.turtle-widget-root
|
|
2329
|
-
|
|
2330
|
-
|
|
3198
|
+
.turtle-widget-root :is(.\*\*\:data-\[slot\=navigation-menu-link\]\:focus\:outline-none *)[data-slot=navigation-menu-link]:focus {
|
|
3199
|
+
--tw-outline-style: none;
|
|
3200
|
+
outline-style: none;
|
|
2331
3201
|
}
|
|
2332
3202
|
.turtle-widget-root :is(.\*\:data-\[slot\=select-value\]\:line-clamp-1>*)[data-slot=select-value] {
|
|
2333
3203
|
-webkit-line-clamp: 1;
|
|
@@ -2348,9 +3218,25 @@
|
|
|
2348
3218
|
--tw-translate-x: calc(100% - 2px);
|
|
2349
3219
|
translate: var(--tw-translate-x)var(--tw-translate-y);
|
|
2350
3220
|
}
|
|
3221
|
+
.turtle-widget-root .data-\[state\=checked\]\:border[data-state=checked] {
|
|
3222
|
+
border-style: var(--tw-border-style);
|
|
3223
|
+
border-width: 1px;
|
|
3224
|
+
}
|
|
3225
|
+
.turtle-widget-root .data-\[state\=checked\]\:border-border[data-state=checked] {
|
|
3226
|
+
border-color: var(--border);
|
|
3227
|
+
}
|
|
3228
|
+
.turtle-widget-root .data-\[state\=checked\]\:border-primary[data-state=checked] {
|
|
3229
|
+
border-color: var(--primary);
|
|
3230
|
+
}
|
|
3231
|
+
.turtle-widget-root .data-\[state\=checked\]\:bg-neutral-alpha-2[data-state=checked] {
|
|
3232
|
+
background-color: var(--color-neutral-alpha-2);
|
|
3233
|
+
}
|
|
2351
3234
|
.turtle-widget-root .data-\[state\=checked\]\:bg-primary[data-state=checked] {
|
|
2352
3235
|
background-color: var(--primary);
|
|
2353
3236
|
}
|
|
3237
|
+
.turtle-widget-root .data-\[state\=checked\]\:text-primary-foreground[data-state=checked] {
|
|
3238
|
+
color: var(--primary-foreground);
|
|
3239
|
+
}
|
|
2354
3240
|
.turtle-widget-root .data-\[state\=closed\]\:animate-out[data-state=closed] {
|
|
2355
3241
|
animation: exit var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none);
|
|
2356
3242
|
}
|
|
@@ -2360,6 +3246,21 @@
|
|
|
2360
3246
|
.turtle-widget-root .data-\[state\=closed\]\:zoom-out-95[data-state=closed] {
|
|
2361
3247
|
--tw-exit-scale: .95;
|
|
2362
3248
|
}
|
|
3249
|
+
.turtle-widget-root .group-data-\[viewport\=false\]\/navigation-menu\:data-\[state\=closed\]\:animate-out:is(:where(.group\/navigation-menu)[data-viewport=false] *)[data-state=closed] {
|
|
3250
|
+
animation: exit var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none);
|
|
3251
|
+
}
|
|
3252
|
+
.turtle-widget-root .group-data-\[viewport\=false\]\/navigation-menu\:data-\[state\=closed\]\:fade-out-0:is(:where(.group\/navigation-menu)[data-viewport=false] *)[data-state=closed] {
|
|
3253
|
+
--tw-exit-opacity: 0;
|
|
3254
|
+
}
|
|
3255
|
+
.turtle-widget-root .group-data-\[viewport\=false\]\/navigation-menu\:data-\[state\=closed\]\:zoom-out-95:is(:where(.group\/navigation-menu)[data-viewport=false] *)[data-state=closed] {
|
|
3256
|
+
--tw-exit-scale: .95;
|
|
3257
|
+
}
|
|
3258
|
+
.turtle-widget-root .data-\[state\=hidden\]\:animate-out[data-state=hidden] {
|
|
3259
|
+
animation: exit var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none);
|
|
3260
|
+
}
|
|
3261
|
+
.turtle-widget-root .data-\[state\=hidden\]\:fade-out[data-state=hidden] {
|
|
3262
|
+
--tw-exit-opacity: 0;
|
|
3263
|
+
}
|
|
2363
3264
|
.turtle-widget-root .data-\[state\=on\]\:bg-accent[data-state=on] {
|
|
2364
3265
|
background-color: var(--accent);
|
|
2365
3266
|
}
|
|
@@ -2369,12 +3270,52 @@
|
|
|
2369
3270
|
.turtle-widget-root .data-\[state\=open\]\:animate-in[data-state=open] {
|
|
2370
3271
|
animation: enter var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none);
|
|
2371
3272
|
}
|
|
3273
|
+
.turtle-widget-root .data-\[state\=open\]\:bg-accent[data-state=open], .turtle-widget-root .data-\[state\=open\]\:bg-accent\/50[data-state=open] {
|
|
3274
|
+
background-color: var(--accent);
|
|
3275
|
+
}
|
|
3276
|
+
@supports (color:color-mix(in lab,red,red)) {
|
|
3277
|
+
.turtle-widget-root .data-\[state\=open\]\:bg-accent\/50[data-state=open] {
|
|
3278
|
+
background-color: var(--accent);
|
|
3279
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
3280
|
+
background-color: color-mix(in oklab,var(--accent)50%,transparent);
|
|
3281
|
+
}
|
|
3282
|
+
}
|
|
3283
|
+
}
|
|
3284
|
+
.turtle-widget-root .data-\[state\=open\]\:text-accent-foreground[data-state=open] {
|
|
3285
|
+
color: var(--accent-foreground);
|
|
3286
|
+
}
|
|
3287
|
+
.turtle-widget-root .data-\[state\=open\]\:text-muted-foreground[data-state=open] {
|
|
3288
|
+
color: var(--muted-foreground);
|
|
3289
|
+
}
|
|
2372
3290
|
.turtle-widget-root .data-\[state\=open\]\:fade-in-0[data-state=open] {
|
|
2373
3291
|
--tw-enter-opacity: 0;
|
|
2374
3292
|
}
|
|
3293
|
+
.turtle-widget-root .data-\[state\=open\]\:zoom-in-90[data-state=open] {
|
|
3294
|
+
--tw-enter-scale: .9;
|
|
3295
|
+
}
|
|
2375
3296
|
.turtle-widget-root .data-\[state\=open\]\:zoom-in-95[data-state=open] {
|
|
2376
3297
|
--tw-enter-scale: .95;
|
|
2377
3298
|
}
|
|
3299
|
+
.turtle-widget-root .group-data-\[viewport\=false\]\/navigation-menu\:data-\[state\=open\]\:animate-in:is(:where(.group\/navigation-menu)[data-viewport=false] *)[data-state=open] {
|
|
3300
|
+
animation: enter var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none);
|
|
3301
|
+
}
|
|
3302
|
+
.turtle-widget-root .group-data-\[viewport\=false\]\/navigation-menu\:data-\[state\=open\]\:fade-in-0:is(:where(.group\/navigation-menu)[data-viewport=false] *)[data-state=open] {
|
|
3303
|
+
--tw-enter-opacity: 0;
|
|
3304
|
+
}
|
|
3305
|
+
.turtle-widget-root .group-data-\[viewport\=false\]\/navigation-menu\:data-\[state\=open\]\:zoom-in-95:is(:where(.group\/navigation-menu)[data-viewport=false] *)[data-state=open] {
|
|
3306
|
+
--tw-enter-scale: .95;
|
|
3307
|
+
}
|
|
3308
|
+
@media (hover:hover) {
|
|
3309
|
+
.turtle-widget-root .data-\[state\=open\]\:hover\:bg-accent[data-state=open]:hover {
|
|
3310
|
+
background-color: var(--accent);
|
|
3311
|
+
}
|
|
3312
|
+
}
|
|
3313
|
+
.turtle-widget-root .data-\[state\=open\]\:focus\:bg-accent[data-state=open]:focus {
|
|
3314
|
+
background-color: var(--accent);
|
|
3315
|
+
}
|
|
3316
|
+
.turtle-widget-root .data-\[state\=selected\]\:bg-neutral-alpha-10[data-state=selected] {
|
|
3317
|
+
background-color: var(--color-neutral-alpha-10);
|
|
3318
|
+
}
|
|
2378
3319
|
.turtle-widget-root .data-\[state\=unchecked\]\:translate-x-0[data-state=unchecked] {
|
|
2379
3320
|
--tw-translate-x: calc(var(--spacing)*0);
|
|
2380
3321
|
translate: var(--tw-translate-x)var(--tw-translate-y);
|
|
@@ -2382,6 +3323,29 @@
|
|
|
2382
3323
|
.turtle-widget-root .data-\[state\=unchecked\]\:bg-input[data-state=unchecked] {
|
|
2383
3324
|
background-color: var(--input);
|
|
2384
3325
|
}
|
|
3326
|
+
.turtle-widget-root .data-\[state\=visible\]\:animate-in[data-state=visible] {
|
|
3327
|
+
animation: enter var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none);
|
|
3328
|
+
}
|
|
3329
|
+
.turtle-widget-root .data-\[state\=visible\]\:fade-in[data-state=visible] {
|
|
3330
|
+
--tw-enter-opacity: 0;
|
|
3331
|
+
}
|
|
3332
|
+
.turtle-widget-root .data-\[variant\=destructive\]\:text-destructive[data-variant=destructive] {
|
|
3333
|
+
color: var(--destructive);
|
|
3334
|
+
}
|
|
3335
|
+
.turtle-widget-root .data-\[variant\=destructive\]\:focus\:bg-destructive\/10[data-variant=destructive]:focus {
|
|
3336
|
+
background-color: var(--destructive);
|
|
3337
|
+
}
|
|
3338
|
+
@supports (color:color-mix(in lab,red,red)) {
|
|
3339
|
+
.turtle-widget-root .data-\[variant\=destructive\]\:focus\:bg-destructive\/10[data-variant=destructive]:focus {
|
|
3340
|
+
background-color: var(--destructive);
|
|
3341
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
3342
|
+
background-color: color-mix(in oklab,var(--destructive)10%,transparent);
|
|
3343
|
+
}
|
|
3344
|
+
}
|
|
3345
|
+
}
|
|
3346
|
+
.turtle-widget-root .data-\[variant\=destructive\]\:focus\:text-destructive[data-variant=destructive]:focus {
|
|
3347
|
+
color: var(--destructive);
|
|
3348
|
+
}
|
|
2385
3349
|
.turtle-widget-root .data-\[variant\=outline\]\:border-l-0[data-variant=outline] {
|
|
2386
3350
|
border-left-style: var(--tw-border-style);
|
|
2387
3351
|
border-left-width: 0;
|
|
@@ -2394,6 +3358,174 @@
|
|
|
2394
3358
|
border-left-style: var(--tw-border-style);
|
|
2395
3359
|
border-left-width: 1px;
|
|
2396
3360
|
}
|
|
3361
|
+
@media not all and (min-width:64rem) {
|
|
3362
|
+
.turtle-widget-root .max-lg\:hidden {
|
|
3363
|
+
display: none;
|
|
3364
|
+
}
|
|
3365
|
+
.turtle-widget-root .max-lg\:flex-col {
|
|
3366
|
+
flex-direction: column;
|
|
3367
|
+
}
|
|
3368
|
+
}
|
|
3369
|
+
@media (min-width:40rem) {
|
|
3370
|
+
.turtle-widget-root .sm\:left-1\/2 {
|
|
3371
|
+
left: 50%;
|
|
3372
|
+
}
|
|
3373
|
+
.turtle-widget-root .sm\:w-\[750px\] {
|
|
3374
|
+
width: 750px;
|
|
3375
|
+
}
|
|
3376
|
+
.turtle-widget-root .sm\:max-w-lg {
|
|
3377
|
+
max-width: var(--container-lg);
|
|
3378
|
+
}
|
|
3379
|
+
.turtle-widget-root .sm\:grow-0 {
|
|
3380
|
+
flex-grow: 0;
|
|
3381
|
+
}
|
|
3382
|
+
.turtle-widget-root .sm\:translate-x-\[-90\%\] {
|
|
3383
|
+
--tw-translate-x: -90%;
|
|
3384
|
+
translate: var(--tw-translate-x)var(--tw-translate-y);
|
|
3385
|
+
}
|
|
3386
|
+
.turtle-widget-root .sm\:flex-row {
|
|
3387
|
+
flex-direction: row;
|
|
3388
|
+
}
|
|
3389
|
+
.turtle-widget-root .sm\:justify-end {
|
|
3390
|
+
justify-content: flex-end;
|
|
3391
|
+
}
|
|
3392
|
+
.turtle-widget-root .sm\:justify-evenly {
|
|
3393
|
+
justify-content: space-evenly;
|
|
3394
|
+
}
|
|
3395
|
+
.turtle-widget-root .sm\:text-left {
|
|
3396
|
+
text-align: left;
|
|
3397
|
+
}
|
|
3398
|
+
}
|
|
3399
|
+
@media (min-width:48rem) {
|
|
3400
|
+
.turtle-widget-root .md\:absolute {
|
|
3401
|
+
position: absolute;
|
|
3402
|
+
}
|
|
3403
|
+
.turtle-widget-root .md\:top-1\/2 {
|
|
3404
|
+
top: 50%;
|
|
3405
|
+
}
|
|
3406
|
+
.turtle-widget-root .md\:top-\[-100px\] {
|
|
3407
|
+
top: -100px;
|
|
3408
|
+
}
|
|
3409
|
+
.turtle-widget-root .md\:top-\[-250px\] {
|
|
3410
|
+
top: -250px;
|
|
3411
|
+
}
|
|
3412
|
+
.turtle-widget-root .md\:right-\[-400px\] {
|
|
3413
|
+
right: -400px;
|
|
3414
|
+
}
|
|
3415
|
+
.turtle-widget-root .md\:bottom-\[-450px\] {
|
|
3416
|
+
bottom: -450px;
|
|
3417
|
+
}
|
|
3418
|
+
.turtle-widget-root .md\:left-1\/2 {
|
|
3419
|
+
left: 50%;
|
|
3420
|
+
}
|
|
3421
|
+
.turtle-widget-root .md\:left-\[-190px\] {
|
|
3422
|
+
left: -190px;
|
|
3423
|
+
}
|
|
3424
|
+
.turtle-widget-root .md\:z-0 {
|
|
3425
|
+
z-index: 0;
|
|
3426
|
+
}
|
|
3427
|
+
.turtle-widget-root .md\:size-\[600px\] {
|
|
3428
|
+
width: 600px;
|
|
3429
|
+
height: 600px;
|
|
3430
|
+
}
|
|
3431
|
+
.turtle-widget-root .md\:w-\[300px\] {
|
|
3432
|
+
width: 300px;
|
|
3433
|
+
}
|
|
3434
|
+
.turtle-widget-root .md\:w-\[800px\] {
|
|
3435
|
+
width: 800px;
|
|
3436
|
+
}
|
|
3437
|
+
.turtle-widget-root .md\:w-\[1000px\] {
|
|
3438
|
+
width: 1000px;
|
|
3439
|
+
}
|
|
3440
|
+
.turtle-widget-root .md\:w-\[var\(--radix-navigation-menu-viewport-width\)\] {
|
|
3441
|
+
width: var(--radix-navigation-menu-viewport-width);
|
|
3442
|
+
}
|
|
3443
|
+
.turtle-widget-root .md\:w-auto {
|
|
3444
|
+
width: auto;
|
|
3445
|
+
}
|
|
3446
|
+
.turtle-widget-root .md\:-translate-x-full {
|
|
3447
|
+
--tw-translate-x: -100%;
|
|
3448
|
+
translate: var(--tw-translate-x)var(--tw-translate-y);
|
|
3449
|
+
}
|
|
3450
|
+
.turtle-widget-root .md\:-translate-y-full {
|
|
3451
|
+
--tw-translate-y: -100%;
|
|
3452
|
+
translate: var(--tw-translate-x)var(--tw-translate-y);
|
|
3453
|
+
}
|
|
3454
|
+
.turtle-widget-root .md\:rotate-0 {
|
|
3455
|
+
rotate: none;
|
|
3456
|
+
}
|
|
3457
|
+
}
|
|
3458
|
+
@media (min-width:64rem) {
|
|
3459
|
+
.turtle-widget-root .lg\:bottom-\[-350px\] {
|
|
3460
|
+
bottom: -350px;
|
|
3461
|
+
}
|
|
3462
|
+
.turtle-widget-root .lg\:left-\[-150px\] {
|
|
3463
|
+
left: -150px;
|
|
3464
|
+
}
|
|
3465
|
+
.turtle-widget-root .lg\:hidden {
|
|
3466
|
+
display: none;
|
|
3467
|
+
}
|
|
3468
|
+
.turtle-widget-root .lg\:min-w-0 {
|
|
3469
|
+
min-width: calc(var(--spacing)*0);
|
|
3470
|
+
}
|
|
3471
|
+
.turtle-widget-root .lg\:rounded-lg {
|
|
3472
|
+
border-radius: var(--radius);
|
|
3473
|
+
}
|
|
3474
|
+
.turtle-widget-root .lg\:bg-background {
|
|
3475
|
+
background-color: var(--background);
|
|
3476
|
+
}
|
|
3477
|
+
.turtle-widget-root .lg\:p-10 {
|
|
3478
|
+
padding: calc(var(--spacing)*10);
|
|
3479
|
+
}
|
|
3480
|
+
.turtle-widget-root .lg\:pt-2 {
|
|
3481
|
+
padding-top: calc(var(--spacing)*2);
|
|
3482
|
+
}
|
|
3483
|
+
.turtle-widget-root .lg\:pr-2 {
|
|
3484
|
+
padding-right: calc(var(--spacing)*2);
|
|
3485
|
+
}
|
|
3486
|
+
.turtle-widget-root .lg\:pl-64 {
|
|
3487
|
+
padding-left: calc(var(--spacing)*64);
|
|
3488
|
+
}
|
|
3489
|
+
.turtle-widget-root .lg\:shadow-xs {
|
|
3490
|
+
--tw-shadow: 0 1px 2px 0 var(--tw-shadow-color,#0000000d);
|
|
3491
|
+
box-shadow: var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);
|
|
3492
|
+
}
|
|
3493
|
+
.turtle-widget-root .lg\:ring-1 {
|
|
3494
|
+
--tw-ring-shadow: var(--tw-ring-inset,)0 0 0 calc(1px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);
|
|
3495
|
+
box-shadow: var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);
|
|
3496
|
+
}
|
|
3497
|
+
.turtle-widget-root .lg\:ring-border {
|
|
3498
|
+
--tw-ring-color: var(--border);
|
|
3499
|
+
}
|
|
3500
|
+
}
|
|
3501
|
+
.turtle-widget-root .dark\:bg-destructive\/60:is(.dark *) {
|
|
3502
|
+
background-color: var(--destructive);
|
|
3503
|
+
}
|
|
3504
|
+
@supports (color:color-mix(in lab,red,red)) {
|
|
3505
|
+
.turtle-widget-root .dark\:bg-destructive\/60:is(.dark *) {
|
|
3506
|
+
background-color: var(--destructive);
|
|
3507
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
3508
|
+
background-color: color-mix(in oklab,var(--destructive)60%,transparent);
|
|
3509
|
+
}
|
|
3510
|
+
}
|
|
3511
|
+
}
|
|
3512
|
+
.turtle-widget-root .dark\:bg-input\/30:is(.dark *) {
|
|
3513
|
+
background-color: var(--input);
|
|
3514
|
+
}
|
|
3515
|
+
@supports (color:color-mix(in lab,red,red)) {
|
|
3516
|
+
.turtle-widget-root .dark\:bg-input\/30:is(.dark *) {
|
|
3517
|
+
background-color: var(--input);
|
|
3518
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
3519
|
+
background-color: color-mix(in oklab,var(--input)30%,transparent);
|
|
3520
|
+
}
|
|
3521
|
+
}
|
|
3522
|
+
}
|
|
3523
|
+
.turtle-widget-root .dark\:group-data-\[state\=checked\]\:bg-primary:is(.dark *):is(:where(.group)[data-state=checked] *) {
|
|
3524
|
+
background-color: var(--primary);
|
|
3525
|
+
}
|
|
3526
|
+
.turtle-widget-root .dark\:group-data-\[state\=unchecked\]\:bg-foreground:is(.dark *):is(:where(.group)[data-state=unchecked] *) {
|
|
3527
|
+
background-color: var(--foreground);
|
|
3528
|
+
}
|
|
2397
3529
|
.turtle-widget-root .dark\:before\:from-white\/40:is(.dark *):before {
|
|
2398
3530
|
content: var(--tw-content);
|
|
2399
3531
|
--tw-gradient-from: #fff6;
|
|
@@ -2424,6 +3556,30 @@
|
|
|
2424
3556
|
.turtle-widget-root .dark\:before\:to-white\/10:is(.dark *):before {
|
|
2425
3557
|
--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));
|
|
2426
3558
|
}
|
|
3559
|
+
@media (hover:hover) {
|
|
3560
|
+
.turtle-widget-root .dark\:hover\:bg-input\/50:is(.dark *):hover {
|
|
3561
|
+
background-color: var(--input);
|
|
3562
|
+
}
|
|
3563
|
+
@supports (color:color-mix(in lab,red,red)) {
|
|
3564
|
+
.turtle-widget-root .dark\:hover\:bg-input\/50:is(.dark *):hover {
|
|
3565
|
+
background-color: var(--input);
|
|
3566
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
3567
|
+
background-color: color-mix(in oklab,var(--input)50%,transparent);
|
|
3568
|
+
}
|
|
3569
|
+
}
|
|
3570
|
+
}
|
|
3571
|
+
}
|
|
3572
|
+
.turtle-widget-root .dark\:focus-visible\:ring-destructive\/40:is(.dark *):focus-visible {
|
|
3573
|
+
--tw-ring-color: var(--destructive);
|
|
3574
|
+
}
|
|
3575
|
+
@supports (color:color-mix(in lab,red,red)) {
|
|
3576
|
+
.turtle-widget-root .dark\:focus-visible\:ring-destructive\/40:is(.dark *):focus-visible {
|
|
3577
|
+
--tw-ring-color: var(--destructive);
|
|
3578
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
3579
|
+
--tw-ring-color: color-mix(in oklab,var(--destructive)40%,transparent);
|
|
3580
|
+
}
|
|
3581
|
+
}
|
|
3582
|
+
}
|
|
2427
3583
|
.turtle-widget-root .dark\:aria-invalid\:ring-destructive\/40:is(.dark *)[aria-invalid=true] {
|
|
2428
3584
|
--tw-ring-color: var(--destructive);
|
|
2429
3585
|
}
|
|
@@ -2435,11 +3591,8 @@
|
|
|
2435
3591
|
}
|
|
2436
3592
|
}
|
|
2437
3593
|
}
|
|
2438
|
-
.turtle-widget-root .dark\:data-\[state\=checked\]\:bg-primary
|
|
2439
|
-
background-color: var(--primary
|
|
2440
|
-
}
|
|
2441
|
-
.turtle-widget-root .dark\:data-\[state\=unchecked\]\:bg-foreground:is(.dark *)[data-state=unchecked] {
|
|
2442
|
-
background-color: var(--foreground);
|
|
3594
|
+
.turtle-widget-root .dark\:data-\[state\=checked\]\:bg-primary:is(.dark *)[data-state=checked] {
|
|
3595
|
+
background-color: var(--primary);
|
|
2443
3596
|
}
|
|
2444
3597
|
.turtle-widget-root .dark\:data-\[state\=unchecked\]\:bg-input\/80:is(.dark *)[data-state=unchecked] {
|
|
2445
3598
|
background-color: var(--input);
|
|
@@ -2452,19 +3605,95 @@
|
|
|
2452
3605
|
}
|
|
2453
3606
|
}
|
|
2454
3607
|
}
|
|
3608
|
+
.turtle-widget-root .dark\:data-\[variant\=destructive\]\:focus\:bg-destructive\/20:is(.dark *)[data-variant=destructive]:focus {
|
|
3609
|
+
background-color: var(--destructive);
|
|
3610
|
+
}
|
|
3611
|
+
@supports (color:color-mix(in lab,red,red)) {
|
|
3612
|
+
.turtle-widget-root .dark\:data-\[variant\=destructive\]\:focus\:bg-destructive\/20:is(.dark *)[data-variant=destructive]:focus {
|
|
3613
|
+
background-color: var(--destructive);
|
|
3614
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
3615
|
+
background-color: color-mix(in oklab,var(--destructive)20%,transparent);
|
|
3616
|
+
}
|
|
3617
|
+
}
|
|
3618
|
+
}
|
|
3619
|
+
.turtle-widget-root .\[\&_\.recharts-cartesian-axis-tick_text\]\:fill-muted-foreground .recharts-cartesian-axis-tick text {
|
|
3620
|
+
fill: var(--muted-foreground);
|
|
3621
|
+
}
|
|
3622
|
+
.turtle-widget-root .\[\&_\.recharts-cartesian-grid_line\[stroke\=\'\#ccc\'\]\]\:stroke-border\/50 .recharts-cartesian-grid line[stroke="#ccc"] {
|
|
3623
|
+
stroke: var(--border);
|
|
3624
|
+
}
|
|
3625
|
+
@supports (color:color-mix(in lab,red,red)) {
|
|
3626
|
+
.turtle-widget-root .\[\&_\.recharts-cartesian-grid_line\[stroke\=\'\#ccc\'\]\]\:stroke-border\/50 .recharts-cartesian-grid line[stroke="#ccc"] {
|
|
3627
|
+
stroke: var(--border);
|
|
3628
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
3629
|
+
stroke: color-mix(in oklab,var(--border)50%,transparent);
|
|
3630
|
+
}
|
|
3631
|
+
}
|
|
3632
|
+
}
|
|
3633
|
+
.turtle-widget-root .\[\&_\.recharts-curve\.recharts-tooltip-cursor\]\:stroke-border .recharts-curve.recharts-tooltip-cursor {
|
|
3634
|
+
stroke: var(--border);
|
|
3635
|
+
}
|
|
3636
|
+
.turtle-widget-root .\[\&_\.recharts-dot\[stroke\=\'\#fff\'\]\]\:stroke-transparent .recharts-dot[stroke="#fff"] {
|
|
3637
|
+
stroke: #0000;
|
|
3638
|
+
}
|
|
3639
|
+
.turtle-widget-root .\[\&_\.recharts-layer\]\:outline-hidden .recharts-layer {
|
|
3640
|
+
--tw-outline-style: none;
|
|
3641
|
+
outline-style: none;
|
|
3642
|
+
}
|
|
3643
|
+
@media (forced-colors:active) {
|
|
3644
|
+
.turtle-widget-root .\[\&_\.recharts-layer\]\:outline-hidden .recharts-layer {
|
|
3645
|
+
outline-offset: 2px;
|
|
3646
|
+
outline: 2px solid #0000;
|
|
3647
|
+
}
|
|
3648
|
+
}
|
|
3649
|
+
.turtle-widget-root .\[\&_\.recharts-polar-grid_\[stroke\=\'\#ccc\'\]\]\:stroke-border .recharts-polar-grid [stroke="#ccc"] {
|
|
3650
|
+
stroke: var(--border);
|
|
3651
|
+
}
|
|
3652
|
+
.turtle-widget-root .\[\&_\.recharts-radial-bar-background-sector\]\:fill-muted .recharts-radial-bar-background-sector, .turtle-widget-root .\[\&_\.recharts-rectangle\.recharts-tooltip-cursor\]\:fill-muted .recharts-rectangle.recharts-tooltip-cursor {
|
|
3653
|
+
fill: var(--muted);
|
|
3654
|
+
}
|
|
3655
|
+
.turtle-widget-root .\[\&_\.recharts-reference-line_\[stroke\=\'\#ccc\'\]\]\:stroke-border .recharts-reference-line [stroke="#ccc"] {
|
|
3656
|
+
stroke: var(--border);
|
|
3657
|
+
}
|
|
3658
|
+
.turtle-widget-root .\[\&_\.recharts-sector\]\:outline-hidden .recharts-sector {
|
|
3659
|
+
--tw-outline-style: none;
|
|
3660
|
+
outline-style: none;
|
|
3661
|
+
}
|
|
3662
|
+
@media (forced-colors:active) {
|
|
3663
|
+
.turtle-widget-root .\[\&_\.recharts-sector\]\:outline-hidden .recharts-sector {
|
|
3664
|
+
outline-offset: 2px;
|
|
3665
|
+
outline: 2px solid #0000;
|
|
3666
|
+
}
|
|
3667
|
+
}
|
|
3668
|
+
.turtle-widget-root .\[\&_\.recharts-sector\[stroke\=\'\#fff\'\]\]\:stroke-transparent .recharts-sector[stroke="#fff"] {
|
|
3669
|
+
stroke: #0000;
|
|
3670
|
+
}
|
|
3671
|
+
.turtle-widget-root .\[\&_\.recharts-surface\]\:outline-hidden .recharts-surface {
|
|
3672
|
+
--tw-outline-style: none;
|
|
3673
|
+
outline-style: none;
|
|
3674
|
+
}
|
|
3675
|
+
@media (forced-colors:active) {
|
|
3676
|
+
.turtle-widget-root .\[\&_\.recharts-surface\]\:outline-hidden .recharts-surface {
|
|
3677
|
+
outline-offset: 2px;
|
|
3678
|
+
outline: 2px solid #0000;
|
|
3679
|
+
}
|
|
3680
|
+
}
|
|
2455
3681
|
.turtle-widget-root .\[\&_svg\]\:pointer-events-none svg {
|
|
2456
3682
|
pointer-events: none;
|
|
2457
3683
|
}
|
|
2458
3684
|
.turtle-widget-root .\[\&_svg\]\:shrink-0 svg {
|
|
2459
3685
|
flex-shrink: 0;
|
|
2460
3686
|
}
|
|
2461
|
-
.turtle-widget-root .\[\&_svg\]\:text-muted-foreground svg {
|
|
2462
|
-
color: var(--muted-foreground);
|
|
2463
|
-
}
|
|
2464
3687
|
.turtle-widget-root .\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-4 svg:not([class*=size-]) {
|
|
2465
3688
|
width: calc(var(--spacing)*4);
|
|
2466
3689
|
height: calc(var(--spacing)*4);
|
|
2467
3690
|
}
|
|
3691
|
+
.turtle-widget-root .\[\&_svg\:not\(\[class\*\=\'text-\'\]\)\]\:text-muted-foreground svg:not([class*=text-]) {
|
|
3692
|
+
color: var(--muted-foreground);
|
|
3693
|
+
}
|
|
3694
|
+
.turtle-widget-root .\[\&\:has\(\[role\=checkbox\]\)\]\:pr-0:has([role=checkbox]) {
|
|
3695
|
+
padding-right: calc(var(--spacing)*0);
|
|
3696
|
+
}
|
|
2468
3697
|
.turtle-widget-root :is(.\*\:\[span\]\:last\:flex>*):is(span):last-child {
|
|
2469
3698
|
display: flex;
|
|
2470
3699
|
}
|
|
@@ -2474,6 +3703,88 @@
|
|
|
2474
3703
|
.turtle-widget-root :is(.\*\:\[span\]\:last\:gap-2>*):is(span):last-child {
|
|
2475
3704
|
gap: calc(var(--spacing)*2);
|
|
2476
3705
|
}
|
|
3706
|
+
.turtle-widget-root :is(.data-\[variant\=destructive\]\:\*\:\[svg\]\:\!text-destructive[data-variant=destructive]>*):is(svg) {
|
|
3707
|
+
color: var(--destructive) !important;
|
|
3708
|
+
}
|
|
3709
|
+
@media (hover:hover) {
|
|
3710
|
+
.turtle-widget-root .hover\:\[\&\>\[data-slot\=\"table-cell\"\]\]\:bg-neutral-alpha-5:hover>[data-slot=table-cell] {
|
|
3711
|
+
background-color: var(--color-neutral-alpha-5);
|
|
3712
|
+
}
|
|
3713
|
+
}
|
|
3714
|
+
.turtle-widget-root .\[\&\>\[role\=checkbox\]\]\:translate-y-\[2px\]>[role=checkbox] {
|
|
3715
|
+
--tw-translate-y: 2px;
|
|
3716
|
+
translate: var(--tw-translate-x)var(--tw-translate-y);
|
|
3717
|
+
}
|
|
3718
|
+
.turtle-widget-root .\[\&\>div\]\:\!block>div {
|
|
3719
|
+
display: block !important;
|
|
3720
|
+
}
|
|
3721
|
+
.turtle-widget-root .\[\&\>svg\]\:pointer-events-none>svg {
|
|
3722
|
+
pointer-events: none;
|
|
3723
|
+
}
|
|
3724
|
+
.turtle-widget-root .\[\&\>svg\]\:size-3>svg {
|
|
3725
|
+
width: calc(var(--spacing)*3);
|
|
3726
|
+
height: calc(var(--spacing)*3);
|
|
3727
|
+
}
|
|
3728
|
+
.turtle-widget-root .\[\&\>svg\]\:h-2\.5>svg {
|
|
3729
|
+
height: calc(var(--spacing)*2.5);
|
|
3730
|
+
}
|
|
3731
|
+
.turtle-widget-root .\[\&\>svg\]\:h-3>svg {
|
|
3732
|
+
height: calc(var(--spacing)*3);
|
|
3733
|
+
}
|
|
3734
|
+
.turtle-widget-root .\[\&\>svg\]\:w-2\.5>svg {
|
|
3735
|
+
width: calc(var(--spacing)*2.5);
|
|
3736
|
+
}
|
|
3737
|
+
.turtle-widget-root .\[\&\>svg\]\:w-3>svg {
|
|
3738
|
+
width: calc(var(--spacing)*3);
|
|
3739
|
+
}
|
|
3740
|
+
.turtle-widget-root .\[\&\>svg\]\:text-muted-foreground>svg {
|
|
3741
|
+
color: var(--muted-foreground);
|
|
3742
|
+
}
|
|
3743
|
+
.turtle-widget-root .\[\&\>tr\]\:last\:border-b-0>tr:last-child {
|
|
3744
|
+
border-bottom-style: var(--tw-border-style);
|
|
3745
|
+
border-bottom-width: 0;
|
|
3746
|
+
}
|
|
3747
|
+
@media (hover:hover) {
|
|
3748
|
+
.turtle-widget-root a.\[a\&\]\:hover\:bg-accent:hover {
|
|
3749
|
+
background-color: var(--accent);
|
|
3750
|
+
}
|
|
3751
|
+
.turtle-widget-root a.\[a\&\]\:hover\:bg-destructive\/90:hover {
|
|
3752
|
+
background-color: var(--destructive);
|
|
3753
|
+
}
|
|
3754
|
+
@supports (color:color-mix(in lab,red,red)) {
|
|
3755
|
+
.turtle-widget-root a.\[a\&\]\:hover\:bg-destructive\/90:hover {
|
|
3756
|
+
background-color: var(--destructive);
|
|
3757
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
3758
|
+
background-color: color-mix(in oklab,var(--destructive)90%,transparent);
|
|
3759
|
+
}
|
|
3760
|
+
}
|
|
3761
|
+
}
|
|
3762
|
+
.turtle-widget-root a.\[a\&\]\:hover\:bg-primary\/90:hover {
|
|
3763
|
+
background-color: var(--primary);
|
|
3764
|
+
}
|
|
3765
|
+
@supports (color:color-mix(in lab,red,red)) {
|
|
3766
|
+
.turtle-widget-root a.\[a\&\]\:hover\:bg-primary\/90:hover {
|
|
3767
|
+
background-color: var(--primary);
|
|
3768
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
3769
|
+
background-color: color-mix(in oklab,var(--primary)90%,transparent);
|
|
3770
|
+
}
|
|
3771
|
+
}
|
|
3772
|
+
}
|
|
3773
|
+
.turtle-widget-root a.\[a\&\]\:hover\:bg-secondary\/90:hover {
|
|
3774
|
+
background-color: var(--secondary);
|
|
3775
|
+
}
|
|
3776
|
+
@supports (color:color-mix(in lab,red,red)) {
|
|
3777
|
+
.turtle-widget-root a.\[a\&\]\:hover\:bg-secondary\/90:hover {
|
|
3778
|
+
background-color: var(--secondary);
|
|
3779
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
3780
|
+
background-color: color-mix(in oklab,var(--secondary)90%,transparent);
|
|
3781
|
+
}
|
|
3782
|
+
}
|
|
3783
|
+
}
|
|
3784
|
+
.turtle-widget-root a.\[a\&\]\:hover\:text-accent-foreground:hover {
|
|
3785
|
+
color: var(--accent-foreground);
|
|
3786
|
+
}
|
|
3787
|
+
}
|
|
2477
3788
|
}
|
|
2478
3789
|
@property --tw-animation-delay {
|
|
2479
3790
|
syntax: "*";
|
|
@@ -2499,6 +3810,11 @@
|
|
|
2499
3810
|
inherits: false;
|
|
2500
3811
|
initial-value: 1;
|
|
2501
3812
|
}
|
|
3813
|
+
@property --tw-enter-blur {
|
|
3814
|
+
syntax: "*";
|
|
3815
|
+
inherits: false;
|
|
3816
|
+
initial-value: 0;
|
|
3817
|
+
}
|
|
2502
3818
|
@property --tw-enter-opacity {
|
|
2503
3819
|
syntax: "*";
|
|
2504
3820
|
inherits: false;
|
|
@@ -2524,6 +3840,11 @@
|
|
|
2524
3840
|
inherits: false;
|
|
2525
3841
|
initial-value: 0;
|
|
2526
3842
|
}
|
|
3843
|
+
@property --tw-exit-blur {
|
|
3844
|
+
syntax: "*";
|
|
3845
|
+
inherits: false;
|
|
3846
|
+
initial-value: 0;
|
|
3847
|
+
}
|
|
2527
3848
|
@property --tw-exit-opacity {
|
|
2528
3849
|
syntax: "*";
|
|
2529
3850
|
inherits: false;
|
|
@@ -2553,16 +3874,17 @@
|
|
|
2553
3874
|
--color-brand-green: #73f36c;
|
|
2554
3875
|
--color-brand-black: #141514;
|
|
2555
3876
|
--color-brand-white: #f9f9f9;
|
|
2556
|
-
--color-neutral-50: #f9f9f9;
|
|
2557
|
-
--color-neutral-100: #f1f1f1;
|
|
2558
|
-
--color-neutral-200: #e5e5e5;
|
|
2559
|
-
--color-neutral-300: #d1d1d1;
|
|
2560
|
-
--color-neutral-400: #a3a3a3;
|
|
2561
|
-
--color-neutral-500: #737373;
|
|
2562
|
-
--color-neutral-600: #525252;
|
|
2563
|
-
--color-neutral-700: #404040;
|
|
2564
|
-
--color-neutral-800: #262626;
|
|
2565
|
-
--color-neutral-
|
|
3877
|
+
--color-neutral-base-50: #f9f9f9;
|
|
3878
|
+
--color-neutral-base-100: #f1f1f1;
|
|
3879
|
+
--color-neutral-base-200: #e5e5e5;
|
|
3880
|
+
--color-neutral-base-300: #d1d1d1;
|
|
3881
|
+
--color-neutral-base-400: #a3a3a3;
|
|
3882
|
+
--color-neutral-base-500: #737373;
|
|
3883
|
+
--color-neutral-base-600: #525252;
|
|
3884
|
+
--color-neutral-base-700: #404040;
|
|
3885
|
+
--color-neutral-base-800: #262626;
|
|
3886
|
+
--color-neutral-base-850: #191a19;
|
|
3887
|
+
--color-neutral-base-900: #141514;
|
|
2566
3888
|
--color-neutral-alpha-2: #f9f9f905;
|
|
2567
3889
|
--color-neutral-alpha-5: #f9f9f90d;
|
|
2568
3890
|
--color-neutral-alpha-10: #f9f9f91a;
|
|
@@ -2625,13 +3947,16 @@
|
|
|
2625
3947
|
--radius-sm: .25rem;
|
|
2626
3948
|
--radius-md: .375rem;
|
|
2627
3949
|
--radius-lg: .5rem;
|
|
3950
|
+
--radius-lg-2: .625rem;
|
|
2628
3951
|
--radius-xl: .75rem;
|
|
2629
3952
|
--radius-2xl: 1rem;
|
|
3953
|
+
--radius-turtle: 1.25rem;
|
|
2630
3954
|
--radius-3xl: 1.5rem;
|
|
2631
3955
|
--radius-full: 9999px;
|
|
2632
3956
|
--radius-default: .625rem;
|
|
2633
3957
|
--radius-button: var(--radius-full);
|
|
2634
|
-
--radius-card: var(--radius-
|
|
3958
|
+
--radius-card: var(--radius-turtle);
|
|
3959
|
+
--radius-info-card: var(--radius-lg-2);
|
|
2635
3960
|
--radius-input: var(--radius-md);
|
|
2636
3961
|
--radius-modal: var(--radius-xl);
|
|
2637
3962
|
--radius-tooltip: var(--radius-md);
|
|
@@ -2701,9 +4026,9 @@
|
|
|
2701
4026
|
--popover-foreground: var(--color-brand-white);
|
|
2702
4027
|
--primary: var(--color-brand-green);
|
|
2703
4028
|
--primary-foreground: var(--color-brand-black);
|
|
2704
|
-
--secondary: var(--color-neutral-
|
|
4029
|
+
--secondary: var(--color-neutral-base-800);
|
|
2705
4030
|
--secondary-foreground: var(--color-brand-white);
|
|
2706
|
-
--muted: var(--color-neutral-
|
|
4031
|
+
--muted: var(--color-neutral-base-850);
|
|
2707
4032
|
--muted-foreground: var(--color-neutral-alpha-50);
|
|
2708
4033
|
--accent: var(--color-brand-green);
|
|
2709
4034
|
--accent-foreground: var(--color-brand-black);
|
|
@@ -2740,6 +4065,41 @@
|
|
|
2740
4065
|
--input: var(--color-neutral-alpha-2);
|
|
2741
4066
|
--ring: var(--color-brand-green);
|
|
2742
4067
|
}
|
|
4068
|
+
@property --tw-border-spacing-x {
|
|
4069
|
+
syntax: "<length>";
|
|
4070
|
+
inherits: false;
|
|
4071
|
+
initial-value: 0;
|
|
4072
|
+
}
|
|
4073
|
+
@property --tw-border-spacing-y {
|
|
4074
|
+
syntax: "<length>";
|
|
4075
|
+
inherits: false;
|
|
4076
|
+
initial-value: 0;
|
|
4077
|
+
}
|
|
4078
|
+
@property --tw-rotate-x {
|
|
4079
|
+
syntax: "*";
|
|
4080
|
+
inherits: false;
|
|
4081
|
+
}
|
|
4082
|
+
@property --tw-rotate-y {
|
|
4083
|
+
syntax: "*";
|
|
4084
|
+
inherits: false;
|
|
4085
|
+
}
|
|
4086
|
+
@property --tw-rotate-z {
|
|
4087
|
+
syntax: "*";
|
|
4088
|
+
inherits: false;
|
|
4089
|
+
}
|
|
4090
|
+
@property --tw-skew-x {
|
|
4091
|
+
syntax: "*";
|
|
4092
|
+
inherits: false;
|
|
4093
|
+
}
|
|
4094
|
+
@property --tw-skew-y {
|
|
4095
|
+
syntax: "*";
|
|
4096
|
+
inherits: false;
|
|
4097
|
+
}
|
|
4098
|
+
@property --tw-space-x-reverse {
|
|
4099
|
+
syntax: "*";
|
|
4100
|
+
inherits: false;
|
|
4101
|
+
initial-value: 0;
|
|
4102
|
+
}
|
|
2743
4103
|
@property --tw-gradient-position {
|
|
2744
4104
|
syntax: "*";
|
|
2745
4105
|
inherits: false;
|
|
@@ -2786,16 +4146,91 @@
|
|
|
2786
4146
|
syntax: "*";
|
|
2787
4147
|
inherits: false;
|
|
2788
4148
|
}
|
|
4149
|
+
@property --tw-tracking {
|
|
4150
|
+
syntax: "*";
|
|
4151
|
+
inherits: false;
|
|
4152
|
+
}
|
|
4153
|
+
@property --tw-ordinal {
|
|
4154
|
+
syntax: "*";
|
|
4155
|
+
inherits: false;
|
|
4156
|
+
}
|
|
4157
|
+
@property --tw-slashed-zero {
|
|
4158
|
+
syntax: "*";
|
|
4159
|
+
inherits: false;
|
|
4160
|
+
}
|
|
4161
|
+
@property --tw-numeric-figure {
|
|
4162
|
+
syntax: "*";
|
|
4163
|
+
inherits: false;
|
|
4164
|
+
}
|
|
4165
|
+
@property --tw-numeric-spacing {
|
|
4166
|
+
syntax: "*";
|
|
4167
|
+
inherits: false;
|
|
4168
|
+
}
|
|
4169
|
+
@property --tw-numeric-fraction {
|
|
4170
|
+
syntax: "*";
|
|
4171
|
+
inherits: false;
|
|
4172
|
+
}
|
|
2789
4173
|
@property --tw-outline-style {
|
|
2790
4174
|
syntax: "*";
|
|
2791
4175
|
inherits: false;
|
|
2792
4176
|
initial-value: solid;
|
|
2793
4177
|
}
|
|
4178
|
+
@property --tw-backdrop-blur {
|
|
4179
|
+
syntax: "*";
|
|
4180
|
+
inherits: false;
|
|
4181
|
+
}
|
|
4182
|
+
@property --tw-backdrop-brightness {
|
|
4183
|
+
syntax: "*";
|
|
4184
|
+
inherits: false;
|
|
4185
|
+
}
|
|
4186
|
+
@property --tw-backdrop-contrast {
|
|
4187
|
+
syntax: "*";
|
|
4188
|
+
inherits: false;
|
|
4189
|
+
}
|
|
4190
|
+
@property --tw-backdrop-grayscale {
|
|
4191
|
+
syntax: "*";
|
|
4192
|
+
inherits: false;
|
|
4193
|
+
}
|
|
4194
|
+
@property --tw-backdrop-hue-rotate {
|
|
4195
|
+
syntax: "*";
|
|
4196
|
+
inherits: false;
|
|
4197
|
+
}
|
|
4198
|
+
@property --tw-backdrop-invert {
|
|
4199
|
+
syntax: "*";
|
|
4200
|
+
inherits: false;
|
|
4201
|
+
}
|
|
4202
|
+
@property --tw-backdrop-opacity {
|
|
4203
|
+
syntax: "*";
|
|
4204
|
+
inherits: false;
|
|
4205
|
+
}
|
|
4206
|
+
@property --tw-backdrop-saturate {
|
|
4207
|
+
syntax: "*";
|
|
4208
|
+
inherits: false;
|
|
4209
|
+
}
|
|
4210
|
+
@property --tw-backdrop-sepia {
|
|
4211
|
+
syntax: "*";
|
|
4212
|
+
inherits: false;
|
|
4213
|
+
}
|
|
2794
4214
|
@property --tw-content {
|
|
2795
4215
|
syntax: "*";
|
|
2796
4216
|
inherits: false;
|
|
2797
4217
|
initial-value: "";
|
|
2798
4218
|
}
|
|
4219
|
+
@property --tw-scale-x {
|
|
4220
|
+
syntax: "*";
|
|
4221
|
+
inherits: false;
|
|
4222
|
+
initial-value: 1;
|
|
4223
|
+
}
|
|
4224
|
+
@property --tw-scale-y {
|
|
4225
|
+
syntax: "*";
|
|
4226
|
+
inherits: false;
|
|
4227
|
+
initial-value: 1;
|
|
4228
|
+
}
|
|
4229
|
+
@property --tw-scale-z {
|
|
4230
|
+
syntax: "*";
|
|
4231
|
+
inherits: false;
|
|
4232
|
+
initial-value: 1;
|
|
4233
|
+
}
|
|
2799
4234
|
@keyframes spin {
|
|
2800
4235
|
to {
|
|
2801
4236
|
transform: rotate(360deg);
|
|
@@ -2810,12 +4245,14 @@
|
|
|
2810
4245
|
0% {
|
|
2811
4246
|
opacity: var(--tw-enter-opacity,1);
|
|
2812
4247
|
transform: translate3d(var(--tw-enter-translate-x,0),var(--tw-enter-translate-y,0),0)scale3d(var(--tw-enter-scale,1),var(--tw-enter-scale,1),var(--tw-enter-scale,1))rotate(var(--tw-enter-rotate,0));
|
|
4248
|
+
filter: blur(var(--tw-enter-blur,0));
|
|
2813
4249
|
}
|
|
2814
4250
|
}
|
|
2815
4251
|
@keyframes exit {
|
|
2816
4252
|
to {
|
|
2817
4253
|
opacity: var(--tw-exit-opacity,1);
|
|
2818
4254
|
transform: translate3d(var(--tw-exit-translate-x,0),var(--tw-exit-translate-y,0),0)scale3d(var(--tw-exit-scale,1),var(--tw-exit-scale,1),var(--tw-exit-scale,1))rotate(var(--tw-exit-rotate,0));
|
|
4255
|
+
filter: blur(var(--tw-exit-blur,0));
|
|
2819
4256
|
}
|
|
2820
4257
|
}
|
|
2821
4258
|
.turtle-widget-root {
|
|
@@ -2857,36 +4294,11 @@
|
|
|
2857
4294
|
inherits: false;
|
|
2858
4295
|
initial-value: 0;
|
|
2859
4296
|
}
|
|
2860
|
-
@property --tw-rotate-x {
|
|
2861
|
-
syntax: "*";
|
|
2862
|
-
inherits: false;
|
|
2863
|
-
}
|
|
2864
|
-
@property --tw-rotate-y {
|
|
2865
|
-
syntax: "*";
|
|
2866
|
-
inherits: false;
|
|
2867
|
-
}
|
|
2868
|
-
@property --tw-rotate-z {
|
|
2869
|
-
syntax: "*";
|
|
2870
|
-
inherits: false;
|
|
2871
|
-
}
|
|
2872
|
-
@property --tw-skew-x {
|
|
2873
|
-
syntax: "*";
|
|
2874
|
-
inherits: false;
|
|
2875
|
-
}
|
|
2876
|
-
@property --tw-skew-y {
|
|
2877
|
-
syntax: "*";
|
|
2878
|
-
inherits: false;
|
|
2879
|
-
}
|
|
2880
4297
|
@property --tw-space-y-reverse {
|
|
2881
4298
|
syntax: "*";
|
|
2882
4299
|
inherits: false;
|
|
2883
4300
|
initial-value: 0;
|
|
2884
4301
|
}
|
|
2885
|
-
@property --tw-space-x-reverse {
|
|
2886
|
-
syntax: "*";
|
|
2887
|
-
inherits: false;
|
|
2888
|
-
initial-value: 0;
|
|
2889
|
-
}
|
|
2890
4302
|
@property --tw-border-style {
|
|
2891
4303
|
syntax: "*";
|
|
2892
4304
|
inherits: false;
|
|
@@ -2896,10 +4308,6 @@
|
|
|
2896
4308
|
syntax: "*";
|
|
2897
4309
|
inherits: false;
|
|
2898
4310
|
}
|
|
2899
|
-
@property --tw-tracking {
|
|
2900
|
-
syntax: "*";
|
|
2901
|
-
inherits: false;
|
|
2902
|
-
}
|
|
2903
4311
|
@property --tw-shadow {
|
|
2904
4312
|
syntax: "*";
|
|
2905
4313
|
inherits: false;
|
|
@@ -3042,16 +4450,9 @@
|
|
|
3042
4450
|
--tw-translate-x: 0;
|
|
3043
4451
|
--tw-translate-y: 0;
|
|
3044
4452
|
--tw-translate-z: 0;
|
|
3045
|
-
--tw-rotate-x: initial;
|
|
3046
|
-
--tw-rotate-y: initial;
|
|
3047
|
-
--tw-rotate-z: initial;
|
|
3048
|
-
--tw-skew-x: initial;
|
|
3049
|
-
--tw-skew-y: initial;
|
|
3050
4453
|
--tw-space-y-reverse: 0;
|
|
3051
|
-
--tw-space-x-reverse: 0;
|
|
3052
4454
|
--tw-border-style: solid;
|
|
3053
4455
|
--tw-font-weight: initial;
|
|
3054
|
-
--tw-tracking: initial;
|
|
3055
4456
|
--tw-shadow: 0 0 #0000;
|
|
3056
4457
|
--tw-shadow-color: initial;
|
|
3057
4458
|
--tw-shadow-alpha: 100%;
|
|
@@ -3086,16 +4487,26 @@
|
|
|
3086
4487
|
--tw-animation-duration: initial;
|
|
3087
4488
|
--tw-animation-fill-mode: none;
|
|
3088
4489
|
--tw-animation-iteration-count: 1;
|
|
4490
|
+
--tw-enter-blur: 0;
|
|
3089
4491
|
--tw-enter-opacity: 1;
|
|
3090
4492
|
--tw-enter-rotate: 0;
|
|
3091
4493
|
--tw-enter-scale: 1;
|
|
3092
4494
|
--tw-enter-translate-x: 0;
|
|
3093
4495
|
--tw-enter-translate-y: 0;
|
|
4496
|
+
--tw-exit-blur: 0;
|
|
3094
4497
|
--tw-exit-opacity: 1;
|
|
3095
4498
|
--tw-exit-rotate: 0;
|
|
3096
4499
|
--tw-exit-scale: 1;
|
|
3097
4500
|
--tw-exit-translate-x: 0;
|
|
3098
4501
|
--tw-exit-translate-y: 0;
|
|
4502
|
+
--tw-border-spacing-x: 0;
|
|
4503
|
+
--tw-border-spacing-y: 0;
|
|
4504
|
+
--tw-rotate-x: initial;
|
|
4505
|
+
--tw-rotate-y: initial;
|
|
4506
|
+
--tw-rotate-z: initial;
|
|
4507
|
+
--tw-skew-x: initial;
|
|
4508
|
+
--tw-skew-y: initial;
|
|
4509
|
+
--tw-space-x-reverse: 0;
|
|
3099
4510
|
--tw-gradient-position: initial;
|
|
3100
4511
|
--tw-gradient-from: #0000;
|
|
3101
4512
|
--tw-gradient-via: #0000;
|
|
@@ -3106,8 +4517,26 @@
|
|
|
3106
4517
|
--tw-gradient-via-position: 50%;
|
|
3107
4518
|
--tw-gradient-to-position: 100%;
|
|
3108
4519
|
--tw-leading: initial;
|
|
4520
|
+
--tw-tracking: initial;
|
|
4521
|
+
--tw-ordinal: initial;
|
|
4522
|
+
--tw-slashed-zero: initial;
|
|
4523
|
+
--tw-numeric-figure: initial;
|
|
4524
|
+
--tw-numeric-spacing: initial;
|
|
4525
|
+
--tw-numeric-fraction: initial;
|
|
3109
4526
|
--tw-outline-style: solid;
|
|
4527
|
+
--tw-backdrop-blur: initial;
|
|
4528
|
+
--tw-backdrop-brightness: initial;
|
|
4529
|
+
--tw-backdrop-contrast: initial;
|
|
4530
|
+
--tw-backdrop-grayscale: initial;
|
|
4531
|
+
--tw-backdrop-hue-rotate: initial;
|
|
4532
|
+
--tw-backdrop-invert: initial;
|
|
4533
|
+
--tw-backdrop-opacity: initial;
|
|
4534
|
+
--tw-backdrop-saturate: initial;
|
|
4535
|
+
--tw-backdrop-sepia: initial;
|
|
3110
4536
|
--tw-content: "";
|
|
4537
|
+
--tw-scale-x: 1;
|
|
4538
|
+
--tw-scale-y: 1;
|
|
4539
|
+
--tw-scale-z: 1;
|
|
3111
4540
|
}
|
|
3112
4541
|
}
|
|
3113
4542
|
}
|