@cfx-dev/ui-components 4.5.22 → 5.0.2

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 +67 -22
  331. package/dist/utils/ui/ui.types.js +10 -7
  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 C } from "react/jsx-runtime";
2
+ import o from "react";
3
+ function r(e) {
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
+ ...e,
11
+ children: /* @__PURE__ */ C(
12
+ "path",
13
+ {
14
+ stroke: "currentColor",
15
+ clipRule: "evenodd",
16
+ fillRule: "evenodd",
17
+ d: "M52 25.94C50.9 25.94 50 25.04 50 23.94V15.5C50 14.67 49.33 14 48.5 14H40C38.9 14 38 13.1 38 12C38 10.9 38.9 10 40 10H48.5C51.53 10 54 12.47 54 15.5V23.94C54 25.04 53.1 25.94 52 25.94ZM14 23.94V15.5C14 14.67 14.67 14 15.5 14H24C25.1 14 26 13.1 26 12C26 10.9 25.1 10 24 10H15.5C12.47 10 10 12.47 10 15.5V23.94C10 25.04 10.9 25.94 12 25.94C13.1 25.94 14 25.04 14 23.94ZM54 48.5V39.94C54 38.84 53.1 37.94 52 37.94C50.9 37.94 50 38.84 50 39.94V48.5C50 49.33 49.33 50 48.5 50H40C38.9 50 38 50.9 38 52C38 53.1 38.9 54 40 54H48.5C51.53 54 54 51.53 54 48.5ZM26 52C26 50.9 25.1 50 24 50H15.5C14.67 50 14 49.33 14 48.5V39.94C14 38.84 13.1 37.94 12 37.94C10.9 37.94 10 38.84 10 39.94V48.5C10 51.53 12.47 54 15.5 54H24C25.1 54 26 53.1 26 52Z"
18
+ }
19
+ )
20
+ }
21
+ );
22
+ }
23
+ const n = o.memo(r);
24
+ export {
25
+ n as default
26
+ };
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+
3
+ declare function ExternalLink(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
+ declare const _default: React.MemoExoticComponent<typeof ExternalLink>;
5
+ export default _default;
@@ -0,0 +1,26 @@
1
+ import { jsx as C } from "react/jsx-runtime";
2
+ import o from "react";
3
+ function t(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: "M48.5 53.99H15.5C12.47 53.99 10 51.52 10 48.49V15.49C10 12.46 12.47 9.99 15.5 9.99H28C29.1 9.99 30 10.89 30 11.99C30 13.09 29.1 13.99 28 13.99H15.5C14.67 13.99 14 14.66 14 15.49V48.49C14 49.32 14.67 49.99 15.5 49.99H48.5C49.33 49.99 50 49.32 50 48.49V35.99C50 34.89 50.9 33.99 52 33.99C53.1 33.99 54 34.89 54 35.99V48.49C54 51.52 51.53 53.99 48.5 53.99ZM33.42 33.4L54.01 12.81V23.98C54.01 25.08 54.91 25.98 56.01 25.98C57.11 25.98 58.01 25.08 58.01 23.98V7.99C58.01 7.72 57.96 7.46 57.86 7.22C57.77 7 57.63 6.79 57.46 6.6C57.46 6.6 57.42 6.56 57.41 6.55C57.23 6.37 57.02 6.24 56.79 6.15C56.55 6.05 56.29 6 56.02 6H40.02C38.92 6 38.02 6.9 38.02 8C38.02 9.1 38.92 10 40.02 10H51.19L30.6 30.59C29.82 31.37 29.82 32.64 30.6 33.42C30.99 33.81 31.5 34.01 32.01 34.01C32.52 34.01 33.03 33.81 33.42 33.42V33.4Z"
18
+ }
19
+ )
20
+ }
21
+ );
22
+ }
23
+ const i = o.memo(t);
24
+ export {
25
+ i as default
26
+ };
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+
3
+ declare function Filter(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
+ declare const _default: React.MemoExoticComponent<typeof Filter>;
5
+ export default _default;
@@ -0,0 +1,23 @@
1
+ import { jsx as t } from "react/jsx-runtime";
2
+ import r from "react";
3
+ function o(C) {
4
+ return /* @__PURE__ */ t(
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__ */ t(
12
+ "path",
13
+ {
14
+ d: "M36.5799 56C36.3099 56 36.04 55.95 35.78 55.83L26.6299 51.85C25.8999 51.53 25.43 50.81 25.43 50.02V32.25L13.06 16.96C11.71 15.3 11.45 13.06 12.37 11.13C13.29 9.2 15.1899 8 17.3299 8H46.6699C48.8099 8 50.7099 9.2 51.6299 11.13C52.5499 13.06 52.2899 15.29 50.9399 16.96L38.5699 32.25V54C38.5699 54.67 38.2299 55.3 37.6699 55.67C37.3399 55.89 36.9599 56 36.5699 56H36.5799ZM29.43 48.71L34.5799 50.95V31.54C34.5799 31.08 34.74 30.64 35.02 30.28L47.8299 14.44C48.3699 13.78 48.1399 13.11 48.02 12.85C47.9 12.59 47.5199 12 46.6699 12H17.3299C16.4799 12 16.0999 12.6 15.9799 12.85C15.8599 13.11 15.6299 13.78 16.1699 14.44L28.9799 30.28C29.2699 30.64 29.4199 31.08 29.4199 31.54V48.71H29.43Z"
15
+ }
16
+ )
17
+ }
18
+ );
19
+ }
20
+ const i = r.memo(o);
21
+ export {
22
+ i as default
23
+ };
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+
3
+ declare function Folder(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
+ declare const _default: React.MemoExoticComponent<typeof Folder>;
5
+ export default _default;
@@ -0,0 +1,24 @@
1
+ import { jsx as C } from "react/jsx-runtime";
2
+ import o from "react";
3
+ function t(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: "M57.83 18.83C56.76 16.46 54.91 15.1 52.76 15.1H31.81C31.62 15.1 31.44 15.02 31.31 14.88L27.35 10.53C26.46 9.56 25.2 9 23.89 9H10.41C8.23 9.08 5 10.64 5 14.64V49.73C5 50.02 5.03 50.3 5.08 50.58C5.59 53.31 7.43 55 9.87 55H52.97C53.73 55 54.48 54.82 55.13 54.47C57.1 53.42 58.23 51.72 58.23 49.81V20.75C58.23 20.08 58.09 19.44 57.82 18.83H57.83ZM54.24 49.8C54.24 50.33 53.63 50.74 53.26 50.93C53.18 50.97 53.08 50.99 52.97 50.99H9.87C9.44 50.99 9.15 50.6 9.01 49.83C9.01 49.79 9.01 49.76 9.01 49.72V14.64C9.01 13.62 9.54 13.07 10.49 13H23.9C24.09 13 24.27 13.08 24.4 13.22L28.36 17.57C29.25 18.54 30.51 19.1 31.82 19.1H52.77C53.49 19.1 54 20.06 54.19 20.47C54.23 20.55 54.25 20.64 54.25 20.74V49.8H54.24Z",
15
+ stroke: "currentColor"
16
+ }
17
+ )
18
+ }
19
+ );
20
+ }
21
+ const n = o.memo(t);
22
+ export {
23
+ n as default
24
+ };
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+
3
+ declare function Heart(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
+ declare const _default: React.MemoExoticComponent<typeof Heart>;
5
+ export default _default;
@@ -0,0 +1,24 @@
1
+ import { jsx as r } from "react/jsx-runtime";
2
+ import t 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
+ stroke: "currentColor",
15
+ d: "M32 51.34L31.18 50.97C30.32 50.58 10 41.25 10 25.22C10 21.82 11.26 18.69 13.56 16.41C15.85 14.13 18.89 12.87 22.13 12.87C25.37 12.87 28.41 14.13 30.7 16.41L30.78 16.49L32 17.86L33.22 16.5C35.48 14.17 38.61 12.87 41.87 12.87C45.13 12.87 48.14 14.12 50.43 16.4C52.73 18.62 54 21.75 54 25.22C54 41.25 33.69 50.58 32.82 50.97L32 51.34ZM22.13 16.86C19.96 16.86 17.92 17.7 16.38 19.24C14.84 20.77 14 22.89 14 25.22C14 37.03 28.37 45.08 32 46.92C35.63 45.08 50 37.02 50 25.22C50 22.84 49.16 20.73 47.65 19.27L47.62 19.24C46.08 17.71 44.04 16.86 41.87 16.86C39.7 16.86 37.59 17.72 36.14 19.21L31.99 23.86L27.83 19.19C26.3 17.68 24.27 16.85 22.12 16.85L22.13 16.86Z"
16
+ }
17
+ )
18
+ }
19
+ );
20
+ }
21
+ const l = t.memo(o);
22
+ export {
23
+ l as default
24
+ };
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+
3
+ declare function HeartFilled(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
+ declare const _default: React.MemoExoticComponent<typeof HeartFilled>;
5
+ export default _default;
@@ -0,0 +1,24 @@
1
+ import { jsx as r } from "react/jsx-runtime";
2
+ import e from "react";
3
+ function o(t) {
4
+ return /* @__PURE__ */ r(
5
+ "svg",
6
+ {
7
+ 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
+ stroke: "currentColor",
15
+ d: "M54 25.21C54 41.24 33.69 50.57 32.82 50.96L32 51.33L31.18 50.96C30.32 50.57 10 41.24 10 25.21C10 21.81 11.26 18.68 13.56 16.4C15.85 14.12 18.89 12.86 22.13 12.86C25.37 12.86 28.41 14.12 30.7 16.4L30.78 16.48L32 17.85L33.22 16.49C35.48 14.16 38.61 12.86 41.87 12.86C45.13 12.86 48.14 14.11 50.43 16.39C52.73 18.61 54 21.74 54 25.21Z"
16
+ }
17
+ )
18
+ }
19
+ );
20
+ }
21
+ const i = e.memo(o);
22
+ export {
23
+ i as default
24
+ };
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+
3
+ declare function Help(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
+ declare const _default: React.MemoExoticComponent<typeof Help>;
5
+ export default _default;
@@ -0,0 +1,26 @@
1
+ import { jsx as C } from "react/jsx-runtime";
2
+ import r from "react";
3
+ function e(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: "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 10ZM32.4 46H32C30.9 46 30 45.1 30 44C30 42.9 30.9 42 32 42H32.4C33.5 42 34.4 42.9 34.4 44C34.4 45.1 33.5 46 32.4 46ZM31.77 36.01C30.93 36.01 30.14 35.47 29.87 34.63C29.53 33.58 30.1 32.45 31.16 32.11C33.06 31.49 38.01 29.17 38.01 26.01C38.01 24.6 37.5 23.23 36.56 22.16C35.61 21.07 34.29 20.33 32.84 20.09C31.38 19.85 29.87 20.11 28.6 20.84C27.34 21.56 26.37 22.69 25.89 24.03C25.51 25.07 24.36 25.6 23.33 25.23C22.29 24.85 21.75 23.71 22.13 22.67C22.94 20.44 24.53 18.56 26.62 17.37C28.69 16.19 31.13 15.75 33.5 16.15C35.87 16.55 38.03 17.75 39.59 19.54C41.16 21.35 42.02 23.65 42.01 26.02C42.01 32.73 32.79 35.79 32.39 35.92C32.18 35.99 31.98 36.02 31.77 36.02V36.01Z"
18
+ }
19
+ )
20
+ }
21
+ );
22
+ }
23
+ const l = r.memo(e);
24
+ export {
25
+ l as default
26
+ };
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+
3
+ declare function LeftArrow(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
+ declare const _default: React.MemoExoticComponent<typeof LeftArrow>;
5
+ export default _default;
@@ -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: "M28 53.885C27.49 53.885 26.98 53.685 26.59 53.295L6.59 33.295C6.59 33.295 6.57 33.275 6.56 33.265C6.38 33.075 6.24999 32.865 6.14999 32.645C6.04999 32.415 6 32.165 6 31.905V31.875C6 31.615 6.05999 31.365 6.14999 31.135C6.21999 30.965 6.30998 30.815 6.41998 30.665C6.41998 30.665 6.41998 30.665 6.41998 30.655C6.41998 30.655 6.41999 30.645 6.42999 30.645C6.43999 30.635 6.44999 30.615 6.45999 30.605C6.45999 30.605 6.46 30.605 6.47 30.595C6.47 30.595 6.46998 30.595 6.47998 30.585L26.48 10.585C27.26 9.805 28.53 9.805 29.31 10.585C30.09 11.365 30.09 12.635 29.31 13.415L12.72 30.005H55.89C56.99 30.005 57.89 30.905 57.89 32.005C57.89 33.105 56.99 34.005 55.89 34.005H12.72L29.31 50.595C30.09 51.375 30.09 52.645 29.31 53.425C28.92 53.815 28.41 54.015 27.9 54.015L28 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 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,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: "M40 49.9999C39.49 49.9999 38.98 49.7999 38.59 49.4099L22.59 33.4099C22.21 33.0299 22 32.5299 22 31.9999C22 31.4699 22.21 30.9599 22.59 30.5899L38.59 14.5899C39.37 13.8099 40.64 13.8099 41.42 14.5899C42.2 15.3699 42.2 16.6399 41.42 17.4199L26.83 32.0099L41.42 46.5999C42.2 47.3799 42.2 48.6499 41.42 49.4299C41.03 49.8199 40.52 50.0199 40.01 50.0199L40 49.9999Z"
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 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,23 @@
1
+ import { jsx as C } from "react/jsx-runtime";
2
+ import o from "react";
3
+ function r(t) {
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
+ ...t,
11
+ children: /* @__PURE__ */ C(
12
+ "path",
13
+ {
14
+ d: "M32 58C31.56 58 31.13 57.86 30.77 57.57C29.9 56.89 9.44995 40.74 9.44995 28.55C9.44995 16.36 19.5699 5.98999 32.0099 5.98999C44.4499 5.98999 54.5699 16.11 54.5699 28.55C54.5699 40.99 34.12 56.89 33.25 57.57C32.89 57.85 32.45 58 32.02 58H32ZM32 9.99999C21.77 9.99999 13.4399 18.32 13.4399 28.56C13.4399 36.5 25.85 48.37 32 53.44C38.14 48.37 50.56 36.49 50.56 28.56C50.56 18.33 42.24 9.99999 32 9.99999ZM32 22.35C35.42 22.35 38.21 25.14 38.21 28.56C38.21 31.98 35.42 34.77 32 34.77C28.58 34.77 25.7899 31.98 25.7899 28.56C25.7899 25.14 28.58 22.35 32 22.35ZM32 18.35C26.36 18.35 21.7899 22.92 21.7899 28.56C21.7899 34.2 26.36 38.77 32 38.77C37.64 38.77 42.21 34.2 42.21 28.56C42.21 22.92 37.64 18.35 32 18.35Z"
15
+ }
16
+ )
17
+ }
18
+ );
19
+ }
20
+ const l = o.memo(r);
21
+ export {
22
+ l as default
23
+ };
@@ -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,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: "M52 34H12C10.9 34 10 33.1 10 32C10 30.9 10.9 30 12 30H52C53.1 30 54 30.9 54 32C54 33.1 53.1 34 52 34ZM54 48C54 46.9 53.1 46 52 46H12C10.9 46 10 46.9 10 48C10 49.1 10.9 50 12 50H52C53.1 50 54 49.1 54 48ZM54 16C54 14.9 53.1 14 52 14H12C10.9 14 10 14.9 10 16C10 17.1 10.9 18 12 18H52C53.1 18 54 17.1 54 16Z"
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 Minus(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
+ declare const _default: React.MemoExoticComponent<typeof Minus>;
5
+ export default _default;
@@ -5,17 +5,16 @@ function e(r) {
5
5
  "svg",
6
6
  {
7
7
  viewBox: "0 0 64 64",
8
- fill: "none",
8
+ fill: "currentColor",
9
9
  xmlns: "http://www.w3.org/2000/svg",
10
10
  ...r,
11
11
  children: /* @__PURE__ */ o(
12
12
  "path",
13
13
  {
14
14
  stroke: "currentColor",
15
- strokeWidth: "2.5",
16
15
  strokeLinecap: "round",
17
16
  strokeLinejoin: "round",
18
- d: "M10 31V50.2C10 51.473 10.5795 52.6939 11.6109 53.5941C12.6424 54.4943 14.0413 55 15.5 55H48.5C49.9587 55 51.3576 54.4943 52.3891 53.5941C53.4205 52.6939 54 51.473 54 50.2V31M32 41V9M32 9L18 23M32 9L46 23"
17
+ d: "M52 34H12C10.9 34 10 33.1 10 32C10 30.9 10.9 30 12 30H52C53.1 30 54 30.9 54 32C54 33.1 53.1 34 52 34Z"
19
18
  }
20
19
  )
21
20
  }
@@ -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,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: "M48.1999 34H47.7999C46.6999 34 45.7999 33.1 45.7999 32C45.7999 30.9 46.6999 30 47.7999 30H48.1999C49.2999 30 50.1999 30.9 50.1999 32C50.1999 33.1 49.2999 34 48.1999 34ZM32.5999 34H32.1999C31.0999 34 30.1999 33.1 30.1999 32C30.1999 30.9 31.0999 30 32.1999 30H32.5999C33.6999 30 34.5999 30.9 34.5999 32C34.5999 33.1 33.6999 34 32.5999 34ZM16.1999 34H15.7999C14.6999 34 13.7999 33.1 13.7999 32C13.7999 30.9 14.6999 30 15.7999 30H16.1999C17.2999 30 18.1999 30.9 18.1999 32C18.1999 33.1 17.2999 34 16.1999 34Z"
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 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,26 @@
1
+ import { jsx as o } from "react/jsx-runtime";
2
+ import C 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 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 10ZM34 42.14V29.62C34 28.52 33.1 27.62 32 27.62C30.9 27.62 30 28.52 30 29.62V42.14C30 43.24 30.9 44.14 32 44.14C33.1 44.14 34 43.24 34 42.14ZM34.2 21.86C34.2 20.76 33.3 19.86 32.2 19.86H31.8C30.7 19.86 29.8 20.76 29.8 21.86C29.8 22.96 30.7 23.86 31.8 23.86H32.2C33.3 23.86 34.2 22.96 34.2 21.86Z"
18
+ }
19
+ )
20
+ }
21
+ );
22
+ }
23
+ const i = C.memo(e);
24
+ export {
25
+ i as default
26
+ };
@@ -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
+ viewBox: "0 0 64 64",
8
+ fill: "currentColor",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...l,
11
+ children: /* @__PURE__ */ e(
12
+ "path",
13
+ {
14
+ fillRule: "evenodd",
15
+ clipRule: "evenodd",
16
+ d: "M11.9701 54.03C11.4401 54.03 10.9301 53.82 10.5601 53.44C10.1101 52.99 9.90006 52.36 9.99006 51.74L11.6701 40.16C11.7301 39.73 11.9301 39.34 12.2401 39.03L39.9001 11.37C40.9401 10.33 42.32 9.76001 43.7901 9.76001C45.2601 9.76001 46.6401 10.33 47.6801 11.37L52.63 16.32C53.67 17.36 54.2401 18.74 54.2401 20.21C54.2401 21.68 53.67 23.06 52.63 24.1L24.9701 51.76C24.6701 52.06 24.2701 52.26 23.8401 52.33L12.2601 54.01C12.1601 54.02 12.0701 54.03 11.9701 54.03ZM15.54 41.4L14.3401 49.67L22.6101 48.47L49.8001 21.27C50.0801 20.99 50.2401 20.61 50.2401 20.21C50.2401 19.81 50.0801 19.43 49.8001 19.15L44.85 14.2C44.28 13.63 43.3001 13.63 42.7301 14.2L15.54 41.4Z"
17
+ }
18
+ )
19
+ }
20
+ );
21
+ }
22
+ const n = o.memo(t);
23
+ export {
24
+ n 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 l from "react";
3
+ function o(C) {
4
+ return /* @__PURE__ */ e(
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__ */ e(
12
+ "path",
13
+ {
14
+ fillRule: "evenodd",
15
+ clipRule: "evenodd",
16
+ d: "M21.28 51.2001C20.37 51.2001 19.45 50.9701 18.61 50.5001C16.84 49.5201 15.78 47.7201 15.78 45.6901V18.3201C15.78 16.2901 16.84 14.4901 18.62 13.5101C20.4 12.5301 22.48 12.5801 24.2 13.6601L46.1 27.3701C47.72 28.3801 48.68 30.1301 48.68 32.0401C48.68 33.9501 47.71 35.6901 46.09 36.7001L24.19 50.3601C23.29 50.9201 22.29 51.2001 21.28 51.2001ZM21.29 16.8101C20.96 16.8101 20.69 16.9301 20.55 17.0001C20.32 17.1301 19.78 17.5101 19.78 18.3101V45.6801C19.78 46.4801 20.32 46.8601 20.55 46.9901C20.78 47.1201 21.39 47.3701 22.07 46.9501L43.97 33.2901C44.61 32.8901 44.68 32.2701 44.68 32.0201C44.68 31.7701 44.61 31.1501 43.98 30.7501L22.08 17.0401C21.8 16.8601 21.53 16.8101 21.29 16.8101Z"
17
+ }
18
+ )
19
+ }
20
+ );
21
+ }
22
+ const n = l.memo(o);
23
+ export {
24
+ n 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,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 54C30.9 54 30 53.1 30 52V34H12C10.9 34 10 33.1 10 32C10 30.9 10.9 30 12 30H30V12C30 10.9 30.9 10 32 10C33.1 10 34 10.9 34 12V30H52C53.1 30 54 30.9 54 32C54 33.1 53.1 34 52 34H34V52C34 53.1 33.1 54 32 54Z"
18
+ }
19
+ )
20
+ }
21
+ );
22
+ }
23
+ const l = t.memo(e);
24
+ export {
25
+ l as default
26
+ };
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+
3
+ declare function Radio(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
+ declare const _default: React.MemoExoticComponent<typeof Radio>;
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
+ 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 44ZM50.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.5Z",
15
+ stroke: "currentColor",
16
+ strokeLinecap: "round",
17
+ strokeLinejoin: "round"
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 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,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: "M50.86 38.67C48.04 46.65 40.46 52 32 52C25.6 52 19.71 48.93 16 43.99V50C16 51.1 15.1 52 14 52C12.9 52 12 51.1 12 50V38C12 36.9 12.9 36 14 36H26C27.1 36 28 36.9 28 38C28 39.1 27.1 40 26 40H18.15C20.97 44.88 26.22 48 32 48C38.77 48 44.83 43.71 47.09 37.33C47.46 36.29 48.6 35.74 49.64 36.11C50.68 36.48 51.23 37.62 50.86 38.66V38.67ZM50 12C48.9 12 48 12.9 48 14V20.01C44.29 15.07 38.4 12 32 12C23.54 12 15.96 17.36 13.14 25.33C12.77 26.37 13.32 27.51 14.36 27.88C15.4 28.25 16.54 27.7 16.91 26.66C19.16 20.28 25.23 15.99 32 15.99C37.77 15.99 43.03 19.11 45.85 23.99H38C36.9 23.99 36 24.89 36 25.99C36 27.09 36.9 27.99 38 27.99H50C51.1 27.99 52 27.09 52 25.99V13.99C52 12.89 51.1 11.99 50 11.99V12Z"
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 RightArrow(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
+ declare const _default: React.MemoExoticComponent<typeof RightArrow>;
5
+ export default _default;