cekat-ui 1.3.8 → 1.3.10
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.d.mts +357 -18
- package/dist/index.d.ts +357 -18
- package/dist/index.mjs +9738 -6953
- package/dist/index.umd.js +4 -4
- package/dist/style.css +289 -4
- package/package.json +1 -1
package/dist/style.css
CHANGED
|
@@ -683,6 +683,14 @@ body {
|
|
|
683
683
|
inset: 0px;
|
|
684
684
|
}
|
|
685
685
|
|
|
686
|
+
.-left-4 {
|
|
687
|
+
left: -1rem;
|
|
688
|
+
}
|
|
689
|
+
|
|
690
|
+
.-top-3 {
|
|
691
|
+
top: -0.75rem;
|
|
692
|
+
}
|
|
693
|
+
|
|
686
694
|
.bottom-0 {
|
|
687
695
|
bottom: 0px;
|
|
688
696
|
}
|
|
@@ -852,6 +860,10 @@ body {
|
|
|
852
860
|
margin-right: 0.625rem;
|
|
853
861
|
}
|
|
854
862
|
|
|
863
|
+
.mt-0\.5 {
|
|
864
|
+
margin-top: 0.125rem;
|
|
865
|
+
}
|
|
866
|
+
|
|
855
867
|
.mt-1 {
|
|
856
868
|
margin-top: 0.25rem;
|
|
857
869
|
}
|
|
@@ -920,6 +932,11 @@ body {
|
|
|
920
932
|
height: 0.75rem;
|
|
921
933
|
}
|
|
922
934
|
|
|
935
|
+
.size-3\.5 {
|
|
936
|
+
width: 0.875rem;
|
|
937
|
+
height: 0.875rem;
|
|
938
|
+
}
|
|
939
|
+
|
|
923
940
|
.size-4 {
|
|
924
941
|
width: 1rem;
|
|
925
942
|
height: 1rem;
|
|
@@ -935,6 +952,11 @@ body {
|
|
|
935
952
|
height: 1.5rem;
|
|
936
953
|
}
|
|
937
954
|
|
|
955
|
+
.size-7 {
|
|
956
|
+
width: 1.75rem;
|
|
957
|
+
height: 1.75rem;
|
|
958
|
+
}
|
|
959
|
+
|
|
938
960
|
.size-8 {
|
|
939
961
|
width: 2rem;
|
|
940
962
|
height: 2rem;
|
|
@@ -1040,6 +1062,10 @@ body {
|
|
|
1040
1062
|
height: 5rem;
|
|
1041
1063
|
}
|
|
1042
1064
|
|
|
1065
|
+
.h-24 {
|
|
1066
|
+
height: 6rem;
|
|
1067
|
+
}
|
|
1068
|
+
|
|
1043
1069
|
.h-4 {
|
|
1044
1070
|
height: 1rem;
|
|
1045
1071
|
}
|
|
@@ -1080,6 +1106,10 @@ body {
|
|
|
1080
1106
|
height: 100px;
|
|
1081
1107
|
}
|
|
1082
1108
|
|
|
1109
|
+
.h-\[122px\] {
|
|
1110
|
+
height: 122px;
|
|
1111
|
+
}
|
|
1112
|
+
|
|
1083
1113
|
.h-\[200vh\] {
|
|
1084
1114
|
height: 200vh;
|
|
1085
1115
|
}
|
|
@@ -1160,6 +1190,10 @@ body {
|
|
|
1160
1190
|
max-height: 320px;
|
|
1161
1191
|
}
|
|
1162
1192
|
|
|
1193
|
+
.max-h-full {
|
|
1194
|
+
max-height: 100%;
|
|
1195
|
+
}
|
|
1196
|
+
|
|
1163
1197
|
.max-h-none {
|
|
1164
1198
|
max-height: none;
|
|
1165
1199
|
}
|
|
@@ -1248,6 +1282,14 @@ body {
|
|
|
1248
1282
|
width: 0.5rem;
|
|
1249
1283
|
}
|
|
1250
1284
|
|
|
1285
|
+
.w-24 {
|
|
1286
|
+
width: 6rem;
|
|
1287
|
+
}
|
|
1288
|
+
|
|
1289
|
+
.w-28 {
|
|
1290
|
+
width: 7rem;
|
|
1291
|
+
}
|
|
1292
|
+
|
|
1251
1293
|
.w-3 {
|
|
1252
1294
|
width: 0.75rem;
|
|
1253
1295
|
}
|
|
@@ -1296,6 +1338,10 @@ body {
|
|
|
1296
1338
|
width: 200vw;
|
|
1297
1339
|
}
|
|
1298
1340
|
|
|
1341
|
+
.w-\[240px\] {
|
|
1342
|
+
width: 240px;
|
|
1343
|
+
}
|
|
1344
|
+
|
|
1299
1345
|
.w-\[320px\] {
|
|
1300
1346
|
width: 320px;
|
|
1301
1347
|
}
|
|
@@ -1312,6 +1358,10 @@ body {
|
|
|
1312
1358
|
width: 640px;
|
|
1313
1359
|
}
|
|
1314
1360
|
|
|
1361
|
+
.w-\[800px\] {
|
|
1362
|
+
width: 800px;
|
|
1363
|
+
}
|
|
1364
|
+
|
|
1315
1365
|
.w-\[92px\] {
|
|
1316
1366
|
width: 92px;
|
|
1317
1367
|
}
|
|
@@ -1320,6 +1370,11 @@ body {
|
|
|
1320
1370
|
width: auto;
|
|
1321
1371
|
}
|
|
1322
1372
|
|
|
1373
|
+
.w-fit {
|
|
1374
|
+
width: -moz-fit-content;
|
|
1375
|
+
width: fit-content;
|
|
1376
|
+
}
|
|
1377
|
+
|
|
1323
1378
|
.w-full {
|
|
1324
1379
|
width: 100%;
|
|
1325
1380
|
}
|
|
@@ -1348,6 +1403,10 @@ body {
|
|
|
1348
1403
|
min-width: 240px;
|
|
1349
1404
|
}
|
|
1350
1405
|
|
|
1406
|
+
.min-w-\[4rem\] {
|
|
1407
|
+
min-width: 4rem;
|
|
1408
|
+
}
|
|
1409
|
+
|
|
1351
1410
|
.min-w-\[80px\] {
|
|
1352
1411
|
min-width: 80px;
|
|
1353
1412
|
}
|
|
@@ -1381,10 +1440,18 @@ body {
|
|
|
1381
1440
|
max-width: 320px;
|
|
1382
1441
|
}
|
|
1383
1442
|
|
|
1443
|
+
.max-w-\[400px\] {
|
|
1444
|
+
max-width: 400px;
|
|
1445
|
+
}
|
|
1446
|
+
|
|
1384
1447
|
.max-w-\[420px\] {
|
|
1385
1448
|
max-width: 420px;
|
|
1386
1449
|
}
|
|
1387
1450
|
|
|
1451
|
+
.max-w-\[504px\] {
|
|
1452
|
+
max-width: 504px;
|
|
1453
|
+
}
|
|
1454
|
+
|
|
1388
1455
|
.max-w-\[600px\] {
|
|
1389
1456
|
max-width: 600px;
|
|
1390
1457
|
}
|
|
@@ -1546,6 +1613,10 @@ body {
|
|
|
1546
1613
|
list-style-type: disc;
|
|
1547
1614
|
}
|
|
1548
1615
|
|
|
1616
|
+
.grid-cols-2 {
|
|
1617
|
+
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
1618
|
+
}
|
|
1619
|
+
|
|
1549
1620
|
.grid-cols-4 {
|
|
1550
1621
|
grid-template-columns: repeat(4, minmax(0, 1fr));
|
|
1551
1622
|
}
|
|
@@ -1566,6 +1637,10 @@ body {
|
|
|
1566
1637
|
flex-wrap: wrap;
|
|
1567
1638
|
}
|
|
1568
1639
|
|
|
1640
|
+
.flex-nowrap {
|
|
1641
|
+
flex-wrap: nowrap;
|
|
1642
|
+
}
|
|
1643
|
+
|
|
1569
1644
|
.items-start {
|
|
1570
1645
|
align-items: flex-start;
|
|
1571
1646
|
}
|
|
@@ -1610,6 +1685,10 @@ body {
|
|
|
1610
1685
|
gap: 0.375rem;
|
|
1611
1686
|
}
|
|
1612
1687
|
|
|
1688
|
+
.gap-10 {
|
|
1689
|
+
gap: 2.5rem;
|
|
1690
|
+
}
|
|
1691
|
+
|
|
1613
1692
|
.gap-12 {
|
|
1614
1693
|
gap: 3rem;
|
|
1615
1694
|
}
|
|
@@ -1678,10 +1757,6 @@ body {
|
|
|
1678
1757
|
overflow-y: auto;
|
|
1679
1758
|
}
|
|
1680
1759
|
|
|
1681
|
-
.overflow-y-hidden {
|
|
1682
|
-
overflow-y: hidden;
|
|
1683
|
-
}
|
|
1684
|
-
|
|
1685
1760
|
.truncate {
|
|
1686
1761
|
overflow: hidden;
|
|
1687
1762
|
text-overflow: ellipsis;
|
|
@@ -1696,10 +1771,18 @@ body {
|
|
|
1696
1771
|
white-space: nowrap;
|
|
1697
1772
|
}
|
|
1698
1773
|
|
|
1774
|
+
.break-words {
|
|
1775
|
+
overflow-wrap: break-word;
|
|
1776
|
+
}
|
|
1777
|
+
|
|
1699
1778
|
.rounded {
|
|
1700
1779
|
border-radius: 0.25rem;
|
|
1701
1780
|
}
|
|
1702
1781
|
|
|
1782
|
+
.rounded-3xl {
|
|
1783
|
+
border-radius: 1.5rem;
|
|
1784
|
+
}
|
|
1785
|
+
|
|
1703
1786
|
.rounded-\[10px\] {
|
|
1704
1787
|
border-radius: 10px;
|
|
1705
1788
|
}
|
|
@@ -2717,6 +2800,11 @@ body {
|
|
|
2717
2800
|
padding-right: 0.25rem;
|
|
2718
2801
|
}
|
|
2719
2802
|
|
|
2803
|
+
.px-1\.5 {
|
|
2804
|
+
padding-left: 0.375rem;
|
|
2805
|
+
padding-right: 0.375rem;
|
|
2806
|
+
}
|
|
2807
|
+
|
|
2720
2808
|
.px-2 {
|
|
2721
2809
|
padding-left: 0.5rem;
|
|
2722
2810
|
padding-right: 0.5rem;
|
|
@@ -2812,6 +2900,11 @@ body {
|
|
|
2812
2900
|
padding-bottom: 3px;
|
|
2813
2901
|
}
|
|
2814
2902
|
|
|
2903
|
+
.py-\[8px\] {
|
|
2904
|
+
padding-top: 8px;
|
|
2905
|
+
padding-bottom: 8px;
|
|
2906
|
+
}
|
|
2907
|
+
|
|
2815
2908
|
.py-\[spacing-xs\] {
|
|
2816
2909
|
padding-top: spacing-xs;
|
|
2817
2910
|
padding-bottom: spacing-xs;
|
|
@@ -2821,6 +2914,10 @@ body {
|
|
|
2821
2914
|
padding-bottom: 0.125rem;
|
|
2822
2915
|
}
|
|
2823
2916
|
|
|
2917
|
+
.pb-2 {
|
|
2918
|
+
padding-bottom: 0.5rem;
|
|
2919
|
+
}
|
|
2920
|
+
|
|
2824
2921
|
.pb-3 {
|
|
2825
2922
|
padding-bottom: 0.75rem;
|
|
2826
2923
|
}
|
|
@@ -2885,10 +2982,22 @@ body {
|
|
|
2885
2982
|
padding-right: 2rem;
|
|
2886
2983
|
}
|
|
2887
2984
|
|
|
2985
|
+
.pr-\[8px\] {
|
|
2986
|
+
padding-right: 8px;
|
|
2987
|
+
}
|
|
2988
|
+
|
|
2888
2989
|
.pr-\[9px\] {
|
|
2889
2990
|
padding-right: 9px;
|
|
2890
2991
|
}
|
|
2891
2992
|
|
|
2993
|
+
.pt-0 {
|
|
2994
|
+
padding-top: 0px;
|
|
2995
|
+
}
|
|
2996
|
+
|
|
2997
|
+
.pt-0\.5 {
|
|
2998
|
+
padding-top: 0.125rem;
|
|
2999
|
+
}
|
|
3000
|
+
|
|
2892
3001
|
.pt-3 {
|
|
2893
3002
|
padding-top: 0.75rem;
|
|
2894
3003
|
}
|
|
@@ -2933,6 +3042,10 @@ body {
|
|
|
2933
3042
|
font-size: 13px;
|
|
2934
3043
|
}
|
|
2935
3044
|
|
|
3045
|
+
.text-\[18px\] {
|
|
3046
|
+
font-size: 18px;
|
|
3047
|
+
}
|
|
3048
|
+
|
|
2936
3049
|
.text-\[20px\] {
|
|
2937
3050
|
font-size: 20px;
|
|
2938
3051
|
}
|
|
@@ -3192,6 +3305,11 @@ body {
|
|
|
3192
3305
|
color: currentColor;
|
|
3193
3306
|
}
|
|
3194
3307
|
|
|
3308
|
+
.text-error-100 {
|
|
3309
|
+
--tw-text-opacity: 1;
|
|
3310
|
+
color: rgb(253 226 209 / var(--tw-text-opacity, 1));
|
|
3311
|
+
}
|
|
3312
|
+
|
|
3195
3313
|
.text-error-400 {
|
|
3196
3314
|
--tw-text-opacity: 1;
|
|
3197
3315
|
color: rgb(237 102 83 / var(--tw-text-opacity, 1));
|
|
@@ -3212,6 +3330,11 @@ body {
|
|
|
3212
3330
|
color: rgb(162 15 35 / var(--tw-text-opacity, 1));
|
|
3213
3331
|
}
|
|
3214
3332
|
|
|
3333
|
+
.text-error-800 {
|
|
3334
|
+
--tw-text-opacity: 1;
|
|
3335
|
+
color: rgb(131 9 36 / var(--tw-text-opacity, 1));
|
|
3336
|
+
}
|
|
3337
|
+
|
|
3215
3338
|
.text-indigo-600 {
|
|
3216
3339
|
--tw-text-opacity: 1;
|
|
3217
3340
|
color: rgb(68 76 231 / var(--tw-text-opacity, 1));
|
|
@@ -3222,11 +3345,21 @@ body {
|
|
|
3222
3345
|
color: rgb(53 56 205 / var(--tw-text-opacity, 1));
|
|
3223
3346
|
}
|
|
3224
3347
|
|
|
3348
|
+
.text-info-100 {
|
|
3349
|
+
--tw-text-opacity: 1;
|
|
3350
|
+
color: rgb(206 233 253 / var(--tw-text-opacity, 1));
|
|
3351
|
+
}
|
|
3352
|
+
|
|
3225
3353
|
.text-info-700 {
|
|
3226
3354
|
--tw-text-opacity: 1;
|
|
3227
3355
|
color: rgb(8 59 164 / var(--tw-text-opacity, 1));
|
|
3228
3356
|
}
|
|
3229
3357
|
|
|
3358
|
+
.text-info-900 {
|
|
3359
|
+
--tw-text-opacity: 1;
|
|
3360
|
+
color: rgb(3 29 109 / var(--tw-text-opacity, 1));
|
|
3361
|
+
}
|
|
3362
|
+
|
|
3230
3363
|
.text-light-100 {
|
|
3231
3364
|
--tw-text-opacity: 1;
|
|
3232
3365
|
color: rgb(242 244 247 / var(--tw-text-opacity, 1));
|
|
@@ -3287,6 +3420,11 @@ body {
|
|
|
3287
3420
|
color: rgb(193 21 116 / var(--tw-text-opacity, 1));
|
|
3288
3421
|
}
|
|
3289
3422
|
|
|
3423
|
+
.text-primary-300 {
|
|
3424
|
+
--tw-text-opacity: 1;
|
|
3425
|
+
color: rgb(158 184 229 / var(--tw-text-opacity, 1));
|
|
3426
|
+
}
|
|
3427
|
+
|
|
3290
3428
|
.text-primary-500 {
|
|
3291
3429
|
--tw-text-opacity: 1;
|
|
3292
3430
|
color: rgb(19 82 191 / var(--tw-text-opacity, 1));
|
|
@@ -3322,6 +3460,11 @@ body {
|
|
|
3322
3460
|
color: rgb(15 134 153 / var(--tw-text-opacity, 1));
|
|
3323
3461
|
}
|
|
3324
3462
|
|
|
3463
|
+
.text-success-100 {
|
|
3464
|
+
--tw-text-opacity: 1;
|
|
3465
|
+
color: rgb(202 249 204 / var(--tw-text-opacity, 1));
|
|
3466
|
+
}
|
|
3467
|
+
|
|
3325
3468
|
.text-success-500 {
|
|
3326
3469
|
--tw-text-opacity: 1;
|
|
3327
3470
|
color: rgb(8 145 70 / var(--tw-text-opacity, 1));
|
|
@@ -3337,11 +3480,21 @@ body {
|
|
|
3337
3480
|
color: rgb(4 104 69 / var(--tw-text-opacity, 1));
|
|
3338
3481
|
}
|
|
3339
3482
|
|
|
3483
|
+
.text-success-900 {
|
|
3484
|
+
--tw-text-opacity: 1;
|
|
3485
|
+
color: rgb(1 69 59 / var(--tw-text-opacity, 1));
|
|
3486
|
+
}
|
|
3487
|
+
|
|
3340
3488
|
.text-teal-600 {
|
|
3341
3489
|
--tw-text-opacity: 1;
|
|
3342
3490
|
color: rgb(14 147 132 / var(--tw-text-opacity, 1));
|
|
3343
3491
|
}
|
|
3344
3492
|
|
|
3493
|
+
.text-warning-100 {
|
|
3494
|
+
--tw-text-opacity: 1;
|
|
3495
|
+
color: rgb(255 250 235 / var(--tw-text-opacity, 1));
|
|
3496
|
+
}
|
|
3497
|
+
|
|
3345
3498
|
.text-warning-500 {
|
|
3346
3499
|
--tw-text-opacity: 1;
|
|
3347
3500
|
color: rgb(247 144 9 / var(--tw-text-opacity, 1));
|
|
@@ -3370,6 +3523,10 @@ body {
|
|
|
3370
3523
|
text-decoration-line: underline;
|
|
3371
3524
|
}
|
|
3372
3525
|
|
|
3526
|
+
.underline-offset-2 {
|
|
3527
|
+
text-underline-offset: 2px;
|
|
3528
|
+
}
|
|
3529
|
+
|
|
3373
3530
|
.opacity-0 {
|
|
3374
3531
|
opacity: 0;
|
|
3375
3532
|
}
|
|
@@ -3406,6 +3563,18 @@ body {
|
|
|
3406
3563
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
3407
3564
|
}
|
|
3408
3565
|
|
|
3566
|
+
.shadow-\[0px_2px_4px_-1px_rgba\(16\2c 24\2c 40\2c 0\.08\)\2c 0px_8px_24px_-4px_rgba\(16\2c 24\2c 40\2c 0\.14\)\] {
|
|
3567
|
+
--tw-shadow: 0px 2px 4px -1px rgba(16,24,40,0.08),0px 8px 24px -4px rgba(16,24,40,0.14);
|
|
3568
|
+
--tw-shadow-colored: 0px 2px 4px -1px var(--tw-shadow-color), 0px 8px 24px -4px var(--tw-shadow-color);
|
|
3569
|
+
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
3570
|
+
}
|
|
3571
|
+
|
|
3572
|
+
.shadow-\[0px_4px_4px_0px_rgba\(0\2c 0\2c 0\2c 0\.04\)\] {
|
|
3573
|
+
--tw-shadow: 0px 4px 4px 0px rgba(0,0,0,0.04);
|
|
3574
|
+
--tw-shadow-colored: 0px 4px 4px 0px var(--tw-shadow-color);
|
|
3575
|
+
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
3576
|
+
}
|
|
3577
|
+
|
|
3409
3578
|
.shadow-\[inset_-1px_0_0_0_\#D0D5DD\] {
|
|
3410
3579
|
--tw-shadow: inset -1px 0 0 0 #D0D5DD;
|
|
3411
3580
|
--tw-shadow-colored: inset -1px 0 0 0 var(--tw-shadow-color);
|
|
@@ -3481,6 +3650,12 @@ body {
|
|
|
3481
3650
|
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);
|
|
3482
3651
|
}
|
|
3483
3652
|
|
|
3653
|
+
.transition {
|
|
3654
|
+
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
3655
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
3656
|
+
transition-duration: 150ms;
|
|
3657
|
+
}
|
|
3658
|
+
|
|
3484
3659
|
.transition-\[border-color\2c border-width\] {
|
|
3485
3660
|
transition-property: border-color,border-width;
|
|
3486
3661
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
@@ -3499,6 +3674,12 @@ body {
|
|
|
3499
3674
|
transition-duration: 150ms;
|
|
3500
3675
|
}
|
|
3501
3676
|
|
|
3677
|
+
.transition-\[color\2c background-color\] {
|
|
3678
|
+
transition-property: color,background-color;
|
|
3679
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
3680
|
+
transition-duration: 150ms;
|
|
3681
|
+
}
|
|
3682
|
+
|
|
3502
3683
|
.transition-all {
|
|
3503
3684
|
transition-property: all;
|
|
3504
3685
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
@@ -3560,6 +3741,24 @@ body {
|
|
|
3560
3741
|
}
|
|
3561
3742
|
*/
|
|
3562
3743
|
|
|
3744
|
+
.placeholder\:font-normal::-moz-placeholder {
|
|
3745
|
+
font-weight: 400;
|
|
3746
|
+
}
|
|
3747
|
+
|
|
3748
|
+
.placeholder\:font-normal::placeholder {
|
|
3749
|
+
font-weight: 400;
|
|
3750
|
+
}
|
|
3751
|
+
|
|
3752
|
+
.placeholder\:text-light-400::-moz-placeholder {
|
|
3753
|
+
--tw-text-opacity: 1;
|
|
3754
|
+
color: rgb(152 162 179 / var(--tw-text-opacity, 1));
|
|
3755
|
+
}
|
|
3756
|
+
|
|
3757
|
+
.placeholder\:text-light-400::placeholder {
|
|
3758
|
+
--tw-text-opacity: 1;
|
|
3759
|
+
color: rgb(152 162 179 / var(--tw-text-opacity, 1));
|
|
3760
|
+
}
|
|
3761
|
+
|
|
3563
3762
|
.placeholder\:text-light-500::-moz-placeholder {
|
|
3564
3763
|
--tw-text-opacity: 1;
|
|
3565
3764
|
color: rgb(102 112 133 / var(--tw-text-opacity, 1));
|
|
@@ -4319,6 +4518,10 @@ body {
|
|
|
4319
4518
|
border-right-width: 0px;
|
|
4320
4519
|
}
|
|
4321
4520
|
|
|
4521
|
+
.data-\[disabled\]\:pointer-events-none[data-disabled] {
|
|
4522
|
+
pointer-events: none;
|
|
4523
|
+
}
|
|
4524
|
+
|
|
4322
4525
|
.data-\[empty\]\:h-full[data-empty] {
|
|
4323
4526
|
height: 100%;
|
|
4324
4527
|
}
|
|
@@ -4354,6 +4557,16 @@ body {
|
|
|
4354
4557
|
border-color: rgb(19 82 191 / var(--tw-border-opacity, 1));
|
|
4355
4558
|
}
|
|
4356
4559
|
|
|
4560
|
+
.data-\[current\]\:bg-light-50[data-current] {
|
|
4561
|
+
--tw-bg-opacity: 1;
|
|
4562
|
+
background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
|
|
4563
|
+
}
|
|
4564
|
+
|
|
4565
|
+
.data-\[current\]\:bg-primary-100[data-current] {
|
|
4566
|
+
--tw-bg-opacity: 1;
|
|
4567
|
+
background-color: rgb(228 235 249 / var(--tw-bg-opacity, 1));
|
|
4568
|
+
}
|
|
4569
|
+
|
|
4357
4570
|
.data-\[disabled\]\:bg-white[data-disabled] {
|
|
4358
4571
|
--tw-bg-opacity: 1;
|
|
4359
4572
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
|
|
@@ -4374,6 +4587,16 @@ body {
|
|
|
4374
4587
|
background-color: rgb(228 231 236 / var(--tw-bg-opacity, 1));
|
|
4375
4588
|
}
|
|
4376
4589
|
|
|
4590
|
+
.data-\[hovered\]\:bg-light-50[data-hovered] {
|
|
4591
|
+
--tw-bg-opacity: 1;
|
|
4592
|
+
background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
|
|
4593
|
+
}
|
|
4594
|
+
|
|
4595
|
+
.data-\[hovered\]\:bg-primary-100[data-hovered] {
|
|
4596
|
+
--tw-bg-opacity: 1;
|
|
4597
|
+
background-color: rgb(228 235 249 / var(--tw-bg-opacity, 1));
|
|
4598
|
+
}
|
|
4599
|
+
|
|
4377
4600
|
.data-\[indeterminate\]\:bg-primary-500[data-indeterminate] {
|
|
4378
4601
|
--tw-bg-opacity: 1;
|
|
4379
4602
|
background-color: rgb(19 82 191 / var(--tw-bg-opacity, 1));
|
|
@@ -4413,6 +4636,16 @@ body {
|
|
|
4413
4636
|
background-color: rgb(205 218 242 / var(--tw-bg-opacity, 1));
|
|
4414
4637
|
}
|
|
4415
4638
|
|
|
4639
|
+
.data-\[current\]\:text-light-800[data-current] {
|
|
4640
|
+
--tw-text-opacity: 1;
|
|
4641
|
+
color: rgb(24 34 48 / var(--tw-text-opacity, 1));
|
|
4642
|
+
}
|
|
4643
|
+
|
|
4644
|
+
.data-\[current\]\:text-primary-800[data-current] {
|
|
4645
|
+
--tw-text-opacity: 1;
|
|
4646
|
+
color: rgb(8 33 76 / var(--tw-text-opacity, 1));
|
|
4647
|
+
}
|
|
4648
|
+
|
|
4416
4649
|
.data-\[disabled\]\:text-light-400[data-disabled] {
|
|
4417
4650
|
--tw-text-opacity: 1;
|
|
4418
4651
|
color: rgb(152 162 179 / var(--tw-text-opacity, 1));
|
|
@@ -4428,11 +4661,21 @@ body {
|
|
|
4428
4661
|
color: rgb(16 24 40 / var(--tw-text-opacity, 1));
|
|
4429
4662
|
}
|
|
4430
4663
|
|
|
4664
|
+
.data-\[hovered\]\:text-light-700[data-hovered] {
|
|
4665
|
+
--tw-text-opacity: 1;
|
|
4666
|
+
color: rgb(52 64 84 / var(--tw-text-opacity, 1));
|
|
4667
|
+
}
|
|
4668
|
+
|
|
4431
4669
|
.data-\[hovered\]\:text-light-900[data-hovered] {
|
|
4432
4670
|
--tw-text-opacity: 1;
|
|
4433
4671
|
color: rgb(16 24 40 / var(--tw-text-opacity, 1));
|
|
4434
4672
|
}
|
|
4435
4673
|
|
|
4674
|
+
.data-\[hovered\]\:text-primary-800[data-hovered] {
|
|
4675
|
+
--tw-text-opacity: 1;
|
|
4676
|
+
color: rgb(8 33 76 / var(--tw-text-opacity, 1));
|
|
4677
|
+
}
|
|
4678
|
+
|
|
4436
4679
|
.data-\[pending\]\:\!text-light-400[data-pending] {
|
|
4437
4680
|
--tw-text-opacity: 1 !important;
|
|
4438
4681
|
color: rgb(152 162 179 / var(--tw-text-opacity, 1)) !important;
|
|
@@ -4443,6 +4686,10 @@ body {
|
|
|
4443
4686
|
color: rgb(11 49 115 / var(--tw-text-opacity, 1));
|
|
4444
4687
|
}
|
|
4445
4688
|
|
|
4689
|
+
.data-\[hovered\]\:underline[data-hovered] {
|
|
4690
|
+
text-decoration-line: underline;
|
|
4691
|
+
}
|
|
4692
|
+
|
|
4446
4693
|
.data-\[disabled\]\:opacity-60[data-disabled] {
|
|
4447
4694
|
opacity: 0.6;
|
|
4448
4695
|
}
|
|
@@ -4565,6 +4812,14 @@ body {
|
|
|
4565
4812
|
display: flex;
|
|
4566
4813
|
}
|
|
4567
4814
|
|
|
4815
|
+
.sm\:h-auto {
|
|
4816
|
+
height: auto;
|
|
4817
|
+
}
|
|
4818
|
+
|
|
4819
|
+
.sm\:w-20 {
|
|
4820
|
+
width: 5rem;
|
|
4821
|
+
}
|
|
4822
|
+
|
|
4568
4823
|
.sm\:w-auto {
|
|
4569
4824
|
width: auto;
|
|
4570
4825
|
}
|
|
@@ -4598,6 +4853,19 @@ body {
|
|
|
4598
4853
|
column-gap: 0.375rem;
|
|
4599
4854
|
}
|
|
4600
4855
|
|
|
4856
|
+
.sm\:self-stretch {
|
|
4857
|
+
align-self: stretch;
|
|
4858
|
+
}
|
|
4859
|
+
|
|
4860
|
+
.sm\:rounded-none {
|
|
4861
|
+
border-radius: 0px;
|
|
4862
|
+
}
|
|
4863
|
+
|
|
4864
|
+
.sm\:rounded-l-xl {
|
|
4865
|
+
border-top-left-radius: 0.75rem;
|
|
4866
|
+
border-bottom-left-radius: 0.75rem;
|
|
4867
|
+
}
|
|
4868
|
+
|
|
4601
4869
|
.sm\:px-8 {
|
|
4602
4870
|
padding-left: 2rem;
|
|
4603
4871
|
padding-right: 2rem;
|
|
@@ -4608,9 +4876,22 @@ body {
|
|
|
4608
4876
|
padding-bottom: 0.75rem;
|
|
4609
4877
|
}
|
|
4610
4878
|
|
|
4879
|
+
.sm\:py-4 {
|
|
4880
|
+
padding-top: 1rem;
|
|
4881
|
+
padding-bottom: 1rem;
|
|
4882
|
+
}
|
|
4883
|
+
|
|
4884
|
+
.sm\:pl-5 {
|
|
4885
|
+
padding-left: 1.25rem;
|
|
4886
|
+
}
|
|
4887
|
+
|
|
4611
4888
|
.sm\:pr-0 {
|
|
4612
4889
|
padding-right: 0px;
|
|
4613
4890
|
}
|
|
4891
|
+
|
|
4892
|
+
.sm\:pr-4 {
|
|
4893
|
+
padding-right: 1rem;
|
|
4894
|
+
}
|
|
4614
4895
|
}
|
|
4615
4896
|
|
|
4616
4897
|
.\[\&\:\:-webkit-calendar-picker-indicator\]\:hidden::-webkit-calendar-picker-indicator {
|
|
@@ -4651,6 +4932,10 @@ body {
|
|
|
4651
4932
|
width: 0.5rem;
|
|
4652
4933
|
}
|
|
4653
4934
|
|
|
4935
|
+
.\[\&\>\*\]\:flex-1>* {
|
|
4936
|
+
flex: 1 1 0%;
|
|
4937
|
+
}
|
|
4938
|
+
|
|
4654
4939
|
.\[\&\>svg\]\:h-6>svg {
|
|
4655
4940
|
height: 1.5rem;
|
|
4656
4941
|
}
|