@digigov/ui 0.24.3 → 0.26.0

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 (380) hide show
  1. package/CHANGELOG.md +21 -1
  2. package/admin/AutoComplete/__stories__/Default.d.ts +0 -1
  3. package/admin/AutoComplete/__stories__/Default.js +1 -1
  4. package/admin/AutoComplete/__stories__/WithAutoSelect.d.ts +0 -1
  5. package/admin/AutoComplete/__stories__/WithAutoSelect.js +13 -2
  6. package/admin/AutoComplete/__stories__/WithDefaultValue.d.ts +0 -1
  7. package/admin/AutoComplete/__stories__/WithDefaultValue.js +1 -1
  8. package/admin/AutoComplete/__stories__/WithInLine.d.ts +0 -1
  9. package/admin/AutoComplete/__stories__/WithInLine.js +1 -1
  10. package/admin/AutoComplete/__stories__/WithMinLength.d.ts +0 -1
  11. package/admin/AutoComplete/__stories__/WithMinLength.js +1 -1
  12. package/admin/AutoComplete/__stories__/WithPlaceHolder.d.ts +0 -1
  13. package/admin/AutoComplete/__stories__/WithPlaceHolder.js +1 -1
  14. package/admin/AutoComplete/__stories__/WithShowAllValues.d.ts +0 -1
  15. package/admin/AutoComplete/__stories__/WithShowAllValues.js +1 -1
  16. package/admin/AutoComplete/__stories__/utils.d.ts +2 -0
  17. package/admin/AutoComplete/__stories__/utils.js +15 -0
  18. package/admin/AutoComplete/index.d.ts +37 -20
  19. package/admin/AutoComplete/index.js +15 -53
  20. package/admin/AutoComplete/utils.d.ts +9 -1
  21. package/admin/AutoComplete/utils.js +23 -6
  22. package/admin/Chip/index.d.ts +2 -0
  23. package/admin/Chip/index.js +28 -0
  24. package/admin/CircularProgress/__stories__/Default.d.ts +0 -1
  25. package/admin/CopyToClipboard/__stories__/Banner.d.ts +0 -1
  26. package/admin/CopyToClipboard/__stories__/Default.d.ts +0 -1
  27. package/admin/CopyToClipboard/__stories__/MultipleCopies.d.ts +0 -1
  28. package/admin/CopyToClipboard/index.d.ts +4 -1
  29. package/admin/CopyToClipboard/index.js +14 -1
  30. package/admin/Drawer/Drawer.stories.d.ts +1 -4
  31. package/admin/Drawer/Drawer.stories.js +3 -22
  32. package/admin/Drawer/__stories__/Default.d.ts +0 -1
  33. package/admin/Drawer/__stories__/Default.js +13 -13
  34. package/admin/Drawer/index.d.ts +1 -0
  35. package/admin/Drawer/index.js +14 -0
  36. package/admin/Dropdown/__stories__/AlignRight.d.ts +0 -1
  37. package/admin/Dropdown/__stories__/Default.d.ts +0 -1
  38. package/admin/Dropdown/__stories__/PlacementTop.d.ts +0 -1
  39. package/admin/DropdownArrowDown/index.d.ts +3 -0
  40. package/admin/DropdownArrowDown/index.js +19 -0
  41. package/admin/Modal/__stories__/AlertDialog.d.ts +0 -1
  42. package/admin/Modal/__stories__/Default.d.ts +0 -1
  43. package/admin/Pagination/__stories__/Default.d.ts +0 -1
  44. package/admin/Pagination/index.d.ts +1 -1
  45. package/admin/StepNav/__stories__/Default.d.ts +0 -1
  46. package/admin/TaskList/__stories__/Default.d.ts +0 -1
  47. package/admin/Timeline/__stories__/Default.d.ts +0 -1
  48. package/admin/index.d.ts +1 -0
  49. package/admin/index.js +13 -0
  50. package/app/Confirmation/__stories__/Default.d.ts +0 -1
  51. package/app/Footer/Footer.stories.d.ts +1 -0
  52. package/app/Footer/Footer.stories.js +14 -0
  53. package/app/Footer/__stories__/Default.d.ts +0 -1
  54. package/app/Footer/__stories__/DefaultCopyright.d.ts +2 -0
  55. package/app/Footer/__stories__/DefaultCopyright.js +32 -0
  56. package/app/Footer/__stories__/FooterAllInclusive.d.ts +0 -1
  57. package/app/Footer/__stories__/FooterAllInclusive.js +5 -2
  58. package/app/Footer/__stories__/FooterWithLink.d.ts +0 -1
  59. package/app/Footer/__stories__/FooterWithLink.js +1 -1
  60. package/app/Footer/__stories__/FooterWithLogo.d.ts +0 -1
  61. package/app/Footer/__stories__/FooterWithSecondaryNavigation.d.ts +0 -1
  62. package/app/Header/Header.stories.d.ts +12 -12
  63. package/app/Header/HeaderLogo.d.ts +1 -1
  64. package/app/Header/HeaderSection.d.ts +1 -1
  65. package/app/Header/HeaderTitle.d.ts +1 -1
  66. package/app/Header/__stories__/Default.d.ts +0 -1
  67. package/app/Header/__stories__/WithNavigation.d.ts +0 -1
  68. package/app/Header/__stories__/WithServiceName.d.ts +0 -1
  69. package/app/Header/__stories__/WithServiceNameAndLogo.d.ts +0 -1
  70. package/app/Header/index.d.ts +1 -1
  71. package/app/NotFound/__stories__/Default.d.ts +0 -1
  72. package/app/OutdatedBrowserBanner.d.ts +0 -1
  73. package/app/PhaseBannerHeader/__stories__/Default.d.ts +0 -1
  74. package/app/PhaseBannerHeader/index.d.ts +1 -1
  75. package/app/QrCodeScanner/__stories__/Default.d.ts +0 -1
  76. package/app/i18n.d.ts +2 -2
  77. package/app/i18n.js +16 -2
  78. package/core/Accordion/__stories__/Default.d.ts +0 -1
  79. package/core/Accordion/__stories__/WithHints.d.ts +0 -1
  80. package/core/Accordion/index.d.ts +3 -3
  81. package/core/BackLink/__stories__/Default.d.ts +0 -1
  82. package/core/Base/index.d.ts +3 -0
  83. package/core/Base/index.js +19 -0
  84. package/core/Blockquote/__stories__/Default.d.ts +0 -1
  85. package/core/Blockquote/index.d.ts +1 -1
  86. package/core/Breadcrumbs/__stories__/Default.d.ts +0 -1
  87. package/core/Button/BackButton.d.ts +1 -1
  88. package/core/Button/Button.stories.d.ts +15 -15
  89. package/core/Button/ButtonLink.d.ts +1 -1
  90. package/core/Button/__stories__/Back.d.ts +0 -1
  91. package/core/Button/__stories__/ButtonLinkButton.d.ts +0 -1
  92. package/core/Button/__stories__/CallToActionButton.d.ts +0 -1
  93. package/core/Button/__stories__/Disabled.d.ts +0 -1
  94. package/core/Button/__stories__/GroupingButtons.d.ts +0 -1
  95. package/core/Button/__stories__/GroupingButtons.js +1 -1
  96. package/core/Button/__stories__/GroupingButtonsAndLinks.d.ts +0 -1
  97. package/core/Button/__stories__/Primary.d.ts +0 -1
  98. package/core/Button/__stories__/Secondary.d.ts +0 -1
  99. package/core/Button/__stories__/Warning.d.ts +0 -1
  100. package/core/Button/__stories__/WithVariantLink.d.ts +0 -1
  101. package/core/Button/index.d.ts +1 -1
  102. package/core/Card/__stories__/Default.d.ts +0 -1
  103. package/core/Card/__stories__/WithClickableContent.d.ts +0 -1
  104. package/core/Card/__stories__/WithClickableLink.d.ts +0 -1
  105. package/core/Card/__stories__/WithDarkBorder.d.ts +0 -1
  106. package/core/Card/__stories__/WithDarkTopBorder.d.ts +0 -1
  107. package/core/Card/__stories__/WithDivider.d.ts +0 -1
  108. package/core/Card/__stories__/WithGrayBorder.d.ts +0 -1
  109. package/core/Card/__stories__/WithGrayTopBorder.d.ts +0 -1
  110. package/core/Card/__stories__/WithGroupButton.d.ts +0 -1
  111. package/core/Checkboxes/__stories__/ConditionalReveal.d.ts +0 -1
  112. package/core/Checkboxes/__stories__/Default.d.ts +0 -1
  113. package/core/Checkboxes/__stories__/MultipleQuestions.d.ts +0 -1
  114. package/core/Checkboxes/__stories__/NoneAnswer.d.ts +0 -1
  115. package/core/Checkboxes/__stories__/NoneAnswerWithError.d.ts +2 -3
  116. package/core/Checkboxes/__stories__/NoneAnswerWithError.js +4 -4
  117. package/core/Checkboxes/__stories__/WithErrorMessage.d.ts +0 -1
  118. package/core/Checkboxes/__stories__/WithHint.d.ts +0 -1
  119. package/core/Confirmation/__stories__/Default.d.ts +0 -1
  120. package/core/DateInput/__stories__/Default.d.ts +0 -1
  121. package/core/DateInput/__stories__/MultipleQuestions.d.ts +0 -1
  122. package/core/DateInput/__stories__/WithErrorMessage.d.ts +0 -1
  123. package/core/DateInput/__stories__/WithErrorMessageForSingleField.d.ts +0 -1
  124. package/core/Details/__stories__/Default.d.ts +0 -1
  125. package/core/Divider/__stories__/Default.d.ts +0 -1
  126. package/core/Divider/index.d.ts +1 -1
  127. package/core/ErrorMessage/__stories__/Default.d.ts +0 -1
  128. package/core/ErrorSummary/__stories__/Default.d.ts +0 -1
  129. package/core/ErrorSummary/__stories__/LinkedToCheckbox.d.ts +0 -1
  130. package/core/ErrorSummary/__stories__/LinkedToField.d.ts +0 -1
  131. package/core/ErrorSummary/__stories__/LinkedToInput.d.ts +0 -1
  132. package/core/FileUpload/__stories__/Default.d.ts +0 -1
  133. package/core/FileUpload/__stories__/WithErrorMessage.d.ts +2 -3
  134. package/core/FileUpload/__stories__/WithErrorMessage.js +4 -4
  135. package/core/Form/index.d.ts +3 -0
  136. package/core/Form/index.js +19 -0
  137. package/core/Label/index.d.ts +4 -0
  138. package/core/Label/index.js +44 -0
  139. package/core/Link/__stories__/DarkBackground.d.ts +0 -1
  140. package/core/Link/__stories__/DarkBackgroundNoUnderline.d.ts +0 -1
  141. package/core/Link/__stories__/Default.d.ts +0 -1
  142. package/core/Link/__stories__/NoUnderline.d.ts +0 -1
  143. package/core/Link/__stories__/OpensInNewTab.d.ts +0 -1
  144. package/core/Link/index.d.ts +1 -0
  145. package/core/Link/index.js +2 -1
  146. package/core/List/__stories__/BulletList.d.ts +0 -1
  147. package/core/List/__stories__/Default.d.ts +0 -1
  148. package/core/List/__stories__/NumberedList.d.ts +0 -1
  149. package/core/List/__stories__/WithExtraSpace.d.ts +0 -1
  150. package/core/Masthead/__stories__/Default.d.ts +0 -1
  151. package/core/NavList/NavHorizontal.d.ts +3 -0
  152. package/core/NavList/NavHorizontal.js +19 -0
  153. package/core/NavList/NavHorizontalList.d.ts +3 -0
  154. package/core/NavList/NavHorizontalList.js +19 -0
  155. package/core/NavList/NavHorizontalListItem.d.ts +3 -0
  156. package/core/NavList/NavHorizontalListItem.js +19 -0
  157. package/core/NavList/NavListItem.d.ts +1 -1
  158. package/core/NavList/NavListItemBase.d.ts +1 -1
  159. package/core/NavList/NavVertical.d.ts +3 -0
  160. package/core/NavList/NavVertical.js +19 -0
  161. package/core/NavList/NavVerticalItem.d.ts +3 -0
  162. package/core/NavList/NavVerticalItem.js +19 -0
  163. package/core/NavList/__stories__/Default.d.ts +0 -1
  164. package/core/NavList/__stories__/NavHorizontalLayout.d.ts +0 -1
  165. package/core/NavList/index.d.ts +5 -0
  166. package/core/NavList/index.js +70 -0
  167. package/core/NotificationBanner/__stories__/Default.d.ts +0 -1
  168. package/core/NotificationBanner/__stories__/Success.d.ts +0 -1
  169. package/core/PhaseBanner/__stories__/Default.d.ts +0 -1
  170. package/core/PhaseBanner/__stories__/Underlined.d.ts +0 -1
  171. package/core/Radios/__stories__/ConditionalReveal.d.ts +0 -1
  172. package/core/Radios/__stories__/Default.d.ts +0 -1
  173. package/core/Radios/__stories__/Inline.d.ts +0 -1
  174. package/core/Radios/__stories__/MultipleQuestions.d.ts +0 -1
  175. package/core/Radios/__stories__/NoneAnswer.d.ts +0 -1
  176. package/core/Radios/__stories__/WithErrorMessage.d.ts +0 -1
  177. package/core/Radios/__stories__/WithHints.d.ts +0 -1
  178. package/core/Select/__stories__/Default.d.ts +0 -1
  179. package/core/Select/__stories__/DisabledInput.d.ts +0 -1
  180. package/core/Select/__stories__/WithHint.d.ts +0 -1
  181. package/core/SkipLink/index.d.ts +3 -0
  182. package/core/SkipLink/index.js +19 -0
  183. package/core/SummaryList/SummaryList.stories.d.ts +1 -0
  184. package/core/SummaryList/SummaryList.stories.js +14 -0
  185. package/core/SummaryList/__stories__/Default.d.ts +0 -1
  186. package/core/SummaryList/__stories__/Default.js +7 -1
  187. package/core/SummaryList/__stories__/WithActions.d.ts +0 -1
  188. package/core/SummaryList/__stories__/WithKeyAndAction.d.ts +2 -0
  189. package/core/SummaryList/__stories__/WithKeyAndAction.js +42 -0
  190. package/core/SummaryList/__stories__/WithoutBorders.d.ts +0 -1
  191. package/core/SvgIcon/index.d.ts +1 -0
  192. package/core/SvgIcon/index.js +14 -0
  193. package/core/Table/TableFloatingScroll.d.ts +0 -1
  194. package/core/Table/__stories__/DarkVariant.d.ts +0 -1
  195. package/core/Table/__stories__/DarkVariantWithVerticalHeaders.d.ts +0 -1
  196. package/core/Table/__stories__/Default.d.ts +0 -1
  197. package/core/Table/__stories__/DefinedWidth.d.ts +0 -1
  198. package/core/Table/__stories__/Densed.d.ts +0 -1
  199. package/core/Table/__stories__/MultipleProps.d.ts +0 -1
  200. package/core/Table/__stories__/NoData.d.ts +0 -1
  201. package/core/Table/__stories__/NumericDataType.d.ts +0 -1
  202. package/core/Table/__stories__/TableCaptions.d.ts +0 -1
  203. package/core/Table/__stories__/VerticalBorders.d.ts +0 -1
  204. package/core/Table/__stories__/VerticalHeaders.d.ts +0 -1
  205. package/core/Table/__stories__/WithFloatingScroll.d.ts +0 -1
  206. package/core/Table/__stories__/WithHeader.d.ts +0 -1
  207. package/core/Table/__stories__/WithLoader.d.ts +0 -1
  208. package/core/Table/__stories__/ZebraProp.d.ts +0 -1
  209. package/core/Tabs/__stories__/Default.d.ts +0 -1
  210. package/core/TextArea/__stories__/Default.d.ts +0 -1
  211. package/core/TextArea/__stories__/DisabledInput.d.ts +0 -1
  212. package/core/TextArea/__stories__/LimitedCharacters.d.ts +0 -1
  213. package/core/TextArea/__stories__/MultipleQuestions.d.ts +0 -1
  214. package/core/TextArea/__stories__/WithDeclaredRows.d.ts +0 -1
  215. package/core/TextArea/__stories__/WithErrorMessage.d.ts +0 -1
  216. package/core/TextArea/__stories__/WithHint.d.ts +0 -1
  217. package/core/TextInput/__stories__/AskingForNumbers.d.ts +0 -1
  218. package/core/TextInput/__stories__/Default.d.ts +0 -1
  219. package/core/TextInput/__stories__/DisabledInput.d.ts +0 -1
  220. package/core/TextInput/__stories__/FixedWidths.d.ts +0 -1
  221. package/core/TextInput/__stories__/FluidWidths.d.ts +0 -1
  222. package/core/TextInput/__stories__/MultipleQuestions.d.ts +0 -1
  223. package/core/TextInput/__stories__/WithErrorMessage.d.ts +0 -1
  224. package/core/TextInput/__stories__/WithHint.d.ts +0 -1
  225. package/core/VisuallyHidden/__stories__/Default.d.ts +0 -1
  226. package/core/WarningText/__stories__/Default.d.ts +0 -1
  227. package/core/index.d.ts +4 -0
  228. package/core/index.js +56 -0
  229. package/es/admin/AutoComplete/__stories__/Default.js +1 -1
  230. package/es/admin/AutoComplete/__stories__/WithAutoSelect.js +13 -2
  231. package/es/admin/AutoComplete/__stories__/WithDefaultValue.js +1 -1
  232. package/es/admin/AutoComplete/__stories__/WithInLine.js +1 -1
  233. package/es/admin/AutoComplete/__stories__/WithMinLength.js +1 -1
  234. package/es/admin/AutoComplete/__stories__/WithPlaceHolder.js +1 -1
  235. package/es/admin/AutoComplete/__stories__/WithShowAllValues.js +1 -1
  236. package/es/admin/AutoComplete/__stories__/utils.js +6 -0
  237. package/es/admin/AutoComplete/index.js +6 -45
  238. package/es/admin/AutoComplete/utils.js +18 -5
  239. package/es/admin/Chip/index.js +2 -0
  240. package/es/admin/CopyToClipboard/index.js +2 -1
  241. package/es/admin/Drawer/Drawer.stories.js +2 -5
  242. package/es/admin/Drawer/__stories__/Default.js +13 -13
  243. package/es/admin/Drawer/index.js +1 -0
  244. package/es/admin/DropdownArrowDown/index.js +3 -0
  245. package/es/admin/index.js +1 -0
  246. package/es/app/Footer/Footer.stories.js +1 -0
  247. package/es/app/Footer/__stories__/DefaultCopyright.js +16 -0
  248. package/es/app/Footer/__stories__/FooterAllInclusive.js +5 -2
  249. package/es/app/Footer/__stories__/FooterWithLink.js +1 -1
  250. package/es/app/i18n.js +16 -2
  251. package/es/core/Base/index.js +3 -0
  252. package/es/core/Button/__stories__/GroupingButtons.js +1 -1
  253. package/es/core/Checkboxes/__stories__/NoneAnswerWithError.js +2 -2
  254. package/es/core/FileUpload/__stories__/WithErrorMessage.js +2 -2
  255. package/es/core/Form/index.js +3 -0
  256. package/es/core/Label/index.js +4 -0
  257. package/es/core/Link/index.js +2 -1
  258. package/es/core/NavList/NavHorizontal.js +3 -0
  259. package/es/core/NavList/NavHorizontalList.js +3 -0
  260. package/es/core/NavList/NavHorizontalListItem.js +3 -0
  261. package/es/core/NavList/NavVertical.js +3 -0
  262. package/es/core/NavList/NavVerticalItem.js +3 -0
  263. package/es/core/NavList/index.js +6 -1
  264. package/es/core/SkipLink/index.js +3 -0
  265. package/es/core/SummaryList/SummaryList.stories.js +2 -1
  266. package/es/core/SummaryList/__stories__/Default.js +5 -1
  267. package/es/core/SummaryList/__stories__/WithKeyAndAction.js +20 -0
  268. package/es/core/SvgIcon/index.js +1 -0
  269. package/es/core/index.js +4 -0
  270. package/es/govgr/Footer/Copyright.js +4 -3
  271. package/es/layouts/Basic/Content/index.js +3 -1
  272. package/es/layouts/Basic/Side/index.js +2 -1
  273. package/es/layouts/Basic/__stories__/Default.js +2 -2
  274. package/es/layouts/Basic/index.js +2 -1
  275. package/es/locales/el.js +6 -0
  276. package/es/locales/en.js +5 -0
  277. package/es/registry.js +134 -114
  278. package/es/typography/Caption/index.js +2 -1
  279. package/es/typography/NormalText/__stories__/FontWeight.js +5 -5
  280. package/es/typography/Paragraph/__stories__/FontWeight.js +4 -4
  281. package/es/typography/Title/index.js +2 -1
  282. package/esm/admin/AutoComplete/__stories__/Default.js +1 -1
  283. package/esm/admin/AutoComplete/__stories__/WithAutoSelect.js +13 -2
  284. package/esm/admin/AutoComplete/__stories__/WithDefaultValue.js +1 -1
  285. package/esm/admin/AutoComplete/__stories__/WithInLine.js +1 -1
  286. package/esm/admin/AutoComplete/__stories__/WithMinLength.js +1 -1
  287. package/esm/admin/AutoComplete/__stories__/WithPlaceHolder.js +1 -1
  288. package/esm/admin/AutoComplete/__stories__/WithShowAllValues.js +1 -1
  289. package/esm/admin/AutoComplete/__stories__/utils.js +6 -0
  290. package/esm/admin/AutoComplete/index.js +6 -45
  291. package/esm/admin/AutoComplete/utils.js +18 -5
  292. package/esm/admin/Chip/index.js +2 -0
  293. package/esm/admin/CopyToClipboard/index.js +2 -1
  294. package/esm/admin/Drawer/Drawer.stories.js +2 -5
  295. package/esm/admin/Drawer/__stories__/Default.js +13 -13
  296. package/esm/admin/Drawer/index.js +1 -0
  297. package/esm/admin/DropdownArrowDown/index.js +3 -0
  298. package/esm/admin/index.js +1 -0
  299. package/esm/app/Footer/Footer.stories.js +1 -0
  300. package/esm/app/Footer/__stories__/DefaultCopyright.js +16 -0
  301. package/esm/app/Footer/__stories__/FooterAllInclusive.js +5 -2
  302. package/esm/app/Footer/__stories__/FooterWithLink.js +1 -1
  303. package/esm/app/i18n.js +16 -2
  304. package/esm/core/Base/index.js +3 -0
  305. package/esm/core/Button/__stories__/GroupingButtons.js +1 -1
  306. package/esm/core/Checkboxes/__stories__/NoneAnswerWithError.js +2 -2
  307. package/esm/core/FileUpload/__stories__/WithErrorMessage.js +2 -2
  308. package/esm/core/Form/index.js +3 -0
  309. package/esm/core/Label/index.js +4 -0
  310. package/esm/core/Link/index.js +2 -1
  311. package/esm/core/NavList/NavHorizontal.js +3 -0
  312. package/esm/core/NavList/NavHorizontalList.js +3 -0
  313. package/esm/core/NavList/NavHorizontalListItem.js +3 -0
  314. package/esm/core/NavList/NavVertical.js +3 -0
  315. package/esm/core/NavList/NavVerticalItem.js +3 -0
  316. package/esm/core/NavList/index.js +6 -1
  317. package/esm/core/SkipLink/index.js +3 -0
  318. package/esm/core/SummaryList/SummaryList.stories.js +2 -1
  319. package/esm/core/SummaryList/__stories__/Default.js +5 -1
  320. package/esm/core/SummaryList/__stories__/WithKeyAndAction.js +20 -0
  321. package/esm/core/SvgIcon/index.js +1 -0
  322. package/esm/core/index.js +4 -0
  323. package/esm/govgr/Footer/Copyright.js +4 -3
  324. package/esm/index.js +1 -1
  325. package/esm/layouts/Basic/Content/index.js +3 -1
  326. package/esm/layouts/Basic/Side/index.js +2 -1
  327. package/esm/layouts/Basic/__stories__/Default.js +2 -2
  328. package/esm/layouts/Basic/index.js +2 -1
  329. package/esm/locales/el.js +6 -0
  330. package/esm/locales/en.js +5 -0
  331. package/esm/registry.js +134 -114
  332. package/esm/typography/Caption/index.js +2 -1
  333. package/esm/typography/NormalText/__stories__/FontWeight.js +5 -5
  334. package/esm/typography/Paragraph/__stories__/FontWeight.js +4 -4
  335. package/esm/typography/Title/index.js +2 -1
  336. package/govgr/Footer/Copyright.js +4 -3
  337. package/layouts/Basic/Content/index.d.ts +3 -1
  338. package/layouts/Basic/Content/index.js +6 -0
  339. package/layouts/Basic/Side/index.d.ts +3 -1
  340. package/layouts/Basic/Side/index.js +6 -0
  341. package/layouts/Basic/Top/index.d.ts +1 -1
  342. package/layouts/Basic/__stories__/Default.d.ts +2 -3
  343. package/layouts/Basic/__stories__/Default.js +4 -4
  344. package/layouts/Basic/__stories__/MultipleRowsLayout.d.ts +0 -1
  345. package/layouts/Basic/__stories__/TwoThirdsOneThirdColumns.d.ts +0 -1
  346. package/layouts/Basic/index.d.ts +1 -0
  347. package/layouts/Basic/index.js +9 -1
  348. package/layouts/Grid/__stories__/Default.d.ts +0 -1
  349. package/layouts/Grid/__stories__/Inline.d.ts +0 -1
  350. package/locales/el.d.ts +6 -0
  351. package/locales/el.js +6 -0
  352. package/locales/en.d.ts +5 -0
  353. package/locales/en.js +5 -0
  354. package/package.json +4 -4
  355. package/registry.d.ts +66 -57
  356. package/registry.js +181 -152
  357. package/typography/Caption/__stories__/Default.d.ts +0 -1
  358. package/typography/Caption/__stories__/NestedToTitle.d.ts +0 -1
  359. package/typography/Caption/index.d.ts +3 -2
  360. package/typography/Caption/index.js +8 -1
  361. package/typography/Hint/__stories__/Default.d.ts +0 -1
  362. package/typography/Hint/__stories__/FontSizes.d.ts +0 -1
  363. package/typography/NormalText/__stories__/Default.d.ts +0 -1
  364. package/typography/NormalText/__stories__/FontSizes.d.ts +0 -1
  365. package/typography/NormalText/__stories__/FontWeight.d.ts +2 -3
  366. package/typography/NormalText/__stories__/FontWeight.js +4 -4
  367. package/typography/NormalText/__stories__/Variants.d.ts +0 -1
  368. package/typography/Paragraph/__stories__/Default.d.ts +0 -1
  369. package/typography/Paragraph/__stories__/FontSizes.d.ts +0 -1
  370. package/typography/Paragraph/__stories__/FontWeight.d.ts +2 -3
  371. package/typography/Paragraph/__stories__/FontWeight.js +4 -4
  372. package/typography/Paragraph/__stories__/LeadVariant.d.ts +0 -1
  373. package/typography/Paragraph/__stories__/SmallVariant.d.ts +0 -1
  374. package/typography/Title/__stories__/Default.d.ts +0 -1
  375. package/typography/Title/index.d.ts +2 -1
  376. package/typography/Title/index.js +6 -0
  377. package/admin/AutoComplete/AccesibleAutoComplete/index.d.ts +0 -5
  378. package/admin/AutoComplete/AccesibleAutoComplete/index.js +0 -106
  379. package/es/admin/AutoComplete/AccesibleAutoComplete/index.js +0 -87
  380. package/esm/admin/AutoComplete/AccesibleAutoComplete/index.js +0 -87
