@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
@@ -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 r from "react";
3
+ function t(C) {
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
- ...r,
10
+ ...C,
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: "M3 7V11.8C3 12.1183 3.1317 12.4235 3.36612 12.6485C3.60054 12.8736 3.91848 13 4.25 13H11.75C12.0815 13 12.3995 12.8736 12.6339 12.6485C12.8683 12.4235 13 12.1183 13 11.8V7M8 9V2M8 2L5 5M8 2L11 5"
17
+ d: "M13.75 7.5V12.5C13.75 13.46 12.96 14.25 12 14.25H4C3.04 14.25 2.25 13.46 2.25 12.5V7.5C2.25 7.09 2.59 6.75 3 6.75C3.41 6.75 3.75 7.09 3.75 7.5V12.5C3.75 12.64 3.86 12.75 4 12.75H12C12.14 12.75 12.25 12.64 12.25 12.5V7.5C12.25 7.09 12.59 6.75 13 6.75C13.41 6.75 13.75 7.09 13.75 7.5ZM5 6.25C5.19 6.25 5.38 6.18 5.53 6.03L7.25 4.31V9.5C7.25 9.91 7.59 10.25 8 10.25C8.41 10.25 8.75 9.91 8.75 9.5V4.31L10.47 6.03C10.62 6.18 10.81 6.25 11 6.25C11.19 6.25 11.38 6.18 11.53 6.03C11.82 5.74 11.82 5.26 11.53 4.97L8.53 1.97C8.46 1.9 8.38 1.85 8.29 1.81C8.11 1.73 7.9 1.73 7.72 1.81C7.63 1.85 7.55 1.9 7.48 1.97L4.48 4.97C4.19 5.26 4.19 5.74 4.48 6.03C4.63 6.18 4.82 6.25 5.01 6.25H5Z"
19
18
  }
20
19
  )
21
20
  }
22
21
  );
23
22
  }
24
- const s = t.memo(e);
23
+ const l = r.memo(t);
25
24
  export {
26
- s as default
25
+ l as default
27
26
  };
