@digigov/ui 1.0.0-7c9716da → 1.0.0-871b6be5

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 (1086) hide show
  1. package/app/{Confirmation/Confirmation.stories.d.ts → BannerContainer/BannerContainer.stories.d.ts} +3 -3
  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/CloseButton/index.d.ts +3 -0
  6. package/{navigation/NavList/NavVertical.js → app/CloseButton/index.js} +5 -5
  7. package/app/{FilterSection → FilterContainer}/index.d.ts +4 -5
  8. package/app/{FilterSection → FilterContainer}/index.js +9 -23
  9. package/app/Footer/Footer.stories.playwright.json +2 -2
  10. package/app/Footer/__stories__/DefaultCopyright.js +10 -7
  11. package/app/Footer/__stories__/FooterAllInclusive.js +22 -15
  12. package/app/Footer/__stories__/FooterWithLink.js +14 -11
  13. package/app/Footer/__stories__/FooterWithLogo.js +10 -8
  14. package/app/Footer/__stories__/FooterWithSecondaryNavigation.js +18 -13
  15. package/app/Footer/__stories__/YearCopyright.js +8 -5
  16. package/app/Footer/index.d.ts +3 -5
  17. package/app/Footer/index.js +12 -40
  18. package/app/Footer/index.mdx +4 -20
  19. package/app/Header/Header.stories.playwright.json +1 -1
  20. package/app/Header/__snapshots__/index.spec.tsx.snap +0 -3
  21. package/app/Header/__stories__/Default.js +1 -1
  22. package/app/Header/__stories__/WithHeaderNavigation.js +15 -23
  23. package/app/Header/__stories__/WithNavigation.js +9 -41
  24. package/app/Header/__stories__/WithServiceName.js +1 -1
  25. package/app/Header/__stories__/WithServiceNameAndLogo.js +1 -1
  26. package/app/Header/index.d.ts +0 -1
  27. package/app/Header/index.js +0 -14
  28. package/app/Header/index.mdx +4 -21
  29. package/app/Header/index.spec.js +1 -1
  30. package/app/Masthead/Masthead.stories.d.ts +2 -0
  31. package/app/Masthead/Masthead.stories.js +28 -0
  32. package/app/Masthead/Masthead.stories.playwright.json +1 -1
  33. package/app/Masthead/__stories__/WithElements.d.ts +2 -0
  34. package/app/Masthead/__stories__/WithElements.js +41 -0
  35. package/app/Masthead/__stories__/WithLogo.d.ts +2 -0
  36. package/app/Masthead/__stories__/WithLogo.js +37 -0
  37. package/app/Modal/__stories__/Default.js +1 -1
  38. package/app/Modal/index.mdx +1 -5
  39. package/app/NotFound/index.js +2 -2
  40. package/app/PageTitleContainer/index.d.ts +5 -0
  41. package/app/{PageTitle → PageTitleContainer}/index.js +5 -19
  42. package/app/Panel/Panel.stories.d.ts +10 -0
  43. package/app/{Confirmation/Confirmation.stories.js → Panel/Panel.stories.js} +7 -7
  44. package/app/Panel/__stories__/Default.js +22 -0
  45. package/app/Panel/index.d.ts +5 -0
  46. package/app/{Confirmation → Panel}/index.js +13 -13
  47. package/app/Panel/index.mdx +16 -0
  48. package/app/PhaseBannerHeader/index.js +2 -2
  49. package/app/PhaseBannerHeader/index.mdx +1 -5
  50. package/app/QrCodeViewer/index.mdx +2 -10
  51. package/app/ThemeOptions/index.js +6 -6
  52. package/app/index.d.ts +3 -4
  53. package/app/index.js +12 -12
  54. package/content/Accordion/index.d.ts +1 -1
  55. package/content/Accordion/index.mdx +2 -10
  56. package/content/Blockquote/index.mdx +1 -5
  57. package/content/Card/Card.stories.d.ts +2 -0
  58. package/content/Card/Card.stories.js +28 -0
  59. package/content/Card/__stories__/WithButton.d.ts +2 -0
  60. package/content/Card/__stories__/WithButton.js +24 -0
  61. package/content/Card/__stories__/WithClickableContent.js +3 -1
  62. package/content/Card/__stories__/WithLink.d.ts +2 -0
  63. package/content/Card/__stories__/WithLink.js +24 -0
  64. package/content/Card/index.mdx +8 -40
  65. package/content/Chip/__stories__/GroupOfChips.js +1 -1
  66. package/content/Chip/index.d.ts +1 -2
  67. package/content/Chip/index.js +4 -18
  68. package/content/Chip/index.mdx +39 -0
  69. package/content/Details/index.mdx +6 -5
  70. package/content/List/__stories__/HorizontalList.js +1 -1
  71. package/content/List/__stories__/WithExtraSpace.js +1 -1
  72. package/content/List/index.mdx +3 -15
  73. package/content/StepNav/__stories__/Default.js +3 -5
  74. package/content/StepNav/__stories__/WithHints.js +2 -4
  75. package/content/StepNav/index.mdx +21 -0
  76. package/content/SummaryList/SummaryList.stories.d.ts +1 -0
  77. package/content/SummaryList/SummaryList.stories.js +14 -0
  78. package/content/SummaryList/__stories__/Default.js +7 -3
  79. package/content/SummaryList/__stories__/WithActions.js +13 -7
  80. package/content/SummaryList/__stories__/WithoutActions.d.ts +2 -0
  81. package/content/SummaryList/__stories__/WithoutActions.js +22 -0
  82. package/content/SummaryList/__stories__/WithoutBorders.js +12 -2
  83. package/content/SummaryList/index.mdx +3 -15
  84. package/content/Table/Table.stories.d.ts +1 -0
  85. package/content/Table/Table.stories.js +14 -0
  86. package/content/Table/__stories__/DarkVariant.js +1 -1
  87. package/content/Table/__stories__/DarkVariantWithVerticalHeaders.js +1 -1
  88. package/content/Table/__stories__/DefinedWidth.js +3 -3
  89. package/content/Table/__stories__/Full.js +2 -2
  90. package/content/Table/__stories__/MultipleProps.js +2 -2
  91. package/content/Table/__stories__/RowColors.d.ts +2 -0
  92. package/content/Table/__stories__/RowColors.js +76 -0
  93. package/content/Table/__stories__/WithFloatingScroll.js +10 -4
  94. package/content/Table/__stories__/ZebraProp.js +1 -1
  95. package/content/Table/index.js +11 -9
  96. package/content/Table/index.mdx +15 -41
  97. package/content/TaskList/__stories__/Default.js +5 -5
  98. package/content/TaskList/index.mdx +21 -0
  99. package/content/Timeline/__stories__/Default.js +2 -2
  100. package/content/Timeline/index.mdx +23 -0
  101. package/es/app/BannerContainer/BannerContainer.stories.js +10 -0
  102. package/es/app/BannerContainer/__stories__/CookiesBanner.js +18 -0
  103. package/es/app/CloseButton/index.js +3 -0
  104. package/es/app/{FilterSection → FilterContainer}/index.js +4 -5
  105. package/es/app/Footer/Footer.stories.playwright.json +2 -2
  106. package/es/app/Footer/__stories__/DefaultCopyright.js +11 -9
  107. package/es/app/Footer/__stories__/FooterAllInclusive.js +19 -13
  108. package/es/app/Footer/__stories__/FooterWithLink.js +13 -11
  109. package/es/app/Footer/__stories__/FooterWithLogo.js +9 -8
  110. package/es/app/Footer/__stories__/FooterWithSecondaryNavigation.js +16 -12
  111. package/es/app/Footer/__stories__/YearCopyright.js +9 -7
  112. package/es/app/Footer/index.js +3 -5
  113. package/es/app/Footer/index.mdx +4 -20
  114. package/es/app/Header/Header.stories.playwright.json +1 -1
  115. package/es/app/Header/__snapshots__/index.spec.tsx.snap +0 -3
  116. package/es/app/Header/__stories__/Default.js +1 -1
  117. package/es/app/Header/__stories__/WithHeaderNavigation.js +15 -15
  118. package/es/app/Header/__stories__/WithNavigation.js +10 -37
  119. package/es/app/Header/__stories__/WithServiceName.js +1 -1
  120. package/es/app/Header/__stories__/WithServiceNameAndLogo.js +1 -1
  121. package/es/app/Header/index.js +0 -1
  122. package/es/app/Header/index.mdx +4 -21
  123. package/es/app/Header/index.spec.js +2 -2
  124. package/es/app/Masthead/Masthead.stories.js +3 -1
  125. package/es/app/Masthead/Masthead.stories.playwright.json +1 -1
  126. package/es/app/Masthead/__stories__/WithElements.js +21 -0
  127. package/es/app/Masthead/__stories__/WithLogo.js +19 -0
  128. package/es/app/Modal/__stories__/Default.js +1 -1
  129. package/es/app/Modal/index.mdx +1 -5
  130. package/es/app/NotFound/index.js +2 -2
  131. package/es/app/PageTitleContainer/index.js +5 -0
  132. package/es/app/Panel/Panel.stories.js +9 -0
  133. package/es/app/Panel/__stories__/Default.js +9 -0
  134. package/es/app/Panel/index.js +5 -0
  135. package/es/app/Panel/index.mdx +16 -0
  136. package/es/app/PhaseBannerHeader/index.js +2 -2
  137. package/es/app/PhaseBannerHeader/index.mdx +1 -5
  138. package/es/app/QrCodeViewer/index.mdx +2 -10
  139. package/es/app/ThemeOptions/index.js +6 -6
  140. package/es/app/index.js +4 -5
  141. package/es/content/Accordion/index.mdx +2 -10
  142. package/es/content/Blockquote/index.mdx +1 -5
  143. package/es/content/Card/Card.stories.js +3 -1
  144. package/es/content/Card/__stories__/WithButton.js +10 -0
  145. package/es/content/Card/__stories__/WithClickableContent.js +3 -1
  146. package/es/content/Card/__stories__/WithLink.js +10 -0
  147. package/es/content/Card/index.mdx +8 -40
  148. package/es/content/Chip/__stories__/GroupOfChips.js +2 -2
  149. package/es/content/Chip/index.js +1 -2
  150. package/es/content/Chip/index.mdx +39 -0
  151. package/es/content/Details/index.mdx +6 -5
  152. package/es/content/List/__stories__/HorizontalList.js +1 -1
  153. package/es/content/List/__stories__/WithExtraSpace.js +1 -1
  154. package/es/content/List/index.mdx +3 -15
  155. package/es/content/StepNav/__stories__/Default.js +3 -5
  156. package/es/content/StepNav/__stories__/WithHints.js +2 -4
  157. package/es/content/StepNav/index.mdx +21 -0
  158. package/es/content/SummaryList/SummaryList.stories.js +1 -0
  159. package/es/content/SummaryList/__stories__/Default.js +7 -3
  160. package/es/content/SummaryList/__stories__/WithActions.js +5 -5
  161. package/es/content/SummaryList/__stories__/WithoutActions.js +9 -0
  162. package/es/content/SummaryList/__stories__/WithoutBorders.js +10 -2
  163. package/es/content/SummaryList/index.mdx +3 -15
  164. package/es/content/Table/Table.stories.js +1 -0
  165. package/es/content/Table/__stories__/DarkVariant.js +1 -1
  166. package/es/content/Table/__stories__/DarkVariantWithVerticalHeaders.js +1 -1
  167. package/es/content/Table/__stories__/DefinedWidth.js +3 -3
  168. package/es/content/Table/__stories__/Full.js +2 -2
  169. package/es/content/Table/__stories__/MultipleProps.js +2 -2
  170. package/es/content/Table/__stories__/RowColors.js +60 -0
  171. package/es/content/Table/__stories__/WithFloatingScroll.js +5 -4
  172. package/es/content/Table/__stories__/ZebraProp.js +1 -1
  173. package/es/content/Table/index.js +11 -8
  174. package/es/content/Table/index.mdx +15 -41
  175. package/es/content/TaskList/__stories__/Default.js +5 -5
  176. package/es/content/TaskList/index.mdx +21 -0
  177. package/es/content/Timeline/__stories__/Default.js +2 -2
  178. package/es/content/Timeline/index.mdx +23 -0
  179. package/es/feedback/CopyToClipboard/__stories__/Default.js +2 -1
  180. package/es/feedback/CopyToClipboard/index.js +4 -2
  181. package/es/feedback/CopyToClipboard/index.mdx +2 -10
  182. package/es/feedback/ErrorSummary/ErrorSummary.stories.js +2 -1
  183. package/es/feedback/ErrorSummary/__stories__/LinkedToCheckbox.js +2 -1
  184. package/es/feedback/ErrorSummary/__stories__/LinkedToField.js +3 -3
  185. package/es/feedback/ErrorSummary/__stories__/WithBackLinkAndButton.js +35 -0
  186. package/es/feedback/ErrorSummary/index.mdx +4 -20
  187. package/es/feedback/NotificationBanner/__stories__/Default.js +2 -2
  188. package/es/feedback/NotificationBanner/index.js +3 -6
  189. package/es/feedback/NotificationBanner/index.mdx +2 -10
  190. package/es/feedback/PhaseBanner/index.mdx +2 -10
  191. package/es/feedback/ServiceBadge/index.mdx +9 -5
  192. package/es/feedback/WarningText/WarningText.stories.js +2 -1
  193. package/es/feedback/WarningText/__stories__/AssistiveText.js +11 -0
  194. package/es/feedback/WarningText/index.mdx +1 -5
  195. package/es/form/AutoComplete/__stories__/Default.js +1 -1
  196. package/es/form/AutoComplete/index.js +10 -5
  197. package/es/form/AutoComplete/index.mdx +7 -35
  198. package/es/form/Button/__stories__/CallToActionButton.js +1 -4
  199. package/es/form/Button/__stories__/GroupingButtons.js +0 -3
  200. package/es/form/Button/__stories__/GroupingButtonsAndLinks.js +0 -3
  201. package/es/form/Button/__stories__/Primary.js +0 -3
  202. package/es/form/Button/__stories__/Secondary.js +0 -3
  203. package/es/form/Button/__stories__/WithVariantLink.js +0 -4
  204. package/es/form/Button/index.mdx +8 -24
  205. package/es/form/Checkbox/Checkbox.stories.js +2 -0
  206. package/es/form/Checkbox/__stories__/ConditionalReveal.js +1 -1
  207. package/es/form/Checkbox/__stories__/Inline.js +23 -0
  208. package/es/form/Checkbox/__stories__/InlineWithDivider.js +24 -0
  209. package/es/form/Checkbox/__stories__/NoneAnswer.js +1 -1
  210. package/es/form/Checkbox/__stories__/NoneAnswerWithError.js +1 -1
  211. package/es/form/Checkbox/__stories__/WithHint.js +1 -1
  212. package/es/form/Checkbox/index.mdx +12 -35
  213. package/es/form/DateInputContainer/__stories__/Default.js +1 -1
  214. package/es/form/DateInputContainer/__stories__/MultipleQuestions.js +2 -2
  215. package/es/form/DateInputContainer/__stories__/WithErrorMessage.js +1 -1
  216. package/es/form/DateInputContainer/__stories__/WithErrorMessageForSingleField.js +1 -1
  217. package/es/form/DateInputContainer/index.mdx +9 -20
  218. package/es/form/ErrorMessage/ErrorMessage.stories.js +2 -1
  219. package/es/form/ErrorMessage/__stories__/DateInputError.js +24 -0
  220. package/es/form/ErrorMessage/__stories__/Default.js +11 -8
  221. package/es/form/ErrorMessage/index.mdx +1 -5
  222. package/es/form/FileUpload/__stories__/Default.js +2 -2
  223. package/es/form/FileUpload/__stories__/WithErrorMessage.js +2 -2
  224. package/es/form/FileUpload/index.mdx +3 -5
  225. package/es/form/RadioContainer/RadioContainer.stories.js +3 -1
  226. package/es/form/RadioContainer/__stories__/ConditionalReveal.js +1 -1
  227. package/es/form/RadioContainer/__stories__/Default.js +7 -4
  228. package/es/form/RadioContainer/__stories__/Inline.js +1 -1
  229. package/es/form/RadioContainer/__stories__/MultipleQuestions.js +1 -1
  230. package/es/form/RadioContainer/__stories__/WithDivider.js +24 -0
  231. package/es/form/RadioContainer/__stories__/WithErrorMessage.js +3 -1
  232. package/es/form/RadioContainer/__stories__/WithHints.js +1 -1
  233. package/es/form/RadioContainer/__stories__/WithMediumLegend.js +24 -0
  234. package/es/form/RadioContainer/index.mdx +12 -35
  235. package/es/form/SearchContainer/index.js +5 -0
  236. package/es/form/SelectContainer/__stories__/Default.js +4 -4
  237. package/es/form/SelectContainer/index.mdx +9 -15
  238. package/es/form/SingleCharacterInputs/SingleCharacterInput.stories.js +12 -0
  239. package/{esm/form/SingleCharacterInputContainer → es/form/SingleCharacterInputs}/__stories__/Default.js +13 -13
  240. package/{esm/form/SingleCharacterInputContainer → es/form/SingleCharacterInputs}/__stories__/WithDefaultError.js +7 -7
  241. package/es/form/{SingleCharacterInputContainer → SingleCharacterInputs}/__stories__/WithErrorMessageInvalidCode.js +14 -14
  242. package/es/form/{SingleCharacterInputContainer → SingleCharacterInputs}/__stories__/WithErrorMessageLessDigit.js +11 -11
  243. package/es/form/SingleCharacterInputs/index.js +4 -0
  244. package/es/form/SingleCharacterInputs/index.mdx +24 -0
  245. package/es/form/TextArea/__stories__/Default.js +4 -1
  246. package/es/form/TextArea/index.mdx +7 -35
  247. package/es/form/TextInput/__stories__/FixedWidths.js +14 -24
  248. package/es/form/TextInput/__stories__/FluidWidths.js +14 -24
  249. package/es/form/TextInput/index.mdx +8 -40
  250. package/es/form/index.js +2 -2
  251. package/es/govgr/Footer/index.js +4 -4
  252. package/es/layouts/Admin/index.js +1 -1
  253. package/es/layouts/Basic/__snapshots__/index.spec.tsx.snap +4 -4
  254. package/es/layouts/Divider/index.js +1 -1
  255. package/es/layouts/Section/index.js +3 -0
  256. package/es/layouts/Stack/Stack.stories.js +12 -0
  257. package/es/layouts/Stack/__stories__/AlignItems.js +67 -0
  258. package/es/layouts/Stack/__stories__/Default.js +24 -0
  259. package/es/layouts/Stack/__stories__/JustifyContent.js +84 -0
  260. package/es/layouts/Stack/__stories__/NoWrap.js +26 -0
  261. package/es/layouts/Stack/__stories__/Row.js +25 -0
  262. package/es/layouts/Stack/__stories__/Spacing.js +55 -0
  263. package/es/layouts/Stack/index.js +2 -0
  264. package/es/layouts/index.js +3 -1
  265. package/es/navigation/BackLink/index.mdx +1 -5
  266. package/es/navigation/Breadcrumbs/index.mdx +6 -5
  267. package/es/navigation/Drawer/__stories__/Default.js +25 -66
  268. package/es/navigation/Drawer/index.mdx +1 -5
  269. package/es/navigation/Dropdown/__stories__/AlignRight.js +9 -8
  270. package/es/navigation/Dropdown/__stories__/Default.js +9 -8
  271. package/es/navigation/Dropdown/__stories__/PlacementTop.js +9 -8
  272. package/es/navigation/Dropdown/index.js +0 -1
  273. package/es/navigation/Dropdown/index.mdx +3 -17
  274. package/es/navigation/Link/Link.stories.playwright.json +2 -2
  275. package/es/navigation/Link/index.mdx +7 -25
  276. package/es/navigation/NavList/NavList.stories.js +5 -1
  277. package/es/navigation/NavList/NavList.stories.playwright.json +7 -7
  278. package/es/navigation/NavList/NavListAuto/index.js +54 -0
  279. package/es/navigation/NavList/{NavMenuContainerContentList.js → NavMenuContentList.js} +5 -5
  280. package/es/navigation/NavList/__stories__/Default.js +19 -69
  281. package/es/navigation/NavList/__stories__/NavVertical.js +37 -0
  282. package/es/navigation/NavList/__stories__/NavVerticalLayout.js +12 -26
  283. package/es/navigation/NavList/__stories__/NavVerticalWithTitle.js +43 -0
  284. package/es/navigation/NavList/__stories__/WithBurgerIcon.js +56 -0
  285. package/es/navigation/NavList/__stories__/WithSubMenu.js +73 -0
  286. package/es/navigation/NavList/hooks/useNavList.js +2 -2
  287. package/es/navigation/NavList/hooks/useTogglableNav.js +33 -18
  288. package/es/navigation/NavList/index.js +16 -17
  289. package/es/navigation/NavList/index.mdx +2 -10
  290. package/es/navigation/NavList/types.js +1 -6
  291. package/es/navigation/Pagination/__stories__/Default.js +7 -65
  292. package/es/navigation/Pagination/__stories__/PaginationSmall.js +1 -1
  293. package/es/navigation/Pagination/__stories__/PaginationWithSmallFont.js +1 -1
  294. package/es/navigation/Pagination/__stories__/WithInactiveValues.js +2 -2
  295. package/es/navigation/Pagination/index.mdx +7 -15
  296. package/es/navigation/SkipLink/SkipLink.stories.js +8 -0
  297. package/es/navigation/SkipLink/__stories__/Default.js +12 -0
  298. package/es/navigation/Tabs/Tabs.stories.playwright.json +2 -2
  299. package/es/navigation/Tabs/__stories__/Default.js +19 -7
  300. package/es/navigation/Tabs/index.js +1 -1
  301. package/es/navigation/Tabs/index.mdx +7 -5
  302. package/es/registry.js +32 -58
  303. package/es/typography/Heading/__stories__/Default.js +9 -4
  304. package/es/typography/Heading/index.mdx +1 -5
  305. package/es/typography/HeadingCaption/index.mdx +1 -5
  306. package/es/typography/Hint/__stories__/FontSizes.js +3 -3
  307. package/es/typography/Hint/index.mdx +3 -5
  308. package/es/typography/NormalText/__stories__/FontSizes.js +7 -7
  309. package/es/typography/NormalText/__stories__/Variants.js +4 -4
  310. package/es/typography/NormalText/index.mdx +5 -15
  311. package/es/typography/Paragraph/__stories__/FontSizes.js +7 -7
  312. package/es/typography/Paragraph/__stories__/LeadVariant.js +1 -1
  313. package/es/typography/Paragraph/__stories__/SmallVariant.js +1 -1
  314. package/es/typography/Paragraph/index.mdx +5 -20
  315. package/es/utils/Kitchensink/KitchensinkDashboard.js +1 -1
  316. package/esm/app/BannerContainer/BannerContainer.stories.js +10 -0
  317. package/esm/app/BannerContainer/__stories__/CookiesBanner.js +18 -0
  318. package/esm/app/CloseButton/index.js +3 -0
  319. package/esm/app/{FilterSection → FilterContainer}/index.js +4 -5
  320. package/esm/app/Footer/Footer.stories.playwright.json +2 -2
  321. package/esm/app/Footer/__stories__/DefaultCopyright.js +11 -9
  322. package/esm/app/Footer/__stories__/FooterAllInclusive.js +19 -13
  323. package/esm/app/Footer/__stories__/FooterWithLink.js +13 -11
  324. package/esm/app/Footer/__stories__/FooterWithLogo.js +9 -8
  325. package/esm/app/Footer/__stories__/FooterWithSecondaryNavigation.js +16 -12
  326. package/esm/app/Footer/__stories__/YearCopyright.js +9 -7
  327. package/esm/app/Footer/index.js +3 -5
  328. package/esm/app/Footer/index.mdx +4 -20
  329. package/esm/app/Header/Header.stories.playwright.json +1 -1
  330. package/esm/app/Header/__snapshots__/index.spec.tsx.snap +0 -3
  331. package/esm/app/Header/__stories__/Default.js +1 -1
  332. package/esm/app/Header/__stories__/WithHeaderNavigation.js +15 -15
  333. package/esm/app/Header/__stories__/WithNavigation.js +10 -37
  334. package/esm/app/Header/__stories__/WithServiceName.js +1 -1
  335. package/esm/app/Header/__stories__/WithServiceNameAndLogo.js +1 -1
  336. package/esm/app/Header/index.js +0 -1
  337. package/esm/app/Header/index.mdx +4 -21
  338. package/esm/app/Header/index.spec.js +2 -2
  339. package/esm/app/Masthead/Masthead.stories.js +3 -1
  340. package/esm/app/Masthead/Masthead.stories.playwright.json +1 -1
  341. package/esm/app/Masthead/__stories__/WithElements.js +21 -0
  342. package/esm/app/Masthead/__stories__/WithLogo.js +19 -0
  343. package/esm/app/Modal/__stories__/Default.js +1 -1
  344. package/esm/app/Modal/index.mdx +1 -5
  345. package/esm/app/NotFound/index.js +2 -2
  346. package/esm/app/PageTitleContainer/index.js +5 -0
  347. package/esm/app/Panel/Panel.stories.js +9 -0
  348. package/esm/app/Panel/__stories__/Default.js +9 -0
  349. package/esm/app/Panel/index.js +5 -0
  350. package/esm/app/Panel/index.mdx +16 -0
  351. package/esm/app/PhaseBannerHeader/index.js +2 -2
  352. package/esm/app/PhaseBannerHeader/index.mdx +1 -5
  353. package/esm/app/QrCodeViewer/index.mdx +2 -10
  354. package/esm/app/ThemeOptions/index.js +6 -6
  355. package/esm/app/index.js +4 -5
  356. package/esm/content/Accordion/index.mdx +2 -10
  357. package/esm/content/Blockquote/index.mdx +1 -5
  358. package/esm/content/Card/Card.stories.js +3 -1
  359. package/esm/content/Card/__stories__/WithButton.js +10 -0
  360. package/esm/content/Card/__stories__/WithClickableContent.js +3 -1
  361. package/esm/content/Card/__stories__/WithLink.js +10 -0
  362. package/esm/content/Card/index.mdx +8 -40
  363. package/esm/content/Chip/__stories__/GroupOfChips.js +2 -2
  364. package/esm/content/Chip/index.js +1 -2
  365. package/esm/content/Chip/index.mdx +39 -0
  366. package/esm/content/Details/index.mdx +6 -5
  367. package/esm/content/List/__stories__/HorizontalList.js +1 -1
  368. package/esm/content/List/__stories__/WithExtraSpace.js +1 -1
  369. package/esm/content/List/index.mdx +3 -15
  370. package/esm/content/StepNav/__stories__/Default.js +3 -5
  371. package/esm/content/StepNav/__stories__/WithHints.js +2 -4
  372. package/esm/content/StepNav/index.mdx +21 -0
  373. package/esm/content/SummaryList/SummaryList.stories.js +1 -0
  374. package/esm/content/SummaryList/__stories__/Default.js +7 -3
  375. package/esm/content/SummaryList/__stories__/WithActions.js +5 -5
  376. package/esm/content/SummaryList/__stories__/WithoutActions.js +9 -0
  377. package/esm/content/SummaryList/__stories__/WithoutBorders.js +10 -2
  378. package/esm/content/SummaryList/index.mdx +3 -15
  379. package/esm/content/Table/Table.stories.js +1 -0
  380. package/esm/content/Table/__stories__/DarkVariant.js +1 -1
  381. package/esm/content/Table/__stories__/DarkVariantWithVerticalHeaders.js +1 -1
  382. package/esm/content/Table/__stories__/DefinedWidth.js +3 -3
  383. package/esm/content/Table/__stories__/Full.js +2 -2
  384. package/esm/content/Table/__stories__/MultipleProps.js +2 -2
  385. package/esm/content/Table/__stories__/RowColors.js +60 -0
  386. package/esm/content/Table/__stories__/WithFloatingScroll.js +5 -4
  387. package/esm/content/Table/__stories__/ZebraProp.js +1 -1
  388. package/esm/content/Table/index.js +11 -8
  389. package/esm/content/Table/index.mdx +15 -41
  390. package/esm/content/TaskList/__stories__/Default.js +5 -5
  391. package/esm/content/TaskList/index.mdx +21 -0
  392. package/esm/content/Timeline/__stories__/Default.js +2 -2
  393. package/esm/content/Timeline/index.mdx +23 -0
  394. package/esm/feedback/CopyToClipboard/__stories__/Default.js +2 -1
  395. package/esm/feedback/CopyToClipboard/index.js +4 -2
  396. package/esm/feedback/CopyToClipboard/index.mdx +2 -10
  397. package/esm/feedback/ErrorSummary/ErrorSummary.stories.js +2 -1
  398. package/esm/feedback/ErrorSummary/__stories__/LinkedToCheckbox.js +2 -1
  399. package/esm/feedback/ErrorSummary/__stories__/LinkedToField.js +3 -3
  400. package/esm/feedback/ErrorSummary/__stories__/WithBackLinkAndButton.js +35 -0
  401. package/esm/feedback/ErrorSummary/index.mdx +4 -20
  402. package/esm/feedback/NotificationBanner/__stories__/Default.js +2 -2
  403. package/esm/feedback/NotificationBanner/index.js +3 -6
  404. package/esm/feedback/NotificationBanner/index.mdx +2 -10
  405. package/esm/feedback/PhaseBanner/index.mdx +2 -10
  406. package/esm/feedback/ServiceBadge/index.mdx +9 -5
  407. package/esm/feedback/WarningText/WarningText.stories.js +2 -1
  408. package/esm/feedback/WarningText/__stories__/AssistiveText.js +11 -0
  409. package/esm/feedback/WarningText/index.mdx +1 -5
  410. package/esm/form/AutoComplete/__stories__/Default.js +1 -1
  411. package/esm/form/AutoComplete/index.js +10 -5
  412. package/esm/form/AutoComplete/index.mdx +7 -35
  413. package/esm/form/Button/__stories__/CallToActionButton.js +1 -4
  414. package/esm/form/Button/__stories__/GroupingButtons.js +0 -3
  415. package/esm/form/Button/__stories__/GroupingButtonsAndLinks.js +0 -3
  416. package/esm/form/Button/__stories__/Primary.js +0 -3
  417. package/esm/form/Button/__stories__/Secondary.js +0 -3
  418. package/esm/form/Button/__stories__/WithVariantLink.js +0 -4
  419. package/esm/form/Button/index.mdx +8 -24
  420. package/esm/form/Checkbox/Checkbox.stories.js +2 -0
  421. package/esm/form/Checkbox/__stories__/ConditionalReveal.js +1 -1
  422. package/esm/form/Checkbox/__stories__/Inline.js +23 -0
  423. package/esm/form/Checkbox/__stories__/InlineWithDivider.js +24 -0
  424. package/esm/form/Checkbox/__stories__/NoneAnswer.js +1 -1
  425. package/esm/form/Checkbox/__stories__/NoneAnswerWithError.js +1 -1
  426. package/esm/form/Checkbox/__stories__/WithHint.js +1 -1
  427. package/esm/form/Checkbox/index.mdx +12 -35
  428. package/esm/form/DateInputContainer/__stories__/Default.js +1 -1
  429. package/esm/form/DateInputContainer/__stories__/MultipleQuestions.js +2 -2
  430. package/esm/form/DateInputContainer/__stories__/WithErrorMessage.js +1 -1
  431. package/esm/form/DateInputContainer/__stories__/WithErrorMessageForSingleField.js +1 -1
  432. package/esm/form/DateInputContainer/index.mdx +9 -20
  433. package/esm/form/ErrorMessage/ErrorMessage.stories.js +2 -1
  434. package/esm/form/ErrorMessage/__stories__/DateInputError.js +24 -0
  435. package/esm/form/ErrorMessage/__stories__/Default.js +11 -8
  436. package/esm/form/ErrorMessage/index.mdx +1 -5
  437. package/esm/form/FileUpload/__stories__/Default.js +2 -2
  438. package/esm/form/FileUpload/__stories__/WithErrorMessage.js +2 -2
  439. package/esm/form/FileUpload/index.mdx +3 -5
  440. package/esm/form/RadioContainer/RadioContainer.stories.js +3 -1
  441. package/esm/form/RadioContainer/__stories__/ConditionalReveal.js +1 -1
  442. package/esm/form/RadioContainer/__stories__/Default.js +7 -4
  443. package/esm/form/RadioContainer/__stories__/Inline.js +1 -1
  444. package/esm/form/RadioContainer/__stories__/MultipleQuestions.js +1 -1
  445. package/esm/form/RadioContainer/__stories__/WithDivider.js +24 -0
  446. package/esm/form/RadioContainer/__stories__/WithErrorMessage.js +3 -1
  447. package/esm/form/RadioContainer/__stories__/WithHints.js +1 -1
  448. package/esm/form/RadioContainer/__stories__/WithMediumLegend.js +24 -0
  449. package/esm/form/RadioContainer/index.mdx +12 -35
  450. package/esm/form/SearchContainer/index.js +5 -0
  451. package/esm/form/SelectContainer/__stories__/Default.js +4 -4
  452. package/esm/form/SelectContainer/index.mdx +9 -15
  453. package/esm/form/SingleCharacterInputs/SingleCharacterInput.stories.js +12 -0
  454. package/{es/form/SingleCharacterInputContainer → esm/form/SingleCharacterInputs}/__stories__/Default.js +13 -13
  455. package/{es/form/SingleCharacterInputContainer → esm/form/SingleCharacterInputs}/__stories__/WithDefaultError.js +7 -7
  456. package/esm/form/{SingleCharacterInputContainer → SingleCharacterInputs}/__stories__/WithErrorMessageInvalidCode.js +14 -14
  457. package/esm/form/{SingleCharacterInputContainer → SingleCharacterInputs}/__stories__/WithErrorMessageLessDigit.js +11 -11
  458. package/esm/form/SingleCharacterInputs/index.js +4 -0
  459. package/esm/form/SingleCharacterInputs/index.mdx +24 -0
  460. package/esm/form/TextArea/__stories__/Default.js +4 -1
  461. package/esm/form/TextArea/index.mdx +7 -35
  462. package/esm/form/TextInput/__stories__/FixedWidths.js +14 -24
  463. package/esm/form/TextInput/__stories__/FluidWidths.js +14 -24
  464. package/esm/form/TextInput/index.mdx +8 -40
  465. package/esm/form/index.js +2 -2
  466. package/esm/govgr/Footer/index.js +4 -4
  467. package/esm/index.js +1 -1
  468. package/esm/layouts/Admin/index.js +1 -1
  469. package/esm/layouts/Basic/__snapshots__/index.spec.tsx.snap +4 -4
  470. package/esm/layouts/Divider/index.js +1 -1
  471. package/esm/layouts/Section/index.js +3 -0
  472. package/esm/layouts/Stack/Stack.stories.js +12 -0
  473. package/esm/layouts/Stack/__stories__/AlignItems.js +67 -0
  474. package/esm/layouts/Stack/__stories__/Default.js +24 -0
  475. package/esm/layouts/Stack/__stories__/JustifyContent.js +84 -0
  476. package/esm/layouts/Stack/__stories__/NoWrap.js +26 -0
  477. package/esm/layouts/Stack/__stories__/Row.js +25 -0
  478. package/esm/layouts/Stack/__stories__/Spacing.js +55 -0
  479. package/esm/layouts/Stack/index.js +2 -0
  480. package/esm/layouts/index.js +3 -1
  481. package/esm/navigation/BackLink/index.mdx +1 -5
  482. package/esm/navigation/Breadcrumbs/index.mdx +6 -5
  483. package/esm/navigation/Drawer/__stories__/Default.js +25 -66
  484. package/esm/navigation/Drawer/index.mdx +1 -5
  485. package/esm/navigation/Dropdown/__stories__/AlignRight.js +9 -8
  486. package/esm/navigation/Dropdown/__stories__/Default.js +9 -8
  487. package/esm/navigation/Dropdown/__stories__/PlacementTop.js +9 -8
  488. package/esm/navigation/Dropdown/index.js +0 -1
  489. package/esm/navigation/Dropdown/index.mdx +3 -17
  490. package/esm/navigation/Link/Link.stories.playwright.json +2 -2
  491. package/esm/navigation/Link/index.mdx +7 -25
  492. package/esm/navigation/NavList/NavList.stories.js +5 -1
  493. package/esm/navigation/NavList/NavList.stories.playwright.json +7 -7
  494. package/esm/navigation/NavList/NavListAuto/index.js +54 -0
  495. package/esm/navigation/NavList/{NavMenuContainerContentList.js → NavMenuContentList.js} +5 -5
  496. package/esm/navigation/NavList/__stories__/Default.js +19 -69
  497. package/esm/navigation/NavList/__stories__/NavVertical.js +37 -0
  498. package/esm/navigation/NavList/__stories__/NavVerticalLayout.js +12 -26
  499. package/esm/navigation/NavList/__stories__/NavVerticalWithTitle.js +43 -0
  500. package/esm/navigation/NavList/__stories__/WithBurgerIcon.js +56 -0
  501. package/esm/navigation/NavList/__stories__/WithSubMenu.js +73 -0
  502. package/esm/navigation/NavList/hooks/useNavList.js +2 -2
  503. package/esm/navigation/NavList/hooks/useTogglableNav.js +33 -18
  504. package/esm/navigation/NavList/index.js +16 -17
  505. package/esm/navigation/NavList/index.mdx +2 -10
  506. package/esm/navigation/NavList/types.js +1 -6
  507. package/esm/navigation/Pagination/__stories__/Default.js +7 -65
  508. package/esm/navigation/Pagination/__stories__/PaginationSmall.js +1 -1
  509. package/esm/navigation/Pagination/__stories__/PaginationWithSmallFont.js +1 -1
  510. package/esm/navigation/Pagination/__stories__/WithInactiveValues.js +2 -2
  511. package/esm/navigation/Pagination/index.mdx +7 -15
  512. package/esm/navigation/SkipLink/SkipLink.stories.js +8 -0
  513. package/esm/navigation/SkipLink/__stories__/Default.js +12 -0
  514. package/esm/navigation/Tabs/Tabs.stories.playwright.json +2 -2
  515. package/esm/navigation/Tabs/__stories__/Default.js +19 -7
  516. package/esm/navigation/Tabs/index.js +1 -1
  517. package/esm/navigation/Tabs/index.mdx +7 -5
  518. package/esm/registry.js +32 -58
  519. package/esm/typography/Heading/__stories__/Default.js +9 -4
  520. package/esm/typography/Heading/index.mdx +1 -5
  521. package/esm/typography/HeadingCaption/index.mdx +1 -5
  522. package/esm/typography/Hint/__stories__/FontSizes.js +3 -3
  523. package/esm/typography/Hint/index.mdx +3 -5
  524. package/esm/typography/NormalText/__stories__/FontSizes.js +7 -7
  525. package/esm/typography/NormalText/__stories__/Variants.js +4 -4
  526. package/esm/typography/NormalText/index.mdx +5 -15
  527. package/esm/typography/Paragraph/__stories__/FontSizes.js +7 -7
  528. package/esm/typography/Paragraph/__stories__/LeadVariant.js +1 -1
  529. package/esm/typography/Paragraph/__stories__/SmallVariant.js +1 -1
  530. package/esm/typography/Paragraph/index.mdx +5 -20
  531. package/esm/utils/Kitchensink/KitchensinkDashboard.js +1 -1
  532. package/feedback/CopyToClipboard/__stories__/Default.js +2 -1
  533. package/feedback/CopyToClipboard/index.d.ts +3 -5
  534. package/feedback/CopyToClipboard/index.js +4 -2
  535. package/feedback/CopyToClipboard/index.mdx +2 -10
  536. package/feedback/ErrorSummary/ErrorSummary.stories.d.ts +1 -0
  537. package/feedback/ErrorSummary/ErrorSummary.stories.js +14 -0
  538. package/feedback/ErrorSummary/__stories__/LinkedToCheckbox.js +3 -1
  539. package/feedback/ErrorSummary/__stories__/LinkedToField.js +3 -3
  540. package/feedback/ErrorSummary/__stories__/WithBackLinkAndButton.d.ts +2 -0
  541. package/feedback/ErrorSummary/__stories__/WithBackLinkAndButton.js +57 -0
  542. package/feedback/ErrorSummary/index.mdx +4 -20
  543. package/feedback/NotificationBanner/__stories__/Default.js +2 -2
  544. package/feedback/NotificationBanner/index.d.ts +1 -1
  545. package/feedback/NotificationBanner/index.js +3 -6
  546. package/feedback/NotificationBanner/index.mdx +2 -10
  547. package/feedback/PhaseBanner/index.mdx +2 -10
  548. package/feedback/ServiceBadge/index.mdx +9 -5
  549. package/feedback/WarningText/WarningText.stories.d.ts +1 -0
  550. package/feedback/WarningText/WarningText.stories.js +14 -0
  551. package/feedback/WarningText/__stories__/AssistiveText.d.ts +2 -0
  552. package/feedback/WarningText/__stories__/AssistiveText.js +24 -0
  553. package/feedback/WarningText/index.mdx +1 -5
  554. package/form/AutoComplete/__stories__/Default.js +1 -1
  555. package/form/AutoComplete/index.d.ts +3 -3
  556. package/form/AutoComplete/index.js +11 -6
  557. package/form/AutoComplete/index.mdx +7 -35
  558. package/form/Button/__stories__/CallToActionButton.d.ts +0 -3
  559. package/form/Button/__stories__/CallToActionButton.js +1 -4
  560. package/form/Button/__stories__/GroupingButtons.d.ts +0 -3
  561. package/form/Button/__stories__/GroupingButtons.js +0 -3
  562. package/form/Button/__stories__/GroupingButtonsAndLinks.d.ts +0 -3
  563. package/form/Button/__stories__/GroupingButtonsAndLinks.js +0 -3
  564. package/form/Button/__stories__/Primary.d.ts +0 -3
  565. package/form/Button/__stories__/Primary.js +0 -3
  566. package/form/Button/__stories__/Secondary.d.ts +0 -3
  567. package/form/Button/__stories__/Secondary.js +0 -3
  568. package/form/Button/__stories__/WithVariantLink.d.ts +0 -3
  569. package/form/Button/__stories__/WithVariantLink.js +0 -3
  570. package/form/Button/index.mdx +8 -24
  571. package/form/Checkbox/Checkbox.stories.d.ts +2 -0
  572. package/form/Checkbox/Checkbox.stories.js +28 -0
  573. package/form/Checkbox/__stories__/ConditionalReveal.js +1 -1
  574. package/form/Checkbox/__stories__/Inline.d.ts +2 -0
  575. package/form/Checkbox/__stories__/Inline.js +38 -0
  576. package/form/Checkbox/__stories__/InlineWithDivider.d.ts +2 -0
  577. package/form/Checkbox/__stories__/InlineWithDivider.js +39 -0
  578. package/form/Checkbox/__stories__/NoneAnswer.js +1 -1
  579. package/form/Checkbox/__stories__/NoneAnswerWithError.js +1 -1
  580. package/form/Checkbox/__stories__/WithHint.js +1 -1
  581. package/form/Checkbox/index.mdx +12 -35
  582. package/form/DateInputContainer/__stories__/Default.js +1 -1
  583. package/form/DateInputContainer/__stories__/MultipleQuestions.js +2 -2
  584. package/form/DateInputContainer/__stories__/WithErrorMessage.js +1 -1
  585. package/form/DateInputContainer/__stories__/WithErrorMessageForSingleField.js +1 -1
  586. package/form/DateInputContainer/index.mdx +9 -20
  587. package/form/ErrorMessage/ErrorMessage.stories.d.ts +1 -0
  588. package/form/ErrorMessage/ErrorMessage.stories.js +14 -0
  589. package/form/ErrorMessage/__stories__/DateInputError.d.ts +2 -0
  590. package/form/ErrorMessage/__stories__/DateInputError.js +41 -0
  591. package/form/ErrorMessage/__stories__/Default.js +11 -8
  592. package/form/ErrorMessage/index.mdx +1 -5
  593. package/form/FileUpload/__stories__/Default.js +2 -2
  594. package/form/FileUpload/__stories__/WithErrorMessage.js +2 -2
  595. package/form/FileUpload/index.mdx +3 -5
  596. package/form/RadioContainer/RadioContainer.stories.d.ts +2 -0
  597. package/form/RadioContainer/RadioContainer.stories.js +28 -0
  598. package/form/RadioContainer/__stories__/ConditionalReveal.js +1 -1
  599. package/form/RadioContainer/__stories__/Default.js +7 -4
  600. package/form/RadioContainer/__stories__/Inline.js +1 -1
  601. package/form/RadioContainer/__stories__/MultipleQuestions.js +1 -1
  602. package/form/RadioContainer/__stories__/WithDivider.d.ts +2 -0
  603. package/form/RadioContainer/__stories__/WithDivider.js +38 -0
  604. package/form/RadioContainer/__stories__/WithErrorMessage.js +3 -1
  605. package/form/RadioContainer/__stories__/WithHints.js +1 -1
  606. package/form/RadioContainer/__stories__/WithMediumLegend.d.ts +2 -0
  607. package/form/RadioContainer/__stories__/WithMediumLegend.js +38 -0
  608. package/form/RadioContainer/index.mdx +12 -35
  609. package/form/SearchContainer/index.d.ts +5 -0
  610. package/form/{SearchSection → SearchContainer}/index.js +5 -5
  611. package/form/SelectContainer/__stories__/Default.js +4 -4
  612. package/form/SelectContainer/index.mdx +9 -15
  613. package/form/SingleCharacterInputs/SingleCharacterInput.stories.d.ts +13 -0
  614. package/form/{SingleCharacterInputContainer/SingleCharacterInputContainer.stories.js → SingleCharacterInputs/SingleCharacterInput.stories.js} +8 -8
  615. package/form/{SingleCharacterInputContainer → SingleCharacterInputs}/__stories__/Default.js +13 -13
  616. package/form/{SingleCharacterInputContainer → SingleCharacterInputs}/__stories__/WithDefaultError.js +7 -7
  617. package/form/{SingleCharacterInputContainer → SingleCharacterInputs}/__stories__/WithErrorMessageInvalidCode.js +14 -14
  618. package/form/{SingleCharacterInputContainer → SingleCharacterInputs}/__stories__/WithErrorMessageLessDigit.js +11 -11
  619. package/form/SingleCharacterInputs/index.d.ts +4 -0
  620. package/form/{SingleCharacterInputContainer → SingleCharacterInputs}/index.js +9 -9
  621. package/form/SingleCharacterInputs/index.mdx +24 -0
  622. package/form/TextArea/__stories__/Default.js +5 -1
  623. package/form/TextArea/index.mdx +7 -35
  624. package/form/TextInput/__stories__/FixedWidths.js +14 -24
  625. package/form/TextInput/__stories__/FluidWidths.js +14 -24
  626. package/form/TextInput/index.mdx +8 -40
  627. package/form/index.d.ts +2 -2
  628. package/form/index.js +8 -8
  629. package/govgr/Footer/index.js +4 -4
  630. package/layouts/Admin/index.d.ts +1 -1
  631. package/layouts/Admin/index.js +4 -4
  632. package/layouts/Basic/Content/index.d.ts +1 -1
  633. package/layouts/Basic/__snapshots__/index.spec.tsx.snap +4 -4
  634. package/layouts/Divider/index.d.ts +1 -1
  635. package/layouts/Divider/index.js +4 -4
  636. package/layouts/Section/index.d.ts +3 -0
  637. package/{navigation/NavList/NavMenu.js → layouts/Section/index.js} +5 -5
  638. package/layouts/Stack/Stack.stories.d.ts +13 -0
  639. package/layouts/Stack/Stack.stories.js +101 -0
  640. package/layouts/Stack/__stories__/AlignItems.d.ts +2 -0
  641. package/layouts/Stack/__stories__/AlignItems.js +81 -0
  642. package/layouts/Stack/__stories__/Default.d.ts +2 -0
  643. package/layouts/Stack/__stories__/Default.js +38 -0
  644. package/layouts/Stack/__stories__/JustifyContent.d.ts +2 -0
  645. package/layouts/Stack/__stories__/JustifyContent.js +98 -0
  646. package/layouts/Stack/__stories__/NoWrap.d.ts +2 -0
  647. package/layouts/Stack/__stories__/NoWrap.js +40 -0
  648. package/layouts/Stack/__stories__/Row.d.ts +2 -0
  649. package/layouts/Stack/__stories__/Row.js +39 -0
  650. package/layouts/Stack/__stories__/Spacing.d.ts +2 -0
  651. package/layouts/Stack/__stories__/Spacing.js +69 -0
  652. package/layouts/Stack/index.d.ts +2 -0
  653. package/layouts/Stack/index.js +13 -0
  654. package/layouts/index.d.ts +2 -0
  655. package/layouts/index.js +21 -0
  656. package/navigation/BackLink/index.mdx +1 -5
  657. package/navigation/Breadcrumbs/index.mdx +6 -5
  658. package/navigation/Drawer/__stories__/Default.js +24 -68
  659. package/navigation/Drawer/index.mdx +1 -5
  660. package/navigation/Dropdown/__stories__/AlignRight.js +9 -9
  661. package/navigation/Dropdown/__stories__/Default.js +9 -9
  662. package/navigation/Dropdown/__stories__/PlacementTop.js +9 -9
  663. package/navigation/Dropdown/index.d.ts +0 -1
  664. package/navigation/Dropdown/index.js +0 -14
  665. package/navigation/Dropdown/index.mdx +3 -17
  666. package/navigation/Link/Link.stories.playwright.json +2 -2
  667. package/navigation/Link/index.mdx +7 -25
  668. package/navigation/NavList/NavList.stories.d.ts +4 -0
  669. package/navigation/NavList/NavList.stories.js +56 -0
  670. package/navigation/NavList/NavList.stories.playwright.json +7 -7
  671. package/navigation/NavList/NavListAuto/index.js +80 -0
  672. package/navigation/NavList/NavMenuContentList.d.ts +5 -0
  673. package/navigation/NavList/{NavMenuContainerContentList.js → NavMenuContentList.js} +10 -10
  674. package/navigation/NavList/__stories__/Default.js +20 -77
  675. package/navigation/NavList/__stories__/NavVertical.d.ts +2 -0
  676. package/navigation/NavList/__stories__/NavVertical.js +53 -0
  677. package/navigation/NavList/__stories__/NavVerticalLayout.js +12 -32
  678. package/navigation/NavList/__stories__/NavVerticalWithTitle.d.ts +2 -0
  679. package/navigation/NavList/__stories__/NavVerticalWithTitle.js +59 -0
  680. package/navigation/NavList/__stories__/WithBurgerIcon.d.ts +2 -0
  681. package/navigation/NavList/__stories__/WithBurgerIcon.js +82 -0
  682. package/navigation/NavList/__stories__/WithSubMenu.d.ts +2 -0
  683. package/navigation/NavList/__stories__/WithSubMenu.js +96 -0
  684. package/navigation/NavList/hooks/useNavList.d.ts +1 -1
  685. package/navigation/NavList/hooks/useNavList.js +2 -2
  686. package/navigation/NavList/hooks/useTogglableNav.d.ts +1 -0
  687. package/navigation/NavList/hooks/useTogglableNav.js +33 -18
  688. package/navigation/NavList/index.d.ts +16 -17
  689. package/navigation/NavList/index.js +54 -96
  690. package/navigation/NavList/index.mdx +2 -10
  691. package/navigation/NavList/types.d.ts +14 -17
  692. package/navigation/NavList/types.js +1 -14
  693. package/navigation/Pagination/__stories__/Default.js +7 -65
  694. package/navigation/Pagination/__stories__/PaginationSmall.js +1 -1
  695. package/navigation/Pagination/__stories__/PaginationWithSmallFont.js +1 -1
  696. package/navigation/Pagination/__stories__/WithInactiveValues.js +2 -2
  697. package/navigation/Pagination/index.mdx +7 -15
  698. package/navigation/SkipLink/SkipLink.stories.d.ts +9 -0
  699. package/navigation/SkipLink/SkipLink.stories.js +32 -0
  700. package/navigation/SkipLink/__stories__/Default.d.ts +2 -0
  701. package/navigation/SkipLink/__stories__/Default.js +26 -0
  702. package/navigation/Tabs/Tabs.stories.playwright.json +2 -2
  703. package/navigation/Tabs/__stories__/Default.js +19 -6
  704. package/navigation/Tabs/index.js +1 -1
  705. package/navigation/Tabs/index.mdx +7 -5
  706. package/package.json +3 -3
  707. package/registry.d.ts +22 -32
  708. package/registry.js +38 -77
  709. package/src/app/BannerContainer/BannerContainer.stories.js +12 -0
  710. package/src/app/BannerContainer/__stories__/CookiesBanner.tsx +32 -0
  711. package/src/app/CloseButton/index.tsx +4 -0
  712. package/src/app/{FilterSection → FilterContainer}/index.tsx +4 -5
  713. package/src/app/Footer/Footer.stories.playwright.json +2 -2
  714. package/src/app/Footer/__stories__/Default.tsx +1 -1
  715. package/src/app/Footer/__stories__/DefaultCopyright.tsx +27 -25
  716. package/src/app/Footer/__stories__/FooterAllInclusive.tsx +98 -89
  717. package/src/app/Footer/__stories__/FooterWithLink.tsx +48 -40
  718. package/src/app/Footer/__stories__/FooterWithLogo.tsx +41 -33
  719. package/src/app/Footer/__stories__/FooterWithSecondaryNavigation.tsx +22 -20
  720. package/src/app/Footer/__stories__/YearCopyright.tsx +24 -23
  721. package/src/app/Footer/index.mdx +4 -20
  722. package/src/app/Footer/index.tsx +3 -5
  723. package/src/app/Header/Header.stories.playwright.json +1 -1
  724. package/src/app/Header/__snapshots__/index.spec.tsx.snap +0 -3
  725. package/src/app/Header/__stories__/Default.tsx +4 -4
  726. package/src/app/Header/__stories__/WithHeaderNavigation.tsx +16 -26
  727. package/src/app/Header/__stories__/WithNavigation.tsx +17 -38
  728. package/src/app/Header/__stories__/WithServiceName.tsx +4 -4
  729. package/src/app/Header/__stories__/WithServiceNameAndLogo.tsx +4 -4
  730. package/src/app/Header/index.mdx +4 -21
  731. package/src/app/Header/index.spec.tsx +2 -2
  732. package/src/app/Header/index.tsx +0 -1
  733. package/src/app/Masthead/Masthead.stories.js +2 -0
  734. package/src/app/Masthead/Masthead.stories.playwright.json +1 -1
  735. package/src/app/Masthead/__stories__/WithElements.tsx +31 -0
  736. package/src/app/Masthead/__stories__/WithLogo.tsx +28 -0
  737. package/src/app/Modal/__stories__/Default.tsx +1 -1
  738. package/src/app/Modal/index.mdx +1 -5
  739. package/src/app/NotFound/index.tsx +3 -3
  740. package/src/app/PageTitleContainer/index.tsx +5 -0
  741. package/src/app/Panel/Panel.stories.js +10 -0
  742. package/src/app/Panel/__stories__/Default.tsx +19 -0
  743. package/src/app/Panel/index.mdx +16 -0
  744. package/src/app/Panel/index.tsx +6 -0
  745. package/src/app/PhaseBannerHeader/index.mdx +1 -5
  746. package/src/app/PhaseBannerHeader/index.tsx +3 -3
  747. package/src/app/QrCodeViewer/index.mdx +2 -10
  748. package/src/app/ThemeOptions/index.tsx +7 -7
  749. package/src/app/index.ts +3 -4
  750. package/src/content/Accordion/index.mdx +2 -10
  751. package/src/content/Blockquote/index.mdx +1 -5
  752. package/src/content/Card/Card.stories.js +2 -0
  753. package/src/content/Card/__stories__/WithButton.tsx +24 -0
  754. package/src/content/Card/__stories__/WithClickableContent.tsx +1 -1
  755. package/src/content/Card/__stories__/WithLink.tsx +25 -0
  756. package/src/content/Card/index.mdx +8 -40
  757. package/src/content/Chip/__stories__/GroupOfChips.tsx +3 -3
  758. package/src/content/Chip/index.mdx +39 -0
  759. package/src/content/Chip/index.tsx +1 -2
  760. package/src/content/Details/index.mdx +6 -5
  761. package/src/content/List/__stories__/HorizontalList.tsx +1 -1
  762. package/src/content/List/__stories__/WithExtraSpace.tsx +1 -1
  763. package/src/content/List/index.mdx +3 -15
  764. package/src/content/StepNav/__stories__/Default.tsx +3 -4
  765. package/src/content/StepNav/__stories__/WithHints.tsx +4 -4
  766. package/src/content/StepNav/index.mdx +21 -0
  767. package/src/content/SummaryList/SummaryList.stories.js +1 -0
  768. package/src/content/SummaryList/__stories__/Default.tsx +30 -21
  769. package/src/content/SummaryList/__stories__/WithActions.tsx +37 -41
  770. package/src/content/SummaryList/__stories__/WithoutActions.tsx +27 -0
  771. package/src/content/SummaryList/__stories__/WithoutBorders.tsx +31 -17
  772. package/src/content/SummaryList/index.mdx +3 -15
  773. package/src/content/Table/Table.stories.js +1 -0
  774. package/src/content/Table/__stories__/DarkVariant.tsx +1 -1
  775. package/src/content/Table/__stories__/DarkVariantWithVerticalHeaders.tsx +1 -1
  776. package/src/content/Table/__stories__/DefinedWidth.tsx +3 -3
  777. package/src/content/Table/__stories__/Full.tsx +1 -1
  778. package/src/content/Table/__stories__/MultipleProps.tsx +1 -1
  779. package/src/content/Table/__stories__/RowColors.tsx +96 -0
  780. package/src/content/Table/__stories__/WithFloatingScroll.tsx +5 -7
  781. package/src/content/Table/__stories__/ZebraProp.tsx +1 -1
  782. package/src/content/Table/index.mdx +15 -41
  783. package/src/content/Table/index.tsx +13 -12
  784. package/src/content/TaskList/__stories__/Default.tsx +5 -5
  785. package/src/content/TaskList/index.mdx +21 -0
  786. package/src/content/Timeline/__stories__/Default.tsx +55 -57
  787. package/src/content/Timeline/index.mdx +23 -0
  788. package/src/feedback/CopyToClipboard/__stories__/Default.tsx +2 -1
  789. package/src/feedback/CopyToClipboard/index.mdx +2 -10
  790. package/src/feedback/CopyToClipboard/index.tsx +4 -6
  791. package/src/feedback/ErrorSummary/ErrorSummary.stories.js +1 -0
  792. package/src/feedback/ErrorSummary/__stories__/LinkedToCheckbox.tsx +2 -1
  793. package/src/feedback/ErrorSummary/__stories__/LinkedToField.tsx +4 -6
  794. package/src/feedback/ErrorSummary/__stories__/WithBackLinkAndButton.tsx +49 -0
  795. package/src/feedback/ErrorSummary/index.mdx +4 -20
  796. package/src/feedback/NotificationBanner/__stories__/Default.tsx +2 -2
  797. package/src/feedback/NotificationBanner/index.mdx +2 -10
  798. package/src/feedback/NotificationBanner/index.tsx +6 -6
  799. package/src/feedback/PhaseBanner/index.mdx +2 -10
  800. package/src/feedback/ServiceBadge/index.mdx +9 -5
  801. package/src/feedback/WarningText/WarningText.stories.js +1 -0
  802. package/src/feedback/WarningText/__stories__/AssistiveText.tsx +10 -0
  803. package/src/feedback/WarningText/index.mdx +1 -5
  804. package/src/form/AutoComplete/__stories__/Default.tsx +1 -1
  805. package/src/form/AutoComplete/index.mdx +7 -35
  806. package/src/form/AutoComplete/index.tsx +6 -12
  807. package/src/form/Button/__stories__/CallToActionButton.tsx +1 -4
  808. package/src/form/Button/__stories__/GroupingButtons.tsx +0 -3
  809. package/src/form/Button/__stories__/GroupingButtonsAndLinks.tsx +0 -3
  810. package/src/form/Button/__stories__/Primary.tsx +1 -3
  811. package/src/form/Button/__stories__/Secondary.tsx +0 -3
  812. package/src/form/Button/__stories__/WithVariantLink.tsx +1 -3
  813. package/src/form/Button/index.mdx +8 -24
  814. package/src/form/Checkbox/Checkbox.stories.js +2 -0
  815. package/src/form/Checkbox/__stories__/ConditionalReveal.tsx +1 -1
  816. package/src/form/Checkbox/__stories__/Inline.tsx +32 -0
  817. package/src/form/Checkbox/__stories__/InlineWithDivider.tsx +32 -0
  818. package/src/form/Checkbox/__stories__/NoneAnswer.tsx +1 -1
  819. package/src/form/Checkbox/__stories__/NoneAnswerWithError.tsx +1 -1
  820. package/src/form/Checkbox/__stories__/WithHint.tsx +1 -1
  821. package/src/form/Checkbox/index.mdx +12 -35
  822. package/src/form/DateInputContainer/__stories__/Default.tsx +1 -1
  823. package/src/form/DateInputContainer/__stories__/MultipleQuestions.tsx +2 -2
  824. package/src/form/DateInputContainer/__stories__/WithErrorMessage.tsx +1 -1
  825. package/src/form/DateInputContainer/__stories__/WithErrorMessageForSingleField.tsx +1 -1
  826. package/src/form/DateInputContainer/index.mdx +9 -20
  827. package/src/form/ErrorMessage/ErrorMessage.stories.js +1 -0
  828. package/src/form/ErrorMessage/__stories__/DateInputError.tsx +34 -0
  829. package/src/form/ErrorMessage/__stories__/Default.tsx +12 -6
  830. package/src/form/ErrorMessage/index.mdx +1 -5
  831. package/src/form/FileUpload/__stories__/Default.tsx +2 -2
  832. package/src/form/FileUpload/__stories__/WithErrorMessage.tsx +2 -2
  833. package/src/form/FileUpload/index.mdx +3 -5
  834. package/src/form/RadioContainer/RadioContainer.stories.js +2 -0
  835. package/src/form/RadioContainer/__stories__/ConditionalReveal.tsx +1 -1
  836. package/src/form/RadioContainer/__stories__/Default.tsx +7 -4
  837. package/src/form/RadioContainer/__stories__/Inline.tsx +1 -1
  838. package/src/form/RadioContainer/__stories__/MultipleQuestions.tsx +1 -1
  839. package/src/form/RadioContainer/__stories__/WithDivider.tsx +30 -0
  840. package/src/form/RadioContainer/__stories__/WithErrorMessage.tsx +1 -1
  841. package/src/form/RadioContainer/__stories__/WithHints.tsx +1 -1
  842. package/src/form/RadioContainer/__stories__/WithMediumLegend.tsx +32 -0
  843. package/src/form/RadioContainer/index.mdx +12 -35
  844. package/src/form/SearchContainer/index.tsx +6 -0
  845. package/src/form/SelectContainer/__stories__/Default.tsx +4 -4
  846. package/src/form/SelectContainer/index.mdx +9 -15
  847. package/src/form/SingleCharacterInputs/SingleCharacterInput.stories.js +13 -0
  848. package/src/form/{SingleCharacterInputContainer → SingleCharacterInputs}/__stories__/Default.tsx +11 -11
  849. package/src/form/{SingleCharacterInputContainer → SingleCharacterInputs}/__stories__/WithDefaultError.tsx +11 -11
  850. package/src/form/{SingleCharacterInputContainer → SingleCharacterInputs}/__stories__/WithErrorMessageInvalidCode.tsx +11 -11
  851. package/src/form/{SingleCharacterInputContainer → SingleCharacterInputs}/__stories__/WithErrorMessageLessDigit.tsx +11 -11
  852. package/src/form/SingleCharacterInputs/index.mdx +24 -0
  853. package/src/form/SingleCharacterInputs/index.tsx +4 -0
  854. package/src/form/TextArea/__stories__/Default.tsx +5 -0
  855. package/src/form/TextArea/index.mdx +7 -35
  856. package/src/form/TextInput/__stories__/FixedWidths.tsx +8 -8
  857. package/src/form/TextInput/__stories__/FluidWidths.tsx +8 -8
  858. package/src/form/TextInput/index.mdx +8 -40
  859. package/src/form/index.ts +2 -2
  860. package/src/govgr/Footer/index.tsx +8 -8
  861. package/src/layouts/Admin/index.tsx +1 -1
  862. package/src/layouts/Basic/__snapshots__/index.spec.tsx.snap +4 -4
  863. package/src/layouts/Divider/index.tsx +1 -1
  864. package/src/layouts/Section/index.tsx +3 -0
  865. package/src/layouts/Stack/Stack.stories.js +12 -0
  866. package/src/layouts/Stack/__stories__/AlignItems.tsx +36 -0
  867. package/src/layouts/Stack/__stories__/Default.tsx +17 -0
  868. package/src/layouts/Stack/__stories__/JustifyContent.tsx +47 -0
  869. package/src/layouts/Stack/__stories__/NoWrap.tsx +17 -0
  870. package/src/layouts/Stack/__stories__/Row.tsx +17 -0
  871. package/src/layouts/Stack/__stories__/Spacing.tsx +35 -0
  872. package/src/layouts/Stack/index.tsx +3 -0
  873. package/src/layouts/index.ts +2 -0
  874. package/src/navigation/BackLink/index.mdx +1 -5
  875. package/src/navigation/Breadcrumbs/index.mdx +6 -5
  876. package/src/navigation/Drawer/__stories__/Default.tsx +31 -84
  877. package/src/navigation/Drawer/index.mdx +1 -5
  878. package/src/navigation/Dropdown/__stories__/AlignRight.tsx +13 -12
  879. package/src/navigation/Dropdown/__stories__/Default.tsx +10 -11
  880. package/src/navigation/Dropdown/__stories__/PlacementTop.tsx +11 -11
  881. package/src/navigation/Dropdown/index.mdx +3 -17
  882. package/src/navigation/Dropdown/index.tsx +0 -1
  883. package/src/navigation/Link/Link.stories.playwright.json +2 -2
  884. package/src/navigation/Link/index.mdx +7 -25
  885. package/src/navigation/NavList/NavList.stories.js +4 -0
  886. package/src/navigation/NavList/NavList.stories.playwright.json +7 -7
  887. package/src/navigation/NavList/NavListAuto/index.tsx +68 -0
  888. package/src/navigation/NavList/{NavMenuContainerContentList.tsx → NavMenuContentList.tsx} +8 -8
  889. package/src/navigation/NavList/__stories__/Default.tsx +16 -92
  890. package/src/navigation/NavList/__stories__/NavVertical.tsx +36 -0
  891. package/src/navigation/NavList/__stories__/NavVerticalLayout.tsx +25 -33
  892. package/src/navigation/NavList/__stories__/NavVerticalWithTitle.tsx +40 -0
  893. package/src/navigation/NavList/__stories__/WithBurgerIcon.tsx +49 -0
  894. package/src/navigation/NavList/__stories__/WithSubMenu.tsx +101 -0
  895. package/src/navigation/NavList/hooks/useNavList.ts +3 -3
  896. package/src/navigation/NavList/hooks/useTogglableNav.tsx +31 -19
  897. package/src/navigation/NavList/index.mdx +2 -10
  898. package/src/navigation/NavList/index.tsx +16 -17
  899. package/src/navigation/NavList/types.tsx +16 -28
  900. package/src/navigation/Pagination/__stories__/Default.tsx +2 -76
  901. package/src/navigation/Pagination/__stories__/PaginationSmall.tsx +1 -1
  902. package/src/navigation/Pagination/__stories__/PaginationWithSmallFont.tsx +1 -1
  903. package/src/navigation/Pagination/__stories__/WithInactiveValues.tsx +2 -2
  904. package/src/navigation/Pagination/index.mdx +7 -15
  905. package/src/navigation/SkipLink/SkipLink.stories.js +9 -0
  906. package/src/navigation/SkipLink/__stories__/Default.tsx +15 -0
  907. package/src/navigation/Tabs/Tabs.stories.playwright.json +2 -2
  908. package/src/navigation/Tabs/__stories__/Default.tsx +15 -8
  909. package/src/navigation/Tabs/index.mdx +7 -5
  910. package/src/navigation/Tabs/index.tsx +1 -1
  911. package/src/registry.js +32 -58
  912. package/src/typography/Heading/__stories__/Default.tsx +6 -6
  913. package/src/typography/Heading/index.mdx +1 -5
  914. package/src/typography/HeadingCaption/index.mdx +1 -5
  915. package/src/typography/Hint/__stories__/FontSizes.tsx +3 -3
  916. package/src/typography/Hint/index.mdx +3 -5
  917. package/src/typography/NormalText/__stories__/FontSizes.tsx +7 -7
  918. package/src/typography/NormalText/__stories__/Variants.tsx +2 -2
  919. package/src/typography/NormalText/index.mdx +5 -15
  920. package/src/typography/Paragraph/__stories__/FontSizes.tsx +7 -7
  921. package/src/typography/Paragraph/__stories__/LeadVariant.tsx +1 -1
  922. package/src/typography/Paragraph/__stories__/SmallVariant.tsx +1 -1
  923. package/src/typography/Paragraph/index.mdx +5 -20
  924. package/src/utils/Kitchensink/KitchensinkDashboard.tsx +1 -1
  925. package/typography/Caption/index.d.ts +1 -1
  926. package/typography/Heading/__stories__/Default.js +9 -4
  927. package/typography/Heading/index.mdx +1 -5
  928. package/typography/HeadingCaption/index.mdx +1 -5
  929. package/typography/Hint/__stories__/FontSizes.js +3 -3
  930. package/typography/Hint/index.mdx +3 -5
  931. package/typography/NormalText/__stories__/FontSizes.js +7 -7
  932. package/typography/NormalText/__stories__/Variants.js +4 -4
  933. package/typography/NormalText/index.mdx +5 -15
  934. package/typography/Paragraph/__stories__/FontSizes.js +7 -7
  935. package/typography/Paragraph/__stories__/LeadVariant.js +1 -1
  936. package/typography/Paragraph/__stories__/SmallVariant.js +1 -1
  937. package/typography/Paragraph/index.mdx +5 -20
  938. package/utils/Kitchensink/KitchensinkDashboard.js +1 -1
  939. package/app/Confirmation/__stories__/Default.js +0 -22
  940. package/app/Confirmation/index.d.ts +0 -5
  941. package/app/Confirmation/index.mdx +0 -20
  942. package/app/Header/HeaderSubtitle.d.ts +0 -3
  943. package/app/Header/HeaderSubtitle.js +0 -19
  944. package/app/PageTitle/index.d.ts +0 -6
  945. package/es/app/Confirmation/Confirmation.stories.js +0 -9
  946. package/es/app/Confirmation/__stories__/Default.js +0 -9
  947. package/es/app/Confirmation/index.js +0 -5
  948. package/es/app/Confirmation/index.mdx +0 -20
  949. package/es/app/Header/HeaderSubtitle.js +0 -3
  950. package/es/app/PageTitle/index.js +0 -6
  951. package/es/form/SearchSection/index.js +0 -5
  952. package/es/form/SingleCharacterInputContainer/SingleCharacterInputContainer.stories.js +0 -12
  953. package/es/form/SingleCharacterInputContainer/index.js +0 -4
  954. package/es/form/SingleCharacterInputContainer/index.mdx +0 -36
  955. package/es/navigation/NavList/NavListAuto/NavListAuto.js +0 -31
  956. package/es/navigation/NavList/NavListAuto/NavListBaseAuto.js +0 -22
  957. package/es/navigation/NavList/NavListAuto/NavListContextAuto.js +0 -104
  958. package/es/navigation/NavList/NavListAuto/NavListItemAnchorAuto.js +0 -26
  959. package/es/navigation/NavList/NavListAuto/NavListItemAuto.js +0 -38
  960. package/es/navigation/NavList/NavListAuto/NavListItemButtonAuto.js +0 -30
  961. package/es/navigation/NavList/NavListAuto/NavListMenuAuto.js +0 -36
  962. package/es/navigation/NavList/NavListAuto/NavListSubMenuAuto.js +0 -26
  963. package/es/navigation/NavList/NavListItem.js +0 -23
  964. package/es/navigation/NavList/NavListItemBase.js +0 -44
  965. package/es/navigation/NavList/NavListItemButton.js +0 -3
  966. package/es/navigation/NavList/NavListItemLink.js +0 -3
  967. package/es/navigation/NavList/NavMenu.js +0 -3
  968. package/es/navigation/NavList/NavMenuContainer.js +0 -3
  969. package/es/navigation/NavList/NavMenuContainerContent.js +0 -3
  970. package/es/navigation/NavList/NavMenuContainerContentListItem.js +0 -3
  971. package/es/navigation/NavList/NavMenuContainerTitle.js +0 -3
  972. package/es/navigation/NavList/NavVertical.js +0 -3
  973. package/es/navigation/NavList/NavVerticalItem.js +0 -3
  974. package/esm/app/Confirmation/Confirmation.stories.js +0 -9
  975. package/esm/app/Confirmation/__stories__/Default.js +0 -9
  976. package/esm/app/Confirmation/index.js +0 -5
  977. package/esm/app/Confirmation/index.mdx +0 -20
  978. package/esm/app/Header/HeaderSubtitle.js +0 -3
  979. package/esm/app/PageTitle/index.js +0 -6
  980. package/esm/form/SearchSection/index.js +0 -5
  981. package/esm/form/SingleCharacterInputContainer/SingleCharacterInputContainer.stories.js +0 -12
  982. package/esm/form/SingleCharacterInputContainer/index.js +0 -4
  983. package/esm/form/SingleCharacterInputContainer/index.mdx +0 -36
  984. package/esm/navigation/NavList/NavListAuto/NavListAuto.js +0 -31
  985. package/esm/navigation/NavList/NavListAuto/NavListBaseAuto.js +0 -22
  986. package/esm/navigation/NavList/NavListAuto/NavListContextAuto.js +0 -104
  987. package/esm/navigation/NavList/NavListAuto/NavListItemAnchorAuto.js +0 -26
  988. package/esm/navigation/NavList/NavListAuto/NavListItemAuto.js +0 -38
  989. package/esm/navigation/NavList/NavListAuto/NavListItemButtonAuto.js +0 -30
  990. package/esm/navigation/NavList/NavListAuto/NavListMenuAuto.js +0 -36
  991. package/esm/navigation/NavList/NavListAuto/NavListSubMenuAuto.js +0 -26
  992. package/esm/navigation/NavList/NavListItem.js +0 -23
  993. package/esm/navigation/NavList/NavListItemBase.js +0 -44
  994. package/esm/navigation/NavList/NavListItemButton.js +0 -3
  995. package/esm/navigation/NavList/NavListItemLink.js +0 -3
  996. package/esm/navigation/NavList/NavMenu.js +0 -3
  997. package/esm/navigation/NavList/NavMenuContainer.js +0 -3
  998. package/esm/navigation/NavList/NavMenuContainerContent.js +0 -3
  999. package/esm/navigation/NavList/NavMenuContainerContentListItem.js +0 -3
  1000. package/esm/navigation/NavList/NavMenuContainerTitle.js +0 -3
  1001. package/esm/navigation/NavList/NavVertical.js +0 -3
  1002. package/esm/navigation/NavList/NavVerticalItem.js +0 -3
  1003. package/form/SearchSection/index.d.ts +0 -5
  1004. package/form/SingleCharacterInputContainer/SingleCharacterInputContainer.stories.d.ts +0 -13
  1005. package/form/SingleCharacterInputContainer/index.d.ts +0 -4
  1006. package/form/SingleCharacterInputContainer/index.mdx +0 -36
  1007. package/navigation/NavList/NavListAuto/NavListAuto.js +0 -48
  1008. package/navigation/NavList/NavListAuto/NavListBaseAuto.d.ts +0 -3
  1009. package/navigation/NavList/NavListAuto/NavListBaseAuto.js +0 -38
  1010. package/navigation/NavList/NavListAuto/NavListContextAuto.d.ts +0 -29
  1011. package/navigation/NavList/NavListAuto/NavListContextAuto.js +0 -128
  1012. package/navigation/NavList/NavListAuto/NavListItemAnchorAuto.d.ts +0 -9
  1013. package/navigation/NavList/NavListAuto/NavListItemAnchorAuto.js +0 -51
  1014. package/navigation/NavList/NavListAuto/NavListItemAuto.d.ts +0 -8
  1015. package/navigation/NavList/NavListAuto/NavListItemAuto.js +0 -63
  1016. package/navigation/NavList/NavListAuto/NavListItemButtonAuto.d.ts +0 -12
  1017. package/navigation/NavList/NavListAuto/NavListItemButtonAuto.js +0 -48
  1018. package/navigation/NavList/NavListAuto/NavListMenuAuto.d.ts +0 -11
  1019. package/navigation/NavList/NavListAuto/NavListMenuAuto.js +0 -56
  1020. package/navigation/NavList/NavListAuto/NavListSubMenuAuto.d.ts +0 -9
  1021. package/navigation/NavList/NavListAuto/NavListSubMenuAuto.js +0 -44
  1022. package/navigation/NavList/NavListItem.d.ts +0 -4
  1023. package/navigation/NavList/NavListItem.js +0 -42
  1024. package/navigation/NavList/NavListItemBase.d.ts +0 -15
  1025. package/navigation/NavList/NavListItemBase.js +0 -68
  1026. package/navigation/NavList/NavListItemButton.d.ts +0 -3
  1027. package/navigation/NavList/NavListItemButton.js +0 -30
  1028. package/navigation/NavList/NavListItemLink.d.ts +0 -3
  1029. package/navigation/NavList/NavListItemLink.js +0 -30
  1030. package/navigation/NavList/NavMenu.d.ts +0 -3
  1031. package/navigation/NavList/NavMenuContainer.d.ts +0 -3
  1032. package/navigation/NavList/NavMenuContainer.js +0 -30
  1033. package/navigation/NavList/NavMenuContainerContent.d.ts +0 -3
  1034. package/navigation/NavList/NavMenuContainerContent.js +0 -30
  1035. package/navigation/NavList/NavMenuContainerContentList.d.ts +0 -5
  1036. package/navigation/NavList/NavMenuContainerContentListItem.d.ts +0 -3
  1037. package/navigation/NavList/NavMenuContainerContentListItem.js +0 -30
  1038. package/navigation/NavList/NavMenuContainerTitle.d.ts +0 -3
  1039. package/navigation/NavList/NavMenuContainerTitle.js +0 -30
  1040. package/navigation/NavList/NavVertical.d.ts +0 -3
  1041. package/navigation/NavList/NavVerticalItem.d.ts +0 -3
  1042. package/navigation/NavList/NavVerticalItem.js +0 -30
  1043. package/src/app/Confirmation/Confirmation.stories.js +0 -10
  1044. package/src/app/Confirmation/__stories__/Default.tsx +0 -19
  1045. package/src/app/Confirmation/index.mdx +0 -20
  1046. package/src/app/Confirmation/index.tsx +0 -6
  1047. package/src/app/Header/HeaderSubtitle.tsx +0 -4
  1048. package/src/app/PageTitle/index.tsx +0 -6
  1049. package/src/form/SearchSection/index.tsx +0 -6
  1050. package/src/form/SingleCharacterInputContainer/SingleCharacterInputContainer.stories.js +0 -13
  1051. package/src/form/SingleCharacterInputContainer/index.mdx +0 -36
  1052. package/src/form/SingleCharacterInputContainer/index.tsx +0 -4
  1053. package/src/navigation/NavList/NavListAuto/NavListAuto.tsx +0 -34
  1054. package/src/navigation/NavList/NavListAuto/NavListBaseAuto.tsx +0 -20
  1055. package/src/navigation/NavList/NavListAuto/NavListContextAuto.tsx +0 -112
  1056. package/src/navigation/NavList/NavListAuto/NavListItemAnchorAuto.tsx +0 -38
  1057. package/src/navigation/NavList/NavListAuto/NavListItemAuto.tsx +0 -49
  1058. package/src/navigation/NavList/NavListAuto/NavListItemButtonAuto.tsx +0 -53
  1059. package/src/navigation/NavList/NavListAuto/NavListMenuAuto.tsx +0 -51
  1060. package/src/navigation/NavList/NavListAuto/NavListSubMenuAuto.tsx +0 -32
  1061. package/src/navigation/NavList/NavListItem.tsx +0 -46
  1062. package/src/navigation/NavList/NavListItemBase.tsx +0 -63
  1063. package/src/navigation/NavList/NavListItemButton.tsx +0 -3
  1064. package/src/navigation/NavList/NavListItemLink.tsx +0 -3
  1065. package/src/navigation/NavList/NavMenu.tsx +0 -3
  1066. package/src/navigation/NavList/NavMenuContainer.tsx +0 -3
  1067. package/src/navigation/NavList/NavMenuContainerContent.tsx +0 -3
  1068. package/src/navigation/NavList/NavMenuContainerContentListItem.tsx +0 -3
  1069. package/src/navigation/NavList/NavMenuContainerTitle.tsx +0 -3
  1070. package/src/navigation/NavList/NavVertical.tsx +0 -3
  1071. package/src/navigation/NavList/NavVerticalItem.tsx +0 -3
  1072. /package/app/{Confirmation → Panel}/__stories__/Default.d.ts +0 -0
  1073. /package/es/form/SelectContainer/{Select.stories.js → SelectContainer.stories.js} +0 -0
  1074. /package/es/form/SelectContainer/{Select.stories.playwright.json → SelectContainer.stories.playwright.json} +0 -0
  1075. /package/esm/form/SelectContainer/{Select.stories.js → SelectContainer.stories.js} +0 -0
  1076. /package/esm/form/SelectContainer/{Select.stories.playwright.json → SelectContainer.stories.playwright.json} +0 -0
  1077. /package/form/SelectContainer/{Select.stories.d.ts → SelectContainer.stories.d.ts} +0 -0
  1078. /package/form/SelectContainer/{Select.stories.js → SelectContainer.stories.js} +0 -0
  1079. /package/form/SelectContainer/{Select.stories.playwright.json → SelectContainer.stories.playwright.json} +0 -0
  1080. /package/form/{SingleCharacterInputContainer → SingleCharacterInputs}/__stories__/Default.d.ts +0 -0
  1081. /package/form/{SingleCharacterInputContainer → SingleCharacterInputs}/__stories__/WithDefaultError.d.ts +0 -0
  1082. /package/form/{SingleCharacterInputContainer → SingleCharacterInputs}/__stories__/WithErrorMessageInvalidCode.d.ts +0 -0
  1083. /package/form/{SingleCharacterInputContainer → SingleCharacterInputs}/__stories__/WithErrorMessageLessDigit.d.ts +0 -0
  1084. /package/navigation/NavList/NavListAuto/{NavListAuto.d.ts → index.d.ts} +0 -0
  1085. /package/src/form/SelectContainer/{Select.stories.js → SelectContainer.stories.js} +0 -0
  1086. /package/src/form/SelectContainer/{Select.stories.playwright.json → SelectContainer.stories.playwright.json} +0 -0
