@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,69 @@
1
+ import { jsx as t } from "react/jsx-runtime";
2
+ import _ from "react";
3
+ import "../Icons/cfx-icons/Close.js";
4
+ import "../Icons/cfx-icons/Controller.js";
5
+ import "../Icons/cfx-icons/Copy.js";
6
+ import "../Icons/cfx-icons/DownArrow.js";
7
+ import "../Icons/cfx-icons/DownChevron.js";
8
+ import "../Icons/cfx-icons/Download.js";
9
+ import "../Icons/cfx-icons/Expand.js";
10
+ import "../Icons/cfx-icons/ExternalLink.js";
11
+ import "../Icons/cfx-icons/Heart.js";
12
+ import "../Icons/cfx-icons/HeartFilled.js";
13
+ import "../Icons/cfx-icons/Help.js";
14
+ import "../Icons/cfx-icons/LeftArrow.js";
15
+ import "../Icons/cfx-icons/LeftChevron.js";
16
+ import "../Icons/cfx-icons/Map.js";
17
+ import "../Icons/cfx-icons/Menu.js";
18
+ import "../Icons/cfx-icons/Minus.js";
19
+ import "../Icons/cfx-icons/More.js";
20
+ import "../Icons/cfx-icons/MoreInfo.js";
21
+ import "../Icons/cfx-icons/Pencil.js";
22
+ import "../Icons/cfx-icons/Play.js";
23
+ import "../Icons/cfx-icons/Plus.js";
24
+ import "../Icons/cfx-icons/Refresh.js";
25
+ import "../Icons/cfx-icons/RightArrow.js";
26
+ import "../Icons/cfx-icons/RightChevron.js";
27
+ import "../Icons/cfx-icons/Search.js";
28
+ import "../Icons/cfx-icons/Sort.js";
29
+ import "../Icons/cfx-icons/Square.js";
30
+ import "../Icons/cfx-icons/SquareCheck.js";
31
+ import "../Icons/cfx-icons/Stop.js";
32
+ import "../Icons/cfx-icons/Tick.js";
33
+ import "../Icons/cfx-icons/Transfer.js";
34
+ import "../Icons/cfx-icons/Trash.js";
35
+ import "../Icons/cfx-icons/Undo.js";
36
+ import "../Icons/cfx-icons/UpArrow.js";
37
+ import "../Icons/cfx-icons/UpChevron.js";
38
+ import "../Icons/cfx-icons/Upload.js";
39
+ import "../Icons/cfx-icons/Users.js";
40
+ import "../Icons/cfx-icons/Visibility.js";
41
+ import "../Icons/cfx-icons/VisibilityOff.js";
42
+ import "../Icons/cfx-icons/Warning.js";
43
+ import { I as f } from "../../cfxIconsBig-CNY8zL27.js";
44
+ import { getTextOpacity as g } from "../Text/Text.js";
45
+ import { clsx as z } from "../../utils/clsx.js";
46
+ import { getColor as y } from "../../utils/color.js";
47
+ import '../../assets/IconBig.css';const C = "_root_b0cs1_1", r = {
48
+ root: C,
49
+ "size-small": "_size-small_b0cs1_6",
50
+ "size-normal": "_size-normal_b0cs1_14",
51
+ "size-large": "_size-large_b0cs1_22"
52
+ }, fo = _.forwardRef(function(o, i) {
53
+ const {
54
+ as: m = "div",
55
+ size: p = "normal",
56
+ opacity: s,
57
+ className: c,
58
+ name: e
59
+ } = o, n = {
60
+ color: y({
61
+ ...o,
62
+ opacity: g(s)
63
+ })
64
+ }, a = z(r.root, r[`size-${p}`], c), l = f[e];
65
+ return /* @__PURE__ */ t(m, { ref: i, style: n, className: a, children: /* @__PURE__ */ t(l, {}) });
66
+ });
67
+ export {
68
+ fo as IconBig
69
+ };
@@ -0,0 +1,2 @@
1
+ export { IconBig } from './IconBig';
2
+ export type { IconBigProps, IconBigSize } from './IconBig';
@@ -0,0 +1,4 @@
1
+ import { IconBig as c } from "./IconBig.js";
2
+ export {
3
+ c as IconBig
4
+ };
@@ -0,0 +1,16 @@
1
+ import { default as React } from 'react';
2
+ import { IconSize } from '../Icon';
3
+ import { IconName } from '../Icons';
4
+ import { TextColorProps } from '../Text';
5
+
6
+ export interface IconButtonProps extends TextColorProps {
7
+ name: IconName;
8
+ size?: IconSize;
9
+ onClick?: () => void;
10
+ className?: string;
11
+ disabled?: boolean;
12
+ ariaLabel?: string;
13
+ }
14
+ declare function IconButton(props: IconButtonProps): import("react/jsx-runtime").JSX.Element;
15
+ declare const _default: React.MemoExoticComponent<typeof IconButton>;
16
+ export default _default;
@@ -0,0 +1,35 @@
1
+ import { jsx as o } from "react/jsx-runtime";
2
+ import u from "react";
3
+ import { Icon as p } from "../Icon/Icon.js";
4
+ import { clsx as _ } from "../../utils/clsx.js";
5
+ import '../../assets/IconButton.css';const f = "_unset_1cc2r_1", b = "_root_1cc2r_5", t = {
6
+ unset: f,
7
+ root: b
8
+ };
9
+ function d(r) {
10
+ const {
11
+ name: s,
12
+ onClick: n,
13
+ className: c,
14
+ disabled: a,
15
+ ariaLabel: e,
16
+ size: l = "xxsmall",
17
+ color: m = "primary",
18
+ ...i
19
+ } = r;
20
+ return /* @__PURE__ */ o(
21
+ "button",
22
+ {
23
+ type: "button",
24
+ className: _(t.unset, t.root, c),
25
+ onClick: n,
26
+ disabled: a,
27
+ "aria-label": e,
28
+ children: /* @__PURE__ */ o(p, { as: "span", name: s, ...i, color: m, size: l })
29
+ }
30
+ );
31
+ }
32
+ const N = u.memo(d);
33
+ export {
34
+ N as default
35
+ };
@@ -0,0 +1,2 @@
1
+ export { default as IconButton } from './IconButton';
2
+ export type { IconButtonProps } from './IconButton';
@@ -0,0 +1,4 @@
1
+ import { default as a } from "./IconButton.js";
2
+ export {
3
+ a as IconButton
4
+ };
@@ -0,0 +1,4 @@
1
+ import * as Icons from './cfxIcons';
2
+ import * as IconsBig from './cfxIconsBig';
3
+ export type IconName = keyof typeof Icons;
4
+ export type IconBigName = keyof typeof IconsBig;
@@ -0,0 +1,101 @@
1
+ import { jsxs as n, jsx as e } from "react/jsx-runtime";
2
+ import { I as s } from "../../cfxIcons-BlbKR-zU.js";
3
+ import { I as c } from "../../cfxIconsBig-CNY8zL27.js";
4
+ function d() {
5
+ const l = Object.entries(s).map(([i, t]) => ({
6
+ name: i,
7
+ Component: t
8
+ })), r = Object.entries(c).map(([i, t]) => ({
9
+ name: i,
10
+ Component: t
11
+ }));
12
+ return /* @__PURE__ */ n("div", { children: [
13
+ /* @__PURE__ */ e("h3", { style: { margin: "0 0 20px" }, children: "Icons" }),
14
+ /* @__PURE__ */ e(
15
+ "div",
16
+ {
17
+ style: {
18
+ display: "grid",
19
+ gridTemplateColumns: "repeat(auto-fill, minmax(200px, 1fr))",
20
+ gap: "30px",
21
+ alignItems: "center",
22
+ justifyContent: "center"
23
+ },
24
+ children: l.map(({
25
+ name: i,
26
+ Component: t
27
+ }) => /* @__PURE__ */ n(
28
+ "div",
29
+ {
30
+ style: {
31
+ display: "flex",
32
+ flexDirection: "column",
33
+ alignItems: "center",
34
+ justifyContent: "center"
35
+ },
36
+ children: [
37
+ /* @__PURE__ */ e(
38
+ "div",
39
+ {
40
+ style: {
41
+ width: "16px",
42
+ height: "16px",
43
+ color: "white"
44
+ },
45
+ children: /* @__PURE__ */ e(t, {})
46
+ }
47
+ ),
48
+ /* @__PURE__ */ e("span", { style: { marginTop: "10px" }, children: i })
49
+ ]
50
+ },
51
+ i
52
+ ))
53
+ }
54
+ ),
55
+ /* @__PURE__ */ e("h3", { style: { margin: "40px 0 20px" }, children: "Icons Big" }),
56
+ /* @__PURE__ */ e(
57
+ "div",
58
+ {
59
+ style: {
60
+ display: "grid",
61
+ gridTemplateColumns: "repeat(auto-fill, minmax(200px, 1fr))",
62
+ gap: "30px",
63
+ alignItems: "center",
64
+ justifyContent: "center"
65
+ },
66
+ children: r.map(({
67
+ name: i,
68
+ Component: t
69
+ }) => /* @__PURE__ */ n(
70
+ "div",
71
+ {
72
+ style: {
73
+ display: "flex",
74
+ flexDirection: "column",
75
+ alignItems: "center",
76
+ justifyContent: "center"
77
+ },
78
+ children: [
79
+ /* @__PURE__ */ e(
80
+ "div",
81
+ {
82
+ style: {
83
+ width: "64px",
84
+ height: "64px",
85
+ color: "white"
86
+ },
87
+ children: /* @__PURE__ */ e(t, {})
88
+ }
89
+ ),
90
+ /* @__PURE__ */ e("span", { style: { marginTop: "10px" }, children: i })
91
+ ]
92
+ },
93
+ i
94
+ ))
95
+ }
96
+ )
97
+ ] });
98
+ }
99
+ export {
100
+ d as default
101
+ };
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+
3
+ declare function Close(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
+ declare const _default: React.MemoExoticComponent<typeof Close>;
5
+ export default _default;
@@ -0,0 +1,27 @@
1
+ import { jsx as o } from "react/jsx-runtime";
2
+ import r from "react";
3
+ function t(e) {
4
+ return /* @__PURE__ */ o(
5
+ "svg",
6
+ {
7
+ ...e,
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: "M12 4L4 12M4 4L12 12"
19
+ }
20
+ )
21
+ }
22
+ );
23
+ }
24
+ const i = r.memo(t);
25
+ export {
26
+ i as default
27
+ };
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+
3
+ declare function Controller(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
+ declare const _default: React.MemoExoticComponent<typeof Controller>;
5
+ export default _default;
@@ -0,0 +1,31 @@
1
+ import { jsxs as r, jsx as C } from "react/jsx-runtime";
2
+ import t from "react";
3
+ function e(o) {
4
+ return /* @__PURE__ */ r(
5
+ "svg",
6
+ {
7
+ ...o,
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: "M10.6288 4.49007C11.7088 4.49007 12.9488 5.45007 13.7588 6.94007C13.8088 7.05007 13.8688 7.16007 13.9188 7.27007C14.8588 9.29007 14.6188 11.4301 13.3588 12.0001C13.1388 12.1001 12.9088 12.1501 12.6688 12.1501C11.6588 12.1501 10.4988 11.3101 9.69881 9.98007H6.26881C5.47881 11.3201 4.31881 12.1501 3.30881 12.1501C3.06881 12.1501 2.83881 12.1001 2.61881 12.0001C1.37881 11.4301 1.12881 9.31007 2.06881 7.27007C2.16881 7.08007 2.25881 6.89007 2.36881 6.71007C3.17881 5.36007 4.34881 4.50007 5.35881 4.50007H10.6188M10.6188 3.00007H5.35881C3.80881 2.99007 2.16881 4.12007 1.08881 5.94007C0.95881 6.16007 0.83881 6.39007 0.73881 6.60007C0.13881 7.87007 -0.10119 9.19007 0.0388101 10.3501C0.19881 11.7601 0.91881 12.8601 1.98881 13.3601C2.39881 13.5501 2.83881 13.6501 3.30881 13.6501C4.63881 13.6501 6.01881 12.8401 7.05881 11.4801H8.90881C9.95881 12.8401 11.3488 13.6501 12.6688 13.6501C13.1288 13.6501 13.5788 13.5501 13.9888 13.3601C14.7688 13.0001 15.3688 12.3301 15.6988 11.4301C16.1988 10.0701 16.0388 8.28007 15.2788 6.64007L15.1588 6.41007L15.0888 6.28007C13.9888 4.24007 12.2788 3.00007 10.6188 3.00007Z"
16
+ }
17
+ ),
18
+ /* @__PURE__ */ C(
19
+ "path",
20
+ {
21
+ d: "M5.81881 7.95007C5.81881 7.95007 5.80881 8.05007 5.76881 8.07007C5.73881 8.10007 5.68881 8.12007 5.64881 8.12007H4.93881V8.83007C4.93881 8.93007 4.85881 9.01007 4.75881 9.01007H4.31881C4.21881 9.01007 4.13881 8.93007 4.13881 8.83007V8.12007H3.42881C3.32881 8.12007 3.26881 8.04007 3.26881 7.94007V7.50007C3.26881 7.50007 3.27881 7.42007 3.31881 7.38007C3.34881 7.35007 3.39881 7.33007 3.43881 7.33007H4.14881V6.63007C4.14881 6.53007 4.22881 6.45007 4.32881 6.45007H4.76881C4.86881 6.45007 4.94881 6.53007 4.94881 6.63007V7.34007H5.64881C5.74881 7.34007 5.82881 7.42007 5.82881 7.52007V7.94007L5.81881 7.95007ZM11.4688 6.46007C11.5888 6.46007 11.6988 6.50007 11.7788 6.60007C11.8588 6.68007 11.9188 6.81007 11.9188 6.91007C11.9188 7.03007 11.8788 7.14007 11.7788 7.22007C11.6988 7.30007 11.5688 7.36007 11.4688 7.36007C11.3488 7.36007 11.2388 7.32007 11.1588 7.22007C11.0788 7.14007 11.0188 7.01007 11.0188 6.91007C11.0188 6.79007 11.0588 6.68007 11.1588 6.60007C11.2388 6.52007 11.3488 6.46007 11.4688 6.46007ZM10.6488 8.18007C10.5288 8.18007 10.4188 8.13007 10.3388 8.04007C10.2588 7.95007 10.1988 7.83007 10.1988 7.73007C10.1988 7.61007 10.2488 7.50007 10.3388 7.42007C10.4188 7.34007 10.5488 7.28007 10.6488 7.28007C10.7688 7.28007 10.8788 7.32007 10.9588 7.42007C11.0388 7.50007 11.0988 7.63007 11.0988 7.73007C11.0988 7.85007 11.0588 7.96007 10.9588 8.06007C10.8888 8.14007 10.7688 8.18007 10.6488 8.18007ZM11.4688 9.00007C11.3488 9.00007 11.2388 8.96007 11.1588 8.86007C11.0788 8.78007 11.0188 8.65007 11.0188 8.55007C11.0188 8.43007 11.0588 8.32007 11.1588 8.24007C11.2388 8.16007 11.3688 8.10007 11.4688 8.10007C11.5888 8.10007 11.6988 8.14007 11.7788 8.24007C11.8588 8.32007 11.9188 8.45007 11.9188 8.55007C11.9188 8.67007 11.8788 8.78007 11.7788 8.86007C11.6988 8.94007 11.5888 9.00007 11.4688 9.00007ZM12.2888 8.18007C12.1688 8.18007 12.0588 8.14007 11.9588 8.06007C11.8788 7.98007 11.8188 7.87007 11.8188 7.75007C11.8188 7.63007 11.8588 7.52007 11.9388 7.42007C12.0188 7.34007 12.1488 7.28007 12.2488 7.28007C12.3688 7.28007 12.4788 7.32007 12.5788 7.40007C12.6588 7.48007 12.7188 7.61007 12.7188 7.71007C12.7188 7.83007 12.6788 7.94007 12.5988 8.02007C12.5188 8.12007 12.4088 8.17007 12.2888 8.17007V8.18007Z"
22
+ }
23
+ )
24
+ ]
25
+ }
26
+ );
27
+ }
28
+ const n = t.memo(e);
29
+ export {
30
+ n as default
31
+ };
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+
3
+ declare function Copy(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
+ declare const _default: React.MemoExoticComponent<typeof Copy>;
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: "M12.7692 10C13.449 10 14 9.44897 14 8.76923V3.23077C14 2.55103 13.449 2 12.7692 2H7.23077C6.55103 2 6 2.55103 6 3.23077V3.2M4.23077 5H9.76923C10.449 5 11 5.55103 11 6.23077V11.7692C11 12.449 10.449 13 9.76923 13H4.23077C3.55103 13 3 12.449 3 11.7692V6.23077C3 5.55103 3.55103 5 4.23077 5Z"
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 DownArrow(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
+ declare const _default: React.MemoExoticComponent<typeof DownArrow>;
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 3V13M8 13L3 8M8 13L13 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 DownChevron(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
+ declare const _default: React.MemoExoticComponent<typeof DownChevron>;
5
+ export default _default;
@@ -0,0 +1,27 @@
1
+ import { jsx as o } from "react/jsx-runtime";
2
+ import e from "react";
3
+ function n(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 6L8 10L12 6"
19
+ }
20
+ )
21
+ }
22
+ );
23
+ }
24
+ const s = e.memo(n);
25
+ export {
26
+ s as default
27
+ };
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+
3
+ declare function Download(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
+ declare const _default: React.MemoExoticComponent<typeof Download>;
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 10V13.2C3 13.4122 3.1317 13.6157 3.36612 13.7657C3.60054 13.9157 3.91848 14 4.25 14H11.75C12.0815 14 12.3995 13.9157 12.6339 13.7657C12.8683 13.6157 13 13.4122 13 13.2V10M8 3V9M11 7L8 10L5 7"
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 Expand(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
+ declare const _default: React.MemoExoticComponent<typeof Expand>;
5
+ export default _default;
@@ -0,0 +1,26 @@
1
+ import { jsx as C } from "react/jsx-runtime";
2
+ import o from "react";
3
+ function r(e) {
4
+ return /* @__PURE__ */ C(
5
+ "svg",
6
+ {
7
+ ...e,
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
+ stroke: "currentColor",
15
+ clipRule: "evenodd",
16
+ fillRule: "evenodd",
17
+ d: "M9.25 3C9.25 2.58579 9.58579 2.25 10 2.25H12C12.9665 2.25 13.75 3.0335 13.75 4V6C13.75 6.41421 13.4142 6.75 13 6.75C12.5858 6.75 12.25 6.41421 12.25 6V4C12.25 3.86193 12.1381 3.75 12 3.75H10C9.58579 3.75 9.25 3.41421 9.25 3ZM2.25 4C2.25 3.0335 3.0335 2.25 4 2.25H6C6.41421 2.25 6.75 2.58579 6.75 3C6.75 3.41421 6.41421 3.75 6 3.75H4C3.86193 3.75 3.75 3.86193 3.75 4V6C3.75 6.41421 3.41421 6.75 3 6.75C2.58579 6.75 2.25 6.41421 2.25 6V4ZM3 9.25C3.41421 9.25 3.75 9.58579 3.75 10V12C3.75 12.1381 3.86193 12.25 4 12.25H6C6.41421 12.25 6.75 12.5858 6.75 13C6.75 13.4142 6.41421 13.75 6 13.75H4C3.0335 13.75 2.25 12.9665 2.25 12V10C2.25 9.58579 2.58579 9.25 3 9.25ZM13 9.25C13.4142 9.25 13.75 9.58579 13.75 10V12C13.75 12.9665 12.9665 13.75 12 13.75H10C9.58579 13.75 9.25 13.4142 9.25 13C9.25 12.5858 9.58579 12.25 10 12.25H12C12.1381 12.25 12.25 12.1381 12.25 12V10C12.25 9.58579 12.5858 9.25 13 9.25Z"
18
+ }
19
+ )
20
+ }
21
+ );
22
+ }
23
+ const n = o.memo(r);
24
+ export {
25
+ n as default
26
+ };
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+
3
+ declare function ExternalLink(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
+ declare const _default: React.MemoExoticComponent<typeof ExternalLink>;
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: "M13 8.66667V11.6667C13 12.0203 12.8595 12.3594 12.6095 12.6095C12.3594 12.8595 12.0203 13 11.6667 13H4.33333C3.97971 13 3.64057 12.8595 3.39052 12.6095C3.14048 12.3594 3 12.0203 3 11.6667V4.33333C3 3.97971 3.14048 3.64057 3.39052 3.39052C3.64057 3.14048 3.97971 3 4.33333 3H7.33333M10 2H14M14 2V6M14 2L8 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 Heart(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
+ declare const _default: React.MemoExoticComponent<typeof Heart>;
5
+ export default _default;
@@ -0,0 +1,25 @@
1
+ import { jsx as t } from "react/jsx-runtime";
2
+ import o from "react";
3
+ function e(r) {
4
+ return /* @__PURE__ */ t(
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__ */ t(
12
+ "path",
13
+ {
14
+ stroke: "currentColor",
15
+ strokeWidth: "1.5",
16
+ d: "M12.2581 4.73975C11.7581 4.24122 11.1129 4 10.4677 4C9.82258 4 9.16129 4.24122 8.67742 4.73975L8 5.5L7.32258 4.73975C6.82258 4.24122 6.17742 4 5.53226 4C4.8871 4 4.24194 4.24122 3.74194 4.73975C3.22581 5.25436 3 5.92978 3 6.58912C3 10.32 8 12.5714 8 12.5714C8 12.5714 13 10.32 13 6.58912C13 5.9137 12.7758 5.23827 12.2581 4.73975Z"
17
+ }
18
+ )
19
+ }
20
+ );
21
+ }
22
+ const s = o.memo(e);
23
+ export {
24
+ s as default
25
+ };
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+
3
+ declare function HeartFilled(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
+ declare const _default: React.MemoExoticComponent<typeof HeartFilled>;
5
+ export default _default;
@@ -0,0 +1,25 @@
1
+ import { jsx as r } from "react/jsx-runtime";
2
+ import e from "react";
3
+ function o(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: /* @__PURE__ */ r(
12
+ "path",
13
+ {
14
+ stroke: "currentColor",
15
+ strokeWidth: "1.5",
16
+ d: "M12.2581 4.73975C11.7581 4.24122 11.1129 4 10.4677 4C9.82258 4 9.16129 4.24122 8.67742 4.73975L8 5.5L7.32258 4.73975C6.82258 4.24122 6.17742 4 5.53226 4C4.8871 4 4.24194 4.24122 3.74194 4.73975C3.22581 5.25436 3 5.92978 3 6.58912C3 10.32 8 12.5714 8 12.5714C8 12.5714 13 10.32 13 6.58912C13 5.9137 12.7758 5.23827 12.2581 4.73975Z"
17
+ }
18
+ )
19
+ }
20
+ );
21
+ }
22
+ const i = e.memo(o);
23
+ export {
24
+ i as default
25
+ };
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+
3
+ declare function Help(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
+ declare const _default: React.MemoExoticComponent<typeof Help>;
5
+ export default _default;
@@ -0,0 +1,27 @@
1
+ import { jsx as o } from "react/jsx-runtime";
2
+ import r from "react";
3
+ function t(e) {
4
+ return /* @__PURE__ */ o(
5
+ "svg",
6
+ {
7
+ ...e,
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 11H8.1M6 5.83632C6.16131 5.39076 6.47969 5.01506 6.89877 4.77574C7.31784 4.53642 7.81056 4.44894 8.28966 4.52879C8.76875 4.60864 9.2033 4.85067 9.51635 5.212C9.82939 5.57334 10.0007 6.03067 10 6.50298C10 7.83632 7.94168 8.50298 7.94168 8.50298M14 8C14 11.3137 11.3137 14 8 14C4.68629 14 2 11.3137 2 8C2 4.68629 4.68629 2 8 2C11.3137 2 14 4.68629 14 8Z"
19
+ }
20
+ )
21
+ }
22
+ );
23
+ }
24
+ const s = r.memo(t);
25
+ export {
26
+ s as default
27
+ };
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+
3
+ declare function LeftArrow(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
+ declare const _default: React.MemoExoticComponent<typeof LeftArrow>;
5
+ export default _default;