@snmt-react-ui/city-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.
Files changed (2) hide show
  1. package/dist/city-select.js +642 -502
  2. package/package.json +3 -3
@@ -2655,6 +2655,39 @@ const Q2 = (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
  ), u1 = ({
2659
2692
  name: l,
2660
2693
  width: e,
@@ -2817,11 +2850,13 @@ const Q2 = (l, e) => {
2817
2850
  return k7({ width: e, height: t, color: o, className: r, onClick: a });
2818
2851
  case "unpaidLeave":
2819
2852
  return N7({ 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(j, { children: "No Icon provided" });
2822
2857
  }
2823
2858
  })() });
2824
- }, M7 = (l, { enabled: e = !0 } = {}) => {
2859
+ }, x7 = (l, { enabled: e = !0 } = {}) => {
2825
2860
  const [t, i] = D(!1), s = E(() => !e || !l || typeof l == "function" ? null : l.current, [e, l]), C = E(() => {
2826
2861
  const h = s();
2827
2862
  if (!h) {
@@ -2851,7 +2886,7 @@ const Q2 = (l, e) => {
2851
2886
  const d = new ResizeObserver(C);
2852
2887
  return d.observe(h), () => d.disconnect();
2853
2888
  }, [s, C]), t;
2854
- }, x7 = ({ children: l, title: e, arrow: t = !0, open: i, placement: s = "top" }) => /* @__PURE__ */ n(
2889
+ }, Z7 = ({ children: l, title: e, arrow: t = !0, open: i, placement: s = "top" }) => /* @__PURE__ */ n(
2855
2890
  x1,
2856
2891
  {
2857
2892
  overlayClassName: "snmt-tooltip",
@@ -2861,12 +2896,12 @@ const Q2 = (l, e) => {
2861
2896
  placement: s,
2862
2897
  children: l
2863
2898
  }
2864
- ), { Title: Z7, Text: V7 } = M1, R7 = {
2899
+ ), { Title: V7, Text: R7 } = M1, H7 = {
2865
2900
  h1: 1,
2866
2901
  h2: 2,
2867
2902
  h3: 3,
2868
2903
  h4: 4
2869
- }, H7 = a1(
2904
+ }, _7 = a1(
2870
2905
  ({
2871
2906
  align: l = "inherit",
2872
2907
  variant: e = "body1",
@@ -2879,7 +2914,7 @@ const Q2 = (l, e) => {
2879
2914
  }, d) => {
2880
2915
  const o = O(null);
2881
2916
  c1(d, () => o.current);
2882
- const a = M7(o, { enabled: h }), r = e === "h1" || e === "h2" || e === "h3" || e === "h4";
2917
+ const a = x7(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 Q2 = (l, e) => {
2891
2926
  onClick: s,
2892
2927
  ref: o,
2893
2928
  ellipsis: w || void 0
2894
- }, u = /* @__PURE__ */ n(V7, { ...p, children: i });
2895
- return r ? /* @__PURE__ */ n(Z7, { level: R7[e], ...p, children: i }) : /* @__PURE__ */ n(j, { children: w ? /* @__PURE__ */ n(x7, { title: i, children: u }) : u });
2929
+ }, u = /* @__PURE__ */ n(R7, { ...p, children: i });
2930
+ return r ? /* @__PURE__ */ n(V7, { level: H7[e], ...p, children: i }) : /* @__PURE__ */ n(j, { children: w ? /* @__PURE__ */ n(Z7, { title: i, children: u }) : u });
2896
2931
  }
2897
- ), _7 = ({
2932
+ ), b7 = ({
2898
2933
  width: l = 20,
2899
2934
  height: e = 20,
2900
2935
  color: t = c.GREY_DARK_5,
@@ -2918,7 +2953,7 @@ const Q2 = (l, e) => {
2918
2953
  }
2919
2954
  )
2920
2955
  }
2921
- ), b7 = ({
2956
+ ), y7 = ({
2922
2957
  width: l = 20,
2923
2958
  height: e = 20,
2924
2959
  color: t = c.GREY_DARK_5,
@@ -2942,7 +2977,7 @@ const Q2 = (l, e) => {
2942
2977
  }
2943
2978
  )
2944
2979
  }
2945
- ), y7 = ({
2980
+ ), A7 = ({
2946
2981
  width: l = 20,
2947
2982
  height: e = 20,
2948
2983
  color: t = c.GREY_DARK_5,
@@ -2966,7 +3001,7 @@ const Q2 = (l, e) => {
2966
3001
  }
2967
3002
  )
2968
3003
  }
2969
- ), A7 = ({
3004
+ ), E7 = ({
2970
3005
  width: l = 20,
2971
3006
  height: e = 20,
2972
3007
  color: t = c.GREY_DARK_5,
@@ -2991,7 +3026,7 @@ const Q2 = (l, e) => {
2991
3026
  }
2992
3027
  )
2993
3028
  }
2994
- ), E7 = ({
3029
+ ), D7 = ({
2995
3030
  width: l = 20,
2996
3031
  height: e = 20,
2997
3032
  color: t = c.GREY_DARK_5,
@@ -3031,7 +3066,7 @@ const Q2 = (l, e) => {
3031
3066
  )
3032
3067
  ]
3033
3068
  }
3034
- ), D7 = ({
3069
+ ), K7 = ({
3035
3070
  width: l = 20,
3036
3071
  height: e = 20,
3037
3072
  color: t = c.GREY_DARK_5,
@@ -3058,7 +3093,7 @@ const Q2 = (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
- ), K7 = ({
3096
+ ), S7 = ({
3062
3097
  width: l = 20,
3063
3098
  height: e = 20,
3064
3099
  color: t = c.GREY_DARK_5,
@@ -3082,7 +3117,7 @@ const Q2 = (l, e) => {
3082
3117
  }
3083
3118
  )
3084
3119
  }
3085
- ), S7 = ({
3120
+ ), G7 = ({
3086
3121
  width: l = 20,
3087
3122
  height: e = 20,
3088
3123
  color: t = c.GREY_DARK_5,
@@ -3109,7 +3144,7 @@ const Q2 = (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
- ), G7 = ({
3147
+ ), B7 = ({
3113
3148
  width: l = 20,
3114
3149
  height: e = 20,
3115
3150
  color: t = c.GREY_DARK_5,
@@ -3133,7 +3168,7 @@ const Q2 = (l, e) => {
3133
3168
  }
3134
3169
  )
3135
3170
  }
3136
- ), B7 = ({
3171
+ ), Y7 = ({
3137
3172
  width: l = 20,
3138
3173
  height: e = 20,
3139
3174
  color: t = c.GREY_DARK_5,
@@ -3173,7 +3208,7 @@ const Q2 = (l, e) => {
3173
3208
  )
3174
3209
  ]
3175
3210
  }
3176
- ), Y7 = ({
3211
+ ), O7 = ({
3177
3212
  width: l = 20,
3178
3213
  height: e = 20,
3179
3214
  color: t = c.GREY_DARK_5,
@@ -3219,7 +3254,7 @@ const Q2 = (l, e) => {
3219
3254
  )
3220
3255
  ]
3221
3256
  }
3222
- ), O7 = ({
3257
+ ), I7 = ({
3223
3258
  width: l = 20,
3224
3259
  height: e = 20,
3225
3260
  color: t = c.GREY_DARK_5,
@@ -3266,7 +3301,7 @@ const Q2 = (l, e) => {
3266
3301
  )
3267
3302
  ]
3268
3303
  }
3269
- ), I7 = ({
3304
+ ), $7 = ({
3270
3305
  width: l = 20,
3271
3306
  height: e = 20,
3272
3307
  color: t = c.GREY_DARK_5,
@@ -3290,7 +3325,7 @@ const Q2 = (l, e) => {
3290
3325
  }
3291
3326
  )
3292
3327
  }
3293
- ), $7 = ({
3328
+ ), T7 = ({
3294
3329
  width: l = 20,
3295
3330
  height: e = 20,
3296
3331
  color: t = c.GREY_DARK_5,
@@ -3314,7 +3349,7 @@ const Q2 = (l, e) => {
3314
3349
  }
3315
3350
  )
3316
3351
  }
3317
- ), T7 = ({
3352
+ ), P7 = ({
3318
3353
  width: l = 20,
3319
3354
  height: e = 20,
3320
3355
  color: t = c.GREY_DARK_5,
@@ -3338,7 +3373,7 @@ const Q2 = (l, e) => {
3338
3373
  }
3339
3374
  )
3340
3375
  }
3341
- ), P7 = ({
3376
+ ), j7 = ({
3342
3377
  width: l = 20,
3343
3378
  height: e = 20,
3344
3379
  color: t = c.GREY_DARK_5,
@@ -3399,7 +3434,7 @@ const Q2 = (l, e) => {
3399
3434
  )
3400
3435
  ]
3401
3436
  }
3402
- ), j7 = ({
3437
+ ), F7 = ({
3403
3438
  width: l = 20,
3404
3439
  height: e = 20,
3405
3440
  color: t = c.GREY_DARK_5,
@@ -3446,7 +3481,7 @@ const Q2 = (l, e) => {
3446
3481
  )
3447
3482
  ]
3448
3483
  }
3449
- ), F7 = ({
3484
+ ), U7 = ({
3450
3485
  width: l = 20,
3451
3486
  height: e = 20,
3452
3487
  color: t = c.GREY_DARK_5,
@@ -3486,7 +3521,7 @@ const Q2 = (l, e) => {
3486
3521
  )
3487
3522
  ]
3488
3523
  }
3489
- ), U7 = ({
3524
+ ), W7 = ({
3490
3525
  width: l = 20,
3491
3526
  height: e = 20,
3492
3527
  color: t = c.GREY_DARK_5,
@@ -3526,7 +3561,7 @@ const Q2 = (l, e) => {
3526
3561
  )
3527
3562
  ]
3528
3563
  }
3529
- ), W7 = ({
3564
+ ), z7 = ({
3530
3565
  width: l = 20,
3531
3566
  height: e = 20,
3532
3567
  color: t = c.GREY_DARK_5,
@@ -3573,7 +3608,7 @@ const Q2 = (l, e) => {
3573
3608
  )
3574
3609
  ]
3575
3610
  }
3576
- ), z7 = ({
3611
+ ), J7 = ({
3577
3612
  width: l = 20,
3578
3613
  height: e = 20,
3579
3614
  color: t = c.GREY_DARK_5,
@@ -3620,7 +3655,7 @@ const Q2 = (l, e) => {
3620
3655
  )
3621
3656
  ]
3622
3657
  }
3623
- ), J7 = ({
3658
+ ), q7 = ({
3624
3659
  width: l = 20,
3625
3660
  height: e = 20,
3626
3661
  color: t = c.GREY_DARK_5,
@@ -3667,7 +3702,7 @@ const Q2 = (l, e) => {
3667
3702
  )
3668
3703
  ]
3669
3704
  }
3670
- ), q7 = ({
3705
+ ), Q7 = ({
3671
3706
  width: l = 20,
3672
3707
  height: e = 20,
3673
3708
  color: t = c.GREY_DARK_5,
@@ -3707,7 +3742,7 @@ const Q2 = (l, e) => {
3707
3742
  )
3708
3743
  ]
3709
3744
  }
3710
- ), Q7 = ({
3745
+ ), X7 = ({
3711
3746
  width: l = 20,
3712
3747
  height: e = 20,
3713
3748
  color: t = c.GREY_DARK_5,
@@ -3740,7 +3775,7 @@ const Q2 = (l, e) => {
3740
3775
  )
3741
3776
  ]
3742
3777
  }
3743
- ), X7 = ({
3778
+ ), e9 = ({
3744
3779
  width: l = 20,
3745
3780
  height: e = 20,
3746
3781
  color: t = c.GREY_DARK_5,
@@ -3773,7 +3808,7 @@ const Q2 = (l, e) => {
3773
3808
  )
3774
3809
  ]
3775
3810
  }
3776
- ), e9 = ({
3811
+ ), t9 = ({
3777
3812
  width: l = 20,
3778
3813
  height: e = 20,
3779
3814
  color: t = c.GREY_DARK_5,
@@ -3806,7 +3841,7 @@ const Q2 = (l, e) => {
3806
3841
  )
3807
3842
  ]
3808
3843
  }
3809
- ), t9 = ({
3844
+ ), i9 = ({
3810
3845
  width: l = 20,
3811
3846
  height: e = 20,
3812
3847
  color: t = c.GREY_DARK_5,
@@ -3839,7 +3874,7 @@ const Q2 = (l, e) => {
3839
3874
  )
3840
3875
  ]
3841
3876
  }
3842
- ), i9 = ({
3877
+ ), l9 = ({
3843
3878
  width: l = 20,
3844
3879
  height: e = 20,
3845
3880
  color: t = c.GREY_DARK_5,
@@ -3879,7 +3914,7 @@ const Q2 = (l, e) => {
3879
3914
  )
3880
3915
  ]
3881
3916
  }
3882
- ), l9 = ({
3917
+ ), s9 = ({
3883
3918
  width: l = 20,
3884
3919
  height: e = 20,
3885
3920
  color: t = c.GREY_DARK_5,
@@ -3912,7 +3947,7 @@ const Q2 = (l, e) => {
3912
3947
  )
3913
3948
  ]
3914
3949
  }
3915
- ), s9 = ({
3950
+ ), n9 = ({
3916
3951
  width: l = 20,
3917
3952
  height: e = 20,
3918
3953
  color: t = c.GREY_DARK_5,
@@ -3945,7 +3980,7 @@ const Q2 = (l, e) => {
3945
3980
  )
3946
3981
  ]
3947
3982
  }
3948
- ), n9 = ({
3983
+ ), o9 = ({
3949
3984
  width: l = 20,
3950
3985
  height: e = 20,
3951
3986
  color: t = "#070739",
@@ -3975,7 +4010,7 @@ const Q2 = (l, e) => {
3975
4010
  /* @__PURE__ */ n("circle", { cx: "10", cy: "10", r: "2.375", stroke: t, strokeWidth: "1.25" })
3976
4011
  ]
3977
4012
  }
3978
- ), o9 = ({
4013
+ ), a9 = ({
3979
4014
  width: l = 20,
3980
4015
  height: e = 20,
3981
4016
  color: t = "#070739",
@@ -4013,7 +4048,7 @@ const Q2 = (l, e) => {
4013
4048
  )
4014
4049
  ]
4015
4050
  }
4016
- ), a9 = ({
4051
+ ), r9 = ({
4017
4052
  width: l = 20,
4018
4053
  height: e = 20,
4019
4054
  color: t = c.GREY_DARK_5,
@@ -4046,7 +4081,7 @@ const Q2 = (l, e) => {
4046
4081
  )
4047
4082
  ]
4048
4083
  }
4049
- ), r9 = ({
4084
+ ), C9 = ({
4050
4085
  width: l = 20,
4051
4086
  height: e = 20,
4052
4087
  color: t = c.GREY_DARK_5,
@@ -4079,7 +4114,7 @@ const Q2 = (l, e) => {
4079
4114
  )
4080
4115
  ]
4081
4116
  }
4082
- ), C9 = ({
4117
+ ), h9 = ({
4083
4118
  width: l = 20,
4084
4119
  height: e = 20,
4085
4120
  color: t = c.GREY_DARK_5,
@@ -4126,7 +4161,7 @@ const Q2 = (l, e) => {
4126
4161
  )
4127
4162
  ]
4128
4163
  }
4129
- ), h9 = ({
4164
+ ), c9 = ({
4130
4165
  className: l,
4131
4166
  color: e = c.GREY_DARK_5,
4132
4167
  height: t = 20,
@@ -4159,7 +4194,7 @@ const Q2 = (l, e) => {
4159
4194
  )
4160
4195
  ]
4161
4196
  }
4162
- ), c9 = ({
4197
+ ), d9 = ({
4163
4198
  className: l,
4164
4199
  color: e = c.GREY_DARK_5,
4165
4200
  height: t = 5,
@@ -4183,7 +4218,7 @@ const Q2 = (l, e) => {
4183
4218
  }
4184
4219
  )
4185
4220
  }
4186
- ), d9 = ({
4221
+ ), g9 = ({
4187
4222
  className: l,
4188
4223
  color: e = c.GREY_DARK_5,
4189
4224
  height: t = 5,
@@ -4208,7 +4243,7 @@ const Q2 = (l, e) => {
4208
4243
  }
4209
4244
  )
4210
4245
  }
4211
- ), g9 = ({
4246
+ ), w9 = ({
4212
4247
  className: l,
4213
4248
  color: e = c.GREY_DARK_5,
4214
4249
  height: t = 20,
@@ -4241,7 +4276,7 @@ const Q2 = (l, e) => {
4241
4276
  )
4242
4277
  ]
4243
4278
  }
4244
- ), w9 = ({
4279
+ ), f9 = ({
4245
4280
  className: l,
4246
4281
  color: e = c.GREY_DARK_5,
4247
4282
  height: t = 20,
@@ -4280,7 +4315,7 @@ const Q2 = (l, e) => {
4280
4315
  )
4281
4316
  ]
4282
4317
  }
4283
- ), f9 = ({
4318
+ ), p9 = ({
4284
4319
  className: l,
4285
4320
  color: e = c.GREY_DARK_5,
4286
4321
  height: t = 20,
@@ -4304,7 +4339,7 @@ const Q2 = (l, e) => {
4304
4339
  }
4305
4340
  )
4306
4341
  }
4307
- ), p9 = ({
4342
+ ), u9 = ({
4308
4343
  className: l,
4309
4344
  color: e = c.GREY_DARK_5,
4310
4345
  height: t = 20,
@@ -4351,7 +4386,7 @@ const Q2 = (l, e) => {
4351
4386
  )
4352
4387
  ]
4353
4388
  }
4354
- ), u9 = ({
4389
+ ), L9 = ({
4355
4390
  className: l,
4356
4391
  color: e = c.GREY_DARK_5,
4357
4392
  height: t = 20,
@@ -4384,7 +4419,7 @@ const Q2 = (l, e) => {
4384
4419
  )
4385
4420
  ]
4386
4421
  }
4387
- ), L9 = ({
4422
+ ), m9 = ({
4388
4423
  className: l,
4389
4424
  color: e = c.GREY_DARK_5,
4390
4425
  height: t = 20,
@@ -4421,7 +4456,7 @@ const Q2 = (l, e) => {
4421
4456
  )
4422
4457
  ]
4423
4458
  }
4424
- ), m9 = ({
4459
+ ), v9 = ({
4425
4460
  className: l,
4426
4461
  color: e = c.GREY_DARK_5,
4427
4462
  height: t = 20,
@@ -4445,7 +4480,7 @@ const Q2 = (l, e) => {
4445
4480
  }
4446
4481
  )
4447
4482
  }
4448
- ), v9 = ({
4483
+ ), k9 = ({
4449
4484
  className: l,
4450
4485
  color: e = c.GREY_DARK_5,
4451
4486
  height: t = 20,
@@ -4506,7 +4541,7 @@ const Q2 = (l, e) => {
4506
4541
  )
4507
4542
  ]
4508
4543
  }
4509
- ), k9 = ({
4544
+ ), N9 = ({
4510
4545
  className: l,
4511
4546
  color: e = c.GREY_DARK_5,
4512
4547
  height: t = 20,
@@ -4543,7 +4578,7 @@ const Q2 = (l, e) => {
4543
4578
  )
4544
4579
  ]
4545
4580
  }
4546
- ), N9 = ({
4581
+ ), M9 = ({
4547
4582
  className: l,
4548
4583
  color: e = c.GREY_DARK_5,
4549
4584
  height: t = 20,
@@ -4583,7 +4618,7 @@ const Q2 = (l, e) => {
4583
4618
  )
4584
4619
  ]
4585
4620
  }
4586
- ), M9 = ({
4621
+ ), x9 = ({
4587
4622
  className: l,
4588
4623
  color: e = c.GREY_DARK_5,
4589
4624
  height: t = 20,
@@ -4616,7 +4651,7 @@ const Q2 = (l, e) => {
4616
4651
  )
4617
4652
  ]
4618
4653
  }
4619
- ), x9 = ({
4654
+ ), Z9 = ({
4620
4655
  className: l,
4621
4656
  color: e = c.GREY_DARK_5,
4622
4657
  height: t = 20,
@@ -4649,7 +4684,7 @@ const Q2 = (l, e) => {
4649
4684
  )
4650
4685
  ]
4651
4686
  }
4652
- ), Z9 = ({
4687
+ ), V9 = ({
4653
4688
  className: l,
4654
4689
  color: e = c.GREY_DARK_5,
4655
4690
  height: t = 20,
@@ -4703,7 +4738,7 @@ const Q2 = (l, e) => {
4703
4738
  )
4704
4739
  ]
4705
4740
  }
4706
- ), V9 = ({
4741
+ ), R9 = ({
4707
4742
  className: l,
4708
4743
  color: e = c.GREY_DARK_5,
4709
4744
  height: t = 20,
@@ -4750,7 +4785,7 @@ const Q2 = (l, e) => {
4750
4785
  )
4751
4786
  ]
4752
4787
  }
4753
- ), R9 = ({
4788
+ ), H9 = ({
4754
4789
  className: l,
4755
4790
  color: e = c.GREY_DARK_5,
4756
4791
  height: t = 20,
@@ -4790,7 +4825,7 @@ const Q2 = (l, e) => {
4790
4825
  )
4791
4826
  ]
4792
4827
  }
4793
- ), H9 = ({
4828
+ ), _9 = ({
4794
4829
  className: l,
4795
4830
  color: e = c.GREY_DARK_5,
4796
4831
  height: t = 20,
@@ -4814,7 +4849,7 @@ const Q2 = (l, e) => {
4814
4849
  }
4815
4850
  )
4816
4851
  }
4817
- ), _9 = ({
4852
+ ), b9 = ({
4818
4853
  className: l,
4819
4854
  color: e = c.GREY_DARK_5,
4820
4855
  height: t = 20,
@@ -4854,7 +4889,7 @@ const Q2 = (l, e) => {
4854
4889
  )
4855
4890
  ]
4856
4891
  }
4857
- ), b9 = ({
4892
+ ), y9 = ({
4858
4893
  className: l,
4859
4894
  color: e = c.GREY_DARK_5,
4860
4895
  height: t = 20,
@@ -4894,7 +4929,7 @@ const Q2 = (l, e) => {
4894
4929
  )
4895
4930
  ]
4896
4931
  }
4897
- ), y9 = ({
4932
+ ), A9 = ({
4898
4933
  width: l = 20,
4899
4934
  height: e = 20,
4900
4935
  color: t = c.GREY_DARK_5,
@@ -4918,7 +4953,7 @@ const Q2 = (l, e) => {
4918
4953
  }
4919
4954
  )
4920
4955
  }
4921
- ), A9 = ({
4956
+ ), E9 = ({
4922
4957
  width: l = 24,
4923
4958
  height: e = 24,
4924
4959
  color: t = "#131314",
@@ -4951,7 +4986,7 @@ const Q2 = (l, e) => {
4951
4986
  )
4952
4987
  ]
4953
4988
  }
4954
- ), E9 = ({
4989
+ ), D9 = ({
4955
4990
  width: l = 20,
4956
4991
  height: e = 20,
4957
4992
  color: t = c.GREY_DARK_5,
@@ -4984,7 +5019,7 @@ const Q2 = (l, e) => {
4984
5019
  )
4985
5020
  ]
4986
5021
  }
4987
- ), D9 = ({
5022
+ ), K9 = ({
4988
5023
  width: l = 20,
4989
5024
  height: e = 20,
4990
5025
  color: t = c.GREY_DARK_5,
@@ -5024,7 +5059,7 @@ const Q2 = (l, e) => {
5024
5059
  )
5025
5060
  ]
5026
5061
  }
5027
- ), K9 = ({
5062
+ ), S9 = ({
5028
5063
  width: l = 20,
5029
5064
  height: e = 20,
5030
5065
  color: t = c.GREY_DARK_5,
@@ -5085,7 +5120,7 @@ const Q2 = (l, e) => {
5085
5120
  )
5086
5121
  ]
5087
5122
  }
5088
- ), S9 = ({
5123
+ ), G9 = ({
5089
5124
  width: l = 20,
5090
5125
  height: e = 20,
5091
5126
  color: t = c.GREY_DARK_5,
@@ -5125,7 +5160,7 @@ const Q2 = (l, e) => {
5125
5160
  )
5126
5161
  ]
5127
5162
  }
5128
- ), G9 = ({
5163
+ ), B9 = ({
5129
5164
  width: l = 20,
5130
5165
  height: e = 20,
5131
5166
  color: t = c.GREY_DARK_5,
@@ -5149,7 +5184,40 @@ const Q2 = (l, e) => {
5149
5184
  }
5150
5185
  )
5151
5186
  }
5152
- ), B9 = ({
5187
+ ), Y9 = ({
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
+ ), O9 = ({
5153
5221
  name: l,
5154
5222
  width: e,
5155
5223
  height: t,
@@ -5162,41 +5230,41 @@ const Q2 = (l, e) => {
5162
5230
  return /* @__PURE__ */ n(j, { children: (() => {
5163
5231
  switch (l) {
5164
5232
  case "arrow1Down":
5165
- return _7({ width: e, height: t, color: o, className: r, onClick: a });
5166
- case "arrow1Up":
5167
5233
  return b7({ width: e, height: t, color: o, className: r, onClick: a });
5168
- case "arrow1Right":
5234
+ case "arrow1Up":
5169
5235
  return y7({ width: e, height: t, color: o, className: r, onClick: a });
5170
- case "arrow1Left":
5236
+ case "arrow1Right":
5171
5237
  return A7({ width: e, height: t, color: o, className: r, onClick: a });
5172
- case "info":
5238
+ case "arrow1Left":
5173
5239
  return E7({ width: e, height: t, color: o, className: r, onClick: a });
5240
+ case "info":
5241
+ return D7({ width: e, height: t, color: o, className: r, onClick: a });
5174
5242
  case "archive":
5175
- return B7({ width: e, height: t, color: o, className: r, onClick: a });
5176
- case "unarchive":
5177
5243
  return Y7({ width: e, height: t, color: o, className: r, onClick: a });
5178
- case "calendar":
5244
+ case "unarchive":
5179
5245
  return O7({ width: e, height: t, color: o, className: r, onClick: a });
5180
- case "check":
5246
+ case "calendar":
5181
5247
  return I7({ width: e, height: t, color: o, className: r, onClick: a });
5182
- case "cancel":
5248
+ case "check":
5183
5249
  return $7({ width: e, height: t, color: o, className: r, onClick: a });
5184
- case "add":
5250
+ case "cancel":
5185
5251
  return T7({ width: e, height: t, color: o, className: r, onClick: a });
5186
- case "list":
5252
+ case "add":
5187
5253
  return P7({ width: e, height: t, color: o, className: r, onClick: a });
5188
- case "dragAndDrop":
5254
+ case "list":
5189
5255
  return j7({ width: e, height: t, color: o, className: r, onClick: a });
5190
- case "filter1":
5256
+ case "dragAndDrop":
5191
5257
  return F7({ width: e, height: t, color: o, className: r, onClick: a });
5258
+ case "filter1":
5259
+ return U7({ width: e, height: t, color: o, className: r, onClick: a });
5192
5260
  case "filter2":
5193
- return m9({ width: e, height: t, color: o, className: r, onClick: a });
5261
+ return v9({ width: e, height: t, color: o, className: r, onClick: a });
5194
5262
  case "attention":
5195
- return U7({ width: e, height: t, color: o, className: r, onClick: a });
5196
- case "users":
5197
5263
  return W7({ width: e, height: t, color: o, className: r, onClick: a });
5264
+ case "users":
5265
+ return z7({ width: e, height: t, color: o, className: r, onClick: a });
5198
5266
  case "mySkillsMatrix":
5199
- return z7({
5267
+ return J7({
5200
5268
  width: e,
5201
5269
  height: t,
5202
5270
  color: o,
@@ -5204,9 +5272,9 @@ const Q2 = (l, e) => {
5204
5272
  onClick: a
5205
5273
  });
5206
5274
  case "skills":
5207
- return J7({ width: e, height: t, color: o, className: r, onClick: a });
5275
+ return q7({ width: e, height: t, color: o, className: r, onClick: a });
5208
5276
  case "skillsMatrices":
5209
- return q7({
5277
+ return Q7({
5210
5278
  width: e,
5211
5279
  height: t,
5212
5280
  color: o,
@@ -5214,21 +5282,21 @@ const Q2 = (l, e) => {
5214
5282
  onClick: a
5215
5283
  });
5216
5284
  case "history":
5217
- return Q7({ width: e, height: t, color: o, className: r, onClick: a });
5218
- case "logOut":
5219
5285
  return X7({ width: e, height: t, color: o, className: r, onClick: a });
5220
- case "settings":
5286
+ case "logOut":
5221
5287
  return e9({ width: e, height: t, color: o, className: r, onClick: a });
5222
- case "trash":
5288
+ case "settings":
5223
5289
  return t9({ width: e, height: t, color: o, className: r, onClick: a });
5224
- case "settings2":
5290
+ case "trash":
5225
5291
  return i9({ width: e, height: t, color: o, className: r, onClick: a });
5226
- case "checkCircle":
5292
+ case "settings2":
5227
5293
  return l9({ width: e, height: t, color: o, className: r, onClick: a });
5228
- case "cancelCircle":
5294
+ case "checkCircle":
5229
5295
  return s9({ width: e, height: t, color: o, className: r, onClick: a });
5296
+ case "cancelCircle":
5297
+ return n9({ width: e, height: t, color: o, className: r, onClick: a });
5230
5298
  case "visibilityIcon":
5231
- return n9({
5299
+ return o9({
5232
5300
  width: e,
5233
5301
  height: t,
5234
5302
  color: o,
@@ -5236,7 +5304,7 @@ const Q2 = (l, e) => {
5236
5304
  onClick: a
5237
5305
  });
5238
5306
  case "visibilityOffIcon":
5239
- return o9({
5307
+ return a9({
5240
5308
  width: e,
5241
5309
  height: t,
5242
5310
  color: o,
@@ -5244,73 +5312,75 @@ const Q2 = (l, e) => {
5244
5312
  onClick: a
5245
5313
  });
5246
5314
  case "sortUp":
5247
- return a9({ width: e, height: t, color: o, className: r, onClick: a });
5248
- case "sortDown":
5249
5315
  return r9({ width: e, height: t, color: o, className: r, onClick: a });
5250
- case "sortDouble":
5316
+ case "sortDown":
5251
5317
  return C9({ width: e, height: t, color: o, className: r, onClick: a });
5252
- case "search":
5318
+ case "sortDouble":
5253
5319
  return h9({ width: e, height: t, color: o, className: r, onClick: a });
5320
+ case "search":
5321
+ return c9({ width: e, height: t, color: o, className: r, onClick: a });
5254
5322
  case "arrowUpFilled":
5255
- return d9({ width: e, height: t, color: o, className: r, onClick: a });
5323
+ return g9({ width: e, height: t, color: o, className: r, onClick: a });
5256
5324
  case "arrowDownFilled":
5257
- return c9({ width: e, height: t, color: o, className: r, onClick: a });
5325
+ return d9({ width: e, height: t, color: o, className: r, onClick: a });
5258
5326
  case "arrow2Up":
5259
- return D7({ width: e, height: t, color: o, className: r, onClick: a });
5260
- case "arrow2Right":
5261
5327
  return K7({ width: e, height: t, color: o, className: r, onClick: a });
5262
- case "arrow2Down":
5328
+ case "arrow2Right":
5263
5329
  return S7({ width: e, height: t, color: o, className: r, onClick: a });
5264
- case "arrow2Left":
5330
+ case "arrow2Down":
5265
5331
  return G7({ width: e, height: t, color: o, className: r, onClick: a });
5332
+ case "arrow2Left":
5333
+ return B7({ width: e, height: t, color: o, className: r, onClick: a });
5266
5334
  case "link":
5267
- return g9({ width: e, height: t, color: o, className: r, onClick: a });
5335
+ return w9({ width: e, height: t, color: o, className: r, onClick: a });
5268
5336
  case "telegram":
5269
- return f9({ width: e, height: t, color: o, className: r, onClick: a });
5337
+ return p9({ width: e, height: t, color: o, className: r, onClick: a });
5270
5338
  case "mail":
5271
- return u9({ width: e, height: t, color: o, className: r, onClick: a });
5339
+ return L9({ width: e, height: t, color: o, className: r, onClick: a });
5272
5340
  case "github":
5273
- return w9({ width: e, height: t, color: o, className: r, onClick: a });
5341
+ return f9({ width: e, height: t, color: o, className: r, onClick: a });
5274
5342
  case "linkedIn":
5275
- return p9({ width: e, height: t, color: o, className: r, onClick: a });
5343
+ return u9({ width: e, height: t, color: o, className: r, onClick: a });
5276
5344
  case "emptyStateIcon":
5277
- return L9({ width: e, height: t, color: o, className: r, onClick: a });
5345
+ return m9({ width: e, height: t, color: o, className: r, onClick: a });
5278
5346
  case "dotMenuIcon":
5279
- return v9({ width: e, height: t, color: o, className: r, onClick: a });
5280
- case "plusCircle":
5281
5347
  return k9({ width: e, height: t, color: o, className: r, onClick: a });
5282
- case "warning":
5348
+ case "plusCircle":
5283
5349
  return N9({ width: e, height: t, color: o, className: r, onClick: a });
5284
- case "bell":
5350
+ case "warning":
5285
5351
  return M9({ width: e, height: t, color: o, className: r, onClick: a });
5286
- case "copy":
5352
+ case "bell":
5287
5353
  return x9({ width: e, height: t, color: o, className: r, onClick: a });
5288
- case "contract":
5354
+ case "copy":
5289
5355
  return Z9({ width: e, height: t, color: o, className: r, onClick: a });
5290
- case "resourceManager":
5356
+ case "contract":
5291
5357
  return V9({ width: e, height: t, color: o, className: r, onClick: a });
5292
- case "image":
5358
+ case "resourceManager":
5293
5359
  return R9({ width: e, height: t, color: o, className: r, onClick: a });
5294
- case "edit":
5360
+ case "image":
5295
5361
  return H9({ width: e, height: t, color: o, className: r, onClick: a });
5296
- case "burgerMenu":
5362
+ case "edit":
5297
5363
  return _9({ width: e, height: t, color: o, className: r, onClick: a });
5298
- case "refresh":
5364
+ case "burgerMenu":
5299
5365
  return b9({ width: e, height: t, color: o, className: r, onClick: a });
5300
- case "projects":
5366
+ case "refresh":
5301
5367
  return y9({ width: e, height: t, color: o, className: r, onClick: a });
5368
+ case "projects":
5369
+ return A9({ width: e, height: t, color: o, className: r, onClick: a });
5302
5370
  case "user":
5303
- return E9({ width: e, height: t, color: o, className: r, onClick: a });
5371
+ return D9({ width: e, height: t, color: o, className: r, onClick: a });
5304
5372
  case "exit":
5305
- return A9({ width: e, height: t, color: o, className: r, onClick: a });
5373
+ return E9({ width: e, height: t, color: o, className: r, onClick: a });
5306
5374
  case "status":
5307
- return D9({ width: e, height: t, color: o, className: r, onClick: a });
5308
- case "community":
5309
5375
  return K9({ width: e, height: t, color: o, className: r, onClick: a });
5310
- case "docs":
5376
+ case "community":
5311
5377
  return S9({ width: e, height: t, color: o, className: r, onClick: a });
5312
- case "unpaidLeave":
5378
+ case "docs":
5313
5379
  return G9({ width: e, height: t, color: o, className: r, onClick: a });
5380
+ case "unpaidLeave":
5381
+ return B9({ width: e, height: t, color: o, className: r, onClick: a });
5382
+ case "time":
5383
+ return Y9({ width: e, height: t, color: o, className: r, onClick: a });
5314
5384
  default:
5315
5385
  return /* @__PURE__ */ n(j, { children: "No Icon provided" });
5316
5386
  }
@@ -5331,7 +5401,7 @@ const Q2 = (l, e) => {
5331
5401
  {
5332
5402
  className: `snmt-tag ${t} ${C ? "disabled" : ""}`,
5333
5403
  closeIcon: /* @__PURE__ */ n(
5334
- B9,
5404
+ O9,
5335
5405
  {
5336
5406
  name: "cancelCircle",
5337
5407
  color: C ? c.GREY_DARK_1 : c.GREY_DARK_2,
@@ -5344,7 +5414,7 @@ const Q2 = (l, e) => {
5344
5414
  style: { width: e ?? "fit-content" },
5345
5415
  closable: s,
5346
5416
  children: typeof l == "string" ? /* @__PURE__ */ n(
5347
- H7,
5417
+ _7,
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 Q2 = (l, e) => {
5353
5423
  ) : l
5354
5424
  }
5355
5425
  );
5356
- }, Y9 = (l, { enabled: e = !0 } = {}) => {
5426
+ }, I9 = (l, { enabled: e = !0 } = {}) => {
5357
5427
  const [t, i] = D(!1), s = E(() => !e || !l || typeof l == "function" ? null : l.current, [e, l]), C = E(() => {
5358
5428
  const h = s();
5359
5429
  if (!h) {
@@ -5383,7 +5453,7 @@ const Q2 = (l, e) => {
5383
5453
  const d = new ResizeObserver(C);
5384
5454
  return d.observe(h), () => d.disconnect();
5385
5455
  }, [s, C]), t;
5386
- }, O9 = ({ children: l, title: e, arrow: t = !0, open: i, placement: s = "top" }) => /* @__PURE__ */ n(
5456
+ }, $9 = ({ children: l, title: e, arrow: t = !0, open: i, placement: s = "top" }) => /* @__PURE__ */ n(
5387
5457
  x1,
5388
5458
  {
5389
5459
  overlayClassName: "snmt-tooltip",
@@ -5393,12 +5463,12 @@ const Q2 = (l, e) => {
5393
5463
  placement: s,
5394
5464
  children: l
5395
5465
  }
5396
- ), { Title: I9, Text: $9 } = M1, T9 = {
5466
+ ), { Title: T9, Text: P9 } = M1, j9 = {
5397
5467
  h1: 1,
5398
5468
  h2: 2,
5399
5469
  h3: 3,
5400
5470
  h4: 4
5401
- }, P9 = a1(
5471
+ }, F9 = a1(
5402
5472
  ({
5403
5473
  align: l = "inherit",
5404
5474
  variant: e = "body1",
@@ -5411,7 +5481,7 @@ const Q2 = (l, e) => {
5411
5481
  }, d) => {
5412
5482
  const o = O(null);
5413
5483
  c1(d, () => o.current);
5414
- const a = Y9(o, { enabled: h }), r = e === "h1" || e === "h2" || e === "h3" || e === "h4";
5484
+ const a = I9(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 Q2 = (l, e) => {
5423
5493
  onClick: s,
5424
5494
  ref: o,
5425
5495
  ellipsis: w || void 0
5426
- }, u = /* @__PURE__ */ n($9, { ...p, children: i });
5427
- return r ? /* @__PURE__ */ n(I9, { level: T9[e], ...p, children: i }) : /* @__PURE__ */ n(j, { children: w ? /* @__PURE__ */ n(O9, { title: i, children: u }) : u });
5496
+ }, u = /* @__PURE__ */ n(P9, { ...p, children: i });
5497
+ return r ? /* @__PURE__ */ n(T9, { level: j9[e], ...p, children: i }) : /* @__PURE__ */ n(j, { children: w ? /* @__PURE__ */ n($9, { title: i, children: u }) : u });
5428
5498
  }
5429
- ), j9 = ({
5499
+ ), U9 = ({
5430
5500
  children: l,
5431
5501
  content: e,
5432
5502
  isOpen: t,
@@ -5451,7 +5521,7 @@ const Q2 = (l, e) => {
5451
5521
  children: /* @__PURE__ */ n("div", { className: "wrapper", children: l })
5452
5522
  }
5453
5523
  );
5454
- }, F9 = (l, { enabled: e = !0 } = {}) => {
5524
+ }, W9 = (l, { enabled: e = !0 } = {}) => {
5455
5525
  const [t, i] = D(!1), s = E(() => !e || !l || typeof l == "function" ? null : l.current, [e, l]), C = E(() => {
5456
5526
  const h = s();
5457
5527
  if (!h) {
@@ -5481,7 +5551,7 @@ const Q2 = (l, e) => {
5481
5551
  const d = new ResizeObserver(C);
5482
5552
  return d.observe(h), () => d.disconnect();
5483
5553
  }, [s, C]), t;
5484
- }, U9 = ({ children: l, title: e, arrow: t = !0, open: i, placement: s = "top" }) => /* @__PURE__ */ n(
5554
+ }, z9 = ({ children: l, title: e, arrow: t = !0, open: i, placement: s = "top" }) => /* @__PURE__ */ n(
5485
5555
  x1,
5486
5556
  {
5487
5557
  overlayClassName: "snmt-tooltip",
@@ -5491,7 +5561,7 @@ const Q2 = (l, e) => {
5491
5561
  placement: s,
5492
5562
  children: l
5493
5563
  }
5494
- ), { Title: W9, Text: z9 } = M1, J9 = {
5564
+ ), { Title: J9, Text: q9 } = M1, Q9 = {
5495
5565
  h1: 1,
5496
5566
  h2: 2,
5497
5567
  h3: 3,
@@ -5509,7 +5579,7 @@ const Q2 = (l, e) => {
5509
5579
  }, d) => {
5510
5580
  const o = O(null);
5511
5581
  c1(d, () => o.current);
5512
- const a = F9(o, { enabled: h }), r = e === "h1" || e === "h2" || e === "h3" || e === "h4";
5582
+ const a = W9(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 Q2 = (l, e) => {
5521
5591
  onClick: s,
5522
5592
  ref: o,
5523
5593
  ellipsis: w || void 0
5524
- }, u = /* @__PURE__ */ n(z9, { ...p, children: i });
5525
- return r ? /* @__PURE__ */ n(W9, { level: J9[e], ...p, children: i }) : /* @__PURE__ */ n(j, { children: w ? /* @__PURE__ */ n(U9, { title: i, children: u }) : u });
5594
+ }, u = /* @__PURE__ */ n(q9, { ...p, children: i });
5595
+ return r ? /* @__PURE__ */ n(J9, { level: Q9[e], ...p, children: i }) : /* @__PURE__ */ n(j, { children: w ? /* @__PURE__ */ n(z9, { title: i, children: u }) : u });
5526
5596
  }
5527
- ), q9 = ({
5597
+ ), X9 = ({
5528
5598
  width: l = 20,
5529
5599
  height: e = 20,
5530
5600
  color: t = c.GREY_DARK_5,
@@ -5548,7 +5618,7 @@ const Q2 = (l, e) => {
5548
5618
  }
5549
5619
  )
5550
5620
  }
5551
- ), Q9 = ({
5621
+ ), e0 = ({
5552
5622
  width: l = 20,
5553
5623
  height: e = 20,
5554
5624
  color: t = c.GREY_DARK_5,
@@ -5572,7 +5642,7 @@ const Q2 = (l, e) => {
5572
5642
  }
5573
5643
  )
5574
5644
  }
5575
- ), X9 = ({
5645
+ ), t0 = ({
5576
5646
  width: l = 20,
5577
5647
  height: e = 20,
5578
5648
  color: t = c.GREY_DARK_5,
@@ -5596,7 +5666,7 @@ const Q2 = (l, e) => {
5596
5666
  }
5597
5667
  )
5598
5668
  }
5599
- ), e0 = ({
5669
+ ), i0 = ({
5600
5670
  width: l = 20,
5601
5671
  height: e = 20,
5602
5672
  color: t = c.GREY_DARK_5,
@@ -5621,7 +5691,7 @@ const Q2 = (l, e) => {
5621
5691
  }
5622
5692
  )
5623
5693
  }
5624
- ), t0 = ({
5694
+ ), l0 = ({
5625
5695
  width: l = 20,
5626
5696
  height: e = 20,
5627
5697
  color: t = c.GREY_DARK_5,
@@ -5661,7 +5731,7 @@ const Q2 = (l, e) => {
5661
5731
  )
5662
5732
  ]
5663
5733
  }
5664
- ), i0 = ({
5734
+ ), s0 = ({
5665
5735
  width: l = 20,
5666
5736
  height: e = 20,
5667
5737
  color: t = c.GREY_DARK_5,
@@ -5688,7 +5758,7 @@ const Q2 = (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
- ), l0 = ({
5761
+ ), n0 = ({
5692
5762
  width: l = 20,
5693
5763
  height: e = 20,
5694
5764
  color: t = c.GREY_DARK_5,
@@ -5712,7 +5782,7 @@ const Q2 = (l, e) => {
5712
5782
  }
5713
5783
  )
5714
5784
  }
5715
- ), s0 = ({
5785
+ ), o0 = ({
5716
5786
  width: l = 20,
5717
5787
  height: e = 20,
5718
5788
  color: t = c.GREY_DARK_5,
@@ -5739,7 +5809,7 @@ const Q2 = (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
- ), n0 = ({
5812
+ ), a0 = ({
5743
5813
  width: l = 20,
5744
5814
  height: e = 20,
5745
5815
  color: t = c.GREY_DARK_5,
@@ -5763,7 +5833,7 @@ const Q2 = (l, e) => {
5763
5833
  }
5764
5834
  )
5765
5835
  }
5766
- ), o0 = ({
5836
+ ), r0 = ({
5767
5837
  width: l = 20,
5768
5838
  height: e = 20,
5769
5839
  color: t = c.GREY_DARK_5,
@@ -5803,7 +5873,7 @@ const Q2 = (l, e) => {
5803
5873
  )
5804
5874
  ]
5805
5875
  }
5806
- ), a0 = ({
5876
+ ), C0 = ({
5807
5877
  width: l = 20,
5808
5878
  height: e = 20,
5809
5879
  color: t = c.GREY_DARK_5,
@@ -5849,7 +5919,7 @@ const Q2 = (l, e) => {
5849
5919
  )
5850
5920
  ]
5851
5921
  }
5852
- ), r0 = ({
5922
+ ), h0 = ({
5853
5923
  width: l = 20,
5854
5924
  height: e = 20,
5855
5925
  color: t = c.GREY_DARK_5,
@@ -5896,7 +5966,7 @@ const Q2 = (l, e) => {
5896
5966
  )
5897
5967
  ]
5898
5968
  }
5899
- ), C0 = ({
5969
+ ), c0 = ({
5900
5970
  width: l = 20,
5901
5971
  height: e = 20,
5902
5972
  color: t = c.GREY_DARK_5,
@@ -5920,7 +5990,7 @@ const Q2 = (l, e) => {
5920
5990
  }
5921
5991
  )
5922
5992
  }
5923
- ), h0 = ({
5993
+ ), d0 = ({
5924
5994
  width: l = 20,
5925
5995
  height: e = 20,
5926
5996
  color: t = c.GREY_DARK_5,
@@ -5944,7 +6014,7 @@ const Q2 = (l, e) => {
5944
6014
  }
5945
6015
  )
5946
6016
  }
5947
- ), c0 = ({
6017
+ ), g0 = ({
5948
6018
  width: l = 20,
5949
6019
  height: e = 20,
5950
6020
  color: t = c.GREY_DARK_5,
@@ -5968,7 +6038,7 @@ const Q2 = (l, e) => {
5968
6038
  }
5969
6039
  )
5970
6040
  }
5971
- ), d0 = ({
6041
+ ), w0 = ({
5972
6042
  width: l = 20,
5973
6043
  height: e = 20,
5974
6044
  color: t = c.GREY_DARK_5,
@@ -6029,7 +6099,7 @@ const Q2 = (l, e) => {
6029
6099
  )
6030
6100
  ]
6031
6101
  }
6032
- ), g0 = ({
6102
+ ), f0 = ({
6033
6103
  width: l = 20,
6034
6104
  height: e = 20,
6035
6105
  color: t = c.GREY_DARK_5,
@@ -6076,7 +6146,7 @@ const Q2 = (l, e) => {
6076
6146
  )
6077
6147
  ]
6078
6148
  }
6079
- ), w0 = ({
6149
+ ), p0 = ({
6080
6150
  width: l = 20,
6081
6151
  height: e = 20,
6082
6152
  color: t = c.GREY_DARK_5,
@@ -6116,7 +6186,7 @@ const Q2 = (l, e) => {
6116
6186
  )
6117
6187
  ]
6118
6188
  }
6119
- ), f0 = ({
6189
+ ), u0 = ({
6120
6190
  width: l = 20,
6121
6191
  height: e = 20,
6122
6192
  color: t = c.GREY_DARK_5,
@@ -6156,7 +6226,7 @@ const Q2 = (l, e) => {
6156
6226
  )
6157
6227
  ]
6158
6228
  }
6159
- ), p0 = ({
6229
+ ), L0 = ({
6160
6230
  width: l = 20,
6161
6231
  height: e = 20,
6162
6232
  color: t = c.GREY_DARK_5,
@@ -6203,7 +6273,7 @@ const Q2 = (l, e) => {
6203
6273
  )
6204
6274
  ]
6205
6275
  }
6206
- ), u0 = ({
6276
+ ), m0 = ({
6207
6277
  width: l = 20,
6208
6278
  height: e = 20,
6209
6279
  color: t = c.GREY_DARK_5,
@@ -6250,7 +6320,7 @@ const Q2 = (l, e) => {
6250
6320
  )
6251
6321
  ]
6252
6322
  }
6253
- ), L0 = ({
6323
+ ), v0 = ({
6254
6324
  width: l = 20,
6255
6325
  height: e = 20,
6256
6326
  color: t = c.GREY_DARK_5,
@@ -6297,7 +6367,7 @@ const Q2 = (l, e) => {
6297
6367
  )
6298
6368
  ]
6299
6369
  }
6300
- ), m0 = ({
6370
+ ), k0 = ({
6301
6371
  width: l = 20,
6302
6372
  height: e = 20,
6303
6373
  color: t = c.GREY_DARK_5,
@@ -6337,7 +6407,7 @@ const Q2 = (l, e) => {
6337
6407
  )
6338
6408
  ]
6339
6409
  }
6340
- ), v0 = ({
6410
+ ), N0 = ({
6341
6411
  width: l = 20,
6342
6412
  height: e = 20,
6343
6413
  color: t = c.GREY_DARK_5,
@@ -6370,7 +6440,7 @@ const Q2 = (l, e) => {
6370
6440
  )
6371
6441
  ]
6372
6442
  }
6373
- ), k0 = ({
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 Q2 = (l, e) => {
6403
6473
  )
6404
6474
  ]
6405
6475
  }
6406
- ), N0 = ({
6476
+ ), x0 = ({
6407
6477
  width: l = 20,
6408
6478
  height: e = 20,
6409
6479
  color: t = c.GREY_DARK_5,
@@ -6436,7 +6506,7 @@ const Q2 = (l, e) => {
6436
6506
  )
6437
6507
  ]
6438
6508
  }
6439
- ), M0 = ({
6509
+ ), Z0 = ({
6440
6510
  width: l = 20,
6441
6511
  height: e = 20,
6442
6512
  color: t = c.GREY_DARK_5,
@@ -6469,7 +6539,7 @@ const Q2 = (l, e) => {
6469
6539
  )
6470
6540
  ]
6471
6541
  }
6472
- ), x0 = ({
6542
+ ), V0 = ({
6473
6543
  width: l = 20,
6474
6544
  height: e = 20,
6475
6545
  color: t = c.GREY_DARK_5,
@@ -6509,7 +6579,7 @@ const Q2 = (l, e) => {
6509
6579
  )
6510
6580
  ]
6511
6581
  }
6512
- ), Z0 = ({
6582
+ ), R0 = ({
6513
6583
  width: l = 20,
6514
6584
  height: e = 20,
6515
6585
  color: t = c.GREY_DARK_5,
@@ -6542,7 +6612,7 @@ const Q2 = (l, e) => {
6542
6612
  )
6543
6613
  ]
6544
6614
  }
6545
- ), V0 = ({
6615
+ ), H0 = ({
6546
6616
  width: l = 20,
6547
6617
  height: e = 20,
6548
6618
  color: t = c.GREY_DARK_5,
@@ -6575,7 +6645,7 @@ const Q2 = (l, e) => {
6575
6645
  )
6576
6646
  ]
6577
6647
  }
6578
- ), R0 = ({
6648
+ ), _0 = ({
6579
6649
  width: l = 20,
6580
6650
  height: e = 20,
6581
6651
  color: t = "#070739",
@@ -6605,7 +6675,7 @@ const Q2 = (l, e) => {
6605
6675
  /* @__PURE__ */ n("circle", { cx: "10", cy: "10", r: "2.375", stroke: t, strokeWidth: "1.25" })
6606
6676
  ]
6607
6677
  }
6608
- ), H0 = ({
6678
+ ), b0 = ({
6609
6679
  width: l = 20,
6610
6680
  height: e = 20,
6611
6681
  color: t = "#070739",
@@ -6643,7 +6713,7 @@ const Q2 = (l, e) => {
6643
6713
  )
6644
6714
  ]
6645
6715
  }
6646
- ), _0 = ({
6716
+ ), y0 = ({
6647
6717
  width: l = 20,
6648
6718
  height: e = 20,
6649
6719
  color: t = c.GREY_DARK_5,
@@ -6676,7 +6746,7 @@ const Q2 = (l, e) => {
6676
6746
  )
6677
6747
  ]
6678
6748
  }
6679
- ), b0 = ({
6749
+ ), A0 = ({
6680
6750
  width: l = 20,
6681
6751
  height: e = 20,
6682
6752
  color: t = c.GREY_DARK_5,
@@ -6709,7 +6779,7 @@ const Q2 = (l, e) => {
6709
6779
  )
6710
6780
  ]
6711
6781
  }
6712
- ), y0 = ({
6782
+ ), E0 = ({
6713
6783
  width: l = 20,
6714
6784
  height: e = 20,
6715
6785
  color: t = c.GREY_DARK_5,
@@ -6756,7 +6826,7 @@ const Q2 = (l, e) => {
6756
6826
  )
6757
6827
  ]
6758
6828
  }
6759
- ), A0 = ({
6829
+ ), D0 = ({
6760
6830
  className: l,
6761
6831
  color: e = c.GREY_DARK_5,
6762
6832
  height: t = 20,
@@ -6789,7 +6859,7 @@ const Q2 = (l, e) => {
6789
6859
  )
6790
6860
  ]
6791
6861
  }
6792
- ), E0 = ({
6862
+ ), K0 = ({
6793
6863
  className: l,
6794
6864
  color: e = c.GREY_DARK_5,
6795
6865
  height: t = 5,
@@ -6813,7 +6883,7 @@ const Q2 = (l, e) => {
6813
6883
  }
6814
6884
  )
6815
6885
  }
6816
- ), D0 = ({
6886
+ ), S0 = ({
6817
6887
  className: l,
6818
6888
  color: e = c.GREY_DARK_5,
6819
6889
  height: t = 5,
@@ -6838,7 +6908,7 @@ const Q2 = (l, e) => {
6838
6908
  }
6839
6909
  )
6840
6910
  }
6841
- ), K0 = ({
6911
+ ), G0 = ({
6842
6912
  className: l,
6843
6913
  color: e = c.GREY_DARK_5,
6844
6914
  height: t = 20,
@@ -6871,7 +6941,7 @@ const Q2 = (l, e) => {
6871
6941
  )
6872
6942
  ]
6873
6943
  }
6874
- ), S0 = ({
6944
+ ), B0 = ({
6875
6945
  className: l,
6876
6946
  color: e = c.GREY_DARK_5,
6877
6947
  height: t = 20,
@@ -6910,7 +6980,7 @@ const Q2 = (l, e) => {
6910
6980
  )
6911
6981
  ]
6912
6982
  }
6913
- ), G0 = ({
6983
+ ), Y0 = ({
6914
6984
  className: l,
6915
6985
  color: e = c.GREY_DARK_5,
6916
6986
  height: t = 20,
@@ -6934,7 +7004,7 @@ const Q2 = (l, e) => {
6934
7004
  }
6935
7005
  )
6936
7006
  }
6937
- ), B0 = ({
7007
+ ), O0 = ({
6938
7008
  className: l,
6939
7009
  color: e = c.GREY_DARK_5,
6940
7010
  height: t = 20,
@@ -6981,7 +7051,7 @@ const Q2 = (l, e) => {
6981
7051
  )
6982
7052
  ]
6983
7053
  }
6984
- ), Y0 = ({
7054
+ ), I0 = ({
6985
7055
  className: l,
6986
7056
  color: e = c.GREY_DARK_5,
6987
7057
  height: t = 20,
@@ -7014,7 +7084,7 @@ const Q2 = (l, e) => {
7014
7084
  )
7015
7085
  ]
7016
7086
  }
7017
- ), O0 = ({
7087
+ ), $0 = ({
7018
7088
  className: l,
7019
7089
  color: e = c.GREY_DARK_5,
7020
7090
  height: t = 20,
@@ -7051,7 +7121,7 @@ const Q2 = (l, e) => {
7051
7121
  )
7052
7122
  ]
7053
7123
  }
7054
- ), I0 = ({
7124
+ ), T0 = ({
7055
7125
  className: l,
7056
7126
  color: e = c.GREY_DARK_5,
7057
7127
  height: t = 20,
@@ -7075,7 +7145,7 @@ const Q2 = (l, e) => {
7075
7145
  }
7076
7146
  )
7077
7147
  }
7078
- ), $0 = ({
7148
+ ), P0 = ({
7079
7149
  className: l,
7080
7150
  color: e = c.GREY_DARK_5,
7081
7151
  height: t = 20,
@@ -7136,7 +7206,7 @@ const Q2 = (l, e) => {
7136
7206
  )
7137
7207
  ]
7138
7208
  }
7139
- ), T0 = ({
7209
+ ), j0 = ({
7140
7210
  className: l,
7141
7211
  color: e = c.GREY_DARK_5,
7142
7212
  height: t = 20,
@@ -7173,7 +7243,7 @@ const Q2 = (l, e) => {
7173
7243
  )
7174
7244
  ]
7175
7245
  }
7176
- ), P0 = ({
7246
+ ), F0 = ({
7177
7247
  className: l,
7178
7248
  color: e = c.GREY_DARK_5,
7179
7249
  height: t = 20,
@@ -7213,7 +7283,7 @@ const Q2 = (l, e) => {
7213
7283
  )
7214
7284
  ]
7215
7285
  }
7216
- ), j0 = ({
7286
+ ), U0 = ({
7217
7287
  className: l,
7218
7288
  color: e = c.GREY_DARK_5,
7219
7289
  height: t = 20,
@@ -7246,7 +7316,7 @@ const Q2 = (l, e) => {
7246
7316
  )
7247
7317
  ]
7248
7318
  }
7249
- ), F0 = ({
7319
+ ), W0 = ({
7250
7320
  className: l,
7251
7321
  color: e = c.GREY_DARK_5,
7252
7322
  height: t = 20,
@@ -7279,7 +7349,7 @@ const Q2 = (l, e) => {
7279
7349
  )
7280
7350
  ]
7281
7351
  }
7282
- ), U0 = ({
7352
+ ), z0 = ({
7283
7353
  className: l,
7284
7354
  color: e = c.GREY_DARK_5,
7285
7355
  height: t = 20,
@@ -7333,7 +7403,7 @@ const Q2 = (l, e) => {
7333
7403
  )
7334
7404
  ]
7335
7405
  }
7336
- ), W0 = ({
7406
+ ), J0 = ({
7337
7407
  className: l,
7338
7408
  color: e = c.GREY_DARK_5,
7339
7409
  height: t = 20,
@@ -7380,7 +7450,7 @@ const Q2 = (l, e) => {
7380
7450
  )
7381
7451
  ]
7382
7452
  }
7383
- ), z0 = ({
7453
+ ), q0 = ({
7384
7454
  className: l,
7385
7455
  color: e = c.GREY_DARK_5,
7386
7456
  height: t = 20,
@@ -7420,7 +7490,7 @@ const Q2 = (l, e) => {
7420
7490
  )
7421
7491
  ]
7422
7492
  }
7423
- ), J0 = ({
7493
+ ), Q0 = ({
7424
7494
  className: l,
7425
7495
  color: e = c.GREY_DARK_5,
7426
7496
  height: t = 20,
@@ -7444,7 +7514,7 @@ const Q2 = (l, e) => {
7444
7514
  }
7445
7515
  )
7446
7516
  }
7447
- ), q0 = ({
7517
+ ), X0 = ({
7448
7518
  className: l,
7449
7519
  color: e = c.GREY_DARK_5,
7450
7520
  height: t = 20,
@@ -7484,7 +7554,7 @@ const Q2 = (l, e) => {
7484
7554
  )
7485
7555
  ]
7486
7556
  }
7487
- ), Q0 = ({
7557
+ ), e4 = ({
7488
7558
  className: l,
7489
7559
  color: e = c.GREY_DARK_5,
7490
7560
  height: t = 20,
@@ -7524,7 +7594,7 @@ const Q2 = (l, e) => {
7524
7594
  )
7525
7595
  ]
7526
7596
  }
7527
- ), X0 = ({
7597
+ ), t4 = ({
7528
7598
  width: l = 20,
7529
7599
  height: e = 20,
7530
7600
  color: t = c.GREY_DARK_5,
@@ -7548,7 +7618,7 @@ const Q2 = (l, e) => {
7548
7618
  }
7549
7619
  )
7550
7620
  }
7551
- ), e4 = ({
7621
+ ), i4 = ({
7552
7622
  width: l = 24,
7553
7623
  height: e = 24,
7554
7624
  color: t = "#131314",
@@ -7581,7 +7651,7 @@ const Q2 = (l, e) => {
7581
7651
  )
7582
7652
  ]
7583
7653
  }
7584
- ), t4 = ({
7654
+ ), l4 = ({
7585
7655
  width: l = 20,
7586
7656
  height: e = 20,
7587
7657
  color: t = c.GREY_DARK_5,
@@ -7614,7 +7684,7 @@ const Q2 = (l, e) => {
7614
7684
  )
7615
7685
  ]
7616
7686
  }
7617
- ), i4 = ({
7687
+ ), s4 = ({
7618
7688
  width: l = 20,
7619
7689
  height: e = 20,
7620
7690
  color: t = c.GREY_DARK_5,
@@ -7654,7 +7724,7 @@ const Q2 = (l, e) => {
7654
7724
  )
7655
7725
  ]
7656
7726
  }
7657
- ), l4 = ({
7727
+ ), n4 = ({
7658
7728
  width: l = 20,
7659
7729
  height: e = 20,
7660
7730
  color: t = c.GREY_DARK_5,
@@ -7715,7 +7785,7 @@ const Q2 = (l, e) => {
7715
7785
  )
7716
7786
  ]
7717
7787
  }
7718
- ), s4 = ({
7788
+ ), o4 = ({
7719
7789
  width: l = 20,
7720
7790
  height: e = 20,
7721
7791
  color: t = c.GREY_DARK_5,
@@ -7755,7 +7825,7 @@ const Q2 = (l, e) => {
7755
7825
  )
7756
7826
  ]
7757
7827
  }
7758
- ), n4 = ({
7828
+ ), a4 = ({
7759
7829
  width: l = 20,
7760
7830
  height: e = 20,
7761
7831
  color: t = c.GREY_DARK_5,
@@ -7779,6 +7849,39 @@ const Q2 = (l, e) => {
7779
7849
  }
7780
7850
  )
7781
7851
  }
7852
+ ), r4 = ({
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
  ), y1 = ({
7783
7886
  name: l,
7784
7887
  width: e,
@@ -7792,41 +7895,41 @@ const Q2 = (l, e) => {
7792
7895
  return /* @__PURE__ */ n(j, { children: (() => {
7793
7896
  switch (l) {
7794
7897
  case "arrow1Down":
7795
- return q9({ width: e, height: t, color: o, className: r, onClick: a });
7898
+ return X9({ width: e, height: t, color: o, className: r, onClick: a });
7796
7899
  case "arrow1Up":
7797
- return Q9({ width: e, height: t, color: o, className: r, onClick: a });
7900
+ return e0({ width: e, height: t, color: o, className: r, onClick: a });
7798
7901
  case "arrow1Right":
7799
- return X9({ width: e, height: t, color: o, className: r, onClick: a });
7902
+ return t0({ width: e, height: t, color: o, className: r, onClick: a });
7800
7903
  case "arrow1Left":
7801
- return e0({ width: e, height: t, color: o, className: r, onClick: a });
7904
+ return i0({ width: e, height: t, color: o, className: r, onClick: a });
7802
7905
  case "info":
7803
- return t0({ width: e, height: t, color: o, className: r, onClick: a });
7906
+ return l0({ width: e, height: t, color: o, className: r, onClick: a });
7804
7907
  case "archive":
7805
- return o0({ width: e, height: t, color: o, className: r, onClick: a });
7908
+ return r0({ width: e, height: t, color: o, className: r, onClick: a });
7806
7909
  case "unarchive":
7807
- return a0({ width: e, height: t, color: o, className: r, onClick: a });
7910
+ return C0({ width: e, height: t, color: o, className: r, onClick: a });
7808
7911
  case "calendar":
7809
- return r0({ width: e, height: t, color: o, className: r, onClick: a });
7912
+ return h0({ width: e, height: t, color: o, className: r, onClick: a });
7810
7913
  case "check":
7811
- return C0({ width: e, height: t, color: o, className: r, onClick: a });
7914
+ return c0({ width: e, height: t, color: o, className: r, onClick: a });
7812
7915
  case "cancel":
7813
- return h0({ width: e, height: t, color: o, className: r, onClick: a });
7916
+ return d0({ width: e, height: t, color: o, className: r, onClick: a });
7814
7917
  case "add":
7815
- return c0({ width: e, height: t, color: o, className: r, onClick: a });
7918
+ return g0({ width: e, height: t, color: o, className: r, onClick: a });
7816
7919
  case "list":
7817
- return d0({ width: e, height: t, color: o, className: r, onClick: a });
7920
+ return w0({ width: e, height: t, color: o, className: r, onClick: a });
7818
7921
  case "dragAndDrop":
7819
- return g0({ width: e, height: t, color: o, className: r, onClick: a });
7922
+ return f0({ width: e, height: t, color: o, className: r, onClick: a });
7820
7923
  case "filter1":
7821
- return w0({ width: e, height: t, color: o, className: r, onClick: a });
7924
+ return p0({ width: e, height: t, color: o, className: r, onClick: a });
7822
7925
  case "filter2":
7823
- return I0({ width: e, height: t, color: o, className: r, onClick: a });
7926
+ return T0({ width: e, height: t, color: o, className: r, onClick: a });
7824
7927
  case "attention":
7825
- return f0({ width: e, height: t, color: o, className: r, onClick: a });
7928
+ return u0({ width: e, height: t, color: o, className: r, onClick: a });
7826
7929
  case "users":
7827
- return p0({ width: e, height: t, color: o, className: r, onClick: a });
7930
+ return L0({ width: e, height: t, color: o, className: r, onClick: a });
7828
7931
  case "mySkillsMatrix":
7829
- return u0({
7932
+ return m0({
7830
7933
  width: e,
7831
7934
  height: t,
7832
7935
  color: o,
@@ -7834,9 +7937,9 @@ const Q2 = (l, e) => {
7834
7937
  onClick: a
7835
7938
  });
7836
7939
  case "skills":
7837
- return L0({ width: e, height: t, color: o, className: r, onClick: a });
7940
+ return v0({ width: e, height: t, color: o, className: r, onClick: a });
7838
7941
  case "skillsMatrices":
7839
- return m0({
7942
+ return k0({
7840
7943
  width: e,
7841
7944
  height: t,
7842
7945
  color: o,
@@ -7844,21 +7947,21 @@ const Q2 = (l, e) => {
7844
7947
  onClick: a
7845
7948
  });
7846
7949
  case "history":
7847
- return v0({ width: e, height: t, color: o, className: r, onClick: a });
7950
+ return N0({ width: e, height: t, color: o, className: r, onClick: a });
7848
7951
  case "logOut":
7849
- return k0({ width: e, height: t, color: o, className: r, onClick: a });
7952
+ return M0({ width: e, height: t, color: o, className: r, onClick: a });
7850
7953
  case "settings":
7851
- return N0({ width: e, height: t, color: o, className: r, onClick: a });
7954
+ return x0({ width: e, height: t, color: o, className: r, onClick: a });
7852
7955
  case "trash":
7853
- return M0({ width: e, height: t, color: o, className: r, onClick: a });
7956
+ return Z0({ width: e, height: t, color: o, className: r, onClick: a });
7854
7957
  case "settings2":
7855
- return x0({ width: e, height: t, color: o, className: r, onClick: a });
7958
+ return V0({ width: e, height: t, color: o, className: r, onClick: a });
7856
7959
  case "checkCircle":
7857
- return Z0({ width: e, height: t, color: o, className: r, onClick: a });
7960
+ return R0({ width: e, height: t, color: o, className: r, onClick: a });
7858
7961
  case "cancelCircle":
7859
- return V0({ width: e, height: t, color: o, className: r, onClick: a });
7962
+ return H0({ width: e, height: t, color: o, className: r, onClick: a });
7860
7963
  case "visibilityIcon":
7861
- return R0({
7964
+ return _0({
7862
7965
  width: e,
7863
7966
  height: t,
7864
7967
  color: o,
@@ -7866,7 +7969,7 @@ const Q2 = (l, e) => {
7866
7969
  onClick: a
7867
7970
  });
7868
7971
  case "visibilityOffIcon":
7869
- return H0({
7972
+ return b0({
7870
7973
  width: e,
7871
7974
  height: t,
7872
7975
  color: o,
@@ -7874,78 +7977,80 @@ const Q2 = (l, e) => {
7874
7977
  onClick: a
7875
7978
  });
7876
7979
  case "sortUp":
7877
- return _0({ width: e, height: t, color: o, className: r, onClick: a });
7980
+ return y0({ width: e, height: t, color: o, className: r, onClick: a });
7878
7981
  case "sortDown":
7879
- return b0({ width: e, height: t, color: o, className: r, onClick: a });
7982
+ return A0({ width: e, height: t, color: o, className: r, onClick: a });
7880
7983
  case "sortDouble":
7881
- return y0({ width: e, height: t, color: o, className: r, onClick: a });
7984
+ return E0({ width: e, height: t, color: o, className: r, onClick: a });
7882
7985
  case "search":
7883
- return A0({ width: e, height: t, color: o, className: r, onClick: a });
7884
- case "arrowUpFilled":
7885
7986
  return D0({ width: e, height: t, color: o, className: r, onClick: a });
7987
+ case "arrowUpFilled":
7988
+ return S0({ width: e, height: t, color: o, className: r, onClick: a });
7886
7989
  case "arrowDownFilled":
7887
- return E0({ width: e, height: t, color: o, className: r, onClick: a });
7990
+ return K0({ width: e, height: t, color: o, className: r, onClick: a });
7888
7991
  case "arrow2Up":
7889
- return i0({ width: e, height: t, color: o, className: r, onClick: a });
7992
+ return s0({ width: e, height: t, color: o, className: r, onClick: a });
7890
7993
  case "arrow2Right":
7891
- return l0({ width: e, height: t, color: o, className: r, onClick: a });
7994
+ return n0({ width: e, height: t, color: o, className: r, onClick: a });
7892
7995
  case "arrow2Down":
7893
- return s0({ width: e, height: t, color: o, className: r, onClick: a });
7996
+ return o0({ width: e, height: t, color: o, className: r, onClick: a });
7894
7997
  case "arrow2Left":
7895
- return n0({ width: e, height: t, color: o, className: r, onClick: a });
7998
+ return a0({ width: e, height: t, color: o, className: r, onClick: a });
7896
7999
  case "link":
7897
- return K0({ width: e, height: t, color: o, className: r, onClick: a });
7898
- case "telegram":
7899
8000
  return G0({ width: e, height: t, color: o, className: r, onClick: a });
7900
- case "mail":
8001
+ case "telegram":
7901
8002
  return Y0({ width: e, height: t, color: o, className: r, onClick: a });
8003
+ case "mail":
8004
+ return I0({ width: e, height: t, color: o, className: r, onClick: a });
7902
8005
  case "github":
7903
- return S0({ width: e, height: t, color: o, className: r, onClick: a });
7904
- case "linkedIn":
7905
8006
  return B0({ width: e, height: t, color: o, className: r, onClick: a });
7906
- case "emptyStateIcon":
8007
+ case "linkedIn":
7907
8008
  return O0({ width: e, height: t, color: o, className: r, onClick: a });
7908
- case "dotMenuIcon":
8009
+ case "emptyStateIcon":
7909
8010
  return $0({ width: e, height: t, color: o, className: r, onClick: a });
8011
+ case "dotMenuIcon":
8012
+ return P0({ width: e, height: t, color: o, className: r, onClick: a });
7910
8013
  case "plusCircle":
7911
- return T0({ width: e, height: t, color: o, className: r, onClick: a });
8014
+ return j0({ width: e, height: t, color: o, className: r, onClick: a });
7912
8015
  case "warning":
7913
- return P0({ width: e, height: t, color: o, className: r, onClick: a });
8016
+ return F0({ width: e, height: t, color: o, className: r, onClick: a });
7914
8017
  case "bell":
7915
- return j0({ width: e, height: t, color: o, className: r, onClick: a });
8018
+ return U0({ width: e, height: t, color: o, className: r, onClick: a });
7916
8019
  case "copy":
7917
- return F0({ width: e, height: t, color: o, className: r, onClick: a });
8020
+ return W0({ width: e, height: t, color: o, className: r, onClick: a });
7918
8021
  case "contract":
7919
- return U0({ width: e, height: t, color: o, className: r, onClick: a });
8022
+ return z0({ width: e, height: t, color: o, className: r, onClick: a });
7920
8023
  case "resourceManager":
7921
- return W0({ width: e, height: t, color: o, className: r, onClick: a });
8024
+ return J0({ width: e, height: t, color: o, className: r, onClick: a });
7922
8025
  case "image":
7923
- return z0({ width: e, height: t, color: o, className: r, onClick: a });
8026
+ return q0({ width: e, height: t, color: o, className: r, onClick: a });
7924
8027
  case "edit":
7925
- return J0({ width: e, height: t, color: o, className: r, onClick: a });
8028
+ return Q0({ width: e, height: t, color: o, className: r, onClick: a });
7926
8029
  case "burgerMenu":
7927
- return q0({ width: e, height: t, color: o, className: r, onClick: a });
8030
+ return X0({ width: e, height: t, color: o, className: r, onClick: a });
7928
8031
  case "refresh":
7929
- return Q0({ width: e, height: t, color: o, className: r, onClick: a });
8032
+ return e4({ width: e, height: t, color: o, className: r, onClick: a });
7930
8033
  case "projects":
7931
- return X0({ width: e, height: t, color: o, className: r, onClick: a });
7932
- case "user":
7933
8034
  return t4({ width: e, height: t, color: o, className: r, onClick: a });
8035
+ case "user":
8036
+ return l4({ width: e, height: t, color: o, className: r, onClick: a });
7934
8037
  case "exit":
7935
- return e4({ width: e, height: t, color: o, className: r, onClick: a });
7936
- case "status":
7937
8038
  return i4({ width: e, height: t, color: o, className: r, onClick: a });
8039
+ case "status":
8040
+ return s4({ width: e, height: t, color: o, className: r, onClick: a });
7938
8041
  case "community":
7939
- return l4({ width: e, height: t, color: o, className: r, onClick: a });
8042
+ return n4({ width: e, height: t, color: o, className: r, onClick: a });
7940
8043
  case "docs":
7941
- return s4({ width: e, height: t, color: o, className: r, onClick: a });
8044
+ return o4({ width: e, height: t, color: o, className: r, onClick: a });
7942
8045
  case "unpaidLeave":
7943
- return n4({ width: e, height: t, color: o, className: r, onClick: a });
8046
+ return a4({ width: e, height: t, color: o, className: r, onClick: a });
8047
+ case "time":
8048
+ return r4({ width: e, height: t, color: o, className: r, onClick: a });
7944
8049
  default:
7945
8050
  return /* @__PURE__ */ n(j, { children: "No Icon provided" });
7946
8051
  }
7947
8052
  })() });
7948
- }, o4 = ({
8053
+ }, C4 = ({
7949
8054
  text: l,
7950
8055
  color: e = "cyan",
7951
8056
  size: t = "medium",
@@ -7971,7 +8076,7 @@ const Q2 = (l, e) => {
7971
8076
  children: /* @__PURE__ */ n(m2, { variant: s, color: c.GREY_DARK_4, children: l })
7972
8077
  }
7973
8078
  );
7974
- }, a4 = ({
8079
+ }, h4 = ({
7975
8080
  text: l,
7976
8081
  status: e,
7977
8082
  withIcon: t = !1,
@@ -7987,7 +8092,7 @@ const Q2 = (l, e) => {
7987
8092
  color: c.NOTIFICATION_SUCCESS_DARK
7988
8093
  }
7989
8094
  ),
7990
- pending: /* @__PURE__ */ n(y1, { name: "history", width: 14, height: 14, color: c.NOTIFICATION_WARNING_DARK }),
8095
+ pending: /* @__PURE__ */ n(y1, { name: "time", width: 14, height: 14, color: c.NOTIFICATION_WARNING_DARK }),
7991
8096
  rejected: /* @__PURE__ */ n(
7992
8097
  y1,
7993
8098
  {
@@ -8020,8 +8125,8 @@ const Q2 = (l, e) => {
8020
8125
  ]
8021
8126
  }
8022
8127
  );
8023
- }, v2 = (l) => l.variant === "status" ? /* @__PURE__ */ n(a4, { ...l }) : /* @__PURE__ */ n(o4, { ...l });
8024
- var r4 = { exports: {} };
8128
+ }, v2 = (l) => l.variant === "status" ? /* @__PURE__ */ n(h4, { ...l }) : /* @__PURE__ */ n(C4, { ...l });
8129
+ var c4 = { exports: {} };
8025
8130
  (function(l, e) {
8026
8131
  (function(t, i) {
8027
8132
  l.exports = i();
@@ -8031,8 +8136,8 @@ var r4 = { exports: {} };
8031
8136
  return "[" + t + (i[(s - 20) % 10] || i[s] || i[0]) + "]";
8032
8137
  } };
8033
8138
  });
8034
- })(r4);
8035
- const C4 = ({
8139
+ })(c4);
8140
+ const d4 = ({
8036
8141
  values: l,
8037
8142
  onTagClose: e,
8038
8143
  maxWidth: t,
@@ -8052,7 +8157,7 @@ const C4 = ({
8052
8157
  return ((u = C == null ? void 0 : C.find((k) => k.value === p)) == null ? void 0 : u.label) || ((M = h == null ? void 0 : h.find((k) => k.value === p)) == null ? void 0 : M.label) || p;
8053
8158
  };
8054
8159
  return /* @__PURE__ */ g(
8055
- j9,
8160
+ U9,
8056
8161
  {
8057
8162
  content: (
8058
8163
  // 90: paddings + margins + gaps and so on
@@ -8091,17 +8196,17 @@ const C4 = ({
8091
8196
  ]
8092
8197
  }
8093
8198
  );
8094
- }, h4 = {
8199
+ }, g4 = {
8095
8200
  small: 20,
8096
8201
  medium: 28,
8097
8202
  large: 48
8098
8203
  }, X1 = ({ size: l = "medium", color: e = c.BLUE_PRIMARY }) => {
8099
8204
  const t = {
8100
- width: h4[l],
8205
+ width: g4[l],
8101
8206
  "--loader-color": e
8102
8207
  };
8103
8208
  return /* @__PURE__ */ n("span", { className: "snmt-loader", style: t });
8104
- }, c4 = ({
8209
+ }, w4 = ({
8105
8210
  width: l = 20,
8106
8211
  height: e = 20,
8107
8212
  color: t = c.GREY_DARK_5,
@@ -8125,7 +8230,7 @@ const C4 = ({
8125
8230
  }
8126
8231
  )
8127
8232
  }
8128
- ), d4 = ({
8233
+ ), f4 = ({
8129
8234
  width: l = 20,
8130
8235
  height: e = 20,
8131
8236
  color: t = c.GREY_DARK_5,
@@ -8149,7 +8254,7 @@ const C4 = ({
8149
8254
  }
8150
8255
  )
8151
8256
  }
8152
- ), g4 = ({
8257
+ ), p4 = ({
8153
8258
  width: l = 20,
8154
8259
  height: e = 20,
8155
8260
  color: t = c.GREY_DARK_5,
@@ -8173,7 +8278,7 @@ const C4 = ({
8173
8278
  }
8174
8279
  )
8175
8280
  }
8176
- ), w4 = ({
8281
+ ), u4 = ({
8177
8282
  width: l = 20,
8178
8283
  height: e = 20,
8179
8284
  color: t = c.GREY_DARK_5,
@@ -8198,7 +8303,7 @@ const C4 = ({
8198
8303
  }
8199
8304
  )
8200
8305
  }
8201
- ), f4 = ({
8306
+ ), L4 = ({
8202
8307
  width: l = 20,
8203
8308
  height: e = 20,
8204
8309
  color: t = c.GREY_DARK_5,
@@ -8238,7 +8343,7 @@ const C4 = ({
8238
8343
  )
8239
8344
  ]
8240
8345
  }
8241
- ), p4 = ({
8346
+ ), m4 = ({
8242
8347
  width: l = 20,
8243
8348
  height: e = 20,
8244
8349
  color: t = c.GREY_DARK_5,
@@ -8265,7 +8370,7 @@ const C4 = ({
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
- ), u4 = ({
8373
+ ), v4 = ({
8269
8374
  width: l = 20,
8270
8375
  height: e = 20,
8271
8376
  color: t = c.GREY_DARK_5,
@@ -8289,7 +8394,7 @@ const C4 = ({
8289
8394
  }
8290
8395
  )
8291
8396
  }
8292
- ), L4 = ({
8397
+ ), k4 = ({
8293
8398
  width: l = 20,
8294
8399
  height: e = 20,
8295
8400
  color: t = c.GREY_DARK_5,
@@ -8316,7 +8421,7 @@ const C4 = ({
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
- ), m4 = ({
8424
+ ), N4 = ({
8320
8425
  width: l = 20,
8321
8426
  height: e = 20,
8322
8427
  color: t = c.GREY_DARK_5,
@@ -8340,7 +8445,7 @@ const C4 = ({
8340
8445
  }
8341
8446
  )
8342
8447
  }
8343
- ), v4 = ({
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 C4 = ({
8380
8485
  )
8381
8486
  ]
8382
8487
  }
8383
- ), k4 = ({
8488
+ ), x4 = ({
8384
8489
  width: l = 20,
8385
8490
  height: e = 20,
8386
8491
  color: t = c.GREY_DARK_5,
@@ -8426,7 +8531,7 @@ const C4 = ({
8426
8531
  )
8427
8532
  ]
8428
8533
  }
8429
- ), N4 = ({
8534
+ ), Z4 = ({
8430
8535
  width: l = 20,
8431
8536
  height: e = 20,
8432
8537
  color: t = c.GREY_DARK_5,
@@ -8473,7 +8578,7 @@ const C4 = ({
8473
8578
  )
8474
8579
  ]
8475
8580
  }
8476
- ), M4 = ({
8581
+ ), V4 = ({
8477
8582
  width: l = 20,
8478
8583
  height: e = 20,
8479
8584
  color: t = c.GREY_DARK_5,
@@ -8497,7 +8602,7 @@ const C4 = ({
8497
8602
  }
8498
8603
  )
8499
8604
  }
8500
- ), x4 = ({
8605
+ ), R4 = ({
8501
8606
  width: l = 20,
8502
8607
  height: e = 20,
8503
8608
  color: t = c.GREY_DARK_5,
@@ -8521,7 +8626,7 @@ const C4 = ({
8521
8626
  }
8522
8627
  )
8523
8628
  }
8524
- ), Z4 = ({
8629
+ ), H4 = ({
8525
8630
  width: l = 20,
8526
8631
  height: e = 20,
8527
8632
  color: t = c.GREY_DARK_5,
@@ -8545,7 +8650,7 @@ const C4 = ({
8545
8650
  }
8546
8651
  )
8547
8652
  }
8548
- ), V4 = ({
8653
+ ), _4 = ({
8549
8654
  width: l = 20,
8550
8655
  height: e = 20,
8551
8656
  color: t = c.GREY_DARK_5,
@@ -8606,7 +8711,7 @@ const C4 = ({
8606
8711
  )
8607
8712
  ]
8608
8713
  }
8609
- ), R4 = ({
8714
+ ), b4 = ({
8610
8715
  width: l = 20,
8611
8716
  height: e = 20,
8612
8717
  color: t = c.GREY_DARK_5,
@@ -8653,7 +8758,7 @@ const C4 = ({
8653
8758
  )
8654
8759
  ]
8655
8760
  }
8656
- ), H4 = ({
8761
+ ), y4 = ({
8657
8762
  width: l = 20,
8658
8763
  height: e = 20,
8659
8764
  color: t = c.GREY_DARK_5,
@@ -8693,7 +8798,7 @@ const C4 = ({
8693
8798
  )
8694
8799
  ]
8695
8800
  }
8696
- ), _4 = ({
8801
+ ), A4 = ({
8697
8802
  width: l = 20,
8698
8803
  height: e = 20,
8699
8804
  color: t = c.GREY_DARK_5,
@@ -8733,7 +8838,7 @@ const C4 = ({
8733
8838
  )
8734
8839
  ]
8735
8840
  }
8736
- ), b4 = ({
8841
+ ), E4 = ({
8737
8842
  width: l = 20,
8738
8843
  height: e = 20,
8739
8844
  color: t = c.GREY_DARK_5,
@@ -8780,7 +8885,7 @@ const C4 = ({
8780
8885
  )
8781
8886
  ]
8782
8887
  }
8783
- ), y4 = ({
8888
+ ), D4 = ({
8784
8889
  width: l = 20,
8785
8890
  height: e = 20,
8786
8891
  color: t = c.GREY_DARK_5,
@@ -8827,7 +8932,7 @@ const C4 = ({
8827
8932
  )
8828
8933
  ]
8829
8934
  }
8830
- ), A4 = ({
8935
+ ), K4 = ({
8831
8936
  width: l = 20,
8832
8937
  height: e = 20,
8833
8938
  color: t = c.GREY_DARK_5,
@@ -8874,7 +8979,7 @@ const C4 = ({
8874
8979
  )
8875
8980
  ]
8876
8981
  }
8877
- ), E4 = ({
8982
+ ), S4 = ({
8878
8983
  width: l = 20,
8879
8984
  height: e = 20,
8880
8985
  color: t = c.GREY_DARK_5,
@@ -8914,7 +9019,7 @@ const C4 = ({
8914
9019
  )
8915
9020
  ]
8916
9021
  }
8917
- ), D4 = ({
9022
+ ), G4 = ({
8918
9023
  width: l = 20,
8919
9024
  height: e = 20,
8920
9025
  color: t = c.GREY_DARK_5,
@@ -8947,7 +9052,7 @@ const C4 = ({
8947
9052
  )
8948
9053
  ]
8949
9054
  }
8950
- ), K4 = ({
9055
+ ), B4 = ({
8951
9056
  width: l = 20,
8952
9057
  height: e = 20,
8953
9058
  color: t = c.GREY_DARK_5,
@@ -8980,7 +9085,7 @@ const C4 = ({
8980
9085
  )
8981
9086
  ]
8982
9087
  }
8983
- ), S4 = ({
9088
+ ), Y4 = ({
8984
9089
  width: l = 20,
8985
9090
  height: e = 20,
8986
9091
  color: t = c.GREY_DARK_5,
@@ -9013,7 +9118,7 @@ const C4 = ({
9013
9118
  )
9014
9119
  ]
9015
9120
  }
9016
- ), G4 = ({
9121
+ ), O4 = ({
9017
9122
  width: l = 20,
9018
9123
  height: e = 20,
9019
9124
  color: t = c.GREY_DARK_5,
@@ -9046,7 +9151,7 @@ const C4 = ({
9046
9151
  )
9047
9152
  ]
9048
9153
  }
9049
- ), B4 = ({
9154
+ ), I4 = ({
9050
9155
  width: l = 20,
9051
9156
  height: e = 20,
9052
9157
  color: t = c.GREY_DARK_5,
@@ -9086,7 +9191,7 @@ const C4 = ({
9086
9191
  )
9087
9192
  ]
9088
9193
  }
9089
- ), Y4 = ({
9194
+ ), $4 = ({
9090
9195
  width: l = 20,
9091
9196
  height: e = 20,
9092
9197
  color: t = c.GREY_DARK_5,
@@ -9119,7 +9224,7 @@ const C4 = ({
9119
9224
  )
9120
9225
  ]
9121
9226
  }
9122
- ), O4 = ({
9227
+ ), T4 = ({
9123
9228
  width: l = 20,
9124
9229
  height: e = 20,
9125
9230
  color: t = c.GREY_DARK_5,
@@ -9152,7 +9257,7 @@ const C4 = ({
9152
9257
  )
9153
9258
  ]
9154
9259
  }
9155
- ), I4 = ({
9260
+ ), P4 = ({
9156
9261
  width: l = 20,
9157
9262
  height: e = 20,
9158
9263
  color: t = "#070739",
@@ -9182,7 +9287,7 @@ const C4 = ({
9182
9287
  /* @__PURE__ */ n("circle", { cx: "10", cy: "10", r: "2.375", stroke: t, strokeWidth: "1.25" })
9183
9288
  ]
9184
9289
  }
9185
- ), $4 = ({
9290
+ ), j4 = ({
9186
9291
  width: l = 20,
9187
9292
  height: e = 20,
9188
9293
  color: t = "#070739",
@@ -9220,7 +9325,7 @@ const C4 = ({
9220
9325
  )
9221
9326
  ]
9222
9327
  }
9223
- ), T4 = ({
9328
+ ), F4 = ({
9224
9329
  width: l = 20,
9225
9330
  height: e = 20,
9226
9331
  color: t = c.GREY_DARK_5,
@@ -9253,7 +9358,7 @@ const C4 = ({
9253
9358
  )
9254
9359
  ]
9255
9360
  }
9256
- ), P4 = ({
9361
+ ), U4 = ({
9257
9362
  width: l = 20,
9258
9363
  height: e = 20,
9259
9364
  color: t = c.GREY_DARK_5,
@@ -9286,7 +9391,7 @@ const C4 = ({
9286
9391
  )
9287
9392
  ]
9288
9393
  }
9289
- ), j4 = ({
9394
+ ), W4 = ({
9290
9395
  width: l = 20,
9291
9396
  height: e = 20,
9292
9397
  color: t = c.GREY_DARK_5,
@@ -9333,7 +9438,7 @@ const C4 = ({
9333
9438
  )
9334
9439
  ]
9335
9440
  }
9336
- ), F4 = ({
9441
+ ), z4 = ({
9337
9442
  className: l,
9338
9443
  color: e = c.GREY_DARK_5,
9339
9444
  height: t = 20,
@@ -9366,7 +9471,7 @@ const C4 = ({
9366
9471
  )
9367
9472
  ]
9368
9473
  }
9369
- ), U4 = ({
9474
+ ), J4 = ({
9370
9475
  className: l,
9371
9476
  color: e = c.GREY_DARK_5,
9372
9477
  height: t = 5,
@@ -9390,7 +9495,7 @@ const C4 = ({
9390
9495
  }
9391
9496
  )
9392
9497
  }
9393
- ), W4 = ({
9498
+ ), q4 = ({
9394
9499
  className: l,
9395
9500
  color: e = c.GREY_DARK_5,
9396
9501
  height: t = 5,
@@ -9415,7 +9520,7 @@ const C4 = ({
9415
9520
  }
9416
9521
  )
9417
9522
  }
9418
- ), z4 = ({
9523
+ ), Q4 = ({
9419
9524
  className: l,
9420
9525
  color: e = c.GREY_DARK_5,
9421
9526
  height: t = 20,
@@ -9448,7 +9553,7 @@ const C4 = ({
9448
9553
  )
9449
9554
  ]
9450
9555
  }
9451
- ), J4 = ({
9556
+ ), X4 = ({
9452
9557
  className: l,
9453
9558
  color: e = c.GREY_DARK_5,
9454
9559
  height: t = 20,
@@ -9487,7 +9592,7 @@ const C4 = ({
9487
9592
  )
9488
9593
  ]
9489
9594
  }
9490
- ), q4 = ({
9595
+ ), e6 = ({
9491
9596
  className: l,
9492
9597
  color: e = c.GREY_DARK_5,
9493
9598
  height: t = 20,
@@ -9511,7 +9616,7 @@ const C4 = ({
9511
9616
  }
9512
9617
  )
9513
9618
  }
9514
- ), Q4 = ({
9619
+ ), t6 = ({
9515
9620
  className: l,
9516
9621
  color: e = c.GREY_DARK_5,
9517
9622
  height: t = 20,
@@ -9558,7 +9663,7 @@ const C4 = ({
9558
9663
  )
9559
9664
  ]
9560
9665
  }
9561
- ), X4 = ({
9666
+ ), i6 = ({
9562
9667
  className: l,
9563
9668
  color: e = c.GREY_DARK_5,
9564
9669
  height: t = 20,
@@ -9591,7 +9696,7 @@ const C4 = ({
9591
9696
  )
9592
9697
  ]
9593
9698
  }
9594
- ), e6 = ({
9699
+ ), l6 = ({
9595
9700
  className: l,
9596
9701
  color: e = c.GREY_DARK_5,
9597
9702
  height: t = 20,
@@ -9628,7 +9733,7 @@ const C4 = ({
9628
9733
  )
9629
9734
  ]
9630
9735
  }
9631
- ), t6 = ({
9736
+ ), s6 = ({
9632
9737
  className: l,
9633
9738
  color: e = c.GREY_DARK_5,
9634
9739
  height: t = 20,
@@ -9652,7 +9757,7 @@ const C4 = ({
9652
9757
  }
9653
9758
  )
9654
9759
  }
9655
- ), i6 = ({
9760
+ ), n6 = ({
9656
9761
  className: l,
9657
9762
  color: e = c.GREY_DARK_5,
9658
9763
  height: t = 20,
@@ -9713,7 +9818,7 @@ const C4 = ({
9713
9818
  )
9714
9819
  ]
9715
9820
  }
9716
- ), l6 = ({
9821
+ ), o6 = ({
9717
9822
  className: l,
9718
9823
  color: e = c.GREY_DARK_5,
9719
9824
  height: t = 20,
@@ -9750,7 +9855,7 @@ const C4 = ({
9750
9855
  )
9751
9856
  ]
9752
9857
  }
9753
- ), s6 = ({
9858
+ ), a6 = ({
9754
9859
  className: l,
9755
9860
  color: e = c.GREY_DARK_5,
9756
9861
  height: t = 20,
@@ -9790,7 +9895,7 @@ const C4 = ({
9790
9895
  )
9791
9896
  ]
9792
9897
  }
9793
- ), n6 = ({
9898
+ ), r6 = ({
9794
9899
  className: l,
9795
9900
  color: e = c.GREY_DARK_5,
9796
9901
  height: t = 20,
@@ -9823,7 +9928,7 @@ const C4 = ({
9823
9928
  )
9824
9929
  ]
9825
9930
  }
9826
- ), o6 = ({
9931
+ ), C6 = ({
9827
9932
  className: l,
9828
9933
  color: e = c.GREY_DARK_5,
9829
9934
  height: t = 20,
@@ -9856,7 +9961,7 @@ const C4 = ({
9856
9961
  )
9857
9962
  ]
9858
9963
  }
9859
- ), a6 = ({
9964
+ ), h6 = ({
9860
9965
  className: l,
9861
9966
  color: e = c.GREY_DARK_5,
9862
9967
  height: t = 20,
@@ -9910,7 +10015,7 @@ const C4 = ({
9910
10015
  )
9911
10016
  ]
9912
10017
  }
9913
- ), r6 = ({
10018
+ ), c6 = ({
9914
10019
  className: l,
9915
10020
  color: e = c.GREY_DARK_5,
9916
10021
  height: t = 20,
@@ -9957,7 +10062,7 @@ const C4 = ({
9957
10062
  )
9958
10063
  ]
9959
10064
  }
9960
- ), C6 = ({
10065
+ ), d6 = ({
9961
10066
  className: l,
9962
10067
  color: e = c.GREY_DARK_5,
9963
10068
  height: t = 20,
@@ -9997,7 +10102,7 @@ const C4 = ({
9997
10102
  )
9998
10103
  ]
9999
10104
  }
10000
- ), h6 = ({
10105
+ ), g6 = ({
10001
10106
  className: l,
10002
10107
  color: e = c.GREY_DARK_5,
10003
10108
  height: t = 20,
@@ -10021,7 +10126,7 @@ const C4 = ({
10021
10126
  }
10022
10127
  )
10023
10128
  }
10024
- ), c6 = ({
10129
+ ), w6 = ({
10025
10130
  className: l,
10026
10131
  color: e = c.GREY_DARK_5,
10027
10132
  height: t = 20,
@@ -10061,7 +10166,7 @@ const C4 = ({
10061
10166
  )
10062
10167
  ]
10063
10168
  }
10064
- ), d6 = ({
10169
+ ), f6 = ({
10065
10170
  className: l,
10066
10171
  color: e = c.GREY_DARK_5,
10067
10172
  height: t = 20,
@@ -10101,7 +10206,7 @@ const C4 = ({
10101
10206
  )
10102
10207
  ]
10103
10208
  }
10104
- ), g6 = ({
10209
+ ), p6 = ({
10105
10210
  width: l = 20,
10106
10211
  height: e = 20,
10107
10212
  color: t = c.GREY_DARK_5,
@@ -10125,7 +10230,7 @@ const C4 = ({
10125
10230
  }
10126
10231
  )
10127
10232
  }
10128
- ), w6 = ({
10233
+ ), u6 = ({
10129
10234
  width: l = 24,
10130
10235
  height: e = 24,
10131
10236
  color: t = "#131314",
@@ -10158,7 +10263,7 @@ const C4 = ({
10158
10263
  )
10159
10264
  ]
10160
10265
  }
10161
- ), f6 = ({
10266
+ ), L6 = ({
10162
10267
  width: l = 20,
10163
10268
  height: e = 20,
10164
10269
  color: t = c.GREY_DARK_5,
@@ -10191,7 +10296,7 @@ const C4 = ({
10191
10296
  )
10192
10297
  ]
10193
10298
  }
10194
- ), p6 = ({
10299
+ ), m6 = ({
10195
10300
  width: l = 20,
10196
10301
  height: e = 20,
10197
10302
  color: t = c.GREY_DARK_5,
@@ -10231,7 +10336,7 @@ const C4 = ({
10231
10336
  )
10232
10337
  ]
10233
10338
  }
10234
- ), u6 = ({
10339
+ ), v6 = ({
10235
10340
  width: l = 20,
10236
10341
  height: e = 20,
10237
10342
  color: t = c.GREY_DARK_5,
@@ -10292,7 +10397,7 @@ const C4 = ({
10292
10397
  )
10293
10398
  ]
10294
10399
  }
10295
- ), L6 = ({
10400
+ ), k6 = ({
10296
10401
  width: l = 20,
10297
10402
  height: e = 20,
10298
10403
  color: t = c.GREY_DARK_5,
@@ -10332,7 +10437,7 @@ const C4 = ({
10332
10437
  )
10333
10438
  ]
10334
10439
  }
10335
- ), m6 = ({
10440
+ ), N6 = ({
10336
10441
  width: l = 20,
10337
10442
  height: e = 20,
10338
10443
  color: t = c.GREY_DARK_5,
@@ -10356,7 +10461,40 @@ const C4 = ({
10356
10461
  }
10357
10462
  )
10358
10463
  }
10359
- ), v6 = ({
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
+ ), x6 = ({
10360
10498
  name: l,
10361
10499
  width: e,
10362
10500
  height: t,
@@ -10369,41 +10507,41 @@ const C4 = ({
10369
10507
  return /* @__PURE__ */ n(j, { children: (() => {
10370
10508
  switch (l) {
10371
10509
  case "arrow1Down":
10372
- return c4({ width: e, height: t, color: o, className: r, onClick: a });
10510
+ return w4({ width: e, height: t, color: o, className: r, onClick: a });
10373
10511
  case "arrow1Up":
10374
- return d4({ width: e, height: t, color: o, className: r, onClick: a });
10512
+ return f4({ width: e, height: t, color: o, className: r, onClick: a });
10375
10513
  case "arrow1Right":
10376
- return g4({ width: e, height: t, color: o, className: r, onClick: a });
10514
+ return p4({ width: e, height: t, color: o, className: r, onClick: a });
10377
10515
  case "arrow1Left":
10378
- return w4({ width: e, height: t, color: o, className: r, onClick: a });
10516
+ return u4({ width: e, height: t, color: o, className: r, onClick: a });
10379
10517
  case "info":
10380
- return f4({ width: e, height: t, color: o, className: r, onClick: a });
10518
+ return L4({ width: e, height: t, color: o, className: r, onClick: a });
10381
10519
  case "archive":
10382
- return v4({ width: e, height: t, color: o, className: r, onClick: a });
10520
+ return M4({ width: e, height: t, color: o, className: r, onClick: a });
10383
10521
  case "unarchive":
10384
- return k4({ width: e, height: t, color: o, className: r, onClick: a });
10522
+ return x4({ width: e, height: t, color: o, className: r, onClick: a });
10385
10523
  case "calendar":
10386
- return N4({ width: e, height: t, color: o, className: r, onClick: a });
10524
+ return Z4({ width: e, height: t, color: o, className: r, onClick: a });
10387
10525
  case "check":
10388
- return M4({ width: e, height: t, color: o, className: r, onClick: a });
10526
+ return V4({ width: e, height: t, color: o, className: r, onClick: a });
10389
10527
  case "cancel":
10390
- return x4({ width: e, height: t, color: o, className: r, onClick: a });
10528
+ return R4({ width: e, height: t, color: o, className: r, onClick: a });
10391
10529
  case "add":
10392
- return Z4({ width: e, height: t, color: o, className: r, onClick: a });
10530
+ return H4({ width: e, height: t, color: o, className: r, onClick: a });
10393
10531
  case "list":
10394
- return V4({ width: e, height: t, color: o, className: r, onClick: a });
10532
+ return _4({ width: e, height: t, color: o, className: r, onClick: a });
10395
10533
  case "dragAndDrop":
10396
- return R4({ width: e, height: t, color: o, className: r, onClick: a });
10534
+ return b4({ width: e, height: t, color: o, className: r, onClick: a });
10397
10535
  case "filter1":
10398
- return H4({ width: e, height: t, color: o, className: r, onClick: a });
10536
+ return y4({ width: e, height: t, color: o, className: r, onClick: a });
10399
10537
  case "filter2":
10400
- return t6({ width: e, height: t, color: o, className: r, onClick: a });
10538
+ return s6({ width: e, height: t, color: o, className: r, onClick: a });
10401
10539
  case "attention":
10402
- return _4({ width: e, height: t, color: o, className: r, onClick: a });
10540
+ return A4({ width: e, height: t, color: o, className: r, onClick: a });
10403
10541
  case "users":
10404
- return b4({ width: e, height: t, color: o, className: r, onClick: a });
10542
+ return E4({ width: e, height: t, color: o, className: r, onClick: a });
10405
10543
  case "mySkillsMatrix":
10406
- return y4({
10544
+ return D4({
10407
10545
  width: e,
10408
10546
  height: t,
10409
10547
  color: o,
@@ -10411,9 +10549,9 @@ const C4 = ({
10411
10549
  onClick: a
10412
10550
  });
10413
10551
  case "skills":
10414
- return A4({ width: e, height: t, color: o, className: r, onClick: a });
10552
+ return K4({ width: e, height: t, color: o, className: r, onClick: a });
10415
10553
  case "skillsMatrices":
10416
- return E4({
10554
+ return S4({
10417
10555
  width: e,
10418
10556
  height: t,
10419
10557
  color: o,
@@ -10421,21 +10559,21 @@ const C4 = ({
10421
10559
  onClick: a
10422
10560
  });
10423
10561
  case "history":
10424
- return D4({ width: e, height: t, color: o, className: r, onClick: a });
10562
+ return G4({ width: e, height: t, color: o, className: r, onClick: a });
10425
10563
  case "logOut":
10426
- return K4({ width: e, height: t, color: o, className: r, onClick: a });
10564
+ return B4({ width: e, height: t, color: o, className: r, onClick: a });
10427
10565
  case "settings":
10428
- return S4({ width: e, height: t, color: o, className: r, onClick: a });
10566
+ return Y4({ width: e, height: t, color: o, className: r, onClick: a });
10429
10567
  case "trash":
10430
- return G4({ width: e, height: t, color: o, className: r, onClick: a });
10568
+ return O4({ width: e, height: t, color: o, className: r, onClick: a });
10431
10569
  case "settings2":
10432
- return B4({ width: e, height: t, color: o, className: r, onClick: a });
10570
+ return I4({ width: e, height: t, color: o, className: r, onClick: a });
10433
10571
  case "checkCircle":
10434
- return Y4({ width: e, height: t, color: o, className: r, onClick: a });
10572
+ return $4({ width: e, height: t, color: o, className: r, onClick: a });
10435
10573
  case "cancelCircle":
10436
- return O4({ width: e, height: t, color: o, className: r, onClick: a });
10574
+ return T4({ width: e, height: t, color: o, className: r, onClick: a });
10437
10575
  case "visibilityIcon":
10438
- return I4({
10576
+ return P4({
10439
10577
  width: e,
10440
10578
  height: t,
10441
10579
  color: o,
@@ -10443,7 +10581,7 @@ const C4 = ({
10443
10581
  onClick: a
10444
10582
  });
10445
10583
  case "visibilityOffIcon":
10446
- return $4({
10584
+ return j4({
10447
10585
  width: e,
10448
10586
  height: t,
10449
10587
  color: o,
@@ -10451,85 +10589,87 @@ const C4 = ({
10451
10589
  onClick: a
10452
10590
  });
10453
10591
  case "sortUp":
10454
- return T4({ width: e, height: t, color: o, className: r, onClick: a });
10592
+ return F4({ width: e, height: t, color: o, className: r, onClick: a });
10455
10593
  case "sortDown":
10456
- return P4({ width: e, height: t, color: o, className: r, onClick: a });
10594
+ return U4({ width: e, height: t, color: o, className: r, onClick: a });
10457
10595
  case "sortDouble":
10458
- return j4({ width: e, height: t, color: o, className: r, onClick: a });
10596
+ return W4({ width: e, height: t, color: o, className: r, onClick: a });
10459
10597
  case "search":
10460
- return F4({ width: e, height: t, color: o, className: r, onClick: a });
10598
+ return z4({ width: e, height: t, color: o, className: r, onClick: a });
10461
10599
  case "arrowUpFilled":
10462
- return W4({ width: e, height: t, color: o, className: r, onClick: a });
10600
+ return q4({ width: e, height: t, color: o, className: r, onClick: a });
10463
10601
  case "arrowDownFilled":
10464
- return U4({ width: e, height: t, color: o, className: r, onClick: a });
10602
+ return J4({ width: e, height: t, color: o, className: r, onClick: a });
10465
10603
  case "arrow2Up":
10466
- return p4({ width: e, height: t, color: o, className: r, onClick: a });
10604
+ return m4({ width: e, height: t, color: o, className: r, onClick: a });
10467
10605
  case "arrow2Right":
10468
- return u4({ width: e, height: t, color: o, className: r, onClick: a });
10606
+ return v4({ width: e, height: t, color: o, className: r, onClick: a });
10469
10607
  case "arrow2Down":
10470
- return L4({ width: e, height: t, color: o, className: r, onClick: a });
10608
+ return k4({ width: e, height: t, color: o, className: r, onClick: a });
10471
10609
  case "arrow2Left":
10472
- return m4({ width: e, height: t, color: o, className: r, onClick: a });
10610
+ return N4({ width: e, height: t, color: o, className: r, onClick: a });
10473
10611
  case "link":
10474
- return z4({ width: e, height: t, color: o, className: r, onClick: a });
10612
+ return Q4({ width: e, height: t, color: o, className: r, onClick: a });
10475
10613
  case "telegram":
10476
- return q4({ width: e, height: t, color: o, className: r, onClick: a });
10614
+ return e6({ width: e, height: t, color: o, className: r, onClick: a });
10477
10615
  case "mail":
10478
- return X4({ width: e, height: t, color: o, className: r, onClick: a });
10616
+ return i6({ width: e, height: t, color: o, className: r, onClick: a });
10479
10617
  case "github":
10480
- return J4({ width: e, height: t, color: o, className: r, onClick: a });
10618
+ return X4({ width: e, height: t, color: o, className: r, onClick: a });
10481
10619
  case "linkedIn":
10482
- return Q4({ width: e, height: t, color: o, className: r, onClick: a });
10620
+ return t6({ width: e, height: t, color: o, className: r, onClick: a });
10483
10621
  case "emptyStateIcon":
10484
- return e6({ width: e, height: t, color: o, className: r, onClick: a });
10622
+ return l6({ width: e, height: t, color: o, className: r, onClick: a });
10485
10623
  case "dotMenuIcon":
10486
- return i6({ width: e, height: t, color: o, className: r, onClick: a });
10624
+ return n6({ width: e, height: t, color: o, className: r, onClick: a });
10487
10625
  case "plusCircle":
10488
- return l6({ width: e, height: t, color: o, className: r, onClick: a });
10626
+ return o6({ width: e, height: t, color: o, className: r, onClick: a });
10489
10627
  case "warning":
10490
- return s6({ width: e, height: t, color: o, className: r, onClick: a });
10628
+ return a6({ width: e, height: t, color: o, className: r, onClick: a });
10491
10629
  case "bell":
10492
- return n6({ width: e, height: t, color: o, className: r, onClick: a });
10630
+ return r6({ width: e, height: t, color: o, className: r, onClick: a });
10493
10631
  case "copy":
10494
- return o6({ width: e, height: t, color: o, className: r, onClick: a });
10632
+ return C6({ width: e, height: t, color: o, className: r, onClick: a });
10495
10633
  case "contract":
10496
- return a6({ width: e, height: t, color: o, className: r, onClick: a });
10634
+ return h6({ width: e, height: t, color: o, className: r, onClick: a });
10497
10635
  case "resourceManager":
10498
- return r6({ width: e, height: t, color: o, className: r, onClick: a });
10636
+ return c6({ width: e, height: t, color: o, className: r, onClick: a });
10499
10637
  case "image":
10500
- return C6({ width: e, height: t, color: o, className: r, onClick: a });
10638
+ return d6({ width: e, height: t, color: o, className: r, onClick: a });
10501
10639
  case "edit":
10502
- return h6({ width: e, height: t, color: o, className: r, onClick: a });
10640
+ return g6({ width: e, height: t, color: o, className: r, onClick: a });
10503
10641
  case "burgerMenu":
10504
- return c6({ width: e, height: t, color: o, className: r, onClick: a });
10642
+ return w6({ width: e, height: t, color: o, className: r, onClick: a });
10505
10643
  case "refresh":
10506
- return d6({ width: e, height: t, color: o, className: r, onClick: a });
10644
+ return f6({ width: e, height: t, color: o, className: r, onClick: a });
10507
10645
  case "projects":
10508
- return g6({ width: e, height: t, color: o, className: r, onClick: a });
10646
+ return p6({ width: e, height: t, color: o, className: r, onClick: a });
10509
10647
  case "user":
10510
- return f6({ width: e, height: t, color: o, className: r, onClick: a });
10648
+ return L6({ width: e, height: t, color: o, className: r, onClick: a });
10511
10649
  case "exit":
10512
- return w6({ width: e, height: t, color: o, className: r, onClick: a });
10650
+ return u6({ width: e, height: t, color: o, className: r, onClick: a });
10513
10651
  case "status":
10514
- return p6({ width: e, height: t, color: o, className: r, onClick: a });
10652
+ return m6({ width: e, height: t, color: o, className: r, onClick: a });
10515
10653
  case "community":
10516
- return u6({ width: e, height: t, color: o, className: r, onClick: a });
10654
+ return v6({ width: e, height: t, color: o, className: r, onClick: a });
10517
10655
  case "docs":
10518
- return L6({ width: e, height: t, color: o, className: r, onClick: a });
10656
+ return k6({ width: e, height: t, color: o, className: r, onClick: a });
10519
10657
  case "unpaidLeave":
10520
- return m6({ width: e, height: t, color: o, className: r, onClick: a });
10658
+ return N6({ 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(j, { children: "No Icon provided" });
10523
10663
  }
10524
10664
  })() });
10525
- }, k6 = ({
10665
+ }, Z6 = ({
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 = M6(e, i), h = N6(e, i);
10672
+ const C = R6(e, i), h = V6(e, i);
10533
10673
  return /* @__PURE__ */ n(
10534
10674
  "button",
10535
10675
  {
@@ -10537,7 +10677,7 @@ const C4 = ({
10537
10677
  onClick: s,
10538
10678
  disabled: i,
10539
10679
  children: /* @__PURE__ */ n(
10540
- v6,
10680
+ x6,
10541
10681
  {
10542
10682
  name: l,
10543
10683
  className: "snmt-arrow-button-icon-rotation" + (e && !i ? `-${t}` : "-initial"),
@@ -10547,13 +10687,13 @@ const C4 = ({
10547
10687
  }
10548
10688
  );
10549
10689
  };
10550
- function N6(l, e) {
10690
+ function V6(l, e) {
10551
10691
  return l && !e ? "-active" : e ? "-disabled" : "";
10552
10692
  }
10553
- function M6(l, e) {
10693
+ function R6(l, e) {
10554
10694
  return e ? c.GREY_DARK_2 : l ? c.GREY_LIGHT_0 : c.GREY_DARK_4;
10555
10695
  }
10556
- const x6 = a1((l, e) => {
10696
+ const H6 = a1((l, e) => {
10557
10697
  const {
10558
10698
  value: t,
10559
10699
  onChange: i,
@@ -10649,7 +10789,7 @@ const x6 = a1((l, e) => {
10649
10789
  (N, R = "default") => {
10650
10790
  var B;
10651
10791
  return /* @__PURE__ */ n(
10652
- C4,
10792
+ d4,
10653
10793
  {
10654
10794
  values: N,
10655
10795
  onTagClose: g1,
@@ -10714,7 +10854,7 @@ const x6 = a1((l, e) => {
10714
10854
  const R = Y(N.value);
10715
10855
  return a ? /* @__PURE__ */ n("span", { style: { color: c.GREY_DARK_1 }, children: R }) : R;
10716
10856
  },
10717
- mode: Z6(C, d1),
10857
+ mode: _6(C, d1),
10718
10858
  variant: y,
10719
10859
  onChange: i1,
10720
10860
  onFocus: R1,
@@ -10749,7 +10889,7 @@ const x6 = a1((l, e) => {
10749
10889
  }
10750
10890
  ),
10751
10891
  y === "borderless" && (F || W) && /* @__PURE__ */ n(
10752
- k6,
10892
+ Z6,
10753
10893
  {
10754
10894
  isActive: S,
10755
10895
  onClick: () => J(!S)
@@ -10823,16 +10963,16 @@ const x6 = a1((l, e) => {
10823
10963
  width: 16
10824
10964
  }
10825
10965
  ),
10826
- typeof m == "string" ? /* @__PURE__ */ n(P9, { color: c.NOTIFICATION_ERROR_DARK, variant: "body4", children: m }) : m
10966
+ typeof m == "string" ? /* @__PURE__ */ n(F9, { color: c.NOTIFICATION_ERROR_DARK, variant: "body4", children: m }) : m
10827
10967
  ] })
10828
10968
  ]
10829
10969
  }
10830
10970
  );
10831
10971
  });
10832
- function Z6(l, e) {
10972
+ function _6(l, e) {
10833
10973
  return l === "filter" || e ? "multiple" : l === "single" ? void 0 : l;
10834
10974
  }
10835
- function V6(l, e = 500) {
10975
+ function b6(l, e = 500) {
10836
10976
  const t = O();
10837
10977
  return I(() => () => {
10838
10978
  t.current && clearTimeout(t.current);
@@ -10851,7 +10991,7 @@ function e2(l) {
10851
10991
  }
10852
10992
  const B1 = 100, w1 = {
10853
10993
  offset: 0
10854
- }, R6 = a1((l, e) => {
10994
+ }, y6 = a1((l, e) => {
10855
10995
  const {
10856
10996
  loadOptions: t,
10857
10997
  width: i,
@@ -10900,7 +11040,7 @@ const B1 = 100, w1 = {
10900
11040
  }
10901
11041
  },
10902
11042
  [t]
10903
- ), Z1 = V6((A) => {
11043
+ ), Z1 = b6((A) => {
10904
11044
  J(A), A || H(w1);
10905
11045
  }), V1 = E(
10906
11046
  (A) => Z1(A),
@@ -11019,18 +11159,18 @@ const B1 = 100, w1 = {
11019
11159
  extraOptions: Y
11020
11160
  };
11021
11161
  }, [a, l, _1, F, L]);
11022
- return /* @__PURE__ */ n("div", { className: "snmt-async-select", children: /* @__PURE__ */ n(x6, { ...g1 }) });
11162
+ return /* @__PURE__ */ n("div", { className: "snmt-async-select", children: /* @__PURE__ */ n(H6, { ...g1 }) });
11023
11163
  }), Z = (l) => typeof l == "string", L1 = () => {
11024
11164
  let l, e;
11025
11165
  const t = new Promise((i, s) => {
11026
11166
  l = i, e = s;
11027
11167
  });
11028
11168
  return t.resolve = l, t.reject = e, t;
11029
- }, t2 = (l) => l == null ? "" : "" + l, H6 = (l, e, t) => {
11169
+ }, t2 = (l) => l == null ? "" : "" + l, A6 = (l, e, t) => {
11030
11170
  l.forEach((i) => {
11031
11171
  e[i] && (t[i] = e[i]);
11032
11172
  });
11033
- }, _6 = /###/g, i2 = (l) => l && l.indexOf("###") > -1 ? l.replace(_6, ".") : l, l2 = (l) => !l || Z(l), v1 = (l, e, t) => {
11173
+ }, E6 = /###/g, i2 = (l) => l && l.indexOf("###") > -1 ? l.replace(E6, ".") : l, l2 = (l) => !l || Z(l), v1 = (l, e, t) => {
11034
11174
  const i = Z(e) ? e.split(".") : e;
11035
11175
  let s = 0;
11036
11176
  for (; s < i.length - 1; ) {
@@ -11055,7 +11195,7 @@ const B1 = 100, w1 = {
11055
11195
  for (; d.obj === void 0 && h.length; )
11056
11196
  C = `${h[h.length - 1]}.${C}`, h = h.slice(0, h.length - 1), d = v1(l, h, Object), d && d.obj && typeof d.obj[`${d.k}.${C}`] < "u" && (d.obj = void 0);
11057
11197
  d.obj[`${d.k}.${C}`] = t;
11058
- }, b6 = (l, e, t, i) => {
11198
+ }, D6 = (l, e, t, i) => {
11059
11199
  const {
11060
11200
  obj: s,
11061
11201
  k: C
@@ -11068,7 +11208,7 @@ const B1 = 100, w1 = {
11068
11208
  } = v1(l, e);
11069
11209
  if (t)
11070
11210
  return t[i];
11071
- }, y6 = (l, e, t) => {
11211
+ }, K6 = (l, e, t) => {
11072
11212
  const i = E1(l, t);
11073
11213
  return i !== void 0 ? i : E1(e, t);
11074
11214
  }, k2 = (l, e, t) => {
@@ -11076,7 +11216,7 @@ const B1 = 100, w1 = {
11076
11216
  i !== "__proto__" && i !== "constructor" && (i in l ? Z(l[i]) || l[i] instanceof String || Z(e[i]) || e[i] instanceof String ? t && (l[i] = e[i]) : k2(l[i], e[i], t) : l[i] = e[i]);
11077
11217
  return l;
11078
11218
  }, f1 = (l) => l.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g, "\\$&");
11079
- var A6 = {
11219
+ var S6 = {
11080
11220
  "&": "&amp;",
11081
11221
  "<": "&lt;",
11082
11222
  ">": "&gt;",
@@ -11084,8 +11224,8 @@ var A6 = {
11084
11224
  "'": "&#39;",
11085
11225
  "/": "&#x2F;"
11086
11226
  };
11087
- const E6 = (l) => Z(l) ? l.replace(/[&<>"'\/]/g, (e) => A6[e]) : l;
11088
- class D6 {
11227
+ const G6 = (l) => Z(l) ? l.replace(/[&<>"'\/]/g, (e) => S6[e]) : l;
11228
+ class B6 {
11089
11229
  constructor(e) {
11090
11230
  this.capacity = e, this.regExpMap = /* @__PURE__ */ new Map(), this.regExpQueue = [];
11091
11231
  }
@@ -11097,11 +11237,11 @@ class D6 {
11097
11237
  return this.regExpQueue.length === this.capacity && this.regExpMap.delete(this.regExpQueue.shift()), this.regExpMap.set(e, i), this.regExpQueue.push(e), i;
11098
11238
  }
11099
11239
  }
11100
- const K6 = [" ", ",", "?", "!", ";"], S6 = new D6(20), G6 = (l, e, t) => {
11240
+ const Y6 = [" ", ",", "?", "!", ";"], O6 = new B6(20), I6 = (l, e, t) => {
11101
11241
  e = e || "", t = t || "";
11102
- const i = K6.filter((h) => e.indexOf(h) < 0 && t.indexOf(h) < 0);
11242
+ const i = Y6.filter((h) => e.indexOf(h) < 0 && t.indexOf(h) < 0);
11103
11243
  if (i.length === 0) return !0;
11104
- const s = S6.getRegExp(`(${i.map((h) => h === "?" ? "\\?" : h).join("|")})`);
11244
+ const s = O6.getRegExp(`(${i.map((h) => h === "?" ? "\\?" : h).join("|")})`);
11105
11245
  let C = !s.test(l);
11106
11246
  if (!C) {
11107
11247
  const h = l.indexOf(t);
@@ -11128,7 +11268,7 @@ const K6 = [" ", ",", "?", "!", ";"], S6 = new D6(20), G6 = (l, e, t) => {
11128
11268
  s = h;
11129
11269
  }
11130
11270
  return s;
11131
- }, D1 = (l) => l && l.replace("_", "-"), B6 = {
11271
+ }, D1 = (l) => l && l.replace("_", "-"), $6 = {
11132
11272
  type: "logger",
11133
11273
  log(l) {
11134
11274
  this.output("log", l);
@@ -11150,7 +11290,7 @@ class K1 {
11150
11290
  }
11151
11291
  init(e) {
11152
11292
  let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
11153
- this.prefix = t.prefix || "i18next:", this.logger = e || B6, this.options = t, this.debug = t.debug;
11293
+ this.prefix = t.prefix || "i18next:", this.logger = e || $6, this.options = t, this.debug = t.debug;
11154
11294
  }
11155
11295
  log() {
11156
11296
  for (var e = arguments.length, t = new Array(e), i = 0; i < e; i++)
@@ -11310,7 +11450,7 @@ const o2 = {};
11310
11450
  class S1 extends G1 {
11311
11451
  constructor(e) {
11312
11452
  let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
11313
- super(), H6(["resourceStore", "languageUtils", "pluralResolver", "interpolator", "backendConnector", "i18nFormat", "utils"], e, this), this.options = t, this.options.keySeparator === void 0 && (this.options.keySeparator = "."), this.logger = t1.create("translator");
11453
+ super(), A6(["resourceStore", "languageUtils", "pluralResolver", "interpolator", "backendConnector", "i18nFormat", "utils"], e, this), this.options = t, this.options.keySeparator === void 0 && (this.options.keySeparator = "."), this.logger = t1.create("translator");
11314
11454
  }
11315
11455
  changeLanguage(e) {
11316
11456
  e && (this.language = e);
@@ -11329,7 +11469,7 @@ class S1 extends G1 {
11329
11469
  i === void 0 && (i = ":");
11330
11470
  const s = t.keySeparator !== void 0 ? t.keySeparator : this.options.keySeparator;
11331
11471
  let C = t.ns || this.options.defaultNS || [];
11332
- const h = i && e.indexOf(i) > -1, d = !this.options.userDefinedKeySeparator && !t.keySeparator && !this.options.userDefinedNsSeparator && !t.nsSeparator && !G6(e, i, s);
11472
+ const h = i && e.indexOf(i) > -1, d = !this.options.userDefinedKeySeparator && !t.keySeparator && !this.options.userDefinedNsSeparator && !t.nsSeparator && !I6(e, i, s);
11333
11473
  if (h && !d) {
11334
11474
  const o = e.match(this.interpolator.nestingRegexp);
11335
11475
  if (o && o.length > 0)
@@ -11619,7 +11759,7 @@ class a2 {
11619
11759
  }), s;
11620
11760
  }
11621
11761
  }
11622
- let Y6 = [{
11762
+ let T6 = [{
11623
11763
  lngs: ["ach", "ak", "am", "arn", "br", "fil", "gun", "ln", "mfe", "mg", "mi", "oc", "pt", "pt-BR", "tg", "tl", "ti", "tr", "uz", "wa"],
11624
11764
  nr: [1, 2],
11625
11765
  fc: 1
@@ -11711,7 +11851,7 @@ let Y6 = [{
11711
11851
  lngs: ["he", "iw"],
11712
11852
  nr: [1, 2, 20, 21],
11713
11853
  fc: 22
11714
- }], O6 = {
11854
+ }], P6 = {
11715
11855
  1: (l) => +(l > 1),
11716
11856
  2: (l) => +(l != 1),
11717
11857
  3: (l) => 0,
@@ -11735,28 +11875,28 @@ let Y6 = [{
11735
11875
  21: (l) => l % 100 == 1 ? 1 : l % 100 == 2 ? 2 : l % 100 == 3 || l % 100 == 4 ? 3 : 0,
11736
11876
  22: (l) => l == 1 ? 0 : l == 2 ? 1 : (l < 0 || l > 10) && l % 10 == 0 ? 2 : 3
11737
11877
  };
11738
- const I6 = ["v1", "v2", "v3"], $6 = ["v4"], r2 = {
11878
+ const j6 = ["v1", "v2", "v3"], F6 = ["v4"], r2 = {
11739
11879
  zero: 0,
11740
11880
  one: 1,
11741
11881
  two: 2,
11742
11882
  few: 3,
11743
11883
  many: 4,
11744
11884
  other: 5
11745
- }, T6 = () => {
11885
+ }, U6 = () => {
11746
11886
  const l = {};
11747
- return Y6.forEach((e) => {
11887
+ return T6.forEach((e) => {
11748
11888
  e.lngs.forEach((t) => {
11749
11889
  l[t] = {
11750
11890
  numbers: e.nr,
11751
- plurals: O6[e.fc]
11891
+ plurals: P6[e.fc]
11752
11892
  };
11753
11893
  });
11754
11894
  }), l;
11755
11895
  };
11756
- class P6 {
11896
+ class W6 {
11757
11897
  constructor(e) {
11758
11898
  let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
11759
- this.languageUtils = e, this.options = t, this.logger = t1.create("pluralResolver"), (!this.options.compatibilityJSON || $6.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 = T6(), this.pluralRulesCache = {};
11899
+ this.languageUtils = e, this.options = t, this.logger = t1.create("pluralResolver"), (!this.options.compatibilityJSON || F6.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 = U6(), this.pluralRulesCache = {};
11760
11900
  }
11761
11901
  addRule(e, t) {
11762
11902
  this.rules[e] = t;
@@ -11814,14 +11954,14 @@ class P6 {
11814
11954
  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();
11815
11955
  }
11816
11956
  shouldUseIntlApi() {
11817
- return !I6.includes(this.options.compatibilityJSON);
11957
+ return !j6.includes(this.options.compatibilityJSON);
11818
11958
  }
11819
11959
  }
11820
11960
  const C2 = function(l, e, t) {
11821
- let i = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : ".", s = arguments.length > 4 && arguments[4] !== void 0 ? arguments[4] : !0, C = y6(l, e, t);
11961
+ let i = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : ".", s = arguments.length > 4 && arguments[4] !== void 0 ? arguments[4] : !0, C = K6(l, e, t);
11822
11962
  return !C && s && Z(t) && (C = $1(l, t, i), C === void 0 && (C = $1(e, t, i))), C;
11823
11963
  }, O1 = (l) => l.replace(/\$/g, "$$$$");
11824
- class j6 {
11964
+ class z6 {
11825
11965
  constructor() {
11826
11966
  let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
11827
11967
  this.logger = t1.create("interpolator"), this.options = e, this.format = e.interpolation && e.interpolation.format || ((t) => t), this.init(e);
@@ -11850,7 +11990,7 @@ class j6 {
11850
11990
  maxReplaces: b,
11851
11991
  alwaysFormat: V
11852
11992
  } = e.interpolation;
11853
- this.escape = t !== void 0 ? t : E6, this.escapeValue = i !== void 0 ? i : !0, this.useRawValueToEscape = s !== void 0 ? s : !1, this.prefix = C ? f1(C) : h || "{{", this.suffix = d ? f1(d) : o || "}}", this.formatSeparator = a || ",", this.unescapePrefix = r ? "" : f || "-", this.unescapeSuffix = this.unescapePrefix ? "" : r || "", this.nestingPrefix = w ? f1(w) : p || f1("$t("), this.nestingSuffix = u ? f1(u) : M || f1(")"), this.nestingOptionsSeparator = k || ",", this.maxReplaces = b || 1e3, this.alwaysFormat = V !== void 0 ? V : !1, this.resetRegExp();
11993
+ this.escape = t !== void 0 ? t : G6, this.escapeValue = i !== void 0 ? i : !0, this.useRawValueToEscape = s !== void 0 ? s : !1, this.prefix = C ? f1(C) : h || "{{", this.suffix = d ? f1(d) : o || "}}", this.formatSeparator = a || ",", this.unescapePrefix = r ? "" : f || "-", this.unescapeSuffix = this.unescapePrefix ? "" : r || "", this.nestingPrefix = w ? f1(w) : p || f1("$t("), this.nestingSuffix = u ? f1(u) : M || f1(")"), this.nestingOptionsSeparator = k || ",", this.maxReplaces = b || 1e3, this.alwaysFormat = V !== void 0 ? V : !1, this.resetRegExp();
11854
11994
  }
11855
11995
  reset() {
11856
11996
  this.options && this.init(this.options);
@@ -11945,7 +12085,7 @@ class j6 {
11945
12085
  return e;
11946
12086
  }
11947
12087
  }
11948
- const F6 = (l) => {
12088
+ const J6 = (l) => {
11949
12089
  let e = l.toLowerCase().trim();
11950
12090
  const t = {};
11951
12091
  if (l.indexOf("(") > -1) {
@@ -11976,7 +12116,7 @@ const F6 = (l) => {
11976
12116
  return d || (d = l(D1(i), s), e[h] = d), d(t);
11977
12117
  };
11978
12118
  };
11979
- class U6 {
12119
+ class q6 {
11980
12120
  constructor() {
11981
12121
  let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
11982
12122
  this.logger = t1.create("formatter"), this.options = e, this.formats = {
@@ -12036,7 +12176,7 @@ class U6 {
12036
12176
  const {
12037
12177
  formatName: a,
12038
12178
  formatOptions: r
12039
- } = F6(o);
12179
+ } = J6(o);
12040
12180
  if (this.formats[a]) {
12041
12181
  let f = d;
12042
12182
  try {
@@ -12056,10 +12196,10 @@ class U6 {
12056
12196
  }, e);
12057
12197
  }
12058
12198
  }
12059
- const W6 = (l, e) => {
12199
+ const Q6 = (l, e) => {
12060
12200
  l.pending[e] !== void 0 && (delete l.pending[e], l.pendingCount--);
12061
12201
  };
12062
- class z6 extends G1 {
12202
+ class X6 extends G1 {
12063
12203
  constructor(e, t, i) {
12064
12204
  let s = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : {};
12065
12205
  super(), this.backend = e, this.store = t, this.services = i, this.languageUtils = i.languageUtils, this.options = s, this.logger = t1.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);
@@ -12092,7 +12232,7 @@ class z6 extends G1 {
12092
12232
  }), this.state[e] = t ? -1 : 2, t && i && (this.state[e] = 0);
12093
12233
  const d = {};
12094
12234
  this.queue.forEach((o) => {
12095
- b6(o.loaded, [C], h), W6(o, e), t && o.errors.push(t), o.pendingCount === 0 && !o.done && (Object.keys(o.loaded).forEach((a) => {
12235
+ D6(o.loaded, [C], h), Q6(o, e), t && o.errors.push(t), o.pendingCount === 0 && !o.done && (Object.keys(o.loaded).forEach((a) => {
12096
12236
  d[a] || (d[a] = {});
12097
12237
  const r = o.loaded[a];
12098
12238
  r.length && r.forEach((f) => {
@@ -12251,7 +12391,7 @@ const h2 = () => ({
12251
12391
  skipOnVariables: !0
12252
12392
  }
12253
12393
  }), c2 = (l) => (Z(l.ns) && (l.ns = [l.ns]), Z(l.fallbackLng) && (l.fallbackLng = [l.fallbackLng]), Z(l.fallbackNS) && (l.fallbackNS = [l.fallbackNS]), l.supportedLngs && l.supportedLngs.indexOf("cimode") < 0 && (l.supportedLngs = l.supportedLngs.concat(["cimode"])), l), A1 = () => {
12254
- }, J6 = (l) => {
12394
+ }, e8 = (l) => {
12255
12395
  Object.getOwnPropertyNames(Object.getPrototypeOf(l)).forEach((t) => {
12256
12396
  typeof l[t] == "function" && (l[t] = l[t].bind(l));
12257
12397
  });
@@ -12261,7 +12401,7 @@ class k1 extends G1 {
12261
12401
  let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, t = arguments.length > 1 ? arguments[1] : void 0;
12262
12402
  if (super(), this.options = c2(e), this.services = {}, this.logger = t1, this.modules = {
12263
12403
  external: []
12264
- }, J6(this), t && !this.isInitialized && !e.isClone) {
12404
+ }, e8(this), t && !this.isInitialized && !e.isClone) {
12265
12405
  if (!this.options.initImmediate)
12266
12406
  return this.init(e, t), this;
12267
12407
  setTimeout(() => {
@@ -12286,17 +12426,17 @@ class k1 extends G1 {
12286
12426
  if (!this.options.isClone) {
12287
12427
  this.modules.logger ? t1.init(C(this.modules.logger), this.options) : t1.init(null, this.options);
12288
12428
  let r;
12289
- this.modules.formatter ? r = this.modules.formatter : typeof Intl < "u" && (r = U6);
12429
+ this.modules.formatter ? r = this.modules.formatter : typeof Intl < "u" && (r = q6);
12290
12430
  const f = new a2(this.options);
12291
12431
  this.store = new n2(this.options.resources, this.options);
12292
12432
  const w = this.services;
12293
- w.logger = t1, w.resourceStore = this.store, w.languageUtils = f, w.pluralResolver = new P6(f, {
12433
+ w.logger = t1, w.resourceStore = this.store, w.languageUtils = f, w.pluralResolver = new W6(f, {
12294
12434
  prepend: this.options.pluralSeparator,
12295
12435
  compatibilityJSON: this.options.compatibilityJSON,
12296
12436
  simplifyPluralSuffix: this.options.simplifyPluralSuffix
12297
- }), 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 j6(this.options), w.utils = {
12437
+ }), 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 z6(this.options), w.utils = {
12298
12438
  hasLoadedNamespace: this.hasLoadedNamespace.bind(this)
12299
- }, w.backendConnector = new z6(C(this.modules.backend), w.resourceStore, w, this.options), w.backendConnector.on("*", function(p) {
12439
+ }, w.backendConnector = new X6(C(this.modules.backend), w.resourceStore, w, this.options), w.backendConnector.on("*", function(p) {
12300
12440
  for (var u = arguments.length, M = new Array(u > 1 ? u - 1 : 0), k = 1; k < u; k++)
12301
12441
  M[k - 1] = arguments[k];
12302
12442
  e.emit(p, ...M);
@@ -12510,7 +12650,7 @@ T.setDefaultNamespace;
12510
12650
  T.hasLoadedNamespace;
12511
12651
  T.loadNamespaces;
12512
12652
  T.loadLanguages;
12513
- function q6() {
12653
+ function t8() {
12514
12654
  if (console && console.warn) {
12515
12655
  for (var l = arguments.length, e = new Array(l), t = 0; t < l; t++)
12516
12656
  e[t] = arguments[t];
@@ -12521,7 +12661,7 @@ const d2 = {};
12521
12661
  function T1() {
12522
12662
  for (var l = arguments.length, e = new Array(l), t = 0; t < l; t++)
12523
12663
  e[t] = arguments[t];
12524
- C1(e[0]) && d2[e[0]] || (C1(e[0]) && (d2[e[0]] = /* @__PURE__ */ new Date()), q6(...e));
12664
+ C1(e[0]) && d2[e[0]] || (C1(e[0]) && (d2[e[0]] = /* @__PURE__ */ new Date()), t8(...e));
12525
12665
  }
12526
12666
  const M2 = (l, e) => () => {
12527
12667
  if (l.isInitialized)
@@ -12540,7 +12680,7 @@ const M2 = (l, e) => () => {
12540
12680
  C1(t) && (t = [t]), t.forEach((s) => {
12541
12681
  l.options.ns.indexOf(s) < 0 && l.options.ns.push(s);
12542
12682
  }), l.loadLanguages(e, M2(l, i));
12543
- }, Q6 = function(l, e) {
12683
+ }, i8 = function(l, e) {
12544
12684
  let t = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
12545
12685
  const i = e.languages[0], s = e.options ? e.options.fallbackLng : !1, C = e.languages[e.languages.length - 1];
12546
12686
  if (i.toLowerCase() === "cimode") return !0;
@@ -12549,15 +12689,15 @@ const M2 = (l, e) => () => {
12549
12689
  return a === -1 || a === 2;
12550
12690
  };
12551
12691
  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)));
12552
- }, X6 = function(l, e) {
12692
+ }, l8 = function(l, e) {
12553
12693
  let t = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
12554
12694
  return !e.languages || !e.languages.length ? (T1("i18n.languages were undefined or empty", e.languages), !0) : e.options.ignoreJSONStructure !== void 0 ? e.hasLoadedNamespace(l, {
12555
12695
  lng: t.lng,
12556
12696
  precheck: (s, C) => {
12557
12697
  if (t.bindI18n && t.bindI18n.indexOf("languageChanging") > -1 && s.services.backendConnector.backend && s.isLanguageChangingTo && !C(s.isLanguageChangingTo, l)) return !1;
12558
12698
  }
12559
- }) : Q6(l, e, t);
12560
- }, C1 = (l) => typeof l == "string", e8 = (l) => typeof l == "object" && l !== null, t8 = /&(?:amp|#38|lt|#60|gt|#62|apos|#39|quot|#34|nbsp|#160|copy|#169|reg|#174|hellip|#8230|#x2F|#47);/g, i8 = {
12699
+ }) : i8(l, e, t);
12700
+ }, C1 = (l) => typeof l == "string", s8 = (l) => typeof l == "object" && l !== null, n8 = /&(?:amp|#38|lt|#60|gt|#62|apos|#39|quot|#34|nbsp|#160|copy|#169|reg|#174|hellip|#8230|#x2F|#47);/g, o8 = {
12561
12701
  "&amp;": "&",
12562
12702
  "&#38;": "&",
12563
12703
  "&lt;": "<",
@@ -12578,7 +12718,7 @@ const M2 = (l, e) => () => {
12578
12718
  "&#8230;": "…",
12579
12719
  "&#x2F;": "/",
12580
12720
  "&#47;": "/"
12581
- }, l8 = (l) => i8[l], s8 = (l) => l.replace(t8, l8);
12721
+ }, a8 = (l) => o8[l], r8 = (l) => l.replace(n8, a8);
12582
12722
  let P1 = {
12583
12723
  bindI18n: "languageChanged",
12584
12724
  bindI18nStore: "",
@@ -12587,25 +12727,25 @@ let P1 = {
12587
12727
  transWrapTextNodes: "",
12588
12728
  transKeepBasicHtmlNodesFor: ["br", "strong", "i", "p"],
12589
12729
  useSuspense: !0,
12590
- unescape: s8
12730
+ unescape: r8
12591
12731
  };
12592
- const n8 = function() {
12732
+ const C8 = function() {
12593
12733
  let l = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
12594
12734
  P1 = {
12595
12735
  ...P1,
12596
12736
  ...l
12597
12737
  };
12598
- }, o8 = () => P1;
12738
+ }, h8 = () => P1;
12599
12739
  let x2;
12600
- const a8 = (l) => {
12740
+ const c8 = (l) => {
12601
12741
  x2 = l;
12602
- }, r8 = () => x2, C8 = {
12742
+ }, d8 = () => x2, g8 = {
12603
12743
  type: "3rdParty",
12604
12744
  init(l) {
12605
- n8(l.options.react), a8(l);
12745
+ C8(l.options.react), c8(l);
12606
12746
  }
12607
- }, h8 = f2();
12608
- class c8 {
12747
+ }, w8 = f2();
12748
+ class f8 {
12609
12749
  constructor() {
12610
12750
  U1(this, "getUsedNamespaces", () => Object.keys(this.usedNamespaces));
12611
12751
  this.usedNamespaces = {};
@@ -12616,27 +12756,27 @@ class c8 {
12616
12756
  });
12617
12757
  }
12618
12758
  }
12619
- const d8 = (l, e) => {
12759
+ const p8 = (l, e) => {
12620
12760
  const t = O();
12621
12761
  return I(() => {
12622
12762
  t.current = l;
12623
12763
  }, [l, e]), t.current;
12624
- }, Z2 = (l, e, t, i) => l.getFixedT(e, t, i), g8 = (l, e, t, i) => E(Z2(l, e, t, i), [l, e, t, i]), w8 = function(l) {
12764
+ }, Z2 = (l, e, t, i) => l.getFixedT(e, t, i), u8 = (l, e, t, i) => E(Z2(l, e, t, i), [l, e, t, i]), L8 = function(l) {
12625
12765
  let e = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
12626
12766
  const {
12627
12767
  i18n: t
12628
12768
  } = e, {
12629
12769
  i18n: i,
12630
12770
  defaultNS: s
12631
- } = l1(h8) || {}, C = t || i || r8();
12632
- if (C && !C.reportNamespaces && (C.reportNamespaces = new c8()), !C) {
12771
+ } = l1(w8) || {}, C = t || i || d8();
12772
+ if (C && !C.reportNamespaces && (C.reportNamespaces = new f8()), !C) {
12633
12773
  T1("You will need to pass in an i18next instance by using initReactI18next");
12634
- const v = (x, m) => C1(m) ? m : e8(m) && C1(m.defaultValue) ? m.defaultValue : Array.isArray(x) ? x[x.length - 1] : x, L = [v, {}, !1];
12774
+ const v = (x, m) => C1(m) ? m : s8(m) && C1(m.defaultValue) ? m.defaultValue : Array.isArray(x) ? x[x.length - 1] : x, L = [v, {}, !1];
12635
12775
  return L.t = v, L.i18n = {}, L.ready = !1, L;
12636
12776
  }
12637
12777
  C.options.react && C.options.react.wait !== void 0 && T1("It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.");
12638
12778
  const h = {
12639
- ...o8(),
12779
+ ...h8(),
12640
12780
  ...C.options.react,
12641
12781
  ...e
12642
12782
  }, {
@@ -12645,10 +12785,10 @@ const d8 = (l, e) => {
12645
12785
  } = h;
12646
12786
  let a = l;
12647
12787
  a = C1(a) ? [a] : a || ["translation"], C.reportNamespaces.addUsedNamespaces && C.reportNamespaces.addUsedNamespaces(a);
12648
- const r = (C.isInitialized || C.initializedStoreOnce) && a.every((v) => X6(v, C, h)), f = g8(C, e.lng || null, h.nsMode === "fallback" ? a : a[0], o), w = () => f, p = () => Z2(C, e.lng || null, h.nsMode === "fallback" ? a : a[0], o), [u, M] = D(w);
12788
+ const r = (C.isInitialized || C.initializedStoreOnce) && a.every((v) => l8(v, C, h)), f = u8(C, e.lng || null, h.nsMode === "fallback" ? a : a[0], o), w = () => f, p = () => Z2(C, e.lng || null, h.nsMode === "fallback" ? a : a[0], o), [u, M] = D(w);
12649
12789
  let k = a.join();
12650
12790
  e.lng && (k = `${e.lng}${k}`);
12651
- const b = d8(k), V = O(!0);
12791
+ const b = p8(k), V = O(!0);
12652
12792
  I(() => {
12653
12793
  const {
12654
12794
  bindI18n: v,
@@ -12673,40 +12813,40 @@ const d8 = (l, e) => {
12673
12813
  throw new Promise((v) => {
12674
12814
  e.lng ? w2(C, e.lng, a, () => v()) : g2(C, a, () => v());
12675
12815
  });
12676
- }, f8 = "City", p8 = {
12677
- placeholder: f8
12678
- }, u8 = "Город", L8 = {
12679
- placeholder: u8
12816
+ }, m8 = "City", v8 = {
12817
+ placeholder: m8
12818
+ }, k8 = "Город", N8 = {
12819
+ placeholder: k8
12680
12820
  };
12681
- function m8(l) {
12821
+ function M8(l) {
12682
12822
  const e = O(l);
12683
12823
  return I(() => {
12684
12824
  e.current = l;
12685
12825
  }, [l]), e.current;
12686
12826
  }
12687
- T.use(C8).init({
12827
+ T.use(g8).init({
12688
12828
  defaultNS: "common",
12689
12829
  lng: "en",
12690
12830
  resources: {
12691
12831
  en: {
12692
- common: p8
12832
+ common: v8
12693
12833
  },
12694
12834
  ru: {
12695
- common: L8
12835
+ common: N8
12696
12836
  }
12697
12837
  }
12698
12838
  });
12699
- const V8 = a1(
12839
+ const b8 = a1(
12700
12840
  ({ width: l, selectedCountry: e, onChange: t, value: i, id: s, disabled: C, clearable: h }, d) => {
12701
12841
  const [o, a] = D(
12702
12842
  []
12703
- ), [r, f] = D(!1), { locale: w, axiosPeople: p } = l1(h1), u = O(!1), M = O(null), k = O(o), b = m8(e);
12843
+ ), [r, f] = D(!1), { locale: w, axiosPeople: p } = l1(h1), u = O(!1), M = O(null), k = O(o), b = M8(e);
12704
12844
  if (!p)
12705
12845
  throw new Error(
12706
12846
  `CitySelect requires "axiosPeople" to fetch cities.
12707
12847
  Please provide it via SNMTUiContext.`
12708
12848
  );
12709
- const { t: V } = w8("common", { lng: w }), K = E(
12849
+ const { t: V } = L8("common", { lng: w }), K = E(
12710
12850
  async (L) => {
12711
12851
  const x = k.current.find((m) => m.value === L);
12712
12852
  if (x)
@@ -12777,7 +12917,7 @@ const V8 = a1(
12777
12917
  [p, e]
12778
12918
  );
12779
12919
  return c1(d, () => M.current), /* @__PURE__ */ n("div", { className: "snmt-city-select", children: /* @__PURE__ */ n(
12780
- R6,
12920
+ y6,
12781
12921
  {
12782
12922
  id: s,
12783
12923
  width: l,
@@ -12797,5 +12937,5 @@ const V8 = a1(
12797
12937
  }
12798
12938
  );
12799
12939
  export {
12800
- V8 as CitySelect
12940
+ b8 as CitySelect
12801
12941
  };