@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.
Files changed (187) hide show
  1. package/dist/CarouselControls-CJ3tupLr.js +41 -0
  2. package/dist/Combination-BNueeiCk.js +2227 -0
  3. package/dist/{Combination-N-vN9BB-.js → Combination-DFRGuWx2.js} +50 -48
  4. package/dist/{DropdownContent-BTzahw95.js → DropdownContent-DCqFWnzj.js} +10 -10
  5. package/dist/assets/all_css.css +2 -1
  6. package/dist/assets/css/Button.css +1 -1
  7. package/dist/assets/css/CarouselControls.css +1 -0
  8. package/dist/assets/css/CarouselItem.css +1 -0
  9. package/dist/assets/css/RangeInput.css +1 -1
  10. package/dist/assets/css/Text.css +1 -1
  11. package/dist/assets/general/global.css +1 -1
  12. package/dist/assets/general/themes.css +1 -1
  13. package/dist/cfxIcons-YyDWNxmM.js +110 -0
  14. package/dist/cfxIconsXLarge-Dw37ZSw2.js +110 -0
  15. package/dist/components/Accordion/AccordionShowcase.js +2 -2
  16. package/dist/components/Badge/BadgeShowcase.js +3 -3
  17. package/dist/components/BurgerMenu/BurgerMenuShowcase.js +4 -4
  18. package/dist/components/Carousel/Carousel.d.ts +24 -0
  19. package/dist/components/Carousel/Carousel.js +125 -0
  20. package/dist/components/Carousel/Carousel.types.d.ts +41 -0
  21. package/dist/components/Carousel/Carousel.types.js +1 -0
  22. package/dist/components/Carousel/CarouselControls.d.ts +8 -0
  23. package/dist/components/Carousel/CarouselControls.js +8 -0
  24. package/dist/components/Carousel/CarouselItem.d.ts +11 -0
  25. package/dist/components/Carousel/CarouselItem.js +85 -0
  26. package/dist/components/Carousel/CarouselShowcase.d.ts +6 -0
  27. package/dist/components/Carousel/CarouselShowcase.js +177 -0
  28. package/dist/components/Carousel/index.d.ts +4 -0
  29. package/dist/components/Carousel/index.js +6 -0
  30. package/dist/components/Carousel/playIcon.d.ts +6 -0
  31. package/dist/components/Carousel/playIcon.js +25 -0
  32. package/dist/components/Checkbox/Checkbox.js +7 -7
  33. package/dist/components/Checkbox/CheckboxShowcase.js +5 -5
  34. package/dist/components/ClipboardButton/ClipboardButton.js +9 -9
  35. package/dist/components/ControlBox/ControlBox.js +10 -10
  36. package/dist/components/Decorate/Decorate.js +5 -5
  37. package/dist/components/DropdownContent/DropdownContent.js +1 -1
  38. package/dist/components/DropdownContent/index.js +1 -1
  39. package/dist/components/DropdownMenu/DropdownMenu.js +12 -12
  40. package/dist/components/DropdownSelect/DropdownSelect.js +1 -1
  41. package/dist/components/DropdownSelect/DropdownSelectShowcase.js +4 -4
  42. package/dist/components/Flex/FlexShowcase.js +4 -4
  43. package/dist/components/Flyout/Flyout.js +1 -1
  44. package/dist/components/Flyout/FlyoutShowcase.js +3 -3
  45. package/dist/components/FormField/FormFieldShowcase.js +1 -1
  46. package/dist/components/Icon/Icon.js +2 -2
  47. package/dist/components/Icons/IconsShowcase.js +1 -1
  48. package/dist/components/Icons/cfx-icons/Close.js +2 -2
  49. package/dist/components/Icons/cfx-icons/Copy.js +3 -3
  50. package/dist/components/Icons/cfx-icons/DownChevron.js +2 -2
  51. package/dist/components/Icons/cfx-icons/Filter.js +6 -6
  52. package/dist/components/Icons/cfx-icons/Heart.js +2 -2
  53. package/dist/components/Icons/cfx-icons/HeartFilled.js +2 -2
  54. package/dist/components/Icons/cfx-icons/LeftArrow.js +2 -2
  55. package/dist/components/Icons/cfx-icons/LeftChevron.js +2 -2
  56. package/dist/components/Icons/cfx-icons/MoreInfo.js +4 -4
  57. package/dist/components/Icons/cfx-icons/Play.js +5 -5
  58. package/dist/components/Icons/cfx-icons/Plus.js +2 -2
  59. package/dist/components/Icons/cfx-icons/Refresh.js +3 -3
  60. package/dist/components/Icons/cfx-icons/Search.js +2 -2
  61. package/dist/components/Icons/cfx-icons/ServerList.js +2 -2
  62. package/dist/components/Icons/cfx-icons/ServerReconnect.js +7 -7
  63. package/dist/components/Icons/cfx-icons/Square.js +3 -3
  64. package/dist/components/Icons/cfx-icons/SquareFilled.js +7 -7
  65. package/dist/components/Icons/cfx-icons/Trash.js +2 -2
  66. package/dist/components/Icons/cfx-icons/Undo.js +3 -3
  67. package/dist/components/Icons/cfx-icons/User.js +5 -5
  68. package/dist/components/Icons/cfx-icons/Users.js +3 -3
  69. package/dist/components/Icons/cfx-icons/Verified.js +4 -4
  70. package/dist/components/Icons/cfx-icons/Warning.js +2 -2
  71. package/dist/components/Icons/cfx-iconsXLarge/Close.js +2 -2
  72. package/dist/components/Icons/cfx-iconsXLarge/Copy.js +3 -3
  73. package/dist/components/Icons/cfx-iconsXLarge/DownChevron.js +2 -2
  74. package/dist/components/Icons/cfx-iconsXLarge/Filter.js +2 -2
  75. package/dist/components/Icons/cfx-iconsXLarge/Heart.js +5 -5
  76. package/dist/components/Icons/cfx-iconsXLarge/HeartFilled.js +2 -2
  77. package/dist/components/Icons/cfx-iconsXLarge/LeftArrow.js +2 -2
  78. package/dist/components/Icons/cfx-iconsXLarge/LeftChevron.js +2 -2
  79. package/dist/components/Icons/cfx-iconsXLarge/MoreInfo.js +4 -4
  80. package/dist/components/Icons/cfx-iconsXLarge/Play.js +5 -5
  81. package/dist/components/Icons/cfx-iconsXLarge/Plus.js +2 -2
  82. package/dist/components/Icons/cfx-iconsXLarge/Refresh.js +3 -3
  83. package/dist/components/Icons/cfx-iconsXLarge/Search.js +2 -2
  84. package/dist/components/Icons/cfx-iconsXLarge/ServerList.js +2 -2
  85. package/dist/components/Icons/cfx-iconsXLarge/ServerReconnect.js +7 -7
  86. package/dist/components/Icons/cfx-iconsXLarge/Square.js +3 -3
  87. package/dist/components/Icons/cfx-iconsXLarge/SquareFilled.js +4 -4
  88. package/dist/components/Icons/cfx-iconsXLarge/Trash.js +2 -2
  89. package/dist/components/Icons/cfx-iconsXLarge/Undo.js +4 -4
  90. package/dist/components/Icons/cfx-iconsXLarge/User.js +5 -5
  91. package/dist/components/Icons/cfx-iconsXLarge/Users.js +3 -3
  92. package/dist/components/Icons/cfx-iconsXLarge/Verified.js +4 -4
  93. package/dist/components/Icons/cfx-iconsXLarge/VisibilityOff.js +2 -2
  94. package/dist/components/Icons/cfx-iconsXLarge/Warning.js +2 -2
  95. package/dist/components/Icons/index.js +2 -2
  96. package/dist/components/InfoPanel/InfoPanelShowcase.js +9 -9
  97. package/dist/components/Input/InputShowcase.js +19 -19
  98. package/dist/components/Input/RichInput.js +1 -1
  99. package/dist/components/InputDropzone/InputDropzone.js +340 -304
  100. package/dist/components/Link/LinkShowcase.js +5 -5
  101. package/dist/components/Logos/LogosShowcase.js +2 -2
  102. package/dist/components/Logos/cfx/Icon.js +7 -7
  103. package/dist/components/Logos/cfx/Logo.js +3 -3
  104. package/dist/components/Logos/cfx/Wordmark.js +2 -2
  105. package/dist/components/Logos/discord/Icon.js +5 -5
  106. package/dist/components/Logos/fivem/Icon.js +2 -2
  107. package/dist/components/Logos/fivem/WhiteLogo.js +2 -2
  108. package/dist/components/Logos/github/Icon.js +7 -7
  109. package/dist/components/Logos/google/Icon.js +6 -6
  110. package/dist/components/Logos/google/Wordmark.js +3 -3
  111. package/dist/components/Logos/index.js +7 -7
  112. package/dist/components/Logos/patreon/Icon.js +7 -7
  113. package/dist/components/Logos/patreon/Wordmark.js +5 -5
  114. package/dist/components/Logos/redm/CompositeLogo.js +2 -2
  115. package/dist/components/Logos/rockstar/Icon.js +2 -2
  116. package/dist/components/Logos/tebex/Icon.js +7 -7
  117. package/dist/components/Logos/tebex/Wordmark.js +2 -2
  118. package/dist/components/Logos/x/Icon.js +3 -3
  119. package/dist/components/Modal/Modal.js +1 -1
  120. package/dist/components/Modal/ModalShowcase.js +3 -3
  121. package/dist/components/OnScreenSensor.js +1 -1
  122. package/dist/components/Overlay/Overlay.js +1 -1
  123. package/dist/components/Popover/PopoverShowcase.js +6 -6
  124. package/dist/components/Prose/Prose.js +3 -3
  125. package/dist/components/Range/Range.js +1 -1
  126. package/dist/components/Scrollable/ScrollableShowcase.js +2 -2
  127. package/dist/components/Select/Select.js +109 -109
  128. package/dist/components/Select/SelectShowcase.js +21 -21
  129. package/dist/components/Skeleton/SkeletonShowcase.js +4 -4
  130. package/dist/components/Slider/Slider.js +1 -1
  131. package/dist/components/Switch/Switch.js +14 -14
  132. package/dist/components/TableResponsiveText/TableResponsiveText.js +2 -2
  133. package/dist/components/Tabular/TabularShowcase.js +12 -12
  134. package/dist/{index-CfQtbUfi.js → index-8cuIcSMB.js} +5 -5
  135. package/dist/index-BcJ929FX.js +20 -0
  136. package/dist/{index-kbBuAY0m.js → index-BcnrbBqR.js} +2 -2
  137. package/dist/{index-BgyFvlVL.js → index-Bg26abkD.js} +2 -2
  138. package/dist/{index-9LBuZ7x4.js → index-BzirdFxK.js} +5 -5
  139. package/dist/{index-Cl_RnsqN.js → index-CUyjBl1Y.js} +2 -2
  140. package/dist/index-CZVyC53C.js +20 -0
  141. package/dist/{index-DwfZyjnS.js → index-CaQzR2YA.js} +2 -2
  142. package/dist/{index-D5SMGei3.js → index-CzUzkeQx.js} +9 -9
  143. package/dist/{index-Cy4ZbWBL.js → index-DqqOUOlj.js} +2 -2
  144. package/dist/{index-3ctv5u9o.js → index-DwdZ_SPo.js} +2 -2
  145. package/dist/{index-Bj7QGXdt.js → index-DxFgF-nY.js} +2 -2
  146. package/dist/main.d.ts +11 -2
  147. package/dist/main.js +279 -257
  148. package/dist/utils/contexts/AnalyticsContext/AnalyticsContext.d.ts +12 -0
  149. package/dist/utils/contexts/AnalyticsContext/AnalyticsContext.js +9 -0
  150. package/dist/utils/contexts/AnalyticsContext/AnalyticsProvider.d.ts +9 -0
  151. package/dist/utils/contexts/AnalyticsContext/AnalyticsProvider.js +33 -0
  152. package/dist/utils/contexts/AnalyticsContext/index.d.ts +6 -0
  153. package/dist/utils/contexts/AnalyticsContext/index.js +10 -0
  154. package/dist/utils/contexts/AnalyticsContext/useAnalytics.d.ts +1 -0
  155. package/dist/utils/contexts/AnalyticsContext/useAnalytics.js +8 -0
  156. package/dist/utils/contexts/AnalyticsContext/useSiteLinkClick.d.ts +7 -0
  157. package/dist/utils/contexts/AnalyticsContext/useSiteLinkClick.js +22 -0
  158. package/dist/utils/contexts/MediaQueryContext/MediaQueryContext.d.ts +11 -0
  159. package/dist/utils/contexts/MediaQueryContext/MediaQueryContext.js +11 -0
  160. package/dist/utils/contexts/MediaQueryContext/MediaQueryContextProvider.d.ts +6 -0
  161. package/dist/utils/contexts/MediaQueryContext/MediaQueryContextProvider.js +38 -0
  162. package/dist/utils/contexts/MediaQueryContext/index.d.ts +4 -0
  163. package/dist/utils/contexts/MediaQueryContext/index.js +8 -0
  164. package/dist/utils/contexts/MediaQueryContext/useMediaQuery.d.ts +2 -0
  165. package/dist/utils/contexts/MediaQueryContext/useMediaQuery.js +8 -0
  166. package/dist/utils/contexts/StoreContext/StoreContext.d.ts +15 -0
  167. package/dist/utils/contexts/StoreContext/StoreContext.js +21 -0
  168. package/dist/utils/contexts/StoreContext/index.d.ts +2 -0
  169. package/dist/utils/contexts/StoreContext/index.js +4 -0
  170. package/dist/utils/formatBytes.d.ts +1 -0
  171. package/dist/utils/formatBytes.js +12 -0
  172. package/dist/utils/hooks/useCarousel.d.ts +11 -0
  173. package/dist/utils/hooks/useCarousel.js +1276 -0
  174. package/dist/utils/hooks/useOutlet.js +1 -1
  175. package/dist/utils/truncateWithEllipsis.d.ts +1 -0
  176. package/dist/utils/truncateWithEllipsis.js +6 -0
  177. package/package.json +2 -1
  178. package/dist/Combination-CcTTSYNP.js +0 -2209
  179. package/dist/assets/css/CountryFlag.css +0 -1
  180. package/dist/cfxIcons-0xD_EEXT.js +0 -110
  181. package/dist/cfxIconsXLarge-D0vz6Yd_.js +0 -110
  182. package/dist/components/CountryFlag/CountryFlag.d.ts +0 -12
  183. package/dist/components/CountryFlag/CountryFlag.js +0 -25
  184. package/dist/components/CountryFlag/index.d.ts +0 -2
  185. package/dist/components/CountryFlag/index.js +0 -4
  186. package/dist/index-B_NGoq0d.js +0 -20
  187. package/dist/index-Cn_D8a9-.js +0 -20
