@agg-build/ui 2.0.0 → 2.1.1
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/{chunk-RF2EPYLN.mjs → chunk-IQT4I5B4.mjs} +405 -318
- package/dist/{chunk-RWOF44TC.mjs → chunk-NK57KMYN.mjs} +239 -183
- package/dist/{chunk-HH7L3KLS.mjs → chunk-RPXRTXCY.mjs} +1 -1
- package/dist/{chunk-4CM4F4S6.mjs → chunk-TERG43WW.mjs} +1 -1
- package/dist/{chunk-2UKDQ7WP.mjs → chunk-WU2C3C6K.mjs} +94 -39
- package/dist/{chunk-R3U6YXSQ.mjs → chunk-XHDGSRG7.mjs} +36 -21
- package/dist/{chunk-2ZS3BPSF.mjs → chunk-YJO6LMRT.mjs} +906 -827
- package/dist/events.js +1376 -1314
- package/dist/events.mjs +3 -3
- package/dist/index.js +3701 -3408
- package/dist/index.mjs +13 -7
- package/dist/modals.js +1117 -983
- package/dist/modals.mjs +5 -3
- package/dist/pages.js +2664 -2429
- package/dist/pages.mjs +8 -6
- package/dist/primitives.js +912 -832
- package/dist/primitives.mjs +3 -1
- package/dist/styles.css +1 -1
- package/dist/tailwind.css +1 -1
- package/dist/trading.js +554 -510
- package/dist/trading.mjs +4 -4
- package/dist/types/events/list/category-sidebar.d.mts +33 -0
- package/dist/types/events/list/category-sidebar.d.ts +33 -0
- package/dist/types/events/list/event-list-tabs.d.mts +2 -0
- package/dist/types/events/list/event-list-tabs.d.ts +2 -0
- package/dist/types/events/list/index.d.mts +1 -0
- package/dist/types/events/list/index.d.ts +1 -0
- package/dist/types/pages/event-market/event-market.types.d.mts +1 -0
- package/dist/types/pages/event-market/event-market.types.d.ts +1 -0
- package/dist/types/pages/user-profile/index.d.mts +2 -1
- package/dist/types/pages/user-profile/index.d.ts +2 -1
- package/dist/types/pages/user-profile/transaction-explorer.d.mts +1 -0
- package/dist/types/pages/user-profile/transaction-explorer.d.ts +1 -0
- package/dist/types/pages/user-profile/user-profile.types.d.mts +9 -2
- package/dist/types/pages/user-profile/user-profile.types.d.ts +9 -2
- package/dist/types/primitives/icon/index.d.mts +2 -1
- package/dist/types/primitives/icon/index.d.ts +2 -1
- package/dist/types/primitives/icon/registry.d.mts +4 -0
- package/dist/types/primitives/icon/registry.d.ts +4 -0
- package/dist/types/primitives/icon/svg/paper-mode.d.mts +5 -0
- package/dist/types/primitives/icon/svg/paper-mode.d.ts +5 -0
- package/dist/types/shared/use-horizontal-scroll-state.d.mts +15 -0
- package/dist/types/shared/use-horizontal-scroll-state.d.ts +15 -0
- package/dist/types/withdraw/index.d.mts +9 -1
- package/dist/types/withdraw/index.d.ts +9 -1
- package/dist/types/withdraw/steps/withdraw-amount.d.mts +10 -1
- package/dist/types/withdraw/steps/withdraw-amount.d.ts +10 -1
- package/dist/types/withdraw/withdraw-modal.types.d.mts +8 -0
- package/dist/types/withdraw/withdraw-modal.types.d.ts +8 -0
- package/package.json +3 -3
|
@@ -1882,9 +1882,9 @@ var LockIcon = (_a) => {
|
|
|
1882
1882
|
};
|
|
1883
1883
|
LockIcon.displayName = "LockIcon";
|
|
1884
1884
|
|
|
1885
|
-
// src/primitives/icon/svg/
|
|
1885
|
+
// src/primitives/icon/svg/paper-mode.tsx
|
|
1886
1886
|
import { jsx as jsx51, jsxs as jsxs51 } from "react/jsx-runtime";
|
|
1887
|
-
var
|
|
1887
|
+
var PaperModeIcon = (_a) => {
|
|
1888
1888
|
var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
1889
1889
|
return /* @__PURE__ */ jsxs51(
|
|
1890
1890
|
"svg",
|
|
@@ -1895,14 +1895,42 @@ var PencilIcon = (_a) => {
|
|
|
1895
1895
|
}, getIconA11yProps(title2)), props), {
|
|
1896
1896
|
children: [
|
|
1897
1897
|
title2 ? /* @__PURE__ */ jsx51("title", { children: title2 }) : null,
|
|
1898
|
-
/* @__PURE__ */ jsx51("
|
|
1898
|
+
/* @__PURE__ */ jsx51("rect", { x: "2", y: "2", width: "12", height: "12", rx: "3", fill: "currentColor", opacity: "0.16" }),
|
|
1899
|
+
/* @__PURE__ */ jsx51(
|
|
1900
|
+
"path",
|
|
1901
|
+
{
|
|
1902
|
+
d: "M5 5.5C5 4.67157 5.67157 4 6.5 4H9.25C10.2165 4 11 4.7835 11 5.75C11 6.7165 10.2165 7.5 9.25 7.5H6.25V11H5V5.5ZM6.25 6.5H9.25C9.66421 6.5 10 6.16421 10 5.75C10 5.33579 9.66421 5 9.25 5H6.5C6.36193 5 6.25 5.11193 6.25 5.25V6.5Z",
|
|
1903
|
+
fill: "currentColor"
|
|
1904
|
+
}
|
|
1905
|
+
),
|
|
1906
|
+
/* @__PURE__ */ jsx51("path", { d: "M6.25 9H10.25V10H6.25V9Z", fill: "currentColor", opacity: "0.72" })
|
|
1907
|
+
]
|
|
1908
|
+
})
|
|
1909
|
+
);
|
|
1910
|
+
};
|
|
1911
|
+
PaperModeIcon.displayName = "PaperModeIcon";
|
|
1912
|
+
|
|
1913
|
+
// src/primitives/icon/svg/pencil.tsx
|
|
1914
|
+
import { jsx as jsx52, jsxs as jsxs52 } from "react/jsx-runtime";
|
|
1915
|
+
var PencilIcon = (_a) => {
|
|
1916
|
+
var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
1917
|
+
return /* @__PURE__ */ jsxs52(
|
|
1918
|
+
"svg",
|
|
1919
|
+
__spreadProps(__spreadValues(__spreadValues({
|
|
1920
|
+
viewBox: "0 0 16 16",
|
|
1921
|
+
className,
|
|
1922
|
+
fill: "none"
|
|
1923
|
+
}, getIconA11yProps(title2)), props), {
|
|
1924
|
+
children: [
|
|
1925
|
+
title2 ? /* @__PURE__ */ jsx52("title", { children: title2 }) : null,
|
|
1926
|
+
/* @__PURE__ */ jsx52("g", { clipPath: "url(#pencil_clip)", children: /* @__PURE__ */ jsx52(
|
|
1899
1927
|
"path",
|
|
1900
1928
|
{
|
|
1901
1929
|
d: "M15.2353 0.706709C14.7821 0.254173 14.1678 0 13.5273 0C12.8869 0 12.2726 0.254173 11.8193 0.706709L0.976677 11.5494C0.666178 11.8581 0.419985 12.2254 0.252342 12.6299C0.0846994 13.0344 -0.00106532 13.4682 9.98748e-06 13.906V15.2747C9.98748e-06 15.4515 0.0702479 15.6211 0.195272 15.7461C0.320296 15.8711 0.489866 15.9414 0.666677 15.9414H2.03534C2.47318 15.9426 2.90692 15.857 3.31145 15.6895C3.71597 15.5219 4.08325 15.2758 4.39201 14.9654L15.2353 4.12204C15.6877 3.66884 15.9417 3.05469 15.9417 2.41438C15.9417 1.77406 15.6877 1.15991 15.2353 0.706709ZM3.44934 14.0227C3.07335 14.3962 2.56532 14.6065 2.03534 14.608H1.33334V13.906C1.33267 13.6433 1.38411 13.3831 1.4847 13.1403C1.58529 12.8976 1.73302 12.6773 1.91934 12.492L10.148 4.26338L11.6813 5.79671L3.44934 14.0227ZM14.292 3.17938L12.6213 4.85071L11.088 3.32071L12.7593 1.64938C12.86 1.54891 12.9795 1.46927 13.111 1.41498C13.2424 1.3607 13.3833 1.33284 13.5255 1.33299C13.6678 1.33314 13.8086 1.36131 13.9399 1.41588C14.0712 1.47045 14.1905 1.55036 14.291 1.65104C14.3915 1.75172 14.4711 1.8712 14.5254 2.00266C14.5797 2.13413 14.6076 2.27499 14.6074 2.41722C14.6072 2.55945 14.5791 2.70025 14.5245 2.8316C14.4699 2.96294 14.39 3.08225 14.2893 3.18271L14.292 3.17938Z",
|
|
1902
1930
|
fill: "currentColor"
|
|
1903
1931
|
}
|
|
1904
1932
|
) }),
|
|
1905
|
-
/* @__PURE__ */
|
|
1933
|
+
/* @__PURE__ */ jsx52("defs", { children: /* @__PURE__ */ jsx52("clipPath", { id: "pencil_clip", children: /* @__PURE__ */ jsx52("rect", { width: "16", height: "16", fill: "white" }) }) })
|
|
1906
1934
|
]
|
|
1907
1935
|
})
|
|
1908
1936
|
);
|
|
@@ -1910,10 +1938,10 @@ var PencilIcon = (_a) => {
|
|
|
1910
1938
|
PencilIcon.displayName = "PencilIcon";
|
|
1911
1939
|
|
|
1912
1940
|
// src/primitives/icon/svg/play-square.tsx
|
|
1913
|
-
import { jsx as
|
|
1941
|
+
import { jsx as jsx53, jsxs as jsxs53 } from "react/jsx-runtime";
|
|
1914
1942
|
var PlaySquareIcon = (_a) => {
|
|
1915
1943
|
var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
1916
|
-
return /* @__PURE__ */
|
|
1944
|
+
return /* @__PURE__ */ jsxs53(
|
|
1917
1945
|
"svg",
|
|
1918
1946
|
__spreadProps(__spreadValues(__spreadValues({
|
|
1919
1947
|
viewBox: "0 0 16 16",
|
|
@@ -1921,15 +1949,15 @@ var PlaySquareIcon = (_a) => {
|
|
|
1921
1949
|
fill: "none"
|
|
1922
1950
|
}, getIconA11yProps(title2)), props), {
|
|
1923
1951
|
children: [
|
|
1924
|
-
title2 ? /* @__PURE__ */
|
|
1925
|
-
/* @__PURE__ */
|
|
1952
|
+
title2 ? /* @__PURE__ */ jsx53("title", { children: title2 }) : null,
|
|
1953
|
+
/* @__PURE__ */ jsx53("g", { clipPath: "url(#play-square-clip)", children: /* @__PURE__ */ jsx53(
|
|
1926
1954
|
"path",
|
|
1927
1955
|
{
|
|
1928
1956
|
d: "M12.6667 16H3.33333C2.4496 15.9989 1.60237 15.6474 0.97748 15.0225C0.352588 14.3976 0.00105857 13.5504 0 12.6667L0 3.33333C0.00105857 2.4496 0.352588 1.60237 0.97748 0.97748C1.60237 0.352588 2.4496 0.00105857 3.33333 0L12.6667 0C13.5504 0.00105857 14.3976 0.352588 15.0225 0.97748C15.6474 1.60237 15.9989 2.4496 16 3.33333V12.6667C15.9989 13.5504 15.6474 14.3976 15.0225 15.0225C14.3976 15.6474 13.5504 15.9989 12.6667 16ZM3.33333 1.33333C2.8029 1.33333 2.29419 1.54405 1.91912 1.91912C1.54405 2.29419 1.33333 2.8029 1.33333 3.33333V12.6667C1.33333 13.1971 1.54405 13.7058 1.91912 14.0809C2.29419 14.456 2.8029 14.6667 3.33333 14.6667H12.6667C13.1971 14.6667 13.7058 14.456 14.0809 14.0809C14.456 13.7058 14.6667 13.1971 14.6667 12.6667V3.33333C14.6667 2.8029 14.456 2.29419 14.0809 1.91912C13.7058 1.54405 13.1971 1.33333 12.6667 1.33333H3.33333ZM6.228 11.3367C5.95008 11.3357 5.67734 11.2615 5.43733 11.1213C5.20023 10.9856 5.00344 10.7894 4.86709 10.5526C4.73074 10.3159 4.65973 10.0472 4.66133 9.774V6.226C4.66111 5.95276 4.73274 5.68427 4.86905 5.44746C5.00537 5.21066 5.20156 5.01386 5.43794 4.87683C5.67433 4.73979 5.9426 4.66733 6.21584 4.66672C6.48907 4.6661 6.75767 4.73736 6.99467 4.87333L10.5133 6.63C10.7577 6.76194 10.9624 6.95685 11.1062 7.19452C11.2499 7.4322 11.3274 7.70399 11.3308 7.98172C11.3341 8.25946 11.2631 8.53303 11.1251 8.77408C10.9871 9.01514 10.7872 9.2149 10.546 9.35267L6.962 11.144C6.73847 11.2715 6.48533 11.3379 6.228 11.3367ZM6.21133 6.00333C6.17459 6.00332 6.13849 6.01298 6.10667 6.03133C6.07209 6.05056 6.0434 6.07884 6.02367 6.11313C6.00394 6.14743 5.99391 6.18644 5.99467 6.226V9.774C5.99489 9.81297 6.00525 9.85121 6.02473 9.88497C6.0442 9.91872 6.07212 9.94683 6.10574 9.96653C6.13936 9.98624 6.17753 9.99686 6.2165 9.99735C6.25547 9.99784 6.29389 9.98818 6.328 9.96933L9.912 8.17733C9.93869 8.15646 9.95992 8.12941 9.97385 8.09852C9.98779 8.06764 9.99401 8.03383 9.992 8C9.99284 7.96035 9.98277 7.92123 9.96291 7.8869C9.94304 7.85258 9.91413 7.82436 9.87933 7.80533L6.36333 6.04867C6.31749 6.02054 6.26509 6.00492 6.21133 6.00333Z",
|
|
1929
1957
|
fill: "currentColor"
|
|
1930
1958
|
}
|
|
1931
1959
|
) }),
|
|
1932
|
-
/* @__PURE__ */
|
|
1960
|
+
/* @__PURE__ */ jsx53("defs", { children: /* @__PURE__ */ jsx53("clipPath", { id: "play-square-clip", children: /* @__PURE__ */ jsx53("rect", { width: "16", height: "16", fill: "white" }) }) })
|
|
1933
1961
|
]
|
|
1934
1962
|
})
|
|
1935
1963
|
);
|
|
@@ -1937,10 +1965,10 @@ var PlaySquareIcon = (_a) => {
|
|
|
1937
1965
|
PlaySquareIcon.displayName = "PlaySquareIcon";
|
|
1938
1966
|
|
|
1939
1967
|
// src/primitives/icon/svg/polygon.tsx
|
|
1940
|
-
import { jsx as
|
|
1968
|
+
import { jsx as jsx54, jsxs as jsxs54 } from "react/jsx-runtime";
|
|
1941
1969
|
var PolygonIcon = (_a) => {
|
|
1942
1970
|
var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
1943
|
-
return /* @__PURE__ */
|
|
1971
|
+
return /* @__PURE__ */ jsxs54(
|
|
1944
1972
|
"svg",
|
|
1945
1973
|
__spreadProps(__spreadValues(__spreadValues({
|
|
1946
1974
|
viewBox: "0 0 24 24",
|
|
@@ -1948,9 +1976,9 @@ var PolygonIcon = (_a) => {
|
|
|
1948
1976
|
fill: "none"
|
|
1949
1977
|
}, getIconA11yProps(title2)), props), {
|
|
1950
1978
|
children: [
|
|
1951
|
-
title2 ? /* @__PURE__ */
|
|
1952
|
-
/* @__PURE__ */
|
|
1953
|
-
/* @__PURE__ */
|
|
1979
|
+
title2 ? /* @__PURE__ */ jsx54("title", { children: title2 }) : null,
|
|
1980
|
+
/* @__PURE__ */ jsx54("rect", { width: "24", height: "24", rx: "8", fill: "#8247E5" }),
|
|
1981
|
+
/* @__PURE__ */ jsx54(
|
|
1954
1982
|
"path",
|
|
1955
1983
|
{
|
|
1956
1984
|
d: "M9.00108 10.1467L7.12599 9.05774L1.5 12.3246V18.836L7.12599 22.0919L12.752 18.836V8.70922L15.8729 6.90135L18.9938 8.70922V12.3246L15.8729 14.1325L13.9978 13.0435V15.9409L15.8729 17.0299L21.4989 13.774V7.26264L15.8729 4.00674L10.2469 7.26264V17.3894L7.12599 19.1973L4.00508 17.3894V13.7628L7.12599 11.955L9.00108 13.0435V10.1467Z",
|
|
@@ -1964,10 +1992,10 @@ var PolygonIcon = (_a) => {
|
|
|
1964
1992
|
PolygonIcon.displayName = "PolygonIcon";
|
|
1965
1993
|
|
|
1966
1994
|
// src/primitives/icon/svg/quotes-warning.tsx
|
|
1967
|
-
import { jsx as
|
|
1995
|
+
import { jsx as jsx55, jsxs as jsxs55 } from "react/jsx-runtime";
|
|
1968
1996
|
var QuotesWarningIcon = (_a) => {
|
|
1969
1997
|
var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
1970
|
-
return /* @__PURE__ */
|
|
1998
|
+
return /* @__PURE__ */ jsxs55(
|
|
1971
1999
|
"svg",
|
|
1972
2000
|
__spreadProps(__spreadValues(__spreadValues({
|
|
1973
2001
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1978,8 +2006,8 @@ var QuotesWarningIcon = (_a) => {
|
|
|
1978
2006
|
className
|
|
1979
2007
|
}, getIconA11yProps(title2)), props), {
|
|
1980
2008
|
children: [
|
|
1981
|
-
title2 ? /* @__PURE__ */
|
|
1982
|
-
/* @__PURE__ */
|
|
2009
|
+
title2 ? /* @__PURE__ */ jsx55("title", { children: title2 }) : null,
|
|
2010
|
+
/* @__PURE__ */ jsx55(
|
|
1983
2011
|
"path",
|
|
1984
2012
|
{
|
|
1985
2013
|
d: "M17.25 21.75V9.75C17.25 9.33 17.58 9 18 9C18.42 9 18.75 9.33 18.75 9.75V21.75C18.75 22.17 18.42 22.5 18 22.5C17.58 22.5 17.25 22.17 17.25 21.75ZM18 25.5C17.175 25.5 16.5 26.175 16.5 27C16.5 27.825 17.175 28.5 18 28.5C18.825 28.5 19.5 27.825 19.5 27C19.5 26.175 18.825 25.5 18 25.5ZM35.415 30.105C34.455 31.95 32.43 33 29.85 33H6.15002C3.58502 33 1.54502 31.95 0.585023 30.105C-0.389977 28.245 -0.119977 25.8 1.30502 23.745L13.95 3.645C14.88 2.295 16.395 1.5 18 1.5C19.605 1.5 21.12 2.295 22.035 3.615L34.695 23.76C36.12 25.815 36.39 28.245 35.415 30.105ZM33.45 24.6C33.45 24.6 33.45 24.585 33.435 24.57L20.79 4.44C20.16 3.525 19.14 3 18 3C16.86 3 15.84 3.54 15.195 4.47L2.56502 24.57C1.44002 26.19 1.20002 28.035 1.92002 29.415C2.62502 30.765 4.12502 31.5 6.15002 31.5H29.865C31.89 31.5 33.39 30.765 34.095 29.415C34.815 28.05 34.575 26.205 33.465 24.6H33.45Z",
|
|
@@ -1993,10 +2021,10 @@ var QuotesWarningIcon = (_a) => {
|
|
|
1993
2021
|
QuotesWarningIcon.displayName = "QuotesWarningIcon";
|
|
1994
2022
|
|
|
1995
2023
|
// src/primitives/icon/svg/profile-about-tab.tsx
|
|
1996
|
-
import { jsx as
|
|
2024
|
+
import { jsx as jsx56, jsxs as jsxs56 } from "react/jsx-runtime";
|
|
1997
2025
|
var ProfileAboutTabIcon = (_a) => {
|
|
1998
2026
|
var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
1999
|
-
return /* @__PURE__ */
|
|
2027
|
+
return /* @__PURE__ */ jsxs56(
|
|
2000
2028
|
"svg",
|
|
2001
2029
|
__spreadProps(__spreadValues(__spreadValues({
|
|
2002
2030
|
viewBox: "0 0 16 16",
|
|
@@ -2004,16 +2032,16 @@ var ProfileAboutTabIcon = (_a) => {
|
|
|
2004
2032
|
fill: "none"
|
|
2005
2033
|
}, getIconA11yProps(title2)), props), {
|
|
2006
2034
|
children: [
|
|
2007
|
-
title2 ? /* @__PURE__ */
|
|
2008
|
-
/* @__PURE__ */
|
|
2009
|
-
/* @__PURE__ */
|
|
2035
|
+
title2 ? /* @__PURE__ */ jsx56("title", { children: title2 }) : null,
|
|
2036
|
+
/* @__PURE__ */ jsxs56("g", { clipPath: "url(#clip_profile_about_tab)", children: [
|
|
2037
|
+
/* @__PURE__ */ jsx56(
|
|
2010
2038
|
"path",
|
|
2011
2039
|
{
|
|
2012
2040
|
d: "M12.6667 0H3.33333C2.4496 0.00105857 1.60237 0.352588 0.97748 0.97748C0.352588 1.60237 0.00105857 2.4496 0 3.33333L0 12.6667C0.00105857 13.5504 0.352588 14.3976 0.97748 15.0225C1.60237 15.6474 2.4496 15.9989 3.33333 16H12.6667C13.5504 15.9989 14.3976 15.6474 15.0225 15.0225C15.6474 14.3976 15.9989 13.5504 16 12.6667V3.33333C15.9989 2.4496 15.6474 1.60237 15.0225 0.97748C14.3976 0.352588 13.5504 0.00105857 12.6667 0ZM4.66667 14.6667V14C4.66667 13.1159 5.01786 12.2681 5.64298 11.643C6.2681 11.0179 7.11595 10.6667 8 10.6667C8.88406 10.6667 9.7319 11.0179 10.357 11.643C10.9821 12.2681 11.3333 13.1159 11.3333 14V14.6667H4.66667ZM14.6667 12.6667C14.6667 13.1971 14.456 13.7058 14.0809 14.0809C13.7058 14.456 13.1971 14.6667 12.6667 14.6667V14C12.6667 12.7623 12.175 11.5753 11.2998 10.7002C10.4247 9.825 9.23768 9.33333 8 9.33333C6.76232 9.33333 5.57534 9.825 4.70017 10.7002C3.825 11.5753 3.33333 12.7623 3.33333 14V14.6667C2.8029 14.6667 2.29419 14.456 1.91912 14.0809C1.54405 13.7058 1.33333 13.1971 1.33333 12.6667V3.33333C1.33333 2.8029 1.54405 2.29419 1.91912 1.91912C2.29419 1.54405 2.8029 1.33333 3.33333 1.33333H12.6667C13.1971 1.33333 13.7058 1.54405 14.0809 1.91912C14.456 2.29419 14.6667 2.8029 14.6667 3.33333V12.6667Z",
|
|
2013
2041
|
fill: "currentColor"
|
|
2014
2042
|
}
|
|
2015
2043
|
),
|
|
2016
|
-
/* @__PURE__ */
|
|
2044
|
+
/* @__PURE__ */ jsx56(
|
|
2017
2045
|
"path",
|
|
2018
2046
|
{
|
|
2019
2047
|
d: "M8.00004 2.66669C7.47263 2.66669 6.95705 2.82308 6.51852 3.1161C6.07999 3.40912 5.7382 3.82559 5.53636 4.31286C5.33453 4.80013 5.28172 5.33631 5.38461 5.85359C5.48751 6.37088 5.74148 6.84603 6.11442 7.21897C6.48736 7.59191 6.96252 7.84589 7.4798 7.94878C7.99708 8.05167 8.53326 7.99887 9.02053 7.79703C9.5078 7.5952 9.92428 7.2534 10.2173 6.81487C10.5103 6.37634 10.6667 5.86077 10.6667 5.33335C10.6667 4.62611 10.3858 3.94783 9.88566 3.44774C9.38556 2.94764 8.70729 2.66669 8.00004 2.66669ZM8.00004 6.66669C7.73633 6.66669 7.47855 6.58849 7.25928 6.44198C7.04002 6.29547 6.86912 6.08723 6.7682 5.8436C6.66729 5.59996 6.64088 5.33187 6.69233 5.07323C6.74378 4.81459 6.87076 4.57701 7.05723 4.39054C7.2437 4.20407 7.48128 4.07709 7.73992 4.02564C7.99856 3.97419 8.26665 4.0006 8.51029 4.10151C8.75392 4.20243 8.96216 4.37333 9.10867 4.59259C9.25518 4.81186 9.33338 5.06965 9.33338 5.33335C9.33338 5.68698 9.1929 6.02611 8.94285 6.27616C8.6928 6.52621 8.35366 6.66669 8.00004 6.66669Z",
|
|
@@ -2021,7 +2049,7 @@ var ProfileAboutTabIcon = (_a) => {
|
|
|
2021
2049
|
}
|
|
2022
2050
|
)
|
|
2023
2051
|
] }),
|
|
2024
|
-
/* @__PURE__ */
|
|
2052
|
+
/* @__PURE__ */ jsx56("defs", { children: /* @__PURE__ */ jsx56("clipPath", { id: "clip_profile_about_tab", children: /* @__PURE__ */ jsx56("rect", { width: "16", height: "16", fill: "white" }) }) })
|
|
2025
2053
|
]
|
|
2026
2054
|
})
|
|
2027
2055
|
);
|
|
@@ -2029,7 +2057,7 @@ var ProfileAboutTabIcon = (_a) => {
|
|
|
2029
2057
|
ProfileAboutTabIcon.displayName = "ProfileAboutTabIcon";
|
|
2030
2058
|
|
|
2031
2059
|
// src/primitives/icon/svg/profile-accounts-wallets-tab.tsx
|
|
2032
|
-
import { jsx as
|
|
2060
|
+
import { jsx as jsx57, jsxs as jsxs57 } from "react/jsx-runtime";
|
|
2033
2061
|
var ProfileAccountsWalletsTabIcon = (_a) => {
|
|
2034
2062
|
var _b = _a, {
|
|
2035
2063
|
title: title2,
|
|
@@ -2038,7 +2066,7 @@ var ProfileAccountsWalletsTabIcon = (_a) => {
|
|
|
2038
2066
|
"title",
|
|
2039
2067
|
"className"
|
|
2040
2068
|
]);
|
|
2041
|
-
return /* @__PURE__ */
|
|
2069
|
+
return /* @__PURE__ */ jsxs57(
|
|
2042
2070
|
"svg",
|
|
2043
2071
|
__spreadProps(__spreadValues(__spreadValues({
|
|
2044
2072
|
viewBox: "0 0 16 16",
|
|
@@ -2046,15 +2074,15 @@ var ProfileAccountsWalletsTabIcon = (_a) => {
|
|
|
2046
2074
|
fill: "none"
|
|
2047
2075
|
}, getIconA11yProps(title2)), props), {
|
|
2048
2076
|
children: [
|
|
2049
|
-
title2 ? /* @__PURE__ */
|
|
2050
|
-
/* @__PURE__ */
|
|
2077
|
+
title2 ? /* @__PURE__ */ jsx57("title", { children: title2 }) : null,
|
|
2078
|
+
/* @__PURE__ */ jsx57("g", { clipPath: "url(#clip_profile_accounts_wallets_tab)", children: /* @__PURE__ */ jsx57(
|
|
2051
2079
|
"path",
|
|
2052
2080
|
{
|
|
2053
2081
|
d: "M5 8.66667C4.40666 8.66667 3.82664 8.49072 3.33329 8.16108C2.83994 7.83143 2.45542 7.3629 2.22836 6.81472C2.0013 6.26654 1.94189 5.66334 2.05764 5.0814C2.1734 4.49945 2.45912 3.96491 2.87868 3.54535C3.29824 3.12579 3.83279 2.84007 4.41473 2.72431C4.99667 2.60856 5.59987 2.66797 6.14805 2.89503C6.69623 3.12209 7.16476 3.50661 7.49441 3.99996C7.82405 4.4933 8 5.07332 8 5.66667C7.99912 6.46205 7.68276 7.2246 7.12035 7.78701C6.55793 8.34943 5.79538 8.66579 5 8.66667ZM5 4C4.67036 4 4.34813 4.09775 4.07405 4.28089C3.79997 4.46402 3.58635 4.72432 3.4602 5.02886C3.33405 5.33341 3.30105 5.66852 3.36536 5.99182C3.42967 6.31512 3.5884 6.61209 3.82149 6.84518C4.05458 7.07827 4.35155 7.237 4.67485 7.30131C4.99815 7.36562 5.33326 7.33261 5.63781 7.20647C5.94235 7.08032 6.20265 6.8667 6.38578 6.59262C6.56892 6.31854 6.66667 5.9963 6.66667 5.66667C6.66667 5.22464 6.49107 4.80072 6.17851 4.48816C5.86595 4.1756 5.44203 4 5 4ZM10 15.3333V15C10 13.6739 9.47322 12.4021 8.53553 11.4645C7.59785 10.5268 6.32608 10 5 10C3.67392 10 2.40215 10.5268 1.46447 11.4645C0.526784 12.4021 0 13.6739 0 15L0 15.3333C0 15.5101 0.0702379 15.6797 0.195262 15.8047C0.320286 15.9298 0.489856 16 0.666667 16C0.843478 16 1.01305 15.9298 1.13807 15.8047C1.2631 15.6797 1.33333 15.5101 1.33333 15.3333V15C1.33333 14.0275 1.71964 13.0949 2.40728 12.4073C3.09491 11.7196 4.02754 11.3333 5 11.3333C5.97246 11.3333 6.90509 11.7196 7.59273 12.4073C8.28036 13.0949 8.66667 14.0275 8.66667 15V15.3333C8.66667 15.5101 8.73691 15.6797 8.86193 15.8047C8.98695 15.9298 9.15652 16 9.33333 16C9.51014 16 9.67971 15.9298 9.80474 15.8047C9.92976 15.6797 10 15.5101 10 15.3333ZM16 12C16 11.0991 15.7392 10.2175 15.2491 9.46158C14.7591 8.70565 14.0607 8.10772 13.2383 7.73998C12.4159 7.37223 11.5046 7.25039 10.6145 7.38916C9.72437 7.52793 8.89344 7.92137 8.222 8.522C8.15584 8.58013 8.10186 8.6508 8.06317 8.72991C8.02448 8.80903 8.00185 8.89502 7.99659 8.98293C7.99132 9.07085 8.00353 9.15893 8.0325 9.24209C8.06147 9.32526 8.10663 9.40186 8.16537 9.46748C8.22412 9.53309 8.29528 9.58642 8.37475 9.62437C8.45422 9.66232 8.54042 9.68416 8.62838 9.68861C8.71633 9.69306 8.8043 9.68004 8.88719 9.6503C8.97009 9.62055 9.04627 9.57469 9.11133 9.51534C9.59097 9.08641 10.1845 8.80548 10.8203 8.70644C11.456 8.6074 12.1069 8.69449 12.6943 8.9572C13.2816 9.21991 13.7804 9.647 14.1304 10.1869C14.4804 10.7269 14.6667 11.3566 14.6667 12C14.6667 12.1768 14.7369 12.3464 14.8619 12.4714C14.987 12.5964 15.1565 12.6667 15.3333 12.6667C15.5101 12.6667 15.6797 12.5964 15.8047 12.4714C15.9298 12.3464 16 12.1768 16 12ZM11.6667 6C11.0733 6 10.4933 5.82405 9.99996 5.49441C9.50661 5.16477 9.12209 4.69623 8.89503 4.14805C8.66796 3.59987 8.60855 2.99667 8.72431 2.41473C8.84007 1.83279 9.12579 1.29824 9.54535 0.878681C9.9649 0.459123 10.4995 0.173401 11.0814 0.0576455C11.6633 -0.0581102 12.2665 0.00129986 12.8147 0.228363C13.3629 0.455426 13.8314 0.839943 14.1611 1.33329C14.4907 1.82664 14.6667 2.40666 14.6667 3C14.6658 3.79538 14.3494 4.55793 13.787 5.12035C13.2246 5.68277 12.462 5.99912 11.6667 6ZM11.6667 1.33333C11.337 1.33333 11.0148 1.43108 10.7407 1.61422C10.4666 1.79735 10.253 2.05765 10.1269 2.3622C10.0007 2.66674 9.96772 3.00185 10.032 3.32515C10.0963 3.64845 10.2551 3.94543 10.4882 4.17851C10.7212 4.4116 11.0182 4.57033 11.3415 4.63464C11.6648 4.69895 11.9999 4.66595 12.3045 4.5398C12.609 4.41365 12.8693 4.20003 13.0525 3.92595C13.2356 3.65187 13.3333 3.32964 13.3333 3C13.3333 2.55797 13.1577 2.13405 12.8452 1.82149C12.5326 1.50893 12.1087 1.33333 11.6667 1.33333Z",
|
|
2054
2082
|
fill: "currentColor"
|
|
2055
2083
|
}
|
|
2056
2084
|
) }),
|
|
2057
|
-
/* @__PURE__ */
|
|
2085
|
+
/* @__PURE__ */ jsx57("defs", { children: /* @__PURE__ */ jsx57("clipPath", { id: "clip_profile_accounts_wallets_tab", children: /* @__PURE__ */ jsx57("rect", { width: "16", height: "16", fill: "white" }) }) })
|
|
2058
2086
|
]
|
|
2059
2087
|
})
|
|
2060
2088
|
);
|
|
@@ -2062,10 +2090,10 @@ var ProfileAccountsWalletsTabIcon = (_a) => {
|
|
|
2062
2090
|
ProfileAccountsWalletsTabIcon.displayName = "ProfileAccountsWalletsTabIcon";
|
|
2063
2091
|
|
|
2064
2092
|
// src/primitives/icon/svg/profile.tsx
|
|
2065
|
-
import { jsx as
|
|
2093
|
+
import { jsx as jsx58, jsxs as jsxs58 } from "react/jsx-runtime";
|
|
2066
2094
|
var ProfileIcon = (_a) => {
|
|
2067
2095
|
var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
2068
|
-
return /* @__PURE__ */
|
|
2096
|
+
return /* @__PURE__ */ jsxs58(
|
|
2069
2097
|
"svg",
|
|
2070
2098
|
__spreadProps(__spreadValues(__spreadValues({
|
|
2071
2099
|
viewBox: "0 0 16 16",
|
|
@@ -2073,16 +2101,16 @@ var ProfileIcon = (_a) => {
|
|
|
2073
2101
|
fill: "none"
|
|
2074
2102
|
}, getIconA11yProps(title2)), props), {
|
|
2075
2103
|
children: [
|
|
2076
|
-
title2 ? /* @__PURE__ */
|
|
2077
|
-
/* @__PURE__ */
|
|
2078
|
-
/* @__PURE__ */
|
|
2104
|
+
title2 ? /* @__PURE__ */ jsx58("title", { children: title2 }) : null,
|
|
2105
|
+
/* @__PURE__ */ jsxs58("g", { clipPath: "url(#profile-clip)", children: [
|
|
2106
|
+
/* @__PURE__ */ jsx58(
|
|
2079
2107
|
"path",
|
|
2080
2108
|
{
|
|
2081
2109
|
d: "M8 8C8.79113 8 9.56448 7.76541 10.2223 7.32588C10.8801 6.88635 11.3928 6.26164 11.6955 5.53074C11.9983 4.79983 12.0775 3.99556 11.9231 3.21964C11.7688 2.44372 11.3878 1.73098 10.8284 1.17157C10.269 0.612165 9.55629 0.231202 8.78036 0.0768607C8.00444 -0.0774802 7.20017 0.00173314 6.46927 0.304484C5.73836 0.607234 5.11365 1.11992 4.67412 1.77772C4.2346 2.43552 4 3.20888 4 4C4.00106 5.06054 4.42283 6.07734 5.17274 6.82726C5.92266 7.57718 6.93946 7.99894 8 8ZM8 1.33334C8.52742 1.33334 9.04299 1.48973 9.48152 1.78275C9.92005 2.07577 10.2618 2.49224 10.4637 2.97951C10.6655 3.46678 10.7183 4.00296 10.6154 4.52024C10.5125 5.03753 10.2586 5.51268 9.88562 5.88562C9.51268 6.25856 9.03752 6.51254 8.52024 6.61543C8.00296 6.71832 7.46678 6.66551 6.97951 6.46368C6.49224 6.26185 6.07577 5.92005 5.78275 5.48152C5.48973 5.04299 5.33333 4.52742 5.33333 4C5.33333 3.29276 5.61428 2.61448 6.11438 2.11438C6.61448 1.61429 7.29276 1.33334 8 1.33334Z",
|
|
2082
2110
|
fill: "currentColor"
|
|
2083
2111
|
}
|
|
2084
2112
|
),
|
|
2085
|
-
/* @__PURE__ */
|
|
2113
|
+
/* @__PURE__ */ jsx58(
|
|
2086
2114
|
"path",
|
|
2087
2115
|
{
|
|
2088
2116
|
d: "M8 9.33334C6.40924 9.33511 4.88414 9.96782 3.75931 11.0927C2.63447 12.2175 2.00176 13.7426 2 15.3333C2 15.5102 2.07024 15.6797 2.19526 15.8047C2.32029 15.9298 2.48986 16 2.66667 16C2.84348 16 3.01305 15.9298 3.13807 15.8047C3.2631 15.6797 3.33333 15.5102 3.33333 15.3333C3.33333 14.0957 3.825 12.9087 4.70017 12.0335C5.57534 11.1583 6.76232 10.6667 8 10.6667C9.23768 10.6667 10.4247 11.1583 11.2998 12.0335C12.175 12.9087 12.6667 14.0957 12.6667 15.3333C12.6667 15.5102 12.7369 15.6797 12.8619 15.8047C12.987 15.9298 13.1565 16 13.3333 16C13.5101 16 13.6797 15.9298 13.8047 15.8047C13.9298 15.6797 14 15.5102 14 15.3333C13.9982 13.7426 13.3655 12.2175 12.2407 11.0927C11.1159 9.96782 9.59076 9.33511 8 9.33334Z",
|
|
@@ -2090,7 +2118,7 @@ var ProfileIcon = (_a) => {
|
|
|
2090
2118
|
}
|
|
2091
2119
|
)
|
|
2092
2120
|
] }),
|
|
2093
|
-
/* @__PURE__ */
|
|
2121
|
+
/* @__PURE__ */ jsx58("defs", { children: /* @__PURE__ */ jsx58("clipPath", { id: "profile-clip", children: /* @__PURE__ */ jsx58("rect", { width: "16", height: "16", fill: "white" }) }) })
|
|
2094
2122
|
]
|
|
2095
2123
|
})
|
|
2096
2124
|
);
|
|
@@ -2098,10 +2126,10 @@ var ProfileIcon = (_a) => {
|
|
|
2098
2126
|
ProfileIcon.displayName = "ProfileIcon";
|
|
2099
2127
|
|
|
2100
2128
|
// src/primitives/icon/svg/recenter.tsx
|
|
2101
|
-
import { jsx as
|
|
2129
|
+
import { jsx as jsx59, jsxs as jsxs59 } from "react/jsx-runtime";
|
|
2102
2130
|
var RecenterIcon = (_a) => {
|
|
2103
2131
|
var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
2104
|
-
return /* @__PURE__ */
|
|
2132
|
+
return /* @__PURE__ */ jsxs59(
|
|
2105
2133
|
"svg",
|
|
2106
2134
|
__spreadProps(__spreadValues(__spreadValues({
|
|
2107
2135
|
viewBox: "0 0 16 16",
|
|
@@ -2109,15 +2137,15 @@ var RecenterIcon = (_a) => {
|
|
|
2109
2137
|
fill: "none"
|
|
2110
2138
|
}, getIconA11yProps(title2)), props), {
|
|
2111
2139
|
children: [
|
|
2112
|
-
title2 ? /* @__PURE__ */
|
|
2113
|
-
/* @__PURE__ */
|
|
2140
|
+
title2 ? /* @__PURE__ */ jsx59("title", { children: title2 }) : null,
|
|
2141
|
+
/* @__PURE__ */ jsx59("g", { clipPath: "url(#recenter-clip)", children: /* @__PURE__ */ jsx59(
|
|
2114
2142
|
"path",
|
|
2115
2143
|
{
|
|
2116
2144
|
d: "M16 8C16 8.36867 15.7013 8.66667 15.3333 8.66667H0.666667C0.298667 8.66667 0 8.36867 0 8C0 7.63133 0.298667 7.33333 0.666667 7.33333H15.3333C15.7013 7.33333 16 7.63133 16 8ZM7.05733 5.60933C7.31733 5.86933 7.65867 5.99933 8 5.99933C8.34133 5.99933 8.68267 5.86933 8.94267 5.60933L11.138 3.414C11.3987 3.15333 11.3987 2.732 11.138 2.47133C10.8773 2.21067 10.456 2.21067 10.1953 2.47133L8.66667 4V0.666667C8.66667 0.298 8.368 0 8 0C7.632 0 7.33333 0.298 7.33333 0.666667V4L5.80467 2.47133C5.544 2.21067 5.12267 2.21067 4.862 2.47133C4.60133 2.732 4.60133 3.15333 4.862 3.414L7.05733 5.60933ZM8.94267 10.3907C8.42333 9.87133 7.57667 9.87133 7.05733 10.3907L4.862 12.586C4.60133 12.8467 4.60133 13.268 4.862 13.5287C5.12267 13.7893 5.544 13.7893 5.80467 13.5287L7.33333 12V15.3333C7.33333 15.702 7.632 16 8 16C8.368 16 8.66667 15.702 8.66667 15.3333V12L10.1953 13.5287C10.3253 13.6587 10.496 13.724 10.6667 13.724C10.8373 13.724 11.008 13.6587 11.138 13.5287C11.3987 13.268 11.3987 12.8467 11.138 12.586L8.94267 10.3907Z",
|
|
2117
2145
|
fill: "currentColor"
|
|
2118
2146
|
}
|
|
2119
2147
|
) }),
|
|
2120
|
-
/* @__PURE__ */
|
|
2148
|
+
/* @__PURE__ */ jsx59("defs", { children: /* @__PURE__ */ jsx59("clipPath", { id: "recenter-clip", children: /* @__PURE__ */ jsx59("rect", { width: "16", height: "16", fill: "white" }) }) })
|
|
2121
2149
|
]
|
|
2122
2150
|
})
|
|
2123
2151
|
);
|
|
@@ -2125,10 +2153,10 @@ var RecenterIcon = (_a) => {
|
|
|
2125
2153
|
RecenterIcon.displayName = "RecenterIcon";
|
|
2126
2154
|
|
|
2127
2155
|
// src/primitives/icon/svg/revenue-alt.tsx
|
|
2128
|
-
import { jsx as
|
|
2156
|
+
import { jsx as jsx60, jsxs as jsxs60 } from "react/jsx-runtime";
|
|
2129
2157
|
var RevenueAltIcon = (_a) => {
|
|
2130
2158
|
var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
2131
|
-
return /* @__PURE__ */
|
|
2159
|
+
return /* @__PURE__ */ jsxs60(
|
|
2132
2160
|
"svg",
|
|
2133
2161
|
__spreadProps(__spreadValues(__spreadValues({
|
|
2134
2162
|
viewBox: "0 0 20 20",
|
|
@@ -2136,8 +2164,8 @@ var RevenueAltIcon = (_a) => {
|
|
|
2136
2164
|
fill: "none"
|
|
2137
2165
|
}, getIconA11yProps(title2)), props), {
|
|
2138
2166
|
children: [
|
|
2139
|
-
title2 ? /* @__PURE__ */
|
|
2140
|
-
/* @__PURE__ */
|
|
2167
|
+
title2 ? /* @__PURE__ */ jsx60("title", { children: title2 }) : null,
|
|
2168
|
+
/* @__PURE__ */ jsx60(
|
|
2141
2169
|
"path",
|
|
2142
2170
|
{
|
|
2143
2171
|
d: "M3 14V6M3 6L1.5 7.5M3 6L4.5 7.5M17 6V14M17 14L15.5 12.5M17 14L18.5 12.5",
|
|
@@ -2147,7 +2175,7 @@ var RevenueAltIcon = (_a) => {
|
|
|
2147
2175
|
strokeLinejoin: "round"
|
|
2148
2176
|
}
|
|
2149
2177
|
),
|
|
2150
|
-
/* @__PURE__ */
|
|
2178
|
+
/* @__PURE__ */ jsx60(
|
|
2151
2179
|
"path",
|
|
2152
2180
|
{
|
|
2153
2181
|
d: "M10 5.5V14.5M12.5 7.4C12.5 6.55 11.38 5.86 10 5.86C8.62 5.86 7.5 6.55 7.5 7.4C7.5 8.25 8.62 8.94 10 8.94C11.38 8.94 12.5 9.63 12.5 10.48C12.5 11.33 11.38 12.02 10 12.02C8.62 12.02 7.5 11.33 7.5 10.48",
|
|
@@ -2164,10 +2192,10 @@ var RevenueAltIcon = (_a) => {
|
|
|
2164
2192
|
RevenueAltIcon.displayName = "RevenueAltIcon";
|
|
2165
2193
|
|
|
2166
2194
|
// src/primitives/icon/svg/search.tsx
|
|
2167
|
-
import { jsx as
|
|
2195
|
+
import { jsx as jsx61, jsxs as jsxs61 } from "react/jsx-runtime";
|
|
2168
2196
|
var SearchIcon = (_a) => {
|
|
2169
2197
|
var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
2170
|
-
return /* @__PURE__ */
|
|
2198
|
+
return /* @__PURE__ */ jsxs61(
|
|
2171
2199
|
"svg",
|
|
2172
2200
|
__spreadProps(__spreadValues(__spreadValues({
|
|
2173
2201
|
viewBox: "0 0 16 16",
|
|
@@ -2176,8 +2204,8 @@ var SearchIcon = (_a) => {
|
|
|
2176
2204
|
className
|
|
2177
2205
|
}, getIconA11yProps(title2)), props), {
|
|
2178
2206
|
children: [
|
|
2179
|
-
title2 ? /* @__PURE__ */
|
|
2180
|
-
/* @__PURE__ */
|
|
2207
|
+
title2 ? /* @__PURE__ */ jsx61("title", { children: title2 }) : null,
|
|
2208
|
+
/* @__PURE__ */ jsx61(
|
|
2181
2209
|
"path",
|
|
2182
2210
|
{
|
|
2183
2211
|
d: "M7.3335 12.3333C10.0949 12.3333 12.3335 10.0947 12.3335 7.33329C12.3335 4.57187 10.0949 2.33329 7.3335 2.33329C4.57208 2.33329 2.3335 4.57187 2.3335 7.33329C2.3335 10.0947 4.57208 12.3333 7.3335 12.3333Z",
|
|
@@ -2187,7 +2215,7 @@ var SearchIcon = (_a) => {
|
|
|
2187
2215
|
strokeLinejoin: "round"
|
|
2188
2216
|
}
|
|
2189
2217
|
),
|
|
2190
|
-
/* @__PURE__ */
|
|
2218
|
+
/* @__PURE__ */ jsx61(
|
|
2191
2219
|
"path",
|
|
2192
2220
|
{
|
|
2193
2221
|
d: "M13.6668 13.6666L11.1667 11.1666",
|
|
@@ -2204,10 +2232,10 @@ var SearchIcon = (_a) => {
|
|
|
2204
2232
|
SearchIcon.displayName = "SearchIcon";
|
|
2205
2233
|
|
|
2206
2234
|
// src/primitives/icon/svg/shield-trust.tsx
|
|
2207
|
-
import { jsx as
|
|
2235
|
+
import { jsx as jsx62, jsxs as jsxs62 } from "react/jsx-runtime";
|
|
2208
2236
|
var ShieldTrustIcon = (_a) => {
|
|
2209
2237
|
var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
2210
|
-
return /* @__PURE__ */
|
|
2238
|
+
return /* @__PURE__ */ jsxs62(
|
|
2211
2239
|
"svg",
|
|
2212
2240
|
__spreadProps(__spreadValues(__spreadValues({
|
|
2213
2241
|
width: "16",
|
|
@@ -2217,15 +2245,15 @@ var ShieldTrustIcon = (_a) => {
|
|
|
2217
2245
|
fill: "none"
|
|
2218
2246
|
}, getIconA11yProps(title2)), props), {
|
|
2219
2247
|
children: [
|
|
2220
|
-
title2 ? /* @__PURE__ */
|
|
2221
|
-
/* @__PURE__ */
|
|
2248
|
+
title2 ? /* @__PURE__ */ jsx62("title", { children: title2 }) : null,
|
|
2249
|
+
/* @__PURE__ */ jsx62("g", { clipPath: "url(#clip0_7779_1212)", children: /* @__PURE__ */ jsx62(
|
|
2222
2250
|
"path",
|
|
2223
2251
|
{
|
|
2224
2252
|
d: "M15.4633 9.39L14.024 10.828V11.976C14.024 13.0787 13.1266 13.976 12.024 13.976H10.8766L9.43798 15.414C9.06131 15.7913 8.55864 16 8.02398 16C7.48931 16 6.98731 15.792 6.60998 15.414L5.17198 13.976H4.02398C2.92131 13.976 2.02398 13.0787 2.02398 11.976V10.828L0.585977 9.39C-0.194023 8.61067 -0.194023 7.34133 0.585977 6.56133L2.02398 5.12333V3.976C2.02398 2.87333 2.92131 1.976 4.02398 1.976H5.17198L6.60998 0.537331C7.36598 -0.219335 8.68398 -0.217335 9.43864 0.537331L10.8766 1.97533H12.024C12.3926 1.97533 12.6906 2.274 12.6906 2.642C12.6906 3.01 12.3926 3.30866 12.024 3.30866H10.6006C10.4233 3.30866 10.254 3.23866 10.1293 3.11333L8.49531 1.47933C8.24398 1.22866 7.80598 1.22733 7.55264 1.47933L5.91931 3.11333C5.79398 3.23866 5.62531 3.30866 5.44798 3.30866H4.02398C3.65598 3.30866 3.35731 3.608 3.35731 3.97533V5.39866C3.35731 5.57533 3.28731 5.74533 3.16198 5.87L1.52864 7.50333C1.26864 7.76333 1.26864 8.186 1.52864 8.44667L3.16198 10.08C3.28731 10.2053 3.35731 10.374 3.35731 10.5513V11.9753C3.35731 12.3433 3.65598 12.642 4.02398 12.642H5.44798C5.62531 12.642 5.79464 12.712 5.91931 12.8373L7.55264 14.4707C7.80531 14.7227 8.24398 14.7227 8.49464 14.4707L10.1293 12.8373C10.2546 12.712 10.4233 12.642 10.6006 12.642H12.024C12.392 12.642 12.6906 12.3433 12.6906 11.9753V10.5513C12.6906 10.374 12.7606 10.2047 12.886 10.08L14.52 8.44667C14.78 8.18667 14.78 7.76333 14.52 7.50333C14.26 7.24267 14.26 6.82066 14.52 6.56066C14.7806 6.30066 15.2026 6.3 15.4633 6.56066C16.242 7.34 16.242 8.60867 15.4633 9.38867V9.39ZM7.14731 9.108L5.13531 7.116C4.87264 6.856 4.45198 6.85933 4.19198 7.12066C3.93264 7.382 3.93531 7.804 4.19664 8.06333L6.20931 10.056C6.61864 10.4613 7.15731 10.6647 7.69531 10.6647C8.23331 10.6647 8.77331 10.46 9.18331 10.0527L15.1366 4.13867C15.398 3.87933 15.3993 3.45733 15.1393 3.196C14.8793 2.93466 14.458 2.93266 14.1966 3.19266L8.24331 9.10733C7.94131 9.408 7.44998 9.408 7.14731 9.108Z",
|
|
2225
2253
|
fill: "currentColor"
|
|
2226
2254
|
}
|
|
2227
2255
|
) }),
|
|
2228
|
-
/* @__PURE__ */
|
|
2256
|
+
/* @__PURE__ */ jsx62("defs", { children: /* @__PURE__ */ jsx62("clipPath", { id: "clip0_7779_1212", children: /* @__PURE__ */ jsx62("rect", { width: "16", height: "16", fill: "white" }) }) })
|
|
2229
2257
|
]
|
|
2230
2258
|
})
|
|
2231
2259
|
);
|
|
@@ -2233,10 +2261,10 @@ var ShieldTrustIcon = (_a) => {
|
|
|
2233
2261
|
ShieldTrustIcon.displayName = "ShieldTrustIcon";
|
|
2234
2262
|
|
|
2235
2263
|
// src/primitives/icon/svg/solana.tsx
|
|
2236
|
-
import { jsx as
|
|
2264
|
+
import { jsx as jsx63, jsxs as jsxs63 } from "react/jsx-runtime";
|
|
2237
2265
|
var SolanaIcon = (_a) => {
|
|
2238
2266
|
var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
2239
|
-
return /* @__PURE__ */
|
|
2267
|
+
return /* @__PURE__ */ jsxs63(
|
|
2240
2268
|
"svg",
|
|
2241
2269
|
__spreadProps(__spreadValues(__spreadValues({
|
|
2242
2270
|
viewBox: "0 0 24 24",
|
|
@@ -2244,31 +2272,31 @@ var SolanaIcon = (_a) => {
|
|
|
2244
2272
|
fill: "none"
|
|
2245
2273
|
}, getIconA11yProps(title2)), props), {
|
|
2246
2274
|
children: [
|
|
2247
|
-
title2 ? /* @__PURE__ */
|
|
2248
|
-
/* @__PURE__ */
|
|
2249
|
-
/* @__PURE__ */
|
|
2275
|
+
title2 ? /* @__PURE__ */ jsx63("title", { children: title2 }) : null,
|
|
2276
|
+
/* @__PURE__ */ jsx63("rect", { width: "24", height: "24", fill: "black" }),
|
|
2277
|
+
/* @__PURE__ */ jsx63(
|
|
2250
2278
|
"path",
|
|
2251
2279
|
{
|
|
2252
2280
|
d: "M5.92399 15.7169C6.03262 15.6083 6.18198 15.5449 6.34039 15.5449H20.706C20.9685 15.5449 21.0998 15.8617 20.9142 16.0473L18.0764 18.8851C17.9677 18.9938 17.8184 19.0571 17.66 19.0571H3.29437C3.03186 19.0571 2.90061 18.7403 3.08617 18.5547L5.92399 15.7169Z",
|
|
2253
2281
|
fill: "url(#paint0_linear_1471_9988)"
|
|
2254
2282
|
}
|
|
2255
2283
|
),
|
|
2256
|
-
/* @__PURE__ */
|
|
2284
|
+
/* @__PURE__ */ jsx63(
|
|
2257
2285
|
"path",
|
|
2258
2286
|
{
|
|
2259
2287
|
d: "M5.92399 5.1217C6.03714 5.01307 6.1865 4.94971 6.34039 4.94971H20.706C20.9685 4.94971 21.0998 5.26653 20.9142 5.4521L18.0764 8.28991C17.9677 8.39854 17.8184 8.4619 17.66 8.4619H3.29437C3.03186 8.4619 2.90061 8.14508 3.08617 7.95951L5.92399 5.1217Z",
|
|
2260
2288
|
fill: "url(#paint1_linear_1471_9988)"
|
|
2261
2289
|
}
|
|
2262
2290
|
),
|
|
2263
|
-
/* @__PURE__ */
|
|
2291
|
+
/* @__PURE__ */ jsx63(
|
|
2264
2292
|
"path",
|
|
2265
2293
|
{
|
|
2266
2294
|
d: "M18.0764 10.3854C17.9677 10.2767 17.8184 10.2134 17.66 10.2134H3.29437C3.03186 10.2134 2.90061 10.5302 3.08617 10.7158L5.92399 13.5536C6.03262 13.6622 6.18198 13.7256 6.34039 13.7256H20.706C20.9685 13.7256 21.0998 13.4088 20.9142 13.2232L18.0764 10.3854Z",
|
|
2267
2295
|
fill: "url(#paint2_linear_1471_9988)"
|
|
2268
2296
|
}
|
|
2269
2297
|
),
|
|
2270
|
-
/* @__PURE__ */
|
|
2271
|
-
/* @__PURE__ */
|
|
2298
|
+
/* @__PURE__ */ jsxs63("defs", { children: [
|
|
2299
|
+
/* @__PURE__ */ jsxs63(
|
|
2272
2300
|
"linearGradient",
|
|
2273
2301
|
{
|
|
2274
2302
|
id: "paint0_linear_1471_9988",
|
|
@@ -2278,12 +2306,12 @@ var SolanaIcon = (_a) => {
|
|
|
2278
2306
|
y2: "22.2975",
|
|
2279
2307
|
gradientUnits: "userSpaceOnUse",
|
|
2280
2308
|
children: [
|
|
2281
|
-
/* @__PURE__ */
|
|
2282
|
-
/* @__PURE__ */
|
|
2309
|
+
/* @__PURE__ */ jsx63("stop", { stopColor: "#00FFA3" }),
|
|
2310
|
+
/* @__PURE__ */ jsx63("stop", { offset: "1", stopColor: "#DC1FFF" })
|
|
2283
2311
|
]
|
|
2284
2312
|
}
|
|
2285
2313
|
),
|
|
2286
|
-
/* @__PURE__ */
|
|
2314
|
+
/* @__PURE__ */ jsxs63(
|
|
2287
2315
|
"linearGradient",
|
|
2288
2316
|
{
|
|
2289
2317
|
id: "paint1_linear_1471_9988",
|
|
@@ -2293,12 +2321,12 @@ var SolanaIcon = (_a) => {
|
|
|
2293
2321
|
y2: "20.028",
|
|
2294
2322
|
gradientUnits: "userSpaceOnUse",
|
|
2295
2323
|
children: [
|
|
2296
|
-
/* @__PURE__ */
|
|
2297
|
-
/* @__PURE__ */
|
|
2324
|
+
/* @__PURE__ */ jsx63("stop", { stopColor: "#00FFA3" }),
|
|
2325
|
+
/* @__PURE__ */ jsx63("stop", { offset: "1", stopColor: "#DC1FFF" })
|
|
2298
2326
|
]
|
|
2299
2327
|
}
|
|
2300
2328
|
),
|
|
2301
|
-
/* @__PURE__ */
|
|
2329
|
+
/* @__PURE__ */ jsxs63(
|
|
2302
2330
|
"linearGradient",
|
|
2303
2331
|
{
|
|
2304
2332
|
id: "paint2_linear_1471_9988",
|
|
@@ -2308,8 +2336,8 @@ var SolanaIcon = (_a) => {
|
|
|
2308
2336
|
y2: "21.1555",
|
|
2309
2337
|
gradientUnits: "userSpaceOnUse",
|
|
2310
2338
|
children: [
|
|
2311
|
-
/* @__PURE__ */
|
|
2312
|
-
/* @__PURE__ */
|
|
2339
|
+
/* @__PURE__ */ jsx63("stop", { stopColor: "#00FFA3" }),
|
|
2340
|
+
/* @__PURE__ */ jsx63("stop", { offset: "1", stopColor: "#DC1FFF" })
|
|
2313
2341
|
]
|
|
2314
2342
|
}
|
|
2315
2343
|
)
|
|
@@ -2321,10 +2349,10 @@ var SolanaIcon = (_a) => {
|
|
|
2321
2349
|
SolanaIcon.displayName = "SolanaIcon";
|
|
2322
2350
|
|
|
2323
2351
|
// src/primitives/icon/svg/sort-end-date.tsx
|
|
2324
|
-
import { jsx as
|
|
2352
|
+
import { jsx as jsx64, jsxs as jsxs64 } from "react/jsx-runtime";
|
|
2325
2353
|
var SortEndDateIcon = (_a) => {
|
|
2326
2354
|
var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
2327
|
-
return /* @__PURE__ */
|
|
2355
|
+
return /* @__PURE__ */ jsxs64(
|
|
2328
2356
|
"svg",
|
|
2329
2357
|
__spreadProps(__spreadValues(__spreadValues({
|
|
2330
2358
|
viewBox: "0 0 16 16",
|
|
@@ -2332,15 +2360,15 @@ var SortEndDateIcon = (_a) => {
|
|
|
2332
2360
|
fill: "none"
|
|
2333
2361
|
}, getIconA11yProps(title2)), props), {
|
|
2334
2362
|
children: [
|
|
2335
|
-
title2 ? /* @__PURE__ */
|
|
2336
|
-
/* @__PURE__ */
|
|
2363
|
+
title2 ? /* @__PURE__ */ jsx64("title", { children: title2 }) : null,
|
|
2364
|
+
/* @__PURE__ */ jsx64("g", { clipPath: "url(#sort-end-date-clip)", children: /* @__PURE__ */ jsx64(
|
|
2337
2365
|
"path",
|
|
2338
2366
|
{
|
|
2339
2367
|
d: "M16 8C16 10.1217 15.1571 12.1566 13.6569 13.6569C12.1566 15.1571 10.1217 16 8 16C5.87827 16 3.84344 15.1571 2.34315 13.6569C0.842855 12.1566 0 10.1217 0 8C0 7.82319 0.0702379 7.65362 0.195262 7.5286C0.320286 7.40357 0.489856 7.33333 0.666667 7.33333C0.843478 7.33333 1.01305 7.40357 1.13807 7.5286C1.2631 7.65362 1.33333 7.82319 1.33333 8C1.33333 9.31854 1.72433 10.6075 2.45687 11.7038C3.18941 12.8001 4.2306 13.6546 5.44878 14.1592C6.66695 14.6638 8.0074 14.7958 9.3006 14.5386C10.5938 14.2813 11.7817 13.6464 12.714 12.714C13.6464 11.7817 14.2813 10.5938 14.5386 9.3006C14.7958 8.0074 14.6638 6.66695 14.1592 5.44878C13.6546 4.2306 12.8001 3.18941 11.7038 2.45687C10.6075 1.72433 9.31854 1.33333 8 1.33333C7.82319 1.33333 7.65362 1.2631 7.5286 1.13807C7.40357 1.01305 7.33333 0.843478 7.33333 0.666667C7.33333 0.489856 7.40357 0.320286 7.5286 0.195262C7.65362 0.0702379 7.82319 0 8 0C10.121 0.00229405 12.1545 0.845885 13.6543 2.34568C15.1541 3.84547 15.9977 5.87897 16 8ZM6.85133 7.33333H5.33333C5.15652 7.33333 4.98695 7.40357 4.86193 7.5286C4.7369 7.65362 4.66667 7.82319 4.66667 8C4.66667 8.17681 4.7369 8.34638 4.86193 8.4714C4.98695 8.59643 5.15652 8.66667 5.33333 8.66667H6.85133C6.95314 8.84349 7.09429 8.99449 7.26384 9.108C7.43339 9.2215 7.62679 9.29445 7.82906 9.3212C8.03134 9.34795 8.23705 9.32778 8.43028 9.26226C8.6235 9.19673 8.79905 9.0876 8.94333 8.94333C9.0876 8.79905 9.19673 8.6235 9.26226 8.43028C9.32778 8.23705 9.34795 8.03134 9.3212 7.82906C9.29445 7.62679 9.2215 7.43339 9.108 7.26384C8.99449 7.09429 8.84349 6.95314 8.66667 6.85133V4.66667C8.66667 4.48986 8.59643 4.32029 8.4714 4.19526C8.34638 4.07024 8.17681 4 8 4C7.82319 4 7.65362 4.07024 7.5286 4.19526C7.40357 4.32029 7.33333 4.48986 7.33333 4.66667V6.85133C7.13362 6.96752 6.96752 7.13362 6.85133 7.33333ZM1.218 5.856C1.34985 5.856 1.47875 5.8169 1.58838 5.74365C1.69801 5.67039 1.78346 5.56627 1.83392 5.44446C1.88438 5.32264 1.89758 5.18859 1.87186 5.05927C1.84613 4.92995 1.78264 4.81116 1.6894 4.71793C1.59617 4.62469 1.47738 4.5612 1.34806 4.53548C1.21874 4.50975 1.0847 4.52296 0.962878 4.57341C0.84106 4.62387 0.736941 4.70932 0.663687 4.81895C0.590433 4.92859 0.551333 5.05748 0.551333 5.18933C0.551333 5.36614 0.621571 5.53571 0.746595 5.66074C0.87162 5.78576 1.04119 5.856 1.218 5.856ZM2.814 3.47133C2.94585 3.47133 3.07475 3.43223 3.18438 3.35898C3.29401 3.28573 3.37946 3.18161 3.42992 3.05979C3.48038 2.93797 3.49358 2.80393 3.46786 2.67461C3.44213 2.54529 3.37864 2.4265 3.2854 2.33326C3.19217 2.24003 3.07338 2.17653 2.94406 2.15081C2.81474 2.12509 2.6807 2.13829 2.55888 2.18875C2.43706 2.23921 2.33294 2.32465 2.25969 2.43429C2.18643 2.54392 2.14733 2.67281 2.14733 2.80467C2.14733 2.98148 2.21757 3.15105 2.3426 3.27607C2.46762 3.4011 2.63719 3.47133 2.814 3.47133ZM5.186 1.894C5.31785 1.894 5.44675 1.8549 5.55638 1.78165C5.66601 1.70839 5.75146 1.60427 5.80192 1.48246C5.85238 1.36064 5.86558 1.22659 5.83986 1.09727C5.81413 0.967952 5.75064 0.849164 5.6574 0.755929C5.56417 0.662694 5.44538 0.5992 5.31606 0.573476C5.18674 0.547753 5.0527 0.560955 4.93088 0.611414C4.80906 0.661872 4.70494 0.74732 4.63169 0.856953C4.55843 0.966586 4.51933 1.09548 4.51933 1.22733C4.51933 1.40414 4.58957 1.57371 4.7146 1.69874C4.83962 1.82376 5.00919 1.894 5.186 1.894Z",
|
|
2340
2368
|
fill: "currentColor"
|
|
2341
2369
|
}
|
|
2342
2370
|
) }),
|
|
2343
|
-
/* @__PURE__ */
|
|
2371
|
+
/* @__PURE__ */ jsx64("defs", { children: /* @__PURE__ */ jsx64("clipPath", { id: "sort-end-date-clip", children: /* @__PURE__ */ jsx64("rect", { width: "16", height: "16", fill: "white" }) }) })
|
|
2344
2372
|
]
|
|
2345
2373
|
})
|
|
2346
2374
|
);
|
|
@@ -2348,10 +2376,10 @@ var SortEndDateIcon = (_a) => {
|
|
|
2348
2376
|
SortEndDateIcon.displayName = "SortEndDateIcon";
|
|
2349
2377
|
|
|
2350
2378
|
// src/primitives/icon/svg/sort-top-arbitrage.tsx
|
|
2351
|
-
import { jsx as
|
|
2379
|
+
import { jsx as jsx65, jsxs as jsxs65 } from "react/jsx-runtime";
|
|
2352
2380
|
var SortTopArbitrageIcon = (_a) => {
|
|
2353
2381
|
var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
2354
|
-
return /* @__PURE__ */
|
|
2382
|
+
return /* @__PURE__ */ jsxs65(
|
|
2355
2383
|
"svg",
|
|
2356
2384
|
__spreadProps(__spreadValues(__spreadValues({
|
|
2357
2385
|
viewBox: "0 0 16 16",
|
|
@@ -2359,30 +2387,30 @@ var SortTopArbitrageIcon = (_a) => {
|
|
|
2359
2387
|
fill: "none"
|
|
2360
2388
|
}, getIconA11yProps(title2)), props), {
|
|
2361
2389
|
children: [
|
|
2362
|
-
title2 ? /* @__PURE__ */
|
|
2363
|
-
/* @__PURE__ */
|
|
2364
|
-
/* @__PURE__ */
|
|
2390
|
+
title2 ? /* @__PURE__ */ jsx65("title", { children: title2 }) : null,
|
|
2391
|
+
/* @__PURE__ */ jsxs65("g", { clipPath: "url(#sort-top-arbitrage-clip)", children: [
|
|
2392
|
+
/* @__PURE__ */ jsx65(
|
|
2365
2393
|
"path",
|
|
2366
2394
|
{
|
|
2367
2395
|
d: "M15.4314 6.314L14.9067 5.6C14.5432 5.10529 14.0686 4.7028 13.5211 4.42491C12.9737 4.14701 12.3687 4.00148 11.7547 4H4.25541C3.65409 4.00157 3.06116 4.14118 2.52231 4.40806C1.98346 4.67494 1.51308 5.06197 1.14741 5.53933L0.600079 6.25533C0.155734 6.84154 -0.0531817 7.57279 0.0144266 8.30525C0.0820349 9.03772 0.421273 9.71837 0.965413 10.2133L6.29208 15.3513C6.75993 15.7686 7.36522 15.9986 7.99208 15.9973C8.63223 15.9961 9.24941 15.7587 9.72541 15.3307L15.0161 10.242C15.5633 9.7574 15.9094 9.08556 15.9863 8.35863C16.0632 7.63171 15.8652 6.90233 15.4314 6.314ZM13.8314 6.38533L14.3561 7.10133C14.4088 7.1746 14.4552 7.25221 14.4947 7.33333H11.3007C11.2525 7.01408 11.1693 6.7011 11.0527 6.4L10.6261 5.33333H11.7547C12.159 5.3341 12.5575 5.42967 12.9182 5.61237C13.2788 5.79508 13.5916 6.05982 13.8314 6.38533ZM7.99341 13.392L6.14741 9.212C6.08065 9.0352 6.03021 8.85266 5.99675 8.66667H9.96475C9.93678 8.81325 9.89755 8.95745 9.84741 9.098L7.99341 13.392ZM6.06675 7.33333C6.09463 7.21381 6.12958 7.09605 6.17141 6.98067L6.82741 5.33333H9.19008L9.81475 6.89533C9.86959 7.03796 9.91415 7.18434 9.94808 7.33333H6.06675ZM2.20741 6.34733C2.44845 6.0329 2.75844 5.77797 3.11349 5.60217C3.46855 5.42638 3.85922 5.3344 4.25541 5.33333H5.38875L4.93341 6.486C4.82356 6.75949 4.74159 7.04338 4.68875 7.33333H1.49675C1.54247 7.2391 1.59764 7.14976 1.66141 7.06667L2.20741 6.34733ZM1.87408 9.236C1.70016 9.07824 1.56353 8.88377 1.47408 8.66667H4.65541C4.69963 9.02585 4.78623 9.37853 4.91341 9.71733L6.79808 13.984L1.87408 9.236ZM9.18075 14.0093L11.0834 9.6C11.1938 9.29824 11.2708 8.98525 11.3127 8.66667H14.5334C14.439 8.89552 14.2949 9.10049 14.1114 9.26667L9.18075 14.0093Z",
|
|
2368
2396
|
fill: "currentColor"
|
|
2369
2397
|
}
|
|
2370
2398
|
),
|
|
2371
|
-
/* @__PURE__ */
|
|
2399
|
+
/* @__PURE__ */ jsx65(
|
|
2372
2400
|
"path",
|
|
2373
2401
|
{
|
|
2374
2402
|
d: "M8.00065 2.66667C8.17746 2.66667 8.34703 2.59643 8.47206 2.4714C8.59708 2.34638 8.66732 2.17681 8.66732 2V0.666667C8.66732 0.489856 8.59708 0.320286 8.47206 0.195262C8.34703 0.0702379 8.17746 0 8.00065 0C7.82384 0 7.65427 0.0702379 7.52925 0.195262C7.40422 0.320286 7.33398 0.489856 7.33398 0.666667V2C7.33398 2.17681 7.40422 2.34638 7.52925 2.4714C7.65427 2.59643 7.82384 2.66667 8.00065 2.66667Z",
|
|
2375
2403
|
fill: "currentColor"
|
|
2376
2404
|
}
|
|
2377
2405
|
),
|
|
2378
|
-
/* @__PURE__ */
|
|
2406
|
+
/* @__PURE__ */ jsx65(
|
|
2379
2407
|
"path",
|
|
2380
2408
|
{
|
|
2381
2409
|
d: "M11.0357 2.6C11.1144 2.63958 11.2002 2.66316 11.288 2.66939C11.3759 2.67561 11.4642 2.66436 11.5477 2.63628C11.6312 2.6082 11.7083 2.56384 11.7745 2.50578C11.8408 2.44772 11.8949 2.3771 11.9337 2.298L12.6004 0.964671C12.6794 0.806425 12.6923 0.623264 12.6363 0.455481C12.5803 0.287699 12.4599 0.149038 12.3017 0.0700039C12.1434 -0.00903065 11.9603 -0.0219652 11.7925 0.0340457C11.6247 0.0900565 11.4861 0.210425 11.407 0.368671L10.7404 1.702C10.7005 1.78031 10.6766 1.86572 10.6699 1.95331C10.6632 2.0409 10.6739 2.12895 10.7013 2.2124C10.7288 2.29585 10.7724 2.37305 10.8298 2.43957C10.8872 2.50609 10.9572 2.56061 11.0357 2.6Z",
|
|
2382
2410
|
fill: "currentColor"
|
|
2383
2411
|
}
|
|
2384
2412
|
),
|
|
2385
|
-
/* @__PURE__ */
|
|
2413
|
+
/* @__PURE__ */ jsx65(
|
|
2386
2414
|
"path",
|
|
2387
2415
|
{
|
|
2388
2416
|
d: "M4.06955 2.298C4.14858 2.45669 4.28742 2.57748 4.45552 2.63381C4.62361 2.69013 4.8072 2.67737 4.96588 2.59834C5.12457 2.5193 5.24536 2.38047 5.30169 2.21237C5.35801 2.04428 5.34525 1.86069 5.26622 1.702L4.59955 0.368671C4.56042 0.290315 4.50623 0.220435 4.44009 0.16302C4.37395 0.105605 4.29715 0.0617794 4.21407 0.0340457C4.04629 -0.0219652 3.86313 -0.00903065 3.70488 0.0700039C3.54664 0.149038 3.42627 0.287699 3.37026 0.455481C3.31425 0.623264 3.32718 0.806425 3.40622 0.964671L4.06955 2.298Z",
|
|
@@ -2390,7 +2418,7 @@ var SortTopArbitrageIcon = (_a) => {
|
|
|
2390
2418
|
}
|
|
2391
2419
|
)
|
|
2392
2420
|
] }),
|
|
2393
|
-
/* @__PURE__ */
|
|
2421
|
+
/* @__PURE__ */ jsx65("defs", { children: /* @__PURE__ */ jsx65("clipPath", { id: "sort-top-arbitrage-clip", children: /* @__PURE__ */ jsx65("rect", { width: "16", height: "16", fill: "white" }) }) })
|
|
2394
2422
|
]
|
|
2395
2423
|
})
|
|
2396
2424
|
);
|
|
@@ -2398,10 +2426,10 @@ var SortTopArbitrageIcon = (_a) => {
|
|
|
2398
2426
|
SortTopArbitrageIcon.displayName = "SortTopArbitrageIcon";
|
|
2399
2427
|
|
|
2400
2428
|
// src/primitives/icon/svg/sort-volume-24hr.tsx
|
|
2401
|
-
import { jsx as
|
|
2429
|
+
import { jsx as jsx66, jsxs as jsxs66 } from "react/jsx-runtime";
|
|
2402
2430
|
var SortVolume24hrIcon = (_a) => {
|
|
2403
2431
|
var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
2404
|
-
return /* @__PURE__ */
|
|
2432
|
+
return /* @__PURE__ */ jsxs66(
|
|
2405
2433
|
"svg",
|
|
2406
2434
|
__spreadProps(__spreadValues(__spreadValues({
|
|
2407
2435
|
width: "16",
|
|
@@ -2411,15 +2439,15 @@ var SortVolume24hrIcon = (_a) => {
|
|
|
2411
2439
|
fill: "none"
|
|
2412
2440
|
}, getIconA11yProps(title2)), props), {
|
|
2413
2441
|
children: [
|
|
2414
|
-
title2 ? /* @__PURE__ */
|
|
2415
|
-
/* @__PURE__ */
|
|
2442
|
+
title2 ? /* @__PURE__ */ jsx66("title", { children: title2 }) : null,
|
|
2443
|
+
/* @__PURE__ */ jsx66("g", { clipPath: "url(#clip0_7744_587)", children: /* @__PURE__ */ jsx66(
|
|
2416
2444
|
"path",
|
|
2417
2445
|
{
|
|
2418
2446
|
d: "M8 3.33333C8.36867 3.33333 8.66667 3.63133 8.66667 4V7.91733C8.66667 8.15 8.546 8.36467 8.34733 8.48667L5.40867 10.284C5.30067 10.3507 5.18 10.3813 5.06133 10.3813C4.83667 10.3813 4.618 10.268 4.492 10.062C4.3 9.748 4.39867 9.338 4.71333 9.14533L7.33333 7.54333V4C7.33333 3.63133 7.63133 3.33333 8 3.33333ZM14.6667 8.66667H12C11.6313 8.66667 11.3333 8.96467 11.3333 9.33333C11.3333 9.702 11.6313 10 12 10H13.712L10.826 12.8853C10.6973 13.014 10.47 13.0147 10.34 12.8853L9.604 12.1493C8.97 11.514 7.86533 11.514 7.22933 12.1493L4.52733 14.8627C4.26733 15.124 4.26867 15.546 4.52933 15.806C4.65933 15.9353 4.83 16 5 16C5.17133 16 5.34267 15.934 5.47267 15.804L8.174 13.0907C8.30267 12.962 8.53 12.9613 8.66 13.0907L9.396 13.8267C10.03 14.462 11.136 14.4613 11.7693 13.8267L14.6667 10.93V12.666C14.6667 13.0347 14.9647 13.3327 15.3333 13.3327C15.702 13.3327 16 13.0347 16 12.666V9.99933C16 9.264 15.402 8.666 14.6667 8.666V8.66667ZM1.33333 8C1.33333 4.324 4.324 1.33333 8 1.33333C11.2187 1.33333 13.976 3.62667 14.5567 6.78733C14.624 7.14933 14.9673 7.39333 15.3327 7.32267C15.6947 7.256 15.934 6.90867 15.868 6.54667C15.1713 2.75333 11.862 0 8 0C3.58867 0 0 3.58867 0 8C0 10.2107 0.928 12.344 2.54533 13.852C2.67333 13.972 2.83733 14.0313 3 14.0313C3.17867 14.0313 3.356 13.9607 3.48733 13.8193C3.73867 13.5507 3.72333 13.1287 3.454 12.8773C2.10667 11.62 1.33267 9.84267 1.33267 8.00067L1.33333 8Z",
|
|
2419
2447
|
fill: "currentColor"
|
|
2420
2448
|
}
|
|
2421
2449
|
) }),
|
|
2422
|
-
/* @__PURE__ */
|
|
2450
|
+
/* @__PURE__ */ jsx66("defs", { children: /* @__PURE__ */ jsx66("clipPath", { id: "clip0_7744_587", children: /* @__PURE__ */ jsx66("rect", { width: "16", height: "16", fill: "white" }) }) })
|
|
2423
2451
|
]
|
|
2424
2452
|
})
|
|
2425
2453
|
);
|
|
@@ -2427,10 +2455,10 @@ var SortVolume24hrIcon = (_a) => {
|
|
|
2427
2455
|
SortVolume24hrIcon.displayName = "SortVolume24hrIcon";
|
|
2428
2456
|
|
|
2429
2457
|
// src/primitives/icon/svg/sort-volume.tsx
|
|
2430
|
-
import { jsx as
|
|
2458
|
+
import { jsx as jsx67, jsxs as jsxs67 } from "react/jsx-runtime";
|
|
2431
2459
|
var SortVolumeIcon = (_a) => {
|
|
2432
2460
|
var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
2433
|
-
return /* @__PURE__ */
|
|
2461
|
+
return /* @__PURE__ */ jsxs67(
|
|
2434
2462
|
"svg",
|
|
2435
2463
|
__spreadProps(__spreadValues(__spreadValues({
|
|
2436
2464
|
viewBox: "0 0 16 16",
|
|
@@ -2438,15 +2466,15 @@ var SortVolumeIcon = (_a) => {
|
|
|
2438
2466
|
fill: "none"
|
|
2439
2467
|
}, getIconA11yProps(title2)), props), {
|
|
2440
2468
|
children: [
|
|
2441
|
-
title2 ? /* @__PURE__ */
|
|
2442
|
-
/* @__PURE__ */
|
|
2469
|
+
title2 ? /* @__PURE__ */ jsx67("title", { children: title2 }) : null,
|
|
2470
|
+
/* @__PURE__ */ jsx67("g", { clipPath: "url(#sort-volume-clip)", children: /* @__PURE__ */ jsx67(
|
|
2443
2471
|
"path",
|
|
2444
2472
|
{
|
|
2445
2473
|
d: "M13.6667 10.6667H11.3333V8.33333C11.3333 7.04666 10.2867 6 9 6H7C5.71333 6 4.66667 7.04666 4.66667 8.33333V8.66666H2.33333C1.04667 8.66666 0 9.71333 0 11V13.6667C0 14.9533 1.04667 16 2.33333 16H13.6667C14.9533 16 16 14.9533 16 13.6667V13C16 11.7133 14.9533 10.6667 13.6667 10.6667ZM6 8.33333C6 7.782 6.44867 7.33333 7 7.33333H9C9.55133 7.33333 10 7.782 10 8.33333V14.6667H6V8.33333ZM1.33333 13.6667V11C1.33333 10.4487 1.782 9.99999 2.33333 9.99999H4.66667V14.6667H2.33333C1.782 14.6667 1.33333 14.218 1.33333 13.6667ZM14.6667 13.6667C14.6667 14.218 14.218 14.6667 13.6667 14.6667H11.3333V12H13.6667C14.218 12 14.6667 12.4487 14.6667 13V13.6667ZM5.36067 1.90466C5.42467 1.73 5.59133 1.61333 5.778 1.61333H7.112L7.584 0.288662C7.64867 0.114662 7.81467 -0.000671387 8.00067 -0.000671387C8.18667 -0.000671387 8.35267 0.114662 8.41733 0.288662L8.88933 1.61333H10.2233C10.41 1.61333 10.5767 1.73 10.6407 1.90533C10.7047 2.08066 10.652 2.27733 10.5093 2.398L9.458 3.25466L9.89267 4.57933C9.952 4.75866 9.892 4.95599 9.742 5.07133C9.592 5.18666 9.386 5.19466 9.228 5.09199L8.004 4.29466L6.80067 5.09999C6.726 5.14999 6.63933 5.17533 6.55333 5.17533C6.45933 5.17533 6.36533 5.14533 6.28667 5.08666C6.13533 4.97333 6.07267 4.77733 6.12933 4.59733L6.54733 3.25666L5.49067 2.39666C5.34867 2.276 5.296 2.07933 5.36067 1.90466Z",
|
|
2446
2474
|
fill: "currentColor"
|
|
2447
2475
|
}
|
|
2448
2476
|
) }),
|
|
2449
|
-
/* @__PURE__ */
|
|
2477
|
+
/* @__PURE__ */ jsx67("defs", { children: /* @__PURE__ */ jsx67("clipPath", { id: "sort-volume-clip", children: /* @__PURE__ */ jsx67("rect", { width: "16", height: "16", fill: "white" }) }) })
|
|
2450
2478
|
]
|
|
2451
2479
|
})
|
|
2452
2480
|
);
|
|
@@ -2454,10 +2482,10 @@ var SortVolumeIcon = (_a) => {
|
|
|
2454
2482
|
SortVolumeIcon.displayName = "SortVolumeIcon";
|
|
2455
2483
|
|
|
2456
2484
|
// src/primitives/icon/svg/sparkles-filled.tsx
|
|
2457
|
-
import { jsx as
|
|
2485
|
+
import { jsx as jsx68, jsxs as jsxs68 } from "react/jsx-runtime";
|
|
2458
2486
|
var SparklesFilledIcon = (_a) => {
|
|
2459
2487
|
var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
2460
|
-
return /* @__PURE__ */
|
|
2488
|
+
return /* @__PURE__ */ jsxs68(
|
|
2461
2489
|
"svg",
|
|
2462
2490
|
__spreadProps(__spreadValues(__spreadValues({
|
|
2463
2491
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2468,15 +2496,15 @@ var SparklesFilledIcon = (_a) => {
|
|
|
2468
2496
|
className
|
|
2469
2497
|
}, getIconA11yProps(title2)), props), {
|
|
2470
2498
|
children: [
|
|
2471
|
-
/* @__PURE__ */
|
|
2499
|
+
/* @__PURE__ */ jsx68("g", { clipPath: "url(#clip0_2028_8371)", children: /* @__PURE__ */ jsx68(
|
|
2472
2500
|
"path",
|
|
2473
2501
|
{
|
|
2474
2502
|
d: "M13.0001 15.9999C12.8668 16 12.7366 15.9602 12.6262 15.8856C12.5158 15.8109 12.4303 15.705 12.3807 15.5813L11.8181 14.1726L10.4074 13.5786C10.2864 13.5252 10.1839 13.4372 10.1127 13.3256C10.0416 13.2141 10.0049 13.0841 10.0074 12.9518C10.0099 12.8196 10.0514 12.691 10.1267 12.5823C10.202 12.4735 10.3078 12.3894 10.4307 12.3406L11.8227 11.8133L12.3807 10.4186C12.4321 10.2967 12.5182 10.1927 12.6284 10.1195C12.7385 10.0464 12.8678 10.0074 13.0001 10.0074C13.1323 10.0074 13.2616 10.0464 13.3718 10.1195C13.482 10.1927 13.5681 10.2967 13.6194 10.4186L14.1801 11.8186L15.5801 12.3793C15.7022 12.4303 15.8065 12.5164 15.8799 12.6266C15.9532 12.7368 15.9923 12.8662 15.9923 12.9986C15.9923 13.131 15.9532 13.2604 15.8799 13.3706C15.8065 13.4808 15.7022 13.5668 15.5801 13.6179L14.1801 14.1786L13.6194 15.5786C13.5703 15.7028 13.4849 15.8093 13.3745 15.8845C13.2641 15.9596 13.1336 15.9998 13.0001 15.9999ZM6.66674 13.9999C6.37872 14.0034 6.09733 13.9135 5.86467 13.7437C5.63201 13.5739 5.46059 13.3333 5.37607 13.0579L4.30007 9.69326L0.92474 8.56393C0.652316 8.47287 0.415886 8.29758 0.249599 8.06337C0.0833117 7.82916 -0.00422421 7.54815 -0.000366007 7.26094C0.0034922 6.97372 0.0985448 6.69517 0.271063 6.46551C0.443581 6.23585 0.684635 6.06697 0.959407 5.98326L4.30807 4.9606L5.43607 1.59126C5.51994 1.31451 5.69343 1.07349 5.92924 0.906102C6.16505 0.738716 6.44981 0.654464 6.73874 0.666597C7.02681 0.666987 7.307 0.76066 7.53738 0.933596C7.76776 1.10653 7.93594 1.34943 8.01674 1.62593L9.03807 4.96926L12.3914 6.0426C12.6619 6.13332 12.897 6.30672 13.0636 6.53831C13.2302 6.7699 13.3198 7.04798 13.3198 7.33326C13.3198 7.61855 13.2302 7.89662 13.0636 8.12822C12.897 8.35981 12.6619 8.53321 12.3914 8.62393L9.03207 9.6986L7.95741 13.0579C7.87289 13.3333 7.70147 13.5739 7.46881 13.7437C7.23615 13.9135 6.95476 14.0034 6.66674 13.9999ZM13.6667 4.6666C13.5181 4.66659 13.3738 4.61693 13.2566 4.52549C13.1394 4.43406 13.0562 4.30609 13.0201 4.16193L12.7821 3.2086L11.8267 2.95193C11.6832 2.91335 11.5566 2.82788 11.4672 2.70911C11.3777 2.59033 11.3306 2.44507 11.3332 2.29641C11.3358 2.14776 11.388 2.00424 11.4815 1.88867C11.5751 1.7731 11.7046 1.69212 11.8494 1.6586L12.7827 1.44193L13.0201 0.504597C13.0562 0.360445 13.1395 0.232498 13.2566 0.141076C13.3738 0.0496542 13.5181 0 13.6667 0C13.8154 0 13.9597 0.0496542 14.0769 0.141076C14.194 0.232498 14.2773 0.360445 14.3134 0.504597L14.5494 1.44993L15.4947 1.6866C15.6389 1.72272 15.7668 1.80598 15.8583 1.92314C15.9497 2.0403 15.9993 2.18465 15.9993 2.33326C15.9993 2.48187 15.9497 2.62622 15.8583 2.74338C15.7668 2.86055 15.6389 2.9438 15.4947 2.97993L14.5494 3.2166L14.3134 4.16193C14.2773 4.30609 14.194 4.43406 14.0769 4.52549C13.9597 4.61693 13.8154 4.66659 13.6667 4.6666Z",
|
|
2475
2503
|
fill: "currentColor"
|
|
2476
2504
|
}
|
|
2477
2505
|
) }),
|
|
2478
|
-
/* @__PURE__ */
|
|
2479
|
-
/* @__PURE__ */
|
|
2506
|
+
/* @__PURE__ */ jsxs68("defs", { children: [
|
|
2507
|
+
/* @__PURE__ */ jsxs68(
|
|
2480
2508
|
"linearGradient",
|
|
2481
2509
|
{
|
|
2482
2510
|
id: "paint0_linear_2028_8371",
|
|
@@ -2486,12 +2514,12 @@ var SparklesFilledIcon = (_a) => {
|
|
|
2486
2514
|
y2: "7.99997",
|
|
2487
2515
|
gradientUnits: "userSpaceOnUse",
|
|
2488
2516
|
children: [
|
|
2489
|
-
/* @__PURE__ */
|
|
2490
|
-
/* @__PURE__ */
|
|
2517
|
+
/* @__PURE__ */ jsx68("stop", { stopColor: "currentColor" }),
|
|
2518
|
+
/* @__PURE__ */ jsx68("stop", { offset: "1", stopColor: "currentColor" })
|
|
2491
2519
|
]
|
|
2492
2520
|
}
|
|
2493
2521
|
),
|
|
2494
|
-
/* @__PURE__ */
|
|
2522
|
+
/* @__PURE__ */ jsx68("clipPath", { id: "clip0_2028_8371", children: /* @__PURE__ */ jsx68("rect", { width: "16", height: "16", fill: "white" }) })
|
|
2495
2523
|
] })
|
|
2496
2524
|
]
|
|
2497
2525
|
})
|
|
@@ -2500,10 +2528,10 @@ var SparklesFilledIcon = (_a) => {
|
|
|
2500
2528
|
SparklesFilledIcon.displayName = "SparklesFilledIcon";
|
|
2501
2529
|
|
|
2502
2530
|
// src/primitives/icon/svg/spinner.tsx
|
|
2503
|
-
import { jsx as
|
|
2531
|
+
import { jsx as jsx69, jsxs as jsxs69 } from "react/jsx-runtime";
|
|
2504
2532
|
var SpinnerIcon = (_a) => {
|
|
2505
2533
|
var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
2506
|
-
return /* @__PURE__ */
|
|
2534
|
+
return /* @__PURE__ */ jsxs69(
|
|
2507
2535
|
"svg",
|
|
2508
2536
|
__spreadProps(__spreadValues(__spreadValues({
|
|
2509
2537
|
width: "26",
|
|
@@ -2514,8 +2542,8 @@ var SpinnerIcon = (_a) => {
|
|
|
2514
2542
|
className
|
|
2515
2543
|
}, getIconA11yProps(title2)), props), {
|
|
2516
2544
|
children: [
|
|
2517
|
-
title2 ? /* @__PURE__ */
|
|
2518
|
-
/* @__PURE__ */
|
|
2545
|
+
title2 ? /* @__PURE__ */ jsx69("title", { children: title2 }) : null,
|
|
2546
|
+
/* @__PURE__ */ jsx69(
|
|
2519
2547
|
"path",
|
|
2520
2548
|
{
|
|
2521
2549
|
d: "M13 1C10.5371 1 8.13377 1.75785 6.11636 3.17068C4.09894 4.58352 2.56512 6.58289 1.72308 8.89742C0.88105 11.212 0.771596 13.7295 1.40958 16.1084C2.04756 18.4873 3.40208 20.6122 5.28926 22.1948C7.17645 23.7774 9.5049 24.741 11.9585 24.9547C14.4122 25.1685 16.8722 24.6221 19.0046 23.3896C21.137 22.1572 22.8386 20.2985 23.8783 18.0658C24.918 15.8331 25.2456 13.3345 24.8165 10.9092",
|
|
@@ -2531,10 +2559,10 @@ var SpinnerIcon = (_a) => {
|
|
|
2531
2559
|
SpinnerIcon.displayName = "SpinnerIcon";
|
|
2532
2560
|
|
|
2533
2561
|
// src/primitives/icon/svg/stay-in-control.tsx
|
|
2534
|
-
import { jsx as
|
|
2562
|
+
import { jsx as jsx70, jsxs as jsxs70 } from "react/jsx-runtime";
|
|
2535
2563
|
var StayInControlIcon = (_a) => {
|
|
2536
2564
|
var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
2537
|
-
return /* @__PURE__ */
|
|
2565
|
+
return /* @__PURE__ */ jsxs70(
|
|
2538
2566
|
"svg",
|
|
2539
2567
|
__spreadProps(__spreadValues(__spreadValues({
|
|
2540
2568
|
width: "28",
|
|
@@ -2545,16 +2573,16 @@ var StayInControlIcon = (_a) => {
|
|
|
2545
2573
|
className
|
|
2546
2574
|
}, getIconA11yProps(title2)), props), {
|
|
2547
2575
|
children: [
|
|
2548
|
-
title2 ? /* @__PURE__ */
|
|
2549
|
-
/* @__PURE__ */
|
|
2550
|
-
/* @__PURE__ */
|
|
2576
|
+
title2 ? /* @__PURE__ */ jsx70("title", { children: title2 }) : null,
|
|
2577
|
+
/* @__PURE__ */ jsxs70("g", { clipPath: "url(#clip0_stay_in_control)", children: [
|
|
2578
|
+
/* @__PURE__ */ jsx70(
|
|
2551
2579
|
"path",
|
|
2552
2580
|
{
|
|
2553
2581
|
d: "M14 27.9406C13.9102 27.9406 13.8215 27.9196 13.7387 27.8788L13.2428 27.6314C10.6832 26.3504 2.32983 21.5753 2.32983 13.8648L2.33217 7.62776C2.33217 5.36093 3.77767 3.35776 5.93017 2.64493L13.8168 0.0292617C13.9358 -0.010405 14.0653 -0.010405 14.1832 0.0292617L22.0687 2.64376C24.2212 3.35776 25.6667 5.36093 25.6667 7.6266L25.6632 13.8636C25.6632 22.6113 17.2958 26.6584 14.7315 27.6909L14.217 27.8974C14.147 27.9254 14.0723 27.9394 13.9988 27.9394L14 27.9406ZM14 1.19826L6.29767 3.7521C4.6235 4.30743 3.5 5.86493 3.5 7.62776L3.49767 13.8648C3.49767 20.9056 11.3563 25.3844 13.7655 26.5884L14.0268 26.7191L14.2975 26.6106C16.6903 25.6481 24.4977 21.8833 24.4977 13.8659L24.5012 7.62893C24.5012 5.8661 23.3765 4.3086 21.7035 3.75326L14 1.19826Z",
|
|
2554
2582
|
fill: "currentColor"
|
|
2555
2583
|
}
|
|
2556
2584
|
),
|
|
2557
|
-
/* @__PURE__ */
|
|
2585
|
+
/* @__PURE__ */ jsx70(
|
|
2558
2586
|
"path",
|
|
2559
2587
|
{
|
|
2560
2588
|
d: "M12.8112 17.5001C12.0633 17.5001 11.3155 17.2154 10.7462 16.6461L7.18083 13.2569C6.94749 13.0352 6.93816 12.6654 7.15983 12.4321C7.38149 12.1999 7.75016 12.1894 7.98466 12.4111L11.5605 15.8107C12.2535 16.5026 13.363 16.5037 14.0455 15.8212L20.5928 9.49791C20.8262 9.27508 21.196 9.28208 21.4177 9.51308C21.6417 9.74408 21.6358 10.1139 21.4037 10.3379L14.8622 16.6542C14.2987 17.2177 13.5543 17.5012 12.81 17.5012L12.8112 17.5001Z",
|
|
@@ -2562,7 +2590,7 @@ var StayInControlIcon = (_a) => {
|
|
|
2562
2590
|
}
|
|
2563
2591
|
)
|
|
2564
2592
|
] }),
|
|
2565
|
-
/* @__PURE__ */
|
|
2593
|
+
/* @__PURE__ */ jsx70("defs", { children: /* @__PURE__ */ jsx70("clipPath", { id: "clip0_stay_in_control", children: /* @__PURE__ */ jsx70("rect", { width: "28", height: "28", fill: "white" }) }) })
|
|
2566
2594
|
]
|
|
2567
2595
|
})
|
|
2568
2596
|
);
|
|
@@ -2570,10 +2598,10 @@ var StayInControlIcon = (_a) => {
|
|
|
2570
2598
|
StayInControlIcon.displayName = "StayInControlIcon";
|
|
2571
2599
|
|
|
2572
2600
|
// src/primitives/icon/svg/success-check.tsx
|
|
2573
|
-
import { jsx as
|
|
2601
|
+
import { jsx as jsx71, jsxs as jsxs71 } from "react/jsx-runtime";
|
|
2574
2602
|
var SuccessCheckIcon = (_a) => {
|
|
2575
2603
|
var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
2576
|
-
return /* @__PURE__ */
|
|
2604
|
+
return /* @__PURE__ */ jsxs71(
|
|
2577
2605
|
"svg",
|
|
2578
2606
|
__spreadProps(__spreadValues(__spreadValues({
|
|
2579
2607
|
width: "24",
|
|
@@ -2584,8 +2612,8 @@ var SuccessCheckIcon = (_a) => {
|
|
|
2584
2612
|
className
|
|
2585
2613
|
}, getIconA11yProps(title2)), props), {
|
|
2586
2614
|
children: [
|
|
2587
|
-
title2 ? /* @__PURE__ */
|
|
2588
|
-
/* @__PURE__ */
|
|
2615
|
+
title2 ? /* @__PURE__ */ jsx71("title", { children: title2 }) : null,
|
|
2616
|
+
/* @__PURE__ */ jsx71(
|
|
2589
2617
|
"path",
|
|
2590
2618
|
{
|
|
2591
2619
|
d: "M7.74919 20.6626C7.06793 20.6629 6.41457 20.3921 5.93325 19.91L0.443061 14.4219C-0.147687 13.8309 -0.147687 12.873 0.443061 12.2821C1.034 11.6913 1.99191 11.6913 2.58284 12.2821L7.74919 17.4484L21.4172 3.78046C22.0081 3.18972 22.966 3.18972 23.5569 3.78046C24.1477 4.3714 24.1477 5.32931 23.5569 5.92024L9.56513 19.91C9.08381 20.3921 8.43045 20.6629 7.74919 20.6626Z",
|
|
@@ -2599,10 +2627,10 @@ var SuccessCheckIcon = (_a) => {
|
|
|
2599
2627
|
SuccessCheckIcon.displayName = "SuccessCheckIcon";
|
|
2600
2628
|
|
|
2601
2629
|
// src/primitives/icon/svg/telegram.tsx
|
|
2602
|
-
import { jsx as
|
|
2630
|
+
import { jsx as jsx72, jsxs as jsxs72 } from "react/jsx-runtime";
|
|
2603
2631
|
var TelegramIcon = (_a) => {
|
|
2604
2632
|
var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
2605
|
-
return /* @__PURE__ */
|
|
2633
|
+
return /* @__PURE__ */ jsxs72(
|
|
2606
2634
|
"svg",
|
|
2607
2635
|
__spreadProps(__spreadValues(__spreadValues({
|
|
2608
2636
|
viewBox: "0 0 20 20",
|
|
@@ -2610,8 +2638,8 @@ var TelegramIcon = (_a) => {
|
|
|
2610
2638
|
fill: "none"
|
|
2611
2639
|
}, getIconA11yProps(title2)), props), {
|
|
2612
2640
|
children: [
|
|
2613
|
-
title2 ? /* @__PURE__ */
|
|
2614
|
-
/* @__PURE__ */
|
|
2641
|
+
title2 ? /* @__PURE__ */ jsx72("title", { children: title2 }) : null,
|
|
2642
|
+
/* @__PURE__ */ jsx72("g", { clipPath: "url(#clip0_telegram)", children: /* @__PURE__ */ jsx72(
|
|
2615
2643
|
"path",
|
|
2616
2644
|
{
|
|
2617
2645
|
fillRule: "evenodd",
|
|
@@ -2620,7 +2648,7 @@ var TelegramIcon = (_a) => {
|
|
|
2620
2648
|
fill: "currentColor"
|
|
2621
2649
|
}
|
|
2622
2650
|
) }),
|
|
2623
|
-
/* @__PURE__ */
|
|
2651
|
+
/* @__PURE__ */ jsx72("defs", { children: /* @__PURE__ */ jsx72("clipPath", { id: "clip0_telegram", children: /* @__PURE__ */ jsx72("rect", { width: "20", height: "20", fill: "white" }) }) })
|
|
2624
2652
|
]
|
|
2625
2653
|
})
|
|
2626
2654
|
);
|
|
@@ -2628,10 +2656,10 @@ var TelegramIcon = (_a) => {
|
|
|
2628
2656
|
TelegramIcon.displayName = "TelegramIcon";
|
|
2629
2657
|
|
|
2630
2658
|
// src/primitives/icon/svg/triangle-down.tsx
|
|
2631
|
-
import { jsx as
|
|
2659
|
+
import { jsx as jsx73, jsxs as jsxs73 } from "react/jsx-runtime";
|
|
2632
2660
|
var TriangleDownIcon = (_a) => {
|
|
2633
2661
|
var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
2634
|
-
return /* @__PURE__ */
|
|
2662
|
+
return /* @__PURE__ */ jsxs73(
|
|
2635
2663
|
"svg",
|
|
2636
2664
|
__spreadProps(__spreadValues(__spreadValues({
|
|
2637
2665
|
viewBox: "0 0 8 8",
|
|
@@ -2639,16 +2667,16 @@ var TriangleDownIcon = (_a) => {
|
|
|
2639
2667
|
fill: "none"
|
|
2640
2668
|
}, getIconA11yProps(title2)), props), {
|
|
2641
2669
|
children: [
|
|
2642
|
-
title2 ? /* @__PURE__ */
|
|
2643
|
-
/* @__PURE__ */
|
|
2644
|
-
/* @__PURE__ */
|
|
2670
|
+
title2 ? /* @__PURE__ */ jsx73("title", { children: title2 }) : null,
|
|
2671
|
+
/* @__PURE__ */ jsxs73("g", { transform: "scale(1,-1) translate(0,-8)", clipPath: "url(#triangle_up)", children: [
|
|
2672
|
+
/* @__PURE__ */ jsx73(
|
|
2645
2673
|
"path",
|
|
2646
2674
|
{
|
|
2647
2675
|
d: "M3.99989 1.6805L6.23917 6.72896H1.76061L3.99989 1.6805ZM3.99989 0.366097C3.87788 0.36535 3.75832 0.400347 3.65596 0.466768C3.55361 0.53319 3.47295 0.628129 3.42393 0.739866L0.362237 7.63838H7.63755L4.57737 0.739866C4.52825 0.62789 4.44735 0.532789 4.3447 0.46635C4.24205 0.39991 4.12216 0.365052 3.99989 0.366097Z",
|
|
2648
2676
|
fill: "currentColor"
|
|
2649
2677
|
}
|
|
2650
2678
|
),
|
|
2651
|
-
/* @__PURE__ */
|
|
2679
|
+
/* @__PURE__ */ jsx73(
|
|
2652
2680
|
"path",
|
|
2653
2681
|
{
|
|
2654
2682
|
d: "M4.00167 0.00284122C4.19344 0.00214978 4.38147 0.0566837 4.54252 0.160923C4.70445 0.265758 4.83154 0.416026 4.90931 0.592539L7.9697 7.4913L8.19705 8.00195H-0.197266L3.09048 0.593427C3.16804 0.41669 3.29625 0.26688 3.45815 0.161811C3.61872 0.0576301 3.80589 0.00261591 3.99723 0.00284122H3.99989L4.00256 0.00195312L4.00167 0.00284122ZM3.99989 0.366097C3.87788 0.36535 3.75832 0.400347 3.65596 0.466768L3.58337 0.521491C3.51516 0.581467 3.46071 0.656022 3.42393 0.739866L0.362237 7.63838H7.63755L4.57737 0.739866C4.54053 0.655873 4.48567 0.581521 4.4173 0.521491L4.3447 0.46635C4.24205 0.39991 4.12216 0.365052 3.99989 0.366097ZM6.23917 6.72896H1.76061L3.99989 1.6805L6.23917 6.72896ZM2.31961 6.36519H5.68018L3.99989 2.57655L2.31961 6.36519Z",
|
|
@@ -2656,7 +2684,7 @@ var TriangleDownIcon = (_a) => {
|
|
|
2656
2684
|
}
|
|
2657
2685
|
)
|
|
2658
2686
|
] }),
|
|
2659
|
-
/* @__PURE__ */
|
|
2687
|
+
/* @__PURE__ */ jsx73("defs", { children: /* @__PURE__ */ jsx73("clipPath", { id: "triangle_up", children: /* @__PURE__ */ jsx73("rect", { width: "8", height: "8", fill: "white" }) }) })
|
|
2660
2688
|
]
|
|
2661
2689
|
})
|
|
2662
2690
|
);
|
|
@@ -2664,10 +2692,10 @@ var TriangleDownIcon = (_a) => {
|
|
|
2664
2692
|
TriangleDownIcon.displayName = "TriangleDownIcon";
|
|
2665
2693
|
|
|
2666
2694
|
// src/primitives/icon/svg/triangle-up.tsx
|
|
2667
|
-
import { jsx as
|
|
2695
|
+
import { jsx as jsx74, jsxs as jsxs74 } from "react/jsx-runtime";
|
|
2668
2696
|
var TriangleUpIcon = (_a) => {
|
|
2669
2697
|
var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
2670
|
-
return /* @__PURE__ */
|
|
2698
|
+
return /* @__PURE__ */ jsxs74(
|
|
2671
2699
|
"svg",
|
|
2672
2700
|
__spreadProps(__spreadValues(__spreadValues({
|
|
2673
2701
|
viewBox: "0 0 8 8",
|
|
@@ -2675,16 +2703,16 @@ var TriangleUpIcon = (_a) => {
|
|
|
2675
2703
|
fill: "none"
|
|
2676
2704
|
}, getIconA11yProps(title2)), props), {
|
|
2677
2705
|
children: [
|
|
2678
|
-
title2 ? /* @__PURE__ */
|
|
2679
|
-
/* @__PURE__ */
|
|
2680
|
-
/* @__PURE__ */
|
|
2706
|
+
title2 ? /* @__PURE__ */ jsx74("title", { children: title2 }) : null,
|
|
2707
|
+
/* @__PURE__ */ jsxs74("g", { clipPath: "url(#triangle_up)", children: [
|
|
2708
|
+
/* @__PURE__ */ jsx74(
|
|
2681
2709
|
"path",
|
|
2682
2710
|
{
|
|
2683
2711
|
d: "M3.99989 1.6805L6.23917 6.72896H1.76061L3.99989 1.6805ZM3.99989 0.366097C3.87788 0.36535 3.75832 0.400347 3.65596 0.466768C3.55361 0.53319 3.47295 0.628129 3.42393 0.739866L0.362237 7.63838H7.63755L4.57737 0.739866C4.52825 0.62789 4.44735 0.532789 4.3447 0.46635C4.24205 0.39991 4.12216 0.365052 3.99989 0.366097Z",
|
|
2684
2712
|
fill: "currentColor"
|
|
2685
2713
|
}
|
|
2686
2714
|
),
|
|
2687
|
-
/* @__PURE__ */
|
|
2715
|
+
/* @__PURE__ */ jsx74(
|
|
2688
2716
|
"path",
|
|
2689
2717
|
{
|
|
2690
2718
|
d: "M4.00167 0.00284122C4.19344 0.00214978 4.38147 0.0566837 4.54252 0.160923C4.70445 0.265758 4.83154 0.416026 4.90931 0.592539L7.9697 7.4913L8.19705 8.00195H-0.197266L3.09048 0.593427C3.16804 0.41669 3.29625 0.26688 3.45815 0.161811C3.61872 0.0576301 3.80589 0.00261591 3.99723 0.00284122H3.99989L4.00256 0.00195312L4.00167 0.00284122ZM3.99989 0.366097C3.87788 0.36535 3.75832 0.400347 3.65596 0.466768L3.58337 0.521491C3.51516 0.581467 3.46071 0.656022 3.42393 0.739866L0.362237 7.63838H7.63755L4.57737 0.739866C4.54053 0.655873 4.48567 0.581521 4.4173 0.521491L4.3447 0.46635C4.24205 0.39991 4.12216 0.365052 3.99989 0.366097ZM6.23917 6.72896H1.76061L3.99989 1.6805L6.23917 6.72896ZM2.31961 6.36519H5.68018L3.99989 2.57655L2.31961 6.36519Z",
|
|
@@ -2692,7 +2720,7 @@ var TriangleUpIcon = (_a) => {
|
|
|
2692
2720
|
}
|
|
2693
2721
|
)
|
|
2694
2722
|
] }),
|
|
2695
|
-
/* @__PURE__ */
|
|
2723
|
+
/* @__PURE__ */ jsx74("defs", { children: /* @__PURE__ */ jsx74("clipPath", { id: "triangle_up", children: /* @__PURE__ */ jsx74("rect", { width: "8", height: "8", fill: "white" }) }) })
|
|
2696
2724
|
]
|
|
2697
2725
|
})
|
|
2698
2726
|
);
|
|
@@ -2700,10 +2728,10 @@ var TriangleUpIcon = (_a) => {
|
|
|
2700
2728
|
TriangleUpIcon.displayName = "TriangleUpIcon";
|
|
2701
2729
|
|
|
2702
2730
|
// src/primitives/icon/svg/triangle-up-filled.tsx
|
|
2703
|
-
import { jsx as
|
|
2731
|
+
import { jsx as jsx75, jsxs as jsxs75 } from "react/jsx-runtime";
|
|
2704
2732
|
var TriangleUpFilledIcon = (_a) => {
|
|
2705
2733
|
var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
2706
|
-
return /* @__PURE__ */
|
|
2734
|
+
return /* @__PURE__ */ jsxs75(
|
|
2707
2735
|
"svg",
|
|
2708
2736
|
__spreadProps(__spreadValues(__spreadValues({
|
|
2709
2737
|
viewBox: "0 0 8 8",
|
|
@@ -2711,8 +2739,8 @@ var TriangleUpFilledIcon = (_a) => {
|
|
|
2711
2739
|
fill: "none"
|
|
2712
2740
|
}, getIconA11yProps(title2)), props), {
|
|
2713
2741
|
children: [
|
|
2714
|
-
title2 ? /* @__PURE__ */
|
|
2715
|
-
/* @__PURE__ */
|
|
2742
|
+
title2 ? /* @__PURE__ */ jsx75("title", { children: title2 }) : null,
|
|
2743
|
+
/* @__PURE__ */ jsx75(
|
|
2716
2744
|
"path",
|
|
2717
2745
|
{
|
|
2718
2746
|
d: "M6.67873 8.00001H1.3214C1.09613 8.00053 0.874481 7.94332 0.677605 7.83384C0.480728 7.72435 0.315192 7.56625 0.196788 7.3746C0.0783848 7.18296 0.0110649 6.96417 0.00125164 6.73911C-0.0085616 6.51405 0.0394592 6.29023 0.140732 6.08901L2.81973 0.729677C2.92186 0.523193 3.0766 0.347273 3.26837 0.219641C3.46014 0.0920097 3.68216 0.0171748 3.91207 0.00267686C4.17147 -0.013831 4.43 0.0462826 4.6555 0.175542C4.88101 0.3048 5.06354 0.497501 5.1804 0.729677L7.8594 6.08901C7.96008 6.2903 8.00764 6.51398 7.99756 6.73881C7.98748 6.96365 7.92009 7.18218 7.8018 7.37365C7.68351 7.56512 7.51823 7.72317 7.32167 7.83279C7.12511 7.94242 6.90379 7.99998 6.67873 8.00001Z",
|
|
@@ -2726,10 +2754,10 @@ var TriangleUpFilledIcon = (_a) => {
|
|
|
2726
2754
|
TriangleUpFilledIcon.displayName = "TriangleUpFilledIcon";
|
|
2727
2755
|
|
|
2728
2756
|
// src/primitives/icon/svg/twitter.tsx
|
|
2729
|
-
import { jsx as
|
|
2757
|
+
import { jsx as jsx76, jsxs as jsxs76 } from "react/jsx-runtime";
|
|
2730
2758
|
var TwitterIcon = (_a) => {
|
|
2731
2759
|
var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
2732
|
-
return /* @__PURE__ */
|
|
2760
|
+
return /* @__PURE__ */ jsxs76(
|
|
2733
2761
|
"svg",
|
|
2734
2762
|
__spreadProps(__spreadValues(__spreadValues({
|
|
2735
2763
|
viewBox: "0 0 24 24",
|
|
@@ -2737,8 +2765,8 @@ var TwitterIcon = (_a) => {
|
|
|
2737
2765
|
fill: "none"
|
|
2738
2766
|
}, getIconA11yProps(title2)), props), {
|
|
2739
2767
|
children: [
|
|
2740
|
-
title2 ? /* @__PURE__ */
|
|
2741
|
-
/* @__PURE__ */
|
|
2768
|
+
title2 ? /* @__PURE__ */ jsx76("title", { children: title2 }) : null,
|
|
2769
|
+
/* @__PURE__ */ jsx76(
|
|
2742
2770
|
"path",
|
|
2743
2771
|
{
|
|
2744
2772
|
d: "M18.325 2H21.7002L14.3283 10.4233L23 21.8871H16.2121L10.8918 14.936L4.81058 21.8871H1.42992L9.31325 12.8753L1 2H7.96025L12.7645 8.35342L18.325 2ZM17.1398 19.8695H19.0088L6.94183 3.91217H4.93433L17.1398 19.8695Z",
|
|
@@ -2752,10 +2780,10 @@ var TwitterIcon = (_a) => {
|
|
|
2752
2780
|
TwitterIcon.displayName = "TwitterIcon";
|
|
2753
2781
|
|
|
2754
2782
|
// src/primitives/icon/svg/upload.tsx
|
|
2755
|
-
import { jsx as
|
|
2783
|
+
import { jsx as jsx77, jsxs as jsxs77 } from "react/jsx-runtime";
|
|
2756
2784
|
var UploadIcon = (_a) => {
|
|
2757
2785
|
var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
2758
|
-
return /* @__PURE__ */
|
|
2786
|
+
return /* @__PURE__ */ jsxs77(
|
|
2759
2787
|
"svg",
|
|
2760
2788
|
__spreadProps(__spreadValues(__spreadValues({
|
|
2761
2789
|
viewBox: "0 0 16 16",
|
|
@@ -2763,16 +2791,16 @@ var UploadIcon = (_a) => {
|
|
|
2763
2791
|
fill: "none"
|
|
2764
2792
|
}, getIconA11yProps(title2)), props), {
|
|
2765
2793
|
children: [
|
|
2766
|
-
title2 ? /* @__PURE__ */
|
|
2767
|
-
/* @__PURE__ */
|
|
2768
|
-
/* @__PURE__ */
|
|
2794
|
+
title2 ? /* @__PURE__ */ jsx77("title", { children: title2 }) : null,
|
|
2795
|
+
/* @__PURE__ */ jsxs77("g", { clipPath: "url(#upload-clip)", children: [
|
|
2796
|
+
/* @__PURE__ */ jsx77(
|
|
2769
2797
|
"path",
|
|
2770
2798
|
{
|
|
2771
2799
|
d: "M7.33755 1.71857L7.33288 12.0106C7.33288 12.1874 7.40312 12.357 7.52814 12.482C7.65317 12.607 7.82274 12.6772 7.99955 12.6772C8.17636 12.6772 8.34593 12.607 8.47095 12.482C8.59598 12.357 8.66621 12.1874 8.66621 12.0106L8.67088 1.7299L10.6122 3.6719C10.7372 3.79688 10.9068 3.86709 11.0835 3.86709C11.2603 3.86709 11.4299 3.79688 11.5549 3.6719C11.6799 3.54689 11.7501 3.37735 11.7501 3.20057C11.7501 3.02379 11.6799 2.85426 11.5549 2.72924L9.41421 0.585904C9.22848 0.400051 9.00795 0.252617 8.76521 0.152028C8.52248 0.0514383 8.2623 -0.000335693 7.99955 -0.000335693C7.7368 -0.000335693 7.47662 0.0514383 7.23388 0.152028C6.99115 0.252617 6.77061 0.400051 6.58488 0.585904L4.44421 2.72724C4.31923 2.85226 4.24902 3.02179 4.24902 3.19857C4.24902 3.37535 4.31923 3.54489 4.44421 3.6699C4.56923 3.79488 4.73877 3.86509 4.91555 3.86509C5.09232 3.86509 5.26186 3.79488 5.38688 3.6699L7.33755 1.71857Z",
|
|
2772
2800
|
fill: "currentColor"
|
|
2773
2801
|
}
|
|
2774
2802
|
),
|
|
2775
|
-
/* @__PURE__ */
|
|
2803
|
+
/* @__PURE__ */ jsx77(
|
|
2776
2804
|
"path",
|
|
2777
2805
|
{
|
|
2778
2806
|
d: "M14.6667 11.3333V14C14.6667 14.1768 14.5964 14.3464 14.4714 14.4714C14.3464 14.5964 14.1768 14.6667 14 14.6667H2C1.82319 14.6667 1.65362 14.5964 1.5286 14.4714C1.40357 14.3464 1.33333 14.1768 1.33333 14V11.3333C1.33333 11.1565 1.2631 10.9869 1.13807 10.8619C1.01305 10.7369 0.843478 10.6667 0.666667 10.6667C0.489856 10.6667 0.320286 10.7369 0.195262 10.8619C0.0702379 10.9869 0 11.1565 0 11.3333L0 14C0 14.5304 0.210714 15.0391 0.585786 15.4142C0.960859 15.7893 1.46957 16 2 16H14C14.5304 16 15.0391 15.7893 15.4142 15.4142C15.7893 15.0391 16 14.5304 16 14V11.3333C16 11.1565 15.9298 10.9869 15.8047 10.8619C15.6797 10.7369 15.5101 10.6667 15.3333 10.6667C15.1565 10.6667 14.987 10.7369 14.8619 10.8619C14.7369 10.9869 14.6667 11.1565 14.6667 11.3333Z",
|
|
@@ -2780,7 +2808,7 @@ var UploadIcon = (_a) => {
|
|
|
2780
2808
|
}
|
|
2781
2809
|
)
|
|
2782
2810
|
] }),
|
|
2783
|
-
/* @__PURE__ */
|
|
2811
|
+
/* @__PURE__ */ jsx77("defs", { children: /* @__PURE__ */ jsx77("clipPath", { id: "upload-clip", children: /* @__PURE__ */ jsx77("rect", { width: "16", height: "16", fill: "white" }) }) })
|
|
2784
2812
|
]
|
|
2785
2813
|
})
|
|
2786
2814
|
);
|
|
@@ -2788,10 +2816,10 @@ var UploadIcon = (_a) => {
|
|
|
2788
2816
|
UploadIcon.displayName = "UploadIcon";
|
|
2789
2817
|
|
|
2790
2818
|
// src/primitives/icon/svg/user-trust.tsx
|
|
2791
|
-
import { jsx as
|
|
2819
|
+
import { jsx as jsx78, jsxs as jsxs78 } from "react/jsx-runtime";
|
|
2792
2820
|
var UserTrustIcon = (_a) => {
|
|
2793
2821
|
var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
2794
|
-
return /* @__PURE__ */
|
|
2822
|
+
return /* @__PURE__ */ jsxs78(
|
|
2795
2823
|
"svg",
|
|
2796
2824
|
__spreadProps(__spreadValues(__spreadValues({
|
|
2797
2825
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2800,15 +2828,15 @@ var UserTrustIcon = (_a) => {
|
|
|
2800
2828
|
className
|
|
2801
2829
|
}, getIconA11yProps(title2)), props), {
|
|
2802
2830
|
children: [
|
|
2803
|
-
title2 ? /* @__PURE__ */
|
|
2804
|
-
/* @__PURE__ */
|
|
2831
|
+
title2 ? /* @__PURE__ */ jsx78("title", { children: title2 }) : null,
|
|
2832
|
+
/* @__PURE__ */ jsx78("g", { clipPath: "url(#clip0_user_trust)", children: /* @__PURE__ */ jsx78(
|
|
2805
2833
|
"path",
|
|
2806
2834
|
{
|
|
2807
2835
|
d: "M22.5 30C14.2275 30 7.5 23.2725 7.5 15C7.5 6.7275 14.2275 0 22.5 0C30.7725 0 37.5 6.7275 37.5 15C37.5 23.2725 30.7725 30 22.5 30ZM22.5 2.5C15.6075 2.5 10 8.1075 10 15C10 21.8925 15.6075 27.5 22.5 27.5C29.3925 27.5 35 21.8925 35 15C35 8.1075 29.3925 2.5 22.5 2.5ZM2.5 58.75V57.5C2.5 46.9175 10.7675 38.1475 21.3225 37.535C22.0125 37.495 22.5375 36.905 22.4975 36.215C22.4575 35.5275 21.87 34.96 21.1775 35.04C9.3025 35.7275 0 45.5925 0 57.5V58.75C0 59.44 0.56 60 1.25 60C1.94 60 2.5 59.44 2.5 58.75ZM43.75 60C34.79 60 27.5 52.71 27.5 43.75C27.5 34.79 34.79 27.5 43.75 27.5C52.71 27.5 60 34.79 60 43.75C60 52.71 52.71 60 43.75 60ZM43.75 30C36.1675 30 30 36.17 30 43.75C30 51.33 36.1675 57.5 43.75 57.5C51.3325 57.5 57.5 51.33 57.5 43.75C57.5 36.17 51.3325 30 43.75 30ZM45.3375 48.66L52.095 42.125C52.59 41.645 52.605 40.8525 52.125 40.3575C51.6475 39.8625 50.8575 39.85 50.3575 40.3275L43.5925 46.8725C42.7525 47.7 41.38 47.705 40.535 46.8825L37.1275 43.52C36.6375 43.035 35.845 43.04 35.36 43.53C34.875 44.0225 34.88 44.815 35.3725 45.2975L38.7825 48.665C39.6875 49.55 40.875 49.9925 42.0625 49.9925C43.25 49.9925 44.4375 49.5475 45.3375 48.66Z",
|
|
2808
2836
|
fill: "currentColor"
|
|
2809
2837
|
}
|
|
2810
2838
|
) }),
|
|
2811
|
-
/* @__PURE__ */
|
|
2839
|
+
/* @__PURE__ */ jsx78("defs", { children: /* @__PURE__ */ jsx78("clipPath", { id: "clip0_user_trust", children: /* @__PURE__ */ jsx78("rect", { width: "60", height: "60", fill: "white" }) }) })
|
|
2812
2840
|
]
|
|
2813
2841
|
})
|
|
2814
2842
|
);
|
|
@@ -2816,10 +2844,10 @@ var UserTrustIcon = (_a) => {
|
|
|
2816
2844
|
UserTrustIcon.displayName = "UserTrustIcon";
|
|
2817
2845
|
|
|
2818
2846
|
// src/primitives/icon/svg/usdc.tsx
|
|
2819
|
-
import { jsx as
|
|
2847
|
+
import { jsx as jsx79, jsxs as jsxs79 } from "react/jsx-runtime";
|
|
2820
2848
|
var UsdcIcon = (_a) => {
|
|
2821
2849
|
var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
2822
|
-
return /* @__PURE__ */
|
|
2850
|
+
return /* @__PURE__ */ jsxs79(
|
|
2823
2851
|
"svg",
|
|
2824
2852
|
__spreadProps(__spreadValues(__spreadValues({
|
|
2825
2853
|
viewBox: "0 0 32 32",
|
|
@@ -2827,16 +2855,16 @@ var UsdcIcon = (_a) => {
|
|
|
2827
2855
|
fill: "none"
|
|
2828
2856
|
}, getIconA11yProps(title2)), props), {
|
|
2829
2857
|
children: [
|
|
2830
|
-
title2 ? /* @__PURE__ */
|
|
2831
|
-
/* @__PURE__ */
|
|
2832
|
-
/* @__PURE__ */
|
|
2858
|
+
title2 ? /* @__PURE__ */ jsx79("title", { children: title2 }) : null,
|
|
2859
|
+
/* @__PURE__ */ jsx79("circle", { cx: "16", cy: "16", r: "16", fill: "#2775CA" }),
|
|
2860
|
+
/* @__PURE__ */ jsx79(
|
|
2833
2861
|
"path",
|
|
2834
2862
|
{
|
|
2835
2863
|
d: "M20.4 18.6c0-2.2-1.3-3-3.9-3.3-1.9-.3-2.3-.8-2.3-1.7s.7-1.5 2.1-1.5c1.2 0 1.9.4 2.2 1.4.1.2.2.3.4.3h1c.2 0 .4-.2.4-.4-.2-1.3-1.1-2.4-2.6-2.7v-1.5c0-.2-.2-.4-.5-.4h-.9c-.2 0-.4.2-.5.4v1.5c-1.7.3-2.8 1.4-2.8 2.9 0 2.1 1.3 2.8 3.9 3.2 1.7.3 2.3.8 2.3 1.8s-.9 1.7-2.2 1.7c-1.7 0-2.3-.7-2.5-1.6-.1-.2-.2-.3-.4-.3h-1c-.2 0-.4.2-.4.4.3 1.6 1.3 2.6 3.1 2.9v1.5c0 .2.2.4.5.4h.9c.2 0 .4-.2.5-.4v-1.5c1.7-.3 2.8-1.5 2.8-3.1z",
|
|
2836
2864
|
fill: "#fff"
|
|
2837
2865
|
}
|
|
2838
2866
|
),
|
|
2839
|
-
/* @__PURE__ */
|
|
2867
|
+
/* @__PURE__ */ jsx79(
|
|
2840
2868
|
"path",
|
|
2841
2869
|
{
|
|
2842
2870
|
d: "M13.1 25.2c-4.6-1.6-7-6.7-5.3-11.3 1-2.7 3.1-4.5 5.7-5.3.2-.1.4-.3.4-.5v-.9c0-.2-.2-.4-.4-.4h-.1c-5.3 1.6-8.3 7.3-6.7 12.6 1 3.3 3.5 5.8 6.8 6.8.2.1.5-.1.5-.3v-.9c-.1-.3-.2-.5-.5-.6l-.4-.2zM19.3 6.8c-.2-.1-.5.1-.5.3v.9c0 .2.2.5.4.6 4.6 1.6 7 6.7 5.3 11.3-1 2.7-3.1 4.5-5.7 5.3-.2.1-.4.3-.4.5v.9c0 .2.2.4.4.4h.1c5.3-1.6 8.3-7.3 6.7-12.6-1-3.3-3.5-5.8-6.8-6.8l.5.2z",
|
|
@@ -2850,10 +2878,10 @@ var UsdcIcon = (_a) => {
|
|
|
2850
2878
|
UsdcIcon.displayName = "UsdcIcon";
|
|
2851
2879
|
|
|
2852
2880
|
// src/primitives/icon/svg/wallet.tsx
|
|
2853
|
-
import { jsx as
|
|
2881
|
+
import { jsx as jsx80, jsxs as jsxs80 } from "react/jsx-runtime";
|
|
2854
2882
|
var WalletIcon = (_a) => {
|
|
2855
2883
|
var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
2856
|
-
return /* @__PURE__ */
|
|
2884
|
+
return /* @__PURE__ */ jsxs80(
|
|
2857
2885
|
"svg",
|
|
2858
2886
|
__spreadProps(__spreadValues(__spreadValues({
|
|
2859
2887
|
viewBox: "0 0 24 24",
|
|
@@ -2861,8 +2889,8 @@ var WalletIcon = (_a) => {
|
|
|
2861
2889
|
fill: "none"
|
|
2862
2890
|
}, getIconA11yProps(title2)), props), {
|
|
2863
2891
|
children: [
|
|
2864
|
-
title2 ? /* @__PURE__ */
|
|
2865
|
-
/* @__PURE__ */
|
|
2892
|
+
title2 ? /* @__PURE__ */ jsx80("title", { children: title2 }) : null,
|
|
2893
|
+
/* @__PURE__ */ jsx80(
|
|
2866
2894
|
"path",
|
|
2867
2895
|
{
|
|
2868
2896
|
d: "M21.5 6H4.5C3.354 6 2.279 5.433 1.628 4.501C2.262 3.594 3.313 3 4.5 3H23.5C23.776 3 24 2.776 24 2.5C24 2.224 23.776 2 23.5 2H4.5C2.015 2 0 4.015 0 6.5V17.5C0 19.985 2.015 22 4.5 22H21.5C22.881 22 24 20.881 24 19.5V8.5C24 7.119 22.881 6 21.5 6ZM23 19.5C23 20.327 22.327 21 21.5 21H4.5C2.57 21 1 19.43 1 17.5V6.5C1 6.152 1.051 5.816 1.146 5.499C1.992 6.441 3.21 7 4.5 7H21.5C22.327 7 23 7.673 23 8.5V19.5ZM21 14C21 14.552 20.552 15 20 15C19.448 15 19 14.552 19 14C19 13.448 19.448 13 20 13C20.552 13 21 13.448 21 14Z",
|
|
@@ -2876,10 +2904,10 @@ var WalletIcon = (_a) => {
|
|
|
2876
2904
|
WalletIcon.displayName = "WalletIcon";
|
|
2877
2905
|
|
|
2878
2906
|
// src/primitives/icon/svg/wallet-avatar.tsx
|
|
2879
|
-
import { jsx as
|
|
2907
|
+
import { jsx as jsx81, jsxs as jsxs81 } from "react/jsx-runtime";
|
|
2880
2908
|
function WalletAvatarIcon(_a) {
|
|
2881
2909
|
var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
2882
|
-
return /* @__PURE__ */
|
|
2910
|
+
return /* @__PURE__ */ jsxs81(
|
|
2883
2911
|
"svg",
|
|
2884
2912
|
__spreadProps(__spreadValues(__spreadValues({
|
|
2885
2913
|
fill: "none",
|
|
@@ -2887,9 +2915,9 @@ function WalletAvatarIcon(_a) {
|
|
|
2887
2915
|
viewBox: "0 0 16 16"
|
|
2888
2916
|
}, getIconA11yProps(title2)), props), {
|
|
2889
2917
|
children: [
|
|
2890
|
-
title2 ? /* @__PURE__ */
|
|
2891
|
-
/* @__PURE__ */
|
|
2892
|
-
/* @__PURE__ */
|
|
2918
|
+
title2 ? /* @__PURE__ */ jsx81("title", { children: title2 }) : null,
|
|
2919
|
+
/* @__PURE__ */ jsx81("circle", { cx: "8", cy: "5.25", r: "2.25", fill: "currentColor" }),
|
|
2920
|
+
/* @__PURE__ */ jsx81("path", { d: "M3.75 12.75a4.25 4.25 0 0 1 8.5 0v.25h-8.5v-.25Z", fill: "currentColor" })
|
|
2893
2921
|
]
|
|
2894
2922
|
})
|
|
2895
2923
|
);
|
|
@@ -2897,10 +2925,10 @@ function WalletAvatarIcon(_a) {
|
|
|
2897
2925
|
WalletAvatarIcon.displayName = "WalletAvatarIcon";
|
|
2898
2926
|
|
|
2899
2927
|
// src/primitives/icon/svg/wallet-filled.tsx
|
|
2900
|
-
import { jsx as
|
|
2928
|
+
import { jsx as jsx82, jsxs as jsxs82 } from "react/jsx-runtime";
|
|
2901
2929
|
var WalletFilledIcon = (_a) => {
|
|
2902
2930
|
var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
2903
|
-
return /* @__PURE__ */
|
|
2931
|
+
return /* @__PURE__ */ jsxs82(
|
|
2904
2932
|
"svg",
|
|
2905
2933
|
__spreadProps(__spreadValues(__spreadValues({
|
|
2906
2934
|
viewBox: "0 0 14 14",
|
|
@@ -2908,8 +2936,8 @@ var WalletFilledIcon = (_a) => {
|
|
|
2908
2936
|
fill: "none"
|
|
2909
2937
|
}, getIconA11yProps(title2)), props), {
|
|
2910
2938
|
children: [
|
|
2911
|
-
title2 ? /* @__PURE__ */
|
|
2912
|
-
/* @__PURE__ */
|
|
2939
|
+
title2 ? /* @__PURE__ */ jsx82("title", { children: title2 }) : null,
|
|
2940
|
+
/* @__PURE__ */ jsx82(
|
|
2913
2941
|
"path",
|
|
2914
2942
|
{
|
|
2915
2943
|
d: "M12.25 3.50008H2.91667C2.41558 3.50008 1.94133 3.28308 1.61292 2.91733C1.93375 2.55916 2.39983 2.33341 2.91667 2.33341H13.4167C13.7392 2.33341 14 2.07208 14 1.75008C14 1.42808 13.7392 1.16675 13.4167 1.16675H2.91667C1.30608 1.16675 0 2.47283 0 4.08342V9.91675C0 11.5273 1.30608 12.8334 2.91667 12.8334H12.25C13.2166 12.8334 14 12.05 14 11.0834V5.25008C14 4.2835 13.2166 3.50008 12.25 3.50008ZM12.8333 11.0834C12.8333 11.4048 12.572 11.6667 12.25 11.6667H2.91667C1.95183 11.6667 1.16667 10.8816 1.16667 9.91675V4.08225C1.66483 4.455 2.27733 4.66675 2.91667 4.66675H12.25C12.572 4.66675 12.8333 4.92866 12.8333 5.25008V11.0834ZM11.6667 8.16675C11.6667 8.48875 11.4053 8.75008 11.0833 8.75008C10.7613 8.75008 10.5 8.48875 10.5 8.16675C10.5 7.84475 10.7613 7.58342 11.0833 7.58342C11.4053 7.58342 11.6667 7.84475 11.6667 8.16675Z",
|
|
@@ -2923,10 +2951,10 @@ var WalletFilledIcon = (_a) => {
|
|
|
2923
2951
|
WalletFilledIcon.displayName = "WalletFilledIcon";
|
|
2924
2952
|
|
|
2925
2953
|
// src/primitives/icon/svg/paper-plane.tsx
|
|
2926
|
-
import { jsx as
|
|
2954
|
+
import { jsx as jsx83, jsxs as jsxs83 } from "react/jsx-runtime";
|
|
2927
2955
|
var PaperPlaneIcon = (_a) => {
|
|
2928
2956
|
var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
2929
|
-
return /* @__PURE__ */
|
|
2957
|
+
return /* @__PURE__ */ jsxs83(
|
|
2930
2958
|
"svg",
|
|
2931
2959
|
__spreadProps(__spreadValues(__spreadValues({
|
|
2932
2960
|
viewBox: "0 0 24 24",
|
|
@@ -2934,15 +2962,15 @@ var PaperPlaneIcon = (_a) => {
|
|
|
2934
2962
|
fill: "none"
|
|
2935
2963
|
}, getIconA11yProps(title2)), props), {
|
|
2936
2964
|
children: [
|
|
2937
|
-
title2 ? /* @__PURE__ */
|
|
2938
|
-
/* @__PURE__ */
|
|
2965
|
+
title2 ? /* @__PURE__ */ jsx83("title", { children: title2 }) : null,
|
|
2966
|
+
/* @__PURE__ */ jsx83("g", { clipPath: "url(#paper-plane-clip)", children: /* @__PURE__ */ jsx83(
|
|
2939
2967
|
"path",
|
|
2940
2968
|
{
|
|
2941
2969
|
d: "M23.149 0.854808C22.43 0.135808 21.42 -0.152192 20.441 0.0858076L4.21901 4.30981C2.13901 4.59681 0.532009 6.10881 0.125009 8.16081C-0.184991 9.72081 0.349009 11.3698 1.56401 12.5848L3.00101 13.9388V18.5008C3.00101 19.1868 3.27901 19.8088 3.72801 20.2608C3.73001 20.2628 3.73101 20.2658 3.73301 20.2688C3.73501 20.2718 3.73801 20.2718 3.74101 20.2738C4.19301 20.7228 4.81501 21.0008 5.50101 21.0008H10.075L11.456 22.4768C12.438 23.4588 13.757 23.9978 15.059 23.9978C15.525 23.9978 15.989 23.9288 16.434 23.7868C18.218 23.2178 19.478 21.7408 19.713 19.9878L23.91 3.60081C24.154 2.60181 23.87 1.57681 23.15 0.855808L23.149 0.854808ZM2.26001 11.8668C1.29301 10.8988 0.861009 9.58681 1.10501 8.35481C1.42801 6.72781 2.70401 5.52881 4.41401 5.28881L20.686 1.05681C20.83 1.02181 20.976 1.00481 21.12 1.00481C21.441 1.00481 21.753 1.09781 22.035 1.25981L4.15001 19.1438C4.05601 18.9478 4.00001 18.7318 4.00001 18.5008V13.7228C4.00001 13.5848 3.94301 13.4528 3.84301 13.3588L2.26001 11.8668ZM22.939 3.35781L18.731 19.7958C18.538 21.2188 17.541 22.3828 16.128 22.8328C14.789 23.2588 13.232 22.8408 12.172 21.7808L10.654 20.1588C10.559 20.0578 10.427 20.0008 10.289 20.0008H5.50001C5.26901 20.0008 5.05301 19.9438 4.85701 19.8508L22.746 1.96181C22.984 2.37781 23.058 2.87381 22.939 3.35781Z",
|
|
2942
2970
|
fill: "currentColor"
|
|
2943
2971
|
}
|
|
2944
2972
|
) }),
|
|
2945
|
-
/* @__PURE__ */
|
|
2973
|
+
/* @__PURE__ */ jsx83("defs", { children: /* @__PURE__ */ jsx83("clipPath", { id: "paper-plane-clip", children: /* @__PURE__ */ jsx83("rect", { width: "24", height: "24", fill: "white" }) }) })
|
|
2946
2974
|
]
|
|
2947
2975
|
})
|
|
2948
2976
|
);
|
|
@@ -2950,10 +2978,10 @@ var PaperPlaneIcon = (_a) => {
|
|
|
2950
2978
|
PaperPlaneIcon.displayName = "PaperPlaneIcon";
|
|
2951
2979
|
|
|
2952
2980
|
// src/primitives/icon/svg/warning.tsx
|
|
2953
|
-
import { jsx as
|
|
2981
|
+
import { jsx as jsx84, jsxs as jsxs84 } from "react/jsx-runtime";
|
|
2954
2982
|
var WarningIcon = (_a) => {
|
|
2955
2983
|
var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
2956
|
-
return /* @__PURE__ */
|
|
2984
|
+
return /* @__PURE__ */ jsxs84(
|
|
2957
2985
|
"svg",
|
|
2958
2986
|
__spreadProps(__spreadValues(__spreadValues({
|
|
2959
2987
|
width: "14",
|
|
@@ -2964,8 +2992,8 @@ var WarningIcon = (_a) => {
|
|
|
2964
2992
|
className
|
|
2965
2993
|
}, getIconA11yProps(title2)), props), {
|
|
2966
2994
|
children: [
|
|
2967
|
-
title2 ? /* @__PURE__ */
|
|
2968
|
-
/* @__PURE__ */
|
|
2995
|
+
title2 ? /* @__PURE__ */ jsx84("title", { children: title2 }) : null,
|
|
2996
|
+
/* @__PURE__ */ jsx84(
|
|
2969
2997
|
"path",
|
|
2970
2998
|
{
|
|
2971
2999
|
d: "M6.41665 8.1665V4.6665C6.41665 4.34567 6.67915 4.08317 6.99998 4.08317C7.32082 4.08317 7.58332 4.34567 7.58332 4.6665V8.1665C7.58332 8.48734 7.32082 8.74984 6.99998 8.74984C6.67915 8.74984 6.41665 8.48734 6.41665 8.1665ZM6.99998 9.33317C6.51582 9.33317 6.12498 9.724 6.12498 10.2082C6.12498 10.6923 6.51582 11.0832 6.99998 11.0832C7.48415 11.0832 7.87498 10.6923 7.87498 10.2082C7.87498 9.724 7.48415 9.33317 6.99998 9.33317ZM13.755 12.1798C13.3467 12.9673 12.4892 13.4165 11.4158 13.4165H2.58998C1.51082 13.4165 0.659151 12.9673 0.250818 12.1798C-0.163348 11.3865 -0.0466818 10.3715 0.542485 9.51984L5.23248 2.09984C5.64665 1.50484 6.29998 1.1665 6.99998 1.1665C7.69999 1.1665 8.35332 1.50484 8.74998 2.08234L13.4633 9.5315C14.0525 10.3832 14.1633 11.3923 13.7492 12.1798H13.755ZM12.5008 10.1848C12.5008 10.1848 12.4892 10.1732 12.4892 10.1615L7.78165 2.724C7.61248 2.48484 7.32082 2.33317 6.99998 2.33317C6.67915 2.33317 6.38749 2.48484 6.20665 2.74734L1.51082 10.1615C1.14915 10.6748 1.06748 11.2348 1.27748 11.6373C1.48165 12.034 1.94832 12.2498 2.58415 12.2498H11.4042C12.04 12.2498 12.5067 12.034 12.7108 11.6373C12.9208 11.2348 12.8392 10.6748 12.495 10.1848H12.5008Z",
|
|
@@ -2979,10 +3007,10 @@ var WarningIcon = (_a) => {
|
|
|
2979
3007
|
WarningIcon.displayName = "WarningIcon";
|
|
2980
3008
|
|
|
2981
3009
|
// src/primitives/icon/svg/warning-filled.tsx
|
|
2982
|
-
import { jsx as
|
|
3010
|
+
import { jsx as jsx85, jsxs as jsxs85 } from "react/jsx-runtime";
|
|
2983
3011
|
var WarningFilledIcon = (_a) => {
|
|
2984
3012
|
var _b = _a, { title: title2, className } = _b, props = __objRest(_b, ["title", "className"]);
|
|
2985
|
-
return /* @__PURE__ */
|
|
3013
|
+
return /* @__PURE__ */ jsxs85(
|
|
2986
3014
|
"svg",
|
|
2987
3015
|
__spreadProps(__spreadValues(__spreadValues({
|
|
2988
3016
|
viewBox: "0 0 16 16",
|
|
@@ -2990,8 +3018,8 @@ var WarningFilledIcon = (_a) => {
|
|
|
2990
3018
|
fill: "none"
|
|
2991
3019
|
}, getIconA11yProps(title2)), props), {
|
|
2992
3020
|
children: [
|
|
2993
|
-
title2 ? /* @__PURE__ */
|
|
2994
|
-
/* @__PURE__ */
|
|
3021
|
+
title2 ? /* @__PURE__ */ jsx85("title", { children: title2 }) : null,
|
|
3022
|
+
/* @__PURE__ */ jsx85(
|
|
2995
3023
|
"path",
|
|
2996
3024
|
{
|
|
2997
3025
|
d: "M15.3869 10.22L10.0002 1.71332C9.5469 1.05999 8.79356 0.666656 8.00023 0.666656C7.20689 0.666656 6.45356 1.05332 5.98023 1.73332L0.620227 10.2067C-0.0597729 11.18 -0.18644 12.3467 0.286894 13.2467C0.75356 14.1467 1.73356 14.66 2.96023 14.66H13.0402C14.2736 14.66 15.2469 14.1467 15.7136 13.2467C16.1802 12.3467 16.0536 11.1867 15.3869 10.22ZM7.33356 4.66666C7.33356 4.29999 7.63356 3.99999 8.00023 3.99999C8.36689 3.99999 8.66689 4.29999 8.66689 4.66666V8.66666C8.66689 9.03332 8.36689 9.33332 8.00023 9.33332C7.63356 9.33332 7.33356 9.03332 7.33356 8.66666V4.66666ZM8.00023 12.6667C7.44689 12.6667 7.00023 12.22 7.00023 11.6667C7.00023 11.1133 7.44689 10.6667 8.00023 10.6667C8.55356 10.6667 9.00023 11.1133 9.00023 11.6667C9.00023 12.22 8.55356 12.6667 8.00023 12.6667Z",
|
|
@@ -3053,6 +3081,7 @@ var iconRegistry = {
|
|
|
3053
3081
|
"internet-security": InternetSecurityIcon,
|
|
3054
3082
|
"link-accounts": LinkAccountsIcon,
|
|
3055
3083
|
lock: LockIcon,
|
|
3084
|
+
"paper-mode": PaperModeIcon,
|
|
3056
3085
|
pencil: PencilIcon,
|
|
3057
3086
|
"play-square": PlaySquareIcon,
|
|
3058
3087
|
polygon: PolygonIcon,
|
|
@@ -3100,7 +3129,7 @@ var resolveIconStyle = (color, style) => {
|
|
|
3100
3129
|
};
|
|
3101
3130
|
|
|
3102
3131
|
// src/primitives/icon/index.tsx
|
|
3103
|
-
import { jsx as
|
|
3132
|
+
import { jsx as jsx86 } from "react/jsx-runtime";
|
|
3104
3133
|
var Icon = (_a) => {
|
|
3105
3134
|
var _b = _a, {
|
|
3106
3135
|
name,
|
|
@@ -3124,7 +3153,7 @@ var Icon = (_a) => {
|
|
|
3124
3153
|
}
|
|
3125
3154
|
const resolvedStyle = resolveIconStyle(color, style);
|
|
3126
3155
|
const resolvedClassName = cn(iconSizeClasses[size], className);
|
|
3127
|
-
return /* @__PURE__ */
|
|
3156
|
+
return /* @__PURE__ */ jsx86(
|
|
3128
3157
|
Component2,
|
|
3129
3158
|
__spreadValues({
|
|
3130
3159
|
color,
|
|
@@ -3163,7 +3192,7 @@ var resolveIsDisabled = ({
|
|
|
3163
3192
|
};
|
|
3164
3193
|
|
|
3165
3194
|
// src/primitives/autocomplete-select/index.tsx
|
|
3166
|
-
import { jsx as
|
|
3195
|
+
import { jsx as jsx87, jsxs as jsxs86 } from "react/jsx-runtime";
|
|
3167
3196
|
var AutocompleteSelect = ({
|
|
3168
3197
|
options,
|
|
3169
3198
|
value,
|
|
@@ -3301,14 +3330,14 @@ var AutocompleteSelect = ({
|
|
|
3301
3330
|
optionRefs.current.delete(index);
|
|
3302
3331
|
}
|
|
3303
3332
|
}, []);
|
|
3304
|
-
return /* @__PURE__ */
|
|
3333
|
+
return /* @__PURE__ */ jsxs86(
|
|
3305
3334
|
"div",
|
|
3306
3335
|
{
|
|
3307
3336
|
ref: containerRef,
|
|
3308
3337
|
className: cn("group/agg-autocomplete", "relative inline-flex w-full", className),
|
|
3309
3338
|
onKeyDown: handleKeyDown,
|
|
3310
3339
|
children: [
|
|
3311
|
-
/* @__PURE__ */
|
|
3340
|
+
/* @__PURE__ */ jsx87(
|
|
3312
3341
|
"button",
|
|
3313
3342
|
{
|
|
3314
3343
|
ref: triggerRef,
|
|
@@ -3333,11 +3362,11 @@ var AutocompleteSelect = ({
|
|
|
3333
3362
|
e.preventDefault();
|
|
3334
3363
|
handleToggle();
|
|
3335
3364
|
},
|
|
3336
|
-
children: /* @__PURE__ */
|
|
3365
|
+
children: /* @__PURE__ */ jsx87("span", { className: "agg-autocomplete-value flex-1 truncate", children: (_b = (_a = selectedOption == null ? void 0 : selectedOption.label) != null ? _a : placeholder) != null ? _b : "" })
|
|
3337
3366
|
}
|
|
3338
3367
|
),
|
|
3339
|
-
/* @__PURE__ */
|
|
3340
|
-
isOpen ? /* @__PURE__ */
|
|
3368
|
+
/* @__PURE__ */ jsx87("span", { className: "agg-autocomplete-chevron pointer-events-none absolute inset-y-0 right-3 inline-flex items-center justify-center text-agg-muted-foreground", children: /* @__PURE__ */ jsx87(Icon, { name: "chevron-down", size: "small", color: "currentColor" }) }),
|
|
3369
|
+
isOpen ? /* @__PURE__ */ jsxs86(
|
|
3341
3370
|
"div",
|
|
3342
3371
|
{
|
|
3343
3372
|
className: cn(
|
|
@@ -3346,7 +3375,7 @@ var AutocompleteSelect = ({
|
|
|
3346
3375
|
),
|
|
3347
3376
|
onClick: (e) => e.stopPropagation(),
|
|
3348
3377
|
children: [
|
|
3349
|
-
/* @__PURE__ */
|
|
3378
|
+
/* @__PURE__ */ jsx87("div", { className: "border-b border-agg-separator px-3 py-2", children: /* @__PURE__ */ jsx87(
|
|
3350
3379
|
"input",
|
|
3351
3380
|
{
|
|
3352
3381
|
ref: searchInputRef,
|
|
@@ -3363,7 +3392,7 @@ var AutocompleteSelect = ({
|
|
|
3363
3392
|
onChange: handleSearchChange
|
|
3364
3393
|
}
|
|
3365
3394
|
) }),
|
|
3366
|
-
/* @__PURE__ */
|
|
3395
|
+
/* @__PURE__ */ jsx87(
|
|
3367
3396
|
"div",
|
|
3368
3397
|
{
|
|
3369
3398
|
role: "listbox",
|
|
@@ -3372,7 +3401,7 @@ var AutocompleteSelect = ({
|
|
|
3372
3401
|
children: filteredOptions.length > 0 ? filteredOptions.map((option, index) => {
|
|
3373
3402
|
const isSelected = option.value === value;
|
|
3374
3403
|
const isHighlighted = index === highlightedIndex;
|
|
3375
|
-
return /* @__PURE__ */
|
|
3404
|
+
return /* @__PURE__ */ jsx87(
|
|
3376
3405
|
"button",
|
|
3377
3406
|
{
|
|
3378
3407
|
ref: (el) => setOptionRef(index, el),
|
|
@@ -3395,11 +3424,11 @@ var AutocompleteSelect = ({
|
|
|
3395
3424
|
handleSelect(option.value);
|
|
3396
3425
|
},
|
|
3397
3426
|
onMouseEnter: () => setHighlightedIndex(index),
|
|
3398
|
-
children: /* @__PURE__ */
|
|
3427
|
+
children: /* @__PURE__ */ jsx87("span", { className: "agg-autocomplete-item-label truncate", children: option.label })
|
|
3399
3428
|
},
|
|
3400
3429
|
option.value
|
|
3401
3430
|
);
|
|
3402
|
-
}) : /* @__PURE__ */
|
|
3431
|
+
}) : /* @__PURE__ */ jsx87("div", { className: "agg-autocomplete-empty px-4 py-3 text-center text-agg-sm text-agg-muted-foreground", children: emptyLabel != null ? emptyLabel : "No results" })
|
|
3403
3432
|
}
|
|
3404
3433
|
)
|
|
3405
3434
|
]
|
|
@@ -3455,7 +3484,7 @@ var getBadgeClassName = ({
|
|
|
3455
3484
|
};
|
|
3456
3485
|
|
|
3457
3486
|
// src/primitives/badge/index.tsx
|
|
3458
|
-
import { jsx as
|
|
3487
|
+
import { jsx as jsx88, jsxs as jsxs87 } from "react/jsx-runtime";
|
|
3459
3488
|
function Badge({
|
|
3460
3489
|
text,
|
|
3461
3490
|
prefix,
|
|
@@ -3470,7 +3499,7 @@ function Badge({
|
|
|
3470
3499
|
features: { enableAnimations }
|
|
3471
3500
|
} = useSdkUiConfig2();
|
|
3472
3501
|
const resolvedAriaLabel = resolveBadgeAriaLabel(text);
|
|
3473
|
-
return /* @__PURE__ */
|
|
3502
|
+
return /* @__PURE__ */ jsxs87(
|
|
3474
3503
|
"span",
|
|
3475
3504
|
__spreadProps(__spreadValues({
|
|
3476
3505
|
"aria-label": resolvedAriaLabel,
|
|
@@ -3489,9 +3518,9 @@ function Badge({
|
|
|
3489
3518
|
tabIndex: 0
|
|
3490
3519
|
}), {
|
|
3491
3520
|
children: [
|
|
3492
|
-
prefix ? /* @__PURE__ */
|
|
3493
|
-
/* @__PURE__ */
|
|
3494
|
-
suffix ? /* @__PURE__ */
|
|
3521
|
+
prefix ? /* @__PURE__ */ jsx88("span", { className: cn(classNames == null ? void 0 : classNames.prefix, "empty:hidden"), children: prefix }) : null,
|
|
3522
|
+
/* @__PURE__ */ jsx88("span", { className: cn("truncate", classNames == null ? void 0 : classNames.text), children: text }),
|
|
3523
|
+
suffix ? /* @__PURE__ */ jsx88("span", { className: cn(classNames == null ? void 0 : classNames.suffix, "empty:hidden"), children: suffix }) : null
|
|
3495
3524
|
]
|
|
3496
3525
|
})
|
|
3497
3526
|
);
|
|
@@ -3570,7 +3599,7 @@ var getButtonClassName = ({
|
|
|
3570
3599
|
};
|
|
3571
3600
|
|
|
3572
3601
|
// src/primitives/button/index.tsx
|
|
3573
|
-
import { Fragment, jsx as
|
|
3602
|
+
import { Fragment, jsx as jsx89, jsxs as jsxs88 } from "react/jsx-runtime";
|
|
3574
3603
|
var Button = (_a) => {
|
|
3575
3604
|
var _b = _a, {
|
|
3576
3605
|
children,
|
|
@@ -3601,7 +3630,7 @@ var Button = (_a) => {
|
|
|
3601
3630
|
features: { enableAnimations }
|
|
3602
3631
|
} = useSdkUiConfig3();
|
|
3603
3632
|
const isDisabled = resolveButtonIsDisabled({ disabled, isLoading });
|
|
3604
|
-
return /* @__PURE__ */
|
|
3633
|
+
return /* @__PURE__ */ jsx89(
|
|
3605
3634
|
"button",
|
|
3606
3635
|
__spreadProps(__spreadValues({
|
|
3607
3636
|
type,
|
|
@@ -3615,7 +3644,7 @@ var Button = (_a) => {
|
|
|
3615
3644
|
"aria-busy": isLoading,
|
|
3616
3645
|
"aria-label": ariaLabel
|
|
3617
3646
|
}, other), {
|
|
3618
|
-
children: isLoading ? /* @__PURE__ */
|
|
3647
|
+
children: isLoading ? /* @__PURE__ */ jsx89(
|
|
3619
3648
|
"span",
|
|
3620
3649
|
{
|
|
3621
3650
|
className: cn(
|
|
@@ -3626,9 +3655,9 @@ var Button = (_a) => {
|
|
|
3626
3655
|
),
|
|
3627
3656
|
"aria-hidden": "true"
|
|
3628
3657
|
}
|
|
3629
|
-
) : /* @__PURE__ */
|
|
3658
|
+
) : /* @__PURE__ */ jsxs88(Fragment, { children: [
|
|
3630
3659
|
prefix != null ? prefix : null,
|
|
3631
|
-
/* @__PURE__ */
|
|
3660
|
+
/* @__PURE__ */ jsx89(
|
|
3632
3661
|
"span",
|
|
3633
3662
|
{
|
|
3634
3663
|
className: cn(
|
|
@@ -3672,7 +3701,7 @@ var getCardClassName = ({
|
|
|
3672
3701
|
};
|
|
3673
3702
|
|
|
3674
3703
|
// src/primitives/card/index.tsx
|
|
3675
|
-
import { jsx as
|
|
3704
|
+
import { jsx as jsx90, jsxs as jsxs89 } from "react/jsx-runtime";
|
|
3676
3705
|
var Card = (_a) => {
|
|
3677
3706
|
var _b = _a, {
|
|
3678
3707
|
className,
|
|
@@ -3695,16 +3724,16 @@ var Card = (_a) => {
|
|
|
3695
3724
|
hasHref: !!href,
|
|
3696
3725
|
withGradient
|
|
3697
3726
|
});
|
|
3698
|
-
const inner = href ? /* @__PURE__ */
|
|
3727
|
+
const inner = href ? /* @__PURE__ */ jsx90(
|
|
3699
3728
|
"a",
|
|
3700
3729
|
__spreadValues(__spreadValues({
|
|
3701
3730
|
href,
|
|
3702
3731
|
className: resolvedClassName
|
|
3703
3732
|
}, onClick ? { onClick } : {}), props)
|
|
3704
|
-
) : /* @__PURE__ */
|
|
3733
|
+
) : /* @__PURE__ */ jsx90("div", __spreadValues(__spreadValues({ className: resolvedClassName }, onClick ? { onClick } : {}), props));
|
|
3705
3734
|
if (withGradient) {
|
|
3706
|
-
return /* @__PURE__ */
|
|
3707
|
-
/* @__PURE__ */
|
|
3735
|
+
return /* @__PURE__ */ jsxs89("div", { className: "group/agg-card-gradient rounded-agg-xl p-[1px] relative bg-agg-separator", children: [
|
|
3736
|
+
/* @__PURE__ */ jsx90(
|
|
3708
3737
|
"div",
|
|
3709
3738
|
{
|
|
3710
3739
|
className: "absolute inset-0 rounded-agg-xl bg-gradient-to-b from-agg-separator to-agg-primary opacity-0 group-hover/agg-card-gradient:opacity-100 transition-opacity duration-200 ease-in-out pointer-events-none"
|
|
@@ -3776,7 +3805,7 @@ var getSwitchButtonOptionClassName = (enableAnimations, isActive) => {
|
|
|
3776
3805
|
};
|
|
3777
3806
|
|
|
3778
3807
|
// src/primitives/switch-button/index.tsx
|
|
3779
|
-
import { jsx as
|
|
3808
|
+
import { jsx as jsx91, jsxs as jsxs90 } from "react/jsx-runtime";
|
|
3780
3809
|
var SwitchButton = ({
|
|
3781
3810
|
options,
|
|
3782
3811
|
value,
|
|
@@ -3828,7 +3857,7 @@ var SwitchButton = ({
|
|
|
3828
3857
|
}
|
|
3829
3858
|
onValueChange(nextOption.value);
|
|
3830
3859
|
};
|
|
3831
|
-
return /* @__PURE__ */
|
|
3860
|
+
return /* @__PURE__ */ jsx91("div", { className: getSwitchButtonContainerClassName(enableAnimations, className), children: /* @__PURE__ */ jsxs90(
|
|
3832
3861
|
"div",
|
|
3833
3862
|
{
|
|
3834
3863
|
className: SWITCH_BUTTON_TRACK_CLASS_NAME,
|
|
@@ -3838,7 +3867,7 @@ var SwitchButton = ({
|
|
|
3838
3867
|
role: "tablist",
|
|
3839
3868
|
"aria-label": ariaLabel,
|
|
3840
3869
|
children: [
|
|
3841
|
-
/* @__PURE__ */
|
|
3870
|
+
/* @__PURE__ */ jsx91(
|
|
3842
3871
|
"span",
|
|
3843
3872
|
{
|
|
3844
3873
|
className: getSwitchButtonTrackHighlightClassName(enableAnimations),
|
|
@@ -3852,7 +3881,7 @@ var SwitchButton = ({
|
|
|
3852
3881
|
options.map((option, optionIndex) => {
|
|
3853
3882
|
var _a;
|
|
3854
3883
|
const isActive = optionIndex === activeIndex;
|
|
3855
|
-
return /* @__PURE__ */
|
|
3884
|
+
return /* @__PURE__ */ jsx91(
|
|
3856
3885
|
"button",
|
|
3857
3886
|
{
|
|
3858
3887
|
type: "button",
|
|
@@ -4036,7 +4065,7 @@ var resolveSelectedSeries = (series, activeSeriesId) => {
|
|
|
4036
4065
|
};
|
|
4037
4066
|
|
|
4038
4067
|
// src/primitives/chart/index.tsx
|
|
4039
|
-
import { jsx as
|
|
4068
|
+
import { jsx as jsx92, jsxs as jsxs91 } from "react/jsx-runtime";
|
|
4040
4069
|
var renderDefaultSeriesControls = ({
|
|
4041
4070
|
series,
|
|
4042
4071
|
activeSeriesId,
|
|
@@ -4045,7 +4074,7 @@ var renderDefaultSeriesControls = ({
|
|
|
4045
4074
|
seriesSwitchAriaLabel,
|
|
4046
4075
|
formatSeriesOptionAriaLabel
|
|
4047
4076
|
}) => {
|
|
4048
|
-
return /* @__PURE__ */
|
|
4077
|
+
return /* @__PURE__ */ jsx92(
|
|
4049
4078
|
SwitchButton,
|
|
4050
4079
|
{
|
|
4051
4080
|
ariaLabel: seriesSwitchAriaLabel,
|
|
@@ -4184,7 +4213,7 @@ var LineChart = ({
|
|
|
4184
4213
|
seriesSwitchAriaLabel: labels.common.lineChartSeriesSwitchAria,
|
|
4185
4214
|
formatSeriesOptionAriaLabel: labels.common.lineChartSeriesOptionAria
|
|
4186
4215
|
}) : null : null;
|
|
4187
|
-
return /* @__PURE__ */
|
|
4216
|
+
return /* @__PURE__ */ jsxs91(
|
|
4188
4217
|
"div",
|
|
4189
4218
|
{
|
|
4190
4219
|
ref: chartRootRef,
|
|
@@ -4195,7 +4224,7 @@ var LineChart = ({
|
|
|
4195
4224
|
),
|
|
4196
4225
|
style: { width, minHeight: height },
|
|
4197
4226
|
children: [
|
|
4198
|
-
!isLoading && seriesControls ? /* @__PURE__ */
|
|
4227
|
+
!isLoading && seriesControls ? /* @__PURE__ */ jsx92(
|
|
4199
4228
|
"div",
|
|
4200
4229
|
{
|
|
4201
4230
|
className: cn(
|
|
@@ -4207,7 +4236,7 @@ var LineChart = ({
|
|
|
4207
4236
|
children: seriesControls
|
|
4208
4237
|
}
|
|
4209
4238
|
) : null,
|
|
4210
|
-
/* @__PURE__ */
|
|
4239
|
+
/* @__PURE__ */ jsx92(
|
|
4211
4240
|
"div",
|
|
4212
4241
|
{
|
|
4213
4242
|
className: cn(
|
|
@@ -4219,7 +4248,7 @@ var LineChart = ({
|
|
|
4219
4248
|
role: "img",
|
|
4220
4249
|
"aria-label": chartType === "candlestick" ? labels.common.candlestickChartAria : labels.common.lineChartAria,
|
|
4221
4250
|
style: { height },
|
|
4222
|
-
children: /* @__PURE__ */
|
|
4251
|
+
children: /* @__PURE__ */ jsx92(
|
|
4223
4252
|
Liveline,
|
|
4224
4253
|
{
|
|
4225
4254
|
className: cn("agg-livechart agg-chart-canvas h-full w-full", classNames == null ? void 0 : classNames.liveline),
|
|
@@ -4264,7 +4293,7 @@ LineChart.displayName = "LineChart";
|
|
|
4264
4293
|
|
|
4265
4294
|
// src/primitives/copy-button/index.tsx
|
|
4266
4295
|
import { useCallback as useCallback2, useEffect as useEffect4, useRef as useRef3, useState as useState4 } from "react";
|
|
4267
|
-
import { jsx as
|
|
4296
|
+
import { jsx as jsx93, jsxs as jsxs92 } from "react/jsx-runtime";
|
|
4268
4297
|
var CopyButton = ({
|
|
4269
4298
|
value,
|
|
4270
4299
|
label: label2,
|
|
@@ -4296,7 +4325,7 @@ var CopyButton = ({
|
|
|
4296
4325
|
}, [onCopy, resetMs, value]);
|
|
4297
4326
|
const showLabel = label2 !== void 0 || copiedLabel !== void 0;
|
|
4298
4327
|
const visibleLabel = isCopied ? copiedLabel != null ? copiedLabel : label2 : label2;
|
|
4299
|
-
return /* @__PURE__ */
|
|
4328
|
+
return /* @__PURE__ */ jsxs92(
|
|
4300
4329
|
"button",
|
|
4301
4330
|
{
|
|
4302
4331
|
type: "button",
|
|
@@ -4309,8 +4338,8 @@ var CopyButton = ({
|
|
|
4309
4338
|
className
|
|
4310
4339
|
),
|
|
4311
4340
|
children: [
|
|
4312
|
-
isCopied ? /* @__PURE__ */
|
|
4313
|
-
showLabel ? /* @__PURE__ */
|
|
4341
|
+
isCopied ? /* @__PURE__ */ jsx93(CheckCircleIcon, { className: iconClassName }) : /* @__PURE__ */ jsx93(CopyIcon, { className: iconClassName }),
|
|
4342
|
+
showLabel ? /* @__PURE__ */ jsx93("span", { className: "agg-type-label-strong", children: visibleLabel }) : null
|
|
4314
4343
|
]
|
|
4315
4344
|
}
|
|
4316
4345
|
);
|
|
@@ -4410,7 +4439,7 @@ var sanitizeCurrencyInputPastedValue = (input, parts, decimalPlaces) => {
|
|
|
4410
4439
|
};
|
|
4411
4440
|
|
|
4412
4441
|
// src/primitives/currency-input/index.tsx
|
|
4413
|
-
import { jsx as
|
|
4442
|
+
import { jsx as jsx94 } from "react/jsx-runtime";
|
|
4414
4443
|
var CurrencyInput = ({
|
|
4415
4444
|
value,
|
|
4416
4445
|
onChange,
|
|
@@ -4538,7 +4567,7 @@ var CurrencyInput = ({
|
|
|
4538
4567
|
onChange == null ? void 0 : onChange(nextValue);
|
|
4539
4568
|
onBlur == null ? void 0 : onBlur();
|
|
4540
4569
|
};
|
|
4541
|
-
return /* @__PURE__ */
|
|
4570
|
+
return /* @__PURE__ */ jsx94(
|
|
4542
4571
|
"input",
|
|
4543
4572
|
{
|
|
4544
4573
|
ref: inputRef,
|
|
@@ -4571,8 +4600,8 @@ CurrencyInput.displayName = "CurrencyInput";
|
|
|
4571
4600
|
import { Fragment as Fragment2 } from "react";
|
|
4572
4601
|
|
|
4573
4602
|
// src/primitives/footer/agg-build-logo.tsx
|
|
4574
|
-
import { jsx as
|
|
4575
|
-
var AggBuildIcon = (props) => /* @__PURE__ */
|
|
4603
|
+
import { jsx as jsx95, jsxs as jsxs93 } from "react/jsx-runtime";
|
|
4604
|
+
var AggBuildIcon = (props) => /* @__PURE__ */ jsxs93(
|
|
4576
4605
|
"svg",
|
|
4577
4606
|
__spreadProps(__spreadValues({
|
|
4578
4607
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4583,29 +4612,29 @@ var AggBuildIcon = (props) => /* @__PURE__ */ jsxs92(
|
|
|
4583
4612
|
"aria-hidden": "true"
|
|
4584
4613
|
}, props), {
|
|
4585
4614
|
children: [
|
|
4586
|
-
/* @__PURE__ */
|
|
4615
|
+
/* @__PURE__ */ jsx95(
|
|
4587
4616
|
"path",
|
|
4588
4617
|
{
|
|
4589
4618
|
d: "M14.6158 5.73509L12.5568 13.8499C12.5088 14.0367 12.3434 14.17 12.1567 14.17L4.22474 14.1807C4.05404 14.1807 3.95803 14.3834 4.05938 14.5222L5.00353 15.8293C5.08355 15.936 5.20623 16 5.33425 16L9.41493 15.9947C11.9967 15.9893 14.2477 14.1914 14.9038 11.6038L15.9867 7.32498C16.0187 7.19692 15.992 7.06353 15.9173 6.9622L14.9732 5.66037C14.8718 5.5217 14.6585 5.56436 14.6158 5.73509Z",
|
|
4590
4619
|
fill: "url(#agg-build-icon-g0)"
|
|
4591
4620
|
}
|
|
4592
4621
|
),
|
|
4593
|
-
/* @__PURE__ */
|
|
4622
|
+
/* @__PURE__ */ jsx95(
|
|
4594
4623
|
"path",
|
|
4595
4624
|
{
|
|
4596
4625
|
d: "M1.38421 10.2649L3.44322 2.15006C3.49123 1.96334 3.65659 1.82995 3.84328 1.82995L11.7753 1.81928C11.946 1.81928 12.042 1.61656 11.9406 1.47784L10.9965 0.170723C10.9165 0.0640015 10.7938 0 10.6657 0L6.58507 0.00533456C4.00331 0.010668 1.75227 1.80862 1.09616 4.39618L0.0133177 8.67502C-0.0186876 8.80308 0.00798503 8.93647 0.082664 9.0378L1.02682 10.3396C1.12817 10.4783 1.34154 10.4356 1.38421 10.2649Z",
|
|
4597
4626
|
fill: "url(#agg-build-icon-g1)"
|
|
4598
4627
|
}
|
|
4599
4628
|
),
|
|
4600
|
-
/* @__PURE__ */
|
|
4629
|
+
/* @__PURE__ */ jsx95(
|
|
4601
4630
|
"path",
|
|
4602
4631
|
{
|
|
4603
4632
|
d: "M9.55357 10.5796L5.15284 10.585C4.98215 10.585 4.85946 10.4196 4.90213 10.2489L6.04365 5.73529C6.09166 5.54857 6.25702 5.41518 6.44372 5.41518L10.726 5.41033C10.9426 5.41008 11.102 5.61332 11.05 5.82363L9.95363 10.2595C9.90563 10.4462 9.74027 10.5796 9.55357 10.5796Z",
|
|
4604
4633
|
fill: "url(#agg-build-icon-g2)"
|
|
4605
4634
|
}
|
|
4606
4635
|
),
|
|
4607
|
-
/* @__PURE__ */
|
|
4608
|
-
/* @__PURE__ */
|
|
4636
|
+
/* @__PURE__ */ jsxs93("defs", { children: [
|
|
4637
|
+
/* @__PURE__ */ jsxs93(
|
|
4609
4638
|
"linearGradient",
|
|
4610
4639
|
{
|
|
4611
4640
|
id: "agg-build-icon-g0",
|
|
@@ -4615,12 +4644,12 @@ var AggBuildIcon = (props) => /* @__PURE__ */ jsxs92(
|
|
|
4615
4644
|
y2: "16",
|
|
4616
4645
|
gradientUnits: "userSpaceOnUse",
|
|
4617
4646
|
children: [
|
|
4618
|
-
/* @__PURE__ */
|
|
4619
|
-
/* @__PURE__ */
|
|
4647
|
+
/* @__PURE__ */ jsx95("stop", { stopColor: "#FE9943" }),
|
|
4648
|
+
/* @__PURE__ */ jsx95("stop", { offset: "1", stopColor: "#FE763C" })
|
|
4620
4649
|
]
|
|
4621
4650
|
}
|
|
4622
4651
|
),
|
|
4623
|
-
/* @__PURE__ */
|
|
4652
|
+
/* @__PURE__ */ jsxs93(
|
|
4624
4653
|
"linearGradient",
|
|
4625
4654
|
{
|
|
4626
4655
|
id: "agg-build-icon-g1",
|
|
@@ -4630,12 +4659,12 @@ var AggBuildIcon = (props) => /* @__PURE__ */ jsxs92(
|
|
|
4630
4659
|
y2: "16",
|
|
4631
4660
|
gradientUnits: "userSpaceOnUse",
|
|
4632
4661
|
children: [
|
|
4633
|
-
/* @__PURE__ */
|
|
4634
|
-
/* @__PURE__ */
|
|
4662
|
+
/* @__PURE__ */ jsx95("stop", { stopColor: "#FE763C" }),
|
|
4663
|
+
/* @__PURE__ */ jsx95("stop", { offset: "1", stopColor: "#FE9943" })
|
|
4635
4664
|
]
|
|
4636
4665
|
}
|
|
4637
4666
|
),
|
|
4638
|
-
/* @__PURE__ */
|
|
4667
|
+
/* @__PURE__ */ jsxs93(
|
|
4639
4668
|
"linearGradient",
|
|
4640
4669
|
{
|
|
4641
4670
|
id: "agg-build-icon-g2",
|
|
@@ -4645,8 +4674,8 @@ var AggBuildIcon = (props) => /* @__PURE__ */ jsxs92(
|
|
|
4645
4674
|
y2: "16",
|
|
4646
4675
|
gradientUnits: "userSpaceOnUse",
|
|
4647
4676
|
children: [
|
|
4648
|
-
/* @__PURE__ */
|
|
4649
|
-
/* @__PURE__ */
|
|
4677
|
+
/* @__PURE__ */ jsx95("stop", { stopColor: "#FEB549" }),
|
|
4678
|
+
/* @__PURE__ */ jsx95("stop", { offset: "1", stopColor: "#FDA349" })
|
|
4650
4679
|
]
|
|
4651
4680
|
}
|
|
4652
4681
|
)
|
|
@@ -4655,7 +4684,7 @@ var AggBuildIcon = (props) => /* @__PURE__ */ jsxs92(
|
|
|
4655
4684
|
})
|
|
4656
4685
|
);
|
|
4657
4686
|
AggBuildIcon.displayName = "AggBuildIcon";
|
|
4658
|
-
var AggBuildLogo = (props) => /* @__PURE__ */
|
|
4687
|
+
var AggBuildLogo = (props) => /* @__PURE__ */ jsxs93(
|
|
4659
4688
|
"svg",
|
|
4660
4689
|
__spreadProps(__spreadValues({
|
|
4661
4690
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4665,79 +4694,79 @@ var AggBuildLogo = (props) => /* @__PURE__ */ jsxs92(
|
|
|
4665
4694
|
fill: "none"
|
|
4666
4695
|
}, props), {
|
|
4667
4696
|
children: [
|
|
4668
|
-
/* @__PURE__ */
|
|
4697
|
+
/* @__PURE__ */ jsx95(
|
|
4669
4698
|
"path",
|
|
4670
4699
|
{
|
|
4671
4700
|
d: "M12.7888 5.0182L10.9872 12.1187C10.9452 12.2821 10.8005 12.3988 10.6371 12.3988L3.69665 12.4081C3.54729 12.4081 3.46327 12.5855 3.55195 12.7069L4.37809 13.8506C4.4481 13.944 4.55545 14 4.66747 14L8.23806 13.9953C10.4971 13.9907 12.4668 12.4175 13.0409 10.1533L13.9883 6.40936C14.0164 6.29731 13.993 6.18059 13.9277 6.09192L13.1015 4.95282C13.0129 4.83148 12.8262 4.86882 12.7888 5.0182Z",
|
|
4672
4701
|
fill: "url(#agg-build-logo-g0)"
|
|
4673
4702
|
}
|
|
4674
4703
|
),
|
|
4675
|
-
/* @__PURE__ */
|
|
4704
|
+
/* @__PURE__ */ jsx95(
|
|
4676
4705
|
"path",
|
|
4677
4706
|
{
|
|
4678
4707
|
d: "M1.21119 8.9818L3.01282 1.8813C3.05482 1.71792 3.19951 1.60121 3.36287 1.60121L10.3034 1.59187C10.4527 1.59187 10.5367 1.41449 10.448 1.29311L9.62191 0.149383C9.5519 0.0560013 9.44454 0 9.33253 0L5.76194 0.00466774C3.5029 0.00933448 1.53324 1.58254 0.959144 3.84666L0.0116529 7.59064C-0.0163517 7.70269 0.0069869 7.81941 0.072331 7.90808L0.898466 9.04718C0.987147 9.16852 1.17385 9.13118 1.21119 8.9818Z",
|
|
4679
4708
|
fill: "url(#agg-build-logo-g1)"
|
|
4680
4709
|
}
|
|
4681
4710
|
),
|
|
4682
|
-
/* @__PURE__ */
|
|
4711
|
+
/* @__PURE__ */ jsx95(
|
|
4683
4712
|
"path",
|
|
4684
4713
|
{
|
|
4685
4714
|
d: "M8.35937 9.25718L4.50874 9.26185C4.35938 9.26185 4.25203 9.11713 4.28937 8.96775L5.2882 5.01838C5.3302 4.855 5.4749 4.73828 5.63826 4.73828L9.38521 4.73404C9.5748 4.73382 9.71422 4.91165 9.66874 5.09568L8.70943 8.97709C8.66742 9.14047 8.52273 9.25718 8.35937 9.25718Z",
|
|
4686
4715
|
fill: "url(#agg-build-logo-g2)"
|
|
4687
4716
|
}
|
|
4688
4717
|
),
|
|
4689
|
-
/* @__PURE__ */
|
|
4718
|
+
/* @__PURE__ */ jsx95(
|
|
4690
4719
|
"path",
|
|
4691
4720
|
{
|
|
4692
4721
|
d: "M24.5485 10.08L24.3175 7.87499L24.5905 7.10849L24.3175 6.35249L24.5485 4.13699H25.9555L25.6405 7.10849L25.9555 10.08H24.5485ZM24.9685 7.10849C24.8355 7.73149 24.615 8.27749 24.307 8.74649C23.999 9.21549 23.6175 9.57949 23.1625 9.83849C22.7145 10.0975 22.214 10.227 21.661 10.227C21.08 10.227 20.5655 10.0975 20.1175 9.83849C19.6695 9.57249 19.3195 9.20499 19.0675 8.73599C18.8155 8.26699 18.6895 7.72449 18.6895 7.10849C18.6895 6.48549 18.8155 5.94299 19.0675 5.48099C19.3195 5.01199 19.6695 4.64799 20.1175 4.38899C20.5655 4.12299 21.08 3.98999 21.661 3.98999C22.214 3.98999 22.7145 4.11949 23.1625 4.37849C23.6175 4.63749 23.999 5.00149 24.307 5.47049C24.622 5.93249 24.8425 6.47849 24.9685 7.10849ZM20.0755 7.10849C20.0755 7.50749 20.156 7.86099 20.317 8.16899C20.485 8.46999 20.7125 8.70799 20.9995 8.88299C21.2865 9.05099 21.6155 9.13499 21.9865 9.13499C22.3645 9.13499 22.7145 9.05099 23.0365 8.88299C23.3585 8.70799 23.642 8.46999 23.887 8.16899C24.139 7.86099 24.3385 7.50749 24.4855 7.10849C24.3385 6.70949 24.139 6.35949 23.887 6.05849C23.642 5.75049 23.3585 5.51249 23.0365 5.34449C22.7145 5.16949 22.3645 5.08199 21.9865 5.08199C21.6155 5.08199 21.2865 5.16949 20.9995 5.34449C20.7125 5.51249 20.485 5.75049 20.317 6.05849C20.156 6.35949 20.0755 6.70949 20.0755 7.10849Z",
|
|
4693
4722
|
fill: "currentColor"
|
|
4694
4723
|
}
|
|
4695
4724
|
),
|
|
4696
|
-
/* @__PURE__ */
|
|
4725
|
+
/* @__PURE__ */ jsx95(
|
|
4697
4726
|
"path",
|
|
4698
4727
|
{
|
|
4699
4728
|
d: "M32.6661 8.62049V7.57049L32.7186 7.38149V6.23699L32.6661 6.02699V4.13699H34.0311V8.49449C34.0311 9.25749 33.8701 9.89449 33.5481 10.4055C33.2261 10.9235 32.7851 11.312 32.2251 11.571C31.6651 11.83 31.0211 11.9595 30.2931 11.9595C29.7611 11.9595 29.2711 11.8895 28.8231 11.7495C28.3751 11.6095 27.9411 11.396 27.5211 11.109V9.97499C27.9481 10.311 28.3891 10.5455 28.8441 10.6785C29.2991 10.8185 29.7541 10.8885 30.2091 10.8885C31.0071 10.8885 31.6161 10.6925 32.0361 10.3005C32.4561 9.90849 32.6661 9.34849 32.6661 8.62049ZM29.8101 9.61799C29.2641 9.61799 28.7741 9.50249 28.3401 9.27149C27.9061 9.03349 27.5631 8.70449 27.3111 8.28449C27.0591 7.86449 26.9331 7.37099 26.9331 6.80399C26.9331 6.23699 27.0591 5.74349 27.3111 5.32349C27.5631 4.90349 27.9061 4.57799 28.3401 4.34699C28.7741 4.10899 29.2641 3.98999 29.8101 3.98999C30.2161 3.98999 30.5906 4.05299 30.9336 4.17899C31.2836 4.30499 31.5951 4.47299 31.8681 4.68299C32.1481 4.88599 32.3826 5.11349 32.5716 5.36549C32.7676 5.61049 32.9181 5.86249 33.0231 6.12149C33.1281 6.37349 33.1806 6.60449 33.1806 6.81449C33.1806 7.08749 33.1001 7.38849 32.9391 7.71749C32.7781 8.03949 32.5471 8.34399 32.2461 8.63099C31.9521 8.91799 31.5986 9.15599 31.1856 9.34499C30.7726 9.52699 30.3141 9.61799 29.8101 9.61799ZM30.2301 8.60999C30.7271 8.60999 31.1821 8.46649 31.5951 8.17949C32.0151 7.89249 32.3896 7.43399 32.7186 6.80399C32.3896 6.15999 32.0151 5.69799 31.5951 5.41799C31.1821 5.13099 30.7271 4.98749 30.2301 4.98749C29.8241 4.98749 29.4776 5.06449 29.1906 5.21849C28.9036 5.37249 28.6831 5.58599 28.5291 5.85899C28.3821 6.13199 28.3086 6.44699 28.3086 6.80399C28.3086 7.15399 28.3821 7.46549 28.5291 7.73849C28.6831 8.01149 28.9036 8.22499 29.1906 8.37899C29.4776 8.53299 29.8241 8.60999 30.2301 8.60999Z",
|
|
4700
4729
|
fill: "currentColor"
|
|
4701
4730
|
}
|
|
4702
4731
|
),
|
|
4703
|
-
/* @__PURE__ */
|
|
4732
|
+
/* @__PURE__ */ jsx95(
|
|
4704
4733
|
"path",
|
|
4705
4734
|
{
|
|
4706
4735
|
d: "M40.8487 8.62049V7.57049L40.9012 7.38149V6.23699L40.8487 6.02699V4.13699H42.2137V8.49449C42.2137 9.25749 42.0527 9.89449 41.7307 10.4055C41.4087 10.9235 40.9677 11.312 40.4077 11.571C39.8477 11.83 39.2037 11.9595 38.4757 11.9595C37.9437 11.9595 37.4537 11.8895 37.0057 11.7495C36.5577 11.6095 36.1237 11.396 35.7037 11.109V9.97499C36.1307 10.311 36.5717 10.5455 37.0267 10.6785C37.4817 10.8185 37.9367 10.8885 38.3917 10.8885C39.1897 10.8885 39.7987 10.6925 40.2187 10.3005C40.6387 9.90849 40.8487 9.34849 40.8487 8.62049ZM37.9927 9.61799C37.4467 9.61799 36.9567 9.50249 36.5227 9.27149C36.0887 9.03349 35.7457 8.70449 35.4937 8.28449C35.2417 7.86449 35.1157 7.37099 35.1157 6.80399C35.1157 6.23699 35.2417 5.74349 35.4937 5.32349C35.7457 4.90349 36.0887 4.57799 36.5227 4.34699C36.9567 4.10899 37.4467 3.98999 37.9927 3.98999C38.3987 3.98999 38.7732 4.05299 39.1162 4.17899C39.4662 4.30499 39.7777 4.47299 40.0507 4.68299C40.3307 4.88599 40.5652 5.11349 40.7542 5.36549C40.9502 5.61049 41.1007 5.86249 41.2057 6.12149C41.3107 6.37349 41.3632 6.60449 41.3632 6.81449C41.3632 7.08749 41.2827 7.38849 41.1217 7.71749C40.9607 8.03949 40.7297 8.34399 40.4287 8.63099C40.1347 8.91799 39.7812 9.15599 39.3682 9.34499C38.9552 9.52699 38.4967 9.61799 37.9927 9.61799ZM38.4127 8.60999C38.9097 8.60999 39.3647 8.46649 39.7777 8.17949C40.1977 7.89249 40.5722 7.43399 40.9012 6.80399C40.5722 6.15999 40.1977 5.69799 39.7777 5.41799C39.3647 5.13099 38.9097 4.98749 38.4127 4.98749C38.0067 4.98749 37.6602 5.06449 37.3732 5.21849C37.0862 5.37249 36.8657 5.58599 36.7117 5.85899C36.5647 6.13199 36.4912 6.44699 36.4912 6.80399C36.4912 7.15399 36.5647 7.46549 36.7117 7.73849C36.8657 8.01149 37.0862 8.22499 37.3732 8.37899C37.6602 8.53299 38.0067 8.60999 38.4127 8.60999Z",
|
|
4707
4736
|
fill: "currentColor"
|
|
4708
4737
|
}
|
|
4709
4738
|
),
|
|
4710
|
-
/* @__PURE__ */
|
|
4739
|
+
/* @__PURE__ */ jsx95(
|
|
4711
4740
|
"path",
|
|
4712
4741
|
{
|
|
4713
4742
|
d: "M49.1202 10.273C48.771 10.273 48.4495 10.2214 48.1559 10.1182C47.8701 10.0071 47.6201 9.86029 47.4058 9.67775C47.1915 9.48726 47.0209 9.27297 46.8939 9.03486L46.8225 10.1301H46.0605V1.55836H46.8939V5.21328C47.0923 4.87199 47.3781 4.5823 47.7511 4.34419C48.1241 4.10609 48.5805 3.98703 49.1202 3.98703C49.7075 3.98703 50.2194 4.12593 50.656 4.40372C51.0925 4.67357 51.4258 5.0466 51.656 5.52281C51.8941 5.99109 52.0132 6.52682 52.0132 7.13002C52.0132 7.73322 51.8941 8.27293 51.656 8.74914C51.4179 9.22535 51.0806 9.59838 50.6441 9.86823C50.2155 10.1381 49.7075 10.273 49.1202 10.273ZM49.0607 9.54679C49.4813 9.54679 49.8464 9.44758 50.156 9.24916C50.4655 9.05074 50.7115 8.76898 50.8941 8.40388C51.0766 8.03879 51.1679 7.61417 51.1679 7.13002C51.1679 6.63794 51.0766 6.21332 50.8941 5.85616C50.7115 5.49107 50.4615 5.20931 50.144 5.01089C49.8345 4.81247 49.4734 4.71326 49.0607 4.71326C48.648 4.71326 48.2789 4.81247 47.9535 5.01089C47.636 5.20931 47.386 5.49107 47.2035 5.85616C47.0288 6.22125 46.9415 6.64587 46.9415 7.13002C46.9415 7.62211 47.0288 8.05069 47.2035 8.41579C47.386 8.77295 47.636 9.05074 47.9535 9.24916C48.2789 9.44758 48.648 9.54679 49.0607 9.54679Z",
|
|
4714
4743
|
fill: "currentColor"
|
|
4715
4744
|
}
|
|
4716
4745
|
),
|
|
4717
|
-
/* @__PURE__ */
|
|
4746
|
+
/* @__PURE__ */ jsx95(
|
|
4718
4747
|
"path",
|
|
4719
4748
|
{
|
|
4720
4749
|
d: "M55.61 10.273C55.1576 10.273 54.7567 10.1857 54.4075 10.0111C54.0662 9.82855 53.8004 9.55472 53.6099 9.18963C53.4194 8.8166 53.3241 8.34039 53.3241 7.761V4.1299H54.1575V7.66576C54.1575 8.3007 54.2964 8.77295 54.5742 9.08248C54.8599 9.39202 55.2528 9.54679 55.7528 9.54679C56.11 9.54679 56.4274 9.46345 56.7052 9.29678C56.991 9.1301 57.2132 8.88406 57.3719 8.55865C57.5386 8.22531 57.6219 7.82053 57.6219 7.34432V4.1299H58.4553V10.1301H57.6934L57.6458 9.05867C57.4553 9.44758 57.1775 9.74918 56.8124 9.96347C56.4552 10.1698 56.0544 10.273 55.61 10.273Z",
|
|
4721
4750
|
fill: "currentColor"
|
|
4722
4751
|
}
|
|
4723
4752
|
),
|
|
4724
|
-
/* @__PURE__ */
|
|
4753
|
+
/* @__PURE__ */ jsx95(
|
|
4725
4754
|
"path",
|
|
4726
4755
|
{
|
|
4727
4756
|
d: "M60.2706 10.1301V4.1299H61.092V10.1301H60.2706ZM60.6873 2.71317C60.5206 2.71317 60.3777 2.65762 60.2587 2.5465C60.1396 2.42745 60.0801 2.28062 60.0801 2.106C60.0801 1.92346 60.1357 1.78059 60.2468 1.67742C60.3658 1.5663 60.5087 1.51074 60.6754 1.51074C60.842 1.51074 60.9849 1.5663 61.104 1.67742C61.223 1.78059 61.2825 1.92346 61.2825 2.106C61.2825 2.28062 61.223 2.42745 61.104 2.5465C60.9928 2.65762 60.8539 2.71317 60.6873 2.71317Z",
|
|
4728
4757
|
fill: "currentColor"
|
|
4729
4758
|
}
|
|
4730
4759
|
),
|
|
4731
|
-
/* @__PURE__ */
|
|
4732
|
-
/* @__PURE__ */
|
|
4760
|
+
/* @__PURE__ */ jsx95("path", { d: "M62.9069 10.1301V1.55836H63.7403V10.1301H62.9069Z", fill: "currentColor" }),
|
|
4761
|
+
/* @__PURE__ */ jsx95(
|
|
4733
4762
|
"path",
|
|
4734
4763
|
{
|
|
4735
4764
|
d: "M68.049 10.273C67.4696 10.273 66.9616 10.1381 66.5251 9.86823C66.0965 9.59044 65.7632 9.21344 65.5251 8.73723C65.287 8.26102 65.1679 7.72132 65.1679 7.11812C65.1679 6.51492 65.287 5.97918 65.5251 5.51091C65.7632 5.0347 66.1005 4.66167 66.537 4.39181C66.9736 4.12196 67.4815 3.98703 68.0609 3.98703C68.5689 3.98703 69.0133 4.09815 69.3943 4.32038C69.7832 4.53468 70.0808 4.84024 70.2872 5.23709V1.55836H71.1205V10.1301H70.3586L70.2872 9.04677C70.1602 9.25313 69.9935 9.45155 69.7872 9.64203C69.5887 9.83251 69.3427 9.98728 69.049 10.1063C68.7633 10.2175 68.43 10.273 68.049 10.273ZM68.1204 9.54679C68.5411 9.54679 68.9062 9.44758 69.2157 9.24916C69.5332 9.05074 69.7792 8.76898 69.9538 8.40388C70.1364 8.03879 70.2277 7.61417 70.2277 7.13002C70.2277 6.64587 70.1364 6.22125 69.9538 5.85616C69.7792 5.49107 69.5332 5.20931 69.2157 5.01089C68.9062 4.81247 68.5411 4.71326 68.1204 4.71326C67.7077 4.71326 67.3426 4.81247 67.0251 5.01089C66.7077 5.20931 66.4577 5.49107 66.2751 5.85616C66.1005 6.21332 66.0132 6.63794 66.0132 7.13002C66.0132 7.62211 66.1045 8.05069 66.287 8.41579C66.4696 8.77295 66.7196 9.05074 67.037 9.24916C67.3545 9.44758 67.7156 9.54679 68.1204 9.54679Z",
|
|
4736
4765
|
fill: "currentColor"
|
|
4737
4766
|
}
|
|
4738
4767
|
),
|
|
4739
|
-
/* @__PURE__ */
|
|
4740
|
-
/* @__PURE__ */
|
|
4768
|
+
/* @__PURE__ */ jsxs93("defs", { children: [
|
|
4769
|
+
/* @__PURE__ */ jsxs93(
|
|
4741
4770
|
"linearGradient",
|
|
4742
4771
|
{
|
|
4743
4772
|
id: "agg-build-logo-g0",
|
|
@@ -4747,12 +4776,12 @@ var AggBuildLogo = (props) => /* @__PURE__ */ jsxs92(
|
|
|
4747
4776
|
y2: "14",
|
|
4748
4777
|
gradientUnits: "userSpaceOnUse",
|
|
4749
4778
|
children: [
|
|
4750
|
-
/* @__PURE__ */
|
|
4751
|
-
/* @__PURE__ */
|
|
4779
|
+
/* @__PURE__ */ jsx95("stop", { stopColor: "#FE9943" }),
|
|
4780
|
+
/* @__PURE__ */ jsx95("stop", { offset: "1", stopColor: "#FE763C" })
|
|
4752
4781
|
]
|
|
4753
4782
|
}
|
|
4754
4783
|
),
|
|
4755
|
-
/* @__PURE__ */
|
|
4784
|
+
/* @__PURE__ */ jsxs93(
|
|
4756
4785
|
"linearGradient",
|
|
4757
4786
|
{
|
|
4758
4787
|
id: "agg-build-logo-g1",
|
|
@@ -4762,12 +4791,12 @@ var AggBuildLogo = (props) => /* @__PURE__ */ jsxs92(
|
|
|
4762
4791
|
y2: "14",
|
|
4763
4792
|
gradientUnits: "userSpaceOnUse",
|
|
4764
4793
|
children: [
|
|
4765
|
-
/* @__PURE__ */
|
|
4766
|
-
/* @__PURE__ */
|
|
4794
|
+
/* @__PURE__ */ jsx95("stop", { stopColor: "#FE763C" }),
|
|
4795
|
+
/* @__PURE__ */ jsx95("stop", { offset: "1", stopColor: "#FE9943" })
|
|
4767
4796
|
]
|
|
4768
4797
|
}
|
|
4769
4798
|
),
|
|
4770
|
-
/* @__PURE__ */
|
|
4799
|
+
/* @__PURE__ */ jsxs93(
|
|
4771
4800
|
"linearGradient",
|
|
4772
4801
|
{
|
|
4773
4802
|
id: "agg-build-logo-g2",
|
|
@@ -4777,8 +4806,8 @@ var AggBuildLogo = (props) => /* @__PURE__ */ jsxs92(
|
|
|
4777
4806
|
y2: "14",
|
|
4778
4807
|
gradientUnits: "userSpaceOnUse",
|
|
4779
4808
|
children: [
|
|
4780
|
-
/* @__PURE__ */
|
|
4781
|
-
/* @__PURE__ */
|
|
4809
|
+
/* @__PURE__ */ jsx95("stop", { stopColor: "#FEB549" }),
|
|
4810
|
+
/* @__PURE__ */ jsx95("stop", { offset: "1", stopColor: "#FDA349" })
|
|
4782
4811
|
]
|
|
4783
4812
|
}
|
|
4784
4813
|
)
|
|
@@ -4787,7 +4816,7 @@ var AggBuildLogo = (props) => /* @__PURE__ */ jsxs92(
|
|
|
4787
4816
|
})
|
|
4788
4817
|
);
|
|
4789
4818
|
AggBuildLogo.displayName = "AggBuildLogo";
|
|
4790
|
-
var AggBuildTextLogo = (props) => /* @__PURE__ */
|
|
4819
|
+
var AggBuildTextLogo = (props) => /* @__PURE__ */ jsxs93(
|
|
4791
4820
|
"svg",
|
|
4792
4821
|
__spreadProps(__spreadValues({
|
|
4793
4822
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4797,50 +4826,50 @@ var AggBuildTextLogo = (props) => /* @__PURE__ */ jsxs92(
|
|
|
4797
4826
|
fill: "none"
|
|
4798
4827
|
}, props), {
|
|
4799
4828
|
children: [
|
|
4800
|
-
/* @__PURE__ */
|
|
4829
|
+
/* @__PURE__ */ jsx95(
|
|
4801
4830
|
"path",
|
|
4802
4831
|
{
|
|
4803
4832
|
d: "M7.05537 10.5201L6.79138 8.00006L7.10337 7.12406L6.79138 6.26006L7.05537 3.72806H8.66337L8.30337 7.12406L8.66337 10.5201H7.05537ZM7.53537 7.12406C7.38337 7.83606 7.13137 8.46006 6.77937 8.99606C6.42737 9.53206 5.99137 9.94806 5.47137 10.2441C4.95937 10.5401 4.38737 10.6881 3.75537 10.6881C3.09137 10.6881 2.50337 10.5401 1.99137 10.2441C1.47938 9.94006 1.07937 9.52006 0.791375 8.98406C0.503375 8.44806 0.359375 7.82806 0.359375 7.12406C0.359375 6.41206 0.503375 5.79206 0.791375 5.26406C1.07937 4.72806 1.47938 4.31206 1.99137 4.01606C2.50337 3.71206 3.09137 3.56006 3.75537 3.56006C4.38737 3.56006 4.95937 3.70806 5.47137 4.00406C5.99137 4.30006 6.42737 4.71606 6.77937 5.25206C7.13937 5.78006 7.39137 6.40406 7.53537 7.12406ZM1.94337 7.12406C1.94337 7.58006 2.03537 7.98406 2.21937 8.33606C2.41137 8.68006 2.67137 8.95206 2.99937 9.15206C3.32737 9.34406 3.70337 9.44006 4.12737 9.44006C4.55937 9.44006 4.95937 9.34406 5.32737 9.15206C5.69537 8.95206 6.01937 8.68006 6.29938 8.33606C6.58738 7.98406 6.81537 7.58006 6.98337 7.12406C6.81537 6.66806 6.58738 6.26806 6.29938 5.92406C6.01937 5.57206 5.69537 5.30006 5.32737 5.10806C4.95937 4.90806 4.55937 4.80806 4.12737 4.80806C3.70337 4.80806 3.32737 4.90806 2.99937 5.10806C2.67137 5.30006 2.41137 5.57206 2.21937 5.92406C2.03537 6.26806 1.94337 6.66806 1.94337 7.12406Z",
|
|
4804
4833
|
fill: "currentColor"
|
|
4805
4834
|
}
|
|
4806
4835
|
),
|
|
4807
|
-
/* @__PURE__ */
|
|
4836
|
+
/* @__PURE__ */ jsx95(
|
|
4808
4837
|
"path",
|
|
4809
4838
|
{
|
|
4810
4839
|
d: "M16.3327 8.85206V7.65206L16.3927 7.43606V6.12806L16.3327 5.88806V3.72806H17.8927V8.70806C17.8927 9.58006 17.7087 10.3081 17.3407 10.8921C16.9727 11.4841 16.4687 11.9281 15.8287 12.2241C15.1887 12.5201 14.4527 12.6681 13.6207 12.6681C13.0127 12.6681 12.4527 12.5881 11.9407 12.4281C11.4287 12.2681 10.9327 12.0241 10.4527 11.6961V10.4001C10.9407 10.7841 11.4447 11.0521 11.9647 11.2041C12.4847 11.3641 13.0047 11.4441 13.5247 11.4441C14.4367 11.4441 15.1327 11.2201 15.6127 10.7721C16.0927 10.3241 16.3327 9.68406 16.3327 8.85206ZM13.0687 9.99206C12.4447 9.99206 11.8847 9.86006 11.3887 9.59606C10.8927 9.32406 10.5007 8.94806 10.2127 8.46806C9.92469 7.98806 9.78069 7.42406 9.78069 6.77606C9.78069 6.12806 9.92469 5.56406 10.2127 5.08406C10.5007 4.60406 10.8927 4.23206 11.3887 3.96806C11.8847 3.69606 12.4447 3.56006 13.0687 3.56006C13.5327 3.56006 13.9607 3.63206 14.3527 3.77606C14.7527 3.92006 15.1087 4.11206 15.4207 4.35206C15.7407 4.58406 16.0087 4.84406 16.2247 5.13206C16.4487 5.41206 16.6207 5.70006 16.7407 5.99606C16.8607 6.28406 16.9207 6.54806 16.9207 6.78806C16.9207 7.10006 16.8287 7.44406 16.6447 7.82006C16.4607 8.18806 16.1967 8.53606 15.8527 8.86406C15.5167 9.19206 15.1127 9.46406 14.6407 9.68006C14.1687 9.88806 13.6447 9.99206 13.0687 9.99206ZM13.5487 8.84006C14.1167 8.84006 14.6367 8.67606 15.1087 8.34806C15.5887 8.02006 16.0167 7.49606 16.3927 6.77606C16.0167 6.04006 15.5887 5.51206 15.1087 5.19206C14.6367 4.86406 14.1167 4.70006 13.5487 4.70006C13.0847 4.70006 12.6887 4.78806 12.3607 4.96406C12.0327 5.14006 11.7807 5.38406 11.6047 5.69606C11.4367 6.00806 11.3527 6.36806 11.3527 6.77606C11.3527 7.17606 11.4367 7.53206 11.6047 7.84406C11.7807 8.15606 12.0327 8.40006 12.3607 8.57606C12.6887 8.75206 13.0847 8.84006 13.5487 8.84006Z",
|
|
4811
4840
|
fill: "currentColor"
|
|
4812
4841
|
}
|
|
4813
4842
|
),
|
|
4814
|
-
/* @__PURE__ */
|
|
4843
|
+
/* @__PURE__ */ jsx95(
|
|
4815
4844
|
"path",
|
|
4816
4845
|
{
|
|
4817
4846
|
d: "M25.6842 8.85206V7.65206L25.7442 7.43606V6.12806L25.6842 5.88806V3.72806H27.2442V8.70806C27.2442 9.58006 27.0602 10.3081 26.6922 10.8921C26.3242 11.4841 25.8202 11.9281 25.1802 12.2241C24.5402 12.5201 23.8042 12.6681 22.9722 12.6681C22.3642 12.6681 21.8042 12.5881 21.2922 12.4281C20.7802 12.2681 20.2842 12.0241 19.8042 11.6961V10.4001C20.2922 10.7841 20.7962 11.0521 21.3162 11.2041C21.8362 11.3641 22.3562 11.4441 22.8762 11.4441C23.7882 11.4441 24.4842 11.2201 24.9642 10.7721C25.4442 10.3241 25.6842 9.68406 25.6842 8.85206ZM22.4202 9.99206C21.7962 9.99206 21.2362 9.86006 20.7402 9.59606C20.2442 9.32406 19.8522 8.94806 19.5642 8.46806C19.2762 7.98806 19.1322 7.42406 19.1322 6.77606C19.1322 6.12806 19.2762 5.56406 19.5642 5.08406C19.8522 4.60406 20.2442 4.23206 20.7402 3.96806C21.2362 3.69606 21.7962 3.56006 22.4202 3.56006C22.8842 3.56006 23.3122 3.63206 23.7042 3.77606C24.1042 3.92006 24.4602 4.11206 24.7722 4.35206C25.0922 4.58406 25.3602 4.84406 25.5762 5.13206C25.8002 5.41206 25.9722 5.70006 26.0922 5.99606C26.2122 6.28406 26.2722 6.54806 26.2722 6.78806C26.2722 7.10006 26.1802 7.44406 25.9962 7.82006C25.8122 8.18806 25.5482 8.53606 25.2042 8.86406C24.8682 9.19206 24.4642 9.46406 23.9922 9.68006C23.5202 9.88806 22.9962 9.99206 22.4202 9.99206ZM22.9002 8.84006C23.4682 8.84006 23.9882 8.67606 24.4602 8.34806C24.9402 8.02006 25.3682 7.49606 25.7442 6.77606C25.3682 6.04006 24.9402 5.51206 24.4602 5.19206C23.9882 4.86406 23.4682 4.70006 22.9002 4.70006C22.4362 4.70006 22.0402 4.78806 21.7122 4.96406C21.3842 5.14006 21.1322 5.38406 20.9562 5.69606C20.7882 6.00806 20.7042 6.36806 20.7042 6.77606C20.7042 7.17606 20.7882 7.53206 20.9562 7.84406C21.1322 8.15606 21.3842 8.40006 21.7122 8.57606C22.0402 8.75206 22.4362 8.84006 22.9002 8.84006Z",
|
|
4818
4847
|
fill: "currentColor"
|
|
4819
4848
|
}
|
|
4820
4849
|
),
|
|
4821
|
-
/* @__PURE__ */
|
|
4850
|
+
/* @__PURE__ */ jsx95(
|
|
4822
4851
|
"path",
|
|
4823
4852
|
{
|
|
4824
4853
|
d: "M35.1374 10.7411C34.7383 10.7411 34.3709 10.6821 34.0353 10.5642C33.7087 10.4372 33.423 10.2694 33.1781 10.0608C32.9332 9.84307 32.7382 9.59816 32.593 9.32604L32.5114 10.5778H31.6406V0.781475H32.593V4.95852C32.8198 4.56848 33.1464 4.2374 33.5727 3.96528C33.999 3.69316 34.5206 3.5571 35.1374 3.5571C35.8086 3.5571 36.3937 3.71584 36.8925 4.03331C37.3914 4.34171 37.7724 4.76803 38.0354 5.31227C38.3076 5.84744 38.4436 6.45971 38.4436 7.14908C38.4436 7.83845 38.3076 8.45526 38.0354 8.9995C37.7633 9.54374 37.3778 9.97006 36.8789 10.2785C36.3891 10.5869 35.8086 10.7411 35.1374 10.7411ZM35.0693 9.9111C35.5501 9.9111 35.9673 9.79772 36.3211 9.57095C36.6748 9.34419 36.956 9.02218 37.1647 8.60493C37.3733 8.18768 37.4776 7.70239 37.4776 7.14908C37.4776 6.5867 37.3733 6.10142 37.1647 5.69324C36.956 5.27599 36.6703 4.95398 36.3075 4.72722C35.9537 4.50045 35.541 4.38707 35.0693 4.38707C34.5977 4.38707 34.1759 4.50045 33.804 4.72722C33.4412 4.95398 33.1554 5.27599 32.9468 5.69324C32.7472 6.11049 32.6475 6.59577 32.6475 7.14908C32.6475 7.71147 32.7472 8.20128 32.9468 8.61853C33.1554 9.02671 33.4412 9.34419 33.804 9.57095C34.1759 9.79772 34.5977 9.9111 35.0693 9.9111Z",
|
|
4825
4854
|
fill: "currentColor"
|
|
4826
4855
|
}
|
|
4827
4856
|
),
|
|
4828
|
-
/* @__PURE__ */
|
|
4857
|
+
/* @__PURE__ */ jsx95(
|
|
4829
4858
|
"path",
|
|
4830
4859
|
{
|
|
4831
4860
|
d: "M42.5542 10.7411C42.0372 10.7411 41.5791 10.6413 41.18 10.4417C40.79 10.2331 40.4861 9.92017 40.2684 9.50292C40.0507 9.0766 39.9419 8.53236 39.9419 7.8702V3.72037H40.8943V7.76135C40.8943 8.48701 41.053 9.02671 41.3705 9.38047C41.6971 9.73422 42.1461 9.9111 42.7175 9.9111C43.1257 9.9111 43.4885 9.81586 43.806 9.62538C44.1325 9.43489 44.3865 9.1537 44.5679 8.78181C44.7584 8.40084 44.8536 7.93823 44.8536 7.39399V3.72037H45.8061V10.5778H44.9353L44.8809 9.35326C44.6632 9.79772 44.3457 10.1424 43.9284 10.3873C43.5203 10.6231 43.0622 10.7411 42.5542 10.7411Z",
|
|
4832
4861
|
fill: "currentColor"
|
|
4833
4862
|
}
|
|
4834
4863
|
),
|
|
4835
|
-
/* @__PURE__ */
|
|
4864
|
+
/* @__PURE__ */ jsx95(
|
|
4836
4865
|
"path",
|
|
4837
4866
|
{
|
|
4838
4867
|
d: "M47.8807 10.5778V3.72037H48.8195V10.5778H47.8807ZM48.3569 2.10126C48.1664 2.10126 48.0031 2.03776 47.8671 1.91077C47.731 1.77471 47.663 1.60691 47.663 1.40735C47.663 1.19873 47.7265 1.03545 47.8535 0.917535C47.9895 0.790545 48.1528 0.727051 48.3433 0.727051C48.5338 0.727051 48.697 0.790545 48.8331 0.917535C48.9691 1.03545 49.0372 1.19873 49.0372 1.40735C49.0372 1.60691 48.9691 1.77471 48.8331 1.91077C48.7061 2.03776 48.5474 2.10126 48.3569 2.10126Z",
|
|
4839
4868
|
fill: "currentColor"
|
|
4840
4869
|
}
|
|
4841
4870
|
),
|
|
4842
|
-
/* @__PURE__ */
|
|
4843
|
-
/* @__PURE__ */
|
|
4871
|
+
/* @__PURE__ */ jsx95("path", { d: "M50.8937 10.5778V0.781475H51.8461V10.5778H50.8937Z", fill: "currentColor" }),
|
|
4872
|
+
/* @__PURE__ */ jsx95(
|
|
4844
4873
|
"path",
|
|
4845
4874
|
{
|
|
4846
4875
|
d: "M56.7703 10.7411C56.1081 10.7411 55.5276 10.5869 55.0287 10.2785C54.5389 9.96099 54.1579 9.53013 53.8858 8.98589C53.6137 8.44165 53.4776 7.82485 53.4776 7.13548C53.4776 6.44611 53.6137 5.83384 53.8858 5.29867C54.1579 4.75443 54.5434 4.32811 55.0423 4.0197C55.5412 3.7113 56.1217 3.5571 56.7839 3.5571C57.3644 3.5571 57.8724 3.68409 58.3078 3.93807C58.7522 4.18298 59.0924 4.5322 59.3282 4.98573V0.781475H60.2806V10.5778H59.4098L59.3282 9.33965C59.1831 9.57549 58.9926 9.80225 58.7568 10.02C58.53 10.2376 58.2488 10.4145 57.9132 10.5506C57.5866 10.6776 57.2057 10.7411 56.7703 10.7411ZM56.8519 9.9111C57.3327 9.9111 57.7499 9.79772 58.1037 9.57095C58.4665 9.34419 58.7477 9.02218 58.9472 8.60493C59.1559 8.18768 59.2602 7.70239 59.2602 7.14908C59.2602 6.59577 59.1559 6.11049 58.9472 5.69324C58.7477 5.27599 58.4665 4.95398 58.1037 4.72722C57.7499 4.50045 57.3327 4.38707 56.8519 4.38707C56.3802 4.38707 55.963 4.50045 55.6002 4.72722C55.2373 4.95398 54.9516 5.27599 54.743 5.69324C54.5434 6.10142 54.4436 6.5867 54.4436 7.14908C54.4436 7.71147 54.548 8.20128 54.7566 8.61853C54.9652 9.02671 55.2509 9.34419 55.6138 9.57095C55.9766 9.79772 56.3893 9.9111 56.8519 9.9111Z",
|
|
@@ -4872,8 +4901,8 @@ var DEFAULT_FOOTER_LINKS = [
|
|
|
4872
4901
|
];
|
|
4873
4902
|
|
|
4874
4903
|
// src/primitives/footer/index.tsx
|
|
4875
|
-
import { Fragment as Fragment3, jsx as
|
|
4876
|
-
var XIcon = (props) => /* @__PURE__ */
|
|
4904
|
+
import { Fragment as Fragment3, jsx as jsx96, jsxs as jsxs94 } from "react/jsx-runtime";
|
|
4905
|
+
var XIcon = (props) => /* @__PURE__ */ jsx96(
|
|
4877
4906
|
"svg",
|
|
4878
4907
|
__spreadProps(__spreadValues({
|
|
4879
4908
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4883,7 +4912,7 @@ var XIcon = (props) => /* @__PURE__ */ jsx95(
|
|
|
4883
4912
|
fill: "none",
|
|
4884
4913
|
"aria-hidden": "true"
|
|
4885
4914
|
}, props), {
|
|
4886
|
-
children: /* @__PURE__ */
|
|
4915
|
+
children: /* @__PURE__ */ jsx96(
|
|
4887
4916
|
"path",
|
|
4888
4917
|
{
|
|
4889
4918
|
d: "M12.2167 1.33325H14.4669L9.5523 6.94875L15.3334 14.5913H10.8081L7.26125 9.95725L3.20714 14.5913H0.953359L6.20891 8.58347L0.666748 1.33325H5.30691L8.50975 5.56886L12.2167 1.33325ZM11.4266 13.2463H12.6726L4.62797 2.60803H3.28964L11.4266 13.2463Z",
|
|
@@ -4893,8 +4922,8 @@ var XIcon = (props) => /* @__PURE__ */ jsx95(
|
|
|
4893
4922
|
})
|
|
4894
4923
|
);
|
|
4895
4924
|
var renderLink = (link, linkClass) => {
|
|
4896
|
-
const inner = /* @__PURE__ */
|
|
4897
|
-
/* @__PURE__ */
|
|
4925
|
+
const inner = /* @__PURE__ */ jsxs94(Fragment3, { children: [
|
|
4926
|
+
/* @__PURE__ */ jsx96(
|
|
4898
4927
|
"span",
|
|
4899
4928
|
{
|
|
4900
4929
|
className: "hidden md:inline",
|
|
@@ -4902,11 +4931,11 @@ var renderLink = (link, linkClass) => {
|
|
|
4902
4931
|
children: link.label
|
|
4903
4932
|
}
|
|
4904
4933
|
),
|
|
4905
|
-
link.mobileLabel !== void 0 && link.mobileLabel !== link.label ? /* @__PURE__ */
|
|
4906
|
-
link.mobileLabel !== void 0 && link.mobileLabel !== link.label && /* @__PURE__ */
|
|
4934
|
+
link.mobileLabel !== void 0 && link.mobileLabel !== link.label ? /* @__PURE__ */ jsx96("span", { className: "md:hidden", children: link.mobileLabel }) : /* @__PURE__ */ jsx96("span", { className: "md:hidden", "aria-hidden": "true", children: link.label }),
|
|
4935
|
+
link.mobileLabel !== void 0 && link.mobileLabel !== link.label && /* @__PURE__ */ jsx96("span", { className: "sr-only", children: link.label })
|
|
4907
4936
|
] });
|
|
4908
4937
|
if (link.href) {
|
|
4909
|
-
return /* @__PURE__ */
|
|
4938
|
+
return /* @__PURE__ */ jsx96(
|
|
4910
4939
|
"a",
|
|
4911
4940
|
{
|
|
4912
4941
|
href: link.href,
|
|
@@ -4919,7 +4948,7 @@ var renderLink = (link, linkClass) => {
|
|
|
4919
4948
|
);
|
|
4920
4949
|
}
|
|
4921
4950
|
if (link.onClick) {
|
|
4922
|
-
return /* @__PURE__ */
|
|
4951
|
+
return /* @__PURE__ */ jsx96(
|
|
4923
4952
|
"button",
|
|
4924
4953
|
{
|
|
4925
4954
|
type: "button",
|
|
@@ -4929,7 +4958,7 @@ var renderLink = (link, linkClass) => {
|
|
|
4929
4958
|
}
|
|
4930
4959
|
);
|
|
4931
4960
|
}
|
|
4932
|
-
return /* @__PURE__ */
|
|
4961
|
+
return /* @__PURE__ */ jsx96("span", { className: linkClass, children: inner });
|
|
4933
4962
|
};
|
|
4934
4963
|
var Footer = ({
|
|
4935
4964
|
links = DEFAULT_FOOTER_LINKS,
|
|
@@ -4945,21 +4974,21 @@ var Footer = ({
|
|
|
4945
4974
|
"text-xs text-agg-muted-foreground whitespace-nowrap transition-colors hover:text-agg-foreground md:text-sm",
|
|
4946
4975
|
classNames == null ? void 0 : classNames.link
|
|
4947
4976
|
);
|
|
4948
|
-
return /* @__PURE__ */
|
|
4977
|
+
return /* @__PURE__ */ jsx96(
|
|
4949
4978
|
"footer",
|
|
4950
4979
|
{
|
|
4951
4980
|
role: "contentinfo",
|
|
4952
4981
|
"aria-label": ariaLabel,
|
|
4953
4982
|
className: cn(baseFooterClasses, classNames == null ? void 0 : classNames.root),
|
|
4954
|
-
children: /* @__PURE__ */
|
|
4983
|
+
children: /* @__PURE__ */ jsxs94(
|
|
4955
4984
|
"div",
|
|
4956
4985
|
{
|
|
4957
4986
|
className: cn(
|
|
4958
|
-
"agg-footer-inner mx-auto flex h-10 w-full max-w-[
|
|
4987
|
+
"agg-footer-inner mx-auto flex h-10 w-full max-w-[1440px] px-6 lg:px-10 items-center justify-between",
|
|
4959
4988
|
classNames == null ? void 0 : classNames.inner
|
|
4960
4989
|
),
|
|
4961
4990
|
children: [
|
|
4962
|
-
/* @__PURE__ */
|
|
4991
|
+
/* @__PURE__ */ jsxs94(
|
|
4963
4992
|
"a",
|
|
4964
4993
|
{
|
|
4965
4994
|
href: AGG_DEFAULT_URL,
|
|
@@ -4970,16 +4999,16 @@ var Footer = ({
|
|
|
4970
4999
|
classNames == null ? void 0 : classNames.leftSection
|
|
4971
5000
|
),
|
|
4972
5001
|
children: [
|
|
4973
|
-
/* @__PURE__ */
|
|
4974
|
-
/* @__PURE__ */
|
|
4975
|
-
/* @__PURE__ */
|
|
4976
|
-
/* @__PURE__ */
|
|
5002
|
+
/* @__PURE__ */ jsxs94("div", { className: "hidden items-center gap-1 md:flex", children: [
|
|
5003
|
+
/* @__PURE__ */ jsx96(AggBuildIcon, { className: "size-4 shrink-0" }),
|
|
5004
|
+
/* @__PURE__ */ jsx96("span", { className: "whitespace-nowrap text-sm text-agg-muted-foreground transition-colors group-hover/brand:text-agg-foreground", children: "Built with" }),
|
|
5005
|
+
/* @__PURE__ */ jsx96(AggBuildTextLogo, { "aria-label": "agg build", className: "shrink-0 text-agg-foreground" })
|
|
4977
5006
|
] }),
|
|
4978
|
-
/* @__PURE__ */
|
|
5007
|
+
/* @__PURE__ */ jsx96("div", { className: "md:hidden", children: /* @__PURE__ */ jsx96(AggBuildLogo, { "aria-label": "agg build", className: "h-3.5 w-auto text-agg-foreground" }) })
|
|
4979
5008
|
]
|
|
4980
5009
|
}
|
|
4981
5010
|
),
|
|
4982
|
-
/* @__PURE__ */
|
|
5011
|
+
/* @__PURE__ */ jsxs94(
|
|
4983
5012
|
"div",
|
|
4984
5013
|
{
|
|
4985
5014
|
className: cn(
|
|
@@ -4987,8 +5016,8 @@ var Footer = ({
|
|
|
4987
5016
|
classNames == null ? void 0 : classNames.rightSection
|
|
4988
5017
|
),
|
|
4989
5018
|
children: [
|
|
4990
|
-
/* @__PURE__ */
|
|
4991
|
-
i > 0 && /* @__PURE__ */
|
|
5019
|
+
/* @__PURE__ */ jsx96("div", { className: "flex items-center gap-2", children: links.map((link, i) => /* @__PURE__ */ jsxs94(Fragment2, { children: [
|
|
5020
|
+
i > 0 && /* @__PURE__ */ jsx96(
|
|
4992
5021
|
"span",
|
|
4993
5022
|
{
|
|
4994
5023
|
"aria-hidden": "true",
|
|
@@ -5001,15 +5030,15 @@ var Footer = ({
|
|
|
5001
5030
|
),
|
|
5002
5031
|
renderLink(link, linkClass)
|
|
5003
5032
|
] }, link.label)) }),
|
|
5004
|
-
email && /* @__PURE__ */
|
|
5005
|
-
/* @__PURE__ */
|
|
5033
|
+
email && /* @__PURE__ */ jsxs94(Fragment3, { children: [
|
|
5034
|
+
/* @__PURE__ */ jsx96(
|
|
5006
5035
|
"div",
|
|
5007
5036
|
{
|
|
5008
5037
|
"aria-hidden": "true",
|
|
5009
5038
|
className: "hidden h-3 w-px shrink-0 bg-agg-separator md:block"
|
|
5010
5039
|
}
|
|
5011
5040
|
),
|
|
5012
|
-
emailHref ? /* @__PURE__ */
|
|
5041
|
+
emailHref ? /* @__PURE__ */ jsx96(
|
|
5013
5042
|
"a",
|
|
5014
5043
|
{
|
|
5015
5044
|
href: emailHref,
|
|
@@ -5021,7 +5050,7 @@ var Footer = ({
|
|
|
5021
5050
|
),
|
|
5022
5051
|
children: email
|
|
5023
5052
|
}
|
|
5024
|
-
) : /* @__PURE__ */
|
|
5053
|
+
) : /* @__PURE__ */ jsx96(
|
|
5025
5054
|
"span",
|
|
5026
5055
|
{
|
|
5027
5056
|
className: cn(
|
|
@@ -5032,15 +5061,15 @@ var Footer = ({
|
|
|
5032
5061
|
}
|
|
5033
5062
|
)
|
|
5034
5063
|
] }),
|
|
5035
|
-
hasX && /* @__PURE__ */
|
|
5036
|
-
/* @__PURE__ */
|
|
5064
|
+
hasX && /* @__PURE__ */ jsxs94(Fragment3, { children: [
|
|
5065
|
+
/* @__PURE__ */ jsx96(
|
|
5037
5066
|
"div",
|
|
5038
5067
|
{
|
|
5039
5068
|
"aria-hidden": "true",
|
|
5040
5069
|
className: "hidden h-3 w-px shrink-0 bg-agg-separator md:block"
|
|
5041
5070
|
}
|
|
5042
5071
|
),
|
|
5043
|
-
xHref ? /* @__PURE__ */
|
|
5072
|
+
xHref ? /* @__PURE__ */ jsx96(
|
|
5044
5073
|
"a",
|
|
5045
5074
|
{
|
|
5046
5075
|
href: xHref,
|
|
@@ -5051,9 +5080,9 @@ var Footer = ({
|
|
|
5051
5080
|
"hidden items-center text-agg-muted-foreground transition-colors hover:text-agg-foreground md:flex",
|
|
5052
5081
|
classNames == null ? void 0 : classNames.xLink
|
|
5053
5082
|
),
|
|
5054
|
-
children: /* @__PURE__ */
|
|
5083
|
+
children: /* @__PURE__ */ jsx96(XIcon, { className: "size-4" })
|
|
5055
5084
|
}
|
|
5056
|
-
) : /* @__PURE__ */
|
|
5085
|
+
) : /* @__PURE__ */ jsx96(
|
|
5057
5086
|
"button",
|
|
5058
5087
|
{
|
|
5059
5088
|
type: "button",
|
|
@@ -5063,7 +5092,7 @@ var Footer = ({
|
|
|
5063
5092
|
"hidden cursor-pointer items-center border-0 bg-transparent p-0 text-agg-muted-foreground transition-colors hover:text-agg-foreground md:flex",
|
|
5064
5093
|
classNames == null ? void 0 : classNames.xLink
|
|
5065
5094
|
),
|
|
5066
|
-
children: /* @__PURE__ */
|
|
5095
|
+
children: /* @__PURE__ */ jsx96(XIcon, { className: "size-4" })
|
|
5067
5096
|
}
|
|
5068
5097
|
)
|
|
5069
5098
|
] })
|
|
@@ -5212,12 +5241,12 @@ import { useRef as useRef5, useState as useState6 } from "react";
|
|
|
5212
5241
|
|
|
5213
5242
|
// src/primitives/skeleton/skeleton-block.tsx
|
|
5214
5243
|
import { useSdkUiConfig as useSdkUiConfig8 } from "@agg-build/hooks";
|
|
5215
|
-
import { jsx as
|
|
5244
|
+
import { jsx as jsx97 } from "react/jsx-runtime";
|
|
5216
5245
|
var SkeletonBlock = ({ className }) => {
|
|
5217
5246
|
const {
|
|
5218
5247
|
features: { enableAnimations }
|
|
5219
5248
|
} = useSdkUiConfig8();
|
|
5220
|
-
return /* @__PURE__ */
|
|
5249
|
+
return /* @__PURE__ */ jsx97(
|
|
5221
5250
|
"div",
|
|
5222
5251
|
{
|
|
5223
5252
|
"aria-hidden": true,
|
|
@@ -5246,7 +5275,7 @@ var resolveRemoteImageStatusFromSrc = (src) => {
|
|
|
5246
5275
|
};
|
|
5247
5276
|
|
|
5248
5277
|
// src/primitives/remote-image/index.tsx
|
|
5249
|
-
import { jsx as
|
|
5278
|
+
import { jsx as jsx98, jsxs as jsxs95 } from "react/jsx-runtime";
|
|
5250
5279
|
var RemoteImage = ({
|
|
5251
5280
|
src,
|
|
5252
5281
|
alt,
|
|
@@ -5280,7 +5309,7 @@ var RemoteImage = ({
|
|
|
5280
5309
|
setStatus("error");
|
|
5281
5310
|
};
|
|
5282
5311
|
const sizeStyle = width !== void 0 || height !== void 0 ? { width: width != null ? width : void 0, height: height != null ? height : void 0 } : void 0;
|
|
5283
|
-
return /* @__PURE__ */
|
|
5312
|
+
return /* @__PURE__ */ jsxs95(
|
|
5284
5313
|
"div",
|
|
5285
5314
|
{
|
|
5286
5315
|
className: cn(containerClasses, classNames == null ? void 0 : classNames.root, className),
|
|
@@ -5297,14 +5326,14 @@ var RemoteImage = ({
|
|
|
5297
5326
|
"aria-label": ariaLabel,
|
|
5298
5327
|
title: title2,
|
|
5299
5328
|
children: [
|
|
5300
|
-
status === "loading" && /* @__PURE__ */
|
|
5301
|
-
status === "error" && /* @__PURE__ */
|
|
5329
|
+
status === "loading" && /* @__PURE__ */ jsx98(SkeletonBlock, { className: cn(skeletonClasses, classNames == null ? void 0 : classNames.placeholder) }),
|
|
5330
|
+
status === "error" && /* @__PURE__ */ jsx98(
|
|
5302
5331
|
"div",
|
|
5303
5332
|
{
|
|
5304
5333
|
className: cn(placeholderClasses, classNames == null ? void 0 : classNames.placeholder),
|
|
5305
5334
|
"aria-hidden": true,
|
|
5306
5335
|
"aria-errormessage": "Image failed to load",
|
|
5307
|
-
children: /* @__PURE__ */
|
|
5336
|
+
children: /* @__PURE__ */ jsx98(
|
|
5308
5337
|
Icon,
|
|
5309
5338
|
{
|
|
5310
5339
|
name: "image",
|
|
@@ -5315,7 +5344,7 @@ var RemoteImage = ({
|
|
|
5315
5344
|
)
|
|
5316
5345
|
}
|
|
5317
5346
|
),
|
|
5318
|
-
isValidRemoteImageSrc(src) && status !== "error" && /* @__PURE__ */
|
|
5347
|
+
isValidRemoteImageSrc(src) && status !== "error" && /* @__PURE__ */ jsx98(
|
|
5319
5348
|
"img",
|
|
5320
5349
|
{
|
|
5321
5350
|
src,
|
|
@@ -5338,7 +5367,7 @@ import { useLabels as useLabels4 } from "@agg-build/hooks";
|
|
|
5338
5367
|
|
|
5339
5368
|
// src/primitives/skeleton/views/event-list-item-skeleton-view.tsx
|
|
5340
5369
|
import { useLabels as useLabels3 } from "@agg-build/hooks";
|
|
5341
|
-
import { jsx as
|
|
5370
|
+
import { jsx as jsx99, jsxs as jsxs96 } from "react/jsx-runtime";
|
|
5342
5371
|
var EventListItemSkeletonView = ({
|
|
5343
5372
|
className,
|
|
5344
5373
|
ariaLabel,
|
|
@@ -5346,7 +5375,7 @@ var EventListItemSkeletonView = ({
|
|
|
5346
5375
|
}) => {
|
|
5347
5376
|
const labels = useLabels3();
|
|
5348
5377
|
const outcomeTitleWidths = ["max-w-40", "max-w-[200px]"];
|
|
5349
|
-
return /* @__PURE__ */
|
|
5378
|
+
return /* @__PURE__ */ jsxs96(
|
|
5350
5379
|
Card,
|
|
5351
5380
|
{
|
|
5352
5381
|
className: cn(
|
|
@@ -5358,16 +5387,16 @@ var EventListItemSkeletonView = ({
|
|
|
5358
5387
|
"aria-busy": isStandalone || void 0,
|
|
5359
5388
|
"aria-hidden": isStandalone ? void 0 : true,
|
|
5360
5389
|
children: [
|
|
5361
|
-
/* @__PURE__ */
|
|
5362
|
-
/* @__PURE__ */
|
|
5363
|
-
/* @__PURE__ */
|
|
5390
|
+
/* @__PURE__ */ jsxs96("div", { className: "agg-event-skeleton-header flex h-12 w-full items-center gap-3", children: [
|
|
5391
|
+
/* @__PURE__ */ jsx99(SkeletonBlock, { className: "agg-event-skeleton-image size-10! rounded-agg-lg" }),
|
|
5392
|
+
/* @__PURE__ */ jsx99(SkeletonBlock, { className: "agg-event-skeleton-title h-6 w-[240px] max-w-[calc(100%-52px)] rounded-agg-sm" })
|
|
5364
5393
|
] }),
|
|
5365
|
-
/* @__PURE__ */
|
|
5394
|
+
/* @__PURE__ */ jsx99("div", { className: "agg-event-skeleton-outcomes flex w-full flex-col gap-4", children: outcomeTitleWidths.map((outcomeTitleWidth, index) => /* @__PURE__ */ jsxs96(
|
|
5366
5395
|
"div",
|
|
5367
5396
|
{
|
|
5368
5397
|
className: "agg-event-skeleton-outcome-row flex w-full items-center justify-between gap-3",
|
|
5369
5398
|
children: [
|
|
5370
|
-
/* @__PURE__ */
|
|
5399
|
+
/* @__PURE__ */ jsx99(
|
|
5371
5400
|
SkeletonBlock,
|
|
5372
5401
|
{
|
|
5373
5402
|
className: cn(
|
|
@@ -5376,24 +5405,24 @@ var EventListItemSkeletonView = ({
|
|
|
5376
5405
|
)
|
|
5377
5406
|
}
|
|
5378
5407
|
),
|
|
5379
|
-
/* @__PURE__ */
|
|
5380
|
-
/* @__PURE__ */
|
|
5381
|
-
/* @__PURE__ */
|
|
5408
|
+
/* @__PURE__ */ jsxs96("div", { className: "agg-event-skeleton-price-strip flex shrink-0 items-center gap-2", children: [
|
|
5409
|
+
/* @__PURE__ */ jsx99(SkeletonBlock, { className: "agg-event-skeleton-outcome-pill h-[30px] w-[68px] rounded-agg-full" }),
|
|
5410
|
+
/* @__PURE__ */ jsx99(SkeletonBlock, { className: "agg-event-skeleton-outcome-pill h-[30px] w-[68px] rounded-agg-full" })
|
|
5382
5411
|
] })
|
|
5383
5412
|
]
|
|
5384
5413
|
},
|
|
5385
5414
|
index
|
|
5386
5415
|
)) }),
|
|
5387
|
-
/* @__PURE__ */
|
|
5388
|
-
/* @__PURE__ */
|
|
5389
|
-
/* @__PURE__ */
|
|
5390
|
-
/* @__PURE__ */
|
|
5391
|
-
/* @__PURE__ */
|
|
5392
|
-
/* @__PURE__ */
|
|
5393
|
-
/* @__PURE__ */
|
|
5416
|
+
/* @__PURE__ */ jsxs96("div", { className: "agg-event-skeleton-footer flex w-full items-center justify-between gap-5 text-agg-muted-foreground", children: [
|
|
5417
|
+
/* @__PURE__ */ jsxs96("div", { className: "agg-event-skeleton-meta flex min-w-0 flex-1 items-center gap-2", children: [
|
|
5418
|
+
/* @__PURE__ */ jsx99(SkeletonBlock, { className: "agg-event-skeleton-matched-badge h-5 w-[68px] rounded-agg-full" }),
|
|
5419
|
+
/* @__PURE__ */ jsxs96("div", { className: "agg-event-skeleton-venues flex h-[14px] items-center gap-1 overflow-hidden", children: [
|
|
5420
|
+
/* @__PURE__ */ jsx99(SkeletonBlock, { className: "agg-event-skeleton-venue-logo size-[14px] rounded-agg-sm" }),
|
|
5421
|
+
/* @__PURE__ */ jsx99(SkeletonBlock, { className: "agg-event-skeleton-venue-logo size-[14px] rounded-agg-sm" }),
|
|
5422
|
+
/* @__PURE__ */ jsx99(SkeletonBlock, { className: "agg-event-skeleton-venue-logo size-[14px] rounded-agg-sm" })
|
|
5394
5423
|
] })
|
|
5395
5424
|
] }),
|
|
5396
|
-
/* @__PURE__ */
|
|
5425
|
+
/* @__PURE__ */ jsx99(SkeletonBlock, { className: "agg-event-skeleton-volume h-5 w-[60px] rounded-agg-sm" })
|
|
5397
5426
|
] })
|
|
5398
5427
|
]
|
|
5399
5428
|
}
|
|
@@ -5402,7 +5431,7 @@ var EventListItemSkeletonView = ({
|
|
|
5402
5431
|
EventListItemSkeletonView.displayName = "EventListItemSkeletonView";
|
|
5403
5432
|
|
|
5404
5433
|
// src/primitives/skeleton/views/event-list-skeleton-view.tsx
|
|
5405
|
-
import { jsx as
|
|
5434
|
+
import { jsx as jsx100, jsxs as jsxs97 } from "react/jsx-runtime";
|
|
5406
5435
|
var DEFAULT_SKELETON_EVENTS_LIMIT = 20;
|
|
5407
5436
|
var SIDEBAR_SKELETON_ROWS = 8;
|
|
5408
5437
|
var EventListSkeletonView = ({
|
|
@@ -5411,7 +5440,7 @@ var EventListSkeletonView = ({
|
|
|
5411
5440
|
withSidebar
|
|
5412
5441
|
}) => {
|
|
5413
5442
|
const labels = useLabels4();
|
|
5414
|
-
return /* @__PURE__ */
|
|
5443
|
+
return /* @__PURE__ */ jsxs97(
|
|
5415
5444
|
"section",
|
|
5416
5445
|
{
|
|
5417
5446
|
className: cn("group/agg-skeleton", "flex w-full flex-col gap-5", className),
|
|
@@ -5419,21 +5448,21 @@ var EventListSkeletonView = ({
|
|
|
5419
5448
|
"aria-label": ariaLabel != null ? ariaLabel : labels.eventList.loading("events"),
|
|
5420
5449
|
"aria-busy": true,
|
|
5421
5450
|
children: [
|
|
5422
|
-
/* @__PURE__ */
|
|
5423
|
-
/* @__PURE__ */
|
|
5424
|
-
/* @__PURE__ */
|
|
5451
|
+
/* @__PURE__ */ jsxs97("header", { className: "flex w-full flex-col items-start justify-between gap-3 md:flex-row md:flex-nowrap md:items-center md:gap-5", children: [
|
|
5452
|
+
/* @__PURE__ */ jsx100(SkeletonBlock, { className: "h-7 w-[120px] rounded-agg-md" }),
|
|
5453
|
+
/* @__PURE__ */ jsx100(SkeletonBlock, { className: "h-8 w-full rounded-agg-md md:w-[400px]" })
|
|
5425
5454
|
] }),
|
|
5426
|
-
/* @__PURE__ */
|
|
5427
|
-
withSidebar ? /* @__PURE__ */
|
|
5428
|
-
/* @__PURE__ */
|
|
5429
|
-
/* @__PURE__ */
|
|
5430
|
-
/* @__PURE__ */
|
|
5431
|
-
/* @__PURE__ */
|
|
5432
|
-
/* @__PURE__ */
|
|
5455
|
+
/* @__PURE__ */ jsxs97("div", { className: cn("flex w-full gap-6", withSidebar ? "md:items-start" : ""), children: [
|
|
5456
|
+
withSidebar ? /* @__PURE__ */ jsx100("aside", { className: "agg-event-list-skeleton-sidebar hidden w-[200px] shrink-0 md:block", children: /* @__PURE__ */ jsxs97("div", { className: "flex w-full flex-col gap-1 rounded-[8px] border border-agg-separator bg-agg-secondary p-2", children: [
|
|
5457
|
+
/* @__PURE__ */ jsx100(SkeletonBlock, { className: "h-11 w-full rounded-[6px]" }),
|
|
5458
|
+
/* @__PURE__ */ jsx100(SkeletonBlock, { className: "h-11 w-full rounded-[6px]" }),
|
|
5459
|
+
/* @__PURE__ */ jsxs97("div", { className: "flex w-full flex-col gap-1 pl-4", children: [
|
|
5460
|
+
/* @__PURE__ */ jsx100(SkeletonBlock, { className: "h-11 w-full rounded-[6px]" }),
|
|
5461
|
+
/* @__PURE__ */ jsx100(SkeletonBlock, { className: "h-11 w-full rounded-[6px]" })
|
|
5433
5462
|
] }),
|
|
5434
|
-
Array.from({ length: SIDEBAR_SKELETON_ROWS - 4 }).map((_, index) => /* @__PURE__ */
|
|
5463
|
+
Array.from({ length: SIDEBAR_SKELETON_ROWS - 4 }).map((_, index) => /* @__PURE__ */ jsx100(SkeletonBlock, { className: "h-11 w-full rounded-[6px]" }, index))
|
|
5435
5464
|
] }) }) : null,
|
|
5436
|
-
/* @__PURE__ */
|
|
5465
|
+
/* @__PURE__ */ jsx100("div", { className: "agg-event-list-skeleton-grid grid w-full grid-cols-[repeat(auto-fill,minmax(240px,1fr))] md:grid-cols-[repeat(auto-fill,minmax(360px,1fr))] gap-4", children: Array.from({ length: DEFAULT_SKELETON_EVENTS_LIMIT }).map((_, index) => /* @__PURE__ */ jsx100(
|
|
5437
5466
|
EventListItemSkeletonView,
|
|
5438
5467
|
{
|
|
5439
5468
|
isStandalone: false,
|
|
@@ -5455,13 +5484,13 @@ import { useLabels as useLabels5 } from "@agg-build/hooks";
|
|
|
5455
5484
|
var detailsBaseCardClassName = "w-full gap-6 p-5 md:gap-8";
|
|
5456
5485
|
|
|
5457
5486
|
// src/primitives/skeleton/views/event-list-item-details-skeleton-view.tsx
|
|
5458
|
-
import { jsx as
|
|
5487
|
+
import { jsx as jsx101, jsxs as jsxs98 } from "react/jsx-runtime";
|
|
5459
5488
|
var EventListItemDetailsSkeletonView = ({
|
|
5460
5489
|
className,
|
|
5461
5490
|
ariaLabel
|
|
5462
5491
|
}) => {
|
|
5463
5492
|
const labels = useLabels5();
|
|
5464
|
-
return /* @__PURE__ */
|
|
5493
|
+
return /* @__PURE__ */ jsxs98(
|
|
5465
5494
|
Card,
|
|
5466
5495
|
{
|
|
5467
5496
|
className: cn("group/agg-skeleton", detailsBaseCardClassName, className),
|
|
@@ -5469,24 +5498,24 @@ var EventListItemDetailsSkeletonView = ({
|
|
|
5469
5498
|
"aria-label": ariaLabel != null ? ariaLabel : labels.eventItemDetails.loading,
|
|
5470
5499
|
"aria-busy": true,
|
|
5471
5500
|
children: [
|
|
5472
|
-
/* @__PURE__ */
|
|
5473
|
-
/* @__PURE__ */
|
|
5474
|
-
/* @__PURE__ */
|
|
5501
|
+
/* @__PURE__ */ jsxs98("div", { className: "flex h-14 w-full items-center gap-3 justify-stretch", children: [
|
|
5502
|
+
/* @__PURE__ */ jsx101(SkeletonBlock, { className: "size-10! rounded-agg-lg" }),
|
|
5503
|
+
/* @__PURE__ */ jsx101(SkeletonBlock, { className: "h-6 w-fit flex-1 rounded-agg-sm" })
|
|
5475
5504
|
] }),
|
|
5476
|
-
/* @__PURE__ */
|
|
5477
|
-
/* @__PURE__ */
|
|
5478
|
-
/* @__PURE__ */
|
|
5479
|
-
/* @__PURE__ */
|
|
5480
|
-
/* @__PURE__ */
|
|
5481
|
-
/* @__PURE__ */
|
|
5505
|
+
/* @__PURE__ */ jsxs98("div", { className: "flex w-full flex-col gap-4 md:gap-6", children: [
|
|
5506
|
+
/* @__PURE__ */ jsxs98("div", { className: "flex w-full flex-col gap-3 md:flex-row md:items-center md:justify-between", children: [
|
|
5507
|
+
/* @__PURE__ */ jsxs98("div", { className: "flex max-w-full gap-2 overflow-hidden", children: [
|
|
5508
|
+
/* @__PURE__ */ jsx101(SkeletonBlock, { className: "h-9 w-[100px] rounded-agg-full" }),
|
|
5509
|
+
/* @__PURE__ */ jsx101(SkeletonBlock, { className: "h-9 w-[100px] rounded-agg-full" }),
|
|
5510
|
+
/* @__PURE__ */ jsx101(SkeletonBlock, { className: "h-9 w-[100px] rounded-agg-full" })
|
|
5482
5511
|
] }),
|
|
5483
|
-
/* @__PURE__ */
|
|
5512
|
+
/* @__PURE__ */ jsx101(SkeletonBlock, { className: "h-9 w-full max-w-[221px] rounded-agg-full md:w-[221px]" })
|
|
5484
5513
|
] }),
|
|
5485
|
-
/* @__PURE__ */
|
|
5486
|
-
/* @__PURE__ */
|
|
5487
|
-
/* @__PURE__ */
|
|
5488
|
-
/* @__PURE__ */
|
|
5489
|
-
/* @__PURE__ */
|
|
5514
|
+
/* @__PURE__ */ jsxs98("div", { className: "flex w-full flex-col gap-3", children: [
|
|
5515
|
+
/* @__PURE__ */ jsx101(SkeletonBlock, { className: "h-[220px] w-full rounded-agg-xl md:h-[240px]" }),
|
|
5516
|
+
/* @__PURE__ */ jsxs98("div", { className: "flex items-center justify-between", children: [
|
|
5517
|
+
/* @__PURE__ */ jsx101(SkeletonBlock, { className: "h-5 w-[59px] rounded-agg-sm" }),
|
|
5518
|
+
/* @__PURE__ */ jsx101(SkeletonBlock, { className: "h-5 w-40 rounded-agg-sm" })
|
|
5490
5519
|
] })
|
|
5491
5520
|
] })
|
|
5492
5521
|
] })
|
|
@@ -5511,34 +5540,34 @@ var marketDetailsDefaultIsOpened = false;
|
|
|
5511
5540
|
var orderBookRowLimitDefault = 4;
|
|
5512
5541
|
|
|
5513
5542
|
// src/primitives/skeleton/views/market-details-skeleton-view.tsx
|
|
5514
|
-
import { Fragment as Fragment4, jsx as
|
|
5543
|
+
import { Fragment as Fragment4, jsx as jsx102, jsxs as jsxs99 } from "react/jsx-runtime";
|
|
5515
5544
|
var orderBookAskBarScales = ["93%", "47%", "33%", "31%"];
|
|
5516
5545
|
var orderBookBidBarScales = ["9%", "33%", "53%", "73%"];
|
|
5517
5546
|
var MarketDetailsHeaderSkeleton = () => {
|
|
5518
|
-
return /* @__PURE__ */
|
|
5519
|
-
/* @__PURE__ */
|
|
5520
|
-
/* @__PURE__ */
|
|
5521
|
-
/* @__PURE__ */
|
|
5522
|
-
/* @__PURE__ */
|
|
5523
|
-
/* @__PURE__ */
|
|
5547
|
+
return /* @__PURE__ */ jsxs99("div", { className: "flex flex-wrap items-center justify-between gap-3 px-4 py-3 md:px-5", children: [
|
|
5548
|
+
/* @__PURE__ */ jsxs99("div", { className: "flex min-w-0 items-center gap-3 md:min-w-52 md:gap-4", children: [
|
|
5549
|
+
/* @__PURE__ */ jsx102(SkeletonBlock, { className: "size-12 rounded-agg-lg md:size-[60px]" }),
|
|
5550
|
+
/* @__PURE__ */ jsxs99("div", { className: "flex min-w-0 flex-col gap-2", children: [
|
|
5551
|
+
/* @__PURE__ */ jsx102(SkeletonBlock, { className: "h-6 w-[132px] rounded-agg-sm" }),
|
|
5552
|
+
/* @__PURE__ */ jsx102(SkeletonBlock, { className: "h-4 w-[141px] rounded-agg-sm" })
|
|
5524
5553
|
] })
|
|
5525
5554
|
] }),
|
|
5526
|
-
/* @__PURE__ */
|
|
5527
|
-
/* @__PURE__ */
|
|
5528
|
-
/* @__PURE__ */
|
|
5529
|
-
/* @__PURE__ */
|
|
5555
|
+
/* @__PURE__ */ jsx102(SkeletonBlock, { className: "h-9 w-[60px] rounded-agg-md" }),
|
|
5556
|
+
/* @__PURE__ */ jsxs99("div", { className: "flex w-full gap-2 md:w-auto", children: [
|
|
5557
|
+
/* @__PURE__ */ jsx102(SkeletonBlock, { className: "h-9 w-full rounded-agg-full md:w-[135px]" }),
|
|
5558
|
+
/* @__PURE__ */ jsx102(SkeletonBlock, { className: "h-9 w-full rounded-agg-full md:w-[131px]" })
|
|
5530
5559
|
] })
|
|
5531
5560
|
] });
|
|
5532
5561
|
};
|
|
5533
5562
|
var MarketDetailsTabsSkeleton = () => {
|
|
5534
|
-
return /* @__PURE__ */
|
|
5535
|
-
/* @__PURE__ */
|
|
5536
|
-
/* @__PURE__ */
|
|
5537
|
-
/* @__PURE__ */
|
|
5563
|
+
return /* @__PURE__ */ jsxs99("div", { className: "flex h-14 items-end px-4 md:px-5", children: [
|
|
5564
|
+
/* @__PURE__ */ jsxs99("div", { className: "flex h-full flex-col items-end justify-end rounded-t-agg-lg", children: [
|
|
5565
|
+
/* @__PURE__ */ jsx102("div", { className: "px-4 py-3", children: /* @__PURE__ */ jsx102(SkeletonBlock, { className: "h-6 w-20 rounded-agg-sm" }) }),
|
|
5566
|
+
/* @__PURE__ */ jsx102(SkeletonBlock, { className: "h-[2px] w-full rounded-t-agg-sm" })
|
|
5538
5567
|
] }),
|
|
5539
|
-
/* @__PURE__ */
|
|
5540
|
-
/* @__PURE__ */
|
|
5541
|
-
/* @__PURE__ */
|
|
5568
|
+
/* @__PURE__ */ jsxs99("div", { className: "flex h-full flex-col justify-center", children: [
|
|
5569
|
+
/* @__PURE__ */ jsx102("div", { className: "px-4 py-3", children: /* @__PURE__ */ jsx102(SkeletonBlock, { className: "h-6 w-12 rounded-agg-sm" }) }),
|
|
5570
|
+
/* @__PURE__ */ jsx102("div", { className: "h-[2px] w-full" })
|
|
5542
5571
|
] })
|
|
5543
5572
|
] });
|
|
5544
5573
|
};
|
|
@@ -5546,25 +5575,25 @@ var MarketDetailsOrderBookRows = ({
|
|
|
5546
5575
|
side,
|
|
5547
5576
|
barScales
|
|
5548
5577
|
}) => {
|
|
5549
|
-
return /* @__PURE__ */
|
|
5578
|
+
return /* @__PURE__ */ jsx102("div", { className: "flex flex-col", children: barScales.map((barScale, index) => /* @__PURE__ */ jsxs99(
|
|
5550
5579
|
"div",
|
|
5551
5580
|
{
|
|
5552
5581
|
className: "flex h-9 items-center gap-2 overflow-hidden pr-5 md:gap-10",
|
|
5553
5582
|
children: [
|
|
5554
|
-
/* @__PURE__ */
|
|
5583
|
+
/* @__PURE__ */ jsx102("div", { className: "relative h-9 min-h-0 min-w-0 flex-1", children: /* @__PURE__ */ jsx102(
|
|
5555
5584
|
"div",
|
|
5556
5585
|
{
|
|
5557
5586
|
className: "absolute inset-y-0 left-0",
|
|
5558
5587
|
style: { right: `${100 - parseFloat(barScale)}%` },
|
|
5559
|
-
children: /* @__PURE__ */
|
|
5588
|
+
children: /* @__PURE__ */ jsx102(SkeletonBlock, { className: "h-full w-full rounded-none" })
|
|
5560
5589
|
}
|
|
5561
5590
|
) }),
|
|
5562
|
-
/* @__PURE__ */
|
|
5563
|
-
/* @__PURE__ */
|
|
5564
|
-
/* @__PURE__ */
|
|
5591
|
+
/* @__PURE__ */ jsxs99("div", { className: "flex w-20 shrink-0 items-center gap-1 md:w-[120px]", children: [
|
|
5592
|
+
/* @__PURE__ */ jsx102(SkeletonBlock, { className: "h-5 w-10 rounded-agg-sm md:w-12" }),
|
|
5593
|
+
/* @__PURE__ */ jsx102(SkeletonBlock, { className: "size-3.5 rounded-agg-sm" })
|
|
5565
5594
|
] }),
|
|
5566
|
-
/* @__PURE__ */
|
|
5567
|
-
/* @__PURE__ */
|
|
5595
|
+
/* @__PURE__ */ jsx102(SkeletonBlock, { className: "h-5 w-16 shrink-0 rounded-agg-sm md:w-[120px]" }),
|
|
5596
|
+
/* @__PURE__ */ jsx102(SkeletonBlock, { className: "h-5 w-16 shrink-0 rounded-agg-sm md:w-[120px]" })
|
|
5568
5597
|
]
|
|
5569
5598
|
},
|
|
5570
5599
|
`${side}-row-${index}`
|
|
@@ -5573,19 +5602,19 @@ var MarketDetailsOrderBookRows = ({
|
|
|
5573
5602
|
var MarketDetailsOderbookSkeleton = ({
|
|
5574
5603
|
className
|
|
5575
5604
|
}) => {
|
|
5576
|
-
return /* @__PURE__ */
|
|
5577
|
-
/* @__PURE__ */
|
|
5578
|
-
/* @__PURE__ */
|
|
5579
|
-
/* @__PURE__ */
|
|
5580
|
-
/* @__PURE__ */
|
|
5581
|
-
/* @__PURE__ */
|
|
5605
|
+
return /* @__PURE__ */ jsxs99("div", { className: cn("flex flex-col", className), children: [
|
|
5606
|
+
/* @__PURE__ */ jsxs99("div", { className: "flex h-9 items-center gap-2 border-b border-agg-separator px-3 md:gap-10 md:px-5", children: [
|
|
5607
|
+
/* @__PURE__ */ jsx102(SkeletonBlock, { className: "h-4 w-16 flex-1 rounded-agg-sm md:w-20" }),
|
|
5608
|
+
/* @__PURE__ */ jsx102(SkeletonBlock, { className: "h-4 w-20 shrink-0 rounded-agg-sm md:w-[120px]" }),
|
|
5609
|
+
/* @__PURE__ */ jsx102(SkeletonBlock, { className: "h-4 w-16 shrink-0 rounded-agg-sm md:w-[120px]" }),
|
|
5610
|
+
/* @__PURE__ */ jsx102(SkeletonBlock, { className: "h-4 w-16 shrink-0 rounded-agg-sm md:w-[120px]" })
|
|
5582
5611
|
] }),
|
|
5583
|
-
/* @__PURE__ */
|
|
5584
|
-
/* @__PURE__ */
|
|
5585
|
-
/* @__PURE__ */
|
|
5586
|
-
/* @__PURE__ */
|
|
5612
|
+
/* @__PURE__ */ jsx102(MarketDetailsOrderBookRows, { side: "ask", barScales: orderBookAskBarScales }),
|
|
5613
|
+
/* @__PURE__ */ jsxs99("div", { className: "flex h-9 items-center gap-2 border-y border-agg-separator px-3 md:gap-10 md:px-5", children: [
|
|
5614
|
+
/* @__PURE__ */ jsx102(SkeletonBlock, { className: "h-5 w-24 flex-1 rounded-agg-sm" }),
|
|
5615
|
+
/* @__PURE__ */ jsx102(SkeletonBlock, { className: "h-5 w-20 shrink-0 rounded-agg-sm" })
|
|
5587
5616
|
] }),
|
|
5588
|
-
/* @__PURE__ */
|
|
5617
|
+
/* @__PURE__ */ jsx102(MarketDetailsOrderBookRows, { side: "bid", barScales: orderBookBidBarScales })
|
|
5589
5618
|
] });
|
|
5590
5619
|
};
|
|
5591
5620
|
var MarketDetailsSkeletonView = ({
|
|
@@ -5594,7 +5623,7 @@ var MarketDetailsSkeletonView = ({
|
|
|
5594
5623
|
isDetailed
|
|
5595
5624
|
}) => {
|
|
5596
5625
|
const labels = useLabels6();
|
|
5597
|
-
return /* @__PURE__ */
|
|
5626
|
+
return /* @__PURE__ */ jsxs99(
|
|
5598
5627
|
Card,
|
|
5599
5628
|
{
|
|
5600
5629
|
className: cn("group/agg-skeleton", marketDetailsBaseCardClassName, className),
|
|
@@ -5602,12 +5631,12 @@ var MarketDetailsSkeletonView = ({
|
|
|
5602
5631
|
"aria-label": ariaLabel != null ? ariaLabel : labels.marketDetails.loading,
|
|
5603
5632
|
"aria-busy": true,
|
|
5604
5633
|
children: [
|
|
5605
|
-
/* @__PURE__ */
|
|
5606
|
-
isDetailed ? /* @__PURE__ */
|
|
5607
|
-
/* @__PURE__ */
|
|
5608
|
-
/* @__PURE__ */
|
|
5609
|
-
/* @__PURE__ */
|
|
5610
|
-
/* @__PURE__ */
|
|
5634
|
+
/* @__PURE__ */ jsx102(MarketDetailsHeaderSkeleton, {}),
|
|
5635
|
+
isDetailed ? /* @__PURE__ */ jsxs99(Fragment4, { children: [
|
|
5636
|
+
/* @__PURE__ */ jsx102("div", { className: "h-px w-full bg-agg-separator" }),
|
|
5637
|
+
/* @__PURE__ */ jsx102(MarketDetailsTabsSkeleton, {}),
|
|
5638
|
+
/* @__PURE__ */ jsx102("div", { className: "h-px w-full bg-agg-separator" }),
|
|
5639
|
+
/* @__PURE__ */ jsx102(MarketDetailsOderbookSkeleton, {})
|
|
5611
5640
|
] }) : null
|
|
5612
5641
|
]
|
|
5613
5642
|
}
|
|
@@ -5616,78 +5645,78 @@ var MarketDetailsSkeletonView = ({
|
|
|
5616
5645
|
MarketDetailsSkeletonView.displayName = "MarketDetailsSkeletonView";
|
|
5617
5646
|
|
|
5618
5647
|
// src/primitives/skeleton/views/place-order-skeleton-view.tsx
|
|
5619
|
-
import { jsx as
|
|
5648
|
+
import { jsx as jsx103, jsxs as jsxs100 } from "react/jsx-runtime";
|
|
5620
5649
|
var placeOrderCardClassName = "overflow-hidden rounded-agg-xl border border-agg-border bg-agg-secondary shadow-none hover:shadow-none";
|
|
5621
5650
|
var PlaceOrderRouteCardSkeleton = () => {
|
|
5622
|
-
return /* @__PURE__ */
|
|
5623
|
-
/* @__PURE__ */
|
|
5624
|
-
/* @__PURE__ */
|
|
5625
|
-
/* @__PURE__ */
|
|
5626
|
-
/* @__PURE__ */
|
|
5627
|
-
/* @__PURE__ */
|
|
5651
|
+
return /* @__PURE__ */ jsxs100("div", { className: "flex w-full items-center justify-between gap-4 rounded-agg-lg border border-agg-border bg-agg-secondary p-3", children: [
|
|
5652
|
+
/* @__PURE__ */ jsxs100("div", { className: "flex items-center gap-3", children: [
|
|
5653
|
+
/* @__PURE__ */ jsx103(SkeletonBlock, { className: "size-4 shrink-0 rounded-agg-sm" }),
|
|
5654
|
+
/* @__PURE__ */ jsxs100("div", { className: "flex flex-col gap-2", children: [
|
|
5655
|
+
/* @__PURE__ */ jsx103(SkeletonBlock, { className: "h-5 w-10 rounded-agg-sm" }),
|
|
5656
|
+
/* @__PURE__ */ jsx103(SkeletonBlock, { className: "h-3 w-[91px] rounded-agg-sm" })
|
|
5628
5657
|
] })
|
|
5629
5658
|
] }),
|
|
5630
|
-
/* @__PURE__ */
|
|
5659
|
+
/* @__PURE__ */ jsx103(SkeletonBlock, { className: "h-5 w-[75px] shrink-0 rounded-agg-sm" })
|
|
5631
5660
|
] });
|
|
5632
5661
|
};
|
|
5633
5662
|
PlaceOrderRouteCardSkeleton.displayName = "PlaceOrderRouteCardSkeleton";
|
|
5634
5663
|
var TabsSkeletonBar = () => {
|
|
5635
|
-
return /* @__PURE__ */
|
|
5636
|
-
/* @__PURE__ */
|
|
5637
|
-
/* @__PURE__ */
|
|
5638
|
-
/* @__PURE__ */
|
|
5664
|
+
return /* @__PURE__ */ jsxs100("div", { className: "flex w-full items-end border-b border-agg-border", children: [
|
|
5665
|
+
/* @__PURE__ */ jsxs100("div", { className: "flex flex-col rounded-t-agg-lg", children: [
|
|
5666
|
+
/* @__PURE__ */ jsx103("div", { className: "px-5 py-2", children: /* @__PURE__ */ jsx103(SkeletonBlock, { className: "h-6 w-10 rounded-agg-sm" }) }),
|
|
5667
|
+
/* @__PURE__ */ jsx103(SkeletonBlock, { className: "h-[2px] w-full rounded-t-agg-sm" })
|
|
5639
5668
|
] }),
|
|
5640
|
-
/* @__PURE__ */
|
|
5641
|
-
/* @__PURE__ */
|
|
5642
|
-
/* @__PURE__ */
|
|
5669
|
+
/* @__PURE__ */ jsxs100("div", { className: "flex flex-col", children: [
|
|
5670
|
+
/* @__PURE__ */ jsx103("div", { className: "px-5 py-2", children: /* @__PURE__ */ jsx103(SkeletonBlock, { className: "h-6 w-10 rounded-agg-sm" }) }),
|
|
5671
|
+
/* @__PURE__ */ jsx103("div", { className: "h-[2px] w-full" })
|
|
5643
5672
|
] })
|
|
5644
5673
|
] });
|
|
5645
5674
|
};
|
|
5646
5675
|
var ContentBody = () => {
|
|
5647
|
-
return /* @__PURE__ */
|
|
5648
|
-
/* @__PURE__ */
|
|
5649
|
-
/* @__PURE__ */
|
|
5650
|
-
/* @__PURE__ */
|
|
5651
|
-
/* @__PURE__ */
|
|
5652
|
-
/* @__PURE__ */
|
|
5653
|
-
/* @__PURE__ */
|
|
5676
|
+
return /* @__PURE__ */ jsxs100("div", { className: cn("flex flex-col gap-6 p-5"), children: [
|
|
5677
|
+
/* @__PURE__ */ jsxs100("div", { className: "flex flex-col gap-2", children: [
|
|
5678
|
+
/* @__PURE__ */ jsxs100("div", { className: "flex min-w-0 items-center gap-3", children: [
|
|
5679
|
+
/* @__PURE__ */ jsx103(SkeletonBlock, { className: "size-12 shrink-0 rounded-agg-lg" }),
|
|
5680
|
+
/* @__PURE__ */ jsxs100("div", { className: "flex min-w-0 flex-1 flex-col gap-2", children: [
|
|
5681
|
+
/* @__PURE__ */ jsx103(SkeletonBlock, { className: "h-4 w-[92%] max-w-[240px] rounded-agg-sm" }),
|
|
5682
|
+
/* @__PURE__ */ jsx103(SkeletonBlock, { className: "h-4 w-[64%] max-w-[160px] rounded-agg-sm" })
|
|
5654
5683
|
] })
|
|
5655
5684
|
] }),
|
|
5656
|
-
/* @__PURE__ */
|
|
5657
|
-
/* @__PURE__ */
|
|
5685
|
+
/* @__PURE__ */ jsx103(SkeletonBlock, { className: "h-6 w-[92px] rounded-agg-sm" }),
|
|
5686
|
+
/* @__PURE__ */ jsx103(TabsSkeletonBar, {})
|
|
5658
5687
|
] }),
|
|
5659
|
-
/* @__PURE__ */
|
|
5660
|
-
/* @__PURE__ */
|
|
5661
|
-
/* @__PURE__ */
|
|
5662
|
-
/* @__PURE__ */
|
|
5688
|
+
/* @__PURE__ */ jsxs100("div", { className: "flex flex-col gap-4", children: [
|
|
5689
|
+
/* @__PURE__ */ jsxs100("div", { className: "flex w-full gap-2", children: [
|
|
5690
|
+
/* @__PURE__ */ jsx103(SkeletonBlock, { className: "h-11 flex-1 rounded-agg-full" }),
|
|
5691
|
+
/* @__PURE__ */ jsx103(SkeletonBlock, { className: "h-11 flex-1 rounded-agg-full" })
|
|
5663
5692
|
] }),
|
|
5664
|
-
/* @__PURE__ */
|
|
5665
|
-
/* @__PURE__ */
|
|
5666
|
-
/* @__PURE__ */
|
|
5667
|
-
/* @__PURE__ */
|
|
5693
|
+
/* @__PURE__ */ jsxs100("div", { className: "flex items-center justify-between gap-4", children: [
|
|
5694
|
+
/* @__PURE__ */ jsxs100("div", { className: "flex flex-col gap-2", children: [
|
|
5695
|
+
/* @__PURE__ */ jsx103(SkeletonBlock, { className: "h-5 w-[63px] rounded-agg-sm" }),
|
|
5696
|
+
/* @__PURE__ */ jsx103(SkeletonBlock, { className: "h-4 w-[118px] rounded-agg-sm" })
|
|
5668
5697
|
] }),
|
|
5669
|
-
/* @__PURE__ */
|
|
5698
|
+
/* @__PURE__ */ jsx103("p", { className: cn("text-agg-3xl font-agg-bold leading-agg-9 text-agg-separator"), children: "$0" })
|
|
5670
5699
|
] })
|
|
5671
5700
|
] }),
|
|
5672
|
-
/* @__PURE__ */
|
|
5673
|
-
/* @__PURE__ */
|
|
5674
|
-
/* @__PURE__ */
|
|
5701
|
+
/* @__PURE__ */ jsxs100("div", { className: "flex flex-col gap-4", children: [
|
|
5702
|
+
/* @__PURE__ */ jsx103(SkeletonBlock, { className: "h-12 w-full rounded-agg-full" }),
|
|
5703
|
+
/* @__PURE__ */ jsx103(SkeletonBlock, { className: "h-3.5 w-full max-w-[120px] self-center rounded-agg-sm" })
|
|
5675
5704
|
] }),
|
|
5676
|
-
/* @__PURE__ */
|
|
5705
|
+
/* @__PURE__ */ jsx103(SkeletonBlock, { className: "h-4 w-full max-w-[200px] self-center rounded-agg-sm" })
|
|
5677
5706
|
] });
|
|
5678
5707
|
};
|
|
5679
5708
|
var PlaceOrderSkeletonView = ({
|
|
5680
5709
|
className,
|
|
5681
5710
|
ariaLabel
|
|
5682
5711
|
}) => {
|
|
5683
|
-
return /* @__PURE__ */
|
|
5712
|
+
return /* @__PURE__ */ jsx103(
|
|
5684
5713
|
"div",
|
|
5685
5714
|
{
|
|
5686
5715
|
className: cn("group/agg-skeleton", "w-full", className),
|
|
5687
5716
|
role: "status",
|
|
5688
5717
|
"aria-label": ariaLabel != null ? ariaLabel : "Loading place order",
|
|
5689
5718
|
"aria-busy": true,
|
|
5690
|
-
children: /* @__PURE__ */
|
|
5719
|
+
children: /* @__PURE__ */ jsx103(Card, { className: cn(placeOrderCardClassName, "w-full max-w-[342px]"), children: /* @__PURE__ */ jsx103(ContentBody, {}) })
|
|
5691
5720
|
}
|
|
5692
5721
|
);
|
|
5693
5722
|
};
|
|
@@ -5695,33 +5724,33 @@ PlaceOrderSkeletonView.displayName = "PlaceOrderSkeletonView";
|
|
|
5695
5724
|
|
|
5696
5725
|
// src/primitives/skeleton/views/search-skeleton-view.tsx
|
|
5697
5726
|
import { useLabels as useLabels7 } from "@agg-build/hooks";
|
|
5698
|
-
import { jsx as
|
|
5727
|
+
import { jsx as jsx104, jsxs as jsxs101 } from "react/jsx-runtime";
|
|
5699
5728
|
var SearchSkeletonRow = () => {
|
|
5700
|
-
return /* @__PURE__ */
|
|
5701
|
-
/* @__PURE__ */
|
|
5702
|
-
/* @__PURE__ */
|
|
5703
|
-
/* @__PURE__ */
|
|
5704
|
-
/* @__PURE__ */
|
|
5705
|
-
/* @__PURE__ */
|
|
5706
|
-
/* @__PURE__ */
|
|
5707
|
-
/* @__PURE__ */
|
|
5708
|
-
/* @__PURE__ */
|
|
5729
|
+
return /* @__PURE__ */ jsxs101("div", { className: "flex w-full items-center gap-6 px-5 py-4", children: [
|
|
5730
|
+
/* @__PURE__ */ jsx104(SkeletonBlock, { className: "size-12 shrink-0 rounded-agg-lg" }),
|
|
5731
|
+
/* @__PURE__ */ jsxs101("div", { className: "flex min-w-0 flex-1 flex-col gap-2", children: [
|
|
5732
|
+
/* @__PURE__ */ jsx104(SkeletonBlock, { className: "h-5 w-full max-w-[320px] rounded-agg-sm" }),
|
|
5733
|
+
/* @__PURE__ */ jsxs101("div", { className: "flex min-w-0 items-center gap-2", children: [
|
|
5734
|
+
/* @__PURE__ */ jsx104(SkeletonBlock, { className: "h-4 w-[104px] rounded-agg-sm" }),
|
|
5735
|
+
/* @__PURE__ */ jsxs101("div", { className: "flex items-center gap-1", children: [
|
|
5736
|
+
/* @__PURE__ */ jsx104(SkeletonBlock, { className: "size-[14px] rounded-[4px]" }),
|
|
5737
|
+
/* @__PURE__ */ jsx104(SkeletonBlock, { className: "size-[14px] rounded-[4px]" })
|
|
5709
5738
|
] })
|
|
5710
5739
|
] })
|
|
5711
5740
|
] }),
|
|
5712
|
-
/* @__PURE__ */
|
|
5713
|
-
/* @__PURE__ */
|
|
5714
|
-
/* @__PURE__ */
|
|
5715
|
-
/* @__PURE__ */
|
|
5716
|
-
/* @__PURE__ */
|
|
5741
|
+
/* @__PURE__ */ jsxs101("div", { className: "flex w-auto min-w-0 shrink items-center gap-2 sm:w-[200px] sm:shrink-0", children: [
|
|
5742
|
+
/* @__PURE__ */ jsx104(SkeletonBlock, { className: "size-4 rounded-[4px]" }),
|
|
5743
|
+
/* @__PURE__ */ jsxs101("div", { className: "flex min-w-0 flex-1 items-center gap-2", children: [
|
|
5744
|
+
/* @__PURE__ */ jsx104(SkeletonBlock, { className: "h-6 w-10 rounded-agg-sm" }),
|
|
5745
|
+
/* @__PURE__ */ jsx104(SkeletonBlock, { className: "hidden h-4 w-[60px] rounded-agg-sm sm:block" })
|
|
5717
5746
|
] })
|
|
5718
5747
|
] }),
|
|
5719
|
-
/* @__PURE__ */
|
|
5748
|
+
/* @__PURE__ */ jsx104(SkeletonBlock, { className: "hidden size-5 rounded-[4px] sm:block" })
|
|
5720
5749
|
] });
|
|
5721
5750
|
};
|
|
5722
5751
|
var SearchSkeletonView = ({ className, ariaLabel }) => {
|
|
5723
5752
|
const labels = useLabels7();
|
|
5724
|
-
return /* @__PURE__ */
|
|
5753
|
+
return /* @__PURE__ */ jsxs101(
|
|
5725
5754
|
"div",
|
|
5726
5755
|
{
|
|
5727
5756
|
className: cn(
|
|
@@ -5733,8 +5762,8 @@ var SearchSkeletonView = ({ className, ariaLabel }) => {
|
|
|
5733
5762
|
"aria-label": ariaLabel != null ? ariaLabel : labels.search.loadingResults,
|
|
5734
5763
|
"aria-busy": true,
|
|
5735
5764
|
children: [
|
|
5736
|
-
/* @__PURE__ */
|
|
5737
|
-
/* @__PURE__ */
|
|
5765
|
+
/* @__PURE__ */ jsx104("div", { className: "pt-2", children: Array.from({ length: 4 }).map((_, index) => /* @__PURE__ */ jsx104("div", { className: cn(index > 0 && "border-t border-agg-separator"), children: /* @__PURE__ */ jsx104(SearchSkeletonRow, {}) }, index)) }),
|
|
5766
|
+
/* @__PURE__ */ jsx104("div", { className: "border-t border-agg-separator px-5 py-5", children: /* @__PURE__ */ jsx104(SkeletonBlock, { className: "h-5 w-[116px] rounded-agg-sm" }) })
|
|
5738
5767
|
]
|
|
5739
5768
|
}
|
|
5740
5769
|
);
|
|
@@ -5743,13 +5772,13 @@ SearchSkeletonView.displayName = "SearchSkeletonView";
|
|
|
5743
5772
|
|
|
5744
5773
|
// src/primitives/skeleton/views/settlement-skeleton-view.tsx
|
|
5745
5774
|
import { useLabels as useLabels8 } from "@agg-build/hooks";
|
|
5746
|
-
import { jsx as
|
|
5775
|
+
import { jsx as jsx105, jsxs as jsxs102 } from "react/jsx-runtime";
|
|
5747
5776
|
var SettlementSkeletonView = ({
|
|
5748
5777
|
className,
|
|
5749
5778
|
ariaLabel
|
|
5750
5779
|
}) => {
|
|
5751
5780
|
const labels = useLabels8();
|
|
5752
|
-
return /* @__PURE__ */
|
|
5781
|
+
return /* @__PURE__ */ jsxs102(
|
|
5753
5782
|
Card,
|
|
5754
5783
|
{
|
|
5755
5784
|
className: cn(
|
|
@@ -5761,26 +5790,26 @@ var SettlementSkeletonView = ({
|
|
|
5761
5790
|
"aria-label": ariaLabel != null ? ariaLabel : labels.trading.settlementLoading,
|
|
5762
5791
|
"aria-busy": true,
|
|
5763
5792
|
children: [
|
|
5764
|
-
/* @__PURE__ */
|
|
5765
|
-
/* @__PURE__ */
|
|
5766
|
-
/* @__PURE__ */
|
|
5793
|
+
/* @__PURE__ */ jsxs102("div", { className: "flex w-full items-center justify-between gap-4", children: [
|
|
5794
|
+
/* @__PURE__ */ jsx105(SkeletonBlock, { className: "h-4 w-[81px] rounded-agg-sm" }),
|
|
5795
|
+
/* @__PURE__ */ jsx105(SkeletonBlock, { className: "h-5 w-full max-w-[240px] rounded-agg-sm" })
|
|
5767
5796
|
] }),
|
|
5768
|
-
/* @__PURE__ */
|
|
5769
|
-
/* @__PURE__ */
|
|
5770
|
-
/* @__PURE__ */
|
|
5771
|
-
/* @__PURE__ */
|
|
5772
|
-
/* @__PURE__ */
|
|
5797
|
+
/* @__PURE__ */ jsxs102("div", { className: "flex w-full flex-col gap-3", children: [
|
|
5798
|
+
/* @__PURE__ */ jsx105(SkeletonBlock, { className: "h-5 w-[200px] rounded-agg-sm" }),
|
|
5799
|
+
/* @__PURE__ */ jsxs102("div", { className: "flex flex-col gap-2", children: [
|
|
5800
|
+
/* @__PURE__ */ jsx105(SkeletonBlock, { className: "h-4 w-full max-w-[320px] rounded-agg-sm" }),
|
|
5801
|
+
/* @__PURE__ */ jsx105(SkeletonBlock, { className: "h-4 w-full max-w-[280px] rounded-agg-sm" })
|
|
5773
5802
|
] })
|
|
5774
5803
|
] }),
|
|
5775
|
-
/* @__PURE__ */
|
|
5776
|
-
/* @__PURE__ */
|
|
5777
|
-
/* @__PURE__ */
|
|
5778
|
-
/* @__PURE__ */
|
|
5779
|
-
/* @__PURE__ */
|
|
5804
|
+
/* @__PURE__ */ jsx105("div", { className: "h-px w-full bg-agg-separator" }),
|
|
5805
|
+
/* @__PURE__ */ jsxs102("div", { className: "flex w-full flex-col gap-3", children: [
|
|
5806
|
+
/* @__PURE__ */ jsxs102("div", { className: "flex items-center gap-2", children: [
|
|
5807
|
+
/* @__PURE__ */ jsx105(SkeletonBlock, { className: "size-4 rounded-agg-sm" }),
|
|
5808
|
+
/* @__PURE__ */ jsx105(SkeletonBlock, { className: "h-5 w-[100px] rounded-agg-sm" })
|
|
5780
5809
|
] }),
|
|
5781
|
-
/* @__PURE__ */
|
|
5782
|
-
/* @__PURE__ */
|
|
5783
|
-
/* @__PURE__ */
|
|
5810
|
+
/* @__PURE__ */ jsxs102("div", { className: "flex items-center gap-2", children: [
|
|
5811
|
+
/* @__PURE__ */ jsx105(SkeletonBlock, { className: "size-4 rounded-agg-sm" }),
|
|
5812
|
+
/* @__PURE__ */ jsx105(SkeletonBlock, { className: "h-5 w-[60px] rounded-agg-sm" })
|
|
5784
5813
|
] })
|
|
5785
5814
|
] })
|
|
5786
5815
|
]
|
|
@@ -5790,12 +5819,12 @@ var SettlementSkeletonView = ({
|
|
|
5790
5819
|
SettlementSkeletonView.displayName = "SettlementSkeletonView";
|
|
5791
5820
|
|
|
5792
5821
|
// src/primitives/skeleton/views/user-profile-overview-skeleton-view.tsx
|
|
5793
|
-
import { jsx as
|
|
5822
|
+
import { jsx as jsx106, jsxs as jsxs103 } from "react/jsx-runtime";
|
|
5794
5823
|
var UserProfileOverviewSkeletonView = ({
|
|
5795
5824
|
className,
|
|
5796
5825
|
ariaLabel
|
|
5797
5826
|
}) => {
|
|
5798
|
-
return /* @__PURE__ */
|
|
5827
|
+
return /* @__PURE__ */ jsxs103(
|
|
5799
5828
|
"div",
|
|
5800
5829
|
{
|
|
5801
5830
|
className: cn("flex w-full flex-col gap-6 sm:flex-row", className),
|
|
@@ -5803,49 +5832,49 @@ var UserProfileOverviewSkeletonView = ({
|
|
|
5803
5832
|
"aria-label": ariaLabel != null ? ariaLabel : "Loading profile overview",
|
|
5804
5833
|
"aria-busy": "true",
|
|
5805
5834
|
children: [
|
|
5806
|
-
/* @__PURE__ */
|
|
5807
|
-
/* @__PURE__ */
|
|
5808
|
-
/* @__PURE__ */
|
|
5809
|
-
/* @__PURE__ */
|
|
5810
|
-
/* @__PURE__ */
|
|
5811
|
-
/* @__PURE__ */
|
|
5812
|
-
/* @__PURE__ */
|
|
5835
|
+
/* @__PURE__ */ jsxs103("div", { className: "flex min-w-0 flex-1 flex-col gap-4 sm:gap-6", children: [
|
|
5836
|
+
/* @__PURE__ */ jsx106("div", { className: "rounded-agg-md border border-agg-separator bg-agg-secondary p-5", children: /* @__PURE__ */ jsxs103("div", { className: "flex w-full items-center gap-5", children: [
|
|
5837
|
+
/* @__PURE__ */ jsx106(SkeletonBlock, { className: "h-20 w-20 shrink-0 rounded-agg-full sm:h-[120px] sm:w-[120px]" }),
|
|
5838
|
+
/* @__PURE__ */ jsxs103("div", { className: "flex min-w-0 flex-1 flex-col gap-2", children: [
|
|
5839
|
+
/* @__PURE__ */ jsxs103("div", { className: "flex items-center justify-between gap-3", children: [
|
|
5840
|
+
/* @__PURE__ */ jsx106(SkeletonBlock, { className: "h-9 w-[140px] rounded-agg-sm" }),
|
|
5841
|
+
/* @__PURE__ */ jsx106(SkeletonBlock, { className: "h-6 w-[72px] rounded-agg-sm" })
|
|
5813
5842
|
] }),
|
|
5814
|
-
/* @__PURE__ */
|
|
5815
|
-
/* @__PURE__ */
|
|
5816
|
-
/* @__PURE__ */
|
|
5817
|
-
/* @__PURE__ */
|
|
5843
|
+
/* @__PURE__ */ jsxs103("div", { className: "flex items-center gap-2", children: [
|
|
5844
|
+
/* @__PURE__ */ jsx106(SkeletonBlock, { className: "h-5 w-5 rounded-agg-sm" }),
|
|
5845
|
+
/* @__PURE__ */ jsx106(SkeletonBlock, { className: "h-6 w-[140px] rounded-agg-sm" }),
|
|
5846
|
+
/* @__PURE__ */ jsx106(SkeletonBlock, { className: "h-5 w-[72px] rounded-agg-sm" })
|
|
5818
5847
|
] })
|
|
5819
5848
|
] })
|
|
5820
5849
|
] }) }),
|
|
5821
|
-
/* @__PURE__ */
|
|
5822
|
-
/* @__PURE__ */
|
|
5823
|
-
/* @__PURE__ */
|
|
5824
|
-
/* @__PURE__ */
|
|
5850
|
+
/* @__PURE__ */ jsx106("div", { className: "rounded-agg-md border border-agg-separator bg-agg-secondary p-5", children: /* @__PURE__ */ jsxs103("div", { className: "flex items-center justify-between", children: [
|
|
5851
|
+
/* @__PURE__ */ jsxs103("div", { className: "flex items-end gap-3", children: [
|
|
5852
|
+
/* @__PURE__ */ jsx106(SkeletonBlock, { className: "h-9 w-[80px] rounded-agg-sm" }),
|
|
5853
|
+
/* @__PURE__ */ jsx106(SkeletonBlock, { className: "h-5 w-[100px] rounded-agg-sm" })
|
|
5825
5854
|
] }),
|
|
5826
|
-
/* @__PURE__ */
|
|
5827
|
-
/* @__PURE__ */
|
|
5828
|
-
/* @__PURE__ */
|
|
5829
|
-
/* @__PURE__ */
|
|
5830
|
-
/* @__PURE__ */
|
|
5855
|
+
/* @__PURE__ */ jsxs103("div", { className: "flex items-center gap-2", children: [
|
|
5856
|
+
/* @__PURE__ */ jsx106(SkeletonBlock, { className: "h-5 w-5 rounded-agg-sm" }),
|
|
5857
|
+
/* @__PURE__ */ jsx106(SkeletonBlock, { className: "h-5 w-5 rounded-agg-sm" }),
|
|
5858
|
+
/* @__PURE__ */ jsx106(SkeletonBlock, { className: "h-5 w-5 rounded-agg-sm" }),
|
|
5859
|
+
/* @__PURE__ */ jsx106(SkeletonBlock, { className: "h-5 w-5 rounded-agg-sm" })
|
|
5831
5860
|
] })
|
|
5832
5861
|
] }) })
|
|
5833
5862
|
] }),
|
|
5834
|
-
/* @__PURE__ */
|
|
5835
|
-
/* @__PURE__ */
|
|
5836
|
-
/* @__PURE__ */
|
|
5837
|
-
/* @__PURE__ */
|
|
5863
|
+
/* @__PURE__ */ jsxs103("div", { className: "w-full shrink-0 rounded-agg-md border border-agg-separator bg-agg-secondary p-5 sm:w-full md:w-[465px]", children: [
|
|
5864
|
+
/* @__PURE__ */ jsxs103("div", { className: "mb-4 flex items-center justify-between", children: [
|
|
5865
|
+
/* @__PURE__ */ jsx106(SkeletonBlock, { className: "h-7 w-[84px] rounded-agg-sm" }),
|
|
5866
|
+
/* @__PURE__ */ jsx106(SkeletonBlock, { className: "h-7 w-[64px] rounded-agg-sm" })
|
|
5838
5867
|
] }),
|
|
5839
|
-
/* @__PURE__ */
|
|
5840
|
-
/* @__PURE__ */
|
|
5841
|
-
/* @__PURE__ */
|
|
5842
|
-
/* @__PURE__ */
|
|
5868
|
+
/* @__PURE__ */ jsx106("div", { className: "flex flex-col gap-4", children: Array.from({ length: 3 }).map((_, index) => /* @__PURE__ */ jsxs103("div", { className: "flex items-center justify-between", children: [
|
|
5869
|
+
/* @__PURE__ */ jsxs103("div", { className: "flex items-center gap-3", children: [
|
|
5870
|
+
/* @__PURE__ */ jsx106(SkeletonBlock, { className: "h-4 w-4 rounded-agg-sm" }),
|
|
5871
|
+
/* @__PURE__ */ jsx106(SkeletonBlock, { className: "h-6 w-[70px] rounded-agg-sm" })
|
|
5843
5872
|
] }),
|
|
5844
|
-
/* @__PURE__ */
|
|
5873
|
+
/* @__PURE__ */ jsx106(SkeletonBlock, { className: "h-6 w-[96px] rounded-agg-sm" })
|
|
5845
5874
|
] }, index)) }),
|
|
5846
|
-
/* @__PURE__ */
|
|
5847
|
-
/* @__PURE__ */
|
|
5848
|
-
/* @__PURE__ */
|
|
5875
|
+
/* @__PURE__ */ jsxs103("div", { className: "mt-4 flex gap-3", children: [
|
|
5876
|
+
/* @__PURE__ */ jsx106(SkeletonBlock, { className: "h-9 flex-1 rounded-agg-full" }),
|
|
5877
|
+
/* @__PURE__ */ jsx106(SkeletonBlock, { className: "h-9 flex-1 rounded-agg-full" })
|
|
5849
5878
|
] })
|
|
5850
5879
|
] })
|
|
5851
5880
|
]
|
|
@@ -5855,12 +5884,12 @@ var UserProfileOverviewSkeletonView = ({
|
|
|
5855
5884
|
UserProfileOverviewSkeletonView.displayName = "UserProfileOverviewSkeletonView";
|
|
5856
5885
|
|
|
5857
5886
|
// src/primitives/skeleton/views/user-profile-positions-activity-skeleton-view.tsx
|
|
5858
|
-
import { jsx as
|
|
5887
|
+
import { jsx as jsx107, jsxs as jsxs104 } from "react/jsx-runtime";
|
|
5859
5888
|
var UserProfilePositionsActivitySkeletonView = ({
|
|
5860
5889
|
className,
|
|
5861
5890
|
ariaLabel
|
|
5862
5891
|
}) => {
|
|
5863
|
-
return /* @__PURE__ */
|
|
5892
|
+
return /* @__PURE__ */ jsxs104(
|
|
5864
5893
|
"div",
|
|
5865
5894
|
{
|
|
5866
5895
|
className: cn(
|
|
@@ -5871,18 +5900,18 @@ var UserProfilePositionsActivitySkeletonView = ({
|
|
|
5871
5900
|
"aria-label": ariaLabel != null ? ariaLabel : "Loading positions and activity",
|
|
5872
5901
|
"aria-busy": "true",
|
|
5873
5902
|
children: [
|
|
5874
|
-
/* @__PURE__ */
|
|
5875
|
-
/* @__PURE__ */
|
|
5876
|
-
/* @__PURE__ */
|
|
5903
|
+
/* @__PURE__ */ jsx107("div", { className: "h-11 border-b border-agg-separator px-4 sm:h-12 sm:px-6", children: /* @__PURE__ */ jsxs104("div", { className: "flex h-full items-center gap-6", children: [
|
|
5904
|
+
/* @__PURE__ */ jsx107(SkeletonBlock, { className: "h-6 w-[72px] rounded-agg-sm" }),
|
|
5905
|
+
/* @__PURE__ */ jsx107(SkeletonBlock, { className: "h-6 w-[64px] rounded-agg-sm" })
|
|
5877
5906
|
] }) }),
|
|
5878
|
-
/* @__PURE__ */
|
|
5879
|
-
/* @__PURE__ */
|
|
5880
|
-
/* @__PURE__ */
|
|
5881
|
-
/* @__PURE__ */
|
|
5907
|
+
/* @__PURE__ */ jsxs104("div", { className: "flex flex-col gap-4 p-4 sm:gap-6 sm:p-6", children: [
|
|
5908
|
+
/* @__PURE__ */ jsxs104("div", { className: "flex gap-5", children: [
|
|
5909
|
+
/* @__PURE__ */ jsx107(SkeletonBlock, { className: "h-10 w-[270px] rounded-agg-sm" }),
|
|
5910
|
+
/* @__PURE__ */ jsx107(SkeletonBlock, { className: "h-10 min-w-0 flex-1 rounded-agg-sm" })
|
|
5882
5911
|
] }),
|
|
5883
|
-
/* @__PURE__ */
|
|
5884
|
-
/* @__PURE__ */
|
|
5885
|
-
/* @__PURE__ */
|
|
5912
|
+
/* @__PURE__ */ jsx107("div", { className: "flex flex-col gap-3 sm:gap-4", children: Array.from({ length: 3 }).map((_, index) => /* @__PURE__ */ jsxs104("div", { className: "flex items-center gap-5", children: [
|
|
5913
|
+
/* @__PURE__ */ jsx107(SkeletonBlock, { className: "h-10 w-[270px] rounded-agg-sm" }),
|
|
5914
|
+
/* @__PURE__ */ jsx107(SkeletonBlock, { className: "h-10 min-w-0 flex-1 rounded-agg-sm" })
|
|
5886
5915
|
] }, index)) })
|
|
5887
5916
|
] })
|
|
5888
5917
|
]
|
|
@@ -5922,7 +5951,7 @@ var resolveSkeletonView = (view) => {
|
|
|
5922
5951
|
};
|
|
5923
5952
|
|
|
5924
5953
|
// src/primitives/skeleton/index.tsx
|
|
5925
|
-
import { jsx as
|
|
5954
|
+
import { jsx as jsx108 } from "react/jsx-runtime";
|
|
5926
5955
|
var Skeleton = ({
|
|
5927
5956
|
view,
|
|
5928
5957
|
className,
|
|
@@ -5931,33 +5960,33 @@ var Skeleton = ({
|
|
|
5931
5960
|
}) => {
|
|
5932
5961
|
const resolvedView = resolveSkeletonView(view);
|
|
5933
5962
|
if (resolvedView === skeletonViews.eventListItem) {
|
|
5934
|
-
return /* @__PURE__ */
|
|
5963
|
+
return /* @__PURE__ */ jsx108(EventListItemSkeletonView, { className, ariaLabel, isStandalone: true });
|
|
5935
5964
|
}
|
|
5936
5965
|
if (resolvedView === skeletonViews.eventListItemDetails) {
|
|
5937
|
-
return /* @__PURE__ */
|
|
5966
|
+
return /* @__PURE__ */ jsx108(EventListItemDetailsSkeletonView, { className, ariaLabel });
|
|
5938
5967
|
}
|
|
5939
5968
|
if (resolvedView === skeletonViews.marketDetailsMinified) {
|
|
5940
|
-
return /* @__PURE__ */
|
|
5969
|
+
return /* @__PURE__ */ jsx108(MarketDetailsSkeletonView, { className, ariaLabel, isDetailed: false });
|
|
5941
5970
|
}
|
|
5942
5971
|
if (resolvedView === skeletonViews.marketDetailsDetailed) {
|
|
5943
|
-
return /* @__PURE__ */
|
|
5972
|
+
return /* @__PURE__ */ jsx108(MarketDetailsSkeletonView, { className, ariaLabel, isDetailed: true });
|
|
5944
5973
|
}
|
|
5945
5974
|
if (resolvedView === skeletonViews.settlement) {
|
|
5946
|
-
return /* @__PURE__ */
|
|
5975
|
+
return /* @__PURE__ */ jsx108(SettlementSkeletonView, { className, ariaLabel });
|
|
5947
5976
|
}
|
|
5948
5977
|
if (resolvedView === skeletonViews.placeOrder) {
|
|
5949
|
-
return /* @__PURE__ */
|
|
5978
|
+
return /* @__PURE__ */ jsx108(PlaceOrderSkeletonView, { className, ariaLabel });
|
|
5950
5979
|
}
|
|
5951
5980
|
if (resolvedView === skeletonViews.search) {
|
|
5952
|
-
return /* @__PURE__ */
|
|
5981
|
+
return /* @__PURE__ */ jsx108(SearchSkeletonView, { className, ariaLabel });
|
|
5953
5982
|
}
|
|
5954
5983
|
if (resolvedView === skeletonViews.userProfileOverview) {
|
|
5955
|
-
return /* @__PURE__ */
|
|
5984
|
+
return /* @__PURE__ */ jsx108(UserProfileOverviewSkeletonView, { className, ariaLabel });
|
|
5956
5985
|
}
|
|
5957
5986
|
if (resolvedView === skeletonViews.userProfilePositionsActivity) {
|
|
5958
|
-
return /* @__PURE__ */
|
|
5987
|
+
return /* @__PURE__ */ jsx108(UserProfilePositionsActivitySkeletonView, { className, ariaLabel });
|
|
5959
5988
|
}
|
|
5960
|
-
return /* @__PURE__ */
|
|
5989
|
+
return /* @__PURE__ */ jsx108(EventListSkeletonView, { className, ariaLabel, withSidebar });
|
|
5961
5990
|
};
|
|
5962
5991
|
Skeleton.displayName = "Skeleton";
|
|
5963
5992
|
|
|
@@ -5980,7 +6009,7 @@ var resolveLogoPrimaryColor = ({
|
|
|
5980
6009
|
};
|
|
5981
6010
|
|
|
5982
6011
|
// src/primitives/venue-logo/svg/default-venue.tsx
|
|
5983
|
-
import { jsx as
|
|
6012
|
+
import { jsx as jsx109, jsxs as jsxs105 } from "react/jsx-runtime";
|
|
5984
6013
|
var DefaultVenueIcon = (_a) => {
|
|
5985
6014
|
var _b = _a, {
|
|
5986
6015
|
title: title2,
|
|
@@ -5998,7 +6027,7 @@ var DefaultVenueIcon = (_a) => {
|
|
|
5998
6027
|
isColor,
|
|
5999
6028
|
color
|
|
6000
6029
|
});
|
|
6001
|
-
return /* @__PURE__ */
|
|
6030
|
+
return /* @__PURE__ */ jsxs105(
|
|
6002
6031
|
"svg",
|
|
6003
6032
|
__spreadProps(__spreadValues(__spreadValues({
|
|
6004
6033
|
viewBox: "0 0 100 100",
|
|
@@ -6006,9 +6035,9 @@ var DefaultVenueIcon = (_a) => {
|
|
|
6006
6035
|
fill: "none"
|
|
6007
6036
|
}, getIconA11yProps(title2)), props), {
|
|
6008
6037
|
children: [
|
|
6009
|
-
title2 ? /* @__PURE__ */
|
|
6010
|
-
/* @__PURE__ */
|
|
6011
|
-
/* @__PURE__ */
|
|
6038
|
+
title2 ? /* @__PURE__ */ jsx109("title", { children: title2 }) : null,
|
|
6039
|
+
/* @__PURE__ */ jsx109("circle", { cx: "50", cy: "50", r: "45", stroke: primaryColor, strokeWidth: "6", fill: "none" }),
|
|
6040
|
+
/* @__PURE__ */ jsx109("circle", { cx: "50", cy: "50", r: "8", fill: primaryColor })
|
|
6012
6041
|
]
|
|
6013
6042
|
})
|
|
6014
6043
|
);
|
|
@@ -6017,7 +6046,7 @@ var DefaultVenueIcon = (_a) => {
|
|
|
6017
6046
|
// src/primitives/venue-logo/svg/logo-hyperliquid.tsx
|
|
6018
6047
|
import { useAggUiConfig } from "@agg-build/hooks";
|
|
6019
6048
|
import { Venue } from "@agg-build/sdk";
|
|
6020
|
-
import { jsx as
|
|
6049
|
+
import { jsx as jsx110, jsxs as jsxs106 } from "react/jsx-runtime";
|
|
6021
6050
|
var LogoHyperliquidIcon = (_a) => {
|
|
6022
6051
|
var _b = _a, {
|
|
6023
6052
|
title: title2,
|
|
@@ -6040,7 +6069,7 @@ var LogoHyperliquidIcon = (_a) => {
|
|
|
6040
6069
|
isColor,
|
|
6041
6070
|
color
|
|
6042
6071
|
});
|
|
6043
|
-
return /* @__PURE__ */
|
|
6072
|
+
return /* @__PURE__ */ jsxs106(
|
|
6044
6073
|
"svg",
|
|
6045
6074
|
__spreadProps(__spreadValues(__spreadValues({
|
|
6046
6075
|
viewBox: "0 0 100 100",
|
|
@@ -6048,8 +6077,8 @@ var LogoHyperliquidIcon = (_a) => {
|
|
|
6048
6077
|
fill: "none"
|
|
6049
6078
|
}, getIconA11yProps(title2)), props), {
|
|
6050
6079
|
children: [
|
|
6051
|
-
title2 ? /* @__PURE__ */
|
|
6052
|
-
/* @__PURE__ */
|
|
6080
|
+
title2 ? /* @__PURE__ */ jsx110("title", { children: title2 }) : null,
|
|
6081
|
+
/* @__PURE__ */ jsx110(
|
|
6053
6082
|
"path",
|
|
6054
6083
|
{
|
|
6055
6084
|
d: "M82 49.2724C82 70.431 69.0516 77.2204 62.2292 71.175C56.6135 66.2457 54.9427 55.8293 46.496 54.7597C35.7752 53.4112 34.847 67.6875 27.7926 67.6875C19.578 67.6875 18 55.7363 18 49.5979C18 43.3201 19.7636 34.7636 26.7716 34.7636C34.9398 34.7636 35.4039 46.9938 45.6142 46.3427C55.7781 45.6452 55.9637 32.9034 62.5542 27.4626C68.3089 22.7658 82 27.8346 82 49.2724Z",
|
|
@@ -6065,7 +6094,7 @@ LogoHyperliquidIcon.displayName = "LogoHyperliquidIcon";
|
|
|
6065
6094
|
// src/primitives/venue-logo/svg/logo-kalshi.tsx
|
|
6066
6095
|
import { useAggUiConfig as useAggUiConfig2 } from "@agg-build/hooks";
|
|
6067
6096
|
import { Venue as Venue2 } from "@agg-build/sdk";
|
|
6068
|
-
import { jsx as
|
|
6097
|
+
import { jsx as jsx111, jsxs as jsxs107 } from "react/jsx-runtime";
|
|
6069
6098
|
var LogoKalshiIcon = (_a) => {
|
|
6070
6099
|
var _b = _a, {
|
|
6071
6100
|
title: title2,
|
|
@@ -6088,7 +6117,7 @@ var LogoKalshiIcon = (_a) => {
|
|
|
6088
6117
|
isColor,
|
|
6089
6118
|
color
|
|
6090
6119
|
});
|
|
6091
|
-
return /* @__PURE__ */
|
|
6120
|
+
return /* @__PURE__ */ jsxs107(
|
|
6092
6121
|
"svg",
|
|
6093
6122
|
__spreadProps(__spreadValues(__spreadValues({
|
|
6094
6123
|
viewBox: "0 0 100 100",
|
|
@@ -6096,8 +6125,8 @@ var LogoKalshiIcon = (_a) => {
|
|
|
6096
6125
|
fill: "none"
|
|
6097
6126
|
}, getIconA11yProps(title2)), props), {
|
|
6098
6127
|
children: [
|
|
6099
|
-
title2 ? /* @__PURE__ */
|
|
6100
|
-
/* @__PURE__ */
|
|
6128
|
+
title2 ? /* @__PURE__ */ jsx111("title", { children: title2 }) : null,
|
|
6129
|
+
/* @__PURE__ */ jsx111(
|
|
6101
6130
|
"path",
|
|
6102
6131
|
{
|
|
6103
6132
|
d: "M54.9798 47.579L79.4249 85.9995H58.2273L38.2531 52.9344V85.9995H20.4189V13.9995H38.2531V45.4356L59.6547 13.9995H78.7119L54.9798 47.579Z",
|
|
@@ -6113,7 +6142,7 @@ LogoKalshiIcon.displayName = "LogoKalshiIcon";
|
|
|
6113
6142
|
// src/primitives/venue-logo/svg/logo-limitless.tsx
|
|
6114
6143
|
import { useAggUiConfig as useAggUiConfig3 } from "@agg-build/hooks";
|
|
6115
6144
|
import { Venue as Venue3 } from "@agg-build/sdk";
|
|
6116
|
-
import { jsx as
|
|
6145
|
+
import { jsx as jsx112, jsxs as jsxs108 } from "react/jsx-runtime";
|
|
6117
6146
|
var LogoLimitlessIcon = (_a) => {
|
|
6118
6147
|
var _b = _a, {
|
|
6119
6148
|
title: title2,
|
|
@@ -6136,7 +6165,7 @@ var LogoLimitlessIcon = (_a) => {
|
|
|
6136
6165
|
isColor,
|
|
6137
6166
|
color
|
|
6138
6167
|
});
|
|
6139
|
-
return /* @__PURE__ */
|
|
6168
|
+
return /* @__PURE__ */ jsxs108(
|
|
6140
6169
|
"svg",
|
|
6141
6170
|
__spreadProps(__spreadValues(__spreadValues({
|
|
6142
6171
|
viewBox: "0 0 100 100",
|
|
@@ -6144,8 +6173,8 @@ var LogoLimitlessIcon = (_a) => {
|
|
|
6144
6173
|
fill: "none"
|
|
6145
6174
|
}, getIconA11yProps(title2)), props), {
|
|
6146
6175
|
children: [
|
|
6147
|
-
title2 ? /* @__PURE__ */
|
|
6148
|
-
/* @__PURE__ */
|
|
6176
|
+
title2 ? /* @__PURE__ */ jsx112("title", { children: title2 }) : null,
|
|
6177
|
+
/* @__PURE__ */ jsx112(
|
|
6149
6178
|
"path",
|
|
6150
6179
|
{
|
|
6151
6180
|
d: "M78.2762 44.4662H67.7966L81.9152 30.0554L82 29.9706L76.8528 24.8176H62.8524V21.6803C62.8524 19.6513 61.2036 18 59.1777 18H44.1555C42.1297 18 40.4809 19.6513 40.4809 21.6803V48.171H21.7238C19.6979 48.171 18.0491 49.8223 18.0491 51.8512C18.0491 53.8804 19.6979 55.5317 21.7238 55.5317H32.2034L18.0848 69.9379L18 70.0227L23.145 75.1755H37.1476V78.3195C37.1476 80.3487 38.7964 82 40.8222 82H55.8444C57.8703 82 59.5191 80.3487 59.5191 78.3195V51.8267H78.2762C80.3021 51.8267 81.9509 50.1754 81.9509 48.1464C81.9509 46.1175 80.3021 44.4662 78.2762 44.4662ZM57.9886 78.3173C57.9886 79.5018 57.0269 80.4647 55.8444 80.4647C54.6619 80.4647 53.7003 79.5018 53.7003 78.3173V57.2411L38.2096 73.0506L35.1752 70.0137L50.8712 54.0009H36.7459C35.5634 54.0009 34.6018 53.0377 34.6018 51.8535C34.6018 50.6692 35.5634 49.7038 36.7459 49.7038H54.8204C56.5673 49.7038 57.9886 51.1273 57.9886 52.8769V78.3195V78.3173ZM78.2762 50.2938H60.2018C58.4549 50.2938 57.0336 48.8704 57.0336 47.1208V21.6781C57.0336 20.4938 57.9953 19.5307 59.1777 19.5307C60.3602 19.5307 61.3241 20.4938 61.3241 21.6781V42.7544L76.8126 26.9403L79.847 29.9772L64.1509 45.9968H78.2762C79.4587 45.9968 80.4204 46.9599 80.4204 48.1442C80.4204 49.3285 79.4587 50.2916 78.2762 50.2916V50.2938Z",
|
|
@@ -6161,7 +6190,7 @@ LogoLimitlessIcon.displayName = "LogoLimitlessIcon";
|
|
|
6161
6190
|
// src/primitives/venue-logo/svg/logo-myriad.tsx
|
|
6162
6191
|
import { useAggUiConfig as useAggUiConfig4 } from "@agg-build/hooks";
|
|
6163
6192
|
import { Venue as Venue4 } from "@agg-build/sdk";
|
|
6164
|
-
import { jsx as
|
|
6193
|
+
import { jsx as jsx113, jsxs as jsxs109 } from "react/jsx-runtime";
|
|
6165
6194
|
var LogoMyriadIcon = (_a) => {
|
|
6166
6195
|
var _b = _a, {
|
|
6167
6196
|
title: title2,
|
|
@@ -6184,7 +6213,7 @@ var LogoMyriadIcon = (_a) => {
|
|
|
6184
6213
|
isColor,
|
|
6185
6214
|
color
|
|
6186
6215
|
});
|
|
6187
|
-
return /* @__PURE__ */
|
|
6216
|
+
return /* @__PURE__ */ jsxs109(
|
|
6188
6217
|
"svg",
|
|
6189
6218
|
__spreadProps(__spreadValues(__spreadValues({
|
|
6190
6219
|
viewBox: "0 0 100 100",
|
|
@@ -6192,8 +6221,8 @@ var LogoMyriadIcon = (_a) => {
|
|
|
6192
6221
|
fill: "none"
|
|
6193
6222
|
}, getIconA11yProps(title2)), props), {
|
|
6194
6223
|
children: [
|
|
6195
|
-
title2 ? /* @__PURE__ */
|
|
6196
|
-
/* @__PURE__ */
|
|
6224
|
+
title2 ? /* @__PURE__ */ jsx113("title", { children: title2 }) : null,
|
|
6225
|
+
/* @__PURE__ */ jsx113(
|
|
6197
6226
|
"path",
|
|
6198
6227
|
{
|
|
6199
6228
|
d: "M24.356 52.5901C24.1479 52.8348 24.0342 53.1458 24.0352 53.467L24.0394 64.9354V68.672H44.3882V58.5767H32.5776L55.2898 31.713C55.4979 31.4683 55.6116 31.1573 55.6107 30.8361V19.3656C55.6107 18.093 54.0108 17.5155 53.1874 18.4887L24.356 52.5901ZM75.9594 31.3259V35.0646L75.9637 46.533C75.9637 46.8538 75.8504 47.1639 75.6429 47.4099L46.8137 81.5113C45.9902 82.4845 44.3925 81.907 44.3925 80.6344V69.1617C44.3925 68.8409 44.5059 68.5329 44.7133 68.287L67.4234 41.4233H55.6128V31.328L75.9594 31.3259Z",
|
|
@@ -6209,7 +6238,7 @@ LogoMyriadIcon.displayName = "LogoMyriadIcon";
|
|
|
6209
6238
|
// src/primitives/venue-logo/svg/logo-opinion.tsx
|
|
6210
6239
|
import { useAggUiConfig as useAggUiConfig5 } from "@agg-build/hooks";
|
|
6211
6240
|
import { Venue as Venue5 } from "@agg-build/sdk";
|
|
6212
|
-
import { jsx as
|
|
6241
|
+
import { jsx as jsx114, jsxs as jsxs110 } from "react/jsx-runtime";
|
|
6213
6242
|
var LogoOpinionIcon = (_a) => {
|
|
6214
6243
|
var _b = _a, {
|
|
6215
6244
|
title: title2,
|
|
@@ -6232,7 +6261,7 @@ var LogoOpinionIcon = (_a) => {
|
|
|
6232
6261
|
isColor,
|
|
6233
6262
|
color
|
|
6234
6263
|
});
|
|
6235
|
-
return /* @__PURE__ */
|
|
6264
|
+
return /* @__PURE__ */ jsxs110(
|
|
6236
6265
|
"svg",
|
|
6237
6266
|
__spreadProps(__spreadValues(__spreadValues({
|
|
6238
6267
|
viewBox: "0 0 100 100",
|
|
@@ -6240,8 +6269,8 @@ var LogoOpinionIcon = (_a) => {
|
|
|
6240
6269
|
fill: "none"
|
|
6241
6270
|
}, getIconA11yProps(title2)), props), {
|
|
6242
6271
|
children: [
|
|
6243
|
-
title2 ? /* @__PURE__ */
|
|
6244
|
-
/* @__PURE__ */
|
|
6272
|
+
title2 ? /* @__PURE__ */ jsx114("title", { children: title2 }) : null,
|
|
6273
|
+
/* @__PURE__ */ jsx114(
|
|
6245
6274
|
"path",
|
|
6246
6275
|
{
|
|
6247
6276
|
d: "M51.8239 68.4603L56.9659 68.0094L58.8049 89.0576C61.1459 88.5314 63.4349 87.7952 65.6437 86.8578V68.1879H71.9955V83.4385C74.6496 81.6828 77.0863 79.619 79.2548 77.2898L80.0716 67.958L85.516 68.433C88.6185 62.4381 90.156 55.7558 89.9858 49.0072C89.8154 42.2584 87.9429 35.6623 84.542 29.8316L84.3394 32.1494L77.9876 31.5927L78.8042 22.2668C76.7468 20.1288 74.4594 18.225 71.9835 16.5902V31.9164H65.6317V13.1739C62.9224 12.0205 60.0929 11.173 57.1957 10.6473L59.0317 31.6441L53.8897 32.0949L51.9599 10.0482C51.3128 10.0179 50.6593 9.99976 50.006 9.99976C47.4581 9.99976 44.9161 10.2419 42.414 10.723L46.0438 31.3899L42.1297 32.0798L38.5304 11.6701C35.1755 12.6725 31.9677 14.1143 28.9905 15.9578L33.0435 31.0873L29.9705 31.9134L26.2018 17.8369C23.2938 19.9923 20.6902 22.5308 18.4615 25.3835L20.4246 30.7787L18.1833 31.5956L16.7707 27.7134C14.5111 31.0771 12.7772 34.7657 11.6287 38.652L12.2639 38.4221L20.4306 60.8471L18.1893 61.6641L10.8877 41.5963C9.21542 49.4012 9.91256 57.528 12.8896 64.9338C15.8667 72.3395 20.9879 78.6865 27.5961 83.1601L23.8031 68.9989L26.8762 68.1728L31.5162 85.4991C34.6952 87.1593 38.0844 88.3808 41.5914 89.1303L38.0132 68.7296L41.9301 68.0397L45.7684 89.8262C47.1811 89.9757 48.6007 90.0505 50.0212 90.0502C51.2583 90.0502 52.4863 89.9926 53.6963 89.8807L51.8239 68.4603ZM80.1017 37.8985L86.4385 38.4524L84.3605 62.2299L78.0087 61.6761L80.1017 37.8985ZM65.6528 38.1315H72.0046V61.9969H65.6528V38.1315ZM56.975 37.9501L59.053 61.7277L53.911 62.1785L51.8299 38.4009L56.975 37.9501ZM29.9976 62.003L23.8243 38.9486L26.8974 38.1255L33.0707 61.1649L29.9976 62.003ZM42.157 62.1603L38.0132 38.658L41.9301 37.9683L46.0709 61.4674L42.157 62.1603Z",
|
|
@@ -6257,7 +6286,7 @@ LogoOpinionIcon.displayName = "LogoOpinionIcon";
|
|
|
6257
6286
|
// src/primitives/venue-logo/svg/logo-polymarket.tsx
|
|
6258
6287
|
import { useAggUiConfig as useAggUiConfig6 } from "@agg-build/hooks";
|
|
6259
6288
|
import { Venue as Venue6 } from "@agg-build/sdk";
|
|
6260
|
-
import { jsx as
|
|
6289
|
+
import { jsx as jsx115, jsxs as jsxs111 } from "react/jsx-runtime";
|
|
6261
6290
|
var LogoPolymarketIcon = (_a) => {
|
|
6262
6291
|
var _b = _a, {
|
|
6263
6292
|
title: title2,
|
|
@@ -6280,7 +6309,7 @@ var LogoPolymarketIcon = (_a) => {
|
|
|
6280
6309
|
isColor,
|
|
6281
6310
|
color
|
|
6282
6311
|
});
|
|
6283
|
-
return /* @__PURE__ */
|
|
6312
|
+
return /* @__PURE__ */ jsxs111(
|
|
6284
6313
|
"svg",
|
|
6285
6314
|
__spreadProps(__spreadValues(__spreadValues({
|
|
6286
6315
|
viewBox: "0 0 100 100",
|
|
@@ -6288,8 +6317,8 @@ var LogoPolymarketIcon = (_a) => {
|
|
|
6288
6317
|
fill: "none"
|
|
6289
6318
|
}, getIconA11yProps(title2)), props), {
|
|
6290
6319
|
children: [
|
|
6291
|
-
title2 ? /* @__PURE__ */
|
|
6292
|
-
/* @__PURE__ */
|
|
6320
|
+
title2 ? /* @__PURE__ */ jsx115("title", { children: title2 }) : null,
|
|
6321
|
+
/* @__PURE__ */ jsx115(
|
|
6293
6322
|
"path",
|
|
6294
6323
|
{
|
|
6295
6324
|
d: "M81.0904 84.2882C81.0904 87.9246 81.0904 89.7428 79.901 90.644C78.7119 91.5456 76.9613 91.0542 73.4603 90.0717L17.1975 74.2838C15.0881 73.6919 14.0332 73.3959 13.4233 72.5913C12.8135 71.7866 12.8135 70.6911 12.8135 68.5002V31.4998C12.8135 29.309 12.8135 28.2134 13.4233 27.4088C14.0332 26.6042 15.0881 26.3081 17.1975 25.7163L73.4603 9.92806C76.9613 8.94572 78.7119 8.45448 79.901 9.35587C81.0904 10.2573 81.0904 12.0755 81.0904 15.7119V84.2882ZM26.8451 69.1363L73.4308 82.2104V56.0637L26.8451 69.1363ZM20.4723 63.0711L67.0487 50L20.4723 36.929V63.0711ZM26.8446 30.8638L73.4308 43.9366V17.7896L26.8446 30.8638Z",
|
|
@@ -6305,7 +6334,7 @@ LogoPolymarketIcon.displayName = "LogoPolymarketIcon";
|
|
|
6305
6334
|
// src/primitives/venue-logo/svg/logo-predict.tsx
|
|
6306
6335
|
import { useAggUiConfig as useAggUiConfig7 } from "@agg-build/hooks";
|
|
6307
6336
|
import { Venue as Venue7 } from "@agg-build/sdk";
|
|
6308
|
-
import { jsx as
|
|
6337
|
+
import { jsx as jsx116, jsxs as jsxs112 } from "react/jsx-runtime";
|
|
6309
6338
|
var LogoPredictIcon = (_a) => {
|
|
6310
6339
|
var _b = _a, {
|
|
6311
6340
|
title: title2,
|
|
@@ -6328,7 +6357,7 @@ var LogoPredictIcon = (_a) => {
|
|
|
6328
6357
|
isColor,
|
|
6329
6358
|
color
|
|
6330
6359
|
});
|
|
6331
|
-
return /* @__PURE__ */
|
|
6360
|
+
return /* @__PURE__ */ jsxs112(
|
|
6332
6361
|
"svg",
|
|
6333
6362
|
__spreadProps(__spreadValues(__spreadValues({
|
|
6334
6363
|
viewBox: "0 0 100 100",
|
|
@@ -6336,8 +6365,8 @@ var LogoPredictIcon = (_a) => {
|
|
|
6336
6365
|
fill: "none"
|
|
6337
6366
|
}, getIconA11yProps(title2)), props), {
|
|
6338
6367
|
children: [
|
|
6339
|
-
title2 ? /* @__PURE__ */
|
|
6340
|
-
/* @__PURE__ */
|
|
6368
|
+
title2 ? /* @__PURE__ */ jsx116("title", { children: title2 }) : null,
|
|
6369
|
+
/* @__PURE__ */ jsx116(
|
|
6341
6370
|
"path",
|
|
6342
6371
|
{
|
|
6343
6372
|
fillRule: "evenodd",
|
|
@@ -6355,7 +6384,7 @@ LogoPredictIcon.displayName = "LogoPredictIcon";
|
|
|
6355
6384
|
// src/primitives/venue-logo/svg/logo-probable.tsx
|
|
6356
6385
|
import { useAggUiConfig as useAggUiConfig8 } from "@agg-build/hooks";
|
|
6357
6386
|
import { Venue as Venue8 } from "@agg-build/sdk";
|
|
6358
|
-
import { jsx as
|
|
6387
|
+
import { jsx as jsx117, jsxs as jsxs113 } from "react/jsx-runtime";
|
|
6359
6388
|
var LogoProbableIcon = (_a) => {
|
|
6360
6389
|
var _b = _a, {
|
|
6361
6390
|
title: title2,
|
|
@@ -6378,7 +6407,7 @@ var LogoProbableIcon = (_a) => {
|
|
|
6378
6407
|
isColor,
|
|
6379
6408
|
color
|
|
6380
6409
|
});
|
|
6381
|
-
return /* @__PURE__ */
|
|
6410
|
+
return /* @__PURE__ */ jsxs113(
|
|
6382
6411
|
"svg",
|
|
6383
6412
|
__spreadProps(__spreadValues(__spreadValues({
|
|
6384
6413
|
viewBox: "0 0 100 100",
|
|
@@ -6386,16 +6415,16 @@ var LogoProbableIcon = (_a) => {
|
|
|
6386
6415
|
fill: "none"
|
|
6387
6416
|
}, getIconA11yProps(title2)), props), {
|
|
6388
6417
|
children: [
|
|
6389
|
-
title2 ? /* @__PURE__ */
|
|
6390
|
-
/* @__PURE__ */
|
|
6418
|
+
title2 ? /* @__PURE__ */ jsx117("title", { children: title2 }) : null,
|
|
6419
|
+
/* @__PURE__ */ jsx117(
|
|
6391
6420
|
"path",
|
|
6392
6421
|
{
|
|
6393
6422
|
d: "M75.625 59.3489C75.6247 53.7323 71.0719 49.1792 65.4551 49.179H33.9209C28.3039 49.179 23.7503 53.7321 23.75 59.3489C23.75 64.9659 28.3038 69.5198 33.9209 69.5198H65.4551C71.0719 69.5195 75.625 64.9658 75.625 59.3489ZM90.625 59.3489C90.625 73.2501 79.3562 84.5195 65.4551 84.5198H33.9209C20.0196 84.5198 8.75 73.2502 8.75 59.3489C8.75026 45.4477 20.0198 34.179 33.9209 34.179H65.4551C79.3559 34.1792 90.6247 45.4478 90.625 59.3489Z",
|
|
6394
6423
|
fill: primaryColor
|
|
6395
6424
|
}
|
|
6396
6425
|
),
|
|
6397
|
-
/* @__PURE__ */
|
|
6398
|
-
/* @__PURE__ */
|
|
6426
|
+
/* @__PURE__ */ jsx117("path", { d: "M90.9329 15.4546V30.4546H8.90234V15.4546H90.9329Z", fill: primaryColor }),
|
|
6427
|
+
/* @__PURE__ */ jsx117(
|
|
6399
6428
|
"path",
|
|
6400
6429
|
{
|
|
6401
6430
|
d: "M64.5742 51.3496C68.9894 51.3496 72.5742 54.9344 72.5742 59.3496C72.5742 63.7648 68.9894 67.3496 64.5742 67.3496C60.159 67.3496 56.5742 63.7648 56.5742 59.3496C56.5742 54.9344 60.159 51.3496 64.5742 51.3496Z",
|
|
@@ -6506,7 +6535,7 @@ var resolveVenueLogoIsColor = ({
|
|
|
6506
6535
|
};
|
|
6507
6536
|
|
|
6508
6537
|
// src/primitives/venue-logo/index.tsx
|
|
6509
|
-
import { jsx as
|
|
6538
|
+
import { jsx as jsx118 } from "react/jsx-runtime";
|
|
6510
6539
|
var VenueLogo = ({
|
|
6511
6540
|
venue,
|
|
6512
6541
|
variant = "icon",
|
|
@@ -6532,7 +6561,7 @@ var VenueLogo = ({
|
|
|
6532
6561
|
console.warn(`[AggUI] Unknown venue "${venue}" \u2014 using default logo`);
|
|
6533
6562
|
}
|
|
6534
6563
|
if (variant === "logo") {
|
|
6535
|
-
return /* @__PURE__ */
|
|
6564
|
+
return /* @__PURE__ */ jsx118(
|
|
6536
6565
|
RemoteImage,
|
|
6537
6566
|
{
|
|
6538
6567
|
src: (_a = venueLogoUrlRegistry[venue]) != null ? _a : DEFAULT_VENUE_LOGO_URL,
|
|
@@ -6547,7 +6576,7 @@ var VenueLogo = ({
|
|
|
6547
6576
|
isColor,
|
|
6548
6577
|
isMonochromatic
|
|
6549
6578
|
});
|
|
6550
|
-
return /* @__PURE__ */
|
|
6579
|
+
return /* @__PURE__ */ jsx118(
|
|
6551
6580
|
Component2,
|
|
6552
6581
|
{
|
|
6553
6582
|
className: cn("group/agg-venue-logo", "shrink-0", sizeClass, className),
|
|
@@ -6928,7 +6957,7 @@ var mapVenueEventToSearchResult = (event, labels, formatPercent, formatCompactCu
|
|
|
6928
6957
|
};
|
|
6929
6958
|
|
|
6930
6959
|
// src/primitives/search/index.tsx
|
|
6931
|
-
import { Fragment as Fragment5, jsx as
|
|
6960
|
+
import { Fragment as Fragment5, jsx as jsx119, jsxs as jsxs114 } from "react/jsx-runtime";
|
|
6932
6961
|
var SearchResultRow = ({
|
|
6933
6962
|
item,
|
|
6934
6963
|
resultAria,
|
|
@@ -6942,7 +6971,7 @@ var SearchResultRow = ({
|
|
|
6942
6971
|
const handleResultPointerDown = (event) => {
|
|
6943
6972
|
event.preventDefault();
|
|
6944
6973
|
};
|
|
6945
|
-
return /* @__PURE__ */
|
|
6974
|
+
return /* @__PURE__ */ jsxs114(
|
|
6946
6975
|
"button",
|
|
6947
6976
|
{
|
|
6948
6977
|
type: "button",
|
|
@@ -6960,8 +6989,8 @@ var SearchResultRow = ({
|
|
|
6960
6989
|
onClick: handleResultClick,
|
|
6961
6990
|
"aria-label": resultAria(item.title),
|
|
6962
6991
|
children: [
|
|
6963
|
-
/* @__PURE__ */
|
|
6964
|
-
/* @__PURE__ */
|
|
6992
|
+
/* @__PURE__ */ jsxs114("div", { className: "agg-search-result-content flex min-w-0 flex-1 items-center gap-4", children: [
|
|
6993
|
+
/* @__PURE__ */ jsx119(
|
|
6965
6994
|
RemoteImage,
|
|
6966
6995
|
{
|
|
6967
6996
|
src: item.thumbnailSrc,
|
|
@@ -6973,8 +7002,8 @@ var SearchResultRow = ({
|
|
|
6973
7002
|
)
|
|
6974
7003
|
}
|
|
6975
7004
|
),
|
|
6976
|
-
/* @__PURE__ */
|
|
6977
|
-
/* @__PURE__ */
|
|
7005
|
+
/* @__PURE__ */ jsxs114("div", { className: "flex min-w-0 flex-1 flex-col gap-1", children: [
|
|
7006
|
+
/* @__PURE__ */ jsx119(
|
|
6978
7007
|
"p",
|
|
6979
7008
|
{
|
|
6980
7009
|
className: cn(
|
|
@@ -6985,8 +7014,8 @@ var SearchResultRow = ({
|
|
|
6985
7014
|
children: item.title
|
|
6986
7015
|
}
|
|
6987
7016
|
),
|
|
6988
|
-
/* @__PURE__ */
|
|
6989
|
-
/* @__PURE__ */
|
|
7017
|
+
/* @__PURE__ */ jsxs114("div", { className: "agg-search-result-context flex min-w-0 items-center gap-2 text-agg-muted-foreground", children: [
|
|
7018
|
+
/* @__PURE__ */ jsx119(
|
|
6990
7019
|
"p",
|
|
6991
7020
|
{
|
|
6992
7021
|
className: cn(
|
|
@@ -6996,7 +7025,7 @@ var SearchResultRow = ({
|
|
|
6996
7025
|
children: item.marketSummaryLabel
|
|
6997
7026
|
}
|
|
6998
7027
|
),
|
|
6999
|
-
/* @__PURE__ */
|
|
7028
|
+
/* @__PURE__ */ jsx119("div", { className: "flex items-center gap-1", "aria-hidden": true, children: item.visibleVenues.map((venue) => /* @__PURE__ */ jsx119(
|
|
7000
7029
|
VenueLogo,
|
|
7001
7030
|
{
|
|
7002
7031
|
venue,
|
|
@@ -7006,9 +7035,9 @@ var SearchResultRow = ({
|
|
|
7006
7035
|
},
|
|
7007
7036
|
`${item.id}-${venue}`
|
|
7008
7037
|
)) }),
|
|
7009
|
-
item.volumeLabel ? /* @__PURE__ */
|
|
7010
|
-
/* @__PURE__ */
|
|
7011
|
-
/* @__PURE__ */
|
|
7038
|
+
item.volumeLabel ? /* @__PURE__ */ jsxs114(Fragment5, { children: [
|
|
7039
|
+
/* @__PURE__ */ jsx119("span", { className: "text-agg-muted-foreground", "aria-hidden": true, children: "\xB7" }),
|
|
7040
|
+
/* @__PURE__ */ jsx119(
|
|
7012
7041
|
"p",
|
|
7013
7042
|
{
|
|
7014
7043
|
className: cn(
|
|
@@ -7022,7 +7051,7 @@ var SearchResultRow = ({
|
|
|
7022
7051
|
] })
|
|
7023
7052
|
] })
|
|
7024
7053
|
] }),
|
|
7025
|
-
/* @__PURE__ */
|
|
7054
|
+
/* @__PURE__ */ jsxs114(
|
|
7026
7055
|
"div",
|
|
7027
7056
|
{
|
|
7028
7057
|
className: cn(
|
|
@@ -7030,9 +7059,9 @@ var SearchResultRow = ({
|
|
|
7030
7059
|
classNames == null ? void 0 : classNames.resultMeta
|
|
7031
7060
|
),
|
|
7032
7061
|
children: [
|
|
7033
|
-
/* @__PURE__ */
|
|
7034
|
-
/* @__PURE__ */
|
|
7035
|
-
/* @__PURE__ */
|
|
7062
|
+
/* @__PURE__ */ jsx119(VenueLogo, { venue: item.venue, size: "small" }),
|
|
7063
|
+
/* @__PURE__ */ jsxs114("div", { className: "flex min-w-0 flex-1 items-baseline gap-2", children: [
|
|
7064
|
+
/* @__PURE__ */ jsx119(
|
|
7036
7065
|
"p",
|
|
7037
7066
|
{
|
|
7038
7067
|
className: cn(
|
|
@@ -7043,7 +7072,7 @@ var SearchResultRow = ({
|
|
|
7043
7072
|
children: item.valueLabel
|
|
7044
7073
|
}
|
|
7045
7074
|
),
|
|
7046
|
-
/* @__PURE__ */
|
|
7075
|
+
/* @__PURE__ */ jsx119(
|
|
7047
7076
|
"p",
|
|
7048
7077
|
{
|
|
7049
7078
|
className: cn(
|
|
@@ -7057,7 +7086,7 @@ var SearchResultRow = ({
|
|
|
7057
7086
|
]
|
|
7058
7087
|
}
|
|
7059
7088
|
),
|
|
7060
|
-
/* @__PURE__ */
|
|
7089
|
+
/* @__PURE__ */ jsx119(
|
|
7061
7090
|
Icon,
|
|
7062
7091
|
{
|
|
7063
7092
|
name: "chevron-right",
|
|
@@ -7080,7 +7109,7 @@ var SearchSeeAllResultsButton = ({
|
|
|
7080
7109
|
const handlePointerDown = (event) => {
|
|
7081
7110
|
event.preventDefault();
|
|
7082
7111
|
};
|
|
7083
|
-
return /* @__PURE__ */
|
|
7112
|
+
return /* @__PURE__ */ jsxs114(
|
|
7084
7113
|
"button",
|
|
7085
7114
|
{
|
|
7086
7115
|
type: "button",
|
|
@@ -7094,8 +7123,8 @@ var SearchSeeAllResultsButton = ({
|
|
|
7094
7123
|
onPointerDown: handlePointerDown,
|
|
7095
7124
|
onClick,
|
|
7096
7125
|
children: [
|
|
7097
|
-
/* @__PURE__ */
|
|
7098
|
-
/* @__PURE__ */
|
|
7126
|
+
/* @__PURE__ */ jsx119("span", { children: label2 }),
|
|
7127
|
+
/* @__PURE__ */ jsx119(Icon, { name: "chevron-right", size: "small", className: "size-[14px] text-agg-primary" })
|
|
7099
7128
|
]
|
|
7100
7129
|
}
|
|
7101
7130
|
);
|
|
@@ -7229,14 +7258,14 @@ var Search = ({
|
|
|
7229
7258
|
event.preventDefault();
|
|
7230
7259
|
handleSeeAllResults();
|
|
7231
7260
|
};
|
|
7232
|
-
return /* @__PURE__ */
|
|
7261
|
+
return /* @__PURE__ */ jsxs114(
|
|
7233
7262
|
"div",
|
|
7234
7263
|
{
|
|
7235
7264
|
className: cn("group/agg-search", "relative flex w-full flex-col", classNames == null ? void 0 : classNames.root),
|
|
7236
7265
|
onFocusCapture: handleFocusWithin,
|
|
7237
7266
|
onBlurCapture: handleBlurWithin,
|
|
7238
7267
|
children: [
|
|
7239
|
-
/* @__PURE__ */
|
|
7268
|
+
/* @__PURE__ */ jsx119("label", { className: "w-full", children: /* @__PURE__ */ jsxs114(
|
|
7240
7269
|
"div",
|
|
7241
7270
|
{
|
|
7242
7271
|
className: cn(
|
|
@@ -7252,7 +7281,7 @@ var Search = ({
|
|
|
7252
7281
|
),
|
|
7253
7282
|
onClick: handleFocusWithin,
|
|
7254
7283
|
children: [
|
|
7255
|
-
/* @__PURE__ */
|
|
7284
|
+
/* @__PURE__ */ jsx119(
|
|
7256
7285
|
Icon,
|
|
7257
7286
|
{
|
|
7258
7287
|
name: "search",
|
|
@@ -7260,7 +7289,7 @@ var Search = ({
|
|
|
7260
7289
|
className: cn("text-agg-muted-foreground", classNames == null ? void 0 : classNames.searchIcon)
|
|
7261
7290
|
}
|
|
7262
7291
|
),
|
|
7263
|
-
/* @__PURE__ */
|
|
7292
|
+
/* @__PURE__ */ jsx119(
|
|
7264
7293
|
"input",
|
|
7265
7294
|
__spreadProps(__spreadValues({}, inputProps), {
|
|
7266
7295
|
ref: inputRef,
|
|
@@ -7281,11 +7310,11 @@ var Search = ({
|
|
|
7281
7310
|
)
|
|
7282
7311
|
})
|
|
7283
7312
|
),
|
|
7284
|
-
shouldRenderShortcut ? /* @__PURE__ */
|
|
7313
|
+
shouldRenderShortcut ? /* @__PURE__ */ jsx119("div", { className: "agg-search-shortcut hidden md:flex size-6 shrink-0 items-center justify-center rounded-[4px] bg-agg-secondary-hover", children: /* @__PURE__ */ jsx119("span", { className: "font-agg-sans text-agg-sm leading-agg-5 font-agg-bold text-agg-muted-foreground", children: "/" }) }) : null
|
|
7285
7314
|
]
|
|
7286
7315
|
}
|
|
7287
7316
|
) }),
|
|
7288
|
-
shouldRenderLoadingState ? /* @__PURE__ */
|
|
7317
|
+
shouldRenderLoadingState ? /* @__PURE__ */ jsx119(
|
|
7289
7318
|
"div",
|
|
7290
7319
|
{
|
|
7291
7320
|
className: cn(
|
|
@@ -7295,10 +7324,10 @@ var Search = ({
|
|
|
7295
7324
|
"mt-1",
|
|
7296
7325
|
classNames == null ? void 0 : classNames.emptyState
|
|
7297
7326
|
),
|
|
7298
|
-
children: /* @__PURE__ */
|
|
7327
|
+
children: /* @__PURE__ */ jsx119(Skeleton, { view: "search" })
|
|
7299
7328
|
}
|
|
7300
7329
|
) : null,
|
|
7301
|
-
shouldRenderResults ? /* @__PURE__ */
|
|
7330
|
+
shouldRenderResults ? /* @__PURE__ */ jsx119(
|
|
7302
7331
|
"div",
|
|
7303
7332
|
{
|
|
7304
7333
|
className: cn(
|
|
@@ -7308,7 +7337,7 @@ var Search = ({
|
|
|
7308
7337
|
"mt-1 w-full overflow-hidden rounded-agg-xl border border-agg-separator bg-agg-secondary pt-2 shadow-[0px_8px_16px_0px_rgba(0,0,0,0.1)]",
|
|
7309
7338
|
classNames == null ? void 0 : classNames.dropdown
|
|
7310
7339
|
),
|
|
7311
|
-
children: /* @__PURE__ */
|
|
7340
|
+
children: /* @__PURE__ */ jsxs114(
|
|
7312
7341
|
"ul",
|
|
7313
7342
|
{
|
|
7314
7343
|
className: cn(
|
|
@@ -7318,7 +7347,7 @@ var Search = ({
|
|
|
7318
7347
|
role: "listbox",
|
|
7319
7348
|
"aria-label": labels.search.resultsAria,
|
|
7320
7349
|
children: [
|
|
7321
|
-
validatedResults.map((item, index) => /* @__PURE__ */
|
|
7350
|
+
validatedResults.map((item, index) => /* @__PURE__ */ jsx119(
|
|
7322
7351
|
"li",
|
|
7323
7352
|
{
|
|
7324
7353
|
role: "presentation",
|
|
@@ -7327,7 +7356,7 @@ var Search = ({
|
|
|
7327
7356
|
index > 0 && "border-t border-agg-separator",
|
|
7328
7357
|
classNames == null ? void 0 : classNames.resultItem
|
|
7329
7358
|
),
|
|
7330
|
-
children: /* @__PURE__ */
|
|
7359
|
+
children: /* @__PURE__ */ jsx119(
|
|
7331
7360
|
SearchResultRow,
|
|
7332
7361
|
{
|
|
7333
7362
|
item,
|
|
@@ -7339,12 +7368,12 @@ var Search = ({
|
|
|
7339
7368
|
},
|
|
7340
7369
|
item.id
|
|
7341
7370
|
)),
|
|
7342
|
-
/* @__PURE__ */
|
|
7371
|
+
/* @__PURE__ */ jsx119(
|
|
7343
7372
|
"li",
|
|
7344
7373
|
{
|
|
7345
7374
|
role: "presentation",
|
|
7346
7375
|
className: "agg-search-result-item border-t border-agg-separator",
|
|
7347
|
-
children: /* @__PURE__ */
|
|
7376
|
+
children: /* @__PURE__ */ jsx119(
|
|
7348
7377
|
SearchSeeAllResultsButton,
|
|
7349
7378
|
{
|
|
7350
7379
|
label: labels.search.seeAllResults,
|
|
@@ -7358,7 +7387,7 @@ var Search = ({
|
|
|
7358
7387
|
)
|
|
7359
7388
|
}
|
|
7360
7389
|
) : null,
|
|
7361
|
-
shouldRenderNoResults ? /* @__PURE__ */
|
|
7390
|
+
shouldRenderNoResults ? /* @__PURE__ */ jsx119(
|
|
7362
7391
|
"div",
|
|
7363
7392
|
{
|
|
7364
7393
|
className: cn(
|
|
@@ -7368,7 +7397,7 @@ var Search = ({
|
|
|
7368
7397
|
"mt-1 w-full overflow-hidden rounded-agg-xl border border-agg-separator bg-agg-secondary py-10 shadow-[0px_8px_16px_0px_rgba(0,0,0,0.1)]",
|
|
7369
7398
|
classNames == null ? void 0 : classNames.emptyState
|
|
7370
7399
|
),
|
|
7371
|
-
children: /* @__PURE__ */
|
|
7400
|
+
children: /* @__PURE__ */ jsxs114(
|
|
7372
7401
|
"div",
|
|
7373
7402
|
{
|
|
7374
7403
|
className: cn(
|
|
@@ -7378,15 +7407,15 @@ var Search = ({
|
|
|
7378
7407
|
role: "status",
|
|
7379
7408
|
"aria-live": "polite",
|
|
7380
7409
|
children: [
|
|
7381
|
-
/* @__PURE__ */
|
|
7410
|
+
/* @__PURE__ */ jsx119(
|
|
7382
7411
|
SearchEmptyIcon,
|
|
7383
7412
|
{
|
|
7384
7413
|
className: cn("h-10 w-10 text-agg-muted-foreground", classNames == null ? void 0 : classNames.emptyStateIcon),
|
|
7385
7414
|
"aria-hidden": true
|
|
7386
7415
|
}
|
|
7387
7416
|
),
|
|
7388
|
-
/* @__PURE__ */
|
|
7389
|
-
/* @__PURE__ */
|
|
7417
|
+
/* @__PURE__ */ jsxs114("div", { className: "flex flex-col items-center gap-1 text-center", children: [
|
|
7418
|
+
/* @__PURE__ */ jsx119(
|
|
7390
7419
|
"p",
|
|
7391
7420
|
{
|
|
7392
7421
|
className: cn(
|
|
@@ -7397,7 +7426,7 @@ var Search = ({
|
|
|
7397
7426
|
children: labels.search.noResultsTitle
|
|
7398
7427
|
}
|
|
7399
7428
|
),
|
|
7400
|
-
/* @__PURE__ */
|
|
7429
|
+
/* @__PURE__ */ jsx119(
|
|
7401
7430
|
"p",
|
|
7402
7431
|
{
|
|
7403
7432
|
className: cn(
|
|
@@ -7447,7 +7476,7 @@ var resolveHeaderSearchContent = ({
|
|
|
7447
7476
|
};
|
|
7448
7477
|
|
|
7449
7478
|
// src/primitives/header/index.tsx
|
|
7450
|
-
import { Fragment as Fragment6, jsx as
|
|
7479
|
+
import { Fragment as Fragment6, jsx as jsx120, jsxs as jsxs115 } from "react/jsx-runtime";
|
|
7451
7480
|
var Header = ({
|
|
7452
7481
|
logo,
|
|
7453
7482
|
logoHref,
|
|
@@ -7460,7 +7489,7 @@ var Header = ({
|
|
|
7460
7489
|
"aria-label": ariaLabel
|
|
7461
7490
|
}) => {
|
|
7462
7491
|
const labels = useLabels11();
|
|
7463
|
-
const logoContent = isHeaderLogoProps(logo) ? /* @__PURE__ */
|
|
7492
|
+
const logoContent = isHeaderLogoProps(logo) ? /* @__PURE__ */ jsx120(
|
|
7464
7493
|
"img",
|
|
7465
7494
|
{
|
|
7466
7495
|
src: logo.src,
|
|
@@ -7469,14 +7498,14 @@ var Header = ({
|
|
|
7469
7498
|
height: logo.height,
|
|
7470
7499
|
className: cn("block max-h-full", classNames == null ? void 0 : classNames.logoElement)
|
|
7471
7500
|
}
|
|
7472
|
-
) : logo !== void 0 ? /* @__PURE__ */
|
|
7501
|
+
) : logo !== void 0 ? /* @__PURE__ */ jsx120("span", { className: classNames == null ? void 0 : classNames.logoElement, children: logo }) : /* @__PURE__ */ jsx120(
|
|
7473
7502
|
AggLogo,
|
|
7474
7503
|
{
|
|
7475
7504
|
className: cn("h-6 w-auto text-agg-foreground", classNames == null ? void 0 : classNames.logoElement),
|
|
7476
7505
|
title: labels.header.logoAria
|
|
7477
7506
|
}
|
|
7478
7507
|
);
|
|
7479
|
-
const wrappedLogo = logoHref ? /* @__PURE__ */
|
|
7508
|
+
const wrappedLogo = logoHref ? /* @__PURE__ */ jsx120(
|
|
7480
7509
|
"a",
|
|
7481
7510
|
{
|
|
7482
7511
|
href: logoHref,
|
|
@@ -7485,7 +7514,7 @@ var Header = ({
|
|
|
7485
7514
|
onClick: onLogoClick,
|
|
7486
7515
|
children: logoContent
|
|
7487
7516
|
}
|
|
7488
|
-
) : onLogoClick ? /* @__PURE__ */
|
|
7517
|
+
) : onLogoClick ? /* @__PURE__ */ jsx120(
|
|
7489
7518
|
"button",
|
|
7490
7519
|
{
|
|
7491
7520
|
type: "button",
|
|
@@ -7497,13 +7526,13 @@ var Header = ({
|
|
|
7497
7526
|
onClick: onLogoClick,
|
|
7498
7527
|
children: logoContent
|
|
7499
7528
|
}
|
|
7500
|
-
) : /* @__PURE__ */
|
|
7529
|
+
) : /* @__PURE__ */ jsx120("div", { className: classNames == null ? void 0 : classNames.logoWrapper, children: logoContent });
|
|
7501
7530
|
const searchContent = resolveHeaderSearchContent({
|
|
7502
7531
|
search,
|
|
7503
7532
|
searchProps,
|
|
7504
|
-
renderSearch: (nextSearchProps) => /* @__PURE__ */
|
|
7533
|
+
renderSearch: (nextSearchProps) => /* @__PURE__ */ jsx120(Search, __spreadValues({}, nextSearchProps))
|
|
7505
7534
|
});
|
|
7506
|
-
return /* @__PURE__ */
|
|
7535
|
+
return /* @__PURE__ */ jsx120(Fragment6, { children: /* @__PURE__ */ jsx120(
|
|
7507
7536
|
"header",
|
|
7508
7537
|
{
|
|
7509
7538
|
role: "banner",
|
|
@@ -7512,15 +7541,15 @@ var Header = ({
|
|
|
7512
7541
|
fallbackLabel: labels.header.bannerAria
|
|
7513
7542
|
}),
|
|
7514
7543
|
className: cn(baseHeaderClasses, sticky && stickyHeaderClasses, classNames == null ? void 0 : classNames.root),
|
|
7515
|
-
children: /* @__PURE__ */
|
|
7544
|
+
children: /* @__PURE__ */ jsxs115(
|
|
7516
7545
|
"div",
|
|
7517
7546
|
{
|
|
7518
7547
|
className: cn(
|
|
7519
|
-
"agg-header-inner mx-auto flex h-auto w-full max-w-[
|
|
7548
|
+
"agg-header-inner mx-auto flex h-auto w-full max-w-[1440px] px-6 lg:px-10 items-center gap-2 md:gap-4 py-5",
|
|
7520
7549
|
classNames == null ? void 0 : classNames.inner
|
|
7521
7550
|
),
|
|
7522
7551
|
children: [
|
|
7523
|
-
/* @__PURE__ */
|
|
7552
|
+
/* @__PURE__ */ jsx120(
|
|
7524
7553
|
"div",
|
|
7525
7554
|
{
|
|
7526
7555
|
className: cn(
|
|
@@ -7530,7 +7559,7 @@ var Header = ({
|
|
|
7530
7559
|
children: wrappedLogo
|
|
7531
7560
|
}
|
|
7532
7561
|
),
|
|
7533
|
-
searchContent ? /* @__PURE__ */
|
|
7562
|
+
searchContent ? /* @__PURE__ */ jsx120(
|
|
7534
7563
|
"div",
|
|
7535
7564
|
{
|
|
7536
7565
|
className: cn(
|
|
@@ -7541,7 +7570,7 @@ var Header = ({
|
|
|
7541
7570
|
children: searchContent
|
|
7542
7571
|
}
|
|
7543
7572
|
) : null,
|
|
7544
|
-
/* @__PURE__ */
|
|
7573
|
+
/* @__PURE__ */ jsx120(
|
|
7545
7574
|
"div",
|
|
7546
7575
|
{
|
|
7547
7576
|
className: cn(
|
|
@@ -7604,7 +7633,7 @@ var resolveInlineAlertHasAction = ({
|
|
|
7604
7633
|
};
|
|
7605
7634
|
|
|
7606
7635
|
// src/primitives/inline-alert/index.tsx
|
|
7607
|
-
import { jsx as
|
|
7636
|
+
import { jsx as jsx121, jsxs as jsxs116 } from "react/jsx-runtime";
|
|
7608
7637
|
var InlineAlert = ({
|
|
7609
7638
|
tone = INLINE_ALERT_DEFAULT_TONE,
|
|
7610
7639
|
variant,
|
|
@@ -7618,7 +7647,7 @@ var InlineAlert = ({
|
|
|
7618
7647
|
const resolvedVariant = resolveInlineAlertVariant({ tone, variant });
|
|
7619
7648
|
const hasAction = resolveInlineAlertHasAction({ actionLabel, onAction });
|
|
7620
7649
|
const { ariaLive, role } = INLINE_ALERT_LIVE_REGION_CONFIG[tone];
|
|
7621
|
-
return /* @__PURE__ */
|
|
7650
|
+
return /* @__PURE__ */ jsxs116(
|
|
7622
7651
|
"div",
|
|
7623
7652
|
{
|
|
7624
7653
|
className: cn(
|
|
@@ -7630,7 +7659,7 @@ var InlineAlert = ({
|
|
|
7630
7659
|
"aria-live": ariaLive,
|
|
7631
7660
|
"aria-label": ariaLabel,
|
|
7632
7661
|
children: [
|
|
7633
|
-
/* @__PURE__ */
|
|
7662
|
+
/* @__PURE__ */ jsx121(
|
|
7634
7663
|
Icon,
|
|
7635
7664
|
{
|
|
7636
7665
|
name: INLINE_ALERT_TONE_ICON_NAME[tone],
|
|
@@ -7638,14 +7667,14 @@ var InlineAlert = ({
|
|
|
7638
7667
|
"aria-hidden": "true"
|
|
7639
7668
|
}
|
|
7640
7669
|
),
|
|
7641
|
-
/* @__PURE__ */
|
|
7670
|
+
/* @__PURE__ */ jsx121(
|
|
7642
7671
|
"div",
|
|
7643
7672
|
{
|
|
7644
7673
|
className: cn(
|
|
7645
7674
|
"min-w-0",
|
|
7646
7675
|
resolvedVariant === "plain" && !hasAction ? "flex-none text-center" : "flex-1"
|
|
7647
7676
|
),
|
|
7648
|
-
children: /* @__PURE__ */
|
|
7677
|
+
children: /* @__PURE__ */ jsxs116(
|
|
7649
7678
|
"div",
|
|
7650
7679
|
{
|
|
7651
7680
|
className: cn(
|
|
@@ -7654,14 +7683,14 @@ var InlineAlert = ({
|
|
|
7654
7683
|
resolvedVariant === "plain" && !hasAction ? "items-center" : null
|
|
7655
7684
|
),
|
|
7656
7685
|
children: [
|
|
7657
|
-
title2 ? /* @__PURE__ */
|
|
7658
|
-
/* @__PURE__ */
|
|
7686
|
+
title2 ? /* @__PURE__ */ jsx121("p", { className: "text-agg-sm font-agg-bold leading-agg-5 text-agg-foreground", children: title2 }) : null,
|
|
7687
|
+
/* @__PURE__ */ jsx121("p", { className: "text-agg-sm leading-agg-5 text-agg-foreground wrap-break-word", children: message })
|
|
7659
7688
|
]
|
|
7660
7689
|
}
|
|
7661
7690
|
)
|
|
7662
7691
|
}
|
|
7663
7692
|
),
|
|
7664
|
-
hasAction ? /* @__PURE__ */
|
|
7693
|
+
hasAction ? /* @__PURE__ */ jsx121(
|
|
7665
7694
|
"button",
|
|
7666
7695
|
{
|
|
7667
7696
|
type: "button",
|
|
@@ -7699,7 +7728,7 @@ var resolveLoadingIconAriaLabel = ({
|
|
|
7699
7728
|
};
|
|
7700
7729
|
|
|
7701
7730
|
// src/primitives/loading-icon/index.tsx
|
|
7702
|
-
import { Fragment as Fragment7, jsx as
|
|
7731
|
+
import { Fragment as Fragment7, jsx as jsx122, jsxs as jsxs117 } from "react/jsx-runtime";
|
|
7703
7732
|
var LoadingIcon = ({
|
|
7704
7733
|
size = LOADING_ICON_DEFAULT_SIZE,
|
|
7705
7734
|
variant = "default",
|
|
@@ -7710,7 +7739,7 @@ var LoadingIcon = ({
|
|
|
7710
7739
|
const {
|
|
7711
7740
|
features: { enableAnimations }
|
|
7712
7741
|
} = useSdkUiConfig11();
|
|
7713
|
-
return /* @__PURE__ */
|
|
7742
|
+
return /* @__PURE__ */ jsx122(
|
|
7714
7743
|
"span",
|
|
7715
7744
|
{
|
|
7716
7745
|
role: "status",
|
|
@@ -7723,7 +7752,7 @@ var LoadingIcon = ({
|
|
|
7723
7752
|
"inline-grid place-items-center text-agg-primary will-change-transform",
|
|
7724
7753
|
className
|
|
7725
7754
|
),
|
|
7726
|
-
children: /* @__PURE__ */
|
|
7755
|
+
children: /* @__PURE__ */ jsx122("span", { className: "inline-grid place-items-center", "aria-hidden": "true", children: /* @__PURE__ */ jsx122(
|
|
7727
7756
|
"svg",
|
|
7728
7757
|
{
|
|
7729
7758
|
viewBox: LOADING_ICON_SVG_VIEW_BOX,
|
|
@@ -7731,8 +7760,8 @@ var LoadingIcon = ({
|
|
|
7731
7760
|
"block",
|
|
7732
7761
|
variant === "prominent" ? LOADING_ICON_PROMINENT_FRAME_CLASS : iconSizeClasses[size]
|
|
7733
7762
|
),
|
|
7734
|
-
children: variant === "prominent" ? /* @__PURE__ */
|
|
7735
|
-
enableAnimations ? /* @__PURE__ */
|
|
7763
|
+
children: variant === "prominent" ? /* @__PURE__ */ jsxs117("g", { children: [
|
|
7764
|
+
enableAnimations ? /* @__PURE__ */ jsx122(
|
|
7736
7765
|
"animateTransform",
|
|
7737
7766
|
{
|
|
7738
7767
|
attributeName: "transform",
|
|
@@ -7744,7 +7773,7 @@ var LoadingIcon = ({
|
|
|
7744
7773
|
repeatCount: "indefinite"
|
|
7745
7774
|
}
|
|
7746
7775
|
) : null,
|
|
7747
|
-
/* @__PURE__ */
|
|
7776
|
+
/* @__PURE__ */ jsx122(
|
|
7748
7777
|
"circle",
|
|
7749
7778
|
{
|
|
7750
7779
|
cx: "22",
|
|
@@ -7758,8 +7787,8 @@ var LoadingIcon = ({
|
|
|
7758
7787
|
strokeDasharray: LOADING_ICON_PROMINENT_DASHARRAY
|
|
7759
7788
|
}
|
|
7760
7789
|
)
|
|
7761
|
-
] }) : /* @__PURE__ */
|
|
7762
|
-
enableAnimations ? /* @__PURE__ */
|
|
7790
|
+
] }) : /* @__PURE__ */ jsxs117("g", { children: [
|
|
7791
|
+
enableAnimations ? /* @__PURE__ */ jsx122(
|
|
7763
7792
|
"animateTransform",
|
|
7764
7793
|
{
|
|
7765
7794
|
attributeName: "transform",
|
|
@@ -7771,7 +7800,7 @@ var LoadingIcon = ({
|
|
|
7771
7800
|
repeatCount: "indefinite"
|
|
7772
7801
|
}
|
|
7773
7802
|
) : null,
|
|
7774
|
-
/* @__PURE__ */
|
|
7803
|
+
/* @__PURE__ */ jsx122(
|
|
7775
7804
|
"circle",
|
|
7776
7805
|
{
|
|
7777
7806
|
cx: "22",
|
|
@@ -7783,8 +7812,8 @@ var LoadingIcon = ({
|
|
|
7783
7812
|
strokeLinecap: "round",
|
|
7784
7813
|
strokeDasharray: "60 100",
|
|
7785
7814
|
strokeDashoffset: "0",
|
|
7786
|
-
children: enableAnimations ? /* @__PURE__ */
|
|
7787
|
-
/* @__PURE__ */
|
|
7815
|
+
children: enableAnimations ? /* @__PURE__ */ jsxs117(Fragment7, { children: [
|
|
7816
|
+
/* @__PURE__ */ jsx122(
|
|
7788
7817
|
"animate",
|
|
7789
7818
|
{
|
|
7790
7819
|
attributeName: "stroke-dasharray",
|
|
@@ -7793,7 +7822,7 @@ var LoadingIcon = ({
|
|
|
7793
7822
|
repeatCount: "indefinite"
|
|
7794
7823
|
}
|
|
7795
7824
|
),
|
|
7796
|
-
/* @__PURE__ */
|
|
7825
|
+
/* @__PURE__ */ jsx122(
|
|
7797
7826
|
"animate",
|
|
7798
7827
|
{
|
|
7799
7828
|
attributeName: "stroke-dashoffset",
|
|
@@ -7838,7 +7867,7 @@ var resolveModalCloseIcon = ({
|
|
|
7838
7867
|
};
|
|
7839
7868
|
|
|
7840
7869
|
// src/primitives/modal/index.tsx
|
|
7841
|
-
import { Fragment as Fragment8, jsx as
|
|
7870
|
+
import { Fragment as Fragment8, jsx as jsx123, jsxs as jsxs118 } from "react/jsx-runtime";
|
|
7842
7871
|
var Modal = ({
|
|
7843
7872
|
open,
|
|
7844
7873
|
onOpenChange,
|
|
@@ -7846,7 +7875,7 @@ var Modal = ({
|
|
|
7846
7875
|
"aria-label": _ariaLabel,
|
|
7847
7876
|
"aria-labelledby": _ariaLabelledBy
|
|
7848
7877
|
}) => {
|
|
7849
|
-
return /* @__PURE__ */
|
|
7878
|
+
return /* @__PURE__ */ jsx123(Dialog.Root, { open, onOpenChange, children });
|
|
7850
7879
|
};
|
|
7851
7880
|
var ModalContainer = ({
|
|
7852
7881
|
children,
|
|
@@ -7861,8 +7890,8 @@ var ModalContainer = ({
|
|
|
7861
7890
|
} = useSdkUiConfig12();
|
|
7862
7891
|
const overlayAnimationClassName = resolveModalOverlayAnimationClassName(enableAnimations);
|
|
7863
7892
|
const panelAnimationClassName = resolveModalPanelAnimationClassName(enableAnimations);
|
|
7864
|
-
return /* @__PURE__ */
|
|
7865
|
-
/* @__PURE__ */
|
|
7893
|
+
return /* @__PURE__ */ jsxs118(Dialog.Portal, { children: [
|
|
7894
|
+
/* @__PURE__ */ jsx123(
|
|
7866
7895
|
Dialog.Overlay,
|
|
7867
7896
|
{
|
|
7868
7897
|
className: cn(
|
|
@@ -7873,7 +7902,7 @@ var ModalContainer = ({
|
|
|
7873
7902
|
)
|
|
7874
7903
|
}
|
|
7875
7904
|
),
|
|
7876
|
-
/* @__PURE__ */
|
|
7905
|
+
/* @__PURE__ */ jsx123(
|
|
7877
7906
|
Dialog.Content,
|
|
7878
7907
|
{
|
|
7879
7908
|
className: cn(
|
|
@@ -7899,7 +7928,7 @@ var ModalContainer = ({
|
|
|
7899
7928
|
event.preventDefault();
|
|
7900
7929
|
}
|
|
7901
7930
|
},
|
|
7902
|
-
children: /* @__PURE__ */
|
|
7931
|
+
children: /* @__PURE__ */ jsx123(
|
|
7903
7932
|
"div",
|
|
7904
7933
|
{
|
|
7905
7934
|
className: cn(
|
|
@@ -7907,7 +7936,7 @@ var ModalContainer = ({
|
|
|
7907
7936
|
"items-end md:items-center",
|
|
7908
7937
|
"flex h-full min-h-0 w-full justify-center p-0 md:p-5"
|
|
7909
7938
|
),
|
|
7910
|
-
children: /* @__PURE__ */
|
|
7939
|
+
children: /* @__PURE__ */ jsx123(
|
|
7911
7940
|
"div",
|
|
7912
7941
|
{
|
|
7913
7942
|
className: cn(
|
|
@@ -7949,12 +7978,12 @@ var ModalHeader = ({
|
|
|
7949
7978
|
features: { enableAnimations }
|
|
7950
7979
|
} = useSdkUiConfig12();
|
|
7951
7980
|
const labels = useLabels13();
|
|
7952
|
-
const defaultCloseIcon = /* @__PURE__ */
|
|
7981
|
+
const defaultCloseIcon = /* @__PURE__ */ jsx123(CloseIcon, { className: "h-6 w-6" });
|
|
7953
7982
|
const resolvedCloseIcon = resolveModalCloseIcon({
|
|
7954
7983
|
closeIcon,
|
|
7955
7984
|
defaultCloseIcon
|
|
7956
7985
|
});
|
|
7957
|
-
return /* @__PURE__ */
|
|
7986
|
+
return /* @__PURE__ */ jsxs118(
|
|
7958
7987
|
"div",
|
|
7959
7988
|
{
|
|
7960
7989
|
className: cn(
|
|
@@ -7967,7 +7996,7 @@ var ModalHeader = ({
|
|
|
7967
7996
|
classNames == null ? void 0 : classNames.root
|
|
7968
7997
|
),
|
|
7969
7998
|
children: [
|
|
7970
|
-
/* @__PURE__ */
|
|
7999
|
+
/* @__PURE__ */ jsxs118(
|
|
7971
8000
|
"div",
|
|
7972
8001
|
{
|
|
7973
8002
|
className: cn(
|
|
@@ -7980,8 +8009,8 @@ var ModalHeader = ({
|
|
|
7980
8009
|
classNames == null ? void 0 : classNames.container
|
|
7981
8010
|
),
|
|
7982
8011
|
children: [
|
|
7983
|
-
leftElement ? /* @__PURE__ */
|
|
7984
|
-
/* @__PURE__ */
|
|
8012
|
+
leftElement ? /* @__PURE__ */ jsx123(Fragment8, { children: leftElement }) : null,
|
|
8013
|
+
/* @__PURE__ */ jsxs118(
|
|
7985
8014
|
"div",
|
|
7986
8015
|
{
|
|
7987
8016
|
className: cn(
|
|
@@ -7990,7 +8019,7 @@ var ModalHeader = ({
|
|
|
7990
8019
|
classNames == null ? void 0 : classNames.titleContainer
|
|
7991
8020
|
),
|
|
7992
8021
|
children: [
|
|
7993
|
-
/* @__PURE__ */
|
|
8022
|
+
/* @__PURE__ */ jsx123(
|
|
7994
8023
|
Dialog.Title,
|
|
7995
8024
|
{
|
|
7996
8025
|
className: cn(
|
|
@@ -8004,7 +8033,7 @@ var ModalHeader = ({
|
|
|
8004
8033
|
children: title2
|
|
8005
8034
|
}
|
|
8006
8035
|
),
|
|
8007
|
-
subtitle ? /* @__PURE__ */
|
|
8036
|
+
subtitle ? /* @__PURE__ */ jsx123(
|
|
8008
8037
|
"span",
|
|
8009
8038
|
{
|
|
8010
8039
|
className: cn(
|
|
@@ -8018,9 +8047,9 @@ var ModalHeader = ({
|
|
|
8018
8047
|
]
|
|
8019
8048
|
}
|
|
8020
8049
|
),
|
|
8021
|
-
/* @__PURE__ */
|
|
8022
|
-
rightElement ? /* @__PURE__ */
|
|
8023
|
-
!hideClose && /* @__PURE__ */
|
|
8050
|
+
/* @__PURE__ */ jsxs118("div", { className: "agg-modal-header-actions flex flex-row items-center justify-end gap-6", children: [
|
|
8051
|
+
rightElement ? /* @__PURE__ */ jsx123(Fragment8, { children: rightElement }) : null,
|
|
8052
|
+
!hideClose && /* @__PURE__ */ jsx123(
|
|
8024
8053
|
Dialog.Close,
|
|
8025
8054
|
{
|
|
8026
8055
|
className: cn(
|
|
@@ -8037,14 +8066,14 @@ var ModalHeader = ({
|
|
|
8037
8066
|
]
|
|
8038
8067
|
}
|
|
8039
8068
|
),
|
|
8040
|
-
children ? /* @__PURE__ */
|
|
8069
|
+
children ? /* @__PURE__ */ jsx123("div", { className: "agg-modal-header-extra", children }) : null
|
|
8041
8070
|
]
|
|
8042
8071
|
}
|
|
8043
8072
|
);
|
|
8044
8073
|
};
|
|
8045
8074
|
Modal.Header = ModalHeader;
|
|
8046
8075
|
var ModalBody = ({ children, classNames }) => {
|
|
8047
|
-
return /* @__PURE__ */
|
|
8076
|
+
return /* @__PURE__ */ jsx123(
|
|
8048
8077
|
"div",
|
|
8049
8078
|
{
|
|
8050
8079
|
className: cn(
|
|
@@ -8065,7 +8094,7 @@ var ModalFooter = ({
|
|
|
8065
8094
|
classNames,
|
|
8066
8095
|
hideBorder = false
|
|
8067
8096
|
}) => {
|
|
8068
|
-
return /* @__PURE__ */
|
|
8097
|
+
return /* @__PURE__ */ jsx123(
|
|
8069
8098
|
"div",
|
|
8070
8099
|
{
|
|
8071
8100
|
className: cn(
|
|
@@ -8088,7 +8117,7 @@ Modal.displayName = "Modal";
|
|
|
8088
8117
|
// src/primitives/number-value.tsx
|
|
8089
8118
|
import { useMemo as useMemo6 } from "react";
|
|
8090
8119
|
import { useSdkUiConfig as useSdkUiConfig13 } from "@agg-build/hooks";
|
|
8091
|
-
import { jsx as
|
|
8120
|
+
import { jsx as jsx124 } from "react/jsx-runtime";
|
|
8092
8121
|
var NumberValue = ({
|
|
8093
8122
|
value,
|
|
8094
8123
|
format = "number",
|
|
@@ -8122,7 +8151,7 @@ var NumberValue = ({
|
|
|
8122
8151
|
formatPercent,
|
|
8123
8152
|
value
|
|
8124
8153
|
]);
|
|
8125
|
-
return /* @__PURE__ */
|
|
8154
|
+
return /* @__PURE__ */ jsx124("span", { className: cn("font-agg-sans", className), "aria-label": ariaLabel, children: formatted });
|
|
8126
8155
|
};
|
|
8127
8156
|
NumberValue.displayName = "NumberValue";
|
|
8128
8157
|
|
|
@@ -8149,7 +8178,7 @@ var resolveIsSelectDisabled = ({
|
|
|
8149
8178
|
};
|
|
8150
8179
|
|
|
8151
8180
|
// src/primitives/select/index.tsx
|
|
8152
|
-
import { jsx as
|
|
8181
|
+
import { jsx as jsx125, jsxs as jsxs119 } from "react/jsx-runtime";
|
|
8153
8182
|
var SELECT_DROPDOWN_Z = 1e4;
|
|
8154
8183
|
function resolveSelectPortalContainer(triggerRoot) {
|
|
8155
8184
|
var _a, _b;
|
|
@@ -8186,7 +8215,7 @@ var Select = ({
|
|
|
8186
8215
|
const el = containerRef.current;
|
|
8187
8216
|
if (!el) return;
|
|
8188
8217
|
const r = el.getBoundingClientRect();
|
|
8189
|
-
setMenuRect({ top: r.bottom +
|
|
8218
|
+
setMenuRect({ top: r.bottom + 8, left: r.left, width: r.width });
|
|
8190
8219
|
}, []);
|
|
8191
8220
|
useLayoutEffect2(() => {
|
|
8192
8221
|
if (!isOpen) {
|
|
@@ -8225,7 +8254,7 @@ var Select = ({
|
|
|
8225
8254
|
return () => document.removeEventListener("keydown", handleKeyDown);
|
|
8226
8255
|
}, [isOpen, handleClose]);
|
|
8227
8256
|
const triggerRadiusClass = triggerClassName != null ? triggerClassName : "rounded-agg-md";
|
|
8228
|
-
const listbox = menuRect ? /* @__PURE__ */
|
|
8257
|
+
const listbox = menuRect ? /* @__PURE__ */ jsx125(
|
|
8229
8258
|
"div",
|
|
8230
8259
|
{
|
|
8231
8260
|
ref: portalRef,
|
|
@@ -8242,14 +8271,14 @@ var Select = ({
|
|
|
8242
8271
|
className: cn(
|
|
8243
8272
|
AGG_ROOT_CLASS_NAME,
|
|
8244
8273
|
rootClassName,
|
|
8245
|
-
"agg-select-content pointer-events-auto max-h-[min(20rem,calc(100vh-4rem))] overflow-y-auto rounded-
|
|
8274
|
+
"agg-select-content pointer-events-auto max-h-[min(20rem,calc(100vh-4rem))] overflow-y-auto rounded-[12px] border border-agg-separator bg-agg-secondary p-2 shadow-[0_8px_16px_rgba(0,0,0,0.1)] flex flex-col gap-1",
|
|
8246
8275
|
contentClassName
|
|
8247
8276
|
),
|
|
8248
8277
|
children: items.map((item) => {
|
|
8249
8278
|
const isSelected = item.value === value;
|
|
8250
8279
|
const isHidden = item.hidden === true;
|
|
8251
8280
|
if (isHidden) return null;
|
|
8252
|
-
return /* @__PURE__ */
|
|
8281
|
+
return /* @__PURE__ */ jsxs119(
|
|
8253
8282
|
"button",
|
|
8254
8283
|
{
|
|
8255
8284
|
type: "button",
|
|
@@ -8258,10 +8287,9 @@ var Select = ({
|
|
|
8258
8287
|
disabled: item.disabled,
|
|
8259
8288
|
className: cn(
|
|
8260
8289
|
"agg-select-item",
|
|
8261
|
-
"relative flex w-full items-center gap-
|
|
8290
|
+
"relative flex w-full items-center gap-3 rounded-[6px] px-5 py-3 text-left text-agg-sm leading-agg-5 outline-none",
|
|
8262
8291
|
"hover:bg-agg-secondary-hover focus-visible:bg-agg-secondary-hover",
|
|
8263
|
-
isSelected ? "font-agg-
|
|
8264
|
-
isSelected ? "text-agg-foreground" : "text-agg-foreground",
|
|
8292
|
+
isSelected ? "bg-agg-primary/10 font-agg-normal text-agg-primary" : "font-agg-normal text-agg-foreground",
|
|
8265
8293
|
item.disabled && "cursor-not-allowed opacity-60",
|
|
8266
8294
|
itemClassName
|
|
8267
8295
|
),
|
|
@@ -8273,17 +8301,16 @@ var Select = ({
|
|
|
8273
8301
|
handleClose();
|
|
8274
8302
|
},
|
|
8275
8303
|
children: [
|
|
8276
|
-
|
|
8277
|
-
item.icon ? /* @__PURE__ */ jsx124(
|
|
8304
|
+
item.icon ? /* @__PURE__ */ jsx125(
|
|
8278
8305
|
"span",
|
|
8279
8306
|
{
|
|
8280
8307
|
className: cn(
|
|
8281
8308
|
"h-4 w-4 shrink-0 [&_svg]:h-full [&_svg]:w-full",
|
|
8282
|
-
isSelected ? "text-agg-
|
|
8309
|
+
isSelected ? "text-agg-primary" : "text-agg-muted-foreground"
|
|
8283
8310
|
),
|
|
8284
8311
|
children: item.icon
|
|
8285
8312
|
}
|
|
8286
|
-
) : item.iconUrl ? /* @__PURE__ */
|
|
8313
|
+
) : item.iconUrl ? /* @__PURE__ */ jsx125(
|
|
8287
8314
|
RemoteImage,
|
|
8288
8315
|
{
|
|
8289
8316
|
src: item.iconUrl,
|
|
@@ -8291,7 +8318,7 @@ var Select = ({
|
|
|
8291
8318
|
className: "agg-select-item-icon h-4 w-4 shrink-0 rounded-sm object-contain"
|
|
8292
8319
|
}
|
|
8293
8320
|
) : null,
|
|
8294
|
-
/* @__PURE__ */
|
|
8321
|
+
/* @__PURE__ */ jsx125("span", { className: "agg-select-item-label truncate", children: item.label })
|
|
8295
8322
|
]
|
|
8296
8323
|
},
|
|
8297
8324
|
item.value
|
|
@@ -8299,13 +8326,13 @@ var Select = ({
|
|
|
8299
8326
|
})
|
|
8300
8327
|
}
|
|
8301
8328
|
) : null;
|
|
8302
|
-
return /* @__PURE__ */
|
|
8329
|
+
return /* @__PURE__ */ jsxs119(
|
|
8303
8330
|
"div",
|
|
8304
8331
|
{
|
|
8305
8332
|
ref: containerRef,
|
|
8306
8333
|
className: cn("group/agg-select", "relative inline-flex w-full", className),
|
|
8307
8334
|
children: [
|
|
8308
|
-
/* @__PURE__ */
|
|
8335
|
+
/* @__PURE__ */ jsxs119(
|
|
8309
8336
|
"button",
|
|
8310
8337
|
{
|
|
8311
8338
|
type: "button",
|
|
@@ -8315,21 +8342,21 @@ var Select = ({
|
|
|
8315
8342
|
disabled: isDisabled,
|
|
8316
8343
|
className: cn(
|
|
8317
8344
|
"agg-select-trigger",
|
|
8318
|
-
"w-full border border-agg-separator bg-agg-secondary px-
|
|
8345
|
+
"flex h-10 w-full items-center gap-2 rounded-[8px] border border-agg-separator bg-agg-secondary px-3 py-[9px] pr-10 font-agg-sans text-agg-sm leading-agg-5 text-agg-foreground outline-none",
|
|
8319
8346
|
"flex items-center gap-2 text-left",
|
|
8320
8347
|
triggerRadiusClass,
|
|
8321
8348
|
getMotionClassName(
|
|
8322
8349
|
enableAnimations,
|
|
8323
8350
|
"transition-[border-color,box-shadow] duration-200 ease-in-out"
|
|
8324
8351
|
),
|
|
8325
|
-
isOpen && "border-agg-primary
|
|
8352
|
+
isOpen && "border-2 border-agg-primary px-[11px] py-2 ring-0",
|
|
8326
8353
|
"hover:border-agg-primary",
|
|
8327
|
-
"focus:border-agg-primary focus:ring-
|
|
8354
|
+
"focus:border-agg-primary focus:ring-0",
|
|
8328
8355
|
"disabled:cursor-not-allowed disabled:opacity-60"
|
|
8329
8356
|
),
|
|
8330
8357
|
onClick: () => setIsOpen((previousValue) => !previousValue),
|
|
8331
8358
|
children: [
|
|
8332
|
-
(selectedItem == null ? void 0 : selectedItem.icon) ? /* @__PURE__ */
|
|
8359
|
+
(selectedItem == null ? void 0 : selectedItem.icon) ? /* @__PURE__ */ jsx125("span", { className: "h-4 w-4 shrink-0 [&_svg]:h-full [&_svg]:w-full", children: selectedItem.icon }) : (selectedItem == null ? void 0 : selectedItem.iconUrl) ? /* @__PURE__ */ jsx125(
|
|
8333
8360
|
RemoteImage,
|
|
8334
8361
|
{
|
|
8335
8362
|
src: selectedItem.iconUrl,
|
|
@@ -8337,11 +8364,11 @@ var Select = ({
|
|
|
8337
8364
|
className: "agg-select-icon h-4 w-4 shrink-0 rounded-sm object-contain"
|
|
8338
8365
|
}
|
|
8339
8366
|
) : null,
|
|
8340
|
-
/* @__PURE__ */
|
|
8367
|
+
/* @__PURE__ */ jsx125("span", { className: "agg-select-value flex-1 truncate", children: (_a = selectedItem == null ? void 0 : selectedItem.label) != null ? _a : "" })
|
|
8341
8368
|
]
|
|
8342
8369
|
}
|
|
8343
8370
|
),
|
|
8344
|
-
/* @__PURE__ */
|
|
8371
|
+
/* @__PURE__ */ jsx125("span", { className: "agg-select-chevron pointer-events-none absolute inset-y-0 right-3 inline-flex items-center justify-center text-agg-muted-foreground", children: /* @__PURE__ */ jsx125(
|
|
8345
8372
|
Icon,
|
|
8346
8373
|
{
|
|
8347
8374
|
name: isOpen ? "chevron-up" : "chevron-down-thin",
|
|
@@ -8455,7 +8482,7 @@ var getTypographyClassName = ({
|
|
|
8455
8482
|
};
|
|
8456
8483
|
|
|
8457
8484
|
// src/primitives/typography/index.tsx
|
|
8458
|
-
import { jsx as
|
|
8485
|
+
import { jsx as jsx126 } from "react/jsx-runtime";
|
|
8459
8486
|
var Typography = ({
|
|
8460
8487
|
as: Component2 = "p",
|
|
8461
8488
|
variant = "body",
|
|
@@ -8463,7 +8490,7 @@ var Typography = ({
|
|
|
8463
8490
|
children,
|
|
8464
8491
|
"aria-label": ariaLabel
|
|
8465
8492
|
}) => {
|
|
8466
|
-
return /* @__PURE__ */
|
|
8493
|
+
return /* @__PURE__ */ jsx126(Component2, { className: getTypographyClassName({ className, variant }), "aria-label": ariaLabel, children });
|
|
8467
8494
|
};
|
|
8468
8495
|
Typography.displayName = "Typography";
|
|
8469
8496
|
|
|
@@ -8476,7 +8503,7 @@ var resolveStateMessageHasAction = ({ onAction }) => {
|
|
|
8476
8503
|
};
|
|
8477
8504
|
|
|
8478
8505
|
// src/primitives/state-message/index.tsx
|
|
8479
|
-
import { jsx as
|
|
8506
|
+
import { jsx as jsx127, jsxs as jsxs120 } from "react/jsx-runtime";
|
|
8480
8507
|
var StateMessage = ({
|
|
8481
8508
|
icon,
|
|
8482
8509
|
title: title2,
|
|
@@ -8490,7 +8517,7 @@ var StateMessage = ({
|
|
|
8490
8517
|
className: cn(STATE_MESSAGE_ICON_CLASS_NAME, icon.props.className, classNames == null ? void 0 : classNames.icon),
|
|
8491
8518
|
"aria-hidden": true
|
|
8492
8519
|
});
|
|
8493
|
-
return /* @__PURE__ */
|
|
8520
|
+
return /* @__PURE__ */ jsx127(
|
|
8494
8521
|
"div",
|
|
8495
8522
|
{
|
|
8496
8523
|
className: cn(
|
|
@@ -8501,7 +8528,7 @@ var StateMessage = ({
|
|
|
8501
8528
|
role: "status",
|
|
8502
8529
|
"aria-live": "polite",
|
|
8503
8530
|
"aria-label": title2,
|
|
8504
|
-
children: /* @__PURE__ */
|
|
8531
|
+
children: /* @__PURE__ */ jsxs120(
|
|
8505
8532
|
"div",
|
|
8506
8533
|
{
|
|
8507
8534
|
className: cn(
|
|
@@ -8510,7 +8537,7 @@ var StateMessage = ({
|
|
|
8510
8537
|
),
|
|
8511
8538
|
children: [
|
|
8512
8539
|
resolvedIcon,
|
|
8513
|
-
/* @__PURE__ */
|
|
8540
|
+
/* @__PURE__ */ jsxs120(
|
|
8514
8541
|
"div",
|
|
8515
8542
|
{
|
|
8516
8543
|
className: cn(
|
|
@@ -8518,8 +8545,8 @@ var StateMessage = ({
|
|
|
8518
8545
|
classNames == null ? void 0 : classNames.text
|
|
8519
8546
|
),
|
|
8520
8547
|
children: [
|
|
8521
|
-
/* @__PURE__ */
|
|
8522
|
-
description ? /* @__PURE__ */
|
|
8548
|
+
/* @__PURE__ */ jsx127(Typography, { variant: "body-strong", className: classNames == null ? void 0 : classNames.title, children: title2 }),
|
|
8549
|
+
description ? /* @__PURE__ */ jsx127(
|
|
8523
8550
|
Typography,
|
|
8524
8551
|
{
|
|
8525
8552
|
variant: "label",
|
|
@@ -8530,7 +8557,7 @@ var StateMessage = ({
|
|
|
8530
8557
|
]
|
|
8531
8558
|
}
|
|
8532
8559
|
),
|
|
8533
|
-
hasAction ? /* @__PURE__ */
|
|
8560
|
+
hasAction ? /* @__PURE__ */ jsx127(
|
|
8534
8561
|
Button,
|
|
8535
8562
|
{
|
|
8536
8563
|
variant: "tertiary",
|
|
@@ -8558,7 +8585,37 @@ StateMessage.displayName = "StateMessage";
|
|
|
8558
8585
|
|
|
8559
8586
|
// src/primitives/tabs/index.tsx
|
|
8560
8587
|
import { useLabels as useLabels16, useSdkUiConfig as useSdkUiConfig15 } from "@agg-build/hooks";
|
|
8561
|
-
import { useCallback as
|
|
8588
|
+
import { useCallback as useCallback6, useEffect as useEffect9, useLayoutEffect as useLayoutEffect3, useMemo as useMemo7, useRef as useRef9, useState as useState10 } from "react";
|
|
8589
|
+
|
|
8590
|
+
// src/shared/use-horizontal-scroll-state.ts
|
|
8591
|
+
import { useCallback as useCallback5, useEffect as useEffect8, useRef as useRef8, useState as useState9 } from "react";
|
|
8592
|
+
var useHorizontalScrollState = () => {
|
|
8593
|
+
const containerRef = useRef8(null);
|
|
8594
|
+
const [canScrollLeft, setCanScrollLeft] = useState9(false);
|
|
8595
|
+
const [canScrollRight, setCanScrollRight] = useState9(false);
|
|
8596
|
+
const update = useCallback5(() => {
|
|
8597
|
+
const el = containerRef.current;
|
|
8598
|
+
if (!el) return;
|
|
8599
|
+
const maxScroll = el.scrollWidth - el.clientWidth;
|
|
8600
|
+
setCanScrollLeft(el.scrollLeft > 4);
|
|
8601
|
+
setCanScrollRight(maxScroll - el.scrollLeft > 4);
|
|
8602
|
+
}, []);
|
|
8603
|
+
useEffect8(() => {
|
|
8604
|
+
const el = containerRef.current;
|
|
8605
|
+
if (!el) return;
|
|
8606
|
+
el.addEventListener("scroll", update, { passive: true });
|
|
8607
|
+
return () => el.removeEventListener("scroll", update);
|
|
8608
|
+
}, [update]);
|
|
8609
|
+
useEffect8(() => {
|
|
8610
|
+
if (typeof ResizeObserver === "undefined") return;
|
|
8611
|
+
const el = containerRef.current;
|
|
8612
|
+
if (!el) return;
|
|
8613
|
+
const ro = new ResizeObserver(() => update());
|
|
8614
|
+
ro.observe(el);
|
|
8615
|
+
return () => ro.disconnect();
|
|
8616
|
+
}, [update]);
|
|
8617
|
+
return { containerRef, canScrollLeft, canScrollRight, update };
|
|
8618
|
+
};
|
|
8562
8619
|
|
|
8563
8620
|
// src/primitives/tabs/tabs.constants.ts
|
|
8564
8621
|
var MOBILE_TABS_MEDIA_QUERY = "(max-width: 736px)";
|
|
@@ -8585,7 +8642,7 @@ var findEdgeEnabledIndex = (items, direction) => {
|
|
|
8585
8642
|
};
|
|
8586
8643
|
|
|
8587
8644
|
// src/primitives/tabs/index.tsx
|
|
8588
|
-
import { Fragment as Fragment9, jsx as
|
|
8645
|
+
import { Fragment as Fragment9, jsx as jsx128, jsxs as jsxs121 } from "react/jsx-runtime";
|
|
8589
8646
|
var getTabButtonClassName = ({
|
|
8590
8647
|
enableAnimations,
|
|
8591
8648
|
isBarVariant,
|
|
@@ -8632,8 +8689,8 @@ var Tabs = ({
|
|
|
8632
8689
|
const {
|
|
8633
8690
|
features: { enableAnimations }
|
|
8634
8691
|
} = useSdkUiConfig15();
|
|
8635
|
-
const buttonRefs =
|
|
8636
|
-
const dragStateRef =
|
|
8692
|
+
const buttonRefs = useRef9([]);
|
|
8693
|
+
const dragStateRef = useRef9({
|
|
8637
8694
|
isPointerDown: false,
|
|
8638
8695
|
isDragging: false,
|
|
8639
8696
|
pointerId: null,
|
|
@@ -8641,20 +8698,21 @@ var Tabs = ({
|
|
|
8641
8698
|
startClientY: 0,
|
|
8642
8699
|
startScrollLeft: 0
|
|
8643
8700
|
});
|
|
8644
|
-
const suppressClickRef =
|
|
8701
|
+
const suppressClickRef = useRef9(false);
|
|
8645
8702
|
const resolvedAriaLabel = ariaLabel != null ? ariaLabel : labels.common.tabsAria;
|
|
8646
|
-
const [isMobileViewport, setIsMobileViewport] =
|
|
8647
|
-
const [isDraggingTabs, setIsDraggingTabs] =
|
|
8648
|
-
const [activeUnderlineStyle, setActiveUnderlineStyle] =
|
|
8703
|
+
const [isMobileViewport, setIsMobileViewport] = useState10(false);
|
|
8704
|
+
const [isDraggingTabs, setIsDraggingTabs] = useState10(false);
|
|
8705
|
+
const [activeUnderlineStyle, setActiveUnderlineStyle] = useState10({
|
|
8649
8706
|
transform: "translateX(0px)",
|
|
8650
8707
|
width: 0,
|
|
8651
8708
|
opacity: 0
|
|
8652
8709
|
});
|
|
8653
|
-
const
|
|
8654
|
-
|
|
8655
|
-
|
|
8656
|
-
|
|
8657
|
-
|
|
8710
|
+
const {
|
|
8711
|
+
containerRef: tabListRef,
|
|
8712
|
+
canScrollLeft,
|
|
8713
|
+
canScrollRight,
|
|
8714
|
+
update: updateScrollState
|
|
8715
|
+
} = useHorizontalScrollState();
|
|
8658
8716
|
const isBarVariant = variant === "bar";
|
|
8659
8717
|
const resolvedOverflowBehavior = useMemo7(() => {
|
|
8660
8718
|
if (overflowBehavior) return overflowBehavior;
|
|
@@ -8663,7 +8721,7 @@ var Tabs = ({
|
|
|
8663
8721
|
}, [isBarVariant, isMobileViewport, overflowBehavior]);
|
|
8664
8722
|
const shouldUseOverflowScroll = resolvedOverflowBehavior === "scroll";
|
|
8665
8723
|
const shouldUseOverflowSelect = resolvedOverflowBehavior === "select";
|
|
8666
|
-
|
|
8724
|
+
useEffect9(() => {
|
|
8667
8725
|
if (typeof window === "undefined") return;
|
|
8668
8726
|
const mediaQueryList = window.matchMedia(MOBILE_TABS_MEDIA_QUERY);
|
|
8669
8727
|
const handleMediaQueryChange = (event) => {
|
|
@@ -8681,22 +8739,6 @@ var Tabs = ({
|
|
|
8681
8739
|
mediaQueryList.removeListener(handleMediaQueryChange);
|
|
8682
8740
|
};
|
|
8683
8741
|
}, []);
|
|
8684
|
-
const updateScrollAffordances = useCallback5(() => {
|
|
8685
|
-
if (!shouldUseOverflowScroll) {
|
|
8686
|
-
setScrollAffordanceState({
|
|
8687
|
-
showStart: false,
|
|
8688
|
-
showEnd: false
|
|
8689
|
-
});
|
|
8690
|
-
return;
|
|
8691
|
-
}
|
|
8692
|
-
const tabListElement = tabListRef.current;
|
|
8693
|
-
if (!tabListElement) return;
|
|
8694
|
-
const maxScrollLeft = tabListElement.scrollWidth - tabListElement.clientWidth;
|
|
8695
|
-
setScrollAffordanceState({
|
|
8696
|
-
showStart: tabListElement.scrollLeft > 4,
|
|
8697
|
-
showEnd: maxScrollLeft - tabListElement.scrollLeft > 4
|
|
8698
|
-
});
|
|
8699
|
-
}, [shouldUseOverflowScroll]);
|
|
8700
8742
|
const renderedItems = useMemo7(() => {
|
|
8701
8743
|
return items.map((item) => __spreadProps(__spreadValues({}, item), {
|
|
8702
8744
|
disabled: item.disabled || item.isComingSoon
|
|
@@ -8835,7 +8877,7 @@ var Tabs = ({
|
|
|
8835
8877
|
event == null ? void 0 : event.stopPropagation();
|
|
8836
8878
|
suppressClickRef.current = false;
|
|
8837
8879
|
};
|
|
8838
|
-
const updateActiveUnderline =
|
|
8880
|
+
const updateActiveUnderline = useCallback6(() => {
|
|
8839
8881
|
if (isBarVariant) {
|
|
8840
8882
|
setActiveUnderlineStyle({
|
|
8841
8883
|
transform: "translateX(0px)",
|
|
@@ -8861,39 +8903,36 @@ var Tabs = ({
|
|
|
8861
8903
|
useLayoutEffect3(() => {
|
|
8862
8904
|
updateActiveUnderline();
|
|
8863
8905
|
}, [updateActiveUnderline]);
|
|
8864
|
-
|
|
8906
|
+
useEffect9(() => {
|
|
8865
8907
|
if (isBarVariant || !shouldUseOverflowScroll) return;
|
|
8866
8908
|
const tabListElement = tabListRef.current;
|
|
8867
8909
|
if (!tabListElement) return;
|
|
8868
8910
|
const handleScroll = () => {
|
|
8869
8911
|
updateActiveUnderline();
|
|
8870
|
-
updateScrollAffordances();
|
|
8871
8912
|
};
|
|
8872
8913
|
tabListElement.addEventListener("scroll", handleScroll, { passive: true });
|
|
8873
|
-
updateScrollAffordances();
|
|
8874
8914
|
return () => {
|
|
8875
8915
|
tabListElement.removeEventListener("scroll", handleScroll);
|
|
8876
8916
|
};
|
|
8877
|
-
}, [isBarVariant, shouldUseOverflowScroll,
|
|
8878
|
-
|
|
8917
|
+
}, [isBarVariant, shouldUseOverflowScroll, tabListRef, updateActiveUnderline]);
|
|
8918
|
+
useEffect9(() => {
|
|
8879
8919
|
if (!shouldUseOverflowScroll) return;
|
|
8880
|
-
|
|
8881
|
-
}, [renderedItems, shouldUseOverflowScroll,
|
|
8882
|
-
|
|
8883
|
-
if (isBarVariant
|
|
8920
|
+
updateScrollState();
|
|
8921
|
+
}, [renderedItems, shouldUseOverflowScroll, updateScrollState, value]);
|
|
8922
|
+
useEffect9(() => {
|
|
8923
|
+
if (isBarVariant || !shouldUseOverflowScroll) return;
|
|
8884
8924
|
if (typeof ResizeObserver === "undefined") return;
|
|
8885
8925
|
const tabListElement = tabListRef.current;
|
|
8886
8926
|
if (!tabListElement) return;
|
|
8887
8927
|
const resizeObserver = new ResizeObserver(() => {
|
|
8888
8928
|
updateActiveUnderline();
|
|
8889
|
-
updateScrollAffordances();
|
|
8890
8929
|
});
|
|
8891
8930
|
resizeObserver.observe(tabListElement);
|
|
8892
8931
|
return () => {
|
|
8893
8932
|
resizeObserver.disconnect();
|
|
8894
8933
|
};
|
|
8895
|
-
}, [isBarVariant, shouldUseOverflowScroll,
|
|
8896
|
-
|
|
8934
|
+
}, [isBarVariant, shouldUseOverflowScroll, tabListRef, updateActiveUnderline]);
|
|
8935
|
+
useEffect9(() => {
|
|
8897
8936
|
if (!shouldUseOverflowScroll) return;
|
|
8898
8937
|
const tabListElement = tabListRef.current;
|
|
8899
8938
|
if (!tabListElement) return;
|
|
@@ -8918,7 +8957,7 @@ var Tabs = ({
|
|
|
8918
8957
|
});
|
|
8919
8958
|
}, [enableAnimations, renderedItems, shouldUseOverflowScroll, value]);
|
|
8920
8959
|
if (shouldUseOverflowSelect) {
|
|
8921
|
-
return /* @__PURE__ */
|
|
8960
|
+
return /* @__PURE__ */ jsx128("div", { className: cn("group/agg-tabs w-full", className, classNames == null ? void 0 : classNames.root), children: /* @__PURE__ */ jsx128(
|
|
8922
8961
|
Select,
|
|
8923
8962
|
{
|
|
8924
8963
|
ariaLabel,
|
|
@@ -8930,7 +8969,7 @@ var Tabs = ({
|
|
|
8930
8969
|
}
|
|
8931
8970
|
) });
|
|
8932
8971
|
}
|
|
8933
|
-
return /* @__PURE__ */
|
|
8972
|
+
return /* @__PURE__ */ jsxs121(
|
|
8934
8973
|
"div",
|
|
8935
8974
|
{
|
|
8936
8975
|
className: cn(
|
|
@@ -8941,7 +8980,7 @@ var Tabs = ({
|
|
|
8941
8980
|
classNames == null ? void 0 : classNames.root
|
|
8942
8981
|
),
|
|
8943
8982
|
children: [
|
|
8944
|
-
/* @__PURE__ */
|
|
8983
|
+
/* @__PURE__ */ jsxs121(
|
|
8945
8984
|
"div",
|
|
8946
8985
|
{
|
|
8947
8986
|
ref: tabListRef,
|
|
@@ -8959,7 +8998,7 @@ var Tabs = ({
|
|
|
8959
8998
|
var _a;
|
|
8960
8999
|
const isActive = item.value === value;
|
|
8961
9000
|
const isComingSoon = (_a = item == null ? void 0 : item.isComingSoon) != null ? _a : false;
|
|
8962
|
-
return /* @__PURE__ */
|
|
9001
|
+
return /* @__PURE__ */ jsxs121(
|
|
8963
9002
|
"button",
|
|
8964
9003
|
{
|
|
8965
9004
|
ref: (buttonElement) => {
|
|
@@ -8994,7 +9033,7 @@ var Tabs = ({
|
|
|
8994
9033
|
),
|
|
8995
9034
|
children: [
|
|
8996
9035
|
item.icon ? item.icon : null,
|
|
8997
|
-
/* @__PURE__ */
|
|
9036
|
+
/* @__PURE__ */ jsxs121(
|
|
8998
9037
|
"span",
|
|
8999
9038
|
{
|
|
9000
9039
|
className: cn(
|
|
@@ -9012,7 +9051,7 @@ var Tabs = ({
|
|
|
9012
9051
|
item.value
|
|
9013
9052
|
);
|
|
9014
9053
|
}),
|
|
9015
|
-
!isBarVariant ? /* @__PURE__ */
|
|
9054
|
+
!isBarVariant ? /* @__PURE__ */ jsx128(
|
|
9016
9055
|
"span",
|
|
9017
9056
|
{
|
|
9018
9057
|
"aria-hidden": true,
|
|
@@ -9031,8 +9070,8 @@ var Tabs = ({
|
|
|
9031
9070
|
]
|
|
9032
9071
|
}
|
|
9033
9072
|
),
|
|
9034
|
-
shouldUseOverflowScroll && !isBarVariant ? /* @__PURE__ */
|
|
9035
|
-
/* @__PURE__ */
|
|
9073
|
+
shouldUseOverflowScroll && !isBarVariant ? /* @__PURE__ */ jsxs121(Fragment9, { children: [
|
|
9074
|
+
/* @__PURE__ */ jsx128(
|
|
9036
9075
|
"span",
|
|
9037
9076
|
{
|
|
9038
9077
|
"aria-hidden": true,
|
|
@@ -9040,11 +9079,11 @@ var Tabs = ({
|
|
|
9040
9079
|
"agg-tab-scroll-start",
|
|
9041
9080
|
"pointer-events-none absolute top-0 bottom-0 left-0 z-10 w-12 md:w-18 bg-linear-to-r from-agg-secondary via-agg-secondary to-transparent",
|
|
9042
9081
|
getMotionClassName(enableAnimations, "transition-opacity duration-200"),
|
|
9043
|
-
|
|
9082
|
+
canScrollLeft ? "opacity-100" : "opacity-0"
|
|
9044
9083
|
)
|
|
9045
9084
|
}
|
|
9046
9085
|
),
|
|
9047
|
-
/* @__PURE__ */
|
|
9086
|
+
/* @__PURE__ */ jsx128(
|
|
9048
9087
|
"span",
|
|
9049
9088
|
{
|
|
9050
9089
|
"aria-hidden": true,
|
|
@@ -9052,24 +9091,63 @@ var Tabs = ({
|
|
|
9052
9091
|
"agg-tab-scroll-end",
|
|
9053
9092
|
"pointer-events-none absolute top-0 right-0 bottom-0 z-10 w-12 md:w-18 bg-linear-to-l from-agg-secondary via-agg-secondary to-transparent",
|
|
9054
9093
|
getMotionClassName(enableAnimations, "transition-opacity duration-200"),
|
|
9055
|
-
|
|
9094
|
+
canScrollRight ? "opacity-100" : "opacity-0"
|
|
9056
9095
|
)
|
|
9057
9096
|
}
|
|
9058
9097
|
)
|
|
9059
9098
|
] }) : null,
|
|
9060
|
-
shouldUseOverflowScroll && isBarVariant ? /* @__PURE__ */
|
|
9061
|
-
|
|
9062
|
-
|
|
9063
|
-
|
|
9064
|
-
|
|
9065
|
-
"
|
|
9066
|
-
|
|
9067
|
-
|
|
9068
|
-
|
|
9069
|
-
|
|
9070
|
-
|
|
9071
|
-
|
|
9072
|
-
|
|
9099
|
+
shouldUseOverflowScroll && isBarVariant ? /* @__PURE__ */ jsxs121(Fragment9, { children: [
|
|
9100
|
+
/* @__PURE__ */ jsx128(
|
|
9101
|
+
"button",
|
|
9102
|
+
{
|
|
9103
|
+
type: "button",
|
|
9104
|
+
"aria-label": labels.common.scrollTabsLeft,
|
|
9105
|
+
tabIndex: -1,
|
|
9106
|
+
className: cn(
|
|
9107
|
+
"agg-tab-scroll-start",
|
|
9108
|
+
"absolute top-px bottom-px left-px z-10 w-20 rounded-l-agg-lg",
|
|
9109
|
+
"inline-flex items-center justify-start pl-2",
|
|
9110
|
+
"bg-linear-to-r from-agg-secondary from-[25%] via-agg-secondary/80 to-transparent",
|
|
9111
|
+
"cursor-pointer",
|
|
9112
|
+
getMotionClassName(enableAnimations, "transition-opacity duration-200"),
|
|
9113
|
+
canScrollLeft ? "opacity-100" : "opacity-0 pointer-events-none"
|
|
9114
|
+
),
|
|
9115
|
+
onClick: () => {
|
|
9116
|
+
var _a;
|
|
9117
|
+
(_a = tabListRef.current) == null ? void 0 : _a.scrollBy({
|
|
9118
|
+
left: -200,
|
|
9119
|
+
behavior: getScrollBehavior(enableAnimations)
|
|
9120
|
+
});
|
|
9121
|
+
},
|
|
9122
|
+
children: /* @__PURE__ */ jsx128(Icon, { name: "chevron-left", size: "small", color: "currentColor" })
|
|
9123
|
+
}
|
|
9124
|
+
),
|
|
9125
|
+
/* @__PURE__ */ jsx128(
|
|
9126
|
+
"button",
|
|
9127
|
+
{
|
|
9128
|
+
type: "button",
|
|
9129
|
+
"aria-label": labels.common.scrollTabsRight,
|
|
9130
|
+
tabIndex: -1,
|
|
9131
|
+
className: cn(
|
|
9132
|
+
"agg-tab-scroll-end",
|
|
9133
|
+
"absolute top-px right-px bottom-px z-10 w-20 rounded-r-agg-lg",
|
|
9134
|
+
"inline-flex items-center justify-end pr-2",
|
|
9135
|
+
"bg-linear-to-l from-agg-secondary from-[25%] via-agg-secondary/80 to-transparent",
|
|
9136
|
+
"cursor-pointer",
|
|
9137
|
+
getMotionClassName(enableAnimations, "transition-opacity duration-200"),
|
|
9138
|
+
canScrollRight ? "opacity-100" : "opacity-0 pointer-events-none"
|
|
9139
|
+
),
|
|
9140
|
+
onClick: () => {
|
|
9141
|
+
var _a;
|
|
9142
|
+
(_a = tabListRef.current) == null ? void 0 : _a.scrollBy({
|
|
9143
|
+
left: 200,
|
|
9144
|
+
behavior: getScrollBehavior(enableAnimations)
|
|
9145
|
+
});
|
|
9146
|
+
},
|
|
9147
|
+
children: /* @__PURE__ */ jsx128(Icon, { name: "chevron-right", size: "small", color: "currentColor" })
|
|
9148
|
+
}
|
|
9149
|
+
)
|
|
9150
|
+
] }) : null
|
|
9073
9151
|
]
|
|
9074
9152
|
}
|
|
9075
9153
|
);
|
|
@@ -9080,13 +9158,13 @@ Tabs.displayName = "Tabs";
|
|
|
9080
9158
|
import * as RadixToast from "@radix-ui/react-toast";
|
|
9081
9159
|
import {
|
|
9082
9160
|
createContext,
|
|
9083
|
-
useCallback as
|
|
9161
|
+
useCallback as useCallback7,
|
|
9084
9162
|
useContext,
|
|
9085
|
-
useEffect as
|
|
9086
|
-
useRef as
|
|
9087
|
-
useState as
|
|
9163
|
+
useEffect as useEffect10,
|
|
9164
|
+
useRef as useRef10,
|
|
9165
|
+
useState as useState11
|
|
9088
9166
|
} from "react";
|
|
9089
|
-
import { jsx as
|
|
9167
|
+
import { jsx as jsx129, jsxs as jsxs122 } from "react/jsx-runtime";
|
|
9090
9168
|
var DEFAULT_DURATION_MS = 5e3;
|
|
9091
9169
|
var EXIT_ANIMATION_MS = 350;
|
|
9092
9170
|
var TONE_ACCENT_CLASS = {
|
|
@@ -9109,12 +9187,12 @@ function ToastProvider({
|
|
|
9109
9187
|
swipeThreshold = 50,
|
|
9110
9188
|
viewportClassName
|
|
9111
9189
|
}) {
|
|
9112
|
-
const [toasts, setToasts] =
|
|
9113
|
-
const idRef =
|
|
9114
|
-
const dismiss =
|
|
9190
|
+
const [toasts, setToasts] = useState11([]);
|
|
9191
|
+
const idRef = useRef10(0);
|
|
9192
|
+
const dismiss = useCallback7((id) => {
|
|
9115
9193
|
setToasts((current) => current.filter((entry) => entry.id !== id));
|
|
9116
9194
|
}, []);
|
|
9117
|
-
const toast =
|
|
9195
|
+
const toast = useCallback7(
|
|
9118
9196
|
(message, options) => {
|
|
9119
9197
|
const id = ++idRef.current;
|
|
9120
9198
|
setToasts((current) => {
|
|
@@ -9135,9 +9213,9 @@ function ToastProvider({
|
|
|
9135
9213
|
},
|
|
9136
9214
|
[defaultDurationMs]
|
|
9137
9215
|
);
|
|
9138
|
-
return /* @__PURE__ */
|
|
9216
|
+
return /* @__PURE__ */ jsx129(ToastContext.Provider, { value: { toast, dismiss }, children: /* @__PURE__ */ jsxs122(RadixToast.Provider, { swipeDirection, swipeThreshold, children: [
|
|
9139
9217
|
children,
|
|
9140
|
-
toasts.map((entry) => /* @__PURE__ */
|
|
9218
|
+
toasts.map((entry) => /* @__PURE__ */ jsx129(
|
|
9141
9219
|
ToastRow,
|
|
9142
9220
|
{
|
|
9143
9221
|
entry,
|
|
@@ -9147,7 +9225,7 @@ function ToastProvider({
|
|
|
9147
9225
|
},
|
|
9148
9226
|
entry.id
|
|
9149
9227
|
)),
|
|
9150
|
-
/* @__PURE__ */
|
|
9228
|
+
/* @__PURE__ */ jsx129(
|
|
9151
9229
|
RadixToast.Viewport,
|
|
9152
9230
|
{
|
|
9153
9231
|
className: cn(
|
|
@@ -9159,31 +9237,31 @@ function ToastProvider({
|
|
|
9159
9237
|
] }) });
|
|
9160
9238
|
}
|
|
9161
9239
|
function ToastRow({ entry, onOpenChange }) {
|
|
9162
|
-
const [isOpen, setIsOpen] =
|
|
9240
|
+
const [isOpen, setIsOpen] = useState11(true);
|
|
9163
9241
|
const hasAutoDismiss = entry.durationMs > 0 && Number.isFinite(entry.durationMs);
|
|
9164
9242
|
const duration = hasAutoDismiss ? entry.durationMs : Number.POSITIVE_INFINITY;
|
|
9165
|
-
const timeoutRef =
|
|
9166
|
-
const closeTimeoutRef =
|
|
9167
|
-
const remainingMsRef =
|
|
9168
|
-
const timerStartedAtRef =
|
|
9169
|
-
const onOpenChangeRef =
|
|
9243
|
+
const timeoutRef = useRef10(null);
|
|
9244
|
+
const closeTimeoutRef = useRef10(null);
|
|
9245
|
+
const remainingMsRef = useRef10(duration);
|
|
9246
|
+
const timerStartedAtRef = useRef10(null);
|
|
9247
|
+
const onOpenChangeRef = useRef10(onOpenChange);
|
|
9170
9248
|
const rootStyle = {
|
|
9171
9249
|
"--agg-toast-duration": `${duration}ms`
|
|
9172
9250
|
};
|
|
9173
|
-
|
|
9251
|
+
useEffect10(() => {
|
|
9174
9252
|
onOpenChangeRef.current = onOpenChange;
|
|
9175
9253
|
}, [onOpenChange]);
|
|
9176
|
-
const clearDismissTimer =
|
|
9254
|
+
const clearDismissTimer = useCallback7(() => {
|
|
9177
9255
|
if (!timeoutRef.current) return;
|
|
9178
9256
|
clearTimeout(timeoutRef.current);
|
|
9179
9257
|
timeoutRef.current = null;
|
|
9180
9258
|
}, []);
|
|
9181
|
-
const clearCloseTimer =
|
|
9259
|
+
const clearCloseTimer = useCallback7(() => {
|
|
9182
9260
|
if (!closeTimeoutRef.current) return;
|
|
9183
9261
|
clearTimeout(closeTimeoutRef.current);
|
|
9184
9262
|
closeTimeoutRef.current = null;
|
|
9185
9263
|
}, []);
|
|
9186
|
-
const handleOpenChange =
|
|
9264
|
+
const handleOpenChange = useCallback7(
|
|
9187
9265
|
(open) => {
|
|
9188
9266
|
if (open) {
|
|
9189
9267
|
clearCloseTimer();
|
|
@@ -9200,7 +9278,7 @@ function ToastRow({ entry, onOpenChange }) {
|
|
|
9200
9278
|
},
|
|
9201
9279
|
[clearCloseTimer, clearDismissTimer]
|
|
9202
9280
|
);
|
|
9203
|
-
const startDismissTimer =
|
|
9281
|
+
const startDismissTimer = useCallback7(() => {
|
|
9204
9282
|
if (!hasAutoDismiss) return;
|
|
9205
9283
|
clearDismissTimer();
|
|
9206
9284
|
timerStartedAtRef.current = Date.now();
|
|
@@ -9208,18 +9286,18 @@ function ToastRow({ entry, onOpenChange }) {
|
|
|
9208
9286
|
handleOpenChange(false);
|
|
9209
9287
|
}, remainingMsRef.current);
|
|
9210
9288
|
}, [clearDismissTimer, handleOpenChange, hasAutoDismiss]);
|
|
9211
|
-
const handlePauseDismissTimer =
|
|
9289
|
+
const handlePauseDismissTimer = useCallback7(() => {
|
|
9212
9290
|
if (!hasAutoDismiss || timerStartedAtRef.current === null) return;
|
|
9213
9291
|
const elapsedMs = Date.now() - timerStartedAtRef.current;
|
|
9214
9292
|
remainingMsRef.current = Math.max(0, remainingMsRef.current - elapsedMs);
|
|
9215
9293
|
timerStartedAtRef.current = null;
|
|
9216
9294
|
clearDismissTimer();
|
|
9217
9295
|
}, [clearDismissTimer, hasAutoDismiss]);
|
|
9218
|
-
const handleResumeDismissTimer =
|
|
9296
|
+
const handleResumeDismissTimer = useCallback7(() => {
|
|
9219
9297
|
if (!hasAutoDismiss || timerStartedAtRef.current !== null) return;
|
|
9220
9298
|
startDismissTimer();
|
|
9221
9299
|
}, [hasAutoDismiss, startDismissTimer]);
|
|
9222
|
-
|
|
9300
|
+
useEffect10(() => {
|
|
9223
9301
|
remainingMsRef.current = duration;
|
|
9224
9302
|
startDismissTimer();
|
|
9225
9303
|
return () => {
|
|
@@ -9227,7 +9305,7 @@ function ToastRow({ entry, onOpenChange }) {
|
|
|
9227
9305
|
clearCloseTimer();
|
|
9228
9306
|
};
|
|
9229
9307
|
}, [clearCloseTimer, clearDismissTimer, duration, startDismissTimer]);
|
|
9230
|
-
return /* @__PURE__ */
|
|
9308
|
+
return /* @__PURE__ */ jsxs122(
|
|
9231
9309
|
RadixToast.Root,
|
|
9232
9310
|
{
|
|
9233
9311
|
open: isOpen,
|
|
@@ -9248,7 +9326,7 @@ function ToastRow({ entry, onOpenChange }) {
|
|
|
9248
9326
|
TONE_ACCENT_CLASS[entry.tone]
|
|
9249
9327
|
),
|
|
9250
9328
|
children: [
|
|
9251
|
-
/* @__PURE__ */
|
|
9329
|
+
/* @__PURE__ */ jsx129(
|
|
9252
9330
|
Icon,
|
|
9253
9331
|
{
|
|
9254
9332
|
name: TONE_ICON_NAME[entry.tone],
|
|
@@ -9256,25 +9334,25 @@ function ToastRow({ entry, onOpenChange }) {
|
|
|
9256
9334
|
"aria-hidden": "true"
|
|
9257
9335
|
}
|
|
9258
9336
|
),
|
|
9259
|
-
/* @__PURE__ */
|
|
9260
|
-
entry.title ? /* @__PURE__ */
|
|
9261
|
-
/* @__PURE__ */
|
|
9262
|
-
entry.detail ? /* @__PURE__ */
|
|
9337
|
+
/* @__PURE__ */ jsxs122("div", { className: "min-w-0 flex-1", children: [
|
|
9338
|
+
entry.title ? /* @__PURE__ */ jsx129(RadixToast.Title, { className: "font-agg-sans text-agg-sm leading-agg-5 font-agg-bold text-agg-foreground", children: entry.title }) : null,
|
|
9339
|
+
/* @__PURE__ */ jsx129(RadixToast.Description, { className: "font-agg-sans text-agg-sm leading-agg-5 font-agg-normal text-agg-foreground wrap-break-word", children: entry.message }),
|
|
9340
|
+
entry.detail ? /* @__PURE__ */ jsx129("p", { className: "font-agg-sans text-agg-sm leading-agg-5 font-agg-normal text-agg-muted-foreground wrap-break-word", children: entry.detail }) : null
|
|
9263
9341
|
] }),
|
|
9264
|
-
/* @__PURE__ */
|
|
9342
|
+
/* @__PURE__ */ jsx129(
|
|
9265
9343
|
RadixToast.Close,
|
|
9266
9344
|
{
|
|
9267
9345
|
"aria-label": "Dismiss",
|
|
9268
9346
|
className: "absolute top-4 right-4 cursor-pointer text-agg-foreground transition-opacity hover:opacity-70 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-agg-primary",
|
|
9269
|
-
children: /* @__PURE__ */
|
|
9347
|
+
children: /* @__PURE__ */ jsx129(Icon, { name: "close", className: "h-4! w-4!", "aria-hidden": "true" })
|
|
9270
9348
|
}
|
|
9271
9349
|
),
|
|
9272
|
-
/* @__PURE__ */
|
|
9350
|
+
/* @__PURE__ */ jsx129(
|
|
9273
9351
|
"div",
|
|
9274
9352
|
{
|
|
9275
9353
|
className: "absolute right-[-1px] bottom-[-1px] left-[-1px] h-1 bg-[color-mix(in_srgb,var(--agg-toast-accent)_30%,transparent)]",
|
|
9276
9354
|
"aria-hidden": "true",
|
|
9277
|
-
children: /* @__PURE__ */
|
|
9355
|
+
children: /* @__PURE__ */ jsx129(
|
|
9278
9356
|
"div",
|
|
9279
9357
|
{
|
|
9280
9358
|
"data-testid": "agg-toast-progress",
|
|
@@ -9336,7 +9414,7 @@ var resolveTooltipArrowDimensions = (size) => {
|
|
|
9336
9414
|
};
|
|
9337
9415
|
|
|
9338
9416
|
// src/primitives/tooltip/index.tsx
|
|
9339
|
-
import { jsx as
|
|
9417
|
+
import { jsx as jsx130, jsxs as jsxs123 } from "react/jsx-runtime";
|
|
9340
9418
|
var Tooltip = ({
|
|
9341
9419
|
content,
|
|
9342
9420
|
children,
|
|
@@ -9354,22 +9432,22 @@ var Tooltip = ({
|
|
|
9354
9432
|
} = useSdkUiConfig16();
|
|
9355
9433
|
const trigger = useMemo8(() => {
|
|
9356
9434
|
if (children) return children;
|
|
9357
|
-
return /* @__PURE__ */
|
|
9435
|
+
return /* @__PURE__ */ jsx130(
|
|
9358
9436
|
"button",
|
|
9359
9437
|
{
|
|
9360
9438
|
type: "button",
|
|
9361
9439
|
className: resolveTooltipTriggerClassName(classNames == null ? void 0 : classNames.trigger),
|
|
9362
9440
|
"aria-label": ariaLabel != null ? ariaLabel : defaultTooltipTriggerAriaLabel,
|
|
9363
|
-
children: /* @__PURE__ */
|
|
9441
|
+
children: /* @__PURE__ */ jsx130(Icon, { name: "info", size: "small", className: cn(classNames == null ? void 0 : classNames.icon), "aria-hidden": true })
|
|
9364
9442
|
}
|
|
9365
9443
|
);
|
|
9366
9444
|
}, [children, classNames == null ? void 0 : classNames.trigger, classNames == null ? void 0 : classNames.icon, ariaLabel]);
|
|
9367
9445
|
const { width: arrowWidth, height: arrowHeight } = resolveTooltipArrowDimensions(size);
|
|
9368
9446
|
const arrowPoints = `0,0 ${arrowWidth},0 ${arrowWidth / 2},${arrowHeight}`;
|
|
9369
9447
|
const arrowBorderPath = `M0 0 L${arrowWidth / 2} ${arrowHeight} L${arrowWidth} 0`;
|
|
9370
|
-
return /* @__PURE__ */
|
|
9371
|
-
/* @__PURE__ */
|
|
9372
|
-
/* @__PURE__ */
|
|
9448
|
+
return /* @__PURE__ */ jsx130(TooltipPrimitive.Provider, { delayDuration, children: /* @__PURE__ */ jsxs123(TooltipPrimitive.Root, { children: [
|
|
9449
|
+
/* @__PURE__ */ jsx130(TooltipPrimitive.Trigger, { asChild: true, children: trigger }),
|
|
9450
|
+
/* @__PURE__ */ jsx130(TooltipPrimitive.Portal, { children: /* @__PURE__ */ jsxs123(
|
|
9373
9451
|
TooltipPrimitive.Content,
|
|
9374
9452
|
{
|
|
9375
9453
|
side,
|
|
@@ -9393,7 +9471,7 @@ var Tooltip = ({
|
|
|
9393
9471
|
classNames == null ? void 0 : classNames.content
|
|
9394
9472
|
),
|
|
9395
9473
|
children: [
|
|
9396
|
-
/* @__PURE__ */
|
|
9474
|
+
/* @__PURE__ */ jsx130(TooltipPrimitive.Arrow, { asChild: true, width: arrowWidth, height: arrowHeight, children: /* @__PURE__ */ jsxs123(
|
|
9397
9475
|
"svg",
|
|
9398
9476
|
{
|
|
9399
9477
|
width: arrowWidth,
|
|
@@ -9402,8 +9480,8 @@ var Tooltip = ({
|
|
|
9402
9480
|
"aria-hidden": "true",
|
|
9403
9481
|
className: cn("overflow-visible", classNames == null ? void 0 : classNames.arrow),
|
|
9404
9482
|
children: [
|
|
9405
|
-
/* @__PURE__ */
|
|
9406
|
-
/* @__PURE__ */
|
|
9483
|
+
/* @__PURE__ */ jsx130("polygon", { points: arrowPoints, className: "fill-agg-secondary" }),
|
|
9484
|
+
/* @__PURE__ */ jsx130(
|
|
9407
9485
|
"path",
|
|
9408
9486
|
{
|
|
9409
9487
|
d: arrowBorderPath,
|
|
@@ -9490,6 +9568,7 @@ export {
|
|
|
9490
9568
|
ActivityChartIcon,
|
|
9491
9569
|
LinkAccountsIcon,
|
|
9492
9570
|
LockIcon,
|
|
9571
|
+
PaperModeIcon,
|
|
9493
9572
|
PencilIcon,
|
|
9494
9573
|
PlaySquareIcon,
|
|
9495
9574
|
PolygonIcon,
|