@digigov/ui 1.0.0-6b93ebf2 → 1.0.0-77ee23d9

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 (756) 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/__stories__/Default.js +1 -1
  17. package/app/Header/__stories__/WithHeaderNavigation.js +15 -23
  18. package/app/Header/__stories__/WithNavigation.js +9 -41
  19. package/app/Header/__stories__/WithServiceName.js +1 -1
  20. package/app/Header/__stories__/WithServiceNameAndLogo.js +1 -1
  21. package/app/Header/index.mdx +4 -21
  22. package/app/Header/index.spec.js +1 -1
  23. package/app/Masthead/Masthead.stories.playwright.json +1 -1
  24. package/app/Modal/__stories__/Default.js +1 -1
  25. package/app/Modal/index.mdx +1 -5
  26. package/app/NotFound/index.js +5 -9
  27. package/app/PageTitleContainer/index.d.ts +5 -0
  28. package/app/{PageTitle → PageTitleContainer}/index.js +20 -14
  29. package/app/Panel/index.mdx +1 -5
  30. package/app/PhaseBannerHeader/index.js +2 -2
  31. package/app/PhaseBannerHeader/index.mdx +1 -5
  32. package/app/QrCodeViewer/index.mdx +2 -10
  33. package/app/ThemeOptions/index.js +2 -2
  34. package/app/index.d.ts +2 -3
  35. package/app/index.js +8 -8
  36. package/content/Accordion/index.d.ts +1 -1
  37. package/content/Accordion/index.mdx +2 -10
  38. package/content/Blockquote/index.mdx +1 -5
  39. package/content/Card/index.mdx +8 -40
  40. package/content/Chip/__stories__/GroupOfChips.js +1 -1
  41. package/content/Chip/index.d.ts +1 -2
  42. package/content/Chip/index.js +4 -18
  43. package/content/Chip/index.mdx +39 -0
  44. package/content/Details/index.mdx +6 -5
  45. package/content/List/__stories__/HorizontalList.js +1 -1
  46. package/content/List/__stories__/WithExtraSpace.js +1 -1
  47. package/content/List/index.mdx +3 -15
  48. package/content/StepNav/__stories__/Default.js +3 -5
  49. package/content/StepNav/__stories__/WithHints.js +2 -4
  50. package/content/StepNav/index.mdx +21 -0
  51. package/content/SummaryList/index.mdx +3 -15
  52. package/content/Table/__stories__/DefinedWidth.js +3 -3
  53. package/content/Table/__stories__/WithFloatingScroll.js +10 -4
  54. package/content/Table/index.js +11 -9
  55. package/content/Table/index.mdx +1 -1
  56. package/content/TaskList/__stories__/Default.js +5 -5
  57. package/content/TaskList/index.mdx +21 -0
  58. package/content/Timeline/__stories__/Default.js +2 -2
  59. package/content/Timeline/index.mdx +23 -0
  60. package/es/app/CloseButton/index.js +3 -0
  61. package/{esm/app/FilterSection → es/app/FilterContainer}/index.js +4 -5
  62. package/es/app/Footer/Footer.stories.playwright.json +2 -2
  63. package/es/app/Footer/__stories__/DefaultCopyright.js +11 -9
  64. package/es/app/Footer/__stories__/FooterAllInclusive.js +19 -13
  65. package/es/app/Footer/__stories__/FooterWithLink.js +13 -11
  66. package/es/app/Footer/__stories__/FooterWithLogo.js +9 -8
  67. package/es/app/Footer/__stories__/FooterWithSecondaryNavigation.js +16 -12
  68. package/es/app/Footer/__stories__/YearCopyright.js +9 -7
  69. package/es/app/Footer/index.js +3 -5
  70. package/es/app/Footer/index.mdx +4 -20
  71. package/es/app/Header/Header.stories.playwright.json +1 -1
  72. package/es/app/Header/__stories__/Default.js +1 -1
  73. package/es/app/Header/__stories__/WithHeaderNavigation.js +15 -15
  74. package/es/app/Header/__stories__/WithNavigation.js +10 -37
  75. package/es/app/Header/__stories__/WithServiceName.js +1 -1
  76. package/es/app/Header/__stories__/WithServiceNameAndLogo.js +1 -1
  77. package/es/app/Header/index.mdx +4 -21
  78. package/es/app/Header/index.spec.js +2 -2
  79. package/es/app/Masthead/Masthead.stories.playwright.json +1 -1
  80. package/es/app/Modal/__stories__/Default.js +1 -1
  81. package/es/app/Modal/index.mdx +1 -5
  82. package/es/app/NotFound/index.js +4 -3
  83. package/es/app/PageTitleContainer/index.js +5 -0
  84. package/es/app/Panel/index.mdx +1 -5
  85. package/es/app/PhaseBannerHeader/index.js +2 -2
  86. package/es/app/PhaseBannerHeader/index.mdx +1 -5
  87. package/es/app/QrCodeViewer/index.mdx +2 -10
  88. package/es/app/ThemeOptions/index.js +2 -2
  89. package/es/app/index.js +3 -4
  90. package/es/content/Accordion/index.mdx +2 -10
  91. package/es/content/Blockquote/index.mdx +1 -5
  92. package/es/content/Card/index.mdx +8 -40
  93. package/es/content/Chip/__stories__/GroupOfChips.js +2 -2
  94. package/es/content/Chip/index.js +1 -2
  95. package/es/content/Chip/index.mdx +39 -0
  96. package/es/content/Details/index.mdx +6 -5
  97. package/es/content/List/__stories__/HorizontalList.js +1 -1
  98. package/es/content/List/__stories__/WithExtraSpace.js +1 -1
  99. package/es/content/List/index.mdx +3 -15
  100. package/es/content/StepNav/__stories__/Default.js +3 -5
  101. package/es/content/StepNav/__stories__/WithHints.js +2 -4
  102. package/es/content/StepNav/index.mdx +21 -0
  103. package/es/content/SummaryList/index.mdx +3 -15
  104. package/es/content/Table/__stories__/DefinedWidth.js +3 -3
  105. package/es/content/Table/__stories__/WithFloatingScroll.js +5 -4
  106. package/es/content/Table/index.js +11 -8
  107. package/es/content/Table/index.mdx +1 -1
  108. package/es/content/TaskList/__stories__/Default.js +5 -5
  109. package/es/content/TaskList/index.mdx +21 -0
  110. package/es/content/Timeline/__stories__/Default.js +2 -2
  111. package/es/content/Timeline/index.mdx +23 -0
  112. package/es/feedback/CopyToClipboard/index.mdx +2 -10
  113. package/es/feedback/ErrorSummary/index.mdx +4 -20
  114. package/es/feedback/NotificationBanner/index.mdx +2 -10
  115. package/es/feedback/PhaseBanner/index.mdx +2 -10
  116. package/es/feedback/ServiceBadge/index.mdx +9 -5
  117. package/es/feedback/WarningText/WarningText.stories.js +2 -1
  118. package/es/feedback/WarningText/__stories__/AssistiveText.js +11 -0
  119. package/es/feedback/WarningText/index.mdx +1 -5
  120. package/es/form/AutoComplete/__stories__/Default.js +1 -1
  121. package/es/form/AutoComplete/index.js +10 -5
  122. package/es/form/AutoComplete/index.mdx +7 -35
  123. package/es/form/Button/index.mdx +8 -24
  124. package/es/form/Checkbox/__stories__/ConditionalReveal.js +1 -1
  125. package/es/form/Checkbox/index.mdx +12 -35
  126. package/es/form/DateInputContainer/index.mdx +9 -20
  127. package/es/form/ErrorMessage/index.mdx +1 -5
  128. package/es/form/FileUpload/index.mdx +3 -5
  129. package/es/form/RadioContainer/__stories__/ConditionalReveal.js +1 -1
  130. package/es/form/RadioContainer/index.mdx +12 -35
  131. package/es/form/SearchContainer/index.js +5 -0
  132. package/es/form/SelectContainer/__stories__/Default.js +4 -4
  133. package/es/form/SelectContainer/index.mdx +9 -15
  134. package/es/form/SingleCharacterInputs/SingleCharacterInput.stories.js +12 -0
  135. package/es/form/{SingleCharacterInputContainer → SingleCharacterInputs}/__stories__/Default.js +13 -13
  136. package/{esm/form/SingleCharacterInputContainer → es/form/SingleCharacterInputs}/__stories__/WithDefaultError.js +7 -7
  137. package/{esm/form/SingleCharacterInputContainer → es/form/SingleCharacterInputs}/__stories__/WithErrorMessageInvalidCode.js +14 -14
  138. package/{esm/form/SingleCharacterInputContainer → es/form/SingleCharacterInputs}/__stories__/WithErrorMessageLessDigit.js +11 -11
  139. package/es/form/SingleCharacterInputs/index.js +4 -0
  140. package/es/form/SingleCharacterInputs/index.mdx +24 -0
  141. package/es/form/TextArea/index.mdx +7 -35
  142. package/es/form/TextInput/__stories__/FixedWidths.js +6 -6
  143. package/es/form/TextInput/__stories__/FluidWidths.js +6 -6
  144. package/es/form/TextInput/index.mdx +8 -40
  145. package/es/form/index.js +2 -2
  146. package/es/govgr/Footer/index.js +4 -4
  147. package/es/icons/Icon/index.js +2 -2
  148. package/es/icons/ImageLogo/index.js +3 -0
  149. package/es/icons/ImageLogoSet/index.js +3 -0
  150. package/es/layouts/Admin/index.js +1 -1
  151. package/es/layouts/Basic/__snapshots__/index.spec.tsx.snap +2 -2
  152. package/es/layouts/Grid/Grid.stories.js +1 -0
  153. package/es/layouts/Grid/__stories__/ResponsiveSpacing.js +79 -0
  154. package/es/layouts/Section/index.js +3 -0
  155. package/es/layouts/Stack/Stack.stories.js +12 -0
  156. package/es/layouts/Stack/__stories__/AlignItems.js +67 -0
  157. package/es/layouts/Stack/__stories__/Default.js +24 -0
  158. package/es/layouts/Stack/__stories__/JustifyContent.js +84 -0
  159. package/es/layouts/Stack/__stories__/NoWrap.js +26 -0
  160. package/es/layouts/Stack/__stories__/Row.js +25 -0
  161. package/es/layouts/Stack/__stories__/Spacing.js +55 -0
  162. package/es/layouts/Stack/index.js +2 -0
  163. package/es/layouts/index.js +3 -1
  164. package/es/navigation/BackLink/index.mdx +1 -5
  165. package/es/navigation/Breadcrumbs/index.mdx +6 -5
  166. package/es/navigation/Drawer/__stories__/Default.js +25 -66
  167. package/es/navigation/Drawer/index.mdx +1 -5
  168. package/es/navigation/Dropdown/__stories__/AlignRight.js +9 -8
  169. package/es/navigation/Dropdown/__stories__/Default.js +9 -8
  170. package/es/navigation/Dropdown/__stories__/PlacementTop.js +9 -8
  171. package/es/navigation/Dropdown/index.js +0 -1
  172. package/es/navigation/Dropdown/index.mdx +3 -17
  173. package/es/navigation/Link/index.mdx +7 -25
  174. package/es/navigation/NavList/NavList.stories.playwright.json +2 -2
  175. package/es/navigation/NavList/NavListAuto/index.js +54 -0
  176. package/es/navigation/NavList/{NavMenuContainerContentList.js → NavMenuContentList.js} +5 -5
  177. package/es/navigation/NavList/__stories__/Default.js +12 -28
  178. package/es/navigation/NavList/__stories__/NavVerticalLayout.js +12 -26
  179. package/es/navigation/NavList/hooks/useNavList.js +2 -2
  180. package/es/navigation/NavList/hooks/useTogglableNav.js +33 -18
  181. package/es/navigation/NavList/index.js +16 -17
  182. package/es/navigation/NavList/index.mdx +2 -10
  183. package/es/navigation/NavList/types.js +1 -6
  184. package/es/navigation/Pagination/__stories__/Default.js +7 -65
  185. package/es/navigation/Pagination/__stories__/PaginationSmall.js +1 -1
  186. package/es/navigation/Pagination/__stories__/PaginationWithSmallFont.js +1 -1
  187. package/es/navigation/Pagination/__stories__/WithInactiveValues.js +2 -2
  188. package/es/navigation/Pagination/index.mdx +7 -15
  189. package/es/navigation/SkipLink/SkipLink.stories.js +8 -0
  190. package/es/navigation/SkipLink/__stories__/Default.js +12 -0
  191. package/es/navigation/Tabs/Tabs.stories.playwright.json +2 -2
  192. package/es/navigation/Tabs/__stories__/Default.js +9 -5
  193. package/es/navigation/Tabs/index.js +1 -1
  194. package/es/navigation/Tabs/index.mdx +7 -5
  195. package/es/registry.js +28 -50
  196. package/es/typography/Heading/__stories__/Default.js +9 -4
  197. package/es/typography/Heading/index.mdx +1 -5
  198. package/es/typography/HeadingCaption/index.mdx +1 -5
  199. package/es/typography/Hint/__stories__/FontSizes.js +3 -3
  200. package/es/typography/Hint/index.mdx +3 -5
  201. package/es/typography/NormalText/__stories__/FontSizes.js +7 -7
  202. package/es/typography/NormalText/__stories__/Variants.js +4 -4
  203. package/es/typography/NormalText/index.mdx +5 -15
  204. package/es/typography/Paragraph/__stories__/FontSizes.js +7 -7
  205. package/es/typography/Paragraph/__stories__/LeadVariant.js +1 -1
  206. package/es/typography/Paragraph/__stories__/SmallVariant.js +1 -1
  207. package/es/typography/Paragraph/index.mdx +5 -20
  208. package/es/utils/Kitchensink/KitchensinkDashboard.js +1 -1
  209. package/esm/app/CloseButton/index.js +3 -0
  210. package/{es/app/FilterSection → esm/app/FilterContainer}/index.js +4 -5
  211. package/esm/app/Footer/Footer.stories.playwright.json +2 -2
  212. package/esm/app/Footer/__stories__/DefaultCopyright.js +11 -9
  213. package/esm/app/Footer/__stories__/FooterAllInclusive.js +19 -13
  214. package/esm/app/Footer/__stories__/FooterWithLink.js +13 -11
  215. package/esm/app/Footer/__stories__/FooterWithLogo.js +9 -8
  216. package/esm/app/Footer/__stories__/FooterWithSecondaryNavigation.js +16 -12
  217. package/esm/app/Footer/__stories__/YearCopyright.js +9 -7
  218. package/esm/app/Footer/index.js +3 -5
  219. package/esm/app/Footer/index.mdx +4 -20
  220. package/esm/app/Header/Header.stories.playwright.json +1 -1
  221. package/esm/app/Header/__stories__/Default.js +1 -1
  222. package/esm/app/Header/__stories__/WithHeaderNavigation.js +15 -15
  223. package/esm/app/Header/__stories__/WithNavigation.js +10 -37
  224. package/esm/app/Header/__stories__/WithServiceName.js +1 -1
  225. package/esm/app/Header/__stories__/WithServiceNameAndLogo.js +1 -1
  226. package/esm/app/Header/index.mdx +4 -21
  227. package/esm/app/Header/index.spec.js +2 -2
  228. package/esm/app/Masthead/Masthead.stories.playwright.json +1 -1
  229. package/esm/app/Modal/__stories__/Default.js +1 -1
  230. package/esm/app/Modal/index.mdx +1 -5
  231. package/esm/app/NotFound/index.js +4 -3
  232. package/esm/app/PageTitleContainer/index.js +5 -0
  233. package/esm/app/Panel/index.mdx +1 -5
  234. package/esm/app/PhaseBannerHeader/index.js +2 -2
  235. package/esm/app/PhaseBannerHeader/index.mdx +1 -5
  236. package/esm/app/QrCodeViewer/index.mdx +2 -10
  237. package/esm/app/ThemeOptions/index.js +2 -2
  238. package/esm/app/index.js +3 -4
  239. package/esm/content/Accordion/index.mdx +2 -10
  240. package/esm/content/Blockquote/index.mdx +1 -5
  241. package/esm/content/Card/index.mdx +8 -40
  242. package/esm/content/Chip/__stories__/GroupOfChips.js +2 -2
  243. package/esm/content/Chip/index.js +1 -2
  244. package/esm/content/Chip/index.mdx +39 -0
  245. package/esm/content/Details/index.mdx +6 -5
  246. package/esm/content/List/__stories__/HorizontalList.js +1 -1
  247. package/esm/content/List/__stories__/WithExtraSpace.js +1 -1
  248. package/esm/content/List/index.mdx +3 -15
  249. package/esm/content/StepNav/__stories__/Default.js +3 -5
  250. package/esm/content/StepNav/__stories__/WithHints.js +2 -4
  251. package/esm/content/StepNav/index.mdx +21 -0
  252. package/esm/content/SummaryList/index.mdx +3 -15
  253. package/esm/content/Table/__stories__/DefinedWidth.js +3 -3
  254. package/esm/content/Table/__stories__/WithFloatingScroll.js +5 -4
  255. package/esm/content/Table/index.js +11 -8
  256. package/esm/content/Table/index.mdx +1 -1
  257. package/esm/content/TaskList/__stories__/Default.js +5 -5
  258. package/esm/content/TaskList/index.mdx +21 -0
  259. package/esm/content/Timeline/__stories__/Default.js +2 -2
  260. package/esm/content/Timeline/index.mdx +23 -0
  261. package/esm/feedback/CopyToClipboard/index.mdx +2 -10
  262. package/esm/feedback/ErrorSummary/index.mdx +4 -20
  263. package/esm/feedback/NotificationBanner/index.mdx +2 -10
  264. package/esm/feedback/PhaseBanner/index.mdx +2 -10
  265. package/esm/feedback/ServiceBadge/index.mdx +9 -5
  266. package/esm/feedback/WarningText/WarningText.stories.js +2 -1
  267. package/esm/feedback/WarningText/__stories__/AssistiveText.js +11 -0
  268. package/esm/feedback/WarningText/index.mdx +1 -5
  269. package/esm/form/AutoComplete/__stories__/Default.js +1 -1
  270. package/esm/form/AutoComplete/index.js +10 -5
  271. package/esm/form/AutoComplete/index.mdx +7 -35
  272. package/esm/form/Button/index.mdx +8 -24
  273. package/esm/form/Checkbox/__stories__/ConditionalReveal.js +1 -1
  274. package/esm/form/Checkbox/index.mdx +12 -35
  275. package/esm/form/DateInputContainer/index.mdx +9 -20
  276. package/esm/form/ErrorMessage/index.mdx +1 -5
  277. package/esm/form/FileUpload/index.mdx +3 -5
  278. package/esm/form/RadioContainer/__stories__/ConditionalReveal.js +1 -1
  279. package/esm/form/RadioContainer/index.mdx +12 -35
  280. package/esm/form/SearchContainer/index.js +5 -0
  281. package/esm/form/SelectContainer/__stories__/Default.js +4 -4
  282. package/esm/form/SelectContainer/index.mdx +9 -15
  283. package/esm/form/SingleCharacterInputs/SingleCharacterInput.stories.js +12 -0
  284. package/esm/form/{SingleCharacterInputContainer → SingleCharacterInputs}/__stories__/Default.js +13 -13
  285. package/{es/form/SingleCharacterInputContainer → esm/form/SingleCharacterInputs}/__stories__/WithDefaultError.js +7 -7
  286. package/{es/form/SingleCharacterInputContainer → esm/form/SingleCharacterInputs}/__stories__/WithErrorMessageInvalidCode.js +14 -14
  287. package/{es/form/SingleCharacterInputContainer → esm/form/SingleCharacterInputs}/__stories__/WithErrorMessageLessDigit.js +11 -11
  288. package/esm/form/SingleCharacterInputs/index.js +4 -0
  289. package/esm/form/SingleCharacterInputs/index.mdx +24 -0
  290. package/esm/form/TextArea/index.mdx +7 -35
  291. package/esm/form/TextInput/__stories__/FixedWidths.js +6 -6
  292. package/esm/form/TextInput/__stories__/FluidWidths.js +6 -6
  293. package/esm/form/TextInput/index.mdx +8 -40
  294. package/esm/form/index.js +2 -2
  295. package/esm/govgr/Footer/index.js +4 -4
  296. package/esm/icons/Icon/index.js +2 -2
  297. package/esm/icons/ImageLogo/index.js +3 -0
  298. package/esm/icons/ImageLogoSet/index.js +3 -0
  299. package/esm/index.js +1 -1
  300. package/esm/layouts/Admin/index.js +1 -1
  301. package/esm/layouts/Basic/__snapshots__/index.spec.tsx.snap +2 -2
  302. package/esm/layouts/Grid/Grid.stories.js +1 -0
  303. package/esm/layouts/Grid/__stories__/ResponsiveSpacing.js +79 -0
  304. package/esm/layouts/Section/index.js +3 -0
  305. package/esm/layouts/Stack/Stack.stories.js +12 -0
  306. package/esm/layouts/Stack/__stories__/AlignItems.js +67 -0
  307. package/esm/layouts/Stack/__stories__/Default.js +24 -0
  308. package/esm/layouts/Stack/__stories__/JustifyContent.js +84 -0
  309. package/esm/layouts/Stack/__stories__/NoWrap.js +26 -0
  310. package/esm/layouts/Stack/__stories__/Row.js +25 -0
  311. package/esm/layouts/Stack/__stories__/Spacing.js +55 -0
  312. package/esm/layouts/Stack/index.js +2 -0
  313. package/esm/layouts/index.js +3 -1
  314. package/esm/navigation/BackLink/index.mdx +1 -5
  315. package/esm/navigation/Breadcrumbs/index.mdx +6 -5
  316. package/esm/navigation/Drawer/__stories__/Default.js +25 -66
  317. package/esm/navigation/Drawer/index.mdx +1 -5
  318. package/esm/navigation/Dropdown/__stories__/AlignRight.js +9 -8
  319. package/esm/navigation/Dropdown/__stories__/Default.js +9 -8
  320. package/esm/navigation/Dropdown/__stories__/PlacementTop.js +9 -8
  321. package/esm/navigation/Dropdown/index.js +0 -1
  322. package/esm/navigation/Dropdown/index.mdx +3 -17
  323. package/esm/navigation/Link/index.mdx +7 -25
  324. package/esm/navigation/NavList/NavList.stories.playwright.json +2 -2
  325. package/esm/navigation/NavList/NavListAuto/index.js +54 -0
  326. package/esm/navigation/NavList/{NavMenuContainerContentList.js → NavMenuContentList.js} +5 -5
  327. package/esm/navigation/NavList/__stories__/Default.js +12 -28
  328. package/esm/navigation/NavList/__stories__/NavVerticalLayout.js +12 -26
  329. package/esm/navigation/NavList/hooks/useNavList.js +2 -2
  330. package/esm/navigation/NavList/hooks/useTogglableNav.js +33 -18
  331. package/esm/navigation/NavList/index.js +16 -17
  332. package/esm/navigation/NavList/index.mdx +2 -10
  333. package/esm/navigation/NavList/types.js +1 -6
  334. package/esm/navigation/Pagination/__stories__/Default.js +7 -65
  335. package/esm/navigation/Pagination/__stories__/PaginationSmall.js +1 -1
  336. package/esm/navigation/Pagination/__stories__/PaginationWithSmallFont.js +1 -1
  337. package/esm/navigation/Pagination/__stories__/WithInactiveValues.js +2 -2
  338. package/esm/navigation/Pagination/index.mdx +7 -15
  339. package/esm/navigation/SkipLink/SkipLink.stories.js +8 -0
  340. package/esm/navigation/SkipLink/__stories__/Default.js +12 -0
  341. package/esm/navigation/Tabs/Tabs.stories.playwright.json +2 -2
  342. package/esm/navigation/Tabs/__stories__/Default.js +9 -5
  343. package/esm/navigation/Tabs/index.js +1 -1
  344. package/esm/navigation/Tabs/index.mdx +7 -5
  345. package/esm/registry.js +28 -50
  346. package/esm/typography/Heading/__stories__/Default.js +9 -4
  347. package/esm/typography/Heading/index.mdx +1 -5
  348. package/esm/typography/HeadingCaption/index.mdx +1 -5
  349. package/esm/typography/Hint/__stories__/FontSizes.js +3 -3
  350. package/esm/typography/Hint/index.mdx +3 -5
  351. package/esm/typography/NormalText/__stories__/FontSizes.js +7 -7
  352. package/esm/typography/NormalText/__stories__/Variants.js +4 -4
  353. package/esm/typography/NormalText/index.mdx +5 -15
  354. package/esm/typography/Paragraph/__stories__/FontSizes.js +7 -7
  355. package/esm/typography/Paragraph/__stories__/LeadVariant.js +1 -1
  356. package/esm/typography/Paragraph/__stories__/SmallVariant.js +1 -1
  357. package/esm/typography/Paragraph/index.mdx +5 -20
  358. package/esm/utils/Kitchensink/KitchensinkDashboard.js +1 -1
  359. package/feedback/CopyToClipboard/index.mdx +2 -10
  360. package/feedback/ErrorSummary/index.mdx +4 -20
  361. package/feedback/NotificationBanner/index.mdx +2 -10
  362. package/feedback/PhaseBanner/index.mdx +2 -10
  363. package/feedback/ServiceBadge/index.mdx +9 -5
  364. package/feedback/WarningText/WarningText.stories.d.ts +1 -0
  365. package/feedback/WarningText/WarningText.stories.js +14 -0
  366. package/feedback/WarningText/__stories__/AssistiveText.d.ts +2 -0
  367. package/feedback/WarningText/__stories__/AssistiveText.js +24 -0
  368. package/feedback/WarningText/index.mdx +1 -5
  369. package/form/AutoComplete/__stories__/Default.js +1 -1
  370. package/form/AutoComplete/index.d.ts +3 -3
  371. package/form/AutoComplete/index.js +11 -6
  372. package/form/AutoComplete/index.mdx +7 -35
  373. package/form/Button/index.mdx +8 -24
  374. package/form/Checkbox/__stories__/ConditionalReveal.js +1 -1
  375. package/form/Checkbox/index.mdx +12 -35
  376. package/form/DateInputContainer/index.mdx +9 -20
  377. package/form/ErrorMessage/index.mdx +1 -5
  378. package/form/FileUpload/index.mdx +3 -5
  379. package/form/RadioContainer/__stories__/ConditionalReveal.js +1 -1
  380. package/form/RadioContainer/index.mdx +12 -35
  381. package/form/SearchContainer/index.d.ts +5 -0
  382. package/form/{SearchSection → SearchContainer}/index.js +5 -5
  383. package/form/SelectContainer/__stories__/Default.js +4 -4
  384. package/form/SelectContainer/index.mdx +9 -15
  385. package/form/SingleCharacterInputs/SingleCharacterInput.stories.d.ts +13 -0
  386. package/form/{SingleCharacterInputContainer/SingleCharacterInputContainer.stories.js → SingleCharacterInputs/SingleCharacterInput.stories.js} +8 -8
  387. package/form/{SingleCharacterInputContainer → SingleCharacterInputs}/__stories__/Default.js +13 -13
  388. package/form/{SingleCharacterInputContainer → SingleCharacterInputs}/__stories__/WithDefaultError.js +7 -7
  389. package/form/{SingleCharacterInputContainer → SingleCharacterInputs}/__stories__/WithErrorMessageInvalidCode.js +14 -14
  390. package/form/{SingleCharacterInputContainer → SingleCharacterInputs}/__stories__/WithErrorMessageLessDigit.js +11 -11
  391. package/form/SingleCharacterInputs/index.d.ts +4 -0
  392. package/form/{SingleCharacterInputContainer → SingleCharacterInputs}/index.js +9 -9
  393. package/form/SingleCharacterInputs/index.mdx +24 -0
  394. package/form/TextArea/index.mdx +7 -35
  395. package/form/TextInput/__stories__/FixedWidths.js +6 -6
  396. package/form/TextInput/__stories__/FluidWidths.js +6 -6
  397. package/form/TextInput/index.mdx +8 -40
  398. package/form/index.d.ts +2 -2
  399. package/form/index.js +8 -8
  400. package/govgr/Footer/index.js +4 -4
  401. package/icons/Icon/index.d.ts +2 -2
  402. package/icons/Icon/index.js +1 -1
  403. package/icons/ImageLogo/index.d.ts +3 -0
  404. package/{navigation/NavList/NavVerticalItem.js → icons/ImageLogo/index.js} +5 -5
  405. package/icons/ImageLogoSet/index.d.ts +3 -0
  406. package/{navigation/NavList/NavListItemLink.js → icons/ImageLogoSet/index.js} +5 -5
  407. package/layouts/Admin/index.d.ts +1 -1
  408. package/layouts/Admin/index.js +4 -4
  409. package/layouts/Basic/Content/index.d.ts +1 -1
  410. package/layouts/Basic/Side/index.d.ts +1 -1
  411. package/layouts/Basic/__snapshots__/index.spec.tsx.snap +2 -2
  412. package/layouts/Grid/Grid.stories.d.ts +1 -0
  413. package/layouts/Grid/Grid.stories.js +14 -0
  414. package/layouts/Grid/__stories__/ResponsiveSpacing.d.ts +2 -0
  415. package/layouts/Grid/__stories__/ResponsiveSpacing.js +93 -0
  416. package/layouts/Section/index.d.ts +3 -0
  417. package/{navigation/NavList/NavMenu.js → layouts/Section/index.js} +5 -5
  418. package/layouts/Stack/Stack.stories.d.ts +13 -0
  419. package/layouts/Stack/Stack.stories.js +101 -0
  420. package/layouts/Stack/__stories__/AlignItems.d.ts +2 -0
  421. package/layouts/Stack/__stories__/AlignItems.js +81 -0
  422. package/layouts/Stack/__stories__/Default.d.ts +2 -0
  423. package/layouts/Stack/__stories__/Default.js +38 -0
  424. package/layouts/Stack/__stories__/JustifyContent.d.ts +2 -0
  425. package/layouts/Stack/__stories__/JustifyContent.js +98 -0
  426. package/layouts/Stack/__stories__/NoWrap.d.ts +2 -0
  427. package/layouts/Stack/__stories__/NoWrap.js +40 -0
  428. package/layouts/Stack/__stories__/Row.d.ts +2 -0
  429. package/layouts/Stack/__stories__/Row.js +39 -0
  430. package/layouts/Stack/__stories__/Spacing.d.ts +2 -0
  431. package/layouts/Stack/__stories__/Spacing.js +69 -0
  432. package/layouts/Stack/index.d.ts +2 -0
  433. package/layouts/Stack/index.js +13 -0
  434. package/layouts/index.d.ts +2 -0
  435. package/layouts/index.js +21 -0
  436. package/navigation/BackLink/index.mdx +1 -5
  437. package/navigation/Breadcrumbs/index.mdx +6 -5
  438. package/navigation/Drawer/__stories__/Default.js +24 -68
  439. package/navigation/Drawer/index.mdx +1 -5
  440. package/navigation/Dropdown/__stories__/AlignRight.js +9 -9
  441. package/navigation/Dropdown/__stories__/Default.js +9 -9
  442. package/navigation/Dropdown/__stories__/PlacementTop.js +9 -9
  443. package/navigation/Dropdown/index.d.ts +0 -1
  444. package/navigation/Dropdown/index.js +0 -14
  445. package/navigation/Dropdown/index.mdx +3 -17
  446. package/navigation/Link/index.mdx +7 -25
  447. package/navigation/NavList/NavList.stories.playwright.json +2 -2
  448. package/navigation/NavList/NavListAuto/index.js +80 -0
  449. package/navigation/NavList/NavMenuContentList.d.ts +5 -0
  450. package/navigation/NavList/{NavMenuContainerContentList.js → NavMenuContentList.js} +10 -10
  451. package/navigation/NavList/__stories__/Default.js +12 -28
  452. package/navigation/NavList/__stories__/NavVerticalLayout.js +12 -32
  453. package/navigation/NavList/hooks/useNavList.d.ts +1 -1
  454. package/navigation/NavList/hooks/useNavList.js +2 -2
  455. package/navigation/NavList/hooks/useTogglableNav.d.ts +1 -0
  456. package/navigation/NavList/hooks/useTogglableNav.js +33 -18
  457. package/navigation/NavList/index.d.ts +16 -17
  458. package/navigation/NavList/index.js +54 -96
  459. package/navigation/NavList/index.mdx +2 -10
  460. package/navigation/NavList/types.d.ts +14 -17
  461. package/navigation/NavList/types.js +1 -14
  462. package/navigation/Pagination/__stories__/Default.js +7 -65
  463. package/navigation/Pagination/__stories__/PaginationSmall.js +1 -1
  464. package/navigation/Pagination/__stories__/PaginationWithSmallFont.js +1 -1
  465. package/navigation/Pagination/__stories__/WithInactiveValues.js +2 -2
  466. package/navigation/Pagination/index.mdx +7 -15
  467. package/navigation/SkipLink/SkipLink.stories.d.ts +9 -0
  468. package/navigation/SkipLink/SkipLink.stories.js +32 -0
  469. package/navigation/SkipLink/__stories__/Default.d.ts +2 -0
  470. package/navigation/SkipLink/__stories__/Default.js +26 -0
  471. package/navigation/Tabs/Tabs.stories.playwright.json +2 -2
  472. package/navigation/Tabs/__stories__/Default.js +8 -4
  473. package/navigation/Tabs/index.js +1 -1
  474. package/navigation/Tabs/index.mdx +7 -5
  475. package/package.json +3 -3
  476. package/registry.d.ts +17 -26
  477. package/registry.js +35 -68
  478. package/src/app/CloseButton/index.tsx +4 -0
  479. package/src/app/{FilterSection → FilterContainer}/index.tsx +4 -5
  480. package/src/app/Footer/Footer.stories.playwright.json +2 -2
  481. package/src/app/Footer/__stories__/DefaultCopyright.tsx +27 -25
  482. package/src/app/Footer/__stories__/FooterAllInclusive.tsx +98 -89
  483. package/src/app/Footer/__stories__/FooterWithLink.tsx +48 -40
  484. package/src/app/Footer/__stories__/FooterWithLogo.tsx +41 -33
  485. package/src/app/Footer/__stories__/FooterWithSecondaryNavigation.tsx +22 -20
  486. package/src/app/Footer/__stories__/YearCopyright.tsx +24 -23
  487. package/src/app/Footer/index.mdx +4 -20
  488. package/src/app/Footer/index.tsx +3 -5
  489. package/src/app/Header/Header.stories.playwright.json +1 -1
  490. package/src/app/Header/__stories__/Default.tsx +4 -4
  491. package/src/app/Header/__stories__/WithHeaderNavigation.tsx +16 -26
  492. package/src/app/Header/__stories__/WithNavigation.tsx +17 -38
  493. package/src/app/Header/__stories__/WithServiceName.tsx +4 -4
  494. package/src/app/Header/__stories__/WithServiceNameAndLogo.tsx +4 -4
  495. package/src/app/Header/index.mdx +4 -21
  496. package/src/app/Header/index.spec.tsx +6 -1
  497. package/src/app/Masthead/Masthead.stories.playwright.json +1 -1
  498. package/src/app/Modal/__stories__/Default.tsx +1 -1
  499. package/src/app/Modal/index.mdx +1 -5
  500. package/src/app/NotFound/index.tsx +5 -4
  501. package/src/app/PageTitleContainer/index.tsx +5 -0
  502. package/src/app/Panel/index.mdx +1 -5
  503. package/src/app/PhaseBannerHeader/index.mdx +1 -5
  504. package/src/app/PhaseBannerHeader/index.tsx +3 -3
  505. package/src/app/QrCodeViewer/index.mdx +2 -10
  506. package/src/app/ThemeOptions/index.tsx +3 -3
  507. package/src/app/index.ts +2 -3
  508. package/src/content/Accordion/index.mdx +2 -10
  509. package/src/content/Blockquote/index.mdx +1 -5
  510. package/src/content/Card/index.mdx +8 -40
  511. package/src/content/Chip/__stories__/GroupOfChips.tsx +3 -3
  512. package/src/content/Chip/index.mdx +39 -0
  513. package/src/content/Chip/index.tsx +1 -2
  514. package/src/content/Details/index.mdx +6 -5
  515. package/src/content/List/__stories__/HorizontalList.tsx +1 -1
  516. package/src/content/List/__stories__/WithExtraSpace.tsx +1 -1
  517. package/src/content/List/index.mdx +3 -15
  518. package/src/content/StepNav/__stories__/Default.tsx +3 -4
  519. package/src/content/StepNav/__stories__/WithHints.tsx +4 -4
  520. package/src/content/StepNav/index.mdx +21 -0
  521. package/src/content/SummaryList/index.mdx +3 -15
  522. package/src/content/Table/__stories__/DefinedWidth.tsx +3 -3
  523. package/src/content/Table/__stories__/WithFloatingScroll.tsx +5 -7
  524. package/src/content/Table/index.mdx +1 -1
  525. package/src/content/Table/index.tsx +13 -12
  526. package/src/content/TaskList/__stories__/Default.tsx +5 -5
  527. package/src/content/TaskList/index.mdx +21 -0
  528. package/src/content/Timeline/__stories__/Default.tsx +55 -57
  529. package/src/content/Timeline/index.mdx +23 -0
  530. package/src/feedback/CopyToClipboard/index.mdx +2 -10
  531. package/src/feedback/ErrorSummary/index.mdx +4 -20
  532. package/src/feedback/NotificationBanner/index.mdx +2 -10
  533. package/src/feedback/PhaseBanner/index.mdx +2 -10
  534. package/src/feedback/ServiceBadge/index.mdx +9 -5
  535. package/src/feedback/WarningText/WarningText.stories.js +1 -0
  536. package/src/feedback/WarningText/__stories__/AssistiveText.tsx +10 -0
  537. package/src/feedback/WarningText/index.mdx +1 -5
  538. package/src/form/AutoComplete/__stories__/Default.tsx +1 -1
  539. package/src/form/AutoComplete/index.mdx +7 -35
  540. package/src/form/AutoComplete/index.tsx +6 -12
  541. package/src/form/Button/index.mdx +8 -24
  542. package/src/form/Checkbox/__stories__/ConditionalReveal.tsx +1 -1
  543. package/src/form/Checkbox/index.mdx +12 -35
  544. package/src/form/DateInputContainer/index.mdx +9 -20
  545. package/src/form/ErrorMessage/index.mdx +1 -5
  546. package/src/form/FileUpload/index.mdx +3 -5
  547. package/src/form/RadioContainer/__stories__/ConditionalReveal.tsx +1 -1
  548. package/src/form/RadioContainer/index.mdx +12 -35
  549. package/src/form/SearchContainer/index.tsx +6 -0
  550. package/src/form/SelectContainer/__stories__/Default.tsx +4 -4
  551. package/src/form/SelectContainer/index.mdx +9 -15
  552. package/src/form/SingleCharacterInputs/SingleCharacterInput.stories.js +13 -0
  553. package/src/form/{SingleCharacterInputContainer → SingleCharacterInputs}/__stories__/Default.tsx +11 -11
  554. package/src/form/{SingleCharacterInputContainer → SingleCharacterInputs}/__stories__/WithDefaultError.tsx +11 -11
  555. package/src/form/{SingleCharacterInputContainer → SingleCharacterInputs}/__stories__/WithErrorMessageInvalidCode.tsx +11 -11
  556. package/src/form/{SingleCharacterInputContainer → SingleCharacterInputs}/__stories__/WithErrorMessageLessDigit.tsx +11 -11
  557. package/src/form/SingleCharacterInputs/index.mdx +24 -0
  558. package/src/form/SingleCharacterInputs/index.tsx +4 -0
  559. package/src/form/TextArea/index.mdx +7 -35
  560. package/src/form/TextInput/__stories__/FixedWidths.tsx +6 -6
  561. package/src/form/TextInput/__stories__/FluidWidths.tsx +6 -6
  562. package/src/form/TextInput/index.mdx +8 -40
  563. package/src/form/index.ts +2 -2
  564. package/src/govgr/Footer/index.tsx +8 -8
  565. package/src/icons/Icon/index.tsx +2 -2
  566. package/src/icons/ImageLogo/index.tsx +5 -0
  567. package/src/icons/ImageLogoSet/index.tsx +4 -0
  568. package/src/layouts/Admin/index.tsx +1 -1
  569. package/src/layouts/Basic/__snapshots__/index.spec.tsx.snap +2 -2
  570. package/src/layouts/Grid/Grid.stories.js +1 -0
  571. package/src/layouts/Grid/__stories__/ResponsiveSpacing.tsx +43 -0
  572. package/src/layouts/Section/index.tsx +3 -0
  573. package/src/layouts/Stack/Stack.stories.js +12 -0
  574. package/src/layouts/Stack/__stories__/AlignItems.tsx +36 -0
  575. package/src/layouts/Stack/__stories__/Default.tsx +17 -0
  576. package/src/layouts/Stack/__stories__/JustifyContent.tsx +47 -0
  577. package/src/layouts/Stack/__stories__/NoWrap.tsx +17 -0
  578. package/src/layouts/Stack/__stories__/Row.tsx +17 -0
  579. package/src/layouts/Stack/__stories__/Spacing.tsx +35 -0
  580. package/src/layouts/Stack/index.tsx +3 -0
  581. package/src/layouts/index.ts +2 -0
  582. package/src/navigation/BackLink/index.mdx +1 -5
  583. package/src/navigation/Breadcrumbs/index.mdx +6 -5
  584. package/src/navigation/Drawer/__stories__/Default.tsx +31 -84
  585. package/src/navigation/Drawer/index.mdx +1 -5
  586. package/src/navigation/Dropdown/__stories__/AlignRight.tsx +13 -12
  587. package/src/navigation/Dropdown/__stories__/Default.tsx +10 -11
  588. package/src/navigation/Dropdown/__stories__/PlacementTop.tsx +11 -11
  589. package/src/navigation/Dropdown/index.mdx +3 -17
  590. package/src/navigation/Dropdown/index.tsx +0 -1
  591. package/src/navigation/Link/index.mdx +7 -25
  592. package/src/navigation/NavList/NavList.stories.playwright.json +2 -2
  593. package/src/navigation/NavList/NavListAuto/index.tsx +68 -0
  594. package/src/navigation/NavList/{NavMenuContainerContentList.tsx → NavMenuContentList.tsx} +8 -8
  595. package/src/navigation/NavList/__stories__/Default.tsx +28 -40
  596. package/src/navigation/NavList/__stories__/NavVerticalLayout.tsx +25 -33
  597. package/src/navigation/NavList/hooks/useNavList.ts +3 -3
  598. package/src/navigation/NavList/hooks/useTogglableNav.tsx +31 -19
  599. package/src/navigation/NavList/index.mdx +2 -10
  600. package/src/navigation/NavList/index.tsx +16 -17
  601. package/src/navigation/NavList/types.tsx +16 -28
  602. package/src/navigation/Pagination/__stories__/Default.tsx +2 -76
  603. package/src/navigation/Pagination/__stories__/PaginationSmall.tsx +1 -1
  604. package/src/navigation/Pagination/__stories__/PaginationWithSmallFont.tsx +1 -1
  605. package/src/navigation/Pagination/__stories__/WithInactiveValues.tsx +2 -2
  606. package/src/navigation/Pagination/index.mdx +7 -15
  607. package/src/navigation/SkipLink/SkipLink.stories.js +9 -0
  608. package/src/navigation/SkipLink/__stories__/Default.tsx +15 -0
  609. package/src/navigation/Tabs/Tabs.stories.playwright.json +2 -2
  610. package/src/navigation/Tabs/__stories__/Default.tsx +2 -0
  611. package/src/navigation/Tabs/index.mdx +7 -5
  612. package/src/navigation/Tabs/index.tsx +1 -1
  613. package/src/registry.js +28 -50
  614. package/src/typography/Heading/__stories__/Default.tsx +6 -6
  615. package/src/typography/Heading/index.mdx +1 -5
  616. package/src/typography/HeadingCaption/index.mdx +1 -5
  617. package/src/typography/Hint/__stories__/FontSizes.tsx +3 -3
  618. package/src/typography/Hint/index.mdx +3 -5
  619. package/src/typography/NormalText/__stories__/FontSizes.tsx +7 -7
  620. package/src/typography/NormalText/__stories__/Variants.tsx +2 -2
  621. package/src/typography/NormalText/index.mdx +5 -15
  622. package/src/typography/Paragraph/__stories__/FontSizes.tsx +7 -7
  623. package/src/typography/Paragraph/__stories__/LeadVariant.tsx +1 -1
  624. package/src/typography/Paragraph/__stories__/SmallVariant.tsx +1 -1
  625. package/src/typography/Paragraph/index.mdx +5 -20
  626. package/src/utils/Kitchensink/KitchensinkDashboard.tsx +1 -1
  627. package/typography/Caption/index.d.ts +1 -1
  628. package/typography/Heading/__stories__/Default.js +9 -4
  629. package/typography/Heading/index.mdx +1 -5
  630. package/typography/HeadingCaption/index.mdx +1 -5
  631. package/typography/Hint/__stories__/FontSizes.js +3 -3
  632. package/typography/Hint/index.mdx +3 -5
  633. package/typography/NormalText/__stories__/FontSizes.js +7 -7
  634. package/typography/NormalText/__stories__/Variants.js +4 -4
  635. package/typography/NormalText/index.mdx +5 -15
  636. package/typography/Paragraph/__stories__/FontSizes.js +7 -7
  637. package/typography/Paragraph/__stories__/LeadVariant.js +1 -1
  638. package/typography/Paragraph/__stories__/SmallVariant.js +1 -1
  639. package/typography/Paragraph/index.mdx +5 -20
  640. package/utils/Kitchensink/KitchensinkDashboard.js +1 -1
  641. package/app/PageTitle/index.d.ts +0 -5
  642. package/es/app/PageTitle/index.js +0 -5
  643. package/es/form/SearchSection/index.js +0 -5
  644. package/es/form/SingleCharacterInputContainer/SingleCharacterInputContainer.stories.js +0 -12
  645. package/es/form/SingleCharacterInputContainer/index.js +0 -4
  646. package/es/form/SingleCharacterInputContainer/index.mdx +0 -36
  647. package/es/navigation/NavList/NavListAuto/NavListAuto.js +0 -31
  648. package/es/navigation/NavList/NavListAuto/NavListBaseAuto.js +0 -22
  649. package/es/navigation/NavList/NavListAuto/NavListContextAuto.js +0 -104
  650. package/es/navigation/NavList/NavListAuto/NavListItemAnchorAuto.js +0 -26
  651. package/es/navigation/NavList/NavListAuto/NavListItemAuto.js +0 -38
  652. package/es/navigation/NavList/NavListAuto/NavListItemButtonAuto.js +0 -30
  653. package/es/navigation/NavList/NavListAuto/NavListMenuAuto.js +0 -36
  654. package/es/navigation/NavList/NavListAuto/NavListSubMenuAuto.js +0 -26
  655. package/es/navigation/NavList/NavListItem.js +0 -23
  656. package/es/navigation/NavList/NavListItemBase.js +0 -44
  657. package/es/navigation/NavList/NavListItemButton.js +0 -3
  658. package/es/navigation/NavList/NavListItemLink.js +0 -3
  659. package/es/navigation/NavList/NavMenu.js +0 -3
  660. package/es/navigation/NavList/NavMenuContainer.js +0 -3
  661. package/es/navigation/NavList/NavMenuContainerContent.js +0 -3
  662. package/es/navigation/NavList/NavMenuContainerContentListItem.js +0 -3
  663. package/es/navigation/NavList/NavMenuContainerTitle.js +0 -3
  664. package/es/navigation/NavList/NavVertical.js +0 -3
  665. package/es/navigation/NavList/NavVerticalItem.js +0 -3
  666. package/esm/app/PageTitle/index.js +0 -5
  667. package/esm/form/SearchSection/index.js +0 -5
  668. package/esm/form/SingleCharacterInputContainer/SingleCharacterInputContainer.stories.js +0 -12
  669. package/esm/form/SingleCharacterInputContainer/index.js +0 -4
  670. package/esm/form/SingleCharacterInputContainer/index.mdx +0 -36
  671. package/esm/navigation/NavList/NavListAuto/NavListAuto.js +0 -31
  672. package/esm/navigation/NavList/NavListAuto/NavListBaseAuto.js +0 -22
  673. package/esm/navigation/NavList/NavListAuto/NavListContextAuto.js +0 -104
  674. package/esm/navigation/NavList/NavListAuto/NavListItemAnchorAuto.js +0 -26
  675. package/esm/navigation/NavList/NavListAuto/NavListItemAuto.js +0 -38
  676. package/esm/navigation/NavList/NavListAuto/NavListItemButtonAuto.js +0 -30
  677. package/esm/navigation/NavList/NavListAuto/NavListMenuAuto.js +0 -36
  678. package/esm/navigation/NavList/NavListAuto/NavListSubMenuAuto.js +0 -26
  679. package/esm/navigation/NavList/NavListItem.js +0 -23
  680. package/esm/navigation/NavList/NavListItemBase.js +0 -44
  681. package/esm/navigation/NavList/NavListItemButton.js +0 -3
  682. package/esm/navigation/NavList/NavListItemLink.js +0 -3
  683. package/esm/navigation/NavList/NavMenu.js +0 -3
  684. package/esm/navigation/NavList/NavMenuContainer.js +0 -3
  685. package/esm/navigation/NavList/NavMenuContainerContent.js +0 -3
  686. package/esm/navigation/NavList/NavMenuContainerContentListItem.js +0 -3
  687. package/esm/navigation/NavList/NavMenuContainerTitle.js +0 -3
  688. package/esm/navigation/NavList/NavVertical.js +0 -3
  689. package/esm/navigation/NavList/NavVerticalItem.js +0 -3
  690. package/form/SearchSection/index.d.ts +0 -5
  691. package/form/SingleCharacterInputContainer/SingleCharacterInputContainer.stories.d.ts +0 -13
  692. package/form/SingleCharacterInputContainer/index.d.ts +0 -4
  693. package/form/SingleCharacterInputContainer/index.mdx +0 -36
  694. package/navigation/NavList/NavListAuto/NavListAuto.js +0 -48
  695. package/navigation/NavList/NavListAuto/NavListBaseAuto.d.ts +0 -3
  696. package/navigation/NavList/NavListAuto/NavListBaseAuto.js +0 -38
  697. package/navigation/NavList/NavListAuto/NavListContextAuto.d.ts +0 -29
  698. package/navigation/NavList/NavListAuto/NavListContextAuto.js +0 -128
  699. package/navigation/NavList/NavListAuto/NavListItemAnchorAuto.d.ts +0 -9
  700. package/navigation/NavList/NavListAuto/NavListItemAnchorAuto.js +0 -51
  701. package/navigation/NavList/NavListAuto/NavListItemAuto.d.ts +0 -8
  702. package/navigation/NavList/NavListAuto/NavListItemAuto.js +0 -63
  703. package/navigation/NavList/NavListAuto/NavListItemButtonAuto.d.ts +0 -12
  704. package/navigation/NavList/NavListAuto/NavListItemButtonAuto.js +0 -48
  705. package/navigation/NavList/NavListAuto/NavListMenuAuto.d.ts +0 -11
  706. package/navigation/NavList/NavListAuto/NavListMenuAuto.js +0 -56
  707. package/navigation/NavList/NavListAuto/NavListSubMenuAuto.d.ts +0 -9
  708. package/navigation/NavList/NavListAuto/NavListSubMenuAuto.js +0 -44
  709. package/navigation/NavList/NavListItem.d.ts +0 -4
  710. package/navigation/NavList/NavListItem.js +0 -42
  711. package/navigation/NavList/NavListItemBase.d.ts +0 -15
  712. package/navigation/NavList/NavListItemBase.js +0 -68
  713. package/navigation/NavList/NavListItemButton.d.ts +0 -3
  714. package/navigation/NavList/NavListItemButton.js +0 -30
  715. package/navigation/NavList/NavListItemLink.d.ts +0 -3
  716. package/navigation/NavList/NavMenu.d.ts +0 -3
  717. package/navigation/NavList/NavMenuContainer.d.ts +0 -3
  718. package/navigation/NavList/NavMenuContainer.js +0 -30
  719. package/navigation/NavList/NavMenuContainerContent.d.ts +0 -3
  720. package/navigation/NavList/NavMenuContainerContent.js +0 -30
  721. package/navigation/NavList/NavMenuContainerContentList.d.ts +0 -5
  722. package/navigation/NavList/NavMenuContainerContentListItem.d.ts +0 -3
  723. package/navigation/NavList/NavMenuContainerContentListItem.js +0 -30
  724. package/navigation/NavList/NavMenuContainerTitle.d.ts +0 -3
  725. package/navigation/NavList/NavMenuContainerTitle.js +0 -30
  726. package/navigation/NavList/NavVertical.d.ts +0 -3
  727. package/navigation/NavList/NavVerticalItem.d.ts +0 -3
  728. package/src/app/PageTitle/index.tsx +0 -5
  729. package/src/form/SearchSection/index.tsx +0 -6
  730. package/src/form/SingleCharacterInputContainer/SingleCharacterInputContainer.stories.js +0 -13
  731. package/src/form/SingleCharacterInputContainer/index.mdx +0 -36
  732. package/src/form/SingleCharacterInputContainer/index.tsx +0 -4
  733. package/src/navigation/NavList/NavListAuto/NavListAuto.tsx +0 -34
  734. package/src/navigation/NavList/NavListAuto/NavListBaseAuto.tsx +0 -20
  735. package/src/navigation/NavList/NavListAuto/NavListContextAuto.tsx +0 -112
  736. package/src/navigation/NavList/NavListAuto/NavListItemAnchorAuto.tsx +0 -38
  737. package/src/navigation/NavList/NavListAuto/NavListItemAuto.tsx +0 -49
  738. package/src/navigation/NavList/NavListAuto/NavListItemButtonAuto.tsx +0 -53
  739. package/src/navigation/NavList/NavListAuto/NavListMenuAuto.tsx +0 -51
  740. package/src/navigation/NavList/NavListAuto/NavListSubMenuAuto.tsx +0 -32
  741. package/src/navigation/NavList/NavListItem.tsx +0 -46
  742. package/src/navigation/NavList/NavListItemBase.tsx +0 -63
  743. package/src/navigation/NavList/NavListItemButton.tsx +0 -3
  744. package/src/navigation/NavList/NavListItemLink.tsx +0 -3
  745. package/src/navigation/NavList/NavMenu.tsx +0 -3
  746. package/src/navigation/NavList/NavMenuContainer.tsx +0 -3
  747. package/src/navigation/NavList/NavMenuContainerContent.tsx +0 -3
  748. package/src/navigation/NavList/NavMenuContainerContentListItem.tsx +0 -3
  749. package/src/navigation/NavList/NavMenuContainerTitle.tsx +0 -3
  750. package/src/navigation/NavList/NavVertical.tsx +0 -3
  751. package/src/navigation/NavList/NavVerticalItem.tsx +0 -3
  752. /package/form/{SingleCharacterInputContainer → SingleCharacterInputs}/__stories__/Default.d.ts +0 -0
  753. /package/form/{SingleCharacterInputContainer → SingleCharacterInputs}/__stories__/WithDefaultError.d.ts +0 -0
  754. /package/form/{SingleCharacterInputContainer → SingleCharacterInputs}/__stories__/WithErrorMessageInvalidCode.d.ts +0 -0
  755. /package/form/{SingleCharacterInputContainer → SingleCharacterInputs}/__stories__/WithErrorMessageLessDigit.d.ts +0 -0
  756. /package/navigation/NavList/NavListAuto/{NavListAuto.d.ts → index.d.ts} +0 -0
