@digigov/react-experimental 2.0.0-dcbd7ded → 2.0.0-eaf330f5

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 (843) hide show
  1. package/FloatingButton/index.d.ts +21 -0
  2. package/FloatingButton/index.js +23 -23
  3. package/FloatingButton/index.js.map +7 -0
  4. package/Kitchensink/AllComponents/index.js +8 -9
  5. package/Kitchensink/AllComponents.d.ts +2 -0
  6. package/Kitchensink/AllComponents.js.map +7 -0
  7. package/Kitchensink/KitchensinkByCategory/index.js +43 -32
  8. package/{libs-ui/react-experimental/src/Kitchensink → Kitchensink}/KitchensinkByCategory.d.ts +1 -1
  9. package/Kitchensink/KitchensinkByCategory.js.map +7 -0
  10. package/Kitchensink/KitchensinkByLetter/index.js +26 -18
  11. package/{libs-ui/react-experimental/src/Kitchensink → Kitchensink}/KitchensinkByLetter.d.ts +2 -2
  12. package/Kitchensink/KitchensinkByLetter.js.map +7 -0
  13. package/Kitchensink/KitchensinkComponent/index.js +31 -44
  14. package/{libs-ui/react-experimental/src/Kitchensink → Kitchensink}/KitchensinkComponent.d.ts +1 -1
  15. package/Kitchensink/KitchensinkComponent.js.map +7 -0
  16. package/Kitchensink/KitchensinkDashboard/index.js +43 -38
  17. package/{libs-ui/react-experimental/src/Kitchensink → Kitchensink}/KitchensinkDashboard.d.ts +2 -2
  18. package/Kitchensink/KitchensinkDashboard.js.map +7 -0
  19. package/Kitchensink/index.d.ts +5 -0
  20. package/Kitchensink/index.js +6 -5
  21. package/Kitchensink/index.js.map +7 -0
  22. package/OptionButtonBase/index.d.ts +19 -0
  23. package/OptionButtonBase/index.js +24 -23
  24. package/OptionButtonBase/index.js.map +7 -0
  25. package/OptionButtonSteps/index.d.ts +25 -0
  26. package/OptionButtonSteps/index.js +34 -29
  27. package/OptionButtonSteps/index.js.map +7 -0
  28. package/cjs/FloatingButton/index.js +55 -29
  29. package/cjs/FloatingButton/index.js.map +7 -0
  30. package/cjs/Kitchensink/AllComponents/index.js +39 -14
  31. package/cjs/Kitchensink/AllComponents.js.map +7 -0
  32. package/cjs/Kitchensink/KitchensinkByCategory/index.js +75 -38
  33. package/cjs/Kitchensink/KitchensinkByCategory.js.map +7 -0
  34. package/cjs/Kitchensink/KitchensinkByLetter/index.js +58 -24
  35. package/cjs/Kitchensink/KitchensinkByLetter.js.map +7 -0
  36. package/cjs/Kitchensink/KitchensinkComponent/index.js +60 -53
  37. package/cjs/Kitchensink/KitchensinkComponent.js.map +7 -0
  38. package/cjs/Kitchensink/KitchensinkDashboard/index.js +75 -44
  39. package/cjs/Kitchensink/KitchensinkDashboard.js.map +7 -0
  40. package/cjs/Kitchensink/index.js +29 -59
  41. package/cjs/Kitchensink/index.js.map +7 -0
  42. package/cjs/OptionButtonBase/index.js +56 -29
  43. package/cjs/OptionButtonBase/index.js.map +7 -0
  44. package/cjs/OptionButtonSteps/index.js +66 -35
  45. package/cjs/OptionButtonSteps/index.js.map +7 -0
  46. package/cjs/index.js +27 -37
  47. package/cjs/index.js.map +7 -0
  48. package/{libs-ui/react-experimental/src/index.d.ts → index.d.ts} +1 -0
  49. package/index.js +6 -4
  50. package/index.js.map +7 -0
  51. package/package.json +7 -10
  52. package/src/FloatingButton/__snapshots__/index.test.tsx.snap +37 -0
  53. package/src/FloatingButton/index.test.tsx +11 -5
  54. package/src/FloatingButton/index.tsx +1 -1
  55. package/src/Kitchensink/AllComponents.tsx +2 -1
  56. package/src/Kitchensink/KitchensinkByCategory.tsx +2 -6
  57. package/src/Kitchensink/index.ts +5 -5
  58. package/src/OptionButtonBase/__snapshots__/index.test.tsx.snap +37 -0
  59. package/src/OptionButtonBase/index.test.tsx +11 -5
  60. package/src/OptionButtonBase/index.tsx +8 -9
  61. package/src/OptionButtonSteps/__snapshots__/index.test.tsx.snap +84 -0
  62. package/src/OptionButtonSteps/index.test.tsx +21 -7
  63. package/src/OptionButtonSteps/index.tsx +10 -11
  64. package/src/index.ts +1 -0
  65. package/FloatingButton/index.test/index.js +0 -19
  66. package/FloatingButton/index.test/package.json +0 -6
  67. package/OptionButtonBase/index.test/index.js +0 -19
  68. package/OptionButtonBase/index.test/package.json +0 -6
  69. package/OptionButtonSteps/index.test/index.js +0 -32
  70. package/OptionButtonSteps/index.test/package.json +0 -6
  71. package/cjs/FloatingButton/index.test/index.js +0 -22
  72. package/cjs/OptionButtonBase/index.test/index.js +0 -22
  73. package/cjs/OptionButtonSteps/index.test/index.js +0 -35
  74. package/libs/ui/src/api/APIErrors.d.ts +0 -22
  75. package/libs/ui/src/api/APIProvider.d.ts +0 -15
  76. package/libs/ui/src/api/fetchAPI.d.ts +0 -18
  77. package/libs/ui/src/api/index.d.ts +0 -9
  78. package/libs/ui/src/api/useResource.d.ts +0 -11
  79. package/libs/ui/src/api/useResourceAction.d.ts +0 -2
  80. package/libs/ui/src/api/useResourceQuery.d.ts +0 -18
  81. package/libs/ui/src/api/utils.d.ts +0 -6
  82. package/libs/ui/src/app/App.d.ts +0 -7
  83. package/libs/ui/src/app/BannerContainer/BannerContainer.stories.d.ts +0 -10
  84. package/libs/ui/src/app/BannerContainer/__stories__/CookiesBanner.d.ts +0 -3
  85. package/libs/ui/src/app/BannerContainer/index.d.ts +0 -3
  86. package/libs/ui/src/app/BottomInfo/index.d.ts +0 -5
  87. package/libs/ui/src/app/CloseButton/index.d.ts +0 -3
  88. package/libs/ui/src/app/FilterContainer/index.d.ts +0 -11
  89. package/libs/ui/src/app/Footer/Footer.stories.d.ts +0 -18
  90. package/libs/ui/src/app/Footer/__stories__/Default.d.ts +0 -3
  91. package/libs/ui/src/app/Footer/__stories__/DefaultCopyright.d.ts +0 -3
  92. package/libs/ui/src/app/Footer/__stories__/FooterAllInclusive.d.ts +0 -3
  93. package/libs/ui/src/app/Footer/__stories__/FooterWithLink.d.ts +0 -3
  94. package/libs/ui/src/app/Footer/__stories__/FooterWithLogo.d.ts +0 -3
  95. package/libs/ui/src/app/Footer/__stories__/FooterWithSecondaryNavigation.d.ts +0 -3
  96. package/libs/ui/src/app/Footer/__stories__/FooterWithText.d.ts +0 -3
  97. package/libs/ui/src/app/Footer/__stories__/YearCopyright.d.ts +0 -3
  98. package/libs/ui/src/app/Footer/index.d.ts +0 -15
  99. package/libs/ui/src/app/Header/Header.stories.d.ts +0 -18
  100. package/libs/ui/src/app/Header/HeaderContent.d.ts +0 -3
  101. package/libs/ui/src/app/Header/HeaderLogo.d.ts +0 -3
  102. package/libs/ui/src/app/Header/HeaderNavMenuContent.d.ts +0 -3
  103. package/libs/ui/src/app/Header/HeaderSecondaryLogo.d.ts +0 -3
  104. package/libs/ui/src/app/Header/HeaderSection.d.ts +0 -3
  105. package/libs/ui/src/app/Header/HeaderTitle.d.ts +0 -3
  106. package/libs/ui/src/app/Header/__stories__/Default.d.ts +0 -3
  107. package/libs/ui/src/app/Header/__stories__/WithHeaderNavigation.d.ts +0 -3
  108. package/libs/ui/src/app/Header/__stories__/WithNavigation.d.ts +0 -3
  109. package/libs/ui/src/app/Header/__stories__/WithServiceName.d.ts +0 -3
  110. package/libs/ui/src/app/Header/__stories__/WithServiceNameAndLogo.d.ts +0 -3
  111. package/libs/ui/src/app/Header/index.d.ts +0 -9
  112. package/libs/ui/src/app/Loader/Loader.stories.d.ts +0 -8
  113. package/libs/ui/src/app/Loader/__stories__/Default.d.ts +0 -3
  114. package/libs/ui/src/app/Loader/index.d.ts +0 -5
  115. package/libs/ui/src/app/Masthead/Masthead.stories.d.ts +0 -13
  116. package/libs/ui/src/app/Masthead/__stories__/Default.d.ts +0 -3
  117. package/libs/ui/src/app/Masthead/__stories__/WithElements.d.ts +0 -3
  118. package/libs/ui/src/app/Masthead/__stories__/WithLogo.d.ts +0 -3
  119. package/libs/ui/src/app/Masthead/index.d.ts +0 -5
  120. package/libs/ui/src/app/Modal/Modal.stories.d.ts +0 -14
  121. package/libs/ui/src/app/Modal/__stories__/AlertDialog.d.ts +0 -3
  122. package/libs/ui/src/app/Modal/__stories__/Auto.d.ts +0 -3
  123. package/libs/ui/src/app/Modal/__stories__/Default.d.ts +0 -3
  124. package/libs/ui/src/app/Modal/__stories__/Dense.d.ts +0 -3
  125. package/libs/ui/src/app/Modal/__stories__/WithHooks.d.ts +0 -3
  126. package/libs/ui/src/app/Modal/auto.d.ts +0 -21
  127. package/libs/ui/src/app/Modal/hooks.d.ts +0 -26
  128. package/libs/ui/src/app/Modal/index.d.ts +0 -15
  129. package/libs/ui/src/app/NotFound/NotFound.stories.d.ts +0 -8
  130. package/libs/ui/src/app/NotFound/__stories__/Default.d.ts +0 -3
  131. package/libs/ui/src/app/NotFound/index.d.ts +0 -3
  132. package/libs/ui/src/app/OutdatedBrowserBanner/hooks/evaluateBrowserVersion.d.ts +0 -15
  133. package/libs/ui/src/app/OutdatedBrowserBanner/hooks/useOutdatedBrowserCheck.d.ts +0 -2
  134. package/libs/ui/src/app/OutdatedBrowserBanner/index.d.ts +0 -3
  135. package/libs/ui/src/app/PageTitleContainer/index.d.ts +0 -5
  136. package/libs/ui/src/app/Panel/Panel.stories.d.ts +0 -10
  137. package/libs/ui/src/app/Panel/__stories__/Default.d.ts +0 -3
  138. package/libs/ui/src/app/Panel/index.d.ts +0 -5
  139. package/libs/ui/src/app/PhaseBannerHeader/PhaseBannerHeader.stories.d.ts +0 -8
  140. package/libs/ui/src/app/PhaseBannerHeader/__stories__/Default.d.ts +0 -3
  141. package/libs/ui/src/app/PhaseBannerHeader/index.d.ts +0 -8
  142. package/libs/ui/src/app/QrCodeScanner/QrCodeScanner.stories.d.ts +0 -8
  143. package/libs/ui/src/app/QrCodeScanner/__stories__/Default.d.ts +0 -3
  144. package/libs/ui/src/app/QrCodeScanner/index.d.ts +0 -34
  145. package/libs/ui/src/app/QrCodeViewer/QRCode.stories.d.ts +0 -9
  146. package/libs/ui/src/app/QrCodeViewer/__stories__/Custom.d.ts +0 -3
  147. package/libs/ui/src/app/QrCodeViewer/__stories__/Default.d.ts +0 -3
  148. package/libs/ui/src/app/QrCodeViewer/index.d.ts +0 -6
  149. package/libs/ui/src/app/QrCodeViewer/qrcodegen.d.ts +0 -100
  150. package/libs/ui/src/app/QrCodeViewer/types.d.ts +0 -28
  151. package/libs/ui/src/app/QrCodeViewer/utils.d.ts +0 -11
  152. package/libs/ui/src/app/ThemeOptions/index.d.ts +0 -17
  153. package/libs/ui/src/app/hooks/useFontSize.d.ts +0 -6
  154. package/libs/ui/src/app/hooks/useHighlightLinks.d.ts +0 -8
  155. package/libs/ui/src/app/hooks/useLetterSpacing.d.ts +0 -6
  156. package/libs/ui/src/app/hooks/useLineHeight.d.ts +0 -6
  157. package/libs/ui/src/app/hooks/useTheme.d.ts +0 -8
  158. package/libs/ui/src/app/hooks/useVariantVars.d.ts +0 -8
  159. package/libs/ui/src/app/index.d.ts +0 -16
  160. package/libs/ui/src/content/Accordion/Accordion.stories.d.ts +0 -14
  161. package/libs/ui/src/content/Accordion/__stories__/Auto.d.ts +0 -3
  162. package/libs/ui/src/content/Accordion/__stories__/Default.d.ts +0 -3
  163. package/libs/ui/src/content/Accordion/__stories__/WithHints.d.ts +0 -3
  164. package/libs/ui/src/content/Accordion/__stories__/WithHook.d.ts +0 -3
  165. package/libs/ui/src/content/Accordion/auto.d.ts +0 -18
  166. package/libs/ui/src/content/Accordion/hooks.d.ts +0 -26
  167. package/libs/ui/src/content/Accordion/index.d.ts +0 -10
  168. package/libs/ui/src/content/Blockquote/Blockquote.stories.d.ts +0 -11
  169. package/libs/ui/src/content/Blockquote/__stories__/Default.d.ts +0 -3
  170. package/libs/ui/src/content/Blockquote/__stories__/Dense.d.ts +0 -3
  171. package/libs/ui/src/content/Blockquote/index.d.ts +0 -3
  172. package/libs/ui/src/content/Card/Card.stories.d.ts +0 -21
  173. package/libs/ui/src/content/Card/__stories__/Default.d.ts +0 -3
  174. package/libs/ui/src/content/Card/__stories__/Dense.d.ts +0 -3
  175. package/libs/ui/src/content/Card/__stories__/WithClickableContent.d.ts +0 -3
  176. package/libs/ui/src/content/Card/__stories__/WithClickableLink.d.ts +0 -3
  177. package/libs/ui/src/content/Card/__stories__/WithDarkBorder.d.ts +0 -3
  178. package/libs/ui/src/content/Card/__stories__/WithDarkTopBorder.d.ts +0 -3
  179. package/libs/ui/src/content/Card/__stories__/WithDivider.d.ts +0 -3
  180. package/libs/ui/src/content/Card/__stories__/WithGrayBorder.d.ts +0 -3
  181. package/libs/ui/src/content/Card/__stories__/WithGrayTopBorder.d.ts +0 -3
  182. package/libs/ui/src/content/Card/__stories__/WithGroupButton.d.ts +0 -3
  183. package/libs/ui/src/content/Card/__stories__/WithLink.d.ts +0 -3
  184. package/libs/ui/src/content/Card/index.d.ts +0 -6
  185. package/libs/ui/src/content/Chip/Chip.stories.d.ts +0 -12
  186. package/libs/ui/src/content/Chip/__stories__/ClickableChip.d.ts +0 -3
  187. package/libs/ui/src/content/Chip/__stories__/ClickableDeletableChip.d.ts +0 -3
  188. package/libs/ui/src/content/Chip/__stories__/Default.d.ts +0 -3
  189. package/libs/ui/src/content/Chip/__stories__/DeletableChip.d.ts +0 -3
  190. package/libs/ui/src/content/Chip/__stories__/GroupOfChips.d.ts +0 -3
  191. package/libs/ui/src/content/Chip/index.d.ts +0 -6
  192. package/libs/ui/src/content/Details/Details.stories.d.ts +0 -10
  193. package/libs/ui/src/content/Details/__stories__/Default.d.ts +0 -3
  194. package/libs/ui/src/content/Details/index.d.ts +0 -5
  195. package/libs/ui/src/content/FillableText/index.d.ts +0 -4
  196. package/libs/ui/src/content/List/List.d.ts +0 -3
  197. package/libs/ui/src/content/List/List.stories.d.ts +0 -15
  198. package/libs/ui/src/content/List/ListItem.d.ts +0 -3
  199. package/libs/ui/src/content/List/__stories__/BulletList.d.ts +0 -3
  200. package/libs/ui/src/content/List/__stories__/Default.d.ts +0 -3
  201. package/libs/ui/src/content/List/__stories__/HorizontalList.d.ts +0 -3
  202. package/libs/ui/src/content/List/__stories__/NestedBulletList.d.ts +0 -3
  203. package/libs/ui/src/content/List/__stories__/NumberedList.d.ts +0 -3
  204. package/libs/ui/src/content/List/__stories__/WithExtraSpace.d.ts +0 -3
  205. package/libs/ui/src/content/List/index.d.ts +0 -3
  206. package/libs/ui/src/content/Markdown/index.d.ts +0 -3
  207. package/libs/ui/src/content/Markdown/useMarkdownToHTML.d.ts +0 -6
  208. package/libs/ui/src/content/SafeHTML/index.d.ts +0 -10
  209. package/libs/ui/src/content/StepNav/StepNav.stories.d.ts +0 -13
  210. package/libs/ui/src/content/StepNav/__stories__/Auto.d.ts +0 -3
  211. package/libs/ui/src/content/StepNav/__stories__/Default.d.ts +0 -3
  212. package/libs/ui/src/content/StepNav/__stories__/Dense.d.ts +0 -3
  213. package/libs/ui/src/content/StepNav/__stories__/WithHints.d.ts +0 -3
  214. package/libs/ui/src/content/StepNav/__stories__/WithHook.d.ts +0 -3
  215. package/libs/ui/src/content/StepNav/auto.d.ts +0 -19
  216. package/libs/ui/src/content/StepNav/index.d.ts +0 -16
  217. package/libs/ui/src/content/SummaryList/SummaryList.stories.d.ts +0 -15
  218. package/libs/ui/src/content/SummaryList/__stories__/Default.d.ts +0 -3
  219. package/libs/ui/src/content/SummaryList/__stories__/RowVariations.d.ts +0 -3
  220. package/libs/ui/src/content/SummaryList/__stories__/WithActions.d.ts +0 -3
  221. package/libs/ui/src/content/SummaryList/__stories__/WithKeyAndAction.d.ts +0 -3
  222. package/libs/ui/src/content/SummaryList/__stories__/WithoutActions.d.ts +0 -3
  223. package/libs/ui/src/content/SummaryList/__stories__/WithoutBorders.d.ts +0 -3
  224. package/libs/ui/src/content/SummaryList/index.d.ts +0 -7
  225. package/libs/ui/src/content/Table/Table.stories.d.ts +0 -27
  226. package/libs/ui/src/content/Table/TableFloatingScroll.d.ts +0 -3
  227. package/libs/ui/src/content/Table/__stories__/DarkVariant.d.ts +0 -3
  228. package/libs/ui/src/content/Table/__stories__/DarkVariantWithVerticalHeaders.d.ts +0 -3
  229. package/libs/ui/src/content/Table/__stories__/Default.d.ts +0 -3
  230. package/libs/ui/src/content/Table/__stories__/DefinedWidth.d.ts +0 -3
  231. package/libs/ui/src/content/Table/__stories__/Densed.d.ts +0 -3
  232. package/libs/ui/src/content/Table/__stories__/Full.d.ts +0 -3
  233. package/libs/ui/src/content/Table/__stories__/MultipleProps.d.ts +0 -3
  234. package/libs/ui/src/content/Table/__stories__/NoData.d.ts +0 -3
  235. package/libs/ui/src/content/Table/__stories__/NumericDataType.d.ts +0 -3
  236. package/libs/ui/src/content/Table/__stories__/RowColors.d.ts +0 -3
  237. package/libs/ui/src/content/Table/__stories__/Stacked.d.ts +0 -3
  238. package/libs/ui/src/content/Table/__stories__/TableCaptions.d.ts +0 -3
  239. package/libs/ui/src/content/Table/__stories__/VerticalBorders.d.ts +0 -3
  240. package/libs/ui/src/content/Table/__stories__/VerticalHeaders.d.ts +0 -3
  241. package/libs/ui/src/content/Table/__stories__/WithFloatingScroll.d.ts +0 -3
  242. package/libs/ui/src/content/Table/__stories__/WithLoader.d.ts +0 -3
  243. package/libs/ui/src/content/Table/__stories__/WithSortFilters.d.ts +0 -3
  244. package/libs/ui/src/content/Table/__stories__/ZebraProp.d.ts +0 -3
  245. package/libs/ui/src/content/Table/hooks/useSort.d.ts +0 -9
  246. package/libs/ui/src/content/Table/index.d.ts +0 -28
  247. package/libs/ui/src/content/TaskList/TaskList.stories.d.ts +0 -10
  248. package/libs/ui/src/content/TaskList/__stories__/Default.d.ts +0 -3
  249. package/libs/ui/src/content/TaskList/__stories__/Dense.d.ts +0 -3
  250. package/libs/ui/src/content/TaskList/index.d.ts +0 -7
  251. package/libs/ui/src/content/Timeline/Timeline.stories.d.ts +0 -10
  252. package/libs/ui/src/content/Timeline/__stories__/Default.d.ts +0 -3
  253. package/libs/ui/src/content/Timeline/__stories__/Dense.d.ts +0 -3
  254. package/libs/ui/src/content/Timeline/index.d.ts +0 -7
  255. package/libs/ui/src/content/index.d.ts +0 -12
  256. package/libs/ui/src/feedback/CopyToClipboard/CopyToClipboard.stories.d.ts +0 -10
  257. package/libs/ui/src/feedback/CopyToClipboard/__stories__/Banner.d.ts +0 -3
  258. package/libs/ui/src/feedback/CopyToClipboard/__stories__/Default.d.ts +0 -3
  259. package/libs/ui/src/feedback/CopyToClipboard/__stories__/Dense.d.ts +0 -3
  260. package/libs/ui/src/feedback/CopyToClipboard/index.d.ts +0 -12
  261. package/libs/ui/src/feedback/ErrorSummary/ErrorSummary.stories.d.ts +0 -15
  262. package/libs/ui/src/feedback/ErrorSummary/__stories__/Default.d.ts +0 -3
  263. package/libs/ui/src/feedback/ErrorSummary/__stories__/Dense.d.ts +0 -3
  264. package/libs/ui/src/feedback/ErrorSummary/__stories__/LinkedToCheckbox.d.ts +0 -3
  265. package/libs/ui/src/feedback/ErrorSummary/__stories__/LinkedToField.d.ts +0 -3
  266. package/libs/ui/src/feedback/ErrorSummary/__stories__/LinkedToInput.d.ts +0 -3
  267. package/libs/ui/src/feedback/ErrorSummary/__stories__/WithBackLinkAndButton.d.ts +0 -3
  268. package/libs/ui/src/feedback/ErrorSummary/index.d.ts +0 -3
  269. package/libs/ui/src/feedback/NotificationBanner/NotificationBanner.stories.d.ts +0 -13
  270. package/libs/ui/src/feedback/NotificationBanner/__stories__/Default.d.ts +0 -3
  271. package/libs/ui/src/feedback/NotificationBanner/__stories__/Dense.d.ts +0 -3
  272. package/libs/ui/src/feedback/NotificationBanner/__stories__/Success.d.ts +0 -3
  273. package/libs/ui/src/feedback/NotificationBanner/index.d.ts +0 -18
  274. package/libs/ui/src/feedback/PhaseBanner/PhaseBanner.stories.d.ts +0 -11
  275. package/libs/ui/src/feedback/PhaseBanner/__stories__/Default.d.ts +0 -3
  276. package/libs/ui/src/feedback/PhaseBanner/__stories__/Underlined.d.ts +0 -3
  277. package/libs/ui/src/feedback/PhaseBanner/index.d.ts +0 -6
  278. package/libs/ui/src/feedback/WarningText/WarningText.stories.d.ts +0 -12
  279. package/libs/ui/src/feedback/WarningText/__stories__/AssistiveText.d.ts +0 -3
  280. package/libs/ui/src/feedback/WarningText/__stories__/Default.d.ts +0 -3
  281. package/libs/ui/src/feedback/WarningText/__stories__/Dense.d.ts +0 -3
  282. package/libs/ui/src/feedback/WarningText/index.d.ts +0 -3
  283. package/libs/ui/src/feedback/index.d.ts +0 -5
  284. package/libs/ui/src/form/AutoComplete/AutoComplete.stories.d.ts +0 -14
  285. package/libs/ui/src/form/AutoComplete/Status/index.d.ts +0 -40
  286. package/libs/ui/src/form/AutoComplete/__stories__/Default.d.ts +0 -3
  287. package/libs/ui/src/form/AutoComplete/__stories__/WithAutoSelect.d.ts +0 -3
  288. package/libs/ui/src/form/AutoComplete/__stories__/WithDefaultValue.d.ts +0 -3
  289. package/libs/ui/src/form/AutoComplete/__stories__/WithInLine.d.ts +0 -3
  290. package/libs/ui/src/form/AutoComplete/__stories__/WithMinLength.d.ts +0 -3
  291. package/libs/ui/src/form/AutoComplete/__stories__/WithPlaceHolder.d.ts +0 -3
  292. package/libs/ui/src/form/AutoComplete/__stories__/WithShowAllValues.d.ts +0 -3
  293. package/libs/ui/src/form/AutoComplete/index.d.ts +0 -117
  294. package/libs/ui/src/form/AutoComplete/utils.d.ts +0 -11
  295. package/libs/ui/src/form/Button/Button.stories.d.ts +0 -21
  296. package/libs/ui/src/form/Button/ButtonLink.d.ts +0 -3
  297. package/libs/ui/src/form/Button/CallToAction.d.ts +0 -3
  298. package/libs/ui/src/form/Button/ThemeToggleButton.d.ts +0 -3
  299. package/libs/ui/src/form/Button/__stories__/Back.d.ts +0 -4
  300. package/libs/ui/src/form/Button/__stories__/ButtonLinkButton.d.ts +0 -6
  301. package/libs/ui/src/form/Button/__stories__/CallToActionButton.d.ts +0 -3
  302. package/libs/ui/src/form/Button/__stories__/Dense.d.ts +0 -3
  303. package/libs/ui/src/form/Button/__stories__/Disabled.d.ts +0 -3
  304. package/libs/ui/src/form/Button/__stories__/GroupingButtons.d.ts +0 -3
  305. package/libs/ui/src/form/Button/__stories__/GroupingButtonsAndLinks.d.ts +0 -3
  306. package/libs/ui/src/form/Button/__stories__/Primary.d.ts +0 -3
  307. package/libs/ui/src/form/Button/__stories__/Secondary.d.ts +0 -3
  308. package/libs/ui/src/form/Button/__stories__/ThemeToggle.d.ts +0 -3
  309. package/libs/ui/src/form/Button/__stories__/Warning.d.ts +0 -3
  310. package/libs/ui/src/form/Button/__stories__/WithVariantLink.d.ts +0 -3
  311. package/libs/ui/src/form/Button/index.d.ts +0 -13
  312. package/libs/ui/src/form/Checkbox/Checkbox.stories.d.ts +0 -19
  313. package/libs/ui/src/form/Checkbox/__stories__/ConditionalReveal.d.ts +0 -3
  314. package/libs/ui/src/form/Checkbox/__stories__/Default.d.ts +0 -3
  315. package/libs/ui/src/form/Checkbox/__stories__/Dense.d.ts +0 -3
  316. package/libs/ui/src/form/Checkbox/__stories__/Inline.d.ts +0 -3
  317. package/libs/ui/src/form/Checkbox/__stories__/InlineWithDivider.d.ts +0 -3
  318. package/libs/ui/src/form/Checkbox/__stories__/MultipleQuestions.d.ts +0 -3
  319. package/libs/ui/src/form/Checkbox/__stories__/NoneAnswer.d.ts +0 -3
  320. package/libs/ui/src/form/Checkbox/__stories__/NoneAnswerWithError.d.ts +0 -3
  321. package/libs/ui/src/form/Checkbox/__stories__/WithErrorMessage.d.ts +0 -3
  322. package/libs/ui/src/form/Checkbox/__stories__/WithHint.d.ts +0 -3
  323. package/libs/ui/src/form/Checkbox/index.d.ts +0 -5
  324. package/libs/ui/src/form/DateInputContainer/DateInputContainer.stories.d.ts +0 -14
  325. package/libs/ui/src/form/DateInputContainer/__stories__/Default.d.ts +0 -3
  326. package/libs/ui/src/form/DateInputContainer/__stories__/Dense.d.ts +0 -3
  327. package/libs/ui/src/form/DateInputContainer/__stories__/MultipleQuestions.d.ts +0 -3
  328. package/libs/ui/src/form/DateInputContainer/__stories__/WithErrorMessage.d.ts +0 -3
  329. package/libs/ui/src/form/DateInputContainer/__stories__/WithErrorMessageForSingleField.d.ts +0 -3
  330. package/libs/ui/src/form/DateInputContainer/index.d.ts +0 -4
  331. package/libs/ui/src/form/ErrorMessage/ErrorMessage.stories.d.ts +0 -12
  332. package/libs/ui/src/form/ErrorMessage/__stories__/DateInputError.d.ts +0 -3
  333. package/libs/ui/src/form/ErrorMessage/__stories__/Default.d.ts +0 -3
  334. package/libs/ui/src/form/ErrorMessage/__stories__/ErrorMessageOnly.d.ts +0 -3
  335. package/libs/ui/src/form/ErrorMessage/index.d.ts +0 -3
  336. package/libs/ui/src/form/FieldContainer/index.d.ts +0 -5
  337. package/libs/ui/src/form/FileUpload/FileUpload.stories.d.ts +0 -10
  338. package/libs/ui/src/form/FileUpload/__stories__/Default.d.ts +0 -3
  339. package/libs/ui/src/form/FileUpload/__stories__/WithErrorMessage.d.ts +0 -3
  340. package/libs/ui/src/form/FileUpload/index.d.ts +0 -4
  341. package/libs/ui/src/form/Form/index.d.ts +0 -3
  342. package/libs/ui/src/form/LabelContainer/index.d.ts +0 -4
  343. package/libs/ui/src/form/RadioContainer/RadioContainer.stories.d.ts +0 -19
  344. package/libs/ui/src/form/RadioContainer/__stories__/ConditionalReveal.d.ts +0 -3
  345. package/libs/ui/src/form/RadioContainer/__stories__/Default.d.ts +0 -3
  346. package/libs/ui/src/form/RadioContainer/__stories__/Dense.d.ts +0 -3
  347. package/libs/ui/src/form/RadioContainer/__stories__/Inline.d.ts +0 -3
  348. package/libs/ui/src/form/RadioContainer/__stories__/InlineWithDivider.d.ts +0 -3
  349. package/libs/ui/src/form/RadioContainer/__stories__/MultipleQuestions.d.ts +0 -3
  350. package/libs/ui/src/form/RadioContainer/__stories__/NoneAnswer.d.ts +0 -3
  351. package/libs/ui/src/form/RadioContainer/__stories__/WithErrorMessage.d.ts +0 -3
  352. package/libs/ui/src/form/RadioContainer/__stories__/WithHints.d.ts +0 -3
  353. package/libs/ui/src/form/RadioContainer/__stories__/WithMediumLegend.d.ts +0 -3
  354. package/libs/ui/src/form/RadioContainer/index.d.ts +0 -6
  355. package/libs/ui/src/form/SearchContainer/index.d.ts +0 -5
  356. package/libs/ui/src/form/SelectContainer/SelectContainer.stories.d.ts +0 -13
  357. package/libs/ui/src/form/SelectContainer/__stories__/Default.d.ts +0 -3
  358. package/libs/ui/src/form/SelectContainer/__stories__/Dense.d.ts +0 -3
  359. package/libs/ui/src/form/SelectContainer/__stories__/DisabledInput.d.ts +0 -3
  360. package/libs/ui/src/form/SelectContainer/__stories__/WithHint.d.ts +0 -3
  361. package/libs/ui/src/form/SelectContainer/index.d.ts +0 -4
  362. package/libs/ui/src/form/SingleCharacterInputs/SingleCharacterInput.stories.d.ts +0 -13
  363. package/libs/ui/src/form/SingleCharacterInputs/__stories__/Default.d.ts +0 -3
  364. package/libs/ui/src/form/SingleCharacterInputs/__stories__/WithDefaultError.d.ts +0 -3
  365. package/libs/ui/src/form/SingleCharacterInputs/__stories__/WithErrorMessageInvalidCode.d.ts +0 -3
  366. package/libs/ui/src/form/SingleCharacterInputs/__stories__/WithErrorMessageLessDigit.d.ts +0 -3
  367. package/libs/ui/src/form/SingleCharacterInputs/index.d.ts +0 -4
  368. package/libs/ui/src/form/TextArea/TextArea.stories.d.ts +0 -17
  369. package/libs/ui/src/form/TextArea/__stories__/Default.d.ts +0 -3
  370. package/libs/ui/src/form/TextArea/__stories__/Dense.d.ts +0 -3
  371. package/libs/ui/src/form/TextArea/__stories__/DisabledInput.d.ts +0 -3
  372. package/libs/ui/src/form/TextArea/__stories__/LimitedCharacters.d.ts +0 -3
  373. package/libs/ui/src/form/TextArea/__stories__/MultipleQuestions.d.ts +0 -3
  374. package/libs/ui/src/form/TextArea/__stories__/WithDeclaredRows.d.ts +0 -3
  375. package/libs/ui/src/form/TextArea/__stories__/WithErrorMessage.d.ts +0 -3
  376. package/libs/ui/src/form/TextArea/__stories__/WithHint.d.ts +0 -3
  377. package/libs/ui/src/form/TextArea/index.d.ts +0 -3
  378. package/libs/ui/src/form/TextInput/TextInput.stories.d.ts +0 -18
  379. package/libs/ui/src/form/TextInput/__stories__/AskingForNumbers.d.ts +0 -3
  380. package/libs/ui/src/form/TextInput/__stories__/Default.d.ts +0 -3
  381. package/libs/ui/src/form/TextInput/__stories__/Dense.d.ts +0 -3
  382. package/libs/ui/src/form/TextInput/__stories__/DisabledInput.d.ts +0 -3
  383. package/libs/ui/src/form/TextInput/__stories__/FixedWidths.d.ts +0 -3
  384. package/libs/ui/src/form/TextInput/__stories__/FluidWidths.d.ts +0 -3
  385. package/libs/ui/src/form/TextInput/__stories__/MultipleQuestions.d.ts +0 -3
  386. package/libs/ui/src/form/TextInput/__stories__/WithErrorMessage.d.ts +0 -3
  387. package/libs/ui/src/form/TextInput/__stories__/WithHint.d.ts +0 -3
  388. package/libs/ui/src/form/TextInput/index.d.ts +0 -3
  389. package/libs/ui/src/form/index.d.ts +0 -15
  390. package/libs/ui/src/govgr/Footer/Copyright.d.ts +0 -11
  391. package/libs/ui/src/govgr/Footer/HellenicRepublicLogo.d.ts +0 -3
  392. package/libs/ui/src/govgr/Footer/LicenseCCSA.d.ts +0 -3
  393. package/libs/ui/src/govgr/Footer/index.d.ts +0 -13
  394. package/libs/ui/src/govgr/Footer/logo.d.ts +0 -2
  395. package/libs/ui/src/govgr/Footer/logos/logo-el.d.ts +0 -2
  396. package/libs/ui/src/govgr/Footer/logos/logo-en.d.ts +0 -2
  397. package/libs/ui/src/govgr/GovGRLogo/index.d.ts +0 -3
  398. package/libs/ui/src/govgr/GovGRLogo/logo.d.ts +0 -2
  399. package/libs/ui/src/govgr/images/govgr-logo-base64.d.ts +0 -2
  400. package/libs/ui/src/govgr/images/govgr-logo-blue-base64.d.ts +0 -2
  401. package/libs/ui/src/govgr/images/greek-government-base64.d.ts +0 -2
  402. package/libs/ui/src/govgr/images/grnet-logo-base64.d.ts +0 -2
  403. package/libs/ui/src/govgr/images/index.d.ts +0 -5
  404. package/libs/ui/src/govgr/images/minedu-logo-base64.d.ts +0 -2
  405. package/libs/ui/src/govgr/images/minedu-logo-black-base64.d.ts +0 -2
  406. package/libs/ui/src/govgr/index.d.ts +0 -5
  407. package/libs/ui/src/i18n/I18nText.d.ts +0 -10
  408. package/libs/ui/src/i18n/index.d.ts +0 -12
  409. package/libs/ui/src/i18n/locales/el.d.ts +0 -110
  410. package/libs/ui/src/i18n/locales/en.d.ts +0 -104
  411. package/libs/ui/src/icons/Icon/index.d.ts +0 -5
  412. package/libs/ui/src/icons/ImageLogo/index.d.ts +0 -3
  413. package/libs/ui/src/icons/ImageLogoSet/index.d.ts +0 -3
  414. package/libs/ui/src/icons/index.d.ts +0 -2
  415. package/libs/ui/src/index.d.ts +0 -11
  416. package/libs/ui/src/layouts/Admin/index.d.ts +0 -9
  417. package/libs/ui/src/layouts/Basic/Aside/index.d.ts +0 -3
  418. package/libs/ui/src/layouts/Basic/Basic.stories.d.ts +0 -11
  419. package/libs/ui/src/layouts/Basic/Bottom/index.d.ts +0 -3
  420. package/libs/ui/src/layouts/Basic/Container/index.d.ts +0 -3
  421. package/libs/ui/src/layouts/Basic/Main/index.d.ts +0 -3
  422. package/libs/ui/src/layouts/Basic/Masthead/index.d.ts +0 -5
  423. package/libs/ui/src/layouts/Basic/Top/index.d.ts +0 -3
  424. package/libs/ui/src/layouts/Basic/__stories__/Default.d.ts +0 -3
  425. package/libs/ui/src/layouts/Basic/__stories__/MultipleRowsLayout.d.ts +0 -3
  426. package/libs/ui/src/layouts/Basic/__stories__/TwoThirdsOneThirdColumns.d.ts +0 -3
  427. package/libs/ui/src/layouts/Basic/index.d.ts +0 -9
  428. package/libs/ui/src/layouts/Grid/Grid.stories.d.ts +0 -10
  429. package/libs/ui/src/layouts/Grid/__stories__/Default.d.ts +0 -3
  430. package/libs/ui/src/layouts/Grid/__stories__/Inline.d.ts +0 -3
  431. package/libs/ui/src/layouts/Grid/__stories__/ResponsiveSpacing.d.ts +0 -3
  432. package/libs/ui/src/layouts/Grid/index.d.ts +0 -4
  433. package/libs/ui/src/layouts/Hidden/index.d.ts +0 -1
  434. package/libs/ui/src/layouts/Screen/Screen.stories.d.ts +0 -11
  435. package/libs/ui/src/layouts/Screen/__stories__/Default.d.ts +0 -3
  436. package/libs/ui/src/layouts/Screen/__stories__/ScreenDown.d.ts +0 -3
  437. package/libs/ui/src/layouts/Screen/__stories__/ScreenUp.d.ts +0 -3
  438. package/libs/ui/src/layouts/Screen/__stories__/SpecificScreenSize.d.ts +0 -3
  439. package/libs/ui/src/layouts/Screen/index.d.ts +0 -6
  440. package/libs/ui/src/layouts/Section/index.d.ts +0 -3
  441. package/libs/ui/src/layouts/SectionBreak/index.d.ts +0 -3
  442. package/libs/ui/src/layouts/Stack/Stack.stories.d.ts +0 -13
  443. package/libs/ui/src/layouts/Stack/__stories__/AlignItems.d.ts +0 -3
  444. package/libs/ui/src/layouts/Stack/__stories__/Default.d.ts +0 -3
  445. package/libs/ui/src/layouts/Stack/__stories__/JustifyContent.d.ts +0 -3
  446. package/libs/ui/src/layouts/Stack/__stories__/NoWrap.d.ts +0 -3
  447. package/libs/ui/src/layouts/Stack/__stories__/Row.d.ts +0 -3
  448. package/libs/ui/src/layouts/Stack/__stories__/Spacing.d.ts +0 -3
  449. package/libs/ui/src/layouts/Stack/index.d.ts +0 -2
  450. package/libs/ui/src/layouts/index.d.ts +0 -11
  451. package/libs/ui/src/navigation/BackLink/BackLink.stories.d.ts +0 -8
  452. package/libs/ui/src/navigation/BackLink/__stories__/Default.d.ts +0 -3
  453. package/libs/ui/src/navigation/BackLink/index.d.ts +0 -3
  454. package/libs/ui/src/navigation/BackToTopLink/BackToTopLink.stories.d.ts +0 -9
  455. package/libs/ui/src/navigation/BackToTopLink/__stories__/Default.d.ts +0 -3
  456. package/libs/ui/src/navigation/BackToTopLink/__stories__/InMain.d.ts +0 -3
  457. package/libs/ui/src/navigation/BackToTopLink/index.d.ts +0 -12
  458. package/libs/ui/src/navigation/Breadcrumbs/Breadcrumbs.stories.d.ts +0 -10
  459. package/libs/ui/src/navigation/Breadcrumbs/__stories__/Default.d.ts +0 -3
  460. package/libs/ui/src/navigation/Breadcrumbs/index.d.ts +0 -5
  461. package/libs/ui/src/navigation/Drawer/Drawer.stories.d.ts +0 -12
  462. package/libs/ui/src/navigation/Drawer/__stories__/Auto.d.ts +0 -2
  463. package/libs/ui/src/navigation/Drawer/__stories__/Default.d.ts +0 -3
  464. package/libs/ui/src/navigation/Drawer/__stories__/WithHook.d.ts +0 -2
  465. package/libs/ui/src/navigation/Drawer/auto.d.ts +0 -28
  466. package/libs/ui/src/navigation/Drawer/hooks.d.ts +0 -20
  467. package/libs/ui/src/navigation/Drawer/index.d.ts +0 -5
  468. package/libs/ui/src/navigation/Dropdown/Dropdown.stories.d.ts +0 -19
  469. package/libs/ui/src/navigation/Dropdown/__stories__/AlignRight.d.ts +0 -3
  470. package/libs/ui/src/navigation/Dropdown/__stories__/ContentPosition.d.ts +0 -3
  471. package/libs/ui/src/navigation/Dropdown/__stories__/Default.d.ts +0 -3
  472. package/libs/ui/src/navigation/Dropdown/__stories__/Dense.d.ts +0 -3
  473. package/libs/ui/src/navigation/Dropdown/__stories__/Disabled.d.ts +0 -3
  474. package/libs/ui/src/navigation/Dropdown/__stories__/PlacementTop.d.ts +0 -3
  475. package/libs/ui/src/navigation/Dropdown/__stories__/Secondary.d.ts +0 -3
  476. package/libs/ui/src/navigation/Dropdown/__stories__/VariantLink.d.ts +0 -3
  477. package/libs/ui/src/navigation/Dropdown/__stories__/Warning.d.ts +0 -3
  478. package/libs/ui/src/navigation/Dropdown/__stories__/WithIcons.d.ts +0 -3
  479. package/libs/ui/src/navigation/Dropdown/index.d.ts +0 -22
  480. package/libs/ui/src/navigation/Link/Link.stories.d.ts +0 -14
  481. package/libs/ui/src/navigation/Link/__stories__/DarkBackground.d.ts +0 -3
  482. package/libs/ui/src/navigation/Link/__stories__/DarkBackgroundNoUnderline.d.ts +0 -3
  483. package/libs/ui/src/navigation/Link/__stories__/Default.d.ts +0 -3
  484. package/libs/ui/src/navigation/Link/__stories__/ExternalLink.d.ts +0 -3
  485. package/libs/ui/src/navigation/Link/__stories__/NoUnderline.d.ts +0 -3
  486. package/libs/ui/src/navigation/Link/__stories__/OpensInNewTab.d.ts +0 -3
  487. package/libs/ui/src/navigation/Link/index.d.ts +0 -13
  488. package/libs/ui/src/navigation/NavList/Nav.d.ts +0 -3
  489. package/libs/ui/src/navigation/NavList/NavList.d.ts +0 -3
  490. package/libs/ui/src/navigation/NavList/NavList.stories.d.ts +0 -17
  491. package/libs/ui/src/navigation/NavList/NavListAuto/index.d.ts +0 -4
  492. package/libs/ui/src/navigation/NavList/NavMenuContentList.d.ts +0 -5
  493. package/libs/ui/src/navigation/NavList/__stories__/Default.d.ts +0 -3
  494. package/libs/ui/src/navigation/NavList/__stories__/HorizontalWithDrawer.d.ts +0 -3
  495. package/libs/ui/src/navigation/NavList/__stories__/HorizontalWithoutDrawer.d.ts +0 -3
  496. package/libs/ui/src/navigation/NavList/__stories__/NavListWithoutNav.d.ts +0 -3
  497. package/libs/ui/src/navigation/NavList/__stories__/UsingHeaderButton.d.ts +0 -3
  498. package/libs/ui/src/navigation/NavList/__stories__/UsingNavListAuto.d.ts +0 -3
  499. package/libs/ui/src/navigation/NavList/__stories__/Vertical.d.ts +0 -3
  500. package/libs/ui/src/navigation/NavList/__stories__/VerticalWithoutDrawer.d.ts +0 -3
  501. package/libs/ui/src/navigation/NavList/hooks/useNavList.d.ts +0 -8
  502. package/libs/ui/src/navigation/NavList/hooks/useTogglableNav.d.ts +0 -26
  503. package/libs/ui/src/navigation/NavList/index.d.ts +0 -17
  504. package/libs/ui/src/navigation/NavList/types.d.ts +0 -53
  505. package/libs/ui/src/navigation/Pagination/Pagination.stories.d.ts +0 -16
  506. package/libs/ui/src/navigation/Pagination/__stories__/Auto.d.ts +0 -3
  507. package/libs/ui/src/navigation/Pagination/__stories__/Default.d.ts +0 -3
  508. package/libs/ui/src/navigation/Pagination/__stories__/PaginationSmall.d.ts +0 -3
  509. package/libs/ui/src/navigation/Pagination/__stories__/PaginationWithSmallFont.d.ts +0 -3
  510. package/libs/ui/src/navigation/Pagination/__stories__/WithHook.d.ts +0 -3
  511. package/libs/ui/src/navigation/Pagination/__stories__/WithInactiveValues.d.ts +0 -3
  512. package/libs/ui/src/navigation/Pagination/__stories__/WithResultsPerPage.d.ts +0 -3
  513. package/libs/ui/src/navigation/Pagination/auto.d.ts +0 -24
  514. package/libs/ui/src/navigation/Pagination/hooks.d.ts +0 -30
  515. package/libs/ui/src/navigation/Pagination/index.d.ts +0 -45
  516. package/libs/ui/src/navigation/SkipLink/SkipLink.stories.d.ts +0 -9
  517. package/libs/ui/src/navigation/SkipLink/__stories__/Default.d.ts +0 -3
  518. package/libs/ui/src/navigation/SkipLink/index.d.ts +0 -3
  519. package/libs/ui/src/navigation/Tabs/Tabs.stories.d.ts +0 -13
  520. package/libs/ui/src/navigation/Tabs/__stories__/Auto.d.ts +0 -3
  521. package/libs/ui/src/navigation/Tabs/__stories__/Default.d.ts +0 -3
  522. package/libs/ui/src/navigation/Tabs/__stories__/Dense.d.ts +0 -3
  523. package/libs/ui/src/navigation/Tabs/auto.d.ts +0 -18
  524. package/libs/ui/src/navigation/Tabs/hooks.d.ts +0 -28
  525. package/libs/ui/src/navigation/Tabs/index.d.ts +0 -9
  526. package/libs/ui/src/navigation/index.d.ts +0 -9
  527. package/libs/ui/src/registry.d.ts +0 -302
  528. package/libs/ui/src/typography/Code/index.d.ts +0 -3
  529. package/libs/ui/src/typography/CodeBlock/index.d.ts +0 -3
  530. package/libs/ui/src/typography/Heading/Heading.stories.d.ts +0 -8
  531. package/libs/ui/src/typography/Heading/__stories__/Default.d.ts +0 -3
  532. package/libs/ui/src/typography/Heading/index.d.ts +0 -3
  533. package/libs/ui/src/typography/HeadingCaption/HeadingCaption.stories.d.ts +0 -9
  534. package/libs/ui/src/typography/HeadingCaption/__stories__/Default.d.ts +0 -3
  535. package/libs/ui/src/typography/HeadingCaption/__stories__/NestedToTitle.d.ts +0 -3
  536. package/libs/ui/src/typography/HeadingCaption/index.d.ts +0 -3
  537. package/libs/ui/src/typography/Hint/Hint.stories.d.ts +0 -9
  538. package/libs/ui/src/typography/Hint/__stories__/Default.d.ts +0 -3
  539. package/libs/ui/src/typography/Hint/__stories__/FontSizes.d.ts +0 -3
  540. package/libs/ui/src/typography/Hint/index.d.ts +0 -3
  541. package/libs/ui/src/typography/NormalText/NormalText.stories.d.ts +0 -11
  542. package/libs/ui/src/typography/NormalText/__stories__/Default.d.ts +0 -3
  543. package/libs/ui/src/typography/NormalText/__stories__/FontSizes.d.ts +0 -3
  544. package/libs/ui/src/typography/NormalText/__stories__/FontWeight.d.ts +0 -3
  545. package/libs/ui/src/typography/NormalText/__stories__/Variants.d.ts +0 -3
  546. package/libs/ui/src/typography/NormalText/index.d.ts +0 -3
  547. package/libs/ui/src/typography/Paragraph/Paragraph.stories.d.ts +0 -12
  548. package/libs/ui/src/typography/Paragraph/__stories__/Default.d.ts +0 -3
  549. package/libs/ui/src/typography/Paragraph/__stories__/FontSizes.d.ts +0 -3
  550. package/libs/ui/src/typography/Paragraph/__stories__/FontWeight.d.ts +0 -3
  551. package/libs/ui/src/typography/Paragraph/__stories__/LeadVariant.d.ts +0 -3
  552. package/libs/ui/src/typography/Paragraph/__stories__/SmallVariant.d.ts +0 -3
  553. package/libs/ui/src/typography/Paragraph/index.d.ts +0 -3
  554. package/libs/ui/src/typography/index.d.ts +0 -5
  555. package/libs/ui/src/utils/Base/index.d.ts +0 -3
  556. package/libs/ui/src/utils/SvgIcon/index.d.ts +0 -4
  557. package/libs/ui/src/utils/Typography/index.d.ts +0 -3
  558. package/libs/ui/src/utils/VisuallyHidden/VisuallyHidden.stories.d.ts +0 -8
  559. package/libs/ui/src/utils/VisuallyHidden/__stories__/Default.d.ts +0 -3
  560. package/libs/ui/src/utils/VisuallyHidden/index.d.ts +0 -3
  561. package/libs/ui/src/utils/hooks/useDebounce.d.ts +0 -3
  562. package/libs/ui/src/utils/hooks/useKeypress.d.ts +0 -2
  563. package/libs/ui/src/utils/hooks/useLatest.d.ts +0 -3
  564. package/libs/ui/src/utils/hooks/useScreen.d.ts +0 -7
  565. package/libs/ui/src/utils/hooks/useSearch.d.ts +0 -4
  566. package/libs/ui/src/utils/hooks/useTogglableTab.d.ts +0 -21
  567. package/libs/ui/src/utils/index.d.ts +0 -3
  568. package/libs/ui/src/utils/withDeprecation.d.ts +0 -16
  569. package/libs-ui/react-core/src/Accordion/index.d.ts +0 -28
  570. package/libs-ui/react-core/src/AccordionControls/index.d.ts +0 -9
  571. package/libs-ui/react-core/src/AccordionSection/index.d.ts +0 -11
  572. package/libs-ui/react-core/src/AccordionSectionContent/index.d.ts +0 -10
  573. package/libs-ui/react-core/src/AccordionSectionSummary/index.d.ts +0 -9
  574. package/libs-ui/react-core/src/AccordionSectionSummaryHeading/index.d.ts +0 -9
  575. package/libs-ui/react-core/src/AdminAside/index.d.ts +0 -9
  576. package/libs-ui/react-core/src/AdminContainer/index.d.ts +0 -10
  577. package/libs-ui/react-core/src/AdminHeader/index.d.ts +0 -10
  578. package/libs-ui/react-core/src/AdminHeaderContent/index.d.ts +0 -9
  579. package/libs-ui/react-core/src/AdminLayout/index.d.ts +0 -14
  580. package/libs-ui/react-core/src/AdminMain/index.d.ts +0 -9
  581. package/libs-ui/react-core/src/AdminTopSection/index.d.ts +0 -25
  582. package/libs-ui/react-core/src/Aside/index.d.ts +0 -27
  583. package/libs-ui/react-core/src/AutoCompleteAssistiveHint/index.d.ts +0 -11
  584. package/libs-ui/react-core/src/AutoCompleteInput/index.d.ts +0 -25
  585. package/libs-ui/react-core/src/AutoCompleteInputTypeahead/index.d.ts +0 -11
  586. package/libs-ui/react-core/src/AutoCompleteResultList/index.d.ts +0 -29
  587. package/libs-ui/react-core/src/AutoCompleteResultListItem/index.d.ts +0 -47
  588. package/libs-ui/react-core/src/AutoCompleteStatus/index.d.ts +0 -10
  589. package/libs-ui/react-core/src/AutoCompleteStatusWrapper/index.d.ts +0 -10
  590. package/libs-ui/react-core/src/AutoCompleteWrapper/index.d.ts +0 -22
  591. package/libs-ui/react-core/src/BackLink/index.d.ts +0 -9
  592. package/libs-ui/react-core/src/BackToTopContainer/index.d.ts +0 -17
  593. package/libs-ui/react-core/src/BackToTopLimit/index.d.ts +0 -9
  594. package/libs-ui/react-core/src/BackToTopLink/index.d.ts +0 -9
  595. package/libs-ui/react-core/src/BannerContainer/index.d.ts +0 -6
  596. package/libs-ui/react-core/src/Base/index.d.ts +0 -66
  597. package/libs-ui/react-core/src/Blockquote/index.d.ts +0 -16
  598. package/libs-ui/react-core/src/Bottom/index.d.ts +0 -9
  599. package/libs-ui/react-core/src/BottomInfo/index.d.ts +0 -9
  600. package/libs-ui/react-core/src/BottomInfoContainer/index.d.ts +0 -9
  601. package/libs-ui/react-core/src/BottomInfoContent/index.d.ts +0 -9
  602. package/libs-ui/react-core/src/Breadcrumbs/index.d.ts +0 -10
  603. package/libs-ui/react-core/src/BreadcrumbsList/index.d.ts +0 -9
  604. package/libs-ui/react-core/src/BreadcrumbsListItem/index.d.ts +0 -15
  605. package/libs-ui/react-core/src/Button/index.d.ts +0 -35
  606. package/libs-ui/react-core/src/ButtonGroup/index.d.ts +0 -9
  607. package/libs-ui/react-core/src/ButtonLink/index.d.ts +0 -28
  608. package/libs-ui/react-core/src/CallToAction/index.d.ts +0 -9
  609. package/libs-ui/react-core/src/Card/index.d.ts +0 -43
  610. package/libs-ui/react-core/src/CardAction/index.d.ts +0 -11
  611. package/libs-ui/react-core/src/CardContent/index.d.ts +0 -10
  612. package/libs-ui/react-core/src/CardHeading/index.d.ts +0 -10
  613. package/libs-ui/react-core/src/Checkbox/index.d.ts +0 -27
  614. package/libs-ui/react-core/src/CheckboxConditional/index.d.ts +0 -11
  615. package/libs-ui/react-core/src/CheckboxItem/index.d.ts +0 -17
  616. package/libs-ui/react-core/src/Chip/index.d.ts +0 -14
  617. package/libs-ui/react-core/src/ChipContainer/index.d.ts +0 -14
  618. package/libs-ui/react-core/src/ChipHeading/index.d.ts +0 -10
  619. package/libs-ui/react-core/src/ChipKeyValue/index.d.ts +0 -10
  620. package/libs-ui/react-core/src/ChoiceDividerText/index.d.ts +0 -10
  621. package/libs-ui/react-core/src/CircularProgress/index.d.ts +0 -27
  622. package/libs-ui/react-core/src/CloseButton/index.d.ts +0 -15
  623. package/libs-ui/react-core/src/Code/index.d.ts +0 -18
  624. package/libs-ui/react-core/src/CodeBlock/index.d.ts +0 -10
  625. package/libs-ui/react-core/src/Container/index.d.ts +0 -23
  626. package/libs-ui/react-core/src/CopyToClipboardContainer/index.d.ts +0 -31
  627. package/libs-ui/react-core/src/CopyToClipboardMessage/index.d.ts +0 -18
  628. package/libs-ui/react-core/src/CopyrightContainer/index.d.ts +0 -10
  629. package/libs-ui/react-core/src/DateInputContainer/index.d.ts +0 -19
  630. package/libs-ui/react-core/src/DateInputItem/index.d.ts +0 -26
  631. package/libs-ui/react-core/src/Details/index.d.ts +0 -10
  632. package/libs-ui/react-core/src/DetailsContent/index.d.ts +0 -10
  633. package/libs-ui/react-core/src/DetailsSummary/index.d.ts +0 -10
  634. package/libs-ui/react-core/src/Drawer/index.d.ts +0 -44
  635. package/libs-ui/react-core/src/DrawerHeading/index.d.ts +0 -16
  636. package/libs-ui/react-core/src/DropdownBase/index.d.ts +0 -39
  637. package/libs-ui/react-core/src/DropdownButton/index.d.ts +0 -45
  638. package/libs-ui/react-core/src/DropdownContent/index.d.ts +0 -17
  639. package/libs-ui/react-core/src/ErrorMessage/index.d.ts +0 -11
  640. package/libs-ui/react-core/src/ErrorSummary/index.d.ts +0 -16
  641. package/libs-ui/react-core/src/FieldContainer/index.d.ts +0 -15
  642. package/libs-ui/react-core/src/Fieldset/index.d.ts +0 -10
  643. package/libs-ui/react-core/src/FieldsetLegend/index.d.ts +0 -27
  644. package/libs-ui/react-core/src/FileUpload/index.d.ts +0 -17
  645. package/libs-ui/react-core/src/FileUploadContainer/index.d.ts +0 -17
  646. package/libs-ui/react-core/src/FillableText/index.d.ts +0 -10
  647. package/libs-ui/react-core/src/FilterContainer/index.d.ts +0 -38
  648. package/libs-ui/react-core/src/FilterContent/index.d.ts +0 -9
  649. package/libs-ui/react-core/src/FilterHeadingContainer/index.d.ts +0 -12
  650. package/libs-ui/react-core/src/FilterOptionsSection/index.d.ts +0 -14
  651. package/libs-ui/react-core/src/FilterSelectedHeading/index.d.ts +0 -9
  652. package/libs-ui/react-core/src/FilterSelectedSection/index.d.ts +0 -9
  653. package/libs-ui/react-core/src/Footer/index.d.ts +0 -9
  654. package/libs-ui/react-core/src/FooterContainer/index.d.ts +0 -9
  655. package/libs-ui/react-core/src/FooterContent/index.d.ts +0 -10
  656. package/libs-ui/react-core/src/FooterContentLogos/index.d.ts +0 -11
  657. package/libs-ui/react-core/src/FooterHeading/index.d.ts +0 -18
  658. package/libs-ui/react-core/src/FooterImage/index.d.ts +0 -11
  659. package/libs-ui/react-core/src/FooterInfo/index.d.ts +0 -11
  660. package/libs-ui/react-core/src/FooterInfoSection/index.d.ts +0 -14
  661. package/libs-ui/react-core/src/FooterLink/index.d.ts +0 -9
  662. package/libs-ui/react-core/src/FooterList/index.d.ts +0 -23
  663. package/libs-ui/react-core/src/FooterListItem/index.d.ts +0 -10
  664. package/libs-ui/react-core/src/FooterNavigation/index.d.ts +0 -11
  665. package/libs-ui/react-core/src/FooterNavigationSection/index.d.ts +0 -11
  666. package/libs-ui/react-core/src/Form/index.d.ts +0 -16
  667. package/libs-ui/react-core/src/FullPageBackground/index.d.ts +0 -10
  668. package/libs-ui/react-core/src/GovGRLogo/govgr-logo-base64.d.ts +0 -2
  669. package/libs-ui/react-core/src/GovGRLogo/govgr-logo-blue-base64.d.ts +0 -2
  670. package/libs-ui/react-core/src/GovGRLogo/index.d.ts +0 -9
  671. package/libs-ui/react-core/src/Grid/index.d.ts +0 -89
  672. package/libs-ui/react-core/src/Header/index.d.ts +0 -10
  673. package/libs-ui/react-core/src/HeaderContent/index.d.ts +0 -9
  674. package/libs-ui/react-core/src/HeaderLogo/index.d.ts +0 -19
  675. package/libs-ui/react-core/src/HeaderNavMenuContent/index.d.ts +0 -11
  676. package/libs-ui/react-core/src/HeaderSecondaryLogo/index.d.ts +0 -19
  677. package/libs-ui/react-core/src/HeaderSection/index.d.ts +0 -9
  678. package/libs-ui/react-core/src/HeaderTitle/index.d.ts +0 -9
  679. package/libs-ui/react-core/src/Heading/index.d.ts +0 -31
  680. package/libs-ui/react-core/src/HeadingCaption/index.d.ts +0 -19
  681. package/libs-ui/react-core/src/HellenicRepublicLogo/index.d.ts +0 -17
  682. package/libs-ui/react-core/src/HellenicRepublicLogo/logo-el.d.ts +0 -2
  683. package/libs-ui/react-core/src/HellenicRepublicLogo/logo-en.d.ts +0 -2
  684. package/libs-ui/react-core/src/HellenicRepublicLogo/logo-inverted-el.d.ts +0 -2
  685. package/libs-ui/react-core/src/HellenicRepublicLogo/logo-inverted-en.d.ts +0 -2
  686. package/libs-ui/react-core/src/Hidden/index.d.ts +0 -71
  687. package/libs-ui/react-core/src/Hint/index.d.ts +0 -22
  688. package/libs-ui/react-core/src/ImageLogo/index.d.ts +0 -20
  689. package/libs-ui/react-core/src/ImageLogoSet/index.d.ts +0 -20
  690. package/libs-ui/react-core/src/KitchenSinkAllComponents/index.d.ts +0 -5
  691. package/libs-ui/react-core/src/KitchenSinkCard/index.d.ts +0 -5
  692. package/libs-ui/react-core/src/KitchenSinkCategory/index.d.ts +0 -5
  693. package/libs-ui/react-core/src/KitchenSinkContent/index.d.ts +0 -14
  694. package/libs-ui/react-core/src/KitchenSinkContentInfo/index.d.ts +0 -5
  695. package/libs-ui/react-core/src/KitchenSinkContentTags/index.d.ts +0 -5
  696. package/libs-ui/react-core/src/KitchenSinkHeading/index.d.ts +0 -5
  697. package/libs-ui/react-core/src/KitchenSinkLetterContent/index.d.ts +0 -5
  698. package/libs-ui/react-core/src/LabelContainer/index.d.ts +0 -9
  699. package/libs-ui/react-core/src/LabelTitle/index.d.ts +0 -26
  700. package/libs-ui/react-core/src/LabeledText/index.d.ts +0 -18
  701. package/libs-ui/react-core/src/Layout/index.d.ts +0 -15
  702. package/libs-ui/react-core/src/LinkBase/index.d.ts +0 -16
  703. package/libs-ui/react-core/src/List/index.d.ts +0 -33
  704. package/libs-ui/react-core/src/ListItem/index.d.ts +0 -9
  705. package/libs-ui/react-core/src/LoaderContainer/index.d.ts +0 -9
  706. package/libs-ui/react-core/src/Main/index.d.ts +0 -9
  707. package/libs-ui/react-core/src/Masthead/index.d.ts +0 -18
  708. package/libs-ui/react-core/src/MastheadBody/index.d.ts +0 -9
  709. package/libs-ui/react-core/src/MastheadLogo/index.d.ts +0 -11
  710. package/libs-ui/react-core/src/ModalAction/index.d.ts +0 -11
  711. package/libs-ui/react-core/src/ModalContainer/index.d.ts +0 -24
  712. package/libs-ui/react-core/src/ModalContent/index.d.ts +0 -10
  713. package/libs-ui/react-core/src/ModalHeading/index.d.ts +0 -10
  714. package/libs-ui/react-core/src/Nav/index.d.ts +0 -49
  715. package/libs-ui/react-core/src/NavList/index.d.ts +0 -31
  716. package/libs-ui/react-core/src/NavListItemAction/index.d.ts +0 -14
  717. package/libs-ui/react-core/src/NavListItemActionContainer/index.d.ts +0 -10
  718. package/libs-ui/react-core/src/NavListItemButton/index.d.ts +0 -27
  719. package/libs-ui/react-core/src/NavListItemLink/index.d.ts +0 -17
  720. package/libs-ui/react-core/src/NavMenuContainer/index.d.ts +0 -25
  721. package/libs-ui/react-core/src/NavMenuContent/index.d.ts +0 -11
  722. package/libs-ui/react-core/src/NavMenuContentListBase/index.d.ts +0 -10
  723. package/libs-ui/react-core/src/NavMenuContentListItem/index.d.ts +0 -10
  724. package/libs-ui/react-core/src/NavMenuTitle/index.d.ts +0 -11
  725. package/libs-ui/react-core/src/NormalText/index.d.ts +0 -18
  726. package/libs-ui/react-core/src/NotificationBannerContainer/index.d.ts +0 -29
  727. package/libs-ui/react-core/src/NotificationBannerContent/index.d.ts +0 -12
  728. package/libs-ui/react-core/src/NotificationBannerHeader/index.d.ts +0 -11
  729. package/libs-ui/react-core/src/NotificationBannerHeading/index.d.ts +0 -11
  730. package/libs-ui/react-core/src/NotificationBannerLink/index.d.ts +0 -11
  731. package/libs-ui/react-core/src/PageTitleCaption/index.d.ts +0 -9
  732. package/libs-ui/react-core/src/PageTitleContainer/index.d.ts +0 -9
  733. package/libs-ui/react-core/src/PageTitleHeading/index.d.ts +0 -10
  734. package/libs-ui/react-core/src/Pagination/index.d.ts +0 -17
  735. package/libs-ui/react-core/src/PaginationLabelContainer/index.d.ts +0 -9
  736. package/libs-ui/react-core/src/PaginationList/index.d.ts +0 -9
  737. package/libs-ui/react-core/src/PaginationListItem/index.d.ts +0 -29
  738. package/libs-ui/react-core/src/Panel/index.d.ts +0 -15
  739. package/libs-ui/react-core/src/PanelBody/index.d.ts +0 -9
  740. package/libs-ui/react-core/src/PanelTitle/index.d.ts +0 -9
  741. package/libs-ui/react-core/src/Paragraph/index.d.ts +0 -10
  742. package/libs-ui/react-core/src/PhaseBanner/index.d.ts +0 -18
  743. package/libs-ui/react-core/src/PhaseBannerHeaderContainer/index.d.ts +0 -6
  744. package/libs-ui/react-core/src/PhaseBannerTag/index.d.ts +0 -9
  745. package/libs-ui/react-core/src/PhaseBannerText/index.d.ts +0 -11
  746. package/libs-ui/react-core/src/RadioConditional/index.d.ts +0 -11
  747. package/libs-ui/react-core/src/RadioContainer/index.d.ts +0 -24
  748. package/libs-ui/react-core/src/RadioItem/index.d.ts +0 -16
  749. package/libs-ui/react-core/src/ResultsActionBar/index.d.ts +0 -9
  750. package/libs-ui/react-core/src/ResultsHeading/index.d.ts +0 -10
  751. package/libs-ui/react-core/src/ResultsHeadingActions/index.d.ts +0 -10
  752. package/libs-ui/react-core/src/SearchButton/index.d.ts +0 -10
  753. package/libs-ui/react-core/src/SearchContainer/index.d.ts +0 -9
  754. package/libs-ui/react-core/src/Section/index.d.ts +0 -10
  755. package/libs-ui/react-core/src/SectionBreak/index.d.ts +0 -26
  756. package/libs-ui/react-core/src/SelectContainer/index.d.ts +0 -17
  757. package/libs-ui/react-core/src/SelectOption/index.d.ts +0 -10
  758. package/libs-ui/react-core/src/SingleCharacterInput/index.d.ts +0 -18
  759. package/libs-ui/react-core/src/SingleCharacterInputs/index.d.ts +0 -11
  760. package/libs-ui/react-core/src/SkipLink/index.d.ts +0 -9
  761. package/libs-ui/react-core/src/Stack/index.d.ts +0 -33
  762. package/libs-ui/react-core/src/StepNav/index.d.ts +0 -17
  763. package/libs-ui/react-core/src/StepNavAccordion/index.d.ts +0 -11
  764. package/libs-ui/react-core/src/StepNavAccordionContent/index.d.ts +0 -10
  765. package/libs-ui/react-core/src/StepNavAccordionHeadingText/index.d.ts +0 -22
  766. package/libs-ui/react-core/src/StepNavAccordionHeadingTitle/index.d.ts +0 -11
  767. package/libs-ui/react-core/src/StepNavAccordionSummary/index.d.ts +0 -9
  768. package/libs-ui/react-core/src/StepNavAccordionSummaryHeading/index.d.ts +0 -27
  769. package/libs-ui/react-core/src/StepNavCircleNumber/index.d.ts +0 -19
  770. package/libs-ui/react-core/src/StepNavControls/index.d.ts +0 -10
  771. package/libs-ui/react-core/src/StepNavList/index.d.ts +0 -10
  772. package/libs-ui/react-core/src/StepNavListItem/index.d.ts +0 -9
  773. package/libs-ui/react-core/src/SummaryList/index.d.ts +0 -19
  774. package/libs-ui/react-core/src/SummaryListItem/index.d.ts +0 -19
  775. package/libs-ui/react-core/src/SummaryListItemAction/index.d.ts +0 -10
  776. package/libs-ui/react-core/src/SummaryListItemKey/index.d.ts +0 -10
  777. package/libs-ui/react-core/src/SummaryListItemValue/index.d.ts +0 -9
  778. package/libs-ui/react-core/src/SvgIcon/index.d.ts +0 -35
  779. package/libs-ui/react-core/src/Table/index.d.ts +0 -53
  780. package/libs-ui/react-core/src/TableBody/index.d.ts +0 -18
  781. package/libs-ui/react-core/src/TableCaption/index.d.ts +0 -20
  782. package/libs-ui/react-core/src/TableContainer/index.d.ts +0 -16
  783. package/libs-ui/react-core/src/TableDataCell/index.d.ts +0 -18
  784. package/libs-ui/react-core/src/TableHead/index.d.ts +0 -9
  785. package/libs-ui/react-core/src/TableHeadCell/index.d.ts +0 -30
  786. package/libs-ui/react-core/src/TableLoaderBackground/index.d.ts +0 -10
  787. package/libs-ui/react-core/src/TableNoDataRow/index.d.ts +0 -10
  788. package/libs-ui/react-core/src/TableRow/index.d.ts +0 -25
  789. package/libs-ui/react-core/src/TableSortIconContainer/index.d.ts +0 -11
  790. package/libs-ui/react-core/src/Tabs/index.d.ts +0 -18
  791. package/libs-ui/react-core/src/TabsHeading/index.d.ts +0 -18
  792. package/libs-ui/react-core/src/TabsList/index.d.ts +0 -10
  793. package/libs-ui/react-core/src/TabsListItemBase/index.d.ts +0 -17
  794. package/libs-ui/react-core/src/TabsPanelBase/index.d.ts +0 -18
  795. package/libs-ui/react-core/src/TaskList/index.d.ts +0 -17
  796. package/libs-ui/react-core/src/TaskListItem/index.d.ts +0 -9
  797. package/libs-ui/react-core/src/TaskListItemContent/index.d.ts +0 -10
  798. package/libs-ui/react-core/src/TaskListItemHeading/index.d.ts +0 -10
  799. package/libs-ui/react-core/src/TaskListItemTag/index.d.ts +0 -16
  800. package/libs-ui/react-core/src/TextArea/index.d.ts +0 -24
  801. package/libs-ui/react-core/src/TextInput/index.d.ts +0 -46
  802. package/libs-ui/react-core/src/Timeline/index.d.ts +0 -17
  803. package/libs-ui/react-core/src/TimelineActions/index.d.ts +0 -11
  804. package/libs-ui/react-core/src/TimelineContent/index.d.ts +0 -10
  805. package/libs-ui/react-core/src/TimelineHeading/index.d.ts +0 -25
  806. package/libs-ui/react-core/src/TimelineItem/index.d.ts +0 -9
  807. package/libs-ui/react-core/src/Top/index.d.ts +0 -9
  808. package/libs-ui/react-core/src/Typography/index.d.ts +0 -30
  809. package/libs-ui/react-core/src/VisuallyHidden/index.d.ts +0 -10
  810. package/libs-ui/react-core/src/WarningText/index.d.ts +0 -24
  811. package/libs-ui/react-experimental/src/FloatingButton/index.d.ts +0 -21
  812. package/libs-ui/react-experimental/src/Kitchensink/AllComponents.d.ts +0 -2
  813. package/libs-ui/react-experimental/src/Kitchensink/index.d.ts +0 -5
  814. package/libs-ui/react-experimental/src/OptionButtonBase/index.d.ts +0 -19
  815. package/libs-ui/react-experimental/src/OptionButtonSteps/index.d.ts +0 -25
  816. package/libs-ui/react-icons/src/AccessibilityIcon/config.d.ts +0 -8
  817. package/libs-ui/react-icons/src/AccessibilityIcon/index.d.ts +0 -4
  818. package/libs-ui/react-icons/src/ArrowIcon/config.d.ts +0 -13
  819. package/libs-ui/react-icons/src/ArrowIcon/index.d.ts +0 -4
  820. package/libs-ui/react-icons/src/BurgerIcon/config.d.ts +0 -6
  821. package/libs-ui/react-icons/src/BurgerIcon/index.d.ts +0 -4
  822. package/libs-ui/react-icons/src/CaretIcon/config.d.ts +0 -13
  823. package/libs-ui/react-icons/src/CaretIcon/index.d.ts +0 -4
  824. package/libs-ui/react-icons/src/CheckIcon/config.d.ts +0 -8
  825. package/libs-ui/react-icons/src/CheckIcon/index.d.ts +0 -4
  826. package/libs-ui/react-icons/src/ChevronIcon/config.d.ts +0 -14
  827. package/libs-ui/react-icons/src/ChevronIcon/index.d.ts +0 -4
  828. package/libs-ui/react-icons/src/CloseIcon/config.d.ts +0 -8
  829. package/libs-ui/react-icons/src/CloseIcon/index.d.ts +0 -4
  830. package/libs-ui/react-icons/src/GlobeIcon/config.d.ts +0 -8
  831. package/libs-ui/react-icons/src/GlobeIcon/index.d.ts +0 -4
  832. package/libs-ui/react-icons/src/Icon/index.d.ts +0 -25
  833. package/libs-ui/react-icons/src/MoreVertIcon/config.d.ts +0 -8
  834. package/libs-ui/react-icons/src/MoreVertIcon/index.d.ts +0 -4
  835. package/libs-ui/react-icons/src/SearchIcon/config.d.ts +0 -8
  836. package/libs-ui/react-icons/src/SearchIcon/index.d.ts +0 -4
  837. package/libs-ui/react-icons/src/UncheckIcon/config.d.ts +0 -8
  838. package/libs-ui/react-icons/src/UncheckIcon/index.d.ts +0 -4
  839. package/libs-ui/react-icons/src/icons.d.ts +0 -35
  840. package/libs-ui/react-icons/src/index.d.ts +0 -11
  841. /package/{libs-ui/react-experimental/src/FloatingButton → FloatingButton}/index.test.d.ts +0 -0
  842. /package/{libs-ui/react-experimental/src/OptionButtonBase → OptionButtonBase}/index.test.d.ts +0 -0
  843. /package/{libs-ui/react-experimental/src/OptionButtonSteps → OptionButtonSteps}/index.test.d.ts +0 -0
