@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,101 +1,233 @@
1
- import { jsxs as n, jsx as e } from "react/jsx-runtime";
2
- import { I as s } from "../../cfxIcons-B4SQ4Ljd.js";
3
- import { I as c } from "../../cfxIconsBig-BLJjMT-Y.js";
4
- function d() {
5
- const l = Object.entries(s).map(([i, t]) => ({
6
- name: i,
7
- Component: t
8
- })), r = Object.entries(c).map(([i, t]) => ({
9
- name: i,
10
- Component: t
11
- }));
12
- return /* @__PURE__ */ n("div", { children: [
13
- /* @__PURE__ */ e("h3", { style: { margin: "0 0 20px" }, children: "Icons" }),
14
- /* @__PURE__ */ e(
15
- "div",
1
+ import { jsxs as t, jsx as r } from "react/jsx-runtime";
2
+ import { Accordion as x, AccordionItem as c, AccordionHeader as m, AccordionTrigger as l, AccordionContent as d } from "../Accordion/Accordion.js";
3
+ import e from "../Flex/Flex.js";
4
+ import { Icon as I } from "../Icon/Icon.js";
5
+ import { Text as A } from "../Text/Text.js";
6
+ import "../../utils/ui/ui.js";
7
+ import { I as C } from "../../cfxIcons-0xD_EEXT.js";
8
+ import "./cfx-iconsXLarge/Close.js";
9
+ import "./cfx-iconsXLarge/Controller.js";
10
+ import "./cfx-iconsXLarge/Copy.js";
11
+ import "./cfx-iconsXLarge/DownArrow.js";
12
+ import "./cfx-iconsXLarge/DownChevron.js";
13
+ import "./cfx-iconsXLarge/Download.js";
14
+ import "./cfx-iconsXLarge/Expand.js";
15
+ import "./cfx-iconsXLarge/ExternalLink.js";
16
+ import "./cfx-iconsXLarge/Filter.js";
17
+ import "./cfx-iconsXLarge/Folder.js";
18
+ import "./cfx-iconsXLarge/Heart.js";
19
+ import "./cfx-iconsXLarge/HeartFilled.js";
20
+ import "./cfx-iconsXLarge/Help.js";
21
+ import "./cfx-iconsXLarge/LeftArrow.js";
22
+ import "./cfx-iconsXLarge/LeftChevron.js";
23
+ import "./cfx-iconsXLarge/Map.js";
24
+ import "./cfx-iconsXLarge/Menu.js";
25
+ import "./cfx-iconsXLarge/Minus.js";
26
+ import "./cfx-iconsXLarge/More.js";
27
+ import "./cfx-iconsXLarge/MoreInfo.js";
28
+ import "./cfx-iconsXLarge/Pencil.js";
29
+ import "./cfx-iconsXLarge/Play.js";
30
+ import "./cfx-iconsXLarge/Plus.js";
31
+ import "./cfx-iconsXLarge/Radio.js";
32
+ import "./cfx-iconsXLarge/Refresh.js";
33
+ import "./cfx-iconsXLarge/RightArrow.js";
34
+ import "./cfx-iconsXLarge/RightChevron.js";
35
+ import "./cfx-iconsXLarge/Search.js";
36
+ import "./cfx-iconsXLarge/ServerList.js";
37
+ import "./cfx-iconsXLarge/ServerReconnect.js";
38
+ import "./cfx-iconsXLarge/Sort.js";
39
+ import "./cfx-iconsXLarge/Square.js";
40
+ import "./cfx-iconsXLarge/SquareFilled.js";
41
+ import "./cfx-iconsXLarge/SquareTick.js";
42
+ import "./cfx-iconsXLarge/Stop.js";
43
+ import "./cfx-iconsXLarge/Success.js";
44
+ import "./cfx-iconsXLarge/Tick.js";
45
+ import "./cfx-iconsXLarge/Transfer.js";
46
+ import "./cfx-iconsXLarge/Trash.js";
47
+ import "./cfx-iconsXLarge/Undo.js";
48
+ import "./cfx-iconsXLarge/UpArrow.js";
49
+ import "./cfx-iconsXLarge/UpChevron.js";
50
+ import "./cfx-iconsXLarge/Upload.js";
51
+ import "./cfx-iconsXLarge/Users.js";
52
+ import "./cfx-iconsXLarge/Visibility.js";
53
+ import "./cfx-iconsXLarge/VisibilityOff.js";
54
+ import "./cfx-iconsXLarge/Warning.js";
55
+ import "./cfx-iconsXLarge/Cart.js";
56
+ import "./cfx-iconsXLarge/User.js";
57
+ import "./cfx-iconsXLarge/Verified.js";
58
+ import "./cfx-iconsXLarge/UpvotesBurst.js";
59
+ import "./cfx-iconsXLarge/UpvotesRecurring.js";
60
+ function Sr() {
61
+ const s = [
62
+ "Download",
63
+ "Upload",
64
+ "Copy",
65
+ "Close",
66
+ "Undo",
67
+ "Refresh",
68
+ "Sort",
69
+ "Transfer",
70
+ "Trash",
71
+ "Plus",
72
+ "Minus",
73
+ "Play",
74
+ "Expand",
75
+ "Pencil",
76
+ "Filter"
77
+ ], a = [
78
+ "Menu",
79
+ "Search",
80
+ "ExternalLink",
81
+ "Stop",
82
+ "Tick",
83
+ "More",
84
+ "LeftArrow",
85
+ "RightArrow",
86
+ "UpArrow",
87
+ "DownArrow",
88
+ "LeftChevron",
89
+ "RightChevron",
90
+ "UpChevron",
91
+ "DownChevron"
92
+ ], h = [
93
+ "Warning",
94
+ "Help",
95
+ "MoreInfo"
96
+ // 'Success',
97
+ ], u = [
98
+ "Square",
99
+ "SquareTick",
100
+ "Radio",
101
+ "Visibility",
102
+ "VisibilityOff",
103
+ "Heart",
104
+ "HeartFilled"
105
+ ];
106
+ function f() {
107
+ const o = Object.keys(C), n = [];
108
+ for (let i = 0; i < o.length; i += 1)
109
+ !s.includes(o[i]) && !a.includes(o[i]) && !h.includes(o[i]) && !u.includes(o[i]) && n.push(o[i]);
110
+ return n;
111
+ }
112
+ function g(o) {
113
+ return [
114
+ "xsmall",
115
+ "small",
116
+ "medium",
117
+ "large",
118
+ "xlarge"
119
+ ].map((i) => /* @__PURE__ */ r(
120
+ I,
16
121
  {
17
- style: {
18
- display: "grid",
19
- gridTemplateColumns: "repeat(auto-fill, minmax(200px, 1fr))",
20
- gap: "30px",
21
- alignItems: "center",
22
- justifyContent: "center"
23
- },
24
- children: l.map(({
25
- name: i,
26
- Component: t
27
- }) => /* @__PURE__ */ n(
28
- "div",
29
- {
30
- style: {
31
- display: "flex",
32
- flexDirection: "column",
33
- alignItems: "center",
34
- justifyContent: "center"
35
- },
36
- children: [
37
- /* @__PURE__ */ e(
38
- "div",
39
- {
40
- style: {
41
- width: "16px",
42
- height: "16px",
43
- color: "white"
44
- },
45
- children: /* @__PURE__ */ e(t, {})
46
- }
47
- ),
48
- /* @__PURE__ */ e("span", { style: { marginTop: "10px" }, children: i })
49
- ]
50
- },
51
- i
52
- ))
122
+ name: o,
123
+ size: i
53
124
  }
54
- ),
55
- /* @__PURE__ */ e("h3", { style: { margin: "40px 0 20px" }, children: "Icons Big" }),
56
- /* @__PURE__ */ e(
57
- "div",
125
+ ));
126
+ }
127
+ function p(o) {
128
+ return o.map((n) => /* @__PURE__ */ t(
129
+ e,
58
130
  {
59
- style: {
60
- display: "grid",
61
- gridTemplateColumns: "repeat(auto-fill, minmax(200px, 1fr))",
62
- gap: "30px",
63
- alignItems: "center",
64
- justifyContent: "center"
65
- },
66
- children: r.map(({
67
- name: i,
68
- Component: t
69
- }) => /* @__PURE__ */ n(
70
- "div",
71
- {
72
- style: {
73
- display: "flex",
74
- flexDirection: "column",
131
+ direction: "column",
132
+ alignItems: "center",
133
+ children: [
134
+ /* @__PURE__ */ r(A, { children: n }),
135
+ /* @__PURE__ */ r(
136
+ e,
137
+ {
138
+ justifyContent: "center",
75
139
  alignItems: "center",
76
- justifyContent: "center"
77
- },
78
- children: [
79
- /* @__PURE__ */ e(
80
- "div",
81
- {
82
- style: {
83
- width: "64px",
84
- height: "64px",
85
- color: "white"
86
- },
87
- children: /* @__PURE__ */ e(t, {})
88
- }
89
- ),
90
- /* @__PURE__ */ e("span", { style: { marginTop: "10px" }, children: i })
91
- ]
92
- },
93
- i
94
- ))
140
+ gap: "small",
141
+ children: g(n)
142
+ }
143
+ )
144
+ ]
95
145
  }
96
- )
146
+ ));
147
+ }
148
+ return /* @__PURE__ */ t(x, { children: [
149
+ /* @__PURE__ */ r(c, { children: /* @__PURE__ */ t(m, { children: [
150
+ /* @__PURE__ */ r(
151
+ l,
152
+ {
153
+ text: "Action",
154
+ preopen: !0
155
+ }
156
+ ),
157
+ /* @__PURE__ */ r(
158
+ d,
159
+ {
160
+ preopen: !0,
161
+ children: /* @__PURE__ */ r(e, { direction: "column", children: p(s) })
162
+ }
163
+ )
164
+ ] }) }),
165
+ /* @__PURE__ */ r(c, { children: /* @__PURE__ */ t(m, { children: [
166
+ /* @__PURE__ */ r(
167
+ l,
168
+ {
169
+ text: "Navigation",
170
+ preopen: !0
171
+ }
172
+ ),
173
+ /* @__PURE__ */ r(
174
+ d,
175
+ {
176
+ preopen: !0,
177
+ children: /* @__PURE__ */ r(e, { direction: "column", children: p(a) })
178
+ }
179
+ )
180
+ ] }) }),
181
+ /* @__PURE__ */ r(c, { children: /* @__PURE__ */ t(m, { children: [
182
+ /* @__PURE__ */ r(
183
+ l,
184
+ {
185
+ text: "Alerts and Tooltips",
186
+ preopen: !0
187
+ }
188
+ ),
189
+ /* @__PURE__ */ r(
190
+ d,
191
+ {
192
+ preopen: !0,
193
+ children: /* @__PURE__ */ r(e, { direction: "column", children: p(h) })
194
+ }
195
+ )
196
+ ] }) }),
197
+ /* @__PURE__ */ r(c, { children: /* @__PURE__ */ t(m, { children: [
198
+ /* @__PURE__ */ r(
199
+ l,
200
+ {
201
+ text: "Toggle",
202
+ preopen: !0
203
+ }
204
+ ),
205
+ /* @__PURE__ */ r(
206
+ d,
207
+ {
208
+ preopen: !0,
209
+ children: /* @__PURE__ */ r(e, { direction: "column", children: p(u) })
210
+ }
211
+ )
212
+ ] }) }),
213
+ /* @__PURE__ */ r(c, { children: /* @__PURE__ */ t(m, { children: [
214
+ /* @__PURE__ */ r(
215
+ l,
216
+ {
217
+ text: "Others",
218
+ preopen: !0
219
+ }
220
+ ),
221
+ /* @__PURE__ */ r(
222
+ d,
223
+ {
224
+ preopen: !0,
225
+ children: /* @__PURE__ */ r(e, { direction: "column", children: p(f()) })
226
+ }
227
+ )
228
+ ] }) })
97
229
  ] });
98
230
  }
99
231
  export {
100
- d as default
232
+ Sr as default
101
233
  };
@@ -1,42 +1,26 @@
1
- import { jsxs as o, jsx as r } from "react/jsx-runtime";
2
- import e from "react";
3
- function n(t) {
4
- return /* @__PURE__ */ o(
1
+ import { jsx as r } from "react/jsx-runtime";
2
+ import o from "react";
3
+ function t(C) {
4
+ return /* @__PURE__ */ r(
5
5
  "svg",
6
6
  {
7
7
  viewBox: "0 0 16 16",
8
8
  xmlns: "http://www.w3.org/2000/svg",
9
- ...t,
10
- children: [
11
- /* @__PURE__ */ r(
12
- "path",
13
- {
14
- d: "M3.15659 4.28H13L12 10.21H4.1L2.84 2.29L0.75 1.75",
15
- stroke: "currentColor",
16
- strokeWidth: "1.5",
17
- strokeLinecap: "round",
18
- strokeLinejoin: "round"
19
- }
20
- ),
21
- /* @__PURE__ */ r(
22
- "path",
23
- {
24
- fill: "currentColor",
25
- d: "M5.64998 12.05C5.00998 12.05 4.47998 12.57 4.47998 13.22C4.47998 13.87 4.99998 14.39 5.64998 14.39C6.29998 14.39 6.81998 13.87 6.81998 13.22C6.81998 12.57 6.29998 12.05 5.64998 12.05Z"
26
- }
27
- ),
28
- /* @__PURE__ */ r(
29
- "path",
30
- {
31
- fill: "currentColor",
32
- d: "M10.65 12.05C10.01 12.05 9.47998 12.57 9.47998 13.22C9.47998 13.87 9.99998 14.39 10.65 14.39C11.3 14.39 11.82 13.87 11.82 13.22C11.82 12.57 11.3 12.05 10.65 12.05Z"
33
- }
34
- )
35
- ]
9
+ ...C,
10
+ children: /* @__PURE__ */ r(
11
+ "path",
12
+ {
13
+ stroke: "currentColor",
14
+ strokeLinecap: "round",
15
+ strokeLinejoin: "round",
16
+ fill: "currentColor",
17
+ d: "M11.0501 10.8901H4.8501C3.9801 10.8901 3.2601 10.2701 3.1201 9.41006L2.3101 4.35006C2.3101 4.35006 2.3101 4.32006 2.3101 4.31006L2.0701 2.80006L0.560097 2.33006C0.160097 2.21006 -0.0599007 1.79006 0.0700993 1.39006C0.190099 0.990055 0.610102 0.770055 1.0101 0.900055L2.9701 1.51006C3.2401 1.59006 3.4401 1.83006 3.4901 2.11006L3.7101 3.47006H12.9101C13.1301 3.47006 13.3401 3.57006 13.4801 3.74006C13.6201 3.91006 13.6801 4.13006 13.6501 4.35006L12.7901 9.45006C12.6501 10.2901 11.9201 10.9101 11.0601 10.9101L11.0501 10.8901ZM3.9301 4.96006L4.6001 9.18006C4.6201 9.30006 4.7201 9.39006 4.8501 9.39006H11.0501C11.1701 9.39006 11.2801 9.30006 11.3001 9.18006L12.0101 4.96006H3.9301ZM5.5501 11.9801C4.9101 11.9801 4.3801 12.5001 4.3801 13.1501C4.3801 13.8001 4.90009 14.3201 5.5501 14.3201C6.2001 14.3201 6.7201 13.8001 6.7201 13.1501C6.7201 12.5001 6.2001 11.9801 5.5501 11.9801ZM10.5501 11.9801C9.91009 11.9801 9.3801 12.5001 9.3801 13.1501C9.3801 13.8001 9.90009 14.3201 10.5501 14.3201C11.2001 14.3201 11.7201 13.8001 11.7201 13.1501C11.7201 12.5001 11.2001 11.9801 10.5501 11.9801Z"
18
+ }
19
+ )
36
20
  }
37
21
  );
38
22
  }
39
- const i = e.memo(n);
23
+ const L = o.memo(t);
40
24
  export {
41
- i as default
25
+ L as default
42
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: "M12 4L4 12M4 4L12 12"
17
+ d: "M12 12.7499C11.81 12.7499 11.62 12.6799 11.47 12.5299L8 9.05994L4.53 12.5299C4.24 12.8199 3.76 12.8199 3.47 12.5299C3.18 12.2399 3.18 11.7599 3.47 11.4699L6.94 7.99994L3.47 4.52994C3.18 4.23994 3.18 3.75994 3.47 3.46994C3.76 3.17994 4.24 3.17994 4.53 3.46994L8 6.93994L11.47 3.46994C11.76 3.17994 12.24 3.17994 12.53 3.46994C12.82 3.75994 12.82 4.23994 12.53 4.52994L9.06001 7.99994L12.53 11.4699C12.82 11.7599 12.82 12.2399 12.53 12.5299C12.38 12.6799 12.19 12.7499 12 12.7499Z"
19
18
  }
20
19
  )
21
20
  }
22
21
  );
23
22
  }
24
- const i = r.memo(t);
23
+ const s = e.memo(t);
25
24
  export {
26
- i as default
25
+ s as default
27
26
  };
@@ -1,31 +1,24 @@
1
- import { jsxs as r, jsx as C } from "react/jsx-runtime";
2
- import t from "react";
3
- function e(o) {
4
- return /* @__PURE__ */ r(
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
8
  fill: "currentColor",
9
9
  xmlns: "http://www.w3.org/2000/svg",
10
- ...o,
11
- children: [
12
- /* @__PURE__ */ C(
13
- "path",
14
- {
15
- d: "M10.6288 4.49007C11.7088 4.49007 12.9488 5.45007 13.7588 6.94007C13.8088 7.05007 13.8688 7.16007 13.9188 7.27007C14.8588 9.29007 14.6188 11.4301 13.3588 12.0001C13.1388 12.1001 12.9088 12.1501 12.6688 12.1501C11.6588 12.1501 10.4988 11.3101 9.69881 9.98007H6.26881C5.47881 11.3201 4.31881 12.1501 3.30881 12.1501C3.06881 12.1501 2.83881 12.1001 2.61881 12.0001C1.37881 11.4301 1.12881 9.31007 2.06881 7.27007C2.16881 7.08007 2.25881 6.89007 2.36881 6.71007C3.17881 5.36007 4.34881 4.50007 5.35881 4.50007H10.6188M10.6188 3.00007H5.35881C3.80881 2.99007 2.16881 4.12007 1.08881 5.94007C0.95881 6.16007 0.83881 6.39007 0.73881 6.60007C0.13881 7.87007 -0.10119 9.19007 0.0388101 10.3501C0.19881 11.7601 0.91881 12.8601 1.98881 13.3601C2.39881 13.5501 2.83881 13.6501 3.30881 13.6501C4.63881 13.6501 6.01881 12.8401 7.05881 11.4801H8.90881C9.95881 12.8401 11.3488 13.6501 12.6688 13.6501C13.1288 13.6501 13.5788 13.5501 13.9888 13.3601C14.7688 13.0001 15.3688 12.3301 15.6988 11.4301C16.1988 10.0701 16.0388 8.28007 15.2788 6.64007L15.1588 6.41007L15.0888 6.28007C13.9888 4.24007 12.2788 3.00007 10.6188 3.00007Z"
16
- }
17
- ),
18
- /* @__PURE__ */ C(
19
- "path",
20
- {
21
- d: "M5.81881 7.95007C5.81881 7.95007 5.80881 8.05007 5.76881 8.07007C5.73881 8.10007 5.68881 8.12007 5.64881 8.12007H4.93881V8.83007C4.93881 8.93007 4.85881 9.01007 4.75881 9.01007H4.31881C4.21881 9.01007 4.13881 8.93007 4.13881 8.83007V8.12007H3.42881C3.32881 8.12007 3.26881 8.04007 3.26881 7.94007V7.50007C3.26881 7.50007 3.27881 7.42007 3.31881 7.38007C3.34881 7.35007 3.39881 7.33007 3.43881 7.33007H4.14881V6.63007C4.14881 6.53007 4.22881 6.45007 4.32881 6.45007H4.76881C4.86881 6.45007 4.94881 6.53007 4.94881 6.63007V7.34007H5.64881C5.74881 7.34007 5.82881 7.42007 5.82881 7.52007V7.94007L5.81881 7.95007ZM11.4688 6.46007C11.5888 6.46007 11.6988 6.50007 11.7788 6.60007C11.8588 6.68007 11.9188 6.81007 11.9188 6.91007C11.9188 7.03007 11.8788 7.14007 11.7788 7.22007C11.6988 7.30007 11.5688 7.36007 11.4688 7.36007C11.3488 7.36007 11.2388 7.32007 11.1588 7.22007C11.0788 7.14007 11.0188 7.01007 11.0188 6.91007C11.0188 6.79007 11.0588 6.68007 11.1588 6.60007C11.2388 6.52007 11.3488 6.46007 11.4688 6.46007ZM10.6488 8.18007C10.5288 8.18007 10.4188 8.13007 10.3388 8.04007C10.2588 7.95007 10.1988 7.83007 10.1988 7.73007C10.1988 7.61007 10.2488 7.50007 10.3388 7.42007C10.4188 7.34007 10.5488 7.28007 10.6488 7.28007C10.7688 7.28007 10.8788 7.32007 10.9588 7.42007C11.0388 7.50007 11.0988 7.63007 11.0988 7.73007C11.0988 7.85007 11.0588 7.96007 10.9588 8.06007C10.8888 8.14007 10.7688 8.18007 10.6488 8.18007ZM11.4688 9.00007C11.3488 9.00007 11.2388 8.96007 11.1588 8.86007C11.0788 8.78007 11.0188 8.65007 11.0188 8.55007C11.0188 8.43007 11.0588 8.32007 11.1588 8.24007C11.2388 8.16007 11.3688 8.10007 11.4688 8.10007C11.5888 8.10007 11.6988 8.14007 11.7788 8.24007C11.8588 8.32007 11.9188 8.45007 11.9188 8.55007C11.9188 8.67007 11.8788 8.78007 11.7788 8.86007C11.6988 8.94007 11.5888 9.00007 11.4688 9.00007ZM12.2888 8.18007C12.1688 8.18007 12.0588 8.14007 11.9588 8.06007C11.8788 7.98007 11.8188 7.87007 11.8188 7.75007C11.8188 7.63007 11.8588 7.52007 11.9388 7.42007C12.0188 7.34007 12.1488 7.28007 12.2488 7.28007C12.3688 7.28007 12.4788 7.32007 12.5788 7.40007C12.6588 7.48007 12.7188 7.61007 12.7188 7.71007C12.7188 7.83007 12.6788 7.94007 12.5988 8.02007C12.5188 8.12007 12.4088 8.17007 12.2888 8.17007V8.18007Z"
22
- }
23
- )
24
- ]
10
+ ...r,
11
+ children: /* @__PURE__ */ C(
12
+ "path",
13
+ {
14
+ d: "M2.75948 13.03C2.38948 13.03 2.02948 12.95 1.68948 12.8C1.03948 12.5 0.549479 11.94 0.269479 11.17C-0.210521 9.89 -0.0405208 8.15 0.709479 6.53C0.839479 6.28 0.949479 6.04 1.08948 5.83C2.11948 4.09 3.64948 3 5.05948 3H10.9295C12.4195 3 14.0495 4.23 15.0795 6.12L15.2695 6.51C15.2695 6.51 15.2695 6.52 15.2695 6.53C16.0195 8.14 16.1895 9.88 15.7095 11.17C15.4295 11.94 14.9295 12.51 14.2795 12.81C12.7795 13.5 10.8095 12.59 9.46948 10.62H6.46948C5.43948 12.15 4.02948 13.04 2.73948 13.04L2.75948 13.03ZM5.05948 4.5C4.19948 4.5 3.11948 5.35 2.36948 6.6C2.24948 6.79 2.15948 6.98 2.05948 7.18C1.48948 8.41 1.33948 9.75 1.66948 10.66C1.80948 11.05 2.02948 11.31 2.30948 11.44C3.16948 11.84 4.52948 10.98 5.41948 9.48C5.55948 9.25 5.79948 9.11 6.05948 9.11H9.88948C10.1495 9.11 10.3995 9.25 10.5295 9.47C11.4295 10.97 12.7995 11.83 13.6595 11.43C13.9495 11.3 14.1695 11.03 14.3095 10.64C14.6395 9.73 14.4895 8.4 13.9195 7.16L13.7395 6.8C13.0095 5.45 11.8395 4.48 10.9195 4.48H5.04948L5.05948 4.5ZM5.81948 7.65C5.81948 7.65 5.80948 7.75 5.76948 7.77C5.73948 7.8 5.68948 7.82 5.64948 7.82H4.93948V8.53C4.93948 8.63 4.85948 8.71 4.75948 8.71H4.31948C4.21948 8.71 4.13948 8.63 4.13948 8.53V7.82H3.42948C3.32948 7.82 3.26948 7.74 3.26948 7.64V7.2C3.26948 7.2 3.27948 7.12 3.31948 7.08C3.34948 7.05 3.39948 7.03 3.43948 7.03H4.14948V6.33C4.14948 6.23 4.22948 6.15 4.32948 6.15H4.76948C4.86948 6.15 4.94948 6.23 4.94948 6.33V7.04H5.64948C5.74948 7.04 5.82948 7.12 5.82948 7.22V7.64L5.81948 7.65ZM11.4595 6.16C11.5795 6.16 11.6895 6.2 11.7695 6.3C11.8495 6.38 11.9095 6.51 11.9095 6.61C11.9095 6.73 11.8695 6.84 11.7695 6.92C11.6895 7 11.5595 7.06 11.4595 7.06C11.3395 7.06 11.2295 7.02 11.1495 6.92C11.0695 6.84 11.0095 6.71 11.0095 6.61C11.0095 6.49 11.0495 6.38 11.1495 6.3C11.2295 6.22 11.3395 6.16 11.4595 6.16ZM10.6395 7.88C10.5195 7.88 10.4095 7.83 10.3295 7.74C10.2495 7.65 10.1895 7.53 10.1895 7.43C10.1895 7.31 10.2395 7.2 10.3295 7.12C10.4095 7.04 10.5395 6.98 10.6395 6.98C10.7595 6.98 10.8695 7.02 10.9495 7.12C11.0295 7.2 11.0895 7.33 11.0895 7.43C11.0895 7.55 11.0495 7.66 10.9495 7.76C10.8795 7.84 10.7595 7.88 10.6395 7.88ZM11.4595 8.7C11.3395 8.7 11.2295 8.66 11.1495 8.56C11.0695 8.48 11.0095 8.35 11.0095 8.25C11.0095 8.13 11.0495 8.02 11.1495 7.94C11.2295 7.86 11.3595 7.8 11.4595 7.8C11.5795 7.8 11.6895 7.84 11.7695 7.94C11.8495 8.02 11.9095 8.15 11.9095 8.25C11.9095 8.37 11.8695 8.48 11.7695 8.56C11.6895 8.64 11.5795 8.7 11.4595 8.7ZM12.2795 7.88C12.1595 7.88 12.0495 7.84 11.9495 7.76C11.8695 7.68 11.8095 7.57 11.8095 7.45C11.8095 7.33 11.8495 7.22 11.9295 7.12C12.0095 7.04 12.1395 6.98 12.2395 6.98C12.3595 6.98 12.4695 7.02 12.5695 7.1C12.6495 7.18 12.7095 7.31 12.7095 7.41C12.7095 7.53 12.6695 7.64 12.5895 7.72C12.5095 7.82 12.3995 7.87 12.2795 7.87V7.88Z",
15
+ stroke: "currentColor"
16
+ }
17
+ )
25
18
  }
26
19
  );
27
20
  }
28
- const n = t.memo(e);
21
+ const n = o.memo(t);
29
22
  export {
30
23
  n as default
31
24
  };
@@ -1,27 +1,26 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
- import t from "react";
3
- function e(r) {
2
+ import C from "react";
3
+ function t(r) {
4
4
  return /* @__PURE__ */ o(
5
5
  "svg",
6
6
  {
7
7
  viewBox: "0 0 16 16",
8
- fill: "none",
8
+ fill: "currentColor",
9
9
  xmlns: "http://www.w3.org/2000/svg",
10
10
  ...r,
11
11
  children: /* @__PURE__ */ o(
12
12
  "path",
13
13
  {
14
14
  stroke: "currentColor",
15
- strokeWidth: "1.5",
16
15
  strokeLinecap: "round",
17
16
  strokeLinejoin: "round",
18
- d: "M12.7692 10C13.449 10 14 9.44897 14 8.76923V3.23077C14 2.55103 13.449 2 12.7692 2H7.23077C6.55103 2 6 2.55103 6 3.23077V3.2M4.23077 5H9.76923C10.449 5 11 5.55103 11 6.23077V11.7692C11 12.449 10.449 13 9.76923 13H4.23077C3.55103 13 3 12.449 3 11.7692V6.23077C3 5.55103 3.55103 5 4.23077 5Z"
17
+ d: "M14.25 3.5V9.5C14.25 10.46 13.46 11.25 12.5 11.25H12V9.75H12.5C12.64 9.75 12.75 9.64 12.75 9.5V3.5C12.75 3.36 12.64 3.25 12.5 3.25H6.5C6.36 3.25 6.25 3.36 6.25 3.5V4H4.75V3.5C4.75 2.54 5.54 1.75 6.5 1.75H12.5C13.46 1.75 14.25 2.54 14.25 3.5ZM11.25 12.5V6.5C11.25 5.54 10.46 4.75 9.5 4.75H3.5C2.54 4.75 1.75 5.54 1.75 6.5V12.5C1.75 13.46 2.54 14.25 3.5 14.25H9.5C10.46 14.25 11.25 13.46 11.25 12.5ZM9.5 6.25C9.64 6.25 9.75 6.36 9.75 6.5V12.5C9.75 12.64 9.64 12.75 9.5 12.75H3.5C3.36 12.75 3.25 12.64 3.25 12.5V6.5C3.25 6.36 3.36 6.25 3.5 6.25H9.5Z"
19
18
  }
20
19
  )
21
20
  }
22
21
  );
23
22
  }
24
- const s = t.memo(e);
23
+ const i = C.memo(t);
25
24
  export {
26
- s as default
25
+ i as default
27
26
  };
@@ -5,23 +5,22 @@ function e(r) {
5
5
  "svg",
6
6
  {
7
7
  viewBox: "0 0 16 16",
8
- fill: "none",
8
+ fill: "currentColor",
9
9
  xmlns: "http://www.w3.org/2000/svg",
10
10
  ...r,
11
11
  children: /* @__PURE__ */ o(
12
12
  "path",
13
13
  {
14
14
  stroke: "currentColor",
15
- strokeWidth: "1.5",
16
15
  strokeLinecap: "round",
17
16
  strokeLinejoin: "round",
18
- d: "M8 3V13M8 13L3 8M8 13L13 8"
17
+ d: "M13.7487 9.00122C13.7487 9.19122 13.6787 9.38122 13.5287 9.53122L8.52872 14.5312C8.45872 14.6012 8.37872 14.6612 8.28872 14.6912C8.19872 14.7312 8.09872 14.7512 7.99872 14.7512C7.89872 14.7512 7.79872 14.7312 7.70872 14.6912C7.61872 14.6512 7.53872 14.6012 7.46872 14.5312L2.46872 9.53122C2.17872 9.24122 2.17872 8.76122 2.46872 8.47122C2.75872 8.18122 3.23872 8.18122 3.52872 8.47122L7.24872 12.1912L7.24872 2.00122C7.24872 1.59122 7.58872 1.25122 7.99872 1.25122C8.40872 1.25122 8.74872 1.59122 8.74872 2.00122L8.74872 12.1912L12.4687 8.47122C12.7587 8.18122 13.2387 8.18122 13.5287 8.47122C13.6787 8.62122 13.7487 8.81122 13.7487 9.00122Z"
19
18
  }
20
19
  )
21
20
  }
22
21
  );
23
22
  }
24
- const s = t.memo(e);
23
+ const i = t.memo(e);
25
24
  export {
26
- s as default
25
+ i as default
27
26
  };
@@ -5,23 +5,22 @@ function n(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 6L8 10L12 6"
17
+ d: "M12.7487 6.00128C12.7487 6.19128 12.6787 6.38128 12.5287 6.53128L8.52872 10.5313C8.23872 10.8213 7.75872 10.8213 7.46872 10.5313L3.46872 6.53128C3.17872 6.24128 3.17872 5.76128 3.46872 5.47128C3.75872 5.18128 4.23872 5.18128 4.52872 5.47128L7.99872 8.94128L11.4687 5.47128C11.7587 5.18128 12.2387 5.18128 12.5287 5.47128C12.6787 5.62128 12.7487 5.81128 12.7487 6.00128Z"
19
18
  }
20
19
  )
