@cfx-dev/ui-components 4.2.16 → 4.2.18

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 (119) hide show
  1. package/dist/components/Accordion/Accordion.js +25 -25
  2. package/dist/components/DropdownSelect/DropdownSelect.js +802 -1040
  3. package/dist/components/Icons/cfx-icons/Cart.js +1 -1
  4. package/dist/components/Icons/cfx-icons/Close.js +1 -1
  5. package/dist/components/Icons/cfx-icons/Controller.js +1 -1
  6. package/dist/components/Icons/cfx-icons/Copy.js +1 -1
  7. package/dist/components/Icons/cfx-icons/DownArrow.js +1 -1
  8. package/dist/components/Icons/cfx-icons/DownChevron.js +1 -1
  9. package/dist/components/Icons/cfx-icons/Download.js +1 -1
  10. package/dist/components/Icons/cfx-icons/Expand.js +1 -1
  11. package/dist/components/Icons/cfx-icons/ExternalLink.js +1 -1
  12. package/dist/components/Icons/cfx-icons/Heart.js +1 -1
  13. package/dist/components/Icons/cfx-icons/HeartFilled.js +1 -1
  14. package/dist/components/Icons/cfx-icons/Help.js +1 -1
  15. package/dist/components/Icons/cfx-icons/LeftArrow.js +1 -1
  16. package/dist/components/Icons/cfx-icons/LeftChevron.js +1 -1
  17. package/dist/components/Icons/cfx-icons/Map.js +1 -1
  18. package/dist/components/Icons/cfx-icons/Menu.js +1 -1
  19. package/dist/components/Icons/cfx-icons/Minus.js +1 -1
  20. package/dist/components/Icons/cfx-icons/More.js +1 -1
  21. package/dist/components/Icons/cfx-icons/MoreInfo.js +1 -1
  22. package/dist/components/Icons/cfx-icons/Pencil.js +1 -1
  23. package/dist/components/Icons/cfx-icons/Play.js +1 -1
  24. package/dist/components/Icons/cfx-icons/Plus.js +1 -1
  25. package/dist/components/Icons/cfx-icons/Refresh.js +1 -1
  26. package/dist/components/Icons/cfx-icons/RightArrow.js +1 -1
  27. package/dist/components/Icons/cfx-icons/RightChevron.js +1 -1
  28. package/dist/components/Icons/cfx-icons/Search.js +1 -1
  29. package/dist/components/Icons/cfx-icons/Sort.js +1 -1
  30. package/dist/components/Icons/cfx-icons/Square.js +1 -1
  31. package/dist/components/Icons/cfx-icons/SquareCheck.js +1 -1
  32. package/dist/components/Icons/cfx-icons/Stop.js +1 -1
  33. package/dist/components/Icons/cfx-icons/Tick.js +1 -1
  34. package/dist/components/Icons/cfx-icons/Transfer.js +1 -1
  35. package/dist/components/Icons/cfx-icons/Trash.js +1 -1
  36. package/dist/components/Icons/cfx-icons/Undo.js +1 -1
  37. package/dist/components/Icons/cfx-icons/UpArrow.js +1 -1
  38. package/dist/components/Icons/cfx-icons/UpChevron.js +1 -1
  39. package/dist/components/Icons/cfx-icons/Upload.js +1 -1
  40. package/dist/components/Icons/cfx-icons/UpvotesBurst.js +1 -1
  41. package/dist/components/Icons/cfx-icons/UpvotesRecurring.js +1 -1
  42. package/dist/components/Icons/cfx-icons/User.js +1 -1
  43. package/dist/components/Icons/cfx-icons/Users.js +1 -1
  44. package/dist/components/Icons/cfx-icons/Verified.js +1 -1
  45. package/dist/components/Icons/cfx-icons/Visibility.js +1 -1
  46. package/dist/components/Icons/cfx-icons/VisibilityOff.js +1 -1
  47. package/dist/components/Icons/cfx-icons/Warning.js +1 -1
  48. package/dist/components/Icons/cfx-icons-big/Confirm.js +1 -1
  49. package/dist/components/Icons/cfx-icons-big/Like.js +1 -1
  50. package/dist/components/Icons/cfx-icons-big/Subscriptions.js +1 -1
  51. package/dist/components/Icons/cfx-icons-big/Upload.js +1 -1
  52. package/dist/components/Icons/cfx-icons-big/Warning.js +1 -1
  53. package/dist/components/Logos/LogosShowcase.js +30 -427
  54. package/dist/components/Logos/cfx/CompositeLogo.d.ts +1 -1
  55. package/dist/components/Logos/cfx/CompositeLogo.js +12 -80
  56. package/dist/components/Logos/cfx/Icon.d.ts +1 -1
  57. package/dist/components/Logos/cfx/Icon.js +5 -4
  58. package/dist/components/Logos/cfx/Logo.d.ts +1 -1
  59. package/dist/components/Logos/cfx/Logo.js +39 -17
  60. package/dist/components/Logos/cfx/Wordmark.d.ts +1 -1
  61. package/dist/components/Logos/cfx/Wordmark.js +12 -28
  62. package/dist/components/Logos/cfxbazaar/CompositeLogo.d.ts +1 -1
  63. package/dist/components/Logos/cfxbazaar/CompositeLogo.js +7 -6
  64. package/dist/components/Logos/cfxbazaar/Wordmark.d.ts +1 -1
  65. package/dist/components/Logos/cfxbazaar/Wordmark.js +7 -6
  66. package/dist/components/Logos/discord/Icon.d.ts +1 -1
  67. package/dist/components/Logos/discord/Icon.js +5 -4
  68. package/dist/components/Logos/esx/Icon.d.ts +1 -1
  69. package/dist/components/Logos/esx/Icon.js +7 -6
  70. package/dist/components/Logos/fivem/CompositeLogo.d.ts +1 -1
  71. package/dist/components/Logos/fivem/CompositeLogo.js +5 -4
  72. package/dist/components/Logos/fivem/Icon.d.ts +1 -1
  73. package/dist/components/Logos/fivem/Icon.js +7 -6
  74. package/dist/components/Logos/fivem/LockupLandscape.d.ts +1 -1
  75. package/dist/components/Logos/fivem/LockupLandscape.js +7 -6
  76. package/dist/components/Logos/fivem/LockupPortrait.d.ts +1 -1
  77. package/dist/components/Logos/fivem/LockupPortrait.js +5 -4
  78. package/dist/components/Logos/fivem/Logo.d.ts +1 -1
  79. package/dist/components/Logos/fivem/Logo.js +5 -4
  80. package/dist/components/Logos/fivem/Wordmark.d.ts +1 -1
  81. package/dist/components/Logos/fivem/Wordmark.js +7 -6
  82. package/dist/components/Logos/google/Icon.d.ts +1 -1
  83. package/dist/components/Logos/google/Icon.js +7 -6
  84. package/dist/components/Logos/google/Wordmark.d.ts +1 -1
  85. package/dist/components/Logos/google/Wordmark.js +5 -4
  86. package/dist/components/Logos/patreon/Icon.d.ts +1 -1
  87. package/dist/components/Logos/patreon/Icon.js +5 -4
  88. package/dist/components/Logos/patreon/Wordmark.d.ts +1 -1
  89. package/dist/components/Logos/patreon/Wordmark.js +7 -6
  90. package/dist/components/Logos/qbcore/Icon.d.ts +1 -1
  91. package/dist/components/Logos/qbcore/Icon.js +7 -6
  92. package/dist/components/Logos/redemrp/Icon.d.ts +1 -1
  93. package/dist/components/Logos/redemrp/Icon.js +7 -6
  94. package/dist/components/Logos/redm/CompositeLogo.d.ts +1 -1
  95. package/dist/components/Logos/redm/CompositeLogo.js +5 -4
  96. package/dist/components/Logos/redm/Icon.d.ts +1 -1
  97. package/dist/components/Logos/redm/Icon.js +7 -6
  98. package/dist/components/Logos/redm/LockupLandscape.d.ts +1 -1
  99. package/dist/components/Logos/redm/LockupLandscape.js +5 -4
  100. package/dist/components/Logos/redm/LockupPortrait.d.ts +1 -1
  101. package/dist/components/Logos/redm/LockupPortrait.js +5 -4
  102. package/dist/components/Logos/redm/Logo.d.ts +1 -1
  103. package/dist/components/Logos/redm/Logo.js +7 -6
  104. package/dist/components/Logos/redm/Wordmark.d.ts +1 -1
  105. package/dist/components/Logos/redm/Wordmark.js +5 -4
  106. package/dist/components/Logos/rockstar/Icon.d.ts +1 -1
  107. package/dist/components/Logos/rockstar/Icon.js +7 -6
  108. package/dist/components/Logos/tebex/Icon.d.ts +1 -1
  109. package/dist/components/Logos/tebex/Icon.js +5 -4
  110. package/dist/components/Logos/tebex/Wordmark.d.ts +1 -1
  111. package/dist/components/Logos/tebex/Wordmark.js +7 -6
  112. package/dist/components/Logos/vorpcore/Icon.d.ts +1 -1
  113. package/dist/components/Logos/vorpcore/Icon.js +7 -6
  114. package/dist/components/Select/Select.js +1 -1
  115. package/dist/components/Slider/Slider.js +294 -374
  116. package/dist/index-AweK2ufS.js +171 -0
  117. package/dist/{index-DBus3GoO.js → index-Bz27DCHt.js} +2 -2
  118. package/package.json +1 -1
  119. package/dist/index-CjTSD6zB.js +0 -161
