@cfx-dev/ui-components 1.0.0 → 2.0.1

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 (486) hide show
  1. package/README.md +1 -1
  2. package/dist/{Combination-Dp_plIQU.js → Combination-BRUj3CHE.js} +42 -43
  3. package/dist/Logos.types-Bdec3F0Q.js +6 -0
  4. package/dist/Rail-rtPENZs2.js +81 -0
  5. package/dist/assets/Accordion.css +1 -0
  6. package/dist/assets/Avatar.css +1 -1
  7. package/dist/assets/Badge.css +1 -1
  8. package/dist/assets/Button.css +1 -1
  9. package/dist/assets/ButtonBar.css +1 -0
  10. package/dist/assets/Checkbox.css +1 -1
  11. package/dist/assets/ClipboardButton.css +1 -0
  12. package/dist/assets/ColorShowcase.css +1 -0
  13. package/dist/assets/ColorVariationsShowcase.css +1 -0
  14. package/dist/assets/ColorsShowcase.css +1 -0
  15. package/dist/assets/ControlHeightShowcase.css +1 -0
  16. package/dist/assets/Dot.css +1 -1
  17. package/dist/assets/Flex.css +1 -1
  18. package/dist/assets/Flyout.css +1 -1
  19. package/dist/assets/IconBig.css +1 -0
  20. package/dist/assets/IconButton.css +1 -0
  21. package/dist/assets/InfoPanel.css +1 -1
  22. package/dist/assets/Input.css +1 -1
  23. package/dist/assets/InputDropzone.css +1 -1
  24. package/dist/assets/Island.css +1 -1
  25. package/dist/assets/ItemPreview.css +1 -1
  26. package/dist/assets/Modal.css +1 -1
  27. package/dist/assets/NavList.css +1 -1
  28. package/dist/assets/OffsetShowcase.css +1 -0
  29. package/dist/assets/Pad.css +1 -1
  30. package/dist/assets/Popover.css +1 -1
  31. package/dist/assets/PopoverShowcase.css +1 -0
  32. package/dist/assets/Prose.css +1 -1
  33. package/dist/assets/QuantShowcase.css +1 -0
  34. package/dist/assets/Radio.css +1 -1
  35. package/dist/assets/Rail.css +1 -1
  36. package/dist/assets/RichInput.css +1 -1
  37. package/dist/assets/Select.css +1 -1
  38. package/dist/assets/Separator.css +1 -1
  39. package/dist/assets/Spacer.css +1 -1
  40. package/dist/assets/Switch.css +1 -1
  41. package/dist/assets/Tabular.css +1 -1
  42. package/dist/assets/Text.css +1 -1
  43. package/dist/assets/TextShowcase.css +1 -0
  44. package/dist/assets/Textarea.css +1 -1
  45. package/dist/assets/Title.css +1 -1
  46. package/dist/assets/ToggleGroup.css +1 -0
  47. package/dist/assets/global.css +1 -1
  48. package/dist/assets/themes.css +1 -1
  49. package/dist/cfxIcons-BlbKR-zU.js +86 -0
  50. package/dist/cfxIconsBig-CNY8zL27.js +14 -0
  51. package/dist/components/Accordion/Accordion.d.ts +26 -0
  52. package/dist/components/Accordion/Accordion.js +120 -0
  53. package/dist/components/Accordion/AccordionShowcase.d.ts +5 -0
  54. package/dist/components/Accordion/AccordionShowcase.js +60 -0
  55. package/dist/components/Accordion/index.d.ts +0 -0
  56. package/dist/components/Accordion/index.js +1 -0
  57. package/dist/components/Avatar/Avatar.d.ts +5 -1
  58. package/dist/components/Avatar/Avatar.js +31 -16
  59. package/dist/components/Avatar/AvatarShowcase.d.ts +5 -0
  60. package/dist/components/Avatar/AvatarShowcase.js +33 -0
  61. package/dist/components/Avatar/index.d.ts +2 -0
  62. package/dist/components/Avatar/index.js +4 -0
  63. package/dist/components/BackdropPortal/BackdropPortal.js +9 -6
  64. package/dist/components/Badge/Badge.d.ts +4 -1
  65. package/dist/components/Badge/Badge.js +23 -13
  66. package/dist/components/Badge/BadgeShowcase.d.ts +5 -0
  67. package/dist/components/Badge/BadgeShowcase.js +56 -0
  68. package/dist/components/Badge/index.d.ts +2 -0
  69. package/dist/components/Badge/index.js +4 -0
  70. package/dist/components/Button/Button.d.ts +4 -6
  71. package/dist/components/Button/Button.js +84 -84
  72. package/dist/components/Button/ButtonBar.d.ts +3 -2
  73. package/dist/components/Button/ButtonBar.js +27 -9
  74. package/dist/components/Button/ButtonShowcase.d.ts +5 -0
  75. package/dist/components/Button/ButtonShowcase.js +89 -0
  76. package/dist/components/Button/index.d.ts +6 -0
  77. package/dist/components/Button/index.js +10 -0
  78. package/dist/components/Checkbox/Checkbox.d.ts +10 -9
  79. package/dist/components/Checkbox/Checkbox.js +249 -37
  80. package/dist/components/Checkbox/index.d.ts +2 -0
  81. package/dist/components/Checkbox/index.js +4 -0
  82. package/dist/components/ClipboardButton/ClipboardButton.d.ts +16 -0
  83. package/dist/components/ClipboardButton/ClipboardButton.js +50 -0
  84. package/dist/components/ClipboardButton/index.d.ts +0 -0
  85. package/dist/components/ClipboardButton/index.js +1 -0
  86. package/dist/components/Dot/Dot.d.ts +5 -2
  87. package/dist/components/Dot/Dot.js +25 -10
  88. package/dist/components/Dot/index.d.ts +2 -0
  89. package/dist/components/Dot/index.js +4 -0
  90. package/dist/components/Flyout/Flyout.js +47 -46
  91. package/dist/components/Icon/Icon.d.ts +7 -6
  92. package/dist/components/Icon/Icon.js +31 -19
  93. package/dist/components/Icon/index.d.ts +3 -0
  94. package/dist/components/Icon/index.js +4 -0
  95. package/dist/components/IconBig/IconBig.d.ts +12 -0
  96. package/dist/components/IconBig/IconBig.js +69 -0
  97. package/dist/components/IconBig/index.d.ts +2 -0
  98. package/dist/components/IconBig/index.js +4 -0
  99. package/dist/components/IconButton/IconButton.d.ts +16 -0
  100. package/dist/components/IconButton/IconButton.js +35 -0
  101. package/dist/components/IconButton/index.d.ts +2 -0
  102. package/dist/components/IconButton/index.js +4 -0
  103. package/dist/components/Icons/Icons.types.d.ts +4 -0
  104. package/dist/components/Icons/Icons.types.js +1 -0
  105. package/dist/components/Icons/IconsShowcase.js +101 -0
  106. package/dist/components/Icons/cfx-icons/Close.d.ts +5 -0
  107. package/dist/components/Icons/cfx-icons/Close.js +27 -0
  108. package/dist/components/Icons/cfx-icons/Controller.d.ts +5 -0
  109. package/dist/components/Icons/cfx-icons/Controller.js +31 -0
  110. package/dist/components/Icons/cfx-icons/Copy.d.ts +5 -0
  111. package/dist/components/Icons/cfx-icons/Copy.js +27 -0
  112. package/dist/components/Icons/cfx-icons/DownArrow.d.ts +5 -0
  113. package/dist/components/Icons/cfx-icons/DownArrow.js +27 -0
  114. package/dist/components/Icons/cfx-icons/DownChevron.d.ts +5 -0
  115. package/dist/components/Icons/cfx-icons/DownChevron.js +27 -0
  116. package/dist/components/Icons/cfx-icons/Download.d.ts +5 -0
  117. package/dist/components/Icons/cfx-icons/Download.js +27 -0
  118. package/dist/components/Icons/cfx-icons/Expand.d.ts +5 -0
  119. package/dist/components/Icons/cfx-icons/Expand.js +26 -0
  120. package/dist/components/Icons/cfx-icons/ExternalLink.d.ts +5 -0
  121. package/dist/components/Icons/cfx-icons/ExternalLink.js +27 -0
  122. package/dist/components/Icons/cfx-icons/Heart.d.ts +5 -0
  123. package/dist/components/Icons/cfx-icons/Heart.js +25 -0
  124. package/dist/components/Icons/cfx-icons/HeartFilled.d.ts +5 -0
  125. package/dist/components/Icons/cfx-icons/HeartFilled.js +25 -0
  126. package/dist/components/Icons/cfx-icons/Help.d.ts +5 -0
  127. package/dist/components/Icons/cfx-icons/Help.js +27 -0
  128. package/dist/components/Icons/cfx-icons/LeftArrow.d.ts +5 -0
  129. package/dist/components/Icons/cfx-icons/LeftArrow.js +27 -0
  130. package/dist/components/Icons/cfx-icons/LeftChevron.d.ts +5 -0
  131. package/dist/components/Icons/cfx-icons/LeftChevron.js +27 -0
  132. package/dist/components/Icons/cfx-icons/Map.d.ts +5 -0
  133. package/dist/components/Icons/cfx-icons/Map.js +39 -0
  134. package/dist/components/Icons/cfx-icons/Menu.d.ts +5 -0
  135. package/dist/components/Icons/cfx-icons/Menu.js +49 -0
  136. package/dist/components/Icons/cfx-icons/Minus.d.ts +5 -0
  137. package/dist/components/Icons/cfx-icons/Minus.js +27 -0
  138. package/dist/components/Icons/cfx-icons/More.d.ts +5 -0
  139. package/dist/components/Icons/cfx-icons/More.js +27 -0
  140. package/dist/components/Icons/cfx-icons/MoreInfo.d.ts +5 -0
  141. package/dist/components/Icons/cfx-icons/MoreInfo.js +27 -0
  142. package/dist/components/Icons/cfx-icons/Pencil.d.ts +5 -0
  143. package/dist/components/Icons/cfx-icons/Pencil.js +25 -0
  144. package/dist/components/Icons/cfx-icons/Play.d.ts +5 -0
  145. package/dist/components/Icons/cfx-icons/Play.js +25 -0
  146. package/dist/components/Icons/cfx-icons/Plus.d.ts +5 -0
  147. package/dist/components/Icons/cfx-icons/Plus.js +27 -0
  148. package/dist/components/Icons/cfx-icons/Refresh.d.ts +5 -0
  149. package/dist/components/Icons/cfx-icons/Refresh.js +27 -0
  150. package/dist/components/Icons/cfx-icons/RightArrow.d.ts +5 -0
  151. package/dist/components/Icons/cfx-icons/RightArrow.js +27 -0
  152. package/dist/components/Icons/cfx-icons/RightChevron.d.ts +5 -0
  153. package/dist/components/Icons/cfx-icons/RightChevron.js +27 -0
  154. package/dist/components/Icons/cfx-icons/Search.d.ts +5 -0
  155. package/dist/components/Icons/cfx-icons/Search.js +27 -0
  156. package/dist/components/Icons/cfx-icons/Sort.d.ts +5 -0
  157. package/dist/components/Icons/cfx-icons/Sort.js +27 -0
  158. package/dist/components/Icons/cfx-icons/Square.d.ts +5 -0
  159. package/dist/components/Icons/cfx-icons/Square.js +18 -0
  160. package/dist/components/Icons/cfx-icons/SquareCheck.d.ts +5 -0
  161. package/dist/components/Icons/cfx-icons/SquareCheck.js +27 -0
  162. package/dist/components/Icons/cfx-icons/Stop.d.ts +5 -0
  163. package/dist/components/Icons/cfx-icons/Stop.js +27 -0
  164. package/dist/components/Icons/cfx-icons/Tick.d.ts +5 -0
  165. package/dist/components/Icons/cfx-icons/Tick.js +27 -0
  166. package/dist/components/Icons/cfx-icons/Transfer.d.ts +5 -0
  167. package/dist/components/Icons/cfx-icons/Transfer.js +27 -0
  168. package/dist/components/Icons/cfx-icons/Trash.d.ts +5 -0
  169. package/dist/components/Icons/cfx-icons/Trash.js +23 -0
  170. package/dist/components/Icons/cfx-icons/Undo.d.ts +5 -0
  171. package/dist/components/Icons/cfx-icons/Undo.js +27 -0
  172. package/dist/components/Icons/cfx-icons/UpArrow.d.ts +5 -0
  173. package/dist/components/Icons/cfx-icons/UpArrow.js +27 -0
  174. package/dist/components/Icons/cfx-icons/UpChevron.d.ts +5 -0
  175. package/dist/components/Icons/cfx-icons/UpChevron.js +27 -0
  176. package/dist/components/Icons/cfx-icons/Upload.d.ts +5 -0
  177. package/dist/components/Icons/cfx-icons/Upload.js +27 -0
  178. package/dist/components/Icons/cfx-icons/Users.d.ts +5 -0
  179. package/dist/components/Icons/cfx-icons/Users.js +43 -0
  180. package/dist/components/Icons/cfx-icons/Visibility.d.ts +5 -0
  181. package/dist/components/Icons/cfx-icons/Visibility.js +23 -0
  182. package/dist/components/Icons/cfx-icons/VisibilityOff.d.ts +5 -0
  183. package/dist/components/Icons/cfx-icons/VisibilityOff.js +23 -0
  184. package/dist/components/Icons/cfx-icons/Warning.d.ts +5 -0
  185. package/dist/components/Icons/cfx-icons/Warning.js +27 -0
  186. package/dist/components/Icons/cfx-icons-big/Like.d.ts +5 -0
  187. package/dist/components/Icons/cfx-icons-big/Like.js +25 -0
  188. package/dist/components/Icons/cfx-icons-big/Subscriptions.d.ts +5 -0
  189. package/dist/components/Icons/cfx-icons-big/Subscriptions.js +33 -0
  190. package/dist/components/Icons/cfx-icons-big/Upload.d.ts +5 -0
  191. package/dist/components/Icons/cfx-icons-big/Upload.js +27 -0
  192. package/dist/components/Icons/cfx-icons-big/Warning.d.ts +5 -0
  193. package/dist/components/Icons/cfx-icons-big/Warning.js +27 -0
  194. package/dist/components/Icons/cfxIcons.d.ts +40 -0
  195. package/dist/components/Icons/cfxIcons.js +82 -0
  196. package/dist/components/Icons/cfxIconsBig.d.ts +4 -0
  197. package/dist/components/Icons/cfxIconsBig.js +10 -0
  198. package/dist/components/Icons/index.d.ts +3 -0
  199. package/dist/components/Icons/index.js +6 -0
  200. package/dist/components/InfoPanel/InfoPanel.d.ts +10 -7
  201. package/dist/components/InfoPanel/InfoPanel.js +50 -28
  202. package/dist/components/InfoPanel/InfoPanelShowcase.d.ts +5 -0
  203. package/dist/components/InfoPanel/InfoPanelShowcase.js +47 -0
  204. package/dist/components/InfoPanel/index.d.ts +2 -0
  205. package/dist/components/InfoPanel/index.js +4 -0
  206. package/dist/components/Input/Input.d.ts +16 -19
  207. package/dist/components/Input/Input.js +73 -81
  208. package/dist/components/Input/InputShowcase.d.ts +5 -0
  209. package/dist/components/Input/InputShowcase.js +90 -0
  210. package/dist/components/Input/RichInput.d.ts +2 -1
  211. package/dist/components/Input/RichInput.js +37 -35
  212. package/dist/components/Input/index.d.ts +4 -0
  213. package/dist/components/Input/index.js +6 -0
  214. package/dist/components/InputDropzone/InputDropzone.d.ts +6 -3
  215. package/dist/components/InputDropzone/InputDropzone.js +260 -259
  216. package/dist/components/InputDropzone/InputDropzoneShowcase.d.ts +5 -0
  217. package/dist/components/InputDropzone/InputDropzoneShowcase.js +27 -0
  218. package/dist/components/InputDropzone/ItemPreview.d.ts +5 -1
  219. package/dist/components/InputDropzone/ItemPreview.js +20 -17
  220. package/dist/components/InputDropzone/index.d.ts +4 -0
  221. package/dist/components/InputDropzone/index.js +6 -0
  222. package/dist/components/Interactive/Interactive.d.ts +1 -0
  223. package/dist/components/Interactive/Interactive.js +10 -9
  224. package/dist/components/Island/Island.js +23 -23
  225. package/dist/components/Layout/Flex/Flex.js +46 -43
  226. package/dist/components/Layout/Pad/Pad.js +29 -26
  227. package/dist/components/Layout/Scrollable/Rail.d.ts +1 -2
  228. package/dist/components/Layout/Scrollable/Rail.js +2 -3
  229. package/dist/components/Layout/Scrollable/Scrollable.js +23 -23
  230. package/dist/components/Layout/Scrollable/ScrollableShowcase.d.ts +5 -0
  231. package/dist/components/Layout/Scrollable/ScrollableShowcase.js +112 -0
  232. package/dist/components/Layout/Scrollable/VirtualScrollable.js +6 -7
  233. package/dist/components/Layout/Scrollable/index.d.ts +6 -0
  234. package/dist/components/Layout/Scrollable/index.js +8 -0
  235. package/dist/components/Logos/Logos.types.d.ts +26 -0
  236. package/dist/components/Logos/Logos.types.js +1 -0
  237. package/dist/components/Logos/LogosShowcase.d.ts +5 -0
  238. package/dist/components/Logos/LogosShowcase.js +430 -0
  239. package/dist/components/Logos/cfx/CompositeLogo.d.ts +5 -0
  240. package/dist/components/Logos/cfx/CompositeLogo.js +91 -0
  241. package/dist/components/Logos/cfx/Icon.d.ts +5 -0
  242. package/dist/components/Logos/cfx/Icon.js +23 -0
  243. package/dist/components/Logos/cfx/Logo.d.ts +5 -0
  244. package/dist/components/Logos/cfx/Logo.js +70 -0
  245. package/dist/components/Logos/cfx/Wordmark.d.ts +5 -0
  246. package/dist/components/Logos/cfx/Wordmark.js +60 -0
  247. package/dist/components/Logos/cfx/index.d.ts +4 -0
  248. package/dist/components/Logos/cfx/index.js +10 -0
  249. package/dist/components/Logos/cfxbazaar/CompositeLogo.d.ts +5 -0
  250. package/dist/components/Logos/cfxbazaar/CompositeLogo.js +102 -0
  251. package/dist/components/Logos/cfxbazaar/Wordmark.d.ts +5 -0
  252. package/dist/components/Logos/cfxbazaar/Wordmark.js +81 -0
  253. package/dist/components/Logos/cfxbazaar/index.d.ts +2 -0
  254. package/dist/components/Logos/cfxbazaar/index.js +6 -0
  255. package/dist/components/Logos/discord/Icon.d.ts +5 -0
  256. package/dist/components/Logos/discord/Icon.js +23 -0
  257. package/dist/components/Logos/discord/index.d.ts +1 -0
  258. package/dist/components/Logos/discord/index.js +4 -0
  259. package/dist/components/Logos/esx/Icon.d.ts +5 -0
  260. package/dist/components/Logos/esx/Icon.js +26 -0
  261. package/dist/components/Logos/esx/index.d.ts +1 -0
  262. package/dist/components/Logos/esx/index.js +4 -0
  263. package/dist/components/Logos/fivem/CompositeLogo.d.ts +5 -0
  264. package/dist/components/Logos/fivem/CompositeLogo.js +98 -0
  265. package/dist/components/Logos/fivem/Icon.d.ts +5 -0
  266. package/dist/components/Logos/fivem/Icon.js +39 -0
  267. package/dist/components/Logos/fivem/LockupLandscape.d.ts +5 -0
  268. package/dist/components/Logos/fivem/LockupLandscape.js +81 -0
  269. package/dist/components/Logos/fivem/LockupPortrait.d.ts +5 -0
  270. package/dist/components/Logos/fivem/LockupPortrait.js +140 -0
  271. package/dist/components/Logos/fivem/Logo.d.ts +5 -0
  272. package/dist/components/Logos/fivem/Logo.js +63 -0
  273. package/dist/components/Logos/fivem/Wordmark.d.ts +5 -0
  274. package/dist/components/Logos/fivem/Wordmark.js +39 -0
  275. package/dist/components/Logos/fivem/index.d.ts +6 -0
  276. package/dist/components/Logos/fivem/index.js +14 -0
  277. package/dist/components/Logos/google/Icon.d.ts +5 -0
  278. package/dist/components/Logos/google/Icon.js +46 -0
  279. package/dist/components/Logos/google/Wordmark.d.ts +5 -0
  280. package/dist/components/Logos/google/Wordmark.js +63 -0
  281. package/dist/components/Logos/google/index.d.ts +2 -0
  282. package/dist/components/Logos/google/index.js +6 -0
  283. package/dist/components/Logos/index.d.ts +29 -0
  284. package/dist/components/Logos/index.js +33 -0
  285. package/dist/components/Logos/patreon/Icon.d.ts +5 -0
  286. package/dist/components/Logos/patreon/Icon.js +23 -0
  287. package/dist/components/Logos/patreon/Wordmark.d.ts +5 -0
  288. package/dist/components/Logos/patreon/Wordmark.js +32 -0
  289. package/dist/components/Logos/patreon/index.d.ts +2 -0
  290. package/dist/components/Logos/patreon/index.js +6 -0
  291. package/dist/components/Logos/qbcore/Icon.d.ts +5 -0
  292. package/dist/components/Logos/qbcore/Icon.js +26 -0
  293. package/dist/components/Logos/qbcore/index.d.ts +1 -0
  294. package/dist/components/Logos/qbcore/index.js +4 -0
  295. package/dist/components/Logos/redemrp/Icon.d.ts +5 -0
  296. package/dist/components/Logos/redemrp/Icon.js +26 -0
  297. package/dist/components/Logos/redemrp/index.d.ts +1 -0
  298. package/dist/components/Logos/redemrp/index.js +4 -0
  299. package/dist/components/Logos/redm/CompositeLogo.d.ts +5 -0
  300. package/dist/components/Logos/redm/CompositeLogo.js +250 -0
  301. package/dist/components/Logos/redm/Icon.d.ts +5 -0
  302. package/dist/components/Logos/redm/Icon.js +88 -0
  303. package/dist/components/Logos/redm/LockupLandscape.d.ts +5 -0
  304. package/dist/components/Logos/redm/LockupLandscape.js +231 -0
  305. package/dist/components/Logos/redm/LockupPortrait.d.ts +5 -0
  306. package/dist/components/Logos/redm/LockupPortrait.js +182 -0
  307. package/dist/components/Logos/redm/Logo.d.ts +5 -0
  308. package/dist/components/Logos/redm/Logo.js +214 -0
  309. package/dist/components/Logos/redm/Wordmark.d.ts +5 -0
  310. package/dist/components/Logos/redm/Wordmark.js +35 -0
  311. package/dist/components/Logos/redm/index.d.ts +6 -0
  312. package/dist/components/Logos/redm/index.js +14 -0
  313. package/dist/components/Logos/rockstar/Icon.d.ts +5 -0
  314. package/dist/components/Logos/rockstar/Icon.js +32 -0
  315. package/dist/components/Logos/rockstar/index.d.ts +1 -0
  316. package/dist/components/Logos/rockstar/index.js +4 -0
  317. package/dist/components/Logos/tebex/Icon.d.ts +5 -0
  318. package/dist/components/Logos/tebex/Icon.js +23 -0
  319. package/dist/components/Logos/tebex/Wordmark.d.ts +5 -0
  320. package/dist/components/Logos/tebex/Wordmark.js +34 -0
  321. package/dist/components/Logos/tebex/index.d.ts +2 -0
  322. package/dist/components/Logos/tebex/index.js +6 -0
  323. package/dist/components/Logos/vorpcore/Icon.d.ts +5 -0
  324. package/dist/components/Logos/vorpcore/Icon.js +26 -0
  325. package/dist/components/Logos/vorpcore/index.d.ts +1 -0
  326. package/dist/components/Logos/vorpcore/index.js +4 -0
  327. package/dist/components/Modal/Modal.d.ts +13 -6
  328. package/dist/components/Modal/Modal.js +75 -34
  329. package/dist/components/Modal/ModalShowcase.d.ts +5 -0
  330. package/dist/components/Modal/ModalShowcase.js +52 -0
  331. package/dist/components/Modal/index.d.ts +2 -0
  332. package/dist/components/Modal/index.js +4 -0
  333. package/dist/components/NavList/NavList.js +5 -5
  334. package/dist/components/OnScreenSensor.js +13 -10
  335. package/dist/components/Overlay/Overlay.js +10 -8
  336. package/dist/components/Popover/Popover.d.ts +5 -3
  337. package/dist/components/Popover/Popover.js +32 -26
  338. package/dist/components/Popover/PopoverShowcase.d.ts +5 -0
  339. package/dist/components/Popover/PopoverShowcase.js +53 -0
  340. package/dist/components/Popover/index.d.ts +2 -0
  341. package/dist/components/Popover/index.js +4 -0
  342. package/dist/components/Prose/Prose.js +1 -1
  343. package/dist/components/Radio/Radio.js +20 -20
  344. package/dist/components/Select/Select.d.ts +5 -3
  345. package/dist/components/Select/Select.js +1997 -2230
  346. package/dist/components/Select/SelectShowcase.d.ts +5 -0
  347. package/dist/components/Select/SelectShowcase.js +121 -0
  348. package/dist/components/Select/index.d.ts +2 -0
  349. package/dist/components/Select/index.js +4 -0
  350. package/dist/components/Separator/Separator.d.ts +2 -0
  351. package/dist/components/Separator/Separator.js +33 -22
  352. package/dist/components/Shroud/Shroud.js +11 -8
  353. package/dist/components/Spacer/Spacer.d.ts +3 -1
  354. package/dist/components/Spacer/Spacer.js +22 -18
  355. package/dist/components/Switch/Switch.d.ts +6 -15
  356. package/dist/components/Switch/Switch.js +119 -62
  357. package/dist/components/Switch/index.d.ts +2 -0
  358. package/dist/components/Switch/index.js +4 -0
  359. package/dist/components/Table/Table.js +41 -35
  360. package/dist/components/Tabular/Tabular.d.ts +20 -15
  361. package/dist/components/Tabular/Tabular.js +84 -54
  362. package/dist/components/Tabular/TabularShowcase.d.ts +5 -0
  363. package/dist/components/Tabular/TabularShowcase.js +47 -0
  364. package/dist/components/Tabular/index.d.ts +2 -0
  365. package/dist/components/Tabular/index.js +4 -0
  366. package/dist/components/Text/BodyShowcase.d.ts +5 -0
  367. package/dist/components/Text/BodyShowcase.js +133 -0
  368. package/dist/components/Text/HeadingShowcase.d.ts +5 -0
  369. package/dist/components/Text/HeadingShowcase.js +101 -0
  370. package/dist/components/Text/Text.d.ts +5 -3
  371. package/dist/components/Text/Text.js +59 -47
  372. package/dist/components/Text/Text.types.d.ts +11 -9
  373. package/dist/components/Text/TextShowcase.d.ts +12 -0
  374. package/dist/components/Text/TextShowcase.js +46 -0
  375. package/dist/components/Text/index.d.ts +2 -0
  376. package/dist/components/Text/index.js +8 -0
  377. package/dist/components/Textarea/Textarea.js +35 -35
  378. package/dist/components/Title/Title.d.ts +6 -2
  379. package/dist/components/Title/Title.js +89 -83
  380. package/dist/components/Title/TitleShowcase.d.ts +5 -0
  381. package/dist/components/Title/TitleShowcase.js +22 -0
  382. package/dist/components/ToggleGroup/ToggleGroup.d.ts +17 -0
  383. package/dist/components/ToggleGroup/ToggleGroup.js +65 -0
  384. package/dist/iconBase-C6DV9qqL.js +60 -0
  385. package/dist/{index-C1KmDBa6.js → index-2hJuj4UN.js} +939 -939
  386. package/dist/index-BCMIaGt2.js +10 -0
  387. package/dist/index-BFDtbr-9.js +8 -0
  388. package/dist/index-BgyFvlVL.js +14 -0
  389. package/dist/index-Bj7QGXdt.js +10 -0
  390. package/dist/index-CjWRnNpt.js +210 -0
  391. package/dist/index-CndZSWbO.js +8 -0
  392. package/dist/index-Cy4ZbWBL.js +8 -0
  393. package/dist/index-D7JPdg13.js +18 -0
  394. package/dist/index-DXAZagKA.js +8 -0
  395. package/dist/index-DmiGJpGO.js +8 -0
  396. package/dist/index-DwfZyjnS.js +8 -0
  397. package/dist/index-Jh-MtE10.js +18 -0
  398. package/dist/index-kbBuAY0m.js +10 -0
  399. package/dist/index-zDYfHjPd.js +10 -0
  400. package/dist/inheritsLoose-CyjgKRgL.js +21 -0
  401. package/dist/main.d.ts +36 -19
  402. package/dist/main.js +166 -148
  403. package/dist/style-guide/Colors/ColorShowcase.d.ts +21 -0
  404. package/dist/style-guide/Colors/ColorShowcase.js +1881 -0
  405. package/dist/style-guide/Colors/ColorVariationsShowcase.d.ts +5 -0
  406. package/dist/style-guide/Colors/ColorVariationsShowcase.js +43 -0
  407. package/dist/style-guide/Colors/ColorsShowcase.d.ts +5 -0
  408. package/dist/style-guide/Colors/ColorsShowcase.js +43 -0
  409. package/dist/style-guide/Layout/ControlHeightShowcase.d.ts +5 -0
  410. package/dist/style-guide/Layout/ControlHeightShowcase.js +27 -0
  411. package/dist/style-guide/Layout/OffsetShowcase.d.ts +5 -0
  412. package/dist/style-guide/Layout/OffsetShowcase.js +32 -0
  413. package/dist/style-guide/Layout/QuantShowcase.d.ts +5 -0
  414. package/dist/style-guide/Layout/QuantShowcase.js +36 -0
  415. package/dist/styles-scss/_typography.scss +52 -0
  416. package/dist/styles-scss/_ui.scss +126 -9
  417. package/dist/styles-scss/assets/fonts/HelveticaNow/HelveticaNowDisplay.ttf +0 -0
  418. package/dist/styles-scss/assets/fonts/HelveticaNow/HelveticaNowDisplay.woff +0 -0
  419. package/dist/styles-scss/assets/fonts/HelveticaNow/HelveticaNowDisplay.woff2 +0 -0
  420. package/dist/styles-scss/assets/fonts/HelveticaNow/HelveticaNowDisplayBold.ttf +0 -0
  421. package/dist/styles-scss/assets/fonts/HelveticaNow/HelveticaNowDisplayBold.woff +0 -0
  422. package/dist/styles-scss/assets/fonts/HelveticaNow/HelveticaNowDisplayBold.woff2 +0 -0
  423. package/dist/styles-scss/assets/fonts/HelveticaNow/HelveticaNowText.ttf +0 -0
  424. package/dist/styles-scss/assets/fonts/HelveticaNow/HelveticaNowText.woff +0 -0
  425. package/dist/styles-scss/assets/fonts/HelveticaNow/HelveticaNowText.woff2 +0 -0
  426. package/dist/styles-scss/assets/fonts/HelveticaNow/HelveticaNowTextBold.ttf +0 -0
  427. package/dist/styles-scss/assets/fonts/HelveticaNow/HelveticaNowTextBold.woff +0 -0
  428. package/dist/styles-scss/assets/fonts/HelveticaNow/HelveticaNowTextBold.woff2 +0 -0
  429. package/dist/styles-scss/assets/fonts/HelveticaNow/HelveticaNowTextIt.ttf +0 -0
  430. package/dist/styles-scss/assets/fonts/HelveticaNow/HelveticaNowTextIt.woff +0 -0
  431. package/dist/styles-scss/assets/fonts/HelveticaNow/HelveticaNowTextIt.woff2 +0 -0
  432. package/dist/styles-scss/global.scss +95 -41
  433. package/dist/styles-scss/themes/theme_cfx.scss +32 -0
  434. package/dist/styles-scss/themes/theme_fivem.scss +32 -0
  435. package/dist/styles-scss/themes/theme_redm.scss +32 -0
  436. package/dist/styles-scss/themes/theme_wireframe.scss +32 -0
  437. package/dist/styles-scss/themes.scss +4 -2
  438. package/dist/styles-scss/tokens.scss +274 -190
  439. package/dist/types/Offset.d.ts +1 -0
  440. package/dist/types/Offset.js +1 -0
  441. package/dist/utils/color.d.ts +9 -0
  442. package/dist/utils/color.js +18 -0
  443. package/dist/utils/hooks/index.d.ts +8 -0
  444. package/dist/utils/hooks/index.js +16 -0
  445. package/dist/utils/hooks/useDynamicRef.d.ts +3 -0
  446. package/dist/utils/hooks/useDynamicRef.js +8 -0
  447. package/dist/utils/hooks/useGlobalKeyboardEvent.d.ts +6 -0
  448. package/dist/utils/hooks/useGlobalKeyboardEvent.js +29 -0
  449. package/dist/utils/hooks/useInstance.d.ts +1 -0
  450. package/dist/utils/hooks/useInstance.js +9 -0
  451. package/dist/utils/hooks/useKeyboardClose.d.ts +4 -0
  452. package/dist/utils/hooks/useKeyboardClose.js +12 -0
  453. package/dist/utils/hooks/useOutlet.d.ts +4 -0
  454. package/dist/utils/hooks/useOutlet.js +26 -0
  455. package/dist/utils/hooks/usePopoverController.d.ts +9 -0
  456. package/dist/utils/hooks/usePopoverController.js +35 -0
  457. package/dist/utils/hooks/useWindowResize.d.ts +1 -0
  458. package/dist/utils/hooks/useWindowResize.js +12 -0
  459. package/dist/utils/loremipsum.d.ts +1 -0
  460. package/dist/utils/loremipsum.js +4 -0
  461. package/dist/utils/random.d.ts +3 -0
  462. package/dist/utils/random.js +14 -0
  463. package/package.json +5 -6
  464. package/dist/Button.module-Z6njvP9Z.js +0 -17
  465. package/dist/Icons-BlBKvJD8.js +0 -104
  466. package/dist/Rail-CCuyJpf6.js +0 -89
  467. package/dist/extends-hS2Bh-Yp.js +0 -12
  468. package/dist/index.esm-BkynlSN6.js +0 -72
  469. package/dist/inheritsLoose-A8WKSWDx.js +0 -11
  470. package/dist/style-guide/Colours/DarkThemeSwatches.d.ts +0 -2
  471. package/dist/style-guide/Colours/DarkThemeSwatches.js +0 -110
  472. package/dist/style-guide/Colours/LightThemeSwatches.d.ts +0 -2
  473. package/dist/style-guide/Colours/LightThemeSwatches.js +0 -105
  474. package/dist/style-guide/Colours/Swatches.d.ts +0 -6
  475. package/dist/style-guide/Colours/Swatches.js +0 -48
  476. package/dist/style-guide/Icons/IconDisplayGrid.js +0 -42
  477. package/dist/style-guide/Icons/Icons.d.ts +0 -38
  478. package/dist/style-guide/Icons/Icons.js +0 -7
  479. package/dist/styles-scss/assets/images/bgpat.png +0 -0
  480. package/dist/styles-scss/assets/images/checkered_dark.svg +0 -7
  481. package/dist/styles-scss/assets/images/checkered_light.svg +0 -7
  482. package/dist/styles-scss/theme_dark.scss +0 -24
  483. package/dist/styles-scss/theme_light.scss +0 -54
  484. package/dist/utils/hooks.d.ts +0 -15
  485. package/dist/utils/hooks.js +0 -79
  486. /package/dist/{style-guide/Icons/IconDisplayGrid.d.ts → components/Icons/IconsShowcase.d.ts} +0 -0