@@ -7,7 +7,20 @@ var _typeof = require("@babel/runtime/helpers/typeof");
7
7
  Object.defineProperty(exports, "__esModule", {
8
8
  value: true
9
9
  });
10
- exports["default"] = exports.CopyToClipboard = void 0;
10
+ exports.CopyToClipboard = void 0;
11
+ Object.defineProperty(exports, "CopyToClipboardContainer", {
12
+ enumerable: true,
13
+ get: function get() {
14
+ return _CopyToClipboardContainer["default"];
15
+ }
16
+ });
17
+ Object.defineProperty(exports, "CopyToClipboardMessage", {
18
+ enumerable: true,
19
+ get: function get() {
20
+ return _CopyToClipboardMessage["default"];
21
+ }
22
+ });
23
+ exports["default"] = void 0;
11
24
 
12
25
  var _slicedToArray2 = _interopRequireDefault(require("@babel/runtime/helpers/slicedToArray"));
13
26
 
@@ -1,7 +1,4 @@
1
1
  declare namespace _default {
2
- export const title: string;
3
- export { Drawer as component };
2
+ const title: string;
4
3
  }
5
4
  export default _default;
6
- export * from "@digigov/ui/admin/Drawer/__stories__/Default";
7
- import Drawer from "@digigov/ui/admin/Drawer";
@@ -1,30 +1,11 @@
1
1
  "use strict";
