@digigov/ui 1.0.0-002c630d → 1.0.0-079f34f3d

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 (870) hide show
  1. package/app/CloseButton/index.d.ts +3 -0
  2. package/{navigation/NavList/NavVertical.js → app/CloseButton/index.js} +5 -5
  3. package/app/{FilterSection → FilterContainer}/index.d.ts +4 -5
  4. package/app/{FilterSection → FilterContainer}/index.js +9 -23
  5. package/app/Footer/Footer.stories.playwright.json +2 -2
  6. package/app/Footer/__stories__/DefaultCopyright.js +10 -7
  7. package/app/Footer/__stories__/FooterAllInclusive.js +22 -15
  8. package/app/Footer/__stories__/FooterWithLink.js +14 -11
  9. package/app/Footer/__stories__/FooterWithLogo.js +10 -8
  10. package/app/Footer/__stories__/FooterWithSecondaryNavigation.js +18 -13
  11. package/app/Footer/__stories__/YearCopyright.js +8 -5
  12. package/app/Footer/index.d.ts +3 -5
  13. package/app/Footer/index.js +12 -40
  14. package/app/Footer/index.mdx +4 -20
  15. package/app/Header/Header.stories.playwright.json +1 -1
  16. package/app/Header/__snapshots__/index.spec.tsx.snap +0 -3
  17. package/app/Header/__stories__/Default.js +1 -1
  18. package/app/Header/__stories__/WithHeaderNavigation.js +15 -23
  19. package/app/Header/__stories__/WithNavigation.js +9 -41
  20. package/app/Header/__stories__/WithServiceName.js +1 -1
  21. package/app/Header/__stories__/WithServiceNameAndLogo.js +1 -1
  22. package/app/Header/index.d.ts +0 -1
  23. package/app/Header/index.js +0 -14
  24. package/app/Header/index.mdx +4 -21
  25. package/app/Header/index.spec.js +1 -1
  26. package/app/Masthead/Masthead.stories.playwright.json +1 -1
  27. package/app/Modal/__stories__/Default.js +1 -1
  28. package/app/Modal/index.mdx +1 -5
  29. package/app/NotFound/index.js +2 -2
  30. package/app/PageTitleContainer/index.d.ts +5 -0
  31. package/app/{PageTitle → PageTitleContainer}/index.js +5 -19
  32. package/app/{Confirmation/Confirmation.stories.d.ts → Panel/Panel.stories.d.ts} +3 -3
  33. package/app/{Confirmation/Confirmation.stories.js → Panel/Panel.stories.js} +7 -7
  34. package/app/Panel/__stories__/Default.js +22 -0
  35. package/app/Panel/index.d.ts +5 -0
  36. package/app/{Confirmation → Panel}/index.js +13 -13
  37. package/app/Panel/index.mdx +16 -0
  38. package/app/PhaseBannerHeader/index.js +2 -2
  39. package/app/PhaseBannerHeader/index.mdx +1 -5
  40. package/app/QrCodeViewer/index.mdx +2 -10
  41. package/app/ThemeOptions/index.js +6 -6
  42. package/app/index.d.ts +3 -4
  43. package/app/index.js +12 -12
  44. package/content/Accordion/index.d.ts +1 -1
  45. package/content/Accordion/index.mdx +2 -10
  46. package/content/Blockquote/index.mdx +1 -5
  47. package/content/Card/index.mdx +8 -40
  48. package/content/Chip/__stories__/GroupOfChips.js +1 -1
  49. package/content/Chip/index.d.ts +1 -2
  50. package/content/Chip/index.js +4 -18
  51. package/content/Chip/index.mdx +39 -0
  52. package/content/Details/index.mdx +6 -5
  53. package/content/List/__stories__/HorizontalList.js +1 -1
  54. package/content/List/__stories__/WithExtraSpace.js +1 -1
  55. package/content/List/index.mdx +3 -15
  56. package/content/StepNav/__stories__/Default.js +3 -5
  57. package/content/StepNav/__stories__/WithHints.js +2 -4
  58. package/content/StepNav/index.mdx +21 -0
  59. package/content/SummaryList/index.mdx +3 -15
  60. package/content/Table/Table.stories.d.ts +1 -0
  61. package/content/Table/Table.stories.js +14 -0
  62. package/content/Table/__stories__/DarkVariant.js +1 -1
  63. package/content/Table/__stories__/DarkVariantWithVerticalHeaders.js +1 -1
  64. package/content/Table/__stories__/DefinedWidth.js +3 -3
  65. package/content/Table/__stories__/Full.js +2 -2
  66. package/content/Table/__stories__/MultipleProps.js +2 -2
  67. package/content/Table/__stories__/RowColors.d.ts +2 -0
  68. package/content/Table/__stories__/RowColors.js +76 -0
  69. package/content/Table/__stories__/WithFloatingScroll.js +10 -4
  70. package/content/Table/__stories__/ZebraProp.js +1 -1
  71. package/content/Table/index.js +11 -9
  72. package/content/Table/index.mdx +15 -41
  73. package/content/TaskList/__stories__/Default.js +5 -5
  74. package/content/TaskList/index.mdx +21 -0
  75. package/content/Timeline/__stories__/Default.js +2 -2
  76. package/content/Timeline/index.mdx +23 -0
  77. package/es/app/CloseButton/index.js +3 -0
  78. package/es/app/{FilterSection → FilterContainer}/index.js +4 -5
  79. package/es/app/Footer/Footer.stories.playwright.json +2 -2
  80. package/es/app/Footer/__stories__/DefaultCopyright.js +11 -9
  81. package/es/app/Footer/__stories__/FooterAllInclusive.js +19 -13
  82. package/es/app/Footer/__stories__/FooterWithLink.js +13 -11
  83. package/es/app/Footer/__stories__/FooterWithLogo.js +9 -8
  84. package/es/app/Footer/__stories__/FooterWithSecondaryNavigation.js +16 -12
  85. package/es/app/Footer/__stories__/YearCopyright.js +9 -7
  86. package/es/app/Footer/index.js +3 -5
  87. package/es/app/Footer/index.mdx +4 -20
  88. package/es/app/Header/Header.stories.playwright.json +1 -1
  89. package/es/app/Header/__snapshots__/index.spec.tsx.snap +0 -3
  90. package/es/app/Header/__stories__/Default.js +1 -1
  91. package/es/app/Header/__stories__/WithHeaderNavigation.js +15 -15
  92. package/es/app/Header/__stories__/WithNavigation.js +10 -37
  93. package/es/app/Header/__stories__/WithServiceName.js +1 -1
  94. package/es/app/Header/__stories__/WithServiceNameAndLogo.js +1 -1
  95. package/es/app/Header/index.js +0 -1
  96. package/es/app/Header/index.mdx +4 -21
  97. package/es/app/Header/index.spec.js +2 -2
  98. package/es/app/Masthead/Masthead.stories.playwright.json +1 -1
  99. package/es/app/Modal/__stories__/Default.js +1 -1
  100. package/es/app/Modal/index.mdx +1 -5
  101. package/es/app/NotFound/index.js +2 -2
  102. package/es/app/PageTitleContainer/index.js +5 -0
  103. package/es/app/Panel/Panel.stories.js +9 -0
  104. package/es/app/Panel/__stories__/Default.js +9 -0
  105. package/es/app/Panel/index.js +5 -0
  106. package/es/app/Panel/index.mdx +16 -0
  107. package/es/app/PhaseBannerHeader/index.js +2 -2
  108. package/es/app/PhaseBannerHeader/index.mdx +1 -5
  109. package/es/app/QrCodeViewer/index.mdx +2 -10
  110. package/es/app/ThemeOptions/index.js +6 -6
  111. package/es/app/index.js +4 -5
  112. package/es/content/Accordion/index.mdx +2 -10
  113. package/es/content/Blockquote/index.mdx +1 -5
  114. package/es/content/Card/index.mdx +8 -40
  115. package/es/content/Chip/__stories__/GroupOfChips.js +2 -2
  116. package/es/content/Chip/index.js +1 -2
  117. package/es/content/Chip/index.mdx +39 -0
  118. package/es/content/Details/index.mdx +6 -5
  119. package/es/content/List/__stories__/HorizontalList.js +1 -1
  120. package/es/content/List/__stories__/WithExtraSpace.js +1 -1
  121. package/es/content/List/index.mdx +3 -15
  122. package/es/content/StepNav/__stories__/Default.js +3 -5
  123. package/es/content/StepNav/__stories__/WithHints.js +2 -4
  124. package/es/content/StepNav/index.mdx +21 -0
  125. package/es/content/SummaryList/index.mdx +3 -15
  126. package/es/content/Table/Table.stories.js +1 -0
  127. package/es/content/Table/__stories__/DarkVariant.js +1 -1
  128. package/es/content/Table/__stories__/DarkVariantWithVerticalHeaders.js +1 -1
  129. package/es/content/Table/__stories__/DefinedWidth.js +3 -3
  130. package/es/content/Table/__stories__/Full.js +2 -2
  131. package/es/content/Table/__stories__/MultipleProps.js +2 -2
  132. package/es/content/Table/__stories__/RowColors.js +60 -0
  133. package/es/content/Table/__stories__/WithFloatingScroll.js +5 -4
  134. package/es/content/Table/__stories__/ZebraProp.js +1 -1
  135. package/es/content/Table/index.js +11 -8
  136. package/es/content/Table/index.mdx +15 -41
  137. package/es/content/TaskList/__stories__/Default.js +5 -5
  138. package/es/content/TaskList/index.mdx +21 -0
  139. package/es/content/Timeline/__stories__/Default.js +2 -2
  140. package/es/content/Timeline/index.mdx +23 -0
  141. package/es/feedback/CopyToClipboard/__stories__/Default.js +2 -1
  142. package/es/feedback/CopyToClipboard/index.js +4 -2
  143. package/es/feedback/CopyToClipboard/index.mdx +2 -10
  144. package/es/feedback/ErrorSummary/index.mdx +4 -20
  145. package/es/feedback/NotificationBanner/__stories__/Default.js +2 -2
  146. package/es/feedback/NotificationBanner/index.js +3 -6
  147. package/es/feedback/NotificationBanner/index.mdx +2 -10
  148. package/es/feedback/PhaseBanner/index.mdx +2 -10
  149. package/es/feedback/ServiceBadge/index.mdx +9 -5
  150. package/es/feedback/WarningText/WarningText.stories.js +2 -1
  151. package/es/feedback/WarningText/__stories__/AssistiveText.js +11 -0
  152. package/es/feedback/WarningText/index.mdx +1 -5
  153. package/es/form/AutoComplete/__stories__/Default.js +1 -1
  154. package/es/form/AutoComplete/index.js +10 -5
  155. package/es/form/AutoComplete/index.mdx +7 -35
  156. package/es/form/Button/index.mdx +8 -24
  157. package/es/form/Checkbox/Checkbox.stories.js +2 -0
  158. package/es/form/Checkbox/__stories__/ConditionalReveal.js +1 -1
  159. package/es/form/Checkbox/__stories__/Inline.js +23 -0
  160. package/es/form/Checkbox/__stories__/InlineWithDivider.js +24 -0
  161. package/es/form/Checkbox/__stories__/NoneAnswer.js +1 -1
  162. package/es/form/Checkbox/__stories__/NoneAnswerWithError.js +1 -1
  163. package/es/form/Checkbox/index.mdx +12 -35
  164. package/es/form/DateInputContainer/index.mdx +9 -20
  165. package/es/form/ErrorMessage/index.mdx +1 -5
  166. package/es/form/FileUpload/index.mdx +3 -5
  167. package/es/form/RadioContainer/RadioContainer.stories.js +2 -1
  168. package/es/form/RadioContainer/__stories__/ConditionalReveal.js +1 -1
  169. package/es/form/RadioContainer/__stories__/Inline.js +1 -1
  170. package/es/form/RadioContainer/__stories__/InlineWithDivider.js +24 -0
  171. package/es/form/RadioContainer/index.mdx +12 -35
  172. package/es/form/SearchContainer/index.js +5 -0
  173. package/es/form/SelectContainer/__stories__/Default.js +4 -4
  174. package/es/form/SelectContainer/index.mdx +9 -15
  175. package/es/form/SingleCharacterInputs/SingleCharacterInput.stories.js +12 -0
  176. package/{esm/form/SingleCharacterInputContainer → es/form/SingleCharacterInputs}/__stories__/Default.js +13 -13
  177. package/{esm/form/SingleCharacterInputContainer → es/form/SingleCharacterInputs}/__stories__/WithDefaultError.js +7 -7
  178. package/es/form/{SingleCharacterInputContainer → SingleCharacterInputs}/__stories__/WithErrorMessageInvalidCode.js +14 -14
  179. package/es/form/{SingleCharacterInputContainer → SingleCharacterInputs}/__stories__/WithErrorMessageLessDigit.js +11 -11
  180. package/es/form/SingleCharacterInputs/index.js +4 -0
  181. package/es/form/SingleCharacterInputs/index.mdx +24 -0
  182. package/es/form/TextArea/index.mdx +7 -35
  183. package/es/form/TextInput/__stories__/FixedWidths.js +6 -6
  184. package/es/form/TextInput/__stories__/FluidWidths.js +6 -6
  185. package/es/form/TextInput/index.mdx +8 -40
  186. package/es/form/index.js +2 -2
  187. package/es/govgr/Footer/index.js +4 -4
  188. package/es/layouts/Admin/index.js +1 -1
  189. package/es/layouts/Basic/__snapshots__/index.spec.tsx.snap +4 -4
  190. package/es/layouts/Divider/index.js +1 -1
  191. package/es/layouts/Section/index.js +3 -0
  192. package/es/layouts/Stack/Stack.stories.js +12 -0
  193. package/es/layouts/Stack/__stories__/AlignItems.js +67 -0
  194. package/es/layouts/Stack/__stories__/Default.js +24 -0
  195. package/es/layouts/Stack/__stories__/JustifyContent.js +84 -0
  196. package/es/layouts/Stack/__stories__/NoWrap.js +26 -0
  197. package/es/layouts/Stack/__stories__/Row.js +25 -0
  198. package/es/layouts/Stack/__stories__/Spacing.js +55 -0
  199. package/es/layouts/Stack/index.js +2 -0
  200. package/es/layouts/index.js +3 -1
  201. package/es/navigation/BackLink/index.mdx +1 -5
  202. package/es/navigation/Breadcrumbs/index.mdx +6 -5
  203. package/es/navigation/Drawer/__stories__/Default.js +25 -66
  204. package/es/navigation/Drawer/index.mdx +1 -5
  205. package/es/navigation/Dropdown/__stories__/AlignRight.js +9 -8
  206. package/es/navigation/Dropdown/__stories__/Default.js +9 -8
  207. package/es/navigation/Dropdown/__stories__/PlacementTop.js +9 -8
  208. package/es/navigation/Dropdown/index.js +0 -1
  209. package/es/navigation/Dropdown/index.mdx +3 -17
  210. package/es/navigation/Link/Link.stories.playwright.json +2 -2
  211. package/es/navigation/Link/index.mdx +7 -25
  212. package/es/navigation/NavList/NavList.stories.playwright.json +2 -2
  213. package/es/navigation/NavList/NavListAuto/index.js +54 -0
  214. package/es/navigation/NavList/{NavMenuContainerContentList.js → NavMenuContentList.js} +5 -5
  215. package/es/navigation/NavList/__stories__/Default.js +12 -28
  216. package/es/navigation/NavList/__stories__/NavVerticalLayout.js +12 -26
  217. package/es/navigation/NavList/hooks/useNavList.js +2 -2
  218. package/es/navigation/NavList/hooks/useTogglableNav.js +33 -18
  219. package/es/navigation/NavList/index.js +16 -17
  220. package/es/navigation/NavList/index.mdx +2 -10
  221. package/es/navigation/NavList/types.js +1 -6
  222. package/es/navigation/Pagination/__stories__/Default.js +7 -65
  223. package/es/navigation/Pagination/__stories__/PaginationSmall.js +1 -1
  224. package/es/navigation/Pagination/__stories__/PaginationWithSmallFont.js +1 -1
  225. package/es/navigation/Pagination/__stories__/WithInactiveValues.js +2 -2
  226. package/es/navigation/Pagination/index.mdx +7 -15
  227. package/es/navigation/SkipLink/SkipLink.stories.js +8 -0
  228. package/es/navigation/SkipLink/__stories__/Default.js +12 -0
  229. package/es/navigation/Tabs/Tabs.stories.playwright.json +2 -2
  230. package/es/navigation/Tabs/__stories__/Default.js +9 -5
  231. package/es/navigation/Tabs/index.js +1 -1
  232. package/es/navigation/Tabs/index.mdx +7 -5
  233. package/es/registry.js +28 -56
  234. package/es/typography/Heading/__stories__/Default.js +9 -4
  235. package/es/typography/Heading/index.mdx +1 -5
  236. package/es/typography/HeadingCaption/index.mdx +1 -5
  237. package/es/typography/Hint/__stories__/FontSizes.js +3 -3
  238. package/es/typography/Hint/index.mdx +3 -5
  239. package/es/typography/NormalText/__stories__/FontSizes.js +7 -7
  240. package/es/typography/NormalText/__stories__/Variants.js +4 -4
  241. package/es/typography/NormalText/index.mdx +5 -15
  242. package/es/typography/Paragraph/__stories__/FontSizes.js +7 -7
  243. package/es/typography/Paragraph/__stories__/LeadVariant.js +1 -1
  244. package/es/typography/Paragraph/__stories__/SmallVariant.js +1 -1
  245. package/es/typography/Paragraph/index.mdx +5 -20
  246. package/es/utils/Kitchensink/KitchensinkDashboard.js +1 -1
  247. package/esm/app/CloseButton/index.js +3 -0
  248. package/esm/app/{FilterSection → FilterContainer}/index.js +4 -5
  249. package/esm/app/Footer/Footer.stories.playwright.json +2 -2
  250. package/esm/app/Footer/__stories__/DefaultCopyright.js +11 -9
  251. package/esm/app/Footer/__stories__/FooterAllInclusive.js +19 -13
  252. package/esm/app/Footer/__stories__/FooterWithLink.js +13 -11
  253. package/esm/app/Footer/__stories__/FooterWithLogo.js +9 -8
  254. package/esm/app/Footer/__stories__/FooterWithSecondaryNavigation.js +16 -12
  255. package/esm/app/Footer/__stories__/YearCopyright.js +9 -7
  256. package/esm/app/Footer/index.js +3 -5
  257. package/esm/app/Footer/index.mdx +4 -20
  258. package/esm/app/Header/Header.stories.playwright.json +1 -1
  259. package/esm/app/Header/__snapshots__/index.spec.tsx.snap +0 -3
  260. package/esm/app/Header/__stories__/Default.js +1 -1
  261. package/esm/app/Header/__stories__/WithHeaderNavigation.js +15 -15
  262. package/esm/app/Header/__stories__/WithNavigation.js +10 -37
  263. package/esm/app/Header/__stories__/WithServiceName.js +1 -1
  264. package/esm/app/Header/__stories__/WithServiceNameAndLogo.js +1 -1
  265. package/esm/app/Header/index.js +0 -1
  266. package/esm/app/Header/index.mdx +4 -21
  267. package/esm/app/Header/index.spec.js +2 -2
  268. package/esm/app/Masthead/Masthead.stories.playwright.json +1 -1
  269. package/esm/app/Modal/__stories__/Default.js +1 -1
  270. package/esm/app/Modal/index.mdx +1 -5
  271. package/esm/app/NotFound/index.js +2 -2
  272. package/esm/app/PageTitleContainer/index.js +5 -0
  273. package/esm/app/Panel/Panel.stories.js +9 -0
  274. package/esm/app/Panel/__stories__/Default.js +9 -0
  275. package/esm/app/Panel/index.js +5 -0
  276. package/esm/app/Panel/index.mdx +16 -0
  277. package/esm/app/PhaseBannerHeader/index.js +2 -2
  278. package/esm/app/PhaseBannerHeader/index.mdx +1 -5
  279. package/esm/app/QrCodeViewer/index.mdx +2 -10
  280. package/esm/app/ThemeOptions/index.js +6 -6
  281. package/esm/app/index.js +4 -5
  282. package/esm/content/Accordion/index.mdx +2 -10
  283. package/esm/content/Blockquote/index.mdx +1 -5
  284. package/esm/content/Card/index.mdx +8 -40
  285. package/esm/content/Chip/__stories__/GroupOfChips.js +2 -2
  286. package/esm/content/Chip/index.js +1 -2
  287. package/esm/content/Chip/index.mdx +39 -0
  288. package/esm/content/Details/index.mdx +6 -5
  289. package/esm/content/List/__stories__/HorizontalList.js +1 -1
  290. package/esm/content/List/__stories__/WithExtraSpace.js +1 -1
  291. package/esm/content/List/index.mdx +3 -15
  292. package/esm/content/StepNav/__stories__/Default.js +3 -5
  293. package/esm/content/StepNav/__stories__/WithHints.js +2 -4
  294. package/esm/content/StepNav/index.mdx +21 -0
  295. package/esm/content/SummaryList/index.mdx +3 -15
  296. package/esm/content/Table/Table.stories.js +1 -0
  297. package/esm/content/Table/__stories__/DarkVariant.js +1 -1
  298. package/esm/content/Table/__stories__/DarkVariantWithVerticalHeaders.js +1 -1
  299. package/esm/content/Table/__stories__/DefinedWidth.js +3 -3
  300. package/esm/content/Table/__stories__/Full.js +2 -2
  301. package/esm/content/Table/__stories__/MultipleProps.js +2 -2
  302. package/esm/content/Table/__stories__/RowColors.js +60 -0
  303. package/esm/content/Table/__stories__/WithFloatingScroll.js +5 -4
  304. package/esm/content/Table/__stories__/ZebraProp.js +1 -1
  305. package/esm/content/Table/index.js +11 -8
  306. package/esm/content/Table/index.mdx +15 -41
  307. package/esm/content/TaskList/__stories__/Default.js +5 -5
  308. package/esm/content/TaskList/index.mdx +21 -0
  309. package/esm/content/Timeline/__stories__/Default.js +2 -2
  310. package/esm/content/Timeline/index.mdx +23 -0
  311. package/esm/feedback/CopyToClipboard/__stories__/Default.js +2 -1
  312. package/esm/feedback/CopyToClipboard/index.js +4 -2
  313. package/esm/feedback/CopyToClipboard/index.mdx +2 -10
  314. package/esm/feedback/ErrorSummary/index.mdx +4 -20
  315. package/esm/feedback/NotificationBanner/__stories__/Default.js +2 -2
  316. package/esm/feedback/NotificationBanner/index.js +3 -6
  317. package/esm/feedback/NotificationBanner/index.mdx +2 -10
  318. package/esm/feedback/PhaseBanner/index.mdx +2 -10
  319. package/esm/feedback/ServiceBadge/index.mdx +9 -5
  320. package/esm/feedback/WarningText/WarningText.stories.js +2 -1
  321. package/esm/feedback/WarningText/__stories__/AssistiveText.js +11 -0
  322. package/esm/feedback/WarningText/index.mdx +1 -5
  323. package/esm/form/AutoComplete/__stories__/Default.js +1 -1
  324. package/esm/form/AutoComplete/index.js +10 -5
  325. package/esm/form/AutoComplete/index.mdx +7 -35
  326. package/esm/form/Button/index.mdx +8 -24
  327. package/esm/form/Checkbox/Checkbox.stories.js +2 -0
  328. package/esm/form/Checkbox/__stories__/ConditionalReveal.js +1 -1
  329. package/esm/form/Checkbox/__stories__/Inline.js +23 -0
  330. package/esm/form/Checkbox/__stories__/InlineWithDivider.js +24 -0
  331. package/esm/form/Checkbox/__stories__/NoneAnswer.js +1 -1
  332. package/esm/form/Checkbox/__stories__/NoneAnswerWithError.js +1 -1
  333. package/esm/form/Checkbox/index.mdx +12 -35
  334. package/esm/form/DateInputContainer/index.mdx +9 -20
  335. package/esm/form/ErrorMessage/index.mdx +1 -5
  336. package/esm/form/FileUpload/index.mdx +3 -5
  337. package/esm/form/RadioContainer/RadioContainer.stories.js +2 -1
  338. package/esm/form/RadioContainer/__stories__/ConditionalReveal.js +1 -1
  339. package/esm/form/RadioContainer/__stories__/Inline.js +1 -1
  340. package/esm/form/RadioContainer/__stories__/InlineWithDivider.js +24 -0
  341. package/esm/form/RadioContainer/index.mdx +12 -35
  342. package/esm/form/SearchContainer/index.js +5 -0
  343. package/esm/form/SelectContainer/__stories__/Default.js +4 -4
  344. package/esm/form/SelectContainer/index.mdx +9 -15
  345. package/esm/form/SingleCharacterInputs/SingleCharacterInput.stories.js +12 -0
  346. package/{es/form/SingleCharacterInputContainer → esm/form/SingleCharacterInputs}/__stories__/Default.js +13 -13
  347. package/{es/form/SingleCharacterInputContainer → esm/form/SingleCharacterInputs}/__stories__/WithDefaultError.js +7 -7
  348. package/esm/form/{SingleCharacterInputContainer → SingleCharacterInputs}/__stories__/WithErrorMessageInvalidCode.js +14 -14
  349. package/esm/form/{SingleCharacterInputContainer → SingleCharacterInputs}/__stories__/WithErrorMessageLessDigit.js +11 -11
  350. package/esm/form/SingleCharacterInputs/index.js +4 -0
  351. package/esm/form/SingleCharacterInputs/index.mdx +24 -0
  352. package/esm/form/TextArea/index.mdx +7 -35
  353. package/esm/form/TextInput/__stories__/FixedWidths.js +6 -6
  354. package/esm/form/TextInput/__stories__/FluidWidths.js +6 -6
  355. package/esm/form/TextInput/index.mdx +8 -40
  356. package/esm/form/index.js +2 -2
  357. package/esm/govgr/Footer/index.js +4 -4
  358. package/esm/index.js +1 -1
  359. package/esm/layouts/Admin/index.js +1 -1
  360. package/esm/layouts/Basic/__snapshots__/index.spec.tsx.snap +4 -4
  361. package/esm/layouts/Divider/index.js +1 -1
  362. package/esm/layouts/Section/index.js +3 -0
  363. package/esm/layouts/Stack/Stack.stories.js +12 -0
  364. package/esm/layouts/Stack/__stories__/AlignItems.js +67 -0
  365. package/esm/layouts/Stack/__stories__/Default.js +24 -0
  366. package/esm/layouts/Stack/__stories__/JustifyContent.js +84 -0
  367. package/esm/layouts/Stack/__stories__/NoWrap.js +26 -0
  368. package/esm/layouts/Stack/__stories__/Row.js +25 -0
  369. package/esm/layouts/Stack/__stories__/Spacing.js +55 -0
  370. package/esm/layouts/Stack/index.js +2 -0
  371. package/esm/layouts/index.js +3 -1
  372. package/esm/navigation/BackLink/index.mdx +1 -5
  373. package/esm/navigation/Breadcrumbs/index.mdx +6 -5
  374. package/esm/navigation/Drawer/__stories__/Default.js +25 -66
  375. package/esm/navigation/Drawer/index.mdx +1 -5
  376. package/esm/navigation/Dropdown/__stories__/AlignRight.js +9 -8
  377. package/esm/navigation/Dropdown/__stories__/Default.js +9 -8
  378. package/esm/navigation/Dropdown/__stories__/PlacementTop.js +9 -8
  379. package/esm/navigation/Dropdown/index.js +0 -1
  380. package/esm/navigation/Dropdown/index.mdx +3 -17
  381. package/esm/navigation/Link/Link.stories.playwright.json +2 -2
  382. package/esm/navigation/Link/index.mdx +7 -25
  383. package/esm/navigation/NavList/NavList.stories.playwright.json +2 -2
  384. package/esm/navigation/NavList/NavListAuto/index.js +54 -0
  385. package/esm/navigation/NavList/{NavMenuContainerContentList.js → NavMenuContentList.js} +5 -5
  386. package/esm/navigation/NavList/__stories__/Default.js +12 -28
  387. package/esm/navigation/NavList/__stories__/NavVerticalLayout.js +12 -26
  388. package/esm/navigation/NavList/hooks/useNavList.js +2 -2
  389. package/esm/navigation/NavList/hooks/useTogglableNav.js +33 -18
  390. package/esm/navigation/NavList/index.js +16 -17
  391. package/esm/navigation/NavList/index.mdx +2 -10
  392. package/esm/navigation/NavList/types.js +1 -6
  393. package/esm/navigation/Pagination/__stories__/Default.js +7 -65
  394. package/esm/navigation/Pagination/__stories__/PaginationSmall.js +1 -1
  395. package/esm/navigation/Pagination/__stories__/PaginationWithSmallFont.js +1 -1
  396. package/esm/navigation/Pagination/__stories__/WithInactiveValues.js +2 -2
  397. package/esm/navigation/Pagination/index.mdx +7 -15
  398. package/esm/navigation/SkipLink/SkipLink.stories.js +8 -0
  399. package/esm/navigation/SkipLink/__stories__/Default.js +12 -0
  400. package/esm/navigation/Tabs/Tabs.stories.playwright.json +2 -2
  401. package/esm/navigation/Tabs/__stories__/Default.js +9 -5
  402. package/esm/navigation/Tabs/index.js +1 -1
  403. package/esm/navigation/Tabs/index.mdx +7 -5
  404. package/esm/registry.js +28 -56
  405. package/esm/typography/Heading/__stories__/Default.js +9 -4
  406. package/esm/typography/Heading/index.mdx +1 -5
  407. package/esm/typography/HeadingCaption/index.mdx +1 -5
  408. package/esm/typography/Hint/__stories__/FontSizes.js +3 -3
  409. package/esm/typography/Hint/index.mdx +3 -5
  410. package/esm/typography/NormalText/__stories__/FontSizes.js +7 -7
  411. package/esm/typography/NormalText/__stories__/Variants.js +4 -4
  412. package/esm/typography/NormalText/index.mdx +5 -15
  413. package/esm/typography/Paragraph/__stories__/FontSizes.js +7 -7
  414. package/esm/typography/Paragraph/__stories__/LeadVariant.js +1 -1
  415. package/esm/typography/Paragraph/__stories__/SmallVariant.js +1 -1
  416. package/esm/typography/Paragraph/index.mdx +5 -20
  417. package/esm/utils/Kitchensink/KitchensinkDashboard.js +1 -1
  418. package/feedback/CopyToClipboard/__stories__/Default.js +2 -1
  419. package/feedback/CopyToClipboard/index.d.ts +3 -5
  420. package/feedback/CopyToClipboard/index.js +4 -2
  421. package/feedback/CopyToClipboard/index.mdx +2 -10
  422. package/feedback/ErrorSummary/index.mdx +4 -20
  423. package/feedback/NotificationBanner/__stories__/Default.js +2 -2
  424. package/feedback/NotificationBanner/index.d.ts +1 -1
  425. package/feedback/NotificationBanner/index.js +3 -6
  426. package/feedback/NotificationBanner/index.mdx +2 -10
  427. package/feedback/PhaseBanner/index.mdx +2 -10
  428. package/feedback/ServiceBadge/index.mdx +9 -5
  429. package/feedback/WarningText/WarningText.stories.d.ts +1 -0
  430. package/feedback/WarningText/WarningText.stories.js +14 -0
  431. package/feedback/WarningText/__stories__/AssistiveText.d.ts +2 -0
  432. package/feedback/WarningText/__stories__/AssistiveText.js +24 -0
  433. package/feedback/WarningText/index.mdx +1 -5
  434. package/form/AutoComplete/__stories__/Default.js +1 -1
  435. package/form/AutoComplete/index.d.ts +3 -3
  436. package/form/AutoComplete/index.js +11 -6
  437. package/form/AutoComplete/index.mdx +7 -35
  438. package/form/Button/index.mdx +8 -24
  439. package/form/Checkbox/Checkbox.stories.d.ts +2 -0
  440. package/form/Checkbox/Checkbox.stories.js +28 -0
  441. package/form/Checkbox/__stories__/ConditionalReveal.js +1 -1
  442. package/form/Checkbox/__stories__/Inline.d.ts +2 -0
  443. package/form/Checkbox/__stories__/Inline.js +38 -0
  444. package/form/Checkbox/__stories__/InlineWithDivider.d.ts +2 -0
  445. package/form/Checkbox/__stories__/InlineWithDivider.js +39 -0
  446. package/form/Checkbox/__stories__/NoneAnswer.js +1 -1
  447. package/form/Checkbox/__stories__/NoneAnswerWithError.js +1 -1
  448. package/form/Checkbox/index.mdx +12 -35
  449. package/form/DateInputContainer/index.mdx +9 -20
  450. package/form/ErrorMessage/index.mdx +1 -5
  451. package/form/FileUpload/index.mdx +3 -5
  452. package/form/RadioContainer/RadioContainer.stories.d.ts +1 -0
  453. package/form/RadioContainer/RadioContainer.stories.js +14 -0
  454. package/form/RadioContainer/__stories__/ConditionalReveal.js +1 -1
  455. package/form/RadioContainer/__stories__/Inline.js +1 -1
  456. package/form/RadioContainer/__stories__/InlineWithDivider.d.ts +2 -0
  457. package/form/RadioContainer/__stories__/InlineWithDivider.js +39 -0
  458. package/form/RadioContainer/index.mdx +12 -35
  459. package/form/SearchContainer/index.d.ts +5 -0
  460. package/form/{SearchSection → SearchContainer}/index.js +5 -5
  461. package/form/SelectContainer/__stories__/Default.js +4 -4
  462. package/form/SelectContainer/index.mdx +9 -15
  463. package/form/SingleCharacterInputs/SingleCharacterInput.stories.d.ts +13 -0
  464. package/form/{SingleCharacterInputContainer/SingleCharacterInputContainer.stories.js → SingleCharacterInputs/SingleCharacterInput.stories.js} +8 -8
  465. package/form/{SingleCharacterInputContainer → SingleCharacterInputs}/__stories__/Default.js +13 -13
  466. package/form/{SingleCharacterInputContainer → SingleCharacterInputs}/__stories__/WithDefaultError.js +7 -7
  467. package/form/{SingleCharacterInputContainer → SingleCharacterInputs}/__stories__/WithErrorMessageInvalidCode.js +14 -14
  468. package/form/{SingleCharacterInputContainer → SingleCharacterInputs}/__stories__/WithErrorMessageLessDigit.js +11 -11
  469. package/form/SingleCharacterInputs/index.d.ts +4 -0
  470. package/form/{SingleCharacterInputContainer → SingleCharacterInputs}/index.js +9 -9
  471. package/form/SingleCharacterInputs/index.mdx +24 -0
  472. package/form/TextArea/index.mdx +7 -35
  473. package/form/TextInput/__stories__/FixedWidths.js +6 -6
  474. package/form/TextInput/__stories__/FluidWidths.js +6 -6
  475. package/form/TextInput/index.mdx +8 -40
  476. package/form/index.d.ts +2 -2
  477. package/form/index.js +8 -8
  478. package/govgr/Footer/index.js +4 -4
  479. package/layouts/Admin/index.d.ts +1 -1
  480. package/layouts/Admin/index.js +4 -4
  481. package/layouts/Basic/Content/index.d.ts +1 -1
  482. package/layouts/Basic/__snapshots__/index.spec.tsx.snap +4 -4
  483. package/layouts/Divider/index.d.ts +1 -1
  484. package/layouts/Divider/index.js +4 -4
  485. package/layouts/Section/index.d.ts +3 -0
  486. package/{navigation/NavList/NavMenu.js → layouts/Section/index.js} +5 -5
  487. package/layouts/Stack/Stack.stories.d.ts +13 -0
  488. package/layouts/Stack/Stack.stories.js +101 -0
  489. package/layouts/Stack/__stories__/AlignItems.d.ts +2 -0
  490. package/layouts/Stack/__stories__/AlignItems.js +81 -0
  491. package/layouts/Stack/__stories__/Default.d.ts +2 -0
  492. package/layouts/Stack/__stories__/Default.js +38 -0
  493. package/layouts/Stack/__stories__/JustifyContent.d.ts +2 -0
  494. package/layouts/Stack/__stories__/JustifyContent.js +98 -0
  495. package/layouts/Stack/__stories__/NoWrap.d.ts +2 -0
  496. package/layouts/Stack/__stories__/NoWrap.js +40 -0
  497. package/layouts/Stack/__stories__/Row.d.ts +2 -0
  498. package/layouts/Stack/__stories__/Row.js +39 -0
  499. package/layouts/Stack/__stories__/Spacing.d.ts +2 -0
  500. package/layouts/Stack/__stories__/Spacing.js +69 -0
  501. package/layouts/Stack/index.d.ts +2 -0
  502. package/layouts/Stack/index.js +13 -0
  503. package/layouts/index.d.ts +2 -0
  504. package/layouts/index.js +21 -0
  505. package/navigation/BackLink/index.mdx +1 -5
  506. package/navigation/Breadcrumbs/index.mdx +6 -5
  507. package/navigation/Drawer/__stories__/Default.js +24 -68
  508. package/navigation/Drawer/index.mdx +1 -5
  509. package/navigation/Dropdown/__stories__/AlignRight.js +9 -9
  510. package/navigation/Dropdown/__stories__/Default.js +9 -9
  511. package/navigation/Dropdown/__stories__/PlacementTop.js +9 -9
  512. package/navigation/Dropdown/index.d.ts +0 -1
  513. package/navigation/Dropdown/index.js +0 -14
  514. package/navigation/Dropdown/index.mdx +3 -17
  515. package/navigation/Link/Link.stories.playwright.json +2 -2
  516. package/navigation/Link/index.mdx +7 -25
  517. package/navigation/NavList/NavList.stories.playwright.json +2 -2
  518. package/navigation/NavList/NavListAuto/index.js +80 -0
  519. package/navigation/NavList/NavMenuContentList.d.ts +5 -0
  520. package/navigation/NavList/{NavMenuContainerContentList.js → NavMenuContentList.js} +10 -10
  521. package/navigation/NavList/__stories__/Default.js +12 -28
  522. package/navigation/NavList/__stories__/NavVerticalLayout.js +12 -32
  523. package/navigation/NavList/hooks/useNavList.d.ts +1 -1
  524. package/navigation/NavList/hooks/useNavList.js +2 -2
  525. package/navigation/NavList/hooks/useTogglableNav.d.ts +1 -0
  526. package/navigation/NavList/hooks/useTogglableNav.js +33 -18
  527. package/navigation/NavList/index.d.ts +16 -17
  528. package/navigation/NavList/index.js +54 -96
  529. package/navigation/NavList/index.mdx +2 -10
  530. package/navigation/NavList/types.d.ts +14 -17
  531. package/navigation/NavList/types.js +1 -14
  532. package/navigation/Pagination/__stories__/Default.js +7 -65
  533. package/navigation/Pagination/__stories__/PaginationSmall.js +1 -1
  534. package/navigation/Pagination/__stories__/PaginationWithSmallFont.js +1 -1
  535. package/navigation/Pagination/__stories__/WithInactiveValues.js +2 -2
  536. package/navigation/Pagination/index.mdx +7 -15
  537. package/navigation/SkipLink/SkipLink.stories.d.ts +9 -0
  538. package/navigation/SkipLink/SkipLink.stories.js +32 -0
  539. package/navigation/SkipLink/__stories__/Default.d.ts +2 -0
  540. package/navigation/SkipLink/__stories__/Default.js +26 -0
  541. package/navigation/Tabs/Tabs.stories.playwright.json +2 -2
  542. package/navigation/Tabs/__stories__/Default.js +8 -4
  543. package/navigation/Tabs/index.js +1 -1
  544. package/navigation/Tabs/index.mdx +7 -5
  545. package/package.json +3 -3
  546. package/registry.d.ts +18 -30
  547. package/registry.js +34 -76
  548. package/src/app/CloseButton/index.tsx +4 -0
  549. package/src/app/{FilterSection → FilterContainer}/index.tsx +4 -5
  550. package/src/app/Footer/Footer.stories.playwright.json +2 -2
  551. package/src/app/Footer/__stories__/DefaultCopyright.tsx +27 -25
  552. package/src/app/Footer/__stories__/FooterAllInclusive.tsx +98 -89
  553. package/src/app/Footer/__stories__/FooterWithLink.tsx +48 -40
  554. package/src/app/Footer/__stories__/FooterWithLogo.tsx +41 -33
  555. package/src/app/Footer/__stories__/FooterWithSecondaryNavigation.tsx +22 -20
  556. package/src/app/Footer/__stories__/YearCopyright.tsx +24 -23
  557. package/src/app/Footer/index.mdx +4 -20
  558. package/src/app/Footer/index.tsx +3 -5
  559. package/src/app/Header/Header.stories.playwright.json +1 -1
  560. package/src/app/Header/__snapshots__/index.spec.tsx.snap +0 -3
  561. package/src/app/Header/__stories__/Default.tsx +4 -4
  562. package/src/app/Header/__stories__/WithHeaderNavigation.tsx +16 -26
  563. package/src/app/Header/__stories__/WithNavigation.tsx +17 -38
  564. package/src/app/Header/__stories__/WithServiceName.tsx +4 -4
  565. package/src/app/Header/__stories__/WithServiceNameAndLogo.tsx +4 -4
  566. package/src/app/Header/index.mdx +4 -21
  567. package/src/app/Header/index.spec.tsx +2 -2
  568. package/src/app/Header/index.tsx +0 -1
  569. package/src/app/Masthead/Masthead.stories.playwright.json +1 -1
  570. package/src/app/Modal/__stories__/Default.tsx +1 -1
  571. package/src/app/Modal/index.mdx +1 -5
  572. package/src/app/NotFound/index.tsx +3 -3
  573. package/src/app/PageTitleContainer/index.tsx +5 -0
  574. package/src/app/Panel/Panel.stories.js +10 -0
  575. package/src/app/Panel/__stories__/Default.tsx +19 -0
  576. package/src/app/Panel/index.mdx +16 -0
  577. package/src/app/Panel/index.tsx +6 -0
  578. package/src/app/PhaseBannerHeader/index.mdx +1 -5
  579. package/src/app/PhaseBannerHeader/index.tsx +3 -3
  580. package/src/app/QrCodeViewer/index.mdx +2 -10
  581. package/src/app/ThemeOptions/index.tsx +7 -7
  582. package/src/app/index.ts +3 -4
  583. package/src/content/Accordion/index.mdx +2 -10
  584. package/src/content/Blockquote/index.mdx +1 -5
  585. package/src/content/Card/index.mdx +8 -40
  586. package/src/content/Chip/__stories__/GroupOfChips.tsx +3 -3
  587. package/src/content/Chip/index.mdx +39 -0
  588. package/src/content/Chip/index.tsx +1 -2
  589. package/src/content/Details/index.mdx +6 -5
  590. package/src/content/List/__stories__/HorizontalList.tsx +1 -1
  591. package/src/content/List/__stories__/WithExtraSpace.tsx +1 -1
  592. package/src/content/List/index.mdx +3 -15
  593. package/src/content/StepNav/__stories__/Default.tsx +3 -4
  594. package/src/content/StepNav/__stories__/WithHints.tsx +4 -4
  595. package/src/content/StepNav/index.mdx +21 -0
  596. package/src/content/SummaryList/index.mdx +3 -15
  597. package/src/content/Table/Table.stories.js +1 -0
  598. package/src/content/Table/__stories__/DarkVariant.tsx +1 -1
  599. package/src/content/Table/__stories__/DarkVariantWithVerticalHeaders.tsx +1 -1
  600. package/src/content/Table/__stories__/DefinedWidth.tsx +3 -3
  601. package/src/content/Table/__stories__/Full.tsx +1 -1
  602. package/src/content/Table/__stories__/MultipleProps.tsx +1 -1
  603. package/src/content/Table/__stories__/RowColors.tsx +96 -0
  604. package/src/content/Table/__stories__/WithFloatingScroll.tsx +5 -7
  605. package/src/content/Table/__stories__/ZebraProp.tsx +1 -1
  606. package/src/content/Table/index.mdx +15 -41
  607. package/src/content/Table/index.tsx +13 -12
  608. package/src/content/TaskList/__stories__/Default.tsx +5 -5
  609. package/src/content/TaskList/index.mdx +21 -0
  610. package/src/content/Timeline/__stories__/Default.tsx +55 -57
  611. package/src/content/Timeline/index.mdx +23 -0
  612. package/src/feedback/CopyToClipboard/__stories__/Default.tsx +2 -1
  613. package/src/feedback/CopyToClipboard/index.mdx +2 -10
  614. package/src/feedback/CopyToClipboard/index.tsx +4 -6
  615. package/src/feedback/ErrorSummary/index.mdx +4 -20
  616. package/src/feedback/NotificationBanner/__stories__/Default.tsx +2 -2
  617. package/src/feedback/NotificationBanner/index.mdx +2 -10
  618. package/src/feedback/NotificationBanner/index.tsx +6 -6
  619. package/src/feedback/PhaseBanner/index.mdx +2 -10
  620. package/src/feedback/ServiceBadge/index.mdx +9 -5
  621. package/src/feedback/WarningText/WarningText.stories.js +1 -0
  622. package/src/feedback/WarningText/__stories__/AssistiveText.tsx +10 -0
  623. package/src/feedback/WarningText/index.mdx +1 -5
  624. package/src/form/AutoComplete/__stories__/Default.tsx +1 -1
  625. package/src/form/AutoComplete/index.mdx +7 -35
  626. package/src/form/AutoComplete/index.tsx +6 -12
  627. package/src/form/Button/index.mdx +8 -24
  628. package/src/form/Checkbox/Checkbox.stories.js +2 -0
  629. package/src/form/Checkbox/__stories__/ConditionalReveal.tsx +1 -1
  630. package/src/form/Checkbox/__stories__/Inline.tsx +32 -0
  631. package/src/form/Checkbox/__stories__/InlineWithDivider.tsx +32 -0
  632. package/src/form/Checkbox/__stories__/NoneAnswer.tsx +1 -1
  633. package/src/form/Checkbox/__stories__/NoneAnswerWithError.tsx +1 -1
  634. package/src/form/Checkbox/index.mdx +12 -35
  635. package/src/form/DateInputContainer/index.mdx +9 -20
  636. package/src/form/ErrorMessage/index.mdx +1 -5
  637. package/src/form/FileUpload/index.mdx +3 -5
  638. package/src/form/RadioContainer/RadioContainer.stories.js +1 -0
  639. package/src/form/RadioContainer/__stories__/ConditionalReveal.tsx +1 -1
  640. package/src/form/RadioContainer/__stories__/Inline.tsx +1 -1
  641. package/src/form/RadioContainer/__stories__/InlineWithDivider.tsx +32 -0
  642. package/src/form/RadioContainer/index.mdx +12 -35
  643. package/src/form/SearchContainer/index.tsx +6 -0
  644. package/src/form/SelectContainer/__stories__/Default.tsx +4 -4
  645. package/src/form/SelectContainer/index.mdx +9 -15
  646. package/src/form/SingleCharacterInputs/SingleCharacterInput.stories.js +13 -0
  647. package/src/form/{SingleCharacterInputContainer → SingleCharacterInputs}/__stories__/Default.tsx +11 -11
  648. package/src/form/{SingleCharacterInputContainer → SingleCharacterInputs}/__stories__/WithDefaultError.tsx +11 -11
  649. package/src/form/{SingleCharacterInputContainer → SingleCharacterInputs}/__stories__/WithErrorMessageInvalidCode.tsx +11 -11
  650. package/src/form/{SingleCharacterInputContainer → SingleCharacterInputs}/__stories__/WithErrorMessageLessDigit.tsx +11 -11
  651. package/src/form/SingleCharacterInputs/index.mdx +24 -0
  652. package/src/form/SingleCharacterInputs/index.tsx +4 -0
  653. package/src/form/TextArea/index.mdx +7 -35
  654. package/src/form/TextInput/__stories__/FixedWidths.tsx +6 -6
  655. package/src/form/TextInput/__stories__/FluidWidths.tsx +6 -6
  656. package/src/form/TextInput/index.mdx +8 -40
  657. package/src/form/index.ts +2 -2
  658. package/src/govgr/Footer/index.tsx +8 -8
  659. package/src/layouts/Admin/index.tsx +1 -1
  660. package/src/layouts/Basic/__snapshots__/index.spec.tsx.snap +4 -4
  661. package/src/layouts/Divider/index.tsx +1 -1
  662. package/src/layouts/Section/index.tsx +3 -0
  663. package/src/layouts/Stack/Stack.stories.js +12 -0
  664. package/src/layouts/Stack/__stories__/AlignItems.tsx +36 -0
  665. package/src/layouts/Stack/__stories__/Default.tsx +17 -0
  666. package/src/layouts/Stack/__stories__/JustifyContent.tsx +47 -0
  667. package/src/layouts/Stack/__stories__/NoWrap.tsx +17 -0
  668. package/src/layouts/Stack/__stories__/Row.tsx +17 -0
  669. package/src/layouts/Stack/__stories__/Spacing.tsx +35 -0
  670. package/src/layouts/Stack/index.tsx +3 -0
  671. package/src/layouts/index.ts +2 -0
  672. package/src/navigation/BackLink/index.mdx +1 -5
  673. package/src/navigation/Breadcrumbs/index.mdx +6 -5
  674. package/src/navigation/Drawer/__stories__/Default.tsx +31 -84
  675. package/src/navigation/Drawer/index.mdx +1 -5
  676. package/src/navigation/Dropdown/__stories__/AlignRight.tsx +13 -12
  677. package/src/navigation/Dropdown/__stories__/Default.tsx +10 -11
  678. package/src/navigation/Dropdown/__stories__/PlacementTop.tsx +11 -11
  679. package/src/navigation/Dropdown/index.mdx +3 -17
  680. package/src/navigation/Dropdown/index.tsx +0 -1
  681. package/src/navigation/Link/Link.stories.playwright.json +2 -2
  682. package/src/navigation/Link/index.mdx +7 -25
  683. package/src/navigation/NavList/NavList.stories.playwright.json +2 -2
  684. package/src/navigation/NavList/NavListAuto/index.tsx +68 -0
  685. package/src/navigation/NavList/{NavMenuContainerContentList.tsx → NavMenuContentList.tsx} +8 -8
  686. package/src/navigation/NavList/__stories__/Default.tsx +28 -40
  687. package/src/navigation/NavList/__stories__/NavVerticalLayout.tsx +25 -33
  688. package/src/navigation/NavList/hooks/useNavList.ts +3 -3
  689. package/src/navigation/NavList/hooks/useTogglableNav.tsx +31 -19
  690. package/src/navigation/NavList/index.mdx +2 -10
  691. package/src/navigation/NavList/index.tsx +16 -17
  692. package/src/navigation/NavList/types.tsx +16 -28
  693. package/src/navigation/Pagination/__stories__/Default.tsx +2 -76
  694. package/src/navigation/Pagination/__stories__/PaginationSmall.tsx +1 -1
  695. package/src/navigation/Pagination/__stories__/PaginationWithSmallFont.tsx +1 -1
  696. package/src/navigation/Pagination/__stories__/WithInactiveValues.tsx +2 -2
  697. package/src/navigation/Pagination/index.mdx +7 -15
  698. package/src/navigation/SkipLink/SkipLink.stories.js +9 -0
  699. package/src/navigation/SkipLink/__stories__/Default.tsx +15 -0
  700. package/src/navigation/Tabs/Tabs.stories.playwright.json +2 -2
  701. package/src/navigation/Tabs/__stories__/Default.tsx +2 -0
  702. package/src/navigation/Tabs/index.mdx +7 -5
  703. package/src/navigation/Tabs/index.tsx +1 -1
  704. package/src/registry.js +30 -58
  705. package/src/typography/Heading/__stories__/Default.tsx +6 -6
  706. package/src/typography/Heading/index.mdx +1 -5
  707. package/src/typography/HeadingCaption/index.mdx +1 -5
  708. package/src/typography/Hint/__stories__/FontSizes.tsx +3 -3
  709. package/src/typography/Hint/index.mdx +3 -5
  710. package/src/typography/NormalText/__stories__/FontSizes.tsx +7 -7
  711. package/src/typography/NormalText/__stories__/Variants.tsx +2 -2
  712. package/src/typography/NormalText/index.mdx +5 -15
  713. package/src/typography/Paragraph/__stories__/FontSizes.tsx +7 -7
  714. package/src/typography/Paragraph/__stories__/LeadVariant.tsx +1 -1
  715. package/src/typography/Paragraph/__stories__/SmallVariant.tsx +1 -1
  716. package/src/typography/Paragraph/index.mdx +5 -20
  717. package/src/utils/Kitchensink/KitchensinkDashboard.tsx +1 -1
  718. package/typography/Caption/index.d.ts +1 -1
  719. package/typography/Heading/__stories__/Default.js +9 -4
  720. package/typography/Heading/index.mdx +1 -5
  721. package/typography/HeadingCaption/index.mdx +1 -5
  722. package/typography/Hint/__stories__/FontSizes.js +3 -3
  723. package/typography/Hint/index.mdx +3 -5
  724. package/typography/NormalText/__stories__/FontSizes.js +7 -7
  725. package/typography/NormalText/__stories__/Variants.js +4 -4
  726. package/typography/NormalText/index.mdx +5 -15
  727. package/typography/Paragraph/__stories__/FontSizes.js +7 -7
  728. package/typography/Paragraph/__stories__/LeadVariant.js +1 -1
  729. package/typography/Paragraph/__stories__/SmallVariant.js +1 -1
  730. package/typography/Paragraph/index.mdx +5 -20
  731. package/utils/Kitchensink/KitchensinkDashboard.js +1 -1
  732. package/app/Confirmation/__stories__/Default.js +0 -22
  733. package/app/Confirmation/index.d.ts +0 -5
  734. package/app/Confirmation/index.mdx +0 -20
  735. package/app/Header/HeaderSubtitle.d.ts +0 -3
  736. package/app/Header/HeaderSubtitle.js +0 -19
  737. package/app/PageTitle/index.d.ts +0 -6
  738. package/es/app/Confirmation/Confirmation.stories.js +0 -9
  739. package/es/app/Confirmation/__stories__/Default.js +0 -9
  740. package/es/app/Confirmation/index.js +0 -5
  741. package/es/app/Confirmation/index.mdx +0 -20
  742. package/es/app/Header/HeaderSubtitle.js +0 -3
  743. package/es/app/PageTitle/index.js +0 -6
  744. package/es/form/SearchSection/index.js +0 -5
  745. package/es/form/SingleCharacterInputContainer/SingleCharacterInputContainer.stories.js +0 -12
  746. package/es/form/SingleCharacterInputContainer/index.js +0 -4
  747. package/es/form/SingleCharacterInputContainer/index.mdx +0 -36
  748. package/es/navigation/NavList/NavListAuto/NavListAuto.js +0 -31
  749. package/es/navigation/NavList/NavListAuto/NavListBaseAuto.js +0 -22
  750. package/es/navigation/NavList/NavListAuto/NavListContextAuto.js +0 -104
  751. package/es/navigation/NavList/NavListAuto/NavListItemAnchorAuto.js +0 -26
  752. package/es/navigation/NavList/NavListAuto/NavListItemAuto.js +0 -38
  753. package/es/navigation/NavList/NavListAuto/NavListItemButtonAuto.js +0 -30
  754. package/es/navigation/NavList/NavListAuto/NavListMenuAuto.js +0 -36
  755. package/es/navigation/NavList/NavListAuto/NavListSubMenuAuto.js +0 -26
  756. package/es/navigation/NavList/NavListItem.js +0 -23
  757. package/es/navigation/NavList/NavListItemBase.js +0 -44
  758. package/es/navigation/NavList/NavListItemButton.js +0 -3
  759. package/es/navigation/NavList/NavListItemLink.js +0 -3
  760. package/es/navigation/NavList/NavMenu.js +0 -3
  761. package/es/navigation/NavList/NavMenuContainer.js +0 -3
  762. package/es/navigation/NavList/NavMenuContainerContent.js +0 -3
  763. package/es/navigation/NavList/NavMenuContainerContentListItem.js +0 -3
  764. package/es/navigation/NavList/NavMenuContainerTitle.js +0 -3
  765. package/es/navigation/NavList/NavVertical.js +0 -3
  766. package/es/navigation/NavList/NavVerticalItem.js +0 -3
  767. package/esm/app/Confirmation/Confirmation.stories.js +0 -9
  768. package/esm/app/Confirmation/__stories__/Default.js +0 -9
  769. package/esm/app/Confirmation/index.js +0 -5
  770. package/esm/app/Confirmation/index.mdx +0 -20
  771. package/esm/app/Header/HeaderSubtitle.js +0 -3
  772. package/esm/app/PageTitle/index.js +0 -6
  773. package/esm/form/SearchSection/index.js +0 -5
  774. package/esm/form/SingleCharacterInputContainer/SingleCharacterInputContainer.stories.js +0 -12
  775. package/esm/form/SingleCharacterInputContainer/index.js +0 -4
  776. package/esm/form/SingleCharacterInputContainer/index.mdx +0 -36
  777. package/esm/navigation/NavList/NavListAuto/NavListAuto.js +0 -31
  778. package/esm/navigation/NavList/NavListAuto/NavListBaseAuto.js +0 -22
  779. package/esm/navigation/NavList/NavListAuto/NavListContextAuto.js +0 -104
  780. package/esm/navigation/NavList/NavListAuto/NavListItemAnchorAuto.js +0 -26
  781. package/esm/navigation/NavList/NavListAuto/NavListItemAuto.js +0 -38
  782. package/esm/navigation/NavList/NavListAuto/NavListItemButtonAuto.js +0 -30
  783. package/esm/navigation/NavList/NavListAuto/NavListMenuAuto.js +0 -36
  784. package/esm/navigation/NavList/NavListAuto/NavListSubMenuAuto.js +0 -26
  785. package/esm/navigation/NavList/NavListItem.js +0 -23
  786. package/esm/navigation/NavList/NavListItemBase.js +0 -44
  787. package/esm/navigation/NavList/NavListItemButton.js +0 -3
  788. package/esm/navigation/NavList/NavListItemLink.js +0 -3
  789. package/esm/navigation/NavList/NavMenu.js +0 -3
  790. package/esm/navigation/NavList/NavMenuContainer.js +0 -3
  791. package/esm/navigation/NavList/NavMenuContainerContent.js +0 -3
  792. package/esm/navigation/NavList/NavMenuContainerContentListItem.js +0 -3
  793. package/esm/navigation/NavList/NavMenuContainerTitle.js +0 -3
  794. package/esm/navigation/NavList/NavVertical.js +0 -3
  795. package/esm/navigation/NavList/NavVerticalItem.js +0 -3
  796. package/form/SearchSection/index.d.ts +0 -5
  797. package/form/SingleCharacterInputContainer/SingleCharacterInputContainer.stories.d.ts +0 -13
  798. package/form/SingleCharacterInputContainer/index.d.ts +0 -4
  799. package/form/SingleCharacterInputContainer/index.mdx +0 -36
  800. package/navigation/NavList/NavListAuto/NavListAuto.js +0 -48
  801. package/navigation/NavList/NavListAuto/NavListBaseAuto.d.ts +0 -3
  802. package/navigation/NavList/NavListAuto/NavListBaseAuto.js +0 -38
  803. package/navigation/NavList/NavListAuto/NavListContextAuto.d.ts +0 -29
  804. package/navigation/NavList/NavListAuto/NavListContextAuto.js +0 -128
  805. package/navigation/NavList/NavListAuto/NavListItemAnchorAuto.d.ts +0 -9
  806. package/navigation/NavList/NavListAuto/NavListItemAnchorAuto.js +0 -51
  807. package/navigation/NavList/NavListAuto/NavListItemAuto.d.ts +0 -8
  808. package/navigation/NavList/NavListAuto/NavListItemAuto.js +0 -63
  809. package/navigation/NavList/NavListAuto/NavListItemButtonAuto.d.ts +0 -12
  810. package/navigation/NavList/NavListAuto/NavListItemButtonAuto.js +0 -48
  811. package/navigation/NavList/NavListAuto/NavListMenuAuto.d.ts +0 -11
  812. package/navigation/NavList/NavListAuto/NavListMenuAuto.js +0 -56
  813. package/navigation/NavList/NavListAuto/NavListSubMenuAuto.d.ts +0 -9
  814. package/navigation/NavList/NavListAuto/NavListSubMenuAuto.js +0 -44
  815. package/navigation/NavList/NavListItem.d.ts +0 -4
  816. package/navigation/NavList/NavListItem.js +0 -42
  817. package/navigation/NavList/NavListItemBase.d.ts +0 -15
  818. package/navigation/NavList/NavListItemBase.js +0 -68
  819. package/navigation/NavList/NavListItemButton.d.ts +0 -3
  820. package/navigation/NavList/NavListItemButton.js +0 -30
  821. package/navigation/NavList/NavListItemLink.d.ts +0 -3
  822. package/navigation/NavList/NavListItemLink.js +0 -30
  823. package/navigation/NavList/NavMenu.d.ts +0 -3
  824. package/navigation/NavList/NavMenuContainer.d.ts +0 -3
  825. package/navigation/NavList/NavMenuContainer.js +0 -30
  826. package/navigation/NavList/NavMenuContainerContent.d.ts +0 -3
  827. package/navigation/NavList/NavMenuContainerContent.js +0 -30
  828. package/navigation/NavList/NavMenuContainerContentList.d.ts +0 -5
  829. package/navigation/NavList/NavMenuContainerContentListItem.d.ts +0 -3
  830. package/navigation/NavList/NavMenuContainerContentListItem.js +0 -30
  831. package/navigation/NavList/NavMenuContainerTitle.d.ts +0 -3
  832. package/navigation/NavList/NavMenuContainerTitle.js +0 -30
  833. package/navigation/NavList/NavVertical.d.ts +0 -3
  834. package/navigation/NavList/NavVerticalItem.d.ts +0 -3
  835. package/navigation/NavList/NavVerticalItem.js +0 -30
  836. package/src/app/Confirmation/Confirmation.stories.js +0 -10
  837. package/src/app/Confirmation/__stories__/Default.tsx +0 -19
  838. package/src/app/Confirmation/index.mdx +0 -20
  839. package/src/app/Confirmation/index.tsx +0 -6
  840. package/src/app/Header/HeaderSubtitle.tsx +0 -4
  841. package/src/app/PageTitle/index.tsx +0 -6
  842. package/src/form/SearchSection/index.tsx +0 -6
  843. package/src/form/SingleCharacterInputContainer/SingleCharacterInputContainer.stories.js +0 -13
  844. package/src/form/SingleCharacterInputContainer/index.mdx +0 -36
  845. package/src/form/SingleCharacterInputContainer/index.tsx +0 -4
  846. package/src/navigation/NavList/NavListAuto/NavListAuto.tsx +0 -34
  847. package/src/navigation/NavList/NavListAuto/NavListBaseAuto.tsx +0 -20
  848. package/src/navigation/NavList/NavListAuto/NavListContextAuto.tsx +0 -112
  849. package/src/navigation/NavList/NavListAuto/NavListItemAnchorAuto.tsx +0 -38
  850. package/src/navigation/NavList/NavListAuto/NavListItemAuto.tsx +0 -49
  851. package/src/navigation/NavList/NavListAuto/NavListItemButtonAuto.tsx +0 -53
  852. package/src/navigation/NavList/NavListAuto/NavListMenuAuto.tsx +0 -51
  853. package/src/navigation/NavList/NavListAuto/NavListSubMenuAuto.tsx +0 -32
  854. package/src/navigation/NavList/NavListItem.tsx +0 -46
  855. package/src/navigation/NavList/NavListItemBase.tsx +0 -63
  856. package/src/navigation/NavList/NavListItemButton.tsx +0 -3
  857. package/src/navigation/NavList/NavListItemLink.tsx +0 -3
  858. package/src/navigation/NavList/NavMenu.tsx +0 -3
  859. package/src/navigation/NavList/NavMenuContainer.tsx +0 -3
  860. package/src/navigation/NavList/NavMenuContainerContent.tsx +0 -3
  861. package/src/navigation/NavList/NavMenuContainerContentListItem.tsx +0 -3
  862. package/src/navigation/NavList/NavMenuContainerTitle.tsx +0 -3
  863. package/src/navigation/NavList/NavVertical.tsx +0 -3
  864. package/src/navigation/NavList/NavVerticalItem.tsx +0 -3
  865. /package/app/{Confirmation → Panel}/__stories__/Default.d.ts +0 -0
  866. /package/form/{SingleCharacterInputContainer → SingleCharacterInputs}/__stories__/Default.d.ts +0 -0
  867. /package/form/{SingleCharacterInputContainer → SingleCharacterInputs}/__stories__/WithDefaultError.d.ts +0 -0
  868. /package/form/{SingleCharacterInputContainer → SingleCharacterInputs}/__stories__/WithErrorMessageInvalidCode.d.ts +0 -0
  869. /package/form/{SingleCharacterInputContainer → SingleCharacterInputs}/__stories__/WithErrorMessageLessDigit.d.ts +0 -0
  870. /package/navigation/NavList/NavListAuto/{NavListAuto.d.ts → index.d.ts} +0 -0
