@erikey/react 0.2.7 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.mjs +10 -1659
- package/dist/index.mjs.map +1 -1
- package/dist/styles.css +90 -775
- package/dist/styles.css.map +1 -1
- package/dist/ui/index.css +90 -775
- package/dist/ui/index.css.map +1 -1
- package/dist/ui/index.d.mts +696 -14
- package/dist/ui/index.mjs +876 -29960
- package/dist/ui/index.mjs.map +1 -1
- package/package.json +15 -4
- package/dist/chunk-E3EMTIQ5.mjs +0 -57
- package/dist/chunk-E3EMTIQ5.mjs.map +0 -1
package/dist/ui/index.css
CHANGED
|
@@ -360,147 +360,22 @@ video {
|
|
|
360
360
|
max-width: 1536px;
|
|
361
361
|
}
|
|
362
362
|
}
|
|
363
|
-
.sr-only {
|
|
364
|
-
position: absolute;
|
|
365
|
-
width: 1px;
|
|
366
|
-
height: 1px;
|
|
367
|
-
padding: 0;
|
|
368
|
-
margin: -1px;
|
|
369
|
-
overflow: hidden;
|
|
370
|
-
clip: rect(0, 0, 0, 0);
|
|
371
|
-
white-space: nowrap;
|
|
372
|
-
border-width: 0;
|
|
373
|
-
}
|
|
374
|
-
.pointer-events-none {
|
|
375
|
-
pointer-events: none;
|
|
376
|
-
}
|
|
377
|
-
.visible {
|
|
378
|
-
visibility: visible;
|
|
379
|
-
}
|
|
380
|
-
.invisible {
|
|
381
|
-
visibility: hidden;
|
|
382
|
-
}
|
|
383
|
-
.fixed {
|
|
384
|
-
position: fixed;
|
|
385
|
-
}
|
|
386
|
-
.absolute {
|
|
387
|
-
position: absolute;
|
|
388
|
-
}
|
|
389
363
|
.relative {
|
|
390
364
|
position: relative;
|
|
391
365
|
}
|
|
392
|
-
.inset-0 {
|
|
393
|
-
inset: 0px;
|
|
394
|
-
}
|
|
395
|
-
.left-2 {
|
|
396
|
-
left: 0.5rem;
|
|
397
|
-
}
|
|
398
|
-
.left-\[50\%\] {
|
|
399
|
-
left: 50%;
|
|
400
|
-
}
|
|
401
|
-
.right-0 {
|
|
402
|
-
right: 0px;
|
|
403
|
-
}
|
|
404
|
-
.right-2 {
|
|
405
|
-
right: 0.5rem;
|
|
406
|
-
}
|
|
407
|
-
.right-4 {
|
|
408
|
-
right: 1rem;
|
|
409
|
-
}
|
|
410
|
-
.top-0 {
|
|
411
|
-
top: 0px;
|
|
412
|
-
}
|
|
413
|
-
.top-4 {
|
|
414
|
-
top: 1rem;
|
|
415
|
-
}
|
|
416
|
-
.top-\[50\%\] {
|
|
417
|
-
top: 50%;
|
|
418
|
-
}
|
|
419
366
|
.z-50 {
|
|
420
367
|
z-index: 50;
|
|
421
368
|
}
|
|
422
|
-
.col-start-2 {
|
|
423
|
-
grid-column-start: 2;
|
|
424
|
-
}
|
|
425
|
-
.row-span-2 {
|
|
426
|
-
grid-row: span 2 / span 2;
|
|
427
|
-
}
|
|
428
|
-
.row-start-1 {
|
|
429
|
-
grid-row-start: 1;
|
|
430
|
-
}
|
|
431
|
-
.-mx-1 {
|
|
432
|
-
margin-left: -0.25rem;
|
|
433
|
-
margin-right: -0.25rem;
|
|
434
|
-
}
|
|
435
|
-
.-my-1 {
|
|
436
|
-
margin-top: -0.25rem;
|
|
437
|
-
margin-bottom: -0.25rem;
|
|
438
|
-
}
|
|
439
|
-
.mx-0 {
|
|
440
|
-
margin-left: 0px;
|
|
441
|
-
margin-right: 0px;
|
|
442
|
-
}
|
|
443
369
|
.mx-auto {
|
|
444
370
|
margin-left: auto;
|
|
445
371
|
margin-right: auto;
|
|
446
372
|
}
|
|
447
|
-
.my-0 {
|
|
448
|
-
margin-top: 0px;
|
|
449
|
-
margin-bottom: 0px;
|
|
450
|
-
}
|
|
451
|
-
.my-0\.5 {
|
|
452
|
-
margin-top: 0.125rem;
|
|
453
|
-
margin-bottom: 0.125rem;
|
|
454
|
-
}
|
|
455
373
|
.my-1 {
|
|
456
374
|
margin-top: 0.25rem;
|
|
457
375
|
margin-bottom: 0.25rem;
|
|
458
376
|
}
|
|
459
|
-
.
|
|
460
|
-
margin-
|
|
461
|
-
margin-bottom: 26px;
|
|
462
|
-
}
|
|
463
|
-
.my-\[30px\] {
|
|
464
|
-
margin-top: 30px;
|
|
465
|
-
margin-bottom: 30px;
|
|
466
|
-
}
|
|
467
|
-
.my-\[40px\] {
|
|
468
|
-
margin-top: 40px;
|
|
469
|
-
margin-bottom: 40px;
|
|
470
|
-
}
|
|
471
|
-
.my-auto {
|
|
472
|
-
margin-top: auto;
|
|
473
|
-
margin-bottom: auto;
|
|
474
|
-
}
|
|
475
|
-
.mb-0\.5 {
|
|
476
|
-
margin-bottom: 0.125rem;
|
|
477
|
-
}
|
|
478
|
-
.mb-\[32px\] {
|
|
479
|
-
margin-bottom: 32px;
|
|
480
|
-
}
|
|
481
|
-
.me-6 {
|
|
482
|
-
margin-inline-end: 1.5rem;
|
|
483
|
-
}
|
|
484
|
-
.ml-auto {
|
|
485
|
-
margin-left: auto;
|
|
486
|
-
}
|
|
487
|
-
.ms-auto {
|
|
488
|
-
margin-inline-start: auto;
|
|
489
|
-
}
|
|
490
|
-
.mt-1 {
|
|
491
|
-
margin-top: 0.25rem;
|
|
492
|
-
}
|
|
493
|
-
.mt-1\.5 {
|
|
494
|
-
margin-top: 0.375rem;
|
|
495
|
-
}
|
|
496
|
-
.mt-\[32px\] {
|
|
497
|
-
margin-top: 32px;
|
|
498
|
-
}
|
|
499
|
-
.line-clamp-1 {
|
|
500
|
-
overflow: hidden;
|
|
501
|
-
display: -webkit-box;
|
|
502
|
-
-webkit-box-orient: vertical;
|
|
503
|
-
-webkit-line-clamp: 1;
|
|
377
|
+
.mr-2 {
|
|
378
|
+
margin-right: 0.5rem;
|
|
504
379
|
}
|
|
505
380
|
.flex {
|
|
506
381
|
display: flex;
|
|
@@ -511,99 +386,41 @@ video {
|
|
|
511
386
|
.grid {
|
|
512
387
|
display: grid;
|
|
513
388
|
}
|
|
514
|
-
.contents {
|
|
515
|
-
display: contents;
|
|
516
|
-
}
|
|
517
|
-
.hidden {
|
|
518
|
-
display: none;
|
|
519
|
-
}
|
|
520
389
|
.aspect-square {
|
|
521
390
|
aspect-ratio: 1 / 1;
|
|
522
391
|
}
|
|
523
|
-
.size-2 {
|
|
524
|
-
width: 0.5rem;
|
|
525
|
-
height: 0.5rem;
|
|
526
|
-
}
|
|
527
|
-
.size-20 {
|
|
528
|
-
width: 5rem;
|
|
529
|
-
height: 5rem;
|
|
530
|
-
}
|
|
531
|
-
.size-3 {
|
|
532
|
-
width: 0.75rem;
|
|
533
|
-
height: 0.75rem;
|
|
534
|
-
}
|
|
535
|
-
.size-3\.5 {
|
|
536
|
-
width: 0.875rem;
|
|
537
|
-
height: 0.875rem;
|
|
538
|
-
}
|
|
539
|
-
.size-4 {
|
|
540
|
-
width: 1rem;
|
|
541
|
-
height: 1rem;
|
|
542
|
-
}
|
|
543
|
-
.size-8 {
|
|
544
|
-
width: 2rem;
|
|
545
|
-
height: 2rem;
|
|
546
|
-
}
|
|
547
|
-
.size-9 {
|
|
548
|
-
width: 2.25rem;
|
|
549
|
-
height: 2.25rem;
|
|
550
|
-
}
|
|
551
|
-
.size-\[50\%\] {
|
|
552
|
-
width: 50%;
|
|
553
|
-
height: 50%;
|
|
554
|
-
}
|
|
555
|
-
.size-full {
|
|
556
|
-
width: 100%;
|
|
557
|
-
height: 100%;
|
|
558
|
-
}
|
|
559
392
|
.h-10 {
|
|
560
393
|
height: 2.5rem;
|
|
561
394
|
}
|
|
395
|
+
.h-12 {
|
|
396
|
+
height: 3rem;
|
|
397
|
+
}
|
|
562
398
|
.h-3 {
|
|
563
399
|
height: 0.75rem;
|
|
564
400
|
}
|
|
565
401
|
.h-4 {
|
|
566
402
|
height: 1rem;
|
|
567
403
|
}
|
|
568
|
-
.h-5 {
|
|
569
|
-
height: 1.25rem;
|
|
570
|
-
}
|
|
571
404
|
.h-8 {
|
|
572
405
|
height: 2rem;
|
|
573
406
|
}
|
|
574
407
|
.h-9 {
|
|
575
408
|
height: 2.25rem;
|
|
576
409
|
}
|
|
577
|
-
.h-\[
|
|
578
|
-
height:
|
|
579
|
-
}
|
|
580
|
-
.h-\[calc\(100\%-1px\)\] {
|
|
581
|
-
height: calc(100% - 1px);
|
|
582
|
-
}
|
|
583
|
-
.h-\[var\(--radix-select-trigger-height\)\] {
|
|
584
|
-
height: var(--radix-select-trigger-height);
|
|
410
|
+
.h-\[1px\] {
|
|
411
|
+
height: 1px;
|
|
585
412
|
}
|
|
586
|
-
.h-
|
|
587
|
-
height:
|
|
588
|
-
height: fit-content;
|
|
413
|
+
.h-full {
|
|
414
|
+
height: 100%;
|
|
589
415
|
}
|
|
590
416
|
.h-px {
|
|
591
417
|
height: 1px;
|
|
592
418
|
}
|
|
593
|
-
.
|
|
594
|
-
|
|
595
|
-
}
|
|
596
|
-
.\!w-auto {
|
|
597
|
-
width: auto !important;
|
|
598
|
-
}
|
|
599
|
-
.w-1\/3 {
|
|
600
|
-
width: 33.333333%;
|
|
419
|
+
.w-10 {
|
|
420
|
+
width: 2.5rem;
|
|
601
421
|
}
|
|
602
|
-
.w-
|
|
603
|
-
width:
|
|
604
|
-
}
|
|
605
|
-
.w-2\/3 {
|
|
606
|
-
width: 66.666667%;
|
|
422
|
+
.w-12 {
|
|
423
|
+
width: 3rem;
|
|
607
424
|
}
|
|
608
425
|
.w-24 {
|
|
609
426
|
width: 6rem;
|
|
@@ -611,78 +428,30 @@ video {
|
|
|
611
428
|
.w-32 {
|
|
612
429
|
width: 8rem;
|
|
613
430
|
}
|
|
614
|
-
.w-
|
|
615
|
-
width:
|
|
616
|
-
}
|
|
617
|
-
.w-48 {
|
|
618
|
-
width: 12rem;
|
|
431
|
+
.w-4 {
|
|
432
|
+
width: 1rem;
|
|
619
433
|
}
|
|
620
|
-
.w-
|
|
621
|
-
width:
|
|
434
|
+
.w-8 {
|
|
435
|
+
width: 2rem;
|
|
622
436
|
}
|
|
623
437
|
.w-9 {
|
|
624
438
|
width: 2.25rem;
|
|
625
439
|
}
|
|
626
|
-
.w-\[
|
|
627
|
-
width:
|
|
628
|
-
}
|
|
629
|
-
.w-\[calc\(100svw-1rem\)\] {
|
|
630
|
-
width: calc(100svw - 1rem);
|
|
631
|
-
}
|
|
632
|
-
.w-fit {
|
|
633
|
-
width: -moz-fit-content;
|
|
634
|
-
width: fit-content;
|
|
440
|
+
.w-\[1px\] {
|
|
441
|
+
width: 1px;
|
|
635
442
|
}
|
|
636
443
|
.w-full {
|
|
637
444
|
width: 100%;
|
|
638
445
|
}
|
|
639
|
-
.w
|
|
640
|
-
width:
|
|
641
|
-
}
|
|
642
|
-
.min-w-0 {
|
|
643
|
-
min-width: 0px;
|
|
644
|
-
}
|
|
645
|
-
.min-w-\[8rem\] {
|
|
646
|
-
min-width: 8rem;
|
|
647
|
-
}
|
|
648
|
-
.min-w-\[var\(--radix-select-trigger-width\)\] {
|
|
649
|
-
min-width: var(--radix-select-trigger-width);
|
|
650
|
-
}
|
|
651
|
-
.max-w-64 {
|
|
652
|
-
max-width: 16rem;
|
|
446
|
+
.min-w-\[200px\] {
|
|
447
|
+
min-width: 200px;
|
|
653
448
|
}
|
|
654
|
-
.max-w
|
|
655
|
-
max-width:
|
|
656
|
-
}
|
|
657
|
-
.max-w-\[calc\(100\%-2rem\)\] {
|
|
658
|
-
max-width: calc(100% - 2rem);
|
|
659
|
-
}
|
|
660
|
-
.max-w-full {
|
|
661
|
-
max-width: 100%;
|
|
662
|
-
}
|
|
663
|
-
.max-w-sm {
|
|
664
|
-
max-width: 24rem;
|
|
665
|
-
}
|
|
666
|
-
.flex-1 {
|
|
667
|
-
flex: 1 1 0%;
|
|
668
|
-
}
|
|
669
|
-
.flex-shrink-0 {
|
|
670
|
-
flex-shrink: 0;
|
|
449
|
+
.max-w-md {
|
|
450
|
+
max-width: 28rem;
|
|
671
451
|
}
|
|
672
452
|
.shrink-0 {
|
|
673
453
|
flex-shrink: 0;
|
|
674
454
|
}
|
|
675
|
-
.grow {
|
|
676
|
-
flex-grow: 1;
|
|
677
|
-
}
|
|
678
|
-
.translate-x-\[-50\%\] {
|
|
679
|
-
--tw-translate-x: -50%;
|
|
680
|
-
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
681
|
-
}
|
|
682
|
-
.translate-y-\[-50\%\] {
|
|
683
|
-
--tw-translate-y: -50%;
|
|
684
|
-
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
685
|
-
}
|
|
686
455
|
@keyframes pulse {
|
|
687
456
|
50% {
|
|
688
457
|
opacity: .5;
|
|
@@ -699,66 +468,29 @@ video {
|
|
|
699
468
|
.animate-spin {
|
|
700
469
|
animation: spin 1s linear infinite;
|
|
701
470
|
}
|
|
702
|
-
.cursor-
|
|
703
|
-
cursor:
|
|
471
|
+
.cursor-pointer {
|
|
472
|
+
cursor: pointer;
|
|
704
473
|
}
|
|
705
474
|
.select-none {
|
|
706
475
|
-webkit-user-select: none;
|
|
707
476
|
-moz-user-select: none;
|
|
708
477
|
user-select: none;
|
|
709
478
|
}
|
|
710
|
-
.scroll-my-1 {
|
|
711
|
-
scroll-margin-top: 0.25rem;
|
|
712
|
-
scroll-margin-bottom: 0.25rem;
|
|
713
|
-
}
|
|
714
|
-
.auto-rows-min {
|
|
715
|
-
grid-auto-rows: min-content;
|
|
716
|
-
}
|
|
717
|
-
.grid-cols-2 {
|
|
718
|
-
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
719
|
-
}
|
|
720
|
-
.grid-cols-\[0_1fr\] {
|
|
721
|
-
grid-template-columns: 0 1fr;
|
|
722
|
-
}
|
|
723
|
-
.grid-rows-\[auto_auto\] {
|
|
724
|
-
grid-template-rows: auto auto;
|
|
725
|
-
}
|
|
726
|
-
.flex-row {
|
|
727
|
-
flex-direction: row;
|
|
728
|
-
}
|
|
729
479
|
.flex-col {
|
|
730
480
|
flex-direction: column;
|
|
731
481
|
}
|
|
732
|
-
.flex-col-reverse {
|
|
733
|
-
flex-direction: column-reverse;
|
|
734
|
-
}
|
|
735
|
-
.flex-wrap {
|
|
736
|
-
flex-wrap: wrap;
|
|
737
|
-
}
|
|
738
|
-
.items-start {
|
|
739
|
-
align-items: flex-start;
|
|
740
|
-
}
|
|
741
482
|
.items-center {
|
|
742
483
|
align-items: center;
|
|
743
484
|
}
|
|
744
|
-
.justify-start {
|
|
745
|
-
justify-content: flex-start;
|
|
746
|
-
}
|
|
747
485
|
.justify-center {
|
|
748
486
|
justify-content: center;
|
|
749
487
|
}
|
|
750
488
|
.justify-between {
|
|
751
489
|
justify-content: space-between;
|
|
752
490
|
}
|
|
753
|
-
.justify-items-start {
|
|
754
|
-
justify-items: start;
|
|
755
|
-
}
|
|
756
491
|
.gap-1 {
|
|
757
492
|
gap: 0.25rem;
|
|
758
493
|
}
|
|
759
|
-
.gap-1\.5 {
|
|
760
|
-
gap: 0.375rem;
|
|
761
|
-
}
|
|
762
494
|
.gap-2 {
|
|
763
495
|
gap: 0.5rem;
|
|
764
496
|
}
|
|
@@ -768,63 +500,38 @@ video {
|
|
|
768
500
|
.gap-4 {
|
|
769
501
|
gap: 1rem;
|
|
770
502
|
}
|
|
771
|
-
.
|
|
772
|
-
gap: 1.5rem;
|
|
773
|
-
}
|
|
774
|
-
.gap-y-0\.5 {
|
|
775
|
-
row-gap: 0.125rem;
|
|
776
|
-
}
|
|
777
|
-
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
|
|
503
|
+
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
|
|
778
504
|
--tw-space-y-reverse: 0;
|
|
779
|
-
margin-top: calc(0.
|
|
780
|
-
margin-bottom: calc(0.
|
|
505
|
+
margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
|
|
506
|
+
margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
|
|
781
507
|
}
|
|
782
|
-
.space-y-
|
|
508
|
+
.space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
|
|
783
509
|
--tw-space-y-reverse: 0;
|
|
784
|
-
margin-top: calc(
|
|
785
|
-
margin-bottom: calc(
|
|
786
|
-
}
|
|
787
|
-
.self-start {
|
|
788
|
-
align-self: flex-start;
|
|
510
|
+
margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
|
|
511
|
+
margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
|
|
789
512
|
}
|
|
790
|
-
.
|
|
791
|
-
|
|
513
|
+
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
|
|
514
|
+
--tw-space-y-reverse: 0;
|
|
515
|
+
margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
|
|
516
|
+
margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
|
|
792
517
|
}
|
|
793
|
-
.
|
|
794
|
-
|
|
518
|
+
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
|
|
519
|
+
--tw-space-y-reverse: 0;
|
|
520
|
+
margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
|
|
521
|
+
margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
|
|
795
522
|
}
|
|
796
523
|
.overflow-hidden {
|
|
797
524
|
overflow: hidden;
|
|
798
525
|
}
|
|
799
|
-
.overflow-y-auto {
|
|
800
|
-
overflow-y: auto;
|
|
801
|
-
}
|
|
802
|
-
.overflow-x-hidden {
|
|
803
|
-
overflow-x: hidden;
|
|
804
|
-
}
|
|
805
|
-
.truncate {
|
|
806
|
-
overflow: hidden;
|
|
807
|
-
text-overflow: ellipsis;
|
|
808
|
-
white-space: nowrap;
|
|
809
|
-
}
|
|
810
526
|
.whitespace-nowrap {
|
|
811
527
|
white-space: nowrap;
|
|
812
528
|
}
|
|
813
|
-
.break-all {
|
|
814
|
-
word-break: break-all;
|
|
815
|
-
}
|
|
816
529
|
.rounded {
|
|
817
530
|
border-radius: 0.25rem;
|
|
818
531
|
}
|
|
819
|
-
.rounded-\[4px\] {
|
|
820
|
-
border-radius: 4px;
|
|
821
|
-
}
|
|
822
532
|
.rounded-full {
|
|
823
533
|
border-radius: 9999px;
|
|
824
534
|
}
|
|
825
|
-
.rounded-lg {
|
|
826
|
-
border-radius: 0.5rem;
|
|
827
|
-
}
|
|
828
535
|
.rounded-md {
|
|
829
536
|
border-radius: 0.375rem;
|
|
830
537
|
}
|
|
@@ -834,77 +541,22 @@ video {
|
|
|
834
541
|
.rounded-xl {
|
|
835
542
|
border-radius: 0.75rem;
|
|
836
543
|
}
|
|
837
|
-
.rounded-b-xl {
|
|
838
|
-
border-bottom-right-radius: 0.75rem;
|
|
839
|
-
border-bottom-left-radius: 0.75rem;
|
|
840
|
-
}
|
|
841
544
|
.border {
|
|
842
545
|
border-width: 1px;
|
|
843
546
|
}
|
|
844
|
-
.border-y {
|
|
845
|
-
border-top-width: 1px;
|
|
846
|
-
border-bottom-width: 1px;
|
|
847
|
-
}
|
|
848
|
-
.border-b {
|
|
849
|
-
border-bottom-width: 1px;
|
|
850
|
-
}
|
|
851
|
-
.border-r {
|
|
852
|
-
border-right-width: 1px;
|
|
853
|
-
}
|
|
854
|
-
.border-t {
|
|
855
|
-
border-top-width: 1px;
|
|
856
|
-
}
|
|
857
|
-
.border-solid {
|
|
858
|
-
border-style: solid;
|
|
859
|
-
}
|
|
860
|
-
.border-transparent {
|
|
861
|
-
border-color: transparent;
|
|
862
|
-
}
|
|
863
|
-
.\!bg-transparent {
|
|
864
|
-
background-color: transparent !important;
|
|
865
|
-
}
|
|
866
|
-
.bg-black\/50 {
|
|
867
|
-
background-color: rgb(0 0 0 / 0.5);
|
|
868
|
-
}
|
|
869
547
|
.bg-transparent {
|
|
870
548
|
background-color: transparent;
|
|
871
549
|
}
|
|
872
|
-
.
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
.p-0 {
|
|
876
|
-
padding: 0px;
|
|
550
|
+
.object-cover {
|
|
551
|
+
-o-object-fit: cover;
|
|
552
|
+
object-fit: cover;
|
|
877
553
|
}
|
|
878
554
|
.p-1 {
|
|
879
555
|
padding: 0.25rem;
|
|
880
556
|
}
|
|
881
|
-
.p-2 {
|
|
882
|
-
padding: 0.5rem;
|
|
883
|
-
}
|
|
884
|
-
.p-4 {
|
|
885
|
-
padding: 1rem;
|
|
886
|
-
}
|
|
887
557
|
.p-6 {
|
|
888
558
|
padding: 1.5rem;
|
|
889
559
|
}
|
|
890
|
-
.p-\[20px\] {
|
|
891
|
-
padding: 20px;
|
|
892
|
-
}
|
|
893
|
-
.p-\[3px\] {
|
|
894
|
-
padding: 3px;
|
|
895
|
-
}
|
|
896
|
-
.\!py-4 {
|
|
897
|
-
padding-top: 1rem !important;
|
|
898
|
-
padding-bottom: 1rem !important;
|
|
899
|
-
}
|
|
900
|
-
.\!py-5 {
|
|
901
|
-
padding-top: 1.25rem !important;
|
|
902
|
-
padding-bottom: 1.25rem !important;
|
|
903
|
-
}
|
|
904
|
-
.px-0 {
|
|
905
|
-
padding-left: 0px;
|
|
906
|
-
padding-right: 0px;
|
|
907
|
-
}
|
|
908
560
|
.px-2 {
|
|
909
561
|
padding-left: 0.5rem;
|
|
910
562
|
padding-right: 0.5rem;
|
|
@@ -917,13 +569,9 @@ video {
|
|
|
917
569
|
padding-left: 1rem;
|
|
918
570
|
padding-right: 1rem;
|
|
919
571
|
}
|
|
920
|
-
.px-
|
|
921
|
-
padding-left:
|
|
922
|
-
padding-right:
|
|
923
|
-
}
|
|
924
|
-
.px-6 {
|
|
925
|
-
padding-left: 1.5rem;
|
|
926
|
-
padding-right: 1.5rem;
|
|
572
|
+
.px-8 {
|
|
573
|
+
padding-left: 2rem;
|
|
574
|
+
padding-right: 2rem;
|
|
927
575
|
}
|
|
928
576
|
.py-1 {
|
|
929
577
|
padding-top: 0.25rem;
|
|
@@ -937,75 +585,16 @@ video {
|
|
|
937
585
|
padding-top: 0.5rem;
|
|
938
586
|
padding-bottom: 0.5rem;
|
|
939
587
|
}
|
|
940
|
-
.
|
|
941
|
-
padding-top:
|
|
942
|
-
padding-bottom: 0.75rem;
|
|
943
|
-
}
|
|
944
|
-
.py-6 {
|
|
945
|
-
padding-top: 1.5rem;
|
|
946
|
-
padding-bottom: 1.5rem;
|
|
947
|
-
}
|
|
948
|
-
.pb-0 {
|
|
949
|
-
padding-bottom: 0px;
|
|
950
|
-
}
|
|
951
|
-
.pl-2 {
|
|
952
|
-
padding-left: 0.5rem;
|
|
953
|
-
}
|
|
954
|
-
.pl-8 {
|
|
955
|
-
padding-left: 2rem;
|
|
956
|
-
}
|
|
957
|
-
.pr-10 {
|
|
958
|
-
padding-right: 2.5rem;
|
|
959
|
-
}
|
|
960
|
-
.pr-2 {
|
|
961
|
-
padding-right: 0.5rem;
|
|
962
|
-
}
|
|
963
|
-
.pr-8 {
|
|
964
|
-
padding-right: 2rem;
|
|
965
|
-
}
|
|
966
|
-
.text-left {
|
|
967
|
-
text-align: left;
|
|
588
|
+
.pt-0 {
|
|
589
|
+
padding-top: 0px;
|
|
968
590
|
}
|
|
969
591
|
.text-center {
|
|
970
592
|
text-align: center;
|
|
971
593
|
}
|
|
972
|
-
.text-start {
|
|
973
|
-
text-align: start;
|
|
974
|
-
}
|
|
975
|
-
.font-mono {
|
|
976
|
-
font-family:
|
|
977
|
-
ui-monospace,
|
|
978
|
-
SFMono-Regular,
|
|
979
|
-
Menlo,
|
|
980
|
-
Monaco,
|
|
981
|
-
Consolas,
|
|
982
|
-
"Liberation Mono",
|
|
983
|
-
"Courier New",
|
|
984
|
-
monospace;
|
|
985
|
-
}
|
|
986
|
-
.font-sans {
|
|
987
|
-
font-family:
|
|
988
|
-
ui-sans-serif,
|
|
989
|
-
system-ui,
|
|
990
|
-
sans-serif,
|
|
991
|
-
"Apple Color Emoji",
|
|
992
|
-
"Segoe UI Emoji",
|
|
993
|
-
"Segoe UI Symbol",
|
|
994
|
-
"Noto Color Emoji";
|
|
995
|
-
}
|
|
996
594
|
.text-2xl {
|
|
997
595
|
font-size: 1.5rem;
|
|
998
596
|
line-height: 2rem;
|
|
999
597
|
}
|
|
1000
|
-
.text-\[12px\] {
|
|
1001
|
-
font-size: 12px;
|
|
1002
|
-
}
|
|
1003
|
-
.text-\[14px\] {
|
|
1004
|
-
font-size: 14px;
|
|
1005
|
-
}
|
|
1006
|
-
.text-\[24px\] {
|
|
1007
|
-
font-size: 24px;
|
|
1008
|
-
}
|
|
1009
598
|
.text-base {
|
|
1010
599
|
font-size: 1rem;
|
|
1011
600
|
line-height: 1.5rem;
|
|
@@ -1022,23 +611,20 @@ video {
|
|
|
1022
611
|
font-size: 0.75rem;
|
|
1023
612
|
line-height: 1rem;
|
|
1024
613
|
}
|
|
1025
|
-
.\!font-light {
|
|
1026
|
-
font-weight: 300 !important;
|
|
1027
|
-
}
|
|
1028
|
-
.font-bold {
|
|
1029
|
-
font-weight: 700;
|
|
1030
|
-
}
|
|
1031
614
|
.font-medium {
|
|
1032
615
|
font-weight: 500;
|
|
1033
616
|
}
|
|
617
|
+
.font-normal {
|
|
618
|
+
font-weight: 400;
|
|
619
|
+
}
|
|
1034
620
|
.font-semibold {
|
|
1035
621
|
font-weight: 600;
|
|
1036
622
|
}
|
|
1037
623
|
.uppercase {
|
|
1038
624
|
text-transform: uppercase;
|
|
1039
625
|
}
|
|
1040
|
-
.
|
|
1041
|
-
|
|
626
|
+
.lowercase {
|
|
627
|
+
text-transform: lowercase;
|
|
1042
628
|
}
|
|
1043
629
|
.leading-none {
|
|
1044
630
|
line-height: 1;
|
|
@@ -1046,38 +632,19 @@ video {
|
|
|
1046
632
|
.tracking-tight {
|
|
1047
633
|
letter-spacing: -0.025em;
|
|
1048
634
|
}
|
|
1049
|
-
.tracking-widest {
|
|
1050
|
-
letter-spacing: 0.1em;
|
|
1051
|
-
}
|
|
1052
|
-
.text-\[\#666666\] {
|
|
1053
|
-
--tw-text-opacity: 1;
|
|
1054
|
-
color: rgb(102 102 102 / var(--tw-text-opacity, 1));
|
|
1055
|
-
}
|
|
1056
635
|
.text-current {
|
|
1057
636
|
color: currentColor;
|
|
1058
637
|
}
|
|
1059
|
-
.text-
|
|
638
|
+
.text-green-500 {
|
|
1060
639
|
--tw-text-opacity: 1;
|
|
1061
|
-
color: rgb(
|
|
1062
|
-
}
|
|
1063
|
-
.underline {
|
|
1064
|
-
text-decoration-line: underline;
|
|
1065
|
-
}
|
|
1066
|
-
.no-underline {
|
|
1067
|
-
text-decoration-line: none;
|
|
640
|
+
color: rgb(34 197 94 / var(--tw-text-opacity, 1));
|
|
1068
641
|
}
|
|
1069
642
|
.underline-offset-4 {
|
|
1070
643
|
text-underline-offset: 4px;
|
|
1071
644
|
}
|
|
1072
|
-
.
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
.opacity-70 {
|
|
1076
|
-
opacity: 0.7;
|
|
1077
|
-
}
|
|
1078
|
-
.shadow-lg {
|
|
1079
|
-
--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
|
|
1080
|
-
--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
|
|
645
|
+
.shadow {
|
|
646
|
+
--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
|
|
647
|
+
--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
|
|
1081
648
|
box-shadow:
|
|
1082
649
|
var(--tw-ring-offset-shadow, 0 0 #0000),
|
|
1083
650
|
var(--tw-ring-shadow, 0 0 #0000),
|
|
@@ -1106,38 +673,17 @@ video {
|
|
|
1106
673
|
.outline {
|
|
1107
674
|
outline-style: solid;
|
|
1108
675
|
}
|
|
1109
|
-
.
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
.transition-all {
|
|
1118
|
-
transition-property: all;
|
|
676
|
+
.transition-colors {
|
|
677
|
+
transition-property:
|
|
678
|
+
color,
|
|
679
|
+
background-color,
|
|
680
|
+
border-color,
|
|
681
|
+
text-decoration-color,
|
|
682
|
+
fill,
|
|
683
|
+
stroke;
|
|
1119
684
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1120
685
|
transition-duration: 150ms;
|
|
1121
686
|
}
|
|
1122
|
-
.transition-none {
|
|
1123
|
-
transition-property: none;
|
|
1124
|
-
}
|
|
1125
|
-
.transition-opacity {
|
|
1126
|
-
transition-property: opacity;
|
|
1127
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1128
|
-
transition-duration: 150ms;
|
|
1129
|
-
}
|
|
1130
|
-
.transition-shadow {
|
|
1131
|
-
transition-property: box-shadow;
|
|
1132
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1133
|
-
transition-duration: 150ms;
|
|
1134
|
-
}
|
|
1135
|
-
.duration-1000 {
|
|
1136
|
-
transition-duration: 1000ms;
|
|
1137
|
-
}
|
|
1138
|
-
.duration-200 {
|
|
1139
|
-
transition-duration: 200ms;
|
|
1140
|
-
}
|
|
1141
687
|
@keyframes enter {
|
|
1142
688
|
from {
|
|
1143
689
|
opacity: var(--tw-enter-opacity, 1);
|
|
@@ -1150,17 +696,20 @@ video {
|
|
|
1150
696
|
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));
|
|
1151
697
|
}
|
|
1152
698
|
}
|
|
1153
|
-
.
|
|
1154
|
-
animation-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
699
|
+
.animate-in {
|
|
700
|
+
animation-name: enter;
|
|
701
|
+
animation-duration: 150ms;
|
|
702
|
+
--tw-enter-opacity: initial;
|
|
703
|
+
--tw-enter-scale: initial;
|
|
704
|
+
--tw-enter-rotate: initial;
|
|
705
|
+
--tw-enter-translate-x: initial;
|
|
706
|
+
--tw-enter-translate-y: initial;
|
|
1158
707
|
}
|
|
1159
|
-
.
|
|
1160
|
-
|
|
708
|
+
.fade-in-0 {
|
|
709
|
+
--tw-enter-opacity: 0;
|
|
1161
710
|
}
|
|
1162
|
-
.
|
|
1163
|
-
|
|
711
|
+
.zoom-in-95 {
|
|
712
|
+
--tw-enter-scale: .95;
|
|
1164
713
|
}
|
|
1165
714
|
.file\:border-0::file-selector-button {
|
|
1166
715
|
border-width: 0px;
|
|
@@ -1175,22 +724,12 @@ video {
|
|
|
1175
724
|
.file\:font-medium::file-selector-button {
|
|
1176
725
|
font-weight: 500;
|
|
1177
726
|
}
|
|
1178
|
-
.first\:rounded-l-md:first-child {
|
|
1179
|
-
border-top-left-radius: 0.375rem;
|
|
1180
|
-
border-bottom-left-radius: 0.375rem;
|
|
1181
|
-
}
|
|
1182
|
-
.first\:border-l:first-child {
|
|
1183
|
-
border-left-width: 1px;
|
|
1184
|
-
}
|
|
1185
|
-
.last\:rounded-r-md:last-child {
|
|
1186
|
-
border-top-right-radius: 0.375rem;
|
|
1187
|
-
border-bottom-right-radius: 0.375rem;
|
|
1188
|
-
}
|
|
1189
727
|
.hover\:underline:hover {
|
|
1190
728
|
text-decoration-line: underline;
|
|
1191
729
|
}
|
|
1192
|
-
.
|
|
1193
|
-
|
|
730
|
+
.focus\:outline-none:focus {
|
|
731
|
+
outline: 2px solid transparent;
|
|
732
|
+
outline-offset: 2px;
|
|
1194
733
|
}
|
|
1195
734
|
.focus\:ring-2:focus {
|
|
1196
735
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
@@ -1203,12 +742,13 @@ video {
|
|
|
1203
742
|
.focus\:ring-offset-2:focus {
|
|
1204
743
|
--tw-ring-offset-width: 2px;
|
|
1205
744
|
}
|
|
1206
|
-
.focus-visible\:outline-
|
|
1207
|
-
outline
|
|
745
|
+
.focus-visible\:outline-none:focus-visible {
|
|
746
|
+
outline: 2px solid transparent;
|
|
747
|
+
outline-offset: 2px;
|
|
1208
748
|
}
|
|
1209
|
-
.focus-visible\:ring
|
|
749
|
+
.focus-visible\:ring-1:focus-visible {
|
|
1210
750
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
1211
|
-
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(
|
|
751
|
+
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
1212
752
|
box-shadow:
|
|
1213
753
|
var(--tw-ring-offset-shadow),
|
|
1214
754
|
var(--tw-ring-shadow),
|
|
@@ -1226,247 +766,22 @@ video {
|
|
|
1226
766
|
.peer:disabled ~ .peer-disabled\:cursor-not-allowed {
|
|
1227
767
|
cursor: not-allowed;
|
|
1228
768
|
}
|
|
1229
|
-
.peer:disabled ~ .peer-disabled\:opacity-
|
|
1230
|
-
opacity: 0.
|
|
1231
|
-
}
|
|
1232
|
-
.has-\[\>svg\]\:grid-cols-\[calc\(var\(--spacing\)\*4\)_1fr\]:has(> svg) {
|
|
1233
|
-
grid-template-columns: calc(var(--spacing) * 4) 1fr;
|
|
1234
|
-
}
|
|
1235
|
-
.has-\[\>svg\]\:gap-x-3:has(> svg) {
|
|
1236
|
-
-moz-column-gap: 0.75rem;
|
|
1237
|
-
column-gap: 0.75rem;
|
|
1238
|
-
}
|
|
1239
|
-
.has-\[\>svg\]\:px-2\.5:has(> svg) {
|
|
1240
|
-
padding-left: 0.625rem;
|
|
1241
|
-
padding-right: 0.625rem;
|
|
1242
|
-
}
|
|
1243
|
-
.has-\[\>svg\]\:px-3:has(> svg) {
|
|
1244
|
-
padding-left: 0.75rem;
|
|
1245
|
-
padding-right: 0.75rem;
|
|
1246
|
-
}
|
|
1247
|
-
.has-\[\>svg\]\:px-4:has(> svg) {
|
|
1248
|
-
padding-left: 1rem;
|
|
1249
|
-
padding-right: 1rem;
|
|
1250
|
-
}
|
|
1251
|
-
.data-\[disabled\]\:pointer-events-none[data-disabled] {
|
|
1252
|
-
pointer-events: none;
|
|
1253
|
-
}
|
|
1254
|
-
.data-\[active\=true\]\:z-10[data-active=true] {
|
|
1255
|
-
z-index: 10;
|
|
1256
|
-
}
|
|
1257
|
-
.data-\[orientation\=horizontal\]\:h-px[data-orientation=horizontal] {
|
|
1258
|
-
height: 1px;
|
|
1259
|
-
}
|
|
1260
|
-
.data-\[orientation\=vertical\]\:h-full[data-orientation=vertical] {
|
|
1261
|
-
height: 100%;
|
|
1262
|
-
}
|
|
1263
|
-
.data-\[size\=default\]\:h-9[data-size=default] {
|
|
1264
|
-
height: 2.25rem;
|
|
1265
|
-
}
|
|
1266
|
-
.data-\[size\=sm\]\:h-8[data-size=sm] {
|
|
1267
|
-
height: 2rem;
|
|
1268
|
-
}
|
|
1269
|
-
.data-\[orientation\=horizontal\]\:w-full[data-orientation=horizontal] {
|
|
1270
|
-
width: 100%;
|
|
1271
|
-
}
|
|
1272
|
-
.data-\[orientation\=vertical\]\:w-px[data-orientation=vertical] {
|
|
1273
|
-
width: 1px;
|
|
1274
|
-
}
|
|
1275
|
-
.data-\[side\=bottom\]\:translate-y-1[data-side=bottom] {
|
|
1276
|
-
--tw-translate-y: 0.25rem;
|
|
1277
|
-
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
1278
|
-
}
|
|
1279
|
-
.data-\[side\=left\]\:-translate-x-1[data-side=left] {
|
|
1280
|
-
--tw-translate-x: -0.25rem;
|
|
1281
|
-
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
1282
|
-
}
|
|
1283
|
-
.data-\[side\=right\]\:translate-x-1[data-side=right] {
|
|
1284
|
-
--tw-translate-x: 0.25rem;
|
|
1285
|
-
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
1286
|
-
}
|
|
1287
|
-
.data-\[side\=top\]\:-translate-y-1[data-side=top] {
|
|
1288
|
-
--tw-translate-y: -0.25rem;
|
|
1289
|
-
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
1290
|
-
}
|
|
1291
|
-
.data-\[inset\]\:pl-8[data-inset] {
|
|
1292
|
-
padding-left: 2rem;
|
|
1293
|
-
}
|
|
1294
|
-
.data-\[disabled\]\:opacity-50[data-disabled] {
|
|
1295
|
-
opacity: 0.5;
|
|
1296
|
-
}
|
|
1297
|
-
.data-\[state\=active\]\:shadow-sm[data-state=active] {
|
|
1298
|
-
--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
|
|
1299
|
-
--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
|
|
1300
|
-
box-shadow:
|
|
1301
|
-
var(--tw-ring-offset-shadow, 0 0 #0000),
|
|
1302
|
-
var(--tw-ring-shadow, 0 0 #0000),
|
|
1303
|
-
var(--tw-shadow);
|
|
1304
|
-
}
|
|
1305
|
-
.data-\[active\=true\]\:ring-\[3px\][data-active=true] {
|
|
1306
|
-
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
1307
|
-
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
1308
|
-
box-shadow:
|
|
1309
|
-
var(--tw-ring-offset-shadow),
|
|
1310
|
-
var(--tw-ring-shadow),
|
|
1311
|
-
var(--tw-shadow, 0 0 #0000);
|
|
1312
|
-
}
|
|
1313
|
-
.data-\[state\=open\]\:animate-in[data-state=open] {
|
|
1314
|
-
animation-name: enter;
|
|
1315
|
-
animation-duration: 150ms;
|
|
1316
|
-
--tw-enter-opacity: initial;
|
|
1317
|
-
--tw-enter-scale: initial;
|
|
1318
|
-
--tw-enter-rotate: initial;
|
|
1319
|
-
--tw-enter-translate-x: initial;
|
|
1320
|
-
--tw-enter-translate-y: initial;
|
|
1321
|
-
}
|
|
1322
|
-
.data-\[state\=closed\]\:animate-out[data-state=closed] {
|
|
1323
|
-
animation-name: exit;
|
|
1324
|
-
animation-duration: 150ms;
|
|
1325
|
-
--tw-exit-opacity: initial;
|
|
1326
|
-
--tw-exit-scale: initial;
|
|
1327
|
-
--tw-exit-rotate: initial;
|
|
1328
|
-
--tw-exit-translate-x: initial;
|
|
1329
|
-
--tw-exit-translate-y: initial;
|
|
1330
|
-
}
|
|
1331
|
-
.data-\[state\=closed\]\:fade-out-0[data-state=closed] {
|
|
1332
|
-
--tw-exit-opacity: 0;
|
|
1333
|
-
}
|
|
1334
|
-
.data-\[state\=open\]\:fade-in-0[data-state=open] {
|
|
1335
|
-
--tw-enter-opacity: 0;
|
|
1336
|
-
}
|
|
1337
|
-
.data-\[state\=closed\]\:zoom-out-95[data-state=closed] {
|
|
1338
|
-
--tw-exit-scale: .95;
|
|
1339
|
-
}
|
|
1340
|
-
.data-\[state\=open\]\:zoom-in-95[data-state=open] {
|
|
1341
|
-
--tw-enter-scale: .95;
|
|
1342
|
-
}
|
|
1343
|
-
.data-\[side\=bottom\]\:slide-in-from-top-2[data-side=bottom] {
|
|
1344
|
-
--tw-enter-translate-y: -0.5rem;
|
|
1345
|
-
}
|
|
1346
|
-
.data-\[side\=left\]\:slide-in-from-right-2[data-side=left] {
|
|
1347
|
-
--tw-enter-translate-x: 0.5rem;
|
|
1348
|
-
}
|
|
1349
|
-
.data-\[side\=right\]\:slide-in-from-left-2[data-side=right] {
|
|
1350
|
-
--tw-enter-translate-x: -0.5rem;
|
|
1351
|
-
}
|
|
1352
|
-
.data-\[side\=top\]\:slide-in-from-bottom-2[data-side=top] {
|
|
1353
|
-
--tw-enter-translate-y: 0.5rem;
|
|
1354
|
-
}
|
|
1355
|
-
.\*\:data-\[slot\=select-value\]\:line-clamp-1[data-slot=select-value] > * {
|
|
1356
|
-
overflow: hidden;
|
|
1357
|
-
display: -webkit-box;
|
|
1358
|
-
-webkit-box-orient: vertical;
|
|
1359
|
-
-webkit-line-clamp: 1;
|
|
1360
|
-
}
|
|
1361
|
-
.\*\:data-\[slot\=select-value\]\:flex[data-slot=select-value] > * {
|
|
1362
|
-
display: flex;
|
|
1363
|
-
}
|
|
1364
|
-
.\*\:data-\[slot\=select-value\]\:items-center[data-slot=select-value] > * {
|
|
1365
|
-
align-items: center;
|
|
1366
|
-
}
|
|
1367
|
-
.\*\:data-\[slot\=select-value\]\:gap-2[data-slot=select-value] > * {
|
|
1368
|
-
gap: 0.5rem;
|
|
1369
|
-
}
|
|
1370
|
-
.group[data-disabled=true] .group-data-\[disabled\=true\]\:pointer-events-none {
|
|
1371
|
-
pointer-events: none;
|
|
1372
|
-
}
|
|
1373
|
-
.group[data-disabled=true] .group-data-\[disabled\=true\]\:opacity-50 {
|
|
1374
|
-
opacity: 0.5;
|
|
1375
|
-
}
|
|
1376
|
-
@media (min-width: 640px) {
|
|
1377
|
-
.sm\:max-w-lg {
|
|
1378
|
-
max-width: 32rem;
|
|
1379
|
-
}
|
|
1380
|
-
.sm\:max-w-md {
|
|
1381
|
-
max-width: 28rem;
|
|
1382
|
-
}
|
|
1383
|
-
.sm\:flex-row {
|
|
1384
|
-
flex-direction: row;
|
|
1385
|
-
}
|
|
1386
|
-
.sm\:justify-end {
|
|
1387
|
-
justify-content: flex-end;
|
|
1388
|
-
}
|
|
1389
|
-
.sm\:text-left {
|
|
1390
|
-
text-align: left;
|
|
1391
|
-
}
|
|
769
|
+
.peer:disabled ~ .peer-disabled\:opacity-70 {
|
|
770
|
+
opacity: 0.7;
|
|
1392
771
|
}
|
|
1393
772
|
@media (min-width: 768px) {
|
|
1394
|
-
.md\:ms-auto {
|
|
1395
|
-
margin-inline-start: auto;
|
|
1396
|
-
}
|
|
1397
|
-
.md\:block {
|
|
1398
|
-
display: block;
|
|
1399
|
-
}
|
|
1400
|
-
.md\:hidden {
|
|
1401
|
-
display: none;
|
|
1402
|
-
}
|
|
1403
|
-
.md\:h-3\.5 {
|
|
1404
|
-
height: 0.875rem;
|
|
1405
|
-
}
|
|
1406
|
-
.md\:h-4 {
|
|
1407
|
-
height: 1rem;
|
|
1408
|
-
}
|
|
1409
|
-
.md\:w-56 {
|
|
1410
|
-
width: 14rem;
|
|
1411
|
-
}
|
|
1412
|
-
.md\:flex-row {
|
|
1413
|
-
flex-direction: row;
|
|
1414
|
-
}
|
|
1415
|
-
.md\:gap-12 {
|
|
1416
|
-
gap: 3rem;
|
|
1417
|
-
}
|
|
1418
|
-
.md\:gap-6 {
|
|
1419
|
-
gap: 1.5rem;
|
|
1420
|
-
}
|
|
1421
|
-
.md\:text-start {
|
|
1422
|
-
text-align: start;
|
|
1423
|
-
}
|
|
1424
773
|
.md\:text-sm {
|
|
1425
774
|
font-size: 0.875rem;
|
|
1426
775
|
line-height: 1.25rem;
|
|
1427
776
|
}
|
|
1428
|
-
.md\:text-xl {
|
|
1429
|
-
font-size: 1.25rem;
|
|
1430
|
-
line-height: 1.75rem;
|
|
1431
|
-
}
|
|
1432
|
-
}
|
|
1433
|
-
@media (min-width: 1280px) {
|
|
1434
|
-
.xl\:w-72 {
|
|
1435
|
-
width: 18rem;
|
|
1436
|
-
}
|
|
1437
777
|
}
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
display: block;
|
|
1441
|
-
}
|
|
1442
|
-
.dark\:hidden {
|
|
1443
|
-
display: none;
|
|
1444
|
-
}
|
|
1445
|
-
.dark\:bg-transparent {
|
|
1446
|
-
background-color: transparent;
|
|
1447
|
-
}
|
|
1448
|
-
}
|
|
1449
|
-
.\[\&\>svg\]\:size-4 > svg {
|
|
1450
|
-
width: 1rem;
|
|
1451
|
-
height: 1rem;
|
|
1452
|
-
}
|
|
1453
|
-
.\[\&\>svg\]\:translate-y-0\.5 > svg {
|
|
1454
|
-
--tw-translate-y: 0.125rem;
|
|
1455
|
-
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
1456
|
-
}
|
|
1457
|
-
.\[\&\>svg\]\:text-current > svg {
|
|
1458
|
-
color: currentColor;
|
|
1459
|
-
}
|
|
1460
|
-
.\[\&_p\]\:leading-relaxed p {
|
|
1461
|
-
line-height: 1.625;
|
|
778
|
+
.\[\&_svg\]\:pointer-events-none svg {
|
|
779
|
+
pointer-events: none;
|
|
1462
780
|
}
|
|
1463
|
-
.\[\&_svg
|
|
781
|
+
.\[\&_svg\]\:size-4 svg {
|
|
1464
782
|
width: 1rem;
|
|
1465
783
|
height: 1rem;
|
|
1466
784
|
}
|
|
1467
|
-
.\[\&_svg\]\:pointer-events-none svg {
|
|
1468
|
-
pointer-events: none;
|
|
1469
|
-
}
|
|
1470
785
|
.\[\&_svg\]\:shrink-0 svg {
|
|
1471
786
|
flex-shrink: 0;
|
|
1472
787
|
}
|