@cfx-dev/ui-components 4.5.21 → 5.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 (354) hide show
  1. package/dist/DropdownContent-BMfQCuaP.js +964 -0
  2. package/dist/Table.module-CMz5ENmI.js +17 -0
  3. package/dist/assets/all_css.css +1 -1
  4. package/dist/assets/css/Accordion.css +1 -1
  5. package/dist/assets/css/AccordionShowcase.css +1 -1
  6. package/dist/assets/css/Avatar.css +1 -1
  7. package/dist/assets/css/Badge.css +1 -1
  8. package/dist/assets/css/BurgerMenu.css +1 -1
  9. package/dist/assets/css/Button.css +1 -1
  10. package/dist/assets/css/Checkbox.css +1 -1
  11. package/dist/assets/css/ControlBox.css +1 -1
  12. package/dist/assets/css/CountryFlag.css +1 -1
  13. package/dist/assets/css/DataTable.css +1 -1
  14. package/dist/assets/css/Dot.css +1 -1
  15. package/dist/assets/css/DropdownContent.css +1 -1
  16. package/dist/assets/css/DropdownSelect.css +1 -1
  17. package/dist/assets/css/FlexShowcase.css +1 -1
  18. package/dist/assets/css/Flyout.css +1 -1
  19. package/dist/assets/css/FormField.css +1 -0
  20. package/dist/assets/css/Icon.css +1 -1
  21. package/dist/assets/css/IconButton.css +1 -1
  22. package/dist/assets/css/InfoPanel.css +1 -1
  23. package/dist/assets/css/Input.css +1 -1
  24. package/dist/assets/css/InputDropzone.css +1 -1
  25. package/dist/assets/css/Island.css +1 -1
  26. package/dist/assets/css/ItemPreview.css +1 -1
  27. package/dist/assets/css/Link.css +1 -1
  28. package/dist/assets/css/Loaf.css +1 -1
  29. package/dist/assets/css/Modal.css +1 -1
  30. package/dist/assets/css/NavList.css +1 -1
  31. package/dist/assets/css/Page.css +1 -1
  32. package/dist/assets/css/Popover.css +1 -1
  33. package/dist/assets/css/Prose.css +1 -1
  34. package/dist/assets/css/Radio.css +1 -1
  35. package/dist/assets/css/Range.css +1 -1
  36. package/dist/assets/css/RangeInput.css +1 -1
  37. package/dist/assets/css/RichInput.css +1 -1
  38. package/dist/assets/css/Select.css +1 -1
  39. package/dist/assets/css/Separator.css +1 -1
  40. package/dist/assets/css/Skeleton.css +1 -1
  41. package/dist/assets/css/Slider.css +1 -1
  42. package/dist/assets/css/StyledInput.css +1 -1
  43. package/dist/assets/css/StyledTextarea.css +1 -1
  44. package/dist/assets/css/Switch.css +1 -1
  45. package/dist/assets/css/Table.css +1 -1
  46. package/dist/assets/css/Tabular.css +1 -1
  47. package/dist/assets/css/Text.css +1 -1
  48. package/dist/assets/css/TextShowcase.css +1 -1
  49. package/dist/assets/css/Textarea.css +1 -1
  50. package/dist/assets/css/Title.css +1 -1
  51. package/dist/assets/css/ToggleGroup.css +1 -1
  52. package/dist/assets/general/global.css +1 -1
  53. package/dist/cfxIcons-0xD_EEXT.js +110 -0
  54. package/dist/cfxIconsXLarge-D0vz6Yd_.js +110 -0
  55. package/dist/components/Accordion/Accordion.d.ts +0 -3
  56. package/dist/components/Accordion/Accordion.js +117 -121
  57. package/dist/components/Accordion/AccordionShowcase.js +22 -26
  58. package/dist/components/Avatar/Avatar.d.ts +1 -1
  59. package/dist/components/Avatar/Avatar.js +12 -12
  60. package/dist/components/Avatar/AvatarShowcase.js +4 -4
  61. package/dist/components/Badge/Badge.d.ts +1 -1
  62. package/dist/components/Badge/Badge.js +7 -7
  63. package/dist/components/Badge/BadgeShowcase.js +20 -20
  64. package/dist/components/BurgerMenu/BurgerMenu.js +7 -7
  65. package/dist/components/BurgerMenu/BurgerMenuShowcase.js +8 -8
  66. package/dist/components/Button/Button.d.ts +1 -1
  67. package/dist/components/Button/Button.js +15 -15
  68. package/dist/components/Button/ButtonShowcase.js +80 -57
  69. package/dist/components/Checkbox/Checkbox.d.ts +4 -1
  70. package/dist/components/Checkbox/Checkbox.js +276 -191
  71. package/dist/components/Checkbox/CheckboxShowcase.js +170 -29
  72. package/dist/components/ControlBox/ControlBox.d.ts +1 -1
  73. package/dist/components/ControlBox/ControlBox.js +17 -17
  74. package/dist/components/DataTable/DataTableShowcase.js +5 -5
  75. package/dist/components/Dot/Dot.d.ts +1 -1
  76. package/dist/components/Dot/Dot.js +15 -15
  77. package/dist/components/DropdownContent/DropdownContent.d.ts +1 -5
  78. package/dist/components/DropdownContent/DropdownContent.js +2 -3
  79. package/dist/components/DropdownContent/index.d.ts +1 -1
  80. package/dist/components/DropdownContent/index.js +2 -3
  81. package/dist/components/DropdownMenu/DropdownMenu.d.ts +1 -2
  82. package/dist/components/DropdownMenu/DropdownMenu.js +17 -19
  83. package/dist/components/DropdownSelect/DropdownSelect.d.ts +0 -5
  84. package/dist/components/DropdownSelect/DropdownSelect.js +47 -55
  85. package/dist/components/DropdownSelect/DropdownSelectShowcase.js +10 -11
  86. package/dist/components/Flyout/Flyout.d.ts +1 -1
  87. package/dist/components/Flyout/Flyout.js +10 -10
  88. package/dist/components/FormField/FormField.d.ts +20 -0
  89. package/dist/components/FormField/FormField.js +68 -0
  90. package/dist/components/FormField/FormFieldShowcase.d.ts +5 -0
  91. package/dist/components/FormField/FormFieldShowcase.js +59 -0
  92. package/dist/components/FormField/index.d.ts +1 -0
  93. package/dist/components/FormField/index.js +4 -0
  94. package/dist/components/Icon/Icon.d.ts +6 -2
  95. package/dist/components/Icon/Icon.js +33 -32
  96. package/dist/components/IconButton/IconButton.js +1 -1
  97. package/dist/components/Icons/Icons.types.d.ts +1 -3
  98. package/dist/components/Icons/IconsShowcase.js +224 -92
  99. package/dist/components/Icons/cfx-icons/Cart.js +17 -33
  100. package/dist/components/Icons/cfx-icons/Close.js +7 -8
  101. package/dist/components/Icons/cfx-icons/Controller.js +13 -20
  102. package/dist/components/Icons/cfx-icons/Copy.js +6 -7
  103. package/dist/components/Icons/cfx-icons/DownArrow.js +4 -5
  104. package/dist/components/Icons/cfx-icons/DownChevron.js +4 -5
  105. package/dist/components/Icons/cfx-icons/Download.js +6 -7
  106. package/dist/components/Icons/cfx-icons/Expand.js +1 -1
  107. package/dist/components/Icons/cfx-icons/ExternalLink.js +9 -10
  108. package/dist/components/Icons/cfx-icons/Filter.js +9 -9
  109. package/dist/components/Icons/cfx-icons/Folder.d.ts +5 -0
  110. package/dist/components/Icons/cfx-icons/Folder.js +24 -0
  111. package/dist/components/Icons/cfx-icons/Heart.js +9 -10
  112. package/dist/components/Icons/cfx-icons/HeartFilled.js +3 -4
  113. package/dist/components/Icons/cfx-icons/Help.js +9 -10
  114. package/dist/components/Icons/cfx-icons/LeftArrow.js +9 -10
  115. package/dist/components/Icons/cfx-icons/LeftChevron.js +7 -8
  116. package/dist/components/Icons/cfx-icons/Map.js +14 -30
  117. package/dist/components/Icons/cfx-icons/Menu.js +17 -40
  118. package/dist/components/Icons/cfx-icons/Minus.js +2 -3
  119. package/dist/components/Icons/cfx-icons/More.js +4 -5
  120. package/dist/components/Icons/cfx-icons/MoreInfo.js +6 -7
  121. package/dist/components/Icons/cfx-icons/Pencil.js +3 -3
  122. package/dist/components/Icons/cfx-icons/Play.js +6 -6
  123. package/dist/components/Icons/cfx-icons/Plus.js +4 -5
  124. package/dist/components/Icons/cfx-icons/Radio.js +15 -25
  125. package/dist/components/Icons/cfx-icons/Refresh.js +10 -11
  126. package/dist/components/Icons/cfx-icons/RightArrow.js +9 -10
  127. package/dist/components/Icons/cfx-icons/RightChevron.js +4 -5
  128. package/dist/components/Icons/cfx-icons/Search.js +9 -10
  129. package/dist/components/Icons/cfx-icons/ServerList.d.ts +5 -0
  130. package/dist/components/Icons/cfx-icons/ServerList.js +24 -0
  131. package/dist/components/Icons/cfx-icons/ServerReconnect.d.ts +5 -0
  132. package/dist/components/Icons/cfx-icons/ServerReconnect.js +24 -0
  133. package/dist/components/Icons/cfx-icons/Sort.js +6 -7
  134. package/dist/components/Icons/cfx-icons/Square.js +8 -9
  135. package/dist/components/Icons/cfx-icons/SquareFilled.d.ts +5 -0
  136. package/dist/components/Icons/cfx-icons/SquareFilled.js +23 -0
  137. package/dist/components/Icons/cfx-icons/SquareTick.d.ts +5 -0
  138. package/dist/components/Icons/cfx-icons/SquareTick.js +26 -0
  139. package/dist/components/Icons/cfx-icons/Stop.js +7 -8
  140. package/dist/components/Icons/cfx-icons/Success.d.ts +5 -0
  141. package/dist/components/Icons/cfx-icons/Success.js +26 -0
  142. package/dist/components/Icons/cfx-icons/Tick.js +4 -5
  143. package/dist/components/Icons/cfx-icons/Transfer.js +7 -8
  144. package/dist/components/Icons/cfx-icons/Trash.js +6 -6
  145. package/dist/components/Icons/cfx-icons/Undo.js +5 -6
  146. package/dist/components/Icons/cfx-icons/UpArrow.js +9 -10
  147. package/dist/components/Icons/cfx-icons/UpChevron.js +4 -5
  148. package/dist/components/Icons/cfx-icons/Upload.js +7 -8
  149. package/dist/components/Icons/cfx-icons/UpvotesBurst.js +10 -10
  150. package/dist/components/Icons/cfx-icons/UpvotesRecurring.js +10 -11
  151. package/dist/components/Icons/cfx-icons/User.js +13 -20
  152. package/dist/components/Icons/cfx-icons/Users.js +13 -32
  153. package/dist/components/Icons/cfx-icons/Verified.js +1 -1
  154. package/dist/components/Icons/cfx-icons/Visibility.js +8 -8
  155. package/dist/components/Icons/cfx-icons/VisibilityOff.js +1 -1
  156. package/dist/components/Icons/cfx-icons/Warning.js +9 -10
  157. package/dist/components/Icons/cfx-iconsXLarge/Cart.d.ts +5 -0
  158. package/dist/components/Icons/cfx-iconsXLarge/Cart.js +26 -0
  159. package/dist/components/Icons/cfx-iconsXLarge/Close.d.ts +5 -0
  160. package/dist/components/Icons/cfx-iconsXLarge/Close.js +26 -0
  161. package/dist/components/Icons/cfx-iconsXLarge/Controller.d.ts +5 -0
  162. package/dist/components/Icons/cfx-iconsXLarge/Controller.js +24 -0
  163. package/dist/components/Icons/cfx-iconsXLarge/Copy.d.ts +5 -0
  164. package/dist/components/Icons/cfx-iconsXLarge/Copy.js +26 -0
  165. package/dist/components/Icons/cfx-iconsXLarge/DownArrow.d.ts +5 -0
  166. package/dist/components/Icons/cfx-iconsXLarge/DownArrow.js +26 -0
  167. package/dist/components/Icons/cfx-iconsXLarge/DownChevron.d.ts +5 -0
  168. package/dist/components/Icons/cfx-iconsXLarge/DownChevron.js +26 -0
  169. package/dist/components/Icons/cfx-iconsXLarge/Download.d.ts +5 -0
  170. package/dist/components/Icons/cfx-iconsXLarge/Download.js +26 -0
  171. package/dist/components/Icons/cfx-iconsXLarge/Expand.d.ts +5 -0
  172. package/dist/components/Icons/cfx-iconsXLarge/Expand.js +26 -0
  173. package/dist/components/Icons/cfx-iconsXLarge/ExternalLink.d.ts +5 -0
  174. package/dist/components/Icons/cfx-iconsXLarge/ExternalLink.js +26 -0
  175. package/dist/components/Icons/cfx-iconsXLarge/Filter.d.ts +5 -0
  176. package/dist/components/Icons/cfx-iconsXLarge/Filter.js +23 -0
  177. package/dist/components/Icons/cfx-iconsXLarge/Folder.d.ts +5 -0
  178. package/dist/components/Icons/cfx-iconsXLarge/Folder.js +24 -0
  179. package/dist/components/Icons/cfx-iconsXLarge/Heart.d.ts +5 -0
  180. package/dist/components/Icons/cfx-iconsXLarge/Heart.js +24 -0
  181. package/dist/components/Icons/cfx-iconsXLarge/HeartFilled.d.ts +5 -0
  182. package/dist/components/Icons/cfx-iconsXLarge/HeartFilled.js +24 -0
  183. package/dist/components/Icons/cfx-iconsXLarge/Help.d.ts +5 -0
  184. package/dist/components/Icons/cfx-iconsXLarge/Help.js +26 -0
  185. package/dist/components/Icons/cfx-iconsXLarge/LeftArrow.d.ts +5 -0
  186. package/dist/components/Icons/cfx-iconsXLarge/LeftArrow.js +26 -0
  187. package/dist/components/Icons/cfx-iconsXLarge/LeftChevron.d.ts +5 -0
  188. package/dist/components/Icons/cfx-iconsXLarge/LeftChevron.js +26 -0
  189. package/dist/components/Icons/cfx-iconsXLarge/Map.d.ts +5 -0
  190. package/dist/components/Icons/cfx-iconsXLarge/Map.js +23 -0
  191. package/dist/components/Icons/cfx-iconsXLarge/Menu.d.ts +5 -0
  192. package/dist/components/Icons/cfx-iconsXLarge/Menu.js +26 -0
  193. package/dist/components/Icons/cfx-iconsXLarge/Minus.d.ts +5 -0
  194. package/dist/components/Icons/{cfx-icons-big/Upload.js → cfx-iconsXLarge/Minus.js} +2 -3
  195. package/dist/components/Icons/cfx-iconsXLarge/More.d.ts +5 -0
  196. package/dist/components/Icons/cfx-iconsXLarge/More.js +26 -0
  197. package/dist/components/Icons/cfx-iconsXLarge/MoreInfo.d.ts +5 -0
  198. package/dist/components/Icons/cfx-iconsXLarge/MoreInfo.js +26 -0
  199. package/dist/components/Icons/cfx-iconsXLarge/Pencil.d.ts +5 -0
  200. package/dist/components/Icons/cfx-iconsXLarge/Pencil.js +25 -0
  201. package/dist/components/Icons/cfx-iconsXLarge/Play.d.ts +5 -0
  202. package/dist/components/Icons/cfx-iconsXLarge/Play.js +25 -0
  203. package/dist/components/Icons/cfx-iconsXLarge/Plus.d.ts +5 -0
  204. package/dist/components/Icons/cfx-iconsXLarge/Plus.js +26 -0
  205. package/dist/components/Icons/cfx-iconsXLarge/Radio.d.ts +5 -0
  206. package/dist/components/Icons/cfx-iconsXLarge/Radio.js +26 -0
  207. package/dist/components/Icons/cfx-iconsXLarge/Refresh.d.ts +5 -0
  208. package/dist/components/Icons/cfx-iconsXLarge/Refresh.js +26 -0
  209. package/dist/components/Icons/cfx-iconsXLarge/RightArrow.d.ts +5 -0
  210. package/dist/components/Icons/cfx-iconsXLarge/RightArrow.js +26 -0
  211. package/dist/components/Icons/cfx-iconsXLarge/RightChevron.d.ts +5 -0
  212. package/dist/components/Icons/cfx-iconsXLarge/RightChevron.js +26 -0
  213. package/dist/components/Icons/cfx-iconsXLarge/Search.d.ts +5 -0
  214. package/dist/components/Icons/cfx-iconsXLarge/Search.js +26 -0
  215. package/dist/components/Icons/cfx-iconsXLarge/ServerList.d.ts +5 -0
  216. package/dist/components/Icons/cfx-iconsXLarge/ServerList.js +24 -0
  217. package/dist/components/Icons/cfx-iconsXLarge/ServerReconnect.d.ts +5 -0
  218. package/dist/components/Icons/cfx-iconsXLarge/ServerReconnect.js +24 -0
  219. package/dist/components/Icons/cfx-iconsXLarge/Sort.d.ts +5 -0
  220. package/dist/components/Icons/cfx-iconsXLarge/Sort.js +26 -0
  221. package/dist/components/Icons/cfx-iconsXLarge/Square.d.ts +5 -0
  222. package/dist/components/Icons/cfx-iconsXLarge/Square.js +23 -0
  223. package/dist/components/Icons/cfx-iconsXLarge/SquareFilled.d.ts +5 -0
  224. package/dist/components/Icons/cfx-iconsXLarge/SquareFilled.js +26 -0
  225. package/dist/components/Icons/cfx-iconsXLarge/SquareTick.d.ts +5 -0
  226. package/dist/components/Icons/cfx-iconsXLarge/SquareTick.js +26 -0
  227. package/dist/components/Icons/cfx-iconsXLarge/Stop.d.ts +5 -0
  228. package/dist/components/Icons/cfx-iconsXLarge/Stop.js +26 -0
  229. package/dist/components/Icons/cfx-iconsXLarge/Success.d.ts +5 -0
  230. package/dist/components/Icons/cfx-iconsXLarge/Success.js +26 -0
  231. package/dist/components/Icons/cfx-iconsXLarge/Tick.d.ts +5 -0
  232. package/dist/components/Icons/cfx-iconsXLarge/Tick.js +26 -0
  233. package/dist/components/Icons/cfx-iconsXLarge/Transfer.d.ts +5 -0
  234. package/dist/components/Icons/cfx-iconsXLarge/Transfer.js +26 -0
  235. package/dist/components/Icons/cfx-iconsXLarge/Trash.d.ts +5 -0
  236. package/dist/components/Icons/cfx-iconsXLarge/Trash.js +23 -0
  237. package/dist/components/Icons/cfx-iconsXLarge/Undo.d.ts +5 -0
  238. package/dist/components/Icons/cfx-iconsXLarge/Undo.js +26 -0
  239. package/dist/components/Icons/cfx-iconsXLarge/UpArrow.d.ts +5 -0
  240. package/dist/components/Icons/cfx-iconsXLarge/UpArrow.js +26 -0
  241. package/dist/components/Icons/cfx-iconsXLarge/UpChevron.d.ts +5 -0
  242. package/dist/components/Icons/cfx-iconsXLarge/UpChevron.js +26 -0
  243. package/dist/components/Icons/cfx-iconsXLarge/Upload.js +26 -0
  244. package/dist/components/Icons/cfx-iconsXLarge/UpvotesBurst.d.ts +5 -0
  245. package/dist/components/Icons/cfx-iconsXLarge/UpvotesBurst.js +26 -0
  246. package/dist/components/Icons/cfx-iconsXLarge/UpvotesRecurring.d.ts +5 -0
  247. package/dist/components/Icons/cfx-iconsXLarge/UpvotesRecurring.js +26 -0
  248. package/dist/components/Icons/cfx-iconsXLarge/User.d.ts +5 -0
  249. package/dist/components/Icons/cfx-iconsXLarge/User.js +24 -0
  250. package/dist/components/Icons/cfx-iconsXLarge/Users.d.ts +5 -0
  251. package/dist/components/Icons/cfx-iconsXLarge/Users.js +24 -0
  252. package/dist/components/Icons/cfx-iconsXLarge/Verified.d.ts +5 -0
  253. package/dist/components/Icons/cfx-iconsXLarge/Verified.js +23 -0
  254. package/dist/components/Icons/cfx-iconsXLarge/Visibility.d.ts +5 -0
  255. package/dist/components/Icons/cfx-iconsXLarge/Visibility.js +23 -0
  256. package/dist/components/Icons/cfx-iconsXLarge/VisibilityOff.d.ts +5 -0
  257. package/dist/components/Icons/cfx-iconsXLarge/VisibilityOff.js +23 -0
  258. package/dist/components/Icons/cfx-iconsXLarge/Warning.js +26 -0
  259. package/dist/components/Icons/cfxIcons.d.ts +6 -1
  260. package/dist/components/Icons/cfxIcons.js +88 -78
  261. package/dist/components/Icons/cfxIconsXLarge.d.ts +52 -0
  262. package/dist/components/Icons/cfxIconsXLarge.js +106 -0
  263. package/dist/components/Icons/index.d.ts +2 -2
  264. package/dist/components/Icons/index.js +3 -3
  265. package/dist/components/InfoPanel/InfoPanel.d.ts +1 -1
  266. package/dist/components/InfoPanel/InfoPanel.js +10 -10
  267. package/dist/components/InfoPanel/InfoPanelShowcase.js +30 -30
  268. package/dist/components/Input/Input.d.ts +3 -3
  269. package/dist/components/Input/Input.js +94 -107
  270. package/dist/components/Input/Input.types.d.ts +1 -1
  271. package/dist/components/Input/InputShowcase.js +80 -64
  272. package/dist/components/Input/RichInput.js +48 -62
  273. package/dist/components/InputDropzone/InputDropzone.js +52 -43
  274. package/dist/components/InputDropzone/ItemPreview.js +23 -21
  275. package/dist/components/Layout/Pad/Pad.d.ts +2 -2
  276. package/dist/components/Layout/Pad/Pad.js +1 -1
  277. package/dist/components/Link/LinkShowcase.js +39 -39
  278. package/dist/components/Loaf/Loaf.d.ts +2 -2
  279. package/dist/components/Loaf/Loaf.js +15 -15
  280. package/dist/components/Modal/Modal.d.ts +3 -3
  281. package/dist/components/Modal/Modal.js +26 -26
  282. package/dist/components/Modal/ModalShowcase.js +13 -13
  283. package/dist/components/Pagination/Pagination.js +5 -5
  284. package/dist/components/RSC/Flex/Flex.d.ts +2 -2
  285. package/dist/components/RSC/Flex/Flex.js +17 -17
  286. package/dist/components/Radio/Radio.d.ts +1 -1
  287. package/dist/components/Radio/Radio.js +19 -19
  288. package/dist/components/Range/RangeShowcase.js +10 -10
  289. package/dist/components/Select/Select.d.ts +0 -3
  290. package/dist/components/Select/Select.js +372 -391
  291. package/dist/components/Select/SelectShowcase.js +20 -47
  292. package/dist/components/Separator/Separator.d.ts +1 -2
  293. package/dist/components/Separator/Separator.js +29 -42
  294. package/dist/components/Skeleton/SkeletonShowcase.js +12 -12
  295. package/dist/components/Slider/SliderShowcase.js +6 -6
  296. package/dist/components/StyledInput/StyledInput.d.ts +3 -3
  297. package/dist/components/StyledInput/StyledInput.js +16 -32
  298. package/dist/components/Switch/Switch.d.ts +6 -0
  299. package/dist/components/Switch/Switch.js +99 -85
  300. package/dist/components/Table/TableBody.js +1 -1
  301. package/dist/components/Table/TableCell.js +1 -1
  302. package/dist/components/Table/TableCellCheckbox.js +1 -1
  303. package/dist/components/Table/TableHeader.js +1 -1
  304. package/dist/components/Table/TableIconButton.js +1 -1
  305. package/dist/components/Table/TableRoot.js +1 -1
  306. package/dist/components/Table/TableRow.d.ts +1 -1
  307. package/dist/components/Table/TableRow.js +8 -8
  308. package/dist/components/TableResponsiveText/TableResponsiveText.js +4 -4
  309. package/dist/components/Tabular/TabularShowcase.js +22 -22
  310. package/dist/components/Text/BodyShowcase.js +261 -48
  311. package/dist/components/Text/HeadingShowcase.js +179 -24
  312. package/dist/components/Text/Text.d.ts +1 -0
  313. package/dist/components/Text/Text.js +62 -57
  314. package/dist/components/Text/Text.types.d.ts +6 -4
  315. package/dist/components/Text/TextShowcase.d.ts +15 -6
  316. package/dist/components/Text/TextShowcase.js +63 -38
  317. package/dist/components/Title/TitleShowcase.js +97 -17
  318. package/dist/components/ToggleGroup/ToggleGroup.d.ts +1 -1
  319. package/dist/components/ToggleGroup/ToggleGroup.js +22 -22
  320. package/dist/components/ToggleGroup/ToggleGroupShowcase.js +76 -40
  321. package/dist/main.d.ts +5 -6
  322. package/dist/main.js +87 -87
  323. package/dist/styles-scss/_ui.scss +94 -14
  324. package/dist/styles-scss/global.scss +17 -15
  325. package/dist/styles-scss/tokens.scss +158 -53
  326. package/dist/utils/ui/index.d.ts +2 -2
  327. package/dist/utils/ui/index.js +12 -10
  328. package/dist/utils/ui/ui.d.ts +7 -2
  329. package/dist/utils/ui/ui.js +64 -46
  330. package/dist/utils/ui/ui.types.d.ts +68 -23
  331. package/dist/utils/ui/ui.types.js +18 -15
  332. package/package.json +1 -1
  333. package/dist/DropdownContent-MvHlrWi6.js +0 -989
  334. package/dist/Table.module-DffST69u.js +0 -17
  335. package/dist/assets/css/IconBig.css +0 -1
  336. package/dist/cfxIcons-B4SQ4Ljd.js +0 -100
  337. package/dist/cfxIconsBig-BLJjMT-Y.js +0 -16
  338. package/dist/components/IconBig/IconBig.d.ts +0 -13
  339. package/dist/components/IconBig/IconBig.js +0 -78
  340. package/dist/components/IconBig/index.d.ts +0 -2
  341. package/dist/components/IconBig/index.js +0 -4
  342. package/dist/components/Icons/cfx-icons/SquareCheck.d.ts +0 -5
  343. package/dist/components/Icons/cfx-icons/SquareCheck.js +0 -27
  344. package/dist/components/Icons/cfx-icons-big/Confirm.d.ts +0 -5
  345. package/dist/components/Icons/cfx-icons-big/Confirm.js +0 -39
  346. package/dist/components/Icons/cfx-icons-big/Like.d.ts +0 -5
  347. package/dist/components/Icons/cfx-icons-big/Like.js +0 -25
  348. package/dist/components/Icons/cfx-icons-big/Subscriptions.d.ts +0 -5
  349. package/dist/components/Icons/cfx-icons-big/Subscriptions.js +0 -33
  350. package/dist/components/Icons/cfx-icons-big/Warning.js +0 -27
  351. package/dist/components/Icons/cfxIconsBig.d.ts +0 -5
  352. package/dist/components/Icons/cfxIconsBig.js +0 -12
  353. /package/dist/components/Icons/{cfx-icons-big → cfx-iconsXLarge}/Upload.d.ts +0 -0
  354. /package/dist/components/Icons/{cfx-icons-big → cfx-iconsXLarge}/Warning.d.ts +0 -0