@@ -11,19 +11,11 @@ import CopyToClipboard from '@digigov/ui/feedback/CopyToClipboard';
11
11
 
12
12
  ### Default
13
13
 
14
- <Story
15
- packageName="@digigov/ui"
16
- component="feedback/CopyToClipboard"
17
- story="Default.tsx"
18
- />
14
+ <Story packageName="@digigov/ui" component="feedback/CopyToClipboard" story="Default.tsx" />
19
15
 
20
16
  ### Banner
21
17
 
22
- <Story
23
- packageName="@digigov/ui"
24
- component="feedback/CopyToClipboard"
25
- story="Banner.tsx"
26
- />
18
+ <Story packageName="@digigov/ui" component="feedback/CopyToClipboard" story="Banner.tsx" />
27
19
 
28
20
  ## API
29
21
 
@@ -1,13 +1,11 @@
1
1
  import React, { useState, useEffect } from 'react';
2
- import CopyToClipboardContainer from '@digigov/react-core/CopyToClipboardContainer';
2
+ import CopyToClipboardContainer, { CopyToClipboardContainerProps } from '@digigov/react-core/CopyToClipboardContainer';
3
3
  import CopyToClipboardMessage from '@digigov/react-core/CopyToClipboardMessage';
4
4
  import { useTranslation } from '@digigov/ui/i18n';
