welcome-ui 0.32.2 → 1.0.0-beta.10

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 (772) hide show
  1. package/dist/AXB53BZF-CAQ85RSy.js +1 -0
  2. package/dist/AXB53BZF-DCqNWRx3.mjs +25 -0
  3. package/dist/Accordion.js +75 -0
  4. package/dist/Accordion.mjs +92 -0
  5. package/dist/Alert.js +37 -0
  6. package/dist/Alert.mjs +120 -0
  7. package/dist/AspectRatio.js +29 -0
  8. package/dist/AspectRatio.mjs +41 -0
  9. package/dist/Avatar.js +5 -0
  10. package/dist/Avatar.mjs +56 -0
  11. package/dist/BYC7LY2E-BE1a2svb.js +1 -0
  12. package/dist/BYC7LY2E-BNqcw1O8.mjs +1074 -0
  13. package/dist/Badge.js +17 -0
  14. package/dist/Badge.mjs +53 -0
  15. package/dist/Box.js +1 -0
  16. package/dist/Box.mjs +8 -0
  17. package/dist/Breadcrumb.js +1 -0
  18. package/dist/Breadcrumb.mjs +11 -0
  19. package/dist/Button.js +78 -0
  20. package/dist/Button.mjs +136 -0
  21. package/dist/ButtonGroup.js +32 -0
  22. package/dist/ButtonGroup.mjs +51 -0
  23. package/dist/Card.js +17 -0
  24. package/dist/Card.mjs +29 -0
  25. package/dist/Checkbox.js +1 -0
  26. package/dist/Checkbox.mjs +6 -0
  27. package/dist/ClearButton.js +14 -0
  28. package/dist/ClearButton.mjs +27 -0
  29. package/dist/CloseButton.js +6 -0
  30. package/dist/CloseButton.mjs +16 -0
  31. package/dist/CustomInput-CHhz-wtr.js +1064 -0
  32. package/dist/CustomInput-DsJYqH0X.mjs +1272 -0
  33. package/dist/DatePicker.js +1 -0
  34. package/dist/DatePicker.mjs +108 -0
  35. package/dist/DateTimePicker.js +38 -0
  36. package/dist/DateTimePicker.mjs +109 -0
  37. package/dist/DateTimePickerCommon.js +1 -0
  38. package/dist/DateTimePickerCommon.mjs +14 -0
  39. package/dist/Drawer.js +1 -0
  40. package/dist/Drawer.mjs +12 -0
  41. package/dist/DropdownMenu.js +45 -0
  42. package/dist/DropdownMenu.mjs +776 -0
  43. package/dist/Field.js +72 -0
  44. package/dist/Field.mjs +177 -0
  45. package/dist/FieldGroup.js +13 -0
  46. package/dist/FieldGroup.mjs +26 -0
  47. package/dist/FileDrop.js +1 -0
  48. package/dist/FileDrop.mjs +11 -0
  49. package/dist/FileUpload.js +3 -0
  50. package/dist/FileUpload.mjs +88 -0
  51. package/dist/Flex.js +1 -0
  52. package/dist/Flex.mjs +26 -0
  53. package/dist/Grid.js +1 -0
  54. package/dist/Grid.mjs +57 -0
  55. package/dist/Hint.js +8 -0
  56. package/dist/Hint.mjs +22 -0
  57. package/dist/ITI7HKP4-BPa8qpnl.js +1 -0
  58. package/dist/ITI7HKP4-Couz1Z73.mjs +473 -0
  59. package/dist/Icon.js +17 -0
  60. package/dist/Icon.mjs +51 -0
  61. package/dist/IconFont.js +17 -0
  62. package/dist/IconFont.mjs +348 -0
  63. package/dist/InputText.js +8 -0
  64. package/dist/InputText.mjs +81 -0
  65. package/dist/JC64G2H7-HxATiU-t.mjs +965 -0
  66. package/dist/JC64G2H7-VmOGyhc1.js +1 -0
  67. package/dist/KUU7WJ55-DN8gk6_R.js +1 -0
  68. package/dist/KUU7WJ55-bC4FU_j7.mjs +61 -0
  69. package/dist/LVA2YJMS-B2HZjIhJ.js +14 -0
  70. package/dist/LVA2YJMS-Dm5ieEMw.mjs +1479 -0
  71. package/dist/Label.js +1 -0
  72. package/dist/Label.mjs +10 -0
  73. package/dist/Link.js +43 -0
  74. package/dist/Link.mjs +78 -0
  75. package/dist/Loader.js +30 -0
  76. package/dist/Loader.mjs +48 -0
  77. package/dist/Logo.js +1 -0
  78. package/dist/Logo.mjs +8 -0
  79. package/dist/MTZPJQMC-C9lHSyrL.mjs +13 -0
  80. package/dist/MTZPJQMC-D0pYOjc_.js +1 -0
  81. package/dist/Modal.js +181 -0
  82. package/dist/Modal.mjs +365 -0
  83. package/dist/NLEBE274-DvH3XTTw.js +1 -0
  84. package/dist/NLEBE274-FThuwZH_.mjs +84 -0
  85. package/dist/P2CTZE2T-5jxBu6ix.mjs +297 -0
  86. package/dist/P2CTZE2T-q8vyaGc0.js +1 -0
  87. package/dist/P4IRICAX-C0oIr4wI.mjs +37 -0
  88. package/dist/P4IRICAX-t3xfwWga.js +1 -0
  89. package/dist/Pagination.js +46 -0
  90. package/dist/Pagination.mjs +160 -0
  91. package/dist/PasswordInput.js +1 -0
  92. package/dist/PasswordInput.mjs +7 -0
  93. package/dist/Picker.js +8 -0
  94. package/dist/Picker.mjs +50 -0
  95. package/dist/Popover.js +1 -0
  96. package/dist/Popover.mjs +8 -0
  97. package/dist/QYJ6MIDR-T-fJ_t8N.js +1 -0
  98. package/dist/QYJ6MIDR-YegHsExc.mjs +97 -0
  99. package/dist/Radio.js +60 -0
  100. package/dist/Radio.mjs +118 -0
  101. package/dist/RadioGroup.js +8 -0
  102. package/dist/RadioGroup.mjs +68 -0
  103. package/dist/RadioTab.js +61 -0
  104. package/dist/RadioTab.mjs +104 -0
  105. package/dist/SYRFVSLH-Babm193P.js +1 -0
  106. package/dist/SYRFVSLH-DXZgEwus.mjs +48 -0
  107. package/dist/Search.js +70 -0
  108. package/dist/Search.mjs +225 -0
  109. package/dist/Select.js +1 -0
  110. package/dist/Select.mjs +13 -0
  111. package/dist/Shape.js +23 -0
  112. package/dist/Shape.mjs +37 -0
  113. package/dist/Slider.js +190 -0
  114. package/dist/Slider.mjs +531 -0
  115. package/dist/Stack.js +1 -0
  116. package/dist/Stack.mjs +32 -0
  117. package/dist/Swiper.js +141 -0
  118. package/dist/Swiper.mjs +448 -0
  119. package/dist/System.js +1 -0
  120. package/dist/System.mjs +51 -0
  121. package/dist/Table.js +55 -0
  122. package/dist/Table.mjs +75 -0
  123. package/dist/Tabs.js +82 -0
  124. package/dist/Tabs.mjs +534 -0
  125. package/dist/Tag.js +78 -0
  126. package/dist/Tag.mjs +135 -0
  127. package/dist/Text.js +46 -0
  128. package/dist/Text.mjs +97 -0
  129. package/dist/Textarea.js +6 -0
  130. package/dist/Textarea.mjs +55 -0
  131. package/dist/TimePicker.js +4 -0
  132. package/dist/TimePicker.mjs +88 -0
  133. package/dist/Toast.js +42 -0
  134. package/dist/Toast.mjs +264 -0
  135. package/dist/Toggle.js +75 -0
  136. package/dist/Toggle.mjs +93 -0
  137. package/dist/Tooltip.js +68 -0
  138. package/dist/Tooltip.mjs +303 -0
  139. package/dist/UniversalLink.js +4 -0
  140. package/dist/UniversalLink.mjs +25 -0
  141. package/dist/VEVQD5MH-Cal9SWXl.js +1 -0
  142. package/dist/VEVQD5MH-DOp_qaPw.mjs +20 -0
  143. package/dist/VGCJ63VH-BqPfqkK_.mjs +186 -0
  144. package/dist/VGCJ63VH-Cuf7P3qW.js +1 -0
  145. package/dist/VariantIcon.js +1 -0
  146. package/dist/VariantIcon.mjs +7 -0
  147. package/dist/Welcome-BNr4uu5n.mjs +48 -0
  148. package/dist/Welcome-Dw9OaREs.js +3 -0
  149. package/dist/WelcomeLoader.js +1 -0
  150. package/dist/WelcomeLoader.mjs +4392 -0
  151. package/dist/WuiProvider.js +407 -0
  152. package/dist/WuiProvider.mjs +461 -0
  153. package/dist/X5NMLKT6-BzhcQu_I.js +1 -0
  154. package/dist/X5NMLKT6-DGZEtYXj.mjs +25 -0
  155. package/dist/YV4JVR4I-1ezWeCCz.mjs +341 -0
  156. package/dist/YV4JVR4I-DIthYWMj.js +15 -0
  157. package/dist/_commonjsHelpers-CXJ7dpIk.mjs +9 -0
  158. package/dist/_commonjsHelpers-DvH0V_XJ.js +1 -0
  159. package/dist/create-event-YSlay9Ef.js +1 -0
  160. package/dist/create-event-rXDe5aCQ.mjs +8 -0
  161. package/dist/field-styles-CeV7pnOp.mjs +86 -0
  162. package/dist/field-styles-D_gf6ypV.js +63 -0
  163. package/dist/fonts/welcome-icon-font.css +915 -0
  164. package/dist/fonts/welcome-icon-font.svg +1806 -0
  165. package/dist/fonts/welcome-icon-font.ttf +0 -0
  166. package/dist/fonts/welcome-icon-font.woff +0 -0
  167. package/dist/fonts/welcome-icon-font.woff2 +0 -0
  168. package/dist/get-max-width-height-CDLBnp_J.js +1 -0
  169. package/dist/get-max-width-height-DoUro2T7.mjs +8 -0
  170. package/dist/hide-focus-rings-root-BNyva1yb.mjs +14 -0
  171. package/dist/hide-focus-rings-root-DGU4Klq5.js +5 -0
  172. package/dist/index-B8roHPE-.js +64 -0
  173. package/dist/index-BAD1dszB.js +1 -0
  174. package/dist/index-BFQbRuqA.mjs +165 -0
  175. package/dist/index-BNwz4P5j.js +1 -0
  176. package/dist/index-BPeIa2mR.js +1 -0
  177. package/dist/index-BRDOakbf.mjs +11 -0
  178. package/dist/index-BZmKn5VO.mjs +19025 -0
  179. package/dist/index-BjGfAqCk.mjs +209 -0
  180. package/dist/index-Bn9aiaUQ.mjs +193 -0
  181. package/dist/index-BpRjq7lj.mjs +11 -0
  182. package/dist/index-BxWjuyQw.js +1 -0
  183. package/dist/index-C1FV1q-F.js +1 -0
  184. package/dist/index-C7zM96J_.mjs +11 -0
  185. package/dist/index-CQ1IPLlk.mjs +64 -0
  186. package/dist/index-CQyLvMJP.js +142 -0
  187. package/dist/index-C_r0bVmL.js +56 -0
  188. package/dist/index-CiYwvMF0.js +8 -0
  189. package/dist/index-Cjf3wLkx.mjs +272 -0
  190. package/dist/index-CmBs24Im.mjs +413 -0
  191. package/dist/index-D3Tnfi3U.mjs +83 -0
  192. package/dist/index-DCOLdphy.mjs +184 -0
  193. package/dist/index-DG7ovxHW.js +117 -0
  194. package/dist/index-DHCyCfRv.js +35 -0
  195. package/dist/index-DRa_xux4.mjs +57 -0
  196. package/dist/index-DSZG0Sqy.js +54 -0
  197. package/dist/index-DhF591OM.js +42 -0
  198. package/dist/index-DqBUFsqP.mjs +11 -0
  199. package/dist/index-gPtu0TOV.js +1 -0
  200. package/dist/index.js +57 -0
  201. package/dist/index.mjs +3598 -0
  202. package/dist/overflow-ellipsis-C2ESrF8C.js +5 -0
  203. package/dist/overflow-ellipsis-DGV5Kgt-.mjs +10 -0
  204. package/dist/radio-group-29lMl-2M.mjs +51 -0
  205. package/dist/radio-group-BpImAAmy.js +1 -0
  206. package/dist/throttle-BB1Y3bfD.js +1 -0
  207. package/dist/throttle-BDBzFeFj.mjs +13 -0
  208. package/dist/types/components/Accordion/index.d.ts +16 -0
  209. package/dist/types/components/Accordion/styles.d.ts +6 -0
  210. package/dist/types/components/Accordion/theme.d.ts +10 -0
  211. package/dist/types/components/Alert/Title.d.ts +7 -0
  212. package/dist/types/components/Alert/index.d.ts +24 -0
  213. package/dist/types/components/Alert/styles.d.ts +6 -0
  214. package/dist/types/components/Alert/theme.d.ts +15 -0
  215. package/dist/types/components/AspectRatio/index.d.ts +6 -0
  216. package/dist/types/components/AspectRatio/styles.d.ts +2 -0
  217. package/dist/types/components/Avatar/index.d.ts +16 -0
  218. package/dist/types/components/Avatar/styles.d.ts +2 -0
  219. package/dist/types/components/Avatar/theme.d.ts +9 -0
  220. package/dist/types/components/Avatar/utils.d.ts +3 -0
  221. package/dist/types/components/Badge/index.d.ts +11 -0
  222. package/dist/types/components/Badge/styles.d.ts +8 -0
  223. package/dist/types/components/Badge/theme.d.ts +18 -0
  224. package/dist/types/components/Box/index.d.ts +3 -0
  225. package/dist/types/components/Breadcrumb/Item.d.ts +13 -0
  226. package/dist/types/components/Breadcrumb/Item.styles.d.ts +2 -0
  227. package/dist/types/components/Breadcrumb/index.d.ts +18 -0
  228. package/dist/types/components/Breadcrumb/styles.d.ts +6 -0
  229. package/dist/types/components/Breadcrumb/theme.d.ts +12 -0
  230. package/dist/types/components/Button/index.d.ts +21 -0
  231. package/dist/types/components/Button/styles.d.ts +2 -0
  232. package/dist/types/components/Button/theme.d.ts +13 -0
  233. package/dist/types/components/ButtonGroup/index.d.ts +15 -0
  234. package/dist/types/components/ButtonGroup/styles.d.ts +1 -0
  235. package/dist/types/components/Card/Cover.d.ts +10 -0
  236. package/dist/types/components/Card/Cover.styles.d.ts +1 -0
  237. package/dist/types/components/Card/index.d.ts +8 -0
  238. package/dist/types/components/Card/styles.d.ts +2 -0
  239. package/dist/types/components/Card/theme.d.ts +6 -0
  240. package/dist/types/components/Checkbox/index.d.ts +13 -0
  241. package/dist/types/components/Checkbox/styles.d.ts +3 -0
  242. package/dist/types/components/Checkbox/theme.d.ts +8 -0
  243. package/dist/types/components/ClearButton/index.d.ts +5 -0
  244. package/dist/types/components/ClearButton/styles.d.ts +1 -0
  245. package/dist/types/components/CloseButton/index.d.ts +3 -0
  246. package/dist/types/components/CloseButton/styles.d.ts +1 -0
  247. package/dist/types/components/DatePicker/index.d.ts +15 -0
  248. package/dist/types/components/DateTimePicker/index.d.ts +5 -0
  249. package/dist/types/components/DateTimePicker/styles.d.ts +1 -0
  250. package/dist/types/components/DateTimePickerCommon/CustomHeader.d.ts +18 -0
  251. package/dist/types/components/DateTimePickerCommon/CustomInput.d.ts +17 -0
  252. package/dist/types/components/DateTimePickerCommon/CustomPopper.d.ts +4 -0
  253. package/dist/types/components/DateTimePickerCommon/datePickerStyles.d.ts +1 -0
  254. package/dist/types/components/DateTimePickerCommon/index.d.ts +5 -0
  255. package/dist/types/components/DateTimePickerCommon/styles.d.ts +9 -0
  256. package/dist/types/components/DateTimePickerCommon/theme.d.ts +9 -0
  257. package/dist/types/components/DateTimePickerCommon/utils.d.ts +6 -0
  258. package/dist/types/components/Drawer/AssetDrawer/Header.d.ts +31 -0
  259. package/dist/types/components/Drawer/AssetDrawer/index.d.ts +4 -0
  260. package/dist/types/components/Drawer/AssetDrawer/styles.d.ts +3 -0
  261. package/dist/types/components/Drawer/Close.d.ts +5 -0
  262. package/dist/types/components/Drawer/Content.d.ts +4 -0
  263. package/dist/types/components/Drawer/Footer.d.ts +4 -0
  264. package/dist/types/components/Drawer/Title.d.ts +3 -0
  265. package/dist/types/components/Drawer/index.d.ts +52 -0
  266. package/dist/types/components/Drawer/styles.d.ts +10 -0
  267. package/dist/types/components/Drawer/theme.d.ts +17 -0
  268. package/dist/types/components/DropdownMenu/Arrow.d.ts +4 -0
  269. package/dist/types/components/DropdownMenu/Arrow.styled.d.ts +4 -0
  270. package/dist/types/components/DropdownMenu/Item.d.ts +4 -0
  271. package/dist/types/components/DropdownMenu/Item.styled.d.ts +1 -0
  272. package/dist/types/components/DropdownMenu/Separator.d.ts +4 -0
  273. package/dist/types/components/DropdownMenu/Separator.styled.d.ts +1 -0
  274. package/dist/types/components/DropdownMenu/index.d.ts +25 -0
  275. package/dist/types/components/DropdownMenu/styles.d.ts +1 -0
  276. package/dist/types/components/DropdownMenu/theme.d.ts +8 -0
  277. package/dist/types/components/Field/index.d.ts +26 -0
  278. package/dist/types/components/Field/styles.d.ts +21 -0
  279. package/dist/types/components/Field/utils.d.ts +5 -0
  280. package/dist/types/components/FieldGroup/index.d.ts +11 -0
  281. package/dist/types/components/FieldGroup/styles.d.ts +1 -0
  282. package/dist/types/components/FileDrop/FilePreview.d.ts +9 -0
  283. package/dist/types/components/FileDrop/Message.d.ts +7 -0
  284. package/dist/types/components/FileDrop/Preview.d.ts +3 -0
  285. package/dist/types/components/FileDrop/index.d.ts +52 -0
  286. package/dist/types/components/FileDrop/styles.d.ts +9 -0
  287. package/dist/types/components/FileDrop/theme.d.ts +9 -0
  288. package/dist/types/components/FileDrop/utils.d.ts +3 -0
  289. package/dist/types/components/FileUpload/index.d.ts +35 -0
  290. package/dist/types/components/FileUpload/styles.d.ts +1 -0
  291. package/dist/types/components/Files/index.d.ts +8 -0
  292. package/dist/types/components/Files/types.d.ts +72 -0
  293. package/dist/types/components/Flex/index.d.ts +19 -0
  294. package/dist/types/components/Grid/Item.d.ts +14 -0
  295. package/dist/types/components/Grid/index.d.ts +31 -0
  296. package/dist/types/components/Hint/index.d.ts +10 -0
  297. package/dist/types/components/Hint/styles.d.ts +4 -0
  298. package/dist/types/components/Hint/theme.d.ts +9 -0
  299. package/dist/types/components/Icon/index.d.ts +26 -0
  300. package/dist/types/components/Icon/styles.d.ts +9 -0
  301. package/dist/types/components/Icon/theme.d.ts +10 -0
  302. package/dist/types/components/IconFont/index.d.ts +311 -0
  303. package/dist/types/components/IconFont/styles.d.ts +7 -0
  304. package/dist/types/components/Icons/Actions/index.d.ts +3 -0
  305. package/dist/types/components/Icons/Activity/index.d.ts +3 -0
  306. package/dist/types/components/Icons/Add/index.d.ts +3 -0
  307. package/dist/types/components/Icons/Address/index.d.ts +3 -0
  308. package/dist/types/components/Icons/Airplay/index.d.ts +3 -0
  309. package/dist/types/components/Icons/Alert/index.d.ts +3 -0
  310. package/dist/types/components/Icons/AlertOutline/index.d.ts +3 -0
  311. package/dist/types/components/Icons/Analytics/index.d.ts +3 -0
  312. package/dist/types/components/Icons/Anniversary/index.d.ts +3 -0
  313. package/dist/types/components/Icons/Archive/index.d.ts +3 -0
  314. package/dist/types/components/Icons/ArrowDown/index.d.ts +3 -0
  315. package/dist/types/components/Icons/ArrowLeft/index.d.ts +3 -0
  316. package/dist/types/components/Icons/ArrowLineDown/index.d.ts +3 -0
  317. package/dist/types/components/Icons/ArrowLineLeft/index.d.ts +3 -0
  318. package/dist/types/components/Icons/ArrowLineRight/index.d.ts +3 -0
  319. package/dist/types/components/Icons/ArrowLineUp/index.d.ts +3 -0
  320. package/dist/types/components/Icons/ArrowRight/index.d.ts +3 -0
  321. package/dist/types/components/Icons/ArrowUp/index.d.ts +3 -0
  322. package/dist/types/components/Icons/AspectRatioFill/index.d.ts +3 -0
  323. package/dist/types/components/Icons/AspectRatioFit/index.d.ts +3 -0
  324. package/dist/types/components/Icons/Attachment/index.d.ts +3 -0
  325. package/dist/types/components/Icons/Avatar/index.d.ts +3 -0
  326. package/dist/types/components/Icons/AvatarAccessory/index.d.ts +3 -0
  327. package/dist/types/components/Icons/AvatarBody/index.d.ts +3 -0
  328. package/dist/types/components/Icons/AvatarBottom/index.d.ts +3 -0
  329. package/dist/types/components/Icons/AvatarCostume/index.d.ts +3 -0
  330. package/dist/types/components/Icons/AvatarHead/index.d.ts +3 -0
  331. package/dist/types/components/Icons/AvatarTop/index.d.ts +3 -0
  332. package/dist/types/components/Icons/BarChart/index.d.ts +3 -0
  333. package/dist/types/components/Icons/Basketball/index.d.ts +3 -0
  334. package/dist/types/components/Icons/Behance/index.d.ts +3 -0
  335. package/dist/types/components/Icons/Birthday/index.d.ts +3 -0
  336. package/dist/types/components/Icons/Bold/index.d.ts +3 -0
  337. package/dist/types/components/Icons/Book/index.d.ts +3 -0
  338. package/dist/types/components/Icons/Book2/index.d.ts +3 -0
  339. package/dist/types/components/Icons/Bookmark/index.d.ts +3 -0
  340. package/dist/types/components/Icons/BookmarkOutline/index.d.ts +3 -0
  341. package/dist/types/components/Icons/Bulb/index.d.ts +3 -0
  342. package/dist/types/components/Icons/Bulk/index.d.ts +3 -0
  343. package/dist/types/components/Icons/Buoy/index.d.ts +3 -0
  344. package/dist/types/components/Icons/Burn/index.d.ts +3 -0
  345. package/dist/types/components/Icons/Caddy/index.d.ts +3 -0
  346. package/dist/types/components/Icons/Calcul/index.d.ts +3 -0
  347. package/dist/types/components/Icons/Camera/index.d.ts +3 -0
  348. package/dist/types/components/Icons/CameraOff/index.d.ts +3 -0
  349. package/dist/types/components/Icons/CameraOn/index.d.ts +3 -0
  350. package/dist/types/components/Icons/CandidateStatus/index.d.ts +3 -0
  351. package/dist/types/components/Icons/CardView/index.d.ts +3 -0
  352. package/dist/types/components/Icons/Cast/index.d.ts +3 -0
  353. package/dist/types/components/Icons/CastConnected/index.d.ts +3 -0
  354. package/dist/types/components/Icons/CastUnavailable/index.d.ts +3 -0
  355. package/dist/types/components/Icons/Celebrate/index.d.ts +3 -0
  356. package/dist/types/components/Icons/Certified/index.d.ts +3 -0
  357. package/dist/types/components/Icons/Check/index.d.ts +3 -0
  358. package/dist/types/components/Icons/Clipboard/index.d.ts +3 -0
  359. package/dist/types/components/Icons/Clock/index.d.ts +3 -0
  360. package/dist/types/components/Icons/Code/index.d.ts +3 -0
  361. package/dist/types/components/Icons/CodeBlock/index.d.ts +3 -0
  362. package/dist/types/components/Icons/Coffee/index.d.ts +3 -0
  363. package/dist/types/components/Icons/Collapse/index.d.ts +3 -0
  364. package/dist/types/components/Icons/Comment/index.d.ts +3 -0
  365. package/dist/types/components/Icons/CommentOutline/index.d.ts +3 -0
  366. package/dist/types/components/Icons/CommonArea/index.d.ts +3 -0
  367. package/dist/types/components/Icons/Compass/index.d.ts +3 -0
  368. package/dist/types/components/Icons/Computer/index.d.ts +3 -0
  369. package/dist/types/components/Icons/Connection/index.d.ts +3 -0
  370. package/dist/types/components/Icons/Contract/index.d.ts +3 -0
  371. package/dist/types/components/Icons/ControlBackward/index.d.ts +3 -0
  372. package/dist/types/components/Icons/ControlForward/index.d.ts +3 -0
  373. package/dist/types/components/Icons/ControlPause/index.d.ts +3 -0
  374. package/dist/types/components/Icons/ControlStop/index.d.ts +3 -0
  375. package/dist/types/components/Icons/Copy/index.d.ts +3 -0
  376. package/dist/types/components/Icons/CoverLetter/index.d.ts +3 -0
  377. package/dist/types/components/Icons/Create/index.d.ts +3 -0
  378. package/dist/types/components/Icons/CreditCard/index.d.ts +3 -0
  379. package/dist/types/components/Icons/CrescentMoon/index.d.ts +3 -0
  380. package/dist/types/components/Icons/CrescentMoonOutline/index.d.ts +3 -0
  381. package/dist/types/components/Icons/Cross/index.d.ts +3 -0
  382. package/dist/types/components/Icons/CrossTarget/index.d.ts +3 -0
  383. package/dist/types/components/Icons/Crown/index.d.ts +3 -0
  384. package/dist/types/components/Icons/Csv/index.d.ts +3 -0
  385. package/dist/types/components/Icons/Date/index.d.ts +3 -0
  386. package/dist/types/components/Icons/Department/index.d.ts +3 -0
  387. package/dist/types/components/Icons/Details/index.d.ts +3 -0
  388. package/dist/types/components/Icons/Diamond/index.d.ts +3 -0
  389. package/dist/types/components/Icons/Dish/index.d.ts +3 -0
  390. package/dist/types/components/Icons/Doc/index.d.ts +3 -0
  391. package/dist/types/components/Icons/Docx/index.d.ts +3 -0
  392. package/dist/types/components/Icons/Down/index.d.ts +3 -0
  393. package/dist/types/components/Icons/Download/index.d.ts +3 -0
  394. package/dist/types/components/Icons/DragAndDrop/index.d.ts +3 -0
  395. package/dist/types/components/Icons/Dribbble/index.d.ts +3 -0
  396. package/dist/types/components/Icons/Earth/index.d.ts +3 -0
  397. package/dist/types/components/Icons/Edit/index.d.ts +3 -0
  398. package/dist/types/components/Icons/EducationLevel/index.d.ts +3 -0
  399. package/dist/types/components/Icons/Email/index.d.ts +3 -0
  400. package/dist/types/components/Icons/EmailOutline/index.d.ts +3 -0
  401. package/dist/types/components/Icons/Eot/index.d.ts +3 -0
  402. package/dist/types/components/Icons/Equal/index.d.ts +3 -0
  403. package/dist/types/components/Icons/EuroCurrency/index.d.ts +3 -0
  404. package/dist/types/components/Icons/Expand/index.d.ts +3 -0
  405. package/dist/types/components/Icons/ExpandText/index.d.ts +3 -0
  406. package/dist/types/components/Icons/Extend/index.d.ts +3 -0
  407. package/dist/types/components/Icons/ExternalLink/index.d.ts +3 -0
  408. package/dist/types/components/Icons/Facebook/index.d.ts +3 -0
  409. package/dist/types/components/Icons/Factory/index.d.ts +3 -0
  410. package/dist/types/components/Icons/Female/index.d.ts +3 -0
  411. package/dist/types/components/Icons/Filters/index.d.ts +3 -0
  412. package/dist/types/components/Icons/Fingerprint/index.d.ts +3 -0
  413. package/dist/types/components/Icons/Flag/index.d.ts +3 -0
  414. package/dist/types/components/Icons/FlagCs/index.d.ts +3 -0
  415. package/dist/types/components/Icons/FlagEn/index.d.ts +3 -0
  416. package/dist/types/components/Icons/FlagEs/index.d.ts +3 -0
  417. package/dist/types/components/Icons/FlagFr/index.d.ts +3 -0
  418. package/dist/types/components/Icons/FlagOutline/index.d.ts +3 -0
  419. package/dist/types/components/Icons/FlagPointed/index.d.ts +3 -0
  420. package/dist/types/components/Icons/FlagSk/index.d.ts +3 -0
  421. package/dist/types/components/Icons/FlagUs/index.d.ts +3 -0
  422. package/dist/types/components/Icons/Folder/index.d.ts +3 -0
  423. package/dist/types/components/Icons/FullscreenOff/index.d.ts +3 -0
  424. package/dist/types/components/Icons/FullscreenOn/index.d.ts +3 -0
  425. package/dist/types/components/Icons/Gear/index.d.ts +3 -0
  426. package/dist/types/components/Icons/Gif/index.d.ts +3 -0
  427. package/dist/types/components/Icons/Github/index.d.ts +3 -0
  428. package/dist/types/components/Icons/Google/index.d.ts +3 -0
  429. package/dist/types/components/Icons/Handshake/index.d.ts +3 -0
  430. package/dist/types/components/Icons/HardHat/index.d.ts +3 -0
  431. package/dist/types/components/Icons/Hashtag/index.d.ts +3 -0
  432. package/dist/types/components/Icons/Heading/index.d.ts +3 -0
  433. package/dist/types/components/Icons/Heading1/index.d.ts +3 -0
  434. package/dist/types/components/Icons/Heading2/index.d.ts +3 -0
  435. package/dist/types/components/Icons/Heading3/index.d.ts +3 -0
  436. package/dist/types/components/Icons/Heading4/index.d.ts +3 -0
  437. package/dist/types/components/Icons/Heading5/index.d.ts +3 -0
  438. package/dist/types/components/Icons/Heading6/index.d.ts +3 -0
  439. package/dist/types/components/Icons/Headset/index.d.ts +3 -0
  440. package/dist/types/components/Icons/Heart/index.d.ts +3 -0
  441. package/dist/types/components/Icons/HeartOutline/index.d.ts +3 -0
  442. package/dist/types/components/Icons/HeartShiny/index.d.ts +3 -0
  443. package/dist/types/components/Icons/Hide/index.d.ts +3 -0
  444. package/dist/types/components/Icons/Home/index.d.ts +3 -0
  445. package/dist/types/components/Icons/House/index.d.ts +3 -0
  446. package/dist/types/components/Icons/InProgressCandidate/index.d.ts +3 -0
  447. package/dist/types/components/Icons/Information/index.d.ts +3 -0
  448. package/dist/types/components/Icons/InformationOutline/index.d.ts +3 -0
  449. package/dist/types/components/Icons/Instagram/index.d.ts +3 -0
  450. package/dist/types/components/Icons/Italic/index.d.ts +3 -0
  451. package/dist/types/components/Icons/Jpeg/index.d.ts +3 -0
  452. package/dist/types/components/Icons/Jpg/index.d.ts +3 -0
  453. package/dist/types/components/Icons/JusticeHammer/index.d.ts +3 -0
  454. package/dist/types/components/Icons/Kanban/index.d.ts +3 -0
  455. package/dist/types/components/Icons/Key/index.d.ts +3 -0
  456. package/dist/types/components/Icons/Language/index.d.ts +3 -0
  457. package/dist/types/components/Icons/Leaf/index.d.ts +3 -0
  458. package/dist/types/components/Icons/Left/index.d.ts +3 -0
  459. package/dist/types/components/Icons/LineChart/index.d.ts +3 -0
  460. package/dist/types/components/Icons/Link/index.d.ts +3 -0
  461. package/dist/types/components/Icons/Linkedin/index.d.ts +3 -0
  462. package/dist/types/components/Icons/Location/index.d.ts +3 -0
  463. package/dist/types/components/Icons/Lock/index.d.ts +3 -0
  464. package/dist/types/components/Icons/LockRounded/index.d.ts +3 -0
  465. package/dist/types/components/Icons/LogOut/index.d.ts +3 -0
  466. package/dist/types/components/Icons/Male/index.d.ts +3 -0
  467. package/dist/types/components/Icons/Map/index.d.ts +3 -0
  468. package/dist/types/components/Icons/Masonry/index.d.ts +3 -0
  469. package/dist/types/components/Icons/Masonry2/index.d.ts +3 -0
  470. package/dist/types/components/Icons/MeetingRoom/index.d.ts +3 -0
  471. package/dist/types/components/Icons/Megaphone/index.d.ts +3 -0
  472. package/dist/types/components/Icons/Mention/index.d.ts +3 -0
  473. package/dist/types/components/Icons/Menu/index.d.ts +3 -0
  474. package/dist/types/components/Icons/Mic/index.d.ts +3 -0
  475. package/dist/types/components/Icons/MicrophoneOff/index.d.ts +3 -0
  476. package/dist/types/components/Icons/MicrophoneOn/index.d.ts +3 -0
  477. package/dist/types/components/Icons/Microship/index.d.ts +3 -0
  478. package/dist/types/components/Icons/Mobile/index.d.ts +3 -0
  479. package/dist/types/components/Icons/Money/index.d.ts +3 -0
  480. package/dist/types/components/Icons/More/index.d.ts +3 -0
  481. package/dist/types/components/Icons/MoreAndroid/index.d.ts +3 -0
  482. package/dist/types/components/Icons/Mountain/index.d.ts +3 -0
  483. package/dist/types/components/Icons/Move/index.d.ts +3 -0
  484. package/dist/types/components/Icons/Music/index.d.ts +3 -0
  485. package/dist/types/components/Icons/Negative/index.d.ts +3 -0
  486. package/dist/types/components/Icons/NegativeOutline/index.d.ts +3 -0
  487. package/dist/types/components/Icons/NegativeStraight/index.d.ts +3 -0
  488. package/dist/types/components/Icons/NewCandidate/index.d.ts +3 -0
  489. package/dist/types/components/Icons/Notification/index.d.ts +3 -0
  490. package/dist/types/components/Icons/Npm/index.d.ts +3 -0
  491. package/dist/types/components/Icons/OfferStatus/index.d.ts +3 -0
  492. package/dist/types/components/Icons/Office/index.d.ts +3 -0
  493. package/dist/types/components/Icons/OrderedList/index.d.ts +3 -0
  494. package/dist/types/components/Icons/Origine/index.d.ts +3 -0
  495. package/dist/types/components/Icons/Paperplane/index.d.ts +3 -0
  496. package/dist/types/components/Icons/Pdf/index.d.ts +3 -0
  497. package/dist/types/components/Icons/Pencil/index.d.ts +3 -0
  498. package/dist/types/components/Icons/Phone/index.d.ts +3 -0
  499. package/dist/types/components/Icons/PhoneOutline/index.d.ts +3 -0
  500. package/dist/types/components/Icons/Pictures/index.d.ts +3 -0
  501. package/dist/types/components/Icons/Piechart/index.d.ts +3 -0
  502. package/dist/types/components/Icons/Pin/index.d.ts +3 -0
  503. package/dist/types/components/Icons/Pinterest/index.d.ts +3 -0
  504. package/dist/types/components/Icons/Pizza/index.d.ts +3 -0
  505. package/dist/types/components/Icons/Play/index.d.ts +3 -0
  506. package/dist/types/components/Icons/PlayOutline/index.d.ts +3 -0
  507. package/dist/types/components/Icons/Playlist/index.d.ts +3 -0
  508. package/dist/types/components/Icons/Png/index.d.ts +3 -0
  509. package/dist/types/components/Icons/Podcast/index.d.ts +3 -0
  510. package/dist/types/components/Icons/Positive/index.d.ts +3 -0
  511. package/dist/types/components/Icons/PositiveOutline/index.d.ts +3 -0
  512. package/dist/types/components/Icons/PositiveStraight/index.d.ts +3 -0
  513. package/dist/types/components/Icons/Ppt/index.d.ts +3 -0
  514. package/dist/types/components/Icons/Print/index.d.ts +3 -0
  515. package/dist/types/components/Icons/Promote/index.d.ts +3 -0
  516. package/dist/types/components/Icons/Puzzle/index.d.ts +3 -0
  517. package/dist/types/components/Icons/PuzzleOutline/index.d.ts +3 -0
  518. package/dist/types/components/Icons/Question/index.d.ts +3 -0
  519. package/dist/types/components/Icons/Questions/index.d.ts +3 -0
  520. package/dist/types/components/Icons/Quote/index.d.ts +3 -0
  521. package/dist/types/components/Icons/Refresh/index.d.ts +3 -0
  522. package/dist/types/components/Icons/RefuseCandidate/index.d.ts +3 -0
  523. package/dist/types/components/Icons/Remote/index.d.ts +3 -0
  524. package/dist/types/components/Icons/Remove/index.d.ts +3 -0
  525. package/dist/types/components/Icons/Reset/index.d.ts +3 -0
  526. package/dist/types/components/Icons/Resume/index.d.ts +3 -0
  527. package/dist/types/components/Icons/Review/index.d.ts +3 -0
  528. package/dist/types/components/Icons/ReviewOutline/index.d.ts +3 -0
  529. package/dist/types/components/Icons/Right/index.d.ts +3 -0
  530. package/dist/types/components/Icons/Salary/index.d.ts +3 -0
  531. package/dist/types/components/Icons/Save/index.d.ts +3 -0
  532. package/dist/types/components/Icons/ScreenshareOff/index.d.ts +3 -0
  533. package/dist/types/components/Icons/ScreenshareOn/index.d.ts +3 -0
  534. package/dist/types/components/Icons/Search/index.d.ts +3 -0
  535. package/dist/types/components/Icons/SearchPeople/index.d.ts +3 -0
  536. package/dist/types/components/Icons/Settings/index.d.ts +3 -0
  537. package/dist/types/components/Icons/Share1/index.d.ts +3 -0
  538. package/dist/types/components/Icons/Share2/index.d.ts +3 -0
  539. package/dist/types/components/Icons/Shield/index.d.ts +3 -0
  540. package/dist/types/components/Icons/Show/index.d.ts +3 -0
  541. package/dist/types/components/Icons/Slack/index.d.ts +3 -0
  542. package/dist/types/components/Icons/SoundOff/index.d.ts +3 -0
  543. package/dist/types/components/Icons/SoundOn/index.d.ts +3 -0
  544. package/dist/types/components/Icons/Source/index.d.ts +3 -0
  545. package/dist/types/components/Icons/Spanner/index.d.ts +3 -0
  546. package/dist/types/components/Icons/Sparkles/index.d.ts +3 -0
  547. package/dist/types/components/Icons/SquareAlert/index.d.ts +3 -0
  548. package/dist/types/components/Icons/Stackoverflow/index.d.ts +3 -0
  549. package/dist/types/components/Icons/Stackserver/index.d.ts +3 -0
  550. package/dist/types/components/Icons/Star/index.d.ts +3 -0
  551. package/dist/types/components/Icons/StarOutline/index.d.ts +3 -0
  552. package/dist/types/components/Icons/Strikethrough/index.d.ts +3 -0
  553. package/dist/types/components/Icons/Subtitle/index.d.ts +3 -0
  554. package/dist/types/components/Icons/Success/index.d.ts +3 -0
  555. package/dist/types/components/Icons/Suitcase/index.d.ts +3 -0
  556. package/dist/types/components/Icons/Sun/index.d.ts +3 -0
  557. package/dist/types/components/Icons/Svg/index.d.ts +3 -0
  558. package/dist/types/components/Icons/Symbol/index.d.ts +3 -0
  559. package/dist/types/components/Icons/Table/index.d.ts +3 -0
  560. package/dist/types/components/Icons/TableColumnAddAfter/index.d.ts +3 -0
  561. package/dist/types/components/Icons/TableColumnAddBefore/index.d.ts +3 -0
  562. package/dist/types/components/Icons/TableColumnRemove/index.d.ts +3 -0
  563. package/dist/types/components/Icons/TableDelete/index.d.ts +3 -0
  564. package/dist/types/components/Icons/TableDivide/index.d.ts +3 -0
  565. package/dist/types/components/Icons/TableMergeCells/index.d.ts +3 -0
  566. package/dist/types/components/Icons/TableRowAddAbove/index.d.ts +3 -0
  567. package/dist/types/components/Icons/TableRowAddBelow/index.d.ts +3 -0
  568. package/dist/types/components/Icons/TableRowRemove/index.d.ts +3 -0
  569. package/dist/types/components/Icons/Tablet/index.d.ts +3 -0
  570. package/dist/types/components/Icons/Tag/index.d.ts +3 -0
  571. package/dist/types/components/Icons/Target/index.d.ts +3 -0
  572. package/dist/types/components/Icons/Teepee/index.d.ts +3 -0
  573. package/dist/types/components/Icons/ThumbDown/index.d.ts +3 -0
  574. package/dist/types/components/Icons/ThumbUp/index.d.ts +3 -0
  575. package/dist/types/components/Icons/Thunderclock/index.d.ts +3 -0
  576. package/dist/types/components/Icons/Tiktok/index.d.ts +3 -0
  577. package/dist/types/components/Icons/Trash/index.d.ts +3 -0
  578. package/dist/types/components/Icons/Tree/index.d.ts +3 -0
  579. package/dist/types/components/Icons/Trophy/index.d.ts +3 -0
  580. package/dist/types/components/Icons/Ttf/index.d.ts +3 -0
  581. package/dist/types/components/Icons/Twitch/index.d.ts +3 -0
  582. package/dist/types/components/Icons/Twitter/index.d.ts +3 -0
  583. package/dist/types/components/Icons/Txt/index.d.ts +3 -0
  584. package/dist/types/components/Icons/Type/index.d.ts +3 -0
  585. package/dist/types/components/Icons/Unavailable/index.d.ts +3 -0
  586. package/dist/types/components/Icons/Underline/index.d.ts +3 -0
  587. package/dist/types/components/Icons/UnorderedList/index.d.ts +3 -0
  588. package/dist/types/components/Icons/Up/index.d.ts +3 -0
  589. package/dist/types/components/Icons/Update/index.d.ts +3 -0
  590. package/dist/types/components/Icons/Upload/index.d.ts +3 -0
  591. package/dist/types/components/Icons/User/index.d.ts +3 -0
  592. package/dist/types/components/Icons/UserOutline/index.d.ts +3 -0
  593. package/dist/types/components/Icons/Video/index.d.ts +3 -0
  594. package/dist/types/components/Icons/VideoCamera/index.d.ts +3 -0
  595. package/dist/types/components/Icons/VideoCamera2/index.d.ts +3 -0
  596. package/dist/types/components/Icons/WatchLater/index.d.ts +3 -0
  597. package/dist/types/components/Icons/Woff/index.d.ts +3 -0
  598. package/dist/types/components/Icons/Woff2/index.d.ts +3 -0
  599. package/dist/types/components/Icons/Write/index.d.ts +3 -0
  600. package/dist/types/components/Icons/Wttj/index.d.ts +3 -0
  601. package/dist/types/components/Icons/X/index.d.ts +3 -0
  602. package/dist/types/components/Icons/Xing/index.d.ts +3 -0
  603. package/dist/types/components/Icons/Xls/index.d.ts +3 -0
  604. package/dist/types/components/Icons/Xlsx/index.d.ts +3 -0
  605. package/dist/types/components/Icons/Youtube/index.d.ts +3 -0
  606. package/dist/types/components/Icons/Zapier/index.d.ts +3 -0
  607. package/dist/types/components/Icons/Zip/index.d.ts +3 -0
  608. package/dist/types/components/Icons/index.d.ts +304 -0
  609. package/dist/types/components/InputText/index.d.ts +21 -0
  610. package/dist/types/components/InputText/styles.d.ts +3 -0
  611. package/dist/types/components/Label/index.d.ts +16 -0
  612. package/dist/types/components/Label/styles.d.ts +5 -0
  613. package/dist/types/components/Label/theme.d.ts +4 -0
  614. package/dist/types/components/Link/index.d.ts +15 -0
  615. package/dist/types/components/Link/styles.d.ts +2 -0
  616. package/dist/types/components/Link/theme.d.ts +16 -0
  617. package/dist/types/components/Link/utils.d.ts +1 -0
  618. package/dist/types/components/Loader/index.d.ts +11 -0
  619. package/dist/types/components/Loader/styles.d.ts +6 -0
  620. package/dist/types/components/Loader/theme.d.ts +8 -0
  621. package/dist/types/components/Logo/Solutions.d.ts +3 -0
  622. package/dist/types/components/Logo/Symbol.d.ts +3 -0
  623. package/dist/types/components/Logo/Welcome.d.ts +3 -0
  624. package/dist/types/components/Logo/Wui.d.ts +3 -0
  625. package/dist/types/components/Logo/index.d.ts +7 -0
  626. package/dist/types/components/Logo/styles.d.ts +1 -0
  627. package/dist/types/components/Modal/Assets/AssetWithTitle.d.ts +9 -0
  628. package/dist/types/components/Modal/Assets/Backdrop.d.ts +4 -0
  629. package/dist/types/components/Modal/Assets/Iframe.d.ts +5 -0
  630. package/dist/types/components/Modal/Assets/index.d.ts +17 -0
  631. package/dist/types/components/Modal/Assets/styles.d.ts +7 -0
  632. package/dist/types/components/Modal/Close.d.ts +6 -0
  633. package/dist/types/components/Modal/Content.d.ts +16 -0
  634. package/dist/types/components/Modal/Footer.d.ts +12 -0
  635. package/dist/types/components/Modal/Header.d.ts +12 -0
  636. package/dist/types/components/Modal/index.d.ts +53 -0
  637. package/dist/types/components/Modal/styles.d.ts +10 -0
  638. package/dist/types/components/Modal/theme.d.ts +17 -0
  639. package/dist/types/components/Pagination/index.d.ts +14 -0
  640. package/dist/types/components/Pagination/styles.d.ts +7 -0
  641. package/dist/types/components/Pagination/theme.d.ts +9 -0
  642. package/dist/types/components/Pagination/utils.d.ts +7 -0
  643. package/dist/types/components/PasswordInput/ToggleButton.d.ts +9 -0
  644. package/dist/types/components/PasswordInput/index.d.ts +5 -0
  645. package/dist/types/components/Picker/index.d.ts +17 -0
  646. package/dist/types/components/Picker/styles.d.ts +2 -0
  647. package/dist/types/components/Popover/Arrow.d.ts +6 -0
  648. package/dist/types/components/Popover/Content.d.ts +9 -0
  649. package/dist/types/components/Popover/Popover.d.ts +14 -0
  650. package/dist/types/components/Popover/PopoverHover.d.ts +14 -0
  651. package/dist/types/components/Popover/Trigger.d.ts +10 -0
  652. package/dist/types/components/Popover/index.d.ts +3 -0
  653. package/dist/types/components/Popover/styles.d.ts +12 -0
  654. package/dist/types/components/Popover/theme.d.ts +8 -0
  655. package/dist/types/components/Popover/usePopover.d.ts +15 -0
  656. package/dist/types/components/Radio/index.d.ts +12 -0
  657. package/dist/types/components/Radio/styles.d.ts +7 -0
  658. package/dist/types/components/Radio/theme.d.ts +11 -0
  659. package/dist/types/components/RadioGroup/index.d.ts +17 -0
  660. package/dist/types/components/RadioGroup/styles.d.ts +4 -0
  661. package/dist/types/components/RadioTab/index.d.ts +14 -0
  662. package/dist/types/components/RadioTab/styles.d.ts +18 -0
  663. package/dist/types/components/RadioTab/theme.d.ts +7 -0
  664. package/dist/types/components/Search/index.d.ts +29 -0
  665. package/dist/types/components/Search/styles.d.ts +15 -0
  666. package/dist/types/components/Select/index.d.ts +54 -0
  667. package/dist/types/components/Select/multipleSelections.d.ts +3 -0
  668. package/dist/types/components/Select/styles.d.ts +32 -0
  669. package/dist/types/components/Select/utils.d.ts +18 -0
  670. package/dist/types/components/Shape/index.d.ts +6 -0
  671. package/dist/types/components/Shape/styles.d.ts +2 -0
  672. package/dist/types/components/Slider/Range.d.ts +17 -0
  673. package/dist/types/components/Slider/index.d.ts +27 -0
  674. package/dist/types/components/Slider/styles.d.ts +19 -0
  675. package/dist/types/components/Slider/theme.d.ts +11 -0
  676. package/dist/types/components/Stack/index.d.ts +7 -0
  677. package/dist/types/components/Swiper/index.d.ts +80 -0
  678. package/dist/types/components/Swiper/styles.d.ts +138 -0
  679. package/dist/types/components/Swiper/theme.d.ts +11 -0
  680. package/dist/types/components/Swiper/use-interval.d.ts +1 -0
  681. package/dist/types/components/System/index.d.ts +40 -0
  682. package/dist/types/components/Table/index.d.ts +18 -0
  683. package/dist/types/components/Table/styles.d.ts +13 -0
  684. package/dist/types/components/Table/theme.d.ts +15 -0
  685. package/dist/types/components/Tabs/ActiveBar.d.ts +13 -0
  686. package/dist/types/components/Tabs/TabList.d.ts +13 -0
  687. package/dist/types/components/Tabs/TabPanel.d.ts +11 -0
  688. package/dist/types/components/Tabs/index.d.ts +18 -0
  689. package/dist/types/components/Tabs/styles.d.ts +9 -0
  690. package/dist/types/components/Tabs/theme.d.ts +28 -0
  691. package/dist/types/components/Tabs/utils.d.ts +1 -0
  692. package/dist/types/components/Tag/index.d.ts +17 -0
  693. package/dist/types/components/Tag/styles.d.ts +15 -0
  694. package/dist/types/components/Tag/theme.d.ts +14 -0
  695. package/dist/types/components/Text/index.d.ts +25 -0
  696. package/dist/types/components/Text/styles.d.ts +2 -0
  697. package/dist/types/components/Textarea/index.d.ts +18 -0
  698. package/dist/types/components/Textarea/styles.d.ts +2 -0
  699. package/dist/types/components/Textarea/theme.d.ts +4 -0
  700. package/dist/types/components/TimePicker/index.d.ts +13 -0
  701. package/dist/types/components/TimePicker/styles.d.ts +1 -0
  702. package/dist/types/components/Toast/Growl.d.ts +12 -0
  703. package/dist/types/components/Toast/Snackbar.d.ts +18 -0
  704. package/dist/types/components/Toast/ToastWrapper.d.ts +16 -0
  705. package/dist/types/components/Toast/index.d.ts +27 -0
  706. package/dist/types/components/Toast/styles.d.ts +19 -0
  707. package/dist/types/components/Toast/theme.d.ts +22 -0
  708. package/dist/types/components/Toast/utils.d.ts +26 -0
  709. package/dist/types/components/Toggle/index.d.ts +11 -0
  710. package/dist/types/components/Toggle/styles.d.ts +12 -0
  711. package/dist/types/components/Toggle/theme.d.ts +10 -0
  712. package/dist/types/components/Tooltip/index.d.ts +11 -0
  713. package/dist/types/components/Tooltip/styles.d.ts +10 -0
  714. package/dist/types/components/Tooltip/theme.d.ts +4 -0
  715. package/dist/types/components/UniversalLink/index.d.ts +7 -0
  716. package/dist/types/components/UniversalLink/styles.d.ts +1 -0
  717. package/dist/types/components/VariantIcon/index.d.ts +11 -0
  718. package/dist/types/components/VariantIcon/styles.d.ts +4 -0
  719. package/dist/types/components/VariantIcon/theme.d.ts +10 -0
  720. package/dist/types/components/WelcomeLoader/index.d.ts +2 -0
  721. package/dist/types/components/WuiProvider/font.d.ts +16 -0
  722. package/dist/types/components/WuiProvider/hide-focus-rings-root.d.ts +8 -0
  723. package/dist/types/components/WuiProvider/index.d.ts +11 -0
  724. package/dist/types/components/WuiProvider/styles.d.ts +5 -0
  725. package/dist/types/components/index.d.ts +61 -0
  726. package/dist/types/index.d.ts +3 -0
  727. package/dist/types/theme/borders.d.ts +6 -0
  728. package/dist/types/theme/colors.d.ts +346 -0
  729. package/dist/types/theme/dark.d.ts +7 -0
  730. package/dist/types/theme/defaultFields.d.ts +39 -0
  731. package/dist/types/theme/focus.d.ts +10 -0
  732. package/dist/types/theme/fonts.d.ts +18 -0
  733. package/dist/types/theme/index.d.ts +131 -0
  734. package/dist/types/theme/radii.d.ts +12 -0
  735. package/dist/types/theme/screens.d.ts +13 -0
  736. package/dist/types/theme/selection.d.ts +4 -0
  737. package/dist/types/theme/shadows.d.ts +5 -0
  738. package/dist/types/theme/space.d.ts +18 -0
  739. package/dist/types/theme/transitions.d.ts +13 -0
  740. package/dist/types/theme/typography.d.ts +133 -0
  741. package/dist/types/theme/underline.d.ts +9 -0
  742. package/dist/types/utils/clamp.d.ts +1 -0
  743. package/dist/types/utils/create-event.d.ts +8 -0
  744. package/dist/types/utils/field-styles.d.ts +21 -0
  745. package/dist/types/utils/format-bytes.d.ts +1 -0
  746. package/dist/types/utils/get-max-width-height.d.ts +1 -0
  747. package/dist/types/utils/hex-to-rgb.d.ts +1 -0
  748. package/dist/types/utils/hex-to-rgba.d.ts +1 -0
  749. package/dist/types/utils/hide-focus-rings-root.d.ts +8 -0
  750. package/dist/types/utils/index.d.ts +1 -0
  751. package/dist/types/utils/overflow-ellipsis.d.ts +1 -0
  752. package/dist/types/utils/throttle.d.ts +5 -0
  753. package/dist/types/utils/use-copy-text.d.ts +5 -0
  754. package/dist/types/utils/use-create-portal.d.ts +4 -0
  755. package/dist/types/utils/use-fork-ref.d.ts +3 -0
  756. package/dist/types/utils/use-isomorphic-layout-effect.d.ts +2 -0
  757. package/dist/types/utils/use-viewport.d.ts +6 -0
  758. package/dist/types/utils/wrap-children.d.ts +1 -0
  759. package/dist/use-isomorphic-layout-effect-C1_Gy5Nu.js +1 -0
  760. package/dist/use-isomorphic-layout-effect-Izr-e2pi.mjs +6 -0
  761. package/dist/use-viewport-BDDjd1nl.js +1 -0
  762. package/dist/use-viewport-m3glsbna.mjs +16 -0
  763. package/dist/usePopover-AbS2gpZq.mjs +144 -0
  764. package/dist/usePopover-CzPtX0h_.js +31 -0
  765. package/dist/wrap-children-BLDjJiiy.js +1 -0
  766. package/dist/wrap-children-aq69jtFP.mjs +12 -0
  767. package/package.json +99 -126
  768. package/CHANGELOG.md +0 -1087
  769. package/LICENSE +0 -21
  770. package/README.md +0 -63
  771. package/dist/welcome-ui.cjs.js +0 -6973
  772. package/dist/welcome-ui.es.js +0 -6914
