@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: "M2 8H14M14 8L9 3M14 8L9 13"
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 LeftChevron(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
+ declare const _default: React.MemoExoticComponent<typeof LeftChevron>;
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: "M10 4L6 8L10 12"
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 Map(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
+ declare const _default: React.MemoExoticComponent<typeof Map>;
5
+ export default _default;
@@ -0,0 +1,39 @@
1
+ import { jsxs as t, jsx as r } from "react/jsx-runtime";
2
+ import i from "react";
3
+ function o(e) {
4
+ return /* @__PURE__ */ t(
5
+ "svg",
6
+ {
7
+ ...e,
8
+ viewBox: "0 0 16 16",
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ children: [
12
+ /* @__PURE__ */ t("g", { clipPath: "url(#clip0_532_400)", children: [
13
+ /* @__PURE__ */ r(
14
+ "path",
15
+ {
16
+ stroke: "currentColor",
17
+ strokeWidth: "1.54",
18
+ strokeLinecap: "round",
19
+ strokeLinejoin: "round",
20
+ d: "M13.05 6.91002C13.05 9.75002 7.91002 13.77 7.91002 13.77C7.91002 13.77 2.77002 9.75002 2.77002 6.91002C2.77002 4.07002 5.07002 1.77002 7.91002 1.77002C10.75 1.77002 13.05 4.07002 13.05 6.91002Z"
21
+ }
22
+ ),
23
+ /* @__PURE__ */ r(
24
+ "path",
25
+ {
26
+ fill: "currentColor",
27
+ d: "M7.90999 5.89999C8.17999 5.89999 8.42999 6.00999 8.61999 6.19999C8.80999 6.38999 8.91999 6.63999 8.91999 6.90999C8.91999 7.46999 8.46999 7.91999 7.90999 7.91999C7.34999 7.91999 6.89999 7.46999 6.89999 6.90999C6.89999 6.34999 7.34999 5.89999 7.90999 5.89999ZM7.90999 4.35999C6.49999 4.35999 5.35999 5.49999 5.35999 6.90999C5.35999 8.31999 6.49999 9.45999 7.90999 9.45999C9.31999 9.45999 10.46 8.31999 10.46 6.90999C10.46 5.49999 9.31999 4.35999 7.90999 4.35999Z"
28
+ }
29
+ )
30
+ ] }),
31
+ /* @__PURE__ */ r("defs", { children: /* @__PURE__ */ r("clipPath", { id: "clip0_532_400", children: /* @__PURE__ */ r("rect", { width: "11.82", height: "13.54", fill: "white", transform: "translate(2 1)" }) }) })
32
+ ]
33
+ }
34
+ );
35
+ }
36
+ const c = i.memo(o);
37
+ export {
38
+ c as default
39
+ };
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+
3
+ declare function Refresh(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
+ declare const _default: React.MemoExoticComponent<typeof Refresh>;
5
+ export default _default;
@@ -0,0 +1,49 @@
1
+ import { jsxs as e, jsx as o } from "react/jsx-runtime";
2
+ import t from "react";
3
+ function n(r) {
4
+ return /* @__PURE__ */ e(
5
+ "svg",
6
+ {
7
+ ...r,
8
+ viewBox: "0 0 16 16",
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ children: [
12
+ /* @__PURE__ */ o(
13
+ "path",
14
+ {
15
+ stroke: "currentColor",
16
+ strokeWidth: "1.5",
17
+ strokeLinecap: "round",
18
+ strokeLinejoin: "round",
19
+ d: "M3 8H13"
20
+ }
21
+ ),
22
+ /* @__PURE__ */ o(
23
+ "path",
24
+ {
25
+ stroke: "currentColor",
26
+ strokeWidth: "1.5",
27
+ strokeLinecap: "round",
28
+ strokeLinejoin: "round",
29
+ d: "M3 12H13"
30
+ }
31
+ ),
32
+ /* @__PURE__ */ o(
33
+ "path",
34
+ {
35
+ stroke: "currentColor",
36
+ strokeWidth: "1.5",
37
+ strokeLinecap: "round",
38
+ strokeLinejoin: "round",
39
+ d: "M3 4H13"
40
+ }
41
+ )
42
+ ]
43
+ }
44
+ );
45
+ }
46
+ const d = t.memo(n);
47
+ export {
48
+ d as default
49
+ };
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+
3
+ declare function Minus(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
+ declare const _default: React.MemoExoticComponent<typeof Minus>;
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 8H13"
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 More(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
+ declare const _default: React.MemoExoticComponent<typeof More>;
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 8H4.1M8.1 8H8.2M12 8H12.1"
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 MoreInfo(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
+ declare const _default: React.MemoExoticComponent<typeof MoreInfo>;
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: "M8 5H8.1M8 8V10M14 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 = 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 Pencil(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
+ declare const _default: React.MemoExoticComponent<typeof Pencil>;
5
+ export default _default;
@@ -0,0 +1,25 @@
1
+ import { jsx as e } from "react/jsx-runtime";
2
+ import o from "react";
3
+ function t(l) {
4
+ return /* @__PURE__ */ e(
5
+ "svg",
6
+ {
7
+ ...l,
8
+ viewBox: "0 0 16 16",
9
+ fill: "currentColor",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ children: /* @__PURE__ */ e(
12
+ "path",
13
+ {
14
+ fillRule: "evenodd",
15
+ clipRule: "evenodd",
16
+ d: "M9.36962 3.17432C10.0669 2.491 11.1884 2.51034 11.8617 3.2173L12.8632 4.26888C13.5231 4.9617 13.5042 6.05599 12.8209 6.72565L6.3821 13.0356C6.27378 13.1418 6.13583 13.2126 5.98644 13.2388L3.12929 13.7388C2.89066 13.7805 2.64655 13.7044 2.47389 13.5345C2.30124 13.3646 2.2213 13.1217 2.25928 12.8824L2.73547 9.88241C2.76069 9.72351 2.83635 9.57693 2.95125 9.46432L9.36962 3.17432ZM10.7755 4.25178C10.6793 4.15079 10.5191 4.14803 10.4195 4.24564L4.17809 10.3622L3.90541 12.0801L5.49851 11.8013L11.771 5.65433C11.8686 5.55866 11.8713 5.40233 11.777 5.30336L10.7755 4.25178Z"
17
+ }
18
+ )
19
+ }
20
+ );
21
+ }
22
+ const i = o.memo(t);
23
+ export {
24
+ i as default
25
+ };
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+
3
+ declare function Play(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
+ declare const _default: React.MemoExoticComponent<typeof Play>;
5
+ export default _default;
@@ -0,0 +1,25 @@
1
+ import { jsx as e } from "react/jsx-runtime";
2
+ import o from "react";
3
+ function t(l) {
4
+ return /* @__PURE__ */ e(
5
+ "svg",
6
+ {
7
+ ...l,
8
+ viewBox: "0 0 16 16",
9
+ fill: "currentColor",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ children: /* @__PURE__ */ e(
12
+ "path",
13
+ {
14
+ fillRule: "evenodd",
15
+ clipRule: "evenodd",
16
+ d: "M3.63642 2.34402C3.87489 2.21185 4.1663 2.2195 4.3975 2.364L12.3975 7.364C12.6168 7.50106 12.75 7.74141 12.75 8C12.75 8.25859 12.6168 8.49895 12.3975 8.636L4.3975 13.636C4.1663 13.7805 3.87489 13.7882 3.63642 13.656C3.39796 13.5238 3.25 13.2726 3.25 13V3C3.25 2.72736 3.39796 2.47619 3.63642 2.34402ZM4.75 4.35319V11.6468L10.5849 8L4.75 4.35319Z"
17
+ }
18
+ )
19
+ }
20
+ );
21
+ }
22
+ const d = o.memo(t);
23
+ export {
24
+ d as default
25
+ };
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+
3
+ declare function Plus(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
+ declare const _default: React.MemoExoticComponent<typeof Plus>;
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 3V13M3 8H13"
19
+ }
20
+ )
21
+ }
22
+ );
23
+ }
24
+ const i = t.memo(e);
25
+ export {
26
+ i as default
27
+ };
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+
3
+ declare function Refresh(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
+ declare const _default: React.MemoExoticComponent<typeof Refresh>;
5
+ export default _default;
@@ -0,0 +1,27 @@
1
+ import { jsx as e } from "react/jsx-runtime";
2
+ import r from "react";
3
+ function t(o) {
4
+ return /* @__PURE__ */ e(
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__ */ e(
12
+ "path",
13
+ {
14
+ stroke: "currentColor",
15
+ strokeWidth: "1.5",
16
+ strokeLinecap: "round",
17
+ strokeLinejoin: "round",
18
+ d: "M13 4V7H10M3 12V9H6M4 10C4.9 12.7661 10.3 15.0711 13 10M3 6C3.9 3.23393 9.3 0.928865 12 6"
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 RightArrow(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
+ declare const _default: React.MemoExoticComponent<typeof RightArrow>;
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: "M14 8H2M2 8L7 3M2 8L7 13"
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 RightChevron(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
+ declare const _default: React.MemoExoticComponent<typeof RightChevron>;
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 4L10 8L6 12"
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 Search(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
+ declare const _default: React.MemoExoticComponent<typeof Search>;
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: "M13 13L10.5 11M12 7C12 9.76142 9.76142 12 7 12C4.23858 12 2 9.76142 2 7C2 4.23858 4.23858 2 7 2C9.76142 2 12 4.23858 12 7Z"
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 Sort(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
+ declare const _default: React.MemoExoticComponent<typeof Sort>;
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: "M5 12V4M5 4L3 6M5 4L7 6M11 12V4M11 12L13 10M11 12L9 10"
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 Square(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
+ declare const _default: React.MemoExoticComponent<typeof Square>;
5
+ export default _default;
@@ -0,0 +1,18 @@
1
+ import { jsx as t } from "react/jsx-runtime";
2
+ import r from "react";
3
+ function o(e) {
4
+ return /* @__PURE__ */ t(
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__ */ t("rect", { x: "2.75", y: "2.75", width: "10.5", height: "10.5", rx: "0.75", stroke: "white", strokeWidth: "1.5" })
12
+ }
13
+ );
14
+ }
15
+ const s = r.memo(o);
16
+ export {
17
+ s as default
18
+ };
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+
3
+ declare function SquareCheck(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
+ declare const _default: React.MemoExoticComponent<typeof SquareCheck>;
5
+ export default _default;
@@ -0,0 +1,27 @@
1
+ import { jsx as e } from "react/jsx-runtime";
2
+ import r from "react";
3
+ function t(o) {
4
+ return /* @__PURE__ */ e(
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__ */ e(
12
+ "path",
13
+ {
14
+ stroke: "currentColor",
15
+ strokeWidth: "1.5",
16
+ strokeLinecap: "round",
17
+ strokeLinejoin: "round",
18
+ d: "M11 6L7 10L5 8M3.5 14H12.5C13.3284 14 14 13.3284 14 12.5V3.5C14 2.67157 13.3284 2 12.5 2H3.5C2.67157 2 2 2.67157 2 3.5V12.5C2 13.3284 2.67157 14 3.5 14Z"
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 Stop(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
+ declare const _default: React.MemoExoticComponent<typeof Stop>;
5
+ export default _default;
@@ -0,0 +1,27 @@
1
+ import { jsx as o } from "react/jsx-runtime";
2
+ import r from "react";
3
+ function e(t) {
4
+ return /* @__PURE__ */ o(
5
+ "svg",
6
+ {
7
+ ...t,
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 4L12 12M14 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(e);
25
+ export {
26
+ s as default
27
+ };
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+
3
+ declare function Tick(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
+ declare const _default: React.MemoExoticComponent<typeof Tick>;
5
+ export default _default;