@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 o } from "react/jsx-runtime";
2
- import t from "react";
3
- function e(r) {
4
- return /* @__PURE__ */ o(
1
+ import { jsx as C } from "react/jsx-runtime";
2
+ import o from "react";
3
+ function t(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
10
  ...r,
11
- children: /* @__PURE__ */ o(
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 8.66667V11.6667C13 12.0203 12.8595 12.3594 12.6095 12.6095C12.3594 12.8595 12.0203 13 11.6667 13H4.33333C3.97971 13 3.64057 12.8595 3.39052 12.6095C3.14048 12.3594 3 12.0203 3 11.6667V4.33333C3 3.97971 3.14048 3.64057 3.39052 3.39052C3.64057 3.14048 3.97971 3 4.33333 3H7.33333M10 2H14M14 2V6M14 2L8 8"
17
+ d: "M12 13.75H4C3.04 13.75 2.25 12.96 2.25 12V4C2.25 3.04 3.04 2.25 4 2.25H7C7.41 2.25 7.75 2.59 7.75 3C7.75 3.41 7.41 3.75 7 3.75H4C3.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 12V9C12.25 8.59 12.59 8.25 13 8.25C13.41 8.25 13.75 8.59 13.75 9V12C13.75 12.96 12.96 13.75 12 13.75ZM8.53 8.53L13.25 3.81V6C13.25 6.41 13.59 6.75 14 6.75C14.41 6.75 14.75 6.41 14.75 6V2C14.75 1.9 14.73 1.8 14.69 1.71C14.65 1.62 14.6 1.54 14.53 1.47C14.46 1.4 14.38 1.34 14.29 1.31C14.2 1.27 14.1 1.25 14 1.25H10C9.59 1.25 9.25 1.59 9.25 2C9.25 2.41 9.59 2.75 10 2.75H12.19L7.47 7.47C7.18 7.76 7.18 8.24 7.47 8.53C7.62 8.68 7.81 8.75 8 8.75C8.19 8.75 8.38 8.68 8.53 8.53Z"
19
18
  }
20
19
  )
21
20
  }
22
21
  );
23
22
  }
24
- const s = t.memo(e);
23
+ const i = o.memo(t);
25
24
  export {
26
- s as default
25
+ i as default
27
26
  };
@@ -1,23 +1,23 @@
1
- import { jsx as L } from "react/jsx-runtime";
2
- import t from "react";
3
- function r(C) {
4
- return /* @__PURE__ */ L(
1
+ import { jsx as C } from "react/jsx-runtime";
2
+ import r 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
- ...C,
11
- children: /* @__PURE__ */ L(
10
+ ...t,
11
+ children: /* @__PURE__ */ C(
12
12
  "path",
13
13
  {
14
- d: "M5.10059 2.75049C4.68314 2.75049 4.49263 3.04698 4.44141 3.13232C4.34409 3.29452 4.24749 3.6495 4.5127 3.96338L4.51172 3.96533L7.55176 7.71533L7.55859 7.72314C7.58931 7.75949 7.61026 7.81367 7.61035 7.86963V11.8296C7.61035 12.1307 7.79031 12.3983 8.05762 12.5171L8.05957 12.5181L8.7002 12.7983L9.40039 13.105V7.88037C9.40039 7.82424 9.42133 7.76934 9.45215 7.73291L9.45898 7.7251L12.498 3.97412C12.6116 3.83456 12.6699 3.67251 12.6699 3.50732C12.6699 3.39084 12.6419 3.29111 12.6064 3.21338L12.5693 3.14307L12.5029 3.04736C12.4084 2.92777 12.2235 2.76025 11.9102 2.76025H5.60059V2.75049H5.10059ZM7.11035 7.98291L6.99902 7.84521L4.12891 4.30518C3.82147 3.92624 3.76376 3.42241 3.97168 2.98486C4.15353 2.60236 4.5096 2.34183 4.9209 2.28271L5.10059 2.27002H11.9102C12.3995 2.27002 12.8308 2.5409 13.0371 2.98193L13.0391 2.98486C13.248 3.42457 13.1872 3.93559 12.8848 4.30127L12.8818 4.30518L10.0117 7.84521L9.90039 7.98291V13.5005C9.90022 13.5802 9.85643 13.6655 9.7832 13.7144C9.76756 13.7248 9.74498 13.7331 9.71973 13.7397H9.65039C9.61876 13.7397 9.58068 13.7335 9.53516 13.7153L7.8584 12.9907C7.40145 12.7897 7.11038 12.3402 7.11035 11.8501V7.98291Z"
14
+ d: "M9.14996 14.24C9.04996 14.24 8.94996 14.22 8.84996 14.18L7.15996 13.45C6.51996 13.17 6.10996 12.54 6.10996 11.85V8.16002L3.23996 4.62002C2.80996 4.09002 2.72996 3.38002 3.01996 2.77002C3.30996 2.16002 3.91996 1.77002 4.59996 1.77002H11.41C12.09 1.77002 12.7 2.15002 12.99 2.77002C13.28 3.38002 13.2 4.10002 12.77 4.62002L9.89996 8.16002V13.5C9.89996 13.75 9.76996 13.99 9.55996 14.13C9.43996 14.21 9.28996 14.25 9.14996 14.25V14.24ZM4.59996 3.25002C4.45996 3.25002 4.39996 3.34002 4.36996 3.39002C4.33996 3.44002 4.30996 3.55002 4.39996 3.65002L7.43996 7.40002C7.54996 7.53002 7.60996 7.70002 7.60996 7.87002V11.83C7.60996 11.93 7.66996 12.02 7.75996 12.06L8.39996 12.34V7.88002C8.39996 7.71002 8.45996 7.54002 8.56996 7.41002L11.61 3.66002C11.7 3.55002 11.67 3.45002 11.64 3.40002C11.61 3.35002 11.55 3.26002 11.41 3.26002H4.59996V3.25002Z"
15
15
  }
16
16
  )
17
17
  }
18
18
  );
19
19
  }