@@ -13,11 +13,7 @@ import SummaryList from '@digigov/ui/content/SummaryList';
13
13
 
14
14
  ## How to use
15
15
 
16
- <Story
17
- packageName="@digigov/ui"
18
- component="content/SummaryList"
19
- story="Default.tsx"
20
- />
16
+ <Story packageName="@digigov/ui" component="content/SummaryList" story="Default.tsx" />
21
17
 
22
18
  ### Summary list with actions
23
19
 
@@ -25,21 +21,13 @@ Assistive technology users, like those who use a screen reader, may hear the lin
25
21
  To give more context, add visually hidden text to the links.
26
22
  This means a screen reader user will hear a meaningful action, like ‘Αλλαγή ονόματος’ or ‘Αλλαγή ημερομηνίας γέννησης’.
27
23
 
28
- <Story
29
- packageName="@digigov/ui"
30
- component="content/SummaryList"
31
- story="WithActions.tsx"
32
- />
24
+ <Story packageName="@digigov/ui" component="content/SummaryList" story="WithActions.tsx" />
33
25
 
34
26
  ### Summary list without borders
35
27
 
36
28
  If you do not include actions in your summary list and it would be better for your design to remove the separating borders, use the `border={false}` prop.
37
29
 
38
- <Story
39
- packageName="@digigov/ui"
40
- component="content/SummaryList"
41
- story="WithoutBorders.tsx"
42
- />
30
+ <Story packageName="@digigov/ui" component="content/SummaryList" story="WithoutBorders.tsx" />
43
31
 