2
2
 
3
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
-
5
3
  Object.defineProperty(exports, "__esModule", {
6
4
  value: true
7
5
  });
8
- var _exportNames = {};
9
6
  exports["default"] = void 0;
10
-
11
- var _Drawer = _interopRequireDefault(require("@digigov/ui/admin/Drawer"));
12
-
13
- var _Default = require("@digigov/ui/admin/Drawer/__stories__/Default");
14
-
15
- Object.keys(_Default).forEach(function (key) {
16
- if (key === "default" || key === "__esModule") return;
17
- if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
18
- if (key in exports && exports[key] === _Default[key]) return;
19
- Object.defineProperty(exports, key, {
20
- enumerable: true,
21
- get: function get() {
22
- return _Default[key];
23
- }
24
- });
25
- });
26
7
  var _default = {
27
- title: 'Digigov UI/admin/Drawer',
28
- component: _Drawer["default"]
29
- };
8
+ title: 'Digigov UI/admin/Drawer'
9
+ }; // export * from '@digigov/ui/admin/Drawer/__stories__/Default';
10
+
30
11
  exports["default"] = _default;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  export declare const Default: () => JSX.Element;
3
2
  export default Default;
@@ -29,6 +29,19 @@ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "functio
29
29
 
30
30
  function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
31
31
 
