@digigov/ui 1.0.0-6b93ebf2 → 1.0.0-758a1807

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 (748) 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/layouts/Admin/index.js +1 -1
  149. package/es/layouts/Basic/__snapshots__/index.spec.tsx.snap +2 -2
  150. package/es/layouts/Grid/Grid.stories.js +1 -0
  151. package/es/layouts/Grid/__stories__/ResponsiveSpacing.js +79 -0
  152. package/es/layouts/Section/index.js +3 -0
  153. package/es/layouts/Stack/Stack.stories.js +12 -0
  154. package/es/layouts/Stack/__stories__/AlignItems.js +67 -0
  155. package/es/layouts/Stack/__stories__/Default.js +24 -0
  156. package/es/layouts/Stack/__stories__/JustifyContent.js +84 -0
  157. package/es/layouts/Stack/__stories__/NoWrap.js +26 -0
  158. package/es/layouts/Stack/__stories__/Row.js +25 -0
  159. package/es/layouts/Stack/__stories__/Spacing.js +55 -0
  160. package/es/layouts/Stack/index.js +2 -0
  161. package/es/layouts/index.js +3 -1
  162. package/es/navigation/BackLink/index.mdx +1 -5
  163. package/es/navigation/Breadcrumbs/index.mdx +6 -5
  164. package/es/navigation/Drawer/__stories__/Default.js +25 -66
  165. package/es/navigation/Drawer/index.mdx +1 -5
  166. package/es/navigation/Dropdown/__stories__/AlignRight.js +9 -8
  167. package/es/navigation/Dropdown/__stories__/Default.js +9 -8
  168. package/es/navigation/Dropdown/__stories__/PlacementTop.js +9 -8
  169. package/es/navigation/Dropdown/index.js +0 -1
  170. package/es/navigation/Dropdown/index.mdx +3 -17
  171. package/es/navigation/Link/index.mdx +7 -25
  172. package/es/navigation/NavList/NavList.stories.playwright.json +2 -2
  173. package/es/navigation/NavList/NavListAuto/index.js +54 -0
  174. package/es/navigation/NavList/{NavMenuContainerContentList.js → NavMenuContentList.js} +5 -5
  175. package/es/navigation/NavList/__stories__/Default.js +12 -28
  176. package/es/navigation/NavList/__stories__/NavVerticalLayout.js +12 -26
  177. package/es/navigation/NavList/hooks/useNavList.js +2 -2
  178. package/es/navigation/NavList/hooks/useTogglableNav.js +33 -18
  179. package/es/navigation/NavList/index.js +16 -17
  180. package/es/navigation/NavList/index.mdx +2 -10
  181. package/es/navigation/NavList/types.js +1 -6
  182. package/es/navigation/Pagination/__stories__/Default.js +7 -65
  183. package/es/navigation/Pagination/__stories__/PaginationSmall.js +1 -1
  184. package/es/navigation/Pagination/__stories__/PaginationWithSmallFont.js +1 -1
  185. package/es/navigation/Pagination/__stories__/WithInactiveValues.js +2 -2
  186. package/es/navigation/Pagination/index.mdx +7 -15
  187. package/es/navigation/SkipLink/SkipLink.stories.js +8 -0
  188. package/es/navigation/SkipLink/__stories__/Default.js +12 -0
  189. package/es/navigation/Tabs/Tabs.stories.playwright.json +2 -2
  190. package/es/navigation/Tabs/__stories__/Default.js +9 -5
  191. package/es/navigation/Tabs/index.js +1 -1
  192. package/es/navigation/Tabs/index.mdx +7 -5
  193. package/es/registry.js +24 -50
  194. package/es/typography/Heading/__stories__/Default.js +9 -4
  195. package/es/typography/Heading/index.mdx +1 -5
  196. package/es/typography/HeadingCaption/index.mdx +1 -5
  197. package/es/typography/Hint/__stories__/FontSizes.js +3 -3
  198. package/es/typography/Hint/index.mdx +3 -5
  199. package/es/typography/NormalText/__stories__/FontSizes.js +7 -7
  200. package/es/typography/NormalText/__stories__/Variants.js +4 -4
  201. package/es/typography/NormalText/index.mdx +5 -15
  202. package/es/typography/Paragraph/__stories__/FontSizes.js +7 -7
  203. package/es/typography/Paragraph/__stories__/LeadVariant.js +1 -1
  204. package/es/typography/Paragraph/__stories__/SmallVariant.js +1 -1
  205. package/es/typography/Paragraph/index.mdx +5 -20
  206. package/es/utils/Kitchensink/KitchensinkDashboard.js +1 -1
  207. package/esm/app/CloseButton/index.js +3 -0
  208. package/{es/app/FilterSection → esm/app/FilterContainer}/index.js +4 -5
  209. package/esm/app/Footer/Footer.stories.playwright.json +2 -2
  210. package/esm/app/Footer/__stories__/DefaultCopyright.js +11 -9
  211. package/esm/app/Footer/__stories__/FooterAllInclusive.js +19 -13
  212. package/esm/app/Footer/__stories__/FooterWithLink.js +13 -11
  213. package/esm/app/Footer/__stories__/FooterWithLogo.js +9 -8
  214. package/esm/app/Footer/__stories__/FooterWithSecondaryNavigation.js +16 -12
  215. package/esm/app/Footer/__stories__/YearCopyright.js +9 -7
  216. package/esm/app/Footer/index.js +3 -5
  217. package/esm/app/Footer/index.mdx +4 -20
  218. package/esm/app/Header/Header.stories.playwright.json +1 -1
  219. package/esm/app/Header/__stories__/Default.js +1 -1
  220. package/esm/app/Header/__stories__/WithHeaderNavigation.js +15 -15
  221. package/esm/app/Header/__stories__/WithNavigation.js +10 -37
  222. package/esm/app/Header/__stories__/WithServiceName.js +1 -1
  223. package/esm/app/Header/__stories__/WithServiceNameAndLogo.js +1 -1
  224. package/esm/app/Header/index.mdx +4 -21
  225. package/esm/app/Header/index.spec.js +2 -2
  226. package/esm/app/Masthead/Masthead.stories.playwright.json +1 -1
  227. package/esm/app/Modal/__stories__/Default.js +1 -1
  228. package/esm/app/Modal/index.mdx +1 -5
  229. package/esm/app/NotFound/index.js +4 -3
  230. package/esm/app/PageTitleContainer/index.js +5 -0
  231. package/esm/app/Panel/index.mdx +1 -5
  232. package/esm/app/PhaseBannerHeader/index.js +2 -2
  233. package/esm/app/PhaseBannerHeader/index.mdx +1 -5
  234. package/esm/app/QrCodeViewer/index.mdx +2 -10
  235. package/esm/app/ThemeOptions/index.js +2 -2
  236. package/esm/app/index.js +3 -4
  237. package/esm/content/Accordion/index.mdx +2 -10
  238. package/esm/content/Blockquote/index.mdx +1 -5
  239. package/esm/content/Card/index.mdx +8 -40
  240. package/esm/content/Chip/__stories__/GroupOfChips.js +2 -2
  241. package/esm/content/Chip/index.js +1 -2
  242. package/esm/content/Chip/index.mdx +39 -0
  243. package/esm/content/Details/index.mdx +6 -5
  244. package/esm/content/List/__stories__/HorizontalList.js +1 -1
  245. package/esm/content/List/__stories__/WithExtraSpace.js +1 -1
  246. package/esm/content/List/index.mdx +3 -15
  247. package/esm/content/StepNav/__stories__/Default.js +3 -5
  248. package/esm/content/StepNav/__stories__/WithHints.js +2 -4
  249. package/esm/content/StepNav/index.mdx +21 -0
  250. package/esm/content/SummaryList/index.mdx +3 -15
  251. package/esm/content/Table/__stories__/DefinedWidth.js +3 -3
  252. package/esm/content/Table/__stories__/WithFloatingScroll.js +5 -4
  253. package/esm/content/Table/index.js +11 -8
  254. package/esm/content/Table/index.mdx +1 -1
  255. package/esm/content/TaskList/__stories__/Default.js +5 -5
  256. package/esm/content/TaskList/index.mdx +21 -0
  257. package/esm/content/Timeline/__stories__/Default.js +2 -2
  258. package/esm/content/Timeline/index.mdx +23 -0
  259. package/esm/feedback/CopyToClipboard/index.mdx +2 -10
  260. package/esm/feedback/ErrorSummary/index.mdx +4 -20
  261. package/esm/feedback/NotificationBanner/index.mdx +2 -10
  262. package/esm/feedback/PhaseBanner/index.mdx +2 -10
  263. package/esm/feedback/ServiceBadge/index.mdx +9 -5
  264. package/esm/feedback/WarningText/WarningText.stories.js +2 -1
  265. package/esm/feedback/WarningText/__stories__/AssistiveText.js +11 -0
  266. package/esm/feedback/WarningText/index.mdx +1 -5
  267. package/esm/form/AutoComplete/__stories__/Default.js +1 -1
  268. package/esm/form/AutoComplete/index.js +10 -5
  269. package/esm/form/AutoComplete/index.mdx +7 -35
  270. package/esm/form/Button/index.mdx +8 -24
  271. package/esm/form/Checkbox/__stories__/ConditionalReveal.js +1 -1
  272. package/esm/form/Checkbox/index.mdx +12 -35
  273. package/esm/form/DateInputContainer/index.mdx +9 -20
  274. package/esm/form/ErrorMessage/index.mdx +1 -5
  275. package/esm/form/FileUpload/index.mdx +3 -5
  276. package/esm/form/RadioContainer/__stories__/ConditionalReveal.js +1 -1
  277. package/esm/form/RadioContainer/index.mdx +12 -35
  278. package/esm/form/SearchContainer/index.js +5 -0
  279. package/esm/form/SelectContainer/__stories__/Default.js +4 -4
  280. package/esm/form/SelectContainer/index.mdx +9 -15
  281. package/esm/form/SingleCharacterInputs/SingleCharacterInput.stories.js +12 -0
  282. package/esm/form/{SingleCharacterInputContainer → SingleCharacterInputs}/__stories__/Default.js +13 -13
  283. package/{es/form/SingleCharacterInputContainer → esm/form/SingleCharacterInputs}/__stories__/WithDefaultError.js +7 -7
  284. package/{es/form/SingleCharacterInputContainer → esm/form/SingleCharacterInputs}/__stories__/WithErrorMessageInvalidCode.js +14 -14
  285. package/{es/form/SingleCharacterInputContainer → esm/form/SingleCharacterInputs}/__stories__/WithErrorMessageLessDigit.js +11 -11
  286. package/esm/form/SingleCharacterInputs/index.js +4 -0
  287. package/esm/form/SingleCharacterInputs/index.mdx +24 -0
  288. package/esm/form/TextArea/index.mdx +7 -35
  289. package/esm/form/TextInput/__stories__/FixedWidths.js +6 -6
  290. package/esm/form/TextInput/__stories__/FluidWidths.js +6 -6
  291. package/esm/form/TextInput/index.mdx +8 -40
  292. package/esm/form/index.js +2 -2
  293. package/esm/govgr/Footer/index.js +4 -4
  294. package/esm/icons/Icon/index.js +2 -2
  295. package/esm/index.js +1 -1
  296. package/esm/layouts/Admin/index.js +1 -1
  297. package/esm/layouts/Basic/__snapshots__/index.spec.tsx.snap +2 -2
  298. package/esm/layouts/Grid/Grid.stories.js +1 -0
  299. package/esm/layouts/Grid/__stories__/ResponsiveSpacing.js +79 -0
  300. package/esm/layouts/Section/index.js +3 -0
  301. package/esm/layouts/Stack/Stack.stories.js +12 -0
  302. package/esm/layouts/Stack/__stories__/AlignItems.js +67 -0
  303. package/esm/layouts/Stack/__stories__/Default.js +24 -0
  304. package/esm/layouts/Stack/__stories__/JustifyContent.js +84 -0
  305. package/esm/layouts/Stack/__stories__/NoWrap.js +26 -0
  306. package/esm/layouts/Stack/__stories__/Row.js +25 -0
  307. package/esm/layouts/Stack/__stories__/Spacing.js +55 -0
  308. package/esm/layouts/Stack/index.js +2 -0
  309. package/esm/layouts/index.js +3 -1
  310. package/esm/navigation/BackLink/index.mdx +1 -5
  311. package/esm/navigation/Breadcrumbs/index.mdx +6 -5
  312. package/esm/navigation/Drawer/__stories__/Default.js +25 -66
  313. package/esm/navigation/Drawer/index.mdx +1 -5
  314. package/esm/navigation/Dropdown/__stories__/AlignRight.js +9 -8
  315. package/esm/navigation/Dropdown/__stories__/Default.js +9 -8
  316. package/esm/navigation/Dropdown/__stories__/PlacementTop.js +9 -8
  317. package/esm/navigation/Dropdown/index.js +0 -1
  318. package/esm/navigation/Dropdown/index.mdx +3 -17
  319. package/esm/navigation/Link/index.mdx +7 -25
  320. package/esm/navigation/NavList/NavList.stories.playwright.json +2 -2
  321. package/esm/navigation/NavList/NavListAuto/index.js +54 -0
  322. package/esm/navigation/NavList/{NavMenuContainerContentList.js → NavMenuContentList.js} +5 -5
  323. package/esm/navigation/NavList/__stories__/Default.js +12 -28
  324. package/esm/navigation/NavList/__stories__/NavVerticalLayout.js +12 -26
  325. package/esm/navigation/NavList/hooks/useNavList.js +2 -2
  326. package/esm/navigation/NavList/hooks/useTogglableNav.js +33 -18
  327. package/esm/navigation/NavList/index.js +16 -17
  328. package/esm/navigation/NavList/index.mdx +2 -10
  329. package/esm/navigation/NavList/types.js +1 -6
  330. package/esm/navigation/Pagination/__stories__/Default.js +7 -65
  331. package/esm/navigation/Pagination/__stories__/PaginationSmall.js +1 -1
  332. package/esm/navigation/Pagination/__stories__/PaginationWithSmallFont.js +1 -1
  333. package/esm/navigation/Pagination/__stories__/WithInactiveValues.js +2 -2
  334. package/esm/navigation/Pagination/index.mdx +7 -15
  335. package/esm/navigation/SkipLink/SkipLink.stories.js +8 -0
  336. package/esm/navigation/SkipLink/__stories__/Default.js +12 -0
  337. package/esm/navigation/Tabs/Tabs.stories.playwright.json +2 -2
  338. package/esm/navigation/Tabs/__stories__/Default.js +9 -5
  339. package/esm/navigation/Tabs/index.js +1 -1
  340. package/esm/navigation/Tabs/index.mdx +7 -5
  341. package/esm/registry.js +24 -50
  342. package/esm/typography/Heading/__stories__/Default.js +9 -4
  343. package/esm/typography/Heading/index.mdx +1 -5
  344. package/esm/typography/HeadingCaption/index.mdx +1 -5
  345. package/esm/typography/Hint/__stories__/FontSizes.js +3 -3
  346. package/esm/typography/Hint/index.mdx +3 -5
  347. package/esm/typography/NormalText/__stories__/FontSizes.js +7 -7
  348. package/esm/typography/NormalText/__stories__/Variants.js +4 -4
  349. package/esm/typography/NormalText/index.mdx +5 -15
  350. package/esm/typography/Paragraph/__stories__/FontSizes.js +7 -7
  351. package/esm/typography/Paragraph/__stories__/LeadVariant.js +1 -1
  352. package/esm/typography/Paragraph/__stories__/SmallVariant.js +1 -1
  353. package/esm/typography/Paragraph/index.mdx +5 -20
  354. package/esm/utils/Kitchensink/KitchensinkDashboard.js +1 -1
  355. package/feedback/CopyToClipboard/index.mdx +2 -10
  356. package/feedback/ErrorSummary/index.mdx +4 -20
  357. package/feedback/NotificationBanner/index.mdx +2 -10
  358. package/feedback/PhaseBanner/index.mdx +2 -10
  359. package/feedback/ServiceBadge/index.mdx +9 -5
  360. package/feedback/WarningText/WarningText.stories.d.ts +1 -0
  361. package/feedback/WarningText/WarningText.stories.js +14 -0
  362. package/feedback/WarningText/__stories__/AssistiveText.d.ts +2 -0
  363. package/feedback/WarningText/__stories__/AssistiveText.js +24 -0
  364. package/feedback/WarningText/index.mdx +1 -5
  365. package/form/AutoComplete/__stories__/Default.js +1 -1
  366. package/form/AutoComplete/index.d.ts +3 -3
  367. package/form/AutoComplete/index.js +11 -6
  368. package/form/AutoComplete/index.mdx +7 -35
  369. package/form/Button/index.mdx +8 -24
  370. package/form/Checkbox/__stories__/ConditionalReveal.js +1 -1
  371. package/form/Checkbox/index.mdx +12 -35
  372. package/form/DateInputContainer/index.mdx +9 -20
  373. package/form/ErrorMessage/index.mdx +1 -5
  374. package/form/FileUpload/index.mdx +3 -5
  375. package/form/RadioContainer/__stories__/ConditionalReveal.js +1 -1
  376. package/form/RadioContainer/index.mdx +12 -35
  377. package/form/SearchContainer/index.d.ts +5 -0
  378. package/form/{SearchSection → SearchContainer}/index.js +5 -5
  379. package/form/SelectContainer/__stories__/Default.js +4 -4
  380. package/form/SelectContainer/index.mdx +9 -15
  381. package/form/SingleCharacterInputs/SingleCharacterInput.stories.d.ts +13 -0
  382. package/form/{SingleCharacterInputContainer/SingleCharacterInputContainer.stories.js → SingleCharacterInputs/SingleCharacterInput.stories.js} +8 -8
  383. package/form/{SingleCharacterInputContainer → SingleCharacterInputs}/__stories__/Default.js +13 -13
  384. package/form/{SingleCharacterInputContainer → SingleCharacterInputs}/__stories__/WithDefaultError.js +7 -7
  385. package/form/{SingleCharacterInputContainer → SingleCharacterInputs}/__stories__/WithErrorMessageInvalidCode.js +14 -14
  386. package/form/{SingleCharacterInputContainer → SingleCharacterInputs}/__stories__/WithErrorMessageLessDigit.js +11 -11
  387. package/form/SingleCharacterInputs/index.d.ts +4 -0
  388. package/form/{SingleCharacterInputContainer → SingleCharacterInputs}/index.js +9 -9
  389. package/form/SingleCharacterInputs/index.mdx +24 -0
  390. package/form/TextArea/index.mdx +7 -35
  391. package/form/TextInput/__stories__/FixedWidths.js +6 -6
  392. package/form/TextInput/__stories__/FluidWidths.js +6 -6
  393. package/form/TextInput/index.mdx +8 -40
  394. package/form/index.d.ts +2 -2
  395. package/form/index.js +8 -8
  396. package/govgr/Footer/index.js +4 -4
  397. package/icons/Icon/index.d.ts +2 -2
  398. package/icons/Icon/index.js +1 -1
  399. package/layouts/Admin/index.d.ts +1 -1
  400. package/layouts/Admin/index.js +4 -4
  401. package/layouts/Basic/Content/index.d.ts +1 -1
  402. package/layouts/Basic/Side/index.d.ts +1 -1
  403. package/layouts/Basic/__snapshots__/index.spec.tsx.snap +2 -2
  404. package/layouts/Grid/Grid.stories.d.ts +1 -0
  405. package/layouts/Grid/Grid.stories.js +14 -0
  406. package/layouts/Grid/__stories__/ResponsiveSpacing.d.ts +2 -0
  407. package/layouts/Grid/__stories__/ResponsiveSpacing.js +93 -0
  408. package/layouts/Section/index.d.ts +3 -0
  409. package/{navigation/NavList/NavMenu.js → layouts/Section/index.js} +5 -5
  410. package/layouts/Stack/Stack.stories.d.ts +13 -0
  411. package/layouts/Stack/Stack.stories.js +101 -0
  412. package/layouts/Stack/__stories__/AlignItems.d.ts +2 -0
  413. package/layouts/Stack/__stories__/AlignItems.js +81 -0
  414. package/layouts/Stack/__stories__/Default.d.ts +2 -0
  415. package/layouts/Stack/__stories__/Default.js +38 -0
  416. package/layouts/Stack/__stories__/JustifyContent.d.ts +2 -0
  417. package/layouts/Stack/__stories__/JustifyContent.js +98 -0
  418. package/layouts/Stack/__stories__/NoWrap.d.ts +2 -0
  419. package/layouts/Stack/__stories__/NoWrap.js +40 -0
  420. package/layouts/Stack/__stories__/Row.d.ts +2 -0
  421. package/layouts/Stack/__stories__/Row.js +39 -0
  422. package/layouts/Stack/__stories__/Spacing.d.ts +2 -0
  423. package/layouts/Stack/__stories__/Spacing.js +69 -0
  424. package/layouts/Stack/index.d.ts +2 -0
  425. package/layouts/Stack/index.js +13 -0
  426. package/layouts/index.d.ts +2 -0
  427. package/layouts/index.js +21 -0
  428. package/navigation/BackLink/index.mdx +1 -5
  429. package/navigation/Breadcrumbs/index.mdx +6 -5
  430. package/navigation/Drawer/__stories__/Default.js +24 -68
  431. package/navigation/Drawer/index.mdx +1 -5
  432. package/navigation/Dropdown/__stories__/AlignRight.js +9 -9
  433. package/navigation/Dropdown/__stories__/Default.js +9 -9
  434. package/navigation/Dropdown/__stories__/PlacementTop.js +9 -9
  435. package/navigation/Dropdown/index.d.ts +0 -1
  436. package/navigation/Dropdown/index.js +0 -14
  437. package/navigation/Dropdown/index.mdx +3 -17
  438. package/navigation/Link/index.mdx +7 -25
  439. package/navigation/NavList/NavList.stories.playwright.json +2 -2
  440. package/navigation/NavList/NavListAuto/index.js +80 -0
  441. package/navigation/NavList/NavMenuContentList.d.ts +5 -0
  442. package/navigation/NavList/{NavMenuContainerContentList.js → NavMenuContentList.js} +10 -10
  443. package/navigation/NavList/__stories__/Default.js +12 -28
  444. package/navigation/NavList/__stories__/NavVerticalLayout.js +12 -32
  445. package/navigation/NavList/hooks/useNavList.d.ts +1 -1
  446. package/navigation/NavList/hooks/useNavList.js +2 -2
  447. package/navigation/NavList/hooks/useTogglableNav.d.ts +1 -0
  448. package/navigation/NavList/hooks/useTogglableNav.js +33 -18
  449. package/navigation/NavList/index.d.ts +16 -17
  450. package/navigation/NavList/index.js +54 -96
  451. package/navigation/NavList/index.mdx +2 -10
  452. package/navigation/NavList/types.d.ts +14 -17
  453. package/navigation/NavList/types.js +1 -14
  454. package/navigation/Pagination/__stories__/Default.js +7 -65
  455. package/navigation/Pagination/__stories__/PaginationSmall.js +1 -1
  456. package/navigation/Pagination/__stories__/PaginationWithSmallFont.js +1 -1
  457. package/navigation/Pagination/__stories__/WithInactiveValues.js +2 -2
  458. package/navigation/Pagination/index.mdx +7 -15
  459. package/navigation/SkipLink/SkipLink.stories.d.ts +9 -0
  460. package/navigation/SkipLink/SkipLink.stories.js +32 -0
  461. package/navigation/SkipLink/__stories__/Default.d.ts +2 -0
  462. package/navigation/SkipLink/__stories__/Default.js +26 -0
  463. package/navigation/Tabs/Tabs.stories.playwright.json +2 -2
  464. package/navigation/Tabs/__stories__/Default.js +8 -4
  465. package/navigation/Tabs/index.js +1 -1
  466. package/navigation/Tabs/index.mdx +7 -5
  467. package/package.json +3 -3
  468. package/registry.d.ts +15 -26
  469. package/registry.js +29 -68
  470. package/src/app/CloseButton/index.tsx +4 -0
  471. package/src/app/{FilterSection → FilterContainer}/index.tsx +4 -5
  472. package/src/app/Footer/Footer.stories.playwright.json +2 -2
  473. package/src/app/Footer/__stories__/DefaultCopyright.tsx +27 -25
  474. package/src/app/Footer/__stories__/FooterAllInclusive.tsx +98 -89
  475. package/src/app/Footer/__stories__/FooterWithLink.tsx +48 -40
  476. package/src/app/Footer/__stories__/FooterWithLogo.tsx +41 -33
  477. package/src/app/Footer/__stories__/FooterWithSecondaryNavigation.tsx +22 -20
  478. package/src/app/Footer/__stories__/YearCopyright.tsx +24 -23
  479. package/src/app/Footer/index.mdx +4 -20
  480. package/src/app/Footer/index.tsx +3 -5
  481. package/src/app/Header/Header.stories.playwright.json +1 -1
  482. package/src/app/Header/__stories__/Default.tsx +4 -4
  483. package/src/app/Header/__stories__/WithHeaderNavigation.tsx +16 -26
  484. package/src/app/Header/__stories__/WithNavigation.tsx +17 -38
  485. package/src/app/Header/__stories__/WithServiceName.tsx +4 -4
  486. package/src/app/Header/__stories__/WithServiceNameAndLogo.tsx +4 -4
  487. package/src/app/Header/index.mdx +4 -21
  488. package/src/app/Header/index.spec.tsx +6 -1
  489. package/src/app/Masthead/Masthead.stories.playwright.json +1 -1
  490. package/src/app/Modal/__stories__/Default.tsx +1 -1
  491. package/src/app/Modal/index.mdx +1 -5
  492. package/src/app/NotFound/index.tsx +5 -4
  493. package/src/app/PageTitleContainer/index.tsx +5 -0
  494. package/src/app/Panel/index.mdx +1 -5
  495. package/src/app/PhaseBannerHeader/index.mdx +1 -5
  496. package/src/app/PhaseBannerHeader/index.tsx +3 -3
  497. package/src/app/QrCodeViewer/index.mdx +2 -10
  498. package/src/app/ThemeOptions/index.tsx +3 -3
  499. package/src/app/index.ts +2 -3
  500. package/src/content/Accordion/index.mdx +2 -10
  501. package/src/content/Blockquote/index.mdx +1 -5
  502. package/src/content/Card/index.mdx +8 -40
  503. package/src/content/Chip/__stories__/GroupOfChips.tsx +3 -3
  504. package/src/content/Chip/index.mdx +39 -0
  505. package/src/content/Chip/index.tsx +1 -2
  506. package/src/content/Details/index.mdx +6 -5
  507. package/src/content/List/__stories__/HorizontalList.tsx +1 -1
  508. package/src/content/List/__stories__/WithExtraSpace.tsx +1 -1
  509. package/src/content/List/index.mdx +3 -15
  510. package/src/content/StepNav/__stories__/Default.tsx +3 -4
  511. package/src/content/StepNav/__stories__/WithHints.tsx +4 -4
  512. package/src/content/StepNav/index.mdx +21 -0
  513. package/src/content/SummaryList/index.mdx +3 -15
  514. package/src/content/Table/__stories__/DefinedWidth.tsx +3 -3
  515. package/src/content/Table/__stories__/WithFloatingScroll.tsx +5 -7
  516. package/src/content/Table/index.mdx +1 -1
  517. package/src/content/Table/index.tsx +13 -12
  518. package/src/content/TaskList/__stories__/Default.tsx +5 -5
  519. package/src/content/TaskList/index.mdx +21 -0
  520. package/src/content/Timeline/__stories__/Default.tsx +55 -57
  521. package/src/content/Timeline/index.mdx +23 -0
  522. package/src/feedback/CopyToClipboard/index.mdx +2 -10
  523. package/src/feedback/ErrorSummary/index.mdx +4 -20
  524. package/src/feedback/NotificationBanner/index.mdx +2 -10
  525. package/src/feedback/PhaseBanner/index.mdx +2 -10
  526. package/src/feedback/ServiceBadge/index.mdx +9 -5
  527. package/src/feedback/WarningText/WarningText.stories.js +1 -0
  528. package/src/feedback/WarningText/__stories__/AssistiveText.tsx +10 -0
  529. package/src/feedback/WarningText/index.mdx +1 -5
  530. package/src/form/AutoComplete/__stories__/Default.tsx +1 -1
  531. package/src/form/AutoComplete/index.mdx +7 -35
  532. package/src/form/AutoComplete/index.tsx +6 -12
  533. package/src/form/Button/index.mdx +8 -24
  534. package/src/form/Checkbox/__stories__/ConditionalReveal.tsx +1 -1
  535. package/src/form/Checkbox/index.mdx +12 -35
  536. package/src/form/DateInputContainer/index.mdx +9 -20
  537. package/src/form/ErrorMessage/index.mdx +1 -5
  538. package/src/form/FileUpload/index.mdx +3 -5
  539. package/src/form/RadioContainer/__stories__/ConditionalReveal.tsx +1 -1
  540. package/src/form/RadioContainer/index.mdx +12 -35
  541. package/src/form/SearchContainer/index.tsx +6 -0
  542. package/src/form/SelectContainer/__stories__/Default.tsx +4 -4
  543. package/src/form/SelectContainer/index.mdx +9 -15
  544. package/src/form/SingleCharacterInputs/SingleCharacterInput.stories.js +13 -0
  545. package/src/form/{SingleCharacterInputContainer → SingleCharacterInputs}/__stories__/Default.tsx +11 -11
  546. package/src/form/{SingleCharacterInputContainer → SingleCharacterInputs}/__stories__/WithDefaultError.tsx +11 -11
  547. package/src/form/{SingleCharacterInputContainer → SingleCharacterInputs}/__stories__/WithErrorMessageInvalidCode.tsx +11 -11
  548. package/src/form/{SingleCharacterInputContainer → SingleCharacterInputs}/__stories__/WithErrorMessageLessDigit.tsx +11 -11
  549. package/src/form/SingleCharacterInputs/index.mdx +24 -0
  550. package/src/form/SingleCharacterInputs/index.tsx +4 -0
  551. package/src/form/TextArea/index.mdx +7 -35
  552. package/src/form/TextInput/__stories__/FixedWidths.tsx +6 -6
  553. package/src/form/TextInput/__stories__/FluidWidths.tsx +6 -6
  554. package/src/form/TextInput/index.mdx +8 -40
  555. package/src/form/index.ts +2 -2
  556. package/src/govgr/Footer/index.tsx +8 -8
  557. package/src/icons/Icon/index.tsx +2 -2
  558. package/src/layouts/Admin/index.tsx +1 -1
  559. package/src/layouts/Basic/__snapshots__/index.spec.tsx.snap +2 -2
  560. package/src/layouts/Grid/Grid.stories.js +1 -0
  561. package/src/layouts/Grid/__stories__/ResponsiveSpacing.tsx +43 -0
  562. package/src/layouts/Section/index.tsx +3 -0
  563. package/src/layouts/Stack/Stack.stories.js +12 -0
  564. package/src/layouts/Stack/__stories__/AlignItems.tsx +36 -0
  565. package/src/layouts/Stack/__stories__/Default.tsx +17 -0
  566. package/src/layouts/Stack/__stories__/JustifyContent.tsx +47 -0
  567. package/src/layouts/Stack/__stories__/NoWrap.tsx +17 -0
  568. package/src/layouts/Stack/__stories__/Row.tsx +17 -0
  569. package/src/layouts/Stack/__stories__/Spacing.tsx +35 -0
  570. package/src/layouts/Stack/index.tsx +3 -0
  571. package/src/layouts/index.ts +2 -0
  572. package/src/navigation/BackLink/index.mdx +1 -5
  573. package/src/navigation/Breadcrumbs/index.mdx +6 -5
  574. package/src/navigation/Drawer/__stories__/Default.tsx +31 -84
  575. package/src/navigation/Drawer/index.mdx +1 -5
  576. package/src/navigation/Dropdown/__stories__/AlignRight.tsx +13 -12
  577. package/src/navigation/Dropdown/__stories__/Default.tsx +10 -11
  578. package/src/navigation/Dropdown/__stories__/PlacementTop.tsx +11 -11
  579. package/src/navigation/Dropdown/index.mdx +3 -17
  580. package/src/navigation/Dropdown/index.tsx +0 -1
  581. package/src/navigation/Link/index.mdx +7 -25
  582. package/src/navigation/NavList/NavList.stories.playwright.json +2 -2
  583. package/src/navigation/NavList/NavListAuto/index.tsx +68 -0
  584. package/src/navigation/NavList/{NavMenuContainerContentList.tsx → NavMenuContentList.tsx} +8 -8
  585. package/src/navigation/NavList/__stories__/Default.tsx +28 -40
  586. package/src/navigation/NavList/__stories__/NavVerticalLayout.tsx +25 -33
  587. package/src/navigation/NavList/hooks/useNavList.ts +3 -3
  588. package/src/navigation/NavList/hooks/useTogglableNav.tsx +31 -19
  589. package/src/navigation/NavList/index.mdx +2 -10
  590. package/src/navigation/NavList/index.tsx +16 -17
  591. package/src/navigation/NavList/types.tsx +16 -28
  592. package/src/navigation/Pagination/__stories__/Default.tsx +2 -76
  593. package/src/navigation/Pagination/__stories__/PaginationSmall.tsx +1 -1
  594. package/src/navigation/Pagination/__stories__/PaginationWithSmallFont.tsx +1 -1
  595. package/src/navigation/Pagination/__stories__/WithInactiveValues.tsx +2 -2
  596. package/src/navigation/Pagination/index.mdx +7 -15
  597. package/src/navigation/SkipLink/SkipLink.stories.js +9 -0
  598. package/src/navigation/SkipLink/__stories__/Default.tsx +15 -0
  599. package/src/navigation/Tabs/Tabs.stories.playwright.json +2 -2
  600. package/src/navigation/Tabs/__stories__/Default.tsx +2 -0
  601. package/src/navigation/Tabs/index.mdx +7 -5
  602. package/src/navigation/Tabs/index.tsx +1 -1
  603. package/src/registry.js +24 -50
  604. package/src/typography/Heading/__stories__/Default.tsx +6 -6
  605. package/src/typography/Heading/index.mdx +1 -5
  606. package/src/typography/HeadingCaption/index.mdx +1 -5
  607. package/src/typography/Hint/__stories__/FontSizes.tsx +3 -3
  608. package/src/typography/Hint/index.mdx +3 -5
  609. package/src/typography/NormalText/__stories__/FontSizes.tsx +7 -7
  610. package/src/typography/NormalText/__stories__/Variants.tsx +2 -2
  611. package/src/typography/NormalText/index.mdx +5 -15
  612. package/src/typography/Paragraph/__stories__/FontSizes.tsx +7 -7
  613. package/src/typography/Paragraph/__stories__/LeadVariant.tsx +1 -1
  614. package/src/typography/Paragraph/__stories__/SmallVariant.tsx +1 -1
  615. package/src/typography/Paragraph/index.mdx +5 -20
  616. package/src/utils/Kitchensink/KitchensinkDashboard.tsx +1 -1
  617. package/typography/Caption/index.d.ts +1 -1
  618. package/typography/Heading/__stories__/Default.js +9 -4
  619. package/typography/Heading/index.mdx +1 -5
  620. package/typography/HeadingCaption/index.mdx +1 -5
  621. package/typography/Hint/__stories__/FontSizes.js +3 -3
  622. package/typography/Hint/index.mdx +3 -5
  623. package/typography/NormalText/__stories__/FontSizes.js +7 -7
  624. package/typography/NormalText/__stories__/Variants.js +4 -4
  625. package/typography/NormalText/index.mdx +5 -15
  626. package/typography/Paragraph/__stories__/FontSizes.js +7 -7
  627. package/typography/Paragraph/__stories__/LeadVariant.js +1 -1
  628. package/typography/Paragraph/__stories__/SmallVariant.js +1 -1
  629. package/typography/Paragraph/index.mdx +5 -20
  630. package/utils/Kitchensink/KitchensinkDashboard.js +1 -1
  631. package/app/PageTitle/index.d.ts +0 -5
  632. package/es/app/PageTitle/index.js +0 -5
  633. package/es/form/SearchSection/index.js +0 -5
  634. package/es/form/SingleCharacterInputContainer/SingleCharacterInputContainer.stories.js +0 -12
  635. package/es/form/SingleCharacterInputContainer/index.js +0 -4
  636. package/es/form/SingleCharacterInputContainer/index.mdx +0 -36
  637. package/es/navigation/NavList/NavListAuto/NavListAuto.js +0 -31
  638. package/es/navigation/NavList/NavListAuto/NavListBaseAuto.js +0 -22
  639. package/es/navigation/NavList/NavListAuto/NavListContextAuto.js +0 -104
  640. package/es/navigation/NavList/NavListAuto/NavListItemAnchorAuto.js +0 -26
  641. package/es/navigation/NavList/NavListAuto/NavListItemAuto.js +0 -38
  642. package/es/navigation/NavList/NavListAuto/NavListItemButtonAuto.js +0 -30
  643. package/es/navigation/NavList/NavListAuto/NavListMenuAuto.js +0 -36
  644. package/es/navigation/NavList/NavListAuto/NavListSubMenuAuto.js +0 -26
  645. package/es/navigation/NavList/NavListItem.js +0 -23
  646. package/es/navigation/NavList/NavListItemBase.js +0 -44
  647. package/es/navigation/NavList/NavListItemButton.js +0 -3
  648. package/es/navigation/NavList/NavListItemLink.js +0 -3
  649. package/es/navigation/NavList/NavMenu.js +0 -3
  650. package/es/navigation/NavList/NavMenuContainer.js +0 -3
  651. package/es/navigation/NavList/NavMenuContainerContent.js +0 -3
  652. package/es/navigation/NavList/NavMenuContainerContentListItem.js +0 -3
  653. package/es/navigation/NavList/NavMenuContainerTitle.js +0 -3
  654. package/es/navigation/NavList/NavVertical.js +0 -3
  655. package/es/navigation/NavList/NavVerticalItem.js +0 -3
  656. package/esm/app/PageTitle/index.js +0 -5
  657. package/esm/form/SearchSection/index.js +0 -5
  658. package/esm/form/SingleCharacterInputContainer/SingleCharacterInputContainer.stories.js +0 -12
  659. package/esm/form/SingleCharacterInputContainer/index.js +0 -4
  660. package/esm/form/SingleCharacterInputContainer/index.mdx +0 -36
  661. package/esm/navigation/NavList/NavListAuto/NavListAuto.js +0 -31
  662. package/esm/navigation/NavList/NavListAuto/NavListBaseAuto.js +0 -22
  663. package/esm/navigation/NavList/NavListAuto/NavListContextAuto.js +0 -104
  664. package/esm/navigation/NavList/NavListAuto/NavListItemAnchorAuto.js +0 -26
  665. package/esm/navigation/NavList/NavListAuto/NavListItemAuto.js +0 -38
  666. package/esm/navigation/NavList/NavListAuto/NavListItemButtonAuto.js +0 -30
  667. package/esm/navigation/NavList/NavListAuto/NavListMenuAuto.js +0 -36
  668. package/esm/navigation/NavList/NavListAuto/NavListSubMenuAuto.js +0 -26
  669. package/esm/navigation/NavList/NavListItem.js +0 -23
  670. package/esm/navigation/NavList/NavListItemBase.js +0 -44
  671. package/esm/navigation/NavList/NavListItemButton.js +0 -3
  672. package/esm/navigation/NavList/NavListItemLink.js +0 -3
  673. package/esm/navigation/NavList/NavMenu.js +0 -3
  674. package/esm/navigation/NavList/NavMenuContainer.js +0 -3
  675. package/esm/navigation/NavList/NavMenuContainerContent.js +0 -3
  676. package/esm/navigation/NavList/NavMenuContainerContentListItem.js +0 -3
  677. package/esm/navigation/NavList/NavMenuContainerTitle.js +0 -3
  678. package/esm/navigation/NavList/NavVertical.js +0 -3
  679. package/esm/navigation/NavList/NavVerticalItem.js +0 -3
  680. package/form/SearchSection/index.d.ts +0 -5
  681. package/form/SingleCharacterInputContainer/SingleCharacterInputContainer.stories.d.ts +0 -13
  682. package/form/SingleCharacterInputContainer/index.d.ts +0 -4
  683. package/form/SingleCharacterInputContainer/index.mdx +0 -36
  684. package/navigation/NavList/NavListAuto/NavListAuto.js +0 -48
  685. package/navigation/NavList/NavListAuto/NavListBaseAuto.d.ts +0 -3
  686. package/navigation/NavList/NavListAuto/NavListBaseAuto.js +0 -38
  687. package/navigation/NavList/NavListAuto/NavListContextAuto.d.ts +0 -29
  688. package/navigation/NavList/NavListAuto/NavListContextAuto.js +0 -128
  689. package/navigation/NavList/NavListAuto/NavListItemAnchorAuto.d.ts +0 -9
  690. package/navigation/NavList/NavListAuto/NavListItemAnchorAuto.js +0 -51
  691. package/navigation/NavList/NavListAuto/NavListItemAuto.d.ts +0 -8
  692. package/navigation/NavList/NavListAuto/NavListItemAuto.js +0 -63
  693. package/navigation/NavList/NavListAuto/NavListItemButtonAuto.d.ts +0 -12
  694. package/navigation/NavList/NavListAuto/NavListItemButtonAuto.js +0 -48
  695. package/navigation/NavList/NavListAuto/NavListMenuAuto.d.ts +0 -11
  696. package/navigation/NavList/NavListAuto/NavListMenuAuto.js +0 -56
  697. package/navigation/NavList/NavListAuto/NavListSubMenuAuto.d.ts +0 -9
  698. package/navigation/NavList/NavListAuto/NavListSubMenuAuto.js +0 -44
  699. package/navigation/NavList/NavListItem.d.ts +0 -4
  700. package/navigation/NavList/NavListItem.js +0 -42
  701. package/navigation/NavList/NavListItemBase.d.ts +0 -15
  702. package/navigation/NavList/NavListItemBase.js +0 -68
  703. package/navigation/NavList/NavListItemButton.d.ts +0 -3
  704. package/navigation/NavList/NavListItemButton.js +0 -30
  705. package/navigation/NavList/NavListItemLink.d.ts +0 -3
  706. package/navigation/NavList/NavListItemLink.js +0 -30
  707. package/navigation/NavList/NavMenu.d.ts +0 -3
  708. package/navigation/NavList/NavMenuContainer.d.ts +0 -3
  709. package/navigation/NavList/NavMenuContainer.js +0 -30
  710. package/navigation/NavList/NavMenuContainerContent.d.ts +0 -3
  711. package/navigation/NavList/NavMenuContainerContent.js +0 -30
  712. package/navigation/NavList/NavMenuContainerContentList.d.ts +0 -5
  713. package/navigation/NavList/NavMenuContainerContentListItem.d.ts +0 -3
  714. package/navigation/NavList/NavMenuContainerContentListItem.js +0 -30
  715. package/navigation/NavList/NavMenuContainerTitle.d.ts +0 -3
  716. package/navigation/NavList/NavMenuContainerTitle.js +0 -30
  717. package/navigation/NavList/NavVertical.d.ts +0 -3
  718. package/navigation/NavList/NavVerticalItem.d.ts +0 -3
  719. package/navigation/NavList/NavVerticalItem.js +0 -30
  720. package/src/app/PageTitle/index.tsx +0 -5
  721. package/src/form/SearchSection/index.tsx +0 -6
  722. package/src/form/SingleCharacterInputContainer/SingleCharacterInputContainer.stories.js +0 -13
  723. package/src/form/SingleCharacterInputContainer/index.mdx +0 -36
  724. package/src/form/SingleCharacterInputContainer/index.tsx +0 -4
  725. package/src/navigation/NavList/NavListAuto/NavListAuto.tsx +0 -34
  726. package/src/navigation/NavList/NavListAuto/NavListBaseAuto.tsx +0 -20
  727. package/src/navigation/NavList/NavListAuto/NavListContextAuto.tsx +0 -112
  728. package/src/navigation/NavList/NavListAuto/NavListItemAnchorAuto.tsx +0 -38
  729. package/src/navigation/NavList/NavListAuto/NavListItemAuto.tsx +0 -49
  730. package/src/navigation/NavList/NavListAuto/NavListItemButtonAuto.tsx +0 -53
  731. package/src/navigation/NavList/NavListAuto/NavListMenuAuto.tsx +0 -51
  732. package/src/navigation/NavList/NavListAuto/NavListSubMenuAuto.tsx +0 -32
  733. package/src/navigation/NavList/NavListItem.tsx +0 -46
  734. package/src/navigation/NavList/NavListItemBase.tsx +0 -63
  735. package/src/navigation/NavList/NavListItemButton.tsx +0 -3
  736. package/src/navigation/NavList/NavListItemLink.tsx +0 -3
  737. package/src/navigation/NavList/NavMenu.tsx +0 -3
  738. package/src/navigation/NavList/NavMenuContainer.tsx +0 -3
  739. package/src/navigation/NavList/NavMenuContainerContent.tsx +0 -3
  740. package/src/navigation/NavList/NavMenuContainerContentListItem.tsx +0 -3
  741. package/src/navigation/NavList/NavMenuContainerTitle.tsx +0 -3
  742. package/src/navigation/NavList/NavVertical.tsx +0 -3
  743. package/src/navigation/NavList/NavVerticalItem.tsx +0 -3
  744. /package/form/{SingleCharacterInputContainer → SingleCharacterInputs}/__stories__/Default.d.ts +0 -0
  745. /package/form/{SingleCharacterInputContainer → SingleCharacterInputs}/__stories__/WithDefaultError.d.ts +0 -0
  746. /package/form/{SingleCharacterInputContainer → SingleCharacterInputs}/__stories__/WithErrorMessageInvalidCode.d.ts +0 -0
  747. /package/form/{SingleCharacterInputContainer → SingleCharacterInputs}/__stories__/WithErrorMessageLessDigit.d.ts +0 -0
  748. /package/navigation/NavList/NavListAuto/{NavListAuto.d.ts → index.d.ts} +0 -0
