@nation-a/ui 0.8.0 → 0.9.0

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.
@@ -308,6 +308,14 @@ progress {
308
308
  --made-with-panda: '🐼';
309
309
  }
310
310
 
311
+ html:not(#\#),body:not(#\#) {
312
+ margin: var(--spacing-0);
313
+ padding: var(--spacing-0);
314
+ max-width: 100vw;
315
+ color: var(--colors-content-neutral-default);
316
+ background-color: var(--colors-surface-base);
317
+ }
318
+
311
319
  *:not(#\#),:not(#\#)::before,:not(#\#)::after,:not(#\#)::backdrop {
312
320
  --blur: /*-*/ /*-*/;
313
321
  --brightness: /*-*/ /*-*/;
@@ -563,16 +571,40 @@ progress {
563
571
  --spacing-2: 0.5rem;
564
572
  --spacing-3: 0.75rem;
565
573
  --spacing-4: 1rem;
574
+ --spacing-5: 1.25rem;
566
575
  --spacing-6: 1.5rem;
576
+ --spacing-7: 1.75rem;
567
577
  --spacing-8: 2rem;
578
+ --spacing-9: 2.25rem;
579
+ --spacing-10: 2.5rem;
580
+ --spacing-11: 2.75rem;
568
581
  --spacing-12: 3rem;
582
+ --spacing-14: 3.5rem;
583
+ --spacing-16: 4rem;
569
584
  --spacing-20: 5rem;
585
+ --spacing-24: 6rem;
586
+ --spacing-28: 7rem;
570
587
  --spacing-30: 7.5rem;
588
+ --spacing-32: 8rem;
589
+ --spacing-36: 9rem;
590
+ --spacing-40: 10rem;
591
+ --spacing-44: 11rem;
592
+ --spacing-48: 12rem;
593
+ --spacing-52: 13rem;
571
594
  --spacing-56: 14rem;
595
+ --spacing-60: 15rem;
596
+ --spacing-64: 16rem;
572
597
  --spacing-72: 18rem;
598
+ --spacing-80: 20rem;
599
+ --spacing-96: 24rem;
573
600
  --spacing-98: 24rem;
574
601
  --spacing-128: 32rem;
575
602
  --spacing-160: 40rem;
603
+ --spacing-0\.5: 0.125rem;
604
+ --spacing-1\.5: 0.375rem;
605
+ --spacing-2\.5: 0.625rem;
606
+ --spacing-3\.5: 0.875rem;
607
+ --spacing-4\.5: 1.125rem;
576
608
  --radii-none: 0px;
577
609
  --radii-xs: 2px;
578
610
  --radii-sm: 4px;
@@ -914,7 +946,7 @@ progress {
914
946
  }
915
947
 
916
948
  .gap_5:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
917
- gap: 5px;
949
+ gap: var(--spacing-5);
918
950
  }
919
951
 
920
952
  .gap_6:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
@@ -922,7 +954,7 @@ progress {
922
954
  }
923
955
 
924
956
  .gap_7:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
925
- gap: 7px;
957
+ gap: var(--spacing-7);
926
958
  }
927
959
 
928
960
  .gap_8:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
@@ -930,11 +962,11 @@ progress {
930
962
  }
931
963
 
932
964
  .gap_9:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
933
- gap: 9px;
965
+ gap: var(--spacing-9);
934
966
  }
935
967
 
936
968
  .gap_10:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
937
- gap: 10px;
969
+ gap: var(--spacing-10);
938
970
  }
939
971
 
940
972
  .pos_fixed:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
@@ -1296,6 +1328,78 @@ progress {
1296
1328
  padding: 8px;
1297
1329
  }
1298
1330
 
