@cfx-dev/ui-components 5.0.22 → 5.0.24
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/components/Title/Title.js +81 -77
- 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,9 +1,9 @@
|
|
|
1
1
|
import { jsxs as i, jsx as e } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
2
|
+
import n from "react";
|
|
3
3
|
import d from "../Flex/Flex.js";
|
|
4
4
|
import { Text as r } from "../Text/Text.js";
|
|
5
5
|
import "../../utils/ui/ui.js";
|
|
6
|
-
import
|
|
6
|
+
import t from "./ButtonLink.js";
|
|
7
7
|
import l from "./Link.js";
|
|
8
8
|
function c() {
|
|
9
9
|
return /* @__PURE__ */ i(d, { gap: "large", vertical: !0, children: [
|
|
@@ -25,8 +25,8 @@ function c() {
|
|
|
25
25
|
] }),
|
|
26
26
|
/* @__PURE__ */ i(d, { gap: "medium", vertical: !0, children: [
|
|
27
27
|
/* @__PURE__ */ e(r, { children: "ButtonLink - look like link but its button" }),
|
|
28
|
-
/* @__PURE__ */ e("div", { children: /* @__PURE__ */ e(
|
|
29
|
-
/* @__PURE__ */ e("div", { children: /* @__PURE__ */ e(
|
|
28
|
+
/* @__PURE__ */ e("div", { children: /* @__PURE__ */ e(t, { children: "Link active" }) }),
|
|
29
|
+
/* @__PURE__ */ e("div", { children: /* @__PURE__ */ e(t, { disabled: !0, children: "Link disable" }) })
|
|
30
30
|
] }),
|
|
31
31
|
/* @__PURE__ */ i(d, { gap: "medium", vertical: !0, children: [
|
|
32
32
|
/* @__PURE__ */ e(r, { children: "Inside text" }),
|
|
@@ -66,7 +66,7 @@ function c() {
|
|
|
66
66
|
] })
|
|
67
67
|
] });
|
|
68
68
|
}
|
|
69
|
-
const f =
|
|
69
|
+
const f = n.memo(c);
|
|
70
70
|
export {
|
|
71
71
|
f as default
|
|
72
72
|
};
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { jsx as
|
|
1
|
+
import { jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import e from "react";
|
|
3
|
-
function n(
|
|
4
|
-
return /* @__PURE__ */
|
|
3
|
+
function n(o) {
|
|
4
|
+
return /* @__PURE__ */ t(
|
|
5
5
|
"svg",
|
|
6
6
|
{
|
|
7
7
|
viewBox: "0 0 95 64",
|
|
8
8
|
fill: "none",
|
|
9
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
-
...
|
|
11
|
-
children: /* @__PURE__ */
|
|
10
|
+
...o,
|
|
11
|
+
children: /* @__PURE__ */ t(
|
|
12
12
|
"path",
|
|
13
13
|
{
|
|
14
14
|
fill: "white",
|
|
@@ -18,7 +18,7 @@ function n(t) {
|
|
|
18
18
|
}
|
|
19
19
|
);
|
|
20
20
|
}
|
|
21
|
-
const
|
|
21
|
+
const H = e.memo(n);
|
|
22
22
|
export {
|
|
23
|
-
|
|
23
|
+
H as default
|
|
24
24
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as i, jsx as C } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
3
|
-
function
|
|
2
|
+
import l from "react";
|
|
3
|
+
function H(t) {
|
|
4
4
|
return /* @__PURE__ */ i(
|
|
5
5
|
"svg",
|
|
6
6
|
{
|
|
@@ -65,7 +65,7 @@ function l(t) {
|
|
|
65
65
|
}
|
|
66
66
|
);
|
|
67
67
|
}
|
|
68
|
-
const L =
|
|
68
|
+
const L = l.memo(H);
|
|
69
69
|
export {
|
|
70
70
|
L as default
|
|
71
71
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as C } from "react/jsx-runtime";
|
|
2
2
|
import V from "react";
|
|
3
|
-
function
|
|
3
|
+
function t(H) {
|
|
4
4
|
return /* @__PURE__ */ C("svg", { viewBox: "0 0 305 89", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...H, children: /* @__PURE__ */ C(
|
|
5
5
|
"path",
|
|
6
6
|
{
|
|
@@ -9,7 +9,7 @@ function o(H) {
|
|
|
9
9
|
}
|
|
10
10
|
) });
|
|
11
11
|
}
|
|
12
|
-
const L = V.memo(
|
|
12
|
+
const L = V.memo(t);
|
|
13
13
|
export {
|
|
14
14
|
L as default
|
|
15
15
|
};
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { jsx as C } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
3
|
-
function e(
|
|
2
|
+
import o from "react";
|
|
3
|
+
function e(t) {
|
|
4
4
|
return /* @__PURE__ */ C(
|
|
5
5
|
"svg",
|
|
6
6
|
{
|
|
7
7
|
viewBox: "0 0 128 97",
|
|
8
8
|
fill: "none",
|
|
9
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
-
...
|
|
10
|
+
...t,
|
|
11
11
|
children: /* @__PURE__ */ C(
|
|
12
12
|
"path",
|
|
13
13
|
{
|
|
@@ -18,7 +18,7 @@ function e(o) {
|
|
|
18
18
|
}
|
|
19
19
|
);
|
|
20
20
|
}
|
|
21
|
-
const
|
|
21
|
+
const r = o.memo(e);
|
|
22
22
|
export {
|
|
23
|
-
|
|
23
|
+
r as default
|
|
24
24
|
};
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { jsxs as e, jsx as
|
|
2
|
-
import
|
|
3
|
-
function
|
|
1
|
+
import { jsxs as e, jsx as l } from "react/jsx-runtime";
|
|
2
|
+
import t from "react";
|
|
3
|
+
function i(C) {
|
|
4
4
|
return /* @__PURE__ */ e(
|
|
5
5
|
"svg",
|
|
6
6
|
{
|
|
7
7
|
viewBox: "0 0 25 24",
|
|
8
8
|
fill: "none",
|
|
9
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
-
...
|
|
10
|
+
...C,
|
|
11
11
|
children: [
|
|
12
|
-
/* @__PURE__ */
|
|
12
|
+
/* @__PURE__ */ l("g", { clipPath: "url(#clip0_11661_7309)", children: /* @__PURE__ */ l(
|
|
13
13
|
"path",
|
|
14
14
|
{
|
|
15
15
|
fillRule: "evenodd",
|
|
@@ -18,12 +18,12 @@ function t(l) {
|
|
|
18
18
|
fill: "#F1F1E4"
|
|
19
19
|
}
|
|
20
20
|
) }),
|
|
21
|
-
/* @__PURE__ */
|
|
21
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "clip0_11661_7309", children: /* @__PURE__ */ l("rect", { width: "24.4075", height: "24", fill: "white", transform: "translate(0.592529)" }) }) })
|
|
22
22
|
]
|
|
23
23
|
}
|
|
24
24
|
);
|
|
25
25
|
}
|
|
26
|
-
const o =
|
|
26
|
+
const o = t.memo(i);
|
|
27
27
|
export {
|
|
28
28
|
o as default
|
|
29
29
|
};
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import
|
|
3
|
-
function o(
|
|
4
|
-
return /* @__PURE__ */
|
|
1
|
+
import { jsxs as e, jsx as t } from "react/jsx-runtime";
|
|
2
|
+
import i from "react";
|
|
3
|
+
function o(l) {
|
|
4
|
+
return /* @__PURE__ */ e(
|
|
5
5
|
"svg",
|
|
6
6
|
{
|
|
7
7
|
viewBox: "0 0 64 64",
|
|
8
8
|
fill: "none",
|
|
9
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
-
...
|
|
10
|
+
...l,
|
|
11
11
|
children: [
|
|
12
12
|
/* @__PURE__ */ t(
|
|
13
13
|
"path",
|
|
@@ -41,7 +41,7 @@ function o(i) {
|
|
|
41
41
|
}
|
|
42
42
|
);
|
|
43
43
|
}
|
|
44
|
-
const n =
|
|
44
|
+
const n = i.memo(o);
|
|
45
45
|
export {
|
|
46
46
|
n as default
|
|
47
47
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as l, jsx as C } from "react/jsx-runtime";
|
|
2
2
|
import t from "react";
|
|
3
|
-
function
|
|
3
|
+
function d(i) {
|
|
4
4
|
return /* @__PURE__ */ l(
|
|
5
5
|
"svg",
|
|
6
6
|
{
|
|
@@ -58,7 +58,7 @@ function r(i) {
|
|
|
58
58
|
}
|
|
59
59
|
);
|
|
60
60
|
}
|
|
61
|
-
const
|
|
61
|
+
const h = t.memo(d);
|
|
62
62
|
export {
|
|
63
|
-
|
|
63
|
+
h as default
|
|
64
64
|
};
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { C as o } from "../../index-
|
|
2
|
-
import { D as r } from "../../index-
|
|
1
|
+
import { C as o } from "../../index-Bg26abkD.js";
|
|
2
|
+
import { D as r } from "../../index-CaQzR2YA.js";
|
|
3
3
|
import { E as m } from "../../index-CndZSWbO.js";
|
|
4
|
-
import { F as t } from "../../index-
|
|
4
|
+
import { F as t } from "../../index-BcJ929FX.js";
|
|
5
5
|
import { G as s } from "../../index-SuteELrX.js";
|
|
6
6
|
import { G as a } from "../../index-zDYfHjPd.js";
|
|
7
|
-
import { P as i } from "../../index-
|
|
7
|
+
import { P as i } from "../../index-BcnrbBqR.js";
|
|
8
8
|
import { P as p } from "../../index-D3KngHO9.js";
|
|
9
|
-
import { Q as f } from "../../index-
|
|
9
|
+
import { Q as f } from "../../index-DqqOUOlj.js";
|
|
10
10
|
import { R as e } from "../../index-BFDtbr-9.js";
|
|
11
|
-
import { R } from "../../index-
|
|
11
|
+
import { R } from "../../index-CZVyC53C.js";
|
|
12
12
|
import { R as P } from "../../index-DmiGJpGO.js";
|
|
13
|
-
import { T as c } from "../../index-
|
|
13
|
+
import { T as c } from "../../index-DxFgF-nY.js";
|
|
14
14
|
import { V as x } from "../../index-DXAZagKA.js";
|
|
15
15
|
import { X as G } from "../../index-Bc4HE9pX.js";
|
|
16
16
|
import { L as v } from "../../Logos.types-Bdec3F0Q.js";
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { jsx as
|
|
1
|
+
import { jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import e from "react";
|
|
3
|
-
function n(
|
|
4
|
-
return /* @__PURE__ */
|
|
3
|
+
function n(o) {
|
|
4
|
+
return /* @__PURE__ */ t(
|
|
5
5
|
"svg",
|
|
6
6
|
{
|
|
7
7
|
viewBox: "0 0 64 64",
|
|
8
8
|
fill: "none",
|
|
9
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
-
...
|
|
11
|
-
children: /* @__PURE__ */
|
|
10
|
+
...o,
|
|
11
|
+
children: /* @__PURE__ */ t(
|
|
12
12
|
"path",
|
|
13
13
|
{
|
|
14
14
|
fill: "white",
|
|
@@ -18,7 +18,7 @@ function n(t) {
|
|
|
18
18
|
}
|
|
19
19
|
);
|
|
20
20
|
}
|
|
21
|
-
const
|
|
21
|
+
const f = e.memo(n);
|
|
22
22
|
export {
|
|
23
|
-
|
|
23
|
+
f as default
|
|
24
24
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import
|
|
3
|
-
function
|
|
4
|
-
return /* @__PURE__ */
|
|
1
|
+
import { jsxs as t, jsx as C } from "react/jsx-runtime";
|
|
2
|
+
import V from "react";
|
|
3
|
+
function o(H) {
|
|
4
|
+
return /* @__PURE__ */ t(
|
|
5
5
|
"svg",
|
|
6
6
|
{
|
|
7
7
|
viewBox: "0 0 300 60",
|
|
@@ -27,7 +27,7 @@ function r(H) {
|
|
|
27
27
|
}
|
|
28
28
|
);
|
|
29
29
|
}
|
|
30
|
-
const M =
|
|
30
|
+
const M = V.memo(o);
|
|
31
31
|
export {
|
|
32
32
|
M as default
|
|
33
33
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as o, jsx as L } from "react/jsx-runtime";
|
|
2
2
|
import e from "react";
|
|
3
|
-
function
|
|
3
|
+
function l(t) {
|
|
4
4
|
return /* @__PURE__ */ o(
|
|
5
5
|
"svg",
|
|
6
6
|
{
|
|
@@ -27,7 +27,7 @@ function C(t) {
|
|
|
27
27
|
}
|
|
28
28
|
);
|
|
29
29
|
}
|
|
30
|
-
const n = e.memo(
|
|
30
|
+
const n = e.memo(l);
|
|
31
31
|
export {
|
|
32
32
|
n as default
|
|
33
33
|
};
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { jsx as
|
|
1
|
+
import { jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import e from "react";
|
|
3
|
-
function n(
|
|
4
|
-
return /* @__PURE__ */
|
|
3
|
+
function n(o) {
|
|
4
|
+
return /* @__PURE__ */ t(
|
|
5
5
|
"svg",
|
|
6
6
|
{
|
|
7
7
|
viewBox: "0 0 64 64",
|
|
8
8
|
fill: "none",
|
|
9
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
-
...
|
|
11
|
-
children: /* @__PURE__ */
|
|
10
|
+
...o,
|
|
11
|
+
children: /* @__PURE__ */ t(
|
|
12
12
|
"path",
|
|
13
13
|
{
|
|
14
14
|
fill: "white",
|
|
@@ -18,7 +18,7 @@ function n(t) {
|
|
|
18
18
|
}
|
|
19
19
|
);
|
|
20
20
|
}
|
|
21
|
-
const
|
|
21
|
+
const f = e.memo(n);
|
|
22
22
|
export {
|
|
23
|
-
|
|
23
|
+
f as default
|
|
24
24
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as L } from "react/jsx-runtime";
|
|
2
2
|
import t from "react";
|
|
3
|
-
function
|
|
3
|
+
function e(o) {
|
|
4
4
|
return /* @__PURE__ */ L(
|
|
5
5
|
"svg",
|
|
6
6
|
{
|
|
@@ -18,7 +18,7 @@ function n(o) {
|
|
|
18
18
|
}
|
|
19
19
|
);
|
|
20
20
|
}
|
|
21
|
-
const
|
|
21
|
+
const r = t.memo(e);
|
|
22
22
|
export {
|
|
23
|
-
|
|
23
|
+
r as default
|
|
24
24
|
};
|
|
@@ -13,7 +13,7 @@ import { ui as g } from "../../utils/ui/ui.js";
|
|
|
13
13
|
import { ColorEnum as z } from "../../utils/ui/ui.types.js";
|
|
14
14
|
import "../../utils/hooks/useGlobalKeyboardEvent.js";
|
|
15
15
|
import { useKeyboardClose as F } from "../../utils/hooks/useKeyboardClose.js";
|
|
16
|
-
import "../../index-
|
|
16
|
+
import "../../index-CUyjBl1Y.js";
|
|
17
17
|
const H = "cfxui__Modal__root__53283", I = "cfxui__Modal__colored__649d1", L = "cfxui__Modal__close__2df9b", T = "cfxui__Modal__header__bec76", j = "cfxui__Modal__footer__bb2fc", l = {
|
|
18
18
|
root: H,
|
|
19
19
|
colored: I,
|
|
@@ -7,7 +7,7 @@ import "../../utils/links.js";
|
|
|
7
7
|
import c from "../Input/Input.js";
|
|
8
8
|
import "../../utils/hooks/useGlobalKeyboardEvent.js";
|
|
9
9
|
import "../../utils/hooks/useKeyboardClose.js";
|
|
10
|
-
import "../../index-
|
|
10
|
+
import "../../index-CUyjBl1Y.js";
|
|
11
11
|
import { LOREM_IPSUM as p } from "../../utils/loremipsum.js";
|
|
12
12
|
import { Modal as r } from "./Modal.js";
|
|
13
13
|
function s() {
|
|
@@ -62,7 +62,7 @@ function s() {
|
|
|
62
62
|
}
|
|
63
63
|
);
|
|
64
64
|
}
|
|
65
|
-
const
|
|
65
|
+
const _ = i.memo(s);
|
|
66
66
|
export {
|
|
67
|
-
|
|
67
|
+
_ as default
|
|
68
68
|
};
|
|
@@ -4,7 +4,7 @@ import { noop as c } from "../utils/functional.js";
|
|
|
4
4
|
import { useDynamicRef as i } from "../utils/hooks/useDynamicRef.js";
|
|
5
5
|
import "../utils/hooks/useGlobalKeyboardEvent.js";
|
|
6
6
|
import "../utils/hooks/useKeyboardClose.js";
|
|
7
|
-
import "../index-
|
|
7
|
+
import "../index-CUyjBl1Y.js";
|
|
8
8
|
const l = {
|
|
9
9
|
width: "0",
|
|
10
10
|
height: "0"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as e } from "react/jsx-runtime";
|
|
2
|
-
import { F as m } from "../../Combination-
|
|
2
|
+
import { F as m } from "../../Combination-DFRGuWx2.js";
|
|
3
3
|
import { Interactive as _ } from "../Interactive/Interactive.js";
|
|
4
4
|
import { clsx as s } from "../../utils/clsx.js";
|
|
5
5
|
import "react";
|
|
@@ -6,12 +6,12 @@ import m from "../Flex/Flex.js";
|
|
|
6
6
|
import { usePopoverController as i } from "../../utils/hooks/usePopoverController.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 { Popover as l } from "./Popover.js";
|
|
11
|
-
const
|
|
12
|
-
popover:
|
|
11
|
+
const u = "cfxui__PopoverShowcase__popover__432d2", v = {
|
|
12
|
+
popover: u
|
|
13
13
|
};
|
|
14
|
-
function
|
|
14
|
+
function c() {
|
|
15
15
|
const {
|
|
16
16
|
active: e,
|
|
17
17
|
wrapperRef: r,
|
|
@@ -35,7 +35,7 @@ function u() {
|
|
|
35
35
|
onMouseDown: n,
|
|
36
36
|
active: e,
|
|
37
37
|
popover: /* @__PURE__ */ o("div", { style: { padding: "20px" }, children: "Popover content" }),
|
|
38
|
-
popoverClassName:
|
|
38
|
+
popoverClassName: v.popover,
|
|
39
39
|
children: () => /* @__PURE__ */ o(
|
|
40
40
|
a,
|
|
41
41
|
{
|
|
@@ -47,7 +47,7 @@ function u() {
|
|
|
47
47
|
}
|
|
48
48
|
);
|
|
49
49
|
}
|
|
50
|
-
const C = s.memo(
|
|
50
|
+
const C = s.memo(c);
|
|
51
51
|
export {
|
|
52
52
|
C as default
|
|
53
53
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as p } from "react/jsx-runtime";
|
|
2
|
-
import {
|
|
2
|
+
import { DEFAULT_TEXT_COLOR as g, getTextOpacity as f, lineHeightResponsiveValueFormatter as _, textSizeResponsiveValueFormatter as h } from "../Text/Text.js";
|
|
3
3
|
import { ui as e } from "../../utils/ui/ui.js";
|
|
4
4
|
import { clsx as v } from "../../utils/clsx.js";
|
|
5
5
|
import { getColor as R } from "../../utils/color.js";
|
|
@@ -16,8 +16,8 @@ function d(t) {
|
|
|
16
16
|
children: l
|
|
17
17
|
} = t, c = R({
|
|
18
18
|
...t,
|
|
19
|
-
color: i ||
|
|
20
|
-
opacity:
|
|
19
|
+
color: i || g,
|
|
20
|
+
opacity: f(r)
|
|
21
21
|
}), a = v(
|
|
22
22
|
x.root,
|
|
23
23
|
n,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsxs as R, jsx as a } from "react/jsx-runtime";
|
|
2
|
-
import { R as p, T as w, a as N, b as s } from "../../index-
|
|
2
|
+
import { R as p, T as w, a as N, b as s } from "../../index-CzUzkeQx.js";
|
|
3
3
|
import L from "react";
|
|
4
4
|
import { clsx as r } from "../../utils/clsx.js";
|
|
5
5
|
const k = "cfxui__Range__root__9b6c3", v = "cfxui__Range__disabled__1bbc7", I = "cfxui__Range__track__28130", T = "cfxui__Range__range__2adcc", V = "cfxui__Range__thumb__905e9", B = "cfxui__Range__thumbIcon__acb4e", e = {
|