@@ -1,29 +0,0 @@
1
- import React from 'react';
2
- import { BaseProps } from '@digigov/react-core/Base';
3
- export interface AutoCompleteResultListProps extends BaseProps<'ul'> {
4
- /**
5
- * isVisible is optional.
6
- * Use isVisible prop to make menu visible
7
- * default value is false.
8
- *
9
- * @value true
10
- * @value false
11
- * @default false
12
- */
13
- isVisible?: boolean;
14
- /**
15
- * displayMenu is optional.
16
- * Use displayMenu to choose the display of the manue
17
- * default value is inline.
18
- *
19
- * @value 'inline'
20
- * @value 'overlay'
21
- */
22
- displayMenu?: 'inline' | 'overlay';
23
- }
24
- /**
25
- * AutoCompleteResultList component is used for listing items.
26
- * This component must contain AutoCompleteResultListItem component.
27
- */
28
- export declare const AutoCompleteResultList: React.ForwardRefExoticComponent<Pick<AutoCompleteResultListProps, "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" | "printVisible" | "xsUpHidden" | "smUpHidden" | "mdUpHidden" | "lgUpHidden" | "xlUpHidden" | "xsHidden" | "smHidden" | "mdHidden" | "lgHidden" | "xlHidden" | "isVisible" | "displayMenu"> & React.RefAttributes<HTMLUListElement>>;
29
- export default AutoCompleteResultList;
@@ -1,47 +0,0 @@
1
- import React from 'react';
2
- import { BaseProps } from '@digigov/react-core/Base';
3
- export interface AutoCompleteResultListItemProps extends BaseProps<'li'> {
4
- /**
5
- * index is optional.
6
- * Use index prop to add or not option-odd css class.
7
- *
8
- *
9
-
10
- */
11
- index?: number;
12
- /**
13
- * isFocused is optional.
14
- * Use isFocused prop to focus selected element.
15
- *
16
- *
17
- * @value undefined
18
- * @value undefined
19
- */
20
- isFocused?: boolean | null;
21
- /**
22
- * isHovered is optional.
23
- * Use isHovered prop to hover over elements.
24
- *
25
- *
26
- * @value undefined
27
- * @value undefined
28
- */
29
- isHovered?: boolean | null;
30
- /**
31
- * empty is optional.
32
- * Use empty prop when there are no results in AutoComplete.
33
- * by default is false.
34
- *
35
- * @value true
36
- * @value false
37
- * @default false
38
- */
39
- empty?: boolean;
40
- }
41
- /**
42
- * AutoCompleteResultListItem must be inside AutoCompleteResultList compoenent.
43
- * Use AutoCompleteResultListItem component to list all the values.
44
- *
45
- * */
46
- export declare const AutoCompleteResultListItem: React.ForwardRefExoticComponent<Pick<AutoCompleteResultListItemProps, "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" | "value" | "margin" | "marginTop" | "marginBottom" | "marginLeft" | "marginRight" | "padding" | "paddingTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "printHidden" | "printVisible" | "xsUpHidden" | "smUpHidden" | "mdUpHidden" | "lgUpHidden" | "xlUpHidden" | "xsHidden" | "smHidden" | "mdHidden" | "lgHidden" | "xlHidden" | "isFocused" | "index" | "isHovered" | "empty"> & React.RefAttributes<HTMLLIElement>>;
47
- export default AutoCompleteResultListItem;
@@ -1,10 +0,0 @@
1
- import React from 'react';
2
- import { BaseProps } from '@digigov/react-core/Base';
3
- export interface AutoCompleteStatusProps extends BaseProps<'div'> {
4
- }
5
- /**
6
- * AutoCompleteStatus is a div element for displaying the autocomplete status.
7
- * Use AutoCompleteStatus inside AutoCompleteStatusWrapper wrapper.
8
- */
9
- export declare const AutoCompleteStatus: React.ForwardRefExoticComponent<Pick<AutoCompleteStatusProps, "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" | "printVisible" | "xsUpHidden" | "smUpHidden" | "mdUpHidden" | "lgUpHidden" | "xlUpHidden" | "xsHidden" | "smHidden" | "mdHidden" | "lgHidden" | "xlHidden"> & React.RefAttributes<HTMLDivElement>>;
10
- export default AutoCompleteStatus;
@@ -1,10 +0,0 @@
1
- import React from 'react';
2
- import { BaseProps } from '@digigov/react-core/Base';
3
- export interface AutoCompleteStatusWrapperProps extends BaseProps<'div'> {
4
- }
5
- /**
6
- * AutoCompleteStatusWrapper is a wrapper for autocomplete element.
7
- * Use AutoCompleteStatusWrapper to wrap autocomplete elements.
8
- */
9
- export declare const AutoCompleteStatusWrapper: React.ForwardRefExoticComponent<Pick<AutoCompleteStatusWrapperProps, "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" | "printVisible" | "xsUpHidden" | "smUpHidden" | "mdUpHidden" | "lgUpHidden" | "xlUpHidden" | "xsHidden" | "smHidden" | "mdHidden" | "lgHidden" | "xlHidden"> & React.RefAttributes<HTMLDivElement>>;
10
- export default AutoCompleteStatusWrapper;
@@ -1,22 +0,0 @@
1
- import React from 'react';
2
- import { BaseProps } from '@digigov/react-core/Base';
3
- export interface AutoCompleteWrapperProps extends BaseProps<'div'> {
4
- /**
5
- * width is optional.
6
- * Use width prop to define a custom width in your component.
7
- * @value '25%';
8
- * @value '33.3%';
9
- * @value '50%';
10
- * @value '66.6%';
11
- * @value '75%';
12
- * @value '100%';
13
- * @value 'full';
14
- */
15
- width?: '25%' | '33.3%' | '50%' | '66.6%' | '75%' | '100%' | 'full';
16
- }
17
- /**
18
- * AutoCompleteWrapper is a wrapper for autocomplete element.
19
- * Use AutoCompleteWrapper to wrap autocomplete elements.
20
- */
21
- export declare const AutoCompleteWrapper: React.ForwardRefExoticComponent<Pick<AutoCompleteWrapperProps, "slot" | "style" | "title" | "as" | "className" | "color" | "id" | "lang" | "width" | "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" | "printVisible" | "xsUpHidden" | "smUpHidden" | "mdUpHidden" | "lgUpHidden" | "xlUpHidden" | "xsHidden" | "smHidden" | "mdHidden" | "lgHidden" | "xlHidden"> & React.RefAttributes<HTMLDivElement>>;
22
- export default AutoCompleteWrapper;
@@ -1,9 +0,0 @@
1
- import React from 'react';
2
- import { BaseProps } from '@digigov/react-core/Base';
3
- export interface BackLinkProps extends BaseProps<'a'> {
4
- }
5
- /**
6
- * Use BackLink component to help users go back to the previous page in a multi-page transaction.
7
- */
8
- export declare const BackLink: React.ForwardRefExoticComponent<Pick<BackLinkProps, "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" | "printVisible" | "xsUpHidden" | "smUpHidden" | "mdUpHidden" | "lgUpHidden" | "xlUpHidden" | "xsHidden" | "smHidden" | "mdHidden" | "lgHidden" | "xlHidden"> & React.RefAttributes<HTMLAnchorElement>>;
9
- export default BackLink;
@@ -1,17 +0,0 @@
1
- import React from 'react';
2
- import { BaseProps } from '@digigov/react-core/Base';
3
- export interface BackToTopContainerProps extends BaseProps<'div'> {
4
- /**
5
- * persistent is optional.
6
- * If true, the BackToTopLink will be visible even the user scrolls down.
7
- * @value true
8
- * @value false
9
- * @default false
10
- */
11
- persistent?: boolean;
12
- }
13
- /**
14
- * BackToTopContainer is a container for the BackToTopLink component and controls its visibility.
15
- */
16
- export declare const BackToTopContainer: React.ForwardRefExoticComponent<Pick<BackToTopContainerProps, "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" | "printVisible" | "xsUpHidden" | "smUpHidden" | "mdUpHidden" | "lgUpHidden" | "xlUpHidden" | "xsHidden" | "smHidden" | "mdHidden" | "lgHidden" | "xlHidden" | "persistent"> & React.RefAttributes<HTMLDivElement>>;
17
- export default BackToTopContainer;
@@ -1,9 +0,0 @@
1
- import React from 'react';
2
- import { BaseProps } from '@digigov/react-core/Base';
3
- export interface BackToTopLimitProps extends BaseProps<'div'> {
4
- }
5
- /**
6
- * You can use this component to define the target of the Back To Top link.
7
- */
8
- export declare const BackToTopLimit: React.ForwardRefExoticComponent<Pick<BackToTopLimitProps, "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" | "printVisible" | "xsUpHidden" | "smUpHidden" | "mdUpHidden" | "lgUpHidden" | "xlUpHidden" | "xsHidden" | "smHidden" | "mdHidden" | "lgHidden" | "xlHidden"> & React.RefAttributes<HTMLDivElement>>;
9
- export default BackToTopLimit;
@@ -1,9 +0,0 @@
1
- import React from 'react';
2
- import { BaseProps } from '@digigov/react-core/Base';
3
- export interface BackToTopLinkProps extends BaseProps<'a'> {
4
- }
5
- /**
6
- * Use BackToTopLink component to help users go to the top of the page.
7
- */
8
- export declare const BackToTopLink: React.ForwardRefExoticComponent<Pick<BackToTopLinkProps, "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" | "printVisible" | "xsUpHidden" | "smUpHidden" | "mdUpHidden" | "lgUpHidden" | "xlUpHidden" | "xsHidden" | "smHidden" | "mdHidden" | "lgHidden" | "xlHidden"> & React.RefAttributes<HTMLAnchorElement>>;
9
- export default BackToTopLink;
@@ -1,6 +0,0 @@
1
- import React from 'react';
2
- import { BaseProps } from '@digigov/react-core/Base';
3
- export interface BannerContainerProps extends BaseProps<'div'> {
4
- }
5
- export declare const BannerContainer: React.ForwardRefExoticComponent<Pick<BannerContainerProps, "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" | "printVisible" | "xsUpHidden" | "smUpHidden" | "mdUpHidden" | "lgUpHidden" | "xlUpHidden" | "xsHidden" | "smHidden" | "mdHidden" | "lgHidden" | "xlHidden"> & React.RefAttributes<HTMLDivElement>>;
6
- export default BannerContainer;
@@ -1,66 +0,0 @@
1
- import React from 'react';
2
- type AsProp<C extends React.ElementType> = {
3
- as?: C;
4
- };
5
- type PropsToOmit<C extends React.ElementType, P> = keyof (AsProp<C> & P);
6
- type PolymorphicComponentProp<C extends React.ElementType, Props = Record<string, unknown>> = React.PropsWithChildren<Props & AsProp<C>> & Omit<React.ComponentPropsWithoutRef<C>, PropsToOmit<C, Props>>;
7
- type PolymorphicComponentPropWithRef<C extends React.ElementType, Props = Record<string, unknown>> = PolymorphicComponentProp<C, Props> & {
8
- ref?: any;
9
- };
10
- /**
11
- * This is the updated component props using PolymorphicComponentPropWithRef
12
- */
13
- export type BaseProps<C extends React.ElementType> = PolymorphicComponentPropWithRef<C, {
14
- /** margin is optional. It has not a default value. */
15
- margin?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12;
16
- /** marginTop is optional. It has not a default value. */
17
- marginTop?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12;
18
- /** marginBottom is optional. It has not a default value. */
19
- marginBottom?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12;
20
- /** marginLeft is optional. It has not a default value. */
21
- marginLeft?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12;
22
- /** marginRight is optional. It has not a default value. */
23
- marginRight?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12;
24
- /** padding is optional. It has not a default value. */
25
- padding?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12;
26
- /** paddingTop is optional. It has not a default value. */
27
- paddingTop?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12;
28
- /** paddingBottom is optional. It has not a default value. */
29
- paddingBottom?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12;
30
- /** paddingLeft is optional. It has not a default value. */
31
- paddingLeft?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12;
32
- /** paddingRight is optional. It has not a default value. */
33
- paddingRight?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12;
34
- /** printHidden is optional. Default value is false. When true, the component is hidden at print. */
35
- printHidden?: boolean;
36
- /** printVisible is optional. When block, the component is displayed as block. When inline, the component is displayed as inline.*/
37
- printVisible?: 'block' | 'inline';
38
- /** Components will be hidden at all screen sizes. */
39
- hidden?: boolean;
40
- /** Components will be hidden from 'xs' screen size and up. */
41
- xsUpHidden?: boolean;
42
- /** Components will be hidden from 'sm' screen size and up. */
43
- smUpHidden?: boolean;
44
- /** Components will be hidden from 'md' screen size and up. */
45
- mdUpHidden?: boolean;
46
- /** Components will be hidden from 'lg' screen size and up. */
47
- lgUpHidden?: boolean;
48
- /** Components will be hidden from 'xl' screen size and up. */
49
- xlUpHidden?: boolean;
50
- /** Components will be hidden between xs and sm screen size. */
51
- xsHidden?: boolean;
52
- /** Components will be hidden between sm and md screen size. */
53
- smHidden?: boolean;
54
- /** Components will be hidden between md and lg screen size. */
55
- mdHidden?: boolean;
56
- /** Components will be hidden between lg and xl screen size. */
57
- lgHidden?: boolean;
58
- /** Components will be hidden between xl and 2xl screen size. */
59
- xlHidden?: boolean;
60
- }>;
61
- /**
62
- * This is the type used in the type annotation for the component
63
- */
64
- type BaseComponent = <C extends React.ElementType = 'span'>(props: BaseProps<C>) => React.ReactElement | null;
65
- export declare const Base: BaseComponent;
66
- export default Base;
@@ -1,16 +0,0 @@
1
- import React from 'react';
2
- import { BaseProps } from '@digigov/react-core/Base';
3
- export interface BlockquoteProps extends BaseProps<'blockquote'> {
4
- /**
5
- * dense is optional.
6
- * @value true Blockquote will be dense.
7
- * @value false
8
- * @default false
9
- * */
10
- dense?: boolean;
11
- }
12
- /**
13
- * Use Blockquote to differentiate a block of text from the content that surrounds it.
14
- */
15
- export declare const Blockquote: React.ForwardRefExoticComponent<Pick<BlockquoteProps, "cite" | "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" | "printVisible" | "xsUpHidden" | "smUpHidden" | "mdUpHidden" | "lgUpHidden" | "xlUpHidden" | "xsHidden" | "smHidden" | "mdHidden" | "lgHidden" | "xlHidden" | "dense"> & React.RefAttributes<HTMLElement>>;
16
- export default Blockquote;
@@ -1,9 +0,0 @@
1
- import React from 'react';
2
- import { BaseProps } from '@digigov/react-core/Base';
3
- export interface BottomProps extends BaseProps<'div'> {
4
- }
5
- /**
6
- * Bottom is used inside the Layout component and it must be the last component in order.
7
- */
8
- export declare const Bottom: React.ForwardRefExoticComponent<Pick<BottomProps, "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" | "printVisible" | "xsUpHidden" | "smUpHidden" | "mdUpHidden" | "lgUpHidden" | "xlUpHidden" | "xsHidden" | "smHidden" | "mdHidden" | "lgHidden" | "xlHidden"> & React.RefAttributes<HTMLDivElement>>;
9
- export default Bottom;
@@ -1,9 +0,0 @@
1
- import React from 'react';
2
- import { ContainerProps } from '@digigov/react-core/Container';
3
- export interface BottomInfoProps extends ContainerProps {
4
- }
5
- /**
6
- * Bottom BottomInfo is used inside the Bottom component and it must be the first component in order.
7
- */
8
- export declare const BottomInfo: React.ForwardRefExoticComponent<Pick<BottomInfoProps, "slot" | "style" | "title" | "as" | "className" | "color" | "id" | "lang" | "role" | "tabIndex" | "spacing" | "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" | "inline" | "margin" | "marginTop" | "marginBottom" | "marginLeft" | "marginRight" | "padding" | "paddingTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "printHidden" | "printVisible" | "xsUpHidden" | "smUpHidden" | "mdUpHidden" | "lgUpHidden" | "xlUpHidden" | "xsHidden" | "smHidden" | "mdHidden" | "lgHidden" | "xlHidden" | "grid" | "container" | "item" | "xs" | "sm" | "md" | "lg" | "xl" | "fullWidth"> & React.RefAttributes<HTMLDivElement>>;
9
- export default BottomInfo;
@@ -1,9 +0,0 @@
1
- import React from 'react';
2
- import { ContainerProps } from '@digigov/react-core/Container';
3
- export interface BottomInfoContainerProps extends ContainerProps {
4
- }
5
- /**
6
- * Bottom BottomInfoContainer is used inside the Bottom component and it must be the first component in order.
7
- */
8
- export declare const BottomInfoContainer: React.ForwardRefExoticComponent<Pick<BottomInfoContainerProps, "slot" | "style" | "title" | "as" | "className" | "color" | "id" | "lang" | "role" | "tabIndex" | "spacing" | "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" | "inline" | "margin" | "marginTop" | "marginBottom" | "marginLeft" | "marginRight" | "padding" | "paddingTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "printHidden" | "printVisible" | "xsUpHidden" | "smUpHidden" | "mdUpHidden" | "lgUpHidden" | "xlUpHidden" | "xsHidden" | "smHidden" | "mdHidden" | "lgHidden" | "xlHidden" | "grid" | "container" | "item" | "xs" | "sm" | "md" | "lg" | "xl" | "fullWidth"> & React.RefAttributes<HTMLDivElement>>;
9
- export default BottomInfoContainer;
@@ -1,9 +0,0 @@
1
- import React from 'react';
2
- import { GridProps } from '@digigov/react-core/Grid';
3
- export interface BottomInfoContentProps extends GridProps {
4
- }
5
- /**
6
- * BottomInfoContent is used inside the BottomInfoContainer component.
7
- */
8
- export declare const BottomInfoContent: React.ForwardRefExoticComponent<Pick<BottomInfoContentProps, "slot" | "style" | "title" | "as" | "className" | "color" | "id" | "lang" | "role" | "tabIndex" | "spacing" | "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" | "inline" | "margin" | "marginTop" | "marginBottom" | "marginLeft" | "marginRight" | "padding" | "paddingTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "printHidden" | "printVisible" | "xsUpHidden" | "smUpHidden" | "mdUpHidden" | "lgUpHidden" | "xlUpHidden" | "xsHidden" | "smHidden" | "mdHidden" | "lgHidden" | "xlHidden" | "container" | "item" | "xs" | "sm" | "md" | "lg" | "xl"> & React.RefAttributes<HTMLDivElement>>;
9
- export default BottomInfoContent;
@@ -1,10 +0,0 @@
1
- import React from 'react';
2
- import { BaseProps } from '@digigov/react-core/Base';
3
- export interface BreadcrumbsProps extends BaseProps<'div'> {
4
- }
5
- /**
6
- * Use Breadcrumbs component when you need to help users understand and move between the multiple levels of a website.
7
- * The breadcrumb should start with your ‘home’ page and end with the parent section of the current page.
8
- */
9
- export declare const Breadcrumbs: React.ForwardRefExoticComponent<Pick<BreadcrumbsProps, "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" | "printVisible" | "xsUpHidden" | "smUpHidden" | "mdUpHidden" | "lgUpHidden" | "xlUpHidden" | "xsHidden" | "smHidden" | "mdHidden" | "lgHidden" | "xlHidden"> & React.RefAttributes<HTMLDivElement>>;
10
- export default Breadcrumbs;