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

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,18 +0,0 @@
1
- import React from 'react';
2
- import { BaseProps } from '@digigov/react-core/Base';
3
- export interface MastheadProps extends BaseProps<'section'> {
4
- /**
5
- *
6
- * color prop changes the background color of MastHead component.
7
- * default value is primary.
8
- * @value 'primary'
9
- * @value 'secondary'
10
- * @default 'primary'
11
- */
12
- color?: 'primary' | 'secondary';
13
- }
14
- /**
15
- * Use the Masthead on the top of the page.
16
- */
17
- export declare const Masthead: React.ForwardRefExoticComponent<Pick<MastheadProps, "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>>;
18
- export default Masthead;
@@ -1,9 +0,0 @@
1
- import React from 'react';
2
- import { BaseProps } from '@digigov/react-core/Base';
3
- export interface MastheadBodyProps extends BaseProps<'p'> {
4
- }
5
- /**
6
- * Use the MastheadBody inside Masthead an you can wrap your content inside Main component.
7
- */
8
- export declare const MastheadBody: React.ForwardRefExoticComponent<Pick<MastheadBodyProps, "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<HTMLParagraphElement>>;
9
- export default MastheadBody;
@@ -1,11 +0,0 @@
1
- import React from 'react';
2
- import { BaseProps } from '@digigov/react-core/Base';
3
- export interface MastheadLogoProps extends BaseProps<'img'> {
4
- }
5
- /**
6
- * MastheadLogo is a component for logos and images in the masthead.
7
- * It is used inside to Masthead.
8
- *
9
- */
10
- export declare const MastheadLogo: React.ForwardRefExoticComponent<Pick<MastheadLogoProps, "slot" | "style" | "title" | "as" | "className" | "color" | "height" | "id" | "lang" | "width" | "role" | "tabIndex" | "crossOrigin" | "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" | "useMap" | "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" | "referrerPolicy" | "alt" | "src" | "loading" | "decoding" | "sizes" | "srcSet" | "margin" | "marginTop" | "marginBottom" | "marginLeft" | "marginRight" | "padding" | "paddingTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "printHidden" | "printVisible" | "xsUpHidden" | "smUpHidden" | "mdUpHidden" | "lgUpHidden" | "xlUpHidden" | "xsHidden" | "smHidden" | "mdHidden" | "lgHidden" | "xlHidden"> & React.RefAttributes<HTMLImageElement>>;
11
- export default MastheadLogo;
@@ -1,11 +0,0 @@
1
- import React from 'react';
2
- import { BaseProps } from '@digigov/react-core/Base';
3
- export interface ModalActionProps extends BaseProps<'div'> {
4
- }
5
- /**
6
- * ModelAction contains the action behavior for Modal Component.
7
- * We can use links, Buttons or ButtonGroup with max of two buttons
8
- * Use ModalAction inside Modal component as childern
9
- */
10
- export declare const ModalAction: React.ForwardRefExoticComponent<Pick<ModalActionProps, "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>>;
11
- export default ModalAction;
@@ -1,24 +0,0 @@
1
- import React from 'react';
2
- import { BaseProps } from '@digigov/react-core/Base';
3
- export interface ModalContainerProps extends BaseProps<'div'> {
4
- /**
5
- * @value true
6
- * @value false
7
- */
8
- open?: boolean;
9
- /**
10
- * dense is optional.
11
- * @value true ModalContainer and its children will be dense.
12
- * @value false
13
- * @default false
14
- */
15
- dense?: boolean;
16
- }
17
- /**
18
- * Modals can be used to open a pop-up dialog box and provide critical information
19
- * or ask for a decision. Modals disable all app functionality when they appear, and
20
- * remain on screen until confirmed, dismissed, or a required action has been taken
21
- * Use Modal as parent component to wrap ModalHeading, ModalText and ModalAction components
22
- */
23
- export declare const ModalContainer: React.ForwardRefExoticComponent<Pick<ModalContainerProps, "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" | "open" | "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<HTMLDivElement>>;
24
- export default ModalContainer;
@@ -1,10 +0,0 @@
1
- import React from 'react';
2
- import { BaseProps } from '@digigov/react-core/Base';
3
- export interface ModalContentProps extends BaseProps<'div'> {
4
- }
5
- /**
6
- * ModalContent contains the text or any other element for Modal Component
7
- * Use ModalContent inside Modal component as children
8
- */
9
- export declare const ModalContent: React.ForwardRefExoticComponent<Pick<ModalContentProps, "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 ModalContent;
@@ -1,10 +0,0 @@
1
- import React from 'react';
2
- import { HeadingProps } from '@digigov/react-core/Heading';
3
- export interface ModalHeadingProps extends HeadingProps {
4
- }
5
- /**
6
- * ModalHeading gives header title to Modal Component
7
- * Use ModalHeading inside Modal component as children
8
- */
9
- export declare const ModalHeading: React.ForwardRefExoticComponent<Pick<ModalHeadingProps, "slot" | "style" | "title" | "as" | "className" | "color" | "id" | "lang" | "role" | "tabIndex" | "fontSize" | "fontWeight" | "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" | "size" | "margin" | "marginTop" | "marginBottom" | "marginLeft" | "marginRight" | "padding" | "paddingTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "printHidden" | "printVisible" | "xsUpHidden" | "smUpHidden" | "mdUpHidden" | "lgUpHidden" | "xlUpHidden" | "xsHidden" | "smHidden" | "mdHidden" | "lgHidden" | "xlHidden" | "element" | "breakWords"> & React.RefAttributes<HTMLDivElement>>;
10
- export default ModalHeading;
@@ -1,49 +0,0 @@
1
- import React from 'react';
2
- import { BaseProps } from '@digigov/react-core/Base';
3
- export interface NavProps extends BaseProps<'nav'> {
4
- /**
5
- * open is optional.
6
- * use this prop to control the navigation's visibility when it's a drawer.
7
- * @value true
8
- * @value false
9
- * @default false
10
- */
11
- open?: boolean;
12
- /**
13
- * border is optional.
14
- * border prop contains border-bottom styling.
15
- * @value true
16
- * @value false
17
- * @default true
18
- */
19
- border?: boolean;
20
- /**
21
- * drawer is optional.
22
- * drawer prop allows element to be positioned relative to the viewport.
23
- * Use this prop only if you want to implement responsive drawer navigation and you have a button to toggle the drawer open and closed.
24
- * @value 'never' the navigation will never be drawer
25
- * @value 'smDown' the navigation will be drawer on small screens only
26
- * @value 'mdDown' the navigation will be drawer on medium screens and below
27
- * @value 'lgDown' the navigation will be drawer on large screens and below
28
- * @value 'always' the navigation will be drawer on all screen sizes
29
- * @default 'never'
30
- */
31
- drawer?: 'never' | 'smDown' | 'mdDown' | 'lgDown' | 'always';
32
- /**
33
- * onClose makes a CloseButton component visible when the Nav is drawer.
34
- * Use this prop to close the drawer when close button is clicked, passing a callback function.
35
- * Make sure that the drawer prop is not 'never'.
36
- */
37
- onClose?: (e: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
38
- /**
39
- * closeButtonLabel is optional.
40
- * Use this prop to add text beside the close icon. For example: 'Κλείσιμο'.
41
- */
42
- closeButtonLabel?: string;
43
- }
44
- /**
45
- * Nav is mainly used under the Header.
46
- * This is a wrapper for the NavList component.
47
- */
48
- export declare const Nav: React.ForwardRefExoticComponent<Pick<NavProps, "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" | "open" | "margin" | "marginTop" | "marginBottom" | "marginLeft" | "marginRight" | "padding" | "paddingTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "printHidden" | "printVisible" | "xsUpHidden" | "smUpHidden" | "mdUpHidden" | "lgUpHidden" | "xlUpHidden" | "xsHidden" | "smHidden" | "mdHidden" | "lgHidden" | "xlHidden" | "border" | "drawer" | "onClose" | "closeButtonLabel"> & React.RefAttributes<HTMLElement>>;
49
- export default Nav;
@@ -1,31 +0,0 @@
1
- import React from 'react';
2
- import { BaseProps } from '@digigov/react-core/Base';
3
- export interface NavListProps extends BaseProps<'ul'> {
4
- /**
5
- * active prop sets active background color to the nav list.
6
- * @value true
7
- * @value false
8
- * @default false
9
- */
10
- active?: boolean;
11
- /**
12
- * layout prop sets the display layout for the nav list
13
- * @value 'vertical'
14
- * @value 'horizontal'
15
- * @default 'horizontal'
16
- */
17
- layout?: 'vertical' | 'horizontal';
18
- /**
19
- * fullWidth gives to the nav list full width.
20
- * @value true
21
- * @value false
22
- * @default true
23
- */
24
- fullWidth?: boolean;
25
- }
26
- /**
27
- * NavList must be inside the Nav.
28
- * This component has a list of NavListItem component inside.
29
- */
30
- export declare const NavList: React.ForwardRefExoticComponent<Pick<NavListProps, "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" | "fullWidth" | "active" | "layout"> & React.RefAttributes<HTMLUListElement>>;
31
- export default NavList;
@@ -1,14 +0,0 @@
1
- import React from 'react';
2
- import { NavListItemButtonProps } from '@digigov/react-core/NavListItemButton';
3
- import { NavListItemLinkProps } from '@digigov/react-core/NavListItemLink';
4
- export type LinkButtonJoinProps = NavListItemLinkProps & NavListItemButtonProps;
5
- export interface NavListItemActionProps extends LinkButtonJoinProps {
6
- label?: string;
7
- arrow?: boolean;
8
- }
9
- /**
10
- * NavListItemAction must be inside the NavList.
11
- * This component has a items of NavListItemLink component inside.
12
- */
13
- export declare const NavListItemAction: React.ForwardRefExoticComponent<Pick<NavListItemActionProps, "form" | "label" | "slot" | "style" | "title" | "as" | "className" | "color" | "id" | "lang" | "media" | "name" | "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" | "autoFocus" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "value" | "margin" | "marginTop" | "marginBottom" | "marginLeft" | "marginRight" | "padding" | "paddingTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "printHidden" | "printVisible" | "xsUpHidden" | "smUpHidden" | "mdUpHidden" | "lgUpHidden" | "xlUpHidden" | "xsHidden" | "smHidden" | "mdHidden" | "lgHidden" | "xlHidden" | "variant" | "dense" | "active" | "arrow"> & React.RefAttributes<HTMLAnchorElement | HTMLButtonElement>>;
14
- export default NavListItemAction;
@@ -1,10 +0,0 @@
1
- import React from 'react';
2
- import { BaseProps } from '@digigov/react-core/Base';
3
- export interface NavListItemActionContainerProps extends BaseProps<'li'> {
4
- }
5
- /**
6
- * NavListItemActionContainer must be inside the NavList.
7
- * This component has a items of NavListItemLink component inside.
8
- */
9
- export declare const NavListItemActionContainer: React.ForwardRefExoticComponent<Pick<NavListItemActionContainerProps, "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"> & React.RefAttributes<HTMLLIElement>>;
10
- export default NavListItemActionContainer;
@@ -1,27 +0,0 @@
1
- import React from 'react';
2
- import { ButtonProps } from '@digigov/react-core/Button';
3
- export interface NavListItemButtonProps extends ButtonProps {
4
- /**
5
- * When the NavListItemButton is active, that means that we are in this option / page of the Nav.
6
- * NavListItemButton for nav menu.
7
- * active is optional.
8
- *
9
- * @value true
10
- * @value false
11
- */
12
- active?: boolean;
13
- /**
14
- * use arrow prop if you want to have arrows in navigation buttons.
15
- * arrow is optional.
16
- *
17
- * @value true
18
- * @value false
19
- * @default true
20
- */
21
- arrow?: boolean;
22
- }
23
- /**
24
- * NavListItemButton is an <button> element. It should be inside the NavListItem component.
25
- */
26
- export declare const NavListItemButton: React.ForwardRefExoticComponent<Pick<NavListItemButtonProps, "form" | "slot" | "style" | "title" | "as" | "className" | "color" | "id" | "lang" | "name" | "type" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "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" | "autoFocus" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "value" | "margin" | "marginTop" | "marginBottom" | "marginLeft" | "marginRight" | "padding" | "paddingTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "printHidden" | "printVisible" | "xsUpHidden" | "smUpHidden" | "mdUpHidden" | "lgUpHidden" | "xlUpHidden" | "xsHidden" | "smHidden" | "mdHidden" | "lgHidden" | "xlHidden" | "variant" | "dense" | "active" | "arrow"> & React.RefAttributes<HTMLButtonElement>>;
27
- export default NavListItemButton;
@@ -1,17 +0,0 @@
1
- import React from 'react';
2
- import { BaseProps } from '@digigov/react-core/Base';
3
- export interface NavListItemLinkProps extends BaseProps<'a'> {
4
- /**
5
- * When the NavListItemLink is active, that means that we are in this option / page of the Nav.
6
- * active is optional.
7
- *
8
- * @value true
9
- * @value false
10
- */
11
- active?: boolean;
12
- }
13
- /**
14
- * NavListItemLink is an <a> element. It should be inside the NavListItem component.
15
- */
16
- export declare const NavListItemLink: React.ForwardRefExoticComponent<Pick<NavListItemLinkProps, "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" | "active"> & React.RefAttributes<HTMLAnchorElement>>;
17
- export default NavListItemLink;
@@ -1,25 +0,0 @@
1
- import React from 'react';
2
- import { BaseProps } from '@digigov/react-core/Base';
3
- export interface NavMenuContainerProps extends BaseProps<'div'> {
4
- /**
5
- * active is optional.
6
- * Exactly one NavMenu should be active every time.
7
- * This declares that this content is active and should depend of the 'selected' NavItem.
8
- * @value true
9
- * @value false
10
- */
11
- active?: boolean;
12
- /**
13
- * layout prop sets the display layout for the nav list.
14
- * @value 'vertical'
15
- * @value 'horizontal'
16
- * @default 'horizontal'
17
- */
18
- layout?: 'vertical' | 'horizontal';
19
- }
20
- /**
21
- * NavMenuContainer is the container menu component.
22
- * Inside this component must be NavMenuContainerContent component.
23
- */
24
- export declare const NavMenuContainer: React.ForwardRefExoticComponent<Pick<NavMenuContainerProps, "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" | "active" | "layout"> & React.RefAttributes<HTMLDivElement>>;
25
- export default NavMenuContainer;
@@ -1,11 +0,0 @@
1
- import React from 'react';
2
- import { GridProps } from '@digigov/react-core/Grid';
3
- export interface NavMenuContentProps extends GridProps {
4
- }
5
- /**
6
- *
7
- * NavMenuContent is the content menu component.
8
- * Inside this component must be NavMenuContentList and NavMenuContentListLink components.
9
- */
10
- export declare const NavMenuContent: React.ForwardRefExoticComponent<Pick<NavMenuContentProps, "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>>;
11
- export default NavMenuContent;
@@ -1,10 +0,0 @@
1
- import React from 'react';
2
- import { BaseProps } from '@digigov/react-core/Base';
3
- export interface NavMenuContentListProps extends BaseProps<'ul'> {
4
- }
5
- /**
6
- * NavMenuContentListBase contains the ul list nav menu.
7
- * Inside this component must be NavMenuContentListItem component.
8
- */
9
- export declare const NavMenuContentListBase: React.ForwardRefExoticComponent<Pick<NavMenuContentListProps, "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<HTMLUListElement>>;
10
- export default NavMenuContentListBase;