@nulogy/components 16.0.0 → 16.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (471) hide show
  1. package/dist/locales/ja_JP.json +63 -0
  2. package/dist/main.js +1733 -587
  3. package/dist/main.js.map +1 -1
  4. package/dist/main.module.js +1732 -586
  5. package/dist/main.module.js.map +1 -1
  6. package/dist/src/Alert/Alert.d.ts +1 -1
  7. package/dist/src/Alert/Alert.js +3 -8
  8. package/dist/src/Alert/Alert.story.d.ts +1 -1
  9. package/dist/src/Alert/Alert.story.js +3 -9
  10. package/dist/src/Alert/CloseButton.d.ts +1 -1
  11. package/dist/src/Alert/CloseButton.js +2 -3
  12. package/dist/src/AppTag/AppTag.d.ts +1 -2
  13. package/dist/src/AppTag/AppTag.js +2 -6
  14. package/dist/src/AppTag/components/NulogyLogo.d.ts +1 -1
  15. package/dist/src/AppTag/components/NulogyLogo.js +2 -3
  16. package/dist/src/AppTag/stories/AppTag.story.d.ts +2 -3
  17. package/dist/src/AppTag/stories/AppTag.story.js +6 -8
  18. package/dist/src/AppTag/stories/AppTag.usecases.story.d.ts +5 -6
  19. package/dist/src/AppTag/stories/AppTag.usecases.story.js +12 -58
  20. package/dist/src/AsyncSelect/AsyncSelect.graphql.story.d.ts +1 -2
  21. package/dist/src/AsyncSelect/AsyncSelect.graphql.story.js +4 -4
  22. package/dist/src/AsyncSelect/AsyncSelect.js +21 -23
  23. package/dist/src/AsyncSelect/AsyncSelect.story.d.ts +9 -10
  24. package/dist/src/AsyncSelect/AsyncSelect.story.js +11 -14
  25. package/dist/src/AsyncSelect/AsyncSelectComponents.d.ts +8 -9
  26. package/dist/src/AsyncSelect/AsyncSelectComponents.js +9 -19
  27. package/dist/src/Banner/Banner.d.ts +2 -2
  28. package/dist/src/Banner/Banner.js +2 -2
  29. package/dist/src/Banner/Banner.story.d.ts +6 -7
  30. package/dist/src/Banner/Banner.story.js +7 -24
  31. package/dist/src/BottomSheet/BottomSheet.d.ts +1 -1
  32. package/dist/src/BottomSheet/BottomSheet.js +3 -17
  33. package/dist/src/BottomSheet/BottomSheet.parts.d.ts +3 -3
  34. package/dist/src/BottomSheet/BottomSheet.parts.js +6 -5
  35. package/dist/src/BottomSheet/BottomSheet.styled.d.ts +4 -4
  36. package/dist/src/BottomSheet/BottomSheetProvider.d.ts +1 -1
  37. package/dist/src/BottomSheet/BottomSheetProvider.js +2 -2
  38. package/dist/src/BottomSheet/stories/BottomSheet.actions.story.d.ts +3 -4
  39. package/dist/src/BottomSheet/stories/BottomSheet.actions.story.js +4 -9
  40. package/dist/src/BottomSheet/stories/BottomSheet.content.story.d.ts +3 -4
  41. package/dist/src/BottomSheet/stories/BottomSheet.content.story.js +4 -11
  42. package/dist/src/BottomSheet/stories/BottomSheet.features.story.d.ts +5 -6
  43. package/dist/src/BottomSheet/stories/BottomSheet.features.story.js +12 -42
  44. package/dist/src/BottomSheet/stories/BottomSheet.parts.story.d.ts +2 -3
  45. package/dist/src/BottomSheet/stories/BottomSheet.parts.story.js +3 -23
  46. package/dist/src/BottomSheet/stories/BottomSheet.story.d.ts +2 -3
  47. package/dist/src/BottomSheet/stories/BottomSheet.story.js +3 -5
  48. package/dist/src/Box/Box.story.d.ts +12 -13
  49. package/dist/src/Box/Box.story.js +14 -32
  50. package/dist/src/BrandedNavBar/BrandLogoContainer.d.ts +1 -1
  51. package/dist/src/BrandedNavBar/BrandLogoContainer.js +2 -5
  52. package/dist/src/BrandedNavBar/DesktopMenu.js +6 -9
  53. package/dist/src/BrandedNavBar/MenuTrigger.d.ts +1 -1
  54. package/dist/src/BrandedNavBar/MenuTrigger.js +12 -12
  55. package/dist/src/BrandedNavBar/MenuTriggerButton.js +7 -8
  56. package/dist/src/BrandedNavBar/MobileMenu.d.ts +1 -1
  57. package/dist/src/BrandedNavBar/MobileMenu.js +8 -24
  58. package/dist/src/BrandedNavBar/NavBar.d.ts +1 -1
  59. package/dist/src/BrandedNavBar/NavBar.js +6 -16
  60. package/dist/src/BrandedNavBar/NavBar.story.d.ts +13 -14
  61. package/dist/src/BrandedNavBar/NavBar.story.js +27 -42
  62. package/dist/src/BrandedNavBar/NavBarDropdownMenu.js +34 -39
  63. package/dist/src/BrandedNavBar/NulogyLogo.d.ts +1 -2
  64. package/dist/src/BrandedNavBar/NulogyLogo.js +2 -14
  65. package/dist/src/BrandedNavBar/NulogyLogoContainer.d.ts +1 -2
  66. package/dist/src/BrandedNavBar/NulogyLogoContainer.js +2 -5
  67. package/dist/src/BrandedNavBar/SmallNavBar.js +9 -17
  68. package/dist/src/BrandedNavBar/SmallNavBar.story.d.ts +6 -7
  69. package/dist/src/BrandedNavBar/SmallNavBar.story.js +10 -16
  70. package/dist/src/BrandedNavBar/SubMenuTrigger.d.ts +1 -1
  71. package/dist/src/BrandedNavBar/SubMenuTrigger.js +4 -5
  72. package/dist/src/BrandedNavBar/SubMenuTriggerButton.js +2 -4
  73. package/dist/src/BrandedNavBar/renderSubMenuItems.js +5 -10
  74. package/dist/src/Branding/Branding.d.ts +1 -2
  75. package/dist/src/Branding/Branding.js +5 -10
  76. package/dist/src/Branding/Branding.story.d.ts +1 -2
  77. package/dist/src/Branding/Branding.story.js +2 -77
  78. package/dist/src/Branding/LettermarkLogo.d.ts +1 -2
  79. package/dist/src/Branding/LettermarkLogo.js +2 -3
  80. package/dist/src/Branding/WordmarkLogo.d.ts +1 -1
  81. package/dist/src/Branding/WordmarkLogo.js +2 -10
  82. package/dist/src/Breadcrumbs/Breadcrumbs.d.ts +1 -2
  83. package/dist/src/Breadcrumbs/Breadcrumbs.js +4 -5
  84. package/dist/src/Breadcrumbs/Breadcrumbs.story.d.ts +3 -4
  85. package/dist/src/Breadcrumbs/Breadcrumbs.story.js +4 -16
  86. package/dist/src/Button/Button.js +2 -4
  87. package/dist/src/Button/Button.story.d.ts +9 -10
  88. package/dist/src/Button/Button.story.js +10 -26
  89. package/dist/src/Button/CloseButton.js +2 -2
  90. package/dist/src/Button/ControlIcon.js +2 -2
  91. package/dist/src/Button/ControlIcon.story.d.ts +3 -4
  92. package/dist/src/Button/ControlIcon.story.js +4 -4
  93. package/dist/src/Button/IconicButton.js +13 -17
  94. package/dist/src/Button/IconicButton.story.d.ts +15 -16
  95. package/dist/src/Button/IconicButton.story.js +16 -31
  96. package/dist/src/ButtonGroup/ButtonGroup.story.d.ts +5 -6
  97. package/dist/src/ButtonGroup/ButtonGroup.story.js +6 -43
  98. package/dist/src/Card/Card.d.ts +1 -2
  99. package/dist/src/Card/Card.js +2 -2
  100. package/dist/src/Card/Card.story.d.ts +4 -5
  101. package/dist/src/Card/Card.story.js +6 -39
  102. package/dist/src/Checkbox/Checkbox.js +3 -6
  103. package/dist/src/Checkbox/Checkbox.story.d.ts +11 -12
  104. package/dist/src/Checkbox/Checkbox.story.js +13 -26
  105. package/dist/src/Checkbox/CheckboxGroup.d.ts +1 -1
  106. package/dist/src/Checkbox/CheckboxGroup.js +3 -11
  107. package/dist/src/Checkbox/CheckboxGroup.story.d.ts +6 -7
  108. package/dist/src/Checkbox/CheckboxGroup.story.js +7 -25
  109. package/dist/src/DatePickers/DatePicker.js +3 -2
  110. package/dist/src/DatePickers/MonthPicker.js +3 -2
  111. package/dist/src/DatePickers/WeekPicker.js +4 -7
  112. package/dist/src/DatePickers/custom/MonthPickerHeader.d.ts +1 -2
  113. package/dist/src/DatePickers/custom/MonthPickerHeader.js +2 -5
  114. package/dist/src/DatePickers/shared/components/BasePicker.js +3 -5
  115. package/dist/src/DatePickers/shared/components/DatePickerHeader.d.ts +2 -2
  116. package/dist/src/DatePickers/shared/components/DatePickerHeader.js +3 -9
  117. package/dist/src/DatePickers/shared/components/DatePickerInput.js +2 -1
  118. package/dist/src/DatePickers/stories/DatePicker.story.d.ts +4 -4
  119. package/dist/src/DatePickers/stories/DatePicker.story.js +6 -7
  120. package/dist/src/DatePickers/stories/MonthPicker.story.d.ts +6 -7
  121. package/dist/src/DatePickers/stories/MonthPicker.story.js +8 -7
  122. package/dist/src/DatePickers/stories/WeekPicker.story.d.ts +8 -9
  123. package/dist/src/DatePickers/stories/WeekPicker.story.js +10 -11
  124. package/dist/src/DateRange/DateRange.js +12 -17
  125. package/dist/src/DateRange/DateRange.story.d.ts +12 -13
  126. package/dist/src/DateRange/DateRange.story.js +14 -20
  127. package/dist/src/Decorations/index.d.ts +1 -2
  128. package/dist/src/Decorations/index.js +2 -4
  129. package/dist/src/DescriptionList/DescriptionList.d.ts +1 -2
  130. package/dist/src/DescriptionList/DescriptionList.js +2 -4
  131. package/dist/src/DescriptionList/DescriptionListContext.d.ts +2 -2
  132. package/dist/src/DescriptionList/DescriptionListContext.js +3 -2
  133. package/dist/src/DescriptionList/stories/DescriptionList.column.story.d.ts +3 -4
  134. package/dist/src/DescriptionList/stories/DescriptionList.column.story.js +7 -26
  135. package/dist/src/DescriptionList/stories/DescriptionList.group-min-width.story.js +2 -8
  136. package/dist/src/DescriptionList/stories/DescriptionList.layout.story.d.ts +3 -4
  137. package/dist/src/DescriptionList/stories/DescriptionList.layout.story.js +4 -30
  138. package/dist/src/DescriptionList/stories/DescriptionList.playground.story.js +83 -148
  139. package/dist/src/DescriptionList/stories/DescriptionList.sizing.story.d.ts +3 -4
  140. package/dist/src/DescriptionList/stories/DescriptionList.sizing.story.js +5 -44
  141. package/dist/src/DescriptionList/stories/DescriptionList.spanning.story.d.ts +3 -4
  142. package/dist/src/DescriptionList/stories/DescriptionList.spanning.story.js +5 -59
  143. package/dist/src/DescriptionList/stories/fixtures.d.ts +1 -1
  144. package/dist/src/DescriptionList/stories/fixtures.js +2 -27
  145. package/dist/src/Divider/Divider.story.d.ts +4 -4
  146. package/dist/src/Divider/Divider.story.js +5 -17
  147. package/dist/src/DropdownMenu/DropdownMenu.js +10 -10
  148. package/dist/src/DropdownMenu/DropdownMenu.story.d.ts +12 -13
  149. package/dist/src/DropdownMenu/DropdownMenu.story.js +13 -45
  150. package/dist/src/DropdownMenu/DropdownText.d.ts +2 -2
  151. package/dist/src/FieldLabel/FieldLabel.d.ts +1 -2
  152. package/dist/src/FieldLabel/FieldLabel.js +2 -10
  153. package/dist/src/FieldLabel/FieldLabel.story.d.ts +7 -8
  154. package/dist/src/FieldLabel/FieldLabel.story.js +12 -32
  155. package/dist/src/FieldLabel/MaybeFieldLabel.d.ts +1 -2
  156. package/dist/src/FieldLabel/MaybeFieldLabel.js +2 -2
  157. package/dist/src/FieldLabel/RequirementText.d.ts +1 -2
  158. package/dist/src/FieldLabel/RequirementText.js +2 -2
  159. package/dist/src/Flex/Flex.story.d.ts +18 -19
  160. package/dist/src/Flex/Flex.story.js +23 -122
  161. package/dist/src/Form/Form.d.ts +1 -1
  162. package/dist/src/Form/Form.js +2 -4
  163. package/dist/src/Form/Form.story.d.ts +6 -7
  164. package/dist/src/Form/Form.story.js +7 -59
  165. package/dist/src/Form/FormSection.d.ts +1 -1
  166. package/dist/src/Form/FormSection.js +2 -4
  167. package/dist/src/Icon/Icon.js +5 -5
  168. package/dist/src/Icon/Icon.story.d.ts +6 -7
  169. package/dist/src/Icon/Icon.story.js +8 -37
  170. package/dist/src/Icon/LoadingIcon.js +2 -11
  171. package/dist/src/Input/Input.js +3 -4
  172. package/dist/src/Input/Input.story.d.ts +11 -12
  173. package/dist/src/Input/Input.story.js +24 -55
  174. package/dist/src/Input/InputField.js +5 -13
  175. package/dist/src/Input/Prefix.d.ts +1 -2
  176. package/dist/src/Input/Prefix.js +2 -3
  177. package/dist/src/Input/Suffix.d.ts +1 -2
  178. package/dist/src/Input/Suffix.js +2 -3
  179. package/dist/src/Layout/ApplicationFrame.d.ts +2 -2
  180. package/dist/src/Layout/ApplicationFrame.js +2 -6
  181. package/dist/src/Layout/ApplicationFrame.story.d.ts +1 -2
  182. package/dist/src/Layout/ApplicationFrame.story.js +2 -2
  183. package/dist/src/Layout/Header.d.ts +2 -2
  184. package/dist/src/Layout/Header.js +2 -13
  185. package/dist/src/Layout/Header.story.d.ts +10 -11
  186. package/dist/src/Layout/Header.story.js +12 -52
  187. package/dist/src/Layout/Page.applicationFrame.story.d.ts +2 -3
  188. package/dist/src/Layout/Page.applicationFrame.story.js +7 -14
  189. package/dist/src/Layout/Page.d.ts +2 -2
  190. package/dist/src/Layout/Page.js +4 -6
  191. package/dist/src/Layout/Page.story.d.ts +1 -2
  192. package/dist/src/Layout/Page.story.js +15 -28
  193. package/dist/src/Layout/Sidebar.d.ts +1 -1
  194. package/dist/src/Layout/Sidebar.js +4 -16
  195. package/dist/src/Layout/Sidebar.story.d.ts +10 -11
  196. package/dist/src/Layout/Sidebar.story.js +17 -88
  197. package/dist/src/Link/Link.d.ts +1 -1
  198. package/dist/src/Link/Link.js +3 -6
  199. package/dist/src/Link/Link.story.d.ts +10 -11
  200. package/dist/src/Link/Link.story.js +11 -12
  201. package/dist/src/List/List.story.d.ts +5 -6
  202. package/dist/src/List/List.story.js +6 -21
  203. package/dist/src/LoadingAnimation/LoadingAnimation.d.ts +1 -1
  204. package/dist/src/LoadingAnimation/LoadingAnimation.js +2 -21
  205. package/dist/src/LoadingAnimation/LoadingAnimation.story.d.ts +4 -5
  206. package/dist/src/LoadingAnimation/LoadingAnimation.story.js +5 -22
  207. package/dist/src/MaybeTooltip/MaybeTooltip.d.ts +1 -2
  208. package/dist/src/MaybeTooltip/MaybeTooltip.js +3 -3
  209. package/dist/src/MaybeTooltip/MaybeTooltip.story.d.ts +1 -2
  210. package/dist/src/MaybeTooltip/MaybeTooltip.story.js +4 -5
  211. package/dist/src/MiniTooltip/index.d.ts +2 -2
  212. package/dist/src/MiniTooltip/index.js +3 -7
  213. package/dist/src/Modal/Modal.js +5 -10
  214. package/dist/src/Modal/Modal.story.js +10 -40
  215. package/dist/src/NDSProvider/ComponentVariantContext.d.ts +1 -1
  216. package/dist/src/NDSProvider/ComponentVariantContext.js +3 -2
  217. package/dist/src/NDSProvider/FeatureFlagsContext.d.ts +1 -1
  218. package/dist/src/NDSProvider/FeatureFlagsContext.js +3 -2
  219. package/dist/src/NDSProvider/GlobalStylesComposer.d.ts +1 -1
  220. package/dist/src/NDSProvider/GlobalStylesComposer.js +3 -6
  221. package/dist/src/NDSProvider/LocaleContext.d.ts +1 -1
  222. package/dist/src/NDSProvider/LocaleContext.js +2 -1
  223. package/dist/src/NDSProvider/NDSProvider.d.ts +1 -1
  224. package/dist/src/NDSProvider/NDSProvider.js +3 -7
  225. package/dist/src/NDSProvider/renderWithNDSProvider.spec-utils.js +2 -2
  226. package/dist/src/NavBarSearch/NavBarSearch.d.ts +1 -1
  227. package/dist/src/NavBarSearch/NavBarSearch.js +2 -5
  228. package/dist/src/Navigation/Navigation.d.ts +1 -1
  229. package/dist/src/Navigation/Navigation.js +2 -2
  230. package/dist/src/Navigation/components/AppSwitcher/NulogyAppSwitcher.d.ts +1 -1
  231. package/dist/src/Navigation/components/AppSwitcher/NulogyAppSwitcher.js +3 -12
  232. package/dist/src/Navigation/components/AppSwitcher/parts/Item.js +2 -1
  233. package/dist/src/Navigation/components/AppSwitcher/parts/Link.js +2 -2
  234. package/dist/src/Navigation/components/DesktopNav/DesktopNav.d.ts +1 -2
  235. package/dist/src/Navigation/components/DesktopNav/DesktopNav.js +3 -30
  236. package/dist/src/Navigation/components/DesktopNav/parts/MoreMenuItem.d.ts +1 -1
  237. package/dist/src/Navigation/components/DesktopNav/parts/MoreMenuItem.js +2 -2
  238. package/dist/src/Navigation/components/EnvironmentBanner/EnvironmentBanner.d.ts +1 -1
  239. package/dist/src/Navigation/components/EnvironmentBanner/EnvironmentBanner.js +2 -3
  240. package/dist/src/Navigation/components/MenuSubItem/MenuSubItem.d.ts +1 -2
  241. package/dist/src/Navigation/components/MenuSubItem/MenuSubItem.js +5 -13
  242. package/dist/src/Navigation/components/MobileNav/MobileNav.d.ts +1 -2
  243. package/dist/src/Navigation/components/MobileNav/MobileNav.js +2 -29
  244. package/dist/src/Navigation/components/MobileNav/parts/MobileMenuItem.js +11 -27
  245. package/dist/src/Navigation/components/NulogyLogo/NulogyLogo.d.ts +1 -2
  246. package/dist/src/Navigation/components/NulogyLogo/NulogyLogo.js +8 -10
  247. package/dist/src/Navigation/components/NulogyLogo/SvgNulogyLogo.d.ts +2 -2
  248. package/dist/src/Navigation/components/NulogyLogo/SvgNulogyLogo.js +2 -9
  249. package/dist/src/Navigation/components/UserMenu/UserMenu.d.ts +1 -1
  250. package/dist/src/Navigation/components/UserMenu/parts/Header.d.ts +1 -2
  251. package/dist/src/Navigation/components/UserMenu/parts/Header.js +2 -6
  252. package/dist/src/Navigation/components/UserMenu/parts/Item.js +5 -7
  253. package/dist/src/Navigation/components/UserMenu/parts/MobileItem.js +6 -10
  254. package/dist/src/Navigation/components/shared/NavigationLogo.d.ts +1 -1
  255. package/dist/src/Navigation/components/shared/NavigationLogo.js +2 -2
  256. package/dist/src/Navigation/components/shared/NavigationLogoLink.d.ts +1 -2
  257. package/dist/src/Navigation/components/shared/NavigationLogoLink.js +2 -2
  258. package/dist/src/Navigation/components/shared/NavigationMenuItem.js +9 -18
  259. package/dist/src/Navigation/stories/Navigation.appSwitcher.story.d.ts +4 -5
  260. package/dist/src/Navigation/stories/Navigation.appSwitcher.story.js +10 -30
  261. package/dist/src/Navigation/stories/Navigation.logos.story.d.ts +9 -10
  262. package/dist/src/Navigation/stories/Navigation.logos.story.js +11 -70
  263. package/dist/src/Navigation/stories/Navigation.mobileVisibility.story.d.ts +5 -6
  264. package/dist/src/Navigation/stories/Navigation.mobileVisibility.story.js +12 -38
  265. package/dist/src/Navigation/stories/Navigation.navigationMenus.story.d.ts +5 -6
  266. package/dist/src/Navigation/stories/Navigation.navigationMenus.story.js +17 -70
  267. package/dist/src/Navigation/stories/Navigation.navigationMenus.subMenus.story.d.ts +3 -4
  268. package/dist/src/Navigation/stories/Navigation.navigationMenus.subMenus.story.js +4 -4
  269. package/dist/src/Navigation/stories/Navigation.story.d.ts +3 -4
  270. package/dist/src/Navigation/stories/Navigation.story.js +16 -36
  271. package/dist/src/Navigation/stories/Navigation.userMenu.story.d.ts +5 -6
  272. package/dist/src/Navigation/stories/Navigation.userMenu.story.js +40 -71
  273. package/dist/src/Navigation/stories/fixtures/logos/CustomLogo2.d.ts +2 -2
  274. package/dist/src/Navigation/stories/fixtures/logos/CustomLogo2.js +2 -13
  275. package/dist/src/Navigation/stories/fixtures/logos/CustomLogo3.d.ts +2 -2
  276. package/dist/src/Navigation/stories/fixtures/logos/CustomLogo3.js +2 -29
  277. package/dist/src/Navigation/stories/fixtures/logos/Customlogo1.d.ts +2 -2
  278. package/dist/src/Navigation/stories/fixtures/logos/Customlogo1.js +2 -3
  279. package/dist/src/Overlay/Overlay.story.d.ts +2 -3
  280. package/dist/src/Overlay/Overlay.story.js +3 -9
  281. package/dist/src/Pagination/NextButton.d.ts +1 -1
  282. package/dist/src/Pagination/NextButton.js +2 -4
  283. package/dist/src/Pagination/Pagination.d.ts +2 -2
  284. package/dist/src/Pagination/Pagination.js +23 -26
  285. package/dist/src/Pagination/Pagination.story.d.ts +6 -7
  286. package/dist/src/Pagination/Pagination.story.js +12 -44
  287. package/dist/src/Pagination/PaginationCount.d.ts +1 -2
  288. package/dist/src/Pagination/PaginationCount.js +2 -2
  289. package/dist/src/Pagination/PreviousButton.d.ts +1 -1
  290. package/dist/src/Pagination/PreviousButton.js +2 -4
  291. package/dist/src/Popper/Popper.js +25 -26
  292. package/dist/src/Radio/Radio.js +3 -9
  293. package/dist/src/Radio/Radio.story.js +8 -16
  294. package/dist/src/Radio/RadioGroup.d.ts +1 -1
  295. package/dist/src/Radio/RadioGroup.js +3 -8
  296. package/dist/src/Radio/RadioGroup.story.d.ts +6 -7
  297. package/dist/src/Radio/RadioGroup.story.js +7 -28
  298. package/dist/src/RangeContainer/RangeContainer.d.ts +1 -1
  299. package/dist/src/RangeContainer/RangeContainer.js +2 -9
  300. package/dist/src/RangeContainer/RangeContainer.story.d.ts +1 -2
  301. package/dist/src/RangeContainer/RangeContainer.story.js +2 -2
  302. package/dist/src/Select/MenuList.d.ts +1 -2
  303. package/dist/src/Select/MenuList.js +10 -10
  304. package/dist/src/Select/Select.js +18 -20
  305. package/dist/src/Select/Select.story.d.ts +24 -24
  306. package/dist/src/Select/Select.story.fixture.d.ts +2 -3
  307. package/dist/src/Select/Select.story.fixture.js +4 -8
  308. package/dist/src/Select/Select.story.js +29 -52
  309. package/dist/src/Select/SelectComponents.d.ts +7 -8
  310. package/dist/src/Select/SelectComponents.js +8 -15
  311. package/dist/src/Select/SelectOption.d.ts +1 -1
  312. package/dist/src/Select/SelectOption.js +2 -3
  313. package/dist/src/SortingTable/SortingTable.d.ts +1 -2
  314. package/dist/src/SortingTable/SortingTable.js +4 -3
  315. package/dist/src/SortingTable/SortingTable.story.d.ts +1 -2
  316. package/dist/src/SortingTable/SortingTable.story.js +2 -2
  317. package/dist/src/StatusIndicator/StatusIndicator.story.d.ts +10 -11
  318. package/dist/src/StatusIndicator/StatusIndicator.story.js +11 -51
  319. package/dist/src/Summary/Summary.js +2 -3
  320. package/dist/src/Summary/Summary.story.d.ts +2 -3
  321. package/dist/src/Summary/Summary.story.js +3 -11
  322. package/dist/src/Summary/SummaryContext.js +4 -3
  323. package/dist/src/Summary/SummaryDivider.d.ts +1 -2
  324. package/dist/src/Summary/SummaryDivider.js +2 -2
  325. package/dist/src/Summary/SummaryItem.js +2 -4
  326. package/dist/src/Switcher/Switch.js +2 -1
  327. package/dist/src/Switcher/Switcher.js +2 -2
  328. package/dist/src/Switcher/Switcher.story.d.ts +3 -4
  329. package/dist/src/Switcher/Switcher.story.js +5 -17
  330. package/dist/src/Table/BaseTable.d.ts +2 -2
  331. package/dist/src/Table/BaseTable.js +2 -5
  332. package/dist/src/Table/SortingColumnHeader.d.ts +1 -1
  333. package/dist/src/Table/SortingColumnHeader.js +2 -4
  334. package/dist/src/Table/StatefulTable.d.ts +1 -1
  335. package/dist/src/Table/StatefulTable.js +3 -4
  336. package/dist/src/Table/Table.d.ts +1 -2
  337. package/dist/src/Table/Table.js +2 -2
  338. package/dist/src/Table/TableBody.d.ts +2 -2
  339. package/dist/src/Table/TableBody.js +8 -13
  340. package/dist/src/Table/TableCell.d.ts +1 -1
  341. package/dist/src/Table/TableCell.js +3 -3
  342. package/dist/src/Table/TableFoot.d.ts +1 -2
  343. package/dist/src/Table/TableFoot.js +8 -8
  344. package/dist/src/Table/TableHead.d.ts +1 -2
  345. package/dist/src/Table/TableHead.js +3 -4
  346. package/dist/src/Table/addExpandableControl.js +3 -3
  347. package/dist/src/Table/addSelectableControl.js +4 -4
  348. package/dist/src/Table/stories/BaseTable.story.d.ts +7 -8
  349. package/dist/src/Table/stories/BaseTable.story.js +15 -24
  350. package/dist/src/Table/stories/CustomContent.story.d.ts +2 -3
  351. package/dist/src/Table/stories/CustomContent.story.js +89 -116
  352. package/dist/src/Table/stories/Density.story.d.ts +2 -3
  353. package/dist/src/Table/stories/Density.story.js +3 -3
  354. package/dist/src/Table/stories/Table.story.js +6 -13
  355. package/dist/src/Table/stories/TableWithCustomSorting.story.d.ts +1 -2
  356. package/dist/src/Table/stories/TableWithCustomSorting.story.js +5 -4
  357. package/dist/src/Table/stories/TableWithExpandableRows.story.d.ts +2 -3
  358. package/dist/src/Table/stories/TableWithExpandableRows.story.js +4 -5
  359. package/dist/src/Table/stories/TableWithFiltering.story.d.ts +2 -3
  360. package/dist/src/Table/stories/TableWithFiltering.story.js +7 -6
  361. package/dist/src/Table/stories/TableWithSelectableRows.story.d.ts +2 -3
  362. package/dist/src/Table/stories/TableWithSelectableRows.story.js +3 -3
  363. package/dist/src/Table/stories/TableWithServerSidePagination.story.d.ts +1 -2
  364. package/dist/src/Table/stories/TableWithServerSidePagination.story.js +3 -4
  365. package/dist/src/Tabs/Tab.js +2 -1
  366. package/dist/src/Tabs/TabScrollIndicator.js +2 -3
  367. package/dist/src/Tabs/TabScrollIndicators.d.ts +1 -1
  368. package/dist/src/Tabs/TabScrollIndicators.js +5 -8
  369. package/dist/src/Tabs/Tabs.d.ts +2 -2
  370. package/dist/src/Tabs/Tabs.js +3 -6
  371. package/dist/src/Tabs/Tabs.story.d.ts +9 -10
  372. package/dist/src/Tabs/Tabs.story.js +11 -60
  373. package/dist/src/Textarea/Textarea.js +3 -5
  374. package/dist/src/Textarea/Textarea.story.d.ts +9 -10
  375. package/dist/src/Textarea/Textarea.story.js +11 -12
  376. package/dist/src/TimePicker/TimePicker.js +10 -14
  377. package/dist/src/TimePicker/TimePicker.story.d.ts +10 -11
  378. package/dist/src/TimePicker/TimePicker.story.js +13 -14
  379. package/dist/src/TimeRange/TimeRange.js +5 -4
  380. package/dist/src/TimeRange/TimeRange.story.d.ts +5 -6
  381. package/dist/src/TimeRange/TimeRange.story.js +7 -9
  382. package/dist/src/Toast/Toast.d.ts +1 -2
  383. package/dist/src/Toast/Toast.js +3 -3
  384. package/dist/src/Toast/Toast.story.d.ts +7 -8
  385. package/dist/src/Toast/Toast.story.js +18 -39
  386. package/dist/src/ToastContainer/ToastContainer.d.ts +1 -2
  387. package/dist/src/ToastContainer/ToastContainer.js +3 -2
  388. package/dist/src/ToastContainer/ToastContainer.story.d.ts +1 -2
  389. package/dist/src/ToastContainer/ToastContainer.story.js +26 -51
  390. package/dist/src/ToastContainer/ToastFunction.js +6 -7
  391. package/dist/src/Toggle/Toggle.js +2 -5
  392. package/dist/src/Toggle/Toggle.story.d.ts +8 -9
  393. package/dist/src/Toggle/Toggle.story.js +10 -14
  394. package/dist/src/Toggle/ToggleButton.js +5 -6
  395. package/dist/src/Tokens/Tokens.story.d.ts +9 -10
  396. package/dist/src/Tokens/Tokens.story.js +13 -46
  397. package/dist/src/Tooltip/Tooltip.d.ts +1 -1
  398. package/dist/src/Tooltip/Tooltip.js +2 -6
  399. package/dist/src/Tooltip/Tooltip.story.js +14 -89
  400. package/dist/src/Tooltip/components/TooltipComponents.d.ts +1 -1
  401. package/dist/src/Tooltip/components/TooltipComponents.js +5 -7
  402. package/dist/src/TopBar/TopBar.d.ts +1 -1
  403. package/dist/src/TopBar/TopBar.js +2 -4
  404. package/dist/src/TopBar/components/BackLink.d.ts +2 -2
  405. package/dist/src/TopBar/components/BackLink.js +2 -5
  406. package/dist/src/TopBar/components/Menu.d.ts +1 -1
  407. package/dist/src/TopBar/components/Menu.js +6 -10
  408. package/dist/src/TopBar/components/MenuItem.d.ts +1 -1
  409. package/dist/src/TopBar/components/MenuItem.js +2 -2
  410. package/dist/src/TopBar/components/MenuItemLink.d.ts +2 -2
  411. package/dist/src/TopBar/components/MenuItemLink.js +2 -6
  412. package/dist/src/TopBar/components/PageTitle.d.ts +2 -2
  413. package/dist/src/TopBar/components/PageTitle.js +2 -2
  414. package/dist/src/TopBar/stories/TopBar.backButton.story.d.ts +3 -4
  415. package/dist/src/TopBar/stories/TopBar.backButton.story.js +9 -21
  416. package/dist/src/TopBar/stories/TopBar.menu.story.d.ts +5 -6
  417. package/dist/src/TopBar/stories/TopBar.menu.story.js +6 -27
  418. package/dist/src/TopBar/stories/TopBar.story.d.ts +3 -4
  419. package/dist/src/TopBar/stories/TopBar.story.js +4 -38
  420. package/dist/src/TruncatedText/TruncatedText.d.ts +1 -2
  421. package/dist/src/TruncatedText/TruncatedText.js +3 -3
  422. package/dist/src/TruncatedText/TruncatedText.story.d.ts +9 -10
  423. package/dist/src/TruncatedText/TruncatedText.story.js +10 -17
  424. package/dist/src/TruncatedText/components/TruncatedTextFillWidth.d.ts +1 -2
  425. package/dist/src/TruncatedText/components/TruncatedTextFillWidth.js +3 -3
  426. package/dist/src/TruncatedText/components/TruncatedTextMaxCharacters.d.ts +1 -2
  427. package/dist/src/TruncatedText/components/TruncatedTextMaxCharacters.js +2 -3
  428. package/dist/src/Type/Headings.d.ts +8 -8
  429. package/dist/src/Type/Headings.story.d.ts +3 -4
  430. package/dist/src/Type/Headings.story.js +4 -12
  431. package/dist/src/Type/Text.story.d.ts +6 -7
  432. package/dist/src/Type/Text.story.js +7 -24
  433. package/dist/src/Type/Typography.story.d.ts +2 -3
  434. package/dist/src/Type/Typography.story.js +3 -204
  435. package/dist/src/Validation/InlineValidation.d.ts +1 -1
  436. package/dist/src/Validation/InlineValidation.js +2 -7
  437. package/dist/src/Validation/InlineValidation.story.d.ts +4 -5
  438. package/dist/src/Validation/InlineValidation.story.js +5 -10
  439. package/dist/src/Validation/mapErrorsToList.d.ts +1 -2
  440. package/dist/src/Validation/mapErrorsToList.js +2 -2
  441. package/dist/src/VerticalDivider/VerticalDivider.story.d.ts +2 -2
  442. package/dist/src/VerticalDivider/VerticalDivider.story.js +3 -9
  443. package/dist/src/VisualTests/Select.story.d.ts +6 -7
  444. package/dist/src/VisualTests/Select.story.js +7 -15
  445. package/dist/src/VisualTests/WithSpace.story.d.ts +18 -19
  446. package/dist/src/VisualTests/WithSpace.story.js +19 -39
  447. package/dist/src/i18n.js +4 -0
  448. package/dist/src/locale.story.d.ts +1 -2
  449. package/dist/src/locale.story.js +8 -7
  450. package/dist/src/locales.const.d.ts +5 -0
  451. package/dist/src/locales.const.js +7 -1
  452. package/dist/src/pages/ErrorPage.story.d.ts +4 -5
  453. package/dist/src/pages/ErrorPage.story.js +5 -31
  454. package/dist/src/pages/LoginPage.story.d.ts +5 -6
  455. package/dist/src/pages/LoginPage.story.js +6 -55
  456. package/dist/src/theme/NDSThemeProvider.d.ts +1 -2
  457. package/dist/src/theme/NDSThemeProvider.js +2 -3
  458. package/dist/src/utils/DetectOutsideClick.d.ts +1 -1
  459. package/dist/src/utils/DetectOutsideClick.js +2 -1
  460. package/dist/src/utils/ScrollIndicators.d.ts +1 -1
  461. package/dist/src/utils/ScrollIndicators.js +7 -13
  462. package/dist/src/utils/story/placeholder.d.ts +1 -2
  463. package/dist/src/utils/story/placeholder.js +2 -7
  464. package/dist/src/utils/story/resizable.d.ts +1 -1
  465. package/dist/src/utils/story/resizable.js +5 -8
  466. package/dist/src/utils/ts/FocusManager.js +7 -6
  467. package/dist/src/utils/useWindowDimension.story.d.ts +1 -2
  468. package/dist/src/utils/useWindowDimension.story.js +2 -14
  469. package/dist/src/utils/withMenuState.js +2 -1
  470. package/dist/vite.config.js +2 -0
  471. package/package.json +22 -24