@@ -11,57 +11,33 @@ import Checkbox from '@digigov/ui/form/Checkbox';
11
11
 
12
12
  ## How to use
13
13
 
14
- <Story
15
- packageName="@digigov/ui"
16
- component="form/Checkbox"
17
- story="Default.tsx"
18
- />
14
+ <Story packageName="@digigov/ui" component="form/Checkbox" story="Default.tsx" />
19
15
 
20
16
  ### If you’re asking more than one question on the page
21
17
 
22
- <Story
23
- packageName="@digigov/ui"
24
- component="form/Checkbox"
25
- story="MultipleQuestions.tsx"
26
- />
18
+ <Story packageName="@digigov/ui" component="form/Checkbox" story="MultipleQuestions.tsx" />
27
19
 
28
20
  ### Checkbox items with hints
29
21
 
30
22
  You can add hints to checkbox items to provide additional information about the options.
31
23
 
32
- <Story
33
- packageName="@digigov/ui"
34
- component="form/Checkbox"
35
- story="WithHint.tsx"
36
- />
24
+ <Story packageName="@digigov/ui" component="form/Checkbox" story="WithHint.tsx" />
37
25
 
38
26
  ### Add an option for ‘none’
39
27
 
40
28
  When ‘none’ would be a valid answer, give users the option to check a box to say none of the other options apply to them — without this option, users would have to leave all of the boxes unchecked. Giving users this option also makes sure they do not skip the question by accident.
