@digigov/react-experimental 2.0.0-rc.7 → 2.0.2

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 (871) hide show
  1. package/CHANGELOG.md +34 -2
  2. package/FloatingButton/index.d.ts +21 -0
  3. package/FloatingButton/index.js +15 -23
  4. package/Kitchensink/AllComponents.d.ts +2 -0
  5. package/Kitchensink/AllComponents.js +7 -0
  6. package/{libs-ui/react-experimental/src/Kitchensink → Kitchensink}/KitchensinkByCategory.d.ts +1 -1
  7. package/Kitchensink/KitchensinkByCategory.js +25 -0
  8. package/{libs-ui/react-experimental/src/Kitchensink → Kitchensink}/KitchensinkByLetter.d.ts +2 -2
  9. package/Kitchensink/KitchensinkByLetter.js +14 -0
  10. package/{libs-ui/react-experimental/src/Kitchensink → Kitchensink}/KitchensinkComponent.d.ts +1 -1
  11. package/Kitchensink/KitchensinkComponent.js +29 -0
  12. package/{libs-ui/react-experimental/src/Kitchensink → Kitchensink}/KitchensinkDashboard.d.ts +2 -2
  13. package/Kitchensink/KitchensinkDashboard.js +28 -0
  14. package/Kitchensink/index.d.ts +5 -0
  15. package/Kitchensink/index.js +5 -5
  16. package/OptionButtonBase/index.d.ts +19 -0
  17. package/OptionButtonBase/index.js +16 -23
  18. package/OptionButtonSteps/index.d.ts +25 -0
  19. package/OptionButtonSteps/index.js +21 -30
  20. package/index.d.ts +4 -0
  21. package/index.js +5 -5
  22. package/package.json +11 -14
  23. package/src/FloatingButton/__snapshots__/index.test.tsx.snap +37 -0
  24. package/src/FloatingButton/index.test.tsx +11 -5
  25. package/src/FloatingButton/index.tsx +1 -1
  26. package/src/Kitchensink/AllComponents.tsx +2 -1
  27. package/src/Kitchensink/KitchensinkByCategory.tsx +2 -6
  28. package/src/Kitchensink/index.ts +5 -5
  29. package/src/OptionButtonBase/__snapshots__/index.test.tsx.snap +37 -0
  30. package/src/OptionButtonBase/index.test.tsx +11 -5
  31. package/src/OptionButtonBase/index.tsx +8 -9
  32. package/src/OptionButtonSteps/__snapshots__/index.test.tsx.snap +84 -0
  33. package/src/OptionButtonSteps/index.test.tsx +21 -7
  34. package/src/OptionButtonSteps/index.tsx +10 -11
  35. package/src/index.ts +1 -1
  36. package/FloatingButton/index.test/index.js +0 -19
  37. package/FloatingButton/index.test/package.json +0 -6
  38. package/FloatingButton/package.json +0 -6
  39. package/Kitchensink/AllComponents/index.js +0 -9
  40. package/Kitchensink/AllComponents/package.json +0 -6
  41. package/Kitchensink/KitchensinkByCategory/index.js +0 -33
  42. package/Kitchensink/KitchensinkByCategory/package.json +0 -6
  43. package/Kitchensink/KitchensinkByLetter/index.js +0 -19
  44. package/Kitchensink/KitchensinkByLetter/package.json +0 -6
  45. package/Kitchensink/KitchensinkComponent/index.js +0 -45
  46. package/Kitchensink/KitchensinkComponent/package.json +0 -6
  47. package/Kitchensink/KitchensinkDashboard/index.js +0 -40
  48. package/Kitchensink/KitchensinkDashboard/package.json +0 -6
  49. package/Kitchensink/package.json +0 -6
  50. package/OptionButtonBase/index.test/index.js +0 -19
  51. package/OptionButtonBase/index.test/package.json +0 -6
  52. package/OptionButtonBase/package.json +0 -6
  53. package/OptionButtonSteps/index.test/index.js +0 -32
  54. package/OptionButtonSteps/index.test/package.json +0 -6
  55. package/OptionButtonSteps/package.json +0 -6
  56. package/cjs/FloatingButton/index.js +0 -31
  57. package/cjs/FloatingButton/index.test/index.js +0 -22
  58. package/cjs/Kitchensink/AllComponents/index.js +0 -16
  59. package/cjs/Kitchensink/KitchensinkByCategory/index.js +0 -40
  60. package/cjs/Kitchensink/KitchensinkByLetter/index.js +0 -26
  61. package/cjs/Kitchensink/KitchensinkComponent/index.js +0 -55
  62. package/cjs/Kitchensink/KitchensinkDashboard/index.js +0 -47
  63. package/cjs/Kitchensink/index.js +0 -60
  64. package/cjs/OptionButtonBase/index.js +0 -31
  65. package/cjs/OptionButtonBase/index.test/index.js +0 -22
  66. package/cjs/OptionButtonSteps/index.js +0 -38
  67. package/cjs/OptionButtonSteps/index.test/index.js +0 -35
  68. package/cjs/index.js +0 -49
  69. package/libs/ui/src/api/APIErrors.d.ts +0 -22
  70. package/libs/ui/src/api/APIProvider.d.ts +0 -15
  71. package/libs/ui/src/api/fetchAPI.d.ts +0 -18
  72. package/libs/ui/src/api/index.d.ts +0 -9
  73. package/libs/ui/src/api/useResource.d.ts +0 -11
  74. package/libs/ui/src/api/useResourceAction.d.ts +0 -2
  75. package/libs/ui/src/api/useResourceQuery.d.ts +0 -18
  76. package/libs/ui/src/api/utils.d.ts +0 -6
  77. package/libs/ui/src/app/App.d.ts +0 -7
  78. package/libs/ui/src/app/BannerContainer/BannerContainer.stories.d.ts +0 -10
  79. package/libs/ui/src/app/BannerContainer/__stories__/CookiesBanner.d.ts +0 -3
  80. package/libs/ui/src/app/BannerContainer/index.d.ts +0 -3
  81. package/libs/ui/src/app/BottomInfo/index.d.ts +0 -5
  82. package/libs/ui/src/app/CloseButton/index.d.ts +0 -3
  83. package/libs/ui/src/app/FilterContainer/index.d.ts +0 -11
  84. package/libs/ui/src/app/Footer/Footer.stories.d.ts +0 -18
  85. package/libs/ui/src/app/Footer/__stories__/Default.d.ts +0 -3
  86. package/libs/ui/src/app/Footer/__stories__/DefaultCopyright.d.ts +0 -3
  87. package/libs/ui/src/app/Footer/__stories__/FooterAllInclusive.d.ts +0 -3
  88. package/libs/ui/src/app/Footer/__stories__/FooterWithLink.d.ts +0 -3
  89. package/libs/ui/src/app/Footer/__stories__/FooterWithLogo.d.ts +0 -3
  90. package/libs/ui/src/app/Footer/__stories__/FooterWithSecondaryNavigation.d.ts +0 -3
  91. package/libs/ui/src/app/Footer/__stories__/FooterWithText.d.ts +0 -3
  92. package/libs/ui/src/app/Footer/__stories__/YearCopyright.d.ts +0 -3
  93. package/libs/ui/src/app/Footer/index.d.ts +0 -15
  94. package/libs/ui/src/app/Header/Header.stories.d.ts +0 -18
  95. package/libs/ui/src/app/Header/HeaderContent.d.ts +0 -3
  96. package/libs/ui/src/app/Header/HeaderLogo.d.ts +0 -3
  97. package/libs/ui/src/app/Header/HeaderNavMenuContent.d.ts +0 -3
  98. package/libs/ui/src/app/Header/HeaderSecondaryLogo.d.ts +0 -3
  99. package/libs/ui/src/app/Header/HeaderSection.d.ts +0 -3
  100. package/libs/ui/src/app/Header/HeaderTitle.d.ts +0 -3
  101. package/libs/ui/src/app/Header/__stories__/Default.d.ts +0 -3
  102. package/libs/ui/src/app/Header/__stories__/WithHeaderNavigation.d.ts +0 -3
  103. package/libs/ui/src/app/Header/__stories__/WithNavigation.d.ts +0 -3
  104. package/libs/ui/src/app/Header/__stories__/WithServiceName.d.ts +0 -3
  105. package/libs/ui/src/app/Header/__stories__/WithServiceNameAndLogo.d.ts +0 -3
  106. package/libs/ui/src/app/Header/index.d.ts +0 -9
  107. package/libs/ui/src/app/Loader/Loader.stories.d.ts +0 -8
  108. package/libs/ui/src/app/Loader/__stories__/Default.d.ts +0 -3
  109. package/libs/ui/src/app/Loader/index.d.ts +0 -5
  110. package/libs/ui/src/app/Masthead/Masthead.stories.d.ts +0 -13
  111. package/libs/ui/src/app/Masthead/__stories__/Default.d.ts +0 -3
  112. package/libs/ui/src/app/Masthead/__stories__/WithElements.d.ts +0 -3
  113. package/libs/ui/src/app/Masthead/__stories__/WithLogo.d.ts +0 -3
  114. package/libs/ui/src/app/Masthead/index.d.ts +0 -5
  115. package/libs/ui/src/app/Modal/Modal.stories.d.ts +0 -14
  116. package/libs/ui/src/app/Modal/__stories__/AlertDialog.d.ts +0 -3
  117. package/libs/ui/src/app/Modal/__stories__/Auto.d.ts +0 -3
  118. package/libs/ui/src/app/Modal/__stories__/Default.d.ts +0 -3
  119. package/libs/ui/src/app/Modal/__stories__/Dense.d.ts +0 -3
  120. package/libs/ui/src/app/Modal/__stories__/WithHooks.d.ts +0 -3
  121. package/libs/ui/src/app/Modal/auto.d.ts +0 -21
  122. package/libs/ui/src/app/Modal/hooks.d.ts +0 -26
  123. package/libs/ui/src/app/Modal/index.d.ts +0 -15
  124. package/libs/ui/src/app/NotFound/NotFound.stories.d.ts +0 -8
  125. package/libs/ui/src/app/NotFound/__stories__/Default.d.ts +0 -3
  126. package/libs/ui/src/app/NotFound/index.d.ts +0 -3
  127. package/libs/ui/src/app/OutdatedBrowserBanner/hooks/evaluateBrowserVersion.d.ts +0 -15
  128. package/libs/ui/src/app/OutdatedBrowserBanner/hooks/useOutdatedBrowserCheck.d.ts +0 -2
  129. package/libs/ui/src/app/OutdatedBrowserBanner/index.d.ts +0 -3
  130. package/libs/ui/src/app/PageTitleContainer/index.d.ts +0 -5
  131. package/libs/ui/src/app/Panel/Panel.stories.d.ts +0 -10
  132. package/libs/ui/src/app/Panel/__stories__/Default.d.ts +0 -3
  133. package/libs/ui/src/app/Panel/index.d.ts +0 -5
  134. package/libs/ui/src/app/PhaseBannerHeader/PhaseBannerHeader.stories.d.ts +0 -8
  135. package/libs/ui/src/app/PhaseBannerHeader/__stories__/Default.d.ts +0 -3
  136. package/libs/ui/src/app/PhaseBannerHeader/index.d.ts +0 -8
  137. package/libs/ui/src/app/QrCodeScanner/QrCodeScanner.stories.d.ts +0 -8
  138. package/libs/ui/src/app/QrCodeScanner/__stories__/Default.d.ts +0 -3
  139. package/libs/ui/src/app/QrCodeScanner/index.d.ts +0 -34
  140. package/libs/ui/src/app/QrCodeViewer/QRCode.stories.d.ts +0 -9
  141. package/libs/ui/src/app/QrCodeViewer/__stories__/Custom.d.ts +0 -3
  142. package/libs/ui/src/app/QrCodeViewer/__stories__/Default.d.ts +0 -3
  143. package/libs/ui/src/app/QrCodeViewer/index.d.ts +0 -6
  144. package/libs/ui/src/app/QrCodeViewer/qrcodegen.d.ts +0 -100
  145. package/libs/ui/src/app/QrCodeViewer/types.d.ts +0 -28
  146. package/libs/ui/src/app/QrCodeViewer/utils.d.ts +0 -11
  147. package/libs/ui/src/app/ThemeOptions/index.d.ts +0 -17
  148. package/libs/ui/src/app/hooks/useFontSize.d.ts +0 -6
  149. package/libs/ui/src/app/hooks/useHighlightLinks.d.ts +0 -8
  150. package/libs/ui/src/app/hooks/useLetterSpacing.d.ts +0 -6
  151. package/libs/ui/src/app/hooks/useLineHeight.d.ts +0 -6
  152. package/libs/ui/src/app/hooks/useTheme.d.ts +0 -8
  153. package/libs/ui/src/app/hooks/useVariantVars.d.ts +0 -8
  154. package/libs/ui/src/app/index.d.ts +0 -16
  155. package/libs/ui/src/content/Accordion/Accordion.stories.d.ts +0 -14
  156. package/libs/ui/src/content/Accordion/__stories__/Auto.d.ts +0 -3
  157. package/libs/ui/src/content/Accordion/__stories__/Default.d.ts +0 -3
  158. package/libs/ui/src/content/Accordion/__stories__/WithHints.d.ts +0 -3
  159. package/libs/ui/src/content/Accordion/__stories__/WithHook.d.ts +0 -3
  160. package/libs/ui/src/content/Accordion/auto.d.ts +0 -18
  161. package/libs/ui/src/content/Accordion/hooks.d.ts +0 -26
  162. package/libs/ui/src/content/Accordion/index.d.ts +0 -10
  163. package/libs/ui/src/content/Blockquote/Blockquote.stories.d.ts +0 -11
  164. package/libs/ui/src/content/Blockquote/__stories__/Default.d.ts +0 -3
  165. package/libs/ui/src/content/Blockquote/__stories__/Dense.d.ts +0 -3
  166. package/libs/ui/src/content/Blockquote/index.d.ts +0 -3
  167. package/libs/ui/src/content/Card/Card.stories.d.ts +0 -21
  168. package/libs/ui/src/content/Card/__stories__/Default.d.ts +0 -3
  169. package/libs/ui/src/content/Card/__stories__/Dense.d.ts +0 -3
  170. package/libs/ui/src/content/Card/__stories__/WithClickableContent.d.ts +0 -3
  171. package/libs/ui/src/content/Card/__stories__/WithClickableLink.d.ts +0 -3
  172. package/libs/ui/src/content/Card/__stories__/WithDarkBorder.d.ts +0 -3
  173. package/libs/ui/src/content/Card/__stories__/WithDarkTopBorder.d.ts +0 -3
  174. package/libs/ui/src/content/Card/__stories__/WithDivider.d.ts +0 -3
  175. package/libs/ui/src/content/Card/__stories__/WithGrayBorder.d.ts +0 -3
  176. package/libs/ui/src/content/Card/__stories__/WithGrayTopBorder.d.ts +0 -3
  177. package/libs/ui/src/content/Card/__stories__/WithGroupButton.d.ts +0 -3
  178. package/libs/ui/src/content/Card/__stories__/WithLink.d.ts +0 -3
  179. package/libs/ui/src/content/Card/index.d.ts +0 -6
  180. package/libs/ui/src/content/Chip/Chip.stories.d.ts +0 -12
  181. package/libs/ui/src/content/Chip/__stories__/ClickableChip.d.ts +0 -3
  182. package/libs/ui/src/content/Chip/__stories__/ClickableDeletableChip.d.ts +0 -3
  183. package/libs/ui/src/content/Chip/__stories__/Default.d.ts +0 -3
  184. package/libs/ui/src/content/Chip/__stories__/DeletableChip.d.ts +0 -3
  185. package/libs/ui/src/content/Chip/__stories__/GroupOfChips.d.ts +0 -3
  186. package/libs/ui/src/content/Chip/index.d.ts +0 -6
  187. package/libs/ui/src/content/Details/Details.stories.d.ts +0 -10
  188. package/libs/ui/src/content/Details/__stories__/Default.d.ts +0 -3
  189. package/libs/ui/src/content/Details/index.d.ts +0 -5
  190. package/libs/ui/src/content/FillableText/index.d.ts +0 -4
  191. package/libs/ui/src/content/List/List.d.ts +0 -3
  192. package/libs/ui/src/content/List/List.stories.d.ts +0 -15
  193. package/libs/ui/src/content/List/ListItem.d.ts +0 -3
  194. package/libs/ui/src/content/List/__stories__/BulletList.d.ts +0 -3
  195. package/libs/ui/src/content/List/__stories__/Default.d.ts +0 -3
  196. package/libs/ui/src/content/List/__stories__/HorizontalList.d.ts +0 -3
  197. package/libs/ui/src/content/List/__stories__/NestedBulletList.d.ts +0 -3
  198. package/libs/ui/src/content/List/__stories__/NumberedList.d.ts +0 -3
  199. package/libs/ui/src/content/List/__stories__/WithExtraSpace.d.ts +0 -3
  200. package/libs/ui/src/content/List/index.d.ts +0 -3
  201. package/libs/ui/src/content/Markdown/index.d.ts +0 -3
  202. package/libs/ui/src/content/Markdown/useMarkdownToHTML.d.ts +0 -6
  203. package/libs/ui/src/content/SafeHTML/index.d.ts +0 -10
  204. package/libs/ui/src/content/StepNav/StepNav.stories.d.ts +0 -13
  205. package/libs/ui/src/content/StepNav/__stories__/Auto.d.ts +0 -3
  206. package/libs/ui/src/content/StepNav/__stories__/Default.d.ts +0 -3
  207. package/libs/ui/src/content/StepNav/__stories__/Dense.d.ts +0 -3
  208. package/libs/ui/src/content/StepNav/__stories__/WithHints.d.ts +0 -3
  209. package/libs/ui/src/content/StepNav/__stories__/WithHook.d.ts +0 -3
  210. package/libs/ui/src/content/StepNav/auto.d.ts +0 -19
  211. package/libs/ui/src/content/StepNav/index.d.ts +0 -16
  212. package/libs/ui/src/content/SummaryList/SummaryList.stories.d.ts +0 -15
  213. package/libs/ui/src/content/SummaryList/__stories__/Default.d.ts +0 -3
  214. package/libs/ui/src/content/SummaryList/__stories__/RowVariations.d.ts +0 -3
  215. package/libs/ui/src/content/SummaryList/__stories__/WithActions.d.ts +0 -3
  216. package/libs/ui/src/content/SummaryList/__stories__/WithKeyAndAction.d.ts +0 -3
  217. package/libs/ui/src/content/SummaryList/__stories__/WithoutActions.d.ts +0 -3
  218. package/libs/ui/src/content/SummaryList/__stories__/WithoutBorders.d.ts +0 -3
  219. package/libs/ui/src/content/SummaryList/index.d.ts +0 -7
  220. package/libs/ui/src/content/Table/Table.stories.d.ts +0 -27
  221. package/libs/ui/src/content/Table/TableFloatingScroll.d.ts +0 -3
  222. package/libs/ui/src/content/Table/__stories__/DarkVariant.d.ts +0 -3
  223. package/libs/ui/src/content/Table/__stories__/DarkVariantWithVerticalHeaders.d.ts +0 -3
  224. package/libs/ui/src/content/Table/__stories__/Default.d.ts +0 -3
  225. package/libs/ui/src/content/Table/__stories__/DefinedWidth.d.ts +0 -3
  226. package/libs/ui/src/content/Table/__stories__/Densed.d.ts +0 -3
  227. package/libs/ui/src/content/Table/__stories__/Full.d.ts +0 -3
  228. package/libs/ui/src/content/Table/__stories__/MultipleProps.d.ts +0 -3
  229. package/libs/ui/src/content/Table/__stories__/NoData.d.ts +0 -3
  230. package/libs/ui/src/content/Table/__stories__/NumericDataType.d.ts +0 -3
  231. package/libs/ui/src/content/Table/__stories__/RowColors.d.ts +0 -3
  232. package/libs/ui/src/content/Table/__stories__/Stacked.d.ts +0 -3
  233. package/libs/ui/src/content/Table/__stories__/TableCaptions.d.ts +0 -3
  234. package/libs/ui/src/content/Table/__stories__/VerticalBorders.d.ts +0 -3
  235. package/libs/ui/src/content/Table/__stories__/VerticalHeaders.d.ts +0 -3
  236. package/libs/ui/src/content/Table/__stories__/WithFloatingScroll.d.ts +0 -3
  237. package/libs/ui/src/content/Table/__stories__/WithLoader.d.ts +0 -3
  238. package/libs/ui/src/content/Table/__stories__/WithSortFilters.d.ts +0 -3
  239. package/libs/ui/src/content/Table/__stories__/ZebraProp.d.ts +0 -3
  240. package/libs/ui/src/content/Table/hooks/useSort.d.ts +0 -9
  241. package/libs/ui/src/content/Table/index.d.ts +0 -28
  242. package/libs/ui/src/content/TaskList/TaskList.stories.d.ts +0 -10
  243. package/libs/ui/src/content/TaskList/__stories__/Default.d.ts +0 -3
  244. package/libs/ui/src/content/TaskList/__stories__/Dense.d.ts +0 -3
  245. package/libs/ui/src/content/TaskList/index.d.ts +0 -7
  246. package/libs/ui/src/content/Timeline/Timeline.stories.d.ts +0 -10
  247. package/libs/ui/src/content/Timeline/__stories__/Default.d.ts +0 -3
  248. package/libs/ui/src/content/Timeline/__stories__/Dense.d.ts +0 -3
  249. package/libs/ui/src/content/Timeline/index.d.ts +0 -7
  250. package/libs/ui/src/content/index.d.ts +0 -12
  251. package/libs/ui/src/feedback/CopyToClipboard/CopyToClipboard.stories.d.ts +0 -10
  252. package/libs/ui/src/feedback/CopyToClipboard/__stories__/Banner.d.ts +0 -3
  253. package/libs/ui/src/feedback/CopyToClipboard/__stories__/Default.d.ts +0 -3
  254. package/libs/ui/src/feedback/CopyToClipboard/__stories__/Dense.d.ts +0 -3
  255. package/libs/ui/src/feedback/CopyToClipboard/index.d.ts +0 -12
  256. package/libs/ui/src/feedback/ErrorSummary/ErrorSummary.stories.d.ts +0 -15
  257. package/libs/ui/src/feedback/ErrorSummary/__stories__/Default.d.ts +0 -3
  258. package/libs/ui/src/feedback/ErrorSummary/__stories__/Dense.d.ts +0 -3
  259. package/libs/ui/src/feedback/ErrorSummary/__stories__/LinkedToCheckbox.d.ts +0 -3
  260. package/libs/ui/src/feedback/ErrorSummary/__stories__/LinkedToField.d.ts +0 -3
  261. package/libs/ui/src/feedback/ErrorSummary/__stories__/LinkedToInput.d.ts +0 -3
  262. package/libs/ui/src/feedback/ErrorSummary/__stories__/WithBackLinkAndButton.d.ts +0 -3
  263. package/libs/ui/src/feedback/ErrorSummary/index.d.ts +0 -3
  264. package/libs/ui/src/feedback/NotificationBanner/NotificationBanner.stories.d.ts +0 -13
  265. package/libs/ui/src/feedback/NotificationBanner/__stories__/Default.d.ts +0 -3
  266. package/libs/ui/src/feedback/NotificationBanner/__stories__/Dense.d.ts +0 -3
  267. package/libs/ui/src/feedback/NotificationBanner/__stories__/Success.d.ts +0 -3
  268. package/libs/ui/src/feedback/NotificationBanner/index.d.ts +0 -18
  269. package/libs/ui/src/feedback/PhaseBanner/PhaseBanner.stories.d.ts +0 -11
  270. package/libs/ui/src/feedback/PhaseBanner/__stories__/Default.d.ts +0 -3
  271. package/libs/ui/src/feedback/PhaseBanner/__stories__/Underlined.d.ts +0 -3
  272. package/libs/ui/src/feedback/PhaseBanner/index.d.ts +0 -6
  273. package/libs/ui/src/feedback/WarningText/WarningText.stories.d.ts +0 -12
  274. package/libs/ui/src/feedback/WarningText/__stories__/AssistiveText.d.ts +0 -3
  275. package/libs/ui/src/feedback/WarningText/__stories__/Default.d.ts +0 -3
  276. package/libs/ui/src/feedback/WarningText/__stories__/Dense.d.ts +0 -3
  277. package/libs/ui/src/feedback/WarningText/index.d.ts +0 -3
  278. package/libs/ui/src/feedback/index.d.ts +0 -5
  279. package/libs/ui/src/form/AutoComplete/AutoComplete.stories.d.ts +0 -17
  280. package/libs/ui/src/form/AutoComplete/Status/index.d.ts +0 -42
  281. package/libs/ui/src/form/AutoComplete/__stories__/Default.d.ts +0 -3
  282. package/libs/ui/src/form/AutoComplete/__stories__/Multiple.d.ts +0 -3
  283. package/libs/ui/src/form/AutoComplete/__stories__/MultipleShowingTwoSelected.d.ts +0 -3
  284. package/libs/ui/src/form/AutoComplete/__stories__/MultipleWithDefaultValues.d.ts +0 -3
  285. package/libs/ui/src/form/AutoComplete/__stories__/MultipleWithMinLength.d.ts +0 -3
  286. package/libs/ui/src/form/AutoComplete/__stories__/WithAutoSelect.d.ts +0 -3
  287. package/libs/ui/src/form/AutoComplete/__stories__/WithDefaultValue.d.ts +0 -3
  288. package/libs/ui/src/form/AutoComplete/__stories__/WithMinLength.d.ts +0 -3
  289. package/libs/ui/src/form/AutoComplete/__stories__/WithPlaceHolder.d.ts +0 -3
  290. package/libs/ui/src/form/AutoComplete/__stories__/WithShowAllValues.d.ts +0 -3
  291. package/libs/ui/src/form/AutoComplete/index.d.ts +0 -111
  292. package/libs/ui/src/form/AutoComplete/utils.d.ts +0 -12
  293. package/libs/ui/src/form/Button/Button.stories.d.ts +0 -21
  294. package/libs/ui/src/form/Button/ButtonLink.d.ts +0 -3
  295. package/libs/ui/src/form/Button/CallToAction.d.ts +0 -3
  296. package/libs/ui/src/form/Button/ThemeToggleButton.d.ts +0 -3
  297. package/libs/ui/src/form/Button/__stories__/Back.d.ts +0 -4
  298. package/libs/ui/src/form/Button/__stories__/ButtonLinkButton.d.ts +0 -6
  299. package/libs/ui/src/form/Button/__stories__/CallToActionButton.d.ts +0 -3
  300. package/libs/ui/src/form/Button/__stories__/Dense.d.ts +0 -3
  301. package/libs/ui/src/form/Button/__stories__/Disabled.d.ts +0 -3
  302. package/libs/ui/src/form/Button/__stories__/GroupingButtons.d.ts +0 -3
  303. package/libs/ui/src/form/Button/__stories__/GroupingButtonsAndLinks.d.ts +0 -3
  304. package/libs/ui/src/form/Button/__stories__/Primary.d.ts +0 -3
  305. package/libs/ui/src/form/Button/__stories__/Secondary.d.ts +0 -3
  306. package/libs/ui/src/form/Button/__stories__/ThemeToggle.d.ts +0 -3
  307. package/libs/ui/src/form/Button/__stories__/Warning.d.ts +0 -3
  308. package/libs/ui/src/form/Button/__stories__/WithVariantLink.d.ts +0 -3
  309. package/libs/ui/src/form/Button/index.d.ts +0 -13
  310. package/libs/ui/src/form/Checkbox/Checkbox.stories.d.ts +0 -19
  311. package/libs/ui/src/form/Checkbox/__stories__/ConditionalReveal.d.ts +0 -3
  312. package/libs/ui/src/form/Checkbox/__stories__/Default.d.ts +0 -3
  313. package/libs/ui/src/form/Checkbox/__stories__/Dense.d.ts +0 -3
  314. package/libs/ui/src/form/Checkbox/__stories__/Inline.d.ts +0 -3
  315. package/libs/ui/src/form/Checkbox/__stories__/InlineWithDivider.d.ts +0 -3
  316. package/libs/ui/src/form/Checkbox/__stories__/MultipleQuestions.d.ts +0 -3
  317. package/libs/ui/src/form/Checkbox/__stories__/NoneAnswer.d.ts +0 -3
  318. package/libs/ui/src/form/Checkbox/__stories__/NoneAnswerWithError.d.ts +0 -3
  319. package/libs/ui/src/form/Checkbox/__stories__/WithErrorMessage.d.ts +0 -3
  320. package/libs/ui/src/form/Checkbox/__stories__/WithHint.d.ts +0 -3
  321. package/libs/ui/src/form/Checkbox/index.d.ts +0 -5
  322. package/libs/ui/src/form/DateInputContainer/DateInputContainer.stories.d.ts +0 -14
  323. package/libs/ui/src/form/DateInputContainer/__stories__/Default.d.ts +0 -3
  324. package/libs/ui/src/form/DateInputContainer/__stories__/Dense.d.ts +0 -3
  325. package/libs/ui/src/form/DateInputContainer/__stories__/MultipleQuestions.d.ts +0 -3
  326. package/libs/ui/src/form/DateInputContainer/__stories__/WithErrorMessage.d.ts +0 -3
  327. package/libs/ui/src/form/DateInputContainer/__stories__/WithErrorMessageForSingleField.d.ts +0 -3
  328. package/libs/ui/src/form/DateInputContainer/index.d.ts +0 -4
  329. package/libs/ui/src/form/ErrorMessage/ErrorMessage.stories.d.ts +0 -12
  330. package/libs/ui/src/form/ErrorMessage/__stories__/DateInputError.d.ts +0 -3
  331. package/libs/ui/src/form/ErrorMessage/__stories__/Default.d.ts +0 -3
  332. package/libs/ui/src/form/ErrorMessage/__stories__/ErrorMessageOnly.d.ts +0 -3
  333. package/libs/ui/src/form/ErrorMessage/index.d.ts +0 -3
  334. package/libs/ui/src/form/FieldContainer/index.d.ts +0 -5
  335. package/libs/ui/src/form/FileUpload/FileUpload.stories.d.ts +0 -10
  336. package/libs/ui/src/form/FileUpload/__stories__/Default.d.ts +0 -3
  337. package/libs/ui/src/form/FileUpload/__stories__/WithErrorMessage.d.ts +0 -3
  338. package/libs/ui/src/form/FileUpload/index.d.ts +0 -4
  339. package/libs/ui/src/form/Form/index.d.ts +0 -3
  340. package/libs/ui/src/form/LabelContainer/index.d.ts +0 -4
  341. package/libs/ui/src/form/RadioContainer/RadioContainer.stories.d.ts +0 -19
  342. package/libs/ui/src/form/RadioContainer/__stories__/ConditionalReveal.d.ts +0 -3
  343. package/libs/ui/src/form/RadioContainer/__stories__/Default.d.ts +0 -3
  344. package/libs/ui/src/form/RadioContainer/__stories__/Dense.d.ts +0 -3
  345. package/libs/ui/src/form/RadioContainer/__stories__/Inline.d.ts +0 -3
  346. package/libs/ui/src/form/RadioContainer/__stories__/InlineWithDivider.d.ts +0 -3
  347. package/libs/ui/src/form/RadioContainer/__stories__/MultipleQuestions.d.ts +0 -3
  348. package/libs/ui/src/form/RadioContainer/__stories__/NoneAnswer.d.ts +0 -3
  349. package/libs/ui/src/form/RadioContainer/__stories__/WithErrorMessage.d.ts +0 -3
  350. package/libs/ui/src/form/RadioContainer/__stories__/WithHints.d.ts +0 -3
  351. package/libs/ui/src/form/RadioContainer/__stories__/WithMediumLegend.d.ts +0 -3
  352. package/libs/ui/src/form/RadioContainer/index.d.ts +0 -6
  353. package/libs/ui/src/form/SearchContainer/index.d.ts +0 -5
  354. package/libs/ui/src/form/SelectContainer/SelectContainer.stories.d.ts +0 -13
  355. package/libs/ui/src/form/SelectContainer/__stories__/Default.d.ts +0 -3
  356. package/libs/ui/src/form/SelectContainer/__stories__/Dense.d.ts +0 -3
  357. package/libs/ui/src/form/SelectContainer/__stories__/DisabledInput.d.ts +0 -3
  358. package/libs/ui/src/form/SelectContainer/__stories__/WithHint.d.ts +0 -3
  359. package/libs/ui/src/form/SelectContainer/index.d.ts +0 -4
  360. package/libs/ui/src/form/SingleCharacterInputs/SingleCharacterInput.stories.d.ts +0 -13
  361. package/libs/ui/src/form/SingleCharacterInputs/__stories__/Default.d.ts +0 -3
  362. package/libs/ui/src/form/SingleCharacterInputs/__stories__/WithDefaultError.d.ts +0 -3
  363. package/libs/ui/src/form/SingleCharacterInputs/__stories__/WithErrorMessageInvalidCode.d.ts +0 -3
  364. package/libs/ui/src/form/SingleCharacterInputs/__stories__/WithErrorMessageLessDigit.d.ts +0 -3
  365. package/libs/ui/src/form/SingleCharacterInputs/index.d.ts +0 -4
  366. package/libs/ui/src/form/TextArea/TextArea.stories.d.ts +0 -17
  367. package/libs/ui/src/form/TextArea/__stories__/Default.d.ts +0 -3
  368. package/libs/ui/src/form/TextArea/__stories__/Dense.d.ts +0 -3
  369. package/libs/ui/src/form/TextArea/__stories__/DisabledInput.d.ts +0 -3
  370. package/libs/ui/src/form/TextArea/__stories__/LimitedCharacters.d.ts +0 -3
  371. package/libs/ui/src/form/TextArea/__stories__/MultipleQuestions.d.ts +0 -3
  372. package/libs/ui/src/form/TextArea/__stories__/WithDeclaredRows.d.ts +0 -3
  373. package/libs/ui/src/form/TextArea/__stories__/WithErrorMessage.d.ts +0 -3
  374. package/libs/ui/src/form/TextArea/__stories__/WithHint.d.ts +0 -3
  375. package/libs/ui/src/form/TextArea/index.d.ts +0 -3
  376. package/libs/ui/src/form/TextInput/TextInput.stories.d.ts +0 -19
  377. package/libs/ui/src/form/TextInput/__stories__/AskingForNumbers.d.ts +0 -3
  378. package/libs/ui/src/form/TextInput/__stories__/Default.d.ts +0 -3
  379. package/libs/ui/src/form/TextInput/__stories__/Dense.d.ts +0 -3
  380. package/libs/ui/src/form/TextInput/__stories__/DisabledInput.d.ts +0 -3
  381. package/libs/ui/src/form/TextInput/__stories__/DisabledInputWithValue.d.ts +0 -3
  382. package/libs/ui/src/form/TextInput/__stories__/FixedWidths.d.ts +0 -3
  383. package/libs/ui/src/form/TextInput/__stories__/FluidWidths.d.ts +0 -3
  384. package/libs/ui/src/form/TextInput/__stories__/MultipleQuestions.d.ts +0 -3
  385. package/libs/ui/src/form/TextInput/__stories__/WithErrorMessage.d.ts +0 -3
  386. package/libs/ui/src/form/TextInput/__stories__/WithHint.d.ts +0 -3
  387. package/libs/ui/src/form/TextInput/index.d.ts +0 -3
  388. package/libs/ui/src/form/index.d.ts +0 -15
  389. package/libs/ui/src/govgr/Footer/Copyright.d.ts +0 -11
  390. package/libs/ui/src/govgr/Footer/HellenicRepublicLogo.d.ts +0 -3
  391. package/libs/ui/src/govgr/Footer/LicenseCCSA.d.ts +0 -3
  392. package/libs/ui/src/govgr/Footer/index.d.ts +0 -13
  393. package/libs/ui/src/govgr/Footer/logo.d.ts +0 -2
  394. package/libs/ui/src/govgr/Footer/logos/logo-el.d.ts +0 -2
  395. package/libs/ui/src/govgr/Footer/logos/logo-en.d.ts +0 -2
  396. package/libs/ui/src/govgr/GovGRLogo/index.d.ts +0 -3
  397. package/libs/ui/src/govgr/GovGRLogo/logo.d.ts +0 -2
  398. package/libs/ui/src/govgr/images/govgr-logo-base64.d.ts +0 -2
  399. package/libs/ui/src/govgr/images/govgr-logo-blue-base64.d.ts +0 -2
  400. package/libs/ui/src/govgr/images/greek-government-base64.d.ts +0 -2
  401. package/libs/ui/src/govgr/images/grnet-logo-base64.d.ts +0 -2
  402. package/libs/ui/src/govgr/images/index.d.ts +0 -5
  403. package/libs/ui/src/govgr/images/minedu-logo-base64.d.ts +0 -2
  404. package/libs/ui/src/govgr/images/minedu-logo-black-base64.d.ts +0 -2
  405. package/libs/ui/src/govgr/index.d.ts +0 -5
  406. package/libs/ui/src/i18n/I18nText.d.ts +0 -10
  407. package/libs/ui/src/i18n/index.d.ts +0 -12
  408. package/libs/ui/src/i18n/locales/el.d.ts +0 -110
  409. package/libs/ui/src/i18n/locales/en.d.ts +0 -104
  410. package/libs/ui/src/icons/Icon/index.d.ts +0 -5
  411. package/libs/ui/src/icons/ImageLogo/index.d.ts +0 -3
  412. package/libs/ui/src/icons/ImageLogoSet/index.d.ts +0 -3
  413. package/libs/ui/src/icons/index.d.ts +0 -2
  414. package/libs/ui/src/index.d.ts +0 -11
  415. package/libs/ui/src/layouts/Admin/index.d.ts +0 -9
  416. package/libs/ui/src/layouts/Basic/Aside/index.d.ts +0 -3
  417. package/libs/ui/src/layouts/Basic/Basic.stories.d.ts +0 -11
  418. package/libs/ui/src/layouts/Basic/Bottom/index.d.ts +0 -3
  419. package/libs/ui/src/layouts/Basic/Container/index.d.ts +0 -3
  420. package/libs/ui/src/layouts/Basic/Main/index.d.ts +0 -3
  421. package/libs/ui/src/layouts/Basic/Masthead/index.d.ts +0 -5
  422. package/libs/ui/src/layouts/Basic/Top/index.d.ts +0 -3
  423. package/libs/ui/src/layouts/Basic/__stories__/Default.d.ts +0 -3
  424. package/libs/ui/src/layouts/Basic/__stories__/MultipleRowsLayout.d.ts +0 -3
  425. package/libs/ui/src/layouts/Basic/__stories__/TwoThirdsOneThirdColumns.d.ts +0 -3
  426. package/libs/ui/src/layouts/Basic/index.d.ts +0 -9
  427. package/libs/ui/src/layouts/Grid/Grid.stories.d.ts +0 -10
  428. package/libs/ui/src/layouts/Grid/__stories__/Default.d.ts +0 -3
  429. package/libs/ui/src/layouts/Grid/__stories__/Inline.d.ts +0 -3
  430. package/libs/ui/src/layouts/Grid/__stories__/ResponsiveSpacing.d.ts +0 -3
  431. package/libs/ui/src/layouts/Grid/index.d.ts +0 -4
  432. package/libs/ui/src/layouts/Hidden/index.d.ts +0 -1
  433. package/libs/ui/src/layouts/Screen/Screen.stories.d.ts +0 -11
  434. package/libs/ui/src/layouts/Screen/__stories__/Default.d.ts +0 -3
  435. package/libs/ui/src/layouts/Screen/__stories__/ScreenDown.d.ts +0 -3
  436. package/libs/ui/src/layouts/Screen/__stories__/ScreenUp.d.ts +0 -3
  437. package/libs/ui/src/layouts/Screen/__stories__/SpecificScreenSize.d.ts +0 -3
  438. package/libs/ui/src/layouts/Screen/index.d.ts +0 -6
  439. package/libs/ui/src/layouts/Section/index.d.ts +0 -3
  440. package/libs/ui/src/layouts/SectionBreak/index.d.ts +0 -3
  441. package/libs/ui/src/layouts/Stack/Stack.stories.d.ts +0 -13
  442. package/libs/ui/src/layouts/Stack/__stories__/AlignItems.d.ts +0 -3
  443. package/libs/ui/src/layouts/Stack/__stories__/Default.d.ts +0 -3
  444. package/libs/ui/src/layouts/Stack/__stories__/JustifyContent.d.ts +0 -3
  445. package/libs/ui/src/layouts/Stack/__stories__/NoWrap.d.ts +0 -3
  446. package/libs/ui/src/layouts/Stack/__stories__/Row.d.ts +0 -3
  447. package/libs/ui/src/layouts/Stack/__stories__/Spacing.d.ts +0 -3
  448. package/libs/ui/src/layouts/Stack/index.d.ts +0 -2
  449. package/libs/ui/src/layouts/index.d.ts +0 -11
  450. package/libs/ui/src/navigation/BackLink/BackLink.stories.d.ts +0 -8
  451. package/libs/ui/src/navigation/BackLink/__stories__/Default.d.ts +0 -3
  452. package/libs/ui/src/navigation/BackLink/index.d.ts +0 -3
  453. package/libs/ui/src/navigation/BackToTopLink/BackToTopLink.stories.d.ts +0 -9
  454. package/libs/ui/src/navigation/BackToTopLink/__stories__/Default.d.ts +0 -3
  455. package/libs/ui/src/navigation/BackToTopLink/__stories__/InMain.d.ts +0 -3
  456. package/libs/ui/src/navigation/BackToTopLink/index.d.ts +0 -12
  457. package/libs/ui/src/navigation/Breadcrumbs/Breadcrumbs.stories.d.ts +0 -10
  458. package/libs/ui/src/navigation/Breadcrumbs/__stories__/Default.d.ts +0 -3
  459. package/libs/ui/src/navigation/Breadcrumbs/index.d.ts +0 -5
  460. package/libs/ui/src/navigation/Drawer/Drawer.stories.d.ts +0 -12
  461. package/libs/ui/src/navigation/Drawer/__stories__/Auto.d.ts +0 -2
  462. package/libs/ui/src/navigation/Drawer/__stories__/Default.d.ts +0 -3
  463. package/libs/ui/src/navigation/Drawer/__stories__/WithHook.d.ts +0 -2
  464. package/libs/ui/src/navigation/Drawer/auto.d.ts +0 -28
  465. package/libs/ui/src/navigation/Drawer/hooks.d.ts +0 -20
  466. package/libs/ui/src/navigation/Drawer/index.d.ts +0 -5
  467. package/libs/ui/src/navigation/Dropdown/Dropdown.stories.d.ts +0 -20
  468. package/libs/ui/src/navigation/Dropdown/__stories__/AlignRight.d.ts +0 -3
  469. package/libs/ui/src/navigation/Dropdown/__stories__/ContentPosition.d.ts +0 -3
  470. package/libs/ui/src/navigation/Dropdown/__stories__/Default.d.ts +0 -3
  471. package/libs/ui/src/navigation/Dropdown/__stories__/Dense.d.ts +0 -3
  472. package/libs/ui/src/navigation/Dropdown/__stories__/Disabled.d.ts +0 -3
  473. package/libs/ui/src/navigation/Dropdown/__stories__/PlacementTop.d.ts +0 -3
  474. package/libs/ui/src/navigation/Dropdown/__stories__/ScrollableContent.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 -52
  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 -303
  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/Typography/index.d.ts +0 -3
  555. package/libs/ui/src/typography/index.d.ts +0 -6
  556. package/libs/ui/src/utils/Base/index.d.ts +0 -3
  557. package/libs/ui/src/utils/SvgIcon/index.d.ts +0 -4
  558. package/libs/ui/src/utils/Typography/index.d.ts +0 -3
  559. package/libs/ui/src/utils/VisuallyHidden/VisuallyHidden.stories.d.ts +0 -8
  560. package/libs/ui/src/utils/VisuallyHidden/__stories__/Default.d.ts +0 -3
  561. package/libs/ui/src/utils/VisuallyHidden/index.d.ts +0 -3
  562. package/libs/ui/src/utils/hooks/useDebounce.d.ts +0 -3
  563. package/libs/ui/src/utils/hooks/useKeypress.d.ts +0 -2
  564. package/libs/ui/src/utils/hooks/useLatest.d.ts +0 -3
  565. package/libs/ui/src/utils/hooks/useScreen.d.ts +0 -7
  566. package/libs/ui/src/utils/hooks/useSearch.d.ts +0 -4
  567. package/libs/ui/src/utils/hooks/useTogglableTab.d.ts +0 -21
  568. package/libs/ui/src/utils/index.d.ts +0 -3
  569. package/libs/ui/src/utils/withDeprecation.d.ts +0 -16
  570. package/libs-ui/react-core/src/Accordion/index.d.ts +0 -28
  571. package/libs-ui/react-core/src/AccordionControls/index.d.ts +0 -9
  572. package/libs-ui/react-core/src/AccordionSection/index.d.ts +0 -11
  573. package/libs-ui/react-core/src/AccordionSectionContent/index.d.ts +0 -10
  574. package/libs-ui/react-core/src/AccordionSectionSummary/index.d.ts +0 -9
  575. package/libs-ui/react-core/src/AccordionSectionSummaryHeading/index.d.ts +0 -9
  576. package/libs-ui/react-core/src/AdminAside/index.d.ts +0 -9
  577. package/libs-ui/react-core/src/AdminContainer/index.d.ts +0 -10
  578. package/libs-ui/react-core/src/AdminHeader/index.d.ts +0 -10
  579. package/libs-ui/react-core/src/AdminHeaderContent/index.d.ts +0 -9
  580. package/libs-ui/react-core/src/AdminLayout/index.d.ts +0 -14
  581. package/libs-ui/react-core/src/AdminMain/index.d.ts +0 -9
  582. package/libs-ui/react-core/src/AdminTopSection/index.d.ts +0 -25
  583. package/libs-ui/react-core/src/Aside/index.d.ts +0 -27
  584. package/libs-ui/react-core/src/AutoCompleteAssistiveHint/index.d.ts +0 -11
  585. package/libs-ui/react-core/src/AutoCompleteContainer/index.d.ts +0 -22
  586. package/libs-ui/react-core/src/AutoCompleteInput/index.d.ts +0 -17
  587. package/libs-ui/react-core/src/AutoCompleteInputTypeahead/index.d.ts +0 -11
  588. package/libs-ui/react-core/src/AutoCompleteMultipleInput/index.d.ts +0 -9
  589. package/libs-ui/react-core/src/AutoCompleteMultipleInputContainer/index.d.ts +0 -12
  590. package/libs-ui/react-core/src/AutoCompleteResultList/index.d.ts +0 -20
  591. package/libs-ui/react-core/src/AutoCompleteResultListItem/index.d.ts +0 -47
  592. package/libs-ui/react-core/src/AutoCompleteStatus/index.d.ts +0 -10
  593. package/libs-ui/react-core/src/AutoCompleteStatusContainer/index.d.ts +0 -10
  594. package/libs-ui/react-core/src/BackLink/index.d.ts +0 -9
  595. package/libs-ui/react-core/src/BackToTopContainer/index.d.ts +0 -17
  596. package/libs-ui/react-core/src/BackToTopLimit/index.d.ts +0 -9
  597. package/libs-ui/react-core/src/BackToTopLink/index.d.ts +0 -9
  598. package/libs-ui/react-core/src/BannerContainer/index.d.ts +0 -6
  599. package/libs-ui/react-core/src/Base/index.d.ts +0 -95
  600. package/libs-ui/react-core/src/Blockquote/index.d.ts +0 -16
  601. package/libs-ui/react-core/src/Bottom/index.d.ts +0 -9
  602. package/libs-ui/react-core/src/BottomInfo/index.d.ts +0 -9
  603. package/libs-ui/react-core/src/BottomInfoContainer/index.d.ts +0 -9
  604. package/libs-ui/react-core/src/BottomInfoContent/index.d.ts +0 -9
  605. package/libs-ui/react-core/src/Breadcrumbs/index.d.ts +0 -10
  606. package/libs-ui/react-core/src/BreadcrumbsList/index.d.ts +0 -9
  607. package/libs-ui/react-core/src/BreadcrumbsListItem/index.d.ts +0 -15
  608. package/libs-ui/react-core/src/Button/index.d.ts +0 -35
  609. package/libs-ui/react-core/src/ButtonGroup/index.d.ts +0 -9
  610. package/libs-ui/react-core/src/ButtonLink/index.d.ts +0 -28
  611. package/libs-ui/react-core/src/CallToAction/index.d.ts +0 -9
  612. package/libs-ui/react-core/src/Card/index.d.ts +0 -50
  613. package/libs-ui/react-core/src/CardAction/index.d.ts +0 -11
  614. package/libs-ui/react-core/src/CardContent/index.d.ts +0 -10
  615. package/libs-ui/react-core/src/CardHeading/index.d.ts +0 -10
  616. package/libs-ui/react-core/src/Checkbox/index.d.ts +0 -27
  617. package/libs-ui/react-core/src/CheckboxConditional/index.d.ts +0 -11
  618. package/libs-ui/react-core/src/CheckboxItem/index.d.ts +0 -17
  619. package/libs-ui/react-core/src/Chip/index.d.ts +0 -14
  620. package/libs-ui/react-core/src/ChipContainer/index.d.ts +0 -14
  621. package/libs-ui/react-core/src/ChipHeading/index.d.ts +0 -10
  622. package/libs-ui/react-core/src/ChipKeyValue/index.d.ts +0 -10
  623. package/libs-ui/react-core/src/ChoiceDividerText/index.d.ts +0 -10
  624. package/libs-ui/react-core/src/CircularProgress/index.d.ts +0 -27
  625. package/libs-ui/react-core/src/CloseButton/index.d.ts +0 -15
  626. package/libs-ui/react-core/src/Code/index.d.ts +0 -18
  627. package/libs-ui/react-core/src/CodeBlock/index.d.ts +0 -10
  628. package/libs-ui/react-core/src/Container/index.d.ts +0 -23
  629. package/libs-ui/react-core/src/CopyToClipboardContainer/index.d.ts +0 -31
  630. package/libs-ui/react-core/src/CopyToClipboardMessage/index.d.ts +0 -18
  631. package/libs-ui/react-core/src/CopyrightContainer/index.d.ts +0 -10
  632. package/libs-ui/react-core/src/DateInputContainer/index.d.ts +0 -19
  633. package/libs-ui/react-core/src/DateInputItem/index.d.ts +0 -26
  634. package/libs-ui/react-core/src/Details/index.d.ts +0 -10
  635. package/libs-ui/react-core/src/DetailsContent/index.d.ts +0 -10
  636. package/libs-ui/react-core/src/DetailsSummary/index.d.ts +0 -10
  637. package/libs-ui/react-core/src/Drawer/index.d.ts +0 -44
  638. package/libs-ui/react-core/src/DrawerHeading/index.d.ts +0 -16
  639. package/libs-ui/react-core/src/DropdownBase/index.d.ts +0 -39
  640. package/libs-ui/react-core/src/DropdownButton/index.d.ts +0 -45
  641. package/libs-ui/react-core/src/DropdownContent/index.d.ts +0 -25
  642. package/libs-ui/react-core/src/ErrorMessage/index.d.ts +0 -11
  643. package/libs-ui/react-core/src/ErrorSummary/index.d.ts +0 -16
  644. package/libs-ui/react-core/src/FieldContainer/index.d.ts +0 -15
  645. package/libs-ui/react-core/src/Fieldset/index.d.ts +0 -10
  646. package/libs-ui/react-core/src/FieldsetLegend/index.d.ts +0 -27
  647. package/libs-ui/react-core/src/FileUpload/index.d.ts +0 -17
  648. package/libs-ui/react-core/src/FileUploadContainer/index.d.ts +0 -17
  649. package/libs-ui/react-core/src/FillableText/index.d.ts +0 -10
  650. package/libs-ui/react-core/src/FilterContainer/index.d.ts +0 -38
  651. package/libs-ui/react-core/src/FilterContent/index.d.ts +0 -9
  652. package/libs-ui/react-core/src/FilterHeadingContainer/index.d.ts +0 -12
  653. package/libs-ui/react-core/src/FilterOptionsSection/index.d.ts +0 -14
  654. package/libs-ui/react-core/src/FilterSelectedHeading/index.d.ts +0 -9
  655. package/libs-ui/react-core/src/FilterSelectedSection/index.d.ts +0 -9
  656. package/libs-ui/react-core/src/Footer/index.d.ts +0 -9
  657. package/libs-ui/react-core/src/FooterContainer/index.d.ts +0 -9
  658. package/libs-ui/react-core/src/FooterContent/index.d.ts +0 -10
  659. package/libs-ui/react-core/src/FooterContentLogos/index.d.ts +0 -11
  660. package/libs-ui/react-core/src/FooterHeading/index.d.ts +0 -18
  661. package/libs-ui/react-core/src/FooterImage/index.d.ts +0 -11
  662. package/libs-ui/react-core/src/FooterInfo/index.d.ts +0 -11
  663. package/libs-ui/react-core/src/FooterInfoSection/index.d.ts +0 -14
  664. package/libs-ui/react-core/src/FooterLink/index.d.ts +0 -9
  665. package/libs-ui/react-core/src/FooterList/index.d.ts +0 -23
  666. package/libs-ui/react-core/src/FooterListItem/index.d.ts +0 -10
  667. package/libs-ui/react-core/src/FooterNavigation/index.d.ts +0 -11
  668. package/libs-ui/react-core/src/FooterNavigationSection/index.d.ts +0 -11
  669. package/libs-ui/react-core/src/Form/index.d.ts +0 -16
  670. package/libs-ui/react-core/src/FullPageBackground/index.d.ts +0 -10
  671. package/libs-ui/react-core/src/GovGRLogo/govgr-logo-base64.d.ts +0 -2
  672. package/libs-ui/react-core/src/GovGRLogo/govgr-logo-blue-base64.d.ts +0 -2
  673. package/libs-ui/react-core/src/GovGRLogo/index.d.ts +0 -9
  674. package/libs-ui/react-core/src/Grid/index.d.ts +0 -89
  675. package/libs-ui/react-core/src/Header/index.d.ts +0 -10
  676. package/libs-ui/react-core/src/HeaderContent/index.d.ts +0 -9
  677. package/libs-ui/react-core/src/HeaderLogo/index.d.ts +0 -19
  678. package/libs-ui/react-core/src/HeaderNavMenuContent/index.d.ts +0 -11
  679. package/libs-ui/react-core/src/HeaderSecondaryLogo/index.d.ts +0 -19
  680. package/libs-ui/react-core/src/HeaderSection/index.d.ts +0 -9
  681. package/libs-ui/react-core/src/HeaderTitle/index.d.ts +0 -9
  682. package/libs-ui/react-core/src/Heading/index.d.ts +0 -31
  683. package/libs-ui/react-core/src/HeadingCaption/index.d.ts +0 -19
  684. package/libs-ui/react-core/src/HellenicRepublicLogo/index.d.ts +0 -17
  685. package/libs-ui/react-core/src/HellenicRepublicLogo/logo-el.d.ts +0 -2
  686. package/libs-ui/react-core/src/HellenicRepublicLogo/logo-en.d.ts +0 -2
  687. package/libs-ui/react-core/src/HellenicRepublicLogo/logo-inverted-el.d.ts +0 -2
  688. package/libs-ui/react-core/src/HellenicRepublicLogo/logo-inverted-en.d.ts +0 -2
  689. package/libs-ui/react-core/src/Hidden/index.d.ts +0 -71
  690. package/libs-ui/react-core/src/Hint/index.d.ts +0 -22
  691. package/libs-ui/react-core/src/ImageLogo/index.d.ts +0 -20
  692. package/libs-ui/react-core/src/ImageLogoSet/index.d.ts +0 -20
  693. package/libs-ui/react-core/src/KitchenSinkAllComponents/index.d.ts +0 -5
  694. package/libs-ui/react-core/src/KitchenSinkCard/index.d.ts +0 -5
  695. package/libs-ui/react-core/src/KitchenSinkCategory/index.d.ts +0 -5
  696. package/libs-ui/react-core/src/KitchenSinkContent/index.d.ts +0 -14
  697. package/libs-ui/react-core/src/KitchenSinkContentInfo/index.d.ts +0 -5
  698. package/libs-ui/react-core/src/KitchenSinkContentTags/index.d.ts +0 -5
  699. package/libs-ui/react-core/src/KitchenSinkHeading/index.d.ts +0 -5
  700. package/libs-ui/react-core/src/KitchenSinkLetterContent/index.d.ts +0 -5
  701. package/libs-ui/react-core/src/LabelContainer/index.d.ts +0 -9
  702. package/libs-ui/react-core/src/LabelTitle/index.d.ts +0 -26
  703. package/libs-ui/react-core/src/LabeledText/index.d.ts +0 -18
  704. package/libs-ui/react-core/src/Layout/index.d.ts +0 -15
  705. package/libs-ui/react-core/src/LinkBase/index.d.ts +0 -16
  706. package/libs-ui/react-core/src/List/index.d.ts +0 -33
  707. package/libs-ui/react-core/src/ListItem/index.d.ts +0 -9
  708. package/libs-ui/react-core/src/LoaderContainer/index.d.ts +0 -9
  709. package/libs-ui/react-core/src/Main/index.d.ts +0 -9
  710. package/libs-ui/react-core/src/Masthead/index.d.ts +0 -18
  711. package/libs-ui/react-core/src/MastheadBody/index.d.ts +0 -9
  712. package/libs-ui/react-core/src/MastheadLogo/index.d.ts +0 -11
  713. package/libs-ui/react-core/src/ModalAction/index.d.ts +0 -11
  714. package/libs-ui/react-core/src/ModalContainer/index.d.ts +0 -24
  715. package/libs-ui/react-core/src/ModalContent/index.d.ts +0 -10
  716. package/libs-ui/react-core/src/ModalHeading/index.d.ts +0 -10
  717. package/libs-ui/react-core/src/Nav/index.d.ts +0 -49
  718. package/libs-ui/react-core/src/NavList/index.d.ts +0 -31
  719. package/libs-ui/react-core/src/NavListItemAction/index.d.ts +0 -14
  720. package/libs-ui/react-core/src/NavListItemActionContainer/index.d.ts +0 -10
  721. package/libs-ui/react-core/src/NavListItemButton/index.d.ts +0 -27
  722. package/libs-ui/react-core/src/NavListItemLink/index.d.ts +0 -17
  723. package/libs-ui/react-core/src/NavMenuContainer/index.d.ts +0 -25
  724. package/libs-ui/react-core/src/NavMenuContent/index.d.ts +0 -11
  725. package/libs-ui/react-core/src/NavMenuContentListBase/index.d.ts +0 -10
  726. package/libs-ui/react-core/src/NavMenuContentListItem/index.d.ts +0 -10
  727. package/libs-ui/react-core/src/NavMenuTitle/index.d.ts +0 -11
  728. package/libs-ui/react-core/src/NormalText/index.d.ts +0 -18
  729. package/libs-ui/react-core/src/NotificationBannerContainer/index.d.ts +0 -29
  730. package/libs-ui/react-core/src/NotificationBannerContent/index.d.ts +0 -12
  731. package/libs-ui/react-core/src/NotificationBannerHeader/index.d.ts +0 -11
  732. package/libs-ui/react-core/src/NotificationBannerHeading/index.d.ts +0 -11
  733. package/libs-ui/react-core/src/NotificationBannerLink/index.d.ts +0 -11
  734. package/libs-ui/react-core/src/PageTitleCaption/index.d.ts +0 -9
  735. package/libs-ui/react-core/src/PageTitleContainer/index.d.ts +0 -9
  736. package/libs-ui/react-core/src/PageTitleHeading/index.d.ts +0 -10
  737. package/libs-ui/react-core/src/Pagination/index.d.ts +0 -17
  738. package/libs-ui/react-core/src/PaginationLabelContainer/index.d.ts +0 -9
  739. package/libs-ui/react-core/src/PaginationList/index.d.ts +0 -9
  740. package/libs-ui/react-core/src/PaginationListItem/index.d.ts +0 -29
  741. package/libs-ui/react-core/src/Panel/index.d.ts +0 -15
  742. package/libs-ui/react-core/src/PanelBody/index.d.ts +0 -9
  743. package/libs-ui/react-core/src/PanelTitle/index.d.ts +0 -9
  744. package/libs-ui/react-core/src/Paragraph/index.d.ts +0 -10
  745. package/libs-ui/react-core/src/PhaseBanner/index.d.ts +0 -18
  746. package/libs-ui/react-core/src/PhaseBannerHeaderContainer/index.d.ts +0 -6
  747. package/libs-ui/react-core/src/PhaseBannerTag/index.d.ts +0 -9
  748. package/libs-ui/react-core/src/PhaseBannerText/index.d.ts +0 -11
  749. package/libs-ui/react-core/src/RadioConditional/index.d.ts +0 -11
  750. package/libs-ui/react-core/src/RadioContainer/index.d.ts +0 -24
  751. package/libs-ui/react-core/src/RadioItem/index.d.ts +0 -16
  752. package/libs-ui/react-core/src/ResultsActionBar/index.d.ts +0 -9
  753. package/libs-ui/react-core/src/ResultsHeading/index.d.ts +0 -10
  754. package/libs-ui/react-core/src/ResultsHeadingActions/index.d.ts +0 -10
  755. package/libs-ui/react-core/src/SearchButton/index.d.ts +0 -10
  756. package/libs-ui/react-core/src/SearchContainer/index.d.ts +0 -9
  757. package/libs-ui/react-core/src/Section/index.d.ts +0 -10
  758. package/libs-ui/react-core/src/SectionBreak/index.d.ts +0 -26
  759. package/libs-ui/react-core/src/SelectContainer/index.d.ts +0 -17
  760. package/libs-ui/react-core/src/SelectOption/index.d.ts +0 -10
  761. package/libs-ui/react-core/src/SingleCharacterInput/index.d.ts +0 -18
  762. package/libs-ui/react-core/src/SingleCharacterInputs/index.d.ts +0 -11
  763. package/libs-ui/react-core/src/SkipLink/index.d.ts +0 -9
  764. package/libs-ui/react-core/src/Stack/index.d.ts +0 -33
  765. package/libs-ui/react-core/src/StepNav/index.d.ts +0 -17
  766. package/libs-ui/react-core/src/StepNavAccordion/index.d.ts +0 -11
  767. package/libs-ui/react-core/src/StepNavAccordionContent/index.d.ts +0 -10
  768. package/libs-ui/react-core/src/StepNavAccordionHeadingText/index.d.ts +0 -22
  769. package/libs-ui/react-core/src/StepNavAccordionHeadingTitle/index.d.ts +0 -11
  770. package/libs-ui/react-core/src/StepNavAccordionSummary/index.d.ts +0 -9
  771. package/libs-ui/react-core/src/StepNavAccordionSummaryHeading/index.d.ts +0 -27
  772. package/libs-ui/react-core/src/StepNavCircleNumber/index.d.ts +0 -19
  773. package/libs-ui/react-core/src/StepNavControls/index.d.ts +0 -10
  774. package/libs-ui/react-core/src/StepNavList/index.d.ts +0 -10
  775. package/libs-ui/react-core/src/StepNavListItem/index.d.ts +0 -9
  776. package/libs-ui/react-core/src/SummaryList/index.d.ts +0 -19
  777. package/libs-ui/react-core/src/SummaryListItem/index.d.ts +0 -19
  778. package/libs-ui/react-core/src/SummaryListItemAction/index.d.ts +0 -10
  779. package/libs-ui/react-core/src/SummaryListItemKey/index.d.ts +0 -10
  780. package/libs-ui/react-core/src/SummaryListItemValue/index.d.ts +0 -9
  781. package/libs-ui/react-core/src/SvgIcon/index.d.ts +0 -37
  782. package/libs-ui/react-core/src/Table/index.d.ts +0 -53
  783. package/libs-ui/react-core/src/TableBody/index.d.ts +0 -18
  784. package/libs-ui/react-core/src/TableCaption/index.d.ts +0 -20
  785. package/libs-ui/react-core/src/TableContainer/index.d.ts +0 -16
  786. package/libs-ui/react-core/src/TableDataCell/index.d.ts +0 -18
  787. package/libs-ui/react-core/src/TableHead/index.d.ts +0 -9
  788. package/libs-ui/react-core/src/TableHeadCell/index.d.ts +0 -30
  789. package/libs-ui/react-core/src/TableLoaderBackground/index.d.ts +0 -10
  790. package/libs-ui/react-core/src/TableNoDataRow/index.d.ts +0 -10
  791. package/libs-ui/react-core/src/TableRow/index.d.ts +0 -25
  792. package/libs-ui/react-core/src/TableSortIconContainer/index.d.ts +0 -11
  793. package/libs-ui/react-core/src/Tabs/index.d.ts +0 -18
  794. package/libs-ui/react-core/src/TabsHeading/index.d.ts +0 -18
  795. package/libs-ui/react-core/src/TabsList/index.d.ts +0 -10
  796. package/libs-ui/react-core/src/TabsListItemBase/index.d.ts +0 -17
  797. package/libs-ui/react-core/src/TabsPanelBase/index.d.ts +0 -18
  798. package/libs-ui/react-core/src/TaskList/index.d.ts +0 -17
  799. package/libs-ui/react-core/src/TaskListItem/index.d.ts +0 -9
  800. package/libs-ui/react-core/src/TaskListItemContent/index.d.ts +0 -10
  801. package/libs-ui/react-core/src/TaskListItemHeading/index.d.ts +0 -10
  802. package/libs-ui/react-core/src/TaskListItemTag/index.d.ts +0 -16
  803. package/libs-ui/react-core/src/TextArea/index.d.ts +0 -24
  804. package/libs-ui/react-core/src/TextInput/index.d.ts +0 -46
  805. package/libs-ui/react-core/src/Timeline/index.d.ts +0 -17
  806. package/libs-ui/react-core/src/TimelineActions/index.d.ts +0 -11
  807. package/libs-ui/react-core/src/TimelineContent/index.d.ts +0 -10
  808. package/libs-ui/react-core/src/TimelineHeading/index.d.ts +0 -25
  809. package/libs-ui/react-core/src/TimelineItem/index.d.ts +0 -9
  810. package/libs-ui/react-core/src/Top/index.d.ts +0 -9
  811. package/libs-ui/react-core/src/Typography/index.d.ts +0 -30
  812. package/libs-ui/react-core/src/VisuallyHidden/index.d.ts +0 -10
  813. package/libs-ui/react-core/src/WarningText/index.d.ts +0 -24
  814. package/libs-ui/react-experimental/src/FloatingButton/index.d.ts +0 -21
  815. package/libs-ui/react-experimental/src/FloatingButton/index.test.d.ts +0 -1
  816. package/libs-ui/react-experimental/src/Kitchensink/AllComponents.d.ts +0 -2
  817. package/libs-ui/react-experimental/src/Kitchensink/index.d.ts +0 -5
  818. package/libs-ui/react-experimental/src/OptionButtonBase/index.d.ts +0 -19
  819. package/libs-ui/react-experimental/src/OptionButtonBase/index.test.d.ts +0 -1
  820. package/libs-ui/react-experimental/src/OptionButtonSteps/index.d.ts +0 -25
  821. package/libs-ui/react-experimental/src/OptionButtonSteps/index.test.d.ts +0 -1
  822. package/libs-ui/react-experimental/src/index.d.ts +0 -4
  823. package/libs-ui/react-icons/src/AccessibilityIcon/config.d.ts +0 -8
  824. package/libs-ui/react-icons/src/AccessibilityIcon/index.d.ts +0 -4
  825. package/libs-ui/react-icons/src/ArrowIcon/config.d.ts +0 -13
  826. package/libs-ui/react-icons/src/ArrowIcon/index.d.ts +0 -4
  827. package/libs-ui/react-icons/src/BurgerIcon/config.d.ts +0 -6
  828. package/libs-ui/react-icons/src/BurgerIcon/index.d.ts +0 -4
  829. package/libs-ui/react-icons/src/CancelIcon/config.d.ts +0 -8
  830. package/libs-ui/react-icons/src/CancelIcon/index.d.ts +0 -4
  831. package/libs-ui/react-icons/src/CaretIcon/config.d.ts +0 -13
  832. package/libs-ui/react-icons/src/CaretIcon/index.d.ts +0 -4
  833. package/libs-ui/react-icons/src/ChatIcon/config.d.ts +0 -11
  834. package/libs-ui/react-icons/src/ChatIcon/index.d.ts +0 -4
  835. package/libs-ui/react-icons/src/CheckIcon/config.d.ts +0 -8
  836. package/libs-ui/react-icons/src/CheckIcon/index.d.ts +0 -4
  837. package/libs-ui/react-icons/src/ChevronIcon/config.d.ts +0 -14
  838. package/libs-ui/react-icons/src/ChevronIcon/index.d.ts +0 -4
  839. package/libs-ui/react-icons/src/CloseIcon/config.d.ts +0 -8
  840. package/libs-ui/react-icons/src/CloseIcon/index.d.ts +0 -4
  841. package/libs-ui/react-icons/src/DownloadIcon/config.d.ts +0 -8
  842. package/libs-ui/react-icons/src/DownloadIcon/index.d.ts +0 -4
  843. package/libs-ui/react-icons/src/ExclamationIcon/config.d.ts +0 -8
  844. package/libs-ui/react-icons/src/ExclamationIcon/index.d.ts +0 -4
  845. package/libs-ui/react-icons/src/GlobeIcon/config.d.ts +0 -8
  846. package/libs-ui/react-icons/src/GlobeIcon/index.d.ts +0 -4
  847. package/libs-ui/react-icons/src/Icon/index.d.ts +0 -25
  848. package/libs-ui/react-icons/src/LockIcon/config.d.ts +0 -8
  849. package/libs-ui/react-icons/src/LockIcon/index.d.ts +0 -4
  850. package/libs-ui/react-icons/src/LoginIcon/config.d.ts +0 -8
  851. package/libs-ui/react-icons/src/LoginIcon/index.d.ts +0 -4
  852. package/libs-ui/react-icons/src/MinusIcon/config.d.ts +0 -8
  853. package/libs-ui/react-icons/src/MinusIcon/index.d.ts +0 -4
  854. package/libs-ui/react-icons/src/MoreVertIcon/config.d.ts +0 -8
  855. package/libs-ui/react-icons/src/MoreVertIcon/index.d.ts +0 -4
  856. package/libs-ui/react-icons/src/PdfFileIcon/config.d.ts +0 -8
  857. package/libs-ui/react-icons/src/PdfFileIcon/index.d.ts +0 -4
  858. package/libs-ui/react-icons/src/PlusIcon/config.d.ts +0 -8
  859. package/libs-ui/react-icons/src/PlusIcon/index.d.ts +0 -4
  860. package/libs-ui/react-icons/src/PrintIcon/config.d.ts +0 -8
  861. package/libs-ui/react-icons/src/PrintIcon/index.d.ts +0 -4
  862. package/libs-ui/react-icons/src/ReplyIcon/config.d.ts +0 -8
  863. package/libs-ui/react-icons/src/ReplyIcon/index.d.ts +0 -4
  864. package/libs-ui/react-icons/src/RestoreIcon/config.d.ts +0 -8
  865. package/libs-ui/react-icons/src/RestoreIcon/index.d.ts +0 -4
  866. package/libs-ui/react-icons/src/SearchIcon/config.d.ts +0 -8
  867. package/libs-ui/react-icons/src/SearchIcon/index.d.ts +0 -4
  868. package/libs-ui/react-icons/src/UncheckIcon/config.d.ts +0 -8
  869. package/libs-ui/react-icons/src/UncheckIcon/index.d.ts +0 -4
  870. package/libs-ui/react-icons/src/icons.d.ts +0 -71
  871. package/libs-ui/react-icons/src/index.d.ts +0 -23