32
+ function useDrawer() {
33
+ var _useState = (0, _react.useState)(true),
34
+ _useState2 = (0, _slicedToArray2["default"])(_useState, 2),
35
+ open = _useState2[0],
36
+ setOpen = _useState2[1];
37
+
38
+ function toggleDrawer() {
39
+ setOpen(!open);
40
+ }
41
+
42
+ return [open, toggleDrawer];
43
+ }
44
+
32
45
  var _ref = /*#__PURE__*/_react["default"].createElement(_reactCore.GovGRLogo, null);
33
46
 
34
47
  var _ref2 = /*#__PURE__*/_react["default"].createElement(_reactCore.BurgerIcon, null);
@@ -67,19 +80,6 @@ var _ref6 = /*#__PURE__*/_react["default"].createElement(_admin.AdminMain, null,
67
80
  var _ref7 = /*#__PURE__*/_react["default"].createElement(_Footer["default"], null);
68
81
 
69
82
  var Default = function Default() {
70
- function useDrawer() {
71
- var _useState = (0, _react.useState)(true),
72
- _useState2 = (0, _slicedToArray2["default"])(_useState, 2),
73
- open = _useState2[0],
74
- setOpen = _useState2[1];
75
-
76
- function toggleDrawer() {
77
- setOpen(!open);
78
- }
79
-
80
- return [open, toggleDrawer];
81
- }
82
-
83
83
  var _useDrawer = useDrawer(),
84
84
  _useDrawer2 = (0, _slicedToArray2["default"])(_useDrawer, 2),
85
85
  open = _useDrawer2[0],
@@ -1,3 +1,4 @@
1
1
  export * from '@digigov/react-extensions/admin/Drawer';
2
+ export * from '@digigov/react-extensions/admin/DrawerHeading';
2
3
  import Drawer from '@digigov/react-extensions/admin/Drawer';
3
4
  export default Drawer;
@@ -22,6 +22,20 @@ Object.keys(_Drawer).forEach(function (key) {
22
22
  });
23
23
  });
