@cfx-dev/ui-components 5.0.21 → 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/styles-scss/_ui.scss +186 -6
- package/dist/styles-scss/tokens.scss +12 -135
- 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 +4 -3
- 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,10 +1,10 @@
|
|
|
1
1
|
import { jsxs as l, jsx as e } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
2
|
+
import c from "react";
|
|
3
3
|
import a from "../Flex/Flex.js";
|
|
4
|
-
import { Text as
|
|
4
|
+
import { Text as t } from "../Text/Text.js";
|
|
5
5
|
import "../../utils/ui/ui.js";
|
|
6
|
-
import { Select as
|
|
7
|
-
const
|
|
6
|
+
import { Select as u } from "./Select.js";
|
|
7
|
+
const i = [
|
|
8
8
|
{
|
|
9
9
|
value: "value",
|
|
10
10
|
label: "Label"
|
|
@@ -39,57 +39,57 @@ const u = [
|
|
|
39
39
|
}
|
|
40
40
|
];
|
|
41
41
|
function n() {
|
|
42
|
-
const [
|
|
42
|
+
const [d, r] = c.useState("value");
|
|
43
43
|
return /* @__PURE__ */ l(a, { gap: "large", vertical: !0, children: [
|
|
44
44
|
/* @__PURE__ */ l(a, { gap: "medium", vertical: !0, children: [
|
|
45
|
-
/* @__PURE__ */ e(
|
|
45
|
+
/* @__PURE__ */ e(t, { children: "Default" }),
|
|
46
46
|
/* @__PURE__ */ e("div", { children: /* @__PURE__ */ e(
|
|
47
|
-
|
|
47
|
+
u,
|
|
48
48
|
{
|
|
49
|
-
value:
|
|
49
|
+
value: d,
|
|
50
50
|
onChange: r,
|
|
51
|
-
options:
|
|
51
|
+
options: i
|
|
52
52
|
}
|
|
53
53
|
) })
|
|
54
54
|
] }),
|
|
55
55
|
/* @__PURE__ */ l(a, { gap: "medium", vertical: !0, children: [
|
|
56
|
-
/* @__PURE__ */ e(
|
|
56
|
+
/* @__PURE__ */ e(t, { children: "Placeholder" }),
|
|
57
57
|
/* @__PURE__ */ e("div", { children: /* @__PURE__ */ e(
|
|
58
|
-
|
|
58
|
+
u,
|
|
59
59
|
{
|
|
60
60
|
placeholder: "Placeholder",
|
|
61
61
|
onChange: r,
|
|
62
|
-
options:
|
|
62
|
+
options: i
|
|
63
63
|
}
|
|
64
64
|
) })
|
|
65
65
|
] }),
|
|
66
66
|
/* @__PURE__ */ l(a, { gap: "medium", vertical: !0, children: [
|
|
67
|
-
/* @__PURE__ */ e(
|
|
67
|
+
/* @__PURE__ */ e(t, { children: "Disabled" }),
|
|
68
68
|
/* @__PURE__ */ e("div", { children: /* @__PURE__ */ e(
|
|
69
|
-
|
|
69
|
+
u,
|
|
70
70
|
{
|
|
71
71
|
disabled: !0,
|
|
72
|
-
value:
|
|
72
|
+
value: d,
|
|
73
73
|
onChange: r,
|
|
74
|
-
options:
|
|
74
|
+
options: i
|
|
75
75
|
}
|
|
76
76
|
) })
|
|
77
77
|
] }),
|
|
78
78
|
/* @__PURE__ */ l(a, { gap: "medium", vertical: !0, children: [
|
|
79
|
-
/* @__PURE__ */ e(
|
|
79
|
+
/* @__PURE__ */ e(t, { children: "Full Width" }),
|
|
80
80
|
/* @__PURE__ */ e("div", { children: /* @__PURE__ */ e(
|
|
81
|
-
|
|
81
|
+
u,
|
|
82
82
|
{
|
|
83
83
|
fullWidth: !0,
|
|
84
|
-
value:
|
|
84
|
+
value: d,
|
|
85
85
|
onChange: r,
|
|
86
|
-
options:
|
|
86
|
+
options: i
|
|
87
87
|
}
|
|
88
88
|
) })
|
|
89
89
|
] })
|
|
90
90
|
] });
|
|
91
91
|
}
|
|
92
|
-
const s =
|
|
92
|
+
const s = c.memo(n);
|
|
93
93
|
export {
|
|
94
94
|
s as default
|
|
95
95
|
};
|
|
@@ -7,7 +7,7 @@ import { DataTable as x } from "../DataTable/DataTable.js";
|
|
|
7
7
|
import m from "../Flex/Flex.js";
|
|
8
8
|
import { Text as r } from "../Text/Text.js";
|
|
9
9
|
import "../../utils/ui/ui.js";
|
|
10
|
-
import
|
|
10
|
+
import d from "./Skeleton.js";
|
|
11
11
|
const g = [
|
|
12
12
|
{ text: "Header 1" },
|
|
13
13
|
{ text: "Header 2" },
|
|
@@ -16,7 +16,7 @@ const g = [
|
|
|
16
16
|
{ text: "Item" }
|
|
17
17
|
];
|
|
18
18
|
function S() {
|
|
19
|
-
const [l, a] = n(!0), [
|
|
19
|
+
const [l, a] = n(!0), [c, s] = n([]), i = () => {
|
|
20
20
|
a(!0);
|
|
21
21
|
const h = setTimeout(() => {
|
|
22
22
|
s([
|
|
@@ -37,13 +37,13 @@ function S() {
|
|
|
37
37
|
loading: l,
|
|
38
38
|
includeRadio: !0,
|
|
39
39
|
headers: g,
|
|
40
|
-
data: l ? Array(3).fill(Array(5).fill(/* @__PURE__ */ e(
|
|
40
|
+
data: l ? Array(3).fill(Array(5).fill(/* @__PURE__ */ e(d, { width: "100%", height: "small" }))) : c
|
|
41
41
|
}
|
|
42
42
|
) }) }),
|
|
43
43
|
/* @__PURE__ */ e(r, { children: "Skeleton in Text" }),
|
|
44
44
|
/* @__PURE__ */ o(r, { children: [
|
|
45
45
|
"This is a",
|
|
46
|
-
/* @__PURE__ */ e(
|
|
46
|
+
/* @__PURE__ */ e(d, { width: "200px", height: "small" }),
|
|
47
47
|
" ",
|
|
48
48
|
"in Text"
|
|
49
49
|
] }),
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsxs as s, jsx as e } from "react/jsx-runtime";
|
|
2
|
-
import { R as C, T as L, a as R, b as y } from "../../index-
|
|
2
|
+
import { R as C, T as L, a as R, b as y } from "../../index-CzUzkeQx.js";
|
|
3
3
|
import i from "react";
|
|
4
4
|
import { clsx as f } from "../../utils/clsx.js";
|
|
5
5
|
const B = "cfxui__Slider__container__997ea", V = "cfxui__Slider__labels__2a966", j = "cfxui__Slider__root__a6c1b", T = "cfxui__Slider__track__570cb", E = "cfxui__Slider__range__5ae17", P = "cfxui__Slider__thumb__27d80", q = "cfxui__Slider__valueBubble__ebce8", a = {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsxs as x, jsx as l } from "react/jsx-runtime";
|
|
2
2
|
import * as u from "react";
|
|
3
3
|
import M from "react";
|
|
4
|
-
import {
|
|
4
|
+
import { a as R, u as H, P as k, c as j, b as A, d as q } from "../../index-8cuIcSMB.js";
|
|
5
5
|
import { u as z } from "../../index-BZPx6jYI.js";
|
|
6
6
|
import { clsx as N } from "../../utils/clsx.js";
|
|
7
|
-
var S = "Switch", [L
|
|
7
|
+
var S = "Switch", [L] = q(S), [O, D] = L(S), P = u.forwardRef(
|
|
8
8
|
(e, c) => {
|
|
9
9
|
const {
|
|
10
10
|
__scopeSwitch: t,
|
|
@@ -37,7 +37,7 @@ var S = "Switch", [L, at] = j(S), [O, $] = L(S), P = u.forwardRef(
|
|
|
37
37
|
value: i,
|
|
38
38
|
...b,
|
|
39
39
|
ref: v,
|
|
40
|
-
onClick:
|
|
40
|
+
onClick: j(e.onClick, (w) => {
|
|
41
41
|
U((I) => !I), C && (y.current = w.isPropagationStopped(), y.current || w.stopPropagation());
|
|
42
42
|
})
|
|
43
43
|
}
|
|
@@ -62,7 +62,7 @@ var S = "Switch", [L, at] = j(S), [O, $] = L(S), P = u.forwardRef(
|
|
|
62
62
|
P.displayName = S;
|
|
63
63
|
var T = "SwitchThumb", g = u.forwardRef(
|
|
64
64
|
(e, c) => {
|
|
65
|
-
const { __scopeSwitch: t, ...o } = e, s =
|
|
65
|
+
const { __scopeSwitch: t, ...o } = e, s = D(T, t);
|
|
66
66
|
return /* @__PURE__ */ l(
|
|
67
67
|
k.span,
|
|
68
68
|
{
|
|
@@ -75,7 +75,7 @@ var T = "SwitchThumb", g = u.forwardRef(
|
|
|
75
75
|
}
|
|
76
76
|
);
|
|
77
77
|
g.displayName = T;
|
|
78
|
-
var
|
|
78
|
+
var F = "SwitchBubbleInput", E = u.forwardRef(
|
|
79
79
|
({
|
|
80
80
|
__scopeSwitch: e,
|
|
81
81
|
control: c,
|
|
@@ -83,7 +83,7 @@ var D = "SwitchBubbleInput", E = u.forwardRef(
|
|
|
83
83
|
bubbles: o = !0,
|
|
84
84
|
...s
|
|
85
85
|
}, h) => {
|
|
86
|
-
const a = u.useRef(null), r = R(a, h), i = z(t), f =
|
|
86
|
+
const a = u.useRef(null), r = R(a, h), i = z(t), f = A(c);
|
|
87
87
|
return u.useEffect(() => {
|
|
88
88
|
const d = a.current;
|
|
89
89
|
if (!d) return;
|
|
@@ -116,13 +116,13 @@ var D = "SwitchBubbleInput", E = u.forwardRef(
|
|
|
116
116
|
);
|
|
117
117
|
}
|
|
118
118
|
);
|
|
119
|
-
E.displayName =
|
|
119
|
+
E.displayName = F;
|
|
120
120
|
function B(e) {
|
|
121
121
|
return e ? "checked" : "unchecked";
|
|
122
122
|
}
|
|
123
|
-
var
|
|
124
|
-
const
|
|
125
|
-
switchUnset:
|
|
123
|
+
var W = P, X = g;
|
|
124
|
+
const $ = "cfxui__Switch__switchUnset__c8b03", G = "cfxui__Switch__switchRoot__f2911", J = "cfxui__Switch__primary__2653f", K = "cfxui__Switch__secondary__7f1cf", Q = "cfxui__Switch__alternative__33f60", V = "cfxui__Switch__switchThumb__9cbf5", n = {
|
|
125
|
+
switchUnset: $,
|
|
126
126
|
switchRoot: G,
|
|
127
127
|
primary: J,
|
|
128
128
|
secondary: K,
|
|
@@ -146,7 +146,7 @@ function tt(e) {
|
|
|
146
146
|
checked: a,
|
|
147
147
|
...r
|
|
148
148
|
} = e, i = Y(c, o, s), f = Z(t, o, s);
|
|
149
|
-
return /* @__PURE__ */ x(
|
|
149
|
+
return /* @__PURE__ */ x(W, { ...r, className: i, children: [
|
|
150
150
|
h && /* @__PURE__ */ l(
|
|
151
151
|
"input",
|
|
152
152
|
{
|
|
@@ -155,12 +155,12 @@ function tt(e) {
|
|
|
155
155
|
value: a ? "on" : ""
|
|
156
156
|
}
|
|
157
157
|
),
|
|
158
|
-
/* @__PURE__ */ l(
|
|
158
|
+
/* @__PURE__ */ l(X, { className: f })
|
|
159
159
|
] });
|
|
160
160
|
}
|
|
161
|
-
const
|
|
161
|
+
const at = M.memo(tt);
|
|
162
162
|
export {
|
|
163
|
-
|
|
163
|
+
at as default,
|
|
164
164
|
Y as getSwitchClassNames,
|
|
165
165
|
Z as getSwitchThumbClassNames
|
|
166
166
|
};
|
|
@@ -8,7 +8,7 @@ const _ = "cfxui__TableResponsiveText__root__0e257", f = "cfxui__TableResponsive
|
|
|
8
8
|
root: _,
|
|
9
9
|
text: f
|
|
10
10
|
};
|
|
11
|
-
function
|
|
11
|
+
function d(o) {
|
|
12
12
|
const {
|
|
13
13
|
title: n,
|
|
14
14
|
children: r,
|
|
@@ -26,7 +26,7 @@ function p(o) {
|
|
|
26
26
|
}
|
|
27
27
|
) });
|
|
28
28
|
}
|
|
29
|
-
const y = l.memo(
|
|
29
|
+
const y = l.memo(d);
|
|
30
30
|
export {
|
|
31
31
|
y as default
|
|
32
32
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsxs as t, jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import d from "react";
|
|
3
3
|
import i from "../Flex/Flex.js";
|
|
4
|
-
import { Text as
|
|
4
|
+
import { Text as l } from "../Text/Text.js";
|
|
5
5
|
import "../../utils/ui/ui.js";
|
|
6
|
-
import { Tabular as
|
|
6
|
+
import { Tabular as r } from "./Tabular.js";
|
|
7
7
|
const c = [
|
|
8
8
|
{
|
|
9
9
|
id: "item1",
|
|
@@ -37,9 +37,9 @@ function o() {
|
|
|
37
37
|
const [a, m] = d.useState("item1");
|
|
38
38
|
return /* @__PURE__ */ t(i, { gap: "large", vertical: !0, children: [
|
|
39
39
|
/* @__PURE__ */ t(i, { gap: "medium", vertical: !0, children: [
|
|
40
|
-
/* @__PURE__ */ e(
|
|
40
|
+
/* @__PURE__ */ e(l, { children: "Default" }),
|
|
41
41
|
/* @__PURE__ */ e(
|
|
42
|
-
|
|
42
|
+
r,
|
|
43
43
|
{
|
|
44
44
|
items: c,
|
|
45
45
|
activeItem: a,
|
|
@@ -48,9 +48,9 @@ function o() {
|
|
|
48
48
|
)
|
|
49
49
|
] }),
|
|
50
50
|
/* @__PURE__ */ t(i, { gap: "medium", vertical: !0, children: [
|
|
51
|
-
/* @__PURE__ */ e(
|
|
51
|
+
/* @__PURE__ */ e(l, { children: "Size small" }),
|
|
52
52
|
/* @__PURE__ */ e("div", { children: /* @__PURE__ */ e(
|
|
53
|
-
|
|
53
|
+
r,
|
|
54
54
|
{
|
|
55
55
|
size: "small",
|
|
56
56
|
items: c,
|
|
@@ -60,9 +60,9 @@ function o() {
|
|
|
60
60
|
) })
|
|
61
61
|
] }),
|
|
62
62
|
/* @__PURE__ */ t(i, { gap: "medium", vertical: !0, children: [
|
|
63
|
-
/* @__PURE__ */ e(
|
|
63
|
+
/* @__PURE__ */ e(l, { children: "Size medium" }),
|
|
64
64
|
/* @__PURE__ */ e("div", { children: /* @__PURE__ */ e(
|
|
65
|
-
|
|
65
|
+
r,
|
|
66
66
|
{
|
|
67
67
|
size: "medium",
|
|
68
68
|
items: c,
|
|
@@ -72,9 +72,9 @@ function o() {
|
|
|
72
72
|
) })
|
|
73
73
|
] }),
|
|
74
74
|
/* @__PURE__ */ t(i, { gap: "medium", vertical: !0, children: [
|
|
75
|
-
/* @__PURE__ */ e(
|
|
75
|
+
/* @__PURE__ */ e(l, { children: "Size large" }),
|
|
76
76
|
/* @__PURE__ */ e("div", { children: /* @__PURE__ */ e(
|
|
77
|
-
|
|
77
|
+
r,
|
|
78
78
|
{
|
|
79
79
|
size: "large",
|
|
80
80
|
items: c,
|
|
@@ -85,7 +85,7 @@ function o() {
|
|
|
85
85
|
] })
|
|
86
86
|
] });
|
|
87
87
|
}
|
|
88
|
-
const
|
|
88
|
+
const p = d.memo(o);
|
|
89
89
|
export {
|
|
90
|
-
|
|
90
|
+
p as default
|
|
91
91
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as c from "react";
|
|
2
2
|
import { jsx as y } from "react/jsx-runtime";
|
|
3
|
-
import { r as w } from "./index-
|
|
3
|
+
import { r as w } from "./index-CUyjBl1Y.js";
|
|
4
4
|
function v(t, n) {
|
|
5
5
|
if (typeof t == "function")
|
|
6
6
|
return t(n);
|
|
@@ -227,10 +227,10 @@ function M(t, n) {
|
|
|
227
227
|
}
|
|
228
228
|
export {
|
|
229
229
|
F as P,
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
230
|
+
j as a,
|
|
231
|
+
T as b,
|
|
232
|
+
k as c,
|
|
233
|
+
B as d,
|
|
234
234
|
x as e,
|
|
235
235
|
z as f,
|
|
236
236
|
M as g,
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import o from "./components/Logos/fivem/CompositeLogo.js";
|
|
2
|
+
import t from "./components/Logos/fivem/Icon.js";
|
|
3
|
+
import r from "./components/Logos/fivem/Logo.js";
|
|
4
|
+
import e from "./components/Logos/fivem/LockupLandscape.js";
|
|
5
|
+
import m from "./components/Logos/fivem/LockupPortrait.js";
|
|
6
|
+
import p from "./components/Logos/fivem/Wordmark.js";
|
|
7
|
+
import a from "./components/Logos/fivem/WhiteLogo.js";
|
|
8
|
+
const _ = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
9
|
+
__proto__: null,
|
|
10
|
+
CompositeLogo: o,
|
|
11
|
+
Icon: t,
|
|
12
|
+
LockupLandscape: e,
|
|
13
|
+
LockupPortrait: m,
|
|
14
|
+
Logo: r,
|
|
15
|
+
WhiteLogo: a,
|
|
16
|
+
Wordmark: p
|
|
17
|
+
}, Symbol.toStringTag, { value: "Module" }));
|
|
18
|
+
export {
|
|
19
|
+
_ as F
|
|
20
|
+
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import o from "./components/Logos/patreon/Icon.js";
|
|
2
2
|
import r from "./components/Logos/patreon/Wordmark.js";
|
|
3
|
-
const
|
|
3
|
+
const a = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
4
4
|
__proto__: null,
|
|
5
5
|
Icon: o,
|
|
6
6
|
Wordmark: r
|
|
7
7
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
8
8
|
export {
|
|
9
|
-
|
|
9
|
+
a as P
|
|
10
10
|
};
|
|
@@ -2,7 +2,7 @@ import o from "./components/Logos/cfx/CompositeLogo.js";
|
|
|
2
2
|
import r from "./components/Logos/cfx/Icon.js";
|
|
3
3
|
import t from "./components/Logos/cfx/Logo.js";
|
|
4
4
|
import e from "./components/Logos/cfx/Wordmark.js";
|
|
5
|
-
const
|
|
5
|
+
const p = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6
6
|
__proto__: null,
|
|
7
7
|
CompositeLogo: o,
|
|
8
8
|
Icon: r,
|
|
@@ -10,5 +10,5 @@ const l = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
10
10
|
Wordmark: e
|
|
11
11
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
12
12
|
export {
|
|
13
|
-
|
|
13
|
+
p as C
|
|
14
14
|
};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as A from "react";
|
|
2
2
|
import r from "react";
|
|
3
|
-
import {
|
|
3
|
+
import { d as D, a as S, f as M } from "./index-8cuIcSMB.js";
|
|
4
4
|
import { jsx as d } from "react/jsx-runtime";
|
|
5
|
-
function
|
|
5
|
+
function h(l) {
|
|
6
6
|
const i = l + "CollectionProvider", [N, _] = D(i), [v, f] = N(
|
|
7
7
|
i,
|
|
8
8
|
{ collectionRef: { current: null }, itemMap: /* @__PURE__ */ new Map() }
|
|
@@ -43,11 +43,11 @@ function g(l) {
|
|
|
43
43
|
];
|
|
44
44
|
}
|
|
45
45
|
var P = A.createContext(void 0);
|
|
46
|
-
function
|
|
46
|
+
function b(l) {
|
|
47
47
|
const i = A.useContext(P);
|
|
48
48
|
return l || i || "ltr";
|
|
49
49
|
}
|
|
50
50
|
export {
|
|
51
|
-
|
|
52
|
-
|
|
51
|
+
h as c,
|
|
52
|
+
b as u
|
|
53
53
|
};
|
|
@@ -141,7 +141,7 @@ function D() {
|
|
|
141
141
|
return y.H.useFormState(n, r, a);
|
|
142
142
|
}, c.useFormStatus = function() {
|
|
143
143
|
return y.H.useHostTransitionStatus();
|
|
144
|
-
}, c.version = "19.
|
|
144
|
+
}, c.version = "19.2.4", c;
|
|
145
145
|
}
|
|
146
146
|
var s = {};
|
|
147
147
|
/**
|
|
@@ -363,7 +363,7 @@ See https://react.dev/link/invalid-hook-call for tips about how to debug and fix
|
|
|
363
363
|
return y().useFormState(t, e, i);
|
|
364
364
|
}, s.useFormStatus = function() {
|
|
365
365
|
return y().useHostTransitionStatus();
|
|
366
|
-
}, s.version = "19.
|
|
366
|
+
}, s.version = "19.2.4", typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ < "u" && typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop == "function" && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error());
|
|
367
367
|
}()), s;
|
|
368
368
|
}
|
|
369
369
|
function T() {
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import o from "./components/Logos/redm/CompositeLogo.js";
|
|
2
|
+
import t from "./components/Logos/redm/Icon.js";
|
|
3
|
+
import r from "./components/Logos/redm/Logo.js";
|
|
4
|
+
import e from "./components/Logos/redm/LockupLandscape.js";
|
|
5
|
+
import m from "./components/Logos/redm/LockupPortrait.js";
|
|
6
|
+
import p from "./components/Logos/redm/Wordmark.js";
|
|
7
|
+
import a from "./components/Logos/redm/WhiteLogo.js";
|
|
8
|
+
const _ = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
9
|
+
__proto__: null,
|
|
10
|
+
CompositeLogo: o,
|
|
11
|
+
Icon: t,
|
|
12
|
+
LockupLandscape: e,
|
|
13
|
+
LockupPortrait: m,
|
|
14
|
+
Logo: r,
|
|
15
|
+
WhiteLogo: a,
|
|
16
|
+
Wordmark: p
|
|
17
|
+
}, Symbol.toStringTag, { value: "Module" }));
|
|
18
|
+
export {
|
|
19
|
+
_ as R
|
|
20
|
+
};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import o from "./components/Logos/discord/Icon.js";
|
|
2
|
-
const
|
|
2
|
+
const t = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
3
3
|
__proto__: null,
|
|
4
4
|
Icon: o
|
|
5
5
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
6
6
|
export {
|
|
7
|
-
|
|
7
|
+
t as D
|
|
8
8
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as d from "react";
|
|
2
2
|
import { c as $ } from "./index-rKs9bXHr.js";
|
|
3
|
-
import { u as ce, c as
|
|
4
|
-
import { c as ue, u as fe } from "./index-
|
|
3
|
+
import { u as ce, c as C, P as B, a as M, b as le, d as de } from "./index-8cuIcSMB.js";
|
|
4
|
+
import { c as ue, u as fe } from "./index-BzirdFxK.js";
|
|
5
5
|
import { u as me } from "./index-BZPx6jYI.js";
|
|
6
6
|
import { jsx as v, jsxs as pe } from "react/jsx-runtime";
|
|
7
7
|
var j = ["PageUp", "PageDown"], X = ["ArrowUp", "ArrowDown", "ArrowLeft", "ArrowRight"], G = {
|
|
@@ -9,7 +9,7 @@ var j = ["PageUp", "PageDown"], X = ["ArrowUp", "ArrowDown", "ArrowLeft", "Arrow
|
|
|
9
9
|
"from-right": ["Home", "PageDown", "ArrowDown", "ArrowRight"],
|
|
10
10
|
"from-bottom": ["Home", "PageDown", "ArrowDown", "ArrowLeft"],
|
|
11
11
|
"from-top": ["Home", "PageDown", "ArrowUp", "ArrowLeft"]
|
|
12
|
-
}, I = "Slider", [z, he, Se] = ue(I), [W
|
|
12
|
+
}, I = "Slider", [z, he, Se] = ue(I), [W] = de(I, [
|
|
13
13
|
Se
|
|
14
14
|
]), [ge, K] = W(I), q = d.forwardRef(
|
|
15
15
|
(e, t) => {
|
|
@@ -301,7 +301,7 @@ var O = "SliderThumb", oe = d.forwardRef(
|
|
|
301
301
|
}
|
|
302
302
|
), be = d.forwardRef(
|
|
303
303
|
(e, t) => {
|
|
304
|
-
const { __scopeSlider: o, index: n, name: a, ...c } = e, r = K(O, o), s = Q(O, o), [l, h] = d.useState(null), S = M(t, (D) => h(D)), i = l ? r.form || !!l.closest("form") : !0, u =
|
|
304
|
+
const { __scopeSlider: o, index: n, name: a, ...c } = e, r = K(O, o), s = Q(O, o), [l, h] = d.useState(null), S = M(t, (D) => h(D)), i = l ? r.form || !!l.closest("form") : !0, u = le(l), w = r.values[n], P = w === void 0 ? 0 : ie(w, r.min, r.max), g = xe(n, r.values.length), m = u == null ? void 0 : u[s.size], f = m ? De(m, P, s.direction) : 0;
|
|
305
305
|
return d.useEffect(() => {
|
|
306
306
|
if (l)
|
|
307
307
|
return r.thumbs.add(l), () => {
|
|
@@ -418,10 +418,10 @@ function Me(e, t) {
|
|
|
418
418
|
const o = Math.pow(10, t);
|
|
419
419
|
return Math.round(e * o) / o;
|
|
420
420
|
}
|
|
421
|
-
var
|
|
421
|
+
var Ke = q, ke = te, He = ne, Ne = oe;
|
|
422
422
|
export {
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
423
|
+
Ke as R,
|
|
424
|
+
ke as T,
|
|
425
|
+
He as a,
|
|
426
|
+
Ne as b
|
|
427
427
|
};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import e from "./components/Logos/qbcore/Icon.js";
|
|
2
|
-
const
|
|
2
|
+
const t = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
3
3
|
__proto__: null,
|
|
4
4
|
Icon: e
|
|
5
5
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
6
6
|
export {
|
|
7
|
-
|
|
7
|
+
t as Q
|
|
8
8
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as a from "react";
|
|
2
|
-
import {
|
|
2
|
+
import { a as T, e as A } from "./index-8cuIcSMB.js";
|
|
3
3
|
function E(n, e) {
|
|
4
4
|
return a.useReducer((r, t) => e[r][t] ?? r, n);
|
|
5
5
|
}
|
|
@@ -35,7 +35,7 @@ function P(n) {
|
|
|
35
35
|
if (e) {
|
|
36
36
|
let i;
|
|
37
37
|
const m = e.ownerDocument.defaultView ?? window, d = (u) => {
|
|
38
|
-
const g = l(t.current).includes(u.animationName);
|
|
38
|
+
const g = l(t.current).includes(CSS.escape(u.animationName));
|
|
39
39
|
if (u.target === e && g && (s("ANIMATION_END"), !o.current)) {
|
|
40
40
|
const O = e.style.animationFillMode;
|
|
41
41
|
e.style.animationFillMode = "forwards", i = m.setTimeout(() => {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import o from "./components/Logos/tebex/Icon.js";
|
|
2
2
|
import e from "./components/Logos/tebex/Wordmark.js";
|
|
3
|
-
const
|
|
3
|
+
const a = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
4
4
|
__proto__: null,
|
|
5
5
|
Icon: o,
|
|
6
6
|
Wordmark: e
|
|
7
7
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
8
8
|
export {
|
|
9
|
-
|
|
9
|
+
a as T
|
|
10
10
|
};
|
package/dist/main.d.ts
CHANGED
|
@@ -2,6 +2,13 @@ export { mergeRefs } from './utils/mergeRefs';
|
|
|
2
2
|
export { clsx } from './utils/clsx';
|
|
3
3
|
export { getValue } from './utils/getValue';
|
|
4
4
|
export type { ValueOrGetter } from './utils/getValue';
|
|
5
|
+
export { AnalyticsContext, AnalyticsProvider, useAnalytics, useSiteLinkClick, } from './utils/contexts/AnalyticsContext';
|
|
6
|
+
export { MediaQueryContext, MediaQueryContextProvider, useMediaQuery, } from './utils/contexts/MediaQueryContext';
|
|
7
|
+
export type { MediaQueryContextValueType } from './utils/contexts/MediaQueryContext';
|
|
8
|
+
export { createStoreContext } from './utils/contexts/StoreContext';
|
|
9
|
+
export type { StoreContextValueType, StoreSpliceType, } from './utils/contexts/StoreContext';
|
|
10
|
+
export { formatBytes } from './utils/formatBytes';
|
|
11
|
+
export { truncateWithEllipsis } from './utils/truncateWithEllipsis';
|
|
5
12
|
export { useInstance, useDynamicRef, useGlobalKeyboardEvent, useKeyboardClose, useWindowResize, useOutlet, usePopoverController, useClipboardComponent, CLIPBOARD_TITLE_APPEARANCE, } from './utils/hooks';
|
|
6
13
|
export type { OutletPosition, UseClipboardProps, } from './utils/hooks';
|
|
7
14
|
export { formatDate, formatLocaleDate, formatShortDate, } from './utils/formatDate';
|
|
@@ -39,10 +46,12 @@ export { BackdropPortal, BACKDROP_OUTLET_ID } from './components/BackdropPortal'
|
|
|
39
46
|
export type { BackdropPortalProps } from './components/BackdropPortal';
|
|
40
47
|
export { Badge } from './components/Badge';
|
|
41
48
|
export type { BadgeProps, BadgeColor, BadgeSize, } from './components/Badge';
|
|
49
|
+
export { Carousel } from './components/Carousel';
|
|
50
|
+
export { CarouselControls } from './components/Carousel';
|
|
51
|
+
export type { CarouselItemData } from './components/Carousel';
|
|
52
|
+
export type { CarouselProps } from './components/Carousel';
|
|
42
53
|
export { ControlBox } from './components/ControlBox';
|
|
43
54
|
export type { ControlBoxProps } from './components/ControlBox';
|
|
44
|
-
export { CountryFlag } from './components/CountryFlag';
|
|
45
|
-
export type { CountryFlagProps } from './components/CountryFlag';
|
|
46
55
|
export { Decorate } from './components/Decorate';
|
|
47
56
|
export type { DecorateProps } from './components/Decorate';
|
|
48
57
|
export { Dot } from './components/Dot';
|