41
29
 
42
- <Story
43
- packageName="@digigov/ui"
44
- component="form/Checkbox"
45
- story="NoneAnswer.tsx"
46
- />
30
+ <Story packageName="@digigov/ui" component="form/Checkbox" story="NoneAnswer.tsx" />
47
31
 
48
32
  If JavaScript is unavailable, and a user selects both the ‘none’ checkbox and another checkbox, display an error message.
49
33
 
50
- <Story
51
- packageName="@digigov/ui"
52
- component="form/Checkbox"
53
- story="NoneAnswerWithError.tsx"
54
- />
34
+ <Story packageName="@digigov/ui" component="form/Checkbox" story="NoneAnswerWithError.tsx" />
55
35
 
56
36
  ### Error messages
57
37
 
58
38
  Error messages should be styled like this:
59
39
 
60
- <Story
61
- packageName="@digigov/ui"
62
- component="form/Checkbox"
63
- story="WithErrorMessage.tsx"
64
- />
40
+ <Story packageName="@digigov/ui" component="form/Checkbox"story="WithErrorMessage.tsx" />
65
41
 
66
42
  ## Conditionally revealing a related question
67
43
 
@@ -69,11 +45,12 @@ You can ask the user a related question when they select a particular checkbox,
69
45
 
70
46
  This might make 2 related questions easier to answer by grouping them on the same page. For example, you could reveal a phone number input when the user selects the ‘Contact me by phone’ option.
