@snmt-react-ui/async-select 1.5.4 → 1.5.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/async-select.js +391 -275
- package/package.json +3 -3
package/dist/async-select.js
CHANGED
|
@@ -71,7 +71,7 @@ const R1 = ({
|
|
|
71
71
|
}
|
|
72
72
|
);
|
|
73
73
|
};
|
|
74
|
-
var
|
|
74
|
+
var C = /* @__PURE__ */ ((i) => (i.GREY_LIGHT_0 = "var(--grey-light-0)", i.GREY_LIGHT_1 = "var(--grey-light-1)", i.GREY_LIGHT_2 = "var(--grey-light-2)", i.GREY_LIGHT_3 = "var(--grey-light-3)", i.GREY_LIGHT_4 = "var(--grey-light-4)", i.GREY_DARK_1 = "var(--grey-dark-1)", i.GREY_DARK_2 = "var(--grey-dark-2)", i.GREY_DARK_3 = "var(--grey-dark-3)", i.GREY_DARK_4 = "var(--grey-dark-4)", i.GREY_DARK_5 = "var(--grey-dark-5)", i.BLUE_PRIMARY = "var(--blue-primary)", i.BLUE_HOVER = "var(--blue-hover)", i.BLUE_LIGHT_1 = "var(--blue-light-1)", i.BLUE_LIGHT_2 = "var(--blue-light-2)", i.BLUE_LIGHT_3 = "var(--blue-light-3)", i.BLUE_LIGHT_4 = "var(--blue-light-4)", i.BLUE_DARK_1 = "var(--blue-dark-1)", i.PURPLE_LIGHT = "var(--purple-light)", i.PURPLE_DARK = "var(--purple-dark)", i.NOTIFICATION_WARNING_LIGHT = "var(--notification-warning-light)", i.NOTIFICATION_WARNING_DARK = "var(--notification-warning-dark)", i.NOTIFICATION_SUCCESS_LIGHT = "var(--notification-success-light)", i.NOTIFICATION_SUCCESS_DARK = "var(--notification-success-dark)", i.NOTIFICATION_ERROR_LIGHT = "var(--notification-error-light)", i.NOTIFICATION_ERROR_DARK = "var(--notification-error-dark)", i.NOTIFICATION_ERROR_DARK_MODE = "var(--notification-error-dark-mode)", i))(C || {});
|
|
75
75
|
const c1 = z({
|
|
76
76
|
locale: "en",
|
|
77
77
|
theme: "light"
|
|
@@ -1443,7 +1443,7 @@ const H1 = ({
|
|
|
1443
1443
|
)
|
|
1444
1444
|
]
|
|
1445
1445
|
}
|
|
1446
|
-
),
|
|
1446
|
+
), C2 = ({
|
|
1447
1447
|
width: i = 20,
|
|
1448
1448
|
height: o = 20,
|
|
1449
1449
|
color: e = "#004ED7",
|
|
@@ -1472,7 +1472,7 @@ const H1 = ({
|
|
|
1472
1472
|
)
|
|
1473
1473
|
]
|
|
1474
1474
|
}
|
|
1475
|
-
),
|
|
1475
|
+
), d2 = ({
|
|
1476
1476
|
width: i = 248,
|
|
1477
1477
|
height: o = 248,
|
|
1478
1478
|
color: e = "#070739",
|
|
@@ -1617,7 +1617,7 @@ const H1 = ({
|
|
|
1617
1617
|
), p2 = ({
|
|
1618
1618
|
width: i = 24,
|
|
1619
1619
|
height: o = 24,
|
|
1620
|
-
color: e =
|
|
1620
|
+
color: e = C.GREY_DARK_5,
|
|
1621
1621
|
className: l,
|
|
1622
1622
|
onClick: r
|
|
1623
1623
|
}) => /* @__PURE__ */ c(
|
|
@@ -1656,7 +1656,7 @@ const H1 = ({
|
|
|
1656
1656
|
), L2 = ({
|
|
1657
1657
|
width: i = 20,
|
|
1658
1658
|
height: o = 20,
|
|
1659
|
-
color: e =
|
|
1659
|
+
color: e = C.GREY_DARK_1,
|
|
1660
1660
|
className: l,
|
|
1661
1661
|
onClick: r
|
|
1662
1662
|
}) => /* @__PURE__ */ c(
|
|
@@ -1689,7 +1689,7 @@ const H1 = ({
|
|
|
1689
1689
|
), m2 = ({
|
|
1690
1690
|
width: i = 81,
|
|
1691
1691
|
height: o = 80,
|
|
1692
|
-
color: e =
|
|
1692
|
+
color: e = C.GREY_DARK_5,
|
|
1693
1693
|
className: l,
|
|
1694
1694
|
onClick: r
|
|
1695
1695
|
}) => /* @__PURE__ */ c(
|
|
@@ -1737,7 +1737,7 @@ const H1 = ({
|
|
|
1737
1737
|
}
|
|
1738
1738
|
), u2 = ({
|
|
1739
1739
|
className: i,
|
|
1740
|
-
color: o =
|
|
1740
|
+
color: o = C.GREY_DARK_5,
|
|
1741
1741
|
height: e = 20,
|
|
1742
1742
|
width: l = 20,
|
|
1743
1743
|
onClick: r
|
|
@@ -1764,7 +1764,7 @@ const H1 = ({
|
|
|
1764
1764
|
}
|
|
1765
1765
|
), v2 = ({
|
|
1766
1766
|
className: i,
|
|
1767
|
-
color: o =
|
|
1767
|
+
color: o = C.GREY_DARK_5,
|
|
1768
1768
|
height: e = 20,
|
|
1769
1769
|
width: l = 20,
|
|
1770
1770
|
onClick: r
|
|
@@ -1791,7 +1791,7 @@ const H1 = ({
|
|
|
1791
1791
|
}
|
|
1792
1792
|
), N2 = ({
|
|
1793
1793
|
className: i,
|
|
1794
|
-
color: o =
|
|
1794
|
+
color: o = C.GREY_DARK_5,
|
|
1795
1795
|
height: e = 5,
|
|
1796
1796
|
width: l = 10,
|
|
1797
1797
|
onClick: r
|
|
@@ -1815,7 +1815,7 @@ const H1 = ({
|
|
|
1815
1815
|
}
|
|
1816
1816
|
), f2 = ({
|
|
1817
1817
|
className: i,
|
|
1818
|
-
color: o =
|
|
1818
|
+
color: o = C.GREY_DARK_5,
|
|
1819
1819
|
height: e = 5,
|
|
1820
1820
|
width: l = 10,
|
|
1821
1821
|
onClick: r
|
|
@@ -1840,7 +1840,7 @@ const H1 = ({
|
|
|
1840
1840
|
}
|
|
1841
1841
|
), M2 = ({
|
|
1842
1842
|
className: i,
|
|
1843
|
-
color: o =
|
|
1843
|
+
color: o = C.GREY_DARK_5,
|
|
1844
1844
|
height: e = 24,
|
|
1845
1845
|
width: l = 24,
|
|
1846
1846
|
onClick: r
|
|
@@ -1879,7 +1879,7 @@ const H1 = ({
|
|
|
1879
1879
|
}
|
|
1880
1880
|
), x2 = ({
|
|
1881
1881
|
className: i,
|
|
1882
|
-
color: o =
|
|
1882
|
+
color: o = C.GREY_DARK_5,
|
|
1883
1883
|
height: e = 24,
|
|
1884
1884
|
width: l = 24,
|
|
1885
1885
|
onClick: r
|
|
@@ -1918,7 +1918,7 @@ const H1 = ({
|
|
|
1918
1918
|
}
|
|
1919
1919
|
), _2 = ({
|
|
1920
1920
|
className: i,
|
|
1921
|
-
color: o =
|
|
1921
|
+
color: o = C.GREY_DARK_5,
|
|
1922
1922
|
height: e = 24,
|
|
1923
1923
|
width: l = 24,
|
|
1924
1924
|
onClick: r
|
|
@@ -1945,7 +1945,7 @@ const H1 = ({
|
|
|
1945
1945
|
}
|
|
1946
1946
|
), R2 = ({
|
|
1947
1947
|
className: i,
|
|
1948
|
-
color: o =
|
|
1948
|
+
color: o = C.GREY_DARK_5,
|
|
1949
1949
|
height: e = 24,
|
|
1950
1950
|
width: l = 24,
|
|
1951
1951
|
onClick: r
|
|
@@ -2004,7 +2004,7 @@ const H1 = ({
|
|
|
2004
2004
|
}
|
|
2005
2005
|
), H2 = ({
|
|
2006
2006
|
className: i,
|
|
2007
|
-
color: o =
|
|
2007
|
+
color: o = C.GREY_DARK_5,
|
|
2008
2008
|
height: e = 24,
|
|
2009
2009
|
width: l = 24,
|
|
2010
2010
|
onClick: r
|
|
@@ -2041,7 +2041,7 @@ const H1 = ({
|
|
|
2041
2041
|
}
|
|
2042
2042
|
), V2 = ({
|
|
2043
2043
|
className: i,
|
|
2044
|
-
color: o =
|
|
2044
|
+
color: o = C.GREY_DARK_3,
|
|
2045
2045
|
height: e = 14,
|
|
2046
2046
|
width: l = 14,
|
|
2047
2047
|
onClick: r
|
|
@@ -2078,7 +2078,7 @@ const H1 = ({
|
|
|
2078
2078
|
}
|
|
2079
2079
|
), E2 = ({
|
|
2080
2080
|
className: i,
|
|
2081
|
-
color: o =
|
|
2081
|
+
color: o = C.GREY_DARK_5,
|
|
2082
2082
|
height: e = 18,
|
|
2083
2083
|
onClick: l,
|
|
2084
2084
|
width: r = 18
|
|
@@ -2105,7 +2105,7 @@ const H1 = ({
|
|
|
2105
2105
|
}
|
|
2106
2106
|
), Z2 = ({
|
|
2107
2107
|
className: i,
|
|
2108
|
-
color: o =
|
|
2108
|
+
color: o = C.GREY_DARK_5,
|
|
2109
2109
|
height: e = 24,
|
|
2110
2110
|
width: l = 24,
|
|
2111
2111
|
onClick: r
|
|
@@ -2157,7 +2157,7 @@ const H1 = ({
|
|
|
2157
2157
|
}
|
|
2158
2158
|
), W2 = ({
|
|
2159
2159
|
className: i,
|
|
2160
|
-
color: o =
|
|
2160
|
+
color: o = C.GREY_DARK_5,
|
|
2161
2161
|
height: e = 24,
|
|
2162
2162
|
width: l = 24,
|
|
2163
2163
|
onClick: r
|
|
@@ -2194,7 +2194,7 @@ const H1 = ({
|
|
|
2194
2194
|
}
|
|
2195
2195
|
), I2 = ({
|
|
2196
2196
|
className: i,
|
|
2197
|
-
color: o =
|
|
2197
|
+
color: o = C.NOTIFICATION_WARNING_DARK,
|
|
2198
2198
|
height: e = 37,
|
|
2199
2199
|
width: l = 36,
|
|
2200
2200
|
onClick: r
|
|
@@ -2233,7 +2233,7 @@ const H1 = ({
|
|
|
2233
2233
|
}
|
|
2234
2234
|
), B2 = ({
|
|
2235
2235
|
className: i,
|
|
2236
|
-
color: o =
|
|
2236
|
+
color: o = C.GREY_DARK_5,
|
|
2237
2237
|
height: e = 24,
|
|
2238
2238
|
width: l = 24,
|
|
2239
2239
|
onClick: r
|
|
@@ -2259,7 +2259,7 @@ const H1 = ({
|
|
|
2259
2259
|
}
|
|
2260
2260
|
), A2 = ({
|
|
2261
2261
|
className: i,
|
|
2262
|
-
color: o =
|
|
2262
|
+
color: o = C.GREY_DARK_5,
|
|
2263
2263
|
height: e = 24,
|
|
2264
2264
|
width: l = 24,
|
|
2265
2265
|
onClick: r
|
|
@@ -2298,7 +2298,7 @@ const H1 = ({
|
|
|
2298
2298
|
}
|
|
2299
2299
|
), G2 = ({
|
|
2300
2300
|
className: i,
|
|
2301
|
-
color: o =
|
|
2301
|
+
color: o = C.GREY_DARK_5,
|
|
2302
2302
|
height: e = 24,
|
|
2303
2303
|
width: l = 24,
|
|
2304
2304
|
onClick: r
|
|
@@ -2337,7 +2337,7 @@ const H1 = ({
|
|
|
2337
2337
|
}
|
|
2338
2338
|
), D2 = ({
|
|
2339
2339
|
className: i,
|
|
2340
|
-
color: o =
|
|
2340
|
+
color: o = C.GREY_DARK_5,
|
|
2341
2341
|
height: e = 24,
|
|
2342
2342
|
width: l = 24,
|
|
2343
2343
|
onClick: r
|
|
@@ -2406,7 +2406,7 @@ const H1 = ({
|
|
|
2406
2406
|
}
|
|
2407
2407
|
), j2 = ({
|
|
2408
2408
|
className: i,
|
|
2409
|
-
color: o =
|
|
2409
|
+
color: o = C.GREY_DARK_5,
|
|
2410
2410
|
height: e = 24,
|
|
2411
2411
|
width: l = 24,
|
|
2412
2412
|
onClick: r
|
|
@@ -2445,7 +2445,7 @@ const H1 = ({
|
|
|
2445
2445
|
}
|
|
2446
2446
|
), T2 = ({
|
|
2447
2447
|
className: i,
|
|
2448
|
-
color: o =
|
|
2448
|
+
color: o = C.GREY_DARK_5,
|
|
2449
2449
|
height: e = 24,
|
|
2450
2450
|
width: l = 24,
|
|
2451
2451
|
onClick: r
|
|
@@ -2502,7 +2502,7 @@ const H1 = ({
|
|
|
2502
2502
|
}
|
|
2503
2503
|
), y2 = ({
|
|
2504
2504
|
className: i,
|
|
2505
|
-
color: o =
|
|
2505
|
+
color: o = C.GREY_DARK_5,
|
|
2506
2506
|
height: e = 24,
|
|
2507
2507
|
width: l = 24,
|
|
2508
2508
|
onClick: r
|
|
@@ -2541,7 +2541,7 @@ const H1 = ({
|
|
|
2541
2541
|
}
|
|
2542
2542
|
), Y2 = ({
|
|
2543
2543
|
className: i,
|
|
2544
|
-
color: o =
|
|
2544
|
+
color: o = C.GREY_DARK_5,
|
|
2545
2545
|
height: e = 24,
|
|
2546
2546
|
width: l = 24,
|
|
2547
2547
|
onClick: r
|
|
@@ -2590,7 +2590,7 @@ const H1 = ({
|
|
|
2590
2590
|
}
|
|
2591
2591
|
), K2 = ({
|
|
2592
2592
|
className: i,
|
|
2593
|
-
color: o =
|
|
2593
|
+
color: o = C.GREY_DARK_5,
|
|
2594
2594
|
height: e = 24,
|
|
2595
2595
|
width: l = 24,
|
|
2596
2596
|
onClick: r
|
|
@@ -2629,7 +2629,7 @@ const H1 = ({
|
|
|
2629
2629
|
}
|
|
2630
2630
|
), O2 = ({
|
|
2631
2631
|
className: i,
|
|
2632
|
-
color: o =
|
|
2632
|
+
color: o = C.GREY_DARK_5,
|
|
2633
2633
|
height: e = 24,
|
|
2634
2634
|
width: l = 24,
|
|
2635
2635
|
onClick: r
|
|
@@ -2656,7 +2656,7 @@ const H1 = ({
|
|
|
2656
2656
|
}
|
|
2657
2657
|
), b2 = ({
|
|
2658
2658
|
className: i,
|
|
2659
|
-
color: o =
|
|
2659
|
+
color: o = C.GREY_DARK_5,
|
|
2660
2660
|
height: e = 24,
|
|
2661
2661
|
width: l = 24,
|
|
2662
2662
|
onClick: r
|
|
@@ -2694,7 +2694,7 @@ const H1 = ({
|
|
|
2694
2694
|
}
|
|
2695
2695
|
), F2 = ({
|
|
2696
2696
|
className: i,
|
|
2697
|
-
color: o =
|
|
2697
|
+
color: o = C.GREY_DARK_5,
|
|
2698
2698
|
height: e = 24,
|
|
2699
2699
|
width: l = 24,
|
|
2700
2700
|
onClick: r
|
|
@@ -2715,7 +2715,7 @@ const H1 = ({
|
|
|
2715
2715
|
}
|
|
2716
2716
|
), S2 = ({
|
|
2717
2717
|
className: i,
|
|
2718
|
-
color: o =
|
|
2718
|
+
color: o = C.GREY_DARK_5,
|
|
2719
2719
|
height: e = 24,
|
|
2720
2720
|
width: l = 24,
|
|
2721
2721
|
onClick: r
|
|
@@ -2754,7 +2754,7 @@ const H1 = ({
|
|
|
2754
2754
|
}
|
|
2755
2755
|
), U2 = ({
|
|
2756
2756
|
className: i,
|
|
2757
|
-
color: o =
|
|
2757
|
+
color: o = C.GREY_DARK_5,
|
|
2758
2758
|
height: e = 24,
|
|
2759
2759
|
width: l = 24,
|
|
2760
2760
|
onClick: r
|
|
@@ -2793,7 +2793,7 @@ const H1 = ({
|
|
|
2793
2793
|
}
|
|
2794
2794
|
), P2 = ({
|
|
2795
2795
|
className: i,
|
|
2796
|
-
color: o =
|
|
2796
|
+
color: o = C.GREY_DARK_5,
|
|
2797
2797
|
height: e = 24,
|
|
2798
2798
|
width: l = 24,
|
|
2799
2799
|
onClick: r
|
|
@@ -2832,7 +2832,7 @@ const H1 = ({
|
|
|
2832
2832
|
}
|
|
2833
2833
|
), $2 = ({
|
|
2834
2834
|
className: i,
|
|
2835
|
-
color: o =
|
|
2835
|
+
color: o = C.GREY_DARK_2,
|
|
2836
2836
|
height: e = 16,
|
|
2837
2837
|
width: l = 16,
|
|
2838
2838
|
onClick: r
|
|
@@ -2858,7 +2858,7 @@ const H1 = ({
|
|
|
2858
2858
|
}
|
|
2859
2859
|
), z2 = ({
|
|
2860
2860
|
className: i,
|
|
2861
|
-
color: o =
|
|
2861
|
+
color: o = C.GREY_DARK_5,
|
|
2862
2862
|
height: e = 20,
|
|
2863
2863
|
width: l = 20,
|
|
2864
2864
|
onClick: r
|
|
@@ -2887,7 +2887,7 @@ const H1 = ({
|
|
|
2887
2887
|
}
|
|
2888
2888
|
), q2 = ({
|
|
2889
2889
|
className: i,
|
|
2890
|
-
color: o =
|
|
2890
|
+
color: o = C.GREY_DARK_5,
|
|
2891
2891
|
height: e = 20,
|
|
2892
2892
|
width: l = 20,
|
|
2893
2893
|
onClick: r
|
|
@@ -2916,7 +2916,7 @@ const H1 = ({
|
|
|
2916
2916
|
}
|
|
2917
2917
|
), J2 = ({
|
|
2918
2918
|
className: i,
|
|
2919
|
-
color: o =
|
|
2919
|
+
color: o = C.GREY_DARK_5,
|
|
2920
2920
|
height: e = 20,
|
|
2921
2921
|
width: l = 20,
|
|
2922
2922
|
onClick: r
|
|
@@ -2931,7 +2931,7 @@ const H1 = ({
|
|
|
2931
2931
|
fill: "none",
|
|
2932
2932
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2933
2933
|
children: [
|
|
2934
|
-
/* @__PURE__ */ t("rect", { width: "20", height: "20", rx: "4", fill:
|
|
2934
|
+
/* @__PURE__ */ t("rect", { width: "20", height: "20", rx: "4", fill: C.GREY_LIGHT_2 }),
|
|
2935
2935
|
/* @__PURE__ */ t(
|
|
2936
2936
|
"path",
|
|
2937
2937
|
{
|
|
@@ -2945,7 +2945,7 @@ const H1 = ({
|
|
|
2945
2945
|
}
|
|
2946
2946
|
), Q2 = ({
|
|
2947
2947
|
className: i,
|
|
2948
|
-
color: o =
|
|
2948
|
+
color: o = C.GREY_DARK_5,
|
|
2949
2949
|
height: e = 20,
|
|
2950
2950
|
width: l = 20,
|
|
2951
2951
|
onClick: r
|
|
@@ -2960,7 +2960,7 @@ const H1 = ({
|
|
|
2960
2960
|
fill: "none",
|
|
2961
2961
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2962
2962
|
children: [
|
|
2963
|
-
/* @__PURE__ */ t("rect", { width: "20", height: "20", rx: "4", fill:
|
|
2963
|
+
/* @__PURE__ */ t("rect", { width: "20", height: "20", rx: "4", fill: C.GREY_LIGHT_2 }),
|
|
2964
2964
|
/* @__PURE__ */ t(
|
|
2965
2965
|
"path",
|
|
2966
2966
|
{
|
|
@@ -3064,6 +3064,62 @@ const H1 = ({
|
|
|
3064
3064
|
)
|
|
3065
3065
|
] }) })
|
|
3066
3066
|
}
|
|
3067
|
+
), i5 = ({
|
|
3068
|
+
width: i = 20,
|
|
3069
|
+
height: o = 20,
|
|
3070
|
+
color: e = "#001E52",
|
|
3071
|
+
className: l,
|
|
3072
|
+
onClick: r
|
|
3073
|
+
}) => /* @__PURE__ */ t(
|
|
3074
|
+
"svg",
|
|
3075
|
+
{
|
|
3076
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3077
|
+
width: i,
|
|
3078
|
+
height: o,
|
|
3079
|
+
className: l,
|
|
3080
|
+
onClick: r,
|
|
3081
|
+
viewBox: "0 0 20 20",
|
|
3082
|
+
fill: "none",
|
|
3083
|
+
children: /* @__PURE__ */ t(
|
|
3084
|
+
"path",
|
|
3085
|
+
{
|
|
3086
|
+
fillRule: "evenodd",
|
|
3087
|
+
clipRule: "evenodd",
|
|
3088
|
+
d: `M2.88667 2.88667C1.66667 4.10834 1.66667 6.07167 1.66667 10C1.66667 13.9283 1.66667 15.8925
|
|
3089
|
+
2.88667 17.1125C4.10833 18.3333 6.07167 18.3333 10 18.3333C13.9283 18.3333 15.8925 18.3333 17.1125
|
|
3090
|
+
17.1125C18.3333 15.8933 18.3333 13.9283 18.3333 10C18.3333 6.07167 18.3333 4.10751 17.1125 2.88667C15.8933
|
|
3091
|
+
1.66667 13.9283 1.66667 10 1.66667C6.07167 1.66667 4.1075 1.66667 2.88667 2.88667ZM8.78667 6.26417C8.84325
|
|
3092
|
+
6.20469 8.88755 6.13465 8.91706 6.05805C8.94657 5.98145 8.96071 5.89979 8.95866 5.81772C8.95661 5.73566
|
|
3093
|
+
8.93841 5.6548 8.90511 5.57977C8.87181 5.50474 8.82406 5.437 8.76458 5.38042C8.70511 5.32384 8.63507 5.27954
|
|
3094
|
+
8.55847 5.25003C8.48186 5.22052 8.4002 5.20638 8.31814 5.20843C8.23607 5.21048 8.15522 5.22868 8.08018
|
|
3095
|
+
5.26198C8.00515 5.29528 7.93741 5.34303 7.88083 5.4025L5.9525 7.42751L5.4525 6.9025C5.39654 6.84066 5.32876
|
|
3096
|
+
6.79064 5.25316 6.75539C5.17756 6.72015 5.09567 6.70039 5.01232 6.69729C4.92897 6.69418 4.84583 6.7078
|
|
3097
|
+
4.76782 6.73732C4.68982 6.76685 4.6185 6.81169 4.5581 6.86921C4.49769 6.92673 4.4494 6.99575 4.41609
|
|
3098
|
+
7.07222C4.38277 7.14869 4.3651 7.23105 4.36411 7.31446C4.36312 7.39786 4.37884 7.48062 4.41034 7.55786C4.44183
|
|
3099
|
+
7.63509 4.48847 7.70524 4.5475 7.76417L5.5 8.76417C5.55837 8.82544 5.62858 8.87421 5.70636 8.90754C5.78414
|
|
3100
|
+
8.94086 5.86788 8.95805 5.9525 8.95805C6.03712 8.95805 6.12086 8.94086 6.19864 8.90754C6.27643 8.87421
|
|
3101
|
+
6.34663 8.82544 6.405 8.76417L8.78667 6.26417ZM10.8333 6.875C10.6676 6.875 10.5086 6.94085 10.3914
|
|
3102
|
+
7.05806C10.2742 7.17527 10.2083 7.33424 10.2083 7.5C10.2083 7.66577 10.2742 7.82474 10.3914 7.94195C10.5086
|
|
3103
|
+
8.05916 10.6676 8.125 10.8333 8.125H15C15.1658 8.125 15.3247 8.05916 15.4419 7.94195C15.5592 7.82474 15.625
|
|
3104
|
+
7.66577 15.625 7.5C15.625 7.33424 15.5592 7.17527 15.4419 7.05806C15.3247 6.94085 15.1658 6.875 15
|
|
3105
|
+
6.875H10.8333ZM8.78583 12.0975C8.84486 12.0386 8.8915 11.9684 8.923 11.8912C8.95449 11.814 8.97021 11.7312
|
|
3106
|
+
8.96922 11.6478C8.96824 11.5644 8.95056 11.482 8.91725 11.4056C8.88393 11.3291 8.83565 11.2601 8.77524
|
|
3107
|
+
11.2025C8.71483 11.145 8.64352 11.1002 8.56551 11.0707C8.4875 11.0411 8.40437 11.0275 8.32102 11.0306C8.23766
|
|
3108
|
+
11.0337 8.15578 11.0535 8.08018 11.0887C8.00458 11.124 7.9368 11.174 7.88083 11.2358L5.9525 13.2608L5.4525
|
|
3109
|
+
12.7358C5.39654 12.674 5.32876 12.624 5.25316 12.5887C5.17756 12.5535 5.09567 12.5337 5.01232 12.5306C4.92897
|
|
3110
|
+
12.5275 4.84583 12.5411 4.76782 12.5707C4.68982 12.6002 4.6185 12.645 4.5581 12.7025C4.49769 12.7601 4.4494
|
|
3111
|
+
12.8291 4.41609 12.9056C4.38277 12.982 4.3651 13.0644 4.36411 13.1478C4.36312 13.2312 4.37884 13.314 4.41034
|
|
3112
|
+
13.3912C4.44183 13.4684 4.48847 13.5386 4.5475 13.5975L5.5 14.5975C5.55837 14.6588 5.62858 14.7075 5.70636
|
|
3113
|
+
14.7409C5.78414 14.7742 5.86788 14.7914 5.9525 14.7914C6.03712 14.7914 6.12086 14.7742 6.19864 14.7409C6.27643
|
|
3114
|
+
14.7075 6.34663 14.6588 6.405 14.5975L8.78583 12.0975ZM10.8333 12.7083C10.6676 12.7083 10.5086 12.7742 10.3914
|
|
3115
|
+
12.8914C10.2742 13.0086 10.2083 13.1676 10.2083 13.3333C10.2083 13.4991 10.2742 13.6581 10.3914 13.7753C10.5086
|
|
3116
|
+
13.8925 10.6676 13.9583 10.8333 13.9583H15C15.1658 13.9583 15.3247 13.8925 15.4419 13.7753C15.5592 13.6581
|
|
3117
|
+
15.625 13.4991 15.625 13.3333C15.625 13.1676 15.5592 13.0086 15.4419 12.8914C15.3247 12.7742 15.1658 12.7083
|
|
3118
|
+
15 12.7083H10.8333Z`,
|
|
3119
|
+
fill: e
|
|
3120
|
+
}
|
|
3121
|
+
)
|
|
3122
|
+
}
|
|
3067
3123
|
), P = ({
|
|
3068
3124
|
name: i,
|
|
3069
3125
|
width: o,
|
|
@@ -3073,7 +3129,7 @@ const H1 = ({
|
|
|
3073
3129
|
disabled: w = !1,
|
|
3074
3130
|
onClick: g
|
|
3075
3131
|
}) => {
|
|
3076
|
-
const [s, p] = u(r), { theme: k } = o1(c1), h = w ? k && k === "dark" ?
|
|
3132
|
+
const [s, p] = u(r), { theme: k } = o1(c1), h = w ? k && k === "dark" ? C.GREY_LIGHT_4 : C.GREY_DARK_1 : l, n = w ? void 0 : g;
|
|
3077
3133
|
return E(() => {
|
|
3078
3134
|
if (r) {
|
|
3079
3135
|
n && !w && p(`${r} clickable`);
|
|
@@ -3191,7 +3247,7 @@ const H1 = ({
|
|
|
3191
3247
|
case "errorMedium":
|
|
3192
3248
|
return s2({ width: o, height: e, color: h, className: s, onClick: n });
|
|
3193
3249
|
case "faviconSkills":
|
|
3194
|
-
return
|
|
3250
|
+
return d2({
|
|
3195
3251
|
width: o,
|
|
3196
3252
|
height: e,
|
|
3197
3253
|
color: h,
|
|
@@ -3231,7 +3287,7 @@ const H1 = ({
|
|
|
3231
3287
|
onClick: n
|
|
3232
3288
|
});
|
|
3233
3289
|
case "expandActiveArrowIcon":
|
|
3234
|
-
return
|
|
3290
|
+
return C2({
|
|
3235
3291
|
width: o,
|
|
3236
3292
|
height: e,
|
|
3237
3293
|
color: h,
|
|
@@ -3320,16 +3376,18 @@ const H1 = ({
|
|
|
3320
3376
|
return e5({ width: o, height: e, color: h, className: s, onClick: n });
|
|
3321
3377
|
case "refresh":
|
|
3322
3378
|
return o5({ width: o, height: e, color: h, className: s, onClick: n });
|
|
3379
|
+
case "projects":
|
|
3380
|
+
return i5({ width: o, height: e, color: h, className: s, onClick: n });
|
|
3323
3381
|
default:
|
|
3324
3382
|
return /* @__PURE__ */ t(I, { children: "No Icon provided" });
|
|
3325
3383
|
}
|
|
3326
3384
|
})() });
|
|
3327
|
-
}, { Title:
|
|
3385
|
+
}, { Title: t5, Text: l5 } = s1, r5 = {
|
|
3328
3386
|
h1: 1,
|
|
3329
3387
|
h2: 2,
|
|
3330
3388
|
h3: 3,
|
|
3331
3389
|
h4: 4
|
|
3332
|
-
},
|
|
3390
|
+
}, s5 = q(
|
|
3333
3391
|
({
|
|
3334
3392
|
align: i = "inherit",
|
|
3335
3393
|
variant: o = "body1",
|
|
@@ -3342,17 +3400,17 @@ const H1 = ({
|
|
|
3342
3400
|
const p = o === "h1" || o === "h2" || o === "h3" || o === "h4";
|
|
3343
3401
|
let k = `snmt-typography snmt-typography-${o}`;
|
|
3344
3402
|
return i && i !== "inherit" && (k += ` snmt-typography-align-${i}`), w && (k += " collapsed"), p ? /* @__PURE__ */ t(
|
|
3345
|
-
|
|
3403
|
+
t5,
|
|
3346
3404
|
{
|
|
3347
3405
|
className: k,
|
|
3348
3406
|
style: { color: e, whiteSpace: g },
|
|
3349
3407
|
onClick: r,
|
|
3350
|
-
level:
|
|
3408
|
+
level: r5[o],
|
|
3351
3409
|
ref: s,
|
|
3352
3410
|
children: l
|
|
3353
3411
|
}
|
|
3354
3412
|
) : /* @__PURE__ */ t(
|
|
3355
|
-
|
|
3413
|
+
l5,
|
|
3356
3414
|
{
|
|
3357
3415
|
className: k,
|
|
3358
3416
|
style: { color: e, whiteSpace: g },
|
|
@@ -3363,13 +3421,13 @@ const H1 = ({
|
|
|
3363
3421
|
);
|
|
3364
3422
|
}
|
|
3365
3423
|
);
|
|
3366
|
-
var
|
|
3424
|
+
var d = /* @__PURE__ */ ((i) => (i.GREY_LIGHT_0 = "var(--grey-light-0)", i.GREY_LIGHT_1 = "var(--grey-light-1)", i.GREY_LIGHT_2 = "var(--grey-light-2)", i.GREY_LIGHT_3 = "var(--grey-light-3)", i.GREY_LIGHT_4 = "var(--grey-light-4)", i.GREY_DARK_1 = "var(--grey-dark-1)", i.GREY_DARK_2 = "var(--grey-dark-2)", i.GREY_DARK_3 = "var(--grey-dark-3)", i.GREY_DARK_4 = "var(--grey-dark-4)", i.GREY_DARK_5 = "var(--grey-dark-5)", i.BLUE_PRIMARY = "var(--blue-primary)", i.BLUE_HOVER = "var(--blue-hover)", i.BLUE_LIGHT_1 = "var(--blue-light-1)", i.BLUE_LIGHT_2 = "var(--blue-light-2)", i.BLUE_LIGHT_3 = "var(--blue-light-3)", i.BLUE_LIGHT_4 = "var(--blue-light-4)", i.BLUE_DARK_1 = "var(--blue-dark-1)", i.PURPLE_LIGHT = "var(--purple-light)", i.PURPLE_DARK = "var(--purple-dark)", i.NOTIFICATION_WARNING_LIGHT = "var(--notification-warning-light)", i.NOTIFICATION_WARNING_DARK = "var(--notification-warning-dark)", i.NOTIFICATION_SUCCESS_LIGHT = "var(--notification-success-light)", i.NOTIFICATION_SUCCESS_DARK = "var(--notification-success-dark)", i.NOTIFICATION_ERROR_LIGHT = "var(--notification-error-light)", i.NOTIFICATION_ERROR_DARK = "var(--notification-error-dark)", i.NOTIFICATION_ERROR_DARK_MODE = "var(--notification-error-dark-mode)", i))(d || {});
|
|
3367
3425
|
const a1 = z({
|
|
3368
3426
|
locale: "en",
|
|
3369
3427
|
theme: "light"
|
|
3370
3428
|
});
|
|
3371
3429
|
a1.Provider;
|
|
3372
|
-
const
|
|
3430
|
+
const n5 = ({
|
|
3373
3431
|
width: i = 20,
|
|
3374
3432
|
height: o = 20,
|
|
3375
3433
|
color: e = "#001E52",
|
|
@@ -3396,7 +3454,7 @@ const s5 = ({
|
|
|
3396
3454
|
}
|
|
3397
3455
|
)
|
|
3398
3456
|
}
|
|
3399
|
-
),
|
|
3457
|
+
), h5 = ({
|
|
3400
3458
|
width: i = 20,
|
|
3401
3459
|
height: o = 20,
|
|
3402
3460
|
color: e = "#001E52",
|
|
@@ -3423,7 +3481,7 @@ const s5 = ({
|
|
|
3423
3481
|
}
|
|
3424
3482
|
)
|
|
3425
3483
|
}
|
|
3426
|
-
),
|
|
3484
|
+
), c5 = ({
|
|
3427
3485
|
width: i = 16,
|
|
3428
3486
|
height: o = 16,
|
|
3429
3487
|
color: e = "#001E52",
|
|
@@ -3451,7 +3509,7 @@ const s5 = ({
|
|
|
3451
3509
|
)
|
|
3452
3510
|
]
|
|
3453
3511
|
}
|
|
3454
|
-
),
|
|
3512
|
+
), a5 = ({
|
|
3455
3513
|
width: i = 20,
|
|
3456
3514
|
height: o = 20,
|
|
3457
3515
|
color: e = "#001E52",
|
|
@@ -3486,7 +3544,7 @@ const s5 = ({
|
|
|
3486
3544
|
)
|
|
3487
3545
|
]
|
|
3488
3546
|
}
|
|
3489
|
-
),
|
|
3547
|
+
), C5 = ({
|
|
3490
3548
|
width: i = 18,
|
|
3491
3549
|
height: o = 18,
|
|
3492
3550
|
color: e = "#001E52",
|
|
@@ -3551,7 +3609,7 @@ const s5 = ({
|
|
|
3551
3609
|
}
|
|
3552
3610
|
)
|
|
3553
3611
|
}
|
|
3554
|
-
),
|
|
3612
|
+
), w5 = ({
|
|
3555
3613
|
width: i = 20,
|
|
3556
3614
|
height: o = 20,
|
|
3557
3615
|
color: e = "#001E52",
|
|
@@ -3572,7 +3630,7 @@ const s5 = ({
|
|
|
3572
3630
|
/* @__PURE__ */ t("path", { d: "M16 4L4 16", stroke: e, strokeWidth: "1.5", strokeLinecap: "round" })
|
|
3573
3631
|
]
|
|
3574
3632
|
}
|
|
3575
|
-
),
|
|
3633
|
+
), k5 = ({
|
|
3576
3634
|
width: i = 20,
|
|
3577
3635
|
height: o = 20,
|
|
3578
3636
|
color: e = "#001E52",
|
|
@@ -3604,7 +3662,7 @@ const s5 = ({
|
|
|
3604
3662
|
)
|
|
3605
3663
|
]
|
|
3606
3664
|
}
|
|
3607
|
-
),
|
|
3665
|
+
), g5 = ({
|
|
3608
3666
|
width: i = 20,
|
|
3609
3667
|
height: o = 20,
|
|
3610
3668
|
color: e = "#001E52",
|
|
@@ -3658,7 +3716,7 @@ const s5 = ({
|
|
|
3658
3716
|
)
|
|
3659
3717
|
]
|
|
3660
3718
|
}
|
|
3661
|
-
),
|
|
3719
|
+
), p5 = ({
|
|
3662
3720
|
width: i = 20,
|
|
3663
3721
|
height: o = 20,
|
|
3664
3722
|
color: e = "#001E52",
|
|
@@ -3697,7 +3755,7 @@ const s5 = ({
|
|
|
3697
3755
|
/* @__PURE__ */ t("path", { d: "M3 12L17 12", stroke: e, strokeWidth: "2", strokeLinecap: "round" })
|
|
3698
3756
|
]
|
|
3699
3757
|
}
|
|
3700
|
-
),
|
|
3758
|
+
), L5 = ({
|
|
3701
3759
|
width: i = 16,
|
|
3702
3760
|
height: o = 12,
|
|
3703
3761
|
color: e = "#001E52",
|
|
@@ -3746,7 +3804,7 @@ const s5 = ({
|
|
|
3746
3804
|
)
|
|
3747
3805
|
] })
|
|
3748
3806
|
}
|
|
3749
|
-
),
|
|
3807
|
+
), m5 = ({
|
|
3750
3808
|
width: i = 16,
|
|
3751
3809
|
height: o = 16,
|
|
3752
3810
|
color: e = "#001E52",
|
|
@@ -3780,7 +3838,7 @@ const s5 = ({
|
|
|
3780
3838
|
)
|
|
3781
3839
|
]
|
|
3782
3840
|
}
|
|
3783
|
-
),
|
|
3841
|
+
), u5 = ({
|
|
3784
3842
|
width: i = 10,
|
|
3785
3843
|
height: o = 10,
|
|
3786
3844
|
color: e = "#001E52",
|
|
@@ -3819,7 +3877,7 @@ const s5 = ({
|
|
|
3819
3877
|
)
|
|
3820
3878
|
] })
|
|
3821
3879
|
}
|
|
3822
|
-
),
|
|
3880
|
+
), v5 = ({
|
|
3823
3881
|
width: i = 16,
|
|
3824
3882
|
height: o = 16,
|
|
3825
3883
|
color: e = "#001E52",
|
|
@@ -3855,7 +3913,7 @@ const s5 = ({
|
|
|
3855
3913
|
)
|
|
3856
3914
|
]
|
|
3857
3915
|
}
|
|
3858
|
-
),
|
|
3916
|
+
), N5 = ({
|
|
3859
3917
|
width: i = 11,
|
|
3860
3918
|
height: o = 32,
|
|
3861
3919
|
color: e = "#001E52",
|
|
@@ -3893,7 +3951,7 @@ const s5 = ({
|
|
|
3893
3951
|
/* @__PURE__ */ t("circle", { cx: "3", cy: "3", r: "3", fill: e })
|
|
3894
3952
|
]
|
|
3895
3953
|
}
|
|
3896
|
-
),
|
|
3954
|
+
), f5 = ({
|
|
3897
3955
|
width: i = 20,
|
|
3898
3956
|
height: o = 20,
|
|
3899
3957
|
color: e = "#001E52",
|
|
@@ -3940,7 +3998,7 @@ const s5 = ({
|
|
|
3940
3998
|
)
|
|
3941
3999
|
]
|
|
3942
4000
|
}
|
|
3943
|
-
),
|
|
4001
|
+
), M5 = ({
|
|
3944
4002
|
width: i = 20,
|
|
3945
4003
|
height: o = 20,
|
|
3946
4004
|
color: e = "#001E52",
|
|
@@ -3973,7 +4031,7 @@ const s5 = ({
|
|
|
3973
4031
|
)
|
|
3974
4032
|
]
|
|
3975
4033
|
}
|
|
3976
|
-
),
|
|
4034
|
+
), x5 = ({
|
|
3977
4035
|
width: i = 20,
|
|
3978
4036
|
height: o = 20,
|
|
3979
4037
|
color: e = "#001E52",
|
|
@@ -4020,7 +4078,7 @@ const s5 = ({
|
|
|
4020
4078
|
)
|
|
4021
4079
|
]
|
|
4022
4080
|
}
|
|
4023
|
-
),
|
|
4081
|
+
), _5 = ({
|
|
4024
4082
|
width: i = 20,
|
|
4025
4083
|
height: o = 20,
|
|
4026
4084
|
color: e = "#001E52",
|
|
@@ -4053,7 +4111,7 @@ const s5 = ({
|
|
|
4053
4111
|
)
|
|
4054
4112
|
]
|
|
4055
4113
|
}
|
|
4056
|
-
),
|
|
4114
|
+
), R5 = ({
|
|
4057
4115
|
width: i = 18,
|
|
4058
4116
|
height: o = 16,
|
|
4059
4117
|
color: e = "#001E52",
|
|
@@ -4092,7 +4150,7 @@ const s5 = ({
|
|
|
4092
4150
|
)
|
|
4093
4151
|
]
|
|
4094
4152
|
}
|
|
4095
|
-
),
|
|
4153
|
+
), H5 = ({
|
|
4096
4154
|
width: i = 20,
|
|
4097
4155
|
height: o = 20,
|
|
4098
4156
|
color: e = "#001E52",
|
|
@@ -4125,7 +4183,7 @@ const s5 = ({
|
|
|
4125
4183
|
)
|
|
4126
4184
|
]
|
|
4127
4185
|
}
|
|
4128
|
-
),
|
|
4186
|
+
), V5 = ({
|
|
4129
4187
|
width: i = 20,
|
|
4130
4188
|
height: o = 20,
|
|
4131
4189
|
color: e = "#001E52",
|
|
@@ -4149,7 +4207,7 @@ const s5 = ({
|
|
|
4149
4207
|
}
|
|
4150
4208
|
)
|
|
4151
4209
|
}
|
|
4152
|
-
),
|
|
4210
|
+
), E5 = ({
|
|
4153
4211
|
width: i = 20,
|
|
4154
4212
|
height: o = 20,
|
|
4155
4213
|
color: e = "#001E52",
|
|
@@ -4196,7 +4254,7 @@ const s5 = ({
|
|
|
4196
4254
|
)
|
|
4197
4255
|
]
|
|
4198
4256
|
}
|
|
4199
|
-
),
|
|
4257
|
+
), Z5 = ({
|
|
4200
4258
|
width: i = 20,
|
|
4201
4259
|
height: o = 20,
|
|
4202
4260
|
color: e = "#001E52",
|
|
@@ -4229,7 +4287,7 @@ const s5 = ({
|
|
|
4229
4287
|
)
|
|
4230
4288
|
]
|
|
4231
4289
|
}
|
|
4232
|
-
),
|
|
4290
|
+
), W5 = ({
|
|
4233
4291
|
width: i = 20,
|
|
4234
4292
|
height: o = 20,
|
|
4235
4293
|
color: e = "#001E52",
|
|
@@ -4262,7 +4320,7 @@ const s5 = ({
|
|
|
4262
4320
|
)
|
|
4263
4321
|
]
|
|
4264
4322
|
}
|
|
4265
|
-
),
|
|
4323
|
+
), I5 = ({
|
|
4266
4324
|
width: i = 20,
|
|
4267
4325
|
height: o = 23,
|
|
4268
4326
|
color: e = "#001E52",
|
|
@@ -4323,7 +4381,7 @@ const s5 = ({
|
|
|
4323
4381
|
)
|
|
4324
4382
|
]
|
|
4325
4383
|
}
|
|
4326
|
-
),
|
|
4384
|
+
), B5 = ({
|
|
4327
4385
|
width: i = 20,
|
|
4328
4386
|
height: o = 20,
|
|
4329
4387
|
color: e = "#001E52",
|
|
@@ -4363,7 +4421,7 @@ const s5 = ({
|
|
|
4363
4421
|
)
|
|
4364
4422
|
]
|
|
4365
4423
|
}
|
|
4366
|
-
),
|
|
4424
|
+
), A5 = ({
|
|
4367
4425
|
width: i = 32,
|
|
4368
4426
|
height: o = 25,
|
|
4369
4427
|
color: e = "#001E52",
|
|
@@ -4391,7 +4449,7 @@ const s5 = ({
|
|
|
4391
4449
|
)
|
|
4392
4450
|
]
|
|
4393
4451
|
}
|
|
4394
|
-
),
|
|
4452
|
+
), G5 = ({
|
|
4395
4453
|
width: i = 14,
|
|
4396
4454
|
height: o = 14,
|
|
4397
4455
|
color: e = "#10B981",
|
|
@@ -4420,7 +4478,7 @@ const s5 = ({
|
|
|
4420
4478
|
)
|
|
4421
4479
|
]
|
|
4422
4480
|
}
|
|
4423
|
-
),
|
|
4481
|
+
), D5 = ({
|
|
4424
4482
|
width: i = 11,
|
|
4425
4483
|
height: o = 11,
|
|
4426
4484
|
color: e = "#FFB020",
|
|
@@ -4454,7 +4512,7 @@ const s5 = ({
|
|
|
4454
4512
|
)
|
|
4455
4513
|
]
|
|
4456
4514
|
}
|
|
4457
|
-
),
|
|
4515
|
+
), j5 = ({
|
|
4458
4516
|
width: i = 10,
|
|
4459
4517
|
height: o = 10,
|
|
4460
4518
|
color: e = "#88A4FF",
|
|
@@ -4502,7 +4560,7 @@ const s5 = ({
|
|
|
4502
4560
|
)
|
|
4503
4561
|
]
|
|
4504
4562
|
}
|
|
4505
|
-
),
|
|
4563
|
+
), T5 = ({
|
|
4506
4564
|
width: i = 14,
|
|
4507
4565
|
height: o = 14,
|
|
4508
4566
|
color: e = "#8E8E93",
|
|
@@ -4530,7 +4588,7 @@ const s5 = ({
|
|
|
4530
4588
|
)
|
|
4531
4589
|
]
|
|
4532
4590
|
}
|
|
4533
|
-
),
|
|
4591
|
+
), y5 = ({
|
|
4534
4592
|
width: i = 14,
|
|
4535
4593
|
height: o = 14,
|
|
4536
4594
|
color: e = "#FFB020",
|
|
@@ -4564,7 +4622,7 @@ const s5 = ({
|
|
|
4564
4622
|
)
|
|
4565
4623
|
]
|
|
4566
4624
|
}
|
|
4567
|
-
),
|
|
4625
|
+
), Y5 = ({
|
|
4568
4626
|
width: i = 14,
|
|
4569
4627
|
height: o = 14,
|
|
4570
4628
|
color: e = "#D0421B",
|
|
@@ -4612,7 +4670,7 @@ const s5 = ({
|
|
|
4612
4670
|
)
|
|
4613
4671
|
]
|
|
4614
4672
|
}
|
|
4615
|
-
),
|
|
4673
|
+
), K5 = ({
|
|
4616
4674
|
width: i = 20,
|
|
4617
4675
|
height: o = 20,
|
|
4618
4676
|
color: e = "#070739",
|
|
@@ -4642,7 +4700,7 @@ const s5 = ({
|
|
|
4642
4700
|
/* @__PURE__ */ t("circle", { cx: "10", cy: "10", r: "2.375", stroke: e, strokeWidth: "1.25" })
|
|
4643
4701
|
]
|
|
4644
4702
|
}
|
|
4645
|
-
),
|
|
4703
|
+
), O5 = ({
|
|
4646
4704
|
width: i = 20,
|
|
4647
4705
|
height: o = 20,
|
|
4648
4706
|
color: e = "#070739",
|
|
@@ -4680,7 +4738,7 @@ const s5 = ({
|
|
|
4680
4738
|
)
|
|
4681
4739
|
]
|
|
4682
4740
|
}
|
|
4683
|
-
),
|
|
4741
|
+
), b5 = ({
|
|
4684
4742
|
width: i = 9,
|
|
4685
4743
|
height: o = 5,
|
|
4686
4744
|
color: e = "#001E52",
|
|
@@ -4706,7 +4764,7 @@ const s5 = ({
|
|
|
4706
4764
|
}
|
|
4707
4765
|
)
|
|
4708
4766
|
}
|
|
4709
|
-
),
|
|
4767
|
+
), F5 = ({
|
|
4710
4768
|
width: i = 20,
|
|
4711
4769
|
height: o = 20,
|
|
4712
4770
|
color: e = "#F2F2F7",
|
|
@@ -4735,7 +4793,7 @@ const s5 = ({
|
|
|
4735
4793
|
)
|
|
4736
4794
|
]
|
|
4737
4795
|
}
|
|
4738
|
-
),
|
|
4796
|
+
), S5 = ({
|
|
4739
4797
|
width: i = 20,
|
|
4740
4798
|
height: o = 20,
|
|
4741
4799
|
color: e = "#004ED7",
|
|
@@ -4764,7 +4822,7 @@ const s5 = ({
|
|
|
4764
4822
|
)
|
|
4765
4823
|
]
|
|
4766
4824
|
}
|
|
4767
|
-
),
|
|
4825
|
+
), U5 = ({
|
|
4768
4826
|
width: i = 248,
|
|
4769
4827
|
height: o = 248,
|
|
4770
4828
|
color: e = "#070739",
|
|
@@ -4801,7 +4859,7 @@ const s5 = ({
|
|
|
4801
4859
|
)
|
|
4802
4860
|
]
|
|
4803
4861
|
}
|
|
4804
|
-
),
|
|
4862
|
+
), P5 = ({
|
|
4805
4863
|
width: i = 24,
|
|
4806
4864
|
height: o = 24,
|
|
4807
4865
|
color: e = "#001E52",
|
|
@@ -4840,7 +4898,7 @@ const s5 = ({
|
|
|
4840
4898
|
)
|
|
4841
4899
|
]
|
|
4842
4900
|
}
|
|
4843
|
-
),
|
|
4901
|
+
), $5 = ({
|
|
4844
4902
|
width: i = 10,
|
|
4845
4903
|
height: o = 10,
|
|
4846
4904
|
color: e = "#001E52",
|
|
@@ -4869,7 +4927,7 @@ const s5 = ({
|
|
|
4869
4927
|
)
|
|
4870
4928
|
]
|
|
4871
4929
|
}
|
|
4872
|
-
),
|
|
4930
|
+
), z5 = ({
|
|
4873
4931
|
width: i = 10,
|
|
4874
4932
|
height: o = 10,
|
|
4875
4933
|
color: e = "#001E52",
|
|
@@ -4906,10 +4964,10 @@ const s5 = ({
|
|
|
4906
4964
|
)
|
|
4907
4965
|
]
|
|
4908
4966
|
}
|
|
4909
|
-
),
|
|
4967
|
+
), q5 = ({
|
|
4910
4968
|
width: i = 24,
|
|
4911
4969
|
height: o = 24,
|
|
4912
|
-
color: e =
|
|
4970
|
+
color: e = d.GREY_DARK_5,
|
|
4913
4971
|
className: l,
|
|
4914
4972
|
onClick: r
|
|
4915
4973
|
}) => /* @__PURE__ */ c(
|
|
@@ -4945,10 +5003,10 @@ const s5 = ({
|
|
|
4945
5003
|
)
|
|
4946
5004
|
]
|
|
4947
5005
|
}
|
|
4948
|
-
),
|
|
5006
|
+
), J5 = ({
|
|
4949
5007
|
width: i = 20,
|
|
4950
5008
|
height: o = 20,
|
|
4951
|
-
color: e =
|
|
5009
|
+
color: e = d.GREY_DARK_1,
|
|
4952
5010
|
className: l,
|
|
4953
5011
|
onClick: r
|
|
4954
5012
|
}) => /* @__PURE__ */ c(
|
|
@@ -4978,10 +5036,10 @@ const s5 = ({
|
|
|
4978
5036
|
)
|
|
4979
5037
|
]
|
|
4980
5038
|
}
|
|
4981
|
-
),
|
|
5039
|
+
), Q5 = ({
|
|
4982
5040
|
width: i = 81,
|
|
4983
5041
|
height: o = 80,
|
|
4984
|
-
color: e =
|
|
5042
|
+
color: e = d.GREY_DARK_5,
|
|
4985
5043
|
className: l,
|
|
4986
5044
|
onClick: r
|
|
4987
5045
|
}) => /* @__PURE__ */ c(
|
|
@@ -5027,9 +5085,9 @@ const s5 = ({
|
|
|
5027
5085
|
)
|
|
5028
5086
|
]
|
|
5029
5087
|
}
|
|
5030
|
-
),
|
|
5088
|
+
), X5 = ({
|
|
5031
5089
|
className: i,
|
|
5032
|
-
color: o =
|
|
5090
|
+
color: o = d.GREY_DARK_5,
|
|
5033
5091
|
height: e = 20,
|
|
5034
5092
|
width: l = 20,
|
|
5035
5093
|
onClick: r
|
|
@@ -5054,9 +5112,9 @@ const s5 = ({
|
|
|
5054
5112
|
}
|
|
5055
5113
|
)
|
|
5056
5114
|
}
|
|
5057
|
-
),
|
|
5115
|
+
), e3 = ({
|
|
5058
5116
|
className: i,
|
|
5059
|
-
color: o =
|
|
5117
|
+
color: o = d.GREY_DARK_5,
|
|
5060
5118
|
height: e = 20,
|
|
5061
5119
|
width: l = 20,
|
|
5062
5120
|
onClick: r
|
|
@@ -5081,9 +5139,9 @@ const s5 = ({
|
|
|
5081
5139
|
}
|
|
5082
5140
|
)
|
|
5083
5141
|
}
|
|
5084
|
-
),
|
|
5142
|
+
), o3 = ({
|
|
5085
5143
|
className: i,
|
|
5086
|
-
color: o =
|
|
5144
|
+
color: o = d.GREY_DARK_5,
|
|
5087
5145
|
height: e = 5,
|
|
5088
5146
|
width: l = 10,
|
|
5089
5147
|
onClick: r
|
|
@@ -5105,9 +5163,9 @@ const s5 = ({
|
|
|
5105
5163
|
}
|
|
5106
5164
|
)
|
|
5107
5165
|
}
|
|
5108
|
-
),
|
|
5166
|
+
), i3 = ({
|
|
5109
5167
|
className: i,
|
|
5110
|
-
color: o =
|
|
5168
|
+
color: o = d.GREY_DARK_5,
|
|
5111
5169
|
height: e = 5,
|
|
5112
5170
|
width: l = 10,
|
|
5113
5171
|
onClick: r
|
|
@@ -5130,9 +5188,9 @@ const s5 = ({
|
|
|
5130
5188
|
}
|
|
5131
5189
|
)
|
|
5132
5190
|
}
|
|
5133
|
-
),
|
|
5191
|
+
), t3 = ({
|
|
5134
5192
|
className: i,
|
|
5135
|
-
color: o =
|
|
5193
|
+
color: o = d.GREY_DARK_5,
|
|
5136
5194
|
height: e = 24,
|
|
5137
5195
|
width: l = 24,
|
|
5138
5196
|
onClick: r
|
|
@@ -5169,9 +5227,9 @@ const s5 = ({
|
|
|
5169
5227
|
)
|
|
5170
5228
|
]
|
|
5171
5229
|
}
|
|
5172
|
-
),
|
|
5230
|
+
), l3 = ({
|
|
5173
5231
|
className: i,
|
|
5174
|
-
color: o =
|
|
5232
|
+
color: o = d.GREY_DARK_5,
|
|
5175
5233
|
height: e = 24,
|
|
5176
5234
|
width: l = 24,
|
|
5177
5235
|
onClick: r
|
|
@@ -5208,9 +5266,9 @@ const s5 = ({
|
|
|
5208
5266
|
)
|
|
5209
5267
|
]
|
|
5210
5268
|
}
|
|
5211
|
-
),
|
|
5269
|
+
), r3 = ({
|
|
5212
5270
|
className: i,
|
|
5213
|
-
color: o =
|
|
5271
|
+
color: o = d.GREY_DARK_5,
|
|
5214
5272
|
height: e = 24,
|
|
5215
5273
|
width: l = 24,
|
|
5216
5274
|
onClick: r
|
|
@@ -5235,9 +5293,9 @@ const s5 = ({
|
|
|
5235
5293
|
}
|
|
5236
5294
|
)
|
|
5237
5295
|
}
|
|
5238
|
-
),
|
|
5296
|
+
), s3 = ({
|
|
5239
5297
|
className: i,
|
|
5240
|
-
color: o =
|
|
5298
|
+
color: o = d.GREY_DARK_5,
|
|
5241
5299
|
height: e = 24,
|
|
5242
5300
|
width: l = 24,
|
|
5243
5301
|
onClick: r
|
|
@@ -5294,9 +5352,9 @@ const s5 = ({
|
|
|
5294
5352
|
)
|
|
5295
5353
|
]
|
|
5296
5354
|
}
|
|
5297
|
-
),
|
|
5355
|
+
), n3 = ({
|
|
5298
5356
|
className: i,
|
|
5299
|
-
color: o =
|
|
5357
|
+
color: o = d.GREY_DARK_5,
|
|
5300
5358
|
height: e = 24,
|
|
5301
5359
|
width: l = 24,
|
|
5302
5360
|
onClick: r
|
|
@@ -5331,9 +5389,9 @@ const s5 = ({
|
|
|
5331
5389
|
)
|
|
5332
5390
|
]
|
|
5333
5391
|
}
|
|
5334
|
-
),
|
|
5392
|
+
), h3 = ({
|
|
5335
5393
|
className: i,
|
|
5336
|
-
color: o =
|
|
5394
|
+
color: o = d.GREY_DARK_3,
|
|
5337
5395
|
height: e = 14,
|
|
5338
5396
|
width: l = 14,
|
|
5339
5397
|
onClick: r
|
|
@@ -5368,9 +5426,9 @@ const s5 = ({
|
|
|
5368
5426
|
)
|
|
5369
5427
|
]
|
|
5370
5428
|
}
|
|
5371
|
-
),
|
|
5429
|
+
), c3 = ({
|
|
5372
5430
|
className: i,
|
|
5373
|
-
color: o =
|
|
5431
|
+
color: o = d.GREY_DARK_5,
|
|
5374
5432
|
height: e = 18,
|
|
5375
5433
|
onClick: l,
|
|
5376
5434
|
width: r = 18
|
|
@@ -5395,9 +5453,9 @@ const s5 = ({
|
|
|
5395
5453
|
}
|
|
5396
5454
|
)
|
|
5397
5455
|
}
|
|
5398
|
-
),
|
|
5456
|
+
), a3 = ({
|
|
5399
5457
|
className: i,
|
|
5400
|
-
color: o =
|
|
5458
|
+
color: o = d.GREY_DARK_5,
|
|
5401
5459
|
height: e = 24,
|
|
5402
5460
|
width: l = 24,
|
|
5403
5461
|
onClick: r
|
|
@@ -5447,9 +5505,9 @@ const s5 = ({
|
|
|
5447
5505
|
)
|
|
5448
5506
|
]
|
|
5449
5507
|
}
|
|
5450
|
-
),
|
|
5508
|
+
), C3 = ({
|
|
5451
5509
|
className: i,
|
|
5452
|
-
color: o =
|
|
5510
|
+
color: o = d.GREY_DARK_5,
|
|
5453
5511
|
height: e = 24,
|
|
5454
5512
|
width: l = 24,
|
|
5455
5513
|
onClick: r
|
|
@@ -5486,7 +5544,7 @@ const s5 = ({
|
|
|
5486
5544
|
}
|
|
5487
5545
|
), d3 = ({
|
|
5488
5546
|
className: i,
|
|
5489
|
-
color: o =
|
|
5547
|
+
color: o = d.NOTIFICATION_WARNING_DARK,
|
|
5490
5548
|
height: e = 37,
|
|
5491
5549
|
width: l = 36,
|
|
5492
5550
|
onClick: r
|
|
@@ -5523,9 +5581,9 @@ const s5 = ({
|
|
|
5523
5581
|
)
|
|
5524
5582
|
]
|
|
5525
5583
|
}
|
|
5526
|
-
),
|
|
5584
|
+
), w3 = ({
|
|
5527
5585
|
className: i,
|
|
5528
|
-
color: o =
|
|
5586
|
+
color: o = d.GREY_DARK_5,
|
|
5529
5587
|
height: e = 24,
|
|
5530
5588
|
width: l = 24,
|
|
5531
5589
|
onClick: r
|
|
@@ -5549,9 +5607,9 @@ const s5 = ({
|
|
|
5549
5607
|
}
|
|
5550
5608
|
)
|
|
5551
5609
|
}
|
|
5552
|
-
),
|
|
5610
|
+
), k3 = ({
|
|
5553
5611
|
className: i,
|
|
5554
|
-
color: o =
|
|
5612
|
+
color: o = d.GREY_DARK_5,
|
|
5555
5613
|
height: e = 24,
|
|
5556
5614
|
width: l = 24,
|
|
5557
5615
|
onClick: r
|
|
@@ -5588,9 +5646,9 @@ const s5 = ({
|
|
|
5588
5646
|
)
|
|
5589
5647
|
]
|
|
5590
5648
|
}
|
|
5591
|
-
),
|
|
5649
|
+
), g3 = ({
|
|
5592
5650
|
className: i,
|
|
5593
|
-
color: o =
|
|
5651
|
+
color: o = d.GREY_DARK_5,
|
|
5594
5652
|
height: e = 24,
|
|
5595
5653
|
width: l = 24,
|
|
5596
5654
|
onClick: r
|
|
@@ -5627,9 +5685,9 @@ const s5 = ({
|
|
|
5627
5685
|
)
|
|
5628
5686
|
]
|
|
5629
5687
|
}
|
|
5630
|
-
),
|
|
5688
|
+
), p3 = ({
|
|
5631
5689
|
className: i,
|
|
5632
|
-
color: o =
|
|
5690
|
+
color: o = d.GREY_DARK_5,
|
|
5633
5691
|
height: e = 24,
|
|
5634
5692
|
width: l = 24,
|
|
5635
5693
|
onClick: r
|
|
@@ -5696,9 +5754,9 @@ const s5 = ({
|
|
|
5696
5754
|
)
|
|
5697
5755
|
]
|
|
5698
5756
|
}
|
|
5699
|
-
),
|
|
5757
|
+
), L3 = ({
|
|
5700
5758
|
className: i,
|
|
5701
|
-
color: o =
|
|
5759
|
+
color: o = d.GREY_DARK_5,
|
|
5702
5760
|
height: e = 24,
|
|
5703
5761
|
width: l = 24,
|
|
5704
5762
|
onClick: r
|
|
@@ -5735,9 +5793,9 @@ const s5 = ({
|
|
|
5735
5793
|
)
|
|
5736
5794
|
]
|
|
5737
5795
|
}
|
|
5738
|
-
),
|
|
5796
|
+
), m3 = ({
|
|
5739
5797
|
className: i,
|
|
5740
|
-
color: o =
|
|
5798
|
+
color: o = d.GREY_DARK_5,
|
|
5741
5799
|
height: e = 24,
|
|
5742
5800
|
width: l = 24,
|
|
5743
5801
|
onClick: r
|
|
@@ -5792,9 +5850,9 @@ const s5 = ({
|
|
|
5792
5850
|
)
|
|
5793
5851
|
]
|
|
5794
5852
|
}
|
|
5795
|
-
),
|
|
5853
|
+
), u3 = ({
|
|
5796
5854
|
className: i,
|
|
5797
|
-
color: o =
|
|
5855
|
+
color: o = d.GREY_DARK_5,
|
|
5798
5856
|
height: e = 24,
|
|
5799
5857
|
width: l = 24,
|
|
5800
5858
|
onClick: r
|
|
@@ -5831,9 +5889,9 @@ const s5 = ({
|
|
|
5831
5889
|
)
|
|
5832
5890
|
]
|
|
5833
5891
|
}
|
|
5834
|
-
),
|
|
5892
|
+
), v3 = ({
|
|
5835
5893
|
className: i,
|
|
5836
|
-
color: o =
|
|
5894
|
+
color: o = d.GREY_DARK_5,
|
|
5837
5895
|
height: e = 24,
|
|
5838
5896
|
width: l = 24,
|
|
5839
5897
|
onClick: r
|
|
@@ -5880,9 +5938,9 @@ const s5 = ({
|
|
|
5880
5938
|
)
|
|
5881
5939
|
]
|
|
5882
5940
|
}
|
|
5883
|
-
),
|
|
5941
|
+
), N3 = ({
|
|
5884
5942
|
className: i,
|
|
5885
|
-
color: o =
|
|
5943
|
+
color: o = d.GREY_DARK_5,
|
|
5886
5944
|
height: e = 24,
|
|
5887
5945
|
width: l = 24,
|
|
5888
5946
|
onClick: r
|
|
@@ -5919,9 +5977,9 @@ const s5 = ({
|
|
|
5919
5977
|
)
|
|
5920
5978
|
]
|
|
5921
5979
|
}
|
|
5922
|
-
),
|
|
5980
|
+
), f3 = ({
|
|
5923
5981
|
className: i,
|
|
5924
|
-
color: o =
|
|
5982
|
+
color: o = d.GREY_DARK_5,
|
|
5925
5983
|
height: e = 24,
|
|
5926
5984
|
width: l = 24,
|
|
5927
5985
|
onClick: r
|
|
@@ -5946,9 +6004,9 @@ const s5 = ({
|
|
|
5946
6004
|
}
|
|
5947
6005
|
)
|
|
5948
6006
|
}
|
|
5949
|
-
),
|
|
6007
|
+
), M3 = ({
|
|
5950
6008
|
className: i,
|
|
5951
|
-
color: o =
|
|
6009
|
+
color: o = d.GREY_DARK_5,
|
|
5952
6010
|
height: e = 24,
|
|
5953
6011
|
width: l = 24,
|
|
5954
6012
|
onClick: r
|
|
@@ -5984,9 +6042,9 @@ const s5 = ({
|
|
|
5984
6042
|
)
|
|
5985
6043
|
]
|
|
5986
6044
|
}
|
|
5987
|
-
),
|
|
6045
|
+
), x3 = ({
|
|
5988
6046
|
className: i,
|
|
5989
|
-
color: o =
|
|
6047
|
+
color: o = d.GREY_DARK_5,
|
|
5990
6048
|
height: e = 24,
|
|
5991
6049
|
width: l = 24,
|
|
5992
6050
|
onClick: r
|
|
@@ -6005,9 +6063,9 @@ const s5 = ({
|
|
|
6005
6063
|
/* @__PURE__ */ t("path", { d: "M12 8L4 8", stroke: o, strokeWidth: "1.7", strokeLinecap: "round" })
|
|
6006
6064
|
]
|
|
6007
6065
|
}
|
|
6008
|
-
),
|
|
6066
|
+
), _3 = ({
|
|
6009
6067
|
className: i,
|
|
6010
|
-
color: o =
|
|
6068
|
+
color: o = d.GREY_DARK_5,
|
|
6011
6069
|
height: e = 24,
|
|
6012
6070
|
width: l = 24,
|
|
6013
6071
|
onClick: r
|
|
@@ -6044,9 +6102,9 @@ const s5 = ({
|
|
|
6044
6102
|
)
|
|
6045
6103
|
]
|
|
6046
6104
|
}
|
|
6047
|
-
),
|
|
6105
|
+
), R3 = ({
|
|
6048
6106
|
className: i,
|
|
6049
|
-
color: o =
|
|
6107
|
+
color: o = d.GREY_DARK_5,
|
|
6050
6108
|
height: e = 24,
|
|
6051
6109
|
width: l = 24,
|
|
6052
6110
|
onClick: r
|
|
@@ -6083,9 +6141,9 @@ const s5 = ({
|
|
|
6083
6141
|
)
|
|
6084
6142
|
]
|
|
6085
6143
|
}
|
|
6086
|
-
),
|
|
6144
|
+
), H3 = ({
|
|
6087
6145
|
className: i,
|
|
6088
|
-
color: o =
|
|
6146
|
+
color: o = d.GREY_DARK_5,
|
|
6089
6147
|
height: e = 24,
|
|
6090
6148
|
width: l = 24,
|
|
6091
6149
|
onClick: r
|
|
@@ -6122,9 +6180,9 @@ const s5 = ({
|
|
|
6122
6180
|
)
|
|
6123
6181
|
]
|
|
6124
6182
|
}
|
|
6125
|
-
),
|
|
6183
|
+
), V3 = ({
|
|
6126
6184
|
className: i,
|
|
6127
|
-
color: o =
|
|
6185
|
+
color: o = d.GREY_DARK_2,
|
|
6128
6186
|
height: e = 16,
|
|
6129
6187
|
width: l = 16,
|
|
6130
6188
|
onClick: r
|
|
@@ -6148,9 +6206,9 @@ const s5 = ({
|
|
|
6148
6206
|
}
|
|
6149
6207
|
)
|
|
6150
6208
|
}
|
|
6151
|
-
),
|
|
6209
|
+
), E3 = ({
|
|
6152
6210
|
className: i,
|
|
6153
|
-
color: o =
|
|
6211
|
+
color: o = d.GREY_DARK_5,
|
|
6154
6212
|
height: e = 20,
|
|
6155
6213
|
width: l = 20,
|
|
6156
6214
|
onClick: r
|
|
@@ -6177,9 +6235,9 @@ const s5 = ({
|
|
|
6177
6235
|
/* @__PURE__ */ t("defs", { children: /* @__PURE__ */ t("clipPath", { id: "clip0_3992_5989", children: /* @__PURE__ */ t("rect", { width: "20", height: "20", fill: "white" }) }) })
|
|
6178
6236
|
]
|
|
6179
6237
|
}
|
|
6180
|
-
),
|
|
6238
|
+
), Z3 = ({
|
|
6181
6239
|
className: i,
|
|
6182
|
-
color: o =
|
|
6240
|
+
color: o = d.GREY_DARK_5,
|
|
6183
6241
|
height: e = 20,
|
|
6184
6242
|
width: l = 20,
|
|
6185
6243
|
onClick: r
|
|
@@ -6206,9 +6264,9 @@ const s5 = ({
|
|
|
6206
6264
|
/* @__PURE__ */ t("defs", { children: /* @__PURE__ */ t("clipPath", { id: "clip0_3992_5988", children: /* @__PURE__ */ t("rect", { width: "20", height: "20", fill: "white" }) }) })
|
|
6207
6265
|
]
|
|
6208
6266
|
}
|
|
6209
|
-
),
|
|
6267
|
+
), W3 = ({
|
|
6210
6268
|
className: i,
|
|
6211
|
-
color: o =
|
|
6269
|
+
color: o = d.GREY_DARK_5,
|
|
6212
6270
|
height: e = 20,
|
|
6213
6271
|
width: l = 20,
|
|
6214
6272
|
onClick: r
|
|
@@ -6223,7 +6281,7 @@ const s5 = ({
|
|
|
6223
6281
|
fill: "none",
|
|
6224
6282
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6225
6283
|
children: [
|
|
6226
|
-
/* @__PURE__ */ t("rect", { width: "20", height: "20", rx: "4", fill:
|
|
6284
|
+
/* @__PURE__ */ t("rect", { width: "20", height: "20", rx: "4", fill: d.GREY_LIGHT_2 }),
|
|
6227
6285
|
/* @__PURE__ */ t(
|
|
6228
6286
|
"path",
|
|
6229
6287
|
{
|
|
@@ -6235,9 +6293,9 @@ const s5 = ({
|
|
|
6235
6293
|
)
|
|
6236
6294
|
]
|
|
6237
6295
|
}
|
|
6238
|
-
),
|
|
6296
|
+
), I3 = ({
|
|
6239
6297
|
className: i,
|
|
6240
|
-
color: o =
|
|
6298
|
+
color: o = d.GREY_DARK_5,
|
|
6241
6299
|
height: e = 20,
|
|
6242
6300
|
width: l = 20,
|
|
6243
6301
|
onClick: r
|
|
@@ -6252,7 +6310,7 @@ const s5 = ({
|
|
|
6252
6310
|
fill: "none",
|
|
6253
6311
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6254
6312
|
children: [
|
|
6255
|
-
/* @__PURE__ */ t("rect", { width: "20", height: "20", rx: "4", fill:
|
|
6313
|
+
/* @__PURE__ */ t("rect", { width: "20", height: "20", rx: "4", fill: d.GREY_LIGHT_2 }),
|
|
6256
6314
|
/* @__PURE__ */ t(
|
|
6257
6315
|
"path",
|
|
6258
6316
|
{
|
|
@@ -6264,7 +6322,7 @@ const s5 = ({
|
|
|
6264
6322
|
)
|
|
6265
6323
|
]
|
|
6266
6324
|
}
|
|
6267
|
-
),
|
|
6325
|
+
), B3 = ({
|
|
6268
6326
|
className: i,
|
|
6269
6327
|
color: o = "#001E52",
|
|
6270
6328
|
height: e = 24,
|
|
@@ -6290,7 +6348,7 @@ const s5 = ({
|
|
|
6290
6348
|
}
|
|
6291
6349
|
)
|
|
6292
6350
|
}
|
|
6293
|
-
),
|
|
6351
|
+
), A3 = ({
|
|
6294
6352
|
className: i,
|
|
6295
6353
|
color: o = "#131314",
|
|
6296
6354
|
height: e = 20,
|
|
@@ -6318,7 +6376,7 @@ const s5 = ({
|
|
|
6318
6376
|
}
|
|
6319
6377
|
)
|
|
6320
6378
|
}
|
|
6321
|
-
),
|
|
6379
|
+
), G3 = ({
|
|
6322
6380
|
className: i,
|
|
6323
6381
|
color: o = "#001E52",
|
|
6324
6382
|
height: e = 24,
|
|
@@ -6356,7 +6414,63 @@ const s5 = ({
|
|
|
6356
6414
|
)
|
|
6357
6415
|
] }) })
|
|
6358
6416
|
}
|
|
6359
|
-
),
|
|
6417
|
+
), D3 = ({
|
|
6418
|
+
width: i = 20,
|
|
6419
|
+
height: o = 20,
|
|
6420
|
+
color: e = "#001E52",
|
|
6421
|
+
className: l,
|
|
6422
|
+
onClick: r
|
|
6423
|
+
}) => /* @__PURE__ */ t(
|
|
6424
|
+
"svg",
|
|
6425
|
+
{
|
|
6426
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6427
|
+
width: i,
|
|
6428
|
+
height: o,
|
|
6429
|
+
className: l,
|
|
6430
|
+
onClick: r,
|
|
6431
|
+
viewBox: "0 0 20 20",
|
|
6432
|
+
fill: "none",
|
|
6433
|
+
children: /* @__PURE__ */ t(
|
|
6434
|
+
"path",
|
|
6435
|
+
{
|
|
6436
|
+
fillRule: "evenodd",
|
|
6437
|
+
clipRule: "evenodd",
|
|
6438
|
+
d: `M2.88667 2.88667C1.66667 4.10834 1.66667 6.07167 1.66667 10C1.66667 13.9283 1.66667 15.8925
|
|
6439
|
+
2.88667 17.1125C4.10833 18.3333 6.07167 18.3333 10 18.3333C13.9283 18.3333 15.8925 18.3333 17.1125
|
|
6440
|
+
17.1125C18.3333 15.8933 18.3333 13.9283 18.3333 10C18.3333 6.07167 18.3333 4.10751 17.1125 2.88667C15.8933
|
|
6441
|
+
1.66667 13.9283 1.66667 10 1.66667C6.07167 1.66667 4.1075 1.66667 2.88667 2.88667ZM8.78667 6.26417C8.84325
|
|
6442
|
+
6.20469 8.88755 6.13465 8.91706 6.05805C8.94657 5.98145 8.96071 5.89979 8.95866 5.81772C8.95661 5.73566
|
|
6443
|
+
8.93841 5.6548 8.90511 5.57977C8.87181 5.50474 8.82406 5.437 8.76458 5.38042C8.70511 5.32384 8.63507 5.27954
|
|
6444
|
+
8.55847 5.25003C8.48186 5.22052 8.4002 5.20638 8.31814 5.20843C8.23607 5.21048 8.15522 5.22868 8.08018
|
|
6445
|
+
5.26198C8.00515 5.29528 7.93741 5.34303 7.88083 5.4025L5.9525 7.42751L5.4525 6.9025C5.39654 6.84066 5.32876
|
|
6446
|
+
6.79064 5.25316 6.75539C5.17756 6.72015 5.09567 6.70039 5.01232 6.69729C4.92897 6.69418 4.84583 6.7078
|
|
6447
|
+
4.76782 6.73732C4.68982 6.76685 4.6185 6.81169 4.5581 6.86921C4.49769 6.92673 4.4494 6.99575 4.41609
|
|
6448
|
+
7.07222C4.38277 7.14869 4.3651 7.23105 4.36411 7.31446C4.36312 7.39786 4.37884 7.48062 4.41034 7.55786C4.44183
|
|
6449
|
+
7.63509 4.48847 7.70524 4.5475 7.76417L5.5 8.76417C5.55837 8.82544 5.62858 8.87421 5.70636 8.90754C5.78414
|
|
6450
|
+
8.94086 5.86788 8.95805 5.9525 8.95805C6.03712 8.95805 6.12086 8.94086 6.19864 8.90754C6.27643 8.87421
|
|
6451
|
+
6.34663 8.82544 6.405 8.76417L8.78667 6.26417ZM10.8333 6.875C10.6676 6.875 10.5086 6.94085 10.3914
|
|
6452
|
+
7.05806C10.2742 7.17527 10.2083 7.33424 10.2083 7.5C10.2083 7.66577 10.2742 7.82474 10.3914 7.94195C10.5086
|
|
6453
|
+
8.05916 10.6676 8.125 10.8333 8.125H15C15.1658 8.125 15.3247 8.05916 15.4419 7.94195C15.5592 7.82474 15.625
|
|
6454
|
+
7.66577 15.625 7.5C15.625 7.33424 15.5592 7.17527 15.4419 7.05806C15.3247 6.94085 15.1658 6.875 15
|
|
6455
|
+
6.875H10.8333ZM8.78583 12.0975C8.84486 12.0386 8.8915 11.9684 8.923 11.8912C8.95449 11.814 8.97021 11.7312
|
|
6456
|
+
8.96922 11.6478C8.96824 11.5644 8.95056 11.482 8.91725 11.4056C8.88393 11.3291 8.83565 11.2601 8.77524
|
|
6457
|
+
11.2025C8.71483 11.145 8.64352 11.1002 8.56551 11.0707C8.4875 11.0411 8.40437 11.0275 8.32102 11.0306C8.23766
|
|
6458
|
+
11.0337 8.15578 11.0535 8.08018 11.0887C8.00458 11.124 7.9368 11.174 7.88083 11.2358L5.9525 13.2608L5.4525
|
|
6459
|
+
12.7358C5.39654 12.674 5.32876 12.624 5.25316 12.5887C5.17756 12.5535 5.09567 12.5337 5.01232 12.5306C4.92897
|
|
6460
|
+
12.5275 4.84583 12.5411 4.76782 12.5707C4.68982 12.6002 4.6185 12.645 4.5581 12.7025C4.49769 12.7601 4.4494
|
|
6461
|
+
12.8291 4.41609 12.9056C4.38277 12.982 4.3651 13.0644 4.36411 13.1478C4.36312 13.2312 4.37884 13.314 4.41034
|
|
6462
|
+
13.3912C4.44183 13.4684 4.48847 13.5386 4.5475 13.5975L5.5 14.5975C5.55837 14.6588 5.62858 14.7075 5.70636
|
|
6463
|
+
14.7409C5.78414 14.7742 5.86788 14.7914 5.9525 14.7914C6.03712 14.7914 6.12086 14.7742 6.19864 14.7409C6.27643
|
|
6464
|
+
14.7075 6.34663 14.6588 6.405 14.5975L8.78583 12.0975ZM10.8333 12.7083C10.6676 12.7083 10.5086 12.7742 10.3914
|
|
6465
|
+
12.8914C10.2742 13.0086 10.2083 13.1676 10.2083 13.3333C10.2083 13.4991 10.2742 13.6581 10.3914 13.7753C10.5086
|
|
6466
|
+
13.8925 10.6676 13.9583 10.8333 13.9583H15C15.1658 13.9583 15.3247 13.8925 15.4419 13.7753C15.5592 13.6581
|
|
6467
|
+
15.625 13.4991 15.625 13.3333C15.625 13.1676 15.5592 13.0086 15.4419 12.8914C15.3247 12.7742 15.1658 12.7083
|
|
6468
|
+
15 12.7083H10.8333Z`,
|
|
6469
|
+
fill: e
|
|
6470
|
+
}
|
|
6471
|
+
)
|
|
6472
|
+
}
|
|
6473
|
+
), j3 = ({
|
|
6360
6474
|
name: i,
|
|
6361
6475
|
width: o,
|
|
6362
6476
|
height: e,
|
|
@@ -6365,7 +6479,7 @@ const s5 = ({
|
|
|
6365
6479
|
disabled: w = !1,
|
|
6366
6480
|
onClick: g
|
|
6367
6481
|
}) => {
|
|
6368
|
-
const [s, p] = u(r), { theme: k } = o1(a1), h = w ? k && k === "dark" ?
|
|
6482
|
+
const [s, p] = u(r), { theme: k } = o1(a1), h = w ? k && k === "dark" ? d.GREY_LIGHT_4 : d.GREY_DARK_1 : l, n = w ? void 0 : g;
|
|
6369
6483
|
return E(() => {
|
|
6370
6484
|
if (r) {
|
|
6371
6485
|
n && !w && p(`${r} clickable`);
|
|
@@ -6375,39 +6489,39 @@ const s5 = ({
|
|
|
6375
6489
|
}, [n, r, w]), /* @__PURE__ */ t(I, { children: (() => {
|
|
6376
6490
|
switch (i) {
|
|
6377
6491
|
case "nextIcon":
|
|
6378
|
-
return Q5({ width: o, height: e, color: h, className: s, onClick: n });
|
|
6379
|
-
case "prevIcon":
|
|
6380
6492
|
return X5({ width: o, height: e, color: h, className: s, onClick: n });
|
|
6493
|
+
case "prevIcon":
|
|
6494
|
+
return e3({ width: o, height: e, color: h, className: s, onClick: n });
|
|
6381
6495
|
case "arrowUp":
|
|
6382
|
-
return s5({ width: o, height: e, color: h, className: s, onClick: n });
|
|
6383
|
-
case "arrowDown":
|
|
6384
6496
|
return n5({ width: o, height: e, color: h, className: s, onClick: n });
|
|
6385
|
-
case "
|
|
6497
|
+
case "arrowDown":
|
|
6386
6498
|
return h5({ width: o, height: e, color: h, className: s, onClick: n });
|
|
6387
|
-
case "
|
|
6499
|
+
case "info":
|
|
6388
6500
|
return c5({ width: o, height: e, color: h, className: s, onClick: n });
|
|
6389
|
-
case "
|
|
6501
|
+
case "arrowRight":
|
|
6390
6502
|
return a5({ width: o, height: e, color: h, className: s, onClick: n });
|
|
6503
|
+
case "calendar":
|
|
6504
|
+
return C5({ width: o, height: e, color: h, className: s, onClick: n });
|
|
6391
6505
|
case "ok":
|
|
6392
6506
|
return d5({ width: o, height: e, color: h, className: s, onClick: n });
|
|
6393
6507
|
case "cancel":
|
|
6394
|
-
return C5({ width: o, height: e, color: h, className: s, onClick: n });
|
|
6395
|
-
case "add":
|
|
6396
6508
|
return w5({ width: o, height: e, color: h, className: s, onClick: n });
|
|
6397
|
-
case "
|
|
6509
|
+
case "add":
|
|
6398
6510
|
return k5({ width: o, height: e, color: h, className: s, onClick: n });
|
|
6399
|
-
case "
|
|
6511
|
+
case "list":
|
|
6400
6512
|
return g5({ width: o, height: e, color: h, className: s, onClick: n });
|
|
6401
|
-
case "
|
|
6513
|
+
case "dragAndDrop":
|
|
6402
6514
|
return p5({ width: o, height: e, color: h, className: s, onClick: n });
|
|
6403
|
-
case "
|
|
6515
|
+
case "filter":
|
|
6404
6516
|
return L5({ width: o, height: e, color: h, className: s, onClick: n });
|
|
6405
|
-
case "
|
|
6517
|
+
case "attention":
|
|
6406
6518
|
return m5({ width: o, height: e, color: h, className: s, onClick: n });
|
|
6407
|
-
case "
|
|
6519
|
+
case "plus":
|
|
6408
6520
|
return u5({ width: o, height: e, color: h, className: s, onClick: n });
|
|
6521
|
+
case "time":
|
|
6522
|
+
return v5({ width: o, height: e, color: h, className: s, onClick: n });
|
|
6409
6523
|
case "arrowDownLong":
|
|
6410
|
-
return
|
|
6524
|
+
return N5({
|
|
6411
6525
|
width: o,
|
|
6412
6526
|
height: e,
|
|
6413
6527
|
color: h,
|
|
@@ -6415,9 +6529,9 @@ const s5 = ({
|
|
|
6415
6529
|
onClick: n
|
|
6416
6530
|
});
|
|
6417
6531
|
case "users":
|
|
6418
|
-
return
|
|
6532
|
+
return f5({ width: o, height: e, color: h, className: s, onClick: n });
|
|
6419
6533
|
case "mySkillsMatrix":
|
|
6420
|
-
return
|
|
6534
|
+
return M5({
|
|
6421
6535
|
width: o,
|
|
6422
6536
|
height: e,
|
|
6423
6537
|
color: h,
|
|
@@ -6425,9 +6539,9 @@ const s5 = ({
|
|
|
6425
6539
|
onClick: n
|
|
6426
6540
|
});
|
|
6427
6541
|
case "skills":
|
|
6428
|
-
return
|
|
6542
|
+
return x5({ width: o, height: e, color: h, className: s, onClick: n });
|
|
6429
6543
|
case "skillsMatrices":
|
|
6430
|
-
return
|
|
6544
|
+
return _5({
|
|
6431
6545
|
width: o,
|
|
6432
6546
|
height: e,
|
|
6433
6547
|
color: h,
|
|
@@ -6435,23 +6549,23 @@ const s5 = ({
|
|
|
6435
6549
|
onClick: n
|
|
6436
6550
|
});
|
|
6437
6551
|
case "history":
|
|
6438
|
-
return _5({ width: o, height: e, color: h, className: s, onClick: n });
|
|
6439
|
-
case "logOut":
|
|
6440
6552
|
return R5({ width: o, height: e, color: h, className: s, onClick: n });
|
|
6441
|
-
case "
|
|
6553
|
+
case "logOut":
|
|
6442
6554
|
return H5({ width: o, height: e, color: h, className: s, onClick: n });
|
|
6443
|
-
case "
|
|
6555
|
+
case "settings":
|
|
6444
6556
|
return V5({ width: o, height: e, color: h, className: s, onClick: n });
|
|
6445
|
-
case "
|
|
6557
|
+
case "addSkill":
|
|
6446
6558
|
return E5({ width: o, height: e, color: h, className: s, onClick: n });
|
|
6447
|
-
case "
|
|
6559
|
+
case "conversation":
|
|
6448
6560
|
return Z5({ width: o, height: e, color: h, className: s, onClick: n });
|
|
6449
|
-
case "
|
|
6561
|
+
case "trash":
|
|
6450
6562
|
return W5({ width: o, height: e, color: h, className: s, onClick: n });
|
|
6451
|
-
case "
|
|
6563
|
+
case "settings4":
|
|
6452
6564
|
return I5({ width: o, height: e, color: h, className: s, onClick: n });
|
|
6565
|
+
case "edit2":
|
|
6566
|
+
return B5({ width: o, height: e, color: h, className: s, onClick: n });
|
|
6453
6567
|
case "notifications":
|
|
6454
|
-
return
|
|
6568
|
+
return A5({
|
|
6455
6569
|
width: o,
|
|
6456
6570
|
height: e,
|
|
6457
6571
|
color: h,
|
|
@@ -6459,9 +6573,9 @@ const s5 = ({
|
|
|
6459
6573
|
onClick: n
|
|
6460
6574
|
});
|
|
6461
6575
|
case "success":
|
|
6462
|
-
return
|
|
6576
|
+
return G5({ width: o, height: e, color: h, className: s, onClick: n });
|
|
6463
6577
|
case "attentionSmall":
|
|
6464
|
-
return
|
|
6578
|
+
return D5({
|
|
6465
6579
|
width: o,
|
|
6466
6580
|
height: e,
|
|
6467
6581
|
color: h,
|
|
@@ -6469,11 +6583,11 @@ const s5 = ({
|
|
|
6469
6583
|
onClick: n
|
|
6470
6584
|
});
|
|
6471
6585
|
case "errorSmall":
|
|
6472
|
-
return D5({ width: o, height: e, color: h, className: s, onClick: n });
|
|
6473
|
-
case "infoMedium":
|
|
6474
6586
|
return j5({ width: o, height: e, color: h, className: s, onClick: n });
|
|
6587
|
+
case "infoMedium":
|
|
6588
|
+
return T5({ width: o, height: e, color: h, className: s, onClick: n });
|
|
6475
6589
|
case "attentionMedium":
|
|
6476
|
-
return
|
|
6590
|
+
return y5({
|
|
6477
6591
|
width: o,
|
|
6478
6592
|
height: e,
|
|
6479
6593
|
color: h,
|
|
@@ -6481,9 +6595,9 @@ const s5 = ({
|
|
|
6481
6595
|
onClick: n
|
|
6482
6596
|
});
|
|
6483
6597
|
case "errorMedium":
|
|
6484
|
-
return
|
|
6598
|
+
return Y5({ width: o, height: e, color: h, className: s, onClick: n });
|
|
6485
6599
|
case "faviconSkills":
|
|
6486
|
-
return
|
|
6600
|
+
return U5({
|
|
6487
6601
|
width: o,
|
|
6488
6602
|
height: e,
|
|
6489
6603
|
color: h,
|
|
@@ -6491,7 +6605,7 @@ const s5 = ({
|
|
|
6491
6605
|
onClick: n
|
|
6492
6606
|
});
|
|
6493
6607
|
case "visibilityIcon":
|
|
6494
|
-
return
|
|
6608
|
+
return K5({
|
|
6495
6609
|
width: o,
|
|
6496
6610
|
height: e,
|
|
6497
6611
|
color: h,
|
|
@@ -6499,7 +6613,7 @@ const s5 = ({
|
|
|
6499
6613
|
onClick: n
|
|
6500
6614
|
});
|
|
6501
6615
|
case "visibilityOffIcon":
|
|
6502
|
-
return
|
|
6616
|
+
return O5({
|
|
6503
6617
|
width: o,
|
|
6504
6618
|
height: e,
|
|
6505
6619
|
color: h,
|
|
@@ -6507,7 +6621,7 @@ const s5 = ({
|
|
|
6507
6621
|
onClick: n
|
|
6508
6622
|
});
|
|
6509
6623
|
case "selectArrowIcon":
|
|
6510
|
-
return
|
|
6624
|
+
return b5({
|
|
6511
6625
|
width: o,
|
|
6512
6626
|
height: e,
|
|
6513
6627
|
color: h,
|
|
@@ -6515,7 +6629,7 @@ const s5 = ({
|
|
|
6515
6629
|
onClick: n
|
|
6516
6630
|
});
|
|
6517
6631
|
case "expandArrowIcon":
|
|
6518
|
-
return
|
|
6632
|
+
return F5({
|
|
6519
6633
|
width: o,
|
|
6520
6634
|
height: e,
|
|
6521
6635
|
color: h,
|
|
@@ -6523,7 +6637,7 @@ const s5 = ({
|
|
|
6523
6637
|
onClick: n
|
|
6524
6638
|
});
|
|
6525
6639
|
case "expandActiveArrowIcon":
|
|
6526
|
-
return
|
|
6640
|
+
return S5({
|
|
6527
6641
|
width: o,
|
|
6528
6642
|
height: e,
|
|
6529
6643
|
color: h,
|
|
@@ -6531,109 +6645,111 @@ const s5 = ({
|
|
|
6531
6645
|
onClick: n
|
|
6532
6646
|
});
|
|
6533
6647
|
case "camera":
|
|
6534
|
-
return U5({ width: o, height: e, color: h, className: s, onClick: n });
|
|
6535
|
-
case "sortUp":
|
|
6536
6648
|
return P5({ width: o, height: e, color: h, className: s, onClick: n });
|
|
6537
|
-
case "
|
|
6649
|
+
case "sortUp":
|
|
6538
6650
|
return $5({ width: o, height: e, color: h, className: s, onClick: n });
|
|
6539
|
-
case "
|
|
6651
|
+
case "sortDown":
|
|
6540
6652
|
return z5({ width: o, height: e, color: h, className: s, onClick: n });
|
|
6541
|
-
case "
|
|
6653
|
+
case "logOut2":
|
|
6542
6654
|
return q5({ width: o, height: e, color: h, className: s, onClick: n });
|
|
6543
|
-
case "
|
|
6655
|
+
case "search":
|
|
6544
6656
|
return J5({ width: o, height: e, color: h, className: s, onClick: n });
|
|
6657
|
+
case "handRock":
|
|
6658
|
+
return Q5({ width: o, height: e, color: h, className: s, onClick: n });
|
|
6545
6659
|
case "arrowUpFilled":
|
|
6546
|
-
return
|
|
6660
|
+
return i3({ width: o, height: e, color: h, className: s, onClick: n });
|
|
6547
6661
|
case "arrowDownFilled":
|
|
6548
|
-
return
|
|
6662
|
+
return o3({ width: o, height: e, color: h, className: s, onClick: n });
|
|
6549
6663
|
case "link":
|
|
6550
|
-
return
|
|
6664
|
+
return t3({ width: o, height: e, color: h, className: s, onClick: n });
|
|
6551
6665
|
case "telegram":
|
|
6552
|
-
return
|
|
6666
|
+
return r3({ width: o, height: e, color: h, className: s, onClick: n });
|
|
6553
6667
|
case "mail":
|
|
6554
|
-
return
|
|
6668
|
+
return n3({ width: o, height: e, color: h, className: s, onClick: n });
|
|
6555
6669
|
case "github":
|
|
6556
|
-
return
|
|
6670
|
+
return l3({ width: o, height: e, color: h, className: s, onClick: n });
|
|
6557
6671
|
case "linkedIn":
|
|
6558
|
-
return
|
|
6672
|
+
return s3({ width: o, height: e, color: h, className: s, onClick: n });
|
|
6559
6673
|
case "emptyStateIcon":
|
|
6560
|
-
return n3({ width: o, height: e, color: h, className: s, onClick: n });
|
|
6561
|
-
case "filtersIcon":
|
|
6562
6674
|
return h3({ width: o, height: e, color: h, className: s, onClick: n });
|
|
6563
|
-
case "
|
|
6675
|
+
case "filtersIcon":
|
|
6564
6676
|
return c3({ width: o, height: e, color: h, className: s, onClick: n });
|
|
6565
|
-
case "
|
|
6677
|
+
case "dotMenuIcon":
|
|
6566
6678
|
return a3({ width: o, height: e, color: h, className: s, onClick: n });
|
|
6679
|
+
case "plusCircle":
|
|
6680
|
+
return C3({ width: o, height: e, color: h, className: s, onClick: n });
|
|
6567
6681
|
case "warning":
|
|
6568
6682
|
return d3({ width: o, height: e, color: h, className: s, onClick: n });
|
|
6569
6683
|
case "back":
|
|
6570
|
-
return C3({ width: o, height: e, color: h, className: s, onClick: n });
|
|
6571
|
-
case "bell":
|
|
6572
6684
|
return w3({ width: o, height: e, color: h, className: s, onClick: n });
|
|
6685
|
+
case "bell":
|
|
6686
|
+
return k3({ width: o, height: e, color: h, className: s, onClick: n });
|
|
6573
6687
|
case "contract":
|
|
6574
|
-
return
|
|
6688
|
+
return p3({ width: o, height: e, color: h, className: s, onClick: n });
|
|
6575
6689
|
case "trash2":
|
|
6576
|
-
return
|
|
6690
|
+
return g3({ width: o, height: e, color: h, className: s, onClick: n });
|
|
6577
6691
|
case "manager":
|
|
6578
|
-
return p3({ width: o, height: e, color: h, className: s, onClick: n });
|
|
6579
|
-
case "resourceManager":
|
|
6580
6692
|
return L3({ width: o, height: e, color: h, className: s, onClick: n });
|
|
6581
|
-
case "
|
|
6693
|
+
case "resourceManager":
|
|
6582
6694
|
return m3({ width: o, height: e, color: h, className: s, onClick: n });
|
|
6583
|
-
case "
|
|
6695
|
+
case "settings2":
|
|
6584
6696
|
return u3({ width: o, height: e, color: h, className: s, onClick: n });
|
|
6585
|
-
case "
|
|
6697
|
+
case "image":
|
|
6586
6698
|
return v3({ width: o, height: e, color: h, className: s, onClick: n });
|
|
6587
|
-
case "
|
|
6699
|
+
case "upload":
|
|
6588
6700
|
return N3({ width: o, height: e, color: h, className: s, onClick: n });
|
|
6589
|
-
case "
|
|
6701
|
+
case "edit":
|
|
6590
6702
|
return f3({ width: o, height: e, color: h, className: s, onClick: n });
|
|
6591
|
-
case "
|
|
6703
|
+
case "location":
|
|
6592
6704
|
return M3({ width: o, height: e, color: h, className: s, onClick: n });
|
|
6593
|
-
case "
|
|
6705
|
+
case "plus2":
|
|
6594
6706
|
return x3({ width: o, height: e, color: h, className: s, onClick: n });
|
|
6595
|
-
case "
|
|
6707
|
+
case "search2":
|
|
6596
6708
|
return _3({ width: o, height: e, color: h, className: s, onClick: n });
|
|
6597
|
-
case "
|
|
6709
|
+
case "fastArrowLeft":
|
|
6598
6710
|
return R3({ width: o, height: e, color: h, className: s, onClick: n });
|
|
6599
|
-
case "
|
|
6711
|
+
case "fastArrowRight":
|
|
6600
6712
|
return H3({ width: o, height: e, color: h, className: s, onClick: n });
|
|
6713
|
+
case "crossInCircle":
|
|
6714
|
+
return V3({ width: o, height: e, color: h, className: s, onClick: n });
|
|
6601
6715
|
case "arrowUp2":
|
|
6602
|
-
return
|
|
6716
|
+
return Z3({ width: o, height: e, color: h, className: s, onClick: n });
|
|
6603
6717
|
case "arrowDown2":
|
|
6604
|
-
return
|
|
6718
|
+
return E3({ width: o, height: e, color: h, className: s, onClick: n });
|
|
6605
6719
|
case "filledArrowLeft":
|
|
6606
|
-
return Z3({ width: o, height: e, color: h, className: s, onClick: n });
|
|
6607
|
-
case "filledArrowRight":
|
|
6608
6720
|
return W3({ width: o, height: e, color: h, className: s, onClick: n });
|
|
6609
|
-
case "
|
|
6721
|
+
case "filledArrowRight":
|
|
6610
6722
|
return I3({ width: o, height: e, color: h, className: s, onClick: n });
|
|
6611
|
-
case "
|
|
6723
|
+
case "burgerMenu":
|
|
6612
6724
|
return B3({ width: o, height: e, color: h, className: s, onClick: n });
|
|
6613
|
-
case "
|
|
6725
|
+
case "signOut":
|
|
6614
6726
|
return A3({ width: o, height: e, color: h, className: s, onClick: n });
|
|
6727
|
+
case "refresh":
|
|
6728
|
+
return G3({ width: o, height: e, color: h, className: s, onClick: n });
|
|
6729
|
+
case "projects":
|
|
6730
|
+
return D3({ width: o, height: e, color: h, className: s, onClick: n });
|
|
6615
6731
|
default:
|
|
6616
6732
|
return /* @__PURE__ */ t(I, { children: "No Icon provided" });
|
|
6617
6733
|
}
|
|
6618
6734
|
})() });
|
|
6619
6735
|
};
|
|
6620
|
-
var
|
|
6621
|
-
const
|
|
6736
|
+
var C1 = /* @__PURE__ */ ((i) => (i.GREY_LIGHT_0 = "var(--grey-light-0)", i.GREY_LIGHT_1 = "var(--grey-light-1)", i.GREY_LIGHT_2 = "var(--grey-light-2)", i.GREY_LIGHT_3 = "var(--grey-light-3)", i.GREY_LIGHT_4 = "var(--grey-light-4)", i.GREY_DARK_1 = "var(--grey-dark-1)", i.GREY_DARK_2 = "var(--grey-dark-2)", i.GREY_DARK_3 = "var(--grey-dark-3)", i.GREY_DARK_4 = "var(--grey-dark-4)", i.GREY_DARK_5 = "var(--grey-dark-5)", i.BLUE_PRIMARY = "var(--blue-primary)", i.BLUE_HOVER = "var(--blue-hover)", i.BLUE_LIGHT_1 = "var(--blue-light-1)", i.BLUE_LIGHT_2 = "var(--blue-light-2)", i.BLUE_LIGHT_3 = "var(--blue-light-3)", i.BLUE_LIGHT_4 = "var(--blue-light-4)", i.BLUE_DARK_1 = "var(--blue-dark-1)", i.PURPLE_LIGHT = "var(--purple-light)", i.PURPLE_DARK = "var(--purple-dark)", i.NOTIFICATION_WARNING_LIGHT = "var(--notification-warning-light)", i.NOTIFICATION_WARNING_DARK = "var(--notification-warning-dark)", i.NOTIFICATION_SUCCESS_LIGHT = "var(--notification-success-light)", i.NOTIFICATION_SUCCESS_DARK = "var(--notification-success-dark)", i.NOTIFICATION_ERROR_LIGHT = "var(--notification-error-light)", i.NOTIFICATION_ERROR_DARK = "var(--notification-error-dark)", i.NOTIFICATION_ERROR_DARK_MODE = "var(--notification-error-dark-mode)", i))(C1 || {});
|
|
6737
|
+
const T3 = z({
|
|
6622
6738
|
locale: "en",
|
|
6623
6739
|
theme: "light"
|
|
6624
6740
|
});
|
|
6625
|
-
|
|
6626
|
-
const
|
|
6741
|
+
T3.Provider;
|
|
6742
|
+
const d1 = ({ children: i, width: o, size: e = "small", onClose: l, closable: r = !0 }) => {
|
|
6627
6743
|
const w = e === "small" ? 10 : 12.5;
|
|
6628
6744
|
return /* @__PURE__ */ t(
|
|
6629
6745
|
n1,
|
|
6630
6746
|
{
|
|
6631
6747
|
className: `snmt-tag ${e}`,
|
|
6632
6748
|
closeIcon: /* @__PURE__ */ t(
|
|
6633
|
-
|
|
6749
|
+
j3,
|
|
6634
6750
|
{
|
|
6635
6751
|
name: "errorSmall",
|
|
6636
|
-
color:
|
|
6752
|
+
color: C1.GREY_DARK_2,
|
|
6637
6753
|
width: w,
|
|
6638
6754
|
height: w,
|
|
6639
6755
|
onClick: l
|
|
@@ -6642,10 +6758,10 @@ const C1 = ({ children: i, width: o, size: e = "small", onClose: l, closable: r
|
|
|
6642
6758
|
bordered: !1,
|
|
6643
6759
|
style: { width: o ?? "fit-content" },
|
|
6644
6760
|
closable: r,
|
|
6645
|
-
children: typeof i == "string" ? /* @__PURE__ */ t(
|
|
6761
|
+
children: typeof i == "string" ? /* @__PURE__ */ t(s5, { variant: e === "small" ? "body4" : "body2", children: i }) : i
|
|
6646
6762
|
}
|
|
6647
6763
|
);
|
|
6648
|
-
}, { Title:
|
|
6764
|
+
}, { Title: y3, Text: Y3 } = s1, K3 = {
|
|
6649
6765
|
h1: 1,
|
|
6650
6766
|
h2: 2,
|
|
6651
6767
|
h3: 3,
|
|
@@ -6663,17 +6779,17 @@ const C1 = ({ children: i, width: o, size: e = "small", onClose: l, closable: r
|
|
|
6663
6779
|
const p = o === "h1" || o === "h2" || o === "h3" || o === "h4";
|
|
6664
6780
|
let k = `snmt-typography snmt-typography-${o}`;
|
|
6665
6781
|
return i && i !== "inherit" && (k += ` snmt-typography-align-${i}`), w && (k += " collapsed"), p ? /* @__PURE__ */ t(
|
|
6666
|
-
|
|
6782
|
+
y3,
|
|
6667
6783
|
{
|
|
6668
6784
|
className: k,
|
|
6669
6785
|
style: { color: e, whiteSpace: g },
|
|
6670
6786
|
onClick: r,
|
|
6671
|
-
level:
|
|
6787
|
+
level: K3[o],
|
|
6672
6788
|
ref: s,
|
|
6673
6789
|
children: l
|
|
6674
6790
|
}
|
|
6675
6791
|
) : /* @__PURE__ */ t(
|
|
6676
|
-
|
|
6792
|
+
Y3,
|
|
6677
6793
|
{
|
|
6678
6794
|
className: k,
|
|
6679
6795
|
style: { color: e, whiteSpace: g },
|
|
@@ -6683,7 +6799,7 @@ const C1 = ({ children: i, width: o, size: e = "small", onClose: l, closable: r
|
|
|
6683
6799
|
}
|
|
6684
6800
|
);
|
|
6685
6801
|
}
|
|
6686
|
-
),
|
|
6802
|
+
), O3 = ({
|
|
6687
6803
|
children: i,
|
|
6688
6804
|
content: o,
|
|
6689
6805
|
isOpen: e,
|
|
@@ -6707,7 +6823,7 @@ const C1 = ({ children: i, width: o, size: e = "small", onClose: l, closable: r
|
|
|
6707
6823
|
children: /* @__PURE__ */ t("div", { className: "wrapper", children: i })
|
|
6708
6824
|
}
|
|
6709
6825
|
);
|
|
6710
|
-
},
|
|
6826
|
+
}, b3 = ({
|
|
6711
6827
|
values: i,
|
|
6712
6828
|
onTagClose: o,
|
|
6713
6829
|
maxWidth: e,
|
|
@@ -6729,12 +6845,12 @@ const C1 = ({ children: i, width: o, size: e = "small", onClose: l, closable: r
|
|
|
6729
6845
|
return ((n = r == null ? void 0 : r.find((V) => V.value === h)) == null ? void 0 : n.label) || ((H = w == null ? void 0 : w.find((V) => V.value === h)) == null ? void 0 : H.label) || h;
|
|
6730
6846
|
};
|
|
6731
6847
|
return /* @__PURE__ */ t("div", { onMouseDown: p, className: "wrapper", children: /* @__PURE__ */ t(
|
|
6732
|
-
|
|
6848
|
+
O3,
|
|
6733
6849
|
{
|
|
6734
6850
|
content: (
|
|
6735
6851
|
// 90: paddings + margins + gaps and so on
|
|
6736
6852
|
/* @__PURE__ */ t("div", { style: { maxWidth: e - 90 }, children: /* @__PURE__ */ t($, { gap: 6, flexWrap: "wrap", children: i.map(({ value: h }) => /* @__PURE__ */ t(
|
|
6737
|
-
|
|
6853
|
+
d1,
|
|
6738
6854
|
{
|
|
6739
6855
|
onClose: () => o(h),
|
|
6740
6856
|
closable: !l,
|
|
@@ -6845,7 +6961,7 @@ const C1 = ({ children: i, width: o, size: e = "small", onClose: l, closable: r
|
|
|
6845
6961
|
(a) => {
|
|
6846
6962
|
var L;
|
|
6847
6963
|
return /* @__PURE__ */ t(
|
|
6848
|
-
|
|
6964
|
+
b3,
|
|
6849
6965
|
{
|
|
6850
6966
|
values: a,
|
|
6851
6967
|
onTagClose: U,
|
|
@@ -6858,7 +6974,7 @@ const C1 = ({ children: i, width: o, size: e = "small", onClose: l, closable: r
|
|
|
6858
6974
|
},
|
|
6859
6975
|
[s, _, U, w, f]
|
|
6860
6976
|
), m1 = x(
|
|
6861
|
-
({ label: a, value: L, mode: M }) => M === "filter" ? i1(L) : /* @__PURE__ */ t("div", { onMouseDown: g1, className: "tag-wrapper", children: /* @__PURE__ */ t(
|
|
6977
|
+
({ label: a, value: L, mode: M }) => M === "filter" ? i1(L) : /* @__PURE__ */ t("div", { onMouseDown: g1, className: "tag-wrapper", children: /* @__PURE__ */ t(d1, { onClose: () => U(L), closable: !s, children: /* @__PURE__ */ t(w1, { variant: "body4", children: typeof a == "object" ? a : X(L) }) }) }),
|
|
6862
6978
|
[s, X, U, i1]
|
|
6863
6979
|
);
|
|
6864
6980
|
return /* @__PURE__ */ c(
|
|
@@ -6962,7 +7078,7 @@ const C1 = ({ children: i, width: o, size: e = "small", onClose: l, closable: r
|
|
|
6962
7078
|
);
|
|
6963
7079
|
}
|
|
6964
7080
|
);
|
|
6965
|
-
function
|
|
7081
|
+
function F3(i, o = 500) {
|
|
6966
7082
|
const e = r1();
|
|
6967
7083
|
return E(() => () => {
|
|
6968
7084
|
e.current && clearTimeout(e.current);
|
|
@@ -6976,7 +7092,7 @@ function O3(i, o = 500) {
|
|
|
6976
7092
|
const F = {
|
|
6977
7093
|
limit: 100,
|
|
6978
7094
|
offset: 0
|
|
6979
|
-
},
|
|
7095
|
+
}, q3 = q(
|
|
6980
7096
|
({
|
|
6981
7097
|
loadOptions: i,
|
|
6982
7098
|
width: o,
|
|
@@ -7012,7 +7128,7 @@ const F = {
|
|
|
7012
7128
|
}
|
|
7013
7129
|
},
|
|
7014
7130
|
[D, i, j]
|
|
7015
|
-
), Z =
|
|
7131
|
+
), Z = F3(R), Y = x(
|
|
7016
7132
|
(m) => {
|
|
7017
7133
|
m === "" || m === void 0 || m === null ? (f(F), Z(!0)) : Z(!0, m);
|
|
7018
7134
|
},
|
|
@@ -7058,5 +7174,5 @@ const F = {
|
|
|
7058
7174
|
}
|
|
7059
7175
|
);
|
|
7060
7176
|
export {
|
|
7061
|
-
|
|
7177
|
+
q3 as AsyncSelect
|
|
7062
7178
|
};
|