@digigov/ui 1.0.0-88820b1e → 1.0.0-8bbf3ef2

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 (759) hide show
  1. package/app/BannerContainer/BannerContainer.stories.d.ts +10 -0
  2. package/app/BannerContainer/BannerContainer.stories.js +35 -0
  3. package/app/BannerContainer/__stories__/CookiesBanner.d.ts +2 -0
  4. package/app/BannerContainer/__stories__/CookiesBanner.js +42 -0
  5. package/app/Footer/Footer.stories.playwright.json +2 -2
  6. package/app/Footer/__stories__/FooterAllInclusive.js +33 -23
  7. package/app/Footer/__stories__/FooterWithLink.js +16 -12
  8. package/app/Footer/__stories__/FooterWithLogo.js +17 -15
  9. package/app/Footer/__stories__/FooterWithSecondaryNavigation.js +18 -14
  10. package/app/Header/Header.stories.playwright.json +1 -1
  11. package/app/Header/__stories__/WithHeaderNavigation.js +13 -24
  12. package/app/Header/__stories__/WithNavigation.js +37 -38
  13. package/app/Masthead/Masthead.stories.d.ts +2 -0
  14. package/app/Masthead/Masthead.stories.js +28 -0
  15. package/app/Masthead/Masthead.stories.playwright.json +1 -1
  16. package/app/Masthead/__stories__/WithElements.d.ts +2 -0
  17. package/app/Masthead/__stories__/WithElements.js +41 -0
  18. package/app/Masthead/__stories__/WithLogo.d.ts +2 -0
  19. package/app/Masthead/__stories__/WithLogo.js +37 -0
  20. package/app/Modal/Modal.stories.d.ts +1 -0
  21. package/app/Modal/Modal.stories.js +14 -0
  22. package/app/Modal/Modal.stories.playwright.json +21 -0
  23. package/app/Modal/__stories__/Dense.d.ts +2 -0
  24. package/app/Modal/__stories__/Dense.js +67 -0
  25. package/app/Modal/index.d.ts +2 -2
  26. package/app/ThemeOptions/index.js +2 -2
  27. package/content/Blockquote/Blockquote.stories.d.ts +1 -0
  28. package/content/Blockquote/Blockquote.stories.js +14 -0
  29. package/content/Blockquote/__stories__/Dense.d.ts +2 -0
  30. package/content/Blockquote/__stories__/Dense.js +24 -0
  31. package/content/Card/Card.stories.d.ts +2 -0
  32. package/content/Card/Card.stories.js +28 -0
  33. package/content/Card/__stories__/Default.js +1 -1
  34. package/content/Card/__stories__/Dense.d.ts +2 -0
  35. package/content/Card/__stories__/Dense.js +28 -0
  36. package/content/Card/__stories__/WithLink.d.ts +2 -0
  37. package/content/Card/__stories__/WithLink.js +24 -0
  38. package/content/Details/index.mdx +5 -0
  39. package/content/StepNav/StepNav.stories.d.ts +1 -0
  40. package/content/StepNav/StepNav.stories.js +14 -0
  41. package/content/StepNav/__stories__/Dense.d.ts +2 -0
  42. package/content/StepNav/__stories__/Dense.js +204 -0
  43. package/content/SummaryList/SummaryList.stories.d.ts +1 -0
  44. package/content/SummaryList/SummaryList.stories.js +14 -0
  45. package/content/SummaryList/__stories__/Default.js +7 -3
  46. package/content/SummaryList/__stories__/WithActions.js +13 -7
  47. package/content/SummaryList/__stories__/WithoutActions.d.ts +2 -0
  48. package/content/SummaryList/__stories__/WithoutActions.js +22 -0
  49. package/content/SummaryList/__stories__/WithoutBorders.js +12 -2
  50. package/content/Table/__stories__/RowColors.js +5 -5
  51. package/content/Table/__stories__/WithFloatingScroll.js +10 -4
  52. package/content/Table/index.js +7 -5
  53. package/content/Table/index.mdx +1 -1
  54. package/content/TaskList/TaskList.stories.d.ts +1 -0
  55. package/content/TaskList/TaskList.stories.js +14 -0
  56. package/content/TaskList/__stories__/Dense.d.ts +2 -0
  57. package/content/TaskList/__stories__/Dense.js +93 -0
  58. package/content/Timeline/Timeline.stories.d.ts +1 -0
  59. package/content/Timeline/Timeline.stories.js +14 -0
  60. package/content/Timeline/__stories__/Default.js +2 -4
  61. package/content/Timeline/__stories__/Dense.d.ts +2 -0
  62. package/content/Timeline/__stories__/Dense.js +141 -0
  63. package/es/app/BannerContainer/BannerContainer.stories.js +10 -0
  64. package/es/app/BannerContainer/__stories__/CookiesBanner.js +18 -0
  65. package/es/app/Footer/Footer.stories.playwright.json +2 -2
  66. package/es/app/Footer/__stories__/FooterAllInclusive.js +33 -23
  67. package/es/app/Footer/__stories__/FooterWithLink.js +16 -12
  68. package/es/app/Footer/__stories__/FooterWithLogo.js +17 -15
  69. package/es/app/Footer/__stories__/FooterWithSecondaryNavigation.js +18 -14
  70. package/es/app/Header/Header.stories.playwright.json +1 -1
  71. package/es/app/Header/__stories__/WithHeaderNavigation.js +14 -17
  72. package/es/app/Header/__stories__/WithNavigation.js +31 -36
  73. package/es/app/Masthead/Masthead.stories.js +3 -1
  74. package/es/app/Masthead/Masthead.stories.playwright.json +1 -1
  75. package/es/app/Masthead/__stories__/WithElements.js +21 -0
  76. package/es/app/Masthead/__stories__/WithLogo.js +19 -0
  77. package/es/app/Modal/Modal.stories.js +2 -1
  78. package/es/app/Modal/Modal.stories.playwright.json +21 -0
  79. package/es/app/Modal/__stories__/Dense.js +43 -0
  80. package/es/app/ThemeOptions/index.js +2 -2
  81. package/es/content/Blockquote/Blockquote.stories.js +2 -1
  82. package/es/content/Blockquote/__stories__/Dense.js +11 -0
  83. package/es/content/Card/Card.stories.js +3 -1
  84. package/es/content/Card/__stories__/Default.js +1 -1
  85. package/es/content/Card/__stories__/Dense.js +14 -0
  86. package/es/content/Card/__stories__/WithLink.js +10 -0
  87. package/es/content/Details/index.mdx +5 -0
  88. package/es/content/StepNav/StepNav.stories.js +2 -1
  89. package/es/content/StepNav/__stories__/Dense.js +180 -0
  90. package/es/content/SummaryList/SummaryList.stories.js +1 -0
  91. package/es/content/SummaryList/__stories__/Default.js +7 -3
  92. package/es/content/SummaryList/__stories__/WithActions.js +5 -5
  93. package/es/content/SummaryList/__stories__/WithoutActions.js +9 -0
  94. package/es/content/SummaryList/__stories__/WithoutBorders.js +10 -2
  95. package/es/content/Table/__stories__/RowColors.js +5 -5
  96. package/es/content/Table/__stories__/WithFloatingScroll.js +5 -4
  97. package/es/content/Table/index.js +7 -4
  98. package/es/content/Table/index.mdx +1 -1
  99. package/es/content/TaskList/TaskList.stories.js +2 -1
  100. package/es/content/TaskList/__stories__/Dense.js +76 -0
  101. package/es/content/Timeline/Timeline.stories.js +2 -1
  102. package/es/content/Timeline/__stories__/Default.js +2 -4
  103. package/es/content/Timeline/__stories__/Dense.js +124 -0
  104. package/es/feedback/CopyToClipboard/CopyToClipboard.stories.js +2 -1
  105. package/es/feedback/CopyToClipboard/CopyToClipboard.stories.playwright.json +16 -0
  106. package/es/feedback/CopyToClipboard/__stories__/Dense.js +20 -0
  107. package/es/feedback/CopyToClipboard/index.js +3 -1
  108. package/es/feedback/ErrorSummary/ErrorSummary.stories.js +3 -1
  109. package/es/feedback/ErrorSummary/__stories__/Dense.js +15 -0
  110. package/es/feedback/ErrorSummary/__stories__/LinkedToCheckbox.js +2 -1
  111. package/es/feedback/ErrorSummary/__stories__/LinkedToField.js +3 -3
  112. package/es/feedback/ErrorSummary/__stories__/WithBackLinkAndButton.js +35 -0
  113. package/es/feedback/NotificationBanner/NotificationBanner.stories.js +2 -1
  114. package/es/feedback/NotificationBanner/__stories__/Dense.js +13 -0
  115. package/es/feedback/NotificationBanner/index.js +4 -2
  116. package/es/feedback/ServiceBadge/index.mdx +9 -5
  117. package/es/feedback/WarningText/WarningText.stories.js +2 -1
  118. package/es/feedback/WarningText/__stories__/Dense.js +11 -0
  119. package/es/form/Button/Button.stories.js +1 -0
  120. package/es/form/Button/__stories__/CallToActionButton.js +1 -4
  121. package/es/form/Button/__stories__/Dense.js +12 -0
  122. package/es/form/Button/__stories__/GroupingButtons.js +0 -3
  123. package/es/form/Button/__stories__/GroupingButtonsAndLinks.js +0 -3
  124. package/es/form/Button/__stories__/Primary.js +0 -3
  125. package/es/form/Button/__stories__/Secondary.js +0 -3
  126. package/es/form/Button/__stories__/WithVariantLink.js +0 -4
  127. package/es/form/Button/index.mdx +4 -4
  128. package/es/form/Checkbox/Checkbox.stories.js +2 -1
  129. package/es/form/Checkbox/__stories__/Dense.js +26 -0
  130. package/es/form/Checkbox/__stories__/WithHint.js +1 -1
  131. package/es/form/Checkbox/index.mdx +5 -0
  132. package/es/form/DateInputContainer/DateInputContainer.stories.js +2 -1
  133. package/es/form/DateInputContainer/__stories__/Default.js +1 -1
  134. package/es/form/DateInputContainer/__stories__/Dense.js +23 -0
  135. package/es/form/DateInputContainer/__stories__/MultipleQuestions.js +2 -2
  136. package/es/form/DateInputContainer/__stories__/WithErrorMessage.js +1 -1
  137. package/es/form/DateInputContainer/__stories__/WithErrorMessageForSingleField.js +1 -1
  138. package/es/form/DateInputContainer/index.mdx +5 -0
  139. package/es/form/ErrorMessage/ErrorMessage.stories.js +3 -1
  140. package/es/form/ErrorMessage/__stories__/DateInputError.js +24 -0
  141. package/es/form/ErrorMessage/__stories__/Default.js +11 -8
  142. package/es/form/ErrorMessage/__stories__/ErrorMessageOnly.js +12 -0
  143. package/es/form/FileUpload/__stories__/Default.js +2 -2
  144. package/es/form/FileUpload/__stories__/WithErrorMessage.js +2 -2
  145. package/es/form/FileUpload/index.mdx +2 -0
  146. package/es/form/RadioContainer/RadioContainer.stories.js +3 -1
  147. package/es/form/RadioContainer/__stories__/Default.js +7 -4
  148. package/es/form/RadioContainer/__stories__/Dense.js +24 -0
  149. package/es/form/RadioContainer/__stories__/InlineWithDivider.js +5 -5
  150. package/es/form/RadioContainer/__stories__/MultipleQuestions.js +1 -1
  151. package/es/form/RadioContainer/__stories__/NoneAnswer.js +6 -2
  152. package/es/form/RadioContainer/__stories__/WithErrorMessage.js +3 -1
  153. package/es/form/RadioContainer/__stories__/WithHints.js +1 -1
  154. package/es/form/RadioContainer/__stories__/WithMediumLegend.js +24 -0
  155. package/es/form/RadioContainer/index.mdx +5 -0
  156. package/es/form/SelectContainer/{Select.stories.js → SelectContainer.stories.js} +2 -1
  157. package/es/form/SelectContainer/__stories__/Dense.js +23 -0
  158. package/es/form/SelectContainer/index.mdx +6 -0
  159. package/es/form/TextArea/TextArea.stories.js +2 -1
  160. package/es/form/TextArea/__stories__/Dense.js +14 -0
  161. package/es/form/TextInput/TextInput.stories.js +2 -1
  162. package/es/form/TextInput/__stories__/Dense.js +14 -0
  163. package/es/form/TextInput/__stories__/FixedWidths.js +8 -18
  164. package/es/form/TextInput/__stories__/FluidWidths.js +8 -18
  165. package/es/govgr/Footer/Copyright.js +3 -3
  166. package/es/icons/Icon/index.js +2 -2
  167. package/es/icons/ImageLogo/index.js +3 -0
  168. package/es/icons/ImageLogoSet/index.js +3 -0
  169. package/es/layouts/Grid/Grid.stories.js +1 -0
  170. package/es/layouts/Grid/__stories__/ResponsiveSpacing.js +79 -0
  171. package/es/navigation/Breadcrumbs/index.mdx +5 -0
  172. package/es/navigation/Drawer/__stories__/Default.js +25 -66
  173. package/es/navigation/Dropdown/__stories__/AlignRight.js +9 -8
  174. package/es/navigation/Dropdown/__stories__/Default.js +9 -8
  175. package/es/navigation/Dropdown/__stories__/PlacementTop.js +9 -8
  176. package/es/navigation/Dropdown/index.mdx +0 -2
  177. package/es/navigation/Link/index.js +1 -1
  178. package/es/navigation/Link/index.mdx +2 -0
  179. package/es/navigation/NavList/NavList.stories.js +7 -1
  180. package/es/navigation/NavList/NavList.stories.playwright.json +26 -6
  181. package/es/navigation/NavList/NavListAuto/index.js +48 -0
  182. package/es/navigation/NavList/{NavMenuContainerContentList.js → NavMenuContentList.js} +5 -5
  183. package/es/navigation/NavList/__stories__/Default.js +19 -79
  184. package/es/navigation/NavList/__stories__/HorizontalWithDrawer.js +67 -0
  185. package/es/navigation/NavList/__stories__/HorizontalWithoutDrawer.js +41 -0
  186. package/es/navigation/NavList/__stories__/NavLinksOneLevel.json +17 -0
  187. package/es/navigation/NavList/__stories__/NavLinksWithSubmenu.json +36 -0
  188. package/es/navigation/NavList/__stories__/NavListWithoutNav.js +19 -0
  189. package/es/navigation/NavList/__stories__/UsingHeaderButton.js +70 -0
  190. package/es/navigation/NavList/__stories__/UsingNavListAuto.js +38 -0
  191. package/es/navigation/NavList/__stories__/Vertical.js +32 -0
  192. package/es/navigation/NavList/__stories__/VerticalWithoutDrawer.js +44 -0
  193. package/es/navigation/NavList/hooks/useNavList.js +2 -2
  194. package/es/navigation/NavList/hooks/useTogglableNav.js +33 -18
  195. package/es/navigation/NavList/index.js +14 -17
  196. package/es/navigation/NavList/index.mdx +9 -3
  197. package/es/navigation/NavList/types.js +1 -6
  198. package/es/navigation/Pagination/__stories__/Default.js +7 -65
  199. package/es/navigation/Pagination/index.mdx +1 -2
  200. package/es/navigation/Tabs/__stories__/Default.js +15 -4
  201. package/es/navigation/Tabs/index.mdx +6 -0
  202. package/es/registry.js +14 -42
  203. package/es/typography/Hint/index.mdx +2 -0
  204. package/es/typography/NormalText/index.mdx +2 -0
  205. package/es/typography/Paragraph/index.mdx +1 -0
  206. package/es/utils/Typography/index.js +3 -0
  207. package/esm/app/BannerContainer/BannerContainer.stories.js +10 -0
  208. package/esm/app/BannerContainer/__stories__/CookiesBanner.js +18 -0
  209. package/esm/app/Footer/Footer.stories.playwright.json +2 -2
  210. package/esm/app/Footer/__stories__/FooterAllInclusive.js +33 -23
  211. package/esm/app/Footer/__stories__/FooterWithLink.js +16 -12
  212. package/esm/app/Footer/__stories__/FooterWithLogo.js +17 -15
  213. package/esm/app/Footer/__stories__/FooterWithSecondaryNavigation.js +18 -14
  214. package/esm/app/Header/Header.stories.playwright.json +1 -1
  215. package/esm/app/Header/__stories__/WithHeaderNavigation.js +14 -17
  216. package/esm/app/Header/__stories__/WithNavigation.js +31 -36
  217. package/esm/app/Masthead/Masthead.stories.js +3 -1
  218. package/esm/app/Masthead/Masthead.stories.playwright.json +1 -1
  219. package/esm/app/Masthead/__stories__/WithElements.js +21 -0
  220. package/esm/app/Masthead/__stories__/WithLogo.js +19 -0
  221. package/esm/app/Modal/Modal.stories.js +2 -1
  222. package/esm/app/Modal/Modal.stories.playwright.json +21 -0
  223. package/esm/app/Modal/__stories__/Dense.js +43 -0
  224. package/esm/app/ThemeOptions/index.js +2 -2
  225. package/esm/content/Blockquote/Blockquote.stories.js +2 -1
  226. package/esm/content/Blockquote/__stories__/Dense.js +11 -0
  227. package/esm/content/Card/Card.stories.js +3 -1
  228. package/esm/content/Card/__stories__/Default.js +1 -1
  229. package/esm/content/Card/__stories__/Dense.js +14 -0
  230. package/esm/content/Card/__stories__/WithLink.js +10 -0
  231. package/esm/content/Details/index.mdx +5 -0
  232. package/esm/content/StepNav/StepNav.stories.js +2 -1
  233. package/esm/content/StepNav/__stories__/Dense.js +180 -0
  234. package/esm/content/SummaryList/SummaryList.stories.js +1 -0
  235. package/esm/content/SummaryList/__stories__/Default.js +7 -3
  236. package/esm/content/SummaryList/__stories__/WithActions.js +5 -5
  237. package/esm/content/SummaryList/__stories__/WithoutActions.js +9 -0
  238. package/esm/content/SummaryList/__stories__/WithoutBorders.js +10 -2
  239. package/esm/content/Table/__stories__/RowColors.js +5 -5
  240. package/esm/content/Table/__stories__/WithFloatingScroll.js +5 -4
  241. package/esm/content/Table/index.js +7 -4
  242. package/esm/content/Table/index.mdx +1 -1
  243. package/esm/content/TaskList/TaskList.stories.js +2 -1
  244. package/esm/content/TaskList/__stories__/Dense.js +76 -0
  245. package/esm/content/Timeline/Timeline.stories.js +2 -1
  246. package/esm/content/Timeline/__stories__/Default.js +2 -4
  247. package/esm/content/Timeline/__stories__/Dense.js +124 -0
  248. package/esm/feedback/CopyToClipboard/CopyToClipboard.stories.js +2 -1
  249. package/esm/feedback/CopyToClipboard/CopyToClipboard.stories.playwright.json +16 -0
  250. package/esm/feedback/CopyToClipboard/__stories__/Dense.js +20 -0
  251. package/esm/feedback/CopyToClipboard/index.js +3 -1
  252. package/esm/feedback/ErrorSummary/ErrorSummary.stories.js +3 -1
  253. package/esm/feedback/ErrorSummary/__stories__/Dense.js +15 -0
  254. package/esm/feedback/ErrorSummary/__stories__/LinkedToCheckbox.js +2 -1
  255. package/esm/feedback/ErrorSummary/__stories__/LinkedToField.js +3 -3
  256. package/esm/feedback/ErrorSummary/__stories__/WithBackLinkAndButton.js +35 -0
  257. package/esm/feedback/NotificationBanner/NotificationBanner.stories.js +2 -1
  258. package/esm/feedback/NotificationBanner/__stories__/Dense.js +13 -0
  259. package/esm/feedback/NotificationBanner/index.js +4 -2
  260. package/esm/feedback/ServiceBadge/index.mdx +9 -5
  261. package/esm/feedback/WarningText/WarningText.stories.js +2 -1
  262. package/esm/feedback/WarningText/__stories__/Dense.js +11 -0
  263. package/esm/form/Button/Button.stories.js +1 -0
  264. package/esm/form/Button/__stories__/CallToActionButton.js +1 -4
  265. package/esm/form/Button/__stories__/Dense.js +12 -0
  266. package/esm/form/Button/__stories__/GroupingButtons.js +0 -3
  267. package/esm/form/Button/__stories__/GroupingButtonsAndLinks.js +0 -3
  268. package/esm/form/Button/__stories__/Primary.js +0 -3
  269. package/esm/form/Button/__stories__/Secondary.js +0 -3
  270. package/esm/form/Button/__stories__/WithVariantLink.js +0 -4
  271. package/esm/form/Button/index.mdx +4 -4
  272. package/esm/form/Checkbox/Checkbox.stories.js +2 -1
  273. package/esm/form/Checkbox/__stories__/Dense.js +26 -0
  274. package/esm/form/Checkbox/__stories__/WithHint.js +1 -1
  275. package/esm/form/Checkbox/index.mdx +5 -0
  276. package/esm/form/DateInputContainer/DateInputContainer.stories.js +2 -1
  277. package/esm/form/DateInputContainer/__stories__/Default.js +1 -1
  278. package/esm/form/DateInputContainer/__stories__/Dense.js +23 -0
  279. package/esm/form/DateInputContainer/__stories__/MultipleQuestions.js +2 -2
  280. package/esm/form/DateInputContainer/__stories__/WithErrorMessage.js +1 -1
  281. package/esm/form/DateInputContainer/__stories__/WithErrorMessageForSingleField.js +1 -1
  282. package/esm/form/DateInputContainer/index.mdx +5 -0
  283. package/esm/form/ErrorMessage/ErrorMessage.stories.js +3 -1
  284. package/esm/form/ErrorMessage/__stories__/DateInputError.js +24 -0
  285. package/esm/form/ErrorMessage/__stories__/Default.js +11 -8
  286. package/esm/form/ErrorMessage/__stories__/ErrorMessageOnly.js +12 -0
  287. package/esm/form/FileUpload/__stories__/Default.js +2 -2
  288. package/esm/form/FileUpload/__stories__/WithErrorMessage.js +2 -2
  289. package/esm/form/FileUpload/index.mdx +2 -0
  290. package/esm/form/RadioContainer/RadioContainer.stories.js +3 -1
  291. package/esm/form/RadioContainer/__stories__/Default.js +7 -4
  292. package/esm/form/RadioContainer/__stories__/Dense.js +24 -0
  293. package/esm/form/RadioContainer/__stories__/InlineWithDivider.js +5 -5
  294. package/esm/form/RadioContainer/__stories__/MultipleQuestions.js +1 -1
  295. package/esm/form/RadioContainer/__stories__/NoneAnswer.js +6 -2
  296. package/esm/form/RadioContainer/__stories__/WithErrorMessage.js +3 -1
  297. package/esm/form/RadioContainer/__stories__/WithHints.js +1 -1
  298. package/esm/form/RadioContainer/__stories__/WithMediumLegend.js +24 -0
  299. package/esm/form/RadioContainer/index.mdx +5 -0
  300. package/esm/form/SelectContainer/{Select.stories.js → SelectContainer.stories.js} +2 -1
  301. package/esm/form/SelectContainer/__stories__/Dense.js +23 -0
  302. package/esm/form/SelectContainer/index.mdx +6 -0
  303. package/esm/form/TextArea/TextArea.stories.js +2 -1
  304. package/esm/form/TextArea/__stories__/Dense.js +14 -0
  305. package/esm/form/TextInput/TextInput.stories.js +2 -1
  306. package/esm/form/TextInput/__stories__/Dense.js +14 -0
  307. package/esm/form/TextInput/__stories__/FixedWidths.js +8 -18
  308. package/esm/form/TextInput/__stories__/FluidWidths.js +8 -18
  309. package/esm/govgr/Footer/Copyright.js +3 -3
  310. package/esm/icons/Icon/index.js +2 -2
  311. package/esm/icons/ImageLogo/index.js +3 -0
  312. package/esm/icons/ImageLogoSet/index.js +3 -0
  313. package/esm/index.js +1 -1
  314. package/esm/layouts/Grid/Grid.stories.js +1 -0
  315. package/esm/layouts/Grid/__stories__/ResponsiveSpacing.js +79 -0
  316. package/esm/navigation/Breadcrumbs/index.mdx +5 -0
  317. package/esm/navigation/Drawer/__stories__/Default.js +25 -66
  318. package/esm/navigation/Dropdown/__stories__/AlignRight.js +9 -8
  319. package/esm/navigation/Dropdown/__stories__/Default.js +9 -8
  320. package/esm/navigation/Dropdown/__stories__/PlacementTop.js +9 -8
  321. package/esm/navigation/Dropdown/index.mdx +0 -2
  322. package/esm/navigation/Link/index.js +1 -1
  323. package/esm/navigation/Link/index.mdx +2 -0
  324. package/esm/navigation/NavList/NavList.stories.js +7 -1
  325. package/esm/navigation/NavList/NavList.stories.playwright.json +26 -6
  326. package/esm/navigation/NavList/NavListAuto/index.js +48 -0
  327. package/esm/navigation/NavList/{NavMenuContainerContentList.js → NavMenuContentList.js} +5 -5
  328. package/esm/navigation/NavList/__stories__/Default.js +19 -79
  329. package/esm/navigation/NavList/__stories__/HorizontalWithDrawer.js +67 -0
  330. package/esm/navigation/NavList/__stories__/HorizontalWithoutDrawer.js +41 -0
  331. package/esm/navigation/NavList/__stories__/NavLinksOneLevel.json +17 -0
  332. package/esm/navigation/NavList/__stories__/NavLinksWithSubmenu.json +36 -0
  333. package/esm/navigation/NavList/__stories__/NavListWithoutNav.js +19 -0
  334. package/esm/navigation/NavList/__stories__/UsingHeaderButton.js +70 -0
  335. package/esm/navigation/NavList/__stories__/UsingNavListAuto.js +38 -0
  336. package/esm/navigation/NavList/__stories__/Vertical.js +32 -0
  337. package/esm/navigation/NavList/__stories__/VerticalWithoutDrawer.js +44 -0
  338. package/esm/navigation/NavList/hooks/useNavList.js +2 -2
  339. package/esm/navigation/NavList/hooks/useTogglableNav.js +33 -18
  340. package/esm/navigation/NavList/index.js +14 -17
  341. package/esm/navigation/NavList/index.mdx +9 -3
  342. package/esm/navigation/NavList/types.js +1 -6
  343. package/esm/navigation/Pagination/__stories__/Default.js +7 -65
  344. package/esm/navigation/Pagination/index.mdx +1 -2
  345. package/esm/navigation/Tabs/__stories__/Default.js +15 -4
  346. package/esm/navigation/Tabs/index.mdx +6 -0
  347. package/esm/registry.js +14 -42
  348. package/esm/typography/Hint/index.mdx +2 -0
  349. package/esm/typography/NormalText/index.mdx +2 -0
  350. package/esm/typography/Paragraph/index.mdx +1 -0
  351. package/esm/utils/Typography/index.js +3 -0
  352. package/feedback/CopyToClipboard/CopyToClipboard.stories.d.ts +1 -0
  353. package/feedback/CopyToClipboard/CopyToClipboard.stories.js +14 -0
  354. package/feedback/CopyToClipboard/CopyToClipboard.stories.playwright.json +16 -0
  355. package/feedback/CopyToClipboard/__stories__/Dense.d.ts +2 -0
  356. package/feedback/CopyToClipboard/__stories__/Dense.js +34 -0
  357. package/feedback/CopyToClipboard/index.d.ts +1 -1
  358. package/feedback/CopyToClipboard/index.js +3 -1
  359. package/feedback/ErrorSummary/ErrorSummary.stories.d.ts +2 -0
  360. package/feedback/ErrorSummary/ErrorSummary.stories.js +28 -0
  361. package/feedback/ErrorSummary/__stories__/Dense.d.ts +2 -0
  362. package/feedback/ErrorSummary/__stories__/Dense.js +30 -0
  363. package/feedback/ErrorSummary/__stories__/LinkedToCheckbox.js +3 -1
  364. package/feedback/ErrorSummary/__stories__/LinkedToField.js +3 -3
  365. package/feedback/ErrorSummary/__stories__/WithBackLinkAndButton.d.ts +2 -0
  366. package/feedback/ErrorSummary/__stories__/WithBackLinkAndButton.js +57 -0
  367. package/feedback/NotificationBanner/NotificationBanner.stories.d.ts +1 -0
  368. package/feedback/NotificationBanner/NotificationBanner.stories.js +14 -0
  369. package/feedback/NotificationBanner/__stories__/Dense.d.ts +2 -0
  370. package/feedback/NotificationBanner/__stories__/Dense.js +27 -0
  371. package/feedback/NotificationBanner/index.js +4 -2
  372. package/feedback/ServiceBadge/index.mdx +9 -5
  373. package/feedback/WarningText/WarningText.stories.d.ts +1 -0
  374. package/feedback/WarningText/WarningText.stories.js +14 -0
  375. package/feedback/WarningText/__stories__/Dense.d.ts +2 -0
  376. package/feedback/WarningText/__stories__/Dense.js +24 -0
  377. package/form/Button/Button.stories.d.ts +1 -0
  378. package/form/Button/Button.stories.js +14 -0
  379. package/form/Button/__stories__/CallToActionButton.d.ts +0 -3
  380. package/form/Button/__stories__/CallToActionButton.js +1 -4
  381. package/form/Button/__stories__/Dense.d.ts +2 -0
  382. package/form/Button/__stories__/Dense.js +25 -0
  383. package/form/Button/__stories__/GroupingButtons.d.ts +0 -3
  384. package/form/Button/__stories__/GroupingButtons.js +0 -3
  385. package/form/Button/__stories__/GroupingButtonsAndLinks.d.ts +0 -3
  386. package/form/Button/__stories__/GroupingButtonsAndLinks.js +0 -3
  387. package/form/Button/__stories__/Primary.d.ts +0 -3
  388. package/form/Button/__stories__/Primary.js +0 -3
  389. package/form/Button/__stories__/Secondary.d.ts +0 -3
  390. package/form/Button/__stories__/Secondary.js +0 -3
  391. package/form/Button/__stories__/WithVariantLink.d.ts +0 -3
  392. package/form/Button/__stories__/WithVariantLink.js +0 -3
  393. package/form/Button/index.mdx +4 -4
  394. package/form/Checkbox/Checkbox.stories.d.ts +1 -0
  395. package/form/Checkbox/Checkbox.stories.js +14 -0
  396. package/form/Checkbox/__stories__/Dense.d.ts +2 -0
  397. package/form/Checkbox/__stories__/Dense.js +41 -0
  398. package/form/Checkbox/__stories__/WithHint.js +1 -1
  399. package/form/Checkbox/index.mdx +5 -0
  400. package/form/DateInputContainer/DateInputContainer.stories.d.ts +1 -0
  401. package/form/DateInputContainer/DateInputContainer.stories.js +14 -0
  402. package/form/DateInputContainer/__stories__/Default.js +1 -1
  403. package/form/DateInputContainer/__stories__/Dense.d.ts +2 -0
  404. package/form/DateInputContainer/__stories__/Dense.js +37 -0
  405. package/form/DateInputContainer/__stories__/MultipleQuestions.js +2 -2
  406. package/form/DateInputContainer/__stories__/WithErrorMessage.js +1 -1
  407. package/form/DateInputContainer/__stories__/WithErrorMessageForSingleField.js +1 -1
  408. package/form/DateInputContainer/index.mdx +5 -0
  409. package/form/ErrorMessage/ErrorMessage.stories.d.ts +2 -0
  410. package/form/ErrorMessage/ErrorMessage.stories.js +28 -0
  411. package/form/ErrorMessage/__stories__/DateInputError.d.ts +2 -0
  412. package/form/ErrorMessage/__stories__/DateInputError.js +41 -0
  413. package/form/ErrorMessage/__stories__/Default.js +11 -8
  414. package/form/ErrorMessage/__stories__/ErrorMessageOnly.d.ts +2 -0
  415. package/form/ErrorMessage/__stories__/ErrorMessageOnly.js +26 -0
  416. package/form/FileUpload/__stories__/Default.js +2 -2
  417. package/form/FileUpload/__stories__/WithErrorMessage.js +2 -2
  418. package/form/FileUpload/index.mdx +2 -0
  419. package/form/RadioContainer/RadioContainer.stories.d.ts +2 -0
  420. package/form/RadioContainer/RadioContainer.stories.js +28 -0
  421. package/form/RadioContainer/__stories__/Default.js +7 -4
  422. package/form/RadioContainer/__stories__/Dense.d.ts +2 -0
  423. package/form/RadioContainer/__stories__/Dense.js +38 -0
  424. package/form/RadioContainer/__stories__/InlineWithDivider.js +6 -6
  425. package/form/RadioContainer/__stories__/MultipleQuestions.js +1 -1
  426. package/form/RadioContainer/__stories__/NoneAnswer.js +6 -2
  427. package/form/RadioContainer/__stories__/WithErrorMessage.js +3 -1
  428. package/form/RadioContainer/__stories__/WithHints.js +1 -1
  429. package/form/RadioContainer/__stories__/WithMediumLegend.d.ts +2 -0
  430. package/form/RadioContainer/__stories__/WithMediumLegend.js +38 -0
  431. package/form/RadioContainer/index.mdx +5 -0
  432. package/form/SelectContainer/{Select.stories.d.ts → SelectContainer.stories.d.ts} +1 -0
  433. package/form/SelectContainer/{Select.stories.js → SelectContainer.stories.js} +14 -0
  434. package/form/SelectContainer/__stories__/Dense.d.ts +2 -0
  435. package/form/SelectContainer/__stories__/Dense.js +38 -0
  436. package/form/SelectContainer/index.mdx +6 -0
  437. package/form/TextArea/TextArea.stories.d.ts +1 -0
  438. package/form/TextArea/TextArea.stories.js +14 -0
  439. package/form/TextArea/__stories__/Dense.d.ts +2 -0
  440. package/form/TextArea/__stories__/Dense.js +29 -0
  441. package/form/TextInput/TextInput.stories.d.ts +1 -0
  442. package/form/TextInput/TextInput.stories.js +14 -0
  443. package/form/TextInput/__stories__/Dense.d.ts +2 -0
  444. package/form/TextInput/__stories__/Dense.js +29 -0
  445. package/form/TextInput/__stories__/FixedWidths.js +8 -18
  446. package/form/TextInput/__stories__/FluidWidths.js +8 -18
  447. package/govgr/Footer/Copyright.js +3 -3
  448. package/icons/Icon/index.d.ts +2 -2
  449. package/icons/Icon/index.js +1 -1
  450. package/icons/ImageLogo/index.d.ts +3 -0
  451. package/{navigation/NavList/NavMenu.js → icons/ImageLogo/index.js} +5 -5
  452. package/icons/ImageLogoSet/index.d.ts +3 -0
  453. package/{navigation/NavList/NavVertical.js → icons/ImageLogoSet/index.js} +5 -5
  454. package/layouts/Basic/Content/index.d.ts +1 -1
  455. package/layouts/Basic/Side/index.d.ts +1 -1
  456. package/layouts/Grid/Grid.stories.d.ts +1 -0
  457. package/layouts/Grid/Grid.stories.js +14 -0
  458. package/layouts/Grid/__stories__/ResponsiveSpacing.d.ts +2 -0
  459. package/layouts/Grid/__stories__/ResponsiveSpacing.js +93 -0
  460. package/navigation/Breadcrumbs/index.mdx +5 -0
  461. package/navigation/Drawer/__stories__/Default.js +24 -68
  462. package/navigation/Dropdown/__stories__/AlignRight.js +9 -9
  463. package/navigation/Dropdown/__stories__/Default.js +9 -9
  464. package/navigation/Dropdown/__stories__/PlacementTop.js +9 -9
  465. package/navigation/Dropdown/index.mdx +0 -2
  466. package/navigation/Link/index.d.ts +1 -1
  467. package/navigation/Link/index.js +12 -13
  468. package/navigation/Link/index.mdx +2 -0
  469. package/navigation/NavList/NavList.stories.d.ts +7 -1
  470. package/navigation/NavList/NavList.stories.js +88 -4
  471. package/navigation/NavList/NavList.stories.playwright.json +26 -6
  472. package/navigation/NavList/NavListAuto/index.js +74 -0
  473. package/navigation/NavList/NavMenuContentList.d.ts +5 -0
  474. package/navigation/NavList/{NavMenuContainerContentList.js → NavMenuContentList.js} +10 -10
  475. package/navigation/NavList/__stories__/Default.js +21 -81
  476. package/navigation/NavList/__stories__/HorizontalWithDrawer.d.ts +2 -0
  477. package/navigation/NavList/__stories__/HorizontalWithDrawer.js +93 -0
  478. package/navigation/NavList/__stories__/HorizontalWithoutDrawer.d.ts +2 -0
  479. package/navigation/NavList/__stories__/HorizontalWithoutDrawer.js +64 -0
  480. package/navigation/NavList/__stories__/NavLinksOneLevel.json +17 -0
  481. package/navigation/NavList/__stories__/NavLinksWithSubmenu.json +36 -0
  482. package/navigation/NavList/__stories__/NavListWithoutNav.d.ts +2 -0
  483. package/navigation/NavList/__stories__/NavListWithoutNav.js +35 -0
  484. package/navigation/NavList/__stories__/UsingHeaderButton.d.ts +2 -0
  485. package/navigation/NavList/__stories__/UsingHeaderButton.js +98 -0
  486. package/navigation/NavList/__stories__/UsingNavListAuto.d.ts +2 -0
  487. package/navigation/NavList/__stories__/UsingNavListAuto.js +55 -0
  488. package/navigation/NavList/__stories__/Vertical.d.ts +2 -0
  489. package/navigation/NavList/{NavListAuto/NavListItemAnchorAuto.js → __stories__/Vertical.js} +31 -27
  490. package/navigation/NavList/__stories__/VerticalWithoutDrawer.d.ts +2 -0
  491. package/navigation/NavList/__stories__/VerticalWithoutDrawer.js +62 -0
  492. package/navigation/NavList/hooks/useNavList.d.ts +1 -1
  493. package/navigation/NavList/hooks/useNavList.js +2 -2
  494. package/navigation/NavList/hooks/useTogglableNav.d.ts +1 -0
  495. package/navigation/NavList/hooks/useTogglableNav.js +33 -18
  496. package/navigation/NavList/index.d.ts +14 -17
  497. package/navigation/NavList/index.js +54 -96
  498. package/navigation/NavList/index.mdx +9 -3
  499. package/navigation/NavList/types.d.ts +15 -17
  500. package/navigation/NavList/types.js +1 -14
  501. package/navigation/Pagination/__stories__/Default.js +7 -65
  502. package/navigation/Pagination/index.mdx +1 -2
  503. package/navigation/Tabs/__stories__/Default.js +16 -4
  504. package/navigation/Tabs/index.mdx +6 -0
  505. package/package.json +4 -4
  506. package/registry.d.ts +9 -22
  507. package/registry.js +18 -60
  508. package/src/app/BannerContainer/BannerContainer.stories.js +12 -0
  509. package/src/app/BannerContainer/__stories__/CookiesBanner.tsx +32 -0
  510. package/src/app/Footer/Footer.stories.playwright.json +2 -2
  511. package/src/app/Footer/__stories__/Default.tsx +1 -1
  512. package/src/app/Footer/__stories__/FooterAllInclusive.tsx +14 -18
  513. package/src/app/Footer/__stories__/FooterWithLink.tsx +5 -7
  514. package/src/app/Footer/__stories__/FooterWithLogo.tsx +11 -13
  515. package/src/app/Footer/__stories__/FooterWithSecondaryNavigation.tsx +58 -58
  516. package/src/app/Header/Header.stories.playwright.json +1 -1
  517. package/src/app/Header/__stories__/WithHeaderNavigation.tsx +26 -41
  518. package/src/app/Header/__stories__/WithNavigation.tsx +21 -36
  519. package/src/app/Masthead/Masthead.stories.js +2 -0
  520. package/src/app/Masthead/Masthead.stories.playwright.json +1 -1
  521. package/src/app/Masthead/__stories__/WithElements.tsx +31 -0
  522. package/src/app/Masthead/__stories__/WithLogo.tsx +28 -0
  523. package/src/app/Modal/Modal.stories.js +1 -0
  524. package/src/app/Modal/Modal.stories.playwright.json +21 -0
  525. package/src/app/Modal/__stories__/Dense.tsx +52 -0
  526. package/src/app/ThemeOptions/index.tsx +3 -3
  527. package/src/content/Blockquote/Blockquote.stories.js +1 -0
  528. package/src/content/Blockquote/__stories__/Dense.tsx +11 -0
  529. package/src/content/Card/Card.stories.js +2 -0
  530. package/src/content/Card/__stories__/Default.tsx +1 -1
  531. package/src/content/Card/__stories__/Dense.tsx +24 -0
  532. package/src/content/Card/__stories__/WithLink.tsx +25 -0
  533. package/src/content/Details/index.mdx +5 -0
  534. package/src/content/StepNav/StepNav.stories.js +1 -0
  535. package/src/content/StepNav/__stories__/Dense.tsx +261 -0
  536. package/src/content/SummaryList/SummaryList.stories.js +1 -0
  537. package/src/content/SummaryList/__stories__/Default.tsx +30 -21
  538. package/src/content/SummaryList/__stories__/WithActions.tsx +37 -41
  539. package/src/content/SummaryList/__stories__/WithoutActions.tsx +27 -0
  540. package/src/content/SummaryList/__stories__/WithoutBorders.tsx +31 -17
  541. package/src/content/Table/__stories__/RowColors.tsx +5 -5
  542. package/src/content/Table/__stories__/WithFloatingScroll.tsx +5 -7
  543. package/src/content/Table/index.mdx +1 -1
  544. package/src/content/Table/index.tsx +9 -8
  545. package/src/content/TaskList/TaskList.stories.js +1 -0
  546. package/src/content/TaskList/__stories__/Dense.tsx +118 -0
  547. package/src/content/Timeline/Timeline.stories.js +1 -0
  548. package/src/content/Timeline/__stories__/Default.tsx +2 -2
  549. package/src/content/Timeline/__stories__/Dense.tsx +196 -0
  550. package/src/feedback/CopyToClipboard/CopyToClipboard.stories.js +1 -0
  551. package/src/feedback/CopyToClipboard/CopyToClipboard.stories.playwright.json +16 -0
  552. package/src/feedback/CopyToClipboard/__stories__/Dense.tsx +21 -0
  553. package/src/feedback/CopyToClipboard/index.tsx +2 -1
  554. package/src/feedback/ErrorSummary/ErrorSummary.stories.js +2 -0
  555. package/src/feedback/ErrorSummary/__stories__/Dense.tsx +13 -0
  556. package/src/feedback/ErrorSummary/__stories__/LinkedToCheckbox.tsx +2 -1
  557. package/src/feedback/ErrorSummary/__stories__/LinkedToField.tsx +4 -6
  558. package/src/feedback/ErrorSummary/__stories__/WithBackLinkAndButton.tsx +49 -0
  559. package/src/feedback/NotificationBanner/NotificationBanner.stories.js +1 -0
  560. package/src/feedback/NotificationBanner/__stories__/Dense.tsx +17 -0
  561. package/src/feedback/NotificationBanner/index.tsx +2 -1
  562. package/src/feedback/ServiceBadge/index.mdx +9 -5
  563. package/src/feedback/WarningText/WarningText.stories.js +1 -0
  564. package/src/feedback/WarningText/__stories__/Dense.tsx +10 -0
  565. package/src/form/Button/Button.stories.js +1 -0
  566. package/src/form/Button/__stories__/CallToActionButton.tsx +1 -4
  567. package/src/form/Button/__stories__/Dense.tsx +8 -0
  568. package/src/form/Button/__stories__/GroupingButtons.tsx +0 -3
  569. package/src/form/Button/__stories__/GroupingButtonsAndLinks.tsx +0 -3
  570. package/src/form/Button/__stories__/Primary.tsx +1 -3
  571. package/src/form/Button/__stories__/Secondary.tsx +0 -3
  572. package/src/form/Button/__stories__/WithVariantLink.tsx +1 -3
  573. package/src/form/Button/index.mdx +4 -4
  574. package/src/form/Checkbox/Checkbox.stories.js +1 -0
  575. package/src/form/Checkbox/__stories__/Dense.tsx +35 -0
  576. package/src/form/Checkbox/__stories__/WithHint.tsx +1 -1
  577. package/src/form/Checkbox/index.mdx +5 -0
  578. package/src/form/DateInputContainer/DateInputContainer.stories.js +1 -0
  579. package/src/form/DateInputContainer/__stories__/Default.tsx +1 -1
  580. package/src/form/DateInputContainer/__stories__/Dense.tsx +31 -0
  581. package/src/form/DateInputContainer/__stories__/MultipleQuestions.tsx +2 -2
  582. package/src/form/DateInputContainer/__stories__/WithErrorMessage.tsx +1 -1
  583. package/src/form/DateInputContainer/__stories__/WithErrorMessageForSingleField.tsx +1 -1
  584. package/src/form/DateInputContainer/index.mdx +5 -0
  585. package/src/form/ErrorMessage/ErrorMessage.stories.js +2 -0
  586. package/src/form/ErrorMessage/__stories__/DateInputError.tsx +34 -0
  587. package/src/form/ErrorMessage/__stories__/Default.tsx +12 -6
  588. package/src/form/ErrorMessage/__stories__/ErrorMessageOnly.tsx +12 -0
  589. package/src/form/FileUpload/__stories__/Default.tsx +2 -2
  590. package/src/form/FileUpload/__stories__/WithErrorMessage.tsx +2 -2
  591. package/src/form/FileUpload/index.mdx +2 -0
  592. package/src/form/RadioContainer/RadioContainer.stories.js +2 -0
  593. package/src/form/RadioContainer/__stories__/Default.tsx +7 -4
  594. package/src/form/RadioContainer/__stories__/Dense.tsx +32 -0
  595. package/src/form/RadioContainer/__stories__/InlineWithDivider.tsx +5 -5
  596. package/src/form/RadioContainer/__stories__/MultipleQuestions.tsx +1 -1
  597. package/src/form/RadioContainer/__stories__/NoneAnswer.tsx +3 -3
  598. package/src/form/RadioContainer/__stories__/WithErrorMessage.tsx +1 -1
  599. package/src/form/RadioContainer/__stories__/WithHints.tsx +1 -1
  600. package/src/form/RadioContainer/__stories__/WithMediumLegend.tsx +32 -0
  601. package/src/form/RadioContainer/index.mdx +5 -0
  602. package/src/form/SelectContainer/{Select.stories.js → SelectContainer.stories.js} +1 -0
  603. package/src/form/SelectContainer/__stories__/Dense.tsx +24 -0
  604. package/src/form/SelectContainer/index.mdx +6 -0
  605. package/src/form/TextArea/TextArea.stories.js +1 -0
  606. package/src/form/TextArea/__stories__/Dense.tsx +15 -0
  607. package/src/form/TextInput/TextInput.stories.js +1 -0
  608. package/src/form/TextInput/__stories__/Dense.tsx +15 -0
  609. package/src/form/TextInput/__stories__/FixedWidths.tsx +8 -8
  610. package/src/form/TextInput/__stories__/FluidWidths.tsx +2 -2
  611. package/src/govgr/Footer/Copyright.tsx +11 -11
  612. package/src/icons/Icon/index.tsx +2 -2
  613. package/src/icons/ImageLogo/index.tsx +5 -0
  614. package/src/icons/ImageLogoSet/index.tsx +4 -0
  615. package/src/layouts/Grid/Grid.stories.js +1 -0
  616. package/src/layouts/Grid/__stories__/ResponsiveSpacing.tsx +43 -0
  617. package/src/navigation/Breadcrumbs/index.mdx +5 -0
  618. package/src/navigation/Drawer/__stories__/Default.tsx +31 -84
  619. package/src/navigation/Dropdown/__stories__/AlignRight.tsx +13 -12
  620. package/src/navigation/Dropdown/__stories__/Default.tsx +10 -11
  621. package/src/navigation/Dropdown/__stories__/PlacementTop.tsx +11 -11
  622. package/src/navigation/Dropdown/index.mdx +0 -2
  623. package/src/navigation/Link/index.mdx +2 -0
  624. package/src/navigation/Link/index.tsx +1 -1
  625. package/src/navigation/NavList/NavList.stories.js +7 -1
  626. package/src/navigation/NavList/NavList.stories.playwright.json +26 -6
  627. package/src/navigation/NavList/NavListAuto/index.tsx +70 -0
  628. package/src/navigation/NavList/{NavMenuContainerContentList.tsx → NavMenuContentList.tsx} +8 -8
  629. package/src/navigation/NavList/__stories__/Default.tsx +17 -98
  630. package/src/navigation/NavList/__stories__/HorizontalWithDrawer.tsx +84 -0
  631. package/src/navigation/NavList/__stories__/HorizontalWithoutDrawer.tsx +69 -0
  632. package/src/navigation/NavList/__stories__/NavLinksOneLevel.json +17 -0
  633. package/src/navigation/NavList/__stories__/NavLinksWithSubmenu.json +36 -0
  634. package/src/navigation/NavList/__stories__/NavListWithoutNav.tsx +24 -0
  635. package/src/navigation/NavList/__stories__/UsingHeaderButton.tsx +89 -0
  636. package/src/navigation/NavList/__stories__/UsingNavListAuto.tsx +32 -0
  637. package/src/navigation/NavList/__stories__/Vertical.tsx +33 -0
  638. package/src/navigation/NavList/__stories__/VerticalWithoutDrawer.tsx +73 -0
  639. package/src/navigation/NavList/hooks/useNavList.ts +3 -3
  640. package/src/navigation/NavList/hooks/useTogglableNav.tsx +31 -19
  641. package/src/navigation/NavList/index.mdx +9 -3
  642. package/src/navigation/NavList/index.tsx +14 -17
  643. package/src/navigation/NavList/types.tsx +17 -28
  644. package/src/navigation/Pagination/__stories__/Default.tsx +2 -76
  645. package/src/navigation/Pagination/index.mdx +1 -2
  646. package/src/navigation/Tabs/__stories__/Default.tsx +14 -9
  647. package/src/navigation/Tabs/index.mdx +6 -0
  648. package/src/registry.js +16 -44
  649. package/src/typography/Hint/index.mdx +2 -0
  650. package/src/typography/NormalText/index.mdx +2 -0
  651. package/src/typography/Paragraph/index.mdx +1 -0
  652. package/src/utils/Typography/index.tsx +4 -0
  653. package/typography/Hint/index.mdx +2 -0
  654. package/typography/NormalText/index.mdx +2 -0
  655. package/typography/Paragraph/index.mdx +1 -0
  656. package/utils/Typography/index.d.ts +3 -0
  657. package/utils/Typography/index.js +19 -0
  658. package/es/navigation/NavList/NavListAuto/NavListAuto.js +0 -31
  659. package/es/navigation/NavList/NavListAuto/NavListBaseAuto.js +0 -22
  660. package/es/navigation/NavList/NavListAuto/NavListContextAuto.js +0 -104
  661. package/es/navigation/NavList/NavListAuto/NavListItemAnchorAuto.js +0 -26
  662. package/es/navigation/NavList/NavListAuto/NavListItemAuto.js +0 -38
  663. package/es/navigation/NavList/NavListAuto/NavListItemButtonAuto.js +0 -30
  664. package/es/navigation/NavList/NavListAuto/NavListMenuAuto.js +0 -36
  665. package/es/navigation/NavList/NavListAuto/NavListSubMenuAuto.js +0 -26
  666. package/es/navigation/NavList/NavListItem.js +0 -23
  667. package/es/navigation/NavList/NavListItemBase.js +0 -44
  668. package/es/navigation/NavList/NavListItemButton.js +0 -3
  669. package/es/navigation/NavList/NavListItemLink.js +0 -3
  670. package/es/navigation/NavList/NavMenu.js +0 -3
  671. package/es/navigation/NavList/NavMenuContainer.js +0 -3
  672. package/es/navigation/NavList/NavMenuContainerContent.js +0 -3
  673. package/es/navigation/NavList/NavMenuContainerContentListItem.js +0 -3
  674. package/es/navigation/NavList/NavMenuContainerTitle.js +0 -3
  675. package/es/navigation/NavList/NavVertical.js +0 -3
  676. package/es/navigation/NavList/NavVerticalItem.js +0 -3
  677. package/es/navigation/NavList/__stories__/NavVerticalLayout.js +0 -90
  678. package/esm/navigation/NavList/NavListAuto/NavListAuto.js +0 -31
  679. package/esm/navigation/NavList/NavListAuto/NavListBaseAuto.js +0 -22
  680. package/esm/navigation/NavList/NavListAuto/NavListContextAuto.js +0 -104
  681. package/esm/navigation/NavList/NavListAuto/NavListItemAnchorAuto.js +0 -26
  682. package/esm/navigation/NavList/NavListAuto/NavListItemAuto.js +0 -38
  683. package/esm/navigation/NavList/NavListAuto/NavListItemButtonAuto.js +0 -30
  684. package/esm/navigation/NavList/NavListAuto/NavListMenuAuto.js +0 -36
  685. package/esm/navigation/NavList/NavListAuto/NavListSubMenuAuto.js +0 -26
  686. package/esm/navigation/NavList/NavListItem.js +0 -23
  687. package/esm/navigation/NavList/NavListItemBase.js +0 -44
  688. package/esm/navigation/NavList/NavListItemButton.js +0 -3
  689. package/esm/navigation/NavList/NavListItemLink.js +0 -3
  690. package/esm/navigation/NavList/NavMenu.js +0 -3
  691. package/esm/navigation/NavList/NavMenuContainer.js +0 -3
  692. package/esm/navigation/NavList/NavMenuContainerContent.js +0 -3
  693. package/esm/navigation/NavList/NavMenuContainerContentListItem.js +0 -3
  694. package/esm/navigation/NavList/NavMenuContainerTitle.js +0 -3
  695. package/esm/navigation/NavList/NavVertical.js +0 -3
  696. package/esm/navigation/NavList/NavVerticalItem.js +0 -3
  697. package/esm/navigation/NavList/__stories__/NavVerticalLayout.js +0 -90
  698. package/navigation/NavList/NavListAuto/NavListAuto.js +0 -48
  699. package/navigation/NavList/NavListAuto/NavListBaseAuto.d.ts +0 -3
  700. package/navigation/NavList/NavListAuto/NavListBaseAuto.js +0 -38
  701. package/navigation/NavList/NavListAuto/NavListContextAuto.d.ts +0 -29
  702. package/navigation/NavList/NavListAuto/NavListContextAuto.js +0 -128
  703. package/navigation/NavList/NavListAuto/NavListItemAnchorAuto.d.ts +0 -9
  704. package/navigation/NavList/NavListAuto/NavListItemAuto.d.ts +0 -8
  705. package/navigation/NavList/NavListAuto/NavListItemAuto.js +0 -63
  706. package/navigation/NavList/NavListAuto/NavListItemButtonAuto.d.ts +0 -12
  707. package/navigation/NavList/NavListAuto/NavListItemButtonAuto.js +0 -48
  708. package/navigation/NavList/NavListAuto/NavListMenuAuto.d.ts +0 -11
  709. package/navigation/NavList/NavListAuto/NavListMenuAuto.js +0 -56
  710. package/navigation/NavList/NavListAuto/NavListSubMenuAuto.d.ts +0 -9
  711. package/navigation/NavList/NavListAuto/NavListSubMenuAuto.js +0 -44
  712. package/navigation/NavList/NavListItem.d.ts +0 -4
  713. package/navigation/NavList/NavListItem.js +0 -42
  714. package/navigation/NavList/NavListItemBase.d.ts +0 -15
  715. package/navigation/NavList/NavListItemBase.js +0 -68
  716. package/navigation/NavList/NavListItemButton.d.ts +0 -3
  717. package/navigation/NavList/NavListItemButton.js +0 -30
  718. package/navigation/NavList/NavListItemLink.d.ts +0 -3
  719. package/navigation/NavList/NavListItemLink.js +0 -30
  720. package/navigation/NavList/NavMenu.d.ts +0 -3
  721. package/navigation/NavList/NavMenuContainer.d.ts +0 -3
  722. package/navigation/NavList/NavMenuContainer.js +0 -30
  723. package/navigation/NavList/NavMenuContainerContent.d.ts +0 -3
  724. package/navigation/NavList/NavMenuContainerContent.js +0 -30
  725. package/navigation/NavList/NavMenuContainerContentList.d.ts +0 -5
  726. package/navigation/NavList/NavMenuContainerContentListItem.d.ts +0 -3
  727. package/navigation/NavList/NavMenuContainerContentListItem.js +0 -30
  728. package/navigation/NavList/NavMenuContainerTitle.d.ts +0 -3
  729. package/navigation/NavList/NavMenuContainerTitle.js +0 -30
  730. package/navigation/NavList/NavVertical.d.ts +0 -3
  731. package/navigation/NavList/NavVerticalItem.d.ts +0 -3
  732. package/navigation/NavList/NavVerticalItem.js +0 -30
  733. package/navigation/NavList/__stories__/NavVerticalLayout.d.ts +0 -2
  734. package/navigation/NavList/__stories__/NavVerticalLayout.js +0 -114
  735. package/src/navigation/NavList/NavListAuto/NavListAuto.tsx +0 -34
  736. package/src/navigation/NavList/NavListAuto/NavListBaseAuto.tsx +0 -20
  737. package/src/navigation/NavList/NavListAuto/NavListContextAuto.tsx +0 -112
  738. package/src/navigation/NavList/NavListAuto/NavListItemAnchorAuto.tsx +0 -38
  739. package/src/navigation/NavList/NavListAuto/NavListItemAuto.tsx +0 -49
  740. package/src/navigation/NavList/NavListAuto/NavListItemButtonAuto.tsx +0 -53
  741. package/src/navigation/NavList/NavListAuto/NavListMenuAuto.tsx +0 -51
  742. package/src/navigation/NavList/NavListAuto/NavListSubMenuAuto.tsx +0 -32
  743. package/src/navigation/NavList/NavListItem.tsx +0 -46
  744. package/src/navigation/NavList/NavListItemBase.tsx +0 -63
  745. package/src/navigation/NavList/NavListItemButton.tsx +0 -3
  746. package/src/navigation/NavList/NavListItemLink.tsx +0 -3
  747. package/src/navigation/NavList/NavMenu.tsx +0 -3
  748. package/src/navigation/NavList/NavMenuContainer.tsx +0 -3
  749. package/src/navigation/NavList/NavMenuContainerContent.tsx +0 -3
  750. package/src/navigation/NavList/NavMenuContainerContentListItem.tsx +0 -3
  751. package/src/navigation/NavList/NavMenuContainerTitle.tsx +0 -3
  752. package/src/navigation/NavList/NavVertical.tsx +0 -3
  753. package/src/navigation/NavList/NavVerticalItem.tsx +0 -3
  754. package/src/navigation/NavList/__stories__/NavVerticalLayout.tsx +0 -114
  755. /package/es/form/SelectContainer/{Select.stories.playwright.json → SelectContainer.stories.playwright.json} +0 -0
  756. /package/esm/form/SelectContainer/{Select.stories.playwright.json → SelectContainer.stories.playwright.json} +0 -0
  757. /package/form/SelectContainer/{Select.stories.playwright.json → SelectContainer.stories.playwright.json} +0 -0
  758. /package/navigation/NavList/NavListAuto/{NavListAuto.d.ts → index.d.ts} +0 -0
  759. /package/src/form/SelectContainer/{Select.stories.playwright.json → SelectContainer.stories.playwright.json} +0 -0
