@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.
Files changed (189) 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/styles-scss/_ui.scss +186 -6
  149. package/dist/styles-scss/tokens.scss +12 -135
  150. package/dist/utils/contexts/AnalyticsContext/AnalyticsContext.d.ts +12 -0
  151. package/dist/utils/contexts/AnalyticsContext/AnalyticsContext.js +9 -0
  152. package/dist/utils/contexts/AnalyticsContext/AnalyticsProvider.d.ts +9 -0
  153. package/dist/utils/contexts/AnalyticsContext/AnalyticsProvider.js +33 -0
  154. package/dist/utils/contexts/AnalyticsContext/index.d.ts +6 -0
  155. package/dist/utils/contexts/AnalyticsContext/index.js +10 -0
  156. package/dist/utils/contexts/AnalyticsContext/useAnalytics.d.ts +1 -0
  157. package/dist/utils/contexts/AnalyticsContext/useAnalytics.js +8 -0
  158. package/dist/utils/contexts/AnalyticsContext/useSiteLinkClick.d.ts +7 -0
  159. package/dist/utils/contexts/AnalyticsContext/useSiteLinkClick.js +22 -0
  160. package/dist/utils/contexts/MediaQueryContext/MediaQueryContext.d.ts +11 -0
  161. package/dist/utils/contexts/MediaQueryContext/MediaQueryContext.js +11 -0
  162. package/dist/utils/contexts/MediaQueryContext/MediaQueryContextProvider.d.ts +6 -0
  163. package/dist/utils/contexts/MediaQueryContext/MediaQueryContextProvider.js +38 -0
  164. package/dist/utils/contexts/MediaQueryContext/index.d.ts +4 -0
  165. package/dist/utils/contexts/MediaQueryContext/index.js +8 -0
  166. package/dist/utils/contexts/MediaQueryContext/useMediaQuery.d.ts +2 -0
  167. package/dist/utils/contexts/MediaQueryContext/useMediaQuery.js +8 -0
  168. package/dist/utils/contexts/StoreContext/StoreContext.d.ts +15 -0
  169. package/dist/utils/contexts/StoreContext/StoreContext.js +21 -0
  170. package/dist/utils/contexts/StoreContext/index.d.ts +2 -0
  171. package/dist/utils/contexts/StoreContext/index.js +4 -0
  172. package/dist/utils/formatBytes.d.ts +1 -0
  173. package/dist/utils/formatBytes.js +12 -0
  174. package/dist/utils/hooks/useCarousel.d.ts +11 -0
  175. package/dist/utils/hooks/useCarousel.js +1276 -0
  176. package/dist/utils/hooks/useOutlet.js +1 -1
  177. package/dist/utils/truncateWithEllipsis.d.ts +1 -0
  178. package/dist/utils/truncateWithEllipsis.js +6 -0
  179. package/package.json +4 -3
  180. package/dist/Combination-CcTTSYNP.js +0 -2209
  181. package/dist/assets/css/CountryFlag.css +0 -1
  182. package/dist/cfxIcons-0xD_EEXT.js +0 -110
  183. package/dist/cfxIconsXLarge-D0vz6Yd_.js +0 -110
  184. package/dist/components/CountryFlag/CountryFlag.d.ts +0 -12
  185. package/dist/components/CountryFlag/CountryFlag.js +0 -25
  186. package/dist/components/CountryFlag/index.d.ts +0 -2
  187. package/dist/components/CountryFlag/index.js +0 -4
  188. package/dist/index-B_NGoq0d.js +0 -20
  189. 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 t from "react";
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 n from "./ButtonLink.js";
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(n, { children: "Link active" }) }),
29
- /* @__PURE__ */ e("div", { children: /* @__PURE__ */ e(n, { disabled: !0, children: "Link disable" }) })
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 = t.memo(c);
69
+ const f = n.memo(c);
70
70
  export {
71
71
  f as default
72
72
  };
@@ -28,7 +28,7 @@ function h() {
28
28
  ] }, o)) })
29
29
  ] }, r)) });
30
30
  }
31
- const F = d.memo(h);
31
+ const w = d.memo(h);
32
32
  export {
33
- F as default
33
+ w as default
34
34
  };
@@ -1,14 +1,14 @@
1
- import { jsx as o } from "react/jsx-runtime";
1
+ import { jsx as t } from "react/jsx-runtime";
2
2
  import e from "react";
