@snmt-react-ui/country-select 2.9.16 → 2.9.17
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/country-select.js +636 -496
- package/package.json +3 -3
package/dist/country-select.js
CHANGED
|
@@ -2655,6 +2655,39 @@ const W2 = (l, e) => {
|
|
|
2655
2655
|
}
|
|
2656
2656
|
)
|
|
2657
2657
|
}
|
|
2658
|
+
), m7 = ({
|
|
2659
|
+
width: l = 20,
|
|
2660
|
+
height: e = 20,
|
|
2661
|
+
color: t = c.GREY_DARK_5,
|
|
2662
|
+
className: i,
|
|
2663
|
+
onClick: s
|
|
2664
|
+
}) => /* @__PURE__ */ g(
|
|
2665
|
+
"svg",
|
|
2666
|
+
{
|
|
2667
|
+
width: l,
|
|
2668
|
+
height: e,
|
|
2669
|
+
className: i,
|
|
2670
|
+
viewBox: "0 0 24 24",
|
|
2671
|
+
fill: "none",
|
|
2672
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2673
|
+
onClick: s,
|
|
2674
|
+
children: [
|
|
2675
|
+
/* @__PURE__ */ n(
|
|
2676
|
+
"path",
|
|
2677
|
+
{
|
|
2678
|
+
d: "M11.25 6C11.25 5.58579 11.5858 5.25 12 5.25C12.4142 5.25 12.75 5.58579 12.75 6L12.75 11.25L18 11.25L18.0771 11.2539C18.4551 11.2925 18.75 11.6118 18.75 12C18.75 12.3882 18.4551 12.7075 18.0771 12.7461L18 12.75L12 12.75C11.5858 12.75 11.25 12.4142 11.25 12L11.25 6Z",
|
|
2679
|
+
fill: t
|
|
2680
|
+
}
|
|
2681
|
+
),
|
|
2682
|
+
/* @__PURE__ */ n(
|
|
2683
|
+
"path",
|
|
2684
|
+
{
|
|
2685
|
+
d: "M21.25 12C21.25 6.89137 17.1086 2.75 12 2.75C6.89137 2.75 2.75 6.89137 2.75 12C2.75 17.1086 6.89137 21.25 12 21.25C17.1086 21.25 21.25 17.1086 21.25 12ZM22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12Z",
|
|
2686
|
+
fill: t
|
|
2687
|
+
}
|
|
2688
|
+
)
|
|
2689
|
+
]
|
|
2690
|
+
}
|
|
2658
2691
|
), a1 = ({
|
|
2659
2692
|
name: l,
|
|
2660
2693
|
width: e,
|
|
@@ -2817,11 +2850,13 @@ const W2 = (l, e) => {
|
|
|
2817
2850
|
return u7({ width: e, height: t, color: o, className: r, onClick: a });
|
|
2818
2851
|
case "unpaidLeave":
|
|
2819
2852
|
return L7({ width: e, height: t, color: o, className: r, onClick: a });
|
|
2853
|
+
case "time":
|
|
2854
|
+
return m7({ width: e, height: t, color: o, className: r, onClick: a });
|
|
2820
2855
|
default:
|
|
2821
2856
|
return /* @__PURE__ */ n(G, { children: "No Icon provided" });
|
|
2822
2857
|
}
|
|
2823
2858
|
})() });
|
|
2824
|
-
},
|
|
2859
|
+
}, v7 = (l, { enabled: e = !0 } = {}) => {
|
|
2825
2860
|
const [t, i] = E(!1), s = A(() => !e || !l || typeof l == "function" ? null : l.current, [e, l]), C = A(() => {
|
|
2826
2861
|
const h = s();
|
|
2827
2862
|
if (!h) {
|
|
@@ -2851,7 +2886,7 @@ const W2 = (l, e) => {
|
|
|
2851
2886
|
const d = new ResizeObserver(C);
|
|
2852
2887
|
return d.observe(h), () => d.disconnect();
|
|
2853
2888
|
}, [s, C]), t;
|
|
2854
|
-
},
|
|
2889
|
+
}, k7 = ({ children: l, title: e, arrow: t = !0, open: i, placement: s = "top" }) => /* @__PURE__ */ n(
|
|
2855
2890
|
g1,
|
|
2856
2891
|
{
|
|
2857
2892
|
overlayClassName: "snmt-tooltip",
|
|
@@ -2861,12 +2896,12 @@ const W2 = (l, e) => {
|
|
|
2861
2896
|
placement: s,
|
|
2862
2897
|
children: l
|
|
2863
2898
|
}
|
|
2864
|
-
), { Title:
|
|
2899
|
+
), { Title: N7, Text: M7 } = d1, x7 = {
|
|
2865
2900
|
h1: 1,
|
|
2866
2901
|
h2: 2,
|
|
2867
2902
|
h3: 3,
|
|
2868
2903
|
h4: 4
|
|
2869
|
-
},
|
|
2904
|
+
}, Z7 = q(
|
|
2870
2905
|
({
|
|
2871
2906
|
align: l = "inherit",
|
|
2872
2907
|
variant: e = "body1",
|
|
@@ -2879,7 +2914,7 @@ const W2 = (l, e) => {
|
|
|
2879
2914
|
}, d) => {
|
|
2880
2915
|
const o = P(null);
|
|
2881
2916
|
w1(d, () => o.current);
|
|
2882
|
-
const a =
|
|
2917
|
+
const a = v7(o, { enabled: h }), r = e === "h1" || e === "h2" || e === "h3" || e === "h4";
|
|
2883
2918
|
let f = `snmt-typography snmt-typography-${e}`;
|
|
2884
2919
|
l && l !== "inherit" && (f += ` snmt-typography-align-${l}`);
|
|
2885
2920
|
const w = h && a, p = {
|
|
@@ -2891,10 +2926,10 @@ const W2 = (l, e) => {
|
|
|
2891
2926
|
onClick: s,
|
|
2892
2927
|
ref: o,
|
|
2893
2928
|
ellipsis: w || void 0
|
|
2894
|
-
}, u = /* @__PURE__ */ n(
|
|
2895
|
-
return r ? /* @__PURE__ */ n(
|
|
2929
|
+
}, u = /* @__PURE__ */ n(M7, { ...p, children: i });
|
|
2930
|
+
return r ? /* @__PURE__ */ n(N7, { level: x7[e], ...p, children: i }) : /* @__PURE__ */ n(G, { children: w ? /* @__PURE__ */ n(k7, { title: i, children: u }) : u });
|
|
2896
2931
|
}
|
|
2897
|
-
),
|
|
2932
|
+
), V7 = ({
|
|
2898
2933
|
width: l = 20,
|
|
2899
2934
|
height: e = 20,
|
|
2900
2935
|
color: t = c.GREY_DARK_5,
|
|
@@ -2918,7 +2953,7 @@ const W2 = (l, e) => {
|
|
|
2918
2953
|
}
|
|
2919
2954
|
)
|
|
2920
2955
|
}
|
|
2921
|
-
),
|
|
2956
|
+
), R7 = ({
|
|
2922
2957
|
width: l = 20,
|
|
2923
2958
|
height: e = 20,
|
|
2924
2959
|
color: t = c.GREY_DARK_5,
|
|
@@ -2942,7 +2977,7 @@ const W2 = (l, e) => {
|
|
|
2942
2977
|
}
|
|
2943
2978
|
)
|
|
2944
2979
|
}
|
|
2945
|
-
),
|
|
2980
|
+
), H7 = ({
|
|
2946
2981
|
width: l = 20,
|
|
2947
2982
|
height: e = 20,
|
|
2948
2983
|
color: t = c.GREY_DARK_5,
|
|
@@ -2966,7 +3001,7 @@ const W2 = (l, e) => {
|
|
|
2966
3001
|
}
|
|
2967
3002
|
)
|
|
2968
3003
|
}
|
|
2969
|
-
),
|
|
3004
|
+
), _7 = ({
|
|
2970
3005
|
width: l = 20,
|
|
2971
3006
|
height: e = 20,
|
|
2972
3007
|
color: t = c.GREY_DARK_5,
|
|
@@ -2991,7 +3026,7 @@ const W2 = (l, e) => {
|
|
|
2991
3026
|
}
|
|
2992
3027
|
)
|
|
2993
3028
|
}
|
|
2994
|
-
),
|
|
3029
|
+
), b7 = ({
|
|
2995
3030
|
width: l = 20,
|
|
2996
3031
|
height: e = 20,
|
|
2997
3032
|
color: t = c.GREY_DARK_5,
|
|
@@ -3031,7 +3066,7 @@ const W2 = (l, e) => {
|
|
|
3031
3066
|
)
|
|
3032
3067
|
]
|
|
3033
3068
|
}
|
|
3034
|
-
),
|
|
3069
|
+
), y7 = ({
|
|
3035
3070
|
width: l = 20,
|
|
3036
3071
|
height: e = 20,
|
|
3037
3072
|
color: t = c.GREY_DARK_5,
|
|
@@ -3058,7 +3093,7 @@ const W2 = (l, e) => {
|
|
|
3058
3093
|
/* @__PURE__ */ n("defs", { children: /* @__PURE__ */ n("clipPath", { id: "clip0_1_2043", children: /* @__PURE__ */ n("rect", { width: "24", height: "24", fill: "white", transform: "translate(0.5 0.5)" }) }) })
|
|
3059
3094
|
]
|
|
3060
3095
|
}
|
|
3061
|
-
),
|
|
3096
|
+
), A7 = ({
|
|
3062
3097
|
width: l = 20,
|
|
3063
3098
|
height: e = 20,
|
|
3064
3099
|
color: t = c.GREY_DARK_5,
|
|
@@ -3082,7 +3117,7 @@ const W2 = (l, e) => {
|
|
|
3082
3117
|
}
|
|
3083
3118
|
)
|
|
3084
3119
|
}
|
|
3085
|
-
),
|
|
3120
|
+
), E7 = ({
|
|
3086
3121
|
width: l = 20,
|
|
3087
3122
|
height: e = 20,
|
|
3088
3123
|
color: t = c.GREY_DARK_5,
|
|
@@ -3109,7 +3144,7 @@ const W2 = (l, e) => {
|
|
|
3109
3144
|
/* @__PURE__ */ n("defs", { children: /* @__PURE__ */ n("clipPath", { id: "clip0_1_2039", children: /* @__PURE__ */ n("rect", { width: "24", height: "24", fill: "white", transform: "translate(0.5 0.5)" }) }) })
|
|
3110
3145
|
]
|
|
3111
3146
|
}
|
|
3112
|
-
),
|
|
3147
|
+
), D7 = ({
|
|
3113
3148
|
width: l = 20,
|
|
3114
3149
|
height: e = 20,
|
|
3115
3150
|
color: t = c.GREY_DARK_5,
|
|
@@ -3133,7 +3168,7 @@ const W2 = (l, e) => {
|
|
|
3133
3168
|
}
|
|
3134
3169
|
)
|
|
3135
3170
|
}
|
|
3136
|
-
),
|
|
3171
|
+
), K7 = ({
|
|
3137
3172
|
width: l = 20,
|
|
3138
3173
|
height: e = 20,
|
|
3139
3174
|
color: t = c.GREY_DARK_5,
|
|
@@ -3173,7 +3208,7 @@ const W2 = (l, e) => {
|
|
|
3173
3208
|
)
|
|
3174
3209
|
]
|
|
3175
3210
|
}
|
|
3176
|
-
),
|
|
3211
|
+
), G7 = ({
|
|
3177
3212
|
width: l = 20,
|
|
3178
3213
|
height: e = 20,
|
|
3179
3214
|
color: t = c.GREY_DARK_5,
|
|
@@ -3219,7 +3254,7 @@ const W2 = (l, e) => {
|
|
|
3219
3254
|
)
|
|
3220
3255
|
]
|
|
3221
3256
|
}
|
|
3222
|
-
),
|
|
3257
|
+
), B7 = ({
|
|
3223
3258
|
width: l = 20,
|
|
3224
3259
|
height: e = 20,
|
|
3225
3260
|
color: t = c.GREY_DARK_5,
|
|
@@ -3266,7 +3301,7 @@ const W2 = (l, e) => {
|
|
|
3266
3301
|
)
|
|
3267
3302
|
]
|
|
3268
3303
|
}
|
|
3269
|
-
),
|
|
3304
|
+
), S7 = ({
|
|
3270
3305
|
width: l = 20,
|
|
3271
3306
|
height: e = 20,
|
|
3272
3307
|
color: t = c.GREY_DARK_5,
|
|
@@ -3290,7 +3325,7 @@ const W2 = (l, e) => {
|
|
|
3290
3325
|
}
|
|
3291
3326
|
)
|
|
3292
3327
|
}
|
|
3293
|
-
),
|
|
3328
|
+
), Y7 = ({
|
|
3294
3329
|
width: l = 20,
|
|
3295
3330
|
height: e = 20,
|
|
3296
3331
|
color: t = c.GREY_DARK_5,
|
|
@@ -3314,7 +3349,7 @@ const W2 = (l, e) => {
|
|
|
3314
3349
|
}
|
|
3315
3350
|
)
|
|
3316
3351
|
}
|
|
3317
|
-
),
|
|
3352
|
+
), O7 = ({
|
|
3318
3353
|
width: l = 20,
|
|
3319
3354
|
height: e = 20,
|
|
3320
3355
|
color: t = c.GREY_DARK_5,
|
|
@@ -3338,7 +3373,7 @@ const W2 = (l, e) => {
|
|
|
3338
3373
|
}
|
|
3339
3374
|
)
|
|
3340
3375
|
}
|
|
3341
|
-
),
|
|
3376
|
+
), I7 = ({
|
|
3342
3377
|
width: l = 20,
|
|
3343
3378
|
height: e = 20,
|
|
3344
3379
|
color: t = c.GREY_DARK_5,
|
|
@@ -3399,7 +3434,7 @@ const W2 = (l, e) => {
|
|
|
3399
3434
|
)
|
|
3400
3435
|
]
|
|
3401
3436
|
}
|
|
3402
|
-
),
|
|
3437
|
+
), $7 = ({
|
|
3403
3438
|
width: l = 20,
|
|
3404
3439
|
height: e = 20,
|
|
3405
3440
|
color: t = c.GREY_DARK_5,
|
|
@@ -3446,7 +3481,7 @@ const W2 = (l, e) => {
|
|
|
3446
3481
|
)
|
|
3447
3482
|
]
|
|
3448
3483
|
}
|
|
3449
|
-
),
|
|
3484
|
+
), P7 = ({
|
|
3450
3485
|
width: l = 20,
|
|
3451
3486
|
height: e = 20,
|
|
3452
3487
|
color: t = c.GREY_DARK_5,
|
|
@@ -3486,7 +3521,7 @@ const W2 = (l, e) => {
|
|
|
3486
3521
|
)
|
|
3487
3522
|
]
|
|
3488
3523
|
}
|
|
3489
|
-
),
|
|
3524
|
+
), T7 = ({
|
|
3490
3525
|
width: l = 20,
|
|
3491
3526
|
height: e = 20,
|
|
3492
3527
|
color: t = c.GREY_DARK_5,
|
|
@@ -3526,7 +3561,7 @@ const W2 = (l, e) => {
|
|
|
3526
3561
|
)
|
|
3527
3562
|
]
|
|
3528
3563
|
}
|
|
3529
|
-
),
|
|
3564
|
+
), j7 = ({
|
|
3530
3565
|
width: l = 20,
|
|
3531
3566
|
height: e = 20,
|
|
3532
3567
|
color: t = c.GREY_DARK_5,
|
|
@@ -3573,7 +3608,7 @@ const W2 = (l, e) => {
|
|
|
3573
3608
|
)
|
|
3574
3609
|
]
|
|
3575
3610
|
}
|
|
3576
|
-
),
|
|
3611
|
+
), F7 = ({
|
|
3577
3612
|
width: l = 20,
|
|
3578
3613
|
height: e = 20,
|
|
3579
3614
|
color: t = c.GREY_DARK_5,
|
|
@@ -3620,7 +3655,7 @@ const W2 = (l, e) => {
|
|
|
3620
3655
|
)
|
|
3621
3656
|
]
|
|
3622
3657
|
}
|
|
3623
|
-
),
|
|
3658
|
+
), U7 = ({
|
|
3624
3659
|
width: l = 20,
|
|
3625
3660
|
height: e = 20,
|
|
3626
3661
|
color: t = c.GREY_DARK_5,
|
|
@@ -3667,7 +3702,7 @@ const W2 = (l, e) => {
|
|
|
3667
3702
|
)
|
|
3668
3703
|
]
|
|
3669
3704
|
}
|
|
3670
|
-
),
|
|
3705
|
+
), W7 = ({
|
|
3671
3706
|
width: l = 20,
|
|
3672
3707
|
height: e = 20,
|
|
3673
3708
|
color: t = c.GREY_DARK_5,
|
|
@@ -3707,7 +3742,7 @@ const W2 = (l, e) => {
|
|
|
3707
3742
|
)
|
|
3708
3743
|
]
|
|
3709
3744
|
}
|
|
3710
|
-
),
|
|
3745
|
+
), z7 = ({
|
|
3711
3746
|
width: l = 20,
|
|
3712
3747
|
height: e = 20,
|
|
3713
3748
|
color: t = c.GREY_DARK_5,
|
|
@@ -3740,7 +3775,7 @@ const W2 = (l, e) => {
|
|
|
3740
3775
|
)
|
|
3741
3776
|
]
|
|
3742
3777
|
}
|
|
3743
|
-
),
|
|
3778
|
+
), J7 = ({
|
|
3744
3779
|
width: l = 20,
|
|
3745
3780
|
height: e = 20,
|
|
3746
3781
|
color: t = c.GREY_DARK_5,
|
|
@@ -3773,7 +3808,7 @@ const W2 = (l, e) => {
|
|
|
3773
3808
|
)
|
|
3774
3809
|
]
|
|
3775
3810
|
}
|
|
3776
|
-
),
|
|
3811
|
+
), Q7 = ({
|
|
3777
3812
|
width: l = 20,
|
|
3778
3813
|
height: e = 20,
|
|
3779
3814
|
color: t = c.GREY_DARK_5,
|
|
@@ -3806,7 +3841,7 @@ const W2 = (l, e) => {
|
|
|
3806
3841
|
)
|
|
3807
3842
|
]
|
|
3808
3843
|
}
|
|
3809
|
-
),
|
|
3844
|
+
), q7 = ({
|
|
3810
3845
|
width: l = 20,
|
|
3811
3846
|
height: e = 20,
|
|
3812
3847
|
color: t = c.GREY_DARK_5,
|
|
@@ -3839,7 +3874,7 @@ const W2 = (l, e) => {
|
|
|
3839
3874
|
)
|
|
3840
3875
|
]
|
|
3841
3876
|
}
|
|
3842
|
-
),
|
|
3877
|
+
), X7 = ({
|
|
3843
3878
|
width: l = 20,
|
|
3844
3879
|
height: e = 20,
|
|
3845
3880
|
color: t = c.GREY_DARK_5,
|
|
@@ -3879,7 +3914,7 @@ const W2 = (l, e) => {
|
|
|
3879
3914
|
)
|
|
3880
3915
|
]
|
|
3881
3916
|
}
|
|
3882
|
-
),
|
|
3917
|
+
), e9 = ({
|
|
3883
3918
|
width: l = 20,
|
|
3884
3919
|
height: e = 20,
|
|
3885
3920
|
color: t = c.GREY_DARK_5,
|
|
@@ -3912,7 +3947,7 @@ const W2 = (l, e) => {
|
|
|
3912
3947
|
)
|
|
3913
3948
|
]
|
|
3914
3949
|
}
|
|
3915
|
-
),
|
|
3950
|
+
), t9 = ({
|
|
3916
3951
|
width: l = 20,
|
|
3917
3952
|
height: e = 20,
|
|
3918
3953
|
color: t = c.GREY_DARK_5,
|
|
@@ -3945,7 +3980,7 @@ const W2 = (l, e) => {
|
|
|
3945
3980
|
)
|
|
3946
3981
|
]
|
|
3947
3982
|
}
|
|
3948
|
-
),
|
|
3983
|
+
), i9 = ({
|
|
3949
3984
|
width: l = 20,
|
|
3950
3985
|
height: e = 20,
|
|
3951
3986
|
color: t = "#070739",
|
|
@@ -3975,7 +4010,7 @@ const W2 = (l, e) => {
|
|
|
3975
4010
|
/* @__PURE__ */ n("circle", { cx: "10", cy: "10", r: "2.375", stroke: t, strokeWidth: "1.25" })
|
|
3976
4011
|
]
|
|
3977
4012
|
}
|
|
3978
|
-
),
|
|
4013
|
+
), l9 = ({
|
|
3979
4014
|
width: l = 20,
|
|
3980
4015
|
height: e = 20,
|
|
3981
4016
|
color: t = "#070739",
|
|
@@ -4013,7 +4048,7 @@ const W2 = (l, e) => {
|
|
|
4013
4048
|
)
|
|
4014
4049
|
]
|
|
4015
4050
|
}
|
|
4016
|
-
),
|
|
4051
|
+
), s9 = ({
|
|
4017
4052
|
width: l = 20,
|
|
4018
4053
|
height: e = 20,
|
|
4019
4054
|
color: t = c.GREY_DARK_5,
|
|
@@ -4046,7 +4081,7 @@ const W2 = (l, e) => {
|
|
|
4046
4081
|
)
|
|
4047
4082
|
]
|
|
4048
4083
|
}
|
|
4049
|
-
),
|
|
4084
|
+
), n9 = ({
|
|
4050
4085
|
width: l = 20,
|
|
4051
4086
|
height: e = 20,
|
|
4052
4087
|
color: t = c.GREY_DARK_5,
|
|
@@ -4079,7 +4114,7 @@ const W2 = (l, e) => {
|
|
|
4079
4114
|
)
|
|
4080
4115
|
]
|
|
4081
4116
|
}
|
|
4082
|
-
),
|
|
4117
|
+
), o9 = ({
|
|
4083
4118
|
width: l = 20,
|
|
4084
4119
|
height: e = 20,
|
|
4085
4120
|
color: t = c.GREY_DARK_5,
|
|
@@ -4126,7 +4161,7 @@ const W2 = (l, e) => {
|
|
|
4126
4161
|
)
|
|
4127
4162
|
]
|
|
4128
4163
|
}
|
|
4129
|
-
),
|
|
4164
|
+
), a9 = ({
|
|
4130
4165
|
className: l,
|
|
4131
4166
|
color: e = c.GREY_DARK_5,
|
|
4132
4167
|
height: t = 20,
|
|
@@ -4159,7 +4194,7 @@ const W2 = (l, e) => {
|
|
|
4159
4194
|
)
|
|
4160
4195
|
]
|
|
4161
4196
|
}
|
|
4162
|
-
),
|
|
4197
|
+
), r9 = ({
|
|
4163
4198
|
className: l,
|
|
4164
4199
|
color: e = c.GREY_DARK_5,
|
|
4165
4200
|
height: t = 5,
|
|
@@ -4183,7 +4218,7 @@ const W2 = (l, e) => {
|
|
|
4183
4218
|
}
|
|
4184
4219
|
)
|
|
4185
4220
|
}
|
|
4186
|
-
),
|
|
4221
|
+
), C9 = ({
|
|
4187
4222
|
className: l,
|
|
4188
4223
|
color: e = c.GREY_DARK_5,
|
|
4189
4224
|
height: t = 5,
|
|
@@ -4208,7 +4243,7 @@ const W2 = (l, e) => {
|
|
|
4208
4243
|
}
|
|
4209
4244
|
)
|
|
4210
4245
|
}
|
|
4211
|
-
),
|
|
4246
|
+
), h9 = ({
|
|
4212
4247
|
className: l,
|
|
4213
4248
|
color: e = c.GREY_DARK_5,
|
|
4214
4249
|
height: t = 20,
|
|
@@ -4241,7 +4276,7 @@ const W2 = (l, e) => {
|
|
|
4241
4276
|
)
|
|
4242
4277
|
]
|
|
4243
4278
|
}
|
|
4244
|
-
),
|
|
4279
|
+
), c9 = ({
|
|
4245
4280
|
className: l,
|
|
4246
4281
|
color: e = c.GREY_DARK_5,
|
|
4247
4282
|
height: t = 20,
|
|
@@ -4280,7 +4315,7 @@ const W2 = (l, e) => {
|
|
|
4280
4315
|
)
|
|
4281
4316
|
]
|
|
4282
4317
|
}
|
|
4283
|
-
),
|
|
4318
|
+
), d9 = ({
|
|
4284
4319
|
className: l,
|
|
4285
4320
|
color: e = c.GREY_DARK_5,
|
|
4286
4321
|
height: t = 20,
|
|
@@ -4304,7 +4339,7 @@ const W2 = (l, e) => {
|
|
|
4304
4339
|
}
|
|
4305
4340
|
)
|
|
4306
4341
|
}
|
|
4307
|
-
),
|
|
4342
|
+
), g9 = ({
|
|
4308
4343
|
className: l,
|
|
4309
4344
|
color: e = c.GREY_DARK_5,
|
|
4310
4345
|
height: t = 20,
|
|
@@ -4351,7 +4386,7 @@ const W2 = (l, e) => {
|
|
|
4351
4386
|
)
|
|
4352
4387
|
]
|
|
4353
4388
|
}
|
|
4354
|
-
),
|
|
4389
|
+
), w9 = ({
|
|
4355
4390
|
className: l,
|
|
4356
4391
|
color: e = c.GREY_DARK_5,
|
|
4357
4392
|
height: t = 20,
|
|
@@ -4384,7 +4419,7 @@ const W2 = (l, e) => {
|
|
|
4384
4419
|
)
|
|
4385
4420
|
]
|
|
4386
4421
|
}
|
|
4387
|
-
),
|
|
4422
|
+
), f9 = ({
|
|
4388
4423
|
className: l,
|
|
4389
4424
|
color: e = c.GREY_DARK_5,
|
|
4390
4425
|
height: t = 20,
|
|
@@ -4421,7 +4456,7 @@ const W2 = (l, e) => {
|
|
|
4421
4456
|
)
|
|
4422
4457
|
]
|
|
4423
4458
|
}
|
|
4424
|
-
),
|
|
4459
|
+
), p9 = ({
|
|
4425
4460
|
className: l,
|
|
4426
4461
|
color: e = c.GREY_DARK_5,
|
|
4427
4462
|
height: t = 20,
|
|
@@ -4445,7 +4480,7 @@ const W2 = (l, e) => {
|
|
|
4445
4480
|
}
|
|
4446
4481
|
)
|
|
4447
4482
|
}
|
|
4448
|
-
),
|
|
4483
|
+
), u9 = ({
|
|
4449
4484
|
className: l,
|
|
4450
4485
|
color: e = c.GREY_DARK_5,
|
|
4451
4486
|
height: t = 20,
|
|
@@ -4506,7 +4541,7 @@ const W2 = (l, e) => {
|
|
|
4506
4541
|
)
|
|
4507
4542
|
]
|
|
4508
4543
|
}
|
|
4509
|
-
),
|
|
4544
|
+
), L9 = ({
|
|
4510
4545
|
className: l,
|
|
4511
4546
|
color: e = c.GREY_DARK_5,
|
|
4512
4547
|
height: t = 20,
|
|
@@ -4543,7 +4578,7 @@ const W2 = (l, e) => {
|
|
|
4543
4578
|
)
|
|
4544
4579
|
]
|
|
4545
4580
|
}
|
|
4546
|
-
),
|
|
4581
|
+
), m9 = ({
|
|
4547
4582
|
className: l,
|
|
4548
4583
|
color: e = c.GREY_DARK_5,
|
|
4549
4584
|
height: t = 20,
|
|
@@ -4583,7 +4618,7 @@ const W2 = (l, e) => {
|
|
|
4583
4618
|
)
|
|
4584
4619
|
]
|
|
4585
4620
|
}
|
|
4586
|
-
),
|
|
4621
|
+
), v9 = ({
|
|
4587
4622
|
className: l,
|
|
4588
4623
|
color: e = c.GREY_DARK_5,
|
|
4589
4624
|
height: t = 20,
|
|
@@ -4616,7 +4651,7 @@ const W2 = (l, e) => {
|
|
|
4616
4651
|
)
|
|
4617
4652
|
]
|
|
4618
4653
|
}
|
|
4619
|
-
),
|
|
4654
|
+
), k9 = ({
|
|
4620
4655
|
className: l,
|
|
4621
4656
|
color: e = c.GREY_DARK_5,
|
|
4622
4657
|
height: t = 20,
|
|
@@ -4649,7 +4684,7 @@ const W2 = (l, e) => {
|
|
|
4649
4684
|
)
|
|
4650
4685
|
]
|
|
4651
4686
|
}
|
|
4652
|
-
),
|
|
4687
|
+
), N9 = ({
|
|
4653
4688
|
className: l,
|
|
4654
4689
|
color: e = c.GREY_DARK_5,
|
|
4655
4690
|
height: t = 20,
|
|
@@ -4703,7 +4738,7 @@ const W2 = (l, e) => {
|
|
|
4703
4738
|
)
|
|
4704
4739
|
]
|
|
4705
4740
|
}
|
|
4706
|
-
),
|
|
4741
|
+
), M9 = ({
|
|
4707
4742
|
className: l,
|
|
4708
4743
|
color: e = c.GREY_DARK_5,
|
|
4709
4744
|
height: t = 20,
|
|
@@ -4750,7 +4785,7 @@ const W2 = (l, e) => {
|
|
|
4750
4785
|
)
|
|
4751
4786
|
]
|
|
4752
4787
|
}
|
|
4753
|
-
),
|
|
4788
|
+
), x9 = ({
|
|
4754
4789
|
className: l,
|
|
4755
4790
|
color: e = c.GREY_DARK_5,
|
|
4756
4791
|
height: t = 20,
|
|
@@ -4790,7 +4825,7 @@ const W2 = (l, e) => {
|
|
|
4790
4825
|
)
|
|
4791
4826
|
]
|
|
4792
4827
|
}
|
|
4793
|
-
),
|
|
4828
|
+
), Z9 = ({
|
|
4794
4829
|
className: l,
|
|
4795
4830
|
color: e = c.GREY_DARK_5,
|
|
4796
4831
|
height: t = 20,
|
|
@@ -4814,7 +4849,7 @@ const W2 = (l, e) => {
|
|
|
4814
4849
|
}
|
|
4815
4850
|
)
|
|
4816
4851
|
}
|
|
4817
|
-
),
|
|
4852
|
+
), V9 = ({
|
|
4818
4853
|
className: l,
|
|
4819
4854
|
color: e = c.GREY_DARK_5,
|
|
4820
4855
|
height: t = 20,
|
|
@@ -4854,7 +4889,7 @@ const W2 = (l, e) => {
|
|
|
4854
4889
|
)
|
|
4855
4890
|
]
|
|
4856
4891
|
}
|
|
4857
|
-
),
|
|
4892
|
+
), R9 = ({
|
|
4858
4893
|
className: l,
|
|
4859
4894
|
color: e = c.GREY_DARK_5,
|
|
4860
4895
|
height: t = 20,
|
|
@@ -4894,7 +4929,7 @@ const W2 = (l, e) => {
|
|
|
4894
4929
|
)
|
|
4895
4930
|
]
|
|
4896
4931
|
}
|
|
4897
|
-
),
|
|
4932
|
+
), H9 = ({
|
|
4898
4933
|
width: l = 20,
|
|
4899
4934
|
height: e = 20,
|
|
4900
4935
|
color: t = c.GREY_DARK_5,
|
|
@@ -4918,7 +4953,7 @@ const W2 = (l, e) => {
|
|
|
4918
4953
|
}
|
|
4919
4954
|
)
|
|
4920
4955
|
}
|
|
4921
|
-
),
|
|
4956
|
+
), _9 = ({
|
|
4922
4957
|
width: l = 24,
|
|
4923
4958
|
height: e = 24,
|
|
4924
4959
|
color: t = "#131314",
|
|
@@ -4951,7 +4986,7 @@ const W2 = (l, e) => {
|
|
|
4951
4986
|
)
|
|
4952
4987
|
]
|
|
4953
4988
|
}
|
|
4954
|
-
),
|
|
4989
|
+
), b9 = ({
|
|
4955
4990
|
width: l = 20,
|
|
4956
4991
|
height: e = 20,
|
|
4957
4992
|
color: t = c.GREY_DARK_5,
|
|
@@ -4984,7 +5019,7 @@ const W2 = (l, e) => {
|
|
|
4984
5019
|
)
|
|
4985
5020
|
]
|
|
4986
5021
|
}
|
|
4987
|
-
),
|
|
5022
|
+
), y9 = ({
|
|
4988
5023
|
width: l = 20,
|
|
4989
5024
|
height: e = 20,
|
|
4990
5025
|
color: t = c.GREY_DARK_5,
|
|
@@ -5024,7 +5059,7 @@ const W2 = (l, e) => {
|
|
|
5024
5059
|
)
|
|
5025
5060
|
]
|
|
5026
5061
|
}
|
|
5027
|
-
),
|
|
5062
|
+
), A9 = ({
|
|
5028
5063
|
width: l = 20,
|
|
5029
5064
|
height: e = 20,
|
|
5030
5065
|
color: t = c.GREY_DARK_5,
|
|
@@ -5085,7 +5120,7 @@ const W2 = (l, e) => {
|
|
|
5085
5120
|
)
|
|
5086
5121
|
]
|
|
5087
5122
|
}
|
|
5088
|
-
),
|
|
5123
|
+
), E9 = ({
|
|
5089
5124
|
width: l = 20,
|
|
5090
5125
|
height: e = 20,
|
|
5091
5126
|
color: t = c.GREY_DARK_5,
|
|
@@ -5125,7 +5160,7 @@ const W2 = (l, e) => {
|
|
|
5125
5160
|
)
|
|
5126
5161
|
]
|
|
5127
5162
|
}
|
|
5128
|
-
),
|
|
5163
|
+
), D9 = ({
|
|
5129
5164
|
width: l = 20,
|
|
5130
5165
|
height: e = 20,
|
|
5131
5166
|
color: t = c.GREY_DARK_5,
|
|
@@ -5149,7 +5184,40 @@ const W2 = (l, e) => {
|
|
|
5149
5184
|
}
|
|
5150
5185
|
)
|
|
5151
5186
|
}
|
|
5152
|
-
),
|
|
5187
|
+
), K9 = ({
|
|
5188
|
+
width: l = 20,
|
|
5189
|
+
height: e = 20,
|
|
5190
|
+
color: t = c.GREY_DARK_5,
|
|
5191
|
+
className: i,
|
|
5192
|
+
onClick: s
|
|
5193
|
+
}) => /* @__PURE__ */ g(
|
|
5194
|
+
"svg",
|
|
5195
|
+
{
|
|
5196
|
+
width: l,
|
|
5197
|
+
height: e,
|
|
5198
|
+
className: i,
|
|
5199
|
+
viewBox: "0 0 24 24",
|
|
5200
|
+
fill: "none",
|
|
5201
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5202
|
+
onClick: s,
|
|
5203
|
+
children: [
|
|
5204
|
+
/* @__PURE__ */ n(
|
|
5205
|
+
"path",
|
|
5206
|
+
{
|
|
5207
|
+
d: "M11.25 6C11.25 5.58579 11.5858 5.25 12 5.25C12.4142 5.25 12.75 5.58579 12.75 6L12.75 11.25L18 11.25L18.0771 11.2539C18.4551 11.2925 18.75 11.6118 18.75 12C18.75 12.3882 18.4551 12.7075 18.0771 12.7461L18 12.75L12 12.75C11.5858 12.75 11.25 12.4142 11.25 12L11.25 6Z",
|
|
5208
|
+
fill: t
|
|
5209
|
+
}
|
|
5210
|
+
),
|
|
5211
|
+
/* @__PURE__ */ n(
|
|
5212
|
+
"path",
|
|
5213
|
+
{
|
|
5214
|
+
d: "M21.25 12C21.25 6.89137 17.1086 2.75 12 2.75C6.89137 2.75 2.75 6.89137 2.75 12C2.75 17.1086 6.89137 21.25 12 21.25C17.1086 21.25 21.25 17.1086 21.25 12ZM22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12Z",
|
|
5215
|
+
fill: t
|
|
5216
|
+
}
|
|
5217
|
+
)
|
|
5218
|
+
]
|
|
5219
|
+
}
|
|
5220
|
+
), G9 = ({
|
|
5153
5221
|
name: l,
|
|
5154
5222
|
width: e,
|
|
5155
5223
|
height: t,
|
|
@@ -5162,41 +5230,41 @@ const W2 = (l, e) => {
|
|
|
5162
5230
|
return /* @__PURE__ */ n(G, { children: (() => {
|
|
5163
5231
|
switch (l) {
|
|
5164
5232
|
case "arrow1Down":
|
|
5165
|
-
return Z7({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5166
|
-
case "arrow1Up":
|
|
5167
5233
|
return V7({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5168
|
-
case "
|
|
5234
|
+
case "arrow1Up":
|
|
5169
5235
|
return R7({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5170
|
-
case "
|
|
5236
|
+
case "arrow1Right":
|
|
5171
5237
|
return H7({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5172
|
-
case "
|
|
5238
|
+
case "arrow1Left":
|
|
5173
5239
|
return _7({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5240
|
+
case "info":
|
|
5241
|
+
return b7({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5174
5242
|
case "archive":
|
|
5175
|
-
return D7({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5176
|
-
case "unarchive":
|
|
5177
5243
|
return K7({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5178
|
-
case "
|
|
5244
|
+
case "unarchive":
|
|
5179
5245
|
return G7({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5180
|
-
case "
|
|
5246
|
+
case "calendar":
|
|
5181
5247
|
return B7({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5182
|
-
case "
|
|
5248
|
+
case "check":
|
|
5183
5249
|
return S7({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5184
|
-
case "
|
|
5250
|
+
case "cancel":
|
|
5185
5251
|
return Y7({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5186
|
-
case "
|
|
5252
|
+
case "add":
|
|
5187
5253
|
return O7({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5188
|
-
case "
|
|
5254
|
+
case "list":
|
|
5189
5255
|
return I7({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5190
|
-
case "
|
|
5256
|
+
case "dragAndDrop":
|
|
5191
5257
|
return $7({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5258
|
+
case "filter1":
|
|
5259
|
+
return P7({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5192
5260
|
case "filter2":
|
|
5193
|
-
return
|
|
5261
|
+
return p9({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5194
5262
|
case "attention":
|
|
5195
|
-
return P7({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5196
|
-
case "users":
|
|
5197
5263
|
return T7({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5264
|
+
case "users":
|
|
5265
|
+
return j7({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5198
5266
|
case "mySkillsMatrix":
|
|
5199
|
-
return
|
|
5267
|
+
return F7({
|
|
5200
5268
|
width: e,
|
|
5201
5269
|
height: t,
|
|
5202
5270
|
color: o,
|
|
@@ -5204,9 +5272,9 @@ const W2 = (l, e) => {
|
|
|
5204
5272
|
onClick: a
|
|
5205
5273
|
});
|
|
5206
5274
|
case "skills":
|
|
5207
|
-
return
|
|
5275
|
+
return U7({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5208
5276
|
case "skillsMatrices":
|
|
5209
|
-
return
|
|
5277
|
+
return W7({
|
|
5210
5278
|
width: e,
|
|
5211
5279
|
height: t,
|
|
5212
5280
|
color: o,
|
|
@@ -5214,21 +5282,21 @@ const W2 = (l, e) => {
|
|
|
5214
5282
|
onClick: a
|
|
5215
5283
|
});
|
|
5216
5284
|
case "history":
|
|
5217
|
-
return W7({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5218
|
-
case "logOut":
|
|
5219
5285
|
return z7({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5220
|
-
case "
|
|
5286
|
+
case "logOut":
|
|
5221
5287
|
return J7({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5222
|
-
case "
|
|
5288
|
+
case "settings":
|
|
5223
5289
|
return Q7({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5224
|
-
case "
|
|
5290
|
+
case "trash":
|
|
5225
5291
|
return q7({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5226
|
-
case "
|
|
5292
|
+
case "settings2":
|
|
5227
5293
|
return X7({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5228
|
-
case "
|
|
5294
|
+
case "checkCircle":
|
|
5229
5295
|
return e9({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5296
|
+
case "cancelCircle":
|
|
5297
|
+
return t9({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5230
5298
|
case "visibilityIcon":
|
|
5231
|
-
return
|
|
5299
|
+
return i9({
|
|
5232
5300
|
width: e,
|
|
5233
5301
|
height: t,
|
|
5234
5302
|
color: o,
|
|
@@ -5236,7 +5304,7 @@ const W2 = (l, e) => {
|
|
|
5236
5304
|
onClick: a
|
|
5237
5305
|
});
|
|
5238
5306
|
case "visibilityOffIcon":
|
|
5239
|
-
return
|
|
5307
|
+
return l9({
|
|
5240
5308
|
width: e,
|
|
5241
5309
|
height: t,
|
|
5242
5310
|
color: o,
|
|
@@ -5244,73 +5312,75 @@ const W2 = (l, e) => {
|
|
|
5244
5312
|
onClick: a
|
|
5245
5313
|
});
|
|
5246
5314
|
case "sortUp":
|
|
5247
|
-
return l9({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5248
|
-
case "sortDown":
|
|
5249
5315
|
return s9({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5250
|
-
case "
|
|
5316
|
+
case "sortDown":
|
|
5251
5317
|
return n9({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5252
|
-
case "
|
|
5318
|
+
case "sortDouble":
|
|
5253
5319
|
return o9({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5320
|
+
case "search":
|
|
5321
|
+
return a9({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5254
5322
|
case "arrowUpFilled":
|
|
5255
|
-
return
|
|
5323
|
+
return C9({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5256
5324
|
case "arrowDownFilled":
|
|
5257
|
-
return
|
|
5325
|
+
return r9({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5258
5326
|
case "arrow2Up":
|
|
5259
|
-
return b7({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5260
|
-
case "arrow2Right":
|
|
5261
5327
|
return y7({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5262
|
-
case "
|
|
5328
|
+
case "arrow2Right":
|
|
5263
5329
|
return A7({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5264
|
-
case "
|
|
5330
|
+
case "arrow2Down":
|
|
5265
5331
|
return E7({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5332
|
+
case "arrow2Left":
|
|
5333
|
+
return D7({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5266
5334
|
case "link":
|
|
5267
|
-
return
|
|
5335
|
+
return h9({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5268
5336
|
case "telegram":
|
|
5269
|
-
return
|
|
5337
|
+
return d9({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5270
5338
|
case "mail":
|
|
5271
|
-
return
|
|
5339
|
+
return w9({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5272
5340
|
case "github":
|
|
5273
|
-
return
|
|
5341
|
+
return c9({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5274
5342
|
case "linkedIn":
|
|
5275
|
-
return
|
|
5343
|
+
return g9({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5276
5344
|
case "emptyStateIcon":
|
|
5277
|
-
return
|
|
5345
|
+
return f9({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5278
5346
|
case "dotMenuIcon":
|
|
5279
|
-
return p9({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5280
|
-
case "plusCircle":
|
|
5281
5347
|
return u9({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5282
|
-
case "
|
|
5348
|
+
case "plusCircle":
|
|
5283
5349
|
return L9({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5284
|
-
case "
|
|
5350
|
+
case "warning":
|
|
5285
5351
|
return m9({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5286
|
-
case "
|
|
5352
|
+
case "bell":
|
|
5287
5353
|
return v9({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5288
|
-
case "
|
|
5354
|
+
case "copy":
|
|
5289
5355
|
return k9({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5290
|
-
case "
|
|
5356
|
+
case "contract":
|
|
5291
5357
|
return N9({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5292
|
-
case "
|
|
5358
|
+
case "resourceManager":
|
|
5293
5359
|
return M9({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5294
|
-
case "
|
|
5360
|
+
case "image":
|
|
5295
5361
|
return x9({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5296
|
-
case "
|
|
5362
|
+
case "edit":
|
|
5297
5363
|
return Z9({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5298
|
-
case "
|
|
5364
|
+
case "burgerMenu":
|
|
5299
5365
|
return V9({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5300
|
-
case "
|
|
5366
|
+
case "refresh":
|
|
5301
5367
|
return R9({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5368
|
+
case "projects":
|
|
5369
|
+
return H9({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5302
5370
|
case "user":
|
|
5303
|
-
return
|
|
5371
|
+
return b9({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5304
5372
|
case "exit":
|
|
5305
|
-
return
|
|
5373
|
+
return _9({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5306
5374
|
case "status":
|
|
5307
|
-
return b9({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5308
|
-
case "community":
|
|
5309
5375
|
return y9({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5310
|
-
case "
|
|
5376
|
+
case "community":
|
|
5311
5377
|
return A9({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5312
|
-
case "
|
|
5378
|
+
case "docs":
|
|
5313
5379
|
return E9({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5380
|
+
case "unpaidLeave":
|
|
5381
|
+
return D9({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5382
|
+
case "time":
|
|
5383
|
+
return K9({ width: e, height: t, color: o, className: r, onClick: a });
|
|
5314
5384
|
default:
|
|
5315
5385
|
return /* @__PURE__ */ n(G, { children: "No Icon provided" });
|
|
5316
5386
|
}
|
|
@@ -5331,7 +5401,7 @@ const W2 = (l, e) => {
|
|
|
5331
5401
|
{
|
|
5332
5402
|
className: `snmt-tag ${t} ${C ? "disabled" : ""}`,
|
|
5333
5403
|
closeIcon: /* @__PURE__ */ n(
|
|
5334
|
-
|
|
5404
|
+
G9,
|
|
5335
5405
|
{
|
|
5336
5406
|
name: "cancelCircle",
|
|
5337
5407
|
color: C ? c.GREY_DARK_1 : c.GREY_DARK_2,
|
|
@@ -5344,7 +5414,7 @@ const W2 = (l, e) => {
|
|
|
5344
5414
|
style: { width: e ?? "fit-content" },
|
|
5345
5415
|
closable: s,
|
|
5346
5416
|
children: typeof l == "string" ? /* @__PURE__ */ n(
|
|
5347
|
-
|
|
5417
|
+
Z7,
|
|
5348
5418
|
{
|
|
5349
5419
|
variant: t === "small" ? "body4" : "body2",
|
|
5350
5420
|
color: C ? c.GREY_DARK_2 : c.GREY_DARK_5,
|
|
@@ -5353,7 +5423,7 @@ const W2 = (l, e) => {
|
|
|
5353
5423
|
) : l
|
|
5354
5424
|
}
|
|
5355
5425
|
);
|
|
5356
|
-
},
|
|
5426
|
+
}, B9 = (l, { enabled: e = !0 } = {}) => {
|
|
5357
5427
|
const [t, i] = E(!1), s = A(() => !e || !l || typeof l == "function" ? null : l.current, [e, l]), C = A(() => {
|
|
5358
5428
|
const h = s();
|
|
5359
5429
|
if (!h) {
|
|
@@ -5383,7 +5453,7 @@ const W2 = (l, e) => {
|
|
|
5383
5453
|
const d = new ResizeObserver(C);
|
|
5384
5454
|
return d.observe(h), () => d.disconnect();
|
|
5385
5455
|
}, [s, C]), t;
|
|
5386
|
-
},
|
|
5456
|
+
}, S9 = ({ children: l, title: e, arrow: t = !0, open: i, placement: s = "top" }) => /* @__PURE__ */ n(
|
|
5387
5457
|
g1,
|
|
5388
5458
|
{
|
|
5389
5459
|
overlayClassName: "snmt-tooltip",
|
|
@@ -5393,12 +5463,12 @@ const W2 = (l, e) => {
|
|
|
5393
5463
|
placement: s,
|
|
5394
5464
|
children: l
|
|
5395
5465
|
}
|
|
5396
|
-
), { Title:
|
|
5466
|
+
), { Title: Y9, Text: O9 } = d1, I9 = {
|
|
5397
5467
|
h1: 1,
|
|
5398
5468
|
h2: 2,
|
|
5399
5469
|
h3: 3,
|
|
5400
5470
|
h4: 4
|
|
5401
|
-
},
|
|
5471
|
+
}, $9 = q(
|
|
5402
5472
|
({
|
|
5403
5473
|
align: l = "inherit",
|
|
5404
5474
|
variant: e = "body1",
|
|
@@ -5411,7 +5481,7 @@ const W2 = (l, e) => {
|
|
|
5411
5481
|
}, d) => {
|
|
5412
5482
|
const o = P(null);
|
|
5413
5483
|
w1(d, () => o.current);
|
|
5414
|
-
const a =
|
|
5484
|
+
const a = B9(o, { enabled: h }), r = e === "h1" || e === "h2" || e === "h3" || e === "h4";
|
|
5415
5485
|
let f = `snmt-typography snmt-typography-${e}`;
|
|
5416
5486
|
l && l !== "inherit" && (f += ` snmt-typography-align-${l}`);
|
|
5417
5487
|
const w = h && a, p = {
|
|
@@ -5423,10 +5493,10 @@ const W2 = (l, e) => {
|
|
|
5423
5493
|
onClick: s,
|
|
5424
5494
|
ref: o,
|
|
5425
5495
|
ellipsis: w || void 0
|
|
5426
|
-
}, u = /* @__PURE__ */ n(
|
|
5427
|
-
return r ? /* @__PURE__ */ n(
|
|
5496
|
+
}, u = /* @__PURE__ */ n(O9, { ...p, children: i });
|
|
5497
|
+
return r ? /* @__PURE__ */ n(Y9, { level: I9[e], ...p, children: i }) : /* @__PURE__ */ n(G, { children: w ? /* @__PURE__ */ n(S9, { title: i, children: u }) : u });
|
|
5428
5498
|
}
|
|
5429
|
-
),
|
|
5499
|
+
), P9 = ({
|
|
5430
5500
|
children: l,
|
|
5431
5501
|
content: e,
|
|
5432
5502
|
isOpen: t,
|
|
@@ -5451,7 +5521,7 @@ const W2 = (l, e) => {
|
|
|
5451
5521
|
children: /* @__PURE__ */ n("div", { className: "wrapper", children: l })
|
|
5452
5522
|
}
|
|
5453
5523
|
);
|
|
5454
|
-
},
|
|
5524
|
+
}, T9 = (l, { enabled: e = !0 } = {}) => {
|
|
5455
5525
|
const [t, i] = E(!1), s = A(() => !e || !l || typeof l == "function" ? null : l.current, [e, l]), C = A(() => {
|
|
5456
5526
|
const h = s();
|
|
5457
5527
|
if (!h) {
|
|
@@ -5481,7 +5551,7 @@ const W2 = (l, e) => {
|
|
|
5481
5551
|
const d = new ResizeObserver(C);
|
|
5482
5552
|
return d.observe(h), () => d.disconnect();
|
|
5483
5553
|
}, [s, C]), t;
|
|
5484
|
-
},
|
|
5554
|
+
}, j9 = ({ children: l, title: e, arrow: t = !0, open: i, placement: s = "top" }) => /* @__PURE__ */ n(
|
|
5485
5555
|
g1,
|
|
5486
5556
|
{
|
|
5487
5557
|
overlayClassName: "snmt-tooltip",
|
|
@@ -5491,7 +5561,7 @@ const W2 = (l, e) => {
|
|
|
5491
5561
|
placement: s,
|
|
5492
5562
|
children: l
|
|
5493
5563
|
}
|
|
5494
|
-
), { Title:
|
|
5564
|
+
), { Title: F9, Text: U9 } = d1, W9 = {
|
|
5495
5565
|
h1: 1,
|
|
5496
5566
|
h2: 2,
|
|
5497
5567
|
h3: 3,
|
|
@@ -5509,7 +5579,7 @@ const W2 = (l, e) => {
|
|
|
5509
5579
|
}, d) => {
|
|
5510
5580
|
const o = P(null);
|
|
5511
5581
|
w1(d, () => o.current);
|
|
5512
|
-
const a =
|
|
5582
|
+
const a = T9(o, { enabled: h }), r = e === "h1" || e === "h2" || e === "h3" || e === "h4";
|
|
5513
5583
|
let f = `snmt-typography snmt-typography-${e}`;
|
|
5514
5584
|
l && l !== "inherit" && (f += ` snmt-typography-align-${l}`);
|
|
5515
5585
|
const w = h && a, p = {
|
|
@@ -5521,10 +5591,10 @@ const W2 = (l, e) => {
|
|
|
5521
5591
|
onClick: s,
|
|
5522
5592
|
ref: o,
|
|
5523
5593
|
ellipsis: w || void 0
|
|
5524
|
-
}, u = /* @__PURE__ */ n(
|
|
5525
|
-
return r ? /* @__PURE__ */ n(
|
|
5594
|
+
}, u = /* @__PURE__ */ n(U9, { ...p, children: i });
|
|
5595
|
+
return r ? /* @__PURE__ */ n(F9, { level: W9[e], ...p, children: i }) : /* @__PURE__ */ n(G, { children: w ? /* @__PURE__ */ n(j9, { title: i, children: u }) : u });
|
|
5526
5596
|
}
|
|
5527
|
-
),
|
|
5597
|
+
), z9 = ({
|
|
5528
5598
|
width: l = 20,
|
|
5529
5599
|
height: e = 20,
|
|
5530
5600
|
color: t = c.GREY_DARK_5,
|
|
@@ -5548,7 +5618,7 @@ const W2 = (l, e) => {
|
|
|
5548
5618
|
}
|
|
5549
5619
|
)
|
|
5550
5620
|
}
|
|
5551
|
-
),
|
|
5621
|
+
), J9 = ({
|
|
5552
5622
|
width: l = 20,
|
|
5553
5623
|
height: e = 20,
|
|
5554
5624
|
color: t = c.GREY_DARK_5,
|
|
@@ -5572,7 +5642,7 @@ const W2 = (l, e) => {
|
|
|
5572
5642
|
}
|
|
5573
5643
|
)
|
|
5574
5644
|
}
|
|
5575
|
-
),
|
|
5645
|
+
), Q9 = ({
|
|
5576
5646
|
width: l = 20,
|
|
5577
5647
|
height: e = 20,
|
|
5578
5648
|
color: t = c.GREY_DARK_5,
|
|
@@ -5596,7 +5666,7 @@ const W2 = (l, e) => {
|
|
|
5596
5666
|
}
|
|
5597
5667
|
)
|
|
5598
5668
|
}
|
|
5599
|
-
),
|
|
5669
|
+
), q9 = ({
|
|
5600
5670
|
width: l = 20,
|
|
5601
5671
|
height: e = 20,
|
|
5602
5672
|
color: t = c.GREY_DARK_5,
|
|
@@ -5621,7 +5691,7 @@ const W2 = (l, e) => {
|
|
|
5621
5691
|
}
|
|
5622
5692
|
)
|
|
5623
5693
|
}
|
|
5624
|
-
),
|
|
5694
|
+
), X9 = ({
|
|
5625
5695
|
width: l = 20,
|
|
5626
5696
|
height: e = 20,
|
|
5627
5697
|
color: t = c.GREY_DARK_5,
|
|
@@ -5661,7 +5731,7 @@ const W2 = (l, e) => {
|
|
|
5661
5731
|
)
|
|
5662
5732
|
]
|
|
5663
5733
|
}
|
|
5664
|
-
),
|
|
5734
|
+
), e0 = ({
|
|
5665
5735
|
width: l = 20,
|
|
5666
5736
|
height: e = 20,
|
|
5667
5737
|
color: t = c.GREY_DARK_5,
|
|
@@ -5688,7 +5758,7 @@ const W2 = (l, e) => {
|
|
|
5688
5758
|
/* @__PURE__ */ n("defs", { children: /* @__PURE__ */ n("clipPath", { id: "clip0_1_2043", children: /* @__PURE__ */ n("rect", { width: "24", height: "24", fill: "white", transform: "translate(0.5 0.5)" }) }) })
|
|
5689
5759
|
]
|
|
5690
5760
|
}
|
|
5691
|
-
),
|
|
5761
|
+
), t0 = ({
|
|
5692
5762
|
width: l = 20,
|
|
5693
5763
|
height: e = 20,
|
|
5694
5764
|
color: t = c.GREY_DARK_5,
|
|
@@ -5712,7 +5782,7 @@ const W2 = (l, e) => {
|
|
|
5712
5782
|
}
|
|
5713
5783
|
)
|
|
5714
5784
|
}
|
|
5715
|
-
),
|
|
5785
|
+
), i0 = ({
|
|
5716
5786
|
width: l = 20,
|
|
5717
5787
|
height: e = 20,
|
|
5718
5788
|
color: t = c.GREY_DARK_5,
|
|
@@ -5739,7 +5809,7 @@ const W2 = (l, e) => {
|
|
|
5739
5809
|
/* @__PURE__ */ n("defs", { children: /* @__PURE__ */ n("clipPath", { id: "clip0_1_2039", children: /* @__PURE__ */ n("rect", { width: "24", height: "24", fill: "white", transform: "translate(0.5 0.5)" }) }) })
|
|
5740
5810
|
]
|
|
5741
5811
|
}
|
|
5742
|
-
),
|
|
5812
|
+
), l0 = ({
|
|
5743
5813
|
width: l = 20,
|
|
5744
5814
|
height: e = 20,
|
|
5745
5815
|
color: t = c.GREY_DARK_5,
|
|
@@ -5763,7 +5833,7 @@ const W2 = (l, e) => {
|
|
|
5763
5833
|
}
|
|
5764
5834
|
)
|
|
5765
5835
|
}
|
|
5766
|
-
),
|
|
5836
|
+
), s0 = ({
|
|
5767
5837
|
width: l = 20,
|
|
5768
5838
|
height: e = 20,
|
|
5769
5839
|
color: t = c.GREY_DARK_5,
|
|
@@ -5803,7 +5873,7 @@ const W2 = (l, e) => {
|
|
|
5803
5873
|
)
|
|
5804
5874
|
]
|
|
5805
5875
|
}
|
|
5806
|
-
),
|
|
5876
|
+
), n0 = ({
|
|
5807
5877
|
width: l = 20,
|
|
5808
5878
|
height: e = 20,
|
|
5809
5879
|
color: t = c.GREY_DARK_5,
|
|
@@ -5849,7 +5919,7 @@ const W2 = (l, e) => {
|
|
|
5849
5919
|
)
|
|
5850
5920
|
]
|
|
5851
5921
|
}
|
|
5852
|
-
),
|
|
5922
|
+
), o0 = ({
|
|
5853
5923
|
width: l = 20,
|
|
5854
5924
|
height: e = 20,
|
|
5855
5925
|
color: t = c.GREY_DARK_5,
|
|
@@ -5896,7 +5966,7 @@ const W2 = (l, e) => {
|
|
|
5896
5966
|
)
|
|
5897
5967
|
]
|
|
5898
5968
|
}
|
|
5899
|
-
),
|
|
5969
|
+
), a0 = ({
|
|
5900
5970
|
width: l = 20,
|
|
5901
5971
|
height: e = 20,
|
|
5902
5972
|
color: t = c.GREY_DARK_5,
|
|
@@ -5920,7 +5990,7 @@ const W2 = (l, e) => {
|
|
|
5920
5990
|
}
|
|
5921
5991
|
)
|
|
5922
5992
|
}
|
|
5923
|
-
),
|
|
5993
|
+
), r0 = ({
|
|
5924
5994
|
width: l = 20,
|
|
5925
5995
|
height: e = 20,
|
|
5926
5996
|
color: t = c.GREY_DARK_5,
|
|
@@ -5944,7 +6014,7 @@ const W2 = (l, e) => {
|
|
|
5944
6014
|
}
|
|
5945
6015
|
)
|
|
5946
6016
|
}
|
|
5947
|
-
),
|
|
6017
|
+
), C0 = ({
|
|
5948
6018
|
width: l = 20,
|
|
5949
6019
|
height: e = 20,
|
|
5950
6020
|
color: t = c.GREY_DARK_5,
|
|
@@ -5968,7 +6038,7 @@ const W2 = (l, e) => {
|
|
|
5968
6038
|
}
|
|
5969
6039
|
)
|
|
5970
6040
|
}
|
|
5971
|
-
),
|
|
6041
|
+
), h0 = ({
|
|
5972
6042
|
width: l = 20,
|
|
5973
6043
|
height: e = 20,
|
|
5974
6044
|
color: t = c.GREY_DARK_5,
|
|
@@ -6029,7 +6099,7 @@ const W2 = (l, e) => {
|
|
|
6029
6099
|
)
|
|
6030
6100
|
]
|
|
6031
6101
|
}
|
|
6032
|
-
),
|
|
6102
|
+
), c0 = ({
|
|
6033
6103
|
width: l = 20,
|
|
6034
6104
|
height: e = 20,
|
|
6035
6105
|
color: t = c.GREY_DARK_5,
|
|
@@ -6076,7 +6146,7 @@ const W2 = (l, e) => {
|
|
|
6076
6146
|
)
|
|
6077
6147
|
]
|
|
6078
6148
|
}
|
|
6079
|
-
),
|
|
6149
|
+
), d0 = ({
|
|
6080
6150
|
width: l = 20,
|
|
6081
6151
|
height: e = 20,
|
|
6082
6152
|
color: t = c.GREY_DARK_5,
|
|
@@ -6116,7 +6186,7 @@ const W2 = (l, e) => {
|
|
|
6116
6186
|
)
|
|
6117
6187
|
]
|
|
6118
6188
|
}
|
|
6119
|
-
),
|
|
6189
|
+
), g0 = ({
|
|
6120
6190
|
width: l = 20,
|
|
6121
6191
|
height: e = 20,
|
|
6122
6192
|
color: t = c.GREY_DARK_5,
|
|
@@ -6156,7 +6226,7 @@ const W2 = (l, e) => {
|
|
|
6156
6226
|
)
|
|
6157
6227
|
]
|
|
6158
6228
|
}
|
|
6159
|
-
),
|
|
6229
|
+
), w0 = ({
|
|
6160
6230
|
width: l = 20,
|
|
6161
6231
|
height: e = 20,
|
|
6162
6232
|
color: t = c.GREY_DARK_5,
|
|
@@ -6203,7 +6273,7 @@ const W2 = (l, e) => {
|
|
|
6203
6273
|
)
|
|
6204
6274
|
]
|
|
6205
6275
|
}
|
|
6206
|
-
),
|
|
6276
|
+
), f0 = ({
|
|
6207
6277
|
width: l = 20,
|
|
6208
6278
|
height: e = 20,
|
|
6209
6279
|
color: t = c.GREY_DARK_5,
|
|
@@ -6250,7 +6320,7 @@ const W2 = (l, e) => {
|
|
|
6250
6320
|
)
|
|
6251
6321
|
]
|
|
6252
6322
|
}
|
|
6253
|
-
),
|
|
6323
|
+
), p0 = ({
|
|
6254
6324
|
width: l = 20,
|
|
6255
6325
|
height: e = 20,
|
|
6256
6326
|
color: t = c.GREY_DARK_5,
|
|
@@ -6297,7 +6367,7 @@ const W2 = (l, e) => {
|
|
|
6297
6367
|
)
|
|
6298
6368
|
]
|
|
6299
6369
|
}
|
|
6300
|
-
),
|
|
6370
|
+
), u0 = ({
|
|
6301
6371
|
width: l = 20,
|
|
6302
6372
|
height: e = 20,
|
|
6303
6373
|
color: t = c.GREY_DARK_5,
|
|
@@ -6337,7 +6407,7 @@ const W2 = (l, e) => {
|
|
|
6337
6407
|
)
|
|
6338
6408
|
]
|
|
6339
6409
|
}
|
|
6340
|
-
),
|
|
6410
|
+
), L0 = ({
|
|
6341
6411
|
width: l = 20,
|
|
6342
6412
|
height: e = 20,
|
|
6343
6413
|
color: t = c.GREY_DARK_5,
|
|
@@ -6370,7 +6440,7 @@ const W2 = (l, e) => {
|
|
|
6370
6440
|
)
|
|
6371
6441
|
]
|
|
6372
6442
|
}
|
|
6373
|
-
),
|
|
6443
|
+
), m0 = ({
|
|
6374
6444
|
width: l = 20,
|
|
6375
6445
|
height: e = 20,
|
|
6376
6446
|
color: t = c.GREY_DARK_5,
|
|
@@ -6403,7 +6473,7 @@ const W2 = (l, e) => {
|
|
|
6403
6473
|
)
|
|
6404
6474
|
]
|
|
6405
6475
|
}
|
|
6406
|
-
),
|
|
6476
|
+
), v0 = ({
|
|
6407
6477
|
width: l = 20,
|
|
6408
6478
|
height: e = 20,
|
|
6409
6479
|
color: t = c.GREY_DARK_5,
|
|
@@ -6436,7 +6506,7 @@ const W2 = (l, e) => {
|
|
|
6436
6506
|
)
|
|
6437
6507
|
]
|
|
6438
6508
|
}
|
|
6439
|
-
),
|
|
6509
|
+
), k0 = ({
|
|
6440
6510
|
width: l = 20,
|
|
6441
6511
|
height: e = 20,
|
|
6442
6512
|
color: t = c.GREY_DARK_5,
|
|
@@ -6469,7 +6539,7 @@ const W2 = (l, e) => {
|
|
|
6469
6539
|
)
|
|
6470
6540
|
]
|
|
6471
6541
|
}
|
|
6472
|
-
),
|
|
6542
|
+
), N0 = ({
|
|
6473
6543
|
width: l = 20,
|
|
6474
6544
|
height: e = 20,
|
|
6475
6545
|
color: t = c.GREY_DARK_5,
|
|
@@ -6509,7 +6579,7 @@ const W2 = (l, e) => {
|
|
|
6509
6579
|
)
|
|
6510
6580
|
]
|
|
6511
6581
|
}
|
|
6512
|
-
),
|
|
6582
|
+
), M0 = ({
|
|
6513
6583
|
width: l = 20,
|
|
6514
6584
|
height: e = 20,
|
|
6515
6585
|
color: t = c.GREY_DARK_5,
|
|
@@ -6542,7 +6612,7 @@ const W2 = (l, e) => {
|
|
|
6542
6612
|
)
|
|
6543
6613
|
]
|
|
6544
6614
|
}
|
|
6545
|
-
),
|
|
6615
|
+
), x0 = ({
|
|
6546
6616
|
width: l = 20,
|
|
6547
6617
|
height: e = 20,
|
|
6548
6618
|
color: t = c.GREY_DARK_5,
|
|
@@ -6575,7 +6645,7 @@ const W2 = (l, e) => {
|
|
|
6575
6645
|
)
|
|
6576
6646
|
]
|
|
6577
6647
|
}
|
|
6578
|
-
),
|
|
6648
|
+
), Z0 = ({
|
|
6579
6649
|
width: l = 20,
|
|
6580
6650
|
height: e = 20,
|
|
6581
6651
|
color: t = "#070739",
|
|
@@ -6605,7 +6675,7 @@ const W2 = (l, e) => {
|
|
|
6605
6675
|
/* @__PURE__ */ n("circle", { cx: "10", cy: "10", r: "2.375", stroke: t, strokeWidth: "1.25" })
|
|
6606
6676
|
]
|
|
6607
6677
|
}
|
|
6608
|
-
),
|
|
6678
|
+
), V0 = ({
|
|
6609
6679
|
width: l = 20,
|
|
6610
6680
|
height: e = 20,
|
|
6611
6681
|
color: t = "#070739",
|
|
@@ -6643,7 +6713,7 @@ const W2 = (l, e) => {
|
|
|
6643
6713
|
)
|
|
6644
6714
|
]
|
|
6645
6715
|
}
|
|
6646
|
-
),
|
|
6716
|
+
), R0 = ({
|
|
6647
6717
|
width: l = 20,
|
|
6648
6718
|
height: e = 20,
|
|
6649
6719
|
color: t = c.GREY_DARK_5,
|
|
@@ -6676,7 +6746,7 @@ const W2 = (l, e) => {
|
|
|
6676
6746
|
)
|
|
6677
6747
|
]
|
|
6678
6748
|
}
|
|
6679
|
-
),
|
|
6749
|
+
), H0 = ({
|
|
6680
6750
|
width: l = 20,
|
|
6681
6751
|
height: e = 20,
|
|
6682
6752
|
color: t = c.GREY_DARK_5,
|
|
@@ -6709,7 +6779,7 @@ const W2 = (l, e) => {
|
|
|
6709
6779
|
)
|
|
6710
6780
|
]
|
|
6711
6781
|
}
|
|
6712
|
-
),
|
|
6782
|
+
), _0 = ({
|
|
6713
6783
|
width: l = 20,
|
|
6714
6784
|
height: e = 20,
|
|
6715
6785
|
color: t = c.GREY_DARK_5,
|
|
@@ -6756,7 +6826,7 @@ const W2 = (l, e) => {
|
|
|
6756
6826
|
)
|
|
6757
6827
|
]
|
|
6758
6828
|
}
|
|
6759
|
-
),
|
|
6829
|
+
), b0 = ({
|
|
6760
6830
|
className: l,
|
|
6761
6831
|
color: e = c.GREY_DARK_5,
|
|
6762
6832
|
height: t = 20,
|
|
@@ -6789,7 +6859,7 @@ const W2 = (l, e) => {
|
|
|
6789
6859
|
)
|
|
6790
6860
|
]
|
|
6791
6861
|
}
|
|
6792
|
-
),
|
|
6862
|
+
), y0 = ({
|
|
6793
6863
|
className: l,
|
|
6794
6864
|
color: e = c.GREY_DARK_5,
|
|
6795
6865
|
height: t = 5,
|
|
@@ -6813,7 +6883,7 @@ const W2 = (l, e) => {
|
|
|
6813
6883
|
}
|
|
6814
6884
|
)
|
|
6815
6885
|
}
|
|
6816
|
-
),
|
|
6886
|
+
), A0 = ({
|
|
6817
6887
|
className: l,
|
|
6818
6888
|
color: e = c.GREY_DARK_5,
|
|
6819
6889
|
height: t = 5,
|
|
@@ -6838,7 +6908,7 @@ const W2 = (l, e) => {
|
|
|
6838
6908
|
}
|
|
6839
6909
|
)
|
|
6840
6910
|
}
|
|
6841
|
-
),
|
|
6911
|
+
), E0 = ({
|
|
6842
6912
|
className: l,
|
|
6843
6913
|
color: e = c.GREY_DARK_5,
|
|
6844
6914
|
height: t = 20,
|
|
@@ -6871,7 +6941,7 @@ const W2 = (l, e) => {
|
|
|
6871
6941
|
)
|
|
6872
6942
|
]
|
|
6873
6943
|
}
|
|
6874
|
-
),
|
|
6944
|
+
), D0 = ({
|
|
6875
6945
|
className: l,
|
|
6876
6946
|
color: e = c.GREY_DARK_5,
|
|
6877
6947
|
height: t = 20,
|
|
@@ -6910,7 +6980,7 @@ const W2 = (l, e) => {
|
|
|
6910
6980
|
)
|
|
6911
6981
|
]
|
|
6912
6982
|
}
|
|
6913
|
-
),
|
|
6983
|
+
), K0 = ({
|
|
6914
6984
|
className: l,
|
|
6915
6985
|
color: e = c.GREY_DARK_5,
|
|
6916
6986
|
height: t = 20,
|
|
@@ -6934,7 +7004,7 @@ const W2 = (l, e) => {
|
|
|
6934
7004
|
}
|
|
6935
7005
|
)
|
|
6936
7006
|
}
|
|
6937
|
-
),
|
|
7007
|
+
), G0 = ({
|
|
6938
7008
|
className: l,
|
|
6939
7009
|
color: e = c.GREY_DARK_5,
|
|
6940
7010
|
height: t = 20,
|
|
@@ -6981,7 +7051,7 @@ const W2 = (l, e) => {
|
|
|
6981
7051
|
)
|
|
6982
7052
|
]
|
|
6983
7053
|
}
|
|
6984
|
-
),
|
|
7054
|
+
), B0 = ({
|
|
6985
7055
|
className: l,
|
|
6986
7056
|
color: e = c.GREY_DARK_5,
|
|
6987
7057
|
height: t = 20,
|
|
@@ -7014,7 +7084,7 @@ const W2 = (l, e) => {
|
|
|
7014
7084
|
)
|
|
7015
7085
|
]
|
|
7016
7086
|
}
|
|
7017
|
-
),
|
|
7087
|
+
), S0 = ({
|
|
7018
7088
|
className: l,
|
|
7019
7089
|
color: e = c.GREY_DARK_5,
|
|
7020
7090
|
height: t = 20,
|
|
@@ -7051,7 +7121,7 @@ const W2 = (l, e) => {
|
|
|
7051
7121
|
)
|
|
7052
7122
|
]
|
|
7053
7123
|
}
|
|
7054
|
-
),
|
|
7124
|
+
), Y0 = ({
|
|
7055
7125
|
className: l,
|
|
7056
7126
|
color: e = c.GREY_DARK_5,
|
|
7057
7127
|
height: t = 20,
|
|
@@ -7075,7 +7145,7 @@ const W2 = (l, e) => {
|
|
|
7075
7145
|
}
|
|
7076
7146
|
)
|
|
7077
7147
|
}
|
|
7078
|
-
),
|
|
7148
|
+
), O0 = ({
|
|
7079
7149
|
className: l,
|
|
7080
7150
|
color: e = c.GREY_DARK_5,
|
|
7081
7151
|
height: t = 20,
|
|
@@ -7136,7 +7206,7 @@ const W2 = (l, e) => {
|
|
|
7136
7206
|
)
|
|
7137
7207
|
]
|
|
7138
7208
|
}
|
|
7139
|
-
),
|
|
7209
|
+
), I0 = ({
|
|
7140
7210
|
className: l,
|
|
7141
7211
|
color: e = c.GREY_DARK_5,
|
|
7142
7212
|
height: t = 20,
|
|
@@ -7173,7 +7243,7 @@ const W2 = (l, e) => {
|
|
|
7173
7243
|
)
|
|
7174
7244
|
]
|
|
7175
7245
|
}
|
|
7176
|
-
),
|
|
7246
|
+
), $0 = ({
|
|
7177
7247
|
className: l,
|
|
7178
7248
|
color: e = c.GREY_DARK_5,
|
|
7179
7249
|
height: t = 20,
|
|
@@ -7213,7 +7283,7 @@ const W2 = (l, e) => {
|
|
|
7213
7283
|
)
|
|
7214
7284
|
]
|
|
7215
7285
|
}
|
|
7216
|
-
),
|
|
7286
|
+
), P0 = ({
|
|
7217
7287
|
className: l,
|
|
7218
7288
|
color: e = c.GREY_DARK_5,
|
|
7219
7289
|
height: t = 20,
|
|
@@ -7246,7 +7316,7 @@ const W2 = (l, e) => {
|
|
|
7246
7316
|
)
|
|
7247
7317
|
]
|
|
7248
7318
|
}
|
|
7249
|
-
),
|
|
7319
|
+
), T0 = ({
|
|
7250
7320
|
className: l,
|
|
7251
7321
|
color: e = c.GREY_DARK_5,
|
|
7252
7322
|
height: t = 20,
|
|
@@ -7279,7 +7349,7 @@ const W2 = (l, e) => {
|
|
|
7279
7349
|
)
|
|
7280
7350
|
]
|
|
7281
7351
|
}
|
|
7282
|
-
),
|
|
7352
|
+
), j0 = ({
|
|
7283
7353
|
className: l,
|
|
7284
7354
|
color: e = c.GREY_DARK_5,
|
|
7285
7355
|
height: t = 20,
|
|
@@ -7333,7 +7403,7 @@ const W2 = (l, e) => {
|
|
|
7333
7403
|
)
|
|
7334
7404
|
]
|
|
7335
7405
|
}
|
|
7336
|
-
),
|
|
7406
|
+
), F0 = ({
|
|
7337
7407
|
className: l,
|
|
7338
7408
|
color: e = c.GREY_DARK_5,
|
|
7339
7409
|
height: t = 20,
|
|
@@ -7380,7 +7450,7 @@ const W2 = (l, e) => {
|
|
|
7380
7450
|
)
|
|
7381
7451
|
]
|
|
7382
7452
|
}
|
|
7383
|
-
),
|
|
7453
|
+
), U0 = ({
|
|
7384
7454
|
className: l,
|
|
7385
7455
|
color: e = c.GREY_DARK_5,
|
|
7386
7456
|
height: t = 20,
|
|
@@ -7420,7 +7490,7 @@ const W2 = (l, e) => {
|
|
|
7420
7490
|
)
|
|
7421
7491
|
]
|
|
7422
7492
|
}
|
|
7423
|
-
),
|
|
7493
|
+
), W0 = ({
|
|
7424
7494
|
className: l,
|
|
7425
7495
|
color: e = c.GREY_DARK_5,
|
|
7426
7496
|
height: t = 20,
|
|
@@ -7444,7 +7514,7 @@ const W2 = (l, e) => {
|
|
|
7444
7514
|
}
|
|
7445
7515
|
)
|
|
7446
7516
|
}
|
|
7447
|
-
),
|
|
7517
|
+
), z0 = ({
|
|
7448
7518
|
className: l,
|
|
7449
7519
|
color: e = c.GREY_DARK_5,
|
|
7450
7520
|
height: t = 20,
|
|
@@ -7484,7 +7554,7 @@ const W2 = (l, e) => {
|
|
|
7484
7554
|
)
|
|
7485
7555
|
]
|
|
7486
7556
|
}
|
|
7487
|
-
),
|
|
7557
|
+
), J0 = ({
|
|
7488
7558
|
className: l,
|
|
7489
7559
|
color: e = c.GREY_DARK_5,
|
|
7490
7560
|
height: t = 20,
|
|
@@ -7524,7 +7594,7 @@ const W2 = (l, e) => {
|
|
|
7524
7594
|
)
|
|
7525
7595
|
]
|
|
7526
7596
|
}
|
|
7527
|
-
),
|
|
7597
|
+
), Q0 = ({
|
|
7528
7598
|
width: l = 20,
|
|
7529
7599
|
height: e = 20,
|
|
7530
7600
|
color: t = c.GREY_DARK_5,
|
|
@@ -7548,7 +7618,7 @@ const W2 = (l, e) => {
|
|
|
7548
7618
|
}
|
|
7549
7619
|
)
|
|
7550
7620
|
}
|
|
7551
|
-
),
|
|
7621
|
+
), q0 = ({
|
|
7552
7622
|
width: l = 24,
|
|
7553
7623
|
height: e = 24,
|
|
7554
7624
|
color: t = "#131314",
|
|
@@ -7581,7 +7651,7 @@ const W2 = (l, e) => {
|
|
|
7581
7651
|
)
|
|
7582
7652
|
]
|
|
7583
7653
|
}
|
|
7584
|
-
),
|
|
7654
|
+
), X0 = ({
|
|
7585
7655
|
width: l = 20,
|
|
7586
7656
|
height: e = 20,
|
|
7587
7657
|
color: t = c.GREY_DARK_5,
|
|
@@ -7614,7 +7684,7 @@ const W2 = (l, e) => {
|
|
|
7614
7684
|
)
|
|
7615
7685
|
]
|
|
7616
7686
|
}
|
|
7617
|
-
),
|
|
7687
|
+
), e4 = ({
|
|
7618
7688
|
width: l = 20,
|
|
7619
7689
|
height: e = 20,
|
|
7620
7690
|
color: t = c.GREY_DARK_5,
|
|
@@ -7654,7 +7724,7 @@ const W2 = (l, e) => {
|
|
|
7654
7724
|
)
|
|
7655
7725
|
]
|
|
7656
7726
|
}
|
|
7657
|
-
),
|
|
7727
|
+
), t4 = ({
|
|
7658
7728
|
width: l = 20,
|
|
7659
7729
|
height: e = 20,
|
|
7660
7730
|
color: t = c.GREY_DARK_5,
|
|
@@ -7715,7 +7785,7 @@ const W2 = (l, e) => {
|
|
|
7715
7785
|
)
|
|
7716
7786
|
]
|
|
7717
7787
|
}
|
|
7718
|
-
),
|
|
7788
|
+
), i4 = ({
|
|
7719
7789
|
width: l = 20,
|
|
7720
7790
|
height: e = 20,
|
|
7721
7791
|
color: t = c.GREY_DARK_5,
|
|
@@ -7755,7 +7825,7 @@ const W2 = (l, e) => {
|
|
|
7755
7825
|
)
|
|
7756
7826
|
]
|
|
7757
7827
|
}
|
|
7758
|
-
),
|
|
7828
|
+
), l4 = ({
|
|
7759
7829
|
width: l = 20,
|
|
7760
7830
|
height: e = 20,
|
|
7761
7831
|
color: t = c.GREY_DARK_5,
|
|
@@ -7779,6 +7849,39 @@ const W2 = (l, e) => {
|
|
|
7779
7849
|
}
|
|
7780
7850
|
)
|
|
7781
7851
|
}
|
|
7852
|
+
), s4 = ({
|
|
7853
|
+
width: l = 20,
|
|
7854
|
+
height: e = 20,
|
|
7855
|
+
color: t = c.GREY_DARK_5,
|
|
7856
|
+
className: i,
|
|
7857
|
+
onClick: s
|
|
7858
|
+
}) => /* @__PURE__ */ g(
|
|
7859
|
+
"svg",
|
|
7860
|
+
{
|
|
7861
|
+
width: l,
|
|
7862
|
+
height: e,
|
|
7863
|
+
className: i,
|
|
7864
|
+
viewBox: "0 0 24 24",
|
|
7865
|
+
fill: "none",
|
|
7866
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
7867
|
+
onClick: s,
|
|
7868
|
+
children: [
|
|
7869
|
+
/* @__PURE__ */ n(
|
|
7870
|
+
"path",
|
|
7871
|
+
{
|
|
7872
|
+
d: "M11.25 6C11.25 5.58579 11.5858 5.25 12 5.25C12.4142 5.25 12.75 5.58579 12.75 6L12.75 11.25L18 11.25L18.0771 11.2539C18.4551 11.2925 18.75 11.6118 18.75 12C18.75 12.3882 18.4551 12.7075 18.0771 12.7461L18 12.75L12 12.75C11.5858 12.75 11.25 12.4142 11.25 12L11.25 6Z",
|
|
7873
|
+
fill: t
|
|
7874
|
+
}
|
|
7875
|
+
),
|
|
7876
|
+
/* @__PURE__ */ n(
|
|
7877
|
+
"path",
|
|
7878
|
+
{
|
|
7879
|
+
d: "M21.25 12C21.25 6.89137 17.1086 2.75 12 2.75C6.89137 2.75 2.75 6.89137 2.75 12C2.75 17.1086 6.89137 21.25 12 21.25C17.1086 21.25 21.25 17.1086 21.25 12ZM22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12Z",
|
|
7880
|
+
fill: t
|
|
7881
|
+
}
|
|
7882
|
+
)
|
|
7883
|
+
]
|
|
7884
|
+
}
|
|
7782
7885
|
), L1 = ({
|
|
7783
7886
|
name: l,
|
|
7784
7887
|
width: e,
|
|
@@ -7792,41 +7895,41 @@ const W2 = (l, e) => {
|
|
|
7792
7895
|
return /* @__PURE__ */ n(G, { children: (() => {
|
|
7793
7896
|
switch (l) {
|
|
7794
7897
|
case "arrow1Down":
|
|
7795
|
-
return
|
|
7898
|
+
return z9({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7796
7899
|
case "arrow1Up":
|
|
7797
|
-
return
|
|
7900
|
+
return J9({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7798
7901
|
case "arrow1Right":
|
|
7799
|
-
return
|
|
7902
|
+
return Q9({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7800
7903
|
case "arrow1Left":
|
|
7801
|
-
return
|
|
7904
|
+
return q9({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7802
7905
|
case "info":
|
|
7803
|
-
return
|
|
7906
|
+
return X9({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7804
7907
|
case "archive":
|
|
7805
|
-
return
|
|
7908
|
+
return s0({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7806
7909
|
case "unarchive":
|
|
7807
|
-
return
|
|
7910
|
+
return n0({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7808
7911
|
case "calendar":
|
|
7809
|
-
return
|
|
7912
|
+
return o0({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7810
7913
|
case "check":
|
|
7811
|
-
return
|
|
7914
|
+
return a0({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7812
7915
|
case "cancel":
|
|
7813
|
-
return
|
|
7916
|
+
return r0({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7814
7917
|
case "add":
|
|
7815
|
-
return
|
|
7918
|
+
return C0({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7816
7919
|
case "list":
|
|
7817
|
-
return
|
|
7920
|
+
return h0({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7818
7921
|
case "dragAndDrop":
|
|
7819
|
-
return
|
|
7922
|
+
return c0({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7820
7923
|
case "filter1":
|
|
7821
|
-
return
|
|
7924
|
+
return d0({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7822
7925
|
case "filter2":
|
|
7823
|
-
return
|
|
7926
|
+
return Y0({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7824
7927
|
case "attention":
|
|
7825
|
-
return
|
|
7928
|
+
return g0({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7826
7929
|
case "users":
|
|
7827
|
-
return
|
|
7930
|
+
return w0({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7828
7931
|
case "mySkillsMatrix":
|
|
7829
|
-
return
|
|
7932
|
+
return f0({
|
|
7830
7933
|
width: e,
|
|
7831
7934
|
height: t,
|
|
7832
7935
|
color: o,
|
|
@@ -7834,9 +7937,9 @@ const W2 = (l, e) => {
|
|
|
7834
7937
|
onClick: a
|
|
7835
7938
|
});
|
|
7836
7939
|
case "skills":
|
|
7837
|
-
return
|
|
7940
|
+
return p0({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7838
7941
|
case "skillsMatrices":
|
|
7839
|
-
return
|
|
7942
|
+
return u0({
|
|
7840
7943
|
width: e,
|
|
7841
7944
|
height: t,
|
|
7842
7945
|
color: o,
|
|
@@ -7844,21 +7947,21 @@ const W2 = (l, e) => {
|
|
|
7844
7947
|
onClick: a
|
|
7845
7948
|
});
|
|
7846
7949
|
case "history":
|
|
7847
|
-
return
|
|
7950
|
+
return L0({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7848
7951
|
case "logOut":
|
|
7849
|
-
return
|
|
7952
|
+
return m0({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7850
7953
|
case "settings":
|
|
7851
|
-
return
|
|
7954
|
+
return v0({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7852
7955
|
case "trash":
|
|
7853
|
-
return
|
|
7956
|
+
return k0({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7854
7957
|
case "settings2":
|
|
7855
|
-
return
|
|
7958
|
+
return N0({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7856
7959
|
case "checkCircle":
|
|
7857
|
-
return
|
|
7960
|
+
return M0({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7858
7961
|
case "cancelCircle":
|
|
7859
|
-
return
|
|
7962
|
+
return x0({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7860
7963
|
case "visibilityIcon":
|
|
7861
|
-
return
|
|
7964
|
+
return Z0({
|
|
7862
7965
|
width: e,
|
|
7863
7966
|
height: t,
|
|
7864
7967
|
color: o,
|
|
@@ -7866,7 +7969,7 @@ const W2 = (l, e) => {
|
|
|
7866
7969
|
onClick: a
|
|
7867
7970
|
});
|
|
7868
7971
|
case "visibilityOffIcon":
|
|
7869
|
-
return
|
|
7972
|
+
return V0({
|
|
7870
7973
|
width: e,
|
|
7871
7974
|
height: t,
|
|
7872
7975
|
color: o,
|
|
@@ -7874,78 +7977,80 @@ const W2 = (l, e) => {
|
|
|
7874
7977
|
onClick: a
|
|
7875
7978
|
});
|
|
7876
7979
|
case "sortUp":
|
|
7877
|
-
return
|
|
7980
|
+
return R0({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7878
7981
|
case "sortDown":
|
|
7879
|
-
return
|
|
7982
|
+
return H0({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7880
7983
|
case "sortDouble":
|
|
7881
|
-
return
|
|
7984
|
+
return _0({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7882
7985
|
case "search":
|
|
7883
|
-
return H0({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7884
|
-
case "arrowUpFilled":
|
|
7885
7986
|
return b0({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7987
|
+
case "arrowUpFilled":
|
|
7988
|
+
return A0({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7886
7989
|
case "arrowDownFilled":
|
|
7887
|
-
return
|
|
7990
|
+
return y0({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7888
7991
|
case "arrow2Up":
|
|
7889
|
-
return
|
|
7992
|
+
return e0({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7890
7993
|
case "arrow2Right":
|
|
7891
|
-
return
|
|
7994
|
+
return t0({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7892
7995
|
case "arrow2Down":
|
|
7893
|
-
return
|
|
7996
|
+
return i0({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7894
7997
|
case "arrow2Left":
|
|
7895
|
-
return
|
|
7998
|
+
return l0({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7896
7999
|
case "link":
|
|
7897
|
-
return y0({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7898
|
-
case "telegram":
|
|
7899
8000
|
return E0({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7900
|
-
case "
|
|
8001
|
+
case "telegram":
|
|
7901
8002
|
return K0({ width: e, height: t, color: o, className: r, onClick: a });
|
|
8003
|
+
case "mail":
|
|
8004
|
+
return B0({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7902
8005
|
case "github":
|
|
7903
|
-
return A0({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7904
|
-
case "linkedIn":
|
|
7905
8006
|
return D0({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7906
|
-
case "
|
|
8007
|
+
case "linkedIn":
|
|
7907
8008
|
return G0({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7908
|
-
case "
|
|
8009
|
+
case "emptyStateIcon":
|
|
7909
8010
|
return S0({ width: e, height: t, color: o, className: r, onClick: a });
|
|
8011
|
+
case "dotMenuIcon":
|
|
8012
|
+
return O0({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7910
8013
|
case "plusCircle":
|
|
7911
|
-
return
|
|
8014
|
+
return I0({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7912
8015
|
case "warning":
|
|
7913
|
-
return
|
|
8016
|
+
return $0({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7914
8017
|
case "bell":
|
|
7915
|
-
return
|
|
8018
|
+
return P0({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7916
8019
|
case "copy":
|
|
7917
|
-
return
|
|
8020
|
+
return T0({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7918
8021
|
case "contract":
|
|
7919
|
-
return
|
|
8022
|
+
return j0({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7920
8023
|
case "resourceManager":
|
|
7921
|
-
return
|
|
8024
|
+
return F0({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7922
8025
|
case "image":
|
|
7923
|
-
return
|
|
8026
|
+
return U0({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7924
8027
|
case "edit":
|
|
7925
|
-
return
|
|
8028
|
+
return W0({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7926
8029
|
case "burgerMenu":
|
|
7927
|
-
return
|
|
8030
|
+
return z0({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7928
8031
|
case "refresh":
|
|
7929
|
-
return
|
|
8032
|
+
return J0({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7930
8033
|
case "projects":
|
|
7931
|
-
return z0({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7932
|
-
case "user":
|
|
7933
8034
|
return Q0({ width: e, height: t, color: o, className: r, onClick: a });
|
|
8035
|
+
case "user":
|
|
8036
|
+
return X0({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7934
8037
|
case "exit":
|
|
7935
|
-
return J0({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7936
|
-
case "status":
|
|
7937
8038
|
return q0({ width: e, height: t, color: o, className: r, onClick: a });
|
|
8039
|
+
case "status":
|
|
8040
|
+
return e4({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7938
8041
|
case "community":
|
|
7939
|
-
return
|
|
8042
|
+
return t4({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7940
8043
|
case "docs":
|
|
7941
|
-
return
|
|
8044
|
+
return i4({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7942
8045
|
case "unpaidLeave":
|
|
7943
|
-
return
|
|
8046
|
+
return l4({ width: e, height: t, color: o, className: r, onClick: a });
|
|
8047
|
+
case "time":
|
|
8048
|
+
return s4({ width: e, height: t, color: o, className: r, onClick: a });
|
|
7944
8049
|
default:
|
|
7945
8050
|
return /* @__PURE__ */ n(G, { children: "No Icon provided" });
|
|
7946
8051
|
}
|
|
7947
8052
|
})() });
|
|
7948
|
-
},
|
|
8053
|
+
}, n4 = ({
|
|
7949
8054
|
text: l,
|
|
7950
8055
|
color: e = "cyan",
|
|
7951
8056
|
size: t = "medium",
|
|
@@ -7971,7 +8076,7 @@ const W2 = (l, e) => {
|
|
|
7971
8076
|
children: /* @__PURE__ */ n(o2, { variant: s, color: c.GREY_DARK_4, children: l })
|
|
7972
8077
|
}
|
|
7973
8078
|
);
|
|
7974
|
-
},
|
|
8079
|
+
}, o4 = ({
|
|
7975
8080
|
text: l,
|
|
7976
8081
|
status: e,
|
|
7977
8082
|
withIcon: t = !1,
|
|
@@ -7987,7 +8092,7 @@ const W2 = (l, e) => {
|
|
|
7987
8092
|
color: c.NOTIFICATION_SUCCESS_DARK
|
|
7988
8093
|
}
|
|
7989
8094
|
),
|
|
7990
|
-
pending: /* @__PURE__ */ n(L1, { name: "
|
|
8095
|
+
pending: /* @__PURE__ */ n(L1, { name: "time", width: 14, height: 14, color: c.NOTIFICATION_WARNING_DARK }),
|
|
7991
8096
|
rejected: /* @__PURE__ */ n(
|
|
7992
8097
|
L1,
|
|
7993
8098
|
{
|
|
@@ -8020,8 +8125,8 @@ const W2 = (l, e) => {
|
|
|
8020
8125
|
]
|
|
8021
8126
|
}
|
|
8022
8127
|
);
|
|
8023
|
-
}, a2 = (l) => l.variant === "status" ? /* @__PURE__ */ n(
|
|
8024
|
-
var
|
|
8128
|
+
}, a2 = (l) => l.variant === "status" ? /* @__PURE__ */ n(o4, { ...l }) : /* @__PURE__ */ n(n4, { ...l });
|
|
8129
|
+
var a4 = { exports: {} };
|
|
8025
8130
|
(function(l, e) {
|
|
8026
8131
|
(function(t, i) {
|
|
8027
8132
|
l.exports = i();
|
|
@@ -8031,8 +8136,8 @@ var s4 = { exports: {} };
|
|
|
8031
8136
|
return "[" + t + (i[(s - 20) % 10] || i[s] || i[0]) + "]";
|
|
8032
8137
|
} };
|
|
8033
8138
|
});
|
|
8034
|
-
})(
|
|
8035
|
-
const
|
|
8139
|
+
})(a4);
|
|
8140
|
+
const r4 = ({
|
|
8036
8141
|
values: l,
|
|
8037
8142
|
onTagClose: e,
|
|
8038
8143
|
maxWidth: t,
|
|
@@ -8052,7 +8157,7 @@ const n4 = ({
|
|
|
8052
8157
|
return ((u = C == null ? void 0 : C.find((H) => H.value === p)) == null ? void 0 : u.label) || ((M = h == null ? void 0 : h.find((H) => H.value === p)) == null ? void 0 : M.label) || p;
|
|
8053
8158
|
};
|
|
8054
8159
|
return /* @__PURE__ */ g(
|
|
8055
|
-
|
|
8160
|
+
P9,
|
|
8056
8161
|
{
|
|
8057
8162
|
content: (
|
|
8058
8163
|
// 90: paddings + margins + gaps and so on
|
|
@@ -8091,17 +8196,17 @@ const n4 = ({
|
|
|
8091
8196
|
]
|
|
8092
8197
|
}
|
|
8093
8198
|
);
|
|
8094
|
-
},
|
|
8199
|
+
}, C4 = {
|
|
8095
8200
|
small: 20,
|
|
8096
8201
|
medium: 28,
|
|
8097
8202
|
large: 48
|
|
8098
8203
|
}, I1 = ({ size: l = "medium", color: e = c.BLUE_PRIMARY }) => {
|
|
8099
8204
|
const t = {
|
|
8100
|
-
width:
|
|
8205
|
+
width: C4[l],
|
|
8101
8206
|
"--loader-color": e
|
|
8102
8207
|
};
|
|
8103
8208
|
return /* @__PURE__ */ n("span", { className: "snmt-loader", style: t });
|
|
8104
|
-
},
|
|
8209
|
+
}, h4 = ({
|
|
8105
8210
|
width: l = 20,
|
|
8106
8211
|
height: e = 20,
|
|
8107
8212
|
color: t = c.GREY_DARK_5,
|
|
@@ -8125,7 +8230,7 @@ const n4 = ({
|
|
|
8125
8230
|
}
|
|
8126
8231
|
)
|
|
8127
8232
|
}
|
|
8128
|
-
),
|
|
8233
|
+
), c4 = ({
|
|
8129
8234
|
width: l = 20,
|
|
8130
8235
|
height: e = 20,
|
|
8131
8236
|
color: t = c.GREY_DARK_5,
|
|
@@ -8149,7 +8254,7 @@ const n4 = ({
|
|
|
8149
8254
|
}
|
|
8150
8255
|
)
|
|
8151
8256
|
}
|
|
8152
|
-
),
|
|
8257
|
+
), d4 = ({
|
|
8153
8258
|
width: l = 20,
|
|
8154
8259
|
height: e = 20,
|
|
8155
8260
|
color: t = c.GREY_DARK_5,
|
|
@@ -8173,7 +8278,7 @@ const n4 = ({
|
|
|
8173
8278
|
}
|
|
8174
8279
|
)
|
|
8175
8280
|
}
|
|
8176
|
-
),
|
|
8281
|
+
), g4 = ({
|
|
8177
8282
|
width: l = 20,
|
|
8178
8283
|
height: e = 20,
|
|
8179
8284
|
color: t = c.GREY_DARK_5,
|
|
@@ -8198,7 +8303,7 @@ const n4 = ({
|
|
|
8198
8303
|
}
|
|
8199
8304
|
)
|
|
8200
8305
|
}
|
|
8201
|
-
),
|
|
8306
|
+
), w4 = ({
|
|
8202
8307
|
width: l = 20,
|
|
8203
8308
|
height: e = 20,
|
|
8204
8309
|
color: t = c.GREY_DARK_5,
|
|
@@ -8238,7 +8343,7 @@ const n4 = ({
|
|
|
8238
8343
|
)
|
|
8239
8344
|
]
|
|
8240
8345
|
}
|
|
8241
|
-
),
|
|
8346
|
+
), f4 = ({
|
|
8242
8347
|
width: l = 20,
|
|
8243
8348
|
height: e = 20,
|
|
8244
8349
|
color: t = c.GREY_DARK_5,
|
|
@@ -8265,7 +8370,7 @@ const n4 = ({
|
|
|
8265
8370
|
/* @__PURE__ */ n("defs", { children: /* @__PURE__ */ n("clipPath", { id: "clip0_1_2043", children: /* @__PURE__ */ n("rect", { width: "24", height: "24", fill: "white", transform: "translate(0.5 0.5)" }) }) })
|
|
8266
8371
|
]
|
|
8267
8372
|
}
|
|
8268
|
-
),
|
|
8373
|
+
), p4 = ({
|
|
8269
8374
|
width: l = 20,
|
|
8270
8375
|
height: e = 20,
|
|
8271
8376
|
color: t = c.GREY_DARK_5,
|
|
@@ -8289,7 +8394,7 @@ const n4 = ({
|
|
|
8289
8394
|
}
|
|
8290
8395
|
)
|
|
8291
8396
|
}
|
|
8292
|
-
),
|
|
8397
|
+
), u4 = ({
|
|
8293
8398
|
width: l = 20,
|
|
8294
8399
|
height: e = 20,
|
|
8295
8400
|
color: t = c.GREY_DARK_5,
|
|
@@ -8316,7 +8421,7 @@ const n4 = ({
|
|
|
8316
8421
|
/* @__PURE__ */ n("defs", { children: /* @__PURE__ */ n("clipPath", { id: "clip0_1_2039", children: /* @__PURE__ */ n("rect", { width: "24", height: "24", fill: "white", transform: "translate(0.5 0.5)" }) }) })
|
|
8317
8422
|
]
|
|
8318
8423
|
}
|
|
8319
|
-
),
|
|
8424
|
+
), L4 = ({
|
|
8320
8425
|
width: l = 20,
|
|
8321
8426
|
height: e = 20,
|
|
8322
8427
|
color: t = c.GREY_DARK_5,
|
|
@@ -8340,7 +8445,7 @@ const n4 = ({
|
|
|
8340
8445
|
}
|
|
8341
8446
|
)
|
|
8342
8447
|
}
|
|
8343
|
-
),
|
|
8448
|
+
), m4 = ({
|
|
8344
8449
|
width: l = 20,
|
|
8345
8450
|
height: e = 20,
|
|
8346
8451
|
color: t = c.GREY_DARK_5,
|
|
@@ -8380,7 +8485,7 @@ const n4 = ({
|
|
|
8380
8485
|
)
|
|
8381
8486
|
]
|
|
8382
8487
|
}
|
|
8383
|
-
),
|
|
8488
|
+
), v4 = ({
|
|
8384
8489
|
width: l = 20,
|
|
8385
8490
|
height: e = 20,
|
|
8386
8491
|
color: t = c.GREY_DARK_5,
|
|
@@ -8426,7 +8531,7 @@ const n4 = ({
|
|
|
8426
8531
|
)
|
|
8427
8532
|
]
|
|
8428
8533
|
}
|
|
8429
|
-
),
|
|
8534
|
+
), k4 = ({
|
|
8430
8535
|
width: l = 20,
|
|
8431
8536
|
height: e = 20,
|
|
8432
8537
|
color: t = c.GREY_DARK_5,
|
|
@@ -8473,7 +8578,7 @@ const n4 = ({
|
|
|
8473
8578
|
)
|
|
8474
8579
|
]
|
|
8475
8580
|
}
|
|
8476
|
-
),
|
|
8581
|
+
), N4 = ({
|
|
8477
8582
|
width: l = 20,
|
|
8478
8583
|
height: e = 20,
|
|
8479
8584
|
color: t = c.GREY_DARK_5,
|
|
@@ -8497,7 +8602,7 @@ const n4 = ({
|
|
|
8497
8602
|
}
|
|
8498
8603
|
)
|
|
8499
8604
|
}
|
|
8500
|
-
),
|
|
8605
|
+
), M4 = ({
|
|
8501
8606
|
width: l = 20,
|
|
8502
8607
|
height: e = 20,
|
|
8503
8608
|
color: t = c.GREY_DARK_5,
|
|
@@ -8521,7 +8626,7 @@ const n4 = ({
|
|
|
8521
8626
|
}
|
|
8522
8627
|
)
|
|
8523
8628
|
}
|
|
8524
|
-
),
|
|
8629
|
+
), x4 = ({
|
|
8525
8630
|
width: l = 20,
|
|
8526
8631
|
height: e = 20,
|
|
8527
8632
|
color: t = c.GREY_DARK_5,
|
|
@@ -8545,7 +8650,7 @@ const n4 = ({
|
|
|
8545
8650
|
}
|
|
8546
8651
|
)
|
|
8547
8652
|
}
|
|
8548
|
-
),
|
|
8653
|
+
), Z4 = ({
|
|
8549
8654
|
width: l = 20,
|
|
8550
8655
|
height: e = 20,
|
|
8551
8656
|
color: t = c.GREY_DARK_5,
|
|
@@ -8606,7 +8711,7 @@ const n4 = ({
|
|
|
8606
8711
|
)
|
|
8607
8712
|
]
|
|
8608
8713
|
}
|
|
8609
|
-
),
|
|
8714
|
+
), V4 = ({
|
|
8610
8715
|
width: l = 20,
|
|
8611
8716
|
height: e = 20,
|
|
8612
8717
|
color: t = c.GREY_DARK_5,
|
|
@@ -8653,7 +8758,7 @@ const n4 = ({
|
|
|
8653
8758
|
)
|
|
8654
8759
|
]
|
|
8655
8760
|
}
|
|
8656
|
-
),
|
|
8761
|
+
), R4 = ({
|
|
8657
8762
|
width: l = 20,
|
|
8658
8763
|
height: e = 20,
|
|
8659
8764
|
color: t = c.GREY_DARK_5,
|
|
@@ -8693,7 +8798,7 @@ const n4 = ({
|
|
|
8693
8798
|
)
|
|
8694
8799
|
]
|
|
8695
8800
|
}
|
|
8696
|
-
),
|
|
8801
|
+
), H4 = ({
|
|
8697
8802
|
width: l = 20,
|
|
8698
8803
|
height: e = 20,
|
|
8699
8804
|
color: t = c.GREY_DARK_5,
|
|
@@ -8733,7 +8838,7 @@ const n4 = ({
|
|
|
8733
8838
|
)
|
|
8734
8839
|
]
|
|
8735
8840
|
}
|
|
8736
|
-
),
|
|
8841
|
+
), _4 = ({
|
|
8737
8842
|
width: l = 20,
|
|
8738
8843
|
height: e = 20,
|
|
8739
8844
|
color: t = c.GREY_DARK_5,
|
|
@@ -8780,7 +8885,7 @@ const n4 = ({
|
|
|
8780
8885
|
)
|
|
8781
8886
|
]
|
|
8782
8887
|
}
|
|
8783
|
-
),
|
|
8888
|
+
), b4 = ({
|
|
8784
8889
|
width: l = 20,
|
|
8785
8890
|
height: e = 20,
|
|
8786
8891
|
color: t = c.GREY_DARK_5,
|
|
@@ -8827,7 +8932,7 @@ const n4 = ({
|
|
|
8827
8932
|
)
|
|
8828
8933
|
]
|
|
8829
8934
|
}
|
|
8830
|
-
),
|
|
8935
|
+
), y4 = ({
|
|
8831
8936
|
width: l = 20,
|
|
8832
8937
|
height: e = 20,
|
|
8833
8938
|
color: t = c.GREY_DARK_5,
|
|
@@ -8874,7 +8979,7 @@ const n4 = ({
|
|
|
8874
8979
|
)
|
|
8875
8980
|
]
|
|
8876
8981
|
}
|
|
8877
|
-
),
|
|
8982
|
+
), A4 = ({
|
|
8878
8983
|
width: l = 20,
|
|
8879
8984
|
height: e = 20,
|
|
8880
8985
|
color: t = c.GREY_DARK_5,
|
|
@@ -8914,7 +9019,7 @@ const n4 = ({
|
|
|
8914
9019
|
)
|
|
8915
9020
|
]
|
|
8916
9021
|
}
|
|
8917
|
-
),
|
|
9022
|
+
), E4 = ({
|
|
8918
9023
|
width: l = 20,
|
|
8919
9024
|
height: e = 20,
|
|
8920
9025
|
color: t = c.GREY_DARK_5,
|
|
@@ -8947,7 +9052,7 @@ const n4 = ({
|
|
|
8947
9052
|
)
|
|
8948
9053
|
]
|
|
8949
9054
|
}
|
|
8950
|
-
),
|
|
9055
|
+
), D4 = ({
|
|
8951
9056
|
width: l = 20,
|
|
8952
9057
|
height: e = 20,
|
|
8953
9058
|
color: t = c.GREY_DARK_5,
|
|
@@ -8980,7 +9085,7 @@ const n4 = ({
|
|
|
8980
9085
|
)
|
|
8981
9086
|
]
|
|
8982
9087
|
}
|
|
8983
|
-
),
|
|
9088
|
+
), K4 = ({
|
|
8984
9089
|
width: l = 20,
|
|
8985
9090
|
height: e = 20,
|
|
8986
9091
|
color: t = c.GREY_DARK_5,
|
|
@@ -9013,7 +9118,7 @@ const n4 = ({
|
|
|
9013
9118
|
)
|
|
9014
9119
|
]
|
|
9015
9120
|
}
|
|
9016
|
-
),
|
|
9121
|
+
), G4 = ({
|
|
9017
9122
|
width: l = 20,
|
|
9018
9123
|
height: e = 20,
|
|
9019
9124
|
color: t = c.GREY_DARK_5,
|
|
@@ -9046,7 +9151,7 @@ const n4 = ({
|
|
|
9046
9151
|
)
|
|
9047
9152
|
]
|
|
9048
9153
|
}
|
|
9049
|
-
),
|
|
9154
|
+
), B4 = ({
|
|
9050
9155
|
width: l = 20,
|
|
9051
9156
|
height: e = 20,
|
|
9052
9157
|
color: t = c.GREY_DARK_5,
|
|
@@ -9086,7 +9191,7 @@ const n4 = ({
|
|
|
9086
9191
|
)
|
|
9087
9192
|
]
|
|
9088
9193
|
}
|
|
9089
|
-
),
|
|
9194
|
+
), S4 = ({
|
|
9090
9195
|
width: l = 20,
|
|
9091
9196
|
height: e = 20,
|
|
9092
9197
|
color: t = c.GREY_DARK_5,
|
|
@@ -9119,7 +9224,7 @@ const n4 = ({
|
|
|
9119
9224
|
)
|
|
9120
9225
|
]
|
|
9121
9226
|
}
|
|
9122
|
-
),
|
|
9227
|
+
), Y4 = ({
|
|
9123
9228
|
width: l = 20,
|
|
9124
9229
|
height: e = 20,
|
|
9125
9230
|
color: t = c.GREY_DARK_5,
|
|
@@ -9152,7 +9257,7 @@ const n4 = ({
|
|
|
9152
9257
|
)
|
|
9153
9258
|
]
|
|
9154
9259
|
}
|
|
9155
|
-
),
|
|
9260
|
+
), O4 = ({
|
|
9156
9261
|
width: l = 20,
|
|
9157
9262
|
height: e = 20,
|
|
9158
9263
|
color: t = "#070739",
|
|
@@ -9182,7 +9287,7 @@ const n4 = ({
|
|
|
9182
9287
|
/* @__PURE__ */ n("circle", { cx: "10", cy: "10", r: "2.375", stroke: t, strokeWidth: "1.25" })
|
|
9183
9288
|
]
|
|
9184
9289
|
}
|
|
9185
|
-
),
|
|
9290
|
+
), I4 = ({
|
|
9186
9291
|
width: l = 20,
|
|
9187
9292
|
height: e = 20,
|
|
9188
9293
|
color: t = "#070739",
|
|
@@ -9220,7 +9325,7 @@ const n4 = ({
|
|
|
9220
9325
|
)
|
|
9221
9326
|
]
|
|
9222
9327
|
}
|
|
9223
|
-
),
|
|
9328
|
+
), $4 = ({
|
|
9224
9329
|
width: l = 20,
|
|
9225
9330
|
height: e = 20,
|
|
9226
9331
|
color: t = c.GREY_DARK_5,
|
|
@@ -9253,7 +9358,7 @@ const n4 = ({
|
|
|
9253
9358
|
)
|
|
9254
9359
|
]
|
|
9255
9360
|
}
|
|
9256
|
-
),
|
|
9361
|
+
), P4 = ({
|
|
9257
9362
|
width: l = 20,
|
|
9258
9363
|
height: e = 20,
|
|
9259
9364
|
color: t = c.GREY_DARK_5,
|
|
@@ -9286,7 +9391,7 @@ const n4 = ({
|
|
|
9286
9391
|
)
|
|
9287
9392
|
]
|
|
9288
9393
|
}
|
|
9289
|
-
),
|
|
9394
|
+
), T4 = ({
|
|
9290
9395
|
width: l = 20,
|
|
9291
9396
|
height: e = 20,
|
|
9292
9397
|
color: t = c.GREY_DARK_5,
|
|
@@ -9333,7 +9438,7 @@ const n4 = ({
|
|
|
9333
9438
|
)
|
|
9334
9439
|
]
|
|
9335
9440
|
}
|
|
9336
|
-
),
|
|
9441
|
+
), j4 = ({
|
|
9337
9442
|
className: l,
|
|
9338
9443
|
color: e = c.GREY_DARK_5,
|
|
9339
9444
|
height: t = 20,
|
|
@@ -9366,7 +9471,7 @@ const n4 = ({
|
|
|
9366
9471
|
)
|
|
9367
9472
|
]
|
|
9368
9473
|
}
|
|
9369
|
-
),
|
|
9474
|
+
), F4 = ({
|
|
9370
9475
|
className: l,
|
|
9371
9476
|
color: e = c.GREY_DARK_5,
|
|
9372
9477
|
height: t = 5,
|
|
@@ -9390,7 +9495,7 @@ const n4 = ({
|
|
|
9390
9495
|
}
|
|
9391
9496
|
)
|
|
9392
9497
|
}
|
|
9393
|
-
),
|
|
9498
|
+
), U4 = ({
|
|
9394
9499
|
className: l,
|
|
9395
9500
|
color: e = c.GREY_DARK_5,
|
|
9396
9501
|
height: t = 5,
|
|
@@ -9415,7 +9520,7 @@ const n4 = ({
|
|
|
9415
9520
|
}
|
|
9416
9521
|
)
|
|
9417
9522
|
}
|
|
9418
|
-
),
|
|
9523
|
+
), W4 = ({
|
|
9419
9524
|
className: l,
|
|
9420
9525
|
color: e = c.GREY_DARK_5,
|
|
9421
9526
|
height: t = 20,
|
|
@@ -9448,7 +9553,7 @@ const n4 = ({
|
|
|
9448
9553
|
)
|
|
9449
9554
|
]
|
|
9450
9555
|
}
|
|
9451
|
-
),
|
|
9556
|
+
), z4 = ({
|
|
9452
9557
|
className: l,
|
|
9453
9558
|
color: e = c.GREY_DARK_5,
|
|
9454
9559
|
height: t = 20,
|
|
@@ -9487,7 +9592,7 @@ const n4 = ({
|
|
|
9487
9592
|
)
|
|
9488
9593
|
]
|
|
9489
9594
|
}
|
|
9490
|
-
),
|
|
9595
|
+
), J4 = ({
|
|
9491
9596
|
className: l,
|
|
9492
9597
|
color: e = c.GREY_DARK_5,
|
|
9493
9598
|
height: t = 20,
|
|
@@ -9511,7 +9616,7 @@ const n4 = ({
|
|
|
9511
9616
|
}
|
|
9512
9617
|
)
|
|
9513
9618
|
}
|
|
9514
|
-
),
|
|
9619
|
+
), Q4 = ({
|
|
9515
9620
|
className: l,
|
|
9516
9621
|
color: e = c.GREY_DARK_5,
|
|
9517
9622
|
height: t = 20,
|
|
@@ -9558,7 +9663,7 @@ const n4 = ({
|
|
|
9558
9663
|
)
|
|
9559
9664
|
]
|
|
9560
9665
|
}
|
|
9561
|
-
),
|
|
9666
|
+
), q4 = ({
|
|
9562
9667
|
className: l,
|
|
9563
9668
|
color: e = c.GREY_DARK_5,
|
|
9564
9669
|
height: t = 20,
|
|
@@ -9591,7 +9696,7 @@ const n4 = ({
|
|
|
9591
9696
|
)
|
|
9592
9697
|
]
|
|
9593
9698
|
}
|
|
9594
|
-
),
|
|
9699
|
+
), X4 = ({
|
|
9595
9700
|
className: l,
|
|
9596
9701
|
color: e = c.GREY_DARK_5,
|
|
9597
9702
|
height: t = 20,
|
|
@@ -9628,7 +9733,7 @@ const n4 = ({
|
|
|
9628
9733
|
)
|
|
9629
9734
|
]
|
|
9630
9735
|
}
|
|
9631
|
-
),
|
|
9736
|
+
), e6 = ({
|
|
9632
9737
|
className: l,
|
|
9633
9738
|
color: e = c.GREY_DARK_5,
|
|
9634
9739
|
height: t = 20,
|
|
@@ -9652,7 +9757,7 @@ const n4 = ({
|
|
|
9652
9757
|
}
|
|
9653
9758
|
)
|
|
9654
9759
|
}
|
|
9655
|
-
),
|
|
9760
|
+
), t6 = ({
|
|
9656
9761
|
className: l,
|
|
9657
9762
|
color: e = c.GREY_DARK_5,
|
|
9658
9763
|
height: t = 20,
|
|
@@ -9713,7 +9818,7 @@ const n4 = ({
|
|
|
9713
9818
|
)
|
|
9714
9819
|
]
|
|
9715
9820
|
}
|
|
9716
|
-
),
|
|
9821
|
+
), i6 = ({
|
|
9717
9822
|
className: l,
|
|
9718
9823
|
color: e = c.GREY_DARK_5,
|
|
9719
9824
|
height: t = 20,
|
|
@@ -9750,7 +9855,7 @@ const n4 = ({
|
|
|
9750
9855
|
)
|
|
9751
9856
|
]
|
|
9752
9857
|
}
|
|
9753
|
-
),
|
|
9858
|
+
), l6 = ({
|
|
9754
9859
|
className: l,
|
|
9755
9860
|
color: e = c.GREY_DARK_5,
|
|
9756
9861
|
height: t = 20,
|
|
@@ -9790,7 +9895,7 @@ const n4 = ({
|
|
|
9790
9895
|
)
|
|
9791
9896
|
]
|
|
9792
9897
|
}
|
|
9793
|
-
),
|
|
9898
|
+
), s6 = ({
|
|
9794
9899
|
className: l,
|
|
9795
9900
|
color: e = c.GREY_DARK_5,
|
|
9796
9901
|
height: t = 20,
|
|
@@ -9823,7 +9928,7 @@ const n4 = ({
|
|
|
9823
9928
|
)
|
|
9824
9929
|
]
|
|
9825
9930
|
}
|
|
9826
|
-
),
|
|
9931
|
+
), n6 = ({
|
|
9827
9932
|
className: l,
|
|
9828
9933
|
color: e = c.GREY_DARK_5,
|
|
9829
9934
|
height: t = 20,
|
|
@@ -9856,7 +9961,7 @@ const n4 = ({
|
|
|
9856
9961
|
)
|
|
9857
9962
|
]
|
|
9858
9963
|
}
|
|
9859
|
-
),
|
|
9964
|
+
), o6 = ({
|
|
9860
9965
|
className: l,
|
|
9861
9966
|
color: e = c.GREY_DARK_5,
|
|
9862
9967
|
height: t = 20,
|
|
@@ -9910,7 +10015,7 @@ const n4 = ({
|
|
|
9910
10015
|
)
|
|
9911
10016
|
]
|
|
9912
10017
|
}
|
|
9913
|
-
),
|
|
10018
|
+
), a6 = ({
|
|
9914
10019
|
className: l,
|
|
9915
10020
|
color: e = c.GREY_DARK_5,
|
|
9916
10021
|
height: t = 20,
|
|
@@ -9957,7 +10062,7 @@ const n4 = ({
|
|
|
9957
10062
|
)
|
|
9958
10063
|
]
|
|
9959
10064
|
}
|
|
9960
|
-
),
|
|
10065
|
+
), r6 = ({
|
|
9961
10066
|
className: l,
|
|
9962
10067
|
color: e = c.GREY_DARK_5,
|
|
9963
10068
|
height: t = 20,
|
|
@@ -9997,7 +10102,7 @@ const n4 = ({
|
|
|
9997
10102
|
)
|
|
9998
10103
|
]
|
|
9999
10104
|
}
|
|
10000
|
-
),
|
|
10105
|
+
), C6 = ({
|
|
10001
10106
|
className: l,
|
|
10002
10107
|
color: e = c.GREY_DARK_5,
|
|
10003
10108
|
height: t = 20,
|
|
@@ -10021,7 +10126,7 @@ const n4 = ({
|
|
|
10021
10126
|
}
|
|
10022
10127
|
)
|
|
10023
10128
|
}
|
|
10024
|
-
),
|
|
10129
|
+
), h6 = ({
|
|
10025
10130
|
className: l,
|
|
10026
10131
|
color: e = c.GREY_DARK_5,
|
|
10027
10132
|
height: t = 20,
|
|
@@ -10061,7 +10166,7 @@ const n4 = ({
|
|
|
10061
10166
|
)
|
|
10062
10167
|
]
|
|
10063
10168
|
}
|
|
10064
|
-
),
|
|
10169
|
+
), c6 = ({
|
|
10065
10170
|
className: l,
|
|
10066
10171
|
color: e = c.GREY_DARK_5,
|
|
10067
10172
|
height: t = 20,
|
|
@@ -10101,7 +10206,7 @@ const n4 = ({
|
|
|
10101
10206
|
)
|
|
10102
10207
|
]
|
|
10103
10208
|
}
|
|
10104
|
-
),
|
|
10209
|
+
), d6 = ({
|
|
10105
10210
|
width: l = 20,
|
|
10106
10211
|
height: e = 20,
|
|
10107
10212
|
color: t = c.GREY_DARK_5,
|
|
@@ -10125,7 +10230,7 @@ const n4 = ({
|
|
|
10125
10230
|
}
|
|
10126
10231
|
)
|
|
10127
10232
|
}
|
|
10128
|
-
),
|
|
10233
|
+
), g6 = ({
|
|
10129
10234
|
width: l = 24,
|
|
10130
10235
|
height: e = 24,
|
|
10131
10236
|
color: t = "#131314",
|
|
@@ -10158,7 +10263,7 @@ const n4 = ({
|
|
|
10158
10263
|
)
|
|
10159
10264
|
]
|
|
10160
10265
|
}
|
|
10161
|
-
),
|
|
10266
|
+
), w6 = ({
|
|
10162
10267
|
width: l = 20,
|
|
10163
10268
|
height: e = 20,
|
|
10164
10269
|
color: t = c.GREY_DARK_5,
|
|
@@ -10191,7 +10296,7 @@ const n4 = ({
|
|
|
10191
10296
|
)
|
|
10192
10297
|
]
|
|
10193
10298
|
}
|
|
10194
|
-
),
|
|
10299
|
+
), f6 = ({
|
|
10195
10300
|
width: l = 20,
|
|
10196
10301
|
height: e = 20,
|
|
10197
10302
|
color: t = c.GREY_DARK_5,
|
|
@@ -10231,7 +10336,7 @@ const n4 = ({
|
|
|
10231
10336
|
)
|
|
10232
10337
|
]
|
|
10233
10338
|
}
|
|
10234
|
-
),
|
|
10339
|
+
), p6 = ({
|
|
10235
10340
|
width: l = 20,
|
|
10236
10341
|
height: e = 20,
|
|
10237
10342
|
color: t = c.GREY_DARK_5,
|
|
@@ -10292,7 +10397,7 @@ const n4 = ({
|
|
|
10292
10397
|
)
|
|
10293
10398
|
]
|
|
10294
10399
|
}
|
|
10295
|
-
),
|
|
10400
|
+
), u6 = ({
|
|
10296
10401
|
width: l = 20,
|
|
10297
10402
|
height: e = 20,
|
|
10298
10403
|
color: t = c.GREY_DARK_5,
|
|
@@ -10332,7 +10437,7 @@ const n4 = ({
|
|
|
10332
10437
|
)
|
|
10333
10438
|
]
|
|
10334
10439
|
}
|
|
10335
|
-
),
|
|
10440
|
+
), L6 = ({
|
|
10336
10441
|
width: l = 20,
|
|
10337
10442
|
height: e = 20,
|
|
10338
10443
|
color: t = c.GREY_DARK_5,
|
|
@@ -10356,7 +10461,40 @@ const n4 = ({
|
|
|
10356
10461
|
}
|
|
10357
10462
|
)
|
|
10358
10463
|
}
|
|
10359
|
-
),
|
|
10464
|
+
), m6 = ({
|
|
10465
|
+
width: l = 20,
|
|
10466
|
+
height: e = 20,
|
|
10467
|
+
color: t = c.GREY_DARK_5,
|
|
10468
|
+
className: i,
|
|
10469
|
+
onClick: s
|
|
10470
|
+
}) => /* @__PURE__ */ g(
|
|
10471
|
+
"svg",
|
|
10472
|
+
{
|
|
10473
|
+
width: l,
|
|
10474
|
+
height: e,
|
|
10475
|
+
className: i,
|
|
10476
|
+
viewBox: "0 0 24 24",
|
|
10477
|
+
fill: "none",
|
|
10478
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10479
|
+
onClick: s,
|
|
10480
|
+
children: [
|
|
10481
|
+
/* @__PURE__ */ n(
|
|
10482
|
+
"path",
|
|
10483
|
+
{
|
|
10484
|
+
d: "M11.25 6C11.25 5.58579 11.5858 5.25 12 5.25C12.4142 5.25 12.75 5.58579 12.75 6L12.75 11.25L18 11.25L18.0771 11.2539C18.4551 11.2925 18.75 11.6118 18.75 12C18.75 12.3882 18.4551 12.7075 18.0771 12.7461L18 12.75L12 12.75C11.5858 12.75 11.25 12.4142 11.25 12L11.25 6Z",
|
|
10485
|
+
fill: t
|
|
10486
|
+
}
|
|
10487
|
+
),
|
|
10488
|
+
/* @__PURE__ */ n(
|
|
10489
|
+
"path",
|
|
10490
|
+
{
|
|
10491
|
+
d: "M21.25 12C21.25 6.89137 17.1086 2.75 12 2.75C6.89137 2.75 2.75 6.89137 2.75 12C2.75 17.1086 6.89137 21.25 12 21.25C17.1086 21.25 21.25 17.1086 21.25 12ZM22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12C1.25 6.06294 6.06294 1.25 12 1.25C17.9371 1.25 22.75 6.06294 22.75 12Z",
|
|
10492
|
+
fill: t
|
|
10493
|
+
}
|
|
10494
|
+
)
|
|
10495
|
+
]
|
|
10496
|
+
}
|
|
10497
|
+
), v6 = ({
|
|
10360
10498
|
name: l,
|
|
10361
10499
|
width: e,
|
|
10362
10500
|
height: t,
|
|
@@ -10369,41 +10507,41 @@ const n4 = ({
|
|
|
10369
10507
|
return /* @__PURE__ */ n(G, { children: (() => {
|
|
10370
10508
|
switch (l) {
|
|
10371
10509
|
case "arrow1Down":
|
|
10372
|
-
return
|
|
10510
|
+
return h4({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10373
10511
|
case "arrow1Up":
|
|
10374
|
-
return
|
|
10512
|
+
return c4({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10375
10513
|
case "arrow1Right":
|
|
10376
|
-
return
|
|
10514
|
+
return d4({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10377
10515
|
case "arrow1Left":
|
|
10378
|
-
return
|
|
10516
|
+
return g4({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10379
10517
|
case "info":
|
|
10380
|
-
return
|
|
10518
|
+
return w4({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10381
10519
|
case "archive":
|
|
10382
|
-
return
|
|
10520
|
+
return m4({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10383
10521
|
case "unarchive":
|
|
10384
|
-
return
|
|
10522
|
+
return v4({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10385
10523
|
case "calendar":
|
|
10386
|
-
return
|
|
10524
|
+
return k4({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10387
10525
|
case "check":
|
|
10388
|
-
return
|
|
10526
|
+
return N4({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10389
10527
|
case "cancel":
|
|
10390
|
-
return
|
|
10528
|
+
return M4({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10391
10529
|
case "add":
|
|
10392
|
-
return
|
|
10530
|
+
return x4({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10393
10531
|
case "list":
|
|
10394
|
-
return
|
|
10532
|
+
return Z4({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10395
10533
|
case "dragAndDrop":
|
|
10396
|
-
return
|
|
10534
|
+
return V4({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10397
10535
|
case "filter1":
|
|
10398
|
-
return
|
|
10536
|
+
return R4({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10399
10537
|
case "filter2":
|
|
10400
|
-
return
|
|
10538
|
+
return e6({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10401
10539
|
case "attention":
|
|
10402
|
-
return
|
|
10540
|
+
return H4({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10403
10541
|
case "users":
|
|
10404
|
-
return
|
|
10542
|
+
return _4({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10405
10543
|
case "mySkillsMatrix":
|
|
10406
|
-
return
|
|
10544
|
+
return b4({
|
|
10407
10545
|
width: e,
|
|
10408
10546
|
height: t,
|
|
10409
10547
|
color: o,
|
|
@@ -10411,9 +10549,9 @@ const n4 = ({
|
|
|
10411
10549
|
onClick: a
|
|
10412
10550
|
});
|
|
10413
10551
|
case "skills":
|
|
10414
|
-
return
|
|
10552
|
+
return y4({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10415
10553
|
case "skillsMatrices":
|
|
10416
|
-
return
|
|
10554
|
+
return A4({
|
|
10417
10555
|
width: e,
|
|
10418
10556
|
height: t,
|
|
10419
10557
|
color: o,
|
|
@@ -10421,21 +10559,21 @@ const n4 = ({
|
|
|
10421
10559
|
onClick: a
|
|
10422
10560
|
});
|
|
10423
10561
|
case "history":
|
|
10424
|
-
return
|
|
10562
|
+
return E4({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10425
10563
|
case "logOut":
|
|
10426
|
-
return
|
|
10564
|
+
return D4({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10427
10565
|
case "settings":
|
|
10428
|
-
return
|
|
10566
|
+
return K4({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10429
10567
|
case "trash":
|
|
10430
|
-
return
|
|
10568
|
+
return G4({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10431
10569
|
case "settings2":
|
|
10432
|
-
return
|
|
10570
|
+
return B4({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10433
10571
|
case "checkCircle":
|
|
10434
|
-
return
|
|
10572
|
+
return S4({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10435
10573
|
case "cancelCircle":
|
|
10436
|
-
return
|
|
10574
|
+
return Y4({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10437
10575
|
case "visibilityIcon":
|
|
10438
|
-
return
|
|
10576
|
+
return O4({
|
|
10439
10577
|
width: e,
|
|
10440
10578
|
height: t,
|
|
10441
10579
|
color: o,
|
|
@@ -10443,7 +10581,7 @@ const n4 = ({
|
|
|
10443
10581
|
onClick: a
|
|
10444
10582
|
});
|
|
10445
10583
|
case "visibilityOffIcon":
|
|
10446
|
-
return
|
|
10584
|
+
return I4({
|
|
10447
10585
|
width: e,
|
|
10448
10586
|
height: t,
|
|
10449
10587
|
color: o,
|
|
@@ -10451,85 +10589,87 @@ const n4 = ({
|
|
|
10451
10589
|
onClick: a
|
|
10452
10590
|
});
|
|
10453
10591
|
case "sortUp":
|
|
10454
|
-
return
|
|
10592
|
+
return $4({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10455
10593
|
case "sortDown":
|
|
10456
|
-
return
|
|
10594
|
+
return P4({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10457
10595
|
case "sortDouble":
|
|
10458
|
-
return
|
|
10596
|
+
return T4({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10459
10597
|
case "search":
|
|
10460
|
-
return
|
|
10598
|
+
return j4({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10461
10599
|
case "arrowUpFilled":
|
|
10462
|
-
return
|
|
10600
|
+
return U4({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10463
10601
|
case "arrowDownFilled":
|
|
10464
|
-
return
|
|
10602
|
+
return F4({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10465
10603
|
case "arrow2Up":
|
|
10466
|
-
return
|
|
10604
|
+
return f4({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10467
10605
|
case "arrow2Right":
|
|
10468
|
-
return
|
|
10606
|
+
return p4({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10469
10607
|
case "arrow2Down":
|
|
10470
|
-
return
|
|
10608
|
+
return u4({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10471
10609
|
case "arrow2Left":
|
|
10472
|
-
return
|
|
10610
|
+
return L4({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10473
10611
|
case "link":
|
|
10474
|
-
return
|
|
10612
|
+
return W4({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10475
10613
|
case "telegram":
|
|
10476
|
-
return
|
|
10614
|
+
return J4({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10477
10615
|
case "mail":
|
|
10478
|
-
return
|
|
10616
|
+
return q4({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10479
10617
|
case "github":
|
|
10480
|
-
return
|
|
10618
|
+
return z4({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10481
10619
|
case "linkedIn":
|
|
10482
|
-
return
|
|
10620
|
+
return Q4({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10483
10621
|
case "emptyStateIcon":
|
|
10484
|
-
return
|
|
10622
|
+
return X4({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10485
10623
|
case "dotMenuIcon":
|
|
10486
|
-
return
|
|
10624
|
+
return t6({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10487
10625
|
case "plusCircle":
|
|
10488
|
-
return
|
|
10626
|
+
return i6({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10489
10627
|
case "warning":
|
|
10490
|
-
return
|
|
10628
|
+
return l6({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10491
10629
|
case "bell":
|
|
10492
|
-
return
|
|
10630
|
+
return s6({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10493
10631
|
case "copy":
|
|
10494
|
-
return
|
|
10632
|
+
return n6({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10495
10633
|
case "contract":
|
|
10496
|
-
return
|
|
10634
|
+
return o6({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10497
10635
|
case "resourceManager":
|
|
10498
|
-
return
|
|
10636
|
+
return a6({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10499
10637
|
case "image":
|
|
10500
|
-
return
|
|
10638
|
+
return r6({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10501
10639
|
case "edit":
|
|
10502
|
-
return
|
|
10640
|
+
return C6({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10503
10641
|
case "burgerMenu":
|
|
10504
|
-
return
|
|
10642
|
+
return h6({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10505
10643
|
case "refresh":
|
|
10506
|
-
return
|
|
10644
|
+
return c6({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10507
10645
|
case "projects":
|
|
10508
|
-
return
|
|
10646
|
+
return d6({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10509
10647
|
case "user":
|
|
10510
|
-
return
|
|
10648
|
+
return w6({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10511
10649
|
case "exit":
|
|
10512
|
-
return
|
|
10650
|
+
return g6({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10513
10651
|
case "status":
|
|
10514
|
-
return
|
|
10652
|
+
return f6({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10515
10653
|
case "community":
|
|
10516
|
-
return
|
|
10654
|
+
return p6({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10517
10655
|
case "docs":
|
|
10518
|
-
return
|
|
10656
|
+
return u6({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10519
10657
|
case "unpaidLeave":
|
|
10520
|
-
return
|
|
10658
|
+
return L6({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10659
|
+
case "time":
|
|
10660
|
+
return m6({ width: e, height: t, color: o, className: r, onClick: a });
|
|
10521
10661
|
default:
|
|
10522
10662
|
return /* @__PURE__ */ n(G, { children: "No Icon provided" });
|
|
10523
10663
|
}
|
|
10524
10664
|
})() });
|
|
10525
|
-
},
|
|
10665
|
+
}, k6 = ({
|
|
10526
10666
|
iconName: l = "arrow2Down",
|
|
10527
10667
|
isActive: e,
|
|
10528
10668
|
rotationDirection: t = "cw",
|
|
10529
10669
|
disabled: i = !1,
|
|
10530
10670
|
onClick: s
|
|
10531
10671
|
}) => {
|
|
10532
|
-
const C =
|
|
10672
|
+
const C = M6(e, i), h = N6(e, i);
|
|
10533
10673
|
return /* @__PURE__ */ n(
|
|
10534
10674
|
"button",
|
|
10535
10675
|
{
|
|
@@ -10537,7 +10677,7 @@ const n4 = ({
|
|
|
10537
10677
|
onClick: s,
|
|
10538
10678
|
disabled: i,
|
|
10539
10679
|
children: /* @__PURE__ */ n(
|
|
10540
|
-
|
|
10680
|
+
v6,
|
|
10541
10681
|
{
|
|
10542
10682
|
name: l,
|
|
10543
10683
|
className: "snmt-arrow-button-icon-rotation" + (e && !i ? `-${t}` : "-initial"),
|
|
@@ -10547,13 +10687,13 @@ const n4 = ({
|
|
|
10547
10687
|
}
|
|
10548
10688
|
);
|
|
10549
10689
|
};
|
|
10550
|
-
function
|
|
10690
|
+
function N6(l, e) {
|
|
10551
10691
|
return l && !e ? "-active" : e ? "-disabled" : "";
|
|
10552
10692
|
}
|
|
10553
|
-
function
|
|
10693
|
+
function M6(l, e) {
|
|
10554
10694
|
return e ? c.GREY_DARK_2 : l ? c.GREY_LIGHT_0 : c.GREY_DARK_4;
|
|
10555
10695
|
}
|
|
10556
|
-
const
|
|
10696
|
+
const x6 = q((l, e) => {
|
|
10557
10697
|
const {
|
|
10558
10698
|
value: t,
|
|
10559
10699
|
onChange: i,
|
|
@@ -10649,7 +10789,7 @@ const v6 = q((l, e) => {
|
|
|
10649
10789
|
(m, R = "default") => {
|
|
10650
10790
|
var y;
|
|
10651
10791
|
return /* @__PURE__ */ n(
|
|
10652
|
-
|
|
10792
|
+
r4,
|
|
10653
10793
|
{
|
|
10654
10794
|
values: m,
|
|
10655
10795
|
onTagClose: u1,
|
|
@@ -10714,7 +10854,7 @@ const v6 = q((l, e) => {
|
|
|
10714
10854
|
const R = V1(m.value);
|
|
10715
10855
|
return a ? /* @__PURE__ */ n("span", { style: { color: c.GREY_DARK_1 }, children: R }) : R;
|
|
10716
10856
|
},
|
|
10717
|
-
mode:
|
|
10857
|
+
mode: Z6(C, Z1),
|
|
10718
10858
|
variant: S,
|
|
10719
10859
|
onChange: e1,
|
|
10720
10860
|
onFocus: f2,
|
|
@@ -10749,7 +10889,7 @@ const v6 = q((l, e) => {
|
|
|
10749
10889
|
}
|
|
10750
10890
|
),
|
|
10751
10891
|
S === "borderless" && (F || U) && /* @__PURE__ */ n(
|
|
10752
|
-
|
|
10892
|
+
k6,
|
|
10753
10893
|
{
|
|
10754
10894
|
isActive: I,
|
|
10755
10895
|
onClick: () => p1(!I)
|
|
@@ -10823,13 +10963,13 @@ const v6 = q((l, e) => {
|
|
|
10823
10963
|
width: 16
|
|
10824
10964
|
}
|
|
10825
10965
|
),
|
|
10826
|
-
typeof k == "string" ? /* @__PURE__ */ n(
|
|
10966
|
+
typeof k == "string" ? /* @__PURE__ */ n($9, { color: c.NOTIFICATION_ERROR_DARK, variant: "body4", children: k }) : k
|
|
10827
10967
|
] })
|
|
10828
10968
|
]
|
|
10829
10969
|
}
|
|
10830
10970
|
);
|
|
10831
10971
|
});
|
|
10832
|
-
function
|
|
10972
|
+
function Z6(l, e) {
|
|
10833
10973
|
return l === "filter" || e ? "multiple" : l === "single" ? void 0 : l;
|
|
10834
10974
|
}
|
|
10835
10975
|
const N = (l) => typeof l == "string", r1 = () => {
|
|
@@ -10838,11 +10978,11 @@ const N = (l) => typeof l == "string", r1 = () => {
|
|
|
10838
10978
|
l = i, e = s;
|
|
10839
10979
|
});
|
|
10840
10980
|
return t.resolve = l, t.reject = e, t;
|
|
10841
|
-
}, $1 = (l) => l == null ? "" : "" + l,
|
|
10981
|
+
}, $1 = (l) => l == null ? "" : "" + l, V6 = (l, e, t) => {
|
|
10842
10982
|
l.forEach((i) => {
|
|
10843
10983
|
e[i] && (t[i] = e[i]);
|
|
10844
10984
|
});
|
|
10845
|
-
},
|
|
10985
|
+
}, R6 = /###/g, P1 = (l) => l && l.indexOf("###") > -1 ? l.replace(R6, ".") : l, T1 = (l) => !l || N(l), h1 = (l, e, t) => {
|
|
10846
10986
|
const i = N(e) ? e.split(".") : e;
|
|
10847
10987
|
let s = 0;
|
|
10848
10988
|
for (; s < i.length - 1; ) {
|
|
@@ -10867,7 +11007,7 @@ const N = (l) => typeof l == "string", r1 = () => {
|
|
|
10867
11007
|
for (; d.obj === void 0 && h.length; )
|
|
10868
11008
|
C = `${h[h.length - 1]}.${C}`, h = h.slice(0, h.length - 1), d = h1(l, h, Object), d && d.obj && typeof d.obj[`${d.k}.${C}`] < "u" && (d.obj = void 0);
|
|
10869
11009
|
d.obj[`${d.k}.${C}`] = t;
|
|
10870
|
-
},
|
|
11010
|
+
}, H6 = (l, e, t, i) => {
|
|
10871
11011
|
const {
|
|
10872
11012
|
obj: s,
|
|
10873
11013
|
k: C
|
|
@@ -10880,7 +11020,7 @@ const N = (l) => typeof l == "string", r1 = () => {
|
|
|
10880
11020
|
} = h1(l, e);
|
|
10881
11021
|
if (t)
|
|
10882
11022
|
return t[i];
|
|
10883
|
-
},
|
|
11023
|
+
}, _6 = (l, e, t) => {
|
|
10884
11024
|
const i = v1(l, t);
|
|
10885
11025
|
return i !== void 0 ? i : v1(e, t);
|
|
10886
11026
|
}, r2 = (l, e, t) => {
|
|
@@ -10888,7 +11028,7 @@ const N = (l) => typeof l == "string", r1 = () => {
|
|
|
10888
11028
|
i !== "__proto__" && i !== "constructor" && (i in l ? N(l[i]) || l[i] instanceof String || N(e[i]) || e[i] instanceof String ? t && (l[i] = e[i]) : r2(l[i], e[i], t) : l[i] = e[i]);
|
|
10889
11029
|
return l;
|
|
10890
11030
|
}, i1 = (l) => l.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g, "\\$&");
|
|
10891
|
-
var
|
|
11031
|
+
var b6 = {
|
|
10892
11032
|
"&": "&",
|
|
10893
11033
|
"<": "<",
|
|
10894
11034
|
">": ">",
|
|
@@ -10896,8 +11036,8 @@ var V6 = {
|
|
|
10896
11036
|
"'": "'",
|
|
10897
11037
|
"/": "/"
|
|
10898
11038
|
};
|
|
10899
|
-
const
|
|
10900
|
-
class
|
|
11039
|
+
const y6 = (l) => N(l) ? l.replace(/[&<>"'\/]/g, (e) => b6[e]) : l;
|
|
11040
|
+
class A6 {
|
|
10901
11041
|
constructor(e) {
|
|
10902
11042
|
this.capacity = e, this.regExpMap = /* @__PURE__ */ new Map(), this.regExpQueue = [];
|
|
10903
11043
|
}
|
|
@@ -10909,11 +11049,11 @@ class H6 {
|
|
|
10909
11049
|
return this.regExpQueue.length === this.capacity && this.regExpMap.delete(this.regExpQueue.shift()), this.regExpMap.set(e, i), this.regExpQueue.push(e), i;
|
|
10910
11050
|
}
|
|
10911
11051
|
}
|
|
10912
|
-
const
|
|
11052
|
+
const E6 = [" ", ",", "?", "!", ";"], D6 = new A6(20), K6 = (l, e, t) => {
|
|
10913
11053
|
e = e || "", t = t || "";
|
|
10914
|
-
const i =
|
|
11054
|
+
const i = E6.filter((h) => e.indexOf(h) < 0 && t.indexOf(h) < 0);
|
|
10915
11055
|
if (i.length === 0) return !0;
|
|
10916
|
-
const s =
|
|
11056
|
+
const s = D6.getRegExp(`(${i.map((h) => h === "?" ? "\\?" : h).join("|")})`);
|
|
10917
11057
|
let C = !s.test(l);
|
|
10918
11058
|
if (!C) {
|
|
10919
11059
|
const h = l.indexOf(t);
|
|
@@ -10940,7 +11080,7 @@ const _6 = [" ", ",", "?", "!", ";"], b6 = new H6(20), y6 = (l, e, t) => {
|
|
|
10940
11080
|
s = h;
|
|
10941
11081
|
}
|
|
10942
11082
|
return s;
|
|
10943
|
-
}, k1 = (l) => l && l.replace("_", "-"),
|
|
11083
|
+
}, k1 = (l) => l && l.replace("_", "-"), G6 = {
|
|
10944
11084
|
type: "logger",
|
|
10945
11085
|
log(l) {
|
|
10946
11086
|
this.output("log", l);
|
|
@@ -10962,7 +11102,7 @@ class N1 {
|
|
|
10962
11102
|
}
|
|
10963
11103
|
init(e) {
|
|
10964
11104
|
let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
|
10965
|
-
this.prefix = t.prefix || "i18next:", this.logger = e ||
|
|
11105
|
+
this.prefix = t.prefix || "i18next:", this.logger = e || G6, this.options = t, this.debug = t.debug;
|
|
10966
11106
|
}
|
|
10967
11107
|
log() {
|
|
10968
11108
|
for (var e = arguments.length, t = new Array(e), i = 0; i < e; i++)
|
|
@@ -11122,7 +11262,7 @@ const U1 = {};
|
|
|
11122
11262
|
class M1 extends x1 {
|
|
11123
11263
|
constructor(e) {
|
|
11124
11264
|
let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
|
11125
|
-
super(),
|
|
11265
|
+
super(), V6(["resourceStore", "languageUtils", "pluralResolver", "interpolator", "backendConnector", "i18nFormat", "utils"], e, this), this.options = t, this.options.keySeparator === void 0 && (this.options.keySeparator = "."), this.logger = $.create("translator");
|
|
11126
11266
|
}
|
|
11127
11267
|
changeLanguage(e) {
|
|
11128
11268
|
e && (this.language = e);
|
|
@@ -11141,7 +11281,7 @@ class M1 extends x1 {
|
|
|
11141
11281
|
i === void 0 && (i = ":");
|
|
11142
11282
|
const s = t.keySeparator !== void 0 ? t.keySeparator : this.options.keySeparator;
|
|
11143
11283
|
let C = t.ns || this.options.defaultNS || [];
|
|
11144
|
-
const h = i && e.indexOf(i) > -1, d = !this.options.userDefinedKeySeparator && !t.keySeparator && !this.options.userDefinedNsSeparator && !t.nsSeparator && !
|
|
11284
|
+
const h = i && e.indexOf(i) > -1, d = !this.options.userDefinedKeySeparator && !t.keySeparator && !this.options.userDefinedNsSeparator && !t.nsSeparator && !K6(e, i, s);
|
|
11145
11285
|
if (h && !d) {
|
|
11146
11286
|
const o = e.match(this.interpolator.nestingRegexp);
|
|
11147
11287
|
if (o && o.length > 0)
|
|
@@ -11431,7 +11571,7 @@ class W1 {
|
|
|
11431
11571
|
}), s;
|
|
11432
11572
|
}
|
|
11433
11573
|
}
|
|
11434
|
-
let
|
|
11574
|
+
let B6 = [{
|
|
11435
11575
|
lngs: ["ach", "ak", "am", "arn", "br", "fil", "gun", "ln", "mfe", "mg", "mi", "oc", "pt", "pt-BR", "tg", "tl", "ti", "tr", "uz", "wa"],
|
|
11436
11576
|
nr: [1, 2],
|
|
11437
11577
|
fc: 1
|
|
@@ -11523,7 +11663,7 @@ let E6 = [{
|
|
|
11523
11663
|
lngs: ["he", "iw"],
|
|
11524
11664
|
nr: [1, 2, 20, 21],
|
|
11525
11665
|
fc: 22
|
|
11526
|
-
}],
|
|
11666
|
+
}], S6 = {
|
|
11527
11667
|
1: (l) => +(l > 1),
|
|
11528
11668
|
2: (l) => +(l != 1),
|
|
11529
11669
|
3: (l) => 0,
|
|
@@ -11547,28 +11687,28 @@ let E6 = [{
|
|
|
11547
11687
|
21: (l) => l % 100 == 1 ? 1 : l % 100 == 2 ? 2 : l % 100 == 3 || l % 100 == 4 ? 3 : 0,
|
|
11548
11688
|
22: (l) => l == 1 ? 0 : l == 2 ? 1 : (l < 0 || l > 10) && l % 10 == 0 ? 2 : 3
|
|
11549
11689
|
};
|
|
11550
|
-
const
|
|
11690
|
+
const Y6 = ["v1", "v2", "v3"], O6 = ["v4"], z1 = {
|
|
11551
11691
|
zero: 0,
|
|
11552
11692
|
one: 1,
|
|
11553
11693
|
two: 2,
|
|
11554
11694
|
few: 3,
|
|
11555
11695
|
many: 4,
|
|
11556
11696
|
other: 5
|
|
11557
|
-
},
|
|
11697
|
+
}, I6 = () => {
|
|
11558
11698
|
const l = {};
|
|
11559
|
-
return
|
|
11699
|
+
return B6.forEach((e) => {
|
|
11560
11700
|
e.lngs.forEach((t) => {
|
|
11561
11701
|
l[t] = {
|
|
11562
11702
|
numbers: e.nr,
|
|
11563
|
-
plurals:
|
|
11703
|
+
plurals: S6[e.fc]
|
|
11564
11704
|
};
|
|
11565
11705
|
});
|
|
11566
11706
|
}), l;
|
|
11567
11707
|
};
|
|
11568
|
-
class
|
|
11708
|
+
class $6 {
|
|
11569
11709
|
constructor(e) {
|
|
11570
11710
|
let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
|
11571
|
-
this.languageUtils = e, this.options = t, this.logger = $.create("pluralResolver"), (!this.options.compatibilityJSON ||
|
|
11711
|
+
this.languageUtils = e, this.options = t, this.logger = $.create("pluralResolver"), (!this.options.compatibilityJSON || O6.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 = {};
|
|
11572
11712
|
}
|
|
11573
11713
|
addRule(e, t) {
|
|
11574
11714
|
this.rules[e] = t;
|
|
@@ -11626,14 +11766,14 @@ class S6 {
|
|
|
11626
11766
|
return this.options.compatibilityJSON === "v1" ? s === 1 ? "" : typeof s == "number" ? `_plural_${s.toString()}` : C() : this.options.compatibilityJSON === "v2" || this.options.simplifyPluralSuffix && e.numbers.length === 2 && e.numbers[0] === 1 ? C() : this.options.prepend && i.toString() ? this.options.prepend + i.toString() : i.toString();
|
|
11627
11767
|
}
|
|
11628
11768
|
shouldUseIntlApi() {
|
|
11629
|
-
return !
|
|
11769
|
+
return !Y6.includes(this.options.compatibilityJSON);
|
|
11630
11770
|
}
|
|
11631
11771
|
}
|
|
11632
11772
|
const J1 = function(l, e, t) {
|
|
11633
|
-
let i = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : ".", s = arguments.length > 4 && arguments[4] !== void 0 ? arguments[4] : !0, C =
|
|
11773
|
+
let i = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : ".", s = arguments.length > 4 && arguments[4] !== void 0 ? arguments[4] : !0, C = _6(l, e, t);
|
|
11634
11774
|
return !C && s && N(t) && (C = b1(l, t, i), C === void 0 && (C = b1(e, t, i))), C;
|
|
11635
11775
|
}, H1 = (l) => l.replace(/\$/g, "$$$$");
|
|
11636
|
-
class
|
|
11776
|
+
class P6 {
|
|
11637
11777
|
constructor() {
|
|
11638
11778
|
let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
|
11639
11779
|
this.logger = $.create("interpolator"), this.options = e, this.format = e.interpolation && e.interpolation.format || ((t) => t), this.init(e);
|
|
@@ -11662,7 +11802,7 @@ class Y6 {
|
|
|
11662
11802
|
maxReplaces: H,
|
|
11663
11803
|
alwaysFormat: Z
|
|
11664
11804
|
} = e.interpolation;
|
|
11665
|
-
this.escape = t !== void 0 ? t :
|
|
11805
|
+
this.escape = t !== void 0 ? t : y6, this.escapeValue = i !== void 0 ? i : !0, this.useRawValueToEscape = s !== void 0 ? s : !1, this.prefix = C ? i1(C) : h || "{{", this.suffix = d ? i1(d) : o || "}}", this.formatSeparator = a || ",", this.unescapePrefix = r ? "" : f || "-", this.unescapeSuffix = this.unescapePrefix ? "" : r || "", this.nestingPrefix = w ? i1(w) : p || i1("$t("), this.nestingSuffix = u ? i1(u) : M || i1(")"), this.nestingOptionsSeparator = x || ",", this.maxReplaces = H || 1e3, this.alwaysFormat = Z !== void 0 ? Z : !1, this.resetRegExp();
|
|
11666
11806
|
}
|
|
11667
11807
|
reset() {
|
|
11668
11808
|
this.options && this.init(this.options);
|
|
@@ -11757,7 +11897,7 @@ class Y6 {
|
|
|
11757
11897
|
return e;
|
|
11758
11898
|
}
|
|
11759
11899
|
}
|
|
11760
|
-
const
|
|
11900
|
+
const T6 = (l) => {
|
|
11761
11901
|
let e = l.toLowerCase().trim();
|
|
11762
11902
|
const t = {};
|
|
11763
11903
|
if (l.indexOf("(") > -1) {
|
|
@@ -11788,7 +11928,7 @@ const O6 = (l) => {
|
|
|
11788
11928
|
return d || (d = l(k1(i), s), e[h] = d), d(t);
|
|
11789
11929
|
};
|
|
11790
11930
|
};
|
|
11791
|
-
class
|
|
11931
|
+
class j6 {
|
|
11792
11932
|
constructor() {
|
|
11793
11933
|
let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
|
11794
11934
|
this.logger = $.create("formatter"), this.options = e, this.formats = {
|
|
@@ -11848,7 +11988,7 @@ class I6 {
|
|
|
11848
11988
|
const {
|
|
11849
11989
|
formatName: a,
|
|
11850
11990
|
formatOptions: r
|
|
11851
|
-
} =
|
|
11991
|
+
} = T6(o);
|
|
11852
11992
|
if (this.formats[a]) {
|
|
11853
11993
|
let f = d;
|
|
11854
11994
|
try {
|
|
@@ -11868,10 +12008,10 @@ class I6 {
|
|
|
11868
12008
|
}, e);
|
|
11869
12009
|
}
|
|
11870
12010
|
}
|
|
11871
|
-
const
|
|
12011
|
+
const F6 = (l, e) => {
|
|
11872
12012
|
l.pending[e] !== void 0 && (delete l.pending[e], l.pendingCount--);
|
|
11873
12013
|
};
|
|
11874
|
-
class
|
|
12014
|
+
class U6 extends x1 {
|
|
11875
12015
|
constructor(e, t, i) {
|
|
11876
12016
|
let s = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : {};
|
|
11877
12017
|
super(), this.backend = e, this.store = t, this.services = i, this.languageUtils = i.languageUtils, this.options = s, this.logger = $.create("backendConnector"), this.waitingReads = [], this.maxParallelReads = s.maxParallelReads || 10, this.readingCalls = 0, this.maxRetries = s.maxRetries >= 0 ? s.maxRetries : 5, this.retryTimeout = s.retryTimeout >= 1 ? s.retryTimeout : 350, this.state = {}, this.queue = [], this.backend && this.backend.init && this.backend.init(i, s.backend, s);
|
|
@@ -11904,7 +12044,7 @@ class P6 extends x1 {
|
|
|
11904
12044
|
}), this.state[e] = t ? -1 : 2, t && i && (this.state[e] = 0);
|
|
11905
12045
|
const d = {};
|
|
11906
12046
|
this.queue.forEach((o) => {
|
|
11907
|
-
|
|
12047
|
+
H6(o.loaded, [C], h), F6(o, e), t && o.errors.push(t), o.pendingCount === 0 && !o.done && (Object.keys(o.loaded).forEach((a) => {
|
|
11908
12048
|
d[a] || (d[a] = {});
|
|
11909
12049
|
const r = o.loaded[a];
|
|
11910
12050
|
r.length && r.forEach((f) => {
|
|
@@ -12063,7 +12203,7 @@ const Q1 = () => ({
|
|
|
12063
12203
|
skipOnVariables: !0
|
|
12064
12204
|
}
|
|
12065
12205
|
}), q1 = (l) => (N(l.ns) && (l.ns = [l.ns]), N(l.fallbackLng) && (l.fallbackLng = [l.fallbackLng]), N(l.fallbackNS) && (l.fallbackNS = [l.fallbackNS]), l.supportedLngs && l.supportedLngs.indexOf("cimode") < 0 && (l.supportedLngs = l.supportedLngs.concat(["cimode"])), l), m1 = () => {
|
|
12066
|
-
},
|
|
12206
|
+
}, W6 = (l) => {
|
|
12067
12207
|
Object.getOwnPropertyNames(Object.getPrototypeOf(l)).forEach((t) => {
|
|
12068
12208
|
typeof l[t] == "function" && (l[t] = l[t].bind(l));
|
|
12069
12209
|
});
|
|
@@ -12073,7 +12213,7 @@ class c1 extends x1 {
|
|
|
12073
12213
|
let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, t = arguments.length > 1 ? arguments[1] : void 0;
|
|
12074
12214
|
if (super(), this.options = q1(e), this.services = {}, this.logger = $, this.modules = {
|
|
12075
12215
|
external: []
|
|
12076
|
-
},
|
|
12216
|
+
}, W6(this), t && !this.isInitialized && !e.isClone) {
|
|
12077
12217
|
if (!this.options.initImmediate)
|
|
12078
12218
|
return this.init(e, t), this;
|
|
12079
12219
|
setTimeout(() => {
|
|
@@ -12098,17 +12238,17 @@ class c1 extends x1 {
|
|
|
12098
12238
|
if (!this.options.isClone) {
|
|
12099
12239
|
this.modules.logger ? $.init(C(this.modules.logger), this.options) : $.init(null, this.options);
|
|
12100
12240
|
let r;
|
|
12101
|
-
this.modules.formatter ? r = this.modules.formatter : typeof Intl < "u" && (r =
|
|
12241
|
+
this.modules.formatter ? r = this.modules.formatter : typeof Intl < "u" && (r = j6);
|
|
12102
12242
|
const f = new W1(this.options);
|
|
12103
12243
|
this.store = new F1(this.options.resources, this.options);
|
|
12104
12244
|
const w = this.services;
|
|
12105
|
-
w.logger = $, w.resourceStore = this.store, w.languageUtils = f, w.pluralResolver = new
|
|
12245
|
+
w.logger = $, w.resourceStore = this.store, w.languageUtils = f, w.pluralResolver = new $6(f, {
|
|
12106
12246
|
prepend: this.options.pluralSeparator,
|
|
12107
12247
|
compatibilityJSON: this.options.compatibilityJSON,
|
|
12108
12248
|
simplifyPluralSuffix: this.options.simplifyPluralSuffix
|
|
12109
|
-
}), r && (!this.options.interpolation.format || this.options.interpolation.format === s.interpolation.format) && (w.formatter = C(r), w.formatter.init(w, this.options), this.options.interpolation.format = w.formatter.format.bind(w.formatter)), w.interpolator = new
|
|
12249
|
+
}), r && (!this.options.interpolation.format || this.options.interpolation.format === s.interpolation.format) && (w.formatter = C(r), w.formatter.init(w, this.options), this.options.interpolation.format = w.formatter.format.bind(w.formatter)), w.interpolator = new P6(this.options), w.utils = {
|
|
12110
12250
|
hasLoadedNamespace: this.hasLoadedNamespace.bind(this)
|
|
12111
|
-
}, w.backendConnector = new
|
|
12251
|
+
}, w.backendConnector = new U6(C(this.modules.backend), w.resourceStore, w, this.options), w.backendConnector.on("*", function(p) {
|
|
12112
12252
|
for (var u = arguments.length, M = new Array(u > 1 ? u - 1 : 0), x = 1; x < u; x++)
|
|
12113
12253
|
M[x - 1] = arguments[x];
|
|
12114
12254
|
e.emit(p, ...M);
|
|
@@ -12322,7 +12462,7 @@ K.setDefaultNamespace;
|
|
|
12322
12462
|
K.hasLoadedNamespace;
|
|
12323
12463
|
K.loadNamespaces;
|
|
12324
12464
|
K.loadLanguages;
|
|
12325
|
-
function
|
|
12465
|
+
function z6() {
|
|
12326
12466
|
if (console && console.warn) {
|
|
12327
12467
|
for (var l = arguments.length, e = new Array(l), t = 0; t < l; t++)
|
|
12328
12468
|
e[t] = arguments[t];
|
|
@@ -12333,7 +12473,7 @@ const X1 = {};
|
|
|
12333
12473
|
function y1() {
|
|
12334
12474
|
for (var l = arguments.length, e = new Array(l), t = 0; t < l; t++)
|
|
12335
12475
|
e[t] = arguments[t];
|
|
12336
|
-
J(e[0]) && X1[e[0]] || (J(e[0]) && (X1[e[0]] = /* @__PURE__ */ new Date()),
|
|
12476
|
+
J(e[0]) && X1[e[0]] || (J(e[0]) && (X1[e[0]] = /* @__PURE__ */ new Date()), z6(...e));
|
|
12337
12477
|
}
|
|
12338
12478
|
const h2 = (l, e) => () => {
|
|
12339
12479
|
if (l.isInitialized)
|
|
@@ -12352,7 +12492,7 @@ const h2 = (l, e) => () => {
|
|
|
12352
12492
|
J(t) && (t = [t]), t.forEach((s) => {
|
|
12353
12493
|
l.options.ns.indexOf(s) < 0 && l.options.ns.push(s);
|
|
12354
12494
|
}), l.loadLanguages(e, h2(l, i));
|
|
12355
|
-
},
|
|
12495
|
+
}, J6 = function(l, e) {
|
|
12356
12496
|
let t = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
|
|
12357
12497
|
const i = e.languages[0], s = e.options ? e.options.fallbackLng : !1, C = e.languages[e.languages.length - 1];
|
|
12358
12498
|
if (i.toLowerCase() === "cimode") return !0;
|
|
@@ -12361,15 +12501,15 @@ const h2 = (l, e) => () => {
|
|
|
12361
12501
|
return a === -1 || a === 2;
|
|
12362
12502
|
};
|
|
12363
12503
|
return t.bindI18n && t.bindI18n.indexOf("languageChanging") > -1 && e.services.backendConnector.backend && e.isLanguageChangingTo && !h(e.isLanguageChangingTo, l) ? !1 : !!(e.hasResourceBundle(i, l) || !e.services.backendConnector.backend || e.options.resources && !e.options.partialBundledLanguages || h(i, l) && (!s || h(C, l)));
|
|
12364
|
-
},
|
|
12504
|
+
}, Q6 = function(l, e) {
|
|
12365
12505
|
let t = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
|
|
12366
12506
|
return !e.languages || !e.languages.length ? (y1("i18n.languages were undefined or empty", e.languages), !0) : e.options.ignoreJSONStructure !== void 0 ? e.hasLoadedNamespace(l, {
|
|
12367
12507
|
lng: t.lng,
|
|
12368
12508
|
precheck: (s, C) => {
|
|
12369
12509
|
if (t.bindI18n && t.bindI18n.indexOf("languageChanging") > -1 && s.services.backendConnector.backend && s.isLanguageChangingTo && !C(s.isLanguageChangingTo, l)) return !1;
|
|
12370
12510
|
}
|
|
12371
|
-
}) :
|
|
12372
|
-
}, J = (l) => typeof l == "string",
|
|
12511
|
+
}) : J6(l, e, t);
|
|
12512
|
+
}, J = (l) => typeof l == "string", q6 = (l) => typeof l == "object" && l !== null, X6 = /&(?:amp|#38|lt|#60|gt|#62|apos|#39|quot|#34|nbsp|#160|copy|#169|reg|#174|hellip|#8230|#x2F|#47);/g, e8 = {
|
|
12373
12513
|
"&": "&",
|
|
12374
12514
|
"&": "&",
|
|
12375
12515
|
"<": "<",
|
|
@@ -12390,7 +12530,7 @@ const h2 = (l, e) => () => {
|
|
|
12390
12530
|
"…": "…",
|
|
12391
12531
|
"/": "/",
|
|
12392
12532
|
"/": "/"
|
|
12393
|
-
},
|
|
12533
|
+
}, t8 = (l) => e8[l], i8 = (l) => l.replace(X6, t8);
|
|
12394
12534
|
let A1 = {
|
|
12395
12535
|
bindI18n: "languageChanged",
|
|
12396
12536
|
bindI18nStore: "",
|
|
@@ -12399,25 +12539,25 @@ let A1 = {
|
|
|
12399
12539
|
transWrapTextNodes: "",
|
|
12400
12540
|
transKeepBasicHtmlNodesFor: ["br", "strong", "i", "p"],
|
|
12401
12541
|
useSuspense: !0,
|
|
12402
|
-
unescape:
|
|
12542
|
+
unescape: i8
|
|
12403
12543
|
};
|
|
12404
|
-
const
|
|
12544
|
+
const l8 = function() {
|
|
12405
12545
|
let l = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
|
12406
12546
|
A1 = {
|
|
12407
12547
|
...A1,
|
|
12408
12548
|
...l
|
|
12409
12549
|
};
|
|
12410
|
-
},
|
|
12550
|
+
}, s8 = () => A1;
|
|
12411
12551
|
let c2;
|
|
12412
|
-
const
|
|
12552
|
+
const n8 = (l) => {
|
|
12413
12553
|
c2 = l;
|
|
12414
|
-
},
|
|
12554
|
+
}, o8 = () => c2, a8 = {
|
|
12415
12555
|
type: "3rdParty",
|
|
12416
12556
|
init(l) {
|
|
12417
|
-
|
|
12557
|
+
l8(l.options.react), n8(l);
|
|
12418
12558
|
}
|
|
12419
|
-
},
|
|
12420
|
-
class
|
|
12559
|
+
}, r8 = i2();
|
|
12560
|
+
class C8 {
|
|
12421
12561
|
constructor() {
|
|
12422
12562
|
G1(this, "getUsedNamespaces", () => Object.keys(this.usedNamespaces));
|
|
12423
12563
|
this.usedNamespaces = {};
|
|
@@ -12428,27 +12568,27 @@ class n8 {
|
|
|
12428
12568
|
});
|
|
12429
12569
|
}
|
|
12430
12570
|
}
|
|
12431
|
-
const
|
|
12571
|
+
const h8 = (l, e) => {
|
|
12432
12572
|
const t = P();
|
|
12433
12573
|
return Y(() => {
|
|
12434
12574
|
t.current = l;
|
|
12435
12575
|
}, [l, e]), t.current;
|
|
12436
|
-
}, d2 = (l, e, t, i) => l.getFixedT(e, t, i),
|
|
12576
|
+
}, d2 = (l, e, t, i) => l.getFixedT(e, t, i), c8 = (l, e, t, i) => A(d2(l, e, t, i), [l, e, t, i]), d8 = function(l) {
|
|
12437
12577
|
let e = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
|
12438
12578
|
const {
|
|
12439
12579
|
i18n: t
|
|
12440
12580
|
} = e, {
|
|
12441
12581
|
i18n: i,
|
|
12442
12582
|
defaultNS: s
|
|
12443
|
-
} = T(
|
|
12444
|
-
if (C && !C.reportNamespaces && (C.reportNamespaces = new
|
|
12583
|
+
} = T(r8) || {}, C = t || i || o8();
|
|
12584
|
+
if (C && !C.reportNamespaces && (C.reportNamespaces = new C8()), !C) {
|
|
12445
12585
|
y1("You will need to pass in an i18next instance by using initReactI18next");
|
|
12446
|
-
const L = (v, k) => J(k) ? k :
|
|
12586
|
+
const L = (v, k) => J(k) ? k : q6(k) && J(k.defaultValue) ? k.defaultValue : Array.isArray(v) ? v[v.length - 1] : v, V = [L, {}, !1];
|
|
12447
12587
|
return V.t = L, V.i18n = {}, V.ready = !1, V;
|
|
12448
12588
|
}
|
|
12449
12589
|
C.options.react && C.options.react.wait !== void 0 && y1("It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.");
|
|
12450
12590
|
const h = {
|
|
12451
|
-
...
|
|
12591
|
+
...s8(),
|
|
12452
12592
|
...C.options.react,
|
|
12453
12593
|
...e
|
|
12454
12594
|
}, {
|
|
@@ -12457,10 +12597,10 @@ const o8 = (l, e) => {
|
|
|
12457
12597
|
} = h;
|
|
12458
12598
|
let a = l;
|
|
12459
12599
|
a = J(a) ? [a] : a || ["translation"], C.reportNamespaces.addUsedNamespaces && C.reportNamespaces.addUsedNamespaces(a);
|
|
12460
|
-
const r = (C.isInitialized || C.initializedStoreOnce) && a.every((L) =>
|
|
12600
|
+
const r = (C.isInitialized || C.initializedStoreOnce) && a.every((L) => Q6(L, C, h)), f = c8(C, e.lng || null, h.nsMode === "fallback" ? a : a[0], o), w = () => f, p = () => d2(C, e.lng || null, h.nsMode === "fallback" ? a : a[0], o), [u, M] = E(w);
|
|
12461
12601
|
let x = a.join();
|
|
12462
12602
|
e.lng && (x = `${e.lng}${x}`);
|
|
12463
|
-
const H =
|
|
12603
|
+
const H = h8(x), Z = P(!0);
|
|
12464
12604
|
Y(() => {
|
|
12465
12605
|
const {
|
|
12466
12606
|
bindI18n: L,
|
|
@@ -12485,24 +12625,24 @@ const o8 = (l, e) => {
|
|
|
12485
12625
|
throw new Promise((L) => {
|
|
12486
12626
|
e.lng ? t2(C, e.lng, a, () => L()) : e2(C, a, () => L());
|
|
12487
12627
|
});
|
|
12488
|
-
},
|
|
12489
|
-
placeholder:
|
|
12490
|
-
},
|
|
12491
|
-
placeholder:
|
|
12628
|
+
}, g8 = "Country", w8 = {
|
|
12629
|
+
placeholder: g8
|
|
12630
|
+
}, f8 = "Страна", p8 = {
|
|
12631
|
+
placeholder: f8
|
|
12492
12632
|
};
|
|
12493
|
-
K.use(
|
|
12633
|
+
K.use(a8).init({
|
|
12494
12634
|
defaultNS: "common",
|
|
12495
12635
|
lng: "en",
|
|
12496
12636
|
resources: {
|
|
12497
12637
|
en: {
|
|
12498
|
-
common:
|
|
12638
|
+
common: w8
|
|
12499
12639
|
},
|
|
12500
12640
|
ru: {
|
|
12501
|
-
common:
|
|
12641
|
+
common: p8
|
|
12502
12642
|
}
|
|
12503
12643
|
}
|
|
12504
12644
|
});
|
|
12505
|
-
const
|
|
12645
|
+
const M8 = q(
|
|
12506
12646
|
({
|
|
12507
12647
|
width: l,
|
|
12508
12648
|
selectedCity: e,
|
|
@@ -12521,7 +12661,7 @@ const m8 = q(
|
|
|
12521
12661
|
`CountrySelect requires "axiosPeople" to fetch counties.
|
|
12522
12662
|
Please provide it via SNMTUiContext.`
|
|
12523
12663
|
);
|
|
12524
|
-
const { t: b } =
|
|
12664
|
+
const { t: b } = d8("common", { lng: H }), L = A(async () => {
|
|
12525
12665
|
x(!0);
|
|
12526
12666
|
try {
|
|
12527
12667
|
const v = await Z.post("v1/countries/search");
|
|
@@ -12558,7 +12698,7 @@ const m8 = q(
|
|
|
12558
12698
|
v === null ? (i(""), t && t("")) : (i(v), t && t(""));
|
|
12559
12699
|
};
|
|
12560
12700
|
return /* @__PURE__ */ n("div", { className: "snmt-country-select", children: /* @__PURE__ */ n(
|
|
12561
|
-
|
|
12701
|
+
x6,
|
|
12562
12702
|
{
|
|
12563
12703
|
id: C,
|
|
12564
12704
|
width: l,
|
|
@@ -12577,5 +12717,5 @@ const m8 = q(
|
|
|
12577
12717
|
}
|
|
12578
12718
|
);
|
|
12579
12719
|
export {
|
|
12580
|
-
|
|
12720
|
+
M8 as CountrySelect
|
|
12581
12721
|
};
|