@@ -0,0 +1,26 @@
1
+ import { jsx as r } from "react/jsx-runtime";
2
+ import t from "react";
3
+ function C(o) {
4
+ return /* @__PURE__ */ r(
5
+ "svg",
6
+ {
7
+ viewBox: "0 0 64 64",
8
+ fill: "currentColor",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...o,
11
+ children: /* @__PURE__ */ r(
12
+ "path",
13
+ {
14
+ stroke: "currentColor",
15
+ strokeLinecap: "round",
16
+ strokeLinejoin: "round",
17
+ d: "M35.89 53.885C36.4 53.885 36.91 53.685 37.3 53.295L57.3 33.295C57.3 33.295 57.32 33.275 57.33 33.265C57.51 33.075 57.64 32.865 57.74 32.645C57.84 32.415 57.89 32.165 57.89 31.905V31.875C57.89 31.615 57.83 31.365 57.74 31.135C57.67 30.965 57.58 30.815 57.47 30.665C57.47 30.665 57.47 30.665 57.47 30.655C57.47 30.655 57.47 30.645 57.46 30.645C57.45 30.635 57.44 30.615 57.43 30.605C57.43 30.605 57.43 30.605 57.42 30.595C57.42 30.595 57.42 30.595 57.41 30.585L37.41 10.585C36.63 9.805 35.36 9.805 34.58 10.585C33.8 11.365 33.8 12.635 34.58 13.415L51.17 30.005H8.00003C6.90003 30.005 6.00003 30.905 6.00003 32.005C6.00003 33.105 6.90003 34.005 8.00003 34.005H51.17L34.58 50.595C33.8 51.375 33.8 52.645 34.58 53.425C34.97 53.815 35.48 54.015 35.99 54.015L35.89 53.885Z"
18
+ }
19
+ )
20
+ }
21
+ );
22
+ }
23
+ const i = t.memo(C);
24
+ export {
25
+ i as default
26
+ };
@@ -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,26 @@
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
+ viewBox: "0 0 64 64",
8
+ fill: "currentColor",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...r,
11
+ children: /* @__PURE__ */ o(
12
+ "path",
13
+ {
14
+ stroke: "currentColor",
15
+ strokeLinecap: "round",
16
+ strokeLinejoin: "round",
17
+ d: "M24.005 49.9999C24.515 49.9999 25.025 49.7999 25.415 49.4099L41.415 33.4099C41.795 33.0299 42.005 32.5299 42.005 31.9999C42.005 31.4699 41.795 30.9599 41.415 30.5899L25.415 14.5899C24.635 13.8099 23.365 13.8099 22.585 14.5899C21.805 15.3699 21.805 16.6399 22.585 17.4199L37.175 32.0099L22.585 46.5999C21.805 47.3799 21.805 48.6499 22.585 49.4299C22.975 49.8199 23.485 50.0199 23.995 50.0199L24.005 49.9999Z"
18
+ }
19
+ )
20
+ }
21
+ );
22
+ }
23
+ const C = t.memo(e);
24
+ export {
25
+ C as default
26
+ };
@@ -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,26 @@
1
+ import { jsx as r } from "react/jsx-runtime";
2
+ import o from "react";
3
+ function e(C) {
4
+ return /* @__PURE__ */ r(
5
+ "svg",
6
+ {
7
+ viewBox: "0 0 64 64",
8
+ fill: "currentColor",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...C,
11
+ children: /* @__PURE__ */ r(
12
+ "path",
13
+ {
14
+ stroke: "currentColor",
15
+ strokeLinecap: "round",
16
+ strokeLinejoin: "round",
17
+ d: "M56 58C55.49 58 54.98 57.8 54.59 57.41L46.39 49.21C41.96 52.98 36.4 55.03 30.52 55.03C23.97 55.03 17.81 52.48 13.18 47.85C8.54999 43.22 6 37.06 6 30.51C6 23.96 8.54999 17.8 13.18 13.17C17.81 8.53999 23.97 5.98999 30.52 5.98999C37.07 5.98999 43.23 8.53999 47.86 13.17C52.49 17.8 55.04 23.96 55.04 30.51C55.04 36.39 52.99 41.95 49.22 46.38L57.42 54.58C58.2 55.36 58.2 56.63 57.42 57.41C57.03 57.8 56.52 58 56.01 58H56ZM30.52 9.99999C25.04 9.99999 19.88 12.13 16.01 16.01C12.13 19.89 10 25.04 10 30.52C10 36 12.13 41.15 16.01 45.03C19.89 48.91 25.04 51.04 30.52 51.04C36 51.04 41.16 48.91 45.03 45.03C48.91 41.15 51.04 36 51.04 30.52C51.04 25.04 48.91 19.89 45.03 16.01C41.15 12.13 36 9.99999 30.52 9.99999Z"
18
+ }
19
+ )
20
+ }
21
+ );
22
+ }
23
+ const c = o.memo(e);
24
+ export {
25
+ c as default
26
+ };
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+
3
+ declare function ServerList(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
+ declare const _default: React.MemoExoticComponent<typeof ServerList>;
5
+ export default _default;
@@ -0,0 +1,24 @@
1
+ import { jsx as C } from "react/jsx-runtime";
2
+ import t from "react";
3
+ function e(r) {
4
+ return /* @__PURE__ */ C(
5
+ "svg",
6
+ {
7
+ viewBox: "0 0 64 64",
8
+ fill: "currentColor",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...r,
11
+ children: /* @__PURE__ */ C(
12
+ "path",
13
+ {
14
+ d: "M55.09 48V48.4C55.09 49.5 54.19 50.4 53.09 50.4C51.99 50.4 51.09 49.5 51.09 48.4V48C51.09 46.9 51.99 46 53.09 46C54.19 46 55.09 46.9 55.09 48ZM53.09 14C51.99 14 51.09 14.9 51.09 16V16.4C51.09 17.5 51.99 18.4 53.09 18.4C54.19 18.4 55.09 17.5 55.09 16.4V16C55.09 14.9 54.19 14 53.09 14ZM53.09 29.6C51.99 29.6 51.09 30.5 51.09 31.6V32C51.09 33.1 51.99 34 53.09 34C54.19 34 55.09 33.1 55.09 32V31.6C55.09 30.5 54.19 29.6 53.09 29.6ZM43.37 30.2H10C8.9 30.2 8 31.1 8 32.2C8 33.3 8.9 34.2 10 34.2H43.37C44.47 34.2 45.37 33.3 45.37 32.2C45.37 31.1 44.47 30.2 43.37 30.2ZM43.37 46.2H10C8.9 46.2 8 47.1 8 48.2C8 49.3 8.9 50.2 10 50.2H43.37C44.47 50.2 45.37 49.3 45.37 48.2C45.37 47.1 44.47 46.2 43.37 46.2ZM43.37 14.2H10C8.9 14.2 8 15.1 8 16.2C8 17.3 8.9 18.2 10 18.2H43.37C44.47 18.2 45.37 17.3 45.37 16.2C45.37 15.1 44.47 14.2 43.37 14.2Z",
15
+ stroke: "currentColor"
16
+ }
17
+ )
18
+ }
19
+ );
20
+ }
21
+ const i = t.memo(e);
22
+ export {
23
+ i as default
24
+ };
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+
3
+ declare function ServerReconnect(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
+ declare const _default: React.MemoExoticComponent<typeof ServerReconnect>;
5
+ export default _default;
@@ -0,0 +1,24 @@
1
+ import { jsx as r } from "react/jsx-runtime";
2
+ import e from "react";
3
+ function o(C) {
4
+ return /* @__PURE__ */ r(
5
+ "svg",
6
+ {
7
+ viewBox: "0 0 64 64",
8
+ fill: "currentColor",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...C,
11
+ children: /* @__PURE__ */ r(
12
+ "path",
13
+ {
14
+ d: "M56 32C56 45.23 45.23 56 32 56C18.77 56 8 45.23 8 32C8 18.77 18.77 8 32 8C39.66 8 46.68 11.59 51.17 17.57V10C51.17 8.9 52.07 8 53.17 8C54.27 8 55.17 8.9 55.17 10V22C55.17 23.1 54.27 24 53.17 24H41.17C40.07 24 39.17 23.1 39.17 22C39.17 20.9 40.07 20 41.17 20H47.99C44.25 15 38.39 12 32 12C20.97 12 12 20.97 12 32C12 43.03 20.97 52 32 52C43.03 52 52 43.03 52 32C52 30.9 52.9 30 54 30C55.1 30 56 30.9 56 32ZM27.96 23.91C26.63 23.08 24.9 24.03 24.9 25.61V38.39C24.9 39.96 26.63 40.92 27.96 40.09L38.19 33.71C39.44 32.93 39.45 31.1 38.19 30.32L27.96 23.92V23.91Z",
15
+ stroke: "currentColor"
16
+ }
17
+ )
18
+ }
19
+ );
20
+ }
21
+ const c = e.memo(o);
22
+ export {
23
+ c as default
24
+ };
@@ -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,26 @@
1
+ import { jsx as C } from "react/jsx-runtime";
2
+ import r from "react";
3
+ function t(o) {
4
+ return /* @__PURE__ */ C(
5
+ "svg",
6
+ {
7
+ viewBox: "0 0 64 64",
8
+ fill: "currentColor",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...o,
11
+ children: /* @__PURE__ */ C(
12
+ "path",
13
+ {
14
+ stroke: "currentColor",
15
+ strokeLinecap: "round",
16
+ strokeLinejoin: "round",
17
+ d: "M44 50C43.73 50 43.47 49.95 43.23 49.85C43.01 49.76 42.8 49.62 42.61 49.45C42.6 49.44 42.59 49.43 42.58 49.42L34.58 41.42C33.8 40.64 33.8 39.37 34.58 38.59C35.36 37.81 36.63 37.81 37.41 38.59L42 43.18V16C42 14.9 42.9 14 44 14C45.1 14 46 14.9 46 16V43.17L50.59 38.58C51.37 37.8 52.64 37.8 53.42 38.58C54.2 39.36 54.2 40.63 53.42 41.41L45.42 49.41C45.42 49.41 45.4 49.43 45.39 49.44C45.21 49.62 45 49.75 44.77 49.84C44.53 49.94 44.27 49.99 44 49.99V50ZM20 50C18.9 50 18 49.1 18 48V20.83L13.41 25.42C12.63 26.2 11.36 26.2 10.58 25.42C9.8 24.64 9.8 23.37 10.58 22.59L18.58 14.59C18.58 14.59 18.6 14.57 18.61 14.56C18.79 14.38 19 14.25 19.23 14.15C19.7 13.95 20.3 13.95 20.77 14.15C20.99 14.24 21.2 14.38 21.39 14.55C21.4 14.56 21.41 14.57 21.42 14.58L29.42 22.58C30.2 23.36 30.2 24.63 29.42 25.41C28.64 26.19 27.37 26.19 26.59 25.41L22 20.82V47.99C22 49.09 21.1 49.99 20 49.99V50Z"
18
+ }
19
+ )
20
+ }
21
+ );
22
+ }
23
+ const L = r.memo(t);
24
+ export {
25
+ L as default
26
+ };
@@ -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,23 @@
1
+ import { jsx as r } from "react/jsx-runtime";
2
+ import o from "react";
3
+ function e(t) {
4
+ return /* @__PURE__ */ r(
5
+ "svg",
6
+ {
7
+ viewBox: "0 0 64 64",
8
+ fill: "currentColor",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...t,
11
+ children: /* @__PURE__ */ r(
12
+ "path",
13
+ {
14
+ d: "M48.5 54H15.5C12.47 54 10 51.53 10 48.5V15.5C10 12.47 12.47 10 15.5 10H48.5C51.53 10 54 12.47 54 15.5V48.5C54 51.53 51.53 54 48.5 54ZM15.5 14C14.67 14 14 14.67 14 15.5V48.5C14 49.33 14.67 50 15.5 50H48.5C49.33 50 50 49.33 50 48.5V15.5C50 14.67 49.33 14 48.5 14H15.5Z"
15
+ }
16
+ )
17
+ }
18
+ );
19
+ }
20
+ const l = o.memo(e);
21
+ export {
22
+ l as default
23
+ };
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+
3
+ declare function SquareFilled(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
+ declare const _default: React.MemoExoticComponent<typeof SquareFilled>;
5
+ export default _default;
@@ -0,0 +1,26 @@
1
+ import { jsx as r } from "react/jsx-runtime";
2
+ import e from "react";
3
+ function t(o) {
4
+ return /* @__PURE__ */ r(
5
+ "svg",
6
+ {
7
+ viewBox: "0 0 64 64",
8
+ xmlns: "http://www.w3.org/2000/svg",
9
+ ...o,
10
+ children: /* @__PURE__ */ r(
11
+ "path",
12
+ {
13
+ stroke: "currentColor",
14
+ strokeLinecap: "round",
15
+ strokeLinejoin: "round",
16
+ fill: "currentColor",
17
+ d: "M22 44H42C43.1 44 44 43.1 44 42V22C44 20.9 43.1 20 42 20H22C20.9 20 20 20.9 20 22V42C20 43.1 20.9 44 22 44Z"
18
+ }
19
+ )
20
+ }
21
+ );
22
+ }
23
+ const i = e.memo(t);
24
+ export {
25
+ i as default
26
+ };
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+
3
+ declare function SquareTick(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
+ declare const _default: React.MemoExoticComponent<typeof SquareTick>;
5
+ export default _default;
@@ -0,0 +1,26 @@
1
+ import { jsx as r } from "react/jsx-runtime";
2
+ import e from "react";
3
+ function t(o) {
4
+ return /* @__PURE__ */ r(
5
+ "svg",
6
+ {
7
+ viewBox: "0 0 64 64",
8
+ fill: "currentColor",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...o,
11
+ children: /* @__PURE__ */ r(
12
+ "path",
13
+ {
14
+ stroke: "currentColor",
15
+ strokeLinecap: "round",
16
+ strokeLinejoin: "round",
17
+ d: "M50.5 58H13.5C9.36 58 6 54.64 6 50.5V13.5C6 9.36 9.36 6 13.5 6H50.5C54.64 6 58 9.36 58 13.5V50.5C58 54.64 54.64 58 50.5 58ZM13.5 10C11.57 10 10 11.57 10 13.5V50.5C10 52.43 11.57 54 13.5 54H50.5C52.43 54 54 52.43 54 50.5V13.5C54 11.57 52.43 10 50.5 10H13.5ZM29.42 41.41L45.42 25.41C46.2 24.63 46.2 23.36 45.42 22.58C44.64 21.8 43.37 21.8 42.59 22.58L28 37.17L21.41 30.58C20.63 29.8 19.36 29.8 18.58 30.58C17.8 31.36 17.8 32.63 18.58 33.41L26.58 41.41C26.97 41.8 27.48 42 27.99 42C28.5 42 29.01 41.8 29.4 41.41H29.42Z"
18
+ }
19
+ )
20
+ }
21
+ );
22
+ }
23
+ const i = e.memo(t);
24
+ export {
25
+ i as default
26
+ };
@@ -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,26 @@
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
+ viewBox: "0 0 64 64",
8
+ fill: "currentColor",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...r,
11
+ children: /* @__PURE__ */ o(
12
+ "path",
13
+ {
14
+ stroke: "currentColor",
15
+ strokeLinecap: "round",
16
+ strokeLinejoin: "round",
17
+ d: "M32 58C17.66 58 6 46.34 6 32C6 17.66 17.66 6 32 6C46.34 6 58 17.66 58 32C58 46.34 46.34 58 32 58ZM15.1 17.93C11.92 21.75 10 26.65 10 32C10 44.13 19.87 54 32 54C37.35 54 42.25 52.08 46.07 48.9L15.1 17.93ZM17.93 15.1L48.9 46.07C52.08 42.25 54 37.35 54 32C54 19.87 44.13 10 32 10C26.65 10 21.75 11.92 17.93 15.1Z"
18
+ }
19
+ )
20
+ }
21
+ );
22
+ }
23
+ const i = t.memo(e);
24
+ export {
25
+ i as default
26
+ };
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+
3
+ declare function Success(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
+ declare const _default: React.MemoExoticComponent<typeof Success>;
5
+ export default _default;
@@ -0,0 +1,26 @@
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
+ viewBox: "0 0 64 64",
8
+ fill: "currentColor",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...r,
11
+ children: /* @__PURE__ */ o(
12
+ "path",
13
+ {
14
+ stroke: "currentColor",
15
+ strokeLinecap: "round",
16
+ strokeLinejoin: "round",
17
+ d: "M32 58C17.66 58 6 46.34 6 32C6 17.66 17.66 6 32 6C46.34 6 58 17.66 58 32C58 46.34 46.34 58 32 58ZM32 10C19.87 10 10 19.87 10 32C10 44.13 19.87 54 32 54C44.13 54 54 44.13 54 32C54 19.87 44.13 10 32 10ZM30.14 40.39L42.14 28.39C42.92 27.61 42.92 26.34 42.14 25.56C41.36 24.78 40.09 24.78 39.31 25.56L28.72 36.15L25.96 33.39C25.18 32.61 23.91 32.61 23.13 33.39C22.35 34.17 22.35 35.44 23.13 36.22L27.3 40.39C27.68 40.77 28.18 40.98 28.71 40.98C29.24 40.98 29.75 40.77 30.12 40.39H30.14Z"
18
+ }
19
+ )
20
+ }
21
+ );
22
+ }
23
+ const s = e.memo(t);
24
+ export {
25
+ s as default
26
+ };
@@ -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;
@@ -0,0 +1,26 @@
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
+ viewBox: "0 0 64 64",
8
+ fill: "currentColor",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...r,
11
+ children: /* @__PURE__ */ o(
12
+ "path",
13
+ {
14
+ stroke: "currentColor",
15
+ strokeLinecap: "round",
16
+ strokeLinejoin: "round",
17
+ d: "M24 48C23.49 48 22.98 47.8 22.59 47.41L10.59 35.41C9.81 34.63 9.81 33.36 10.59 32.58C11.37 31.8 12.64 31.8 13.42 32.58L24.01 43.17L50.6 16.58C51.38 15.8 52.65 15.8 53.43 16.58C54.21 17.36 54.21 18.63 53.43 19.41L25.43 47.41C25.04 47.8 24.53 48 24.02 48H24Z"
18
+ }
19
+ )
20
+ }
21
+ );
22
+ }
23
+ const c = t.memo(e);
24
+ export {
25
+ c as default
26
+ };
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+
3
+ declare function Transfer(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
+ declare const _default: React.MemoExoticComponent<typeof Transfer>;
5
+ export default _default;
@@ -0,0 +1,26 @@
1
+ import { jsx as C } from "react/jsx-runtime";
2
+ import o from "react";
3
+ function e(r) {
4
+ return /* @__PURE__ */ C(
5
+ "svg",
6
+ {
7
+ viewBox: "0 0 64 64",
8
+ fill: "currentColor",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...r,
11
+ children: /* @__PURE__ */ C(
12
+ "path",
13
+ {
14
+ stroke: "currentColor",
15
+ strokeLinecap: "round",
16
+ strokeLinejoin: "round",
17
+ d: "M24 54C23.49 54 22.98 53.8 22.59 53.41L14.59 45.41C14.59 45.41 14.57 45.39 14.56 45.38C14.38 45.2 14.25 44.99 14.16 44.76C14.06 44.52 14.01 44.26 14.01 43.99C14.01 43.72 14.06 43.46 14.16 43.22C14.25 43 14.39 42.79 14.56 42.6C14.56 42.59 14.58 42.58 14.59 42.57L22.59 34.57C23.37 33.79 24.64 33.79 25.42 34.57C26.2 35.35 26.2 36.62 25.42 37.4L20.83 41.99H48C49.1 41.99 50 42.89 50 43.99C50 45.09 49.1 45.99 48 45.99H20.83L25.42 50.58C26.2 51.36 26.2 52.63 25.42 53.41C25.03 53.8 24.52 54 24.01 54H24ZM40 30C39.49 30 38.98 29.8 38.59 29.41C37.81 28.63 37.81 27.36 38.59 26.58L43.18 21.99H16.01C14.91 21.99 14.01 21.09 14.01 19.99C14.01 18.89 14.91 17.99 16.01 17.99H43.18L38.59 13.4C37.81 12.62 37.81 11.35 38.59 10.57C39.37 9.78999 40.64 9.78999 41.42 10.57L49.42 18.57C49.42 18.57 49.44 18.59 49.45 18.6C49.63 18.78 49.76 18.99 49.85 19.22C49.95 19.46 50 19.72 50 19.99C50 20.26 49.95 20.52 49.85 20.76C49.76 20.98 49.62 21.19 49.45 21.38C49.45 21.39 49.43 21.4 49.42 21.41L41.42 29.41C41.03 29.8 40.52 30 40.01 30H40Z"
18
+ }
19
+ )
20
+ }
21
+ );
22
+ }
23
+ const s = o.memo(e);
24
+ export {
25
+ s as default
26
+ };
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+
3
+ declare function Trash(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
+ declare const _default: React.MemoExoticComponent<typeof Trash>;
5
+ export default _default;
@@ -0,0 +1,23 @@
1
+ import { jsx as C } from "react/jsx-runtime";
2
+ import t from "react";
3
+ function o(r) {
4
+ return /* @__PURE__ */ C(
5
+ "svg",
6
+ {
7
+ viewBox: "0 0 64 64",
8
+ fill: "currentColor",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...r,
11
+ children: /* @__PURE__ */ C(
12
+ "path",
13
+ {
14
+ d: "M52.51 18H42.51V12C42.51 8.69 39.82 6 36.51 6H28.51C25.2 6 22.51 8.69 22.51 12V18H12.51C11.41 18 10.51 18.9 10.51 20C10.51 21.1 11.41 22 12.51 22H14.51V48C14.51 53.51 19 58 24.51 58H40.51C46.02 58 50.51 53.51 50.51 48V22H52.51C53.61 22 54.51 21.1 54.51 20C54.51 18.9 53.61 18 52.51 18ZM26.51 12C26.51 10.9 27.41 10 28.51 10H36.51C37.61 10 38.51 10.9 38.51 12V18H26.51V12ZM46.51 48C46.51 51.31 43.82 54 40.51 54H24.51C21.2 54 18.51 51.31 18.51 48V22H46.51V48ZM29.27 30V46C29.27 47.1 28.37 48 27.27 48C26.17 48 25.27 47.1 25.27 46V30C25.27 28.9 26.17 28 27.27 28C28.37 28 29.27 28.9 29.27 30ZM39.76 30V46C39.76 47.1 38.86 48 37.76 48C36.66 48 35.76 47.1 35.76 46V30C35.76 28.9 36.66 28 37.76 28C38.86 28 39.76 28.9 39.76 30Z"
15
+ }
16
+ )
17
+ }
18
+ );
19
+ }
20
+ const e = t.memo(o);
21
+ export {
22
+ e as default
23
+ };
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+
3
+ declare function Undo(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
+ declare const _default: React.MemoExoticComponent<typeof Undo>;
5
+ export default _default;
@@ -0,0 +1,26 @@
1
+ import { jsx as o } from "react/jsx-runtime";
2
+ import C from "react";
3
+ function t(r) {
4
+ return /* @__PURE__ */ o(
5
+ "svg",
6
+ {
7
+ viewBox: "0 0 64 64",
8
+ fill: "currentColor",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...r,
11
+ children: /* @__PURE__ */ o(
12
+ "path",
13
+ {
14
+ stroke: "currentColor",
15
+ strokeLinecap: "round",
16
+ strokeLinejoin: "round",
17
+ d: "M40 52H30.57C29.47 52 28.57 51.1 28.57 50C28.57 48.9 29.47 48 30.57 48H40C45.51 48 50 43.51 50 38C50 32.49 45.51 28 40 28H16.83L25.42 36.59C26.2 37.37 26.2 38.64 25.42 39.42C24.64 40.2 23.37 40.2 22.59 39.42L10.59 27.42C10.59 27.42 10.57 27.4 10.56 27.39C10.38 27.21 10.25 27 10.16 26.77C10.06 26.53 10.01 26.27 10.01 26C10.01 25.73 10.06 25.47 10.16 25.23C10.25 25.01 10.39 24.8 10.56 24.61C10.57 24.6 10.58 24.59 10.59 24.58L22.59 12.58C23.37 11.8 24.64 11.8 25.42 12.58C26.2 13.36 26.2 14.63 25.42 15.41L16.83 24H40C47.72 24 54 30.28 54 38C54 45.72 47.72 52 40 52Z"
18
+ }
19
+ )
20
+ }
21
+ );
22
+ }
23
+ const i = C.memo(t);
24
+ export {
25
+ i as default
26
+ };
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+
3
+ declare function UpArrow(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
+ declare const _default: React.MemoExoticComponent<typeof UpArrow>;
5
+ export default _default;
@@ -0,0 +1,26 @@
1
+ import { jsx as r } from "react/jsx-runtime";
2
+ import C from "react";
3
+ function t(o) {
4
+ return /* @__PURE__ */ r(
5
+ "svg",
6
+ {
7
+ viewBox: "0 0 64 64",
8
+ fill: "currentColor",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...o,
11
+ children: /* @__PURE__ */ r(
12
+ "path",
13
+ {
14
+ stroke: "currentColor",
15
+ strokeLinecap: "round",
16
+ strokeLinejoin: "round",
17
+ d: "M53.8225 28.0625C53.8225 27.5525 53.6225 27.0425 53.2325 26.6525L33.2325 6.6525C33.2325 6.6525 33.2125 6.6325 33.2025 6.6225C33.0125 6.4425 32.8025 6.31249 32.5825 6.21249C32.3525 6.11249 32.1025 6.0625 31.8425 6.0625L31.8125 6.0625C31.5525 6.0625 31.3025 6.12249 31.0725 6.21249C30.9025 6.28249 30.7525 6.37248 30.6025 6.48248C30.6025 6.48248 30.6025 6.48248 30.5925 6.48248C30.5925 6.48248 30.5825 6.48249 30.5825 6.49249C30.5725 6.50249 30.5525 6.51249 30.5425 6.52249C30.5425 6.52249 30.5425 6.5225 30.5325 6.5325C30.5325 6.5325 30.5325 6.53248 30.5225 6.54248L10.5225 26.5425C9.7425 27.3225 9.7425 28.5925 10.5225 29.3725C11.3025 30.1525 12.5725 30.1525 13.3525 29.3725L29.9425 12.7825L29.9425 55.9525C29.9425 57.0525 30.8425 57.9525 31.9425 57.9525C33.0425 57.9525 33.9425 57.0525 33.9425 55.9525L33.9425 12.7825L50.5325 29.3725C51.3125 30.1525 52.5825 30.1525 53.3625 29.3725C53.7525 28.9825 53.9525 28.4725 53.9525 27.9625L53.8225 28.0625Z"
18
+ }
19
+ )
20
+ }
21
+ );
22
+ }
23
+ const L = C.memo(t);
24
+ export {
25
+ L as default
26
+ };
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+
3
+ declare function UpChevron(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
+ declare const _default: React.MemoExoticComponent<typeof UpChevron>;
5
+ export default _default;
@@ -0,0 +1,26 @@
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
+ viewBox: "0 0 64 64",
8
+ fill: "currentColor",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...r,
11
+ children: /* @__PURE__ */ o(
12
+ "path",
13
+ {
14
+ stroke: "currentColor",
15
+ strokeLinecap: "round",
16
+ strokeLinejoin: "round",
17
+ d: "M49.99 40C49.99 39.49 49.79 38.98 49.4 38.59L33.4 22.59C33.02 22.21 32.52 22 31.99 22C31.46 22 30.95 22.21 30.58 22.59L14.58 38.59C13.8 39.37 13.8 40.64 14.58 41.42C15.36 42.2 16.63 42.2 17.41 41.42L32 26.83L46.59 41.42C47.37 42.2 48.64 42.2 49.42 41.42C49.81 41.03 50.01 40.52 50.01 40.01L49.99 40Z"
18
+ }
19
+ )
20
+ }
21
+ );
22
+ }
23
+ const i = e.memo(t);
24
+ export {
25
+ i as default
26
+ };
@@ -0,0 +1,26 @@
1
+ import { jsx as C } from "react/jsx-runtime";
2
+ import r from "react";
3
+ function t(o) {
4
+ return /* @__PURE__ */ C(
5
+ "svg",
6
+ {
7
+ viewBox: "0 0 64 64",
8
+ fill: "currentColor",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...o,
11
+ children: /* @__PURE__ */ C(
12
+ "path",
13
+ {
14
+ stroke: "currentColor",
15
+ strokeLinecap: "round",
16
+ strokeLinejoin: "round",
17
+ d: "M54 29.9999V50.4999C54 53.5299 51.53 55.9999 48.5 55.9999H15.5C12.47 55.9999 10 53.5299 10 50.4999V29.9999C10 28.8999 10.9 27.9999 12 27.9999C13.1 27.9999 14 28.8999 14 29.9999V50.4999C14 51.3299 14.67 51.9999 15.5 51.9999H48.5C49.33 51.9999 50 51.3299 50 50.4999V29.9999C50 28.8999 50.9 27.9999 52 27.9999C53.1 27.9999 54 28.8999 54 29.9999ZM20 23.9999C20.51 23.9999 21.02 23.7999 21.41 23.4099L30 14.8199V37.9899C30 39.0899 30.9 39.9899 32 39.9899C33.1 39.9899 34 39.0899 34 37.9899V14.8299L42.59 23.4199C42.98 23.8099 43.49 24.0099 44 24.0099C44.51 24.0099 45.02 23.8099 45.41 23.4199C46.19 22.6399 46.19 21.3699 45.41 20.5899L33.41 8.58994C33.32 8.49994 33.21 8.40994 33.1 8.33994C33.05 8.30994 32.99 8.27994 32.94 8.24994C32.88 8.21994 32.82 8.17994 32.76 8.14994C32.69 8.11994 32.62 8.10994 32.55 8.08994C32.5 8.06994 32.44 8.04994 32.39 8.03994C32.13 7.98994 31.86 7.98994 31.61 8.03994C31.55 8.04994 31.5 8.06994 31.45 8.08994C31.38 8.10994 31.31 8.12994 31.24 8.14994C31.17 8.17994 31.12 8.20994 31.05 8.24994C31 8.27994 30.94 8.29994 30.89 8.33994C30.78 8.40994 30.68 8.49994 30.58 8.58994L18.58 20.5899C17.8 21.3699 17.8 22.6399 18.58 23.4199C18.97 23.8099 19.48 24.0099 19.99 24.0099L20 23.9999Z"
18
+ }
19
+ )
20
+ }
21
+ );
22
+ }
23
+ const l = r.memo(t);
24
+ export {
25
+ l as default
26
+ };
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+
3
+ declare function UpvotesBurst(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
+ declare const _default: React.MemoExoticComponent<typeof UpvotesBurst>;
5
+ export default _default;
@@ -0,0 +1,26 @@
1
+ import { jsx as o } from "react/jsx-runtime";
2
+ import t from "react";
3
+ function C(r) {
4
+ return /* @__PURE__ */ o(
5
+ "svg",
6
+ {
7
+ viewBox: "0 0 64 64",
8
+ xmlns: "http://www.w3.org/2000/svg",
9
+ fill: "currentColor",
10
+ ...r,
11
+ children: /* @__PURE__ */ o(
12
+ "path",
13
+ {
14
+ d: "M54 32C54 33.1 53.1 34 52 34H36.83L44.87 42.04C45.65 42.82 45.65 44.09 44.87 44.87C44.48 45.26 43.97 45.46 43.46 45.46C42.95 45.46 42.44 45.26 42.05 44.87L34.01 36.83V52C34.01 53.1 33.11 54 32.01 54C30.91 54 30.01 53.1 30.01 52V36.83L21.97 44.87C21.58 45.26 21.07 45.46 20.56 45.46C20.05 45.46 19.54 45.26 19.15 44.87C18.37 44.09 18.37 42.82 19.15 42.04L27.19 34H12.02C10.92 34 10.02 33.1 10.02 32C10.02 30.9 10.92 30 12.02 30H27.19L19.15 21.96C18.37 21.18 18.37 19.91 19.15 19.13C19.93 18.35 21.2 18.35 21.98 19.13L30.02 27.17V12C30.02 10.9 30.92 10 32.02 10C33.12 10 34.02 10.9 34.02 12V27.17L42.06 19.13C42.84 18.35 44.11 18.35 44.89 19.13C45.67 19.91 45.67 21.18 44.89 21.96L36.85 30H52.02C53.12 30 54.02 30.9 54.02 32H54Z",
15
+ stroke: "currentColor",
16
+ strokeLinecap: "round",
17
+ strokeLinejoin: "round"
18
+ }
19
+ )
20
+ }
21
+ );
22
+ }
23
+ const s = t.memo(C);
24
+ export {
25
+ s as default
26
+ };
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+
3
+ declare function UpvotesRecurring(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
+ declare const _default: React.MemoExoticComponent<typeof UpvotesRecurring>;
5
+ export default _default;