@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
@@ -1,27 +1,26 @@
1
- import { jsx as e } from "react/jsx-runtime";
2
- import r from "react";
3
- function t(o) {
4
- return /* @__PURE__ */ e(
1
+ import { jsx as C } from "react/jsx-runtime";
2
+ import o from "react";
3
+ function e(r) {
4
+ return /* @__PURE__ */ C(
5
5
  "svg",
6
6
  {
7
7
  viewBox: "0 0 16 16",
8
- fill: "none",
8
+ fill: "currentColor",
9
9
  xmlns: "http://www.w3.org/2000/svg",
10
- ...o,
11
- children: /* @__PURE__ */ e(
10
+ ...r,
11
+ children: /* @__PURE__ */ C(
12
12
  "path",
13
13
  {
14
14
  stroke: "currentColor",
15
- strokeWidth: "1.5",
16
15
  strokeLinecap: "round",
17
16
  strokeLinejoin: "round",
18
- d: "M13 4V7H10M3 12V9H6M4 10C4.9 12.7661 10.3 15.0711 13 10M3 6C3.9 3.23393 9.3 0.928865 12 6"
17
+ d: "M12.95 9.75C12.21 11.84 10.22 13.25 8 13.25C6.56 13.25 5.22 12.65 4.25 11.66V12.5C4.25 12.91 3.91 13.25 3.5 13.25C3.09 13.25 2.75 12.91 2.75 12.5V9.5C2.75 9.09 3.09 8.75 3.5 8.75H6.5C6.91 8.75 7.25 9.09 7.25 9.5C7.25 9.91 6.91 10.25 6.5 10.25H5C5.7 11.18 6.8 11.75 8 11.75C9.59 11.75 11.01 10.75 11.54 9.25C11.68 8.86 12.11 8.65 12.5 8.79C12.89 8.93 13.1 9.36 12.96 9.75H12.95ZM12.5 2.75C12.09 2.75 11.75 3.09 11.75 3.5V4.34C10.78 3.35 9.44 2.75 8 2.75C5.78 2.75 3.79 4.16 3.05 6.25C2.91 6.64 3.12 7.07 3.51 7.21C3.9 7.35 4.33 7.14 4.47 6.75C5 5.25 6.42 4.25 8.01 4.25C9.21 4.25 10.31 4.82 11.01 5.75H9.51C9.1 5.75 8.76 6.09 8.76 6.5C8.76 6.91 9.1 7.25 9.51 7.25H12.51C12.92 7.25 13.26 6.91 13.26 6.5V3.5C13.26 3.09 12.92 2.75 12.51 2.75H12.5Z"
19
18
  }
20
19
  )
21
20
  }
22
21
  );
23
22
  }
24
- const i = r.memo(t);
23
+ const s = o.memo(e);
25
24
  export {
26
- i as default
25
+ s as default
27
26
  };
@@ -1,27 +1,26 @@
1
- import { jsx as o } from "react/jsx-runtime";
1
+ import { jsx as r } from "react/jsx-runtime";
2
2
  import t from "react";
3
- function e(r) {
4
- return /* @__PURE__ */ o(
3
+ function e(o) {
4
+ return /* @__PURE__ */ r(
5
5
  "svg",
6
6
  {
7
7
  viewBox: "0 0 16 16",
8
- fill: "none",
8
+ fill: "currentColor",
9
9
  xmlns: "http://www.w3.org/2000/svg",
10
- ...r,
11
- children: /* @__PURE__ */ o(
10
+ ...o,
11
+ children: /* @__PURE__ */ r(
12
12
  "path",
13
13
  {
14
14
  stroke: "currentColor",
15
- strokeWidth: "1.5",
16
15
  strokeLinecap: "round",
17
16
  strokeLinejoin: "round",
18
- d: "M14 8H2M2 8L7 3M2 8L7 13"
17
+ d: "M9 13.7499C9.19 13.7499 9.38 13.6799 9.53 13.5299L14.53 8.52994C14.6 8.45994 14.66 8.37994 14.69 8.28994C14.73 8.19994 14.75 8.09994 14.75 7.99994C14.75 7.89994 14.73 7.79994 14.69 7.70994C14.65 7.61994 14.6 7.53994 14.53 7.46994L9.53 2.46994C9.24 2.17994 8.76 2.17994 8.47 2.46994C8.18 2.75994 8.18 3.23994 8.47 3.52994L12.19 7.24994H2C1.59 7.24994 1.25 7.58994 1.25 7.99994C1.25 8.40994 1.59 8.74994 2 8.74994H12.19L8.47 12.4699C8.18 12.7599 8.18 13.2399 8.47 13.5299C8.62 13.6799 8.81 13.7499 9 13.7499Z"
19
18
  }
20
19
  )
21
20
  }
22
21
  );
23
22
  }
24
- const s = t.memo(e);
23
+ const i = t.memo(e);
25
24
  export {
26
- s as default
25
+ i as default
27
26
  };
@@ -5,23 +5,22 @@ function e(r) {
5
5
  "svg",
6
6
  {
7
7
  viewBox: "0 0 16 16",
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: "1.5",
16
15
  strokeLinecap: "round",
17
16
  strokeLinejoin: "round",
18
- d: "M6 4L10 8L6 12"
17
+ d: "M5.99994 12.7499C6.18994 12.7499 6.37994 12.6799 6.52994 12.5299L10.5299 8.52994C10.8199 8.23994 10.8199 7.75994 10.5299 7.46994L6.52994 3.46994C6.23994 3.17994 5.75994 3.17994 5.46994 3.46994C5.17994 3.75994 5.17994 4.23994 5.46994 4.52994L8.93993 7.99994L5.46994 11.4699C5.17994 11.7599 5.17994 12.2399 5.46994 12.5299C5.61994 12.6799 5.80994 12.7499 5.99994 12.7499Z"
19
18
  }
20
19
  )
21
20
  }
22
21
  );
23
22
  }
24
- const s = t.memo(e);
23
+ const C = t.memo(e);
25
24
  export {
26
- s as default
25
+ C as default
27
26
  };
@@ -1,27 +1,26 @@
1
- import { jsx as o } from "react/jsx-runtime";
1
+ import { jsx as r } from "react/jsx-runtime";
2
2
  import e from "react";
3
- function t(r) {
4
- return /* @__PURE__ */ o(
3
+ function t(o) {
4
+ return /* @__PURE__ */ r(
5
5
  "svg",
6
6
  {
7
7
  viewBox: "0 0 16 16",
8
- fill: "none",
8
+ fill: "currentColor",
9
9
  xmlns: "http://www.w3.org/2000/svg",
10
- ...r,
11
- children: /* @__PURE__ */ o(
10
+ ...o,
11
+ children: /* @__PURE__ */ r(
12
12
  "path",
13
13
  {
14
14
  stroke: "currentColor",
15
- strokeWidth: "1.5",
16
15
  strokeLinecap: "round",
17
16
  strokeLinejoin: "round",
18
- d: "M13 13L10.5 11M12 7C12 9.76142 9.76142 12 7 12C4.23858 12 2 9.76142 2 7C2 4.23858 4.23858 2 7 2C9.76142 2 12 4.23858 12 7Z"
17
+ d: "M13.9999 14.75C13.8099 14.75 13.6199 14.68 13.4699 14.53L11.5799 12.64C9.07994 14.62 5.42994 14.45 3.11994 12.14C0.629941 9.65 0.629941 5.6 3.11994 3.12C4.32994 1.91 5.92994 1.25 7.62994 1.25C9.32994 1.25 10.9399 1.91 12.1399 3.12C13.3499 4.32 14.0099 5.93 14.0099 7.63C14.0099 9.08 13.5299 10.46 12.6399 11.58L14.5299 13.47C14.8199 13.76 14.8199 14.24 14.5299 14.53C14.3799 14.68 14.1899 14.75 13.9999 14.75ZM7.62994 2.75C6.32994 2.75 5.09994 3.26 4.17994 4.18C2.27994 6.08 2.27994 9.18 4.17994 11.08C6.07994 12.98 9.17994 12.98 11.0799 11.08C11.9999 10.16 12.5099 8.93 12.5099 7.63C12.5099 6.33 11.9999 5.1 11.0799 4.18C10.1599 3.26 8.92994 2.75 7.62994 2.75Z"
19
18
  }
20
19
  )
21
20
  }
22
21
  );
23
22
  }
24
- const s = e.memo(t);
23
+ const c = e.memo(t);
25
24
  export {
26
- s as default
25
+ c as default
27
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 16 16",
8
+ fill: "currentColor",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...r,
11
+ children: /* @__PURE__ */ C(
12
+ "path",
13
+ {
14
+ d: "M12.77 3.85V3.75C12.77 3.34 13.11 3 13.52 3C13.93 3 14.27 3.34 14.27 3.75C14.27 4.16 13.93 4.55 13.52 4.55C13.11 4.55 12.77 4.26 12.77 3.85ZM13.52 6.9C13.11 6.9 12.77 7.24 12.77 7.65V7.75C12.77 8.16 13.11 8.5 13.52 8.5C13.93 8.5 14.27 8.16 14.27 7.75V7.65C14.27 7.24 13.93 6.9 13.52 6.9ZM13.52 11C13.11 11 12.77 11.34 12.77 11.75V11.85C12.77 12.26 13.11 12.55 13.52 12.55C13.93 12.55 14.27 12.16 14.27 11.75C14.27 11.34 13.93 11 13.52 11ZM11.09 7.05H2.75C2.34 7.05 2 7.39 2 7.8C2 8.21 2.34 8.55 2.75 8.55H11.09C11.5 8.55 11.84 8.21 11.84 7.8C11.84 7.39 11.5 7.05 11.09 7.05ZM11.09 11.05H2.75C2.34 11.05 2 11.39 2 11.8C2 12.21 2.34 12.55 2.75 12.55H11.09C11.5 12.55 11.84 12.21 11.84 11.8C11.84 11.39 11.5 11.05 11.09 11.05ZM11.09 3.05H2.75C2.34 3.05 2 3.39 2 3.8C2 4.21 2.34 4.55 2.75 4.55H11.09C11.5 4.55 11.84 4.21 11.84 3.8C11.84 3.39 11.5 3.05 11.09 3.05Z",
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 16 16",
8
+ fill: "currentColor",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...C,
11
+ children: /* @__PURE__ */ r(
12
+ "path",
13
+ {
14
+ d: "M10.75 5H11.72C10.84 4.05 9.59 3.5 8.25 3.5C5.63 3.5 3.5 5.63 3.5 8.25C3.5 10.87 5.63 13 8.25 13C10.87 13 13 10.87 13 8.25C13 7.84 13.34 7.5 13.75 7.5C14.16 7.5 14.5 7.84 14.5 8.25C14.5 11.7 11.7 14.5 8.25 14.5C4.8 14.5 2 11.7 2 8.25C2 4.8 4.8 2 8.25 2C10.11 2 11.83 2.82 13 4.2V2.75C13 2.34 13.34 2 13.75 2C14.16 2 14.5 2.34 14.5 2.75V5.75C14.5 6.16 14.16 6.5 13.75 6.5H10.75C10.34 6.5 10 6.16 10 5.75C10 5.34 10.34 5 10.75 5ZM7.01 7.18V9.32C7.01 9.75 7.49 10.02 7.85 9.79L9.56 8.72C9.91 8.5 9.91 8 9.56 7.79L7.85 6.72C7.48 6.49 7.01 6.75 7.01 7.19V7.18Z",
15
+ stroke: "currentColor"
16
+ }
17
+ )
18
+ }
19
+ );
20
+ }
21
+ const c = e.memo(o);
22
+ export {
23
+ c as default
24
+ };
@@ -1,27 +1,26 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
- import t from "react";
3
- function e(r) {
2
+ import C from "react";
3
+ function t(r) {
4
4
  return /* @__PURE__ */ o(
5
5
  "svg",
6
6
  {
7
7
  viewBox: "0 0 16 16",
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: "1.5",
16
15
  strokeLinecap: "round",
17
16
  strokeLinejoin: "round",
18
- d: "M5 12V4M5 4L3 6M5 4L7 6M11 12V4M11 12L13 10M11 12L9 10"
17
+ d: "M11 12.75C10.9 12.75 10.8 12.73 10.71 12.69C10.62 12.65 10.54 12.6 10.47 12.53L8.47 10.53C8.18 10.24 8.18 9.76 8.47 9.47C8.76 9.18 9.24 9.18 9.53 9.47L10.25 10.19V4C10.25 3.59 10.59 3.25 11 3.25C11.41 3.25 11.75 3.59 11.75 4V10.19L12.47 9.47C12.76 9.18 13.24 9.18 13.53 9.47C13.82 9.76 13.82 10.24 13.53 10.53L11.53 12.53C11.46 12.6 11.38 12.66 11.29 12.69C11.2 12.73 11.1 12.75 11 12.75ZM5 12.75C4.59 12.75 4.25 12.41 4.25 12V5.81L3.53 6.53C3.24 6.82 2.76 6.82 2.47 6.53C2.18 6.24 2.18 5.76 2.47 5.47L4.47 3.47C4.54 3.4 4.62 3.34 4.71 3.31C4.89 3.24 5.11 3.24 5.29 3.31C5.38 3.35 5.46 3.4 5.53 3.47L7.53 5.47C7.82 5.76 7.82 6.24 7.53 6.53C7.24 6.82 6.76 6.82 6.47 6.53L5.75 5.81V12C5.75 12.41 5.41 12.75 5 12.75Z"
19
18
  }
20
19
  )
21
20
  }
22
21
  );
23
22
  }
24
- const s = t.memo(e);
23
+ const L = C.memo(t);
25
24
  export {
26
- s as default
25
+ L as default
27
26
  };
@@ -1,24 +1,23 @@
1
1
  import { jsx as r } from "react/jsx-runtime";
2
- import t from "react";
3
- function e(o) {
2
+ import o from "react";
3
+ function e(t) {
4
4
  return /* @__PURE__ */ r(
5
5
  "svg",
6
6
  {
7
- viewBox: "0 0 64 64",
8
- fill: "none",
7
+ viewBox: "0 0 16 16",
8
+ fill: "currentColor",
9
9
  xmlns: "http://www.w3.org/2000/svg",
10
- ...o,
10
+ ...t,
11
11
  children: /* @__PURE__ */ r(
12
12
  "path",
13
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
- fill: "currentColor"
14
+ d: "M12 13.75H4C3.04 13.75 2.25 12.96 2.25 12V4C2.25 3.04 3.04 2.25 4 2.25H12C12.96 2.25 13.75 3.04 13.75 4V12C13.75 12.96 12.96 13.75 12 13.75ZM4 3.75C3.86 3.75 3.75 3.86 3.75 4V12C3.75 12.14 3.86 12.25 4 12.25H12C12.14 12.25 12.25 12.14 12.25 12V4C12.25 3.86 12.14 3.75 12 3.75H4Z"
16
15
  }
17
16
  )
18
17
  }
19
18
  );
20
19
  }
21
- const C = t.memo(e);
20
+ const l = o.memo(e);
22
21
  export {
23
- C as default
22
+ l as default
24
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,23 @@
1
+ import { jsx as r } from "react/jsx-runtime";
2
+ import t from "react";
3
+ function o(e) {
4
+ return /* @__PURE__ */ r(
5
+ "svg",
6
+ {
7
+ viewBox: "0 0 16 16",
8
+ xmlns: "http://www.w3.org/2000/svg",
9
+ ...e,
10
+ children: /* @__PURE__ */ r(
11
+ "path",
12
+ {
13
+ fill: "currentColor",
14
+ d: "M6 0.5V5.5C6 5.78 5.78 6 5.5 6H0.5C0.22 6 0 5.78 0 5.5V0.5C0 0.22 0.22 0 0.5 0H5.5C5.78 0 6 0.22 6 0.5Z"
15
+ }
16
+ )
17
+ }
18
+ );
19
+ }
20
+ const a = t.memo(o);
21
+ export {
22
+ a as default
23
+ };
@@ -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 16 16",
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: "M7 10.75C6.81 10.75 6.62 10.68 6.47 10.53L4.47 8.53C4.18 8.24 4.18 7.76 4.47 7.47C4.76 7.18 5.24 7.18 5.53 7.47L7 8.94L10.47 5.47C10.76 5.18 11.24 5.18 11.53 5.47C11.82 5.76 11.82 6.24 11.53 6.53L7.53 10.53C7.38 10.68 7.19 10.75 7 10.75ZM14.75 12.5V3.5C14.75 2.26 13.74 1.25 12.5 1.25H3.5C2.26 1.25 1.25 2.26 1.25 3.5V12.5C1.25 13.74 2.26 14.75 3.5 14.75H12.5C13.74 14.75 14.75 13.74 14.75 12.5ZM12.5 2.75C12.91 2.75 13.25 3.09 13.25 3.5V12.5C13.25 12.91 12.91 13.25 12.5 13.25H3.5C3.09 13.25 2.75 12.91 2.75 12.5V3.5C2.75 3.09 3.09 2.75 3.5 2.75H12.5Z"
18
+ }
19
+ )
20
+ }
21
+ );
22
+ }
23
+ const i = e.memo(t);
24
+ export {
25
+ i as default
26
+ };
@@ -1,27 +1,26 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
- import r from "react";
3
- function e(t) {
2
+ import t from "react";
3
+ function e(r) {
4
4
  return /* @__PURE__ */ o(
5
5
  "svg",
6
6
  {
7
7
  viewBox: "0 0 16 16",
8
- fill: "none",
8
+ fill: "currentColor",
9
9
  xmlns: "http://www.w3.org/2000/svg",
10
- ...t,
10
+ ...r,
11
11
  children: /* @__PURE__ */ o(
12
12
  "path",
13
13
  {
14
14
  stroke: "currentColor",
15
- strokeWidth: "1.5",
16
15
  strokeLinecap: "round",
17
16
  strokeLinejoin: "round",
18
- d: "M4 4L12 12M14 8C14 11.3137 11.3137 14 8 14C4.68629 14 2 11.3137 2 8C2 4.68629 4.68629 2 8 2C11.3137 2 14 4.68629 14 8Z"
17
+ d: "M8 14.75C4.28 14.75 1.25 11.72 1.25 8C1.25 4.28 4.28 1.25 8 1.25C11.72 1.25 14.75 4.28 14.75 8C14.75 11.72 11.72 14.75 8 14.75ZM3.8 4.86C3.14 5.74 2.75 6.83 2.75 8C2.75 10.89 5.1 13.25 8 13.25C9.18 13.25 10.27 12.86 11.14 12.2L3.79 4.85L3.8 4.86ZM4.86 3.8L12.21 11.15C12.87 10.27 13.26 9.18 13.26 8.01C13.26 5.12 10.91 2.76 8.01 2.76C6.83 2.76 5.74 3.15 4.87 3.81L4.86 3.8Z"
19
18
  }
20
19
  )
21
20
  }
22
21
  );
23
22
  }
24
- const s = r.memo(e);
23
+ const i = t.memo(e);
25
24
  export {
26
- s as default
25
+ i as default
27
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 16 16",
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: "M8 14.75C4.28 14.75 1.25 11.72 1.25 8C1.25 4.28 4.28 1.25 8 1.25C11.72 1.25 14.75 4.28 14.75 8C14.75 11.72 11.72 14.75 8 14.75ZM8 2.75C5.1 2.75 2.75 5.1 2.75 8C2.75 10.9 5.1 13.25 8 13.25C10.9 13.25 13.25 10.9 13.25 8C13.25 5.1 10.9 2.75 8 2.75ZM7.71 10.27L10.71 7.27C11 6.98 11 6.5 10.71 6.21C10.42 5.92 9.94 5.92 9.65 6.21L7.18 8.68L6.67 8.17C6.38 7.88 5.9 7.88 5.61 8.17C5.32 8.46 5.32 8.94 5.61 9.23L6.65 10.27C6.8 10.42 6.99 10.49 7.18 10.49C7.37 10.49 7.56 10.42 7.71 10.27Z"
18
+ }
19
+ )
20
+ }
21
+ );
22
+ }
23
+ const s = e.memo(t);
24
+ export {
25
+ s as default
26
+ };
@@ -5,23 +5,22 @@ function e(r) {
5
5
  "svg",
6
6
  {
7
7
  viewBox: "0 0 16 16",
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: "1.5",
16
15
  strokeLinecap: "round",
17
16
  strokeLinejoin: "round",
18
- d: "M13 4L6.00012 11L3 7.99982"
17
+ d: "M5.99994 12.2499C5.80994 12.2499 5.61994 12.1799 5.46994 12.0299L2.46994 9.02994C2.17994 8.73994 2.17994 8.25994 2.46994 7.96994C2.75994 7.67994 3.23994 7.67994 3.52994 7.96994L5.99994 10.4399L12.4699 3.96994C12.7599 3.67994 13.2399 3.67994 13.5299 3.96994C13.8199 4.25994 13.8199 4.73994 13.5299 5.02994L6.52994 12.0299C6.37994 12.1799 6.18994 12.2499 5.99994 12.2499Z"
19
18
  }
20
19
  )
