@digigov/ui 2.0.0-b3ec0588 → 2.0.0-cbc56209

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 (316) hide show
  1. package/app/Footer/index.mdx +18 -5
  2. package/app/Header/index.mdx +7 -5
  3. package/app/Masthead/index.mdx +9 -4
  4. package/app/Modal/auto.d.ts +2 -2
  5. package/app/Modal/index.d.ts +2 -2
  6. package/app/Modal/index.js +1 -1
  7. package/app/Modal/index.mdx +11 -4
  8. package/app/NotFound/index.mdx +2 -0
  9. package/app/Panel/index.mdx +9 -4
  10. package/app/PhaseBannerHeader/index.mdx +4 -4
  11. package/app/QrCodeViewer/QRCode.stories.d.ts +1 -0
  12. package/app/QrCodeViewer/index.d.ts +1 -0
  13. package/app/QrCodeViewer/index.js +2 -1
  14. package/app/QrCodeViewer/index.mdx +4 -4
  15. package/app/ThemeOptions/index.d.ts +2 -2
  16. package/cjs/app/Footer/index.mdx +18 -5
  17. package/cjs/app/Header/index.mdx +7 -5
  18. package/cjs/app/Masthead/index.mdx +9 -4
  19. package/cjs/app/Modal/index.js +1 -1
  20. package/cjs/app/Modal/index.mdx +11 -4
  21. package/cjs/app/NotFound/index.mdx +2 -0
  22. package/cjs/app/Panel/index.mdx +9 -4
  23. package/cjs/app/PhaseBannerHeader/index.mdx +4 -4
  24. package/cjs/app/QrCodeViewer/index.js +3 -2
  25. package/cjs/app/QrCodeViewer/index.mdx +4 -4
  26. package/cjs/content/Accordion/__stories__/Auto/index.js +2 -3
  27. package/cjs/content/Accordion/hooks/index.js +0 -1
  28. package/cjs/content/Accordion/index.mdx +9 -5
  29. package/cjs/content/Blockquote/index.mdx +3 -5
  30. package/cjs/content/Card/index.mdx +3 -5
  31. package/cjs/content/Chip/index.mdx +4 -5
  32. package/cjs/content/Details/index.mdx +3 -5
  33. package/cjs/content/List/__stories__/Default/index.js +1 -2
  34. package/cjs/content/List/index.mdx +3 -5
  35. package/cjs/content/StepNav/index.mdx +28 -5
  36. package/cjs/content/SummaryList/index.mdx +10 -5
  37. package/cjs/content/Table/index.mdx +13 -14
  38. package/cjs/content/TaskList/index.mdx +9 -5
  39. package/cjs/content/Timeline/index.mdx +10 -5
  40. package/cjs/feedback/CopyToClipboard/index.mdx +3 -5
  41. package/cjs/feedback/ErrorSummary/index.mdx +3 -5
  42. package/cjs/feedback/NotificationBanner/index.mdx +14 -5
  43. package/cjs/feedback/PhaseBanner/index.mdx +8 -5
  44. package/cjs/feedback/WarningText/index.mdx +5 -5
  45. package/cjs/form/AutoComplete/index.mdx +13 -12
  46. package/cjs/form/Button/index.mdx +3 -5
  47. package/cjs/form/Checkbox/index.mdx +3 -5
  48. package/cjs/form/DateInputContainer/index.mdx +3 -5
  49. package/cjs/form/ErrorMessage/index.mdx +3 -5
  50. package/cjs/form/FileUpload/index.mdx +3 -5
  51. package/cjs/form/RadioContainer/index.mdx +2 -14
  52. package/cjs/form/SelectContainer/index.mdx +3 -1
  53. package/cjs/form/SingleCharacterInputs/index.mdx +3 -5
  54. package/cjs/form/TextArea/index.mdx +3 -5
  55. package/cjs/form/TextInput/TextInput.stories/index.js +12 -0
  56. package/cjs/form/TextInput/__stories__/DisabledInputWithValue/index.js +31 -0
  57. package/cjs/form/TextInput/index.mdx +3 -5
  58. package/cjs/govgr/Footer/index.mdx +2 -0
  59. package/cjs/layouts/Basic/Bottom/__stories__/Default/index.js +22 -0
  60. package/cjs/layouts/Basic/Bottom/index.mdx +9 -28
  61. package/cjs/layouts/Basic/Container/__stories__/Default/index.js +20 -0
  62. package/cjs/layouts/Basic/Container/index.mdx +23 -0
  63. package/cjs/layouts/Basic/Main/__stories__/Default/index.js +20 -0
  64. package/cjs/layouts/Basic/Main/index.mdx +10 -47
  65. package/cjs/layouts/Basic/Top/__stories__/Default/index.js +20 -0
  66. package/cjs/layouts/Basic/Top/index.mdx +10 -55
  67. package/cjs/layouts/Basic/index.mdx +27 -25
  68. package/cjs/layouts/Grid/index.mdx +39 -0
  69. package/cjs/lazy/index.js +2875 -0
  70. package/cjs/navigation/BackLink/index.mdx +4 -5
  71. package/cjs/navigation/Breadcrumbs/index.mdx +6 -5
  72. package/cjs/navigation/Drawer/index.mdx +4 -10
  73. package/cjs/navigation/Dropdown/index.mdx +3 -5
  74. package/cjs/navigation/Link/index.mdx +5 -15
  75. package/cjs/navigation/NavList/__stories__/Default/index.js +14 -2
  76. package/cjs/navigation/NavList/__stories__/HorizontalWithDrawer/index.js +35 -2
  77. package/cjs/navigation/NavList/__stories__/HorizontalWithoutDrawer/index.js +35 -2
  78. package/cjs/navigation/NavList/__stories__/NavListWithoutNav/index.js +14 -2
  79. package/cjs/navigation/NavList/__stories__/UsingNavListAuto/index.js +37 -4
  80. package/cjs/navigation/NavList/__stories__/Vertical/index.js +14 -2
  81. package/cjs/navigation/NavList/__stories__/VerticalWithoutDrawer/index.js +35 -2
  82. package/cjs/navigation/NavList/index.mdx +23 -7
  83. package/cjs/navigation/Pagination/__stories__/PaginationWithSmallFont/index.js +2 -2
  84. package/cjs/navigation/Pagination/__stories__/WithResultsPerPage/index.js +2 -2
  85. package/cjs/navigation/Pagination/index.mdx +9 -5
  86. package/cjs/navigation/Tabs/index.mdx +9 -5
  87. package/cjs/registry/index.js +2 -12
  88. package/cjs/typography/Heading/index.mdx +3 -5
  89. package/cjs/typography/HeadingCaption/index.mdx +3 -5
  90. package/cjs/typography/Hint/index.mdx +3 -5
  91. package/cjs/typography/NormalText/index.mdx +3 -5
  92. package/cjs/typography/Paragraph/index.mdx +9 -30
  93. package/cjs/typography/Typography/index.js +23 -0
  94. package/cjs/typography/Typography/index.mdx +12 -0
  95. package/cjs/typography/index.js +11 -0
  96. package/cjs/utils/Base/index.mdx +13 -0
  97. package/cjs/utils/VisuallyHidden/index.mdx +10 -5
  98. package/content/Accordion/__stories__/Auto/index.js +2 -3
  99. package/content/Accordion/auto.d.ts +3 -3
  100. package/content/Accordion/hooks/index.js +0 -1
  101. package/content/Accordion/index.mdx +9 -5
  102. package/content/Blockquote/index.mdx +3 -5
  103. package/content/Card/index.mdx +3 -5
  104. package/content/Chip/index.mdx +4 -5
  105. package/content/Details/index.mdx +3 -5
  106. package/content/List/__stories__/Default/index.js +1 -2
  107. package/content/List/index.mdx +3 -5
  108. package/content/SafeHTML/index.d.ts +1 -1
  109. package/content/StepNav/auto.d.ts +3 -3
  110. package/content/StepNav/index.mdx +28 -5
  111. package/content/SummaryList/index.mdx +10 -5
  112. package/content/Table/index.d.ts +1 -1
  113. package/content/Table/index.mdx +13 -14
  114. package/content/TaskList/index.mdx +9 -5
  115. package/content/Timeline/index.mdx +10 -5
  116. package/feedback/CopyToClipboard/index.d.ts +1 -1
  117. package/feedback/CopyToClipboard/index.mdx +3 -5
  118. package/feedback/ErrorSummary/index.mdx +3 -5
  119. package/feedback/NotificationBanner/index.mdx +14 -5
  120. package/feedback/PhaseBanner/index.mdx +8 -5
  121. package/feedback/WarningText/index.mdx +5 -5
  122. package/form/AutoComplete/index.mdx +13 -12
  123. package/form/Button/index.mdx +3 -5
  124. package/form/Checkbox/index.mdx +3 -5
  125. package/form/DateInputContainer/index.mdx +3 -5
  126. package/form/ErrorMessage/index.mdx +3 -5
  127. package/form/FileUpload/index.mdx +3 -5
  128. package/form/RadioContainer/index.mdx +2 -14
  129. package/form/SelectContainer/index.mdx +3 -1
  130. package/form/SingleCharacterInputs/index.mdx +3 -5
  131. package/form/TextArea/index.mdx +3 -5
  132. package/form/TextInput/TextInput.stories/index.js +1 -0
  133. package/form/TextInput/TextInput.stories.d.ts +1 -0
  134. package/form/TextInput/__stories__/DisabledInputWithValue/index.js +25 -0
  135. package/form/TextInput/__stories__/DisabledInputWithValue/package.json +6 -0
  136. package/form/TextInput/__stories__/DisabledInputWithValue.d.ts +3 -0
  137. package/form/TextInput/index.mdx +3 -5
  138. package/govgr/Footer/index.mdx +2 -0
  139. package/index.js +1 -1
  140. package/layouts/Basic/Bottom/__stories__/Default/index.js +15 -0
  141. package/layouts/Basic/Bottom/__stories__/Default/package.json +6 -0
  142. package/layouts/Basic/Bottom/__stories__/Default.d.ts +3 -0
  143. package/layouts/Basic/Bottom/index.mdx +9 -28
  144. package/layouts/Basic/Container/__stories__/Default/index.js +13 -0
  145. package/layouts/Basic/Container/__stories__/Default/package.json +6 -0
  146. package/layouts/Basic/Container/__stories__/Default.d.ts +3 -0
  147. package/layouts/Basic/Container/index.mdx +23 -0
  148. package/layouts/Basic/Main/__stories__/Default/index.js +13 -0
  149. package/layouts/Basic/Main/__stories__/Default/package.json +6 -0
  150. package/layouts/Basic/Main/__stories__/Default.d.ts +3 -0
  151. package/layouts/Basic/Main/index.mdx +10 -47
  152. package/layouts/Basic/Top/__stories__/Default/index.js +13 -0
  153. package/{utils/Kitchensink/KitchensinkByCategory → layouts/Basic/Top/__stories__/Default}/package.json +1 -1
  154. package/layouts/Basic/Top/__stories__/Default.d.ts +3 -0
  155. package/layouts/Basic/Top/index.mdx +10 -55
  156. package/layouts/Basic/index.mdx +27 -25
  157. package/layouts/Grid/index.mdx +39 -0
  158. package/lazy/index.js +2229 -0
  159. package/{misc/KitchenSink → lazy}/package.json +1 -1
  160. package/lazy.d.ts +346 -0
  161. package/navigation/BackLink/index.mdx +4 -5
  162. package/navigation/Breadcrumbs/index.mdx +6 -5
  163. package/navigation/Drawer/auto.d.ts +3 -3
  164. package/navigation/Drawer/index.mdx +4 -10
  165. package/navigation/Dropdown/index.d.ts +1 -1
  166. package/navigation/Dropdown/index.mdx +3 -5
  167. package/navigation/Link/index.mdx +5 -15
  168. package/navigation/NavList/__stories__/Default/index.js +13 -1
  169. package/navigation/NavList/__stories__/HorizontalWithDrawer/index.js +34 -1
  170. package/navigation/NavList/__stories__/HorizontalWithoutDrawer/index.js +34 -1
  171. package/navigation/NavList/__stories__/NavListWithoutNav/index.js +13 -1
  172. package/navigation/NavList/__stories__/UsingNavListAuto/index.js +35 -2
  173. package/navigation/NavList/__stories__/Vertical/index.js +13 -1
  174. package/navigation/NavList/__stories__/VerticalWithoutDrawer/index.js +34 -1
  175. package/navigation/NavList/index.mdx +23 -7
  176. package/navigation/Pagination/__stories__/PaginationWithSmallFont/index.js +1 -1
  177. package/navigation/Pagination/__stories__/WithResultsPerPage/index.js +1 -1
  178. package/navigation/Pagination/auto.d.ts +4 -4
  179. package/navigation/Pagination/index.d.ts +2 -2
  180. package/navigation/Pagination/index.mdx +9 -5
  181. package/navigation/Tabs/auto.d.ts +2 -2
  182. package/navigation/Tabs/index.mdx +9 -5
  183. package/package.json +4 -4
  184. package/registry/index.js +2 -12
  185. package/registry.d.ts +1 -6
  186. package/src/app/Footer/index.mdx +18 -5
  187. package/src/app/Header/index.mdx +7 -5
  188. package/src/app/Masthead/index.mdx +9 -4
  189. package/src/app/Modal/index.mdx +11 -4
  190. package/src/app/Modal/index.tsx +1 -1
  191. package/src/app/NotFound/index.mdx +2 -0
  192. package/src/app/Panel/index.mdx +9 -4
  193. package/src/app/PhaseBannerHeader/index.mdx +4 -4
  194. package/src/app/QrCodeViewer/index.mdx +4 -4
  195. package/src/app/QrCodeViewer/index.tsx +2 -0
  196. package/src/app/ThemeOptions/index.tsx +1 -1
  197. package/src/content/Accordion/__stories__/Auto.tsx +2 -2
  198. package/src/content/Accordion/auto.tsx +1 -1
  199. package/src/content/Accordion/hooks.ts +0 -1
  200. package/src/content/Accordion/index.mdx +9 -5
  201. package/src/content/Blockquote/index.mdx +3 -5
  202. package/src/content/Card/index.mdx +3 -5
  203. package/src/content/Chip/index.mdx +4 -5
  204. package/src/content/Details/index.mdx +3 -5
  205. package/src/content/List/__stories__/Default.tsx +3 -4
  206. package/src/content/List/index.mdx +3 -5
  207. package/src/content/SafeHTML/index.tsx +1 -1
  208. package/src/content/StepNav/index.mdx +28 -5
  209. package/src/content/SummaryList/index.mdx +10 -5
  210. package/src/content/Table/index.mdx +13 -14
  211. package/src/content/TaskList/index.mdx +9 -5
  212. package/src/content/Timeline/index.mdx +10 -5
  213. package/src/feedback/CopyToClipboard/index.mdx +3 -5
  214. package/src/feedback/ErrorSummary/index.mdx +3 -5
  215. package/src/feedback/NotificationBanner/index.mdx +14 -5
  216. package/src/feedback/PhaseBanner/index.mdx +8 -5
  217. package/src/feedback/WarningText/index.mdx +5 -5
  218. package/src/form/AutoComplete/index.mdx +13 -12
  219. package/src/form/Button/index.mdx +3 -5
  220. package/src/form/Checkbox/index.mdx +3 -5
  221. package/src/form/DateInputContainer/index.mdx +3 -5
  222. package/src/form/ErrorMessage/index.mdx +3 -5
  223. package/src/form/FileUpload/index.mdx +3 -5
  224. package/src/form/RadioContainer/index.mdx +2 -14
  225. package/src/form/SelectContainer/index.mdx +3 -1
  226. package/src/form/SingleCharacterInputs/index.mdx +3 -5
  227. package/src/form/TextArea/index.mdx +3 -5
  228. package/src/form/TextInput/TextInput.stories.js +1 -0
  229. package/src/form/TextInput/__stories__/DisabledInputWithValue.tsx +27 -0
  230. package/src/form/TextInput/index.mdx +3 -5
  231. package/src/govgr/Footer/index.mdx +2 -0
  232. package/src/layouts/Basic/Bottom/__stories__/Default.tsx +35 -0
  233. package/src/layouts/Basic/Bottom/index.mdx +9 -28
  234. package/src/layouts/Basic/Container/__stories__/Default.tsx +30 -0
  235. package/src/layouts/Basic/Container/index.mdx +23 -0
  236. package/src/layouts/Basic/Main/__stories__/Default.tsx +30 -0
  237. package/src/layouts/Basic/Main/index.mdx +10 -47
  238. package/src/layouts/Basic/Top/__stories__/Default.tsx +28 -0
  239. package/src/layouts/Basic/Top/index.mdx +10 -55
  240. package/src/layouts/Basic/index.mdx +27 -25
  241. package/src/layouts/Grid/index.mdx +39 -0
  242. package/src/lazy.js +322 -0
  243. package/src/navigation/BackLink/index.mdx +4 -5
  244. package/src/navigation/Breadcrumbs/index.mdx +6 -5
  245. package/src/navigation/Drawer/index.mdx +4 -10
  246. package/src/navigation/Dropdown/index.mdx +3 -5
  247. package/src/navigation/Link/index.mdx +5 -15
  248. package/src/navigation/NavList/__stories__/Default.tsx +18 -1
  249. package/src/navigation/NavList/__stories__/HorizontalWithDrawer.tsx +37 -1
  250. package/src/navigation/NavList/__stories__/HorizontalWithoutDrawer.tsx +37 -1
  251. package/src/navigation/NavList/__stories__/NavListWithoutNav.tsx +18 -1
  252. package/src/navigation/NavList/__stories__/UsingNavListAuto.tsx +39 -2
  253. package/src/navigation/NavList/__stories__/Vertical.tsx +18 -1
  254. package/src/navigation/NavList/__stories__/VerticalWithoutDrawer.tsx +37 -1
  255. package/src/navigation/NavList/index.mdx +23 -7
  256. package/src/navigation/Pagination/__stories__/PaginationWithSmallFont.tsx +1 -1
  257. package/src/navigation/Pagination/__stories__/WithResultsPerPage.tsx +1 -1
  258. package/src/navigation/Pagination/index.mdx +9 -5
  259. package/src/navigation/Tabs/index.mdx +9 -5
  260. package/src/registry.js +2 -12
  261. package/src/typography/Heading/index.mdx +3 -5
  262. package/src/typography/HeadingCaption/index.mdx +3 -5
  263. package/src/typography/Hint/index.mdx +3 -5
  264. package/src/typography/NormalText/index.mdx +3 -5
  265. package/src/typography/Paragraph/index.mdx +9 -30
  266. package/src/typography/Typography/index.mdx +12 -0
  267. package/src/typography/Typography/index.tsx +4 -0
  268. package/src/typography/index.ts +1 -0
  269. package/src/utils/Base/index.mdx +13 -0
  270. package/src/utils/VisuallyHidden/index.mdx +10 -5
  271. package/typography/Heading/index.mdx +3 -5
  272. package/typography/HeadingCaption/index.mdx +3 -5
  273. package/typography/Hint/index.mdx +3 -5
  274. package/typography/NormalText/index.mdx +3 -5
  275. package/typography/Paragraph/index.mdx +9 -30
  276. package/typography/Typography/index.d.ts +3 -0
  277. package/typography/Typography/index.js +3 -0
  278. package/typography/Typography/index.mdx +12 -0
  279. package/{utils/Kitchensink/AllComponents → typography/Typography}/package.json +1 -1
  280. package/typography/index.d.ts +1 -0
  281. package/typography/index.js +2 -1
  282. package/utils/Base/index.mdx +13 -0
  283. package/utils/VisuallyHidden/index.mdx +10 -5
  284. package/cjs/content/List/List.stories.playwright.json +0 -27
  285. package/cjs/layouts/Basic/Masthead/index.mdx +0 -65
  286. package/cjs/misc/KitchenSink/index.js +0 -93
  287. package/cjs/utils/Kitchensink/AllComponents/index.js +0 -16
  288. package/cjs/utils/Kitchensink/KitchensinkByCategory/index.js +0 -39
  289. package/cjs/utils/Kitchensink/KitchensinkByLetter/index.js +0 -26
  290. package/cjs/utils/Kitchensink/KitchensinkComponent/index.js +0 -55
  291. package/cjs/utils/Kitchensink/KitchensinkDashboard/index.js +0 -47
  292. package/content/List/List.stories.playwright.json +0 -27
  293. package/layouts/Basic/Masthead/index.mdx +0 -65
  294. package/misc/KitchenSink/index.d.ts +0 -8
  295. package/misc/KitchenSink/index.js +0 -8
  296. package/src/content/List/List.stories.playwright.json +0 -27
  297. package/src/layouts/Basic/Masthead/index.mdx +0 -65
  298. package/src/misc/KitchenSink/index.tsx +0 -8
  299. package/src/utils/Kitchensink/AllComponents.tsx +0 -6
  300. package/src/utils/Kitchensink/KitchensinkByCategory.tsx +0 -56
  301. package/src/utils/Kitchensink/KitchensinkByLetter.tsx +0 -35
  302. package/src/utils/Kitchensink/KitchensinkComponent.tsx +0 -70
  303. package/src/utils/Kitchensink/KitchensinkDashboard.tsx +0 -56
  304. package/utils/Kitchensink/AllComponents/index.js +0 -9
  305. package/utils/Kitchensink/AllComponents.d.ts +0 -2
  306. package/utils/Kitchensink/KitchensinkByCategory/index.js +0 -32
  307. package/utils/Kitchensink/KitchensinkByCategory.d.ts +0 -6
  308. package/utils/Kitchensink/KitchensinkByLetter/index.js +0 -19
  309. package/utils/Kitchensink/KitchensinkByLetter/package.json +0 -6
  310. package/utils/Kitchensink/KitchensinkByLetter.d.ts +0 -6
  311. package/utils/Kitchensink/KitchensinkComponent/index.js +0 -45
  312. package/utils/Kitchensink/KitchensinkComponent/package.json +0 -6
  313. package/utils/Kitchensink/KitchensinkComponent.d.ts +0 -10
  314. package/utils/Kitchensink/KitchensinkDashboard/index.js +0 -40
  315. package/utils/Kitchensink/KitchensinkDashboard/package.json +0 -6
  316. package/utils/Kitchensink/KitchensinkDashboard.d.ts +0 -5