@@ -1,9 +0,0 @@
1
- import React from 'react';
2
- import { BaseProps } from '@digigov/react-core/Base';
3
- export interface BottomProps extends BaseProps<'div'> {
4
- }
5
- /**
6
- * Bottom is used inside the Layout component and it must be the last component in order.
7
- */
8
- export declare const Bottom: React.ForwardRefExoticComponent<Pick<BottomProps, "p" | "slot" | "style" | "title" | "as" | "className" | "color" | "id" | "lang" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "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" | "m" | "mt" | "mb" | "ml" | "mr" | "mx" | "my" | "padding" | "paddingTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "pt" | "pb" | "pl" | "pr" | "px" | "py" | "printHidden" | "printVisible" | "xsUpHidden" | "smUpHidden" | "mdUpHidden" | "lgUpHidden" | "xlUpHidden" | "xsHidden" | "smHidden" | "mdHidden" | "lgHidden" | "xlHidden"> & React.RefAttributes<HTMLDivElement>>;
9
- export default Bottom;
@@ -1,9 +0,0 @@
1
- import React from 'react';
2
- import { ContainerProps } from '@digigov/react-core/Container';
3
- export interface BottomInfoProps extends ContainerProps {
4
- }
5
- /**
6
- * Bottom BottomInfo is used inside the Bottom component and it must be the first component in order.
7
- */
8
- export declare const BottomInfo: React.ForwardRefExoticComponent<Pick<BottomInfoProps, "p" | "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" | "m" | "mt" | "mb" | "ml" | "mr" | "mx" | "my" | "padding" | "paddingTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "pt" | "pb" | "pl" | "pr" | "px" | "py" | "printHidden" | "printVisible" | "xsUpHidden" | "smUpHidden" | "mdUpHidden" | "lgUpHidden" | "xlUpHidden" | "xsHidden" | "smHidden" | "mdHidden" | "lgHidden" | "xlHidden" | "grid" | "container" | "item" | "xs" | "sm" | "md" | "lg" | "xl" | "fullWidth"> & React.RefAttributes<HTMLDivElement>>;
9
- export default BottomInfo;
@@ -1,9 +0,0 @@
1
- import React from 'react';
2
- import { ContainerProps } from '@digigov/react-core/Container';
3
- export interface BottomInfoContainerProps extends ContainerProps {
4
- }
5
- /**
6
- * Bottom BottomInfoContainer is used inside the Bottom component and it must be the first component in order.
7
- */
8
- export declare const BottomInfoContainer: React.ForwardRefExoticComponent<Pick<BottomInfoContainerProps, "p" | "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" | "m" | "mt" | "mb" | "ml" | "mr" | "mx" | "my" | "padding" | "paddingTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "pt" | "pb" | "pl" | "pr" | "px" | "py" | "printHidden" | "printVisible" | "xsUpHidden" | "smUpHidden" | "mdUpHidden" | "lgUpHidden" | "xlUpHidden" | "xsHidden" | "smHidden" | "mdHidden" | "lgHidden" | "xlHidden" | "grid" | "container" | "item" | "xs" | "sm" | "md" | "lg" | "xl" | "fullWidth"> & React.RefAttributes<HTMLDivElement>>;
9
- export default BottomInfoContainer;
@@ -1,9 +0,0 @@
1
- import React from 'react';
2
- import { GridProps } from '@digigov/react-core/Grid';
3
- export interface BottomInfoContentProps extends GridProps {
4
- }
5
- /**
6
- * BottomInfoContent is used inside the BottomInfoContainer component.
7
- */
8
- export declare const BottomInfoContent: React.ForwardRefExoticComponent<Pick<BottomInfoContentProps, "p" | "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" | "m" | "mt" | "mb" | "ml" | "mr" | "mx" | "my" | "padding" | "paddingTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "pt" | "pb" | "pl" | "pr" | "px" | "py" | "printHidden" | "printVisible" | "xsUpHidden" | "smUpHidden" | "mdUpHidden" | "lgUpHidden" | "xlUpHidden" | "xsHidden" | "smHidden" | "mdHidden" | "lgHidden" | "xlHidden" | "container" | "item" | "xs" | "sm" | "md" | "lg" | "xl"> & React.RefAttributes<HTMLDivElement>>;
9
- export default BottomInfoContent;
@@ -1,10 +0,0 @@
1
- import React from 'react';
2
- import { BaseProps } from '@digigov/react-core/Base';
3
- export interface BreadcrumbsProps extends BaseProps<'div'> {
4
- }
5
- /**
6
- * Use Breadcrumbs component when you need to help users understand and move between the multiple levels of a website.
7
- * The breadcrumb should start with your ‘home’ page and end with the parent section of the current page.
8
- */
9
- export declare const Breadcrumbs: React.ForwardRefExoticComponent<Pick<BreadcrumbsProps, "p" | "slot" | "style" | "title" | "as" | "className" | "color" | "id" | "lang" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "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" | "m" | "mt" | "mb" | "ml" | "mr" | "mx" | "my" | "padding" | "paddingTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "pt" | "pb" | "pl" | "pr" | "px" | "py" | "printHidden" | "printVisible" | "xsUpHidden" | "smUpHidden" | "mdUpHidden" | "lgUpHidden" | "xlUpHidden" | "xsHidden" | "smHidden" | "mdHidden" | "lgHidden" | "xlHidden"> & React.RefAttributes<HTMLDivElement>>;
10
- export default Breadcrumbs;
@@ -1,9 +0,0 @@
1
- import React from 'react';
2
- import { BaseProps } from '@digigov/react-core/Base';
3
- export interface BreadcrumbsListProps extends BaseProps<'ol'> {
4
- }
5
- /**
6
- * BreadcrumbsList is used for providing the items inside Breadcrumbs.
7
- */
8
- export declare const BreadcrumbsList: React.ForwardRefExoticComponent<Pick<BreadcrumbsListProps, "p" | "slot" | "style" | "title" | "as" | "className" | "color" | "id" | "lang" | "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" | "reversed" | "start" | "margin" | "marginTop" | "marginBottom" | "marginLeft" | "marginRight" | "m" | "mt" | "mb" | "ml" | "mr" | "mx" | "my" | "padding" | "paddingTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "pt" | "pb" | "pl" | "pr" | "px" | "py" | "printHidden" | "printVisible" | "xsUpHidden" | "smUpHidden" | "mdUpHidden" | "lgUpHidden" | "xlUpHidden" | "xsHidden" | "smHidden" | "mdHidden" | "lgHidden" | "xlHidden"> & React.RefAttributes<HTMLOListElement>>;
9
- export default BreadcrumbsList;
@@ -1,15 +0,0 @@
1
- import React from 'react';
2
- import { BaseProps } from '@digigov/react-core/Base';
3
- export interface BreadcrumbsListItemProps extends BaseProps<'li'> {
4
- /**
5
- * href is optional and provides the text and url of the Breadcrumbs items.
6
-
7
- */
8
- href?: string;
9
- }
10
- /**
11
- * BreadcrumbsListItem creates a list of items with the possibility of navigation.
12
- * It should be used inside BreadcrumbsList as children component
13
- */
14
- export declare const BreadcrumbsListItem: React.ForwardRefExoticComponent<Pick<BreadcrumbsListItemProps, "p" | "slot" | "style" | "title" | "as" | "className" | "color" | "id" | "lang" | "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" | "value" | "margin" | "marginTop" | "marginBottom" | "marginLeft" | "marginRight" | "m" | "mt" | "mb" | "ml" | "mr" | "mx" | "my" | "padding" | "paddingTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "pt" | "pb" | "pl" | "pr" | "px" | "py" | "printHidden" | "printVisible" | "xsUpHidden" | "smUpHidden" | "mdUpHidden" | "lgUpHidden" | "xlUpHidden" | "xsHidden" | "smHidden" | "mdHidden" | "lgHidden" | "xlHidden"> & React.RefAttributes<HTMLLIElement>>;
15
- export default BreadcrumbsListItem;
@@ -1,35 +0,0 @@
1
- import React from 'react';
2
- import { BaseProps } from '@digigov/react-core/Base';
3
- export interface ButtonProps extends BaseProps<'button'> {
4
- /**
5
- * color is optional.
6
- * 'primary' color is used for the main call to action on a page.
7
- * 'secondary' color is used for secondary calls to action on a page.
8
- * 'warning' color is used to make users think carefully before they use them.
9
- * The default value is 'primary'.
10
- * @value 'primary'
11
- * @value 'secondary'
12
- * @value 'warning'
13
- * @default 'primary'
14
- */
15
- color?: 'primary' | 'secondary' | 'warning';
16
- /**
17
- * variant is optional.
18
- * @value 'link'
19
- * @value 'button'
20
- * @default 'button'
21
- */
22
- variant?: 'link' | 'button';
23
- /**
24
- * dense is optional.
25
- * @value true Button will be dense.
26
- * @value false
27
- * @default false
28
- */
29
- dense?: boolean;
30
- }
31
- /**
32
- * Use the Button component to help users carry out an action.
33
- */
34
- export declare const Button: React.ForwardRefExoticComponent<Pick<ButtonProps, "form" | "p" | "slot" | "style" | "title" | "as" | "className" | "color" | "id" | "lang" | "name" | "type" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "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" | "m" | "mt" | "mb" | "ml" | "mr" | "mx" | "my" | "padding" | "paddingTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "pt" | "pb" | "pl" | "pr" | "px" | "py" | "printHidden" | "printVisible" | "xsUpHidden" | "smUpHidden" | "mdUpHidden" | "lgUpHidden" | "xlUpHidden" | "xsHidden" | "smHidden" | "mdHidden" | "lgHidden" | "xlHidden" | "variant" | "dense"> & React.RefAttributes<HTMLButtonElement>>;
35
- export default Button;
@@ -1,9 +0,0 @@
1
- import React from 'react';
2
- import { BaseProps } from '@digigov/react-core/Base';
3
- export interface ButtonGroupProps extends BaseProps<'div'> {
4
- }
5
- /**
6
- * Use a button group when two or more buttons are placed together.
7
- */
8
- export declare const ButtonGroup: React.ForwardRefExoticComponent<Pick<ButtonGroupProps, "p" | "slot" | "style" | "title" | "as" | "className" | "color" | "id" | "lang" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "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" | "m" | "mt" | "mb" | "ml" | "mr" | "mx" | "my" | "padding" | "paddingTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "pt" | "pb" | "pl" | "pr" | "px" | "py" | "printHidden" | "printVisible" | "xsUpHidden" | "smUpHidden" | "mdUpHidden" | "lgUpHidden" | "xlUpHidden" | "xsHidden" | "smHidden" | "mdHidden" | "lgHidden" | "xlHidden"> & React.RefAttributes<HTMLDivElement>>;
9
- export default ButtonGroup;
@@ -1,28 +0,0 @@
1
- import React from 'react';
2
- import { BaseProps } from '@digigov/react-core/Base';
3
- export interface ButtonLinkProps extends BaseProps<'a'> {
4
- /**
5
- * color is optional.
6
- * 'primary' color is used for the main call to action on a page.
7
- * 'secondary' color is used for secondary calls to action on a page.
8
- * 'warning' color is used to make users think carefully before they use them.
9
- * The default value is 'primary'.
10
- * @value 'primary'
11
- * @value 'secondary'
12
- * @value 'warning'
13
- * @default 'primary'
14
- */
15
- color?: 'primary' | 'secondary' | 'warning';
16
- /**
17
- * dense is optional.
18
- * @value true Button will be dense.
19
- * @value false
20
- * @default false
21
- */
22
- dense?: boolean;
23
- }
24
- /**
25
- * Use the Button component to help users carry out an action.
26
- */
27
- export declare const ButtonLink: React.ForwardRefExoticComponent<Pick<ButtonLinkProps, "p" | "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" | "m" | "mt" | "mb" | "ml" | "mr" | "mx" | "my" | "padding" | "paddingTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "pt" | "pb" | "pl" | "pr" | "px" | "py" | "printHidden" | "printVisible" | "xsUpHidden" | "smUpHidden" | "mdUpHidden" | "lgUpHidden" | "xlUpHidden" | "xsHidden" | "smHidden" | "mdHidden" | "lgHidden" | "xlHidden" | "dense"> & React.RefAttributes<HTMLAnchorElement>>;
28
- export default ButtonLink;
@@ -1,9 +0,0 @@
1
- import React from 'react';
2
- import { ButtonLinkProps } from '@digigov/react-core/ButtonLink';
3
- export interface CallToActionProps extends ButtonLinkProps {
4
- }
5
- /**
6
- * Use this button for the main call to action on your service’s start page.
7
- */
8
- export declare const CallToAction: React.ForwardRefExoticComponent<Pick<CallToActionProps, "p" | "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" | "m" | "mt" | "mb" | "ml" | "mr" | "mx" | "my" | "padding" | "paddingTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "pt" | "pb" | "pl" | "pr" | "px" | "py" | "printHidden" | "printVisible" | "xsUpHidden" | "smUpHidden" | "mdUpHidden" | "lgUpHidden" | "xlUpHidden" | "xsHidden" | "smHidden" | "mdHidden" | "lgHidden" | "xlHidden" | "dense"> & React.RefAttributes<HTMLAnchorElement>>;
9
- export default CallToAction;
@@ -1,50 +0,0 @@
1
- import React from 'react';
2
- import { BaseProps } from '@digigov/react-core/Base';
3
- export interface CardProps extends BaseProps<'div'> {
4
- /**
5
- * By default, we recommend using Cards without border style. Card border increases the contrast to its background.
6
- * divider
7
- * `variant` property is optional.
8
- * @value 'border'
9
- * @value 'divider'
10
- * @value 'border-top'
11
- */
12
- variant?: 'border' | 'divider' | 'border-top';
13
- /**
14
- *borderColor property is optional and it is used to set the color of the Card's border.
15
- *
16
- *
17
- * @value 'light'
18
- * @value 'dark'
19
- */
20
- borderColor?: 'light' | 'dark';
21
- /**
22
- *callToAction property is optional and it is used to set the content of the Card clickable.
23
- *
24
- *
25
- * @value true
26
- * @value false
27
- */
28
- callToAction?: boolean;
29
- /**
30
- * dense is optional.
31
- * @value true Card will be dense.
32
- * @value false
33
- * @default false
34
- * */
35
- dense?: boolean;
36
- /**
37
- * fullHeight is optional.
38
- * @value true Card will be have it's full height.
39
- * @value false
40
- * @default false
41
- * */
42
- fullHeight?: boolean;
43
- }
44
- /**
45
- * Cards can be used to divide and organise interface content for better understandability and readability.
46
- * Cards can help your users to scan through vast amounts of information quicker.
47
- * Use Card as parent component to wrap CardHeading, CardContent and CartAction components
48
- */
49
- export declare const Card: React.ForwardRefExoticComponent<Pick<CardProps, "p" | "slot" | "style" | "title" | "as" | "className" | "color" | "id" | "lang" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "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" | "m" | "mt" | "mb" | "ml" | "mr" | "mx" | "my" | "padding" | "paddingTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "pt" | "pb" | "pl" | "pr" | "px" | "py" | "printHidden" | "printVisible" | "xsUpHidden" | "smUpHidden" | "mdUpHidden" | "lgUpHidden" | "xlUpHidden" | "xsHidden" | "smHidden" | "mdHidden" | "lgHidden" | "xlHidden" | "variant" | "dense" | "borderColor" | "callToAction" | "fullHeight"> & React.RefAttributes<HTMLDivElement>>;
50
- export default Card;
@@ -1,11 +0,0 @@
1
- import React from 'react';
2
- import { BaseProps } from '@digigov/react-core/Base';
3
- export interface CardActionProps extends BaseProps<'div'> {
4
- }
5
- /**
6
- * CardAction contains the action behavior for Card Component.
7
- * We can use links, Buttons or ButtonGroup with max of two buttons
8
- * Use CardAction inside Card component as childern
9
- */
10
- export declare const CardAction: React.ForwardRefExoticComponent<Pick<CardActionProps, "p" | "slot" | "style" | "title" | "as" | "className" | "color" | "id" | "lang" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "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" | "m" | "mt" | "mb" | "ml" | "mr" | "mx" | "my" | "padding" | "paddingTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "pt" | "pb" | "pl" | "pr" | "px" | "py" | "printHidden" | "printVisible" | "xsUpHidden" | "smUpHidden" | "mdUpHidden" | "lgUpHidden" | "xlUpHidden" | "xsHidden" | "smHidden" | "mdHidden" | "lgHidden" | "xlHidden"> & React.RefAttributes<HTMLDivElement>>;
11
- export default CardAction;
@@ -1,10 +0,0 @@
1
- import React from 'react';
2
- import { BaseProps } from '@digigov/react-core/Base';
3
- export interface CardContentProps extends BaseProps<'div'> {
4
- }
5
- /**
6
- * CardContent contains the text for Card Component
7
- * Use CardContent inside Card component as children
8
- */
9
- export declare const CardContent: React.ForwardRefExoticComponent<Pick<CardContentProps, "p" | "slot" | "style" | "title" | "as" | "className" | "color" | "id" | "lang" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "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" | "m" | "mt" | "mb" | "ml" | "mr" | "mx" | "my" | "padding" | "paddingTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "pt" | "pb" | "pl" | "pr" | "px" | "py" | "printHidden" | "printVisible" | "xsUpHidden" | "smUpHidden" | "mdUpHidden" | "lgUpHidden" | "xlUpHidden" | "xsHidden" | "smHidden" | "mdHidden" | "lgHidden" | "xlHidden"> & React.RefAttributes<HTMLDivElement>>;
10
- export default CardContent;
@@ -1,10 +0,0 @@
1
- import React from 'react';
2
- import { BaseProps } from '@digigov/react-core/Base';
3
- export interface CardHeadingProps extends BaseProps<'div'> {
4
- }
5
- /**
6
- * CardHeading gives header title to Card Component
7
- * Use CardHeading inside Card component as children
8
- */
9
- export declare const CardHeading: React.ForwardRefExoticComponent<Pick<CardHeadingProps, "p" | "slot" | "style" | "title" | "as" | "className" | "color" | "id" | "lang" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "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" | "m" | "mt" | "mb" | "ml" | "mr" | "mx" | "my" | "padding" | "paddingTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "pt" | "pb" | "pl" | "pr" | "px" | "py" | "printHidden" | "printVisible" | "xsUpHidden" | "smUpHidden" | "mdUpHidden" | "lgUpHidden" | "xlUpHidden" | "xsHidden" | "smHidden" | "mdHidden" | "lgHidden" | "xlHidden"> & React.RefAttributes<HTMLDivElement>>;
10
- export default CardHeading;
@@ -1,27 +0,0 @@
1
- import React from 'react';
2
- import { BaseProps } from '@digigov/react-core/Base';
3
- export interface CheckboxProps extends BaseProps<'div'> {
4
- /**
5
- * layout is optional.
6
- * 'horizontal' places the CheckboxItems in one line.
7
- * 'horizontal' should be used or only two CheckboxItems with limited text.
8
- * @value 'vertical'
9
- * @value 'horizontal'
10
- * @default 'vertical'
11
- */
12
- layout?: 'horizontal' | 'vertical';
13
- /**
14
- * dense is optional.
15
- * @value true Checkboxes will be dense.
16
- * @value false
17
- * @default false
18
- */
19
- dense?: boolean;
20
- }
21
- /**
22
- * Details for the Checkbox.
23
- * Checkbox component allow the user to select one or more items from a set.
24
- * It takes CheckboxItem as children
25
- */
26
- export declare const Checkbox: React.ForwardRefExoticComponent<Pick<CheckboxProps, "p" | "slot" | "style" | "title" | "as" | "className" | "color" | "id" | "lang" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "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" | "m" | "mt" | "mb" | "ml" | "mr" | "mx" | "my" | "padding" | "paddingTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "pt" | "pb" | "pl" | "pr" | "px" | "py" | "printHidden" | "printVisible" | "xsUpHidden" | "smUpHidden" | "mdUpHidden" | "lgUpHidden" | "xlUpHidden" | "xsHidden" | "smHidden" | "mdHidden" | "lgHidden" | "xlHidden" | "dense" | "layout"> & React.RefAttributes<HTMLDivElement>>;
27
- export default Checkbox;
@@ -1,11 +0,0 @@
1
- import React from 'react';
2
- import { BaseProps } from '@digigov/react-core/Base';
3
- export interface CheckboxConditionalProps extends BaseProps<'div'> {
4
- }
5
- /**
6
- * CheckboxConditional asks the user a related question when they select a particular checkbox,
7
- * so they only see the question when it’s relevant to them.
8
- * CheckboxConditional must be used inside Checkbox component
9
- */
10
- export declare const CheckboxConditional: React.ForwardRefExoticComponent<Pick<CheckboxConditionalProps, "p" | "slot" | "style" | "title" | "as" | "className" | "color" | "id" | "lang" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "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" | "m" | "mt" | "mb" | "ml" | "mr" | "mx" | "my" | "padding" | "paddingTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "pt" | "pb" | "pl" | "pr" | "px" | "py" | "printHidden" | "printVisible" | "xsUpHidden" | "smUpHidden" | "mdUpHidden" | "lgUpHidden" | "xlUpHidden" | "xsHidden" | "smHidden" | "mdHidden" | "lgHidden" | "xlHidden"> & React.RefAttributes<HTMLDivElement>>;
11
- export default CheckboxConditional;