44
32
  ## API
45
33
 
@@ -23,11 +23,11 @@ var data = {
23
23
  };
24
24
  export var DefinedWidth = function DefinedWidth() {
25
25
  return /*#__PURE__*/React.createElement(TableContainer, null, /*#__PURE__*/React.createElement(Table, null, data && /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(TableCaption, null, data.title), /*#__PURE__*/React.createElement(TableHead, null, /*#__PURE__*/React.createElement(TableRow, null, data.labels && /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(TableHeadCell, {
26
- cellWidth: "one-half"
26
+ width: "50%"
27
27
  }, data.labels.name), /*#__PURE__*/React.createElement(TableHeadCell, {
28
- cellWidth: "one-quarter"
28
+ width: "25%"
29
29
  }, data.labels.role), /*#__PURE__*/React.createElement(TableHeadCell, {
30
- cellWidth: "one-quarter"
30
+ width: "25%"
31
31
  }, data.labels.email)))), /*#__PURE__*/React.createElement(TableBody, null, data.content && data.content.map(function (item, index) {
32
32
  return /*#__PURE__*/React.createElement(TableRow, {
33
33
  key: index
@@ -2,8 +2,7 @@ import React from 'react';
2
2
  import { Table, TableHead, TableRow, TableBody, TableHeadCell, TableDataCell } from '@digigov/ui/content/Table';
3
3
  import { TableFloatingScroll } from '@digigov/ui/content/Table/TableFloatingScroll';
4
4
  import { Dropdown, DropdownButton, DropdownContent } from '@digigov/ui/navigation/Dropdown';
5
- import { NavVertical } from '@digigov/ui/navigation/NavList/NavVertical';
6
- import { NavVerticalItem } from '@digigov/ui/navigation/NavList/NavVerticalItem';
5
+ import NavList, { NavListItemAction } from '@digigov/ui/navigation/NavList';
7
6
  var labels = {
8
7
  name: 'Ονοματεπώνυμο',
9
8
  email: 'Email',
@@ -47,9 +46,11 @@ var _ref2 = /*#__PURE__*/React.createElement(TableDataCell, null, /*#__PURE__*/R
47
46
  placement: "bottom"
48
47
  }, /*#__PURE__*/React.createElement(DropdownButton, {
49
48
  variant: "link"
50
- }, "\u0395\u03BD\u03AD\u03C1\u03B3\u03B5\u03B9\u03B5\u03C2"), /*#__PURE__*/React.createElement(DropdownContent, null, /*#__PURE__*/React.createElement(NavVertical, null, /*#__PURE__*/React.createElement(NavVerticalItem, {
49
+ }, "\u0395\u03BD\u03AD\u03C1\u03B3\u03B5\u03B9\u03B5\u03C2"), /*#__PURE__*/React.createElement(DropdownContent, null, /*#__PURE__*/React.createElement(NavList, {
50
+ layout: "vertical"
51
+ }, /*#__PURE__*/React.createElement(NavListItemAction, {
51
52
  href: "#"
52
- }, "\u0395\u03C0\u03B5\u03BE\u03B5\u03C1\u03B3\u03B1\u03C3\u03AF\u03B1"), /*#__PURE__*/React.createElement(NavVerticalItem, {
53
+ }, "\u0395\u03C0\u03B5\u03BE\u03B5\u03C1\u03B3\u03B1\u03C3\u03AF\u03B1"), /*#__PURE__*/React.createElement(NavListItemAction, {
53
54
  href: "#"
54
55
  }, "\u0394\u03B9\u03B1\u03B3\u03C1\u03B1\u03C6\u03AE")))));
55
56
 
@@ -6,21 +6,20 @@ import Table from '@digigov/react-core/Table';
6
6
  import TableSortIconContainer from '@digigov/react-core/TableSortIconContainer';
7
7
  import { CaretIcon } from '@digigov/ui/icons';
8
8
  import { Dropdown, DropdownButton, DropdownContent } from '@digigov/ui/navigation/Dropdown';
9
- import { NavVertical } from '@digigov/ui/navigation/NavList/NavVertical';
10
- import { NavVerticalItem } from '@digigov/ui/navigation/NavList/NavVerticalItem';
9
+ import { NavList, NavListItemAction } from '@digigov/ui/navigation/NavList';
11
10
 
12
11
  var _ref2 = /*#__PURE__*/React.createElement(CaretIcon, {
13
12
  direction: 'up',
14
13
  marginRight: 1,
15
14
  marginTop: 1,
16
- size: "md"
15
+ size: "sm"
17
16
  });
18
17
 
19
18
  var _ref3 = /*#__PURE__*/React.createElement(CaretIcon, {
20
19
  direction: 'down',
21
20
  marginRight: 1,
22
21
  marginTop: 1,
23
- size: "md"
22
+ size: "sm"
24
23
  });
25
24
 
26
25
  export var TableSortLabel = /*#__PURE__*/React.forwardRef(function TableSortLabel(_ref, _ref4) {
@@ -50,15 +49,18 @@ export var TableSortLabel = /*#__PURE__*/React.forwardRef(function TableSortLabe
50
49
  marginLeft: 1
51
50
  }, /*#__PURE__*/React.createElement(CaretIcon, {
52
51
  direction: 'up',
53
- size: "md",
52
+ size: "sm",
54
53
  variant: direction === 1 ? 'dark' : 'gray'
55
54
  }), /*#__PURE__*/React.createElement(CaretIcon, {
56
55
  direction: 'down',
57
- size: "md",
56
+ size: "sm",
58
57
  variant: direction === -1 ? 'dark' : 'gray'
59
- }))), /*#__PURE__*/React.createElement(DropdownContent, null, /*#__PURE__*/React.createElement(NavVertical, null, /*#__PURE__*/React.createElement(NavVerticalItem, {
58
+ }))), /*#__PURE__*/React.createElement(DropdownContent, null, /*#__PURE__*/React.createElement(NavList, {
59
+ layout: "vertical"
60
+ }, /*#__PURE__*/React.createElement(NavListItemAction, {
60
61
  active: direction === 1,
61
62
  tabIndex: 0,
63
+ arrow: false,
62
64
  onClick: function onClick() {
63
65
  onSort(1);
64
66
  dropdownRef.current && (dropdownRef.current.open = false);
@@ -69,9 +71,10 @@ export var TableSortLabel = /*#__PURE__*/React.forwardRef(function TableSortLabe
69
71
  dropdownRef.current && (dropdownRef.current.open = false);
70
72
  }
71
73
  }
72
- }, _ref2, labels.asc), /*#__PURE__*/React.createElement(NavVerticalItem, {
74
+ }, _ref2, labels.asc), /*#__PURE__*/React.createElement(NavListItemAction, {
73
75
  active: direction === -1,
74
76
  tabIndex: 0,
77
+ arrow: false,
75
78
  onClick: function onClick() {
76
79
  onSort(-1);
77
80
  dropdownRef.current && (dropdownRef.current.open = false);
@@ -69,7 +69,7 @@ The prop `color='primary'` or `color='secondary'` is only functional when Table
69
69
  ## Accessibility
70
70
 
71
71
  You can read more about the accessibility patterns used in our Table
72
- implementation in the ARIA Authoring Practices Guide (APG) at
72
+ implementation in the ARIA Authoring Practices Guide (APG) at [Table](https://www.w3.org/WAI/ARIA/apg/patterns/table/) section.
73
73
 
74
74
  ## API
75
75
 
@@ -47,26 +47,26 @@ export var Default = function Default() {
47
47
 
48
48
  switch (task.status) {
49
49
  case 'Ολοκληρωθηκε':
50
- tagColor = 'completed';
50
+ tagColor = 'info';
51
51
  break;
52
52
 
53
53
  case 'Σε εξελιξη':
54
- tagColor = 'in-progress';
54
+ tagColor = 'primary';
55
55
  break;
56
56
 
57
57
  case 'Δεν εχει ξεκινησει':
58
- tagColor = 'not-started';
58
+ tagColor = 'secondary';
59
59
  break;
60
60
 
61
61
  case 'Σε αναμονη':
62
- tagColor = 'not-started';
62
+ tagColor = 'secondary';
63
63
  break;
64
64
  }
65
65
 
66
66
  return /*#__PURE__*/React.createElement(SummaryListItem, {
67
67
  key: key
68
68
  }, /*#__PURE__*/React.createElement(SummaryListItemKey, null, /*#__PURE__*/React.createElement(LinkBase, null, task.text)), /*#__PURE__*/React.createElement(SummaryListItemAction, null, /*#__PURE__*/React.createElement(TaskListItemTag, {
69
- status: tagColor
69
+ color: tagColor
70
70
  }, task.status)));
71
71
  }))));
72
72
  })));
@@ -0,0 +1,21 @@
1
+ ---
2
+ id: task-list
3
+ title: TaskList
4
+ ---
5
+
6
+ # TaskList
7
+ TaskList is a component that displays number of steps required to complete a process inside your application.
8
+
9
+ ```bash
10
+ import TaskList from '@digigov/ui/content/TaskList';
11
+ ```
12
+
13
+ ## How to use
14
+
15
+ ### Default
16
+
17
+ <Story packageName="@digigov/ui" component="content/TaskList" story="Default.tsx" />
18
+
19
+ ## API
20
+
21
+ <PropTypes packageName="@digigov/ui" component="TaskList" />
@@ -98,7 +98,7 @@ var _ref2 = /*#__PURE__*/React.createElement(Button, {
98
98
 
99
99
  export var Default = function Default() {
100
100
  return /*#__PURE__*/React.createElement(Timeline, null, data && data.map(function (field, index) {
101
- return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(TimelineItem, {
101
+ return /*#__PURE__*/React.createElement(TimelineItem, {
102
102
  key: index,
103
103
  marginBottom: 10
104
104
  }, /*#__PURE__*/React.createElement(TimelineHeading, {
@@ -118,7 +118,7 @@ export var Default = function Default() {
118
118
  key: subIndex,
119
119
  variant: "link"
120
120
  }, action.label);
121
- }), _ref, _ref2))));
121
+ }), _ref, _ref2)));
122
122
  }));
123
123
  };
124
124
  export default Default;
@@ -0,0 +1,23 @@
1
+ ---
2
+ id: timeline
3
+ title: Timeline
4
+ ---
5
+
6
+ # Timeline
7
+ A timeline is a useful way to display a whole range of information and/or data points to a user.
8
+ Keeping things organized in logical sequence timeline helps to keep track of what’s happening.
9
+ User can better understand what has happened and also understand what the next steps should be.
10
+
11
+ ```bash
12
+ import Timeline from '@digigov/ui/content/Timeline';
13
+ ```
14
+
15
+ ## How to use
16
+
17
+ ### Default
18
+
19
+ <Story packageName="@digigov/ui" component="content/Timeline" story="Default.tsx" />
20
+
21
+ ## API
22
+
23
+ <PropTypes packageName="@digigov/ui" component="Timeline" />
@@ -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
 
@@ -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
 
@@ -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
 
@@ -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
 
@@ -6,4 +6,5 @@ export default {
6
6
  component: WarningText,
7
7
  displayName: 'WarningText'
8
8
  };
9
- export * from '@digigov/ui/feedback/WarningText/__stories__/Default';
9
+ export * from '@digigov/ui/feedback/WarningText/__stories__/Default';
10
+ export * from '@digigov/ui/feedback/WarningText/__stories__/AssistiveText';
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { WarningText } from '@digigov/ui/feedback/WarningText';
3
+
4
+ var _ref = /*#__PURE__*/React.createElement(WarningText, {
5
+ assistiveText: "\u03A3\u03B7\u03BC\u03B1\u03BD\u03C4\u03B9\u03BA\u03CC"
6
+ }, "\u039C\u03C0\u03BF\u03C1\u03B5\u03AF \u03BD\u03B1 \u03C3\u03B1\u03C2 \u03B5\u03C0\u03B9\u03B2\u03BB\u03B7\u03B8\u03B5\u03AF \u03C0\u03C1\u03CC\u03C3\u03C4\u03B9\u03BC\u03BF \u03AD\u03C9\u03C2 \u03BA\u03B1\u03B9 5.000 \u03B5\u03C5\u03C1\u03CE \u03B5\u03AC\u03BD \u03B4\u03B5\u03BD \u03B5\u03B3\u03B3\u03C1\u03B1\u03C6\u03B5\u03AF\u03C4\u03B5.");
7
+
8
+ export var AssistiveText = function AssistiveText() {
9
+ return _ref;
10
+ };
11
+ 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
 
@@ -6,7 +6,7 @@ import { FieldContainer } from '@digigov/ui/form/FieldContainer';
6
6
 
7
7
  var _ref = /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement(FieldContainer, null, /*#__PURE__*/React.createElement(AutoComplete, {
8
8
  source: suggest,
9
- cellWidth: "one-third",
9
+ width: "33.3%",
10
10
  id: "govgr"
11
11
  })), /*#__PURE__*/React.createElement(Button, null, "\u03A5\u03C0\u03BF\u03B2\u03BF\u03BB\u03AE"));
