welcome-ui 7.4.0 → 8.0.0

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 (447) hide show
  1. package/dist/Accordion.mjs +14 -15
  2. package/dist/Alert.mjs +36 -37
  3. package/dist/AspectRatio.mjs +6 -6
  4. package/dist/Avatar.mjs +3 -3
  5. package/dist/Badge.mjs +13 -14
  6. package/dist/Breadcrumb.mjs +10 -10
  7. package/dist/Button.mjs +7 -7
  8. package/dist/ButtonGroup.mjs +9 -11
  9. package/dist/Card.mjs +10 -16
  10. package/dist/Checkbox.mjs +1 -1
  11. package/dist/ClearButton.mjs +4 -4
  12. package/dist/CloseButton.mjs +2 -2
  13. package/dist/{CustomInput-BqaOGHm4.mjs → CustomInput-D_13Gd_3.mjs} +511 -514
  14. package/dist/DatePicker.mjs +54 -50
  15. package/dist/DateTimePicker.mjs +16 -18
  16. package/dist/DateTimePickerCommon.mjs +1 -1
  17. package/dist/Drawer.mjs +44 -45
  18. package/dist/DropdownMenu.mjs +204 -208
  19. package/dist/Field.mjs +35 -37
  20. package/dist/FieldGroup.mjs +10 -11
  21. package/dist/FileDrop.mjs +98 -99
  22. package/dist/FileUpload.mjs +10 -10
  23. package/dist/Hint.mjs +7 -8
  24. package/dist/Icon.mjs +17 -18
  25. package/dist/IconsFont.mjs +298 -298
  26. package/dist/InputText.mjs +39 -42
  27. package/dist/Label.mjs +26 -27
  28. package/dist/Link.mjs +9 -11
  29. package/dist/Loader.mjs +4 -4
  30. package/dist/Logo.mjs +9 -11
  31. package/dist/Modal.mjs +46 -47
  32. package/dist/Pagination.mjs +50 -50
  33. package/dist/Picker.mjs +12 -12
  34. package/dist/Popover.mjs +4 -4
  35. package/dist/Radio.mjs +36 -38
  36. package/dist/RadioGroup.mjs +13 -15
  37. package/dist/RadioTab.mjs +25 -26
  38. package/dist/Search.mjs +89 -91
  39. package/dist/Select.mjs +33 -39
  40. package/dist/Slider.mjs +11 -11
  41. package/dist/System.mjs +16 -48
  42. package/dist/Table.mjs +7 -7
  43. package/dist/Text.mjs +20 -22
  44. package/dist/Textarea.mjs +16 -17
  45. package/dist/TimePicker.mjs +22 -22
  46. package/dist/Toast.mjs +14 -14
  47. package/dist/Toggle.mjs +3 -3
  48. package/dist/Tooltip.mjs +52 -53
  49. package/dist/UniversalLink.mjs +5 -5
  50. package/dist/VariantIcon.mjs +14 -16
  51. package/dist/{index-BSdL4wPb.mjs → index-BDeIsk2X.mjs} +6 -6
  52. package/dist/theme.mjs +180 -180
  53. package/dist/types/components/Accordion/styles.d.ts +13 -5
  54. package/dist/types/components/Alert/styles.d.ts +16 -4
  55. package/dist/types/components/AspectRatio/styles.d.ts +1 -1
  56. package/dist/types/components/Avatar/styles.d.ts +14 -2
  57. package/dist/types/components/Badge/styles.d.ts +2 -2
  58. package/dist/types/components/Breadcrumb/Item.styles.d.ts +2 -2
  59. package/dist/types/components/Breadcrumb/styles.d.ts +4 -4
  60. package/dist/types/components/Button/index.d.ts +5 -1
  61. package/dist/types/components/Button/styles.d.ts +5 -1
  62. package/dist/types/components/ButtonGroup/styles.d.ts +1 -1
  63. package/dist/types/components/Card/Cover.styles.d.ts +7 -1
  64. package/dist/types/components/Card/index.d.ts +1 -1
  65. package/dist/types/components/Card/styles.d.ts +2 -2
  66. package/dist/types/components/Checkbox/styles.d.ts +5 -1
  67. package/dist/types/components/ClearButton/index.d.ts +8 -1
  68. package/dist/types/components/ClearButton/styles.d.ts +7 -1
  69. package/dist/types/components/CloseButton/styles.d.ts +7 -1
  70. package/dist/types/components/DatePicker/index.d.ts +2 -2
  71. package/dist/types/components/DateTimePicker/styles.d.ts +1 -1
  72. package/dist/types/components/DateTimePickerCommon/CustomPopper.d.ts +2 -2
  73. package/dist/types/components/DateTimePickerCommon/datePickerStyles.d.ts +1 -1
  74. package/dist/types/components/DateTimePickerCommon/styles.d.ts +7 -7
  75. package/dist/types/components/Drawer/AssetDrawer/styles.d.ts +2 -2
  76. package/dist/types/components/Drawer/styles.d.ts +13 -7
  77. package/dist/types/components/DropdownMenu/Arrow.styled.d.ts +3 -3
  78. package/dist/types/components/DropdownMenu/Item.styled.d.ts +1 -1
  79. package/dist/types/components/DropdownMenu/Separator.styled.d.ts +1 -1
  80. package/dist/types/components/DropdownMenu/styles.d.ts +1 -1
  81. package/dist/types/components/Field/index.d.ts +5 -4
  82. package/dist/types/components/Field/styles.d.ts +6 -6
  83. package/dist/types/components/FieldGroup/index.d.ts +1 -1
  84. package/dist/types/components/FieldGroup/styles.d.ts +1 -1
  85. package/dist/types/components/FileDrop/index.d.ts +1 -1
  86. package/dist/types/components/FileDrop/styles.d.ts +4 -4
  87. package/dist/types/components/FileUpload/styles.d.ts +1 -1
  88. package/dist/types/components/Hint/index.d.ts +3 -2
  89. package/dist/types/components/Hint/styles.d.ts +2 -2
  90. package/dist/types/components/Icon/index.d.ts +3 -4
  91. package/dist/types/components/Icon/styles.d.ts +3 -4
  92. package/dist/types/components/Icons/Actions/content.json.d.ts +7 -0
  93. package/dist/types/components/Icons/Activity/content.json.d.ts +7 -0
  94. package/dist/types/components/Icons/Add/content.json.d.ts +7 -0
  95. package/dist/types/components/Icons/Address/content.json.d.ts +7 -0
  96. package/dist/types/components/Icons/Airplay/content.json.d.ts +7 -0
  97. package/dist/types/components/Icons/Alert/content.json.d.ts +7 -0
  98. package/dist/types/components/Icons/AlertOutline/content.json.d.ts +7 -0
  99. package/dist/types/components/Icons/Analytics/content.json.d.ts +7 -0
  100. package/dist/types/components/Icons/Anniversary/content.json.d.ts +7 -0
  101. package/dist/types/components/Icons/Archive/content.json.d.ts +7 -0
  102. package/dist/types/components/Icons/ArrowDown/content.json.d.ts +7 -0
  103. package/dist/types/components/Icons/ArrowLeft/content.json.d.ts +7 -0
  104. package/dist/types/components/Icons/ArrowLineDown/content.json.d.ts +7 -0
  105. package/dist/types/components/Icons/ArrowLineLeft/content.json.d.ts +7 -0
  106. package/dist/types/components/Icons/ArrowLineRight/content.json.d.ts +7 -0
  107. package/dist/types/components/Icons/ArrowLineUp/content.json.d.ts +7 -0
  108. package/dist/types/components/Icons/ArrowRight/content.json.d.ts +7 -0
  109. package/dist/types/components/Icons/ArrowUp/content.json.d.ts +7 -0
  110. package/dist/types/components/Icons/AspectRatioFill/content.json.d.ts +7 -0
  111. package/dist/types/components/Icons/AspectRatioFit/content.json.d.ts +7 -0
  112. package/dist/types/components/Icons/Attachment/content.json.d.ts +7 -0
  113. package/dist/types/components/Icons/Avatar/content.json.d.ts +7 -0
  114. package/dist/types/components/Icons/AvatarAccessory/content.json.d.ts +7 -0
  115. package/dist/types/components/Icons/AvatarBody/content.json.d.ts +7 -0
  116. package/dist/types/components/Icons/AvatarBottom/content.json.d.ts +7 -0
  117. package/dist/types/components/Icons/AvatarCostume/content.json.d.ts +7 -0
  118. package/dist/types/components/Icons/AvatarHead/content.json.d.ts +7 -0
  119. package/dist/types/components/Icons/AvatarTop/content.json.d.ts +7 -0
  120. package/dist/types/components/Icons/BarChart/content.json.d.ts +7 -0
  121. package/dist/types/components/Icons/Basketball/content.json.d.ts +7 -0
  122. package/dist/types/components/Icons/Behance/content.json.d.ts +7 -0
  123. package/dist/types/components/Icons/Birthday/content.json.d.ts +7 -0
  124. package/dist/types/components/Icons/Bold/content.json.d.ts +7 -0
  125. package/dist/types/components/Icons/Book/content.json.d.ts +7 -0
  126. package/dist/types/components/Icons/Book2/content.json.d.ts +7 -0
  127. package/dist/types/components/Icons/Bookmark/content.json.d.ts +7 -0
  128. package/dist/types/components/Icons/BookmarkOutline/content.json.d.ts +7 -0
  129. package/dist/types/components/Icons/Bulb/content.json.d.ts +7 -0
  130. package/dist/types/components/Icons/Bulk/content.json.d.ts +7 -0
  131. package/dist/types/components/Icons/Buoy/content.json.d.ts +7 -0
  132. package/dist/types/components/Icons/Burn/content.json.d.ts +7 -0
  133. package/dist/types/components/Icons/Caddy/content.json.d.ts +7 -0
  134. package/dist/types/components/Icons/Calcul/content.json.d.ts +7 -0
  135. package/dist/types/components/Icons/Camera/content.json.d.ts +7 -0
  136. package/dist/types/components/Icons/CameraOff/content.json.d.ts +7 -0
  137. package/dist/types/components/Icons/CameraOn/content.json.d.ts +7 -0
  138. package/dist/types/components/Icons/CandidateStatus/content.json.d.ts +7 -0
  139. package/dist/types/components/Icons/CardView/content.json.d.ts +7 -0
  140. package/dist/types/components/Icons/Cast/content.json.d.ts +7 -0
  141. package/dist/types/components/Icons/CastConnected/content.json.d.ts +7 -0
  142. package/dist/types/components/Icons/CastUnavailable/content.json.d.ts +7 -0
  143. package/dist/types/components/Icons/Celebrate/content.json.d.ts +7 -0
  144. package/dist/types/components/Icons/Certified/content.json.d.ts +7 -0
  145. package/dist/types/components/Icons/Check/content.json.d.ts +7 -0
  146. package/dist/types/components/Icons/Clipboard/content.json.d.ts +7 -0
  147. package/dist/types/components/Icons/Clock/content.json.d.ts +7 -0
  148. package/dist/types/components/Icons/Code/content.json.d.ts +7 -0
  149. package/dist/types/components/Icons/CodeBlock/content.json.d.ts +7 -0
  150. package/dist/types/components/Icons/Coffee/content.json.d.ts +7 -0
  151. package/dist/types/components/Icons/Collapse/content.json.d.ts +7 -0
  152. package/dist/types/components/Icons/Comment/content.json.d.ts +7 -0
  153. package/dist/types/components/Icons/CommentOutline/content.json.d.ts +7 -0
  154. package/dist/types/components/Icons/CommonArea/content.json.d.ts +7 -0
  155. package/dist/types/components/Icons/Compass/content.json.d.ts +7 -0
  156. package/dist/types/components/Icons/Computer/content.json.d.ts +7 -0
  157. package/dist/types/components/Icons/Connection/content.json.d.ts +7 -0
  158. package/dist/types/components/Icons/Contract/content.json.d.ts +7 -0
  159. package/dist/types/components/Icons/ControlBackward/content.json.d.ts +7 -0
  160. package/dist/types/components/Icons/ControlForward/content.json.d.ts +7 -0
  161. package/dist/types/components/Icons/ControlPause/content.json.d.ts +7 -0
  162. package/dist/types/components/Icons/ControlStop/content.json.d.ts +7 -0
  163. package/dist/types/components/Icons/Copy/content.json.d.ts +7 -0
  164. package/dist/types/components/Icons/CoverLetter/content.json.d.ts +7 -0
  165. package/dist/types/components/Icons/Create/content.json.d.ts +7 -0
  166. package/dist/types/components/Icons/CreditCard/content.json.d.ts +7 -0
  167. package/dist/types/components/Icons/CrescentMoon/content.json.d.ts +7 -0
  168. package/dist/types/components/Icons/CrescentMoonOutline/content.json.d.ts +7 -0
  169. package/dist/types/components/Icons/Cross/content.json.d.ts +7 -0
  170. package/dist/types/components/Icons/CrossTarget/content.json.d.ts +7 -0
  171. package/dist/types/components/Icons/Crown/content.json.d.ts +7 -0
  172. package/dist/types/components/Icons/Csv/content.json.d.ts +7 -0
  173. package/dist/types/components/Icons/Date/content.json.d.ts +7 -0
  174. package/dist/types/components/Icons/Department/content.json.d.ts +7 -0
  175. package/dist/types/components/Icons/Details/content.json.d.ts +7 -0
  176. package/dist/types/components/Icons/Diamond/content.json.d.ts +7 -0
  177. package/dist/types/components/Icons/Dish/content.json.d.ts +7 -0
  178. package/dist/types/components/Icons/Doc/content.json.d.ts +7 -0
  179. package/dist/types/components/Icons/Docx/content.json.d.ts +7 -0
  180. package/dist/types/components/Icons/Down/content.json.d.ts +7 -0
  181. package/dist/types/components/Icons/Download/content.json.d.ts +7 -0
  182. package/dist/types/components/Icons/DragAndDrop/content.json.d.ts +7 -0
  183. package/dist/types/components/Icons/Dribbble/content.json.d.ts +7 -0
  184. package/dist/types/components/Icons/Earth/content.json.d.ts +7 -0
  185. package/dist/types/components/Icons/Edit/content.json.d.ts +7 -0
  186. package/dist/types/components/Icons/EducationLevel/content.json.d.ts +7 -0
  187. package/dist/types/components/Icons/Email/content.json.d.ts +7 -0
  188. package/dist/types/components/Icons/EmailOutline/content.json.d.ts +7 -0
  189. package/dist/types/components/Icons/Eot/content.json.d.ts +7 -0
  190. package/dist/types/components/Icons/Equal/content.json.d.ts +7 -0
  191. package/dist/types/components/Icons/EuroCurrency/content.json.d.ts +7 -0
  192. package/dist/types/components/Icons/Expand/content.json.d.ts +7 -0
  193. package/dist/types/components/Icons/ExpandText/content.json.d.ts +7 -0
  194. package/dist/types/components/Icons/Extend/content.json.d.ts +7 -0
  195. package/dist/types/components/Icons/ExternalLink/content.json.d.ts +7 -0
  196. package/dist/types/components/Icons/Facebook/content.json.d.ts +7 -0
  197. package/dist/types/components/Icons/Factory/content.json.d.ts +7 -0
  198. package/dist/types/components/Icons/Female/content.json.d.ts +7 -0
  199. package/dist/types/components/Icons/Filters/content.json.d.ts +7 -0
  200. package/dist/types/components/Icons/Fingerprint/content.json.d.ts +7 -0
  201. package/dist/types/components/Icons/Flag/content.json.d.ts +7 -0
  202. package/dist/types/components/Icons/FlagCs/content.json.d.ts +8 -0
  203. package/dist/types/components/Icons/FlagEn/content.json.d.ts +8 -0
  204. package/dist/types/components/Icons/FlagEs/content.json.d.ts +8 -0
  205. package/dist/types/components/Icons/FlagFr/content.json.d.ts +8 -0
  206. package/dist/types/components/Icons/FlagOutline/content.json.d.ts +7 -0
  207. package/dist/types/components/Icons/FlagPointed/content.json.d.ts +7 -0
  208. package/dist/types/components/Icons/FlagSk/content.json.d.ts +8 -0
  209. package/dist/types/components/Icons/FlagUs/content.json.d.ts +8 -0
  210. package/dist/types/components/Icons/Folder/content.json.d.ts +7 -0
  211. package/dist/types/components/Icons/FullscreenOff/content.json.d.ts +7 -0
  212. package/dist/types/components/Icons/FullscreenOn/content.json.d.ts +7 -0
  213. package/dist/types/components/Icons/Gear/content.json.d.ts +7 -0
  214. package/dist/types/components/Icons/Gif/content.json.d.ts +7 -0
  215. package/dist/types/components/Icons/Github/content.json.d.ts +7 -0
  216. package/dist/types/components/Icons/Google/content.json.d.ts +7 -0
  217. package/dist/types/components/Icons/Handshake/content.json.d.ts +7 -0
  218. package/dist/types/components/Icons/HardHat/content.json.d.ts +7 -0
  219. package/dist/types/components/Icons/Hashtag/content.json.d.ts +7 -0
  220. package/dist/types/components/Icons/Heading/content.json.d.ts +7 -0
  221. package/dist/types/components/Icons/Heading1/content.json.d.ts +7 -0
  222. package/dist/types/components/Icons/Heading2/content.json.d.ts +7 -0
  223. package/dist/types/components/Icons/Heading3/content.json.d.ts +7 -0
  224. package/dist/types/components/Icons/Heading4/content.json.d.ts +7 -0
  225. package/dist/types/components/Icons/Heading5/content.json.d.ts +7 -0
  226. package/dist/types/components/Icons/Heading6/content.json.d.ts +7 -0
  227. package/dist/types/components/Icons/Headset/content.json.d.ts +7 -0
  228. package/dist/types/components/Icons/Heart/content.json.d.ts +7 -0
  229. package/dist/types/components/Icons/HeartOutline/content.json.d.ts +7 -0
  230. package/dist/types/components/Icons/HeartShiny/content.json.d.ts +7 -0
  231. package/dist/types/components/Icons/Hide/content.json.d.ts +7 -0
  232. package/dist/types/components/Icons/Home/content.json.d.ts +7 -0
  233. package/dist/types/components/Icons/House/content.json.d.ts +7 -0
  234. package/dist/types/components/Icons/InProgressCandidate/content.json.d.ts +7 -0
  235. package/dist/types/components/Icons/Information/content.json.d.ts +7 -0
  236. package/dist/types/components/Icons/InformationOutline/content.json.d.ts +7 -0
  237. package/dist/types/components/Icons/Instagram/content.json.d.ts +7 -0
  238. package/dist/types/components/Icons/Italic/content.json.d.ts +7 -0
  239. package/dist/types/components/Icons/Jpeg/content.json.d.ts +7 -0
  240. package/dist/types/components/Icons/Jpg/content.json.d.ts +7 -0
  241. package/dist/types/components/Icons/JusticeHammer/content.json.d.ts +7 -0
  242. package/dist/types/components/Icons/Kanban/content.json.d.ts +7 -0
  243. package/dist/types/components/Icons/Key/content.json.d.ts +7 -0
  244. package/dist/types/components/Icons/Language/content.json.d.ts +7 -0
  245. package/dist/types/components/Icons/Leaf/content.json.d.ts +7 -0
  246. package/dist/types/components/Icons/Left/content.json.d.ts +7 -0
  247. package/dist/types/components/Icons/LineChart/content.json.d.ts +7 -0
  248. package/dist/types/components/Icons/Link/content.json.d.ts +7 -0
  249. package/dist/types/components/Icons/Linkedin/content.json.d.ts +7 -0
  250. package/dist/types/components/Icons/Location/content.json.d.ts +7 -0
  251. package/dist/types/components/Icons/Lock/content.json.d.ts +7 -0
  252. package/dist/types/components/Icons/LockRounded/content.json.d.ts +7 -0
  253. package/dist/types/components/Icons/LogOut/content.json.d.ts +7 -0
  254. package/dist/types/components/Icons/Male/content.json.d.ts +7 -0
  255. package/dist/types/components/Icons/Map/content.json.d.ts +7 -0
  256. package/dist/types/components/Icons/Masonry/content.json.d.ts +7 -0
  257. package/dist/types/components/Icons/Masonry2/content.json.d.ts +7 -0
  258. package/dist/types/components/Icons/MeetingRoom/content.json.d.ts +7 -0
  259. package/dist/types/components/Icons/Megaphone/content.json.d.ts +7 -0
  260. package/dist/types/components/Icons/Mention/content.json.d.ts +7 -0
  261. package/dist/types/components/Icons/Menu/content.json.d.ts +7 -0
  262. package/dist/types/components/Icons/Mic/content.json.d.ts +7 -0
  263. package/dist/types/components/Icons/MicrophoneOff/content.json.d.ts +7 -0
  264. package/dist/types/components/Icons/MicrophoneOn/content.json.d.ts +7 -0
  265. package/dist/types/components/Icons/Microship/content.json.d.ts +7 -0
  266. package/dist/types/components/Icons/Mobile/content.json.d.ts +7 -0
  267. package/dist/types/components/Icons/Money/content.json.d.ts +7 -0
  268. package/dist/types/components/Icons/More/content.json.d.ts +7 -0
  269. package/dist/types/components/Icons/MoreAndroid/content.json.d.ts +7 -0
  270. package/dist/types/components/Icons/Mountain/content.json.d.ts +7 -0
  271. package/dist/types/components/Icons/Move/content.json.d.ts +7 -0
  272. package/dist/types/components/Icons/Music/content.json.d.ts +7 -0
  273. package/dist/types/components/Icons/Negative/content.json.d.ts +7 -0
  274. package/dist/types/components/Icons/NegativeOutline/content.json.d.ts +7 -0
  275. package/dist/types/components/Icons/NegativeStraight/content.json.d.ts +7 -0
  276. package/dist/types/components/Icons/NewCandidate/content.json.d.ts +7 -0
  277. package/dist/types/components/Icons/Notification/content.json.d.ts +7 -0
  278. package/dist/types/components/Icons/Npm/content.json.d.ts +7 -0
  279. package/dist/types/components/Icons/OfferStatus/content.json.d.ts +7 -0
  280. package/dist/types/components/Icons/Office/content.json.d.ts +7 -0
  281. package/dist/types/components/Icons/OrderedList/content.json.d.ts +7 -0
  282. package/dist/types/components/Icons/Origine/content.json.d.ts +7 -0
  283. package/dist/types/components/Icons/Paperplane/content.json.d.ts +7 -0
  284. package/dist/types/components/Icons/Pdf/content.json.d.ts +7 -0
  285. package/dist/types/components/Icons/Pencil/content.json.d.ts +7 -0
  286. package/dist/types/components/Icons/Phone/content.json.d.ts +7 -0
  287. package/dist/types/components/Icons/PhoneOutline/content.json.d.ts +7 -0
  288. package/dist/types/components/Icons/Pictures/content.json.d.ts +7 -0
  289. package/dist/types/components/Icons/Piechart/content.json.d.ts +7 -0
  290. package/dist/types/components/Icons/Pin/content.json.d.ts +7 -0
  291. package/dist/types/components/Icons/Pinterest/content.json.d.ts +7 -0
  292. package/dist/types/components/Icons/Pizza/content.json.d.ts +7 -0
  293. package/dist/types/components/Icons/Play/content.json.d.ts +7 -0
  294. package/dist/types/components/Icons/PlayOutline/content.json.d.ts +7 -0
  295. package/dist/types/components/Icons/Playlist/content.json.d.ts +7 -0
  296. package/dist/types/components/Icons/Png/content.json.d.ts +7 -0
  297. package/dist/types/components/Icons/Podcast/content.json.d.ts +7 -0
  298. package/dist/types/components/Icons/Positive/content.json.d.ts +7 -0
  299. package/dist/types/components/Icons/PositiveOutline/content.json.d.ts +7 -0
  300. package/dist/types/components/Icons/PositiveStraight/content.json.d.ts +7 -0
  301. package/dist/types/components/Icons/Ppt/content.json.d.ts +7 -0
  302. package/dist/types/components/Icons/Print/content.json.d.ts +7 -0
  303. package/dist/types/components/Icons/Promote/content.json.d.ts +7 -0
  304. package/dist/types/components/Icons/Puzzle/content.json.d.ts +7 -0
  305. package/dist/types/components/Icons/PuzzleOutline/content.json.d.ts +7 -0
  306. package/dist/types/components/Icons/Question/content.json.d.ts +7 -0
  307. package/dist/types/components/Icons/Questions/content.json.d.ts +7 -0
  308. package/dist/types/components/Icons/Quote/content.json.d.ts +7 -0
  309. package/dist/types/components/Icons/Refresh/content.json.d.ts +7 -0
  310. package/dist/types/components/Icons/RefuseCandidate/content.json.d.ts +7 -0
  311. package/dist/types/components/Icons/Remote/content.json.d.ts +7 -0
  312. package/dist/types/components/Icons/Remove/content.json.d.ts +7 -0
  313. package/dist/types/components/Icons/Reset/content.json.d.ts +7 -0
  314. package/dist/types/components/Icons/Resume/content.json.d.ts +7 -0
  315. package/dist/types/components/Icons/Review/content.json.d.ts +7 -0
  316. package/dist/types/components/Icons/ReviewOutline/content.json.d.ts +7 -0
  317. package/dist/types/components/Icons/Right/content.json.d.ts +7 -0
  318. package/dist/types/components/Icons/Salary/content.json.d.ts +7 -0
  319. package/dist/types/components/Icons/Save/content.json.d.ts +7 -0
  320. package/dist/types/components/Icons/ScreenshareOff/content.json.d.ts +7 -0
  321. package/dist/types/components/Icons/ScreenshareOn/content.json.d.ts +7 -0
  322. package/dist/types/components/Icons/Search/content.json.d.ts +7 -0
  323. package/dist/types/components/Icons/SearchPeople/content.json.d.ts +7 -0
  324. package/dist/types/components/Icons/Settings/content.json.d.ts +7 -0
  325. package/dist/types/components/Icons/Share1/content.json.d.ts +7 -0
  326. package/dist/types/components/Icons/Share2/content.json.d.ts +7 -0
  327. package/dist/types/components/Icons/Shield/content.json.d.ts +7 -0
  328. package/dist/types/components/Icons/Show/content.json.d.ts +7 -0
  329. package/dist/types/components/Icons/Slack/content.json.d.ts +7 -0
  330. package/dist/types/components/Icons/SoundOff/content.json.d.ts +7 -0
  331. package/dist/types/components/Icons/SoundOn/content.json.d.ts +7 -0
  332. package/dist/types/components/Icons/Source/content.json.d.ts +7 -0
  333. package/dist/types/components/Icons/Spanner/content.json.d.ts +7 -0
  334. package/dist/types/components/Icons/Sparkles/content.json.d.ts +7 -0
  335. package/dist/types/components/Icons/SquareAlert/content.json.d.ts +7 -0
  336. package/dist/types/components/Icons/Stackoverflow/content.json.d.ts +7 -0
  337. package/dist/types/components/Icons/Stackserver/content.json.d.ts +7 -0
  338. package/dist/types/components/Icons/Star/content.json.d.ts +7 -0
  339. package/dist/types/components/Icons/StarOutline/content.json.d.ts +7 -0
  340. package/dist/types/components/Icons/Strikethrough/content.json.d.ts +7 -0
  341. package/dist/types/components/Icons/Subtitle/content.json.d.ts +7 -0
  342. package/dist/types/components/Icons/Success/content.json.d.ts +7 -0
  343. package/dist/types/components/Icons/Suitcase/content.json.d.ts +7 -0
  344. package/dist/types/components/Icons/Sun/content.json.d.ts +7 -0
  345. package/dist/types/components/Icons/Svg/content.json.d.ts +7 -0
  346. package/dist/types/components/Icons/Symbol/content.json.d.ts +7 -0
  347. package/dist/types/components/Icons/Table/content.json.d.ts +7 -0
  348. package/dist/types/components/Icons/TableColumnAddAfter/content.json.d.ts +7 -0
  349. package/dist/types/components/Icons/TableColumnAddBefore/content.json.d.ts +7 -0
  350. package/dist/types/components/Icons/TableColumnRemove/content.json.d.ts +7 -0
  351. package/dist/types/components/Icons/TableDelete/content.json.d.ts +7 -0
  352. package/dist/types/components/Icons/TableDivide/content.json.d.ts +7 -0
  353. package/dist/types/components/Icons/TableMergeCells/content.json.d.ts +7 -0
  354. package/dist/types/components/Icons/TableRowAddAbove/content.json.d.ts +7 -0
  355. package/dist/types/components/Icons/TableRowAddBelow/content.json.d.ts +7 -0
  356. package/dist/types/components/Icons/TableRowRemove/content.json.d.ts +7 -0
  357. package/dist/types/components/Icons/Tablet/content.json.d.ts +7 -0
  358. package/dist/types/components/Icons/Tag/content.json.d.ts +7 -0
  359. package/dist/types/components/Icons/Target/content.json.d.ts +7 -0
  360. package/dist/types/components/Icons/Teepee/content.json.d.ts +7 -0
  361. package/dist/types/components/Icons/ThumbDown/content.json.d.ts +7 -0
  362. package/dist/types/components/Icons/ThumbUp/content.json.d.ts +7 -0
  363. package/dist/types/components/Icons/Thunderclock/content.json.d.ts +7 -0
  364. package/dist/types/components/Icons/Tiktok/content.json.d.ts +7 -0
  365. package/dist/types/components/Icons/Trash/content.json.d.ts +7 -0
  366. package/dist/types/components/Icons/Tree/content.json.d.ts +7 -0
  367. package/dist/types/components/Icons/Trophy/content.json.d.ts +7 -0
  368. package/dist/types/components/Icons/Ttf/content.json.d.ts +7 -0
  369. package/dist/types/components/Icons/Twitch/content.json.d.ts +7 -0
  370. package/dist/types/components/Icons/Twitter/content.json.d.ts +7 -0
  371. package/dist/types/components/Icons/Txt/content.json.d.ts +7 -0
  372. package/dist/types/components/Icons/Type/content.json.d.ts +7 -0
  373. package/dist/types/components/Icons/Unavailable/content.json.d.ts +7 -0
  374. package/dist/types/components/Icons/Underline/content.json.d.ts +7 -0
  375. package/dist/types/components/Icons/UnorderedList/content.json.d.ts +7 -0
  376. package/dist/types/components/Icons/Up/content.json.d.ts +7 -0
  377. package/dist/types/components/Icons/Update/content.json.d.ts +7 -0
  378. package/dist/types/components/Icons/Upload/content.json.d.ts +7 -0
  379. package/dist/types/components/Icons/User/content.json.d.ts +7 -0
  380. package/dist/types/components/Icons/UserOutline/content.json.d.ts +7 -0
  381. package/dist/types/components/Icons/Video/content.json.d.ts +7 -0
  382. package/dist/types/components/Icons/VideoCamera/content.json.d.ts +7 -0
  383. package/dist/types/components/Icons/VideoCamera2/content.json.d.ts +7 -0
  384. package/dist/types/components/Icons/WatchLater/content.json.d.ts +7 -0
  385. package/dist/types/components/Icons/Woff/content.json.d.ts +7 -0
  386. package/dist/types/components/Icons/Woff2/content.json.d.ts +7 -0
  387. package/dist/types/components/Icons/Write/content.json.d.ts +7 -0
  388. package/dist/types/components/Icons/Wttj/content.json.d.ts +7 -0
  389. package/dist/types/components/Icons/X/content.json.d.ts +7 -0
  390. package/dist/types/components/Icons/Xing/content.json.d.ts +7 -0
  391. package/dist/types/components/Icons/Xls/content.json.d.ts +7 -0
  392. package/dist/types/components/Icons/Xlsx/content.json.d.ts +7 -0
  393. package/dist/types/components/Icons/Youtube/content.json.d.ts +7 -0
  394. package/dist/types/components/Icons/Zapier/content.json.d.ts +7 -0
  395. package/dist/types/components/Icons/Zip/content.json.d.ts +7 -0
  396. package/dist/types/components/IconsFont/index.d.ts +2 -1
  397. package/dist/types/components/IconsFont/styles.d.ts +1 -1
  398. package/dist/types/components/IconsFont/unicode.json.d.ts +303 -0
  399. package/dist/types/components/InputText/styles.d.ts +1 -2
  400. package/dist/types/components/Label/index.d.ts +3 -2
  401. package/dist/types/components/Label/styles.d.ts +4 -4
  402. package/dist/types/components/Link/styles.d.ts +7 -1
  403. package/dist/types/components/Loader/styles.d.ts +7 -2
  404. package/dist/types/components/Logo/Solutions.d.ts +1 -1
  405. package/dist/types/components/Logo/Symbol.d.ts +1 -1
  406. package/dist/types/components/Logo/Wui.d.ts +1 -1
  407. package/dist/types/components/Logo/styles.d.ts +1 -1
  408. package/dist/types/components/Modal/Assets/Backdrop.d.ts +8 -1
  409. package/dist/types/components/Modal/Assets/index.d.ts +15 -6
  410. package/dist/types/components/Modal/Assets/styles.d.ts +16 -7
  411. package/dist/types/components/Modal/index.d.ts +15 -6
  412. package/dist/types/components/Modal/styles.d.ts +18 -8
  413. package/dist/types/components/Pagination/styles.d.ts +7 -7
  414. package/dist/types/components/Picker/styles.d.ts +5 -1
  415. package/dist/types/components/Popover/Popover.d.ts +3 -2
  416. package/dist/types/components/Popover/PopoverHover.d.ts +3 -2
  417. package/dist/types/components/Popover/styles.d.ts +25 -9
  418. package/dist/types/components/Radio/styles.d.ts +15 -5
  419. package/dist/types/components/RadioGroup/styles.d.ts +2 -2
  420. package/dist/types/components/RadioTab/styles.d.ts +9 -5
  421. package/dist/types/components/Search/index.d.ts +1 -1
  422. package/dist/types/components/Search/styles.d.ts +9 -9
  423. package/dist/types/components/Select/index.d.ts +6 -2
  424. package/dist/types/components/Select/styles.d.ts +24 -15
  425. package/dist/types/components/Shape/styles.d.ts +5 -1
  426. package/dist/types/components/Slider/styles.d.ts +30 -8
  427. package/dist/types/components/Swiper/index.d.ts +2 -2
  428. package/dist/types/components/Swiper/styles.d.ts +19 -14
  429. package/dist/types/components/System/index.d.ts +1 -19
  430. package/dist/types/components/Table/index.d.ts +7 -6
  431. package/dist/types/components/Table/styles.d.ts +9 -9
  432. package/dist/types/components/Tabs/styles.d.ts +13 -5
  433. package/dist/types/components/Tag/index.d.ts +2 -1
  434. package/dist/types/components/Tag/styles.d.ts +4 -4
  435. package/dist/types/components/Text/styles.d.ts +1 -1
  436. package/dist/types/components/Textarea/styles.d.ts +1 -1
  437. package/dist/types/components/TimePicker/styles.d.ts +1 -1
  438. package/dist/types/components/Toast/styles.d.ts +29 -9
  439. package/dist/types/components/Toggle/styles.d.ts +9 -5
  440. package/dist/types/components/Tooltip/styles.d.ts +2 -2
  441. package/dist/types/components/UniversalLink/styles.d.ts +1 -1
  442. package/dist/types/components/VariantIcon/styles.d.ts +2 -2
  443. package/dist/types/components/WelcomeLoader/loader.json.d.ts +3 -0
  444. package/dist/types/components/WuiProvider/index.d.ts +2 -2
  445. package/dist/types/components/WuiProvider/styles.d.ts +4 -4
  446. package/dist/types/utils/overflow-ellipsis.d.ts +1 -1
  447. package/package.json +8 -6