@@ -1,20 +1,19 @@
1
- export * from '@digigov/ui/navigation/NavList/NavListItem';
2
- export * from '@digigov/ui/navigation/NavList/NavListAuto/NavListItemAuto';
3
- export * from '@digigov/ui/navigation/NavList/NavListAuto/NavListAuto';
4
- export * from '@digigov/ui/navigation/NavList/NavListAuto/NavListContextAuto';
5
- export * from '@digigov/ui/navigation/NavList/Nav';
6
- export * from '@digigov/ui/navigation/NavList/NavList';
7
- export * from '@digigov/ui/navigation/NavList/NavListItemLink';
8
- export * from '@digigov/ui/navigation/NavList/NavListItemButton';
9
- export * from '@digigov/ui/navigation/NavList/NavMenu';
10
- export * from '@digigov/ui/navigation/NavList/NavMenuContainer';
11
- export * from '@digigov/ui/navigation/NavList/NavMenuContainerTitle';
12
- export * from '@digigov/ui/navigation/NavList/NavMenuContainerContent';
13
- export * from '@digigov/ui/navigation/NavList/NavMenuContainerContentList';
14
- export * from '@digigov/ui/navigation/NavList/NavMenuContainerContentListItem';
15
- export * from '@digigov/ui/navigation/NavList/NavVertical';
16
- export * from '@digigov/ui/navigation/NavList/NavVerticalItem';
1
+ import NavList from '@digigov/react-core/NavList';
2
+ export * from '@digigov/ui/navigation/NavList/NavListAuto';
3
+ export * from '@digigov/ui/navigation/NavList/NavMenuContentList';
17
4
  export * from '@digigov/ui/navigation/NavList/types';