@@ -1,11 +1,11 @@
1
- import { jsx as c } from "react/jsx-runtime";
2
- import e from "react";
3
- import { clsx as n } from "../../utils/clsx.js";
4
- const a = "cfxui__ControlBox__root__6a08c", i = "cfxui__ControlBox__small__8beb2", x = "cfxui__ControlBox__medium__628cd", u = "cfxui__ControlBox__large__1039d", o = {
5
- root: a,
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: x,
8
- large: u
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 = n(o.root, r, o[_]);
17
- return /* @__PURE__ */ c("div", { ref: m, className: s, children: l });
16
+ } = t, s = a(o.root, r, o[_]);
17
+ return /* @__PURE__ */ e("div", { ref: m, className: s, children: l });
18
18
  }
19
- const p = e.memo(f);
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", N = "cfxui__Decorate__decorator__db06a", a = {
4
+ const i = "cfxui__Decorate__root__8f2af", u = "cfxui__Decorate__decorator__db06a", a = {
5
5
  root: i,
6
- decorator: N
6
+ decorator: u
7
7
  };
8
- function u(e) {
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(u);
21
+ const C = f.memo(N);
22
22
  export {
23
- u as Decorate,
23
+ N as Decorate,
24
24
  C as default
25
25
  };
@@ -1,5 +1,5 @@
1
1
  import "react/jsx-runtime";
2
- import { D as a } from "../../DropdownContent-BTzahw95.js";
2
+ import { D as a } from "../../DropdownContent-DCqFWnzj.js";
3
3
  import "react";
4
4
  import "../../utils/clsx.js";
5
5
  import "../../utils/ui/ui.js";
@@ -1,4 +1,4 @@
1
- import { D as r } from "../../DropdownContent-BTzahw95.js";
1
+ import { D as r } from "../../DropdownContent-DCqFWnzj.js";
2
2
  export {
3
3
  r as DropdownContent
4
4
  };
@@ -1,31 +1,31 @@
1
- import { jsxs as d, jsx as o } from "react/jsx-runtime";
2
- import { R as m, T as c, D as p } from "../../DropdownContent-BTzahw95.js";
3
- import f from "react";
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: r,
7
- onSelect: e,
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
- ...i
12
+ ...d
13
13
  } = t;