@@ -1,18 +1,18 @@
1
- import { jsx as t } from "react/jsx-runtime";
2
- import r from "react";
3
- function e(o) {
4
- return /* @__PURE__ */ t(
1
+ import { jsx as o } from "react/jsx-runtime";
2
+ import t from "react";
3
+ function C(r) {
4
+ return /* @__PURE__ */ o(
5
5
  "svg",
6
6
  {
7
7
  viewBox: "0 0 16 16",
8
8
  xmlns: "http://www.w3.org/2000/svg",
9
- ...o,
10
- children: /* @__PURE__ */ t(
9
+ fill: "currentColor",
10
+ ...r,
11
+ children: /* @__PURE__ */ o(
11
12
  "path",
12
13
  {
13
- d: "M7.75 2.75V12.75M12.75 7.75H2.75M4.89 4.89L10.61 10.61M10.61 4.89L4.89 10.61",
14
+ d: "M13.75 8C13.75 8.41 13.41 8.75 13 8.75H9.81001L11.39 10.33C11.68 10.62 11.68 11.1 11.39 11.39C11.24 11.54 11.05 11.61 10.86 11.61C10.67 11.61 10.48 11.54 10.33 11.39L8.75 9.81V13C8.75 13.41 8.41 13.75 8 13.75C7.59 13.75 7.25 13.41 7.25 13V9.81L5.67001 11.39C5.52001 11.54 5.33 11.61 5.14 11.61C4.95 11.61 4.76 11.54 4.61 11.39C4.32 11.1 4.32 10.62 4.61 10.33L6.19 8.75H3C2.59 8.75 2.25 8.41 2.25 8C2.25 7.59 2.59 7.25 3 7.25H6.19L4.61 5.67C4.32 5.38 4.32 4.9 4.61 4.61C4.9 4.32 5.38001 4.32 5.67001 4.61L7.25 6.19V3C7.25 2.59 7.59 2.25 8 2.25C8.41 2.25 8.75 2.59 8.75 3V6.19L10.33 4.61C10.62 4.32 11.1 4.32 11.39 4.61C11.68 4.9 11.68 5.38 11.39 5.67L9.81001 7.25H13C13.41 7.25 13.75 7.59 13.75 8Z",
14
15
  stroke: "currentColor",
15
- strokeWidth: "1.5",
16
16
  strokeLinecap: "round",
17
17
  strokeLinejoin: "round"
18
18
  }
@@ -20,7 +20,7 @@ function e(o) {
20
20
  }
21
21
  );
22
22
  }
23
- const i = r.memo(e);
23
+ const s = t.memo(C);
24
24
  export {
25
- i as default
25
+ s as default
26
26
  };
@@ -1,27 +1,26 @@
1
- import { jsx as o } from "react/jsx-runtime";
2
- import e from "react";
3
- function t(r) {
4
- return /* @__PURE__ */ o(
1
+ import { jsx as r } from "react/jsx-runtime";
2
+ import o from "react";
3
+ function e(C) {
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
+ ...C,
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: "M12.33 9.75C11.56 11.52 9.8 12.75 7.75 12.75C4.99 12.75 2.75 10.51 2.75 7.75C2.75 4.99 4.99 2.75 7.75 2.75C9.8 2.75 11.56 3.98 12.33 5.75M13.76 4.13L12.89 7L10.02 6.13M7.53998 5.56995V8.51995L8.68998 9.67995"
17
+ d: "M10.5 6.25C10.09 6.25 9.75 5.91 9.75 5.5C9.75 5.09 10.09 4.75 10.5 4.75H11.47C10.59 3.8 9.34 3.25 8 3.25C5.38 3.25 3.25 5.38 3.25 8C3.25 10.62 5.38 12.75 8 12.75C10.62 12.75 12.75 10.62 12.75 8C12.75 7.59 13.09 7.25 13.5 7.25C13.91 7.25 14.25 7.59 14.25 8C14.25 11.45 11.45 14.25 8 14.25C4.55 14.25 1.75 11.45 1.75 8C1.75 4.55 4.55 1.75 8 1.75C9.86 1.75 11.58 2.57 12.75 3.95V2.5C12.75 2.09 13.09 1.75 13.5 1.75C13.91 1.75 14.25 2.09 14.25 2.5V5.5C14.25 5.91 13.91 6.25 13.5 6.25H10.5ZM8.01 4.26C7.6 4.26 7.26 4.59 7.26 5.01V8C7.26 8.19 7.32 8.37 7.44 8.5L8.79 10C8.94 10.16 9.14001 10.25 9.35001 10.25C9.53001 10.25 9.71001 10.19 9.85001 10.06C10.16 9.78 10.18 9.31 9.91 9L8.75 7.71V5.01C8.75 4.6 8.41 4.22 8.01 4.26Z"
19
18
  }
20
19
  )
21
20
  }
22
21
  );
23
22
  }
24
- const s = e.memo(t);
23
+ const i = o.memo(e);
25
24
  export {
26
- s as default
25
+ i as default
27
26
  };
@@ -1,31 +1,24 @@
1
- import { jsxs as t, jsx as C } from "react/jsx-runtime";
1
+ import { jsx as r } from "react/jsx-runtime";
2
2
  import o from "react";
3
- function e(r) {
4
- return /* @__PURE__ */ t(
3
+ function t(C) {
4
+ return /* @__PURE__ */ r(
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
- ...r,
11
- children: [
12
- /* @__PURE__ */ C(
13
- "path",
14
- {
15
- d: "M8.00545 8.22533C6.24973 8.22533 4.7121 9.0952 3.81788 10.4157C3.46892 10.9188 3.22901 11.4952 3.09815 12.1135C3.07634 12.2183 3.07634 12.3231 3.06543 12.4279C3.04362 12.6271 3 12.8262 3 13.0358V14H13V13.0358C13 10.3843 10.7644 8.22533 7.99455 8.22533H8.00545ZM4.7012 12.4279C4.99564 10.9293 6.36968 9.79738 8.00545 9.79738C9.64122 9.79738 11.0153 10.9293 11.3097 12.4279H4.69029H4.7012Z"
16
- }
17
- ),
18
- /* @__PURE__ */ C(
19
- "path",
20
- {
21
- d: "M8.00545 6.6952C9.35769 6.6952 10.4482 5.64716 10.4482 4.3476C10.4482 3.04803 9.35769 2 8.00545 2C6.65322 2 5.5627 3.04803 5.5627 4.3476C5.5627 5.64716 6.65322 6.6952 8.00545 6.6952ZM8.00545 3.58253C8.45256 3.58253 8.81243 3.92838 8.81243 4.35808C8.81243 4.78777 8.45256 5.13362 8.00545 5.13362C7.55834 5.13362 7.19847 4.78777 7.19847 4.35808C7.19847 3.92838 7.55834 3.58253 8.00545 3.58253Z"
22
- }
23
- )
24
- ]
10
+ ...C,
11
+ children: /* @__PURE__ */ r(
12
+ "path",
13
+ {
14
+ d: "M12.0599 13.91H3.93994C3.52994 13.91 3.18994 13.57 3.18994 13.16V12.94C3.18994 10.29 5.34994 8.13 7.99994 8.13C10.6499 8.13 12.8099 10.29 12.8099 12.94V13.16C12.8099 13.57 12.4699 13.91 12.0599 13.91ZM4.72994 12.41H11.2599C11.0099 10.84 9.63994 9.63 7.98994 9.63C6.33994 9.63 4.97994 10.84 4.71994 12.41H4.72994ZM7.99994 6.68C6.70994 6.68 5.65994 5.63 5.65994 4.34C5.65994 3.05 6.70994 2 7.99994 2C9.28994 2 10.3399 3.05 10.3399 4.34C10.3399 5.63 9.28994 6.68 7.99994 6.68ZM7.99994 3.51C7.53994 3.51 7.15994 3.89 7.15994 4.35C7.15994 4.81 7.53994 5.19 7.99994 5.19C8.45994 5.19 8.83994 4.81 8.83994 4.35C8.83994 3.89 8.45994 3.51 7.99994 3.51Z",
15
+ stroke: "currentColor"
16
+ }
17
+ )
25
18
  }
26
19
  );
27
20
  }
28
- const m = o.memo(e);
21
+ const l = o.memo(t);
29
22
  export {
30
- m as default
23
+ l as default
31
24
  };
@@ -1,43 +1,24 @@
1
- import { jsxs as r, jsx as C } from "react/jsx-runtime";
1
+ import { jsx as C } from "react/jsx-runtime";
2
2
  import o from "react";
3
- function s(t) {
4
- return /* @__PURE__ */ r(
3
+ function t(r) {
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
- ...t,
11
- children: [
12
- /* @__PURE__ */ C(
13
- "path",
14
- {
15
- d: "M1 12.68V13.45H5.37V12.53C5.37 12.34 5.38 12.14 5.4 11.95H2.62C2.93 11.02 3.8 10.35 4.83 10.35C5.14 10.35 5.44 10.42 5.71 10.53C5.88 10.05 6.1 9.6 6.38 9.18C5.91 8.97 5.38 8.85 4.83 8.85C2.71 8.85 1 10.56 1 12.68Z"
16
- }
17
- ),
18
- /* @__PURE__ */ C(
19
- "path",
20
- {
21
- d: "M4.83 7.4C5.93 7.4 6.83 6.51 6.83 5.4C6.83 4.29 5.94 3.4 4.83 3.4C3.72 3.4 2.83 4.29 2.83 5.4C2.83 6.51 3.72 7.4 4.83 7.4ZM4.83 4.91C5.11 4.91 5.33 5.13 5.33 5.41C5.33 5.69 5.11 5.91 4.83 5.91C4.55 5.91 4.33 5.69 4.33 5.41C4.33 5.13 4.55 4.91 4.83 4.91Z"
22
- }
23
- ),
24
- /* @__PURE__ */ C(
25
- "path",
26
- {
27
- d: "M11.41 7.94C9.8 7.94 8.39 8.77 7.57 10.03C7.25 10.51 7.03 11.06 6.91 11.65C6.89 11.75 6.89 11.85 6.88 11.95C6.86 12.14 6.82 12.33 6.82 12.53V13.45H15.99V12.53C15.99 10 13.94 7.94 11.4 7.94H11.41ZM8.38 11.95C8.65 10.52 9.91 9.44 11.41 9.44C12.91 9.44 14.17 10.52 14.44 11.95H8.37H8.38Z"
28
- }
29
- ),
30
- /* @__PURE__ */ C(
31
- "path",
32
- {
33
- d: "M11.41 6.48C12.65 6.48 13.65 5.48 13.65 4.24C13.65 3 12.65 2 11.41 2C10.17 2 9.17 3 9.17 4.24C9.17 5.48 10.17 6.48 11.41 6.48ZM11.41 3.51C11.82 3.51 12.15 3.84 12.15 4.25C12.15 4.66 11.82 4.99 11.41 4.99C11 4.99 10.67 4.66 10.67 4.25C10.67 3.84 11 3.51 11.41 3.51Z"
34
- }
35
- )
36
- ]
10
+ ...r,
11
+ children: /* @__PURE__ */ C(
12
+ "path",
13
+ {
14
+ d: "M4.33003 7.66002C3.23003 7.66002 2.34003 6.77002 2.34003 5.67002C2.34003 4.57002 3.23003 3.68002 4.33003 3.68002C5.43003 3.68002 6.32003 4.57002 6.32003 5.67002C6.32003 6.77002 5.43003 7.66002 4.33003 7.66002ZM4.33003 5.18002C4.06003 5.18002 3.84003 5.40002 3.84003 5.67002C3.84003 5.94002 4.06003 6.16002 4.33003 6.16002C4.60003 6.16002 4.82003 5.94002 4.82003 5.67002C4.82003 5.40002 4.60003 5.18002 4.33003 5.18002ZM5.59003 12.8C5.59003 12.6 5.63003 12.4 5.65003 12.21H2.14003C2.45003 11.3 3.32003 10.64 4.33003 10.64C4.92003 10.64 5.45003 10.86 5.86003 11.23C6.02003 10.73 6.22003 10.25 6.51003 9.83002C5.89003 9.40002 5.14003 9.14002 4.34003 9.14002C2.24003 9.14002 0.530029 10.85 0.530029 12.96C0.530029 13.37 0.870029 13.71 1.28003 13.71H5.61003V12.8H5.59003ZM14.73 13.71H7.09003C6.68003 13.71 6.34003 13.37 6.34003 12.96V12.8C6.34003 10.28 8.39003 8.23002 10.91 8.23002C13.43 8.23002 15.48 10.28 15.48 12.8V12.96C15.48 13.37 15.14 13.71 14.73 13.71ZM7.90003 12.21H13.93C13.65 10.8 12.41 9.73002 10.92 9.73002C9.43003 9.73002 8.18003 10.8 7.91003 12.21H7.90003ZM10.91 6.75002C9.68003 6.75002 8.67003 5.75002 8.67003 4.51002C8.67003 3.27002 9.67003 2.27002 10.91 2.27002C12.15 2.27002 13.15 3.27002 13.15 4.51002C13.15 5.75002 12.15 6.75002 10.91 6.75002ZM10.91 3.78002C10.5 3.78002 10.17 4.11002 10.17 4.52002C10.17 4.93002 10.5 5.26002 10.91 5.26002C11.32 5.26002 11.65 4.93002 11.65 4.52002C11.65 4.11002 11.32 3.78002 10.91 3.78002Z",
15
+ stroke: "currentColor"
16
+ }
17
+ )
37
18
  }
38
19
  );
39
20
  }
40
- const p = o.memo(s);
21
+ const l = o.memo(t);
41
22
  export {
42
- p as default
23
+ l as default
43
24
  };
@@ -11,7 +11,7 @@ function t(r) {
11
11
  children: /* @__PURE__ */ C(
12
12
  "path",
13
13
  {
14
- d: "M14.72 8.08718C14.72 7.43718 13.92 6.92718 13.73 6.34718C13.53 5.73718 13.88 4.85718 13.51 4.34718C13.14 3.83718 12.19 3.89718 11.68 3.52718C11.18 3.15718 10.94 2.23718 10.33 2.03718C9.75 1.84718 9.01 2.44718 8.36 2.44718C7.71 2.44718 6.98 1.84718 6.39 2.03718C5.78 2.23718 5.54 3.15718 5.04 3.52718C4.53 3.89718 3.58 3.84718 3.21 4.34718C2.84 4.84718 3.19 5.73718 2.99 6.34718C2.8 6.92718 2 7.44718 2 8.08718C2 8.72718 2.8 9.24718 2.99 9.82718C3.19 10.4372 2.84 11.3172 3.21 11.8272C3.58 12.3372 4.53 12.2772 5.04 12.6472C5.54 13.0172 5.78 13.9372 6.39 14.1372C6.97 14.3272 7.71 13.7272 8.36 13.7272C9.01 13.7272 9.74 14.3272 10.33 14.1372C10.94 13.9372 11.18 13.0172 11.68 12.6472C12.19 12.2772 13.14 12.3272 13.51 11.8272C13.88 11.3272 13.53 10.4372 13.73 9.82718C13.92 9.24718 14.72 8.72718 14.72 8.08718ZM11.72 6.94718L7.53 11.1372C7.38 11.2872 7.19 11.3572 7 11.3572C6.81 11.3572 6.62 11.2872 6.47 11.1372L5.01 9.67718C4.72 9.38718 4.72 8.90718 5.01 8.61718C5.3 8.32718 5.78 8.32718 6.07 8.61718L7 9.54718L10.66 5.88718C10.95 5.59718 11.43 5.59718 11.72 5.88718C12.01 6.17718 12.01 6.65718 11.72 6.94718Z"
14
+ d: "M6.27989 14.84C6.11989 14.84 5.9699 14.82 5.7999 14.77C5.1999 14.57 4.8699 14.06 4.5999 13.65C4.4799 13.46 4.3399 13.25 4.2399 13.17C4.1299 13.09 3.8899 13.03 3.6699 12.97C3.1999 12.84 2.60989 12.69 2.24989 12.18C1.88989 11.68 1.9199 11.08 1.9399 10.59C1.9499 10.36 1.9599 10.1 1.9199 9.96997C1.8799 9.85997 1.7299 9.65997 1.5899 9.48997C1.2799 9.10997 0.889893 8.62997 0.889893 7.98997C0.889893 7.34997 1.2799 6.87997 1.5899 6.48997C1.7299 6.31997 1.8899 6.12997 1.9199 6.00997C1.9599 5.87997 1.9499 5.61997 1.9399 5.38997C1.9199 4.90997 1.88989 4.29997 2.24989 3.79997C2.61989 3.29997 3.1999 3.13997 3.6699 3.00997C3.8899 2.94997 4.1399 2.87997 4.2399 2.80997C4.3399 2.73997 4.4799 2.51997 4.5999 2.32997C4.8699 1.91997 5.1999 1.40997 5.7999 1.20997C6.3799 1.01997 6.93989 1.22997 7.38989 1.40997C7.60989 1.48997 7.85989 1.58997 7.99989 1.58997C8.13989 1.58997 8.38989 1.49997 8.60989 1.40997C9.05989 1.23997 9.6099 1.02997 10.1999 1.20997C10.7999 1.40997 11.1299 1.91997 11.3999 2.32997C11.5199 2.51997 11.6599 2.72997 11.7599 2.80997C11.8699 2.88997 12.1099 2.94997 12.3299 3.00997C12.7999 3.13997 13.3799 3.28997 13.7499 3.79997C14.1099 4.29997 14.0799 4.89997 14.0599 5.38997C14.0499 5.61997 14.0399 5.87997 14.0799 6.00997C14.1199 6.11997 14.2699 6.31997 14.4099 6.48997C14.7199 6.86997 15.1099 7.34997 15.1099 7.98997C15.1099 8.62997 14.7199 9.09997 14.4099 9.48997C14.2699 9.65997 14.1099 9.84997 14.0799 9.96997C14.0399 10.1 14.0499 10.36 14.0599 10.59C14.0799 11.07 14.1099 11.67 13.7499 12.18C13.3799 12.68 12.7999 12.84 12.3299 12.97C12.1099 13.03 11.8599 13.1 11.7599 13.17C11.6599 13.24 11.5199 13.46 11.3999 13.65C11.1299 14.06 10.7999 14.57 10.1999 14.77C9.6199 14.96 9.05989 14.75 8.60989 14.57C8.38989 14.49 8.13989 14.39 7.99989 14.39C7.85989 14.39 7.60989 14.48 7.38989 14.57C7.06989 14.69 6.67989 14.84 6.27989 14.84ZM6.28989 2.65997H6.2699C6.1799 2.68997 5.9799 2.99997 5.8699 3.15997C5.6799 3.45997 5.4599 3.79997 5.1299 4.03997C4.7999 4.27997 4.4099 4.38997 4.0599 4.47997C3.8699 4.52997 3.51989 4.61997 3.45989 4.69997C3.40989 4.77997 3.4299 5.11997 3.4399 5.32997C3.4599 5.68997 3.4799 6.09997 3.3499 6.48997C3.2299 6.86997 2.96989 7.17997 2.74989 7.44997C2.60989 7.61997 2.38989 7.88997 2.38989 7.99997C2.38989 8.10997 2.61989 8.37997 2.74989 8.54997C2.96989 8.81997 3.2199 9.12997 3.3499 9.50997C3.4799 9.89997 3.4599 10.31 3.4399 10.67C3.4299 10.87 3.40989 11.21 3.45989 11.3C3.51989 11.38 3.8699 11.47 4.0599 11.52C4.4099 11.61 4.7999 11.72 5.1299 11.96C5.4599 12.2 5.6799 12.54 5.8699 12.84C5.9799 13.01 6.1799 13.32 6.2699 13.35C6.3699 13.37 6.66989 13.25 6.85989 13.18C7.19989 13.05 7.5799 12.9 8.0099 12.9C8.4399 12.9 8.8199 13.05 9.1599 13.18C9.3499 13.25 9.64989 13.37 9.74989 13.35C9.83989 13.32 10.0399 13.01 10.1499 12.84C10.3399 12.54 10.5599 12.2 10.8899 11.97C11.2199 11.73 11.6099 11.62 11.9599 11.53C12.1499 11.48 12.4999 11.39 12.5599 11.31C12.6099 11.23 12.5899 10.89 12.5799 10.68C12.5599 10.32 12.5399 9.90997 12.6699 9.51997C12.7899 9.13997 13.0499 8.82997 13.2699 8.55997C13.4099 8.38997 13.6299 8.11997 13.6299 8.00997C13.6299 7.89997 13.3999 7.62997 13.2699 7.45997C13.0499 7.18997 12.7999 6.87997 12.6699 6.49997C12.5399 6.10997 12.5599 5.69997 12.5799 5.33997C12.5899 5.13997 12.6099 4.79997 12.5599 4.70997C12.4999 4.62997 12.1499 4.53997 11.9599 4.48997C11.6099 4.39997 11.2199 4.28997 10.8899 4.04997C10.5599 3.80997 10.3399 3.46997 10.1499 3.17997C10.0399 3.00997 9.83989 2.69997 9.74989 2.66997C9.65989 2.64997 9.3499 2.76997 9.1599 2.83997C8.8199 2.96997 8.4399 3.11997 8.0099 3.11997C7.5799 3.11997 7.1999 2.96997 6.8699 2.83997C6.6999 2.76997 6.4199 2.66997 6.2999 2.66997L6.28989 2.65997ZM7.70989 10.27L10.7099 7.26997C10.9999 6.97997 10.9999 6.49997 10.7099 6.20997C10.4199 5.91997 9.93989 5.91997 9.64989 6.20997L7.17989 8.67997L6.6699 8.16997C6.3799 7.87997 5.89989 7.87997 5.60989 8.16997C5.31989 8.45997 5.31989 8.93997 5.60989 9.22997L6.64989 10.27C6.79989 10.42 6.98989 10.49 7.17989 10.49C7.36989 10.49 7.55989 10.42 7.70989 10.27Z"
15
15
  }
16
16
  )
17
17
  }
@@ -1,23 +1,23 @@
1
- import { jsx as t } from "react/jsx-runtime";
2
- import C from "react";
3
- function o(i) {
4
- return /* @__PURE__ */ t(
1
+ import { jsx as C } from "react/jsx-runtime";
2
+ import i from "react";
3
+ function o(t) {
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
- ...i,
11
- children: /* @__PURE__ */ t(
10
+ ...t,
11
+ children: /* @__PURE__ */ C(
12
12
  "path",
13
13
  {
14
- d: "M8 3C4.81818 3 2.10091 4.97909 1 7.77273C2.10091 10.5664 4.81818 12.5455 8 12.5455C11.1818 12.5455 13.8991 10.5664 15 7.77273C13.8991 4.97909 11.1818 3 8 3ZM8 10.9545C6.24364 10.9545 4.81818 9.52909 4.81818 7.77273C4.81818 6.01636 6.24364 4.59091 8 4.59091C9.75636 4.59091 11.1818 6.01636 11.1818 7.77273C11.1818 9.52909 9.75636 10.9545 8 10.9545ZM8 5.86364C6.94364 5.86364 6.09091 6.71636 6.09091 7.77273C6.09091 8.82909 6.94364 9.68182 8 9.68182C9.05636 9.68182 9.90909 8.82909 9.90909 7.77273C9.90909 6.71636 9.05636 5.86364 8 5.86364Z"
14
+ d: "M8.00006 13.52C4.58006 13.52 1.56006 11.46 0.300059 8.26997C0.230059 8.08997 0.230059 7.89997 0.300059 7.71997C1.56006 4.52997 4.58006 2.46997 8.00006 2.46997C11.4201 2.46997 14.4401 4.52997 15.7001 7.71997C15.7701 7.89997 15.7701 8.08997 15.7001 8.26997C14.4401 11.46 11.4201 13.52 8.00006 13.52ZM1.81006 7.99997C2.90006 10.45 5.30006 12.02 8.00006 12.02C10.7001 12.02 13.1001 10.45 14.1901 7.99997C13.1001 5.54997 10.7001 3.97997 8.00006 3.97997C5.30006 3.97997 2.90006 5.54997 1.81006 7.99997ZM8.00006 10.75C6.48006 10.75 5.25006 9.51997 5.25006 7.99997C5.25006 6.47997 6.48006 5.24997 8.00006 5.24997C9.52006 5.24997 10.7501 6.47997 10.7501 7.99997C10.7501 9.51997 9.52006 10.75 8.00006 10.75ZM8.00006 6.74997C7.31006 6.74997 6.75006 7.30997 6.75006 7.99997C6.75006 8.68997 7.31006 9.24997 8.00006 9.24997C8.69005 9.24997 9.25006 8.68997 9.25006 7.99997C9.25006 7.30997 8.69005 6.74997 8.00006 6.74997Z"
15
15
  }
16
16
  )
17
17
  }
18
18
  );
19
19
  }
20
- const l = C.memo(o);
20
+ const l = i.memo(o);
21
21
  export {
22
22
  l as default
23
23
  };
@@ -11,7 +11,7 @@ function o(t) {
11
11
  children: /* @__PURE__ */ C(
12
12
  "path",
13
13
  {
14
- d: "M8 4.31159C9.75636 4.31159 11.1818 5.73705 11.1818 7.49341C11.1818 7.81795 11.1182 8.12977 11.0291 8.4225L12.9764 10.3698C13.8609 9.58705 14.5609 8.60705 15 7.48704C13.8991 4.69977 11.1818 2.72068 8 2.72068C7.19182 2.72068 6.41545 2.84795 5.68364 3.08341L7.06455 4.46432C7.36364 4.37523 7.67545 4.31159 8 4.31159ZM2.08818 2.18614C1.84 2.43432 1.84 2.83523 2.08818 3.08341L3.34182 4.33705C2.31091 5.15795 1.49 6.23977 1 7.49341C2.10091 10.287 4.81818 12.2661 8 12.2661C8.96727 12.2661 9.89 12.0752 10.7427 11.7443L12.4736 13.4752C12.7218 13.7234 13.1227 13.7234 13.3709 13.4752C13.6191 13.227 13.6191 12.8261 13.3709 12.578L2.99182 2.18614C2.74364 1.93795 2.33636 1.93795 2.08818 2.18614ZM8 10.6752C6.24364 10.6752 4.81818 9.24977 4.81818 7.49341C4.81818 7.00341 4.93273 6.53886 5.13 6.13159L6.12909 7.13068C6.11 7.24523 6.09091 7.36614 6.09091 7.49341C6.09091 8.54977 6.94364 9.4025 8 9.4025C8.12727 9.4025 8.24182 9.38341 8.36273 9.35795L9.36182 10.357C8.94818 10.5607 8.49 10.6752 8 10.6752ZM9.89 7.28341C9.79455 6.3925 9.09455 5.69886 8.21 5.60341L9.89 7.28341Z"
14
+ d: "M15.7001 8.27995C15.2101 9.51995 14.4401 10.59 13.5001 11.43C13.4701 11.37 13.4401 11.31 13.3801 11.26L12.4701 10.35C13.1901 9.71995 13.7801 8.91995 14.1901 8.00995C13.1001 5.55995 10.7001 3.98995 8.00006 3.98995C7.42006 3.98995 6.86005 4.07995 6.32006 4.20995L5.13006 3.01995C6.03006 2.68995 6.99006 2.48995 8.00006 2.48995C11.4201 2.48995 14.4401 4.54995 15.7001 7.73995C15.7701 7.91995 15.7701 8.10995 15.7001 8.28995V8.27995ZM14.5301 13.47C14.8201 13.76 14.8201 14.24 14.5301 14.53C14.3801 14.68 14.1901 14.75 14.0001 14.75C13.8101 14.75 13.6201 14.68 13.4701 14.53L11.6101 12.67C10.5101 13.21 9.29006 13.53 8.00006 13.53C4.58006 13.53 1.56006 11.47 0.300059 8.27995C0.230059 8.09995 0.230059 7.90995 0.300059 7.72995C0.880059 6.24995 1.87006 5.04995 3.08006 4.14995L1.47006 2.53995C1.18006 2.24995 1.18006 1.76995 1.47006 1.47995C1.76006 1.18995 2.24005 1.18995 2.53005 1.47995L14.5301 13.48V13.47ZM6.25006 7.99995C6.25006 8.95995 7.04006 9.74995 8.00006 9.74995C8.21006 9.74995 8.40006 9.70995 8.58006 9.63995L6.35006 7.40995C6.28006 7.58995 6.24006 7.78995 6.24006 7.98995L6.25006 7.99995ZM10.4801 11.54L9.70006 10.76C9.20006 11.07 8.63006 11.25 8.00006 11.25C6.21006 11.25 4.75006 9.78995 4.75006 7.99995C4.75006 7.37995 4.94006 6.79995 5.24006 6.29995L4.15006 5.20995C3.15006 5.89995 2.33006 6.83995 1.81006 7.99995C2.90006 10.45 5.30006 12.02 8.00006 12.02C8.87006 12.02 9.71006 11.85 10.4801 11.54Z"
15
15
  }
16
16
  )
17
17
  }
@@ -1,27 +1,26 @@
1
- import { jsx as o } from "react/jsx-runtime";
2
- import n from "react";
3
- function t(r) {
4
- return /* @__PURE__ */ o(
1
+ import { jsx as r } from "react/jsx-runtime";
2
+ import o from "react";
3
+ function n(C) {
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
+ ...C,
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 8V6M8 10.5H8.1M7.018 2.585L2.15392 11.1771C2.05363 11.3608 2.00057 11.5692 2 11.7814C1.99944 11.9936 2.0514 12.2022 2.15071 12.3866C2.25003 12.571 2.39323 12.7246 2.56607 12.8322C2.73892 12.9398 2.93538 12.9977 3.13592 13H12.8641C13.0646 12.9977 13.2611 12.9398 13.4339 12.8322C13.6068 12.7246 13.75 12.571 13.8493 12.3866C13.9486 12.2022 14.0006 11.9936 14 11.7814C13.9994 11.5692 13.9464 11.3608 13.8461 11.1771L8.982 2.585C8.87963 2.40642 8.73548 2.25877 8.56347 2.1563C8.39146 2.05383 8.1974 2 8 2C7.8026 2 7.60854 2.05383 7.43653 2.1563C7.26452 2.25877 7.12037 2.40642 7.018 2.585Z"
17
+ d: "M12.8201 14.2H3.18011C2.56011 14.2 1.99011 13.88 1.68011 13.34C1.36011 12.8 1.35012 12.16 1.65012 11.61L6.48012 2.70998C6.79012 2.14998 7.38012 1.78998 8.02012 1.78998C8.66012 1.78998 9.25012 2.13998 9.56012 2.70998L14.3701 11.61C14.6701 12.16 14.6501 12.8 14.3301 13.34C14.0101 13.88 13.4501 14.19 12.8301 14.19L12.8201 14.2ZM8.01012 3.29998C7.95012 3.29998 7.85011 3.31998 7.79011 3.42998L2.96011 12.33C2.90011 12.44 2.94011 12.53 2.96011 12.58C2.99011 12.63 3.05012 12.7 3.17012 12.7H12.8101C12.9301 12.7 13.0001 12.62 13.0201 12.58C13.0501 12.53 13.0801 12.44 13.0201 12.33L8.21011 3.42998C8.15011 3.31998 8.05012 3.29998 7.99012 3.29998H8.01012ZM8.75011 8.38998V6.57998C8.75011 6.16998 8.41011 5.82998 8.00011 5.82998C7.59011 5.82998 7.25011 6.16998 7.25011 6.57998V8.38998C7.25011 8.79998 7.59011 9.13998 8.00011 9.13998C8.41011 9.13998 8.75011 8.79998 8.75011 8.38998ZM8.80012 10.91C8.80012 10.5 8.46012 10.16 8.05012 10.16H7.95012C7.54012 10.16 7.20012 10.5 7.20012 10.91C7.20012 11.32 7.54012 11.66 7.95012 11.66H8.05012C8.46012 11.66 8.80012 11.32 8.80012 10.91Z"
19
18
  }
20
19
  )
21
20
  }
22
21
  );
23
22
  }
24
- const i = n.memo(t);
23
+ const i = o.memo(n);
25
24
  export {
26
25
  i as default
27
26
  };
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+
3
+ declare function Cart(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
+ declare const _default: React.MemoExoticComponent<typeof Cart>;
5
+ export default _default;
@@ -0,0 +1,26 @@
1
+ import { jsx as r } from "react/jsx-runtime";
2
+ import o from "react";
3
+ function t(C) {
4
+ return /* @__PURE__ */ r(
5
+ "svg",
6
+ {
7
+ viewBox: "0 0 64 64",
8
+ xmlns: "http://www.w3.org/2000/svg",
9
+ ...C,
10
+ children: /* @__PURE__ */ r(
11
+ "path",
12
+ {
13
+ stroke: "currentColor",
14
+ strokeLinecap: "round",
15
+ strokeLinejoin: "round",
16
+ fill: "currentColor",
17
+ d: "M44.64 42.56H18.99C16.27 42.56 13.99 40.61 13.56 37.92L10.26 17.19C10.26 17.19 10.26 17.14 10.25 17.11L9.18995 10.42L2.53996 8.36005C1.47996 8.03005 0.889981 6.91005 1.21998 5.86005C1.54998 4.81005 2.66998 4.21005 3.71998 4.54005L11.56 6.97005C12.29 7.20005 12.82 7.81005 12.94 8.57005L13.94 14.84H51.61C52.2 14.84 52.76 15.1 53.14 15.55C53.52 16 53.68 16.59 53.58 17.17L50.07 37.97C49.62 40.63 47.34 42.56 44.65 42.56H44.64ZM14.57 18.84L17.51 37.3C17.63 38.03 18.25 38.56 18.99 38.56H44.64C45.37 38.56 46 38.03 46.12 37.31L49.23 18.84H14.57ZM22.2 48.6C20.01 48.6 18.2 50.38 18.2 52.6C18.2 54.82 19.98 56.6 22.2 56.6C24.42 56.6 26.2 54.82 26.2 52.6C26.2 50.38 24.42 48.6 22.2 48.6ZM42.2 48.6C40.01 48.6 38.2 50.38 38.2 52.6C38.2 54.82 39.98 56.6 42.2 56.6C44.42 56.6 46.2 54.82 46.2 52.6C46.2 50.38 44.42 48.6 42.2 48.6Z"
18
+ }
19
+ )
20
+ }
21
+ );
22
+ }
23
+ const L = o.memo(t);
24
+ export {
25
+ L as default
26
+ };
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+
3
+ declare function Close(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
+ declare const _default: React.MemoExoticComponent<typeof Close>;
5
+ export default _default;
@@ -0,0 +1,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 50C47.49 50 46.98 49.8 46.59 49.41L32 34.82L17.41 49.41C16.63 50.19 15.36 50.19 14.58 49.41C13.8 48.63 13.8 47.36 14.58 46.58L29.17 31.99L14.58 17.4C13.8 16.62 13.8 15.35 14.58 14.57C15.36 13.79 16.63 13.79 17.41 14.57L32 29.16L46.59 14.57C47.37 13.79 48.64 13.79 49.42 14.57C50.2 15.35 50.2 16.62 49.42 17.4L34.83 31.99L49.42 46.58C50.2 47.36 50.2 48.63 49.42 49.41C49.03 49.8 48.52 50 48.01 50H48Z"
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 Controller(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
+ declare const _default: React.MemoExoticComponent<typeof Controller>;
5
+ export default _default;
@@ -0,0 +1,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: "M11.77 50.97C10.45 50.97 9.18001 50.7 7.99001 50.15C4.74001 48.65 2.66001 45.31 2.13001 40.74C1.64001 36.53 2.54001 31.69 4.66001 27.12C5.11001 26.22 5.55001 25.34 6.07001 24.5C9.91001 18.03 15.51 14 20.66 14H43.33C48.78 14 54.76 18.55 58.58 25.59L59.32 27.06C59.32 27.06 59.34 27.09 59.34 27.11C62.15 33.13 62.77 39.57 61.02 44.34C60.01 47.09 58.25 49.1 55.95 50.16C50.48 52.7 43.16 49.12 38.23 41.62H25.66C21.84 47.5 16.53 50.97 11.77 50.97ZM20.66 18C17.03 18 12.53 21.44 9.48001 26.56C9.04001 27.28 8.64001 28.08 8.26001 28.84C6.47001 32.7 5.70001 36.78 6.10001 40.27C6.46001 43.4 7.73001 45.62 9.66001 46.51C13.44 48.26 19.1 44.85 22.83 38.59C23.19 37.98 23.84 37.61 24.55 37.61H39.33C40.03 37.61 40.68 37.98 41.04 38.58C44.82 44.85 50.51 48.26 54.27 46.52C55.94 45.76 56.82 44.16 57.26 42.95C58.63 39.23 58.04 33.82 55.73 28.83L55.03 27.43C51.99 21.81 47.27 17.99 43.33 17.99H20.66V18ZM23.28 31.01C23.28 31.17 23.22 31.39 23.06 31.5C22.95 31.61 22.73 31.72 22.57 31.72H19.73V34.56C19.73 34.94 19.4 35.27 19.02 35.27H17.27C16.89 35.27 16.56 34.94 16.56 34.56V31.72H13.72C13.34 31.72 13.06 31.39 13.06 31.01V29.26C13.06 29.1 13.12 28.93 13.28 28.77C13.39 28.66 13.61 28.55 13.77 28.55H16.61V25.76C16.61 25.38 16.94 25.05 17.32 25.05H19.07C19.45 25.05 19.78 25.38 19.78 25.76V28.6H22.57C22.95 28.6 23.28 28.93 23.28 29.31V31.01ZM45.87 25.05C46.36 25.05 46.8 25.21 47.13 25.6C47.46 25.93 47.68 26.42 47.68 26.86C47.68 27.35 47.52 27.79 47.13 28.12C46.8 28.45 46.31 28.67 45.87 28.67C45.38 28.67 44.94 28.51 44.61 28.12C44.28 27.79 44.06 27.3 44.06 26.86C44.06 26.37 44.22 25.93 44.61 25.6C44.94 25.27 45.37 25.05 45.87 25.05ZM42.58 31.94C42.09 31.94 41.65 31.72 41.32 31.39C40.99 31.06 40.77 30.57 40.77 30.13C40.77 29.64 40.99 29.2 41.32 28.87C41.65 28.54 42.14 28.32 42.58 28.32C43.07 28.32 43.51 28.48 43.84 28.87C44.17 29.2 44.39 29.69 44.39 30.13C44.39 30.62 44.23 31.06 43.84 31.44C43.57 31.77 43.07 31.93 42.58 31.93V31.94ZM45.87 35.22C45.38 35.22 44.94 35.06 44.61 34.67C44.28 34.34 44.06 33.85 44.06 33.41C44.06 32.92 44.22 32.48 44.61 32.15C44.94 31.82 45.43 31.6 45.87 31.6C46.36 31.6 46.8 31.76 47.13 32.15C47.46 32.48 47.68 32.97 47.68 33.41C47.68 33.9 47.52 34.34 47.13 34.67C46.8 35 46.36 35.22 45.87 35.22ZM49.15 31.94C48.66 31.94 48.22 31.78 47.84 31.45C47.51 31.12 47.29 30.69 47.29 30.19C47.29 29.69 47.45 29.26 47.78 28.88C48.11 28.55 48.6 28.33 49.04 28.33C49.53 28.33 49.97 28.49 50.35 28.82C50.68 29.15 50.9 29.64 50.9 30.08C50.9 30.57 50.74 31.01 50.41 31.34C50.08 31.72 49.64 31.94 49.15 31.94Z",
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 Copy(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
+ declare const _default: React.MemoExoticComponent<typeof Copy>;
5
+ export default _default;
@@ -0,0 +1,26 @@
1
+ import { jsx as o } from "react/jsx-runtime";
2
+ import C from "react";
3
+ function t(r) {
4
+ return /* @__PURE__ */ o(
5
+ "svg",
6
+ {
7
+ viewBox: "0 0 64 64",
8
+ fill: "currentColor",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...r,
11
+ children: /* @__PURE__ */ o(
12
+ "path",
13
+ {
14
+ stroke: "currentColor",
15
+ strokeLinecap: "round",
16
+ strokeLinejoin: "round",
17
+ d: "M56 13.5V38.5C56 41.53 53.53 44 50.5 44H48V40H50.5C51.33 40 52 39.33 52 38.5V13.5C52 12.67 51.33 12 50.5 12H25.5C24.67 12 24 12.67 24 13.5V16H20V13.5C20 10.47 22.47 8 25.5 8H50.5C53.53 8 56 10.47 56 13.5ZM44 50.5V25.5C44 22.47 41.53 20 38.5 20H13.5C10.47 20 8 22.47 8 25.5V50.5C8 53.53 10.47 56 13.5 56H38.5C41.53 56 44 53.53 44 50.5ZM38.5 24C39.33 24 40 24.67 40 25.5V50.5C40 51.33 39.33 52 38.5 52H13.5C12.67 52 12 51.33 12 50.5V25.5C12 24.67 12.67 24 13.5 24H38.5Z"
18
+ }
19
+ )
20
+ }
21
+ );
22
+ }
23
+ const i = C.memo(t);
24
+ export {
25
+ i as default
26
+ };
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+
3
+ declare function DownArrow(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
+ declare const _default: React.MemoExoticComponent<typeof DownArrow>;
5
+ export default _default;
@@ -0,0 +1,26 @@
1
+ import { jsx as o } from "react/jsx-runtime";
2
+ import C from "react";
3
+ function t(r) {
4
+ return /* @__PURE__ */ o(
5
+ "svg",
6
+ {
7
+ viewBox: "0 0 64 64",
8
+ fill: "currentColor",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...r,
11
+ children: /* @__PURE__ */ o(
12
+ "path",
13
+ {
14
+ stroke: "currentColor",
15
+ strokeLinecap: "round",
16
+ strokeLinejoin: "round",
17
+ d: "M53.8225 35.9524C53.8225 36.4624 53.6225 36.9724 53.2325 37.3624L33.2325 57.3624C33.2325 57.3624 33.2125 57.3824 33.2025 57.3924C33.0125 57.5724 32.8025 57.7024 32.5825 57.8024C32.3525 57.9024 32.1025 57.9524 31.8425 57.9524L31.8125 57.9524C31.5525 57.9524 31.3025 57.8924 31.0725 57.8024C30.9025 57.7324 30.7525 57.6424 30.6025 57.5324C30.6025 57.5324 30.6025 57.5324 30.5925 57.5324C30.5925 57.5324 30.5825 57.5324 30.5825 57.5224C30.5725 57.5124 30.5525 57.5024 30.5425 57.4924C30.5425 57.4924 30.5425 57.4924 30.5325 57.4824C30.5325 57.4824 30.5325 57.4824 30.5225 57.4724L10.5225 37.4724C9.7425 36.6924 9.7425 35.4224 10.5225 34.6424C11.3025 33.8624 12.5725 33.8624 13.3525 34.6424L29.9425 51.2324L29.9425 8.06241C29.9425 6.96241 30.8425 6.06241 31.9425 6.06241C33.0425 6.06241 33.9425 6.96241 33.9425 8.06241L33.9425 51.2324L50.5325 34.6424C51.3125 33.8624 52.5825 33.8624 53.3625 34.6424C53.7525 35.0324 53.9525 35.5424 53.9525 36.0524L53.8225 35.9524Z"
18
+ }
19
+ )
20
+ }
21
+ );
22
+ }
23
+ const L = C.memo(t);
24
+ export {
25
+ L as default
26
+ };
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+
3
+ declare function DownChevron(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
+ declare const _default: React.MemoExoticComponent<typeof DownChevron>;
5
+ export default _default;
@@ -0,0 +1,26 @@
1
+ import { jsx as o } from "react/jsx-runtime";
2
+ import e from "react";
3
+ function n(r) {
4
+ return /* @__PURE__ */ o(
5
+ "svg",
6
+ {
7
+ viewBox: "0 0 64 64",
8
+ fill: "currentColor",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...r,
11
+ children: /* @__PURE__ */ o(
12
+ "path",
13
+ {
14
+ stroke: "currentColor",
15
+ strokeLinecap: "round",
16
+ strokeLinejoin: "round",
17
+ d: "M49.99 24.0049C49.99 24.5149 49.79 25.0249 49.4 25.4149L33.4 41.4149C33.02 41.7949 32.52 42.0049 31.99 42.0049C31.46 42.0049 30.95 41.7949 30.58 41.4149L14.58 25.4149C13.8 24.6349 13.8 23.3649 14.58 22.5849C15.36 21.8049 16.63 21.8049 17.41 22.5849L32 37.1749L46.59 22.5849C47.37 21.8049 48.64 21.8049 49.42 22.5849C49.81 22.9749 50.01 23.4849 50.01 23.9949L49.99 24.0049Z"
18
+ }
19
+ )
20
+ }
21
+ );
22
+ }
23
+ const i = e.memo(n);
24
+ export {
25
+ i as default
26
+ };
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+
3
+ declare function Download(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
+ declare const _default: React.MemoExoticComponent<typeof Download>;
5
+ export default _default;
@@ -0,0 +1,26 @@
1
+ import { jsx as o } from "react/jsx-runtime";
2
+ import r from "react";
3
+ function t(C) {
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
+ ...C,
11
+ children: /* @__PURE__ */ o(
12
+ "path",
13
+ {
14
+ stroke: "currentColor",
15
+ strokeLinecap: "round",
16
+ strokeLinejoin: "round",
17
+ d: "M32 40C31.73 40 31.47 39.95 31.23 39.85C31.01 39.76 30.8 39.62 30.61 39.45C30.6 39.45 30.59 39.43 30.58 39.42L18.58 27.42C17.8 26.64 17.8 25.37 18.58 24.59C19.36 23.81 20.63 23.81 21.41 24.59L30 33.18V10C30 8.9 30.9 8 32 8C33.1 8 34 8.9 34 10V33.17L42.59 24.58C43.37 23.8 44.64 23.8 45.42 24.58C46.2 25.36 46.2 26.63 45.42 27.41L33.42 39.41C33.42 39.41 33.4 39.43 33.39 39.44C33.21 39.62 33 39.75 32.77 39.84C32.53 39.94 32.27 39.99 32 39.99V40ZM54 50.32V37.82C54 36.72 53.1 35.82 52 35.82C50.9 35.82 50 36.72 50 37.82V50.32C50 51.15 49.33 51.82 48.5 51.82H15.5C14.67 51.82 14 51.15 14 50.32V37.82C14 36.72 13.1 35.82 12 35.82C10.9 35.82 10 36.72 10 37.82V50.32C10 53.35 12.47 55.82 15.5 55.82H48.5C51.53 55.82 54 53.35 54 50.32Z"
18
+ }
19
+ )
20
+ }
21
+ );
22
+ }
23
+ const l = r.memo(t);
24
+ export {
25
+ l as default
26
+ };
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+
3
+ declare function Expand(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
+ declare const _default: React.MemoExoticComponent<typeof Expand>;
5
+ export default _default;