@@ -0,0 +1,261 @@
1
+ import React, { useState, useEffect } from 'react';
2
+ import {
3
+ StepNav,
4
+ StepNavCircleNumber,
5
+ StepNavControls,
6
+ StepNavList,
7
+ StepNavListItem,
8
+ StepNavAccordion,
9
+ StepNavAccordionContent,
10
+ StepNavAccordionSummary,
11
+ StepNavAccordionSummaryHeading,
12
+ StepNavAccordionHeadingTitle,
13
+ StepNavAccordionHeadingText,
14
+ } from '@digigov/ui/content/StepNav';
15
+ import { Button, ButtonGroup } from '@digigov/ui/form/Button';
16
+ import { VisuallyHidden } from '@digigov/ui/utils/VisuallyHidden';
17
+ import {
18
+ SummaryList,
19
+ SummaryListItem,
20
+ SummaryListItemAction,
21
+ SummaryListItemKey,
22
+ SummaryListItemValue,
23
+ } from '@digigov/ui/content/SummaryList';
24
+
25
+ const data = [
26
+ {
27
+ title: 'Απάντηση',
28
+ codename: '(KEP-APA)',
29
+ date: '7 Απριλίου 2023, 12:32μ.μ.',
30
+ details: [
31
+ {
32
+ name: 'Ημερομηνία',
33
+ value: '7 Απριλίου 2023, 12:32μ.μ.',
34
+ },
35
+ {
36
+ name: 'Χειριστής',
37
+ value: 'Καλλιόπη Παπαδοπούλου',
38
+ actions: ['Ανάθεση'],
39
+ },
40
+ {
41
+ name: 'Κωδικός επαλήθευσης',
42
+ value: '637283494',
43
+ },
44
+ {
45
+ name: 'Κατάσταση',
46
+ value: 'Εισερχόμενη',
47
+ actions: ['Αλλαγή'],
48
+ },
49
+ ],
50
+ },
51
+ {
52
+ title: 'Συμπληρωματικά έγγραφα ',
53
+ codename: '(MORE-DOCS)',
54
+ date: '5 Απριλίου 2023, 8:32π.μ.',
55
+ details: [
56
+ {
57
+ name: 'Ημερομηνία',
58
+ value: '7 Απριλίου 2023, 12:32μ.μ.',
59
+ },
60
+ {
61
+ name: 'Χειριστής',
62
+ value: 'Μαρία Φλούπη',
63
+ actions: ['Ανάθεση'],
64
+ },
65
+ {
66
+ name: 'Κωδικός επαλήθευσης',
67
+ value: '637283494',
68
+ },
69
+ {
70
+ name: 'Κατάσταση',
71
+ value: 'Εισερχόμενη',
72
+ actions: ['Αλλαγή'],
73
+ },
74
+ ],
75
+ },
76
+ {
77
+ title: 'Αίτηση για συμπληρωματικά έγγραφα',
78
+ codename: '(MORE-DOCS-REQUEST)',
79
+ date: '5 Απριλίου 2023, 8:32π.μ.',
80
+ details: [
81
+ {
82
+ name: 'Ημερομηνία',
83
+ value: '5 Απριλίου 2023, 8:32π.μ.',
84
+ },
85
+ {
86
+ name: 'Χειριστής',
87
+ value: 'Μαρία Φλούπη',
88
+ actions: ['Ανάθεση'],
89
+ },
90
+ {
91
+ name: 'Κωδικός επαλήθευσης',
92
+ value: '974256',
93
+ },
94
+ {
95
+ name: 'Κατάσταση',
96
+ value: 'Εισερχόμενη',
97
+ actions: ['Αλλαγή'],
98
+ },
99
+ ],
100
+ },
101
+ {
102
+ title: 'Αίτηση Βεβαίωσης Μόνιμης Κατοικίας',
103
+ codename: '(PERMRES-FOREIS)',
104
+ date: '3 Απριλίου 2023, 5:42μ.μ.',
105
+ actions: [
106
+ {
107
+ label: 'Απάντηση',
108
+ },
109
+ {
110
+ label: 'Αίτημα για συμπληρωματικά έγγραφα',
111
+ },
112
+ ],
113
+ details: [
114
+ {
115
+ name: 'Ημερομηνία',
116
+ value: '3 Απριλίου 2023, 5:42μ.μ.',
117
+ },
118
+ {
119
+ name: 'Χειριστής',
120
+ value: 'Μαρία Φλούπη',
121
+ actions: ['Ανάθεση'],
122
+ },
123
+ {
124
+ name: 'Κωδικός επαλήθευσης',
125
+ value: '475747',
126
+ },
127
+ {
128
+ name: 'Κατάσταση',
129
+ value: 'Εισερχόμενη',
130
+ actions: ['Αλλαγή'],
131
+ },
132
+ ],
133
+ },
134
+ ];
135
+
136
+ export const Dense = () => {
137
+ const [open, setOpen] = useState<boolean>(false);
138
+ const [openItem, setOpenItem] = useState(
139
+ Array<boolean>(data.length).fill(false)
140
+ );
141
+ useEffect(() => {
142
+ const stateArray: boolean[] = [];
143
+ if (open === false) {
144
+ openItem.map(() => {
145
+ stateArray.push(false);
146
+ });
147
+ setOpenItem(stateArray);
148
+ } else {
149
+ openItem.map(() => {
150
+ stateArray.push(true);
151
+ });
152
+ setOpenItem(stateArray);
153
+ }
154
+ }, [open]);
155
+
156
+ function openCloseItem(index): void {
157
+ const statusOpenItem = [...openItem];
158
+ statusOpenItem[index] = !statusOpenItem[index];
159
+ setOpenItem(statusOpenItem);
160
+ }
161
+ function openCloseAll(): void {
162
+ setOpen(!open);
163
+ }
164
+ return (
165
+ <StepNav dense>
166
+ <StepNavControls>
167
+ <Button
168
+ variant="link"
169
+ onClick={() => {
170
+ openCloseAll();
171
+ }}
172
+ >
173
+ {open === false ? 'Εμφάνιση όλων' : 'Απόκρυψη όλων'}
174
+ </Button>
175
+ </StepNavControls>
176
+ <StepNavList>
177
+ {data &&
178
+ data.map((field, index) => {
179
+ return (
180
+ <StepNavListItem key={index}>
181
+ <StepNavAccordion open={open}>
182
+ <StepNavAccordionSummary
183
+ onClick={() => {
184
+ openCloseItem(index);
185
+ }}
186
+ >
187
+ <StepNavAccordionSummaryHeading aria-controls="content1">
188
+ <StepNavCircleNumber border={false}></StepNavCircleNumber>
189
+ {index === 1 ? (
190
+ <StepNavCircleNumber border={false}>
191
+ <VisuallyHidden>Βήμα</VisuallyHidden>
192
+ και
193
+ </StepNavCircleNumber>
194
+ ) : (
195
+ <StepNavCircleNumber>
196
+ <VisuallyHidden>Βήμα</VisuallyHidden>
197
+ {index > 1 ? index : index + 1}
198
+ </StepNavCircleNumber>
199
+ )}
200
+ <StepNavAccordionHeadingTitle>
201
+ <StepNavAccordionHeadingText>
202
+ {field.title}
203
+ {field.codename && (
204
+ <>
205
+ {' - '} {field.codename}
206
+ </>
207
+ )}
208
+ </StepNavAccordionHeadingText>
209
+ </StepNavAccordionHeadingTitle>
210
+ </StepNavAccordionSummaryHeading>
211
+ </StepNavAccordionSummary>
212
+ <StepNavAccordionContent id="content1">
213
+ <ButtonGroup>
214
+ {(field.actions || []).map((action, subIndex) => (
215
+ <Button color="primary" key={subIndex}>
216
+ {action.label}
217
+ </Button>
218
+ ))}
219
+ <Button color="secondary">Προβολή εγγράφου</Button>
220
+ </ButtonGroup>
221
+ {field.details && (
222
+ <SummaryList>
223
+ {field.details.map((field, index) => {
224
+ return (
225
+ <SummaryListItem key={index}>
226
+ <SummaryListItemKey>
227
+ {field.name}
228
+ </SummaryListItemKey>
229
+ <SummaryListItemValue>
230
+ {field.value}
231
+ </SummaryListItemValue>
232
+ {field.actions && (
233
+ <SummaryListItemAction>
234
+ <ButtonGroup>
235
+ {field.actions &&
236
+ field.actions.map((action, subIndex) => {
237
+ return (
238
+ <Button key={subIndex} variant="link">
239
+ {action}
240
+ </Button>
241
+ );
242
+ })}
243
+ </ButtonGroup>
244
+ </SummaryListItemAction>
245
+ )}
246
+ </SummaryListItem>
247
+ );
248
+ })}
249
+ </SummaryList>
250
+ )}
251
+ </StepNavAccordionContent>
252
+ </StepNavAccordion>
253
+ </StepNavListItem>
254
+ );
255
+ })}
256
+ </StepNavList>
257
+ </StepNav>
258
+ );
259
+ };
260
+
261
+ export default Dense;
@@ -10,6 +10,7 @@ export default {
10
10
  };