14
- return /* @__PURE__ */ d(m, { dir: a, children: [
14
+ return /* @__PURE__ */ i(m, { dir: a, children: [
15
15
  /* @__PURE__ */ o(c, { asChild: !0, children: l }),
16
16
  /* @__PURE__ */ o(
17
- p,
17
+ f,
18
18
  {
19
- options: r,
19
+ options: e,
20
20
  fullWidth: s,
21
- onSelect: e,
21
+ onSelect: r,
22
22
  className: n,
23
- ...i
23
+ ...d
24
24
  }
25
25
  )
26
26
  ] });
27
27
  }
28
- const x = f.memo(u);
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-BTzahw95.js";
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 d() {
22
- const [c, i] = r.useState(void 0), [n, s] = r.useState(void 0);
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: s
44
+ onChange: d
45
45
  }
46
46
  ) })
47
47
  ] })
48
48
  ] });
49
49
  }
50
- const g = r.memo(d);
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 x = "cfxui__FlexShowcase__box__d5286", o = {
5
- box: x
4
+ const t = "cfxui__FlexShowcase__box__d5286", o = {
5
+ box: t
6
6
  };
7
- function t(a) {
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(t);
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-N-vN9BB-.js";
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 i() {
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 d = n.memo(i);
25
+ const c = n.memo(u);
26
26
  export {
27
- d as default
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-Cl_RnsqN.js";
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-0xD_EEXT.js";
4
- import { I as _ } from "../../cfxIconsXLarge-D0vz6Yd_.js";
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-0xD_EEXT.js";
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";
@@ -20,7 +20,7 @@ function t(r) {
20
20
  }
21
21
  );
22
22
  }
23
- const s = e.memo(t);
23
+ const l = e.memo(t);
24
24
  export {
25
- s as default
25
+ l as default
26
26
  };
@@ -1,6 +1,6 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
- import C from "react";
3
- function t(r) {
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 = C.memo(t);
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 n(r) {
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(n);
23
+ const i = e.memo(t);
24
24
  export {
25
25
  i as default
26
26
  };
@@ -1,14 +1,14 @@
1
- import { jsx as C } from "react/jsx-runtime";
1
+ import { jsx as t } from "react/jsx-runtime";
2
2
  import r from "react";
3
- function o(t) {
4
- return /* @__PURE__ */ C(
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
- ...t,
11
- children: /* @__PURE__ */ C(
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(o);
20
+ const i = r.memo(e);
21
21
  export {
22
22
  i as default
23
23
  };
@@ -18,7 +18,7 @@ function C(t) {
18
18
  }
19
19
  );
20
20
  }
21
- const n = o.memo(C);
21
+ const a = o.memo(C);
22
22
  export {
23
- n as default
23
+ a as default
24
24
  };
@@ -18,7 +18,7 @@ function o(t) {
18
18
  }
19
19
  );
20
20
  }
21
- const n = e.memo(o);
21
+ const i = e.memo(o);
22
22
  export {
23
- n as default
23
+ i as default
24
24
  };
@@ -20,7 +20,7 @@ function e(o) {
20
20
  }
21
21
  );
22
22
  }
23
- const i = t.memo(e);
23
+ const f = t.memo(e);
24
24
  export {
25
- i as default
25
+ f as default
26
26
  };
@@ -20,7 +20,7 @@ function t(r) {
20
20
  }
21
21
  );