@@ -1,49 +1,71 @@
1
- import { jsxs as t, jsx as i } from "react/jsx-runtime";
2
- import l from "react";
3
- function C() {
4
- return /* @__PURE__ */ t(
1
+ import { jsxs as i, jsx as C } from "react/jsx-runtime";
2
+ import H from "react";
3
+ function l(t) {
4
+ return /* @__PURE__ */ i(
5
5
  "svg",
6
6
  {
7
- viewBox: "0 0 224 74",
7
+ viewBox: "0 0 481 110",
8
8
  fill: "none",
9
9
  xmlns: "http://www.w3.org/2000/svg",
10
+ ...t,
10
11
  children: [
11
- /* @__PURE__ */ t("g", { clipPath: "url(#clip0_1099_125)", children: [
12
- /* @__PURE__ */ i(
12
+ /* @__PURE__ */ i("g", { clipPath: "url(#clip0_223_2212)", children: [
13
+ /* @__PURE__ */ C(
13
14
  "path",
14
15
  {
15
16
  fill: "white",
16
- d: "M62.4992 5H50.0201L51.054 17.8535H39.6446L40.6785 5H28.3064L-2 69H35.4908L36.7209 53.7933H53.9599L55.19 69H92.7877L62.4813 5H62.4992ZM37.5944 43.2039L39.2167 23.2017H51.4997L53.122 43.2039H37.5944Z"
17
+ d: "M100.78 5H81.28L82.895 25.085H65.07L66.685 5H47.35L0 105H58.58L60.5 81.24H87.435L89.355 105H148.1L100.75 5H100.78ZM61.865 64.695L64.4 33.44H83.59L86.125 64.695H61.865Z"
17
18
  }
18
19
  ),
19
- /* @__PURE__ */ i(
20
+ /* @__PURE__ */ C(
20
21
  "path",
21
22
  {
22
23
  fill: "white",
23
- d: "M135.77 65C128.5 65 122.548 62.4685 117.93 57.4056C113.312 52.3256 111.002 45.5351 111.002 37C111.002 28.4649 113.312 21.6744 117.93 16.5944C122.548 11.5315 128.483 9 135.77 9C141.397 9 146.272 10.5394 150.411 13.584C154.55 16.6286 157.27 21.2639 158.57 27.4386H152.173C151.01 23.0257 148.991 19.81 146.084 17.8088C143.176 15.8076 139.738 14.7984 135.77 14.7984C130.296 14.7984 125.918 16.7654 122.599 20.6995C119.281 24.6335 117.639 30.0727 117.639 37C117.639 43.9273 119.298 49.3494 122.599 53.3005C125.918 57.2346 130.296 59.2016 135.77 59.2016C139.892 59.2016 143.552 57.9359 146.751 55.4044C149.966 52.8729 151.899 49.1784 152.549 44.3036H158.878C158.228 50.923 155.696 56.0373 151.283 59.6121C146.87 63.204 141.705 65 135.787 65H135.77Z"
24
+ d: "M215.265 98.75C203.905 98.75 194.605 94.795 187.39 86.885C180.175 78.945 176.565 68.335 176.565 55C176.565 41.665 180.175 31.055 187.39 23.115C194.605 15.205 203.88 11.25 215.265 11.25C224.055 11.25 231.675 13.655 238.14 18.41C244.605 23.165 248.855 30.41 250.89 40.06H240.895C239.08 33.165 235.925 28.14 231.38 25.015C226.835 21.89 221.465 20.31 215.265 20.31C206.71 20.31 199.87 23.385 194.685 29.53C189.5 35.675 186.935 44.175 186.935 55C186.935 65.825 189.525 74.295 194.685 80.47C199.87 86.615 206.71 89.69 215.265 89.69C221.705 89.69 227.425 87.71 232.425 83.755C237.45 79.8 240.47 74.025 241.485 66.41H251.375C250.36 76.755 246.405 84.745 239.51 90.33C232.615 95.94 224.545 98.75 215.295 98.75H215.265Z"
24
25
  }
25
26
  ),
26
- /* @__PURE__ */ i(
27
+ /* @__PURE__ */ C(
27
28
  "path",
28
29
  {
29
30
  fill: "white",
30
- d: "M181.37 15.3286C177.915 15.3286 176.17 17.1588 176.17 20.8192V24.9585H184.449V30.2266H176.17V63.7856H170.15V30.2266H163.753V24.9585H170.15V20.9731C170.15 13.7037 173.759 10.0605 180.994 10.0605C182.345 10.0605 183.628 10.1118 184.825 10.2144V15.3286H181.37Z"
31
+ d: "M286.515 21.14C281.115 21.14 278.39 24 278.39 29.72V36.19H291.325V44.42H278.39V96.855H268.985V44.42H258.99V36.19H268.985V29.965C268.985 18.605 274.625 12.915 285.93 12.915C288.04 12.915 290.045 12.995 291.915 13.155V21.145H286.515V21.14Z"
31
32
  }
32
33
  ),
33
- /* @__PURE__ */ i(
34
+ /* @__PURE__ */ C(
34
35
  "path",
35
36
  {
36
37
  fill: "white",
37
- d: "M223.67 24.9585L209.593 43.9273L224.422 63.8027H217.341L215.237 60.8607C212.021 56.2938 208.994 52.0861 206.137 48.2205C201.93 53.8992 198.834 58.124 196.884 60.9462L194.849 63.8027H187.853L202.682 43.9273L188.605 24.9585H195.687L198.697 29.0977C201.656 33.1173 204.17 36.6237 206.223 39.6341C208.789 36.025 211.286 32.5015 213.749 29.0977L216.691 24.9585H223.687H223.67Z"
38
+ d: "M352.61 36.1851L330.615 65.8251L353.785 96.8801H342.72L339.43 92.2851C334.405 85.1501 329.675 78.5751 325.21 72.5351C318.635 81.4101 313.8 88.0101 310.75 92.4201L307.57 96.8851H296.64L319.81 65.8301L297.815 36.1901H308.88L313.585 42.6551C318.21 48.9351 322.135 54.4151 325.345 59.1201C329.355 53.4801 333.255 47.9751 337.105 42.6551L341.7 36.1901H352.63H352.605L352.61 36.1851Z"
39
+ }
40
+ ),
41
+ /* @__PURE__ */ C(
42
+ "path",
43
+ {
44
+ fill: "white",
45
+ d: "M373.885 96.8501H362.02V85.0901H373.885V96.8501Z"
46
+ }
47
+ ),
48
+ /* @__PURE__ */ C(
49
+ "path",
50
+ {
51
+ fill: "white",
52
+ d: "M417.045 35.2501C418.3 35.2501 419.37 35.2751 420.225 35.3551V44.4151H417.875C411.675 44.4151 406.81 45.9401 403.285 49.0101C399.755 52.0551 397.995 56.4951 397.995 62.2951V96.8801H388.585V36.1851H397.51V46.8751C401.65 39.1251 408.175 35.2251 417.02 35.2251L417.045 35.2501Z"
53
+ }
54
+ ),
55
+ /* @__PURE__ */ C(
56
+ "path",
57
+ {
58
+ fill: "white",
59
+ d: "M453.15 98.2699C444.76 98.2699 437.97 95.4099 432.76 89.6899C427.55 83.9699 424.93 76.2449 424.93 66.5199C424.93 56.7949 427.495 49.2799 432.625 43.4799C437.755 37.6799 444.52 34.7649 452.91 34.7649C461.3 34.7649 468.435 37.7849 473.38 43.8249C478.325 49.8649 480.78 57.4299 480.78 66.5149V69.7999H434.68C435.16 76.4549 437.005 81.4499 440.265 84.7399C443.525 88.0249 447.88 89.6849 453.385 89.6849C461.775 89.6849 467.15 85.9149 469.5 78.4049H479.255C477.675 84.3649 474.685 89.1749 470.245 92.8099C465.81 96.4449 460.115 98.2899 453.14 98.2899V98.2649L453.15 98.2699ZM434.925 61.3349H470.685C470.205 56.0949 468.44 51.7649 465.34 48.3999C462.24 45.0299 458.1 43.3499 452.94 43.3499C448.075 43.3499 444.065 44.8749 440.885 47.9449C437.705 50.9899 435.725 55.4799 434.95 61.3599L434.925 61.3349Z"
38
60
  }
39
61
  )
40
62
  ] }),
41
- /* @__PURE__ */ i("defs", { children: /* @__PURE__ */ i("clipPath", { id: "clip0_1099_125", children: /* @__PURE__ */ i("rect", { width: "224.003", height: "74", fill: "white" }) }) })
63
+ /* @__PURE__ */ C("defs", { children: /* @__PURE__ */ C("clipPath", { id: "clip0_223_2212", children: /* @__PURE__ */ C("rect", { width: "480.78", height: "110", fill: "white" }) }) })
42
64
  ]
43
65
  }
44
66
  );
45
67
  }
46
- const h = l.memo(C);
68
+ const L = H.memo(l);
47
69
  export {
48
- h as default
70
+ L as default
49
71
  };
@@ -1,5 +1,5 @@
1
1
  import { default as React } from 'react';
2
2
 
3
- declare function Wordmark(): import("react/jsx-runtime").JSX.Element;
3
+ declare function Wordmark(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
4
  declare const _default: React.MemoExoticComponent<typeof Wordmark>;
5
5
  export default _default;
@@ -1,31 +1,15 @@
1
- import { jsxs as t, jsx as C } from "react/jsx-runtime";
2
- import H from "react";
3
- function o() {
4
- return /* @__PURE__ */ t("svg", { viewBox: "0 0 114 56", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
5
- /* @__PURE__ */ C(
6
- "path",
7
- {
8
- fill: "white",
9
- d: "M24.7673 56C17.4979 56 11.5455 53.4685 6.92731 48.4056C2.3091 43.3256 0 36.5351 0 28C0 19.4649 2.3091 12.6744 6.92731 7.59438C11.5455 2.53146 17.4808 0 24.7673 0C30.3946 0 35.2694 1.5394 39.4087 4.58399C43.548 7.62859 46.2676 12.2639 47.5675 18.4386H41.1704C40.0073 14.0257 37.989 10.81 35.0812 8.8088C32.1735 6.80758 28.7355 5.79841 24.7673 5.79841C19.2938 5.79841 14.9151 7.76542 11.5968 11.6995C8.27856 15.6335 6.63653 21.0727 6.63653 28C6.63653 34.9273 8.29566 40.3494 11.5968 44.3005C14.9151 48.2346 19.2938 50.2016 24.7673 50.2016C28.8894 50.2016 32.5498 48.9359 35.7483 46.4044C38.964 43.8729 40.8968 40.1784 41.5467 35.3036H47.8754C47.2254 41.923 44.6939 47.0373 40.281 50.6121C35.868 54.204 30.7025 56 24.7844 56H24.7673Z"
10
- }
11
- ),
12
- /* @__PURE__ */ C(
13
- "path",
14
- {
15
- fill: "white",
16
- d: "M70.3677 6.32865C66.9126 6.32865 65.168 8.15883 65.168 11.8192V15.9585H73.4465V21.2266H65.168V54.7856H59.1472V21.2266H52.7502V15.9585H59.1472V11.9731C59.1472 4.70373 62.7563 1.06048 69.9914 1.06048C71.3427 1.06048 72.6255 1.11179 73.8228 1.21442V6.32865H70.3677Z"
17
- }
18
- ),
19
- /* @__PURE__ */ C(
20
- "path",
21
- {
22
- fill: "white",
23
- d: "M112.667 15.9585L98.5901 34.9273L113.42 54.8027H106.338L104.235 51.8607C101.019 47.2938 97.9914 43.0861 95.135 39.2205C90.9273 44.8992 87.8314 49.124 85.8815 51.9462L83.8461 54.8027H76.8503L91.6799 34.9273L77.6029 15.9585H84.6842L87.6946 20.0977C90.6536 24.1173 93.168 27.6237 95.2205 30.6341C97.7862 27.025 100.283 23.5015 102.746 20.0977L105.688 15.9585H112.684H112.667Z"
24
- }
25
- )
26
- ] });
1
+ import { jsx as C } from "react/jsx-runtime";
2
+ import V from "react";
3
+ function o(H) {
4
+ return /* @__PURE__ */ C("svg", { viewBox: "0 0 305 89", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...H, children: /* @__PURE__ */ C(
5
+ "path",
6
+ {
7
+ fill: "white",
8
+ d: "M38.8099 88.25C27.4499 88.25 18.1499 84.295 10.9349 76.385C3.71986 68.445 0.109863 57.835 0.109863 44.5C0.109863 31.165 3.71986 20.555 10.9349 12.615C18.1499 4.705 27.4249 0.75 38.8099 0.75C47.5999 0.75 55.2199 3.155 61.6849 7.91C68.1499 12.665 72.3999 19.91 74.4349 29.56H64.4399C62.6249 22.665 59.4699 17.64 54.9249 14.515C50.3799 11.39 45.0099 9.81 38.8099 9.81C30.2549 9.81 23.4149 12.885 18.2299 19.03C13.0449 25.175 10.4799 33.675 10.4799 44.5C10.4799 55.325 13.0699 63.795 18.2299 69.97C23.4149 76.115 30.2549 79.19 38.8099 79.19C45.2499 79.19 50.9699 77.21 55.9699 73.255C60.9949 69.3 64.0149 63.525 65.0299 55.91H74.9199C73.9049 66.255 69.9499 74.245 63.0549 79.83C56.1599 85.44 48.0899 88.25 38.8399 88.25H38.8149H38.8099ZM115.46 10.64V2.65C113.59 2.49 111.585 2.41 109.475 2.41C98.1699 2.41 92.5299 8.1 92.5299 19.46V25.685H82.5349V33.915H92.5299V86.35H101.935V33.915H114.87V25.685H101.935V19.215C101.935 13.495 104.66 10.635 110.06 10.635H115.46V10.64ZM176.18 25.685H165.25L160.655 32.15C156.805 37.47 152.905 42.975 148.895 48.615C145.685 43.91 141.76 38.43 137.135 32.15L132.43 25.685H121.365L143.36 55.325L120.19 86.38H131.12L134.3 81.915C137.345 77.505 142.185 70.905 148.76 62.03C153.225 68.07 157.955 74.645 162.98 81.78L166.27 86.375H177.335L154.165 55.32L176.16 25.68H176.185L176.18 25.685ZM197.425 74.595H185.56V86.355H197.425V74.595ZM240.56 24.725C231.715 24.725 225.195 28.625 221.05 36.375V25.685H212.125V86.38H221.535V51.795C221.535 45.995 223.3 41.56 226.825 38.51C230.35 35.435 235.215 33.915 241.415 33.915H243.765V24.855C242.91 24.775 241.84 24.75 240.585 24.75L240.56 24.725ZM276.695 87.8C283.67 87.8 289.365 85.955 293.8 82.32C298.235 78.685 301.23 73.875 302.81 67.915H293.055C290.705 75.425 285.33 79.195 276.94 79.195C271.435 79.195 267.08 77.54 263.82 74.25C260.56 70.965 258.715 65.965 258.235 59.31H304.335V56.025C304.335 46.94 301.875 39.375 296.935 33.335C291.99 27.295 284.855 24.275 276.465 24.275C268.075 24.275 261.31 27.19 256.18 32.99C251.05 38.79 248.485 46.3 248.485 56.03C248.485 65.76 251.105 73.48 256.315 79.2C261.525 84.92 268.315 87.78 276.705 87.78V87.805L276.695 87.8ZM258.495 50.865C259.27 44.985 261.25 40.495 264.43 37.45C267.61 34.375 271.62 32.855 276.485 32.855C281.645 32.855 285.785 34.54 288.885 37.905C291.985 41.275 293.75 45.6 294.23 50.84H258.47L258.495 50.865Z"
9
+ }
10
+ ) });
27
11
  }
28
- const i = H.memo(o);
12
+ const L = V.memo(o);
29
13
  export {
30
- i as default
14
+ L as default
31
15
  };
@@ -1,5 +1,5 @@
1
1
  import { default as React } from 'react';
2
2
 
3
- declare function CompositeLogo(): import("react/jsx-runtime").JSX.Element;
3
+ declare function CompositeLogo(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
4
  declare const _default: React.MemoExoticComponent<typeof CompositeLogo>;
5
5
  export default _default;
@@ -1,12 +1,13 @@
1
- import { jsxs as H, jsx as C } from "react/jsx-runtime";
2
- import L from "react";
3
- function t() {
4
- return /* @__PURE__ */ H(
1
+ import { jsxs as L, jsx as C } from "react/jsx-runtime";
2
+ import t from "react";
3
+ function i(H) {
4
+ return /* @__PURE__ */ L(
5
5
  "svg",
6
6
  {
7
7
  viewBox: "0 0 542 82",
8
8
  fill: "none",
9
9
  xmlns: "http://www.w3.org/2000/svg",
10
+ ...H,
10
11
  children: [
11
12
  /* @__PURE__ */ C(
12
13
  "path",
@@ -96,7 +97,7 @@ function t() {
96
97
  }
97
98
  );
98
99
  }
99
- const V = L.memo(t);
100
+ const h = t.memo(i);
100
101
  export {
101
- V as default
102
+ h as default
102
103
  };
@@ -1,5 +1,5 @@
1
1
  import { default as React } from 'react';
2
2
 
3
- declare function Wordmark(): import("react/jsx-runtime").JSX.Element;
3
+ declare function Wordmark(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
4
  declare const _default: React.MemoExoticComponent<typeof Wordmark>;
5
5
  export default _default;
@@ -1,12 +1,13 @@
1
- import { jsxs as H, jsx as C } from "react/jsx-runtime";
2
- import t from "react";
3
- function V() {
4
- return /* @__PURE__ */ H(
1
+ import { jsxs as t, jsx as C } from "react/jsx-runtime";
2
+ import V from "react";
3
+ function i(H) {
4
+ return /* @__PURE__ */ t(
5
5
  "svg",
6
6
  {
7
7
  viewBox: "0 0 377 60",
8
8
  fill: "none",
9
9
  xmlns: "http://www.w3.org/2000/svg",
10
+ ...H,
10
11
  children: [
11
12
  /* @__PURE__ */ C(
12
13
  "path",
@@ -75,7 +76,7 @@ function V() {
75
76
  }
76
77
  );
77
78
  }
78
- const h = t.memo(V);
79
+ const L = V.memo(i);
79
80
  export {
80
- h as default
81
+ L as default
81
82
  };
@@ -1,5 +1,5 @@
1
1
  import { default as React } from 'react';
2
2
 
3
- declare function Icon(): import("react/jsx-runtime").JSX.Element;
3
+ declare function Icon(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
4
  declare const _default: React.MemoExoticComponent<typeof Icon>;
5
5
  export default _default;
@@ -1,12 +1,13 @@
1
1
  import { jsx as C } from "react/jsx-runtime";
2
- import o from "react";
3
- function t() {
2
+ import t from "react";
3
+ function e(o) {
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
11
  children: /* @__PURE__ */ C(
11
12
  "path",
12
13
  {
@@ -17,7 +18,7 @@ function t() {
17
18
  }
18
19
  );
19
20
  }
20
- const r = o.memo(t);
21
+ const i = t.memo(e);
21
22
  export {
22
- r as default
23
+ i as default
23
24
  };
@@ -1,5 +1,5 @@
1
1
  import { default as React } from 'react';
2
2
 
3
- declare function Icon(): import("react/jsx-runtime").JSX.Element;
3
+ declare function Icon(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
4
  declare const _default: React.MemoExoticComponent<typeof Icon>;
5
5
  export default _default;
@@ -1,12 +1,13 @@
1
- import { jsxs as i, jsx as t } from "react/jsx-runtime";
2
- import l from "react";
3
- function e() {
4
- return /* @__PURE__ */ i(
1
+ import { jsxs as l, jsx as t } from "react/jsx-runtime";
2
+ import e from "react";
3
+ function r(i) {
4
+ return /* @__PURE__ */ l(
5
5
  "svg",
6
6
  {
7
7
  viewBox: "0 0 166 60",
8
8
  fill: "none",
9
9
  xmlns: "http://www.w3.org/2000/svg",
10
+ ...i,
10
11
  children: [
11
12
  /* @__PURE__ */ t("g", { clipPath: "url(#clip0_360_197)", children: /* @__PURE__ */ t(
12
13
  "path",
@@ -20,7 +21,7 @@ function e() {
20
21
  }
21
22
  );
22
23
  }
23
- const H = l.memo(e);
24
+ const c = e.memo(r);
24
25
  export {
25
- H as default
26
+ c as default
26
27
  };
@@ -1,5 +1,5 @@
1
1
  import { default as React } from 'react';
2
2
 
3
- declare function CompositeLogo(): import("react/jsx-runtime").JSX.Element;
3
+ declare function CompositeLogo(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
4
  declare const _default: React.MemoExoticComponent<typeof CompositeLogo>;
5
5
  export default _default;
@@ -1,12 +1,13 @@
1
1
  import { jsxs as V, jsx as H } from "react/jsx-runtime";
2
- import L from "react";
3
- function C() {
2
+ import C from "react";
3
+ function M(L) {
4
4
  return /* @__PURE__ */ V(
5
5
  "svg",
6
6
  {
7
7
  viewBox: "0 0 398 47",
8
8
  fill: "none",
9
9
  xmlns: "http://www.w3.org/2000/svg",
10
+ ...L,
10
11
  children: [
11
12
  /* @__PURE__ */ V("g", { clipPath: "url(#clip0_329_1528)", children: [
12
13
  /* @__PURE__ */ H(
@@ -92,7 +93,7 @@ function C() {
92
93
  }
93
94
  );
94
95
  }
95
- const l = L.memo(C);
96
+ const t = C.memo(M);
96
97
  export {
97
- l as default
98
+ t as default
98
99
  };
@@ -1,5 +1,5 @@
1
1
  import { default as React } from 'react';
2
2
 
3
- declare function Icon(): import("react/jsx-runtime").JSX.Element;
3
+ declare function Icon(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
4
  declare const _default: React.MemoExoticComponent<typeof Icon>;
5
5
  export default _default;
@@ -1,12 +1,13 @@
1
- import { jsxs as l, jsx as L } from "react/jsx-runtime";
2
- import t from "react";
3
- function H() {
4
- return /* @__PURE__ */ l(
1
+ import { jsxs as t, jsx as L } from "react/jsx-runtime";
2
+ import H from "react";
3
+ function o(l) {
4
+ return /* @__PURE__ */ t(
5
5
  "svg",
6
6
  {
7
7
  viewBox: "0 0 40 44",
8
8
  fill: "none",
9
9
  xmlns: "http://www.w3.org/2000/svg",
10
+ ...l,
10
11
  children: [
11
12
  /* @__PURE__ */ L(
12
13
  "path",
@@ -33,7 +34,7 @@ function H() {
33
34
  }
34
35
  );
35
36
  }
36
- const Z = t.memo(H);
37
+ const n = H.memo(o);
37
38
  export {
38
- Z as default
39
+ n as default
39
40
  };
@@ -1,5 +1,5 @@
1
1
  import { default as React } from 'react';
2
2
 
3
- declare function LockupLandscape(): import("react/jsx-runtime").JSX.Element;
3
+ declare function LockupLandscape(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
4
  declare const _default: React.MemoExoticComponent<typeof LockupLandscape>;
5
5
  export default _default;
@@ -1,12 +1,13 @@
1
- import { jsxs as V, jsx as H } from "react/jsx-runtime";
2
- import L from "react";
3
- function C() {
4
- return /* @__PURE__ */ V(
1
+ import { jsxs as L, jsx as H } from "react/jsx-runtime";
2
+ import C from "react";
3
+ function M(V) {
4
+ return /* @__PURE__ */ L(
5
5
  "svg",
6
6
  {
7
7
  viewBox: "0 0 305 44",
8
8
  fill: "none",
9
9
  xmlns: "http://www.w3.org/2000/svg",
10
+ ...V,
10
11
  children: [
11
12
  /* @__PURE__ */ H(
12
13
  "path",
@@ -75,7 +76,7 @@ function C() {
75
76
  }
76
77
  );
77
78
  }
78
- const l = L.memo(C);
79
+ const a = C.memo(M);
79
80
  export {
80
- l as default
81
+ a as default
81
82
  };
@@ -1,5 +1,5 @@
1
1
  import { default as React } from 'react';
2
2
 
3
- declare function LockupLandscape(): import("react/jsx-runtime").JSX.Element;
3
+ declare function LockupLandscape(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
4
  declare const _default: React.MemoExoticComponent<typeof LockupLandscape>;
5
5
  export default _default;
@@ -1,12 +1,13 @@
1
1
  import { jsxs as V, jsx as H } from "react/jsx-runtime";
2
- import L from "react";
3
- function C() {
2
+ import C from "react";
3
+ function M(L) {
4
4
  return /* @__PURE__ */ V(
5
5
  "svg",
6
6
  {
7
7
  viewBox: "0 0 96 93",
8
8
  fill: "none",
9
9
  xmlns: "http://www.w3.org/2000/svg",
10
+ ...L,
10
11
  children: [
11
12
  /* @__PURE__ */ V("g", { clipPath: "url(#clip0_329_1578)", children: [
12
13
  /* @__PURE__ */ H(
@@ -134,7 +135,7 @@ function C() {
134
135
  }
135
136
  );
136
137
  }
137
- const l = L.memo(C);
138
+ const t = C.memo(M);
138
139
  export {
139
- l as default
140
+ t as default
140
141
  };
@@ -1,5 +1,5 @@
1
1
  import { default as React } from 'react';
2
2
 
3
- declare function Logo(): import("react/jsx-runtime").JSX.Element;
3
+ declare function Logo(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
4
  declare const _default: React.MemoExoticComponent<typeof Logo>;
5
5
  export default _default;
@@ -1,12 +1,13 @@
1
1
  import { jsxs as H, jsx as L } from "react/jsx-runtime";
2
- import V from "react";
3
- function C() {
2
+ import C from "react";
3
+ function M(V) {
4
4
  return /* @__PURE__ */ H(
5
5
  "svg",
6
6
  {
7
7
  viewBox: "0 0 107 45",
8
8
  fill: "none",
9
9
  xmlns: "http://www.w3.org/2000/svg",
10
+ ...V,
10
11
  children: [
11
12
  /* @__PURE__ */ H("g", { clipPath: "url(#clip0_329_1526)", children: [
12
13
  /* @__PURE__ */ L(
@@ -57,7 +58,7 @@ function C() {
57
58
  }
58
59
  );
59
60
  }
60
- const l = V.memo(C);
61
+ const t = C.memo(M);
61
62
  export {
62
- l as default
63
+ t as default
63
64
  };
@@ -1,5 +1,5 @@
1
1
  import { default as React } from 'react';
2
2
 
3
- declare function Wordmark(): import("react/jsx-runtime").JSX.Element;
3
+ declare function Wordmark(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
4
  declare const _default: React.MemoExoticComponent<typeof Wordmark>;
5
5
  export default _default;
@@ -1,12 +1,13 @@
1
- import { jsxs as V, jsx as H } from "react/jsx-runtime";
2
- import L from "react";
3
- function C() {
4
- return /* @__PURE__ */ V(
1
+ import { jsxs as L, jsx as H } from "react/jsx-runtime";
2
+ import C from "react";
3
+ function M(V) {
4
+ return /* @__PURE__ */ L(
5
5
  "svg",
6
6
  {
7
7
  viewBox: "0 0 73 23",
8
8
  fill: "none",
9
9
  xmlns: "http://www.w3.org/2000/svg",
10
+ ...V,
10
11
  children: [
11
12
  /* @__PURE__ */ H(
12
13
  "path",
@@ -33,7 +34,7 @@ function C() {
33
34
  }
34
35
  );
35
36
  }
36
- const l = L.memo(C);
37
+ const t = C.memo(M);
37
38
  export {
38
- l as default
39
+ t as default
39
40
  };
@@ -1,5 +1,5 @@
1
1
  import { default as React } from 'react';
2
2
 
3
- declare function Icon(): import("react/jsx-runtime").JSX.Element;
3
+ declare function Icon(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
4
  declare const _default: React.MemoExoticComponent<typeof Icon>;
5
5
  export default _default;
@@ -1,12 +1,13 @@
1
- import { jsxs as i, jsx as t } from "react/jsx-runtime";
2
- import l from "react";
3
- function e() {
4
- return /* @__PURE__ */ i(
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(
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
11
  children: [
11
12
  /* @__PURE__ */ t(
12
13
  "path",
@@ -40,7 +41,7 @@ function e() {
40
41
  }
41
42
  );
42
43
  }
43
- const h = l.memo(e);
44
+ const n = e.memo(o);
44
45
  export {
45
- h as default
46
+ n as default
46
47
  };
@@ -1,5 +1,5 @@
1
1
  import { default as React } from 'react';
2
2
 
3
- declare function Wordmark(): import("react/jsx-runtime").JSX.Element;
3
+ declare function Wordmark(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
4
  declare const _default: React.MemoExoticComponent<typeof Wordmark>;
5
5
  export default _default;
@@ -1,12 +1,13 @@
1
1
  import { jsxs as l, jsx as C } from "react/jsx-runtime";
2
- import i from "react";
3
- function t() {
2
+ import t from "react";
3
+ function r(i) {
4
4
  return /* @__PURE__ */ l(
5
5
  "svg",
6
6
  {
7
7
  viewBox: "0 0 203 68",
8
8
  fill: "none",
9
9
  xmlns: "http://www.w3.org/2000/svg",
10
+ ...i,
10
11
  children: [
11
12
  /* @__PURE__ */ l("g", { clipPath: "url(#clip0_181_1566)", children: [
12
13
  /* @__PURE__ */ C(
@@ -57,7 +58,7 @@ function t() {
57
58
  }
58
59
  );
59
60
  }
60
- const h = i.memo(t);
61
+ const e = t.memo(r);
61
62
  export {
62
- h as default
63
+ e as default
63
64
  };
@@ -1,5 +1,5 @@
1
1
  import { default as React } from 'react';
2
2
 
3
- declare function Icon(): import("react/jsx-runtime").JSX.Element;
3
+ declare function Icon(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
4
  declare const _default: React.MemoExoticComponent<typeof Icon>;
5
5
  export default _default;
@@ -1,12 +1,13 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
- import t from "react";
3
- function e() {
2
+ import e from "react";
3
+ function n(t) {
4
4
  return /* @__PURE__ */ o(
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,
10
11
  children: /* @__PURE__ */ o(
11
12
  "path",
12
13
  {
@@ -17,7 +18,7 @@ function e() {
17
18
  }
18
19
  );
19
20
  }
20
- const i = t.memo(e);
21
+ const l = e.memo(n);
21
22
  export {
22
- i as default
23
+ l as default
23
24
  };
@@ -1,5 +1,5 @@
1
1
  import { default as React } from 'react';
2
2
 
3
- declare function Wordmark(): import("react/jsx-runtime").JSX.Element;
3
+ declare function Wordmark(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
4
  declare const _default: React.MemoExoticComponent<typeof Wordmark>;
5
5
  export default _default;