@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
@@ -0,0 +1,27 @@
1
+ import { jsx as o } from "react/jsx-runtime";
2
+ import t from "react";
3
+ function e(r) {
4
+ return /* @__PURE__ */ o(
5
+ "svg",
6
+ {
7
+ ...r,
8
+ viewBox: "0 0 16 16",
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ children: /* @__PURE__ */ o(
12
+ "path",
13
+ {
14
+ stroke: "currentColor",
15
+ strokeWidth: "1.5",
16
+ strokeLinecap: "round",
17
+ strokeLinejoin: "round",
18
+ d: "M13 4L6.00012 11L3 7.99982"
19
+ }
20
+ )
21
+ }
22
+ );
23
+ }
24
+ const s = t.memo(e);
25
+ export {
26
+ s as default
27
+ };
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+
3
+ declare function Transfer(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
+ declare const _default: React.MemoExoticComponent<typeof Transfer>;
5
+ export default _default;
@@ -0,0 +1,27 @@
1
+ import { jsx as r } from "react/jsx-runtime";
2
+ import e from "react";
3
+ function t(o) {
4
+ return /* @__PURE__ */ r(
5
+ "svg",
6
+ {
7
+ ...o,
8
+ viewBox: "0 0 16 16",
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ children: /* @__PURE__ */ r(
12
+ "path",
13
+ {
14
+ stroke: "currentColor",
15
+ strokeWidth: "1.5",
16
+ strokeLinecap: "round",
17
+ strokeLinejoin: "round",
18
+ d: "M4 5L12 5M12 5L10 3M12 5L10 7M4 11L12 11M4 11L6 13M4 11L6 9"
19
+ }
20
+ )
21
+ }
22
+ );
23
+ }
24
+ const i = e.memo(t);
25
+ export {
26
+ i as default
27
+ };
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+
3
+ declare function Trash(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
+ declare const _default: React.MemoExoticComponent<typeof Trash>;
5
+ export default _default;
@@ -0,0 +1,23 @@
1
+ import { jsx as C } from "react/jsx-runtime";
2
+ import V from "react";
3
+ function M(H) {
4
+ return /* @__PURE__ */ C(
5
+ "svg",
6
+ {
7
+ ...H,
8
+ viewBox: "0 0 16 16",
9
+ fill: "currentColor",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ children: /* @__PURE__ */ C(
12
+ "path",
13
+ {
14
+ d: "M3 3.25C2.58579 3.25 2.25 3.58579 2.25 4C2.25 4.41421 2.58579 4.75 3 4.75V3.25ZM13 4.75C13.4142 4.75 13.75 4.41421 13.75 4C13.75 3.58579 13.4142 3.25 13 3.25V4.75ZM12.75 4V3.25H11.25V4H12.75ZM4.75 4V3.25H3.25V4H4.75ZM5.25 4C5.25 4.41421 5.58579 4.75 6 4.75C6.41421 4.75 6.75 4.41421 6.75 4H5.25ZM9.25 4C9.25 4.41421 9.58579 4.75 10 4.75C10.4142 4.75 10.75 4.41421 10.75 4H9.25ZM7.25 7C7.25 6.58579 6.91421 6.25 6.5 6.25C6.08579 6.25 5.75 6.58579 5.75 7H7.25ZM5.75 10C5.75 10.4142 6.08579 10.75 6.5 10.75C6.91421 10.75 7.25 10.4142 7.25 10H5.75ZM10.25 7C10.25 6.58579 9.91421 6.25 9.5 6.25C9.08579 6.25 8.75 6.58579 8.75 7H10.25ZM8.75 10C8.75 10.4142 9.08579 10.75 9.5 10.75C9.91421 10.75 10.25 10.4142 10.25 10H8.75ZM3 4.75H13V3.25H3V4.75ZM11.25 4V10.2836H12.75V4H11.25ZM11.25 10.2836C11.25 10.8262 11.2206 11.212 11.1597 11.4925C11.1004 11.7654 11.0216 11.8892 10.956 11.9563C10.8109 12.1047 10.4638 12.25 9.344 12.25V13.75C10.4114 13.75 11.3923 13.6556 12.0285 13.005C12.3534 12.6727 12.5285 12.2572 12.6255 11.811C12.7208 11.3725 12.75 10.8596 12.75 10.2836H11.25ZM9.344 12.25H6.656V13.75H9.344V12.25ZM6.656 12.25C5.53622 12.25 5.18909 12.1047 5.04405 11.9563C4.97841 11.8892 4.89962 11.7654 4.84032 11.4925C4.77937 11.212 4.75 10.8262 4.75 10.2836H3.25C3.25 10.8596 3.27923 11.3725 3.37453 11.811C3.47148 12.2572 3.64658 12.6727 3.97154 13.005C4.6077 13.6556 5.58856 13.75 6.656 13.75V12.25ZM4.75 10.2836V4H3.25V10.2836H4.75ZM5.25 3V4H6.75V3H5.25ZM7 2.75H9V1.25H7V2.75ZM9.25 3V4H10.75V3H9.25ZM9 2.75C9.13807 2.75 9.25 2.86193 9.25 3H10.75C10.75 2.0335 9.9665 1.25 9 1.25V2.75ZM6.75 3C6.75 2.86193 6.86193 2.75 7 2.75V1.25C6.0335 1.25 5.25 2.0335 5.25 3H6.75ZM5.75 7V10H7.25V7H5.75ZM8.75 7V10H10.25V7H8.75Z"
15
+ }
16
+ )
17
+ }
18
+ );
19
+ }
20
+ const t = V.memo(M);
21
+ export {
22
+ t as default
23
+ };
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+
3
+ declare function Undo(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
+ declare const _default: React.MemoExoticComponent<typeof Undo>;
5
+ export default _default;
@@ -0,0 +1,27 @@
1
+ import { jsx as o } from "react/jsx-runtime";
2
+ import t from "react";
3
+ function e(r) {
4
+ return /* @__PURE__ */ o(
5
+ "svg",
6
+ {
7
+ ...r,
8
+ viewBox: "0 0 16 16",
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ children: /* @__PURE__ */ o(
12
+ "path",
13
+ {
14
+ stroke: "currentColor",
15
+ strokeWidth: "1.5",
16
+ strokeLinecap: "round",
17
+ strokeLinejoin: "round",
18
+ d: "M6 9L3 6M3 6L6 3M3 6L10 6C11.6569 6 13 7.34315 13 9C13 10.6569 11.6569 12 10 12H7.64286"
19
+ }
20
+ )
21
+ }
22
+ );
23
+ }
24
+ const s = t.memo(e);
25
+ export {
26
+ s as default
27
+ };
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+
3
+ declare function UpArrow(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
+ declare const _default: React.MemoExoticComponent<typeof UpArrow>;
5
+ export default _default;
@@ -0,0 +1,27 @@
1
+ import { jsx as o } from "react/jsx-runtime";
2
+ import t from "react";
3
+ function e(r) {
4
+ return /* @__PURE__ */ o(
5
+ "svg",
6
+ {
7
+ ...r,
8
+ viewBox: "0 0 16 16",
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ children: /* @__PURE__ */ o(
12
+ "path",
13
+ {
14
+ stroke: "currentColor",
15
+ strokeWidth: "1.5",
16
+ strokeLinecap: "round",
17
+ strokeLinejoin: "round",
18
+ d: "M8 13V3M8 3L3 8M8 3L13 8"
19
+ }
20
+ )
21
+ }
22
+ );
23
+ }
24
+ const s = t.memo(e);
25
+ export {
26
+ s as default
27
+ };
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+
3
+ declare function UpChevron(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
+ declare const _default: React.MemoExoticComponent<typeof UpChevron>;
5
+ export default _default;
@@ -0,0 +1,27 @@
1
+ import { jsx as o } from "react/jsx-runtime";
2
+ import e from "react";
3
+ function t(r) {
4
+ return /* @__PURE__ */ o(
5
+ "svg",
6
+ {
7
+ ...r,
8
+ viewBox: "0 0 16 16",
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ children: /* @__PURE__ */ o(
12
+ "path",
13
+ {
14
+ stroke: "currentColor",
15
+ strokeWidth: "1.5",
16
+ strokeLinecap: "round",
17
+ strokeLinejoin: "round",
18
+ d: "M4 10L8 6L12 10"
19
+ }
20
+ )
21
+ }
22
+ );
23
+ }
24
+ const s = e.memo(t);
25
+ export {
26
+ s as default
27
+ };
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+
3
+ declare function Upload(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
+ declare const _default: React.MemoExoticComponent<typeof Upload>;
5
+ export default _default;
@@ -0,0 +1,27 @@
1
+ import { jsx as o } from "react/jsx-runtime";
2
+ import t from "react";
3
+ function e(r) {
4
+ return /* @__PURE__ */ o(
5
+ "svg",
6
+ {
7
+ ...r,
8
+ viewBox: "0 0 16 16",
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ children: /* @__PURE__ */ o(
12
+ "path",
13
+ {
14
+ stroke: "currentColor",
15
+ strokeWidth: "1.5",
16
+ strokeLinecap: "round",
17
+ strokeLinejoin: "round",
18
+ d: "M3 7V11.8C3 12.1183 3.1317 12.4235 3.36612 12.6485C3.60054 12.8736 3.91848 13 4.25 13H11.75C12.0815 13 12.3995 12.8736 12.6339 12.6485C12.8683 12.4235 13 12.1183 13 11.8V7M8 9V2M8 2L5 5M8 2L11 5"
19
+ }
20
+ )
21
+ }
22
+ );
23
+ }
24
+ const s = t.memo(e);
25
+ export {
26
+ s as default
27
+ };
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+
3
+ declare function Users(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
+ declare const _default: React.MemoExoticComponent<typeof Users>;
5
+ export default _default;
@@ -0,0 +1,43 @@
1
+ import { jsxs as r, jsx as C } from "react/jsx-runtime";
2
+ import o from "react";
3
+ function s(t) {
4
+ return /* @__PURE__ */ r(
5
+ "svg",
6
+ {
7
+ ...t,
8
+ viewBox: "0 0 16 16",
9
+ fill: "currentColor",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ children: [
12
+ /* @__PURE__ */ C(
13
+ "path",
14
+ {
15
+ d: "M1 12.68V13.45H5.37V12.53C5.37 12.34 5.38 12.14 5.4 11.95H2.62C2.93 11.02 3.8 10.35 4.83 10.35C5.14 10.35 5.44 10.42 5.71 10.53C5.88 10.05 6.1 9.6 6.38 9.18C5.91 8.97 5.38 8.85 4.83 8.85C2.71 8.85 1 10.56 1 12.68Z"
16
+ }
17
+ ),
18
+ /* @__PURE__ */ C(
19
+ "path",
20
+ {
21
+ d: "M4.83 7.4C5.93 7.4 6.83 6.51 6.83 5.4C6.83 4.29 5.94 3.4 4.83 3.4C3.72 3.4 2.83 4.29 2.83 5.4C2.83 6.51 3.72 7.4 4.83 7.4ZM4.83 4.91C5.11 4.91 5.33 5.13 5.33 5.41C5.33 5.69 5.11 5.91 4.83 5.91C4.55 5.91 4.33 5.69 4.33 5.41C4.33 5.13 4.55 4.91 4.83 4.91Z"
22
+ }
23
+ ),
24
+ /* @__PURE__ */ C(
25
+ "path",
26
+ {
27
+ d: "M11.41 7.94C9.8 7.94 8.39 8.77 7.57 10.03C7.25 10.51 7.03 11.06 6.91 11.65C6.89 11.75 6.89 11.85 6.88 11.95C6.86 12.14 6.82 12.33 6.82 12.53V13.45H15.99V12.53C15.99 10 13.94 7.94 11.4 7.94H11.41ZM8.38 11.95C8.65 10.52 9.91 9.44 11.41 9.44C12.91 9.44 14.17 10.52 14.44 11.95H8.37H8.38Z"
28
+ }
29
+ ),
30
+ /* @__PURE__ */ C(
31
+ "path",
32
+ {
33
+ d: "M11.41 6.48C12.65 6.48 13.65 5.48 13.65 4.24C13.65 3 12.65 2 11.41 2C10.17 2 9.17 3 9.17 4.24C9.17 5.48 10.17 6.48 11.41 6.48ZM11.41 3.51C11.82 3.51 12.15 3.84 12.15 4.25C12.15 4.66 11.82 4.99 11.41 4.99C11 4.99 10.67 4.66 10.67 4.25C10.67 3.84 11 3.51 11.41 3.51Z"
34
+ }
35
+ )
36
+ ]
37
+ }
38
+ );
39
+ }
40
+ const p = o.memo(s);
41
+ export {
42
+ p as default
43
+ };
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+
3
+ declare function Visibility(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
+ declare const _default: React.MemoExoticComponent<typeof Visibility>;
5
+ export default _default;
@@ -0,0 +1,23 @@
1
+ import { jsx as t } from "react/jsx-runtime";
2
+ import C from "react";
3
+ function o(i) {
4
+ return /* @__PURE__ */ t(
5
+ "svg",
6
+ {
7
+ ...i,
8
+ viewBox: "0 0 16 16",
9
+ fill: "currentColor",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ children: /* @__PURE__ */ t(
12
+ "path",
13
+ {
14
+ d: "M8 3C4.81818 3 2.10091 4.97909 1 7.77273C2.10091 10.5664 4.81818 12.5455 8 12.5455C11.1818 12.5455 13.8991 10.5664 15 7.77273C13.8991 4.97909 11.1818 3 8 3ZM8 10.9545C6.24364 10.9545 4.81818 9.52909 4.81818 7.77273C4.81818 6.01636 6.24364 4.59091 8 4.59091C9.75636 4.59091 11.1818 6.01636 11.1818 7.77273C11.1818 9.52909 9.75636 10.9545 8 10.9545ZM8 5.86364C6.94364 5.86364 6.09091 6.71636 6.09091 7.77273C6.09091 8.82909 6.94364 9.68182 8 9.68182C9.05636 9.68182 9.90909 8.82909 9.90909 7.77273C9.90909 6.71636 9.05636 5.86364 8 5.86364Z"
15
+ }
16
+ )
17
+ }
18
+ );
19
+ }
20
+ const l = C.memo(o);
21
+ export {
22
+ l as default
23
+ };
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+
3
+ declare function VisibilityOff(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
+ declare const _default: React.MemoExoticComponent<typeof VisibilityOff>;
5
+ export default _default;
@@ -0,0 +1,23 @@
1
+ import { jsx as C } from "react/jsx-runtime";
2
+ import i from "react";
3
+ function o(t) {
4
+ return /* @__PURE__ */ C(
5
+ "svg",
6
+ {
7
+ ...t,
8
+ viewBox: "0 0 16 16",
9
+ fill: "currentColor",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ children: /* @__PURE__ */ C(
12
+ "path",
13
+ {
14
+ d: "M8 4.31159C9.75636 4.31159 11.1818 5.73705 11.1818 7.49341C11.1818 7.81795 11.1182 8.12977 11.0291 8.4225L12.9764 10.3698C13.8609 9.58705 14.5609 8.60705 15 7.48704C13.8991 4.69977 11.1818 2.72068 8 2.72068C7.19182 2.72068 6.41545 2.84795 5.68364 3.08341L7.06455 4.46432C7.36364 4.37523 7.67545 4.31159 8 4.31159ZM2.08818 2.18614C1.84 2.43432 1.84 2.83523 2.08818 3.08341L3.34182 4.33705C2.31091 5.15795 1.49 6.23977 1 7.49341C2.10091 10.287 4.81818 12.2661 8 12.2661C8.96727 12.2661 9.89 12.0752 10.7427 11.7443L12.4736 13.4752C12.7218 13.7234 13.1227 13.7234 13.3709 13.4752C13.6191 13.227 13.6191 12.8261 13.3709 12.578L2.99182 2.18614C2.74364 1.93795 2.33636 1.93795 2.08818 2.18614ZM8 10.6752C6.24364 10.6752 4.81818 9.24977 4.81818 7.49341C4.81818 7.00341 4.93273 6.53886 5.13 6.13159L6.12909 7.13068C6.11 7.24523 6.09091 7.36614 6.09091 7.49341C6.09091 8.54977 6.94364 9.4025 8 9.4025C8.12727 9.4025 8.24182 9.38341 8.36273 9.35795L9.36182 10.357C8.94818 10.5607 8.49 10.6752 8 10.6752ZM9.89 7.28341C9.79455 6.3925 9.09455 5.69886 8.21 5.60341L9.89 7.28341Z"
15
+ }
16
+ )
17
+ }
18
+ );
19
+ }
20
+ const e = i.memo(o);
21
+ export {
22
+ e as default
23
+ };
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+
3
+ declare function Warning(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
+ declare const _default: React.MemoExoticComponent<typeof Warning>;
5
+ export default _default;
@@ -0,0 +1,27 @@
1
+ import { jsx as o } from "react/jsx-runtime";
2
+ import n from "react";
3
+ function t(r) {
4
+ return /* @__PURE__ */ o(
5
+ "svg",
6
+ {
7
+ ...r,
8
+ viewBox: "0 0 16 16",
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ children: /* @__PURE__ */ o(
12
+ "path",
13
+ {
14
+ stroke: "currentColor",
15
+ strokeWidth: "1.5",
16
+ strokeLinecap: "round",
17
+ strokeLinejoin: "round",
18
+ d: "M8 8V6M8 10.5H8.1M7.018 2.585L2.15392 11.1771C2.05363 11.3608 2.00057 11.5692 2 11.7814C1.99944 11.9936 2.0514 12.2022 2.15071 12.3866C2.25003 12.571 2.39323 12.7246 2.56607 12.8322C2.73892 12.9398 2.93538 12.9977 3.13592 13H12.8641C13.0646 12.9977 13.2611 12.9398 13.4339 12.8322C13.6068 12.7246 13.75 12.571 13.8493 12.3866C13.9486 12.2022 14.0006 11.9936 14 11.7814C13.9994 11.5692 13.9464 11.3608 13.8461 11.1771L8.982 2.585C8.87963 2.40642 8.73548 2.25877 8.56347 2.1563C8.39146 2.05383 8.1974 2 8 2C7.8026 2 7.60854 2.05383 7.43653 2.1563C7.26452 2.25877 7.12037 2.40642 7.018 2.585Z"
19
+ }
20
+ )
21
+ }
22
+ );
23
+ }
24
+ const i = n.memo(t);
25
+ export {
26
+ i as default
27
+ };
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+
3
+ declare function Like(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
+ declare const _default: React.MemoExoticComponent<typeof Like>;
5
+ export default _default;
@@ -0,0 +1,25 @@
1
+ import { jsx as t } from "react/jsx-runtime";
2
+ import e from "react";
3
+ function r(o) {
4
+ return /* @__PURE__ */ t(
5
+ "svg",
6
+ {
7
+ ...o,
8
+ viewBox: "0 0 64 64",
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ children: /* @__PURE__ */ t(
12
+ "path",
13
+ {
14
+ stroke: "currentColor",
15
+ strokeWidth: "2.5",
16
+ d: "M52.4387 15.5385C50.0387 13.1538 46.9419 12 43.8452 12C40.7484 12 37.5742 13.1538 35.2516 15.5385L32 19.175L28.7484 15.5385C26.3484 13.1538 23.2516 12 20.1548 12C17.0581 12 13.9613 13.1538 11.5613 15.5385C9.08387 18 8 21.2308 8 24.3846C8 42.2308 32 53 32 53C32 53 56 42.2308 56 24.3846C56 21.1538 54.9239 17.9231 52.4387 15.5385Z"
17
+ }
18
+ )
19
+ }
20
+ );
21
+ }
22
+ const C = e.memo(r);
23
+ export {
24
+ C as default
25
+ };
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+
3
+ declare function Subscriptions(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
+ declare const _default: React.MemoExoticComponent<typeof Subscriptions>;
5
+ export default _default;
@@ -0,0 +1,33 @@
1
+ import { jsxs as r, jsx as C } from "react/jsx-runtime";
2
+ import t from "react";
3
+ function i(o) {
4
+ return /* @__PURE__ */ r(
5
+ "svg",
6
+ {
7
+ ...o,
8
+ viewBox: "0 0 64 64",
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ children: [
12
+ /* @__PURE__ */ C(
13
+ "path",
14
+ {
15
+ fill: "currentColor",
16
+ d: "M47.3073 37.265C32.3898 33.89 30.066 31.58 26.7076 16.655C26.5577 15.98 25.943 15.485 25.2384 15.485C24.5337 15.485 23.934 15.965 23.7691 16.655C20.3958 31.595 18.087 33.905 3.16941 37.265C2.47976 37.415 2 38.03 2 38.735C2 39.44 2.47976 40.04 3.16941 40.205C18.087 43.58 20.4108 45.89 23.7691 60.83C23.919 61.52 24.5337 62 25.2384 62C25.943 62 26.5427 61.52 26.7076 60.83C30.081 45.905 32.3898 43.58 47.3073 40.22C47.997 40.07 48.4767 39.455 48.4767 38.75C48.4767 38.045 47.997 37.445 47.3073 37.28V37.265Z"
17
+ }
18
+ ),
19
+ /* @__PURE__ */ C(
20
+ "path",
21
+ {
22
+ fill: "currentColor",
23
+ d: "M60.8006 14.015C52.8696 12.23 51.7601 11.105 49.961 3.17C49.8111 2.48 49.1964 2 48.4917 2C47.7871 2 47.1874 2.48 47.0225 3.17C45.2384 11.105 44.1139 12.215 36.1829 14.015C35.4932 14.165 35.0135 14.78 35.0135 15.485C35.0135 16.19 35.4932 16.79 36.1829 16.955C44.1139 18.74 45.2234 19.865 47.0225 27.8C47.1724 28.475 47.7871 28.97 48.4917 28.97C49.1964 28.97 49.7961 28.49 49.961 27.8C51.7451 19.865 52.8696 18.755 60.8006 16.955C61.4902 16.805 61.97 16.19 61.97 15.485C61.97 14.78 61.4902 14.18 60.8006 14.015Z"
24
+ }
25
+ )
26
+ ]
27
+ }
28
+ );
29
+ }
30
+ const s = t.memo(i);
31
+ export {
32
+ s as default
33
+ };
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+
3
+ declare function Upload(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
+ declare const _default: React.MemoExoticComponent<typeof Upload>;
5
+ export default _default;
@@ -0,0 +1,27 @@
1
+ import { jsx as o } from "react/jsx-runtime";
2
+ import t from "react";
3
+ function e(r) {
4
+ return /* @__PURE__ */ o(
5
+ "svg",
6
+ {
7
+ ...r,
8
+ viewBox: "0 0 64 64",
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ children: /* @__PURE__ */ o(
12
+ "path",
13
+ {
14
+ stroke: "currentColor",
15
+ strokeWidth: "2.5",
16
+ strokeLinecap: "round",
17
+ strokeLinejoin: "round",
18
+ d: "M10 31V50.2C10 51.473 10.5795 52.6939 11.6109 53.5941C12.6424 54.4943 14.0413 55 15.5 55H48.5C49.9587 55 51.3576 54.4943 52.3891 53.5941C53.4205 52.6939 54 51.473 54 50.2V31M32 41V9M32 9L18 23M32 9L46 23"
19
+ }
20
+ )
21
+ }
22
+ );
23
+ }
24
+ const s = t.memo(e);
25
+ export {
26
+ s as default
27
+ };
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+
3
+ declare function Warning(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
+ declare const _default: React.MemoExoticComponent<typeof Warning>;
5
+ export default _default;
@@ -0,0 +1,27 @@
1
+ import { jsx as o } from "react/jsx-runtime";
2
+ import n from "react";
3
+ function t(r) {
4
+ return /* @__PURE__ */ o(
5
+ "svg",
6
+ {
7
+ ...r,
8
+ viewBox: "0 0 64 64",
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ children: /* @__PURE__ */ o(
12
+ "path",
13
+ {
14
+ stroke: "currentColor",
15
+ strokeWidth: "2.5",
16
+ strokeLinecap: "round",
17
+ strokeLinejoin: "round",
18
+ d: "M32 40V21M32 46V46.5M28.072 12.34L8.61566 46.7083C8.21452 47.4433 8.00226 48.2767 8.00002 49.1255C7.99777 49.9743 8.20561 50.809 8.60286 51.5464C9.00011 52.2838 9.57292 52.8983 10.2643 53.3288C10.9557 53.7593 11.7415 53.9907 12.5437 54H51.4563C52.2585 53.9907 53.0443 53.7593 53.7357 53.3288C54.4271 52.8983 54.9999 52.2838 55.3971 51.5464C55.7944 50.809 56.0022 49.9743 56 49.1255C55.9977 48.2767 55.7855 47.4433 55.3843 46.7083L35.928 12.34C35.5185 11.6257 34.9419 11.0351 34.2539 10.6252C33.5659 10.2153 32.7896 10 32 10C31.2104 10 30.4341 10.2153 29.7461 10.6252C29.0581 11.0351 28.4815 11.6257 28.072 12.34Z"
19
+ }
20
+ )
21
+ }
22
+ );
23
+ }
24
+ const i = n.memo(t);
25
+ export {
26
+ i as default
27
+ };
@@ -0,0 +1,40 @@
1
+ export { default as Close } from './cfx-icons/Close';
2
+ export { default as Controller } from './cfx-icons/Controller';
3
+ export { default as Copy } from './cfx-icons/Copy';
4
+ export { default as DownArrow } from './cfx-icons/DownArrow';
5
+ export { default as DownChevron } from './cfx-icons/DownChevron';
6
+ export { default as Download } from './cfx-icons/Download';
7
+ export { default as Expand } from './cfx-icons/Expand';
8
+ export { default as ExternalLink } from './cfx-icons/ExternalLink';
9
+ export { default as Heart } from './cfx-icons/Heart';
10
+ export { default as HeartFilled } from './cfx-icons/HeartFilled';
11
+ export { default as Help } from './cfx-icons/Help';
12
+ export { default as LeftArrow } from './cfx-icons/LeftArrow';
13
+ export { default as LeftChevron } from './cfx-icons/LeftChevron';
14
+ export { default as Map } from './cfx-icons/Map';
15
+ export { default as Menu } from './cfx-icons/Menu';
16
+ export { default as Minus } from './cfx-icons/Minus';
17
+ export { default as More } from './cfx-icons/More';
18
+ export { default as MoreInfo } from './cfx-icons/MoreInfo';
19
+ export { default as Pencil } from './cfx-icons/Pencil';
20
+ export { default as Play } from './cfx-icons/Play';
21
+ export { default as Plus } from './cfx-icons/Plus';
22
+ export { default as Refresh } from './cfx-icons/Refresh';
23
+ export { default as RightArrow } from './cfx-icons/RightArrow';
24
+ export { default as RightChevron } from './cfx-icons/RightChevron';
25
+ export { default as Search } from './cfx-icons/Search';
26
+ export { default as Sort } from './cfx-icons/Sort';
27
+ export { default as Square } from './cfx-icons/Square';
28
+ export { default as SquareCheck } from './cfx-icons/SquareCheck';
29
+ export { default as Stop } from './cfx-icons/Stop';
30
+ export { default as Tick } from './cfx-icons/Tick';
31
+ export { default as Transfer } from './cfx-icons/Transfer';
32
+ export { default as Trash } from './cfx-icons/Trash';
33
+ export { default as Undo } from './cfx-icons/Undo';
34
+ export { default as UpArrow } from './cfx-icons/UpArrow';
35
+ export { default as UpChevron } from './cfx-icons/UpChevron';
36
+ export { default as Upload } from './cfx-icons/Upload';
37
+ export { default as Users } from './cfx-icons/Users';
38
+ export { default as Visibility } from './cfx-icons/Visibility';
39
+ export { default as VisibilityOff } from './cfx-icons/VisibilityOff';
40
+ export { default as Warning } from './cfx-icons/Warning';
@@ -0,0 +1,82 @@
1
+ import { default as o } from "./cfx-icons/Close.js";
2
+ import { default as t } from "./cfx-icons/Controller.js";
3
+ import { default as l } from "./cfx-icons/Copy.js";
4
+ import { default as p } from "./cfx-icons/DownArrow.js";
5
+ import { default as u } from "./cfx-icons/DownChevron.js";
6
+ import { default as m } from "./cfx-icons/Download.js";
7
+ import { default as i } from "./cfx-icons/Expand.js";
8
+ import { default as C } from "./cfx-icons/ExternalLink.js";
9
+ import { default as M } from "./cfx-icons/Heart.js";
10
+ import { default as U } from "./cfx-icons/HeartFilled.js";
11
+ import { default as v } from "./cfx-icons/Help.js";
12
+ import { default as A } from "./cfx-icons/LeftArrow.js";
13
+ import { default as k } from "./cfx-icons/LeftChevron.js";
14
+ import { default as H } from "./cfx-icons/Map.js";
15
+ import { default as P } from "./cfx-icons/Menu.js";
16
+ import { default as T } from "./cfx-icons/Minus.js";
17
+ import { default as q } from "./cfx-icons/More.js";
18
+ import { default as V } from "./cfx-icons/MoreInfo.js";
19
+ import { default as I } from "./cfx-icons/Pencil.js";
20
+ import { default as W } from "./cfx-icons/Play.js";
21
+ import { default as z } from "./cfx-icons/Plus.js";
22
+ import { default as G } from "./cfx-icons/Refresh.js";
23
+ import { default as K } from "./cfx-icons/RightArrow.js";
24
+ import { default as Q } from "./cfx-icons/RightChevron.js";
25
+ import { default as Y } from "./cfx-icons/Search.js";
26
+ import { default as _ } from "./cfx-icons/Sort.js";
27
+ import { default as rr } from "./cfx-icons/Square.js";
28
+ import { default as or } from "./cfx-icons/SquareCheck.js";
29
+ import { default as tr } from "./cfx-icons/Stop.js";
30
+ import { default as lr } from "./cfx-icons/Tick.js";
31
+ import { default as pr } from "./cfx-icons/Transfer.js";
32
+ import { default as ur } from "./cfx-icons/Trash.js";
33
+ import { default as mr } from "./cfx-icons/Undo.js";
34
+ import { default as ir } from "./cfx-icons/UpArrow.js";
35
+ import { default as Cr } from "./cfx-icons/UpChevron.js";
36
+ import { default as Mr } from "./cfx-icons/Upload.js";
37
+ import { default as Ur } from "./cfx-icons/Users.js";
38
+ import { default as vr } from "./cfx-icons/Visibility.js";
39
+ import { default as Ar } from "./cfx-icons/VisibilityOff.js";
40
+ import { default as kr } from "./cfx-icons/Warning.js";
41
+ export {
42
+ o as Close,
43
+ t as Controller,
44
+ l as Copy,
45
+ p as DownArrow,
46
+ u as DownChevron,
47
+ m as Download,
48
+ i as Expand,
49
+ C as ExternalLink,
50
+ M as Heart,
51
+ U as HeartFilled,
52
+ v as Help,
53
+ A as LeftArrow,
54
+ k as LeftChevron,
55
+ H as Map,
56
+ P as Menu,
57
+ T as Minus,
58
+ q as More,
59
+ V as MoreInfo,
60
+ I as Pencil,
61
+ W as Play,
62
+ z as Plus,
63
+ G as Refresh,
64
+ K as RightArrow,
65
+ Q as RightChevron,
66
+ Y as Search,
67
+ _ as Sort,
68
+ rr as Square,
69
+ or as SquareCheck,
70
+ tr as Stop,
71
+ lr as Tick,
72
+ pr as Transfer,
73
+ ur as Trash,
74
+ mr as Undo,
75
+ ir as UpArrow,
76
+ Cr as UpChevron,
77
+ Mr as Upload,
78
+ Ur as Users,
79
+ vr as Visibility,
80
+ Ar as VisibilityOff,
81
+ kr as Warning
82
+ };