@bitrise/bitkit 9.3.0-alpha.3 → 9.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (934) hide show
  1. package/.browserslistrc +1 -0
  2. package/.eslint-tsconfig.json +7 -0
  3. package/.eslintrc.js +20 -0
  4. package/CHANGELOG.md +5 -16
  5. package/bitrise.yml +4 -0
  6. package/jest.setup.js +7 -2
  7. package/lib/cjs/AddonBeam/AddonBeam.css +3 -6
  8. package/lib/cjs/AddonBeam/AddonBeam.d.ts.map +1 -1
  9. package/lib/cjs/AddonBeam/AddonBeam.js +3 -2
  10. package/lib/cjs/AddonBeam/AddonBeam.js.map +1 -1
  11. package/lib/cjs/AddonBeam/AddonBeamLink.d.ts +1 -0
  12. package/lib/cjs/AddonBeam/AddonBeamLink.d.ts.map +1 -1
  13. package/lib/cjs/AddonBeam/AddonBeamLink.js.map +1 -1
  14. package/lib/cjs/AddonFooter/AddonFooter.js.map +1 -1
  15. package/lib/cjs/AppLayout/AppLayout.css +2 -5
  16. package/lib/cjs/AppLayout/AppLayout.d.ts.map +1 -1
  17. package/lib/cjs/AppLayout/AppLayout.js +1 -1
  18. package/lib/cjs/AppLayout/AppLayout.js.map +1 -1
  19. package/lib/cjs/AppLayout/AppLayoutBody.d.ts +1 -2
  20. package/lib/cjs/AppLayout/AppLayoutBody.d.ts.map +1 -1
  21. package/lib/cjs/AppLayout/AppLayoutBody.js +1 -1
  22. package/lib/cjs/AppLayout/AppLayoutBody.js.map +1 -1
  23. package/lib/cjs/AppLayout/AppLayoutHeader.d.ts +1 -2
  24. package/lib/cjs/AppLayout/AppLayoutHeader.d.ts.map +1 -1
  25. package/lib/cjs/AppLayout/AppLayoutHeader.js +1 -1
  26. package/lib/cjs/AppLayout/AppLayoutHeader.js.map +1 -1
  27. package/lib/cjs/AppLayout/AppLayoutMain.d.ts +1 -2
  28. package/lib/cjs/AppLayout/AppLayoutMain.d.ts.map +1 -1
  29. package/lib/cjs/AppLayout/AppLayoutMain.js +1 -1
  30. package/lib/cjs/AppLayout/AppLayoutMain.js.map +1 -1
  31. package/lib/cjs/AppLayout/AppLayoutSidebar.d.ts +1 -2
  32. package/lib/cjs/AppLayout/AppLayoutSidebar.d.ts.map +1 -1
  33. package/lib/cjs/AppLayout/AppLayoutSidebar.js +1 -1
  34. package/lib/cjs/AppLayout/AppLayoutSidebar.js.map +1 -1
  35. package/lib/cjs/Appear/Appear.css +13 -29
  36. package/lib/cjs/Appear/Appear.d.ts.map +1 -1
  37. package/lib/cjs/Appear/Appear.js +3 -3
  38. package/lib/cjs/Appear/Appear.js.map +1 -1
  39. package/lib/cjs/Avatar/Avatar.d.ts.map +1 -1
  40. package/lib/cjs/Avatar/Avatar.js.map +1 -1
  41. package/lib/cjs/Badge/Badge.d.ts.map +1 -1
  42. package/lib/cjs/Badge/Badge.js +1 -1
  43. package/lib/cjs/Badge/Badge.js.map +1 -1
  44. package/lib/cjs/Base/Base.css +207 -208
  45. package/lib/cjs/Base/Base.d.ts.map +1 -1
  46. package/lib/cjs/Base/Base.js +2 -2
  47. package/lib/cjs/Base/Base.js.map +1 -1
  48. package/lib/cjs/Bounds/Bounds.js.map +1 -1
  49. package/lib/cjs/Button/Button.css +32 -45
  50. package/lib/cjs/Button/Button.d.ts.map +1 -1
  51. package/lib/cjs/Button/Button.js.map +1 -1
  52. package/lib/cjs/Button/Button.test.js.map +1 -1
  53. package/lib/cjs/Button/Buttons.d.ts +1 -0
  54. package/lib/cjs/Button/Buttons.d.ts.map +1 -1
  55. package/lib/cjs/Button/Buttons.js.map +1 -1
  56. package/lib/cjs/Button/Buttons.test.js.map +1 -1
  57. package/lib/cjs/Button/ColorButton.css +26 -29
  58. package/lib/cjs/Button/ColorButton.d.ts.map +1 -1
  59. package/lib/cjs/Button/ColorButton.js +1 -1
  60. package/lib/cjs/Button/ColorButton.js.map +1 -1
  61. package/lib/cjs/Button/ColorButton.test.js.map +1 -1
  62. package/lib/cjs/ButtonWithDropdown/ButtonWithDropdown.d.ts.map +1 -1
  63. package/lib/cjs/ButtonWithDropdown/ButtonWithDropdown.js.map +1 -1
  64. package/lib/cjs/Card/Card.css +3 -3
  65. package/lib/cjs/Card/Card.d.ts.map +1 -1
  66. package/lib/cjs/Card/Card.js.map +1 -1
  67. package/lib/cjs/Card/CardButton.d.ts +1 -2
  68. package/lib/cjs/Card/CardButton.d.ts.map +1 -1
  69. package/lib/cjs/Card/CardButton.js +1 -1
  70. package/lib/cjs/Card/CardButton.js.map +1 -1
  71. package/lib/cjs/Card/CardContent.d.ts +1 -2
  72. package/lib/cjs/Card/CardContent.d.ts.map +1 -1
  73. package/lib/cjs/Card/CardContent.js +1 -1
  74. package/lib/cjs/Card/CardContent.js.map +1 -1
  75. package/lib/cjs/Card/CardDivider.d.ts +1 -2
  76. package/lib/cjs/Card/CardDivider.d.ts.map +1 -1
  77. package/lib/cjs/Card/CardDivider.js +1 -1
  78. package/lib/cjs/Card/CardDivider.js.map +1 -1
  79. package/lib/cjs/Checkbox/Checkbox.css +11 -18
  80. package/lib/cjs/Checkbox/Checkbox.d.ts +1 -2
  81. package/lib/cjs/Checkbox/Checkbox.d.ts.map +1 -1
  82. package/lib/cjs/Checkbox/Checkbox.js.map +1 -1
  83. package/lib/cjs/DatePicker/DatePicker.css +14 -25
  84. package/lib/cjs/DatePicker/DatePicker.d.ts.map +1 -1
  85. package/lib/cjs/DatePicker/DatePicker.js +2 -1
  86. package/lib/cjs/DatePicker/DatePicker.js.map +1 -1
  87. package/lib/cjs/DatePicker/DatePickerDay.d.ts.map +1 -1
  88. package/lib/cjs/DatePicker/DatePickerDay.js +8 -3
  89. package/lib/cjs/DatePicker/DatePickerDay.js.map +1 -1
  90. package/lib/cjs/DatePicker/DatePickerGrid.d.ts +1 -2
  91. package/lib/cjs/DatePicker/DatePickerGrid.d.ts.map +1 -1
  92. package/lib/cjs/DatePicker/DatePickerGrid.js +1 -1
  93. package/lib/cjs/DatePicker/DatePickerGrid.js.map +1 -1
  94. package/lib/cjs/DatePicker/DatePickerMonth.d.ts.map +1 -1
  95. package/lib/cjs/DatePicker/DatePickerMonth.js +5 -3
  96. package/lib/cjs/DatePicker/DatePickerMonth.js.map +1 -1
  97. package/lib/cjs/Divider/Divider.css +1 -2
  98. package/lib/cjs/Divider/Divider.d.ts.map +1 -1
  99. package/lib/cjs/Divider/Divider.js +1 -1
  100. package/lib/cjs/Divider/Divider.js.map +1 -1
  101. package/lib/cjs/Dot/Dot.d.ts.map +1 -1
  102. package/lib/cjs/Dot/Dot.js +1 -1
  103. package/lib/cjs/Dot/Dot.js.map +1 -1
  104. package/lib/cjs/Dropdown/Dropdown.d.ts.map +1 -1
  105. package/lib/cjs/Dropdown/Dropdown.js +10 -8
  106. package/lib/cjs/Dropdown/Dropdown.js.map +1 -1
  107. package/lib/cjs/Dropdown/DropdownButton.d.ts +1 -2
  108. package/lib/cjs/Dropdown/DropdownButton.d.ts.map +1 -1
  109. package/lib/cjs/Dropdown/DropdownButton.js.map +1 -1
  110. package/lib/cjs/Dropdown/DropdownMenu.css +8 -17
  111. package/lib/cjs/Dropdown/DropdownMenu.d.ts.map +1 -1
  112. package/lib/cjs/Dropdown/DropdownMenu.js.map +1 -1
  113. package/lib/cjs/Dropdown/DropdownMenuItem.d.ts.map +1 -1
  114. package/lib/cjs/Dropdown/DropdownMenuItem.js +3 -3
  115. package/lib/cjs/Dropdown/DropdownMenuItem.js.map +1 -1
  116. package/lib/cjs/Dropdown/DropdownMenuItemGroup.d.ts.map +1 -1
  117. package/lib/cjs/Dropdown/DropdownMenuItemGroup.js.map +1 -1
  118. package/lib/cjs/Dropdown/DropdownMenus.d.ts +1 -2
  119. package/lib/cjs/Dropdown/DropdownMenus.d.ts.map +1 -1
  120. package/lib/cjs/Dropdown/DropdownMenus.js +1 -1
  121. package/lib/cjs/Dropdown/DropdownMenus.js.map +1 -1
  122. package/lib/cjs/Expand/Expand.css +2 -7
  123. package/lib/cjs/Expand/Expand.d.ts.map +1 -1
  124. package/lib/cjs/Expand/Expand.js +3 -3
  125. package/lib/cjs/Expand/Expand.js.map +1 -1
  126. package/lib/cjs/Expand/Expand.test.js.map +1 -1
  127. package/lib/cjs/ExternalLink/ExternalLink.d.ts +1 -2
  128. package/lib/cjs/ExternalLink/ExternalLink.d.ts.map +1 -1
  129. package/lib/cjs/ExternalLink/ExternalLink.js.map +1 -1
  130. package/lib/cjs/Flex/Flex.css +42 -47
  131. package/lib/cjs/Flex/Flex.d.ts.map +1 -1
  132. package/lib/cjs/Flex/Flex.js +1 -1
  133. package/lib/cjs/Flex/Flex.js.map +1 -1
  134. package/lib/cjs/Grid/Grid.css +3 -3
  135. package/lib/cjs/Grid/Grid.d.ts.map +1 -1
  136. package/lib/cjs/Grid/Grid.js +1 -1
  137. package/lib/cjs/Grid/Grid.js.map +1 -1
  138. package/lib/cjs/Grid/Grid.test.js.map +1 -1
  139. package/lib/cjs/Hamburger/Hamburger.css +9 -22
  140. package/lib/cjs/Hamburger/Hamburger.d.ts.map +1 -1
  141. package/lib/cjs/Hamburger/Hamburger.js.map +1 -1
  142. package/lib/cjs/Icon/Icon.d.ts.map +1 -1
  143. package/lib/cjs/Icon/Icon.js.map +1 -1
  144. package/lib/cjs/Icon/tsx/IconsShowPassword.d.ts +4 -0
  145. package/lib/cjs/Icon/tsx/IconsShowPassword.d.ts.map +1 -0
  146. package/lib/cjs/Icon/tsx/{IconsEye.js → IconsShowPassword.js} +5 -5
  147. package/lib/cjs/Icon/tsx/IconsShowPassword.js.map +1 -0
  148. package/lib/cjs/Icon/tsx/index.d.ts +1 -1
  149. package/lib/cjs/Icon/tsx/index.d.ts.map +1 -1
  150. package/lib/cjs/Icon/tsx/index.js +3 -3
  151. package/lib/cjs/Icon/tsx/index.js.map +1 -1
  152. package/lib/cjs/Image/Image.d.ts +1 -2
  153. package/lib/cjs/Image/Image.d.ts.map +1 -1
  154. package/lib/cjs/Image/Image.js +1 -1
  155. package/lib/cjs/Image/Image.js.map +1 -1
  156. package/lib/cjs/Input/Input.css +27 -64
  157. package/lib/cjs/Input/Input.d.ts +1 -2
  158. package/lib/cjs/Input/Input.d.ts.map +1 -1
  159. package/lib/cjs/Input/Input.js +1 -1
  160. package/lib/cjs/Input/Input.js.map +1 -1
  161. package/lib/cjs/Input/InputContainer.d.ts.map +1 -1
  162. package/lib/cjs/Input/InputContainer.js +1 -1
  163. package/lib/cjs/Input/InputContainer.js.map +1 -1
  164. package/lib/cjs/Input/InputContent.d.ts.map +1 -1
  165. package/lib/cjs/Input/InputContent.js.map +1 -1
  166. package/lib/cjs/Input/InputInlineHelp.d.ts +1 -2
  167. package/lib/cjs/Input/InputInlineHelp.d.ts.map +1 -1
  168. package/lib/cjs/Input/InputInlineHelp.js +1 -1
  169. package/lib/cjs/Input/InputInlineHelp.js.map +1 -1
  170. package/lib/cjs/Input/InputLabel.d.ts +1 -2
  171. package/lib/cjs/Input/InputLabel.d.ts.map +1 -1
  172. package/lib/cjs/Input/InputLabel.js +1 -1
  173. package/lib/cjs/Input/InputLabel.js.map +1 -1
  174. package/lib/cjs/Link/Link.css +17 -20
  175. package/lib/cjs/Link/Link.d.ts +1 -0
  176. package/lib/cjs/Link/Link.d.ts.map +1 -1
  177. package/lib/cjs/Link/Link.js +2 -2
  178. package/lib/cjs/Link/Link.js.map +1 -1
  179. package/lib/cjs/List/List.d.ts +1 -2
  180. package/lib/cjs/List/List.d.ts.map +1 -1
  181. package/lib/cjs/List/List.js +1 -1
  182. package/lib/cjs/List/List.js.map +1 -1
  183. package/lib/cjs/List/ListItem.d.ts +1 -2
  184. package/lib/cjs/List/ListItem.d.ts.map +1 -1
  185. package/lib/cjs/List/ListItem.js +1 -1
  186. package/lib/cjs/List/ListItem.js.map +1 -1
  187. package/lib/cjs/Logo/Logo.d.ts.map +1 -1
  188. package/lib/cjs/Logo/Logo.js.map +1 -1
  189. package/lib/cjs/Modal/Modal.css +2 -3
  190. package/lib/cjs/Modal/Modal.d.ts.map +1 -1
  191. package/lib/cjs/Modal/Modal.js +2 -2
  192. package/lib/cjs/Modal/Modal.js.map +1 -1
  193. package/lib/cjs/Modal/ModalBody.d.ts +1 -2
  194. package/lib/cjs/Modal/ModalBody.d.ts.map +1 -1
  195. package/lib/cjs/Modal/ModalBody.js +1 -1
  196. package/lib/cjs/Modal/ModalBody.js.map +1 -1
  197. package/lib/cjs/Modal/ModalHeader.d.ts +2 -0
  198. package/lib/cjs/Modal/ModalHeader.d.ts.map +1 -1
  199. package/lib/cjs/Modal/ModalHeader.js +1 -1
  200. package/lib/cjs/Modal/ModalHeader.js.map +1 -1
  201. package/lib/cjs/Modal/ModalHeaderProgress.d.ts.map +1 -1
  202. package/lib/cjs/Modal/ModalHeaderProgress.js.map +1 -1
  203. package/lib/cjs/Modal/ModalTitle.d.ts +1 -2
  204. package/lib/cjs/Modal/ModalTitle.d.ts.map +1 -1
  205. package/lib/cjs/Modal/ModalTitle.js +1 -1
  206. package/lib/cjs/Modal/ModalTitle.js.map +1 -1
  207. package/lib/cjs/Notification/Notification.css +15 -15
  208. package/lib/cjs/Notification/Notification.d.ts.map +1 -1
  209. package/lib/cjs/Notification/Notification.js +1 -3
  210. package/lib/cjs/Notification/Notification.js.map +1 -1
  211. package/lib/cjs/Notification/Notification.test.js.map +1 -1
  212. package/lib/cjs/Placement/Placement.css +16 -42
  213. package/lib/cjs/Placement/Placement.d.ts +2 -2
  214. package/lib/cjs/Placement/Placement.d.ts.map +1 -1
  215. package/lib/cjs/Placement/Placement.js +1 -1
  216. package/lib/cjs/Placement/Placement.js.map +1 -1
  217. package/lib/cjs/Placement/PlacementArea.d.ts.map +1 -1
  218. package/lib/cjs/Placement/PlacementArea.js +1 -1
  219. package/lib/cjs/Placement/PlacementArea.js.map +1 -1
  220. package/lib/cjs/Placement/PlacementArrow.d.ts +1 -2
  221. package/lib/cjs/Placement/PlacementArrow.d.ts.map +1 -1
  222. package/lib/cjs/Placement/PlacementArrow.js.map +1 -1
  223. package/lib/cjs/Placement/PlacementManager.d.ts +1 -2
  224. package/lib/cjs/Placement/PlacementManager.d.ts.map +1 -1
  225. package/lib/cjs/Placement/PlacementManager.js +3 -1
  226. package/lib/cjs/Placement/PlacementManager.js.map +1 -1
  227. package/lib/cjs/Placement/PlacementPopper.d.ts.map +1 -1
  228. package/lib/cjs/Placement/PlacementPopper.js +8 -4
  229. package/lib/cjs/Placement/PlacementPopper.js.map +1 -1
  230. package/lib/cjs/Placement/PlacementReference.d.ts +1 -2
  231. package/lib/cjs/Placement/PlacementReference.d.ts.map +1 -1
  232. package/lib/cjs/Placement/PlacementReference.js +1 -1
  233. package/lib/cjs/Placement/PlacementReference.js.map +1 -1
  234. package/lib/cjs/Progress/ProgressBar.css +2 -5
  235. package/lib/cjs/Progress/ProgressBar.d.ts.map +1 -1
  236. package/lib/cjs/Progress/ProgressBar.js +1 -3
  237. package/lib/cjs/Progress/ProgressBar.js.map +1 -1
  238. package/lib/cjs/Progress/ProgressBitbot.d.ts.map +1 -1
  239. package/lib/cjs/Progress/ProgressBitbot.js +2 -3
  240. package/lib/cjs/Progress/ProgressBitbot.js.map +1 -1
  241. package/lib/cjs/Progress/ProgressButton.d.ts.map +1 -1
  242. package/lib/cjs/Progress/ProgressButton.js.map +1 -1
  243. package/lib/cjs/Progress/ProgressButtonContent.d.ts.map +1 -1
  244. package/lib/cjs/Progress/ProgressButtonContent.js +2 -2
  245. package/lib/cjs/Progress/ProgressButtonContent.js.map +1 -1
  246. package/lib/cjs/Progress/ProgressColorButton.d.ts.map +1 -1
  247. package/lib/cjs/Progress/ProgressColorButton.js.map +1 -1
  248. package/lib/cjs/Progress/ProgressSpinner.d.ts.map +1 -1
  249. package/lib/cjs/Progress/ProgressSpinner.js +1 -1
  250. package/lib/cjs/Progress/ProgressSpinner.js.map +1 -1
  251. package/lib/cjs/RadioButton/RadioButton.css +11 -21
  252. package/lib/cjs/RadioButton/RadioButton.d.ts +1 -2
  253. package/lib/cjs/RadioButton/RadioButton.d.ts.map +1 -1
  254. package/lib/cjs/RadioButton/RadioButton.js +1 -1
  255. package/lib/cjs/RadioButton/RadioButton.js.map +1 -1
  256. package/lib/cjs/Ribbon/Ribbon.css +15 -15
  257. package/lib/cjs/Ribbon/Ribbon.d.ts.map +1 -1
  258. package/lib/cjs/Ribbon/Ribbon.js.map +1 -1
  259. package/lib/cjs/Sidebar/Sidebar.css +20 -32
  260. package/lib/cjs/Sidebar/Sidebar.d.ts.map +1 -1
  261. package/lib/cjs/Sidebar/Sidebar.js +1 -1
  262. package/lib/cjs/Sidebar/Sidebar.js.map +1 -1
  263. package/lib/cjs/Sidebar/SidebarHeader.d.ts +1 -2
  264. package/lib/cjs/Sidebar/SidebarHeader.d.ts.map +1 -1
  265. package/lib/cjs/Sidebar/SidebarHeader.js +1 -1
  266. package/lib/cjs/Sidebar/SidebarHeader.js.map +1 -1
  267. package/lib/cjs/Sidebar/SidebarMenu.d.ts.map +1 -1
  268. package/lib/cjs/Sidebar/SidebarMenu.js +3 -1
  269. package/lib/cjs/Sidebar/SidebarMenu.js.map +1 -1
  270. package/lib/cjs/Sidebar/SidebarMenuItem.d.ts +1 -0
  271. package/lib/cjs/Sidebar/SidebarMenuItem.d.ts.map +1 -1
  272. package/lib/cjs/Sidebar/SidebarMenuItem.js +1 -1
  273. package/lib/cjs/Sidebar/SidebarMenuItem.js.map +1 -1
  274. package/lib/cjs/Sidebar/SidebarSubMenu.d.ts +1 -2
  275. package/lib/cjs/Sidebar/SidebarSubMenu.d.ts.map +1 -1
  276. package/lib/cjs/Sidebar/SidebarSubMenu.js.map +1 -1
  277. package/lib/cjs/Sidebar/SidebarSubMenuItem.js.map +1 -1
  278. package/lib/cjs/Skeleton/Skeleton.css +9 -19
  279. package/lib/cjs/Skeleton/Skeleton.d.ts.map +1 -1
  280. package/lib/cjs/Skeleton/Skeleton.js +1 -1
  281. package/lib/cjs/Skeleton/Skeleton.js.map +1 -1
  282. package/lib/cjs/Skeleton/SkeletonBox.d.ts.map +1 -1
  283. package/lib/cjs/Skeleton/SkeletonBox.js +1 -1
  284. package/lib/cjs/Skeleton/SkeletonBox.js.map +1 -1
  285. package/lib/cjs/Status/Status404.d.ts +1 -2
  286. package/lib/cjs/Status/Status404.d.ts.map +1 -1
  287. package/lib/cjs/Status/Status404.js.map +1 -1
  288. package/lib/cjs/Status/Status500.d.ts +1 -2
  289. package/lib/cjs/Status/Status500.d.ts.map +1 -1
  290. package/lib/cjs/Status/Status500.js.map +1 -1
  291. package/lib/cjs/Table/Table.css +8 -12
  292. package/lib/cjs/Table/Table.d.ts.map +1 -1
  293. package/lib/cjs/Table/Table.js +1 -1
  294. package/lib/cjs/Table/Table.js.map +1 -1
  295. package/lib/cjs/Table/TableBody.d.ts +1 -2
  296. package/lib/cjs/Table/TableBody.d.ts.map +1 -1
  297. package/lib/cjs/Table/TableBody.js +1 -1
  298. package/lib/cjs/Table/TableBody.js.map +1 -1
  299. package/lib/cjs/Table/TableCell.d.ts.map +1 -1
  300. package/lib/cjs/Table/TableCell.js +1 -1
  301. package/lib/cjs/Table/TableCell.js.map +1 -1
  302. package/lib/cjs/Table/TableHeader.d.ts +1 -2
  303. package/lib/cjs/Table/TableHeader.d.ts.map +1 -1
  304. package/lib/cjs/Table/TableHeader.js +1 -1
  305. package/lib/cjs/Table/TableHeader.js.map +1 -1
  306. package/lib/cjs/Table/TableHeaderCell.d.ts.map +1 -1
  307. package/lib/cjs/Table/TableHeaderCell.js.map +1 -1
  308. package/lib/cjs/Table/TableHeaderRow.d.ts +1 -2
  309. package/lib/cjs/Table/TableHeaderRow.d.ts.map +1 -1
  310. package/lib/cjs/Table/TableHeaderRow.js +1 -1
  311. package/lib/cjs/Table/TableHeaderRow.js.map +1 -1
  312. package/lib/cjs/Table/TableRow.d.ts.map +1 -1
  313. package/lib/cjs/Table/TableRow.js +1 -1
  314. package/lib/cjs/Table/TableRow.js.map +1 -1
  315. package/lib/cjs/Tabs/Tab.d.ts.map +1 -1
  316. package/lib/cjs/Tabs/Tab.js +1 -1
  317. package/lib/cjs/Tabs/Tab.js.map +1 -1
  318. package/lib/cjs/Tabs/Tabs.css +5 -8
  319. package/lib/cjs/Tabs/Tabs.d.ts +1 -2
  320. package/lib/cjs/Tabs/Tabs.d.ts.map +1 -1
  321. package/lib/cjs/Tabs/Tabs.js +1 -1
  322. package/lib/cjs/Tabs/Tabs.js.map +1 -1
  323. package/lib/cjs/Text/Text.d.ts.map +1 -1
  324. package/lib/cjs/Text/Text.js +2 -4
  325. package/lib/cjs/Text/Text.js.map +1 -1
  326. package/lib/cjs/Textarea/Textarea.css +22 -61
  327. package/lib/cjs/Textarea/Textarea.d.ts.map +1 -1
  328. package/lib/cjs/Textarea/Textarea.js +1 -1
  329. package/lib/cjs/Textarea/Textarea.js.map +1 -1
  330. package/lib/cjs/Toggle/Toggle.css +11 -23
  331. package/lib/cjs/Toggle/Toggle.d.ts.map +1 -1
  332. package/lib/cjs/Toggle/Toggle.js.map +1 -1
  333. package/lib/cjs/Tooltip/Tooltip.d.ts.map +1 -1
  334. package/lib/cjs/Tooltip/Tooltip.js +3 -1
  335. package/lib/cjs/Tooltip/Tooltip.js.map +1 -1
  336. package/lib/cjs/Visibility/Visibility.css +2 -5
  337. package/lib/cjs/Visibility/Visibility.d.ts.map +1 -1
  338. package/lib/cjs/Visibility/Visibility.js +1 -1
  339. package/lib/cjs/Visibility/Visibility.js.map +1 -1
  340. package/lib/cjs/Visibility/VisibilityContainer.d.ts.map +1 -1
  341. package/lib/cjs/Visibility/VisibilityContainer.js +1 -1
  342. package/lib/cjs/Visibility/VisibilityContainer.js.map +1 -1
  343. package/lib/cjs/hooks/useResizeObserver.d.ts +1 -2
  344. package/lib/cjs/hooks/useResizeObserver.d.ts.map +1 -1
  345. package/lib/cjs/hooks/useResizeObserver.js +2 -1
  346. package/lib/cjs/hooks/useResizeObserver.js.map +1 -1
  347. package/lib/cjs/index.d.ts +4 -5
  348. package/lib/cjs/index.d.ts.map +1 -1
  349. package/lib/cjs/index.js +5 -8
  350. package/lib/cjs/index.js.map +1 -1
  351. package/lib/cjs/root.css +60 -0
  352. package/lib/cjs/tsconfig.tsbuildinfo +1 -1
  353. package/lib/cjs/variables.css +133 -133
  354. package/lib/esn/AddonBeam/AddonBeam.css +3 -6
  355. package/lib/esn/AddonBeam/AddonBeam.d.ts.map +1 -1
  356. package/lib/esn/AddonBeam/AddonBeam.js +3 -2
  357. package/lib/esn/AddonBeam/AddonBeam.js.map +1 -1
  358. package/lib/esn/AddonBeam/AddonBeamLink.d.ts +1 -0
  359. package/lib/esn/AddonBeam/AddonBeamLink.d.ts.map +1 -1
  360. package/lib/esn/AddonBeam/AddonBeamLink.js.map +1 -1
  361. package/lib/esn/AddonFooter/AddonFooter.js.map +1 -1
  362. package/lib/esn/AppLayout/AppLayout.css +2 -5
  363. package/lib/esn/AppLayout/AppLayout.d.ts.map +1 -1
  364. package/lib/esn/AppLayout/AppLayout.js +1 -1
  365. package/lib/esn/AppLayout/AppLayout.js.map +1 -1
  366. package/lib/esn/AppLayout/AppLayoutBody.d.ts +1 -2
  367. package/lib/esn/AppLayout/AppLayoutBody.d.ts.map +1 -1
  368. package/lib/esn/AppLayout/AppLayoutBody.js +1 -1
  369. package/lib/esn/AppLayout/AppLayoutBody.js.map +1 -1
  370. package/lib/esn/AppLayout/AppLayoutHeader.d.ts +1 -2
  371. package/lib/esn/AppLayout/AppLayoutHeader.d.ts.map +1 -1
  372. package/lib/esn/AppLayout/AppLayoutHeader.js +1 -1
  373. package/lib/esn/AppLayout/AppLayoutHeader.js.map +1 -1
  374. package/lib/esn/AppLayout/AppLayoutMain.d.ts +1 -2
  375. package/lib/esn/AppLayout/AppLayoutMain.d.ts.map +1 -1
  376. package/lib/esn/AppLayout/AppLayoutMain.js +1 -1
  377. package/lib/esn/AppLayout/AppLayoutMain.js.map +1 -1
  378. package/lib/esn/AppLayout/AppLayoutSidebar.d.ts +1 -2
  379. package/lib/esn/AppLayout/AppLayoutSidebar.d.ts.map +1 -1
  380. package/lib/esn/AppLayout/AppLayoutSidebar.js +1 -1
  381. package/lib/esn/AppLayout/AppLayoutSidebar.js.map +1 -1
  382. package/lib/esn/Appear/Appear.css +13 -29
  383. package/lib/esn/Appear/Appear.d.ts.map +1 -1
  384. package/lib/esn/Appear/Appear.js +4 -4
  385. package/lib/esn/Appear/Appear.js.map +1 -1
  386. package/lib/esn/Avatar/Avatar.d.ts.map +1 -1
  387. package/lib/esn/Avatar/Avatar.js +1 -1
  388. package/lib/esn/Avatar/Avatar.js.map +1 -1
  389. package/lib/esn/Badge/Badge.d.ts.map +1 -1
  390. package/lib/esn/Badge/Badge.js +1 -1
  391. package/lib/esn/Badge/Badge.js.map +1 -1
  392. package/lib/esn/Base/Base.css +207 -208
  393. package/lib/esn/Base/Base.d.ts.map +1 -1
  394. package/lib/esn/Base/Base.js +2 -2
  395. package/lib/esn/Base/Base.js.map +1 -1
  396. package/lib/esn/Bounds/Bounds.js.map +1 -1
  397. package/lib/esn/Button/Button.css +32 -45
  398. package/lib/esn/Button/Button.d.ts.map +1 -1
  399. package/lib/esn/Button/Button.js.map +1 -1
  400. package/lib/esn/Button/Button.test.js.map +1 -1
  401. package/lib/esn/Button/Buttons.d.ts +1 -0
  402. package/lib/esn/Button/Buttons.d.ts.map +1 -1
  403. package/lib/esn/Button/Buttons.js.map +1 -1
  404. package/lib/esn/Button/Buttons.test.js.map +1 -1
  405. package/lib/esn/Button/ColorButton.css +26 -29
  406. package/lib/esn/Button/ColorButton.d.ts.map +1 -1
  407. package/lib/esn/Button/ColorButton.js +1 -1
  408. package/lib/esn/Button/ColorButton.js.map +1 -1
  409. package/lib/esn/Button/ColorButton.test.js.map +1 -1
  410. package/lib/esn/ButtonWithDropdown/ButtonWithDropdown.d.ts.map +1 -1
  411. package/lib/esn/ButtonWithDropdown/ButtonWithDropdown.js.map +1 -1
  412. package/lib/esn/Card/Card.css +3 -3
  413. package/lib/esn/Card/Card.d.ts.map +1 -1
  414. package/lib/esn/Card/Card.js.map +1 -1
  415. package/lib/esn/Card/CardButton.d.ts +1 -2
  416. package/lib/esn/Card/CardButton.d.ts.map +1 -1
  417. package/lib/esn/Card/CardButton.js +1 -1
  418. package/lib/esn/Card/CardButton.js.map +1 -1
  419. package/lib/esn/Card/CardContent.d.ts +1 -2
  420. package/lib/esn/Card/CardContent.d.ts.map +1 -1
  421. package/lib/esn/Card/CardContent.js +1 -1
  422. package/lib/esn/Card/CardContent.js.map +1 -1
  423. package/lib/esn/Card/CardDivider.d.ts +1 -2
  424. package/lib/esn/Card/CardDivider.d.ts.map +1 -1
  425. package/lib/esn/Card/CardDivider.js +1 -1
  426. package/lib/esn/Card/CardDivider.js.map +1 -1
  427. package/lib/esn/Checkbox/Checkbox.css +11 -18
  428. package/lib/esn/Checkbox/Checkbox.d.ts +1 -2
  429. package/lib/esn/Checkbox/Checkbox.d.ts.map +1 -1
  430. package/lib/esn/Checkbox/Checkbox.js.map +1 -1
  431. package/lib/esn/DatePicker/DatePicker.css +14 -25
  432. package/lib/esn/DatePicker/DatePicker.d.ts.map +1 -1
  433. package/lib/esn/DatePicker/DatePicker.js +3 -2
  434. package/lib/esn/DatePicker/DatePicker.js.map +1 -1
  435. package/lib/esn/DatePicker/DatePickerDay.d.ts.map +1 -1
  436. package/lib/esn/DatePicker/DatePickerDay.js +9 -4
  437. package/lib/esn/DatePicker/DatePickerDay.js.map +1 -1
  438. package/lib/esn/DatePicker/DatePickerGrid.d.ts +1 -2
  439. package/lib/esn/DatePicker/DatePickerGrid.d.ts.map +1 -1
  440. package/lib/esn/DatePicker/DatePickerGrid.js +1 -1
  441. package/lib/esn/DatePicker/DatePickerGrid.js.map +1 -1
  442. package/lib/esn/DatePicker/DatePickerMonth.d.ts.map +1 -1
  443. package/lib/esn/DatePicker/DatePickerMonth.js +5 -3
  444. package/lib/esn/DatePicker/DatePickerMonth.js.map +1 -1
  445. package/lib/esn/Divider/Divider.css +1 -2
  446. package/lib/esn/Divider/Divider.d.ts.map +1 -1
  447. package/lib/esn/Divider/Divider.js +1 -1
  448. package/lib/esn/Divider/Divider.js.map +1 -1
  449. package/lib/esn/Dot/Dot.d.ts.map +1 -1
  450. package/lib/esn/Dot/Dot.js +1 -1
  451. package/lib/esn/Dot/Dot.js.map +1 -1
  452. package/lib/esn/Dropdown/Dropdown.d.ts.map +1 -1
  453. package/lib/esn/Dropdown/Dropdown.js +9 -7
  454. package/lib/esn/Dropdown/Dropdown.js.map +1 -1
  455. package/lib/esn/Dropdown/DropdownButton.d.ts +1 -2
  456. package/lib/esn/Dropdown/DropdownButton.d.ts.map +1 -1
  457. package/lib/esn/Dropdown/DropdownButton.js.map +1 -1
  458. package/lib/esn/Dropdown/DropdownMenu.css +8 -17
  459. package/lib/esn/Dropdown/DropdownMenu.d.ts.map +1 -1
  460. package/lib/esn/Dropdown/DropdownMenu.js.map +1 -1
  461. package/lib/esn/Dropdown/DropdownMenuItem.d.ts.map +1 -1
  462. package/lib/esn/Dropdown/DropdownMenuItem.js +3 -3
  463. package/lib/esn/Dropdown/DropdownMenuItem.js.map +1 -1
  464. package/lib/esn/Dropdown/DropdownMenuItemGroup.d.ts.map +1 -1
  465. package/lib/esn/Dropdown/DropdownMenuItemGroup.js.map +1 -1
  466. package/lib/esn/Dropdown/DropdownMenus.d.ts +1 -2
  467. package/lib/esn/Dropdown/DropdownMenus.d.ts.map +1 -1
  468. package/lib/esn/Dropdown/DropdownMenus.js +1 -1
  469. package/lib/esn/Dropdown/DropdownMenus.js.map +1 -1
  470. package/lib/esn/Expand/Expand.css +2 -7
  471. package/lib/esn/Expand/Expand.d.ts.map +1 -1
  472. package/lib/esn/Expand/Expand.js +3 -3
  473. package/lib/esn/Expand/Expand.js.map +1 -1
  474. package/lib/esn/Expand/Expand.test.js.map +1 -1
  475. package/lib/esn/ExternalLink/ExternalLink.d.ts +1 -2
  476. package/lib/esn/ExternalLink/ExternalLink.d.ts.map +1 -1
  477. package/lib/esn/ExternalLink/ExternalLink.js.map +1 -1
  478. package/lib/esn/Flex/Flex.css +42 -47
  479. package/lib/esn/Flex/Flex.d.ts.map +1 -1
  480. package/lib/esn/Flex/Flex.js +1 -1
  481. package/lib/esn/Flex/Flex.js.map +1 -1
  482. package/lib/esn/Grid/Grid.css +3 -3
  483. package/lib/esn/Grid/Grid.d.ts.map +1 -1
  484. package/lib/esn/Grid/Grid.js +1 -1
  485. package/lib/esn/Grid/Grid.js.map +1 -1
  486. package/lib/esn/Grid/Grid.test.js.map +1 -1
  487. package/lib/esn/Hamburger/Hamburger.css +9 -22
  488. package/lib/esn/Hamburger/Hamburger.d.ts.map +1 -1
  489. package/lib/esn/Hamburger/Hamburger.js.map +1 -1
  490. package/lib/esn/Icon/Icon.d.ts.map +1 -1
  491. package/lib/esn/Icon/Icon.js.map +1 -1
  492. package/lib/esn/Icon/tsx/IconsShowPassword.d.ts +4 -0
  493. package/lib/esn/Icon/tsx/IconsShowPassword.d.ts.map +1 -0
  494. package/lib/esn/Icon/tsx/{IconsEye.js → IconsShowPassword.js} +5 -5
  495. package/lib/esn/Icon/tsx/IconsShowPassword.js.map +1 -0
  496. package/lib/esn/Icon/tsx/index.d.ts +1 -1
  497. package/lib/esn/Icon/tsx/index.d.ts.map +1 -1
  498. package/lib/esn/Icon/tsx/index.js +3 -3
  499. package/lib/esn/Icon/tsx/index.js.map +1 -1
  500. package/lib/esn/Image/Image.d.ts +1 -2
  501. package/lib/esn/Image/Image.d.ts.map +1 -1
  502. package/lib/esn/Image/Image.js +1 -1
  503. package/lib/esn/Image/Image.js.map +1 -1
  504. package/lib/esn/Input/Input.css +27 -64
  505. package/lib/esn/Input/Input.d.ts +1 -2
  506. package/lib/esn/Input/Input.d.ts.map +1 -1
  507. package/lib/esn/Input/Input.js +1 -1
  508. package/lib/esn/Input/Input.js.map +1 -1
  509. package/lib/esn/Input/InputContainer.d.ts.map +1 -1
  510. package/lib/esn/Input/InputContainer.js +1 -1
  511. package/lib/esn/Input/InputContainer.js.map +1 -1
  512. package/lib/esn/Input/InputContent.d.ts.map +1 -1
  513. package/lib/esn/Input/InputContent.js.map +1 -1
  514. package/lib/esn/Input/InputInlineHelp.d.ts +1 -2
  515. package/lib/esn/Input/InputInlineHelp.d.ts.map +1 -1
  516. package/lib/esn/Input/InputInlineHelp.js +1 -1
  517. package/lib/esn/Input/InputInlineHelp.js.map +1 -1
  518. package/lib/esn/Input/InputLabel.d.ts +1 -2
  519. package/lib/esn/Input/InputLabel.d.ts.map +1 -1
  520. package/lib/esn/Input/InputLabel.js +1 -1
  521. package/lib/esn/Input/InputLabel.js.map +1 -1
  522. package/lib/esn/Link/Link.css +17 -20
  523. package/lib/esn/Link/Link.d.ts +1 -0
  524. package/lib/esn/Link/Link.d.ts.map +1 -1
  525. package/lib/esn/Link/Link.js +2 -2
  526. package/lib/esn/Link/Link.js.map +1 -1
  527. package/lib/esn/List/List.d.ts +1 -2
  528. package/lib/esn/List/List.d.ts.map +1 -1
  529. package/lib/esn/List/List.js +1 -1
  530. package/lib/esn/List/List.js.map +1 -1
  531. package/lib/esn/List/ListItem.d.ts +1 -2
  532. package/lib/esn/List/ListItem.d.ts.map +1 -1
  533. package/lib/esn/List/ListItem.js +1 -1
  534. package/lib/esn/List/ListItem.js.map +1 -1
  535. package/lib/esn/Logo/Logo.d.ts.map +1 -1
  536. package/lib/esn/Logo/Logo.js.map +1 -1
  537. package/lib/esn/Modal/Modal.css +2 -3
  538. package/lib/esn/Modal/Modal.d.ts.map +1 -1
  539. package/lib/esn/Modal/Modal.js +2 -2
  540. package/lib/esn/Modal/Modal.js.map +1 -1
  541. package/lib/esn/Modal/ModalBody.d.ts +1 -2
  542. package/lib/esn/Modal/ModalBody.d.ts.map +1 -1
  543. package/lib/esn/Modal/ModalBody.js +1 -1
  544. package/lib/esn/Modal/ModalBody.js.map +1 -1
  545. package/lib/esn/Modal/ModalHeader.d.ts +2 -0
  546. package/lib/esn/Modal/ModalHeader.d.ts.map +1 -1
  547. package/lib/esn/Modal/ModalHeader.js +1 -1
  548. package/lib/esn/Modal/ModalHeader.js.map +1 -1
  549. package/lib/esn/Modal/ModalHeaderProgress.d.ts.map +1 -1
  550. package/lib/esn/Modal/ModalHeaderProgress.js.map +1 -1
  551. package/lib/esn/Modal/ModalTitle.d.ts +1 -2
  552. package/lib/esn/Modal/ModalTitle.d.ts.map +1 -1
  553. package/lib/esn/Modal/ModalTitle.js +1 -1
  554. package/lib/esn/Modal/ModalTitle.js.map +1 -1
  555. package/lib/esn/Notification/Notification.css +15 -15
  556. package/lib/esn/Notification/Notification.d.ts.map +1 -1
  557. package/lib/esn/Notification/Notification.js +1 -3
  558. package/lib/esn/Notification/Notification.js.map +1 -1
  559. package/lib/esn/Notification/Notification.test.js.map +1 -1
  560. package/lib/esn/Placement/Placement.css +16 -42
  561. package/lib/esn/Placement/Placement.d.ts +2 -2
  562. package/lib/esn/Placement/Placement.d.ts.map +1 -1
  563. package/lib/esn/Placement/Placement.js +1 -1
  564. package/lib/esn/Placement/Placement.js.map +1 -1
  565. package/lib/esn/Placement/PlacementArea.d.ts.map +1 -1
  566. package/lib/esn/Placement/PlacementArea.js +1 -1
  567. package/lib/esn/Placement/PlacementArea.js.map +1 -1
  568. package/lib/esn/Placement/PlacementArrow.d.ts +1 -2
  569. package/lib/esn/Placement/PlacementArrow.d.ts.map +1 -1
  570. package/lib/esn/Placement/PlacementArrow.js.map +1 -1
  571. package/lib/esn/Placement/PlacementManager.d.ts +1 -2
  572. package/lib/esn/Placement/PlacementManager.d.ts.map +1 -1
  573. package/lib/esn/Placement/PlacementManager.js +3 -1
  574. package/lib/esn/Placement/PlacementManager.js.map +1 -1
  575. package/lib/esn/Placement/PlacementPopper.d.ts.map +1 -1
  576. package/lib/esn/Placement/PlacementPopper.js +8 -4
  577. package/lib/esn/Placement/PlacementPopper.js.map +1 -1
  578. package/lib/esn/Placement/PlacementReference.d.ts +1 -2
  579. package/lib/esn/Placement/PlacementReference.d.ts.map +1 -1
  580. package/lib/esn/Placement/PlacementReference.js +1 -1
  581. package/lib/esn/Placement/PlacementReference.js.map +1 -1
  582. package/lib/esn/Progress/ProgressBar.css +2 -5
  583. package/lib/esn/Progress/ProgressBar.d.ts.map +1 -1
  584. package/lib/esn/Progress/ProgressBar.js.map +1 -1
  585. package/lib/esn/Progress/ProgressBitbot.d.ts.map +1 -1
  586. package/lib/esn/Progress/ProgressBitbot.js +2 -3
  587. package/lib/esn/Progress/ProgressBitbot.js.map +1 -1
  588. package/lib/esn/Progress/ProgressButton.d.ts.map +1 -1
  589. package/lib/esn/Progress/ProgressButton.js.map +1 -1
  590. package/lib/esn/Progress/ProgressButtonContent.d.ts.map +1 -1
  591. package/lib/esn/Progress/ProgressButtonContent.js +2 -2
  592. package/lib/esn/Progress/ProgressButtonContent.js.map +1 -1
  593. package/lib/esn/Progress/ProgressColorButton.d.ts.map +1 -1
  594. package/lib/esn/Progress/ProgressColorButton.js.map +1 -1
  595. package/lib/esn/Progress/ProgressSpinner.d.ts.map +1 -1
  596. package/lib/esn/Progress/ProgressSpinner.js +1 -1
  597. package/lib/esn/Progress/ProgressSpinner.js.map +1 -1
  598. package/lib/esn/RadioButton/RadioButton.css +11 -21
  599. package/lib/esn/RadioButton/RadioButton.d.ts +1 -2
  600. package/lib/esn/RadioButton/RadioButton.d.ts.map +1 -1
  601. package/lib/esn/RadioButton/RadioButton.js +1 -1
  602. package/lib/esn/RadioButton/RadioButton.js.map +1 -1
  603. package/lib/esn/Ribbon/Ribbon.css +15 -15
  604. package/lib/esn/Ribbon/Ribbon.d.ts.map +1 -1
  605. package/lib/esn/Ribbon/Ribbon.js.map +1 -1
  606. package/lib/esn/Sidebar/Sidebar.css +20 -32
  607. package/lib/esn/Sidebar/Sidebar.d.ts.map +1 -1
  608. package/lib/esn/Sidebar/Sidebar.js +1 -1
  609. package/lib/esn/Sidebar/Sidebar.js.map +1 -1
  610. package/lib/esn/Sidebar/SidebarHeader.d.ts +1 -2
  611. package/lib/esn/Sidebar/SidebarHeader.d.ts.map +1 -1
  612. package/lib/esn/Sidebar/SidebarHeader.js +1 -1
  613. package/lib/esn/Sidebar/SidebarHeader.js.map +1 -1
  614. package/lib/esn/Sidebar/SidebarMenu.d.ts.map +1 -1
  615. package/lib/esn/Sidebar/SidebarMenu.js +3 -1
  616. package/lib/esn/Sidebar/SidebarMenu.js.map +1 -1
  617. package/lib/esn/Sidebar/SidebarMenuItem.d.ts +1 -0
  618. package/lib/esn/Sidebar/SidebarMenuItem.d.ts.map +1 -1
  619. package/lib/esn/Sidebar/SidebarMenuItem.js +1 -1
  620. package/lib/esn/Sidebar/SidebarMenuItem.js.map +1 -1
  621. package/lib/esn/Sidebar/SidebarSubMenu.d.ts +1 -2
  622. package/lib/esn/Sidebar/SidebarSubMenu.d.ts.map +1 -1
  623. package/lib/esn/Sidebar/SidebarSubMenu.js.map +1 -1
  624. package/lib/esn/Sidebar/SidebarSubMenuItem.js.map +1 -1
  625. package/lib/esn/Skeleton/Skeleton.css +9 -19
  626. package/lib/esn/Skeleton/Skeleton.d.ts.map +1 -1
  627. package/lib/esn/Skeleton/Skeleton.js +1 -1
  628. package/lib/esn/Skeleton/Skeleton.js.map +1 -1
  629. package/lib/esn/Skeleton/SkeletonBox.d.ts.map +1 -1
  630. package/lib/esn/Skeleton/SkeletonBox.js +1 -1
  631. package/lib/esn/Skeleton/SkeletonBox.js.map +1 -1
  632. package/lib/esn/Status/Status404.d.ts +1 -2
  633. package/lib/esn/Status/Status404.d.ts.map +1 -1
  634. package/lib/esn/Status/Status404.js.map +1 -1
  635. package/lib/esn/Status/Status500.d.ts +1 -2
  636. package/lib/esn/Status/Status500.d.ts.map +1 -1
  637. package/lib/esn/Status/Status500.js.map +1 -1
  638. package/lib/esn/Table/Table.css +8 -12
  639. package/lib/esn/Table/Table.d.ts.map +1 -1
  640. package/lib/esn/Table/Table.js +1 -1
  641. package/lib/esn/Table/Table.js.map +1 -1
  642. package/lib/esn/Table/TableBody.d.ts +1 -2
  643. package/lib/esn/Table/TableBody.d.ts.map +1 -1
  644. package/lib/esn/Table/TableBody.js +1 -1
  645. package/lib/esn/Table/TableBody.js.map +1 -1
  646. package/lib/esn/Table/TableCell.d.ts.map +1 -1
  647. package/lib/esn/Table/TableCell.js +1 -1
  648. package/lib/esn/Table/TableCell.js.map +1 -1
  649. package/lib/esn/Table/TableHeader.d.ts +1 -2
  650. package/lib/esn/Table/TableHeader.d.ts.map +1 -1
  651. package/lib/esn/Table/TableHeader.js +1 -1
  652. package/lib/esn/Table/TableHeader.js.map +1 -1
  653. package/lib/esn/Table/TableHeaderCell.d.ts.map +1 -1
  654. package/lib/esn/Table/TableHeaderCell.js.map +1 -1
  655. package/lib/esn/Table/TableHeaderRow.d.ts +1 -2
  656. package/lib/esn/Table/TableHeaderRow.d.ts.map +1 -1
  657. package/lib/esn/Table/TableHeaderRow.js +1 -1
  658. package/lib/esn/Table/TableHeaderRow.js.map +1 -1
  659. package/lib/esn/Table/TableRow.d.ts.map +1 -1
  660. package/lib/esn/Table/TableRow.js +1 -1
  661. package/lib/esn/Table/TableRow.js.map +1 -1
  662. package/lib/esn/Tabs/Tab.d.ts.map +1 -1
  663. package/lib/esn/Tabs/Tab.js +1 -1
  664. package/lib/esn/Tabs/Tab.js.map +1 -1
  665. package/lib/esn/Tabs/Tabs.css +5 -8
  666. package/lib/esn/Tabs/Tabs.d.ts +1 -2
  667. package/lib/esn/Tabs/Tabs.d.ts.map +1 -1
  668. package/lib/esn/Tabs/Tabs.js +1 -1
  669. package/lib/esn/Tabs/Tabs.js.map +1 -1
  670. package/lib/esn/Text/Text.d.ts.map +1 -1
  671. package/lib/esn/Text/Text.js +2 -4
  672. package/lib/esn/Text/Text.js.map +1 -1
  673. package/lib/esn/Textarea/Textarea.css +22 -61
  674. package/lib/esn/Textarea/Textarea.d.ts.map +1 -1
  675. package/lib/esn/Textarea/Textarea.js +1 -1
  676. package/lib/esn/Textarea/Textarea.js.map +1 -1
  677. package/lib/esn/Toggle/Toggle.css +11 -23
  678. package/lib/esn/Toggle/Toggle.d.ts.map +1 -1
  679. package/lib/esn/Toggle/Toggle.js.map +1 -1
  680. package/lib/esn/Tooltip/Tooltip.d.ts.map +1 -1
  681. package/lib/esn/Tooltip/Tooltip.js +2 -2
  682. package/lib/esn/Tooltip/Tooltip.js.map +1 -1
  683. package/lib/esn/Visibility/Visibility.css +2 -5
  684. package/lib/esn/Visibility/Visibility.d.ts.map +1 -1
  685. package/lib/esn/Visibility/Visibility.js +1 -1
  686. package/lib/esn/Visibility/Visibility.js.map +1 -1
  687. package/lib/esn/Visibility/VisibilityContainer.d.ts.map +1 -1
  688. package/lib/esn/Visibility/VisibilityContainer.js +1 -1
  689. package/lib/esn/Visibility/VisibilityContainer.js.map +1 -1
  690. package/lib/esn/hooks/useResizeObserver.d.ts +1 -2
  691. package/lib/esn/hooks/useResizeObserver.d.ts.map +1 -1
  692. package/lib/esn/hooks/useResizeObserver.js +2 -1
  693. package/lib/esn/hooks/useResizeObserver.js.map +1 -1
  694. package/lib/esn/index.d.ts +4 -5
  695. package/lib/esn/index.d.ts.map +1 -1
  696. package/lib/esn/index.js +5 -5
  697. package/lib/esn/index.js.map +1 -1
  698. package/lib/esn/root.css +60 -0
  699. package/lib/esn/tsconfig.tsbuildinfo +1 -1
  700. package/lib/esn/variables.css +133 -133
  701. package/package.json +44 -48
  702. package/release.config.js +15 -15
  703. package/scripts/build-docs.ts +10 -13
  704. package/site/components/CodeBlock/CodeBlock.css +8 -8
  705. package/site/components/CodeBlock/CodeBlock.tsx +3 -3
  706. package/site/components/Documentation/ComponentDocumentationPage.tsx +96 -59
  707. package/site/components/Documentation/Components/SectionAddonBeam.tsx +10 -13
  708. package/site/components/Documentation/Components/SectionAddonBeamSandbox.tsx +12 -11
  709. package/site/components/Documentation/Components/SectionAddonFooter.tsx +3 -4
  710. package/site/components/Documentation/Components/SectionAppear.tsx +18 -26
  711. package/site/components/Documentation/Components/SectionAvatar.tsx +8 -10
  712. package/site/components/Documentation/Components/SectionBadge.tsx +5 -14
  713. package/site/components/Documentation/Components/SectionBase.tsx +2 -4
  714. package/site/components/Documentation/Components/SectionButtons.tsx +232 -118
  715. package/site/components/Documentation/Components/SectionCards.tsx +63 -44
  716. package/site/components/Documentation/Components/SectionCheckbox.tsx +9 -20
  717. package/site/components/Documentation/Components/SectionDatePicker.tsx +16 -20
  718. package/site/components/Documentation/Components/SectionDivider.tsx +2 -4
  719. package/site/components/Documentation/Components/SectionDot.tsx +6 -14
  720. package/site/components/Documentation/Components/SectionDropdowns.tsx +172 -195
  721. package/site/components/Documentation/Components/SectionExpand.tsx +30 -25
  722. package/site/components/Documentation/Components/SectionFlex.tsx +2 -4
  723. package/site/components/Documentation/Components/SectionFormElements.tsx +28 -57
  724. package/site/components/Documentation/Components/SectionGrid.tsx +41 -79
  725. package/site/components/Documentation/Components/SectionHamburger.tsx +4 -6
  726. package/site/components/Documentation/Components/SectionIcons.tsx +14 -14
  727. package/site/components/Documentation/Components/SectionInputs.tsx +6 -18
  728. package/site/components/Documentation/Components/SectionList.tsx +2 -4
  729. package/site/components/Documentation/Components/SectionModals.tsx +89 -71
  730. package/site/components/Documentation/Components/SectionNotification.tsx +7 -9
  731. package/site/components/Documentation/Components/SectionPlacement.tsx +37 -64
  732. package/site/components/Documentation/Components/SectionProgress.tsx +49 -39
  733. package/site/components/Documentation/Components/SectionRadioButton.tsx +9 -20
  734. package/site/components/Documentation/Components/SectionRibbon.tsx +9 -8
  735. package/site/components/Documentation/Components/SectionRibbonSandbox.tsx +1 -1
  736. package/site/components/Documentation/Components/SectionSidebar.tsx +25 -46
  737. package/site/components/Documentation/Components/SectionSkeleton.tsx +10 -14
  738. package/site/components/Documentation/Components/SectionStatus.tsx +22 -28
  739. package/site/components/Documentation/Components/SectionStatusSandbox404.tsx +5 -8
  740. package/site/components/Documentation/Components/SectionStatusSandbox500.tsx +1 -5
  741. package/site/components/Documentation/Components/SectionTable.tsx +8 -8
  742. package/site/components/Documentation/Components/SectionTabs.tsx +6 -6
  743. package/site/components/Documentation/Components/SectionText.tsx +13 -14
  744. package/site/components/Documentation/Components/SectionTextarea.tsx +4 -6
  745. package/site/components/Documentation/Components/SectionToggle.tsx +5 -6
  746. package/site/components/Documentation/Components/SectionTooltips.tsx +10 -20
  747. package/site/components/Documentation/Documentation.tsx +87 -174
  748. package/site/components/Documentation/Materials/SectionColors.tsx +148 -123
  749. package/site/components/Documentation/Materials/SectionIcons.tsx +44 -44
  750. package/site/components/Documentation/Materials/SectionTypography.tsx +73 -61
  751. package/site/components/Page/Page.tsx +1 -3
  752. package/site/components/Page/PageTitle.tsx +1 -7
  753. package/site/components/PropsTable/PropsTable.tsx +6 -11
  754. package/site/components/PropsTable/PropsTableCellUnion.tsx +3 -13
  755. package/site/components/PropsTable/PropsTableRow.tsx +13 -13
  756. package/site/components/Root/Root.tsx +14 -40
  757. package/site/components/Sandbox/Sandbox.tsx +4 -4
  758. package/site/components/Sandbox/SandboxFrame.css +3 -3
  759. package/site/components/Sandbox/SandboxFrame.tsx +17 -22
  760. package/site/components/Section/Section.tsx +1 -3
  761. package/site/components/Section/SectionSubTitle.tsx +1 -6
  762. package/site/components/Section/SectionTitle.tsx +1 -7
  763. package/site/components/SideMenu/SideMenu.css +5 -5
  764. package/site/components/SideMenu/SideMenu.tsx +17 -19
  765. package/site/components/SideMenu/SideMenuItem.tsx +2 -6
  766. package/site/components/Window/Window.tsx +8 -18
  767. package/site/index.tsx +3 -3
  768. package/src/AddonBeam/AddonBeam.css +1 -1
  769. package/src/AddonBeam/AddonBeam.tsx +40 -51
  770. package/src/AddonBeam/AddonBeamLink.tsx +6 -10
  771. package/src/AddonFooter/AddonFooter.tsx +2 -2
  772. package/src/AppLayout/AppLayout.css +1 -1
  773. package/src/AppLayout/AppLayout.tsx +1 -3
  774. package/src/AppLayout/AppLayoutBody.tsx +2 -4
  775. package/src/AppLayout/AppLayoutHeader.tsx +2 -4
  776. package/src/AppLayout/AppLayoutMain.tsx +2 -4
  777. package/src/AppLayout/AppLayoutSidebar.tsx +2 -4
  778. package/src/Appear/Appear.tsx +10 -21
  779. package/src/Avatar/Avatar.tsx +15 -14
  780. package/src/Badge/Badge.tsx +1 -6
  781. package/src/Base/Base.css +203 -203
  782. package/src/Base/Base.tsx +85 -34
  783. package/src/Bounds/Bounds.tsx +2 -2
  784. package/src/Button/Button.css +28 -28
  785. package/src/Button/Button.test.tsx +6 -30
  786. package/src/Button/Button.tsx +7 -20
  787. package/src/Button/Buttons.test.tsx +21 -15
  788. package/src/Button/Buttons.tsx +7 -4
  789. package/src/Button/ColorButton.css +22 -22
  790. package/src/Button/ColorButton.test.tsx +7 -3
  791. package/src/Button/ColorButton.tsx +3 -13
  792. package/src/Button/__snapshots__/ColorButton.test.tsx.snap +1 -1
  793. package/src/ButtonWithDropdown/ButtonWithDropdown.tsx +47 -45
  794. package/src/Card/Card.css +3 -3
  795. package/src/Card/Card.tsx +7 -5
  796. package/src/Card/CardButton.tsx +2 -4
  797. package/src/Card/CardContent.tsx +2 -4
  798. package/src/Card/CardDivider.tsx +2 -4
  799. package/src/Checkbox/Checkbox.css +7 -7
  800. package/src/Checkbox/Checkbox.tsx +8 -18
  801. package/src/DatePicker/DatePicker.css +7 -7
  802. package/src/DatePicker/DatePicker.tsx +40 -52
  803. package/src/DatePicker/DatePickerDay.tsx +24 -27
  804. package/src/DatePicker/DatePickerGrid.tsx +2 -8
  805. package/src/DatePicker/DatePickerMonth.tsx +26 -34
  806. package/src/Divider/Divider.tsx +1 -7
  807. package/src/Dot/Dot.tsx +1 -7
  808. package/src/Dropdown/Dropdown.tsx +31 -32
  809. package/src/Dropdown/DropdownButton.tsx +4 -15
  810. package/src/Dropdown/DropdownMenu.css +4 -4
  811. package/src/Dropdown/DropdownMenu.tsx +4 -15
  812. package/src/Dropdown/DropdownMenuItem.tsx +16 -18
  813. package/src/Dropdown/DropdownMenuItemGroup.tsx +6 -9
  814. package/src/Dropdown/DropdownMenus.tsx +2 -4
  815. package/src/Expand/Expand.test.tsx +17 -17
  816. package/src/Expand/Expand.tsx +27 -26
  817. package/src/ExternalLink/ExternalLink.tsx +4 -9
  818. package/src/Flex/Flex.tsx +20 -18
  819. package/src/Grid/Grid.test.tsx +17 -28
  820. package/src/Grid/Grid.tsx +14 -10
  821. package/src/Hamburger/Hamburger.tsx +1 -4
  822. package/src/Icon/Icon.tsx +1 -6
  823. package/src/Icon/svg/{icons-eye.svg → icons-show-password.svg} +0 -0
  824. package/src/Icon/tsx/{IconsEye.tsx → IconsShowPassword.tsx} +7 -4
  825. package/src/Icon/tsx/index.ts +4 -4
  826. package/src/Image/Image.tsx +2 -6
  827. package/src/Input/Input.css +12 -12
  828. package/src/Input/Input.tsx +2 -7
  829. package/src/Input/InputContainer.tsx +1 -6
  830. package/src/Input/InputContent.tsx +8 -6
  831. package/src/Input/InputInlineHelp.tsx +2 -4
  832. package/src/Input/InputLabel.tsx +2 -9
  833. package/src/Link/Link.css +15 -15
  834. package/src/Link/Link.tsx +3 -4
  835. package/src/List/List.tsx +2 -4
  836. package/src/List/ListItem.tsx +2 -4
  837. package/src/Logo/Logo.tsx +9 -9
  838. package/src/Modal/Modal.css +2 -2
  839. package/src/Modal/Modal.tsx +33 -35
  840. package/src/Modal/ModalBody.tsx +2 -4
  841. package/src/Modal/ModalHeader.tsx +9 -22
  842. package/src/Modal/ModalHeaderProgress.tsx +2 -5
  843. package/src/Modal/ModalTitle.tsx +2 -9
  844. package/src/Notification/Notification.css +15 -15
  845. package/src/Notification/Notification.test.tsx +15 -11
  846. package/src/Notification/Notification.tsx +11 -31
  847. package/src/Placement/Placement.css +2 -2
  848. package/src/Placement/Placement.tsx +5 -15
  849. package/src/Placement/PlacementArea.tsx +11 -18
  850. package/src/Placement/PlacementArrow.tsx +4 -8
  851. package/src/Placement/PlacementManager.tsx +4 -5
  852. package/src/Placement/PlacementPopper.tsx +45 -43
  853. package/src/Placement/PlacementReference.tsx +2 -4
  854. package/src/Progress/ProgressBar.tsx +17 -23
  855. package/src/Progress/ProgressBitbot.tsx +100 -94
  856. package/src/Progress/ProgressButton.tsx +4 -4
  857. package/src/Progress/ProgressButtonContent.tsx +5 -13
  858. package/src/Progress/ProgressColorButton.tsx +3 -5
  859. package/src/Progress/ProgressSpinner.tsx +36 -34
  860. package/src/RadioButton/RadioButton.css +5 -5
  861. package/src/RadioButton/RadioButton.tsx +5 -19
  862. package/src/Ribbon/Ribbon.css +15 -15
  863. package/src/Ribbon/Ribbon.tsx +9 -23
  864. package/src/Sidebar/Sidebar.css +13 -13
  865. package/src/Sidebar/Sidebar.tsx +1 -3
  866. package/src/Sidebar/SidebarHeader.tsx +2 -4
  867. package/src/Sidebar/SidebarMenu.tsx +3 -2
  868. package/src/Sidebar/SidebarMenuItem.tsx +18 -15
  869. package/src/Sidebar/SidebarSubMenu.tsx +3 -3
  870. package/src/Sidebar/SidebarSubMenuItem.tsx +12 -12
  871. package/src/Skeleton/Skeleton.css +5 -5
  872. package/src/Skeleton/Skeleton.tsx +1 -5
  873. package/src/Skeleton/SkeletonBox.tsx +1 -4
  874. package/src/Status/Status404.tsx +11 -9
  875. package/src/Status/Status500.tsx +6 -5
  876. package/src/Table/Table.css +5 -5
  877. package/src/Table/Table.tsx +1 -5
  878. package/src/Table/TableBody.tsx +2 -6
  879. package/src/Table/TableCell.tsx +1 -6
  880. package/src/Table/TableHeader.tsx +2 -6
  881. package/src/Table/TableHeaderCell.tsx +20 -21
  882. package/src/Table/TableHeaderRow.tsx +2 -6
  883. package/src/Table/TableRow.tsx +1 -6
  884. package/src/Tabs/Tab.tsx +1 -7
  885. package/src/Tabs/Tabs.css +3 -3
  886. package/src/Tabs/Tabs.tsx +2 -4
  887. package/src/Text/Text.tsx +2 -8
  888. package/src/Textarea/Textarea.css +10 -10
  889. package/src/Textarea/Textarea.tsx +1 -6
  890. package/src/Toggle/Toggle.css +4 -4
  891. package/src/Toggle/Toggle.tsx +10 -13
  892. package/src/Tooltip/Tooltip.tsx +18 -15
  893. package/src/Visibility/Visibility.tsx +1 -3
  894. package/src/Visibility/VisibilityContainer.tsx +1 -3
  895. package/src/hooks/useResizeObserver.ts +4 -6
  896. package/src/index.ts +11 -5
  897. package/src/root.css +59 -0
  898. package/src/variables.css +133 -133
  899. package/.eslintignore +0 -3
  900. package/.eslintrc +0 -72
  901. package/lib/cjs/Button2/Button2.d.ts +0 -14
  902. package/lib/cjs/Button2/Button2.d.ts.map +0 -1
  903. package/lib/cjs/Button2/Button2.js +0 -49
  904. package/lib/cjs/Button2/Button2.js.map +0 -1
  905. package/lib/cjs/Icon/tsx/IconsEye.d.ts +0 -4
  906. package/lib/cjs/Icon/tsx/IconsEye.d.ts.map +0 -1
  907. package/lib/cjs/Icon/tsx/IconsEye.js.map +0 -1
  908. package/lib/cjs/chakra/provider.d.ts +0 -5
  909. package/lib/cjs/chakra/provider.d.ts.map +0 -1
  910. package/lib/cjs/chakra/provider.js +0 -37
  911. package/lib/cjs/chakra/provider.js.map +0 -1
  912. package/lib/cjs/chakra/theme.d.ts +0 -3
  913. package/lib/cjs/chakra/theme.d.ts.map +0 -1
  914. package/lib/cjs/chakra/theme.js +0 -160
  915. package/lib/cjs/chakra/theme.js.map +0 -1
  916. package/lib/esn/Button2/Button2.d.ts +0 -14
  917. package/lib/esn/Button2/Button2.d.ts.map +0 -1
  918. package/lib/esn/Button2/Button2.js +0 -13
  919. package/lib/esn/Button2/Button2.js.map +0 -1
  920. package/lib/esn/Icon/tsx/IconsEye.d.ts +0 -4
  921. package/lib/esn/Icon/tsx/IconsEye.d.ts.map +0 -1
  922. package/lib/esn/Icon/tsx/IconsEye.js.map +0 -1
  923. package/lib/esn/chakra/provider.d.ts +0 -5
  924. package/lib/esn/chakra/provider.d.ts.map +0 -1
  925. package/lib/esn/chakra/provider.js +0 -8
  926. package/lib/esn/chakra/provider.js.map +0 -1
  927. package/lib/esn/chakra/theme.d.ts +0 -3
  928. package/lib/esn/chakra/theme.d.ts.map +0 -1
  929. package/lib/esn/chakra/theme.js +0 -158
  930. package/lib/esn/chakra/theme.js.map +0 -1
  931. package/site/components/Documentation/Components/SectionButton2.tsx +0 -109
  932. package/src/Button2/Button2.tsx +0 -24
  933. package/src/chakra/provider.tsx +0 -9
  934. package/src/chakra/theme.tsx +0 -159