20
- const l = t.memo(r);
20
+ const i = r.memo(o);
21
21
  export {
22
- l as default
22
+ i as default
23
23
  };
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+
3
+ declare function Folder(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
4
+ declare const _default: React.MemoExoticComponent<typeof Folder>;
5
+ export default _default;
@@ -0,0 +1,24 @@
1
+ import { jsx as r } from "react/jsx-runtime";
2
+ import C from "react";
3
+ function t(o) {
4
+ return /* @__PURE__ */ r(
5
+ "svg",
6
+ {
7
+ viewBox: "0 0 16 16",
8
+ fill: "currentColor",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...o,
11
+ children: /* @__PURE__ */ r(
12
+ "path",
13
+ {
14
+ d: "M14.68 4.61C14.37 3.92 13.83 3.53 13.19 3.53H8.1C8.03 3.53 7.96 3.5 7.92 3.45L7.12 2.57C6.79 2.21 6.32 2 5.83 2H2.59C1.95 2.03 1 2.49 1 3.67V12.44C1 12.53 1 12.61 1.02 12.7C1.17 13.5 1.74 14.01 2.46 14.01H13.23C13.46 14.01 13.69 13.95 13.89 13.85C14.47 13.54 14.8 13.04 14.8 12.46V5.2C14.8 5 14.76 4.8 14.68 4.62V4.61ZM13.24 12.51L2.54 12.55C2.54 12.55 2.51 12.49 2.5 12.44V3.67C2.5 3.58 2.5 3.52 2.62 3.51H5.83C5.9 3.51 5.96 3.54 6.01 3.59L6.81 4.47C7.14 4.83 7.61 5.04 8.1 5.04H13.18C13.18 5.04 13.26 5.11 13.31 5.2V12.44C13.31 12.44 13.28 12.49 13.24 12.52V12.51Z",
15
+ stroke: "currentColor"
16
+ }
17
+ )
18
+ }
19
+ );
20
+ }
21
+ const n = C.memo(t);
22
+ export {
23
+ n as default
24
+ };
@@ -1,25 +1,24 @@
1
- import { jsx as t } 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 C(t) {
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__ */ t(
10
+ ...t,
11
+ children: /* @__PURE__ */ r(
12
12
  "path",
13
13
  {
14
14
  stroke: "currentColor",
15
- strokeWidth: "1.5",
16
- d: "M12.2581 4.73975C11.7581 4.24122 11.1129 4 10.4677 4C9.82258 4 9.16129 4.24122 8.67742 4.73975L8 5.5L7.32258 4.73975C6.82258 4.24122 6.17742 4 5.53226 4C4.8871 4 4.24194 4.24122 3.74194 4.73975C3.22581 5.25436 3 5.92978 3 6.58912C3 10.32 8 12.5714 8 12.5714C8 12.5714 13 10.32 13 6.58912C13 5.9137 12.7758 5.23827 12.2581 4.73975Z"
15
+ d: "M8 13.11L7.69 12.97C7.47 12.87 2.25 10.47 2.25 6.29999C2.25 5.37999 2.59 4.53999 3.21 3.91999C4.45 2.67999 6.61001 2.67999 7.85001 3.91999L8 4.07999L8.12 3.94999C9.35 2.67999 11.54 2.67999 12.79 3.90999C13.41 4.50999 13.76 5.35999 13.76 6.28999C13.76 10.46 8.54 12.86 8.32 12.96L8.01 13.1L8 13.11ZM5.53 4.45999C5.05 4.45999 4.61 4.64999 4.27 4.97999C3.93 5.31999 3.75 5.77999 3.75 6.29999C3.75 9.00999 6.97 10.91 8 11.45C9.02 10.91 12.25 9.00999 12.25 6.29999C12.25 5.76999 12.07 5.30999 11.74 4.98999H11.73C11.05 4.30999 9.85 4.31999 9.22 4.96999L8 6.32999L6.76 4.93999C6.45 4.63999 6.01 4.44999 5.53 4.44999V4.45999Z"
17
16
  }
18
17
  )
19
18
  }
20
19
  );
21
20
  }