5
5
  import NormalText from '@digigov/ui/typography/NormalText';
6
6
 
7
- type DivElementAttributes = JSX.IntrinsicElements['div'];
8
- export interface CopyToClipboardProps extends DivElementAttributes {
7
+ export interface CopyToClipboardProps extends CopyToClipboardContainerProps {
9
8
  text: string;
10
- variant?: 'tooltip-right' | 'tooltip-left' | 'banner';
11
9
  message?: string;
12
10
  timeout?: number;
13
11
  }
@@ -16,7 +14,7 @@ export const CopyToClipboard = React.forwardRef<
16
14
  HTMLDivElement,
17
15
  CopyToClipboardProps
18
16
  >(function CopyToClipboard(
19
- { text, variant = 'tooltip-right', message, timeout = 3000, children },
17
+ { text, variant = 'tooltip', tooltipAlign = 'right', message, timeout = 3000, children },
20
18
  ref
21
19
  ) {
22
20
  const [enabled, setEnabled] = useState(false);
@@ -39,12 +37,12 @@ export const CopyToClipboard = React.forwardRef<
39
37
  <CopyToClipboardContainer
40
38
  onClick={copyToClipboard}
41
39
  variant={variant}
40
+ tooltipAlign={tooltipAlign}
42
41
  ref={ref}
43
42
  >
44
43
  {children}
45
44
  {enabled && (
46
45
  <CopyToClipboardMessage
47
- variant={variant}
48
46
  enabled={enabled}
49
47
  role="tooltip"
50
48
  >
@@ -15,11 +15,7 @@ import ErrorSummary from '@digigov/ui/feedback/ErrorSummary';
15
15
 
16
16
  ## How to use
17
17
 
18
- <Story
19
- packageName="@digigov/ui"
20
- component="feedback/ErrorSummary"
21
- story="Default.tsx"
22
- />
18
+ <Story packageName="@digigov/ui" component="feedback/ErrorSummary" story="Default.tsx" />
23
19
 
24
20
  ### Linking from the error summary to each answer
25
21
 
@@ -27,29 +23,17 @@ You must link the errors in the error summary to the answer they relate to.
27
23
 
28
24
  For questions that require a user to answer using a single field, like a file upload, select, textarea, text input or character count, link to the field.
29
25
 
30
- <Story
31
- packageName="@digigov/ui"
32
- component="feedback/ErrorSummary"
33
- story="LinkedToInput.tsx"
34
- />
26
+ <Story packageName="@digigov/ui" component="feedback/ErrorSummary" story="LinkedToInput.tsx" />
35
27
 
36
28
  When a user has to enter their answer into multiple fields, such as the day, month and year fields in the date input component, link to the first field that contains an error.
37
29
 
38
30
  If you do not know which field contains an error, link to the first field.
39
31
 
40
- <Story
41
- packageName="@digigov/ui"
42
- component="feedback/ErrorSummary"
43
- story="LinkedToField.tsx"
44
- />
32
+ <Story packageName="@digigov/ui" component="feedback/ErrorSummary" story="LinkedToField.tsx" />
45
33
 
46
34
  For questions that require a user to select one or more options from a list using radios or checkboxes, link to the first radio or checkbox.
47
35
 
48
- <Story
49
- packageName="@digigov/ui"
50
- component="feedback/ErrorSummary"
51
- story="LinkedToCheckbox.tsx"
52
- />
36
+ <Story packageName="@digigov/ui" component="feedback/ErrorSummary" story="LinkedToCheckbox.tsx" />
53
37
 
54
38
  ## API
55
39
 
@@ -3,13 +3,13 @@ import { NotificationBanner } from '@digigov/ui/feedback/NotificationBanner';
3
3
 
4
4
  export const Default = () => (
5
5
  <NotificationBanner
6
- title="Προειδοποίηση"
6
+ title="Ειδοποίηση"
7
7
  link={{
8
8
  label: 'Προβολή αίτησης',
9
9
  href: '#link?name=NotificationBannerDefault',
10
10
  }}
11
11
  >
12
- Έχετε 7 ημέρες για να υποβάλετε την αίτηση.
12
+ Σε 7 ημέρες θα μπορείτε να υποβάλετε την αίτηση.
13
13
  </NotificationBanner>
14
14
  );
15
15
 
@@ -19,19 +19,11 @@ Use a ‘neutral’ blue notification banner if the user needs to know about a p
19
19
 
20
20
  Use a ‘neutral’ notification banner if the user needs to know about something that’s happening elsewhere in the service.
21
21
 
22
- <Story
23
- packageName="@digigov/ui"
24
- component="feedback/NotificationBanner"
25
- story="Default.tsx"
26
- />
22
+ <Story packageName="@digigov/ui" component="feedback/NotificationBanner" story="Default.tsx" />
27
23
 
28
24
  You can also use a notification banner to tell the user about the outcome of something they’ve just done - but they have not finished using the service, so it does not make sense to use a confirmation page.
29
25
 
30
- <Story
31
- packageName="@digigov/ui"
32
- component="feedback/NotificationBanner"
33
- story="Success.tsx"
34
- />
26
+ <Story packageName="@digigov/ui" component="feedback/NotificationBanner" story="Success.tsx" />
35
27
 
36
28
  ## API
37
29
 
@@ -9,24 +9,24 @@ import NotificationBannerLink from '@digigov/react-core/NotificationBannerLink';
9
9
 
10
10
  export interface NotificationBannerProps
11
11
  extends NotificationBannerContainerProps {
12
- variant?: 'important' | 'success';
12
+ variant?: 'info' | 'success' | 'error';
13
13
  title?: string;
14
14
  link?: { href: string; label: string };
15
15
  ref?: React.Ref<HTMLDivElement>;
16
16
  }
17
17
 
18
18
  export const NotificationBanner: React.FC<NotificationBannerProps> = ({
19
- variant = 'important',
19
+ variant,
20
20
  title,
21
21
  link,
22
22
  children,
23
23
  ...props
24
24
  }) => {
25
- const success = variant === 'success';
26
- title = title ? title : success ? 'Success' : 'Important';
27
25
  return (
28
- <NotificationBannerContainer success={success} {...props}>
29
- <NotificationBannerHeader>{title}</NotificationBannerHeader>
26
+ <NotificationBannerContainer variant={variant} {...props}>
27
+ {title && (
28
+ <NotificationBannerHeader>{title}</NotificationBannerHeader>
29
+ )}
30
30
  <NotificationBannerContent>
31
31
  <NotificationBannerHeading>
32
32
  {children}
@@ -15,19 +15,11 @@ import PhaseBanner from '@digigov/ui/feedback/PhaseBanner';
15
15
 
16
16
  Your banner must be directly under the blue GOV.GR header and colour bar.
17
17
 
18
- <Story
19
- packageName="@digigov/ui"
20
- component="feedback/PhaseBanner"
21
- story="Default.tsx"
22
- />
18
+ <Story packageName="@digigov/ui" component="feedback/PhaseBanner" story="Default.tsx" />
23
19
 
24
20
  ### Underlined
25
21
 
26
- <Story
27
- packageName="@digigov/ui"
28
- component="feedback/PhaseBanner"
29
- story="Underlined.tsx"
30
- />
22
+ <Story packageName="@digigov/ui" component="feedback/PhaseBanner"story="Underlined.tsx" />
31
23
 
32
24
  ## API
33
25
 
@@ -5,17 +5,21 @@ parent: docs/ui/component
5
5
  ---
6
6
 
7
7
  import ServiceBadge from '@digigov/ui/feedback/ServiceBadge';
8
- import Header, { HeaderTitle } from '@digigov/ui/app/Header';
8
+ import Header, { HeaderContent, HeaderSection, HeaderTitle } from '@digigov/ui/app/Header';
9
9
  import GovGRLogo from '@digigov/ui/govgr/GovGRLogo';
10
10
 
11
11
  ## Example
12
12
 
13
13
  <Header>
14
- <GovGRLogo />
15
- <HeaderTitle>
16
- Service Name <ServiceBadge label="ALPHA" />
17
- </HeaderTitle>
14
+ <HeaderContent>
15
+ <HeaderSection>
16
+ <GovGRLogo />
17
+ <HeaderTitle>Service Name </HeaderTitle>
18
+ <ServiceBadge label="ALPHA" />
19
+ </HeaderSection>
20
+ </HeaderContent>
18
21
  </Header>
22
+ <br/>
19
23
 
20
24
  ## How to use
21
25
 
@@ -8,3 +8,4 @@ export default {
8
8
  displayName: 'WarningText',
9
9
  };
10
10
  export * from '@digigov/ui/feedback/WarningText/__stories__/Default';
11
+ export * from '@digigov/ui/feedback/WarningText/__stories__/AssistiveText';
@@ -0,0 +1,10 @@
1
+ import React from 'react';
2
+ import { WarningText } from '@digigov/ui/feedback/WarningText';
3
+
4
+ export const AssistiveText = () => (
5
+ <WarningText assistiveText='Σημαντικό'>
6
+ Μπορεί να σας επιβληθεί πρόστιμο έως και 5.000 ευρώ εάν δεν εγγραφείτε.
7
+ </WarningText>
8
+ );
9
+
10
+ export default AssistiveText;
@@ -14,11 +14,7 @@ import WarningText from '@digigov/ui/feedback/WarningText';
14
14
  You might need to rewrite the hidden text ("Προσοχή" in the example) to make it appropriate for your context.
15
15
  This will be used by screen-readers.
16
16
 
17
- <Story
18
- packageName="@digigov/ui"
19
- component="feedback/WarningText"
20
- story="Default.tsx"
21
- />
17
+ <Story packageName="@digigov/ui" component="feedback/WarningText" story="Default.tsx" />
22
18
 
23
19
  ## API
24
20
 
@@ -7,7 +7,7 @@ import { FieldContainer } from '@digigov/ui/form/FieldContainer';
7
7
  export const Default = () => (
8
8
  <div>
9
9
  <FieldContainer>
10
- <AutoComplete source={suggest} cellWidth="one-third" id="govgr" />
10
+ <AutoComplete source={suggest} width='33.3%' id="govgr" />
11
11
  </FieldContainer>
12
12
  <Button>Υποβολή</Button>
13
13
  </div>
@@ -16,61 +16,33 @@ import AutoComplete from '@digigov/ui/form/AutoComplete';
16
16
 
17
17
  ### AutoComplete
18
18
 
19
- <Story
20
- packageName="@digigov/ui"
21
- component="form/AutoComplete"
22
- story="Default.tsx"
23
- />
19
+ <Story packageName="@digigov/ui" component="form/AutoComplete" story="Default.tsx" />
24
20
 
25
21
  ### AutoComplete with auto select
26
22
 
27
- <Story
28
- packageName="@digigov/ui"
29
- component="form/AutoComplete"
30
- story="WithAutoSelect.tsx"
31
- />
23
+ <Story packageName="@digigov/ui" component="form/AutoComplete" story="WithAutoSelect.tsx" />
32
24
 
33
25
  ### AutoComplete with inline style
34
26
 
35
- <Story
36
- packageName="@digigov/ui"
37
- component="form/AutoComplete"
38
- story="WithInLine.tsx"
39
- />
27
+ <Story packageName="@digigov/ui" component="form/AutoComplete" story="WithInLine.tsx" />
40
28
 
41
29
  ### AutoComplete with default value
42
30
 
43
- <Story
44
- packageName="@digigov/ui"
45
- component="form/AutoComplete"
46
- story="WithDefaultValue.tsx"
47
- />
31
+ <Story packageName="@digigov/ui" component="form/AutoComplete" story="WithDefaultValue.tsx" />
48
32
 
49
33
  ### AutoComplete with placeholder
50
34
 
51
- <Story
52
- packageName="@digigov/ui"
53
- component="form/AutoComplete"
54
- story="WithPlaceHolder.tsx"
55
- />
35
+ <Story packageName="@digigov/ui" component="form/AutoComplete" story="WithPlaceHolder.tsx" />
56
36
 
57
37
  ### AutoComplete with all option's values
58
38
 
59
- <Story
60
- packageName="@digigov/ui"
61
- component="form/AutoComplete"
62
- story="WithShowAllValues.tsx"
63
- />
39
+ <Story packageName="@digigov/ui" component="form/AutoComplete"story="WithShowAllValues.tsx" />
64
40
 
65
41
  ### AutoComplete with min length
66
42
 
67
43
  This is the minimum number of characters that should be entered before the autocomplete will attempt to suggest options(in above example is 2)
68
44
 
69
- <Story
70
- packageName="@digigov/ui"
71
- component="form/AutoComplete"
72
- story="WithMinLength.tsx"
73
- />
45
+ <Story packageName="@digigov/ui" component="form/AutoComplete" story="WithMinLength.tsx" />
74
46
 
75
47
  ## API
76
48
 
@@ -7,13 +7,13 @@ import AutoCompleteResultList from '@digigov/react-core/AutoCompleteResultList';
7
7
  import AutoCompleteResultListItem from '@digigov/react-core/AutoCompleteResultListItem';
8
8
  import AutoCompleteWrapper from '@digigov/react-core/AutoCompleteWrapper';
9
9
 
10
- import DropdownArrowDown from '@digigov/react-core/DropdownArrowDown';
11
10
  import Status from '@digigov/ui/form/AutoComplete/Status';
12
11
  import {
13
12
  isIosDevice,
14
13
  keyCodes,
15
14
  isPrintableKeyCode,
16
15
  } from '@digigov/ui/form/AutoComplete/utils';
16
+ import { CaretIcon } from '@digigov/react-icons/CaretIcon';
17
17
 
18
18
  export interface AutoCompleteProps {
19
19
  source: (query: string, syncResults: (options: string[]) => void) => void;
@@ -28,13 +28,7 @@ export interface AutoCompleteProps {
28
28
  suggestion?: (value: any) => any;
29
29
  inputValue?: (value: any) => string;
30
30
  };
31
- cellWidth?:
32
- | 'one-third'
33
- | 'one-quarter'
34
- | 'one-half'
35
- | 'two-thirds'
36
- | 'three-quarters'
37
- | 'full';
31
+ width?: '25%' | '33.3%' | '50%' | '66.6%' | '75%' | '100%' | 'full';
38
32
  autoselect?: boolean;
39
33
  defaultValue?: string;
40
34
  displayMenu?: 'overlay' | 'inline';
@@ -64,7 +58,7 @@ export type NewQueryProps = { menuOpen?: boolean; query?: string };
64
58
 
65
59
  export default class AutoComplete extends Component<AutoCompleteProps, State> {
66
60
  static defaultProps = {
67
- cellWidth: 'one-third',
61
+ width: '33.3%',
68
62
  autoselect: false,
69
63
  defaultValue: '',
70
64
  displayMenu: 'overlay',
@@ -81,7 +75,7 @@ export default class AutoComplete extends Component<AutoCompleteProps, State> {
81
75
  tNoResults: (): string => 'No results found',
82
76
  tAssistiveHint: (): string =>
83
77
  'When autocomplete results are available use up and down arrows to review and enter to select. Touch device users, explore by touch or with swipe gestures.',
84
- dropdownArrow: DropdownArrowDown as React.ElementType,
78
+ dropdownArrow: (props) => (<CaretIcon direction="down" size="sm" {...props} />),
85
79
  };
86
80
 
87
81
  elementReferences = {};
@@ -469,7 +463,7 @@ export default class AutoComplete extends Component<AutoCompleteProps, State> {
469
463
  render(): JSX.Element {
470
464
  const {
471
465
  id,
472
- cellWidth,
466
+ width,
473
467
  displayMenu,
474
468
  minLength,
475
469
  name,
@@ -527,7 +521,7 @@ export default class AutoComplete extends Component<AutoCompleteProps, State> {
527
521
  : null;
528
522
 
529
523
  return (
530
- <AutoCompleteWrapper onKeyDown={this.handleKeyDown} cellWidth={cellWidth}>
524
+ <AutoCompleteWrapper onKeyDown={this.handleKeyDown} width={width}>
531
525
  <Status
532
526
  id={id}
533
527
  length={options.length}
@@ -24,21 +24,13 @@ Use a default button for the main call to action on a page.
24
24
 
25
25
  Use a start button for the main call to action on your service’s start page. Start buttons do not submit form data, so they use a link tag rather than a button tag.
26
26
 
27
- <Story
28
- packageName="@digigov/ui"
29
- component="form/Button"
30
- story="CallToActionButton.tsx"
31
- />
27
+ <Story packageName="@digigov/ui" component="form/Button" story="CallToActionButton.tsx" />
32
28
 
33
29
  ### Secondary buttons
34
30
 
35
31
  Use secondary buttons for secondary calls to action on a page.
36
32
 
37
- <Story
38
- packageName="@digigov/ui"
39
- component="form/Button"
40
- story="Secondary.tsx"
41
- />
33
+ <Story packageName="@digigov/ui" component="form/Button" story="Secondary.tsx" />
42
34
 
43
35
  ### Warning buttons
44
36
 
@@ -56,22 +48,14 @@ Disabled buttons have poor contrast and can confuse some users, so avoid them if
56
48
 
57
49
  Use a button group when two or more buttons are placed together.
58
50
 
59
- <Story
60
- packageName="@digigov/ui"
61
- component="form/Button"
62
- story="GroupingButtons.tsx"
63
- />
51
+ <Story packageName="@digigov/ui" component="form/Button" story="GroupingButtons.tsx" />
64
52
 
65
53
  Any links within a button group will automatically align with the buttons.
66
54
 
67
- <Story
68
- packageName="@digigov/ui"
69
- component="form/Button"
70
- story="GroupingButtonsAndLinks.tsx"
71
- />
55
+ <Story packageName="@digigov/ui" component="form/Button" story="GroupingButtonsAndLinks.tsx" />
72
56
 
73
57
  Write button text in sentence case, describing the action it performs. For
74
- example:'
58
+ example:
75
59
 
76
60
  - `Start now` at the [start of the service](https://guide.services.gov.gr/docs/start-pages)
77
61
  - `Sign in` to an account a user has already created
@@ -101,12 +85,12 @@ to do next.
101
85
 
102
86
  ## API Docs
103
87
 
104
- Read more about [how to use the React types](/docs/api/Button)
88
+ Read more about [how to use the React types](/docs/api/Button).
105
89
 
106
90
  ## Accessibility
107
91
 
108
- You can read more about the accessibility patterns used in our Select
109
- implementation in the ARIA Authoring Practices Guide (APG) at
92
+ You can read more about the accessibility patterns used in our Button
93
+ implementation in the ARIA Authoring Practices Guide (APG) at [button](https://www.w3.org/WAI/ARIA/apg/patterns/button/) section.
110
94
 
111
95
  ## API
112
96
 
@@ -8,6 +8,8 @@ export default {
8
8
  displayName: 'Checkbox',
9
9
  };
10
10
  export * from '@digigov/ui/form/Checkbox/__stories__/Default';
11
+ export * from '@digigov/ui/form/Checkbox/__stories__/Inline';
12
+ export * from '@digigov/ui/form/Checkbox/__stories__/InlineWithDivider';
11
13
  export * from '@digigov/ui/form/Checkbox/__stories__/MultipleQuestions';
12
14
  export * from '@digigov/ui/form/Checkbox/__stories__/WithHint';
13
15
  export * from '@digigov/ui/form/Checkbox/__stories__/NoneAnswer';
@@ -26,7 +26,7 @@ export const ConditionalReveal = () => (
26
26
  </CheckboxItem>
27
27
  <CheckboxConditional>
28
28
  Email address
29
- <TextInput name="email-address" cellWidth="one-third" />
29
+ <TextInput name="email-address" width="33.3%" />
30
30
  </CheckboxConditional>
31
31
  <CheckboxItem name="email" value="phone">
32
32
  Τηλέφωνο
@@ -0,0 +1,32 @@
1
+ import React from 'react';
2
+
3
+ import { Checkbox, CheckboxItem } from '@digigov/ui/form/Checkbox';
4
+
5
+ import {
6
+ FieldContainer,
7
+ Fieldset,
8
+ FieldsetLegend,
9
+ } from '@digigov/ui/form/FieldContainer';
10
+
11
+ import { Hint } from '@digigov/ui/typography/Hint';
12
+
13
+ export const Inline = () => (
14
+ <FieldContainer>
15
+ <Fieldset aria-describedby="feeling-hint">
16
+ <FieldsetLegend>Πώς αισθάνεται αυτή τη στιγμή;</FieldsetLegend>
17
+ <Hint id="feeling-hint">
18
+ Πείτε μας σχετικά με πρόσφατες αλλαγές. Επιλέξτε ό,τι ισχύει.
19
+ </Hint>
20
+ <Checkbox layout='horizontal'>
21
+ <CheckboxItem name="feeling" value="cold">
22
+ Έχω συνάχι
23
+ </CheckboxItem>
24
+ <CheckboxItem name="feeling" value="fever">
25
+ Έχω πυρετό
26
+ </CheckboxItem>
27
+ </Checkbox>
28
+ </Fieldset>
29
+ </FieldContainer>
30
+ );
31
+
32
+ export default Inline;
@@ -0,0 +1,32 @@
1
+ import React from 'react';
2
+
3
+ import { Checkbox, CheckboxItem } from '@digigov/ui/form/Checkbox';
4
+
5
+ import {
6
+ FieldContainer,
7
+ Fieldset,
8
+ FieldsetLegend,
9
+ } from '@digigov/ui/form/FieldContainer';
10
+
11
+ import { Hint } from '@digigov/ui/typography/Hint';
12
+
13
+ export const InlineWithDivider = () => (
14
+ <FieldContainer>
15
+ <Fieldset aria-describedby="feeling-hint">
16
+ <FieldsetLegend>Πώς αισθάνεται αυτή τη στιγμή;</FieldsetLegend>
17
+ <Hint id="feeling-hint">
18
+ Πείτε μας σχετικά με πρόσφατες αλλαγές. Επιλέξτε ό,τι ισχύει.
19
+ </Hint>
20
+ <Checkbox layout='horizontal'>
21
+ <CheckboxItem name="feeling" value="cold">
22
+ Έχω συνάχι
23
+ </CheckboxItem>
24
+ <CheckboxItem name="feeling" value="fever" dividerText='ή'>
25
+ Έχω πυρετό
26
+ </CheckboxItem>
27
+ </Checkbox>
28
+ </Fieldset>
29
+ </FieldContainer>
30
+ );
31
+
32
+ export default InlineWithDivider;
@@ -19,7 +19,7 @@ export const NoneAnswer = () => (
19
19
  <CheckboxItem name="fever" value="fever">
20
20
  Γαλλία
21
21
  </CheckboxItem>
22
- <CheckboxItem name="fatigue" value="fatigue" divider="ή">
22
+ <CheckboxItem name="fatigue" value="fatigue" dividerText="ή">
23
23
  Όχι, δεν θα ταξιδέψω σε καμία από αυτές τις χώρες
24
24
  </CheckboxItem>
25
25
  </Checkbox>
@@ -26,7 +26,7 @@ export const NoneAnswerWithError = () => (
26
26
  <CheckboxItem name="country" value="fr">
27
27
  Γαλλία
28
28
  </CheckboxItem>
29
- <CheckboxItem divider="ή" name="country" value="none">
29
+ <CheckboxItem dividerText="ή" name="country" value="none">
30
30
  Όχι, δεν θα ταξιδέψω σε καμία από αυτές τις χώρες
31
31
  </CheckboxItem>
32
32
  </Checkbox>
@@ -11,57 +11,33 @@ import Checkbox from '@digigov/ui/form/Checkbox';
11
11
 
12
12
  ## How to use
13
13
 
14
- <Story
15
- packageName="@digigov/ui"
16
- component="form/Checkbox"
17
- story="Default.tsx"
18
- />
14
+ <Story packageName="@digigov/ui" component="form/Checkbox" story="Default.tsx" />
19
15
 
20
16
  ### If you’re asking more than one question on the page
21
17
 
22
- <Story
23
- packageName="@digigov/ui"
24
- component="form/Checkbox"
25
- story="MultipleQuestions.tsx"
26
- />
18
+ <Story packageName="@digigov/ui" component="form/Checkbox" story="MultipleQuestions.tsx" />
27
19
 
28
20
  ### Checkbox items with hints
29
21
 
30
22
  You can add hints to checkbox items to provide additional information about the options.
31
23
 
32
- <Story
33
- packageName="@digigov/ui"
34
- component="form/Checkbox"
35
- story="WithHint.tsx"
36
- />
24
+ <Story packageName="@digigov/ui" component="form/Checkbox" story="WithHint.tsx" />
37
25
 
38
26
  ### Add an option for ‘none’
39
27
 
40
28
  When ‘none’ would be a valid answer, give users the option to check a box to say none of the other options apply to them — without this option, users would have to leave all of the boxes unchecked. Giving users this option also makes sure they do not skip the question by accident.
41
29
 
42
- <Story
43
- packageName="@digigov/ui"
44
- component="form/Checkbox"
45
- story="NoneAnswer.tsx"
46
- />
30
+ <Story packageName="@digigov/ui" component="form/Checkbox" story="NoneAnswer.tsx" />
47
31
 
48
32
  If JavaScript is unavailable, and a user selects both the ‘none’ checkbox and another checkbox, display an error message.
49
33
 
50
- <Story
51
- packageName="@digigov/ui"
52
- component="form/Checkbox"
53
- story="NoneAnswerWithError.tsx"
54
- />
34
+ <Story packageName="@digigov/ui" component="form/Checkbox" story="NoneAnswerWithError.tsx" />
55
35
 
56
36
  ### Error messages
57
37
 
58
38
  Error messages should be styled like this:
59
39
 
60
- <Story
61
- packageName="@digigov/ui"
62
- component="form/Checkbox"
63
- story="WithErrorMessage.tsx"
64
- />
40
+ <Story packageName="@digigov/ui" component="form/Checkbox"story="WithErrorMessage.tsx" />
65
41
 
66
42
  ## Conditionally revealing a related question
67
43
 
@@ -69,11 +45,12 @@ You can ask the user a related question when they select a particular checkbox,
69
45
 
70
46
  This might make 2 related questions easier to answer by grouping them on the same page. For example, you could reveal a phone number input when the user selects the ‘Contact me by phone’ option.
71
47
 
72
- <Story
73
- packageName="@digigov/ui"
74
- component="form/Checkbox"
75
- story="ConditionalReveal.tsx"
76
- />
48
+ <Story packageName="@digigov/ui" component="form/Checkbox" story="ConditionalReveal.tsx" />
49
+
50
+ ## Accessibility
51
+
52
+ You can read more about the accessibility patterns used in our Checkbox
53
+ implementation in the ARIA Authoring Practices Guide (APG) at [Checkbox](https://www.w3.org/WAI/ARIA/apg/patterns/checkbox/) section.
77
54
 
78
55
  ## API
79
56