9remote 2.1.10 → 2.1.14

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
  }
@@ -1372,9 +1382,6 @@ button {
1372
1382
  .max-w-md{
1373
1383
  max-width: 28rem;
1374
1384
  }
1375
- .max-w-none{
1376
- max-width: none;
1377
- }
1378
1385
  .max-w-sm{
1379
1386
  max-width: 24rem;
1380
1387
  }
@@ -1452,6 +1459,9 @@ button {
1452
1459
  .cursor-row-resize{
1453
1460
  cursor: row-resize;
1454
1461
  }
1462
+ .touch-none{
1463
+ touch-action: none;
1464
+ }
1455
1465
  .select-none{
1456
1466
  -webkit-user-select: none;
1457
1467
  -moz-user-select: none;
@@ -1539,6 +1549,11 @@ button {
1539
1549
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
1540
1550
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
1541
1551
  }
1552
+ .space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
1553
+ --tw-space-y-reverse: 0;
1554
+ margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
1555
+ margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
1556
+ }
1542
1557
  .space-y-2 > :not([hidden]) ~ :not([hidden]){
1543
1558
  --tw-space-y-reverse: 0;
1544
1559
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
@@ -1736,6 +1751,10 @@ button {
1736
1751
  .bg-\[length\:20px_20px\]{
1737
1752
  background-size: 20px 20px;
1738
1753
  }
1754
+ .object-contain{
1755
+ -o-object-fit: contain;
1756
+ object-fit: contain;
1757
+ }
1739
1758
  .object-cover{
1740
1759
  -o-object-fit: cover;
1741
1760
  object-fit: cover;
@@ -1864,6 +1883,9 @@ button {
1864
1883
  .pb-1{
1865
1884
  padding-bottom: 0.25rem;
1866
1885
  }
1886
+ .pb-1\.5{
1887
+ padding-bottom: 0.375rem;
1888
+ }
1867
1889
  .pb-2{
1868
1890
  padding-bottom: 0.5rem;
1869
1891
  }
@@ -1903,6 +1925,9 @@ button {
1903
1925
  .pr-8{
1904
1926
  padding-right: 2rem;
1905
1927
  }
1928
+ .pt-1\.5{
1929
+ padding-top: 0.375rem;
1930
+ }
1906
1931
  .pt-2{
1907
1932
  padding-top: 0.5rem;
1908
1933
  }
@@ -1952,12 +1977,18 @@ button {
1952
1977
  .text-\[13px\]{
1953
1978
  font-size: 13px;
1954
1979
  }
1980
+ .text-\[14px\]{
1981
+ font-size: 14px;
1982
+ }
1955
1983
  .text-\[15px\]{
1956
1984
  font-size: 15px;
1957
1985
  }
1958
1986
  .text-\[16px\]{
1959
1987
  font-size: 16px;
1960
1988
  }
1989
+ .text-\[18px\]{
1990
+ font-size: 18px;
1991
+ }
1961
1992
  .text-\[20px\]{
1962
1993
  font-size: 20px;
1963
1994
  }