9remote 2.0.73 → 2.0.75

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.
@@ -1035,6 +1035,10 @@ button {
1035
1035
  margin-left: -0.75rem;
1036
1036
  margin-right: -0.75rem;
1037
1037
  }
1038
+ .mx-1{
1039
+ margin-left: 0.25rem;
1040
+ margin-right: 0.25rem;
1041
+ }
1038
1042
  .mx-auto{
1039
1043
  margin-left: auto;
1040
1044
  margin-right: auto;
@@ -1078,6 +1082,9 @@ button {
1078
1082
  .block{
1079
1083
  display: block;
1080
1084
  }
1085
+ .inline-block{
1086
+ display: inline-block;
1087
+ }
1081
1088
  .inline{
1082
1089
  display: inline;
1083
1090
  }
@@ -1129,6 +1136,12 @@ button {
1129
1136
  .h-8{
1130
1137
  height: 2rem;
1131
1138
  }
1139
+ .h-\[10px\]{
1140
+ height: 10px;
1141
+ }
1142
+ .h-\[14px\]{
1143
+ height: 14px;
1144
+ }
1132
1145
  .h-\[26px\]{
1133
1146
  height: 26px;
1134
1147
  }
@@ -1147,8 +1160,11 @@ button {
1147
1160
  .min-h-0{
1148
1161
  min-height: 0px;
1149
1162
  }
1150
- .min-h-\[58px\]{
1151
- min-height: 58px;
1163
+ .min-h-\[128px\]{
1164
+ min-height: 128px;
1165
+ }
1166
+ .min-h-\[164px\]{
1167
+ min-height: 164px;
1152
1168
  }
1153
1169
  .w-1{
1154
1170
  width: 0.25rem;
@@ -1189,12 +1205,18 @@ button {
1189
1205
  .w-80{
1190
1206
  width: 20rem;
1191
1207
  }
1208
+ .w-\[10px\]{
1209
+ width: 10px;
1210
+ }
1192
1211
  .w-\[264px\]{
1193
1212
  width: 264px;
1194
1213
  }
1195
1214
  .w-\[46px\]{
1196
1215
  width: 46px;
1197
1216
  }
1217
+ .w-\[7px\]{
1218
+ width: 7px;
1219
+ }
1198
1220
  .w-full{
1199
1221
  width: 100%;
1200
1222
  }
@@ -1266,6 +1288,14 @@ button {
1266
1288
  .transform{
1267
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));
1268
1290
  }
1291
+ @keyframes pulse{
1292
+ 50%{
1293
+ opacity: .5;
1294
+ }
1295
+ }
1296
+ .animate-pulse{
1297
+ animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
1298
+ }
1269
1299
  @keyframes spin{
1270
1300
  to{
1271
1301
  transform: rotate(360deg);
@@ -1649,6 +1679,9 @@ button {
1649
1679
  .leading-5{
1650
1680
  line-height: 1.25rem;
1651
1681
  }
1682
+ .leading-\[1\.7\]{
1683
+ line-height: 1.7;
1684
+ }
1652
1685
  .leading-tight{
1653
1686
  line-height: 1.25;
1654
1687
  }
@@ -1682,6 +1715,9 @@ button {
1682
1715
  .opacity-100{
1683
1716
  opacity: 1;
1684
1717
  }
1718
+ .opacity-60{
1719
+ opacity: 0.6;
1720
+ }
1685
1721
  .shadow-lg{
1686
1722
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
1687
1723
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
@@ -1725,6 +1761,9 @@ button {
1725
1761
  .duration-150{
1726
1762
  transition-duration: 150ms;
1727
1763
  }
1764
+ .duration-200{
1765
+ transition-duration: 200ms;
1766
+ }
1728
1767
  .duration-300{
1729
1768
  transition-duration: 300ms;
1730
1769
  }
@@ -1927,8 +1966,13 @@ button {
1927
1966
  .card-act:hover { background: var(--surface-2); color: var(--text-main); }
1928
1967
  .card-del { color: var(--text-muted); transition: all 0.15s ease; }
1929
1968
  .card-del:hover { background: rgba(239,68,68,0.15); color: #ef4444; }
1930
- .dashed-card { border: 1px dashed var(--border); color: var(--text-muted); transition: all 0.15s ease; }
1931
- .dashed-card:hover { border-color: var(--brand-500); color: var(--brand-500); background: var(--brand-tint); }
1969
+ .dashed-card { border: 1px dashed rgba(230,106,74,0.4); background: rgba(230,106,74,0.05); color: var(--text-muted); transition: all 0.15s ease; }
1970
+ .dashed-card:hover { border-color: var(--brand-500); color: var(--brand-500); background: var(--brand-tint); transform: translateY(-4px); }
1971
+ /* Terminal-window card action buttons (on dark titlebar) */
1972
+ .tw-act { color: rgba(251,191,36,0.7); transition: all 0.15s ease; }
1973
+ .tw-act:hover { background: rgba(251,191,36,0.15); color: #fcd34d; }
1974
+ .tw-del { color: rgba(248,113,113,0.7); transition: all 0.15s ease; }
1975
+ .tw-del:hover { background: rgba(239,68,68,0.2); color: #fca5a5; }
1932
1976
  /* Terminal input — brand focus ring (web parity; tailwind brand color unavailable here) */
1933
1977
  .term-input:focus { box-shadow: 0 0 0 2px rgba(var(--brand-rgb), 0.4); }
1934
1978
  .first\:border-t-0:first-child{
@@ -1940,6 +1984,10 @@ button {
1940
1984
  .last\:border-0:last-child{
1941
1985
  border-width: 0px;
1942
1986
  }
1987
+ .hover\:-translate-y-1:hover{
1988
+ --tw-translate-y: -0.25rem;
1989
+ 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));
1990
+ }
1943
1991
  .hover\:underline:hover{
1944
1992
  text-decoration-line: underline;
1945
1993
  }
@@ -1959,8 +2007,8 @@ button {
1959
2007
  display: none;
1960
2008
  }
1961
2009
  @media (min-width: 640px){
1962
- .sm\:grid-cols-2{
1963
- grid-template-columns: repeat(2, minmax(0, 1fr));
2010
+ .sm\:grid-cols-3{
2011
+ grid-template-columns: repeat(3, minmax(0, 1fr));
1964
2012
  }
1965
2013
  .sm\:px-4{
1966
2014
  padding-left: 1rem;
@@ -1982,8 +2030,8 @@ button {
1982
2030
  .lg\:block{
1983
2031
  display: block;
1984
2032
  }
1985
- .lg\:grid-cols-3{
1986
- grid-template-columns: repeat(3, minmax(0, 1fr));
2033
+ .lg\:grid-cols-4{
2034
+ grid-template-columns: repeat(4, minmax(0, 1fr));
1987
2035
  }
1988
2036
  .lg\:px-10{
1989
2037
  padding-left: 2.5rem;
@@ -1998,7 +2046,7 @@ button {
1998
2046
  }
1999
2047
  }
2000
2048
  @media (min-width: 1280px){
2001
- .xl\:grid-cols-4{
2002
- grid-template-columns: repeat(4, minmax(0, 1fr));
2049
+ .xl\:grid-cols-5{
2050
+ grid-template-columns: repeat(5, minmax(0, 1fr));
2003
2051
  }
2004
2052
  }