@fileverse/ui 4.0.2 → 4.0.4
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/README.md +11 -22
- package/dist/index.cjs.js +52 -41
- package/dist/index.css +503 -17
- package/dist/index.es.d.ts +234 -2
- package/dist/index.es.js +15734 -12327
- package/package.json +20 -6
package/dist/index.css
CHANGED
|
@@ -661,6 +661,10 @@ video {
|
|
|
661
661
|
background-color: hsl(var(--color-bg-brand));
|
|
662
662
|
}
|
|
663
663
|
|
|
664
|
+
.\!color-bg-brand-hover {
|
|
665
|
+
background-color: hsl(var(--color-bg-brand-hover)) !important;
|
|
666
|
+
}
|
|
667
|
+
|
|
664
668
|
.color-bg-brand-hover {
|
|
665
669
|
background-color: hsl(var(--color-bg-brand-hover));
|
|
666
670
|
}
|
|
@@ -981,6 +985,9 @@ video {
|
|
|
981
985
|
.pointer-events-none {
|
|
982
986
|
pointer-events: none;
|
|
983
987
|
}
|
|
988
|
+
.visible {
|
|
989
|
+
visibility: visible;
|
|
990
|
+
}
|
|
984
991
|
.invisible {
|
|
985
992
|
visibility: hidden;
|
|
986
993
|
}
|
|
@@ -1003,6 +1010,10 @@ video {
|
|
|
1003
1010
|
left: 0px;
|
|
1004
1011
|
right: 0px;
|
|
1005
1012
|
}
|
|
1013
|
+
.inset-y-0 {
|
|
1014
|
+
top: 0px;
|
|
1015
|
+
bottom: 0px;
|
|
1016
|
+
}
|
|
1006
1017
|
.-bottom-6 {
|
|
1007
1018
|
bottom: -1.5rem;
|
|
1008
1019
|
}
|
|
@@ -1030,6 +1041,9 @@ video {
|
|
|
1030
1041
|
.bottom-5 {
|
|
1031
1042
|
bottom: 1.25rem;
|
|
1032
1043
|
}
|
|
1044
|
+
.left-0 {
|
|
1045
|
+
left: 0px;
|
|
1046
|
+
}
|
|
1033
1047
|
.left-1\/2 {
|
|
1034
1048
|
left: 50%;
|
|
1035
1049
|
}
|
|
@@ -1063,18 +1077,21 @@ video {
|
|
|
1063
1077
|
.right-6 {
|
|
1064
1078
|
right: 1.5rem;
|
|
1065
1079
|
}
|
|
1080
|
+
.top-0 {
|
|
1081
|
+
top: 0px;
|
|
1082
|
+
}
|
|
1066
1083
|
.top-1\/2 {
|
|
1067
1084
|
top: 50%;
|
|
1068
1085
|
}
|
|
1086
|
+
.top-3 {
|
|
1087
|
+
top: 0.75rem;
|
|
1088
|
+
}
|
|
1069
1089
|
.top-5 {
|
|
1070
1090
|
top: 1.25rem;
|
|
1071
1091
|
}
|
|
1072
1092
|
.top-6 {
|
|
1073
1093
|
top: 1.5rem;
|
|
1074
1094
|
}
|
|
1075
|
-
.top-8 {
|
|
1076
|
-
top: 2rem;
|
|
1077
|
-
}
|
|
1078
1095
|
.top-\[50\%\] {
|
|
1079
1096
|
top: 50%;
|
|
1080
1097
|
}
|
|
@@ -1084,6 +1101,12 @@ video {
|
|
|
1084
1101
|
.z-50 {
|
|
1085
1102
|
z-index: 50;
|
|
1086
1103
|
}
|
|
1104
|
+
.z-\[999\] {
|
|
1105
|
+
z-index: 999;
|
|
1106
|
+
}
|
|
1107
|
+
.m-1 {
|
|
1108
|
+
margin: 0.25rem;
|
|
1109
|
+
}
|
|
1087
1110
|
.-mx-1 {
|
|
1088
1111
|
margin-left: -0.25rem;
|
|
1089
1112
|
margin-right: -0.25rem;
|
|
@@ -1100,9 +1123,9 @@ video {
|
|
|
1100
1123
|
margin-top: 0px;
|
|
1101
1124
|
margin-bottom: 0px;
|
|
1102
1125
|
}
|
|
1103
|
-
.my-
|
|
1104
|
-
margin-top:
|
|
1105
|
-
margin-bottom:
|
|
1126
|
+
.my-1 {
|
|
1127
|
+
margin-top: 0.25rem;
|
|
1128
|
+
margin-bottom: 0.25rem;
|
|
1106
1129
|
}
|
|
1107
1130
|
.my-auto {
|
|
1108
1131
|
margin-top: auto;
|
|
@@ -1120,6 +1143,9 @@ video {
|
|
|
1120
1143
|
.ml-2 {
|
|
1121
1144
|
margin-left: 0.5rem;
|
|
1122
1145
|
}
|
|
1146
|
+
.ml-auto {
|
|
1147
|
+
margin-left: auto;
|
|
1148
|
+
}
|
|
1123
1149
|
.mr-1 {
|
|
1124
1150
|
margin-right: 0.25rem;
|
|
1125
1151
|
}
|
|
@@ -1180,12 +1206,21 @@ video {
|
|
|
1180
1206
|
.aspect-video {
|
|
1181
1207
|
aspect-ratio: 16 / 9;
|
|
1182
1208
|
}
|
|
1209
|
+
.\!h-\[4rem\] {
|
|
1210
|
+
height: 4rem !important;
|
|
1211
|
+
}
|
|
1212
|
+
.\!h-auto {
|
|
1213
|
+
height: auto !important;
|
|
1214
|
+
}
|
|
1183
1215
|
.h-10 {
|
|
1184
1216
|
height: 2.5rem;
|
|
1185
1217
|
}
|
|
1186
1218
|
.h-12 {
|
|
1187
1219
|
height: 3rem;
|
|
1188
1220
|
}
|
|
1221
|
+
.h-3\.5 {
|
|
1222
|
+
height: 0.875rem;
|
|
1223
|
+
}
|
|
1189
1224
|
.h-4 {
|
|
1190
1225
|
height: 1rem;
|
|
1191
1226
|
}
|
|
@@ -1201,9 +1236,6 @@ video {
|
|
|
1201
1236
|
.h-9 {
|
|
1202
1237
|
height: 2.25rem;
|
|
1203
1238
|
}
|
|
1204
|
-
.h-\[156px\] {
|
|
1205
|
-
height: 156px;
|
|
1206
|
-
}
|
|
1207
1239
|
.h-\[16px\] {
|
|
1208
1240
|
height: 16px;
|
|
1209
1241
|
}
|
|
@@ -1231,6 +1263,9 @@ video {
|
|
|
1231
1263
|
.h-\[52px\] {
|
|
1232
1264
|
height: 52px;
|
|
1233
1265
|
}
|
|
1266
|
+
.h-\[56px\] {
|
|
1267
|
+
height: 56px;
|
|
1268
|
+
}
|
|
1234
1269
|
.h-\[68px\] {
|
|
1235
1270
|
height: 68px;
|
|
1236
1271
|
}
|
|
@@ -1240,6 +1275,9 @@ video {
|
|
|
1240
1275
|
.h-\[calc\(100\%-2rem\)\] {
|
|
1241
1276
|
height: calc(100% - 2rem);
|
|
1242
1277
|
}
|
|
1278
|
+
.h-\[var\(--radix-select-trigger-height\)\] {
|
|
1279
|
+
height: var(--radix-select-trigger-height);
|
|
1280
|
+
}
|
|
1243
1281
|
.h-auto {
|
|
1244
1282
|
height: auto;
|
|
1245
1283
|
}
|
|
@@ -1250,18 +1288,27 @@ video {
|
|
|
1250
1288
|
.h-full {
|
|
1251
1289
|
height: 100%;
|
|
1252
1290
|
}
|
|
1291
|
+
.h-px {
|
|
1292
|
+
height: 1px;
|
|
1293
|
+
}
|
|
1253
1294
|
.h-screen {
|
|
1254
1295
|
height: 100vh;
|
|
1255
1296
|
}
|
|
1297
|
+
.max-h-96 {
|
|
1298
|
+
max-height: 24rem;
|
|
1299
|
+
}
|
|
1300
|
+
.max-h-\[300px\] {
|
|
1301
|
+
max-height: 300px;
|
|
1302
|
+
}
|
|
1256
1303
|
.\!min-h-12 {
|
|
1257
1304
|
min-height: 3rem !important;
|
|
1258
1305
|
}
|
|
1306
|
+
.min-h-10 {
|
|
1307
|
+
min-height: 2.5rem;
|
|
1308
|
+
}
|
|
1259
1309
|
.min-h-9 {
|
|
1260
1310
|
min-height: 2.25rem;
|
|
1261
1311
|
}
|
|
1262
|
-
.min-h-\[156px\] {
|
|
1263
|
-
min-height: 156px;
|
|
1264
|
-
}
|
|
1265
1312
|
.min-h-\[2vh\] {
|
|
1266
1313
|
min-height: 2vh;
|
|
1267
1314
|
}
|
|
@@ -1286,6 +1333,12 @@ video {
|
|
|
1286
1333
|
.w-24 {
|
|
1287
1334
|
width: 6rem;
|
|
1288
1335
|
}
|
|
1336
|
+
.w-3\.5 {
|
|
1337
|
+
width: 0.875rem;
|
|
1338
|
+
}
|
|
1339
|
+
.w-3\/4 {
|
|
1340
|
+
width: 75%;
|
|
1341
|
+
}
|
|
1289
1342
|
.w-32 {
|
|
1290
1343
|
width: 8rem;
|
|
1291
1344
|
}
|
|
@@ -1298,6 +1351,9 @@ video {
|
|
|
1298
1351
|
.w-6 {
|
|
1299
1352
|
width: 1.5rem;
|
|
1300
1353
|
}
|
|
1354
|
+
.w-72 {
|
|
1355
|
+
width: 18rem;
|
|
1356
|
+
}
|
|
1301
1357
|
.w-8 {
|
|
1302
1358
|
width: 2rem;
|
|
1303
1359
|
}
|
|
@@ -1313,12 +1369,18 @@ video {
|
|
|
1313
1369
|
.w-\[172px\] {
|
|
1314
1370
|
width: 172px;
|
|
1315
1371
|
}
|
|
1372
|
+
.w-\[180px\] {
|
|
1373
|
+
width: 180px;
|
|
1374
|
+
}
|
|
1316
1375
|
.w-\[18px\] {
|
|
1317
1376
|
width: 18px;
|
|
1318
1377
|
}
|
|
1319
1378
|
.w-\[20px\] {
|
|
1320
1379
|
width: 20px;
|
|
1321
1380
|
}
|
|
1381
|
+
.w-\[280px\] {
|
|
1382
|
+
width: 280px;
|
|
1383
|
+
}
|
|
1322
1384
|
.w-\[350px\] {
|
|
1323
1385
|
width: 350px;
|
|
1324
1386
|
}
|
|
@@ -1346,6 +1408,9 @@ video {
|
|
|
1346
1408
|
.w-\[80vw\] {
|
|
1347
1409
|
width: 80vw;
|
|
1348
1410
|
}
|
|
1411
|
+
.w-\[85\%\] {
|
|
1412
|
+
width: 85%;
|
|
1413
|
+
}
|
|
1349
1414
|
.w-fit {
|
|
1350
1415
|
width: -moz-fit-content;
|
|
1351
1416
|
width: fit-content;
|
|
@@ -1374,6 +1439,12 @@ video {
|
|
|
1374
1439
|
.min-w-\[200px\] {
|
|
1375
1440
|
min-width: 200px;
|
|
1376
1441
|
}
|
|
1442
|
+
.min-w-\[25\%\] {
|
|
1443
|
+
min-width: 25%;
|
|
1444
|
+
}
|
|
1445
|
+
.min-w-\[280px\] {
|
|
1446
|
+
min-width: 280px;
|
|
1447
|
+
}
|
|
1377
1448
|
.min-w-\[30px\] {
|
|
1378
1449
|
min-width: 30px;
|
|
1379
1450
|
}
|
|
@@ -1383,9 +1454,18 @@ video {
|
|
|
1383
1454
|
.min-w-\[40px\] {
|
|
1384
1455
|
min-width: 40px;
|
|
1385
1456
|
}
|
|
1457
|
+
.min-w-\[418px\] {
|
|
1458
|
+
min-width: 418px;
|
|
1459
|
+
}
|
|
1386
1460
|
.min-w-\[60\%\] {
|
|
1387
1461
|
min-width: 60%;
|
|
1388
1462
|
}
|
|
1463
|
+
.min-w-\[calc\(100vw-32px\)\] {
|
|
1464
|
+
min-width: calc(100vw - 32px);
|
|
1465
|
+
}
|
|
1466
|
+
.min-w-\[var\(--radix-select-trigger-width\)\] {
|
|
1467
|
+
min-width: var(--radix-select-trigger-width);
|
|
1468
|
+
}
|
|
1389
1469
|
.min-w-fit {
|
|
1390
1470
|
min-width: -moz-fit-content;
|
|
1391
1471
|
min-width: fit-content;
|
|
@@ -1396,10 +1476,16 @@ video {
|
|
|
1396
1476
|
.max-w-\[172px\] {
|
|
1397
1477
|
max-width: 172px;
|
|
1398
1478
|
}
|
|
1479
|
+
.max-w-\[440px\] {
|
|
1480
|
+
max-width: 440px;
|
|
1481
|
+
}
|
|
1399
1482
|
.max-w-fit {
|
|
1400
1483
|
max-width: -moz-fit-content;
|
|
1401
1484
|
max-width: fit-content;
|
|
1402
1485
|
}
|
|
1486
|
+
.max-w-full {
|
|
1487
|
+
max-width: 100%;
|
|
1488
|
+
}
|
|
1403
1489
|
.max-w-lg {
|
|
1404
1490
|
max-width: 32rem;
|
|
1405
1491
|
}
|
|
@@ -1418,6 +1504,9 @@ video {
|
|
|
1418
1504
|
.flex-\[0\.8\] {
|
|
1419
1505
|
flex: 0.8;
|
|
1420
1506
|
}
|
|
1507
|
+
.flex-auto {
|
|
1508
|
+
flex: 1 1 auto;
|
|
1509
|
+
}
|
|
1421
1510
|
.flex-none {
|
|
1422
1511
|
flex: none;
|
|
1423
1512
|
}
|
|
@@ -1445,6 +1534,10 @@ video {
|
|
|
1445
1534
|
--tw-translate-x: -50%;
|
|
1446
1535
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
1447
1536
|
}
|
|
1537
|
+
.translate-y-1\/4 {
|
|
1538
|
+
--tw-translate-y: 25%;
|
|
1539
|
+
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
1540
|
+
}
|
|
1448
1541
|
.translate-y-\[-50\%\] {
|
|
1449
1542
|
--tw-translate-y: -50%;
|
|
1450
1543
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
@@ -1481,6 +1574,11 @@ video {
|
|
|
1481
1574
|
.cursor-pointer {
|
|
1482
1575
|
cursor: pointer;
|
|
1483
1576
|
}
|
|
1577
|
+
.select-none {
|
|
1578
|
+
-webkit-user-select: none;
|
|
1579
|
+
-moz-user-select: none;
|
|
1580
|
+
user-select: none;
|
|
1581
|
+
}
|
|
1484
1582
|
.resize-none {
|
|
1485
1583
|
resize: none;
|
|
1486
1584
|
}
|
|
@@ -1489,6 +1587,12 @@ video {
|
|
|
1489
1587
|
-moz-appearance: none;
|
|
1490
1588
|
appearance: none;
|
|
1491
1589
|
}
|
|
1590
|
+
.grid-flow-col {
|
|
1591
|
+
grid-auto-flow: column;
|
|
1592
|
+
}
|
|
1593
|
+
.grid-cols-2 {
|
|
1594
|
+
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
1595
|
+
}
|
|
1492
1596
|
.flex-row {
|
|
1493
1597
|
flex-direction: row;
|
|
1494
1598
|
}
|
|
@@ -1582,6 +1686,12 @@ video {
|
|
|
1582
1686
|
.overflow-hidden {
|
|
1583
1687
|
overflow: hidden;
|
|
1584
1688
|
}
|
|
1689
|
+
.overflow-y-auto {
|
|
1690
|
+
overflow-y: auto;
|
|
1691
|
+
}
|
|
1692
|
+
.overflow-x-hidden {
|
|
1693
|
+
overflow-x: hidden;
|
|
1694
|
+
}
|
|
1585
1695
|
.truncate {
|
|
1586
1696
|
overflow: hidden;
|
|
1587
1697
|
text-overflow: ellipsis;
|
|
@@ -1611,16 +1721,35 @@ video {
|
|
|
1611
1721
|
.rounded-md {
|
|
1612
1722
|
border-radius: calc(var(--radius) - 2px);
|
|
1613
1723
|
}
|
|
1724
|
+
.rounded-none {
|
|
1725
|
+
border-radius: 0px;
|
|
1726
|
+
}
|
|
1614
1727
|
.rounded-sm {
|
|
1615
1728
|
border-radius: calc(var(--radius) - 4px);
|
|
1616
1729
|
}
|
|
1617
1730
|
.rounded-xl {
|
|
1618
1731
|
border-radius: 0.75rem;
|
|
1619
1732
|
}
|
|
1733
|
+
.rounded-b-lg {
|
|
1734
|
+
border-bottom-right-radius: var(--radius);
|
|
1735
|
+
border-bottom-left-radius: var(--radius);
|
|
1736
|
+
}
|
|
1737
|
+
.rounded-l-lg {
|
|
1738
|
+
border-top-left-radius: var(--radius);
|
|
1739
|
+
border-bottom-left-radius: var(--radius);
|
|
1740
|
+
}
|
|
1741
|
+
.rounded-r-lg {
|
|
1742
|
+
border-top-right-radius: var(--radius);
|
|
1743
|
+
border-bottom-right-radius: var(--radius);
|
|
1744
|
+
}
|
|
1620
1745
|
.rounded-t-\[10px\] {
|
|
1621
1746
|
border-top-left-radius: 10px;
|
|
1622
1747
|
border-top-right-radius: 10px;
|
|
1623
1748
|
}
|
|
1749
|
+
.rounded-t-lg {
|
|
1750
|
+
border-top-left-radius: var(--radius);
|
|
1751
|
+
border-top-right-radius: var(--radius);
|
|
1752
|
+
}
|
|
1624
1753
|
.border {
|
|
1625
1754
|
border-width: 1px;
|
|
1626
1755
|
}
|
|
@@ -1639,6 +1768,9 @@ video {
|
|
|
1639
1768
|
.border-b-\[0\.5px\] {
|
|
1640
1769
|
border-bottom-width: 0.5px;
|
|
1641
1770
|
}
|
|
1771
|
+
.border-r {
|
|
1772
|
+
border-right-width: 1px;
|
|
1773
|
+
}
|
|
1642
1774
|
.border-t {
|
|
1643
1775
|
border-top-width: 1px;
|
|
1644
1776
|
}
|
|
@@ -1668,6 +1800,9 @@ video {
|
|
|
1668
1800
|
--tw-bg-opacity: 1;
|
|
1669
1801
|
background-color: rgb(209 213 219 / var(--tw-bg-opacity));
|
|
1670
1802
|
}
|
|
1803
|
+
.bg-inherit {
|
|
1804
|
+
background-color: inherit;
|
|
1805
|
+
}
|
|
1671
1806
|
.bg-transparent {
|
|
1672
1807
|
background-color: transparent;
|
|
1673
1808
|
}
|
|
@@ -1709,10 +1844,22 @@ video {
|
|
|
1709
1844
|
.p-\[2px\] {
|
|
1710
1845
|
padding: 2px;
|
|
1711
1846
|
}
|
|
1847
|
+
.\!px-1 {
|
|
1848
|
+
padding-left: 0.25rem !important;
|
|
1849
|
+
padding-right: 0.25rem !important;
|
|
1850
|
+
}
|
|
1851
|
+
.\!py-\[2px\] {
|
|
1852
|
+
padding-top: 2px !important;
|
|
1853
|
+
padding-bottom: 2px !important;
|
|
1854
|
+
}
|
|
1712
1855
|
.px-0 {
|
|
1713
1856
|
padding-left: 0px;
|
|
1714
1857
|
padding-right: 0px;
|
|
1715
1858
|
}
|
|
1859
|
+
.px-1 {
|
|
1860
|
+
padding-left: 0.25rem;
|
|
1861
|
+
padding-right: 0.25rem;
|
|
1862
|
+
}
|
|
1716
1863
|
.px-2 {
|
|
1717
1864
|
padding-left: 0.5rem;
|
|
1718
1865
|
padding-right: 0.5rem;
|
|
@@ -1737,10 +1884,22 @@ video {
|
|
|
1737
1884
|
padding-left: 2rem;
|
|
1738
1885
|
padding-right: 2rem;
|
|
1739
1886
|
}
|
|
1887
|
+
.px-px {
|
|
1888
|
+
padding-left: 1px;
|
|
1889
|
+
padding-right: 1px;
|
|
1890
|
+
}
|
|
1740
1891
|
.py-1 {
|
|
1741
1892
|
padding-top: 0.25rem;
|
|
1742
1893
|
padding-bottom: 0.25rem;
|
|
1743
1894
|
}
|
|
1895
|
+
.py-1\.5 {
|
|
1896
|
+
padding-top: 0.375rem;
|
|
1897
|
+
padding-bottom: 0.375rem;
|
|
1898
|
+
}
|
|
1899
|
+
.py-10 {
|
|
1900
|
+
padding-top: 2.5rem;
|
|
1901
|
+
padding-bottom: 2.5rem;
|
|
1902
|
+
}
|
|
1744
1903
|
.py-2 {
|
|
1745
1904
|
padding-top: 0.5rem;
|
|
1746
1905
|
padding-bottom: 0.5rem;
|
|
@@ -1769,12 +1928,18 @@ video {
|
|
|
1769
1928
|
.pl-10 {
|
|
1770
1929
|
padding-left: 2.5rem;
|
|
1771
1930
|
}
|
|
1931
|
+
.pl-2 {
|
|
1932
|
+
padding-left: 0.5rem;
|
|
1933
|
+
}
|
|
1772
1934
|
.pr-10 {
|
|
1773
1935
|
padding-right: 2.5rem;
|
|
1774
1936
|
}
|
|
1775
1937
|
.pr-3 {
|
|
1776
1938
|
padding-right: 0.75rem;
|
|
1777
1939
|
}
|
|
1940
|
+
.pr-8 {
|
|
1941
|
+
padding-right: 2rem;
|
|
1942
|
+
}
|
|
1778
1943
|
.pt-0 {
|
|
1779
1944
|
padding-top: 0px;
|
|
1780
1945
|
}
|
|
@@ -1817,6 +1982,10 @@ video {
|
|
|
1817
1982
|
.text-\[32px\] {
|
|
1818
1983
|
font-size: 32px;
|
|
1819
1984
|
}
|
|
1985
|
+
.text-sm {
|
|
1986
|
+
font-size: 0.875rem;
|
|
1987
|
+
line-height: 1.25rem;
|
|
1988
|
+
}
|
|
1820
1989
|
.font-\[700\] {
|
|
1821
1990
|
font-weight: 700;
|
|
1822
1991
|
}
|
|
@@ -1829,6 +1998,9 @@ video {
|
|
|
1829
1998
|
.leading-none {
|
|
1830
1999
|
line-height: 1;
|
|
1831
2000
|
}
|
|
2001
|
+
.tracking-widest {
|
|
2002
|
+
letter-spacing: 0.1em;
|
|
2003
|
+
}
|
|
1832
2004
|
.text-gray-500 {
|
|
1833
2005
|
--tw-text-opacity: 1;
|
|
1834
2006
|
color: rgb(107 114 128 / var(--tw-text-opacity));
|
|
@@ -1846,6 +2018,11 @@ video {
|
|
|
1846
2018
|
.opacity-50 {
|
|
1847
2019
|
opacity: 0.5;
|
|
1848
2020
|
}
|
|
2021
|
+
.shadow {
|
|
2022
|
+
--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
|
|
2023
|
+
--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
|
|
2024
|
+
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
2025
|
+
}
|
|
1849
2026
|
.shadow-lg {
|
|
1850
2027
|
--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
|
|
1851
2028
|
--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
|
|
@@ -1941,117 +2118,172 @@ video {
|
|
|
1941
2118
|
.ease-in-out {
|
|
1942
2119
|
animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1943
2120
|
}
|
|
2121
|
+
|
|
2122
|
+
#selected-value > div > div > p {
|
|
2123
|
+
display: none;
|
|
2124
|
+
}
|
|
2125
|
+
|
|
1944
2126
|
.file\:text-body-sm::file-selector-button {
|
|
1945
2127
|
font-family: system-ui;
|
|
1946
2128
|
font-size: 14px;
|
|
1947
2129
|
font-weight: 400;
|
|
1948
2130
|
line-height: 20px;
|
|
1949
2131
|
}
|
|
2132
|
+
|
|
1950
2133
|
.placeholder\:color-text-disabled::-moz-placeholder {
|
|
1951
2134
|
color: hsl(var(--color-text-disabled));
|
|
1952
2135
|
}
|
|
2136
|
+
|
|
1953
2137
|
.placeholder\:color-text-disabled::placeholder {
|
|
1954
2138
|
color: hsl(var(--color-text-disabled));
|
|
1955
2139
|
}
|
|
2140
|
+
|
|
1956
2141
|
.after\:color-bg-default-inverse::after {
|
|
1957
2142
|
content: var(--tw-content);
|
|
1958
2143
|
background-color: hsl(var(--color-bg-default-inverse));
|
|
1959
2144
|
}
|
|
2145
|
+
|
|
1960
2146
|
.after\:color-icon-disabled::after {
|
|
1961
2147
|
content: var(--tw-content);
|
|
1962
2148
|
background-color: hsl(var(--color-icon-disabled));
|
|
1963
2149
|
}
|
|
2150
|
+
|
|
1964
2151
|
.checked\:color-text-inverse:checked {
|
|
1965
2152
|
color: hsl(var(--color-text-inverse));
|
|
1966
2153
|
}
|
|
2154
|
+
|
|
1967
2155
|
.checked\:color-bg-default-inverse:checked {
|
|
1968
2156
|
background-color: hsl(var(--color-bg-default-inverse));
|
|
1969
2157
|
}
|
|
2158
|
+
|
|
1970
2159
|
.hover\:color-text-inverse:hover {
|
|
1971
2160
|
color: hsl(var(--color-text-inverse));
|
|
1972
2161
|
}
|
|
2162
|
+
|
|
1973
2163
|
.hover\:\!color-bg-default-hover:hover {
|
|
1974
2164
|
background-color: hsl(var(--color-bg-default-hover)) !important;
|
|
1975
2165
|
}
|
|
2166
|
+
|
|
1976
2167
|
.hover\:color-bg-default-hover:hover {
|
|
1977
2168
|
background-color: hsl(var(--color-bg-default-hover));
|
|
1978
2169
|
}
|
|
2170
|
+
|
|
1979
2171
|
.hover\:color-bg-secondary-hover:hover {
|
|
1980
2172
|
background-color: hsl(var(--color-bg-secondary-hover));
|
|
1981
2173
|
}
|
|
1982
|
-
|
|
1983
|
-
background-color: hsl(var(--color-bg-tertiary));
|
|
1984
|
-
}
|
|
2174
|
+
|
|
1985
2175
|
.hover\:color-bg-disabled:hover {
|
|
1986
2176
|
background-color: hsl(var(--color-bg-disabled));
|
|
1987
2177
|
}
|
|
2178
|
+
|
|
2179
|
+
.hover\:\!color-bg-brand-hover:hover {
|
|
2180
|
+
background-color: hsl(var(--color-bg-brand-hover)) !important;
|
|
2181
|
+
}
|
|
2182
|
+
|
|
1988
2183
|
.hover\:color-bg-brand-hover:hover {
|
|
1989
2184
|
background-color: hsl(var(--color-bg-brand-hover));
|
|
1990
2185
|
}
|
|
2186
|
+
|
|
1991
2187
|
.hover\:color-button-default-hover:hover {
|
|
1992
2188
|
background-color: hsl(var(--color-button-default-hover));
|
|
1993
2189
|
}
|
|
2190
|
+
|
|
1994
2191
|
.hover\:color-button-secondary-hover:hover {
|
|
1995
2192
|
background-color: hsl(var(--color-button-secondary-hover));
|
|
1996
2193
|
}
|
|
2194
|
+
|
|
1997
2195
|
.hover\:color-button-danger-hover:hover {
|
|
1998
2196
|
background-color: hsl(var(--color-button-danger-hover));
|
|
1999
2197
|
}
|
|
2198
|
+
|
|
2000
2199
|
.hover\:\!color-button-floating-hover:hover {
|
|
2001
2200
|
background-color: hsl(var(--color-button-floating-hover)) !important;
|
|
2002
2201
|
}
|
|
2202
|
+
|
|
2003
2203
|
.hover\:color-border-hover:hover {
|
|
2004
2204
|
border-color: hsl(var(--color-border-hover));
|
|
2005
2205
|
}
|
|
2206
|
+
|
|
2207
|
+
.focus\:color-text-default:focus {
|
|
2208
|
+
color: hsl(var(--color-text-default));
|
|
2209
|
+
}
|
|
2210
|
+
|
|
2211
|
+
.focus\:color-bg-default-selected:focus {
|
|
2212
|
+
background-color: hsl(var(--color-bg-default-selected));
|
|
2213
|
+
}
|
|
2214
|
+
|
|
2006
2215
|
.focus-visible\:color-border-hover:focus-visible {
|
|
2007
2216
|
border-color: hsl(var(--color-border-hover));
|
|
2008
2217
|
}
|
|
2218
|
+
|
|
2009
2219
|
.disabled\:color-text-disabled:disabled {
|
|
2010
2220
|
color: hsl(var(--color-text-disabled));
|
|
2011
2221
|
}
|
|
2222
|
+
|
|
2012
2223
|
.disabled\:color-bg-disabled:disabled {
|
|
2013
2224
|
background-color: hsl(var(--color-bg-disabled));
|
|
2014
2225
|
}
|
|
2226
|
+
|
|
2015
2227
|
.disabled\:\!color-button-disabled:disabled {
|
|
2016
2228
|
background-color: hsl(var(--color-button-disabled)) !important;
|
|
2017
2229
|
border-color: hsl(var(--color-button-disabled)) !important;
|
|
2018
2230
|
color: hsl(var(--color-text-disabled)) !important;
|
|
2019
2231
|
}
|
|
2232
|
+
|
|
2020
2233
|
.disabled\:color-button-disabled:disabled {
|
|
2021
2234
|
background-color: hsl(var(--color-button-disabled));
|
|
2022
2235
|
border-color: hsl(var(--color-button-disabled));
|
|
2023
2236
|
color: hsl(var(--color-text-disabled));
|
|
2024
2237
|
}
|
|
2238
|
+
|
|
2025
2239
|
.disabled\:color-border-disabled:disabled {
|
|
2026
2240
|
border-color: hsl(var(--color-border-disabled));
|
|
2027
2241
|
}
|
|
2242
|
+
|
|
2243
|
+
.aria-selected\:color-text-default[aria-selected="true"] {
|
|
2244
|
+
color: hsl(var(--color-text-default));
|
|
2245
|
+
}
|
|
2246
|
+
|
|
2247
|
+
.aria-selected\:color-bg-default-selected[aria-selected="true"] {
|
|
2248
|
+
background-color: hsl(var(--color-bg-default-selected));
|
|
2249
|
+
}
|
|
2250
|
+
|
|
2028
2251
|
.data-\[state\=active\]\:color-text-default[data-state=active] {
|
|
2029
2252
|
color: hsl(var(--color-text-default));
|
|
2030
2253
|
}
|
|
2254
|
+
|
|
2031
2255
|
.data-\[state\=open\]\:color-text-default[data-state=open] {
|
|
2032
2256
|
color: hsl(var(--color-text-default));
|
|
2033
2257
|
}
|
|
2258
|
+
|
|
2034
2259
|
.data-\[state\=unchecked\]\:color-bg-default-hover[data-state=unchecked] {
|
|
2035
2260
|
background-color: hsl(var(--color-bg-default-hover));
|
|
2036
2261
|
}
|
|
2262
|
+
|
|
2037
2263
|
.data-\[state\=open\]\:color-bg-default-selected[data-state=open] {
|
|
2038
2264
|
background-color: hsl(var(--color-bg-default-selected));
|
|
2039
2265
|
}
|
|
2266
|
+
|
|
2040
2267
|
.data-\[state\=selected\]\:color-bg-disabled[data-state=selected] {
|
|
2041
2268
|
background-color: hsl(var(--color-bg-disabled));
|
|
2042
2269
|
}
|
|
2270
|
+
|
|
2043
2271
|
.data-\[state\=checked\]\:color-bg-brand-hover[data-state=checked] {
|
|
2044
2272
|
background-color: hsl(var(--color-bg-brand-hover));
|
|
2045
2273
|
}
|
|
2274
|
+
|
|
2046
2275
|
.data-\[state\=active\]\:color-border-active[data-state=active] {
|
|
2047
2276
|
border-color: hsl(var(--color-border-active));
|
|
2048
2277
|
}
|
|
2278
|
+
|
|
2049
2279
|
.data-\[state\=unchecked\]\:hover\:enabled\:color-bg-default-hover:enabled:hover[data-state=unchecked] {
|
|
2050
2280
|
background-color: hsl(var(--color-bg-default-hover));
|
|
2051
2281
|
}
|
|
2282
|
+
|
|
2052
2283
|
.data-\[state\=checked\]\:hover\:enabled\:color-bg-brand-hover:enabled:hover[data-state=checked] {
|
|
2053
2284
|
background-color: hsl(var(--color-bg-brand-hover));
|
|
2054
2285
|
}
|
|
2286
|
+
|
|
2055
2287
|
@media (min-width: 1024px) {
|
|
2056
2288
|
|
|
2057
2289
|
.lg\:\!text-heading-2xlg {
|
|
@@ -2061,139 +2293,222 @@ video {
|
|
|
2061
2293
|
line-height: 40px !important;
|
|
2062
2294
|
}
|
|
2063
2295
|
}
|
|
2296
|
+
|
|
2297
|
+
.\[\&_\[cmdk-group-heading\]\]\:text-helper-text-sm [cmdk-group-heading] {
|
|
2298
|
+
font-family: system-ui;
|
|
2299
|
+
font-size: 12px;
|
|
2300
|
+
font-weight: 400;
|
|
2301
|
+
line-height: 16px;
|
|
2302
|
+
}
|
|
2303
|
+
|
|
2304
|
+
.\[\&_\[cmdk-group-heading\]\]\:color-text-disabled [cmdk-group-heading] {
|
|
2305
|
+
color: hsl(var(--color-text-disabled));
|
|
2306
|
+
}
|
|
2307
|
+
|
|
2064
2308
|
.data-\[state\=unchecked\]\:toggle-default[data-state=unchecked] {
|
|
2065
2309
|
background-color: hsl(var(--color-bg-disabled));
|
|
2066
2310
|
}
|
|
2311
|
+
|
|
2067
2312
|
.data-\[state\=checked\]\:toggle-active[data-state=checked] {
|
|
2068
2313
|
background-color: hsl(var(--color-bg-brand));
|
|
2069
2314
|
}
|
|
2315
|
+
|
|
2070
2316
|
.data-\[state\=checked\]\:disabled\:toggle-default:disabled[data-state=checked] {
|
|
2071
2317
|
background-color: hsl(var(--color-bg-disabled));
|
|
2072
2318
|
}
|
|
2319
|
+
|
|
2073
2320
|
.file\:border-0::file-selector-button {
|
|
2074
2321
|
border-width: 0px;
|
|
2075
2322
|
}
|
|
2323
|
+
|
|
2076
2324
|
.file\:bg-transparent::file-selector-button {
|
|
2077
2325
|
background-color: transparent;
|
|
2078
2326
|
}
|
|
2327
|
+
|
|
2079
2328
|
.after\:block::after {
|
|
2080
2329
|
content: var(--tw-content);
|
|
2081
2330
|
display: block;
|
|
2082
2331
|
}
|
|
2332
|
+
|
|
2083
2333
|
.after\:h-\[10px\]::after {
|
|
2084
2334
|
content: var(--tw-content);
|
|
2085
2335
|
height: 10px;
|
|
2086
2336
|
}
|
|
2337
|
+
|
|
2087
2338
|
.after\:h-\[6px\]::after {
|
|
2088
2339
|
content: var(--tw-content);
|
|
2089
2340
|
height: 6px;
|
|
2090
2341
|
}
|
|
2342
|
+
|
|
2091
2343
|
.after\:w-\[10px\]::after {
|
|
2092
2344
|
content: var(--tw-content);
|
|
2093
2345
|
width: 10px;
|
|
2094
2346
|
}
|
|
2347
|
+
|
|
2095
2348
|
.after\:w-\[6px\]::after {
|
|
2096
2349
|
content: var(--tw-content);
|
|
2097
2350
|
width: 6px;
|
|
2098
2351
|
}
|
|
2352
|
+
|
|
2099
2353
|
.after\:rounded-\[50\%\]::after {
|
|
2100
2354
|
content: var(--tw-content);
|
|
2101
2355
|
border-radius: 50%;
|
|
2102
2356
|
}
|
|
2357
|
+
|
|
2103
2358
|
.after\:content-\[\'\'\]::after {
|
|
2104
2359
|
--tw-content: '';
|
|
2105
2360
|
content: var(--tw-content);
|
|
2106
2361
|
}
|
|
2362
|
+
|
|
2107
2363
|
.checked\:border-0:checked {
|
|
2108
2364
|
border-width: 0px;
|
|
2109
2365
|
}
|
|
2366
|
+
|
|
2110
2367
|
.hover\:cursor-pointer:hover {
|
|
2111
2368
|
cursor: pointer;
|
|
2112
2369
|
}
|
|
2370
|
+
|
|
2371
|
+
.hover\:bg-inherit:hover {
|
|
2372
|
+
background-color: inherit;
|
|
2373
|
+
}
|
|
2374
|
+
|
|
2113
2375
|
.hover\:bg-transparent:hover {
|
|
2114
2376
|
background-color: transparent;
|
|
2115
2377
|
}
|
|
2378
|
+
|
|
2116
2379
|
.hover\:bg-opacity-50:hover {
|
|
2117
2380
|
--tw-bg-opacity: 0.5;
|
|
2118
2381
|
}
|
|
2382
|
+
|
|
2119
2383
|
.hover\:opacity-90:hover {
|
|
2120
2384
|
opacity: 0.9;
|
|
2121
2385
|
}
|
|
2386
|
+
|
|
2387
|
+
.hover\:brightness-95:hover {
|
|
2388
|
+
--tw-brightness: brightness(.95);
|
|
2389
|
+
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
|
|
2390
|
+
}
|
|
2391
|
+
|
|
2122
2392
|
.focus\:shadow-none:focus {
|
|
2123
2393
|
--tw-shadow: 0 0 #0000;
|
|
2124
2394
|
--tw-shadow-colored: 0 0 #0000;
|
|
2125
2395
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
2126
2396
|
}
|
|
2397
|
+
|
|
2127
2398
|
.focus\:outline-none:focus {
|
|
2128
2399
|
outline: 2px solid transparent;
|
|
2129
2400
|
outline-offset: 2px;
|
|
2130
2401
|
}
|
|
2402
|
+
|
|
2131
2403
|
.focus\:ring-0:focus {
|
|
2132
2404
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
2133
2405
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
2134
2406
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
2135
2407
|
}
|
|
2408
|
+
|
|
2136
2409
|
.focus\:ring-2:focus {
|
|
2137
2410
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
2138
2411
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
2139
2412
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
2140
2413
|
}
|
|
2414
|
+
|
|
2141
2415
|
.focus\:ring-focused:focus {
|
|
2142
2416
|
--tw-ring-color: hsl(var(--focused));
|
|
2143
2417
|
}
|
|
2418
|
+
|
|
2144
2419
|
.focus\:ring-offset-2:focus {
|
|
2145
2420
|
--tw-ring-offset-width: 2px;
|
|
2146
2421
|
}
|
|
2422
|
+
|
|
2147
2423
|
.focus-visible\:outline-none:focus-visible {
|
|
2148
2424
|
outline: 2px solid transparent;
|
|
2149
2425
|
outline-offset: 2px;
|
|
2150
2426
|
}
|
|
2151
|
-
|
|
2427
|
+
|
|
2428
|
+
.focus-visible\:ring-1:focus-visible {
|
|
2152
2429
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
2153
|
-
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(
|
|
2430
|
+
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
2154
2431
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
2155
2432
|
}
|
|
2433
|
+
|
|
2156
2434
|
.focus-visible\:ring-focused:focus-visible {
|
|
2157
2435
|
--tw-ring-color: hsl(var(--focused));
|
|
2158
2436
|
}
|
|
2437
|
+
|
|
2159
2438
|
.focus-visible\:ring-offset-2:focus-visible {
|
|
2160
2439
|
--tw-ring-offset-width: 2px;
|
|
2161
2440
|
}
|
|
2441
|
+
|
|
2162
2442
|
.focus-visible\:ring-offset-white:focus-visible {
|
|
2163
2443
|
--tw-ring-offset-color: #fff;
|
|
2164
2444
|
}
|
|
2445
|
+
|
|
2165
2446
|
.disabled\:pointer-events-none:disabled {
|
|
2166
2447
|
pointer-events: none;
|
|
2167
2448
|
}
|
|
2449
|
+
|
|
2168
2450
|
.disabled\:cursor-not-allowed:disabled {
|
|
2169
2451
|
cursor: not-allowed;
|
|
2170
2452
|
}
|
|
2453
|
+
|
|
2171
2454
|
.disabled\:opacity-50:disabled {
|
|
2172
2455
|
opacity: 0.5;
|
|
2173
2456
|
}
|
|
2457
|
+
|
|
2174
2458
|
.group:hover .group-hover\:visible {
|
|
2175
2459
|
visibility: visible;
|
|
2176
2460
|
}
|
|
2461
|
+
|
|
2177
2462
|
.group:hover .group-hover\:opacity-100 {
|
|
2178
2463
|
opacity: 1;
|
|
2179
2464
|
}
|
|
2465
|
+
|
|
2180
2466
|
.peer:checked ~ .peer-checked\:block {
|
|
2181
2467
|
display: block;
|
|
2182
2468
|
}
|
|
2469
|
+
|
|
2183
2470
|
.peer:disabled ~ .peer-disabled\:cursor-not-allowed {
|
|
2184
2471
|
cursor: not-allowed;
|
|
2185
2472
|
}
|
|
2473
|
+
|
|
2186
2474
|
.peer:disabled ~ .peer-disabled\:opacity-70 {
|
|
2187
2475
|
opacity: 0.7;
|
|
2188
2476
|
}
|
|
2477
|
+
|
|
2478
|
+
.data-\[disabled\]\:pointer-events-none[data-disabled] {
|
|
2479
|
+
pointer-events: none;
|
|
2480
|
+
}
|
|
2481
|
+
|
|
2482
|
+
.data-\[side\=bottom\]\:translate-y-1[data-side=bottom] {
|
|
2483
|
+
--tw-translate-y: 0.25rem;
|
|
2484
|
+
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
2485
|
+
}
|
|
2486
|
+
|
|
2487
|
+
.data-\[side\=left\]\:-translate-x-1[data-side=left] {
|
|
2488
|
+
--tw-translate-x: -0.25rem;
|
|
2489
|
+
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
2490
|
+
}
|
|
2491
|
+
|
|
2492
|
+
.data-\[side\=right\]\:translate-x-1[data-side=right] {
|
|
2493
|
+
--tw-translate-x: 0.25rem;
|
|
2494
|
+
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
2495
|
+
}
|
|
2496
|
+
|
|
2497
|
+
.data-\[side\=top\]\:-translate-y-1[data-side=top] {
|
|
2498
|
+
--tw-translate-y: -0.25rem;
|
|
2499
|
+
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
2500
|
+
}
|
|
2501
|
+
|
|
2189
2502
|
.data-\[state\=checked\]\:translate-x-5[data-state=checked] {
|
|
2190
2503
|
--tw-translate-x: 1.25rem;
|
|
2191
2504
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
2192
2505
|
}
|
|
2506
|
+
|
|
2193
2507
|
.data-\[state\=unchecked\]\:translate-x-0[data-state=unchecked] {
|
|
2194
2508
|
--tw-translate-x: 0px;
|
|
2195
2509
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
2196
2510
|
}
|
|
2511
|
+
|
|
2197
2512
|
@keyframes accordion-up {
|
|
2198
2513
|
|
|
2199
2514
|
from {
|
|
@@ -2204,9 +2519,11 @@ video {
|
|
|
2204
2519
|
height: 0;
|
|
2205
2520
|
}
|
|
2206
2521
|
}
|
|
2522
|
+
|
|
2207
2523
|
.data-\[state\=closed\]\:animate-accordion-up[data-state=closed] {
|
|
2208
2524
|
animation: accordion-up 0.2s ease-out;
|
|
2209
2525
|
}
|
|
2526
|
+
|
|
2210
2527
|
@keyframes accordion-down {
|
|
2211
2528
|
|
|
2212
2529
|
from {
|
|
@@ -2217,15 +2534,31 @@ video {
|
|
|
2217
2534
|
height: var(--radix-accordion-content-height);
|
|
2218
2535
|
}
|
|
2219
2536
|
}
|
|
2537
|
+
|
|
2220
2538
|
.data-\[state\=open\]\:animate-accordion-down[data-state=open] {
|
|
2221
2539
|
animation: accordion-down 0.2s ease-out;
|
|
2222
2540
|
}
|
|
2541
|
+
|
|
2223
2542
|
.data-\[state\=active\]\:border-b-2[data-state=active] {
|
|
2224
2543
|
border-bottom-width: 2px;
|
|
2225
2544
|
}
|
|
2545
|
+
|
|
2226
2546
|
.data-\[state\=active\]\:bg-none[data-state=active] {
|
|
2227
2547
|
background-image: none;
|
|
2228
2548
|
}
|
|
2549
|
+
|
|
2550
|
+
.data-\[disabled\]\:opacity-50[data-disabled] {
|
|
2551
|
+
opacity: 0.5;
|
|
2552
|
+
}
|
|
2553
|
+
|
|
2554
|
+
.data-\[state\=closed\]\:duration-300[data-state=closed] {
|
|
2555
|
+
transition-duration: 300ms;
|
|
2556
|
+
}
|
|
2557
|
+
|
|
2558
|
+
.data-\[state\=open\]\:duration-500[data-state=open] {
|
|
2559
|
+
transition-duration: 500ms;
|
|
2560
|
+
}
|
|
2561
|
+
|
|
2229
2562
|
.data-\[state\=open\]\:animate-in[data-state=open] {
|
|
2230
2563
|
animation-name: enter;
|
|
2231
2564
|
animation-duration: 150ms;
|
|
@@ -2235,6 +2568,7 @@ video {
|
|
|
2235
2568
|
--tw-enter-translate-x: initial;
|
|
2236
2569
|
--tw-enter-translate-y: initial;
|
|
2237
2570
|
}
|
|
2571
|
+
|
|
2238
2572
|
.data-\[state\=closed\]\:animate-out[data-state=closed] {
|
|
2239
2573
|
animation-name: exit;
|
|
2240
2574
|
animation-duration: 150ms;
|
|
@@ -2244,32 +2578,101 @@ video {
|
|
|
2244
2578
|
--tw-exit-translate-x: initial;
|
|
2245
2579
|
--tw-exit-translate-y: initial;
|
|
2246
2580
|
}
|
|
2581
|
+
|
|
2247
2582
|
.data-\[state\=closed\]\:fade-out-0[data-state=closed] {
|
|
2248
2583
|
--tw-exit-opacity: 0;
|
|
2249
2584
|
}
|
|
2585
|
+
|
|
2250
2586
|
.data-\[state\=open\]\:fade-in-0[data-state=open] {
|
|
2251
2587
|
--tw-enter-opacity: 0;
|
|
2252
2588
|
}
|
|
2589
|
+
|
|
2253
2590
|
.data-\[state\=closed\]\:zoom-out-95[data-state=closed] {
|
|
2254
2591
|
--tw-exit-scale: .95;
|
|
2255
2592
|
}
|
|
2593
|
+
|
|
2256
2594
|
.data-\[state\=open\]\:zoom-in-95[data-state=open] {
|
|
2257
2595
|
--tw-enter-scale: .95;
|
|
2258
2596
|
}
|
|
2597
|
+
|
|
2598
|
+
.data-\[side\=bottom\]\:slide-in-from-top-2[data-side=bottom] {
|
|
2599
|
+
--tw-enter-translate-y: -0.5rem;
|
|
2600
|
+
}
|
|
2601
|
+
|
|
2602
|
+
.data-\[side\=left\]\:slide-in-from-right-2[data-side=left] {
|
|
2603
|
+
--tw-enter-translate-x: 0.5rem;
|
|
2604
|
+
}
|
|
2605
|
+
|
|
2606
|
+
.data-\[side\=right\]\:slide-in-from-left-2[data-side=right] {
|
|
2607
|
+
--tw-enter-translate-x: -0.5rem;
|
|
2608
|
+
}
|
|
2609
|
+
|
|
2610
|
+
.data-\[side\=top\]\:slide-in-from-bottom-2[data-side=top] {
|
|
2611
|
+
--tw-enter-translate-y: 0.5rem;
|
|
2612
|
+
}
|
|
2613
|
+
|
|
2614
|
+
.data-\[state\=closed\]\:slide-out-to-bottom[data-state=closed] {
|
|
2615
|
+
--tw-exit-translate-y: 100%;
|
|
2616
|
+
}
|
|
2617
|
+
|
|
2618
|
+
.data-\[state\=closed\]\:slide-out-to-left[data-state=closed] {
|
|
2619
|
+
--tw-exit-translate-x: -100%;
|
|
2620
|
+
}
|
|
2621
|
+
|
|
2259
2622
|
.data-\[state\=closed\]\:slide-out-to-left-1\/2[data-state=closed] {
|
|
2260
2623
|
--tw-exit-translate-x: -50%;
|
|
2261
2624
|
}
|
|
2625
|
+
|
|
2626
|
+
.data-\[state\=closed\]\:slide-out-to-right[data-state=closed] {
|
|
2627
|
+
--tw-exit-translate-x: 100%;
|
|
2628
|
+
}
|
|
2629
|
+
|
|
2630
|
+
.data-\[state\=closed\]\:slide-out-to-top[data-state=closed] {
|
|
2631
|
+
--tw-exit-translate-y: -100%;
|
|
2632
|
+
}
|
|
2633
|
+
|
|
2262
2634
|
.data-\[state\=closed\]\:slide-out-to-top-\[48\%\][data-state=closed] {
|
|
2263
2635
|
--tw-exit-translate-y: -48%;
|
|
2264
2636
|
}
|
|
2637
|
+
|
|
2638
|
+
.data-\[state\=open\]\:slide-in-from-bottom[data-state=open] {
|
|
2639
|
+
--tw-enter-translate-y: 100%;
|
|
2640
|
+
}
|
|
2641
|
+
|
|
2642
|
+
.data-\[state\=open\]\:slide-in-from-left[data-state=open] {
|
|
2643
|
+
--tw-enter-translate-x: -100%;
|
|
2644
|
+
}
|
|
2645
|
+
|
|
2265
2646
|
.data-\[state\=open\]\:slide-in-from-left-1\/2[data-state=open] {
|
|
2266
2647
|
--tw-enter-translate-x: -50%;
|
|
2267
2648
|
}
|
|
2649
|
+
|
|
2650
|
+
.data-\[state\=open\]\:slide-in-from-right[data-state=open] {
|
|
2651
|
+
--tw-enter-translate-x: 100%;
|
|
2652
|
+
}
|
|
2653
|
+
|
|
2654
|
+
.data-\[state\=open\]\:slide-in-from-top[data-state=open] {
|
|
2655
|
+
--tw-enter-translate-y: -100%;
|
|
2656
|
+
}
|
|
2657
|
+
|
|
2268
2658
|
.data-\[state\=open\]\:slide-in-from-top-\[48\%\][data-state=open] {
|
|
2269
2659
|
--tw-enter-translate-y: -48%;
|
|
2270
2660
|
}
|
|
2661
|
+
|
|
2662
|
+
.data-\[state\=closed\]\:duration-300[data-state=closed] {
|
|
2663
|
+
animation-duration: 300ms;
|
|
2664
|
+
}
|
|
2665
|
+
|
|
2666
|
+
.data-\[state\=open\]\:duration-500[data-state=open] {
|
|
2667
|
+
animation-duration: 500ms;
|
|
2668
|
+
}
|
|
2669
|
+
|
|
2271
2670
|
@media (min-width: 640px) {
|
|
2272
2671
|
|
|
2672
|
+
.sm\:max-w-sm {
|
|
2673
|
+
max-width: 24rem;
|
|
2674
|
+
}
|
|
2675
|
+
|
|
2273
2676
|
.sm\:flex-row {
|
|
2274
2677
|
flex-direction: row;
|
|
2275
2678
|
}
|
|
@@ -2288,6 +2691,7 @@ video {
|
|
|
2288
2691
|
border-radius: var(--radius);
|
|
2289
2692
|
}
|
|
2290
2693
|
}
|
|
2694
|
+
|
|
2291
2695
|
@media (min-width: 768px) {
|
|
2292
2696
|
|
|
2293
2697
|
.md\:block {
|
|
@@ -2326,6 +2730,7 @@ video {
|
|
|
2326
2730
|
padding: 2rem;
|
|
2327
2731
|
}
|
|
2328
2732
|
}
|
|
2733
|
+
|
|
2329
2734
|
@media (min-width: 1024px) {
|
|
2330
2735
|
|
|
2331
2736
|
.lg\:mb-1 {
|
|
@@ -2352,11 +2757,19 @@ video {
|
|
|
2352
2757
|
width: 75%;
|
|
2353
2758
|
}
|
|
2354
2759
|
|
|
2760
|
+
.lg\:w-\[452px\] {
|
|
2761
|
+
width: 452px;
|
|
2762
|
+
}
|
|
2763
|
+
|
|
2355
2764
|
.lg\:w-fit {
|
|
2356
2765
|
width: -moz-fit-content;
|
|
2357
2766
|
width: fit-content;
|
|
2358
2767
|
}
|
|
2359
2768
|
|
|
2769
|
+
.lg\:min-w-\[420px\] {
|
|
2770
|
+
min-width: 420px;
|
|
2771
|
+
}
|
|
2772
|
+
|
|
2360
2773
|
.lg\:text-wrap {
|
|
2361
2774
|
text-wrap: wrap;
|
|
2362
2775
|
}
|
|
@@ -2366,31 +2779,104 @@ video {
|
|
|
2366
2779
|
padding-bottom: 1rem;
|
|
2367
2780
|
}
|
|
2368
2781
|
}
|
|
2782
|
+
|
|
2369
2783
|
.\[\&\:has\(\[role\=checkbox\]\)\]\:pr-0:has([role=checkbox]) {
|
|
2370
2784
|
padding-right: 0px;
|
|
2371
2785
|
}
|
|
2786
|
+
|
|
2372
2787
|
.\[\&\>span\]\:\!left-\[10\%\]>span {
|
|
2373
2788
|
left: 10% !important;
|
|
2374
2789
|
}
|
|
2790
|
+
|
|
2375
2791
|
.\[\&\>span\]\:\!left-\[80\%\]>span {
|
|
2376
2792
|
left: 80% !important;
|
|
2377
2793
|
}
|
|
2794
|
+
|
|
2378
2795
|
.\[\&\>span\]\:\!top-\[20\%\]>span {
|
|
2379
2796
|
top: 20% !important;
|
|
2380
2797
|
}
|
|
2798
|
+
|
|
2381
2799
|
.\[\&\>span\]\:\!top-\[60\%\]>span {
|
|
2382
2800
|
top: 60% !important;
|
|
2383
2801
|
}
|
|
2802
|
+
|
|
2803
|
+
.\[\&\>span\]\:line-clamp-1>span {
|
|
2804
|
+
overflow: hidden;
|
|
2805
|
+
display: -webkit-box;
|
|
2806
|
+
-webkit-box-orient: vertical;
|
|
2807
|
+
-webkit-line-clamp: 1;
|
|
2808
|
+
}
|
|
2809
|
+
|
|
2384
2810
|
.\[\&\>tr\]\:last\:border-b-0:last-child>tr {
|
|
2385
2811
|
border-bottom-width: 0px;
|
|
2386
2812
|
}
|
|
2813
|
+
|
|
2387
2814
|
.\[\&\[data-state\=open\]\>svg\]\:rotate-180[data-state=open]>svg {
|
|
2388
2815
|
--tw-rotate: 180deg;
|
|
2389
2816
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
2390
2817
|
}
|
|
2818
|
+
|
|
2819
|
+
.\[\&_\[cmdk-group-heading\]\]\:px-2 [cmdk-group-heading] {
|
|
2820
|
+
padding-left: 0.5rem;
|
|
2821
|
+
padding-right: 0.5rem;
|
|
2822
|
+
}
|
|
2823
|
+
|
|
2824
|
+
.\[\&_\[cmdk-group-heading\]\]\:py-1\.5 [cmdk-group-heading] {
|
|
2825
|
+
padding-top: 0.375rem;
|
|
2826
|
+
padding-bottom: 0.375rem;
|
|
2827
|
+
}
|
|
2828
|
+
|
|
2829
|
+
.\[\&_\[cmdk-group-heading\]\]\:font-medium [cmdk-group-heading] {
|
|
2830
|
+
font-weight: 500;
|
|
2831
|
+
}
|
|
2832
|
+
|
|
2833
|
+
.\[\&_\[cmdk-group\]\:not\(\[hidden\]\)_\~\[cmdk-group\]\]\:pt-0 [cmdk-group]:not([hidden]) ~[cmdk-group] {
|
|
2834
|
+
padding-top: 0px;
|
|
2835
|
+
}
|
|
2836
|
+
|
|
2837
|
+
.\[\&_\[cmdk-group\]\]\:px-2 [cmdk-group] {
|
|
2838
|
+
padding-left: 0.5rem;
|
|
2839
|
+
padding-right: 0.5rem;
|
|
2840
|
+
}
|
|
2841
|
+
|
|
2842
|
+
.\[\&_\[cmdk-input-wrapper\]_svg\]\:h-5 [cmdk-input-wrapper] svg {
|
|
2843
|
+
height: 1.25rem;
|
|
2844
|
+
}
|
|
2845
|
+
|
|
2846
|
+
.\[\&_\[cmdk-input-wrapper\]_svg\]\:w-5 [cmdk-input-wrapper] svg {
|
|
2847
|
+
width: 1.25rem;
|
|
2848
|
+
}
|
|
2849
|
+
|
|
2850
|
+
.\[\&_\[cmdk-input\]\]\:h-12 [cmdk-input] {
|
|
2851
|
+
height: 3rem;
|
|
2852
|
+
}
|
|
2853
|
+
|
|
2854
|
+
.\[\&_\[cmdk-item\]\]\:px-2 [cmdk-item] {
|
|
2855
|
+
padding-left: 0.5rem;
|
|
2856
|
+
padding-right: 0.5rem;
|
|
2857
|
+
}
|
|
2858
|
+
|
|
2859
|
+
.\[\&_\[cmdk-item\]\]\:py-3 [cmdk-item] {
|
|
2860
|
+
padding-top: 0.75rem;
|
|
2861
|
+
padding-bottom: 0.75rem;
|
|
2862
|
+
}
|
|
2863
|
+
|
|
2864
|
+
.\[\&_\[cmdk-item\]_svg\]\:h-5 [cmdk-item] svg {
|
|
2865
|
+
height: 1.25rem;
|
|
2866
|
+
}
|
|
2867
|
+
|
|
2868
|
+
.\[\&_\[cmdk-item\]_svg\]\:w-5 [cmdk-item] svg {
|
|
2869
|
+
width: 1.25rem;
|
|
2870
|
+
}
|
|
2871
|
+
|
|
2872
|
+
.\[\&_svg\]\:invisible svg {
|
|
2873
|
+
visibility: hidden;
|
|
2874
|
+
}
|
|
2875
|
+
|
|
2391
2876
|
.\[\&_tr\:last-child\]\:border-0 tr:last-child {
|
|
2392
2877
|
border-width: 0px;
|
|
2393
2878
|
}
|
|
2879
|
+
|
|
2394
2880
|
.\[\&_tr\]\:border-b tr {
|
|
2395
2881
|
border-bottom-width: 1px;
|
|
2396
2882
|
}
|