24
24
 
25
+ var _DrawerHeading = require("@digigov/react-extensions/admin/DrawerHeading");
26
+
27
+ Object.keys(_DrawerHeading).forEach(function (key) {
28
+ if (key === "default" || key === "__esModule") return;
29
+ if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
30
+ if (key in exports && exports[key] === _DrawerHeading[key]) return;
31
+ Object.defineProperty(exports, key, {
32
+ enumerable: true,
33
+ get: function get() {
34
+ return _DrawerHeading[key];
35
+ }
36
+ });
37
+ });
38
+
25
39
  function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
26
40
 
27
41
  function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  export declare const AlignRight: () => JSX.Element;
3
2
  export default AlignRight;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  export declare const Default: () => JSX.Element;
3
2
  export default Default;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  export declare const PlacementTop: () => JSX.Element;
3
2
  export default PlacementTop;
@@ -0,0 +1,3 @@
1
+ import DropdownArrowDown from '@digigov/react-extensions/admin/DropdownArrowDown';
2
+ export default DropdownArrowDown;
3
+ export { DropdownArrowDown };
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ Object.defineProperty(exports, "DropdownArrowDown", {
9
+ enumerable: true,
10
+ get: function get() {
11
+ return _DropdownArrowDown["default"];
12
+ }
13
+ });
14
+ exports["default"] = void 0;
15
+
16
+ var _DropdownArrowDown = _interopRequireDefault(require("@digigov/react-extensions/admin/DropdownArrowDown"));
17
+
18
+ var _default = _DropdownArrowDown["default"];
19
+ exports["default"] = _default;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  export declare const AlertDialog: () => JSX.Element;
3
2
  export default AlertDialog;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  export declare const Default: () => JSX.Element;