@@ -1,320 +1,320 @@
1
1
  "use client";
2
2
  import r from "react";
3
- import F, { css as i, th as x, system as l } from "@xstyled/styled-components";
4
- const _ = "0xF101", d = "0xF102", u = "0xF103", m = "0xF104", p = "0xF105", h = "0xF106", f = "0xF107", b = "0xF108", g = "0xF109", v = "0xF10A", w = "0xF10B", y = "0xF10C", k = "0xF10D", C = "0xF10E", A = "0xF10F", B = "0xF110", E = "0xF111", D = "0xF112", z = "0xF113", q = "0xF114", $ = "0xF115", j = "0xF116", I = "0xF117", N = "0xF118", T = "0xF119", U = "0xF11A", J = "0xF11B", K = "0xF11C", M = "0xF11D", O = "0xF11E", P = "0xF11F", R = "0xF120", S = "0xF121", G = "0xF122", H = "0xF123", L = "0xF124", Q = "0xF125", V = "0xF126", W = "0xF127", X = "0xF128", Y = "0xF129", Z = "0xF12A", tt = "0xF12B", ot = "0xF12C", nt = "0xF12D", et = "0xF12E", ct = "0xF12F", st = "0xF130", at = "0xF131", rt = "0xF132", Ft = "0xF133", it = "0xF134", xt = "0xF135", lt = "0xF136", _t = "0xF137", dt = "0xF138", ut = "0xF139", mt = "0xF13A", pt = "0xF13B", ht = "0xF13C", ft = "0xF13D", bt = "0xF13E", gt = "0xF13F", vt = "0xF140", wt = "0xF141", yt = "0xF142", kt = "0xF143", Ct = "0xF144", At = "0xF145", Bt = "0xF146", Et = "0xF147", Dt = "0xF148", zt = "0xF149", qt = "0xF14A", $t = "0xF14B", jt = "0xF14C", It = "0xF14D", Nt = "0xF14E", Tt = "0xF14F", Ut = "0xF150", Jt = "0xF151", Kt = "0xF152", Mt = "0xF153", Ot = "0xF154", Pt = "0xF155", Rt = "0xF156", St = "0xF157", Gt = "0xF158", Ht = "0xF159", Lt = "0xF15A", Qt = "0xF15B", Vt = "0xF15C", Wt = "0xF15D", Xt = "0xF15E", Yt = "0xF15F", Zt = "0xF160", to = "0xF161", oo = "0xF162", no = "0xF163", eo = "0xF164", co = "0xF165", so = "0xF166", ao = "0xF167", ro = "0xF168", Fo = "0xF169", io = "0xF16A", xo = "0xF16B", lo = "0xF16C", _o = "0xF16D", uo = "0xF16E", mo = "0xF16F", po = "0xF170", ho = "0xF171", fo = "0xF172", bo = "0xF173", go = "0xF174", vo = "0xF175", wo = "0xF176", yo = "0xF177", ko = "0xF178", Co = "0xF179", Ao = "0xF17A", Bo = "0xF17B", Eo = "0xF17C", Do = "0xF17D", zo = "0xF17E", qo = "0xF17F", $o = "0xF180", jo = "0xF181", Io = "0xF182", No = "0xF183", To = "0xF184", Uo = "0xF185", Jo = "0xF186", Ko = "0xF187", Mo = "0xF188", Oo = "0xF189", Po = "0xF18A", Ro = "0xF18B", So = "0xF18C", Go = "0xF18D", Ho = "0xF18E", Lo = "0xF18F", Qo = "0xF190", Vo = "0xF191", Wo = "0xF192", Xo = "0xF193", Yo = "0xF194", Zo = "0xF195", tn = "0xF196", on = "0xF197", nn = "0xF198", en = "0xF199", cn = "0xF19A", sn = "0xF19B", an = "0xF19C", rn = "0xF19D", Fn = "0xF19E", xn = "0xF19F", ln = "0xF1A0", _n = "0xF1A1", dn = "0xF1A2", un = "0xF1A3", mn = "0xF1A4", pn = "0xF1A5", hn = "0xF1A6", fn = "0xF1A7", bn = "0xF1A8", gn = "0xF1A9", vn = "0xF1AA", wn = "0xF1AB", yn = "0xF1AC", kn = "0xF1AD", Cn = "0xF1AE", An = "0xF1AF", Bn = "0xF1B0", En = "0xF1B1", Dn = "0xF1B2", zn = "0xF1B3", qn = "0xF1B4", $n = "0xF1B5", jn = "0xF1B6", In = "0xF1B7", Nn = "0xF1B8", Tn = "0xF1B9", Un = "0xF1BA", Jn = "0xF1BB", Kn = "0xF1BC", Mn = "0xF1BD", On = "0xF1BE", Pn = "0xF1BF", Rn = "0xF1C0", Sn = "0xF1C1", Gn = "0xF1C2", Hn = "0xF1C3", Ln = "0xF1C4", Qn = "0xF1C5", Vn = "0xF1C6", Wn = "0xF1C7", Xn = "0xF1C8", Yn = "0xF1C9", Zn = "0xF1CA", te = "0xF1CB", oe = "0xF1CC", ne = "0xF1CD", ee = "0xF1CE", ce = "0xF1CF", se = "0xF1D0", ae = "0xF1D1", re = "0xF1D2", Fe = "0xF1D3", ie = "0xF1D4", xe = "0xF1D5", le = "0xF1D6", _e = "0xF1D7", de = "0xF1D8", ue = "0xF1D9", me = "0xF1DA", pe = "0xF1DB", he = "0xF1DC", fe = "0xF1DD", be = "0xF1DE", ge = "0xF1DF", ve = "0xF1E0", we = "0xF1E1", ye = "0xF1E2", ke = "0xF1E3", Ce = "0xF1E4", Ae = "0xF1E5", Be = "0xF1E6", Ee = "0xF1E7", De = "0xF1E8", ze = "0xF1E9", qe = "0xF1EA", $e = "0xF1EB", je = "0xF1EC", Ie = "0xF1ED", Ne = "0xF1EE", Te = "0xF1EF", Ue = "0xF1F0", Je = "0xF1F1", Ke = "0xF1F2", Me = "0xF1F3", Oe = "0xF1F4", Pe = "0xF1F5", Re = "0xF1F6", Se = "0xF1F7", Ge = "0xF1F8", He = "0xF1F9", Le = "0xF1FA", Qe = "0xF1FB", Ve = "0xF1FC", We = "0xF1FD", Xe = "0xF1FE", Ye = "0xF1FF", Ze = "0xF200", tc = "0xF201", oc = "0xF202", nc = "0xF203", ec = "0xF204", cc = "0xF205", sc = "0xF206", ac = "0xF207", rc = "0xF208", Fc = "0xF209", ic = "0xF20A", xc = "0xF20B", lc = "0xF20C", _c = "0xF20D", dc = "0xF20E", uc = "0xF20F", mc = "0xF210", pc = "0xF211", hc = "0xF212", fc = "0xF213", bc = "0xF214", gc = "0xF215", vc = "0xF216", wc = "0xF217", yc = "0xF218", kc = "0xF219", Cc = "0xF21A", Ac = "0xF21B", Bc = "0xF21C", Ec = "0xF21D", Dc = "0xF21E", zc = "0xF21F", qc = "0xF220", $c = "0xF221", jc = "0xF222", Ic = "0xF223", Nc = "0xF224", Tc = "0xF226", Uc = "0xF227", Jc = "0xF228", Kc = "0xF229", Mc = "0xF22A", Oc = "0xF22B", Pc = "0xF22C", c = {
5
- actions: _,
6
- activity: d,
7
- add: u,
8
- address: m,
9
- airplay: p,
10
- alert: h,
11
- alert_outline: f,
12
- analytics: b,
13
- anniversary: g,
14
- archive: v,
15
- arrow_down: w,
16
- arrow_left: y,
17
- arrow_right: k,
18
- arrow_up: C,
19
- aspect_ratio_fill: A,
3
+ import F, { css as i, th as x } from "@xstyled/styled-components";
4
+ const l = "0xF101", _ = "0xF102", d = "0xF103", u = "0xF104", m = "0xF105", p = "0xF106", h = "0xF107", f = "0xF108", b = "0xF109", g = "0xF10A", v = "0xF10B", w = "0xF10C", y = "0xF10D", k = "0xF10E", C = "0xF10F", B = "0xF110", A = "0xF111", E = "0xF112", D = "0xF113", z = "0xF114", q = "0xF115", j = "0xF116", $ = "0xF117", I = "0xF118", N = "0xF119", T = "0xF11A", U = "0xF11B", J = "0xF11C", K = "0xF11D", M = "0xF11E", O = "0xF11F", P = "0xF120", R = "0xF121", S = "0xF122", G = "0xF123", H = "0xF124", L = "0xF125", Q = "0xF126", V = "0xF127", W = "0xF128", X = "0xF129", Y = "0xF12A", Z = "0xF12B", tt = "0xF12C", ot = "0xF12D", nt = "0xF12E", et = "0xF12F", ct = "0xF130", st = "0xF131", at = "0xF132", rt = "0xF133", Ft = "0xF134", it = "0xF135", xt = "0xF136", lt = "0xF137", _t = "0xF138", dt = "0xF139", ut = "0xF13A", mt = "0xF13B", pt = "0xF13C", ht = "0xF13D", ft = "0xF13E", bt = "0xF13F", gt = "0xF140", vt = "0xF141", wt = "0xF142", yt = "0xF143", kt = "0xF144", Ct = "0xF145", Bt = "0xF146", At = "0xF147", Et = "0xF148", Dt = "0xF149", zt = "0xF14A", qt = "0xF14B", jt = "0xF14C", $t = "0xF14D", It = "0xF14E", Nt = "0xF14F", Tt = "0xF150", Ut = "0xF151", Jt = "0xF152", Kt = "0xF153", Mt = "0xF154", Ot = "0xF155", Pt = "0xF156", Rt = "0xF157", St = "0xF158", Gt = "0xF159", Ht = "0xF15A", Lt = "0xF15B", Qt = "0xF15C", Vt = "0xF15D", Wt = "0xF15E", Xt = "0xF15F", Yt = "0xF160", Zt = "0xF161", to = "0xF162", oo = "0xF163", no = "0xF164", eo = "0xF165", co = "0xF166", so = "0xF167", ao = "0xF168", ro = "0xF169", Fo = "0xF16A", io = "0xF16B", xo = "0xF16C", lo = "0xF16D", _o = "0xF16E", uo = "0xF16F", mo = "0xF170", po = "0xF171", ho = "0xF172", fo = "0xF173", bo = "0xF174", go = "0xF175", vo = "0xF176", wo = "0xF177", yo = "0xF178", ko = "0xF179", Co = "0xF17A", Bo = "0xF17B", Ao = "0xF17C", Eo = "0xF17D", Do = "0xF17E", zo = "0xF17F", qo = "0xF180", jo = "0xF181", $o = "0xF182", Io = "0xF183", No = "0xF184", To = "0xF185", Uo = "0xF186", Jo = "0xF187", Ko = "0xF188", Mo = "0xF189", Oo = "0xF18A", Po = "0xF18B", Ro = "0xF18C", So = "0xF18D", Go = "0xF18E", Ho = "0xF18F", Lo = "0xF190", Qo = "0xF191", Vo = "0xF192", Wo = "0xF193", Xo = "0xF194", Yo = "0xF195", Zo = "0xF196", tn = "0xF197", on = "0xF198", nn = "0xF199", en = "0xF19A", cn = "0xF19B", sn = "0xF19C", an = "0xF19D", rn = "0xF19E", Fn = "0xF19F", xn = "0xF1A0", ln = "0xF1A1", _n = "0xF1A2", dn = "0xF1A3", un = "0xF1A4", mn = "0xF1A5", pn = "0xF1A6", hn = "0xF1A7", fn = "0xF1A8", bn = "0xF1A9", gn = "0xF1AA", vn = "0xF1AB", wn = "0xF1AC", yn = "0xF1AD", kn = "0xF1AE", Cn = "0xF1AF", Bn = "0xF1B0", An = "0xF1B1", En = "0xF1B2", Dn = "0xF1B3", zn = "0xF1B4", qn = "0xF1B5", jn = "0xF1B6", $n = "0xF1B7", In = "0xF1B8", Nn = "0xF1B9", Tn = "0xF1BA", Un = "0xF1BB", Jn = "0xF1BC", Kn = "0xF1BD", Mn = "0xF1BE", On = "0xF1BF", Pn = "0xF1C0", Rn = "0xF1C1", Sn = "0xF1C2", Gn = "0xF1C3", Hn = "0xF1C4", Ln = "0xF1C5", Qn = "0xF1C6", Vn = "0xF1C7", Wn = "0xF1C8", Xn = "0xF1C9", Yn = "0xF1CA", Zn = "0xF1CB", te = "0xF1CC", oe = "0xF1CD", ne = "0xF1CE", ee = "0xF1CF", ce = "0xF1D0", se = "0xF1D1", ae = "0xF1D2", re = "0xF1D3", Fe = "0xF1D4", ie = "0xF1D5", xe = "0xF1D6", le = "0xF1D7", _e = "0xF1D8", de = "0xF1D9", ue = "0xF1DA", me = "0xF1DB", pe = "0xF1DC", he = "0xF1DD", fe = "0xF1DE", be = "0xF1DF", ge = "0xF1E0", ve = "0xF1E1", we = "0xF1E2", ye = "0xF1E3", ke = "0xF1E4", Ce = "0xF1E5", Be = "0xF1E6", Ae = "0xF1E7", Ee = "0xF1E8", De = "0xF1E9", ze = "0xF1EA", qe = "0xF1EB", je = "0xF1EC", $e = "0xF1ED", Ie = "0xF1EE", Ne = "0xF1EF", Te = "0xF1F0", Ue = "0xF1F1", Je = "0xF1F2", Ke = "0xF1F3", Me = "0xF1F4", Oe = "0xF1F5", Pe = "0xF1F6", Re = "0xF1F7", Se = "0xF1F8", Ge = "0xF1F9", He = "0xF1FA", Le = "0xF1FB", Qe = "0xF1FC", Ve = "0xF1FD", We = "0xF1FE", Xe = "0xF1FF", Ye = "0xF200", Ze = "0xF201", tc = "0xF202", oc = "0xF203", nc = "0xF204", ec = "0xF205", cc = "0xF206", sc = "0xF207", ac = "0xF208", rc = "0xF209", Fc = "0xF20A", ic = "0xF20B", xc = "0xF20C", lc = "0xF20D", _c = "0xF20E", dc = "0xF20F", uc = "0xF210", mc = "0xF211", pc = "0xF212", hc = "0xF213", fc = "0xF214", bc = "0xF215", gc = "0xF216", vc = "0xF217", wc = "0xF218", yc = "0xF219", kc = "0xF21A", Cc = "0xF21B", Bc = "0xF21C", Ac = "0xF21D", Ec = "0xF21E", Dc = "0xF21F", zc = "0xF220", qc = "0xF221", jc = "0xF222", $c = "0xF223", Ic = "0xF224", Nc = "0xF226", Tc = "0xF227", Uc = "0xF228", Jc = "0xF229", Kc = "0xF22A", Mc = "0xF22B", Oc = "0xF22C", c = {
5
+ actions: l,
6
+ activity: _,
7
+ add: d,
8
+ address: u,
9
+ airplay: m,
10
+ alert: p,
11
+ alert_outline: h,
12
+ analytics: f,
13
+ anniversary: b,
14
+ archive: g,
15
+ arrow_down: v,
16
+ arrow_left: w,
17
+ arrow_right: y,
18
+ arrow_up: k,
19
+ aspect_ratio_fill: C,
20
20
  aspect_ratio_fit: B,
21
- attachment: E,
22
- avatar: D,
23
- avatar_accessory: z,
24
- avatar_body: q,
25
- avatar_bottom: $,
21
+ attachment: A,
22
+ avatar: E,
23
+ avatar_accessory: D,
24
+ avatar_body: z,
25
+ avatar_bottom: q,
26
26
  avatar_costume: j,
27
- avatar_head: I,
28
- avatar_top: N,
29
- bar_chart: T,
30
- basketball: U,
31
- behance: J,
32
- birthday: K,
33
- bold: M,
34
- book: O,
35
- book_2: P,
36
- bookmark: R,
37
- bookmark_outline: S,
38
- bulb: G,
39
- bulk: H,
40
- buoy: L,
41
- burn: Q,
42
- caddy: V,
43
- calcul: W,
44
- camera: X,
45
- camera_off: Y,
46
- camera_on: Z,
47
- candidate_status: tt,
48
- card_view: ot,
49
- cast: nt,
50
- cast_connected: et,
51
- cast_unavailable: ct,
52
- celebrate: st,
53
- check: at,
54
- clipboard: rt,
55
- clock: Ft,
56
- code: it,
57
- code_block: xt,
58
- coffee: lt,
59
- collapse: _t,
60
- comment: dt,
61
- comment_outline: ut,
62
- common_area: mt,
63
- compass: pt,
64
- computer: ht,
65
- contract: ft,
66
- control_backward: bt,
67
- control_forward: gt,
68
- control_pause: vt,
69
- control_stop: wt,
70
- copy: yt,
71
- cover_letter: kt,
72
- create: Ct,
73
- credit_card: At,
27
+ avatar_head: $,
28
+ avatar_top: I,
29
+ bar_chart: N,
30
+ basketball: T,
31
+ behance: U,
32
+ birthday: J,
33
+ bold: K,
34
+ book: M,
35
+ book_2: O,
36
+ bookmark: P,
37
+ bookmark_outline: R,
38
+ bulb: S,
39
+ bulk: G,
40
+ buoy: H,
41
+ burn: L,
42
+ caddy: Q,
43
+ calcul: V,
44
+ camera: W,
45
+ camera_off: X,
46
+ camera_on: Y,
47
+ candidate_status: Z,
48
+ card_view: tt,
49
+ cast: ot,
50
+ cast_connected: nt,
51
+ cast_unavailable: et,
52
+ celebrate: ct,
53
+ check: st,
54
+ clipboard: at,
55
+ clock: rt,
56
+ code: Ft,
57
+ code_block: it,
58
+ coffee: xt,
59
+ collapse: lt,
60
+ comment: _t,
61
+ comment_outline: dt,
62
+ common_area: ut,
63
+ compass: mt,
64
+ computer: pt,
65
+ contract: ht,
66
+ control_backward: ft,
67
+ control_forward: bt,
68
+ control_pause: gt,
69
+ control_stop: vt,
70
+ copy: wt,
71
+ cover_letter: yt,
72
+ create: kt,
73
+ credit_card: Ct,
74
74
  crescent_moon: Bt,
75
- crescent_moon_outline: Et,
76
- cross: Dt,
77
- cross_target: zt,
78
- crown: qt,
79
- csv: $t,
75
+ crescent_moon_outline: At,
76
+ cross: Et,
77
+ cross_target: Dt,
78
+ crown: zt,
79
+ csv: qt,
80
80
  date: jt,
81
- department: It,
82
- details: Nt,
83
- diamond: Tt,
84
- dish: Ut,
85
- doc: Jt,
86
- docx: Kt,
87
- down: Mt,
88
- download: Ot,
89
- drag_and_drop: Pt,
90
- dribbble: Rt,
91
- earth: St,
92
- edit: Gt,
93
- education_level: Ht,
94
- email: Lt,
95
- email_outline: Qt,
96
- eot: Vt,
97
- equal: Wt,
98
- expand: Xt,
99
- expand_text: Yt,
100
- external_link: Zt,
101
- facebook: to,
102
- factory: oo,
103
- female: no,
104
- filters: eo,
105
- fingerprint: co,
106
- flag: so,
107
- flag_outline: ao,
108
- flag_pointed: ro,
109
- folder: Fo,
110
- fullscreen_off: io,
111
- fullscreen_on: xo,
112
- gear: lo,
113
- gif: _o,
114
- github: uo,
115
- google: mo,
116
- handshake: po,
117
- hard_hat: ho,
118
- hashtag: fo,
119
- heading: bo,
120
- heading_1: go,
121
- heading_2: vo,
122
- heading_3: wo,
123
- heading_4: yo,
124
- heading_5: ko,
125
- heading_6: Co,
126
- headset: Ao,
81
+ department: $t,
82
+ details: It,
83
+ diamond: Nt,
84
+ dish: Tt,
85
+ doc: Ut,
86
+ docx: Jt,
87
+ down: Kt,
88
+ download: Mt,
89
+ drag_and_drop: Ot,
90
+ dribbble: Pt,
91
+ earth: Rt,
92
+ edit: St,
93
+ education_level: Gt,
94
+ email: Ht,
95
+ email_outline: Lt,
96
+ eot: Qt,
97
+ equal: Vt,
98
+ expand: Wt,
99
+ expand_text: Xt,
100
+ external_link: Yt,
101
+ facebook: Zt,
102
+ factory: to,
103
+ female: oo,
104
+ filters: no,
105
+ fingerprint: eo,
106
+ flag: co,
107
+ flag_outline: so,
108
+ flag_pointed: ao,
109
+ folder: ro,
110
+ fullscreen_off: Fo,
111
+ fullscreen_on: io,
112
+ gear: xo,
113
+ gif: lo,
114
+ github: _o,
115
+ google: uo,
116
+ handshake: mo,
117
+ hard_hat: po,
118
+ hashtag: ho,
119
+ heading: fo,
120
+ heading_1: bo,
121
+ heading_2: go,
122
+ heading_3: vo,
123
+ heading_4: wo,
124
+ heading_5: yo,
125
+ heading_6: ko,
126
+ headset: Co,
127
127
  heart: Bo,
128
- heart_outline: Eo,
129
- heart_shiny: Do,
130
- hide: zo,
131
- home: qo,
132
- house: $o,
128
+ heart_outline: Ao,
129
+ heart_shiny: Eo,
130
+ hide: Do,
131
+ home: zo,
132
+ house: qo,
133
133
  in_progress_candidate: jo,
134
- information: Io,
135
- information_outline: No,
136
- instagram: To,
137
- italic: Uo,
138
- jpeg: Jo,
139
- jpg: Ko,
140
- justice_hammer: Mo,
141
- kanban: Oo,
142
- key: Po,
143
- language: Ro,
144
- leaf: So,
145
- left: Go,
146
- line_chart: Ho,
147
- link: Lo,
148
- linkedin: Qo,
149
- location: Vo,
150
- lock: Wo,
151
- lock_rounded: Xo,
152
- log_out: Yo,
153
- male: Zo,
154
- map: tn,
155
- masonry: on,
156
- meeting_room: nn,
157
- megaphone: en,
158
- mention: cn,
159
- menu: sn,
160
- mic: an,
161
- microphone_off: rn,
162
- microphone_on: Fn,
163
- microship: xn,
164
- money: ln,
165
- more: _n,
166
- more_android: dn,
167
- mountain: un,
168
- music: mn,
169
- negative: pn,
170
- negative_outline: hn,
171
- negative_straight: fn,
172
- new_candidate: bn,
173
- notification: gn,
174
- npm: vn,
175
- offer_status: wn,
176
- office: yn,
177
- ordered_list: kn,
178
- origine: Cn,
179
- paperplane: An,
134
+ information: $o,
135
+ information_outline: Io,
136
+ instagram: No,
137
+ italic: To,
138
+ jpeg: Uo,
139
+ jpg: Jo,
140
+ justice_hammer: Ko,
141
+ kanban: Mo,
142
+ key: Oo,
143
+ language: Po,
144
+ leaf: Ro,
145
+ left: So,
146
+ line_chart: Go,
147
+ link: Ho,
148
+ linkedin: Lo,
149
+ location: Qo,
150
+ lock: Vo,
151
+ lock_rounded: Wo,
152
+ log_out: Xo,
153
+ male: Yo,
154
+ map: Zo,
155
+ masonry: tn,
156
+ meeting_room: on,
157
+ megaphone: nn,
158
+ mention: en,
159
+ menu: cn,
160
+ mic: sn,
161
+ microphone_off: an,
162
+ microphone_on: rn,
163
+ microship: Fn,
164
+ money: xn,
165
+ more: ln,
166
+ more_android: _n,
167
+ mountain: dn,
168
+ music: un,
169
+ negative: mn,
170
+ negative_outline: pn,
171
+ negative_straight: hn,
172
+ new_candidate: fn,
173
+ notification: bn,
174
+ npm: gn,
175
+ offer_status: vn,
176
+ office: wn,
177
+ ordered_list: yn,
178
+ origine: kn,
179
+ paperplane: Cn,
180
180
  pdf: Bn,
181
- pencil: En,
182
- phone: Dn,
183
- phone_outline: zn,
184
- pictures: qn,
185
- piechart: $n,
181
+ pencil: An,
182
+ phone: En,
183
+ phone_outline: Dn,
184
+ pictures: zn,
185
+ piechart: qn,
186
186
  pin: jn,
187
- pinterest: In,
188
- pizza: Nn,
189
- play: Tn,
190
- play_outline: Un,
191
- playlist: Jn,
192
- png: Kn,
193
- podcast: Mn,
194
- positive: On,
195
- positive_outline: Pn,
196
- positive_straight: Rn,
197
- ppt: Sn,
198
- print: Gn,
199
- promote: Hn,
200
- puzzle: Ln,
201
- puzzle_outline: Qn,
202
- question: Vn,
203
- questions: Wn,
204
- quote: Xn,
205
- refresh: Yn,
206
- refuse_candidate: Zn,
207
- remote: te,
208
- remove: oe,
209
- reset: ne,
210
- resume: ee,
211
- review: ce,
212
- review_outline: se,
213
- right: ae,
214
- salary: re,
215
- save: Fe,
216
- screenshare_off: ie,
217
- screenshare_on: xe,
218
- search: le,
219
- search_people: _e,
220
- settings: de,
221
- share1: ue,
222
- share2: me,
223
- shield: pe,
224
- show: he,
225
- slack: fe,
226
- sound_off: be,
227
- sound_on: ge,
228
- source: ve,
229
- spanner: we,
230
- square_alert: ye,
231
- stackoverflow: ke,
232
- stackserver: Ce,
233
- star: Ae,
187
+ pinterest: $n,
188
+ pizza: In,
189
+ play: Nn,
190
+ play_outline: Tn,
191
+ playlist: Un,
192
+ png: Jn,
193
+ podcast: Kn,
194
+ positive: Mn,
195
+ positive_outline: On,
196
+ positive_straight: Pn,
197
+ ppt: Rn,
198
+ print: Sn,
199
+ promote: Gn,
200
+ puzzle: Hn,
201
+ puzzle_outline: Ln,
202
+ question: Qn,
203
+ questions: Vn,
204
+ quote: Wn,
205
+ refresh: Xn,
206
+ refuse_candidate: Yn,
207
+ remote: Zn,
208
+ remove: te,
209
+ reset: oe,
210
+ resume: ne,
211
+ review: ee,
212
+ review_outline: ce,
213
+ right: se,
214
+ salary: ae,
215
+ save: re,
216
+ screenshare_off: Fe,
217
+ screenshare_on: ie,
218
+ search: xe,
219
+ search_people: le,
220
+ settings: _e,
221
+ share1: de,
222
+ share2: ue,
223
+ shield: me,
224
+ show: pe,
225
+ slack: he,
226
+ sound_off: fe,
227
+ sound_on: be,
228
+ source: ge,
229
+ spanner: ve,
230
+ square_alert: we,
231
+ stackoverflow: ye,
232
+ stackserver: ke,
233
+ star: Ce,
234
234
  star_outline: Be,
235
- strikethrough: Ee,
236
- subtitle: De,
237
- success: ze,
238
- suitcase: qe,
239
- sun: $e,
235
+ strikethrough: Ae,
236
+ subtitle: Ee,
237
+ success: De,
238
+ suitcase: ze,
239
+ sun: qe,
240
240
  svg: je,
241
- table: Ie,
242
- table_column_add_after: Ne,
243
- table_column_add_before: Te,
244
- table_column_remove: Ue,
245
- table_delete: Je,
246
- table_divide: Ke,
247
- table_merge_cells: Me,
248
- table_row_add_above: Oe,
249
- table_row_add_below: Pe,
250
- table_row_remove: Re,
251
- tag: Se,
252
- target: Ge,
253
- teepee: He,
254
- thumb_down: Le,
255
- thumb_up: Qe,
256
- trash: Ve,
257
- tree: We,
258
- trophy: Xe,
259
- ttf: Ye,
260
- twitch: Ze,
261
- twitter: tc,
262
- txt: oc,
263
- type: nc,
264
- unavailable: ec,
265
- underline: cc,
266
- unordered_list: sc,
267
- up: ac,
268
- update: rc,
269
- upload: Fc,
270
- user: ic,
271
- user_outline: xc,
272
- video: lc,
273
- video_camera: _c,
274
- video_camera_2: dc,
275
- watch_later: uc,
276
- woff: mc,
277
- woff2: pc,
278
- write: hc,
279
- wttj: fc,
280
- xing: bc,
281
- xls: gc,
282
- xlsx: vc,
283
- youtube: wc,
284
- zapier: yc,
285
- zip: kc,
286
- move: Cc,
287
- tiktok: Ac,
241
+ table: $e,
242
+ table_column_add_after: Ie,
243
+ table_column_add_before: Ne,
244
+ table_column_remove: Te,
245
+ table_delete: Ue,
246
+ table_divide: Je,
247
+ table_merge_cells: Ke,
248
+ table_row_add_above: Me,
249
+ table_row_add_below: Oe,
250
+ table_row_remove: Pe,
251
+ tag: Re,
252
+ target: Se,
253
+ teepee: Ge,
254
+ thumb_down: He,
255
+ thumb_up: Le,
256
+ trash: Qe,
257
+ tree: Ve,
258
+ trophy: We,
259
+ ttf: Xe,
260
+ twitch: Ye,
261
+ twitter: Ze,
262
+ txt: tc,
263
+ type: oc,
264
+ unavailable: nc,
265
+ underline: ec,
266
+ unordered_list: cc,
267
+ up: sc,
268
+ update: ac,
269
+ upload: rc,
270
+ user: Fc,
271
+ user_outline: ic,
272
+ video: xc,
273
+ video_camera: lc,
274
+ video_camera_2: _c,
275
+ watch_later: dc,
276
+ woff: uc,
277
+ woff2: mc,
278
+ write: pc,
279
+ wttj: hc,
280
+ xing: fc,
281
+ xls: bc,
282
+ xlsx: gc,
283
+ youtube: vc,
284
+ zapier: wc,
285
+ zip: yc,
286
+ move: kc,
287
+ tiktok: Cc,
288
288
  flag_us: Bc,
289
- euro_currency: Ec,
290
- x: Dc,
291
- sparkles: zc,
292
- mobile: qc,
293
- tablet: $c,
289
+ euro_currency: Ac,
290
+ x: Ec,
291
+ sparkles: Dc,
292
+ mobile: zc,
293
+ tablet: qc,
294
294
  certified: jc,
295
- masonry_2: Ic,
296
- connection: Nc,
297
- arrow_line_left: Tc,
298
- arrow_line_right: Uc,
299
- arrow_line_down: Jc,
300
- arrow_line_up: Kc,
301
- symbol: Mc,
302
- thunderclock: Oc,
303
- extend: Pc
295
+ masonry_2: $c,
296
+ connection: Ic,
297
+ arrow_line_left: Nc,
298
+ arrow_line_right: Tc,
299
+ arrow_line_down: Uc,
300
+ arrow_line_up: Jc,
301
+ symbol: Kc,
302
+ thunderclock: Mc,
303
+ extend: Oc
304
304
  };
305
- function Rc(o) {
305
+ function Pc(o) {
306
306
  const t = c[o];
307
307
  return t ? t.replace("0x", "\\") : (console.warn(`Invalid icon name '${o}'`), null);
308
308
  }
309
- const s = F.i(
309
+ const s = F.iBox(
310
310
  ({ name: o, size: t = "md" }) => i`
311
311
  display: inline-block;
312
312
  /* stylelint-disable-next-line font-family-no-missing-generic-family-keyword */
313
313
  font-family: icons;
314
314
  font-size: ${x(`icons.${t}`)};
315
- ${l};
315
+
316
316
  &::before {
317
- content: '${Rc(o)}';
317
+ content: '${Pc(o)}';
318
318
  display: block;
319
319
  font-style: normal;
320
320
  font-variant: normal;
@@ -324,11 +324,11 @@ const s = F.i(
324
324
  -moz-osx-font-smoothing: grayscale;
325
325
  }
326
326
  `
327
- ), Vc = s, Sc = { ...c }, Gc = (o) => {
327
+ ), Qc = s, Rc = { ...c }, Sc = (o) => {
328
328
  const t = o.replace(/_(\w)/g, (e, n) => n.toUpperCase());
329
329
  return `${t.charAt(0).toUpperCase()}${t.substr(1)}`;
330
- }, Hc = Object.keys(Sc), Wc = Hc.reduce((o, t) => {
331
- const e = Gc(t);
330
+ }, Gc = Object.keys(Rc), Vc = Gc.reduce((o, t) => {
331
+ const e = Sc(t);
332
332
  return o[e] = (n) => {
333
333
  const a = n.className || "";
334
334
  return /* @__PURE__ */ r.createElement(
@@ -343,6 +343,6 @@ const s = F.i(
343
343
  }, o;
344
344
  }, {});
345
345
  export {
346
- Wc as IconsFont,
347
- Vc as IconsFontStyled
346
+ Vc as IconsFont,
347
+ Qc as IconsFontStyled
348
348
  };