@fewangsit/wangsvue-presets 1.0.91-alpha.2 → 1.0.91-alpha.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/fixedasset/style.css +129 -0
- package/package.json +1 -1
- package/supplyasset/badge/index.d.ts +2 -2
- package/supplyasset/badge/index.js +2 -2
- package/supplyasset/badgedirective/index.d.ts +3 -3
- package/supplyasset/badgedirective/index.js +1 -1
- package/supplyasset/badgegroup/index.js +1 -1
- package/supplyasset/breadcrumb/index.d.ts +1 -1
- package/supplyasset/breadcrumb/index.js +1 -1
- package/supplyasset/button/index.js +10 -10
- package/supplyasset/buttonbulkaction/index.js +3 -3
- package/supplyasset/buttondownload/index.js +1 -1
- package/supplyasset/buttonradio/index.d.ts +4 -4
- package/supplyasset/buttonradio/index.js +2 -2
- package/supplyasset/buttonsearch/index.js +4 -4
- package/supplyasset/calendar/index.js +2 -2
- package/supplyasset/carousel/index.d.ts +1 -1
- package/supplyasset/carousel/index.js +1 -1
- package/supplyasset/changelog/index.js +1 -1
- package/supplyasset/checkbox/index.d.ts +4 -4
- package/supplyasset/checkbox/index.js +2 -2
- package/supplyasset/colors.config.json +13 -1
- package/supplyasset/datatable/index.d.ts +9 -9
- package/supplyasset/datatable/index.js +3 -3
- package/supplyasset/dialog/index.js +1 -1
- package/supplyasset/dropdown/index.d.ts +7 -7
- package/supplyasset/dropdown/index.js +2 -2
- package/supplyasset/fieldwrapper/index.js +1 -1
- package/supplyasset/index.system.js +2 -2
- package/supplyasset/inputgroup/index.js +1 -1
- package/supplyasset/inputphonenumber/index.js +2 -2
- package/supplyasset/message/index.js +1 -1
- package/supplyasset/multiselect/index.d.ts +13 -13
- package/supplyasset/multiselect/index.js +2 -2
- package/supplyasset/paginator/index.d.ts +7 -7
- package/supplyasset/paginator/index.js +3 -3
- package/supplyasset/password/index.js +2 -2
- package/supplyasset/steps/index.d.ts +17 -17
- package/supplyasset/steps/index.js +5 -5
- package/{globalsettings → supplyasset}/style.css +267 -206
- package/supplyasset/tabmenu/index.d.ts +15 -15
- package/supplyasset/tabmenu/index.js +3 -3
- package/supplyasset/toast/index.d.ts +2 -2
- package/supplyasset/toast/index.js +2 -2
- package/supplyasset/togglebutton/index.d.ts +3 -3
- package/supplyasset/togglebutton/index.js +1 -1
- package/supplyasset/toggleswitch/index.d.ts +5 -5
- package/supplyasset/toggleswitch/index.js +3 -3
- package/supplyasset/tooltip/index.js +5 -5
- package/supplyasset/tree/index.d.ts +9 -9
- package/supplyasset/tree/index.js +5 -5
- package/supplyasset/treeselect/index.d.ts +14 -14
- package/supplyasset/treeselect/index.js +9 -9
- package/supplyasset/tristatecheckbox/index.d.ts +6 -6
- package/supplyasset/tristatecheckbox/index.js +2 -2
- package/wangsvue/style.css +129 -0
|
@@ -68,6 +68,10 @@
|
|
|
68
68
|
--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 13H4v-2h8V4l8 8l-8 8z'/%3E%3C/svg%3E");
|
|
69
69
|
}
|
|
70
70
|
|
|
71
|
+
.ic-barcode {
|
|
72
|
+
--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cg id='Group'%3E%3Cpath id='Vector' d='M1.33325 2.66675H2.66659V13.3334H1.33325V2.66675ZM3.99992 2.66675H4.66659V13.3334H3.99992V2.66675ZM5.33325 2.66675H6.66659V13.3334H5.33325V2.66675ZM7.33325 2.66675H8.66659V13.3334H7.33325V2.66675ZM9.33325 2.66675H10.6666V13.3334H9.33325V2.66675ZM11.3333 2.66675H11.9999V13.3334H11.3333V2.66675ZM12.6666 2.66675H14.6666V13.3334H12.6666V2.66675Z' fill='%23100F15'/%3E%3C/g%3E%3C/svg%3E");
|
|
73
|
+
}
|
|
74
|
+
|
|
71
75
|
.ic-calendar {
|
|
72
76
|
/* ri-calendar-line */
|
|
73
77
|
--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M9 1v2h6V1h2v2h4a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h4V1zm11 10H4v8h16zM7 5H4v4h16V5h-3v2h-2V5H9v2H7z'/%3E%3C/svg%3E");
|
|
@@ -101,6 +105,10 @@
|
|
|
101
105
|
--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10s-4.477 10-10 10m0-2a8 8 0 1 0 0-16a8 8 0 0 0 0 16'/%3E%3C/svg%3E");
|
|
102
106
|
}
|
|
103
107
|
|
|
108
|
+
.ic-checkbox-blank-circle-fill {
|
|
109
|
+
--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2S2 6.477 2 12s4.477 10 10 10'/%3E%3C/svg%3E");
|
|
110
|
+
}
|
|
111
|
+
|
|
104
112
|
.ic-dashboard {
|
|
105
113
|
--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M14 21a1 1 0 0 1-1-1v-8a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1zM4 13a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1zm5-2V5H5v6zM4 21a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1zm1-2h4v-2H5zm10 0h4v-6h-4zM13 4a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1h-6a1 1 0 0 1-1-1zm2 1v2h4V5z'/%3E%3C/svg%3E");
|
|
106
114
|
}
|
|
@@ -529,7 +537,7 @@
|
|
|
529
537
|
}
|
|
530
538
|
|
|
531
539
|
.ic-nfc {
|
|
532
|
-
--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='
|
|
540
|
+
--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cg id='Group 630270192'%3E%3Cpath id='Subtract' d='M3.87894 10.7369V7.00173L3.8957 7.01569L9.27687 11.5H5.62739C5.50504 11.4802 5.06612 11.4025 4.63743 11.2475C4.38574 11.1566 4.17152 11.0507 4.02909 10.9375C3.88615 10.824 3.87894 10.7572 3.87894 10.7369ZM10.8 11.5H10.4V11.3684V1.26316C10.4 0.988446 10.3324 0.72997 10.2155 0.5H10.8C11.1866 0.5 11.5 0.813401 11.5 1.2V10.8C11.5 11.1866 11.1866 11.5 10.8 11.5ZM8.13684 1.26316V4.99837L8.12009 4.98441L2.7388 0.5H6.38783C6.40049 0.502048 6.41662 0.504728 6.43584 0.508062C6.4908 0.517597 6.57064 0.532409 6.66694 0.553046C6.86124 0.59468 7.11468 0.658355 7.36341 0.747187C7.61816 0.838169 7.83668 0.94468 7.98254 1.05928C8.12939 1.17466 8.13684 1.24281 8.13684 1.26316ZM1.61578 0.5V0.631677V10.7369C1.61578 11.0117 1.68339 11.2701 1.80016 11.5H1.2C0.813401 11.5 0.5 11.1866 0.5 10.8V1.2C0.5 0.813401 0.813401 0.5 1.2 0.5H1.61578Z' fill='%23201E29' stroke='%23201E29'/%3E%3C/g%3E%3C/svg%3E");
|
|
533
541
|
}
|
|
534
542
|
|
|
535
543
|
.ic-shopping-cart-2 {
|
|
@@ -2853,7 +2861,7 @@
|
|
|
2853
2861
|
|
|
2854
2862
|
.\!border-primary-100{
|
|
2855
2863
|
--tw-border-opacity: 1 !important;
|
|
2856
|
-
border-color: rgb(
|
|
2864
|
+
border-color: rgb(209 250 229 / var(--tw-border-opacity)) !important;
|
|
2857
2865
|
}
|
|
2858
2866
|
|
|
2859
2867
|
.border-danger-500{
|
|
@@ -2861,11 +2869,6 @@
|
|
|
2861
2869
|
border-color: rgb(255 0 34 / var(--tw-border-opacity));
|
|
2862
2870
|
}
|
|
2863
2871
|
|
|
2864
|
-
.border-fixed-primary-500{
|
|
2865
|
-
--tw-border-opacity: 1;
|
|
2866
|
-
border-color: rgb(0 99 247 / var(--tw-border-opacity));
|
|
2867
|
-
}
|
|
2868
|
-
|
|
2869
2872
|
.border-general-100{
|
|
2870
2873
|
--tw-border-opacity: 1;
|
|
2871
2874
|
border-color: rgb(218 217 227 / var(--tw-border-opacity));
|
|
@@ -2898,22 +2901,27 @@
|
|
|
2898
2901
|
|
|
2899
2902
|
.border-primary-100{
|
|
2900
2903
|
--tw-border-opacity: 1;
|
|
2901
|
-
border-color: rgb(
|
|
2904
|
+
border-color: rgb(209 250 229 / var(--tw-border-opacity));
|
|
2902
2905
|
}
|
|
2903
2906
|
|
|
2904
2907
|
.border-primary-200{
|
|
2905
2908
|
--tw-border-opacity: 1;
|
|
2906
|
-
border-color: rgb(
|
|
2909
|
+
border-color: rgb(167 243 208 / var(--tw-border-opacity));
|
|
2907
2910
|
}
|
|
2908
2911
|
|
|
2909
2912
|
.border-primary-400{
|
|
2910
2913
|
--tw-border-opacity: 1;
|
|
2911
|
-
border-color: rgb(
|
|
2914
|
+
border-color: rgb(52 211 153 / var(--tw-border-opacity));
|
|
2912
2915
|
}
|
|
2913
2916
|
|
|
2914
2917
|
.border-primary-500{
|
|
2915
2918
|
--tw-border-opacity: 1;
|
|
2916
|
-
border-color: rgb(
|
|
2919
|
+
border-color: rgb(16 185 129 / var(--tw-border-opacity));
|
|
2920
|
+
}
|
|
2921
|
+
|
|
2922
|
+
.border-primary-700{
|
|
2923
|
+
--tw-border-opacity: 1;
|
|
2924
|
+
border-color: rgb(4 120 87 / var(--tw-border-opacity));
|
|
2917
2925
|
}
|
|
2918
2926
|
|
|
2919
2927
|
.border-success-500{
|
|
@@ -2972,21 +2980,30 @@
|
|
|
2972
2980
|
|
|
2973
2981
|
.\!bg-primary-100{
|
|
2974
2982
|
--tw-bg-opacity: 1 !important;
|
|
2975
|
-
background-color: rgb(
|
|
2983
|
+
background-color: rgb(209 250 229 / var(--tw-bg-opacity)) !important;
|
|
2976
2984
|
}
|
|
2977
2985
|
|
|
2978
2986
|
.\!bg-primary-50{
|
|
2979
2987
|
--tw-bg-opacity: 1 !important;
|
|
2980
|
-
background-color: rgb(
|
|
2988
|
+
background-color: rgb(236 253 245 / var(--tw-bg-opacity)) !important;
|
|
2981
2989
|
}
|
|
2982
2990
|
|
|
2983
2991
|
.\!bg-primary-500{
|
|
2984
2992
|
--tw-bg-opacity: 1 !important;
|
|
2985
|
-
background-color: rgb(
|
|
2993
|
+
background-color: rgb(16 185 129 / var(--tw-bg-opacity)) !important;
|
|
2986
2994
|
}
|
|
2987
2995
|
|
|
2988
2996
|
.\!bg-primary-500\/90{
|
|
2989
|
-
background-color: rgb(
|
|
2997
|
+
background-color: rgb(16 185 129 / 0.9) !important;
|
|
2998
|
+
}
|
|
2999
|
+
|
|
3000
|
+
.\!bg-primary-700{
|
|
3001
|
+
--tw-bg-opacity: 1 !important;
|
|
3002
|
+
background-color: rgb(4 120 87 / var(--tw-bg-opacity)) !important;
|
|
3003
|
+
}
|
|
3004
|
+
|
|
3005
|
+
.\!bg-primary-700\/90{
|
|
3006
|
+
background-color: rgb(4 120 87 / 0.9) !important;
|
|
2990
3007
|
}
|
|
2991
3008
|
|
|
2992
3009
|
.\!bg-success-500{
|
|
@@ -3008,6 +3025,16 @@
|
|
|
3008
3025
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
|
|
3009
3026
|
}
|
|
3010
3027
|
|
|
3028
|
+
.bg-algae-green-300{
|
|
3029
|
+
--tw-bg-opacity: 1;
|
|
3030
|
+
background-color: rgb(131 217 162 / var(--tw-bg-opacity));
|
|
3031
|
+
}
|
|
3032
|
+
|
|
3033
|
+
.bg-algae-green-400{
|
|
3034
|
+
--tw-bg-opacity: 1;
|
|
3035
|
+
background-color: rgb(97 199 134 / var(--tw-bg-opacity));
|
|
3036
|
+
}
|
|
3037
|
+
|
|
3011
3038
|
.bg-black{
|
|
3012
3039
|
--tw-bg-opacity: 1;
|
|
3013
3040
|
background-color: rgb(0 0 0 / var(--tw-bg-opacity));
|
|
@@ -3050,25 +3077,6 @@
|
|
|
3050
3077
|
background-color: rgb(255 0 34 / 0.9);
|
|
3051
3078
|
}
|
|
3052
3079
|
|
|
3053
|
-
.bg-fixed-primary-100{
|
|
3054
|
-
--tw-bg-opacity: 1;
|
|
3055
|
-
background-color: rgb(204 224 255 / var(--tw-bg-opacity));
|
|
3056
|
-
}
|
|
3057
|
-
|
|
3058
|
-
.bg-fixed-primary-300\/20{
|
|
3059
|
-
background-color: rgb(97 160 255 / 0.2);
|
|
3060
|
-
}
|
|
3061
|
-
|
|
3062
|
-
.bg-fixed-primary-50{
|
|
3063
|
-
--tw-bg-opacity: 1;
|
|
3064
|
-
background-color: rgb(229 240 255 / var(--tw-bg-opacity));
|
|
3065
|
-
}
|
|
3066
|
-
|
|
3067
|
-
.bg-fixed-primary-500{
|
|
3068
|
-
--tw-bg-opacity: 1;
|
|
3069
|
-
background-color: rgb(0 99 247 / var(--tw-bg-opacity));
|
|
3070
|
-
}
|
|
3071
|
-
|
|
3072
3080
|
.bg-general-100{
|
|
3073
3081
|
--tw-bg-opacity: 1;
|
|
3074
3082
|
background-color: rgb(218 217 227 / var(--tw-bg-opacity));
|
|
@@ -3150,6 +3158,11 @@
|
|
|
3150
3158
|
background-color: rgb(34 197 94 / 0.5);
|
|
3151
3159
|
}
|
|
3152
3160
|
|
|
3161
|
+
.bg-info-50{
|
|
3162
|
+
--tw-bg-opacity: 1;
|
|
3163
|
+
background-color: rgb(229 240 255 / var(--tw-bg-opacity));
|
|
3164
|
+
}
|
|
3165
|
+
|
|
3153
3166
|
.bg-inherit{
|
|
3154
3167
|
background-color: inherit;
|
|
3155
3168
|
}
|
|
@@ -3169,69 +3182,78 @@
|
|
|
3169
3182
|
|
|
3170
3183
|
.bg-primary-100{
|
|
3171
3184
|
--tw-bg-opacity: 1;
|
|
3172
|
-
background-color: rgb(
|
|
3185
|
+
background-color: rgb(209 250 229 / var(--tw-bg-opacity));
|
|
3173
3186
|
}
|
|
3174
3187
|
|
|
3175
3188
|
.bg-primary-100\/90{
|
|
3176
|
-
background-color: rgb(
|
|
3189
|
+
background-color: rgb(209 250 229 / 0.9);
|
|
3177
3190
|
}
|
|
3178
3191
|
|
|
3179
3192
|
.bg-primary-200{
|
|
3180
3193
|
--tw-bg-opacity: 1;
|
|
3181
|
-
background-color: rgb(
|
|
3194
|
+
background-color: rgb(167 243 208 / var(--tw-bg-opacity));
|
|
3182
3195
|
}
|
|
3183
3196
|
|
|
3184
3197
|
.bg-primary-200\/90{
|
|
3185
|
-
background-color: rgb(
|
|
3198
|
+
background-color: rgb(167 243 208 / 0.9);
|
|
3186
3199
|
}
|
|
3187
3200
|
|
|
3188
3201
|
.bg-primary-300{
|
|
3189
3202
|
--tw-bg-opacity: 1;
|
|
3190
|
-
background-color: rgb(
|
|
3203
|
+
background-color: rgb(110 231 183 / var(--tw-bg-opacity));
|
|
3191
3204
|
}
|
|
3192
3205
|
|
|
3193
3206
|
.bg-primary-300\/20{
|
|
3194
|
-
background-color: rgb(
|
|
3207
|
+
background-color: rgb(110 231 183 / 0.2);
|
|
3195
3208
|
}
|
|
3196
3209
|
|
|
3197
3210
|
.bg-primary-400{
|
|
3198
3211
|
--tw-bg-opacity: 1;
|
|
3199
|
-
background-color: rgb(
|
|
3212
|
+
background-color: rgb(52 211 153 / var(--tw-bg-opacity));
|
|
3200
3213
|
}
|
|
3201
3214
|
|
|
3202
3215
|
.bg-primary-400\/20{
|
|
3203
|
-
background-color: rgb(
|
|
3216
|
+
background-color: rgb(52 211 153 / 0.2);
|
|
3204
3217
|
}
|
|
3205
3218
|
|
|
3206
3219
|
.bg-primary-400\/90{
|
|
3207
|
-
background-color: rgb(
|
|
3220
|
+
background-color: rgb(52 211 153 / 0.9);
|
|
3208
3221
|
}
|
|
3209
3222
|
|
|
3210
3223
|
.bg-primary-50{
|
|
3211
3224
|
--tw-bg-opacity: 1;
|
|
3212
|
-
background-color: rgb(
|
|
3225
|
+
background-color: rgb(236 253 245 / var(--tw-bg-opacity));
|
|
3213
3226
|
}
|
|
3214
3227
|
|
|
3215
3228
|
.bg-primary-50\/80{
|
|
3216
|
-
background-color: rgb(
|
|
3229
|
+
background-color: rgb(236 253 245 / 0.8);
|
|
3217
3230
|
}
|
|
3218
3231
|
|
|
3219
3232
|
.bg-primary-500{
|
|
3220
3233
|
--tw-bg-opacity: 1;
|
|
3221
|
-
background-color: rgb(
|
|
3234
|
+
background-color: rgb(16 185 129 / var(--tw-bg-opacity));
|
|
3222
3235
|
}
|
|
3223
3236
|
|
|
3224
3237
|
.bg-primary-500\/20{
|
|
3225
|
-
background-color: rgb(
|
|
3238
|
+
background-color: rgb(16 185 129 / 0.2);
|
|
3226
3239
|
}
|
|
3227
3240
|
|
|
3228
3241
|
.bg-primary-500\/90{
|
|
3229
|
-
background-color: rgb(
|
|
3242
|
+
background-color: rgb(16 185 129 / 0.9);
|
|
3230
3243
|
}
|
|
3231
3244
|
|
|
3232
3245
|
.bg-primary-600{
|
|
3233
3246
|
--tw-bg-opacity: 1;
|
|
3234
|
-
background-color: rgb(
|
|
3247
|
+
background-color: rgb(5 150 105 / var(--tw-bg-opacity));
|
|
3248
|
+
}
|
|
3249
|
+
|
|
3250
|
+
.bg-primary-700{
|
|
3251
|
+
--tw-bg-opacity: 1;
|
|
3252
|
+
background-color: rgb(4 120 87 / var(--tw-bg-opacity));
|
|
3253
|
+
}
|
|
3254
|
+
|
|
3255
|
+
.bg-primary-700\/20{
|
|
3256
|
+
background-color: rgb(4 120 87 / 0.2);
|
|
3235
3257
|
}
|
|
3236
3258
|
|
|
3237
3259
|
.bg-purple-300\/20{
|
|
@@ -3275,20 +3297,6 @@
|
|
|
3275
3297
|
background-color: rgb(0 164 85 / var(--tw-bg-opacity));
|
|
3276
3298
|
}
|
|
3277
3299
|
|
|
3278
|
-
.bg-supply-primary-100{
|
|
3279
|
-
--tw-bg-opacity: 1;
|
|
3280
|
-
background-color: rgb(209 250 229 / var(--tw-bg-opacity));
|
|
3281
|
-
}
|
|
3282
|
-
|
|
3283
|
-
.bg-supply-primary-300\/20{
|
|
3284
|
-
background-color: rgb(110 231 183 / 0.2);
|
|
3285
|
-
}
|
|
3286
|
-
|
|
3287
|
-
.bg-supply-primary-500{
|
|
3288
|
-
--tw-bg-opacity: 1;
|
|
3289
|
-
background-color: rgb(16 185 129 / var(--tw-bg-opacity));
|
|
3290
|
-
}
|
|
3291
|
-
|
|
3292
3300
|
.bg-transparent{
|
|
3293
3301
|
background-color: transparent;
|
|
3294
3302
|
}
|
|
@@ -3329,7 +3337,7 @@
|
|
|
3329
3337
|
}
|
|
3330
3338
|
|
|
3331
3339
|
.stroke-primary-500{
|
|
3332
|
-
stroke: #
|
|
3340
|
+
stroke: #10b981;
|
|
3333
3341
|
}
|
|
3334
3342
|
|
|
3335
3343
|
.object-cover{
|
|
@@ -3944,11 +3952,6 @@
|
|
|
3944
3952
|
color: rgb(153 0 20 / var(--tw-text-opacity)) !important;
|
|
3945
3953
|
}
|
|
3946
3954
|
|
|
3947
|
-
.\!text-fixed-primary-500{
|
|
3948
|
-
--tw-text-opacity: 1 !important;
|
|
3949
|
-
color: rgb(0 99 247 / var(--tw-text-opacity)) !important;
|
|
3950
|
-
}
|
|
3951
|
-
|
|
3952
3955
|
.\!text-general-200{
|
|
3953
3956
|
--tw-text-opacity: 1 !important;
|
|
3954
3957
|
color: rgb(181 179 199 / var(--tw-text-opacity)) !important;
|
|
@@ -3981,12 +3984,17 @@
|
|
|
3981
3984
|
|
|
3982
3985
|
.\!text-primary-500{
|
|
3983
3986
|
--tw-text-opacity: 1 !important;
|
|
3984
|
-
color: rgb(
|
|
3987
|
+
color: rgb(16 185 129 / var(--tw-text-opacity)) !important;
|
|
3988
|
+
}
|
|
3989
|
+
|
|
3990
|
+
.\!text-primary-700{
|
|
3991
|
+
--tw-text-opacity: 1 !important;
|
|
3992
|
+
color: rgb(4 120 87 / var(--tw-text-opacity)) !important;
|
|
3985
3993
|
}
|
|
3986
3994
|
|
|
3987
3995
|
.\!text-primary-800{
|
|
3988
3996
|
--tw-text-opacity: 1 !important;
|
|
3989
|
-
color: rgb(
|
|
3997
|
+
color: rgb(6 95 70 / var(--tw-text-opacity)) !important;
|
|
3990
3998
|
}
|
|
3991
3999
|
|
|
3992
4000
|
.\!text-success-800{
|
|
@@ -4024,11 +4032,6 @@
|
|
|
4024
4032
|
color: rgb(153 0 20 / var(--tw-text-opacity));
|
|
4025
4033
|
}
|
|
4026
4034
|
|
|
4027
|
-
.text-fixed-primary-500{
|
|
4028
|
-
--tw-text-opacity: 1;
|
|
4029
|
-
color: rgb(0 99 247 / var(--tw-text-opacity));
|
|
4030
|
-
}
|
|
4031
|
-
|
|
4032
4035
|
.text-general-100{
|
|
4033
4036
|
--tw-text-opacity: 1;
|
|
4034
4037
|
color: rgb(218 217 227 / var(--tw-text-opacity));
|
|
@@ -4089,6 +4092,11 @@
|
|
|
4089
4092
|
color: rgb(34 197 94 / var(--tw-text-opacity));
|
|
4090
4093
|
}
|
|
4091
4094
|
|
|
4095
|
+
.text-info-500{
|
|
4096
|
+
--tw-text-opacity: 1;
|
|
4097
|
+
color: rgb(0 99 247 / var(--tw-text-opacity));
|
|
4098
|
+
}
|
|
4099
|
+
|
|
4092
4100
|
.text-inherit{
|
|
4093
4101
|
color: inherit;
|
|
4094
4102
|
}
|
|
@@ -4100,27 +4108,32 @@
|
|
|
4100
4108
|
|
|
4101
4109
|
.text-primary-100{
|
|
4102
4110
|
--tw-text-opacity: 1;
|
|
4103
|
-
color: rgb(
|
|
4111
|
+
color: rgb(209 250 229 / var(--tw-text-opacity));
|
|
4104
4112
|
}
|
|
4105
4113
|
|
|
4106
4114
|
.text-primary-400{
|
|
4107
4115
|
--tw-text-opacity: 1;
|
|
4108
|
-
color: rgb(
|
|
4116
|
+
color: rgb(52 211 153 / var(--tw-text-opacity));
|
|
4109
4117
|
}
|
|
4110
4118
|
|
|
4111
4119
|
.text-primary-500{
|
|
4112
4120
|
--tw-text-opacity: 1;
|
|
4113
|
-
color: rgb(
|
|
4121
|
+
color: rgb(16 185 129 / var(--tw-text-opacity));
|
|
4114
4122
|
}
|
|
4115
4123
|
|
|
4116
4124
|
.text-primary-600{
|
|
4117
4125
|
--tw-text-opacity: 1;
|
|
4118
|
-
color: rgb(
|
|
4126
|
+
color: rgb(5 150 105 / var(--tw-text-opacity));
|
|
4127
|
+
}
|
|
4128
|
+
|
|
4129
|
+
.text-primary-700{
|
|
4130
|
+
--tw-text-opacity: 1;
|
|
4131
|
+
color: rgb(4 120 87 / var(--tw-text-opacity));
|
|
4119
4132
|
}
|
|
4120
4133
|
|
|
4121
4134
|
.text-primary-800{
|
|
4122
4135
|
--tw-text-opacity: 1;
|
|
4123
|
-
color: rgb(
|
|
4136
|
+
color: rgb(6 95 70 / var(--tw-text-opacity));
|
|
4124
4137
|
}
|
|
4125
4138
|
|
|
4126
4139
|
.text-purple-500{
|
|
@@ -4148,11 +4161,6 @@
|
|
|
4148
4161
|
color: rgb(0 66 34 / var(--tw-text-opacity));
|
|
4149
4162
|
}
|
|
4150
4163
|
|
|
4151
|
-
.text-supply-primary-500{
|
|
4152
|
-
--tw-text-opacity: 1;
|
|
4153
|
-
color: rgb(16 185 129 / var(--tw-text-opacity));
|
|
4154
|
-
}
|
|
4155
|
-
|
|
4156
4164
|
.text-transparent{
|
|
4157
4165
|
color: transparent;
|
|
4158
4166
|
}
|
|
@@ -4185,7 +4193,7 @@
|
|
|
4185
4193
|
}
|
|
4186
4194
|
|
|
4187
4195
|
.caret-primary-700{
|
|
4188
|
-
caret-color: #
|
|
4196
|
+
caret-color: #047857;
|
|
4189
4197
|
}
|
|
4190
4198
|
|
|
4191
4199
|
.\!opacity-60{
|
|
@@ -4234,6 +4242,12 @@
|
|
|
4234
4242
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
4235
4243
|
}
|
|
4236
4244
|
|
|
4245
|
+
.shadow-\[-4px_4px_20px_0px_\#0000001A\]{
|
|
4246
|
+
--tw-shadow: -4px 4px 20px 0px #0000001A;
|
|
4247
|
+
--tw-shadow-colored: -4px 4px 20px 0px var(--tw-shadow-color);
|
|
4248
|
+
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
4249
|
+
}
|
|
4250
|
+
|
|
4237
4251
|
.shadow-\[0px_4px_4px_0px_\#00000040\]{
|
|
4238
4252
|
--tw-shadow: 0px 4px 4px 0px #00000040;
|
|
4239
4253
|
--tw-shadow-colored: 0px 4px 4px 0px var(--tw-shadow-color);
|
|
@@ -4362,12 +4376,17 @@
|
|
|
4362
4376
|
|
|
4363
4377
|
.\!ring-primary-400{
|
|
4364
4378
|
--tw-ring-opacity: 1 !important;
|
|
4365
|
-
--tw-ring-color: rgb(
|
|
4379
|
+
--tw-ring-color: rgb(52 211 153 / var(--tw-ring-opacity)) !important;
|
|
4366
4380
|
}
|
|
4367
4381
|
|
|
4368
4382
|
.\!ring-primary-500{
|
|
4369
4383
|
--tw-ring-opacity: 1 !important;
|
|
4370
|
-
--tw-ring-color: rgb(
|
|
4384
|
+
--tw-ring-color: rgb(16 185 129 / var(--tw-ring-opacity)) !important;
|
|
4385
|
+
}
|
|
4386
|
+
|
|
4387
|
+
.\!ring-primary-700{
|
|
4388
|
+
--tw-ring-opacity: 1 !important;
|
|
4389
|
+
--tw-ring-color: rgb(4 120 87 / var(--tw-ring-opacity)) !important;
|
|
4371
4390
|
}
|
|
4372
4391
|
|
|
4373
4392
|
.\!ring-transparent{
|
|
@@ -4393,11 +4412,6 @@
|
|
|
4393
4412
|
--tw-ring-color: rgb(255 0 34 / var(--tw-ring-opacity));
|
|
4394
4413
|
}
|
|
4395
4414
|
|
|
4396
|
-
.ring-fixed-primary-500{
|
|
4397
|
-
--tw-ring-opacity: 1;
|
|
4398
|
-
--tw-ring-color: rgb(0 99 247 / var(--tw-ring-opacity));
|
|
4399
|
-
}
|
|
4400
|
-
|
|
4401
4415
|
.ring-general-100{
|
|
4402
4416
|
--tw-ring-opacity: 1;
|
|
4403
4417
|
--tw-ring-color: rgb(218 217 227 / var(--tw-ring-opacity));
|
|
@@ -4460,31 +4474,36 @@
|
|
|
4460
4474
|
|
|
4461
4475
|
.ring-primary-100{
|
|
4462
4476
|
--tw-ring-opacity: 1;
|
|
4463
|
-
--tw-ring-color: rgb(
|
|
4477
|
+
--tw-ring-color: rgb(209 250 229 / var(--tw-ring-opacity));
|
|
4464
4478
|
}
|
|
4465
4479
|
|
|
4466
4480
|
.ring-primary-200{
|
|
4467
4481
|
--tw-ring-opacity: 1;
|
|
4468
|
-
--tw-ring-color: rgb(
|
|
4482
|
+
--tw-ring-color: rgb(167 243 208 / var(--tw-ring-opacity));
|
|
4469
4483
|
}
|
|
4470
4484
|
|
|
4471
4485
|
.ring-primary-400{
|
|
4472
4486
|
--tw-ring-opacity: 1;
|
|
4473
|
-
--tw-ring-color: rgb(
|
|
4487
|
+
--tw-ring-color: rgb(52 211 153 / var(--tw-ring-opacity));
|
|
4474
4488
|
}
|
|
4475
4489
|
|
|
4476
4490
|
.ring-primary-400\/\[12\%\]{
|
|
4477
|
-
--tw-ring-color: rgb(
|
|
4491
|
+
--tw-ring-color: rgb(52 211 153 / 12%);
|
|
4478
4492
|
}
|
|
4479
4493
|
|
|
4480
4494
|
.ring-primary-500{
|
|
4481
4495
|
--tw-ring-opacity: 1;
|
|
4482
|
-
--tw-ring-color: rgb(
|
|
4496
|
+
--tw-ring-color: rgb(16 185 129 / var(--tw-ring-opacity));
|
|
4483
4497
|
}
|
|
4484
4498
|
|
|
4485
4499
|
.ring-primary-600{
|
|
4486
4500
|
--tw-ring-opacity: 1;
|
|
4487
|
-
--tw-ring-color: rgb(
|
|
4501
|
+
--tw-ring-color: rgb(5 150 105 / var(--tw-ring-opacity));
|
|
4502
|
+
}
|
|
4503
|
+
|
|
4504
|
+
.ring-primary-700{
|
|
4505
|
+
--tw-ring-opacity: 1;
|
|
4506
|
+
--tw-ring-color: rgb(4 120 87 / var(--tw-ring-opacity));
|
|
4488
4507
|
}
|
|
4489
4508
|
|
|
4490
4509
|
.ring-purple-400\/50{
|
|
@@ -4516,11 +4535,6 @@
|
|
|
4516
4535
|
--tw-ring-color: rgb(0 164 85 / var(--tw-ring-opacity));
|
|
4517
4536
|
}
|
|
4518
4537
|
|
|
4519
|
-
.ring-supply-primary-500{
|
|
4520
|
-
--tw-ring-opacity: 1;
|
|
4521
|
-
--tw-ring-color: rgb(16 185 129 / var(--tw-ring-opacity));
|
|
4522
|
-
}
|
|
4523
|
-
|
|
4524
4538
|
.ring-transparent{
|
|
4525
4539
|
--tw-ring-color: transparent;
|
|
4526
4540
|
}
|
|
@@ -4830,12 +4844,12 @@ div{
|
|
|
4830
4844
|
|
|
4831
4845
|
.placeholder\:text-primary-100::-moz-placeholder{
|
|
4832
4846
|
--tw-text-opacity: 1;
|
|
4833
|
-
color: rgb(
|
|
4847
|
+
color: rgb(209 250 229 / var(--tw-text-opacity));
|
|
4834
4848
|
}
|
|
4835
4849
|
|
|
4836
4850
|
.placeholder\:text-primary-100::placeholder{
|
|
4837
4851
|
--tw-text-opacity: 1;
|
|
4838
|
-
color: rgb(
|
|
4852
|
+
color: rgb(209 250 229 / var(--tw-text-opacity));
|
|
4839
4853
|
}
|
|
4840
4854
|
|
|
4841
4855
|
.placeholder\:text-transparent::-moz-placeholder{
|
|
@@ -5058,13 +5072,13 @@ div{
|
|
|
5058
5072
|
.before\:bg-primary-200::before{
|
|
5059
5073
|
content: var(--tw-content);
|
|
5060
5074
|
--tw-bg-opacity: 1;
|
|
5061
|
-
background-color: rgb(
|
|
5075
|
+
background-color: rgb(167 243 208 / var(--tw-bg-opacity));
|
|
5062
5076
|
}
|
|
5063
5077
|
|
|
5064
5078
|
.before\:bg-primary-400::before{
|
|
5065
5079
|
content: var(--tw-content);
|
|
5066
5080
|
--tw-bg-opacity: 1;
|
|
5067
|
-
background-color: rgb(
|
|
5081
|
+
background-color: rgb(52 211 153 / var(--tw-bg-opacity));
|
|
5068
5082
|
}
|
|
5069
5083
|
|
|
5070
5084
|
.before\:bg-white::before{
|
|
@@ -5152,7 +5166,13 @@ div{
|
|
|
5152
5166
|
.after\:border-primary-500::after{
|
|
5153
5167
|
content: var(--tw-content);
|
|
5154
5168
|
--tw-border-opacity: 1;
|
|
5155
|
-
border-color: rgb(
|
|
5169
|
+
border-color: rgb(16 185 129 / var(--tw-border-opacity));
|
|
5170
|
+
}
|
|
5171
|
+
|
|
5172
|
+
.after\:border-primary-700::after{
|
|
5173
|
+
content: var(--tw-content);
|
|
5174
|
+
--tw-border-opacity: 1;
|
|
5175
|
+
border-color: rgb(4 120 87 / var(--tw-border-opacity));
|
|
5156
5176
|
}
|
|
5157
5177
|
|
|
5158
5178
|
.after\:bg-inherit::after{
|
|
@@ -5256,12 +5276,17 @@ div{
|
|
|
5256
5276
|
|
|
5257
5277
|
.focus-within\:ring-primary-400:focus-within{
|
|
5258
5278
|
--tw-ring-opacity: 1;
|
|
5259
|
-
--tw-ring-color: rgb(
|
|
5279
|
+
--tw-ring-color: rgb(52 211 153 / var(--tw-ring-opacity));
|
|
5260
5280
|
}
|
|
5261
5281
|
|
|
5262
5282
|
.focus-within\:ring-primary-500:focus-within{
|
|
5263
5283
|
--tw-ring-opacity: 1;
|
|
5264
|
-
--tw-ring-color: rgb(
|
|
5284
|
+
--tw-ring-color: rgb(16 185 129 / var(--tw-ring-opacity));
|
|
5285
|
+
}
|
|
5286
|
+
|
|
5287
|
+
.focus-within\:ring-primary-700:focus-within{
|
|
5288
|
+
--tw-ring-opacity: 1;
|
|
5289
|
+
--tw-ring-color: rgb(4 120 87 / var(--tw-ring-opacity));
|
|
5265
5290
|
}
|
|
5266
5291
|
|
|
5267
5292
|
.hover\:mx-6:hover{
|
|
@@ -5284,19 +5309,19 @@ div{
|
|
|
5284
5309
|
cursor: pointer;
|
|
5285
5310
|
}
|
|
5286
5311
|
|
|
5287
|
-
.hover\:border-
|
|
5312
|
+
.hover\:border-primary-500:hover{
|
|
5288
5313
|
--tw-border-opacity: 1;
|
|
5289
|
-
border-color: rgb(
|
|
5314
|
+
border-color: rgb(16 185 129 / var(--tw-border-opacity));
|
|
5290
5315
|
}
|
|
5291
5316
|
|
|
5292
|
-
.hover\:border-primary-
|
|
5317
|
+
.hover\:border-primary-600:hover{
|
|
5293
5318
|
--tw-border-opacity: 1;
|
|
5294
|
-
border-color: rgb(
|
|
5319
|
+
border-color: rgb(5 150 105 / var(--tw-border-opacity));
|
|
5295
5320
|
}
|
|
5296
5321
|
|
|
5297
|
-
.hover\:border-primary-
|
|
5322
|
+
.hover\:border-primary-700:hover{
|
|
5298
5323
|
--tw-border-opacity: 1;
|
|
5299
|
-
border-color: rgb(
|
|
5324
|
+
border-color: rgb(4 120 87 / var(--tw-border-opacity));
|
|
5300
5325
|
}
|
|
5301
5326
|
|
|
5302
5327
|
.hover\:\!bg-danger-500\/90:hover{
|
|
@@ -5313,16 +5338,20 @@ div{
|
|
|
5313
5338
|
}
|
|
5314
5339
|
|
|
5315
5340
|
.hover\:\!bg-primary-400\/90:hover{
|
|
5316
|
-
background-color: rgb(
|
|
5341
|
+
background-color: rgb(52 211 153 / 0.9) !important;
|
|
5317
5342
|
}
|
|
5318
5343
|
|
|
5319
5344
|
.hover\:\!bg-primary-50:hover{
|
|
5320
5345
|
--tw-bg-opacity: 1 !important;
|
|
5321
|
-
background-color: rgb(
|
|
5346
|
+
background-color: rgb(236 253 245 / var(--tw-bg-opacity)) !important;
|
|
5322
5347
|
}
|
|
5323
5348
|
|
|
5324
5349
|
.hover\:\!bg-primary-500\/90:hover{
|
|
5325
|
-
background-color: rgb(
|
|
5350
|
+
background-color: rgb(16 185 129 / 0.9) !important;
|
|
5351
|
+
}
|
|
5352
|
+
|
|
5353
|
+
.hover\:\!bg-primary-700\/90:hover{
|
|
5354
|
+
background-color: rgb(4 120 87 / 0.9) !important;
|
|
5326
5355
|
}
|
|
5327
5356
|
|
|
5328
5357
|
.hover\:\!bg-success-500\/90:hover{
|
|
@@ -5338,6 +5367,11 @@ div{
|
|
|
5338
5367
|
background-color: rgb(255 199 0 / 0.9) !important;
|
|
5339
5368
|
}
|
|
5340
5369
|
|
|
5370
|
+
.hover\:bg-algae-green-400:hover{
|
|
5371
|
+
--tw-bg-opacity: 1;
|
|
5372
|
+
background-color: rgb(97 199 134 / var(--tw-bg-opacity));
|
|
5373
|
+
}
|
|
5374
|
+
|
|
5341
5375
|
.hover\:bg-blue-300\/20:hover{
|
|
5342
5376
|
background-color: rgb(147 197 253 / 0.2);
|
|
5343
5377
|
}
|
|
@@ -5364,20 +5398,6 @@ div{
|
|
|
5364
5398
|
background-color: rgb(255 0 34 / 8%);
|
|
5365
5399
|
}
|
|
5366
5400
|
|
|
5367
|
-
.hover\:bg-fixed-primary-100:hover{
|
|
5368
|
-
--tw-bg-opacity: 1;
|
|
5369
|
-
background-color: rgb(204 224 255 / var(--tw-bg-opacity));
|
|
5370
|
-
}
|
|
5371
|
-
|
|
5372
|
-
.hover\:bg-fixed-primary-300\/20:hover{
|
|
5373
|
-
background-color: rgb(97 160 255 / 0.2);
|
|
5374
|
-
}
|
|
5375
|
-
|
|
5376
|
-
.hover\:bg-fixed-primary-50:hover{
|
|
5377
|
-
--tw-bg-opacity: 1;
|
|
5378
|
-
background-color: rgb(229 240 255 / var(--tw-bg-opacity));
|
|
5379
|
-
}
|
|
5380
|
-
|
|
5381
5401
|
.hover\:bg-general-100\/90:hover{
|
|
5382
5402
|
background-color: rgb(218 217 227 / 0.9);
|
|
5383
5403
|
}
|
|
@@ -5431,67 +5451,80 @@ div{
|
|
|
5431
5451
|
|
|
5432
5452
|
.hover\:bg-primary-100:hover{
|
|
5433
5453
|
--tw-bg-opacity: 1;
|
|
5434
|
-
background-color: rgb(
|
|
5454
|
+
background-color: rgb(209 250 229 / var(--tw-bg-opacity));
|
|
5435
5455
|
}
|
|
5436
5456
|
|
|
5437
5457
|
.hover\:bg-primary-100\/90:hover{
|
|
5438
|
-
background-color: rgb(
|
|
5458
|
+
background-color: rgb(209 250 229 / 0.9);
|
|
5439
5459
|
}
|
|
5440
5460
|
|
|
5441
5461
|
.hover\:bg-primary-200\/90:hover{
|
|
5442
|
-
background-color: rgb(
|
|
5462
|
+
background-color: rgb(167 243 208 / 0.9);
|
|
5443
5463
|
}
|
|
5444
5464
|
|
|
5445
5465
|
.hover\:bg-primary-300:hover{
|
|
5446
5466
|
--tw-bg-opacity: 1;
|
|
5447
|
-
background-color: rgb(
|
|
5467
|
+
background-color: rgb(110 231 183 / var(--tw-bg-opacity));
|
|
5448
5468
|
}
|
|
5449
5469
|
|
|
5450
5470
|
.hover\:bg-primary-300\/20:hover{
|
|
5451
|
-
background-color: rgb(
|
|
5471
|
+
background-color: rgb(110 231 183 / 0.2);
|
|
5452
5472
|
}
|
|
5453
5473
|
|
|
5454
5474
|
.hover\:bg-primary-400\/20:hover{
|
|
5455
|
-
background-color: rgb(
|
|
5475
|
+
background-color: rgb(52 211 153 / 0.2);
|
|
5456
5476
|
}
|
|
5457
5477
|
|
|
5458
5478
|
.hover\:bg-primary-400\/90:hover{
|
|
5459
|
-
background-color: rgb(
|
|
5479
|
+
background-color: rgb(52 211 153 / 0.9);
|
|
5460
5480
|
}
|
|
5461
5481
|
|
|
5462
5482
|
.hover\:bg-primary-400\/\[8\%\]:hover{
|
|
5463
|
-
background-color: rgb(
|
|
5483
|
+
background-color: rgb(52 211 153 / 8%);
|
|
5464
5484
|
}
|
|
5465
5485
|
|
|
5466
5486
|
.hover\:bg-primary-50:hover{
|
|
5467
5487
|
--tw-bg-opacity: 1;
|
|
5468
|
-
background-color: rgb(
|
|
5488
|
+
background-color: rgb(236 253 245 / var(--tw-bg-opacity));
|
|
5469
5489
|
}
|
|
5470
5490
|
|
|
5471
5491
|
.hover\:bg-primary-50\/80:hover{
|
|
5472
|
-
background-color: rgb(
|
|
5492
|
+
background-color: rgb(236 253 245 / 0.8);
|
|
5473
5493
|
}
|
|
5474
5494
|
|
|
5475
5495
|
.hover\:bg-primary-500:hover{
|
|
5476
5496
|
--tw-bg-opacity: 1;
|
|
5477
|
-
background-color: rgb(
|
|
5497
|
+
background-color: rgb(16 185 129 / var(--tw-bg-opacity));
|
|
5478
5498
|
}
|
|
5479
5499
|
|
|
5480
5500
|
.hover\:bg-primary-500\/20:hover{
|
|
5481
|
-
background-color: rgb(
|
|
5501
|
+
background-color: rgb(16 185 129 / 0.2);
|
|
5482
5502
|
}
|
|
5483
5503
|
|
|
5484
5504
|
.hover\:bg-primary-500\/90:hover{
|
|
5485
|
-
background-color: rgb(
|
|
5505
|
+
background-color: rgb(16 185 129 / 0.9);
|
|
5486
5506
|
}
|
|
5487
5507
|
|
|
5488
5508
|
.hover\:bg-primary-500\/\[8\%\]:hover{
|
|
5489
|
-
background-color: rgb(
|
|
5509
|
+
background-color: rgb(16 185 129 / 8%);
|
|
5490
5510
|
}
|
|
5491
5511
|
|
|
5492
5512
|
.hover\:bg-primary-600:hover{
|
|
5493
5513
|
--tw-bg-opacity: 1;
|
|
5494
|
-
background-color: rgb(
|
|
5514
|
+
background-color: rgb(5 150 105 / var(--tw-bg-opacity));
|
|
5515
|
+
}
|
|
5516
|
+
|
|
5517
|
+
.hover\:bg-primary-700:hover{
|
|
5518
|
+
--tw-bg-opacity: 1;
|
|
5519
|
+
background-color: rgb(4 120 87 / var(--tw-bg-opacity));
|
|
5520
|
+
}
|
|
5521
|
+
|
|
5522
|
+
.hover\:bg-primary-700\/20:hover{
|
|
5523
|
+
background-color: rgb(4 120 87 / 0.2);
|
|
5524
|
+
}
|
|
5525
|
+
|
|
5526
|
+
.hover\:bg-primary-700\/\[8\%\]:hover{
|
|
5527
|
+
background-color: rgb(4 120 87 / 8%);
|
|
5495
5528
|
}
|
|
5496
5529
|
|
|
5497
5530
|
.hover\:bg-purple-300\/20:hover{
|
|
@@ -5525,10 +5558,6 @@ div{
|
|
|
5525
5558
|
background-color: rgb(0 164 85 / 8%);
|
|
5526
5559
|
}
|
|
5527
5560
|
|
|
5528
|
-
.hover\:bg-supply-primary-300\/20:hover{
|
|
5529
|
-
background-color: rgb(110 231 183 / 0.2);
|
|
5530
|
-
}
|
|
5531
|
-
|
|
5532
5561
|
.hover\:bg-warning-300\/20:hover{
|
|
5533
5562
|
background-color: rgb(255 222 102 / 0.2);
|
|
5534
5563
|
}
|
|
@@ -5553,17 +5582,17 @@ div{
|
|
|
5553
5582
|
|
|
5554
5583
|
.hover\:text-primary-400:hover{
|
|
5555
5584
|
--tw-text-opacity: 1;
|
|
5556
|
-
color: rgb(
|
|
5585
|
+
color: rgb(52 211 153 / var(--tw-text-opacity));
|
|
5557
5586
|
}
|
|
5558
5587
|
|
|
5559
5588
|
.hover\:text-primary-500:hover{
|
|
5560
5589
|
--tw-text-opacity: 1;
|
|
5561
|
-
color: rgb(
|
|
5590
|
+
color: rgb(16 185 129 / var(--tw-text-opacity));
|
|
5562
5591
|
}
|
|
5563
5592
|
|
|
5564
5593
|
.hover\:text-primary-600:hover{
|
|
5565
5594
|
--tw-text-opacity: 1;
|
|
5566
|
-
color: rgb(
|
|
5595
|
+
color: rgb(5 150 105 / var(--tw-text-opacity));
|
|
5567
5596
|
}
|
|
5568
5597
|
|
|
5569
5598
|
.hover\:text-white:hover{
|
|
@@ -5618,7 +5647,7 @@ div{
|
|
|
5618
5647
|
|
|
5619
5648
|
.hover\:ring-primary-600:hover{
|
|
5620
5649
|
--tw-ring-opacity: 1;
|
|
5621
|
-
--tw-ring-color: rgb(
|
|
5650
|
+
--tw-ring-color: rgb(5 150 105 / var(--tw-ring-opacity));
|
|
5622
5651
|
}
|
|
5623
5652
|
|
|
5624
5653
|
.hover\:ring-purple-600:hover{
|
|
@@ -5637,12 +5666,12 @@ div{
|
|
|
5637
5666
|
|
|
5638
5667
|
.focus\:bg-primary-50:focus{
|
|
5639
5668
|
--tw-bg-opacity: 1;
|
|
5640
|
-
background-color: rgb(
|
|
5669
|
+
background-color: rgb(236 253 245 / var(--tw-bg-opacity));
|
|
5641
5670
|
}
|
|
5642
5671
|
|
|
5643
5672
|
.focus\:bg-primary-600:focus{
|
|
5644
5673
|
--tw-bg-opacity: 1;
|
|
5645
|
-
background-color: rgb(
|
|
5674
|
+
background-color: rgb(5 150 105 / var(--tw-bg-opacity));
|
|
5646
5675
|
}
|
|
5647
5676
|
|
|
5648
5677
|
.focus\:bg-none:focus{
|
|
@@ -5708,11 +5737,6 @@ div{
|
|
|
5708
5737
|
--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity));
|
|
5709
5738
|
}
|
|
5710
5739
|
|
|
5711
|
-
.focus\:ring-fixed-primary-500:focus{
|
|
5712
|
-
--tw-ring-opacity: 1;
|
|
5713
|
-
--tw-ring-color: rgb(0 99 247 / var(--tw-ring-opacity));
|
|
5714
|
-
}
|
|
5715
|
-
|
|
5716
5740
|
.focus\:ring-grayscale-900:focus{
|
|
5717
5741
|
--tw-ring-opacity: 1;
|
|
5718
5742
|
--tw-ring-color: rgb(38 38 39 / var(--tw-ring-opacity));
|
|
@@ -5730,21 +5754,26 @@ div{
|
|
|
5730
5754
|
|
|
5731
5755
|
.focus\:ring-primary-400:focus{
|
|
5732
5756
|
--tw-ring-opacity: 1;
|
|
5733
|
-
--tw-ring-color: rgb(
|
|
5757
|
+
--tw-ring-color: rgb(52 211 153 / var(--tw-ring-opacity));
|
|
5734
5758
|
}
|
|
5735
5759
|
|
|
5736
5760
|
.focus\:ring-primary-400\/50:focus{
|
|
5737
|
-
--tw-ring-color: rgb(
|
|
5761
|
+
--tw-ring-color: rgb(52 211 153 / 0.5);
|
|
5738
5762
|
}
|
|
5739
5763
|
|
|
5740
5764
|
.focus\:ring-primary-500:focus{
|
|
5741
5765
|
--tw-ring-opacity: 1;
|
|
5742
|
-
--tw-ring-color: rgb(
|
|
5766
|
+
--tw-ring-color: rgb(16 185 129 / var(--tw-ring-opacity));
|
|
5743
5767
|
}
|
|
5744
5768
|
|
|
5745
5769
|
.focus\:ring-primary-600:focus{
|
|
5746
5770
|
--tw-ring-opacity: 1;
|
|
5747
|
-
--tw-ring-color: rgb(
|
|
5771
|
+
--tw-ring-color: rgb(5 150 105 / var(--tw-ring-opacity));
|
|
5772
|
+
}
|
|
5773
|
+
|
|
5774
|
+
.focus\:ring-primary-700:focus{
|
|
5775
|
+
--tw-ring-opacity: 1;
|
|
5776
|
+
--tw-ring-color: rgb(4 120 87 / var(--tw-ring-opacity));
|
|
5748
5777
|
}
|
|
5749
5778
|
|
|
5750
5779
|
.focus\:ring-purple-400\/50:focus{
|
|
@@ -5781,12 +5810,12 @@ div{
|
|
|
5781
5810
|
|
|
5782
5811
|
.focus-visible\:border-primary-200:focus-visible{
|
|
5783
5812
|
--tw-border-opacity: 1;
|
|
5784
|
-
border-color: rgb(
|
|
5813
|
+
border-color: rgb(167 243 208 / var(--tw-border-opacity));
|
|
5785
5814
|
}
|
|
5786
5815
|
|
|
5787
5816
|
.focus-visible\:bg-primary-50:focus-visible{
|
|
5788
5817
|
--tw-bg-opacity: 1;
|
|
5789
|
-
background-color: rgb(
|
|
5818
|
+
background-color: rgb(236 253 245 / var(--tw-bg-opacity));
|
|
5790
5819
|
}
|
|
5791
5820
|
|
|
5792
5821
|
.focus-visible\:text-general-500:focus-visible{
|
|
@@ -5796,7 +5825,7 @@ div{
|
|
|
5796
5825
|
|
|
5797
5826
|
.focus-visible\:text-primary-400:focus-visible{
|
|
5798
5827
|
--tw-text-opacity: 1;
|
|
5799
|
-
color: rgb(
|
|
5828
|
+
color: rgb(52 211 153 / var(--tw-text-opacity));
|
|
5800
5829
|
}
|
|
5801
5830
|
|
|
5802
5831
|
.focus-visible\:shadow-none:focus-visible{
|
|
@@ -5837,17 +5866,22 @@ div{
|
|
|
5837
5866
|
}
|
|
5838
5867
|
|
|
5839
5868
|
.focus-visible\:ring-primary-400\/50:focus-visible{
|
|
5840
|
-
--tw-ring-color: rgb(
|
|
5869
|
+
--tw-ring-color: rgb(52 211 153 / 0.5);
|
|
5841
5870
|
}
|
|
5842
5871
|
|
|
5843
5872
|
.focus-visible\:ring-primary-500:focus-visible{
|
|
5844
5873
|
--tw-ring-opacity: 1;
|
|
5845
|
-
--tw-ring-color: rgb(
|
|
5874
|
+
--tw-ring-color: rgb(16 185 129 / var(--tw-ring-opacity));
|
|
5846
5875
|
}
|
|
5847
5876
|
|
|
5848
5877
|
.focus-visible\:ring-primary-600:focus-visible{
|
|
5849
5878
|
--tw-ring-opacity: 1;
|
|
5850
|
-
--tw-ring-color: rgb(
|
|
5879
|
+
--tw-ring-color: rgb(5 150 105 / var(--tw-ring-opacity));
|
|
5880
|
+
}
|
|
5881
|
+
|
|
5882
|
+
.focus-visible\:ring-primary-700:focus-visible{
|
|
5883
|
+
--tw-ring-opacity: 1;
|
|
5884
|
+
--tw-ring-color: rgb(4 120 87 / var(--tw-ring-opacity));
|
|
5851
5885
|
}
|
|
5852
5886
|
|
|
5853
5887
|
.active\:bg-danger-500\/90:active{
|
|
@@ -5867,19 +5901,27 @@ div{
|
|
|
5867
5901
|
}
|
|
5868
5902
|
|
|
5869
5903
|
.active\:bg-primary-400\/90:active{
|
|
5870
|
-
background-color: rgb(
|
|
5904
|
+
background-color: rgb(52 211 153 / 0.9);
|
|
5871
5905
|
}
|
|
5872
5906
|
|
|
5873
5907
|
.active\:bg-primary-400\/\[12\%\]:active{
|
|
5874
|
-
background-color: rgb(
|
|
5908
|
+
background-color: rgb(52 211 153 / 12%);
|
|
5875
5909
|
}
|
|
5876
5910
|
|
|
5877
5911
|
.active\:bg-primary-500\/90:active{
|
|
5878
|
-
background-color: rgb(
|
|
5912
|
+
background-color: rgb(16 185 129 / 0.9);
|
|
5879
5913
|
}
|
|
5880
5914
|
|
|
5881
5915
|
.active\:bg-primary-500\/\[12\%\]:active{
|
|
5882
|
-
background-color: rgb(
|
|
5916
|
+
background-color: rgb(16 185 129 / 12%);
|
|
5917
|
+
}
|
|
5918
|
+
|
|
5919
|
+
.active\:bg-primary-700\/90:active{
|
|
5920
|
+
background-color: rgb(4 120 87 / 0.9);
|
|
5921
|
+
}
|
|
5922
|
+
|
|
5923
|
+
.active\:bg-primary-700\/\[12\%\]:active{
|
|
5924
|
+
background-color: rgb(4 120 87 / 12%);
|
|
5883
5925
|
}
|
|
5884
5926
|
|
|
5885
5927
|
.active\:bg-success-500\/90:active{
|
|
@@ -5911,7 +5953,7 @@ div{
|
|
|
5911
5953
|
|
|
5912
5954
|
.group:hover .group-hover\:\!bg-primary-50{
|
|
5913
5955
|
--tw-bg-opacity: 1 !important;
|
|
5914
|
-
background-color: rgb(
|
|
5956
|
+
background-color: rgb(236 253 245 / var(--tw-bg-opacity)) !important;
|
|
5915
5957
|
}
|
|
5916
5958
|
|
|
5917
5959
|
.group:hover .group-hover\:\!bg-warning-300{
|
|
@@ -5928,11 +5970,15 @@ div{
|
|
|
5928
5970
|
}
|
|
5929
5971
|
|
|
5930
5972
|
.peer:focus-visible ~ .peer-focus-visible\:\!outline-primary-400\/\[5\%\]{
|
|
5931
|
-
outline-color: rgb(
|
|
5973
|
+
outline-color: rgb(52 211 153 / 5%) !important;
|
|
5932
5974
|
}
|
|
5933
5975
|
|
|
5934
5976
|
.peer:focus-visible ~ .peer-focus-visible\:\!outline-primary-500\/\[5\%\]{
|
|
5935
|
-
outline-color: rgb(
|
|
5977
|
+
outline-color: rgb(16 185 129 / 5%) !important;
|
|
5978
|
+
}
|
|
5979
|
+
|
|
5980
|
+
.peer:focus-visible ~ .peer-focus-visible\:\!outline-primary-700\/\[5\%\]{
|
|
5981
|
+
outline-color: rgb(4 120 87 / 5%) !important;
|
|
5936
5982
|
}
|
|
5937
5983
|
|
|
5938
5984
|
.peer:focus-visible ~ .peer-focus-visible\:ring-2{
|
|
@@ -5951,18 +5997,18 @@ div{
|
|
|
5951
5997
|
--tw-ring-inset: inset;
|
|
5952
5998
|
}
|
|
5953
5999
|
|
|
5954
|
-
.peer:focus-visible ~ .peer-focus-visible\:ring-fixed-primary-500{
|
|
5955
|
-
--tw-ring-opacity: 1;
|
|
5956
|
-
--tw-ring-color: rgb(0 99 247 / var(--tw-ring-opacity));
|
|
5957
|
-
}
|
|
5958
|
-
|
|
5959
6000
|
.peer:focus-visible ~ .peer-focus-visible\:ring-primary-400\/\[8\%\]{
|
|
5960
|
-
--tw-ring-color: rgb(
|
|
6001
|
+
--tw-ring-color: rgb(52 211 153 / 8%);
|
|
5961
6002
|
}
|
|
5962
6003
|
|
|
5963
6004
|
.peer:focus-visible ~ .peer-focus-visible\:ring-primary-500{
|
|
5964
6005
|
--tw-ring-opacity: 1;
|
|
5965
|
-
--tw-ring-color: rgb(
|
|
6006
|
+
--tw-ring-color: rgb(16 185 129 / var(--tw-ring-opacity));
|
|
6007
|
+
}
|
|
6008
|
+
|
|
6009
|
+
.peer:focus-visible ~ .peer-focus-visible\:ring-primary-700{
|
|
6010
|
+
--tw-ring-opacity: 1;
|
|
6011
|
+
--tw-ring-color: rgb(4 120 87 / var(--tw-ring-opacity));
|
|
5966
6012
|
}
|
|
5967
6013
|
|
|
5968
6014
|
.peer:focus-visible ~ .peer-focus-visible\:ring-offset-0{
|
|
@@ -5984,7 +6030,7 @@ div{
|
|
|
5984
6030
|
}
|
|
5985
6031
|
|
|
5986
6032
|
.peer:active ~ .peer-active\:ring-primary-400\/\[12\%\]{
|
|
5987
|
-
--tw-ring-color: rgb(
|
|
6033
|
+
--tw-ring-color: rgb(52 211 153 / 12%);
|
|
5988
6034
|
}
|
|
5989
6035
|
|
|
5990
6036
|
.peer:active ~ .peer-active\:ring-offset-0{
|
|
@@ -6185,32 +6231,47 @@ div{
|
|
|
6185
6231
|
|
|
6186
6232
|
.\[\&\:has\(\:focus\)\]\:\!ring-primary-400:has(:focus){
|
|
6187
6233
|
--tw-ring-opacity: 1 !important;
|
|
6188
|
-
--tw-ring-color: rgb(
|
|
6234
|
+
--tw-ring-color: rgb(52 211 153 / var(--tw-ring-opacity)) !important;
|
|
6189
6235
|
}
|
|
6190
6236
|
|
|
6191
6237
|
.\[\&\:has\(\:focus\)\]\:\!ring-primary-500:has(:focus){
|
|
6192
6238
|
--tw-ring-opacity: 1 !important;
|
|
6193
|
-
--tw-ring-color: rgb(
|
|
6239
|
+
--tw-ring-color: rgb(16 185 129 / var(--tw-ring-opacity)) !important;
|
|
6240
|
+
}
|
|
6241
|
+
|
|
6242
|
+
.\[\&\:has\(\:focus\)\]\:\!ring-primary-700:has(:focus){
|
|
6243
|
+
--tw-ring-opacity: 1 !important;
|
|
6244
|
+
--tw-ring-color: rgb(4 120 87 / var(--tw-ring-opacity)) !important;
|
|
6194
6245
|
}
|
|
6195
6246
|
|
|
6196
6247
|
.\[\&\:has\(\:focus\)\]\:ring-primary-400:has(:focus){
|
|
6197
6248
|
--tw-ring-opacity: 1;
|
|
6198
|
-
--tw-ring-color: rgb(
|
|
6249
|
+
--tw-ring-color: rgb(52 211 153 / var(--tw-ring-opacity));
|
|
6199
6250
|
}
|
|
6200
6251
|
|
|
6201
6252
|
.\[\&\:has\(\:focus\)\]\:ring-primary-500:has(:focus){
|
|
6202
6253
|
--tw-ring-opacity: 1;
|
|
6203
|
-
--tw-ring-color: rgb(
|
|
6254
|
+
--tw-ring-color: rgb(16 185 129 / var(--tw-ring-opacity));
|
|
6255
|
+
}
|
|
6256
|
+
|
|
6257
|
+
.\[\&\:has\(\:focus\)\]\:ring-primary-700:has(:focus){
|
|
6258
|
+
--tw-ring-opacity: 1;
|
|
6259
|
+
--tw-ring-color: rgb(4 120 87 / var(--tw-ring-opacity));
|
|
6204
6260
|
}
|
|
6205
6261
|
|
|
6206
6262
|
.\[\&\:has\(\:focus\)_\.inputgroupaddon\]\:\!ring-primary-400:has(:focus) .inputgroupaddon{
|
|
6207
6263
|
--tw-ring-opacity: 1 !important;
|
|
6208
|
-
--tw-ring-color: rgb(
|
|
6264
|
+
--tw-ring-color: rgb(52 211 153 / var(--tw-ring-opacity)) !important;
|
|
6209
6265
|
}
|
|
6210
6266
|
|
|
6211
6267
|
.\[\&\:has\(\:focus\)_\.inputgroupaddon\]\:\!ring-primary-500:has(:focus) .inputgroupaddon{
|
|
6212
6268
|
--tw-ring-opacity: 1 !important;
|
|
6213
|
-
--tw-ring-color: rgb(
|
|
6269
|
+
--tw-ring-color: rgb(16 185 129 / var(--tw-ring-opacity)) !important;
|
|
6270
|
+
}
|
|
6271
|
+
|
|
6272
|
+
.\[\&\:has\(\:focus\)_\.inputgroupaddon\]\:\!ring-primary-700:has(:focus) .inputgroupaddon{
|
|
6273
|
+
--tw-ring-opacity: 1 !important;
|
|
6274
|
+
--tw-ring-color: rgb(4 120 87 / var(--tw-ring-opacity)) !important;
|
|
6214
6275
|
}
|
|
6215
6276
|
|
|
6216
6277
|
.\[\&\:has\(\[data-wv-section\=rowcheckbox\]\)\]\:text-center:has([data-wv-section=rowcheckbox]){
|
|
@@ -6236,7 +6297,7 @@ div{
|
|
|
6236
6297
|
|
|
6237
6298
|
.\[\&\:not\(\:has\(svg\)\)_\[data-pc-section\=box\]\]\:\!bg-primary-400:not(:has(svg)) [data-pc-section=box]{
|
|
6238
6299
|
--tw-bg-opacity: 1 !important;
|
|
6239
|
-
background-color: rgb(
|
|
6300
|
+
background-color: rgb(52 211 153 / var(--tw-bg-opacity)) !important;
|
|
6240
6301
|
}
|
|
6241
6302
|
|
|
6242
6303
|
.\[\&\>\*\]\:w-full>*{
|
|
@@ -6262,7 +6323,7 @@ div{
|
|
|
6262
6323
|
|
|
6263
6324
|
.\[\&\>td\]\:border-primary-200>td{
|
|
6264
6325
|
--tw-border-opacity: 1;
|
|
6265
|
-
border-color: rgb(
|
|
6326
|
+
border-color: rgb(167 243 208 / var(--tw-border-opacity));
|
|
6266
6327
|
}
|
|
6267
6328
|
|
|
6268
6329
|
.\[\&\[aria-selected\=\"true\"\]\]\:rounded-\[20px\][aria-selected="true"]{
|
|
@@ -6271,7 +6332,12 @@ div{
|
|
|
6271
6332
|
|
|
6272
6333
|
.\[\&\[aria-selected\=\"true\"\]\]\:bg-primary-500[aria-selected="true"]{
|
|
6273
6334
|
--tw-bg-opacity: 1;
|
|
6274
|
-
background-color: rgb(
|
|
6335
|
+
background-color: rgb(16 185 129 / var(--tw-bg-opacity));
|
|
6336
|
+
}
|
|
6337
|
+
|
|
6338
|
+
.\[\&\[aria-selected\=\"true\"\]\]\:bg-primary-700[aria-selected="true"]{
|
|
6339
|
+
--tw-bg-opacity: 1;
|
|
6340
|
+
background-color: rgb(4 120 87 / var(--tw-bg-opacity));
|
|
6275
6341
|
}
|
|
6276
6342
|
|
|
6277
6343
|
.\[\&\[aria-selected\=\"true\"\]\]\:text-white[aria-selected="true"]{
|
|
@@ -6285,7 +6351,7 @@ div{
|
|
|
6285
6351
|
|
|
6286
6352
|
.\[\&\[data-in-range\=\"true\"\]\]\:bg-primary-200[data-in-range="true"]{
|
|
6287
6353
|
--tw-bg-opacity: 1;
|
|
6288
|
-
background-color: rgb(
|
|
6354
|
+
background-color: rgb(167 243 208 / var(--tw-bg-opacity));
|
|
6289
6355
|
}
|
|
6290
6356
|
|
|
6291
6357
|
.\[\&\[data-in-range\=\"true\"\]\]\:text-general-800[data-in-range="true"]{
|
|
@@ -6297,11 +6363,6 @@ div{
|
|
|
6297
6363
|
cursor: default;
|
|
6298
6364
|
}
|
|
6299
6365
|
|
|
6300
|
-
.\[\&_\*\]\:text-fixed-primary-500 *{
|
|
6301
|
-
--tw-text-opacity: 1;
|
|
6302
|
-
color: rgb(0 99 247 / var(--tw-text-opacity));
|
|
6303
|
-
}
|
|
6304
|
-
|
|
6305
6366
|
.\[\&_\*\]\:text-general-800 *{
|
|
6306
6367
|
--tw-text-opacity: 1;
|
|
6307
6368
|
color: rgb(32 30 41 / var(--tw-text-opacity));
|
|
@@ -6309,7 +6370,7 @@ div{
|
|
|
6309
6370
|
|
|
6310
6371
|
.\[\&_\*\]\:text-primary-500 *{
|
|
6311
6372
|
--tw-text-opacity: 1;
|
|
6312
|
-
color: rgb(
|
|
6373
|
+
color: rgb(16 185 129 / var(--tw-text-opacity));
|
|
6313
6374
|
}
|
|
6314
6375
|
|
|
6315
6376
|
.\[\&_\.icon\]\:\!h-5 .icon{
|