@mlw-packages/react-components 1.10.16 → 1.10.18
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/index.css +244 -3
- package/dist/index.d.mts +109 -5
- package/dist/index.d.ts +109 -5
- package/dist/index.js +902 -182
- package/dist/index.mjs +891 -184
- package/package.json +3 -2
package/dist/index.css
CHANGED
|
@@ -421,6 +421,9 @@ body {
|
|
|
421
421
|
.invisible {
|
|
422
422
|
visibility: hidden;
|
|
423
423
|
}
|
|
424
|
+
.collapse {
|
|
425
|
+
visibility: collapse;
|
|
426
|
+
}
|
|
424
427
|
.static {
|
|
425
428
|
position: static;
|
|
426
429
|
}
|
|
@@ -498,6 +501,9 @@ body {
|
|
|
498
501
|
.left-2 {
|
|
499
502
|
left: 0.5rem;
|
|
500
503
|
}
|
|
504
|
+
.left-3 {
|
|
505
|
+
left: 0.75rem;
|
|
506
|
+
}
|
|
501
507
|
.left-4 {
|
|
502
508
|
left: 1rem;
|
|
503
509
|
}
|
|
@@ -546,6 +552,12 @@ body {
|
|
|
546
552
|
.top-1\/2 {
|
|
547
553
|
top: 50%;
|
|
548
554
|
}
|
|
555
|
+
.top-12 {
|
|
556
|
+
top: 3rem;
|
|
557
|
+
}
|
|
558
|
+
.top-14 {
|
|
559
|
+
top: 3.5rem;
|
|
560
|
+
}
|
|
549
561
|
.top-2 {
|
|
550
562
|
top: 0.5rem;
|
|
551
563
|
}
|
|
@@ -621,6 +633,9 @@ body {
|
|
|
621
633
|
.z-\[60\] {
|
|
622
634
|
z-index: 60;
|
|
623
635
|
}
|
|
636
|
+
.z-\[98\] {
|
|
637
|
+
z-index: 98;
|
|
638
|
+
}
|
|
624
639
|
.z-\[9998\] {
|
|
625
640
|
z-index: 9998;
|
|
626
641
|
}
|
|
@@ -630,6 +645,9 @@ body {
|
|
|
630
645
|
.z-\[999\] {
|
|
631
646
|
z-index: 999;
|
|
632
647
|
}
|
|
648
|
+
.z-\[99\] {
|
|
649
|
+
z-index: 99;
|
|
650
|
+
}
|
|
633
651
|
.col-span-1 {
|
|
634
652
|
grid-column: span 1 / span 1;
|
|
635
653
|
}
|
|
@@ -734,6 +752,9 @@ body {
|
|
|
734
752
|
.-me-2 {
|
|
735
753
|
margin-inline-end: -0.5rem;
|
|
736
754
|
}
|
|
755
|
+
.-mr-0\.5 {
|
|
756
|
+
margin-right: -0.125rem;
|
|
757
|
+
}
|
|
737
758
|
.-mt-1 {
|
|
738
759
|
margin-top: -0.25rem;
|
|
739
760
|
}
|
|
@@ -911,6 +932,10 @@ body {
|
|
|
911
932
|
.aspect-square {
|
|
912
933
|
aspect-ratio: 1 / 1;
|
|
913
934
|
}
|
|
935
|
+
.size-10 {
|
|
936
|
+
width: 2.5rem;
|
|
937
|
+
height: 2.5rem;
|
|
938
|
+
}
|
|
914
939
|
.size-2 {
|
|
915
940
|
width: 0.5rem;
|
|
916
941
|
height: 0.5rem;
|
|
@@ -955,6 +980,10 @@ body {
|
|
|
955
980
|
width: 16rem;
|
|
956
981
|
height: 16rem;
|
|
957
982
|
}
|
|
983
|
+
.size-7 {
|
|
984
|
+
width: 1.75rem;
|
|
985
|
+
height: 1.75rem;
|
|
986
|
+
}
|
|
958
987
|
.size-72 {
|
|
959
988
|
width: 18rem;
|
|
960
989
|
height: 18rem;
|
|
@@ -1207,6 +1236,12 @@ body {
|
|
|
1207
1236
|
.min-h-\[300px\] {
|
|
1208
1237
|
min-height: 300px;
|
|
1209
1238
|
}
|
|
1239
|
+
.min-h-\[360px\] {
|
|
1240
|
+
min-height: 360px;
|
|
1241
|
+
}
|
|
1242
|
+
.min-h-\[36px\] {
|
|
1243
|
+
min-height: 36px;
|
|
1244
|
+
}
|
|
1210
1245
|
.min-h-\[3rem\] {
|
|
1211
1246
|
min-height: 3rem;
|
|
1212
1247
|
}
|
|
@@ -1285,9 +1320,6 @@ body {
|
|
|
1285
1320
|
.w-3\/4 {
|
|
1286
1321
|
width: 75%;
|
|
1287
1322
|
}
|
|
1288
|
-
.w-3\/6 {
|
|
1289
|
-
width: 50%;
|
|
1290
|
-
}
|
|
1291
1323
|
.w-32 {
|
|
1292
1324
|
width: 8rem;
|
|
1293
1325
|
}
|
|
@@ -1375,6 +1407,9 @@ body {
|
|
|
1375
1407
|
.w-\[300px\] {
|
|
1376
1408
|
width: 300px;
|
|
1377
1409
|
}
|
|
1410
|
+
.w-\[320px\] {
|
|
1411
|
+
width: 320px;
|
|
1412
|
+
}
|
|
1378
1413
|
.w-\[350px\] {
|
|
1379
1414
|
width: 350px;
|
|
1380
1415
|
}
|
|
@@ -1405,6 +1440,9 @@ body {
|
|
|
1405
1440
|
.w-\[90\%\] {
|
|
1406
1441
|
width: 90%;
|
|
1407
1442
|
}
|
|
1443
|
+
.w-\[95\%\] {
|
|
1444
|
+
width: 95%;
|
|
1445
|
+
}
|
|
1408
1446
|
.w-\[95vw\] {
|
|
1409
1447
|
width: 95vw;
|
|
1410
1448
|
}
|
|
@@ -1479,9 +1517,15 @@ body {
|
|
|
1479
1517
|
.min-w-\[2rem\] {
|
|
1480
1518
|
min-width: 2rem;
|
|
1481
1519
|
}
|
|
1520
|
+
.min-w-\[540px\] {
|
|
1521
|
+
min-width: 540px;
|
|
1522
|
+
}
|
|
1482
1523
|
.min-w-\[600px\] {
|
|
1483
1524
|
min-width: 600px;
|
|
1484
1525
|
}
|
|
1526
|
+
.min-w-\[80px\] {
|
|
1527
|
+
min-width: 80px;
|
|
1528
|
+
}
|
|
1485
1529
|
.min-w-\[8rem\] {
|
|
1486
1530
|
min-width: 8rem;
|
|
1487
1531
|
}
|
|
@@ -1528,6 +1572,12 @@ body {
|
|
|
1528
1572
|
.max-w-\[1100px\] {
|
|
1529
1573
|
max-width: 1100px;
|
|
1530
1574
|
}
|
|
1575
|
+
.max-w-\[140px\] {
|
|
1576
|
+
max-width: 140px;
|
|
1577
|
+
}
|
|
1578
|
+
.max-w-\[160px\] {
|
|
1579
|
+
max-width: 160px;
|
|
1580
|
+
}
|
|
1531
1581
|
.max-w-\[200px\] {
|
|
1532
1582
|
max-width: 200px;
|
|
1533
1583
|
}
|
|
@@ -1697,6 +1747,11 @@ body {
|
|
|
1697
1747
|
--tw-scale-y: 1.1;
|
|
1698
1748
|
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));
|
|
1699
1749
|
}
|
|
1750
|
+
.scale-125 {
|
|
1751
|
+
--tw-scale-x: 1.25;
|
|
1752
|
+
--tw-scale-y: 1.25;
|
|
1753
|
+
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));
|
|
1754
|
+
}
|
|
1700
1755
|
.scale-\[1\.02\] {
|
|
1701
1756
|
--tw-scale-x: 1.02;
|
|
1702
1757
|
--tw-scale-y: 1.02;
|
|
@@ -1727,6 +1782,9 @@ body {
|
|
|
1727
1782
|
.cursor-context-menu {
|
|
1728
1783
|
cursor: context-menu;
|
|
1729
1784
|
}
|
|
1785
|
+
.cursor-crosshair {
|
|
1786
|
+
cursor: crosshair;
|
|
1787
|
+
}
|
|
1730
1788
|
.cursor-default {
|
|
1731
1789
|
cursor: default;
|
|
1732
1790
|
}
|
|
@@ -1751,6 +1809,9 @@ body {
|
|
|
1751
1809
|
.cursor-pointer {
|
|
1752
1810
|
cursor: pointer;
|
|
1753
1811
|
}
|
|
1812
|
+
.cursor-text {
|
|
1813
|
+
cursor: text;
|
|
1814
|
+
}
|
|
1754
1815
|
.touch-none {
|
|
1755
1816
|
touch-action: none;
|
|
1756
1817
|
}
|
|
@@ -2192,6 +2253,9 @@ body {
|
|
|
2192
2253
|
.border-b {
|
|
2193
2254
|
border-bottom-width: 1px;
|
|
2194
2255
|
}
|
|
2256
|
+
.border-b-0 {
|
|
2257
|
+
border-bottom-width: 0px;
|
|
2258
|
+
}
|
|
2195
2259
|
.border-b-2 {
|
|
2196
2260
|
border-bottom-width: 2px;
|
|
2197
2261
|
}
|
|
@@ -2213,6 +2277,9 @@ body {
|
|
|
2213
2277
|
.border-t {
|
|
2214
2278
|
border-top-width: 1px;
|
|
2215
2279
|
}
|
|
2280
|
+
.border-t-0 {
|
|
2281
|
+
border-top-width: 0px;
|
|
2282
|
+
}
|
|
2216
2283
|
.border-t-2 {
|
|
2217
2284
|
border-top-width: 2px;
|
|
2218
2285
|
}
|
|
@@ -2274,12 +2341,19 @@ body {
|
|
|
2274
2341
|
.border-border\/50 {
|
|
2275
2342
|
border-color: hsl(var(--border) / 0.5);
|
|
2276
2343
|
}
|
|
2344
|
+
.border-border\/60 {
|
|
2345
|
+
border-color: hsl(var(--border) / 0.6);
|
|
2346
|
+
}
|
|
2277
2347
|
.border-border\/70 {
|
|
2278
2348
|
border-color: hsl(var(--border) / 0.7);
|
|
2279
2349
|
}
|
|
2280
2350
|
.border-cyan-200\/70 {
|
|
2281
2351
|
border-color: rgb(165 243 252 / 0.7);
|
|
2282
2352
|
}
|
|
2353
|
+
.border-cyan-300 {
|
|
2354
|
+
--tw-border-opacity: 1;
|
|
2355
|
+
border-color: rgb(103 232 249 / var(--tw-border-opacity, 1));
|
|
2356
|
+
}
|
|
2283
2357
|
.border-destructive {
|
|
2284
2358
|
border-color: hsl(var(--destructive));
|
|
2285
2359
|
}
|
|
@@ -2300,6 +2374,12 @@ body {
|
|
|
2300
2374
|
.border-emerald-500\/10 {
|
|
2301
2375
|
border-color: rgb(16 185 129 / 0.1);
|
|
2302
2376
|
}
|
|
2377
|
+
.border-foreground\/20 {
|
|
2378
|
+
border-color: hsl(var(--foreground) / 0.2);
|
|
2379
|
+
}
|
|
2380
|
+
.border-foreground\/70 {
|
|
2381
|
+
border-color: hsl(var(--foreground) / 0.7);
|
|
2382
|
+
}
|
|
2303
2383
|
.border-fuchsia-200\/70 {
|
|
2304
2384
|
border-color: rgb(245 208 254 / 0.7);
|
|
2305
2385
|
}
|
|
@@ -2354,6 +2434,10 @@ body {
|
|
|
2354
2434
|
.border-orange-200\/70 {
|
|
2355
2435
|
border-color: rgb(254 215 170 / 0.7);
|
|
2356
2436
|
}
|
|
2437
|
+
.border-orange-300 {
|
|
2438
|
+
--tw-border-opacity: 1;
|
|
2439
|
+
border-color: rgb(253 186 116 / var(--tw-border-opacity, 1));
|
|
2440
|
+
}
|
|
2357
2441
|
.border-orange-400 {
|
|
2358
2442
|
--tw-border-opacity: 1;
|
|
2359
2443
|
border-color: rgb(251 146 60 / var(--tw-border-opacity, 1));
|
|
@@ -2370,6 +2454,9 @@ body {
|
|
|
2370
2454
|
.border-primary\/50 {
|
|
2371
2455
|
border-color: hsl(var(--primary) / 0.5);
|
|
2372
2456
|
}
|
|
2457
|
+
.border-primary\/60 {
|
|
2458
|
+
border-color: hsl(var(--primary) / 0.6);
|
|
2459
|
+
}
|
|
2373
2460
|
.border-primary\/70 {
|
|
2374
2461
|
border-color: hsl(var(--primary) / 0.7);
|
|
2375
2462
|
}
|
|
@@ -2451,6 +2538,10 @@ body {
|
|
|
2451
2538
|
--tw-border-opacity: 1;
|
|
2452
2539
|
border-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
|
|
2453
2540
|
}
|
|
2541
|
+
.border-yellow-300 {
|
|
2542
|
+
--tw-border-opacity: 1;
|
|
2543
|
+
border-color: rgb(253 224 71 / var(--tw-border-opacity, 1));
|
|
2544
|
+
}
|
|
2454
2545
|
.border-zinc-300 {
|
|
2455
2546
|
--tw-border-opacity: 1;
|
|
2456
2547
|
border-color: rgb(212 212 216 / var(--tw-border-opacity, 1));
|
|
@@ -2536,6 +2627,9 @@ body {
|
|
|
2536
2627
|
.bg-background\/50 {
|
|
2537
2628
|
background-color: hsl(var(--background) / 0.5);
|
|
2538
2629
|
}
|
|
2630
|
+
.bg-background\/60 {
|
|
2631
|
+
background-color: hsl(var(--background) / 0.6);
|
|
2632
|
+
}
|
|
2539
2633
|
.bg-background\/70 {
|
|
2540
2634
|
background-color: hsl(var(--background) / 0.7);
|
|
2541
2635
|
}
|
|
@@ -2597,6 +2691,12 @@ body {
|
|
|
2597
2691
|
.bg-border {
|
|
2598
2692
|
background-color: hsl(var(--border));
|
|
2599
2693
|
}
|
|
2694
|
+
.bg-border\/50 {
|
|
2695
|
+
background-color: hsl(var(--border) / 0.5);
|
|
2696
|
+
}
|
|
2697
|
+
.bg-border\/60 {
|
|
2698
|
+
background-color: hsl(var(--border) / 0.6);
|
|
2699
|
+
}
|
|
2600
2700
|
.bg-card {
|
|
2601
2701
|
background-color: hsl(var(--card));
|
|
2602
2702
|
}
|
|
@@ -2666,6 +2766,12 @@ body {
|
|
|
2666
2766
|
.bg-foreground {
|
|
2667
2767
|
background-color: hsl(var(--foreground));
|
|
2668
2768
|
}
|
|
2769
|
+
.bg-foreground\/10 {
|
|
2770
|
+
background-color: hsl(var(--foreground) / 0.1);
|
|
2771
|
+
}
|
|
2772
|
+
.bg-foreground\/5 {
|
|
2773
|
+
background-color: hsl(var(--foreground) / 0.05);
|
|
2774
|
+
}
|
|
2669
2775
|
.bg-fuchsia-100 {
|
|
2670
2776
|
--tw-bg-opacity: 1;
|
|
2671
2777
|
background-color: rgb(250 232 255 / var(--tw-bg-opacity, 1));
|
|
@@ -2818,6 +2924,9 @@ body {
|
|
|
2818
2924
|
.bg-popover-foreground {
|
|
2819
2925
|
background-color: hsl(var(--popover-foreground));
|
|
2820
2926
|
}
|
|
2927
|
+
.bg-popover\/95 {
|
|
2928
|
+
background-color: hsl(var(--popover) / 0.95);
|
|
2929
|
+
}
|
|
2821
2930
|
.bg-primary {
|
|
2822
2931
|
background-color: hsl(var(--primary));
|
|
2823
2932
|
}
|
|
@@ -3423,6 +3532,10 @@ body {
|
|
|
3423
3532
|
.p-\[1px\] {
|
|
3424
3533
|
padding: 1px;
|
|
3425
3534
|
}
|
|
3535
|
+
.px-0 {
|
|
3536
|
+
padding-left: 0px;
|
|
3537
|
+
padding-right: 0px;
|
|
3538
|
+
}
|
|
3426
3539
|
.px-0\.5 {
|
|
3427
3540
|
padding-left: 0.125rem;
|
|
3428
3541
|
padding-right: 0.125rem;
|
|
@@ -3451,6 +3564,10 @@ body {
|
|
|
3451
3564
|
padding-left: 0.75rem;
|
|
3452
3565
|
padding-right: 0.75rem;
|
|
3453
3566
|
}
|
|
3567
|
+
.px-3\.5 {
|
|
3568
|
+
padding-left: 0.875rem;
|
|
3569
|
+
padding-right: 0.875rem;
|
|
3570
|
+
}
|
|
3454
3571
|
.px-4 {
|
|
3455
3572
|
padding-left: 1rem;
|
|
3456
3573
|
padding-right: 1rem;
|
|
@@ -3515,6 +3632,10 @@ body {
|
|
|
3515
3632
|
padding-top: 3rem;
|
|
3516
3633
|
padding-bottom: 3rem;
|
|
3517
3634
|
}
|
|
3635
|
+
.py-14 {
|
|
3636
|
+
padding-top: 3.5rem;
|
|
3637
|
+
padding-bottom: 3.5rem;
|
|
3638
|
+
}
|
|
3518
3639
|
.py-16 {
|
|
3519
3640
|
padding-top: 4rem;
|
|
3520
3641
|
padding-bottom: 4rem;
|
|
@@ -3875,6 +3996,10 @@ body {
|
|
|
3875
3996
|
.text-current {
|
|
3876
3997
|
color: currentColor;
|
|
3877
3998
|
}
|
|
3999
|
+
.text-cyan-600 {
|
|
4000
|
+
--tw-text-opacity: 1;
|
|
4001
|
+
color: rgb(8 145 178 / var(--tw-text-opacity, 1));
|
|
4002
|
+
}
|
|
3878
4003
|
.text-cyan-900 {
|
|
3879
4004
|
--tw-text-opacity: 1;
|
|
3880
4005
|
color: rgb(22 78 99 / var(--tw-text-opacity, 1));
|
|
@@ -3885,6 +4010,9 @@ body {
|
|
|
3885
4010
|
.text-destructive-foreground {
|
|
3886
4011
|
color: hsl(var(--destructive-foreground));
|
|
3887
4012
|
}
|
|
4013
|
+
.text-destructive\/60 {
|
|
4014
|
+
color: hsl(var(--destructive) / 0.6);
|
|
4015
|
+
}
|
|
3888
4016
|
.text-emerald-500 {
|
|
3889
4017
|
--tw-text-opacity: 1;
|
|
3890
4018
|
color: rgb(16 185 129 / var(--tw-text-opacity, 1));
|
|
@@ -3907,9 +4035,21 @@ body {
|
|
|
3907
4035
|
.text-foreground {
|
|
3908
4036
|
color: hsl(var(--foreground));
|
|
3909
4037
|
}
|
|
4038
|
+
.text-foreground\/30 {
|
|
4039
|
+
color: hsl(var(--foreground) / 0.3);
|
|
4040
|
+
}
|
|
4041
|
+
.text-foreground\/40 {
|
|
4042
|
+
color: hsl(var(--foreground) / 0.4);
|
|
4043
|
+
}
|
|
4044
|
+
.text-foreground\/60 {
|
|
4045
|
+
color: hsl(var(--foreground) / 0.6);
|
|
4046
|
+
}
|
|
3910
4047
|
.text-foreground\/70 {
|
|
3911
4048
|
color: hsl(var(--foreground) / 0.7);
|
|
3912
4049
|
}
|
|
4050
|
+
.text-foreground\/80 {
|
|
4051
|
+
color: hsl(var(--foreground) / 0.8);
|
|
4052
|
+
}
|
|
3913
4053
|
.text-foreground\/90 {
|
|
3914
4054
|
color: hsl(var(--foreground) / 0.9);
|
|
3915
4055
|
}
|
|
@@ -4060,6 +4200,9 @@ body {
|
|
|
4060
4200
|
.text-primary-foreground\/60 {
|
|
4061
4201
|
color: hsl(var(--primary-foreground) / 0.6);
|
|
4062
4202
|
}
|
|
4203
|
+
.text-primary\/60 {
|
|
4204
|
+
color: hsl(var(--primary) / 0.6);
|
|
4205
|
+
}
|
|
4063
4206
|
.text-primary\/70 {
|
|
4064
4207
|
color: hsl(var(--primary) / 0.7);
|
|
4065
4208
|
}
|
|
@@ -4215,9 +4358,15 @@ body {
|
|
|
4215
4358
|
.no-underline {
|
|
4216
4359
|
text-decoration-line: none;
|
|
4217
4360
|
}
|
|
4361
|
+
.underline-offset-2 {
|
|
4362
|
+
text-underline-offset: 2px;
|
|
4363
|
+
}
|
|
4218
4364
|
.underline-offset-4 {
|
|
4219
4365
|
text-underline-offset: 4px;
|
|
4220
4366
|
}
|
|
4367
|
+
.caret-primary {
|
|
4368
|
+
caret-color: hsl(var(--primary));
|
|
4369
|
+
}
|
|
4221
4370
|
.accent-foreground {
|
|
4222
4371
|
accent-color: hsl(var(--foreground));
|
|
4223
4372
|
}
|
|
@@ -4230,6 +4379,9 @@ body {
|
|
|
4230
4379
|
.opacity-15 {
|
|
4231
4380
|
opacity: 0.15;
|
|
4232
4381
|
}
|
|
4382
|
+
.opacity-30 {
|
|
4383
|
+
opacity: 0.3;
|
|
4384
|
+
}
|
|
4233
4385
|
.opacity-40 {
|
|
4234
4386
|
opacity: 0.4;
|
|
4235
4387
|
}
|
|
@@ -4278,6 +4430,14 @@ body {
|
|
|
4278
4430
|
var(--tw-ring-shadow, 0 0 #0000),
|
|
4279
4431
|
var(--tw-shadow);
|
|
4280
4432
|
}
|
|
4433
|
+
.shadow-\[0_2px_16px_rgba\(0\,0\,0\,0\.06\)\] {
|
|
4434
|
+
--tw-shadow: 0 2px 16px rgba(0,0,0,0.06);
|
|
4435
|
+
--tw-shadow-colored: 0 2px 16px var(--tw-shadow-color);
|
|
4436
|
+
box-shadow:
|
|
4437
|
+
var(--tw-ring-offset-shadow, 0 0 #0000),
|
|
4438
|
+
var(--tw-ring-shadow, 0 0 #0000),
|
|
4439
|
+
var(--tw-shadow);
|
|
4440
|
+
}
|
|
4281
4441
|
.shadow-\[0_6px_18px_rgba\(0\,0\,0\,0\.12\)\] {
|
|
4282
4442
|
--tw-shadow: 0 6px 18px rgba(0,0,0,0.12);
|
|
4283
4443
|
--tw-shadow-colored: 0 6px 18px var(--tw-shadow-color);
|
|
@@ -4346,6 +4506,10 @@ body {
|
|
|
4346
4506
|
--tw-shadow-color: rgb(0 0 0 / 0.1);
|
|
4347
4507
|
--tw-shadow: var(--tw-shadow-colored);
|
|
4348
4508
|
}
|
|
4509
|
+
.shadow-black\/20 {
|
|
4510
|
+
--tw-shadow-color: rgb(0 0 0 / 0.2);
|
|
4511
|
+
--tw-shadow: var(--tw-shadow-colored);
|
|
4512
|
+
}
|
|
4349
4513
|
.shadow-blue-400\/40 {
|
|
4350
4514
|
--tw-shadow-color: rgb(96 165 250 / 0.4);
|
|
4351
4515
|
--tw-shadow: var(--tw-shadow-colored);
|
|
@@ -4588,6 +4752,9 @@ body {
|
|
|
4588
4752
|
.duration-500 {
|
|
4589
4753
|
transition-duration: 500ms;
|
|
4590
4754
|
}
|
|
4755
|
+
.duration-75 {
|
|
4756
|
+
transition-duration: 75ms;
|
|
4757
|
+
}
|
|
4591
4758
|
.ease-in-out {
|
|
4592
4759
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
4593
4760
|
}
|
|
@@ -4654,6 +4821,9 @@ body {
|
|
|
4654
4821
|
.duration-500 {
|
|
4655
4822
|
animation-duration: 500ms;
|
|
4656
4823
|
}
|
|
4824
|
+
.duration-75 {
|
|
4825
|
+
animation-duration: 75ms;
|
|
4826
|
+
}
|
|
4657
4827
|
.ease-in-out {
|
|
4658
4828
|
animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
4659
4829
|
}
|
|
@@ -5057,6 +5227,18 @@ body {
|
|
|
5057
5227
|
--tw-bg-opacity: 1;
|
|
5058
5228
|
background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
|
|
5059
5229
|
}
|
|
5230
|
+
.empty\:before\:pointer-events-none:empty::before {
|
|
5231
|
+
content: var(--tw-content);
|
|
5232
|
+
pointer-events: none;
|
|
5233
|
+
}
|
|
5234
|
+
.empty\:before\:text-muted-foreground\/40:empty::before {
|
|
5235
|
+
content: var(--tw-content);
|
|
5236
|
+
color: hsl(var(--muted-foreground) / 0.4);
|
|
5237
|
+
}
|
|
5238
|
+
.empty\:before\:content-\[attr\(data-placeholder\)\]:empty::before {
|
|
5239
|
+
--tw-content: attr(data-placeholder);
|
|
5240
|
+
content: var(--tw-content);
|
|
5241
|
+
}
|
|
5060
5242
|
.focus-within\:relative:focus-within {
|
|
5061
5243
|
position: relative;
|
|
5062
5244
|
}
|
|
@@ -5085,6 +5267,9 @@ body {
|
|
|
5085
5267
|
.focus-within\:ring-destructive:focus-within {
|
|
5086
5268
|
--tw-ring-color: hsl(var(--destructive));
|
|
5087
5269
|
}
|
|
5270
|
+
.focus-within\:ring-primary\/15:focus-within {
|
|
5271
|
+
--tw-ring-color: hsl(var(--primary) / 0.15);
|
|
5272
|
+
}
|
|
5088
5273
|
.focus-within\:ring-ring\/50:focus-within {
|
|
5089
5274
|
--tw-ring-color: hsl(var(--ring) / 0.5);
|
|
5090
5275
|
}
|
|
@@ -5155,6 +5340,9 @@ body {
|
|
|
5155
5340
|
.hover\:bg-background\/20:hover {
|
|
5156
5341
|
background-color: hsl(var(--background) / 0.2);
|
|
5157
5342
|
}
|
|
5343
|
+
.hover\:bg-background\/40:hover {
|
|
5344
|
+
background-color: hsl(var(--background) / 0.4);
|
|
5345
|
+
}
|
|
5158
5346
|
.hover\:bg-black\/70:hover {
|
|
5159
5347
|
background-color: rgb(0 0 0 / 0.7);
|
|
5160
5348
|
}
|
|
@@ -5178,6 +5366,9 @@ body {
|
|
|
5178
5366
|
.hover\:bg-destructive\/10:hover {
|
|
5179
5367
|
background-color: hsl(var(--destructive) / 0.1);
|
|
5180
5368
|
}
|
|
5369
|
+
.hover\:bg-destructive\/5:hover {
|
|
5370
|
+
background-color: hsl(var(--destructive) / 0.05);
|
|
5371
|
+
}
|
|
5181
5372
|
.hover\:bg-destructive\/90:hover {
|
|
5182
5373
|
background-color: hsl(var(--destructive) / 0.9);
|
|
5183
5374
|
}
|
|
@@ -5242,6 +5433,9 @@ body {
|
|
|
5242
5433
|
.hover\:bg-muted\/20:hover {
|
|
5243
5434
|
background-color: hsl(var(--muted) / 0.2);
|
|
5244
5435
|
}
|
|
5436
|
+
.hover\:bg-muted\/30:hover {
|
|
5437
|
+
background-color: hsl(var(--muted) / 0.3);
|
|
5438
|
+
}
|
|
5245
5439
|
.hover\:bg-muted\/5:hover {
|
|
5246
5440
|
background-color: hsl(var(--muted) / 0.05);
|
|
5247
5441
|
}
|
|
@@ -5369,6 +5563,12 @@ body {
|
|
|
5369
5563
|
.hover\:text-foreground:hover {
|
|
5370
5564
|
color: hsl(var(--foreground));
|
|
5371
5565
|
}
|
|
5566
|
+
.hover\:text-foreground\/70:hover {
|
|
5567
|
+
color: hsl(var(--foreground) / 0.7);
|
|
5568
|
+
}
|
|
5569
|
+
.hover\:text-foreground\/80:hover {
|
|
5570
|
+
color: hsl(var(--foreground) / 0.8);
|
|
5571
|
+
}
|
|
5372
5572
|
.hover\:text-primary:hover {
|
|
5373
5573
|
color: hsl(var(--primary));
|
|
5374
5574
|
}
|
|
@@ -5402,6 +5602,9 @@ body {
|
|
|
5402
5602
|
.hover\:underline:hover {
|
|
5403
5603
|
text-decoration-line: underline;
|
|
5404
5604
|
}
|
|
5605
|
+
.hover\:\!opacity-80:hover {
|
|
5606
|
+
opacity: 0.8 !important;
|
|
5607
|
+
}
|
|
5405
5608
|
.hover\:opacity-100:hover {
|
|
5406
5609
|
opacity: 1;
|
|
5407
5610
|
}
|
|
@@ -5580,6 +5783,14 @@ body {
|
|
|
5580
5783
|
.focus-visible\:outline-\[3px\]:focus-visible {
|
|
5581
5784
|
outline-width: 3px;
|
|
5582
5785
|
}
|
|
5786
|
+
.focus-visible\:ring-0:focus-visible {
|
|
5787
|
+
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
5788
|
+
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
5789
|
+
box-shadow:
|
|
5790
|
+
var(--tw-ring-offset-shadow),
|
|
5791
|
+
var(--tw-ring-shadow),
|
|
5792
|
+
var(--tw-shadow, 0 0 #0000);
|
|
5793
|
+
}
|
|
5583
5794
|
.focus-visible\:ring-1:focus-visible {
|
|
5584
5795
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
5585
5796
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
@@ -5673,6 +5884,9 @@ body {
|
|
|
5673
5884
|
.disabled\:bg-muted\/30:disabled {
|
|
5674
5885
|
background-color: hsl(var(--muted) / 0.3);
|
|
5675
5886
|
}
|
|
5887
|
+
.disabled\:opacity-20:disabled {
|
|
5888
|
+
opacity: 0.2;
|
|
5889
|
+
}
|
|
5676
5890
|
.disabled\:opacity-50:disabled {
|
|
5677
5891
|
opacity: 0.5;
|
|
5678
5892
|
}
|
|
@@ -5738,6 +5952,9 @@ body {
|
|
|
5738
5952
|
.group:hover .group-hover\:text-destructive {
|
|
5739
5953
|
color: hsl(var(--destructive));
|
|
5740
5954
|
}
|
|
5955
|
+
.group:hover .group-hover\:text-foreground {
|
|
5956
|
+
color: hsl(var(--foreground));
|
|
5957
|
+
}
|
|
5741
5958
|
.group:hover .group-hover\:text-primary {
|
|
5742
5959
|
color: hsl(var(--primary));
|
|
5743
5960
|
}
|
|
@@ -5747,6 +5964,9 @@ body {
|
|
|
5747
5964
|
.group:hover .group-hover\:opacity-100 {
|
|
5748
5965
|
opacity: 1;
|
|
5749
5966
|
}
|
|
5967
|
+
.group:hover .group-hover\:opacity-40 {
|
|
5968
|
+
opacity: 0.4;
|
|
5969
|
+
}
|
|
5750
5970
|
.group.toast .group-\[\.toast\]\:text-neutral-600 {
|
|
5751
5971
|
--tw-text-opacity: 1;
|
|
5752
5972
|
color: rgb(82 82 82 / var(--tw-text-opacity, 1));
|
|
@@ -7080,6 +7300,14 @@ body {
|
|
|
7080
7300
|
--tw-shadow-color: rgb(0 0 0 / 0.3);
|
|
7081
7301
|
--tw-shadow: var(--tw-shadow-colored);
|
|
7082
7302
|
}
|
|
7303
|
+
.dark\:shadow-black\/50:is(.dark *) {
|
|
7304
|
+
--tw-shadow-color: rgb(0 0 0 / 0.5);
|
|
7305
|
+
--tw-shadow: var(--tw-shadow-colored);
|
|
7306
|
+
}
|
|
7307
|
+
.dark\:shadow-black\/60:is(.dark *) {
|
|
7308
|
+
--tw-shadow-color: rgb(0 0 0 / 0.6);
|
|
7309
|
+
--tw-shadow: var(--tw-shadow-colored);
|
|
7310
|
+
}
|
|
7083
7311
|
.dark\:ring-neutral-800:is(.dark *) {
|
|
7084
7312
|
--tw-ring-opacity: 1;
|
|
7085
7313
|
--tw-ring-color: rgb(38 38 38 / var(--tw-ring-opacity, 1));
|
|
@@ -7367,6 +7595,9 @@ body {
|
|
|
7367
7595
|
.sm\:max-w-\[425px\] {
|
|
7368
7596
|
max-width: 425px;
|
|
7369
7597
|
}
|
|
7598
|
+
.sm\:max-w-lg {
|
|
7599
|
+
max-width: 32rem;
|
|
7600
|
+
}
|
|
7370
7601
|
.sm\:max-w-md {
|
|
7371
7602
|
max-width: 28rem;
|
|
7372
7603
|
}
|
|
@@ -7934,6 +8165,16 @@ body {
|
|
|
7934
8165
|
.\[\&_\[cmdk-item\]_svg\]\:w-5 [cmdk-item] svg {
|
|
7935
8166
|
width: 1.25rem;
|
|
7936
8167
|
}
|
|
8168
|
+
.\[\&_a\]\:text-primary a {
|
|
8169
|
+
color: hsl(var(--primary));
|
|
8170
|
+
}
|
|
8171
|
+
.\[\&_a\]\:underline a {
|
|
8172
|
+
text-decoration-line: underline;
|
|
8173
|
+
}
|
|
8174
|
+
.\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-3 svg:not([class*=size-]) {
|
|
8175
|
+
width: 0.75rem;
|
|
8176
|
+
height: 0.75rem;
|
|
8177
|
+
}
|
|
7937
8178
|
.\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-4 svg:not([class*=size-]) {
|
|
7938
8179
|
width: 1rem;
|
|
7939
8180
|
height: 1rem;
|