@prisma/studio-core 0.0.0-dev.202506110118 → 0.0.0-dev.202506110203
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.
- package/dist/metafile-cjs.json +1 -1
- package/dist/metafile-esm.json +1 -1
- package/dist/ui/index.css +644 -882
- package/package.json +2 -1
package/dist/ui/index.css
CHANGED
|
@@ -521,7 +521,9 @@
|
|
|
521
521
|
@supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
|
|
522
522
|
.ps ::placeholder {
|
|
523
523
|
color: currentcolor;
|
|
524
|
-
|
|
524
|
+
}
|
|
525
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
526
|
+
.ps ::placeholder {
|
|
525
527
|
color: color-mix(in oklab, currentcolor 50%, transparent);
|
|
526
528
|
}
|
|
527
529
|
}
|
|
@@ -731,11 +733,15 @@
|
|
|
731
733
|
line-height: var(--tw-leading, var(--text-xs--line-height));
|
|
732
734
|
--tw-leading: 1;
|
|
733
735
|
line-height: 1;
|
|
734
|
-
|
|
736
|
+
}
|
|
737
|
+
@media (width >= 48rem) {
|
|
738
|
+
.ps .cell-input-leading {
|
|
735
739
|
font-size: var(--text-xs);
|
|
736
740
|
line-height: var(--tw-leading, var(--text-xs--line-height));
|
|
737
741
|
}
|
|
738
|
-
|
|
742
|
+
}
|
|
743
|
+
@media (width >= 48rem) {
|
|
744
|
+
.ps .cell-input-leading {
|
|
739
745
|
--tw-leading: 1;
|
|
740
746
|
line-height: 1;
|
|
741
747
|
}
|
|
@@ -1089,26 +1095,20 @@
|
|
|
1089
1095
|
.ps .gap-px {
|
|
1090
1096
|
gap: 1px;
|
|
1091
1097
|
}
|
|
1092
|
-
.ps .space-y-1\.5 {
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
margin-block-end: calc(calc(var(--spacing) * 1.5) * calc(1 - var(--tw-space-y-reverse)));
|
|
1097
|
-
}
|
|
1098
|
+
.ps :where(.space-y-1\.5 > :not(:last-child)) {
|
|
1099
|
+
--tw-space-y-reverse: 0;
|
|
1100
|
+
margin-block-start: calc(calc(var(--spacing) * 1.5) * var(--tw-space-y-reverse));
|
|
1101
|
+
margin-block-end: calc(calc(var(--spacing) * 1.5) * calc(1 - var(--tw-space-y-reverse)));
|
|
1098
1102
|
}
|
|
1099
|
-
.ps .space-y-2 {
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
|
|
1104
|
-
}
|
|
1103
|
+
.ps :where(.space-y-2 > :not(:last-child)) {
|
|
1104
|
+
--tw-space-y-reverse: 0;
|
|
1105
|
+
margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
|
|
1106
|
+
margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
|
|
1105
1107
|
}
|
|
1106
|
-
.ps .space-y-3 {
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
|
|
1111
|
-
}
|
|
1108
|
+
.ps :where(.space-y-3 > :not(:last-child)) {
|
|
1109
|
+
--tw-space-y-reverse: 0;
|
|
1110
|
+
margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
|
|
1111
|
+
margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
|
|
1112
1112
|
}
|
|
1113
1113
|
.ps .self-end {
|
|
1114
1114
|
align-self: flex-end;
|
|
@@ -1217,13 +1217,17 @@
|
|
|
1217
1217
|
}
|
|
1218
1218
|
.ps .border-green-500\/50 {
|
|
1219
1219
|
border-color: color-mix(in srgb, oklch(72.3% 0.219 149.579) 50%, transparent);
|
|
1220
|
-
|
|
1220
|
+
}
|
|
1221
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1222
|
+
.ps .border-green-500\/50 {
|
|
1221
1223
|
border-color: color-mix(in oklab, var(--color-green-500) 50%, transparent);
|
|
1222
1224
|
}
|
|
1223
1225
|
}
|
|
1224
1226
|
.ps .border-green-500\/60 {
|
|
1225
1227
|
border-color: color-mix(in srgb, oklch(72.3% 0.219 149.579) 60%, transparent);
|
|
1226
|
-
|
|
1228
|
+
}
|
|
1229
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1230
|
+
.ps .border-green-500\/60 {
|
|
1227
1231
|
border-color: color-mix(in oklab, var(--color-green-500) 60%, transparent);
|
|
1228
1232
|
}
|
|
1229
1233
|
}
|
|
@@ -1232,7 +1236,9 @@
|
|
|
1232
1236
|
}
|
|
1233
1237
|
.ps .border-muted-foreground\/50 {
|
|
1234
1238
|
border-color: var(--muted-foreground);
|
|
1235
|
-
|
|
1239
|
+
}
|
|
1240
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1241
|
+
.ps .border-muted-foreground\/50 {
|
|
1236
1242
|
border-color: color-mix(in oklab, var(--muted-foreground) 50%, transparent);
|
|
1237
1243
|
}
|
|
1238
1244
|
}
|
|
@@ -1244,25 +1250,33 @@
|
|
|
1244
1250
|
}
|
|
1245
1251
|
.ps .border-red-400\/20 {
|
|
1246
1252
|
border-color: color-mix(in srgb, oklch(70.4% 0.191 22.216) 20%, transparent);
|
|
1247
|
-
|
|
1253
|
+
}
|
|
1254
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1255
|
+
.ps .border-red-400\/20 {
|
|
1248
1256
|
border-color: color-mix(in oklab, var(--color-red-400) 20%, transparent);
|
|
1249
1257
|
}
|
|
1250
1258
|
}
|
|
1251
1259
|
.ps .border-red-400\/50 {
|
|
1252
1260
|
border-color: color-mix(in srgb, oklch(70.4% 0.191 22.216) 50%, transparent);
|
|
1253
|
-
|
|
1261
|
+
}
|
|
1262
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1263
|
+
.ps .border-red-400\/50 {
|
|
1254
1264
|
border-color: color-mix(in oklab, var(--color-red-400) 50%, transparent);
|
|
1255
1265
|
}
|
|
1256
1266
|
}
|
|
1257
1267
|
.ps .border-red-500\/60 {
|
|
1258
1268
|
border-color: color-mix(in srgb, oklch(63.7% 0.237 25.331) 60%, transparent);
|
|
1259
|
-
|
|
1269
|
+
}
|
|
1270
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1271
|
+
.ps .border-red-500\/60 {
|
|
1260
1272
|
border-color: color-mix(in oklab, var(--color-red-500) 60%, transparent);
|
|
1261
1273
|
}
|
|
1262
1274
|
}
|
|
1263
1275
|
.ps .border-ring\/20 {
|
|
1264
1276
|
border-color: var(--ring);
|
|
1265
|
-
|
|
1277
|
+
}
|
|
1278
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1279
|
+
.ps .border-ring\/20 {
|
|
1266
1280
|
border-color: color-mix(in oklab, var(--ring) 20%, transparent);
|
|
1267
1281
|
}
|
|
1268
1282
|
}
|
|
@@ -1280,19 +1294,25 @@
|
|
|
1280
1294
|
}
|
|
1281
1295
|
.ps .bg-background\/50 {
|
|
1282
1296
|
background-color: var(--background);
|
|
1283
|
-
|
|
1297
|
+
}
|
|
1298
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1299
|
+
.ps .bg-background\/50 {
|
|
1284
1300
|
background-color: color-mix(in oklab, var(--background) 50%, transparent);
|
|
1285
1301
|
}
|
|
1286
1302
|
}
|
|
1287
1303
|
.ps .bg-background\/90 {
|
|
1288
1304
|
background-color: var(--background);
|
|
1289
|
-
|
|
1305
|
+
}
|
|
1306
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1307
|
+
.ps .bg-background\/90 {
|
|
1290
1308
|
background-color: color-mix(in oklab, var(--background) 90%, transparent);
|
|
1291
1309
|
}
|
|
1292
1310
|
}
|
|
1293
1311
|
.ps .bg-black\/80 {
|
|
1294
1312
|
background-color: color-mix(in srgb, #000 80%, transparent);
|
|
1295
|
-
|
|
1313
|
+
}
|
|
1314
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1315
|
+
.ps .bg-black\/80 {
|
|
1296
1316
|
background-color: color-mix(in oklab, var(--color-black) 80%, transparent);
|
|
1297
1317
|
}
|
|
1298
1318
|
}
|
|
@@ -1307,19 +1327,25 @@
|
|
|
1307
1327
|
}
|
|
1308
1328
|
.ps .bg-foreground\/10 {
|
|
1309
1329
|
background-color: var(--foreground);
|
|
1310
|
-
|
|
1330
|
+
}
|
|
1331
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1332
|
+
.ps .bg-foreground\/10 {
|
|
1311
1333
|
background-color: color-mix(in oklab, var(--foreground) 10%, transparent);
|
|
1312
1334
|
}
|
|
1313
1335
|
}
|
|
1314
1336
|
.ps .bg-green-500\/10 {
|
|
1315
1337
|
background-color: color-mix(in srgb, oklch(72.3% 0.219 149.579) 10%, transparent);
|
|
1316
|
-
|
|
1338
|
+
}
|
|
1339
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1340
|
+
.ps .bg-green-500\/10 {
|
|
1317
1341
|
background-color: color-mix(in oklab, var(--color-green-500) 10%, transparent);
|
|
1318
1342
|
}
|
|
1319
1343
|
}
|
|
1320
1344
|
.ps .bg-green-500\/30 {
|
|
1321
1345
|
background-color: color-mix(in srgb, oklch(72.3% 0.219 149.579) 30%, transparent);
|
|
1322
|
-
|
|
1346
|
+
}
|
|
1347
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1348
|
+
.ps .bg-green-500\/30 {
|
|
1323
1349
|
background-color: color-mix(in oklab, var(--color-green-500) 30%, transparent);
|
|
1324
1350
|
}
|
|
1325
1351
|
}
|
|
@@ -1328,13 +1354,17 @@
|
|
|
1328
1354
|
}
|
|
1329
1355
|
.ps .bg-muted\/50 {
|
|
1330
1356
|
background-color: var(--muted);
|
|
1331
|
-
|
|
1357
|
+
}
|
|
1358
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1359
|
+
.ps .bg-muted\/50 {
|
|
1332
1360
|
background-color: color-mix(in oklab, var(--muted) 50%, transparent);
|
|
1333
1361
|
}
|
|
1334
1362
|
}
|
|
1335
1363
|
.ps .bg-muted\/70 {
|
|
1336
1364
|
background-color: var(--muted);
|
|
1337
|
-
|
|
1365
|
+
}
|
|
1366
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1367
|
+
.ps .bg-muted\/70 {
|
|
1338
1368
|
background-color: color-mix(in oklab, var(--muted) 70%, transparent);
|
|
1339
1369
|
}
|
|
1340
1370
|
}
|
|
@@ -1352,13 +1382,17 @@
|
|
|
1352
1382
|
}
|
|
1353
1383
|
.ps .bg-red-400\/30 {
|
|
1354
1384
|
background-color: color-mix(in srgb, oklch(70.4% 0.191 22.216) 30%, transparent);
|
|
1355
|
-
|
|
1385
|
+
}
|
|
1386
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1387
|
+
.ps .bg-red-400\/30 {
|
|
1356
1388
|
background-color: color-mix(in oklab, var(--color-red-400) 30%, transparent);
|
|
1357
1389
|
}
|
|
1358
1390
|
}
|
|
1359
1391
|
.ps .bg-red-500\/10 {
|
|
1360
1392
|
background-color: color-mix(in srgb, oklch(63.7% 0.237 25.331) 10%, transparent);
|
|
1361
|
-
|
|
1393
|
+
}
|
|
1394
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1395
|
+
.ps .bg-red-500\/10 {
|
|
1362
1396
|
background-color: color-mix(in oklab, var(--color-red-500) 10%, transparent);
|
|
1363
1397
|
}
|
|
1364
1398
|
}
|
|
@@ -1367,13 +1401,17 @@
|
|
|
1367
1401
|
}
|
|
1368
1402
|
.ps .bg-secondary\/50 {
|
|
1369
1403
|
background-color: var(--secondary);
|
|
1370
|
-
|
|
1404
|
+
}
|
|
1405
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1406
|
+
.ps .bg-secondary\/50 {
|
|
1371
1407
|
background-color: color-mix(in oklab, var(--secondary) 50%, transparent);
|
|
1372
1408
|
}
|
|
1373
1409
|
}
|
|
1374
1410
|
.ps .bg-secondary\/70 {
|
|
1375
1411
|
background-color: var(--secondary);
|
|
1376
|
-
|
|
1412
|
+
}
|
|
1413
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1414
|
+
.ps .bg-secondary\/70 {
|
|
1377
1415
|
background-color: color-mix(in oklab, var(--secondary) 70%, transparent);
|
|
1378
1416
|
}
|
|
1379
1417
|
}
|
|
@@ -1443,11 +1481,15 @@
|
|
|
1443
1481
|
line-height: var(--tw-leading, var(--text-xs--line-height));
|
|
1444
1482
|
--tw-leading: 1;
|
|
1445
1483
|
line-height: 1;
|
|
1446
|
-
|
|
1484
|
+
}
|
|
1485
|
+
@media (width >= 48rem) {
|
|
1486
|
+
.ps .cell-input-base {
|
|
1447
1487
|
font-size: var(--text-xs);
|
|
1448
1488
|
line-height: var(--tw-leading, var(--text-xs--line-height));
|
|
1449
1489
|
}
|
|
1450
|
-
|
|
1490
|
+
}
|
|
1491
|
+
@media (width >= 48rem) {
|
|
1492
|
+
.ps .cell-input-base {
|
|
1451
1493
|
--tw-leading: 1;
|
|
1452
1494
|
line-height: 1;
|
|
1453
1495
|
}
|
|
@@ -1593,13 +1635,17 @@
|
|
|
1593
1635
|
}
|
|
1594
1636
|
.ps .text-foreground\/60 {
|
|
1595
1637
|
color: var(--foreground);
|
|
1596
|
-
|
|
1638
|
+
}
|
|
1639
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1640
|
+
.ps .text-foreground\/60 {
|
|
1597
1641
|
color: color-mix(in oklab, var(--foreground) 60%, transparent);
|
|
1598
1642
|
}
|
|
1599
1643
|
}
|
|
1600
1644
|
.ps .text-foreground\/90 {
|
|
1601
1645
|
color: var(--foreground);
|
|
1602
|
-
|
|
1646
|
+
}
|
|
1647
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1648
|
+
.ps .text-foreground\/90 {
|
|
1603
1649
|
color: color-mix(in oklab, var(--foreground) 90%, transparent);
|
|
1604
1650
|
}
|
|
1605
1651
|
}
|
|
@@ -1614,13 +1660,17 @@
|
|
|
1614
1660
|
}
|
|
1615
1661
|
.ps .text-muted-foreground\/60 {
|
|
1616
1662
|
color: var(--muted-foreground);
|
|
1617
|
-
|
|
1663
|
+
}
|
|
1664
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1665
|
+
.ps .text-muted-foreground\/60 {
|
|
1618
1666
|
color: color-mix(in oklab, var(--muted-foreground) 60%, transparent);
|
|
1619
1667
|
}
|
|
1620
1668
|
}
|
|
1621
1669
|
.ps .text-muted-foreground\/70 {
|
|
1622
1670
|
color: var(--muted-foreground);
|
|
1623
|
-
|
|
1671
|
+
}
|
|
1672
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1673
|
+
.ps .text-muted-foreground\/70 {
|
|
1624
1674
|
color: color-mix(in oklab, var(--muted-foreground) 70%, transparent);
|
|
1625
1675
|
}
|
|
1626
1676
|
}
|
|
@@ -1775,898 +1825,610 @@
|
|
|
1775
1825
|
--tw-enter-scale: calc(95*1%);
|
|
1776
1826
|
--tw-enter-scale: .95;
|
|
1777
1827
|
}
|
|
1778
|
-
.ps .group-odd\:bg-table-cell-odd {
|
|
1779
|
-
|
|
1780
|
-
background-color: var(--background);
|
|
1781
|
-
}
|
|
1828
|
+
.ps .group-odd\:bg-table-cell-odd:is(:where(.group):nth-child(odd) *) {
|
|
1829
|
+
background-color: var(--background);
|
|
1782
1830
|
}
|
|
1783
|
-
.ps .group-even\:bg-table-cell-even {
|
|
1784
|
-
|
|
1785
|
-
background-color: var(--secondary);
|
|
1786
|
-
}
|
|
1831
|
+
.ps .group-even\:bg-table-cell-even:is(:where(.group):nth-child(even) *) {
|
|
1832
|
+
background-color: var(--secondary);
|
|
1787
1833
|
}
|
|
1788
|
-
|
|
1789
|
-
|
|
1790
|
-
|
|
1791
|
-
background-color: var(--muted);
|
|
1792
|
-
}
|
|
1834
|
+
@media (hover: hover) {
|
|
1835
|
+
.ps .group-hover\:bg-muted:is(:where(.group):hover *) {
|
|
1836
|
+
background-color: var(--muted);
|
|
1793
1837
|
}
|
|
1794
1838
|
}
|
|
1795
|
-
.ps .group-data-\[select\=true\]\:p-0 {
|
|
1796
|
-
|
|
1797
|
-
padding: calc(var(--spacing) * 0);
|
|
1798
|
-
}
|
|
1839
|
+
.ps .group-data-\[select\=true\]\:p-0:is(:where(.group)[data-select="true"] *) {
|
|
1840
|
+
padding: calc(var(--spacing) * 0);
|
|
1799
1841
|
}
|
|
1800
|
-
.ps .group-\[\.toast\]\:bg-muted {
|
|
1801
|
-
|
|
1802
|
-
background-color: var(--muted);
|
|
1803
|
-
}
|
|
1842
|
+
.ps .group-\[\.toast\]\:bg-muted:is(:where(.group):is(.toast) *) {
|
|
1843
|
+
background-color: var(--muted);
|
|
1804
1844
|
}
|
|
1805
|
-
.ps .group-\[\.toast\]\:bg-primary {
|
|
1806
|
-
|
|
1807
|
-
background-color: var(--primary);
|
|
1808
|
-
}
|
|
1845
|
+
.ps .group-\[\.toast\]\:bg-primary:is(:where(.group):is(.toast) *) {
|
|
1846
|
+
background-color: var(--primary);
|
|
1809
1847
|
}
|
|
1810
|
-
.ps .group-\[\.toast\]\:text-muted-foreground {
|
|
1811
|
-
|
|
1812
|
-
color: var(--muted-foreground);
|
|
1813
|
-
}
|
|
1848
|
+
.ps .group-\[\.toast\]\:text-muted-foreground:is(:where(.group):is(.toast) *) {
|
|
1849
|
+
color: var(--muted-foreground);
|
|
1814
1850
|
}
|
|
1815
|
-
.ps .group-\[\.toast\]\:text-primary-foreground {
|
|
1816
|
-
|
|
1817
|
-
color: var(--primary-foreground);
|
|
1818
|
-
}
|
|
1851
|
+
.ps .group-\[\.toast\]\:text-primary-foreground:is(:where(.group):is(.toast) *) {
|
|
1852
|
+
color: var(--primary-foreground);
|
|
1819
1853
|
}
|
|
1820
|
-
.ps .group-\[\.toaster\]\:border-border {
|
|
1821
|
-
|
|
1822
|
-
border-color: var(--border);
|
|
1823
|
-
}
|
|
1854
|
+
.ps .group-\[\.toaster\]\:border-border:is(:where(.group):is(.toaster) *) {
|
|
1855
|
+
border-color: var(--border);
|
|
1824
1856
|
}
|
|
1825
|
-
.ps .group-\[\.toaster\]\:bg-background {
|
|
1826
|
-
|
|
1827
|
-
background-color: var(--background);
|
|
1828
|
-
}
|
|
1857
|
+
.ps .group-\[\.toaster\]\:bg-background:is(:where(.group):is(.toaster) *) {
|
|
1858
|
+
background-color: var(--background);
|
|
1829
1859
|
}
|
|
1830
|
-
.ps .group-\[\.toaster\]\:text-foreground {
|
|
1831
|
-
|
|
1832
|
-
color: var(--foreground);
|
|
1833
|
-
}
|
|
1860
|
+
.ps .group-\[\.toaster\]\:text-foreground:is(:where(.group):is(.toaster) *) {
|
|
1861
|
+
color: var(--foreground);
|
|
1834
1862
|
}
|
|
1835
|
-
.ps .group-\[\.toaster\]\:shadow-lg {
|
|
1836
|
-
|
|
1837
|
-
|
|
1838
|
-
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
1839
|
-
}
|
|
1863
|
+
.ps .group-\[\.toaster\]\:shadow-lg:is(:where(.group):is(.toaster) *) {
|
|
1864
|
+
--tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
|
|
1865
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
1840
1866
|
}
|
|
1841
|
-
.ps .peer-disabled\:cursor-not-allowed {
|
|
1842
|
-
|
|
1843
|
-
cursor: not-allowed;
|
|
1844
|
-
}
|
|
1867
|
+
.ps .peer-disabled\:cursor-not-allowed:is(:where(.peer):disabled ~ *) {
|
|
1868
|
+
cursor: not-allowed;
|
|
1845
1869
|
}
|
|
1846
|
-
.ps .peer-disabled\:opacity-70 {
|
|
1847
|
-
|
|
1848
|
-
opacity: 70%;
|
|
1849
|
-
}
|
|
1870
|
+
.ps .peer-disabled\:opacity-70:is(:where(.peer):disabled ~ *) {
|
|
1871
|
+
opacity: 70%;
|
|
1850
1872
|
}
|
|
1851
|
-
.ps .file\:border-0 {
|
|
1852
|
-
|
|
1853
|
-
|
|
1854
|
-
border-width: 0px;
|
|
1855
|
-
}
|
|
1873
|
+
.ps .file\:border-0::file-selector-button {
|
|
1874
|
+
border-style: var(--tw-border-style);
|
|
1875
|
+
border-width: 0px;
|
|
1856
1876
|
}
|
|
1857
|
-
.ps .file\:bg-transparent {
|
|
1858
|
-
|
|
1859
|
-
background-color: transparent;
|
|
1860
|
-
}
|
|
1877
|
+
.ps .file\:bg-transparent::file-selector-button {
|
|
1878
|
+
background-color: transparent;
|
|
1861
1879
|
}
|
|
1862
|
-
.ps .file\:text-sm {
|
|
1863
|
-
|
|
1864
|
-
|
|
1865
|
-
line-height: var(--tw-leading, var(--text-sm--line-height));
|
|
1866
|
-
}
|
|
1880
|
+
.ps .file\:text-sm::file-selector-button {
|
|
1881
|
+
font-size: var(--text-sm);
|
|
1882
|
+
line-height: var(--tw-leading, var(--text-sm--line-height));
|
|
1867
1883
|
}
|
|
1868
|
-
.ps .file\:font-medium {
|
|
1869
|
-
|
|
1870
|
-
|
|
1871
|
-
font-weight: var(--font-weight-medium);
|
|
1872
|
-
}
|
|
1884
|
+
.ps .file\:font-medium::file-selector-button {
|
|
1885
|
+
--tw-font-weight: var(--font-weight-medium);
|
|
1886
|
+
font-weight: var(--font-weight-medium);
|
|
1873
1887
|
}
|
|
1874
|
-
.ps .file\:text-foreground {
|
|
1875
|
-
|
|
1876
|
-
color: var(--foreground);
|
|
1877
|
-
}
|
|
1888
|
+
.ps .file\:text-foreground::file-selector-button {
|
|
1889
|
+
color: var(--foreground);
|
|
1878
1890
|
}
|
|
1879
|
-
.ps .placeholder\:text-muted-foreground {
|
|
1880
|
-
|
|
1881
|
-
color: var(--muted-foreground);
|
|
1882
|
-
}
|
|
1891
|
+
.ps .placeholder\:text-muted-foreground::placeholder {
|
|
1892
|
+
color: var(--muted-foreground);
|
|
1883
1893
|
}
|
|
1884
|
-
.ps .odd\:bg-table-cell-odd {
|
|
1885
|
-
|
|
1886
|
-
background-color: var(--background);
|
|
1887
|
-
}
|
|
1894
|
+
.ps .odd\:bg-table-cell-odd:nth-child(odd) {
|
|
1895
|
+
background-color: var(--background);
|
|
1888
1896
|
}
|
|
1889
|
-
.ps .even\:bg-table-cell-even\/50 {
|
|
1890
|
-
|
|
1891
|
-
background-color: var(--secondary);
|
|
1892
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
1893
|
-
background-color: color-mix(in oklab, var(--secondary) 50%, transparent);
|
|
1894
|
-
}
|
|
1895
|
-
}
|
|
1897
|
+
.ps .even\:bg-table-cell-even\/50:nth-child(even) {
|
|
1898
|
+
background-color: var(--secondary);
|
|
1896
1899
|
}
|
|
1897
|
-
|
|
1898
|
-
|
|
1899
|
-
|
|
1900
|
-
border-color: var(--border);
|
|
1901
|
-
}
|
|
1900
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1901
|
+
.ps .even\:bg-table-cell-even\/50:nth-child(even) {
|
|
1902
|
+
background-color: color-mix(in oklab, var(--secondary) 50%, transparent);
|
|
1902
1903
|
}
|
|
1903
1904
|
}
|
|
1904
|
-
|
|
1905
|
-
|
|
1906
|
-
|
|
1907
|
-
background-color: var(--accent);
|
|
1908
|
-
}
|
|
1905
|
+
@media (hover: hover) {
|
|
1906
|
+
.ps .hover\:border-table-border:hover {
|
|
1907
|
+
border-color: var(--border);
|
|
1909
1908
|
}
|
|
1910
1909
|
}
|
|
1911
|
-
|
|
1912
|
-
|
|
1913
|
-
|
|
1914
|
-
background-color: var(--destructive);
|
|
1915
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
1916
|
-
background-color: color-mix(in oklab, var(--destructive) 90%, transparent);
|
|
1917
|
-
}
|
|
1918
|
-
}
|
|
1910
|
+
@media (hover: hover) {
|
|
1911
|
+
.ps .hover\:bg-accent:hover {
|
|
1912
|
+
background-color: var(--accent);
|
|
1919
1913
|
}
|
|
1920
1914
|
}
|
|
1921
|
-
|
|
1922
|
-
|
|
1923
|
-
|
|
1924
|
-
background-color: color-mix(in srgb, oklch(72.3% 0.219 149.579) 80%, transparent);
|
|
1925
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
1926
|
-
background-color: color-mix(in oklab, var(--color-green-500) 80%, transparent);
|
|
1927
|
-
}
|
|
1928
|
-
}
|
|
1915
|
+
@media (hover: hover) {
|
|
1916
|
+
.ps .hover\:bg-destructive\/90:hover {
|
|
1917
|
+
background-color: var(--destructive);
|
|
1929
1918
|
}
|
|
1930
|
-
|
|
1931
|
-
.ps .hover\:bg-
|
|
1932
|
-
|
|
1933
|
-
@media (hover: hover) {
|
|
1934
|
-
background-color: var(--muted);
|
|
1935
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
1936
|
-
background-color: color-mix(in oklab, var(--muted) 50%, transparent);
|
|
1937
|
-
}
|
|
1919
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1920
|
+
.ps .hover\:bg-destructive\/90:hover {
|
|
1921
|
+
background-color: color-mix(in oklab, var(--destructive) 90%, transparent);
|
|
1938
1922
|
}
|
|
1939
1923
|
}
|
|
1940
1924
|
}
|
|
1941
|
-
|
|
1942
|
-
|
|
1943
|
-
|
|
1944
|
-
background-color: var(--primary);
|
|
1945
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
1946
|
-
background-color: color-mix(in oklab, var(--primary) 80%, transparent);
|
|
1947
|
-
}
|
|
1948
|
-
}
|
|
1925
|
+
@media (hover: hover) {
|
|
1926
|
+
.ps .hover\:bg-green-500\/80:hover {
|
|
1927
|
+
background-color: color-mix(in srgb, oklch(72.3% 0.219 149.579) 80%, transparent);
|
|
1949
1928
|
}
|
|
1950
|
-
|
|
1951
|
-
.ps .hover\:bg-
|
|
1952
|
-
|
|
1953
|
-
@media (hover: hover) {
|
|
1954
|
-
background-color: var(--primary);
|
|
1955
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
1956
|
-
background-color: color-mix(in oklab, var(--primary) 90%, transparent);
|
|
1957
|
-
}
|
|
1929
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1930
|
+
.ps .hover\:bg-green-500\/80:hover {
|
|
1931
|
+
background-color: color-mix(in oklab, var(--color-green-500) 80%, transparent);
|
|
1958
1932
|
}
|
|
1959
1933
|
}
|
|
1960
1934
|
}
|
|
1961
|
-
|
|
1962
|
-
|
|
1963
|
-
|
|
1964
|
-
background-color: color-mix(in srgb, oklch(70.4% 0.191 22.216) 80%, transparent);
|
|
1965
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
1966
|
-
background-color: color-mix(in oklab, var(--color-red-400) 80%, transparent);
|
|
1967
|
-
}
|
|
1968
|
-
}
|
|
1935
|
+
@media (hover: hover) {
|
|
1936
|
+
.ps .hover\:bg-muted\/50:hover {
|
|
1937
|
+
background-color: var(--muted);
|
|
1969
1938
|
}
|
|
1970
|
-
|
|
1971
|
-
.ps .hover\:bg-
|
|
1972
|
-
|
|
1973
|
-
@media (hover: hover) {
|
|
1974
|
-
background-color: var(--secondary);
|
|
1975
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
1976
|
-
background-color: color-mix(in oklab, var(--secondary) 80%, transparent);
|
|
1977
|
-
}
|
|
1939
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1940
|
+
.ps .hover\:bg-muted\/50:hover {
|
|
1941
|
+
background-color: color-mix(in oklab, var(--muted) 50%, transparent);
|
|
1978
1942
|
}
|
|
1979
1943
|
}
|
|
1980
1944
|
}
|
|
1981
|
-
|
|
1982
|
-
|
|
1983
|
-
|
|
1984
|
-
color: var(--accent-foreground);
|
|
1985
|
-
}
|
|
1945
|
+
@media (hover: hover) {
|
|
1946
|
+
.ps .hover\:bg-primary\/80:hover {
|
|
1947
|
+
background-color: var(--primary);
|
|
1986
1948
|
}
|
|
1987
|
-
|
|
1988
|
-
.ps .hover\:
|
|
1989
|
-
|
|
1990
|
-
@media (hover: hover) {
|
|
1991
|
-
color: var(--foreground);
|
|
1949
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1950
|
+
.ps .hover\:bg-primary\/80:hover {
|
|
1951
|
+
background-color: color-mix(in oklab, var(--primary) 80%, transparent);
|
|
1992
1952
|
}
|
|
1993
1953
|
}
|
|
1994
1954
|
}
|
|
1995
|
-
|
|
1996
|
-
|
|
1997
|
-
|
|
1998
|
-
color: var(--primary);
|
|
1999
|
-
}
|
|
1955
|
+
@media (hover: hover) {
|
|
1956
|
+
.ps .hover\:bg-primary\/90:hover {
|
|
1957
|
+
background-color: var(--primary);
|
|
2000
1958
|
}
|
|
2001
|
-
|
|
2002
|
-
.ps .hover\:
|
|
2003
|
-
|
|
2004
|
-
@media (hover: hover) {
|
|
2005
|
-
text-decoration-line: underline;
|
|
1959
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1960
|
+
.ps .hover\:bg-primary\/90:hover {
|
|
1961
|
+
background-color: color-mix(in oklab, var(--primary) 90%, transparent);
|
|
2006
1962
|
}
|
|
2007
1963
|
}
|
|
2008
1964
|
}
|
|
2009
|
-
|
|
2010
|
-
|
|
2011
|
-
|
|
2012
|
-
|
|
1965
|
+
@media (hover: hover) {
|
|
1966
|
+
.ps .hover\:bg-red-400\/80:hover {
|
|
1967
|
+
background-color: color-mix(in srgb, oklch(70.4% 0.191 22.216) 80%, transparent);
|
|
1968
|
+
}
|
|
1969
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1970
|
+
.ps .hover\:bg-red-400\/80:hover {
|
|
1971
|
+
background-color: color-mix(in oklab, var(--color-red-400) 80%, transparent);
|
|
2013
1972
|
}
|
|
2014
1973
|
}
|
|
2015
1974
|
}
|
|
2016
|
-
|
|
2017
|
-
|
|
2018
|
-
background-color: var(--
|
|
1975
|
+
@media (hover: hover) {
|
|
1976
|
+
.ps .hover\:bg-secondary\/80:hover {
|
|
1977
|
+
background-color: var(--secondary);
|
|
1978
|
+
}
|
|
1979
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1980
|
+
.ps .hover\:bg-secondary\/80:hover {
|
|
1981
|
+
background-color: color-mix(in oklab, var(--secondary) 80%, transparent);
|
|
1982
|
+
}
|
|
2019
1983
|
}
|
|
2020
1984
|
}
|
|
2021
|
-
|
|
2022
|
-
|
|
1985
|
+
@media (hover: hover) {
|
|
1986
|
+
.ps .hover\:text-accent-foreground:hover {
|
|
2023
1987
|
color: var(--accent-foreground);
|
|
2024
1988
|
}
|
|
2025
1989
|
}
|
|
2026
|
-
|
|
2027
|
-
|
|
2028
|
-
|
|
2029
|
-
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
1990
|
+
@media (hover: hover) {
|
|
1991
|
+
.ps .hover\:text-foreground:hover {
|
|
1992
|
+
color: var(--foreground);
|
|
2030
1993
|
}
|
|
2031
1994
|
}
|
|
2032
|
-
|
|
2033
|
-
|
|
2034
|
-
|
|
2035
|
-
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
1995
|
+
@media (hover: hover) {
|
|
1996
|
+
.ps .hover\:text-primary:hover {
|
|
1997
|
+
color: var(--primary);
|
|
2036
1998
|
}
|
|
2037
1999
|
}
|
|
2038
|
-
|
|
2039
|
-
|
|
2040
|
-
|
|
2000
|
+
@media (hover: hover) {
|
|
2001
|
+
.ps .hover\:underline:hover {
|
|
2002
|
+
text-decoration-line: underline;
|
|
2041
2003
|
}
|
|
2042
2004
|
}
|
|
2043
|
-
|
|
2044
|
-
|
|
2045
|
-
|
|
2005
|
+
@media (hover: hover) {
|
|
2006
|
+
.ps .hover\:opacity-100:hover {
|
|
2007
|
+
opacity: 100%;
|
|
2046
2008
|
}
|
|
2047
2009
|
}
|
|
2048
|
-
.ps .focus\:
|
|
2049
|
-
|
|
2050
|
-
--tw-ring-offset-width: 1px;
|
|
2051
|
-
--tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
2052
|
-
}
|
|
2010
|
+
.ps .focus\:bg-accent:focus {
|
|
2011
|
+
background-color: var(--accent);
|
|
2053
2012
|
}
|
|
2054
|
-
.ps .focus\:
|
|
2055
|
-
|
|
2056
|
-
--tw-ring-offset-width: 2px;
|
|
2057
|
-
--tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
2058
|
-
}
|
|
2013
|
+
.ps .focus\:text-accent-foreground:focus {
|
|
2014
|
+
color: var(--accent-foreground);
|
|
2059
2015
|
}
|
|
2060
|
-
.ps .focus\:ring-
|
|
2061
|
-
|
|
2062
|
-
|
|
2063
|
-
}
|
|
2016
|
+
.ps .focus\:ring-1:focus {
|
|
2017
|
+
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
2018
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
2064
2019
|
}
|
|
2065
|
-
.ps .focus\:
|
|
2066
|
-
|
|
2067
|
-
|
|
2068
|
-
outline-style: none;
|
|
2069
|
-
}
|
|
2020
|
+
.ps .focus\:ring-2:focus {
|
|
2021
|
+
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
2022
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
2070
2023
|
}
|
|
2071
|
-
.ps .focus
|
|
2072
|
-
|
|
2073
|
-
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
2074
|
-
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
2075
|
-
}
|
|
2024
|
+
.ps .focus\:ring-accent-foreground:focus {
|
|
2025
|
+
--tw-ring-color: var(--accent-foreground);
|
|
2076
2026
|
}
|
|
2077
|
-
.ps .focus
|
|
2078
|
-
|
|
2079
|
-
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
2080
|
-
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
2081
|
-
}
|
|
2027
|
+
.ps .focus\:ring-ring:focus {
|
|
2028
|
+
--tw-ring-color: var(--ring);
|
|
2082
2029
|
}
|
|
2083
|
-
.ps .focus
|
|
2084
|
-
|
|
2085
|
-
|
|
2086
|
-
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
2087
|
-
}
|
|
2030
|
+
.ps .focus\:ring-offset-1:focus {
|
|
2031
|
+
--tw-ring-offset-width: 1px;
|
|
2032
|
+
--tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
2088
2033
|
}
|
|
2089
|
-
.ps .focus
|
|
2090
|
-
|
|
2091
|
-
|
|
2092
|
-
}
|
|
2034
|
+
.ps .focus\:ring-offset-2:focus {
|
|
2035
|
+
--tw-ring-offset-width: 2px;
|
|
2036
|
+
--tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
2093
2037
|
}
|
|
2094
|
-
.ps .focus
|
|
2095
|
-
|
|
2096
|
-
--tw-ring-offset-width: 2px;
|
|
2097
|
-
--tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
2098
|
-
}
|
|
2038
|
+
.ps .focus\:ring-offset-background:focus {
|
|
2039
|
+
--tw-ring-offset-color: var(--background);
|
|
2099
2040
|
}
|
|
2100
|
-
.ps .focus
|
|
2101
|
-
|
|
2102
|
-
|
|
2103
|
-
}
|
|
2041
|
+
.ps .focus\:outline-none:focus {
|
|
2042
|
+
--tw-outline-style: none;
|
|
2043
|
+
outline-style: none;
|
|
2104
2044
|
}
|
|
2105
|
-
.ps .focus-visible\:
|
|
2106
|
-
|
|
2107
|
-
|
|
2108
|
-
outline-style: none;
|
|
2109
|
-
}
|
|
2045
|
+
.ps .focus-visible\:ring-0:focus-visible {
|
|
2046
|
+
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
2047
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
2110
2048
|
}
|
|
2111
|
-
.ps .
|
|
2112
|
-
|
|
2113
|
-
|
|
2114
|
-
}
|
|
2049
|
+
.ps .focus-visible\:ring-1:focus-visible {
|
|
2050
|
+
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
2051
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
2115
2052
|
}
|
|
2116
|
-
.ps .
|
|
2117
|
-
|
|
2118
|
-
|
|
2119
|
-
}
|
|
2053
|
+
.ps .focus-visible\:ring-2:focus-visible {
|
|
2054
|
+
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
2055
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
2120
2056
|
}
|
|
2121
|
-
.ps .
|
|
2122
|
-
|
|
2123
|
-
opacity: 50%;
|
|
2124
|
-
}
|
|
2057
|
+
.ps .focus-visible\:ring-ring:focus-visible {
|
|
2058
|
+
--tw-ring-color: var(--ring);
|
|
2125
2059
|
}
|
|
2126
|
-
.ps .
|
|
2127
|
-
|
|
2128
|
-
|
|
2129
|
-
}
|
|
2060
|
+
.ps .focus-visible\:ring-offset-2:focus-visible {
|
|
2061
|
+
--tw-ring-offset-width: 2px;
|
|
2062
|
+
--tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
2130
2063
|
}
|
|
2131
|
-
.ps .
|
|
2132
|
-
|
|
2133
|
-
opacity: 30%;
|
|
2134
|
-
}
|
|
2064
|
+
.ps .focus-visible\:ring-offset-background:focus-visible {
|
|
2065
|
+
--tw-ring-offset-color: var(--background);
|
|
2135
2066
|
}
|
|
2136
|
-
.ps .
|
|
2137
|
-
|
|
2138
|
-
|
|
2139
|
-
}
|
|
2067
|
+
.ps .focus-visible\:outline-none:focus-visible {
|
|
2068
|
+
--tw-outline-style: none;
|
|
2069
|
+
outline-style: none;
|
|
2140
2070
|
}
|
|
2141
|
-
.ps .
|
|
2142
|
-
|
|
2143
|
-
pointer-events: none;
|
|
2144
|
-
}
|
|
2071
|
+
.ps .disabled\:pointer-events-none:disabled {
|
|
2072
|
+
pointer-events: none;
|
|
2145
2073
|
}
|
|
2146
|
-
.ps .
|
|
2147
|
-
|
|
2148
|
-
opacity: 50%;
|
|
2149
|
-
}
|
|
2074
|
+
.ps .disabled\:cursor-not-allowed:disabled {
|
|
2075
|
+
cursor: not-allowed;
|
|
2150
2076
|
}
|
|
2151
|
-
.ps .
|
|
2152
|
-
|
|
2153
|
-
color: var(--muted-foreground);
|
|
2154
|
-
}
|
|
2077
|
+
.ps .disabled\:opacity-50:disabled {
|
|
2078
|
+
opacity: 50%;
|
|
2155
2079
|
}
|
|
2156
|
-
.ps .
|
|
2157
|
-
|
|
2158
|
-
background-color: var(--accent);
|
|
2159
|
-
}
|
|
2080
|
+
.ps .aria-selected\:text-muted-foreground[aria-selected="true"] {
|
|
2081
|
+
color: var(--muted-foreground);
|
|
2160
2082
|
}
|
|
2161
|
-
.ps .
|
|
2162
|
-
|
|
2163
|
-
color: var(--foreground);
|
|
2164
|
-
}
|
|
2083
|
+
.ps .aria-selected\:opacity-30[aria-selected="true"] {
|
|
2084
|
+
opacity: 30%;
|
|
2165
2085
|
}
|
|
2166
|
-
.ps .
|
|
2167
|
-
|
|
2168
|
-
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
2169
|
-
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
2170
|
-
}
|
|
2086
|
+
.ps .aria-selected\:opacity-100[aria-selected="true"] {
|
|
2087
|
+
opacity: 100%;
|
|
2171
2088
|
}
|
|
2172
|
-
.ps .data
|
|
2173
|
-
|
|
2174
|
-
--tw-ring-color: var(--color-indigo-400);
|
|
2175
|
-
}
|
|
2089
|
+
.ps .data-disabled\:pointer-events-none[data-disabled] {
|
|
2090
|
+
pointer-events: none;
|
|
2176
2091
|
}
|
|
2177
|
-
.ps .data
|
|
2178
|
-
|
|
2179
|
-
--tw-ring-inset: inset;
|
|
2180
|
-
}
|
|
2092
|
+
.ps .data-disabled\:opacity-50[data-disabled] {
|
|
2093
|
+
opacity: 50%;
|
|
2181
2094
|
}
|
|
2182
|
-
.ps .data
|
|
2183
|
-
|
|
2184
|
-
--tw-translate-y: calc(var(--spacing) * 1);
|
|
2185
|
-
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
2186
|
-
}
|
|
2095
|
+
.ps .data-placeholder\:text-muted-foreground[data-placeholder] {
|
|
2096
|
+
color: var(--muted-foreground);
|
|
2187
2097
|
}
|
|
2188
|
-
.ps .data-\[
|
|
2189
|
-
|
|
2190
|
-
--tw-enter-translate-y: calc(2*var(--spacing)*-1);
|
|
2191
|
-
}
|
|
2098
|
+
.ps .data-\[active\=true\]\:bg-accent[data-active="true"] {
|
|
2099
|
+
background-color: var(--accent);
|
|
2192
2100
|
}
|
|
2193
|
-
.ps .data-\[
|
|
2194
|
-
|
|
2195
|
-
--tw-translate-x: calc(var(--spacing) * -1);
|
|
2196
|
-
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
2197
|
-
}
|
|
2101
|
+
.ps .data-\[active\=true\]\:text-foreground[data-active="true"] {
|
|
2102
|
+
color: var(--foreground);
|
|
2198
2103
|
}
|
|
2199
|
-
.ps .data-\[
|
|
2200
|
-
|
|
2201
|
-
|
|
2202
|
-
}
|
|
2104
|
+
.ps .data-\[focus\=true\]\:ring-2[data-focus="true"] {
|
|
2105
|
+
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
2106
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
2203
2107
|
}
|
|
2204
|
-
.ps .data-\[
|
|
2205
|
-
|
|
2206
|
-
--tw-translate-x: calc(var(--spacing) * 1);
|
|
2207
|
-
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
2208
|
-
}
|
|
2108
|
+
.ps .data-\[focus\=true\]\:ring-indigo-400[data-focus="true"] {
|
|
2109
|
+
--tw-ring-color: var(--color-indigo-400);
|
|
2209
2110
|
}
|
|
2210
|
-
.ps .data-\[
|
|
2211
|
-
|
|
2212
|
-
--tw-enter-translate-x: calc(2*var(--spacing)*-1);
|
|
2213
|
-
}
|
|
2111
|
+
.ps .data-\[focus\=true\]\:ring-inset[data-focus="true"] {
|
|
2112
|
+
--tw-ring-inset: inset;
|
|
2214
2113
|
}
|
|
2215
|
-
.ps .data-\[side\=
|
|
2216
|
-
|
|
2217
|
-
|
|
2218
|
-
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
2219
|
-
}
|
|
2114
|
+
.ps .data-\[side\=bottom\]\:translate-y-1[data-side="bottom"] {
|
|
2115
|
+
--tw-translate-y: calc(var(--spacing) * 1);
|
|
2116
|
+
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
2220
2117
|
}
|
|
2221
|
-
.ps .data-\[side\=
|
|
2222
|
-
|
|
2223
|
-
--tw-enter-translate-y: calc(2*var(--spacing));
|
|
2224
|
-
}
|
|
2118
|
+
.ps .data-\[side\=bottom\]\:slide-in-from-top-2[data-side="bottom"] {
|
|
2119
|
+
--tw-enter-translate-y: calc(2*var(--spacing)*-1);
|
|
2225
2120
|
}
|
|
2226
|
-
.ps .data-\[
|
|
2227
|
-
|
|
2228
|
-
|
|
2229
|
-
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
2230
|
-
}
|
|
2121
|
+
.ps .data-\[side\=left\]\:-translate-x-1[data-side="left"] {
|
|
2122
|
+
--tw-translate-x: calc(var(--spacing) * -1);
|
|
2123
|
+
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
2231
2124
|
}
|
|
2232
|
-
.ps .data-\[
|
|
2233
|
-
|
|
2234
|
-
background-color: var(--primary);
|
|
2235
|
-
}
|
|
2125
|
+
.ps .data-\[side\=left\]\:slide-in-from-right-2[data-side="left"] {
|
|
2126
|
+
--tw-enter-translate-x: calc(2*var(--spacing));
|
|
2236
2127
|
}
|
|
2237
|
-
.ps .data-\[
|
|
2238
|
-
|
|
2239
|
-
|
|
2240
|
-
}
|
|
2128
|
+
.ps .data-\[side\=right\]\:translate-x-1[data-side="right"] {
|
|
2129
|
+
--tw-translate-x: calc(var(--spacing) * 1);
|
|
2130
|
+
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
2241
2131
|
}
|
|
2242
|
-
.ps .data-\[
|
|
2243
|
-
|
|
2244
|
-
animation: exit var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none);
|
|
2245
|
-
}
|
|
2132
|
+
.ps .data-\[side\=right\]\:slide-in-from-left-2[data-side="right"] {
|
|
2133
|
+
--tw-enter-translate-x: calc(2*var(--spacing)*-1);
|
|
2246
2134
|
}
|
|
2247
|
-
.ps .data-\[
|
|
2248
|
-
|
|
2249
|
-
|
|
2250
|
-
transition-duration: 300ms;
|
|
2251
|
-
}
|
|
2135
|
+
.ps .data-\[side\=top\]\:-translate-y-1[data-side="top"] {
|
|
2136
|
+
--tw-translate-y: calc(var(--spacing) * -1);
|
|
2137
|
+
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
2252
2138
|
}
|
|
2253
|
-
.ps .data-\[
|
|
2254
|
-
|
|
2255
|
-
--tw-exit-opacity: calc(0/100);
|
|
2256
|
-
--tw-exit-opacity: 0;
|
|
2257
|
-
}
|
|
2139
|
+
.ps .data-\[side\=top\]\:slide-in-from-bottom-2[data-side="top"] {
|
|
2140
|
+
--tw-enter-translate-y: calc(2*var(--spacing));
|
|
2258
2141
|
}
|
|
2259
|
-
.ps .data-\[state\=
|
|
2260
|
-
|
|
2261
|
-
|
|
2262
|
-
--tw-exit-scale: .95;
|
|
2263
|
-
}
|
|
2142
|
+
.ps .data-\[state\=checked\]\:translate-x-4[data-state="checked"] {
|
|
2143
|
+
--tw-translate-x: calc(var(--spacing) * 4);
|
|
2144
|
+
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
2264
2145
|
}
|
|
2265
|
-
.ps .data-\[state\=
|
|
2266
|
-
|
|
2267
|
-
--tw-exit-translate-y: 100%;
|
|
2268
|
-
}
|
|
2146
|
+
.ps .data-\[state\=checked\]\:bg-primary[data-state="checked"] {
|
|
2147
|
+
background-color: var(--primary);
|
|
2269
2148
|
}
|
|
2270
|
-
.ps .data-\[state\=
|
|
2271
|
-
|
|
2272
|
-
--tw-exit-translate-x: -100%;
|
|
2273
|
-
}
|
|
2149
|
+
.ps .data-\[state\=checked\]\:text-primary-foreground[data-state="checked"] {
|
|
2150
|
+
color: var(--primary-foreground);
|
|
2274
2151
|
}
|
|
2275
|
-
.ps .data-\[state\=closed\]\:
|
|
2276
|
-
|
|
2277
|
-
--tw-exit-translate-x: calc(1/2*100%);
|
|
2278
|
-
}
|
|
2152
|
+
.ps .data-\[state\=closed\]\:animate-out[data-state="closed"] {
|
|
2153
|
+
animation: exit var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none);
|
|
2279
2154
|
}
|
|
2280
|
-
.ps .data-\[state\=closed\]\:
|
|
2281
|
-
|
|
2282
|
-
|
|
2283
|
-
}
|
|
2155
|
+
.ps .data-\[state\=closed\]\:duration-300[data-state="closed"] {
|
|
2156
|
+
--tw-duration: 300ms;
|
|
2157
|
+
transition-duration: 300ms;
|
|
2284
2158
|
}
|
|
2285
|
-
.ps .data-\[state\=closed\]\:
|
|
2286
|
-
|
|
2287
|
-
|
|
2288
|
-
}
|
|
2159
|
+
.ps .data-\[state\=closed\]\:fade-out-0[data-state="closed"] {
|
|
2160
|
+
--tw-exit-opacity: calc(0/100);
|
|
2161
|
+
--tw-exit-opacity: 0;
|
|
2289
2162
|
}
|
|
2290
|
-
.ps .data-\[state\=closed\]\:
|
|
2291
|
-
|
|
2292
|
-
|
|
2293
|
-
}
|
|
2163
|
+
.ps .data-\[state\=closed\]\:zoom-out-95[data-state="closed"] {
|
|
2164
|
+
--tw-exit-scale: calc(95*1%);
|
|
2165
|
+
--tw-exit-scale: .95;
|
|
2294
2166
|
}
|
|
2295
|
-
.ps .data-\[state\=
|
|
2296
|
-
|
|
2297
|
-
animation: enter var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none);
|
|
2298
|
-
}
|
|
2167
|
+
.ps .data-\[state\=closed\]\:slide-out-to-bottom[data-state="closed"] {
|
|
2168
|
+
--tw-exit-translate-y: 100%;
|
|
2299
2169
|
}
|
|
2300
|
-
.ps .data-\[state\=
|
|
2301
|
-
|
|
2302
|
-
border-color: var(--primary);
|
|
2303
|
-
}
|
|
2170
|
+
.ps .data-\[state\=closed\]\:slide-out-to-left[data-state="closed"] {
|
|
2171
|
+
--tw-exit-translate-x: -100%;
|
|
2304
2172
|
}
|
|
2305
|
-
.ps .data-\[state\=
|
|
2306
|
-
|
|
2307
|
-
background-color: var(--accent);
|
|
2308
|
-
}
|
|
2173
|
+
.ps .data-\[state\=closed\]\:slide-out-to-left-1\/2[data-state="closed"] {
|
|
2174
|
+
--tw-exit-translate-x: calc(1/2*100%);
|
|
2309
2175
|
}
|
|
2310
|
-
.ps .data-\[state\=
|
|
2311
|
-
|
|
2312
|
-
background-color: var(--secondary);
|
|
2313
|
-
}
|
|
2176
|
+
.ps .data-\[state\=closed\]\:slide-out-to-right[data-state="closed"] {
|
|
2177
|
+
--tw-exit-translate-x: 100%;
|
|
2314
2178
|
}
|
|
2315
|
-
.ps .data-\[state\=
|
|
2316
|
-
|
|
2317
|
-
color: var(--accent-foreground);
|
|
2318
|
-
}
|
|
2179
|
+
.ps .data-\[state\=closed\]\:slide-out-to-top[data-state="closed"] {
|
|
2180
|
+
--tw-exit-translate-y: -100%;
|
|
2319
2181
|
}
|
|
2320
|
-
.ps .data-\[state\=
|
|
2321
|
-
|
|
2322
|
-
color: var(--muted-foreground);
|
|
2323
|
-
}
|
|
2182
|
+
.ps .data-\[state\=closed\]\:slide-out-to-top-\[48\%\][data-state="closed"] {
|
|
2183
|
+
--tw-exit-translate-y: calc(48%*-1);
|
|
2324
2184
|
}
|
|
2325
|
-
.ps .data-\[state\=open\]\:
|
|
2326
|
-
|
|
2327
|
-
--tw-duration: 500ms;
|
|
2328
|
-
transition-duration: 500ms;
|
|
2329
|
-
}
|
|
2185
|
+
.ps .data-\[state\=open\]\:animate-in[data-state="open"] {
|
|
2186
|
+
animation: enter var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none);
|
|
2330
2187
|
}
|
|
2331
|
-
.ps .data-\[state\=open\]\:
|
|
2332
|
-
|
|
2333
|
-
--tw-enter-opacity: calc(0/100);
|
|
2334
|
-
--tw-enter-opacity: 0;
|
|
2335
|
-
}
|
|
2188
|
+
.ps .data-\[state\=open\]\:border-primary[data-state="open"] {
|
|
2189
|
+
border-color: var(--primary);
|
|
2336
2190
|
}
|
|
2337
|
-
.ps .data-\[state\=open\]\:
|
|
2338
|
-
|
|
2339
|
-
--tw-enter-scale: calc(95*1%);
|
|
2340
|
-
--tw-enter-scale: .95;
|
|
2341
|
-
}
|
|
2191
|
+
.ps .data-\[state\=open\]\:bg-accent[data-state="open"] {
|
|
2192
|
+
background-color: var(--accent);
|
|
2342
2193
|
}
|
|
2343
|
-
.ps .data-\[state\=open\]\:
|
|
2344
|
-
|
|
2345
|
-
--tw-enter-translate-y: 100%;
|
|
2346
|
-
}
|
|
2194
|
+
.ps .data-\[state\=open\]\:bg-secondary[data-state="open"] {
|
|
2195
|
+
background-color: var(--secondary);
|
|
2347
2196
|
}
|
|
2348
|
-
.ps .data-\[state\=open\]\:
|
|
2349
|
-
|
|
2350
|
-
--tw-enter-translate-x: -100%;
|
|
2351
|
-
}
|
|
2197
|
+
.ps .data-\[state\=open\]\:text-accent-foreground[data-state="open"] {
|
|
2198
|
+
color: var(--accent-foreground);
|
|
2352
2199
|
}
|
|
2353
|
-
.ps .data-\[state\=open\]\:
|
|
2354
|
-
|
|
2355
|
-
--tw-enter-translate-x: calc(1/2*100%);
|
|
2356
|
-
}
|
|
2200
|
+
.ps .data-\[state\=open\]\:text-muted-foreground[data-state="open"] {
|
|
2201
|
+
color: var(--muted-foreground);
|
|
2357
2202
|
}
|
|
2358
|
-
.ps .data-\[state\=open\]\:
|
|
2359
|
-
|
|
2360
|
-
|
|
2361
|
-
}
|
|
2203
|
+
.ps .data-\[state\=open\]\:duration-500[data-state="open"] {
|
|
2204
|
+
--tw-duration: 500ms;
|
|
2205
|
+
transition-duration: 500ms;
|
|
2362
2206
|
}
|
|
2363
|
-
.ps .data-\[state\=open\]\:
|
|
2364
|
-
|
|
2365
|
-
|
|
2366
|
-
}
|
|
2207
|
+
.ps .data-\[state\=open\]\:fade-in-0[data-state="open"] {
|
|
2208
|
+
--tw-enter-opacity: calc(0/100);
|
|
2209
|
+
--tw-enter-opacity: 0;
|
|
2367
2210
|
}
|
|
2368
|
-
.ps .data-\[state\=open\]\:
|
|
2369
|
-
|
|
2370
|
-
|
|
2371
|
-
}
|
|
2211
|
+
.ps .data-\[state\=open\]\:zoom-in-95[data-state="open"] {
|
|
2212
|
+
--tw-enter-scale: calc(95*1%);
|
|
2213
|
+
--tw-enter-scale: .95;
|
|
2372
2214
|
}
|
|
2373
|
-
.ps .data-\[state\=
|
|
2374
|
-
|
|
2375
|
-
background-color: var(--muted);
|
|
2376
|
-
}
|
|
2215
|
+
.ps .data-\[state\=open\]\:slide-in-from-bottom[data-state="open"] {
|
|
2216
|
+
--tw-enter-translate-y: 100%;
|
|
2377
2217
|
}
|
|
2378
|
-
.ps .data-\[state\=
|
|
2379
|
-
|
|
2380
|
-
--tw-translate-x: calc(var(--spacing) * 0);
|
|
2381
|
-
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
2382
|
-
}
|
|
2218
|
+
.ps .data-\[state\=open\]\:slide-in-from-left[data-state="open"] {
|
|
2219
|
+
--tw-enter-translate-x: -100%;
|
|
2383
2220
|
}
|
|
2384
|
-
.ps .data-\[state\=
|
|
2385
|
-
|
|
2386
|
-
|
|
2387
|
-
|
|
2221
|
+
.ps .data-\[state\=open\]\:slide-in-from-left-1\/2[data-state="open"] {
|
|
2222
|
+
--tw-enter-translate-x: calc(1/2*100%);
|
|
2223
|
+
}
|
|
2224
|
+
.ps .data-\[state\=open\]\:slide-in-from-right[data-state="open"] {
|
|
2225
|
+
--tw-enter-translate-x: 100%;
|
|
2226
|
+
}
|
|
2227
|
+
.ps .data-\[state\=open\]\:slide-in-from-top[data-state="open"] {
|
|
2228
|
+
--tw-enter-translate-y: -100%;
|
|
2388
2229
|
}
|
|
2389
|
-
.ps .
|
|
2390
|
-
|
|
2230
|
+
.ps .data-\[state\=open\]\:slide-in-from-top-\[48\%\][data-state="open"] {
|
|
2231
|
+
--tw-enter-translate-y: calc(48%*-1);
|
|
2232
|
+
}
|
|
2233
|
+
.ps .data-\[state\=selected\]\:bg-muted[data-state="selected"] {
|
|
2234
|
+
background-color: var(--muted);
|
|
2235
|
+
}
|
|
2236
|
+
.ps .data-\[state\=unchecked\]\:translate-x-0[data-state="unchecked"] {
|
|
2237
|
+
--tw-translate-x: calc(var(--spacing) * 0);
|
|
2238
|
+
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
2239
|
+
}
|
|
2240
|
+
.ps .data-\[state\=unchecked\]\:bg-input[data-state="unchecked"] {
|
|
2241
|
+
background-color: var(--input);
|
|
2242
|
+
}
|
|
2243
|
+
@media (width >= 40rem) {
|
|
2244
|
+
.ps .sm\:max-w-sm {
|
|
2391
2245
|
max-width: var(--container-sm);
|
|
2392
2246
|
}
|
|
2393
2247
|
}
|
|
2394
|
-
|
|
2395
|
-
|
|
2248
|
+
@media (width >= 40rem) {
|
|
2249
|
+
.ps .sm\:flex-row {
|
|
2396
2250
|
flex-direction: row;
|
|
2397
2251
|
}
|
|
2398
2252
|
}
|
|
2399
|
-
|
|
2400
|
-
|
|
2253
|
+
@media (width >= 40rem) {
|
|
2254
|
+
.ps .sm\:justify-end {
|
|
2401
2255
|
justify-content: flex-end;
|
|
2402
2256
|
}
|
|
2403
2257
|
}
|
|
2404
|
-
|
|
2405
|
-
|
|
2406
|
-
|
|
2407
|
-
|
|
2408
|
-
|
|
2409
|
-
margin-inline-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
|
|
2410
|
-
}
|
|
2258
|
+
@media (width >= 40rem) {
|
|
2259
|
+
.ps :where(.sm\:space-x-2 > :not(:last-child)) {
|
|
2260
|
+
--tw-space-x-reverse: 0;
|
|
2261
|
+
margin-inline-start: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));
|
|
2262
|
+
margin-inline-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
|
|
2411
2263
|
}
|
|
2412
2264
|
}
|
|
2413
|
-
|
|
2414
|
-
|
|
2265
|
+
@media (width >= 40rem) {
|
|
2266
|
+
.ps .sm\:rounded-lg {
|
|
2415
2267
|
border-radius: var(--radius);
|
|
2416
2268
|
}
|
|
2417
2269
|
}
|
|
2418
|
-
|
|
2419
|
-
|
|
2270
|
+
@media (width >= 40rem) {
|
|
2271
|
+
.ps .sm\:text-left {
|
|
2420
2272
|
text-align: left;
|
|
2421
2273
|
}
|
|
2422
2274
|
}
|
|
2423
|
-
|
|
2424
|
-
|
|
2275
|
+
@media (width >= 48rem) {
|
|
2276
|
+
.ps .md\:text-sm {
|
|
2425
2277
|
font-size: var(--text-sm);
|
|
2426
2278
|
line-height: var(--tw-leading, var(--text-sm--line-height));
|
|
2427
2279
|
}
|
|
2428
2280
|
}
|
|
2429
|
-
.ps .dark\:scale-0 {
|
|
2430
|
-
|
|
2431
|
-
|
|
2432
|
-
|
|
2433
|
-
|
|
2434
|
-
scale: var(--tw-scale-x) var(--tw-scale-y);
|
|
2435
|
-
}
|
|
2281
|
+
.ps .dark\:scale-0:is(.dark *) {
|
|
2282
|
+
--tw-scale-x: 0%;
|
|
2283
|
+
--tw-scale-y: 0%;
|
|
2284
|
+
--tw-scale-z: 0%;
|
|
2285
|
+
scale: var(--tw-scale-x) var(--tw-scale-y);
|
|
2436
2286
|
}
|
|
2437
|
-
.ps .dark\:scale-100 {
|
|
2438
|
-
|
|
2439
|
-
|
|
2440
|
-
|
|
2441
|
-
|
|
2442
|
-
scale: var(--tw-scale-x) var(--tw-scale-y);
|
|
2443
|
-
}
|
|
2287
|
+
.ps .dark\:scale-100:is(.dark *) {
|
|
2288
|
+
--tw-scale-x: 100%;
|
|
2289
|
+
--tw-scale-y: 100%;
|
|
2290
|
+
--tw-scale-z: 100%;
|
|
2291
|
+
scale: var(--tw-scale-x) var(--tw-scale-y);
|
|
2444
2292
|
}
|
|
2445
|
-
.ps .dark\:-rotate-90 {
|
|
2446
|
-
|
|
2447
|
-
rotate: calc(90deg * -1);
|
|
2448
|
-
}
|
|
2293
|
+
.ps .dark\:-rotate-90:is(.dark *) {
|
|
2294
|
+
rotate: calc(90deg * -1);
|
|
2449
2295
|
}
|
|
2450
|
-
.ps .dark\:rotate-0 {
|
|
2451
|
-
|
|
2452
|
-
rotate: 0deg;
|
|
2453
|
-
}
|
|
2296
|
+
.ps .dark\:rotate-0:is(.dark *) {
|
|
2297
|
+
rotate: 0deg;
|
|
2454
2298
|
}
|
|
2455
|
-
.ps .dark\:bg-orange-950 {
|
|
2456
|
-
|
|
2457
|
-
background-color: var(--color-orange-950);
|
|
2458
|
-
}
|
|
2299
|
+
.ps .dark\:bg-orange-950:is(.dark *) {
|
|
2300
|
+
background-color: var(--color-orange-950);
|
|
2459
2301
|
}
|
|
2460
|
-
.ps .dark\:text-orange-300 {
|
|
2461
|
-
|
|
2462
|
-
color: var(--color-orange-300);
|
|
2463
|
-
}
|
|
2302
|
+
.ps .dark\:text-orange-300:is(.dark *) {
|
|
2303
|
+
color: var(--color-orange-300);
|
|
2464
2304
|
}
|
|
2465
|
-
.ps .dark\:text-white {
|
|
2466
|
-
|
|
2467
|
-
color: var(--color-white);
|
|
2468
|
-
}
|
|
2305
|
+
.ps .dark\:text-white:is(.dark *) {
|
|
2306
|
+
color: var(--color-white);
|
|
2469
2307
|
}
|
|
2470
|
-
.ps .\[\&_button\]\:border {
|
|
2471
|
-
|
|
2472
|
-
|
|
2473
|
-
border-width: 1px;
|
|
2474
|
-
}
|
|
2308
|
+
.ps .\[\&_button\]\:border button {
|
|
2309
|
+
border-style: var(--tw-border-style);
|
|
2310
|
+
border-width: 1px;
|
|
2475
2311
|
}
|
|
2476
|
-
.ps .\[\&_button\]\:border-input {
|
|
2477
|
-
|
|
2478
|
-
border-color: var(--input);
|
|
2479
|
-
}
|
|
2312
|
+
.ps .\[\&_button\]\:border-input button {
|
|
2313
|
+
border-color: var(--input);
|
|
2480
2314
|
}
|
|
2481
|
-
.ps .\[\&_button\]\:bg-background {
|
|
2482
|
-
|
|
2483
|
-
background-color: var(--background);
|
|
2484
|
-
}
|
|
2315
|
+
.ps .\[\&_button\]\:bg-background button {
|
|
2316
|
+
background-color: var(--background);
|
|
2485
2317
|
}
|
|
2486
|
-
.ps .\[\&_button\]\:shadow-sm {
|
|
2487
|
-
|
|
2488
|
-
|
|
2489
|
-
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
2490
|
-
}
|
|
2318
|
+
.ps .\[\&_button\]\:shadow-sm button {
|
|
2319
|
+
--tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
|
|
2320
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
2491
2321
|
}
|
|
2492
|
-
|
|
2493
|
-
|
|
2494
|
-
|
|
2495
|
-
& button {
|
|
2496
|
-
background-color: var(--accent);
|
|
2497
|
-
}
|
|
2498
|
-
}
|
|
2322
|
+
@media (hover: hover) {
|
|
2323
|
+
.ps .hover\:\[\&_button\]\:bg-accent:hover button {
|
|
2324
|
+
background-color: var(--accent);
|
|
2499
2325
|
}
|
|
2500
2326
|
}
|
|
2501
|
-
|
|
2502
|
-
|
|
2503
|
-
|
|
2504
|
-
& button {
|
|
2505
|
-
color: var(--accent-foreground);
|
|
2506
|
-
}
|
|
2507
|
-
}
|
|
2327
|
+
@media (hover: hover) {
|
|
2328
|
+
.ps .hover\:\[\&_button\]\:text-accent-foreground:hover button {
|
|
2329
|
+
color: var(--accent-foreground);
|
|
2508
2330
|
}
|
|
2509
2331
|
}
|
|
2510
|
-
.ps .\[\&_button_\>_svg\]\:fill-foreground {
|
|
2511
|
-
|
|
2512
|
-
fill: var(--foreground);
|
|
2513
|
-
}
|
|
2332
|
+
.ps .\[\&_button_\>_svg\]\:fill-foreground button > svg {
|
|
2333
|
+
fill: var(--foreground);
|
|
2514
2334
|
}
|
|
2515
|
-
.ps .\[\&_svg\]\:pointer-events-none {
|
|
2516
|
-
|
|
2517
|
-
pointer-events: none;
|
|
2518
|
-
}
|
|
2335
|
+
.ps .\[\&_svg\]\:pointer-events-none svg {
|
|
2336
|
+
pointer-events: none;
|
|
2519
2337
|
}
|
|
2520
|
-
.ps .\[\&_svg\]\:size-3 {
|
|
2521
|
-
|
|
2522
|
-
|
|
2523
|
-
height: calc(var(--spacing) * 3);
|
|
2524
|
-
}
|
|
2338
|
+
.ps .\[\&_svg\]\:size-3 svg {
|
|
2339
|
+
width: calc(var(--spacing) * 3);
|
|
2340
|
+
height: calc(var(--spacing) * 3);
|
|
2525
2341
|
}
|
|
2526
|
-
.ps .\[\&_svg\]\:size-4 {
|
|
2527
|
-
|
|
2528
|
-
|
|
2529
|
-
height: calc(var(--spacing) * 4);
|
|
2530
|
-
}
|
|
2342
|
+
.ps .\[\&_svg\]\:size-4 svg {
|
|
2343
|
+
width: calc(var(--spacing) * 4);
|
|
2344
|
+
height: calc(var(--spacing) * 4);
|
|
2531
2345
|
}
|
|
2532
|
-
.ps .\[\&_svg\]\:shrink-0 {
|
|
2533
|
-
|
|
2534
|
-
flex-shrink: 0;
|
|
2535
|
-
}
|
|
2346
|
+
.ps .\[\&_svg\]\:shrink-0 svg {
|
|
2347
|
+
flex-shrink: 0;
|
|
2536
2348
|
}
|
|
2537
|
-
.ps .\[\&_svg_\>_path\]\:fill-background {
|
|
2538
|
-
|
|
2539
|
-
fill: var(--background);
|
|
2540
|
-
}
|
|
2349
|
+
.ps .\[\&_svg_\>_path\]\:fill-background svg > path {
|
|
2350
|
+
fill: var(--background);
|
|
2541
2351
|
}
|
|
2542
|
-
.ps .\[\&_svg_\>_path\]\:opacity-50 {
|
|
2543
|
-
|
|
2544
|
-
opacity: 50%;
|
|
2545
|
-
}
|
|
2352
|
+
.ps .\[\&_svg_\>_path\]\:opacity-50 svg > path {
|
|
2353
|
+
opacity: 50%;
|
|
2546
2354
|
}
|
|
2547
|
-
.ps .\[\&_svg_\>_rect\]\:fill-muted-foreground\/80 {
|
|
2548
|
-
|
|
2549
|
-
fill: var(--muted-foreground);
|
|
2550
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
2551
|
-
fill: color-mix(in oklab, var(--muted-foreground) 80%, transparent);
|
|
2552
|
-
}
|
|
2553
|
-
}
|
|
2355
|
+
.ps .\[\&_svg_\>_rect\]\:fill-muted-foreground\/80 svg > rect {
|
|
2356
|
+
fill: var(--muted-foreground);
|
|
2554
2357
|
}
|
|
2555
|
-
|
|
2556
|
-
|
|
2557
|
-
|
|
2558
|
-
border-width: 0px;
|
|
2358
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2359
|
+
.ps .\[\&_svg_\>_rect\]\:fill-muted-foreground\/80 svg > rect {
|
|
2360
|
+
fill: color-mix(in oklab, var(--muted-foreground) 80%, transparent);
|
|
2559
2361
|
}
|
|
2560
2362
|
}
|
|
2561
|
-
.ps .\[
|
|
2562
|
-
|
|
2563
|
-
|
|
2564
|
-
border-bottom-width: 0px;
|
|
2565
|
-
}
|
|
2363
|
+
.ps .\[\&_tr\:last-child\]\:border-0 tr:last-child {
|
|
2364
|
+
border-style: var(--tw-border-style);
|
|
2365
|
+
border-width: 0px;
|
|
2566
2366
|
}
|
|
2567
|
-
.ps .\[
|
|
2568
|
-
|
|
2569
|
-
|
|
2570
|
-
}
|
|
2367
|
+
.ps .\[\&\:last-of-type_td\]\:border-b-0:last-of-type td {
|
|
2368
|
+
border-bottom-style: var(--tw-border-style);
|
|
2369
|
+
border-bottom-width: 0px;
|
|
2571
2370
|
}
|
|
2572
|
-
.ps .\[\&\>button\]\:bg-
|
|
2573
|
-
|
|
2574
|
-
background-color: transparent;
|
|
2575
|
-
}
|
|
2371
|
+
.ps .\[\&\>button\]\:bg-primary>button {
|
|
2372
|
+
background-color: var(--primary);
|
|
2576
2373
|
}
|
|
2577
|
-
.ps .\[\&\>button\]\:
|
|
2578
|
-
|
|
2579
|
-
--tw-font-weight: var(--font-weight-bold);
|
|
2580
|
-
font-weight: var(--font-weight-bold);
|
|
2581
|
-
}
|
|
2374
|
+
.ps .\[\&\>button\]\:bg-transparent>button {
|
|
2375
|
+
background-color: transparent;
|
|
2582
2376
|
}
|
|
2583
|
-
.ps .\[\&\>button\]\:
|
|
2584
|
-
|
|
2585
|
-
|
|
2586
|
-
}
|
|
2377
|
+
.ps .\[\&\>button\]\:font-bold>button {
|
|
2378
|
+
--tw-font-weight: var(--font-weight-bold);
|
|
2379
|
+
font-weight: var(--font-weight-bold);
|
|
2587
2380
|
}
|
|
2588
|
-
.ps .\[\&\>button\]\:text-foreground
|
|
2589
|
-
|
|
2590
|
-
color: var(--foreground) !important;
|
|
2591
|
-
}
|
|
2381
|
+
.ps .\[\&\>button\]\:text-accent-foreground>button {
|
|
2382
|
+
color: var(--accent-foreground);
|
|
2592
2383
|
}
|
|
2593
|
-
.ps .\[\&\>button\]\:text-
|
|
2594
|
-
|
|
2595
|
-
color: var(--primary-foreground);
|
|
2596
|
-
}
|
|
2384
|
+
.ps .\[\&\>button\]\:text-foreground\!>button {
|
|
2385
|
+
color: var(--foreground) !important;
|
|
2597
2386
|
}
|
|
2598
|
-
.ps .\[\&\>button\]\:
|
|
2599
|
-
|
|
2600
|
-
&:hover {
|
|
2601
|
-
@media (hover: hover) {
|
|
2602
|
-
background-color: var(--primary);
|
|
2603
|
-
}
|
|
2604
|
-
}
|
|
2605
|
-
}
|
|
2387
|
+
.ps .\[\&\>button\]\:text-primary-foreground>button {
|
|
2388
|
+
color: var(--primary-foreground);
|
|
2606
2389
|
}
|
|
2607
|
-
|
|
2608
|
-
|
|
2609
|
-
|
|
2610
|
-
@media (hover: hover) {
|
|
2611
|
-
background-color: transparent;
|
|
2612
|
-
}
|
|
2613
|
-
}
|
|
2390
|
+
@media (hover: hover) {
|
|
2391
|
+
.ps .\[\&\>button\]\:hover\:bg-primary>button:hover {
|
|
2392
|
+
background-color: var(--primary);
|
|
2614
2393
|
}
|
|
2615
2394
|
}
|
|
2616
|
-
|
|
2617
|
-
|
|
2618
|
-
|
|
2619
|
-
@media (hover: hover) {
|
|
2620
|
-
color: var(--foreground) !important;
|
|
2621
|
-
}
|
|
2622
|
-
}
|
|
2395
|
+
@media (hover: hover) {
|
|
2396
|
+
.ps .\[\&\>button\]\:hover\:bg-transparent>button:hover {
|
|
2397
|
+
background-color: transparent;
|
|
2623
2398
|
}
|
|
2624
2399
|
}
|
|
2625
|
-
|
|
2626
|
-
|
|
2627
|
-
|
|
2628
|
-
@media (hover: hover) {
|
|
2629
|
-
color: var(--primary-foreground);
|
|
2630
|
-
}
|
|
2631
|
-
}
|
|
2400
|
+
@media (hover: hover) {
|
|
2401
|
+
.ps .\[\&\>button\]\:hover\:text-foreground\!>button:hover {
|
|
2402
|
+
color: var(--foreground) !important;
|
|
2632
2403
|
}
|
|
2633
2404
|
}
|
|
2634
|
-
|
|
2635
|
-
|
|
2636
|
-
|
|
2637
|
-
display: -webkit-box;
|
|
2638
|
-
-webkit-box-orient: vertical;
|
|
2639
|
-
-webkit-line-clamp: 1;
|
|
2405
|
+
@media (hover: hover) {
|
|
2406
|
+
.ps .\[\&\>button\]\:hover\:text-primary-foreground>button:hover {
|
|
2407
|
+
color: var(--primary-foreground);
|
|
2640
2408
|
}
|
|
2641
2409
|
}
|
|
2642
|
-
.ps .\[\&\>
|
|
2643
|
-
|
|
2644
|
-
|
|
2645
|
-
|
|
2646
|
-
|
|
2410
|
+
.ps .\[\&\>span\]\:line-clamp-1>span {
|
|
2411
|
+
overflow: hidden;
|
|
2412
|
+
display: -webkit-box;
|
|
2413
|
+
-webkit-box-orient: vertical;
|
|
2414
|
+
-webkit-line-clamp: 1;
|
|
2647
2415
|
}
|
|
2648
|
-
.ps .\[\&\>svg\]\:
|
|
2649
|
-
|
|
2650
|
-
|
|
2651
|
-
}
|
|
2416
|
+
.ps .\[\&\>svg\]\:size-4>svg {
|
|
2417
|
+
width: calc(var(--spacing) * 4);
|
|
2418
|
+
height: calc(var(--spacing) * 4);
|
|
2652
2419
|
}
|
|
2653
|
-
.ps .\[\&\>
|
|
2654
|
-
|
|
2655
|
-
&:last-child {
|
|
2656
|
-
border-bottom-style: var(--tw-border-style);
|
|
2657
|
-
border-bottom-width: 0px;
|
|
2658
|
-
}
|
|
2659
|
-
}
|
|
2420
|
+
.ps .\[\&\>svg\]\:shrink-0>svg {
|
|
2421
|
+
flex-shrink: 0;
|
|
2660
2422
|
}
|
|
2661
|
-
.ps .\[
|
|
2662
|
-
|
|
2663
|
-
|
|
2664
|
-
}
|
|
2423
|
+
.ps .\[\&\>tr\]\:last\:border-b-0>tr:last-child {
|
|
2424
|
+
border-bottom-style: var(--tw-border-style);
|
|
2425
|
+
border-bottom-width: 0px;
|
|
2665
2426
|
}
|
|
2666
|
-
.ps .\[\&\[aria-selected\]\>button\]\:
|
|
2667
|
-
|
|
2668
|
-
|
|
2669
|
-
|
|
2427
|
+
.ps .\[\&\[aria-selected\]\>button\]\:bg-primary[aria-selected]>button {
|
|
2428
|
+
background-color: var(--primary);
|
|
2429
|
+
}
|
|
2430
|
+
.ps .\[\&\[aria-selected\]\>button\]\:text-primary-foreground[aria-selected]>button {
|
|
2431
|
+
color: var(--primary-foreground);
|
|
2670
2432
|
}
|
|
2671
2433
|
@property --tw-animation-delay {
|
|
2672
2434
|
syntax: "*";
|
|
@@ -2800,150 +2562,150 @@
|
|
|
2800
2562
|
.ps button {
|
|
2801
2563
|
cursor: pointer;
|
|
2802
2564
|
}
|
|
2803
|
-
.ps {
|
|
2804
|
-
|
|
2805
|
-
|
|
2806
|
-
|
|
2807
|
-
|
|
2808
|
-
|
|
2809
|
-
|
|
2810
|
-
|
|
2811
|
-
|
|
2812
|
-
|
|
2813
|
-
|
|
2814
|
-
|
|
2815
|
-
|
|
2816
|
-
|
|
2817
|
-
|
|
2818
|
-
|
|
2819
|
-
|
|
2820
|
-
|
|
2821
|
-
|
|
2822
|
-
|
|
2823
|
-
|
|
2824
|
-
|
|
2825
|
-
|
|
2826
|
-
|
|
2827
|
-
|
|
2828
|
-
|
|
2829
|
-
|
|
2830
|
-
|
|
2831
|
-
|
|
2832
|
-
|
|
2833
|
-
|
|
2834
|
-
|
|
2835
|
-
|
|
2836
|
-
|
|
2837
|
-
|
|
2838
|
-
|
|
2839
|
-
|
|
2840
|
-
|
|
2841
|
-
|
|
2842
|
-
|
|
2843
|
-
|
|
2844
|
-
|
|
2845
|
-
|
|
2846
|
-
|
|
2847
|
-
|
|
2848
|
-
|
|
2849
|
-
|
|
2850
|
-
|
|
2851
|
-
|
|
2852
|
-
|
|
2853
|
-
|
|
2854
|
-
|
|
2855
|
-
.
|
|
2856
|
-
|
|
2857
|
-
|
|
2858
|
-
.
|
|
2859
|
-
|
|
2860
|
-
|
|
2861
|
-
|
|
2862
|
-
|
|
2863
|
-
|
|
2864
|
-
|
|
2865
|
-
|
|
2866
|
-
|
|
2867
|
-
|
|
2868
|
-
|
|
2869
|
-
|
|
2870
|
-
|
|
2871
|
-
|
|
2872
|
-
|
|
2873
|
-
|
|
2874
|
-
|
|
2875
|
-
|
|
2876
|
-
|
|
2877
|
-
|
|
2878
|
-
|
|
2879
|
-
|
|
2880
|
-
|
|
2881
|
-
|
|
2882
|
-
|
|
2883
|
-
|
|
2884
|
-
|
|
2885
|
-
|
|
2886
|
-
|
|
2887
|
-
|
|
2888
|
-
|
|
2889
|
-
|
|
2890
|
-
|
|
2891
|
-
|
|
2892
|
-
|
|
2893
|
-
|
|
2894
|
-
|
|
2895
|
-
|
|
2896
|
-
|
|
2897
|
-
|
|
2898
|
-
|
|
2899
|
-
|
|
2900
|
-
|
|
2901
|
-
|
|
2902
|
-
|
|
2903
|
-
|
|
2904
|
-
|
|
2565
|
+
.ps *, .ps ::after, .ps ::before, .ps ::backdrop, .ps ::file-selector-button {
|
|
2566
|
+
box-sizing: border-box;
|
|
2567
|
+
margin: 0;
|
|
2568
|
+
padding: 0;
|
|
2569
|
+
border: 0 solid;
|
|
2570
|
+
}
|
|
2571
|
+
.ps html, .ps :host {
|
|
2572
|
+
line-height: 1.5;
|
|
2573
|
+
-webkit-text-size-adjust: 100%;
|
|
2574
|
+
tab-size: 4;
|
|
2575
|
+
font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
|
|
2576
|
+
font-feature-settings: var(--default-font-feature-settings, normal);
|
|
2577
|
+
font-variation-settings: var(--default-font-variation-settings, normal);
|
|
2578
|
+
-webkit-tap-highlight-color: transparent;
|
|
2579
|
+
}
|
|
2580
|
+
.ps hr {
|
|
2581
|
+
height: 0;
|
|
2582
|
+
color: inherit;
|
|
2583
|
+
border-top-width: 1px;
|
|
2584
|
+
}
|
|
2585
|
+
.ps abbr:where([title]) {
|
|
2586
|
+
-webkit-text-decoration: underline dotted;
|
|
2587
|
+
text-decoration: underline dotted;
|
|
2588
|
+
}
|
|
2589
|
+
.ps h1, .ps h2, .ps h3, .ps h4, .ps h5, .ps h6 {
|
|
2590
|
+
font-size: inherit;
|
|
2591
|
+
font-weight: inherit;
|
|
2592
|
+
}
|
|
2593
|
+
.ps a {
|
|
2594
|
+
color: inherit;
|
|
2595
|
+
-webkit-text-decoration: inherit;
|
|
2596
|
+
text-decoration: inherit;
|
|
2597
|
+
}
|
|
2598
|
+
.ps b, .ps strong {
|
|
2599
|
+
font-weight: bolder;
|
|
2600
|
+
}
|
|
2601
|
+
.ps code, .ps kbd, .ps samp, .ps pre {
|
|
2602
|
+
font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
|
|
2603
|
+
font-feature-settings: var(--default-mono-font-feature-settings, normal);
|
|
2604
|
+
font-variation-settings: var(--default-mono-font-variation-settings, normal);
|
|
2605
|
+
font-size: 1em;
|
|
2606
|
+
}
|
|
2607
|
+
.ps small {
|
|
2608
|
+
font-size: 80%;
|
|
2609
|
+
}
|
|
2610
|
+
.ps sub, .ps sup {
|
|
2611
|
+
font-size: 75%;
|
|
2612
|
+
line-height: 0;
|
|
2613
|
+
position: relative;
|
|
2614
|
+
vertical-align: baseline;
|
|
2615
|
+
}
|
|
2616
|
+
.ps sub {
|
|
2617
|
+
bottom: -0.25em;
|
|
2618
|
+
}
|
|
2619
|
+
.ps sup {
|
|
2620
|
+
top: -0.5em;
|
|
2621
|
+
}
|
|
2622
|
+
.ps table {
|
|
2623
|
+
text-indent: 0;
|
|
2624
|
+
border-color: inherit;
|
|
2625
|
+
border-collapse: collapse;
|
|
2626
|
+
}
|
|
2627
|
+
.ps :-moz-focusring {
|
|
2628
|
+
outline: auto;
|
|
2629
|
+
}
|
|
2630
|
+
.ps progress {
|
|
2631
|
+
vertical-align: baseline;
|
|
2632
|
+
}
|
|
2633
|
+
.ps summary {
|
|
2634
|
+
display: list-item;
|
|
2635
|
+
}
|
|
2636
|
+
.ps ol, .ps ul, .ps menu {
|
|
2637
|
+
list-style: none;
|
|
2638
|
+
}
|
|
2639
|
+
.ps img, .ps svg, .ps video, .ps canvas, .ps audio, .ps iframe, .ps embed, .ps object {
|
|
2640
|
+
display: block;
|
|
2641
|
+
vertical-align: middle;
|
|
2642
|
+
}
|
|
2643
|
+
.ps img, .ps video {
|
|
2644
|
+
max-width: 100%;
|
|
2645
|
+
height: auto;
|
|
2646
|
+
}
|
|
2647
|
+
.ps button, .ps input, .ps select, .ps optgroup, .ps textarea, .ps ::file-selector-button {
|
|
2648
|
+
font: inherit;
|
|
2649
|
+
font-feature-settings: inherit;
|
|
2650
|
+
font-variation-settings: inherit;
|
|
2651
|
+
letter-spacing: inherit;
|
|
2652
|
+
color: inherit;
|
|
2653
|
+
border-radius: 0;
|
|
2654
|
+
background-color: transparent;
|
|
2655
|
+
opacity: 1;
|
|
2656
|
+
}
|
|
2657
|
+
.ps :where(select:is([multiple], [size])) optgroup {
|
|
2658
|
+
font-weight: bolder;
|
|
2659
|
+
}
|
|
2660
|
+
.ps :where(select:is([multiple], [size])) optgroup option {
|
|
2661
|
+
padding-inline-start: 20px;
|
|
2662
|
+
}
|
|
2663
|
+
.ps ::file-selector-button {
|
|
2664
|
+
margin-inline-end: 4px;
|
|
2665
|
+
}
|
|
2666
|
+
.ps ::placeholder {
|
|
2667
|
+
opacity: 1;
|
|
2668
|
+
}
|
|
2669
|
+
@supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
|
|
2905
2670
|
.ps ::placeholder {
|
|
2906
|
-
|
|
2671
|
+
color: currentcolor;
|
|
2907
2672
|
}
|
|
2908
|
-
@supports (
|
|
2673
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2909
2674
|
.ps ::placeholder {
|
|
2910
|
-
color: currentcolor;
|
|
2911
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
2912
|
-
color: color-mix(in oklab, currentcolor 50%, transparent);
|
|
2913
|
-
}
|
|
2675
|
+
color: color-mix(in oklab, currentcolor 50%, transparent);
|
|
2914
2676
|
}
|
|
2915
2677
|
}
|
|
2916
|
-
|
|
2917
|
-
|
|
2918
|
-
|
|
2919
|
-
|
|
2920
|
-
|
|
2921
|
-
|
|
2922
|
-
|
|
2923
|
-
|
|
2924
|
-
|
|
2925
|
-
|
|
2926
|
-
|
|
2927
|
-
|
|
2928
|
-
|
|
2929
|
-
|
|
2930
|
-
|
|
2931
|
-
|
|
2932
|
-
|
|
2933
|
-
|
|
2934
|
-
|
|
2935
|
-
|
|
2936
|
-
|
|
2937
|
-
|
|
2938
|
-
|
|
2939
|
-
|
|
2940
|
-
|
|
2941
|
-
|
|
2942
|
-
|
|
2943
|
-
|
|
2944
|
-
|
|
2945
|
-
|
|
2946
|
-
|
|
2678
|
+
}
|
|
2679
|
+
.ps textarea {
|
|
2680
|
+
resize: vertical;
|
|
2681
|
+
}
|
|
2682
|
+
.ps ::-webkit-search-decoration {
|
|
2683
|
+
-webkit-appearance: none;
|
|
2684
|
+
}
|
|
2685
|
+
.ps ::-webkit-date-and-time-value {
|
|
2686
|
+
min-height: 1lh;
|
|
2687
|
+
text-align: inherit;
|
|
2688
|
+
}
|
|
2689
|
+
.ps ::-webkit-datetime-edit {
|
|
2690
|
+
display: inline-flex;
|
|
2691
|
+
}
|
|
2692
|
+
.ps ::-webkit-datetime-edit-fields-wrapper {
|
|
2693
|
+
padding: 0;
|
|
2694
|
+
}
|
|
2695
|
+
.ps ::-webkit-datetime-edit, .ps ::-webkit-datetime-edit-year-field, .ps ::-webkit-datetime-edit-month-field, .ps ::-webkit-datetime-edit-day-field, .ps ::-webkit-datetime-edit-hour-field, .ps ::-webkit-datetime-edit-minute-field, .ps ::-webkit-datetime-edit-second-field, .ps ::-webkit-datetime-edit-millisecond-field, .ps ::-webkit-datetime-edit-meridiem-field {
|
|
2696
|
+
padding-block: 0;
|
|
2697
|
+
}
|
|
2698
|
+
.ps :-moz-ui-invalid {
|
|
2699
|
+
box-shadow: none;
|
|
2700
|
+
}
|
|
2701
|
+
.ps button, .ps input:where([type='button'], [type='reset'], [type='submit']), .ps ::file-selector-button {
|
|
2702
|
+
appearance: button;
|
|
2703
|
+
}
|
|
2704
|
+
.ps ::-webkit-inner-spin-button, .ps ::-webkit-outer-spin-button {
|
|
2705
|
+
height: auto;
|
|
2706
|
+
}
|
|
2707
|
+
.ps [hidden]:where(:not([hidden='until-found'])) {
|
|
2708
|
+
display: none !important;
|
|
2947
2709
|
}
|
|
2948
2710
|
.ps [data-radix-popper-content-wrapper] {
|
|
2949
2711
|
z-index: 950 !important;
|