@fileverse/ui 4.0.1 → 4.0.3
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 +62 -18
- package/dist/index.css +490 -113
- package/dist/index.es.d.ts +218 -2
- package/dist/index.es.js +8862 -5524
- package/package.json +32 -8
package/dist/index.css
CHANGED
|
@@ -394,34 +394,7 @@ video {
|
|
|
394
394
|
display: none;
|
|
395
395
|
}
|
|
396
396
|
:root {
|
|
397
|
-
--
|
|
398
|
-
--foreground: 222.2 84% 4.9%;
|
|
399
|
-
|
|
400
|
-
--card: 0 0% 100%;
|
|
401
|
-
--card-foreground: 222.2 84% 4.9%;
|
|
402
|
-
|
|
403
|
-
--popover: 0 0% 100%;
|
|
404
|
-
--popover-foreground: 222.2 84% 4.9%;
|
|
405
|
-
|
|
406
|
-
--primary: 222.2 47.4% 11.2%;
|
|
407
|
-
--primary-foreground: 210 40% 98%;
|
|
408
|
-
|
|
409
|
-
--secondary: 210 40% 96.1%;
|
|
410
|
-
--secondary-foreground: 222.2 47.4% 11.2%;
|
|
411
|
-
|
|
412
|
-
--muted: 210 40% 96.1%;
|
|
413
|
-
--muted-foreground: 215.4 16.3% 46.9%;
|
|
414
|
-
|
|
415
|
-
--accent: 210 40% 96.1%;
|
|
416
|
-
--accent-foreground: 222.2 47.4% 11.2%;
|
|
417
|
-
|
|
418
|
-
--danger: 0 84.2% 60.2%;
|
|
419
|
-
--danger-foreground: 210 40% 98%;
|
|
420
|
-
|
|
421
|
-
--border: 214.3 31.8% 91.4%;
|
|
422
|
-
--input: 214.3 31.8% 91.4%;
|
|
423
|
-
--ring: 260, 100%, 52%, 1; /* Blue-700 */
|
|
424
|
-
|
|
397
|
+
--focused: 260, 100%, 52%, 1; /* Blue-700 */
|
|
425
398
|
--radius: 0.5rem;
|
|
426
399
|
|
|
427
400
|
/* Button */
|
|
@@ -436,11 +409,13 @@ video {
|
|
|
436
409
|
--color-button-floating-hover: 200, 13%, 95%, 1; /* Gray-100 */
|
|
437
410
|
|
|
438
411
|
/* Text */
|
|
439
|
-
--color-text-default:
|
|
412
|
+
--color-text-default: 207, 8%, 23%, 1; /* Gray-950 */
|
|
440
413
|
--color-text-secondary: 208, 8%, 50%, 1; /* Gray-700 */
|
|
441
414
|
--color-text-disabled: 206, 9%, 66%, 1; /* Gray-500 */
|
|
442
415
|
--color-text-danger: 354, 96%, 59%, 1; /* Red-500 */
|
|
416
|
+
--color-text-success: 127, 69%, 29%, 1; /* Green-700 */
|
|
443
417
|
--color-text-inverse: 0, 0%, 100%, 1; /* White */
|
|
418
|
+
--color-text-link: 260, 100%, 52%, 1; /* Blue-700 */
|
|
444
419
|
|
|
445
420
|
/* Background */
|
|
446
421
|
--color-bg-default: 0, 0%, 100%, 1; /* White */
|
|
@@ -454,28 +429,31 @@ video {
|
|
|
454
429
|
--color-bg-brand-hover: 50, 98%, 47%, 1; /* Yellow-500 */
|
|
455
430
|
--color-bg-brand-light: 53, 100%, 90%, 1; /* Yellow-100 */
|
|
456
431
|
--color-bg-danger: 354, 96%, 59%, 1; /* Red-500 */
|
|
432
|
+
--color-bg-danger-light: 354, 100%, 94%, 1; /* Red-100 */
|
|
457
433
|
--color-bg-default-inverse: 0, 0%, 0%, 1; /* Black */
|
|
458
434
|
--color-bg-tertiary: 195, 10%, 92%, 1; /* Tertiary */
|
|
435
|
+
--color-bg-success-light: 124, 79%, 93%, 1; /* Green-100 */
|
|
459
436
|
|
|
460
437
|
/* Border */
|
|
461
438
|
--color-border-default: 195, 10%, 92%, 1; /* Gray-200 */
|
|
462
439
|
--color-border-hover: 0, 0%, 0%, 1; /* Black */
|
|
463
|
-
--color-border-bold: 0, 0%, 0%, 1; /* Black */
|
|
464
440
|
--color-border-light: 0, 0%, 100%, 1; /* White */
|
|
465
441
|
--color-border-active: 0, 0%, 0%, 1; /* Black */
|
|
466
442
|
--color-border-focused: 260, 100%, 52%, 1; /* Blue-700 */
|
|
467
443
|
--color-border-danger: 354, 96%, 59%, 1; /* Red-500 */
|
|
444
|
+
--color-border-disabled: 206, 9%, 66%, 1; /* Gray-500 */
|
|
468
445
|
|
|
469
446
|
/* Icon */
|
|
470
|
-
--color-icon-default:
|
|
447
|
+
--color-icon-default: 207, 8%, 23%, 1; /* Gray-950 */
|
|
471
448
|
--color-icon-default-hover: 207, 8%, 23%, 1; /* Gray-950 */
|
|
472
449
|
--color-icon-brand: 52, 100%, 52%, 1; /* Yellow-400 */
|
|
473
450
|
--color-icon-secondary: 208, 8%, 50%, 1; /* Gray-700 */
|
|
474
451
|
--color-icon-disabled: 206, 9%, 66%, 1; /* Gray-500 */
|
|
475
452
|
--color-icon-inverse: 0, 0%, 100%, 1; /* White */
|
|
453
|
+
--color-icon-danger: 354, 96%, 59%, 1; /* Red-500 */
|
|
476
454
|
|
|
477
455
|
/* Utility */
|
|
478
|
-
--color-utility-overlay: 0, 0%, 0%, 0.
|
|
456
|
+
--color-utility-overlay: 0, 0%, 0%, 0.72; /* Black 72% */
|
|
479
457
|
|
|
480
458
|
/* Elevation */
|
|
481
459
|
--shadow-elevation-1: 0px 1px 2px rgba (0, 0, 0, 0.15);
|
|
@@ -484,12 +462,12 @@ video {
|
|
|
484
462
|
--shadow-elevation-4: 0px 8px 32px rgba (0, 0, 0, 0.15);
|
|
485
463
|
}
|
|
486
464
|
* {
|
|
487
|
-
|
|
488
|
-
}
|
|
465
|
+
border-color: hsl(var(--color-border-default));
|
|
466
|
+
}
|
|
489
467
|
body {
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
}
|
|
468
|
+
color: hsl(var(--color-text-default));
|
|
469
|
+
background-color: hsl(var(--color-bg-default));
|
|
470
|
+
}
|
|
493
471
|
|
|
494
472
|
.text-heading-2xlg {
|
|
495
473
|
font-family: system-ui;
|
|
@@ -610,6 +588,14 @@ video {
|
|
|
610
588
|
line-height: 16px;
|
|
611
589
|
}
|
|
612
590
|
|
|
591
|
+
.text-helper-link {
|
|
592
|
+
font-family: system-ui;
|
|
593
|
+
font-size: 12px;
|
|
594
|
+
font-weight: 400;
|
|
595
|
+
line-height: 16px;
|
|
596
|
+
text-decoration: underline;
|
|
597
|
+
}
|
|
598
|
+
|
|
613
599
|
/** COLORS **/
|
|
614
600
|
.color-text-default {
|
|
615
601
|
color: hsl(var(--color-text-default));
|
|
@@ -627,6 +613,14 @@ video {
|
|
|
627
613
|
color: hsl(var(--color-text-danger));
|
|
628
614
|
}
|
|
629
615
|
|
|
616
|
+
.color-text-success {
|
|
617
|
+
color: hsl(var(--color-text-success));
|
|
618
|
+
}
|
|
619
|
+
|
|
620
|
+
.color-text-link {
|
|
621
|
+
color: hsl(var(--color-text-link));
|
|
622
|
+
}
|
|
623
|
+
|
|
630
624
|
.color-text-inverse {
|
|
631
625
|
color: hsl(var(--color-text-inverse));
|
|
632
626
|
}
|
|
@@ -667,6 +661,10 @@ video {
|
|
|
667
661
|
background-color: hsl(var(--color-bg-brand));
|
|
668
662
|
}
|
|
669
663
|
|
|
664
|
+
.\!color-bg-brand-hover {
|
|
665
|
+
background-color: hsl(var(--color-bg-brand-hover)) !important;
|
|
666
|
+
}
|
|
667
|
+
|
|
670
668
|
.color-bg-brand-hover {
|
|
671
669
|
background-color: hsl(var(--color-bg-brand-hover));
|
|
672
670
|
}
|
|
@@ -679,6 +677,14 @@ video {
|
|
|
679
677
|
background-color: hsl(var(--color-bg-danger));
|
|
680
678
|
}
|
|
681
679
|
|
|
680
|
+
.color-bg-danger-light {
|
|
681
|
+
background-color: hsl(var(--color-bg-danger-light));
|
|
682
|
+
}
|
|
683
|
+
|
|
684
|
+
.color-bg-success-light {
|
|
685
|
+
background-color: hsl(var(--color-bg-success-light));
|
|
686
|
+
}
|
|
687
|
+
|
|
682
688
|
.color-bg-default-inverse {
|
|
683
689
|
background-color: hsl(var(--color-bg-default-inverse));
|
|
684
690
|
}
|
|
@@ -694,7 +700,7 @@ video {
|
|
|
694
700
|
|
|
695
701
|
.color-button-secondary {
|
|
696
702
|
background-color: hsl(var(--color-button-secondary));
|
|
697
|
-
border: 2px solid hsl(var(--color-border-
|
|
703
|
+
border: 2px solid hsl(var(--color-border-active));
|
|
698
704
|
}
|
|
699
705
|
|
|
700
706
|
.color-button-secondary-hover {
|
|
@@ -997,6 +1003,14 @@ video {
|
|
|
997
1003
|
.inset-0 {
|
|
998
1004
|
inset: 0px;
|
|
999
1005
|
}
|
|
1006
|
+
.inset-x-0 {
|
|
1007
|
+
left: 0px;
|
|
1008
|
+
right: 0px;
|
|
1009
|
+
}
|
|
1010
|
+
.inset-y-0 {
|
|
1011
|
+
top: 0px;
|
|
1012
|
+
bottom: 0px;
|
|
1013
|
+
}
|
|
1000
1014
|
.-bottom-6 {
|
|
1001
1015
|
bottom: -1.5rem;
|
|
1002
1016
|
}
|
|
@@ -1024,6 +1038,9 @@ video {
|
|
|
1024
1038
|
.bottom-5 {
|
|
1025
1039
|
bottom: 1.25rem;
|
|
1026
1040
|
}
|
|
1041
|
+
.left-0 {
|
|
1042
|
+
left: 0px;
|
|
1043
|
+
}
|
|
1027
1044
|
.left-1\/2 {
|
|
1028
1045
|
left: 50%;
|
|
1029
1046
|
}
|
|
@@ -1036,6 +1053,9 @@ video {
|
|
|
1036
1053
|
.left-\[10\%\] {
|
|
1037
1054
|
left: 10%;
|
|
1038
1055
|
}
|
|
1056
|
+
.left-\[50\%\] {
|
|
1057
|
+
left: 50%;
|
|
1058
|
+
}
|
|
1039
1059
|
.right-0 {
|
|
1040
1060
|
right: 0px;
|
|
1041
1061
|
}
|
|
@@ -1045,12 +1065,42 @@ video {
|
|
|
1045
1065
|
.right-3 {
|
|
1046
1066
|
right: 0.75rem;
|
|
1047
1067
|
}
|
|
1068
|
+
.right-4 {
|
|
1069
|
+
right: 1rem;
|
|
1070
|
+
}
|
|
1048
1071
|
.right-5 {
|
|
1049
1072
|
right: 1.25rem;
|
|
1050
1073
|
}
|
|
1074
|
+
.right-6 {
|
|
1075
|
+
right: 1.5rem;
|
|
1076
|
+
}
|
|
1077
|
+
.top-0 {
|
|
1078
|
+
top: 0px;
|
|
1079
|
+
}
|
|
1080
|
+
.top-1\/2 {
|
|
1081
|
+
top: 50%;
|
|
1082
|
+
}
|
|
1083
|
+
.top-3 {
|
|
1084
|
+
top: 0.75rem;
|
|
1085
|
+
}
|
|
1086
|
+
.top-5 {
|
|
1087
|
+
top: 1.25rem;
|
|
1088
|
+
}
|
|
1089
|
+
.top-6 {
|
|
1090
|
+
top: 1.5rem;
|
|
1091
|
+
}
|
|
1092
|
+
.top-\[50\%\] {
|
|
1093
|
+
top: 50%;
|
|
1094
|
+
}
|
|
1051
1095
|
.z-10 {
|
|
1052
1096
|
z-index: 10;
|
|
1053
1097
|
}
|
|
1098
|
+
.z-50 {
|
|
1099
|
+
z-index: 50;
|
|
1100
|
+
}
|
|
1101
|
+
.z-\[999\] {
|
|
1102
|
+
z-index: 999;
|
|
1103
|
+
}
|
|
1054
1104
|
.-mx-1 {
|
|
1055
1105
|
margin-left: -0.25rem;
|
|
1056
1106
|
margin-right: -0.25rem;
|
|
@@ -1095,6 +1145,9 @@ video {
|
|
|
1095
1145
|
.mt-2 {
|
|
1096
1146
|
margin-top: 0.5rem;
|
|
1097
1147
|
}
|
|
1148
|
+
.mt-24 {
|
|
1149
|
+
margin-top: 6rem;
|
|
1150
|
+
}
|
|
1098
1151
|
.mt-4 {
|
|
1099
1152
|
margin-top: 1rem;
|
|
1100
1153
|
}
|
|
@@ -1146,6 +1199,9 @@ video {
|
|
|
1146
1199
|
.h-12 {
|
|
1147
1200
|
height: 3rem;
|
|
1148
1201
|
}
|
|
1202
|
+
.h-16 {
|
|
1203
|
+
height: 4rem;
|
|
1204
|
+
}
|
|
1149
1205
|
.h-4 {
|
|
1150
1206
|
height: 1rem;
|
|
1151
1207
|
}
|
|
@@ -1161,12 +1217,18 @@ video {
|
|
|
1161
1217
|
.h-9 {
|
|
1162
1218
|
height: 2.25rem;
|
|
1163
1219
|
}
|
|
1220
|
+
.h-\[16px\] {
|
|
1221
|
+
height: 16px;
|
|
1222
|
+
}
|
|
1164
1223
|
.h-\[18px\] {
|
|
1165
1224
|
height: 18px;
|
|
1166
1225
|
}
|
|
1167
1226
|
.h-\[208px\] {
|
|
1168
1227
|
height: 208px;
|
|
1169
1228
|
}
|
|
1229
|
+
.h-\[20px\] {
|
|
1230
|
+
height: 20px;
|
|
1231
|
+
}
|
|
1170
1232
|
.h-\[30px\] {
|
|
1171
1233
|
height: 30px;
|
|
1172
1234
|
}
|
|
@@ -1191,6 +1253,9 @@ video {
|
|
|
1191
1253
|
.h-\[calc\(100\%-2rem\)\] {
|
|
1192
1254
|
height: calc(100% - 2rem);
|
|
1193
1255
|
}
|
|
1256
|
+
.h-auto {
|
|
1257
|
+
height: auto;
|
|
1258
|
+
}
|
|
1194
1259
|
.h-fit {
|
|
1195
1260
|
height: -moz-fit-content;
|
|
1196
1261
|
height: fit-content;
|
|
@@ -1231,6 +1296,9 @@ video {
|
|
|
1231
1296
|
.w-24 {
|
|
1232
1297
|
width: 6rem;
|
|
1233
1298
|
}
|
|
1299
|
+
.w-3\/4 {
|
|
1300
|
+
width: 75%;
|
|
1301
|
+
}
|
|
1234
1302
|
.w-32 {
|
|
1235
1303
|
width: 8rem;
|
|
1236
1304
|
}
|
|
@@ -1243,6 +1311,9 @@ video {
|
|
|
1243
1311
|
.w-6 {
|
|
1244
1312
|
width: 1.5rem;
|
|
1245
1313
|
}
|
|
1314
|
+
.w-72 {
|
|
1315
|
+
width: 18rem;
|
|
1316
|
+
}
|
|
1246
1317
|
.w-8 {
|
|
1247
1318
|
width: 2rem;
|
|
1248
1319
|
}
|
|
@@ -1252,12 +1323,18 @@ video {
|
|
|
1252
1323
|
.w-\[151px\] {
|
|
1253
1324
|
width: 151px;
|
|
1254
1325
|
}
|
|
1326
|
+
.w-\[16px\] {
|
|
1327
|
+
width: 16px;
|
|
1328
|
+
}
|
|
1255
1329
|
.w-\[172px\] {
|
|
1256
1330
|
width: 172px;
|
|
1257
1331
|
}
|
|
1258
1332
|
.w-\[18px\] {
|
|
1259
1333
|
width: 18px;
|
|
1260
1334
|
}
|
|
1335
|
+
.w-\[20px\] {
|
|
1336
|
+
width: 20px;
|
|
1337
|
+
}
|
|
1261
1338
|
.w-\[350px\] {
|
|
1262
1339
|
width: 350px;
|
|
1263
1340
|
}
|
|
@@ -1313,6 +1390,9 @@ video {
|
|
|
1313
1390
|
.min-w-\[200px\] {
|
|
1314
1391
|
min-width: 200px;
|
|
1315
1392
|
}
|
|
1393
|
+
.min-w-\[25\%\] {
|
|
1394
|
+
min-width: 25%;
|
|
1395
|
+
}
|
|
1316
1396
|
.min-w-\[30px\] {
|
|
1317
1397
|
min-width: 30px;
|
|
1318
1398
|
}
|
|
@@ -1339,18 +1419,39 @@ video {
|
|
|
1339
1419
|
max-width: -moz-fit-content;
|
|
1340
1420
|
max-width: fit-content;
|
|
1341
1421
|
}
|
|
1422
|
+
.max-w-lg {
|
|
1423
|
+
max-width: 32rem;
|
|
1424
|
+
}
|
|
1425
|
+
.max-w-screen-md {
|
|
1426
|
+
max-width: 768px;
|
|
1427
|
+
}
|
|
1342
1428
|
.max-w-sm {
|
|
1343
1429
|
max-width: 24rem;
|
|
1344
1430
|
}
|
|
1345
1431
|
.flex-1 {
|
|
1346
1432
|
flex: 1 1 0%;
|
|
1347
1433
|
}
|
|
1434
|
+
.flex-\[0\.05\] {
|
|
1435
|
+
flex: 0.05;
|
|
1436
|
+
}
|
|
1348
1437
|
.flex-\[0\.8\] {
|
|
1349
1438
|
flex: 0.8;
|
|
1350
1439
|
}
|
|
1440
|
+
.flex-auto {
|
|
1441
|
+
flex: 1 1 auto;
|
|
1442
|
+
}
|
|
1443
|
+
.flex-none {
|
|
1444
|
+
flex: none;
|
|
1445
|
+
}
|
|
1351
1446
|
.shrink-0 {
|
|
1352
1447
|
flex-shrink: 0;
|
|
1353
1448
|
}
|
|
1449
|
+
.grow {
|
|
1450
|
+
flex-grow: 1;
|
|
1451
|
+
}
|
|
1452
|
+
.basis-0 {
|
|
1453
|
+
flex-basis: 0px;
|
|
1454
|
+
}
|
|
1354
1455
|
.caption-bottom {
|
|
1355
1456
|
caption-side: bottom;
|
|
1356
1457
|
}
|
|
@@ -1358,6 +1459,22 @@ video {
|
|
|
1358
1459
|
--tw-translate-x: -50%;
|
|
1359
1460
|
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));
|
|
1360
1461
|
}
|
|
1462
|
+
.translate-x-1\/2 {
|
|
1463
|
+
--tw-translate-x: 50%;
|
|
1464
|
+
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));
|
|
1465
|
+
}
|
|
1466
|
+
.translate-x-\[-50\%\] {
|
|
1467
|
+
--tw-translate-x: -50%;
|
|
1468
|
+
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));
|
|
1469
|
+
}
|
|
1470
|
+
.translate-y-1\/4 {
|
|
1471
|
+
--tw-translate-y: 25%;
|
|
1472
|
+
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));
|
|
1473
|
+
}
|
|
1474
|
+
.translate-y-\[-50\%\] {
|
|
1475
|
+
--tw-translate-y: -50%;
|
|
1476
|
+
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));
|
|
1477
|
+
}
|
|
1361
1478
|
.-rotate-90 {
|
|
1362
1479
|
--tw-rotate: -90deg;
|
|
1363
1480
|
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));
|
|
@@ -1398,12 +1515,18 @@ video {
|
|
|
1398
1515
|
-moz-appearance: none;
|
|
1399
1516
|
appearance: none;
|
|
1400
1517
|
}
|
|
1518
|
+
.grid-cols-2 {
|
|
1519
|
+
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
1520
|
+
}
|
|
1401
1521
|
.flex-row {
|
|
1402
1522
|
flex-direction: row;
|
|
1403
1523
|
}
|
|
1404
1524
|
.flex-col {
|
|
1405
1525
|
flex-direction: column;
|
|
1406
1526
|
}
|
|
1527
|
+
.flex-col-reverse {
|
|
1528
|
+
flex-direction: column-reverse;
|
|
1529
|
+
}
|
|
1407
1530
|
.flex-wrap {
|
|
1408
1531
|
flex-wrap: wrap;
|
|
1409
1532
|
}
|
|
@@ -1467,6 +1590,11 @@ video {
|
|
|
1467
1590
|
margin-right: calc(0.5rem * var(--tw-space-x-reverse));
|
|
1468
1591
|
margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
|
|
1469
1592
|
}
|
|
1593
|
+
.space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
|
|
1594
|
+
--tw-space-y-reverse: 0;
|
|
1595
|
+
margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
|
|
1596
|
+
margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
|
|
1597
|
+
}
|
|
1470
1598
|
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
|
|
1471
1599
|
--tw-space-y-reverse: 0;
|
|
1472
1600
|
margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
|
|
@@ -1518,6 +1646,26 @@ video {
|
|
|
1518
1646
|
.rounded-xl {
|
|
1519
1647
|
border-radius: 0.75rem;
|
|
1520
1648
|
}
|
|
1649
|
+
.rounded-b-lg {
|
|
1650
|
+
border-bottom-right-radius: var(--radius);
|
|
1651
|
+
border-bottom-left-radius: var(--radius);
|
|
1652
|
+
}
|
|
1653
|
+
.rounded-l-lg {
|
|
1654
|
+
border-top-left-radius: var(--radius);
|
|
1655
|
+
border-bottom-left-radius: var(--radius);
|
|
1656
|
+
}
|
|
1657
|
+
.rounded-r-lg {
|
|
1658
|
+
border-top-right-radius: var(--radius);
|
|
1659
|
+
border-bottom-right-radius: var(--radius);
|
|
1660
|
+
}
|
|
1661
|
+
.rounded-t-\[10px\] {
|
|
1662
|
+
border-top-left-radius: 10px;
|
|
1663
|
+
border-top-right-radius: 10px;
|
|
1664
|
+
}
|
|
1665
|
+
.rounded-t-lg {
|
|
1666
|
+
border-top-left-radius: var(--radius);
|
|
1667
|
+
border-top-right-radius: var(--radius);
|
|
1668
|
+
}
|
|
1521
1669
|
.border {
|
|
1522
1670
|
border-width: 1px;
|
|
1523
1671
|
}
|
|
@@ -1536,9 +1684,18 @@ video {
|
|
|
1536
1684
|
.border-b-\[0\.5px\] {
|
|
1537
1685
|
border-bottom-width: 0.5px;
|
|
1538
1686
|
}
|
|
1687
|
+
.border-r {
|
|
1688
|
+
border-right-width: 1px;
|
|
1689
|
+
}
|
|
1539
1690
|
.border-t {
|
|
1540
1691
|
border-top-width: 1px;
|
|
1541
1692
|
}
|
|
1693
|
+
.border-t-\[1px\] {
|
|
1694
|
+
border-top-width: 1px;
|
|
1695
|
+
}
|
|
1696
|
+
.border-solid {
|
|
1697
|
+
border-style: solid;
|
|
1698
|
+
}
|
|
1542
1699
|
.border-dashed {
|
|
1543
1700
|
border-style: dashed;
|
|
1544
1701
|
}
|
|
@@ -1549,27 +1706,22 @@ video {
|
|
|
1549
1706
|
--tw-border-opacity: 1;
|
|
1550
1707
|
border-color: rgb(255 255 255 / var(--tw-border-opacity));
|
|
1551
1708
|
}
|
|
1552
|
-
.border-danger {
|
|
1553
|
-
border-color: hsl(var(--color-text-danger));
|
|
1554
|
-
}
|
|
1555
|
-
.border-input {
|
|
1556
|
-
border-color: hsl(var(--color-border-default));
|
|
1557
|
-
}
|
|
1558
|
-
.border-primary {
|
|
1559
|
-
border-color: hsl(var(--primary));
|
|
1560
|
-
}
|
|
1561
1709
|
.border-transparent {
|
|
1562
1710
|
border-color: transparent;
|
|
1563
1711
|
}
|
|
1564
|
-
|
|
1565
|
-
background-color:
|
|
1712
|
+
.\!bg-transparent {
|
|
1713
|
+
background-color: transparent !important;
|
|
1566
1714
|
}
|
|
1567
|
-
.bg-
|
|
1568
|
-
|
|
1715
|
+
.bg-gray-300 {
|
|
1716
|
+
--tw-bg-opacity: 1;
|
|
1717
|
+
background-color: rgb(209 213 219 / var(--tw-bg-opacity));
|
|
1569
1718
|
}
|
|
1570
1719
|
.bg-transparent {
|
|
1571
1720
|
background-color: transparent;
|
|
1572
1721
|
}
|
|
1722
|
+
.bg-opacity-50 {
|
|
1723
|
+
--tw-bg-opacity: 0.5;
|
|
1724
|
+
}
|
|
1573
1725
|
.bg-none {
|
|
1574
1726
|
background-image: none;
|
|
1575
1727
|
}
|
|
@@ -1637,6 +1789,10 @@ video {
|
|
|
1637
1789
|
padding-top: 0.25rem;
|
|
1638
1790
|
padding-bottom: 0.25rem;
|
|
1639
1791
|
}
|
|
1792
|
+
.py-10 {
|
|
1793
|
+
padding-top: 2.5rem;
|
|
1794
|
+
padding-bottom: 2.5rem;
|
|
1795
|
+
}
|
|
1640
1796
|
.py-2 {
|
|
1641
1797
|
padding-top: 0.5rem;
|
|
1642
1798
|
padding-bottom: 0.5rem;
|
|
@@ -1653,6 +1809,15 @@ video {
|
|
|
1653
1809
|
padding-top: 1.5rem;
|
|
1654
1810
|
padding-bottom: 1.5rem;
|
|
1655
1811
|
}
|
|
1812
|
+
.pb-2 {
|
|
1813
|
+
padding-bottom: 0.5rem;
|
|
1814
|
+
}
|
|
1815
|
+
.pb-5 {
|
|
1816
|
+
padding-bottom: 1.25rem;
|
|
1817
|
+
}
|
|
1818
|
+
.pb-6 {
|
|
1819
|
+
padding-bottom: 1.5rem;
|
|
1820
|
+
}
|
|
1656
1821
|
.pl-10 {
|
|
1657
1822
|
padding-left: 2.5rem;
|
|
1658
1823
|
}
|
|
@@ -1665,6 +1830,15 @@ video {
|
|
|
1665
1830
|
.pt-0 {
|
|
1666
1831
|
padding-top: 0px;
|
|
1667
1832
|
}
|
|
1833
|
+
.pt-2 {
|
|
1834
|
+
padding-top: 0.5rem;
|
|
1835
|
+
}
|
|
1836
|
+
.pt-4 {
|
|
1837
|
+
padding-top: 1rem;
|
|
1838
|
+
}
|
|
1839
|
+
.pt-6 {
|
|
1840
|
+
padding-top: 1.5rem;
|
|
1841
|
+
}
|
|
1668
1842
|
.text-left {
|
|
1669
1843
|
text-align: left;
|
|
1670
1844
|
}
|
|
@@ -1677,9 +1851,26 @@ video {
|
|
|
1677
1851
|
.align-middle {
|
|
1678
1852
|
vertical-align: middle;
|
|
1679
1853
|
}
|
|
1680
|
-
.text
|
|
1681
|
-
font-size:
|
|
1682
|
-
|
|
1854
|
+
.text-\[10px\] {
|
|
1855
|
+
font-size: 10px;
|
|
1856
|
+
}
|
|
1857
|
+
.text-\[14px\] {
|
|
1858
|
+
font-size: 14px;
|
|
1859
|
+
}
|
|
1860
|
+
.text-\[16px\] {
|
|
1861
|
+
font-size: 16px;
|
|
1862
|
+
}
|
|
1863
|
+
.text-\[20px\] {
|
|
1864
|
+
font-size: 20px;
|
|
1865
|
+
}
|
|
1866
|
+
.text-\[24px\] {
|
|
1867
|
+
font-size: 24px;
|
|
1868
|
+
}
|
|
1869
|
+
.text-\[32px\] {
|
|
1870
|
+
font-size: 32px;
|
|
1871
|
+
}
|
|
1872
|
+
.font-\[700\] {
|
|
1873
|
+
font-weight: 700;
|
|
1683
1874
|
}
|
|
1684
1875
|
.font-medium {
|
|
1685
1876
|
font-weight: 500;
|
|
@@ -1687,35 +1878,17 @@ video {
|
|
|
1687
1878
|
.font-normal {
|
|
1688
1879
|
font-weight: 400;
|
|
1689
1880
|
}
|
|
1690
|
-
.font-semibold {
|
|
1691
|
-
font-weight: 600;
|
|
1692
|
-
}
|
|
1693
1881
|
.leading-none {
|
|
1694
1882
|
line-height: 1;
|
|
1695
1883
|
}
|
|
1696
|
-
.
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
.text-card-foreground {
|
|
1700
|
-
color: hsl(var(--card-foreground));
|
|
1701
|
-
}
|
|
1702
|
-
.text-danger {
|
|
1703
|
-
color: hsl(var(--color-text-danger));
|
|
1704
|
-
}
|
|
1705
|
-
.text-muted-foreground {
|
|
1706
|
-
color: hsl(var(--muted-foreground));
|
|
1884
|
+
.text-gray-500 {
|
|
1885
|
+
--tw-text-opacity: 1;
|
|
1886
|
+
color: rgb(107 114 128 / var(--tw-text-opacity));
|
|
1707
1887
|
}
|
|
1708
1888
|
.text-red-500 {
|
|
1709
1889
|
--tw-text-opacity: 1;
|
|
1710
1890
|
color: rgb(239 68 68 / var(--tw-text-opacity));
|
|
1711
1891
|
}
|
|
1712
|
-
.text-secondary {
|
|
1713
|
-
color: hsl(var(--color-text-secondary));
|
|
1714
|
-
}
|
|
1715
|
-
.text-white {
|
|
1716
|
-
--tw-text-opacity: 1;
|
|
1717
|
-
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
1718
|
-
}
|
|
1719
1892
|
.opacity-0 {
|
|
1720
1893
|
opacity: 0;
|
|
1721
1894
|
}
|
|
@@ -1725,6 +1898,11 @@ video {
|
|
|
1725
1898
|
.opacity-50 {
|
|
1726
1899
|
opacity: 0.5;
|
|
1727
1900
|
}
|
|
1901
|
+
.shadow {
|
|
1902
|
+
--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
|
|
1903
|
+
--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
|
|
1904
|
+
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1905
|
+
}
|
|
1728
1906
|
.shadow-lg {
|
|
1729
1907
|
--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
|
|
1730
1908
|
--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
|
|
@@ -1749,14 +1927,14 @@ video {
|
|
|
1749
1927
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
1750
1928
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
1751
1929
|
}
|
|
1752
|
-
.ring-
|
|
1753
|
-
--tw-ring-color: hsl(var(--
|
|
1930
|
+
.ring-focused {
|
|
1931
|
+
--tw-ring-color: hsl(var(--focused));
|
|
1754
1932
|
}
|
|
1755
1933
|
.ring-offset-2 {
|
|
1756
1934
|
--tw-ring-offset-width: 2px;
|
|
1757
1935
|
}
|
|
1758
|
-
.ring-offset-
|
|
1759
|
-
--tw-ring-offset-color:
|
|
1936
|
+
.ring-offset-white {
|
|
1937
|
+
--tw-ring-offset-color: #fff;
|
|
1760
1938
|
}
|
|
1761
1939
|
.filter {
|
|
1762
1940
|
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);
|
|
@@ -1768,6 +1946,11 @@ video {
|
|
|
1768
1946
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1769
1947
|
transition-duration: 150ms;
|
|
1770
1948
|
}
|
|
1949
|
+
.transition-all {
|
|
1950
|
+
transition-property: all;
|
|
1951
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1952
|
+
transition-duration: 150ms;
|
|
1953
|
+
}
|
|
1771
1954
|
.transition-colors {
|
|
1772
1955
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
|
|
1773
1956
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
@@ -1827,6 +2010,23 @@ video {
|
|
|
1827
2010
|
.placeholder\:color-text-disabled::placeholder {
|
|
1828
2011
|
color: hsl(var(--color-text-disabled));
|
|
1829
2012
|
}
|
|
2013
|
+
.after\:color-bg-default-inverse::after {
|
|
2014
|
+
content: var(--tw-content);
|
|
2015
|
+
background-color: hsl(var(--color-bg-default-inverse));
|
|
2016
|
+
}
|
|
2017
|
+
.after\:color-icon-disabled::after {
|
|
2018
|
+
content: var(--tw-content);
|
|
2019
|
+
background-color: hsl(var(--color-icon-disabled));
|
|
2020
|
+
}
|
|
2021
|
+
.checked\:color-text-inverse:checked {
|
|
2022
|
+
color: hsl(var(--color-text-inverse));
|
|
2023
|
+
}
|
|
2024
|
+
.checked\:color-bg-default-inverse:checked {
|
|
2025
|
+
background-color: hsl(var(--color-bg-default-inverse));
|
|
2026
|
+
}
|
|
2027
|
+
.hover\:color-text-inverse:hover {
|
|
2028
|
+
color: hsl(var(--color-text-inverse));
|
|
2029
|
+
}
|
|
1830
2030
|
.hover\:\!color-bg-default-hover:hover {
|
|
1831
2031
|
background-color: hsl(var(--color-bg-default-hover)) !important;
|
|
1832
2032
|
}
|
|
@@ -1839,6 +2039,12 @@ video {
|
|
|
1839
2039
|
.hover\:color-bg-tertiary:hover {
|
|
1840
2040
|
background-color: hsl(var(--color-bg-tertiary));
|
|
1841
2041
|
}
|
|
2042
|
+
.hover\:color-bg-disabled:hover {
|
|
2043
|
+
background-color: hsl(var(--color-bg-disabled));
|
|
2044
|
+
}
|
|
2045
|
+
.hover\:\!color-bg-brand-hover:hover {
|
|
2046
|
+
background-color: hsl(var(--color-bg-brand-hover)) !important;
|
|
2047
|
+
}
|
|
1842
2048
|
.hover\:color-bg-brand-hover:hover {
|
|
1843
2049
|
background-color: hsl(var(--color-bg-brand-hover));
|
|
1844
2050
|
}
|
|
@@ -1854,9 +2060,18 @@ video {
|
|
|
1854
2060
|
.hover\:\!color-button-floating-hover:hover {
|
|
1855
2061
|
background-color: hsl(var(--color-button-floating-hover)) !important;
|
|
1856
2062
|
}
|
|
2063
|
+
.hover\:color-border-hover:hover {
|
|
2064
|
+
border-color: hsl(var(--color-border-hover));
|
|
2065
|
+
}
|
|
2066
|
+
.focus-visible\:color-border-hover:focus-visible {
|
|
2067
|
+
border-color: hsl(var(--color-border-hover));
|
|
2068
|
+
}
|
|
1857
2069
|
.disabled\:color-text-disabled:disabled {
|
|
1858
2070
|
color: hsl(var(--color-text-disabled));
|
|
1859
2071
|
}
|
|
2072
|
+
.disabled\:color-bg-disabled:disabled {
|
|
2073
|
+
background-color: hsl(var(--color-bg-disabled));
|
|
2074
|
+
}
|
|
1860
2075
|
.disabled\:\!color-button-disabled:disabled {
|
|
1861
2076
|
background-color: hsl(var(--color-button-disabled)) !important;
|
|
1862
2077
|
border-color: hsl(var(--color-button-disabled)) !important;
|
|
@@ -1867,12 +2082,24 @@ video {
|
|
|
1867
2082
|
border-color: hsl(var(--color-button-disabled));
|
|
1868
2083
|
color: hsl(var(--color-text-disabled));
|
|
1869
2084
|
}
|
|
2085
|
+
.disabled\:color-border-disabled:disabled {
|
|
2086
|
+
border-color: hsl(var(--color-border-disabled));
|
|
2087
|
+
}
|
|
1870
2088
|
.data-\[state\=active\]\:color-text-default[data-state=active] {
|
|
1871
2089
|
color: hsl(var(--color-text-default));
|
|
1872
2090
|
}
|
|
2091
|
+
.data-\[state\=open\]\:color-text-default[data-state=open] {
|
|
2092
|
+
color: hsl(var(--color-text-default));
|
|
2093
|
+
}
|
|
1873
2094
|
.data-\[state\=unchecked\]\:color-bg-default-hover[data-state=unchecked] {
|
|
1874
2095
|
background-color: hsl(var(--color-bg-default-hover));
|
|
1875
2096
|
}
|
|
2097
|
+
.data-\[state\=open\]\:color-bg-default-selected[data-state=open] {
|
|
2098
|
+
background-color: hsl(var(--color-bg-default-selected));
|
|
2099
|
+
}
|
|
2100
|
+
.data-\[state\=selected\]\:color-bg-disabled[data-state=selected] {
|
|
2101
|
+
background-color: hsl(var(--color-bg-disabled));
|
|
2102
|
+
}
|
|
1876
2103
|
.data-\[state\=checked\]\:color-bg-brand-hover[data-state=checked] {
|
|
1877
2104
|
background-color: hsl(var(--color-bg-brand-hover));
|
|
1878
2105
|
}
|
|
@@ -1909,31 +2136,45 @@ video {
|
|
|
1909
2136
|
.file\:bg-transparent::file-selector-button {
|
|
1910
2137
|
background-color: transparent;
|
|
1911
2138
|
}
|
|
1912
|
-
.
|
|
1913
|
-
|
|
2139
|
+
.after\:block::after {
|
|
2140
|
+
content: var(--tw-content);
|
|
2141
|
+
display: block;
|
|
1914
2142
|
}
|
|
1915
|
-
.
|
|
1916
|
-
--tw-
|
|
1917
|
-
|
|
2143
|
+
.after\:h-\[10px\]::after {
|
|
2144
|
+
content: var(--tw-content);
|
|
2145
|
+
height: 10px;
|
|
1918
2146
|
}
|
|
1919
|
-
.
|
|
1920
|
-
|
|
2147
|
+
.after\:h-\[6px\]::after {
|
|
2148
|
+
content: var(--tw-content);
|
|
2149
|
+
height: 6px;
|
|
1921
2150
|
}
|
|
1922
|
-
.
|
|
1923
|
-
|
|
2151
|
+
.after\:w-\[10px\]::after {
|
|
2152
|
+
content: var(--tw-content);
|
|
2153
|
+
width: 10px;
|
|
2154
|
+
}
|
|
2155
|
+
.after\:w-\[6px\]::after {
|
|
2156
|
+
content: var(--tw-content);
|
|
2157
|
+
width: 6px;
|
|
1924
2158
|
}
|
|
1925
|
-
.
|
|
1926
|
-
|
|
2159
|
+
.after\:rounded-\[50\%\]::after {
|
|
2160
|
+
content: var(--tw-content);
|
|
2161
|
+
border-radius: 50%;
|
|
1927
2162
|
}
|
|
1928
|
-
.
|
|
1929
|
-
|
|
2163
|
+
.after\:content-\[\'\'\]::after {
|
|
2164
|
+
--tw-content: '';
|
|
2165
|
+
content: var(--tw-content);
|
|
2166
|
+
}
|
|
2167
|
+
.checked\:border-0:checked {
|
|
2168
|
+
border-width: 0px;
|
|
2169
|
+
}
|
|
2170
|
+
.hover\:cursor-pointer:hover {
|
|
2171
|
+
cursor: pointer;
|
|
1930
2172
|
}
|
|
1931
2173
|
.hover\:bg-transparent:hover {
|
|
1932
2174
|
background-color: transparent;
|
|
1933
2175
|
}
|
|
1934
|
-
.hover\:
|
|
1935
|
-
--tw-
|
|
1936
|
-
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
2176
|
+
.hover\:bg-opacity-50:hover {
|
|
2177
|
+
--tw-bg-opacity: 0.5;
|
|
1937
2178
|
}
|
|
1938
2179
|
.hover\:opacity-90:hover {
|
|
1939
2180
|
opacity: 0.9;
|
|
@@ -1957,15 +2198,12 @@ video {
|
|
|
1957
2198
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
1958
2199
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
1959
2200
|
}
|
|
1960
|
-
.focus\:ring-
|
|
1961
|
-
--tw-ring-color: hsl(var(--
|
|
2201
|
+
.focus\:ring-focused:focus {
|
|
2202
|
+
--tw-ring-color: hsl(var(--focused));
|
|
1962
2203
|
}
|
|
1963
2204
|
.focus\:ring-offset-2:focus {
|
|
1964
2205
|
--tw-ring-offset-width: 2px;
|
|
1965
2206
|
}
|
|
1966
|
-
.focus-visible\:border-border-hover:focus-visible {
|
|
1967
|
-
border-color: hsl(var(--color-border-hover));
|
|
1968
|
-
}
|
|
1969
2207
|
.focus-visible\:outline-none:focus-visible {
|
|
1970
2208
|
outline: 2px solid transparent;
|
|
1971
2209
|
outline-offset: 2px;
|
|
@@ -1975,14 +2213,14 @@ video {
|
|
|
1975
2213
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
1976
2214
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
1977
2215
|
}
|
|
1978
|
-
.focus-visible\:ring-
|
|
1979
|
-
--tw-ring-color: hsl(var(--
|
|
2216
|
+
.focus-visible\:ring-focused:focus-visible {
|
|
2217
|
+
--tw-ring-color: hsl(var(--focused));
|
|
1980
2218
|
}
|
|
1981
2219
|
.focus-visible\:ring-offset-2:focus-visible {
|
|
1982
2220
|
--tw-ring-offset-width: 2px;
|
|
1983
2221
|
}
|
|
1984
|
-
.focus-visible\:ring-offset-
|
|
1985
|
-
--tw-ring-offset-color:
|
|
2222
|
+
.focus-visible\:ring-offset-white:focus-visible {
|
|
2223
|
+
--tw-ring-offset-color: #fff;
|
|
1986
2224
|
}
|
|
1987
2225
|
.disabled\:pointer-events-none:disabled {
|
|
1988
2226
|
pointer-events: none;
|
|
@@ -1990,12 +2228,6 @@ video {
|
|
|
1990
2228
|
.disabled\:cursor-not-allowed:disabled {
|
|
1991
2229
|
cursor: not-allowed;
|
|
1992
2230
|
}
|
|
1993
|
-
.disabled\:border-disabled:disabled {
|
|
1994
|
-
border-color: hsl(var(--color-bg-disabled));
|
|
1995
|
-
}
|
|
1996
|
-
.disabled\:bg-disabled:disabled {
|
|
1997
|
-
background-color: hsl(var(--color-bg-disabled));
|
|
1998
|
-
}
|
|
1999
2231
|
.disabled\:opacity-50:disabled {
|
|
2000
2232
|
opacity: 0.5;
|
|
2001
2233
|
}
|
|
@@ -2022,15 +2254,152 @@ video {
|
|
|
2022
2254
|
--tw-translate-x: 0px;
|
|
2023
2255
|
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));
|
|
2024
2256
|
}
|
|
2257
|
+
@keyframes accordion-up {
|
|
2258
|
+
|
|
2259
|
+
from {
|
|
2260
|
+
height: var(--radix-accordion-content-height);
|
|
2261
|
+
}
|
|
2262
|
+
|
|
2263
|
+
to {
|
|
2264
|
+
height: 0;
|
|
2265
|
+
}
|
|
2266
|
+
}
|
|
2267
|
+
.data-\[state\=closed\]\:animate-accordion-up[data-state=closed] {
|
|
2268
|
+
animation: accordion-up 0.2s ease-out;
|
|
2269
|
+
}
|
|
2270
|
+
@keyframes accordion-down {
|
|
2271
|
+
|
|
2272
|
+
from {
|
|
2273
|
+
height: 0;
|
|
2274
|
+
}
|
|
2275
|
+
|
|
2276
|
+
to {
|
|
2277
|
+
height: var(--radix-accordion-content-height);
|
|
2278
|
+
}
|
|
2279
|
+
}
|
|
2280
|
+
.data-\[state\=open\]\:animate-accordion-down[data-state=open] {
|
|
2281
|
+
animation: accordion-down 0.2s ease-out;
|
|
2282
|
+
}
|
|
2025
2283
|
.data-\[state\=active\]\:border-b-2[data-state=active] {
|
|
2026
2284
|
border-bottom-width: 2px;
|
|
2027
2285
|
}
|
|
2028
|
-
.data-\[state\=selected\]\:bg-muted[data-state=selected] {
|
|
2029
|
-
background-color: hsl(var(--color-text-disabled));
|
|
2030
|
-
}
|
|
2031
2286
|
.data-\[state\=active\]\:bg-none[data-state=active] {
|
|
2032
2287
|
background-image: none;
|
|
2033
2288
|
}
|
|
2289
|
+
.data-\[state\=closed\]\:duration-300[data-state=closed] {
|
|
2290
|
+
transition-duration: 300ms;
|
|
2291
|
+
}
|
|
2292
|
+
.data-\[state\=open\]\:duration-500[data-state=open] {
|
|
2293
|
+
transition-duration: 500ms;
|
|
2294
|
+
}
|
|
2295
|
+
.data-\[state\=open\]\:animate-in[data-state=open] {
|
|
2296
|
+
animation-name: enter;
|
|
2297
|
+
animation-duration: 150ms;
|
|
2298
|
+
--tw-enter-opacity: initial;
|
|
2299
|
+
--tw-enter-scale: initial;
|
|
2300
|
+
--tw-enter-rotate: initial;
|
|
2301
|
+
--tw-enter-translate-x: initial;
|
|
2302
|
+
--tw-enter-translate-y: initial;
|
|
2303
|
+
}
|
|
2304
|
+
.data-\[state\=closed\]\:animate-out[data-state=closed] {
|
|
2305
|
+
animation-name: exit;
|
|
2306
|
+
animation-duration: 150ms;
|
|
2307
|
+
--tw-exit-opacity: initial;
|
|
2308
|
+
--tw-exit-scale: initial;
|
|
2309
|
+
--tw-exit-rotate: initial;
|
|
2310
|
+
--tw-exit-translate-x: initial;
|
|
2311
|
+
--tw-exit-translate-y: initial;
|
|
2312
|
+
}
|
|
2313
|
+
.data-\[state\=closed\]\:fade-out-0[data-state=closed] {
|
|
2314
|
+
--tw-exit-opacity: 0;
|
|
2315
|
+
}
|
|
2316
|
+
.data-\[state\=open\]\:fade-in-0[data-state=open] {
|
|
2317
|
+
--tw-enter-opacity: 0;
|
|
2318
|
+
}
|
|
2319
|
+
.data-\[state\=closed\]\:zoom-out-95[data-state=closed] {
|
|
2320
|
+
--tw-exit-scale: .95;
|
|
2321
|
+
}
|
|
2322
|
+
.data-\[state\=open\]\:zoom-in-95[data-state=open] {
|
|
2323
|
+
--tw-enter-scale: .95;
|
|
2324
|
+
}
|
|
2325
|
+
.data-\[side\=bottom\]\:slide-in-from-top-2[data-side=bottom] {
|
|
2326
|
+
--tw-enter-translate-y: -0.5rem;
|
|
2327
|
+
}
|
|
2328
|
+
.data-\[side\=left\]\:slide-in-from-right-2[data-side=left] {
|
|
2329
|
+
--tw-enter-translate-x: 0.5rem;
|
|
2330
|
+
}
|
|
2331
|
+
.data-\[side\=right\]\:slide-in-from-left-2[data-side=right] {
|
|
2332
|
+
--tw-enter-translate-x: -0.5rem;
|
|
2333
|
+
}
|
|
2334
|
+
.data-\[side\=top\]\:slide-in-from-bottom-2[data-side=top] {
|
|
2335
|
+
--tw-enter-translate-y: 0.5rem;
|
|
2336
|
+
}
|
|
2337
|
+
.data-\[state\=closed\]\:slide-out-to-bottom[data-state=closed] {
|
|
2338
|
+
--tw-exit-translate-y: 100%;
|
|
2339
|
+
}
|
|
2340
|
+
.data-\[state\=closed\]\:slide-out-to-left[data-state=closed] {
|
|
2341
|
+
--tw-exit-translate-x: -100%;
|
|
2342
|
+
}
|
|
2343
|
+
.data-\[state\=closed\]\:slide-out-to-left-1\/2[data-state=closed] {
|
|
2344
|
+
--tw-exit-translate-x: -50%;
|
|
2345
|
+
}
|
|
2346
|
+
.data-\[state\=closed\]\:slide-out-to-right[data-state=closed] {
|
|
2347
|
+
--tw-exit-translate-x: 100%;
|
|
2348
|
+
}
|
|
2349
|
+
.data-\[state\=closed\]\:slide-out-to-top[data-state=closed] {
|
|
2350
|
+
--tw-exit-translate-y: -100%;
|
|
2351
|
+
}
|
|
2352
|
+
.data-\[state\=closed\]\:slide-out-to-top-\[48\%\][data-state=closed] {
|
|
2353
|
+
--tw-exit-translate-y: -48%;
|
|
2354
|
+
}
|
|
2355
|
+
.data-\[state\=open\]\:slide-in-from-bottom[data-state=open] {
|
|
2356
|
+
--tw-enter-translate-y: 100%;
|
|
2357
|
+
}
|
|
2358
|
+
.data-\[state\=open\]\:slide-in-from-left[data-state=open] {
|
|
2359
|
+
--tw-enter-translate-x: -100%;
|
|
2360
|
+
}
|
|
2361
|
+
.data-\[state\=open\]\:slide-in-from-left-1\/2[data-state=open] {
|
|
2362
|
+
--tw-enter-translate-x: -50%;
|
|
2363
|
+
}
|
|
2364
|
+
.data-\[state\=open\]\:slide-in-from-right[data-state=open] {
|
|
2365
|
+
--tw-enter-translate-x: 100%;
|
|
2366
|
+
}
|
|
2367
|
+
.data-\[state\=open\]\:slide-in-from-top[data-state=open] {
|
|
2368
|
+
--tw-enter-translate-y: -100%;
|
|
2369
|
+
}
|
|
2370
|
+
.data-\[state\=open\]\:slide-in-from-top-\[48\%\][data-state=open] {
|
|
2371
|
+
--tw-enter-translate-y: -48%;
|
|
2372
|
+
}
|
|
2373
|
+
.data-\[state\=closed\]\:duration-300[data-state=closed] {
|
|
2374
|
+
animation-duration: 300ms;
|
|
2375
|
+
}
|
|
2376
|
+
.data-\[state\=open\]\:duration-500[data-state=open] {
|
|
2377
|
+
animation-duration: 500ms;
|
|
2378
|
+
}
|
|
2379
|
+
@media (min-width: 640px) {
|
|
2380
|
+
|
|
2381
|
+
.sm\:max-w-sm {
|
|
2382
|
+
max-width: 24rem;
|
|
2383
|
+
}
|
|
2384
|
+
|
|
2385
|
+
.sm\:flex-row {
|
|
2386
|
+
flex-direction: row;
|
|
2387
|
+
}
|
|
2388
|
+
|
|
2389
|
+
.sm\:justify-end {
|
|
2390
|
+
justify-content: flex-end;
|
|
2391
|
+
}
|
|
2392
|
+
|
|
2393
|
+
.sm\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
|
|
2394
|
+
--tw-space-x-reverse: 0;
|
|
2395
|
+
margin-right: calc(0.5rem * var(--tw-space-x-reverse));
|
|
2396
|
+
margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
|
|
2397
|
+
}
|
|
2398
|
+
|
|
2399
|
+
.sm\:rounded-lg {
|
|
2400
|
+
border-radius: var(--radius);
|
|
2401
|
+
}
|
|
2402
|
+
}
|
|
2034
2403
|
@media (min-width: 768px) {
|
|
2035
2404
|
|
|
2036
2405
|
.md\:block {
|
|
@@ -2045,6 +2414,10 @@ video {
|
|
|
2045
2414
|
width: 80%;
|
|
2046
2415
|
}
|
|
2047
2416
|
|
|
2417
|
+
.md\:w-auto {
|
|
2418
|
+
width: auto;
|
|
2419
|
+
}
|
|
2420
|
+
|
|
2048
2421
|
.md\:flex-row {
|
|
2049
2422
|
flex-direction: row;
|
|
2050
2423
|
}
|
|
@@ -2123,6 +2496,10 @@ video {
|
|
|
2123
2496
|
.\[\&\>tr\]\:last\:border-b-0:last-child>tr {
|
|
2124
2497
|
border-bottom-width: 0px;
|
|
2125
2498
|
}
|
|
2499
|
+
.\[\&\[data-state\=open\]\>svg\]\:rotate-180[data-state=open]>svg {
|
|
2500
|
+
--tw-rotate: 180deg;
|
|
2501
|
+
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));
|
|
2502
|
+
}
|
|
2126
2503
|
.\[\&_tr\:last-child\]\:border-0 tr:last-child {
|
|
2127
2504
|
border-width: 0px;
|
|
2128
2505
|
}
|