22
- const s = o.memo(e);
21
+ const n = o.memo(C);
23
22
  export {
24
- s as default
23
+ n as default
25
24
  };
@@ -12,14 +12,13 @@ function o(t) {
12
12
  "path",
13
13
  {
14
14
  stroke: "currentColor",
15
- strokeWidth: "1.5",
16
- d: "M12.2581 4.73975C11.7581 4.24122 11.1129 4 10.4677 4C9.82258 4 9.16129 4.24122 8.67742 4.73975L8 5.5L7.32258 4.73975C6.82258 4.24122 6.17742 4 5.53226 4C4.8871 4 4.24194 4.24122 3.74194 4.73975C3.22581 5.25436 3 5.92978 3 6.58912C3 10.32 8 12.5714 8 12.5714C8 12.5714 13 10.32 13 6.58912C13 5.9137 12.7758 5.23827 12.2581 4.73975Z"
15
+ d: "M13.75 6.29999C13.75 10.47 8.53 12.87 8.31001 12.97L8 13.11L7.69 12.97C7.47 12.87 2.25 10.47 2.25 6.29999C2.25 5.37999 2.59 4.53999 3.21 3.91999C4.45 2.68999 6.61001 2.67999 7.85001 3.91999L8 4.07999L8.12 3.94999C9.35 2.67999 11.54 2.67999 12.79 3.90999C13.41 4.50999 13.76 5.35999 13.76 6.28999L13.75 6.29999Z"
17
16
  }
18
17
  )
19
18
  }
20
19
  );
21
20
  }
22
- const i = e.memo(o);
21
+ const n = e.memo(o);
23
22
  export {
24
- i as default
23
+ n as default
25
24
  };
@@ -1,27 +1,26 @@
1
- import { jsx as o } from "react/jsx-runtime";
1
+ import { jsx as C } from "react/jsx-runtime";
2
2
  import r from "react";