22
22
  }
23
- const i = e.memo(t);
23
+ const f = e.memo(t);
24
24
  export {
25
- i as default
25
+ f as default
26
26
  };
@@ -1,6 +1,6 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
- import C from "react";
3
- function e(r) {
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 i = C.memo(e);
23
+ const f = e.memo(t);
24
24
  export {
25
- i as default
25
+ f as default
26
26
  };
@@ -1,13 +1,13 @@
1
1
  import { jsx as e } from "react/jsx-runtime";
2
- import l from "react";
3
- function o(C) {
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
- ...C,
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 n = l.memo(o);
22
+ const d = C.memo(o);
23
23
  export {
24
- n as default
24
+ d as default
25
25
  };
@@ -20,7 +20,7 @@ function e(r) {
20
20
  }
21
21
  );
22
22
  }
23
- const l = t.memo(e);
23
+ const s = t.memo(e);
24
24
  export {
25
- l as default
25
+ s as default
26
26
  };
@@ -1,6 +1,6 @@
1
1
  import { jsx as C } from "react/jsx-runtime";
2
- import o from "react";
3
- function e(r) {
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 = o.memo(e);
23
+ const s = e.memo(o);
24
24
  export {
25
25
  s as default
26
26
  };
@@ -20,7 +20,7 @@ function t(o) {
20
20
  }
21
21
  );
