@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
@@ -15,10 +15,10 @@ import {
15
15
  import Section from '../../Section/Section';
16
16
 
17
17
  type ModalTypes =
18
- 'modalWithHeaderVisible' |
19
- 'modalWithLotsOfContentVisible' |
20
- 'modalWithProgressVisible' |
21
- 'modalWithTitleVisible';
18
+ | 'modalWithHeaderVisible'
19
+ | 'modalWithLotsOfContentVisible'
20
+ | 'modalWithProgressVisible'
21
+ | 'modalWithTitleVisible';
22
22
 
23
23
  const { useState } = React;
24
24
 
@@ -37,32 +37,35 @@ const SectionModals = () => {
37
37
  return (
38
38
  <Section>
39
39
  <Buttons margin="x2">
40
- <Button
41
- level="primary"
42
- onClick={ () => handleOpenModal('modalWithTitleVisible') }>Open Modal with Title</Button>
40
+ <Button level="primary" onClick={() => handleOpenModal('modalWithTitleVisible')}>
41
+ Open Modal with Title
42
+ </Button>
43
43
  </Buttons>
44
44
 
45
45
  <Buttons margin="x2">
46
- <Button
47
- level="primary"
48
- onClick={ () => handleOpenModal('modalWithHeaderVisible') }>Open Modal with Header</Button>
46
+ <Button level="primary" onClick={() => handleOpenModal('modalWithHeaderVisible')}>
47
+ Open Modal with Header
48
+ </Button>
49
49
  </Buttons>
50
50
 
51
51
  <Buttons margin="x2">
52
- <Button
53
- level="primary"
54
- onClick={ () => handleOpenModal('modalWithProgressVisible') }>Open Modal with Progress</Button>
52
+ <Button level="primary" onClick={() => handleOpenModal('modalWithProgressVisible')}>
53
+ Open Modal with Progress
54
+ </Button>
55
55
  </Buttons>
56
56
 
57
57
  <Buttons margin="x2">
58
- <Button
59
- level="primary"
60
- onClick={ () => handleOpenModal('modalWithLotsOfContentVisible') }>Open Modal with lots of content</Button>
58
+ <Button level="primary" onClick={() => handleOpenModal('modalWithLotsOfContentVisible')}>
59
+ Open Modal with lots of content
60
+ </Button>
61
61
  </Buttons>
62
62
 
63
63
  <Modal
64
- backgroundColor="white"
65
- onClose={ () => handleCloseModal('modalWithTitleVisible') } visible={ state.modalWithTitleVisible } width="28rem">
64
+ backgroundColor="white"
65
+ onClose={() => handleCloseModal('modalWithTitleVisible')}
66
+ visible={state.modalWithTitleVisible}
67
+ width="28rem"
68
+ >
66
69
  <ModalHeader />
67
70
  <ModalBody>
68
71
  <Flex direction="horizontal">
@@ -72,37 +75,45 @@ const SectionModals = () => {
72
75
  </Flex>
73
76
  </Flex>
74
77
  <Buttons alignChildrenHorizontal="end" margin="x6">
75
- <Button level="secondary" onClick={ () => handleCloseModal('modalWithTitleVisible') }>Run</Button>
78
+ <Button level="secondary" onClick={() => handleCloseModal('modalWithTitleVisible')}>
79
+ Run
80
+ </Button>
76
81
 
77
82
  <Tooltip title="Careful!" visible>
78
- { ({ ref }) => (
83
+ {({ ref }) => (
79
84
  <Button
80
- innerRef={ ref }
81
- level="primary"
82
- onClick={ () => handleCloseModal('modalWithTitleVisible') }
83
- variant="danger">
85
+ innerRef={ref}
86
+ level="primary"
87
+ onClick={() => handleCloseModal('modalWithTitleVisible')}
88
+ variant="danger"
89
+ >
84
90
  Jump!
85
91
  </Button>
86
- ) }
92
+ )}
87
93
  </Tooltip>
88
94
  </Buttons>
89
95
  </ModalBody>
90
96
  </Modal>
91
97
 
92
98
  <Modal
93
- backgroundColor="white"
94
- onClose={ () => handleCloseModal('modalWithHeaderVisible') } visible={ state.modalWithHeaderVisible } width="600px">
99
+ backgroundColor="white"
100
+ onClose={() => handleCloseModal('modalWithHeaderVisible')}
101
+ visible={state.modalWithHeaderVisible}
102
+ width="600px"
103
+ >
95
104
  <ModalHeader alignChildrenVertical="middle" minHeight="4.5rem" paddingVertical="x0" withSeparator>
96
105
  <Flex alignChildrenVertical="middle" direction="horizontal" gap="x2">
97
106
  <Flex>
98
- <Icon name="Bitbot"size="2rem"></Icon>
107
+ <Icon name="Bitbot" size="2rem" />
99
108
  </Flex>
100
109
 
101
110
  <Flex>
102
111
  <Text letterSpacing="x3" size="4" textColor="grape-4" weight="bold">
103
112
  Modals may have complex headers
104
113
  </Text>
105
- <Text size="1" textColor="gray-7" uppercase>Even a subtitle fits in here!</Text>
114
+ <Text size="1" textColor="gray-7" uppercase>
115
+ Even a subtitle fits in here!
116
+ </Text>
106
117
  </Flex>
107
118
  </Flex>
108
119
  </ModalHeader>
@@ -111,91 +122,98 @@ const SectionModals = () => {
111
122
  <ModalTitle>And we can still use a Title for the content!</ModalTitle>
112
123
  <Text color="gray-7">And make the body look however you'd like</Text>
113
124
  <Flex alignChildrenHorizontal="end" direction="horizontal" margin="x6">
114
- <Button level="primary" onClick={ () => handleCloseModal('modalWithHeaderVisible') }>Close</Button>
125
+ <Button level="primary" onClick={() => handleCloseModal('modalWithHeaderVisible')}>
126
+ Close
127
+ </Button>
115
128
  </Flex>
116
129
  </ModalBody>
117
130
  </Modal>
118
131
 
119
-
120
132
  <Modal
121
- backgroundColor="white"
122
- onClose={ () => handleCloseModal('modalWithProgressVisible') } visible={ state.modalWithProgressVisible } width="600px">
133
+ backgroundColor="white"
134
+ onClose={() => handleCloseModal('modalWithProgressVisible')}
135
+ visible={state.modalWithProgressVisible}
136
+ width="600px"
137
+ >
123
138
  <ModalHeader alignChildrenVertical="middle" minHeight="4.5rem" paddingVertical="x0" withSeparator>
124
139
  <Text size="5" textColor="grape-4" weight="bold">
125
140
  Modal Header
126
141
  </Text>
127
142
 
128
- <ModalHeaderProgress
129
- progress={ progress } />
143
+ <ModalHeaderProgress progress={progress} />
130
144
  </ModalHeader>
131
145
 
132
146
  <ModalBody>
133
- <Text margin="x4">
134
- Modal with a progress line inside the header,
135
- click next to see it progress!
136
- </Text>
147
+ <Text margin="x4">Modal with a progress line inside the header, click next to see it progress!</Text>
137
148
 
138
149
  <Buttons alignChildrenHorizontal="end">
139
- { progress === 1 ? (
150
+ {progress === 1 ? (
140
151
  <Button
141
- level="primary"
142
- onClick={ () => { setProgress(0); handleCloseModal('modalWithProgressVisible'); } }>
152
+ level="primary"
153
+ onClick={() => {
154
+ setProgress(0);
155
+ handleCloseModal('modalWithProgressVisible');
156
+ }}
157
+ >
143
158
  Ok, cool
144
159
  </Button>
145
160
  ) : (
146
- <Button
147
- level="primary"
148
- onClick={ () => setProgress(progress + 0.25) }>
161
+ <Button level="primary" onClick={() => setProgress(progress + 0.25)}>
149
162
  Next!
150
163
  </Button>
151
- ) }
164
+ )}
152
165
  </Buttons>
153
166
  </ModalBody>
154
167
  </Modal>
155
168
 
156
169
  <Modal
157
- backgroundColor="white"
158
- onClose={ () => handleCloseModal('modalWithLotsOfContentVisible') } visible={ state.modalWithLotsOfContentVisible } width="600px">
170
+ backgroundColor="white"
171
+ onClose={() => handleCloseModal('modalWithLotsOfContentVisible')}
172
+ visible={state.modalWithLotsOfContentVisible}
173
+ width="600px"
174
+ >
159
175
  <ModalHeader />
160
176
  <ModalBody>
161
177
  <ModalTitle>Modal Title</ModalTitle>
162
178
 
163
179
  <Text margin="x2">
164
- Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque scelerisque arcu vitae nibh rutrum, sit amet lobortis
165
- ligula rutrum. Quisque volutpat vitae mauris non interdum. Ut egestas, ex aliquam hendrerit placerat, mi nisi
166
- sollicitudin elit, sit amet vulputate nisi leo a tortor. Pellentesque rhoncus mattis nisl, vel efficitur libero
167
- euismod nec. Fusce sed tincidunt nisi. Sed porta odio risus, sagittis venenatis lacus pharetra ut. Integer turpis
168
- leo, tempor vel est ut, viverra dignissim urna.
180
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque scelerisque arcu vitae nibh rutrum,
181
+ sit amet lobortis ligula rutrum. Quisque volutpat vitae mauris non interdum. Ut egestas, ex aliquam
182
+ hendrerit placerat, mi nisi sollicitudin elit, sit amet vulputate nisi leo a tortor. Pellentesque rhoncus
183
+ mattis nisl, vel efficitur libero euismod nec. Fusce sed tincidunt nisi. Sed porta odio risus, sagittis
184
+ venenatis lacus pharetra ut. Integer turpis leo, tempor vel est ut, viverra dignissim urna.
169
185
  </Text>
170
186
 
171
187
  <Text margin="x2">
172
- Phasellus rhoncus consectetur risus efficitur finibus. Pellentesque in enim in lorem volutpat blandit sed venenatis
173
- tortor. Praesent consectetur pellentesque risus eget elementum. Cras molestie dapibus nisl, in consequat tellus
174
- sollicitudin id. Curabitur vitae molestie nunc. Mauris dapibus suscipit erat, vel tempus tellus. Morbi mi dui,
175
- ornare et mattis eu, consequat ac tortor.
188
+ Phasellus rhoncus consectetur risus efficitur finibus. Pellentesque in enim in lorem volutpat blandit sed
189
+ venenatis tortor. Praesent consectetur pellentesque risus eget elementum. Cras molestie dapibus nisl, in
190
+ consequat tellus sollicitudin id. Curabitur vitae molestie nunc. Mauris dapibus suscipit erat, vel tempus
191
+ tellus. Morbi mi dui, ornare et mattis eu, consequat ac tortor.
176
192
  </Text>
177
193
 
178
194
  <Text margin="x2">
179
- Curabitur laoreet porta est eu fermentum. Nunc imperdiet porta leo, ac commodo nisi maximus eu. Morbi ultricies
180
- sed ex ac fermentum. Sed posuere ex non lectus pretium viverra eu non arcu. Nullam vel auctor tortor, non faucibus
181
- nunc. Vestibulum bibendum nibh quam, in faucibus lacus condimentum ac. Integer at faucibus sapien. Phasellus
182
- fringilla magna neque, et sodales mauris semper et. Vestibulum aliquam, sem gravida mollis hendrerit, felis
183
- dui rutrum lectus, eu congue metus neque id eros. Maecenas posuere nunc a elit bibendum vulputate. Nam ut
184
- faucibus magna. Maecenas id dolor lacinia ipsum rhoncus pellentesque. Maecenas nisl lectus, bibendum sit
185
- amet justo ut, vestibulum bibendum dolor. Nullam sodales ultrices congue. Donec erat massa, consequat non
186
- tincidunt sagittis, lobortis vel odio.
195
+ Curabitur laoreet porta est eu fermentum. Nunc imperdiet porta leo, ac commodo nisi maximus eu. Morbi
196
+ ultricies sed ex ac fermentum. Sed posuere ex non lectus pretium viverra eu non arcu. Nullam vel auctor
197
+ tortor, non faucibus nunc. Vestibulum bibendum nibh quam, in faucibus lacus condimentum ac. Integer at
198
+ faucibus sapien. Phasellus fringilla magna neque, et sodales mauris semper et. Vestibulum aliquam, sem
199
+ gravida mollis hendrerit, felis dui rutrum lectus, eu congue metus neque id eros. Maecenas posuere nunc a
200
+ elit bibendum vulputate. Nam ut faucibus magna. Maecenas id dolor lacinia ipsum rhoncus pellentesque.
201
+ Maecenas nisl lectus, bibendum sit amet justo ut, vestibulum bibendum dolor. Nullam sodales ultrices congue.
202
+ Donec erat massa, consequat non tincidunt sagittis, lobortis vel odio.
187
203
  </Text>
188
204
 
189
205
  <Text margin="x2">
190
- Fusce vitae semper nibh, et efficitur ipsum. Ut mattis sollicitudin nisl, sit amet gravida nibh ornare
191
- sed. Cras quis turpis sem. Suspendisse eget urna ac quam varius ullamcorper et at erat. Fusce eleifend
192
- pulvinar justo, non faucibus neque. Vivamus elementum convallis tempor. Suspendisse egestas nunc in
193
- erat commodo, sed rutrum ante maximus. Orci varius natoque penatibus et magnis dis parturient montes,
194
- ]nascetur ridiculus mus. Nam sapien lorem, finibus ac molestie ut, ultrices id purus.
206
+ Fusce vitae semper nibh, et efficitur ipsum. Ut mattis sollicitudin nisl, sit amet gravida nibh ornare sed.
207
+ Cras quis turpis sem. Suspendisse eget urna ac quam varius ullamcorper et at erat. Fusce eleifend pulvinar
208
+ justo, non faucibus neque. Vivamus elementum convallis tempor. Suspendisse egestas nunc in erat commodo, sed
209
+ rutrum ante maximus. Orci varius natoque penatibus et magnis dis parturient montes, ]nascetur ridiculus mus.
210
+ Nam sapien lorem, finibus ac molestie ut, ultrices id purus.
195
211
  </Text>
196
212
 
197
213
  <Flex alignChildrenHorizontal="end" direction="horizontal" margin="x6">
198
- <Button level="primary" onClick={ () => handleCloseModal('modalWithLotsOfContentVisible') }>Close</Button>
214
+ <Button level="primary" onClick={() => handleCloseModal('modalWithLotsOfContentVisible')}>
215
+ Close
216
+ </Button>
199
217
  </Flex>
200
218
  </ModalBody>
201
219
  </Modal>
@@ -6,33 +6,31 @@ import Section from '../../Section/Section';
6
6
  const SectionNotification = () => {
7
7
  return (
8
8
  <Section>
9
- <Notification margin="x2" onRemove={ () => {} } type="warning">
9
+ <Notification margin="x2" onRemove={() => {}} type="warning">
10
10
  You need to setup publishing on the <Link underline>Settings page</Link>.
11
11
  </Notification>
12
12
 
13
- <Notification icon="Deployment" margin="x2" onRemove={ () => {} } type="inform">
13
+ <Notification icon="Deployment" margin="x2" onRemove={() => {}} type="inform">
14
14
  App is ready for publishing to App Store Connect.
15
15
  </Notification>
16
16
 
17
- <Notification margin="x2" onRemove={ () => {} } type="alert">
17
+ <Notification margin="x2" onRemove={() => {}} type="alert">
18
18
  Publish has failed. See the error log at the <Link underline>Activity tab</Link>.
19
19
  </Notification>
20
20
 
21
- <Notification margin="x2" onRemove={ () => {} } type="success">
21
+ <Notification margin="x2" onRemove={() => {}} type="success">
22
22
  App has successfully published to <Link underline>App Store Connect</Link>
23
23
  </Notification>
24
24
 
25
- <Notification margin="x2" onRemove={ () => {} } type="progress">
25
+ <Notification margin="x2" onRemove={() => {}} type="progress">
26
26
  Publishing to App Store Connect is in progress.
27
27
  </Notification>
28
28
 
29
- <CodeBlock title="Notification usage example">{
30
- `const Component = () => (
29
+ <CodeBlock title="Notification usage example">{`const Component = () => (
31
30
  <Notification margin="x2" onRemove={ () => {} } type="progress">
32
31
  Publishing to App Store Connect is in progress.
33
32
  </Notification>
34
- );`
35
- }</CodeBlock>
33
+ );`}</CodeBlock>
36
34
  </Section>
37
35
  );
38
36
  };
@@ -26,69 +26,56 @@ const SectionPlacement = () => {
26
26
  return (
27
27
  <Section>
28
28
  <Tabs gap="x6" margin="x8">
29
- <Tab
30
- active={ selectedTab === 1 }
31
- onClick={ () => setSelectedTab(1) }>
29
+ <Tab active={selectedTab === 1} onClick={() => setSelectedTab(1)}>
32
30
  Placement Reference
33
31
  </Tab>
34
32
 
35
- <Tab
36
- active={ selectedTab === 2 }
37
- onClick={ () => setSelectedTab(2) }>
33
+ <Tab active={selectedTab === 2} onClick={() => setSelectedTab(2)}>
38
34
  Reference Element
39
35
  </Tab>
40
36
  </Tabs>
41
37
 
42
- { selectedTab === 1 && (
43
- <React.Fragment>
38
+ {selectedTab === 1 && (
39
+ <>
44
40
  <PlacementManager>
45
41
  <PlacementReference>
46
- { ({ ref }) => (
47
- <Button
48
- innerRef={ ref }
49
- level="primary"
50
- onClick={ handleToggle }>
42
+ {({ ref }) => (
43
+ <Button innerRef={ref} level="primary" onClick={handleToggle}>
51
44
  <Icon name="More" />
52
45
  </Button>
53
- ) }
46
+ )}
54
47
  </PlacementReference>
55
48
 
56
- <Placement onClose={ (event: MouseEvent) => {
57
- console.log('Placement closed via event', event);
58
- handleToggle();
59
- } } visible={ visible }>
60
- { () => (
49
+ <Placement
50
+ onClose={(event: MouseEvent) => {
51
+ console.log('Placement closed via event', event);
52
+ handleToggle();
53
+ }}
54
+ visible={visible}
55
+ >
56
+ {() => (
61
57
  <DropdownMenu withArrow>
62
- <DropdownMenuItem
63
- icon="Percent"
64
- onClick={ handleToggle }>
58
+ <DropdownMenuItem icon="Percent" onClick={handleToggle}>
65
59
  Refer your friends
66
60
  </DropdownMenuItem>
67
61
 
68
- <DropdownMenuItem
69
- icon="Settings"
70
- onClick={ handleToggle }>
62
+ <DropdownMenuItem icon="Settings" onClick={handleToggle}>
71
63
  Account setings
72
64
  </DropdownMenuItem>
73
65
 
74
- <DropdownMenuItem
75
- icon="ChangePlan"
76
- onClick={ handleToggle }>
66
+ <DropdownMenuItem icon="ChangePlan" onClick={handleToggle}>
77
67
  Change plan
78
68
  </DropdownMenuItem>
79
69
 
80
- <DropdownMenuItem
81
- icon="Logout"
82
- onClick={ handleToggle }>
70
+ <DropdownMenuItem icon="Logout" onClick={handleToggle}>
83
71
  Log out
84
72
  </DropdownMenuItem>
85
73
  </DropdownMenu>
86
- ) }
74
+ )}
87
75
  </Placement>
88
76
  </PlacementManager>
89
77
 
90
- <CodeBlock margin="x4" title="PlacementReference Example">{
91
- `const Component = () => {
78
+ <CodeBlock margin="x4" title="PlacementReference Example">{`const Component = () => {
92
79
  const [visible, setVisible] = React.useState(false);
93
80
 
94
81
  return (
@@ -127,36 +114,23 @@ const SectionPlacement = () => {
127
114
  </Placement>
128
115
  </PlacementManager>
129
116
  );
130
- };`
131
- }</CodeBlock>
132
- </React.Fragment>
133
- ) }
134
-
135
-
136
- { selectedTab === 2 && (
137
- <React.Fragment>
138
- <Icon
139
- innerRef={ setRef }
140
- name="Bitbot"
141
- size="4rem" />
142
-
143
- <Placement
144
- backgroundColor="black"
145
- placement="right"
146
- referenceElement={ ref }
147
- textColor="white"
148
- visible={ !!ref }>
149
- { () => (
150
- <PlacementArea
151
- padding="x3"
152
- withArrow>
117
+ };`}</CodeBlock>
118
+ </>
119
+ )}
120
+
121
+ {selectedTab === 2 && (
122
+ <>
123
+ <Icon innerRef={setRef} name="Bitbot" size="4rem" />
124
+
125
+ <Placement backgroundColor="black" placement="right" referenceElement={ref} textColor="white" visible={!!ref}>
126
+ {() => (
127
+ <PlacementArea padding="x3" withArrow>
153
128
  Hi, I'm Bitbot 👋
154
129
  </PlacementArea>
155
- ) }
130
+ )}
156
131
  </Placement>
157
132
 
158
- <CodeBlock margin="x4" title="Pre-existing Reference Element">{
159
- `const Component = () => {
133
+ <CodeBlock margin="x4" title="Pre-existing Reference Element">{`const Component = () => {
160
134
  const [ref, setRef] = React.useState();
161
135
 
162
136
  return (
@@ -180,10 +154,9 @@ const SectionPlacement = () => {
180
154
  </Placement>
181
155
  </React.Fragment>
182
156
  );
183
- };`
184
- }</CodeBlock>
185
- </React.Fragment>
186
- ) }
157
+ };`}</CodeBlock>
158
+ </>
159
+ )}
187
160
  </Section>
188
161
  );
189
162
  };
@@ -1,5 +1,17 @@
1
1
  import * as React from 'react';
2
- import { hooks, Base, Buttons, ProgressBar, ProgressButton, ProgressColorButton, ProgressBitbot, ProgressSpinner, Flex, Text, Icon } from '@bitrise/bitkit';
2
+ import {
3
+ hooks,
4
+ Base,
5
+ Buttons,
6
+ ProgressBar,
7
+ ProgressButton,
8
+ ProgressColorButton,
9
+ ProgressBitbot,
10
+ ProgressSpinner,
11
+ Flex,
12
+ Text,
13
+ Icon,
14
+ } from '@bitrise/bitkit';
3
15
  import Section from '../../Section/Section';
4
16
  import SectionSubTitle from '../../Section/SectionSubTitle';
5
17
 
@@ -17,9 +29,12 @@ const SectionProgress = () => {
17
29
  const [progressing5, setProgressing5] = useState(false);
18
30
 
19
31
  React.useEffect(() => {
20
- refTimeout.current = window.setTimeout(() => {
21
- setProgress(progress < 1 ? progress + Math.random() * (0.1 - 0.05) + 0.05 : 0);
22
- }, progress < 1 ? Math.random() * (500 - 250) + 250 : 1000);
32
+ refTimeout.current = window.setTimeout(
33
+ () => {
34
+ setProgress(progress < 1 ? progress + Math.random() * (0.1 - 0.05) + 0.05 : 0);
35
+ },
36
+ progress < 1 ? Math.random() * (500 - 250) + 250 : 1000,
37
+ );
23
38
 
24
39
  return () => {
25
40
  window.clearTimeout(refTimeout.current);
@@ -31,7 +46,7 @@ const SectionProgress = () => {
31
46
  <Base margin="x6">
32
47
  <SectionSubTitle>Indeterminate progress Bitbot</SectionSubTitle>
33
48
 
34
- <Flex direction={ match('896px') ? 'horizontal' : 'vertical' } gap="x4">
49
+ <Flex direction={match('896px') ? 'horizontal' : 'vertical'} gap="x4">
35
50
  <Flex backgroundColor="gray-1" grow padding="x6">
36
51
  <ProgressBitbot content="Loading something..." size="64px" textColor="grape-3" />
37
52
  </Flex>
@@ -49,7 +64,7 @@ const SectionProgress = () => {
49
64
  <Base margin="x12">
50
65
  <SectionSubTitle>Indeterminate progress spinner</SectionSubTitle>
51
66
 
52
- <Flex direction={ match('896px') ? 'horizontal' : 'vertical' } gap="x4">
67
+ <Flex direction={match('896px') ? 'horizontal' : 'vertical'} gap="x4">
53
68
  <Flex backgroundColor="gray-1" grow padding="x6">
54
69
  <ProgressSpinner size="2rem" textColor="grape-3" />
55
70
  </Flex>
@@ -68,40 +83,33 @@ const SectionProgress = () => {
68
83
  <SectionSubTitle>Indeterminate progress buttons (Press them to toggle the states)</SectionSubTitle>
69
84
 
70
85
  <Buttons>
71
- <ProgressButton
72
- level="primary"
73
- onClick={ () => setProgressing1(!progressing1) }
74
- progressing={ progressing1 }>
86
+ <ProgressButton level="primary" onClick={() => setProgressing1(!progressing1)} progressing={progressing1}>
75
87
  Primary
76
88
  </ProgressButton>
77
89
 
78
90
  <ProgressButton
79
- level="primary"
80
- onClick={ () => setProgressing2(!progressing2) }
81
- progressing={ progressing2 }
82
- variant="danger">
91
+ level="primary"
92
+ onClick={() => setProgressing2(!progressing2)}
93
+ progressing={progressing2}
94
+ variant="danger"
95
+ >
83
96
  Danger!
84
97
  </ProgressButton>
85
98
 
86
- <ProgressButton
87
- level="secondary"
88
- onClick={ () => setProgressing3(!progressing3) }
89
- progressing={ progressing3 }>
99
+ <ProgressButton level="secondary" onClick={() => setProgressing3(!progressing3)} progressing={progressing3}>
90
100
  Secondary
91
101
  </ProgressButton>
92
102
 
93
103
  <ProgressColorButton
94
- color="blue"
95
- onClick={ () => setProgressing4(!progressing4) }
96
- progressing={ progressing4 }
97
- size="medium">
104
+ color="blue"
105
+ onClick={() => setProgressing4(!progressing4)}
106
+ progressing={progressing4}
107
+ size="medium"
108
+ >
98
109
  Color button
99
110
  </ProgressColorButton>
100
111
 
101
- <ProgressButton
102
- level="primary"
103
- onClick={ () => setProgressing5(!progressing5) }
104
- progressing={ progressing5 }>
112
+ <ProgressButton level="primary" onClick={() => setProgressing5(!progressing5)} progressing={progressing5}>
105
113
  <Icon name="App" />
106
114
  <span>Button with icon</span>
107
115
  </ProgressButton>
@@ -114,23 +122,25 @@ const SectionProgress = () => {
114
122
  <Text>Without stripes</Text>
115
123
 
116
124
  <ProgressBar
117
- backgroundColor="gray-2"
118
- borderRadius="x2"
119
- foregroundColor="grape-3"
120
- height="8px"
121
- margin="x2"
122
- progress={ progress } />
125
+ backgroundColor="gray-2"
126
+ borderRadius="x2"
127
+ foregroundColor="grape-3"
128
+ height="8px"
129
+ margin="x2"
130
+ progress={progress}
131
+ />
123
132
 
124
133
  <Text>With stripes</Text>
125
134
 
126
135
  <ProgressBar
127
- backgroundColor="gray-2"
128
- borderRadius="x2"
129
- foregroundColor="aqua-3"
130
- height="8px"
131
- margin="x2"
132
- progress={ progress }
133
- stripeColor="gray-1" />
136
+ backgroundColor="gray-2"
137
+ borderRadius="x2"
138
+ foregroundColor="aqua-3"
139
+ height="8px"
140
+ margin="x2"
141
+ progress={progress}
142
+ stripeColor="gray-1"
143
+ />
134
144
  </Base>
135
145
  </Section>
136
146
  );
@@ -11,37 +11,26 @@ const SectionFormElements = () => {
11
11
 
12
12
  return (
13
13
  <Section>
14
- <Flex
15
- direction={ match('896px') ? 'horizontal' : 'vertical' }
16
- gap="x12"
17
- margin="x12">
18
- <Flex grow initial={ match('896px') ? 'none' : 'content' }>
14
+ <Flex direction={match('896px') ? 'horizontal' : 'vertical'} gap="x12" margin="x12">
15
+ <Flex grow initial={match('896px') ? 'none' : 'content'}>
19
16
  <SectionSubTitle>Checked RadioButton</SectionSubTitle>
20
- <RadioButton defaultChecked>
21
- RadioButton label
22
- </RadioButton>
17
+ <RadioButton defaultChecked>RadioButton label</RadioButton>
23
18
  </Flex>
24
19
 
25
- <Flex grow initial={ match('896px') ? 'none' : 'content' }>
20
+ <Flex grow initial={match('896px') ? 'none' : 'content'}>
26
21
  <SectionSubTitle>Unchecked RadioButton</SectionSubTitle>
27
- <RadioButton>
28
- RadioButton label
29
- </RadioButton>
22
+ <RadioButton>RadioButton label</RadioButton>
30
23
  </Flex>
31
24
 
32
- <Flex grow initial={ match('896px') ? 'none' : 'content' }>
25
+ <Flex grow initial={match('896px') ? 'none' : 'content'}>
33
26
  <SectionSubTitle>Disabled RadioButton</SectionSubTitle>
34
- <RadioButton disabled>
35
- RadioButton label
36
- </RadioButton>
27
+ <RadioButton disabled>RadioButton label</RadioButton>
37
28
  </Flex>
38
29
  </Flex>
39
30
 
40
- <CodeBlock title="RadioButton usage example">{
41
- `const Component = () => (
31
+ <CodeBlock title="RadioButton usage example">{`const Component = () => (
42
32
  <RadioButton>RadioButton label</RadioButton>
43
- );`
44
- }</CodeBlock>
33
+ );`}</CodeBlock>
45
34
  </Section>
46
35
  );
47
36
  };