3
- function t(e) {
4
- return /* @__PURE__ */ o(
3
+ function e(o) {
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
- ...e,
11
- children: /* @__PURE__ */ o(
10
+ ...o,
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: "M8 11H8.1M6 5.83632C6.16131 5.39076 6.47969 5.01506 6.89877 4.77574C7.31784 4.53642 7.81056 4.44894 8.28966 4.52879C8.76875 4.60864 9.2033 4.85067 9.51635 5.212C9.82939 5.57334 10.0007 6.03067 10 6.50298C10 7.83632 7.94168 8.50298 7.94168 8.50298M14 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.75ZM8 2.75C5.1 2.75 2.75 5.11 2.75 8C2.75 10.89 5.1 13.25 8 13.25C10.9 13.25 13.25 10.89 13.25 8C13.25 5.11 10.9 2.75 8 2.75ZM8.10001 11.75H8C7.59 11.75 7.25 11.41 7.25 11C7.25 10.59 7.59 10.25 8 10.25H8.10001C8.51001 10.25 8.85001 10.59 8.85001 11C8.85001 11.41 8.51001 11.75 8.10001 11.75ZM7.94 9.25C7.62 9.25 7.33 9.05 7.23 8.73C7.1 8.34 7.32 7.91 7.71 7.79C8.19 7.63 9.25 7.09 9.25 6.5C9.25 6.21 9.14 5.92 8.95 5.7C8.75 5.47 8.47001 5.32 8.17001 5.27C7.86001 5.22 7.54 5.27 7.27 5.43C7.01 5.58 6.8 5.82 6.7 6.1C6.56 6.49 6.13001 6.69 5.74001 6.55C5.35001 6.41 5.15 5.98 5.29 5.59C5.51 4.98 5.95 4.46 6.52 4.13C7.09 3.81 7.76 3.69 8.41 3.79C9.06 3.9 9.65 4.23 10.08 4.72C10.51 5.22 10.75 5.85 10.75 6.5C10.75 8.32 8.44001 9.13 8.17001 9.21C8.09001 9.23 8.02 9.25 7.94 9.25Z"
19
18
  }
20
19
  )
21
20
  }
22
21
  );
23
22
  }
24
- const s = r.memo(t);
23
+ const l = r.memo(e);
25
24
  export {
26
- s as default
25
+ l 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: "M2 8H14M14 8L9 3M14 8L9 13"
17
+ d: "M7 13.7499C6.81 13.7499 6.62 13.6799 6.47 13.5299L1.47 8.52994C1.4 8.45994 1.34001 8.37994 1.31001 8.28994C1.27001 8.19994 1.25 8.09994 1.25 7.99994C1.25 7.89994 1.27001 7.79994 1.31001 7.70994C1.35001 7.61994 1.4 7.53994 1.47 7.46994L6.47 2.46994C6.76 2.17994 7.24 2.17994 7.53 2.46994C7.82 2.75994 7.82 3.23994 7.53 3.52994L3.81001 7.24994H14C14.41 7.24994 14.75 7.58994 14.75 7.99994C14.75 8.40994 14.41 8.74994 14 8.74994H3.81001L7.53 12.4699C7.82 12.7599 7.82 13.2399 7.53 13.5299C7.38 13.6799 7.19 13.7499 7 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
  };
@@ -1,27 +1,26 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
- import r from "react";
3
- function t(e) {
2
+ import e 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
- ...e,
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: "M10 4L6 8L10 12"
17
+ d: "M9.99994 12.7499C9.80994 12.7499 9.61994 12.6799 9.46994 12.5299L5.46994 8.52994C5.17994 8.23994 5.17994 7.75994 5.46994 7.46994L9.46994 3.46994C9.75994 3.17994 10.2399 3.17994 10.5299 3.46994C10.8199 3.75994 10.8199 4.23994 10.5299 4.52994L7.05995 7.99994L10.5299 11.4699C10.8199 11.7599 10.8199 12.2399 10.5299 12.5299C10.3799 12.6799 10.1899 12.7499 9.99994 12.7499Z"
19
18
  }
20
19
  )
21
20
  }
22
21
  );
23
22
  }
24
- const s = r.memo(t);
23
+ const i = e.memo(t);
25
24
  export {
26
- s as default
25
+ i as default
27
26
  };
