@digigov/ui 1.0.0-6b93ebf2 → 1.0.0-88820b1e

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 (560) hide show
  1. package/app/CloseButton/index.d.ts +3 -0
  2. package/app/CloseButton/index.js +30 -0
  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 +5 -5
  18. package/app/Header/__stories__/WithNavigation.js +1 -1
  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/Modal/__stories__/Default.js +1 -1
  24. package/app/Modal/index.mdx +1 -5
  25. package/app/NotFound/index.js +5 -9
  26. package/app/PageTitleContainer/index.d.ts +5 -0
  27. package/app/PageTitleContainer/index.js +58 -0
  28. package/app/Panel/index.mdx +1 -5
  29. package/app/PhaseBannerHeader/index.js +2 -2
  30. package/app/PhaseBannerHeader/index.mdx +1 -5
  31. package/app/QrCodeViewer/index.mdx +2 -10
  32. package/app/index.d.ts +2 -3
  33. package/app/index.js +8 -8
  34. package/content/Accordion/index.d.ts +1 -1
  35. package/content/Accordion/index.mdx +2 -10
  36. package/content/Blockquote/index.mdx +1 -5
  37. package/content/Card/index.mdx +8 -40
  38. package/content/Chip/__stories__/GroupOfChips.js +1 -1
  39. package/content/Chip/index.d.ts +1 -2
  40. package/content/Chip/index.js +4 -18
  41. package/content/Chip/index.mdx +39 -0
  42. package/content/Details/index.mdx +1 -5
  43. package/content/List/__stories__/HorizontalList.js +1 -1
  44. package/content/List/__stories__/WithExtraSpace.js +1 -1
  45. package/content/List/index.mdx +3 -15
  46. package/content/StepNav/__stories__/Default.js +3 -5
  47. package/content/StepNav/__stories__/WithHints.js +2 -4
  48. package/content/StepNav/index.mdx +21 -0
  49. package/content/SummaryList/index.mdx +3 -15
  50. package/content/Table/__stories__/DefinedWidth.js +3 -3
  51. package/content/Table/index.js +4 -4
  52. package/content/TaskList/__stories__/Default.js +5 -5
  53. package/content/TaskList/index.mdx +21 -0
  54. package/content/Timeline/__stories__/Default.js +2 -2
  55. package/content/Timeline/index.mdx +23 -0
  56. package/es/app/CloseButton/index.js +3 -0
  57. package/{esm/app/FilterSection → es/app/FilterContainer}/index.js +4 -5
  58. package/es/app/Footer/Footer.stories.playwright.json +2 -2
  59. package/es/app/Footer/__stories__/DefaultCopyright.js +11 -9
  60. package/es/app/Footer/__stories__/FooterAllInclusive.js +19 -13
  61. package/es/app/Footer/__stories__/FooterWithLink.js +13 -11
  62. package/es/app/Footer/__stories__/FooterWithLogo.js +9 -8
  63. package/es/app/Footer/__stories__/FooterWithSecondaryNavigation.js +16 -12
  64. package/es/app/Footer/__stories__/YearCopyright.js +9 -7
  65. package/es/app/Footer/index.js +3 -5
  66. package/es/app/Footer/index.mdx +4 -20
  67. package/es/app/Header/Header.stories.playwright.json +1 -1
  68. package/es/app/Header/__stories__/Default.js +1 -1
  69. package/es/app/Header/__stories__/WithHeaderNavigation.js +5 -5
  70. package/es/app/Header/__stories__/WithNavigation.js +1 -1
  71. package/es/app/Header/__stories__/WithServiceName.js +1 -1
  72. package/es/app/Header/__stories__/WithServiceNameAndLogo.js +1 -1
  73. package/es/app/Header/index.mdx +4 -21
  74. package/es/app/Header/index.spec.js +2 -2
  75. package/es/app/Modal/__stories__/Default.js +1 -1
  76. package/es/app/Modal/index.mdx +1 -5
  77. package/es/app/NotFound/index.js +4 -3
  78. package/es/app/PageTitleContainer/index.js +5 -0
  79. package/es/app/Panel/index.mdx +1 -5
  80. package/es/app/PhaseBannerHeader/index.js +2 -2
  81. package/es/app/PhaseBannerHeader/index.mdx +1 -5
  82. package/es/app/QrCodeViewer/index.mdx +2 -10
  83. package/es/app/index.js +3 -4
  84. package/es/content/Accordion/index.mdx +2 -10
  85. package/es/content/Blockquote/index.mdx +1 -5
  86. package/es/content/Card/index.mdx +8 -40
  87. package/es/content/Chip/__stories__/GroupOfChips.js +2 -2
  88. package/es/content/Chip/index.js +1 -2
  89. package/es/content/Chip/index.mdx +39 -0
  90. package/es/content/Details/index.mdx +1 -5
  91. package/es/content/List/__stories__/HorizontalList.js +1 -1
  92. package/es/content/List/__stories__/WithExtraSpace.js +1 -1
  93. package/es/content/List/index.mdx +3 -15
  94. package/es/content/StepNav/__stories__/Default.js +3 -5
  95. package/es/content/StepNav/__stories__/WithHints.js +2 -4
  96. package/es/content/StepNav/index.mdx +21 -0
  97. package/es/content/SummaryList/index.mdx +3 -15
  98. package/es/content/Table/__stories__/DefinedWidth.js +3 -3
  99. package/es/content/Table/index.js +4 -4
  100. package/es/content/TaskList/__stories__/Default.js +5 -5
  101. package/es/content/TaskList/index.mdx +21 -0
  102. package/es/content/Timeline/__stories__/Default.js +2 -2
  103. package/es/content/Timeline/index.mdx +23 -0
  104. package/es/feedback/CopyToClipboard/index.mdx +2 -10
  105. package/es/feedback/ErrorSummary/index.mdx +4 -20
  106. package/es/feedback/NotificationBanner/index.mdx +2 -10
  107. package/es/feedback/PhaseBanner/index.mdx +2 -10
  108. package/es/feedback/WarningText/WarningText.stories.js +2 -1
  109. package/es/feedback/WarningText/__stories__/AssistiveText.js +11 -0
  110. package/es/feedback/WarningText/index.mdx +1 -5
  111. package/es/form/AutoComplete/__stories__/Default.js +1 -1
  112. package/es/form/AutoComplete/index.js +10 -5
  113. package/es/form/AutoComplete/index.mdx +7 -35
  114. package/es/form/Button/index.mdx +4 -20
  115. package/es/form/Checkbox/__stories__/ConditionalReveal.js +1 -1
  116. package/es/form/Checkbox/index.mdx +7 -35
  117. package/es/form/DateInputContainer/index.mdx +4 -20
  118. package/es/form/ErrorMessage/index.mdx +1 -5
  119. package/es/form/FileUpload/index.mdx +1 -5
  120. package/es/form/RadioContainer/__stories__/ConditionalReveal.js +1 -1
  121. package/es/form/RadioContainer/index.mdx +7 -35
  122. package/es/form/SearchContainer/index.js +5 -0
  123. package/es/form/SelectContainer/__stories__/Default.js +4 -4
  124. package/es/form/SelectContainer/index.mdx +3 -15
  125. package/es/form/SingleCharacterInputs/SingleCharacterInput.stories.js +12 -0
  126. package/es/form/{SingleCharacterInputContainer → SingleCharacterInputs}/__stories__/Default.js +13 -13
  127. package/{esm/form/SingleCharacterInputContainer → es/form/SingleCharacterInputs}/__stories__/WithDefaultError.js +7 -7
  128. package/{esm/form/SingleCharacterInputContainer → es/form/SingleCharacterInputs}/__stories__/WithErrorMessageInvalidCode.js +14 -14
  129. package/{esm/form/SingleCharacterInputContainer → es/form/SingleCharacterInputs}/__stories__/WithErrorMessageLessDigit.js +11 -11
  130. package/es/form/SingleCharacterInputs/index.js +4 -0
  131. package/es/form/SingleCharacterInputs/index.mdx +24 -0
  132. package/es/form/TextArea/index.mdx +7 -35
  133. package/es/form/TextInput/__stories__/FixedWidths.js +6 -6
  134. package/es/form/TextInput/__stories__/FluidWidths.js +6 -6
  135. package/es/form/TextInput/index.mdx +8 -40
  136. package/es/form/index.js +2 -2
  137. package/es/govgr/Footer/index.js +4 -4
  138. package/es/layouts/Admin/index.js +1 -1
  139. package/es/layouts/Basic/__snapshots__/index.spec.tsx.snap +2 -2
  140. package/es/layouts/Section/index.js +3 -0
  141. package/es/layouts/Stack/Stack.stories.js +12 -0
  142. package/es/layouts/Stack/__stories__/AlignItems.js +67 -0
  143. package/es/layouts/Stack/__stories__/Default.js +24 -0
  144. package/es/layouts/Stack/__stories__/JustifyContent.js +84 -0
  145. package/es/layouts/Stack/__stories__/NoWrap.js +26 -0
  146. package/es/layouts/Stack/__stories__/Row.js +25 -0
  147. package/es/layouts/Stack/__stories__/Spacing.js +55 -0
  148. package/es/layouts/Stack/index.js +2 -0
  149. package/es/layouts/index.js +3 -1
  150. package/es/navigation/BackLink/index.mdx +1 -5
  151. package/es/navigation/Breadcrumbs/index.mdx +1 -5
  152. package/es/navigation/Drawer/index.mdx +1 -5
  153. package/es/navigation/Dropdown/index.js +0 -1
  154. package/es/navigation/Dropdown/index.mdx +3 -15
  155. package/es/navigation/Link/index.mdx +5 -25
  156. package/es/navigation/NavList/index.mdx +2 -10
  157. package/es/navigation/Pagination/__stories__/Default.js +2 -2
  158. package/es/navigation/Pagination/__stories__/PaginationSmall.js +1 -1
  159. package/es/navigation/Pagination/__stories__/PaginationWithSmallFont.js +1 -1
  160. package/es/navigation/Pagination/__stories__/WithInactiveValues.js +2 -2
  161. package/es/navigation/Pagination/index.mdx +7 -14
  162. package/es/navigation/SkipLink/SkipLink.stories.js +8 -0
  163. package/es/navigation/SkipLink/__stories__/Default.js +12 -0
  164. package/es/navigation/Tabs/Tabs.stories.playwright.json +2 -2
  165. package/es/navigation/Tabs/__stories__/Default.js +9 -5
  166. package/es/navigation/Tabs/index.js +1 -1
  167. package/es/navigation/Tabs/index.mdx +1 -5
  168. package/es/registry.js +20 -10
  169. package/es/typography/Heading/__stories__/Default.js +9 -4
  170. package/es/typography/Heading/index.mdx +1 -5
  171. package/es/typography/HeadingCaption/index.mdx +1 -5
  172. package/es/typography/Hint/__stories__/FontSizes.js +3 -3
  173. package/es/typography/Hint/index.mdx +1 -5
  174. package/es/typography/NormalText/__stories__/FontSizes.js +7 -7
  175. package/es/typography/NormalText/__stories__/Variants.js +4 -4
  176. package/es/typography/NormalText/index.mdx +3 -15
  177. package/es/typography/Paragraph/__stories__/FontSizes.js +7 -7
  178. package/es/typography/Paragraph/__stories__/LeadVariant.js +1 -1
  179. package/es/typography/Paragraph/__stories__/SmallVariant.js +1 -1
  180. package/es/typography/Paragraph/index.mdx +4 -20
  181. package/es/utils/Kitchensink/KitchensinkDashboard.js +1 -1
  182. package/esm/app/CloseButton/index.js +3 -0
  183. package/{es/app/FilterSection → esm/app/FilterContainer}/index.js +4 -5
  184. package/esm/app/Footer/Footer.stories.playwright.json +2 -2
  185. package/esm/app/Footer/__stories__/DefaultCopyright.js +11 -9
  186. package/esm/app/Footer/__stories__/FooterAllInclusive.js +19 -13
  187. package/esm/app/Footer/__stories__/FooterWithLink.js +13 -11
  188. package/esm/app/Footer/__stories__/FooterWithLogo.js +9 -8
  189. package/esm/app/Footer/__stories__/FooterWithSecondaryNavigation.js +16 -12
  190. package/esm/app/Footer/__stories__/YearCopyright.js +9 -7
  191. package/esm/app/Footer/index.js +3 -5
  192. package/esm/app/Footer/index.mdx +4 -20
  193. package/esm/app/Header/Header.stories.playwright.json +1 -1
  194. package/esm/app/Header/__stories__/Default.js +1 -1
  195. package/esm/app/Header/__stories__/WithHeaderNavigation.js +5 -5
  196. package/esm/app/Header/__stories__/WithNavigation.js +1 -1
  197. package/esm/app/Header/__stories__/WithServiceName.js +1 -1
  198. package/esm/app/Header/__stories__/WithServiceNameAndLogo.js +1 -1
  199. package/esm/app/Header/index.mdx +4 -21
  200. package/esm/app/Header/index.spec.js +2 -2
  201. package/esm/app/Modal/__stories__/Default.js +1 -1
  202. package/esm/app/Modal/index.mdx +1 -5
  203. package/esm/app/NotFound/index.js +4 -3
  204. package/esm/app/PageTitleContainer/index.js +5 -0
  205. package/esm/app/Panel/index.mdx +1 -5
  206. package/esm/app/PhaseBannerHeader/index.js +2 -2
  207. package/esm/app/PhaseBannerHeader/index.mdx +1 -5
  208. package/esm/app/QrCodeViewer/index.mdx +2 -10
  209. package/esm/app/index.js +3 -4
  210. package/esm/content/Accordion/index.mdx +2 -10
  211. package/esm/content/Blockquote/index.mdx +1 -5
  212. package/esm/content/Card/index.mdx +8 -40
  213. package/esm/content/Chip/__stories__/GroupOfChips.js +2 -2
  214. package/esm/content/Chip/index.js +1 -2
  215. package/esm/content/Chip/index.mdx +39 -0
  216. package/esm/content/Details/index.mdx +1 -5
  217. package/esm/content/List/__stories__/HorizontalList.js +1 -1
  218. package/esm/content/List/__stories__/WithExtraSpace.js +1 -1
  219. package/esm/content/List/index.mdx +3 -15
  220. package/esm/content/StepNav/__stories__/Default.js +3 -5
  221. package/esm/content/StepNav/__stories__/WithHints.js +2 -4
  222. package/esm/content/StepNav/index.mdx +21 -0
  223. package/esm/content/SummaryList/index.mdx +3 -15
  224. package/esm/content/Table/__stories__/DefinedWidth.js +3 -3
  225. package/esm/content/Table/index.js +4 -4
  226. package/esm/content/TaskList/__stories__/Default.js +5 -5
  227. package/esm/content/TaskList/index.mdx +21 -0
  228. package/esm/content/Timeline/__stories__/Default.js +2 -2
  229. package/esm/content/Timeline/index.mdx +23 -0
  230. package/esm/feedback/CopyToClipboard/index.mdx +2 -10
  231. package/esm/feedback/ErrorSummary/index.mdx +4 -20
  232. package/esm/feedback/NotificationBanner/index.mdx +2 -10
  233. package/esm/feedback/PhaseBanner/index.mdx +2 -10
  234. package/esm/feedback/WarningText/WarningText.stories.js +2 -1
  235. package/esm/feedback/WarningText/__stories__/AssistiveText.js +11 -0
  236. package/esm/feedback/WarningText/index.mdx +1 -5
  237. package/esm/form/AutoComplete/__stories__/Default.js +1 -1
  238. package/esm/form/AutoComplete/index.js +10 -5
  239. package/esm/form/AutoComplete/index.mdx +7 -35
  240. package/esm/form/Button/index.mdx +4 -20
  241. package/esm/form/Checkbox/__stories__/ConditionalReveal.js +1 -1
  242. package/esm/form/Checkbox/index.mdx +7 -35
  243. package/esm/form/DateInputContainer/index.mdx +4 -20
  244. package/esm/form/ErrorMessage/index.mdx +1 -5
  245. package/esm/form/FileUpload/index.mdx +1 -5
  246. package/esm/form/RadioContainer/__stories__/ConditionalReveal.js +1 -1
  247. package/esm/form/RadioContainer/index.mdx +7 -35
  248. package/esm/form/SearchContainer/index.js +5 -0
  249. package/esm/form/SelectContainer/__stories__/Default.js +4 -4
  250. package/esm/form/SelectContainer/index.mdx +3 -15
  251. package/esm/form/SingleCharacterInputs/SingleCharacterInput.stories.js +12 -0
  252. package/esm/form/{SingleCharacterInputContainer → SingleCharacterInputs}/__stories__/Default.js +13 -13
  253. package/{es/form/SingleCharacterInputContainer → esm/form/SingleCharacterInputs}/__stories__/WithDefaultError.js +7 -7
  254. package/{es/form/SingleCharacterInputContainer → esm/form/SingleCharacterInputs}/__stories__/WithErrorMessageInvalidCode.js +14 -14
  255. package/{es/form/SingleCharacterInputContainer → esm/form/SingleCharacterInputs}/__stories__/WithErrorMessageLessDigit.js +11 -11
  256. package/esm/form/SingleCharacterInputs/index.js +4 -0
  257. package/esm/form/SingleCharacterInputs/index.mdx +24 -0
  258. package/esm/form/TextArea/index.mdx +7 -35
  259. package/esm/form/TextInput/__stories__/FixedWidths.js +6 -6
  260. package/esm/form/TextInput/__stories__/FluidWidths.js +6 -6
  261. package/esm/form/TextInput/index.mdx +8 -40
  262. package/esm/form/index.js +2 -2
  263. package/esm/govgr/Footer/index.js +4 -4
  264. package/esm/index.js +1 -1
  265. package/esm/layouts/Admin/index.js +1 -1
  266. package/esm/layouts/Basic/__snapshots__/index.spec.tsx.snap +2 -2
  267. package/esm/layouts/Section/index.js +3 -0
  268. package/esm/layouts/Stack/Stack.stories.js +12 -0
  269. package/esm/layouts/Stack/__stories__/AlignItems.js +67 -0
  270. package/esm/layouts/Stack/__stories__/Default.js +24 -0
  271. package/esm/layouts/Stack/__stories__/JustifyContent.js +84 -0
  272. package/esm/layouts/Stack/__stories__/NoWrap.js +26 -0
  273. package/esm/layouts/Stack/__stories__/Row.js +25 -0
  274. package/esm/layouts/Stack/__stories__/Spacing.js +55 -0
  275. package/esm/layouts/Stack/index.js +2 -0
  276. package/esm/layouts/index.js +3 -1
  277. package/esm/navigation/BackLink/index.mdx +1 -5
  278. package/esm/navigation/Breadcrumbs/index.mdx +1 -5
  279. package/esm/navigation/Drawer/index.mdx +1 -5
  280. package/esm/navigation/Dropdown/index.js +0 -1
  281. package/esm/navigation/Dropdown/index.mdx +3 -15
  282. package/esm/navigation/Link/index.mdx +5 -25
  283. package/esm/navigation/NavList/index.mdx +2 -10
  284. package/esm/navigation/Pagination/__stories__/Default.js +2 -2
  285. package/esm/navigation/Pagination/__stories__/PaginationSmall.js +1 -1
  286. package/esm/navigation/Pagination/__stories__/PaginationWithSmallFont.js +1 -1
  287. package/esm/navigation/Pagination/__stories__/WithInactiveValues.js +2 -2
  288. package/esm/navigation/Pagination/index.mdx +7 -14
  289. package/esm/navigation/SkipLink/SkipLink.stories.js +8 -0
  290. package/esm/navigation/SkipLink/__stories__/Default.js +12 -0
  291. package/esm/navigation/Tabs/Tabs.stories.playwright.json +2 -2
  292. package/esm/navigation/Tabs/__stories__/Default.js +9 -5
  293. package/esm/navigation/Tabs/index.js +1 -1
  294. package/esm/navigation/Tabs/index.mdx +1 -5
  295. package/esm/registry.js +20 -10
  296. package/esm/typography/Heading/__stories__/Default.js +9 -4
  297. package/esm/typography/Heading/index.mdx +1 -5
  298. package/esm/typography/HeadingCaption/index.mdx +1 -5
  299. package/esm/typography/Hint/__stories__/FontSizes.js +3 -3
  300. package/esm/typography/Hint/index.mdx +1 -5
  301. package/esm/typography/NormalText/__stories__/FontSizes.js +7 -7
  302. package/esm/typography/NormalText/__stories__/Variants.js +4 -4
  303. package/esm/typography/NormalText/index.mdx +3 -15
  304. package/esm/typography/Paragraph/__stories__/FontSizes.js +7 -7
  305. package/esm/typography/Paragraph/__stories__/LeadVariant.js +1 -1
  306. package/esm/typography/Paragraph/__stories__/SmallVariant.js +1 -1
  307. package/esm/typography/Paragraph/index.mdx +4 -20
  308. package/esm/utils/Kitchensink/KitchensinkDashboard.js +1 -1
  309. package/feedback/CopyToClipboard/index.mdx +2 -10
  310. package/feedback/ErrorSummary/index.mdx +4 -20
  311. package/feedback/NotificationBanner/index.mdx +2 -10
  312. package/feedback/PhaseBanner/index.mdx +2 -10
  313. package/feedback/WarningText/WarningText.stories.d.ts +1 -0
  314. package/feedback/WarningText/WarningText.stories.js +14 -0
  315. package/feedback/WarningText/__stories__/AssistiveText.d.ts +2 -0
  316. package/feedback/WarningText/__stories__/AssistiveText.js +24 -0
  317. package/feedback/WarningText/index.mdx +1 -5
  318. package/form/AutoComplete/__stories__/Default.js +1 -1
  319. package/form/AutoComplete/index.d.ts +3 -3
  320. package/form/AutoComplete/index.js +11 -6
  321. package/form/AutoComplete/index.mdx +7 -35
  322. package/form/Button/index.mdx +4 -20
  323. package/form/Checkbox/__stories__/ConditionalReveal.js +1 -1
  324. package/form/Checkbox/index.mdx +7 -35
  325. package/form/DateInputContainer/index.mdx +4 -20
  326. package/form/ErrorMessage/index.mdx +1 -5
  327. package/form/FileUpload/index.mdx +1 -5
  328. package/form/RadioContainer/__stories__/ConditionalReveal.js +1 -1
  329. package/form/RadioContainer/index.mdx +7 -35
  330. package/form/SearchContainer/index.d.ts +5 -0
  331. package/form/{SearchSection → SearchContainer}/index.js +5 -5
  332. package/form/SelectContainer/__stories__/Default.js +4 -4
  333. package/form/SelectContainer/index.mdx +3 -15
  334. package/form/SingleCharacterInputs/SingleCharacterInput.stories.d.ts +13 -0
  335. package/form/{SingleCharacterInputContainer/SingleCharacterInputContainer.stories.js → SingleCharacterInputs/SingleCharacterInput.stories.js} +8 -8
  336. package/form/{SingleCharacterInputContainer → SingleCharacterInputs}/__stories__/Default.js +13 -13
  337. package/form/{SingleCharacterInputContainer → SingleCharacterInputs}/__stories__/WithDefaultError.js +7 -7
  338. package/form/{SingleCharacterInputContainer → SingleCharacterInputs}/__stories__/WithErrorMessageInvalidCode.js +14 -14
  339. package/form/{SingleCharacterInputContainer → SingleCharacterInputs}/__stories__/WithErrorMessageLessDigit.js +11 -11
  340. package/form/SingleCharacterInputs/index.d.ts +4 -0
  341. package/form/{SingleCharacterInputContainer → SingleCharacterInputs}/index.js +9 -9
  342. package/form/SingleCharacterInputs/index.mdx +24 -0
  343. package/form/TextArea/index.mdx +7 -35
  344. package/form/TextInput/__stories__/FixedWidths.js +6 -6
  345. package/form/TextInput/__stories__/FluidWidths.js +6 -6
  346. package/form/TextInput/index.mdx +8 -40
  347. package/form/index.d.ts +2 -2
  348. package/form/index.js +8 -8
  349. package/govgr/Footer/index.js +4 -4
  350. package/layouts/Admin/index.d.ts +1 -1
  351. package/layouts/Admin/index.js +4 -4
  352. package/layouts/Basic/__snapshots__/index.spec.tsx.snap +2 -2
  353. package/layouts/Section/index.d.ts +3 -0
  354. package/{app/PageTitle → layouts/Section}/index.js +1 -23
  355. package/layouts/Stack/Stack.stories.d.ts +13 -0
  356. package/layouts/Stack/Stack.stories.js +101 -0
  357. package/layouts/Stack/__stories__/AlignItems.d.ts +2 -0
  358. package/layouts/Stack/__stories__/AlignItems.js +81 -0
  359. package/layouts/Stack/__stories__/Default.d.ts +2 -0
  360. package/layouts/Stack/__stories__/Default.js +38 -0
  361. package/layouts/Stack/__stories__/JustifyContent.d.ts +2 -0
  362. package/layouts/Stack/__stories__/JustifyContent.js +98 -0
  363. package/layouts/Stack/__stories__/NoWrap.d.ts +2 -0
  364. package/layouts/Stack/__stories__/NoWrap.js +40 -0
  365. package/layouts/Stack/__stories__/Row.d.ts +2 -0
  366. package/layouts/Stack/__stories__/Row.js +39 -0
  367. package/layouts/Stack/__stories__/Spacing.d.ts +2 -0
  368. package/layouts/Stack/__stories__/Spacing.js +69 -0
  369. package/layouts/Stack/index.d.ts +2 -0
  370. package/layouts/Stack/index.js +13 -0
  371. package/layouts/index.d.ts +2 -0
  372. package/layouts/index.js +21 -0
  373. package/navigation/BackLink/index.mdx +1 -5
  374. package/navigation/Breadcrumbs/index.mdx +1 -5
  375. package/navigation/Drawer/index.mdx +1 -5
  376. package/navigation/Dropdown/index.d.ts +0 -1
  377. package/navigation/Dropdown/index.js +0 -14
  378. package/navigation/Dropdown/index.mdx +3 -15
  379. package/navigation/Link/index.mdx +5 -25
  380. package/navigation/NavList/index.mdx +2 -10
  381. package/navigation/Pagination/__stories__/Default.js +2 -2
  382. package/navigation/Pagination/__stories__/PaginationSmall.js +1 -1
  383. package/navigation/Pagination/__stories__/PaginationWithSmallFont.js +1 -1
  384. package/navigation/Pagination/__stories__/WithInactiveValues.js +2 -2
  385. package/navigation/Pagination/index.mdx +7 -14
  386. package/navigation/SkipLink/SkipLink.stories.d.ts +9 -0
  387. package/navigation/SkipLink/SkipLink.stories.js +32 -0
  388. package/navigation/SkipLink/__stories__/Default.d.ts +2 -0
  389. package/navigation/SkipLink/__stories__/Default.js +26 -0
  390. package/navigation/Tabs/Tabs.stories.playwright.json +2 -2
  391. package/navigation/Tabs/__stories__/Default.js +8 -4
  392. package/navigation/Tabs/index.js +1 -1
  393. package/navigation/Tabs/index.mdx +1 -5
  394. package/package.json +3 -3
  395. package/registry.d.ts +13 -6
  396. package/registry.js +25 -10
  397. package/src/app/CloseButton/index.tsx +4 -0
  398. package/src/app/{FilterSection → FilterContainer}/index.tsx +4 -5
  399. package/src/app/Footer/Footer.stories.playwright.json +2 -2
  400. package/src/app/Footer/__stories__/DefaultCopyright.tsx +27 -25
  401. package/src/app/Footer/__stories__/FooterAllInclusive.tsx +98 -89
  402. package/src/app/Footer/__stories__/FooterWithLink.tsx +48 -40
  403. package/src/app/Footer/__stories__/FooterWithLogo.tsx +41 -33
  404. package/src/app/Footer/__stories__/FooterWithSecondaryNavigation.tsx +22 -20
  405. package/src/app/Footer/__stories__/YearCopyright.tsx +24 -23
  406. package/src/app/Footer/index.mdx +4 -20
  407. package/src/app/Footer/index.tsx +3 -5
  408. package/src/app/Header/Header.stories.playwright.json +1 -1
  409. package/src/app/Header/__stories__/Default.tsx +4 -4
  410. package/src/app/Header/__stories__/WithHeaderNavigation.tsx +34 -32
  411. package/src/app/Header/__stories__/WithNavigation.tsx +4 -4
  412. package/src/app/Header/__stories__/WithServiceName.tsx +4 -4
  413. package/src/app/Header/__stories__/WithServiceNameAndLogo.tsx +4 -4
  414. package/src/app/Header/index.mdx +4 -21
  415. package/src/app/Header/index.spec.tsx +6 -1
  416. package/src/app/Modal/__stories__/Default.tsx +1 -1
  417. package/src/app/Modal/index.mdx +1 -5
  418. package/src/app/NotFound/index.tsx +5 -4
  419. package/src/app/PageTitleContainer/index.tsx +5 -0
  420. package/src/app/Panel/index.mdx +1 -5
  421. package/src/app/PhaseBannerHeader/index.mdx +1 -5
  422. package/src/app/PhaseBannerHeader/index.tsx +3 -3
  423. package/src/app/QrCodeViewer/index.mdx +2 -10
  424. package/src/app/index.ts +2 -3
  425. package/src/content/Accordion/index.mdx +2 -10
  426. package/src/content/Blockquote/index.mdx +1 -5
  427. package/src/content/Card/index.mdx +8 -40
  428. package/src/content/Chip/__stories__/GroupOfChips.tsx +3 -3
  429. package/src/content/Chip/index.mdx +39 -0
  430. package/src/content/Chip/index.tsx +1 -2
  431. package/src/content/Details/index.mdx +1 -5
  432. package/src/content/List/__stories__/HorizontalList.tsx +1 -1
  433. package/src/content/List/__stories__/WithExtraSpace.tsx +1 -1
  434. package/src/content/List/index.mdx +3 -15
  435. package/src/content/StepNav/__stories__/Default.tsx +3 -4
  436. package/src/content/StepNav/__stories__/WithHints.tsx +4 -4
  437. package/src/content/StepNav/index.mdx +21 -0
  438. package/src/content/SummaryList/index.mdx +3 -15
  439. package/src/content/Table/__stories__/DefinedWidth.tsx +3 -3
  440. package/src/content/Table/index.tsx +4 -4
  441. package/src/content/TaskList/__stories__/Default.tsx +5 -5
  442. package/src/content/TaskList/index.mdx +21 -0
  443. package/src/content/Timeline/__stories__/Default.tsx +55 -57
  444. package/src/content/Timeline/index.mdx +23 -0
  445. package/src/feedback/CopyToClipboard/index.mdx +2 -10
  446. package/src/feedback/ErrorSummary/index.mdx +4 -20
  447. package/src/feedback/NotificationBanner/index.mdx +2 -10
  448. package/src/feedback/PhaseBanner/index.mdx +2 -10
  449. package/src/feedback/WarningText/WarningText.stories.js +1 -0
  450. package/src/feedback/WarningText/__stories__/AssistiveText.tsx +10 -0
  451. package/src/feedback/WarningText/index.mdx +1 -5
  452. package/src/form/AutoComplete/__stories__/Default.tsx +1 -1
  453. package/src/form/AutoComplete/index.mdx +7 -35
  454. package/src/form/AutoComplete/index.tsx +6 -12
  455. package/src/form/Button/index.mdx +4 -20
  456. package/src/form/Checkbox/__stories__/ConditionalReveal.tsx +1 -1
  457. package/src/form/Checkbox/index.mdx +7 -35
  458. package/src/form/DateInputContainer/index.mdx +4 -20
  459. package/src/form/ErrorMessage/index.mdx +1 -5
  460. package/src/form/FileUpload/index.mdx +1 -5
  461. package/src/form/RadioContainer/__stories__/ConditionalReveal.tsx +1 -1
  462. package/src/form/RadioContainer/index.mdx +7 -35
  463. package/src/form/SearchContainer/index.tsx +6 -0
  464. package/src/form/SelectContainer/__stories__/Default.tsx +4 -4
  465. package/src/form/SelectContainer/index.mdx +3 -15
  466. package/src/form/SingleCharacterInputs/SingleCharacterInput.stories.js +13 -0
  467. package/src/form/{SingleCharacterInputContainer → SingleCharacterInputs}/__stories__/Default.tsx +11 -11
  468. package/src/form/{SingleCharacterInputContainer → SingleCharacterInputs}/__stories__/WithDefaultError.tsx +11 -11
  469. package/src/form/{SingleCharacterInputContainer → SingleCharacterInputs}/__stories__/WithErrorMessageInvalidCode.tsx +11 -11
  470. package/src/form/{SingleCharacterInputContainer → SingleCharacterInputs}/__stories__/WithErrorMessageLessDigit.tsx +11 -11
  471. package/src/form/SingleCharacterInputs/index.mdx +24 -0
  472. package/src/form/SingleCharacterInputs/index.tsx +4 -0
  473. package/src/form/TextArea/index.mdx +7 -35
  474. package/src/form/TextInput/__stories__/FixedWidths.tsx +6 -6
  475. package/src/form/TextInput/__stories__/FluidWidths.tsx +6 -6
  476. package/src/form/TextInput/index.mdx +8 -40
  477. package/src/form/index.ts +2 -2
  478. package/src/govgr/Footer/index.tsx +8 -8
  479. package/src/layouts/Admin/index.tsx +1 -1
  480. package/src/layouts/Basic/__snapshots__/index.spec.tsx.snap +2 -2
  481. package/src/layouts/Section/index.tsx +3 -0
  482. package/src/layouts/Stack/Stack.stories.js +12 -0
  483. package/src/layouts/Stack/__stories__/AlignItems.tsx +36 -0
  484. package/src/layouts/Stack/__stories__/Default.tsx +17 -0
  485. package/src/layouts/Stack/__stories__/JustifyContent.tsx +47 -0
  486. package/src/layouts/Stack/__stories__/NoWrap.tsx +17 -0
  487. package/src/layouts/Stack/__stories__/Row.tsx +17 -0
  488. package/src/layouts/Stack/__stories__/Spacing.tsx +35 -0
  489. package/src/layouts/Stack/index.tsx +3 -0
  490. package/src/layouts/index.ts +2 -0
  491. package/src/navigation/BackLink/index.mdx +1 -5
  492. package/src/navigation/Breadcrumbs/index.mdx +1 -5
  493. package/src/navigation/Drawer/index.mdx +1 -5
  494. package/src/navigation/Dropdown/index.mdx +3 -15
  495. package/src/navigation/Dropdown/index.tsx +0 -1
  496. package/src/navigation/Link/index.mdx +5 -25
  497. package/src/navigation/NavList/index.mdx +2 -10
  498. package/src/navigation/Pagination/__stories__/Default.tsx +2 -2
  499. package/src/navigation/Pagination/__stories__/PaginationSmall.tsx +1 -1
  500. package/src/navigation/Pagination/__stories__/PaginationWithSmallFont.tsx +1 -1
  501. package/src/navigation/Pagination/__stories__/WithInactiveValues.tsx +2 -2
  502. package/src/navigation/Pagination/index.mdx +7 -14
  503. package/src/navigation/SkipLink/SkipLink.stories.js +9 -0
  504. package/src/navigation/SkipLink/__stories__/Default.tsx +15 -0
  505. package/src/navigation/Tabs/Tabs.stories.playwright.json +2 -2
  506. package/src/navigation/Tabs/__stories__/Default.tsx +2 -0
  507. package/src/navigation/Tabs/index.mdx +1 -5
  508. package/src/navigation/Tabs/index.tsx +1 -1
  509. package/src/registry.js +20 -10
  510. package/src/typography/Heading/__stories__/Default.tsx +6 -6
  511. package/src/typography/Heading/index.mdx +1 -5
  512. package/src/typography/HeadingCaption/index.mdx +1 -5
  513. package/src/typography/Hint/__stories__/FontSizes.tsx +3 -3
  514. package/src/typography/Hint/index.mdx +1 -5
  515. package/src/typography/NormalText/__stories__/FontSizes.tsx +7 -7
  516. package/src/typography/NormalText/__stories__/Variants.tsx +2 -2
  517. package/src/typography/NormalText/index.mdx +3 -15
  518. package/src/typography/Paragraph/__stories__/FontSizes.tsx +7 -7
  519. package/src/typography/Paragraph/__stories__/LeadVariant.tsx +1 -1
  520. package/src/typography/Paragraph/__stories__/SmallVariant.tsx +1 -1
  521. package/src/typography/Paragraph/index.mdx +4 -20
  522. package/src/utils/Kitchensink/KitchensinkDashboard.tsx +1 -1
  523. package/typography/Caption/index.d.ts +1 -1
  524. package/typography/Heading/__stories__/Default.js +9 -4
  525. package/typography/Heading/index.mdx +1 -5
  526. package/typography/HeadingCaption/index.mdx +1 -5
  527. package/typography/Hint/__stories__/FontSizes.js +3 -3
  528. package/typography/Hint/index.mdx +1 -5
  529. package/typography/NormalText/__stories__/FontSizes.js +7 -7
  530. package/typography/NormalText/__stories__/Variants.js +4 -4
  531. package/typography/NormalText/index.mdx +3 -15
  532. package/typography/Paragraph/__stories__/FontSizes.js +7 -7
  533. package/typography/Paragraph/__stories__/LeadVariant.js +1 -1
  534. package/typography/Paragraph/__stories__/SmallVariant.js +1 -1
  535. package/typography/Paragraph/index.mdx +4 -20
  536. package/utils/Kitchensink/KitchensinkDashboard.js +1 -1
  537. package/app/PageTitle/index.d.ts +0 -5
  538. package/es/app/PageTitle/index.js +0 -5
  539. package/es/form/SearchSection/index.js +0 -5
  540. package/es/form/SingleCharacterInputContainer/SingleCharacterInputContainer.stories.js +0 -12
  541. package/es/form/SingleCharacterInputContainer/index.js +0 -4
  542. package/es/form/SingleCharacterInputContainer/index.mdx +0 -36
  543. package/esm/app/PageTitle/index.js +0 -5
  544. package/esm/form/SearchSection/index.js +0 -5
  545. package/esm/form/SingleCharacterInputContainer/SingleCharacterInputContainer.stories.js +0 -12
  546. package/esm/form/SingleCharacterInputContainer/index.js +0 -4
  547. package/esm/form/SingleCharacterInputContainer/index.mdx +0 -36
  548. package/form/SearchSection/index.d.ts +0 -5
  549. package/form/SingleCharacterInputContainer/SingleCharacterInputContainer.stories.d.ts +0 -13
  550. package/form/SingleCharacterInputContainer/index.d.ts +0 -4
  551. package/form/SingleCharacterInputContainer/index.mdx +0 -36
  552. package/src/app/PageTitle/index.tsx +0 -5
  553. package/src/form/SearchSection/index.tsx +0 -6
  554. package/src/form/SingleCharacterInputContainer/SingleCharacterInputContainer.stories.js +0 -13
  555. package/src/form/SingleCharacterInputContainer/index.mdx +0 -36
  556. package/src/form/SingleCharacterInputContainer/index.tsx +0 -4
  557. /package/form/{SingleCharacterInputContainer → SingleCharacterInputs}/__stories__/Default.d.ts +0 -0
  558. /package/form/{SingleCharacterInputContainer → SingleCharacterInputs}/__stories__/WithDefaultError.d.ts +0 -0
  559. /package/form/{SingleCharacterInputContainer → SingleCharacterInputs}/__stories__/WithErrorMessageInvalidCode.d.ts +0 -0
  560. /package/form/{SingleCharacterInputContainer → SingleCharacterInputs}/__stories__/WithErrorMessageLessDigit.d.ts +0 -0