1331
+ .gap_10px:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
1332
+ gap: 10px;
1333
+ }
1334
+
1335
+ .c_content\.neutral\.subtle:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
1336
+ color: var(--colors-content-neutral-subtle);
1337
+ }
1338
+
1339
+ .ta_start:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
1340
+ text-align: start;
1341
+ }
1342
+
1343
+ .cursor_text:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
1344
+ cursor: text;
1345
+ }
1346
+
1347
+ .bd_1:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
1348
+ border: 1px;
1349
+ }
1350
+
1351
+ .p_2:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
1352
+ padding: var(--spacing-2);
1353
+ }
1354
+
1355
+ .min-h_56px:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
1356
+ min-height: 56px;
1357
+ }
1358
+
1359
+ .min-h_48px:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
1360
+ min-height: 48px;
1361
+ }
1362
+
1363
+ .max-h_60px:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
1364
+ max-height: 60px;
1365
+ }
1366
+
1367
+ .bdr_8:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
1368
+ border-radius: 8px;
1369
+ }
1370
+
1371
+ .px_2:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
1372
+ padding-inline: var(--spacing-2);
1373
+ }
1374
+
1375
+ .bdr_16:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
1376
+ border-radius: 16px;
1377
+ }
1378
+
1379
+ .bdr_9999:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
1380
+ border-radius: 9999px;
1381
+ }
1382
+
1383
+ .c_content\.neutral\.disabled:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
1384
+ color: var(--colors-content-neutral-disabled);
1385
+ }
1386
+
1387
+ .bg_black\.500A:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
1388
+ background: var(--colors-black-500-a);
1389
+ }
1390
+
1391
+ .bg_background\.neutral\.disabled:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
1392
+ background: var(--colors-background-neutral-disabled);
1393
+ }
1394
+
1395
+ .d_inline-block:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
1396
+ display: inline-block;
1397
+ }
1398
+
1399
+ .c_content\.static\.white\.bold:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
1400
+ color: var(--colors-content-static-white-bold);
1401
+ }
1402
+
1299
1403
  .bg_surface\.layer_1:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
1300
1404
  background: var(--colors-surface-layer_1);
1301
1405
  }
@@ -1312,10 +1416,6 @@ progress {
1312
1416
  width: 64px;
1313
1417
  }
1314
1418
 
1315
- .px_2:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
1316
- padding-inline: var(--spacing-2);
1317
- }
1318
-
1319
1419
  .c_content\.neutral\.subtlest:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
1320
1420
  color: var(--colors-content-neutral-subtlest);
1321
1421
  }
@@ -1324,10 +1424,6 @@ progress {
1324
1424
  gap: 2rem;
1325
1425
  }
1326
1426
 
1327
- .d_inline-block:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
1328
- display: inline-block;
1329
- }
1330
-
1331
1427
  .bdr-se_full:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
1332
1428
  border-start-end-radius: var(--radii-full);
1333
1429
  }
@@ -1420,6 +1516,10 @@ progress {
1420
1516
  color: currentcolor;
1421
1517
  }
1422
1518
 
1519
+ .ta_end:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
1520
+ text-align: end;
1521
+ }
1522
+
1423
1523
  .ai_center:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
1424
1524
  align-items: center;
1425
1525
  }
@@ -1681,7 +1781,7 @@ progress {
1681
1781
  }
1682
1782
 
1683
1783
  .cg_5:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
1684
- column-gap: 5px;
1784
+ column-gap: var(--spacing-5);
1685
1785
  }
1686
1786
 
1687
1787
  .cg_6:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
@@ -1689,7 +1789,7 @@ progress {
1689
1789
  }
1690
1790
 
1691
1791
  .cg_7:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
1692
- column-gap: 7px;
1792
+ column-gap: var(--spacing-7);
1693
1793
  }
1694
1794
 
1695
1795
  .cg_8:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
@@ -1697,11 +1797,11 @@ progress {
1697
1797
  }
1698
1798
 
1699
1799
  .cg_9:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
1700
- column-gap: 9px;
1800
+ column-gap: var(--spacing-9);
1701
1801
  }
1702
1802
 
1703
1803
  .cg_10:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
1704
- column-gap: 10px;
1804
+ column-gap: var(--spacing-10);
1705
1805
  }
1706
1806
 
1707
1807
  .rg_0:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
@@ -1725,7 +1825,7 @@ progress {
1725
1825
  }
1726
1826
 
1727
1827
  .rg_5:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
1728
- row-gap: 5px;
1828
+ row-gap: var(--spacing-5);
1729
1829
  }
1730
1830
 
1731
1831
  .rg_6:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
@@ -1733,7 +1833,7 @@ progress {
1733
1833
  }
1734
1834
 
1735
1835
  .rg_7:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
1736
- row-gap: 7px;
1836
+ row-gap: var(--spacing-7);
1737
1837
  }
1738
1838
 
1739
1839
  .rg_8:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
@@ -1741,11 +1841,11 @@ progress {
1741
1841
  }
1742
1842
 
1743
1843
  .rg_9:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
1744
- row-gap: 9px;
1844
+ row-gap: var(--spacing-9);
1745
1845
  }
1746
1846
 
1747
1847
  .rg_10:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
1748
- row-gap: 10px;
1848
+ row-gap: var(--spacing-10);
1749
1849
  }
1750
1850
 
1751
1851
  .bg-c_\#ffffff:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
@@ -1843,6 +1943,22 @@ progress {
1843
1943
  right: var(--spacing-4);
1844
1944
  }
1845
1945
 