18
5
  export * from '@digigov/ui/navigation/NavList/hooks/useNavList';
19
- import NavList from '@digigov/ui/navigation/NavList/NavList';
6
+ export * from '@digigov/react-core/Nav';
7
+ export * from '@digigov/react-core/NavList';
8
+ export * from '@digigov/react-core/NavMenuContainer';
9
+ export * from '@digigov/react-core/NavMenuContent';
10
+ export * from '@digigov/react-core/NavMenuContentListBase';
11
+ export * from '@digigov/react-core/NavMenuContentListItem';
12
+ export * from '@digigov/react-core/NavMenuTitle';
13
+ export * from '@digigov/react-core/NavListItemAction';
14
+ export * from '@digigov/react-core/NavListItemAction';
15
+ export * from '@digigov/react-core/NavListItemActionContainer';
16
+ export * from '@digigov/react-core/NavListItemLink';
17
+ export * from '@digigov/react-core/NavListItemButton';
18
+ export * from '@digigov/react-core/NavListItemAction';
20
19
  export default NavList;
@@ -8,35 +8,21 @@ Object.defineProperty(exports, "__esModule", {
8
8
  var _exportNames = {};
9
9
  exports["default"] = void 0;
10
10
 
11
- var _NavListItem = require("@digigov/ui/navigation/NavList/NavListItem");
11
+ var _NavList = _interopRequireWildcard(require("@digigov/react-core/NavList"));
12
12
 
13
- Object.keys(_NavListItem).forEach(function (key) {
14
- if (key === "default" || key === "__esModule") return;
15
- if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
16
- if (key in exports && exports[key] === _NavListItem[key]) return;
17
- Object.defineProperty(exports, key, {
18
- enumerable: true,
19
- get: function get() {
20
- return _NavListItem[key];
21
- }
22
- });
23
- });
24
-
25
- var _NavListItemAuto = require("@digigov/ui/navigation/NavList/NavListAuto/NavListItemAuto");
26
-
27
- Object.keys(_NavListItemAuto).forEach(function (key) {
13
+ Object.keys(_NavList).forEach(function (key) {
28
14
  if (key === "default" || key === "__esModule") return;
29
15
  if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
30
- if (key in exports && exports[key] === _NavListItemAuto[key]) return;
16
+ if (key in exports && exports[key] === _NavList[key]) return;
31
17
  Object.defineProperty(exports, key, {
32
18
  enumerable: true,
33
19
  get: function get() {
34
- return _NavListItemAuto[key];
20
+ return _NavList[key];
35
21
  }
36
22
  });
37
23
  });
38
24
 
39
- var _NavListAuto = require("@digigov/ui/navigation/NavList/NavListAuto/NavListAuto");
25
+ var _NavListAuto = require("@digigov/ui/navigation/NavList/NavListAuto");
40
26
 
41
27
  Object.keys(_NavListAuto).forEach(function (key) {
42
28
  if (key === "default" || key === "__esModule") return;
@@ -50,91 +36,63 @@ Object.keys(_NavListAuto).forEach(function (key) {
50
36
  });
51
37
  });
52
38
 
53
- var _NavListContextAuto = require("@digigov/ui/navigation/NavList/NavListAuto/NavListContextAuto");
54
-
55
- Object.keys(_NavListContextAuto).forEach(function (key) {
56
- if (key === "default" || key === "__esModule") return;
57
- if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
58
- if (key in exports && exports[key] === _NavListContextAuto[key]) return;
59
- Object.defineProperty(exports, key, {
60
- enumerable: true,
61
- get: function get() {
62
- return _NavListContextAuto[key];
63
- }
64
- });
65
- });
66
-
67
- var _Nav = require("@digigov/ui/navigation/NavList/Nav");
68
-
69
- Object.keys(_Nav).forEach(function (key) {
70
- if (key === "default" || key === "__esModule") return;
71
- if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
72
- if (key in exports && exports[key] === _Nav[key]) return;
73
- Object.defineProperty(exports, key, {
74
- enumerable: true,
75
- get: function get() {
76
- return _Nav[key];
77
- }
78
- });
79
- });
80
-
81
- var _NavList = _interopRequireWildcard(require("@digigov/ui/navigation/NavList/NavList"));
39
+ var _NavMenuContentList = require("@digigov/ui/navigation/NavList/NavMenuContentList");
82
40
 
83
- Object.keys(_NavList).forEach(function (key) {
41
+ Object.keys(_NavMenuContentList).forEach(function (key) {
84
42
  if (key === "default" || key === "__esModule") return;
85
43
  if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
86
- if (key in exports && exports[key] === _NavList[key]) return;
44
+ if (key in exports && exports[key] === _NavMenuContentList[key]) return;
87
45
  Object.defineProperty(exports, key, {
88
46
  enumerable: true,
89
47
  get: function get() {
90
- return _NavList[key];
48
+ return _NavMenuContentList[key];
91
49
  }
92
50
  });
93
51
  });
94
52
 
95
- var _NavListItemLink = require("@digigov/ui/navigation/NavList/NavListItemLink");
53
+ var _types = require("@digigov/ui/navigation/NavList/types");
96
54
 
97
- Object.keys(_NavListItemLink).forEach(function (key) {
55
+ Object.keys(_types).forEach(function (key) {
98
56
  if (key === "default" || key === "__esModule") return;
99
57
  if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
100
- if (key in exports && exports[key] === _NavListItemLink[key]) return;
58
+ if (key in exports && exports[key] === _types[key]) return;
101
59
  Object.defineProperty(exports, key, {
102
60
  enumerable: true,
103
61
  get: function get() {
104
- return _NavListItemLink[key];
62
+ return _types[key];
105
63
  }
106
64
  });
107
65
  });
108
66
 
109
- var _NavListItemButton = require("@digigov/ui/navigation/NavList/NavListItemButton");
67
+ var _useNavList = require("@digigov/ui/navigation/NavList/hooks/useNavList");
110
68
 
111
- Object.keys(_NavListItemButton).forEach(function (key) {
69
+ Object.keys(_useNavList).forEach(function (key) {
112
70
  if (key === "default" || key === "__esModule") return;
113
71
  if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
114
- if (key in exports && exports[key] === _NavListItemButton[key]) return;
72
+ if (key in exports && exports[key] === _useNavList[key]) return;
115
73
  Object.defineProperty(exports, key, {
116
74
  enumerable: true,
117
75
  get: function get() {
118
- return _NavListItemButton[key];
76
+ return _useNavList[key];
119
77
  }
120
78
  });
121
79
  });
122
80
 
123
- var _NavMenu = require("@digigov/ui/navigation/NavList/NavMenu");
81
+ var _Nav = require("@digigov/react-core/Nav");
124
82
 
125
- Object.keys(_NavMenu).forEach(function (key) {
83
+ Object.keys(_Nav).forEach(function (key) {
126
84
  if (key === "default" || key === "__esModule") return;
127
85
  if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
128
- if (key in exports && exports[key] === _NavMenu[key]) return;
86
+ if (key in exports && exports[key] === _Nav[key]) return;
129
87
  Object.defineProperty(exports, key, {
130
88
  enumerable: true,
131
89
  get: function get() {
132
- return _NavMenu[key];
90
+ return _Nav[key];
133
91
  }
134
92
  });
135
93
  });
136
94
 
137
- var _NavMenuContainer = require("@digigov/ui/navigation/NavList/NavMenuContainer");
95
+ var _NavMenuContainer = require("@digigov/react-core/NavMenuContainer");
138
96
 
139
97
  Object.keys(_NavMenuContainer).forEach(function (key) {
140
98
  if (key === "default" || key === "__esModule") return;
@@ -148,114 +106,114 @@ Object.keys(_NavMenuContainer).forEach(function (key) {
148
106
  });
149
107
  });
150
108
 
151
- var _NavMenuContainerTitle = require("@digigov/ui/navigation/NavList/NavMenuContainerTitle");
109
+ var _NavMenuContent = require("@digigov/react-core/NavMenuContent");
152
110
 
153
- Object.keys(_NavMenuContainerTitle).forEach(function (key) {
111
+ Object.keys(_NavMenuContent).forEach(function (key) {
154
112
  if (key === "default" || key === "__esModule") return;
155
113
  if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
156
- if (key in exports && exports[key] === _NavMenuContainerTitle[key]) return;
114
+ if (key in exports && exports[key] === _NavMenuContent[key]) return;
157
115
  Object.defineProperty(exports, key, {
158
116
  enumerable: true,
159
117
  get: function get() {
160
- return _NavMenuContainerTitle[key];
118
+ return _NavMenuContent[key];
161
119
  }
162
120
  });
163
121
  });
164
122
 
165
- var _NavMenuContainerContent = require("@digigov/ui/navigation/NavList/NavMenuContainerContent");
123
+ var _NavMenuContentListBase = require("@digigov/react-core/NavMenuContentListBase");
166
124
 
167
- Object.keys(_NavMenuContainerContent).forEach(function (key) {
125
+ Object.keys(_NavMenuContentListBase).forEach(function (key) {
168
126
  if (key === "default" || key === "__esModule") return;
169
127
  if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
170
- if (key in exports && exports[key] === _NavMenuContainerContent[key]) return;
128
+ if (key in exports && exports[key] === _NavMenuContentListBase[key]) return;
171
129
  Object.defineProperty(exports, key, {
172
130
  enumerable: true,
173
131
  get: function get() {
174
- return _NavMenuContainerContent[key];
132
+ return _NavMenuContentListBase[key];
175
133
  }
176
134
  });
177
135
  });
178
136
 
179
- var _NavMenuContainerContentList = require("@digigov/ui/navigation/NavList/NavMenuContainerContentList");
137
+ var _NavMenuContentListItem = require("@digigov/react-core/NavMenuContentListItem");
180
138
 
181
- Object.keys(_NavMenuContainerContentList).forEach(function (key) {
139
+ Object.keys(_NavMenuContentListItem).forEach(function (key) {
182
140
  if (key === "default" || key === "__esModule") return;
183
141
  if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
184
- if (key in exports && exports[key] === _NavMenuContainerContentList[key]) return;
142
+ if (key in exports && exports[key] === _NavMenuContentListItem[key]) return;
185
143
  Object.defineProperty(exports, key, {
186
144
  enumerable: true,
187
145
  get: function get() {
188
- return _NavMenuContainerContentList[key];
146
+ return _NavMenuContentListItem[key];
189
147
  }
190
148
  });
191
149
  });
192
150
 
193
- var _NavMenuContainerContentListItem = require("@digigov/ui/navigation/NavList/NavMenuContainerContentListItem");
151
+ var _NavMenuTitle = require("@digigov/react-core/NavMenuTitle");
194
152
 
195
- Object.keys(_NavMenuContainerContentListItem).forEach(function (key) {
153
+ Object.keys(_NavMenuTitle).forEach(function (key) {
196
154
  if (key === "default" || key === "__esModule") return;
197
155
  if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
198
- if (key in exports && exports[key] === _NavMenuContainerContentListItem[key]) return;
156
+ if (key in exports && exports[key] === _NavMenuTitle[key]) return;
199
157
  Object.defineProperty(exports, key, {
200
158
  enumerable: true,
201
159
  get: function get() {
202
- return _NavMenuContainerContentListItem[key];
160
+ return _NavMenuTitle[key];
203
161
  }
204
162
  });
205
163
  });
206
164
 
207
- var _NavVertical = require("@digigov/ui/navigation/NavList/NavVertical");
165
+ var _NavListItemAction = require("@digigov/react-core/NavListItemAction");
208
166
 
209
- Object.keys(_NavVertical).forEach(function (key) {
167
+ Object.keys(_NavListItemAction).forEach(function (key) {
210
168
  if (key === "default" || key === "__esModule") return;
211
169
  if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
212
- if (key in exports && exports[key] === _NavVertical[key]) return;
170
+ if (key in exports && exports[key] === _NavListItemAction[key]) return;
213
171
  Object.defineProperty(exports, key, {
214
172
  enumerable: true,
215
173
  get: function get() {
216
- return _NavVertical[key];
174
+ return _NavListItemAction[key];
217
175
  }
218
176
  });
219
177
  });
220
178
 
221
- var _NavVerticalItem = require("@digigov/ui/navigation/NavList/NavVerticalItem");
179
+ var _NavListItemActionContainer = require("@digigov/react-core/NavListItemActionContainer");
222
180
 
223
- Object.keys(_NavVerticalItem).forEach(function (key) {
181
+ Object.keys(_NavListItemActionContainer).forEach(function (key) {
224
182
  if (key === "default" || key === "__esModule") return;
225
183
  if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
226
- if (key in exports && exports[key] === _NavVerticalItem[key]) return;
184
+ if (key in exports && exports[key] === _NavListItemActionContainer[key]) return;
227
185
  Object.defineProperty(exports, key, {
228
186
  enumerable: true,
229
187
  get: function get() {
230
- return _NavVerticalItem[key];
188
+ return _NavListItemActionContainer[key];
231
189
  }
232
190
  });
233
191
  });
234
192
 
235
- var _types = require("@digigov/ui/navigation/NavList/types");
193
+ var _NavListItemLink = require("@digigov/react-core/NavListItemLink");
236
194
 
237
- Object.keys(_types).forEach(function (key) {
195
+ Object.keys(_NavListItemLink).forEach(function (key) {
238
196
  if (key === "default" || key === "__esModule") return;
239
197
  if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
240
- if (key in exports && exports[key] === _types[key]) return;
198
+ if (key in exports && exports[key] === _NavListItemLink[key]) return;
241
199
  Object.defineProperty(exports, key, {
242
200
  enumerable: true,
243
201
  get: function get() {
244
- return _types[key];
202
+ return _NavListItemLink[key];
245
203
  }
246
204
  });
247
205
  });
248
206
 
249
- var _useNavList = require("@digigov/ui/navigation/NavList/hooks/useNavList");
207
+ var _NavListItemButton = require("@digigov/react-core/NavListItemButton");
250
208
 
251
- Object.keys(_useNavList).forEach(function (key) {
209
+ Object.keys(_NavListItemButton).forEach(function (key) {
252
210
  if (key === "default" || key === "__esModule") return;
253
211
  if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
254
- if (key in exports && exports[key] === _useNavList[key]) return;
212
+ if (key in exports && exports[key] === _NavListItemButton[key]) return;
255
213
  Object.defineProperty(exports, key, {
256
214
  enumerable: true,
257
215
  get: function get() {
258
- return _useNavList[key];
216
+ return _NavListItemButton[key];
259
217
  }
260
218
  });
261
219
  });
@@ -11,19 +11,11 @@ import NavList, { NavListItem } from '@digigov/ui/navigation/NavList';
11
11
 
12
12
  ### Vertical NavList
13
13
 
14
- <Story
15
- packageName="@digigov/ui"
16
- component="navigation/NavList"
17
- story="Default.tsx"
18
- />
14
+ <Story packageName="@digigov/ui" component="navigation/NavList" story="Default.tsx" />
19
15
 
20
16
  ### Horizontal NavList
21
17
 
22
- <Story
23
- packageName="@digigov/ui"
24
- component="navigation/NavList"
25
- story="NavVerticalLayout.tsx"
26
- />
18
+ <Story packageName="@digigov/ui" component="navigation/NavList" story="NavVerticalLayout.tsx" />
27
19
 
28
20
  ## Accessibility
29
21
 
@@ -1,8 +1,18 @@
1
1
  import React from 'react';
2
2
  import { BaseCSSProperties } from '@material-ui/core/styles/withStyles';
3
3
  import { NavProps } from '@digigov/ui/navigation/NavList';
4
- import { NavLinkInterface } from '@digigov/ui/navigation/NavList/NavListAuto/NavListContextAuto';
5
4
  export declare type NavListLayout = 'horizontal' | 'vertical';
5
+ interface NavListItemMenuInterface {
6
+ links: NavListItemLinkInterface[];
7
+ title?: string;
8
+ }
9
+ export interface NavLinkInterface {
10
+ label?: string;
11
+ name: string;
12
+ href?: string;
13
+ subMenu?: NavLinkInterface[];
14
+ menu?: NavListItemMenuInterface;
15
+ }
6
16
  export interface NavListAutoProps extends NavProps {
7
17
  children?: React.ReactNode;
8
18
  className?: string;
@@ -21,20 +31,17 @@ export interface NavListHeaderItemType {
21
31
  label?: string;
22
32
  title?: string;
23
33
  children?: React.ReactNode;
24
- subMenu: NavListItemLinkInterface[];
34
+ menu: {
35
+ links: NavListItemLinkInterface[];
36
+ };
25
37
  }
26
38
  interface NavListItemInterface {
27
39
  name: string;
28
40
  label?: string;
29
- title?: string;
30
- children?: React.ReactNode;
31
41
  }
32
42
  interface NavListItemLinkInterface extends NavListItemInterface {
33
43
  href: string;
34
44
  }
35
- interface NavListItemMenuInterface extends NavListItemInterface {
36
- links: NavListItemLinkInterface[];
37
- }
38
45
  export declare type NavListItemType = NavListItemLinkInterface | NavListItemMenuContainerInterface | NavListItemSubMenuInterface;
39
46
  export interface NavListItemMenuContainerInterface extends NavListItemInterface {
40
47
  menu: NavListItemMenuInterface[];
@@ -42,14 +49,4 @@ export interface NavListItemMenuContainerInterface extends NavListItemInterface
42
49
  export interface NavListItemSubMenuInterface extends NavListItemInterface {
43
50
  subMenu: NavListItemType[];
44
51
  }
45
- export declare const isNavListItemLinkInterface: (item: any) => item is NavListItemLinkInterface;
46
- export declare const isNavListItemSubMenuInterface: (item: any) => item is NavListItemSubMenuInterface;
47
- export interface NavListItemProps {
48
- children?: React.ReactNode;
49
- role?: string;
50
- link?: NavListItemType;
51
- active?: boolean;
52
- setRegisterButton?: (name: string) => any;
53
- setRegisterLink?: (name: string) => any;
54
- }
55
52
  export {};
@@ -2,17 +2,4 @@
2
2
 
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
- });
6
- exports.isNavListItemSubMenuInterface = exports.isNavListItemLinkInterface = void 0;
7
-
8
- var isNavListItemLinkInterface = function isNavListItemLinkInterface(item) {
9
- return item && 'href' in item;
10
- };
11
-
12
- exports.isNavListItemLinkInterface = isNavListItemLinkInterface;
13
-
14
- var isNavListItemSubMenuInterface = function isNavListItemSubMenuInterface(item) {
15
- return item && 'subMenu' in item;
16
- };
17
-
18
- exports.isNavListItemSubMenuInterface = isNavListItemSubMenuInterface;
5
+ });
@@ -20,9 +20,9 @@ var _Link = require("@digigov/ui/navigation/Link");
20
20
  var _Pagination = require("@digigov/ui/navigation/Pagination");
21
21
 
22
22
  var _ref = /*#__PURE__*/_react["default"].createElement(_Pagination.Pagination, null, /*#__PURE__*/_react["default"].createElement(_Pagination.PaginationLabel, {
23
- start: 10,
24
- end: 20,
25
- total: 10000
23
+ start: 21,
24
+ end: 30,
25
+ total: 90
26
26
  }), /*#__PURE__*/_react["default"].createElement(_Pagination.PaginationList, null, /*#__PURE__*/_react["default"].createElement(_Pagination.PaginationListItem, null, /*#__PURE__*/_react["default"].createElement(_Link.Link, null, /*#__PURE__*/_react["default"].createElement(_icons.ArrowIcon, {
27
27
  direction: "left"
28
28
  }), "\u03A0\u03C1\u03BF\u03B7\u03B3\u03BF\u03CD\u03BC\u03B5\u03BD\u03BF")), /*#__PURE__*/_react["default"].createElement(_Pagination.PaginationListItem, null, /*#__PURE__*/_react["default"].createElement(_Link.Link, {
@@ -48,67 +48,9 @@ var _ref2 = /*#__PURE__*/_react["default"].createElement(_SectionBreak.SectionBr
48
48
  });
49
49
 
50
50
  var _ref3 = /*#__PURE__*/_react["default"].createElement(_Pagination.Pagination, null, /*#__PURE__*/_react["default"].createElement(_Pagination.PaginationLabel, {
51
- start: 10,
52
- end: 20,
53
- total: 10000
54
- }), /*#__PURE__*/_react["default"].createElement(_Pagination.PaginationList, null, /*#__PURE__*/_react["default"].createElement(_Pagination.PaginationListItem, {
55
- inactive: true
56
- }, /*#__PURE__*/_react["default"].createElement(_Link.Link, null, /*#__PURE__*/_react["default"].createElement(_icons.ArrowIcon, {
57
- direction: "left"
58
- }), "\u03A0\u03C1\u03BF\u03B7\u03B3\u03BF\u03CD\u03BC\u03B5\u03BD\u03BF")), /*#__PURE__*/_react["default"].createElement(_Pagination.PaginationListItem, {
59
- currentPage: true
60
- }, "1"), /*#__PURE__*/_react["default"].createElement(_Pagination.PaginationListItem, null, /*#__PURE__*/_react["default"].createElement(_Link.Link, {
61
- href: "#page2"
62
- }, "2")), /*#__PURE__*/_react["default"].createElement(_Pagination.PaginationListItem, null, /*#__PURE__*/_react["default"].createElement(_Link.Link, {
63
- href: "#page3"
64
- }, "3")), /*#__PURE__*/_react["default"].createElement(_Pagination.PaginationListItem, {
65
- variant: "dots"
66
- }), /*#__PURE__*/_react["default"].createElement(_Pagination.PaginationListItem, null, /*#__PURE__*/_react["default"].createElement(_Link.Link, {
67
- href: "#page7"
68
- }, "7")), /*#__PURE__*/_react["default"].createElement(_Pagination.PaginationListItem, null, /*#__PURE__*/_react["default"].createElement(_Link.Link, {
69
- href: "#page8"
70
- }, "8")), /*#__PURE__*/_react["default"].createElement(_Pagination.PaginationListItem, null, /*#__PURE__*/_react["default"].createElement(_Link.Link, {
71
- href: "#page9"
72
- }, "9")), /*#__PURE__*/_react["default"].createElement(_Pagination.PaginationListItem, null, /*#__PURE__*/_react["default"].createElement(_Link.Link, null, "\u0395\u03C0\u03CC\u03BC\u03B5\u03BD\u03BF", /*#__PURE__*/_react["default"].createElement(_icons.ArrowIcon, {
73
- direction: "right"
74
- })))));
75
-
76
- var _ref4 = /*#__PURE__*/_react["default"].createElement(_SectionBreak.SectionBreak, {
77
- size: "lg"
78
- });
79
-
80
- var _ref5 = /*#__PURE__*/_react["default"].createElement(_Pagination.Pagination, null, /*#__PURE__*/_react["default"].createElement(_Pagination.PaginationLabel, {
81
- start: 10,
82
- end: 20,
83
- total: 10000
84
- }), /*#__PURE__*/_react["default"].createElement(_Pagination.PaginationList, null, /*#__PURE__*/_react["default"].createElement(_Pagination.PaginationListItem, null, /*#__PURE__*/_react["default"].createElement(_Link.Link, null, /*#__PURE__*/_react["default"].createElement(_icons.ArrowIcon, {
85
- direction: "left"
86
- }), "\u03A0\u03C1\u03BF\u03B7\u03B3\u03BF\u03CD\u03BC\u03B5\u03BD\u03BF")), /*#__PURE__*/_react["default"].createElement(_Pagination.PaginationListItem, null, /*#__PURE__*/_react["default"].createElement(_Link.Link, {
87
- href: "#page1"
88
- }, "1")), /*#__PURE__*/_react["default"].createElement(_Pagination.PaginationListItem, null, /*#__PURE__*/_react["default"].createElement(_Link.Link, null, "2")), /*#__PURE__*/_react["default"].createElement(_Pagination.PaginationListItem, null, /*#__PURE__*/_react["default"].createElement(_Link.Link, {
89
- href: "#page3"
90
- }, "3")), /*#__PURE__*/_react["default"].createElement(_Pagination.PaginationListItem, {
91
- variant: "dots"
92
- }), /*#__PURE__*/_react["default"].createElement(_Pagination.PaginationListItem, null, /*#__PURE__*/_react["default"].createElement(_Link.Link, {
93
- href: "#page7"
94
- }, "7")), /*#__PURE__*/_react["default"].createElement(_Pagination.PaginationListItem, null, /*#__PURE__*/_react["default"].createElement(_Link.Link, {
95
- href: "#page8"
96
- }, "8")), /*#__PURE__*/_react["default"].createElement(_Pagination.PaginationListItem, {
97
- currentPage: true
98
- }, "9"), /*#__PURE__*/_react["default"].createElement(_Pagination.PaginationListItem, {
99
- inactive: true
100
- }, /*#__PURE__*/_react["default"].createElement(_Link.Link, null, "\u0395\u03C0\u03CC\u03BC\u03B5\u03BD\u03BF", /*#__PURE__*/_react["default"].createElement(_icons.ArrowIcon, {
101
- direction: "right"
102
- })))));
103
-
104
- var _ref6 = /*#__PURE__*/_react["default"].createElement(_SectionBreak.SectionBreak, {
105
- size: "lg"
106
- });
107
-
108
- var _ref7 = /*#__PURE__*/_react["default"].createElement(_Pagination.Pagination, null, /*#__PURE__*/_react["default"].createElement(_Pagination.PaginationLabel, {
109
- start: 1,
110
- end: 10,
111
- total: 15
51
+ start: 81,
52
+ end: 90,
53
+ total: 197
112
54
  }), /*#__PURE__*/_react["default"].createElement(_Pagination.PaginationList, null, /*#__PURE__*/_react["default"].createElement(_Pagination.PaginationListItem, null, /*#__PURE__*/_react["default"].createElement(_Link.Link, null, /*#__PURE__*/_react["default"].createElement(_icons.ArrowIcon, {
113
55
  direction: "left"
114
56
  }), "\u03A0\u03C1\u03BF\u03B7\u03B3\u03BF\u03CD\u03BC\u03B5\u03BD\u03BF")), /*#__PURE__*/_react["default"].createElement(_Pagination.PaginationListItem, null, /*#__PURE__*/_react["default"].createElement(_Link.Link, {
@@ -134,7 +76,7 @@ var Default = function Default() {
134
76
  t: function t(str) {
135
77
  return str;
136
78
  }
137
- }, _ref, _ref2, _ref3, _ref4, _ref5, _ref6, _ref7);
79
+ }, _ref, _ref2, _ref3);
138
80
  };
139
81
 
140
82
  exports.Default = Default;
@@ -24,7 +24,7 @@ var _ref = /*#__PURE__*/_react["default"].createElement(_Pagination.Pagination,
24
24
  end: 10,
25
25
  total: 15
26
26
  }), /*#__PURE__*/_react["default"].createElement(_Pagination.PaginationList, null, /*#__PURE__*/_react["default"].createElement(_Pagination.PaginationListItem, {
27
- inactive: true
27
+ active: false
28
28
  }, /*#__PURE__*/_react["default"].createElement(_Link.Link, null, /*#__PURE__*/_react["default"].createElement(_icons.ArrowIcon, {
29
29
  direction: "left"
30
30
  }))), /*#__PURE__*/_react["default"].createElement(_Pagination.PaginationListItem, {
@@ -22,7 +22,7 @@ var _Pagination = require("@digigov/ui/navigation/Pagination");
22
22
  var _SvgIcon = require("@digigov/ui/utils/SvgIcon");
23
23
 
24
24
  var _ref = /*#__PURE__*/_react["default"].createElement(_Pagination.Pagination, {
25
- fontSize: "sm"
25
+ size: "sm"
26
26
  }, /*#__PURE__*/_react["default"].createElement(_Pagination.PaginationLabel, {
27
27
  start: 1,
28
28
  end: 10,
@@ -24,7 +24,7 @@ var _ref = /*#__PURE__*/_react["default"].createElement(_Pagination.Pagination,
24
24
  end: 20,
25
25
  total: 10000
26
26
  }), /*#__PURE__*/_react["default"].createElement(_Pagination.PaginationList, null, /*#__PURE__*/_react["default"].createElement(_Pagination.PaginationListItem, {
27
- inactive: true
27
+ active: false
28
28
  }, /*#__PURE__*/_react["default"].createElement(_Link.Link, null, /*#__PURE__*/_react["default"].createElement(_SvgIcon.ArrowIcon, {
29
29
  direction: "left"
30
30
  }), "\u03A0\u03C1\u03BF\u03B7\u03B3\u03BF\u03CD\u03BC\u03B5\u03BD\u03BF")), /*#__PURE__*/_react["default"].createElement(_Pagination.PaginationListItem, {
@@ -68,7 +68,7 @@ var _ref3 = /*#__PURE__*/_react["default"].createElement(_Pagination.Pagination,
68
68
  }, "8")), /*#__PURE__*/_react["default"].createElement(_Pagination.PaginationListItem, {
69
69
  currentPage: true
70
70
  }, "9"), /*#__PURE__*/_react["default"].createElement(_Pagination.PaginationListItem, {
71
- inactive: true
71
+ active: false
72
72
  }, /*#__PURE__*/_react["default"].createElement(_Link.Link, null, "\u0395\u03C0\u03CC\u03BC\u03B5\u03BD\u03BF", /*#__PURE__*/_react["default"].createElement(_SvgIcon.ArrowIcon, {
73
73
  direction: "right"
74
74
  })))));
@@ -9,27 +9,19 @@ import Pagination from '@digigov/ui/app/Pagination';
9
9
 
10
10
  ## How to use
11
11
 
12
- <Story
13
- packageName="@digigov/ui"
14
- component="navigation/Pagination"
15
- story="Default.tsx"
16
- />
12
+ <Story packageName="@digigov/ui" component="navigation/Pagination" story="Default.tsx"/>
17
13
 
18
14
  ## With inactive values
19
15
 
20
- <Story
21
- packageName="@digigov/ui"
22
- component="navigation/Pagination"
23
- story="WithInactiveValues.tsx"
24
- />
16
+ <Story packageName="@digigov/ui" component="navigation/Pagination" story="WithInactiveValues.tsx" />
17
+
18
+ ## With small fonts
19
+
20
+ <Story packageName="@digigov/ui" component="navigation/Pagination"story="PaginationWithSmallFont.tsx" />
25
21
 
26
22
  ## With results per page
27
23
 
28
- <Story
29
- packageName="@digigov/ui"
30
- component="navigation/Pagination"
31
- story="WithResultsPerPage.tsx"
32
- />
24
+ <Story packageName="@digigov/ui" component="navigation/Pagination"story="WithResultsPerPage.tsx" />
33
25
 
34
26
  ## API
35
27
 
@@ -0,0 +1,9 @@
1
+ declare namespace _default {
2
+ export const title: string;
3
+ export const description: string;
4
+ export { SkipLink as component };
5
+ export const displayName: string;
6
+ }
7
+ export default _default;
8
+ export * from "@digigov/ui/navigation/SkipLink/__stories__/Default";
9
+ import SkipLink from "@digigov/ui/navigation/SkipLink";
@@ -0,0 +1,32 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ var _exportNames = {};
9
+ exports["default"] = void 0;
10
+
11
+ var _SkipLink = _interopRequireDefault(require("@digigov/ui/navigation/SkipLink"));
12
+
13
+ var _Default = require("@digigov/ui/navigation/SkipLink/__stories__/Default");
14
+
15
+ Object.keys(_Default).forEach(function (key) {
16
+ if (key === "default" || key === "__esModule") return;
17
+ if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
18
+ if (key in exports && exports[key] === _Default[key]) return;
19
+ Object.defineProperty(exports, key, {
20
+ enumerable: true,
21
+ get: function get() {
22
+ return _Default[key];
23
+ }
24
+ });
25
+ });
26
+ var _default = {
27
+ title: 'Digigov UI/navigation/SkipLink',
28
+ description: 'Use the skip link component to help keyboard-only users skip to the main content on a page.',
29
+ component: _SkipLink["default"],
30
+ displayName: 'SkipLink'
31
+ };
32
+ exports["default"] = _default;
@@ -0,0 +1,2 @@
1
+ export declare const Default: () => JSX.Element;
2
+ export default Default;