9remote 2.0.59 → 2.0.65

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.
@@ -825,6 +825,17 @@ button {
825
825
  border-radius: var(--radius-brand);
826
826
  transition: background-color 0.3s ease, border-color 0.3s ease;
827
827
  }
828
+ /* Elevated cards — soft shadow, no flat border (web parity) */
829
+ .card-elev {
830
+ background: var(--surface);
831
+ box-shadow: var(--shadow-elev);
832
+ border: 1px solid var(--border-subtle);
833
+ border-radius: var(--radius-brand-lg);
834
+ transition: box-shadow 0.2s ease, border-color 0.2s ease;
835
+ }
836
+ .card-elev:hover {
837
+ border-color: var(--border);
838
+ }
828
839
  /* Glass card — kept for backward compat */
829
840
  .glass-card {
830
841
  background: var(--glass-bg);
@@ -992,6 +1003,9 @@ button {
992
1003
  .mb-2{
993
1004
  margin-bottom: 0.5rem;
994
1005
  }
1006
+ .mb-2\.5{
1007
+ margin-bottom: 0.625rem;
1008
+ }
995
1009
  .mb-3{
996
1010
  margin-bottom: 0.75rem;
997
1011
  }
@@ -1037,6 +1051,9 @@ button {
1037
1051
  .h-1\.5{
1038
1052
  height: 0.375rem;
1039
1053
  }
1054
+ .h-10{
1055
+ height: 2.5rem;
1056
+ }
1040
1057
  .h-16{
1041
1058
  height: 4rem;
1042
1059
  }
@@ -1085,6 +1102,9 @@ button {
1085
1102
  .w-1\.5{
1086
1103
  width: 0.375rem;
1087
1104
  }
1105
+ .w-10{
1106
+ width: 2.5rem;
1107
+ }
1088
1108
  .w-11{
1089
1109
  width: 2.75rem;
1090
1110
  }
@@ -1331,10 +1351,6 @@ button {
1331
1351
  .bg-black\/40{
1332
1352
  background-color: rgb(0 0 0 / 0.4);
1333
1353
  }
1334
- .bg-gray-400{
1335
- --tw-bg-opacity: 1;
1336
- background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
1337
- }
1338
1354
  .bg-green-400{
1339
1355
  --tw-bg-opacity: 1;
1340
1356
  background-color: rgb(74 222 128 / var(--tw-bg-opacity, 1));
@@ -1343,10 +1359,6 @@ button {
1343
1359
  --tw-bg-opacity: 1;
1344
1360
  background-color: rgb(251 146 60 / var(--tw-bg-opacity, 1));
1345
1361
  }
1346
- .bg-red-500{
1347
- --tw-bg-opacity: 1;
1348
- background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
1349
- }
1350
1362
  .bg-transparent{
1351
1363
  background-color: transparent;
1352
1364
  }
@@ -1431,9 +1443,9 @@ button {
1431
1443
  padding-top: 0.75rem;
1432
1444
  padding-bottom: 0.75rem;
1433
1445
  }
1434
- .py-4{
1435
- padding-top: 1rem;
1436
- padding-bottom: 1rem;
1446
+ .py-5{
1447
+ padding-top: 1.25rem;
1448
+ padding-bottom: 1.25rem;
1437
1449
  }
1438
1450
  .py-8{
1439
1451
  padding-top: 2rem;
@@ -1445,18 +1457,21 @@ button {
1445
1457
  .pb-3{
1446
1458
  padding-bottom: 0.75rem;
1447
1459
  }
1460
+ .pb-4{
1461
+ padding-bottom: 1rem;
1462
+ }
1448
1463
  .pl-12{
1449
1464
  padding-left: 3rem;
1450
1465
  }
1466
+ .pl-6{
1467
+ padding-left: 1.5rem;
1468
+ }
1451
1469
  .pr-8{
1452
1470
  padding-right: 2rem;
1453
1471
  }
1454
1472
  .pt-2{
1455
1473
  padding-top: 0.5rem;
1456
1474
  }
1457
- .pt-4{
1458
- padding-top: 1rem;
1459
- }
1460
1475
  .pt-5{
1461
1476
  padding-top: 1.25rem;
1462
1477
  }
@@ -1488,8 +1503,11 @@ button {
1488
1503
  .text-\[16px\]{
1489
1504
  font-size: 16px;
1490
1505
  }
1491
- .text-\[18px\]{
1492
- font-size: 18px;
1506
+ .text-\[19px\]{
1507
+ font-size: 19px;
1508
+ }
1509
+ .text-\[22px\]{
1510
+ font-size: 22px;
1493
1511
  }
1494
1512
  .text-base{
1495
1513
  font-size: 1rem;
@@ -1548,10 +1566,6 @@ button {
1548
1566
  --tw-text-opacity: 1;
1549
1567
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
1550
1568
  }
1551
- .text-green-400{
1552
- --tw-text-opacity: 1;
1553
- color: rgb(74 222 128 / var(--tw-text-opacity, 1));
1554
- }
1555
1569
  .text-red-400{
1556
1570
  --tw-text-opacity: 1;
1557
1571
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
@@ -1612,6 +1626,9 @@ button {
1612
1626
  .duration-300{
1613
1627
  transition-duration: 300ms;
1614
1628
  }
1629
+ .duration-500{
1630
+ transition-duration: 500ms;
1631
+ }
1615
1632
  .ease-linear{
1616
1633
  transition-timing-function: linear;
1617
1634
  }
@@ -1620,8 +1637,8 @@ button {
1620
1637
  }
1621
1638
  /* Design tokens — synced with web/app/globals.css */
1622
1639
  :root {
1623
- --radius-brand: 10px;
1624
- --radius-brand-lg: 14px;
1640
+ --radius-brand: 12px;
1641
+ --radius-brand-lg: 18px;
1625
1642
  }
1626
1643
  /* Light theme — GitBook-style softer brand (web light) */
1627
1644
  :root[data-theme="light"] {
@@ -1645,6 +1662,20 @@ button {
1645
1662
  --glass-hover: rgba(255, 255, 255, 0.8);
1646
1663
  --grid-opacity: 0.08;
1647
1664
  --header-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
1665
+ --surface-3: #E7E7E9;
1666
+ --text-subtle: #9CA3AF;
1667
+ --success: #10B981;
1668
+ --success-rgb: 16, 185, 129;
1669
+ --danger: #CF222E;
1670
+ --danger-rgb: 207, 34, 46;
1671
+ --warn: #D97706;
1672
+ --warn-rgb: 217, 119, 6;
1673
+ --info: #7C3AED;
1674
+ --shadow-soft: 0 1px 2px 0 rgba(0, 0, 0, 0.04);
1675
+ --shadow-elev:
1676
+ inset 0 1px 0 0 rgba(255, 255, 255, 0.9),
1677
+ 0 1px 2px rgba(15, 23, 42, 0.05),
1678
+ 0 16px 44px -12px rgba(15, 23, 42, 0.16);
1648
1679
  }
1649
1680
  /* Dark theme — Claude-like neutral warm dark (web default) */
1650
1681
  :root[data-theme="dark"] {
@@ -1668,6 +1699,20 @@ button {
1668
1699
  --glass-hover: rgba(48, 48, 48, 0.8);
1669
1700
  --grid-opacity: 0.04;
1670
1701
  --header-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
1702
+ --surface-3: #3A3A3A;
1703
+ --text-subtle: #6B7280;
1704
+ --success: #22C55E;
1705
+ --success-rgb: 34, 197, 94;
1706
+ --danger: #EF4444;
1707
+ --danger-rgb: 239, 68, 68;
1708
+ --warn: #F59E0B;
1709
+ --warn-rgb: 245, 158, 11;
1710
+ --info: #A855F7;
1711
+ --shadow-soft: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
1712
+ --shadow-elev:
1713
+ inset 0 1px 0 0 rgba(255, 255, 255, 0.06),
1714
+ 0 2px 4px rgba(0, 0, 0, 0.4),
1715
+ 0 20px 56px -12px rgba(0, 0, 0, 0.7);
1671
1716
  }
1672
1717
  /* Brand-tinted text selection (9router) */
1673
1718
  ::-moz-selection {
@@ -1836,9 +1881,9 @@ button {
1836
1881
  padding-left: 2.5rem;
1837
1882
  padding-right: 2.5rem;
1838
1883
  }
1839
- .lg\:text-xl{
1840
- font-size: 1.25rem;
1841
- line-height: 1.75rem;
1884
+ .lg\:text-2xl{
1885
+ font-size: 1.5rem;
1886
+ line-height: 2rem;
1842
1887
  }
1843
1888
  }
1844
1889
  @media (min-width: 1280px){