@@ -1,39 +1,23 @@
1
- import { jsxs as t, jsx as r } from "react/jsx-runtime";
2
- import i from "react";
3
- function o(e) {
4
- return /* @__PURE__ */ t(
1
+ import { jsx as C } from "react/jsx-runtime";
2
+ import o from "react";
3
+ function r(t) {
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
- ...e,
11
- children: [
12
- /* @__PURE__ */ t("g", { clipPath: "url(#clip0_532_400)", children: [
13
- /* @__PURE__ */ r(
14
- "path",
15
- {
16
- stroke: "currentColor",
17
- strokeWidth: "1.54",
18
- strokeLinecap: "round",
19
- strokeLinejoin: "round",
20
- d: "M13.05 6.91002C13.05 9.75002 7.91002 13.77 7.91002 13.77C7.91002 13.77 2.77002 9.75002 2.77002 6.91002C2.77002 4.07002 5.07002 1.77002 7.91002 1.77002C10.75 1.77002 13.05 4.07002 13.05 6.91002Z"
21
- }
22
- ),
23
- /* @__PURE__ */ r(
24
- "path",
25
- {
26
- fill: "currentColor",
27
- d: "M7.90999 5.89999C8.17999 5.89999 8.42999 6.00999 8.61999 6.19999C8.80999 6.38999 8.91999 6.63999 8.91999 6.90999C8.91999 7.46999 8.46999 7.91999 7.90999 7.91999C7.34999 7.91999 6.89999 7.46999 6.89999 6.90999C6.89999 6.34999 7.34999 5.89999 7.90999 5.89999ZM7.90999 4.35999C6.49999 4.35999 5.35999 5.49999 5.35999 6.90999C5.35999 8.31999 6.49999 9.45999 7.90999 9.45999C9.31999 9.45999 10.46 8.31999 10.46 6.90999C10.46 5.49999 9.31999 4.35999 7.90999 4.35999Z"
28
- }
29
- )
30
- ] }),
31
- /* @__PURE__ */ r("defs", { children: /* @__PURE__ */ r("clipPath", { id: "clip0_532_400", children: /* @__PURE__ */ r("rect", { width: "11.82", height: "13.54", fill: "white", transform: "translate(2 1)" }) }) })
32
- ]
10
+ ...t,
11
+ children: /* @__PURE__ */ C(
12
+ "path",
13
+ {
14
+ d: "M8.00011 14.75C7.84011 14.75 7.67011 14.7 7.54011 14.59C6.98011 14.16 2.11011 10.25 2.11011 7.14C2.11011 4.03 4.75011 1.25 8.00011 1.25C11.2501 1.25 13.8901 3.89 13.8901 7.14C13.8901 10.39 9.02011 14.16 8.46011 14.59C8.32011 14.7 8.16011 14.75 8.00011 14.75ZM8.00011 2.75C5.58011 2.75 3.61011 4.72 3.61011 7.14C3.61011 8.8 6.13011 11.47 8.00011 13.03C9.55011 11.73 12.3901 8.96 12.3901 7.14C12.3901 4.72 10.4201 2.75 8.00011 2.75ZM8.00011 6.09C8.58011 6.09 9.05011 6.56 9.05011 7.14C9.05011 7.72 8.58011 8.19 8.00011 8.19C7.42011 8.19 6.95011 7.72 6.95011 7.14C6.95011 6.56 7.42011 6.09 8.00011 6.09ZM8.00011 4.59C6.59011 4.59 5.45011 5.73 5.45011 7.14C5.45011 8.55 6.59011 9.69 8.00011 9.69C9.41011 9.69 10.5501 8.55 10.5501 7.14C10.5501 5.73 9.41011 4.59 8.00011 4.59Z"
15
+ }
16
+ )
33
17
  }
34
18
  );
35
19
  }
36
- const c = i.memo(o);
20
+ const l = o.memo(r);
37
21
  export {
38
- c as default
22
+ l as default
39
23
  };