11
11
  export * from './__stories__/Default';
12
12
  export * from './__stories__/WithActions';
13
+ export * from './__stories__/WithoutActions';
13
14
  export * from './__stories__/WithoutBorders';
14
15
  export * from './__stories__/WithKeyAndAction';
15
16
  export * from './__stories__/RowVariations';
@@ -10,28 +10,37 @@ import {
10
10
 
11
11
  import { Link } from '@digigov/ui/navigation/Link';
12
12
  import { VisuallyHidden } from '@digigov/ui/utils/VisuallyHidden';
13
+
13
14
  export const Default = () => (
14
- <>
15
- <SummaryList>
16
- <SummaryListItem>
17
- <SummaryListItemKey>Όνομα</SummaryListItemKey>
18
- <SummaryListItemValue>Γιώργος Παπαδόπουλος</SummaryListItemValue>
19
- </SummaryListItem>
20
- <SummaryListItem>
21
- <SummaryListItemKey>Διεύθυνση</SummaryListItemKey>
22
- <SummaryListItemValue>Συντάγματος 15, Αθήνα</SummaryListItemValue>
23
- <SummaryListItemAction>
24
- <Link href="#">
25
- Αλλαγή<VisuallyHidden>Διεύθυνσης</VisuallyHidden>
26
- </Link>
27
- </SummaryListItemAction>
28
- </SummaryListItem>
29
- <SummaryListItem>
30
- <SummaryListItemKey>Τηλέφωνο</SummaryListItemKey>
31
- <SummaryListItemValue>6941234567</SummaryListItemValue>
32
- </SummaryListItem>
33
- </SummaryList>
34
- </>
15
+ <SummaryList>
16
+ <SummaryListItem>
17
+ <SummaryListItemKey>Όνομα</SummaryListItemKey>
18
+ <SummaryListItemValue>Γιώργος Παπαδόπουλος</SummaryListItemValue>
19
+ <SummaryListItemAction>
20
+ <Link href="#">
21
+ Αλλαγή<VisuallyHidden>Διεύθυνσης</VisuallyHidden>
22
+ </Link>
23
+ </SummaryListItemAction>
24
+ </SummaryListItem>
25
+ <SummaryListItem>
26
+ <SummaryListItemKey>Ημερομηνία Γέννησης</SummaryListItemKey>
27
+ <SummaryListItemValue>11 Μαϊου 1990</SummaryListItemValue>
28
+ <SummaryListItemAction>
29
+ <Link href="#">
30
+ Αλλαγή<VisuallyHidden>Διεύθυνσης</VisuallyHidden>
31
+ </Link>
32
+ </SummaryListItemAction>
33
+ </SummaryListItem>
34
+ <SummaryListItem>
35
+ <SummaryListItemKey>Τηλέφωνο επικοινωνίας</SummaryListItemKey>
36
+ <SummaryListItemValue>6941234567</SummaryListItemValue>
37
+ <SummaryListItemAction>
38
+ <Link href="#">
39
+ Αλλαγή<VisuallyHidden>Διεύθυνσης</VisuallyHidden>
40
+ </Link>
41
+ </SummaryListItemAction>
42
+ </SummaryListItem>
43
+ </SummaryList>
35
44
  );
36
45
 
37
46
  export default Default;
@@ -8,49 +8,45 @@ import {
8
8
  SummaryListItemValue,
9
9
  } from '@digigov/ui/content/SummaryList';
10
10
 
11
- import { ButtonGroup, Button } from '@digigov/ui/form/Button';
12
11
  import { Link } from '@digigov/ui/navigation/Link';
13
12
  import { VisuallyHidden } from '@digigov/ui/utils/VisuallyHidden';
13
+ import Button, { ButtonGroup } from '@digigov/ui/form/Button';
14
14
 
15
- export const WithActions = () => {
16
- return (
17
- <>
18
- <SummaryList>
19
- <SummaryListItem>
20
- <SummaryListItemKey>Όνομα</SummaryListItemKey>
21
- <SummaryListItemValue> Γιώργος Παπαδόπουλος</SummaryListItemValue>
22
- <SummaryListItemAction>
23
- <Link href="#">
24
- Αλλαγή<VisuallyHidden>Ονόματος</VisuallyHidden>
25
- </Link>
26
- </SummaryListItemAction>
27
- </SummaryListItem>
28
- <SummaryListItem>
29
- <SummaryListItemKey>Διεύθυνση</SummaryListItemKey>
30
- <SummaryListItemValue>Συντάγματος 15, Αθήνα</SummaryListItemValue>
31
- <SummaryListItemAction>
32
- <Link href="#">
33
- Αλλαγή<VisuallyHidden>Διεύθυνσης</VisuallyHidden>
34
- </Link>
35
- </SummaryListItemAction>
36
- </SummaryListItem>
37
- <SummaryListItem>
38
- <SummaryListItemKey>Τηλέφωνο</SummaryListItemKey>
39
- <SummaryListItemValue>6941234567</SummaryListItemValue>
40
- <SummaryListItemAction>
41
- <ButtonGroup>
42
- <Button variant="link">
43
- Αλλαγή <VisuallyHidden>τηλεφώνου</VisuallyHidden>
44
- </Button>
45
- <Button variant="link">
46
- Διαγραφή <VisuallyHidden>τηλεφώνου</VisuallyHidden>
47
- </Button>
48
- </ButtonGroup>
49
- </SummaryListItemAction>
50
- </SummaryListItem>
51
- </SummaryList>
52
- </>
53
- );
54
- };
15
+ export const WithActions = () => (
16
+ <SummaryList>
17
+ <SummaryListItem>
18
+ <SummaryListItemKey>Όνομα</SummaryListItemKey>
19
+ <SummaryListItemValue>Γιώργος Παπαδόπουλος</SummaryListItemValue>
20
+ <SummaryListItemAction>
21
+ <Link href="#">
22
+ Αλλαγή<VisuallyHidden>διεύθυνσης</VisuallyHidden>
23
+ </Link>
24
+ </SummaryListItemAction>
25
+ </SummaryListItem>
26
+ <SummaryListItem>
27
+ <SummaryListItemKey>Ημερομηνία Γέννησης</SummaryListItemKey>
28
+ <SummaryListItemValue>11 Μαϊου 1990</SummaryListItemValue>
29
+ <SummaryListItemAction>
30
+ <Link href="#">
31
+ Αλλαγή<VisuallyHidden>ημερομηνίας</VisuallyHidden>
32
+ </Link>
33
+ </SummaryListItemAction>
34
+ </SummaryListItem>
35
+ <SummaryListItem>
36
+ <SummaryListItemKey>Τηλέφωνο επικοινωνίας</SummaryListItemKey>
37
+ <SummaryListItemValue>6941234567</SummaryListItemValue>
38
+ <SummaryListItemAction>
39
+ <ButtonGroup>
40
+ <Button variant="link">
41
+ Αλλαγή <VisuallyHidden>τηλεφώνου</VisuallyHidden>
42
+ </Button>
43
+ <Button variant="link">
44
+ Διαγραφή <VisuallyHidden>τηλεφώνου</VisuallyHidden>
45
+ </Button>
46
+ </ButtonGroup>
47
+ </SummaryListItemAction>
48
+ </SummaryListItem>
49
+ </SummaryList>
50
+ );
55
51
 
56
52
  export default WithActions;
@@ -0,0 +1,27 @@
1
+ import React from 'react';
2
+
3
+ import {
4
+ SummaryList,
5
+ SummaryListItem,
6
+ SummaryListItemKey,
7
+ SummaryListItemValue,
8
+ } from '@digigov/ui/content/SummaryList';
9
+
10
+ export const WithoutActions = () => (
11
+ <SummaryList>
12
+ <SummaryListItem>
13
+ <SummaryListItemKey>Όνομα</SummaryListItemKey>
14
+ <SummaryListItemValue>Γιώργος Παπαδόπουλος</SummaryListItemValue>
15
+ </SummaryListItem>
16
+ <SummaryListItem>
17
+ <SummaryListItemKey>Ημερομηνία Γέννησης</SummaryListItemKey>
18
+ <SummaryListItemValue>11 Μαϊου 1990</SummaryListItemValue>
19
+ </SummaryListItem>
20
+ <SummaryListItem>
21
+ <SummaryListItemKey>Τηλέφωνο επικοινωνίας</SummaryListItemKey>
22
+ <SummaryListItemValue>6941234567</SummaryListItemValue>
23
+ </SummaryListItem>
24
+ </SummaryList>
25
+ );
26
+
27
+ export default WithoutActions;
@@ -7,25 +7,39 @@ import {
7
7
  SummaryListItemKey,
8
8
  SummaryListItemValue,
9
9
  } from '@digigov/ui/content/SummaryList';
10
+ import VisuallyHidden from '@digigov/ui/utils/VisuallyHidden';
11
+ import Link from '@digigov/ui/navigation/Link';
10
12
 
11
13
  export const WithoutBorders = () => (
12
- <>
13
- <SummaryList border={false}>
14
- <SummaryListItem>
15
- <SummaryListItemKey>Όνομα</SummaryListItemKey>
16
- <SummaryListItemValue>Γιώργος Παπαδόπουλος</SummaryListItemValue>
17
- </SummaryListItem>
18
- <SummaryListItem>
19
- <SummaryListItemKey>Διεύθυνση</SummaryListItemKey>
20
- <SummaryListItemValue>Συντάγματος 15, Αθήνα</SummaryListItemValue>
21
- <SummaryListItemAction></SummaryListItemAction>
22
- </SummaryListItem>
23
- <SummaryListItem>
24
- <SummaryListItemKey>Τηλέφωνο</SummaryListItemKey>
25
- <SummaryListItemValue>6941234567</SummaryListItemValue>
26
- </SummaryListItem>
27
- </SummaryList>
28
- </>
14
+ <SummaryList border={false}>
15
+ <SummaryListItem>
16
+ <SummaryListItemKey>Όνομα</SummaryListItemKey>
17
+ <SummaryListItemValue>Γιώργος Παπαδόπουλος</SummaryListItemValue>
18
+ <SummaryListItemAction>
19
+ <Link href="#">
20
+ Αλλαγή<VisuallyHidden>διεύθυνσης</VisuallyHidden>
21
+ </Link>
22
+ </SummaryListItemAction>
23
+ </SummaryListItem>
24
+ <SummaryListItem>
25
+ <SummaryListItemKey>Ημερομηνία Γέννησης</SummaryListItemKey>
26
+ <SummaryListItemValue>11 Μαϊου 1990</SummaryListItemValue>
27
+ <SummaryListItemAction>
28
+ <Link href="#">
29
+ Αλλαγή<VisuallyHidden>ημερομηνίας</VisuallyHidden>
30
+ </Link>
31
+ </SummaryListItemAction>
32
+ </SummaryListItem>
33
+ <SummaryListItem>
34
+ <SummaryListItemKey>Τηλέφωνο επικοινωνίας</SummaryListItemKey>
35
+ <SummaryListItemValue>6941234567</SummaryListItemValue>
36
+ <SummaryListItemAction>
37
+ <Link href="#">
38
+ Αλλαγή<VisuallyHidden>τηλεφώνου</VisuallyHidden>
39
+ </Link>
40
+ </SummaryListItemAction>
41
+ </SummaryListItem>
42
+ </SummaryList>
29
43
  );
30
44
 
31
45
  export default WithoutBorders;
@@ -23,31 +23,31 @@ const data = {
23
23
  {
24
24
  date: '24-07-23 16:34',
25
25
  title: 'Ειδοποίηση',
26
- actions: 'λεπτομέρειες',
26
+ actions: 'Λεπτομέρειες',
27
27
  new: true,
28
28
  },
29
29
  {
30
30
  date: '24-07-23 12:41',
31
31
  title: 'Μήνυμα υπηρεσίας',
32
- actions: 'λεπτομέρειες',
32
+ actions: 'Λεπτομέρειες',
33
33
  new: true,
34
34
  },
35
35
  {
36
36
  date: '24-07-23 12:40',
37
37
  title: 'Μήνυμα από τον διαχειριστή',
38
- actions: 'λεπτομέρειες',
38
+ actions: 'Λεπτομέρειες',
39
39
  new: false,
40
40
  },
41
41
  {
42
42
  date: '23-07-23 15:14',
43
43
  title: 'Έχετε συνδεθεί',
44
- actions: 'λεπτομέρειες',
44
+ actions: 'Λεπτομέρειες',
45
45
  new: false,
46
46
  },
47
47
  {
48
48
  date: '23-07-23 13:25',
49
49
  title: 'Ο κωδικός άλλαξε',
50
- actions: 'λεπτομέρειες',
50
+ actions: 'Λεπτομέρειες',
51
51
  new: false,
52
52
  },
53
53
  ],
@@ -15,8 +15,7 @@ import {
15
15
  DropdownButton,
16
16
  DropdownContent,
17
17
  } from '@digigov/ui/navigation/Dropdown';
18
- import { NavVertical } from '@digigov/ui/navigation/NavList/NavVertical';
19
- import { NavVerticalItem } from '@digigov/ui/navigation/NavList/NavVerticalItem';
18
+ import NavList, { NavListItemAction } from '@digigov/ui/navigation/NavList';
20
19
 
21
20
  const labels = {
22
21
  name: 'Ονοματεπώνυμο',
@@ -75,17 +74,16 @@ export const WithFloatingScroll = () => {
75
74
  {Object.keys(dt).map((key) => (
76
75
  <TableDataCell key={key}>{dt[key]}</TableDataCell>
77
76
  ))}
78
-
79
77
  <TableDataCell>
80
78
  <Dropdown float align="right" placement="bottom">
81
79
  <DropdownButton variant="link">
82
80
  Ενέργειες
83
81
  </DropdownButton>
84
82
  <DropdownContent>
85
- <NavVertical>
86
- <NavVerticalItem href="#">Επεξεργασία</NavVerticalItem>
87
- <NavVerticalItem href="#">Διαγραφή</NavVerticalItem>
88
- </NavVertical>
83
+ <NavList layout='vertical'>
84
+ <NavListItemAction href="#">Επεξεργασία</NavListItemAction>
85
+ <NavListItemAction href="#">Διαγραφή</NavListItemAction>
86
+ </NavList>
89
87
  </DropdownContent>
90
88
  </Dropdown>
91
89
  </TableDataCell>
@@ -69,7 +69,7 @@ The prop `color='primary'` or `color='secondary'` is only functional when Table
69
69
  ## Accessibility
70
70
 
71
71
  You can read more about the accessibility patterns used in our Table
72
- implementation in the ARIA Authoring Practices Guide (APG) at
72
+ implementation in the ARIA Authoring Practices Guide (APG) at [Table](https://www.w3.org/WAI/ARIA/apg/patterns/table/) section.
73
73
 
74
74
  ## API
75
75
 
@@ -8,8 +8,7 @@ import {
8
8
  DropdownContent,
9
9
  DropdownProps,
10
10
  } from '@digigov/ui/navigation/Dropdown';
11
- import { NavVertical } from '@digigov/ui/navigation/NavList/NavVertical';
12
- import { NavVerticalItem } from '@digigov/ui/navigation/NavList/NavVerticalItem';
11
+ import { NavList, NavListItemAction } from '@digigov/ui/navigation/NavList';
13
12
 
14
13
  export type SortDirection = 1 | -1 | 0;
15
14
 
@@ -59,10 +58,11 @@ export const TableSortLabel = React.forwardRef<
59
58
  </TableSortIconContainer>
60
59
  </DropdownButton>
61
60
  <DropdownContent>
62
- <NavVertical>
63
- <NavVerticalItem
61
+ <NavList layout='vertical'>
62
+ <NavListItemAction
64
63
  active={direction === 1}
65
64
  tabIndex={0}
65
+ arrow={false}
66
66
  onClick={() => {
67
67
  onSort(1);
68
68
  dropdownRef.current && (dropdownRef.current.open = false);
@@ -81,10 +81,11 @@ export const TableSortLabel = React.forwardRef<
81
81
  size="sm"
82
82
  />
83
83
  {labels.asc}
84
- </NavVerticalItem>
85
- <NavVerticalItem
84
+ </NavListItemAction>
85
+ <NavListItemAction
86
86
  active={direction === -1}
87
87
  tabIndex={0}
88
+ arrow={false}
88
89
  onClick={() => {
89
90
  onSort(-1);
90
91
  dropdownRef.current && (dropdownRef.current.open = false);
@@ -103,8 +104,8 @@ export const TableSortLabel = React.forwardRef<
103
104
  size="sm"
104
105
  />
105
106
  {labels.desc}
106
- </NavVerticalItem>
107
- </NavVertical>
107
+ </NavListItemAction>
108
+ </NavList>
108
109
  </DropdownContent>
109
110
  </Dropdown>
110
111
  );
@@ -7,3 +7,4 @@ export default {
7
7
  displayName: 'TaskList',
8
8
  };
9
9
  export * from '@digigov/ui/content/TaskList/__stories__/Default';
10
+ export * from '@digigov/ui/content/TaskList/__stories__/Dense';