12
12
 
@@ -18,9 +18,9 @@ import AutoCompleteInputTypeahead from '@digigov/react-core/AutoCompleteInputTyp
18
18
  import AutoCompleteResultList from '@digigov/react-core/AutoCompleteResultList';
19
19
  import AutoCompleteResultListItem from '@digigov/react-core/AutoCompleteResultListItem';
20
20
  import AutoCompleteWrapper from '@digigov/react-core/AutoCompleteWrapper';
21
- import DropdownArrowDown from '@digigov/react-core/DropdownArrowDown';
22
21
  import Status from '@digigov/ui/form/AutoComplete/Status';
23
22
  import { isIosDevice, keyCodes, isPrintableKeyCode } from '@digigov/ui/form/AutoComplete/utils';
23
+ import { CaretIcon } from '@digigov/react-icons/CaretIcon';
24
24
 
25
25
  var AutoComplete = /*#__PURE__*/function (_Component) {
26
26
  _inherits(AutoComplete, _Component);
@@ -477,7 +477,7 @@ var AutoComplete = /*#__PURE__*/function (_Component) {
477
477
 
478
478
  var _this$props4 = this.props,
479
479
  id = _this$props4.id,
480
- cellWidth = _this$props4.cellWidth,
480
+ width = _this$props4.width,
481
481
  displayMenu = _this$props4.displayMenu,
482
482
  minLength = _this$props4.minLength,
483
483
  name = _this$props4.name,
@@ -519,7 +519,7 @@ var AutoComplete = /*#__PURE__*/function (_Component) {
519
519
  } : null;
520
520
  return /*#__PURE__*/React.createElement(AutoCompleteWrapper, {
521
521
  onKeyDown: this.handleKeyDown,
522
- cellWidth: cellWidth
522
+ width: width
523
523
  }, /*#__PURE__*/React.createElement(Status, {
524
524
  id: id,
525
525
  length: options.length,
@@ -622,7 +622,7 @@ var AutoComplete = /*#__PURE__*/function (_Component) {
622
622
  }(Component);
623
623
 
624
624
  AutoComplete.defaultProps = {
625
- cellWidth: 'one-third',
625
+ width: '33.3%',
626
626
  autoselect: false,
627
627
  defaultValue: '',
628
628
  displayMenu: 'overlay',
@@ -642,7 +642,12 @@ AutoComplete.defaultProps = {
642
642
  tAssistiveHint: function tAssistiveHint() {
643
643
  return '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.';
644
644
  },
645
- dropdownArrow: DropdownArrowDown
645
+ dropdownArrow: function dropdownArrow(props) {
646
+ return /*#__PURE__*/React.createElement(CaretIcon, _extends({
647
+ direction: "down",
648
+ size: "sm"
649
+ }, props));
650
+ }
646
651
  };
647
652
  export { AutoComplete as default };
648
653
  export { AutoComplete, AutoCompleteInput, AutoCompleteInputTypeahead, AutoCompleteResultList, AutoCompleteResultListItem, AutoCompleteWrapper, AutoCompleteAssistiveHint };
@@ -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
 
@@ -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
 
@@ -14,7 +14,7 @@ var _ref = /*#__PURE__*/React.createElement(FieldContainer, null, /*#__PURE__*/R
14
14
  value: "email"
15
15
  }, "Email"), /*#__PURE__*/React.createElement(CheckboxConditional, null, "Email address", /*#__PURE__*/React.createElement(TextInput, {
16
16
  name: "email-address",
17
- cellWidth: "one-third"
17
+ width: "33.3%"
18
18
  })), /*#__PURE__*/React.createElement(CheckboxItem, {
19
19
  name: "email",
20
20
  value: "phone"