3
2
  export default Default;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  export declare const Default: () => JSX.Element;
3
2
  export default Default;
@@ -17,7 +17,7 @@ export interface PaginationLabelProps extends CorePaginationLabelProps {
17
17
  /**
18
18
  * PaginationLabel component is used for placing the pagination results label.
19
19
  */
20
- export declare const PaginationLabel: React.ForwardRefExoticComponent<Pick<PaginationLabelProps, "color" | "className" | "children" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "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" | "end" | "start" | "total"> & React.RefAttributes<HTMLParagraphElement>>;
20
+ export declare const PaginationLabel: React.ForwardRefExoticComponent<Pick<PaginationLabelProps, "slot" | "style" | "title" | "as" | "className" | "color" | "id" | "lang" | "role" | "tabIndex" | "end" | "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" | "children" | "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" | "start" | "margin" | "marginTop" | "marginBottom" | "marginLeft" | "marginRight" | "padding" | "paddingTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "printHidden" | "total"> & React.RefAttributes<HTMLParagraphElement>>;
21
21
  export * from '@digigov/react-extensions/admin/Pagination';
22
22
  export * from '@digigov/react-extensions/admin/PaginationList';
23
23
  export * from '@digigov/react-extensions/admin/PaginationListItem';
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  export declare const Default: () => JSX.Element;
3
2
  export default Default;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  export declare const Default: () => JSX.Element;
3
2
  export default Default;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  export declare const Default: () => JSX.Element;
3
2
  export default Default;
package/admin/index.d.ts CHANGED
@@ -1,4 +1,5 @@
1
1
  export * from '@digigov/ui/admin/Dropdown';
2
+ export * from '@digigov/ui/admin/DropdownArrowDown';
2
3
  export * from '@digigov/ui/admin/Chip';
3
4
  export * from '@digigov/ui/admin/CopyToClipboard';
4
5
  export * from '@digigov/ui/admin/FillableText';
package/admin/index.js CHANGED
@@ -17,6 +17,19 @@ Object.keys(_Dropdown).forEach(function (key) {
17
17
  });
18
18
  });
19
19
 
20
+ var _DropdownArrowDown = require("@digigov/ui/admin/DropdownArrowDown");
21
+
22
+ Object.keys(_DropdownArrowDown).forEach(function (key) {
23
+ if (key === "default" || key === "__esModule") return;
24
+ if (key in exports && exports[key] === _DropdownArrowDown[key]) return;
25
+ Object.defineProperty(exports, key, {
26
+ enumerable: true,
27
+ get: function get() {
28
+ return _DropdownArrowDown[key];
29
+ }
30
+ });
31
+ });
32
+
20
33
  var _Chip = require("@digigov/ui/admin/Chip");
21
34
 
22
35
  Object.keys(_Chip).forEach(function (key) {
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  export declare const Default: () => JSX.Element;
3
2
  export default Default;
@@ -6,5 +6,6 @@ export default _default;
6
6
  export * from "./__stories__/Default";
7
7
  export * from "./__stories__/FooterWithLogo";
8
8
  export * from "./__stories__/FooterWithLink";
9
+ export * from "./__stories__/DefaultCopyright";
9
10
  export * from "./__stories__/FooterWithSecondaryNavigation";
10
11
  export * from "./__stories__/FooterAllInclusive";
@@ -52,6 +52,20 @@ Object.keys(_FooterWithLink).forEach(function (key) {
52
52
  });
53
53
  });
54
54
 
55
+ var _DefaultCopyright = require("./__stories__/DefaultCopyright");
56
+
57
+ Object.keys(_DefaultCopyright).forEach(function (key) {
58
+ if (key === "default" || key === "__esModule") return;
59
+ if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
60
+ if (key in exports && exports[key] === _DefaultCopyright[key]) return;
61
+ Object.defineProperty(exports, key, {
62
+ enumerable: true,
63
+ get: function get() {
64
+ return _DefaultCopyright[key];
65
+ }
66
+ });
67
+ });
68
+
55
69
  var _FooterWithSecondaryNavigation = require("./__stories__/FooterWithSecondaryNavigation");
56
70
 