@@ -14,6 +14,6 @@ export declare const StepNavAuto: ({ singleOpen, defaultOpen, children, ...props
14
14
  children: React.ReactNode;
15
15
  }) => JSX.Element;
16
16
  export declare const useStepNavContext: () => useStepNavReturn | null;
17
- export declare const StepNavAccordionAuto: React.ForwardRefExoticComponent<Pick<StepNavAccordionAutoProps, "children" | "slot" | "style" | "title" | "as" | "className" | "color" | "id" | "lang" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "open" | "onToggle" | "margin" | "marginTop" | "marginBottom" | "marginLeft" | "marginRight" | "padding" | "paddingTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "printHidden" | "printVisible" | "xsUpHidden" | "smUpHidden" | "mdUpHidden" | "lgUpHidden" | "xlUpHidden" | "xsHidden" | "smHidden" | "mdHidden" | "lgHidden" | "xlHidden"> & React.RefAttributes<HTMLDetailsElement>>;
18
- export declare const StepNavOpenAllButtonAuto: React.ForwardRefExoticComponent<Pick<ButtonAutoProps, "children" | "form" | "slot" | "style" | "title" | "as" | "className" | "color" | "id" | "lang" | "name" | "type" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "autoFocus" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "value" | "margin" | "marginTop" | "marginBottom" | "marginLeft" | "marginRight" | "padding" | "paddingTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "printHidden" | "printVisible" | "xsUpHidden" | "smUpHidden" | "mdUpHidden" | "lgUpHidden" | "xlUpHidden" | "xsHidden" | "smHidden" | "mdHidden" | "lgHidden" | "xlHidden" | "variant" | "dense"> & React.RefAttributes<HTMLButtonElement>>;
19
- export declare const StepNavCloseAllButtonAuto: React.ForwardRefExoticComponent<Pick<ButtonAutoProps, "children" | "form" | "slot" | "style" | "title" | "as" | "className" | "color" | "id" | "lang" | "name" | "type" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "autoFocus" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "value" | "margin" | "marginTop" | "marginBottom" | "marginLeft" | "marginRight" | "padding" | "paddingTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "printHidden" | "printVisible" | "xsUpHidden" | "smUpHidden" | "mdUpHidden" | "lgUpHidden" | "xlUpHidden" | "xsHidden" | "smHidden" | "mdHidden" | "lgHidden" | "xlHidden" | "variant" | "dense"> & React.RefAttributes<HTMLButtonElement>>;
17
+ export declare const StepNavAccordionAuto: React.ForwardRefExoticComponent<Pick<StepNavAccordionAutoProps, "children" | "p" | "slot" | "style" | "title" | "as" | "className" | "color" | "id" | "lang" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "open" | "onToggle" | "margin" | "marginTop" | "marginBottom" | "marginLeft" | "marginRight" | "m" | "mt" | "mb" | "ml" | "mr" | "mx" | "my" | "padding" | "paddingTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "pt" | "pb" | "pl" | "pr" | "px" | "py" | "printHidden" | "printVisible" | "xsUpHidden" | "smUpHidden" | "mdUpHidden" | "lgUpHidden" | "xlUpHidden" | "xsHidden" | "smHidden" | "mdHidden" | "lgHidden" | "xlHidden"> & React.RefAttributes<HTMLDetailsElement>>;
18
+ export declare const StepNavOpenAllButtonAuto: React.ForwardRefExoticComponent<Pick<ButtonAutoProps, "children" | "form" | "p" | "slot" | "style" | "title" | "as" | "className" | "color" | "id" | "lang" | "name" | "type" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "autoFocus" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "value" | "margin" | "marginTop" | "marginBottom" | "marginLeft" | "marginRight" | "m" | "mt" | "mb" | "ml" | "mr" | "mx" | "my" | "padding" | "paddingTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "pt" | "pb" | "pl" | "pr" | "px" | "py" | "printHidden" | "printVisible" | "xsUpHidden" | "smUpHidden" | "mdUpHidden" | "lgUpHidden" | "xlUpHidden" | "xsHidden" | "smHidden" | "mdHidden" | "lgHidden" | "xlHidden" | "variant" | "dense"> & React.RefAttributes<HTMLButtonElement>>;
19
+ export declare const StepNavCloseAllButtonAuto: React.ForwardRefExoticComponent<Pick<ButtonAutoProps, "children" | "form" | "p" | "slot" | "style" | "title" | "as" | "className" | "color" | "id" | "lang" | "name" | "type" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "autoFocus" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "value" | "margin" | "marginTop" | "marginBottom" | "marginLeft" | "marginRight" | "m" | "mt" | "mb" | "ml" | "mr" | "mx" | "my" | "padding" | "paddingTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "pt" | "pb" | "pl" | "pr" | "px" | "py" | "printHidden" | "printVisible" | "xsUpHidden" | "smUpHidden" | "mdUpHidden" | "lgUpHidden" | "xlUpHidden" | "xsHidden" | "smHidden" | "mdHidden" | "lgHidden" | "xlHidden" | "variant" | "dense"> & React.RefAttributes<HTMLButtonElement>>;
@@ -7,10 +7,6 @@ title: StepNav
7
7
 
