@powerhousedao/network-admin 0.0.16 → 0.0.18
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/editors/network-admin/components/DriveExplorer.d.ts.map +1 -1
- package/dist/editors/network-admin/components/DriveExplorer.js +108 -341
- package/dist/editors/network-admin/components/EditorContainer.d.ts.map +1 -1
- package/dist/editors/network-admin/components/EditorContainer.js +1 -1
- package/dist/editors/network-admin/editor.d.ts +7 -2
- package/dist/editors/network-admin/editor.d.ts.map +1 -1
- package/dist/editors/network-admin/editor.js +6 -3
- package/dist/editors/network-admin/index.d.ts.map +1 -1
- package/dist/editors/network-admin/index.js +11 -0
- package/dist/editors/network-admin/utils/withDropZone.d.ts +4 -0
- package/dist/editors/network-admin/utils/withDropZone.d.ts.map +1 -0
- package/dist/editors/network-admin/utils/withDropZone.js +19 -0
- package/dist/editors/network-profile/editor.d.ts.map +1 -1
- package/dist/editors/network-profile/editor.js +40 -33
- package/dist/editors/payment-terms/editor.d.ts.map +1 -1
- package/dist/editors/payment-terms/editor.js +35 -24
- package/dist/editors/request-for-proposals/editor.d.ts.map +1 -1
- package/dist/editors/request-for-proposals/editor.js +3 -15
- package/dist/editors/workstream/editor.d.ts.map +1 -1
- package/dist/editors/workstream/editor.js +18 -19
- package/dist/style.css +316 -527
- package/package.json +14 -14
package/dist/style.css
CHANGED
|
@@ -28,7 +28,6 @@
|
|
|
28
28
|
--color-amber-700: oklch(55.5% 0.163 48.998);
|
|
29
29
|
--color-amber-800: oklch(47.3% 0.137 46.201);
|
|
30
30
|
--color-yellow-100: oklch(97.3% 0.071 103.193);
|
|
31
|
-
--color-yellow-200: oklch(94.5% 0.129 101.54);
|
|
32
31
|
--color-yellow-300: oklch(90.5% 0.182 98.111);
|
|
33
32
|
--color-yellow-400: oklch(85.2% 0.199 91.936);
|
|
34
33
|
--color-yellow-500: oklch(79.5% 0.184 86.047);
|
|
@@ -319,24 +318,9 @@
|
|
|
319
318
|
.-top-3 {
|
|
320
319
|
top: calc(var(--spacing) * -3);
|
|
321
320
|
}
|
|
322
|
-
.top-0 {
|
|
323
|
-
top: calc(var(--spacing) * 0);
|
|
324
|
-
}
|
|
325
|
-
.top-1\/2 {
|
|
326
|
-
top: calc(1/2 * 100%);
|
|
327
|
-
}
|
|
328
|
-
.top-14 {
|
|
329
|
-
top: calc(var(--spacing) * 14);
|
|
330
|
-
}
|
|
331
321
|
.-right-3 {
|
|
332
322
|
right: calc(var(--spacing) * -3);
|
|
333
323
|
}
|
|
334
|
-
.right-0 {
|
|
335
|
-
right: calc(var(--spacing) * 0);
|
|
336
|
-
}
|
|
337
|
-
.left-3 {
|
|
338
|
-
left: calc(var(--spacing) * 3);
|
|
339
|
-
}
|
|
340
324
|
.z-10 {
|
|
341
325
|
z-index: 10;
|
|
342
326
|
}
|
|
@@ -388,15 +372,6 @@
|
|
|
388
372
|
.mt-6 {
|
|
389
373
|
margin-top: calc(var(--spacing) * 6);
|
|
390
374
|
}
|
|
391
|
-
.mt-10 {
|
|
392
|
-
margin-top: calc(var(--spacing) * 10);
|
|
393
|
-
}
|
|
394
|
-
.mt-20 {
|
|
395
|
-
margin-top: calc(var(--spacing) * 20);
|
|
396
|
-
}
|
|
397
|
-
.mr-1 {
|
|
398
|
-
margin-right: calc(var(--spacing) * 1);
|
|
399
|
-
}
|
|
400
375
|
.mr-2 {
|
|
401
376
|
margin-right: calc(var(--spacing) * 2);
|
|
402
377
|
}
|
|
@@ -415,6 +390,9 @@
|
|
|
415
390
|
.mb-6 {
|
|
416
391
|
margin-bottom: calc(var(--spacing) * 6);
|
|
417
392
|
}
|
|
393
|
+
.mb-10 {
|
|
394
|
+
margin-bottom: calc(var(--spacing) * 10);
|
|
395
|
+
}
|
|
418
396
|
.block {
|
|
419
397
|
display: block;
|
|
420
398
|
}
|
|
@@ -436,10 +414,6 @@
|
|
|
436
414
|
.table {
|
|
437
415
|
display: table;
|
|
438
416
|
}
|
|
439
|
-
.size-4 {
|
|
440
|
-
width: calc(var(--spacing) * 4);
|
|
441
|
-
height: calc(var(--spacing) * 4);
|
|
442
|
-
}
|
|
443
417
|
.h-4 {
|
|
444
418
|
height: calc(var(--spacing) * 4);
|
|
445
419
|
}
|
|
@@ -464,6 +438,9 @@
|
|
|
464
438
|
.min-h-screen {
|
|
465
439
|
min-height: 100vh;
|
|
466
440
|
}
|
|
441
|
+
.w-1\/4 {
|
|
442
|
+
width: calc(1/4 * 100%);
|
|
443
|
+
}
|
|
467
444
|
.w-4 {
|
|
468
445
|
width: calc(var(--spacing) * 4);
|
|
469
446
|
}
|
|
@@ -479,12 +456,6 @@
|
|
|
479
456
|
.w-12 {
|
|
480
457
|
width: calc(var(--spacing) * 12);
|
|
481
458
|
}
|
|
482
|
-
.w-\[24px\] {
|
|
483
|
-
width: 24px;
|
|
484
|
-
}
|
|
485
|
-
.w-\[26px\] {
|
|
486
|
-
width: 26px;
|
|
487
|
-
}
|
|
488
459
|
.w-\[150px\] {
|
|
489
460
|
width: 150px;
|
|
490
461
|
}
|
|
@@ -497,9 +468,6 @@
|
|
|
497
468
|
.w-full {
|
|
498
469
|
width: 100%;
|
|
499
470
|
}
|
|
500
|
-
.w-px {
|
|
501
|
-
width: 1px;
|
|
502
|
-
}
|
|
503
471
|
.max-w-4xl {
|
|
504
472
|
max-width: var(--container-4xl);
|
|
505
473
|
}
|
|
@@ -509,8 +477,8 @@
|
|
|
509
477
|
.max-w-full {
|
|
510
478
|
max-width: 100%;
|
|
511
479
|
}
|
|
512
|
-
.
|
|
513
|
-
|
|
480
|
+
.max-w-xs {
|
|
481
|
+
max-width: var(--container-xs);
|
|
514
482
|
}
|
|
515
483
|
.flex-1 {
|
|
516
484
|
flex: 1;
|
|
@@ -521,30 +489,6 @@
|
|
|
521
489
|
.border-collapse {
|
|
522
490
|
border-collapse: collapse;
|
|
523
491
|
}
|
|
524
|
-
.translate-x-1\/2 {
|
|
525
|
-
--tw-translate-x: calc(1/2 * 100%);
|
|
526
|
-
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
527
|
-
}
|
|
528
|
-
.translate-x-\[12px\] {
|
|
529
|
-
--tw-translate-x: 12px;
|
|
530
|
-
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
531
|
-
}
|
|
532
|
-
.-translate-y-1\/2 {
|
|
533
|
-
--tw-translate-y: calc(calc(1/2 * 100%) * -1);
|
|
534
|
-
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
535
|
-
}
|
|
536
|
-
.-rotate-180 {
|
|
537
|
-
rotate: calc(180deg * -1);
|
|
538
|
-
}
|
|
539
|
-
.transform {
|
|
540
|
-
transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
|
|
541
|
-
}
|
|
542
|
-
.cursor-ew-resize {
|
|
543
|
-
cursor: ew-resize;
|
|
544
|
-
}
|
|
545
|
-
.cursor-not-allowed {
|
|
546
|
-
cursor: not-allowed;
|
|
547
|
-
}
|
|
548
492
|
.cursor-pointer {
|
|
549
493
|
cursor: pointer;
|
|
550
494
|
}
|
|
@@ -554,9 +498,6 @@
|
|
|
554
498
|
.list-disc {
|
|
555
499
|
list-style-type: disc;
|
|
556
500
|
}
|
|
557
|
-
.grid-cols-1 {
|
|
558
|
-
grid-template-columns: repeat(1, minmax(0, 1fr));
|
|
559
|
-
}
|
|
560
501
|
.grid-cols-2 {
|
|
561
502
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
562
503
|
}
|
|
@@ -610,13 +551,6 @@
|
|
|
610
551
|
margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
|
|
611
552
|
}
|
|
612
553
|
}
|
|
613
|
-
.space-y-3 {
|
|
614
|
-
:where(& > :not(:last-child)) {
|
|
615
|
-
--tw-space-y-reverse: 0;
|
|
616
|
-
margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
|
|
617
|
-
margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
|
|
618
|
-
}
|
|
619
|
-
}
|
|
620
554
|
.space-y-4 {
|
|
621
555
|
:where(& > :not(:last-child)) {
|
|
622
556
|
--tw-space-y-reverse: 0;
|
|
@@ -652,14 +586,34 @@
|
|
|
652
586
|
margin-inline-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-x-reverse)));
|
|
653
587
|
}
|
|
654
588
|
}
|
|
589
|
+
.divide-y {
|
|
590
|
+
:where(& > :not(:last-child)) {
|
|
591
|
+
--tw-divide-y-reverse: 0;
|
|
592
|
+
border-bottom-style: var(--tw-border-style);
|
|
593
|
+
border-top-style: var(--tw-border-style);
|
|
594
|
+
border-top-width: calc(1px * var(--tw-divide-y-reverse));
|
|
595
|
+
border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
|
|
596
|
+
}
|
|
597
|
+
}
|
|
598
|
+
.divide-gray-200 {
|
|
599
|
+
:where(& > :not(:last-child)) {
|
|
600
|
+
border-color: var(--color-gray-200);
|
|
601
|
+
}
|
|
602
|
+
}
|
|
655
603
|
.truncate {
|
|
656
604
|
overflow: hidden;
|
|
657
605
|
text-overflow: ellipsis;
|
|
658
606
|
white-space: nowrap;
|
|
659
607
|
}
|
|
608
|
+
.overflow-auto {
|
|
609
|
+
overflow: auto;
|
|
610
|
+
}
|
|
660
611
|
.overflow-hidden {
|
|
661
612
|
overflow: hidden;
|
|
662
613
|
}
|
|
614
|
+
.overflow-x-auto {
|
|
615
|
+
overflow-x: auto;
|
|
616
|
+
}
|
|
663
617
|
.overflow-y-auto {
|
|
664
618
|
overflow-y: auto;
|
|
665
619
|
}
|
|
@@ -687,10 +641,6 @@
|
|
|
687
641
|
border-style: var(--tw-border-style);
|
|
688
642
|
border-width: 2px;
|
|
689
643
|
}
|
|
690
|
-
.border-t {
|
|
691
|
-
border-top-style: var(--tw-border-style);
|
|
692
|
-
border-top-width: 1px;
|
|
693
|
-
}
|
|
694
644
|
.border-b {
|
|
695
645
|
border-bottom-style: var(--tw-border-style);
|
|
696
646
|
border-bottom-width: 1px;
|
|
@@ -703,9 +653,6 @@
|
|
|
703
653
|
--tw-border-style: dashed;
|
|
704
654
|
border-style: dashed;
|
|
705
655
|
}
|
|
706
|
-
.border-blue-100 {
|
|
707
|
-
border-color: var(--color-blue-100);
|
|
708
|
-
}
|
|
709
656
|
.border-blue-700 {
|
|
710
657
|
border-color: var(--color-blue-700);
|
|
711
658
|
}
|
|
@@ -724,9 +671,6 @@
|
|
|
724
671
|
.border-red-700 {
|
|
725
672
|
border-color: var(--color-red-700);
|
|
726
673
|
}
|
|
727
|
-
.border-transparent {
|
|
728
|
-
border-color: transparent;
|
|
729
|
-
}
|
|
730
674
|
.bg-blue-50 {
|
|
731
675
|
background-color: var(--color-blue-50);
|
|
732
676
|
}
|
|
@@ -745,9 +689,6 @@
|
|
|
745
689
|
.bg-gray-200 {
|
|
746
690
|
background-color: var(--color-gray-200);
|
|
747
691
|
}
|
|
748
|
-
.bg-gray-500 {
|
|
749
|
-
background-color: var(--color-gray-500);
|
|
750
|
-
}
|
|
751
692
|
.bg-gray-800 {
|
|
752
693
|
background-color: var(--color-gray-800);
|
|
753
694
|
}
|
|
@@ -766,18 +707,9 @@
|
|
|
766
707
|
.bg-red-500 {
|
|
767
708
|
background-color: var(--color-red-500);
|
|
768
709
|
}
|
|
769
|
-
.bg-slate-50 {
|
|
770
|
-
background-color: var(--color-slate-50);
|
|
771
|
-
}
|
|
772
710
|
.bg-white {
|
|
773
711
|
background-color: var(--color-white);
|
|
774
712
|
}
|
|
775
|
-
.bg-yellow-100 {
|
|
776
|
-
background-color: var(--color-yellow-100);
|
|
777
|
-
}
|
|
778
|
-
.bg-yellow-300 {
|
|
779
|
-
background-color: var(--color-yellow-300);
|
|
780
|
-
}
|
|
781
713
|
.bg-yellow-500 {
|
|
782
714
|
background-color: var(--color-yellow-500);
|
|
783
715
|
}
|
|
@@ -817,33 +749,24 @@
|
|
|
817
749
|
.px-6 {
|
|
818
750
|
padding-inline: calc(var(--spacing) * 6);
|
|
819
751
|
}
|
|
820
|
-
.py-1 {
|
|
821
|
-
padding-block: calc(var(--spacing) * 1);
|
|
752
|
+
.py-1\.5 {
|
|
753
|
+
padding-block: calc(var(--spacing) * 1.5);
|
|
822
754
|
}
|
|
823
755
|
.py-2 {
|
|
824
756
|
padding-block: calc(var(--spacing) * 2);
|
|
825
757
|
}
|
|
758
|
+
.py-3 {
|
|
759
|
+
padding-block: calc(var(--spacing) * 3);
|
|
760
|
+
}
|
|
826
761
|
.py-4 {
|
|
827
762
|
padding-block: calc(var(--spacing) * 4);
|
|
828
763
|
}
|
|
829
764
|
.py-8 {
|
|
830
765
|
padding-block: calc(var(--spacing) * 8);
|
|
831
766
|
}
|
|
832
|
-
.py-12 {
|
|
833
|
-
padding-block: calc(var(--spacing) * 12);
|
|
834
|
-
}
|
|
835
767
|
.pt-6 {
|
|
836
768
|
padding-top: calc(var(--spacing) * 6);
|
|
837
769
|
}
|
|
838
|
-
.pr-3 {
|
|
839
|
-
padding-right: calc(var(--spacing) * 3);
|
|
840
|
-
}
|
|
841
|
-
.pb-3 {
|
|
842
|
-
padding-bottom: calc(var(--spacing) * 3);
|
|
843
|
-
}
|
|
844
|
-
.pl-9 {
|
|
845
|
-
padding-left: calc(var(--spacing) * 9);
|
|
846
|
-
}
|
|
847
770
|
.text-center {
|
|
848
771
|
text-align: center;
|
|
849
772
|
}
|
|
@@ -897,8 +820,12 @@
|
|
|
897
820
|
--tw-font-weight: var(--font-weight-semibold);
|
|
898
821
|
font-weight: var(--font-weight-semibold);
|
|
899
822
|
}
|
|
900
|
-
.
|
|
901
|
-
|
|
823
|
+
.tracking-wider {
|
|
824
|
+
--tw-tracking: var(--tracking-wider);
|
|
825
|
+
letter-spacing: var(--tracking-wider);
|
|
826
|
+
}
|
|
827
|
+
.whitespace-nowrap {
|
|
828
|
+
white-space: nowrap;
|
|
902
829
|
}
|
|
903
830
|
.text-blue-600 {
|
|
904
831
|
color: var(--color-blue-600);
|
|
@@ -909,12 +836,6 @@
|
|
|
909
836
|
.text-blue-800 {
|
|
910
837
|
color: var(--color-blue-800);
|
|
911
838
|
}
|
|
912
|
-
.text-gray-50 {
|
|
913
|
-
color: var(--color-gray-50);
|
|
914
|
-
}
|
|
915
|
-
.text-gray-300 {
|
|
916
|
-
color: var(--color-gray-300);
|
|
917
|
-
}
|
|
918
839
|
.text-gray-400 {
|
|
919
840
|
color: var(--color-gray-400);
|
|
920
841
|
}
|
|
@@ -960,15 +881,15 @@
|
|
|
960
881
|
.text-red-800 {
|
|
961
882
|
color: var(--color-red-800);
|
|
962
883
|
}
|
|
963
|
-
.text-slate-100 {
|
|
964
|
-
color: var(--color-slate-100);
|
|
965
|
-
}
|
|
966
884
|
.text-white {
|
|
967
885
|
color: var(--color-white);
|
|
968
886
|
}
|
|
969
887
|
.text-yellow-600 {
|
|
970
888
|
color: var(--color-yellow-600);
|
|
971
889
|
}
|
|
890
|
+
.uppercase {
|
|
891
|
+
text-transform: uppercase;
|
|
892
|
+
}
|
|
972
893
|
.italic {
|
|
973
894
|
font-style: italic;
|
|
974
895
|
}
|
|
@@ -1002,11 +923,6 @@
|
|
|
1002
923
|
-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,);
|
|
1003
924
|
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,);
|
|
1004
925
|
}
|
|
1005
|
-
.transition-\[width\] {
|
|
1006
|
-
transition-property: width;
|
|
1007
|
-
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
1008
|
-
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
1009
|
-
}
|
|
1010
926
|
.transition-all {
|
|
1011
927
|
transition-property: all;
|
|
1012
928
|
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
@@ -1022,36 +938,10 @@
|
|
|
1022
938
|
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
1023
939
|
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
1024
940
|
}
|
|
1025
|
-
.duration-75 {
|
|
1026
|
-
--tw-duration: 75ms;
|
|
1027
|
-
transition-duration: 75ms;
|
|
1028
|
-
}
|
|
1029
941
|
.duration-200 {
|
|
1030
942
|
--tw-duration: 200ms;
|
|
1031
943
|
transition-duration: 200ms;
|
|
1032
944
|
}
|
|
1033
|
-
.ease-linear {
|
|
1034
|
-
--tw-ease: linear;
|
|
1035
|
-
transition-timing-function: linear;
|
|
1036
|
-
}
|
|
1037
|
-
.select-none {
|
|
1038
|
-
-webkit-user-select: none;
|
|
1039
|
-
user-select: none;
|
|
1040
|
-
}
|
|
1041
|
-
.group-hover\/sidebar-resizer\:bg-gray-500 {
|
|
1042
|
-
&:is(:where(.group\/sidebar-resizer):hover *) {
|
|
1043
|
-
@media (hover: hover) {
|
|
1044
|
-
background-color: var(--color-gray-500);
|
|
1045
|
-
}
|
|
1046
|
-
}
|
|
1047
|
-
}
|
|
1048
|
-
.group-hover\/sidebar-resizer\:opacity-100 {
|
|
1049
|
-
&:is(:where(.group\/sidebar-resizer):hover *) {
|
|
1050
|
-
@media (hover: hover) {
|
|
1051
|
-
opacity: 100%;
|
|
1052
|
-
}
|
|
1053
|
-
}
|
|
1054
|
-
}
|
|
1055
945
|
.hover\:cursor-pointer {
|
|
1056
946
|
&:hover {
|
|
1057
947
|
@media (hover: hover) {
|
|
@@ -1066,10 +956,10 @@
|
|
|
1066
956
|
}
|
|
1067
957
|
}
|
|
1068
958
|
}
|
|
1069
|
-
.hover\:bg-gray-
|
|
959
|
+
.hover\:bg-gray-50 {
|
|
1070
960
|
&:hover {
|
|
1071
961
|
@media (hover: hover) {
|
|
1072
|
-
background-color: var(--color-gray-
|
|
962
|
+
background-color: var(--color-gray-50);
|
|
1073
963
|
}
|
|
1074
964
|
}
|
|
1075
965
|
}
|
|
@@ -1080,13 +970,6 @@
|
|
|
1080
970
|
}
|
|
1081
971
|
}
|
|
1082
972
|
}
|
|
1083
|
-
.hover\:bg-gray-300 {
|
|
1084
|
-
&:hover {
|
|
1085
|
-
@media (hover: hover) {
|
|
1086
|
-
background-color: var(--color-gray-300);
|
|
1087
|
-
}
|
|
1088
|
-
}
|
|
1089
|
-
}
|
|
1090
973
|
.hover\:bg-gray-500 {
|
|
1091
974
|
&:hover {
|
|
1092
975
|
@media (hover: hover) {
|
|
@@ -1115,20 +998,6 @@
|
|
|
1115
998
|
}
|
|
1116
999
|
}
|
|
1117
1000
|
}
|
|
1118
|
-
.hover\:bg-slate-100 {
|
|
1119
|
-
&:hover {
|
|
1120
|
-
@media (hover: hover) {
|
|
1121
|
-
background-color: var(--color-slate-100);
|
|
1122
|
-
}
|
|
1123
|
-
}
|
|
1124
|
-
}
|
|
1125
|
-
.hover\:bg-yellow-200 {
|
|
1126
|
-
&:hover {
|
|
1127
|
-
@media (hover: hover) {
|
|
1128
|
-
background-color: var(--color-yellow-200);
|
|
1129
|
-
}
|
|
1130
|
-
}
|
|
1131
|
-
}
|
|
1132
1001
|
.hover\:bg-yellow-600 {
|
|
1133
1002
|
&:hover {
|
|
1134
1003
|
@media (hover: hover) {
|
|
@@ -1136,13 +1005,6 @@
|
|
|
1136
1005
|
}
|
|
1137
1006
|
}
|
|
1138
1007
|
}
|
|
1139
|
-
.hover\:text-gray-600 {
|
|
1140
|
-
&:hover {
|
|
1141
|
-
@media (hover: hover) {
|
|
1142
|
-
color: var(--color-gray-600);
|
|
1143
|
-
}
|
|
1144
|
-
}
|
|
1145
|
-
}
|
|
1146
1008
|
.hover\:text-gray-700 {
|
|
1147
1009
|
&:hover {
|
|
1148
1010
|
@media (hover: hover) {
|
|
@@ -1157,13 +1019,6 @@
|
|
|
1157
1019
|
}
|
|
1158
1020
|
}
|
|
1159
1021
|
}
|
|
1160
|
-
.hover\:text-slate-200 {
|
|
1161
|
-
&:hover {
|
|
1162
|
-
@media (hover: hover) {
|
|
1163
|
-
color: var(--color-slate-200);
|
|
1164
|
-
}
|
|
1165
|
-
}
|
|
1166
|
-
}
|
|
1167
1022
|
.hover\:text-white {
|
|
1168
1023
|
&:hover {
|
|
1169
1024
|
@media (hover: hover) {
|
|
@@ -1178,28 +1033,11 @@
|
|
|
1178
1033
|
}
|
|
1179
1034
|
}
|
|
1180
1035
|
}
|
|
1181
|
-
.focus\:border-transparent {
|
|
1182
|
-
&:focus {
|
|
1183
|
-
border-color: transparent;
|
|
1184
|
-
}
|
|
1185
|
-
}
|
|
1186
|
-
.focus\:ring-2 {
|
|
1187
|
-
&:focus {
|
|
1188
|
-
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
1189
|
-
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
1190
|
-
}
|
|
1191
|
-
}
|
|
1192
1036
|
.focus\:ring-blue-500 {
|
|
1193
1037
|
&:focus {
|
|
1194
1038
|
--tw-ring-color: var(--color-blue-500);
|
|
1195
1039
|
}
|
|
1196
1040
|
}
|
|
1197
|
-
.focus\:outline-none {
|
|
1198
|
-
&:focus {
|
|
1199
|
-
--tw-outline-style: none;
|
|
1200
|
-
outline-style: none;
|
|
1201
|
-
}
|
|
1202
|
-
}
|
|
1203
1041
|
.md\:grid-cols-4 {
|
|
1204
1042
|
@media (width >= 48rem) {
|
|
1205
1043
|
grid-template-columns: repeat(4, minmax(0, 1fr));
|
|
@@ -1220,31 +1058,11 @@
|
|
|
1220
1058
|
border-color: var(--color-gray-700);
|
|
1221
1059
|
}
|
|
1222
1060
|
}
|
|
1223
|
-
.dark\:border-gray-800 {
|
|
1224
|
-
&:where(.dark, .dark *) {
|
|
1225
|
-
border-color: var(--color-gray-800);
|
|
1226
|
-
}
|
|
1227
|
-
}
|
|
1228
1061
|
.dark\:border-red-300 {
|
|
1229
1062
|
&:where(.dark, .dark *) {
|
|
1230
1063
|
border-color: var(--color-red-300);
|
|
1231
1064
|
}
|
|
1232
1065
|
}
|
|
1233
|
-
.dark\:bg-\[\#604B00\] {
|
|
1234
|
-
&:where(.dark, .dark *) {
|
|
1235
|
-
background-color: #604B00;
|
|
1236
|
-
}
|
|
1237
|
-
}
|
|
1238
|
-
.dark\:bg-\[\#604B0033\] {
|
|
1239
|
-
&:where(.dark, .dark *) {
|
|
1240
|
-
background-color: #604B0033;
|
|
1241
|
-
}
|
|
1242
|
-
}
|
|
1243
|
-
.dark\:bg-\[\#252728\] {
|
|
1244
|
-
&:where(.dark, .dark *) {
|
|
1245
|
-
background-color: #252728;
|
|
1246
|
-
}
|
|
1247
|
-
}
|
|
1248
1066
|
.dark\:bg-blue-900 {
|
|
1249
1067
|
&:where(.dark, .dark *) {
|
|
1250
1068
|
background-color: var(--color-blue-900);
|
|
@@ -1275,11 +1093,6 @@
|
|
|
1275
1093
|
background-color: var(--color-red-900);
|
|
1276
1094
|
}
|
|
1277
1095
|
}
|
|
1278
|
-
.dark\:bg-slate-600 {
|
|
1279
|
-
&:where(.dark, .dark *) {
|
|
1280
|
-
background-color: var(--color-slate-600);
|
|
1281
|
-
}
|
|
1282
|
-
}
|
|
1283
1096
|
.dark\:text-blue-200 {
|
|
1284
1097
|
&:where(.dark, .dark *) {
|
|
1285
1098
|
color: var(--color-blue-200);
|
|
@@ -1310,11 +1123,6 @@
|
|
|
1310
1123
|
color: var(--color-gray-400);
|
|
1311
1124
|
}
|
|
1312
1125
|
}
|
|
1313
|
-
.dark\:text-gray-500 {
|
|
1314
|
-
&:where(.dark, .dark *) {
|
|
1315
|
-
color: var(--color-gray-500);
|
|
1316
|
-
}
|
|
1317
|
-
}
|
|
1318
1126
|
.dark\:text-green-200 {
|
|
1319
1127
|
&:where(.dark, .dark *) {
|
|
1320
1128
|
color: var(--color-green-200);
|
|
@@ -1355,16 +1163,6 @@
|
|
|
1355
1163
|
color: var(--color-red-400);
|
|
1356
1164
|
}
|
|
1357
1165
|
}
|
|
1358
|
-
.dark\:text-slate-200 {
|
|
1359
|
-
&:where(.dark, .dark *) {
|
|
1360
|
-
color: var(--color-slate-200);
|
|
1361
|
-
}
|
|
1362
|
-
}
|
|
1363
|
-
.dark\:text-slate-500 {
|
|
1364
|
-
&:where(.dark, .dark *) {
|
|
1365
|
-
color: var(--color-slate-500);
|
|
1366
|
-
}
|
|
1367
|
-
}
|
|
1368
1166
|
.dark\:text-white {
|
|
1369
1167
|
&:where(.dark, .dark *) {
|
|
1370
1168
|
color: var(--color-white);
|
|
@@ -1375,24 +1173,6 @@
|
|
|
1375
1173
|
color: var(--color-yellow-400);
|
|
1376
1174
|
}
|
|
1377
1175
|
}
|
|
1378
|
-
.dark\:group-hover\/sidebar-resizer\:bg-gray-600 {
|
|
1379
|
-
&:where(.dark, .dark *) {
|
|
1380
|
-
&:is(:where(.group\/sidebar-resizer):hover *) {
|
|
1381
|
-
@media (hover: hover) {
|
|
1382
|
-
background-color: var(--color-gray-600);
|
|
1383
|
-
}
|
|
1384
|
-
}
|
|
1385
|
-
}
|
|
1386
|
-
}
|
|
1387
|
-
.dark\:hover\:bg-gray-600 {
|
|
1388
|
-
&:where(.dark, .dark *) {
|
|
1389
|
-
&:hover {
|
|
1390
|
-
@media (hover: hover) {
|
|
1391
|
-
background-color: var(--color-gray-600);
|
|
1392
|
-
}
|
|
1393
|
-
}
|
|
1394
|
-
}
|
|
1395
|
-
}
|
|
1396
1176
|
.dark\:hover\:text-gray-200 {
|
|
1397
1177
|
&:where(.dark, .dark *) {
|
|
1398
1178
|
&:hover {
|
|
@@ -1402,13 +1182,9 @@
|
|
|
1402
1182
|
}
|
|
1403
1183
|
}
|
|
1404
1184
|
}
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
@media (hover: hover) {
|
|
1409
|
-
color: var(--color-slate-50);
|
|
1410
|
-
}
|
|
1411
|
-
}
|
|
1185
|
+
.\[\&_\.sidebar\\\\_\\\\_item--active\]\:bg-yellow-500 {
|
|
1186
|
+
& .sidebar\_\_item--active {
|
|
1187
|
+
background-color: var(--color-yellow-500);
|
|
1412
1188
|
}
|
|
1413
1189
|
}
|
|
1414
1190
|
}
|
|
@@ -7906,7 +7682,38 @@ input[type="number"] {
|
|
|
7906
7682
|
scrollbar-width: initial;
|
|
7907
7683
|
}
|
|
7908
7684
|
}
|
|
7909
|
-
@property --tw-
|
|
7685
|
+
@property --tw-translate-x {
|
|
7686
|
+
syntax: "*";
|
|
7687
|
+
inherits: false;
|
|
7688
|
+
initial-value: 0;
|
|
7689
|
+
}
|
|
7690
|
+
@property --tw-translate-y {
|
|
7691
|
+
syntax: "*";
|
|
7692
|
+
inherits: false;
|
|
7693
|
+
initial-value: 0;
|
|
7694
|
+
}
|
|
7695
|
+
@property --tw-translate-z {
|
|
7696
|
+
syntax: "*";
|
|
7697
|
+
inherits: false;
|
|
7698
|
+
initial-value: 0;
|
|
7699
|
+
}
|
|
7700
|
+
@property --tw-rotate-x {
|
|
7701
|
+
syntax: "*";
|
|
7702
|
+
inherits: false;
|
|
7703
|
+
}
|
|
7704
|
+
@property --tw-rotate-y {
|
|
7705
|
+
syntax: "*";
|
|
7706
|
+
inherits: false;
|
|
7707
|
+
}
|
|
7708
|
+
@property --tw-rotate-z {
|
|
7709
|
+
syntax: "*";
|
|
7710
|
+
inherits: false;
|
|
7711
|
+
}
|
|
7712
|
+
@property --tw-skew-x {
|
|
7713
|
+
syntax: "*";
|
|
7714
|
+
inherits: false;
|
|
7715
|
+
}
|
|
7716
|
+
@property --tw-skew-y {
|
|
7910
7717
|
syntax: "*";
|
|
7911
7718
|
inherits: false;
|
|
7912
7719
|
}
|
|
@@ -7915,6 +7722,10 @@ input[type="number"] {
|
|
|
7915
7722
|
inherits: false;
|
|
7916
7723
|
initial-value: solid;
|
|
7917
7724
|
}
|
|
7725
|
+
@property --tw-ease {
|
|
7726
|
+
syntax: "*";
|
|
7727
|
+
inherits: false;
|
|
7728
|
+
}
|
|
7918
7729
|
@property --tw-content {
|
|
7919
7730
|
syntax: "*";
|
|
7920
7731
|
initial-value: "";
|
|
@@ -12459,17 +12270,101 @@ input[type="number"] {
|
|
|
12459
12270
|
cursor: pointer;
|
|
12460
12271
|
}
|
|
12461
12272
|
}
|
|
12273
|
+
.ph-default-styles h1 {
|
|
12274
|
+
font-family: "Inter", sans-serif;
|
|
12275
|
+
font-style: normal;
|
|
12276
|
+
font-weight: 600;
|
|
12277
|
+
font-size: 32px;
|
|
12278
|
+
line-height: 120%;
|
|
12279
|
+
color: #343839;
|
|
12280
|
+
}
|
|
12281
|
+
.ph-default-styles h2 {
|
|
12282
|
+
font-family: "Inter", sans-serif;
|
|
12283
|
+
font-style: normal;
|
|
12284
|
+
font-weight: 600;
|
|
12285
|
+
font-size: 24px;
|
|
12286
|
+
line-height: 120%;
|
|
12287
|
+
color: #343839;
|
|
12288
|
+
}
|
|
12289
|
+
.ph-default-styles h3 {
|
|
12290
|
+
font-family: "Inter", sans-serif;
|
|
12291
|
+
font-style: normal;
|
|
12292
|
+
font-weight: 600;
|
|
12293
|
+
font-size: 20px;
|
|
12294
|
+
line-height: 120%;
|
|
12295
|
+
color: #343839;
|
|
12296
|
+
}
|
|
12297
|
+
.ph-default-styles p {
|
|
12298
|
+
font-family: "Inter", sans-serif;
|
|
12299
|
+
font-style: normal;
|
|
12300
|
+
font-weight: 400;
|
|
12301
|
+
font-size: 16px;
|
|
12302
|
+
line-height: 120%;
|
|
12303
|
+
color: #343839;
|
|
12304
|
+
}
|
|
12305
|
+
.ph-default-styles small {
|
|
12306
|
+
font-family: "Inter", sans-serif;
|
|
12307
|
+
font-style: normal;
|
|
12308
|
+
font-weight: 400;
|
|
12309
|
+
font-size: 14px;
|
|
12310
|
+
line-height: 100%;
|
|
12311
|
+
color: #474d4e;
|
|
12312
|
+
}
|
|
12313
|
+
.ph-default-styles input[type="text"], .ph-default-styles input[type="email"], .ph-default-styles input[type="password"], .ph-default-styles input[type="search"], .ph-default-styles input[type="tel"], .ph-default-styles input[type="url"], .ph-default-styles input[type="number"], .ph-default-styles textarea {
|
|
12314
|
+
font-family: "Inter", sans-serif;
|
|
12315
|
+
font-size: 0.875rem;
|
|
12316
|
+
font-weight: 400;
|
|
12317
|
+
line-height: 1.25rem;
|
|
12318
|
+
color: #343839;
|
|
12319
|
+
background-color: #ffffff;
|
|
12320
|
+
border: 1px solid #ced4da;
|
|
12321
|
+
border-radius: 0.375rem;
|
|
12322
|
+
padding: 7px 0.75rem;
|
|
12323
|
+
width: 100%;
|
|
12324
|
+
box-sizing: border-box;
|
|
12325
|
+
margin-bottom: 10px;
|
|
12326
|
+
}
|
|
12327
|
+
.ph-default-styles textarea {
|
|
12328
|
+
min-height: 2.25rem;
|
|
12329
|
+
resize: vertical;
|
|
12330
|
+
}
|
|
12331
|
+
.ph-default-styles a {
|
|
12332
|
+
color: #007bff;
|
|
12333
|
+
text-decoration: none;
|
|
12334
|
+
}
|
|
12335
|
+
.ph-default-styles a:hover {
|
|
12336
|
+
text-decoration: underline;
|
|
12337
|
+
color: #0056b3;
|
|
12338
|
+
}
|
|
12339
|
+
.ph-default-styles a:focus {
|
|
12340
|
+
outline: 2px solid transparent;
|
|
12341
|
+
outline-offset: 2px;
|
|
12342
|
+
box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px rgba(0, 123, 255, 0.5);
|
|
12343
|
+
}
|
|
12344
|
+
.ph-default-styles ul, .ph-default-styles ol {
|
|
12345
|
+
padding-left: 0px;
|
|
12346
|
+
margin-top: 0;
|
|
12347
|
+
margin-bottom: 0;
|
|
12348
|
+
}
|
|
12349
|
+
.ph-default-styles label {
|
|
12350
|
+
display: block;
|
|
12351
|
+
font-family: "Inter", sans-serif;
|
|
12352
|
+
font-weight: 500;
|
|
12353
|
+
color: #343839;
|
|
12354
|
+
}
|
|
12355
|
+
.ph-default-styles hr {
|
|
12356
|
+
border: 0;
|
|
12357
|
+
height: 1px;
|
|
12358
|
+
background-color: #ced4da;
|
|
12359
|
+
margin-top: 1rem;
|
|
12360
|
+
margin-bottom: 1rem;
|
|
12361
|
+
}
|
|
12462
12362
|
@layer base {
|
|
12463
12363
|
* {
|
|
12464
12364
|
scrollbar-color: initial;
|
|
12465
12365
|
scrollbar-width: initial;
|
|
12466
12366
|
}
|
|
12467
12367
|
}
|
|
12468
|
-
@property --tw-divide-y-reverse {
|
|
12469
|
-
syntax: "*";
|
|
12470
|
-
inherits: false;
|
|
12471
|
-
initial-value: 0;
|
|
12472
|
-
}
|
|
12473
12368
|
@keyframes spin {
|
|
12474
12369
|
to {
|
|
12475
12370
|
transform: rotate(360deg);
|
|
@@ -14331,6 +14226,9 @@ input[type="number"] {
|
|
|
14331
14226
|
max-width: 96rem;
|
|
14332
14227
|
}
|
|
14333
14228
|
}
|
|
14229
|
+
.mx-1 {
|
|
14230
|
+
margin-inline: calc(var(--spacing) * 1);
|
|
14231
|
+
}
|
|
14334
14232
|
.mx-2 {
|
|
14335
14233
|
margin-inline: calc(var(--spacing) * 2);
|
|
14336
14234
|
}
|
|
@@ -14545,6 +14443,21 @@ input[type="number"] {
|
|
|
14545
14443
|
.border-t-gray-800 {
|
|
14546
14444
|
border-top-color: var(--color-gray-800);
|
|
14547
14445
|
}
|
|
14446
|
+
.bg-\[\#bfdffd\] {
|
|
14447
|
+
background-color: #bfdffd;
|
|
14448
|
+
}
|
|
14449
|
+
.bg-\[\#c8ecd1\] {
|
|
14450
|
+
background-color: #c8ecd1;
|
|
14451
|
+
}
|
|
14452
|
+
.bg-\[\#f0f0f0\] {
|
|
14453
|
+
background-color: #f0f0f0;
|
|
14454
|
+
}
|
|
14455
|
+
.bg-\[\#fcdfbd\] {
|
|
14456
|
+
background-color: #fcdfbd;
|
|
14457
|
+
}
|
|
14458
|
+
.bg-\[\#ffaea8\] {
|
|
14459
|
+
background-color: #ffaea8;
|
|
14460
|
+
}
|
|
14548
14461
|
.bg-blue-50 {
|
|
14549
14462
|
background-color: var(--color-blue-50);
|
|
14550
14463
|
}
|
|
@@ -14647,9 +14560,28 @@ input[type="number"] {
|
|
|
14647
14560
|
--tw-font-weight: var(--font-weight-medium);
|
|
14648
14561
|
font-weight: var(--font-weight-medium);
|
|
14649
14562
|
}
|
|
14563
|
+
.font-semibold {
|
|
14564
|
+
--tw-font-weight: var(--font-weight-semibold);
|
|
14565
|
+
font-weight: var(--font-weight-semibold);
|
|
14566
|
+
}
|
|
14650
14567
|
.whitespace-nowrap {
|
|
14651
14568
|
white-space: nowrap;
|
|
14652
14569
|
}
|
|
14570
|
+
.text-\[\#4fc86f\] {
|
|
14571
|
+
color: #4fc86f;
|
|
14572
|
+
}
|
|
14573
|
+
.text-\[\#339cff\] {
|
|
14574
|
+
color: #339cff;
|
|
14575
|
+
}
|
|
14576
|
+
.text-\[\#999999\] {
|
|
14577
|
+
color: #999999;
|
|
14578
|
+
}
|
|
14579
|
+
.text-\[\#de3333\] {
|
|
14580
|
+
color: #de3333;
|
|
14581
|
+
}
|
|
14582
|
+
.text-\[\#ffa033\] {
|
|
14583
|
+
color: #ffa033;
|
|
14584
|
+
}
|
|
14653
14585
|
.text-blue-700 {
|
|
14654
14586
|
color: var(--color-blue-700);
|
|
14655
14587
|
}
|
|
@@ -14761,208 +14693,6 @@ input[type="number"] {
|
|
|
14761
14693
|
}
|
|
14762
14694
|
}
|
|
14763
14695
|
}
|
|
14764
|
-
.\[\&\]\:\!w-\[120px\] {
|
|
14765
|
-
width: 120px !important;
|
|
14766
|
-
}
|
|
14767
|
-
.\[\&\]\:\!max-w-\[120px\] {
|
|
14768
|
-
max-width: 120px !important;
|
|
14769
|
-
}
|
|
14770
|
-
.\[\&\]\:\!pt-0 {
|
|
14771
|
-
padding-top: calc(var(--spacing) * 0) !important;
|
|
14772
|
-
}
|
|
14773
|
-
.\[\&\]\:\!pb-0 {
|
|
14774
|
-
padding-bottom: calc(var(--spacing) * 0) !important;
|
|
14775
|
-
}
|
|
14776
|
-
.\[\&\]\:\!pl-2 {
|
|
14777
|
-
padding-left: calc(var(--spacing) * 2) !important;
|
|
14778
|
-
}
|
|
14779
|
-
.\[\&_\*\]\:\!p-0 {
|
|
14780
|
-
& * {
|
|
14781
|
-
padding: calc(var(--spacing) * 0) !important;
|
|
14782
|
-
}
|
|
14783
|
-
}
|
|
14784
|
-
.\[\&_\*\]\:\!text-xs {
|
|
14785
|
-
& * {
|
|
14786
|
-
font-size: var(--text-xs) !important;
|
|
14787
|
-
line-height: var(--tw-leading, var(--text-xs--line-height)) !important;
|
|
14788
|
-
}
|
|
14789
|
-
}
|
|
14790
|
-
.\[\&_\*\]\:\!text-\[12px\] {
|
|
14791
|
-
& * {
|
|
14792
|
-
font-size: 12px !important;
|
|
14793
|
-
}
|
|
14794
|
-
}
|
|
14795
|
-
.\[\&_\.select\\\\_\\\\_content\]\:\!w-fit {
|
|
14796
|
-
& .select\_\_content {
|
|
14797
|
-
width: fit-content !important;
|
|
14798
|
-
}
|
|
14799
|
-
}
|
|
14800
|
-
.\[\&_\.select\\\\_\\\\_content\]\:\!w-full {
|
|
14801
|
-
& .select\_\_content {
|
|
14802
|
-
width: 100% !important;
|
|
14803
|
-
}
|
|
14804
|
-
}
|
|
14805
|
-
.\[\&_\.select\\\\_\\\\_content\]\:\!max-w-\[500px\] {
|
|
14806
|
-
& .select\_\_content {
|
|
14807
|
-
max-width: 500px !important;
|
|
14808
|
-
}
|
|
14809
|
-
}
|
|
14810
|
-
.\[\&_\.select\\\\_\\\\_content\]\:\!min-w-\[150px\] {
|
|
14811
|
-
& .select\_\_content {
|
|
14812
|
-
min-width: 150px !important;
|
|
14813
|
-
}
|
|
14814
|
-
}
|
|
14815
|
-
.\[\&_\.select\\\\_\\\\_content\]\:\!rounded-md {
|
|
14816
|
-
& .select\_\_content {
|
|
14817
|
-
border-radius: var(--radius-md) !important;
|
|
14818
|
-
}
|
|
14819
|
-
}
|
|
14820
|
-
.\[\&_\.select\\\\_\\\\_content\]\:\!border {
|
|
14821
|
-
& .select\_\_content {
|
|
14822
|
-
border-style: var(--tw-border-style) !important;
|
|
14823
|
-
border-width: 1px !important;
|
|
14824
|
-
}
|
|
14825
|
-
}
|
|
14826
|
-
.\[\&_\.select\\\\_\\\\_content\]\:\!border-\[0\.5px\] {
|
|
14827
|
-
& .select\_\_content {
|
|
14828
|
-
border-style: var(--tw-border-style) !important;
|
|
14829
|
-
border-width: 0.5px !important;
|
|
14830
|
-
}
|
|
14831
|
-
}
|
|
14832
|
-
.\[\&_\.select\\\\_\\\\_content\]\:\!border-gray-300 {
|
|
14833
|
-
& .select\_\_content {
|
|
14834
|
-
border-color: var(--color-gray-300) !important;
|
|
14835
|
-
}
|
|
14836
|
-
}
|
|
14837
|
-
.\[\&_\.select\\\\_\\\\_content\]\:\!bg-white {
|
|
14838
|
-
& .select\_\_content {
|
|
14839
|
-
background-color: var(--color-white) !important;
|
|
14840
|
-
}
|
|
14841
|
-
}
|
|
14842
|
-
.\[\&_\.select\\\\_\\\\_content\]\:bg-white {
|
|
14843
|
-
& .select\_\_content {
|
|
14844
|
-
background-color: var(--color-white);
|
|
14845
|
-
}
|
|
14846
|
-
}
|
|
14847
|
-
.\[\&_\.select\\\\_\\\\_content\]\:\!p-0 {
|
|
14848
|
-
& .select\_\_content {
|
|
14849
|
-
padding: calc(var(--spacing) * 0) !important;
|
|
14850
|
-
}
|
|
14851
|
-
}
|
|
14852
|
-
.\[\&_\.select\\\\_\\\\_content\]\:\!text-\[12px\] {
|
|
14853
|
-
& .select\_\_content {
|
|
14854
|
-
font-size: 12px !important;
|
|
14855
|
-
}
|
|
14856
|
-
}
|
|
14857
|
-
.\[\&_\.select\\\\_\\\\_item\]\:bg-white {
|
|
14858
|
-
& .select\_\_item {
|
|
14859
|
-
background-color: var(--color-white);
|
|
14860
|
-
}
|
|
14861
|
-
}
|
|
14862
|
-
.\[\&_\.select\\\\_\\\\_item\]\:\!p-0 {
|
|
14863
|
-
& .select\_\_item {
|
|
14864
|
-
padding: calc(var(--spacing) * 0) !important;
|
|
14865
|
-
}
|
|
14866
|
-
}
|
|
14867
|
-
.\[\&_\.select\\\\_\\\\_list-item\]\:\!overflow-visible {
|
|
14868
|
-
& .select\_\_list-item {
|
|
14869
|
-
overflow: visible !important;
|
|
14870
|
-
}
|
|
14871
|
-
}
|
|
14872
|
-
.\[\&_\.select\\\\_\\\\_list-item\]\:bg-white {
|
|
14873
|
-
& .select\_\_list-item {
|
|
14874
|
-
background-color: var(--color-white);
|
|
14875
|
-
}
|
|
14876
|
-
}
|
|
14877
|
-
.\[\&_\.select\\\\_\\\\_list-item\]\:\!text-xs {
|
|
14878
|
-
& .select\_\_list-item {
|
|
14879
|
-
font-size: var(--text-xs) !important;
|
|
14880
|
-
line-height: var(--tw-leading, var(--text-xs--line-height)) !important;
|
|
14881
|
-
}
|
|
14882
|
-
}
|
|
14883
|
-
.\[\&_\.select\\\\_\\\\_list-item\]\:\!text-\[12px\] {
|
|
14884
|
-
& .select\_\_list-item {
|
|
14885
|
-
font-size: 12px !important;
|
|
14886
|
-
}
|
|
14887
|
-
}
|
|
14888
|
-
.\[\&_\.select\\\\_\\\\_list-item\]\:\!whitespace-nowrap {
|
|
14889
|
-
& .select\_\_list-item {
|
|
14890
|
-
white-space: nowrap !important;
|
|
14891
|
-
}
|
|
14892
|
-
}
|
|
14893
|
-
.\[\&_\.select\\\\_\\\\_list-item\]\:hover\:bg-gray-100 {
|
|
14894
|
-
& .select\_\_list-item {
|
|
14895
|
-
&:hover {
|
|
14896
|
-
@media (hover: hover) {
|
|
14897
|
-
background-color: var(--color-gray-100);
|
|
14898
|
-
}
|
|
14899
|
-
}
|
|
14900
|
-
}
|
|
14901
|
-
}
|
|
14902
|
-
.\[\&_\.select\\\\_\\\\_search\]\:\!p-0 {
|
|
14903
|
-
& .select\_\_search {
|
|
14904
|
-
padding: calc(var(--spacing) * 0) !important;
|
|
14905
|
-
}
|
|
14906
|
-
}
|
|
14907
|
-
.\[\&_\.select\\\\_\\\\_trigger\]\:\!w-\[150px\] {
|
|
14908
|
-
& .select\_\_trigger {
|
|
14909
|
-
width: 150px !important;
|
|
14910
|
-
}
|
|
14911
|
-
}
|
|
14912
|
-
.\[\&_\.select\\\\_\\\\_trigger\]\:\!max-w-\[150px\] {
|
|
14913
|
-
& .select\_\_trigger {
|
|
14914
|
-
max-width: 150px !important;
|
|
14915
|
-
}
|
|
14916
|
-
}
|
|
14917
|
-
.\[\&_\.select\\\\_\\\\_trigger\]\:\!p-0 {
|
|
14918
|
-
& .select\_\_trigger {
|
|
14919
|
-
padding: calc(var(--spacing) * 0) !important;
|
|
14920
|
-
}
|
|
14921
|
-
}
|
|
14922
|
-
.\[\&_\.select\\\\_\\\\_trigger\]\:\!text-xs {
|
|
14923
|
-
& .select\_\_trigger {
|
|
14924
|
-
font-size: var(--text-xs) !important;
|
|
14925
|
-
line-height: var(--tw-leading, var(--text-xs--line-height)) !important;
|
|
14926
|
-
}
|
|
14927
|
-
}
|
|
14928
|
-
.\[\&_\.select\\\\_\\\\_trigger\]\:\!text-\[12px\] {
|
|
14929
|
-
& .select\_\_trigger {
|
|
14930
|
-
font-size: 12px !important;
|
|
14931
|
-
}
|
|
14932
|
-
}
|
|
14933
|
-
.\[\&_\.select\\\\_\\\\_value\]\:\!w-\[150px\] {
|
|
14934
|
-
& .select\_\_value {
|
|
14935
|
-
width: 150px !important;
|
|
14936
|
-
}
|
|
14937
|
-
}
|
|
14938
|
-
.\[\&_\.select\\\\_\\\\_value\]\:\!max-w-\[150px\] {
|
|
14939
|
-
& .select\_\_value {
|
|
14940
|
-
max-width: 150px !important;
|
|
14941
|
-
}
|
|
14942
|
-
}
|
|
14943
|
-
.\[\&_\.select\\\\_\\\\_value\]\:\!truncate {
|
|
14944
|
-
& .select\_\_value {
|
|
14945
|
-
overflow: hidden !important;
|
|
14946
|
-
text-overflow: ellipsis !important;
|
|
14947
|
-
white-space: nowrap !important;
|
|
14948
|
-
}
|
|
14949
|
-
}
|
|
14950
|
-
.\[\&_\.select\\\\_\\\\_value\]\:\!p-0 {
|
|
14951
|
-
& .select\_\_value {
|
|
14952
|
-
padding: calc(var(--spacing) * 0) !important;
|
|
14953
|
-
}
|
|
14954
|
-
}
|
|
14955
|
-
.\[\&_\.select\\\\_\\\\_value\]\:\!text-xs {
|
|
14956
|
-
& .select\_\_value {
|
|
14957
|
-
font-size: var(--text-xs) !important;
|
|
14958
|
-
line-height: var(--tw-leading, var(--text-xs--line-height)) !important;
|
|
14959
|
-
}
|
|
14960
|
-
}
|
|
14961
|
-
.\[\&_\.select\\\\_\\\\_value\]\:\!text-\[12px\] {
|
|
14962
|
-
& .select\_\_value {
|
|
14963
|
-
font-size: 12px !important;
|
|
14964
|
-
}
|
|
14965
|
-
}
|
|
14966
14696
|
.\[\&_\.sidebar\\\\_\\\\_item--active\]\:text-black {
|
|
14967
14697
|
& .sidebar\_\_item--active {
|
|
14968
14698
|
color: var(--color-black);
|
|
@@ -26036,6 +25766,95 @@ input[type="number"] {
|
|
|
26036
25766
|
cursor: pointer;
|
|
26037
25767
|
}
|
|
26038
25768
|
}
|
|
25769
|
+
.ph-default-styles h1 {
|
|
25770
|
+
font-family: "Inter", sans-serif;
|
|
25771
|
+
font-style: normal;
|
|
25772
|
+
font-weight: 600;
|
|
25773
|
+
font-size: 32px;
|
|
25774
|
+
line-height: 120%;
|
|
25775
|
+
color: #343839;
|
|
25776
|
+
}
|
|
25777
|
+
.ph-default-styles h2 {
|
|
25778
|
+
font-family: "Inter", sans-serif;
|
|
25779
|
+
font-style: normal;
|
|
25780
|
+
font-weight: 600;
|
|
25781
|
+
font-size: 24px;
|
|
25782
|
+
line-height: 120%;
|
|
25783
|
+
color: #343839;
|
|
25784
|
+
}
|
|
25785
|
+
.ph-default-styles h3 {
|
|
25786
|
+
font-family: "Inter", sans-serif;
|
|
25787
|
+
font-style: normal;
|
|
25788
|
+
font-weight: 600;
|
|
25789
|
+
font-size: 20px;
|
|
25790
|
+
line-height: 120%;
|
|
25791
|
+
color: #343839;
|
|
25792
|
+
}
|
|
25793
|
+
.ph-default-styles p {
|
|
25794
|
+
font-family: "Inter", sans-serif;
|
|
25795
|
+
font-style: normal;
|
|
25796
|
+
font-weight: 400;
|
|
25797
|
+
font-size: 16px;
|
|
25798
|
+
line-height: 120%;
|
|
25799
|
+
color: #343839;
|
|
25800
|
+
}
|
|
25801
|
+
.ph-default-styles small {
|
|
25802
|
+
font-family: "Inter", sans-serif;
|
|
25803
|
+
font-style: normal;
|
|
25804
|
+
font-weight: 400;
|
|
25805
|
+
font-size: 14px;
|
|
25806
|
+
line-height: 100%;
|
|
25807
|
+
color: #474d4e;
|
|
25808
|
+
}
|
|
25809
|
+
.ph-default-styles input[type="text"], .ph-default-styles input[type="email"], .ph-default-styles input[type="password"], .ph-default-styles input[type="search"], .ph-default-styles input[type="tel"], .ph-default-styles input[type="url"], .ph-default-styles input[type="number"], .ph-default-styles textarea {
|
|
25810
|
+
font-family: "Inter", sans-serif;
|
|
25811
|
+
font-size: 0.875rem;
|
|
25812
|
+
font-weight: 400;
|
|
25813
|
+
line-height: 1.25rem;
|
|
25814
|
+
color: #343839;
|
|
25815
|
+
background-color: #ffffff;
|
|
25816
|
+
border: 1px solid #ced4da;
|
|
25817
|
+
border-radius: 0.375rem;
|
|
25818
|
+
padding: 7px 0.75rem;
|
|
25819
|
+
width: 100%;
|
|
25820
|
+
box-sizing: border-box;
|
|
25821
|
+
margin-bottom: 10px;
|
|
25822
|
+
}
|
|
25823
|
+
.ph-default-styles textarea {
|
|
25824
|
+
min-height: 2.25rem;
|
|
25825
|
+
resize: vertical;
|
|
25826
|
+
}
|
|
25827
|
+
.ph-default-styles a {
|
|
25828
|
+
color: #007bff;
|
|
25829
|
+
text-decoration: none;
|
|
25830
|
+
}
|
|
25831
|
+
.ph-default-styles a:hover {
|
|
25832
|
+
text-decoration: underline;
|
|
25833
|
+
color: #0056b3;
|
|
25834
|
+
}
|
|
25835
|
+
.ph-default-styles a:focus {
|
|
25836
|
+
outline: 2px solid transparent;
|
|
25837
|
+
outline-offset: 2px;
|
|
25838
|
+
box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px rgba(0, 123, 255, 0.5);
|
|
25839
|
+
}
|
|
25840
|
+
.ph-default-styles ul, .ph-default-styles ol {
|
|
25841
|
+
padding-left: 0px;
|
|
25842
|
+
margin-top: 0;
|
|
25843
|
+
margin-bottom: 0;
|
|
25844
|
+
}
|
|
25845
|
+
.ph-default-styles label {
|
|
25846
|
+
display: block;
|
|
25847
|
+
font-family: "Inter", sans-serif;
|
|
25848
|
+
font-weight: 500;
|
|
25849
|
+
color: #343839;
|
|
25850
|
+
}
|
|
25851
|
+
.ph-default-styles hr {
|
|
25852
|
+
border: 0;
|
|
25853
|
+
height: 1px;
|
|
25854
|
+
background-color: #ced4da;
|
|
25855
|
+
margin-top: 1rem;
|
|
25856
|
+
margin-bottom: 1rem;
|
|
25857
|
+
}
|
|
26039
25858
|
@layer base {
|
|
26040
25859
|
* {
|
|
26041
25860
|
scrollbar-color: initial;
|
|
@@ -26365,47 +26184,17 @@ input[type="number"] {
|
|
|
26365
26184
|
}
|
|
26366
26185
|
}
|
|
26367
26186
|
}
|
|
26368
|
-
@property --tw-
|
|
26369
|
-
syntax: "*";
|
|
26370
|
-
inherits: false;
|
|
26371
|
-
initial-value: 0;
|
|
26372
|
-
}
|
|
26373
|
-
@property --tw-translate-y {
|
|
26374
|
-
syntax: "*";
|
|
26375
|
-
inherits: false;
|
|
26376
|
-
initial-value: 0;
|
|
26377
|
-
}
|
|
26378
|
-
@property --tw-translate-z {
|
|
26187
|
+
@property --tw-space-y-reverse {
|
|
26379
26188
|
syntax: "*";
|
|
26380
26189
|
inherits: false;
|
|
26381
26190
|
initial-value: 0;
|
|
26382
26191
|
}
|
|
26383
|
-
@property --tw-
|
|
26384
|
-
syntax: "*";
|
|
26385
|
-
inherits: false;
|
|
26386
|
-
}
|
|
26387
|
-
@property --tw-rotate-y {
|
|
26388
|
-
syntax: "*";
|
|
26389
|
-
inherits: false;
|
|
26390
|
-
}
|
|
26391
|
-
@property --tw-rotate-z {
|
|
26392
|
-
syntax: "*";
|
|
26393
|
-
inherits: false;
|
|
26394
|
-
}
|
|
26395
|
-
@property --tw-skew-x {
|
|
26396
|
-
syntax: "*";
|
|
26397
|
-
inherits: false;
|
|
26398
|
-
}
|
|
26399
|
-
@property --tw-skew-y {
|
|
26400
|
-
syntax: "*";
|
|
26401
|
-
inherits: false;
|
|
26402
|
-
}
|
|
26403
|
-
@property --tw-space-y-reverse {
|
|
26192
|
+
@property --tw-space-x-reverse {
|
|
26404
26193
|
syntax: "*";
|
|
26405
26194
|
inherits: false;
|
|
26406
26195
|
initial-value: 0;
|
|
26407
26196
|
}
|
|
26408
|
-
@property --tw-
|
|
26197
|
+
@property --tw-divide-y-reverse {
|
|
26409
26198
|
syntax: "*";
|
|
26410
26199
|
inherits: false;
|
|
26411
26200
|
initial-value: 0;
|
|
@@ -26423,6 +26212,10 @@ input[type="number"] {
|
|
|
26423
26212
|
syntax: "*";
|
|
26424
26213
|
inherits: false;
|
|
26425
26214
|
}
|
|
26215
|
+
@property --tw-tracking {
|
|
26216
|
+
syntax: "*";
|
|
26217
|
+
inherits: false;
|
|
26218
|
+
}
|
|
26426
26219
|
@property --tw-shadow {
|
|
26427
26220
|
syntax: "*";
|
|
26428
26221
|
inherits: false;
|
|
@@ -26581,10 +26374,6 @@ input[type="number"] {
|
|
|
26581
26374
|
syntax: "*";
|
|
26582
26375
|
inherits: false;
|
|
26583
26376
|
}
|
|
26584
|
-
@property --tw-ease {
|
|
26585
|
-
syntax: "*";
|
|
26586
|
-
inherits: false;
|
|
26587
|
-
}
|
|
26588
26377
|
@keyframes spin {
|
|
26589
26378
|
to {
|
|
26590
26379
|
transform: rotate(360deg);
|
|
@@ -26598,19 +26387,13 @@ input[type="number"] {
|
|
|
26598
26387
|
@layer properties {
|
|
26599
26388
|
@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
|
|
26600
26389
|
*, ::before, ::after, ::backdrop {
|
|
26601
|
-
--tw-translate-x: 0;
|
|
26602
|
-
--tw-translate-y: 0;
|
|
26603
|
-
--tw-translate-z: 0;
|
|
26604
|
-
--tw-rotate-x: initial;
|
|
26605
|
-
--tw-rotate-y: initial;
|
|
26606
|
-
--tw-rotate-z: initial;
|
|
26607
|
-
--tw-skew-x: initial;
|
|
26608
|
-
--tw-skew-y: initial;
|
|
26609
26390
|
--tw-space-y-reverse: 0;
|
|
26610
26391
|
--tw-space-x-reverse: 0;
|
|
26392
|
+
--tw-divide-y-reverse: 0;
|
|
26611
26393
|
--tw-border-style: solid;
|
|
26612
26394
|
--tw-leading: initial;
|
|
26613
26395
|
--tw-font-weight: initial;
|
|
26396
|
+
--tw-tracking: initial;
|
|
26614
26397
|
--tw-shadow: 0 0 #0000;
|
|
26615
26398
|
--tw-shadow-color: initial;
|
|
26616
26399
|
--tw-shadow-alpha: 100%;
|
|
@@ -26648,9 +26431,16 @@ input[type="number"] {
|
|
|
26648
26431
|
--tw-backdrop-saturate: initial;
|
|
26649
26432
|
--tw-backdrop-sepia: initial;
|
|
26650
26433
|
--tw-duration: initial;
|
|
26651
|
-
--tw-
|
|
26652
|
-
--tw-
|
|
26434
|
+
--tw-translate-x: 0;
|
|
26435
|
+
--tw-translate-y: 0;
|
|
26436
|
+
--tw-translate-z: 0;
|
|
26437
|
+
--tw-rotate-x: initial;
|
|
26438
|
+
--tw-rotate-y: initial;
|
|
26439
|
+
--tw-rotate-z: initial;
|
|
26440
|
+
--tw-skew-x: initial;
|
|
26441
|
+
--tw-skew-y: initial;
|
|
26653
26442
|
--tw-outline-style: solid;
|
|
26443
|
+
--tw-ease: initial;
|
|
26654
26444
|
--tw-content: "";
|
|
26655
26445
|
--tw-scale-x: 1;
|
|
26656
26446
|
--tw-scale-y: 1;
|
|
@@ -26664,7 +26454,6 @@ input[type="number"] {
|
|
|
26664
26454
|
--tw-gradient-from-position: 0%;
|
|
26665
26455
|
--tw-gradient-via-position: 50%;
|
|
26666
26456
|
--tw-gradient-to-position: 100%;
|
|
26667
|
-
--tw-divide-y-reverse: 0;
|
|
26668
26457
|
}
|
|
26669
26458
|
}
|
|
26670
26459
|
}
|