@@ -0,0 +1,39 @@
1
+ ---
2
+ id: chip
3
+ title: Chip
4
+ ---
5
+
6
+ # Chip
7
+
8
+ Chips allow users to enter information, make selections, filter content, or trigger actions.
9
+ While buttons are expected to appear consistently and with familiar calls to action,
10
+ chips should appear dynamically as a group of multiple interactive elements.
11
+
12
+ ```bash
13
+ import Chip from '@digigov/ui/content/Chip';
14
+ ```
15
+
16
+ ## How to use
17
+
18
+ <Story packageName="@digigov/ui" component="content/Chip" story="Default.tsx" />
19
+
20
+
21
+ ### Clickable Chip
22
+
23
+ <Story packageName="@digigov/ui" component="content/Chip" story="ClickableChip.tsx" />
24
+
25
+ ### Chip with close icon
26
+
27
+ <Story packageName="@digigov/ui" component="content/Chip" story="DeletableChip.tsx" />
28
+
29
+ ### Clickable Chip with close icon
30
+
31
+ <Story packageName="@digigov/ui" component="content/Chip" story="ClickableDeletableChip.tsx" />
32
+
33
+ ### Group of Chips
34
+
35
+ <Story packageName="@digigov/ui" component="content/Chip" story="GroupOfChips.tsx" />
36
+
37
+ ## API
38
+
39
+ <PropTypes packageName="@digigov/ui" component="Chip" />
@@ -13,11 +13,7 @@ import Details from '@digigov/ui/content/Details';
13
13
 