8
8
  StepNav is a component that displays number of steps required to complete a process inside your application.
9
9
 
10
- ```bash
11
- import StepNav from '@digigov/ui/content/StepNav';
12
- ```
13
-
14
10
  ## How to use
15
11
 
16
12
  ### Default
@@ -21,10 +17,37 @@ import StepNav from '@digigov/ui/content/StepNav';
21
17
  story="Default.tsx"
22
18
  />
23
19
 
24
- ### With hints
20
+ ### StepNav with hints
25
21
 
26
22
  <Story
27
23
  packageName="@digigov/ui"
28
24
  component="content/StepNav"
29
25
  story="WithHints.tsx"
30
26
  />
27
+
28
+ ### StepNav with dense
29
+
30
+ <Story
31
+ packageName="@digigov/ui"
32
+ component="content/StepNav"
33
+ story="Dense.tsx"
34
+ />
35
+
36
+ ## API
37
+
38
+ See below for a complete reference to all of the props available to the components mentioned here.
39
+
40
+ <ComponentProps componentName={
41
+ [
42
+ "StepNav",
43
+ "StepNavControls",
44
+ "StepNavList",
45
+ "StepNavListItem",
46
+ "StepNavAccordion",
47
+ "StepNavAccordionSummary",
48
+ "StepNavAccordionSummaryHeading",
49
+ "StepNavCircleNumber",
50
+ "StepNavAccordionHeadingTitle",
51
+ "StepNavAccordionHeadingText",
52
+ "StepNavAccordionContent"
53
+ ]} />
@@ -7,10 +7,6 @@ title: SummaryList
7
7
 