@@ -1,10 +1,9 @@
1
1
  import { jsx as R } from "react/jsx-runtime";
2
2
  import N, { createElement as k, PureComponent as re } from "react";
3
- import { _ as ie } from "../../../extends-hS2Bh-Yp.js";
4
- import { _ as ne } from "../../../inheritsLoose-A8WKSWDx.js";
3
+ import { _ as ie, a as ne } from "../../../inheritsLoose-CyjgKRgL.js";
5
4
  import { clsx as oe } from "../../../utils/clsx.js";
6
5
  import { Scrollable as le } from "./Scrollable.js";
7
- import { s as se } from "../../../Rail-CCuyJpf6.js";
6
+ import { s as se } from "../../../Rail-rtPENZs2.js";
8
7
  function $(r) {
9
8
  if (r === void 0) throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
10
9
  return r;
@@ -77,7 +76,7 @@ process.env.NODE_ENV !== "production" && typeof window < "u" && typeof window.We
77
76
  function pe(r) {
78
77
  var t, i = r.getItemOffset, l = r.getEstimatedTotalSize, a = r.getItemSize, I = r.getOffsetForIndexAndAlignment, m = r.getStartIndexForOffset, v = r.getStopIndexForStartIndex, S = r.initInstanceProps, y = r.shouldResetStyleCacheOnItemSizeChange, g = r.validateProps;
79
78
  return t = /* @__PURE__ */ function(w) {
80
- ne(b, w);
79
+ ie(b, w);
81
80
  function b(p) {
82
81
  var e;
83
82
  return e = w.call(this, p) || this, e._instanceProps = S(e.props, $(e)), e._outerRef = void 0, e._resetIsScrollingTimeoutId = null, e.state = {
@@ -236,7 +235,7 @@ function pe(r) {
236
235
  className: o,
237
236
  onScroll: Z,
238
237
  ref: this._outerRefSetter,
239
- style: ie({
238
+ style: ne({
240
239
  position: "relative",
241
240
  height: u,
242
241
  width: Y,
@@ -378,7 +377,7 @@ function ge() {
378
377
  const Se = N.forwardRef(function(t, i) {
379
378
  return /* @__PURE__ */ R(le, { scrollerRef: i, ...t });
380
379
  });
381
- function _e(r) {
380
+ function Oe(r) {
382
381
  const {
383
382
  className: t,
384
383
  itemCount: i,
@@ -405,5 +404,5 @@ function _e(r) {
405
404
  ) });
406
405
  }
407
406
  export {
408
- _e as VirtualScrollable
407
+ Oe as VirtualScrollable
409
408
  };
@@ -0,0 +1,6 @@
1
+ export { Rail } from './Rail';
2
+ export { Scrollable } from './Scrollable';
3
+ export { VirtualScrollable } from './VirtualScrollable';
4
+ export type { VirtualScrollableProps } from './VirtualScrollable';
5
+ export type { ScrollableProps } from './Scrollable';
6
+ export type { RailProps } from './Rail';
@@ -0,0 +1,8 @@
1
+ import { R as o } from "../../../Rail-rtPENZs2.js";
2
+ import { Scrollable as e } from "./Scrollable.js";
3
+ import { VirtualScrollable as f } from "./VirtualScrollable.js";
4
+ export {
5
+ o as Rail,
6
+ e as Scrollable,
7
+ f as VirtualScrollable
8
+ };
@@ -0,0 +1,26 @@
1
+ import * as Cfx from './cfx';
2
+ import * as CfxBazaar from './cfxbazaar';
3
+ import * as Discord from './discord';
4
+ import * as ESX from './esx';
5
+ import * as FiveM from './fivem';
6
+ import * as Google from './google';
7
+ import * as Patreon from './patreon';
8
+ import * as QBcore from './qbcore';
9
+ import * as RedemRP from './redemrp';
10
+ import * as RedM from './redm';
11
+ import * as Rockstar from './rockstar';
12
+ import * as Tebex from './tebex';
13
+ import * as VorpCore from './vorpcore';
14
+ export type CfxLogoName = keyof typeof Cfx;
15
+ export type FiveMLogoName = keyof typeof FiveM;
16
+ export type RedMLogoName = keyof typeof RedM;
17
+ export type RockstarLogoName = keyof typeof Rockstar;
18
+ export type GoogleLogoName = keyof typeof Google;
19
+ export type PatreonLogoName = keyof typeof Patreon;
20
+ export type TebexLogoName = keyof typeof Tebex;
21
+ export type QBcoreLogoName = keyof typeof QBcore;
22
+ export type ESXLogoName = keyof typeof ESX;
23
+ export type VorpCoreLogoName = keyof typeof VorpCore;
24
+ export type RedemRPLogoName = keyof typeof RedemRP;
25
+ export type DiscordLogoName = keyof typeof Discord;
26
+ export type CfxBazaarLogoName = keyof typeof CfxBazaar;
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+
3
+ declare function LogosShowcase(): import("react/jsx-runtime").JSX.Element;
4
+ declare const _default: React.MemoExoticComponent<typeof LogosShowcase>;
5
+ export default _default;
@@ -0,0 +1,430 @@
1
+ import { jsxs as l, jsx as e } from "react/jsx-runtime";
2
+ import t from "react";
3
+ import { Flex as r } from "../Layout/Flex/Flex.js";
4
+ import { Text as i } from "../Text/Text.js";
5
+ import { Logos as c } from "./index.js";
6
+ function d() {
7
+ return /* @__PURE__ */ l(r, { gap: "xlarge", vertical: !0, children: [
8
+ /* @__PURE__ */ e(i, { underlined: !0, color: "accent", as: "h2", size: "xlarge", children: "Cfx" }),
9
+ /* @__PURE__ */ l(r, { gap: "large", vertical: !0, children: [
10
+ /* @__PURE__ */ l(r, { gap: "normal", vertical: !0, children: [
11
+ /* @__PURE__ */ e(i, { children: "Icon" }),
12
+ /* @__PURE__ */ e(
13
+ "div",
14
+ {
15
+ style: {
16
+ height: "64px",
17
+ width: "91px"
18
+ },
19
+ children: /* @__PURE__ */ e(c.Cfx.Icon, {})
20
+ }
21
+ )
22
+ ] }),
23
+ /* @__PURE__ */ l(r, { gap: "normal", vertical: !0, children: [
24
+ /* @__PURE__ */ e(i, { children: "Wordmark" }),
25
+ /* @__PURE__ */ e(
26
+ "div",
27
+ {
28
+ style: {
29
+ height: "60px",
30
+ width: "224px"
31
+ },
32
+ children: /* @__PURE__ */ e(c.Cfx.Wordmark, {})
33
+ }
34
+ )
35
+ ] }),
36
+ /* @__PURE__ */ l(r, { gap: "normal", vertical: !0, children: [
37
+ /* @__PURE__ */ e(i, { children: "Logo" }),
38
+ /* @__PURE__ */ e(
39
+ "div",
40
+ {
41
+ style: {
42
+ height: "74px",
43
+ width: "335px"
44
+ },
45
+ children: /* @__PURE__ */ e(c.Cfx.Logo, {})
46
+ }
47
+ )
48
+ ] }),
49
+ /* @__PURE__ */ l(r, { gap: "normal", vertical: !0, children: [
50
+ /* @__PURE__ */ e(i, { children: "Composite Logo" }),
51
+ /* @__PURE__ */ e(
52
+ "div",
53
+ {
54
+ style: {
55
+ height: "83px",
56
+ width: "471px"
57
+ },
58
+ children: /* @__PURE__ */ e(c.Cfx.CompositeLogo, {})
59
+ }
60
+ )
61
+ ] })
62
+ ] }),
63
+ /* @__PURE__ */ e(i, { underlined: !0, color: "accent", as: "h2", size: "xlarge", children: "FiveM" }),
64
+ /* @__PURE__ */ l(r, { gap: "large", vertical: !0, children: [
65
+ /* @__PURE__ */ l(r, { gap: "normal", vertical: !0, children: [
66
+ /* @__PURE__ */ e(i, { children: "Icon" }),
67
+ /* @__PURE__ */ e(
68
+ "div",
69
+ {
70
+ style: {
71
+ height: "44px",
72
+ width: "40px"
73
+ },
74
+ children: /* @__PURE__ */ e(c.FiveM.Icon, {})
75
+ }
76
+ )
77
+ ] }),
78
+ /* @__PURE__ */ l(r, { gap: "normal", vertical: !0, children: [
79
+ /* @__PURE__ */ e(i, { children: "Wordmark" }),
80
+ /* @__PURE__ */ e(
81
+ "div",
82
+ {
83
+ style: {
84
+ height: "23px",
85
+ width: "73px"
86
+ },
87
+ children: /* @__PURE__ */ e(c.FiveM.Wordmark, {})
88
+ }
89
+ )
90
+ ] }),
91
+ /* @__PURE__ */ l(r, { gap: "normal", vertical: !0, children: [
92
+ /* @__PURE__ */ e(i, { children: "Logo" }),
93
+ /* @__PURE__ */ e(
94
+ "div",
95
+ {
96
+ style: {
97
+ height: "45px",
98
+ width: "107px"
99
+ },
100
+ children: /* @__PURE__ */ e(c.FiveM.Logo, {})
101
+ }
102
+ )
103
+ ] }),
104
+ /* @__PURE__ */ l(r, { gap: "normal", vertical: !0, children: [
105
+ /* @__PURE__ */ e(i, { children: "Lockup Landscape" }),
106
+ /* @__PURE__ */ e(
107
+ "div",
108
+ {
109
+ style: {
110
+ height: "44px",
111
+ width: "305px"
112
+ },
113
+ children: /* @__PURE__ */ e(c.FiveM.LockupLandscape, {})
114
+ }
115
+ )
116
+ ] }),
117
+ /* @__PURE__ */ l(r, { gap: "normal", vertical: !0, children: [
118
+ /* @__PURE__ */ e(i, { children: "Lockup Portrait" }),
119
+ /* @__PURE__ */ e(
120
+ "div",
121
+ {
122
+ style: {
123
+ height: "96px",
124
+ width: "93px"
125
+ },
126
+ children: /* @__PURE__ */ e(c.FiveM.LockupPortrait, {})
127
+ }
128
+ )
129
+ ] }),
130
+ /* @__PURE__ */ l(r, { gap: "normal", vertical: !0, children: [
131
+ /* @__PURE__ */ e(i, { children: "Composite Logo" }),
132
+ /* @__PURE__ */ e(
133
+ "div",
134
+ {
135
+ style: {
136
+ height: "47px",
137
+ width: "398px"
138
+ },
139
+ children: /* @__PURE__ */ e(c.FiveM.CompositeLogo, {})
140
+ }
141
+ )
142
+ ] })
143
+ ] }),
144
+ /* @__PURE__ */ e(i, { underlined: !0, color: "accent", as: "h2", size: "xlarge", children: "RedM" }),
145
+ /* @__PURE__ */ l(r, { gap: "large", vertical: !0, children: [
146
+ /* @__PURE__ */ l(r, { gap: "normal", vertical: !0, children: [
147
+ /* @__PURE__ */ e(i, { children: "Icon" }),
148
+ /* @__PURE__ */ e(
149
+ "div",
150
+ {
151
+ style: {
152
+ height: "45px",
153
+ width: "29px"
154
+ },
155
+ children: /* @__PURE__ */ e(c.RedM.Icon, {})
156
+ }
157
+ )
158
+ ] }),
159
+ /* @__PURE__ */ l(r, { gap: "normal", vertical: !0, children: [
160
+ /* @__PURE__ */ e(i, { children: "Wordmark" }),
161
+ /* @__PURE__ */ e(
162
+ "div",
163
+ {
164
+ style: {
165
+ height: "33px",
166
+ width: "70px"
167
+ },
168
+ children: /* @__PURE__ */ e(c.RedM.Wordmark, {})
169
+ }
170
+ )
171
+ ] }),
172
+ /* @__PURE__ */ l(r, { gap: "normal", vertical: !0, children: [
173
+ /* @__PURE__ */ e(i, { children: "Logo" }),
174
+ /* @__PURE__ */ e(
175
+ "div",
176
+ {
177
+ style: {
178
+ height: "46px",
179
+ width: "96px"
180
+ },
181
+ children: /* @__PURE__ */ e(c.RedM.Logo, {})
182
+ }
183
+ )
184
+ ] }),
185
+ /* @__PURE__ */ l(r, { gap: "normal", vertical: !0, children: [
186
+ /* @__PURE__ */ e(i, { children: "Lockup Landscape" }),
187
+ /* @__PURE__ */ e(
188
+ "div",
189
+ {
190
+ style: {
191
+ height: "46px",
192
+ width: "206px"
193
+ },
194
+ children: /* @__PURE__ */ e(c.RedM.LockupLandscape, {})
195
+ }
196
+ )
197
+ ] }),
198
+ /* @__PURE__ */ l(r, { gap: "normal", vertical: !0, children: [
199
+ /* @__PURE__ */ e(i, { children: "Lockup Portrait" }),
200
+ /* @__PURE__ */ e(
201
+ "div",
202
+ {
203
+ style: {
204
+ height: "59px",
205
+ width: "114px"
206
+ },
207
+ children: /* @__PURE__ */ e(c.RedM.LockupPortrait, {})
208
+ }
209
+ )
210
+ ] }),
211
+ /* @__PURE__ */ l(r, { gap: "normal", vertical: !0, children: [
212
+ /* @__PURE__ */ e(i, { children: "Composite Logo" }),
213
+ /* @__PURE__ */ e(
214
+ "div",
215
+ {
216
+ style: {
217
+ height: "46px",
218
+ width: "299px"
219
+ },
220
+ children: /* @__PURE__ */ e(c.RedM.CompositeLogo, {})
221
+ }
222
+ )
223
+ ] })
224
+ ] }),
225
+ /* @__PURE__ */ e(i, { underlined: !0, color: "accent", as: "h2", size: "xlarge", children: "Rockstar Games" }),
226
+ /* @__PURE__ */ e(r, { gap: "large", vertical: !0, children: /* @__PURE__ */ l(r, { gap: "normal", vertical: !0, children: [
227
+ /* @__PURE__ */ e(i, { children: "Icon" }),
228
+ /* @__PURE__ */ e(
229
+ "div",
230
+ {
231
+ style: {
232
+ height: "86px",
233
+ width: "84px"
234
+ },
235
+ children: /* @__PURE__ */ e(c.Rockstar.Icon, {})
236
+ }
237
+ )
238
+ ] }) }),
239
+ /* @__PURE__ */ e(i, { underlined: !0, color: "accent", as: "h2", size: "xlarge", children: "Google" }),
240
+ /* @__PURE__ */ l(r, { gap: "large", vertical: !0, children: [
241
+ /* @__PURE__ */ l(r, { gap: "normal", vertical: !0, children: [
242
+ /* @__PURE__ */ e(i, { children: "Icon" }),
243
+ /* @__PURE__ */ e(
244
+ "div",
245
+ {
246
+ style: {
247
+ height: "64px",
248
+ width: "64px"
249
+ },
250
+ children: /* @__PURE__ */ e(c.Google.Icon, {})
251
+ }
252
+ )
253
+ ] }),
254
+ /* @__PURE__ */ l(r, { gap: "normal", vertical: !0, children: [
255
+ /* @__PURE__ */ e(i, { children: "Wordmark" }),
256
+ /* @__PURE__ */ e(
257
+ "div",
258
+ {
259
+ style: {
260
+ height: "68px",
261
+ width: "203px"
262
+ },
263
+ children: /* @__PURE__ */ e(c.Google.Wordmark, {})
264
+ }
265
+ )
266
+ ] })
267
+ ] }),
268
+ /* @__PURE__ */ e(i, { underlined: !0, color: "accent", as: "h2", size: "xlarge", children: "Patreon" }),
269
+ /* @__PURE__ */ l(r, { gap: "large", vertical: !0, children: [
270
+ /* @__PURE__ */ l(r, { gap: "normal", vertical: !0, children: [
271
+ /* @__PURE__ */ e(i, { children: "Icon" }),
272
+ /* @__PURE__ */ e(
273
+ "div",
274
+ {
275
+ style: {
276
+ height: "64px",
277
+ width: "64px"
278
+ },
279
+ children: /* @__PURE__ */ e(c.Patreon.Icon, {})
280
+ }
281
+ )
282
+ ] }),
283
+ /* @__PURE__ */ l(r, { gap: "normal", vertical: !0, children: [
284
+ /* @__PURE__ */ e(i, { children: "Wordmark" }),
285
+ /* @__PURE__ */ e(
286
+ "div",
287
+ {
288
+ style: {
289
+ height: "60px",
290
+ width: "300px"
291
+ },
292
+ children: /* @__PURE__ */ e(c.Patreon.Wordmark, {})
293
+ }
294
+ )
295
+ ] })
296
+ ] }),
297
+ /* @__PURE__ */ e(i, { underlined: !0, color: "accent", as: "h2", size: "xlarge", children: "Tebex" }),
298
+ /* @__PURE__ */ l(r, { gap: "large", vertical: !0, children: [
299
+ /* @__PURE__ */ l(r, { gap: "normal", vertical: !0, children: [
300
+ /* @__PURE__ */ e(i, { children: "Icon" }),
301
+ /* @__PURE__ */ e(
302
+ "div",
303
+ {
304
+ style: {
305
+ height: "64px",
306
+ width: "64px"
307
+ },
308
+ children: /* @__PURE__ */ e(c.Tebex.Icon, {})
309
+ }
310
+ )
311
+ ] }),
312
+ /* @__PURE__ */ l(r, { gap: "normal", vertical: !0, children: [
313
+ /* @__PURE__ */ e(i, { children: "Wordmark" }),
314
+ /* @__PURE__ */ e(
315
+ "div",
316
+ {
317
+ style: {
318
+ height: "84px",
319
+ width: "168px"
320
+ },
321
+ children: /* @__PURE__ */ e(c.Tebex.Wordmark, {})
322
+ }
323
+ )
324
+ ] })
325
+ ] }),
326
+ /* @__PURE__ */ e(i, { underlined: !0, color: "accent", as: "h2", size: "xlarge", children: "QBcore" }),
327
+ /* @__PURE__ */ e(r, { gap: "large", vertical: !0, children: /* @__PURE__ */ l(r, { gap: "normal", vertical: !0, children: [
328
+ /* @__PURE__ */ e(i, { children: "Icon" }),
329
+ /* @__PURE__ */ e(
330
+ "div",
331
+ {
332
+ style: {
333
+ height: "81px",
334
+ width: "88px"
335
+ },
336
+ children: /* @__PURE__ */ e(c.QBcore.Icon, {})
337
+ }
338
+ )
339
+ ] }) }),
340
+ /* @__PURE__ */ e(i, { underlined: !0, color: "accent", as: "h2", size: "xlarge", children: "ESX" }),
341
+ /* @__PURE__ */ e(r, { gap: "large", vertical: !0, children: /* @__PURE__ */ l(r, { gap: "normal", vertical: !0, children: [
342
+ /* @__PURE__ */ e(i, { children: "Icon" }),
343
+ /* @__PURE__ */ e(
344
+ "div",
345
+ {
346
+ style: {
347
+ height: "60px",
348
+ width: "166px"
349
+ },
350
+ children: /* @__PURE__ */ e(c.ESX.Icon, {})
351
+ }
352
+ )
353
+ ] }) }),
354
+ /* @__PURE__ */ e(i, { underlined: !0, color: "accent", as: "h2", size: "xlarge", children: "VorpCore" }),
355
+ /* @__PURE__ */ e(r, { gap: "large", vertical: !0, children: /* @__PURE__ */ l(r, { gap: "normal", vertical: !0, children: [
356
+ /* @__PURE__ */ e(i, { children: "Icon" }),
357
+ /* @__PURE__ */ e(
358
+ "div",
359
+ {
360
+ style: {
361
+ height: "80px",
362
+ width: "134px"
363
+ },
364
+ children: /* @__PURE__ */ e(c.VorpCore.Icon, {})
365
+ }
366
+ )
367
+ ] }) }),
368
+ /* @__PURE__ */ e(i, { underlined: !0, color: "accent", as: "h2", size: "xlarge", children: "Redem:RP" }),
369
+ /* @__PURE__ */ e(r, { gap: "large", vertical: !0, children: /* @__PURE__ */ l(r, { gap: "normal", vertical: !0, children: [
370
+ /* @__PURE__ */ e(i, { children: "Icon" }),
371
+ /* @__PURE__ */ e(
372
+ "div",
373
+ {
374
+ style: {
375
+ height: "45px",
376
+ width: "336px"
377
+ },
378
+ children: /* @__PURE__ */ e(c.RedemRP.Icon, {})
379
+ }
380
+ )
381
+ ] }) }),
382
+ /* @__PURE__ */ e(i, { underlined: !0, color: "accent", as: "h2", size: "xlarge", children: "Discord" }),
383
+ /* @__PURE__ */ e(r, { gap: "large", vertical: !0, children: /* @__PURE__ */ l(r, { gap: "normal", vertical: !0, children: [
384
+ /* @__PURE__ */ e(i, { children: "Icon" }),
385
+ /* @__PURE__ */ e(
386
+ "div",
387
+ {
388
+ style: {
389
+ height: "97px",
390
+ width: "128px"
391
+ },
392
+ children: /* @__PURE__ */ e(c.Discord.Icon, {})
393
+ }
394
+ )
395
+ ] }) }),
396
+ /* @__PURE__ */ e(i, { underlined: !0, color: "accent", as: "h2", size: "xlarge", children: "Cfx Bazaar" }),
397
+ /* @__PURE__ */ l(r, { gap: "large", vertical: !0, children: [
398
+ /* @__PURE__ */ l(r, { gap: "normal", vertical: !0, children: [
399
+ /* @__PURE__ */ e(i, { children: "Wordmark" }),
400
+ /* @__PURE__ */ e(
401
+ "div",
402
+ {
403
+ style: {
404
+ height: "60px",
405
+ width: "377px"
406
+ },
407
+ children: /* @__PURE__ */ e(c.CfxBazaar.Wordmark, {})
408
+ }
409
+ )
410
+ ] }),
411
+ /* @__PURE__ */ l(r, { gap: "normal", vertical: !0, children: [
412
+ /* @__PURE__ */ e(i, { children: "Composite Logo" }),
413
+ /* @__PURE__ */ e(
414
+ "div",
415
+ {
416
+ style: {
417
+ height: "82px",
418
+ width: "542px"
419
+ },
420
+ children: /* @__PURE__ */ e(c.CfxBazaar.CompositeLogo, {})
421
+ }
422
+ )
423
+ ] })
424
+ ] })
425
+ ] });
426
+ }
427
+ const g = t.memo(d);
428
+ export {
429
+ g as default
430
+ };
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+
3
+ declare function CompositeLogo(): import("react/jsx-runtime").JSX.Element;
4
+ declare const _default: React.MemoExoticComponent<typeof CompositeLogo>;
5
+ export default _default;
@@ -0,0 +1,91 @@
1
+ import { jsxs as t, jsx as C } from "react/jsx-runtime";
2
+ import H from "react";
3
+ function L() {
4
+ return /* @__PURE__ */ t(
5
+ "svg",
6
+ {
7
+ viewBox: "0 0 503 83",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ children: [
11
+ /* @__PURE__ */ C(
12
+ "path",
13
+ {
14
+ fill: "white",
15
+ d: "M116 0H120V81H116V0Z"
16
+ }
17
+ ),
18
+ /* @__PURE__ */ C(
19
+ "path",
20
+ {
21
+ fill: "white",
22
+ d: "M12.3016 12L34.082 12.0516C38.6343 12.0172 42.0333 12.7374 44.2775 14.2109C47.0202 16.0172 48.3893 19.1234 48.3893 23.5308C48.3893 30.7877 44.9904 34.8996 38.1924 35.8651V35.967C41.19 36.7059 42.7055 39.1636 42.7389 43.34C42.7389 45.4792 42.6577 48.2195 42.4969 51.5595C42.4969 53.8006 42.975 55.7389 43.9342 57.3745H31.9986C31.4408 56.7762 31.1626 55.5581 31.1626 53.7174C31.3915 50.6413 31.5045 48.1191 31.5045 46.1492C31.5045 42.1707 29.5732 40.1808 25.7121 40.1808H17.9897L14.6212 56.274H3L12.3016 12ZM22.1551 21.2267L19.9239 31.9096H29.1849C34.3616 31.9096 36.9652 29.8867 37 25.8407C37 22.7647 34.905 21.2267 30.7149 21.2267H22.1551Z"
23
+ }
24
+ ),
25
+ /* @__PURE__ */ C(
26
+ "path",
27
+ {
28
+ fill: "white",
29
+ d: "M56.4565 57.4247L54.134 42.5337L45.5163 57.3228L31.9015 57.2812L40.3178 66.2539L33.0968 82L48.5342 72.7217L60.0178 81.6442L57.8937 66.8551L71.1579 57.4247H56.4565ZM57.1505 76.6829L48.6835 70.1133L37.9432 76.5294L42.891 65.8465L36.9073 59.4806H46.7536L52.9387 48.8063L54.6266 59.5825H64.3715L55.5626 65.7963L57.1505 76.6829Z"
30
+ }
31
+ ),
32
+ /* @__PURE__ */ t("g", { clipPath: "url(#clip0_223_2228)", children: [
33
+ /* @__PURE__ */ C(
34
+ "path",
35
+ {
36
+ fill: "white",
37
+ d: "M230.499 9H218.02L219.054 21.8535H207.645L208.679 9H196.306L166 73H203.491L204.721 57.7933H221.96L223.19 73H260.788L230.481 9H230.499ZM205.594 47.2039L207.217 27.2017H219.5L221.122 47.2039H205.594Z"
38
+ }
39
+ ),
40
+ /* @__PURE__ */ C(
41
+ "path",
42
+ {
43
+ fill: "white",
44
+ d: "M303.77 69C296.5 69 290.548 66.4685 285.93 61.4056C281.312 56.3256 279.002 49.5351 279.002 41C279.002 32.4649 281.312 25.6744 285.93 20.5944C290.548 15.5315 296.483 13 303.77 13C309.397 13 314.272 14.5394 318.411 17.584C322.55 20.6286 325.27 25.2639 326.57 31.4386H320.173C319.01 27.0257 316.991 23.81 314.084 21.8088C311.176 19.8076 307.738 18.7984 303.77 18.7984C298.296 18.7984 293.918 20.7654 290.599 24.6995C287.281 28.6335 285.639 34.0727 285.639 41C285.639 47.9273 287.298 53.3494 290.599 57.3005C293.918 61.2346 298.296 63.2016 303.77 63.2016C307.892 63.2016 311.552 61.9359 314.751 59.4044C317.966 56.8729 319.899 53.1784 320.549 48.3036H326.878C326.228 54.923 323.696 60.0373 319.283 63.6121C314.87 67.204 309.705 69 303.787 69H303.77Z"
45
+ }
46
+ ),
47
+ /* @__PURE__ */ C(
48
+ "path",
49
+ {
50
+ fill: "white",
51
+ d: "M349.37 19.3286C345.915 19.3286 344.17 21.1588 344.17 24.8192V28.9585H352.449V34.2266H344.17V67.7856H338.15V34.2266H331.753V28.9585H338.15V24.9731C338.15 17.7037 341.759 14.0605 348.994 14.0605C350.345 14.0605 351.628 14.1118 352.825 14.2144V19.3286H349.37Z"
52
+ }
53
+ ),
54
+ /* @__PURE__ */ C(
55
+ "path",
56
+ {
57
+ fill: "white",
58
+ d: "M391.67 28.9585L377.593 47.9273L392.422 67.8027H385.341L383.237 64.8607C380.021 60.2938 376.994 56.0861 374.137 52.2205C369.93 57.8992 366.834 62.124 364.884 64.9462L362.849 67.8027H355.853L370.682 47.9273L356.605 28.9585H363.687L366.697 33.0977C369.656 37.1173 372.17 40.6237 374.223 43.6341C376.789 40.025 379.286 36.5015 381.749 33.0977L384.691 28.9585H391.687H391.67Z"
59
+ }
60
+ ),
61
+ /* @__PURE__ */ C(
62
+ "path",
63
+ {
64
+ fill: "white",
65
+ d: "M405.285 67.7856H397.69V60.2596H405.285V67.7856Z"
66
+ }
67
+ ),
68
+ /* @__PURE__ */ C(
69
+ "path",
70
+ {
71
+ fill: "white",
72
+ d: "M432.908 28.3598C433.712 28.3598 434.396 28.3769 434.944 28.4282V34.2266H433.439C429.47 34.2266 426.357 35.2016 424.1 37.1686C421.842 39.1185 420.713 41.9578 420.713 45.6695V67.8027H414.692V28.9585H420.405V35.8002C423.056 30.84 427.23 28.3427 432.891 28.3427L432.908 28.3598Z"
73
+ }
74
+ ),
75
+ /* @__PURE__ */ C(
76
+ "path",
77
+ {
78
+ fill: "white",
79
+ d: "M456.016 68.6921C450.646 68.6921 446.301 66.8619 442.966 63.2016C439.63 59.5412 437.954 54.598 437.954 48.372C437.954 42.146 439.596 37.3396 442.88 33.628C446.164 29.9163 450.492 28.0519 455.863 28.0519C461.233 28.0519 465.8 29.9847 468.965 33.8503C472.129 37.7159 473.702 42.5565 473.702 48.372V50.4759H444.197C444.505 54.7349 445.685 57.9334 447.772 60.0373C449.859 62.1411 452.647 63.2016 456.17 63.2016C461.541 63.2016 464.979 60.7899 466.484 55.9835H472.728C471.718 59.7978 469.803 62.8766 466.963 65.2028C464.124 67.529 460.481 68.7092 456.016 68.7092V68.6921ZM444.351 45.0538H467.237C466.929 41.7013 465.8 38.9304 463.816 36.7752C461.832 34.62 459.181 33.5425 455.88 33.5425C452.767 33.5425 450.201 34.5174 448.166 36.4844C446.13 38.4343 444.864 41.3079 444.368 45.0709L444.351 45.0538Z"
80
+ }
81
+ )
82
+ ] }),
83
+ /* @__PURE__ */ C("defs", { children: /* @__PURE__ */ C("clipPath", { id: "clip0_223_2228", children: /* @__PURE__ */ C("rect", { width: "335.003", height: "74", fill: "white", transform: "translate(168 4)" }) }) })
84
+ ]
85
+ }
86
+ );
87
+ }
88
+ const h = H.memo(L);
89
+ export {
90
+ h as default
91
+ };
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+
3
+ declare function Icon(): import("react/jsx-runtime").JSX.Element;
4
+ declare const _default: React.MemoExoticComponent<typeof Icon>;
5
+ export default _default;
@@ -0,0 +1,23 @@
1
+ import { jsx as o } from "react/jsx-runtime";
2
+ import t from "react";
3
+ function e() {
4
+ return /* @__PURE__ */ o(
5
+ "svg",
6
+ {
7
+ viewBox: "0 0 95 64",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ children: /* @__PURE__ */ o(
11
+ "path",
12
+ {
13
+ fill: "white",
14
+ d: "M64.4992 0H52.0201L53.054 12.8535H41.6446L42.6785 0H30.3064L0 64H37.4908L38.7209 48.7933H55.9599L57.19 64H94.7877L64.4813 0H64.4992ZM39.5944 38.2039L41.2167 18.2017H53.4997L55.122 38.2039H39.5944Z"
15
+ }
16
+ )
17
+ }
18
+ );
19
+ }
20
+ const H = t.memo(e);
21
+ export {
22
+ H as default
23
+ };
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+
3
+ declare function Logo(): import("react/jsx-runtime").JSX.Element;
4
+ declare const _default: React.MemoExoticComponent<typeof Logo>;
5
+ export default _default;