1946
+ .pl_1:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
1947
+ padding-left: var(--spacing-1);
1948
+ }
1949
+
1950
+ .bd-c_transparent:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
1951
+ border-color: transparent;
1952
+ }
1953
+
1954
+ .bd-c_border\.neutral\.subtle:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
1955
+ border-color: var(--colors-border-neutral-subtle);
1956
+ }
1957
+
1958
+ .bd-c_border\.neutral\.disabled:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
1959
+ border-color: var(--colors-border-neutral-disabled);
1960
+ }
1961
+
1846
1962
  .pt_2:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
1847
1963
  padding-top: var(--spacing-2);
1848
1964
  }
@@ -1871,16 +1987,20 @@ progress {
1871
1987
  animation-duration: var(--durations-slowest);
1872
1988
  }
1873
1989
 
1874
- .pl_1:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
1875
- padding-left: var(--spacing-1);
1990
+ .ff_inter:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
1991
+ font-family: var(--fonts-inter);
1876
1992
  }
1877
1993
 
1878
1994
  .ff_notoSans:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
1879
1995
  font-family: var(--fonts-noto-sans);
1880
1996
  }
1881
1997
 
1882
- .ff_inter:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
1883
- font-family: var(--fonts-inter);
1998
+ .pr_1:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
1999
+ padding-right: var(--spacing-1);
2000
+ }
2001
+
2002
+ .mt_-0\.5:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
2003
+ margin-top: calc(var(--spacing-0\.5) * -1);
1884
2004
  }
1885
2005
 
1886
2006
  :root:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .light\:flex-flow_column,.light:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .light\:flex-flow_column,.dark:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .dark\:flex-flow_column {
@@ -1920,7 +2040,7 @@ progress {
1920
2040
  }
1921
2041
 
1922
2042
  :root:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .light\:gap_5,.light:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .light\:gap_5,.dark:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .dark\:gap_5 {
1923
- gap: 5px;
2043
+ gap: var(--spacing-5);
1924
2044
  }
1925
2045
 
1926
2046
  :root:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .light\:gap_6,.light:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .light\:gap_6,.dark:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .dark\:gap_6 {
@@ -1928,7 +2048,7 @@ progress {
1928
2048
  }
1929
2049
 
1930
2050
  :root:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .light\:gap_7,.light:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .light\:gap_7,.dark:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .dark\:gap_7 {
1931
- gap: 7px;
2051
+ gap: var(--spacing-7);
1932
2052
  }
1933
2053
 
1934
2054
  :root:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .light\:gap_8,.light:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .light\:gap_8,.dark:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .dark\:gap_8 {
@@ -1936,11 +2056,11 @@ progress {
1936
2056
  }
1937
2057
 
1938
2058
  :root:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .light\:gap_9,.light:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .light\:gap_9,.dark:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .dark\:gap_9 {
1939
- gap: 9px;
2059
+ gap: var(--spacing-9);
1940
2060
  }
1941
2061
 
1942
2062
  :root:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .light\:gap_10,.light:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .light\:gap_10,.dark:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .dark\:gap_10 {
1943
- gap: 10px;
2063
+ gap: var(--spacing-10);
1944
2064
  }
1945
2065
 
1946
2066
  .hidden\:d_none:is([hidden]):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
@@ -2007,6 +2127,46 @@ progress {
2007
2127
  animation: var(--animations-dialog-out);
2008
2128
  }
2009
2129
 
2130
+ .\[\&_textarea\,_\&_input\]\:ring_none:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) textarea,.\[\&_textarea\,_\&_input\]\:ring_none:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) input {
2131
+ outline: var(--borders-none);
2132
+ }
2133
+
2134
+ .\[\&_textarea\,_\&_input\]\:w_100\%:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) textarea,.\[\&_textarea\,_\&_input\]\:w_100\%:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) input {
2135
+ width: 100%;
2136
+ }
2137
+
2138
+ .\[\&_textarea\,_\&_input\]\:h_100\%:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) textarea,.\[\&_textarea\,_\&_input\]\:h_100\%:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) input {
2139
+ height: 100%;
2140
+ }
2141
+
2142
+ .\[\&_textarea\]\:bg_transparent:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) textarea {
2143
+ background: transparent;
2144
+ }
2145
+
2146
+ .\[\&_textarea\]\:h_100\%:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) textarea {
2147
+ height: 100%;
2148
+ }
2149
+
2150
+ .\[\&_textarea\]\:resize_none:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) textarea {
2151
+ resize: none;
2152
+ }
2153
+
2154
+ .\[\&\:\:placeholder\]\:c_content\.static\.white\.subtlest:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::placeholder {
2155
+ color: var(--colors-content-static-white-subtlest);
2156
+ }
2157
+
2158
+ .\[\&\:\:placeholder\]\:c_content\.neutral\.subtlest:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::placeholder {
2159
+ color: var(--colors-content-neutral-subtlest);
2160
+ }
2161
+
2162
+ .\[\&\:\:placeholder\]\:c_content\.static\.white\.disabled:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::placeholder {
2163
+ color: var(--colors-content-static-white-disabled);
2164
+ }
2165
+
2166
+ .\[\&\:\:placeholder\]\:c_content\.neutral\.disabled:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#)::placeholder {
2167
+ color: var(--colors-content-neutral-disabled);
2168
+ }
2169
+
2010
2170
  .selected\:c_content\.neutral\.default:is([aria-selected=true], [data-selected]):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