14
14
  ## How to use
15
15
 
16
- <Story
17
- packageName="@digigov/ui"
18
- component="content/Details"
19
- story="Default.tsx"
20
- />
16
+ <Story packageName="@digigov/ui" component="content/Details" story="Default.tsx" />
21
17
 
22
18
  ## API
23
19
 
@@ -16,7 +16,7 @@ var _ListItem = require("@digigov/ui/content/List/ListItem");
16
16
  var _Link = require("@digigov/ui/navigation/Link");
17
17
 
18
18
  var _ref = /*#__PURE__*/_react["default"].createElement(_List.List, {
19
- horizontal: true
19
+ layout: "horizontal"
20
20
  }, /*#__PURE__*/_react["default"].createElement(_ListItem.ListItem, null, /*#__PURE__*/_react["default"].createElement(_Link.Link, null, "List Item One")), /*#__PURE__*/_react["default"].createElement(_ListItem.ListItem, null, /*#__PURE__*/_react["default"].createElement(_Link.Link, null, "List Item Two")), /*#__PURE__*/_react["default"].createElement(_ListItem.ListItem, null, /*#__PURE__*/_react["default"].createElement(_Link.Link, null, "List Item Three")), /*#__PURE__*/_react["default"].createElement(_ListItem.ListItem, null, /*#__PURE__*/_react["default"].createElement(_Link.Link, null, "List Item Four")), /*#__PURE__*/_react["default"].createElement(_ListItem.ListItem, null, /*#__PURE__*/_react["default"].createElement(_Link.Link, null, "List Item Five")), /*#__PURE__*/_react["default"].createElement(_ListItem.ListItem, null, /*#__PURE__*/_react["default"].createElement(_Link.Link, null, "List Item Six")));
