9remote 2.1.9 → 2.1.12

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.
@@ -1085,6 +1085,10 @@ button {
1085
1085
  margin-left: auto;
1086
1086
  margin-right: auto;
1087
1087
  }
1088
+ .my-0\.5{
1089
+ margin-top: 0.125rem;
1090
+ margin-bottom: 0.125rem;
1091
+ }
1088
1092
  .my-2{
1089
1093
  margin-top: 0.5rem;
1090
1094
  margin-bottom: 0.5rem;
@@ -1230,6 +1234,9 @@ button {
1230
1234
  .max-h-\[400px\]{
1231
1235
  max-height: 400px;
1232
1236
  }
1237
+ .max-h-\[60vh\]{
1238
+ max-height: 60vh;
1239
+ }
1233
1240
  .max-h-\[90vh\]{
1234
1241
  max-height: 90vh;
1235
1242
  }
@@ -1338,8 +1345,8 @@ button {
1338
1345
  .min-w-\[180px\]{
1339
1346
  min-width: 180px;
1340
1347
  }
1341
- .min-w-\[200px\]{
1342
- min-width: 200px;
1348
+ .min-w-\[220px\]{
1349
+ min-width: 220px;
1343
1350
  }
1344
1351
  .min-w-\[72px\]{
1345
1352
  min-width: 72px;
@@ -1360,6 +1367,9 @@ button {
1360
1367
  .max-w-\[160px\]{
1361
1368
  max-width: 160px;
1362
1369
  }
1370
+ .max-w-\[55\%\]{
1371
+ max-width: 55%;
1372
+ }
1363
1373
  .max-w-\[90vw\]{
1364
1374
  max-width: 90vw;
1365
1375
  }
@@ -1452,6 +1462,9 @@ button {
1452
1462
  .cursor-row-resize{
1453
1463
  cursor: row-resize;
1454
1464
  }
1465
+ .touch-none{
1466
+ touch-action: none;
1467
+ }
1455
1468
  .select-none{
1456
1469
  -webkit-user-select: none;
1457
1470
  -moz-user-select: none;
@@ -1539,6 +1552,11 @@ button {
1539
1552
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
1540
1553
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
1541
1554
  }
1555
+ .space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
1556
+ --tw-space-y-reverse: 0;
1557
+ margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
1558
+ margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
1559
+ }
1542
1560
  .space-y-2 > :not([hidden]) ~ :not([hidden]){
1543
1561
  --tw-space-y-reverse: 0;
1544
1562
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
@@ -1864,6 +1882,9 @@ button {
1864
1882
  .pb-1{
1865
1883
  padding-bottom: 0.25rem;
1866
1884
  }
1885
+ .pb-1\.5{
1886
+ padding-bottom: 0.375rem;
1887
+ }
1867
1888
  .pb-2{
1868
1889
  padding-bottom: 0.5rem;
1869
1890
  }
@@ -1903,6 +1924,9 @@ button {
1903
1924
  .pr-8{
1904
1925
  padding-right: 2rem;
1905
1926
  }
1927
+ .pt-1\.5{
1928
+ padding-top: 0.375rem;
1929
+ }
1906
1930
  .pt-2{
1907
1931
  padding-top: 0.5rem;
1908
1932
  }
@@ -1952,12 +1976,18 @@ button {
1952
1976
  .text-\[13px\]{
1953
1977
  font-size: 13px;
1954
1978
  }
1979
+ .text-\[14px\]{
1980
+ font-size: 14px;
1981
+ }
1955
1982
  .text-\[15px\]{
1956
1983
  font-size: 15px;
1957
1984
  }
1958
1985
  .text-\[16px\]{
1959
1986
  font-size: 16px;
1960
1987
  }
1988
+ .text-\[18px\]{
1989
+ font-size: 18px;
1990
+ }
1961
1991
  .text-\[20px\]{
1962
1992
  font-size: 20px;
1963
1993
  }