@@ -1,49 +1,26 @@
1
- import { jsxs as e, jsx as o } from "react/jsx-runtime";
2
- import t from "react";
3
- function n(r) {
4
- return /* @__PURE__ */ e(
1
+ import { jsx as r } from "react/jsx-runtime";
2
+ import e from "react";
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: [
12
- /* @__PURE__ */ o(
13
- "path",
14
- {
15
- stroke: "currentColor",
16
- strokeWidth: "1.5",
17
- strokeLinecap: "round",
18
- strokeLinejoin: "round",
19
- d: "M3 8H13"
20
- }
21
- ),
22
- /* @__PURE__ */ o(
23
- "path",
24
- {
25
- stroke: "currentColor",
26
- strokeWidth: "1.5",
27
- strokeLinecap: "round",
28
- strokeLinejoin: "round",
29
- d: "M3 12H13"
30
- }
31
- ),
32
- /* @__PURE__ */ o(
33
- "path",
34
- {
35
- stroke: "currentColor",
36
- strokeWidth: "1.5",
37
- strokeLinecap: "round",
38
- strokeLinejoin: "round",
39
- d: "M3 4H13"
40
- }
41
- )
42
- ]
10
+ ...o,
11
+ children: /* @__PURE__ */ r(
12
+ "path",
13
+ {
14
+ stroke: "currentColor",
15
+ strokeLinecap: "round",
16
+ strokeLinejoin: "round",
17
+ d: "M13 8.75H3C2.59 8.75 2.25 8.41 2.25 8C2.25 7.59 2.59 7.25 3 7.25H13C13.41 7.25 13.75 7.59 13.75 8C13.75 8.41 13.41 8.75 13 8.75ZM13.75 12C13.75 11.59 13.41 11.25 13 11.25H3C2.59 11.25 2.25 11.59 2.25 12C2.25 12.41 2.59 12.75 3 12.75H13C13.41 12.75 13.75 12.41 13.75 12ZM13.75 4C13.75 3.59 13.41 3.25 13 3.25H3C2.59 3.25 2.25 3.59 2.25 4C2.25 4.41 2.59 4.75 3 4.75H13C13.41 4.75 13.75 4.41 13.75 4Z"
18
+ }
19
+ )
43
20
  }
44
21
  );
45
22
  }
46
- const d = t.memo(n);
23
+ const s = e.memo(t);
47
24
  export {
48
- d as default
25
+ s as default
49
26
  };
@@ -5,17 +5,16 @@ 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: "M3 8H13"
17
+ d: "M13 8.75H3C2.59 8.75 2.25 8.41 2.25 8C2.25 7.59 2.59 7.25 3 7.25H13C13.41 7.25 13.75 7.59 13.75 8C13.75 8.41 13.41 8.75 13 8.75Z"
19
18
  }
20
19
  )
21
20
  }
@@ -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 8H4.1M8.1 8H8.2M12 8H12.1"
17
+ d: "M12.11 8.75H12.01C11.6 8.75 11.26 8.41 11.26 8C11.26 7.59 11.6 7.25 12.01 7.25H12.11C12.52 7.25 12.86 7.59 12.86 8C12.86 8.41 12.52 8.75 12.11 8.75ZM8.21001 8.75H8.11001C7.70001 8.75 7.36001 8.41 7.36001 8C7.36001 7.59 7.70001 7.25 8.11001 7.25H8.21001C8.62001 7.25 8.96001 7.59 8.96001 8C8.96001 8.41 8.62001 8.75 8.21001 8.75ZM4.11001 8.75H4.01001C3.60001 8.75 3.26001 8.41 3.26001 8C3.26001 7.59 3.60001 7.25 4.01001 7.25H4.11001C4.52001 7.25 4.86001 7.59 4.86001 8C4.86001 8.41 4.52001 8.75 4.11001 8.75Z"
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
  };
@@ -1,27 +1,26 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
- import e from "react";
3
- function t(r) {
2
+ import C 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
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: "M8 5H8.1M8 8V10M14 8C14 11.3137 11.3137 14 8 14C4.68629 14 2 11.3137 2 8C2 4.68629 4.68629 2 8 2C11.3137 2 14 4.68629 14 8Z"
17
+ d: "M8 11.41C7.59 11.41 7.25 11.07 7.25 10.66V7.85C7.25 7.44 7.59 7.1 8 7.1C8.41 7.1 8.75 7.44 8.75 7.85V10.66C8.75 11.07 8.41 11.41 8 11.41ZM8.8 5.34C8.8 4.93 8.46 4.59 8.05 4.59H7.95C7.54 4.59 7.2 4.93 7.2 5.34C7.2 5.75 7.54 6.09 7.95 6.09H8.05C8.46 6.09 8.8 5.75 8.8 5.34ZM14.75 8C14.75 4.28 11.72 1.25 8 1.25C4.28 1.25 1.25 4.28 1.25 8C1.25 11.72 4.28 14.75 8 14.75C11.72 14.75 14.75 11.72 14.75 8ZM13.25 8C13.25 10.89 10.9 13.25 8 13.25C5.1 13.25 2.75 10.89 2.75 8C2.75 5.11 5.1 2.75 8 2.75C10.9 2.75 13.25 5.11 13.25 8Z"
19
18
  }