21
20
  }
22
21
  );
23
22
  }
24
- const s = t.memo(e);
23
+ const c = t.memo(e);
25
24
  export {
26
- s as default
25
+ c as default
27
26
  };
@@ -1,27 +1,26 @@
1
1
  import { jsx as r } from "react/jsx-runtime";
2
- import e from "react";
3
- function t(o) {
2
+ import o from "react";
3
+ function e(C) {
4
4
  return /* @__PURE__ */ r(
5
5
  "svg",
6
6
  {
7
7
  viewBox: "0 0 16 16",
8
- fill: "none",
8
+ fill: "currentColor",
9
9
  xmlns: "http://www.w3.org/2000/svg",
10
- ...o,
10
+ ...C,
11
11
  children: /* @__PURE__ */ r(
12
12
  "path",
13
13
  {
14
14
  stroke: "currentColor",
15
- strokeWidth: "1.5",
16
15
  strokeLinecap: "round",
17
16
  strokeLinejoin: "round",
18
- d: "M4 5L12 5M12 5L10 3M12 5L10 7M4 11L12 11M4 11L6 13M4 11L6 9"
17
+ d: "M6 13.7499C5.81 13.7499 5.62 13.6799 5.47 13.5299L3.47 11.5299C3.4 11.4599 3.34001 11.3799 3.31001 11.2899C3.27001 11.1999 3.25 11.0999 3.25 10.9999C3.25 10.8999 3.27001 10.7999 3.31001 10.7099C3.35001 10.6199 3.4 10.5399 3.47 10.4699L5.47 8.46994C5.76 8.17994 6.24 8.17994 6.53 8.46994C6.82 8.75994 6.82 9.23994 6.53 9.52994L5.81001 10.2499H12C12.41 10.2499 12.75 10.5899 12.75 10.9999C12.75 11.4099 12.41 11.7499 12 11.7499H5.81001L6.53 12.4699C6.82 12.7599 6.82 13.2399 6.53 13.5299C6.38 13.6799 6.19 13.7499 6 13.7499ZM10 7.74994C9.81 7.74994 9.62 7.67994 9.47 7.52994C9.18 7.23994 9.18 6.75994 9.47 6.46994L10.19 5.74994H4C3.59 5.74994 3.25 5.40994 3.25 4.99994C3.25 4.58994 3.59 4.24994 4 4.24994H10.19L9.47 3.52994C9.18 3.23994 9.18 2.75994 9.47 2.46994C9.76 2.17994 10.24 2.17994 10.53 2.46994L12.53 4.46994C12.6 4.53994 12.66 4.61994 12.69 4.70994C12.73 4.79994 12.75 4.89994 12.75 4.99994C12.75 5.09994 12.73 5.19994 12.69 5.28994C12.65 5.37994 12.6 5.45994 12.53 5.52994L10.53 7.52994C10.38 7.67994 10.19 7.74994 10 7.74994Z"
19
18
  }
20
19
  )
21
20
  }
22
21
  );
23
22
  }
24
- const i = e.memo(t);
23
+ const s = o.memo(e);
25
24
  export {
26
- i as default
25
+ s as default
27
26
  };
@@ -1,23 +1,23 @@
1
1
  import { jsx as C } from "react/jsx-runtime";
2
- import V from "react";
3
- function M(H) {
2
+ import t from "react";
3
+ function o(r) {
4
4
  return /* @__PURE__ */ C(
5
5
  "svg",
6
6
  {
7
7
  viewBox: "0 0 16 16",
8
8
  fill: "currentColor",
9
9
  xmlns: "http://www.w3.org/2000/svg",
10
- ...H,
10
+ ...r,
11
11
  children: /* @__PURE__ */ C(
12
12
  "path",
13
13
  {
14
- d: "M3 3.25C2.58579 3.25 2.25 3.58579 2.25 4C2.25 4.41421 2.58579 4.75 3 4.75V3.25ZM13 4.75C13.4142 4.75 13.75 4.41421 13.75 4C13.75 3.58579 13.4142 3.25 13 3.25V4.75ZM12.75 4V3.25H11.25V4H12.75ZM4.75 4V3.25H3.25V4H4.75ZM5.25 4C5.25 4.41421 5.58579 4.75 6 4.75C6.41421 4.75 6.75 4.41421 6.75 4H5.25ZM9.25 4C9.25 4.41421 9.58579 4.75 10 4.75C10.4142 4.75 10.75 4.41421 10.75 4H9.25ZM7.25 7C7.25 6.58579 6.91421 6.25 6.5 6.25C6.08579 6.25 5.75 6.58579 5.75 7H7.25ZM5.75 10C5.75 10.4142 6.08579 10.75 6.5 10.75C6.91421 10.75 7.25 10.4142 7.25 10H5.75ZM10.25 7C10.25 6.58579 9.91421 6.25 9.5 6.25C9.08579 6.25 8.75 6.58579 8.75 7H10.25ZM8.75 10C8.75 10.4142 9.08579 10.75 9.5 10.75C9.91421 10.75 10.25 10.4142 10.25 10H8.75ZM3 4.75H13V3.25H3V4.75ZM11.25 4V10.2836H12.75V4H11.25ZM11.25 10.2836C11.25 10.8262 11.2206 11.212 11.1597 11.4925C11.1004 11.7654 11.0216 11.8892 10.956 11.9563C10.8109 12.1047 10.4638 12.25 9.344 12.25V13.75C10.4114 13.75 11.3923 13.6556 12.0285 13.005C12.3534 12.6727 12.5285 12.2572 12.6255 11.811C12.7208 11.3725 12.75 10.8596 12.75 10.2836H11.25ZM9.344 12.25H6.656V13.75H9.344V12.25ZM6.656 12.25C5.53622 12.25 5.18909 12.1047 5.04405 11.9563C4.97841 11.8892 4.89962 11.7654 4.84032 11.4925C4.77937 11.212 4.75 10.8262 4.75 10.2836H3.25C3.25 10.8596 3.27923 11.3725 3.37453 11.811C3.47148 12.2572 3.64658 12.6727 3.97154 13.005C4.6077 13.6556 5.58856 13.75 6.656 13.75V12.25ZM4.75 10.2836V4H3.25V10.2836H4.75ZM5.25 3V4H6.75V3H5.25ZM7 2.75H9V1.25H7V2.75ZM9.25 3V4H10.75V3H9.25ZM9 2.75C9.13807 2.75 9.25 2.86193 9.25 3H10.75C10.75 2.0335 9.9665 1.25 9 1.25V2.75ZM6.75 3C6.75 2.86193 6.86193 2.75 7 2.75V1.25C6.0335 1.25 5.25 2.0335 5.25 3H6.75ZM5.75 7V10H7.25V7H5.75ZM8.75 7V10H10.25V7H8.75Z"
14
+ d: "M13 4.25H10.75V3C10.75 2.04 9.96 1.25 9 1.25H7C6.04 1.25 5.25 2.04 5.25 3V4.25H3C2.59 4.25 2.25 4.59 2.25 5C2.25 5.41 2.59 5.75 3 5.75H3.25V12C3.25 13.52 4.48 14.75 6 14.75H10C11.52 14.75 12.75 13.52 12.75 12V5.75H13C13.41 5.75 13.75 5.41 13.75 5C13.75 4.59 13.41 4.25 13 4.25ZM6.75 3C6.75 2.86 6.86 2.75 7 2.75H9C9.14 2.75 9.25 2.86 9.25 3V4.25H6.75V3ZM11.25 12C11.25 12.69 10.69 13.25 10 13.25H6C5.31 13.25 4.75 12.69 4.75 12V5.75H11.25V12ZM7.44 7.5V11.5C7.44 11.91 7.1 12.25 6.69 12.25C6.28 12.25 5.94 11.91 5.94 11.5V7.5C5.94 7.09 6.28 6.75 6.69 6.75C7.1 6.75 7.44 7.09 7.44 7.5ZM10.06 7.5V11.5C10.06 11.91 9.72001 12.25 9.31001 12.25C8.90001 12.25 8.56001 11.91 8.56001 11.5V7.5C8.56001 7.09 8.90001 6.75 9.31001 6.75C9.72001 6.75 10.06 7.09 10.06 7.5Z"
15
15
  }
16
16
  )
17
17
  }
18
18
  );
19
19
  }
20
- const t = V.memo(M);
20
+ const e = t.memo(o);
21
21
  export {
22
- t as default
22
+ e as default
23
23
  };
@@ -1,27 +1,26 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
2
  import t from "react";
3
- function e(r) {
3
+ function C(r) {
4
4
  return /* @__PURE__ */ o(
5
5
  "svg",
6
6
  {
7
7
  viewBox: "0 0 16 16",
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: "1.5",
16
15
  strokeLinecap: "round",
17
16
  strokeLinejoin: "round",
18
- d: "M6 9L3 6M3 6L6 3M3 6L10 6C11.6569 6 13 7.34315 13 9C13 10.6569 11.6569 12 10 12H7.64286"
17
+ d: "M10 13.2499H7.64C7.23 13.2499 6.89 12.9099 6.89 12.4999C6.89 12.0899 7.23 11.7499 7.64 11.7499H10C11.24 11.7499 12.25 10.7399 12.25 9.49994C12.25 8.25994 11.24 7.24994 10 7.24994H4.81001L6.53 8.96994C6.82 9.25994 6.82 9.73994 6.53 10.0299C6.24 10.3199 5.76 10.3199 5.47 10.0299L2.47 7.02994C2.4 6.95994 2.34001 6.87994 2.31001 6.78994C2.27001 6.69994 2.25 6.59994 2.25 6.49994C2.25 6.39994 2.27001 6.29994 2.31001 6.20994C2.35001 6.11994 2.4 6.03994 2.47 5.96994L5.47 2.96994C5.76 2.67994 6.24 2.67994 6.53 2.96994C6.82 3.25994 6.82 3.73994 6.53 4.02994L4.81001 5.74994H10C12.07 5.74994 13.75 7.42994 13.75 9.49994C13.75 11.5699 12.07 13.2499 10 13.2499Z"
19
18
  }
20
19
  )
21
20
  }
22
21
  );
23
22
  }
24
- const s = t.memo(e);
23
+ const i = t.memo(C);
25
24
  export {
26
- s as default
25
+ i as default
27
26
  };
@@ -1,27 +1,26 @@
1
- import { jsx as o } from "react/jsx-runtime";
1
+ import { jsx as r } from "react/jsx-runtime";
2
2
  import t from "react";
3
- function e(r) {
4
- return /* @__PURE__ */ o(
3
+ function e(o) {
4
+ return /* @__PURE__ */ r(
5
5
  "svg",
6
6
  {
7
7
  viewBox: "0 0 16 16",
8
- fill: "none",
8
+ fill: "currentColor",
9
9
  xmlns: "http://www.w3.org/2000/svg",
10
- ...r,
11
- children: /* @__PURE__ */ o(
10
+ ...o,
11
+ children: /* @__PURE__ */ r(
12
12
  "path",
13
13
  {
14
14
  stroke: "currentColor",
15
- strokeWidth: "1.5",
16
15
  strokeLinecap: "round",
17
16
  strokeLinejoin: "round",
18
- d: "M8 13V3M8 3L3 8M8 3L13 8"
17
+ d: "M13.7487 7.00122C13.7487 6.81122 13.6787 6.62122 13.5287 6.47122L8.52872 1.47122C8.45872 1.40122 8.37872 1.34123 8.28872 1.31123C8.19872 1.27123 8.09872 1.25122 7.99872 1.25122C7.89872 1.25122 7.79872 1.27123 7.70872 1.31123C7.61872 1.35123 7.53872 1.40122 7.46872 1.47122L2.46872 6.47122C2.17872 6.76122 2.17872 7.24122 2.46872 7.53122C2.75872 7.82122 3.23872 7.82122 3.52872 7.53122L7.24872 3.81123L7.24872 14.0012C7.24872 14.4112 7.58872 14.7512 7.99872 14.7512C8.40872 14.7512 8.74872 14.4112 8.74872 14.0012L8.74872 3.81123L12.4687 7.53122C12.7587 7.82122 13.2387 7.82122 13.5287 7.53122C13.6787 7.38122 13.7487 7.19122 13.7487 7.00122Z"
19
18
  }
20
19
  )
21
20
  }
22
21
  );
23
22
  }
24
- const s = t.memo(e);
23
+ const i = t.memo(e);
25
24
  export {
26
- s as default
25
+ i as default
27
26
  };
@@ -5,23 +5,22 @@ function t(r) {
5
5
  "svg",
6
6
  {
7
7
  viewBox: "0 0 16 16",
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: "1.5",
16
15
  strokeLinecap: "round",
17
16
  strokeLinejoin: "round",
18
- d: "M4 10L8 6L12 10"
17
+ d: "M12.7487 10.0012C12.7487 9.81116 12.6787 9.62116 12.5287 9.47116L8.52872 5.47116C8.23872 5.18116 7.75872 5.18116 7.46872 5.47116L3.46872 9.47116C3.17872 9.76116 3.17872 10.2412 3.46872 10.5312C3.75872 10.8212 4.23872 10.8212 4.52872 10.5312L7.99872 7.06117L11.4687 10.5312C11.7587 10.8212 12.2387 10.8212 12.5287 10.5312C12.6787 10.3812 12.7487 10.1912 12.7487 10.0012Z"
19
18
  }
20
19
  )
21
20
  }
22
21
  );
23
22
  }
24
- const s = e.memo(t);
23
+ const i = e.memo(t);
25
24
  export {
26
- s as default
25
+ i as default
27
26
  };