71
47
 
72
- <Story
73
- packageName="@digigov/ui"
74
- component="form/Checkbox"
75
- story="ConditionalReveal.tsx"
76
- />
48
+ <Story packageName="@digigov/ui" component="form/Checkbox" story="ConditionalReveal.tsx" />
49
+
50
+ ## Accessibility
51
+
52
+ You can read more about the accessibility patterns used in our Checkbox
53
+ implementation in the ARIA Authoring Practices Guide (APG) at [Checkbox](https://www.w3.org/WAI/ARIA/apg/patterns/checkbox/) section.
77
54
 
78
55
  ## API
79
56
 
@@ -11,34 +11,23 @@ import DateInputContainer from '@digigov/ui/form/DateInputContainer';
11
11
 
12
12
  ## How to use
13
13
 
14
- <Story
15
- packageName="@digigov/ui"
16
- component="form/DateInputContainer"
17
- story="Default.tsx"
18
- />
14
+ <Story packageName="@digigov/ui" component="form/DateInputContainer" story="Default.tsx" />
19
15
 
20
16
  ### If you’re asking more than one question on the page
21
17
 
22
- <Story
23
- packageName="@digigov/ui"
24
- component="form/DateInputContainer"
25
- story="MultipleQuestions.tsx"
26
- />
18
+ <Story packageName="@digigov/ui" component="form/DateInputContainer" story="MultipleQuestions.tsx" />
27
19
 
28
20
  ### Error message
29
21
 
30
22
  If you’re highlighting the whole date, style all the fields like this:
31
23
 
32
- <Story
33
- packageName="@digigov/ui"
34
- component="form/DateInputContainer"
35
- story="WithErrorMessage.tsx"
36
- />
24
+ <Story packageName="@digigov/ui" component="form/DateInputContainer" story="WithErrorMessage.tsx" />
37
25
 
38
26
  If you’re highlighting just one field - either the day, month or year - only style the field that has an error. The error message must say which field has an error, like this:
39
27
 
40
- <Story
41
- packageName="@digigov/ui"
42
- component="form/DateInputContainer"
43
- story="WithErrorMessageForSingleField.tsx"
44
- />
28
+ <Story packageName="@digigov/ui" component="form/DateInputContainer"story="WithErrorMessageForSingleField.tsx" />
29
+
30
+
31
+ ## API
32
+
33
+ <PropTypes packageName="@digigov/ui" component="DateInputContainer" />
@@ -14,11 +14,7 @@ import ErrorMessage from '@digigov/ui/form/ErrorMessage';
14
14
 
15
15
  ## How to use
16
16
 
17
- <Story
18
- packageName="@digigov/ui"
19
- component="form/ErrorMessage"
20
- story="Default.tsx"
21
- />
17
+ <Story packageName="@digigov/ui" component="form/ErrorMessage" story="Default.tsx" />
22
18
 
23
19
  ## API
24
20
 
@@ -11,16 +11,14 @@ import FileUpload from '@digigov/ui/form/FileUpload';
11
11
 
12
12
  ## How to use
13
13
 
14
- <Story
15
- packageName="@digigov/ui"
16
- component="form/FileUpload"
17
- story="Default.tsx"
18
- />
14
+ <Story packageName="@digigov/ui" component="form/FileUpload" story="Default.tsx" />
19
15
 
20
16
  ### Error message
21
17
 
22
18
  Error messages should be styled like this:
23
19
 
20
+ <Story packageName="@digigov/ui" component="form/FileUpload" story="WithErrorMessage.tsx" />
21
+
24
22
  ## API
25
23
 
26
24
  <PropTypes packageName="@digigov/ui" component="FileUpload" />
@@ -14,7 +14,7 @@ var _ref = /*#__PURE__*/React.createElement(FieldContainer, null, /*#__PURE__*/R
14
14
  value: "email"
15
15
  }, "Email"), /*#__PURE__*/React.createElement(RadioConditional, null, "\u0397\u03BB\u03B5\u03BA\u03C4\u03C1\u03BF\u03BD\u03B9\u03BA\u03AE \u03B4\u03B9\u03B5\u03CD\u03B8\u03C5\u03BD\u03C3\u03B7 email", /*#__PURE__*/React.createElement(TextInput, {
16
16
  name: "email",
17
- cellWidth: "one-third"
17
+ width: "33.3%"
18
18
  })), /*#__PURE__*/React.createElement(RadioItem, {
19
19
  name: "contact",
20
20
  value: "phone"
@@ -11,48 +11,28 @@ import RadioContainer from '@digigov/ui/form/RadioContainer';
11
11
 
12
12
  ## How to use
13
13
 
14
- <Story
15
- packageName="@digigov/ui"
16
- component="form/RadioContainer"
17
- story="Default.tsx"
18
- />
14
+ <Story packageName="@digigov/ui" component="form/RadioContainer" story="Default.tsx" />
19
15
 
20
16
  ### If you’re asking more than one question on the page
21
17
 
22
- <Story
23
- packageName="@digigov/ui"
24
- component="form/RadioContainer"
25
- story="MultipleQuestions.tsx"
26
- />
18
+ <Story packageName="@digigov/ui" component="form/RadioContainer" story="MultipleQuestions.tsx" />
27
19
 
28
20
  ### Inline radios
29
21
 
30
- <Story
31
- packageName="@digigov/ui"
32
- component="form/RadioContainer"
33
- story="Inline.tsx"
34
- />
22
+ <Story packageName="@digigov/ui" component="form/RadioContainer" story="Inline.tsx" />
35
23
 
36
24
  ### Checkbox items with hints
37
25
 
38
26
  You can add hints to checkbox items to provide additional information about the options.
39
27
 
40
- <Story
41
- packageName="@digigov/ui"
42
- component="form/RadioContainer"
43
- story="WithHints.tsx"
44
- />
28
+ <Story packageName="@digigov/ui" component="form/RadioContainer" story="WithHints.tsx" />
45
29
 
46
30
  ### RadioContainer items with a text divider
47
31
 
48
32
  If one or more of your radio options is different from the others, it can help users if you separate them using a text divider.
49
33
  The text is usually the word ‘or’.
50
34
 
51
- <Story
52
- packageName="@digigov/ui"
53
- component="form/RadioContainer"
54
- story="NoneAnswer.tsx"
55
- />
35
+ <Story packageName="@digigov/ui" component="form/RadioContainer" story="NoneAnswer.tsx" />
56
36
 
57
37
  ## Conditionally revealing a related question
58
38
 
@@ -60,21 +40,18 @@ You can ask the user a related question when they select a particular checkbox,
60
40
 
61
41
  This might make 2 related questions easier to answer by grouping them on the same page. For example, you could reveal a phone number input when the user selects the ‘Contact me by phone’ option.
62
42
 
63
- <Story
64
- packageName="@digigov/ui"
65
- component="form/RadioContainer"
66
- story="ConditionalReveal.tsx"
67
- />
43
+ <Story packageName="@digigov/ui" component="form/RadioContainer" story="ConditionalReveal.tsx" />
68
44
 
69
45
  ### Error messages
70
46
 
71
47
  Error messages should be styled like this:
72
48
 
73
- <Story
74
- packageName="@digigov/ui"
75
- component="form/RadioContainer"
76
- story="WithErrorMessage.tsx"
77
- />
49
+ <Story packageName="@digigov/ui" component="form/RadioContainer" story="WithErrorMessage.tsx" />
50
+
51
+ ## Accessibility
52
+
53
+ You can read more about the accessibility patterns used in our Radio
54
+ implementation in the ARIA Authoring Practices Guide (APG) at [Radio](https://www.w3.org/WAI/ARIA/apg/patterns/radio/) section.
78
55
 
79
56
  ## API
80
57
 
@@ -0,0 +1,5 @@
1
+ export * from '@digigov/react-core/SearchContainer';
2
+ export * from '@digigov/react-core/SearchButton';
3
+ export * from '@digigov/react-icons/SearchIcon';
4
+ import SearchContainer from '@digigov/react-core/SearchContainer';
5
+ export default SearchContainer;
@@ -7,13 +7,13 @@ var _ref = /*#__PURE__*/React.createElement(FieldContainer, null, /*#__PURE__*/R
7
7
  name: "select-list",
8
8
  "aria-label": "\u03C4\u03B1\u03BE\u03B9\u03BD\u03CC\u03BC\u03B7\u03C3\u03B7"
9
9
  }, /*#__PURE__*/React.createElement(SelectOption, {
10
- value: "dim"
10
+ value: "popular"
11
11
  }, "\u0394\u03B7\u03BC\u03BF\u03C6\u03B9\u03BB\u03AE"), /*#__PURE__*/React.createElement(SelectOption, {
12
- value: "kat"
12
+ value: "recent"
13
13
  }, "\u03A0\u03C1\u03CC\u03C3\u03C6\u03B1\u03C4\u03B1"), /*#__PURE__*/React.createElement(SelectOption, {
14
- value: "kat"
14
+ value: "views"
15
15
  }, "\u03A0\u03B5\u03C1\u03B9\u03C3\u03C3\u03CC\u03C4\u03B5\u03C1\u03B5\u03C2 \u03C0\u03C1\u03BF\u03B2\u03BF\u03BB\u03AD\u03C2"), /*#__PURE__*/React.createElement(SelectOption, {
16
- value: "kat"
16
+ value: "comments"
17
17
  }, "\u03A0\u03B5\u03C1\u03B9\u03C3\u03C3\u03CC\u03C4\u03B5\u03C1\u03B1 \u03C3\u03C7\u03CC\u03BB\u03B9\u03B1"))));