@@ -17,7 +17,7 @@
17
17
  flex: 1;
18
18
  /* stylelint-disable-next-line unit-blacklist */
19
19
  height: 1px;
20
- background-color: var(--bitkit-colors-gray-3);
20
+ background-color: var(--color-gray--3);
21
21
  }
22
22
 
23
23
  .DropdownMenu__item {
@@ -38,11 +38,11 @@
38
38
  }
39
39
 
40
40
  .DropdownMenu__item[disabled] {
41
- color: var(--bitkit-colors-gray-5);
41
+ color: var(--color-gray--5);
42
42
  pointer-events: none;
43
43
  }
44
44
 
45
45
  .DropdownMenu__item:hover {
46
- background-color: var(--bitkit-colors-grape-1);
47
- color: var(--bitkit-colors-grape-3);
46
+ background-color: var(--color-grape--1);
47
+ color: var(--color-grape--3);
48
48
  }
@@ -15,23 +15,12 @@ export interface Props extends BaseProps {
15
15
  * Parent container for DropdownMenuItems
16
16
  */
17
17
  const DropdownMenu: React.FunctionComponent<Props> = (props: Props) => {
18
- const {
19
- children,
20
- maxHeight,
21
- width,
22
- ...rest
23
- } = props;
18
+ const { children, maxHeight, width, ...rest } = props;
24
19
 
25
20
  return (
26
- <PlacementArea { ...rest }
27
- direction="vertical"
28
- paddingVertical="x4">
29
- <Flex
30
- className="DropdownMenu__content"
31
- direction="vertical"
32
- maxHeight={ maxHeight }
33
- width={ width }>
34
- { children }
21
+ <PlacementArea {...rest} direction="vertical" paddingVertical="x4">
22
+ <Flex className="DropdownMenu__content" direction="vertical" maxHeight={maxHeight} width={width}>
23
+ {children}
35
24
  </Flex>
36
25
  </PlacementArea>
37
26
  );
@@ -19,7 +19,7 @@ export interface Props extends FlexProps {
19
19
  * component.
20
20
  */
21
21
  const DropdownMenuItem: React.FunctionComponent<Props> = (props: Props) => {
22
- const { children, icon, onClick, selected, ...rest } = props;
22
+ const { children, icon, onClick, selected, textColor, ...rest } = props;
23
23
  const classes = classnames('DropdownMenu__item', {
24
24
  'DropdownMenu__item--selected': selected,
25
25
  });
@@ -33,29 +33,27 @@ const DropdownMenuItem: React.FunctionComponent<Props> = (props: Props) => {
33
33
  };
34
34
 
35
35
  return (
36
- <Flex { ...rest }
37
- alignChildrenVertical="middle"
38
- className={ classes }
39
- direction="horizontal"
40
- gap="x1"
41
- onClick={ handleClick }>
42
- <Visibility Component={ Flex } visible={ selected || false }>
36
+ <Flex
37
+ {...rest}
38
+ alignChildrenVertical="middle"
39
+ className={classes}
40
+ direction="horizontal"
41
+ gap="x1"
42
+ onClick={handleClick}
43
+ >
44
+ <Visibility Component={Flex} visible={selected || false}>
43
45
  <Icon name="Tick" />
44
46
  </Visibility>
45
47
 
46
- <Flex
47
- direction="horizontal"
48
- gap="x4"
49
- grow
50
- initial="none">
51
- { icon && (
48
+ <Flex direction="horizontal" gap="x4" grow initial="none">
49
+ {icon && (
52
50
  <Flex>
53
- <Icon name={ icon } />
51
+ <Icon name={icon} textColor={textColor} />
54
52
  </Flex>
55
- ) }
53
+ )}
56
54
 
57
- <Flex grow initial="none">
58
- { children }
55
+ <Flex grow initial="none" textColor={textColor}>
56
+ {children}
59
57
  </Flex>
60
58
  </Flex>
61
59
  </Flex>
@@ -7,15 +7,12 @@ export interface Props extends FlexProps {
7
7
  text: string;
8
8
  }
9
9
 
10
- const DropdownMenuItemGroup: React.FunctionComponent<Props> = ({
11
- text,
12
- children,
13
- className,
14
- ...rest
15
- }: Props) => (
16
- <Flex className={ classnames('DropdownMenu__group', className) } { ...rest }>
17
- <Text className="DropdownMenu__group-text" size="2" textColor="gray-6">{ text }</Text>
18
- { children }
10
+ const DropdownMenuItemGroup: React.FunctionComponent<Props> = ({ text, children, className, ...rest }: Props) => (
11
+ <Flex className={classnames('DropdownMenu__group', className)} {...rest}>
12
+ <Text className="DropdownMenu__group-text" size="2" textColor="gray-6">
13
+ {text}
14
+ </Text>
15
+ {children}
19
16
  </Flex>
20
17
  );
21
18
 
@@ -1,16 +1,14 @@
1
1
  import * as React from 'react';
2
2
  import PlacementArea, { Props as PlacementAreaProps } from '../Placement/PlacementArea';
3
3
 
4
- export interface Props extends PlacementAreaProps {}
4
+ export type Props = PlacementAreaProps;
5
5
 
6
6
  /**
7
7
  * Provides a horizontal flex environment for a
8
8
  * dual view dropdown menu.
9
9
  */
10
10
  const DropdownMenus: React.FunctionComponent<Props> = (props: Props) => {
11
- return (
12
- <PlacementArea { ...props } direction="horizontal" />
13
- );
11
+ return <PlacementArea {...props} direction="horizontal" />;
14
12
  };
15
13
 
16
14
  export default DropdownMenus;
@@ -8,29 +8,33 @@ describe('Expand', () => {
8
8
  describe('removing children', () => {
9
9
  test('does render children when initially expanded', () => {
10
10
  expect(
11
- shallowToJson(shallow(
12
- <Expand expanded removeChildren>
13
- I should appear in the snapshot
14
- </Expand>
15
- ))
11
+ shallowToJson(
12
+ shallow(
13
+ <Expand expanded removeChildren>
14
+ I should appear in the snapshot
15
+ </Expand>,
16
+ ),
17
+ ),
16
18
  ).toMatchSnapshot();
17
19
  });
18
20
 
19
21
  test('does not render children when not initially expanded', () => {
20
22
  expect(
21
- shallowToJson(shallow(
22
- <Expand expanded={ false } removeChildren>
23
- I should not appear in the snapshot
24
- </Expand>
25
- ))
23
+ shallowToJson(
24
+ shallow(
25
+ <Expand expanded={false} removeChildren>
26
+ I should not appear in the snapshot
27
+ </Expand>,
28
+ ),
29
+ ),
26
30
  ).toMatchSnapshot();
27
31
  });
28
32
 
29
33
  test('does render children once expanded', () => {
30
34
  const wrapper = mount(
31
- <Expand expanded={ false } removeChildren>
35
+ <Expand expanded={false} removeChildren>
32
36
  I should appear in the snapshot
33
- </Expand>
37
+ </Expand>,
34
38
  );
35
39
 
36
40
  act(() => {
@@ -42,11 +46,7 @@ describe('Expand', () => {
42
46
 
43
47
  test('always renders children when removeChildren is not set', () => {
44
48
  expect(
45
- shallowToJson(shallow(
46
- <Expand expanded={ false }>
47
- I should appear in the snapshot
48
- </Expand>
49
- ))
49
+ shallowToJson(shallow(<Expand expanded={false}>I should appear in the snapshot</Expand>)),
50
50
  ).toMatchSnapshot();
51
51
  });
52
52
  });
@@ -46,18 +46,23 @@ const Expand: React.FunctionComponent<Props> = (props: Props) => {
46
46
 
47
47
  const [height, setHeight] = useState<number | undefined>(expanded ? undefined : 0);
48
48
  const [isTransitioning, setIsTransitioning] = useState(false);
49
- const [opacity, setOpacity] = useState<number | undefined>((expanded || peekHeight) ? 1 : 0);
50
- const [overflow, setOverflow] = useState<string | undefined>((expanded || peekHeight) ? undefined : 'hidden');
51
-
52
- useEventListener(refOuter.current, 'transitionend', () => {
53
- setIsTransitioning(false);
54
-
55
- if (expanded) {
56
- setHeight(undefined);
57
- setOpacity(undefined);
58
- setOverflow(undefined);
59
- }
60
- }, [expanded]);
49
+ const [opacity, setOpacity] = useState<number | undefined>(expanded || peekHeight ? 1 : 0);
50
+ const [overflow, setOverflow] = useState<string | undefined>(expanded || peekHeight ? undefined : 'hidden');
51
+
52
+ useEventListener(
53
+ refOuter.current,
54
+ 'transitionend',
55
+ () => {
56
+ setIsTransitioning(false);
57
+
58
+ if (expanded) {
59
+ setHeight(undefined);
60
+ setOpacity(undefined);
61
+ setOverflow(undefined);
62
+ }
63
+ },
64
+ [expanded],
65
+ );
61
66
 
62
67
  useEffect(() => {
63
68
  refIsExpanded.current = expanded;
@@ -99,7 +104,7 @@ const Expand: React.FunctionComponent<Props> = (props: Props) => {
99
104
  };
100
105
  }, [expanded]);
101
106
 
102
- const renderChildren = isTransitioning || peekHeight || (expanded || refIsExpanded.current) || !removeChildren;
107
+ const renderChildren = isTransitioning || peekHeight || expanded || refIsExpanded.current || !removeChildren;
103
108
  const style = { opacity, overflow };
104
109
  const innerStyle = { overflow };
105
110
  const classes = classnames('Expand', {
@@ -110,20 +115,16 @@ const Expand: React.FunctionComponent<Props> = (props: Props) => {
110
115
  const classesInner = classnames(className, 'Expand__inner');
111
116
 
112
117
  return (
113
- <Flex { ...rest }
114
- className={ classes }
115
- height={ height }
116
- innerRef={ refOuter }
117
- minHeight={ peekHeight }
118
- style={ style }>
118
+ <Flex {...rest} className={classes} height={height} innerRef={refOuter} minHeight={peekHeight} style={style}>
119
119
  <Base
120
- className={ classesInner }
121
- innerRef={ refInner }
122
- padding={ padding }
123
- paddingHorizontal={ paddingHorizontal }
124
- paddingVertical={ paddingVertical }
125
- style={ innerStyle }>
126
- { renderChildren && children }
120
+ className={classesInner}
121
+ innerRef={refInner}
122
+ padding={padding}
123
+ paddingHorizontal={paddingHorizontal}
124
+ paddingVertical={paddingVertical}
125
+ style={innerStyle}
126
+ >
127
+ {renderChildren && children}
127
128
  </Base>
128
129
  </Flex>
129
130
  );
@@ -3,20 +3,15 @@ import Flex from '../Flex/Flex';
3
3
  import Icon from '../Icon/Icon';
4
4
  import Link, { Props as LinkProps } from '../Link/Link';
5
5
 
6
- export interface Props extends LinkProps {}
6
+ export type Props = LinkProps;
7
7
 
8
8
  const ExternalLink: React.FunctionComponent<Props> = (props: Props) => {
9
9
  const { children, ...rest } = props;
10
10
 
11
11
  return (
12
- <Link { ...rest }>
13
- <Flex
14
- alignChildrenVertical="middle"
15
- direction="horizontal"
16
- gap="x1">
17
- <Flex>
18
- { children }
19
- </Flex>
12
+ <Link {...rest}>
13
+ <Flex alignChildrenVertical="middle" direction="horizontal" gap="x1">
14
+ <Flex>{children}</Flex>
20
15
 
21
16
  <Flex>
22
17
  <Icon name="OpenInBrowser" />
package/src/Flex/Flex.tsx CHANGED
@@ -66,25 +66,27 @@ const Flex: React.FunctionComponent<Props> = (props: Props) => {
66
66
  ...rest
67
67
  } = props;
68
68
 
69
- const classes = classnames('Flex', {
70
- [`Flex--align-horz-${alignChildrenHorizontal}`]: alignChildrenHorizontal,
71
- [`Flex--align-self-${alignSelf}`]: alignSelf,
72
- [`Flex--align-vert-${alignChildrenVertical}`]: alignChildrenVertical,
73
- [`Flex--${direction}`]: direction,
74
- [`Flex--initial-${initial}`]: initial,
75
- 'Flex--gapped': gap,
76
- [`Flex--gap-${gap}`]: gap,
77
- 'Flex--reverse': reverse,
78
- 'Flex--grow': grow === true,
79
- [`Flex--grow-${grow}`]: typeof grow === 'string',
80
- 'Flex--shrink': shrink === true,
81
- [`Flex--shrink-${shrink}`]: typeof shrink === 'string',
82
- 'Flex--wrap': wrap,
83
- }, className);
84
-
85
- return (
86
- <Base { ...rest } className={ classes } />
69
+ const classes = classnames(
70
+ 'Flex',
71
+ {
72
+ [`Flex--align-horz-${alignChildrenHorizontal}`]: alignChildrenHorizontal,
73
+ [`Flex--align-self-${alignSelf}`]: alignSelf,
74
+ [`Flex--align-vert-${alignChildrenVertical}`]: alignChildrenVertical,
75
+ [`Flex--${direction}`]: direction,
76
+ [`Flex--initial-${initial}`]: initial,
77
+ 'Flex--gapped': gap,
78
+ [`Flex--gap-${gap}`]: gap,
79
+ 'Flex--reverse': reverse,
80
+ 'Flex--grow': grow === true,
81
+ [`Flex--grow-${grow}`]: typeof grow === 'string',
82
+ 'Flex--shrink': shrink === true,
83
+ [`Flex--shrink-${shrink}`]: typeof shrink === 'string',
84
+ 'Flex--wrap': wrap,
85
+ },
86
+ className,
87
87
  );
88
+
89
+ return <Base {...rest} className={classes} />;
88
90
  };
89
91
 
90
92
  export default Flex;
@@ -5,57 +5,46 @@ import Grid from './Grid';
5
5
 
6
6
  describe('Grid', () => {
7
7
  test('alignChildren', () => {
8
- expect(shallowToJson(shallow(
9
- <Grid alignChildren="start">*</Grid>
10
- ))).toMatchSnapshot();
8
+ expect(shallowToJson(shallow(<Grid alignChildren="start">*</Grid>))).toMatchSnapshot();
11
9
  });
12
10
 
13
11
  test('gap', () => {
14
- expect(shallowToJson(shallow(
15
- <Grid gap="x1">*</Grid>
16
- ))).toMatchSnapshot();
12
+ expect(shallowToJson(shallow(<Grid gap="x1">*</Grid>))).toMatchSnapshot();
17
13
  });
18
14
 
19
15
  test('gapHorizontal', () => {
20
- expect(shallowToJson(shallow(
21
- <Grid gapHorizontal="x1">*</Grid>
22
- ))).toMatchSnapshot();
16
+ expect(shallowToJson(shallow(<Grid gapHorizontal="x1">*</Grid>))).toMatchSnapshot();
23
17
  });
24
18
 
25
19
  test('gapVertical', () => {
26
- expect(shallowToJson(shallow(
27
- <Grid gapVertical="x1">*</Grid>
28
- ))).toMatchSnapshot();
20
+ expect(shallowToJson(shallow(<Grid gapVertical="x1">*</Grid>))).toMatchSnapshot();
29
21
  });
30
22
 
31
23
  test('repeat', () => {
32
- expect(shallowToJson(shallow(
33
- <Grid repeat="3">*</Grid>
34
- ))).toMatchSnapshot();
24
+ expect(shallowToJson(shallow(<Grid repeat="3">*</Grid>))).toMatchSnapshot();
35
25
  });
36
26
 
37
27
  test('repeatWidth', () => {
38
- expect(shallowToJson(shallow(
39
- <Grid repeatWidth="1fr">*</Grid>
40
- ))).toMatchSnapshot();
28
+ expect(shallowToJson(shallow(<Grid repeatWidth="1fr">*</Grid>))).toMatchSnapshot();
41
29
  });
42
30
 
43
31
  test('repeatWidthMin', () => {
44
- expect(shallowToJson(shallow(
45
- <Grid repeatWidthMin="4rem">*</Grid>
46
- ))).toMatchSnapshot();
32
+ expect(shallowToJson(shallow(<Grid repeatWidthMin="4rem">*</Grid>))).toMatchSnapshot();
47
33
  });
48
34
 
49
35
  test('repeatWidthMax', () => {
50
- expect(shallowToJson(shallow(
51
- <Grid repeatWidthMax="2fr" repeatWidthMin="4rem">*</Grid>
52
- ))).toMatchSnapshot();
36
+ expect(
37
+ shallowToJson(
38
+ shallow(
39
+ <Grid repeatWidthMax="2fr" repeatWidthMin="4rem">
40
+ *
41
+ </Grid>,
42
+ ),
43
+ ),
44
+ ).toMatchSnapshot();
53
45
  });
54
46
 
55
47
  test('rowSize', () => {
56
- expect(shallowToJson(shallow(
57
- <Grid rowSize="1fr">*</Grid>
58
- ))).toMatchSnapshot();
48
+ expect(shallowToJson(shallow(<Grid rowSize="1fr">*</Grid>))).toMatchSnapshot();
59
49
  });
60
-
61
50
  });
package/src/Grid/Grid.tsx CHANGED
@@ -44,22 +44,26 @@ const Grid: React.FunctionComponent<Props> = (props: Props) => {
44
44
  ...rest
45
45
  } = props;
46
46
 
47
- const classes = classnames('Grid', {
48
- [`Grid--align-${alignChildren}`]: alignChildren,
49
- [`Grid--gap-${gap}`]: gap,
50
- [`Grid--gap-horizontal-${gapHorizontal}`]: gapHorizontal,
51
- [`Grid--gap-vertical-${gapVertical}`]: gapVertical,
52
- }, className);
47
+ const classes = classnames(
48
+ 'Grid',
49
+ {
50
+ [`Grid--align-${alignChildren}`]: alignChildren,
51
+ [`Grid--gap-${gap}`]: gap,
52
+ [`Grid--gap-horizontal-${gapHorizontal}`]: gapHorizontal,
53
+ [`Grid--gap-vertical-${gapVertical}`]: gapVertical,
54
+ },
55
+ className,
56
+ );
53
57
 
54
58
  const style = {
55
59
  ...rest.style,
56
- gridTemplateColumns: `repeat(${repeat}, ${repeatWidthMin ? `minmax(${repeatWidthMin}, ${repeatWidthMax})` : repeatWidth})`,
60
+ gridTemplateColumns: `repeat(${repeat}, ${
61
+ repeatWidthMin ? `minmax(${repeatWidthMin}, ${repeatWidthMax})` : repeatWidth
62
+ })`,
57
63
  gridAutoRows: rowSize,
58
64
  };
59
65
 
60
- return (
61
- <Flex { ...rest } className={ classes } style={ style } />
62
- );
66
+ return <Flex {...rest} className={classes} style={style} />;
63
67
  };
64
68
 
65
69
  Grid.defaultProps = {
@@ -20,10 +20,7 @@ const Hamburger: React.FunctionComponent<Props> = (props: Props) => {
20
20
  });
21
21
 
22
22
  return (
23
- <Base { ...rest }
24
- className={ classes }
25
- height={ size }
26
- width={ size }>
23
+ <Base {...rest} className={classes} height={size} width={size}>
27
24
  <div className="Hamburger--bar" />
28
25
  </Base>
29
26
  );
package/src/Icon/Icon.tsx CHANGED
@@ -18,12 +18,7 @@ const Icon: React.FunctionComponent<Props> = (props: Props) => {
18
18
  const IconSVG = IconMap[name];
19
19
 
20
20
  return (
21
- <Base { ...rest }
22
- Component="svg"
23
- className="Icon"
24
- height={ size }
25
- viewBox="0 0 24 24"
26
- width={ size }>
21
+ <Base {...rest} Component="svg" className="Icon" height={size} viewBox="0 0 24 24" width={size}>
27
22
  <IconSVG height="100%" width="100%" />
28
23
  </Base>
29
24
  );
@@ -1,15 +1,18 @@
1
1
  // THIS IS AN AUTOGERENATED FILE. DO NOT EDIT IT. CHECK README ON HOW TO MANAGE ICONS INSTEAD.
2
2
  import * as React from 'react';
3
3
 
4
- const SvgIconsEye = (props: React.SVGProps<SVGSVGElement>) => (
4
+ const SvgIconsShowPassword = (props: React.SVGProps<SVGSVGElement>) => (
5
5
  <svg { ...props } viewBox="0 0 24 24">
6
6
  <defs>
7
7
  <path
8
8
  d="M11.999 9a3.001 3.001 0 0 1 0 6 3 3 0 1 1 0-6zm5.467 6.535L21.002 12l-3.536-3.534a4.961 4.961 0 0 0-3.534-1.464H10.07a4.967 4.967 0 0 0-3.536 1.463L2.999 12l3.536 3.536A4.971 4.971 0 0 0 10.07 17h3.86a5.029 5.029 0 0 0 3.535-1.465zm4.949-4.949c.78.78.78 2.05 0 2.828L18.88 16.95A7.042 7.042 0 0 1 13.932 19H10.07a6.954 6.954 0 0 1-4.95-2.05l-3.535-3.536a2.001 2.001 0 0 1 0-2.828L5.12 7.05A6.95 6.95 0 0 1 10.07 5l3.862.001c1.868 0 3.626.727 4.947 2.05l3.535 3.535z"
9
- id="icons-eye_svg__a"/>
9
+ id="icons-show-password_svg__a"/>
10
10
  </defs>
11
- <use fill="currentColor" fillRule="evenodd" xlinkHref="#icons-eye_svg__a" />
11
+ <use
12
+ fill="currentColor"
13
+ fillRule="evenodd"
14
+ xlinkHref="#icons-show-password_svg__a"/>
12
15
  </svg>
13
16
  );
14
17
 
15
- export default SvgIconsEye;
18
+ export default SvgIconsShowPassword;
@@ -61,7 +61,6 @@ import Dudes from './IconsDudes';
61
61
  import Duplicate from './IconsDuplicate';
62
62
  import Enterprise from './IconsEnterprise';
63
63
  import ErrorGeneral from './IconsErrorGeneral';
64
- import Eye from './IconsEye';
65
64
  import FileDoc from './IconsFileDoc';
66
65
  import FilePdf from './IconsFilePdf';
67
66
  import FilePlist from './IconsFilePlist';
@@ -135,6 +134,7 @@ import Save from './IconsSave';
135
134
  import SecurityShield from './IconsSecurityShield';
136
135
  import Settings from './IconsSettings';
137
136
  import Ship from './IconsShip';
137
+ import ShowPassword from './IconsShowPassword';
138
138
  import Shuffle from './IconsShuffle';
139
139
  import Stability from './IconsStability';
140
140
  import Stack from './IconsStack';
@@ -234,7 +234,6 @@ export type TypeIconName =
234
234
  | 'Duplicate'
235
235
  | 'Enterprise'
236
236
  | 'ErrorGeneral'
237
- | 'Eye'
238
237
  | 'FileDoc'
239
238
  | 'FilePdf'
240
239
  | 'FilePlist'
@@ -308,6 +307,7 @@ export type TypeIconName =
308
307
  | 'SecurityShield'
309
308
  | 'Settings'
310
309
  | 'Ship'
310
+ | 'ShowPassword'
311
311
  | 'Shuffle'
312
312
  | 'Stability'
313
313
  | 'Stack'
@@ -407,7 +407,6 @@ export const IconList: TypeIconName[] = [
407
407
  'Duplicate',
408
408
  'Enterprise',
409
409
  'ErrorGeneral',
410
- 'Eye',
411
410
  'FileDoc',
412
411
  'FilePdf',
413
412
  'FilePlist',
@@ -481,6 +480,7 @@ export const IconList: TypeIconName[] = [
481
480
  'SecurityShield',
482
481
  'Settings',
483
482
  'Ship',
483
+ 'ShowPassword',
484
484
  'Shuffle',
485
485
  'Stability',
486
486
  'Stack',
@@ -583,7 +583,6 @@ export const IconMap: {
583
583
  Duplicate,
584
584
  Enterprise,
585
585
  ErrorGeneral,
586
- Eye,
587
586
  FileDoc,
588
587
  FilePdf,
589
588
  FilePlist,
@@ -657,6 +656,7 @@ export const IconMap: {
657
656
  SecurityShield,
658
657
  Settings,
659
658
  Ship,
659
+ ShowPassword,
660
660
  Shuffle,
661
661
  Stability,
662
662
  Stack,
@@ -2,18 +2,14 @@ import * as React from 'react';
2
2
  import Base, { Props as BaseProps } from '../Base/Base';
3
3
  import './Image.css';
4
4
 
5
- export interface Props extends BaseProps {}
5
+ export type Props = BaseProps;
6
6
 
7
7
  /**
8
8
  * Standard img element component component, that scales to the
9
9
  * available container width
10
10
  * */
11
11
  const Image: React.FunctionComponent<Props> = (props: Props) => {
12
- return (
13
- <Base { ...props }
14
- Component="img"
15
- className="Image" />
16
- );
12
+ return <Base {...props} Component="img" className="Image" />;
17
13
  };
18
14
 
19
15
  export default Image;