@mongoosejs/studio 0.0.96 → 0.0.98

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.
@@ -618,11 +618,6 @@ video {
618
618
  inset: 0px;
619
619
  }
620
620
 
621
- .inset-x-0 {
622
- left: 0px;
623
- right: 0px;
624
- }
625
-
626
621
  .right-0 {
627
622
  right: 0px;
628
623
  }
@@ -635,52 +630,12 @@ video {
635
630
  top: 0.25rem;
636
631
  }
637
632
 
638
- .top-\[90\%\] {
639
- top: 90%;
640
- }
641
-
642
- .bottom-0 {
643
- bottom: 0px;
644
- }
645
-
646
- .top-1\/2 {
647
- top: 50%;
648
- }
649
-
650
- .top-full {
651
- top: 100%;
652
- }
653
-
654
- .top-0 {
655
- top: 0px;
656
- }
657
-
658
- .top-\[100px\] {
659
- top: 100px;
660
- }
661
-
662
- .top-\[80px\] {
663
- top: 80px;
664
- }
665
-
666
- .top-\[60px\] {
667
- top: 60px;
668
- }
669
-
670
633
  .top-\[65px\] {
671
634
  top: 65px;
672
635
  }
673
636
 
674
- .top-\[70px\] {
675
- top: 70px;
676
- }
677
-
678
- .left-0 {
679
- left: 0px;
680
- }
681
-
682
- .top-\[55px\] {
683
- top: 55px;
637
+ .top-\[90\%\] {
638
+ top: 90%;
684
639
  }
685
640
 
686
641
  .isolate {
@@ -691,6 +646,10 @@ video {
691
646
  z-index: 10;
692
647
  }
693
648
 
649
+ .z-20 {
650
+ z-index: 20;
651
+ }
652
+
694
653
  .z-40 {
695
654
  z-index: 40;
696
655
  }
@@ -699,14 +658,6 @@ video {
699
658
  z-index: 50;
700
659
  }
701
660
 
702
- .z-20 {
703
- z-index: 20;
704
- }
705
-
706
- .z-30 {
707
- z-index: 30;
708
- }
709
-
710
661
  .col-start-1 {
711
662
  grid-column-start: 1;
712
663
  }
@@ -719,10 +670,6 @@ video {
719
670
  margin: 0px;
720
671
  }
721
672
 
722
- .-m-2 {
723
- margin: -0.5rem;
724
- }
725
-
726
673
  .-mx-4 {
727
674
  margin-left: -1rem;
728
675
  margin-right: -1rem;
@@ -756,6 +703,10 @@ video {
756
703
  margin-left: -0.125rem;
757
704
  }
758
705
 
706
+ .-ml-2 {
707
+ margin-left: -0.5rem;
708
+ }
709
+
759
710
  .-ml-px {
760
711
  margin-left: -1px;
761
712
  }
@@ -828,14 +779,6 @@ video {
828
779
  margin-top: 2rem;
829
780
  }
830
781
 
831
- .-ml-2 {
832
- margin-left: -0.5rem;
833
- }
834
-
835
- .-ml-4 {
836
- margin-left: -1rem;
837
- }
838
-
839
782
  .block {
840
783
  display: block;
841
784
  }
@@ -887,6 +830,10 @@ video {
887
830
  height: 2rem;
888
831
  }
889
832
 
833
+ .\!h-\[55px\] {
834
+ height: 55px !important;
835
+ }
836
+
890
837
  .\!h-\[90vh\] {
891
838
  height: 90vh !important;
892
839
  }
@@ -911,6 +858,10 @@ video {
911
858
  height: 1.25rem;
912
859
  }
913
860
 
861
+ .h-6 {
862
+ height: 1.5rem;
863
+ }
864
+
914
865
  .h-8 {
915
866
  height: 2rem;
916
867
  }
@@ -943,46 +894,26 @@ video {
943
894
  height: 1px;
944
895
  }
945
896
 
946
- .\!h-\[55px\] {
947
- height: 55px !important;
948
- }
949
-
950
- .h-6 {
951
- height: 1.5rem;
952
- }
953
-
954
- .h-0 {
955
- height: 0px;
956
- }
957
-
958
- .h-0\.5 {
959
- height: 0.125rem;
960
- }
961
-
962
- .h-\[170px\] {
963
- height: 170px;
964
- }
965
-
966
- .h-\[190px\] {
967
- height: 190px;
968
- }
969
-
970
- .h-\[55px\] {
971
- height: 55px;
897
+ .max-h-\[50vh\] {
898
+ max-height: 50vh;
972
899
  }
973
900
 
974
- .max-h-\[30vh\] {
975
- max-height: 30vh;
901
+ .\!w-0 {
902
+ width: 0px !important;
976
903
  }
977
904
 
978
- .max-h-\[50vh\] {
979
- max-height: 50vh;
905
+ .\!w-64 {
906
+ width: 16rem !important;
980
907
  }
981
908
 
982
909
  .\!w-\[90vw\] {
983
910
  width: 90vw !important;
984
911
  }
985
912
 
913
+ .w-0 {
914
+ width: 0px;
915
+ }
916
+
986
917
  .w-16 {
987
918
  width: 4rem;
988
919
  }
@@ -1003,6 +934,10 @@ video {
1003
934
  width: 1.25rem;
1004
935
  }
1005
936
 
937
+ .w-6 {
938
+ width: 1.5rem;
939
+ }
940
+
1006
941
  .w-64 {
1007
942
  width: 16rem;
1008
943
  }
@@ -1019,34 +954,6 @@ video {
1019
954
  width: 100%;
1020
955
  }
1021
956
 
1022
- .w-6 {
1023
- width: 1.5rem;
1024
- }
1025
-
1026
- .w-\[170px\] {
1027
- width: 170px;
1028
- }
1029
-
1030
- .w-\[200px\] {
1031
- width: 200px;
1032
- }
1033
-
1034
- .w-0 {
1035
- width: 0px;
1036
- }
1037
-
1038
- .w-\[255px\] {
1039
- width: 255px;
1040
- }
1041
-
1042
- .\!w-0 {
1043
- width: 0px !important;
1044
- }
1045
-
1046
- .\!w-64 {
1047
- width: 16rem !important;
1048
- }
1049
-
1050
957
  .min-w-0 {
1051
958
  min-width: 0px;
1052
959
  }
@@ -1059,34 +966,14 @@ video {
1059
966
  max-width: 64rem;
1060
967
  }
1061
968
 
1062
- .max-w-\[calc\(100\%-6\.5rem\)\] {
1063
- max-width: calc(100% - 6.5rem);
1064
- }
1065
-
1066
- .max-w-\[calc\(100vw-25rem\)\] {
1067
- max-width: calc(100vw - 25rem);
969
+ .max-w-\[calc\(100vw-4rem\)\] {
970
+ max-width: calc(100vw - 4rem);
1068
971
  }
1069
972
 
1070
973
  .max-w-xs {
1071
974
  max-width: 20rem;
1072
975
  }
1073
976
 
1074
- .max-w-7xl {
1075
- max-width: 80rem;
1076
- }
1077
-
1078
- .max-w-\[100vw\] {
1079
- max-width: 100vw;
1080
- }
1081
-
1082
- .max-w-\[calc\(100vw-6rem\)\] {
1083
- max-width: calc(100vw - 6rem);
1084
- }
1085
-
1086
- .max-w-\[calc\(100vw-4rem\)\] {
1087
- max-width: calc(100vw - 4rem);
1088
- }
1089
-
1090
977
  .flex-1 {
1091
978
  flex: 1 1 0%;
1092
979
  }
@@ -1128,11 +1015,6 @@ video {
1128
1015
  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));
1129
1016
  }
1130
1017
 
1131
- .-translate-x-full {
1132
- --tw-translate-x: -100%;
1133
- 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));
1134
- }
1135
-
1136
1018
  .translate-x-full {
1137
1019
  --tw-translate-x: 100%;
1138
1020
  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));
@@ -1150,6 +1032,10 @@ video {
1150
1032
  cursor: pointer;
1151
1033
  }
1152
1034
 
1035
+ .resize-none {
1036
+ resize: none;
1037
+ }
1038
+
1153
1039
  .list-disc {
1154
1040
  list-style-type: disc;
1155
1041
  }
@@ -1168,10 +1054,6 @@ video {
1168
1054
  grid-template-columns: repeat(2, minmax(0, 1fr));
1169
1055
  }
1170
1056
 
1171
- .grid-cols-5 {
1172
- grid-template-columns: repeat(5, minmax(0, 1fr));
1173
- }
1174
-
1175
1057
  .flex-row {
1176
1058
  flex-direction: row;
1177
1059
  }
@@ -1184,6 +1066,10 @@ video {
1184
1066
  align-items: flex-start;
1185
1067
  }
1186
1068
 
1069
+ .items-end {
1070
+ align-items: flex-end;
1071
+ }
1072
+
1187
1073
  .items-center {
1188
1074
  align-items: center;
1189
1075
  }
@@ -1224,10 +1110,6 @@ video {
1224
1110
  gap: 2rem;
1225
1111
  }
1226
1112
 
1227
- .gap-16 {
1228
- gap: 4rem;
1229
- }
1230
-
1231
1113
  .gap-x-4 {
1232
1114
  -moz-column-gap: 1rem;
1233
1115
  column-gap: 1rem;
@@ -1252,36 +1134,24 @@ video {
1252
1134
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
1253
1135
  }
1254
1136
 
1255
- .space-x-3 > :not([hidden]) ~ :not([hidden]) {
1256
- --tw-space-x-reverse: 0;
1257
- margin-right: calc(0.75rem * var(--tw-space-x-reverse));
1258
- margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
1259
- }
1260
-
1261
1137
  .space-y-1 > :not([hidden]) ~ :not([hidden]) {
1262
1138
  --tw-space-y-reverse: 0;
1263
1139
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
1264
1140
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
1265
1141
  }
1266
1142
 
1267
- .space-y-4 > :not([hidden]) ~ :not([hidden]) {
1268
- --tw-space-y-reverse: 0;
1269
- margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
1270
- margin-bottom: calc(1rem * var(--tw-space-y-reverse));
1271
- }
1272
-
1273
- .space-x-0 > :not([hidden]) ~ :not([hidden]) {
1274
- --tw-space-x-reverse: 0;
1275
- margin-right: calc(0px * var(--tw-space-x-reverse));
1276
- margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
1277
- }
1278
-
1279
1143
  .space-y-2 > :not([hidden]) ~ :not([hidden]) {
1280
1144
  --tw-space-y-reverse: 0;
1281
1145
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
1282
1146
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
1283
1147
  }
1284
1148
 
1149
+ .space-y-4 > :not([hidden]) ~ :not([hidden]) {
1150
+ --tw-space-y-reverse: 0;
1151
+ margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
1152
+ margin-bottom: calc(1rem * var(--tw-space-y-reverse));
1153
+ }
1154
+
1285
1155
  .divide-y > :not([hidden]) ~ :not([hidden]) {
1286
1156
  --tw-divide-y-reverse: 0;
1287
1157
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
@@ -1435,6 +1305,11 @@ video {
1435
1305
  border-color: rgb(63 83 255 / var(--tw-border-opacity));
1436
1306
  }
1437
1307
 
1308
+ .bg-black {
1309
+ --tw-bg-opacity: 1;
1310
+ background-color: rgb(0 0 0 / var(--tw-bg-opacity));
1311
+ }
1312
+
1438
1313
  .bg-blue-200 {
1439
1314
  --tw-bg-opacity: 1;
1440
1315
  background-color: rgb(191 219 254 / var(--tw-bg-opacity));
@@ -1599,42 +1474,10 @@ video {
1599
1474
  background-color: rgb(253 224 71 / var(--tw-bg-opacity));
1600
1475
  }
1601
1476
 
1602
- .bg-indigo-600 {
1603
- --tw-bg-opacity: 1;
1604
- background-color: rgb(79 70 229 / var(--tw-bg-opacity));
1605
- }
1606
-
1607
- .bg-black {
1608
- --tw-bg-opacity: 1;
1609
- background-color: rgb(0 0 0 / var(--tw-bg-opacity));
1610
- }
1611
-
1612
- .bg-opacity-25 {
1613
- --tw-bg-opacity: 0.25;
1614
- }
1615
-
1616
1477
  .bg-opacity-40 {
1617
1478
  --tw-bg-opacity: 0.4;
1618
1479
  }
1619
1480
 
1620
- .bg-cover {
1621
- background-size: cover;
1622
- }
1623
-
1624
- .bg-center {
1625
- background-position: center;
1626
- }
1627
-
1628
- .object-cover {
1629
- -o-object-fit: cover;
1630
- object-fit: cover;
1631
- }
1632
-
1633
- .object-center {
1634
- -o-object-position: center;
1635
- object-position: center;
1636
- }
1637
-
1638
1481
  .p-1 {
1639
1482
  padding: 0.25rem;
1640
1483
  }
@@ -1720,26 +1563,6 @@ video {
1720
1563
  padding-bottom: 1.5rem;
1721
1564
  }
1722
1565
 
1723
- .px-\[10px\] {
1724
- padding-left: 10px;
1725
- padding-right: 10px;
1726
- }
1727
-
1728
- .py-10 {
1729
- padding-top: 2.5rem;
1730
- padding-bottom: 2.5rem;
1731
- }
1732
-
1733
- .py-\[10px\] {
1734
- padding-top: 10px;
1735
- padding-bottom: 10px;
1736
- }
1737
-
1738
- .px-1\.5 {
1739
- padding-left: 0.375rem;
1740
- padding-right: 0.375rem;
1741
- }
1742
-
1743
1566
  .pb-2 {
1744
1567
  padding-bottom: 0.5rem;
1745
1568
  }
@@ -1788,14 +1611,6 @@ video {
1788
1611
  padding-top: 1px;
1789
1612
  }
1790
1613
 
1791
- .pb-12 {
1792
- padding-bottom: 3rem;
1793
- }
1794
-
1795
- .pt-5 {
1796
- padding-top: 1.25rem;
1797
- }
1798
-
1799
1614
  .text-left {
1800
1615
  text-align: left;
1801
1616
  }
@@ -1889,6 +1704,11 @@ video {
1889
1704
  color: rgb(0 242 58 / var(--tw-text-opacity));
1890
1705
  }
1891
1706
 
1707
+ .text-gray-300 {
1708
+ --tw-text-opacity: 1;
1709
+ color: rgb(209 213 219 / var(--tw-text-opacity));
1710
+ }
1711
+
1892
1712
  .text-gray-400 {
1893
1713
  --tw-text-opacity: 1;
1894
1714
  color: rgb(156 163 175 / var(--tw-text-opacity));
@@ -1944,6 +1764,11 @@ video {
1944
1764
  color: rgb(0 168 165 / var(--tw-text-opacity));
1945
1765
  }
1946
1766
 
1767
+ .text-ultramarine-700 {
1768
+ --tw-text-opacity: 1;
1769
+ color: rgb(7 19 250 / var(--tw-text-opacity));
1770
+ }
1771
+
1947
1772
  .text-valencia-500 {
1948
1773
  --tw-text-opacity: 1;
1949
1774
  color: rgb(220 73 73 / var(--tw-text-opacity));
@@ -1954,16 +1779,6 @@ video {
1954
1779
  color: rgb(255 255 255 / var(--tw-text-opacity));
1955
1780
  }
1956
1781
 
1957
- .text-indigo-600 {
1958
- --tw-text-opacity: 1;
1959
- color: rgb(79 70 229 / var(--tw-text-opacity));
1960
- }
1961
-
1962
- .text-ultramarine-700 {
1963
- --tw-text-opacity: 1;
1964
- color: rgb(7 19 250 / var(--tw-text-opacity));
1965
- }
1966
-
1967
1782
  .accent-sky-600 {
1968
1783
  accent-color: #0284c7;
1969
1784
  }
@@ -1972,14 +1787,6 @@ video {
1972
1787
  opacity: 0.5;
1973
1788
  }
1974
1789
 
1975
- .opacity-0 {
1976
- opacity: 0;
1977
- }
1978
-
1979
- .opacity-100 {
1980
- opacity: 1;
1981
- }
1982
-
1983
1790
  .shadow-lg {
1984
1791
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
1985
1792
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
@@ -1992,18 +1799,6 @@ video {
1992
1799
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1993
1800
  }
1994
1801
 
1995
- .shadow {
1996
- --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
1997
- --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
1998
- box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1999
- }
2000
-
2001
- .shadow-xl {
2002
- --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
2003
- --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
2004
- box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
2005
- }
2006
-
2007
1802
  .outline-none {
2008
1803
  outline: 2px solid transparent;
2009
1804
  outline-offset: 2px;
@@ -2078,14 +1873,14 @@ video {
2078
1873
  transition-duration: 150ms;
2079
1874
  }
2080
1875
 
2081
- .transition-colors {
2082
- transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
1876
+ .transition-all {
1877
+ transition-property: all;
2083
1878
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
2084
1879
  transition-duration: 150ms;
2085
1880
  }
2086
1881
 
2087
- .transition-opacity {
2088
- transition-property: opacity;
1882
+ .transition-colors {
1883
+ transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
2089
1884
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
2090
1885
  transition-duration: 150ms;
2091
1886
  }
@@ -2096,16 +1891,6 @@ video {
2096
1891
  transition-duration: 150ms;
2097
1892
  }
2098
1893
 
2099
- .transition-all {
2100
- transition-property: all;
2101
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
2102
- transition-duration: 150ms;
2103
- }
2104
-
2105
- .duration-150 {
2106
- transition-duration: 150ms;
2107
- }
2108
-
2109
1894
  .duration-200 {
2110
1895
  transition-duration: 200ms;
2111
1896
  }
@@ -2114,22 +1899,10 @@ video {
2114
1899
  transition-duration: 300ms;
2115
1900
  }
2116
1901
 
2117
- .ease-in {
2118
- transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
2119
- }
2120
-
2121
- .ease-out {
2122
- transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
2123
- }
2124
-
2125
1902
  .ease-in-out {
2126
1903
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
2127
1904
  }
2128
1905
 
2129
- .ease-linear {
2130
- transition-timing-function: linear;
2131
- }
2132
-
2133
1906
  .placeholder\:text-gray-400::-moz-placeholder {
2134
1907
  --tw-text-opacity: 1;
2135
1908
  color: rgb(156 163 175 / var(--tw-text-opacity));
@@ -2155,10 +1928,6 @@ video {
2155
1928
  --tw-ring-color: rgb(0 168 165 / var(--tw-ring-opacity));
2156
1929
  }
2157
1930
 
2158
- .hover\:border-b:hover {
2159
- border-bottom-width: 1px;
2160
- }
2161
-
2162
1931
  .hover\:border-gray-300:hover {
2163
1932
  --tw-border-opacity: 1;
2164
1933
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
@@ -2179,6 +1948,11 @@ video {
2179
1948
  background-color: rgb(0 242 58 / var(--tw-bg-opacity));
2180
1949
  }
2181
1950
 
1951
+ .hover\:bg-gray-100:hover {
1952
+ --tw-bg-opacity: 1;
1953
+ background-color: rgb(243 244 246 / var(--tw-bg-opacity));
1954
+ }
1955
+
2182
1956
  .hover\:bg-gray-200:hover {
2183
1957
  --tw-bg-opacity: 1;
2184
1958
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
@@ -2274,11 +2048,6 @@ video {
2274
2048
  background-color: rgb(220 73 73 / var(--tw-bg-opacity));
2275
2049
  }
2276
2050
 
2277
- .hover\:bg-gray-100:hover {
2278
- --tw-bg-opacity: 1;
2279
- background-color: rgb(243 244 246 / var(--tw-bg-opacity));
2280
- }
2281
-
2282
2051
  .hover\:text-gray-700:hover {
2283
2052
  --tw-text-opacity: 1;
2284
2053
  color: rgb(55 65 81 / var(--tw-text-opacity));
@@ -2289,16 +2058,6 @@ video {
2289
2058
  color: rgb(10 87 87 / var(--tw-text-opacity));
2290
2059
  }
2291
2060
 
2292
- .hover\:text-black:hover {
2293
- --tw-text-opacity: 1;
2294
- color: rgb(0 0 0 / var(--tw-text-opacity));
2295
- }
2296
-
2297
- .hover\:text-gray-800:hover {
2298
- --tw-text-opacity: 1;
2299
- color: rgb(31 41 55 / var(--tw-text-opacity));
2300
- }
2301
-
2302
2061
  .focus\:z-10:focus {
2303
2062
  z-index: 10;
2304
2063
  }
@@ -2497,10 +2256,6 @@ video {
2497
2256
  margin-top: 0px;
2498
2257
  }
2499
2258
 
2500
- .sm\:mt-5 {
2501
- margin-top: 1.25rem;
2502
- }
2503
-
2504
2259
  .sm\:flex {
2505
2260
  display: flex;
2506
2261
  }
@@ -2518,15 +2273,6 @@ video {
2518
2273
  flex: none;
2519
2274
  }
2520
2275
 
2521
- .sm\:translate-y-px {
2522
- --tw-translate-y: 1px;
2523
- 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));
2524
- }
2525
-
2526
- .sm\:transform {
2527
- 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));
2528
- }
2529
-
2530
2276
  .sm\:flex-col {
2531
2277
  flex-direction: column;
2532
2278
  }
@@ -2582,10 +2328,6 @@ video {
2582
2328
  }
2583
2329
 
2584
2330
  @media (min-width: 768px) {
2585
- .md\:relative {
2586
- position: relative;
2587
- }
2588
-
2589
2331
  .md\:block {
2590
2332
  display: block;
2591
2333
  }
@@ -2594,31 +2336,27 @@ video {
2594
2336
  display: none;
2595
2337
  }
2596
2338
 
2597
- .md\:w-64 {
2598
- width: 16rem;
2339
+ .md\:p-3 {
2340
+ padding: 0.75rem;
2599
2341
  }
2600
2342
  }
2601
2343
 
2602
2344
  @media (min-width: 1024px) {
2345
+ .lg\:relative {
2346
+ position: relative;
2347
+ }
2348
+
2603
2349
  .lg\:-mx-8 {
2604
2350
  margin-left: -2rem;
2605
2351
  margin-right: -2rem;
2606
2352
  }
2607
2353
 
2608
- .lg\:block {
2609
- display: block;
2610
- }
2611
-
2612
- .lg\:hidden {
2613
- display: none;
2614
- }
2615
-
2616
- .lg\:flex-1 {
2617
- flex: 1 1 0%;
2354
+ .lg\:w-64 {
2355
+ width: 16rem;
2618
2356
  }
2619
2357
 
2620
- .lg\:self-stretch {
2621
- align-self: stretch;
2358
+ .lg\:max-w-\[calc\(100vw-20rem\)\] {
2359
+ max-width: calc(100vw - 20rem);
2622
2360
  }
2623
2361
 
2624
2362
  .lg\:px-8 {