tinacms 0.66.0 → 0.66.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +41 -0
- package/dist/admin/api.d.ts +2 -4
- package/dist/admin/components/GetCollections.d.ts +5 -1
- package/dist/admin/components/Page.d.ts +26 -0
- package/dist/admin/components/Sidebar.d.ts +1 -0
- package/dist/admin/pages/ScreenPage.d.ts +14 -0
- package/dist/index.es.js +595 -528
- package/dist/index.js +592 -525
- package/dist/rich-text.d.ts +3 -0
- package/dist/rich-text.es.js +4 -2
- package/dist/rich-text.js +4 -2
- package/dist/style.css +187 -202
- package/package.json +3 -3
package/dist/style.css
CHANGED
|
@@ -620,40 +620,49 @@ Document
|
|
|
620
620
|
position: relative !important;
|
|
621
621
|
}
|
|
622
622
|
|
|
623
|
-
.tina-tailwind .
|
|
624
|
-
|
|
625
|
-
}
|
|
626
|
-
|
|
627
|
-
.tina-tailwind .right-5 {
|
|
628
|
-
right: 20px !important;
|
|
623
|
+
.tina-tailwind .left-0 {
|
|
624
|
+
left: 0px !important;
|
|
629
625
|
}
|
|
630
626
|
|
|
631
627
|
.tina-tailwind .right-0 {
|
|
632
628
|
right: 0px !important;
|
|
633
629
|
}
|
|
634
630
|
|
|
631
|
+
.tina-tailwind .bottom-2 {
|
|
632
|
+
bottom: 8px !important;
|
|
633
|
+
}
|
|
634
|
+
|
|
635
|
+
.tina-tailwind .right-5 {
|
|
636
|
+
right: 20px !important;
|
|
637
|
+
}
|
|
638
|
+
|
|
635
639
|
.tina-tailwind .z-50 {
|
|
636
640
|
z-index: 50 !important;
|
|
637
641
|
}
|
|
638
642
|
|
|
639
|
-
.tina-tailwind
|
|
640
|
-
margin-left:
|
|
643
|
+
.tina-tailwind .mx-auto {
|
|
644
|
+
margin-left: auto !important;
|
|
645
|
+
margin-right: auto !important;
|
|
641
646
|
}
|
|
642
647
|
|
|
643
|
-
.tina-tailwind .mr-
|
|
644
|
-
margin-right:
|
|
648
|
+
.tina-tailwind .mr-2 {
|
|
649
|
+
margin-right: 8px !important;
|
|
645
650
|
}
|
|
646
651
|
|
|
647
|
-
.tina-tailwind .
|
|
648
|
-
margin-
|
|
652
|
+
.tina-tailwind .mb-2 {
|
|
653
|
+
margin-bottom: 8px !important;
|
|
649
654
|
}
|
|
650
655
|
|
|
651
|
-
.tina-tailwind .mb-
|
|
652
|
-
margin-bottom:
|
|
656
|
+
.tina-tailwind .mb-1 {
|
|
657
|
+
margin-bottom: 4px !important;
|
|
653
658
|
}
|
|
654
659
|
|
|
655
|
-
.tina-tailwind
|
|
656
|
-
margin-
|
|
660
|
+
.tina-tailwind .-mt-0\.5 {
|
|
661
|
+
margin-top: -2px !important;
|
|
662
|
+
}
|
|
663
|
+
|
|
664
|
+
.tina-tailwind .-mt-0 {
|
|
665
|
+
margin-top: 0px !important;
|
|
657
666
|
}
|
|
658
667
|
|
|
659
668
|
.tina-tailwind .ml-1 {
|
|
@@ -664,16 +673,12 @@ Document
|
|
|
664
673
|
margin-top: 8px !important;
|
|
665
674
|
}
|
|
666
675
|
|
|
667
|
-
.tina-tailwind .
|
|
668
|
-
margin-
|
|
669
|
-
}
|
|
670
|
-
|
|
671
|
-
.tina-tailwind .mb-0\.5 {
|
|
672
|
-
margin-bottom: 2px !important;
|
|
676
|
+
.tina-tailwind .mr-1\.5 {
|
|
677
|
+
margin-right: 6px !important;
|
|
673
678
|
}
|
|
674
679
|
|
|
675
|
-
.tina-tailwind .
|
|
676
|
-
margin-
|
|
680
|
+
.tina-tailwind .mr-1 {
|
|
681
|
+
margin-right: 4px !important;
|
|
677
682
|
}
|
|
678
683
|
|
|
679
684
|
.tina-tailwind .block {
|
|
@@ -704,10 +709,18 @@ Document
|
|
|
704
709
|
height: auto !important;
|
|
705
710
|
}
|
|
706
711
|
|
|
712
|
+
.tina-tailwind .h-full {
|
|
713
|
+
height: 100% !important;
|
|
714
|
+
}
|
|
715
|
+
|
|
707
716
|
.tina-tailwind .h-6 {
|
|
708
717
|
height: 24px !important;
|
|
709
718
|
}
|
|
710
719
|
|
|
720
|
+
.tina-tailwind .h-10 {
|
|
721
|
+
height: 40px !important;
|
|
722
|
+
}
|
|
723
|
+
|
|
711
724
|
.tina-tailwind .h-5 {
|
|
712
725
|
height: 20px !important;
|
|
713
726
|
}
|
|
@@ -720,48 +733,44 @@ Document
|
|
|
720
733
|
width: 40px !important;
|
|
721
734
|
}
|
|
722
735
|
|
|
723
|
-
.tina-tailwind .w-80 {
|
|
724
|
-
width: 320px !important;
|
|
725
|
-
}
|
|
726
|
-
|
|
727
|
-
.tina-tailwind .w-2\/3 {
|
|
728
|
-
width: 66.666667% !important;
|
|
729
|
-
}
|
|
730
|
-
|
|
731
|
-
.tina-tailwind .w-6 {
|
|
732
|
-
width: 24px !important;
|
|
733
|
-
}
|
|
734
|
-
|
|
735
736
|
.tina-tailwind .w-auto {
|
|
736
737
|
width: auto !important;
|
|
737
738
|
}
|
|
738
739
|
|
|
740
|
+
.tina-tailwind .w-5 {
|
|
741
|
+
width: 20px !important;
|
|
742
|
+
}
|
|
743
|
+
|
|
739
744
|
.tina-tailwind .w-56 {
|
|
740
745
|
width: 224px !important;
|
|
741
746
|
}
|
|
742
747
|
|
|
743
|
-
.tina-tailwind .
|
|
744
|
-
|
|
748
|
+
.tina-tailwind .w-6 {
|
|
749
|
+
width: 24px !important;
|
|
745
750
|
}
|
|
746
751
|
|
|
747
752
|
.tina-tailwind .max-w-lg {
|
|
748
753
|
max-width: 32rem !important;
|
|
749
754
|
}
|
|
750
755
|
|
|
751
|
-
.tina-tailwind .max-w-screen-
|
|
752
|
-
max-width:
|
|
756
|
+
.tina-tailwind .max-w-screen-xl {
|
|
757
|
+
max-width: 1280px !important;
|
|
758
|
+
}
|
|
759
|
+
|
|
760
|
+
.tina-tailwind .max-w-form {
|
|
761
|
+
max-width: 900px !important;
|
|
753
762
|
}
|
|
754
763
|
|
|
755
|
-
.tina-tailwind .max-w-
|
|
756
|
-
max-width:
|
|
764
|
+
.tina-tailwind .max-w-full {
|
|
765
|
+
max-width: 100% !important;
|
|
757
766
|
}
|
|
758
767
|
|
|
759
768
|
.tina-tailwind .flex-1 {
|
|
760
769
|
flex: 1 1 0% !important;
|
|
761
770
|
}
|
|
762
771
|
|
|
763
|
-
.tina-tailwind .
|
|
764
|
-
|
|
772
|
+
.tina-tailwind .table-auto {
|
|
773
|
+
table-layout: auto !important;
|
|
765
774
|
}
|
|
766
775
|
|
|
767
776
|
.tina-tailwind .origin-top-right {
|
|
@@ -783,16 +792,6 @@ Document
|
|
|
783
792
|
transform: var(--tw-transform) !important;
|
|
784
793
|
}
|
|
785
794
|
|
|
786
|
-
.tina-tailwind .rotate-90 {
|
|
787
|
-
--tw-rotate: 90deg !important;
|
|
788
|
-
transform: var(--tw-transform) !important;
|
|
789
|
-
}
|
|
790
|
-
|
|
791
|
-
.tina-tailwind .rotate-0 {
|
|
792
|
-
--tw-rotate: 0deg !important;
|
|
793
|
-
transform: var(--tw-transform) !important;
|
|
794
|
-
}
|
|
795
|
-
|
|
796
795
|
.tina-tailwind .scale-95 {
|
|
797
796
|
--tw-scale-x: .95 !important;
|
|
798
797
|
--tw-scale-y: .95 !important;
|
|
@@ -825,14 +824,6 @@ Document
|
|
|
825
824
|
align-items: stretch !important;
|
|
826
825
|
}
|
|
827
826
|
|
|
828
|
-
.tina-tailwind .justify-start {
|
|
829
|
-
justify-content: flex-start !important;
|
|
830
|
-
}
|
|
831
|
-
|
|
832
|
-
.tina-tailwind .justify-end {
|
|
833
|
-
justify-content: flex-end !important;
|
|
834
|
-
}
|
|
835
|
-
|
|
836
827
|
.tina-tailwind .justify-center {
|
|
837
828
|
justify-content: center !important;
|
|
838
829
|
}
|
|
@@ -853,18 +844,10 @@ Document
|
|
|
853
844
|
gap: 16px !important;
|
|
854
845
|
}
|
|
855
846
|
|
|
856
|
-
.tina-tailwind .gap-1 {
|
|
857
|
-
gap: 4px !important;
|
|
858
|
-
}
|
|
859
|
-
|
|
860
847
|
.tina-tailwind .gap-3 {
|
|
861
848
|
gap: 12px !important;
|
|
862
849
|
}
|
|
863
850
|
|
|
864
|
-
.tina-tailwind .gap-1\.5 {
|
|
865
|
-
gap: 6px !important;
|
|
866
|
-
}
|
|
867
|
-
|
|
868
851
|
.tina-tailwind .divide-y > :not([hidden]) ~ :not([hidden]) {
|
|
869
852
|
--tw-divide-y-reverse: 0 !important;
|
|
870
853
|
border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
|
|
@@ -879,10 +862,6 @@ Document
|
|
|
879
862
|
overflow-y: auto !important;
|
|
880
863
|
}
|
|
881
864
|
|
|
882
|
-
.tina-tailwind .overflow-ellipsis {
|
|
883
|
-
text-overflow: ellipsis !important;
|
|
884
|
-
}
|
|
885
|
-
|
|
886
865
|
.tina-tailwind .whitespace-nowrap {
|
|
887
866
|
white-space: nowrap !important;
|
|
888
867
|
}
|
|
@@ -907,10 +886,6 @@ Document
|
|
|
907
886
|
border-bottom-width: 1px !important;
|
|
908
887
|
}
|
|
909
888
|
|
|
910
|
-
.tina-tailwind .border-r {
|
|
911
|
-
border-right-width: 1px !important;
|
|
912
|
-
}
|
|
913
|
-
|
|
914
889
|
.tina-tailwind .border-gray-200 {
|
|
915
890
|
--tw-border-opacity: 1 !important;
|
|
916
891
|
border-color: rgba(225, 221, 236, var(--tw-border-opacity)) !important;
|
|
@@ -930,8 +905,9 @@ Document
|
|
|
930
905
|
background-color: rgba(246, 246, 249, var(--tw-bg-opacity)) !important;
|
|
931
906
|
}
|
|
932
907
|
|
|
933
|
-
.tina-tailwind .bg-
|
|
934
|
-
|
|
908
|
+
.tina-tailwind .bg-blue-500 {
|
|
909
|
+
--tw-bg-opacity: 1 !important;
|
|
910
|
+
background-color: rgba(0, 132, 255, var(--tw-bg-opacity)) !important;
|
|
935
911
|
}
|
|
936
912
|
|
|
937
913
|
.tina-tailwind .bg-gradient-to-b {
|
|
@@ -943,19 +919,10 @@ Document
|
|
|
943
919
|
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 44, 108, 0)) !important;
|
|
944
920
|
}
|
|
945
921
|
|
|
946
|
-
.tina-tailwind .from-white {
|
|
947
|
-
--tw-gradient-from: #fff !important;
|
|
948
|
-
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
|
|
949
|
-
}
|
|
950
|
-
|
|
951
922
|
.tina-tailwind .to-gray-900 {
|
|
952
923
|
--tw-gradient-to: #252336 !important;
|
|
953
924
|
}
|
|
954
925
|
|
|
955
|
-
.tina-tailwind .to-gray-50 {
|
|
956
|
-
--tw-gradient-to: #F6F6F9 !important;
|
|
957
|
-
}
|
|
958
|
-
|
|
959
926
|
.tina-tailwind .px-4 {
|
|
960
927
|
padding-left: 16px !important;
|
|
961
928
|
padding-right: 16px !important;
|
|
@@ -976,6 +943,21 @@ Document
|
|
|
976
943
|
padding-bottom: 16px !important;
|
|
977
944
|
}
|
|
978
945
|
|
|
946
|
+
.tina-tailwind .px-12 {
|
|
947
|
+
padding-left: 48px !important;
|
|
948
|
+
padding-right: 48px !important;
|
|
949
|
+
}
|
|
950
|
+
|
|
951
|
+
.tina-tailwind .py-10 {
|
|
952
|
+
padding-top: 40px !important;
|
|
953
|
+
padding-bottom: 40px !important;
|
|
954
|
+
}
|
|
955
|
+
|
|
956
|
+
.tina-tailwind .px-20 {
|
|
957
|
+
padding-left: 80px !important;
|
|
958
|
+
padding-right: 80px !important;
|
|
959
|
+
}
|
|
960
|
+
|
|
979
961
|
.tina-tailwind .px-6 {
|
|
980
962
|
padding-left: 24px !important;
|
|
981
963
|
padding-right: 24px !important;
|
|
@@ -991,47 +973,22 @@ Document
|
|
|
991
973
|
padding-bottom: 8px !important;
|
|
992
974
|
}
|
|
993
975
|
|
|
994
|
-
.tina-tailwind .py-7 {
|
|
995
|
-
padding-top: 28px !important;
|
|
996
|
-
padding-bottom: 28px !important;
|
|
997
|
-
}
|
|
998
|
-
|
|
999
|
-
.tina-tailwind .px-8 {
|
|
1000
|
-
padding-left: 32px !important;
|
|
1001
|
-
padding-right: 32px !important;
|
|
1002
|
-
}
|
|
1003
|
-
|
|
1004
|
-
.tina-tailwind .py-2\.5 {
|
|
1005
|
-
padding-top: 10px !important;
|
|
1006
|
-
padding-bottom: 10px !important;
|
|
1007
|
-
}
|
|
1008
|
-
|
|
1009
|
-
.tina-tailwind .py-14 {
|
|
1010
|
-
padding-top: 56px !important;
|
|
1011
|
-
padding-bottom: 56px !important;
|
|
1012
|
-
}
|
|
1013
|
-
|
|
1014
976
|
.tina-tailwind .py-3 {
|
|
1015
977
|
padding-top: 12px !important;
|
|
1016
978
|
padding-bottom: 12px !important;
|
|
1017
979
|
}
|
|
1018
980
|
|
|
1019
|
-
.tina-tailwind .
|
|
1020
|
-
padding-
|
|
1021
|
-
padding-
|
|
1022
|
-
}
|
|
1023
|
-
|
|
1024
|
-
.tina-tailwind .py-10 {
|
|
1025
|
-
padding-top: 40px !important;
|
|
1026
|
-
padding-bottom: 40px !important;
|
|
981
|
+
.tina-tailwind .px-8 {
|
|
982
|
+
padding-left: 32px !important;
|
|
983
|
+
padding-right: 32px !important;
|
|
1027
984
|
}
|
|
1028
985
|
|
|
1029
|
-
.tina-tailwind .
|
|
1030
|
-
padding-
|
|
986
|
+
.tina-tailwind .pb-4 {
|
|
987
|
+
padding-bottom: 16px !important;
|
|
1031
988
|
}
|
|
1032
989
|
|
|
1033
|
-
.tina-tailwind .
|
|
1034
|
-
padding-
|
|
990
|
+
.tina-tailwind .pt-18 {
|
|
991
|
+
padding-top: 72px !important;
|
|
1035
992
|
}
|
|
1036
993
|
|
|
1037
994
|
.tina-tailwind .text-left {
|
|
@@ -1056,40 +1013,26 @@ Document
|
|
|
1056
1013
|
line-height: 1.5 !important;
|
|
1057
1014
|
}
|
|
1058
1015
|
|
|
1059
|
-
.tina-tailwind .text-lg {
|
|
1060
|
-
font-size: 18px !important;
|
|
1061
|
-
line-height: 1.55 !important;
|
|
1062
|
-
}
|
|
1063
|
-
|
|
1064
1016
|
.tina-tailwind .text-sm {
|
|
1065
1017
|
font-size: 14px !important;
|
|
1066
1018
|
line-height: 1.43 !important;
|
|
1067
1019
|
}
|
|
1068
1020
|
|
|
1021
|
+
.tina-tailwind .text-xl {
|
|
1022
|
+
font-size: 20px !important;
|
|
1023
|
+
line-height: 1.4 !important;
|
|
1024
|
+
}
|
|
1025
|
+
|
|
1069
1026
|
.tina-tailwind .text-md {
|
|
1070
1027
|
font-size: 16px !important;
|
|
1071
1028
|
line-height: 1.5 !important;
|
|
1072
1029
|
}
|
|
1073
1030
|
|
|
1074
|
-
.tina-tailwind .text-3xl {
|
|
1075
|
-
font-size: 30px !important;
|
|
1076
|
-
line-height: 1.2 !important;
|
|
1077
|
-
}
|
|
1078
|
-
|
|
1079
1031
|
.tina-tailwind .text-xs {
|
|
1080
1032
|
font-size: 13px !important;
|
|
1081
1033
|
line-height: 1.33 !important;
|
|
1082
1034
|
}
|
|
1083
1035
|
|
|
1084
|
-
.tina-tailwind .text-4xl {
|
|
1085
|
-
font-size: 36px !important;
|
|
1086
|
-
line-height: 1.1 !important;
|
|
1087
|
-
}
|
|
1088
|
-
|
|
1089
|
-
.tina-tailwind .font-bold {
|
|
1090
|
-
font-weight: 700 !important;
|
|
1091
|
-
}
|
|
1092
|
-
|
|
1093
1036
|
.tina-tailwind .font-medium {
|
|
1094
1037
|
font-weight: 500 !important;
|
|
1095
1038
|
}
|
|
@@ -1106,14 +1049,18 @@ Document
|
|
|
1106
1049
|
line-height: 1.5 !important;
|
|
1107
1050
|
}
|
|
1108
1051
|
|
|
1109
|
-
.tina-tailwind .leading-
|
|
1110
|
-
line-height:
|
|
1052
|
+
.tina-tailwind .leading-tight {
|
|
1053
|
+
line-height: 1.25 !important;
|
|
1111
1054
|
}
|
|
1112
1055
|
|
|
1113
1056
|
.tina-tailwind .leading-5 {
|
|
1114
1057
|
line-height: 20px !important;
|
|
1115
1058
|
}
|
|
1116
1059
|
|
|
1060
|
+
.tina-tailwind .leading-4 {
|
|
1061
|
+
line-height: 16px !important;
|
|
1062
|
+
}
|
|
1063
|
+
|
|
1117
1064
|
.tina-tailwind .tracking-wide {
|
|
1118
1065
|
letter-spacing: 0.025em !important;
|
|
1119
1066
|
}
|
|
@@ -1123,24 +1070,23 @@ Document
|
|
|
1123
1070
|
color: rgba(67, 62, 82, var(--tw-text-opacity)) !important;
|
|
1124
1071
|
}
|
|
1125
1072
|
|
|
1126
|
-
.tina-tailwind .text-
|
|
1073
|
+
.tina-tailwind .text-blue-600 {
|
|
1127
1074
|
--tw-text-opacity: 1 !important;
|
|
1128
|
-
color: rgba(
|
|
1075
|
+
color: rgba(5, 116, 228, var(--tw-text-opacity)) !important;
|
|
1129
1076
|
}
|
|
1130
1077
|
|
|
1131
|
-
.tina-tailwind .text-gray-
|
|
1078
|
+
.tina-tailwind .text-gray-500 {
|
|
1132
1079
|
--tw-text-opacity: 1 !important;
|
|
1133
|
-
color: rgba(
|
|
1080
|
+
color: rgba(113, 108, 127, var(--tw-text-opacity)) !important;
|
|
1134
1081
|
}
|
|
1135
1082
|
|
|
1136
|
-
.tina-tailwind .text-
|
|
1083
|
+
.tina-tailwind .text-gray-400 {
|
|
1137
1084
|
--tw-text-opacity: 1 !important;
|
|
1138
|
-
color: rgba(
|
|
1085
|
+
color: rgba(145, 140, 158, var(--tw-text-opacity)) !important;
|
|
1139
1086
|
}
|
|
1140
1087
|
|
|
1141
|
-
.tina-tailwind .text-
|
|
1142
|
-
|
|
1143
|
-
color: rgba(5, 116, 228, var(--tw-text-opacity)) !important;
|
|
1088
|
+
.tina-tailwind .text-current {
|
|
1089
|
+
color: currentColor !important;
|
|
1144
1090
|
}
|
|
1145
1091
|
|
|
1146
1092
|
.tina-tailwind .text-white {
|
|
@@ -1148,56 +1094,66 @@ Document
|
|
|
1148
1094
|
color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
|
|
1149
1095
|
}
|
|
1150
1096
|
|
|
1151
|
-
.tina-tailwind .text-gray-
|
|
1097
|
+
.tina-tailwind .text-gray-600 {
|
|
1152
1098
|
--tw-text-opacity: 1 !important;
|
|
1153
|
-
color: rgba(
|
|
1099
|
+
color: rgba(86, 81, 101, var(--tw-text-opacity)) !important;
|
|
1154
1100
|
}
|
|
1155
1101
|
|
|
1156
|
-
.tina-tailwind .text-gray-
|
|
1102
|
+
.tina-tailwind .text-gray-800 {
|
|
1157
1103
|
--tw-text-opacity: 1 !important;
|
|
1158
|
-
color: rgba(
|
|
1104
|
+
color: rgba(54, 49, 69, var(--tw-text-opacity)) !important;
|
|
1159
1105
|
}
|
|
1160
1106
|
|
|
1161
|
-
.tina-tailwind .text-gray-
|
|
1107
|
+
.tina-tailwind .text-gray-900 {
|
|
1162
1108
|
--tw-text-opacity: 1 !important;
|
|
1163
|
-
color: rgba(
|
|
1109
|
+
color: rgba(37, 35, 54, var(--tw-text-opacity)) !important;
|
|
1164
1110
|
}
|
|
1165
1111
|
|
|
1166
|
-
.tina-tailwind .
|
|
1167
|
-
text-
|
|
1112
|
+
.tina-tailwind .text-blue-500 {
|
|
1113
|
+
--tw-text-opacity: 1 !important;
|
|
1114
|
+
color: rgba(0, 132, 255, var(--tw-text-opacity)) !important;
|
|
1168
1115
|
}
|
|
1169
1116
|
|
|
1170
|
-
.tina-tailwind .
|
|
1171
|
-
opacity:
|
|
1117
|
+
.tina-tailwind .text-blue-400 {
|
|
1118
|
+
--tw-text-opacity: 1 !important;
|
|
1119
|
+
color: rgba(34, 150, 254, var(--tw-text-opacity)) !important;
|
|
1172
1120
|
}
|
|
1173
1121
|
|
|
1174
|
-
.tina-tailwind .
|
|
1175
|
-
|
|
1122
|
+
.tina-tailwind .underline {
|
|
1123
|
+
text-decoration: underline !important;
|
|
1176
1124
|
}
|
|
1177
1125
|
|
|
1178
1126
|
.tina-tailwind .opacity-100 {
|
|
1179
1127
|
opacity: 1 !important;
|
|
1180
1128
|
}
|
|
1181
1129
|
|
|
1182
|
-
.tina-tailwind .opacity-0 {
|
|
1183
|
-
opacity: 0 !important;
|
|
1184
|
-
}
|
|
1185
|
-
|
|
1186
1130
|
.tina-tailwind .opacity-90 {
|
|
1187
1131
|
opacity: .9 !important;
|
|
1188
1132
|
}
|
|
1189
1133
|
|
|
1134
|
+
.tina-tailwind .opacity-80 {
|
|
1135
|
+
opacity: .8 !important;
|
|
1136
|
+
}
|
|
1137
|
+
|
|
1138
|
+
.tina-tailwind .opacity-50 {
|
|
1139
|
+
opacity: .5 !important;
|
|
1140
|
+
}
|
|
1141
|
+
|
|
1190
1142
|
.tina-tailwind .opacity-70 {
|
|
1191
1143
|
opacity: .7 !important;
|
|
1192
1144
|
}
|
|
1193
1145
|
|
|
1146
|
+
.tina-tailwind .opacity-0 {
|
|
1147
|
+
opacity: 0 !important;
|
|
1148
|
+
}
|
|
1149
|
+
|
|
1194
1150
|
.tina-tailwind .shadow-lg {
|
|
1195
1151
|
--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
|
|
1196
1152
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
|
|
1197
1153
|
}
|
|
1198
1154
|
|
|
1199
|
-
.tina-tailwind .shadow-
|
|
1200
|
-
--tw-shadow: 0
|
|
1155
|
+
.tina-tailwind .shadow-2xl {
|
|
1156
|
+
--tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
|
|
1201
1157
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
|
|
1202
1158
|
}
|
|
1203
1159
|
|
|
@@ -1206,6 +1162,11 @@ Document
|
|
|
1206
1162
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
|
|
1207
1163
|
}
|
|
1208
1164
|
|
|
1165
|
+
.tina-tailwind .shadow-sm {
|
|
1166
|
+
--tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
|
|
1167
|
+
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
|
|
1168
|
+
}
|
|
1169
|
+
|
|
1209
1170
|
.tina-tailwind .ring-1 {
|
|
1210
1171
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
|
|
1211
1172
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
|
|
@@ -1225,14 +1186,14 @@ Document
|
|
|
1225
1186
|
filter: var(--tw-filter) !important;
|
|
1226
1187
|
}
|
|
1227
1188
|
|
|
1228
|
-
.tina-tailwind .transition-
|
|
1229
|
-
transition-property:
|
|
1189
|
+
.tina-tailwind .transition-opacity {
|
|
1190
|
+
transition-property: opacity !important;
|
|
1230
1191
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
|
|
1231
1192
|
transition-duration: 150ms !important;
|
|
1232
1193
|
}
|
|
1233
1194
|
|
|
1234
|
-
.tina-tailwind .transition-
|
|
1235
|
-
transition-property:
|
|
1195
|
+
.tina-tailwind .transition-colors {
|
|
1196
|
+
transition-property: background-color, border-color, color, fill, stroke !important;
|
|
1236
1197
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
|
|
1237
1198
|
transition-duration: 150ms !important;
|
|
1238
1199
|
}
|
|
@@ -1249,38 +1210,55 @@ Document
|
|
|
1249
1210
|
transition-duration: 150ms !important;
|
|
1250
1211
|
}
|
|
1251
1212
|
|
|
1252
|
-
.tina-tailwind .duration-150 {
|
|
1253
|
-
transition-duration: 150ms !important;
|
|
1254
|
-
}
|
|
1255
|
-
|
|
1256
1213
|
.tina-tailwind .duration-300 {
|
|
1257
1214
|
transition-duration: 300ms !important;
|
|
1258
1215
|
}
|
|
1259
1216
|
|
|
1260
|
-
.tina-tailwind .duration-
|
|
1261
|
-
transition-duration:
|
|
1217
|
+
.tina-tailwind .duration-150 {
|
|
1218
|
+
transition-duration: 150ms !important;
|
|
1262
1219
|
}
|
|
1263
1220
|
|
|
1264
1221
|
.tina-tailwind .duration-100 {
|
|
1265
1222
|
transition-duration: 100ms !important;
|
|
1266
1223
|
}
|
|
1267
1224
|
|
|
1225
|
+
.tina-tailwind .duration-75 {
|
|
1226
|
+
transition-duration: 75ms !important;
|
|
1227
|
+
}
|
|
1228
|
+
|
|
1268
1229
|
.tina-tailwind .ease-out {
|
|
1269
1230
|
transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
|
|
1270
1231
|
}
|
|
1271
1232
|
|
|
1233
|
+
.tina-tailwind .ease-in {
|
|
1234
|
+
transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
|
|
1235
|
+
}
|
|
1236
|
+
|
|
1272
1237
|
.tina-tailwind .ease-in-out {
|
|
1273
1238
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
|
|
1274
1239
|
}
|
|
1275
1240
|
|
|
1276
|
-
.tina-tailwind .
|
|
1277
|
-
|
|
1278
|
-
}
|
|
1241
|
+
.tina-tailwind .icon-parent svg {
|
|
1242
|
+
fill: currentColor !important;
|
|
1243
|
+
}
|
|
1279
1244
|
|
|
1280
1245
|
.tina-tailwind {
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1246
|
+
font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
1247
|
+
--tw-text-opacity: 1;
|
|
1248
|
+
color: rgba(86, 81, 101, var(--tw-text-opacity));
|
|
1249
|
+
}
|
|
1250
|
+
|
|
1251
|
+
.first\:pt-3:first-child {
|
|
1252
|
+
padding-top: 12px !important;
|
|
1253
|
+
}
|
|
1254
|
+
|
|
1255
|
+
.last\:pb-3:last-child {
|
|
1256
|
+
padding-bottom: 12px !important;
|
|
1257
|
+
}
|
|
1258
|
+
|
|
1259
|
+
.hover\:bg-blue-600:hover {
|
|
1260
|
+
--tw-bg-opacity: 1 !important;
|
|
1261
|
+
background-color: rgba(5, 116, 228, var(--tw-bg-opacity)) !important;
|
|
1284
1262
|
}
|
|
1285
1263
|
|
|
1286
1264
|
.hover\:bg-gray-50:hover {
|
|
@@ -1293,9 +1271,9 @@ Document
|
|
|
1293
1271
|
color: rgba(5, 116, 228, var(--tw-text-opacity)) !important;
|
|
1294
1272
|
}
|
|
1295
1273
|
|
|
1296
|
-
.hover\:text-blue-
|
|
1274
|
+
.hover\:text-blue-400:hover {
|
|
1297
1275
|
--tw-text-opacity: 1 !important;
|
|
1298
|
-
color: rgba(
|
|
1276
|
+
color: rgba(34, 150, 254, var(--tw-text-opacity)) !important;
|
|
1299
1277
|
}
|
|
1300
1278
|
|
|
1301
1279
|
.hover\:opacity-100:hover {
|
|
@@ -1306,29 +1284,36 @@ Document
|
|
|
1306
1284
|
opacity: .8 !important;
|
|
1307
1285
|
}
|
|
1308
1286
|
|
|
1309
|
-
.focus\:
|
|
1310
|
-
|
|
1311
|
-
|
|
1287
|
+
.focus\:text-blue-400:focus {
|
|
1288
|
+
--tw-text-opacity: 1 !important;
|
|
1289
|
+
color: rgba(34, 150, 254, var(--tw-text-opacity)) !important;
|
|
1312
1290
|
}
|
|
1313
1291
|
|
|
1314
|
-
.
|
|
1315
|
-
|
|
1292
|
+
.focus\:underline:focus {
|
|
1293
|
+
text-decoration: underline !important;
|
|
1316
1294
|
}
|
|
1317
1295
|
|
|
1318
|
-
.
|
|
1319
|
-
|
|
1296
|
+
.focus\:shadow-outline:focus {
|
|
1297
|
+
--tw-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
|
|
1298
|
+
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
|
|
1320
1299
|
}
|
|
1321
1300
|
|
|
1322
|
-
|
|
1301
|
+
.focus\:outline-none:focus {
|
|
1302
|
+
outline: 2px solid transparent !important;
|
|
1303
|
+
outline-offset: 2px !important;
|
|
1304
|
+
}
|
|
1323
1305
|
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1306
|
+
.focus\:ring-2:focus {
|
|
1307
|
+
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
|
|
1308
|
+
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
|
|
1309
|
+
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
|
|
1327
1310
|
}
|
|
1328
1311
|
|
|
1329
|
-
|
|
1312
|
+
.focus\:ring-blue-500:focus {
|
|
1313
|
+
--tw-ring-opacity: 1 !important;
|
|
1314
|
+
--tw-ring-color: rgba(0, 132, 255, var(--tw-ring-opacity)) !important;
|
|
1315
|
+
}
|
|
1330
1316
|
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
}
|
|
1317
|
+
.group:hover .group-hover\:opacity-100 {
|
|
1318
|
+
opacity: 1 !important;
|
|
1334
1319
|
}
|