20
19
  )
21
20
  }
22
21
  );
23
22
  }
24
- const s = e.memo(t);
23
+ const i = C.memo(e);
25
24
  export {
26
- s as default
25
+ i as default
27
26
  };
@@ -13,13 +13,13 @@ function t(l) {
13
13
  {
14
14
  fillRule: "evenodd",
15
15
  clipRule: "evenodd",
16
- d: "M9.36962 3.17432C10.0669 2.491 11.1884 2.51034 11.8617 3.2173L12.8632 4.26888C13.5231 4.9617 13.5042 6.05599 12.8209 6.72565L6.3821 13.0356C6.27378 13.1418 6.13583 13.2126 5.98644 13.2388L3.12929 13.7388C2.89066 13.7805 2.64655 13.7044 2.47389 13.5345C2.30124 13.3646 2.2213 13.1217 2.25928 12.8824L2.73547 9.88241C2.76069 9.72351 2.83635 9.57693 2.95125 9.46432L9.36962 3.17432ZM10.7755 4.25178C10.6793 4.15079 10.5191 4.14803 10.4195 4.24564L4.17809 10.3622L3.90541 12.0801L5.49851 11.8013L11.771 5.65433C11.8686 5.55866 11.8713 5.40233 11.777 5.30336L10.7755 4.25178Z"
16
+ d: "M2.99002 13.76C2.79002 13.76 2.60001 13.68 2.46001 13.54C2.29001 13.37 2.21001 13.14 2.25001 12.9L2.67002 10.01C2.69002 9.85 2.77002 9.7 2.88002 9.59L9.71001 2.76C10.39 2.08 11.5 2.08 12.18 2.76L13.24 3.82C13.57 4.15 13.75 4.59 13.75 5.06C13.75 5.53 13.57 5.97 13.24 6.3L6.41002 13.13C6.30001 13.24 6.15002 13.32 5.99002 13.34L3.09002 13.76C3.09002 13.76 3.02002 13.76 2.98002 13.76H2.99002ZM4.12001 10.47L3.88002 12.12L5.53001 11.88L12.18 5.23C12.24 5.17 12.25 5.09 12.25 5.05C12.25 5.01 12.25 4.94 12.18 4.87L11.12 3.81C11.02 3.71 10.86 3.71 10.77 3.81L4.12001 10.46V10.47Z"
17
17
  }
18
18
  )
19
19
  }
20
20
  );
21
21
  }
22
- const i = o.memo(t);
22
+ const n = o.memo(t);
23
23
  export {
24
- i as default
24
+ n as default
25
25
  };
@@ -1,25 +1,25 @@
1
1
  import { jsx as e } from "react/jsx-runtime";
2
- import o from "react";
3
- function t(l) {
2
+ import l from "react";
3
+ function o(C) {
4
4
  return /* @__PURE__ */ e(
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
- ...l,
10
+ ...C,
11
11
  children: /* @__PURE__ */ e(
12
12
  "path",
13
13
  {
14
14
  fillRule: "evenodd",
15
15
  clipRule: "evenodd",
16
- d: "M3.63642 2.34402C3.87489 2.21185 4.1663 2.2195 4.3975 2.364L12.3975 7.364C12.6168 7.50106 12.75 7.74141 12.75 8C12.75 8.25859 12.6168 8.49895 12.3975 8.636L4.3975 13.636C4.1663 13.7805 3.87489 13.7882 3.63642 13.656C3.39796 13.5238 3.25 13.2726 3.25 13V3C3.25 2.72736 3.39796 2.47619 3.63642 2.34402ZM4.75 4.35319V11.6468L10.5849 8L4.75 4.35319Z"
16
+ d: "M5.44 12.95C5.15 12.95 4.86 12.88 4.59 12.73C4.03 12.42 3.69 11.84 3.69 11.2V4.81C3.69 4.17 4.04 3.59 4.59 3.28C5.15 2.97 5.83 2.99 6.37 3.33L11.48 6.53C11.99 6.85 12.3 7.41 12.3 8.01C12.3 8.62 11.99 9.17 11.48 9.49L6.37 12.68C6.09 12.86 5.77 12.95 5.44 12.95ZM5.45 4.55C5.4 4.55 5.35 4.57 5.33 4.58C5.28 4.61 5.2 4.67 5.2 4.8V11.19C5.2 11.32 5.28 11.38 5.33 11.41C5.38 11.44 5.48 11.47 5.58 11.41L10.69 8.22C10.79 8.16 10.81 8.06 10.81 8.01C10.81 7.96 10.79 7.86 10.69 7.8L5.58 4.6C5.58 4.6 5.49 4.56 5.45 4.56V4.55Z"
17
17
  }
18
18
  )
19
19
  }
20
20
  );
21
21
  }