21
20
  }
22
21
  );
23
22
  }
24
- const s = e.memo(n);
23
+ const i = e.memo(n);
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 t from "react";
3
- function e(r) {
2
+ import C from "react";
3
+ function t(r) {
4
4
  return /* @__PURE__ */ o(
5
5
  "svg",
6
6
  {
7
7
  viewBox: "0 0 16 16",
8
- fill: "none",
8
+ fill: "currentColor",
9
9
  xmlns: "http://www.w3.org/2000/svg",
10
10
  ...r,
11
11
  children: /* @__PURE__ */ o(
12
12
  "path",
13
13
  {
14
14
  stroke: "currentColor",
15
- strokeWidth: "1.5",
16
15
  strokeLinecap: "round",
17
16
  strokeLinejoin: "round",
18
- d: "M3 10V13.2C3 13.4122 3.1317 13.6157 3.36612 13.7657C3.60054 13.9157 3.91848 14 4.25 14H11.75C12.0815 14 12.3995 13.9157 12.6339 13.7657C12.8683 13.6157 13 13.4122 13 13.2V10M8 3V9M11 7L8 10L5 7"
17
+ d: "M8 10.25C7.9 10.25 7.8 10.23 7.71 10.19C7.62 10.15 7.54 10.1 7.47 10.03L4.47 7.03C4.18 6.74 4.18 6.26 4.47 5.97C4.76 5.68 5.24 5.68 5.53 5.97L7.25 7.69V2.5C7.25 2.09 7.59 1.75 8 1.75C8.41 1.75 8.75 2.09 8.75 2.5V7.69L10.47 5.97C10.76 5.68 11.24 5.68 11.53 5.97C11.82 6.26 11.82 6.74 11.53 7.03L8.53 10.03C8.46 10.1 8.38 10.16 8.29 10.19C8.2 10.23 8.1 10.25 8 10.25ZM13.75 12.46V9.46C13.75 9.05 13.41 8.71 13 8.71C12.59 8.71 12.25 9.05 12.25 9.46V12.46C12.25 12.6 12.14 12.71 12 12.71H4C3.86 12.71 3.75 12.6 3.75 12.46V9.46C3.75 9.05 3.41 8.71 3 8.71C2.59 8.71 2.25 9.05 2.25 9.46V12.46C2.25 13.42 3.04 14.21 4 14.21H12C12.96 14.21 13.75 13.42 13.75 12.46Z"
19
18
  }
20
19
  )
21
20
  }
22
21
  );
23
22
  }
24
- const s = t.memo(e);
23
+ const l = C.memo(t);
25
24
  export {
26
- s as default
25
+ l as default
27
26
  };
@@ -14,7 +14,7 @@ function r(e) {
14
14
  stroke: "currentColor",
15
15
  clipRule: "evenodd",
16
16
  fillRule: "evenodd",
17
- d: "M9.25 3C9.25 2.58579 9.58579 2.25 10 2.25H12C12.9665 2.25 13.75 3.0335 13.75 4V6C13.75 6.41421 13.4142 6.75 13 6.75C12.5858 6.75 12.25 6.41421 12.25 6V4C12.25 3.86193 12.1381 3.75 12 3.75H10C9.58579 3.75 9.25 3.41421 9.25 3ZM2.25 4C2.25 3.0335 3.0335 2.25 4 2.25H6C6.41421 2.25 6.75 2.58579 6.75 3C6.75 3.41421 6.41421 3.75 6 3.75H4C3.86193 3.75 3.75 3.86193 3.75 4V6C3.75 6.41421 3.41421 6.75 3 6.75C2.58579 6.75 2.25 6.41421 2.25 6V4ZM3 9.25C3.41421 9.25 3.75 9.58579 3.75 10V12C3.75 12.1381 3.86193 12.25 4 12.25H6C6.41421 12.25 6.75 12.5858 6.75 13C6.75 13.4142 6.41421 13.75 6 13.75H4C3.0335 13.75 2.25 12.9665 2.25 12V10C2.25 9.58579 2.58579 9.25 3 9.25ZM13 9.25C13.4142 9.25 13.75 9.58579 13.75 10V12C13.75 12.9665 12.9665 13.75 12 13.75H10C9.58579 13.75 9.25 13.4142 9.25 13C9.25 12.5858 9.58579 12.25 10 12.25H12C12.1381 12.25 12.25 12.1381 12.25 12V10C12.25 9.58579 12.5858 9.25 13 9.25Z"
17
+ d: "M13.75 4V5.99C13.75 6.4 13.41 6.74 13 6.74C12.59 6.74 12.25 6.4 12.25 5.99V4C12.25 3.86 12.14 3.75 12 3.75H10C9.59 3.75 9.25 3.41 9.25 3C9.25 2.59 9.59 2.25 10 2.25H12C12.96 2.25 13.75 3.04 13.75 4ZM6 2.25H4C3.04 2.25 2.25 3.04 2.25 4V5.99C2.25 6.4 2.59 6.74 3 6.74C3.41 6.74 3.75 6.4 3.75 5.99V4C3.75 3.86 3.86 3.75 4 3.75H6C6.41 3.75 6.75 3.41 6.75 3C6.75 2.59 6.41 2.25 6 2.25ZM13 9.24C12.59 9.24 12.25 9.58 12.25 9.99V12C12.25 12.14 12.14 12.25 12 12.25H10C9.59 12.25 9.25 12.59 9.25 13C9.25 13.41 9.59 13.75 10 13.75H12C12.96 13.75 13.75 12.96 13.75 12V9.99C13.75 9.58 13.41 9.24 13 9.24ZM6 12.25H4C3.86 12.25 3.75 12.14 3.75 12V9.99C3.75 9.58 3.41 9.24 3 9.24C2.59 9.24 2.25 9.58 2.25 9.99V12C2.25 12.96 3.04 13.75 4 13.75H6C6.41 13.75 6.75 13.41 6.75 13C6.75 12.59 6.41 12.25 6 12.25Z"
18
18
  }
19
19
  )
20
20
  }