57
71
  Object.keys(_FooterWithSecondaryNavigation).forEach(function (key) {
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  export declare const Default: () => JSX.Element;
3
2
  export default Default;
@@ -0,0 +1,2 @@
1
+ export declare const DefaultCopyright: () => JSX.Element;
2
+ export default DefaultCopyright;
@@ -0,0 +1,32 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports["default"] = exports.DefaultCopyright = void 0;
9
+
10
+ var _react = _interopRequireDefault(require("react"));
11
+
12
+ var _Copyright = _interopRequireDefault(require("@digigov/ui/govgr/Footer/Copyright"));
13
+
14
+ var _HellenicRepublicLogo = _interopRequireDefault(require("@digigov/ui/govgr/Footer/HellenicRepublicLogo"));
15
+
16
+ var _Footer = _interopRequireDefault(require("@digigov/ui/govgr/Footer"));
17
+
18
+ var _reactCore = require("@digigov/react-core");
19
+
20
+ var _ref = /*#__PURE__*/_react["default"].createElement(_Footer["default"], null, /*#__PURE__*/_react["default"].createElement(_reactCore.FooterMeta, null, /*#__PURE__*/_react["default"].createElement(_reactCore.FooterMetaItem, {
21
+ grow: true
22
+ }, /*#__PURE__*/_react["default"].createElement(_reactCore.FooterContent, null, /*#__PURE__*/_react["default"].createElement(_reactCore.VisuallyHidden, null, "\u03A0\u03B5\u03C1\u03B9\u03C3\u03C3\u03CC\u03C4\u03B5\u03C1\u03B5\u03C2 \u03B5\u03C0\u03B9\u03BB\u03BF\u03B3\u03AD\u03C2"), /*#__PURE__*/_react["default"].createElement(_reactCore.FooterInlineList, null, /*#__PURE__*/_react["default"].createElement(_reactCore.FooterInlineListItem, null, /*#__PURE__*/_react["default"].createElement(_reactCore.FooterLink, {
23
+ href: "#"
24
+ }, " \u0391\u03BA\u03CC\u03BC\u03B1 \u03BC\u03B9\u03B1 \u03B5\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE")), /*#__PURE__*/_react["default"].createElement(_reactCore.FooterInlineListItem, null, /*#__PURE__*/_react["default"].createElement(_reactCore.FooterLink, null, " \u0391\u03BA\u03CC\u03BC\u03B1 \u03BC\u03B9\u03B1"))), /*#__PURE__*/_react["default"].createElement(_Copyright["default"], null))), /*#__PURE__*/_react["default"].createElement(_reactCore.FooterMetaItem, null, /*#__PURE__*/_react["default"].createElement(_HellenicRepublicLogo["default"], null))));
25
+
26
+ var DefaultCopyright = function DefaultCopyright() {
27
+ return _ref;
28
+ };
29
+
30
+ exports.DefaultCopyright = DefaultCopyright;
31
+ var _default = DefaultCopyright;
32
+ exports["default"] = _default;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  export declare const FooterAllInclusive: () => JSX.Element;
3
2
  export default FooterAllInclusive;
@@ -31,13 +31,16 @@ var _ref = /*#__PURE__*/_react["default"].createElement(_Footer["default"], null
31
31
  src: "https://government.gov.gr/wp-content/uploads/2017/09/kyvernisi-logo-small-1.png"
32
32
  }), /*#__PURE__*/_react["default"].createElement(_reactCore.FooterImage, {
33
33
  src: "https://grnet.gr/wp-content/uploads/sites/13/2016/04/GRNET_Logo_Transparent-e1431694322566-1.png"
34
- })), /*#__PURE__*/_react["default"].createElement(_Copyright["default"], null, "\xA9 Copyright 2021 - \u03A5\u03BB\u03BF\u03C0\u03BF\u03AF\u03B7\u03C3\u03B7 \u03B1\u03C0\u03CC \u03C4\u03BF", ' ', /*#__PURE__*/_react["default"].createElement(_Link["default"], {
34
+ })), /*#__PURE__*/_react["default"].createElement(_Copyright["default"], null, "\u03A5\u03BB\u03BF\u03C0\u03BF\u03AF\u03B7\u03C3\u03B7 \u03B1\u03C0\u03CC \u03C4\u03BF", ' ', /*#__PURE__*/_react["default"].createElement(_Link["default"], {
35
35
  href: "https://grnet.gr/",
36
36
  target: "_blank"
37
37
  }, ' ', "\u0395\u0394\u03A5\u03A4\u0395", ' ', /*#__PURE__*/_react["default"].createElement(_reactCore.VisuallyHidden, null, "(\u03B1\u03BD\u03BF\u03AF\u03B3\u03B5\u03B9 \u03C3\u03B5 \u03BA\u03B1\u03B9\u03BD\u03BF\u03CD\u03C1\u03B9\u03B1 \u03BA\u03B1\u03C1\u03C4\u03AD\u03BB\u03B1)")), ' ', "\u03B3\u03B9\u03B1 \u03C4\u03BF", ' ', /*#__PURE__*/_react["default"].createElement(_Link["default"], {
38
38
  href: "https://mindigital.gr/",
39
39
  target: "_blank"
40
- }, ' ', "\u03A5\u03C0\u03BF\u03C5\u03C1\u03B3\u03B5\u03AF\u03BF \u03A8\u03B7\u03C6\u03B9\u03B1\u03BA\u03AE\u03C2 \u0394\u03B9\u03B1\u03BA\u03C5\u03B2\u03AD\u03C1\u03BD\u03B7\u03C3\u03B7\u03C2", ' ', /*#__PURE__*/_react["default"].createElement(_reactCore.VisuallyHidden, null, "(\u03B1\u03BD\u03BF\u03AF\u03B3\u03B5\u03B9 \u03C3\u03B5 \u03BA\u03B1\u03B9\u03BD\u03BF\u03CD\u03C1\u03B9\u03B1 \u03BA\u03B1\u03C1\u03C4\u03AD\u03BB\u03B1)"))))), /*#__PURE__*/_react["default"].createElement(_reactCore.FooterMetaItem, null, /*#__PURE__*/_react["default"].createElement(_HellenicRepublicLogo["default"], null))));
40
+ }, ' ', "\u03A5\u03C0\u03BF\u03C5\u03C1\u03B3\u03B5\u03AF\u03BF \u03A8\u03B7\u03C6\u03B9\u03B1\u03BA\u03AE\u03C2 \u0394\u03B9\u03B1\u03BA\u03C5\u03B2\u03AD\u03C1\u03BD\u03B7\u03C3\u03B7\u03C2", ' ', /*#__PURE__*/_react["default"].createElement(_reactCore.VisuallyHidden, null, "(\u03B1\u03BD\u03BF\u03AF\u03B3\u03B5\u03B9 \u03C3\u03B5 \u03BA\u03B1\u03B9\u03BD\u03BF\u03CD\u03C1\u03B9\u03B1 \u03BA\u03B1\u03C1\u03C4\u03AD\u03BB\u03B1)")), ' ', "\u03BA\u03B1\u03B9 \u03B3\u03B9\u03B1 \u03C4\u03BF", ' ', /*#__PURE__*/_react["default"].createElement(_Link["default"], {
41
+ href: "https://www.minedu.gov.gr/",
42
+ target: "_blank"
43
+ }, ' ', "\u03A5\u03C0\u03BF\u03C5\u03C1\u03B3\u03B5\u03AF\u03BF \u03A0\u03B1\u03B9\u03B4\u03B5\u03AF\u03B1\u03C2 \u03BA\u03B1\u03B9 \u0398\u03C1\u03B7\u03C3\u03BA\u03B5\u03C5\u03BC\u03AC\u03C4\u03C9\u03BD", ' ', /*#__PURE__*/_react["default"].createElement(_reactCore.VisuallyHidden, null, "(\u03B1\u03BD\u03BF\u03AF\u03B3\u03B5\u03B9 \u03C3\u03B5 \u03BA\u03B1\u03B9\u03BD\u03BF\u03CD\u03C1\u03B9\u03B1 \u03BA\u03B1\u03C1\u03C4\u03AD\u03BB\u03B1)"))))), /*#__PURE__*/_react["default"].createElement(_reactCore.FooterMetaItem, null, /*#__PURE__*/_react["default"].createElement(_HellenicRepublicLogo["default"], null))));
41
44
 