8
8
  Use the summary list to summarise information, for example, a user’s responses at the end of a form.
9
9
 
10
- ```bash
11
- import SummaryList from '@digigov/ui/content/SummaryList';
12
- ```
13
-
14
10
  ## How to use
15
11
 
16
12
  <Story
@@ -43,4 +39,13 @@ If you do not include actions in your summary list and it would be better for yo
43
39
 
44
40
  ## API
45
41
 
46
- <PropTypes packageName="@digigov/ui" component="SummaryList" />
42
+ See below for a complete reference to all of the props available to the components mentioned here.
43
+
44
+ <ComponentProps componentName={
45
+ ["SummaryList",
46
+ "SummaryListItem",
47
+ "SummaryListItemAction",
48
+ "SummaryListItemKey",
49
+ "SummaryListItemValue"
50
+ ]
51
+ } />
@@ -11,7 +11,7 @@ export interface TableSortLabelProps extends DropdownProps {
11
11
  direction?: SortDirection;
12
12
  onSort: (direction: SortDirection) => void;
13
13
  }
14
- export declare const TableSortLabel: React.ForwardRefExoticComponent<Pick<TableSortLabelProps, "children" | "slot" | "style" | "title" | "as" | "className" | "color" | "id" | "lang" | "role" | "tabIndex" | "direction" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "disabled" | "open" | "onToggle" | "align" | "margin" | "marginTop" | "marginBottom" | "marginLeft" | "marginRight" | "padding" | "paddingTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "printHidden" | "printVisible" | "xsUpHidden" | "smUpHidden" | "mdUpHidden" | "lgUpHidden" | "xlUpHidden" | "xsHidden" | "smHidden" | "mdHidden" | "lgHidden" | "xlHidden" | "dense" | "placement" | "closeBehaviour" | "float" | "labels" | "onSort"> & React.RefAttributes<HTMLDetailsElement>>;
14
+ export declare const TableSortLabel: React.ForwardRefExoticComponent<Pick<TableSortLabelProps, "children" | "p" | "slot" | "style" | "title" | "as" | "className" | "color" | "id" | "lang" | "role" | "tabIndex" | "direction" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "disabled" | "open" | "onToggle" | "align" | "margin" | "marginTop" | "marginBottom" | "marginLeft" | "marginRight" | "m" | "mt" | "mb" | "ml" | "mr" | "mx" | "my" | "padding" | "paddingTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "pt" | "pb" | "pl" | "pr" | "px" | "py" | "printHidden" | "printVisible" | "xsUpHidden" | "smUpHidden" | "mdUpHidden" | "lgUpHidden" | "xlUpHidden" | "xsHidden" | "smHidden" | "mdHidden" | "lgHidden" | "xlHidden" | "dense" | "placement" | "closeBehaviour" | "float" | "labels" | "onSort"> & React.RefAttributes<HTMLDetailsElement>>;
15
15
  export * from '@digigov/react-core/TableContainer';