21
21
 
22
22
  var HorizontalList = function HorizontalList() {
@@ -14,7 +14,7 @@ var _List = require("@digigov/ui/content/List/List");
14
14
  var _ListItem = require("@digigov/ui/content/List/ListItem");
15
15
 
16
16
  var _ref = /*#__PURE__*/_react["default"].createElement(_List.List, {
17
- spaced: true
17
+ dense: false
18
18
  }, /*#__PURE__*/_react["default"].createElement(_ListItem.ListItem, null, "\u0391\u03C0\u03BF\u03C4\u03B5\u03BB\u03AD\u03C3\u03BC\u03B1\u03C4\u03B1 \u03B4\u03B9\u03B1\u03B3\u03BD\u03C9\u03C3\u03C4\u03B9\u03BA\u03CE\u03BD \u03B5\u03C1\u03B3\u03B1\u03C3\u03C4\u03B7\u03C1\u03B9\u03B1\u03BA\u03CE\u03BD \u03B5\u03BE\u03B5\u03C4\u03AC\u03C3\u03B5\u03C9\u03BD"), /*#__PURE__*/_react["default"].createElement(_ListItem.ListItem, null, "\u03A0\u03C4\u03C5\u03C7\u03AF\u03B1 \u03C4\u03C1\u03B9\u03C4\u03BF\u03B2\u03AC\u03B8\u03BC\u03B9\u03B1\u03C2 \u03B5\u03BA\u03C0\u03B1\u03AF\u03B4\u03B5\u03C5\u03C3\u03B7\u03C2"), /*#__PURE__*/_react["default"].createElement(_ListItem.ListItem, null, "\u03A5\u03C0\u03B5\u03CD\u03B8\u03C5\u03BD\u03B7 \u0394\u03AE\u03BB\u03C9\u03C3\u03B7 / \u0395\u03BE\u03BF\u03C5\u03C3\u03B9\u03BF\u03B4\u03CC\u03C4\u03B7\u03C3\u03B7 / \u0393\u03BD\u03AE\u03C3\u03B9\u03BF \u03A5\u03C0\u03BF\u03B3\u03C1\u03B1\u03C6\u03AE\u03C2"));
19
19
 
20
20
  var WithExtraSpace = function WithExtraSpace() {
@@ -15,27 +15,15 @@ import List from '@digigov/ui/content/List';
15
15
 
16
16
  ### List with bullets
17
17
 
18
- <Story
19
- packageName="@digigov/ui"
20
- component="content/List"
21
- story="BulletList.tsx"
22
- />
18
+ <Story packageName="@digigov/ui" component="content/List" story="BulletList.tsx" />
23
19
 
24
20
  ### List with numbers
25
21
 
26
- <Story
27
- packageName="@digigov/ui"
28
- component="content/List"
29
- story="NumberedList.tsx"
30
- />
22
+ <Story packageName="@digigov/ui" component="content/List" story="NumberedList.tsx" />
31
23
 
32
24
  ### List with extra space
33
25
 
34
- <Story
35
- packageName="@digigov/ui"
36
- component="content/List"
37
- story="WithExtraSpace.tsx"
38
- />
26
+ <Story packageName="@digigov/ui" component="content/List" story="WithExtraSpace.tsx" />
39
27
 
40
28
  ## API
41
29
 
@@ -128,7 +128,7 @@ var Default = function Default() {
128
128
  var _useState = (0, _react.useState)(false),
129
129
  _useState2 = (0, _slicedToArray2["default"])(_useState, 2),
130
130
  open = _useState2[0],
131
- SetOpen = _useState2[1];
131
+ setOpen = _useState2[1];
132
132
 
133
133
  var _useState3 = (0, _react.useState)(Array(data.length).fill(false)),
134
134
  _useState4 = (0, _slicedToArray2["default"])(_useState3, 2),
@@ -158,7 +158,7 @@ var Default = function Default() {
158
158
  }
159
159
 
160
160
  function openCloseAll() {
161
- SetOpen(!open);
161
+ setOpen(!open);
162
162
  }
163
163
 
164
164
  return /*#__PURE__*/_react["default"].createElement(_StepNav.StepNav, null, /*#__PURE__*/_react["default"].createElement(_StepNav.StepNavControls, null, /*#__PURE__*/_react["default"].createElement(_Button.Button, {
@@ -177,9 +177,7 @@ var Default = function Default() {
177
177
  }
178
178
  }, /*#__PURE__*/_react["default"].createElement(_StepNav.StepNavAccordionSummaryHeading, {
179
179
  "aria-controls": "content1"
180
- }, _ref, index === 1 ? _ref2 : /*#__PURE__*/_react["default"].createElement(_StepNav.StepNavCircleNumber, null, _ref3, index > 1 ? index : index + 1), /*#__PURE__*/_react["default"].createElement(_StepNav.StepNavAccordionHeadingTitle, null, /*#__PURE__*/_react["default"].createElement(_StepNav.StepNavAccordionHeadingText, {
181
- open: openItem[index]
182
- }, field.title, field.codename && /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, ' - ', " ", field.codename))))), /*#__PURE__*/_react["default"].createElement(_StepNav.StepNavAccordionContent, {
180
+ }, _ref, index === 1 ? _ref2 : /*#__PURE__*/_react["default"].createElement(_StepNav.StepNavCircleNumber, null, _ref3, index > 1 ? index : index + 1), /*#__PURE__*/_react["default"].createElement(_StepNav.StepNavAccordionHeadingTitle, null, /*#__PURE__*/_react["default"].createElement(_StepNav.StepNavAccordionHeadingText, null, field.title, field.codename && /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, ' - ', " ", field.codename))))), /*#__PURE__*/_react["default"].createElement(_StepNav.StepNavAccordionContent, {
183
181
  id: "content1"
184
182
  }, /*#__PURE__*/_react["default"].createElement(_Button.ButtonGroup, null, (field.actions || []).map(function (action, subIndex) {
185
183
  return /*#__PURE__*/_react["default"].createElement(_Button.Button, {
@@ -187,10 +187,8 @@ var WithHints = function WithHints() {
187
187
  }
188
188
  }, /*#__PURE__*/_react["default"].createElement(_StepNav.StepNavAccordionSummaryHeading, {
189
189
  "aria-controls": "content1"
190
- }, _ref, index === 1 ? _ref2 : /*#__PURE__*/_react["default"].createElement(_StepNav.StepNavCircleNumber, null, _ref3, index > 1 ? index : index + 1), /*#__PURE__*/_react["default"].createElement(_StepNav.StepNavAccordionHeadingTitle, null, /*#__PURE__*/_react["default"].createElement(_StepNav.StepNavAccordionHeadingText, {
191
- open: openItem[index]
192
- }, field.title, field.codename && /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, ' - ', " ", field.codename)), /*#__PURE__*/_react["default"].createElement(_Hint.Hint, {
193
- fontSize: "14"
190
+ }, _ref, index === 1 ? _ref2 : /*#__PURE__*/_react["default"].createElement(_StepNav.StepNavCircleNumber, null, _ref3, index > 1 ? index : index + 1), /*#__PURE__*/_react["default"].createElement(_StepNav.StepNavAccordionHeadingTitle, null, /*#__PURE__*/_react["default"].createElement(_StepNav.StepNavAccordionHeadingText, null, field.title, field.codename && /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, ' - ', " ", field.codename)), /*#__PURE__*/_react["default"].createElement(_Hint.Hint, {
191
+ fontSize: 14
194
192
  }, field.date)))), /*#__PURE__*/_react["default"].createElement(_StepNav.StepNavAccordionContent, {
195
193
  id: "content1"
196
194
  }, /*#__PURE__*/_react["default"].createElement(_Button.ButtonGroup, null, (field.actions || []).map(function (action, subIndex) {
@@ -0,0 +1,21 @@
1
+ ---
2
+ id: step-nav
3
+ title: StepNav
4
+ ---
5
+
6
+ # StepNav
7
+ StepNav is a component that displays number of steps required to complete a process inside your application.
8
+
9
+ ```bash
10
+ import StepNav from '@digigov/ui/content/StepNav';
11
+ ```
12
+
13
+ ## How to use
14
+
15
+ ### Default
16
+
17
+ <Story packageName="@digigov/ui" component="content/StepNav" story="Default.tsx" />
18
+
19
+ ### With hints
20
+
21
+ <Story packageName="@digigov/ui" component="content/StepNav" story="WithHints.tsx" />
@@ -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
 
@@ -35,11 +35,11 @@ var data = {
35
35
 
36
36
  var DefinedWidth = function DefinedWidth() {
37
37
  return /*#__PURE__*/_react["default"].createElement(_Table.TableContainer, null, /*#__PURE__*/_react["default"].createElement(_Table.Table, null, data && /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, /*#__PURE__*/_react["default"].createElement(_Table.TableCaption, null, data.title), /*#__PURE__*/_react["default"].createElement(_Table.TableHead, null, /*#__PURE__*/_react["default"].createElement(_Table.TableRow, null, data.labels && /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, /*#__PURE__*/_react["default"].createElement(_Table.TableHeadCell, {
38
- cellWidth: "one-half"
38
+ width: "50%"
39
39
  }, data.labels.name), /*#__PURE__*/_react["default"].createElement(_Table.TableHeadCell, {
40
- cellWidth: "one-quarter"
40
+ width: "25%"
41
41
  }, data.labels.role), /*#__PURE__*/_react["default"].createElement(_Table.TableHeadCell, {
42
- cellWidth: "one-quarter"
42
+ width: "25%"
43
43
  }, data.labels.email)))), /*#__PURE__*/_react["default"].createElement(_Table.TableBody, null, data.content && data.content.map(function (item, index) {
44
44
  return /*#__PURE__*/_react["default"].createElement(_Table.TableRow, {
45
45
  key: index
@@ -217,14 +217,14 @@ var _ref2 = /*#__PURE__*/_react["default"].createElement(_icons.CaretIcon, {
217
217
  direction: 'up',
218
218
  marginRight: 1,
219
219
  marginTop: 1,
220
- size: "md"
220
+ size: "sm"
221
221
  });
222
222
 
223
223
  var _ref3 = /*#__PURE__*/_react["default"].createElement(_icons.CaretIcon, {
224
224
  direction: 'down',
225
225
  marginRight: 1,
226
226
  marginTop: 1,
227
- size: "md"
227
+ size: "sm"
228
228
  });
229
229
 
230
230
  var TableSortLabel = /*#__PURE__*/_react["default"].forwardRef(function TableSortLabel(_ref, _ref4) {
@@ -253,11 +253,11 @@ var TableSortLabel = /*#__PURE__*/_react["default"].forwardRef(function TableSor
253
253
  marginLeft: 1
254
254
  }, /*#__PURE__*/_react["default"].createElement(_icons.CaretIcon, {
255
255
  direction: 'up',
256
- size: "md",
256
+ size: "sm",
257
257
  variant: direction === 1 ? 'dark' : 'gray'
258
258
  }), /*#__PURE__*/_react["default"].createElement(_icons.CaretIcon, {
259
259
  direction: 'down',
260
- size: "md",
260
+ size: "sm",
261
261
  variant: direction === -1 ? 'dark' : 'gray'
262
262
  }))), /*#__PURE__*/_react["default"].createElement(_Dropdown.DropdownContent, null, /*#__PURE__*/_react["default"].createElement(_NavVertical.NavVertical, null, /*#__PURE__*/_react["default"].createElement(_NavVerticalItem.NavVerticalItem, {
263
263
  active: direction === 1,
@@ -61,26 +61,26 @@ var Default = function Default() {
61
61
 
62
62
  switch (task.status) {
63
63
  case 'Ολοκληρωθηκε':
64
- tagColor = 'completed';
64
+ tagColor = 'info';
65
65
  break;
66
66
 
67
67
  case 'Σε εξελιξη':
68
- tagColor = 'in-progress';
68
+ tagColor = 'primary';
69
69
  break;
70
70
 
71
71
  case 'Δεν εχει ξεκινησει':
72
- tagColor = 'not-started';
72
+ tagColor = 'secondary';
73
73
  break;
74
74
 
75
75
  case 'Σε αναμονη':
76
- tagColor = 'not-started';
76
+ tagColor = 'secondary';
77
77
  break;
78
78
  }
79
79
 
80
80
  return /*#__PURE__*/_react["default"].createElement(_SummaryList.SummaryListItem, {
81
81
  key: key
82
82
  }, /*#__PURE__*/_react["default"].createElement(_SummaryList.SummaryListItemKey, null, /*#__PURE__*/_react["default"].createElement(_Link.LinkBase, null, task.text)), /*#__PURE__*/_react["default"].createElement(_SummaryList.SummaryListItemAction, null, /*#__PURE__*/_react["default"].createElement(_TaskList.TaskListItemTag, {
83
- status: tagColor
83
+ color: tagColor
84
84
  }, task.status)));
85
85
  }))));
86
86
  })));
@@ -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" />
@@ -112,7 +112,7 @@ var _ref2 = /*#__PURE__*/_react["default"].createElement(_Button.Button, {
112
112
 
113
113
  var Default = function Default() {
114
114
  return /*#__PURE__*/_react["default"].createElement(_Timeline.Timeline, null, data && data.map(function (field, index) {
115
- return /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, /*#__PURE__*/_react["default"].createElement(_Timeline.TimelineItem, {
115
+ return /*#__PURE__*/_react["default"].createElement(_Timeline.TimelineItem, {
116
116
  key: index,
117
117
  marginBottom: 10
118
118
  }, /*#__PURE__*/_react["default"].createElement(_Timeline.TimelineHeading, {
@@ -132,7 +132,7 @@ var Default = function Default() {
132
132
  key: subIndex,
133
133
  variant: "link"
134
134
  }, action.label);
135
- }), _ref, _ref2))));
135
+ }), _ref, _ref2)));
136
136
  }));
137
137
  };
138
138
 
@@ -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" />
@@ -0,0 +1,3 @@
1
+ export * from '@digigov/react-core/CloseButton';
2
+ import CloseButton from '@digigov/react-core/CloseButton';
3
+ export default CloseButton;
@@ -1,12 +1,11 @@
1
- export * from '@digigov/react-core/FilterSection';
2
- export * from '@digigov/react-core/FilterHeading';
1
+ export * from '@digigov/react-core/FilterContainer';
2
+ export * from '@digigov/react-core/FilterHeadingContainer';
3
3
  export * from '@digigov/react-core/FilterContent';
4
4
  export * from '@digigov/react-core/FilterOptionsSection';
5
5
  export * from '@digigov/react-core/FilterSelectedHeading';
6
6
  export * from '@digigov/react-core/FilterSelectedSection';
7
- export * from '@digigov/react-core/FilterCloseButton';
8
7
  export * from '@digigov/react-core/ResultsHeading';
9
8
  export * from '@digigov/react-core/ResultsActionBar';
10
9
  export * from '@digigov/react-core/ResultsHeadingActions';
11
- import FilterSection from '@digigov/react-core/FilterSection';
12
- export default FilterSection;
10
+ import FilterContainer from '@digigov/react-core/FilterContainer';
11
+ export default FilterContainer;
@@ -8,13 +8,13 @@
8
8
  {
9
9
  "name": "hover",
10
10
  "args": {
11
- "selector": "html>body>div:nth-child(5)>footer>div>div>div:nth-child(1)>p>a:nth-child(1)"
11
+ "selector": "html>body>div:nth-child(5)>footer>div>div>div>section:nth-child(1)>p>a:nth-child(1)"
12
12
  }
13
13
  },
14
14
  {
15
15
  "name": "click",
16
16
  "args": {
17
- "selector": "html>body>div:nth-child(5)>footer>div>div>div:nth-child(1)>p>a:nth-child(1)"
17
+ "selector": "html>body>div:nth-child(5)>footer>div>div>div>section:nth-child(1)>p>a:nth-child(1)"
18
18
  }
19
19
  }
20
20
  ],
@@ -1,15 +1,17 @@
1
1
  import React from 'react';
2
- import { Footer } from '@digigov/ui/app/Footer';
3
- import { FooterMeta, FooterMetaItem, FooterContent, FooterInlineList, FooterInlineListItem, FooterLink } from '@digigov/ui/app/Footer';
4
- import { Copyright } from '@digigov/ui/govgr/Footer/Copyright';
5
- import { HellenicRepublicLogo } from '@digigov/ui/govgr/Footer/HellenicRepublicLogo';
6
- import { VisuallyHidden } from '@digigov/ui/utils/VisuallyHidden';
2
+ import { Footer, FooterContainer, FooterInfo, FooterInfoSection, FooterContent, FooterList, FooterListItem, FooterLink } from '@digigov/ui/app/Footer';
3
+ import Copyright from '@digigov/ui/govgr/Footer/Copyright';
4
+ import HellenicRepublicLogo from '@digigov/ui/govgr/Footer/HellenicRepublicLogo';
5
+ import VisuallyHidden from '@digigov/ui/utils/VisuallyHidden';
7
6
 
8
- var _ref = /*#__PURE__*/React.createElement(Footer, null, /*#__PURE__*/React.createElement(FooterMeta, null, /*#__PURE__*/React.createElement(FooterMetaItem, {
9
- grow: true
10
- }, /*#__PURE__*/React.createElement(FooterContent, null, /*#__PURE__*/React.createElement(VisuallyHidden, null, "\u03A0\u03B5\u03C1\u03B9\u03C3\u03C3\u03CC\u03C4\u03B5\u03C1\u03B5\u03C2 \u03B5\u03C0\u03B9\u03BB\u03BF\u03B3\u03AD\u03C2"), /*#__PURE__*/React.createElement(FooterInlineList, null, /*#__PURE__*/React.createElement(FooterInlineListItem, null, /*#__PURE__*/React.createElement(FooterLink, {
7
+ var _ref = /*#__PURE__*/React.createElement(Footer, null, /*#__PURE__*/React.createElement(FooterContainer, null, /*#__PURE__*/React.createElement(FooterInfo, null, /*#__PURE__*/React.createElement(FooterInfoSection, {
8
+ grow: true,
9
+ "aria-label": "footer info section"
10
+ }, /*#__PURE__*/React.createElement(FooterContent, null, /*#__PURE__*/React.createElement(VisuallyHidden, null, "\u03A0\u03B5\u03C1\u03B9\u03C3\u03C3\u03CC\u03C4\u03B5\u03C1\u03B5\u03C2 \u03B5\u03C0\u03B9\u03BB\u03BF\u03B3\u03AD\u03C2"), /*#__PURE__*/React.createElement(FooterList, {
11
+ layout: "horizontal"
12
+ }, /*#__PURE__*/React.createElement(FooterListItem, null, /*#__PURE__*/React.createElement(FooterLink, {
11
13
  href: "#terms"
12
- }, "\u038C\u03C1\u03BF\u03B9 \u03BA\u03B1\u03B9 \u03A0\u03C1\u03BF\u03CB\u03C0\u03BF\u03B8\u03AD\u03C3\u03B5\u03B9\u03C2"))), /*#__PURE__*/React.createElement(Copyright, null))), /*#__PURE__*/React.createElement(FooterMetaItem, null, /*#__PURE__*/React.createElement(HellenicRepublicLogo, null))));
14
+ }, "\u038C\u03C1\u03BF\u03B9 \u03BA\u03B1\u03B9 \u03A0\u03C1\u03BF\u03CB\u03C0\u03BF\u03B8\u03AD\u03C3\u03B5\u03B9\u03C2"))), /*#__PURE__*/React.createElement(Copyright, null))), /*#__PURE__*/React.createElement(FooterInfoSection, null, /*#__PURE__*/React.createElement(HellenicRepublicLogo, null)))));
13
15
 
14
16
  export var DefaultCopyright = function DefaultCopyright() {
15
17
  return _ref;
@@ -1,15 +1,16 @@
1
1
  import React from 'react';
2
- import { Footer } from '@digigov/ui/app/Footer';
3
- import { FooterMeta, FooterMetaItem, FooterContent, FooterNavigation, FooterSection, FooterHeading, FooterList, FooterListItem, FooterLink, FooterInlineList, FooterInlineListItem, FooterContentLogos, FooterImage } from '@digigov/ui/app/Footer';
4
- import { Copyright } from '@digigov/ui/govgr/Footer/Copyright';
5
- import { HellenicRepublicLogo } from '@digigov/ui/govgr/Footer/HellenicRepublicLogo';
2
+ import { Footer, FooterContainer, FooterInfo, FooterInfoSection, FooterContent, FooterNavigation, FooterNavigationSection, FooterHeading, FooterList, FooterListItem, FooterLink, FooterContentLogos, FooterImage } from '@digigov/ui/app/Footer';
3
+ import Copyright from '@digigov/ui/govgr/Footer/Copyright';
4
+ import HellenicRepublicLogo from '@digigov/ui/govgr/Footer/HellenicRepublicLogo';
6
5
  import logo1 from '@digigov/ui/govgr/images/greek-government-base64';
7
6
  import logo2 from '@digigov/ui/govgr/images/grnet-logo-base64';
8
- import { SectionBreak } from '@digigov/ui/layouts/SectionBreak';
9
- import { Link } from '@digigov/ui/navigation/Link';
10
- import { VisuallyHidden } from '@digigov/ui/utils/VisuallyHidden';
7
+ import SectionBreak from '@digigov/ui/layouts/SectionBreak';
8
+ import Link from '@digigov/ui/navigation/Link';
9
+ import VisuallyHidden from '@digigov/ui/utils/VisuallyHidden';
11
10
 
12
- var _ref = /*#__PURE__*/React.createElement(Footer, null, /*#__PURE__*/React.createElement(FooterNavigation, null, /*#__PURE__*/React.createElement(FooterSection, null, /*#__PURE__*/React.createElement(FooterHeading, null, "\u0395\u03C0\u03B9\u03BB\u03BF\u03B3\u03AD\u03C2"), /*#__PURE__*/React.createElement(FooterList, {
11
+ var _ref = /*#__PURE__*/React.createElement(Footer, null, /*#__PURE__*/React.createElement(FooterContainer, null, /*#__PURE__*/React.createElement(FooterNavigation, null, /*#__PURE__*/React.createElement(FooterNavigationSection, {
12
+ "aria-label": "footer navigation section"
13
+ }, /*#__PURE__*/React.createElement(FooterHeading, null, "\u0395\u03C0\u03B9\u03BB\u03BF\u03B3\u03AD\u03C2"), /*#__PURE__*/React.createElement(FooterList, {
13
14
  columns: 2
14
15
  }, /*#__PURE__*/React.createElement(FooterListItem, null, /*#__PURE__*/React.createElement(FooterLink, {
15
16
  href: "#"
@@ -23,16 +24,21 @@ var _ref = /*#__PURE__*/React.createElement(Footer, null, /*#__PURE__*/React.cre
23
24
  href: "#"
24
25
  }, "\u038C\u03C1\u03BF\u03B9 \u03C7\u03C1\u03AE\u03C3\u03B7\u03C2")), /*#__PURE__*/React.createElement(FooterListItem, null, /*#__PURE__*/React.createElement(FooterLink, {
25
26
  href: "#"
26
- }, "\u0399\u03B4\u03B9\u03C9\u03C4\u03B9\u03BA\u03CC \u03B1\u03C0\u03CC\u03C1\u03C1\u03B7\u03C4\u03BF ")))), /*#__PURE__*/React.createElement(FooterSection, null, /*#__PURE__*/React.createElement(FooterHeading, null, "\u0395\u03BE\u03C9\u03C4\u03B5\u03C1\u03B9\u03BA\u03AD\u03C2 \u03A5\u03C0\u03B7\u03C1\u03B5\u03C3\u03AF\u03B5\u03C2"), /*#__PURE__*/React.createElement(FooterList, null, /*#__PURE__*/React.createElement(FooterListItem, null, /*#__PURE__*/React.createElement(FooterLink, {
27
+ }, "\u0399\u03B4\u03B9\u03C9\u03C4\u03B9\u03BA\u03CC \u03B1\u03C0\u03CC\u03C1\u03C1\u03B7\u03C4\u03BF ")))), /*#__PURE__*/React.createElement(FooterNavigationSection, {
28
+ "aria-label": "footer navigation section"
29
+ }, /*#__PURE__*/React.createElement(FooterHeading, null, "\u0395\u03BE\u03C9\u03C4\u03B5\u03C1\u03B9\u03BA\u03AD\u03C2 \u03A5\u03C0\u03B7\u03C1\u03B5\u03C3\u03AF\u03B5\u03C2"), /*#__PURE__*/React.createElement(FooterList, null, /*#__PURE__*/React.createElement(FooterListItem, null, /*#__PURE__*/React.createElement(FooterLink, {
27
30
  href: "#"
28
31
  }, "\u0395\u039C\u0394\u0394 - \u039C\u0399\u03A4\u039F\u03A3")), /*#__PURE__*/React.createElement(FooterListItem, null, /*#__PURE__*/React.createElement(FooterLink, {
29
32
  href: "#"
30
33
  }, "EUGO"))))), /*#__PURE__*/React.createElement(SectionBreak, {
31
34
  visible: false,
32
35
  size: "md"
33
- }), /*#__PURE__*/React.createElement(FooterMeta, null, /*#__PURE__*/React.createElement(FooterMetaItem, {
34
- grow: true
35
- }, /*#__PURE__*/React.createElement(FooterContent, null, /*#__PURE__*/React.createElement(VisuallyHidden, null, "\u03A0\u03B5\u03C1\u03B9\u03C3\u03C3\u03CC\u03C4\u03B5\u03C1\u03B5\u03C2 \u03B5\u03C0\u03B9\u03BB\u03BF\u03B3\u03AD\u03C2"), /*#__PURE__*/React.createElement(FooterInlineList, null, /*#__PURE__*/React.createElement(FooterInlineListItem, null, /*#__PURE__*/React.createElement(FooterLink, null, "\u038C\u03C1\u03BF\u03B9 \u03BA\u03B1\u03B9 \u03A0\u03C1\u03BF\u03CB\u03C0\u03BF\u03B8\u03AD\u03C3\u03B5\u03B9\u03C2"))), /*#__PURE__*/React.createElement(FooterContentLogos, null, /*#__PURE__*/React.createElement(FooterImage, {
36
+ }), /*#__PURE__*/React.createElement(FooterInfo, null, /*#__PURE__*/React.createElement(FooterInfoSection, {
37
+ grow: true,
38
+ "aria-label": "footer info section"
39
+ }, /*#__PURE__*/React.createElement(FooterContent, null, /*#__PURE__*/React.createElement(VisuallyHidden, null, "\u03A0\u03B5\u03C1\u03B9\u03C3\u03C3\u03CC\u03C4\u03B5\u03C1\u03B5\u03C2 \u03B5\u03C0\u03B9\u03BB\u03BF\u03B3\u03AD\u03C2"), /*#__PURE__*/React.createElement(FooterList, {
40
+ layout: "horizontal"
41
+ }, /*#__PURE__*/React.createElement(FooterListItem, null, /*#__PURE__*/React.createElement(FooterLink, null, "\u038C\u03C1\u03BF\u03B9 \u03BA\u03B1\u03B9 \u03A0\u03C1\u03BF\u03CB\u03C0\u03BF\u03B8\u03AD\u03C3\u03B5\u03B9\u03C2")), /*#__PURE__*/React.createElement(FooterListItem, null, /*#__PURE__*/React.createElement(FooterLink, null, "\u03A3\u03C7\u03B5\u03C4\u03B9\u03BA\u03AC \u03BC\u03B5 \u03C4\u03BF gov.gr"))), /*#__PURE__*/React.createElement(FooterContentLogos, null, /*#__PURE__*/React.createElement(FooterImage, {
36
42
  src: logo1
37
43
  }), /*#__PURE__*/React.createElement(FooterImage, {
38
44
  src: logo2
@@ -45,7 +51,7 @@ var _ref = /*#__PURE__*/React.createElement(Footer, null, /*#__PURE__*/React.cre
45
51
  }, ' ', "\u03A5\u03C0\u03BF\u03C5\u03C1\u03B3\u03B5\u03AF\u03BF \u03A8\u03B7\u03C6\u03B9\u03B1\u03BA\u03AE\u03C2 \u0394\u03B9\u03B1\u03BA\u03C5\u03B2\u03AD\u03C1\u03BD\u03B7\u03C3\u03B7\u03C2", /*#__PURE__*/React.createElement(VisuallyHidden, null, ' ', "(\u03B1\u03BD\u03BF\u03AF\u03B3\u03B5\u03B9 \u03C3\u03B5 \u03BA\u03B1\u03B9\u03BD\u03BF\u03CD\u03C1\u03B9\u03B1 \u03BA\u03B1\u03C1\u03C4\u03AD\u03BB\u03B1)")), ' ', "\u03BA\u03B1\u03B9 \u03B3\u03B9\u03B1 \u03C4\u03BF", ' ', /*#__PURE__*/React.createElement(Link, {
46
52
  href: "https://www.minedu.gov.gr/",
47
53
  target: "_blank"
48
- }, "\u03A5\u03C0\u03BF\u03C5\u03C1\u03B3\u03B5\u03AF\u03BF \u03A0\u03B1\u03B9\u03B4\u03B5\u03AF\u03B1\u03C2 \u03BA\u03B1\u03B9 \u0398\u03C1\u03B7\u03C3\u03BA\u03B5\u03C5\u03BC\u03AC\u03C4\u03C9\u03BD", /*#__PURE__*/React.createElement(VisuallyHidden, null, ' ', "(\u03B1\u03BD\u03BF\u03AF\u03B3\u03B5\u03B9 \u03C3\u03B5 \u03BA\u03B1\u03B9\u03BD\u03BF\u03CD\u03C1\u03B9\u03B1 \u03BA\u03B1\u03C1\u03C4\u03AD\u03BB\u03B1)"))))), /*#__PURE__*/React.createElement(FooterMetaItem, null, /*#__PURE__*/React.createElement(HellenicRepublicLogo, null))));
54
+ }, "\u03A5\u03C0\u03BF\u03C5\u03C1\u03B3\u03B5\u03AF\u03BF \u03A0\u03B1\u03B9\u03B4\u03B5\u03AF\u03B1\u03C2 \u03BA\u03B1\u03B9 \u0398\u03C1\u03B7\u03C3\u03BA\u03B5\u03C5\u03BC\u03AC\u03C4\u03C9\u03BD", /*#__PURE__*/React.createElement(VisuallyHidden, null, ' ', "(\u03B1\u03BD\u03BF\u03AF\u03B3\u03B5\u03B9 \u03C3\u03B5 \u03BA\u03B1\u03B9\u03BD\u03BF\u03CD\u03C1\u03B9\u03B1 \u03BA\u03B1\u03C1\u03C4\u03AD\u03BB\u03B1)"))))), /*#__PURE__*/React.createElement(FooterInfoSection, null, /*#__PURE__*/React.createElement(HellenicRepublicLogo, null)))));
49
55
 
50
56
  export var FooterAllInclusive = function FooterAllInclusive() {
51
57
  return _ref;
@@ -1,16 +1,18 @@
1
1
  import React from 'react';
2
- import { Footer } from '@digigov/ui/app/Footer';
3
- import { FooterMeta, FooterMetaItem, FooterContent, FooterInlineList, FooterInlineListItem, FooterLink } from '@digigov/ui/app/Footer';
4
- import { Copyright } from '@digigov/ui/govgr/Footer/Copyright';
5
- import { HellenicRepublicLogo } from '@digigov/ui/govgr/Footer/HellenicRepublicLogo';
6
- import { Link } from '@digigov/ui/navigation/Link';
7
- import { VisuallyHidden } from '@digigov/ui/utils/VisuallyHidden';
2
+ import { Footer, FooterContainer, FooterInfo, FooterInfoSection, FooterContent, FooterList, FooterListItem, FooterLink } from '@digigov/ui/app/Footer';
3
+ import Copyright from '@digigov/ui/govgr/Footer/Copyright';
4
+ import HellenicRepublicLogo from '@digigov/ui/govgr/Footer/HellenicRepublicLogo';
5
+ import Link from '@digigov/ui/navigation/Link';
6
+ import VisuallyHidden from '@digigov/ui/utils/VisuallyHidden';
8
7
 
9
- var _ref = /*#__PURE__*/React.createElement(Footer, null, /*#__PURE__*/React.createElement(FooterMeta, null, /*#__PURE__*/React.createElement(FooterMetaItem, {
10
- grow: true
11
- }, /*#__PURE__*/React.createElement(FooterContent, null, /*#__PURE__*/React.createElement(VisuallyHidden, null, "\u03A0\u03B5\u03C1\u03B9\u03C3\u03C3\u03CC\u03C4\u03B5\u03C1\u03B5\u03C2 \u03B5\u03C0\u03B9\u03BB\u03BF\u03B3\u03AD\u03C2"), /*#__PURE__*/React.createElement(FooterInlineList, null, /*#__PURE__*/React.createElement(FooterInlineListItem, null, /*#__PURE__*/React.createElement(FooterLink, {
8
+ var _ref = /*#__PURE__*/React.createElement(Footer, null, /*#__PURE__*/React.createElement(FooterContainer, null, /*#__PURE__*/React.createElement(FooterInfo, null, /*#__PURE__*/React.createElement(FooterInfoSection, {
9
+ grow: true,
10
+ "aria-label": "footer info section"
11
+ }, /*#__PURE__*/React.createElement(FooterContent, null, /*#__PURE__*/React.createElement(VisuallyHidden, null, "\u03A0\u03B5\u03C1\u03B9\u03C3\u03C3\u03CC\u03C4\u03B5\u03C1\u03B5\u03C2 \u03B5\u03C0\u03B9\u03BB\u03BF\u03B3\u03AD\u03C2"), /*#__PURE__*/React.createElement(FooterList, {
12
+ layout: "horizontal"
13
+ }, /*#__PURE__*/React.createElement(FooterListItem, null, /*#__PURE__*/React.createElement(FooterLink, {
12
14
  href: "#"
13
- }, "\u038C\u03C1\u03BF\u03B9 \u03BA\u03B1\u03B9 \u03A0\u03C1\u03BF\u03CB\u03C0\u03BF\u03B8\u03AD\u03C3\u03B5\u03B9\u03C2")), /*#__PURE__*/React.createElement(FooterInlineListItem, null, /*#__PURE__*/React.createElement(FooterLink, {
15
+ }, "\u038C\u03C1\u03BF\u03B9 \u03BA\u03B1\u03B9 \u03A0\u03C1\u03BF\u03CB\u03C0\u03BF\u03B8\u03AD\u03C3\u03B5\u03B9\u03C2")), /*#__PURE__*/React.createElement(FooterListItem, null, /*#__PURE__*/React.createElement(FooterLink, {
14
16
  href: "#"
15
17
  }, "\u03A3\u03C7\u03B5\u03C4\u03B9\u03BA\u03AC \u03BC\u03B5 \u03C4\u03BF gov.gr"))), /*#__PURE__*/React.createElement(Copyright, null, "\u03A5\u03BB\u03BF\u03C0\u03BF\u03AF\u03B7\u03C3\u03B7 \u03B1\u03C0\u03CC \u03C4\u03BF", ' ', /*#__PURE__*/React.createElement(Link, {
16
18
  href: "https://grnet.gr/",
@@ -18,7 +20,7 @@ var _ref = /*#__PURE__*/React.createElement(Footer, null, /*#__PURE__*/React.cre
18
20
  }, "\u0395\u0394\u03A5\u03A4\u0395", /*#__PURE__*/React.createElement(VisuallyHidden, null, ' ', "(\u03B1\u03BD\u03BF\u03AF\u03B3\u03B5\u03B9 \u03C3\u03B5 \u03BA\u03B1\u03B9\u03BD\u03BF\u03CD\u03C1\u03B9\u03B1 \u03BA\u03B1\u03C1\u03C4\u03AD\u03BB\u03B1)")), ' ', "\u03B3\u03B9\u03B1 \u03C4\u03BF", ' ', /*#__PURE__*/React.createElement(Link, {
19
21
  href: "https://mindigital.gr/",
20
22
  target: "_blank"
21
- }, "\u03A5\u03C0\u03BF\u03C5\u03C1\u03B3\u03B5\u03AF\u03BF \u03A8\u03B7\u03C6\u03B9\u03B1\u03BA\u03AE\u03C2 \u0394\u03B9\u03B1\u03BA\u03C5\u03B2\u03AD\u03C1\u03BD\u03B7\u03C3\u03B7\u03C2", /*#__PURE__*/React.createElement(VisuallyHidden, null, ' ', "(\u03B1\u03BD\u03BF\u03AF\u03B3\u03B5\u03B9 \u03C3\u03B5 \u03BA\u03B1\u03B9\u03BD\u03BF\u03CD\u03C1\u03B9\u03B1 \u03BA\u03B1\u03C1\u03C4\u03AD\u03BB\u03B1)"))))), /*#__PURE__*/React.createElement(FooterMetaItem, null, /*#__PURE__*/React.createElement(HellenicRepublicLogo, null))));
23
+ }, "\u03A5\u03C0\u03BF\u03C5\u03C1\u03B3\u03B5\u03AF\u03BF \u03A8\u03B7\u03C6\u03B9\u03B1\u03BA\u03AE\u03C2 \u0394\u03B9\u03B1\u03BA\u03C5\u03B2\u03AD\u03C1\u03BD\u03B7\u03C3\u03B7\u03C2", /*#__PURE__*/React.createElement(VisuallyHidden, null, ' ', "(\u03B1\u03BD\u03BF\u03AF\u03B3\u03B5\u03B9 \u03C3\u03B5 \u03BA\u03B1\u03B9\u03BD\u03BF\u03CD\u03C1\u03B9\u03B1 \u03BA\u03B1\u03C1\u03C4\u03AD\u03BB\u03B1)"))))), /*#__PURE__*/React.createElement(FooterInfoSection, null, /*#__PURE__*/React.createElement(HellenicRepublicLogo, null)))));
22
24
 
23
25
  export var FooterWithLink = function FooterWithLink() {
24
26
  return _ref;
@@ -1,14 +1,15 @@
1
1
  import React from 'react';
2
- import { Footer } from '@digigov/ui/app/Footer';
3
- import { FooterMeta, FooterMetaItem, FooterContent, FooterContentLogos, FooterImage } from '@digigov/ui/app/Footer';
4
- import { Copyright } from '@digigov/ui/govgr/Footer/Copyright';
5
- import { HellenicRepublicLogo } from '@digigov/ui/govgr/Footer/HellenicRepublicLogo';
2
+ import { Footer, FooterContainer, FooterInfo, FooterInfoSection, FooterContent, FooterContentLogos, FooterImage } from '@digigov/ui/app/Footer';
3
+ import Copyright from '@digigov/ui/govgr/Footer/Copyright';
4
+ import HellenicRepublicLogo from '@digigov/ui/govgr/Footer/HellenicRepublicLogo';
6
5
  import logo1 from '@digigov/ui/govgr/images/greek-government-base64';
7
6
  import logo2 from '@digigov/ui/govgr/images/grnet-logo-base64';
8
- import { Link } from '@digigov/ui/navigation/Link';
9
- import { VisuallyHidden } from '@digigov/ui/utils/VisuallyHidden';
7
+ import Link from '@digigov/ui/navigation/Link';
8
+ import VisuallyHidden from '@digigov/ui/utils/VisuallyHidden';
10
9
 
11
- var _ref = /*#__PURE__*/React.createElement(Footer, null, /*#__PURE__*/React.createElement(FooterMeta, null, /*#__PURE__*/React.createElement(FooterMetaItem, null, /*#__PURE__*/React.createElement(FooterContent, null, /*#__PURE__*/React.createElement(FooterContentLogos, null, /*#__PURE__*/React.createElement(FooterImage, {
10
+ var _ref = /*#__PURE__*/React.createElement(Footer, null, /*#__PURE__*/React.createElement(FooterContainer, null, /*#__PURE__*/React.createElement(FooterInfo, null, /*#__PURE__*/React.createElement(FooterInfoSection, {
11
+ "aria-label": "footer info section"
12
+ }, /*#__PURE__*/React.createElement(FooterContent, null, /*#__PURE__*/React.createElement(FooterContentLogos, null, /*#__PURE__*/React.createElement(FooterImage, {
12
13
  src: logo1
13
14
  }), /*#__PURE__*/React.createElement(FooterImage, {
14
15
  src: logo2
@@ -18,7 +19,7 @@ var _ref = /*#__PURE__*/React.createElement(Footer, null, /*#__PURE__*/React.cre
18
19
  }, "\u0395\u0394\u03A5\u03A4\u0395", /*#__PURE__*/React.createElement(VisuallyHidden, null, ' ', "(\u03B1\u03BD\u03BF\u03AF\u03B3\u03B5\u03B9 \u03C3\u03B5 \u03BA\u03B1\u03B9\u03BD\u03BF\u03CD\u03C1\u03B9\u03B1 \u03BA\u03B1\u03C1\u03C4\u03AD\u03BB\u03B1)")), ' ', "\u03B3\u03B9\u03B1 \u03C4\u03BF", ' ', /*#__PURE__*/React.createElement(Link, {
19
20
  href: "https://mindigital.gr/",
20
21
  target: "_blank"
21
- }, "\u03A5\u03C0\u03BF\u03C5\u03C1\u03B3\u03B5\u03AF\u03BF \u03A8\u03B7\u03C6\u03B9\u03B1\u03BA\u03AE\u03C2 \u0394\u03B9\u03B1\u03BA\u03C5\u03B2\u03AD\u03C1\u03BD\u03B7\u03C3\u03B7\u03C2", /*#__PURE__*/React.createElement(VisuallyHidden, null, ' ', "(\u03B1\u03BD\u03BF\u03AF\u03B3\u03B5\u03B9 \u03C3\u03B5 \u03BA\u03B1\u03B9\u03BD\u03BF\u03CD\u03C1\u03B9\u03B1 \u03BA\u03B1\u03C1\u03C4\u03AD\u03BB\u03B1)"))))), /*#__PURE__*/React.createElement(FooterMetaItem, null, /*#__PURE__*/React.createElement(HellenicRepublicLogo, null))));
22
+ }, "\u03A5\u03C0\u03BF\u03C5\u03C1\u03B3\u03B5\u03AF\u03BF \u03A8\u03B7\u03C6\u03B9\u03B1\u03BA\u03AE\u03C2 \u0394\u03B9\u03B1\u03BA\u03C5\u03B2\u03AD\u03C1\u03BD\u03B7\u03C3\u03B7\u03C2", /*#__PURE__*/React.createElement(VisuallyHidden, null, ' ', "(\u03B1\u03BD\u03BF\u03AF\u03B3\u03B5\u03B9 \u03C3\u03B5 \u03BA\u03B1\u03B9\u03BD\u03BF\u03CD\u03C1\u03B9\u03B1 \u03BA\u03B1\u03C1\u03C4\u03AD\u03BB\u03B1)"))))), /*#__PURE__*/React.createElement(FooterInfoSection, null, /*#__PURE__*/React.createElement(HellenicRepublicLogo, null)))));
22
23
 
23
24
  export var FooterWithLogo = function FooterWithLogo() {
24
25
  return _ref;