22
22
  }
23
- const c = e.memo(t);
23
+ const a = e.memo(t);
24
24
  export {
25
- c as default
25
+ a as default
26
26
  };
@@ -18,7 +18,7 @@ function e(r) {
18
18
  }
19
19
  );
20
20
  }
21
- const i = t.memo(e);
21
+ const s = t.memo(e);
22
22
  export {
23
- i as default
23
+ s as default
24
24
  };
@@ -1,14 +1,14 @@
1
- import { jsx as r } from "react/jsx-runtime";
2
- import e from "react";
3
- function o(C) {
4
- return /* @__PURE__ */ r(
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
- ...C,
11
- children: /* @__PURE__ */ r(
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 = e.memo(o);
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 o from "react";
3
- function e(t) {
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 = o.memo(e);
20
+ const l = e.memo(o);
21
21
  export {
22
22
  l as default
23
23
  };
@@ -1,13 +1,13 @@
1
- import { jsx as r } from "react/jsx-runtime";
1
+ import { jsx as e } from "react/jsx-runtime";
2
2
  import t from "react";
3
- function o(e) {
4
- return /* @__PURE__ */ r(
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
- ...e,
10
- children: /* @__PURE__ */ r(
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 a = t.memo(o);
20
+ const i = t.memo(l);
21
21
  export {
22
- a as default
22
+ i as default
23
23
  };
@@ -17,7 +17,7 @@ function o(r) {
17
17
  }
18
18
  );
19
19
  }
20
- const e = t.memo(o);
20
+ const H = t.memo(o);
21
21
  export {
22
- e as default
22
+ H 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 C(r) {
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 i = t.memo(C);
23
+ const d = t.memo(e);
24
24
  export {
25
- i as default
25
+ d as default
26
26
  };
@@ -1,13 +1,13 @@
1
1
  import { jsx as r } from "react/jsx-runtime";
2
- import o from "react";
3
- function t(C) {
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
- ...C,
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 l = o.memo(t);
21
+ const s = C.memo(o);
22
22
  export {
23
- l as default
23
+ s as default
24
24
  };
@@ -1,6 +1,6 @@
1
1
  import { jsx as C } from "react/jsx-runtime";
2
- import o from "react";
3
- function t(r) {
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 = o.memo(t);
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 e from "react";
3
- function t(r) {
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
- ...r,
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 = e.memo(t);
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 n(C) {
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(n);
23
+ const i = o.memo(t);
24
24
  export {
25
25
  i as default
26
26
  };