package/CHANGELOG.md DELETED
@@ -1,1087 +0,0 @@
1
- # Changelog
2
-
3
- All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
-
5
- ### [0.32.2](https://github.com/WTTJ/welcome-ui/compare/v0.32.1...v0.32.2) (2019-12-26)
6
-
7
-
8
- ### Bug Fixes
9
-
10
- * placeholder on Select is back! ([34a3def](https://github.com/WTTJ/welcome-ui/commit/34a3def))
11
-
12
-
13
-
14
- ### [0.32.1](https://github.com/WTTJ/welcome-ui/compare/v0.32.0...v0.32.1) (2019-12-26)
15
-
16
-
17
- ### Bug Fixes
18
-
19
- * add box shadow on CustomPopper DateTimePicker ([7b96065](https://github.com/WTTJ/welcome-ui/commit/7b96065))
20
- * change hover on close icon tag ([355e21c](https://github.com/WTTJ/welcome-ui/commit/355e21c))
21
- * max-height of Select ([1dd6094](https://github.com/WTTJ/welcome-ui/commit/1dd6094))
22
- * overflowEllipsis on Tags ([5388f9e](https://github.com/WTTJ/welcome-ui/commit/5388f9e))
23
-
24
-
25
-
26
- ## [0.32.0](https://github.com/WTTJ/welcome-ui/compare/v0.31.2...v0.32.0) (2019-12-18)
27
-
28
-
29
- ### Features
30
-
31
- * add pin icon ([776cec7](https://github.com/WTTJ/welcome-ui/commit/776cec7))
32
-
33
-
34
-
35
- ### [0.31.2](https://github.com/WTTJ/welcome-ui/compare/v0.31.1...v0.31.2) (2019-12-09)
36
-
37
-
38
- ### Bug Fixes
39
-
40
- * `Infinity` lines in `Text` ([#433](https://github.com/WTTJ/welcome-ui/issues/433)) ([5309ede](https://github.com/WTTJ/welcome-ui/commit/5309ede))
41
-
42
-
43
-
44
- ### [0.31.1](https://github.com/WTTJ/welcome-ui/compare/v0.31.0...v0.31.1) (2019-11-28)
45
-
46
-
47
- ### Bug Fixes
48
-
49
- * pass popperProps to StyledCustomPopper ([#427](https://github.com/WTTJ/welcome-ui/issues/427)) ([cc78d26](https://github.com/WTTJ/welcome-ui/commit/cc78d26))
50
- * proptypes warnings ([687fd1a](https://github.com/WTTJ/welcome-ui/commit/687fd1a))
51
- * proptypes warnings ([d551fdd](https://github.com/WTTJ/welcome-ui/commit/d551fdd))
52
-
53
-
54
-
55
- ## [0.31.0](https://github.com/WTTJ/welcome-ui/compare/v0.30.5...v0.31.0) (2019-11-25)
56
-
57
-
58
- ### Bug Fixes
59
-
60
- * errors preventing gatsby build ([49dcf84](https://github.com/WTTJ/welcome-ui/commit/49dcf84))
61
- * gatsby-source-filesystem config ([6a5aa68](https://github.com/WTTJ/welcome-ui/commit/6a5aa68))
62
- * issues in DateTimePicker tests caused by popper.js ([85e6539](https://github.com/WTTJ/welcome-ui/commit/85e6539))
63
- * paths breaking gatsby build ([656406f](https://github.com/WTTJ/welcome-ui/commit/656406f))
64
- * remove calendar popper from portal ([#420](https://github.com/WTTJ/welcome-ui/issues/420)) ([0066f20](https://github.com/WTTJ/welcome-ui/commit/0066f20))
65
- * try to clear zeit build cache ([b06bb05](https://github.com/WTTJ/welcome-ui/commit/b06bb05))
66
- * undo config changes ([cd0fd16](https://github.com/WTTJ/welcome-ui/commit/cd0fd16))
67
- * undo static test ([4db6899](https://github.com/WTTJ/welcome-ui/commit/4db6899))
68
- * unstyled content ? ([ff9b43e](https://github.com/WTTJ/welcome-ui/commit/ff9b43e))
69
- * upgrade yarn deps ([ba3b931](https://github.com/WTTJ/welcome-ui/commit/ba3b931))
70
- * use empty space if autocomplete = false ([#416](https://github.com/WTTJ/welcome-ui/issues/416)) ([b689f30](https://github.com/WTTJ/welcome-ui/commit/b689f30))
71
-
72
-
73
- ### Features
74
-
75
- * finish chore v2 ([c43115e](https://github.com/WTTJ/welcome-ui/commit/c43115e))
76
- * handle focus colors better and fix color to stick to the mockups ([#411](https://github.com/WTTJ/welcome-ui/issues/411)) ([a8f1e85](https://github.com/WTTJ/welcome-ui/commit/a8f1e85))
77
-
78
-
79
- ### Tests
80
-
81
- * serving static files ([a8feced](https://github.com/WTTJ/welcome-ui/commit/a8feced))
82
-
83
-
84
-
85
- ### [0.30.5](https://github.com/WTTJ/welcome-ui/compare/v0.30.4...v0.30.5) (2019-10-24)
86
-
87
-
88
-
89
- ### [0.30.4](https://github.com/WTTJ/welcome-ui/compare/v0.30.3...v0.30.4) (2019-10-24)
90
-
91
-
92
- ### Bug Fixes
93
-
94
- * blur datepicker on dateSelection with Enter key ([#410](https://github.com/WTTJ/welcome-ui/issues/410)) ([f0c9c12](https://github.com/WTTJ/welcome-ui/commit/f0c9c12))
95
-
96
-
97
-
98
- ### [0.30.3](https://github.com/WTTJ/welcome-ui/compare/v0.30.2...v0.30.3) (2019-10-24)
99
-
100
-
101
- ### Bug Fixes
102
-
103
- * add missing props size on button ([81dcaac](https://github.com/WTTJ/welcome-ui/commit/81dcaac))
104
- * double click on datepicker popper to select date ([#408](https://github.com/WTTJ/welcome-ui/issues/408)) ([2ad9475](https://github.com/WTTJ/welcome-ui/commit/2ad9475))
105
-
106
-
107
-
108
- ### [0.30.2](https://github.com/WTTJ/welcome-ui/compare/v0.30.1...v0.30.2) (2019-10-23)
109
-
110
-
111
- ### Bug Fixes
112
-
113
- * change style for validator filedrop input ([d63fab2](https://github.com/WTTJ/welcome-ui/commit/d63fab2))
114
-
115
-
116
-
117
- ### [0.30.1](https://github.com/WTTJ/welcome-ui/compare/v0.30.0...v0.30.1) (2019-10-23)
118
-
119
-
120
- ### Bug Fixes
121
-
122
- * outline on tabpanel ([10e4f62](https://github.com/WTTJ/welcome-ui/commit/10e4f62))
123
-
124
-
125
-
126
- ## [0.30.0](https://github.com/WTTJ/welcome-ui/compare/v0.29.0...v0.30.0) (2019-10-23)
127
-
128
-
129
- ### Bug Fixes
130
-
131
- * add space between tags on fileUpload ([58d0062](https://github.com/WTTJ/welcome-ui/commit/58d0062))
132
-
133
-
134
- ### Features
135
-
136
- * add Alert component ([539fed5](https://github.com/WTTJ/welcome-ui/commit/539fed5))
137
-
138
-
139
-
140
- ## [0.29.0](https://github.com/WTTJ/welcome-ui/compare/v0.28.0...v0.29.0) (2019-10-22)
141
-
142
-
143
- ### Features
144
-
145
- * add popperZIndex prop to control datepicker popper z-index ([#403](https://github.com/WTTJ/welcome-ui/issues/403)) ([9fb6bfa](https://github.com/WTTJ/welcome-ui/commit/9fb6bfa))
146
-
147
-
148
-
149
- ## [0.28.0](https://github.com/WTTJ/welcome-ui/compare/v0.27.10...v0.28.0) (2019-10-22)
150
-
151
-
152
- ### Bug Fixes
153
-
154
- * fileupload error border ([44b8275](https://github.com/WTTJ/welcome-ui/commit/44b8275))
155
-
156
-
157
- ### Features
158
-
159
- * add disabled prop to Link component ([6f26ebe](https://github.com/WTTJ/welcome-ui/commit/6f26ebe))
160
-
161
-
162
-
163
- ### [0.27.10](https://github.com/WTTJ/welcome-ui/compare/v0.27.9...v0.27.10) (2019-10-17)
164
-
165
-
166
- ### Bug Fixes
167
-
168
- * add padding when tooltip float ([6d8afc0](https://github.com/WTTJ/welcome-ui/commit/6d8afc0))
169
-
170
-
171
-
172
- ### [0.27.9](https://github.com/WTTJ/welcome-ui/compare/v0.27.8...v0.27.9) (2019-10-17)
173
-
174
-
175
- ### Bug Fixes
176
-
177
- * add forwardRef to Tooltip ([dbbfa31](https://github.com/WTTJ/welcome-ui/commit/dbbfa31))
178
-
179
-
180
-
181
- ### [0.27.8](https://github.com/WTTJ/welcome-ui/compare/v0.27.7...v0.27.8) (2019-10-16)
182
-
183
-
184
- ### Bug Fixes
185
-
186
- * clearable button on Select ([2bddc39](https://github.com/WTTJ/welcome-ui/commit/2bddc39))
187
-
188
-
189
-
190
- ### [0.27.7](https://github.com/WTTJ/welcome-ui/compare/v0.27.6...v0.27.7) (2019-10-16)
191
-
192
-
193
- ### Bug Fixes
194
-
195
- * tabs size and padding ([b0bbcd2](https://github.com/WTTJ/welcome-ui/commit/b0bbcd2))
196
-
197
-
198
-
199
- ### [0.27.6](https://github.com/WTTJ/welcome-ui/compare/v0.27.4...v0.27.6) (2019-10-15)
200
-
201
-
202
- ### Bug Fixes
203
-
204
- * 0 character on Tag ([8cfedc9](https://github.com/WTTJ/welcome-ui/commit/8cfedc9))
205
-
206
-
207
-
208
- ### [0.27.5](https://github.com/WTTJ/welcome-ui/compare/v0.27.4...v0.27.5) (2019-10-15)
209
-
210
-
211
-
212
- ### [0.27.4](https://github.com/WTTJ/welcome-ui/compare/v0.27.3...v0.27.4) (2019-10-15)
213
-
214
-
215
- ### Bug Fixes
216
-
217
- * tag with only one integer ([d5618c9](https://github.com/WTTJ/welcome-ui/commit/d5618c9))
218
-
219
-
220
-
221
- ### [0.27.3](https://github.com/WTTJ/welcome-ui/compare/v0.27.2...v0.27.3) (2019-10-15)
222
-
223
-
224
- ### Bug Fixes
225
-
226
- * change color default tag on welcomekit theme ([d481235](https://github.com/WTTJ/welcome-ui/commit/d481235))
227
-
228
-
229
-
230
- ### [0.27.2](https://github.com/WTTJ/welcome-ui/compare/v0.27.1...v0.27.2) (2019-10-14)
231
-
232
-
233
- ### Bug Fixes
234
-
235
- * change color default tag on welcomekit theme ([17855e7](https://github.com/WTTJ/welcome-ui/commit/17855e7))
236
-
237
-
238
-
239
- ### [0.27.1](https://github.com/WTTJ/welcome-ui/compare/v0.27.0...v0.27.1) (2019-10-14)
240
-
241
-
242
- ### Bug Fixes
243
-
244
- * change color default tag on welcomekit theme ([6291943](https://github.com/WTTJ/welcome-ui/commit/6291943))
245
-
246
-
247
-
248
- ## [0.27.0](https://github.com/WTTJ/welcome-ui/compare/v0.26.0...v0.27.0) (2019-10-14)
249
-
250
-
251
- ### Bug Fixes
252
-
253
- * growl close overlaping title and general line-heights missing ([#385](https://github.com/WTTJ/welcome-ui/issues/385)) ([8fdb697](https://github.com/WTTJ/welcome-ui/commit/8fdb697))
254
- * z-index of mde toolbar ([#384](https://github.com/WTTJ/welcome-ui/issues/384)) ([9a8507c](https://github.com/WTTJ/welcome-ui/commit/9a8507c))
255
-
256
-
257
- ### refactor
258
-
259
- * radio group takes options ([#387](https://github.com/WTTJ/welcome-ui/issues/387)) ([ae7376c](https://github.com/WTTJ/welcome-ui/commit/ae7376c))
260
-
261
-
262
- ### BREAKING CHANGES
263
-
264
- * RadioInput / RadioTab replaced by RadioGroup with options
265
-
266
-
267
-
268
- ## [0.26.0](https://github.com/WTTJ/welcome-ui/compare/v0.25.7...v0.26.0) (2019-10-07)
269
-
270
-
271
- ### Bug Fixes
272
-
273
- * click checkbox radio label ([#383](https://github.com/WTTJ/welcome-ui/issues/383)) ([7c437c0](https://github.com/WTTJ/welcome-ui/commit/7c437c0))
274
-
275
-
276
- ### Features
277
-
278
- * replace right icon on DatePicker when it has been cleared ([#382](https://github.com/WTTJ/welcome-ui/issues/382)) ([00f7ddc](https://github.com/WTTJ/welcome-ui/commit/00f7ddc))
279
-
280
-
281
-
282
- ### [0.25.7](https://github.com/WTTJ/welcome-ui/compare/v0.25.6...v0.25.7) (2019-10-01)
283
-
284
-
285
- ### Bug Fixes
286
-
287
- * ensure array is empty if no selected values provided ([#381](https://github.com/WTTJ/welcome-ui/issues/381)) ([770043c](https://github.com/WTTJ/welcome-ui/commit/770043c))
288
-
289
-
290
-
291
- ### [0.25.6](https://github.com/WTTJ/welcome-ui/compare/v0.25.5...v0.25.6) (2019-09-30)
292
-
293
-
294
- ### Bug Fixes
295
-
296
- * resize welcome_kit icon ([251b1e0](https://github.com/WTTJ/welcome-ui/commit/251b1e0))
297
-
298
-
299
-
300
- ### [0.25.5](https://github.com/WTTJ/welcome-ui/compare/v0.25.4...v0.25.5) (2019-09-30)
301
-
302
-
303
-
304
- ### [0.25.4](https://github.com/WTTJ/welcome-ui/compare/v0.25.3...v0.25.4) (2019-09-30)
305
-
306
-
307
- ### Bug Fixes
308
-
309
- * replace incorrect icon fills (and update script to future-proof) ([#378](https://github.com/WTTJ/welcome-ui/issues/378)) ([8742429](https://github.com/WTTJ/welcome-ui/commit/8742429))
310
- * simplify xing and play icons ([#380](https://github.com/WTTJ/welcome-ui/issues/380)) ([0ca5c59](https://github.com/WTTJ/welcome-ui/commit/0ca5c59))
311
- * use full util paths ([#369](https://github.com/WTTJ/welcome-ui/issues/369)) ([cf6ef10](https://github.com/WTTJ/welcome-ui/commit/cf6ef10))
312
- * xing icon referenced play icon ([#379](https://github.com/WTTJ/welcome-ui/issues/379)) ([9798b0a](https://github.com/WTTJ/welcome-ui/commit/9798b0a))
313
-
314
-
315
-
316
- ### [0.25.3](https://github.com/WTTJ/welcome-ui/compare/v0.25.2...v0.25.3) (2019-09-25)
317
-
318
-
319
- ### Bug Fixes
320
-
321
- * reset autocomplete on datepicker input ([#377](https://github.com/WTTJ/welcome-ui/issues/377)) ([2647cdd](https://github.com/WTTJ/welcome-ui/commit/2647cdd))
322
-
323
-
324
-
325
- ### [0.25.2](https://github.com/WTTJ/welcome-ui/compare/v0.25.1...v0.25.2) (2019-09-25)
326
-
327
-
328
- ### Bug Fixes
329
-
330
- * invalide date strings on datepickers ([a7d4a4a](https://github.com/WTTJ/welcome-ui/commit/a7d4a4a)), closes [#375](https://github.com/WTTJ/welcome-ui/issues/375)
331
-
332
-
333
-
334
- ### [0.25.1](https://github.com/WTTJ/welcome-ui/compare/v0.25.0...v0.25.1) (2019-09-25)
335
-
336
-
337
- ### Bug Fixes
338
-
339
- * add hack for autocomplete on select ([db8dd92](https://github.com/WTTJ/welcome-ui/commit/db8dd92))
340
- * color on select ([a842f87](https://github.com/WTTJ/welcome-ui/commit/a842f87))
341
- * remove clearButton if Date or Time Pickers have no value ([#371](https://github.com/WTTJ/welcome-ui/issues/371)) ([6f6ad45](https://github.com/WTTJ/welcome-ui/commit/6f6ad45)), closes [#370](https://github.com/WTTJ/welcome-ui/issues/370)
342
- * welcome theme primary colors inversion and hexa ([#372](https://github.com/WTTJ/welcome-ui/issues/372)) ([e21aeba](https://github.com/WTTJ/welcome-ui/commit/e21aeba))
343
-
344
-
345
-
346
- ## [0.25.0](https://github.com/WTTJ/welcome-ui/compare/v0.24.4...v0.25.0) (2019-09-24)
347
-
348
-
349
- ### Bug Fixes
350
-
351
- * search for emoji in MarkdownEditor emoji picker ([#366](https://github.com/WTTJ/welcome-ui/issues/366)) ([ddf071d](https://github.com/WTTJ/welcome-ui/commit/ddf071d))
352
-
353
-
354
- ### Features
355
-
356
- * add is clearable to input text ([#364](https://github.com/WTTJ/welcome-ui/issues/364)) ([cd9644e](https://github.com/WTTJ/welcome-ui/commit/cd9644e))
357
-
358
-
359
-
360
- ### [0.24.4](https://github.com/WTTJ/welcome-ui/compare/v0.24.3...v0.24.4) (2019-09-17)
361
-
362
-
363
- ### Bug Fixes
364
-
365
- * improve secondary button hover state and hint alignment ([#362](https://github.com/WTTJ/welcome-ui/issues/362)) ([a0fed78](https://github.com/WTTJ/welcome-ui/commit/a0fed78))
366
- * replace arrow with clear button on DatePickers ([#361](https://github.com/WTTJ/welcome-ui/issues/361)) ([c0b136a](https://github.com/WTTJ/welcome-ui/commit/c0b136a)), closes [#358](https://github.com/WTTJ/welcome-ui/issues/358)
367
-
368
-
369
-
370
- ### [0.24.3](https://github.com/WTTJ/welcome-ui/compare/v0.24.2...v0.24.3) (2019-09-16)
371
-
372
-
373
- ### Bug Fixes
374
-
375
- * can't type in select after creating new item ([#355](https://github.com/WTTJ/welcome-ui/issues/355)) ([1cbaaba](https://github.com/WTTJ/welcome-ui/commit/1cbaaba))
376
- * crea changes 2 ([#353](https://github.com/WTTJ/welcome-ui/issues/353)) ([451361f](https://github.com/WTTJ/welcome-ui/commit/451361f))
377
- * send correct payload and blur input when uploading/removing ([#359](https://github.com/WTTJ/welcome-ui/issues/359)) ([b20be75](https://github.com/WTTJ/welcome-ui/commit/b20be75))
378
-
379
-
380
-
381
- ### [0.24.2](https://github.com/WTTJ/welcome-ui/compare/v0.24.1...v0.24.2) (2019-09-13)
382
-
383
-
384
- ### Bug Fixes
385
-
386
- * infinite loop when adding select item ([#352](https://github.com/WTTJ/welcome-ui/issues/352)) ([e2713a7](https://github.com/WTTJ/welcome-ui/commit/e2713a7))
387
-
388
-
389
-
390
- ### [0.24.1](https://github.com/WTTJ/welcome-ui/compare/v0.24.0...v0.24.1) (2019-09-12)
391
-
392
-
393
- ### Bug Fixes
394
-
395
- * don't use placeholder for content ([#350](https://github.com/WTTJ/welcome-ui/issues/350)) ([b50fcc7](https://github.com/WTTJ/welcome-ui/commit/b50fcc7))
396
- * improve size/scroll of month/year dropdowns ([#349](https://github.com/WTTJ/welcome-ui/issues/349)) ([760aa87](https://github.com/WTTJ/welcome-ui/commit/760aa87))
397
-
398
-
399
-
400
- ## [0.24.0](https://github.com/WTTJ/welcome-ui/compare/v0.23.2...v0.24.0) (2019-09-12)
401
-
402
-
403
- ### Bug Fixes
404
-
405
- * avoid font-weight on checked labels ([#344](https://github.com/WTTJ/welcome-ui/issues/344)) ([901d974](https://github.com/WTTJ/welcome-ui/commit/901d974)), closes [#343](https://github.com/WTTJ/welcome-ui/issues/343)
406
- * move error / warning icon to hint for checkable Fields ([#347](https://github.com/WTTJ/welcome-ui/issues/347)) ([0443c16](https://github.com/WTTJ/welcome-ui/commit/0443c16)), closes [#346](https://github.com/WTTJ/welcome-ui/issues/346)
407
-
408
-
409
- ### Features
410
-
411
- * add UniversalLink ([#345](https://github.com/WTTJ/welcome-ui/issues/345)) ([1ed46f3](https://github.com/WTTJ/welcome-ui/commit/1ed46f3))
412
- * select improvements ([#348](https://github.com/WTTJ/welcome-ui/issues/348)) ([932dabc](https://github.com/WTTJ/welcome-ui/commit/932dabc))
413
-
414
-
415
-
416
- ### [0.23.2](https://github.com/WTTJ/welcome-ui/compare/v0.23.1...v0.23.2) (2019-09-11)
417
-
418
-
419
-
420
- ### [0.23.1](https://github.com/WTTJ/welcome-ui/compare/v0.23.0...v0.23.1) (2019-09-10)
421
-
422
-
423
- ### Bug Fixes
424
-
425
- * change select to input rather than contenteditable div ([9b9dd62](https://github.com/WTTJ/welcome-ui/commit/9b9dd62))
426
- * failing test ([871c2d7](https://github.com/WTTJ/welcome-ui/commit/871c2d7))
427
- * memory leak on date / time / dateTime Pickers ([#337](https://github.com/WTTJ/welcome-ui/issues/337)) ([12b0358](https://github.com/WTTJ/welcome-ui/commit/12b0358))
428
- * remove debugging effort ([dbd95b9](https://github.com/WTTJ/welcome-ui/commit/dbd95b9))
429
- * remove debugging effort ([3006b6b](https://github.com/WTTJ/welcome-ui/commit/3006b6b))
430
- * search in select ([#339](https://github.com/WTTJ/welcome-ui/issues/339)) ([b39eff6](https://github.com/WTTJ/welcome-ui/commit/b39eff6))
431
-
432
-
433
-
434
- ## [0.23.0](https://github.com/WTTJ/welcome-ui/compare/v0.22.4...v0.23.0) (2019-09-09)
435
-
436
-
437
- ### Bug Fixes
438
-
439
- * file browser opens on button click ([#331](https://github.com/WTTJ/welcome-ui/issues/331)) ([1e6329d](https://github.com/WTTJ/welcome-ui/commit/1e6329d)), closes [#315](https://github.com/WTTJ/welcome-ui/issues/315)
440
- * prevent selecting text in labels ([#334](https://github.com/WTTJ/welcome-ui/issues/334)) ([0b22674](https://github.com/WTTJ/welcome-ui/commit/0b22674))
441
- * remove valid html attributes from blacklist ([#333](https://github.com/WTTJ/welcome-ui/issues/333)) ([ce7c2ed](https://github.com/WTTJ/welcome-ui/commit/ce7c2ed))
442
-
443
-
444
- ### Features
445
-
446
- * change icon size on themes ([e7630e8](https://github.com/WTTJ/welcome-ui/commit/e7630e8))
447
-
448
-
449
-
450
- ### [0.22.4](https://github.com/WTTJ/welcome-ui/compare/v0.22.3...v0.22.4) (2019-09-05)
451
-
452
-
453
- ### Bug Fixes
454
-
455
- * correctly update checked state on checkboxes ([#329](https://github.com/WTTJ/welcome-ui/issues/329)) ([209f4df](https://github.com/WTTJ/welcome-ui/commit/209f4df)), closes [#328](https://github.com/WTTJ/welcome-ui/issues/328)
456
- * findDOMNode warning because of dateTime library ([#330](https://github.com/WTTJ/welcome-ui/issues/330)) ([ddbfae3](https://github.com/WTTJ/welcome-ui/commit/ddbfae3)), closes [#311](https://github.com/WTTJ/welcome-ui/issues/311)
457
- * remove empty input on field's label ([#326](https://github.com/WTTJ/welcome-ui/issues/326)) ([d7e3eb6](https://github.com/WTTJ/welcome-ui/commit/d7e3eb6))
458
- * warnings on props being forwarded too deep ([#324](https://github.com/WTTJ/welcome-ui/issues/324)) ([267b87e](https://github.com/WTTJ/welcome-ui/commit/267b87e)), closes [#313](https://github.com/WTTJ/welcome-ui/issues/313) [#316](https://github.com/WTTJ/welcome-ui/issues/316) [#312](https://github.com/WTTJ/welcome-ui/issues/312)
459
-
460
-
461
-
462
- ### [0.22.3](https://github.com/WTTJ/welcome-ui/compare/v0.22.2...v0.22.3) (2019-09-03)
463
-
464
-
465
- ### Bug Fixes
466
-
467
- * set input value to last chosen value when aborting search ([#325](https://github.com/WTTJ/welcome-ui/issues/325)) ([f1de729](https://github.com/WTTJ/welcome-ui/commit/f1de729))
468
-
469
-
470
-
471
- ### [0.22.2](https://github.com/WTTJ/welcome-ui/compare/v0.22.1...v0.22.2) (2019-09-02)
472
-
473
-
474
- ### Bug Fixes
475
-
476
- * ensure icons are not squashed in labels ([3d9b719](https://github.com/WTTJ/welcome-ui/commit/3d9b719))
477
- * replace <Text as={p}…> ([96d5c1f](https://github.com/WTTJ/welcome-ui/commit/96d5c1f))
478
- * use placeholder or placeholderText on DatePicker ([443936a](https://github.com/WTTJ/welcome-ui/commit/443936a)), closes [#306](https://github.com/WTTJ/welcome-ui/issues/306)
479
- * wrap label contents to preserve flex functionality ([16206f4](https://github.com/WTTJ/welcome-ui/commit/16206f4))
480
-
481
-
482
-
483
- ### [0.22.1](https://github.com/WTTJ/welcome-ui/compare/v0.22.0...v0.22.1) (2019-08-29)
484
-
485
-
486
- ### Bug Fixes
487
-
488
- * option not being created correctly ([d3acc08](https://github.com/WTTJ/welcome-ui/commit/d3acc08)), closes [#310](https://github.com/WTTJ/welcome-ui/issues/310)
489
-
490
-
491
-
492
- ## [0.22.0](https://github.com/WTTJ/welcome-ui/compare/v0.21.0...v0.22.0) (2019-08-29)
493
-
494
-
495
- ### Bug Fixes
496
-
497
- * refactor DateTimePicker ([#305](https://github.com/WTTJ/welcome-ui/issues/305)) ([6f6f100](https://github.com/WTTJ/welcome-ui/commit/6f6f100)), closes [#238](https://github.com/WTTJ/welcome-ui/issues/238)
498
- * theme warning on tag ([768d5f3](https://github.com/WTTJ/welcome-ui/commit/768d5f3))
499
-
500
-
501
- ### Features
502
-
503
- * add Link component ([57bdda2](https://github.com/WTTJ/welcome-ui/commit/57bdda2))
504
-
505
-
506
-
507
- ## [0.21.0](https://github.com/WTTJ/welcome-ui/compare/v0.20.6...v0.21.0) (2019-08-28)
508
-
509
-
510
- ### Bug Fixes
511
-
512
- * function to remove chosen tag ([bb02289](https://github.com/WTTJ/welcome-ui/commit/bb02289))
513
- * pass all props to Text component ([5deb749](https://github.com/WTTJ/welcome-ui/commit/5deb749))
514
- * tweak FileDrop defaults ([6a24b6e](https://github.com/WTTJ/welcome-ui/commit/6a24b6e))
515
-
516
-
517
- ### Features
518
-
519
- * add better file upload preview ([72393b3](https://github.com/WTTJ/welcome-ui/commit/72393b3))
520
- * add missings icons ([69dc4b4](https://github.com/WTTJ/welcome-ui/commit/69dc4b4))
521
-
522
-
523
- ### Tests
524
-
525
- * test react wrap function ([38e497a](https://github.com/WTTJ/welcome-ui/commit/38e497a))
526
-
527
-
528
-
529
- ### [0.20.6](https://github.com/WTTJ/welcome-ui/compare/v0.20.5...v0.20.6) (2019-08-27)
530
-
531
-
532
- ### Bug Fixes
533
-
534
- * pass props to correct element ([685e785](https://github.com/WTTJ/welcome-ui/commit/685e785))
535
- * show errors when dropping invalid file ([7a5cf9f](https://github.com/WTTJ/welcome-ui/commit/7a5cf9f))
536
- * show errors when dropping invalid file ([44d103a](https://github.com/WTTJ/welcome-ui/commit/44d103a))
537
-
538
-
539
-
540
- ### [0.20.5](https://github.com/WTTJ/welcome-ui/compare/v0.20.4...v0.20.5) (2019-08-22)
541
-
542
-
543
-
544
- ### [0.20.4](https://github.com/WTTJ/welcome-ui/compare/v0.20.3...v0.20.4) (2019-08-22)
545
-
546
-
547
- ### Bug Fixes
548
-
549
- * change cursor on disabled field and pass all props to label ([c13a581](https://github.com/WTTJ/welcome-ui/commit/c13a581))
550
-
551
-
552
-
553
- ### [0.20.3](https://github.com/WTTJ/welcome-ui/compare/v0.20.2...v0.20.3) (2019-08-21)
554
-
555
-
556
- ### Bug Fixes
557
-
558
- * add dark variant for tags ([e5b0ce1](https://github.com/WTTJ/welcome-ui/commit/e5b0ce1))
559
- * add styles for month/year dropdowns when open ([811b6bc](https://github.com/WTTJ/welcome-ui/commit/811b6bc))
560
- * add styles for year/month dropdowns in datepicker ([badb1d0](https://github.com/WTTJ/welcome-ui/commit/badb1d0))
561
- * firefox cursor position on contenteditable div's focus ([8a08b96](https://github.com/WTTJ/welcome-ui/commit/8a08b96)), closes [#286](https://github.com/WTTJ/welcome-ui/issues/286)
562
- * padding within labels ([14a69ba](https://github.com/WTTJ/welcome-ui/commit/14a69ba))
563
- * remove red border from required fields in firefox ([5575676](https://github.com/WTTJ/welcome-ui/commit/5575676))
564
-
565
-
566
-
567
- ### [0.20.2](https://github.com/WTTJ/welcome-ui/compare/v0.20.1...v0.20.2) (2019-08-21)
568
-
569
-
570
- ### Bug Fixes
571
-
572
- * infinite loop in field label's `for` attribute ([9909cea](https://github.com/WTTJ/welcome-ui/commit/9909cea)), closes [#280](https://github.com/WTTJ/welcome-ui/issues/280)
573
- * label spacing and wrapping ([979d938](https://github.com/WTTJ/welcome-ui/commit/979d938))
574
-
575
-
576
-
577
- ### [0.20.1](https://github.com/WTTJ/welcome-ui/compare/v0.20.0...v0.20.1) (2019-08-20)
578
-
579
-
580
-
581
- ## [0.20.0](https://github.com/WTTJ/welcome-ui/compare/v0.19.3...v0.20.0) (2019-08-20)
582
-
583
-
584
- ### Features
585
-
586
- * add "traditional" file upload ([6a46c3a](https://github.com/WTTJ/welcome-ui/commit/6a46c3a))
587
-
588
-
589
-
590
- ### [0.19.3](https://github.com/WTTJ/welcome-ui/compare/v0.19.2...v0.19.3) (2019-08-20)
591
-
592
-
593
- ### Bug Fixes
594
-
595
- * select does not return the correct "value" ([#276](https://github.com/WTTJ/welcome-ui/issues/276)) ([8188f30](https://github.com/WTTJ/welcome-ui/commit/8188f30)), closes [#230](https://github.com/WTTJ/welcome-ui/issues/230)
596
-
597
-
598
-
599
- ### [0.19.2](https://github.com/WTTJ/welcome-ui/compare/v0.19.1...v0.19.2) (2019-08-12)
600
-
601
-
602
- ### Bug Fixes
603
-
604
- * checkboxes and radios being updated every two clicks ([#273](https://github.com/WTTJ/welcome-ui/issues/273)) ([16afd5d](https://github.com/WTTJ/welcome-ui/commit/16afd5d)), closes [#203](https://github.com/WTTJ/welcome-ui/issues/203)
605
- * selects keyboard events handling is working now ([4c22665](https://github.com/WTTJ/welcome-ui/commit/4c22665)), closes [#267](https://github.com/WTTJ/welcome-ui/issues/267)
606
-
607
-
608
-
609
- ### [0.19.1](https://github.com/WTTJ/welcome-ui/compare/v0.19.0...v0.19.1) (2019-08-06)
610
-
611
-
612
-
613
- ## [0.19.0](https://github.com/WTTJ/welcome-ui/compare/v0.18.3...v0.19.0) (2019-08-06)
614
-
615
-
616
- ### Features
617
-
618
- * add arrow and allow picto placement on DateTimePicker ([#270](https://github.com/WTTJ/welcome-ui/issues/270)) ([1c87dc7](https://github.com/WTTJ/welcome-ui/commit/1c87dc7))
619
-
620
-
621
-
622
- ### [0.18.3](https://github.com/WTTJ/welcome-ui/compare/v0.18.2...v0.18.3) (2019-08-05)
623
-
624
-
625
- ### Bug Fixes
626
-
627
- * select isValueExisting buggy function ([b5d422a](https://github.com/WTTJ/welcome-ui/commit/b5d422a))
628
- * width='100%' prop on datetimepicker was not working ([18d5845](https://github.com/WTTJ/welcome-ui/commit/18d5845))
629
-
630
-
631
-
632
- ### [0.18.2](https://github.com/WTTJ/welcome-ui/compare/v0.18.1...v0.18.2) (2019-08-02)
633
-
634
-
635
- ### Bug Fixes
636
-
637
- * add label onClick to focus on related component ([#266](https://github.com/WTTJ/welcome-ui/issues/266)) ([0e19b56](https://github.com/WTTJ/welcome-ui/commit/0e19b56)), closes [#241](https://github.com/WTTJ/welcome-ui/issues/241)
638
- * correctly spread system props in all form components ([#265](https://github.com/WTTJ/welcome-ui/issues/265)) ([14fc927](https://github.com/WTTJ/welcome-ui/commit/14fc927))
639
-
640
-
641
-
642
- ### [0.18.1](https://github.com/WTTJ/welcome-ui/compare/v0.18.0...v0.18.1) (2019-07-30)
643
-
644
-
645
- ### Bug Fixes
646
-
647
- * datePicker is not resetable ([#259](https://github.com/WTTJ/welcome-ui/issues/259)) ([e39c23c](https://github.com/WTTJ/welcome-ui/commit/e39c23c)), closes [#228](https://github.com/WTTJ/welcome-ui/issues/228)
648
- * pass (preview) value to FileUpload ([#260](https://github.com/WTTJ/welcome-ui/issues/260)) ([572b1e4](https://github.com/WTTJ/welcome-ui/commit/572b1e4))
649
-
650
-
651
-
652
- ## [0.18.0](https://github.com/WTTJ/welcome-ui/compare/v0.17.6...v0.18.0) (2019-07-25)
653
-
654
-
655
- ### Features
656
-
657
- * add breakpoints on theme ([7139755](https://github.com/WTTJ/welcome-ui/commit/7139755))
658
-
659
-
660
-
661
- ### [0.17.6](https://github.com/WTTJ/welcome-ui/compare/v0.17.4...v0.17.6) (2019-07-25)
662
-
663
-
664
- ### Bug Fixes
665
-
666
- * include submitError in error from ConnectedField ([65fae84](https://github.com/WTTJ/welcome-ui/commit/65fae84))
667
- * remove duplicate label ([3808e25](https://github.com/WTTJ/welcome-ui/commit/3808e25))
668
-
669
-
670
-
671
- ### [0.17.5](https://github.com/WTTJ/welcome-ui/compare/v0.17.4...v0.17.5) (2019-07-25)
672
-
673
-
674
- ### Bug Fixes
675
-
676
- * include submitError in error from ConnectedField ([65fae84](https://github.com/WTTJ/welcome-ui/commit/65fae84))
677
- * remove duplicate label ([3808e25](https://github.com/WTTJ/welcome-ui/commit/3808e25))
678
-
679
-
680
-
681
- ### [0.17.4](https://github.com/WTTJ/welcome-ui/compare/v0.17.3...v0.17.4) (2019-07-25)
682
-
683
-
684
- ### Bug Fixes
685
-
686
- * add correct value on htmlFor ([35cb574](https://github.com/WTTJ/welcome-ui/commit/35cb574))
687
- * show datepicker popper in portal ([#248](https://github.com/WTTJ/welcome-ui/issues/248)) ([41107f0](https://github.com/WTTJ/welcome-ui/commit/41107f0))
688
- * theme selection's min width now based on largest option's label ([#250](https://github.com/WTTJ/welcome-ui/issues/250)) ([c848fb0](https://github.com/WTTJ/welcome-ui/commit/c848fb0))
689
- * update options in state from parent ([505d3f2](https://github.com/WTTJ/welcome-ui/commit/505d3f2))
690
-
691
-
692
-
693
- ### [0.17.3](https://github.com/WTTJ/welcome-ui/compare/v0.17.1...v0.17.3) (2019-07-24)
694
-
695
-
696
- ### Bug Fixes
697
-
698
- * allowed checkbox without label ([#245](https://github.com/WTTJ/welcome-ui/issues/245)) ([fac96ef](https://github.com/WTTJ/welcome-ui/commit/fac96ef))
699
- * pass options from field to select ([05f9c6f](https://github.com/WTTJ/welcome-ui/commit/05f9c6f))
700
- * z-index on select ([3cfb2fd](https://github.com/WTTJ/welcome-ui/commit/3cfb2fd))
701
-
702
-
703
-
704
- ### [0.17.2](https://github.com/WTTJ/welcome-ui/compare/v0.17.1...v0.17.2) (2019-07-24)
705
-
706
-
707
-
708
- ### [0.17.1](https://github.com/WTTJ/welcome-ui/compare/v0.17.0...v0.17.1) (2019-07-24)
709
-
710
-
711
- ### Bug Fixes
712
-
713
- * button line height ([#237](https://github.com/WTTJ/welcome-ui/issues/237)) ([5ae30a0](https://github.com/WTTJ/welcome-ui/commit/5ae30a0))
714
- * prevent system props from being sent to children ([#226](https://github.com/WTTJ/welcome-ui/issues/226)) ([aabb848](https://github.com/WTTJ/welcome-ui/commit/aabb848))
715
-
716
-
717
-
718
- ## [0.17.0](https://github.com/WTTJ/welcome-ui/compare/v0.16.1...v0.17.0) (2019-07-23)
719
-
720
-
721
- ### Bug Fixes
722
-
723
- * allow icon to be added to DatePicker ([#225](https://github.com/WTTJ/welcome-ui/issues/225)) ([f413901](https://github.com/WTTJ/welcome-ui/commit/f413901)), closes [#221](https://github.com/WTTJ/welcome-ui/issues/221)
724
- * pass all props to field ([dc5c413](https://github.com/WTTJ/welcome-ui/commit/dc5c413))
725
-
726
-
727
- ### Features
728
-
729
- * add `renderItem` prop to allow formatting of options ([#222](https://github.com/WTTJ/welcome-ui/issues/222)) ([c4106d9](https://github.com/WTTJ/welcome-ui/commit/c4106d9))
730
- * add xl size to buttons ([af808e9](https://github.com/WTTJ/welcome-ui/commit/af808e9))
731
- * allow icon to be added to InputText ([cb11a68](https://github.com/WTTJ/welcome-ui/commit/cb11a68))
732
-
733
-
734
-
735
- ### [0.16.1](https://github.com/WTTJ/welcome-ui/compare/v0.16.0...v0.16.1) (2019-07-18)
736
-
737
-
738
- ### Bug Fixes
739
-
740
- * don't call boxSizingReset if useReset is true ([#218](https://github.com/WTTJ/welcome-ui/issues/218)) ([e467da5](https://github.com/WTTJ/welcome-ui/commit/e467da5))
741
-
742
-
743
-
744
- ## [0.16.0](https://github.com/WTTJ/welcome-ui/compare/v0.15.4...v0.16.0) (2019-07-18)
745
-
746
-
747
- ### Bug Fixes
748
-
749
- * css datepicker client only ([#217](https://github.com/WTTJ/welcome-ui/issues/217)) ([5ac015f](https://github.com/WTTJ/welcome-ui/commit/5ac015f))
750
-
751
-
752
- ### Features
753
-
754
- * don't show delete icon if select is required ([ff1c8c2](https://github.com/WTTJ/welcome-ui/commit/ff1c8c2))
755
-
756
-
757
-
758
- ### [0.15.4](https://github.com/WTTJ/welcome-ui/compare/v0.15.3...v0.15.4) (2019-07-17)
759
-
760
-
761
- ### Bug Fixes
762
-
763
- * add correct colors on welcome theme ([be3b0b8](https://github.com/WTTJ/welcome-ui/commit/be3b0b8))
764
- * add missing color on core theme ([0d67206](https://github.com/WTTJ/welcome-ui/commit/0d67206))
765
- * broken styles of select indicators when using `size` prop on Select ([3725bb0](https://github.com/WTTJ/welcome-ui/commit/3725bb0))
766
- * change primary color on core theme ([753ae27](https://github.com/WTTJ/welcome-ui/commit/753ae27))
767
- * change welcome theme color ([d94e6c0](https://github.com/WTTJ/welcome-ui/commit/d94e6c0))
768
- * remove bow-shadow on pagination ([59dbc6a](https://github.com/WTTJ/welcome-ui/commit/59dbc6a))
769
- * style on fielUpload ([a0b6bc5](https://github.com/WTTJ/welcome-ui/commit/a0b6bc5))
770
- * theme switching is now working and defaults to 'core' when cleared ([578d76c](https://github.com/WTTJ/welcome-ui/commit/578d76c))
771
-
772
-
773
-
774
- ### [0.15.3](https://github.com/WTTJ/welcome-ui/compare/v0.15.2...v0.15.3) (2019-07-17)
775
-
776
-
777
- ### Bug Fixes
778
-
779
- * add forwardRef to all input components ([#204](https://github.com/WTTJ/welcome-ui/issues/204)) ([6f93cd8](https://github.com/WTTJ/welcome-ui/commit/6f93cd8))
780
- * broken styles on checkable fields ([#199](https://github.com/WTTJ/welcome-ui/issues/199)) ([d4db531](https://github.com/WTTJ/welcome-ui/commit/d4db531))
781
- * delete warnings on unwanted props from final-form ([#205](https://github.com/WTTJ/welcome-ui/issues/205)) ([5853821](https://github.com/WTTJ/welcome-ui/commit/5853821)), closes [#202](https://github.com/WTTJ/welcome-ui/issues/202)
782
- * make Select a controlled component ([#210](https://github.com/WTTJ/welcome-ui/issues/210)) ([330c5f7](https://github.com/WTTJ/welcome-ui/commit/330c5f7))
783
- * merge on theming ([#207](https://github.com/WTTJ/welcome-ui/issues/207)) ([a9583b5](https://github.com/WTTJ/welcome-ui/commit/a9583b5))
784
- * warnings on propTypes ([9d6ae5e](https://github.com/WTTJ/welcome-ui/commit/9d6ae5e))
785
-
786
-
787
-
788
- ### [0.15.2](https://github.com/WTTJ/welcome-ui/compare/v0.15.1...v0.15.2) (2019-07-15)
789
-
790
-
791
- ### Bug Fixes
792
-
793
- * add default hint color ([#197](https://github.com/WTTJ/welcome-ui/issues/197)) ([766ebee](https://github.com/WTTJ/welcome-ui/commit/766ebee))
794
- * Use reakit for checkbox, toggles and radio buttons ([#196](https://github.com/WTTJ/welcome-ui/issues/196)) ([e5d3802](https://github.com/WTTJ/welcome-ui/commit/e5d3802))
795
-
796
-
797
-
798
- ### [0.15.1](https://github.com/WTTJ/welcome-ui/compare/v0.15.0...v0.15.1) (2019-07-11)
799
-
800
-
801
- ### Bug Fixes
802
-
803
- * use tooltip.visible instead of tooltip.hidden ([#194](https://github.com/WTTJ/welcome-ui/issues/194)) ([f52555e](https://github.com/WTTJ/welcome-ui/commit/f52555e))
804
-
805
-
806
-
807
- ## [0.15.0](https://github.com/WTTJ/welcome-ui/compare/v0.14.3...v0.15.0) (2019-07-11)
808
-
809
-
810
- ### Bug Fixes
811
-
812
- * add Delay component to delay tooltip's display ([#189](https://github.com/WTTJ/welcome-ui/issues/189)) ([547b7fb](https://github.com/WTTJ/welcome-ui/commit/547b7fb)), closes [#185](https://github.com/WTTJ/welcome-ui/issues/185)
813
- * don't use onClickOutside prop from datePicker ([#183](https://github.com/WTTJ/welcome-ui/issues/183)) ([96e0615](https://github.com/WTTJ/welcome-ui/commit/96e0615)), closes [#155](https://github.com/WTTJ/welcome-ui/issues/155)
814
- * make placeholder required for select ([#181](https://github.com/WTTJ/welcome-ui/issues/181)) ([31d764c](https://github.com/WTTJ/welcome-ui/commit/31d764c))
815
- * remove flatMap from fonts which causes errors ([#192](https://github.com/WTTJ/welcome-ui/issues/192)) ([e0637c2](https://github.com/WTTJ/welcome-ui/commit/e0637c2)), closes [#182](https://github.com/WTTJ/welcome-ui/issues/182)
816
- * remove react-final-form dependency ([#193](https://github.com/WTTJ/welcome-ui/issues/193)) ([7c2f72e](https://github.com/WTTJ/welcome-ui/commit/7c2f72e))
817
- * ugly vertical scroll on tabs ([#187](https://github.com/WTTJ/welcome-ui/issues/187)) ([04ee921](https://github.com/WTTJ/welcome-ui/commit/04ee921)), closes [#186](https://github.com/WTTJ/welcome-ui/issues/186)
818
-
819
-
820
- ### Features
821
-
822
- * allow tooltip to follow the cursor or not ([#190](https://github.com/WTTJ/welcome-ui/issues/190)) ([6217eb3](https://github.com/WTTJ/welcome-ui/commit/6217eb3))
823
-
824
-
825
-
826
- ### [0.14.3](https://github.com/WTTJ/welcome-ui/compare/v0.14.2...v0.14.3) (2019-07-10)
827
-
828
-
829
- ### Bug Fixes
830
-
831
- * **tabs:** fix tab overflow ([#176](https://github.com/WTTJ/welcome-ui/issues/176)) ([f3793a3](https://github.com/WTTJ/welcome-ui/commit/f3793a3))
832
-
833
-
834
-
835
- ### [0.14.2](https://github.com/WTTJ/welcome-ui/compare/v0.14.1...v0.14.2) (2019-07-09)
836
-
837
-
838
- ### Bug Fixes
839
-
840
- * export FilePreviewImage ([#168](https://github.com/WTTJ/welcome-ui/issues/168)) ([2eabf1f](https://github.com/WTTJ/welcome-ui/commit/2eabf1f))
841
- * replace window check for ssr ([#175](https://github.com/WTTJ/welcome-ui/issues/175)) ([a6d9f76](https://github.com/WTTJ/welcome-ui/commit/a6d9f76))
842
- * simplify icons in Select ([#169](https://github.com/WTTJ/welcome-ui/issues/169)) ([fe434b1](https://github.com/WTTJ/welcome-ui/commit/fe434b1))
843
-
844
-
845
-
846
- ### [0.14.1](https://github.com/WTTJ/welcome-ui/compare/v0.14.0...v0.14.1) (2019-07-05)
847
-
848
-
849
- ### Bug Fixes
850
-
851
- * rewrite tooltip using reakit's tooltip ([#166](https://github.com/WTTJ/welcome-ui/issues/166)) ([a3c6069](https://github.com/WTTJ/welcome-ui/commit/a3c6069)), closes [#157](https://github.com/WTTJ/welcome-ui/issues/157)
852
- * styles on tags now stick to the mockups ([#165](https://github.com/WTTJ/welcome-ui/issues/165)) ([155478f](https://github.com/WTTJ/welcome-ui/commit/155478f))
853
-
854
-
855
-
856
- ## [0.14.0](https://github.com/WTTJ/welcome-ui/compare/v0.13.0...v0.14.0) (2019-07-04)
857
-
858
-
859
- ### Bug Fixes
860
-
861
- * adds default size (lg) on InputText component ([#154](https://github.com/WTTJ/welcome-ui/issues/154)) ([9d06df9](https://github.com/WTTJ/welcome-ui/commit/9d06df9))
862
- * forward ref on button ([#163](https://github.com/WTTJ/welcome-ui/issues/163)) ([ba15da3](https://github.com/WTTJ/welcome-ui/commit/ba15da3)), closes [#153](https://github.com/WTTJ/welcome-ui/issues/153)
863
- * use rem instead of px for icons ([#160](https://github.com/WTTJ/welcome-ui/issues/160)) ([c826451](https://github.com/WTTJ/welcome-ui/commit/c826451)), closes [#159](https://github.com/WTTJ/welcome-ui/issues/159)
864
-
865
-
866
- ### Features
867
-
868
- * input with tags ([#149](https://github.com/WTTJ/welcome-ui/issues/149)) ([36aecc6](https://github.com/WTTJ/welcome-ui/commit/36aecc6)), closes [#74](https://github.com/WTTJ/welcome-ui/issues/74) [#156](https://github.com/WTTJ/welcome-ui/issues/156)
869
-
870
-
871
- ### refactor
872
-
873
- * refactor tabs ([#161](https://github.com/WTTJ/welcome-ui/issues/161)) ([cd4ad6e](https://github.com/WTTJ/welcome-ui/commit/cd4ad6e)), closes [#158](https://github.com/WTTJ/welcome-ui/issues/158)
874
-
875
-
876
- ### BREAKING CHANGES
877
-
878
- * Tabs now stick to reakit API
879
-
880
-
881
-
882
- ## [0.13.0](https://github.com/WTTJ/welcome-ui/compare/v0.12.0...v0.13.0) (2019-07-03)
883
-
884
-
885
- ### Bug Fixes
886
-
887
- * styles on radioTabs and selects after merge of pr [#147](https://github.com/WTTJ/welcome-ui/issues/147) ([#150](https://github.com/WTTJ/welcome-ui/issues/150)) ([0a3fba0](https://github.com/WTTJ/welcome-ui/commit/0a3fba0))
888
- * add missing menu icon ([#148](https://github.com/WTTJ/welcome-ui/issues/148)) ([b05ebb8](https://github.com/WTTJ/welcome-ui/commit/b05ebb8)), closes [#142](https://github.com/WTTJ/welcome-ui/issues/142)
889
- * allow null values for datetimepicker ([#140](https://github.com/WTTJ/welcome-ui/issues/140)) ([8e8ab56](https://github.com/WTTJ/welcome-ui/commit/8e8ab56))
890
- * lineheight problem on fields ([#152](https://github.com/WTTJ/welcome-ui/issues/152)) ([34a7ff3](https://github.com/WTTJ/welcome-ui/commit/34a7ff3))
891
- * shape prop set to square was buggy ([#151](https://github.com/WTTJ/welcome-ui/issues/151)) ([1b2d64c](https://github.com/WTTJ/welcome-ui/commit/1b2d64c))
892
- * use correct ref to fix FileUpload ([#138](https://github.com/WTTJ/welcome-ui/issues/138)) ([1ac7895](https://github.com/WTTJ/welcome-ui/commit/1ac7895))
893
-
894
-
895
- ### Features
896
-
897
- * accessible & controlled pagination ([376ddd8](https://github.com/WTTJ/welcome-ui/commit/376ddd8))
898
- * add size prop to give sizes to field components ([#147](https://github.com/WTTJ/welcome-ui/issues/147)) ([067ac6d](https://github.com/WTTJ/welcome-ui/commit/067ac6d))
899
- * remove activeBar on tabs when had only one item ([#133](https://github.com/WTTJ/welcome-ui/issues/133)) ([dd1e0d8](https://github.com/WTTJ/welcome-ui/commit/dd1e0d8))
900
- * replace Select with new one built on Downshift ([#146](https://github.com/WTTJ/welcome-ui/issues/146)) ([7d3e0c7](https://github.com/WTTJ/welcome-ui/commit/7d3e0c7))
901
-
902
-
903
-
904
- ## [0.12.0](https://github.com/WTTJ/welcome-ui/compare/v0.11.0...v0.12.0) (2019-06-27)
905
-
906
-
907
- ### Features
908
-
909
- * use reakit on buttons ([#135](https://github.com/WTTJ/welcome-ui/issues/135)) ([3f11e39](https://github.com/WTTJ/welcome-ui/commit/3f11e39))
910
-
911
-
912
- ### refactor
913
-
914
- * don't play with font-size ([0cd4022](https://github.com/WTTJ/welcome-ui/commit/0cd4022))
915
-
916
-
917
- ### BREAKING CHANGES
918
-
919
- * `rounded` (boolean) prop does not exist and is now replaced by `shape="circle"`.
920
- It affects every `Tag`, `Shape` and `Button` components.
921
- Also fix warnings by filtering props to prevent them of being sent to the dom element
922
-
923
- Signed-off-by: Paul-Xavier Ceccaldi <pix@wttj.co>
924
- * - base font size is now the one defined in browser and no longer fixed by welcome-ui
925
- - expose `GlobalStyle` instead of `getBaseStyles`
926
- - use normalize instead of reset, cleaner approach
927
-
928
-
929
-
930
- ## [0.11.0](https://github.com/WTTJ/welcome-ui/compare/v0.10.0...v0.11.0) (2019-06-25)
931
-
932
-
933
- ### Bug Fixes
934
-
935
- * style on ios safari ([5346029](https://github.com/WTTJ/welcome-ui/commit/5346029))
936
-
937
-
938
- ### Features
939
-
940
- * add Reakit to Tabs component ([1543c07](https://github.com/WTTJ/welcome-ui/commit/1543c07))
941
-
942
-
943
-
944
- ## [0.10.0](https://github.com/WTTJ/welcome-ui/compare/v0.9.3...v0.10.0) (2019-06-24)
945
-
946
-
947
- ### Features
948
-
949
- * add markdown editor ([#124](https://github.com/WTTJ/welcome-ui/issues/124)) ([5787e21](https://github.com/WTTJ/welcome-ui/commit/5787e21))
950
- * add markdown icons ([#128](https://github.com/WTTJ/welcome-ui/issues/128)) ([fe896c2](https://github.com/WTTJ/welcome-ui/commit/fe896c2))
951
-
952
-
953
-
954
- ### [0.9.3](https://github.com/WTTJ/welcome-ui/compare/v0.9.2...v0.9.3) (2019-06-20)
955
-
956
-
957
-
958
- ### [0.9.2](https://github.com/WTTJ/welcome-ui/compare/v0.9.1...v0.9.2) (2019-06-20)
959
-
960
-
961
- ### Bug Fixes
962
-
963
- * add reset style when baseStyle is not called ([#121](https://github.com/WTTJ/welcome-ui/issues/121)) ([b512674](https://github.com/WTTJ/welcome-ui/commit/b512674)), closes [#117](https://github.com/WTTJ/welcome-ui/issues/117)
964
- * tab component styles broken ([b9fdd81](https://github.com/WTTJ/welcome-ui/commit/b9fdd81)), closes [#111](https://github.com/WTTJ/welcome-ui/issues/111)
965
-
966
-
967
-
968
- ### [0.9.1](https://github.com/WTTJ/welcome-ui/compare/v0.9.0...v0.9.1) (2019-06-19)
969
-
970
-
971
- ### Bug Fixes
972
-
973
- * add missing copy icon ([73144d3](https://github.com/WTTJ/welcome-ui/commit/73144d3))
974
-
975
-
976
-
977
- ## [0.9.0](https://github.com/WTTJ/welcome-ui/compare/v0.8.5...v0.9.0) (2019-06-19)
978
-
979
-
980
- ### Features
981
-
982
- * add Shape component ([3d00ffd](https://github.com/WTTJ/welcome-ui/commit/3d00ffd))
983
-
984
-
985
-
986
- ### [0.8.5](https://github.com/WTTJ/welcome-ui/compare/v0.8.3...v0.8.5) (2019-06-18)
987
-
988
-
989
-
990
- ### [0.8.4](https://github.com/WTTJ/welcome-ui/compare/v0.8.3...v0.8.4) (2019-06-18)
991
-
992
-
993
-
994
- ### [0.8.3](https://github.com/WTTJ/welcome-ui/compare/v0.8.1...v0.8.3) (2019-06-18)
995
-
996
-
997
- ### Bug Fixes
998
-
999
- * margin-bottom on Field components ([688b140](https://github.com/WTTJ/welcome-ui/commit/688b140)), closes [#92](https://github.com/WTTJ/welcome-ui/issues/92)
1000
-
1001
-
1002
- ### Tests
1003
-
1004
- * add tests on Growl and GrowTitle ([c6c8981](https://github.com/WTTJ/welcome-ui/commit/c6c8981))
1005
- * Tag ([c123a57](https://github.com/WTTJ/welcome-ui/commit/c123a57))
1006
- * Text ([fef8f08](https://github.com/WTTJ/welcome-ui/commit/fef8f08))
1007
- * Toggle ([0e3148b](https://github.com/WTTJ/welcome-ui/commit/0e3148b))
1008
-
1009
-
1010
-
1011
- ### [0.8.2](https://github.com/WTTJ/welcome-ui/compare/v0.8.1...v0.8.2) (2019-06-18)
1012
-
1013
-
1014
- ### Bug Fixes
1015
-
1016
- * margin-bottom on Field components ([688b140](https://github.com/WTTJ/welcome-ui/commit/688b140)), closes [#92](https://github.com/WTTJ/welcome-ui/issues/92)
1017
-
1018
-
1019
- ### Tests
1020
-
1021
- * add tests on Growl and GrowTitle ([c6c8981](https://github.com/WTTJ/welcome-ui/commit/c6c8981))
1022
- * Tag ([c123a57](https://github.com/WTTJ/welcome-ui/commit/c123a57))
1023
- * Text ([fef8f08](https://github.com/WTTJ/welcome-ui/commit/fef8f08))
1024
- * Toggle ([0e3148b](https://github.com/WTTJ/welcome-ui/commit/0e3148b))
1025
-
1026
-
1027
-
1028
- ### [0.8.1](https://github.com/WTTJ/welcome-ui/compare/v0.8.0...v0.8.1) (2019-06-17)
1029
-
1030
-
1031
- ### Bug Fixes
1032
-
1033
- * wrong exported component ([fb419b0](https://github.com/WTTJ/welcome-ui/commit/fb419b0))
1034
-
1035
-
1036
-
1037
- ## [0.8.0](https://github.com/WTTJ/welcome-ui/compare/v0.7.0...v0.8.0) (2019-06-17)
1038
-
1039
-
1040
- ### Bug Fixes
1041
-
1042
- * add missing onKeyDown on inputs ([e19226e](https://github.com/WTTJ/welcome-ui/commit/e19226e))
1043
-
1044
-
1045
- ### Features
1046
-
1047
- * add missing date icon ([7279b4f](https://github.com/WTTJ/welcome-ui/commit/7279b4f))
1048
-
1049
-
1050
- ### Tests
1051
-
1052
- * add tests on Label ([07366f9](https://github.com/WTTJ/welcome-ui/commit/07366f9))
1053
-
1054
-
1055
-
1056
- ## [0.7.0](https://github.com/WTTJ/welcome-ui/compare/v0.6.4...v0.7.0) (2019-06-17)
1057
-
1058
-
1059
- ### Features
1060
-
1061
- * add tiny button ([#90](https://github.com/WTTJ/welcome-ui/issues/90)) ([358566d](https://github.com/WTTJ/welcome-ui/commit/358566d))
1062
-
1063
-
1064
-
1065
- ### [0.6.4](https://github.com/WTTJ/welcome-ui/compare/v0.6.3...v0.6.4) (2019-06-17)
1066
-
1067
-
1068
- ### Bug Fixes
1069
-
1070
- * rebase package json ([86e6dac](https://github.com/WTTJ/welcome-ui/commit/86e6dac))
1071
-
1072
-
1073
-
1074
- ### [0.6.3](https://github.com/WTTJ/welcome-ui/compare/v0.6.2...v0.6.3) (2019-06-17)
1075
-
1076
-
1077
- ### Bug Fixes
1078
-
1079
- * add search type for input ([#82](https://github.com/WTTJ/welcome-ui/issues/82)) ([c45d14f](https://github.com/WTTJ/welcome-ui/commit/c45d14f))
1080
- * forward onKeyDown on Field ([b4c2c33](https://github.com/WTTJ/welcome-ui/commit/b4c2c33))
1081
-
1082
-
1083
- ### Tests
1084
-
1085
- * add tests on Badge ([#83](https://github.com/WTTJ/welcome-ui/issues/83)) ([38db99a](https://github.com/WTTJ/welcome-ui/commit/38db99a))
1086
- * add tests on Box ([#84](https://github.com/WTTJ/welcome-ui/issues/84)) ([db04ce2](https://github.com/WTTJ/welcome-ui/commit/db04ce2))
1087
- * add tests on Hint ([056fd07](https://github.com/WTTJ/welcome-ui/commit/056fd07))