16
16
  export * from '@digigov/react-core/Table';
17
17
  export * from '@digigov/react-core/TableBody';
@@ -5,19 +5,6 @@ title: Table
5
5
 
6
6
  # Table
7
7
 
8
- ```bash
9
- import {
10
- TableContainer,
11
- Table,
12
- TableCaption,
13
- TableHead,
14
- TableRow,
15
- TableBody,
16
- TableHeadCell,
17
- TableDataCell,
18
- } from '@digigov/ui/content/Table';
19
- ```
20
-
21
8
  ## How to use
22
9
 
23
10
  <Story
@@ -109,4 +96,16 @@ implementation in the ARIA Authoring Practices Guide (APG) at [Table](https://ww
109
96
 
110
97
  ## API
111
98
 
112
- <PropTypes packageName="@digigov/ui" component="Table" />
99
+ See below for a complete reference to all of the props available to the components mentioned here.
100
+
101
+ <ComponentProps componentName={[
102
+ "TableContainer",
103
+ "Table",
104
+ "TableCaption",
105
+ "TableHead",
106
+ "TableRow",
107
+ "TableBody",
108
+ "TableHeadCell",
109
+ "TableDataCell"
110
+ ]
111
+ } />
@@ -7,10 +7,6 @@ title: TaskList
7
7
 
8
8
  TaskList is a component that displays number of steps required to complete a process inside your application.
9
9
 
10
- ```bash
11
- import TaskList from '@digigov/ui/content/TaskList';
12
- ```
13
-
14
10
  ## How to use
15
11
 
16
12
  ### Default
@@ -23,4 +19,12 @@ import TaskList from '@digigov/ui/content/TaskList';
23
19
 
24
20
  ## API
25
21
 
26
- <PropTypes packageName="@digigov/ui" component="TaskList" />
22
+ See below for a complete reference to all of the props available to the components mentioned here.
23
+
24
+ <ComponentProps componentName={[
25
+ "TaskList",
26
+ "TaskListItem",
27
+ "TaskListItemHeading",
28
+ "TaskListItemContent",
29
+ "TaskListItemTag"
30
+ ]} />
@@ -9,10 +9,6 @@ A timeline is a useful way to display a whole range of information and/or data p
9
9
  Keeping things organized in logical sequence timeline helps to keep track of what’s happening.
10
10
  User can better understand what has happened and also understand what the next steps should be.
11
11
 
12
- ```bash
13
- import Timeline from '@digigov/ui/content/Timeline';
14
- ```
15
-
16
12
  ## How to use
17
13
 
18
14
  ### Default
@@ -25,4 +21,13 @@ import Timeline from '@digigov/ui/content/Timeline';
25
21
 
26
22
  ## API
27
23
 
28
- <PropTypes packageName="@digigov/ui" component="Timeline" />
24
+ See below for a complete reference to all of the props available to the components mentioned here.
25
+
26
+ <ComponentProps componentName={[
27
+ "Timeline",
28
+ "TimelineItem",
29
+ "TimelineHeading",
30
+ "TimelineContent",
31
+ "TimelineActions",
32
+ ]} />
33
+
@@ -7,6 +7,6 @@ export interface CopyToClipboardProps extends CopyToClipboardContainerProps {
7
7
  timeout?: number;
8
8
  onCopy?: () => void;
9
9
  }
10
- export declare const CopyToClipboard: React.ForwardRefExoticComponent<Pick<CopyToClipboardProps, "children" | "slot" | "style" | "title" | "text" | "as" | "className" | "color" | "id" | "lang" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "margin" | "marginTop" | "marginBottom" | "marginLeft" | "marginRight" | "padding" | "paddingTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "printHidden" | "printVisible" | "xsUpHidden" | "smUpHidden" | "mdUpHidden" | "lgUpHidden" | "xlUpHidden" | "xsHidden" | "smHidden" | "mdHidden" | "lgHidden" | "xlHidden" | "variant" | "dense" | "message" | "tooltipAlign" | "timeout"> & React.RefAttributes<HTMLDivElement>>;
10
+ export declare const CopyToClipboard: React.ForwardRefExoticComponent<Pick<CopyToClipboardProps, "children" | "p" | "slot" | "style" | "title" | "text" | "as" | "className" | "color" | "id" | "lang" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "margin" | "marginTop" | "marginBottom" | "marginLeft" | "marginRight" | "m" | "mt" | "mb" | "ml" | "mr" | "mx" | "my" | "padding" | "paddingTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "pt" | "pb" | "pl" | "pr" | "px" | "py" | "printHidden" | "printVisible" | "xsUpHidden" | "smUpHidden" | "mdUpHidden" | "lgUpHidden" | "xlUpHidden" | "xsHidden" | "smHidden" | "mdHidden" | "lgHidden" | "xlHidden" | "variant" | "dense" | "message" | "tooltipAlign" | "timeout"> & React.RefAttributes<HTMLDivElement>>;
11
11
  export default CopyToClipboard;
12
12
  export { CopyToClipboardContainer, CopyToClipboardMessage };
@@ -3,10 +3,6 @@ id: copy-to-clipboard
3
3
  title: CopyToClipboard
4
4
  ---
5
5
 
6
- ```bash
7
- import CopyToClipboard from '@digigov/ui/feedback/CopyToClipboard';
8
- ```
9
-
10
6
  ## How to use
11
7
 
12
8
  ### Default
@@ -27,4 +23,6 @@ import CopyToClipboard from '@digigov/ui/feedback/CopyToClipboard';
27
23
 
28
24
  ## API
29
25
 
30
- <PropTypes packageName="@digigov/ui" component="CopyToClipboard" />
26
+ See below for a complete reference to all of the props available to the components mentioned here.
27
+
28
+ <ComponentProps componentName={["CopyToClipboardContainer"]} />
@@ -9,10 +9,6 @@ Use this component at the top of a page to summarise any errors a user has made.
9
9
 
10
10
  When a user makes an error, you must show both an error summary and an error message next to each answer that contains an error.
11
11
 
12
- ```bash
13
- import ErrorSummary from '@digigov/ui/feedback/ErrorSummary';
14
- ```
15
-
16
12
  ## How to use
17
13
 
18
14
  <Story
@@ -53,4 +49,6 @@ For questions that require a user to select one or more options from a list usin
53
49
 
54
50
  ## API
55
51
 
56
- <PropTypes packageName="@digigov/ui" component="ErrorSummary" />
52
+ See below for a complete reference to all of the props available to the components mentioned here.
53
+
54
+ <ComponentProps componentName={["ErrorSummary"]} />
@@ -9,16 +9,15 @@ This component is currently experimental because more research is needed to vali
9
9
 
10
10
  Use a notification banner to tell the user about something they need to know about, but that’s not directly related to the page content.
11
11
 
12
- ```bash
13
- import NotificationBanner from '@digigov/ui/feedback/NotificationBanner';
14
- ```
15
-
16
12
  ## How to use
17
13
 
18
14
  Use a ‘neutral’ blue notification banner if the user needs to know about a problem with the service as a whole.
19
15
 
20
16
  Use a ‘neutral’ notification banner if the user needs to know about something that’s happening elsewhere in the service.
21
17
 
18
+ ## How to use
19
+
20
+ ### Default NotificationBanner
22
21
  <Story
23
22
  packageName="@digigov/ui"
24
23
  component="feedback/NotificationBanner"
@@ -27,12 +26,22 @@ Use a ‘neutral’ notification banner if the user needs to know about somethin
27
26
 
28
27
  You can also use a notification banner to tell the user about the outcome of something they’ve just done - but they have not finished using the service, so it does not make sense to use a confirmation page.
29
28
 
29
+ ### Success NotificationBanner
30
30
  <Story
31
31
  packageName="@digigov/ui"
32
32
  component="feedback/NotificationBanner"
33
33
  story="Success.tsx"
34
34
  />
35
35
 
36
+ ### Dense NotificationBanner
37
+ <Story
38
+ packageName="@digigov/ui"
39
+ component="feedback/NotificationBanner"
40
+ story="Dense.tsx"
41
+ />
42
+
36
43
  ## API
37
44
 
38
- <PropTypes packageName="@digigov/ui" component="NotificationBanner" />
45
+ See below for a complete reference to all of the props available to the components mentioned here.
46
+
47
+ <ComponentProps componentName={["NotificationBannerContainer","NotificationBannerContent","NotificationBannerHeader","NotificationBannerHeading","NotificationBannerLink"]} />
@@ -7,14 +7,12 @@ title: PhaseBanner
7
7
 
8
8
  Use the phase banner component to show users your service is still being worked on.
9
9
 
10
- ```bash
11
- import PhaseBanner from '@digigov/ui/feedback/PhaseBanner';
12
- ```
13
-
14
10
  ## How to use
15
11
 
16
12
  Your banner must be directly under the blue GOV.GR header and colour bar.
17
13
 
14
+ ### Default
15
+
18
16
  <Story
19
17
  packageName="@digigov/ui"
20
18
  component="feedback/PhaseBanner"
@@ -31,4 +29,9 @@ Your banner must be directly under the blue GOV.GR header and colour bar.
31
29
 
32
30
  ## API
33
31
 
34
- <PropTypes packageName="@digigov/ui" component="PhaseBanner" />
32
+ See below for a complete reference to all of the props available to the components mentioned here.
33
+
34
+ <ComponentProps componentName={[
35
+ "PhaseBanner",
36
+ "PhaseBannerTag",
37
+ "PhaseBannerText"]} />
@@ -5,15 +5,13 @@ title: WarningText
5
5
 
6
6
  # WarningText
7
7
 
8
- ```bash
9
- import WarningText from '@digigov/ui/feedback/WarningText';
10
- ```
11
-
12
8
  ## How to use
13
9
 
14
10
  You might need to rewrite the hidden text ("Προσοχή" in the example) to make it appropriate for your context.
15
11
  This will be used by screen-readers.
16
12
 
13
+ ### Default
14
+
17
15
  <Story
18
16
  packageName="@digigov/ui"
19
17
  component="feedback/WarningText"
@@ -22,4 +20,6 @@ This will be used by screen-readers.
22
20
 
23
21
  ## API
24
22
 
25
- <PropTypes packageName="@digigov/ui" component="WarningText" />
23
+ See below for a complete reference to all of the props available to the components mentioned here.
24
+
25
+ <ComponentProps componentName={["WarningText"]} />
@@ -8,19 +8,9 @@ through, select from large collections of options and help services get more con
8
8
 
9
9
  ## Usage
10
10
 
11
- ### How to import
12
-
13
- ```bash
14
- import AutoComplete from '@digigov/ui/form/AutoComplete';
15
- ```
16
-
17
11
  ### AutoComplete
18
12
 
19
- <Story
20
- packageName="@digigov/ui"
21
- component="form/AutoComplete"
22
- story="Default.tsx"
23
- />
13
+ <Story packageName="@digigov/ui" component="form/AutoComplete" story="Default.tsx" />
24
14
 
25
15
  ### AutoComplete with auto select
26
16
 
@@ -74,4 +64,15 @@ This is the minimum number of characters that should be entered before the autoc
74
64
 
75
65
  ## API
76
66
 
77
- <PropTypes packageName="@digigov/ui" component="AutoComplete" />
67
+ See below for a complete reference to all of the props available to the components mentioned here.
68
+
69
+ <ComponentProps componentName={
70
+ ["AutoCompleteWrapper",
71
+ "AutoCompleteStatus",
72
+ "AutoCompleteStatusWrapper",
73
+ "AutoCompleteInputTypeahead",
74
+ "AutoCompleteInput",
75
+ "AutoCompleteResultList",
76
+ "AutoCompleteResultListItem",
77
+ "AutoCompleteAssistiveHint"
78
+ ]} />
@@ -8,10 +8,6 @@ title: Button
8
8
  Use the button component to help users carry out an action like starting an
9
9
  application or saving their information.
10
10
 
11
- ```bash
12
- import Button from '@digigov/ui/form/Button';
13
- ```
14
-
15
11
  ## How to use
16
12
 
17
13
  ### Default buttons
@@ -110,4 +106,6 @@ implementation in the ARIA Authoring Practices Guide (APG) at [button](https://w
110
106
 
111
107
  ## API
112
108
 
113
- <PropTypes packageName="@digigov/ui" component="Button" />
109
+ See below for a complete reference to all of the props available to the components mentioned here.
110
+
111
+ <ComponentProps componentName={["Button","ButtonLink","CallToAction","ButtonGroup"]} />
@@ -5,10 +5,6 @@ title: Checkbox
5
5
 
6
6
  # Checkbox
7
7
 
8
- ```bash
9
- import Checkbox from '@digigov/ui/form/Checkbox';
10
- ```
11
-
12
8
  ## How to use
13
9
 
14
10
  <Story
@@ -82,4 +78,6 @@ implementation in the ARIA Authoring Practices Guide (APG) at [Checkbox](https:/
82
78
 
83
79
  ## API
84
80
 
85
- <PropTypes packageName="@digigov/ui" component="Checkbox" />
81
+ See below for a complete reference to all of the props available to the components mentioned here.
82
+
83
+ <ComponentProps componentName={["Checkbox","CheckboxItem"]} />
@@ -5,10 +5,6 @@ title: DateInputContainer
5
5
 
6
6
  # DateInputContainer
7
7
 
8
- ```bash
9
- import DateInputContainer from '@digigov/ui/form/DateInputContainer';
10
- ```
11
-
12
8
  ## How to use
13
9
 
14
10
  <Story
@@ -45,4 +41,6 @@ If you’re highlighting just one field - either the day, month or year - only s
45
41
 
46
42
  ## API
47
43
 
48
- <PropTypes packageName="@digigov/ui" component="DateInputContainer" />
44
+ See below for a complete reference to all of the props available to the components mentioned here.
45
+
46
+ <ComponentProps componentName={["DateInputContainer","DateInputItem"]} />
@@ -8,10 +8,6 @@ title: ErrorMessage
8
8
  Follow the validation pattern and show an error message when there is a validation error.
9
9
  In the error message explain what went wrong and how to fix it.
10
10
 
11
- ```bash
12
- import ErrorMessage from '@digigov/ui/form/ErrorMessage';
13
- ```
14
-
15
11
  ## How to use
16
12
 
17
13
  <Story
@@ -22,4 +18,6 @@ import ErrorMessage from '@digigov/ui/form/ErrorMessage';
22
18
 
23
19
  ## API
24
20
 
25
- <PropTypes packageName="@digigov/ui" component="ErrorMessage" />
21
+ See below for a complete reference to all of the props available to the components mentioned here.
22
+
23
+ <ComponentProps componentName={["ErrorMessage"]} />