22
- const d = o.memo(t);
22
+ const n = l.memo(o);
23
23
  export {
24
- d as default
24
+ n as default
25
25
  };
@@ -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: "M8 3V13M3 8H13"
17
+ d: "M8 13.75C7.59 13.75 7.25 13.41 7.25 13V8.75H3C2.59 8.75 2.25 8.41 2.25 8C2.25 7.59 2.59 7.25 3 7.25H7.25V3C7.25 2.59 7.59 2.25 8 2.25C8.41 2.25 8.75 2.59 8.75 3V7.25H13C13.41 7.25 13.75 7.59 13.75 8C13.75 8.41 13.41 8.75 13 8.75H8.75V13C8.75 13.41 8.41 13.75 8 13.75Z"
19
18
  }
20
19
  )
21
20
  }
22
21
  );
23
22
  }
24
- const i = t.memo(e);
23
+ const l = t.memo(e);
25
24
  export {
26
- i as default
25
+ l as default
27
26
  };
@@ -1,36 +1,26 @@
1
- import { jsxs as t, jsx as o } from "react/jsx-runtime";
2
- import e from "react";
3
- function n(r) {
4
- return /* @__PURE__ */ t(
1
+ import { jsx as o } from "react/jsx-runtime";
2
+ import t from "react";
3
+ function e(r) {
4
+ return /* @__PURE__ */ o(
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
10
  ...r,
11
- children: [
12
- /* @__PURE__ */ o(
13
- "path",
14
- {
15
- d: "M12.5 2H3.5C2.67157 2 2 2.67157 2 3.5V12.5C2 13.3284 2.67157 14 3.5 14H12.5C13.3284 14 14 13.3284 14 12.5V3.5C14 2.67157 13.3284 2 12.5 2Z",
16
- stroke: "currentColor",
17
- strokeWidth: "1.5",
18
- strokeLinecap: "round",
19
- strokeLinejoin: "round"
20
- }
21
- ),
22
- /* @__PURE__ */ o(
23
- "path",
24
- {
25
- d: "M10.25 5H5.75C5.33579 5 5 5.33579 5 5.75V10.25C5 10.6642 5.33579 11 5.75 11H10.25C10.6642 11 11 10.6642 11 10.25V5.75C11 5.33579 10.6642 5 10.25 5Z",
26
- fill: "currentColor"
27
- }
28
- )
29
- ]
11
+ children: /* @__PURE__ */ o(
12
+ "path",
13
+ {
14
+ d: "M11 5.5V10.5C11 10.78 10.78 11 10.5 11H5.5C5.22 11 5 10.78 5 10.5V5.5C5 5.22 5.22 5 5.5 5H10.5C10.78 5 11 5.22 11 5.5ZM14.75 3.5V12.5C14.75 13.74 13.74 14.75 12.5 14.75H3.5C2.26 14.75 1.25 13.74 1.25 12.5V3.5C1.25 2.26 2.26 1.25 3.5 1.25H12.5C13.74 1.25 14.75 2.26 14.75 3.5ZM13.25 3.5C13.25 3.09 12.91 2.75 12.5 2.75H3.5C3.09 2.75 2.75 3.09 2.75 3.5V12.5C2.75 12.91 3.09 13.25 3.5 13.25H12.5C12.91 13.25 13.25 12.91 13.25 12.5V3.5Z",
15
+ stroke: "currentColor",
16
+ strokeLinecap: "round",
17
+ strokeLinejoin: "round"
18
+ }
19
+ )
30
20
  }
31
21
  );
32
22
  }
33
- const l = e.memo(n);
23
+ const i = t.memo(e);
34
24
  export {
35
- l as default
25
+ i as default
36
26
  };