3
- function n(t) {
4
- return /* @__PURE__ */ o(
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
- ...t,
11
- children: /* @__PURE__ */ o(
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 i = e.memo(n);
21
+ const H = e.memo(n);
22
22
  export {
23
- i as default
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 H from "react";
3
- function l(t) {
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 = H.memo(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 o(H) {
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(o);
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 t from "react";
3
- function e(o) {
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
- ...o,
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 i = t.memo(e);
21
+ const r = o.memo(e);
22
22
  export {
23
- i as default
23
+ r as default
24
24
  };
@@ -34,7 +34,7 @@ function o(l) {
34
34
  }
35
35
  );
36
36
  }
37
- const n = H.memo(o);
37
+ const a = H.memo(o);
38
38
  export {
39
- n as default
39
+ a as default
40
40
  };
@@ -18,7 +18,7 @@ function e(o) {
18
18
  }
19
19
  );
20
20
  }
21
- const l = t.memo(e);
21
+ const r = t.memo(e);
22
22
  export {
23
- l as default
23
+ r as default
24
24
  };
@@ -1,15 +1,15 @@
1
- import { jsxs as e, jsx as C } from "react/jsx-runtime";
2
- import i from "react";
3
- function t(l) {
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
- ...l,
10
+ ...C,
11
11
  children: [
12
- /* @__PURE__ */ C("g", { clipPath: "url(#clip0_11661_7309)", children: /* @__PURE__ */ C(
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__ */ C("defs", { children: /* @__PURE__ */ C("clipPath", { id: "clip0_11661_7309", children: /* @__PURE__ */ C("rect", { width: "24.4075", height: "24", fill: "white", transform: "translate(0.592529)" }) }) })
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 = i.memo(t);
26
+ const o = t.memo(i);
27
27
  export {
28
28
  o as default
29
29
  };
@@ -1,13 +1,13 @@
1
- import { jsxs as l, jsx as t } from "react/jsx-runtime";
2
- import e from "react";
3
- function o(i) {
4
- return /* @__PURE__ */ l(
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
- ...i,
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 = e.memo(o);
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 r(i) {
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 e = t.memo(r);
61
+ const h = t.memo(d);
62
62
  export {
63
- e as default
63
+ h as default
64
64
  };
@@ -1,16 +1,16 @@
1
- import { C as o } from "../../index-BgyFvlVL.js";
2
- import { D as r } from "../../index-DwfZyjnS.js";
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-B_NGoq0d.js";
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-kbBuAY0m.js";
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-Cy4ZbWBL.js";
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-Cn_D8a9-.js";
11
+ import { R } from "../../index-CZVyC53C.js";
12
12
  import { R as P } from "../../index-DmiGJpGO.js";
13
- import { T as c } from "../../index-Bj7QGXdt.js";
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 o } from "react/jsx-runtime";
1
+ import { jsx as t } from "react/jsx-runtime";
2
2
  import e from "react";
3
- function n(t) {
4
- return /* @__PURE__ */ o(
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
- ...t,
11
- children: /* @__PURE__ */ o(
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 l = e.memo(n);
21
+ const f = e.memo(n);
22
22
  export {
23
- l as default
23
+ f as default
24
24
  };
@@ -1,7 +1,7 @@
1
- import { jsxs as V, jsx as C } from "react/jsx-runtime";
2
- import o from "react";
3
- function r(H) {
4
- return /* @__PURE__ */ V(
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 = o.memo(r);
30
+ const M = V.memo(o);
31
31
  export {
32
32
  M as default
33
33
  };
@@ -245,7 +245,7 @@ function M(V) {
245
245
  }
246
246
  );
247
247
  }
248
- const i = L.memo(M);
248
+ const t = L.memo(M);
249
249
  export {
250
- i as default
250
+ t as default
251
251
  };
@@ -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 C(t) {
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(C);
30
+ const n = e.memo(l);
31
31
  export {
32
32
  n as default
33
33
  };
@@ -1,14 +1,14 @@
1
- import { jsx as o } from "react/jsx-runtime";
1
+ import { jsx as t } from "react/jsx-runtime";
2
2
  import e from "react";
3
- function n(t) {
4
- return /* @__PURE__ */ o(
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
- ...t,
11
- children: /* @__PURE__ */ o(
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 l = e.memo(n);
21
+ const f = e.memo(n);
22
22
  export {
23
- l as default
23
+ f as default
24
24
  };
@@ -29,7 +29,7 @@ function l(L) {
29
29
  }
30
30
  );
31
31
  }
32
- const r = e.memo(l);
32
+ const t = e.memo(l);
33
33
  export {
34
- r as default
34
+ t as default
35
35
  };
@@ -1,6 +1,6 @@
1
1
  import { jsx as L } from "react/jsx-runtime";
2
2
  import t from "react";
3
- function n(o) {
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 l = t.memo(n);
21
+ const r = t.memo(e);
22
22
  export {
23
- l as default
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-Cl_RnsqN.js";
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-Cl_RnsqN.js";
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 b = i.memo(s);
65
+ const _ = i.memo(s);
66
66
  export {
67
- b as default
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-Cl_RnsqN.js";
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-N-vN9BB-.js";
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-Cl_RnsqN.js";
9
+ import "../../index-CUyjBl1Y.js";
10
10
  import { Popover as l } from "./Popover.js";
11
- const v = "cfxui__PopoverShowcase__popover__432d2", c = {
12
- popover: v
11
+ const u = "cfxui__PopoverShowcase__popover__432d2", v = {
12
+ popover: u
13
13
  };
14
- function u() {
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: c.popover,
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(u);
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 { getTextOpacity as g, DEFAULT_TEXT_COLOR as f, lineHeightResponsiveValueFormatter as _, textSizeResponsiveValueFormatter as h } from "../Text/Text.js";
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 || f,
20
- opacity: g(r)
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-D5SMGei3.js";
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 = {
@@ -107,7 +107,7 @@ function c() {
107
107
  ] })
108
108
  ] });
109
109
  }
110
- const f = d.memo(c);
110
+ const s = d.memo(c);
111
111
  export {
112
- f as default
112
+ s as default
113
113
  };