@@ -1,4 +1,4 @@
1
- import React from "react";
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import { Box, Breadcrumbs, Button, DropdownButton, DropdownLink, Flex, Link, PrimaryButton, StatusIndicator, Header, Text, Heading1, Icon, } from "..";
3
3
  import Summary from "../Summary/Summary";
4
4
  import SummaryItem from "../Summary/SummaryItem";
@@ -15,57 +15,17 @@ export default {
15
15
  chromatic: { viewports },
16
16
  },
17
17
  };
18
- export const Default = () => (React.createElement(Header, { renderBreadcrumbs: () => (React.createElement(Breadcrumbs, null,
19
- React.createElement(Link, { href: "/" }, "Home"),
20
- React.createElement(Link, { href: "/" }, "Materials"))), title: "Materials Overview" }));
21
- export const TitleAsReactElement = () => (React.createElement(Header, { renderBreadcrumbs: () => (React.createElement(Breadcrumbs, null,
22
- React.createElement(Link, { href: "/" }, "Home"),
23
- React.createElement(Link, { href: "/" }, "Materials"))), title: React.createElement(Heading1, { mb: "0" },
24
- "Bacon ",
25
- React.createElement(Icon, { icon: "info" })) }));
26
- export const WithActions = () => (React.createElement(Header, { renderBreadcrumbs: () => (React.createElement(Breadcrumbs, null,
27
- React.createElement(Link, { href: "/" }, "Home"),
28
- React.createElement(Link, { href: "/" }, "Materials"))), title: "Materials Overview", renderActions: () => (React.createElement(Flex, { gap: "x1" },
29
- React.createElement(PrimaryButton, { size: "small" }, " Archive"),
30
- React.createElement(Button, { size: "small" }, "Delete"),
31
- React.createElement(DropdownMenu, { showArrow: false, defaultOpen: false },
32
- React.createElement(DropdownLink, { href: "/" }, "Dropdown Link"),
33
- React.createElement(DropdownButton, null, "Dropdown Button")))) }));
34
- export const WithSubTitle = () => (React.createElement(Header, { renderBreadcrumbs: () => (React.createElement(Breadcrumbs, null,
35
- React.createElement(Link, { href: "/" }, "Home"),
36
- React.createElement(Link, { href: "/" }, "Materials"))), title: "Materials Overview", subtitle: "Materials Overview" }));
37
- export const WithContent = () => (React.createElement(Header, { renderBreadcrumbs: () => (React.createElement(Breadcrumbs, null,
38
- React.createElement(Link, { href: "/" }, "Home"),
39
- React.createElement(Link, { href: "/" }, "Materials"),
40
- React.createElement(Text, null, "Orders"))), title: "Materials Overview", subtitle: "Materials Overview" },
41
- React.createElement(Box, { border: "1px dashed", borderColor: "grey", py: "half", px: "x1", borderRadius: "small" }, "Extra content")));
42
- export const WithSummary = () => (React.createElement(Header, { breakpoints: {
18
+ export const Default = () => (_jsx(Header, { renderBreadcrumbs: () => (_jsxs(Breadcrumbs, { children: [_jsx(Link, { href: "/", children: "Home" }), _jsx(Link, { href: "/", children: "Materials" })] })), title: "Materials Overview" }));
19
+ export const TitleAsReactElement = () => (_jsx(Header, { renderBreadcrumbs: () => (_jsxs(Breadcrumbs, { children: [_jsx(Link, { href: "/", children: "Home" }), _jsx(Link, { href: "/", children: "Materials" })] })), title: _jsxs(Heading1, { mb: "0", children: ["Bacon ", _jsx(Icon, { icon: "info" })] }) }));
20
+ export const WithActions = () => (_jsx(Header, { renderBreadcrumbs: () => (_jsxs(Breadcrumbs, { children: [_jsx(Link, { href: "/", children: "Home" }), _jsx(Link, { href: "/", children: "Materials" })] })), title: "Materials Overview", renderActions: () => (_jsxs(Flex, { gap: "x1", children: [_jsx(PrimaryButton, { size: "small", children: " Archive" }), _jsx(Button, { size: "small", children: "Delete" }), _jsxs(DropdownMenu, { showArrow: false, defaultOpen: false, children: [_jsx(DropdownLink, { href: "/", children: "Dropdown Link" }), _jsx(DropdownButton, { children: "Dropdown Button" })] })] })) }));
21
+ export const WithSubTitle = () => (_jsx(Header, { renderBreadcrumbs: () => (_jsxs(Breadcrumbs, { children: [_jsx(Link, { href: "/", children: "Home" }), _jsx(Link, { href: "/", children: "Materials" })] })), title: "Materials Overview", subtitle: "Materials Overview" }));
22
+ export const WithContent = () => (_jsx(Header, { renderBreadcrumbs: () => (_jsxs(Breadcrumbs, { children: [_jsx(Link, { href: "/", children: "Home" }), _jsx(Link, { href: "/", children: "Materials" }), _jsx(Text, { children: "Orders" })] })), title: "Materials Overview", subtitle: "Materials Overview", children: _jsx(Box, { border: "1px dashed", borderColor: "grey", py: "half", px: "x1", borderRadius: "small", children: "Extra content" }) }));
23
+ export const WithSummary = () => (_jsx(Header, { breakpoints: {
43
24
  medium: 1200,
44
- }, renderBreadcrumbs: () => (React.createElement(Breadcrumbs, null,
45
- React.createElement(Link, { underline: false, href: "/" }, "Home"),
46
- React.createElement(Link, { underline: false, href: "/" }, "Materials"))), title: "Page title", renderSummary: () => (React.createElement(Summary, { breakpoint: 1200 },
47
- React.createElement(SummaryItem, { value: 42, status: React.createElement(StatusIndicator, { type: "informative" }, "On Time") }),
48
- React.createElement(SummaryItem, { value: 42, status: React.createElement(StatusIndicator, { type: "informative" }, "On Time") }),
49
- React.createElement(SummaryItem, { value: 42, status: React.createElement(StatusIndicator, { type: "informative" }, "On Time") }))) }));
50
- export const WithAnUndecoratedBackground = () => (React.createElement(Header, { undecorated: true, renderBreadcrumbs: () => (React.createElement(Breadcrumbs, null,
51
- React.createElement(Link, { href: "/" }, "Home"),
52
- React.createElement(Link, { href: "/" }, "Materials"))), title: "Materials Overview" }));
53
- export const WithCustomBackground = () => (React.createElement(Header, { renderBreadcrumbs: () => (React.createElement(Breadcrumbs, null,
54
- React.createElement(Link, { href: "/" }, "Home"),
55
- React.createElement(Link, { href: "/" }, "Materials"))), title: "Materials Overview", background: "#98FB98", undecorated: true }));
56
- export const WithEverything = () => (React.createElement(Header, { breakpoints: {
25
+ }, renderBreadcrumbs: () => (_jsxs(Breadcrumbs, { children: [_jsx(Link, { underline: false, href: "/", children: "Home" }), _jsx(Link, { underline: false, href: "/", children: "Materials" })] })), title: "Page title", renderSummary: () => (_jsxs(Summary, { breakpoint: 1200, children: [_jsx(SummaryItem, { value: 42, status: _jsx(StatusIndicator, { type: "informative", children: "On Time" }) }), _jsx(SummaryItem, { value: 42, status: _jsx(StatusIndicator, { type: "informative", children: "On Time" }) }), _jsx(SummaryItem, { value: 42, status: _jsx(StatusIndicator, { type: "informative", children: "On Time" }) })] })) }));
26
+ export const WithAnUndecoratedBackground = () => (_jsx(Header, { undecorated: true, renderBreadcrumbs: () => (_jsxs(Breadcrumbs, { children: [_jsx(Link, { href: "/", children: "Home" }), _jsx(Link, { href: "/", children: "Materials" })] })), title: "Materials Overview" }));
27
+ export const WithCustomBackground = () => (_jsx(Header, { renderBreadcrumbs: () => (_jsxs(Breadcrumbs, { children: [_jsx(Link, { href: "/", children: "Home" }), _jsx(Link, { href: "/", children: "Materials" })] })), title: "Materials Overview", background: "#98FB98", undecorated: true }));
28
+ export const WithEverything = () => (_jsx(Header, { breakpoints: {
57
29
  small: 768,
58
30
  medium: 1200,
59
- }, renderBreadcrumbs: () => (React.createElement(Breadcrumbs, null,
60
- React.createElement(Link, { underline: false, href: "/" }, "Home"),
61
- React.createElement(Link, { underline: false, href: "/" }, "Materials"))), title: "Page title", subtitle: "Alternative page title", renderSummary: () => (React.createElement(Summary, { breakpoint: 1200 },
62
- React.createElement(SummaryItem, { value: 42, status: React.createElement(StatusIndicator, { type: "informative" }, "On Time") }),
63
- React.createElement(SummaryItem, { value: 42, status: React.createElement(StatusIndicator, { type: "informative" }, "On Time") }),
64
- React.createElement(SummaryItem, { value: 42, status: React.createElement(StatusIndicator, { type: "informative" }, "On Time") }),
65
- React.createElement(SummaryDivider, null),
66
- React.createElement(SummaryItem, { value: 42, status: React.createElement(StatusIndicator, { type: "informative" }, "On Time") }),
67
- React.createElement(SummaryItem, { value: 42, status: React.createElement(StatusIndicator, { type: "informative" }, "On Time") }),
68
- React.createElement(SummaryItem, { value: 42, status: React.createElement(StatusIndicator, { type: "informative" }, "On Time") }))), renderActions: () => (React.createElement(DropdownMenu, { showArrow: false, defaultOpen: false },
69
- React.createElement(DropdownLink, { href: "/" }, "Dropdown Link"),
70
- React.createElement(DropdownButton, null, "Dropdown Button"))) },
71
- React.createElement(Box, { border: "1px dashed", borderColor: "grey", py: "half", px: "x1", borderRadius: "small" }, "Extra content")));
31
+ }, renderBreadcrumbs: () => (_jsxs(Breadcrumbs, { children: [_jsx(Link, { underline: false, href: "/", children: "Home" }), _jsx(Link, { underline: false, href: "/", children: "Materials" })] })), title: "Page title", subtitle: "Alternative page title", renderSummary: () => (_jsxs(Summary, { breakpoint: 1200, children: [_jsx(SummaryItem, { value: 42, status: _jsx(StatusIndicator, { type: "informative", children: "On Time" }) }), _jsx(SummaryItem, { value: 42, status: _jsx(StatusIndicator, { type: "informative", children: "On Time" }) }), _jsx(SummaryItem, { value: 42, status: _jsx(StatusIndicator, { type: "informative", children: "On Time" }) }), _jsx(SummaryDivider, {}), _jsx(SummaryItem, { value: 42, status: _jsx(StatusIndicator, { type: "informative", children: "On Time" }) }), _jsx(SummaryItem, { value: 42, status: _jsx(StatusIndicator, { type: "informative", children: "On Time" }) }), _jsx(SummaryItem, { value: 42, status: _jsx(StatusIndicator, { type: "informative", children: "On Time" }) })] })), renderActions: () => (_jsxs(DropdownMenu, { showArrow: false, defaultOpen: false, children: [_jsx(DropdownLink, { href: "/", children: "Dropdown Link" }), _jsx(DropdownButton, { children: "Dropdown Button" })] })), children: _jsx(Box, { border: "1px dashed", borderColor: "grey", py: "half", px: "x1", borderRadius: "small", children: "Extra content" }) }));
@@ -1,13 +1,12 @@
1
1
  import type { StoryObj } from "@storybook/react";
