@fewangsit/wangsvue-presets 1.0.108-alpha.0 → 1.0.108
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/fixedasset/badge/index.d.ts +14 -14
- package/fixedasset/badge/index.js +15 -14
- package/fixedasset/badgegroup/index.js +4 -2
- package/fixedasset/breadcrumb/index.d.ts +4 -4
- package/fixedasset/breadcrumb/index.js +6 -5
- package/fixedasset/button/index.d.ts +2 -2
- package/fixedasset/button/index.js +39 -80
- package/fixedasset/buttonbulkaction/index.d.ts +2 -2
- package/fixedasset/buttonbulkaction/index.js +8 -5
- package/fixedasset/buttondownload/index.d.ts +2 -2
- package/fixedasset/buttondownload/index.js +5 -4
- package/fixedasset/buttonfilter/index.d.ts +4 -7
- package/fixedasset/buttonfilter/index.js +5 -7
- package/fixedasset/buttonradio/index.d.ts +20 -20
- package/fixedasset/buttonradio/index.js +11 -10
- package/fixedasset/buttonsearch/index.d.ts +2 -2
- package/fixedasset/buttonsearch/index.js +9 -8
- package/fixedasset/calendar/index.js +64 -66
- package/fixedasset/card/index.js +2 -2
- package/fixedasset/checkbox/index.d.ts +58 -58
- package/fixedasset/checkbox/index.js +19 -18
- package/fixedasset/codesnippet/index.js +3 -3
- package/fixedasset/customcolumn/index.d.ts +2 -2
- package/fixedasset/customcolumn/index.js +3 -2
- package/fixedasset/datatable/index.d.ts +50 -43
- package/fixedasset/datatable/index.js +30 -24
- package/fixedasset/dialog/index.d.ts +4 -4
- package/fixedasset/dialog/index.js +16 -16
- package/fixedasset/dialogconfirm/index.d.ts +2 -2
- package/fixedasset/dialogconfirm/index.js +3 -2
- package/fixedasset/dialogform/index.d.ts +2 -2
- package/fixedasset/dialogform/index.js +4 -3
- package/fixedasset/dropdown/index.d.ts +41 -41
- package/fixedasset/dropdown/index.js +20 -21
- package/fixedasset/fieldwrapper/index.d.ts +2 -2
- package/fixedasset/fieldwrapper/index.js +8 -7
- package/fixedasset/fileupload/index.d.ts +2 -2
- package/fixedasset/fileupload/index.js +2 -1
- package/fixedasset/filtercontainer/index.d.ts +2 -2
- package/fixedasset/filtercontainer/index.js +3 -2
- package/fixedasset/form/index.d.ts +2 -2
- package/fixedasset/form/index.js +3 -2
- package/fixedasset/global.js +1 -1
- package/fixedasset/image/index.d.ts +2 -2
- package/fixedasset/image/index.js +21 -20
- package/fixedasset/index.es.js +795 -803
- package/fixedasset/index.system.js +2 -2
- package/fixedasset/inlinemessage/index.d.ts +4 -4
- package/fixedasset/inlinemessage/index.js +6 -4
- package/fixedasset/inputbadge/index.d.ts +10 -10
- package/fixedasset/inputbadge/index.js +6 -6
- package/fixedasset/inputcurrency/index.d.ts +6 -6
- package/fixedasset/inputcurrency/index.js +2 -1
- package/fixedasset/inputgroup/index.d.ts +2 -2
- package/fixedasset/inputgroup/index.js +8 -7
- package/fixedasset/inputgroupaddon/index.d.ts +6 -6
- package/fixedasset/inputgroupaddon/index.js +5 -4
- package/fixedasset/inputnumber/index.d.ts +2 -2
- package/fixedasset/inputnumber/index.js +8 -5
- package/fixedasset/inputotp/index.js +6 -7
- package/fixedasset/inputphonenumber/index.d.ts +8 -8
- package/fixedasset/inputphonenumber/index.js +7 -6
- package/fixedasset/inputtext/index.d.ts +4 -4
- package/fixedasset/inputtext/index.js +6 -5
- package/fixedasset/loading/index.d.ts +2 -2
- package/fixedasset/loading/index.js +5 -4
- package/fixedasset/menu/index.d.ts +3 -3
- package/fixedasset/menu/index.js +9 -5
- package/fixedasset/multiselect/index.d.ts +107 -107
- package/fixedasset/multiselect/index.js +25 -27
- package/fixedasset/overlaypanel/index.d.ts +2 -2
- package/fixedasset/overlaypanel/index.js +4 -3
- package/fixedasset/paginator/index.d.ts +19 -19
- package/fixedasset/paginator/index.js +24 -23
- package/fixedasset/password/index.d.ts +5 -5
- package/fixedasset/password/index.js +13 -13
- package/fixedasset/style.css +1325 -67
- package/fixedasset/tabmenu/index.js +13 -13
- package/fixedasset/textarea/index.d.ts +2 -2
- package/fixedasset/textarea/index.js +6 -5
- package/fixedasset/timeline/index.d.ts +2 -2
- package/fixedasset/timeline/index.js +12 -8
- package/fixedasset/toast/index.d.ts +8 -8
- package/fixedasset/toast/index.js +8 -7
- package/fixedasset/toggleswitch/index.d.ts +42 -42
- package/fixedasset/toggleswitch/index.js +12 -11
- package/fixedasset/tooltip/index.d.ts +2 -2
- package/fixedasset/tooltip/index.js +4 -3
- package/fixedasset/tree/index.d.ts +26 -29
- package/fixedasset/tree/index.js +17 -24
- package/fixedasset/username/index.js +7 -5
- package/fixedasset/validatormessage/index.d.ts +2 -2
- package/fixedasset/validatormessage/index.js +5 -2
- package/globalsettings/datatable/index.d.ts +9 -9
- package/globalsettings/datatable/index.js +3 -2
- package/globalsettings/index.es.js +1 -1
- package/globalsettings/index.system.js +1 -1
- package/globalsettings/style.css +1348 -42
- package/package.json +1 -1
- package/supplyasset/datatable/index.d.ts +9 -9
- package/supplyasset/datatable/index.js +3 -2
- package/supplyasset/index.es.js +5 -5
- package/supplyasset/index.system.js +1 -1
- package/supplyasset/style.css +1353 -47
- package/wangsvue/datatable/index.d.ts +2 -2
- package/wangsvue/datatable/index.js +2 -1
- package/wangsvue/style.css +1326 -68
package/globalsettings/style.css
CHANGED
|
@@ -2949,6 +2949,16 @@
|
|
|
2949
2949
|
border-color: rgb(144 140 171 / var(--tw-border-opacity));
|
|
2950
2950
|
}
|
|
2951
2951
|
|
|
2952
|
+
.border-general-400{
|
|
2953
|
+
--tw-border-opacity: 1;
|
|
2954
|
+
border-color: rgb(108 104 141 / var(--tw-border-opacity));
|
|
2955
|
+
}
|
|
2956
|
+
|
|
2957
|
+
.border-general-500{
|
|
2958
|
+
--tw-border-opacity: 1;
|
|
2959
|
+
border-color: rgb(78 75 102 / var(--tw-border-opacity));
|
|
2960
|
+
}
|
|
2961
|
+
|
|
2952
2962
|
.border-gray-100{
|
|
2953
2963
|
--tw-border-opacity: 1;
|
|
2954
2964
|
border-color: rgb(243 244 246 / var(--tw-border-opacity));
|
|
@@ -2959,6 +2969,11 @@
|
|
|
2959
2969
|
border-color: rgb(203 204 205 / var(--tw-border-opacity));
|
|
2960
2970
|
}
|
|
2961
2971
|
|
|
2972
|
+
.border-grayscale-600{
|
|
2973
|
+
--tw-border-opacity: 1;
|
|
2974
|
+
border-color: rgb(151 153 155 / var(--tw-border-opacity));
|
|
2975
|
+
}
|
|
2976
|
+
|
|
2962
2977
|
.border-grayscale-900{
|
|
2963
2978
|
--tw-border-opacity: 1;
|
|
2964
2979
|
border-color: rgb(38 38 39 / var(--tw-border-opacity));
|
|
@@ -2974,6 +2989,11 @@
|
|
|
2974
2989
|
border-color: rgb(181 179 199 / var(--tw-border-opacity));
|
|
2975
2990
|
}
|
|
2976
2991
|
|
|
2992
|
+
.border-primary-300{
|
|
2993
|
+
--tw-border-opacity: 1;
|
|
2994
|
+
border-color: rgb(144 140 171 / var(--tw-border-opacity));
|
|
2995
|
+
}
|
|
2996
|
+
|
|
2977
2997
|
.border-primary-400{
|
|
2978
2998
|
--tw-border-opacity: 1;
|
|
2979
2999
|
border-color: rgb(108 104 141 / var(--tw-border-opacity));
|
|
@@ -3043,11 +3063,30 @@
|
|
|
3043
3063
|
background-color: rgb(189 190 191 / var(--tw-bg-opacity)) !important;
|
|
3044
3064
|
}
|
|
3045
3065
|
|
|
3066
|
+
.\!bg-grayscale-700{
|
|
3067
|
+
--tw-bg-opacity: 1 !important;
|
|
3068
|
+
background-color: rgb(113 115 116 / var(--tw-bg-opacity)) !important;
|
|
3069
|
+
}
|
|
3070
|
+
|
|
3071
|
+
.\!bg-grayscale-800{
|
|
3072
|
+
--tw-bg-opacity: 1 !important;
|
|
3073
|
+
background-color: rgb(75 77 78 / var(--tw-bg-opacity)) !important;
|
|
3074
|
+
}
|
|
3075
|
+
|
|
3046
3076
|
.\!bg-primary-100{
|
|
3047
3077
|
--tw-bg-opacity: 1 !important;
|
|
3048
3078
|
background-color: rgb(218 217 227 / var(--tw-bg-opacity)) !important;
|
|
3049
3079
|
}
|
|
3050
3080
|
|
|
3081
|
+
.\!bg-primary-300{
|
|
3082
|
+
--tw-bg-opacity: 1 !important;
|
|
3083
|
+
background-color: rgb(144 140 171 / var(--tw-bg-opacity)) !important;
|
|
3084
|
+
}
|
|
3085
|
+
|
|
3086
|
+
.\!bg-primary-300\/90{
|
|
3087
|
+
background-color: rgb(144 140 171 / 0.9) !important;
|
|
3088
|
+
}
|
|
3089
|
+
|
|
3051
3090
|
.\!bg-primary-50{
|
|
3052
3091
|
--tw-bg-opacity: 1 !important;
|
|
3053
3092
|
background-color: rgb(235 234 240 / var(--tw-bg-opacity)) !important;
|
|
@@ -3132,6 +3171,10 @@
|
|
|
3132
3171
|
background-color: rgb(255 0 34 / 0.9);
|
|
3133
3172
|
}
|
|
3134
3173
|
|
|
3174
|
+
.bg-danger-900\/40{
|
|
3175
|
+
background-color: rgb(51 0 7 / 0.4);
|
|
3176
|
+
}
|
|
3177
|
+
|
|
3135
3178
|
.bg-fixed-primary-100{
|
|
3136
3179
|
--tw-bg-opacity: 1;
|
|
3137
3180
|
background-color: rgb(204 224 255 / var(--tw-bg-opacity));
|
|
@@ -3170,6 +3213,11 @@
|
|
|
3170
3213
|
background-color: rgb(144 140 171 / var(--tw-bg-opacity));
|
|
3171
3214
|
}
|
|
3172
3215
|
|
|
3216
|
+
.bg-general-400{
|
|
3217
|
+
--tw-bg-opacity: 1;
|
|
3218
|
+
background-color: rgb(108 104 141 / var(--tw-bg-opacity));
|
|
3219
|
+
}
|
|
3220
|
+
|
|
3173
3221
|
.bg-general-50{
|
|
3174
3222
|
--tw-bg-opacity: 1;
|
|
3175
3223
|
background-color: rgb(235 234 240 / var(--tw-bg-opacity));
|
|
@@ -3180,6 +3228,25 @@
|
|
|
3180
3228
|
background-color: rgb(78 75 102 / var(--tw-bg-opacity));
|
|
3181
3229
|
}
|
|
3182
3230
|
|
|
3231
|
+
.bg-general-500\/90{
|
|
3232
|
+
background-color: rgb(78 75 102 / 0.9);
|
|
3233
|
+
}
|
|
3234
|
+
|
|
3235
|
+
.bg-general-600{
|
|
3236
|
+
--tw-bg-opacity: 1;
|
|
3237
|
+
background-color: rgb(63 60 82 / var(--tw-bg-opacity));
|
|
3238
|
+
}
|
|
3239
|
+
|
|
3240
|
+
.bg-general-700{
|
|
3241
|
+
--tw-bg-opacity: 1;
|
|
3242
|
+
background-color: rgb(47 45 62 / var(--tw-bg-opacity));
|
|
3243
|
+
}
|
|
3244
|
+
|
|
3245
|
+
.bg-general-900{
|
|
3246
|
+
--tw-bg-opacity: 1;
|
|
3247
|
+
background-color: rgb(16 15 21 / var(--tw-bg-opacity));
|
|
3248
|
+
}
|
|
3249
|
+
|
|
3183
3250
|
.bg-gray-500{
|
|
3184
3251
|
--tw-bg-opacity: 1;
|
|
3185
3252
|
background-color: rgb(107 114 128 / var(--tw-bg-opacity));
|
|
@@ -3210,11 +3277,29 @@
|
|
|
3210
3277
|
background-color: rgb(189 190 191 / var(--tw-bg-opacity));
|
|
3211
3278
|
}
|
|
3212
3279
|
|
|
3280
|
+
.bg-grayscale-700{
|
|
3281
|
+
--tw-bg-opacity: 1;
|
|
3282
|
+
background-color: rgb(113 115 116 / var(--tw-bg-opacity));
|
|
3283
|
+
}
|
|
3284
|
+
|
|
3285
|
+
.bg-grayscale-800{
|
|
3286
|
+
--tw-bg-opacity: 1;
|
|
3287
|
+
background-color: rgb(75 77 78 / var(--tw-bg-opacity));
|
|
3288
|
+
}
|
|
3289
|
+
|
|
3290
|
+
.bg-grayscale-800\/80{
|
|
3291
|
+
background-color: rgb(75 77 78 / 0.8);
|
|
3292
|
+
}
|
|
3293
|
+
|
|
3213
3294
|
.bg-grayscale-900{
|
|
3214
3295
|
--tw-bg-opacity: 1;
|
|
3215
3296
|
background-color: rgb(38 38 39 / var(--tw-bg-opacity));
|
|
3216
3297
|
}
|
|
3217
3298
|
|
|
3299
|
+
.bg-grayscale-950\/80{
|
|
3300
|
+
background-color: rgb(18 18 18 / 0.8);
|
|
3301
|
+
}
|
|
3302
|
+
|
|
3218
3303
|
.bg-grayscale-950\/90{
|
|
3219
3304
|
background-color: rgb(18 18 18 / 0.9);
|
|
3220
3305
|
}
|
|
@@ -3232,6 +3317,10 @@
|
|
|
3232
3317
|
background-color: rgb(34 197 94 / 0.5);
|
|
3233
3318
|
}
|
|
3234
3319
|
|
|
3320
|
+
.bg-green-600\/50{
|
|
3321
|
+
background-color: rgb(22 163 74 / 0.5);
|
|
3322
|
+
}
|
|
3323
|
+
|
|
3235
3324
|
.bg-inherit{
|
|
3236
3325
|
background-color: inherit;
|
|
3237
3326
|
}
|
|
@@ -3249,6 +3338,10 @@
|
|
|
3249
3338
|
background-color: rgb(249 115 22 / 0.5);
|
|
3250
3339
|
}
|
|
3251
3340
|
|
|
3341
|
+
.bg-orange-600\/50{
|
|
3342
|
+
background-color: rgb(234 88 12 / 0.5);
|
|
3343
|
+
}
|
|
3344
|
+
|
|
3252
3345
|
.bg-primary-100{
|
|
3253
3346
|
--tw-bg-opacity: 1;
|
|
3254
3347
|
background-color: rgb(218 217 227 / var(--tw-bg-opacity));
|
|
@@ -3276,6 +3369,10 @@
|
|
|
3276
3369
|
background-color: rgb(144 140 171 / 0.2);
|
|
3277
3370
|
}
|
|
3278
3371
|
|
|
3372
|
+
.bg-primary-300\/90{
|
|
3373
|
+
background-color: rgb(144 140 171 / 0.9);
|
|
3374
|
+
}
|
|
3375
|
+
|
|
3279
3376
|
.bg-primary-400{
|
|
3280
3377
|
--tw-bg-opacity: 1;
|
|
3281
3378
|
background-color: rgb(108 104 141 / var(--tw-bg-opacity));
|
|
@@ -3325,6 +3422,10 @@
|
|
|
3325
3422
|
background-color: rgb(7 6 9 / 0.2);
|
|
3326
3423
|
}
|
|
3327
3424
|
|
|
3425
|
+
.bg-primary-900\/40{
|
|
3426
|
+
background-color: rgb(3 2 4 / 0.4);
|
|
3427
|
+
}
|
|
3428
|
+
|
|
3328
3429
|
.bg-purple-300\/20{
|
|
3329
3430
|
background-color: rgb(216 180 254 / 0.2);
|
|
3330
3431
|
}
|
|
@@ -3347,11 +3448,20 @@
|
|
|
3347
3448
|
background-color: rgb(239 68 68 / 0.5);
|
|
3348
3449
|
}
|
|
3349
3450
|
|
|
3451
|
+
.bg-red-600\/50{
|
|
3452
|
+
background-color: rgb(220 38 38 / 0.5);
|
|
3453
|
+
}
|
|
3454
|
+
|
|
3350
3455
|
.bg-success-100{
|
|
3351
3456
|
--tw-bg-opacity: 1;
|
|
3352
3457
|
background-color: rgb(184 255 220 / var(--tw-bg-opacity));
|
|
3353
3458
|
}
|
|
3354
3459
|
|
|
3460
|
+
.bg-success-200{
|
|
3461
|
+
--tw-bg-opacity: 1;
|
|
3462
|
+
background-color: rgb(117 255 188 / var(--tw-bg-opacity));
|
|
3463
|
+
}
|
|
3464
|
+
|
|
3355
3465
|
.bg-success-300\/20{
|
|
3356
3466
|
background-color: rgb(46 255 154 / 0.2);
|
|
3357
3467
|
}
|
|
@@ -3366,6 +3476,10 @@
|
|
|
3366
3476
|
background-color: rgb(0 164 85 / var(--tw-bg-opacity));
|
|
3367
3477
|
}
|
|
3368
3478
|
|
|
3479
|
+
.bg-success-900\/40{
|
|
3480
|
+
background-color: rgb(0 31 16 / 0.4);
|
|
3481
|
+
}
|
|
3482
|
+
|
|
3369
3483
|
.bg-supply-primary-100{
|
|
3370
3484
|
--tw-bg-opacity: 1;
|
|
3371
3485
|
background-color: rgb(209 250 229 / var(--tw-bg-opacity));
|
|
@@ -3393,11 +3507,20 @@
|
|
|
3393
3507
|
background-color: rgb(255 222 102 / 0.2);
|
|
3394
3508
|
}
|
|
3395
3509
|
|
|
3510
|
+
.bg-warning-400{
|
|
3511
|
+
--tw-bg-opacity: 1;
|
|
3512
|
+
background-color: rgb(255 211 51 / var(--tw-bg-opacity));
|
|
3513
|
+
}
|
|
3514
|
+
|
|
3396
3515
|
.bg-warning-500{
|
|
3397
3516
|
--tw-bg-opacity: 1;
|
|
3398
3517
|
background-color: rgb(255 199 0 / var(--tw-bg-opacity));
|
|
3399
3518
|
}
|
|
3400
3519
|
|
|
3520
|
+
.bg-warning-900\/40{
|
|
3521
|
+
background-color: rgb(51 40 0 / 0.4);
|
|
3522
|
+
}
|
|
3523
|
+
|
|
3401
3524
|
.bg-white{
|
|
3402
3525
|
--tw-bg-opacity: 1;
|
|
3403
3526
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
@@ -4083,6 +4206,11 @@
|
|
|
4083
4206
|
color: rgb(255 0 34 / var(--tw-text-opacity)) !important;
|
|
4084
4207
|
}
|
|
4085
4208
|
|
|
4209
|
+
.\!text-danger-600{
|
|
4210
|
+
--tw-text-opacity: 1 !important;
|
|
4211
|
+
color: rgb(204 0 27 / var(--tw-text-opacity)) !important;
|
|
4212
|
+
}
|
|
4213
|
+
|
|
4086
4214
|
.\!text-danger-700{
|
|
4087
4215
|
--tw-text-opacity: 1 !important;
|
|
4088
4216
|
color: rgb(153 0 20 / var(--tw-text-opacity)) !important;
|
|
@@ -4093,6 +4221,11 @@
|
|
|
4093
4221
|
color: rgb(0 99 247 / var(--tw-text-opacity)) !important;
|
|
4094
4222
|
}
|
|
4095
4223
|
|
|
4224
|
+
.\!text-general-100{
|
|
4225
|
+
--tw-text-opacity: 1 !important;
|
|
4226
|
+
color: rgb(218 217 227 / var(--tw-text-opacity)) !important;
|
|
4227
|
+
}
|
|
4228
|
+
|
|
4096
4229
|
.\!text-general-200{
|
|
4097
4230
|
--tw-text-opacity: 1 !important;
|
|
4098
4231
|
color: rgb(181 179 199 / var(--tw-text-opacity)) !important;
|
|
@@ -4108,6 +4241,11 @@
|
|
|
4108
4241
|
color: rgb(108 104 141 / var(--tw-text-opacity)) !important;
|
|
4109
4242
|
}
|
|
4110
4243
|
|
|
4244
|
+
.\!text-general-50{
|
|
4245
|
+
--tw-text-opacity: 1 !important;
|
|
4246
|
+
color: rgb(235 234 240 / var(--tw-text-opacity)) !important;
|
|
4247
|
+
}
|
|
4248
|
+
|
|
4111
4249
|
.\!text-general-500{
|
|
4112
4250
|
--tw-text-opacity: 1 !important;
|
|
4113
4251
|
color: rgb(78 75 102 / var(--tw-text-opacity)) !important;
|
|
@@ -4118,6 +4256,11 @@
|
|
|
4118
4256
|
color: rgb(32 30 41 / var(--tw-text-opacity)) !important;
|
|
4119
4257
|
}
|
|
4120
4258
|
|
|
4259
|
+
.\!text-grayscale-500{
|
|
4260
|
+
--tw-text-opacity: 1 !important;
|
|
4261
|
+
color: rgb(189 190 191 / var(--tw-text-opacity)) !important;
|
|
4262
|
+
}
|
|
4263
|
+
|
|
4121
4264
|
.\!text-grayscale-900{
|
|
4122
4265
|
--tw-text-opacity: 1 !important;
|
|
4123
4266
|
color: rgb(38 38 39 / var(--tw-text-opacity)) !important;
|
|
@@ -4153,11 +4296,26 @@
|
|
|
4153
4296
|
color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
|
|
4154
4297
|
}
|
|
4155
4298
|
|
|
4299
|
+
.text-black{
|
|
4300
|
+
--tw-text-opacity: 1;
|
|
4301
|
+
color: rgb(0 0 0 / var(--tw-text-opacity));
|
|
4302
|
+
}
|
|
4303
|
+
|
|
4156
4304
|
.text-blue-500{
|
|
4157
4305
|
--tw-text-opacity: 1;
|
|
4158
4306
|
color: rgb(59 130 246 / var(--tw-text-opacity));
|
|
4159
4307
|
}
|
|
4160
4308
|
|
|
4309
|
+
.text-danger-200{
|
|
4310
|
+
--tw-text-opacity: 1;
|
|
4311
|
+
color: rgb(255 153 167 / var(--tw-text-opacity));
|
|
4312
|
+
}
|
|
4313
|
+
|
|
4314
|
+
.text-danger-300{
|
|
4315
|
+
--tw-text-opacity: 1;
|
|
4316
|
+
color: rgb(255 102 122 / var(--tw-text-opacity));
|
|
4317
|
+
}
|
|
4318
|
+
|
|
4161
4319
|
.text-danger-500{
|
|
4162
4320
|
--tw-text-opacity: 1;
|
|
4163
4321
|
color: rgb(255 0 34 / var(--tw-text-opacity));
|
|
@@ -4198,11 +4356,21 @@
|
|
|
4198
4356
|
color: rgb(108 104 141 / var(--tw-text-opacity));
|
|
4199
4357
|
}
|
|
4200
4358
|
|
|
4359
|
+
.text-general-50{
|
|
4360
|
+
--tw-text-opacity: 1;
|
|
4361
|
+
color: rgb(235 234 240 / var(--tw-text-opacity));
|
|
4362
|
+
}
|
|
4363
|
+
|
|
4201
4364
|
.text-general-500{
|
|
4202
4365
|
--tw-text-opacity: 1;
|
|
4203
4366
|
color: rgb(78 75 102 / var(--tw-text-opacity));
|
|
4204
4367
|
}
|
|
4205
4368
|
|
|
4369
|
+
.text-general-600{
|
|
4370
|
+
--tw-text-opacity: 1;
|
|
4371
|
+
color: rgb(63 60 82 / var(--tw-text-opacity));
|
|
4372
|
+
}
|
|
4373
|
+
|
|
4206
4374
|
.text-general-800{
|
|
4207
4375
|
--tw-text-opacity: 1;
|
|
4208
4376
|
color: rgb(32 30 41 / var(--tw-text-opacity));
|
|
@@ -4213,6 +4381,16 @@
|
|
|
4213
4381
|
color: rgb(16 15 21 / var(--tw-text-opacity));
|
|
4214
4382
|
}
|
|
4215
4383
|
|
|
4384
|
+
.text-grayscale-50{
|
|
4385
|
+
--tw-text-opacity: 1;
|
|
4386
|
+
color: rgb(247 247 247 / var(--tw-text-opacity));
|
|
4387
|
+
}
|
|
4388
|
+
|
|
4389
|
+
.text-grayscale-500{
|
|
4390
|
+
--tw-text-opacity: 1;
|
|
4391
|
+
color: rgb(189 190 191 / var(--tw-text-opacity));
|
|
4392
|
+
}
|
|
4393
|
+
|
|
4216
4394
|
.text-grayscale-600{
|
|
4217
4395
|
--tw-text-opacity: 1;
|
|
4218
4396
|
color: rgb(151 153 155 / var(--tw-text-opacity));
|
|
@@ -4252,6 +4430,11 @@
|
|
|
4252
4430
|
color: rgb(218 217 227 / var(--tw-text-opacity));
|
|
4253
4431
|
}
|
|
4254
4432
|
|
|
4433
|
+
.text-primary-300{
|
|
4434
|
+
--tw-text-opacity: 1;
|
|
4435
|
+
color: rgb(144 140 171 / var(--tw-text-opacity));
|
|
4436
|
+
}
|
|
4437
|
+
|
|
4255
4438
|
.text-primary-400{
|
|
4256
4439
|
--tw-text-opacity: 1;
|
|
4257
4440
|
color: rgb(108 104 141 / var(--tw-text-opacity));
|
|
@@ -4287,11 +4470,21 @@
|
|
|
4287
4470
|
color: rgb(239 68 68 / var(--tw-text-opacity));
|
|
4288
4471
|
}
|
|
4289
4472
|
|
|
4473
|
+
.text-success-300{
|
|
4474
|
+
--tw-text-opacity: 1;
|
|
4475
|
+
color: rgb(46 255 154 / var(--tw-text-opacity));
|
|
4476
|
+
}
|
|
4477
|
+
|
|
4290
4478
|
.text-success-500{
|
|
4291
4479
|
--tw-text-opacity: 1;
|
|
4292
4480
|
color: rgb(0 164 85 / var(--tw-text-opacity));
|
|
4293
4481
|
}
|
|
4294
4482
|
|
|
4483
|
+
.text-success-600{
|
|
4484
|
+
--tw-text-opacity: 1;
|
|
4485
|
+
color: rgb(0 133 69 / var(--tw-text-opacity));
|
|
4486
|
+
}
|
|
4487
|
+
|
|
4295
4488
|
.text-success-700{
|
|
4296
4489
|
--tw-text-opacity: 1;
|
|
4297
4490
|
color: rgb(0 97 50 / var(--tw-text-opacity));
|
|
@@ -4311,6 +4504,11 @@
|
|
|
4311
4504
|
color: transparent;
|
|
4312
4505
|
}
|
|
4313
4506
|
|
|
4507
|
+
.text-warning-300{
|
|
4508
|
+
--tw-text-opacity: 1;
|
|
4509
|
+
color: rgb(255 222 102 / var(--tw-text-opacity));
|
|
4510
|
+
}
|
|
4511
|
+
|
|
4314
4512
|
.text-warning-500{
|
|
4315
4513
|
--tw-text-opacity: 1;
|
|
4316
4514
|
color: rgb(255 199 0 / var(--tw-text-opacity));
|
|
@@ -4321,6 +4519,11 @@
|
|
|
4321
4519
|
color: rgb(204 160 0 / var(--tw-text-opacity));
|
|
4322
4520
|
}
|
|
4323
4521
|
|
|
4522
|
+
.text-warning-800{
|
|
4523
|
+
--tw-text-opacity: 1;
|
|
4524
|
+
color: rgb(102 80 0 / var(--tw-text-opacity));
|
|
4525
|
+
}
|
|
4526
|
+
|
|
4324
4527
|
.text-white{
|
|
4325
4528
|
--tw-text-opacity: 1;
|
|
4326
4529
|
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
@@ -4338,6 +4541,10 @@
|
|
|
4338
4541
|
text-decoration-line: none;
|
|
4339
4542
|
}
|
|
4340
4543
|
|
|
4544
|
+
.caret-primary-300{
|
|
4545
|
+
caret-color: #908cab;
|
|
4546
|
+
}
|
|
4547
|
+
|
|
4341
4548
|
.caret-primary-500{
|
|
4342
4549
|
caret-color: #201e29;
|
|
4343
4550
|
}
|
|
@@ -4511,11 +4718,21 @@
|
|
|
4511
4718
|
--tw-ring-inset: inset;
|
|
4512
4719
|
}
|
|
4513
4720
|
|
|
4721
|
+
.\!ring-danger-300{
|
|
4722
|
+
--tw-ring-opacity: 1 !important;
|
|
4723
|
+
--tw-ring-color: rgb(255 102 122 / var(--tw-ring-opacity)) !important;
|
|
4724
|
+
}
|
|
4725
|
+
|
|
4514
4726
|
.\!ring-danger-500{
|
|
4515
4727
|
--tw-ring-opacity: 1 !important;
|
|
4516
4728
|
--tw-ring-color: rgb(255 0 34 / var(--tw-ring-opacity)) !important;
|
|
4517
4729
|
}
|
|
4518
4730
|
|
|
4731
|
+
.\!ring-danger-600{
|
|
4732
|
+
--tw-ring-opacity: 1 !important;
|
|
4733
|
+
--tw-ring-color: rgb(204 0 27 / var(--tw-ring-opacity)) !important;
|
|
4734
|
+
}
|
|
4735
|
+
|
|
4519
4736
|
.\!ring-general-200{
|
|
4520
4737
|
--tw-ring-opacity: 1 !important;
|
|
4521
4738
|
--tw-ring-color: rgb(181 179 199 / var(--tw-ring-opacity)) !important;
|
|
@@ -4526,6 +4743,16 @@
|
|
|
4526
4743
|
--tw-ring-color: rgb(144 140 171 / var(--tw-ring-opacity)) !important;
|
|
4527
4744
|
}
|
|
4528
4745
|
|
|
4746
|
+
.\!ring-grayscale-700{
|
|
4747
|
+
--tw-ring-opacity: 1 !important;
|
|
4748
|
+
--tw-ring-color: rgb(113 115 116 / var(--tw-ring-opacity)) !important;
|
|
4749
|
+
}
|
|
4750
|
+
|
|
4751
|
+
.\!ring-primary-300{
|
|
4752
|
+
--tw-ring-opacity: 1 !important;
|
|
4753
|
+
--tw-ring-color: rgb(144 140 171 / var(--tw-ring-opacity)) !important;
|
|
4754
|
+
}
|
|
4755
|
+
|
|
4529
4756
|
.\!ring-primary-400{
|
|
4530
4757
|
--tw-ring-opacity: 1 !important;
|
|
4531
4758
|
--tw-ring-color: rgb(108 104 141 / var(--tw-ring-opacity)) !important;
|
|
@@ -4559,11 +4786,26 @@
|
|
|
4559
4786
|
--tw-ring-color: rgb(37 99 235 / var(--tw-ring-opacity));
|
|
4560
4787
|
}
|
|
4561
4788
|
|
|
4789
|
+
.ring-danger-200{
|
|
4790
|
+
--tw-ring-opacity: 1;
|
|
4791
|
+
--tw-ring-color: rgb(255 153 167 / var(--tw-ring-opacity));
|
|
4792
|
+
}
|
|
4793
|
+
|
|
4794
|
+
.ring-danger-300{
|
|
4795
|
+
--tw-ring-opacity: 1;
|
|
4796
|
+
--tw-ring-color: rgb(255 102 122 / var(--tw-ring-opacity));
|
|
4797
|
+
}
|
|
4798
|
+
|
|
4562
4799
|
.ring-danger-500{
|
|
4563
4800
|
--tw-ring-opacity: 1;
|
|
4564
4801
|
--tw-ring-color: rgb(255 0 34 / var(--tw-ring-opacity));
|
|
4565
4802
|
}
|
|
4566
4803
|
|
|
4804
|
+
.ring-danger-600{
|
|
4805
|
+
--tw-ring-opacity: 1;
|
|
4806
|
+
--tw-ring-color: rgb(204 0 27 / var(--tw-ring-opacity));
|
|
4807
|
+
}
|
|
4808
|
+
|
|
4567
4809
|
.ring-fixed-primary-500{
|
|
4568
4810
|
--tw-ring-opacity: 1;
|
|
4569
4811
|
--tw-ring-color: rgb(0 99 247 / var(--tw-ring-opacity));
|
|
@@ -4589,11 +4831,21 @@
|
|
|
4589
4831
|
--tw-ring-color: rgb(108 104 141 / var(--tw-ring-opacity));
|
|
4590
4832
|
}
|
|
4591
4833
|
|
|
4834
|
+
.ring-general-50{
|
|
4835
|
+
--tw-ring-opacity: 1;
|
|
4836
|
+
--tw-ring-color: rgb(235 234 240 / var(--tw-ring-opacity));
|
|
4837
|
+
}
|
|
4838
|
+
|
|
4592
4839
|
.ring-general-500{
|
|
4593
4840
|
--tw-ring-opacity: 1;
|
|
4594
4841
|
--tw-ring-color: rgb(78 75 102 / var(--tw-ring-opacity));
|
|
4595
4842
|
}
|
|
4596
4843
|
|
|
4844
|
+
.ring-gray-300{
|
|
4845
|
+
--tw-ring-opacity: 1;
|
|
4846
|
+
--tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
|
|
4847
|
+
}
|
|
4848
|
+
|
|
4597
4849
|
.ring-gray-500{
|
|
4598
4850
|
--tw-ring-opacity: 1;
|
|
4599
4851
|
--tw-ring-color: rgb(107 114 128 / var(--tw-ring-opacity));
|
|
@@ -4604,6 +4856,16 @@
|
|
|
4604
4856
|
--tw-ring-color: rgb(75 85 99 / var(--tw-ring-opacity));
|
|
4605
4857
|
}
|
|
4606
4858
|
|
|
4859
|
+
.ring-grayscale-100{
|
|
4860
|
+
--tw-ring-opacity: 1;
|
|
4861
|
+
--tw-ring-color: rgb(242 242 242 / var(--tw-ring-opacity));
|
|
4862
|
+
}
|
|
4863
|
+
|
|
4864
|
+
.ring-grayscale-600{
|
|
4865
|
+
--tw-ring-opacity: 1;
|
|
4866
|
+
--tw-ring-color: rgb(151 153 155 / var(--tw-ring-opacity));
|
|
4867
|
+
}
|
|
4868
|
+
|
|
4607
4869
|
.ring-grayscale-900{
|
|
4608
4870
|
--tw-ring-opacity: 1;
|
|
4609
4871
|
--tw-ring-color: rgb(38 38 39 / var(--tw-ring-opacity));
|
|
@@ -4639,6 +4901,11 @@
|
|
|
4639
4901
|
--tw-ring-color: rgb(181 179 199 / var(--tw-ring-opacity));
|
|
4640
4902
|
}
|
|
4641
4903
|
|
|
4904
|
+
.ring-primary-300{
|
|
4905
|
+
--tw-ring-opacity: 1;
|
|
4906
|
+
--tw-ring-color: rgb(144 140 171 / var(--tw-ring-opacity));
|
|
4907
|
+
}
|
|
4908
|
+
|
|
4642
4909
|
.ring-primary-400{
|
|
4643
4910
|
--tw-ring-opacity: 1;
|
|
4644
4911
|
--tw-ring-color: rgb(108 104 141 / var(--tw-ring-opacity));
|
|
@@ -4663,6 +4930,11 @@
|
|
|
4663
4930
|
--tw-ring-color: rgb(7 6 9 / var(--tw-ring-opacity));
|
|
4664
4931
|
}
|
|
4665
4932
|
|
|
4933
|
+
.ring-primary-800{
|
|
4934
|
+
--tw-ring-opacity: 1;
|
|
4935
|
+
--tw-ring-color: rgb(5 4 7 / var(--tw-ring-opacity));
|
|
4936
|
+
}
|
|
4937
|
+
|
|
4666
4938
|
.ring-purple-400\/50{
|
|
4667
4939
|
--tw-ring-color: rgb(192 132 252 / 0.5);
|
|
4668
4940
|
}
|
|
@@ -4687,6 +4959,11 @@
|
|
|
4687
4959
|
--tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity));
|
|
4688
4960
|
}
|
|
4689
4961
|
|
|
4962
|
+
.ring-success-300{
|
|
4963
|
+
--tw-ring-opacity: 1;
|
|
4964
|
+
--tw-ring-color: rgb(46 255 154 / var(--tw-ring-opacity));
|
|
4965
|
+
}
|
|
4966
|
+
|
|
4690
4967
|
.ring-success-500{
|
|
4691
4968
|
--tw-ring-opacity: 1;
|
|
4692
4969
|
--tw-ring-color: rgb(0 164 85 / var(--tw-ring-opacity));
|
|
@@ -4701,6 +4978,11 @@
|
|
|
4701
4978
|
--tw-ring-color: transparent;
|
|
4702
4979
|
}
|
|
4703
4980
|
|
|
4981
|
+
.ring-warning-300{
|
|
4982
|
+
--tw-ring-opacity: 1;
|
|
4983
|
+
--tw-ring-color: rgb(255 222 102 / var(--tw-ring-opacity));
|
|
4984
|
+
}
|
|
4985
|
+
|
|
4704
4986
|
.ring-warning-500{
|
|
4705
4987
|
--tw-ring-opacity: 1;
|
|
4706
4988
|
--tw-ring-color: rgb(255 199 0 / var(--tw-ring-opacity));
|
|
@@ -6066,6 +6348,11 @@ div{
|
|
|
6066
6348
|
color: rgb(108 104 141 / var(--tw-text-opacity));
|
|
6067
6349
|
}
|
|
6068
6350
|
|
|
6351
|
+
.focus-visible\:text-primary-500:focus-visible{
|
|
6352
|
+
--tw-text-opacity: 1;
|
|
6353
|
+
color: rgb(32 30 41 / var(--tw-text-opacity));
|
|
6354
|
+
}
|
|
6355
|
+
|
|
6069
6356
|
.focus-visible\:shadow-none:focus-visible{
|
|
6070
6357
|
--tw-shadow: 0 0 #0000;
|
|
6071
6358
|
--tw-shadow-colored: 0 0 #0000;
|
|
@@ -6103,6 +6390,16 @@ div{
|
|
|
6103
6390
|
--tw-ring-inset: inset;
|
|
6104
6391
|
}
|
|
6105
6392
|
|
|
6393
|
+
.focus-visible\:ring-primary-300:focus-visible{
|
|
6394
|
+
--tw-ring-opacity: 1;
|
|
6395
|
+
--tw-ring-color: rgb(144 140 171 / var(--tw-ring-opacity));
|
|
6396
|
+
}
|
|
6397
|
+
|
|
6398
|
+
.focus-visible\:ring-primary-400:focus-visible{
|
|
6399
|
+
--tw-ring-opacity: 1;
|
|
6400
|
+
--tw-ring-color: rgb(108 104 141 / var(--tw-ring-opacity));
|
|
6401
|
+
}
|
|
6402
|
+
|
|
6106
6403
|
.focus-visible\:ring-primary-400\/50:focus-visible{
|
|
6107
6404
|
--tw-ring-color: rgb(108 104 141 / 0.5);
|
|
6108
6405
|
}
|
|
@@ -6189,6 +6486,11 @@ div{
|
|
|
6189
6486
|
background-color: rgb(247 247 247 / var(--tw-bg-opacity)) !important;
|
|
6190
6487
|
}
|
|
6191
6488
|
|
|
6489
|
+
.group:hover .group-hover\:\!bg-grayscale-800{
|
|
6490
|
+
--tw-bg-opacity: 1 !important;
|
|
6491
|
+
background-color: rgb(75 77 78 / var(--tw-bg-opacity)) !important;
|
|
6492
|
+
}
|
|
6493
|
+
|
|
6192
6494
|
.group:hover .group-hover\:\!bg-primary-50{
|
|
6193
6495
|
--tw-bg-opacity: 1 !important;
|
|
6194
6496
|
background-color: rgb(235 234 240 / var(--tw-bg-opacity)) !important;
|
|
@@ -6244,6 +6546,11 @@ div{
|
|
|
6244
6546
|
--tw-ring-color: rgb(0 99 247 / var(--tw-ring-opacity));
|
|
6245
6547
|
}
|
|
6246
6548
|
|
|
6549
|
+
.peer:focus-visible ~ .peer-focus-visible\:ring-primary-300{
|
|
6550
|
+
--tw-ring-opacity: 1;
|
|
6551
|
+
--tw-ring-color: rgb(144 140 171 / var(--tw-ring-opacity));
|
|
6552
|
+
}
|
|
6553
|
+
|
|
6247
6554
|
.peer:focus-visible ~ .peer-focus-visible\:ring-primary-400\/\[8\%\]{
|
|
6248
6555
|
--tw-ring-color: rgb(108 104 141 / 8%);
|
|
6249
6556
|
}
|
|
@@ -6289,6 +6596,11 @@ div{
|
|
|
6289
6596
|
color: rgb(144 140 171 / var(--tw-text-opacity));
|
|
6290
6597
|
}
|
|
6291
6598
|
|
|
6599
|
+
.peer:disabled ~ .peer-disabled\:text-grayscale-700{
|
|
6600
|
+
--tw-text-opacity: 1;
|
|
6601
|
+
color: rgb(113 115 116 / var(--tw-text-opacity));
|
|
6602
|
+
}
|
|
6603
|
+
|
|
6292
6604
|
.has-\[\.mask-active\]\:bg-transparent:has(.mask-active){
|
|
6293
6605
|
background-color: transparent;
|
|
6294
6606
|
}
|
|
@@ -6458,76 +6770,972 @@ div{
|
|
|
6458
6770
|
}
|
|
6459
6771
|
}
|
|
6460
6772
|
|
|
6461
|
-
.dark\:
|
|
6462
|
-
|
|
6463
|
-
|
|
6773
|
+
.dark\:my-\[150px\]:where(.dark, .dark *){
|
|
6774
|
+
margin-top: 150px;
|
|
6775
|
+
margin-bottom: 150px;
|
|
6464
6776
|
}
|
|
6465
6777
|
|
|
6466
|
-
.dark\:
|
|
6467
|
-
|
|
6468
|
-
color: rgb(32 30 41 / var(--tw-text-opacity));
|
|
6778
|
+
.dark\:w-\[200px\]:where(.dark, .dark *){
|
|
6779
|
+
width: 200px;
|
|
6469
6780
|
}
|
|
6470
6781
|
|
|
6471
|
-
.dark
|
|
6472
|
-
--tw-
|
|
6473
|
-
|
|
6782
|
+
.dark\:\!border-general-500:where(.dark, .dark *){
|
|
6783
|
+
--tw-border-opacity: 1 !important;
|
|
6784
|
+
border-color: rgb(78 75 102 / var(--tw-border-opacity)) !important;
|
|
6474
6785
|
}
|
|
6475
6786
|
|
|
6476
|
-
.dark\:
|
|
6477
|
-
--tw-
|
|
6478
|
-
|
|
6787
|
+
.dark\:border-danger-600:where(.dark, .dark *){
|
|
6788
|
+
--tw-border-opacity: 1;
|
|
6789
|
+
border-color: rgb(204 0 27 / var(--tw-border-opacity));
|
|
6479
6790
|
}
|
|
6480
6791
|
|
|
6481
|
-
.dark\:
|
|
6482
|
-
--tw-
|
|
6483
|
-
|
|
6792
|
+
.dark\:border-general-300:where(.dark, .dark *){
|
|
6793
|
+
--tw-border-opacity: 1;
|
|
6794
|
+
border-color: rgb(144 140 171 / var(--tw-border-opacity));
|
|
6484
6795
|
}
|
|
6485
6796
|
|
|
6486
|
-
.dark\:
|
|
6487
|
-
--tw-
|
|
6488
|
-
|
|
6797
|
+
.dark\:border-general-400:where(.dark, .dark *){
|
|
6798
|
+
--tw-border-opacity: 1;
|
|
6799
|
+
border-color: rgb(108 104 141 / var(--tw-border-opacity));
|
|
6489
6800
|
}
|
|
6490
6801
|
|
|
6491
|
-
|
|
6492
|
-
|
|
6802
|
+
.dark\:border-general-500:where(.dark, .dark *){
|
|
6803
|
+
--tw-border-opacity: 1;
|
|
6804
|
+
border-color: rgb(78 75 102 / var(--tw-border-opacity));
|
|
6493
6805
|
}
|
|
6494
6806
|
|
|
6495
|
-
|
|
6496
|
-
|
|
6807
|
+
.dark\:border-grayscale-600:where(.dark, .dark *){
|
|
6808
|
+
--tw-border-opacity: 1;
|
|
6809
|
+
border-color: rgb(151 153 155 / var(--tw-border-opacity));
|
|
6497
6810
|
}
|
|
6498
6811
|
|
|
6499
|
-
|
|
6500
|
-
|
|
6812
|
+
.dark\:border-primary-300:where(.dark, .dark *){
|
|
6813
|
+
--tw-border-opacity: 1;
|
|
6814
|
+
border-color: rgb(144 140 171 / var(--tw-border-opacity));
|
|
6501
6815
|
}
|
|
6502
6816
|
|
|
6503
|
-
|
|
6504
|
-
--tw-
|
|
6505
|
-
|
|
6506
|
-
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
6817
|
+
.dark\:border-primary-600:where(.dark, .dark *){
|
|
6818
|
+
--tw-border-opacity: 1;
|
|
6819
|
+
border-color: rgb(16 15 21 / var(--tw-border-opacity));
|
|
6507
6820
|
}
|
|
6508
6821
|
|
|
6509
|
-
|
|
6510
|
-
--tw-
|
|
6511
|
-
|
|
6822
|
+
.dark\:border-success-600:where(.dark, .dark *){
|
|
6823
|
+
--tw-border-opacity: 1;
|
|
6824
|
+
border-color: rgb(0 133 69 / var(--tw-border-opacity));
|
|
6512
6825
|
}
|
|
6513
6826
|
|
|
6514
|
-
|
|
6515
|
-
|
|
6516
|
-
--tw-ring-color: rgb(32 30 41 / var(--tw-ring-opacity)) !important;
|
|
6827
|
+
.dark\:border-transparent:where(.dark, .dark *){
|
|
6828
|
+
border-color: transparent;
|
|
6517
6829
|
}
|
|
6518
6830
|
|
|
6519
|
-
|
|
6520
|
-
--tw-
|
|
6521
|
-
|
|
6831
|
+
.dark\:border-white:where(.dark, .dark *){
|
|
6832
|
+
--tw-border-opacity: 1;
|
|
6833
|
+
border-color: rgb(255 255 255 / var(--tw-border-opacity));
|
|
6522
6834
|
}
|
|
6523
6835
|
|
|
6524
|
-
|
|
6525
|
-
--tw-
|
|
6526
|
-
|
|
6836
|
+
.dark\:\!bg-danger-200:where(.dark, .dark *){
|
|
6837
|
+
--tw-bg-opacity: 1 !important;
|
|
6838
|
+
background-color: rgb(255 153 167 / var(--tw-bg-opacity)) !important;
|
|
6527
6839
|
}
|
|
6528
6840
|
|
|
6529
|
-
|
|
6530
|
-
--tw-
|
|
6841
|
+
.dark\:\!bg-grayscale-700:where(.dark, .dark *){
|
|
6842
|
+
--tw-bg-opacity: 1 !important;
|
|
6843
|
+
background-color: rgb(113 115 116 / var(--tw-bg-opacity)) !important;
|
|
6844
|
+
}
|
|
6845
|
+
|
|
6846
|
+
.dark\:\!bg-primary-100:where(.dark, .dark *){
|
|
6847
|
+
--tw-bg-opacity: 1 !important;
|
|
6848
|
+
background-color: rgb(218 217 227 / var(--tw-bg-opacity)) !important;
|
|
6849
|
+
}
|
|
6850
|
+
|
|
6851
|
+
.dark\:\!bg-primary-300:where(.dark, .dark *){
|
|
6852
|
+
--tw-bg-opacity: 1 !important;
|
|
6853
|
+
background-color: rgb(144 140 171 / var(--tw-bg-opacity)) !important;
|
|
6854
|
+
}
|
|
6855
|
+
|
|
6856
|
+
.dark\:\!bg-success-300:where(.dark, .dark *){
|
|
6857
|
+
--tw-bg-opacity: 1 !important;
|
|
6858
|
+
background-color: rgb(46 255 154 / var(--tw-bg-opacity)) !important;
|
|
6859
|
+
}
|
|
6860
|
+
|
|
6861
|
+
.dark\:\!bg-warning-200:where(.dark, .dark *){
|
|
6862
|
+
--tw-bg-opacity: 1 !important;
|
|
6863
|
+
background-color: rgb(255 233 153 / var(--tw-bg-opacity)) !important;
|
|
6864
|
+
}
|
|
6865
|
+
|
|
6866
|
+
.dark\:bg-danger-200:where(.dark, .dark *){
|
|
6867
|
+
--tw-bg-opacity: 1;
|
|
6868
|
+
background-color: rgb(255 153 167 / var(--tw-bg-opacity));
|
|
6869
|
+
}
|
|
6870
|
+
|
|
6871
|
+
.dark\:bg-danger-300\/90:where(.dark, .dark *){
|
|
6872
|
+
background-color: rgb(255 102 122 / 0.9);
|
|
6873
|
+
}
|
|
6874
|
+
|
|
6875
|
+
.dark\:bg-danger-50:where(.dark, .dark *){
|
|
6876
|
+
--tw-bg-opacity: 1;
|
|
6877
|
+
background-color: rgb(255 229 233 / var(--tw-bg-opacity));
|
|
6878
|
+
}
|
|
6879
|
+
|
|
6880
|
+
.dark\:bg-general-100:where(.dark, .dark *){
|
|
6881
|
+
--tw-bg-opacity: 1;
|
|
6882
|
+
background-color: rgb(218 217 227 / var(--tw-bg-opacity));
|
|
6883
|
+
}
|
|
6884
|
+
|
|
6885
|
+
.dark\:bg-general-300:where(.dark, .dark *){
|
|
6886
|
+
--tw-bg-opacity: 1;
|
|
6887
|
+
background-color: rgb(144 140 171 / var(--tw-bg-opacity));
|
|
6888
|
+
}
|
|
6889
|
+
|
|
6890
|
+
.dark\:bg-general-400:where(.dark, .dark *){
|
|
6891
|
+
--tw-bg-opacity: 1;
|
|
6892
|
+
background-color: rgb(108 104 141 / var(--tw-bg-opacity));
|
|
6893
|
+
}
|
|
6894
|
+
|
|
6895
|
+
.dark\:bg-general-50:where(.dark, .dark *){
|
|
6896
|
+
--tw-bg-opacity: 1;
|
|
6897
|
+
background-color: rgb(235 234 240 / var(--tw-bg-opacity));
|
|
6898
|
+
}
|
|
6899
|
+
|
|
6900
|
+
.dark\:bg-general-500:where(.dark, .dark *){
|
|
6901
|
+
--tw-bg-opacity: 1;
|
|
6902
|
+
background-color: rgb(78 75 102 / var(--tw-bg-opacity));
|
|
6903
|
+
}
|
|
6904
|
+
|
|
6905
|
+
.dark\:bg-general-600:where(.dark, .dark *){
|
|
6906
|
+
--tw-bg-opacity: 1;
|
|
6907
|
+
background-color: rgb(63 60 82 / var(--tw-bg-opacity));
|
|
6908
|
+
}
|
|
6909
|
+
|
|
6910
|
+
.dark\:bg-general-700:where(.dark, .dark *){
|
|
6911
|
+
--tw-bg-opacity: 1;
|
|
6912
|
+
background-color: rgb(47 45 62 / var(--tw-bg-opacity));
|
|
6913
|
+
}
|
|
6914
|
+
|
|
6915
|
+
.dark\:bg-general-800:where(.dark, .dark *){
|
|
6916
|
+
--tw-bg-opacity: 1;
|
|
6917
|
+
background-color: rgb(32 30 41 / var(--tw-bg-opacity));
|
|
6918
|
+
}
|
|
6919
|
+
|
|
6920
|
+
.dark\:bg-gray-300:where(.dark, .dark *){
|
|
6921
|
+
--tw-bg-opacity: 1;
|
|
6922
|
+
background-color: rgb(209 213 219 / var(--tw-bg-opacity));
|
|
6923
|
+
}
|
|
6924
|
+
|
|
6925
|
+
.dark\:bg-grayscale-300:where(.dark, .dark *){
|
|
6926
|
+
--tw-bg-opacity: 1;
|
|
6927
|
+
background-color: rgb(216 217 217 / var(--tw-bg-opacity));
|
|
6928
|
+
}
|
|
6929
|
+
|
|
6930
|
+
.dark\:bg-grayscale-700:where(.dark, .dark *){
|
|
6931
|
+
--tw-bg-opacity: 1;
|
|
6932
|
+
background-color: rgb(113 115 116 / var(--tw-bg-opacity));
|
|
6933
|
+
}
|
|
6934
|
+
|
|
6935
|
+
.dark\:bg-grayscale-800:where(.dark, .dark *){
|
|
6936
|
+
--tw-bg-opacity: 1;
|
|
6937
|
+
background-color: rgb(75 77 78 / var(--tw-bg-opacity));
|
|
6938
|
+
}
|
|
6939
|
+
|
|
6940
|
+
.dark\:bg-grayscale-900:where(.dark, .dark *){
|
|
6941
|
+
--tw-bg-opacity: 1;
|
|
6942
|
+
background-color: rgb(38 38 39 / var(--tw-bg-opacity));
|
|
6943
|
+
}
|
|
6944
|
+
|
|
6945
|
+
.dark\:bg-grayscale-950\/80:where(.dark, .dark *){
|
|
6946
|
+
background-color: rgb(18 18 18 / 0.8);
|
|
6947
|
+
}
|
|
6948
|
+
|
|
6949
|
+
.dark\:bg-grayscale-950\/90:where(.dark, .dark *){
|
|
6950
|
+
background-color: rgb(18 18 18 / 0.9);
|
|
6951
|
+
}
|
|
6952
|
+
|
|
6953
|
+
.dark\:bg-green-600\/50:where(.dark, .dark *){
|
|
6954
|
+
background-color: rgb(22 163 74 / 0.5);
|
|
6955
|
+
}
|
|
6956
|
+
|
|
6957
|
+
.dark\:bg-orange-600\/50:where(.dark, .dark *){
|
|
6958
|
+
background-color: rgb(234 88 12 / 0.5);
|
|
6959
|
+
}
|
|
6960
|
+
|
|
6961
|
+
.dark\:bg-primary-100:where(.dark, .dark *){
|
|
6962
|
+
--tw-bg-opacity: 1;
|
|
6963
|
+
background-color: rgb(218 217 227 / var(--tw-bg-opacity));
|
|
6964
|
+
}
|
|
6965
|
+
|
|
6966
|
+
.dark\:bg-primary-300:where(.dark, .dark *){
|
|
6967
|
+
--tw-bg-opacity: 1;
|
|
6968
|
+
background-color: rgb(144 140 171 / var(--tw-bg-opacity));
|
|
6969
|
+
}
|
|
6970
|
+
|
|
6971
|
+
.dark\:bg-primary-300\/90:where(.dark, .dark *){
|
|
6972
|
+
background-color: rgb(144 140 171 / 0.9);
|
|
6973
|
+
}
|
|
6974
|
+
|
|
6975
|
+
.dark\:bg-primary-400:where(.dark, .dark *){
|
|
6976
|
+
--tw-bg-opacity: 1;
|
|
6977
|
+
background-color: rgb(108 104 141 / var(--tw-bg-opacity));
|
|
6978
|
+
}
|
|
6979
|
+
|
|
6980
|
+
.dark\:bg-primary-50:where(.dark, .dark *){
|
|
6981
|
+
--tw-bg-opacity: 1;
|
|
6982
|
+
background-color: rgb(235 234 240 / var(--tw-bg-opacity));
|
|
6983
|
+
}
|
|
6984
|
+
|
|
6985
|
+
.dark\:bg-primary-900:where(.dark, .dark *){
|
|
6986
|
+
--tw-bg-opacity: 1;
|
|
6987
|
+
background-color: rgb(3 2 4 / var(--tw-bg-opacity));
|
|
6988
|
+
}
|
|
6989
|
+
|
|
6990
|
+
.dark\:bg-red-600\/50:where(.dark, .dark *){
|
|
6991
|
+
background-color: rgb(220 38 38 / 0.5);
|
|
6992
|
+
}
|
|
6993
|
+
|
|
6994
|
+
.dark\:bg-success-200:where(.dark, .dark *){
|
|
6995
|
+
--tw-bg-opacity: 1;
|
|
6996
|
+
background-color: rgb(117 255 188 / var(--tw-bg-opacity));
|
|
6997
|
+
}
|
|
6998
|
+
|
|
6999
|
+
.dark\:bg-success-300:where(.dark, .dark *){
|
|
7000
|
+
--tw-bg-opacity: 1;
|
|
7001
|
+
background-color: rgb(46 255 154 / var(--tw-bg-opacity));
|
|
7002
|
+
}
|
|
7003
|
+
|
|
7004
|
+
.dark\:bg-success-300\/90:where(.dark, .dark *){
|
|
7005
|
+
background-color: rgb(46 255 154 / 0.9);
|
|
7006
|
+
}
|
|
7007
|
+
|
|
7008
|
+
.dark\:bg-success-50:where(.dark, .dark *){
|
|
7009
|
+
--tw-bg-opacity: 1;
|
|
7010
|
+
background-color: rgb(219 255 238 / var(--tw-bg-opacity));
|
|
7011
|
+
}
|
|
7012
|
+
|
|
7013
|
+
.dark\:bg-transparent:where(.dark, .dark *){
|
|
7014
|
+
background-color: transparent;
|
|
7015
|
+
}
|
|
7016
|
+
|
|
7017
|
+
.dark\:bg-warning-300:where(.dark, .dark *){
|
|
7018
|
+
--tw-bg-opacity: 1;
|
|
7019
|
+
background-color: rgb(255 222 102 / var(--tw-bg-opacity));
|
|
7020
|
+
}
|
|
7021
|
+
|
|
7022
|
+
.dark\:bg-warning-400:where(.dark, .dark *){
|
|
7023
|
+
--tw-bg-opacity: 1;
|
|
7024
|
+
background-color: rgb(255 211 51 / var(--tw-bg-opacity));
|
|
7025
|
+
}
|
|
7026
|
+
|
|
7027
|
+
.dark\:bg-white:where(.dark, .dark *){
|
|
7028
|
+
--tw-bg-opacity: 1;
|
|
7029
|
+
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
7030
|
+
}
|
|
7031
|
+
|
|
7032
|
+
.dark\:\!text-danger-600:where(.dark, .dark *){
|
|
7033
|
+
--tw-text-opacity: 1 !important;
|
|
7034
|
+
color: rgb(204 0 27 / var(--tw-text-opacity)) !important;
|
|
7035
|
+
}
|
|
7036
|
+
|
|
7037
|
+
.dark\:\!text-general-100:where(.dark, .dark *){
|
|
7038
|
+
--tw-text-opacity: 1 !important;
|
|
7039
|
+
color: rgb(218 217 227 / var(--tw-text-opacity)) !important;
|
|
7040
|
+
}
|
|
7041
|
+
|
|
7042
|
+
.dark\:\!text-general-50:where(.dark, .dark *){
|
|
7043
|
+
--tw-text-opacity: 1 !important;
|
|
7044
|
+
color: rgb(235 234 240 / var(--tw-text-opacity)) !important;
|
|
7045
|
+
}
|
|
7046
|
+
|
|
7047
|
+
.dark\:\!text-general-500:where(.dark, .dark *){
|
|
7048
|
+
--tw-text-opacity: 1 !important;
|
|
7049
|
+
color: rgb(78 75 102 / var(--tw-text-opacity)) !important;
|
|
7050
|
+
}
|
|
7051
|
+
|
|
7052
|
+
.dark\:\!text-grayscale-500:where(.dark, .dark *){
|
|
7053
|
+
--tw-text-opacity: 1 !important;
|
|
7054
|
+
color: rgb(189 190 191 / var(--tw-text-opacity)) !important;
|
|
7055
|
+
}
|
|
7056
|
+
|
|
7057
|
+
.dark\:\!text-grayscale-700:where(.dark, .dark *){
|
|
7058
|
+
--tw-text-opacity: 1 !important;
|
|
7059
|
+
color: rgb(113 115 116 / var(--tw-text-opacity)) !important;
|
|
7060
|
+
}
|
|
7061
|
+
|
|
7062
|
+
.dark\:\!text-primary-300:where(.dark, .dark *){
|
|
7063
|
+
--tw-text-opacity: 1 !important;
|
|
7064
|
+
color: rgb(144 140 171 / var(--tw-text-opacity)) !important;
|
|
7065
|
+
}
|
|
7066
|
+
|
|
7067
|
+
.dark\:text-black:where(.dark, .dark *){
|
|
7068
|
+
--tw-text-opacity: 1;
|
|
7069
|
+
color: rgb(0 0 0 / var(--tw-text-opacity));
|
|
7070
|
+
}
|
|
7071
|
+
|
|
7072
|
+
.dark\:text-danger-200:where(.dark, .dark *){
|
|
7073
|
+
--tw-text-opacity: 1;
|
|
7074
|
+
color: rgb(255 153 167 / var(--tw-text-opacity));
|
|
7075
|
+
}
|
|
7076
|
+
|
|
7077
|
+
.dark\:text-danger-300:where(.dark, .dark *){
|
|
7078
|
+
--tw-text-opacity: 1;
|
|
7079
|
+
color: rgb(255 102 122 / var(--tw-text-opacity));
|
|
7080
|
+
}
|
|
7081
|
+
|
|
7082
|
+
.dark\:text-danger-500:where(.dark, .dark *){
|
|
7083
|
+
--tw-text-opacity: 1;
|
|
7084
|
+
color: rgb(255 0 34 / var(--tw-text-opacity));
|
|
7085
|
+
}
|
|
7086
|
+
|
|
7087
|
+
.dark\:text-danger-600:where(.dark, .dark *){
|
|
7088
|
+
--tw-text-opacity: 1;
|
|
7089
|
+
color: rgb(204 0 27 / var(--tw-text-opacity));
|
|
7090
|
+
}
|
|
7091
|
+
|
|
7092
|
+
.dark\:text-danger-700:where(.dark, .dark *){
|
|
7093
|
+
--tw-text-opacity: 1;
|
|
7094
|
+
color: rgb(153 0 20 / var(--tw-text-opacity));
|
|
7095
|
+
}
|
|
7096
|
+
|
|
7097
|
+
.dark\:text-danger-800:where(.dark, .dark *){
|
|
7098
|
+
--tw-text-opacity: 1;
|
|
7099
|
+
color: rgb(102 0 14 / var(--tw-text-opacity));
|
|
7100
|
+
}
|
|
7101
|
+
|
|
7102
|
+
.dark\:text-general-100:where(.dark, .dark *){
|
|
7103
|
+
--tw-text-opacity: 1;
|
|
7104
|
+
color: rgb(218 217 227 / var(--tw-text-opacity));
|
|
7105
|
+
}
|
|
7106
|
+
|
|
7107
|
+
.dark\:text-general-200:where(.dark, .dark *){
|
|
7108
|
+
--tw-text-opacity: 1;
|
|
7109
|
+
color: rgb(181 179 199 / var(--tw-text-opacity));
|
|
7110
|
+
}
|
|
7111
|
+
|
|
7112
|
+
.dark\:text-general-300:where(.dark, .dark *){
|
|
7113
|
+
--tw-text-opacity: 1;
|
|
7114
|
+
color: rgb(144 140 171 / var(--tw-text-opacity));
|
|
7115
|
+
}
|
|
7116
|
+
|
|
7117
|
+
.dark\:text-general-400:where(.dark, .dark *){
|
|
7118
|
+
--tw-text-opacity: 1;
|
|
7119
|
+
color: rgb(108 104 141 / var(--tw-text-opacity));
|
|
7120
|
+
}
|
|
7121
|
+
|
|
7122
|
+
.dark\:text-general-50:where(.dark, .dark *){
|
|
7123
|
+
--tw-text-opacity: 1;
|
|
7124
|
+
color: rgb(235 234 240 / var(--tw-text-opacity));
|
|
7125
|
+
}
|
|
7126
|
+
|
|
7127
|
+
.dark\:text-general-500:where(.dark, .dark *){
|
|
7128
|
+
--tw-text-opacity: 1;
|
|
7129
|
+
color: rgb(78 75 102 / var(--tw-text-opacity));
|
|
7130
|
+
}
|
|
7131
|
+
|
|
7132
|
+
.dark\:text-general-600:where(.dark, .dark *){
|
|
7133
|
+
--tw-text-opacity: 1;
|
|
7134
|
+
color: rgb(63 60 82 / var(--tw-text-opacity));
|
|
7135
|
+
}
|
|
7136
|
+
|
|
7137
|
+
.dark\:text-general-800:where(.dark, .dark *){
|
|
7138
|
+
--tw-text-opacity: 1;
|
|
7139
|
+
color: rgb(32 30 41 / var(--tw-text-opacity));
|
|
7140
|
+
}
|
|
7141
|
+
|
|
7142
|
+
.dark\:text-general-900:where(.dark, .dark *){
|
|
7143
|
+
--tw-text-opacity: 1;
|
|
7144
|
+
color: rgb(16 15 21 / var(--tw-text-opacity));
|
|
7145
|
+
}
|
|
7146
|
+
|
|
7147
|
+
.dark\:text-grayscale-50:where(.dark, .dark *){
|
|
7148
|
+
--tw-text-opacity: 1;
|
|
7149
|
+
color: rgb(247 247 247 / var(--tw-text-opacity));
|
|
7150
|
+
}
|
|
7151
|
+
|
|
7152
|
+
.dark\:text-grayscale-500:where(.dark, .dark *){
|
|
7153
|
+
--tw-text-opacity: 1;
|
|
7154
|
+
color: rgb(189 190 191 / var(--tw-text-opacity));
|
|
7155
|
+
}
|
|
7156
|
+
|
|
7157
|
+
.dark\:text-grayscale-600:where(.dark, .dark *){
|
|
7158
|
+
--tw-text-opacity: 1;
|
|
7159
|
+
color: rgb(151 153 155 / var(--tw-text-opacity));
|
|
7160
|
+
}
|
|
7161
|
+
|
|
7162
|
+
.dark\:text-grayscale-700:where(.dark, .dark *){
|
|
7163
|
+
--tw-text-opacity: 1;
|
|
7164
|
+
color: rgb(113 115 116 / var(--tw-text-opacity));
|
|
7165
|
+
}
|
|
7166
|
+
|
|
7167
|
+
.dark\:text-grayscale-800:where(.dark, .dark *){
|
|
7168
|
+
--tw-text-opacity: 1;
|
|
7169
|
+
color: rgb(75 77 78 / var(--tw-text-opacity));
|
|
7170
|
+
}
|
|
7171
|
+
|
|
7172
|
+
.dark\:text-grayscale-900:where(.dark, .dark *){
|
|
7173
|
+
--tw-text-opacity: 1;
|
|
7174
|
+
color: rgb(38 38 39 / var(--tw-text-opacity));
|
|
7175
|
+
}
|
|
7176
|
+
|
|
7177
|
+
.dark\:text-primary-300:where(.dark, .dark *){
|
|
7178
|
+
--tw-text-opacity: 1;
|
|
7179
|
+
color: rgb(144 140 171 / var(--tw-text-opacity));
|
|
7180
|
+
}
|
|
7181
|
+
|
|
7182
|
+
.dark\:text-primary-400:where(.dark, .dark *){
|
|
7183
|
+
--tw-text-opacity: 1;
|
|
7184
|
+
color: rgb(108 104 141 / var(--tw-text-opacity));
|
|
7185
|
+
}
|
|
7186
|
+
|
|
7187
|
+
.dark\:text-primary-50:where(.dark, .dark *){
|
|
7188
|
+
--tw-text-opacity: 1;
|
|
7189
|
+
color: rgb(235 234 240 / var(--tw-text-opacity));
|
|
7190
|
+
}
|
|
7191
|
+
|
|
7192
|
+
.dark\:text-primary-600:where(.dark, .dark *){
|
|
7193
|
+
--tw-text-opacity: 1;
|
|
7194
|
+
color: rgb(16 15 21 / var(--tw-text-opacity));
|
|
7195
|
+
}
|
|
7196
|
+
|
|
7197
|
+
.dark\:text-primary-800:where(.dark, .dark *){
|
|
7198
|
+
--tw-text-opacity: 1;
|
|
7199
|
+
color: rgb(5 4 7 / var(--tw-text-opacity));
|
|
7200
|
+
}
|
|
7201
|
+
|
|
7202
|
+
.dark\:text-success-300:where(.dark, .dark *){
|
|
7203
|
+
--tw-text-opacity: 1;
|
|
7204
|
+
color: rgb(46 255 154 / var(--tw-text-opacity));
|
|
7205
|
+
}
|
|
7206
|
+
|
|
7207
|
+
.dark\:text-success-600:where(.dark, .dark *){
|
|
7208
|
+
--tw-text-opacity: 1;
|
|
7209
|
+
color: rgb(0 133 69 / var(--tw-text-opacity));
|
|
7210
|
+
}
|
|
7211
|
+
|
|
7212
|
+
.dark\:text-success-800:where(.dark, .dark *){
|
|
7213
|
+
--tw-text-opacity: 1;
|
|
7214
|
+
color: rgb(0 66 34 / var(--tw-text-opacity));
|
|
7215
|
+
}
|
|
7216
|
+
|
|
7217
|
+
.dark\:text-success-900:where(.dark, .dark *){
|
|
7218
|
+
--tw-text-opacity: 1;
|
|
7219
|
+
color: rgb(0 31 16 / var(--tw-text-opacity));
|
|
7220
|
+
}
|
|
7221
|
+
|
|
7222
|
+
.dark\:text-warning-300:where(.dark, .dark *){
|
|
7223
|
+
--tw-text-opacity: 1;
|
|
7224
|
+
color: rgb(255 222 102 / var(--tw-text-opacity));
|
|
7225
|
+
}
|
|
7226
|
+
|
|
7227
|
+
.dark\:text-warning-800:where(.dark, .dark *){
|
|
7228
|
+
--tw-text-opacity: 1;
|
|
7229
|
+
color: rgb(102 80 0 / var(--tw-text-opacity));
|
|
7230
|
+
}
|
|
7231
|
+
|
|
7232
|
+
.dark\:text-white:where(.dark, .dark *){
|
|
7233
|
+
--tw-text-opacity: 1;
|
|
7234
|
+
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
7235
|
+
}
|
|
7236
|
+
|
|
7237
|
+
.dark\:caret-primary-300:where(.dark, .dark *){
|
|
7238
|
+
caret-color: #908cab;
|
|
7239
|
+
}
|
|
7240
|
+
|
|
7241
|
+
.dark\:\!ring-danger-300:where(.dark, .dark *){
|
|
7242
|
+
--tw-ring-opacity: 1 !important;
|
|
7243
|
+
--tw-ring-color: rgb(255 102 122 / var(--tw-ring-opacity)) !important;
|
|
7244
|
+
}
|
|
7245
|
+
|
|
7246
|
+
.dark\:\!ring-danger-600:where(.dark, .dark *){
|
|
7247
|
+
--tw-ring-opacity: 1 !important;
|
|
7248
|
+
--tw-ring-color: rgb(204 0 27 / var(--tw-ring-opacity)) !important;
|
|
7249
|
+
}
|
|
7250
|
+
|
|
7251
|
+
.dark\:\!ring-grayscale-700:where(.dark, .dark *){
|
|
7252
|
+
--tw-ring-opacity: 1 !important;
|
|
7253
|
+
--tw-ring-color: rgb(113 115 116 / var(--tw-ring-opacity)) !important;
|
|
7254
|
+
}
|
|
7255
|
+
|
|
7256
|
+
.dark\:ring-danger-200:where(.dark, .dark *){
|
|
7257
|
+
--tw-ring-opacity: 1;
|
|
7258
|
+
--tw-ring-color: rgb(255 153 167 / var(--tw-ring-opacity));
|
|
7259
|
+
}
|
|
7260
|
+
|
|
7261
|
+
.dark\:ring-danger-500:where(.dark, .dark *){
|
|
7262
|
+
--tw-ring-opacity: 1;
|
|
7263
|
+
--tw-ring-color: rgb(255 0 34 / var(--tw-ring-opacity));
|
|
7264
|
+
}
|
|
7265
|
+
|
|
7266
|
+
.dark\:ring-danger-600:where(.dark, .dark *){
|
|
7267
|
+
--tw-ring-opacity: 1;
|
|
7268
|
+
--tw-ring-color: rgb(204 0 27 / var(--tw-ring-opacity));
|
|
7269
|
+
}
|
|
7270
|
+
|
|
7271
|
+
.dark\:ring-general-100:where(.dark, .dark *){
|
|
7272
|
+
--tw-ring-opacity: 1;
|
|
7273
|
+
--tw-ring-color: rgb(218 217 227 / var(--tw-ring-opacity));
|
|
7274
|
+
}
|
|
7275
|
+
|
|
7276
|
+
.dark\:ring-general-200:where(.dark, .dark *){
|
|
7277
|
+
--tw-ring-opacity: 1;
|
|
7278
|
+
--tw-ring-color: rgb(181 179 199 / var(--tw-ring-opacity));
|
|
7279
|
+
}
|
|
7280
|
+
|
|
7281
|
+
.dark\:ring-general-300:where(.dark, .dark *){
|
|
7282
|
+
--tw-ring-opacity: 1;
|
|
7283
|
+
--tw-ring-color: rgb(144 140 171 / var(--tw-ring-opacity));
|
|
7284
|
+
}
|
|
7285
|
+
|
|
7286
|
+
.dark\:ring-general-400:where(.dark, .dark *){
|
|
7287
|
+
--tw-ring-opacity: 1;
|
|
7288
|
+
--tw-ring-color: rgb(108 104 141 / var(--tw-ring-opacity));
|
|
7289
|
+
}
|
|
7290
|
+
|
|
7291
|
+
.dark\:ring-general-50:where(.dark, .dark *){
|
|
7292
|
+
--tw-ring-opacity: 1;
|
|
7293
|
+
--tw-ring-color: rgb(235 234 240 / var(--tw-ring-opacity));
|
|
7294
|
+
}
|
|
7295
|
+
|
|
7296
|
+
.dark\:ring-general-500:where(.dark, .dark *){
|
|
7297
|
+
--tw-ring-opacity: 1;
|
|
7298
|
+
--tw-ring-color: rgb(78 75 102 / var(--tw-ring-opacity));
|
|
7299
|
+
}
|
|
7300
|
+
|
|
7301
|
+
.dark\:ring-gray-300:where(.dark, .dark *){
|
|
7302
|
+
--tw-ring-opacity: 1;
|
|
7303
|
+
--tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
|
|
7304
|
+
}
|
|
7305
|
+
|
|
7306
|
+
.dark\:ring-grayscale-600:where(.dark, .dark *){
|
|
7307
|
+
--tw-ring-opacity: 1;
|
|
7308
|
+
--tw-ring-color: rgb(151 153 155 / var(--tw-ring-opacity));
|
|
7309
|
+
}
|
|
7310
|
+
|
|
7311
|
+
.dark\:ring-primary-200\/\[12\%\]:where(.dark, .dark *){
|
|
7312
|
+
--tw-ring-color: rgb(181 179 199 / 12%);
|
|
7313
|
+
}
|
|
7314
|
+
|
|
7315
|
+
.dark\:ring-primary-300:where(.dark, .dark *){
|
|
7316
|
+
--tw-ring-opacity: 1;
|
|
7317
|
+
--tw-ring-color: rgb(144 140 171 / var(--tw-ring-opacity));
|
|
7318
|
+
}
|
|
7319
|
+
|
|
7320
|
+
.dark\:ring-success-300:where(.dark, .dark *){
|
|
7321
|
+
--tw-ring-opacity: 1;
|
|
7322
|
+
--tw-ring-color: rgb(46 255 154 / var(--tw-ring-opacity));
|
|
7323
|
+
}
|
|
7324
|
+
|
|
7325
|
+
.dark\:ring-warning-300:where(.dark, .dark *){
|
|
7326
|
+
--tw-ring-opacity: 1;
|
|
7327
|
+
--tw-ring-color: rgb(255 222 102 / var(--tw-ring-opacity));
|
|
7328
|
+
}
|
|
7329
|
+
|
|
7330
|
+
.dark\:ring-white:where(.dark, .dark *){
|
|
7331
|
+
--tw-ring-opacity: 1;
|
|
7332
|
+
--tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity));
|
|
7333
|
+
}
|
|
7334
|
+
|
|
7335
|
+
.dark\:placeholder\:text-general-600:where(.dark, .dark *)::-moz-placeholder{
|
|
7336
|
+
--tw-text-opacity: 1;
|
|
7337
|
+
color: rgb(63 60 82 / var(--tw-text-opacity));
|
|
7338
|
+
}
|
|
7339
|
+
|
|
7340
|
+
.dark\:placeholder\:text-general-600:where(.dark, .dark *)::placeholder{
|
|
7341
|
+
--tw-text-opacity: 1;
|
|
7342
|
+
color: rgb(63 60 82 / var(--tw-text-opacity));
|
|
7343
|
+
}
|
|
7344
|
+
|
|
7345
|
+
.dark\:before\:\!bg-grayscale-900:where(.dark, .dark *)::before{
|
|
7346
|
+
content: var(--tw-content);
|
|
7347
|
+
--tw-bg-opacity: 1 !important;
|
|
7348
|
+
background-color: rgb(38 38 39 / var(--tw-bg-opacity)) !important;
|
|
7349
|
+
}
|
|
7350
|
+
|
|
7351
|
+
.dark\:before\:bg-general-500:where(.dark, .dark *)::before{
|
|
7352
|
+
content: var(--tw-content);
|
|
7353
|
+
--tw-bg-opacity: 1;
|
|
7354
|
+
background-color: rgb(78 75 102 / var(--tw-bg-opacity));
|
|
7355
|
+
}
|
|
7356
|
+
|
|
7357
|
+
.dark\:before\:bg-grayscale-900:where(.dark, .dark *)::before{
|
|
7358
|
+
content: var(--tw-content);
|
|
7359
|
+
--tw-bg-opacity: 1;
|
|
7360
|
+
background-color: rgb(38 38 39 / var(--tw-bg-opacity));
|
|
7361
|
+
}
|
|
7362
|
+
|
|
7363
|
+
.dark\:focus-within\:ring-primary-300:focus-within:where(.dark, .dark *){
|
|
7364
|
+
--tw-ring-opacity: 1;
|
|
7365
|
+
--tw-ring-color: rgb(144 140 171 / var(--tw-ring-opacity));
|
|
7366
|
+
}
|
|
7367
|
+
|
|
7368
|
+
.dark\:hover\:border-primary-300:hover:where(.dark, .dark *){
|
|
7369
|
+
--tw-border-opacity: 1;
|
|
7370
|
+
border-color: rgb(144 140 171 / var(--tw-border-opacity));
|
|
7371
|
+
}
|
|
7372
|
+
|
|
7373
|
+
.dark\:hover\:\!bg-grayscale-50\/90:hover:where(.dark, .dark *){
|
|
7374
|
+
background-color: rgb(247 247 247 / 0.9) !important;
|
|
7375
|
+
}
|
|
7376
|
+
|
|
7377
|
+
.dark\:hover\:\!bg-grayscale-800:hover:where(.dark, .dark *){
|
|
7378
|
+
--tw-bg-opacity: 1 !important;
|
|
7379
|
+
background-color: rgb(75 77 78 / var(--tw-bg-opacity)) !important;
|
|
7380
|
+
}
|
|
7381
|
+
|
|
7382
|
+
.dark\:hover\:\!bg-primary-300\/90:hover:where(.dark, .dark *){
|
|
7383
|
+
background-color: rgb(144 140 171 / 0.9) !important;
|
|
7384
|
+
}
|
|
7385
|
+
|
|
7386
|
+
.dark\:hover\:\!bg-warning-300:hover:where(.dark, .dark *){
|
|
7387
|
+
--tw-bg-opacity: 1 !important;
|
|
7388
|
+
background-color: rgb(255 222 102 / var(--tw-bg-opacity)) !important;
|
|
7389
|
+
}
|
|
7390
|
+
|
|
7391
|
+
.dark\:hover\:\!bg-warning-300\/90:hover:where(.dark, .dark *){
|
|
7392
|
+
background-color: rgb(255 222 102 / 0.9) !important;
|
|
7393
|
+
}
|
|
7394
|
+
|
|
7395
|
+
.dark\:hover\:bg-danger-200:hover:where(.dark, .dark *){
|
|
7396
|
+
--tw-bg-opacity: 1;
|
|
7397
|
+
background-color: rgb(255 153 167 / var(--tw-bg-opacity));
|
|
7398
|
+
}
|
|
7399
|
+
|
|
7400
|
+
.dark\:hover\:bg-danger-300\/\[8\%\]:hover:where(.dark, .dark *){
|
|
7401
|
+
background-color: rgb(255 102 122 / 8%);
|
|
7402
|
+
}
|
|
7403
|
+
|
|
7404
|
+
.dark\:hover\:bg-danger-900\/40:hover:where(.dark, .dark *){
|
|
7405
|
+
background-color: rgb(51 0 7 / 0.4);
|
|
7406
|
+
}
|
|
7407
|
+
|
|
7408
|
+
.dark\:hover\:bg-general-500\/90:hover:where(.dark, .dark *){
|
|
7409
|
+
background-color: rgb(78 75 102 / 0.9);
|
|
7410
|
+
}
|
|
7411
|
+
|
|
7412
|
+
.dark\:hover\:bg-general-900:hover:where(.dark, .dark *){
|
|
7413
|
+
--tw-bg-opacity: 1;
|
|
7414
|
+
background-color: rgb(16 15 21 / var(--tw-bg-opacity));
|
|
7415
|
+
}
|
|
7416
|
+
|
|
7417
|
+
.dark\:hover\:bg-gray-300:hover:where(.dark, .dark *){
|
|
7418
|
+
--tw-bg-opacity: 1;
|
|
7419
|
+
background-color: rgb(209 213 219 / var(--tw-bg-opacity));
|
|
7420
|
+
}
|
|
7421
|
+
|
|
7422
|
+
.dark\:hover\:bg-grayscale-50\/\[8\%\]:hover:where(.dark, .dark *){
|
|
7423
|
+
background-color: rgb(247 247 247 / 8%);
|
|
7424
|
+
}
|
|
7425
|
+
|
|
7426
|
+
.dark\:hover\:bg-grayscale-700:hover:where(.dark, .dark *){
|
|
7427
|
+
--tw-bg-opacity: 1;
|
|
7428
|
+
background-color: rgb(113 115 116 / var(--tw-bg-opacity));
|
|
7429
|
+
}
|
|
7430
|
+
|
|
7431
|
+
.dark\:hover\:bg-grayscale-800:hover:where(.dark, .dark *){
|
|
7432
|
+
--tw-bg-opacity: 1;
|
|
7433
|
+
background-color: rgb(75 77 78 / var(--tw-bg-opacity));
|
|
7434
|
+
}
|
|
7435
|
+
|
|
7436
|
+
.dark\:hover\:bg-grayscale-800\/30:hover:where(.dark, .dark *){
|
|
7437
|
+
background-color: rgb(75 77 78 / 0.3);
|
|
7438
|
+
}
|
|
7439
|
+
|
|
7440
|
+
.dark\:hover\:bg-grayscale-800\/80:hover:where(.dark, .dark *){
|
|
7441
|
+
background-color: rgb(75 77 78 / 0.8);
|
|
7442
|
+
}
|
|
7443
|
+
|
|
7444
|
+
.dark\:hover\:bg-grayscale-900:hover:where(.dark, .dark *){
|
|
7445
|
+
--tw-bg-opacity: 1;
|
|
7446
|
+
background-color: rgb(38 38 39 / var(--tw-bg-opacity));
|
|
7447
|
+
}
|
|
7448
|
+
|
|
7449
|
+
.dark\:hover\:bg-primary-100:hover:where(.dark, .dark *){
|
|
7450
|
+
--tw-bg-opacity: 1;
|
|
7451
|
+
background-color: rgb(218 217 227 / var(--tw-bg-opacity));
|
|
7452
|
+
}
|
|
7453
|
+
|
|
7454
|
+
.dark\:hover\:bg-primary-200:hover:where(.dark, .dark *){
|
|
7455
|
+
--tw-bg-opacity: 1;
|
|
7456
|
+
background-color: rgb(181 179 199 / var(--tw-bg-opacity));
|
|
7457
|
+
}
|
|
7458
|
+
|
|
7459
|
+
.dark\:hover\:bg-primary-300:hover:where(.dark, .dark *){
|
|
7460
|
+
--tw-bg-opacity: 1;
|
|
7461
|
+
background-color: rgb(144 140 171 / var(--tw-bg-opacity));
|
|
7462
|
+
}
|
|
7463
|
+
|
|
7464
|
+
.dark\:hover\:bg-primary-300\/20:hover:where(.dark, .dark *){
|
|
7465
|
+
background-color: rgb(144 140 171 / 0.2);
|
|
7466
|
+
}
|
|
7467
|
+
|
|
7468
|
+
.dark\:hover\:bg-primary-300\/90:hover:where(.dark, .dark *){
|
|
7469
|
+
background-color: rgb(144 140 171 / 0.9);
|
|
7470
|
+
}
|
|
7471
|
+
|
|
7472
|
+
.dark\:hover\:bg-primary-300\/\[8\%\]:hover:where(.dark, .dark *){
|
|
7473
|
+
background-color: rgb(144 140 171 / 8%);
|
|
7474
|
+
}
|
|
7475
|
+
|
|
7476
|
+
.dark\:hover\:bg-primary-400\/90:hover:where(.dark, .dark *){
|
|
7477
|
+
background-color: rgb(108 104 141 / 0.9);
|
|
7478
|
+
}
|
|
7479
|
+
|
|
7480
|
+
.dark\:hover\:bg-primary-900\/40:hover:where(.dark, .dark *){
|
|
7481
|
+
background-color: rgb(3 2 4 / 0.4);
|
|
7482
|
+
}
|
|
7483
|
+
|
|
7484
|
+
.dark\:hover\:bg-success-200:hover:where(.dark, .dark *){
|
|
7485
|
+
--tw-bg-opacity: 1;
|
|
7486
|
+
background-color: rgb(117 255 188 / var(--tw-bg-opacity));
|
|
7487
|
+
}
|
|
7488
|
+
|
|
7489
|
+
.dark\:hover\:bg-success-300\/\[8\%\]:hover:where(.dark, .dark *){
|
|
7490
|
+
background-color: rgb(46 255 154 / 8%);
|
|
7491
|
+
}
|
|
7492
|
+
|
|
7493
|
+
.dark\:hover\:bg-success-900\/40:hover:where(.dark, .dark *){
|
|
7494
|
+
background-color: rgb(0 31 16 / 0.4);
|
|
7495
|
+
}
|
|
7496
|
+
|
|
7497
|
+
.dark\:hover\:bg-warning-300\/\[8\%\]:hover:where(.dark, .dark *){
|
|
7498
|
+
background-color: rgb(255 222 102 / 8%);
|
|
7499
|
+
}
|
|
7500
|
+
|
|
7501
|
+
.dark\:hover\:bg-warning-900\/40:hover:where(.dark, .dark *){
|
|
7502
|
+
background-color: rgb(51 40 0 / 0.4);
|
|
7503
|
+
}
|
|
7504
|
+
|
|
7505
|
+
.dark\:hover\:bg-white\/10:hover:where(.dark, .dark *){
|
|
7506
|
+
background-color: rgb(255 255 255 / 0.1);
|
|
7507
|
+
}
|
|
7508
|
+
|
|
7509
|
+
.hover\:dark\:bg-primary-400:where(.dark, .dark *):hover{
|
|
7510
|
+
--tw-bg-opacity: 1;
|
|
7511
|
+
background-color: rgb(108 104 141 / var(--tw-bg-opacity));
|
|
7512
|
+
}
|
|
7513
|
+
|
|
7514
|
+
.dark\:hover\:text-general-100:hover:where(.dark, .dark *){
|
|
7515
|
+
--tw-text-opacity: 1;
|
|
7516
|
+
color: rgb(218 217 227 / var(--tw-text-opacity));
|
|
7517
|
+
}
|
|
7518
|
+
|
|
7519
|
+
.dark\:hover\:text-general-200:hover:where(.dark, .dark *){
|
|
7520
|
+
--tw-text-opacity: 1;
|
|
7521
|
+
color: rgb(181 179 199 / var(--tw-text-opacity));
|
|
7522
|
+
}
|
|
7523
|
+
|
|
7524
|
+
.dark\:hover\:text-primary-400:hover:where(.dark, .dark *){
|
|
7525
|
+
--tw-text-opacity: 1;
|
|
7526
|
+
color: rgb(108 104 141 / var(--tw-text-opacity));
|
|
7527
|
+
}
|
|
7528
|
+
|
|
7529
|
+
.dark\:hover\:text-primary-600:hover:where(.dark, .dark *){
|
|
7530
|
+
--tw-text-opacity: 1;
|
|
7531
|
+
color: rgb(16 15 21 / var(--tw-text-opacity));
|
|
7532
|
+
}
|
|
7533
|
+
|
|
7534
|
+
.dark\:hover\:text-primary-800:hover:where(.dark, .dark *){
|
|
7535
|
+
--tw-text-opacity: 1;
|
|
7536
|
+
color: rgb(5 4 7 / var(--tw-text-opacity));
|
|
7537
|
+
}
|
|
7538
|
+
|
|
7539
|
+
.dark\:hover\:text-white:hover:where(.dark, .dark *){
|
|
7540
|
+
--tw-text-opacity: 1;
|
|
7541
|
+
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
7542
|
+
}
|
|
7543
|
+
|
|
7544
|
+
.dark\:hover\:ring-gray-300:hover:where(.dark, .dark *){
|
|
7545
|
+
--tw-ring-opacity: 1;
|
|
7546
|
+
--tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
|
|
7547
|
+
}
|
|
7548
|
+
|
|
7549
|
+
.dark\:hover\:ring-grayscale-600:hover:where(.dark, .dark *){
|
|
7550
|
+
--tw-ring-opacity: 1;
|
|
7551
|
+
--tw-ring-color: rgb(151 153 155 / var(--tw-ring-opacity));
|
|
7552
|
+
}
|
|
7553
|
+
|
|
7554
|
+
.dark\:hover\:ring-primary-300:hover:where(.dark, .dark *){
|
|
7555
|
+
--tw-ring-opacity: 1;
|
|
7556
|
+
--tw-ring-color: rgb(144 140 171 / var(--tw-ring-opacity));
|
|
7557
|
+
}
|
|
7558
|
+
|
|
7559
|
+
.dark\:hover\:ring-primary-400:hover:where(.dark, .dark *){
|
|
7560
|
+
--tw-ring-opacity: 1;
|
|
7561
|
+
--tw-ring-color: rgb(108 104 141 / var(--tw-ring-opacity));
|
|
7562
|
+
}
|
|
7563
|
+
|
|
7564
|
+
.dark\:focus\:bg-grayscale-800\/30:focus:where(.dark, .dark *){
|
|
7565
|
+
background-color: rgb(75 77 78 / 0.3);
|
|
7566
|
+
}
|
|
7567
|
+
|
|
7568
|
+
.dark\:focus\:outline-grayscale-600:focus:where(.dark, .dark *){
|
|
7569
|
+
outline-color: #97999b;
|
|
7570
|
+
}
|
|
7571
|
+
|
|
7572
|
+
.dark\:focus\:ring-grayscale-100:focus:where(.dark, .dark *){
|
|
7573
|
+
--tw-ring-opacity: 1;
|
|
7574
|
+
--tw-ring-color: rgb(242 242 242 / var(--tw-ring-opacity));
|
|
7575
|
+
}
|
|
7576
|
+
|
|
7577
|
+
.dark\:focus\:ring-primary-300:focus:where(.dark, .dark *){
|
|
7578
|
+
--tw-ring-opacity: 1;
|
|
7579
|
+
--tw-ring-color: rgb(144 140 171 / var(--tw-ring-opacity));
|
|
7580
|
+
}
|
|
7581
|
+
|
|
7582
|
+
.dark\:focus\:ring-primary-400:focus:where(.dark, .dark *){
|
|
7583
|
+
--tw-ring-opacity: 1;
|
|
7584
|
+
--tw-ring-color: rgb(108 104 141 / var(--tw-ring-opacity));
|
|
7585
|
+
}
|
|
7586
|
+
|
|
7587
|
+
.dark\:focus\:ring-primary-400\/50:focus:where(.dark, .dark *){
|
|
7588
|
+
--tw-ring-color: rgb(108 104 141 / 0.5);
|
|
7589
|
+
}
|
|
7590
|
+
|
|
7591
|
+
.dark\:focus\:ring-primary-800:focus:where(.dark, .dark *){
|
|
7592
|
+
--tw-ring-opacity: 1;
|
|
7593
|
+
--tw-ring-color: rgb(5 4 7 / var(--tw-ring-opacity));
|
|
7594
|
+
}
|
|
7595
|
+
|
|
7596
|
+
.dark\:focus\:placeholder\:text-general-600:focus:where(.dark, .dark *)::-moz-placeholder{
|
|
7597
|
+
--tw-text-opacity: 1;
|
|
7598
|
+
color: rgb(63 60 82 / var(--tw-text-opacity));
|
|
7599
|
+
}
|
|
7600
|
+
|
|
7601
|
+
.dark\:focus\:placeholder\:text-general-600:focus:where(.dark, .dark *)::placeholder{
|
|
7602
|
+
--tw-text-opacity: 1;
|
|
7603
|
+
color: rgb(63 60 82 / var(--tw-text-opacity));
|
|
7604
|
+
}
|
|
7605
|
+
|
|
7606
|
+
.dark\:focus-visible\:border-primary-300:focus-visible:where(.dark, .dark *){
|
|
7607
|
+
--tw-border-opacity: 1;
|
|
7608
|
+
border-color: rgb(144 140 171 / var(--tw-border-opacity));
|
|
7609
|
+
}
|
|
7610
|
+
|
|
7611
|
+
.dark\:focus-visible\:text-general-100:focus-visible:where(.dark, .dark *){
|
|
7612
|
+
--tw-text-opacity: 1;
|
|
7613
|
+
color: rgb(218 217 227 / var(--tw-text-opacity));
|
|
7614
|
+
}
|
|
7615
|
+
|
|
7616
|
+
.dark\:focus-visible\:text-primary-500:focus-visible:where(.dark, .dark *){
|
|
7617
|
+
--tw-text-opacity: 1;
|
|
7618
|
+
color: rgb(32 30 41 / var(--tw-text-opacity));
|
|
7619
|
+
}
|
|
7620
|
+
|
|
7621
|
+
.dark\:focus-visible\:ring-primary-300:focus-visible:where(.dark, .dark *){
|
|
7622
|
+
--tw-ring-opacity: 1;
|
|
7623
|
+
--tw-ring-color: rgb(144 140 171 / var(--tw-ring-opacity));
|
|
7624
|
+
}
|
|
7625
|
+
|
|
7626
|
+
.dark\:focus-visible\:ring-primary-400:focus-visible:where(.dark, .dark *){
|
|
7627
|
+
--tw-ring-opacity: 1;
|
|
7628
|
+
--tw-ring-color: rgb(108 104 141 / var(--tw-ring-opacity));
|
|
7629
|
+
}
|
|
7630
|
+
|
|
7631
|
+
.dark\:active\:\!bg-grayscale-50\/90:active:where(.dark, .dark *){
|
|
7632
|
+
background-color: rgb(247 247 247 / 0.9) !important;
|
|
7633
|
+
}
|
|
7634
|
+
|
|
7635
|
+
.dark\:active\:\!bg-warning-300\/90:active:where(.dark, .dark *){
|
|
7636
|
+
background-color: rgb(255 222 102 / 0.9) !important;
|
|
7637
|
+
}
|
|
7638
|
+
|
|
7639
|
+
.dark\:active\:bg-danger-300\/90:active:where(.dark, .dark *){
|
|
7640
|
+
background-color: rgb(255 102 122 / 0.9);
|
|
7641
|
+
}
|
|
7642
|
+
|
|
7643
|
+
.dark\:active\:bg-danger-300\/\[12\%\]:active:where(.dark, .dark *){
|
|
7644
|
+
background-color: rgb(255 102 122 / 12%);
|
|
7645
|
+
}
|
|
7646
|
+
|
|
7647
|
+
.dark\:active\:bg-grayscale-50\/\[12\%\]:active:where(.dark, .dark *){
|
|
7648
|
+
background-color: rgb(247 247 247 / 12%);
|
|
7649
|
+
}
|
|
7650
|
+
|
|
7651
|
+
.dark\:active\:bg-primary-300\/90:active:where(.dark, .dark *){
|
|
7652
|
+
background-color: rgb(144 140 171 / 0.9);
|
|
7653
|
+
}
|
|
7654
|
+
|
|
7655
|
+
.dark\:active\:bg-primary-300\/\[12\%\]:active:where(.dark, .dark *){
|
|
7656
|
+
background-color: rgb(144 140 171 / 12%);
|
|
7657
|
+
}
|
|
7658
|
+
|
|
7659
|
+
.dark\:active\:bg-success-300\/90:active:where(.dark, .dark *){
|
|
7660
|
+
background-color: rgb(46 255 154 / 0.9);
|
|
7661
|
+
}
|
|
7662
|
+
|
|
7663
|
+
.dark\:active\:bg-success-300\/\[12\%\]:active:where(.dark, .dark *){
|
|
7664
|
+
background-color: rgb(46 255 154 / 12%);
|
|
7665
|
+
}
|
|
7666
|
+
|
|
7667
|
+
.dark\:active\:bg-warning-300\/\[12\%\]:active:where(.dark, .dark *){
|
|
7668
|
+
background-color: rgb(255 222 102 / 12%);
|
|
7669
|
+
}
|
|
7670
|
+
|
|
7671
|
+
.group:hover .dark\:group-hover\:\!bg-grayscale-800:where(.dark, .dark *){
|
|
7672
|
+
--tw-bg-opacity: 1 !important;
|
|
7673
|
+
background-color: rgb(75 77 78 / var(--tw-bg-opacity)) !important;
|
|
7674
|
+
}
|
|
7675
|
+
|
|
7676
|
+
.group:hover .dark\:group-hover\:\!bg-warning-300:where(.dark, .dark *){
|
|
7677
|
+
--tw-bg-opacity: 1 !important;
|
|
7678
|
+
background-color: rgb(255 222 102 / var(--tw-bg-opacity)) !important;
|
|
7679
|
+
}
|
|
7680
|
+
|
|
7681
|
+
.peer:focus-visible ~ .dark\:peer-focus-visible\:ring-primary-200\/\[8\%\]:where(.dark, .dark *){
|
|
7682
|
+
--tw-ring-color: rgb(181 179 199 / 8%);
|
|
7683
|
+
}
|
|
7684
|
+
|
|
7685
|
+
.peer:focus-visible ~ .dark\:peer-focus-visible\:ring-primary-300:where(.dark, .dark *){
|
|
7686
|
+
--tw-ring-opacity: 1;
|
|
7687
|
+
--tw-ring-color: rgb(144 140 171 / var(--tw-ring-opacity));
|
|
7688
|
+
}
|
|
7689
|
+
|
|
7690
|
+
.peer:active ~ .dark\:peer-active\:ring-primary-200\/\[12\%\]:where(.dark, .dark *){
|
|
7691
|
+
--tw-ring-color: rgb(181 179 199 / 12%);
|
|
7692
|
+
}
|
|
7693
|
+
|
|
7694
|
+
.peer:disabled ~ .dark\:peer-disabled\:text-grayscale-700:where(.dark, .dark *){
|
|
7695
|
+
--tw-text-opacity: 1;
|
|
7696
|
+
color: rgb(113 115 116 / var(--tw-text-opacity));
|
|
7697
|
+
}
|
|
7698
|
+
|
|
7699
|
+
.\[\&\:\:-webkit-scrollbar\]\:hidden::-webkit-scrollbar{
|
|
7700
|
+
display: none;
|
|
7701
|
+
}
|
|
7702
|
+
|
|
7703
|
+
.\[\&\:has\(\:focus\)\]\:z-\[12\]:has(:focus){
|
|
7704
|
+
z-index: 12;
|
|
7705
|
+
}
|
|
7706
|
+
|
|
7707
|
+
.\[\&\:has\(\:focus\)\]\:bg-none:has(:focus){
|
|
7708
|
+
background-image: none;
|
|
7709
|
+
}
|
|
7710
|
+
|
|
7711
|
+
.\[\&\:has\(\:focus\)\]\:ring-1:has(:focus){
|
|
7712
|
+
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
7713
|
+
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
7714
|
+
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
7715
|
+
}
|
|
7716
|
+
|
|
7717
|
+
.\[\&\:has\(\:focus\)\]\:\!ring-primary-400:has(:focus){
|
|
7718
|
+
--tw-ring-opacity: 1 !important;
|
|
7719
|
+
--tw-ring-color: rgb(108 104 141 / var(--tw-ring-opacity)) !important;
|
|
7720
|
+
}
|
|
7721
|
+
|
|
7722
|
+
.\[\&\:has\(\:focus\)\]\:\!ring-primary-500:has(:focus){
|
|
7723
|
+
--tw-ring-opacity: 1 !important;
|
|
7724
|
+
--tw-ring-color: rgb(32 30 41 / var(--tw-ring-opacity)) !important;
|
|
7725
|
+
}
|
|
7726
|
+
|
|
7727
|
+
.\[\&\:has\(\:focus\)\]\:\!ring-primary-700:has(:focus){
|
|
7728
|
+
--tw-ring-opacity: 1 !important;
|
|
7729
|
+
--tw-ring-color: rgb(7 6 9 / var(--tw-ring-opacity)) !important;
|
|
7730
|
+
}
|
|
7731
|
+
|
|
7732
|
+
.\[\&\:has\(\:focus\)\]\:ring-primary-400:has(:focus){
|
|
7733
|
+
--tw-ring-opacity: 1;
|
|
7734
|
+
--tw-ring-color: rgb(108 104 141 / var(--tw-ring-opacity));
|
|
7735
|
+
}
|
|
7736
|
+
|
|
7737
|
+
.\[\&\:has\(\:focus\)\]\:ring-primary-500:has(:focus){
|
|
7738
|
+
--tw-ring-opacity: 1;
|
|
6531
7739
|
--tw-ring-color: rgb(32 30 41 / var(--tw-ring-opacity));
|
|
6532
7740
|
}
|
|
6533
7741
|
|
|
@@ -6536,6 +7744,16 @@ div{
|
|
|
6536
7744
|
--tw-ring-color: rgb(7 6 9 / var(--tw-ring-opacity));
|
|
6537
7745
|
}
|
|
6538
7746
|
|
|
7747
|
+
.dark\:\[\&\:has\(\:focus\)\]\:\!ring-primary-300:has(:focus):where(.dark, .dark *){
|
|
7748
|
+
--tw-ring-opacity: 1 !important;
|
|
7749
|
+
--tw-ring-color: rgb(144 140 171 / var(--tw-ring-opacity)) !important;
|
|
7750
|
+
}
|
|
7751
|
+
|
|
7752
|
+
.dark\:\[\&\:has\(\:focus\)\]\:ring-primary-300:has(:focus):where(.dark, .dark *){
|
|
7753
|
+
--tw-ring-opacity: 1;
|
|
7754
|
+
--tw-ring-color: rgb(144 140 171 / var(--tw-ring-opacity));
|
|
7755
|
+
}
|
|
7756
|
+
|
|
6539
7757
|
.\[\&\:has\(\:focus\)_\.inputgroupaddon\]\:\!ring-primary-400:has(:focus) .inputgroupaddon{
|
|
6540
7758
|
--tw-ring-opacity: 1 !important;
|
|
6541
7759
|
--tw-ring-color: rgb(108 104 141 / var(--tw-ring-opacity)) !important;
|
|
@@ -6551,6 +7769,11 @@ div{
|
|
|
6551
7769
|
--tw-ring-color: rgb(7 6 9 / var(--tw-ring-opacity)) !important;
|
|
6552
7770
|
}
|
|
6553
7771
|
|
|
7772
|
+
.dark\:\[\&\:has\(\:focus\)_\.inputgroupaddon\]\:\!ring-primary-300:has(:focus) .inputgroupaddon:where(.dark, .dark *){
|
|
7773
|
+
--tw-ring-opacity: 1 !important;
|
|
7774
|
+
--tw-ring-color: rgb(144 140 171 / var(--tw-ring-opacity)) !important;
|
|
7775
|
+
}
|
|
7776
|
+
|
|
6554
7777
|
.\[\&\:has\(\[data-wv-section\=rowcheckbox\]\)\]\:text-center:has([data-wv-section=rowcheckbox]){
|
|
6555
7778
|
text-align: center;
|
|
6556
7779
|
}
|
|
@@ -6606,11 +7829,26 @@ div{
|
|
|
6606
7829
|
color: rgb(181 179 199 / var(--tw-text-opacity));
|
|
6607
7830
|
}
|
|
6608
7831
|
|
|
7832
|
+
.dark\:\[\&\>i\]\:text-general-400>i:where(.dark, .dark *){
|
|
7833
|
+
--tw-text-opacity: 1;
|
|
7834
|
+
color: rgb(108 104 141 / var(--tw-text-opacity));
|
|
7835
|
+
}
|
|
7836
|
+
|
|
7837
|
+
.\[\&\>td\>div\>span\]\:border-primary-200>td>div>span{
|
|
7838
|
+
--tw-border-opacity: 1;
|
|
7839
|
+
border-color: rgb(181 179 199 / var(--tw-border-opacity));
|
|
7840
|
+
}
|
|
7841
|
+
|
|
6609
7842
|
.\[\&\>td\]\:border-primary-200>td{
|
|
6610
7843
|
--tw-border-opacity: 1;
|
|
6611
7844
|
border-color: rgb(181 179 199 / var(--tw-border-opacity));
|
|
6612
7845
|
}
|
|
6613
7846
|
|
|
7847
|
+
.dark\:\[\&\>td\]\:border-primary-300>td:where(.dark, .dark *){
|
|
7848
|
+
--tw-border-opacity: 1;
|
|
7849
|
+
border-color: rgb(144 140 171 / var(--tw-border-opacity));
|
|
7850
|
+
}
|
|
7851
|
+
|
|
6614
7852
|
.\[\&\[aria-selected\=\"true\"\]\]\:rounded-\[20px\][aria-selected="true"]{
|
|
6615
7853
|
border-radius: 20px;
|
|
6616
7854
|
}
|
|
@@ -6663,6 +7901,21 @@ div{
|
|
|
6663
7901
|
color: rgb(32 30 41 / var(--tw-text-opacity));
|
|
6664
7902
|
}
|
|
6665
7903
|
|
|
7904
|
+
.dark\:\[\&_\*\]\:text-primary-300 *:where(.dark, .dark *){
|
|
7905
|
+
--tw-text-opacity: 1;
|
|
7906
|
+
color: rgb(144 140 171 / var(--tw-text-opacity));
|
|
7907
|
+
}
|
|
7908
|
+
|
|
7909
|
+
.dark\:\[\&_\*\]\:hover\:text-general-800:hover *:where(.dark, .dark *){
|
|
7910
|
+
--tw-text-opacity: 1;
|
|
7911
|
+
color: rgb(32 30 41 / var(--tw-text-opacity));
|
|
7912
|
+
}
|
|
7913
|
+
|
|
7914
|
+
.dark\:\[\&_\*\]\:hover\:text-primary-300:hover *:where(.dark, .dark *){
|
|
7915
|
+
--tw-text-opacity: 1;
|
|
7916
|
+
color: rgb(144 140 171 / var(--tw-text-opacity));
|
|
7917
|
+
}
|
|
7918
|
+
|
|
6666
7919
|
.\[\&_\.icon\]\:\!h-5 .icon{
|
|
6667
7920
|
height: 1.25rem !important;
|
|
6668
7921
|
}
|
|
@@ -6708,6 +7961,16 @@ div{
|
|
|
6708
7961
|
--tw-ring-color: rgb(108 104 141 / var(--tw-ring-opacity));
|
|
6709
7962
|
}
|
|
6710
7963
|
|
|
7964
|
+
.dark\:\[\&_\.inputgroupaddon\]\:ring-danger-300 .inputgroupaddon:where(.dark, .dark *){
|
|
7965
|
+
--tw-ring-opacity: 1;
|
|
7966
|
+
--tw-ring-color: rgb(255 102 122 / var(--tw-ring-opacity));
|
|
7967
|
+
}
|
|
7968
|
+
|
|
7969
|
+
.dark\:\[\&_\.inputgroupaddon\]\:ring-grayscale-600 .inputgroupaddon:where(.dark, .dark *){
|
|
7970
|
+
--tw-ring-opacity: 1;
|
|
7971
|
+
--tw-ring-color: rgb(151 153 155 / var(--tw-ring-opacity));
|
|
7972
|
+
}
|
|
7973
|
+
|
|
6711
7974
|
.\[\&_\[data-p-other-month\=\"true\"\]\]\:invisible [data-p-other-month="true"]{
|
|
6712
7975
|
visibility: hidden;
|
|
6713
7976
|
}
|
|
@@ -6722,6 +7985,21 @@ div{
|
|
|
6722
7985
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
|
|
6723
7986
|
}
|
|
6724
7987
|
|
|
7988
|
+
.dark\:\[\&_\[data-pc-section\=box\]\]\:\!border-general-500 [data-pc-section=box]:where(.dark, .dark *){
|
|
7989
|
+
--tw-border-opacity: 1 !important;
|
|
7990
|
+
border-color: rgb(78 75 102 / var(--tw-border-opacity)) !important;
|
|
7991
|
+
}
|
|
7992
|
+
|
|
7993
|
+
.dark\:\[\&_\[data-pc-section\=box\]\]\:\!bg-grayscale-800 [data-pc-section=box]:where(.dark, .dark *){
|
|
7994
|
+
--tw-bg-opacity: 1 !important;
|
|
7995
|
+
background-color: rgb(75 77 78 / var(--tw-bg-opacity)) !important;
|
|
7996
|
+
}
|
|
7997
|
+
|
|
7998
|
+
.dark\:\[\&_\[data-wv-section\=\"multi-row\"\]\]\:border-primary-300 [data-wv-section="multi-row"]:where(.dark, .dark *){
|
|
7999
|
+
--tw-border-opacity: 1;
|
|
8000
|
+
border-color: rgb(144 140 171 / var(--tw-border-opacity));
|
|
8001
|
+
}
|
|
8002
|
+
|
|
6725
8003
|
.\[\&_\[data-wv-section\=box\]\]\:\!border-white [data-wv-section=box]{
|
|
6726
8004
|
--tw-border-opacity: 1 !important;
|
|
6727
8005
|
border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
|
|
@@ -6731,6 +8009,11 @@ div{
|
|
|
6731
8009
|
background-color: transparent !important;
|
|
6732
8010
|
}
|
|
6733
8011
|
|
|
8012
|
+
.dark\:\[\&_button\>i\]\:\!text-primary-800 button>i:where(.dark, .dark *){
|
|
8013
|
+
--tw-text-opacity: 1 !important;
|
|
8014
|
+
color: rgb(5 4 7 / var(--tw-text-opacity)) !important;
|
|
8015
|
+
}
|
|
8016
|
+
|
|
6734
8017
|
.\[\&_i\]\:h-4 i{
|
|
6735
8018
|
height: 1rem;
|
|
6736
8019
|
}
|
|
@@ -6752,6 +8035,19 @@ div{
|
|
|
6752
8035
|
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
6753
8036
|
}
|
|
6754
8037
|
|
|
8038
|
+
.\[\&_i\]\:dark\:bg-transparent:where(.dark, .dark *) i{
|
|
8039
|
+
background-color: transparent;
|
|
8040
|
+
}
|
|
8041
|
+
|
|
8042
|
+
.\[\&_i\]\:dark\:text-grayscale-900:where(.dark, .dark *) i{
|
|
8043
|
+
--tw-text-opacity: 1;
|
|
8044
|
+
color: rgb(38 38 39 / var(--tw-text-opacity));
|
|
8045
|
+
}
|
|
8046
|
+
|
|
8047
|
+
.\[\&_i\]\:dark\:text-transparent:where(.dark, .dark *) i{
|
|
8048
|
+
color: transparent;
|
|
8049
|
+
}
|
|
8050
|
+
|
|
6755
8051
|
.\[\&_label\]\:\!cursor-grab label{
|
|
6756
8052
|
cursor: grab !important;
|
|
6757
8053
|
}
|
|
@@ -6782,6 +8078,11 @@ div{
|
|
|
6782
8078
|
color: rgb(38 38 39 / var(--tw-text-opacity));
|
|
6783
8079
|
}
|
|
6784
8080
|
|
|
8081
|
+
.dark\:\[\&_td\]\:text-white td:where(.dark, .dark *){
|
|
8082
|
+
--tw-text-opacity: 1;
|
|
8083
|
+
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
8084
|
+
}
|
|
8085
|
+
|
|
6785
8086
|
.\[\&_th\]\:text-xs th{
|
|
6786
8087
|
font-size: 0.75rem;
|
|
6787
8088
|
line-height: 1rem;
|
|
@@ -6796,6 +8097,11 @@ div{
|
|
|
6796
8097
|
color: rgb(38 38 39 / var(--tw-text-opacity));
|
|
6797
8098
|
}
|
|
6798
8099
|
|
|
8100
|
+
.dark\:\[\&_th\]\:text-white th:where(.dark, .dark *){
|
|
8101
|
+
--tw-text-opacity: 1;
|
|
8102
|
+
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
8103
|
+
}
|
|
8104
|
+
|
|
6799
8105
|
.\[\&_tr\:last-of-type\>td\:first-child\]\:\!rounded-bl-lg tr:last-of-type>td:first-child{
|
|
6800
8106
|
border-bottom-left-radius: 0.5rem !important;
|
|
6801
8107
|
}
|