42
45
  var FooterAllInclusive = function FooterAllInclusive() {
43
46
  return _ref;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  export declare const FooterWithLink: () => JSX.Element;
3
2
  export default FooterWithLink;
@@ -23,7 +23,7 @@ var _ref = /*#__PURE__*/_react["default"].createElement(_Footer["default"], null
23
23
  grow: true
24
24
  }, /*#__PURE__*/_react["default"].createElement(_reactCore.FooterContent, null, /*#__PURE__*/_react["default"].createElement(_reactCore.VisuallyHidden, null, "\u03A0\u03B5\u03C1\u03B9\u03C3\u03C3\u03CC\u03C4\u03B5\u03C1\u03B5\u03C2 \u03B5\u03C0\u03B9\u03BB\u03BF\u03B3\u03AD\u03C2"), /*#__PURE__*/_react["default"].createElement(_reactCore.FooterInlineList, null, /*#__PURE__*/_react["default"].createElement(_reactCore.FooterInlineListItem, null, /*#__PURE__*/_react["default"].createElement(_reactCore.FooterLink, {
25
25
  href: "#"
26
- }, " \u0391\u03BA\u03CC\u03BC\u03B1 \u03BC\u03B9\u03B1 \u03B5\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE")), /*#__PURE__*/_react["default"].createElement(_reactCore.FooterInlineListItem, null, /*#__PURE__*/_react["default"].createElement(_reactCore.FooterLink, null, " \u0391\u03BA\u03CC\u03BC\u03B1 \u03BC\u03B9\u03B1"))), /*#__PURE__*/_react["default"].createElement(_Copyright["default"], null, "\xA9 Copyright 2021 - \u03A5\u03BB\u03BF\u03C0\u03BF\u03AF\u03B7\u03C3\u03B7 \u03B1\u03C0\u03CC \u03C4\u03BF", ' ', /*#__PURE__*/_react["default"].createElement(_Link["default"], {
26
+ }, " \u0391\u03BA\u03CC\u03BC\u03B1 \u03BC\u03B9\u03B1 \u03B5\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE")), /*#__PURE__*/_react["default"].createElement(_reactCore.FooterInlineListItem, null, /*#__PURE__*/_react["default"].createElement(_reactCore.FooterLink, null, " \u0391\u03BA\u03CC\u03BC\u03B1 \u03BC\u03B9\u03B1"))), /*#__PURE__*/_react["default"].createElement(_Copyright["default"], null, "\u03A5\u03BB\u03BF\u03C0\u03BF\u03AF\u03B7\u03C3\u03B7 \u03B1\u03C0\u03CC \u03C4\u03BF", ' ', /*#__PURE__*/_react["default"].createElement(_Link["default"], {
27
27
  href: "https://grnet.gr/",
28
28
  target: "_blank"
29
29
  }, ' ', "\u0395\u0394\u03A5\u03A4\u0395", ' ', /*#__PURE__*/_react["default"].createElement(_reactCore.VisuallyHidden, null, "(\u03B1\u03BD\u03BF\u03AF\u03B3\u03B5\u03B9 \u03C3\u03B5 \u03BA\u03B1\u03B9\u03BD\u03BF\u03CD\u03C1\u03B9\u03B1 \u03BA\u03B1\u03C1\u03C4\u03AD\u03BB\u03B1)")), ' ', "\u03B3\u03B9\u03B1 \u03C4\u03BF", ' ', /*#__PURE__*/_react["default"].createElement(_Link["default"], {
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  export declare const FooterWithLogo: () => JSX.Element;
3
2
  export default FooterWithLogo;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  export declare const FooterWithSecondaryNavigation: () => JSX.Element;
3
2
  export default FooterWithSecondaryNavigation;
@@ -1,13 +1,13 @@
1
- /// <reference types="react" />
2
- declare const _default: {
3
- title: string;
4
- component: import("react").ForwardRefExoticComponent<Pick<import("@digigov/react-core/src/Header").HeaderProps, "color" | "className" | "children" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "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"> & import("react").RefAttributes<HTMLElement>>;
5
- parameters: {
6
- layout: string;
7
- };
8
- };
1
+ declare namespace _default {
2
+ export const title: string;
3
+ export { Header as component };
4
+ export namespace parameters {
5
+ const layout: string;
6
+ }
7
+ }
9
8
  export default _default;
10
- export * from '@digigov/ui/app/Header/__stories__/Default';
11
- export * from '@digigov/ui/app/Header/__stories__/WithServiceName';
12
- export * from '@digigov/ui/app/Header/__stories__/WithServiceNameAndLogo';
13
- export * from '@digigov/ui/app/Header/__stories__/WithNavigation';
9
+ export * from "@digigov/ui/app/Header/__stories__/Default";
10
+ export * from "@digigov/ui/app/Header/__stories__/WithServiceName";
11
+ export * from "@digigov/ui/app/Header/__stories__/WithServiceNameAndLogo";
12
+ export * from "@digigov/ui/app/Header/__stories__/WithNavigation";
13
+ import Header from "@digigov/ui/app/Header";
@@ -1,3 +1,3 @@
1
1
  /// <reference types="react" />
2
- export declare const HeaderLogo: import("react").ForwardRefExoticComponent<Pick<import("@digigov/react-core/HeaderLogo").HeaderLogoProps, "color" | "className" | "children" | "key" | "type" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "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" | "media" | "target" | "href" | "download" | "hrefLang" | "ping" | "rel" | "referrerPolicy" | "src" | "altText"> & import("react").RefAttributes<HTMLAnchorElement>>;
2
+ export declare const HeaderLogo: import("react").ForwardRefExoticComponent<Pick<import("@digigov/react-core/HeaderLogo").HeaderLogoProps, "slot" | "style" | "title" | "as" | "className" | "color" | "id" | "lang" | "media" | "target" | "type" | "role" | "tabIndex" | "href" | "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" | "children" | "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" | "download" | "hrefLang" | "ping" | "rel" | "referrerPolicy" | "src" | "margin" | "marginTop" | "marginBottom" | "marginLeft" | "marginRight" | "padding" | "paddingTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "printHidden" | "altText"> & import("react").RefAttributes<HTMLAnchorElement>>;
3
3
  export default HeaderLogo;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
2
  import { HeaderSectionProps as CoreHeaderSectionProps } from '@digigov/react-core/HeaderSection';
3
3
  export declare type HeaderSectionProps = CoreHeaderSectionProps;
4
- export declare const HeaderSection: import("react").ForwardRefExoticComponent<Pick<CoreHeaderSectionProps, "color" | "className" | "children" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "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"> & import("react").RefAttributes<HTMLDivElement>>;
4
+ export declare const HeaderSection: import("react").ForwardRefExoticComponent<Pick<CoreHeaderSectionProps, "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" | "children" | "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"> & import("react").RefAttributes<HTMLDivElement>>;
5
5
  export default HeaderSection;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
2
  import { HeaderTitleProps as CoreHeaderTitleProps } from '@digigov/react-core/HeaderTitle';
3
3
  export declare type HeaderTitleProps = CoreHeaderTitleProps;
4
- export declare const HeaderTitle: import("react").ForwardRefExoticComponent<Pick<CoreHeaderTitleProps, "color" | "className" | "children" | "key" | "type" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "slot" | "spellCheck" | "style" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "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" | "media" | "target" | "href" | "download" | "hrefLang" | "ping" | "rel" | "referrerPolicy"> & import("react").RefAttributes<HTMLAnchorElement>>;
4
+ export declare const HeaderTitle: import("react").ForwardRefExoticComponent<Pick<CoreHeaderTitleProps, "slot" | "style" | "title" | "as" | "className" | "color" | "id" | "lang" | "media" | "target" | "type" | "role" | "tabIndex" | "href" | "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" | "children" | "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" | "download" | "hrefLang" | "ping" | "rel" | "referrerPolicy" | "margin" | "marginTop" | "marginBottom" | "marginLeft" | "marginRight" | "padding" | "paddingTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "printHidden"> & import("react").RefAttributes<HTMLAnchorElement>>;
5
5
  export default HeaderTitle;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  export declare const Default: () => JSX.Element;
3
2
  export default Default;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  export declare const WithNavigation: () => JSX.Element;
3
2
  export default WithNavigation;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  export declare const WithServiceName: () => JSX.Element;
3
2
  export default WithServiceName;