@cfx-dev/ui-components 5.0.22 → 5.0.23
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/CarouselControls-CJ3tupLr.js +41 -0
- package/dist/Combination-BNueeiCk.js +2227 -0
- package/dist/{Combination-N-vN9BB-.js → Combination-DFRGuWx2.js} +50 -48
- package/dist/{DropdownContent-BTzahw95.js → DropdownContent-DCqFWnzj.js} +10 -10
- package/dist/assets/all_css.css +2 -1
- package/dist/assets/css/Button.css +1 -1
- package/dist/assets/css/CarouselControls.css +1 -0
- package/dist/assets/css/CarouselItem.css +1 -0
- package/dist/assets/css/RangeInput.css +1 -1
- package/dist/assets/css/Text.css +1 -1
- package/dist/assets/general/global.css +1 -1
- package/dist/assets/general/themes.css +1 -1
- package/dist/cfxIcons-YyDWNxmM.js +110 -0
- package/dist/cfxIconsXLarge-Dw37ZSw2.js +110 -0
- package/dist/components/Accordion/AccordionShowcase.js +2 -2
- package/dist/components/Badge/BadgeShowcase.js +3 -3
- package/dist/components/BurgerMenu/BurgerMenuShowcase.js +4 -4
- package/dist/components/Carousel/Carousel.d.ts +24 -0
- package/dist/components/Carousel/Carousel.js +125 -0
- package/dist/components/Carousel/Carousel.types.d.ts +41 -0
- package/dist/components/Carousel/Carousel.types.js +1 -0
- package/dist/components/Carousel/CarouselControls.d.ts +8 -0
- package/dist/components/Carousel/CarouselControls.js +8 -0
- package/dist/components/Carousel/CarouselItem.d.ts +11 -0
- package/dist/components/Carousel/CarouselItem.js +85 -0
- package/dist/components/Carousel/CarouselShowcase.d.ts +6 -0
- package/dist/components/Carousel/CarouselShowcase.js +177 -0
- package/dist/components/Carousel/index.d.ts +4 -0
- package/dist/components/Carousel/index.js +6 -0
- package/dist/components/Carousel/playIcon.d.ts +6 -0
- package/dist/components/Carousel/playIcon.js +25 -0
- package/dist/components/Checkbox/Checkbox.js +7 -7
- package/dist/components/Checkbox/CheckboxShowcase.js +5 -5
- package/dist/components/ClipboardButton/ClipboardButton.js +9 -9
- package/dist/components/ControlBox/ControlBox.js +10 -10
- package/dist/components/Decorate/Decorate.js +5 -5
- package/dist/components/DropdownContent/DropdownContent.js +1 -1
- package/dist/components/DropdownContent/index.js +1 -1
- package/dist/components/DropdownMenu/DropdownMenu.js +12 -12
- package/dist/components/DropdownSelect/DropdownSelect.js +1 -1
- package/dist/components/DropdownSelect/DropdownSelectShowcase.js +4 -4
- package/dist/components/Flex/FlexShowcase.js +4 -4
- package/dist/components/Flyout/Flyout.js +1 -1
- package/dist/components/Flyout/FlyoutShowcase.js +3 -3
- package/dist/components/FormField/FormFieldShowcase.js +1 -1
- package/dist/components/Icon/Icon.js +2 -2
- package/dist/components/Icons/IconsShowcase.js +1 -1
- package/dist/components/Icons/cfx-icons/Close.js +2 -2
- package/dist/components/Icons/cfx-icons/Copy.js +3 -3
- package/dist/components/Icons/cfx-icons/DownChevron.js +2 -2
- package/dist/components/Icons/cfx-icons/Filter.js +6 -6
- package/dist/components/Icons/cfx-icons/Heart.js +2 -2
- package/dist/components/Icons/cfx-icons/HeartFilled.js +2 -2
- package/dist/components/Icons/cfx-icons/LeftArrow.js +2 -2
- package/dist/components/Icons/cfx-icons/LeftChevron.js +2 -2
- package/dist/components/Icons/cfx-icons/MoreInfo.js +4 -4
- package/dist/components/Icons/cfx-icons/Play.js +5 -5
- package/dist/components/Icons/cfx-icons/Plus.js +2 -2
- package/dist/components/Icons/cfx-icons/Refresh.js +3 -3
- package/dist/components/Icons/cfx-icons/Search.js +2 -2
- package/dist/components/Icons/cfx-icons/ServerList.js +2 -2
- package/dist/components/Icons/cfx-icons/ServerReconnect.js +7 -7
- package/dist/components/Icons/cfx-icons/Square.js +3 -3
- package/dist/components/Icons/cfx-icons/SquareFilled.js +7 -7
- package/dist/components/Icons/cfx-icons/Trash.js +2 -2
- package/dist/components/Icons/cfx-icons/Undo.js +3 -3
- package/dist/components/Icons/cfx-icons/User.js +5 -5
- package/dist/components/Icons/cfx-icons/Users.js +3 -3
- package/dist/components/Icons/cfx-icons/Verified.js +4 -4
- package/dist/components/Icons/cfx-icons/Warning.js +2 -2
- package/dist/components/Icons/cfx-iconsXLarge/Close.js +2 -2
- package/dist/components/Icons/cfx-iconsXLarge/Copy.js +3 -3
- package/dist/components/Icons/cfx-iconsXLarge/DownChevron.js +2 -2
- package/dist/components/Icons/cfx-iconsXLarge/Filter.js +2 -2
- package/dist/components/Icons/cfx-iconsXLarge/Heart.js +5 -5
- package/dist/components/Icons/cfx-iconsXLarge/HeartFilled.js +2 -2
- package/dist/components/Icons/cfx-iconsXLarge/LeftArrow.js +2 -2
- package/dist/components/Icons/cfx-iconsXLarge/LeftChevron.js +2 -2
- package/dist/components/Icons/cfx-iconsXLarge/MoreInfo.js +4 -4
- package/dist/components/Icons/cfx-iconsXLarge/Play.js +5 -5
- package/dist/components/Icons/cfx-iconsXLarge/Plus.js +2 -2
- package/dist/components/Icons/cfx-iconsXLarge/Refresh.js +3 -3
- package/dist/components/Icons/cfx-iconsXLarge/Search.js +2 -2
- package/dist/components/Icons/cfx-iconsXLarge/ServerList.js +2 -2
- package/dist/components/Icons/cfx-iconsXLarge/ServerReconnect.js +7 -7
- package/dist/components/Icons/cfx-iconsXLarge/Square.js +3 -3
- package/dist/components/Icons/cfx-iconsXLarge/SquareFilled.js +4 -4
- package/dist/components/Icons/cfx-iconsXLarge/Trash.js +2 -2
- package/dist/components/Icons/cfx-iconsXLarge/Undo.js +4 -4
- package/dist/components/Icons/cfx-iconsXLarge/User.js +5 -5
- package/dist/components/Icons/cfx-iconsXLarge/Users.js +3 -3
- package/dist/components/Icons/cfx-iconsXLarge/Verified.js +4 -4
- package/dist/components/Icons/cfx-iconsXLarge/VisibilityOff.js +2 -2
- package/dist/components/Icons/cfx-iconsXLarge/Warning.js +2 -2
- package/dist/components/Icons/index.js +2 -2
- package/dist/components/InfoPanel/InfoPanelShowcase.js +9 -9
- package/dist/components/Input/InputShowcase.js +19 -19
- package/dist/components/Input/RichInput.js +1 -1
- package/dist/components/InputDropzone/InputDropzone.js +340 -304
- package/dist/components/Link/LinkShowcase.js +5 -5
- package/dist/components/Logos/LogosShowcase.js +2 -2
- package/dist/components/Logos/cfx/Icon.js +7 -7
- package/dist/components/Logos/cfx/Logo.js +3 -3
- package/dist/components/Logos/cfx/Wordmark.js +2 -2
- package/dist/components/Logos/discord/Icon.js +5 -5
- package/dist/components/Logos/fivem/Icon.js +2 -2
- package/dist/components/Logos/fivem/WhiteLogo.js +2 -2
- package/dist/components/Logos/github/Icon.js +7 -7
- package/dist/components/Logos/google/Icon.js +6 -6
- package/dist/components/Logos/google/Wordmark.js +3 -3
- package/dist/components/Logos/index.js +7 -7
- package/dist/components/Logos/patreon/Icon.js +7 -7
- package/dist/components/Logos/patreon/Wordmark.js +5 -5
- package/dist/components/Logos/redm/CompositeLogo.js +2 -2
- package/dist/components/Logos/rockstar/Icon.js +2 -2
- package/dist/components/Logos/tebex/Icon.js +7 -7
- package/dist/components/Logos/tebex/Wordmark.js +2 -2
- package/dist/components/Logos/x/Icon.js +3 -3
- package/dist/components/Modal/Modal.js +1 -1
- package/dist/components/Modal/ModalShowcase.js +3 -3
- package/dist/components/OnScreenSensor.js +1 -1
- package/dist/components/Overlay/Overlay.js +1 -1
- package/dist/components/Popover/PopoverShowcase.js +6 -6
- package/dist/components/Prose/Prose.js +3 -3
- package/dist/components/Range/Range.js +1 -1
- package/dist/components/Scrollable/ScrollableShowcase.js +2 -2
- package/dist/components/Select/Select.js +109 -109
- package/dist/components/Select/SelectShowcase.js +21 -21
- package/dist/components/Skeleton/SkeletonShowcase.js +4 -4
- package/dist/components/Slider/Slider.js +1 -1
- package/dist/components/Switch/Switch.js +14 -14
- package/dist/components/TableResponsiveText/TableResponsiveText.js +2 -2
- package/dist/components/Tabular/TabularShowcase.js +12 -12
- package/dist/{index-CfQtbUfi.js → index-8cuIcSMB.js} +5 -5
- package/dist/index-BcJ929FX.js +20 -0
- package/dist/{index-kbBuAY0m.js → index-BcnrbBqR.js} +2 -2
- package/dist/{index-BgyFvlVL.js → index-Bg26abkD.js} +2 -2
- package/dist/{index-9LBuZ7x4.js → index-BzirdFxK.js} +5 -5
- package/dist/{index-Cl_RnsqN.js → index-CUyjBl1Y.js} +2 -2
- package/dist/index-CZVyC53C.js +20 -0
- package/dist/{index-DwfZyjnS.js → index-CaQzR2YA.js} +2 -2
- package/dist/{index-D5SMGei3.js → index-CzUzkeQx.js} +9 -9
- package/dist/{index-Cy4ZbWBL.js → index-DqqOUOlj.js} +2 -2
- package/dist/{index-3ctv5u9o.js → index-DwdZ_SPo.js} +2 -2
- package/dist/{index-Bj7QGXdt.js → index-DxFgF-nY.js} +2 -2
- package/dist/main.d.ts +11 -2
- package/dist/main.js +279 -257
- package/dist/utils/contexts/AnalyticsContext/AnalyticsContext.d.ts +12 -0
- package/dist/utils/contexts/AnalyticsContext/AnalyticsContext.js +9 -0
- package/dist/utils/contexts/AnalyticsContext/AnalyticsProvider.d.ts +9 -0
- package/dist/utils/contexts/AnalyticsContext/AnalyticsProvider.js +33 -0
- package/dist/utils/contexts/AnalyticsContext/index.d.ts +6 -0
- package/dist/utils/contexts/AnalyticsContext/index.js +10 -0
- package/dist/utils/contexts/AnalyticsContext/useAnalytics.d.ts +1 -0
- package/dist/utils/contexts/AnalyticsContext/useAnalytics.js +8 -0
- package/dist/utils/contexts/AnalyticsContext/useSiteLinkClick.d.ts +7 -0
- package/dist/utils/contexts/AnalyticsContext/useSiteLinkClick.js +22 -0
- package/dist/utils/contexts/MediaQueryContext/MediaQueryContext.d.ts +11 -0
- package/dist/utils/contexts/MediaQueryContext/MediaQueryContext.js +11 -0
- package/dist/utils/contexts/MediaQueryContext/MediaQueryContextProvider.d.ts +6 -0
- package/dist/utils/contexts/MediaQueryContext/MediaQueryContextProvider.js +38 -0
- package/dist/utils/contexts/MediaQueryContext/index.d.ts +4 -0
- package/dist/utils/contexts/MediaQueryContext/index.js +8 -0
- package/dist/utils/contexts/MediaQueryContext/useMediaQuery.d.ts +2 -0
- package/dist/utils/contexts/MediaQueryContext/useMediaQuery.js +8 -0
- package/dist/utils/contexts/StoreContext/StoreContext.d.ts +15 -0
- package/dist/utils/contexts/StoreContext/StoreContext.js +21 -0
- package/dist/utils/contexts/StoreContext/index.d.ts +2 -0
- package/dist/utils/contexts/StoreContext/index.js +4 -0
- package/dist/utils/formatBytes.d.ts +1 -0
- package/dist/utils/formatBytes.js +12 -0
- package/dist/utils/hooks/useCarousel.d.ts +11 -0
- package/dist/utils/hooks/useCarousel.js +1276 -0
- package/dist/utils/hooks/useOutlet.js +1 -1
- package/dist/utils/truncateWithEllipsis.d.ts +1 -0
- package/dist/utils/truncateWithEllipsis.js +6 -0
- package/package.json +2 -1
- package/dist/Combination-CcTTSYNP.js +0 -2209
- package/dist/assets/css/CountryFlag.css +0 -1
- package/dist/cfxIcons-0xD_EEXT.js +0 -110
- package/dist/cfxIconsXLarge-D0vz6Yd_.js +0 -110
- package/dist/components/CountryFlag/CountryFlag.d.ts +0 -12
- package/dist/components/CountryFlag/CountryFlag.js +0 -25
- package/dist/components/CountryFlag/index.d.ts +0 -2
- package/dist/components/CountryFlag/index.js +0 -4
- package/dist/index-B_NGoq0d.js +0 -20
- package/dist/index-Cn_D8a9-.js +0 -20
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import
|
|
3
|
-
import { clsx as
|
|
4
|
-
const
|
|
5
|
-
root:
|
|
1
|
+
import { jsx as e } from "react/jsx-runtime";
|
|
2
|
+
import c from "react";
|
|
3
|
+
import { clsx as a } from "../../utils/clsx.js";
|
|
4
|
+
const n = "cfxui__ControlBox__root__6a08c", i = "cfxui__ControlBox__small__8beb2", u = "cfxui__ControlBox__medium__628cd", x = "cfxui__ControlBox__large__1039d", o = {
|
|
5
|
+
root: n,
|
|
6
6
|
small: i,
|
|
7
|
-
medium:
|
|
8
|
-
large:
|
|
7
|
+
medium: u,
|
|
8
|
+
large: x
|
|
9
9
|
};
|
|
10
10
|
function f(t) {
|
|
11
11
|
const {
|
|
@@ -13,10 +13,10 @@ function f(t) {
|
|
|
13
13
|
className: r,
|
|
14
14
|
children: l,
|
|
15
15
|
ref: m
|
|
16
|
-
} = t, s =
|
|
17
|
-
return /* @__PURE__ */
|
|
16
|
+
} = t, s = a(o.root, r, o[_]);
|
|
17
|
+
return /* @__PURE__ */ e("div", { ref: m, className: s, children: l });
|
|
18
18
|
}
|
|
19
|
-
const p =
|
|
19
|
+
const p = c.memo(f);
|
|
20
20
|
export {
|
|
21
21
|
f as ControlBox,
|
|
22
22
|
p as default
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { jsxs as l, jsx as n } from "react/jsx-runtime";
|
|
2
2
|
import f from "react";
|
|
3
3
|
import { clsx as r } from "../../utils/clsx.js";
|
|
4
|
-
const i = "cfxui__Decorate__root__8f2af",
|
|
4
|
+
const i = "cfxui__Decorate__root__8f2af", u = "cfxui__Decorate__decorator__db06a", a = {
|
|
5
5
|
root: i,
|
|
6
|
-
decorator:
|
|
6
|
+
decorator: u
|
|
7
7
|
};
|
|
8
|
-
function
|
|
8
|
+
function N(e) {
|
|
9
9
|
const {
|
|
10
10
|
decorator: o,
|
|
11
11
|
children: t,
|
|
@@ -18,8 +18,8 @@ function u(e) {
|
|
|
18
18
|
!!o && /* @__PURE__ */ n("div", { className: _, children: o })
|
|
19
19
|
] });
|
|
20
20
|
}
|
|
21
|
-
const C = f.memo(
|
|
21
|
+
const C = f.memo(N);
|
|
22
22
|
export {
|
|
23
|
-
|
|
23
|
+
N as Decorate,
|
|
24
24
|
C as default
|
|
25
25
|
};
|
|
@@ -1,31 +1,31 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import { R as m, T as c, D as
|
|
3
|
-
import
|
|
1
|
+
import { jsxs as i, jsx as o } from "react/jsx-runtime";
|
|
2
|
+
import { R as m, T as c, D as f } from "../../DropdownContent-DCqFWnzj.js";
|
|
3
|
+
import p from "react";
|
|
4
4
|
function u(t) {
|
|
5
5
|
const {
|
|
6
|
-
options:
|
|
7
|
-
onSelect:
|
|
6
|
+
options: e,
|
|
7
|
+
onSelect: r,
|
|
8
8
|
contentClassName: n,
|
|
9
9
|
fullWidth: s = !1,
|
|
10
10
|
dir: a = "ltr",
|
|
11
11
|
children: l,
|
|
12
|
-
...
|
|
12
|
+
...d
|
|
13
13
|
} = t;
|
|
14
|
-
return /* @__PURE__ */
|
|
14
|
+
return /* @__PURE__ */ i(m, { dir: a, children: [
|
|
15
15
|
/* @__PURE__ */ o(c, { asChild: !0, children: l }),
|
|
16
16
|
/* @__PURE__ */ o(
|
|
17
|
-
|
|
17
|
+
f,
|
|
18
18
|
{
|
|
19
|
-
options:
|
|
19
|
+
options: e,
|
|
20
20
|
fullWidth: s,
|
|
21
|
-
onSelect:
|
|
21
|
+
onSelect: r,
|
|
22
22
|
className: n,
|
|
23
|
-
...
|
|
23
|
+
...d
|
|
24
24
|
}
|
|
25
25
|
)
|
|
26
26
|
] });
|
|
27
27
|
}
|
|
28
|
-
const x =
|
|
28
|
+
const x = p.memo(u);
|
|
29
29
|
export {
|
|
30
30
|
x as default
|
|
31
31
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsxs as f, jsx as r } from "react/jsx-runtime";
|
|
2
|
-
import { R as D, T as W, D as C } from "../../DropdownContent-
|
|
2
|
+
import { R as D, T as W, D as C } from "../../DropdownContent-DCqFWnzj.js";
|
|
3
3
|
import a, { useRef as R, useState as v, useEffect as b } from "react";
|
|
4
4
|
import N from "../Flex/Flex.js";
|
|
5
5
|
import { clsx as T } from "../../utils/clsx.js";
|
|
@@ -18,8 +18,8 @@ const u = [
|
|
|
18
18
|
label: "bursts"
|
|
19
19
|
}
|
|
20
20
|
];
|
|
21
|
-
function
|
|
22
|
-
const [c, i] = r.useState(void 0), [n,
|
|
21
|
+
function s() {
|
|
22
|
+
const [c, i] = r.useState(void 0), [n, d] = r.useState(void 0);
|
|
23
23
|
return /* @__PURE__ */ t(l, { gap: "large", vertical: !0, pb: 20, children: [
|
|
24
24
|
/* @__PURE__ */ t(l, { gap: "medium", vertical: !0, children: [
|
|
25
25
|
/* @__PURE__ */ e(o, { children: "Default Select Input" }),
|
|
@@ -41,13 +41,13 @@ function d() {
|
|
|
41
41
|
options: u,
|
|
42
42
|
fullWidth: !0,
|
|
43
43
|
value: n,
|
|
44
|
-
onChange:
|
|
44
|
+
onChange: d
|
|
45
45
|
}
|
|
46
46
|
) })
|
|
47
47
|
] })
|
|
48
48
|
] });
|
|
49
49
|
}
|
|
50
|
-
const g = r.memo(
|
|
50
|
+
const g = r.memo(s);
|
|
51
51
|
export {
|
|
52
52
|
g as default
|
|
53
53
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsx as e, jsxs as c } from "react/jsx-runtime";
|
|
2
2
|
import l from "react";
|
|
3
3
|
import s from "./Flex.js";
|
|
4
|
-
const
|
|
5
|
-
box:
|
|
4
|
+
const t = "cfxui__FlexShowcase__box__d5286", o = {
|
|
5
|
+
box: t
|
|
6
6
|
};
|
|
7
|
-
function
|
|
7
|
+
function x(a) {
|
|
8
8
|
return /* @__PURE__ */ e(s, { gap: "large", vertical: !0, children: /* @__PURE__ */ c(s, { ...a, children: [
|
|
9
9
|
/* @__PURE__ */ e("div", { className: o.box }),
|
|
10
10
|
/* @__PURE__ */ e("div", { className: o.box }),
|
|
@@ -13,7 +13,7 @@ function t(a) {
|
|
|
13
13
|
/* @__PURE__ */ e("div", { className: o.box })
|
|
14
14
|
] }) });
|
|
15
15
|
}
|
|
16
|
-
const d = l.memo(
|
|
16
|
+
const d = l.memo(x);
|
|
17
17
|
export {
|
|
18
18
|
d as default
|
|
19
19
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as t, jsxs as d } from "react/jsx-runtime";
|
|
2
2
|
import u from "react";
|
|
3
|
-
import { F as b } from "../../Combination-
|
|
3
|
+
import { F as b } from "../../Combination-DFRGuWx2.js";
|
|
4
4
|
import N from "../Button/Button.js";
|
|
5
5
|
import { clsx as l } from "../../utils/clsx.js";
|
|
6
6
|
import "../../utils/links.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as o, Fragment as s, jsx as r } from "react/jsx-runtime";
|
|
2
2
|
import n from "react";
|
|
3
3
|
import { Flyout as l } from "./Flyout.js";
|
|
4
|
-
function
|
|
4
|
+
function u() {
|
|
5
5
|
const [e, t] = n.useState(!0);
|
|
6
6
|
return /* @__PURE__ */ o(s, { children: [
|
|
7
7
|
/* @__PURE__ */ o("button", { type: "button", onClick: () => t(!e), children: [
|
|
@@ -22,7 +22,7 @@ function i() {
|
|
|
22
22
|
)
|
|
23
23
|
] });
|
|
24
24
|
}
|
|
25
|
-
const
|
|
25
|
+
const c = n.memo(u);
|
|
26
26
|
export {
|
|
27
|
-
|
|
27
|
+
c as default
|
|
28
28
|
};
|
|
@@ -6,7 +6,7 @@ import "../Button/Button.js";
|
|
|
6
6
|
import "../../utils/links.js";
|
|
7
7
|
import "../../utils/hooks/useGlobalKeyboardEvent.js";
|
|
8
8
|
import "../../utils/hooks/useKeyboardClose.js";
|
|
9
|
-
import "../../index-
|
|
9
|
+
import "../../index-CUyjBl1Y.js";
|
|
10
10
|
import "../../utils/ui/ui.js";
|
|
11
11
|
import { Text as l } from "../Text/Text.js";
|
|
12
12
|
import { FormField as c } from "./FormField.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as m } from "react/jsx-runtime";
|
|
2
2
|
import c from "react";
|
|
3
|
-
import { I as h } from "../../cfxIcons-
|
|
4
|
-
import { I as _ } from "../../cfxIconsXLarge-
|
|
3
|
+
import { I as h } from "../../cfxIcons-YyDWNxmM.js";
|
|
4
|
+
import { I as _ } from "../../cfxIconsXLarge-Dw37ZSw2.js";
|
|
5
5
|
import { getTextOpacity as d } from "../Text/Text.js";
|
|
6
6
|
import { ui as t } from "../../utils/ui/ui.js";
|
|
7
7
|
import { IconSizeEnum as f } from "../../utils/ui/ui.types.js";
|
|
@@ -4,7 +4,7 @@ import e from "../Flex/Flex.js";
|
|
|
4
4
|
import { Icon as I } from "../Icon/Icon.js";
|
|
5
5
|
import { Text as A } from "../Text/Text.js";
|
|
6
6
|
import "../../utils/ui/ui.js";
|
|
7
|
-
import { I as C } from "../../cfxIcons-
|
|
7
|
+
import { I as C } from "../../cfxIcons-YyDWNxmM.js";
|
|
8
8
|
import "./cfx-iconsXLarge/Close.js";
|
|
9
9
|
import "./cfx-iconsXLarge/Controller.js";
|
|
10
10
|
import "./cfx-iconsXLarge/Copy.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
3
|
-
function
|
|
2
|
+
import t from "react";
|
|
3
|
+
function C(r) {
|
|
4
4
|
return /* @__PURE__ */ o(
|
|
5
5
|
"svg",
|
|
6
6
|
{
|
|
@@ -20,7 +20,7 @@ function t(r) {
|
|
|
20
20
|
}
|
|
21
21
|
);
|
|
22
22
|
}
|
|
23
|
-
const i =
|
|
23
|
+
const i = t.memo(C);
|
|
24
24
|
export {
|
|
25
25
|
i as default
|
|
26
26
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import e from "react";
|
|
3
|
-
function
|
|
3
|
+
function t(r) {
|
|
4
4
|
return /* @__PURE__ */ o(
|
|
5
5
|
"svg",
|
|
6
6
|
{
|
|
@@ -20,7 +20,7 @@ function n(r) {
|
|
|
20
20
|
}
|
|
21
21
|
);
|
|
22
22
|
}
|
|
23
|
-
const i = e.memo(
|
|
23
|
+
const i = e.memo(t);
|
|
24
24
|
export {
|
|
25
25
|
i as default
|
|
26
26
|
};
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { jsx as
|
|
1
|
+
import { jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import r from "react";
|
|
3
|
-
function
|
|
4
|
-
return /* @__PURE__ */
|
|
3
|
+
function e(C) {
|
|
4
|
+
return /* @__PURE__ */ t(
|
|
5
5
|
"svg",
|
|
6
6
|
{
|
|
7
7
|
viewBox: "0 0 16 16",
|
|
8
8
|
fill: "currentColor",
|
|
9
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
-
...
|
|
11
|
-
children: /* @__PURE__ */
|
|
10
|
+
...C,
|
|
11
|
+
children: /* @__PURE__ */ t(
|
|
12
12
|
"path",
|
|
13
13
|
{
|
|
14
14
|
d: "M9.14996 14.24C9.04996 14.24 8.94996 14.22 8.84996 14.18L7.15996 13.45C6.51996 13.17 6.10996 12.54 6.10996 11.85V8.16002L3.23996 4.62002C2.80996 4.09002 2.72996 3.38002 3.01996 2.77002C3.30996 2.16002 3.91996 1.77002 4.59996 1.77002H11.41C12.09 1.77002 12.7 2.15002 12.99 2.77002C13.28 3.38002 13.2 4.10002 12.77 4.62002L9.89996 8.16002V13.5C9.89996 13.75 9.76996 13.99 9.55996 14.13C9.43996 14.21 9.28996 14.25 9.14996 14.25V14.24ZM4.59996 3.25002C4.45996 3.25002 4.39996 3.34002 4.36996 3.39002C4.33996 3.44002 4.30996 3.55002 4.39996 3.65002L7.43996 7.40002C7.54996 7.53002 7.60996 7.70002 7.60996 7.87002V11.83C7.60996 11.93 7.66996 12.02 7.75996 12.06L8.39996 12.34V7.88002C8.39996 7.71002 8.45996 7.54002 8.56996 7.41002L11.61 3.66002C11.7 3.55002 11.67 3.45002 11.64 3.40002C11.61 3.35002 11.55 3.26002 11.41 3.26002H4.59996V3.25002Z"
|
|
@@ -17,7 +17,7 @@ function o(t) {
|
|
|
17
17
|
}
|
|
18
18
|
);
|
|
19
19
|
}
|
|
20
|
-
const i = r.memo(
|
|
20
|
+
const i = r.memo(e);
|
|
21
21
|
export {
|
|
22
22
|
i as default
|
|
23
23
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
3
|
-
function
|
|
2
|
+
import e from "react";
|
|
3
|
+
function t(r) {
|
|
4
4
|
return /* @__PURE__ */ o(
|
|
5
5
|
"svg",
|
|
6
6
|
{
|
|
@@ -20,7 +20,7 @@ function e(r) {
|
|
|
20
20
|
}
|
|
21
21
|
);
|
|
22
22
|
}
|
|
23
|
-
const
|
|
23
|
+
const f = e.memo(t);
|
|
24
24
|
export {
|
|
25
|
-
|
|
25
|
+
f as default
|
|
26
26
|
};
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { jsx as e } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
3
|
-
function o(
|
|
2
|
+
import C from "react";
|
|
3
|
+
function o(l) {
|
|
4
4
|
return /* @__PURE__ */ e(
|
|
5
5
|
"svg",
|
|
6
6
|
{
|
|
7
7
|
viewBox: "0 0 16 16",
|
|
8
8
|
fill: "currentColor",
|
|
9
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
-
...
|
|
10
|
+
...l,
|
|
11
11
|
children: /* @__PURE__ */ e(
|
|
12
12
|
"path",
|
|
13
13
|
{
|
|
@@ -19,7 +19,7 @@ function o(C) {
|
|
|
19
19
|
}
|
|
20
20
|
);
|
|
21
21
|
}
|
|
22
|
-
const
|
|
22
|
+
const d = C.memo(o);
|
|
23
23
|
export {
|
|
24
|
-
|
|
24
|
+
d as default
|
|
25
25
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as C } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
3
|
-
function
|
|
2
|
+
import e from "react";
|
|
3
|
+
function o(r) {
|
|
4
4
|
return /* @__PURE__ */ C(
|
|
5
5
|
"svg",
|
|
6
6
|
{
|
|
@@ -20,7 +20,7 @@ function e(r) {
|
|
|
20
20
|
}
|
|
21
21
|
);
|
|
22
22
|
}
|
|
23
|
-
const s =
|
|
23
|
+
const s = e.memo(o);
|
|
24
24
|
export {
|
|
25
25
|
s as default
|
|
26
26
|
};
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import
|
|
3
|
-
function
|
|
4
|
-
return /* @__PURE__ */
|
|
1
|
+
import { jsx as e } from "react/jsx-runtime";
|
|
2
|
+
import C from "react";
|
|
3
|
+
function t(r) {
|
|
4
|
+
return /* @__PURE__ */ e(
|
|
5
5
|
"svg",
|
|
6
6
|
{
|
|
7
7
|
viewBox: "0 0 16 16",
|
|
8
8
|
fill: "currentColor",
|
|
9
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
-
...
|
|
11
|
-
children: /* @__PURE__ */
|
|
10
|
+
...r,
|
|
11
|
+
children: /* @__PURE__ */ e(
|
|
12
12
|
"path",
|
|
13
13
|
{
|
|
14
14
|
d: "M10.75 5H11.72C10.84 4.05 9.59 3.5 8.25 3.5C5.63 3.5 3.5 5.63 3.5 8.25C3.5 10.87 5.63 13 8.25 13C10.87 13 13 10.87 13 8.25C13 7.84 13.34 7.5 13.75 7.5C14.16 7.5 14.5 7.84 14.5 8.25C14.5 11.7 11.7 14.5 8.25 14.5C4.8 14.5 2 11.7 2 8.25C2 4.8 4.8 2 8.25 2C10.11 2 11.83 2.82 13 4.2V2.75C13 2.34 13.34 2 13.75 2C14.16 2 14.5 2.34 14.5 2.75V5.75C14.5 6.16 14.16 6.5 13.75 6.5H10.75C10.34 6.5 10 6.16 10 5.75C10 5.34 10.34 5 10.75 5ZM7.01 7.18V9.32C7.01 9.75 7.49 10.02 7.85 9.79L9.56 8.72C9.91 8.5 9.91 8 9.56 7.79L7.85 6.72C7.48 6.49 7.01 6.75 7.01 7.19V7.18Z",
|
|
@@ -18,7 +18,7 @@ function o(C) {
|
|
|
18
18
|
}
|
|
19
19
|
);
|
|
20
20
|
}
|
|
21
|
-
const c =
|
|
21
|
+
const c = C.memo(t);
|
|
22
22
|
export {
|
|
23
23
|
c as default
|
|
24
24
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
3
|
-
function
|
|
2
|
+
import e from "react";
|
|
3
|
+
function o(t) {
|
|
4
4
|
return /* @__PURE__ */ r(
|
|
5
5
|
"svg",
|
|
6
6
|
{
|
|
@@ -17,7 +17,7 @@ function e(t) {
|
|
|
17
17
|
}
|
|
18
18
|
);
|
|
19
19
|
}
|
|
20
|
-
const l =
|
|
20
|
+
const l = e.memo(o);
|
|
21
21
|
export {
|
|
22
22
|
l as default
|
|
23
23
|
};
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { jsx as
|
|
1
|
+
import { jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import t from "react";
|
|
3
|
-
function
|
|
4
|
-
return /* @__PURE__ */
|
|
3
|
+
function l(r) {
|
|
4
|
+
return /* @__PURE__ */ e(
|
|
5
5
|
"svg",
|
|
6
6
|
{
|
|
7
7
|
viewBox: "0 0 16 16",
|
|
8
8
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
-
...
|
|
10
|
-
children: /* @__PURE__ */
|
|
9
|
+
...r,
|
|
10
|
+
children: /* @__PURE__ */ e(
|
|
11
11
|
"path",
|
|
12
12
|
{
|
|
13
13
|
fill: "currentColor",
|
|
@@ -17,7 +17,7 @@ function o(e) {
|
|
|
17
17
|
}
|
|
18
18
|
);
|
|
19
19
|
}
|
|
20
|
-
const
|
|
20
|
+
const i = t.memo(l);
|
|
21
21
|
export {
|
|
22
|
-
|
|
22
|
+
i as default
|
|
23
23
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import t from "react";
|
|
3
|
-
function
|
|
3
|
+
function e(r) {
|
|
4
4
|
return /* @__PURE__ */ o(
|
|
5
5
|
"svg",
|
|
6
6
|
{
|
|
@@ -20,7 +20,7 @@ function C(r) {
|
|
|
20
20
|
}
|
|
21
21
|
);
|
|
22
22
|
}
|
|
23
|
-
const
|
|
23
|
+
const d = t.memo(e);
|
|
24
24
|
export {
|
|
25
|
-
|
|
25
|
+
d as default
|
|
26
26
|
};
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
3
|
-
function t
|
|
2
|
+
import C from "react";
|
|
3
|
+
function o(t) {
|
|
4
4
|
return /* @__PURE__ */ r(
|
|
5
5
|
"svg",
|
|
6
6
|
{
|
|
7
7
|
viewBox: "0 0 16 16",
|
|
8
8
|
fill: "currentColor",
|
|
9
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
-
...
|
|
10
|
+
...t,
|
|
11
11
|
children: /* @__PURE__ */ r(
|
|
12
12
|
"path",
|
|
13
13
|
{
|
|
@@ -18,7 +18,7 @@ function t(C) {
|
|
|
18
18
|
}
|
|
19
19
|
);
|
|
20
20
|
}
|
|
21
|
-
const
|
|
21
|
+
const s = C.memo(o);
|
|
22
22
|
export {
|
|
23
|
-
|
|
23
|
+
s as default
|
|
24
24
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as C } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
3
|
-
function
|
|
2
|
+
import t from "react";
|
|
3
|
+
function o(r) {
|
|
4
4
|
return /* @__PURE__ */ C(
|
|
5
5
|
"svg",
|
|
6
6
|
{
|
|
@@ -18,7 +18,7 @@ function t(r) {
|
|
|
18
18
|
}
|
|
19
19
|
);
|
|
20
20
|
}
|
|
21
|
-
const l =
|
|
21
|
+
const l = t.memo(o);
|
|
22
22
|
export {
|
|
23
23
|
l as default
|
|
24
24
|
};
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { jsx as C } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
3
|
-
function t(
|
|
2
|
+
import r from "react";
|
|
3
|
+
function t(e) {
|
|
4
4
|
return /* @__PURE__ */ C(
|
|
5
5
|
"svg",
|
|
6
6
|
{
|
|
7
7
|
viewBox: "0 0 16 16",
|
|
8
8
|
fill: "currentColor",
|
|
9
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
-
...
|
|
10
|
+
...e,
|
|
11
11
|
children: /* @__PURE__ */ C(
|
|
12
12
|
"path",
|
|
13
13
|
{
|
|
@@ -17,7 +17,7 @@ function t(r) {
|
|
|
17
17
|
}
|
|
18
18
|
);
|
|
19
19
|
}
|
|
20
|
-
const f =
|
|
20
|
+
const f = r.memo(t);
|
|
21
21
|
export {
|
|
22
22
|
f as default
|
|
23
23
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as r } from "react/jsx-runtime";
|
|
2
2
|
import o from "react";
|
|
3
|
-
function
|
|
3
|
+
function t(C) {
|
|
4
4
|
return /* @__PURE__ */ r(
|
|
5
5
|
"svg",
|
|
6
6
|
{
|
|
@@ -20,7 +20,7 @@ function n(C) {
|
|
|
20
20
|
}
|
|
21
21
|
);
|
|
22
22
|
}
|
|
23
|
-
const i = o.memo(
|
|
23
|
+
const i = o.memo(t);
|
|
24
24
|
export {
|
|
25
25
|
i as default
|
|
26
26
|
};
|