2011
2171
  color: var(--colors-content-neutral-default);
2012
2172
  }
@@ -2276,7 +2436,7 @@ progress {
2276
2436
  }
2277
2437
 
2278
2438
  :root:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .light\:cg_5,.light:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .light\:cg_5,.dark:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .dark\:cg_5 {
2279
- column-gap: 5px;
2439
+ column-gap: var(--spacing-5);
2280
2440
  }
2281
2441
 
2282
2442
  :root:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .light\:cg_6,.light:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .light\:cg_6,.dark:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .dark\:cg_6 {
@@ -2284,7 +2444,7 @@ progress {
2284
2444
  }
2285
2445
 
2286
2446
  :root:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .light\:cg_7,.light:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .light\:cg_7,.dark:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .dark\:cg_7 {
2287
- column-gap: 7px;
2447
+ column-gap: var(--spacing-7);
2288
2448
  }
2289
2449
 
2290
2450
  :root:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .light\:cg_8,.light:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .light\:cg_8,.dark:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .dark\:cg_8 {
@@ -2292,11 +2452,11 @@ progress {
2292
2452
  }
2293
2453
 
2294
2454
  :root:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .light\:cg_9,.light:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .light\:cg_9,.dark:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .dark\:cg_9 {
2295
- column-gap: 9px;
2455
+ column-gap: var(--spacing-9);
2296
2456
  }
2297
2457
 
2298
2458
  :root:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .light\:cg_10,.light:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .light\:cg_10,.dark:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .dark\:cg_10 {
2299
- column-gap: 10px;
2459
+ column-gap: var(--spacing-10);
2300
2460
  }
2301
2461
 
2302
2462
  :root:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .light\:rg_0,.light:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .light\:rg_0,.dark:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .dark\:rg_0 {
@@ -2320,7 +2480,7 @@ progress {
2320
2480
  }
2321
2481
 
2322
2482
  :root:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .light\:rg_5,.light:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .light\:rg_5,.dark:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .dark\:rg_5 {
2323
- row-gap: 5px;
2483
+ row-gap: var(--spacing-5);
2324
2484
  }
2325
2485
 
2326
2486
  :root:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .light\:rg_6,.light:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .light\:rg_6,.dark:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .dark\:rg_6 {
@@ -2328,7 +2488,7 @@ progress {
2328
2488
  }
2329
2489
 
2330
2490
  :root:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .light\:rg_7,.light:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .light\:rg_7,.dark:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .dark\:rg_7 {
2331
- row-gap: 7px;
2491
+ row-gap: var(--spacing-7);
2332
2492
  }
2333
2493
 
2334
2494
  :root:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .light\:rg_8,.light:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .light\:rg_8,.dark:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .dark\:rg_8 {
@@ -2336,17 +2496,21 @@ progress {
2336
2496
  }
2337
2497
 
2338
2498
  :root:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .light\:rg_9,.light:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .light\:rg_9,.dark:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .dark\:rg_9 {
2339
- row-gap: 9px;
2499
+ row-gap: var(--spacing-9);
2340
2500
  }
2341
2501
 
2342
2502
  :root:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .light\:rg_10,.light:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .light\:rg_10,.dark:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) .dark\:rg_10 {
2343
- row-gap: 10px;
2503
+ row-gap: var(--spacing-10);
2344
2504
  }
2345
2505
 
2346
2506
  .disabled\:bd-c_border\.neutral\.disabled:is(:disabled, [disabled], [data-disabled]):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
2347
2507
  border-color: var(--colors-border-neutral-disabled);
2348
2508
  }
2349
2509
 
2510
+ .\[\&_textarea\]\:ov-y_auto:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) textarea {
2511
+ overflow-y: auto;
2512
+ }
2513
+
2350
2514
  @media (hover: hover) and (pointer: fine) {
2351
2515
  .hover\:bg_background\.neuroidPrimary\.selected:is(:hover, [data-hover]):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
2352
2516
  background: var(--colors-background-neuroid-primary-selected);