@snmt-react-ui/city-select 2.9.2 → 2.9.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/city-select.js +599 -495
- package/package.json +3 -3
package/dist/city-select.js
CHANGED
|
@@ -2600,6 +2600,30 @@ const J2 = (s, e) => {
|
|
|
2600
2600
|
}
|
|
2601
2601
|
)
|
|
2602
2602
|
}
|
|
2603
|
+
), L7 = ({
|
|
2604
|
+
width: s = 20,
|
|
2605
|
+
height: e = 20,
|
|
2606
|
+
color: t = c.GREY_DARK_5,
|
|
2607
|
+
className: i,
|
|
2608
|
+
onClick: n
|
|
2609
|
+
}) => /* @__PURE__ */ o(
|
|
2610
|
+
"svg",
|
|
2611
|
+
{
|
|
2612
|
+
width: s,
|
|
2613
|
+
height: e,
|
|
2614
|
+
viewBox: "0 0 24 24",
|
|
2615
|
+
fill: "none",
|
|
2616
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2617
|
+
className: i,
|
|
2618
|
+
onClick: n,
|
|
2619
|
+
children: /* @__PURE__ */ o(
|
|
2620
|
+
"path",
|
|
2621
|
+
{
|
|
2622
|
+
d: "M11.2508 21V18.7637C9.71369 18.5497 8.16781 17.8314 7.24691 16.6035C6.9984 16.2722 7.06502 15.8023 7.39632 15.5537C7.72769 15.3052 8.1976 15.3727 8.44612 15.7041C9.16492 16.6625 10.5803 17.2781 12.0272 17.3301C12.9764 17.3642 13.8405 17.1501 14.4442 16.7275C15.0176 16.3259 15.404 15.7076 15.4041 14.7695C15.4041 14.3707 15.315 14.0837 15.1834 13.8633C15.0493 13.6385 14.8458 13.4408 14.5614 13.2598C13.9626 12.8789 13.1328 12.6452 12.1492 12.377C11.2292 12.126 10.1551 11.841 9.32601 11.3135C8.89657 11.0402 8.50479 10.6857 8.22249 10.2129C7.93759 9.73559 7.7889 9.17769 7.7889 8.53809C7.78899 7.20829 8.28245 6.20183 9.13167 5.55859C9.74399 5.0948 10.4886 4.8588 11.2508 4.78125V3C11.2508 2.58579 11.5866 2.25 12.0008 2.25C12.4148 2.25025 12.7508 2.58594 12.7508 3V4.81543C14.2298 5.0136 15.7363 5.67511 16.6844 6.62305C16.9773 6.91594 16.9773 7.39168 16.6844 7.68457C16.3916 7.97714 15.9167 7.97716 15.6239 7.68457C14.8322 6.89291 13.3555 6.29095 11.9803 6.25391C11.1708 6.23212 10.4941 6.40939 10.0379 6.75488C9.61314 7.07663 9.28898 7.61134 9.2889 8.53809C9.2889 8.93694 9.37804 9.22392 9.5096 9.44434C9.64376 9.66907 9.84727 9.86687 10.1317 10.0479C10.7304 10.4288 11.5603 10.6624 12.5438 10.9307C13.4638 11.1816 14.538 11.4666 15.367 11.9941C15.7965 12.2674 16.1882 12.6219 16.4705 13.0947C16.7554 13.572 16.9041 14.1299 16.9041 14.7695C16.904 16.2001 16.277 17.2756 15.3055 17.9561C14.5708 18.4706 13.6703 18.7363 12.7508 18.8096V21C12.7508 21.414 12.4148 21.7497 12.0008 21.75C11.5866 21.75 11.2509 21.4142 11.2508 21Z",
|
|
2623
|
+
fill: t
|
|
2624
|
+
}
|
|
2625
|
+
)
|
|
2626
|
+
}
|
|
2603
2627
|
), f1 = ({
|
|
2604
2628
|
name: s,
|
|
2605
2629
|
width: e,
|
|
@@ -2782,16 +2806,18 @@ const J2 = (s, e) => {
|
|
|
2782
2806
|
return p7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2783
2807
|
case "docs":
|
|
2784
2808
|
return f7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2809
|
+
case "unpaidLeave":
|
|
2810
|
+
return L7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
2785
2811
|
default:
|
|
2786
2812
|
return /* @__PURE__ */ o(t1, { children: "No Icon provided" });
|
|
2787
2813
|
}
|
|
2788
2814
|
})() });
|
|
2789
|
-
}, { Title:
|
|
2815
|
+
}, { Title: m7, Text: k7 } = N1, v7 = {
|
|
2790
2816
|
h1: 1,
|
|
2791
2817
|
h2: 2,
|
|
2792
2818
|
h3: 3,
|
|
2793
2819
|
h4: 4
|
|
2794
|
-
},
|
|
2820
|
+
}, N7 = r1(
|
|
2795
2821
|
({
|
|
2796
2822
|
align: s = "inherit",
|
|
2797
2823
|
variant: e = "body1",
|
|
@@ -2833,9 +2859,9 @@ const J2 = (s, e) => {
|
|
|
2833
2859
|
}
|
|
2834
2860
|
} : void 0
|
|
2835
2861
|
};
|
|
2836
|
-
return u ? /* @__PURE__ */ o(
|
|
2862
|
+
return u ? /* @__PURE__ */ o(m7, { level: v7[e], ...f, children: i }) : /* @__PURE__ */ o(k7, { ...f, children: i });
|
|
2837
2863
|
}
|
|
2838
|
-
),
|
|
2864
|
+
), x7 = ({
|
|
2839
2865
|
width: s = 20,
|
|
2840
2866
|
height: e = 20,
|
|
2841
2867
|
color: t = "#001E52",
|
|
@@ -2862,7 +2888,7 @@ const J2 = (s, e) => {
|
|
|
2862
2888
|
}
|
|
2863
2889
|
)
|
|
2864
2890
|
}
|
|
2865
|
-
),
|
|
2891
|
+
), M7 = ({
|
|
2866
2892
|
width: s = 20,
|
|
2867
2893
|
height: e = 20,
|
|
2868
2894
|
color: t = c.GREY_DARK_5,
|
|
@@ -2902,7 +2928,7 @@ const J2 = (s, e) => {
|
|
|
2902
2928
|
)
|
|
2903
2929
|
]
|
|
2904
2930
|
}
|
|
2905
|
-
),
|
|
2931
|
+
), R7 = ({
|
|
2906
2932
|
width: s = 20,
|
|
2907
2933
|
height: e = 20,
|
|
2908
2934
|
color: t = "#001E52",
|
|
@@ -2937,7 +2963,7 @@ const J2 = (s, e) => {
|
|
|
2937
2963
|
)
|
|
2938
2964
|
]
|
|
2939
2965
|
}
|
|
2940
|
-
),
|
|
2966
|
+
), V7 = ({
|
|
2941
2967
|
width: s = 20,
|
|
2942
2968
|
height: e = 20,
|
|
2943
2969
|
color: t = c.GREY_DARK_5,
|
|
@@ -2964,7 +2990,7 @@ const J2 = (s, e) => {
|
|
|
2964
2990
|
/* @__PURE__ */ o("defs", { children: /* @__PURE__ */ o("clipPath", { id: "clip0_1_2043", children: /* @__PURE__ */ o("rect", { width: "24", height: "24", fill: "white", transform: "translate(0.5 0.5)" }) }) })
|
|
2965
2991
|
]
|
|
2966
2992
|
}
|
|
2967
|
-
),
|
|
2993
|
+
), Z7 = ({
|
|
2968
2994
|
width: s = 20,
|
|
2969
2995
|
height: e = 20,
|
|
2970
2996
|
color: t = c.GREY_DARK_5,
|
|
@@ -2988,7 +3014,7 @@ const J2 = (s, e) => {
|
|
|
2988
3014
|
}
|
|
2989
3015
|
)
|
|
2990
3016
|
}
|
|
2991
|
-
),
|
|
3017
|
+
), H7 = ({
|
|
2992
3018
|
width: s = 20,
|
|
2993
3019
|
height: e = 20,
|
|
2994
3020
|
color: t = c.GREY_DARK_5,
|
|
@@ -3015,7 +3041,7 @@ const J2 = (s, e) => {
|
|
|
3015
3041
|
/* @__PURE__ */ o("defs", { children: /* @__PURE__ */ o("clipPath", { id: "clip0_1_2039", children: /* @__PURE__ */ o("rect", { width: "24", height: "24", fill: "white", transform: "translate(0.5 0.5)" }) }) })
|
|
3016
3042
|
]
|
|
3017
3043
|
}
|
|
3018
|
-
),
|
|
3044
|
+
), _7 = ({
|
|
3019
3045
|
width: s = 20,
|
|
3020
3046
|
height: e = 20,
|
|
3021
3047
|
color: t = c.GREY_DARK_5,
|
|
@@ -3039,7 +3065,7 @@ const J2 = (s, e) => {
|
|
|
3039
3065
|
}
|
|
3040
3066
|
)
|
|
3041
3067
|
}
|
|
3042
|
-
),
|
|
3068
|
+
), b7 = ({
|
|
3043
3069
|
width: s = 20,
|
|
3044
3070
|
height: e = 20,
|
|
3045
3071
|
color: t = c.GREY_DARK_5,
|
|
@@ -3086,7 +3112,7 @@ const J2 = (s, e) => {
|
|
|
3086
3112
|
)
|
|
3087
3113
|
]
|
|
3088
3114
|
}
|
|
3089
|
-
),
|
|
3115
|
+
), y7 = ({
|
|
3090
3116
|
width: s = 20,
|
|
3091
3117
|
height: e = 20,
|
|
3092
3118
|
color: t = c.GREY_DARK_5,
|
|
@@ -3110,7 +3136,7 @@ const J2 = (s, e) => {
|
|
|
3110
3136
|
}
|
|
3111
3137
|
)
|
|
3112
3138
|
}
|
|
3113
|
-
),
|
|
3139
|
+
), E7 = ({
|
|
3114
3140
|
width: s = 20,
|
|
3115
3141
|
height: e = 20,
|
|
3116
3142
|
color: t = c.GREY_DARK_5,
|
|
@@ -3134,7 +3160,7 @@ const J2 = (s, e) => {
|
|
|
3134
3160
|
}
|
|
3135
3161
|
)
|
|
3136
3162
|
}
|
|
3137
|
-
),
|
|
3163
|
+
), A7 = ({
|
|
3138
3164
|
width: s = 20,
|
|
3139
3165
|
height: e = 20,
|
|
3140
3166
|
color: t = c.GREY_DARK_5,
|
|
@@ -3158,7 +3184,7 @@ const J2 = (s, e) => {
|
|
|
3158
3184
|
}
|
|
3159
3185
|
)
|
|
3160
3186
|
}
|
|
3161
|
-
),
|
|
3187
|
+
), D7 = ({
|
|
3162
3188
|
width: s = 20,
|
|
3163
3189
|
height: e = 20,
|
|
3164
3190
|
color: t = c.GREY_DARK_5,
|
|
@@ -3219,7 +3245,7 @@ const J2 = (s, e) => {
|
|
|
3219
3245
|
)
|
|
3220
3246
|
]
|
|
3221
3247
|
}
|
|
3222
|
-
),
|
|
3248
|
+
), B7 = ({
|
|
3223
3249
|
width: s = 20,
|
|
3224
3250
|
height: e = 20,
|
|
3225
3251
|
color: t = c.GREY_DARK_5,
|
|
@@ -3266,7 +3292,7 @@ const J2 = (s, e) => {
|
|
|
3266
3292
|
)
|
|
3267
3293
|
]
|
|
3268
3294
|
}
|
|
3269
|
-
),
|
|
3295
|
+
), K7 = ({
|
|
3270
3296
|
width: s = 20,
|
|
3271
3297
|
height: e = 20,
|
|
3272
3298
|
color: t = c.GREY_DARK_5,
|
|
@@ -3306,7 +3332,7 @@ const J2 = (s, e) => {
|
|
|
3306
3332
|
)
|
|
3307
3333
|
]
|
|
3308
3334
|
}
|
|
3309
|
-
),
|
|
3335
|
+
), S7 = ({
|
|
3310
3336
|
width: s = 20,
|
|
3311
3337
|
height: e = 20,
|
|
3312
3338
|
color: t = c.GREY_DARK_5,
|
|
@@ -3346,7 +3372,7 @@ const J2 = (s, e) => {
|
|
|
3346
3372
|
)
|
|
3347
3373
|
]
|
|
3348
3374
|
}
|
|
3349
|
-
),
|
|
3375
|
+
), G7 = ({
|
|
3350
3376
|
width: s = 20,
|
|
3351
3377
|
height: e = 20,
|
|
3352
3378
|
color: t = c.GREY_DARK_5,
|
|
@@ -3393,7 +3419,7 @@ const J2 = (s, e) => {
|
|
|
3393
3419
|
)
|
|
3394
3420
|
]
|
|
3395
3421
|
}
|
|
3396
|
-
),
|
|
3422
|
+
), I7 = ({
|
|
3397
3423
|
width: s = 20,
|
|
3398
3424
|
height: e = 20,
|
|
3399
3425
|
color: t = c.GREY_DARK_5,
|
|
@@ -3440,7 +3466,7 @@ const J2 = (s, e) => {
|
|
|
3440
3466
|
)
|
|
3441
3467
|
]
|
|
3442
3468
|
}
|
|
3443
|
-
),
|
|
3469
|
+
), O7 = ({
|
|
3444
3470
|
width: s = 20,
|
|
3445
3471
|
height: e = 20,
|
|
3446
3472
|
color: t = c.GREY_DARK_5,
|
|
@@ -3487,7 +3513,7 @@ const J2 = (s, e) => {
|
|
|
3487
3513
|
)
|
|
3488
3514
|
]
|
|
3489
3515
|
}
|
|
3490
|
-
),
|
|
3516
|
+
), Y7 = ({
|
|
3491
3517
|
width: s = 20,
|
|
3492
3518
|
height: e = 20,
|
|
3493
3519
|
color: t = c.GREY_DARK_5,
|
|
@@ -3527,7 +3553,7 @@ const J2 = (s, e) => {
|
|
|
3527
3553
|
)
|
|
3528
3554
|
]
|
|
3529
3555
|
}
|
|
3530
|
-
),
|
|
3556
|
+
), j7 = ({
|
|
3531
3557
|
width: s = 20,
|
|
3532
3558
|
height: e = 20,
|
|
3533
3559
|
color: t = c.GREY_DARK_5,
|
|
@@ -3560,7 +3586,7 @@ const J2 = (s, e) => {
|
|
|
3560
3586
|
)
|
|
3561
3587
|
]
|
|
3562
3588
|
}
|
|
3563
|
-
),
|
|
3589
|
+
), W7 = ({
|
|
3564
3590
|
width: s = 20,
|
|
3565
3591
|
height: e = 20,
|
|
3566
3592
|
color: t = c.GREY_DARK_5,
|
|
@@ -3593,7 +3619,7 @@ const J2 = (s, e) => {
|
|
|
3593
3619
|
)
|
|
3594
3620
|
]
|
|
3595
3621
|
}
|
|
3596
|
-
),
|
|
3622
|
+
), T7 = ({
|
|
3597
3623
|
width: s = 20,
|
|
3598
3624
|
height: e = 20,
|
|
3599
3625
|
color: t = c.GREY_DARK_5,
|
|
@@ -3626,7 +3652,7 @@ const J2 = (s, e) => {
|
|
|
3626
3652
|
)
|
|
3627
3653
|
]
|
|
3628
3654
|
}
|
|
3629
|
-
),
|
|
3655
|
+
), $7 = ({
|
|
3630
3656
|
width: s = 20,
|
|
3631
3657
|
height: e = 20,
|
|
3632
3658
|
color: t = c.GREY_DARK_5,
|
|
@@ -3659,7 +3685,7 @@ const J2 = (s, e) => {
|
|
|
3659
3685
|
)
|
|
3660
3686
|
]
|
|
3661
3687
|
}
|
|
3662
|
-
),
|
|
3688
|
+
), P7 = ({
|
|
3663
3689
|
width: s = 20,
|
|
3664
3690
|
height: e = 20,
|
|
3665
3691
|
color: t = c.GREY_DARK_5,
|
|
@@ -3699,7 +3725,7 @@ const J2 = (s, e) => {
|
|
|
3699
3725
|
)
|
|
3700
3726
|
]
|
|
3701
3727
|
}
|
|
3702
|
-
),
|
|
3728
|
+
), F7 = ({
|
|
3703
3729
|
width: s = 20,
|
|
3704
3730
|
height: e = 20,
|
|
3705
3731
|
color: t = c.GREY_DARK_5,
|
|
@@ -3732,7 +3758,7 @@ const J2 = (s, e) => {
|
|
|
3732
3758
|
)
|
|
3733
3759
|
]
|
|
3734
3760
|
}
|
|
3735
|
-
),
|
|
3761
|
+
), U7 = ({
|
|
3736
3762
|
width: s = 20,
|
|
3737
3763
|
height: e = 20,
|
|
3738
3764
|
color: t = c.GREY_DARK_5,
|
|
@@ -3765,7 +3791,7 @@ const J2 = (s, e) => {
|
|
|
3765
3791
|
)
|
|
3766
3792
|
]
|
|
3767
3793
|
}
|
|
3768
|
-
),
|
|
3794
|
+
), z7 = ({
|
|
3769
3795
|
width: s = 20,
|
|
3770
3796
|
height: e = 20,
|
|
3771
3797
|
color: t = "#070739",
|
|
@@ -3795,7 +3821,7 @@ const J2 = (s, e) => {
|
|
|
3795
3821
|
/* @__PURE__ */ o("circle", { cx: "10", cy: "10", r: "2.375", stroke: t, strokeWidth: "1.25" })
|
|
3796
3822
|
]
|
|
3797
3823
|
}
|
|
3798
|
-
),
|
|
3824
|
+
), J7 = ({
|
|
3799
3825
|
width: s = 20,
|
|
3800
3826
|
height: e = 20,
|
|
3801
3827
|
color: t = "#070739",
|
|
@@ -3833,7 +3859,7 @@ const J2 = (s, e) => {
|
|
|
3833
3859
|
)
|
|
3834
3860
|
]
|
|
3835
3861
|
}
|
|
3836
|
-
),
|
|
3862
|
+
), q7 = ({
|
|
3837
3863
|
width: s = 9,
|
|
3838
3864
|
height: e = 5,
|
|
3839
3865
|
color: t = "#001E52",
|
|
@@ -3859,7 +3885,7 @@ const J2 = (s, e) => {
|
|
|
3859
3885
|
}
|
|
3860
3886
|
)
|
|
3861
3887
|
}
|
|
3862
|
-
),
|
|
3888
|
+
), Q7 = ({
|
|
3863
3889
|
width: s = 20,
|
|
3864
3890
|
height: e = 20,
|
|
3865
3891
|
color: t = "#F2F2F7",
|
|
@@ -3888,7 +3914,7 @@ const J2 = (s, e) => {
|
|
|
3888
3914
|
)
|
|
3889
3915
|
]
|
|
3890
3916
|
}
|
|
3891
|
-
),
|
|
3917
|
+
), X7 = ({
|
|
3892
3918
|
width: s = 20,
|
|
3893
3919
|
height: e = 20,
|
|
3894
3920
|
color: t = "#004ED7",
|
|
@@ -3917,7 +3943,7 @@ const J2 = (s, e) => {
|
|
|
3917
3943
|
)
|
|
3918
3944
|
]
|
|
3919
3945
|
}
|
|
3920
|
-
),
|
|
3946
|
+
), e0 = ({
|
|
3921
3947
|
width: s = 10,
|
|
3922
3948
|
height: e = 10,
|
|
3923
3949
|
color: t = "#001E52",
|
|
@@ -3946,7 +3972,7 @@ const J2 = (s, e) => {
|
|
|
3946
3972
|
)
|
|
3947
3973
|
]
|
|
3948
3974
|
}
|
|
3949
|
-
),
|
|
3975
|
+
), t0 = ({
|
|
3950
3976
|
width: s = 10,
|
|
3951
3977
|
height: e = 10,
|
|
3952
3978
|
color: t = "#001E52",
|
|
@@ -3983,7 +4009,7 @@ const J2 = (s, e) => {
|
|
|
3983
4009
|
)
|
|
3984
4010
|
]
|
|
3985
4011
|
}
|
|
3986
|
-
),
|
|
4012
|
+
), i0 = ({
|
|
3987
4013
|
className: s,
|
|
3988
4014
|
color: e = c.GREY_DARK_5,
|
|
3989
4015
|
height: t = 20,
|
|
@@ -4016,7 +4042,7 @@ const J2 = (s, e) => {
|
|
|
4016
4042
|
)
|
|
4017
4043
|
]
|
|
4018
4044
|
}
|
|
4019
|
-
),
|
|
4045
|
+
), s0 = ({
|
|
4020
4046
|
className: s,
|
|
4021
4047
|
color: e = c.GREY_DARK_5,
|
|
4022
4048
|
height: t = 20,
|
|
@@ -4043,7 +4069,7 @@ const J2 = (s, e) => {
|
|
|
4043
4069
|
}
|
|
4044
4070
|
)
|
|
4045
4071
|
}
|
|
4046
|
-
),
|
|
4072
|
+
), n0 = ({
|
|
4047
4073
|
className: s,
|
|
4048
4074
|
color: e = c.GREY_DARK_5,
|
|
4049
4075
|
height: t = 20,
|
|
@@ -4070,7 +4096,7 @@ const J2 = (s, e) => {
|
|
|
4070
4096
|
}
|
|
4071
4097
|
)
|
|
4072
4098
|
}
|
|
4073
|
-
),
|
|
4099
|
+
), o0 = ({
|
|
4074
4100
|
className: s,
|
|
4075
4101
|
color: e = c.GREY_DARK_5,
|
|
4076
4102
|
height: t = 5,
|
|
@@ -4094,7 +4120,7 @@ const J2 = (s, e) => {
|
|
|
4094
4120
|
}
|
|
4095
4121
|
)
|
|
4096
4122
|
}
|
|
4097
|
-
),
|
|
4123
|
+
), l0 = ({
|
|
4098
4124
|
className: s,
|
|
4099
4125
|
color: e = c.GREY_DARK_5,
|
|
4100
4126
|
height: t = 5,
|
|
@@ -4119,7 +4145,7 @@ const J2 = (s, e) => {
|
|
|
4119
4145
|
}
|
|
4120
4146
|
)
|
|
4121
4147
|
}
|
|
4122
|
-
),
|
|
4148
|
+
), r0 = ({
|
|
4123
4149
|
className: s,
|
|
4124
4150
|
color: e = c.GREY_DARK_5,
|
|
4125
4151
|
height: t = 20,
|
|
@@ -4152,7 +4178,7 @@ const J2 = (s, e) => {
|
|
|
4152
4178
|
)
|
|
4153
4179
|
]
|
|
4154
4180
|
}
|
|
4155
|
-
),
|
|
4181
|
+
), a0 = ({
|
|
4156
4182
|
className: s,
|
|
4157
4183
|
color: e = c.GREY_DARK_5,
|
|
4158
4184
|
height: t = 24,
|
|
@@ -4191,7 +4217,7 @@ const J2 = (s, e) => {
|
|
|
4191
4217
|
)
|
|
4192
4218
|
]
|
|
4193
4219
|
}
|
|
4194
|
-
),
|
|
4220
|
+
), h0 = ({
|
|
4195
4221
|
className: s,
|
|
4196
4222
|
color: e = c.GREY_DARK_5,
|
|
4197
4223
|
height: t = 24,
|
|
@@ -4218,7 +4244,7 @@ const J2 = (s, e) => {
|
|
|
4218
4244
|
}
|
|
4219
4245
|
)
|
|
4220
4246
|
}
|
|
4221
|
-
),
|
|
4247
|
+
), c0 = ({
|
|
4222
4248
|
className: s,
|
|
4223
4249
|
color: e = c.GREY_DARK_5,
|
|
4224
4250
|
height: t = 24,
|
|
@@ -4277,7 +4303,7 @@ const J2 = (s, e) => {
|
|
|
4277
4303
|
)
|
|
4278
4304
|
]
|
|
4279
4305
|
}
|
|
4280
|
-
),
|
|
4306
|
+
), C0 = ({
|
|
4281
4307
|
className: s,
|
|
4282
4308
|
color: e = c.GREY_DARK_5,
|
|
4283
4309
|
height: t = 24,
|
|
@@ -4314,7 +4340,7 @@ const J2 = (s, e) => {
|
|
|
4314
4340
|
)
|
|
4315
4341
|
]
|
|
4316
4342
|
}
|
|
4317
|
-
),
|
|
4343
|
+
), d0 = ({
|
|
4318
4344
|
className: s,
|
|
4319
4345
|
color: e = c.GREY_DARK_3,
|
|
4320
4346
|
height: t = 14,
|
|
@@ -4351,7 +4377,7 @@ const J2 = (s, e) => {
|
|
|
4351
4377
|
)
|
|
4352
4378
|
]
|
|
4353
4379
|
}
|
|
4354
|
-
),
|
|
4380
|
+
), g0 = ({
|
|
4355
4381
|
className: s,
|
|
4356
4382
|
color: e = c.GREY_DARK_5,
|
|
4357
4383
|
height: t = 18,
|
|
@@ -4378,7 +4404,7 @@ const J2 = (s, e) => {
|
|
|
4378
4404
|
}
|
|
4379
4405
|
)
|
|
4380
4406
|
}
|
|
4381
|
-
),
|
|
4407
|
+
), u0 = ({
|
|
4382
4408
|
className: s,
|
|
4383
4409
|
color: e = c.GREY_DARK_5,
|
|
4384
4410
|
height: t = 24,
|
|
@@ -4430,7 +4456,7 @@ const J2 = (s, e) => {
|
|
|
4430
4456
|
)
|
|
4431
4457
|
]
|
|
4432
4458
|
}
|
|
4433
|
-
),
|
|
4459
|
+
), w0 = ({
|
|
4434
4460
|
className: s,
|
|
4435
4461
|
color: e = c.GREY_DARK_5,
|
|
4436
4462
|
height: t = 24,
|
|
@@ -4467,7 +4493,7 @@ const J2 = (s, e) => {
|
|
|
4467
4493
|
)
|
|
4468
4494
|
]
|
|
4469
4495
|
}
|
|
4470
|
-
),
|
|
4496
|
+
), p0 = ({
|
|
4471
4497
|
className: s,
|
|
4472
4498
|
color: e = c.NOTIFICATION_WARNING_DARK,
|
|
4473
4499
|
height: t = 37,
|
|
@@ -4506,7 +4532,7 @@ const J2 = (s, e) => {
|
|
|
4506
4532
|
)
|
|
4507
4533
|
]
|
|
4508
4534
|
}
|
|
4509
|
-
),
|
|
4535
|
+
), f0 = ({
|
|
4510
4536
|
className: s,
|
|
4511
4537
|
color: e = c.GREY_DARK_5,
|
|
4512
4538
|
height: t = 24,
|
|
@@ -4532,7 +4558,7 @@ const J2 = (s, e) => {
|
|
|
4532
4558
|
}
|
|
4533
4559
|
)
|
|
4534
4560
|
}
|
|
4535
|
-
),
|
|
4561
|
+
), L0 = ({
|
|
4536
4562
|
className: s,
|
|
4537
4563
|
color: e = c.GREY_DARK_5,
|
|
4538
4564
|
height: t = 24,
|
|
@@ -4571,7 +4597,7 @@ const J2 = (s, e) => {
|
|
|
4571
4597
|
)
|
|
4572
4598
|
]
|
|
4573
4599
|
}
|
|
4574
|
-
),
|
|
4600
|
+
), m0 = ({
|
|
4575
4601
|
className: s,
|
|
4576
4602
|
color: e = c.GREY_DARK_5,
|
|
4577
4603
|
height: t = 20,
|
|
@@ -4604,7 +4630,7 @@ const J2 = (s, e) => {
|
|
|
4604
4630
|
)
|
|
4605
4631
|
]
|
|
4606
4632
|
}
|
|
4607
|
-
),
|
|
4633
|
+
), k0 = ({
|
|
4608
4634
|
className: s,
|
|
4609
4635
|
color: e = c.GREY_DARK_5,
|
|
4610
4636
|
height: t = 24,
|
|
@@ -4673,7 +4699,7 @@ const J2 = (s, e) => {
|
|
|
4673
4699
|
)
|
|
4674
4700
|
]
|
|
4675
4701
|
}
|
|
4676
|
-
),
|
|
4702
|
+
), v0 = ({
|
|
4677
4703
|
className: s,
|
|
4678
4704
|
color: e = c.GREY_DARK_5,
|
|
4679
4705
|
height: t = 24,
|
|
@@ -4730,7 +4756,7 @@ const J2 = (s, e) => {
|
|
|
4730
4756
|
)
|
|
4731
4757
|
]
|
|
4732
4758
|
}
|
|
4733
|
-
),
|
|
4759
|
+
), N0 = ({
|
|
4734
4760
|
className: s,
|
|
4735
4761
|
color: e = c.GREY_DARK_5,
|
|
4736
4762
|
height: t = 24,
|
|
@@ -4779,7 +4805,7 @@ const J2 = (s, e) => {
|
|
|
4779
4805
|
)
|
|
4780
4806
|
]
|
|
4781
4807
|
}
|
|
4782
|
-
),
|
|
4808
|
+
), x0 = ({
|
|
4783
4809
|
className: s,
|
|
4784
4810
|
color: e = c.GREY_DARK_5,
|
|
4785
4811
|
height: t = 24,
|
|
@@ -4806,7 +4832,7 @@ const J2 = (s, e) => {
|
|
|
4806
4832
|
}
|
|
4807
4833
|
)
|
|
4808
4834
|
}
|
|
4809
|
-
),
|
|
4835
|
+
), M0 = ({
|
|
4810
4836
|
className: s,
|
|
4811
4837
|
color: e = c.GREY_DARK_5,
|
|
4812
4838
|
height: t = 20,
|
|
@@ -4835,7 +4861,7 @@ const J2 = (s, e) => {
|
|
|
4835
4861
|
)
|
|
4836
4862
|
]
|
|
4837
4863
|
}
|
|
4838
|
-
),
|
|
4864
|
+
), R0 = ({
|
|
4839
4865
|
className: s,
|
|
4840
4866
|
color: e = "#001E52",
|
|
4841
4867
|
height: t = 24,
|
|
@@ -4861,7 +4887,7 @@ const J2 = (s, e) => {
|
|
|
4861
4887
|
}
|
|
4862
4888
|
)
|
|
4863
4889
|
}
|
|
4864
|
-
),
|
|
4890
|
+
), V0 = ({
|
|
4865
4891
|
className: s,
|
|
4866
4892
|
color: e = "#001E52",
|
|
4867
4893
|
height: t = 24,
|
|
@@ -4899,7 +4925,7 @@ const J2 = (s, e) => {
|
|
|
4899
4925
|
)
|
|
4900
4926
|
] }) })
|
|
4901
4927
|
}
|
|
4902
|
-
),
|
|
4928
|
+
), Z0 = ({
|
|
4903
4929
|
width: s = 20,
|
|
4904
4930
|
height: e = 20,
|
|
4905
4931
|
color: t = c.GREY_DARK_5,
|
|
@@ -4923,7 +4949,7 @@ const J2 = (s, e) => {
|
|
|
4923
4949
|
}
|
|
4924
4950
|
)
|
|
4925
4951
|
}
|
|
4926
|
-
),
|
|
4952
|
+
), H0 = ({
|
|
4927
4953
|
width: s = 24,
|
|
4928
4954
|
height: e = 24,
|
|
4929
4955
|
color: t = "#131314",
|
|
@@ -4956,7 +4982,7 @@ const J2 = (s, e) => {
|
|
|
4956
4982
|
)
|
|
4957
4983
|
]
|
|
4958
4984
|
}
|
|
4959
|
-
),
|
|
4985
|
+
), _0 = ({
|
|
4960
4986
|
width: s = 20,
|
|
4961
4987
|
height: e = 20,
|
|
4962
4988
|
color: t = c.GREY_DARK_5,
|
|
@@ -4989,7 +5015,7 @@ const J2 = (s, e) => {
|
|
|
4989
5015
|
)
|
|
4990
5016
|
]
|
|
4991
5017
|
}
|
|
4992
|
-
),
|
|
5018
|
+
), b0 = ({
|
|
4993
5019
|
width: s = 24,
|
|
4994
5020
|
height: e = 24,
|
|
4995
5021
|
color: t = c.GREY_DARK_2,
|
|
@@ -5029,7 +5055,7 @@ const J2 = (s, e) => {
|
|
|
5029
5055
|
)
|
|
5030
5056
|
]
|
|
5031
5057
|
}
|
|
5032
|
-
),
|
|
5058
|
+
), y0 = ({
|
|
5033
5059
|
width: s = 24,
|
|
5034
5060
|
height: e = 24,
|
|
5035
5061
|
color: t = c.GREY_DARK_2,
|
|
@@ -5056,7 +5082,7 @@ const J2 = (s, e) => {
|
|
|
5056
5082
|
}
|
|
5057
5083
|
)
|
|
5058
5084
|
}
|
|
5059
|
-
),
|
|
5085
|
+
), E0 = ({
|
|
5060
5086
|
width: s = 24,
|
|
5061
5087
|
height: e = 24,
|
|
5062
5088
|
color: t = c.GREY_DARK_2,
|
|
@@ -5083,7 +5109,31 @@ const J2 = (s, e) => {
|
|
|
5083
5109
|
}
|
|
5084
5110
|
)
|
|
5085
5111
|
}
|
|
5086
|
-
),
|
|
5112
|
+
), A0 = ({
|
|
5113
|
+
width: s = 20,
|
|
5114
|
+
height: e = 20,
|
|
5115
|
+
color: t = c.GREY_DARK_5,
|
|
5116
|
+
className: i,
|
|
5117
|
+
onClick: n
|
|
5118
|
+
}) => /* @__PURE__ */ o(
|
|
5119
|
+
"svg",
|
|
5120
|
+
{
|
|
5121
|
+
width: s,
|
|
5122
|
+
height: e,
|
|
5123
|
+
viewBox: "0 0 24 24",
|
|
5124
|
+
fill: "none",
|
|
5125
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5126
|
+
className: i,
|
|
5127
|
+
onClick: n,
|
|
5128
|
+
children: /* @__PURE__ */ o(
|
|
5129
|
+
"path",
|
|
5130
|
+
{
|
|
5131
|
+
d: "M11.2508 21V18.7637C9.71369 18.5497 8.16781 17.8314 7.24691 16.6035C6.9984 16.2722 7.06502 15.8023 7.39632 15.5537C7.72769 15.3052 8.1976 15.3727 8.44612 15.7041C9.16492 16.6625 10.5803 17.2781 12.0272 17.3301C12.9764 17.3642 13.8405 17.1501 14.4442 16.7275C15.0176 16.3259 15.404 15.7076 15.4041 14.7695C15.4041 14.3707 15.315 14.0837 15.1834 13.8633C15.0493 13.6385 14.8458 13.4408 14.5614 13.2598C13.9626 12.8789 13.1328 12.6452 12.1492 12.377C11.2292 12.126 10.1551 11.841 9.32601 11.3135C8.89657 11.0402 8.50479 10.6857 8.22249 10.2129C7.93759 9.73559 7.7889 9.17769 7.7889 8.53809C7.78899 7.20829 8.28245 6.20183 9.13167 5.55859C9.74399 5.0948 10.4886 4.8588 11.2508 4.78125V3C11.2508 2.58579 11.5866 2.25 12.0008 2.25C12.4148 2.25025 12.7508 2.58594 12.7508 3V4.81543C14.2298 5.0136 15.7363 5.67511 16.6844 6.62305C16.9773 6.91594 16.9773 7.39168 16.6844 7.68457C16.3916 7.97714 15.9167 7.97716 15.6239 7.68457C14.8322 6.89291 13.3555 6.29095 11.9803 6.25391C11.1708 6.23212 10.4941 6.40939 10.0379 6.75488C9.61314 7.07663 9.28898 7.61134 9.2889 8.53809C9.2889 8.93694 9.37804 9.22392 9.5096 9.44434C9.64376 9.66907 9.84727 9.86687 10.1317 10.0479C10.7304 10.4288 11.5603 10.6624 12.5438 10.9307C13.4638 11.1816 14.538 11.4666 15.367 11.9941C15.7965 12.2674 16.1882 12.6219 16.4705 13.0947C16.7554 13.572 16.9041 14.1299 16.9041 14.7695C16.904 16.2001 16.277 17.2756 15.3055 17.9561C14.5708 18.4706 13.6703 18.7363 12.7508 18.8096V21C12.7508 21.414 12.4148 21.7497 12.0008 21.75C11.5866 21.75 11.2509 21.4142 11.2508 21Z",
|
|
5132
|
+
fill: t
|
|
5133
|
+
}
|
|
5134
|
+
)
|
|
5135
|
+
}
|
|
5136
|
+
), D0 = ({
|
|
5087
5137
|
name: s,
|
|
5088
5138
|
width: e,
|
|
5089
5139
|
height: t,
|
|
@@ -5096,35 +5146,35 @@ const J2 = (s, e) => {
|
|
|
5096
5146
|
return /* @__PURE__ */ o(t1, { children: (() => {
|
|
5097
5147
|
switch (s) {
|
|
5098
5148
|
case "nextIcon":
|
|
5099
|
-
return i0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5100
|
-
case "prevIcon":
|
|
5101
5149
|
return s0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5150
|
+
case "prevIcon":
|
|
5151
|
+
return n0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5102
5152
|
case "arrowDown":
|
|
5103
|
-
return N7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5104
|
-
case "info":
|
|
5105
5153
|
return x7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5106
|
-
case "
|
|
5154
|
+
case "info":
|
|
5107
5155
|
return M7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5156
|
+
case "arrowRight":
|
|
5157
|
+
return R7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5108
5158
|
case "calendar":
|
|
5109
|
-
return _7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5110
|
-
case "check":
|
|
5111
5159
|
return b7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5112
|
-
case "
|
|
5160
|
+
case "check":
|
|
5113
5161
|
return y7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5114
|
-
case "
|
|
5162
|
+
case "cancel":
|
|
5115
5163
|
return E7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5116
|
-
case "
|
|
5164
|
+
case "add":
|
|
5117
5165
|
return A7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5118
|
-
case "
|
|
5166
|
+
case "list":
|
|
5119
5167
|
return D7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5120
|
-
case "
|
|
5168
|
+
case "dragAndDrop":
|
|
5121
5169
|
return B7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5122
|
-
case "
|
|
5170
|
+
case "filter":
|
|
5123
5171
|
return K7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5124
|
-
case "
|
|
5172
|
+
case "attention":
|
|
5125
5173
|
return S7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5174
|
+
case "users":
|
|
5175
|
+
return G7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5126
5176
|
case "mySkillsMatrix":
|
|
5127
|
-
return
|
|
5177
|
+
return I7({
|
|
5128
5178
|
width: e,
|
|
5129
5179
|
height: t,
|
|
5130
5180
|
color: r,
|
|
@@ -5132,9 +5182,9 @@ const J2 = (s, e) => {
|
|
|
5132
5182
|
onClick: l
|
|
5133
5183
|
});
|
|
5134
5184
|
case "skills":
|
|
5135
|
-
return
|
|
5185
|
+
return O7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5136
5186
|
case "skillsMatrices":
|
|
5137
|
-
return
|
|
5187
|
+
return Y7({
|
|
5138
5188
|
width: e,
|
|
5139
5189
|
height: t,
|
|
5140
5190
|
color: r,
|
|
@@ -5142,21 +5192,21 @@ const J2 = (s, e) => {
|
|
|
5142
5192
|
onClick: l
|
|
5143
5193
|
});
|
|
5144
5194
|
case "history":
|
|
5145
|
-
return Y7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5146
|
-
case "logOut":
|
|
5147
5195
|
return j7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5148
|
-
case "
|
|
5196
|
+
case "logOut":
|
|
5149
5197
|
return W7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5150
|
-
case "
|
|
5198
|
+
case "settings":
|
|
5151
5199
|
return T7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5152
|
-
case "
|
|
5200
|
+
case "trash":
|
|
5153
5201
|
return $7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5154
|
-
case "
|
|
5202
|
+
case "settings2":
|
|
5155
5203
|
return P7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5156
|
-
case "
|
|
5204
|
+
case "checkCircle":
|
|
5157
5205
|
return F7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5206
|
+
case "cancelCircle":
|
|
5207
|
+
return U7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5158
5208
|
case "visibilityIcon":
|
|
5159
|
-
return
|
|
5209
|
+
return z7({
|
|
5160
5210
|
width: e,
|
|
5161
5211
|
height: t,
|
|
5162
5212
|
color: r,
|
|
@@ -5164,7 +5214,7 @@ const J2 = (s, e) => {
|
|
|
5164
5214
|
onClick: l
|
|
5165
5215
|
});
|
|
5166
5216
|
case "visibilityOffIcon":
|
|
5167
|
-
return
|
|
5217
|
+
return J7({
|
|
5168
5218
|
width: e,
|
|
5169
5219
|
height: t,
|
|
5170
5220
|
color: r,
|
|
@@ -5172,7 +5222,7 @@ const J2 = (s, e) => {
|
|
|
5172
5222
|
onClick: l
|
|
5173
5223
|
});
|
|
5174
5224
|
case "selectArrowIcon":
|
|
5175
|
-
return
|
|
5225
|
+
return q7({
|
|
5176
5226
|
width: e,
|
|
5177
5227
|
height: t,
|
|
5178
5228
|
color: r,
|
|
@@ -5180,7 +5230,7 @@ const J2 = (s, e) => {
|
|
|
5180
5230
|
onClick: l
|
|
5181
5231
|
});
|
|
5182
5232
|
case "expandArrowIcon":
|
|
5183
|
-
return
|
|
5233
|
+
return Q7({
|
|
5184
5234
|
width: e,
|
|
5185
5235
|
height: t,
|
|
5186
5236
|
color: r,
|
|
@@ -5188,7 +5238,7 @@ const J2 = (s, e) => {
|
|
|
5188
5238
|
onClick: l
|
|
5189
5239
|
});
|
|
5190
5240
|
case "expandActiveArrowIcon":
|
|
5191
|
-
return
|
|
5241
|
+
return X7({
|
|
5192
5242
|
width: e,
|
|
5193
5243
|
height: t,
|
|
5194
5244
|
color: r,
|
|
@@ -5196,75 +5246,77 @@ const J2 = (s, e) => {
|
|
|
5196
5246
|
onClick: l
|
|
5197
5247
|
});
|
|
5198
5248
|
case "sortUp":
|
|
5199
|
-
return X7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5200
|
-
case "sortDown":
|
|
5201
5249
|
return e0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5202
|
-
case "
|
|
5250
|
+
case "sortDown":
|
|
5203
5251
|
return t0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5252
|
+
case "search":
|
|
5253
|
+
return i0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5204
5254
|
case "arrowUpFilled":
|
|
5205
|
-
return
|
|
5255
|
+
return l0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5206
5256
|
case "arrowDownFilled":
|
|
5207
|
-
return
|
|
5257
|
+
return o0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5208
5258
|
case "arrow2Up":
|
|
5209
|
-
return R7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5210
|
-
case "arrow2Right":
|
|
5211
5259
|
return V7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5212
|
-
case "
|
|
5260
|
+
case "arrow2Right":
|
|
5213
5261
|
return Z7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5214
|
-
case "
|
|
5262
|
+
case "arrow2Down":
|
|
5215
5263
|
return H7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5264
|
+
case "arrow2Left":
|
|
5265
|
+
return _7({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5216
5266
|
case "link":
|
|
5217
|
-
return
|
|
5267
|
+
return r0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5218
5268
|
case "telegram":
|
|
5219
|
-
return
|
|
5269
|
+
return h0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5220
5270
|
case "mail":
|
|
5221
|
-
return
|
|
5271
|
+
return C0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5222
5272
|
case "github":
|
|
5223
|
-
return
|
|
5273
|
+
return a0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5224
5274
|
case "linkedIn":
|
|
5225
|
-
return
|
|
5275
|
+
return c0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5226
5276
|
case "emptyStateIcon":
|
|
5227
|
-
return C0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5228
|
-
case "filtersIcon":
|
|
5229
5277
|
return d0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5230
|
-
case "
|
|
5278
|
+
case "filtersIcon":
|
|
5231
5279
|
return g0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5232
|
-
case "
|
|
5280
|
+
case "dotMenuIcon":
|
|
5233
5281
|
return u0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5234
|
-
case "
|
|
5282
|
+
case "plusCircle":
|
|
5235
5283
|
return w0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5236
|
-
case "
|
|
5284
|
+
case "warning":
|
|
5237
5285
|
return p0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5238
|
-
case "
|
|
5286
|
+
case "back":
|
|
5239
5287
|
return f0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5240
|
-
case "
|
|
5288
|
+
case "bell":
|
|
5241
5289
|
return L0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5242
|
-
case "
|
|
5290
|
+
case "copy":
|
|
5243
5291
|
return m0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5244
|
-
case "
|
|
5292
|
+
case "contract":
|
|
5245
5293
|
return k0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5246
|
-
case "
|
|
5294
|
+
case "resourceManager":
|
|
5247
5295
|
return v0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5248
|
-
case "
|
|
5296
|
+
case "image":
|
|
5249
5297
|
return N0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5250
|
-
case "
|
|
5298
|
+
case "edit":
|
|
5251
5299
|
return x0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5252
|
-
case "
|
|
5300
|
+
case "filledArrowRight":
|
|
5253
5301
|
return M0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5254
|
-
case "
|
|
5302
|
+
case "burgerMenu":
|
|
5255
5303
|
return R0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5256
|
-
case "
|
|
5304
|
+
case "refresh":
|
|
5257
5305
|
return V0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5306
|
+
case "projects":
|
|
5307
|
+
return Z0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5258
5308
|
case "user":
|
|
5259
|
-
return
|
|
5309
|
+
return _0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5260
5310
|
case "exit":
|
|
5261
|
-
return
|
|
5311
|
+
return H0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5262
5312
|
case "openPointCircle":
|
|
5263
|
-
return _0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5264
|
-
case "community":
|
|
5265
5313
|
return b0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5266
|
-
case "
|
|
5314
|
+
case "community":
|
|
5267
5315
|
return y0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5316
|
+
case "docs":
|
|
5317
|
+
return E0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5318
|
+
case "unpaidLeave":
|
|
5319
|
+
return A0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
5268
5320
|
default:
|
|
5269
5321
|
return /* @__PURE__ */ o(t1, { children: "No Icon provided" });
|
|
5270
5322
|
}
|
|
@@ -5285,7 +5337,7 @@ const J2 = (s, e) => {
|
|
|
5285
5337
|
{
|
|
5286
5338
|
className: `snmt-tag ${t} ${h ? "disabled" : ""}`,
|
|
5287
5339
|
closeIcon: /* @__PURE__ */ o(
|
|
5288
|
-
|
|
5340
|
+
D0,
|
|
5289
5341
|
{
|
|
5290
5342
|
name: "cancelCircle",
|
|
5291
5343
|
color: h ? c.GREY_DARK_1 : c.GREY_DARK_2,
|
|
@@ -5298,7 +5350,7 @@ const J2 = (s, e) => {
|
|
|
5298
5350
|
style: { width: e ?? "fit-content" },
|
|
5299
5351
|
closable: n,
|
|
5300
5352
|
children: typeof s == "string" ? /* @__PURE__ */ o(
|
|
5301
|
-
|
|
5353
|
+
N7,
|
|
5302
5354
|
{
|
|
5303
5355
|
variant: t === "small" ? "body4" : "body2",
|
|
5304
5356
|
color: h ? c.GREY_DARK_2 : c.GREY_DARK_5,
|
|
@@ -5307,12 +5359,12 @@ const J2 = (s, e) => {
|
|
|
5307
5359
|
) : s
|
|
5308
5360
|
}
|
|
5309
5361
|
);
|
|
5310
|
-
}, { Title:
|
|
5362
|
+
}, { Title: B0, Text: K0 } = N1, S0 = {
|
|
5311
5363
|
h1: 1,
|
|
5312
5364
|
h2: 2,
|
|
5313
5365
|
h3: 3,
|
|
5314
5366
|
h4: 4
|
|
5315
|
-
},
|
|
5367
|
+
}, G0 = r1(
|
|
5316
5368
|
({
|
|
5317
5369
|
align: s = "inherit",
|
|
5318
5370
|
variant: e = "body1",
|
|
@@ -5354,9 +5406,9 @@ const J2 = (s, e) => {
|
|
|
5354
5406
|
}
|
|
5355
5407
|
} : void 0
|
|
5356
5408
|
};
|
|
5357
|
-
return u ? /* @__PURE__ */ o(
|
|
5409
|
+
return u ? /* @__PURE__ */ o(B0, { level: S0[e], ...f, children: i }) : /* @__PURE__ */ o(K0, { ...f, children: i });
|
|
5358
5410
|
}
|
|
5359
|
-
),
|
|
5411
|
+
), I0 = ({
|
|
5360
5412
|
children: s,
|
|
5361
5413
|
content: e,
|
|
5362
5414
|
isOpen: t,
|
|
@@ -5381,7 +5433,7 @@ const J2 = (s, e) => {
|
|
|
5381
5433
|
children: /* @__PURE__ */ o("div", { className: "wrapper", children: s })
|
|
5382
5434
|
}
|
|
5383
5435
|
);
|
|
5384
|
-
}, { Title:
|
|
5436
|
+
}, { Title: O0, Text: Y0 } = N1, j0 = {
|
|
5385
5437
|
h1: 1,
|
|
5386
5438
|
h2: 2,
|
|
5387
5439
|
h3: 3,
|
|
@@ -5428,9 +5480,9 @@ const J2 = (s, e) => {
|
|
|
5428
5480
|
}
|
|
5429
5481
|
} : void 0
|
|
5430
5482
|
};
|
|
5431
|
-
return u ? /* @__PURE__ */ o(
|
|
5483
|
+
return u ? /* @__PURE__ */ o(O0, { level: j0[e], ...f, children: i }) : /* @__PURE__ */ o(Y0, { ...f, children: i });
|
|
5432
5484
|
}
|
|
5433
|
-
),
|
|
5485
|
+
), W0 = ({
|
|
5434
5486
|
width: s = 20,
|
|
5435
5487
|
height: e = 20,
|
|
5436
5488
|
color: t = "#001E52",
|
|
@@ -5457,7 +5509,7 @@ const J2 = (s, e) => {
|
|
|
5457
5509
|
}
|
|
5458
5510
|
)
|
|
5459
5511
|
}
|
|
5460
|
-
),
|
|
5512
|
+
), T0 = ({
|
|
5461
5513
|
width: s = 20,
|
|
5462
5514
|
height: e = 20,
|
|
5463
5515
|
color: t = c.GREY_DARK_5,
|
|
@@ -5497,7 +5549,7 @@ const J2 = (s, e) => {
|
|
|
5497
5549
|
)
|
|
5498
5550
|
]
|
|
5499
5551
|
}
|
|
5500
|
-
),
|
|
5552
|
+
), $0 = ({
|
|
5501
5553
|
width: s = 20,
|
|
5502
5554
|
height: e = 20,
|
|
5503
5555
|
color: t = "#001E52",
|
|
@@ -5532,7 +5584,7 @@ const J2 = (s, e) => {
|
|
|
5532
5584
|
)
|
|
5533
5585
|
]
|
|
5534
5586
|
}
|
|
5535
|
-
),
|
|
5587
|
+
), P0 = ({
|
|
5536
5588
|
width: s = 20,
|
|
5537
5589
|
height: e = 20,
|
|
5538
5590
|
color: t = c.GREY_DARK_5,
|
|
@@ -5559,7 +5611,7 @@ const J2 = (s, e) => {
|
|
|
5559
5611
|
/* @__PURE__ */ o("defs", { children: /* @__PURE__ */ o("clipPath", { id: "clip0_1_2043", children: /* @__PURE__ */ o("rect", { width: "24", height: "24", fill: "white", transform: "translate(0.5 0.5)" }) }) })
|
|
5560
5612
|
]
|
|
5561
5613
|
}
|
|
5562
|
-
),
|
|
5614
|
+
), F0 = ({
|
|
5563
5615
|
width: s = 20,
|
|
5564
5616
|
height: e = 20,
|
|
5565
5617
|
color: t = c.GREY_DARK_5,
|
|
@@ -5583,7 +5635,7 @@ const J2 = (s, e) => {
|
|
|
5583
5635
|
}
|
|
5584
5636
|
)
|
|
5585
5637
|
}
|
|
5586
|
-
),
|
|
5638
|
+
), U0 = ({
|
|
5587
5639
|
width: s = 20,
|
|
5588
5640
|
height: e = 20,
|
|
5589
5641
|
color: t = c.GREY_DARK_5,
|
|
@@ -5610,7 +5662,7 @@ const J2 = (s, e) => {
|
|
|
5610
5662
|
/* @__PURE__ */ o("defs", { children: /* @__PURE__ */ o("clipPath", { id: "clip0_1_2039", children: /* @__PURE__ */ o("rect", { width: "24", height: "24", fill: "white", transform: "translate(0.5 0.5)" }) }) })
|
|
5611
5663
|
]
|
|
5612
5664
|
}
|
|
5613
|
-
),
|
|
5665
|
+
), z0 = ({
|
|
5614
5666
|
width: s = 20,
|
|
5615
5667
|
height: e = 20,
|
|
5616
5668
|
color: t = c.GREY_DARK_5,
|
|
@@ -5634,7 +5686,7 @@ const J2 = (s, e) => {
|
|
|
5634
5686
|
}
|
|
5635
5687
|
)
|
|
5636
5688
|
}
|
|
5637
|
-
),
|
|
5689
|
+
), J0 = ({
|
|
5638
5690
|
width: s = 20,
|
|
5639
5691
|
height: e = 20,
|
|
5640
5692
|
color: t = c.GREY_DARK_5,
|
|
@@ -5681,7 +5733,7 @@ const J2 = (s, e) => {
|
|
|
5681
5733
|
)
|
|
5682
5734
|
]
|
|
5683
5735
|
}
|
|
5684
|
-
),
|
|
5736
|
+
), q0 = ({
|
|
5685
5737
|
width: s = 20,
|
|
5686
5738
|
height: e = 20,
|
|
5687
5739
|
color: t = c.GREY_DARK_5,
|
|
@@ -5705,7 +5757,7 @@ const J2 = (s, e) => {
|
|
|
5705
5757
|
}
|
|
5706
5758
|
)
|
|
5707
5759
|
}
|
|
5708
|
-
),
|
|
5760
|
+
), Q0 = ({
|
|
5709
5761
|
width: s = 20,
|
|
5710
5762
|
height: e = 20,
|
|
5711
5763
|
color: t = c.GREY_DARK_5,
|
|
@@ -5729,7 +5781,7 @@ const J2 = (s, e) => {
|
|
|
5729
5781
|
}
|
|
5730
5782
|
)
|
|
5731
5783
|
}
|
|
5732
|
-
),
|
|
5784
|
+
), X0 = ({
|
|
5733
5785
|
width: s = 20,
|
|
5734
5786
|
height: e = 20,
|
|
5735
5787
|
color: t = c.GREY_DARK_5,
|
|
@@ -5753,7 +5805,7 @@ const J2 = (s, e) => {
|
|
|
5753
5805
|
}
|
|
5754
5806
|
)
|
|
5755
5807
|
}
|
|
5756
|
-
),
|
|
5808
|
+
), e9 = ({
|
|
5757
5809
|
width: s = 20,
|
|
5758
5810
|
height: e = 20,
|
|
5759
5811
|
color: t = c.GREY_DARK_5,
|
|
@@ -5814,7 +5866,7 @@ const J2 = (s, e) => {
|
|
|
5814
5866
|
)
|
|
5815
5867
|
]
|
|
5816
5868
|
}
|
|
5817
|
-
),
|
|
5869
|
+
), t9 = ({
|
|
5818
5870
|
width: s = 20,
|
|
5819
5871
|
height: e = 20,
|
|
5820
5872
|
color: t = c.GREY_DARK_5,
|
|
@@ -5861,7 +5913,7 @@ const J2 = (s, e) => {
|
|
|
5861
5913
|
)
|
|
5862
5914
|
]
|
|
5863
5915
|
}
|
|
5864
|
-
),
|
|
5916
|
+
), i9 = ({
|
|
5865
5917
|
width: s = 20,
|
|
5866
5918
|
height: e = 20,
|
|
5867
5919
|
color: t = c.GREY_DARK_5,
|
|
@@ -5901,7 +5953,7 @@ const J2 = (s, e) => {
|
|
|
5901
5953
|
)
|
|
5902
5954
|
]
|
|
5903
5955
|
}
|
|
5904
|
-
),
|
|
5956
|
+
), s9 = ({
|
|
5905
5957
|
width: s = 20,
|
|
5906
5958
|
height: e = 20,
|
|
5907
5959
|
color: t = c.GREY_DARK_5,
|
|
@@ -5941,7 +5993,7 @@ const J2 = (s, e) => {
|
|
|
5941
5993
|
)
|
|
5942
5994
|
]
|
|
5943
5995
|
}
|
|
5944
|
-
),
|
|
5996
|
+
), n9 = ({
|
|
5945
5997
|
width: s = 20,
|
|
5946
5998
|
height: e = 20,
|
|
5947
5999
|
color: t = c.GREY_DARK_5,
|
|
@@ -5988,7 +6040,7 @@ const J2 = (s, e) => {
|
|
|
5988
6040
|
)
|
|
5989
6041
|
]
|
|
5990
6042
|
}
|
|
5991
|
-
),
|
|
6043
|
+
), o9 = ({
|
|
5992
6044
|
width: s = 20,
|
|
5993
6045
|
height: e = 20,
|
|
5994
6046
|
color: t = c.GREY_DARK_5,
|
|
@@ -6035,7 +6087,7 @@ const J2 = (s, e) => {
|
|
|
6035
6087
|
)
|
|
6036
6088
|
]
|
|
6037
6089
|
}
|
|
6038
|
-
),
|
|
6090
|
+
), l9 = ({
|
|
6039
6091
|
width: s = 20,
|
|
6040
6092
|
height: e = 20,
|
|
6041
6093
|
color: t = c.GREY_DARK_5,
|
|
@@ -6082,7 +6134,7 @@ const J2 = (s, e) => {
|
|
|
6082
6134
|
)
|
|
6083
6135
|
]
|
|
6084
6136
|
}
|
|
6085
|
-
),
|
|
6137
|
+
), r9 = ({
|
|
6086
6138
|
width: s = 20,
|
|
6087
6139
|
height: e = 20,
|
|
6088
6140
|
color: t = c.GREY_DARK_5,
|
|
@@ -6122,7 +6174,7 @@ const J2 = (s, e) => {
|
|
|
6122
6174
|
)
|
|
6123
6175
|
]
|
|
6124
6176
|
}
|
|
6125
|
-
),
|
|
6177
|
+
), a9 = ({
|
|
6126
6178
|
width: s = 20,
|
|
6127
6179
|
height: e = 20,
|
|
6128
6180
|
color: t = c.GREY_DARK_5,
|
|
@@ -6155,7 +6207,7 @@ const J2 = (s, e) => {
|
|
|
6155
6207
|
)
|
|
6156
6208
|
]
|
|
6157
6209
|
}
|
|
6158
|
-
),
|
|
6210
|
+
), h9 = ({
|
|
6159
6211
|
width: s = 20,
|
|
6160
6212
|
height: e = 20,
|
|
6161
6213
|
color: t = c.GREY_DARK_5,
|
|
@@ -6188,7 +6240,7 @@ const J2 = (s, e) => {
|
|
|
6188
6240
|
)
|
|
6189
6241
|
]
|
|
6190
6242
|
}
|
|
6191
|
-
),
|
|
6243
|
+
), c9 = ({
|
|
6192
6244
|
width: s = 20,
|
|
6193
6245
|
height: e = 20,
|
|
6194
6246
|
color: t = c.GREY_DARK_5,
|
|
@@ -6221,7 +6273,7 @@ const J2 = (s, e) => {
|
|
|
6221
6273
|
)
|
|
6222
6274
|
]
|
|
6223
6275
|
}
|
|
6224
|
-
),
|
|
6276
|
+
), C9 = ({
|
|
6225
6277
|
width: s = 20,
|
|
6226
6278
|
height: e = 20,
|
|
6227
6279
|
color: t = c.GREY_DARK_5,
|
|
@@ -6254,7 +6306,7 @@ const J2 = (s, e) => {
|
|
|
6254
6306
|
)
|
|
6255
6307
|
]
|
|
6256
6308
|
}
|
|
6257
|
-
),
|
|
6309
|
+
), d9 = ({
|
|
6258
6310
|
width: s = 20,
|
|
6259
6311
|
height: e = 20,
|
|
6260
6312
|
color: t = c.GREY_DARK_5,
|
|
@@ -6294,7 +6346,7 @@ const J2 = (s, e) => {
|
|
|
6294
6346
|
)
|
|
6295
6347
|
]
|
|
6296
6348
|
}
|
|
6297
|
-
),
|
|
6349
|
+
), g9 = ({
|
|
6298
6350
|
width: s = 20,
|
|
6299
6351
|
height: e = 20,
|
|
6300
6352
|
color: t = c.GREY_DARK_5,
|
|
@@ -6327,7 +6379,7 @@ const J2 = (s, e) => {
|
|
|
6327
6379
|
)
|
|
6328
6380
|
]
|
|
6329
6381
|
}
|
|
6330
|
-
),
|
|
6382
|
+
), u9 = ({
|
|
6331
6383
|
width: s = 20,
|
|
6332
6384
|
height: e = 20,
|
|
6333
6385
|
color: t = c.GREY_DARK_5,
|
|
@@ -6360,7 +6412,7 @@ const J2 = (s, e) => {
|
|
|
6360
6412
|
)
|
|
6361
6413
|
]
|
|
6362
6414
|
}
|
|
6363
|
-
),
|
|
6415
|
+
), w9 = ({
|
|
6364
6416
|
width: s = 20,
|
|
6365
6417
|
height: e = 20,
|
|
6366
6418
|
color: t = "#070739",
|
|
@@ -6390,7 +6442,7 @@ const J2 = (s, e) => {
|
|
|
6390
6442
|
/* @__PURE__ */ o("circle", { cx: "10", cy: "10", r: "2.375", stroke: t, strokeWidth: "1.25" })
|
|
6391
6443
|
]
|
|
6392
6444
|
}
|
|
6393
|
-
),
|
|
6445
|
+
), p9 = ({
|
|
6394
6446
|
width: s = 20,
|
|
6395
6447
|
height: e = 20,
|
|
6396
6448
|
color: t = "#070739",
|
|
@@ -6428,7 +6480,7 @@ const J2 = (s, e) => {
|
|
|
6428
6480
|
)
|
|
6429
6481
|
]
|
|
6430
6482
|
}
|
|
6431
|
-
),
|
|
6483
|
+
), f9 = ({
|
|
6432
6484
|
width: s = 9,
|
|
6433
6485
|
height: e = 5,
|
|
6434
6486
|
color: t = "#001E52",
|
|
@@ -6454,7 +6506,7 @@ const J2 = (s, e) => {
|
|
|
6454
6506
|
}
|
|
6455
6507
|
)
|
|
6456
6508
|
}
|
|
6457
|
-
),
|
|
6509
|
+
), L9 = ({
|
|
6458
6510
|
width: s = 20,
|
|
6459
6511
|
height: e = 20,
|
|
6460
6512
|
color: t = "#F2F2F7",
|
|
@@ -6483,7 +6535,7 @@ const J2 = (s, e) => {
|
|
|
6483
6535
|
)
|
|
6484
6536
|
]
|
|
6485
6537
|
}
|
|
6486
|
-
),
|
|
6538
|
+
), m9 = ({
|
|
6487
6539
|
width: s = 20,
|
|
6488
6540
|
height: e = 20,
|
|
6489
6541
|
color: t = "#004ED7",
|
|
@@ -6512,7 +6564,7 @@ const J2 = (s, e) => {
|
|
|
6512
6564
|
)
|
|
6513
6565
|
]
|
|
6514
6566
|
}
|
|
6515
|
-
),
|
|
6567
|
+
), k9 = ({
|
|
6516
6568
|
width: s = 10,
|
|
6517
6569
|
height: e = 10,
|
|
6518
6570
|
color: t = "#001E52",
|
|
@@ -6541,7 +6593,7 @@ const J2 = (s, e) => {
|
|
|
6541
6593
|
)
|
|
6542
6594
|
]
|
|
6543
6595
|
}
|
|
6544
|
-
),
|
|
6596
|
+
), v9 = ({
|
|
6545
6597
|
width: s = 10,
|
|
6546
6598
|
height: e = 10,
|
|
6547
6599
|
color: t = "#001E52",
|
|
@@ -6578,7 +6630,7 @@ const J2 = (s, e) => {
|
|
|
6578
6630
|
)
|
|
6579
6631
|
]
|
|
6580
6632
|
}
|
|
6581
|
-
),
|
|
6633
|
+
), N9 = ({
|
|
6582
6634
|
className: s,
|
|
6583
6635
|
color: e = c.GREY_DARK_5,
|
|
6584
6636
|
height: t = 20,
|
|
@@ -6611,7 +6663,7 @@ const J2 = (s, e) => {
|
|
|
6611
6663
|
)
|
|
6612
6664
|
]
|
|
6613
6665
|
}
|
|
6614
|
-
),
|
|
6666
|
+
), x9 = ({
|
|
6615
6667
|
className: s,
|
|
6616
6668
|
color: e = c.GREY_DARK_5,
|
|
6617
6669
|
height: t = 20,
|
|
@@ -6638,7 +6690,7 @@ const J2 = (s, e) => {
|
|
|
6638
6690
|
}
|
|
6639
6691
|
)
|
|
6640
6692
|
}
|
|
6641
|
-
),
|
|
6693
|
+
), M9 = ({
|
|
6642
6694
|
className: s,
|
|
6643
6695
|
color: e = c.GREY_DARK_5,
|
|
6644
6696
|
height: t = 20,
|
|
@@ -6665,7 +6717,7 @@ const J2 = (s, e) => {
|
|
|
6665
6717
|
}
|
|
6666
6718
|
)
|
|
6667
6719
|
}
|
|
6668
|
-
),
|
|
6720
|
+
), R9 = ({
|
|
6669
6721
|
className: s,
|
|
6670
6722
|
color: e = c.GREY_DARK_5,
|
|
6671
6723
|
height: t = 5,
|
|
@@ -6689,7 +6741,7 @@ const J2 = (s, e) => {
|
|
|
6689
6741
|
}
|
|
6690
6742
|
)
|
|
6691
6743
|
}
|
|
6692
|
-
),
|
|
6744
|
+
), V9 = ({
|
|
6693
6745
|
className: s,
|
|
6694
6746
|
color: e = c.GREY_DARK_5,
|
|
6695
6747
|
height: t = 5,
|
|
@@ -6714,7 +6766,7 @@ const J2 = (s, e) => {
|
|
|
6714
6766
|
}
|
|
6715
6767
|
)
|
|
6716
6768
|
}
|
|
6717
|
-
),
|
|
6769
|
+
), Z9 = ({
|
|
6718
6770
|
className: s,
|
|
6719
6771
|
color: e = c.GREY_DARK_5,
|
|
6720
6772
|
height: t = 20,
|
|
@@ -6747,7 +6799,7 @@ const J2 = (s, e) => {
|
|
|
6747
6799
|
)
|
|
6748
6800
|
]
|
|
6749
6801
|
}
|
|
6750
|
-
),
|
|
6802
|
+
), H9 = ({
|
|
6751
6803
|
className: s,
|
|
6752
6804
|
color: e = c.GREY_DARK_5,
|
|
6753
6805
|
height: t = 24,
|
|
@@ -6786,7 +6838,7 @@ const J2 = (s, e) => {
|
|
|
6786
6838
|
)
|
|
6787
6839
|
]
|
|
6788
6840
|
}
|
|
6789
|
-
),
|
|
6841
|
+
), _9 = ({
|
|
6790
6842
|
className: s,
|
|
6791
6843
|
color: e = c.GREY_DARK_5,
|
|
6792
6844
|
height: t = 24,
|
|
@@ -6813,7 +6865,7 @@ const J2 = (s, e) => {
|
|
|
6813
6865
|
}
|
|
6814
6866
|
)
|
|
6815
6867
|
}
|
|
6816
|
-
),
|
|
6868
|
+
), b9 = ({
|
|
6817
6869
|
className: s,
|
|
6818
6870
|
color: e = c.GREY_DARK_5,
|
|
6819
6871
|
height: t = 24,
|
|
@@ -6872,7 +6924,7 @@ const J2 = (s, e) => {
|
|
|
6872
6924
|
)
|
|
6873
6925
|
]
|
|
6874
6926
|
}
|
|
6875
|
-
),
|
|
6927
|
+
), y9 = ({
|
|
6876
6928
|
className: s,
|
|
6877
6929
|
color: e = c.GREY_DARK_5,
|
|
6878
6930
|
height: t = 24,
|
|
@@ -6909,7 +6961,7 @@ const J2 = (s, e) => {
|
|
|
6909
6961
|
)
|
|
6910
6962
|
]
|
|
6911
6963
|
}
|
|
6912
|
-
),
|
|
6964
|
+
), E9 = ({
|
|
6913
6965
|
className: s,
|
|
6914
6966
|
color: e = c.GREY_DARK_3,
|
|
6915
6967
|
height: t = 14,
|
|
@@ -6946,7 +6998,7 @@ const J2 = (s, e) => {
|
|
|
6946
6998
|
)
|
|
6947
6999
|
]
|
|
6948
7000
|
}
|
|
6949
|
-
),
|
|
7001
|
+
), A9 = ({
|
|
6950
7002
|
className: s,
|
|
6951
7003
|
color: e = c.GREY_DARK_5,
|
|
6952
7004
|
height: t = 18,
|
|
@@ -6973,7 +7025,7 @@ const J2 = (s, e) => {
|
|
|
6973
7025
|
}
|
|
6974
7026
|
)
|
|
6975
7027
|
}
|
|
6976
|
-
),
|
|
7028
|
+
), D9 = ({
|
|
6977
7029
|
className: s,
|
|
6978
7030
|
color: e = c.GREY_DARK_5,
|
|
6979
7031
|
height: t = 24,
|
|
@@ -7025,7 +7077,7 @@ const J2 = (s, e) => {
|
|
|
7025
7077
|
)
|
|
7026
7078
|
]
|
|
7027
7079
|
}
|
|
7028
|
-
),
|
|
7080
|
+
), B9 = ({
|
|
7029
7081
|
className: s,
|
|
7030
7082
|
color: e = c.GREY_DARK_5,
|
|
7031
7083
|
height: t = 24,
|
|
@@ -7062,7 +7114,7 @@ const J2 = (s, e) => {
|
|
|
7062
7114
|
)
|
|
7063
7115
|
]
|
|
7064
7116
|
}
|
|
7065
|
-
),
|
|
7117
|
+
), K9 = ({
|
|
7066
7118
|
className: s,
|
|
7067
7119
|
color: e = c.NOTIFICATION_WARNING_DARK,
|
|
7068
7120
|
height: t = 37,
|
|
@@ -7101,7 +7153,7 @@ const J2 = (s, e) => {
|
|
|
7101
7153
|
)
|
|
7102
7154
|
]
|
|
7103
7155
|
}
|
|
7104
|
-
),
|
|
7156
|
+
), S9 = ({
|
|
7105
7157
|
className: s,
|
|
7106
7158
|
color: e = c.GREY_DARK_5,
|
|
7107
7159
|
height: t = 24,
|
|
@@ -7127,7 +7179,7 @@ const J2 = (s, e) => {
|
|
|
7127
7179
|
}
|
|
7128
7180
|
)
|
|
7129
7181
|
}
|
|
7130
|
-
),
|
|
7182
|
+
), G9 = ({
|
|
7131
7183
|
className: s,
|
|
7132
7184
|
color: e = c.GREY_DARK_5,
|
|
7133
7185
|
height: t = 24,
|
|
@@ -7166,7 +7218,7 @@ const J2 = (s, e) => {
|
|
|
7166
7218
|
)
|
|
7167
7219
|
]
|
|
7168
7220
|
}
|
|
7169
|
-
),
|
|
7221
|
+
), I9 = ({
|
|
7170
7222
|
className: s,
|
|
7171
7223
|
color: e = c.GREY_DARK_5,
|
|
7172
7224
|
height: t = 20,
|
|
@@ -7199,7 +7251,7 @@ const J2 = (s, e) => {
|
|
|
7199
7251
|
)
|
|
7200
7252
|
]
|
|
7201
7253
|
}
|
|
7202
|
-
),
|
|
7254
|
+
), O9 = ({
|
|
7203
7255
|
className: s,
|
|
7204
7256
|
color: e = c.GREY_DARK_5,
|
|
7205
7257
|
height: t = 24,
|
|
@@ -7268,7 +7320,7 @@ const J2 = (s, e) => {
|
|
|
7268
7320
|
)
|
|
7269
7321
|
]
|
|
7270
7322
|
}
|
|
7271
|
-
),
|
|
7323
|
+
), Y9 = ({
|
|
7272
7324
|
className: s,
|
|
7273
7325
|
color: e = c.GREY_DARK_5,
|
|
7274
7326
|
height: t = 24,
|
|
@@ -7325,7 +7377,7 @@ const J2 = (s, e) => {
|
|
|
7325
7377
|
)
|
|
7326
7378
|
]
|
|
7327
7379
|
}
|
|
7328
|
-
),
|
|
7380
|
+
), j9 = ({
|
|
7329
7381
|
className: s,
|
|
7330
7382
|
color: e = c.GREY_DARK_5,
|
|
7331
7383
|
height: t = 24,
|
|
@@ -7374,7 +7426,7 @@ const J2 = (s, e) => {
|
|
|
7374
7426
|
)
|
|
7375
7427
|
]
|
|
7376
7428
|
}
|
|
7377
|
-
),
|
|
7429
|
+
), W9 = ({
|
|
7378
7430
|
className: s,
|
|
7379
7431
|
color: e = c.GREY_DARK_5,
|
|
7380
7432
|
height: t = 24,
|
|
@@ -7401,7 +7453,7 @@ const J2 = (s, e) => {
|
|
|
7401
7453
|
}
|
|
7402
7454
|
)
|
|
7403
7455
|
}
|
|
7404
|
-
),
|
|
7456
|
+
), T9 = ({
|
|
7405
7457
|
className: s,
|
|
7406
7458
|
color: e = c.GREY_DARK_5,
|
|
7407
7459
|
height: t = 20,
|
|
@@ -7430,7 +7482,7 @@ const J2 = (s, e) => {
|
|
|
7430
7482
|
)
|
|
7431
7483
|
]
|
|
7432
7484
|
}
|
|
7433
|
-
),
|
|
7485
|
+
), $9 = ({
|
|
7434
7486
|
className: s,
|
|
7435
7487
|
color: e = "#001E52",
|
|
7436
7488
|
height: t = 24,
|
|
@@ -7456,7 +7508,7 @@ const J2 = (s, e) => {
|
|
|
7456
7508
|
}
|
|
7457
7509
|
)
|
|
7458
7510
|
}
|
|
7459
|
-
),
|
|
7511
|
+
), P9 = ({
|
|
7460
7512
|
className: s,
|
|
7461
7513
|
color: e = "#001E52",
|
|
7462
7514
|
height: t = 24,
|
|
@@ -7494,7 +7546,7 @@ const J2 = (s, e) => {
|
|
|
7494
7546
|
)
|
|
7495
7547
|
] }) })
|
|
7496
7548
|
}
|
|
7497
|
-
),
|
|
7549
|
+
), F9 = ({
|
|
7498
7550
|
width: s = 20,
|
|
7499
7551
|
height: e = 20,
|
|
7500
7552
|
color: t = c.GREY_DARK_5,
|
|
@@ -7518,7 +7570,7 @@ const J2 = (s, e) => {
|
|
|
7518
7570
|
}
|
|
7519
7571
|
)
|
|
7520
7572
|
}
|
|
7521
|
-
),
|
|
7573
|
+
), U9 = ({
|
|
7522
7574
|
width: s = 24,
|
|
7523
7575
|
height: e = 24,
|
|
7524
7576
|
color: t = "#131314",
|
|
@@ -7551,7 +7603,7 @@ const J2 = (s, e) => {
|
|
|
7551
7603
|
)
|
|
7552
7604
|
]
|
|
7553
7605
|
}
|
|
7554
|
-
),
|
|
7606
|
+
), z9 = ({
|
|
7555
7607
|
width: s = 20,
|
|
7556
7608
|
height: e = 20,
|
|
7557
7609
|
color: t = c.GREY_DARK_5,
|
|
@@ -7584,7 +7636,7 @@ const J2 = (s, e) => {
|
|
|
7584
7636
|
)
|
|
7585
7637
|
]
|
|
7586
7638
|
}
|
|
7587
|
-
),
|
|
7639
|
+
), J9 = ({
|
|
7588
7640
|
width: s = 24,
|
|
7589
7641
|
height: e = 24,
|
|
7590
7642
|
color: t = c.GREY_DARK_2,
|
|
@@ -7624,7 +7676,7 @@ const J2 = (s, e) => {
|
|
|
7624
7676
|
)
|
|
7625
7677
|
]
|
|
7626
7678
|
}
|
|
7627
|
-
),
|
|
7679
|
+
), q9 = ({
|
|
7628
7680
|
width: s = 24,
|
|
7629
7681
|
height: e = 24,
|
|
7630
7682
|
color: t = c.GREY_DARK_2,
|
|
@@ -7651,7 +7703,7 @@ const J2 = (s, e) => {
|
|
|
7651
7703
|
}
|
|
7652
7704
|
)
|
|
7653
7705
|
}
|
|
7654
|
-
),
|
|
7706
|
+
), Q9 = ({
|
|
7655
7707
|
width: s = 24,
|
|
7656
7708
|
height: e = 24,
|
|
7657
7709
|
color: t = c.GREY_DARK_2,
|
|
@@ -7678,6 +7730,30 @@ const J2 = (s, e) => {
|
|
|
7678
7730
|
}
|
|
7679
7731
|
)
|
|
7680
7732
|
}
|
|
7733
|
+
), X9 = ({
|
|
7734
|
+
width: s = 20,
|
|
7735
|
+
height: e = 20,
|
|
7736
|
+
color: t = c.GREY_DARK_5,
|
|
7737
|
+
className: i,
|
|
7738
|
+
onClick: n
|
|
7739
|
+
}) => /* @__PURE__ */ o(
|
|
7740
|
+
"svg",
|
|
7741
|
+
{
|
|
7742
|
+
width: s,
|
|
7743
|
+
height: e,
|
|
7744
|
+
viewBox: "0 0 24 24",
|
|
7745
|
+
fill: "none",
|
|
7746
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
7747
|
+
className: i,
|
|
7748
|
+
onClick: n,
|
|
7749
|
+
children: /* @__PURE__ */ o(
|
|
7750
|
+
"path",
|
|
7751
|
+
{
|
|
7752
|
+
d: "M11.2508 21V18.7637C9.71369 18.5497 8.16781 17.8314 7.24691 16.6035C6.9984 16.2722 7.06502 15.8023 7.39632 15.5537C7.72769 15.3052 8.1976 15.3727 8.44612 15.7041C9.16492 16.6625 10.5803 17.2781 12.0272 17.3301C12.9764 17.3642 13.8405 17.1501 14.4442 16.7275C15.0176 16.3259 15.404 15.7076 15.4041 14.7695C15.4041 14.3707 15.315 14.0837 15.1834 13.8633C15.0493 13.6385 14.8458 13.4408 14.5614 13.2598C13.9626 12.8789 13.1328 12.6452 12.1492 12.377C11.2292 12.126 10.1551 11.841 9.32601 11.3135C8.89657 11.0402 8.50479 10.6857 8.22249 10.2129C7.93759 9.73559 7.7889 9.17769 7.7889 8.53809C7.78899 7.20829 8.28245 6.20183 9.13167 5.55859C9.74399 5.0948 10.4886 4.8588 11.2508 4.78125V3C11.2508 2.58579 11.5866 2.25 12.0008 2.25C12.4148 2.25025 12.7508 2.58594 12.7508 3V4.81543C14.2298 5.0136 15.7363 5.67511 16.6844 6.62305C16.9773 6.91594 16.9773 7.39168 16.6844 7.68457C16.3916 7.97714 15.9167 7.97716 15.6239 7.68457C14.8322 6.89291 13.3555 6.29095 11.9803 6.25391C11.1708 6.23212 10.4941 6.40939 10.0379 6.75488C9.61314 7.07663 9.28898 7.61134 9.2889 8.53809C9.2889 8.93694 9.37804 9.22392 9.5096 9.44434C9.64376 9.66907 9.84727 9.86687 10.1317 10.0479C10.7304 10.4288 11.5603 10.6624 12.5438 10.9307C13.4638 11.1816 14.538 11.4666 15.367 11.9941C15.7965 12.2674 16.1882 12.6219 16.4705 13.0947C16.7554 13.572 16.9041 14.1299 16.9041 14.7695C16.904 16.2001 16.277 17.2756 15.3055 17.9561C14.5708 18.4706 13.6703 18.7363 12.7508 18.8096V21C12.7508 21.414 12.4148 21.7497 12.0008 21.75C11.5866 21.75 11.2509 21.4142 11.2508 21Z",
|
|
7753
|
+
fill: t
|
|
7754
|
+
}
|
|
7755
|
+
)
|
|
7756
|
+
}
|
|
7681
7757
|
), _1 = ({
|
|
7682
7758
|
name: s,
|
|
7683
7759
|
width: e,
|
|
@@ -7691,35 +7767,35 @@ const J2 = (s, e) => {
|
|
|
7691
7767
|
return /* @__PURE__ */ o(t1, { children: (() => {
|
|
7692
7768
|
switch (s) {
|
|
7693
7769
|
case "nextIcon":
|
|
7694
|
-
return
|
|
7770
|
+
return x9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7695
7771
|
case "prevIcon":
|
|
7696
|
-
return
|
|
7772
|
+
return M9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7697
7773
|
case "arrowDown":
|
|
7698
|
-
return
|
|
7774
|
+
return W0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7699
7775
|
case "info":
|
|
7700
|
-
return
|
|
7776
|
+
return T0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7701
7777
|
case "arrowRight":
|
|
7702
|
-
return
|
|
7778
|
+
return $0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7703
7779
|
case "calendar":
|
|
7704
|
-
return
|
|
7780
|
+
return J0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7705
7781
|
case "check":
|
|
7706
|
-
return
|
|
7782
|
+
return q0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7707
7783
|
case "cancel":
|
|
7708
|
-
return
|
|
7784
|
+
return Q0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7709
7785
|
case "add":
|
|
7710
|
-
return
|
|
7786
|
+
return X0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7711
7787
|
case "list":
|
|
7712
|
-
return
|
|
7788
|
+
return e9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7713
7789
|
case "dragAndDrop":
|
|
7714
|
-
return
|
|
7790
|
+
return t9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7715
7791
|
case "filter":
|
|
7716
|
-
return
|
|
7792
|
+
return i9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7717
7793
|
case "attention":
|
|
7718
|
-
return
|
|
7794
|
+
return s9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7719
7795
|
case "users":
|
|
7720
|
-
return
|
|
7796
|
+
return n9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7721
7797
|
case "mySkillsMatrix":
|
|
7722
|
-
return
|
|
7798
|
+
return o9({
|
|
7723
7799
|
width: e,
|
|
7724
7800
|
height: t,
|
|
7725
7801
|
color: r,
|
|
@@ -7727,9 +7803,9 @@ const J2 = (s, e) => {
|
|
|
7727
7803
|
onClick: l
|
|
7728
7804
|
});
|
|
7729
7805
|
case "skills":
|
|
7730
|
-
return
|
|
7806
|
+
return l9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7731
7807
|
case "skillsMatrices":
|
|
7732
|
-
return
|
|
7808
|
+
return r9({
|
|
7733
7809
|
width: e,
|
|
7734
7810
|
height: t,
|
|
7735
7811
|
color: r,
|
|
@@ -7737,21 +7813,21 @@ const J2 = (s, e) => {
|
|
|
7737
7813
|
onClick: l
|
|
7738
7814
|
});
|
|
7739
7815
|
case "history":
|
|
7740
|
-
return
|
|
7816
|
+
return a9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7741
7817
|
case "logOut":
|
|
7742
|
-
return
|
|
7818
|
+
return h9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7743
7819
|
case "settings":
|
|
7744
|
-
return
|
|
7820
|
+
return c9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7745
7821
|
case "trash":
|
|
7746
|
-
return
|
|
7822
|
+
return C9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7747
7823
|
case "settings2":
|
|
7748
|
-
return
|
|
7824
|
+
return d9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7749
7825
|
case "checkCircle":
|
|
7750
|
-
return
|
|
7826
|
+
return g9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7751
7827
|
case "cancelCircle":
|
|
7752
|
-
return
|
|
7828
|
+
return u9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7753
7829
|
case "visibilityIcon":
|
|
7754
|
-
return
|
|
7830
|
+
return w9({
|
|
7755
7831
|
width: e,
|
|
7756
7832
|
height: t,
|
|
7757
7833
|
color: r,
|
|
@@ -7759,7 +7835,7 @@ const J2 = (s, e) => {
|
|
|
7759
7835
|
onClick: l
|
|
7760
7836
|
});
|
|
7761
7837
|
case "visibilityOffIcon":
|
|
7762
|
-
return
|
|
7838
|
+
return p9({
|
|
7763
7839
|
width: e,
|
|
7764
7840
|
height: t,
|
|
7765
7841
|
color: r,
|
|
@@ -7767,7 +7843,7 @@ const J2 = (s, e) => {
|
|
|
7767
7843
|
onClick: l
|
|
7768
7844
|
});
|
|
7769
7845
|
case "selectArrowIcon":
|
|
7770
|
-
return
|
|
7846
|
+
return f9({
|
|
7771
7847
|
width: e,
|
|
7772
7848
|
height: t,
|
|
7773
7849
|
color: r,
|
|
@@ -7775,7 +7851,7 @@ const J2 = (s, e) => {
|
|
|
7775
7851
|
onClick: l
|
|
7776
7852
|
});
|
|
7777
7853
|
case "expandArrowIcon":
|
|
7778
|
-
return
|
|
7854
|
+
return L9({
|
|
7779
7855
|
width: e,
|
|
7780
7856
|
height: t,
|
|
7781
7857
|
color: r,
|
|
@@ -7783,7 +7859,7 @@ const J2 = (s, e) => {
|
|
|
7783
7859
|
onClick: l
|
|
7784
7860
|
});
|
|
7785
7861
|
case "expandActiveArrowIcon":
|
|
7786
|
-
return
|
|
7862
|
+
return m9({
|
|
7787
7863
|
width: e,
|
|
7788
7864
|
height: t,
|
|
7789
7865
|
color: r,
|
|
@@ -7791,80 +7867,82 @@ const J2 = (s, e) => {
|
|
|
7791
7867
|
onClick: l
|
|
7792
7868
|
});
|
|
7793
7869
|
case "sortUp":
|
|
7794
|
-
return
|
|
7870
|
+
return k9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7795
7871
|
case "sortDown":
|
|
7796
|
-
return
|
|
7872
|
+
return v9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7797
7873
|
case "search":
|
|
7798
|
-
return
|
|
7874
|
+
return N9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7799
7875
|
case "arrowUpFilled":
|
|
7800
|
-
return
|
|
7876
|
+
return V9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7801
7877
|
case "arrowDownFilled":
|
|
7802
|
-
return
|
|
7878
|
+
return R9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7803
7879
|
case "arrow2Up":
|
|
7804
|
-
return
|
|
7880
|
+
return P0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7805
7881
|
case "arrow2Right":
|
|
7806
|
-
return
|
|
7882
|
+
return F0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7807
7883
|
case "arrow2Down":
|
|
7808
|
-
return
|
|
7884
|
+
return U0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7809
7885
|
case "arrow2Left":
|
|
7810
|
-
return
|
|
7886
|
+
return z0({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7811
7887
|
case "link":
|
|
7812
|
-
return R9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7813
|
-
case "telegram":
|
|
7814
7888
|
return Z9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7815
|
-
case "
|
|
7889
|
+
case "telegram":
|
|
7816
7890
|
return _9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7891
|
+
case "mail":
|
|
7892
|
+
return y9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7817
7893
|
case "github":
|
|
7818
|
-
return V9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7819
|
-
case "linkedIn":
|
|
7820
7894
|
return H9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7821
|
-
case "
|
|
7895
|
+
case "linkedIn":
|
|
7822
7896
|
return b9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7897
|
+
case "emptyStateIcon":
|
|
7898
|
+
return E9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7823
7899
|
case "filtersIcon":
|
|
7824
|
-
return
|
|
7900
|
+
return A9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7825
7901
|
case "dotMenuIcon":
|
|
7826
|
-
return
|
|
7902
|
+
return D9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7827
7903
|
case "plusCircle":
|
|
7828
|
-
return
|
|
7904
|
+
return B9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7829
7905
|
case "warning":
|
|
7830
|
-
return
|
|
7906
|
+
return K9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7831
7907
|
case "back":
|
|
7832
|
-
return
|
|
7908
|
+
return S9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7833
7909
|
case "bell":
|
|
7834
|
-
return
|
|
7910
|
+
return G9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7835
7911
|
case "copy":
|
|
7836
|
-
return
|
|
7912
|
+
return I9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7837
7913
|
case "contract":
|
|
7838
|
-
return
|
|
7914
|
+
return O9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7839
7915
|
case "resourceManager":
|
|
7840
|
-
return
|
|
7916
|
+
return Y9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7841
7917
|
case "image":
|
|
7842
|
-
return
|
|
7918
|
+
return j9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7843
7919
|
case "edit":
|
|
7844
|
-
return
|
|
7920
|
+
return W9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7845
7921
|
case "filledArrowRight":
|
|
7846
|
-
return
|
|
7922
|
+
return T9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7847
7923
|
case "burgerMenu":
|
|
7848
|
-
return
|
|
7924
|
+
return $9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7849
7925
|
case "refresh":
|
|
7850
|
-
return
|
|
7926
|
+
return P9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7851
7927
|
case "projects":
|
|
7852
|
-
return $9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7853
|
-
case "user":
|
|
7854
7928
|
return F9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7929
|
+
case "user":
|
|
7930
|
+
return z9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7855
7931
|
case "exit":
|
|
7856
|
-
return P9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7857
|
-
case "openPointCircle":
|
|
7858
7932
|
return U9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7933
|
+
case "openPointCircle":
|
|
7934
|
+
return J9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7859
7935
|
case "community":
|
|
7860
|
-
return
|
|
7936
|
+
return q9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7861
7937
|
case "docs":
|
|
7862
|
-
return
|
|
7938
|
+
return Q9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7939
|
+
case "unpaidLeave":
|
|
7940
|
+
return X9({ width: e, height: t, color: r, className: a, onClick: l });
|
|
7863
7941
|
default:
|
|
7864
7942
|
return /* @__PURE__ */ o(t1, { children: "No Icon provided" });
|
|
7865
7943
|
}
|
|
7866
7944
|
})() });
|
|
7867
|
-
},
|
|
7945
|
+
}, e4 = ({
|
|
7868
7946
|
text: s,
|
|
7869
7947
|
color: e = "cyan",
|
|
7870
7948
|
size: t = "medium",
|
|
@@ -7890,7 +7968,7 @@ const J2 = (s, e) => {
|
|
|
7890
7968
|
children: /* @__PURE__ */ o(f2, { variant: n, color: c.GREY_DARK_4, children: s })
|
|
7891
7969
|
}
|
|
7892
7970
|
);
|
|
7893
|
-
},
|
|
7971
|
+
}, t4 = ({
|
|
7894
7972
|
text: s,
|
|
7895
7973
|
status: e,
|
|
7896
7974
|
withIcon: t = !1,
|
|
@@ -7939,8 +8017,8 @@ const J2 = (s, e) => {
|
|
|
7939
8017
|
]
|
|
7940
8018
|
}
|
|
7941
8019
|
);
|
|
7942
|
-
}, L2 = (s) => s.variant === "status" ? /* @__PURE__ */ o(
|
|
7943
|
-
var
|
|
8020
|
+
}, L2 = (s) => s.variant === "status" ? /* @__PURE__ */ o(t4, { ...s }) : /* @__PURE__ */ o(e4, { ...s });
|
|
8021
|
+
var i4 = { exports: {} };
|
|
7944
8022
|
(function(s, e) {
|
|
7945
8023
|
(function(t, i) {
|
|
7946
8024
|
s.exports = i();
|
|
@@ -7950,8 +8028,8 @@ var X9 = { exports: {} };
|
|
|
7950
8028
|
return "[" + t + (i[(n - 20) % 10] || i[n] || i[0]) + "]";
|
|
7951
8029
|
} };
|
|
7952
8030
|
});
|
|
7953
|
-
})(
|
|
7954
|
-
const
|
|
8031
|
+
})(i4);
|
|
8032
|
+
const s4 = ({
|
|
7955
8033
|
values: s,
|
|
7956
8034
|
onTagClose: e,
|
|
7957
8035
|
maxWidth: t,
|
|
@@ -7971,7 +8049,7 @@ const e4 = ({
|
|
|
7971
8049
|
return ((f = h == null ? void 0 : h.find((L) => L.value === w)) == null ? void 0 : f.label) || ((m = C == null ? void 0 : C.find((L) => L.value === w)) == null ? void 0 : m.label) || w;
|
|
7972
8050
|
};
|
|
7973
8051
|
return /* @__PURE__ */ g(
|
|
7974
|
-
|
|
8052
|
+
I0,
|
|
7975
8053
|
{
|
|
7976
8054
|
content: (
|
|
7977
8055
|
// 90: paddings + margins + gaps and so on
|
|
@@ -8010,19 +8088,19 @@ const e4 = ({
|
|
|
8010
8088
|
]
|
|
8011
8089
|
}
|
|
8012
8090
|
);
|
|
8013
|
-
},
|
|
8091
|
+
}, n4 = {
|
|
8014
8092
|
small: 20,
|
|
8015
8093
|
medium: 28,
|
|
8016
8094
|
large: 48
|
|
8017
8095
|
}, q1 = ({ size: s = "medium", color: e = "#004ed7" }) => {
|
|
8018
|
-
const t =
|
|
8096
|
+
const t = n4[s], i = `no-repeat linear-gradient(${e}
|
|
8019
8097
|
calc(50% - 10px), #0000 0 calc(50% + 10px), ${e} 0)`, n = {
|
|
8020
8098
|
width: t,
|
|
8021
8099
|
background: `${i} 0% 100%, ${i} 50% 100%, ${i} 100% 100%`,
|
|
8022
8100
|
backgroundSize: "20% calc(200% + 20px)"
|
|
8023
8101
|
};
|
|
8024
8102
|
return /* @__PURE__ */ o("span", { className: "snmt-loader", style: n });
|
|
8025
|
-
},
|
|
8103
|
+
}, o4 = ({
|
|
8026
8104
|
width: s = 20,
|
|
8027
8105
|
height: e = 20,
|
|
8028
8106
|
color: t = "#001E52",
|
|
@@ -8049,7 +8127,7 @@ const e4 = ({
|
|
|
8049
8127
|
}
|
|
8050
8128
|
)
|
|
8051
8129
|
}
|
|
8052
|
-
),
|
|
8130
|
+
), l4 = ({
|
|
8053
8131
|
width: s = 20,
|
|
8054
8132
|
height: e = 20,
|
|
8055
8133
|
color: t = c.GREY_DARK_5,
|
|
@@ -8089,7 +8167,7 @@ const e4 = ({
|
|
|
8089
8167
|
)
|
|
8090
8168
|
]
|
|
8091
8169
|
}
|
|
8092
|
-
),
|
|
8170
|
+
), r4 = ({
|
|
8093
8171
|
width: s = 20,
|
|
8094
8172
|
height: e = 20,
|
|
8095
8173
|
color: t = "#001E52",
|
|
@@ -8124,7 +8202,7 @@ const e4 = ({
|
|
|
8124
8202
|
)
|
|
8125
8203
|
]
|
|
8126
8204
|
}
|
|
8127
|
-
),
|
|
8205
|
+
), a4 = ({
|
|
8128
8206
|
width: s = 20,
|
|
8129
8207
|
height: e = 20,
|
|
8130
8208
|
color: t = c.GREY_DARK_5,
|
|
@@ -8151,7 +8229,7 @@ const e4 = ({
|
|
|
8151
8229
|
/* @__PURE__ */ o("defs", { children: /* @__PURE__ */ o("clipPath", { id: "clip0_1_2043", children: /* @__PURE__ */ o("rect", { width: "24", height: "24", fill: "white", transform: "translate(0.5 0.5)" }) }) })
|
|
8152
8230
|
]
|
|
8153
8231
|
}
|
|
8154
|
-
),
|
|
8232
|
+
), h4 = ({
|
|
8155
8233
|
width: s = 20,
|
|
8156
8234
|
height: e = 20,
|
|
8157
8235
|
color: t = c.GREY_DARK_5,
|
|
@@ -8175,7 +8253,7 @@ const e4 = ({
|
|
|
8175
8253
|
}
|
|
8176
8254
|
)
|
|
8177
8255
|
}
|
|
8178
|
-
),
|
|
8256
|
+
), c4 = ({
|
|
8179
8257
|
width: s = 20,
|
|
8180
8258
|
height: e = 20,
|
|
8181
8259
|
color: t = c.GREY_DARK_5,
|
|
@@ -8202,7 +8280,7 @@ const e4 = ({
|
|
|
8202
8280
|
/* @__PURE__ */ o("defs", { children: /* @__PURE__ */ o("clipPath", { id: "clip0_1_2039", children: /* @__PURE__ */ o("rect", { width: "24", height: "24", fill: "white", transform: "translate(0.5 0.5)" }) }) })
|
|
8203
8281
|
]
|
|
8204
8282
|
}
|
|
8205
|
-
),
|
|
8283
|
+
), C4 = ({
|
|
8206
8284
|
width: s = 20,
|
|
8207
8285
|
height: e = 20,
|
|
8208
8286
|
color: t = c.GREY_DARK_5,
|
|
@@ -8226,7 +8304,7 @@ const e4 = ({
|
|
|
8226
8304
|
}
|
|
8227
8305
|
)
|
|
8228
8306
|
}
|
|
8229
|
-
),
|
|
8307
|
+
), d4 = ({
|
|
8230
8308
|
width: s = 20,
|
|
8231
8309
|
height: e = 20,
|
|
8232
8310
|
color: t = c.GREY_DARK_5,
|
|
@@ -8273,7 +8351,7 @@ const e4 = ({
|
|
|
8273
8351
|
)
|
|
8274
8352
|
]
|
|
8275
8353
|
}
|
|
8276
|
-
),
|
|
8354
|
+
), g4 = ({
|
|
8277
8355
|
width: s = 20,
|
|
8278
8356
|
height: e = 20,
|
|
8279
8357
|
color: t = c.GREY_DARK_5,
|
|
@@ -8297,7 +8375,7 @@ const e4 = ({
|
|
|
8297
8375
|
}
|
|
8298
8376
|
)
|
|
8299
8377
|
}
|
|
8300
|
-
),
|
|
8378
|
+
), u4 = ({
|
|
8301
8379
|
width: s = 20,
|
|
8302
8380
|
height: e = 20,
|
|
8303
8381
|
color: t = c.GREY_DARK_5,
|
|
@@ -8321,7 +8399,7 @@ const e4 = ({
|
|
|
8321
8399
|
}
|
|
8322
8400
|
)
|
|
8323
8401
|
}
|
|
8324
|
-
),
|
|
8402
|
+
), w4 = ({
|
|
8325
8403
|
width: s = 20,
|
|
8326
8404
|
height: e = 20,
|
|
8327
8405
|
color: t = c.GREY_DARK_5,
|
|
@@ -8345,7 +8423,7 @@ const e4 = ({
|
|
|
8345
8423
|
}
|
|
8346
8424
|
)
|
|
8347
8425
|
}
|
|
8348
|
-
),
|
|
8426
|
+
), p4 = ({
|
|
8349
8427
|
width: s = 20,
|
|
8350
8428
|
height: e = 20,
|
|
8351
8429
|
color: t = c.GREY_DARK_5,
|
|
@@ -8406,7 +8484,7 @@ const e4 = ({
|
|
|
8406
8484
|
)
|
|
8407
8485
|
]
|
|
8408
8486
|
}
|
|
8409
|
-
),
|
|
8487
|
+
), f4 = ({
|
|
8410
8488
|
width: s = 20,
|
|
8411
8489
|
height: e = 20,
|
|
8412
8490
|
color: t = c.GREY_DARK_5,
|
|
@@ -8453,7 +8531,7 @@ const e4 = ({
|
|
|
8453
8531
|
)
|
|
8454
8532
|
]
|
|
8455
8533
|
}
|
|
8456
|
-
),
|
|
8534
|
+
), L4 = ({
|
|
8457
8535
|
width: s = 20,
|
|
8458
8536
|
height: e = 20,
|
|
8459
8537
|
color: t = c.GREY_DARK_5,
|
|
@@ -8493,7 +8571,7 @@ const e4 = ({
|
|
|
8493
8571
|
)
|
|
8494
8572
|
]
|
|
8495
8573
|
}
|
|
8496
|
-
),
|
|
8574
|
+
), m4 = ({
|
|
8497
8575
|
width: s = 20,
|
|
8498
8576
|
height: e = 20,
|
|
8499
8577
|
color: t = c.GREY_DARK_5,
|
|
@@ -8533,7 +8611,7 @@ const e4 = ({
|
|
|
8533
8611
|
)
|
|
8534
8612
|
]
|
|
8535
8613
|
}
|
|
8536
|
-
),
|
|
8614
|
+
), k4 = ({
|
|
8537
8615
|
width: s = 20,
|
|
8538
8616
|
height: e = 20,
|
|
8539
8617
|
color: t = c.GREY_DARK_5,
|
|
@@ -8580,7 +8658,7 @@ const e4 = ({
|
|
|
8580
8658
|
)
|
|
8581
8659
|
]
|
|
8582
8660
|
}
|
|
8583
|
-
),
|
|
8661
|
+
), v4 = ({
|
|
8584
8662
|
width: s = 20,
|
|
8585
8663
|
height: e = 20,
|
|
8586
8664
|
color: t = c.GREY_DARK_5,
|
|
@@ -8627,7 +8705,7 @@ const e4 = ({
|
|
|
8627
8705
|
)
|
|
8628
8706
|
]
|
|
8629
8707
|
}
|
|
8630
|
-
),
|
|
8708
|
+
), N4 = ({
|
|
8631
8709
|
width: s = 20,
|
|
8632
8710
|
height: e = 20,
|
|
8633
8711
|
color: t = c.GREY_DARK_5,
|
|
@@ -8674,7 +8752,7 @@ const e4 = ({
|
|
|
8674
8752
|
)
|
|
8675
8753
|
]
|
|
8676
8754
|
}
|
|
8677
|
-
),
|
|
8755
|
+
), x4 = ({
|
|
8678
8756
|
width: s = 20,
|
|
8679
8757
|
height: e = 20,
|
|
8680
8758
|
color: t = c.GREY_DARK_5,
|
|
@@ -8714,7 +8792,7 @@ const e4 = ({
|
|
|
8714
8792
|
)
|
|
8715
8793
|
]
|
|
8716
8794
|
}
|
|
8717
|
-
),
|
|
8795
|
+
), M4 = ({
|
|
8718
8796
|
width: s = 20,
|
|
8719
8797
|
height: e = 20,
|
|
8720
8798
|
color: t = c.GREY_DARK_5,
|
|
@@ -8747,7 +8825,7 @@ const e4 = ({
|
|
|
8747
8825
|
)
|
|
8748
8826
|
]
|
|
8749
8827
|
}
|
|
8750
|
-
),
|
|
8828
|
+
), R4 = ({
|
|
8751
8829
|
width: s = 20,
|
|
8752
8830
|
height: e = 20,
|
|
8753
8831
|
color: t = c.GREY_DARK_5,
|
|
@@ -8780,7 +8858,7 @@ const e4 = ({
|
|
|
8780
8858
|
)
|
|
8781
8859
|
]
|
|
8782
8860
|
}
|
|
8783
|
-
),
|
|
8861
|
+
), V4 = ({
|
|
8784
8862
|
width: s = 20,
|
|
8785
8863
|
height: e = 20,
|
|
8786
8864
|
color: t = c.GREY_DARK_5,
|
|
@@ -8813,7 +8891,7 @@ const e4 = ({
|
|
|
8813
8891
|
)
|
|
8814
8892
|
]
|
|
8815
8893
|
}
|
|
8816
|
-
),
|
|
8894
|
+
), Z4 = ({
|
|
8817
8895
|
width: s = 20,
|
|
8818
8896
|
height: e = 20,
|
|
8819
8897
|
color: t = c.GREY_DARK_5,
|
|
@@ -8846,7 +8924,7 @@ const e4 = ({
|
|
|
8846
8924
|
)
|
|
8847
8925
|
]
|
|
8848
8926
|
}
|
|
8849
|
-
),
|
|
8927
|
+
), H4 = ({
|
|
8850
8928
|
width: s = 20,
|
|
8851
8929
|
height: e = 20,
|
|
8852
8930
|
color: t = c.GREY_DARK_5,
|
|
@@ -8886,7 +8964,7 @@ const e4 = ({
|
|
|
8886
8964
|
)
|
|
8887
8965
|
]
|
|
8888
8966
|
}
|
|
8889
|
-
),
|
|
8967
|
+
), _4 = ({
|
|
8890
8968
|
width: s = 20,
|
|
8891
8969
|
height: e = 20,
|
|
8892
8970
|
color: t = c.GREY_DARK_5,
|
|
@@ -8919,7 +8997,7 @@ const e4 = ({
|
|
|
8919
8997
|
)
|
|
8920
8998
|
]
|
|
8921
8999
|
}
|
|
8922
|
-
),
|
|
9000
|
+
), b4 = ({
|
|
8923
9001
|
width: s = 20,
|
|
8924
9002
|
height: e = 20,
|
|
8925
9003
|
color: t = c.GREY_DARK_5,
|
|
@@ -8952,7 +9030,7 @@ const e4 = ({
|
|
|
8952
9030
|
)
|
|
8953
9031
|
]
|
|
8954
9032
|
}
|
|
8955
|
-
),
|
|
9033
|
+
), y4 = ({
|
|
8956
9034
|
width: s = 20,
|
|
8957
9035
|
height: e = 20,
|
|
8958
9036
|
color: t = "#070739",
|
|
@@ -8982,7 +9060,7 @@ const e4 = ({
|
|
|
8982
9060
|
/* @__PURE__ */ o("circle", { cx: "10", cy: "10", r: "2.375", stroke: t, strokeWidth: "1.25" })
|
|
8983
9061
|
]
|
|
8984
9062
|
}
|
|
8985
|
-
),
|
|
9063
|
+
), E4 = ({
|
|
8986
9064
|
width: s = 20,
|
|
8987
9065
|
height: e = 20,
|
|
8988
9066
|
color: t = "#070739",
|
|
@@ -9020,7 +9098,7 @@ const e4 = ({
|
|
|
9020
9098
|
)
|
|
9021
9099
|
]
|
|
9022
9100
|
}
|
|
9023
|
-
),
|
|
9101
|
+
), A4 = ({
|
|
9024
9102
|
width: s = 9,
|
|
9025
9103
|
height: e = 5,
|
|
9026
9104
|
color: t = "#001E52",
|
|
@@ -9046,7 +9124,7 @@ const e4 = ({
|
|
|
9046
9124
|
}
|
|
9047
9125
|
)
|
|
9048
9126
|
}
|
|
9049
|
-
),
|
|
9127
|
+
), D4 = ({
|
|
9050
9128
|
width: s = 20,
|
|
9051
9129
|
height: e = 20,
|
|
9052
9130
|
color: t = "#F2F2F7",
|
|
@@ -9075,7 +9153,7 @@ const e4 = ({
|
|
|
9075
9153
|
)
|
|
9076
9154
|
]
|
|
9077
9155
|
}
|
|
9078
|
-
),
|
|
9156
|
+
), B4 = ({
|
|
9079
9157
|
width: s = 20,
|
|
9080
9158
|
height: e = 20,
|
|
9081
9159
|
color: t = "#004ED7",
|
|
@@ -9104,7 +9182,7 @@ const e4 = ({
|
|
|
9104
9182
|
)
|
|
9105
9183
|
]
|
|
9106
9184
|
}
|
|
9107
|
-
),
|
|
9185
|
+
), K4 = ({
|
|
9108
9186
|
width: s = 10,
|
|
9109
9187
|
height: e = 10,
|
|
9110
9188
|
color: t = "#001E52",
|
|
@@ -9133,7 +9211,7 @@ const e4 = ({
|
|
|
9133
9211
|
)
|
|
9134
9212
|
]
|
|
9135
9213
|
}
|
|
9136
|
-
),
|
|
9214
|
+
), S4 = ({
|
|
9137
9215
|
width: s = 10,
|
|
9138
9216
|
height: e = 10,
|
|
9139
9217
|
color: t = "#001E52",
|
|
@@ -9170,7 +9248,7 @@ const e4 = ({
|
|
|
9170
9248
|
)
|
|
9171
9249
|
]
|
|
9172
9250
|
}
|
|
9173
|
-
),
|
|
9251
|
+
), G4 = ({
|
|
9174
9252
|
className: s,
|
|
9175
9253
|
color: e = c.GREY_DARK_5,
|
|
9176
9254
|
height: t = 20,
|
|
@@ -9203,7 +9281,7 @@ const e4 = ({
|
|
|
9203
9281
|
)
|
|
9204
9282
|
]
|
|
9205
9283
|
}
|
|
9206
|
-
),
|
|
9284
|
+
), I4 = ({
|
|
9207
9285
|
className: s,
|
|
9208
9286
|
color: e = c.GREY_DARK_5,
|
|
9209
9287
|
height: t = 20,
|
|
@@ -9230,7 +9308,7 @@ const e4 = ({
|
|
|
9230
9308
|
}
|
|
9231
9309
|
)
|
|
9232
9310
|
}
|
|
9233
|
-
),
|
|
9311
|
+
), O4 = ({
|
|
9234
9312
|
className: s,
|
|
9235
9313
|
color: e = c.GREY_DARK_5,
|
|
9236
9314
|
height: t = 20,
|
|
@@ -9257,7 +9335,7 @@ const e4 = ({
|
|
|
9257
9335
|
}
|
|
9258
9336
|
)
|
|
9259
9337
|
}
|
|
9260
|
-
),
|
|
9338
|
+
), Y4 = ({
|
|
9261
9339
|
className: s,
|
|
9262
9340
|
color: e = c.GREY_DARK_5,
|
|
9263
9341
|
height: t = 5,
|
|
@@ -9281,7 +9359,7 @@ const e4 = ({
|
|
|
9281
9359
|
}
|
|
9282
9360
|
)
|
|
9283
9361
|
}
|
|
9284
|
-
),
|
|
9362
|
+
), j4 = ({
|
|
9285
9363
|
className: s,
|
|
9286
9364
|
color: e = c.GREY_DARK_5,
|
|
9287
9365
|
height: t = 5,
|
|
@@ -9306,7 +9384,7 @@ const e4 = ({
|
|
|
9306
9384
|
}
|
|
9307
9385
|
)
|
|
9308
9386
|
}
|
|
9309
|
-
),
|
|
9387
|
+
), W4 = ({
|
|
9310
9388
|
className: s,
|
|
9311
9389
|
color: e = c.GREY_DARK_5,
|
|
9312
9390
|
height: t = 20,
|
|
@@ -9339,7 +9417,7 @@ const e4 = ({
|
|
|
9339
9417
|
)
|
|
9340
9418
|
]
|
|
9341
9419
|
}
|
|
9342
|
-
),
|
|
9420
|
+
), T4 = ({
|
|
9343
9421
|
className: s,
|
|
9344
9422
|
color: e = c.GREY_DARK_5,
|
|
9345
9423
|
height: t = 24,
|
|
@@ -9378,7 +9456,7 @@ const e4 = ({
|
|
|
9378
9456
|
)
|
|
9379
9457
|
]
|
|
9380
9458
|
}
|
|
9381
|
-
),
|
|
9459
|
+
), $4 = ({
|
|
9382
9460
|
className: s,
|
|
9383
9461
|
color: e = c.GREY_DARK_5,
|
|
9384
9462
|
height: t = 24,
|
|
@@ -9405,7 +9483,7 @@ const e4 = ({
|
|
|
9405
9483
|
}
|
|
9406
9484
|
)
|
|
9407
9485
|
}
|
|
9408
|
-
),
|
|
9486
|
+
), P4 = ({
|
|
9409
9487
|
className: s,
|
|
9410
9488
|
color: e = c.GREY_DARK_5,
|
|
9411
9489
|
height: t = 24,
|
|
@@ -9464,7 +9542,7 @@ const e4 = ({
|
|
|
9464
9542
|
)
|
|
9465
9543
|
]
|
|
9466
9544
|
}
|
|
9467
|
-
),
|
|
9545
|
+
), F4 = ({
|
|
9468
9546
|
className: s,
|
|
9469
9547
|
color: e = c.GREY_DARK_5,
|
|
9470
9548
|
height: t = 24,
|
|
@@ -9501,7 +9579,7 @@ const e4 = ({
|
|
|
9501
9579
|
)
|
|
9502
9580
|
]
|
|
9503
9581
|
}
|
|
9504
|
-
),
|
|
9582
|
+
), U4 = ({
|
|
9505
9583
|
className: s,
|
|
9506
9584
|
color: e = c.GREY_DARK_3,
|
|
9507
9585
|
height: t = 14,
|
|
@@ -9538,7 +9616,7 @@ const e4 = ({
|
|
|
9538
9616
|
)
|
|
9539
9617
|
]
|
|
9540
9618
|
}
|
|
9541
|
-
),
|
|
9619
|
+
), z4 = ({
|
|
9542
9620
|
className: s,
|
|
9543
9621
|
color: e = c.GREY_DARK_5,
|
|
9544
9622
|
height: t = 18,
|
|
@@ -9565,7 +9643,7 @@ const e4 = ({
|
|
|
9565
9643
|
}
|
|
9566
9644
|
)
|
|
9567
9645
|
}
|
|
9568
|
-
),
|
|
9646
|
+
), J4 = ({
|
|
9569
9647
|
className: s,
|
|
9570
9648
|
color: e = c.GREY_DARK_5,
|
|
9571
9649
|
height: t = 24,
|
|
@@ -9617,7 +9695,7 @@ const e4 = ({
|
|
|
9617
9695
|
)
|
|
9618
9696
|
]
|
|
9619
9697
|
}
|
|
9620
|
-
),
|
|
9698
|
+
), q4 = ({
|
|
9621
9699
|
className: s,
|
|
9622
9700
|
color: e = c.GREY_DARK_5,
|
|
9623
9701
|
height: t = 24,
|
|
@@ -9654,7 +9732,7 @@ const e4 = ({
|
|
|
9654
9732
|
)
|
|
9655
9733
|
]
|
|
9656
9734
|
}
|
|
9657
|
-
),
|
|
9735
|
+
), Q4 = ({
|
|
9658
9736
|
className: s,
|
|
9659
9737
|
color: e = c.NOTIFICATION_WARNING_DARK,
|
|
9660
9738
|
height: t = 37,
|
|
@@ -9693,7 +9771,7 @@ const e4 = ({
|
|
|
9693
9771
|
)
|
|
9694
9772
|
]
|
|
9695
9773
|
}
|
|
9696
|
-
),
|
|
9774
|
+
), X4 = ({
|
|
9697
9775
|
className: s,
|
|
9698
9776
|
color: e = c.GREY_DARK_5,
|
|
9699
9777
|
height: t = 24,
|
|
@@ -9719,7 +9797,7 @@ const e4 = ({
|
|
|
9719
9797
|
}
|
|
9720
9798
|
)
|
|
9721
9799
|
}
|
|
9722
|
-
),
|
|
9800
|
+
), e6 = ({
|
|
9723
9801
|
className: s,
|
|
9724
9802
|
color: e = c.GREY_DARK_5,
|
|
9725
9803
|
height: t = 24,
|
|
@@ -9758,7 +9836,7 @@ const e4 = ({
|
|
|
9758
9836
|
)
|
|
9759
9837
|
]
|
|
9760
9838
|
}
|
|
9761
|
-
),
|
|
9839
|
+
), t6 = ({
|
|
9762
9840
|
className: s,
|
|
9763
9841
|
color: e = c.GREY_DARK_5,
|
|
9764
9842
|
height: t = 20,
|
|
@@ -9791,7 +9869,7 @@ const e4 = ({
|
|
|
9791
9869
|
)
|
|
9792
9870
|
]
|
|
9793
9871
|
}
|
|
9794
|
-
),
|
|
9872
|
+
), i6 = ({
|
|
9795
9873
|
className: s,
|
|
9796
9874
|
color: e = c.GREY_DARK_5,
|
|
9797
9875
|
height: t = 24,
|
|
@@ -9860,7 +9938,7 @@ const e4 = ({
|
|
|
9860
9938
|
)
|
|
9861
9939
|
]
|
|
9862
9940
|
}
|
|
9863
|
-
),
|
|
9941
|
+
), s6 = ({
|
|
9864
9942
|
className: s,
|
|
9865
9943
|
color: e = c.GREY_DARK_5,
|
|
9866
9944
|
height: t = 24,
|
|
@@ -9917,7 +9995,7 @@ const e4 = ({
|
|
|
9917
9995
|
)
|
|
9918
9996
|
]
|
|
9919
9997
|
}
|
|
9920
|
-
),
|
|
9998
|
+
), n6 = ({
|
|
9921
9999
|
className: s,
|
|
9922
10000
|
color: e = c.GREY_DARK_5,
|
|
9923
10001
|
height: t = 24,
|
|
@@ -9966,7 +10044,7 @@ const e4 = ({
|
|
|
9966
10044
|
)
|
|
9967
10045
|
]
|
|
9968
10046
|
}
|
|
9969
|
-
),
|
|
10047
|
+
), o6 = ({
|
|
9970
10048
|
className: s,
|
|
9971
10049
|
color: e = c.GREY_DARK_5,
|
|
9972
10050
|
height: t = 24,
|
|
@@ -9993,7 +10071,7 @@ const e4 = ({
|
|
|
9993
10071
|
}
|
|
9994
10072
|
)
|
|
9995
10073
|
}
|
|
9996
|
-
),
|
|
10074
|
+
), l6 = ({
|
|
9997
10075
|
className: s,
|
|
9998
10076
|
color: e = c.GREY_DARK_5,
|
|
9999
10077
|
height: t = 20,
|
|
@@ -10022,7 +10100,7 @@ const e4 = ({
|
|
|
10022
10100
|
)
|
|
10023
10101
|
]
|
|
10024
10102
|
}
|
|
10025
|
-
),
|
|
10103
|
+
), r6 = ({
|
|
10026
10104
|
className: s,
|
|
10027
10105
|
color: e = "#001E52",
|
|
10028
10106
|
height: t = 24,
|
|
@@ -10048,7 +10126,7 @@ const e4 = ({
|
|
|
10048
10126
|
}
|
|
10049
10127
|
)
|
|
10050
10128
|
}
|
|
10051
|
-
),
|
|
10129
|
+
), a6 = ({
|
|
10052
10130
|
className: s,
|
|
10053
10131
|
color: e = "#001E52",
|
|
10054
10132
|
height: t = 24,
|
|
@@ -10086,7 +10164,7 @@ const e4 = ({
|
|
|
10086
10164
|
)
|
|
10087
10165
|
] }) })
|
|
10088
10166
|
}
|
|
10089
|
-
),
|
|
10167
|
+
), h6 = ({
|
|
10090
10168
|
width: s = 20,
|
|
10091
10169
|
height: e = 20,
|
|
10092
10170
|
color: t = c.GREY_DARK_5,
|
|
@@ -10110,7 +10188,7 @@ const e4 = ({
|
|
|
10110
10188
|
}
|
|
10111
10189
|
)
|
|
10112
10190
|
}
|
|
10113
|
-
),
|
|
10191
|
+
), c6 = ({
|
|
10114
10192
|
width: s = 24,
|
|
10115
10193
|
height: e = 24,
|
|
10116
10194
|
color: t = "#131314",
|
|
@@ -10143,7 +10221,7 @@ const e4 = ({
|
|
|
10143
10221
|
)
|
|
10144
10222
|
]
|
|
10145
10223
|
}
|
|
10146
|
-
),
|
|
10224
|
+
), C6 = ({
|
|
10147
10225
|
width: s = 20,
|
|
10148
10226
|
height: e = 20,
|
|
10149
10227
|
color: t = c.GREY_DARK_5,
|
|
@@ -10176,7 +10254,7 @@ const e4 = ({
|
|
|
10176
10254
|
)
|
|
10177
10255
|
]
|
|
10178
10256
|
}
|
|
10179
|
-
),
|
|
10257
|
+
), d6 = ({
|
|
10180
10258
|
width: s = 24,
|
|
10181
10259
|
height: e = 24,
|
|
10182
10260
|
color: t = c.GREY_DARK_2,
|
|
@@ -10216,7 +10294,7 @@ const e4 = ({
|
|
|
10216
10294
|
)
|
|
10217
10295
|
]
|
|
10218
10296
|
}
|
|
10219
|
-
),
|
|
10297
|
+
), g6 = ({
|
|
10220
10298
|
width: s = 24,
|
|
10221
10299
|
height: e = 24,
|
|
10222
10300
|
color: t = c.GREY_DARK_2,
|
|
@@ -10243,7 +10321,7 @@ const e4 = ({
|
|
|
10243
10321
|
}
|
|
10244
10322
|
)
|
|
10245
10323
|
}
|
|
10246
|
-
),
|
|
10324
|
+
), u6 = ({
|
|
10247
10325
|
width: s = 24,
|
|
10248
10326
|
height: e = 24,
|
|
10249
10327
|
color: t = c.GREY_DARK_2,
|
|
@@ -10270,7 +10348,31 @@ const e4 = ({
|
|
|
10270
10348
|
}
|
|
10271
10349
|
)
|
|
10272
10350
|
}
|
|
10273
|
-
),
|
|
10351
|
+
), w6 = ({
|
|
10352
|
+
width: s = 20,
|
|
10353
|
+
height: e = 20,
|
|
10354
|
+
color: t = c.GREY_DARK_5,
|
|
10355
|
+
className: i,
|
|
10356
|
+
onClick: n
|
|
10357
|
+
}) => /* @__PURE__ */ o(
|
|
10358
|
+
"svg",
|
|
10359
|
+
{
|
|
10360
|
+
width: s,
|
|
10361
|
+
height: e,
|
|
10362
|
+
viewBox: "0 0 24 24",
|
|
10363
|
+
fill: "none",
|
|
10364
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10365
|
+
className: i,
|
|
10366
|
+
onClick: n,
|
|
10367
|
+
children: /* @__PURE__ */ o(
|
|
10368
|
+
"path",
|
|
10369
|
+
{
|
|
10370
|
+
d: "M11.2508 21V18.7637C9.71369 18.5497 8.16781 17.8314 7.24691 16.6035C6.9984 16.2722 7.06502 15.8023 7.39632 15.5537C7.72769 15.3052 8.1976 15.3727 8.44612 15.7041C9.16492 16.6625 10.5803 17.2781 12.0272 17.3301C12.9764 17.3642 13.8405 17.1501 14.4442 16.7275C15.0176 16.3259 15.404 15.7076 15.4041 14.7695C15.4041 14.3707 15.315 14.0837 15.1834 13.8633C15.0493 13.6385 14.8458 13.4408 14.5614 13.2598C13.9626 12.8789 13.1328 12.6452 12.1492 12.377C11.2292 12.126 10.1551 11.841 9.32601 11.3135C8.89657 11.0402 8.50479 10.6857 8.22249 10.2129C7.93759 9.73559 7.7889 9.17769 7.7889 8.53809C7.78899 7.20829 8.28245 6.20183 9.13167 5.55859C9.74399 5.0948 10.4886 4.8588 11.2508 4.78125V3C11.2508 2.58579 11.5866 2.25 12.0008 2.25C12.4148 2.25025 12.7508 2.58594 12.7508 3V4.81543C14.2298 5.0136 15.7363 5.67511 16.6844 6.62305C16.9773 6.91594 16.9773 7.39168 16.6844 7.68457C16.3916 7.97714 15.9167 7.97716 15.6239 7.68457C14.8322 6.89291 13.3555 6.29095 11.9803 6.25391C11.1708 6.23212 10.4941 6.40939 10.0379 6.75488C9.61314 7.07663 9.28898 7.61134 9.2889 8.53809C9.2889 8.93694 9.37804 9.22392 9.5096 9.44434C9.64376 9.66907 9.84727 9.86687 10.1317 10.0479C10.7304 10.4288 11.5603 10.6624 12.5438 10.9307C13.4638 11.1816 14.538 11.4666 15.367 11.9941C15.7965 12.2674 16.1882 12.6219 16.4705 13.0947C16.7554 13.572 16.9041 14.1299 16.9041 14.7695C16.904 16.2001 16.277 17.2756 15.3055 17.9561C14.5708 18.4706 13.6703 18.7363 12.7508 18.8096V21C12.7508 21.414 12.4148 21.7497 12.0008 21.75C11.5866 21.75 11.2509 21.4142 11.2508 21Z",
|
|
10371
|
+
fill: t
|
|
10372
|
+
}
|
|
10373
|
+
)
|
|
10374
|
+
}
|
|
10375
|
+
), p6 = ({
|
|
10274
10376
|
name: s,
|
|
10275
10377
|
width: e,
|
|
10276
10378
|
height: t,
|
|
@@ -10283,35 +10385,35 @@ const e4 = ({
|
|
|
10283
10385
|
return /* @__PURE__ */ o(t1, { children: (() => {
|
|
10284
10386
|
switch (s) {
|
|
10285
10387
|
case "nextIcon":
|
|
10286
|
-
return
|
|
10388
|
+
return I4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10287
10389
|
case "prevIcon":
|
|
10288
|
-
return
|
|
10390
|
+
return O4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10289
10391
|
case "arrowDown":
|
|
10290
|
-
return
|
|
10392
|
+
return o4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10291
10393
|
case "info":
|
|
10292
|
-
return
|
|
10394
|
+
return l4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10293
10395
|
case "arrowRight":
|
|
10294
|
-
return
|
|
10396
|
+
return r4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10295
10397
|
case "calendar":
|
|
10296
|
-
return
|
|
10398
|
+
return d4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10297
10399
|
case "check":
|
|
10298
|
-
return
|
|
10400
|
+
return g4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10299
10401
|
case "cancel":
|
|
10300
|
-
return
|
|
10402
|
+
return u4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10301
10403
|
case "add":
|
|
10302
|
-
return
|
|
10404
|
+
return w4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10303
10405
|
case "list":
|
|
10304
|
-
return
|
|
10406
|
+
return p4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10305
10407
|
case "dragAndDrop":
|
|
10306
|
-
return
|
|
10408
|
+
return f4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10307
10409
|
case "filter":
|
|
10308
|
-
return
|
|
10410
|
+
return L4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10309
10411
|
case "attention":
|
|
10310
|
-
return
|
|
10412
|
+
return m4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10311
10413
|
case "users":
|
|
10312
|
-
return
|
|
10414
|
+
return k4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10313
10415
|
case "mySkillsMatrix":
|
|
10314
|
-
return
|
|
10416
|
+
return v4({
|
|
10315
10417
|
width: e,
|
|
10316
10418
|
height: t,
|
|
10317
10419
|
color: r,
|
|
@@ -10319,9 +10421,9 @@ const e4 = ({
|
|
|
10319
10421
|
onClick: l
|
|
10320
10422
|
});
|
|
10321
10423
|
case "skills":
|
|
10322
|
-
return
|
|
10424
|
+
return N4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10323
10425
|
case "skillsMatrices":
|
|
10324
|
-
return
|
|
10426
|
+
return x4({
|
|
10325
10427
|
width: e,
|
|
10326
10428
|
height: t,
|
|
10327
10429
|
color: r,
|
|
@@ -10329,21 +10431,21 @@ const e4 = ({
|
|
|
10329
10431
|
onClick: l
|
|
10330
10432
|
});
|
|
10331
10433
|
case "history":
|
|
10332
|
-
return
|
|
10434
|
+
return M4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10333
10435
|
case "logOut":
|
|
10334
|
-
return
|
|
10436
|
+
return R4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10335
10437
|
case "settings":
|
|
10336
|
-
return
|
|
10438
|
+
return V4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10337
10439
|
case "trash":
|
|
10338
|
-
return
|
|
10440
|
+
return Z4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10339
10441
|
case "settings2":
|
|
10340
|
-
return
|
|
10442
|
+
return H4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10341
10443
|
case "checkCircle":
|
|
10342
|
-
return
|
|
10444
|
+
return _4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10343
10445
|
case "cancelCircle":
|
|
10344
|
-
return
|
|
10446
|
+
return b4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10345
10447
|
case "visibilityIcon":
|
|
10346
|
-
return
|
|
10448
|
+
return y4({
|
|
10347
10449
|
width: e,
|
|
10348
10450
|
height: t,
|
|
10349
10451
|
color: r,
|
|
@@ -10351,7 +10453,7 @@ const e4 = ({
|
|
|
10351
10453
|
onClick: l
|
|
10352
10454
|
});
|
|
10353
10455
|
case "visibilityOffIcon":
|
|
10354
|
-
return
|
|
10456
|
+
return E4({
|
|
10355
10457
|
width: e,
|
|
10356
10458
|
height: t,
|
|
10357
10459
|
color: r,
|
|
@@ -10359,7 +10461,7 @@ const e4 = ({
|
|
|
10359
10461
|
onClick: l
|
|
10360
10462
|
});
|
|
10361
10463
|
case "selectArrowIcon":
|
|
10362
|
-
return
|
|
10464
|
+
return A4({
|
|
10363
10465
|
width: e,
|
|
10364
10466
|
height: t,
|
|
10365
10467
|
color: r,
|
|
@@ -10367,7 +10469,7 @@ const e4 = ({
|
|
|
10367
10469
|
onClick: l
|
|
10368
10470
|
});
|
|
10369
10471
|
case "expandArrowIcon":
|
|
10370
|
-
return
|
|
10472
|
+
return D4({
|
|
10371
10473
|
width: e,
|
|
10372
10474
|
height: t,
|
|
10373
10475
|
color: r,
|
|
@@ -10375,7 +10477,7 @@ const e4 = ({
|
|
|
10375
10477
|
onClick: l
|
|
10376
10478
|
});
|
|
10377
10479
|
case "expandActiveArrowIcon":
|
|
10378
|
-
return
|
|
10480
|
+
return B4({
|
|
10379
10481
|
width: e,
|
|
10380
10482
|
height: t,
|
|
10381
10483
|
color: r,
|
|
@@ -10383,87 +10485,89 @@ const e4 = ({
|
|
|
10383
10485
|
onClick: l
|
|
10384
10486
|
});
|
|
10385
10487
|
case "sortUp":
|
|
10386
|
-
return
|
|
10488
|
+
return K4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10387
10489
|
case "sortDown":
|
|
10388
|
-
return
|
|
10490
|
+
return S4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10389
10491
|
case "search":
|
|
10390
|
-
return
|
|
10492
|
+
return G4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10391
10493
|
case "arrowUpFilled":
|
|
10392
|
-
return
|
|
10494
|
+
return j4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10393
10495
|
case "arrowDownFilled":
|
|
10394
|
-
return
|
|
10496
|
+
return Y4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10395
10497
|
case "arrow2Up":
|
|
10396
|
-
return
|
|
10498
|
+
return a4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10397
10499
|
case "arrow2Right":
|
|
10398
|
-
return
|
|
10500
|
+
return h4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10399
10501
|
case "arrow2Down":
|
|
10400
|
-
return
|
|
10502
|
+
return c4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10401
10503
|
case "arrow2Left":
|
|
10402
|
-
return
|
|
10504
|
+
return C4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10403
10505
|
case "link":
|
|
10404
|
-
return
|
|
10506
|
+
return W4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10405
10507
|
case "telegram":
|
|
10406
|
-
return
|
|
10508
|
+
return $4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10407
10509
|
case "mail":
|
|
10408
|
-
return
|
|
10510
|
+
return F4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10409
10511
|
case "github":
|
|
10410
|
-
return
|
|
10512
|
+
return T4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10411
10513
|
case "linkedIn":
|
|
10412
|
-
return
|
|
10514
|
+
return P4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10413
10515
|
case "emptyStateIcon":
|
|
10414
|
-
return
|
|
10516
|
+
return U4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10415
10517
|
case "filtersIcon":
|
|
10416
|
-
return
|
|
10518
|
+
return z4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10417
10519
|
case "dotMenuIcon":
|
|
10418
|
-
return
|
|
10520
|
+
return J4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10419
10521
|
case "plusCircle":
|
|
10420
|
-
return
|
|
10522
|
+
return q4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10421
10523
|
case "warning":
|
|
10422
|
-
return
|
|
10524
|
+
return Q4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10423
10525
|
case "back":
|
|
10424
|
-
return
|
|
10526
|
+
return X4({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10425
10527
|
case "bell":
|
|
10426
|
-
return
|
|
10528
|
+
return e6({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10427
10529
|
case "copy":
|
|
10428
|
-
return
|
|
10530
|
+
return t6({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10429
10531
|
case "contract":
|
|
10430
|
-
return
|
|
10532
|
+
return i6({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10431
10533
|
case "resourceManager":
|
|
10432
|
-
return
|
|
10534
|
+
return s6({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10433
10535
|
case "image":
|
|
10434
|
-
return
|
|
10536
|
+
return n6({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10435
10537
|
case "edit":
|
|
10436
|
-
return
|
|
10538
|
+
return o6({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10437
10539
|
case "filledArrowRight":
|
|
10438
|
-
return
|
|
10540
|
+
return l6({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10439
10541
|
case "burgerMenu":
|
|
10440
|
-
return
|
|
10542
|
+
return r6({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10441
10543
|
case "refresh":
|
|
10442
|
-
return
|
|
10544
|
+
return a6({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10443
10545
|
case "projects":
|
|
10444
|
-
return
|
|
10546
|
+
return h6({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10445
10547
|
case "user":
|
|
10446
|
-
return
|
|
10548
|
+
return C6({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10447
10549
|
case "exit":
|
|
10448
|
-
return
|
|
10550
|
+
return c6({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10449
10551
|
case "openPointCircle":
|
|
10450
|
-
return
|
|
10552
|
+
return d6({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10451
10553
|
case "community":
|
|
10452
|
-
return
|
|
10554
|
+
return g6({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10453
10555
|
case "docs":
|
|
10454
|
-
return
|
|
10556
|
+
return u6({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10557
|
+
case "unpaidLeave":
|
|
10558
|
+
return w6({ width: e, height: t, color: r, className: a, onClick: l });
|
|
10455
10559
|
default:
|
|
10456
10560
|
return /* @__PURE__ */ o(t1, { children: "No Icon provided" });
|
|
10457
10561
|
}
|
|
10458
10562
|
})() });
|
|
10459
|
-
},
|
|
10563
|
+
}, f6 = ({
|
|
10460
10564
|
iconName: s = "arrow2Down",
|
|
10461
10565
|
isActive: e,
|
|
10462
10566
|
rotationDirection: t = "cw",
|
|
10463
10567
|
disabled: i = !1,
|
|
10464
10568
|
onClick: n
|
|
10465
10569
|
}) => {
|
|
10466
|
-
const h =
|
|
10570
|
+
const h = m6(e, i), C = L6(e, i);
|
|
10467
10571
|
return /* @__PURE__ */ o(
|
|
10468
10572
|
"button",
|
|
10469
10573
|
{
|
|
@@ -10471,7 +10575,7 @@ const e4 = ({
|
|
|
10471
10575
|
onClick: n,
|
|
10472
10576
|
disabled: i,
|
|
10473
10577
|
children: /* @__PURE__ */ o(
|
|
10474
|
-
|
|
10578
|
+
p6,
|
|
10475
10579
|
{
|
|
10476
10580
|
name: s,
|
|
10477
10581
|
className: "snmt-arrow-button-icon-rotation" + (e && !i ? `-${t}` : "-initial"),
|
|
@@ -10481,13 +10585,13 @@ const e4 = ({
|
|
|
10481
10585
|
}
|
|
10482
10586
|
);
|
|
10483
10587
|
};
|
|
10484
|
-
function
|
|
10588
|
+
function L6(s, e) {
|
|
10485
10589
|
return s && !e ? "-active" : e ? "-disabled" : "";
|
|
10486
10590
|
}
|
|
10487
|
-
function
|
|
10591
|
+
function m6(s, e) {
|
|
10488
10592
|
return e ? c.GREY_DARK_2 : s ? c.GREY_LIGHT_0 : c.GREY_DARK_4;
|
|
10489
10593
|
}
|
|
10490
|
-
const
|
|
10594
|
+
const k6 = r1((s, e) => {
|
|
10491
10595
|
const {
|
|
10492
10596
|
value: t,
|
|
10493
10597
|
onChange: i,
|
|
@@ -10583,7 +10687,7 @@ const p3 = r1((s, e) => {
|
|
|
10583
10687
|
(x, H = "default") => {
|
|
10584
10688
|
var G;
|
|
10585
10689
|
return /* @__PURE__ */ o(
|
|
10586
|
-
|
|
10690
|
+
s4,
|
|
10587
10691
|
{
|
|
10588
10692
|
values: x,
|
|
10589
10693
|
onTagClose: g1,
|
|
@@ -10648,7 +10752,7 @@ const p3 = r1((s, e) => {
|
|
|
10648
10752
|
const H = I(x.value);
|
|
10649
10753
|
return l ? /* @__PURE__ */ o("span", { style: { color: c.GREY_DARK_1 }, children: H }) : H;
|
|
10650
10754
|
},
|
|
10651
|
-
mode:
|
|
10755
|
+
mode: v6(h, d1),
|
|
10652
10756
|
variant: y,
|
|
10653
10757
|
onChange: i1,
|
|
10654
10758
|
onFocus: R1,
|
|
@@ -10683,7 +10787,7 @@ const p3 = r1((s, e) => {
|
|
|
10683
10787
|
}
|
|
10684
10788
|
),
|
|
10685
10789
|
y === "borderless" && ($ || F) && /* @__PURE__ */ o(
|
|
10686
|
-
|
|
10790
|
+
f6,
|
|
10687
10791
|
{
|
|
10688
10792
|
isActive: K,
|
|
10689
10793
|
onClick: () => z(!K)
|
|
@@ -10757,16 +10861,16 @@ const p3 = r1((s, e) => {
|
|
|
10757
10861
|
width: 16
|
|
10758
10862
|
}
|
|
10759
10863
|
),
|
|
10760
|
-
typeof v == "string" ? /* @__PURE__ */ o(
|
|
10864
|
+
typeof v == "string" ? /* @__PURE__ */ o(G0, { color: c.NOTIFICATION_ERROR_DARK, variant: "body4", children: v }) : v
|
|
10761
10865
|
] })
|
|
10762
10866
|
]
|
|
10763
10867
|
}
|
|
10764
10868
|
);
|
|
10765
10869
|
});
|
|
10766
|
-
function
|
|
10870
|
+
function v6(s, e) {
|
|
10767
10871
|
return s === "filter" || e ? "multiple" : s === "single" ? void 0 : s;
|
|
10768
10872
|
}
|
|
10769
|
-
function
|
|
10873
|
+
function N6(s, e = 500) {
|
|
10770
10874
|
const t = O();
|
|
10771
10875
|
return B(() => () => {
|
|
10772
10876
|
t.current && clearTimeout(t.current);
|
|
@@ -10785,7 +10889,7 @@ function Q1(s) {
|
|
|
10785
10889
|
}
|
|
10786
10890
|
const K1 = 100, u1 = {
|
|
10787
10891
|
offset: 0
|
|
10788
|
-
},
|
|
10892
|
+
}, x6 = r1((s, e) => {
|
|
10789
10893
|
const {
|
|
10790
10894
|
loadOptions: t,
|
|
10791
10895
|
width: i,
|
|
@@ -10834,7 +10938,7 @@ const K1 = 100, u1 = {
|
|
|
10834
10938
|
}
|
|
10835
10939
|
},
|
|
10836
10940
|
[t]
|
|
10837
|
-
), x1 =
|
|
10941
|
+
), x1 = N6((E) => {
|
|
10838
10942
|
z(E), E || _(u1);
|
|
10839
10943
|
}), M1 = j(
|
|
10840
10944
|
(E) => x1(E),
|
|
@@ -10953,18 +11057,18 @@ const K1 = 100, u1 = {
|
|
|
10953
11057
|
extraOptions: I
|
|
10954
11058
|
};
|
|
10955
11059
|
}, [l, s, Z1, $, k]);
|
|
10956
|
-
return /* @__PURE__ */ o("div", { className: "snmt-async-select", children: /* @__PURE__ */ o(
|
|
11060
|
+
return /* @__PURE__ */ o("div", { className: "snmt-async-select", children: /* @__PURE__ */ o(k6, { ...g1 }) });
|
|
10957
11061
|
}), V = (s) => typeof s == "string", L1 = () => {
|
|
10958
11062
|
let s, e;
|
|
10959
11063
|
const t = new Promise((i, n) => {
|
|
10960
11064
|
s = i, e = n;
|
|
10961
11065
|
});
|
|
10962
11066
|
return t.resolve = s, t.reject = e, t;
|
|
10963
|
-
}, X1 = (s) => s == null ? "" : "" + s,
|
|
11067
|
+
}, X1 = (s) => s == null ? "" : "" + s, M6 = (s, e, t) => {
|
|
10964
11068
|
s.forEach((i) => {
|
|
10965
11069
|
e[i] && (t[i] = e[i]);
|
|
10966
11070
|
});
|
|
10967
|
-
},
|
|
11071
|
+
}, R6 = /###/g, e2 = (s) => s && s.indexOf("###") > -1 ? s.replace(R6, ".") : s, t2 = (s) => !s || V(s), k1 = (s, e, t) => {
|
|
10968
11072
|
const i = V(e) ? e.split(".") : e;
|
|
10969
11073
|
let n = 0;
|
|
10970
11074
|
for (; n < i.length - 1; ) {
|
|
@@ -10989,7 +11093,7 @@ const K1 = 100, u1 = {
|
|
|
10989
11093
|
for (; d.obj === void 0 && C.length; )
|
|
10990
11094
|
h = `${C[C.length - 1]}.${h}`, C = C.slice(0, C.length - 1), d = k1(s, C, Object), d && d.obj && typeof d.obj[`${d.k}.${h}`] < "u" && (d.obj = void 0);
|
|
10991
11095
|
d.obj[`${d.k}.${h}`] = t;
|
|
10992
|
-
},
|
|
11096
|
+
}, V6 = (s, e, t, i) => {
|
|
10993
11097
|
const {
|
|
10994
11098
|
obj: n,
|
|
10995
11099
|
k: h
|
|
@@ -11002,7 +11106,7 @@ const K1 = 100, u1 = {
|
|
|
11002
11106
|
} = k1(s, e);
|
|
11003
11107
|
if (t)
|
|
11004
11108
|
return t[i];
|
|
11005
|
-
},
|
|
11109
|
+
}, Z6 = (s, e, t) => {
|
|
11006
11110
|
const i = y1(s, t);
|
|
11007
11111
|
return i !== void 0 ? i : y1(e, t);
|
|
11008
11112
|
}, m2 = (s, e, t) => {
|
|
@@ -11010,7 +11114,7 @@ const K1 = 100, u1 = {
|
|
|
11010
11114
|
i !== "__proto__" && i !== "constructor" && (i in s ? V(s[i]) || s[i] instanceof String || V(e[i]) || e[i] instanceof String ? t && (s[i] = e[i]) : m2(s[i], e[i], t) : s[i] = e[i]);
|
|
11011
11115
|
return s;
|
|
11012
11116
|
}, w1 = (s) => s.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g, "\\$&");
|
|
11013
|
-
var
|
|
11117
|
+
var H6 = {
|
|
11014
11118
|
"&": "&",
|
|
11015
11119
|
"<": "<",
|
|
11016
11120
|
">": ">",
|
|
@@ -11018,8 +11122,8 @@ var M3 = {
|
|
|
11018
11122
|
"'": "'",
|
|
11019
11123
|
"/": "/"
|
|
11020
11124
|
};
|
|
11021
|
-
const
|
|
11022
|
-
class
|
|
11125
|
+
const _6 = (s) => V(s) ? s.replace(/[&<>"'\/]/g, (e) => H6[e]) : s;
|
|
11126
|
+
class b6 {
|
|
11023
11127
|
constructor(e) {
|
|
11024
11128
|
this.capacity = e, this.regExpMap = /* @__PURE__ */ new Map(), this.regExpQueue = [];
|
|
11025
11129
|
}
|
|
@@ -11031,11 +11135,11 @@ class V3 {
|
|
|
11031
11135
|
return this.regExpQueue.length === this.capacity && this.regExpMap.delete(this.regExpQueue.shift()), this.regExpMap.set(e, i), this.regExpQueue.push(e), i;
|
|
11032
11136
|
}
|
|
11033
11137
|
}
|
|
11034
|
-
const
|
|
11138
|
+
const y6 = [" ", ",", "?", "!", ";"], E6 = new b6(20), A6 = (s, e, t) => {
|
|
11035
11139
|
e = e || "", t = t || "";
|
|
11036
|
-
const i =
|
|
11140
|
+
const i = y6.filter((C) => e.indexOf(C) < 0 && t.indexOf(C) < 0);
|
|
11037
11141
|
if (i.length === 0) return !0;
|
|
11038
|
-
const n =
|
|
11142
|
+
const n = E6.getRegExp(`(${i.map((C) => C === "?" ? "\\?" : C).join("|")})`);
|
|
11039
11143
|
let h = !n.test(s);
|
|
11040
11144
|
if (!h) {
|
|
11041
11145
|
const C = s.indexOf(t);
|
|
@@ -11062,7 +11166,7 @@ const Z3 = [" ", ",", "?", "!", ";"], H3 = new V3(20), _3 = (s, e, t) => {
|
|
|
11062
11166
|
n = C;
|
|
11063
11167
|
}
|
|
11064
11168
|
return n;
|
|
11065
|
-
}, E1 = (s) => s && s.replace("_", "-"),
|
|
11169
|
+
}, E1 = (s) => s && s.replace("_", "-"), D6 = {
|
|
11066
11170
|
type: "logger",
|
|
11067
11171
|
log(s) {
|
|
11068
11172
|
this.output("log", s);
|
|
@@ -11084,7 +11188,7 @@ class A1 {
|
|
|
11084
11188
|
}
|
|
11085
11189
|
init(e) {
|
|
11086
11190
|
let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
|
11087
|
-
this.prefix = t.prefix || "i18next:", this.logger = e ||
|
|
11191
|
+
this.prefix = t.prefix || "i18next:", this.logger = e || D6, this.options = t, this.debug = t.debug;
|
|
11088
11192
|
}
|
|
11089
11193
|
log() {
|
|
11090
11194
|
for (var e = arguments.length, t = new Array(e), i = 0; i < e; i++)
|
|
@@ -11244,7 +11348,7 @@ const n2 = {};
|
|
|
11244
11348
|
class D1 extends B1 {
|
|
11245
11349
|
constructor(e) {
|
|
11246
11350
|
let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
|
11247
|
-
super(),
|
|
11351
|
+
super(), M6(["resourceStore", "languageUtils", "pluralResolver", "interpolator", "backendConnector", "i18nFormat", "utils"], e, this), this.options = t, this.options.keySeparator === void 0 && (this.options.keySeparator = "."), this.logger = e1.create("translator");
|
|
11248
11352
|
}
|
|
11249
11353
|
changeLanguage(e) {
|
|
11250
11354
|
e && (this.language = e);
|
|
@@ -11263,7 +11367,7 @@ class D1 extends B1 {
|
|
|
11263
11367
|
i === void 0 && (i = ":");
|
|
11264
11368
|
const n = t.keySeparator !== void 0 ? t.keySeparator : this.options.keySeparator;
|
|
11265
11369
|
let h = t.ns || this.options.defaultNS || [];
|
|
11266
|
-
const C = i && e.indexOf(i) > -1, d = !this.options.userDefinedKeySeparator && !t.keySeparator && !this.options.userDefinedNsSeparator && !t.nsSeparator && !
|
|
11370
|
+
const C = i && e.indexOf(i) > -1, d = !this.options.userDefinedKeySeparator && !t.keySeparator && !this.options.userDefinedNsSeparator && !t.nsSeparator && !A6(e, i, n);
|
|
11267
11371
|
if (C && !d) {
|
|
11268
11372
|
const r = e.match(this.interpolator.nestingRegexp);
|
|
11269
11373
|
if (r && r.length > 0)
|
|
@@ -11553,7 +11657,7 @@ class o2 {
|
|
|
11553
11657
|
}), n;
|
|
11554
11658
|
}
|
|
11555
11659
|
}
|
|
11556
|
-
let
|
|
11660
|
+
let B6 = [{
|
|
11557
11661
|
lngs: ["ach", "ak", "am", "arn", "br", "fil", "gun", "ln", "mfe", "mg", "mi", "oc", "pt", "pt-BR", "tg", "tl", "ti", "tr", "uz", "wa"],
|
|
11558
11662
|
nr: [1, 2],
|
|
11559
11663
|
fc: 1
|
|
@@ -11645,7 +11749,7 @@ let y3 = [{
|
|
|
11645
11749
|
lngs: ["he", "iw"],
|
|
11646
11750
|
nr: [1, 2, 20, 21],
|
|
11647
11751
|
fc: 22
|
|
11648
|
-
}],
|
|
11752
|
+
}], K6 = {
|
|
11649
11753
|
1: (s) => +(s > 1),
|
|
11650
11754
|
2: (s) => +(s != 1),
|
|
11651
11755
|
3: (s) => 0,
|
|
@@ -11669,28 +11773,28 @@ let y3 = [{
|
|
|
11669
11773
|
21: (s) => s % 100 == 1 ? 1 : s % 100 == 2 ? 2 : s % 100 == 3 || s % 100 == 4 ? 3 : 0,
|
|
11670
11774
|
22: (s) => s == 1 ? 0 : s == 2 ? 1 : (s < 0 || s > 10) && s % 10 == 0 ? 2 : 3
|
|
11671
11775
|
};
|
|
11672
|
-
const
|
|
11776
|
+
const S6 = ["v1", "v2", "v3"], G6 = ["v4"], l2 = {
|
|
11673
11777
|
zero: 0,
|
|
11674
11778
|
one: 1,
|
|
11675
11779
|
two: 2,
|
|
11676
11780
|
few: 3,
|
|
11677
11781
|
many: 4,
|
|
11678
11782
|
other: 5
|
|
11679
|
-
},
|
|
11783
|
+
}, I6 = () => {
|
|
11680
11784
|
const s = {};
|
|
11681
|
-
return
|
|
11785
|
+
return B6.forEach((e) => {
|
|
11682
11786
|
e.lngs.forEach((t) => {
|
|
11683
11787
|
s[t] = {
|
|
11684
11788
|
numbers: e.nr,
|
|
11685
|
-
plurals:
|
|
11789
|
+
plurals: K6[e.fc]
|
|
11686
11790
|
};
|
|
11687
11791
|
});
|
|
11688
11792
|
}), s;
|
|
11689
11793
|
};
|
|
11690
|
-
class
|
|
11794
|
+
class O6 {
|
|
11691
11795
|
constructor(e) {
|
|
11692
11796
|
let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
|
11693
|
-
this.languageUtils = e, this.options = t, this.logger = e1.create("pluralResolver"), (!this.options.compatibilityJSON ||
|
|
11797
|
+
this.languageUtils = e, this.options = t, this.logger = e1.create("pluralResolver"), (!this.options.compatibilityJSON || G6.includes(this.options.compatibilityJSON)) && (typeof Intl > "u" || !Intl.PluralRules) && (this.options.compatibilityJSON = "v3", this.logger.error("Your environment seems not to be Intl API compatible, use an Intl.PluralRules polyfill. Will fallback to the compatibilityJSON v3 format handling.")), this.rules = I6(), this.pluralRulesCache = {};
|
|
11694
11798
|
}
|
|
11695
11799
|
addRule(e, t) {
|
|
11696
11800
|
this.rules[e] = t;
|
|
@@ -11748,14 +11852,14 @@ class K3 {
|
|
|
11748
11852
|
return this.options.compatibilityJSON === "v1" ? n === 1 ? "" : typeof n == "number" ? `_plural_${n.toString()}` : h() : this.options.compatibilityJSON === "v2" || this.options.simplifyPluralSuffix && e.numbers.length === 2 && e.numbers[0] === 1 ? h() : this.options.prepend && i.toString() ? this.options.prepend + i.toString() : i.toString();
|
|
11749
11853
|
}
|
|
11750
11854
|
shouldUseIntlApi() {
|
|
11751
|
-
return !
|
|
11855
|
+
return !S6.includes(this.options.compatibilityJSON);
|
|
11752
11856
|
}
|
|
11753
11857
|
}
|
|
11754
11858
|
const r2 = function(s, e, t) {
|
|
11755
|
-
let i = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : ".", n = arguments.length > 4 && arguments[4] !== void 0 ? arguments[4] : !0, h =
|
|
11859
|
+
let i = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : ".", n = arguments.length > 4 && arguments[4] !== void 0 ? arguments[4] : !0, h = Z6(s, e, t);
|
|
11756
11860
|
return !h && n && V(t) && (h = O1(s, t, i), h === void 0 && (h = O1(e, t, i))), h;
|
|
11757
11861
|
}, G1 = (s) => s.replace(/\$/g, "$$$$");
|
|
11758
|
-
class
|
|
11862
|
+
class Y6 {
|
|
11759
11863
|
constructor() {
|
|
11760
11864
|
let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
|
11761
11865
|
this.logger = e1.create("interpolator"), this.options = e, this.format = e.interpolation && e.interpolation.format || ((t) => t), this.init(e);
|
|
@@ -11784,7 +11888,7 @@ class S3 {
|
|
|
11784
11888
|
maxReplaces: M,
|
|
11785
11889
|
alwaysFormat: Z
|
|
11786
11890
|
} = e.interpolation;
|
|
11787
|
-
this.escape = t !== void 0 ? t :
|
|
11891
|
+
this.escape = t !== void 0 ? t : _6, this.escapeValue = i !== void 0 ? i : !0, this.useRawValueToEscape = n !== void 0 ? n : !1, this.prefix = h ? w1(h) : C || "{{", this.suffix = d ? w1(d) : r || "}}", this.formatSeparator = l || ",", this.unescapePrefix = a ? "" : p || "-", this.unescapeSuffix = this.unescapePrefix ? "" : a || "", this.nestingPrefix = u ? w1(u) : w || w1("$t("), this.nestingSuffix = f ? w1(f) : m || w1(")"), this.nestingOptionsSeparator = L || ",", this.maxReplaces = M || 1e3, this.alwaysFormat = Z !== void 0 ? Z : !1, this.resetRegExp();
|
|
11788
11892
|
}
|
|
11789
11893
|
reset() {
|
|
11790
11894
|
this.options && this.init(this.options);
|
|
@@ -11879,7 +11983,7 @@ class S3 {
|
|
|
11879
11983
|
return e;
|
|
11880
11984
|
}
|
|
11881
11985
|
}
|
|
11882
|
-
const
|
|
11986
|
+
const j6 = (s) => {
|
|
11883
11987
|
let e = s.toLowerCase().trim();
|
|
11884
11988
|
const t = {};
|
|
11885
11989
|
if (s.indexOf("(") > -1) {
|
|
@@ -11910,7 +12014,7 @@ const G3 = (s) => {
|
|
|
11910
12014
|
return d || (d = s(E1(i), n), e[C] = d), d(t);
|
|
11911
12015
|
};
|
|
11912
12016
|
};
|
|
11913
|
-
class
|
|
12017
|
+
class W6 {
|
|
11914
12018
|
constructor() {
|
|
11915
12019
|
let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
|
11916
12020
|
this.logger = e1.create("formatter"), this.options = e, this.formats = {
|
|
@@ -11970,7 +12074,7 @@ class I3 {
|
|
|
11970
12074
|
const {
|
|
11971
12075
|
formatName: l,
|
|
11972
12076
|
formatOptions: a
|
|
11973
|
-
} =
|
|
12077
|
+
} = j6(r);
|
|
11974
12078
|
if (this.formats[l]) {
|
|
11975
12079
|
let p = d;
|
|
11976
12080
|
try {
|
|
@@ -11990,10 +12094,10 @@ class I3 {
|
|
|
11990
12094
|
}, e);
|
|
11991
12095
|
}
|
|
11992
12096
|
}
|
|
11993
|
-
const
|
|
12097
|
+
const T6 = (s, e) => {
|
|
11994
12098
|
s.pending[e] !== void 0 && (delete s.pending[e], s.pendingCount--);
|
|
11995
12099
|
};
|
|
11996
|
-
class
|
|
12100
|
+
class $6 extends B1 {
|
|
11997
12101
|
constructor(e, t, i) {
|
|
11998
12102
|
let n = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : {};
|
|
11999
12103
|
super(), this.backend = e, this.store = t, this.services = i, this.languageUtils = i.languageUtils, this.options = n, this.logger = e1.create("backendConnector"), this.waitingReads = [], this.maxParallelReads = n.maxParallelReads || 10, this.readingCalls = 0, this.maxRetries = n.maxRetries >= 0 ? n.maxRetries : 5, this.retryTimeout = n.retryTimeout >= 1 ? n.retryTimeout : 350, this.state = {}, this.queue = [], this.backend && this.backend.init && this.backend.init(i, n.backend, n);
|
|
@@ -12026,7 +12130,7 @@ class Y3 extends B1 {
|
|
|
12026
12130
|
}), this.state[e] = t ? -1 : 2, t && i && (this.state[e] = 0);
|
|
12027
12131
|
const d = {};
|
|
12028
12132
|
this.queue.forEach((r) => {
|
|
12029
|
-
|
|
12133
|
+
V6(r.loaded, [h], C), T6(r, e), t && r.errors.push(t), r.pendingCount === 0 && !r.done && (Object.keys(r.loaded).forEach((l) => {
|
|
12030
12134
|
d[l] || (d[l] = {});
|
|
12031
12135
|
const a = r.loaded[l];
|
|
12032
12136
|
a.length && a.forEach((p) => {
|
|
@@ -12185,7 +12289,7 @@ const a2 = () => ({
|
|
|
12185
12289
|
skipOnVariables: !0
|
|
12186
12290
|
}
|
|
12187
12291
|
}), h2 = (s) => (V(s.ns) && (s.ns = [s.ns]), V(s.fallbackLng) && (s.fallbackLng = [s.fallbackLng]), V(s.fallbackNS) && (s.fallbackNS = [s.fallbackNS]), s.supportedLngs && s.supportedLngs.indexOf("cimode") < 0 && (s.supportedLngs = s.supportedLngs.concat(["cimode"])), s), b1 = () => {
|
|
12188
|
-
},
|
|
12292
|
+
}, P6 = (s) => {
|
|
12189
12293
|
Object.getOwnPropertyNames(Object.getPrototypeOf(s)).forEach((t) => {
|
|
12190
12294
|
typeof s[t] == "function" && (s[t] = s[t].bind(s));
|
|
12191
12295
|
});
|
|
@@ -12195,7 +12299,7 @@ class v1 extends B1 {
|
|
|
12195
12299
|
let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, t = arguments.length > 1 ? arguments[1] : void 0;
|
|
12196
12300
|
if (super(), this.options = h2(e), this.services = {}, this.logger = e1, this.modules = {
|
|
12197
12301
|
external: []
|
|
12198
|
-
},
|
|
12302
|
+
}, P6(this), t && !this.isInitialized && !e.isClone) {
|
|
12199
12303
|
if (!this.options.initImmediate)
|
|
12200
12304
|
return this.init(e, t), this;
|
|
12201
12305
|
setTimeout(() => {
|
|
@@ -12220,17 +12324,17 @@ class v1 extends B1 {
|
|
|
12220
12324
|
if (!this.options.isClone) {
|
|
12221
12325
|
this.modules.logger ? e1.init(h(this.modules.logger), this.options) : e1.init(null, this.options);
|
|
12222
12326
|
let a;
|
|
12223
|
-
this.modules.formatter ? a = this.modules.formatter : typeof Intl < "u" && (a =
|
|
12327
|
+
this.modules.formatter ? a = this.modules.formatter : typeof Intl < "u" && (a = W6);
|
|
12224
12328
|
const p = new o2(this.options);
|
|
12225
12329
|
this.store = new s2(this.options.resources, this.options);
|
|
12226
12330
|
const u = this.services;
|
|
12227
|
-
u.logger = e1, u.resourceStore = this.store, u.languageUtils = p, u.pluralResolver = new
|
|
12331
|
+
u.logger = e1, u.resourceStore = this.store, u.languageUtils = p, u.pluralResolver = new O6(p, {
|
|
12228
12332
|
prepend: this.options.pluralSeparator,
|
|
12229
12333
|
compatibilityJSON: this.options.compatibilityJSON,
|
|
12230
12334
|
simplifyPluralSuffix: this.options.simplifyPluralSuffix
|
|
12231
|
-
}), a && (!this.options.interpolation.format || this.options.interpolation.format === n.interpolation.format) && (u.formatter = h(a), u.formatter.init(u, this.options), this.options.interpolation.format = u.formatter.format.bind(u.formatter)), u.interpolator = new
|
|
12335
|
+
}), a && (!this.options.interpolation.format || this.options.interpolation.format === n.interpolation.format) && (u.formatter = h(a), u.formatter.init(u, this.options), this.options.interpolation.format = u.formatter.format.bind(u.formatter)), u.interpolator = new Y6(this.options), u.utils = {
|
|
12232
12336
|
hasLoadedNamespace: this.hasLoadedNamespace.bind(this)
|
|
12233
|
-
}, u.backendConnector = new
|
|
12337
|
+
}, u.backendConnector = new $6(h(this.modules.backend), u.resourceStore, u, this.options), u.backendConnector.on("*", function(w) {
|
|
12234
12338
|
for (var f = arguments.length, m = new Array(f > 1 ? f - 1 : 0), L = 1; L < f; L++)
|
|
12235
12339
|
m[L - 1] = arguments[L];
|
|
12236
12340
|
e.emit(w, ...m);
|
|
@@ -12444,7 +12548,7 @@ W.setDefaultNamespace;
|
|
|
12444
12548
|
W.hasLoadedNamespace;
|
|
12445
12549
|
W.loadNamespaces;
|
|
12446
12550
|
W.loadLanguages;
|
|
12447
|
-
function
|
|
12551
|
+
function F6() {
|
|
12448
12552
|
if (console && console.warn) {
|
|
12449
12553
|
for (var s = arguments.length, e = new Array(s), t = 0; t < s; t++)
|
|
12450
12554
|
e[t] = arguments[t];
|
|
@@ -12455,7 +12559,7 @@ const c2 = {};
|
|
|
12455
12559
|
function Y1() {
|
|
12456
12560
|
for (var s = arguments.length, e = new Array(s), t = 0; t < s; t++)
|
|
12457
12561
|
e[t] = arguments[t];
|
|
12458
|
-
h1(e[0]) && c2[e[0]] || (h1(e[0]) && (c2[e[0]] = /* @__PURE__ */ new Date()),
|
|
12562
|
+
h1(e[0]) && c2[e[0]] || (h1(e[0]) && (c2[e[0]] = /* @__PURE__ */ new Date()), F6(...e));
|
|
12459
12563
|
}
|
|
12460
12564
|
const v2 = (s, e) => () => {
|
|
12461
12565
|
if (s.isInitialized)
|
|
@@ -12474,7 +12578,7 @@ const v2 = (s, e) => () => {
|
|
|
12474
12578
|
h1(t) && (t = [t]), t.forEach((n) => {
|
|
12475
12579
|
s.options.ns.indexOf(n) < 0 && s.options.ns.push(n);
|
|
12476
12580
|
}), s.loadLanguages(e, v2(s, i));
|
|
12477
|
-
},
|
|
12581
|
+
}, U6 = function(s, e) {
|
|
12478
12582
|
let t = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
|
|
12479
12583
|
const i = e.languages[0], n = e.options ? e.options.fallbackLng : !1, h = e.languages[e.languages.length - 1];
|
|
12480
12584
|
if (i.toLowerCase() === "cimode") return !0;
|
|
@@ -12483,15 +12587,15 @@ const v2 = (s, e) => () => {
|
|
|
12483
12587
|
return l === -1 || l === 2;
|
|
12484
12588
|
};
|
|
12485
12589
|
return t.bindI18n && t.bindI18n.indexOf("languageChanging") > -1 && e.services.backendConnector.backend && e.isLanguageChangingTo && !C(e.isLanguageChangingTo, s) ? !1 : !!(e.hasResourceBundle(i, s) || !e.services.backendConnector.backend || e.options.resources && !e.options.partialBundledLanguages || C(i, s) && (!n || C(h, s)));
|
|
12486
|
-
},
|
|
12590
|
+
}, z6 = function(s, e) {
|
|
12487
12591
|
let t = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
|
|
12488
12592
|
return !e.languages || !e.languages.length ? (Y1("i18n.languages were undefined or empty", e.languages), !0) : e.options.ignoreJSONStructure !== void 0 ? e.hasLoadedNamespace(s, {
|
|
12489
12593
|
lng: t.lng,
|
|
12490
12594
|
precheck: (n, h) => {
|
|
12491
12595
|
if (t.bindI18n && t.bindI18n.indexOf("languageChanging") > -1 && n.services.backendConnector.backend && n.isLanguageChangingTo && !h(n.isLanguageChangingTo, s)) return !1;
|
|
12492
12596
|
}
|
|
12493
|
-
}) :
|
|
12494
|
-
}, h1 = (s) => typeof s == "string",
|
|
12597
|
+
}) : U6(s, e, t);
|
|
12598
|
+
}, h1 = (s) => typeof s == "string", J6 = (s) => typeof s == "object" && s !== null, q6 = /&(?:amp|#38|lt|#60|gt|#62|apos|#39|quot|#34|nbsp|#160|copy|#169|reg|#174|hellip|#8230|#x2F|#47);/g, Q6 = {
|
|
12495
12599
|
"&": "&",
|
|
12496
12600
|
"&": "&",
|
|
12497
12601
|
"<": "<",
|
|
@@ -12512,7 +12616,7 @@ const v2 = (s, e) => () => {
|
|
|
12512
12616
|
"…": "…",
|
|
12513
12617
|
"/": "/",
|
|
12514
12618
|
"/": "/"
|
|
12515
|
-
},
|
|
12619
|
+
}, X6 = (s) => Q6[s], e3 = (s) => s.replace(q6, X6);
|
|
12516
12620
|
let j1 = {
|
|
12517
12621
|
bindI18n: "languageChanged",
|
|
12518
12622
|
bindI18nStore: "",
|
|
@@ -12521,25 +12625,25 @@ let j1 = {
|
|
|
12521
12625
|
transWrapTextNodes: "",
|
|
12522
12626
|
transKeepBasicHtmlNodesFor: ["br", "strong", "i", "p"],
|
|
12523
12627
|
useSuspense: !0,
|
|
12524
|
-
unescape:
|
|
12628
|
+
unescape: e3
|
|
12525
12629
|
};
|
|
12526
|
-
const
|
|
12630
|
+
const t3 = function() {
|
|
12527
12631
|
let s = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
|
12528
12632
|
j1 = {
|
|
12529
12633
|
...j1,
|
|
12530
12634
|
...s
|
|
12531
12635
|
};
|
|
12532
|
-
},
|
|
12636
|
+
}, i3 = () => j1;
|
|
12533
12637
|
let N2;
|
|
12534
|
-
const
|
|
12638
|
+
const s3 = (s) => {
|
|
12535
12639
|
N2 = s;
|
|
12536
|
-
},
|
|
12640
|
+
}, n3 = () => N2, o3 = {
|
|
12537
12641
|
type: "3rdParty",
|
|
12538
12642
|
init(s) {
|
|
12539
|
-
|
|
12643
|
+
t3(s.options.react), s3(s);
|
|
12540
12644
|
}
|
|
12541
|
-
},
|
|
12542
|
-
class
|
|
12645
|
+
}, l3 = g2();
|
|
12646
|
+
class r3 {
|
|
12543
12647
|
constructor() {
|
|
12544
12648
|
$1(this, "getUsedNamespaces", () => Object.keys(this.usedNamespaces));
|
|
12545
12649
|
this.usedNamespaces = {};
|
|
@@ -12550,27 +12654,27 @@ class s6 {
|
|
|
12550
12654
|
});
|
|
12551
12655
|
}
|
|
12552
12656
|
}
|
|
12553
|
-
const
|
|
12657
|
+
const a3 = (s, e) => {
|
|
12554
12658
|
const t = O();
|
|
12555
12659
|
return B(() => {
|
|
12556
12660
|
t.current = s;
|
|
12557
12661
|
}, [s, e]), t.current;
|
|
12558
|
-
}, x2 = (s, e, t, i) => s.getFixedT(e, t, i),
|
|
12662
|
+
}, x2 = (s, e, t, i) => s.getFixedT(e, t, i), h3 = (s, e, t, i) => j(x2(s, e, t, i), [s, e, t, i]), c3 = function(s) {
|
|
12559
12663
|
let e = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
|
12560
12664
|
const {
|
|
12561
12665
|
i18n: t
|
|
12562
12666
|
} = e, {
|
|
12563
12667
|
i18n: i,
|
|
12564
12668
|
defaultNS: n
|
|
12565
|
-
} = s1(
|
|
12566
|
-
if (h && !h.reportNamespaces && (h.reportNamespaces = new
|
|
12669
|
+
} = s1(l3) || {}, h = t || i || n3();
|
|
12670
|
+
if (h && !h.reportNamespaces && (h.reportNamespaces = new r3()), !h) {
|
|
12567
12671
|
Y1("You will need to pass in an i18next instance by using initReactI18next");
|
|
12568
|
-
const N = (R, v) => h1(v) ? v :
|
|
12672
|
+
const N = (R, v) => h1(v) ? v : J6(v) && h1(v.defaultValue) ? v.defaultValue : Array.isArray(R) ? R[R.length - 1] : R, k = [N, {}, !1];
|
|
12569
12673
|
return k.t = N, k.i18n = {}, k.ready = !1, k;
|
|
12570
12674
|
}
|
|
12571
12675
|
h.options.react && h.options.react.wait !== void 0 && Y1("It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.");
|
|
12572
12676
|
const C = {
|
|
12573
|
-
...
|
|
12677
|
+
...i3(),
|
|
12574
12678
|
...h.options.react,
|
|
12575
12679
|
...e
|
|
12576
12680
|
}, {
|
|
@@ -12579,10 +12683,10 @@ const n6 = (s, e) => {
|
|
|
12579
12683
|
} = C;
|
|
12580
12684
|
let l = s;
|
|
12581
12685
|
l = h1(l) ? [l] : l || ["translation"], h.reportNamespaces.addUsedNamespaces && h.reportNamespaces.addUsedNamespaces(l);
|
|
12582
|
-
const a = (h.isInitialized || h.initializedStoreOnce) && l.every((N) =>
|
|
12686
|
+
const a = (h.isInitialized || h.initializedStoreOnce) && l.every((N) => z6(N, h, C)), p = h3(h, e.lng || null, C.nsMode === "fallback" ? l : l[0], r), u = () => p, w = () => x2(h, e.lng || null, C.nsMode === "fallback" ? l : l[0], r), [f, m] = A(u);
|
|
12583
12687
|
let L = l.join();
|
|
12584
12688
|
e.lng && (L = `${e.lng}${L}`);
|
|
12585
|
-
const M =
|
|
12689
|
+
const M = a3(L), Z = O(!0);
|
|
12586
12690
|
B(() => {
|
|
12587
12691
|
const {
|
|
12588
12692
|
bindI18n: N,
|
|
@@ -12607,40 +12711,40 @@ const n6 = (s, e) => {
|
|
|
12607
12711
|
throw new Promise((N) => {
|
|
12608
12712
|
e.lng ? d2(h, e.lng, l, () => N()) : C2(h, l, () => N());
|
|
12609
12713
|
});
|
|
12610
|
-
},
|
|
12611
|
-
placeholder:
|
|
12612
|
-
},
|
|
12613
|
-
placeholder:
|
|
12714
|
+
}, C3 = "City", d3 = {
|
|
12715
|
+
placeholder: C3
|
|
12716
|
+
}, g3 = "Город", u3 = {
|
|
12717
|
+
placeholder: g3
|
|
12614
12718
|
};
|
|
12615
|
-
function
|
|
12719
|
+
function w3(s) {
|
|
12616
12720
|
const e = O(s);
|
|
12617
12721
|
return B(() => {
|
|
12618
12722
|
e.current = s;
|
|
12619
12723
|
}, [s]), e.current;
|
|
12620
12724
|
}
|
|
12621
|
-
W.use(
|
|
12725
|
+
W.use(o3).init({
|
|
12622
12726
|
defaultNS: "common",
|
|
12623
12727
|
lng: "en",
|
|
12624
12728
|
resources: {
|
|
12625
12729
|
en: {
|
|
12626
|
-
common:
|
|
12730
|
+
common: d3
|
|
12627
12731
|
},
|
|
12628
12732
|
ru: {
|
|
12629
|
-
common:
|
|
12733
|
+
common: u3
|
|
12630
12734
|
}
|
|
12631
12735
|
}
|
|
12632
12736
|
});
|
|
12633
|
-
const
|
|
12737
|
+
const N3 = r1(
|
|
12634
12738
|
({ width: s, selectedCountry: e, onChange: t, value: i, id: n, disabled: h, clearable: C }, d) => {
|
|
12635
12739
|
const [r, l] = A(
|
|
12636
12740
|
[]
|
|
12637
|
-
), [a, p] = A(!1), { locale: u, axiosPeople: w } = s1(c1), f = O(!1), m = O(null), L = O(r), M =
|
|
12741
|
+
), [a, p] = A(!1), { locale: u, axiosPeople: w } = s1(c1), f = O(!1), m = O(null), L = O(r), M = w3(e);
|
|
12638
12742
|
if (!w)
|
|
12639
12743
|
throw new Error(
|
|
12640
12744
|
`CitySelect requires "axiosPeople" to fetch cities.
|
|
12641
12745
|
Please provide it via SNMTUiContext.`
|
|
12642
12746
|
);
|
|
12643
|
-
const { t: Z } =
|
|
12747
|
+
const { t: Z } = c3("common", { lng: u }), D = j(
|
|
12644
12748
|
async (k) => {
|
|
12645
12749
|
const R = L.current.find((v) => v.value === k);
|
|
12646
12750
|
if (R)
|
|
@@ -12711,7 +12815,7 @@ const L6 = r1(
|
|
|
12711
12815
|
[w, e]
|
|
12712
12816
|
);
|
|
12713
12817
|
return C1(d, () => m.current), /* @__PURE__ */ o("div", { className: "snmt-city-select", children: /* @__PURE__ */ o(
|
|
12714
|
-
|
|
12818
|
+
x6,
|
|
12715
12819
|
{
|
|
12716
12820
|
id: n,
|
|
12717
12821
|
width: s,
|
|
@@ -12731,5 +12835,5 @@ const L6 = r1(
|
|
|
12731
12835
|
}
|
|
12732
12836
|
);
|
|
12733
12837
|
export {
|
|
12734
|
-
|
|
12838
|
+
N3 as CitySelect
|
|
12735
12839
|
};
|