2
- import React from "react";
3
2
  import { Page } from "..";
4
3
  declare const _default: {
5
4
  title: string;
6
- component: ({ breadcrumbs, title, children, headerContent, fullHeight, renderHeader, ...rest }: import("./Page").PageProps) => React.JSX.Element;
5
+ component: ({ breadcrumbs, title, children, headerContent, fullHeight, renderHeader, ...rest }: import("./Page").PageProps) => import("react/jsx-runtime").JSX.Element;
7
6
  parameters: {
8
7
  layout: string;
9
8
  };
10
- render: (args: import("./Page").PageProps) => React.JSX.Element;
9
+ render: (args: import("./Page").PageProps) => import("react/jsx-runtime").JSX.Element;
11
10
  };
12
11
  export default _default;
13
12
  type Story = StoryObj<typeof Page>;
@@ -1,4 +1,4 @@
1
- import React from "react";
1
+ import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
2
2
  import { Link } from "../Link";
3
3
  import { ApplicationFrame, Navigation, Page, Breadcrumbs, Heading2, Text } from "..";
4
4
  export default {
@@ -7,32 +7,25 @@ export default {
7
7
  parameters: {
8
8
  layout: "fullscreen",
9
9
  },
10
- render: (args) => (React.createElement(ApplicationFrame, { navBar: React.createElement(Navigation, null), height: "100vh" },
11
- React.createElement(Page, { ...args }))),
10
+ render: (args) => (_jsx(ApplicationFrame, { navBar: _jsx(Navigation, {}), height: "100vh", children: _jsx(Page, { ...args }) })),
12
11
  };
13
12
  export const NoPageTitle = {
14
13
  args: {
15
- breadcrumbs: (React.createElement(Breadcrumbs, null,
16
- React.createElement(Link, { href: "/" }, "Home"),
17
- React.createElement(Link, { href: "/" }, "Materials"))),
18
- children: (React.createElement(Text, { fontFamily: "mono", fontSize: "small" }, "content")),
14
+ breadcrumbs: (_jsxs(Breadcrumbs, { children: [_jsx(Link, { href: "/", children: "Home" }), _jsx(Link, { href: "/", children: "Materials" })] })),
15
+ children: (_jsx(Text, { fontFamily: "mono", fontSize: "small", children: "content" })),
19
16
  },
20
17
  };
21
18
  export const NoBreadcrumbs = {
22
19
  args: {
23
20
  title: "Materials Overview",
24
- children: (React.createElement(React.Fragment, null,
25
- React.createElement(Heading2, null, "Overview"),
26
- React.createElement(Text, null, "I am main content."))),
21
+ children: (_jsxs(_Fragment, { children: [_jsx(Heading2, { children: "Overview" }), _jsx(Text, { children: "I am main content." })] })),
27
22
  },
28
23
  };
29
24
  export const WithFullHeight = {
30
25
  args: {
31
26
  title: "Materials Overview",
32
27
  fullHeight: true,
33
- breadcrumbs: (React.createElement(Breadcrumbs, null,
34
- React.createElement(Link, { href: "/" }, "Home"),
35
- React.createElement(Link, { href: "/" }, "Materials"))),
36
- children: React.createElement(Text, null, "I am main content."),
28
+ breadcrumbs: (_jsxs(Breadcrumbs, { children: [_jsx(Link, { href: "/", children: "Home" }), _jsx(Link, { href: "/", children: "Materials" })] })),
29
+ children: _jsx(Text, { children: "I am main content." }),
37
30
  },
38
31
  };
@@ -1,4 +1,4 @@
1
- import React, { ReactNode } from "react";
1
+ import { ReactNode } from "react";
2
2
  import { FlexProps } from "../Flex/Flex";
3
3
  export interface PageProps extends Omit<FlexProps, "title"> {
4
4
  breadcrumbs?: ReactNode;
@@ -8,5 +8,5 @@ export interface PageProps extends Omit<FlexProps, "title"> {
8
8
  fullHeight?: boolean;
9
9
  renderHeader?: () => ReactNode;
10
10
  }
11
- export declare const Page: ({ breadcrumbs, title, children, headerContent, fullHeight, renderHeader, ...rest }: PageProps) => React.JSX.Element;
11
+ export declare const Page: ({ breadcrumbs, title, children, headerContent, fullHeight, renderHeader, ...rest }: PageProps) => import("react/jsx-runtime").JSX.Element;
12
12
  export default Page;
@@ -1,10 +1,8 @@
1
- import React from "react";
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import { Box } from "../Box";
3
3
  import { Flex } from "../Flex";
4
4
  import Header from "./Header";
5
- export const Page = ({ breadcrumbs, title, children, headerContent, fullHeight, renderHeader, ...rest }) => (React.createElement(Flex, { flexDirection: "column", flexGrow: fullHeight ? 1 : 0, ...rest },
6
- renderHeader
7
- ? renderHeader()
8
- : (breadcrumbs || title || headerContent) && (React.createElement(Header, { renderBreadcrumbs: () => breadcrumbs, title: title }, headerContent)),
9
- React.createElement(Box, { p: "x3" }, children)));
5
+ export const Page = ({ breadcrumbs, title, children, headerContent, fullHeight, renderHeader, ...rest }) => (_jsxs(Flex, { flexDirection: "column", flexGrow: fullHeight ? 1 : 0, ...rest, children: [renderHeader
6
+ ? renderHeader()
7
+ : (breadcrumbs || title || headerContent) && (_jsx(Header, { renderBreadcrumbs: () => breadcrumbs, title: title, children: headerContent })), _jsx(Box, { p: "x3", children: children })] }));
10
8
  export default Page;
@@ -1,9 +1,8 @@
1
1
  import type { StoryObj } from "@storybook/react";
2
- import React from "react";
3
2
  import { Page } from "..";
4
3
  declare const _default: {
5
4
  title: string;
6
- component: ({ breadcrumbs, title, children, headerContent, fullHeight, renderHeader, ...rest }: import("./Page").PageProps) => React.JSX.Element;
5
+ component: ({ breadcrumbs, title, children, headerContent, fullHeight, renderHeader, ...rest }: import("./Page").PageProps) => import("react/jsx-runtime").JSX.Element;
7
6
  parameters: {
8
7
  layout: string;
9
8
  };
@@ -1,4 +1,4 @@
1
- import React from "react";
1
+ import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
2
2
  import { ApplicationFrame, Breadcrumbs, Link, Heading2, Text, Page, StatusIndicator, Navigation } from "..";
3
3
  export default {
4
4
  title: "Components/Page",
@@ -9,57 +9,44 @@ export default {
9
9
  };
10
10
  export const _Page = {
11
11
  args: {
12
- breadcrumbs: (React.createElement(Breadcrumbs, null,
13
- React.createElement(Link, { href: "/" }, "Home"),
14
- React.createElement(Link, { href: "/" }, "Materials"))),
12
+ breadcrumbs: (_jsxs(Breadcrumbs, { children: [_jsx(Link, { href: "/", children: "Home" }), _jsx(Link, { href: "/", children: "Materials" })] })),
15
13
  title: "Materials Overview",
16
- headerContent: React.createElement(StatusIndicator, { type: "informative" }, "Beta"),
17
- children: (React.createElement(Text, { fontFamily: "mono", fontSize: "small" }, "content")),
14
+ headerContent: _jsx(StatusIndicator, { type: "informative", children: "Beta" }),
15
+ children: (_jsx(Text, { fontFamily: "mono", fontSize: "small", children: "content" })),
18
16
  },
19
17
  };
20
18
  export const NoPageTitle = {
21
- render: (args) => (React.createElement(ApplicationFrame, { navBar: React.createElement(Navigation, null) },
22
- React.createElement(Page, { ...args }))),
19
+ render: (args) => (_jsx(ApplicationFrame, { navBar: _jsx(Navigation, {}), children: _jsx(Page, { ...args }) })),
23
20
  args: {
24
- breadcrumbs: (React.createElement(Breadcrumbs, null,
25
- React.createElement(Link, { href: "/" }, "Home"),
26
- React.createElement(Link, { href: "/" }, "Materials"))),
27
- children: (React.createElement(Text, { fontFamily: "mono", fontSize: "small" }, "content")),
21
+ breadcrumbs: (_jsxs(Breadcrumbs, { children: [_jsx(Link, { href: "/", children: "Home" }), _jsx(Link, { href: "/", children: "Materials" })] })),
22
+ children: (_jsx(Text, { fontFamily: "mono", fontSize: "small", children: "content" })),
28
23
  },
29
24
  };
30
25
  export const NoBreadcrumbs = {
31
- render: (args) => (React.createElement(ApplicationFrame, { navBar: React.createElement(Navigation, null), height: "100vh" },
32
- React.createElement(Page, { ...args }))),
26
+ render: (args) => (_jsx(ApplicationFrame, { navBar: _jsx(Navigation, {}), height: "100vh", children: _jsx(Page, { ...args }) })),
33
27
  args: {
34
28
  title: "Materials Overview",
35
- children: (React.createElement(React.Fragment, null,
36
- React.createElement(Heading2, null, "Overview"),
37
- React.createElement(Text, null, "I am main content."))),
29
+ children: (_jsxs(_Fragment, { children: [_jsx(Heading2, { children: "Overview" }), _jsx(Text, { children: "I am main content." })] })),
38
30
  },
39
31
  };
40
32
  export const NoBackground = {
41
33
  args: {
42
34
  title: "Materials Overview",
43
- breadcrumbs: (React.createElement(Breadcrumbs, null,
44
- React.createElement(Link, { href: "/" }, "Home"),
45
- React.createElement(Link, { href: "/" }, "Materials"))),
35
+ breadcrumbs: (_jsxs(Breadcrumbs, { children: [_jsx(Link, { href: "/", children: "Home" }), _jsx(Link, { href: "/", children: "Materials" })] })),
46
36
  },
47
37
  };
48
38
  export const WithFullHeight = {
49
- render: (args) => (React.createElement(ApplicationFrame, { navBar: React.createElement(Navigation, null) },
50
- React.createElement(Page, { ...args }))),
39
+ render: (args) => (_jsx(ApplicationFrame, { navBar: _jsx(Navigation, {}), children: _jsx(Page, { ...args }) })),
51
40
  args: {
52
41
  title: "Materials Overview",
53
42
  fullHeight: true,
54
- breadcrumbs: (React.createElement(Breadcrumbs, null,
55
- React.createElement(Link, { href: "/" }, "Home"),
56
- React.createElement(Link, { href: "/" }, "Materials"))),
57
- children: React.createElement(Text, null, "I am main content."),
43
+ breadcrumbs: (_jsxs(Breadcrumbs, { children: [_jsx(Link, { href: "/", children: "Home" }), _jsx(Link, { href: "/", children: "Materials" })] })),
44
+ children: _jsx(Text, { children: "I am main content." }),
58
45
  },
59
46
  };
60
47
  export const WithReactNodeAsTitle = {
61
48
  args: {
62
- title: React.createElement("b", null, "I am a title"),
63
- children: React.createElement(Text, null, "I am main content."),
49
+ title: _jsx("b", { children: "I am a title" }),
50
+ children: _jsx(Text, { children: "I am main content." }),
64
51
  },
65
52
  };
@@ -21,5 +21,5 @@ export type SidebarProps = Omit<AnimatedBoxProps, "width"> & {
21
21
  helpText?: React.ReactNode;
22
22
  renderHelpText?: () => React.ReactNode;
23
23
  };
24
- declare function Sidebar({ p, width, children, onClose, title, isOpen, footer, closeButtonTestId, closeButtonAriaLabel, offset, triggerRef, duration, top, closeOnOutsideClick, overlay, disableScroll, hideCloseButton, zIndex, helpText, renderHelpText, ...props }: SidebarProps): React.JSX.Element;
24
+ declare function Sidebar({ p, width, children, onClose, title, isOpen, footer, closeButtonTestId, closeButtonAriaLabel, offset, triggerRef, duration, top, closeOnOutsideClick, overlay, disableScroll, hideCloseButton, zIndex, helpText, renderHelpText, ...props }: SidebarProps): import("react/jsx-runtime").JSX.Element;
25
25
  export default Sidebar;
@@ -1,4 +1,5 @@
1
- import React, { useEffect, useState, useRef } from "react";
1
+ import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
2
+ import { useEffect, useState, useRef } from "react";
2
3
  import { AnimatePresence } from "framer-motion";
3
4
  import { useTranslation } from "react-i18next";
4
5
  import { useTheme } from "styled-components";
@@ -25,7 +26,7 @@ const focusFirstElement = () => {
25
26
  focusable[0].focus();
26
27
  }
27
28
  };
28
- const SidebarOverlay = ({ transitionDuration, top, transparent, zIndex = 799, onClick }) => (React.createElement(AnimatedBox, { position: "fixed", top: top, bottom: "0", left: "0", right: "0", zIndex: zIndex, bg: !transparent && "rgba(18, 43, 71, 0.5)", initial: { opacity: 0 }, animate: { opacity: 1 }, exit: { opacity: 0 }, transition: { duration: transitionDuration }, "data-testid": "sidebar-overlay", onMouseDown: onClick }));
29
+ const SidebarOverlay = ({ transitionDuration, top, transparent, zIndex = 799, onClick }) => (_jsx(AnimatedBox, { position: "fixed", top: top, bottom: "0", left: "0", right: "0", zIndex: zIndex, bg: !transparent && "rgba(18, 43, 71, 0.5)", initial: { opacity: 0 }, animate: { opacity: 1 }, exit: { opacity: 0 }, transition: { duration: transitionDuration }, "data-testid": "sidebar-overlay", onMouseDown: onClick }));
29
30
  function Sidebar({ p = "x2", width = "xs", children, onClose, title, isOpen, footer, closeButtonTestId = "sidebar-close-button", closeButtonAriaLabel, offset = "0px", triggerRef, duration = 0.25, top, closeOnOutsideClick = true, overlay = "show", disableScroll = true, hideCloseButton = false, zIndex = "sidebar", helpText, renderHelpText, ...props }) {
30
31
  const closeButton = useRef(null);
31
32
  const [shouldUpdateFocus, setShouldUpdateFocus] = useState(false);
@@ -89,19 +90,6 @@ function Sidebar({ p = "x2", width = "xs", children, onClose, title, isOpen, foo
89
90
  },
90
91
  },
91
92
  };
92
- return (React.createElement(React.Fragment, null,
93
- closeOnOutsideClick && (React.createElement(AnimatePresence, null, isOpen && overlay !== "hide" && (React.createElement(SidebarOverlay, { top: top, transparent: overlay === "transparent" || overlay === false, transitionDuration: duration, zIndex: zIndex, onClick: closeOnOutsideClick && isOpen && onClose })))),
94
- React.createElement(AnimatedBox, { role: "dialog", paddingX: "x1", bg: "white", display: "flex", flexDirection: "column", height: `calc(100% - ${navigationV3 ? theme.space[NAVIGATION_MENU_HEIGHT_STYLED_UNITS] : NAVBAR_HEIGHT})`, borderLeftWidth: "1px", borderLeftStyle: "solid", borderLeftColor: "lightGrey", animate: isOpen ? "open" : "closed", variants: variants, initial: isOpen ? "open" : "closed", position: "fixed", top: top, right: offset, width: typeof selectedWidth === "string" ? { default: "100%", small: selectedWidth } : selectedWidth, zIndex: zIndex, ref: sideBarRef, ...props },
95
- React.createElement(Flex, { flexDirection: "column", p: "x2", borderBottomWidth: "1px", borderBottomStyle: "solid", borderBottomColor: "lightGrey" },
96
- React.createElement(Flex, { flexDirection: "column", gap: "x1" },
97
- React.createElement(Flex, { justifyContent: "space-between", alignItems: "flex-start" },
98
- title && (React.createElement(Flex, { alignItems: "center", height: "100%" },
99
- React.createElement(Heading2, { mb: 0 }, title))),
100
- !hideCloseButton && (React.createElement(Box, { marginLeft: "x2" },
101
- React.createElement(IconicButton, { type: "button", ref: closeButton, icon: "close", onClick: onClose, "data-testid": closeButtonTestId, "aria-label": closeButtonAriaLabel || t("close") })))),
102
- renderHelpText ? renderHelpText() : helpText && React.createElement(Text, { color: "midGrey" }, helpText))),
103
- React.createElement(Flex, { p: p, maxHeight: "100%", overflow: "auto", flexGrow: 1, flexDirection: "column", style: { overflowBehaviour: "contain" } },
104
- React.createElement(AnimatedBox, { variants: childVariants, animate: isOpen ? "open" : "closed", flexGrow: 1, ref: contentRef }, children)),
105
- footer && (React.createElement(Box, { position: "sticky", backgroundColor: "white", borderTopWidth: "1px", borderTopStyle: "solid", borderTopColor: "lightGrey", alignSelf: "flex-end", width: "100%", p: p, pt: "x2" }, footer)))));
93
+ return (_jsxs(_Fragment, { children: [closeOnOutsideClick && (_jsx(AnimatePresence, { children: isOpen && overlay !== "hide" && (_jsx(SidebarOverlay, { top: top, transparent: overlay === "transparent" || overlay === false, transitionDuration: duration, zIndex: zIndex, onClick: closeOnOutsideClick && isOpen && onClose })) })), _jsxs(AnimatedBox, { role: "dialog", paddingX: "x1", bg: "white", display: "flex", flexDirection: "column", height: `calc(100% - ${navigationV3 ? theme.space[NAVIGATION_MENU_HEIGHT_STYLED_UNITS] : NAVBAR_HEIGHT})`, borderLeftWidth: "1px", borderLeftStyle: "solid", borderLeftColor: "lightGrey", animate: isOpen ? "open" : "closed", variants: variants, initial: isOpen ? "open" : "closed", position: "fixed", top: top, right: offset, width: typeof selectedWidth === "string" ? { default: "100%", small: selectedWidth } : selectedWidth, zIndex: zIndex, ref: sideBarRef, ...props, children: [_jsx(Flex, { flexDirection: "column", p: "x2", borderBottomWidth: "1px", borderBottomStyle: "solid", borderBottomColor: "lightGrey", children: _jsxs(Flex, { flexDirection: "column", gap: "x1", children: [_jsxs(Flex, { justifyContent: "space-between", alignItems: "flex-start", children: [title && (_jsx(Flex, { alignItems: "center", height: "100%", children: _jsx(Heading2, { mb: 0, children: title }) })), !hideCloseButton && (_jsx(Box, { marginLeft: "x2", children: _jsx(IconicButton, { type: "button", ref: closeButton, icon: "close", onClick: onClose, "data-testid": closeButtonTestId, "aria-label": closeButtonAriaLabel || t("close") }) }))] }), renderHelpText ? renderHelpText() : helpText && _jsx(Text, { color: "midGrey", children: helpText })] }) }), _jsx(Flex, { p: p, maxHeight: "100%", overflow: "auto", flexGrow: 1, flexDirection: "column", style: { overflowBehaviour: "contain" }, children: _jsx(AnimatedBox, { variants: childVariants, animate: isOpen ? "open" : "closed", flexGrow: 1, ref: contentRef, children: children }) }), footer && (_jsx(Box, { position: "sticky", backgroundColor: "white", borderTopWidth: "1px", borderTopStyle: "solid", borderTopColor: "lightGrey", alignSelf: "flex-end", width: "100%", p: p, pt: "x2", children: footer }))] })] }));
106
94
  }
107
95
  export default Sidebar;
@@ -1,5 +1,4 @@
1
1
  import type { StoryObj } from "@storybook/react";
2
- import React from "react";
3
2
  import { Sidebar } from "..";
4
3
  declare const _default: {
5
4
  title: string;
@@ -12,14 +11,14 @@ declare const _default: {
12
11
  };
13
12
  export default _default;
14
13
  type Story = StoryObj<typeof Sidebar>;
15
- export declare const _Sidebar: () => React.JSX.Element;
16
- export declare const WithoutOverlay: () => React.JSX.Element;
17
- export declare const OpenByDefault: () => React.JSX.Element;
14
+ export declare const _Sidebar: () => import("react/jsx-runtime").JSX.Element;
15
+ export declare const WithoutOverlay: () => import("react/jsx-runtime").JSX.Element;
16
+ export declare const OpenByDefault: () => import("react/jsx-runtime").JSX.Element;
18
17
  export declare const WithCustomOffset: Story;
19
- export declare const DontCloseOnOutsideClick: () => React.JSX.Element;
20
- export declare const WithoutCloseButton: () => React.JSX.Element;
21
- export declare const WithALongTitle: () => React.JSX.Element;
22
- export declare const WithDifferentWidths: () => React.JSX.Element;
23
- export declare const WithHelpText: () => React.JSX.Element;
24
- export declare const WithOtherElementsInHelpText: () => React.JSX.Element;
25
- export declare const WithARenderedHelpText: () => React.JSX.Element;
18
+ export declare const DontCloseOnOutsideClick: () => import("react/jsx-runtime").JSX.Element;
19
+ export declare const WithoutCloseButton: () => import("react/jsx-runtime").JSX.Element;
20
+ export declare const WithALongTitle: () => import("react/jsx-runtime").JSX.Element;
21
+ export declare const WithDifferentWidths: () => import("react/jsx-runtime").JSX.Element;
22
+ export declare const WithHelpText: () => import("react/jsx-runtime").JSX.Element;
23
+ export declare const WithOtherElementsInHelpText: () => import("react/jsx-runtime").JSX.Element;
24
+ export declare const WithARenderedHelpText: () => import("react/jsx-runtime").JSX.Element;
@@ -1,4 +1,5 @@
1
- import React, { useState, useRef } from "react";
1
+ import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
2
+ import { useState, useRef } from "react";
2
3
  import { ApplicationFrame, Breadcrumbs, Link, Page, Sidebar, Select, PrimaryButton, Box, Textarea, Heading3, Navigation, } from "..";
3
4
  import { useUrlProps } from "../utils/testing/useUrlProps";
4
5
  export default {
@@ -8,19 +9,7 @@ export default {
8
9
  chromatic: { delay: 300 }, // time for sidebar animation
9
10
  },
10
11
  };
11
- const ExampleSidebar = ({ isOpen, onClose, ...props }) => (React.createElement(Sidebar, { isOpen: isOpen, title: "Filters", onClose: onClose, footer: React.createElement(PrimaryButton, null, "Apply"), ...props },
12
- React.createElement(Select, { options: [{ label: "first option", value: 1 }], labelText: "Delivery:" }),
13
- React.createElement(Select, { options: [], labelText: "Delivery:" }),
14
- React.createElement(Select, { options: [], labelText: "Delivery:" }),
15
- React.createElement(Select, { options: [], labelText: "Delivery:" }),
16
- React.createElement(Select, { options: [], labelText: "Delivery:" }),
17
- React.createElement(Select, { options: [], labelText: "Delivery:" }),
18
- React.createElement(Select, { options: [], labelText: "Delivery:" }),
19
- React.createElement(Select, { options: [], labelText: "Delivery:" }),
20
- React.createElement(Select, { options: [], labelText: "Delivery:" }),
21
- React.createElement(Select, { options: [], labelText: "Delivery:" }),
22
- React.createElement(Select, { options: [], labelText: "Delivery:" }),
23
- React.createElement(Select, { options: [], labelText: "Last Delivery:" })));
12
+ const ExampleSidebar = ({ isOpen, onClose, ...props }) => (_jsxs(Sidebar, { isOpen: isOpen, title: "Filters", onClose: onClose, footer: _jsx(PrimaryButton, { children: "Apply" }), ...props, children: [_jsx(Select, { options: [{ label: "first option", value: 1 }], labelText: "Delivery:" }), _jsx(Select, { options: [], labelText: "Delivery:" }), _jsx(Select, { options: [], labelText: "Delivery:" }), _jsx(Select, { options: [], labelText: "Delivery:" }), _jsx(Select, { options: [], labelText: "Delivery:" }), _jsx(Select, { options: [], labelText: "Delivery:" }), _jsx(Select, { options: [], labelText: "Delivery:" }), _jsx(Select, { options: [], labelText: "Delivery:" }), _jsx(Select, { options: [], labelText: "Delivery:" }), _jsx(Select, { options: [], labelText: "Delivery:" }), _jsx(Select, { options: [], labelText: "Delivery:" }), _jsx(Select, { options: [], labelText: "Last Delivery:" })] }));
24
13
  export const _Sidebar = () => {
25
14
  const [isOpen, setIsOpen] = useState(false);
26
15
  const triggerRef = useRef(null);
@@ -31,14 +20,7 @@ export const _Sidebar = () => {
31
20
  const closeSidebar = () => {
32
21
  setIsOpen(false);
33
22
  };
34
- return (React.createElement(ApplicationFrame, { navBar: React.createElement(Navigation, null), overflowX: "hidden" },
35
- React.createElement(Page, { breadcrumbs: React.createElement(Breadcrumbs, null,
36
- React.createElement(Link, { href: "/" }, "Home"),
37
- React.createElement(Link, { href: "/" }, "Materials")), title: "Materials Overview" },
38
- React.createElement(Box, { minWidth: "300px" },
39
- React.createElement(PrimaryButton, { onClick: toggleSidebar, ref: triggerRef, id: "openSidebarTrigger" }, "Open Sidebar"),
40
- React.createElement(Box, { height: "3000px", width: "50%", bg: "lightBlue", mt: "x3", p: "x2" }, "Space for more content")),
41
- React.createElement(ExampleSidebar, { isOpen: isOpen, onClose: closeSidebar, triggerRef: triggerRef, "aria-controls": "openSidebarTrigger", ...urlProps }))));
23
+ return (_jsx(ApplicationFrame, { navBar: _jsx(Navigation, {}), overflowX: "hidden", children: _jsxs(Page, { breadcrumbs: _jsxs(Breadcrumbs, { children: [_jsx(Link, { href: "/", children: "Home" }), _jsx(Link, { href: "/", children: "Materials" })] }), title: "Materials Overview", children: [_jsxs(Box, { minWidth: "300px", children: [_jsx(PrimaryButton, { onClick: toggleSidebar, ref: triggerRef, id: "openSidebarTrigger", children: "Open Sidebar" }), _jsx(Box, { height: "3000px", width: "50%", bg: "lightBlue", mt: "x3", p: "x2", children: "Space for more content" })] }), _jsx(ExampleSidebar, { isOpen: isOpen, onClose: closeSidebar, triggerRef: triggerRef, "aria-controls": "openSidebarTrigger", ...urlProps })] }) }));
42
24
  };
43
25
  export const WithoutOverlay = () => {
44
26
  const [isOpen, setIsOpen] = useState(false);
@@ -49,16 +31,7 @@ export const WithoutOverlay = () => {
49
31
  const closeSidebar = () => {
50
32
  setIsOpen(false);
51
33
  };
52
- return (React.createElement(ApplicationFrame, { navBar: React.createElement(Navigation, null), overflowX: "hidden" },
53
- React.createElement(Page, { breadcrumbs: React.createElement(Breadcrumbs, null,
54
- React.createElement(Link, { href: "/" }, "Home"),
55
- React.createElement(Link, { href: "/" }, "Materials")), title: "Materials Overview" },
56
- React.createElement(Box, { minWidth: "300px" },
57
- React.createElement(PrimaryButton, { onClick: toggleSidebar, ref: triggerRef, id: "openSidebarTrigger" }, "Open Sidebar"),
58
- React.createElement(Box, { height: "3000px", width: "100%", bg: "lightBlue", mt: "x3", p: "x2" },
59
- "Space for more content",
60
- React.createElement("input", null))),
61
- React.createElement(ExampleSidebar, { isOpen: isOpen, onClose: closeSidebar, triggerRef: triggerRef, "aria-controls": "openSidebarTrigger", overlay: false }))));
34
+ return (_jsx(ApplicationFrame, { navBar: _jsx(Navigation, {}), overflowX: "hidden", children: _jsxs(Page, { breadcrumbs: _jsxs(Breadcrumbs, { children: [_jsx(Link, { href: "/", children: "Home" }), _jsx(Link, { href: "/", children: "Materials" })] }), title: "Materials Overview", children: [_jsxs(Box, { minWidth: "300px", children: [_jsx(PrimaryButton, { onClick: toggleSidebar, ref: triggerRef, id: "openSidebarTrigger", children: "Open Sidebar" }), _jsxs(Box, { height: "3000px", width: "100%", bg: "lightBlue", mt: "x3", p: "x2", children: ["Space for more content", _jsx("input", {})] })] }), _jsx(ExampleSidebar, { isOpen: isOpen, onClose: closeSidebar, triggerRef: triggerRef, "aria-controls": "openSidebarTrigger", overlay: false })] }) }));
62
35
  };
63
36
  export const OpenByDefault = () => {
64
37
  const [isOpen, setIsOpen] = useState(true);
@@ -69,14 +42,7 @@ export const OpenByDefault = () => {
69
42
  const closeSidebar = () => {
70
43
  setIsOpen(false);
71
44
  };
72
- return (React.createElement(ApplicationFrame, { navBar: React.createElement(Navigation, null), overflowX: "hidden" },
73
- React.createElement(Page, { breadcrumbs: React.createElement(Breadcrumbs, null,
74
- React.createElement(Link, { href: "/" }, "Home"),
75
- React.createElement(Link, { href: "/" }, "Materials")), title: "Materials Overview" },
76
- React.createElement(Box, { minWidth: "300px" },
77
- React.createElement(PrimaryButton, { onClick: toggleSidebar, ref: triggerRef, id: "openSidebarTrigger" }, "Open Sidebar"),
78
- React.createElement(Box, { height: "3000px", width: "100%", bg: "lightBlue", mt: "x3", p: "x2" }, "Space for more content")),
79
- React.createElement(ExampleSidebar, { isOpen: isOpen, onClose: closeSidebar, triggerRef: triggerRef, "aria-controls": "openSidebarTrigger" }))));
45
+ return (_jsx(ApplicationFrame, { navBar: _jsx(Navigation, {}), overflowX: "hidden", children: _jsxs(Page, { breadcrumbs: _jsxs(Breadcrumbs, { children: [_jsx(Link, { href: "/", children: "Home" }), _jsx(Link, { href: "/", children: "Materials" })] }), title: "Materials Overview", children: [_jsxs(Box, { minWidth: "300px", children: [_jsx(PrimaryButton, { onClick: toggleSidebar, ref: triggerRef, id: "openSidebarTrigger", children: "Open Sidebar" }), _jsx(Box, { height: "3000px", width: "100%", bg: "lightBlue", mt: "x3", p: "x2", children: "Space for more content" })] }), _jsx(ExampleSidebar, { isOpen: isOpen, onClose: closeSidebar, triggerRef: triggerRef, "aria-controls": "openSidebarTrigger" })] }) }));
80
46
  };
81
47
  const WithCustomOffsetComponent = (args) => {
82
48
  const [isOpen, setIsOpen] = useState(true);
@@ -87,14 +53,7 @@ const WithCustomOffsetComponent = (args) => {
87
53
  const closeSidebar = () => {
88
54
  setIsOpen(false);
89
55
  };
90
- return (React.createElement(ApplicationFrame, { navBar: React.createElement(Navigation, null), overflowX: "hidden" },
91
- React.createElement(Page, { breadcrumbs: React.createElement(Breadcrumbs, null,
92
- React.createElement(Link, { href: "/" }, "Home"),
93
- React.createElement(Link, { href: "/" }, "Materials")), title: "Materials Overview" },
94
- React.createElement(Box, { minWidth: "300px" },
95
- React.createElement(PrimaryButton, { onClick: toggleSidebar, ref: triggerRef, id: "openSidebarTrigger" }, "Open Sidebar"),
96
- React.createElement(Box, { height: "3000px", width: "100%", bg: "lightBlue", mt: "x3", p: "x2" }, "Space for more content")),
97
- React.createElement(ExampleSidebar, { isOpen: isOpen, onClose: closeSidebar, triggerRef: triggerRef, "aria-controls": "openSidebarTrigger", ...args }))));
56
+ return (_jsx(ApplicationFrame, { navBar: _jsx(Navigation, {}), overflowX: "hidden", children: _jsxs(Page, { breadcrumbs: _jsxs(Breadcrumbs, { children: [_jsx(Link, { href: "/", children: "Home" }), _jsx(Link, { href: "/", children: "Materials" })] }), title: "Materials Overview", children: [_jsxs(Box, { minWidth: "300px", children: [_jsx(PrimaryButton, { onClick: toggleSidebar, ref: triggerRef, id: "openSidebarTrigger", children: "Open Sidebar" }), _jsx(Box, { height: "3000px", width: "100%", bg: "lightBlue", mt: "x3", p: "x2", children: "Space for more content" })] }), _jsx(ExampleSidebar, { isOpen: isOpen, onClose: closeSidebar, triggerRef: triggerRef, "aria-controls": "openSidebarTrigger", ...args })] }) }));
98
57
  };
99
58
  export const WithCustomOffset = {
100
59
  args: {
@@ -102,7 +61,7 @@ export const WithCustomOffset = {
102
61
  duration: 0.5,
103
62
  },
104
63
  name: "With custom offset",
105
- render: (args) => React.createElement(WithCustomOffsetComponent, { ...args }),
64
+ render: (args) => _jsx(WithCustomOffsetComponent, { ...args }),
106
65
  };
107
66
  export const DontCloseOnOutsideClick = () => {
108
67
  const [isOpen, setIsOpen] = useState(false);
@@ -113,14 +72,7 @@ export const DontCloseOnOutsideClick = () => {
113
72
  const closeSidebar = () => {
114
73
  setIsOpen(false);
115
74
  };
116
- return (React.createElement(ApplicationFrame, { navBar: React.createElement(Navigation, null), overflowX: "hidden" },
117
- React.createElement(Page, { breadcrumbs: React.createElement(Breadcrumbs, null,
118
- React.createElement(Link, { href: "/" }, "Home"),
119
- React.createElement(Link, { href: "/" }, "Materials")), title: "Materials Overview" },
120
- React.createElement(Box, { minWidth: "300px" },
121
- React.createElement(PrimaryButton, { onClick: toggleSidebar, ref: triggerRef, id: "openSidebarTrigger" }, "Open Sidebar"),
122
- React.createElement(Box, { height: "3000px", width: "100%", bg: "lightBlue", mt: "x3", p: "x2" }, "Space for more content")),
123
- React.createElement(ExampleSidebar, { isOpen: isOpen, onClose: closeSidebar, triggerRef: triggerRef, "aria-controls": "openSideBarTrigger", closeOnOutsideClick: false }))));
75
+ return (_jsx(ApplicationFrame, { navBar: _jsx(Navigation, {}), overflowX: "hidden", children: _jsxs(Page, { breadcrumbs: _jsxs(Breadcrumbs, { children: [_jsx(Link, { href: "/", children: "Home" }), _jsx(Link, { href: "/", children: "Materials" })] }), title: "Materials Overview", children: [_jsxs(Box, { minWidth: "300px", children: [_jsx(PrimaryButton, { onClick: toggleSidebar, ref: triggerRef, id: "openSidebarTrigger", children: "Open Sidebar" }), _jsx(Box, { height: "3000px", width: "100%", bg: "lightBlue", mt: "x3", p: "x2", children: "Space for more content" })] }), _jsx(ExampleSidebar, { isOpen: isOpen, onClose: closeSidebar, triggerRef: triggerRef, "aria-controls": "openSideBarTrigger", closeOnOutsideClick: false })] }) }));
124
76
  };
125
77
  export const WithoutCloseButton = () => {
126
78
  const [isOpen, setIsOpen] = useState(true);
@@ -131,14 +83,7 @@ export const WithoutCloseButton = () => {
131
83
  const closeSidebar = () => {
132
84
  setIsOpen(false);
133
85
  };
134
- return (React.createElement(ApplicationFrame, { navBar: React.createElement(Navigation, null), overflowX: "hidden" },
135
- React.createElement(Page, { breadcrumbs: React.createElement(Breadcrumbs, null,
136
- React.createElement(Link, { href: "/" }, "Home"),
137
- React.createElement(Link, { href: "/" }, "Materials")), title: "Materials Overview" },
138
- React.createElement(Box, { minWidth: "300px" },
139
- React.createElement(PrimaryButton, { onClick: toggleSidebar, ref: triggerRef, id: "openSidebarTrigger" }, "Open Sidebar"),
140
- React.createElement(Box, { height: "3000px", width: "50%", bg: "lightBlue", mt: "x3", p: "x2" }, "Space for more content")),
141
- React.createElement(ExampleSidebar, { hideCloseButton: true, isOpen: isOpen, onClose: closeSidebar, triggerRef: triggerRef, "aria-controls": "openSidebarTrigger" }))));
86
+ return (_jsx(ApplicationFrame, { navBar: _jsx(Navigation, {}), overflowX: "hidden", children: _jsxs(Page, { breadcrumbs: _jsxs(Breadcrumbs, { children: [_jsx(Link, { href: "/", children: "Home" }), _jsx(Link, { href: "/", children: "Materials" })] }), title: "Materials Overview", children: [_jsxs(Box, { minWidth: "300px", children: [_jsx(PrimaryButton, { onClick: toggleSidebar, ref: triggerRef, id: "openSidebarTrigger", children: "Open Sidebar" }), _jsx(Box, { height: "3000px", width: "50%", bg: "lightBlue", mt: "x3", p: "x2", children: "Space for more content" })] }), _jsx(ExampleSidebar, { hideCloseButton: true, isOpen: isOpen, onClose: closeSidebar, triggerRef: triggerRef, "aria-controls": "openSidebarTrigger" })] }) }));
142
87
  };
143
88
  export const WithALongTitle = () => {
144
89
  const [isOpen, setIsOpen] = useState(true);
@@ -149,14 +94,7 @@ export const WithALongTitle = () => {
149
94
  const closeSidebar = () => {
150
95
  setIsOpen(false);
151
96
  };
152
- return (React.createElement(ApplicationFrame, { navBar: React.createElement(Navigation, null), overflowX: "hidden" },
153
- React.createElement(Page, { breadcrumbs: React.createElement(Breadcrumbs, null,
154
- React.createElement(Link, { href: "/" }, "Home"),
155
- React.createElement(Link, { href: "/" }, "Materials")), title: "Materials Overview" },
156
- React.createElement(Box, { minWidth: "300px" },
157
- React.createElement(PrimaryButton, { onClick: toggleSidebar, ref: triggerRef, id: "openSidebarTrigger" }, "Open Sidebar"),
158
- React.createElement(Box, { height: "3000px", width: "50%", bg: "lightBlue", mt: "x3", p: "x2" }, "Space for more content")),
159
- React.createElement(ExampleSidebar, { title: "A very very very very very very very long title", isOpen: isOpen, onClose: closeSidebar, triggerRef: triggerRef, "aria-controls": "openSidebarTrigger" }))));
97
+ return (_jsx(ApplicationFrame, { navBar: _jsx(Navigation, {}), overflowX: "hidden", children: _jsxs(Page, { breadcrumbs: _jsxs(Breadcrumbs, { children: [_jsx(Link, { href: "/", children: "Home" }), _jsx(Link, { href: "/", children: "Materials" })] }), title: "Materials Overview", children: [_jsxs(Box, { minWidth: "300px", children: [_jsx(PrimaryButton, { onClick: toggleSidebar, ref: triggerRef, id: "openSidebarTrigger", children: "Open Sidebar" }), _jsx(Box, { height: "3000px", width: "50%", bg: "lightBlue", mt: "x3", p: "x2", children: "Space for more content" })] }), _jsx(ExampleSidebar, { title: "A very very very very very very very long title", isOpen: isOpen, onClose: closeSidebar, triggerRef: triggerRef, "aria-controls": "openSidebarTrigger" })] }) }));
160
98
  };
161
99
  export const WithDifferentWidths = () => {
162
100
  const [width, setWidth] = useState({ value: "xs", label: "Extra small (xs)" });
@@ -170,29 +108,20 @@ export const WithDifferentWidths = () => {
170
108
  { value: "75ch", label: "Custom value (75ch)" },
171
109
  { value: "100%", label: "Custom value (100%)" },
172
110
  ];
173
- return (React.createElement(Sidebar, { hideCloseButton: true, top: 0, height: "100%", width: width.value, isOpen: true, title: `${width.label} sidebar` },
174
- React.createElement(Select, { value: width.value, options: options, onChange: (s) => {
111
+ return (_jsx(Sidebar, { hideCloseButton: true, top: 0, height: "100%", width: width.value, isOpen: true, title: `${width.label} sidebar`, children: _jsx(Select, { value: width.value, options: options, onChange: (s) => {
175
112
  const [option] = options.filter(({ value }) => value === s);
176
113
  setWidth(option);
177
- }, labelText: "Sidebar size" })));
114
+ }, labelText: "Sidebar size" }) }));
178
115
  };
179
116
  export const WithHelpText = () => {
180
117
  const [helpText, setHelpText] = useState("Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus tempor lacus nec finibus egestas.");
181
- return (React.createElement(Sidebar, { footer: React.createElement(PrimaryButton, null, "Apply"), top: 0, height: "100%", isOpen: true, title: "With help text", helpText: helpText },
182
- React.createElement(Textarea, { value: helpText, labelText: "Help Text", placeholder: "Enter some text...", onChange: (event) => {
118
+ return (_jsx(Sidebar, { footer: _jsx(PrimaryButton, { children: "Apply" }), top: 0, height: "100%", isOpen: true, title: "With help text", helpText: helpText, children: _jsx(Textarea, { value: helpText, labelText: "Help Text", placeholder: "Enter some text...", onChange: (event) => {
183
119
  setHelpText(event.target.value);
184
- } })));
120
+ } }) }));
185
121
  };
186
122
  export const WithOtherElementsInHelpText = () => {
187
- return (React.createElement(Sidebar, { hideCloseButton: true, top: 0, height: "100%", isOpen: true, title: "With help text", helpText: React.createElement(React.Fragment, null,
188
- "Carry over remaining quantity to a future PO line item.",
189
- " ",
190
- React.createElement(Link, { underline: false, href: "/" }, "Learn more"),
191
- " ") }));
123
+ return (_jsx(Sidebar, { hideCloseButton: true, top: 0, height: "100%", isOpen: true, title: "With help text", helpText: _jsxs(_Fragment, { children: ["Carry over remaining quantity to a future PO line item.", " ", _jsx(Link, { underline: false, href: "/", children: "Learn more" }), " "] }) }));
192
124
  };
193
125
  export const WithARenderedHelpText = () => {
194
- return (React.createElement(Sidebar, { hideCloseButton: true, top: 0, height: "100%", isOpen: true, title: "With help text", renderHelpText: () => (React.createElement(Heading3, { color: "red", fontWeight: "bold" },
195
- "This is a custom help text",
196
- " ",
197
- React.createElement(Link, { href: "/", underline: false }, "Learn more"))) }));
126
+ return (_jsx(Sidebar, { hideCloseButton: true, top: 0, height: "100%", isOpen: true, title: "With help text", renderHelpText: () => (_jsxs(Heading3, { color: "red", fontWeight: "bold", children: ["This is a custom help text", " ", _jsx(Link, { href: "/", underline: false, children: "Learn more" })] })) }));
198
127
  };
@@ -11,4 +11,4 @@ export interface LinkProps extends React.ComponentPropsWithRef<"a">, Partial<Sty
11
11
  forApp?: NulogyAppName;
12
12
  openInNewTab?: boolean;
13
13
  }
14
- export default function Link({ children, forApp, openInNewTab, ...props }: LinkProps): React.JSX.Element;
14
+ export default function Link({ children, forApp, openInNewTab, ...props }: LinkProps): import("react/jsx-runtime").JSX.Element;
@@ -1,7 +1,7 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
1
2
  import { styled } from "styled-components";
2
3
  import { darken } from "polished";
3
4
  import { themeGet } from "@styled-system/theme-get";
4
- import React from "react";
5
5
  import { addStyledProps } from "../StyledProps";
6
6
  import { AppTag } from "../AppTag";
7
7
  import { InlineFlex } from "../Flex";
@@ -10,14 +10,11 @@ export default function Link({ children, forApp, openInNewTab, ...props }) {
10
10
  const openInNewTabProps = openInNewTab ? { target: "_blank", rel: "noopener noreferrer" } : {};
11
11
  const renderContent = () => {
12
12
  if (forApp || openInNewTab) {
13
- return (React.createElement(InlineFlex, { alignItems: "center", gap: "half" },
14
- React.createElement(LinkWrapper, { underline: props.underline }, children),
15
- forApp && React.createElement(AppTag, { app: forApp, type: "interactive" }),
16
- openInNewTab && React.createElement(Icon, { icon: "openInNew", size: "x2", color: "midGrey" })));
13
+ return (_jsxs(InlineFlex, { alignItems: "center", gap: "half", children: [_jsx(LinkWrapper, { underline: props.underline, children: children }), forApp && _jsx(AppTag, { app: forApp, type: "interactive" }), openInNewTab && _jsx(Icon, { icon: "openInNew", size: "x2", color: "midGrey" })] }));
17
14
  }
18
15
  return children;
19
16
  };
20
- return (React.createElement(Anchor, { ...openInNewTabProps, ...props }, renderContent()));
17
+ return (_jsx(Anchor, { ...openInNewTabProps, ...props, children: renderContent() }));
21
18
  }
22
19
  const LinkWrapper = styled.span(({ underline = true }) => ({
23
20
  textDecoration: underline ? "underline" : "none",