18
18
 
19
19
  export var Default = function Default() {
@@ -11,32 +11,26 @@ import SelectContainer from '@digigov/ui/form/SelectContainer';
11
11
 
12
12
  ## How to use
13
13
 
14
- <Story
15
- packageName="@digigov/ui"
16
- component="form/SelectContainer"
17
- story="Default.tsx"
18
- />
14
+ <Story packageName="@digigov/ui" component="form/SelectContainer" story="Default.tsx" />
19
15
 
20
16
  ### SelectContainer with hints
21
17
 
22
18
  You can add hints to select items to provide additional information about the options.
23
19
 
24
- <Story
25
- packageName="@digigov/ui"
26
- component="form/SelectContainer"
27
- story="WithHint.tsx"
28
- />
20
+ <Story packageName="@digigov/ui" component="form/SelectContainer" story="WithHint.tsx" />
29
21
 
30
22
  ### Disabled input
31
23
 
32
24
  Error messages should be styled like this:
33
25
 
34
- <Story
35
- packageName="@digigov/ui"
36
- component="form/SelectContainer"
37
- story="DisabledInput.tsx"
38
- />
26
+ <Story packageName="@digigov/ui" component="form/SelectContainer" story="DisabledInput.tsx" />
27
+
28
+ ## Accessibility
39
29
 
40
30
  You can read more about the accessibility patterns used in our SelectContainer
41
31
  implementation in the ARIA Authoring Practices Guide (APG) at
42
32
  [Combobox](https://www.w3.org/WAI/ARIA/apg/patterns/combobox/) section.
33
+
34
+ ## API
35
+
36
+ <PropTypes packageName="@digigov/ui" component="SelectContainer" />
@@ -0,0 +1,12 @@
1
+ import SingleCharacterInputs from '@digigov/ui/form/SingleCharacterInputs';
2
+ export default {
3
+ title: 'Digigov UI/form/SingleCharacterInputs',
4
+ description: 'Use the One-time password input component to help users enter a memorable digital character for One-time password.',
5
+ link: 'https://guide.services.gov.gr/docs/patterns/one-time-password',
6
+ component: SingleCharacterInputs,
7
+ displayName: 'SingleCharacterInputs'
8
+ };
9
+ export * from '@digigov/ui/form/SingleCharacterInputs/__stories__/Default';
10
+ export * from '@digigov/ui/form/SingleCharacterInputs/__stories__/WithDefaultError';
11
+ export * from '@digigov/ui/form/SingleCharacterInputs/__stories__/WithErrorMessageInvalidCode';
12
+ export * from '@digigov/ui/form/SingleCharacterInputs/__stories__/WithErrorMessageLessDigit';
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
  import { FieldContainer, Fieldset, FieldsetLegend } from '@digigov/ui/form/FieldContainer';
3
- import { SingleCharacterInputContainer, SingleCharacterInputItem } from '@digigov/ui/form/SingleCharacterInputContainer';
3
+ import { SingleCharacterInputs, SingleCharacterInput } from '@digigov/ui/form/SingleCharacterInputs';
4
4
  import { Hint } from '@digigov/ui/typography/Hint';
5
5
 
6
6
  var _ref = /*#__PURE__*/React.createElement(FieldContainer, null, /*#__PURE__*/React.createElement(Fieldset, {
@@ -9,24 +9,24 @@ var _ref = /*#__PURE__*/React.createElement(FieldContainer, null, /*#__PURE__*/R
9
9
  heading: true
10
10
  }, "\u039A\u03C9\u03B4\u03B9\u03BA\u03CC\u03C2 \u0395\u03C0\u03B9\u03B2\u03B5\u03B2\u03B1\u03AF\u03C9\u03C3\u03B7\u03C2"), /*#__PURE__*/React.createElement(Hint, {
11
11
  id: "code-hint"
12
- }, "\u0395\u03B9\u03C3\u03AC\u03B3\u03B5\u03C4\u03B5 \u03C4\u03BF\u03BD \u03BC\u03BF\u03BD\u03B1\u03B4\u03B9\u03BA\u03CC \u03BA\u03C9\u03B4\u03B9\u03BA\u03CC \u03C0\u03BF\u03C5 \u03BB\u03AC\u03B2\u03B1\u03C4\u03B5 \u03C3\u03C4\u03BF \u03B7\u03BB\u03B5\u03BA\u03C4\u03C1\u03BF\u03BD\u03B9\u03BA\u03CC \u03C3\u03B1\u03C2 \u03C4\u03B1\u03C7\u03C5\u03B4\u03C1\u03BF\u03BC\u03B5\u03AF\u03BF."), /*#__PURE__*/React.createElement(SingleCharacterInputContainer, null, /*#__PURE__*/React.createElement(SingleCharacterInputItem, {
12
+ }, "\u0395\u03B9\u03C3\u03AC\u03B3\u03B5\u03C4\u03B5 \u03C4\u03BF\u03BD \u03BC\u03BF\u03BD\u03B1\u03B4\u03B9\u03BA\u03CC \u03BA\u03C9\u03B4\u03B9\u03BA\u03CC \u03C0\u03BF\u03C5 \u03BB\u03AC\u03B2\u03B1\u03C4\u03B5 \u03C3\u03C4\u03BF \u03B7\u03BB\u03B5\u03BA\u03C4\u03C1\u03BF\u03BD\u03B9\u03BA\u03CC \u03C3\u03B1\u03C2 \u03C4\u03B1\u03C7\u03C5\u03B4\u03C1\u03BF\u03BC\u03B5\u03AF\u03BF."), /*#__PURE__*/React.createElement(SingleCharacterInputs, null, /*#__PURE__*/React.createElement(SingleCharacterInput, {
13
13
  name: "first-digit",
14
- value: 4
15
- }), /*#__PURE__*/React.createElement(SingleCharacterInputItem, {
14
+ defaultValue: 4
15
+ }), /*#__PURE__*/React.createElement(SingleCharacterInput, {
16
16
  name: "second-digit",
17
- value: 4
18
- }), /*#__PURE__*/React.createElement(SingleCharacterInputItem, {
17
+ defaultValue: 4
18
+ }), /*#__PURE__*/React.createElement(SingleCharacterInput, {
19
19
  name: "third-digit",
20
- value: 5
21
- }), /*#__PURE__*/React.createElement(SingleCharacterInputItem, {
20
+ defaultValue: 5
21
+ }), /*#__PURE__*/React.createElement(SingleCharacterInput, {
22
22
  name: "forth-digit",
23
- value: 1
24
- }), /*#__PURE__*/React.createElement(SingleCharacterInputItem, {
23
+ defaultValue: 1
24
+ }), /*#__PURE__*/React.createElement(SingleCharacterInput, {
25
25
  name: "fifth-digit",
26
- value: 2
27
- }), /*#__PURE__*/React.createElement(SingleCharacterInputItem, {
26
+ defaultValue: 2
27
+ }), /*#__PURE__*/React.createElement(SingleCharacterInput, {
28
28
  name: "sixth-digit",
29
- value: 3
29
+ defaultValue: 3
30
30
  }))));
31
31
 
32
32
  export var Default = function Default() {
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import { ErrorMessage } from '@digigov/ui/form/ErrorMessage';
3
3
  import { FieldContainer, Fieldset, FieldsetLegend } from '@digigov/ui/form/FieldContainer';
4
- import { SingleCharacterInputContainer, SingleCharacterInputItem } from '@digigov/ui/form/SingleCharacterInputContainer';
4
+ import { SingleCharacterInputs, SingleCharacterInput } from '@digigov/ui/form/SingleCharacterInputs';
5
5
  import { Hint } from '@digigov/ui/typography/Hint';
6
6
  import { VisuallyHidden } from '@digigov/ui/utils/VisuallyHidden';
7
7
 
@@ -13,22 +13,22 @@ var _ref = /*#__PURE__*/React.createElement(FieldContainer, {
13
13
  heading: true
14
14
  }, "\u039A\u03C9\u03B4\u03B9\u03BA\u03CC\u03C2 \u0395\u03C0\u03B9\u03B2\u03B5\u03B2\u03B1\u03AF\u03C9\u03C3\u03B7\u03C2"), /*#__PURE__*/React.createElement(Hint, {
15
15
  id: "code-hint"
16
- }, "\u0395\u03B9\u03C3\u03AC\u03B3\u03B5\u03C4\u03B5 \u03C4\u03BF\u03BD \u03BC\u03BF\u03BD\u03B1\u03B4\u03B9\u03BA\u03CC \u03BA\u03C9\u03B4\u03B9\u03BA\u03CC \u03C0\u03BF\u03C5 \u03BB\u03AC\u03B2\u03B1\u03C4\u03B5 \u03C3\u03C4\u03BF \u03B7\u03BB\u03B5\u03BA\u03C4\u03C1\u03BF\u03BD\u03B9\u03BA\u03CC \u03C3\u03B1\u03C2 \u03C4\u03B1\u03C7\u03C5\u03B4\u03C1\u03BF\u03BC\u03B5\u03AF\u03BF."), /*#__PURE__*/React.createElement(ErrorMessage, null, /*#__PURE__*/React.createElement(VisuallyHidden, null, "\u039B\u03AC\u03B8\u03BF\u03C2:"), "\u03A4\u03BF \u03C0\u03B5\u03B4\u03AF\u03BF \u03B5\u03AF\u03BD\u03B1\u03B9 \u03C5\u03C0\u03BF\u03C7\u03C1\u03B5\u03C9\u03C4\u03B9\u03BA\u03CC."), /*#__PURE__*/React.createElement(SingleCharacterInputContainer, null, /*#__PURE__*/React.createElement(SingleCharacterInputItem, {
16
+ }, "\u0395\u03B9\u03C3\u03AC\u03B3\u03B5\u03C4\u03B5 \u03C4\u03BF\u03BD \u03BC\u03BF\u03BD\u03B1\u03B4\u03B9\u03BA\u03CC \u03BA\u03C9\u03B4\u03B9\u03BA\u03CC \u03C0\u03BF\u03C5 \u03BB\u03AC\u03B2\u03B1\u03C4\u03B5 \u03C3\u03C4\u03BF \u03B7\u03BB\u03B5\u03BA\u03C4\u03C1\u03BF\u03BD\u03B9\u03BA\u03CC \u03C3\u03B1\u03C2 \u03C4\u03B1\u03C7\u03C5\u03B4\u03C1\u03BF\u03BC\u03B5\u03AF\u03BF."), /*#__PURE__*/React.createElement(ErrorMessage, null, /*#__PURE__*/React.createElement(VisuallyHidden, null, "\u039B\u03AC\u03B8\u03BF\u03C2:"), "\u03A4\u03BF \u03C0\u03B5\u03B4\u03AF\u03BF \u03B5\u03AF\u03BD\u03B1\u03B9 \u03C5\u03C0\u03BF\u03C7\u03C1\u03B5\u03C9\u03C4\u03B9\u03BA\u03CC."), /*#__PURE__*/React.createElement(SingleCharacterInputs, null, /*#__PURE__*/React.createElement(SingleCharacterInput, {
17
17
  name: "first-digit",
18
18
  error: true
19
- }), /*#__PURE__*/React.createElement(SingleCharacterInputItem, {
19
+ }), /*#__PURE__*/React.createElement(SingleCharacterInput, {
20
20
  name: "second-digit",
21
21
  error: true
22
- }), /*#__PURE__*/React.createElement(SingleCharacterInputItem, {
22
+ }), /*#__PURE__*/React.createElement(SingleCharacterInput, {
23
23
  name: "third-digit",
24
24
  error: true
25
- }), /*#__PURE__*/React.createElement(SingleCharacterInputItem, {
25
+ }), /*#__PURE__*/React.createElement(SingleCharacterInput, {
26
26
  name: "forth-digit",
27
27
  error: true
28
- }), /*#__PURE__*/React.createElement(SingleCharacterInputItem, {
28
+ }), /*#__PURE__*/React.createElement(SingleCharacterInput, {
29
29
  name: "fifth-digit",
30
30
  error: true
31
- }), /*#__PURE__*/React.createElement(SingleCharacterInputItem, {
31
+ }), /*#__PURE__*/React.createElement(SingleCharacterInput, {
32
32
  name: "sixth-digit",
33
33
  error: true
34
34
  }))));
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import { ErrorMessage } from '@digigov/ui/form/ErrorMessage';
3
3
  import { FieldContainer, Fieldset, FieldsetLegend } from '@digigov/ui/form/FieldContainer';
4
- import { SingleCharacterInputContainer, SingleCharacterInputItem } from '@digigov/ui/form/SingleCharacterInputContainer';
4
+ import { SingleCharacterInputs, SingleCharacterInput } from '@digigov/ui/form/SingleCharacterInputs';
5
5
  import { Hint } from '@digigov/ui/typography/Hint';
6
6
  import { VisuallyHidden } from '@digigov/ui/utils/VisuallyHidden';
7
7
 
@@ -15,31 +15,31 @@ var _ref = /*#__PURE__*/React.createElement(FieldContainer, {
15
15
  id: "code-hint"
16
16
  }, "\u0395\u03B9\u03C3\u03AC\u03B3\u03B5\u03C4\u03B5 \u03C4\u03BF\u03BD \u03BC\u03BF\u03BD\u03B1\u03B4\u03B9\u03BA\u03CC \u03BA\u03C9\u03B4\u03B9\u03BA\u03CC \u03C0\u03BF\u03C5 \u03BB\u03AC\u03B2\u03B1\u03C4\u03B5 \u03C3\u03C4\u03BF \u03B7\u03BB\u03B5\u03BA\u03C4\u03C1\u03BF\u03BD\u03B9\u03BA\u03CC \u03C3\u03B1\u03C2 \u03C4\u03B1\u03C7\u03C5\u03B4\u03C1\u03BF\u03BC\u03B5\u03AF\u03BF."), /*#__PURE__*/React.createElement(ErrorMessage, {
17
17
  id: "code-error"
18
- }, /*#__PURE__*/React.createElement(VisuallyHidden, null, "\u039B\u03AC\u03B8\u03BF\u03C2:"), "\u0388\u03C7\u03B5\u03C4\u03B5 \u03B5\u03B9\u03C3\u03AC\u03B3\u03B5\u03B9 \u03BB\u03AC\u03B8\u03BF\u03C2 \u03BA\u03C9\u03B4\u03B9\u03BA\u03CC."), /*#__PURE__*/React.createElement(SingleCharacterInputContainer, {
18
+ }, /*#__PURE__*/React.createElement(VisuallyHidden, null, "\u039B\u03AC\u03B8\u03BF\u03C2:"), "\u0388\u03C7\u03B5\u03C4\u03B5 \u03B5\u03B9\u03C3\u03AC\u03B3\u03B5\u03B9 \u03BB\u03AC\u03B8\u03BF\u03C2 \u03BA\u03C9\u03B4\u03B9\u03BA\u03CC."), /*#__PURE__*/React.createElement(SingleCharacterInputs, {
19
19
  "aria-describedby": "code-error"
20
- }, /*#__PURE__*/React.createElement(SingleCharacterInputItem, {
20
+ }, /*#__PURE__*/React.createElement(SingleCharacterInput, {
21
21
  name: "first-digit",
22
- value: 4,
22
+ defaultValue: 4,
23
23
  error: true
24
- }), /*#__PURE__*/React.createElement(SingleCharacterInputItem, {
24
+ }), /*#__PURE__*/React.createElement(SingleCharacterInput, {
25
25
  name: "second-digit",
26
- value: 4,
26
+ defaultValue: 4,
27
27
  error: true
28
- }), /*#__PURE__*/React.createElement(SingleCharacterInputItem, {
28
+ }), /*#__PURE__*/React.createElement(SingleCharacterInput, {
29
29
  name: "third-digit",
30
- value: 5,
30
+ defaultValue: 5,
31
31
  error: true
32
- }), /*#__PURE__*/React.createElement(SingleCharacterInputItem, {
32
+ }), /*#__PURE__*/React.createElement(SingleCharacterInput, {
33
33
  name: "forth-digit",
34
- value: 1,
34
+ defaultValue: 1,
35
35
  error: true
36
- }), /*#__PURE__*/React.createElement(SingleCharacterInputItem, {
36
+ }), /*#__PURE__*/React.createElement(SingleCharacterInput, {
37
37
  name: "fifth-digit",
38
- value: 2,
38
+ defaultValue: 2,
39
39
  error: true
40
- }), /*#__PURE__*/React.createElement(SingleCharacterInputItem, {
40
+ }), /*#__PURE__*/React.createElement(SingleCharacterInput, {
41
41
  name: "sixth-digit",
42
- value: 3,
42
+ defaultValue: 3,
43
43
  error: true
44
44
  }))));
45
45
 
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import { ErrorMessage } from '@digigov/ui/form/ErrorMessage';
3
3
  import { FieldContainer, Fieldset, FieldsetLegend } from '@digigov/ui/form/FieldContainer';
4
- import { SingleCharacterInputContainer, SingleCharacterInputItem } from '@digigov/ui/form/SingleCharacterInputContainer';
4
+ import { SingleCharacterInputs, SingleCharacterInput } from '@digigov/ui/form/SingleCharacterInputs';
5
5
  import { Hint } from '@digigov/ui/typography/Hint';
6
6
  import { VisuallyHidden } from '@digigov/ui/utils/VisuallyHidden';
7
7
 
@@ -15,24 +15,24 @@ var _ref = /*#__PURE__*/React.createElement(FieldContainer, {
15
15
  id: "code-hint"
16
16
  }, "\u0395\u03B9\u03C3\u03AC\u03B3\u03B5\u03C4\u03B5 \u03C4\u03BF\u03BD \u03BC\u03BF\u03BD\u03B1\u03B4\u03B9\u03BA\u03CC \u03BA\u03C9\u03B4\u03B9\u03BA\u03CC \u03C0\u03BF\u03C5 \u03BB\u03AC\u03B2\u03B1\u03C4\u03B5 \u03C3\u03C4\u03BF \u03B7\u03BB\u03B5\u03BA\u03C4\u03C1\u03BF\u03BD\u03B9\u03BA\u03CC \u03C3\u03B1\u03C2 \u03C4\u03B1\u03C7\u03C5\u03B4\u03C1\u03BF\u03BC\u03B5\u03AF\u03BF."), /*#__PURE__*/React.createElement(ErrorMessage, {
17
17
  id: "code-error"
18
- }, /*#__PURE__*/React.createElement(VisuallyHidden, null, "\u039B\u03AC\u03B8\u03BF\u03C2:"), "\u0388\u03C7\u03B5\u03C4\u03B5 \u03C3\u03C5\u03BC\u03C0\u03BB\u03B7\u03C1\u03CE\u03C3\u03B5\u03B9 \u03BB\u03B9\u03B3\u03CC\u03C4\u03B5\u03C1\u03B1 \u03B1\u03C0\u03CC 6 \u03C8\u03B7\u03C6\u03AF\u03B1."), /*#__PURE__*/React.createElement(SingleCharacterInputContainer, {
18
+ }, /*#__PURE__*/React.createElement(VisuallyHidden, null, "\u039B\u03AC\u03B8\u03BF\u03C2:"), "\u0388\u03C7\u03B5\u03C4\u03B5 \u03C3\u03C5\u03BC\u03C0\u03BB\u03B7\u03C1\u03CE\u03C3\u03B5\u03B9 \u03BB\u03B9\u03B3\u03CC\u03C4\u03B5\u03C1\u03B1 \u03B1\u03C0\u03CC 6 \u03C8\u03B7\u03C6\u03AF\u03B1."), /*#__PURE__*/React.createElement(SingleCharacterInputs, {
19
19
  "aria-describedby": "code-error"
20
- }, /*#__PURE__*/React.createElement(SingleCharacterInputItem, {
20
+ }, /*#__PURE__*/React.createElement(SingleCharacterInput, {
21
21
  name: "first-digit",
22
- value: "6"
23
- }), /*#__PURE__*/React.createElement(SingleCharacterInputItem, {
22
+ defaultValue: "6"
23
+ }), /*#__PURE__*/React.createElement(SingleCharacterInput, {
24
24
  name: "second-digit",
25
- value: "4"
26
- }), /*#__PURE__*/React.createElement(SingleCharacterInputItem, {
25
+ defaultValue: "4"
26
+ }), /*#__PURE__*/React.createElement(SingleCharacterInput, {
27
27
  name: "third-digit",
28
- value: "5"
29
- }), /*#__PURE__*/React.createElement(SingleCharacterInputItem, {
28
+ defaultValue: "5"
29
+ }), /*#__PURE__*/React.createElement(SingleCharacterInput, {
30
30
  name: "forth-digit",
31
31
  error: true
32
- }), /*#__PURE__*/React.createElement(SingleCharacterInputItem, {
32
+ }), /*#__PURE__*/React.createElement(SingleCharacterInput, {
33
33
  name: "fifth-digit",
34
34
  error: true
35
- }), /*#__PURE__*/React.createElement(SingleCharacterInputItem, {
35
+ }), /*#__PURE__*/React.createElement(SingleCharacterInput, {
36
36
  name: "sixth-digit",
37
37
  error: true
38
38
  }))));
@@ -0,0 +1,4 @@
1
+ export * from '@digigov/react-core/SingleCharacterInputs';
2
+ export * from '@digigov/react-core/SingleCharacterInput';
3
+ import SingleCharacterInputs from '@digigov/react-core/SingleCharacterInputs';
4
+ export default SingleCharacterInputs;
@@ -0,0 +1,24 @@
1
+ ---
2
+ id: single-character-inputs
3
+ title: SingleCharacterInputs
4
+ ---
5
+
6
+ # SingleCharacterInput
7
+
8
+ ```bash
9
+ import SingleCharacterInputs from '@digigov/ui/form/SingleCharacterInputs';
10
+ ```
11
+
12
+ ## How to use
13
+
14
+ <Story packageName="@digigov/ui" component="form/SingleCharacterInputs" story="Default.tsx" />
15
+
16
+ ### Error message
17
+
18
+ If you’re highlighting the whole date, style all the fields like this:
19
+
20
+ <Story packageName="@digigov/ui" component="form/SingleCharacterInputs" story="WithDefaultError.tsx" />
21
+
22
+ ## API
23
+
24
+ <PropTypes packageName="@digigov/ui" component="SingleCharacterInputs" />
@@ -11,65 +11,37 @@ import TextArea from '@digigov/ui/form/TextArea';
11
11
 
12
12
  ## How to use
13
13
 
14
- <Story
15
- packageName="@digigov/ui"
16
- component="form/TextArea"
17
- story="Default.tsx"
18
- />
14
+ <Story packageName="@digigov/ui" component="form/TextArea" story="Default.tsx" />
19
15
 
20
16
  ### Use appropriately-sized textareas
21
17
 
22
- <Story
23
- packageName="@digigov/ui"
24
- component="form/TextArea"
25
- story="WithDeclaredRows.tsx"
26
- />
18
+ <Story packageName="@digigov/ui" component="form/TextArea" story="WithDeclaredRows.tsx" />
27
19
 
28
20
  ### If you’re asking more than one question on the page
29
21
 
30
- <Story
31
- packageName="@digigov/ui"
32
- component="form/TextArea"
33
- story="MultipleQuestions.tsx"
34
- />
22
+ <Story packageName="@digigov/ui" component="form/TextArea" story="MultipleQuestions.tsx" />
35
23
 
36
24
  ### Limiting the number of characters
37
25
 
38
26
  If there’s a good reason to limit the number of characters users can enter, you can use the character count component.
39
27
 
40
- <Story
41
- packageName="@digigov/ui"
42
- component="form/TextArea"
43
- story="LimitedCharacters.tsx"
44
- />
28
+ <Story packageName="@digigov/ui" component="form/TextArea" story="LimitedCharacters.tsx" />
45
29
 
46
30
  ### Hint text
47
31
 
48
32
  Use hint text for help that’s relevant to the majority of users, like how their information will be used, or where to find it.
49
33
 
50
- <Story
51
- packageName="@digigov/ui"
52
- component="form/TextArea"
53
- story="WithHint.tsx"
54
- />
34
+ <Story packageName="@digigov/ui" component="form/TextArea" story="WithHint.tsx" />
55
35
 
56
36
  ### Error message
57
37
 
58
38
  Error messages should be styled like this:
59
39
 
60
- <Story
61
- packageName="@digigov/ui"
62
- component="form/TextArea"
63
- story="WithErrorMessage.tsx"
64
- />
40
+ <Story packageName="@digigov/ui" component="form/TextArea" story="WithErrorMessage.tsx" />
65
41
 
66
42
  ### Disabled input
67
43
 
68
- <Story
69
- packageName="@digigov/ui"
70
- component="form/TextArea"
71
- story="DisabledInput.tsx"
72
- />
44
+ <Story packageName="@digigov/ui" component="form/TextArea" story="DisabledInput.tsx" />
73
45
 
74
46
  ## API
75
47